####################################################################################################
#
# Invoking X3D model self-test:
#
#   $ python SheenCloth.py
#
# Python package x3d.py package is available on PyPI for import.
#   This approach simplifies Python X3D deployment and use.
#   https://pypi.org/project/x3d
#
# Installation:
#       pip install x3d
# or
#       python -m pip install x3d
#
# Developer options for loading x3d package in other Python programs:
#
#    from x3d import *  # preferred approach, terser source that avoids x3d.* class prefixes
#
# or
#    import x3d         # traditional way to subclass x3d package, all classes require x3d.* prefix,
#                       # but python source is very verbose, for example x3d.Material x3d.Shape etc.
#                       # X3dToPython.xslt stylesheet insertPackagePrefix=true supports this option.
#
####################################################################################################

from x3d import *

newModel=X3D(profile='Interchange',version='4.1',
  head=head(
    children=[
    component(level=2,name='Texturing3D'),
    meta(content='SheenCloth.x3d',name='title'),
    meta(content='MultiTexture model converted from glTF',name='description'),
    meta(content='Holger Seelig',name='creator'),
    meta(content='11 January 2026',name='created'),
    meta(content='11 January 2026',name='translated'),
    meta(content='12 January 2026',name='modified'),
    meta(content='check units, restore scale in meters',name='TODO'),
    meta(content='https://github.com/KhronosGroup/glTF-Sample-Assets/tree/main/Models/SheenCloth',name='reference'),
    meta(content='https://khronos/gltf',name='reference'),
    meta(content='https://en.wikipedia.org/glTF',name='reference'),
    meta(content='https://www.web3d.org/x3d4',name='reference'),
    meta(content='SheenCloth.gltf',name='source'),
    meta(content='SheenCloth.bin',name='source'),
    meta(content='SheenClothLICENSE.md',name='license'),
    meta(content='https://github.com/KhronosGroup/glTF-Sample-Assets/blob/main/Models/SheenCloth/LICENSE.md',name='license'),
    meta(content='SheenClothREADME.md',name='reference'),
    meta(content='SheenClothREADME.body.md',name='reference'),
    meta(content='SheenClothScreenshot.jpg',name='Image'),
    meta(content='SheenCloth_AO.jpg',name='Image'),
    meta(content='sheen_technicalFabric_side.jpg',name='Image'),
    meta(content='sheenTextureSample.jpg',name='Image'),
    meta(content='SheenClothmetadata.json',name='reference'),
    meta(content='Sunrize X3D Editor V1.11.16, https://create3000.github.io/sunrize/',name='generator'),
    meta(content='X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit',name='generator'),
    meta(content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/SheenCloth.x3d',name='identifier'),
    meta(content='SheenClothLICENSE.md',name='license')]),
  Scene=Scene(
    children=[
    WorldInfo(title='SheenCloth.x3d'),
    WorldInfo(info=["generator: babylon.js glTF exporter for Maya 2018 v20200617.6 with custom modifications for sheen", "version: 2.0"],title='SheenCloth.gltf'),
    Background(skyColor=[(0.8,0.8,0.8)]),
    NavigationInfo(avatarSize=[0.001,1.6,0.75],visibilityLimit=1000),
    PointLight(DEF='LightenThingsUp',location=(0,3,6)),
    Viewpoint(centerOfRotation=(0.008701204,0.02025114,-0.01281976),position=(0.008701204,0.02025114,0.07962019)),
    Shape(DEF='SheenCloth-mesh_1',
      appearance=Appearance(DEF='SheenClothMat',alphaMode='OPAQUE',
        material=PhysicalMaterial(baseTextureMapping='TEXCOORD_0',metallicRoughnessTextureMapping='TEXCOORD_0',normalTextureMapping='TEXCOORD_0',occlusionTextureMapping='TEXCOORD_1',
          baseTexture=ImageTexture(DEF='technicalFabricSmall-basecolor-256-png',url=["technicalFabricSmall_basecolor_256.png","https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/technicalFabricSmall_basecolor_256.png"],
            # colorSpaceConversion='false'
            textureProperties=TextureProperties(DEF='_2',anisotropicDegree=16,generateMipMaps=True,magnificationFilter='AVG_PIXEL',minificationFilter='AVG_PIXEL_AVG_MIPMAP')),
          metallicRoughnessTexture=ImageTexture(DEF='technicalFabricSmall-orm-256-png',url=["technicalFabricSmall_orm_256.png","https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/technicalFabricSmall_orm_256.png"],
            # colorSpaceConversion='false'
            textureProperties=TextureProperties(USE='_2')),
          occlusionTexture=ImageTexture(DEF='SheenCloth-AO-jpg',url=["SheenCloth_AO.jpg","https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/SheenCloth_AO.jpg"],
            # colorSpaceConversion='false'
            textureProperties=TextureProperties(USE='_2')),
          normalTexture=ImageTexture(DEF='technicalFabricSmall-normal-256-png',url=["technicalFabricSmall_normal_256.png","https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/technicalFabricSmall_normal_256.png"],
            # colorSpaceConversion='false'
            textureProperties=TextureProperties(USE='_2'))),
        textureTransform=MultiTextureTransform(
          textureTransform=[
          TextureTransformMatrix3D(mapping='TEXCOORD_0',matrix=(30,0,0,0,-0,30,-0,0,0,0,1,0,0,1,0,1)),
          TextureTransformMatrix3D(mapping='TEXCOORD_1',matrix=(1,0,0,0,0,-1,0,0,0,0,1,0,0,1,0,1))])),
      geometry=IndexedTriangleSet(index=[0,1,2,2,1,3,4,5,0,0,5,1,5,6,1,1,6,7,1,7,3,3,7,8,9,10,4,4,10,5,11,12,9,9,12,10,12,13,10,10,13,14,10,14,5,5,14,6,14,15,6,6,15,16,13,17,14,14,17,15,17,18,15,15,18,19,15,19,16,16,19,20,7,21,8,8,21,22,6,16,7,7,16,21,16,20,21,21,20,23,21,23,22,22,23,24,25,26,11,11,26,12,27,28,25,25,28,26,28,29,26,26,29,30,26,30,12,12,30,13,31,32,27,27,32,28,33,34,31,31,34,32,34,35,32,32,35,36,32,36,28,28,36,29,36,37,29,29,37,38,35,39,36,36,39,37,39,40,37,37,40,41,37,41,38,38,41,42,30,43,13,13,43,17,29,38,30,30,38,43,38,42,43,43,42,44,43,44,17,17,44,18,45,46,33,33,46,34,47,48,45,45,48,46,48,49,46,46,49,50,46,50,34,34,50,35,51,52,47,47,52,48,53,54,51,51,54,52,54,55,52,52,55,56,52,56,48,48,56,49,56,57,49,49,57,58,55,59,56,56,59,57,59,60,57,57,60,61,57,61,58,58,61,62,50,63,35,35,63,39,49,58,50,50,58,63,58,62,63,63,62,64,63,64,39,39,64,40,65,66,53,53,66,54,67,68,65,65,68,66,68,69,66,66,69,70,66,70,54,54,70,55,71,72,67,67,72,68,73,74,71,71,74,72,74,75,72,72,75,76,72,76,68,68,76,69,76,77,69,69,77,78,75,79,76,76,79,77,79,80,77,77,80,81,77,81,78,78,81,82,70,83,55,55,83,59,69,78,70,70,78,83,78,82,83,83,82,84,83,84,59,59,84,60,85,86,73,73,86,74,87,88,85,85,88,86,88,89,86,86,89,90,86,90,74,74,90,75,91,92,87,87,92,88,93,94,91,91,94,92,94,95,92,92,95,96,92,96,88,88,96,89,96,97,89,89,97,98,95,99,96,96,99,97,99,100,97,97,100,101,97,101,98,98,101,102,90,103,75,75,103,79,89,98,90,90,98,103,98,102,103,103,102,104,103,104,79,79,104,80,93,105,94,94,105,106,105,107,106,106,107,108,106,108,109,109,108,110,94,106,95,95,106,109,107,111,108,108,111,112,111,113,112,112,113,114,112,114,115,115,114,116,108,112,110,110,112,115,110,115,117,117,115,118,115,116,118,118,116,119,119,120,118,118,120,121,118,121,117,117,121,122,109,123,95,95,123,99,109,110,123,123,110,117,117,122,123,123,122,124,123,124,99,99,124,100,113,125,114,114,125,126,125,127,126,126,127,128,126,128,129,129,128,130,114,126,116,116,126,129,131,132,127,127,132,128,133,134,131,131,134,132,134,135,132,132,135,136,132,136,128,128,136,130,136,137,130,130,137,138,135,139,136,136,139,137,139,140,137,137,140,141,137,141,138,138,141,142,129,143,116,116,143,119,130,138,129,129,138,143,138,142,143,143,142,144,143,144,119,119,144,120,145,146,133,133,146,134,147,148,145,145,148,146,148,149,146,146,149,150,146,150,134,134,150,135,151,152,147,147,152,148,153,154,151,151,154,152,154,155,152,152,155,156,152,156,148,148,156,149,156,157,149,149,157,158,155,159,156,156,159,157,159,160,157,157,160,161,157,161,158,158,161,162,150,163,135,135,163,139,149,158,150,150,158,163,158,162,163,163,162,164,163,164,139,139,164,140,165,166,153,153,166,154,167,168,165,165,168,166,168,169,166,166,169,170,166,170,154,154,170,155,171,172,167,167,172,168,173,174,171,171,174,172,174,175,172,172,175,176,172,176,168,168,176,169,176,177,169,169,177,178,175,179,176,176,179,177,179,180,177,177,180,181,177,181,178,178,181,182,170,183,155,155,183,159,169,178,170,170,178,183,178,182,183,183,182,184,183,184,159,159,184,160,185,186,173,173,186,174,187,188,185,185,188,186,188,189,186,186,189,190,186,190,174,174,190,175,191,192,187,187,192,188,193,194,191,191,194,192,194,195,192,192,195,196,192,196,188,188,196,189,189,196,197,197,196,198,196,195,198,198,195,199,198,199,200,200,199,201,197,198,202,202,198,200,190,203,175,175,203,179,189,197,190,190,197,203,197,202,203,203,202,204,203,204,179,179,204,180,205,206,193,193,206,194,207,208,205,205,208,206,206,208,209,209,208,210,194,206,195,195,206,209,211,212,207,207,212,208,213,214,211,211,214,212,214,215,212,212,215,216,208,212,210,210,212,216,210,216,217,217,216,218,216,215,218,218,215,219,218,219,220,220,219,221,217,218,222,222,218,220,195,209,199,199,209,223,209,210,223,223,210,217,223,217,224,224,217,222,199,223,201,201,223,224,225,226,213,213,226,214,227,228,225,225,228,226,228,229,226,226,229,230,226,230,214,214,230,215,231,232,227,227,232,228,233,234,231,231,234,232,234,235,232,232,235,236,232,236,228,228,236,229,229,236,237,237,236,238,236,235,238,238,235,239,238,239,240,240,239,241,237,238,242,242,238,240,215,230,219,219,230,243,230,229,243,243,229,237,243,237,244,244,237,242,219,243,221,221,243,244,245,246,233,233,246,234,247,248,245,245,248,246,248,249,246,246,249,250,246,250,234,234,250,235,251,252,247,247,252,248,251,253,252,252,253,254,254,255,252,252,255,256,252,256,248,248,256,249,256,257,249,249,257,258,255,259,256,256,259,257,259,260,257,257,260,261,257,261,258,258,261,262,235,250,239,239,250,263,249,258,250,250,258,263,263,258,264,264,258,262,239,263,241,241,263,264,253,265,254,254,265,266,265,267,266,266,267,268,268,269,266,266,269,270,266,270,254,254,270,255,267,271,268,268,271,272,271,273,272,272,273,274,274,275,272,272,275,276,272,276,268,268,276,269,276,277,269,269,277,278,275,279,276,276,279,277,279,280,277,277,280,281,277,281,278,278,281,282,270,283,255,255,283,259,269,278,270,270,278,283,278,282,283,283,282,284,283,284,259,259,284,260,273,285,274,274,285,286,285,287,286,286,287,288,288,289,286,286,289,290,286,290,274,274,290,275,291,292,287,287,292,288,293,294,291,291,294,292,294,295,292,292,295,296,292,296,288,288,296,289,296,297,289,289,297,298,295,299,296,296,299,297,299,300,297,297,300,301,297,301,298,298,301,302,290,303,275,275,303,279,289,298,290,290,298,303,298,302,303,303,302,304,303,304,279,279,304,280,305,306,293,293,306,294,307,308,305,305,308,306,308,309,306,306,309,310,306,310,294,294,310,295,311,312,307,307,312,308,313,314,311,311,314,312,314,315,312,312,315,316,312,316,308,308,316,309,316,317,309,309,317,318,315,319,316,316,319,317,319,320,317,317,320,321,317,321,318,318,321,322,310,323,295,295,323,299,309,318,310,310,318,323,318,322,323,323,322,324,323,324,299,299,324,300,313,325,314,314,325,326,325,327,326,326,327,328,326,328,329,329,328,330,314,326,315,315,326,329,327,331,328,328,331,332,331,333,332,332,333,334,332,334,335,335,334,336,328,332,330,330,332,335,330,335,337,337,335,338,335,336,338,338,336,339,338,339,340,340,339,341,337,338,342,342,338,340,315,329,319,319,329,343,329,330,343,343,330,337,343,337,344,344,337,342,319,343,320,320,343,344,333,345,334,334,345,346,345,347,346,346,347,348,346,348,349,349,348,350,334,346,336,336,346,349,347,351,348,348,351,352,351,353,352,352,353,354,352,354,355,355,354,356,348,352,350,350,352,355,350,355,357,357,355,358,355,356,358,358,356,359,358,359,360,360,359,361,357,358,362,362,358,360,336,349,339,339,349,363,349,350,363,363,350,357,363,357,364,364,357,362,339,363,341,341,363,364,353,365,354,354,365,366,365,367,366,366,367,368,366,368,369,369,368,370,354,366,356,356,366,369,367,371,368,368,371,372,371,373,372,372,373,374,372,374,375,375,374,376,368,372,370,370,372,375,370,375,377,377,375,378,375,376,378,378,376,379,378,379,380,380,379,381,377,378,382,382,378,380,356,369,359,359,369,383,369,370,383,383,370,377,383,377,384,384,377,382,359,383,361,361,383,384,373,385,374,374,385,386,385,387,386,386,387,388,386,388,389,389,388,390,374,386,376,376,386,389,387,391,388,388,391,392,391,393,392,392,393,394,392,394,395,395,394,396,388,392,390,390,392,395,390,395,397,397,395,398,395,396,398,398,396,399,398,399,400,400,399,401,397,398,402,402,398,400,376,389,379,379,389,403,389,390,403,403,390,397,403,397,404,404,397,402,379,403,381,381,403,404,393,405,394,394,405,406,405,407,406,406,407,408,406,408,409,409,408,410,394,406,396,396,406,409,407,411,408,408,411,412,411,413,412,412,413,414,412,414,415,415,414,416,408,412,410,410,412,415,410,415,417,417,415,418,415,416,418,418,416,419,418,419,420,420,419,421,417,418,422,422,418,420,396,409,399,399,409,423,409,410,423,423,410,417,423,417,424,424,417,422,399,423,401,401,423,424,413,425,414,414,425,426,425,427,426,426,427,428,426,428,429,429,428,430,414,426,416,416,426,429,427,431,428,428,431,432,431,433,432,432,433,434,432,434,435,435,434,436,428,432,430,430,432,435,430,435,437,437,435,438,435,436,438,438,436,439,438,439,440,440,439,441,437,438,442,442,438,440,416,429,419,419,429,443,429,430,443,443,430,437,443,437,444,444,437,442,419,443,421,421,443,444,433,445,434,434,445,446,445,447,446,446,447,448,446,448,449,449,448,450,434,446,436,436,446,449,447,451,448,448,451,452,451,453,452,452,453,454,452,454,455,455,454,456,448,452,450,450,452,455,450,455,457,457,455,458,455,456,458,458,456,459,458,459,460,460,459,461,457,458,462,462,458,460,436,449,439,439,449,463,449,450,463,463,450,457,463,457,464,464,457,462,439,463,441,441,463,464,453,465,454,454,465,466,465,467,466,466,467,468,466,468,469,469,468,470,454,466,456,456,466,469,467,471,468,468,471,472,471,473,472,472,473,474,472,474,475,475,474,476,468,472,470,470,472,475,475,477,470,470,477,478,476,479,475,475,479,477,479,480,477,477,480,481,477,481,478,478,481,482,456,469,459,459,469,483,470,478,469,469,478,483,478,482,483,483,482,484,483,484,459,459,484,461,473,485,474,474,485,486,485,487,486,486,487,488,488,489,486,486,489,490,474,486,476,476,486,490,487,491,488,488,491,492,493,494,491,491,494,492,494,495,492,492,495,496,492,496,488,488,496,489,496,497,489,489,497,498,495,499,496,496,499,497,499,500,497,497,500,501,497,501,498,498,501,502,490,503,476,476,503,479,489,498,490,490,498,503,498,502,503,503,502,504,503,504,479,479,504,480,505,506,493,493,506,494,507,508,505,505,508,506,508,509,506,506,509,510,506,510,494,494,510,495,511,512,507,507,512,508,513,514,511,511,514,512,514,515,512,512,515,516,512,516,508,508,516,509,516,517,509,509,517,518,515,519,516,516,519,517,519,520,517,517,520,521,517,521,518,518,521,522,510,523,495,495,523,499,509,518,510,510,518,523,518,522,523,523,522,524,523,524,499,499,524,500,525,526,513,513,526,514,527,528,525,525,528,526,528,529,526,526,529,530,526,530,514,514,530,515,531,532,527,527,532,528,533,534,531,531,534,532,534,535,532,532,535,536,532,536,528,528,536,529,536,537,529,529,537,538,535,539,536,536,539,537,539,540,537,537,540,541,537,541,538,538,541,542,530,543,515,515,543,519,529,538,530,530,538,543,538,542,543,543,542,544,543,544,519,519,544,520,545,546,533,533,546,534,547,548,545,545,548,546,548,549,546,546,549,550,546,550,534,534,550,535,551,552,547,547,552,548,553,554,551,551,554,552,554,555,552,552,555,556,552,556,548,548,556,549,556,557,549,549,557,558,555,559,556,556,559,557,559,560,557,557,560,561,557,561,558,558,561,562,550,563,535,535,563,539,549,558,550,550,558,563,558,562,563,563,562,564,563,564,539,539,564,540,565,566,553,553,566,554,567,568,565,565,568,566,566,568,569,569,568,570,566,569,554,554,569,555,567,571,568,568,571,572,571,573,572,572,573,574,572,574,575,575,574,576,568,572,570,570,572,575,570,575,577,577,575,578,575,576,578,578,576,579,578,579,580,580,579,581,577,578,582,582,578,580,569,583,555,555,583,559,569,570,583,583,570,577,583,577,584,584,577,582,583,584,559,559,584,560,573,585,574,574,585,586,585,587,586,586,587,588,586,588,589,589,588,590,574,586,576,576,586,589,587,591,588,588,591,592,591,593,592,592,593,594,592,594,595,595,594,596,588,592,590,590,592,595,590,595,597,597,595,598,595,596,598,598,596,599,598,599,600,600,599,601,597,598,602,602,598,600,576,589,579,579,589,603,589,590,603,603,590,597,603,597,604,604,597,602,579,603,581,581,603,604,593,605,594,594,605,606,605,607,606,606,607,608,606,608,609,609,608,610,594,606,596,596,606,609,607,611,608,608,611,612,611,613,612,612,613,614,612,614,615,615,614,616,608,612,610,610,612,615,610,615,617,617,615,618,615,616,618,618,616,619,618,619,620,620,619,621,617,618,622,622,618,620,596,609,599,599,609,623,609,610,623,623,610,617,623,617,624,624,617,622,599,623,601,601,623,624,613,625,614,614,625,626,625,627,626,626,627,628,626,628,629,629,628,630,614,626,616,616,626,629,627,631,628,628,631,632,631,633,632,632,633,634,632,634,635,635,634,636,628,632,630,630,632,635,630,635,637,637,635,638,635,636,638,638,636,639,638,639,640,640,639,641,637,638,642,642,638,640,616,629,619,619,629,643,629,630,643,643,630,637,643,637,644,644,637,642,619,643,621,621,643,644,633,645,634,634,645,646,645,647,646,646,647,648,648,649,646,646,649,650,634,646,636,636,646,650,651,652,647,647,652,648,653,654,651,651,654,652,654,655,652,652,655,656,652,656,648,648,656,649,656,657,649,649,657,658,655,659,656,656,659,657,659,660,657,657,660,661,657,661,658,658,661,662,636,650,639,639,650,663,649,658,650,650,658,663,658,662,663,663,662,664,639,663,641,641,663,664,665,666,653,653,666,654,667,668,665,665,668,666,668,669,666,666,669,670,666,670,654,654,670,655,671,672,667,667,672,668,673,674,671,671,674,672,674,675,672,672,675,676,672,676,668,668,676,669,676,677,669,669,677,678,675,679,676,676,679,677,677,679,680,680,679,681,677,680,678,678,680,682,670,683,655,655,683,659,669,678,670,670,678,683,678,682,683,683,682,684,683,684,659,659,684,660,673,685,674,674,685,686,685,687,686,686,687,688,686,688,689,689,688,690,674,686,675,675,686,689,691,692,687,687,692,688,693,694,691,691,694,692,694,695,692,692,695,696,692,696,688,688,696,690,696,697,690,690,697,698,695,699,696,696,699,697,699,700,697,697,700,701,697,701,698,698,701,702,675,689,679,679,689,703,689,690,703,703,690,698,703,698,704,704,698,702,679,703,681,681,703,704,705,706,693,693,706,694,707,708,705,705,708,706,708,709,706,706,709,710,706,710,694,694,710,695,707,711,708,708,711,712,711,713,712,712,713,714,712,714,715,715,714,716,708,712,709,709,712,715,709,715,717,717,715,718,715,716,718,718,716,719,718,719,720,720,719,721,717,718,722,722,718,720,710,723,695,695,723,699,709,717,710,710,717,723,717,722,723,723,722,724,723,724,699,699,724,700,725,726,713,713,726,714,727,728,725,725,728,726,728,729,726,726,729,730,726,730,714,714,730,716,727,731,728,728,731,732,731,733,732,732,733,734,732,734,735,735,734,736,728,732,729,729,732,735,735,737,729,729,737,738,735,736,737,737,736,739,737,739,740,740,739,741,737,740,738,738,740,742,730,743,716,716,743,719,729,738,730,730,738,743,738,742,743,743,742,744,743,744,719,719,744,721,733,745,734,734,745,746,745,747,746,746,747,748,746,748,749,749,748,750,734,746,736,736,746,749,747,751,748,748,751,752,751,753,752,752,753,754,752,754,755,755,754,756,748,752,750,750,752,755,750,755,757,757,755,758,755,756,758,758,756,759,758,759,760,760,759,761,757,758,762,762,758,760,736,749,739,739,749,763,749,750,763,763,750,757,757,762,763,763,762,764,739,763,741,741,763,764,753,765,754,754,765,766,765,767,766,766,767,768,766,768,769,769,768,770,754,766,756,756,766,769,767,771,768,768,771,772,771,773,772,772,773,774,772,774,775,775,774,776,768,772,770,770,772,775,770,775,777,777,775,778,775,776,778,778,776,779,778,779,780,780,779,781,777,778,782,782,778,780,756,769,759,759,769,783,769,770,783,783,770,777,783,777,784,784,777,782,759,783,761,761,783,784,773,785,774,774,785,786,785,787,786,786,787,788,786,788,789,789,788,790,774,786,776,776,786,789,787,791,788,788,791,792,793,794,791,791,794,792,794,795,792,792,795,796,788,792,790,790,792,796,790,796,797,797,796,798,795,799,796,796,799,798,799,800,798,798,800,801,798,801,797,797,801,802,776,789,779,779,789,803,789,790,803,803,790,797,803,797,804,804,797,802,779,803,781,781,803,804,805,806,793,793,806,794,807,808,805,805,808,806,808,809,806,806,809,810,806,810,794,794,810,795,811,812,807,807,812,808,813,814,811,811,814,812,814,815,812,812,815,816,812,816,808,808,816,809,816,817,809,809,817,818,815,819,816,816,819,817,819,820,817,817,820,821,817,821,818,818,821,822,810,823,795,795,823,799,809,818,810,810,818,823,818,822,823,823,822,824,823,824,799,799,824,800,825,826,813,813,826,814,825,827,826,826,827,828,826,828,829,829,828,830,826,829,814,814,829,815,827,831,828,828,831,832,831,833,832,832,833,834,832,834,835,835,834,836,828,832,830,830,832,835,830,835,837,837,835,838,835,836,838,838,836,839,839,840,838,838,840,841,837,838,842,842,838,841,815,829,819,819,829,843,829,830,843,843,830,837,843,837,844,844,837,842,819,843,820,820,843,844,833,845,834,834,845,846,845,847,846,846,847,848,846,848,849,849,848,850,834,846,836,836,846,849,847,851,848,848,851,852,853,854,851,851,854,852,852,854,855,855,854,856,848,852,850,850,852,855,850,855,857,857,855,858,855,856,858,858,856,859,858,859,860,860,859,861,857,858,862,862,858,860,836,849,839,839,849,863,849,850,863,863,850,857,863,857,864,864,857,862,839,863,840,840,863,864,865,866,853,853,866,854,865,867,866,866,867,868,866,868,869,869,868,870,866,869,854,854,869,856,867,871,868,868,871,872,871,873,872,872,873,874,872,874,875,875,874,876,868,872,870,870,872,875,870,875,877,877,875,878,875,876,878,878,876,879,878,879,880,880,879,881,877,878,882,882,878,880,856,869,859,859,869,883,869,870,883,883,870,877,883,877,884,884,877,882,859,883,861,861,883,884,873,885,874,874,885,886,885,887,886,886,887,888,886,888,889,889,888,890,874,886,876,876,886,889,887,891,888,888,891,892,893,894,891,891,894,892,894,895,892,892,895,896,888,892,890,890,892,896,896,897,890,890,897,898,895,899,896,896,899,897,899,900,897,897,900,901,897,901,898,898,901,902,876,889,879,879,889,903,889,890,903,903,890,898,898,902,903,903,902,904,879,903,881,881,903,904,905,906,893,893,906,894,907,908,905,905,908,906,908,909,906,906,909,910,906,910,894,894,910,895,911,912,907,907,912,908,913,914,911,911,914,912,914,915,912,912,915,916,912,916,908,908,916,909,916,917,909,909,917,918,915,919,916,916,919,917,919,920,917,917,920,921,917,921,918,918,921,922,910,923,895,895,923,899,909,918,910,910,918,923,918,922,923,923,922,924,923,924,899,899,924,900,925,926,913,913,926,914,927,928,925,925,928,926,928,929,926,926,929,930,926,930,914,914,930,915,931,932,927,927,932,928,933,934,931,931,934,932,934,935,932,932,935,936,932,936,928,928,936,929,936,937,929,929,937,938,935,939,936,936,939,937,939,940,937,937,940,941,937,941,938,938,941,942,930,943,915,915,943,919,929,938,930,930,938,943,938,942,943,943,942,944,943,944,919,919,944,920,945,946,933,933,946,934,947,948,945,945,948,946,948,949,946,946,949,950,946,950,934,934,950,935,951,952,947,947,952,948,953,954,951,951,954,952,954,955,952,952,955,956,952,956,948,948,956,949,956,957,949,949,957,958,955,959,956,956,959,957,959,960,957,957,960,961,957,961,958,958,961,962,950,963,935,935,963,939,949,958,950,950,958,963,958,962,963,963,962,964,963,964,939,939,964,940,965,966,953,953,966,954,967,968,965,965,968,966,968,969,966,966,969,970,966,970,954,954,970,955,971,972,967,967,972,968,973,974,971,971,974,972,974,975,972,972,975,976,972,976,968,968,976,969,976,977,969,969,977,978,975,979,976,976,979,977,979,980,977,977,980,981,977,981,978,978,981,982,970,983,955,955,983,959,969,978,970,970,978,983,978,982,983,983,982,984,983,984,959,959,984,960,985,986,973,973,986,974,987,988,985,985,988,986,988,989,986,986,989,990,986,990,974,974,990,975,991,992,987,987,992,988,993,994,991,991,994,992,992,994,995,995,994,996,992,995,988,988,995,989,995,997,989,989,997,998,995,996,997,997,996,999,997,999,1000,1000,999,1001,998,997,1002,1002,997,1000,990,1003,975,975,1003,979,989,998,990,990,998,1003,1003,998,1004,1004,998,1002,1003,1004,979,979,1004,980,993,1005,994,994,1005,1006,1005,1007,1006,1006,1007,1008,1006,1008,1009,1009,1008,1010,994,1006,996,996,1006,1009,1007,1011,1008,1008,1011,1012,1011,1013,1012,1012,1013,1014,1012,1014,1015,1015,1014,1016,1008,1012,1010,1010,1012,1015,1010,1015,1017,1017,1015,1018,1015,1016,1018,1018,1016,1019,1018,1019,1020,1020,1019,1021,1017,1018,1022,1022,1018,1020,996,1009,999,999,1009,1023,1009,1010,1023,1023,1010,1017,1023,1017,1024,1024,1017,1022,999,1023,1001,1001,1023,1024,1013,1025,1014,1014,1025,1026,1025,1027,1026,1026,1027,1028,1026,1028,1029,1029,1028,1030,1014,1026,1016,1016,1026,1029,1027,1031,1028,1028,1031,1032,1031,1033,1032,1032,1033,1034,1032,1034,1035,1035,1034,1036,1028,1032,1030,1030,1032,1035,1030,1035,1037,1037,1035,1038,1035,1036,1038,1038,1036,1039,1038,1039,1040,1040,1039,1041,1037,1038,1042,1042,1038,1040,1016,1029,1019,1019,1029,1043,1029,1030,1043,1043,1030,1037,1043,1037,1044,1044,1037,1042,1019,1043,1021,1021,1043,1044,1045,1046,1033,1033,1046,1034,1045,1047,1046,1046,1047,1048,1046,1048,1049,1049,1048,1050,1046,1049,1034,1034,1049,1036,1047,1051,1048,1048,1051,1052,1051,1053,1052,1052,1053,1054,1052,1054,1055,1055,1054,1056,1048,1052,1050,1050,1052,1055,1050,1055,1057,1057,1055,1058,1055,1056,1058,1058,1056,1059,1058,1059,1060,1060,1059,1061,1057,1058,1062,1062,1058,1060,1049,1063,1036,1036,1063,1039,1049,1050,1063,1063,1050,1057,1063,1057,1064,1064,1057,1062,1063,1064,1039,1039,1064,1041,1053,1065,1054,1054,1065,1066,1065,1067,1066,1066,1067,1068,1066,1068,1069,1069,1068,1070,1054,1066,1056,1056,1066,1069,1067,1071,1068,1068,1071,1072,1073,1074,1071,1071,1074,1072,1074,1075,1072,1072,1075,1076,1072,1076,1068,1068,1076,1070,1076,1077,1070,1070,1077,1078,1075,1079,1076,1076,1079,1077,1079,1080,1077,1077,1080,1081,1077,1081,1078,1078,1081,1082,1056,1069,1059,1059,1069,1083,1069,1070,1083,1083,1070,1078,1083,1078,1084,1084,1078,1082,1059,1083,1061,1061,1083,1084,1085,1086,1073,1073,1086,1074,1087,1088,1085,1085,1088,1086,1088,1089,1086,1086,1089,1090,1086,1090,1074,1074,1090,1075,1091,1092,1087,1087,1092,1088,1093,1094,1091,1091,1094,1092,1094,1095,1092,1092,1095,1096,1092,1096,1088,1088,1096,1089,1096,1097,1089,1089,1097,1098,1095,1099,1096,1096,1099,1097,1099,1100,1097,1097,1100,1101,1097,1101,1098,1098,1101,1102,1090,1103,1075,1075,1103,1079,1089,1098,1090,1090,1098,1103,1098,1102,1103,1103,1102,1104,1103,1104,1079,1079,1104,1080,1105,1106,1093,1093,1106,1094,1107,1108,1105,1105,1108,1106,1108,1109,1106,1106,1109,1110,1106,1110,1094,1094,1110,1095,1111,1112,1107,1107,1112,1108,1113,1114,1111,1111,1114,1112,1114,1115,1112,1112,1115,1116,1112,1116,1108,1108,1116,1109,1116,1117,1109,1109,1117,1118,1115,1119,1116,1116,1119,1117,1119,1120,1117,1117,1120,1121,1117,1121,1118,1118,1121,1122,1110,1123,1095,1095,1123,1099,1109,1118,1110,1110,1118,1123,1118,1122,1123,1123,1122,1124,1123,1124,1099,1099,1124,1100,1125,1126,1113,1113,1126,1114,1127,1128,1125,1125,1128,1126,1128,1129,1126,1126,1129,1130,1126,1130,1114,1114,1130,1115,1131,1132,1127,1127,1132,1128,1133,1134,1131,1131,1134,1132,1134,1135,1132,1132,1135,1136,1132,1136,1128,1128,1136,1129,1136,1137,1129,1129,1137,1138,1135,1139,1136,1136,1139,1137,1139,1140,1137,1137,1140,1141,1137,1141,1138,1138,1141,1142,1130,1143,1115,1115,1143,1119,1129,1138,1130,1130,1138,1143,1138,1142,1143,1143,1142,1144,1143,1144,1119,1119,1144,1120,1145,1146,1133,1133,1146,1134,1147,1148,1145,1145,1148,1146,1148,1149,1146,1146,1149,1150,1146,1150,1134,1134,1150,1135,1151,1152,1147,1147,1152,1148,1153,1154,1151,1151,1154,1152,1154,1155,1152,1152,1155,1156,1152,1156,1148,1148,1156,1149,1156,1157,1149,1149,1157,1158,1155,1159,1156,1156,1159,1157,1159,1160,1157,1157,1160,1161,1157,1161,1158,1158,1161,1162,1150,1163,1135,1135,1163,1139,1149,1158,1150,1150,1158,1163,1158,1162,1163,1163,1162,1164,1163,1164,1139,1139,1164,1140,1165,1166,1153,1153,1166,1154,1167,1168,1165,1165,1168,1166,1168,1169,1166,1166,1169,1170,1166,1170,1154,1154,1170,1155,1171,1172,1167,1167,1172,1168,1173,1174,1171,1171,1174,1172,1174,1175,1172,1172,1175,1176,1172,1176,1168,1168,1176,1169,1176,1177,1169,1169,1177,1178,1175,1179,1176,1176,1179,1177,1179,1180,1177,1177,1180,1181,1177,1181,1178,1178,1181,1182,1170,1183,1155,1155,1183,1159,1169,1178,1170,1170,1178,1183,1178,1182,1183,1183,1182,1184,1183,1184,1159,1159,1184,1160,1173,1185,1174,1174,1185,1186,1185,1187,1186,1186,1187,1188,1186,1188,1189,1189,1188,1190,1186,1189,1174,1174,1189,1175,1187,1191,1188,1188,1191,1192,1193,1194,1191,1191,1194,1192,1194,1195,1192,1192,1195,1196,1188,1192,1190,1190,1192,1196,1190,1196,1197,1197,1196,1198,1196,1195,1198,1198,1195,1199,1198,1199,1200,1200,1199,1201,1197,1198,1202,1202,1198,1200,1189,1203,1175,1175,1203,1179,1189,1190,1203,1203,1190,1197,1197,1202,1203,1203,1202,1204,1203,1204,1179,1179,1204,1180,23,1205,24,24,1205,1206,20,1207,23,23,1207,1205,1205,1207,1208,1208,1207,1209,1206,1205,1210,1210,1205,1208,19,1211,20,20,1211,1207,18,1212,19,19,1212,1211,1211,1212,1213,1213,1212,1214,1207,1211,1209,1209,1211,1213,1209,1213,1215,1215,1213,1216,1213,1214,1216,1216,1214,1217,1216,1217,1218,1218,1217,1219,1215,1216,1220,1220,1216,1218,1210,1208,1221,1221,1208,1222,1208,1209,1222,1222,1209,1215,1222,1215,1223,1223,1215,1220,1221,1222,1224,1224,1222,1223,44,1225,18,18,1225,1212,42,1226,44,44,1226,1225,1225,1226,1227,1227,1226,1228,1212,1225,1214,1214,1225,1227,41,1229,42,42,1229,1226,40,1230,41,41,1230,1229,1230,1231,1229,1229,1231,1232,1229,1232,1226,1226,1232,1228,1232,1233,1228,1228,1233,1234,1231,1235,1232,1232,1235,1233,1235,1236,1233,1233,1236,1237,1233,1237,1234,1234,1237,1238,1214,1227,1217,1217,1227,1239,1227,1228,1239,1239,1228,1234,1239,1234,1240,1240,1234,1238,1217,1239,1219,1219,1239,1240,64,1241,40,40,1241,1230,62,1242,64,64,1242,1241,1242,1243,1241,1241,1243,1244,1241,1244,1230,1230,1244,1231,61,1245,62,62,1245,1242,60,1246,61,61,1246,1245,1246,1247,1245,1245,1247,1248,1245,1248,1242,1242,1248,1243,1248,1249,1243,1243,1249,1250,1247,1251,1248,1248,1251,1249,1251,1252,1249,1249,1252,1253,1249,1253,1250,1250,1253,1254,1244,1255,1231,1231,1255,1235,1243,1250,1244,1244,1250,1255,1250,1254,1255,1255,1254,1256,1255,1256,1235,1235,1256,1236,84,1257,60,60,1257,1246,82,1258,84,84,1258,1257,1258,1259,1257,1257,1259,1260,1257,1260,1246,1246,1260,1247,81,1261,82,82,1261,1258,80,1262,81,81,1262,1261,1262,1263,1261,1261,1263,1264,1261,1264,1258,1258,1264,1259,1264,1265,1259,1259,1265,1266,1263,1267,1264,1264,1267,1265,1267,1268,1265,1265,1268,1269,1265,1269,1266,1266,1269,1270,1260,1271,1247,1247,1271,1251,1259,1266,1260,1260,1266,1271,1266,1270,1271,1271,1270,1272,1271,1272,1251,1251,1272,1252,104,1273,80,80,1273,1262,102,1274,104,104,1274,1273,1274,1275,1273,1273,1275,1276,1273,1276,1262,1262,1276,1263,101,1277,102,102,1277,1274,100,1278,101,101,1278,1277,1278,1279,1277,1277,1279,1280,1277,1280,1274,1274,1280,1275,1280,1281,1275,1275,1281,1282,1279,1283,1280,1280,1283,1281,1283,1284,1281,1281,1284,1285,1281,1285,1282,1282,1285,1286,1276,1287,1263,1263,1287,1267,1275,1282,1276,1276,1282,1287,1282,1286,1287,1287,1286,1288,1287,1288,1267,1267,1288,1268,124,1289,100,100,1289,1278,122,1290,124,124,1290,1289,1290,1291,1289,1289,1291,1292,1289,1292,1278,1278,1292,1279,121,1293,122,122,1293,1290,120,1294,121,121,1294,1293,1294,1295,1293,1293,1295,1296,1293,1296,1290,1290,1296,1291,1296,1297,1291,1291,1297,1298,1295,1299,1296,1296,1299,1297,1299,1300,1297,1297,1300,1301,1297,1301,1298,1298,1301,1302,1292,1303,1279,1279,1303,1283,1291,1298,1292,1292,1298,1303,1298,1302,1303,1303,1302,1304,1303,1304,1283,1283,1304,1284,144,1305,120,120,1305,1294,142,1306,144,144,1306,1305,1306,1307,1305,1305,1307,1308,1305,1308,1294,1294,1308,1295,141,1309,142,142,1309,1306,140,1310,141,141,1310,1309,1310,1311,1309,1309,1311,1312,1309,1312,1306,1306,1312,1307,1312,1313,1307,1307,1313,1314,1311,1315,1312,1312,1315,1313,1315,1316,1313,1313,1316,1317,1313,1317,1314,1314,1317,1318,1308,1319,1295,1295,1319,1299,1307,1314,1308,1308,1314,1319,1314,1318,1319,1319,1318,1320,1319,1320,1299,1299,1320,1300,164,1321,140,140,1321,1310,162,1322,164,164,1322,1321,1322,1323,1321,1321,1323,1324,1321,1324,1310,1310,1324,1311,161,1325,162,162,1325,1322,160,1326,161,161,1326,1325,1326,1327,1325,1325,1327,1328,1325,1328,1322,1322,1328,1323,1328,1329,1323,1323,1329,1330,1327,1331,1328,1328,1331,1329,1331,1332,1329,1329,1332,1333,1329,1333,1330,1330,1333,1334,1324,1335,1311,1311,1335,1315,1323,1330,1324,1324,1330,1335,1330,1334,1335,1335,1334,1336,1335,1336,1315,1315,1336,1316,184,1337,160,160,1337,1326,182,1338,184,184,1338,1337,1338,1339,1337,1337,1339,1340,1337,1340,1326,1326,1340,1327,181,1341,182,182,1341,1338,180,1342,181,181,1342,1341,1342,1343,1341,1341,1343,1344,1341,1344,1338,1338,1344,1339,1344,1345,1339,1339,1345,1346,1343,1347,1344,1344,1347,1345,1347,1348,1345,1345,1348,1349,1345,1349,1346,1346,1349,1350,1340,1351,1327,1327,1351,1331,1339,1346,1340,1340,1346,1351,1346,1350,1351,1351,1350,1352,1351,1352,1331,1331,1352,1332,204,1353,180,180,1353,1342,202,1354,204,204,1354,1353,1354,1355,1353,1353,1355,1356,1353,1356,1342,1342,1356,1343,200,1357,202,202,1357,1354,200,201,1357,1357,201,1358,1358,1359,1357,1357,1359,1360,1357,1360,1354,1354,1360,1355,1360,1361,1355,1355,1361,1362,1359,1363,1360,1360,1363,1361,1363,1364,1361,1361,1364,1365,1361,1365,1362,1362,1365,1366,1356,1367,1343,1343,1367,1347,1355,1362,1356,1356,1362,1367,1362,1366,1367,1367,1366,1368,1367,1368,1347,1347,1368,1348,201,224,1358,1358,224,1369,224,222,1369,1369,222,1370,1370,1371,1369,1369,1371,1372,1369,1372,1358,1358,1372,1359,222,220,1370,1370,220,1373,220,221,1373,1373,221,1374,1374,1375,1373,1373,1375,1376,1373,1376,1370,1370,1376,1371,1376,1377,1371,1371,1377,1378,1375,1379,1376,1376,1379,1377,1379,1380,1377,1377,1380,1381,1377,1381,1378,1378,1381,1382,1372,1383,1359,1359,1383,1363,1371,1378,1372,1372,1378,1383,1378,1382,1383,1383,1382,1384,1383,1384,1363,1363,1384,1364,221,244,1374,1374,244,1385,244,242,1385,1385,242,1386,1386,1387,1385,1385,1387,1388,1385,1388,1374,1374,1388,1375,242,240,1386,1386,240,1389,240,241,1389,1389,241,1390,1390,1391,1389,1389,1391,1392,1389,1392,1386,1386,1392,1387,1392,1393,1387,1387,1393,1394,1391,1395,1392,1392,1395,1393,1395,1396,1393,1393,1396,1397,1393,1397,1394,1394,1397,1398,1388,1399,1375,1375,1399,1379,1387,1394,1388,1388,1394,1399,1394,1398,1399,1399,1398,1400,1399,1400,1379,1379,1400,1380,264,1401,241,241,1401,1390,262,1402,264,264,1402,1401,1402,1403,1401,1401,1403,1404,1401,1404,1390,1390,1404,1391,261,1405,262,262,1405,1402,260,1406,261,261,1406,1405,1406,1407,1405,1405,1407,1408,1405,1408,1402,1402,1408,1403,1408,1409,1403,1403,1409,1410,1407,1411,1408,1408,1411,1409,1411,1412,1409,1409,1412,1413,1409,1413,1410,1410,1413,1414,1404,1415,1391,1391,1415,1395,1403,1410,1404,1404,1410,1415,1410,1414,1415,1415,1414,1416,1415,1416,1395,1395,1416,1396,284,1417,260,260,1417,1406,282,1418,284,284,1418,1417,1418,1419,1417,1417,1419,1420,1417,1420,1406,1406,1420,1407,281,1421,282,282,1421,1418,280,1422,281,281,1422,1421,1422,1423,1421,1421,1423,1424,1421,1424,1418,1418,1424,1419,1419,1424,1425,1425,1424,1426,1424,1423,1426,1426,1423,1427,1426,1427,1428,1428,1427,1429,1425,1426,1430,1430,1426,1428,1420,1431,1407,1407,1431,1411,1419,1425,1420,1420,1425,1431,1431,1425,1432,1432,1425,1430,1411,1431,1412,1412,1431,1432,304,1433,280,280,1433,1422,302,1434,304,304,1434,1433,1434,1435,1433,1433,1435,1436,1433,1436,1422,1422,1436,1423,301,1437,302,302,1437,1434,300,1438,301,301,1438,1437,1438,1439,1437,1437,1439,1440,1437,1440,1434,1434,1440,1435,1435,1440,1441,1441,1440,1442,1440,1439,1442,1442,1439,1443,1442,1443,1444,1444,1443,1445,1441,1442,1446,1446,1442,1444,1423,1436,1427,1427,1436,1447,1436,1435,1447,1447,1435,1441,1447,1441,1448,1448,1441,1446,1427,1447,1429,1429,1447,1448,324,1449,300,300,1449,1438,322,1450,324,324,1450,1449,1449,1450,1451,1451,1450,1452,1449,1451,1438,1438,1451,1439,321,1453,322,322,1453,1450,321,320,1453,1453,320,1454,1453,1454,1455,1455,1454,1456,1450,1453,1452,1452,1453,1455,1452,1455,1457,1457,1455,1458,1455,1456,1458,1458,1456,1459,1458,1459,1460,1460,1459,1461,1457,1458,1462,1462,1458,1460,1439,1451,1443,1443,1451,1463,1451,1452,1463,1463,1452,1457,1463,1457,1464,1464,1457,1462,1443,1463,1445,1445,1463,1464,320,344,1454,1454,344,1465,344,342,1465,1465,342,1466,1465,1466,1467,1467,1466,1468,1454,1465,1456,1456,1465,1467,342,340,1466,1466,340,1469,340,341,1469,1469,341,1470,1469,1470,1471,1471,1470,1472,1466,1469,1468,1468,1469,1471,1468,1471,1473,1473,1471,1474,1471,1472,1474,1474,1472,1475,1474,1475,1476,1476,1475,1477,1473,1474,1478,1478,1474,1476,1456,1467,1459,1459,1467,1479,1467,1468,1479,1479,1468,1473,1479,1473,1480,1480,1473,1478,1459,1479,1461,1461,1479,1480,341,364,1470,1470,364,1481,364,362,1481,1481,362,1482,1481,1482,1483,1483,1482,1484,1470,1481,1472,1472,1481,1483,362,360,1482,1482,360,1485,360,361,1485,1485,361,1486,1485,1486,1487,1487,1486,1488,1482,1485,1484,1484,1485,1487,1484,1487,1489,1489,1487,1490,1487,1488,1490,1490,1488,1491,1490,1491,1492,1492,1491,1493,1489,1490,1494,1494,1490,1492,1472,1483,1475,1475,1483,1495,1483,1484,1495,1495,1484,1489,1495,1489,1496,1496,1489,1494,1475,1495,1477,1477,1495,1496,361,384,1486,1486,384,1497,384,382,1497,1497,382,1498,1497,1498,1499,1499,1498,1500,1486,1497,1488,1488,1497,1499,382,380,1498,1498,380,1501,380,381,1501,1501,381,1502,1501,1502,1503,1503,1502,1504,1498,1501,1500,1500,1501,1503,1500,1503,1505,1505,1503,1506,1503,1504,1506,1506,1504,1507,1506,1507,1508,1508,1507,1509,1505,1506,1510,1510,1506,1508,1488,1499,1491,1491,1499,1511,1499,1500,1511,1511,1500,1505,1511,1505,1512,1512,1505,1510,1491,1511,1493,1493,1511,1512,381,404,1502,1502,404,1513,404,402,1513,1513,402,1514,1513,1514,1515,1515,1514,1516,1502,1513,1504,1504,1513,1515,402,400,1514,1514,400,1517,400,401,1517,1517,401,1518,1517,1518,1519,1519,1518,1520,1514,1517,1516,1516,1517,1519,1516,1519,1521,1521,1519,1522,1519,1520,1522,1522,1520,1523,1522,1523,1524,1524,1523,1525,1521,1522,1526,1526,1522,1524,1504,1515,1507,1507,1515,1527,1515,1516,1527,1527,1516,1521,1527,1521,1528,1528,1521,1526,1507,1527,1509,1509,1527,1528,401,424,1518,1518,424,1529,424,422,1529,1529,422,1530,1529,1530,1531,1531,1530,1532,1518,1529,1520,1520,1529,1531,422,420,1530,1530,420,1533,420,421,1533,1533,421,1534,1533,1534,1535,1535,1534,1536,1530,1533,1532,1532,1533,1535,1532,1535,1537,1537,1535,1538,1535,1536,1538,1538,1536,1539,1538,1539,1540,1540,1539,1541,1537,1538,1542,1542,1538,1540,1520,1531,1523,1523,1531,1543,1531,1532,1543,1543,1532,1537,1543,1537,1544,1544,1537,1542,1523,1543,1525,1525,1543,1544,421,444,1534,1534,444,1545,444,442,1545,1545,442,1546,1545,1546,1547,1547,1546,1548,1534,1545,1536,1536,1545,1547,442,440,1546,1546,440,1549,440,441,1549,1549,441,1550,1549,1550,1551,1551,1550,1552,1546,1549,1548,1548,1549,1551,1548,1551,1553,1553,1551,1554,1551,1552,1554,1554,1552,1555,1555,1556,1554,1554,1556,1557,1553,1554,1558,1558,1554,1557,1536,1547,1539,1539,1547,1559,1547,1548,1559,1559,1548,1553,1559,1553,1560,1560,1553,1558,1539,1559,1541,1541,1559,1560,441,464,1550,1550,464,1561,464,462,1561,1561,462,1562,1561,1562,1563,1563,1562,1564,1550,1561,1552,1552,1561,1563,462,460,1562,1562,460,1565,460,461,1565,1565,461,1566,1566,1567,1565,1565,1567,1568,1565,1568,1562,1562,1568,1564,1568,1569,1564,1564,1569,1570,1567,1571,1568,1568,1571,1569,1571,1572,1569,1569,1572,1573,1569,1573,1570,1570,1573,1574,1563,1575,1552,1552,1575,1555,1564,1570,1563,1563,1570,1575,1570,1574,1575,1575,1574,1576,1575,1576,1555,1555,1576,1556,484,1577,461,461,1577,1566,482,1578,484,484,1578,1577,1578,1579,1577,1577,1579,1580,1577,1580,1566,1566,1580,1567,481,1581,482,482,1581,1578,480,1582,481,481,1582,1581,1582,1583,1581,1581,1583,1584,1581,1584,1578,1578,1584,1579,1584,1585,1579,1579,1585,1586,1583,1587,1584,1584,1587,1585,1587,1588,1585,1585,1588,1589,1585,1589,1586,1586,1589,1590,1580,1591,1567,1567,1591,1571,1579,1586,1580,1580,1586,1591,1586,1590,1591,1591,1590,1592,1591,1592,1571,1571,1592,1572,504,1593,480,480,1593,1582,502,1594,504,504,1594,1593,1594,1595,1593,1593,1595,1596,1593,1596,1582,1582,1596,1583,501,1597,502,502,1597,1594,500,1598,501,501,1598,1597,1598,1599,1597,1597,1599,1600,1597,1600,1594,1594,1600,1595,1600,1601,1595,1595,1601,1602,1599,1603,1600,1600,1603,1601,1603,1604,1601,1601,1604,1605,1601,1605,1602,1602,1605,1606,1596,1607,1583,1583,1607,1587,1595,1602,1596,1596,1602,1607,1602,1606,1607,1607,1606,1608,1607,1608,1587,1587,1608,1588,524,1609,500,500,1609,1598,522,1610,524,524,1610,1609,1610,1611,1609,1609,1611,1612,1609,1612,1598,1598,1612,1599,521,1613,522,522,1613,1610,520,1614,521,521,1614,1613,1614,1615,1613,1613,1615,1616,1613,1616,1610,1610,1616,1611,1616,1617,1611,1611,1617,1618,1615,1619,1616,1616,1619,1617,1619,1620,1617,1617,1620,1621,1617,1621,1618,1618,1621,1622,1612,1623,1599,1599,1623,1603,1611,1618,1612,1612,1618,1623,1618,1622,1623,1623,1622,1624,1623,1624,1603,1603,1624,1604,544,1625,520,520,1625,1614,542,1626,544,544,1626,1625,1626,1627,1625,1625,1627,1628,1625,1628,1614,1614,1628,1615,541,1629,542,542,1629,1626,540,1630,541,541,1630,1629,1630,1631,1629,1629,1631,1632,1629,1632,1626,1626,1632,1627,1632,1633,1627,1627,1633,1634,1631,1635,1632,1632,1635,1633,1635,1636,1633,1633,1636,1637,1633,1637,1634,1634,1637,1638,1628,1639,1615,1615,1639,1619,1627,1634,1628,1628,1634,1639,1634,1638,1639,1639,1638,1640,1639,1640,1619,1619,1640,1620,564,1641,540,540,1641,1630,562,1642,564,564,1642,1641,1642,1643,1641,1641,1643,1644,1641,1644,1630,1630,1644,1631,561,1645,562,562,1645,1642,560,1646,561,561,1646,1645,1645,1646,1647,1647,1646,1648,1645,1647,1642,1642,1647,1643,1643,1647,1649,1649,1647,1650,1647,1648,1650,1650,1648,1651,1650,1651,1652,1652,1651,1653,1649,1650,1654,1654,1650,1652,1644,1655,1631,1631,1655,1635,1643,1649,1644,1644,1649,1655,1655,1649,1656,1656,1649,1654,1655,1656,1635,1635,1656,1636,560,584,1646,1646,584,1657,584,582,1657,1657,582,1658,1657,1658,1659,1659,1658,1660,1646,1657,1648,1648,1657,1659,582,580,1658,1658,580,1661,580,581,1661,1661,581,1662,1661,1662,1663,1663,1662,1664,1658,1661,1660,1660,1661,1663,1660,1663,1665,1665,1663,1666,1663,1664,1666,1666,1664,1667,1666,1667,1668,1668,1667,1669,1665,1666,1670,1670,1666,1668,1648,1659,1651,1651,1659,1671,1659,1660,1671,1671,1660,1665,1671,1665,1672,1672,1665,1670,1651,1671,1653,1653,1671,1672,581,604,1662,1662,604,1673,604,602,1673,1673,602,1674,1673,1674,1675,1675,1674,1676,1662,1673,1664,1664,1673,1675,602,600,1674,1674,600,1677,600,601,1677,1677,601,1678,1677,1678,1679,1679,1678,1680,1674,1677,1676,1676,1677,1679,1676,1679,1681,1681,1679,1682,1679,1680,1682,1682,1680,1683,1682,1683,1684,1684,1683,1685,1681,1682,1686,1686,1682,1684,1664,1675,1667,1667,1675,1687,1675,1676,1687,1687,1676,1681,1687,1681,1688,1688,1681,1686,1667,1687,1669,1669,1687,1688,601,624,1678,1678,624,1689,624,622,1689,1689,622,1690,1689,1690,1691,1691,1690,1692,1678,1689,1680,1680,1689,1691,622,620,1690,1690,620,1693,620,621,1693,1693,621,1694,1693,1694,1695,1695,1694,1696,1690,1693,1692,1692,1693,1695,1692,1695,1697,1697,1695,1698,1695,1696,1698,1698,1696,1699,1698,1699,1700,1700,1699,1701,1697,1698,1702,1702,1698,1700,1680,1691,1683,1683,1691,1703,1691,1692,1703,1703,1692,1697,1703,1697,1704,1704,1697,1702,1683,1703,1685,1685,1703,1704,621,644,1694,1694,644,1705,644,642,1705,1705,642,1706,1705,1706,1707,1707,1706,1708,1694,1705,1696,1696,1705,1707,642,640,1706,1706,640,1709,640,641,1709,1709,641,1710,1709,1710,1711,1711,1710,1712,1706,1709,1708,1708,1709,1711,1708,1711,1713,1713,1711,1714,1711,1712,1714,1714,1712,1715,1714,1715,1716,1716,1715,1717,1713,1714,1718,1718,1714,1716,1696,1707,1699,1699,1707,1719,1707,1708,1719,1719,1708,1713,1719,1713,1720,1720,1713,1718,1699,1719,1701,1701,1719,1720,641,664,1710,1710,664,1721,662,1722,664,664,1722,1721,1722,1723,1721,1721,1723,1724,1710,1721,1712,1712,1721,1724,661,1725,662,662,1725,1722,660,1726,661,661,1726,1725,1726,1727,1725,1725,1727,1728,1725,1728,1722,1722,1728,1723,1728,1729,1723,1723,1729,1730,1727,1731,1728,1728,1731,1729,1729,1731,1732,1732,1731,1733,1729,1732,1730,1730,1732,1734,1712,1724,1715,1715,1724,1735,1723,1730,1724,1724,1730,1735,1730,1734,1735,1735,1734,1736,1715,1735,1717,1717,1735,1736,684,1737,660,660,1737,1726,682,1738,684,684,1738,1737,1737,1738,1739,1739,1738,1740,1737,1739,1726,1726,1739,1727,680,1741,682,682,1741,1738,680,681,1741,1741,681,1742,1741,1742,1743,1743,1742,1744,1738,1741,1740,1740,1741,1743,1740,1743,1745,1745,1743,1746,1743,1744,1746,1746,1744,1747,1746,1747,1748,1748,1747,1749,1745,1746,1750,1750,1746,1748,1727,1739,1731,1731,1739,1751,1739,1740,1751,1751,1740,1745,1751,1745,1752,1752,1745,1750,1731,1751,1733,1733,1751,1752,681,704,1742,1742,704,1753,704,702,1753,1753,702,1754,1754,1755,1753,1753,1755,1756,1742,1753,1744,1744,1753,1756,701,1757,702,702,1757,1754,700,1758,701,701,1758,1757,1758,1759,1757,1757,1759,1760,1757,1760,1754,1754,1760,1755,1760,1761,1755,1755,1761,1762,1759,1763,1760,1760,1763,1761,1763,1764,1761,1761,1764,1765,1761,1765,1762,1762,1765,1766,1744,1756,1747,1747,1756,1767,1755,1762,1756,1756,1762,1767,1762,1766,1767,1767,1766,1768,1767,1768,1747,1747,1768,1749,724,1769,700,700,1769,1758,722,1770,724,724,1770,1769,1770,1771,1769,1769,1771,1772,1769,1772,1758,1758,1772,1759,720,1773,722,722,1773,1770,721,1774,720,720,1774,1773,1774,1775,1773,1773,1775,1776,1773,1776,1770,1770,1776,1771,1776,1777,1771,1771,1777,1778,1775,1779,1776,1776,1779,1777,1779,1780,1777,1777,1780,1781,1777,1781,1778,1778,1781,1782,1772,1783,1759,1759,1783,1763,1771,1778,1772,1772,1778,1783,1778,1782,1783,1783,1782,1784,1783,1784,1763,1763,1784,1764,744,1785,721,721,1785,1774,742,1786,744,744,1786,1785,1786,1787,1785,1785,1787,1788,1785,1788,1774,1774,1788,1775,740,1789,742,742,1789,1786,740,741,1789,1789,741,1790,1789,1790,1791,1791,1790,1792,1789,1791,1786,1786,1791,1787,1791,1793,1787,1787,1793,1794,1792,1795,1791,1791,1795,1793,1795,1796,1793,1793,1796,1797,1793,1797,1794,1794,1797,1798,1788,1799,1775,1775,1799,1779,1787,1794,1788,1788,1794,1799,1794,1798,1799,1799,1798,1800,1799,1800,1779,1779,1800,1780,764,1801,741,741,1801,1790,762,1802,764,764,1802,1801,1802,1803,1801,1801,1803,1804,1801,1804,1790,1790,1804,1792,762,760,1802,1802,760,1805,760,761,1805,1805,761,1806,1805,1806,1807,1807,1806,1808,1805,1807,1802,1802,1807,1803,1807,1809,1803,1803,1809,1810,1807,1808,1809,1809,1808,1811,1811,1812,1809,1809,1812,1813,1809,1813,1810,1810,1813,1814,1804,1815,1792,1792,1815,1795,1803,1810,1804,1804,1810,1815,1810,1814,1815,1815,1814,1816,1815,1816,1795,1795,1816,1796,761,784,1806,1806,784,1817,784,782,1817,1817,782,1818,1817,1818,1819,1819,1818,1820,1806,1817,1808,1808,1817,1819,782,780,1818,1818,780,1821,780,781,1821,1821,781,1822,1822,1823,1821,1821,1823,1824,1818,1821,1820,1820,1821,1824,1824,1825,1820,1820,1825,1826,1823,1827,1824,1824,1827,1825,1827,1828,1825,1825,1828,1829,1825,1829,1826,1826,1829,1830,1808,1819,1811,1811,1819,1831,1819,1820,1831,1831,1820,1826,1831,1826,1832,1832,1826,1830,1811,1831,1812,1812,1831,1832,781,804,1822,1822,804,1833,802,1834,804,804,1834,1833,1834,1835,1833,1833,1835,1836,1833,1836,1822,1822,1836,1823,801,1837,802,802,1837,1834,800,1838,801,801,1838,1837,1838,1839,1837,1837,1839,1840,1837,1840,1834,1834,1840,1835,1840,1841,1835,1835,1841,1842,1839,1843,1840,1840,1843,1841,1841,1843,1844,1844,1843,1845,1841,1844,1842,1842,1844,1846,1836,1847,1823,1823,1847,1827,1835,1842,1836,1836,1842,1847,1842,1846,1847,1847,1846,1848,1847,1848,1827,1827,1848,1828,824,1849,800,800,1849,1838,822,1850,824,824,1850,1849,1849,1850,1851,1851,1850,1852,1849,1851,1838,1838,1851,1839,821,1853,822,822,1853,1850,821,820,1853,1853,820,1854,1853,1854,1855,1855,1854,1856,1850,1853,1852,1852,1853,1855,1852,1855,1857,1857,1855,1858,1855,1856,1858,1858,1856,1859,1858,1859,1860,1860,1859,1861,1857,1858,1862,1862,1858,1860,1839,1851,1843,1843,1851,1863,1851,1852,1863,1863,1852,1857,1863,1857,1864,1864,1857,1862,1843,1863,1845,1845,1863,1864,820,844,1854,1854,844,1865,844,842,1865,1865,842,1866,1866,1867,1865,1865,1867,1868,1854,1865,1856,1856,1865,1868,841,1869,842,842,1869,1866,840,1870,841,841,1870,1869,1870,1871,1869,1869,1871,1872,1869,1872,1866,1866,1872,1867,1872,1873,1867,1867,1873,1874,1871,1875,1872,1872,1875,1873,1875,1876,1873,1873,1876,1877,1873,1877,1874,1874,1877,1878,1856,1868,1859,1859,1868,1879,1867,1874,1868,1868,1874,1879,1874,1878,1879,1879,1878,1880,1859,1879,1861,1861,1879,1880,864,1881,840,840,1881,1870,862,1882,864,864,1882,1881,1882,1883,1881,1881,1883,1884,1881,1884,1870,1870,1884,1871,862,860,1882,1882,860,1885,860,861,1885,1885,861,1886,1885,1886,1887,1887,1886,1888,1882,1885,1883,1883,1885,1887,1883,1887,1889,1889,1887,1890,1887,1888,1890,1890,1888,1891,1890,1891,1892,1892,1891,1893,1889,1890,1894,1894,1890,1892,1884,1895,1871,1871,1895,1875,1883,1889,1884,1884,1889,1895,1889,1894,1895,1895,1894,1896,1895,1896,1875,1875,1896,1876,861,884,1886,1886,884,1897,884,882,1897,1897,882,1898,1897,1898,1899,1899,1898,1900,1886,1897,1888,1888,1897,1899,882,880,1898,1898,880,1901,880,881,1901,1901,881,1902,1901,1902,1903,1903,1902,1904,1898,1901,1900,1900,1901,1903,1900,1903,1905,1905,1903,1906,1904,1907,1903,1903,1907,1906,1907,1908,1906,1906,1908,1909,1905,1906,1910,1910,1906,1909,1888,1899,1891,1891,1899,1911,1899,1900,1911,1911,1900,1905,1911,1905,1912,1912,1905,1910,1891,1911,1893,1893,1911,1912,881,904,1902,1902,904,1913,902,1914,904,904,1914,1913,1914,1915,1913,1913,1915,1916,1913,1916,1902,1902,1916,1904,901,1917,902,902,1917,1914,900,1918,901,901,1918,1917,1918,1919,1917,1917,1919,1920,1917,1920,1914,1914,1920,1915,1920,1921,1915,1915,1921,1922,1919,1923,1920,1920,1923,1921,1923,1924,1921,1921,1924,1925,1921,1925,1922,1922,1925,1926,1916,1927,1904,1904,1927,1907,1915,1922,1916,1916,1922,1927,1922,1926,1927,1927,1926,1928,1927,1928,1907,1907,1928,1908,924,1929,900,900,1929,1918,922,1930,924,924,1930,1929,1930,1931,1929,1929,1931,1932,1929,1932,1918,1918,1932,1919,921,1933,922,922,1933,1930,920,1934,921,921,1934,1933,1934,1935,1933,1933,1935,1936,1933,1936,1930,1930,1936,1931,1936,1937,1931,1931,1937,1938,1935,1939,1936,1936,1939,1937,1939,1940,1937,1937,1940,1941,1937,1941,1938,1938,1941,1942,1932,1943,1919,1919,1943,1923,1931,1938,1932,1932,1938,1943,1938,1942,1943,1943,1942,1944,1943,1944,1923,1923,1944,1924,944,1945,920,920,1945,1934,942,1946,944,944,1946,1945,1946,1947,1945,1945,1947,1948,1945,1948,1934,1934,1948,1935,941,1949,942,942,1949,1946,940,1950,941,941,1950,1949,1950,1951,1949,1949,1951,1952,1949,1952,1946,1946,1952,1947,1952,1953,1947,1947,1953,1954,1951,1955,1952,1952,1955,1953,1955,1956,1953,1953,1956,1957,1953,1957,1954,1954,1957,1958,1948,1959,1935,1935,1959,1939,1947,1954,1948,1948,1954,1959,1954,1958,1959,1959,1958,1960,1959,1960,1939,1939,1960,1940,964,1961,940,940,1961,1950,962,1962,964,964,1962,1961,1962,1963,1961,1961,1963,1964,1961,1964,1950,1950,1964,1951,961,1965,962,962,1965,1962,960,1966,961,961,1966,1965,1966,1967,1965,1965,1967,1968,1965,1968,1962,1962,1968,1963,1968,1969,1963,1963,1969,1970,1968,1967,1969,1969,1967,1971,1969,1971,1972,1972,1971,1973,1970,1969,1974,1974,1969,1972,1964,1975,1951,1951,1975,1955,1963,1970,1964,1964,1970,1975,1970,1974,1975,1975,1974,1976,1975,1976,1955,1955,1976,1956,984,1977,960,960,1977,1966,982,1978,984,984,1978,1977,1977,1978,1979,1979,1978,1980,1966,1977,1967,1967,1977,1979,982,981,1978,1978,981,1981,981,980,1981,1981,980,1982,1981,1982,1983,1983,1982,1984,1978,1981,1980,1980,1981,1983,1980,1983,1985,1985,1983,1986,1983,1984,1986,1986,1984,1987,1986,1987,1988,1988,1987,1989,1985,1986,1990,1990,1986,1988,1967,1979,1971,1971,1979,1991,1979,1980,1991,1991,1980,1985,1991,1985,1992,1992,1985,1990,1971,1991,1973,1973,1991,1992,980,1004,1982,1982,1004,1993,1004,1002,1993,1993,1002,1994,1993,1994,1995,1995,1994,1996,1982,1993,1984,1984,1993,1995,1002,1000,1994,1994,1000,1997,1000,1001,1997,1997,1001,1998,1997,1998,1999,1999,1998,2000,1994,1997,1996,1996,1997,1999,1996,1999,2001,2001,1999,2002,1999,2000,2002,2002,2000,2003,2002,2003,2004,2004,2003,2005,2001,2002,2006,2006,2002,2004,1984,1995,1987,1987,1995,2007,1995,1996,2007,2007,1996,2001,2007,2001,2008,2008,2001,2006,1987,2007,1989,1989,2007,2008,1001,1024,1998,1998,1024,2009,1024,1022,2009,2009,1022,2010,2009,2010,2011,2011,2010,2012,1998,2009,2000,2000,2009,2011,1022,1020,2010,2010,1020,2013,1020,1021,2013,2013,1021,2014,2013,2014,2015,2015,2014,2016,2010,2013,2012,2012,2013,2015,2012,2015,2017,2017,2015,2018,2016,2019,2015,2015,2019,2018,2019,2020,2018,2018,2020,2021,2017,2018,2022,2022,2018,2021,2000,2011,2003,2003,2011,2023,2011,2012,2023,2023,2012,2017,2023,2017,2024,2024,2017,2022,2003,2023,2005,2005,2023,2024,1021,1044,2014,2014,1044,2025,1042,2026,1044,1044,2026,2025,2026,2027,2025,2025,2027,2028,2025,2028,2014,2014,2028,2016,1040,2029,1042,1042,2029,2026,1041,2030,1040,1040,2030,2029,2030,2031,2029,2029,2031,2032,2029,2032,2026,2026,2032,2027,2032,2033,2027,2027,2033,2034,2031,2035,2032,2032,2035,2033,2035,2036,2033,2033,2036,2037,2033,2037,2034,2034,2037,2038,2028,2039,2016,2016,2039,2019,2027,2034,2028,2028,2034,2039,2034,2038,2039,2039,2038,2040,2039,2040,2019,2019,2040,2020,1064,2041,1041,1041,2041,2030,1062,2042,1064,1064,2042,2041,2042,2043,2041,2041,2043,2044,2041,2044,2030,2030,2044,2031,1060,2045,1062,1062,2045,2042,1060,1061,2045,2045,1061,2046,2046,2047,2045,2045,2047,2048,2045,2048,2042,2042,2048,2043,2048,2049,2043,2043,2049,2050,2047,2051,2048,2048,2051,2049,2051,2052,2049,2049,2052,2053,2049,2053,2050,2050,2053,2054,2044,2055,2031,2031,2055,2035,2043,2050,2044,2044,2050,2055,2050,2054,2055,2055,2054,2056,2055,2056,2035,2035,2056,2036,1061,1084,2046,2046,1084,2057,1082,2058,1084,1084,2058,2057,2058,2059,2057,2057,2059,2060,2057,2060,2046,2046,2060,2047,1081,2061,1082,1082,2061,2058,1080,2062,1081,1081,2062,2061,2062,2063,2061,2061,2063,2064,2061,2064,2058,2058,2064,2059,2064,2065,2059,2059,2065,2066,2063,2067,2064,2064,2067,2065,2067,2068,2065,2065,2068,2069,2065,2069,2066,2066,2069,2070,2060,2071,2047,2047,2071,2051,2059,2066,2060,2060,2066,2071,2066,2070,2071,2071,2070,2072,2071,2072,2051,2051,2072,2052,1104,2073,1080,1080,2073,2062,1102,2074,1104,1104,2074,2073,2074,2075,2073,2073,2075,2076,2073,2076,2062,2062,2076,2063,1101,2077,1102,1102,2077,2074,1100,2078,1101,1101,2078,2077,2078,2079,2077,2077,2079,2080,2077,2080,2074,2074,2080,2075,2080,2081,2075,2075,2081,2082,2079,2083,2080,2080,2083,2081,2083,2084,2081,2081,2084,2085,2081,2085,2082,2082,2085,2086,2076,2087,2063,2063,2087,2067,2075,2082,2076,2076,2082,2087,2082,2086,2087,2087,2086,2088,2087,2088,2067,2067,2088,2068,1124,2089,1100,1100,2089,2078,1122,2090,1124,1124,2090,2089,2090,2091,2089,2089,2091,2092,2089,2092,2078,2078,2092,2079,1121,2093,1122,1122,2093,2090,1120,2094,1121,1121,2094,2093,2094,2095,2093,2093,2095,2096,2093,2096,2090,2090,2096,2091,2096,2097,2091,2091,2097,2098,2095,2099,2096,2096,2099,2097,2099,2100,2097,2097,2100,2101,2097,2101,2098,2098,2101,2102,2092,2103,2079,2079,2103,2083,2091,2098,2092,2092,2098,2103,2098,2102,2103,2103,2102,2104,2103,2104,2083,2083,2104,2084,1144,2105,1120,1120,2105,2094,1142,2106,1144,1144,2106,2105,2106,2107,2105,2105,2107,2108,2105,2108,2094,2094,2108,2095,1141,2109,1142,1142,2109,2106,1140,2110,1141,1141,2110,2109,2110,2111,2109,2109,2111,2112,2109,2112,2106,2106,2112,2107,2112,2113,2107,2107,2113,2114,2111,2115,2112,2112,2115,2113,2115,2116,2113,2113,2116,2117,2113,2117,2114,2114,2117,2118,2108,2119,2095,2095,2119,2099,2107,2114,2108,2108,2114,2119,2114,2118,2119,2119,2118,2120,2119,2120,2099,2099,2120,2100,1164,2121,1140,1140,2121,2110,1162,2122,1164,1164,2122,2121,2122,2123,2121,2121,2123,2124,2121,2124,2110,2110,2124,2111,1161,2125,1162,1162,2125,2122,1160,2126,1161,1161,2126,2125,2126,2127,2125,2125,2127,2128,2125,2128,2122,2122,2128,2123,2128,2129,2123,2123,2129,2130,2127,2131,2128,2128,2131,2129,2131,2132,2129,2129,2132,2133,2129,2133,2130,2130,2133,2134,2124,2135,2111,2111,2135,2115,2123,2130,2124,2124,2130,2135,2130,2134,2135,2135,2134,2136,2135,2136,2115,2115,2136,2116,1184,2137,1160,1160,2137,2126,1182,2138,1184,1184,2138,2137,2138,2139,2137,2137,2139,2140,2137,2140,2126,2126,2140,2127,1181,2141,1182,1182,2141,2138,1180,2142,1181,1181,2142,2141,2142,2143,2141,2141,2143,2144,2141,2144,2138,2138,2144,2139,2144,2145,2139,2139,2145,2146,2143,2147,2144,2144,2147,2145,2147,2148,2145,2145,2148,2149,2145,2149,2146,2146,2149,2150,2140,2151,2127,2127,2151,2131,2139,2146,2140,2140,2146,2151,2146,2150,2151,2151,2150,2152,2151,2152,2131,2131,2152,2132,1204,2153,1180,1180,2153,2142,1202,2154,1204,1204,2154,2153,2154,2155,2153,2153,2155,2156,2153,2156,2142,2142,2156,2143,1200,2157,1202,1202,2157,2154,1200,1201,2157,2157,1201,2158,2157,2158,2159,2159,2158,2160,2157,2159,2154,2154,2159,2155,2159,2161,2155,2155,2161,2162,2159,2160,2161,2161,2160,2163,2161,2163,2164,2164,2163,2165,2161,2164,2162,2162,2164,2166,2156,2167,2143,2143,2167,2147,2155,2162,2156,2156,2162,2167,2162,2166,2167,2167,2166,2168,2167,2168,2147,2147,2168,2148,1224,1223,2169,2169,1223,2170,1223,1220,2170,2170,1220,2171,2170,2171,2172,2172,2171,2173,2169,2170,2174,2174,2170,2172,1220,1218,2171,2171,1218,2175,1218,1219,2175,2175,1219,2176,2175,2176,2177,2177,2176,2178,2171,2175,2173,2173,2175,2177,2173,2177,2179,2179,2177,2180,2178,2181,2177,2177,2181,2180,2181,2182,2180,2180,2182,2183,2180,2183,2179,2179,2183,2184,2174,2172,2185,2185,2172,2186,2172,2173,2186,2186,2173,2179,2186,2179,2187,2187,2179,2184,2185,2186,2188,2188,2186,2187,1219,1240,2176,2176,1240,2189,1238,2190,1240,1240,2190,2189,2190,2191,2189,2189,2191,2192,2189,2192,2176,2176,2192,2178,1237,2193,1238,1238,2193,2190,1236,2194,1237,1237,2194,2193,2194,2195,2193,2193,2195,2196,2193,2196,2190,2190,2196,2191,2196,2197,2191,2191,2197,2198,2195,2199,2196,2196,2199,2197,2199,2200,2197,2197,2200,2201,2197,2201,2198,2198,2201,2202,2192,2203,2178,2178,2203,2181,2191,2198,2192,2192,2198,2203,2198,2202,2203,2203,2202,2204,2203,2204,2181,2181,2204,2182,1256,2205,1236,1236,2205,2194,1254,2206,1256,1256,2206,2205,2206,2207,2205,2205,2207,2208,2205,2208,2194,2194,2208,2195,1253,2209,1254,1254,2209,2206,1252,2210,1253,1253,2210,2209,2210,2211,2209,2209,2211,2212,2209,2212,2206,2206,2212,2207,2212,2213,2207,2207,2213,2214,2211,2215,2212,2212,2215,2213,2215,2216,2213,2213,2216,2217,2213,2217,2214,2214,2217,2218,2208,2219,2195,2195,2219,2199,2207,2214,2208,2208,2214,2219,2214,2218,2219,2219,2218,2220,2219,2220,2199,2199,2220,2200,1272,2221,1252,1252,2221,2210,1270,2222,1272,1272,2222,2221,2222,2223,2221,2221,2223,2224,2221,2224,2210,2210,2224,2211,1269,2225,1270,1270,2225,2222,1268,2226,1269,1269,2226,2225,2226,2227,2225,2225,2227,2228,2225,2228,2222,2222,2228,2223,2228,2229,2223,2223,2229,2230,2227,2231,2228,2228,2231,2229,2231,2232,2229,2229,2232,2233,2229,2233,2230,2230,2233,2234,2224,2235,2211,2211,2235,2215,2223,2230,2224,2224,2230,2235,2230,2234,2235,2235,2234,2236,2235,2236,2215,2215,2236,2216,1288,2237,1268,1268,2237,2226,1286,2238,1288,1288,2238,2237,2238,2239,2237,2237,2239,2240,2237,2240,2226,2226,2240,2227,1285,2241,1286,1286,2241,2238,1284,2242,1285,1285,2242,2241,2242,2243,2241,2241,2243,2244,2241,2244,2238,2238,2244,2239,2244,2245,2239,2239,2245,2246,2243,2247,2244,2244,2247,2245,2247,2248,2245,2245,2248,2249,2245,2249,2246,2246,2249,2250,2240,2251,2227,2227,2251,2231,2239,2246,2240,2240,2246,2251,2246,2250,2251,2251,2250,2252,2251,2252,2231,2231,2252,2232,1304,2253,1284,1284,2253,2242,1302,2254,1304,1304,2254,2253,2254,2255,2253,2253,2255,2256,2253,2256,2242,2242,2256,2243,1301,2257,1302,1302,2257,2254,1300,2258,1301,1301,2258,2257,2258,2259,2257,2257,2259,2260,2257,2260,2254,2254,2260,2255,2260,2261,2255,2255,2261,2262,2259,2263,2260,2260,2263,2261,2263,2264,2261,2261,2264,2265,2261,2265,2262,2262,2265,2266,2256,2267,2243,2243,2267,2247,2255,2262,2256,2256,2262,2267,2262,2266,2267,2267,2266,2268,2267,2268,2247,2247,2268,2248,1320,2269,1300,1300,2269,2258,1318,2270,1320,1320,2270,2269,2270,2271,2269,2269,2271,2272,2269,2272,2258,2258,2272,2259,1317,2273,1318,1318,2273,2270,1316,2274,1317,1317,2274,2273,2274,2275,2273,2273,2275,2276,2273,2276,2270,2270,2276,2271,2276,2277,2271,2271,2277,2278,2275,2279,2276,2276,2279,2277,2279,2280,2277,2277,2280,2281,2277,2281,2278,2278,2281,2282,2272,2283,2259,2259,2283,2263,2271,2278,2272,2272,2278,2283,2278,2282,2283,2283,2282,2284,2283,2284,2263,2263,2284,2264,1336,2285,1316,1316,2285,2274,1334,2286,1336,1336,2286,2285,2286,2287,2285,2285,2287,2288,2285,2288,2274,2274,2288,2275,1333,2289,1334,1334,2289,2286,1332,2290,1333,1333,2290,2289,2290,2291,2289,2289,2291,2292,2289,2292,2286,2286,2292,2287,2292,2293,2287,2287,2293,2294,2291,2295,2292,2292,2295,2293,2295,2296,2293,2293,2296,2297,2293,2297,2294,2294,2297,2298,2288,2299,2275,2275,2299,2279,2287,2294,2288,2288,2294,2299,2294,2298,2299,2299,2298,2300,2299,2300,2279,2279,2300,2280,1352,2301,1332,1332,2301,2290,1350,2302,1352,1352,2302,2301,2302,2303,2301,2301,2303,2304,2301,2304,2290,2290,2304,2291,1349,2305,1350,1350,2305,2302,1348,2306,1349,1349,2306,2305,2306,2307,2305,2305,2307,2308,2305,2308,2302,2302,2308,2303,2308,2309,2303,2303,2309,2310,2307,2311,2308,2308,2311,2309,2311,2312,2309,2309,2312,2313,2309,2313,2310,2310,2313,2314,2304,2315,2291,2291,2315,2295,2303,2310,2304,2304,2310,2315,2310,2314,2315,2315,2314,2316,2315,2316,2295,2295,2316,2296,1368,2317,1348,1348,2317,2306,1366,2318,1368,1368,2318,2317,2318,2319,2317,2317,2319,2320,2317,2320,2306,2306,2320,2307,1365,2321,1366,1366,2321,2318,1364,2322,1365,1365,2322,2321,2322,2323,2321,2321,2323,2324,2321,2324,2318,2318,2324,2319,2324,2325,2319,2319,2325,2326,2323,2327,2324,2324,2327,2325,2327,2328,2325,2325,2328,2329,2325,2329,2326,2326,2329,2330,2320,2331,2307,2307,2331,2311,2319,2326,2320,2320,2326,2331,2326,2330,2331,2331,2330,2332,2331,2332,2311,2311,2332,2312,1384,2333,1364,1364,2333,2322,1382,2334,1384,1384,2334,2333,2334,2335,2333,2333,2335,2336,2333,2336,2322,2322,2336,2323,1381,2337,1382,1382,2337,2334,1380,2338,1381,1381,2338,2337,2338,2339,2337,2337,2339,2340,2337,2340,2334,2334,2340,2335,2340,2341,2335,2335,2341,2342,2339,2343,2340,2340,2343,2341,2343,2344,2341,2341,2344,2345,2341,2345,2342,2342,2345,2346,2336,2347,2323,2323,2347,2327,2335,2342,2336,2336,2342,2347,2342,2346,2347,2347,2346,2348,2347,2348,2327,2327,2348,2328,1400,2349,1380,1380,2349,2338,1398,2350,1400,1400,2350,2349,2350,2351,2349,2349,2351,2352,2349,2352,2338,2338,2352,2339,1397,2353,1398,1398,2353,2350,1396,2354,1397,1397,2354,2353,2354,2355,2353,2353,2355,2356,2353,2356,2350,2350,2356,2351,2356,2357,2351,2351,2357,2358,2355,2359,2356,2356,2359,2357,2359,2360,2357,2357,2360,2361,2357,2361,2358,2358,2361,2362,2352,2363,2339,2339,2363,2343,2351,2358,2352,2352,2358,2363,2358,2362,2363,2363,2362,2364,2363,2364,2343,2343,2364,2344,1416,2365,1396,1396,2365,2354,1414,2366,1416,1416,2366,2365,2366,2367,2365,2365,2367,2368,2365,2368,2354,2354,2368,2355,1413,2369,1414,1414,2369,2366,1413,1412,2369,2369,1412,2370,2369,2370,2371,2371,2370,2372,2366,2369,2367,2367,2369,2371,2367,2371,2373,2373,2371,2374,2371,2372,2374,2374,2372,2375,2374,2375,2376,2376,2375,2377,2373,2374,2378,2378,2374,2376,2368,2379,2355,2355,2379,2359,2367,2373,2368,2368,2373,2379,2373,2378,2379,2379,2378,2380,2379,2380,2359,2359,2380,2360,1412,1432,2370,2370,1432,2381,1432,1430,2381,2381,1430,2382,2381,2382,2383,2383,2382,2384,2370,2381,2372,2372,2381,2383,1430,1428,2382,2382,1428,2385,1428,1429,2385,2385,1429,2386,2385,2386,2387,2387,2386,2388,2382,2385,2384,2384,2385,2387,2384,2387,2389,2389,2387,2390,2387,2388,2390,2390,2388,2391,2390,2391,2392,2392,2391,2393,2389,2390,2394,2394,2390,2392,2372,2383,2375,2375,2383,2395,2383,2384,2395,2395,2384,2389,2395,2389,2396,2396,2389,2394,2375,2395,2377,2377,2395,2396,1429,1448,2386,2386,1448,2397,1448,1446,2397,2397,1446,2398,2397,2398,2399,2399,2398,2400,2386,2397,2388,2388,2397,2399,1446,1444,2398,2398,1444,2401,1444,1445,2401,2401,1445,2402,2401,2402,2403,2403,2402,2404,2398,2401,2400,2400,2401,2403,2400,2403,2405,2405,2403,2406,2403,2404,2406,2406,2404,2407,2406,2407,2408,2408,2407,2409,2405,2406,2410,2410,2406,2408,2388,2399,2391,2391,2399,2411,2399,2400,2411,2411,2400,2405,2411,2405,2412,2412,2405,2410,2391,2411,2393,2393,2411,2412,1445,1464,2402,2402,1464,2413,1464,1462,2413,2413,1462,2414,2413,2414,2415,2415,2414,2416,2402,2413,2404,2404,2413,2415,1462,1460,2414,2414,1460,2417,1460,1461,2417,2417,1461,2418,2417,2418,2419,2419,2418,2420,2414,2417,2416,2416,2417,2419,2416,2419,2421,2421,2419,2422,2419,2420,2422,2422,2420,2423,2422,2423,2424,2424,2423,2425,2421,2422,2426,2426,2422,2424,2404,2415,2407,2407,2415,2427,2415,2416,2427,2427,2416,2421,2427,2421,2428,2428,2421,2426,2407,2427,2409,2409,2427,2428,1461,1480,2418,2418,1480,2429,1480,1478,2429,2429,1478,2430,2429,2430,2431,2431,2430,2432,2418,2429,2420,2420,2429,2431,1478,1476,2430,2430,1476,2433,1476,1477,2433,2433,1477,2434,2433,2434,2435,2435,2434,2436,2430,2433,2432,2432,2433,2435,2432,2435,2437,2437,2435,2438,2435,2436,2438,2438,2436,2439,2438,2439,2440,2440,2439,2441,2437,2438,2442,2442,2438,2440,2420,2431,2423,2423,2431,2443,2431,2432,2443,2443,2432,2437,2443,2437,2444,2444,2437,2442,2423,2443,2425,2425,2443,2444,1477,1496,2434,2434,1496,2445,1496,1494,2445,2445,1494,2446,2445,2446,2447,2447,2446,2448,2434,2445,2436,2436,2445,2447,1494,1492,2446,2446,1492,2449,1492,1493,2449,2449,1493,2450,2449,2450,2451,2451,2450,2452,2446,2449,2448,2448,2449,2451,2448,2451,2453,2453,2451,2454,2451,2452,2454,2454,2452,2455,2454,2455,2456,2456,2455,2457,2453,2454,2458,2458,2454,2456,2436,2447,2439,2439,2447,2459,2447,2448,2459,2459,2448,2453,2459,2453,2460,2460,2453,2458,2439,2459,2441,2441,2459,2460,1493,1512,2450,2450,1512,2461,1512,1510,2461,2461,1510,2462,2461,2462,2463,2463,2462,2464,2450,2461,2452,2452,2461,2463,1510,1508,2462,2462,1508,2465,1508,1509,2465,2465,1509,2466,2465,2466,2467,2467,2466,2468,2462,2465,2464,2464,2465,2467,2464,2467,2469,2469,2467,2470,2467,2468,2470,2470,2468,2471,2470,2471,2472,2472,2471,2473,2469,2470,2474,2474,2470,2472,2452,2463,2455,2455,2463,2475,2463,2464,2475,2475,2464,2469,2475,2469,2476,2476,2469,2474,2455,2475,2457,2457,2475,2476,1509,1528,2466,2466,1528,2477,1528,1526,2477,2477,1526,2478,2477,2478,2479,2479,2478,2480,2466,2477,2468,2468,2477,2479,1526,1524,2478,2478,1524,2481,1524,1525,2481,2481,1525,2482,2481,2482,2483,2483,2482,2484,2478,2481,2480,2480,2481,2483,2480,2483,2485,2485,2483,2486,2483,2484,2486,2486,2484,2487,2487,2488,2486,2486,2488,2489,2485,2486,2490,2490,2486,2489,2468,2479,2471,2471,2479,2491,2479,2480,2491,2491,2480,2485,2491,2485,2492,2492,2485,2490,2471,2491,2473,2473,2491,2492,1525,1544,2482,2482,1544,2493,1544,1542,2493,2493,1542,2494,2493,2494,2495,2495,2494,2496,2482,2493,2484,2484,2493,2495,1542,1540,2494,2494,1540,2497,1540,1541,2497,2497,1541,2498,2497,2498,2499,2499,2498,2500,2494,2497,2496,2496,2497,2499,2499,2501,2496,2496,2501,2502,2500,2503,2499,2499,2503,2501,2503,2504,2501,2501,2504,2505,2501,2505,2502,2502,2505,2506,2484,2495,2487,2487,2495,2507,2496,2502,2495,2495,2502,2507,2502,2506,2507,2507,2506,2508,2507,2508,2487,2487,2508,2488,1541,1560,2498,2498,1560,2509,1560,1558,2509,2509,1558,2510,2509,2510,2511,2511,2510,2512,2498,2509,2500,2500,2509,2511,1558,1557,2510,2510,1557,2513,1556,2514,1557,1557,2514,2513,2514,2515,2513,2513,2515,2516,2513,2516,2510,2510,2516,2512,2516,2517,2512,2512,2517,2518,2515,2519,2516,2516,2519,2517,2519,2520,2517,2517,2520,2521,2517,2521,2518,2518,2521,2522,2511,2523,2500,2500,2523,2503,2512,2518,2511,2511,2518,2523,2518,2522,2523,2523,2522,2524,2523,2524,2503,2503,2524,2504,1576,2525,1556,1556,2525,2514,1574,2526,1576,1576,2526,2525,2526,2527,2525,2525,2527,2528,2525,2528,2514,2514,2528,2515,1573,2529,1574,1574,2529,2526,1572,2530,1573,1573,2530,2529,2530,2531,2529,2529,2531,2532,2529,2532,2526,2526,2532,2527,2532,2533,2527,2527,2533,2534,2531,2535,2532,2532,2535,2533,2535,2536,2533,2533,2536,2537,2533,2537,2534,2534,2537,2538,2528,2539,2515,2515,2539,2519,2527,2534,2528,2528,2534,2539,2534,2538,2539,2539,2538,2540,2539,2540,2519,2519,2540,2520,1592,2541,1572,1572,2541,2530,1590,2542,1592,1592,2542,2541,2542,2543,2541,2541,2543,2544,2541,2544,2530,2530,2544,2531,1589,2545,1590,1590,2545,2542,1588,2546,1589,1589,2546,2545,2546,2547,2545,2545,2547,2548,2545,2548,2542,2542,2548,2543,2548,2549,2543,2543,2549,2550,2547,2551,2548,2548,2551,2549,2551,2552,2549,2549,2552,2553,2549,2553,2550,2550,2553,2554,2544,2555,2531,2531,2555,2535,2543,2550,2544,2544,2550,2555,2550,2554,2555,2555,2554,2556,2555,2556,2535,2535,2556,2536,1608,2557,1588,1588,2557,2546,1606,2558,1608,1608,2558,2557,2558,2559,2557,2557,2559,2560,2557,2560,2546,2546,2560,2547,1605,2561,1606,1606,2561,2558,1604,2562,1605,1605,2562,2561,2562,2563,2561,2561,2563,2564,2561,2564,2558,2558,2564,2559,2564,2565,2559,2559,2565,2566,2563,2567,2564,2564,2567,2565,2567,2568,2565,2565,2568,2569,2565,2569,2566,2566,2569,2570,2560,2571,2547,2547,2571,2551,2559,2566,2560,2560,2566,2571,2566,2570,2571,2571,2570,2572,2571,2572,2551,2551,2572,2552,1624,2573,1604,1604,2573,2562,1622,2574,1624,1624,2574,2573,2574,2575,2573,2573,2575,2576,2573,2576,2562,2562,2576,2563,1621,2577,1622,1622,2577,2574,1620,2578,1621,1621,2578,2577,2578,2579,2577,2577,2579,2580,2577,2580,2574,2574,2580,2575,2580,2581,2575,2575,2581,2582,2580,2579,2581,2581,2579,2583,2581,2583,2584,2584,2583,2585,2582,2581,2586,2586,2581,2584,2576,2587,2563,2563,2587,2567,2575,2582,2576,2576,2582,2587,2587,2582,2588,2588,2582,2586,2587,2588,2567,2567,2588,2568,1640,2589,1620,1620,2589,2578,1638,2590,1640,1640,2590,2589,2590,2591,2589,2589,2591,2592,2589,2592,2578,2578,2592,2579,1637,2593,1638,1638,2593,2590,1636,2594,1637,1637,2594,2593,2593,2594,2595,2595,2594,2596,2590,2593,2591,2591,2593,2595,2591,2595,2597,2597,2595,2598,2595,2596,2598,2598,2596,2599,2598,2599,2600,2600,2599,2601,2597,2598,2602,2602,2598,2600,2579,2592,2583,2583,2592,2603,2592,2591,2603,2603,2591,2597,2603,2597,2604,2604,2597,2602,2583,2603,2585,2585,2603,2604,1636,1656,2594,2594,1656,2605,1656,1654,2605,2605,1654,2606,2605,2606,2607,2607,2606,2608,2594,2605,2596,2596,2605,2607,1654,1652,2606,2606,1652,2609,1652,1653,2609,2609,1653,2610,2609,2610,2611,2611,2610,2612,2606,2609,2608,2608,2609,2611,2608,2611,2613,2613,2611,2614,2611,2612,2614,2614,2612,2615,2614,2615,2616,2616,2615,2617,2613,2614,2618,2618,2614,2616,2596,2607,2599,2599,2607,2619,2607,2608,2619,2619,2608,2613,2619,2613,2620,2620,2613,2618,2599,2619,2601,2601,2619,2620,1653,1672,2610,2610,1672,2621,1672,1670,2621,2621,1670,2622,2621,2622,2623,2623,2622,2624,2610,2621,2612,2612,2621,2623,1670,1668,2622,2622,1668,2625,1668,1669,2625,2625,1669,2626,2625,2626,2627,2627,2626,2628,2622,2625,2624,2624,2625,2627,2624,2627,2629,2629,2627,2630,2627,2628,2630,2630,2628,2631,2630,2631,2632,2632,2631,2633,2629,2630,2634,2634,2630,2632,2612,2623,2615,2615,2623,2635,2623,2624,2635,2635,2624,2629,2635,2629,2636,2636,2629,2634,2615,2635,2617,2617,2635,2636,1669,1688,2626,2626,1688,2637,1688,1686,2637,2637,1686,2638,2637,2638,2639,2639,2638,2640,2626,2637,2628,2628,2637,2639,1686,1684,2638,2638,1684,2641,1684,1685,2641,2641,1685,2642,2641,2642,2643,2643,2642,2644,2638,2641,2640,2640,2641,2643,2640,2643,2645,2645,2643,2646,2643,2644,2646,2646,2644,2647,2646,2647,2648,2648,2647,2649,2645,2646,2650,2650,2646,2648,2628,2639,2631,2631,2639,2651,2639,2640,2651,2651,2640,2645,2651,2645,2652,2652,2645,2650,2631,2651,2633,2633,2651,2652,1685,1704,2642,2642,1704,2653,1704,1702,2653,2653,1702,2654,2653,2654,2655,2655,2654,2656,2642,2653,2644,2644,2653,2655,1702,1700,2654,2654,1700,2657,1700,1701,2657,2657,1701,2658,2657,2658,2659,2659,2658,2660,2654,2657,2656,2656,2657,2659,2656,2659,2661,2661,2659,2662,2659,2660,2662,2662,2660,2663,2662,2663,2664,2664,2663,2665,2661,2662,2666,2666,2662,2664,2644,2655,2647,2647,2655,2667,2655,2656,2667,2667,2656,2661,2667,2661,2668,2668,2661,2666,2647,2667,2649,2649,2667,2668,1701,1720,2658,2658,1720,2669,1720,1718,2669,2669,1718,2670,2669,2670,2671,2671,2670,2672,2658,2669,2660,2660,2669,2671,1718,1716,2670,2670,1716,2673,1716,1717,2673,2673,1717,2674,2673,2674,2675,2675,2674,2676,2670,2673,2672,2672,2673,2675,2672,2675,2677,2677,2675,2678,2675,2676,2678,2678,2676,2679,2678,2679,2680,2680,2679,2681,2677,2678,2682,2682,2678,2680,2660,2671,2663,2663,2671,2683,2671,2672,2683,2683,2672,2677,2683,2677,2684,2684,2677,2682,2663,2683,2665,2665,2683,2684,1717,1736,2674,2674,1736,2685,1736,1734,2685,2685,1734,2686,2685,2686,2687,2687,2686,2688,2674,2685,2676,2676,2685,2687,1734,1732,2686,2686,1732,2689,1732,1733,2689,2689,1733,2690,2689,2690,2691,2691,2690,2692,2686,2689,2688,2688,2689,2691,2688,2691,2693,2693,2691,2694,2691,2692,2694,2694,2692,2695,2694,2695,2696,2696,2695,2697,2693,2694,2698,2698,2694,2696,2676,2687,2679,2679,2687,2699,2687,2688,2699,2699,2688,2693,2699,2693,2700,2700,2693,2698,2679,2699,2681,2681,2699,2700,1733,1752,2690,2690,1752,2701,1752,1750,2701,2701,1750,2702,2701,2702,2703,2703,2702,2704,2690,2701,2692,2692,2701,2703,1750,1748,2702,2702,1748,2705,1748,1749,2705,2705,1749,2706,2706,2707,2705,2705,2707,2708,2702,2705,2704,2704,2705,2708,2704,2708,2709,2709,2708,2710,2707,2711,2708,2708,2711,2710,2711,2712,2710,2710,2712,2713,2710,2713,2709,2709,2713,2714,2692,2703,2695,2695,2703,2715,2703,2704,2715,2715,2704,2709,2715,2709,2716,2716,2709,2714,2695,2715,2697,2697,2715,2716,1768,2717,1749,1749,2717,2706,1766,2718,1768,1768,2718,2717,2718,2719,2717,2717,2719,2720,2717,2720,2706,2706,2720,2707,1765,2721,1766,1766,2721,2718,1764,2722,1765,1765,2722,2721,2722,2723,2721,2721,2723,2724,2721,2724,2718,2718,2724,2719,2724,2725,2719,2719,2725,2726,2723,2727,2724,2724,2727,2725,2727,2728,2725,2725,2728,2729,2725,2729,2726,2726,2729,2730,2720,2731,2707,2707,2731,2711,2719,2726,2720,2720,2726,2731,2726,2730,2731,2731,2730,2732,2731,2732,2711,2711,2732,2712,1784,2733,1764,1764,2733,2722,1782,2734,1784,1784,2734,2733,2734,2735,2733,2733,2735,2736,2733,2736,2722,2722,2736,2723,1781,2737,1782,1782,2737,2734,1780,2738,1781,1781,2738,2737,2738,2739,2737,2737,2739,2740,2737,2740,2734,2734,2740,2735,2740,2741,2735,2735,2741,2742,2739,2743,2740,2740,2743,2741,2743,2744,2741,2741,2744,2745,2741,2745,2742,2742,2745,2746,2736,2747,2723,2723,2747,2727,2735,2742,2736,2736,2742,2747,2742,2746,2747,2747,2746,2748,2747,2748,2727,2727,2748,2728,1800,2749,1780,1780,2749,2738,1798,2750,1800,1800,2750,2749,2750,2751,2749,2749,2751,2752,2749,2752,2738,2738,2752,2739,1797,2753,1798,1798,2753,2750,1796,2754,1797,1797,2754,2753,2754,2755,2753,2753,2755,2756,2753,2756,2750,2750,2756,2751,2756,2757,2751,2751,2757,2758,2755,2759,2756,2756,2759,2757,2759,2760,2757,2757,2760,2761,2757,2761,2758,2758,2761,2762,2752,2763,2739,2739,2763,2743,2751,2758,2752,2752,2758,2763,2758,2762,2763,2763,2762,2764,2763,2764,2743,2743,2764,2744,1816,2765,1796,1796,2765,2754,1814,2766,1816,1816,2766,2765,2766,2767,2765,2765,2767,2768,2765,2768,2754,2754,2768,2755,1813,2769,1814,1814,2769,2766,1812,2770,1813,1813,2770,2769,2770,2771,2769,2769,2771,2772,2769,2772,2766,2766,2772,2767,2772,2773,2767,2767,2773,2774,2771,2775,2772,2772,2775,2773,2775,2776,2773,2773,2776,2777,2773,2777,2774,2774,2777,2778,2768,2779,2755,2755,2779,2759,2767,2774,2768,2768,2774,2779,2774,2778,2779,2779,2778,2780,2779,2780,2759,2759,2780,2760,1812,1832,2770,2770,1832,2781,1830,2782,1832,1832,2782,2781,2782,2783,2781,2781,2783,2784,2770,2781,2771,2771,2781,2784,1829,2785,1830,1830,2785,2782,1828,2786,1829,1829,2786,2785,2786,2787,2785,2785,2787,2788,2785,2788,2782,2782,2788,2783,2788,2789,2783,2783,2789,2790,2787,2791,2788,2788,2791,2789,2791,2792,2789,2789,2792,2793,2789,2793,2790,2790,2793,2794,2784,2795,2771,2771,2795,2775,2783,2790,2784,2784,2790,2795,2790,2794,2795,2795,2794,2796,2795,2796,2775,2775,2796,2776,1848,2797,1828,1828,2797,2786,1846,2798,1848,1848,2798,2797,2798,2799,2797,2797,2799,2800,2797,2800,2786,2786,2800,2787,1844,2801,1846,1846,2801,2798,1844,1845,2801,2801,1845,2802,2801,2802,2803,2803,2802,2804,2801,2803,2798,2798,2803,2799,2803,2805,2799,2799,2805,2806,2803,2804,2805,2805,2804,2807,2805,2807,2808,2808,2807,2809,2806,2805,2810,2810,2805,2808,2800,2811,2787,2787,2811,2791,2799,2806,2800,2800,2806,2811,2806,2810,2811,2811,2810,2812,2811,2812,2791,2791,2812,2792,1845,1864,2802,2802,1864,2813,1864,1862,2813,2813,1862,2814,2813,2814,2815,2815,2814,2816,2802,2813,2804,2804,2813,2815,1862,1860,2814,2814,1860,2817,1860,1861,2817,2817,1861,2818,2817,2818,2819,2819,2818,2820,2814,2817,2816,2816,2817,2819,2816,2819,2821,2821,2819,2822,2820,2823,2819,2819,2823,2822,2823,2824,2822,2822,2824,2825,2822,2825,2821,2821,2825,2826,2804,2815,2807,2807,2815,2827,2815,2816,2827,2827,2816,2821,2827,2821,2828,2828,2821,2826,2807,2827,2809,2809,2827,2828,1880,2829,1861,1861,2829,2818,1878,2830,1880,1880,2830,2829,2830,2831,2829,2829,2831,2832,2829,2832,2818,2818,2832,2820,1877,2833,1878,1878,2833,2830,1876,2834,1877,1877,2834,2833,2834,2835,2833,2833,2835,2836,2833,2836,2830,2830,2836,2831,2836,2837,2831,2831,2837,2838,2835,2839,2836,2836,2839,2837,2839,2840,2837,2837,2840,2841,2837,2841,2838,2838,2841,2842,2832,2843,2820,2820,2843,2823,2831,2838,2832,2832,2838,2843,2838,2842,2843,2843,2842,2844,2843,2844,2823,2823,2844,2824,1896,2845,1876,1876,2845,2834,1894,2846,1896,1896,2846,2845,2846,2847,2845,2845,2847,2848,2845,2848,2834,2834,2848,2835,1894,1892,2846,2846,1892,2849,1892,1893,2849,2849,1893,2850,2849,2850,2851,2851,2850,2852,2846,2849,2847,2847,2849,2851,2847,2851,2853,2853,2851,2854,2851,2852,2854,2854,2852,2855,2854,2855,2856,2856,2855,2857,2853,2854,2858,2858,2854,2856,2848,2859,2835,2835,2859,2839,2848,2847,2859,2859,2847,2853,2859,2853,2860,2860,2853,2858,2859,2860,2839,2839,2860,2840,1893,1912,2850,2850,1912,2861,1912,1910,2861,2861,1910,2862,2861,2862,2863,2863,2862,2864,2850,2861,2852,2852,2861,2863,1910,1909,2862,2862,1909,2865,1908,2866,1909,1909,2866,2865,2866,2867,2865,2865,2867,2868,2865,2868,2862,2862,2868,2864,2868,2869,2864,2864,2869,2870,2867,2871,2868,2868,2871,2869,2871,2872,2869,2869,2872,2873,2869,2873,2870,2870,2873,2874,2852,2863,2855,2855,2863,2875,2863,2864,2875,2875,2864,2870,2875,2870,2876,2876,2870,2874,2855,2875,2857,2857,2875,2876,1928,2877,1908,1908,2877,2866,1926,2878,1928,1928,2878,2877,2878,2879,2877,2877,2879,2880,2877,2880,2866,2866,2880,2867,1925,2881,1926,1926,2881,2878,1924,2882,1925,1925,2882,2881,2882,2883,2881,2881,2883,2884,2881,2884,2878,2878,2884,2879,2884,2885,2879,2879,2885,2886,2883,2887,2884,2884,2887,2885,2887,2888,2885,2885,2888,2889,2885,2889,2886,2886,2889,2890,2880,2891,2867,2867,2891,2871,2879,2886,2880,2880,2886,2891,2886,2890,2891,2891,2890,2892,2891,2892,2871,2871,2892,2872,1944,2893,1924,1924,2893,2882,1942,2894,1944,1944,2894,2893,2894,2895,2893,2893,2895,2896,2893,2896,2882,2882,2896,2883,1941,2897,1942,1942,2897,2894,1940,2898,1941,1941,2898,2897,2898,2899,2897,2897,2899,2900,2897,2900,2894,2894,2900,2895,2900,2901,2895,2895,2901,2902,2899,2903,2900,2900,2903,2901,2903,2904,2901,2901,2904,2905,2901,2905,2902,2902,2905,2906,2896,2907,2883,2883,2907,2887,2895,2902,2896,2896,2902,2907,2902,2906,2907,2907,2906,2908,2907,2908,2887,2887,2908,2888,1960,2909,1940,1940,2909,2898,1958,2910,1960,1960,2910,2909,2910,2911,2909,2909,2911,2912,2909,2912,2898,2898,2912,2899,1957,2913,1958,1958,2913,2910,1956,2914,1957,1957,2914,2913,2914,2915,2913,2913,2915,2916,2913,2916,2910,2910,2916,2911,2916,2917,2911,2911,2917,2918,2915,2919,2916,2916,2919,2917,2917,2919,2920,2920,2919,2921,2917,2920,2918,2918,2920,2922,2912,2923,2899,2899,2923,2903,2911,2918,2912,2912,2918,2923,2918,2922,2923,2923,2922,2924,2923,2924,2903,2903,2924,2904,1976,2925,1956,1956,2925,2914,1976,1974,2925,2925,1974,2926,2925,2926,2927,2927,2926,2928,2925,2927,2914,2914,2927,2915,1974,1972,2926,2926,1972,2929,1972,1973,2929,2929,1973,2930,2929,2930,2931,2931,2930,2932,2926,2929,2928,2928,2929,2931,2928,2931,2933,2933,2931,2934,2931,2932,2934,2934,2932,2935,2934,2935,2936,2936,2935,2937,2933,2934,2938,2938,2934,2936,2915,2927,2919,2919,2927,2939,2927,2928,2939,2939,2928,2933,2939,2933,2940,2940,2933,2938,2919,2939,2921,2921,2939,2940,1973,1992,2930,2930,1992,2941,1992,1990,2941,2941,1990,2942,2941,2942,2943,2943,2942,2944,2930,2941,2932,2932,2941,2943,1990,1988,2942,2942,1988,2945,1988,1989,2945,2945,1989,2946,2945,2946,2947,2947,2946,2948,2942,2945,2944,2944,2945,2947,2944,2947,2949,2949,2947,2950,2947,2948,2950,2950,2948,2951,2950,2951,2952,2952,2951,2953,2949,2950,2954,2954,2950,2952,2932,2943,2935,2935,2943,2955,2943,2944,2955,2955,2944,2949,2955,2949,2956,2956,2949,2954,2935,2955,2937,2937,2955,2956,1989,2008,2946,2946,2008,2957,2008,2006,2957,2957,2006,2958,2957,2958,2959,2959,2958,2960,2946,2957,2948,2948,2957,2959,2006,2004,2958,2958,2004,2961,2004,2005,2961,2961,2005,2962,2961,2962,2963,2963,2962,2964,2958,2961,2960,2960,2961,2963,2960,2963,2965,2965,2963,2966,2963,2964,2966,2966,2964,2967,2966,2967,2968,2968,2967,2969,2965,2966,2970,2970,2966,2968,2948,2959,2951,2951,2959,2971,2959,2960,2971,2971,2960,2965,2971,2965,2972,2972,2965,2970,2951,2971,2953,2953,2971,2972,2005,2024,2962,2962,2024,2973,2024,2022,2973,2973,2022,2974,2973,2974,2975,2975,2974,2976,2962,2973,2964,2964,2973,2975,2022,2021,2974,2974,2021,2977,2020,2978,2021,2021,2978,2977,2978,2979,2977,2977,2979,2980,2977,2980,2974,2974,2980,2976,2980,2981,2976,2976,2981,2982,2979,2983,2980,2980,2983,2981,2983,2984,2981,2981,2984,2985,2981,2985,2982,2982,2985,2986,2964,2975,2967,2967,2975,2987,2975,2976,2987,2987,2976,2982,2982,2986,2987,2987,2986,2988,2967,2987,2969,2969,2987,2988,2040,2989,2020,2020,2989,2978,2038,2990,2040,2040,2990,2989,2990,2991,2989,2989,2991,2992,2989,2992,2978,2978,2992,2979,2037,2993,2038,2038,2993,2990,2036,2994,2037,2037,2994,2993,2994,2995,2993,2993,2995,2996,2993,2996,2990,2990,2996,2991,2996,2997,2991,2991,2997,2998,2995,2999,2996,2996,2999,2997,2999,3000,2997,2997,3000,3001,2997,3001,2998,2998,3001,3002,2992,3003,2979,2979,3003,2983,2991,2998,2992,2992,2998,3003,2998,3002,3003,3003,3002,3004,3003,3004,2983,2983,3004,2984,2056,3005,2036,2036,3005,2994,2054,3006,2056,2056,3006,3005,3006,3007,3005,3005,3007,3008,3005,3008,2994,2994,3008,2995,2053,3009,2054,2054,3009,3006,2052,3010,2053,2053,3010,3009,3010,3011,3009,3009,3011,3012,3009,3012,3006,3006,3012,3007,3012,3013,3007,3007,3013,3014,3011,3015,3012,3012,3015,3013,3015,3016,3013,3013,3016,3017,3013,3017,3014,3014,3017,3018,3008,3019,2995,2995,3019,2999,3007,3014,3008,3008,3014,3019,3014,3018,3019,3019,3018,3020,3019,3020,2999,2999,3020,3000,2072,3021,2052,2052,3021,3010,2070,3022,2072,2072,3022,3021,3022,3023,3021,3021,3023,3024,3021,3024,3010,3010,3024,3011,2069,3025,2070,2070,3025,3022,2068,3026,2069,2069,3026,3025,3026,3027,3025,3025,3027,3028,3025,3028,3022,3022,3028,3023,3028,3029,3023,3023,3029,3030,3027,3031,3028,3028,3031,3029,3031,3032,3029,3029,3032,3033,3029,3033,3030,3030,3033,3034,3024,3035,3011,3011,3035,3015,3023,3030,3024,3024,3030,3035,3030,3034,3035,3035,3034,3036,3035,3036,3015,3015,3036,3016,2088,3037,2068,2068,3037,3026,2086,3038,2088,2088,3038,3037,3038,3039,3037,3037,3039,3040,3037,3040,3026,3026,3040,3027,2085,3041,2086,2086,3041,3038,2084,3042,2085,2085,3042,3041,3042,3043,3041,3041,3043,3044,3041,3044,3038,3038,3044,3039,3044,3045,3039,3039,3045,3046,3043,3047,3044,3044,3047,3045,3047,3048,3045,3045,3048,3049,3045,3049,3046,3046,3049,3050,3040,3051,3027,3027,3051,3031,3039,3046,3040,3040,3046,3051,3046,3050,3051,3051,3050,3052,3051,3052,3031,3031,3052,3032,2104,3053,2084,2084,3053,3042,2102,3054,2104,2104,3054,3053,3054,3055,3053,3053,3055,3056,3053,3056,3042,3042,3056,3043,2101,3057,2102,2102,3057,3054,2100,3058,2101,2101,3058,3057,3058,3059,3057,3057,3059,3060,3057,3060,3054,3054,3060,3055,3060,3061,3055,3055,3061,3062,3059,3063,3060,3060,3063,3061,3063,3064,3061,3061,3064,3065,3061,3065,3062,3062,3065,3066,3056,3067,3043,3043,3067,3047,3055,3062,3056,3056,3062,3067,3062,3066,3067,3067,3066,3068,3067,3068,3047,3047,3068,3048,2120,3069,2100,2100,3069,3058,2118,3070,2120,2120,3070,3069,3070,3071,3069,3069,3071,3072,3069,3072,3058,3058,3072,3059,2117,3073,2118,2118,3073,3070,2116,3074,2117,2117,3074,3073,3074,3075,3073,3073,3075,3076,3073,3076,3070,3070,3076,3071,3076,3077,3071,3071,3077,3078,3075,3079,3076,3076,3079,3077,3079,3080,3077,3077,3080,3081,3077,3081,3078,3078,3081,3082,3072,3083,3059,3059,3083,3063,3071,3078,3072,3072,3078,3083,3078,3082,3083,3083,3082,3084,3083,3084,3063,3063,3084,3064,2136,3085,2116,2116,3085,3074,2134,3086,2136,2136,3086,3085,3086,3087,3085,3085,3087,3088,3085,3088,3074,3074,3088,3075,2133,3089,2134,2134,3089,3086,2132,3090,2133,2133,3090,3089,3090,3091,3089,3089,3091,3092,3089,3092,3086,3086,3092,3087,3092,3093,3087,3087,3093,3094,3091,3095,3092,3092,3095,3093,3095,3096,3093,3093,3096,3097,3093,3097,3094,3094,3097,3098,3088,3099,3075,3075,3099,3079,3087,3094,3088,3088,3094,3099,3094,3098,3099,3099,3098,3100,3099,3100,3079,3079,3100,3080,2152,3101,2132,2132,3101,3090,2150,3102,2152,2152,3102,3101,3102,3103,3101,3101,3103,3104,3101,3104,3090,3090,3104,3091,2149,3105,2150,2150,3105,3102,2148,3106,2149,2149,3106,3105,3106,3107,3105,3105,3107,3108,3105,3108,3102,3102,3108,3103,3108,3109,3103,3103,3109,3110,3107,3111,3108,3108,3111,3109,3111,3112,3109,3109,3112,3113,3109,3113,3110,3110,3113,3114,3104,3115,3091,3091,3115,3095,3103,3110,3104,3104,3110,3115,3110,3114,3115,3115,3114,3116,3115,3116,3095,3095,3116,3096,2168,3117,2148,2148,3117,3106,2166,3118,2168,2168,3118,3117,3118,3119,3117,3117,3119,3120,3117,3120,3106,3106,3120,3107,2164,3121,2166,2166,3121,3118,2165,3122,2164,2164,3122,3121,3122,3123,3121,3121,3123,3124,3121,3124,3118,3118,3124,3119,3124,3125,3119,3119,3125,3126,3123,3127,3124,3124,3127,3125,3127,3128,3125,3125,3128,3129,3125,3129,3126,3126,3129,3130,3120,3131,3107,3107,3131,3111,3119,3126,3120,3120,3126,3131,3126,3130,3131,3131,3130,3132,3131,3132,3111,3111,3132,3112,2188,2187,3133,3133,2187,3134,2187,2184,3134,3134,2184,3135,3134,3135,3136,3136,3135,3137,3133,3134,3138,3138,3134,3136,2184,2183,3135,3135,2183,3139,2182,3140,2183,2183,3140,3139,3140,3141,3139,3139,3141,3142,3135,3139,3137,3137,3139,3142,3137,3142,3143,3143,3142,3144,3141,3145,3142,3142,3145,3144,3145,3146,3144,3144,3146,3147,3143,3144,3148,3148,3144,3147,3138,3136,3149,3149,3136,3150,3136,3137,3150,3150,3137,3143,3150,3143,3151,3151,3143,3148,3149,3150,3152,3152,3150,3151,2204,3153,2182,2182,3153,3140,2202,3154,2204,2204,3154,3153,3154,3155,3153,3153,3155,3156,3153,3156,3140,3140,3156,3141,2201,3157,2202,2202,3157,3154,2200,3158,2201,2201,3158,3157,3158,3159,3157,3157,3159,3160,3157,3160,3154,3154,3160,3155,3160,3161,3155,3155,3161,3162,3159,3163,3160,3160,3163,3161,3163,3164,3161,3161,3164,3165,3161,3165,3162,3162,3165,3166,3156,3167,3141,3141,3167,3145,3155,3162,3156,3156,3162,3167,3162,3166,3167,3167,3166,3168,3167,3168,3145,3145,3168,3146,2220,3169,2200,2200,3169,3158,2218,3170,2220,2220,3170,3169,3170,3171,3169,3169,3171,3172,3169,3172,3158,3158,3172,3159,2217,3173,2218,2218,3173,3170,2216,3174,2217,2217,3174,3173,3174,3175,3173,3173,3175,3176,3173,3176,3170,3170,3176,3171,3176,3177,3171,3171,3177,3178,3175,3179,3176,3176,3179,3177,3179,3180,3177,3177,3180,3181,3177,3181,3178,3178,3181,3182,3172,3183,3159,3159,3183,3163,3171,3178,3172,3172,3178,3183,3178,3182,3183,3183,3182,3184,3183,3184,3163,3163,3184,3164,2236,3185,2216,2216,3185,3174,2234,3186,2236,2236,3186,3185,3186,3187,3185,3185,3187,3188,3185,3188,3174,3174,3188,3175,2233,3189,2234,2234,3189,3186,2232,3190,2233,2233,3190,3189,3190,3191,3189,3189,3191,3192,3189,3192,3186,3186,3192,3187,3192,3193,3187,3187,3193,3194,3191,3195,3192,3192,3195,3193,3195,3196,3193,3193,3196,3197,3193,3197,3194,3194,3197,3198,3188,3199,3175,3175,3199,3179,3187,3194,3188,3188,3194,3199,3194,3198,3199,3199,3198,3200,3199,3200,3179,3179,3200,3180,2252,3201,2232,2232,3201,3190,2250,3202,2252,2252,3202,3201,3202,3203,3201,3201,3203,3204,3201,3204,3190,3190,3204,3191,2249,3205,2250,2250,3205,3202,2248,3206,2249,2249,3206,3205,3206,3207,3205,3205,3207,3208,3205,3208,3202,3202,3208,3203,3208,3209,3203,3203,3209,3210,3207,3211,3208,3208,3211,3209,3211,3212,3209,3209,3212,3213,3209,3213,3210,3210,3213,3214,3204,3215,3191,3191,3215,3195,3203,3210,3204,3204,3210,3215,3210,3214,3215,3215,3214,3216,3215,3216,3195,3195,3216,3196,2268,3217,2248,2248,3217,3206,2266,3218,2268,2268,3218,3217,3218,3219,3217,3217,3219,3220,3217,3220,3206,3206,3220,3207,2265,3221,2266,2266,3221,3218,2264,3222,2265,2265,3222,3221,3222,3223,3221,3221,3223,3224,3221,3224,3218,3218,3224,3219,3224,3225,3219,3219,3225,3226,3223,3227,3224,3224,3227,3225,3227,3228,3225,3225,3228,3229,3225,3229,3226,3226,3229,3230,3220,3231,3207,3207,3231,3211,3219,3226,3220,3220,3226,3231,3226,3230,3231,3231,3230,3232,3231,3232,3211,3211,3232,3212,2284,3233,2264,2264,3233,3222,2282,3234,2284,2284,3234,3233,3234,3235,3233,3233,3235,3236,3233,3236,3222,3222,3236,3223,2281,3237,2282,2282,3237,3234,2280,3238,2281,2281,3238,3237,3238,3239,3237,3237,3239,3240,3237,3240,3234,3234,3240,3235,3240,3241,3235,3235,3241,3242,3239,3243,3240,3240,3243,3241,3243,3244,3241,3241,3244,3245,3241,3245,3242,3242,3245,3246,3236,3247,3223,3223,3247,3227,3235,3242,3236,3236,3242,3247,3242,3246,3247,3247,3246,3248,3247,3248,3227,3227,3248,3228,2300,3249,2280,2280,3249,3238,2298,3250,2300,2300,3250,3249,3250,3251,3249,3249,3251,3252,3249,3252,3238,3238,3252,3239,2297,3253,2298,2298,3253,3250,2296,3254,2297,2297,3254,3253,3254,3255,3253,3253,3255,3256,3253,3256,3250,3250,3256,3251,3256,3257,3251,3251,3257,3258,3255,3259,3256,3256,3259,3257,3259,3260,3257,3257,3260,3261,3257,3261,3258,3258,3261,3262,3252,3263,3239,3239,3263,3243,3251,3258,3252,3252,3258,3263,3258,3262,3263,3263,3262,3264,3263,3264,3243,3243,3264,3244,2316,3265,2296,2296,3265,3254,2314,3266,2316,2316,3266,3265,3266,3267,3265,3265,3267,3268,3265,3268,3254,3254,3268,3255,2313,3269,2314,2314,3269,3266,2312,3270,2313,2313,3270,3269,3270,3271,3269,3269,3271,3272,3269,3272,3266,3266,3272,3267,3272,3273,3267,3267,3273,3274,3271,3275,3272,3272,3275,3273,3275,3276,3273,3273,3276,3277,3273,3277,3274,3274,3277,3278,3268,3279,3255,3255,3279,3259,3267,3274,3268,3268,3274,3279,3274,3278,3279,3279,3278,3280,3279,3280,3259,3259,3280,3260,2332,3281,2312,2312,3281,3270,2330,3282,2332,2332,3282,3281,3282,3283,3281,3281,3283,3284,3281,3284,3270,3270,3284,3271,2329,3285,2330,2330,3285,3282,2328,3286,2329,2329,3286,3285,3286,3287,3285,3285,3287,3288,3285,3288,3282,3282,3288,3283,3288,3289,3283,3283,3289,3290,3287,3291,3288,3288,3291,3289,3289,3291,3292,3292,3291,3293,3290,3289,3294,3294,3289,3292,3284,3295,3271,3271,3295,3275,3283,3290,3284,3284,3290,3295,3295,3290,3296,3296,3290,3294,3295,3296,3275,3275,3296,3276,2348,3297,2328,2328,3297,3286,2346,3298,2348,2348,3298,3297,3298,3299,3297,3297,3299,3300,3297,3300,3286,3286,3300,3287,2345,3301,2346,2346,3301,3298,2344,3302,2345,2345,3302,3301,3302,3303,3301,3301,3303,3304,3301,3304,3298,3298,3304,3299,3304,3305,3299,3299,3305,3306,3303,3307,3304,3304,3307,3305,3307,3308,3305,3305,3308,3309,3305,3309,3306,3306,3309,3310,3300,3311,3287,3287,3311,3291,3299,3306,3300,3300,3306,3311,3306,3310,3311,3311,3310,3312,3311,3312,3291,3291,3312,3293,2364,3313,2344,2344,3313,3302,2362,3314,2364,2364,3314,3313,3314,3315,3313,3313,3315,3316,3313,3316,3302,3302,3316,3303,2361,3317,2362,2362,3317,3314,2360,3318,2361,2361,3318,3317,3318,3319,3317,3317,3319,3320,3317,3320,3314,3314,3320,3315,3315,3320,3321,3321,3320,3322,3320,3319,3322,3322,3319,3323,3322,3323,3324,3324,3323,3325,3321,3322,3326,3326,3322,3324,3316,3327,3303,3303,3327,3307,3315,3321,3316,3316,3321,3327,3327,3321,3328,3328,3321,3326,3307,3327,3308,3308,3327,3328,2380,3329,2360,2360,3329,3318,2378,3330,2380,2380,3330,3329,3329,3330,3331,3331,3330,3332,3318,3329,3319,3319,3329,3331,2378,2376,3330,3330,2376,3333,2376,2377,3333,3333,2377,3334,3333,3334,3335,3335,3334,3336,3330,3333,3332,3332,3333,3335,3332,3335,3337,3337,3335,3338,3335,3336,3338,3338,3336,3339,3338,3339,3340,3340,3339,3341,3337,3338,3342,3342,3338,3340,3319,3331,3323,3323,3331,3343,3331,3332,3343,3343,3332,3337,3343,3337,3344,3344,3337,3342,3323,3343,3325,3325,3343,3344,2377,2396,3334,3334,2396,3345,2396,2394,3345,3345,2394,3346,3345,3346,3347,3347,3346,3348,3334,3345,3336,3336,3345,3347,2394,2392,3346,3346,2392,3349,2392,2393,3349,3349,2393,3350,3349,3350,3351,3351,3350,3352,3346,3349,3348,3348,3349,3351,3348,3351,3353,3353,3351,3354,3351,3352,3354,3354,3352,3355,3354,3355,3356,3356,3355,3357,3353,3354,3358,3358,3354,3356,3336,3347,3339,3339,3347,3359,3347,3348,3359,3359,3348,3353,3359,3353,3360,3360,3353,3358,3339,3359,3341,3341,3359,3360,2393,2412,3350,3350,2412,3361,2412,2410,3361,3361,2410,3362,3361,3362,3363,3363,3362,3364,3350,3361,3352,3352,3361,3363,2410,2408,3362,3362,2408,3365,2408,2409,3365,3365,2409,3366,3365,3366,3367,3367,3366,3368,3362,3365,3364,3364,3365,3367,3364,3367,3369,3369,3367,3370,3367,3368,3370,3370,3368,3371,3370,3371,3372,3372,3371,3373,3369,3370,3374,3374,3370,3372,3352,3363,3355,3355,3363,3375,3363,3364,3375,3375,3364,3369,3375,3369,3376,3376,3369,3374,3355,3375,3357,3357,3375,3376,2409,2428,3366,3366,2428,3377,2428,2426,3377,3377,2426,3378,3377,3378,3379,3379,3378,3380,3366,3377,3368,3368,3377,3379,2426,2424,3378,3378,2424,3381,2424,2425,3381,3381,2425,3382,3381,3382,3383,3383,3382,3384,3378,3381,3380,3380,3381,3383,3380,3383,3385,3385,3383,3386,3383,3384,3386,3386,3384,3387,3386,3387,3388,3388,3387,3389,3385,3386,3390,3390,3386,3388,3368,3379,3371,3371,3379,3391,3379,3380,3391,3391,3380,3385,3391,3385,3392,3392,3385,3390,3371,3391,3373,3373,3391,3392,2425,2444,3382,3382,2444,3393,2444,2442,3393,3393,2442,3394,3393,3394,3395,3395,3394,3396,3382,3393,3384,3384,3393,3395,2442,2440,3394,3394,2440,3397,2440,2441,3397,3397,2441,3398,3397,3398,3399,3399,3398,3400,3394,3397,3396,3396,3397,3399,3396,3399,3401,3401,3399,3402,3399,3400,3402,3402,3400,3403,3402,3403,3404,3404,3403,3405,3401,3402,3406,3406,3402,3404,3384,3395,3387,3387,3395,3407,3395,3396,3407,3407,3396,3401,3407,3401,3408,3408,3401,3406,3387,3407,3389,3389,3407,3408,2441,2460,3398,3398,2460,3409,2460,2458,3409,3409,2458,3410,3409,3410,3411,3411,3410,3412,3398,3409,3400,3400,3409,3411,2458,2456,3410,3410,2456,3413,2456,2457,3413,3413,2457,3414,3413,3414,3415,3415,3414,3416,3410,3413,3412,3412,3413,3415,3412,3415,3417,3417,3415,3418,3415,3416,3418,3418,3416,3419,3418,3419,3420,3420,3419,3421,3417,3418,3422,3422,3418,3420,3400,3411,3403,3403,3411,3423,3411,3412,3423,3423,3412,3417,3423,3417,3424,3424,3417,3422,3403,3423,3405,3405,3423,3424,2457,2476,3414,3414,2476,3425,2476,2474,3425,3425,2474,3426,3425,3426,3427,3427,3426,3428,3414,3425,3416,3416,3425,3427,2474,2472,3426,3426,2472,3429,2472,2473,3429,3429,2473,3430,3429,3430,3431,3431,3430,3432,3426,3429,3428,3428,3429,3431,3431,3433,3428,3428,3433,3434,3432,3435,3431,3431,3435,3433,3435,3436,3433,3433,3436,3437,3433,3437,3434,3434,3437,3438,3416,3427,3419,3419,3427,3439,3427,3428,3439,3439,3428,3434,3434,3438,3439,3439,3438,3440,3439,3440,3419,3419,3440,3421,2473,2492,3430,3430,2492,3441,2492,2490,3441,3441,2490,3442,3442,3443,3441,3441,3443,3444,3441,3444,3430,3430,3444,3432,2489,3445,2490,2490,3445,3442,2488,3446,2489,2489,3446,3445,3446,3447,3445,3445,3447,3448,3445,3448,3442,3442,3448,3443,3448,3449,3443,3443,3449,3450,3447,3451,3448,3448,3451,3449,3451,3452,3449,3449,3452,3453,3449,3453,3450,3450,3453,3454,3444,3455,3432,3432,3455,3435,3443,3450,3444,3444,3450,3455,3450,3454,3455,3455,3454,3456,3455,3456,3435,3435,3456,3436,2508,3457,2488,2488,3457,3446,2506,3458,2508,2508,3458,3457,3458,3459,3457,3457,3459,3460,3457,3460,3446,3446,3460,3447,2505,3461,2506,2506,3461,3458,2504,3462,2505,2505,3462,3461,3462,3463,3461,3461,3463,3464,3461,3464,3458,3458,3464,3459,3464,3465,3459,3459,3465,3466,3463,3467,3464,3464,3467,3465,3467,3468,3465,3465,3468,3469,3465,3469,3466,3466,3469,3470,3460,3471,3447,3447,3471,3451,3459,3466,3460,3460,3466,3471,3466,3470,3471,3471,3470,3472,3471,3472,3451,3451,3472,3452,2524,3473,2504,2504,3473,3462,2522,3474,2524,2524,3474,3473,3474,3475,3473,3473,3475,3476,3473,3476,3462,3462,3476,3463,2521,3477,2522,2522,3477,3474,2520,3478,2521,2521,3478,3477,3478,3479,3477,3477,3479,3480,3477,3480,3474,3474,3480,3475,3480,3481,3475,3475,3481,3482,3479,3483,3480,3480,3483,3481,3483,3484,3481,3481,3484,3485,3481,3485,3482,3482,3485,3486,3476,3487,3463,3463,3487,3467,3475,3482,3476,3476,3482,3487,3482,3486,3487,3487,3486,3488,3487,3488,3467,3467,3488,3468,2540,3489,2520,2520,3489,3478,2538,3490,2540,2540,3490,3489,3490,3491,3489,3489,3491,3492,3489,3492,3478,3478,3492,3479,2537,3493,2538,2538,3493,3490,2536,3494,2537,2537,3494,3493,3494,3495,3493,3493,3495,3496,3493,3496,3490,3490,3496,3491,3496,3497,3491,3491,3497,3498,3495,3499,3496,3496,3499,3497,3499,3500,3497,3497,3500,3501,3497,3501,3498,3498,3501,3502,3492,3503,3479,3479,3503,3483,3491,3498,3492,3492,3498,3503,3498,3502,3503,3503,3502,3504,3503,3504,3483,3483,3504,3484,2556,3505,2536,2536,3505,3494,2554,3506,2556,2556,3506,3505,3506,3507,3505,3505,3507,3508,3505,3508,3494,3494,3508,3495,2553,3509,2554,2554,3509,3506,2552,3510,2553,2553,3510,3509,3510,3511,3509,3509,3511,3512,3509,3512,3506,3506,3512,3507,3512,3513,3507,3507,3513,3514,3512,3511,3513,3513,3511,3515,3513,3515,3516,3516,3515,3517,3514,3513,3518,3518,3513,3516,3508,3519,3495,3495,3519,3499,3507,3514,3508,3508,3514,3519,3519,3514,3520,3520,3514,3518,3519,3520,3499,3499,3520,3500,2572,3521,2552,2552,3521,3510,2570,3522,2572,2572,3522,3521,3521,3522,3523,3523,3522,3524,3521,3523,3510,3510,3523,3511,2569,3525,2570,2570,3525,3522,2569,2568,3525,3525,2568,3526,3525,3526,3527,3527,3526,3528,3522,3525,3524,3524,3525,3527,3524,3527,3529,3529,3527,3530,3527,3528,3530,3530,3528,3531,3530,3531,3532,3532,3531,3533,3529,3530,3534,3534,3530,3532,3511,3523,3515,3515,3523,3535,3523,3524,3535,3535,3524,3529,3535,3529,3536,3536,3529,3534,3515,3535,3517,3517,3535,3536,2568,2588,3526,3526,2588,3537,2588,2586,3537,3537,2586,3538,3537,3538,3539,3539,3538,3540,3526,3537,3528,3528,3537,3539,2586,2584,3538,3538,2584,3541,2584,2585,3541,3541,2585,3542,3541,3542,3543,3543,3542,3544,3538,3541,3540,3540,3541,3543,3540,3543,3545,3545,3543,3546,3543,3544,3546,3546,3544,3547,3546,3547,3548,3548,3547,3549,3545,3546,3550,3550,3546,3548,3528,3539,3531,3531,3539,3551,3539,3540,3551,3551,3540,3545,3551,3545,3552,3552,3545,3550,3531,3551,3533,3533,3551,3552,2585,2604,3542,3542,2604,3553,2604,2602,3553,3553,2602,3554,3553,3554,3555,3555,3554,3556,3542,3553,3544,3544,3553,3555,2602,2600,3554,3554,2600,3557,2600,2601,3557,3557,2601,3558,3557,3558,3559,3559,3558,3560,3554,3557,3556,3556,3557,3559,3556,3559,3561,3561,3559,3562,3559,3560,3562,3562,3560,3563,3562,3563,3564,3564,3563,3565,3561,3562,3566,3566,3562,3564,3544,3555,3547,3547,3555,3567,3555,3556,3567,3567,3556,3561,3567,3561,3568,3568,3561,3566,3547,3567,3549,3549,3567,3568,2601,2620,3558,3558,2620,3569,2620,2618,3569,3569,2618,3570,3569,3570,3571,3571,3570,3572,3558,3569,3560,3560,3569,3571,2618,2616,3570,3570,2616,3573,2616,2617,3573,3573,2617,3574,3573,3574,3575,3575,3574,3576,3570,3573,3572,3572,3573,3575,3572,3575,3577,3577,3575,3578,3575,3576,3578,3578,3576,3579,3578,3579,3580,3580,3579,3581,3577,3578,3582,3582,3578,3580,3560,3571,3563,3563,3571,3583,3571,3572,3583,3583,3572,3577,3583,3577,3584,3584,3577,3582,3563,3583,3565,3565,3583,3584,2617,2636,3574,3574,2636,3585,2636,2634,3585,3585,2634,3586,3585,3586,3587,3587,3586,3588,3574,3585,3576,3576,3585,3587,2634,2632,3586,3586,2632,3589,2632,2633,3589,3589,2633,3590,3589,3590,3591,3591,3590,3592,3586,3589,3588,3588,3589,3591,3588,3591,3593,3593,3591,3594,3591,3592,3594,3594,3592,3595,3594,3595,3596,3596,3595,3597,3593,3594,3598,3598,3594,3596,3576,3587,3579,3579,3587,3599,3587,3588,3599,3599,3588,3593,3599,3593,3600,3600,3593,3598,3579,3599,3581,3581,3599,3600,2633,2652,3590,3590,2652,3601,2652,2650,3601,3601,2650,3602,3601,3602,3603,3603,3602,3604,3590,3601,3592,3592,3601,3603,2650,2648,3602,3602,2648,3605,2648,2649,3605,3605,2649,3606,3605,3606,3607,3607,3606,3608,3602,3605,3604,3604,3605,3607,3604,3607,3609,3609,3607,3610,3607,3608,3610,3610,3608,3611,3610,3611,3612,3612,3611,3613,3609,3610,3614,3614,3610,3612,3592,3603,3595,3595,3603,3615,3603,3604,3615,3615,3604,3609,3615,3609,3616,3616,3609,3614,3595,3615,3597,3597,3615,3616,2649,2668,3606,3606,2668,3617,2668,2666,3617,3617,2666,3618,3617,3618,3619,3619,3618,3620,3606,3617,3608,3608,3617,3619,2666,2664,3618,3618,2664,3621,2664,2665,3621,3621,2665,3622,3621,3622,3623,3623,3622,3624,3618,3621,3620,3620,3621,3623,3620,3623,3625,3625,3623,3626,3623,3624,3626,3626,3624,3627,3626,3627,3628,3628,3627,3629,3625,3626,3630,3630,3626,3628,3608,3619,3611,3611,3619,3631,3619,3620,3631,3631,3620,3625,3631,3625,3632,3632,3625,3630,3611,3631,3613,3613,3631,3632,2665,2684,3622,3622,2684,3633,2684,2682,3633,3633,2682,3634,3633,3634,3635,3635,3634,3636,3622,3633,3624,3624,3633,3635,2682,2680,3634,3634,2680,3637,2680,2681,3637,3637,2681,3638,3637,3638,3639,3639,3638,3640,3634,3637,3636,3636,3637,3639,3636,3639,3641,3641,3639,3642,3639,3640,3642,3642,3640,3643,3642,3643,3644,3644,3643,3645,3641,3642,3646,3646,3642,3644,3624,3635,3627,3627,3635,3647,3635,3636,3647,3647,3636,3641,3647,3641,3648,3648,3641,3646,3627,3647,3629,3629,3647,3648,2681,2700,3638,3638,2700,3649,2700,2698,3649,3649,2698,3650,3649,3650,3651,3651,3650,3652,3638,3649,3640,3640,3649,3651,2698,2696,3650,3650,2696,3653,2696,2697,3653,3653,2697,3654,3653,3654,3655,3655,3654,3656,3650,3653,3652,3652,3653,3655,3652,3655,3657,3657,3655,3658,3655,3656,3658,3658,3656,3659,3658,3659,3660,3660,3659,3661,3657,3658,3662,3662,3658,3660,3640,3651,3643,3643,3651,3663,3651,3652,3663,3663,3652,3657,3663,3657,3664,3664,3657,3662,3643,3663,3645,3645,3663,3664,2697,2716,3654,3654,2716,3665,2716,2714,3665,3665,2714,3666,3665,3666,3667,3667,3666,3668,3654,3665,3656,3656,3665,3667,2713,3669,2714,2714,3669,3666,2712,3670,2713,2713,3670,3669,3670,3671,3669,3669,3671,3672,3669,3672,3666,3666,3672,3668,3672,3673,3668,3668,3673,3674,3671,3675,3672,3672,3675,3673,3675,3676,3673,3673,3676,3677,3673,3677,3674,3674,3677,3678,3656,3667,3659,3659,3667,3679,3667,3668,3679,3679,3668,3674,3679,3674,3680,3680,3674,3678,3659,3679,3661,3661,3679,3680,2732,3681,2712,2712,3681,3670,2730,3682,2732,2732,3682,3681,3682,3683,3681,3681,3683,3684,3681,3684,3670,3670,3684,3671,2729,3685,2730,2730,3685,3682,2728,3686,2729,2729,3686,3685,3685,3686,3687,3687,3686,3688,3685,3687,3682,3682,3687,3683,3683,3687,3689,3689,3687,3690,3687,3688,3690,3690,3688,3691,3690,3691,3692,3692,3691,3693,3689,3690,3694,3694,3690,3692,3684,3695,3671,3671,3695,3675,3684,3683,3695,3695,3683,3689,3695,3689,3696,3696,3689,3694,3675,3695,3676,3676,3695,3696,2748,3697,2728,2728,3697,3686,2746,3698,2748,2748,3698,3697,3698,3699,3697,3697,3699,3700,3697,3700,3686,3686,3700,3688,2745,3701,2746,2746,3701,3698,2744,3702,2745,2745,3702,3701,3702,3703,3701,3701,3703,3704,3701,3704,3698,3698,3704,3699,3704,3705,3699,3699,3705,3706,3703,3707,3704,3704,3707,3705,3705,3707,3708,3708,3707,3709,3705,3708,3706,3706,3708,3710,3700,3711,3688,3688,3711,3691,3699,3706,3700,3700,3706,3711,3706,3710,3711,3711,3710,3712,3691,3711,3693,3693,3711,3712,2764,3713,2744,2744,3713,3702,2762,3714,2764,2764,3714,3713,3714,3715,3713,3713,3715,3716,3713,3716,3702,3702,3716,3703,2761,3717,2762,2762,3717,3714,2760,3718,2761,2761,3718,3717,3718,3719,3717,3717,3719,3720,3717,3720,3714,3714,3720,3715,3720,3721,3715,3715,3721,3722,3719,3723,3720,3720,3723,3721,3723,3724,3721,3721,3724,3725,3721,3725,3722,3722,3725,3726,3716,3727,3703,3703,3727,3707,3715,3722,3716,3716,3722,3727,3722,3726,3727,3727,3726,3728,3707,3727,3709,3709,3727,3728,2780,3729,2760,2760,3729,3718,2780,2778,3729,3729,2778,3730,3729,3730,3731,3731,3730,3732,3729,3731,3718,3718,3731,3719,2778,2777,3730,3730,2777,3733,2776,3734,2777,2777,3734,3733,3733,3734,3735,3735,3734,3736,3730,3733,3732,3732,3733,3735,3732,3735,3737,3737,3735,3738,3735,3736,3738,3738,3736,3739,3738,3739,3740,3740,3739,3741,3737,3738,3742,3742,3738,3740,3731,3743,3719,3719,3743,3723,3731,3732,3743,3743,3732,3737,3743,3737,3744,3744,3737,3742,3743,3744,3723,3723,3744,3724,2796,3745,2776,2776,3745,3734,2794,3746,2796,2796,3746,3745,3746,3747,3745,3745,3747,3748,3745,3748,3734,3734,3748,3736,2793,3749,2794,2794,3749,3746,2792,3750,2793,2793,3750,3749,3750,3751,3749,3749,3751,3752,3749,3752,3746,3746,3752,3747,3752,3753,3747,3747,3753,3754,3751,3755,3752,3752,3755,3753,3755,3756,3753,3753,3756,3757,3753,3757,3754,3754,3757,3758,3748,3759,3736,3736,3759,3739,3747,3754,3748,3748,3754,3759,3754,3758,3759,3759,3758,3760,3759,3760,3739,3739,3760,3741,2812,3761,2792,2792,3761,3750,2810,3762,2812,2812,3762,3761,3762,3763,3761,3761,3763,3764,3761,3764,3750,3750,3764,3751,2810,2808,3762,3762,2808,3765,2808,2809,3765,3765,2809,3766,3765,3766,3767,3767,3766,3768,3762,3765,3763,3763,3765,3767,3763,3767,3769,3769,3767,3770,3767,3768,3770,3770,3768,3771,3770,3771,3772,3772,3771,3773,3769,3770,3774,3774,3770,3772,3764,3775,3751,3751,3775,3755,3763,3769,3764,3764,3769,3775,3775,3769,3776,3776,3769,3774,3775,3776,3755,3755,3776,3756,2809,2828,3766,3766,2828,3777,2828,2826,3777,3777,2826,3778,3777,3778,3779,3779,3778,3780,3766,3777,3768,3768,3777,3779,2825,3781,2826,2826,3781,3778,2824,3782,2825,2825,3782,3781,3782,3783,3781,3781,3783,3784,3781,3784,3778,3778,3784,3780,3784,3785,3780,3780,3785,3786,3783,3787,3784,3784,3787,3785,3787,3788,3785,3785,3788,3789,3785,3789,3786,3786,3789,3790,3768,3779,3771,3771,3779,3791,3780,3786,3779,3779,3786,3791,3786,3790,3791,3791,3790,3792,3771,3791,3773,3773,3791,3792,2844,3793,2824,2824,3793,3782,2842,3794,2844,2844,3794,3793,3794,3795,3793,3793,3795,3796,3793,3796,3782,3782,3796,3783,2841,3797,2842,2842,3797,3794,2840,3798,2841,2841,3798,3797,3798,3799,3797,3797,3799,3800,3797,3800,3794,3794,3800,3795,3800,3801,3795,3795,3801,3802,3799,3803,3800,3800,3803,3801,3803,3804,3801,3801,3804,3805,3801,3805,3802,3802,3805,3806,3796,3807,3783,3783,3807,3787,3795,3802,3796,3796,3802,3807,3802,3806,3807,3807,3806,3808,3807,3808,3787,3787,3808,3788,2860,3809,2840,2840,3809,3798,2860,2858,3809,3809,2858,3810,3809,3810,3811,3811,3810,3812,3809,3811,3798,3798,3811,3799,2858,2856,3810,3810,2856,3813,2856,2857,3813,3813,2857,3814,3813,3814,3815,3815,3814,3816,3810,3813,3812,3812,3813,3815,3812,3815,3817,3817,3815,3818,3815,3816,3818,3818,3816,3819,3818,3819,3820,3820,3819,3821,3817,3818,3822,3822,3818,3820,3799,3811,3803,3803,3811,3823,3811,3812,3823,3823,3812,3817,3823,3817,3824,3824,3817,3822,3803,3823,3804,3804,3823,3824,2857,2876,3814,3814,2876,3825,2874,3826,2876,2876,3826,3825,3826,3827,3825,3825,3827,3828,3814,3825,3816,3816,3825,3828,2873,3829,2874,2874,3829,3826,2872,3830,2873,2873,3830,3829,3830,3831,3829,3829,3831,3832,3829,3832,3826,3826,3832,3827,3832,3833,3827,3827,3833,3834,3831,3835,3832,3832,3835,3833,3835,3836,3833,3833,3836,3837,3833,3837,3834,3834,3837,3838,3828,3839,3816,3816,3839,3819,3827,3834,3828,3828,3834,3839,3834,3838,3839,3839,3838,3840,3839,3840,3819,3819,3840,3821,2892,3841,2872,2872,3841,3830,2890,3842,2892,2892,3842,3841,3842,3843,3841,3841,3843,3844,3841,3844,3830,3830,3844,3831,2889,3845,2890,2890,3845,3842,2888,3846,2889,2889,3846,3845,3846,3847,3845,3845,3847,3848,3845,3848,3842,3842,3848,3843,3848,3849,3843,3843,3849,3850,3847,3851,3848,3848,3851,3849,3851,3852,3849,3849,3852,3853,3849,3853,3850,3850,3853,3854,3844,3855,3831,3831,3855,3835,3843,3850,3844,3844,3850,3855,3850,3854,3855,3855,3854,3856,3855,3856,3835,3835,3856,3836,2908,3857,2888,2888,3857,3846,2906,3858,2908,2908,3858,3857,3858,3859,3857,3857,3859,3860,3857,3860,3846,3846,3860,3847,2905,3861,2906,2906,3861,3858,2904,3862,2905,2905,3862,3861,3862,3863,3861,3861,3863,3864,3861,3864,3858,3858,3864,3859,3864,3865,3859,3859,3865,3866,3863,3867,3864,3864,3867,3865,3867,3868,3865,3865,3868,3869,3865,3869,3866,3866,3869,3870,3860,3871,3847,3847,3871,3851,3859,3866,3860,3860,3866,3871,3866,3870,3871,3871,3870,3872,3871,3872,3851,3851,3872,3852,2924,3873,2904,2904,3873,3862,2922,3874,2924,2924,3874,3873,3874,3875,3873,3873,3875,3876,3873,3876,3862,3862,3876,3863,2922,2920,3874,3874,2920,3877,2920,2921,3877,3877,2921,3878,3877,3878,3879,3879,3878,3880,3874,3877,3875,3875,3877,3879,3875,3879,3881,3881,3879,3882,3879,3880,3882,3882,3880,3883,3882,3883,3884,3884,3883,3885,3881,3882,3886,3886,3882,3884,3876,3887,3863,3863,3887,3867,3876,3875,3887,3887,3875,3881,3887,3881,3888,3888,3881,3886,3887,3888,3867,3867,3888,3868,2921,2940,3878,3878,2940,3889,2940,2938,3889,3889,2938,3890,3889,3890,3891,3891,3890,3892,3878,3889,3880,3880,3889,3891,2938,2936,3890,3890,2936,3893,2936,2937,3893,3893,2937,3894,3893,3894,3895,3895,3894,3896,3890,3893,3892,3892,3893,3895,3892,3895,3897,3897,3895,3898,3895,3896,3898,3898,3896,3899,3898,3899,3900,3900,3899,3901,3897,3898,3902,3902,3898,3900,3880,3891,3883,3883,3891,3903,3891,3892,3903,3903,3892,3897,3903,3897,3904,3904,3897,3902,3883,3903,3885,3885,3903,3904,2937,2956,3894,3894,2956,3905,2956,2954,3905,3905,2954,3906,3905,3906,3907,3907,3906,3908,3894,3905,3896,3896,3905,3907,2954,2952,3906,3906,2952,3909,2952,2953,3909,3909,2953,3910,3909,3910,3911,3911,3910,3912,3906,3909,3908,3908,3909,3911,3908,3911,3913,3913,3911,3914,3911,3912,3914,3914,3912,3915,3914,3915,3916,3916,3915,3917,3913,3914,3918,3918,3914,3916,3896,3907,3899,3899,3907,3919,3907,3908,3919,3919,3908,3913,3919,3913,3920,3920,3913,3918,3899,3919,3901,3901,3919,3920,2953,2972,3910,3910,2972,3921,2972,2970,3921,3921,2970,3922,3921,3922,3923,3923,3922,3924,3910,3921,3912,3912,3921,3923,2970,2968,3922,3922,2968,3925,2968,2969,3925,3925,2969,3926,3925,3926,3927,3927,3926,3928,3922,3925,3924,3924,3925,3927,3924,3927,3929,3929,3927,3930,3927,3928,3930,3930,3928,3931,3930,3931,3932,3932,3931,3933,3929,3930,3934,3934,3930,3932,3912,3923,3915,3915,3923,3935,3923,3924,3935,3935,3924,3929,3935,3929,3936,3936,3929,3934,3915,3935,3917,3917,3935,3936,2969,2988,3926,3926,2988,3937,2986,3938,2988,2988,3938,3937,3938,3939,3937,3937,3939,3940,3926,3937,3928,3928,3937,3940,2985,3941,2986,2986,3941,3938,2984,3942,2985,2985,3942,3941,3942,3943,3941,3941,3943,3944,3941,3944,3938,3938,3944,3939,3944,3945,3939,3939,3945,3946,3943,3947,3944,3944,3947,3945,3947,3948,3945,3945,3948,3949,3945,3949,3946,3946,3949,3950,3940,3951,3928,3928,3951,3931,3939,3946,3940,3940,3946,3951,3946,3950,3951,3951,3950,3952,3951,3952,3931,3931,3952,3933,3004,3953,2984,2984,3953,3942,3002,3954,3004,3004,3954,3953,3954,3955,3953,3953,3955,3956,3953,3956,3942,3942,3956,3943,3001,3957,3002,3002,3957,3954,3000,3958,3001,3001,3958,3957,3958,3959,3957,3957,3959,3960,3957,3960,3954,3954,3960,3955,3960,3961,3955,3955,3961,3962,3959,3963,3960,3960,3963,3961,3963,3964,3961,3961,3964,3965,3961,3965,3962,3962,3965,3966,3956,3967,3943,3943,3967,3947,3955,3962,3956,3956,3962,3967,3962,3966,3967,3967,3966,3968,3967,3968,3947,3947,3968,3948,3020,3969,3000,3000,3969,3958,3018,3970,3020,3020,3970,3969,3970,3971,3969,3969,3971,3972,3969,3972,3958,3958,3972,3959,3017,3973,3018,3018,3973,3970,3016,3974,3017,3017,3974,3973,3974,3975,3973,3973,3975,3976,3973,3976,3970,3970,3976,3971,3976,3977,3971,3971,3977,3978,3975,3979,3976,3976,3979,3977,3979,3980,3977,3977,3980,3981,3977,3981,3978,3978,3981,3982,3972,3983,3959,3959,3983,3963,3971,3978,3972,3972,3978,3983,3978,3982,3983,3983,3982,3984,3983,3984,3963,3963,3984,3964,3036,3985,3016,3016,3985,3974,3034,3986,3036,3036,3986,3985,3986,3987,3985,3985,3987,3988,3985,3988,3974,3974,3988,3975,3033,3989,3034,3034,3989,3986,3032,3990,3033,3033,3990,3989,3990,3991,3989,3989,3991,3992,3989,3992,3986,3986,3992,3987,3992,3993,3987,3987,3993,3994,3991,3995,3992,3992,3995,3993,3995,3996,3993,3993,3996,3997,3993,3997,3994,3994,3997,3998,3988,3999,3975,3975,3999,3979,3987,3994,3988,3988,3994,3999,3994,3998,3999,3999,3998,4000,3999,4000,3979,3979,4000,3980,3052,4001,3032,3032,4001,3990,3050,4002,3052,3052,4002,4001,4002,4003,4001,4001,4003,4004,4001,4004,3990,3990,4004,3991,3049,4005,3050,3050,4005,4002,3048,4006,3049,3049,4006,4005,4006,4007,4005,4005,4007,4008,4005,4008,4002,4002,4008,4003,4008,4009,4003,4003,4009,4010,4007,4011,4008,4008,4011,4009,4011,4012,4009,4009,4012,4013,4009,4013,4010,4010,4013,4014,4004,4015,3991,3991,4015,3995,4003,4010,4004,4004,4010,4015,4010,4014,4015,4015,4014,4016,4015,4016,3995,3995,4016,3996,3068,4017,3048,3048,4017,4006,3066,4018,3068,3068,4018,4017,4018,4019,4017,4017,4019,4020,4017,4020,4006,4006,4020,4007,3065,4021,3066,3066,4021,4018,3064,4022,3065,3065,4022,4021,4022,4023,4021,4021,4023,4024,4021,4024,4018,4018,4024,4019,4024,4025,4019,4019,4025,4026,4023,4027,4024,4024,4027,4025,4027,4028,4025,4025,4028,4029,4025,4029,4026,4026,4029,4030,4020,4031,4007,4007,4031,4011,4019,4026,4020,4020,4026,4031,4026,4030,4031,4031,4030,4032,4031,4032,4011,4011,4032,4012,3084,4033,3064,3064,4033,4022,3082,4034,3084,3084,4034,4033,4034,4035,4033,4033,4035,4036,4033,4036,4022,4022,4036,4023,3081,4037,3082,3082,4037,4034,3080,4038,3081,3081,4038,4037,4038,4039,4037,4037,4039,4040,4037,4040,4034,4034,4040,4035,4040,4041,4035,4035,4041,4042,4039,4043,4040,4040,4043,4041,4043,4044,4041,4041,4044,4045,4041,4045,4042,4042,4045,4046,4036,4047,4023,4023,4047,4027,4035,4042,4036,4036,4042,4047,4042,4046,4047,4047,4046,4048,4047,4048,4027,4027,4048,4028,3100,4049,3080,3080,4049,4038,3098,4050,3100,3100,4050,4049,4050,4051,4049,4049,4051,4052,4049,4052,4038,4038,4052,4039,3097,4053,3098,3098,4053,4050,3096,4054,3097,3097,4054,4053,4054,4055,4053,4053,4055,4056,4053,4056,4050,4050,4056,4051,4056,4057,4051,4051,4057,4058,4055,4059,4056,4056,4059,4057,4059,4060,4057,4057,4060,4061,4057,4061,4058,4058,4061,4062,4052,4063,4039,4039,4063,4043,4051,4058,4052,4052,4058,4063,4058,4062,4063,4063,4062,4064,4063,4064,4043,4043,4064,4044,3116,4065,3096,3096,4065,4054,3114,4066,3116,3116,4066,4065,4066,4067,4065,4065,4067,4068,4065,4068,4054,4054,4068,4055,3113,4069,3114,3114,4069,4066,3112,4070,3113,3113,4070,4069,4070,4071,4069,4069,4071,4072,4069,4072,4066,4066,4072,4067,4072,4073,4067,4067,4073,4074,4071,4075,4072,4072,4075,4073,4075,4076,4073,4073,4076,4077,4073,4077,4074,4074,4077,4078,4068,4079,4055,4055,4079,4059,4067,4074,4068,4068,4074,4079,4074,4078,4079,4079,4078,4080,4079,4080,4059,4059,4080,4060,3132,4081,3112,3112,4081,4070,3130,4082,3132,3132,4082,4081,4082,4083,4081,4081,4083,4084,4081,4084,4070,4070,4084,4071,3129,4085,3130,3130,4085,4082,3128,4086,3129,3129,4086,4085,4086,4087,4085,4085,4087,4088,4085,4088,4082,4082,4088,4083,4088,4089,4083,4083,4089,4090,4087,4091,4088,4088,4091,4089,4091,4092,4089,4089,4092,4093,4089,4093,4090,4090,4093,4094,4084,4095,4071,4071,4095,4075,4083,4090,4084,4084,4090,4095,4090,4094,4095,4095,4094,4096,4095,4096,4075,4075,4096,4076,3152,3151,4097,4097,3151,4098,3151,3148,4098,4098,3148,4099,4098,4099,4100,4100,4099,4101,4097,4098,4102,4102,4098,4100,3148,3147,4099,4099,3147,4103,3146,4104,3147,3147,4104,4103,4104,4105,4103,4103,4105,4106,4103,4106,4099,4099,4106,4101,4106,4107,4101,4101,4107,4108,4105,4109,4106,4106,4109,4107,4109,4110,4107,4107,4110,4111,4107,4111,4108,4108,4111,4112,4102,4100,4113,4113,4100,4114,4100,4101,4114,4114,4101,4108,4114,4108,4115,4115,4108,4112,4113,4114,4116,4116,4114,4115,3168,4117,3146,3146,4117,4104,3166,4118,3168,3168,4118,4117,4118,4119,4117,4117,4119,4120,4117,4120,4104,4104,4120,4105,3165,4121,3166,3166,4121,4118,3164,4122,3165,3165,4122,4121,4122,4123,4121,4121,4123,4124,4121,4124,4118,4118,4124,4119,4124,4125,4119,4119,4125,4126,4123,4127,4124,4124,4127,4125,4127,4128,4125,4125,4128,4129,4125,4129,4126,4126,4129,4130,4120,4131,4105,4105,4131,4109,4119,4126,4120,4120,4126,4131,4126,4130,4131,4131,4130,4132,4131,4132,4109,4109,4132,4110,3184,4133,3164,3164,4133,4122,3182,4134,3184,3184,4134,4133,4134,4135,4133,4133,4135,4136,4133,4136,4122,4122,4136,4123,3181,4137,3182,3182,4137,4134,3180,4138,3181,3181,4138,4137,4138,4139,4137,4137,4139,4140,4137,4140,4134,4134,4140,4135,4140,4141,4135,4135,4141,4142,4139,4143,4140,4140,4143,4141,4143,4144,4141,4141,4144,4145,4141,4145,4142,4142,4145,4146,4136,4147,4123,4123,4147,4127,4135,4142,4136,4136,4142,4147,4142,4146,4147,4147,4146,4148,4147,4148,4127,4127,4148,4128,3200,4149,3180,3180,4149,4138,3198,4150,3200,3200,4150,4149,4150,4151,4149,4149,4151,4152,4149,4152,4138,4138,4152,4139,3197,4153,3198,3198,4153,4150,3196,4154,3197,3197,4154,4153,4154,4155,4153,4153,4155,4156,4153,4156,4150,4150,4156,4151,4156,4157,4151,4151,4157,4158,4155,4159,4156,4156,4159,4157,4159,4160,4157,4157,4160,4161,4157,4161,4158,4158,4161,4162,4152,4163,4139,4139,4163,4143,4151,4158,4152,4152,4158,4163,4158,4162,4163,4163,4162,4164,4163,4164,4143,4143,4164,4144,3216,4165,3196,3196,4165,4154,3214,4166,3216,3216,4166,4165,4166,4167,4165,4165,4167,4168,4165,4168,4154,4154,4168,4155,3213,4169,3214,3214,4169,4166,3212,4170,3213,3213,4170,4169,4170,4171,4169,4169,4171,4172,4169,4172,4166,4166,4172,4167,4172,4173,4167,4167,4173,4174,4171,4175,4172,4172,4175,4173,4175,4176,4173,4173,4176,4177,4173,4177,4174,4174,4177,4178,4168,4179,4155,4155,4179,4159,4167,4174,4168,4168,4174,4179,4174,4178,4179,4179,4178,4180,4179,4180,4159,4159,4180,4160,3232,4181,3212,3212,4181,4170,3230,4182,3232,3232,4182,4181,4182,4183,4181,4181,4183,4184,4181,4184,4170,4170,4184,4171,3229,4185,3230,3230,4185,4182,3228,4186,3229,3229,4186,4185,4186,4187,4185,4185,4187,4188,4185,4188,4182,4182,4188,4183,4188,4189,4183,4183,4189,4190,4187,4191,4188,4188,4191,4189,4191,4192,4189,4189,4192,4193,4189,4193,4190,4190,4193,4194,4184,4195,4171,4171,4195,4175,4183,4190,4184,4184,4190,4195,4190,4194,4195,4195,4194,4196,4195,4196,4175,4175,4196,4176,3248,4197,3228,3228,4197,4186,3246,4198,3248,3248,4198,4197,4198,4199,4197,4197,4199,4200,4197,4200,4186,4186,4200,4187,3245,4201,3246,3246,4201,4198,3244,4202,3245,3245,4202,4201,4202,4203,4201,4201,4203,4204,4201,4204,4198,4198,4204,4199,4204,4205,4199,4199,4205,4206,4203,4207,4204,4204,4207,4205,4205,4207,4208,4208,4207,4209,4205,4208,4206,4206,4208,4210,4200,4211,4187,4187,4211,4191,4199,4206,4200,4200,4206,4211,4206,4210,4211,4211,4210,4212,4211,4212,4191,4191,4212,4192,3264,4213,3244,3244,4213,4202,3262,4214,3264,3264,4214,4213,4214,4215,4213,4213,4215,4216,4213,4216,4202,4202,4216,4203,3261,4217,3262,3262,4217,4214,3260,4218,3261,3261,4218,4217,4218,4219,4217,4217,4219,4220,4217,4220,4214,4214,4220,4215,4220,4221,4215,4215,4221,4222,4219,4223,4220,4220,4223,4221,4221,4223,4224,4224,4223,4225,4222,4221,4226,4226,4221,4224,4216,4227,4203,4203,4227,4207,4215,4222,4216,4216,4222,4227,4227,4222,4228,4228,4222,4226,4207,4227,4209,4209,4227,4228,3280,4229,3260,3260,4229,4218,3278,4230,3280,3280,4230,4229,4230,4231,4229,4229,4231,4232,4229,4232,4218,4218,4232,4219,3277,4233,3278,3278,4233,4230,3276,4234,3277,3277,4234,4233,4234,4235,4233,4233,4235,4236,4233,4236,4230,4230,4236,4231,4236,4237,4231,4231,4237,4238,4236,4235,4237,4237,4235,4239,4237,4239,4240,4240,4239,4241,4238,4237,4242,4242,4237,4240,4232,4243,4219,4219,4243,4223,4231,4238,4232,4232,4238,4243,4243,4238,4244,4244,4238,4242,4223,4243,4225,4225,4243,4244,3296,4245,3276,3276,4245,4234,3296,3294,4245,4245,3294,4246,4245,4246,4247,4247,4246,4248,4234,4245,4235,4235,4245,4247,3294,3292,4246,4246,3292,4249,3292,3293,4249,4249,3293,4250,4249,4250,4251,4251,4250,4252,4246,4249,4248,4248,4249,4251,4248,4251,4253,4253,4251,4254,4251,4252,4254,4254,4252,4255,4254,4255,4256,4256,4255,4257,4253,4254,4258,4258,4254,4256,4235,4247,4239,4239,4247,4259,4247,4248,4259,4259,4248,4253,4259,4253,4260,4260,4253,4258,4239,4259,4241,4241,4259,4260,3293,3312,4250,4250,3312,4261,3312,3310,4261,4261,3310,4262,4261,4262,4263,4263,4262,4264,4250,4261,4252,4252,4261,4263,3310,3309,4262,4262,3309,4265,3309,3308,4265,4265,3308,4266,4265,4266,4267,4267,4266,4268,4262,4265,4264,4264,4265,4267,4264,4267,4269,4269,4267,4270,4267,4268,4270,4270,4268,4271,4270,4271,4272,4272,4271,4273,4269,4270,4274,4274,4270,4272,4252,4263,4255,4255,4263,4275,4263,4264,4275,4275,4264,4269,4275,4269,4276,4276,4269,4274,4255,4275,4257,4257,4275,4276,3308,3328,4266,4266,3328,4277,3328,3326,4277,4277,3326,4278,4277,4278,4279,4279,4278,4280,4266,4277,4268,4268,4277,4279,3326,3324,4278,4278,3324,4281,3324,3325,4281,4281,3325,4282,4281,4282,4283,4283,4282,4284,4278,4281,4280,4280,4281,4283,4280,4283,4285,4285,4283,4286,4283,4284,4286,4286,4284,4287,4286,4287,4288,4288,4287,4289,4285,4286,4290,4290,4286,4288,4268,4279,4271,4271,4279,4291,4279,4280,4291,4291,4280,4285,4291,4285,4292,4292,4285,4290,4271,4291,4273,4273,4291,4292,3325,3344,4282,4282,3344,4293,3344,3342,4293,4293,3342,4294,4293,4294,4295,4295,4294,4296,4282,4293,4284,4284,4293,4295,3342,3340,4294,4294,3340,4297,3340,3341,4297,4297,3341,4298,4297,4298,4299,4299,4298,4300,4294,4297,4296,4296,4297,4299,4296,4299,4301,4301,4299,4302,4299,4300,4302,4302,4300,4303,4302,4303,4304,4304,4303,4305,4301,4302,4306,4306,4302,4304,4284,4295,4287,4287,4295,4307,4295,4296,4307,4307,4296,4301,4307,4301,4308,4308,4301,4306,4287,4307,4289,4289,4307,4308,3341,3360,4298,4298,3360,4309,3360,3358,4309,4309,3358,4310,4309,4310,4311,4311,4310,4312,4298,4309,4300,4300,4309,4311,3358,3356,4310,4310,3356,4313,3356,3357,4313,4313,3357,4314,4313,4314,4315,4315,4314,4316,4310,4313,4312,4312,4313,4315,4312,4315,4317,4317,4315,4318,4315,4316,4318,4318,4316,4319,4318,4319,4320,4320,4319,4321,4317,4318,4322,4322,4318,4320,4300,4311,4303,4303,4311,4323,4311,4312,4323,4323,4312,4317,4323,4317,4324,4324,4317,4322,4303,4323,4305,4305,4323,4324,3357,3376,4314,4314,3376,4325,3376,3374,4325,4325,3374,4326,4325,4326,4327,4327,4326,4328,4314,4325,4316,4316,4325,4327,3374,3372,4326,4326,3372,4329,3372,3373,4329,4329,3373,4330,4329,4330,4331,4331,4330,4332,4326,4329,4328,4328,4329,4331,4328,4331,4333,4333,4331,4334,4331,4332,4334,4334,4332,4335,4334,4335,4336,4336,4335,4337,4333,4334,4338,4338,4334,4336,4316,4327,4319,4319,4327,4339,4327,4328,4339,4339,4328,4333,4339,4333,4340,4340,4333,4338,4319,4339,4321,4321,4339,4340,3373,3392,4330,4330,3392,4341,3392,3390,4341,4341,3390,4342,4341,4342,4343,4343,4342,4344,4330,4341,4332,4332,4341,4343,3390,3388,4342,4342,3388,4345,3388,3389,4345,4345,3389,4346,4345,4346,4347,4347,4346,4348,4342,4345,4344,4344,4345,4347,4344,4347,4349,4349,4347,4350,4347,4348,4350,4350,4348,4351,4350,4351,4352,4352,4351,4353,4349,4350,4354,4354,4350,4352,4332,4343,4335,4335,4343,4355,4343,4344,4355,4355,4344,4349,4355,4349,4356,4356,4349,4354,4335,4355,4337,4337,4355,4356,3389,3408,4346,4346,3408,4357,3408,3406,4357,4357,3406,4358,4357,4358,4359,4359,4358,4360,4346,4357,4348,4348,4357,4359,3406,3404,4358,4358,3404,4361,3404,3405,4361,4361,3405,4362,4361,4362,4363,4363,4362,4364,4358,4361,4360,4360,4361,4363,4360,4363,4365,4365,4363,4366,4363,4364,4366,4366,4364,4367,4366,4367,4368,4368,4367,4369,4365,4366,4370,4370,4366,4368,4348,4359,4351,4351,4359,4371,4359,4360,4371,4371,4360,4365,4371,4365,4372,4372,4365,4370,4351,4371,4353,4353,4371,4372,3405,3424,4362,4362,3424,4373,3424,3422,4373,4373,3422,4374,4374,4375,4373,4373,4375,4376,4362,4373,4364,4364,4373,4376,3420,4377,3422,3422,4377,4374,3421,4378,3420,3420,4378,4377,4378,4379,4377,4377,4379,4380,4377,4380,4374,4374,4380,4375,4380,4381,4375,4375,4381,4382,4379,4383,4380,4380,4383,4381,4381,4383,4384,4384,4383,4385,4382,4381,4386,4386,4381,4384,4376,4387,4364,4364,4387,4367,4375,4382,4376,4376,4382,4387,4382,4386,4387,4387,4386,4388,4387,4388,4367,4367,4388,4369,3440,4389,3421,3421,4389,4378,3438,4390,3440,3440,4390,4389,4390,4391,4389,4389,4391,4392,4389,4392,4378,4378,4392,4379,3437,4393,3438,3438,4393,4390,3436,4394,3437,3437,4394,4393,4393,4394,4395,4395,4394,4396,4390,4393,4391,4391,4393,4395,4391,4395,4397,4397,4395,4398,4395,4396,4398,4398,4396,4399,4398,4399,4400,4400,4399,4401,4397,4398,4402,4402,4398,4400,4379,4392,4383,4383,4392,4403,4392,4391,4403,4403,4391,4397,4403,4397,4404,4404,4397,4402,4383,4403,4385,4385,4403,4404,3456,4405,3436,3436,4405,4394,3454,4406,3456,3456,4406,4405,4406,4407,4405,4405,4407,4408,4405,4408,4394,4394,4408,4396,3453,4409,3454,3454,4409,4406,3452,4410,3453,3453,4410,4409,4409,4410,4411,4411,4410,4412,4406,4409,4407,4407,4409,4411,4407,4411,4413,4413,4411,4414,4411,4412,4414,4414,4412,4415,4414,4415,4416,4416,4415,4417,4413,4414,4418,4418,4414,4416,4396,4408,4399,4399,4408,4419,4408,4407,4419,4419,4407,4413,4419,4413,4420,4420,4413,4418,4399,4419,4401,4401,4419,4420,3472,4421,3452,3452,4421,4410,3470,4422,3472,3472,4422,4421,4421,4422,4423,4423,4422,4424,4410,4421,4412,4412,4421,4423,3470,3469,4422,4422,3469,4425,3469,3468,4425,4425,3468,4426,4425,4426,4427,4427,4426,4428,4422,4425,4424,4424,4425,4427,4424,4427,4429,4429,4427,4430,4427,4428,4430,4430,4428,4431,4430,4431,4432,4432,4431,4433,4429,4430,4434,4434,4430,4432,4412,4423,4415,4415,4423,4435,4423,4424,4435,4435,4424,4429,4435,4429,4436,4436,4429,4434,4415,4435,4417,4417,4435,4436,3488,4437,3468,3468,4437,4426,3486,4438,3488,3488,4438,4437,4438,4439,4437,4437,4439,4440,4426,4437,4428,4428,4437,4440,3485,4441,3486,3486,4441,4438,3484,4442,3485,3485,4442,4441,4442,4443,4441,4441,4443,4444,4441,4444,4438,4438,4444,4439,4444,4445,4439,4439,4445,4446,4443,4447,4444,4444,4447,4445,4445,4447,4448,4448,4447,4449,4446,4445,4450,4450,4445,4448,4428,4440,4431,4431,4440,4451,4440,4439,4451,4451,4439,4446,4451,4446,4452,4452,4446,4450,4431,4451,4433,4433,4451,4452,3504,4453,3484,3484,4453,4442,3502,4454,3504,3504,4454,4453,4454,4455,4453,4453,4455,4456,4453,4456,4442,4442,4456,4443,3501,4457,3502,3502,4457,4454,3500,4458,3501,3501,4458,4457,4457,4458,4459,4459,4458,4460,4454,4457,4455,4455,4457,4459,4455,4459,4461,4461,4459,4462,4459,4460,4462,4462,4460,4463,4462,4463,4464,4464,4463,4465,4461,4462,4466,4466,4462,4464,4443,4456,4447,4447,4456,4467,4456,4455,4467,4467,4455,4461,4467,4461,4468,4468,4461,4466,4447,4467,4449,4449,4467,4468,3500,3520,4458,4458,3520,4469,3520,3518,4469,4469,3518,4470,4469,4470,4471,4471,4470,4472,4458,4469,4460,4460,4469,4471,3518,3516,4470,4470,3516,4473,3516,3517,4473,4473,3517,4474,4473,4474,4475,4475,4474,4476,4470,4473,4472,4472,4473,4475,4472,4475,4477,4477,4475,4478,4475,4476,4478,4478,4476,4479,4478,4479,4480,4480,4479,4481,4478,4480,4477,4477,4480,4482,4460,4471,4463,4463,4471,4483,4471,4472,4483,4483,4472,4477,4477,4482,4483,4483,4482,4484,4463,4483,4465,4465,4483,4484,3517,3536,4474,4474,3536,4485,3536,3534,4485,4485,3534,4486,4485,4486,4487,4487,4486,4488,4474,4485,4476,4476,4485,4487,3534,3532,4486,4486,3532,4489,3532,3533,4489,4489,3533,4490,4490,4491,4489,4489,4491,4492,4489,4492,4486,4486,4492,4488,4492,4493,4488,4488,4493,4494,4491,4495,4492,4492,4495,4493,4495,4496,4493,4493,4496,4497,4493,4497,4494,4494,4497,4498,4476,4487,4479,4479,4487,4499,4488,4494,4487,4487,4494,4499,4494,4498,4499,4499,4498,4500,4499,4500,4479,4479,4500,4481,3533,3552,4490,4490,3552,4501,3552,3550,4501,4501,3550,4502,4502,4503,4501,4501,4503,4504,4501,4504,4490,4490,4504,4491,3550,3548,4502,4502,3548,4505,3548,3549,4505,4505,3549,4506,4505,4506,4507,4507,4506,4508,4505,4507,4502,4502,4507,4503,4507,4509,4503,4503,4509,4510,4508,4511,4507,4507,4511,4509,4511,4512,4509,4509,4512,4513,4509,4513,4510,4510,4513,4514,4504,4515,4491,4491,4515,4495,4503,4510,4504,4504,4510,4515,4510,4514,4515,4515,4514,4516,4515,4516,4495,4495,4516,4496,3549,3568,4506,4506,3568,4517,3568,3566,4517,4517,3566,4518,4517,4518,4519,4519,4518,4520,4506,4517,4508,4508,4517,4519,3566,3564,4518,4518,3564,4521,3564,3565,4521,4521,3565,4522,4521,4522,4523,4523,4522,4524,4518,4521,4520,4520,4521,4523,4520,4523,4525,4525,4523,4526,4523,4524,4526,4526,4524,4527,4527,4528,4526,4526,4528,4529,4526,4529,4525,4525,4529,4530,4519,4531,4508,4508,4531,4511,4520,4525,4519,4519,4525,4531,4525,4530,4531,4531,4530,4532,4531,4532,4511,4511,4532,4512,3565,3584,4522,4522,3584,4533,3584,3582,4533,4533,3582,4534,4533,4534,4535,4535,4534,4536,4522,4533,4524,4524,4533,4535,3582,3580,4534,4534,3580,4537,3580,3581,4537,4537,3581,4538,4537,4538,4539,4539,4538,4540,4534,4537,4536,4536,4537,4539,4536,4539,4541,4541,4539,4542,4539,4540,4542,4542,4540,4543,4542,4543,4544,4544,4543,4545,4541,4542,4546,4546,4542,4544,4524,4535,4527,4527,4535,4547,4535,4536,4547,4547,4536,4541,4547,4541,4548,4548,4541,4546,4527,4547,4528,4528,4547,4548,3581,3600,4538,4538,3600,4549,3600,3598,4549,4549,3598,4550,4549,4550,4551,4551,4550,4552,4538,4549,4540,4540,4549,4551,3596,4553,3598,3598,4553,4550,3597,4554,3596,3596,4554,4553,4554,4555,4553,4553,4555,4556,4550,4553,4552,4552,4553,4556,4552,4556,4557,4557,4556,4558,4555,4559,4556,4556,4559,4558,4558,4559,4560,4560,4559,4561,4557,4558,4562,4562,4558,4560,4540,4551,4543,4543,4551,4563,4551,4552,4563,4563,4552,4557,4563,4557,4564,4564,4557,4562,4543,4563,4545,4545,4563,4564,3597,3616,4554,4554,3616,4565,3616,3614,4565,4565,3614,4566,4565,4566,4567,4567,4566,4568,4565,4567,4554,4554,4567,4555,3614,3612,4566,4566,3612,4569,3612,3613,4569,4569,3613,4570,4569,4570,4571,4571,4570,4572,4566,4569,4568,4568,4569,4571,4568,4571,4573,4573,4571,4574,4571,4572,4574,4574,4572,4575,4574,4575,4576,4576,4575,4577,4573,4574,4578,4578,4574,4576,4567,4579,4555,4555,4579,4559,4567,4568,4579,4579,4568,4573,4579,4573,4580,4580,4573,4578,4559,4579,4561,4561,4579,4580,3613,3632,4570,4570,3632,4581,3632,3630,4581,4581,3630,4582,4581,4582,4583,4583,4582,4584,4570,4581,4572,4572,4581,4583,3630,3628,4582,4582,3628,4585,3628,3629,4585,4585,3629,4586,4585,4586,4587,4587,4586,4588,4582,4585,4584,4584,4585,4587,4584,4587,4589,4589,4587,4590,4587,4588,4590,4590,4588,4591,4590,4591,4592,4592,4591,4593,4589,4590,4594,4594,4590,4592,4572,4583,4575,4575,4583,4595,4583,4584,4595,4595,4584,4589,4595,4589,4596,4596,4589,4594,4575,4595,4577,4577,4595,4596,3629,3648,4586,4586,3648,4597,3648,3646,4597,4597,3646,4598,4597,4598,4599,4599,4598,4600,4586,4597,4588,4588,4597,4599,3646,3644,4598,4598,3644,4601,3644,3645,4601,4601,3645,4602,4601,4602,4603,4603,4602,4604,4598,4601,4600,4600,4601,4603,4600,4603,4605,4605,4603,4606,4603,4604,4606,4606,4604,4607,4606,4607,4608,4608,4607,4609,4605,4606,4610,4610,4606,4608,4588,4599,4591,4591,4599,4611,4599,4600,4611,4611,4600,4605,4611,4605,4612,4612,4605,4610,4591,4611,4593,4593,4611,4612,3645,3664,4602,4602,3664,4613,3664,3662,4613,4613,3662,4614,4613,4614,4615,4615,4614,4616,4602,4613,4604,4604,4613,4615,3662,3660,4614,4614,3660,4617,3660,3661,4617,4617,3661,4618,4617,4618,4619,4619,4618,4620,4614,4617,4616,4616,4617,4619,4616,4619,4621,4621,4619,4622,4619,4620,4622,4622,4620,4623,4622,4623,4624,4624,4623,4625,4621,4622,4626,4626,4622,4624,4604,4615,4607,4607,4615,4627,4615,4616,4627,4627,4616,4621,4627,4621,4628,4628,4621,4626,4607,4627,4609,4609,4627,4628,3661,3680,4618,4618,3680,4629,3680,3678,4629,4629,3678,4630,4629,4630,4631,4631,4630,4632,4618,4629,4620,4620,4629,4631,3678,3677,4630,4630,3677,4633,3677,3676,4633,4633,3676,4634,4633,4634,4635,4635,4634,4636,4630,4633,4632,4632,4633,4635,4632,4635,4637,4637,4635,4638,4635,4636,4638,4638,4636,4639,4638,4639,4640,4640,4639,4641,4637,4638,4642,4642,4638,4640,4620,4631,4623,4623,4631,4643,4631,4632,4643,4643,4632,4637,4643,4637,4644,4644,4637,4642,4623,4643,4625,4625,4643,4644,3676,3696,4634,4634,3696,4645,3696,3694,4645,4645,3694,4646,4645,4646,4647,4647,4646,4648,4634,4645,4636,4636,4645,4647,3694,3692,4646,4646,3692,4649,3692,3693,4649,4649,3693,4650,4649,4650,4651,4651,4650,4652,4646,4649,4648,4648,4649,4651,4648,4651,4653,4653,4651,4654,4651,4652,4654,4654,4652,4655,4654,4655,4656,4656,4655,4657,4653,4654,4658,4658,4654,4656,4636,4647,4639,4639,4647,4659,4647,4648,4659,4659,4648,4653,4659,4653,4660,4660,4653,4658,4639,4659,4641,4641,4659,4660,3693,3712,4650,4650,3712,4661,3712,3710,4661,4661,3710,4662,4661,4662,4663,4663,4662,4664,4650,4661,4652,4652,4661,4663,3710,3708,4662,4662,3708,4665,3708,3709,4665,4665,3709,4666,4665,4666,4667,4667,4666,4668,4662,4665,4664,4664,4665,4667,4664,4667,4669,4669,4667,4670,4667,4668,4670,4670,4668,4671,4670,4671,4672,4672,4671,4673,4669,4670,4674,4674,4670,4672,4652,4663,4655,4655,4663,4675,4663,4664,4675,4675,4664,4669,4675,4669,4676,4676,4669,4674,4655,4675,4657,4657,4675,4676,3709,3728,4666,4666,3728,4677,3728,3726,4677,4677,3726,4678,4677,4678,4679,4679,4678,4680,4666,4677,4668,4668,4677,4679,3725,4681,3726,3726,4681,4678,3724,4682,3725,3725,4682,4681,4682,4683,4681,4681,4683,4684,4681,4684,4678,4678,4684,4680,4680,4684,4685,4685,4684,4686,4683,4687,4684,4684,4687,4686,4687,4688,4686,4686,4688,4689,4685,4686,4690,4690,4686,4689,4668,4679,4671,4671,4679,4691,4679,4680,4691,4691,4680,4685,4691,4685,4692,4692,4685,4690,4671,4691,4673,4673,4691,4692,3744,4693,3724,3724,4693,4682,3742,4694,3744,3744,4694,4693,4694,4695,4693,4693,4695,4696,4693,4696,4682,4682,4696,4683,3742,3740,4694,4694,3740,4697,3740,3741,4697,4697,3741,4698,4697,4698,4699,4699,4698,4700,4697,4699,4694,4694,4699,4695,4699,4701,4695,4695,4701,4702,4700,4703,4699,4699,4703,4701,4703,4704,4701,4701,4704,4705,4701,4705,4702,4702,4705,4706,4696,4707,4683,4683,4707,4687,4695,4702,4696,4696,4702,4707,4702,4706,4707,4707,4706,4708,4707,4708,4687,4687,4708,4688,3741,3760,4698,4698,3760,4709,3758,4710,3760,3760,4710,4709,4710,4711,4709,4709,4711,4712,4709,4712,4698,4698,4712,4700,3757,4713,3758,3758,4713,4710,3756,4714,3757,3757,4714,4713,4714,4715,4713,4713,4715,4716,4713,4716,4710,4710,4716,4711,4716,4717,4711,4711,4717,4718,4715,4719,4716,4716,4719,4717,4719,4720,4717,4717,4720,4721,4717,4721,4718,4718,4721,4722,4712,4723,4700,4700,4723,4703,4711,4718,4712,4712,4718,4723,4718,4722,4723,4723,4722,4724,4723,4724,4703,4703,4724,4704,3776,4725,3756,3756,4725,4714,3774,4726,3776,3776,4726,4725,4726,4727,4725,4725,4727,4728,4725,4728,4714,4714,4728,4715,3774,3772,4726,4726,3772,4729,3772,3773,4729,4729,3773,4730,4729,4730,4731,4731,4730,4732,4726,4729,4727,4727,4729,4731,4727,4731,4733,4733,4731,4734,4732,4735,4731,4731,4735,4734,4735,4736,4734,4734,4736,4737,4734,4737,4733,4733,4737,4738,4728,4739,4715,4715,4739,4719,4727,4733,4728,4728,4733,4739,4733,4738,4739,4739,4738,4740,4739,4740,4719,4719,4740,4720,3773,3792,4730,4730,3792,4741,3790,4742,3792,3792,4742,4741,4742,4743,4741,4741,4743,4744,4741,4744,4730,4730,4744,4732,3789,4745,3790,3790,4745,4742,3788,4746,3789,3789,4746,4745,4746,4747,4745,4745,4747,4748,4745,4748,4742,4742,4748,4743,4748,4749,4743,4743,4749,4750,4747,4751,4748,4748,4751,4749,4751,4752,4749,4749,4752,4753,4749,4753,4750,4750,4753,4754,4744,4755,4732,4732,4755,4735,4743,4750,4744,4744,4750,4755,4750,4754,4755,4755,4754,4756,4755,4756,4735,4735,4756,4736,3808,4757,3788,3788,4757,4746,3806,4758,3808,3808,4758,4757,4758,4759,4757,4757,4759,4760,4757,4760,4746,4746,4760,4747,3805,4761,3806,3806,4761,4758,3804,4762,3805,3805,4762,4761,4762,4763,4761,4761,4763,4764,4761,4764,4758,4758,4764,4759,4764,4765,4759,4759,4765,4766,4764,4763,4765,4765,4763,4767,4765,4767,4768,4768,4767,4769,4766,4765,4770,4770,4765,4768,4760,4771,4747,4747,4771,4751,4759,4766,4760,4760,4766,4771,4766,4770,4771,4771,4770,4772,4771,4772,4751,4751,4772,4752,3804,3824,4762,4762,3824,4773,3824,3822,4773,4773,3822,4774,4773,4774,4775,4775,4774,4776,4773,4775,4762,4762,4775,4763,3822,3820,4774,4774,3820,4777,3820,3821,4777,4777,3821,4778,4777,4778,4779,4779,4778,4780,4774,4777,4776,4776,4777,4779,4776,4779,4781,4781,4779,4782,4779,4780,4782,4782,4780,4783,4783,4784,4782,4782,4784,4785,4782,4785,4781,4781,4785,4786,4775,4787,4763,4763,4787,4767,4775,4776,4787,4787,4776,4781,4781,4786,4787,4787,4786,4788,4787,4788,4767,4767,4788,4769,3821,3840,4778,4778,3840,4789,3838,4790,3840,3840,4790,4789,4790,4791,4789,4789,4791,4792,4778,4789,4780,4780,4789,4792,3837,4793,3838,3838,4793,4790,3836,4794,3837,3837,4794,4793,4794,4795,4793,4793,4795,4796,4793,4796,4790,4790,4796,4791,4796,4797,4791,4791,4797,4798,4795,4799,4796,4796,4799,4797,4799,4800,4797,4797,4800,4801,4797,4801,4798,4798,4801,4802,4780,4792,4783,4783,4792,4803,4791,4798,4792,4792,4798,4803,4798,4802,4803,4803,4802,4804,4803,4804,4783,4783,4804,4784,3856,4805,3836,3836,4805,4794,3854,4806,3856,3856,4806,4805,4806,4807,4805,4805,4807,4808,4805,4808,4794,4794,4808,4795,3853,4809,3854,3854,4809,4806,3852,4810,3853,3853,4810,4809,4810,4811,4809,4809,4811,4812,4809,4812,4806,4806,4812,4807,4812,4813,4807,4807,4813,4814,4811,4815,4812,4812,4815,4813,4815,4816,4813,4813,4816,4817,4813,4817,4814,4814,4817,4818,4808,4819,4795,4795,4819,4799,4807,4814,4808,4808,4814,4819,4814,4818,4819,4819,4818,4820,4819,4820,4799,4799,4820,4800,3872,4821,3852,3852,4821,4810,3870,4822,3872,3872,4822,4821,4822,4823,4821,4821,4823,4824,4821,4824,4810,4810,4824,4811,3869,4825,3870,3870,4825,4822,3868,4826,3869,3869,4826,4825,4826,4827,4825,4825,4827,4828,4825,4828,4822,4822,4828,4823,4828,4829,4823,4823,4829,4830,4827,4831,4828,4828,4831,4829,4831,4832,4829,4829,4832,4833,4829,4833,4830,4830,4833,4834,4824,4835,4811,4811,4835,4815,4823,4830,4824,4824,4830,4835,4830,4834,4835,4835,4834,4836,4835,4836,4815,4815,4836,4816,3888,4837,3868,3868,4837,4826,3888,3886,4837,4837,3886,4838,4838,4839,4837,4837,4839,4840,4837,4840,4826,4826,4840,4827,3886,3884,4838,4838,3884,4841,3884,3885,4841,4841,3885,4842,4841,4842,4843,4843,4842,4844,4838,4841,4839,4839,4841,4843,4839,4843,4845,4845,4843,4846,4843,4844,4846,4846,4844,4847,4846,4847,4848,4848,4847,4849,4845,4846,4850,4850,4846,4848,4840,4851,4827,4827,4851,4831,4839,4845,4840,4840,4845,4851,4851,4845,4852,4852,4845,4850,4851,4852,4831,4831,4852,4832,3885,3904,4842,4842,3904,4853,3904,3902,4853,4853,3902,4854,4853,4854,4855,4855,4854,4856,4842,4853,4844,4844,4853,4855,3902,3900,4854,4854,3900,4857,3900,3901,4857,4857,3901,4858,4857,4858,4859,4859,4858,4860,4854,4857,4856,4856,4857,4859,4856,4859,4861,4861,4859,4862,4859,4860,4862,4862,4860,4863,4862,4863,4864,4864,4863,4865,4861,4862,4866,4866,4862,4864,4844,4855,4847,4847,4855,4867,4855,4856,4867,4867,4856,4861,4867,4861,4868,4868,4861,4866,4847,4867,4849,4849,4867,4868,3901,3920,4858,4858,3920,4869,3920,3918,4869,4869,3918,4870,4869,4870,4871,4871,4870,4872,4858,4869,4860,4860,4869,4871,3918,3916,4870,4870,3916,4873,3916,3917,4873,4873,3917,4874,4873,4874,4875,4875,4874,4876,4870,4873,4872,4872,4873,4875,4872,4875,4877,4877,4875,4878,4875,4876,4878,4878,4876,4879,4879,4880,4878,4878,4880,4881,4877,4878,4882,4882,4878,4881,4860,4871,4863,4863,4871,4883,4871,4872,4883,4883,4872,4877,4883,4877,4884,4884,4877,4882,4863,4883,4865,4865,4883,4884,3917,3936,4874,4874,3936,4885,3936,3934,4885,4885,3934,4886,4885,4886,4887,4887,4886,4888,4874,4885,4876,4876,4885,4887,3934,3932,4886,4886,3932,4889,3933,4890,3932,3932,4890,4889,4890,4891,4889,4889,4891,4892,4889,4892,4886,4886,4892,4888,4892,4893,4888,4888,4893,4894,4891,4895,4892,4892,4895,4893,4895,4896,4893,4893,4896,4897,4893,4897,4894,4894,4897,4898,4876,4887,4879,4879,4887,4899,4888,4894,4887,4887,4894,4899,4894,4898,4899,4899,4898,4900,4899,4900,4879,4879,4900,4880,3952,4901,3933,3933,4901,4890,3950,4902,3952,3952,4902,4901,4902,4903,4901,4901,4903,4904,4901,4904,4890,4890,4904,4891,3949,4905,3950,3950,4905,4902,3948,4906,3949,3949,4906,4905,4906,4907,4905,4905,4907,4908,4905,4908,4902,4902,4908,4903,4908,4909,4903,4903,4909,4910,4907,4911,4908,4908,4911,4909,4911,4912,4909,4909,4912,4913,4909,4913,4910,4910,4913,4914,4904,4915,4891,4891,4915,4895,4903,4910,4904,4904,4910,4915,4910,4914,4915,4915,4914,4916,4915,4916,4895,4895,4916,4896,3968,4917,3948,3948,4917,4906,3966,4918,3968,3968,4918,4917,4918,4919,4917,4917,4919,4920,4917,4920,4906,4906,4920,4907,3965,4921,3966,3966,4921,4918,3964,4922,3965,3965,4922,4921,4922,4923,4921,4921,4923,4924,4921,4924,4918,4918,4924,4919,4924,4925,4919,4919,4925,4926,4923,4927,4924,4924,4927,4925,4927,4928,4925,4925,4928,4929,4925,4929,4926,4926,4929,4930,4920,4931,4907,4907,4931,4911,4919,4926,4920,4920,4926,4931,4926,4930,4931,4931,4930,4932,4931,4932,4911,4911,4932,4912,3984,4933,3964,3964,4933,4922,3982,4934,3984,3984,4934,4933,4934,4935,4933,4933,4935,4936,4933,4936,4922,4922,4936,4923,3981,4937,3982,3982,4937,4934,3980,4938,3981,3981,4938,4937,4938,4939,4937,4937,4939,4940,4937,4940,4934,4934,4940,4935,4940,4941,4935,4935,4941,4942,4939,4943,4940,4940,4943,4941,4943,4944,4941,4941,4944,4945,4941,4945,4942,4942,4945,4946,4936,4947,4923,4923,4947,4927,4935,4942,4936,4936,4942,4947,4942,4946,4947,4947,4946,4948,4947,4948,4927,4927,4948,4928,4000,4949,3980,3980,4949,4938,3998,4950,4000,4000,4950,4949,4950,4951,4949,4949,4951,4952,4949,4952,4938,4938,4952,4939,3997,4953,3998,3998,4953,4950,3996,4954,3997,3997,4954,4953,4954,4955,4953,4953,4955,4956,4953,4956,4950,4950,4956,4951,4956,4957,4951,4951,4957,4958,4955,4959,4956,4956,4959,4957,4959,4960,4957,4957,4960,4961,4957,4961,4958,4958,4961,4962,4952,4963,4939,4939,4963,4943,4951,4958,4952,4952,4958,4963,4958,4962,4963,4963,4962,4964,4963,4964,4943,4943,4964,4944,4016,4965,3996,3996,4965,4954,4014,4966,4016,4016,4966,4965,4966,4967,4965,4965,4967,4968,4965,4968,4954,4954,4968,4955,4013,4969,4014,4014,4969,4966,4012,4970,4013,4013,4970,4969,4970,4971,4969,4969,4971,4972,4969,4972,4966,4966,4972,4967,4972,4973,4967,4967,4973,4974,4971,4975,4972,4972,4975,4973,4975,4976,4973,4973,4976,4977,4973,4977,4974,4974,4977,4978,4968,4979,4955,4955,4979,4959,4967,4974,4968,4968,4974,4979,4974,4978,4979,4979,4978,4980,4979,4980,4959,4959,4980,4960,4032,4981,4012,4012,4981,4970,4030,4982,4032,4032,4982,4981,4982,4983,4981,4981,4983,4984,4981,4984,4970,4970,4984,4971,4029,4985,4030,4030,4985,4982,4028,4986,4029,4029,4986,4985,4986,4987,4985,4985,4987,4988,4985,4988,4982,4982,4988,4983,4988,4989,4983,4983,4989,4990,4987,4991,4988,4988,4991,4989,4991,4992,4989,4989,4992,4993,4989,4993,4990,4990,4993,4994,4984,4995,4971,4971,4995,4975,4983,4990,4984,4984,4990,4995,4990,4994,4995,4995,4994,4996,4995,4996,4975,4975,4996,4976,4048,4997,4028,4028,4997,4986,4046,4998,4048,4048,4998,4997,4998,4999,4997,4997,4999,5000,4997,5000,4986,4986,5000,4987,4045,5001,4046,4046,5001,4998,4044,5002,4045,4045,5002,5001,5002,5003,5001,5001,5003,5004,5001,5004,4998,4998,5004,4999,5004,5005,4999,4999,5005,5006,5003,5007,5004,5004,5007,5005,5007,5008,5005,5005,5008,5009,5005,5009,5006,5006,5009,5010,5000,5011,4987,4987,5011,4991,4999,5006,5000,5000,5006,5011,5006,5010,5011,5011,5010,5012,5011,5012,4991,4991,5012,4992,4064,5013,4044,4044,5013,5002,4062,5014,4064,4064,5014,5013,5014,5015,5013,5013,5015,5016,5013,5016,5002,5002,5016,5003,4061,5017,4062,4062,5017,5014,4060,5018,4061,4061,5018,5017,5018,5019,5017,5017,5019,5020,5017,5020,5014,5014,5020,5015,5020,5021,5015,5015,5021,5022,5019,5023,5020,5020,5023,5021,5021,5023,5024,5024,5023,5025,5021,5024,5022,5022,5024,5026,5016,5027,5003,5003,5027,5007,5015,5022,5016,5016,5022,5027,5022,5026,5027,5027,5026,5028,5027,5028,5007,5007,5028,5008,4080,5029,4060,4060,5029,5018,4078,5030,4080,4080,5030,5029,5030,5031,5029,5029,5031,5032,5029,5032,5018,5018,5032,5019,4077,5033,4078,4078,5033,5030,4076,5034,4077,4077,5034,5033,5034,5035,5033,5033,5035,5036,5033,5036,5030,5030,5036,5031,5036,5037,5031,5031,5037,5038,5035,5039,5036,5036,5039,5037,5039,5040,5037,5037,5040,5041,5037,5041,5038,5038,5041,5042,5032,5043,5019,5019,5043,5023,5032,5031,5043,5043,5031,5038,5043,5038,5044,5044,5038,5042,5023,5043,5025,5025,5043,5044,4096,5045,4076,4076,5045,5034,4094,5046,4096,4096,5046,5045,5046,5047,5045,5045,5047,5048,5045,5048,5034,5034,5048,5035,4093,5049,4094,4094,5049,5046,4092,5050,4093,4093,5050,5049,5050,5051,5049,5049,5051,5052,5049,5052,5046,5046,5052,5047,5052,5053,5047,5047,5053,5054,5051,5055,5052,5052,5055,5053,5053,5055,5056,5056,5055,5057,5053,5056,5054,5054,5056,5058,5048,5059,5035,5035,5059,5039,5047,5054,5048,5048,5054,5059,5054,5058,5059,5059,5058,5060,5059,5060,5039,5039,5060,5040,4116,4115,5061,5061,4115,5062,4115,4112,5062,5062,4112,5063,5062,5063,5064,5064,5063,5065,5061,5062,5066,5066,5062,5064,4111,5067,4112,4112,5067,5063,4110,5068,4111,4111,5068,5067,5068,5069,5067,5067,5069,5070,5063,5067,5065,5065,5067,5070,5065,5070,5071,5071,5070,5072,5069,5073,5070,5070,5073,5072,5072,5073,5074,5074,5073,5075,5071,5072,5076,5076,5072,5074,5066,5064,5077,5077,5064,5078,5064,5065,5078,5078,5065,5071,5078,5071,5079,5079,5071,5076,5077,5078,5080,5080,5078,5079,4132,5081,4110,4110,5081,5068,4130,5082,4132,4132,5082,5081,5082,5083,5081,5081,5083,5084,5081,5084,5068,5068,5084,5069,4129,5085,4130,4130,5085,5082,4128,5086,4129,4129,5086,5085,5086,5087,5085,5085,5087,5088,5085,5088,5082,5082,5088,5083,5088,5089,5083,5083,5089,5090,5087,5091,5088,5088,5091,5089,5091,5092,5089,5089,5092,5093,5089,5093,5090,5090,5093,5094,5084,5095,5069,5069,5095,5073,5083,5090,5084,5084,5090,5095,5090,5094,5095,5095,5094,5096,5095,5096,5073,5073,5096,5075,4148,5097,4128,4128,5097,5086,4146,5098,4148,4148,5098,5097,5098,5099,5097,5097,5099,5100,5097,5100,5086,5086,5100,5087,4145,5101,4146,4146,5101,5098,4144,5102,4145,4145,5102,5101,5102,5103,5101,5101,5103,5104,5101,5104,5098,5098,5104,5099,5104,5105,5099,5099,5105,5106,5104,5103,5105,5105,5103,5107,5105,5107,5108,5108,5107,5109,5106,5105,5110,5110,5105,5108,5100,5111,5087,5087,5111,5091,5099,5106,5100,5100,5106,5111,5111,5106,5112,5112,5106,5110,5111,5112,5091,5091,5112,5092,4164,5113,4144,4144,5113,5102,4162,5114,4164,4164,5114,5113,5113,5114,5115,5115,5114,5116,5102,5113,5103,5103,5113,5115,4161,5117,4162,4162,5117,5114,4160,5118,4161,4161,5118,5117,5117,5118,5119,5119,5118,5120,5114,5117,5116,5116,5117,5119,5116,5119,5121,5121,5119,5122,5119,5120,5122,5122,5120,5123,5122,5123,5124,5124,5123,5125,5121,5122,5126,5126,5122,5124,5103,5115,5107,5107,5115,5127,5115,5116,5127,5127,5116,5121,5127,5121,5128,5128,5121,5126,5107,5127,5109,5109,5127,5128,4180,5129,4160,4160,5129,5118,4178,5130,4180,4180,5130,5129,5129,5130,5131,5131,5130,5132,5118,5129,5120,5120,5129,5131,4177,5133,4178,4178,5133,5130,4176,5134,4177,4177,5134,5133,5133,5134,5135,5135,5134,5136,5130,5133,5132,5132,5133,5135,5132,5135,5137,5137,5135,5138,5135,5136,5138,5138,5136,5139,5138,5139,5140,5140,5139,5141,5137,5138,5142,5142,5138,5140,5120,5131,5123,5123,5131,5143,5131,5132,5143,5143,5132,5137,5143,5137,5144,5144,5137,5142,5123,5143,5125,5125,5143,5144,4196,5145,4176,4176,5145,5134,4196,4194,5145,5145,4194,5146,5145,5146,5147,5147,5146,5148,5134,5145,5136,5136,5145,5147,4194,4193,5146,5146,4193,5149,4193,4192,5149,5149,4192,5150,5149,5150,5151,5151,5150,5152,5146,5149,5148,5148,5149,5151,5148,5151,5153,5153,5151,5154,5151,5152,5154,5154,5152,5155,5154,5155,5156,5156,5155,5157,5153,5154,5158,5158,5154,5156,5136,5147,5139,5139,5147,5159,5147,5148,5159,5159,5148,5153,5159,5153,5160,5160,5153,5158,5139,5159,5141,5141,5159,5160,4192,4212,5150,5150,4212,5161,4212,4210,5161,5161,4210,5162,5161,5162,5163,5163,5162,5164,5150,5161,5152,5152,5161,5163,4210,4208,5162,5162,4208,5165,4208,4209,5165,5165,4209,5166,5165,5166,5167,5167,5166,5168,5162,5165,5164,5164,5165,5167,5164,5167,5169,5169,5167,5170,5167,5168,5170,5170,5168,5171,5170,5171,5172,5172,5171,5173,5169,5170,5174,5174,5170,5172,5152,5163,5155,5155,5163,5175,5163,5164,5175,5175,5164,5169,5175,5169,5176,5176,5169,5174,5155,5175,5157,5157,5175,5176,4209,4228,5166,5166,4228,5177,4228,4226,5177,5177,4226,5178,5177,5178,5179,5179,5178,5180,5166,5177,5168,5168,5177,5179,4226,4224,5178,5178,4224,5181,4224,4225,5181,5181,4225,5182,5181,5182,5183,5183,5182,5184,5178,5181,5180,5180,5181,5183,5180,5183,5185,5185,5183,5186,5183,5184,5186,5186,5184,5187,5186,5187,5188,5188,5187,5189,5185,5186,5190,5190,5186,5188,5168,5179,5171,5171,5179,5191,5179,5180,5191,5191,5180,5185,5191,5185,5192,5192,5185,5190,5171,5191,5173,5173,5191,5192,4225,4244,5182,5182,4244,5193,4244,4242,5193,5193,4242,5194,5193,5194,5195,5195,5194,5196,5182,5193,5184,5184,5193,5195,4242,4240,5194,5194,4240,5197,4240,4241,5197,5197,4241,5198,5197,5198,5199,5199,5198,5200,5194,5197,5196,5196,5197,5199,5196,5199,5201,5201,5199,5202,5199,5200,5202,5202,5200,5203,5202,5203,5204,5204,5203,5205,5201,5202,5206,5206,5202,5204,5184,5195,5187,5187,5195,5207,5195,5196,5207,5207,5196,5201,5207,5201,5208,5208,5201,5206,5187,5207,5189,5189,5207,5208,4241,4260,5198,5198,4260,5209,4260,4258,5209,5209,4258,5210,5209,5210,5211,5211,5210,5212,5198,5209,5200,5200,5209,5211,4258,4256,5210,5210,4256,5213,4256,4257,5213,5213,4257,5214,5213,5214,5215,5215,5214,5216,5210,5213,5212,5212,5213,5215,5212,5215,5217,5217,5215,5218,5215,5216,5218,5218,5216,5219,5218,5219,5220,5220,5219,5221,5217,5218,5222,5222,5218,5220,5200,5211,5203,5203,5211,5223,5211,5212,5223,5223,5212,5217,5223,5217,5224,5224,5217,5222,5203,5223,5205,5205,5223,5224,4257,4276,5214,5214,4276,5225,4276,4274,5225,5225,4274,5226,5225,5226,5227,5227,5226,5228,5214,5225,5216,5216,5225,5227,4274,4272,5226,5226,4272,5229,4272,4273,5229,5229,4273,5230,5229,5230,5231,5231,5230,5232,5226,5229,5228,5228,5229,5231,5228,5231,5233,5233,5231,5234,5231,5232,5234,5234,5232,5235,5234,5235,5236,5236,5235,5237,5233,5234,5238,5238,5234,5236,5216,5227,5219,5219,5227,5239,5227,5228,5239,5239,5228,5233,5239,5233,5240,5240,5233,5238,5219,5239,5221,5221,5239,5240,4273,4292,5230,5230,4292,5241,4292,4290,5241,5241,4290,5242,5241,5242,5243,5243,5242,5244,5230,5241,5232,5232,5241,5243,4290,4288,5242,5242,4288,5245,4288,4289,5245,5245,4289,5246,5245,5246,5247,5247,5246,5248,5242,5245,5244,5244,5245,5247,5244,5247,5249,5249,5247,5250,5247,5248,5250,5250,5248,5251,5250,5251,5252,5252,5251,5253,5249,5250,5254,5254,5250,5252,5232,5243,5235,5235,5243,5255,5243,5244,5255,5255,5244,5249,5255,5249,5256,5256,5249,5254,5235,5255,5237,5237,5255,5256,4289,4308,5246,5246,4308,5257,4308,4306,5257,5257,4306,5258,5257,5258,5259,5259,5258,5260,5246,5257,5248,5248,5257,5259,4306,4304,5258,5258,4304,5261,4304,4305,5261,5261,4305,5262,5261,5262,5263,5263,5262,5264,5258,5261,5260,5260,5261,5263,5260,5263,5265,5265,5263,5266,5263,5264,5266,5266,5264,5267,5266,5267,5268,5268,5267,5269,5265,5266,5270,5270,5266,5268,5248,5259,5251,5251,5259,5271,5259,5260,5271,5271,5260,5265,5271,5265,5272,5272,5265,5270,5251,5271,5253,5253,5271,5272,4305,4324,5262,5262,4324,5273,4324,4322,5273,5273,4322,5274,5273,5274,5275,5275,5274,5276,5262,5273,5264,5264,5273,5275,4322,4320,5274,5274,4320,5277,4320,4321,5277,5277,4321,5278,5277,5278,5279,5279,5278,5280,5274,5277,5276,5276,5277,5279,5276,5279,5281,5281,5279,5282,5279,5280,5282,5282,5280,5283,5282,5283,5284,5284,5283,5285,5281,5282,5286,5286,5282,5284,5264,5275,5267,5267,5275,5287,5275,5276,5287,5287,5276,5281,5287,5281,5288,5288,5281,5286,5267,5287,5269,5269,5287,5288,4321,4340,5278,5278,4340,5289,4340,4338,5289,5289,4338,5290,5289,5290,5291,5291,5290,5292,5278,5289,5280,5280,5289,5291,4338,4336,5290,5290,4336,5293,4336,4337,5293,5293,4337,5294,5293,5294,5295,5295,5294,5296,5290,5293,5292,5292,5293,5295,5292,5295,5297,5297,5295,5298,5295,5296,5298,5298,5296,5299,5299,5300,5298,5298,5300,5301,5298,5301,5297,5297,5301,5302,5280,5291,5283,5283,5291,5303,5291,5292,5303,5303,5292,5297,5297,5302,5303,5303,5302,5304,5283,5303,5285,5285,5303,5304,4337,4356,5294,5294,4356,5305,4356,4354,5305,5305,4354,5306,5305,5306,5307,5307,5306,5308,5294,5305,5296,5296,5305,5307,4354,4352,5306,5306,4352,5309,4352,4353,5309,5309,4353,5310,5310,5311,5309,5309,5311,5312,5309,5312,5306,5306,5312,5308,5312,5313,5308,5308,5313,5314,5312,5311,5313,5313,5311,5315,5313,5315,5316,5316,5315,5317,5314,5313,5318,5318,5313,5316,5307,5319,5296,5296,5319,5299,5308,5314,5307,5307,5314,5319,5314,5318,5319,5319,5318,5320,5319,5320,5299,5299,5320,5300,4353,4372,5310,5310,4372,5321,4372,4370,5321,5321,4370,5322,5321,5322,5323,5323,5322,5324,5310,5321,5311,5311,5321,5323,4370,4368,5322,5322,4368,5325,4368,4369,5325,5325,4369,5326,5325,5326,5327,5327,5326,5328,5322,5325,5324,5324,5325,5327,5324,5327,5329,5329,5327,5330,5327,5328,5330,5330,5328,5331,5330,5331,5332,5332,5331,5333,5329,5330,5334,5334,5330,5332,5311,5323,5315,5315,5323,5335,5323,5324,5335,5335,5324,5329,5335,5329,5336,5336,5329,5334,5315,5335,5317,5317,5335,5336,4369,4388,5326,5326,4388,5337,4388,4386,5337,5337,4386,5338,5337,5338,5339,5339,5338,5340,5326,5337,5328,5328,5337,5339,4386,4384,5338,5338,4384,5341,4384,4385,5341,5341,4385,5342,5341,5342,5343,5343,5342,5344,5338,5341,5340,5340,5341,5343,5340,5343,5345,5345,5343,5346,5343,5344,5346,5346,5344,5347,5346,5347,5348,5348,5347,5349,5345,5346,5350,5350,5346,5348,5328,5339,5331,5331,5339,5351,5339,5340,5351,5351,5340,5345,5351,5345,5352,5352,5345,5350,5331,5351,5333,5333,5351,5352,4385,4404,5342,5342,4404,5353,4404,4402,5353,5353,4402,5354,5353,5354,5355,5355,5354,5356,5342,5353,5344,5344,5353,5355,4402,4400,5354,5354,4400,5357,4400,4401,5357,5357,4401,5358,5357,5358,5359,5359,5358,5360,5354,5357,5356,5356,5357,5359,5356,5359,5361,5361,5359,5362,5359,5360,5362,5362,5360,5363,5362,5363,5364,5364,5363,5365,5361,5362,5366,5366,5362,5364,5344,5355,5347,5347,5355,5367,5355,5356,5367,5367,5356,5361,5367,5361,5368,5368,5361,5366,5347,5367,5349,5349,5367,5368,4401,4420,5358,5358,4420,5369,4420,4418,5369,5369,4418,5370,5369,5370,5371,5371,5370,5372,5358,5369,5360,5360,5369,5371,4418,4416,5370,5370,4416,5373,4416,4417,5373,5373,4417,5374,5373,5374,5375,5375,5374,5376,5370,5373,5372,5372,5373,5375,5372,5375,5377,5377,5375,5378,5375,5376,5378,5378,5376,5379,5378,5379,5380,5380,5379,5381,5377,5378,5382,5382,5378,5380,5360,5371,5363,5363,5371,5383,5371,5372,5383,5383,5372,5377,5383,5377,5384,5384,5377,5382,5363,5383,5365,5365,5383,5384,4417,4436,5374,5374,4436,5385,4436,4434,5385,5385,4434,5386,5385,5386,5387,5387,5386,5388,5374,5385,5376,5376,5385,5387,4434,4432,5386,5386,4432,5389,4432,4433,5389,5389,4433,5390,5389,5390,5391,5391,5390,5392,5386,5389,5388,5388,5389,5391,5388,5391,5393,5393,5391,5394,5391,5392,5394,5394,5392,5395,5394,5395,5396,5396,5395,5397,5393,5394,5398,5398,5394,5396,5376,5387,5379,5379,5387,5399,5387,5388,5399,5399,5388,5393,5399,5393,5400,5400,5393,5398,5379,5399,5381,5381,5399,5400,4433,4452,5390,5390,4452,5401,4452,4450,5401,5401,4450,5402,5401,5402,5403,5403,5402,5404,5390,5401,5392,5392,5401,5403,4450,4448,5402,5402,4448,5405,4448,4449,5405,5405,4449,5406,5405,5406,5407,5407,5406,5408,5402,5405,5404,5404,5405,5407,5404,5407,5409,5409,5407,5410,5407,5408,5410,5410,5408,5411,5411,5412,5410,5410,5412,5413,5409,5410,5414,5414,5410,5413,5392,5403,5395,5395,5403,5415,5403,5404,5415,5415,5404,5409,5415,5409,5416,5416,5409,5414,5395,5415,5397,5397,5415,5416,4449,4468,5406,5406,4468,5417,4468,4466,5417,5417,4466,5418,5417,5418,5419,5419,5418,5420,5406,5417,5408,5408,5417,5419,4466,4464,5418,5418,4464,5421,4464,4465,5421,5421,4465,5422,5421,5422,5423,5423,5422,5424,5418,5421,5420,5420,5421,5423,5420,5423,5425,5425,5423,5426,5423,5424,5426,5426,5424,5427,5426,5427,5428,5428,5427,5429,5426,5428,5425,5425,5428,5430,5419,5431,5408,5408,5431,5411,5420,5425,5419,5419,5425,5431,5425,5430,5431,5431,5430,5432,5431,5432,5411,5411,5432,5412,4465,4484,5422,5422,4484,5433,4482,5434,4484,4484,5434,5433,5434,5435,5433,5433,5435,5436,5422,5433,5424,5424,5433,5436,4480,5437,4482,4482,5437,5434,4481,5438,4480,4480,5438,5437,5438,5439,5437,5437,5439,5440,5437,5440,5434,5434,5440,5435,5440,5441,5435,5435,5441,5442,5439,5443,5440,5440,5443,5441,5443,5444,5441,5441,5444,5445,5441,5445,5442,5442,5445,5446,5424,5436,5427,5427,5436,5447,5435,5442,5436,5436,5442,5447,5447,5442,5448,5448,5442,5446,5427,5447,5429,5429,5447,5448,4500,5449,4481,4481,5449,5438,4498,5450,4500,4500,5450,5449,5450,5451,5449,5449,5451,5452,5449,5452,5438,5438,5452,5439,4497,5453,4498,4498,5453,5450,4496,5454,4497,4497,5454,5453,5454,5455,5453,5453,5455,5456,5453,5456,5450,5450,5456,5451,5456,5457,5451,5451,5457,5458,5455,5459,5456,5456,5459,5457,5459,5460,5457,5457,5460,5461,5457,5461,5458,5458,5461,5462,5452,5463,5439,5439,5463,5443,5451,5458,5452,5452,5458,5463,5458,5462,5463,5463,5462,5464,5463,5464,5443,5443,5464,5444,4516,5465,4496,4496,5465,5454,4514,5466,4516,4516,5466,5465,5466,5467,5465,5465,5467,5468,5465,5468,5454,5454,5468,5455,4513,5469,4514,4514,5469,5466,4512,5470,4513,4513,5470,5469,5470,5471,5469,5469,5471,5472,5469,5472,5466,5466,5472,5467,5472,5473,5467,5467,5473,5474,5471,5475,5472,5472,5475,5473,5475,5476,5473,5473,5476,5477,5473,5477,5474,5474,5477,5478,5468,5479,5455,5455,5479,5459,5467,5474,5468,5468,5474,5479,5474,5478,5479,5479,5478,5480,5479,5480,5459,5459,5480,5460,4532,5481,4512,4512,5481,5470,4530,5482,4532,4532,5482,5481,5482,5483,5481,5481,5483,5484,5481,5484,5470,5470,5484,5471,4529,5485,4530,4530,5485,5482,4528,5486,4529,4529,5486,5485,5486,5487,5485,5485,5487,5488,5485,5488,5482,5482,5488,5483,5488,5489,5483,5483,5489,5490,5487,5491,5488,5488,5491,5489,5491,5492,5489,5489,5492,5493,5489,5493,5490,5490,5493,5494,5484,5495,5471,5471,5495,5475,5483,5490,5484,5484,5490,5495,5490,5494,5495,5495,5494,5496,5495,5496,5475,5475,5496,5476,4548,5497,4528,4528,5497,5486,4548,4546,5497,5497,4546,5498,5498,5499,5497,5497,5499,5500,5497,5500,5486,5486,5500,5487,4546,4544,5498,5498,4544,5501,4544,4545,5501,5501,4545,5502,5501,5502,5503,5503,5502,5504,5498,5501,5499,5499,5501,5503,5499,5503,5505,5505,5503,5506,5503,5504,5506,5506,5504,5507,5506,5507,5508,5508,5507,5509,5506,5508,5505,5505,5508,5510,5500,5511,5487,5487,5511,5491,5499,5505,5500,5500,5505,5511,5505,5510,5511,5511,5510,5512,5511,5512,5491,5491,5512,5492,4545,4564,5502,5502,4564,5513,4564,4562,5513,5513,4562,5514,5513,5514,5515,5515,5514,5516,5502,5513,5504,5504,5513,5515,4562,4560,5514,5514,4560,5517,4560,4561,5517,5517,4561,5518,5517,5518,5519,5519,5518,5520,5514,5517,5516,5516,5517,5519,5516,5519,5521,5521,5519,5522,5519,5520,5522,5522,5520,5523,5522,5523,5524,5524,5523,5525,5521,5522,5526,5526,5522,5524,5504,5515,5507,5507,5515,5527,5515,5516,5527,5527,5516,5521,5527,5521,5528,5528,5521,5526,5507,5527,5509,5509,5527,5528,4561,4580,5518,5518,4580,5529,4580,4578,5529,5529,4578,5530,5529,5530,5531,5531,5530,5532,5518,5529,5520,5520,5529,5531,4578,4576,5530,5530,4576,5533,4576,4577,5533,5533,4577,5534,5533,5534,5535,5535,5534,5536,5530,5533,5532,5532,5533,5535,5532,5535,5537,5537,5535,5538,5535,5536,5538,5538,5536,5539,5538,5539,5540,5540,5539,5541,5537,5538,5542,5542,5538,5540,5520,5531,5523,5523,5531,5543,5531,5532,5543,5543,5532,5537,5543,5537,5544,5544,5537,5542,5523,5543,5525,5525,5543,5544,4577,4596,5534,5534,4596,5545,4596,4594,5545,5545,4594,5546,5545,5546,5547,5547,5546,5548,5534,5545,5536,5536,5545,5547,4594,4592,5546,5546,4592,5549,4592,4593,5549,5549,4593,5550,5549,5550,5551,5551,5550,5552,5546,5549,5548,5548,5549,5551,5548,5551,5553,5553,5551,5554,5551,5552,5554,5554,5552,5555,5554,5555,5556,5556,5555,5557,5553,5554,5558,5558,5554,5556,5536,5547,5539,5539,5547,5559,5547,5548,5559,5559,5548,5553,5559,5553,5560,5560,5553,5558,5539,5559,5541,5541,5559,5560,4593,4612,5550,5550,4612,5561,4612,4610,5561,5561,4610,5562,5561,5562,5563,5563,5562,5564,5550,5561,5552,5552,5561,5563,4610,4608,5562,5562,4608,5565,4608,4609,5565,5565,4609,5566,5565,5566,5567,5567,5566,5568,5562,5565,5564,5564,5565,5567,5564,5567,5569,5569,5567,5570,5567,5568,5570,5570,5568,5571,5570,5571,5572,5572,5571,5573,5569,5570,5574,5574,5570,5572,5552,5563,5555,5555,5563,5575,5563,5564,5575,5575,5564,5569,5575,5569,5576,5576,5569,5574,5555,5575,5557,5557,5575,5576,4609,4628,5566,5566,4628,5577,4628,4626,5577,5577,4626,5578,5577,5578,5579,5579,5578,5580,5566,5577,5568,5568,5577,5579,4626,4624,5578,5578,4624,5581,4624,4625,5581,5581,4625,5582,5581,5582,5583,5583,5582,5584,5578,5581,5580,5580,5581,5583,5580,5583,5585,5585,5583,5586,5583,5584,5586,5586,5584,5587,5586,5587,5588,5588,5587,5589,5585,5586,5590,5590,5586,5588,5568,5579,5571,5571,5579,5591,5579,5580,5591,5591,5580,5585,5591,5585,5592,5592,5585,5590,5571,5591,5573,5573,5591,5592,4625,4644,5582,5582,4644,5593,4644,4642,5593,5593,4642,5594,5593,5594,5595,5595,5594,5596,5582,5593,5584,5584,5593,5595,4642,4640,5594,5594,4640,5597,4640,4641,5597,5597,4641,5598,5597,5598,5599,5599,5598,5600,5594,5597,5596,5596,5597,5599,5596,5599,5601,5601,5599,5602,5599,5600,5602,5602,5600,5603,5602,5603,5604,5604,5603,5605,5601,5602,5606,5606,5602,5604,5584,5595,5587,5587,5595,5607,5595,5596,5607,5607,5596,5601,5607,5601,5608,5608,5601,5606,5587,5607,5589,5589,5607,5608,4641,4660,5598,5598,4660,5609,4660,4658,5609,5609,4658,5610,5609,5610,5611,5611,5610,5612,5598,5609,5600,5600,5609,5611,4658,4656,5610,5610,4656,5613,4656,4657,5613,5613,4657,5614,5613,5614,5615,5615,5614,5616,5610,5613,5612,5612,5613,5615,5612,5615,5617,5617,5615,5618,5615,5616,5618,5618,5616,5619,5618,5619,5620,5620,5619,5621,5617,5618,5622,5622,5618,5620,5600,5611,5603,5603,5611,5623,5611,5612,5623,5623,5612,5617,5623,5617,5624,5624,5617,5622,5603,5623,5605,5605,5623,5624,4657,4676,5614,5614,4676,5625,4676,4674,5625,5625,4674,5626,5625,5626,5627,5627,5626,5628,5614,5625,5616,5616,5625,5627,4674,4672,5626,5626,4672,5629,4672,4673,5629,5629,4673,5630,5629,5630,5631,5631,5630,5632,5626,5629,5628,5628,5629,5631,5628,5631,5633,5633,5631,5634,5631,5632,5634,5634,5632,5635,5634,5635,5636,5636,5635,5637,5633,5634,5638,5638,5634,5636,5616,5627,5619,5619,5627,5639,5627,5628,5639,5639,5628,5633,5639,5633,5640,5640,5633,5638,5619,5639,5621,5621,5639,5640,4673,4692,5630,5630,4692,5641,4692,4690,5641,5641,4690,5642,5641,5642,5643,5643,5642,5644,5630,5641,5632,5632,5641,5643,4690,4689,5642,5642,4689,5645,4689,4688,5645,5645,4688,5646,5645,5646,5647,5647,5646,5648,5642,5645,5644,5644,5645,5647,5644,5647,5649,5649,5647,5650,5647,5648,5650,5650,5648,5651,5650,5651,5652,5652,5651,5653,5649,5650,5654,5654,5650,5652,5632,5643,5635,5635,5643,5655,5643,5644,5655,5655,5644,5649,5655,5649,5656,5656,5649,5654,5635,5655,5637,5637,5655,5656,4688,4708,5646,5646,4708,5657,4706,5658,4708,4708,5658,5657,5657,5658,5659,5659,5658,5660,5646,5657,5648,5648,5657,5659,4705,5661,4706,4706,5661,5658,4704,5662,4705,4705,5662,5661,5662,5663,5661,5661,5663,5664,5661,5664,5658,5658,5664,5660,5664,5665,5660,5660,5665,5666,5663,5667,5664,5664,5667,5665,5667,5668,5665,5665,5668,5669,5665,5669,5666,5666,5669,5670,5648,5659,5651,5651,5659,5671,5659,5660,5671,5671,5660,5666,5666,5670,5671,5671,5670,5672,5651,5671,5653,5653,5671,5672,4724,5673,4704,4704,5673,5662,4722,5674,4724,4724,5674,5673,5674,5675,5673,5673,5675,5676,5673,5676,5662,5662,5676,5663,4721,5677,4722,4722,5677,5674,4720,5678,4721,4721,5678,5677,5678,5679,5677,5677,5679,5680,5677,5680,5674,5674,5680,5675,5680,5681,5675,5675,5681,5682,5679,5683,5680,5680,5683,5681,5683,5684,5681,5681,5684,5685,5681,5685,5682,5682,5685,5686,5676,5687,5663,5663,5687,5667,5675,5682,5676,5676,5682,5687,5682,5686,5687,5687,5686,5688,5687,5688,5667,5667,5688,5668,4740,5689,4720,4720,5689,5678,4738,5690,4740,4740,5690,5689,5690,5691,5689,5689,5691,5692,5689,5692,5678,5678,5692,5679,4737,5693,4738,4738,5693,5690,4736,5694,4737,4737,5694,5693,5694,5695,5693,5693,5695,5696,5693,5696,5690,5690,5696,5691,5696,5697,5691,5691,5697,5698,5695,5699,5696,5696,5699,5697,5699,5700,5697,5697,5700,5701,5697,5701,5698,5698,5701,5702,5692,5703,5679,5679,5703,5683,5691,5698,5692,5692,5698,5703,5698,5702,5703,5703,5702,5704,5703,5704,5683,5683,5704,5684,4756,5705,4736,4736,5705,5694,4754,5706,4756,4756,5706,5705,5706,5707,5705,5705,5707,5708,5705,5708,5694,5694,5708,5695,4753,5709,4754,4754,5709,5706,4752,5710,4753,4753,5710,5709,5710,5711,5709,5709,5711,5712,5709,5712,5706,5706,5712,5707,5712,5713,5707,5707,5713,5714,5711,5715,5712,5712,5715,5713,5715,5716,5713,5713,5716,5717,5713,5717,5714,5714,5717,5718,5708,5719,5695,5695,5719,5699,5707,5714,5708,5708,5714,5719,5714,5718,5719,5719,5718,5720,5719,5720,5699,5699,5720,5700,4772,5721,4752,4752,5721,5710,4772,4770,5721,5721,4770,5722,5721,5722,5723,5723,5722,5724,5710,5721,5711,5711,5721,5723,4770,4768,5722,5722,4768,5725,4768,4769,5725,5725,4769,5726,5725,5726,5727,5727,5726,5728,5722,5725,5724,5724,5725,5727,5724,5727,5729,5729,5727,5730,5727,5728,5730,5730,5728,5731,5731,5732,5730,5730,5732,5733,5729,5730,5734,5734,5730,5733,5711,5723,5715,5715,5723,5735,5723,5724,5735,5735,5724,5729,5735,5729,5736,5736,5729,5734,5715,5735,5716,5716,5735,5736,4788,5737,4769,4769,5737,5726,4786,5738,4788,4788,5738,5737,5738,5739,5737,5737,5739,5740,5737,5740,5726,5726,5740,5728,4785,5741,4786,4786,5741,5738,4784,5742,4785,4785,5742,5741,5742,5743,5741,5741,5743,5744,5741,5744,5738,5738,5744,5739,5744,5745,5739,5739,5745,5746,5743,5747,5744,5744,5747,5745,5747,5748,5745,5745,5748,5749,5745,5749,5746,5746,5749,5750,5740,5751,5728,5728,5751,5731,5739,5746,5740,5740,5746,5751,5746,5750,5751,5751,5750,5752,5751,5752,5731,5731,5752,5732,4804,5753,4784,4784,5753,5742,4802,5754,4804,4804,5754,5753,5754,5755,5753,5753,5755,5756,5753,5756,5742,5742,5756,5743,4801,5757,4802,4802,5757,5754,4800,5758,4801,4801,5758,5757,5758,5759,5757,5757,5759,5760,5757,5760,5754,5754,5760,5755,5760,5761,5755,5755,5761,5762,5759,5763,5760,5760,5763,5761,5763,5764,5761,5761,5764,5765,5761,5765,5762,5762,5765,5766,5756,5767,5743,5743,5767,5747,5755,5762,5756,5756,5762,5767,5762,5766,5767,5767,5766,5768,5767,5768,5747,5747,5768,5748,4820,5769,4800,4800,5769,5758,4818,5770,4820,4820,5770,5769,5770,5771,5769,5769,5771,5772,5769,5772,5758,5758,5772,5759,4817,5773,4818,4818,5773,5770,4816,5774,4817,4817,5774,5773,5774,5775,5773,5773,5775,5776,5773,5776,5770,5770,5776,5771,5776,5777,5771,5771,5777,5778,5775,5779,5776,5776,5779,5777,5779,5780,5777,5777,5780,5781,5777,5781,5778,5778,5781,5782,5772,5783,5759,5759,5783,5763,5771,5778,5772,5772,5778,5783,5778,5782,5783,5783,5782,5784,5783,5784,5763,5763,5784,5764,4836,5785,4816,4816,5785,5774,4834,5786,4836,4836,5786,5785,5786,5787,5785,5785,5787,5788,5785,5788,5774,5774,5788,5775,4833,5789,4834,4834,5789,5786,4832,5790,4833,4833,5790,5789,5790,5791,5789,5789,5791,5792,5789,5792,5786,5786,5792,5787,5792,5793,5787,5787,5793,5794,5791,5795,5792,5792,5795,5793,5795,5796,5793,5793,5796,5797,5793,5797,5794,5794,5797,5798,5788,5799,5775,5775,5799,5779,5787,5794,5788,5788,5794,5799,5794,5798,5799,5799,5798,5800,5799,5800,5779,5779,5800,5780,4832,4852,5790,5790,4852,5801,4852,4850,5801,5801,4850,5802,5801,5802,5803,5803,5802,5804,5790,5801,5791,5791,5801,5803,4850,4848,5802,5802,4848,5805,4848,4849,5805,5805,4849,5806,5805,5806,5807,5807,5806,5808,5802,5805,5804,5804,5805,5807,5804,5807,5809,5809,5807,5810,5807,5808,5810,5810,5808,5811,5810,5811,5812,5812,5811,5813,5809,5810,5814,5814,5810,5812,5791,5803,5795,5795,5803,5815,5803,5804,5815,5815,5804,5809,5815,5809,5816,5816,5809,5814,5795,5815,5796,5796,5815,5816,4849,4868,5806,5806,4868,5817,4868,4866,5817,5817,4866,5818,5817,5818,5819,5819,5818,5820,5806,5817,5808,5808,5817,5819,4866,4864,5818,5818,4864,5821,4864,4865,5821,5821,4865,5822,5821,5822,5823,5823,5822,5824,5818,5821,5820,5820,5821,5823,5820,5823,5825,5825,5823,5826,5823,5824,5826,5826,5824,5827,5826,5827,5828,5828,5827,5829,5825,5826,5830,5830,5826,5828,5808,5819,5811,5811,5819,5831,5819,5820,5831,5831,5820,5825,5831,5825,5832,5832,5825,5830,5811,5831,5813,5813,5831,5832,4865,4884,5822,5822,4884,5833,4884,4882,5833,5833,4882,5834,5833,5834,5835,5835,5834,5836,5822,5833,5824,5824,5833,5835,4882,4881,5834,5834,4881,5837,4880,5838,4881,4881,5838,5837,5838,5839,5837,5837,5839,5840,5834,5837,5836,5836,5837,5840,5840,5841,5836,5836,5841,5842,5839,5843,5840,5840,5843,5841,5843,5844,5841,5841,5844,5845,5841,5845,5842,5842,5845,5846,5824,5835,5827,5827,5835,5847,5835,5836,5847,5847,5836,5842,5847,5842,5848,5848,5842,5846,5827,5847,5829,5829,5847,5848,4900,5849,4880,4880,5849,5838,4898,5850,4900,4900,5850,5849,5850,5851,5849,5849,5851,5852,5849,5852,5838,5838,5852,5839,4897,5853,4898,4898,5853,5850,4896,5854,4897,4897,5854,5853,5854,5855,5853,5853,5855,5856,5853,5856,5850,5850,5856,5851,5856,5857,5851,5851,5857,5858,5855,5859,5856,5856,5859,5857,5859,5860,5857,5857,5860,5861,5857,5861,5858,5858,5861,5862,5852,5863,5839,5839,5863,5843,5851,5858,5852,5852,5858,5863,5858,5862,5863,5863,5862,5864,5863,5864,5843,5843,5864,5844,4916,5865,4896,4896,5865,5854,4914,5866,4916,4916,5866,5865,5866,5867,5865,5865,5867,5868,5865,5868,5854,5854,5868,5855,4913,5869,4914,4914,5869,5866,4912,5870,4913,4913,5870,5869,5870,5871,5869,5869,5871,5872,5869,5872,5866,5866,5872,5867,5872,5873,5867,5867,5873,5874,5871,5875,5872,5872,5875,5873,5875,5876,5873,5873,5876,5877,5873,5877,5874,5874,5877,5878,5868,5879,5855,5855,5879,5859,5867,5874,5868,5868,5874,5879,5874,5878,5879,5879,5878,5880,5879,5880,5859,5859,5880,5860,4932,5881,4912,4912,5881,5870,4930,5882,4932,4932,5882,5881,5882,5883,5881,5881,5883,5884,5881,5884,5870,5870,5884,5871,4929,5885,4930,4930,5885,5882,4929,4928,5885,5885,4928,5886,5885,5886,5887,5887,5886,5888,5885,5887,5882,5882,5887,5883,5887,5889,5883,5883,5889,5890,5887,5888,5889,5889,5888,5891,5889,5891,5892,5892,5891,5893,5889,5892,5890,5890,5892,5894,5884,5895,5871,5871,5895,5875,5883,5890,5884,5884,5890,5895,5890,5894,5895,5895,5894,5896,5895,5896,5875,5875,5896,5876,4948,5897,4928,4928,5897,5886,4946,5898,4948,4948,5898,5897,5898,5899,5897,5897,5899,5900,5886,5897,5888,5888,5897,5900,4945,5901,4946,4946,5901,5898,4944,5902,4945,4945,5902,5901,5902,5903,5901,5901,5903,5904,5901,5904,5898,5898,5904,5899,5904,5905,5899,5899,5905,5906,5903,5907,5904,5904,5907,5905,5907,5908,5905,5905,5908,5909,5905,5909,5906,5906,5909,5910,5888,5900,5891,5891,5900,5911,5899,5906,5900,5900,5906,5911,5911,5906,5912,5912,5906,5910,5891,5911,5893,5893,5911,5912,4964,5913,4944,4944,5913,5902,4962,5914,4964,4964,5914,5913,5914,5915,5913,5913,5915,5916,5913,5916,5902,5902,5916,5903,4961,5917,4962,4962,5917,5914,4960,5918,4961,4961,5918,5917,5918,5919,5917,5917,5919,5920,5917,5920,5914,5914,5920,5915,5920,5921,5915,5915,5921,5922,5919,5923,5920,5920,5923,5921,5923,5924,5921,5921,5924,5925,5921,5925,5922,5922,5925,5926,5916,5927,5903,5903,5927,5907,5915,5922,5916,5916,5922,5927,5922,5926,5927,5927,5926,5928,5927,5928,5907,5907,5928,5908,4980,5929,4960,4960,5929,5918,4978,5930,4980,4980,5930,5929,5930,5931,5929,5929,5931,5932,5929,5932,5918,5918,5932,5919,4977,5933,4978,4978,5933,5930,4976,5934,4977,4977,5934,5933,5934,5935,5933,5933,5935,5936,5933,5936,5930,5930,5936,5931,5936,5937,5931,5931,5937,5938,5935,5939,5936,5936,5939,5937,5939,5940,5937,5937,5940,5941,5937,5941,5938,5938,5941,5942,5932,5943,5919,5919,5943,5923,5931,5938,5932,5932,5938,5943,5938,5942,5943,5943,5942,5944,5943,5944,5923,5923,5944,5924,4996,5945,4976,4976,5945,5934,4994,5946,4996,4996,5946,5945,5946,5947,5945,5945,5947,5948,5945,5948,5934,5934,5948,5935,4993,5949,4994,4994,5949,5946,4992,5950,4993,4993,5950,5949,5950,5951,5949,5949,5951,5952,5949,5952,5946,5946,5952,5947,5952,5953,5947,5947,5953,5954,5951,5955,5952,5952,5955,5953,5955,5956,5953,5953,5956,5957,5953,5957,5954,5954,5957,5958,5948,5959,5935,5935,5959,5939,5947,5954,5948,5948,5954,5959,5954,5958,5959,5959,5958,5960,5959,5960,5939,5939,5960,5940,5012,5961,4992,4992,5961,5950,5010,5962,5012,5012,5962,5961,5962,5963,5961,5961,5963,5964,5961,5964,5950,5950,5964,5951,5009,5965,5010,5010,5965,5962,5008,5966,5009,5009,5966,5965,5966,5967,5965,5965,5967,5968,5965,5968,5962,5962,5968,5963,5968,5969,5963,5963,5969,5970,5967,5971,5968,5968,5971,5969,5969,5971,5972,5972,5971,5973,5969,5972,5970,5970,5972,5974,5964,5975,5951,5951,5975,5955,5963,5970,5964,5964,5970,5975,5970,5974,5975,5975,5974,5976,5975,5976,5955,5955,5976,5956,5028,5977,5008,5008,5977,5966,5026,5978,5028,5028,5978,5977,5977,5978,5979,5979,5978,5980,5977,5979,5966,5966,5979,5967,5026,5024,5978,5978,5024,5981,5024,5025,5981,5981,5025,5982,5981,5982,5983,5983,5982,5984,5978,5981,5980,5980,5981,5983,5980,5983,5985,5985,5983,5986,5983,5984,5986,5986,5984,5987,5986,5987,5988,5988,5987,5989,5985,5986,5990,5990,5986,5988,5967,5979,5971,5971,5979,5991,5979,5980,5991,5991,5980,5985,5991,5985,5992,5992,5985,5990,5971,5991,5973,5973,5991,5992,5025,5044,5982,5982,5044,5993,5044,5042,5993,5993,5042,5994,5993,5994,5995,5995,5994,5996,5982,5993,5984,5984,5993,5995,5041,5997,5042,5042,5997,5994,5040,5998,5041,5041,5998,5997,5997,5998,5999,5999,5998,6000,5997,5999,5994,5994,5999,5996,5996,5999,6001,6001,5999,6002,5999,6000,6002,6002,6000,6003,6002,6003,6004,6004,6003,6005,6001,6002,6006,6006,6002,6004,5984,5995,5987,5987,5995,6007,5995,5996,6007,6007,5996,6001,6007,6001,6008,6008,6001,6006,5987,6007,5989,5989,6007,6008,5060,6009,5040,5040,6009,5998,5060,5058,6009,6009,5058,6010,6009,6010,6011,6011,6010,6012,5998,6009,6000,6000,6009,6011,5058,5056,6010,6010,5056,6013,5056,5057,6013,6013,5057,6014,6013,6014,6015,6015,6014,6016,6010,6013,6012,6012,6013,6015,6012,6015,6017,6017,6015,6018,6015,6016,6018,6018,6016,6019,6018,6019,6020,6020,6019,6021,6017,6018,6022,6022,6018,6020,6000,6011,6003,6003,6011,6023,6011,6012,6023,6023,6012,6017,6023,6017,6024,6024,6017,6022,6003,6023,6005,6005,6023,6024,5080,5079,6025,6025,5079,6026,5079,5076,6026,6026,5076,6027,6026,6027,6028,6028,6027,6029,6025,6026,6030,6030,6026,6028,5076,5074,6027,6027,5074,6031,5074,5075,6031,6031,5075,6032,6031,6032,6033,6033,6032,6034,6027,6031,6029,6029,6031,6033,6029,6033,6035,6035,6033,6036,6033,6034,6036,6036,6034,6037,6036,6037,6038,6038,6037,6039,6035,6036,6040,6040,6036,6038,6030,6028,6041,6041,6028,6042,6028,6029,6042,6042,6029,6035,6042,6035,6043,6043,6035,6040,6041,6042,6044,6044,6042,6043,5075,5096,6032,6032,5096,6045,5096,5094,6045,6045,5094,6046,6045,6046,6047,6047,6046,6048,6032,6045,6034,6034,6045,6047,5094,5093,6046,6046,5093,6049,5093,5092,6049,6049,5092,6050,6049,6050,6051,6051,6050,6052,6046,6049,6048,6048,6049,6051,6048,6051,6053,6053,6051,6054,6051,6052,6054,6054,6052,6055,6054,6055,6056,6056,6055,6057,6053,6054,6058,6058,6054,6056,6034,6047,6037,6037,6047,6059,6047,6048,6059,6059,6048,6053,6059,6053,6060,6060,6053,6058,6037,6059,6039,6039,6059,6060,5092,5112,6050,6050,5112,6061,5112,5110,6061,6061,5110,6062,6061,6062,6063,6063,6062,6064,6050,6061,6052,6052,6061,6063,5110,5108,6062,6062,5108,6065,5108,5109,6065,6065,5109,6066,6065,6066,6067,6067,6066,6068,6062,6065,6064,6064,6065,6067,6064,6067,6069,6069,6067,6070,6067,6068,6070,6070,6068,6071,6070,6071,6072,6072,6071,6073,6069,6070,6074,6074,6070,6072,6052,6063,6055,6055,6063,6075,6063,6064,6075,6075,6064,6069,6075,6069,6076,6076,6069,6074,6055,6075,6057,6057,6075,6076,5109,5128,6066,6066,5128,6077,5128,5126,6077,6077,5126,6078,6077,6078,6079,6079,6078,6080,6066,6077,6068,6068,6077,6079,5126,5124,6078,6078,5124,6081,5124,5125,6081,6081,5125,6082,6081,6082,6083,6083,6082,6084,6078,6081,6080,6080,6081,6083,6080,6083,6085,6085,6083,6086,6083,6084,6086,6086,6084,6087,6086,6087,6088,6088,6087,6089,6085,6086,6090,6090,6086,6088,6068,6079,6071,6071,6079,6091,6079,6080,6091,6091,6080,6085,6091,6085,6092,6092,6085,6090,6071,6091,6073,6073,6091,6092,5125,5144,6082,6082,5144,6093,5144,5142,6093,6093,5142,6094,6093,6094,6095,6095,6094,6096,6082,6093,6084,6084,6093,6095,5142,5140,6094,6094,5140,6097,5140,5141,6097,6097,5141,6098,6097,6098,6099,6099,6098,6100,6094,6097,6096,6096,6097,6099,6096,6099,6101,6101,6099,6102,6099,6100,6102,6102,6100,6103,6102,6103,6104,6104,6103,6105,6101,6102,6106,6106,6102,6104,6084,6095,6087,6087,6095,6107,6095,6096,6107,6107,6096,6101,6107,6101,6108,6108,6101,6106,6087,6107,6089,6089,6107,6108,5141,5160,6098,6098,5160,6109,5160,5158,6109,6109,5158,6110,6109,6110,6111,6111,6110,6112,6098,6109,6100,6100,6109,6111,5158,5156,6110,6110,5156,6113,5156,5157,6113,6113,5157,6114,6113,6114,6115,6115,6114,6116,6110,6113,6112,6112,6113,6115,6112,6115,6117,6117,6115,6118,6115,6116,6118,6118,6116,6119,6118,6119,6120,6120,6119,6121,6117,6118,6122,6122,6118,6120,6100,6111,6103,6103,6111,6123,6111,6112,6123,6123,6112,6117,6123,6117,6124,6124,6117,6122,6103,6123,6105,6105,6123,6124,5157,5176,6114,6114,5176,6125,5176,5174,6125,6125,5174,6126,6125,6126,6127,6127,6126,6128,6114,6125,6116,6116,6125,6127,5174,5172,6126,6126,5172,6129,5172,5173,6129,6129,5173,6130,6129,6130,6131,6131,6130,6132,6126,6129,6128,6128,6129,6131,6128,6131,6133,6133,6131,6134,6131,6132,6134,6134,6132,6135,6134,6135,6136,6136,6135,6137,6133,6134,6138,6138,6134,6136,6116,6127,6119,6119,6127,6139,6127,6128,6139,6139,6128,6133,6139,6133,6140,6140,6133,6138,6119,6139,6121,6121,6139,6140,5173,5192,6130,6130,5192,6141,5192,5190,6141,6141,5190,6142,6141,6142,6143,6143,6142,6144,6130,6141,6132,6132,6141,6143,5190,5188,6142,6142,5188,6145,5188,5189,6145,6145,5189,6146,6145,6146,6147,6147,6146,6148,6142,6145,6144,6144,6145,6147,6144,6147,6149,6149,6147,6150,6147,6148,6150,6150,6148,6151,6150,6151,6152,6152,6151,6153,6149,6150,6154,6154,6150,6152,6132,6143,6135,6135,6143,6155,6143,6144,6155,6155,6144,6149,6155,6149,6156,6156,6149,6154,6135,6155,6137,6137,6155,6156,5189,5208,6146,6146,5208,6157,5208,5206,6157,6157,5206,6158,6157,6158,6159,6159,6158,6160,6146,6157,6148,6148,6157,6159,5206,5204,6158,6158,5204,6161,5204,5205,6161,6161,5205,6162,6161,6162,6163,6163,6162,6164,6158,6161,6160,6160,6161,6163,6160,6163,6165,6165,6163,6166,6163,6164,6166,6166,6164,6167,6166,6167,6168,6168,6167,6169,6165,6166,6170,6170,6166,6168,6148,6159,6151,6151,6159,6171,6159,6160,6171,6171,6160,6165,6171,6165,6172,6172,6165,6170,6151,6171,6153,6153,6171,6172,5205,5224,6162,6162,5224,6173,5224,5222,6173,6173,5222,6174,6173,6174,6175,6175,6174,6176,6162,6173,6164,6164,6173,6175,5222,5220,6174,6174,5220,6177,5220,5221,6177,6177,5221,6178,6177,6178,6179,6179,6178,6180,6174,6177,6176,6176,6177,6179,6176,6179,6181,6181,6179,6182,6179,6180,6182,6182,6180,6183,6182,6183,6184,6184,6183,6185,6181,6182,6186,6186,6182,6184,6164,6175,6167,6167,6175,6187,6175,6176,6187,6187,6176,6181,6187,6181,6188,6188,6181,6186,6167,6187,6169,6169,6187,6188,5221,5240,6178,6178,5240,6189,5240,5238,6189,6189,5238,6190,6189,6190,6191,6191,6190,6192,6178,6189,6180,6180,6189,6191,5238,5236,6190,6190,5236,6193,5236,5237,6193,6193,5237,6194,6193,6194,6195,6195,6194,6196,6190,6193,6192,6192,6193,6195,6192,6195,6197,6197,6195,6198,6195,6196,6198,6198,6196,6199,6198,6199,6200,6200,6199,6201,6197,6198,6202,6202,6198,6200,6180,6191,6183,6183,6191,6203,6191,6192,6203,6203,6192,6197,6203,6197,6204,6204,6197,6202,6183,6203,6185,6185,6203,6204,5237,5256,6194,6194,5256,6205,5256,5254,6205,6205,5254,6206,6205,6206,6207,6207,6206,6208,6194,6205,6196,6196,6205,6207,5254,5252,6206,6206,5252,6209,5252,5253,6209,6209,5253,6210,6209,6210,6211,6211,6210,6212,6206,6209,6208,6208,6209,6211,6208,6211,6213,6213,6211,6214,6211,6212,6214,6214,6212,6215,6214,6215,6216,6216,6215,6217,6213,6214,6218,6218,6214,6216,6196,6207,6199,6199,6207,6219,6207,6208,6219,6219,6208,6213,6219,6213,6220,6220,6213,6218,6199,6219,6201,6201,6219,6220,5253,5272,6210,6210,5272,6221,5272,5270,6221,6221,5270,6222,6221,6222,6223,6223,6222,6224,6210,6221,6212,6212,6221,6223,5270,5268,6222,6222,5268,6225,5268,5269,6225,6225,5269,6226,6225,6226,6227,6227,6226,6228,6222,6225,6224,6224,6225,6227,6224,6227,6229,6229,6227,6230,6228,6231,6227,6227,6231,6230,6231,6232,6230,6230,6232,6233,6230,6233,6229,6229,6233,6234,6212,6223,6215,6215,6223,6235,6223,6224,6235,6235,6224,6229,6229,6234,6235,6235,6234,6236,6215,6235,6217,6217,6235,6236,5269,5288,6226,6226,5288,6237,5288,5286,6237,6237,5286,6238,6238,6239,6237,6237,6239,6240,6226,6237,6228,6228,6237,6240,5284,6241,5286,5286,6241,6238,5285,6242,5284,5284,6242,6241,6242,6243,6241,6241,6243,6244,6241,6244,6238,6238,6244,6239,6244,6245,6239,6239,6245,6246,6243,6247,6244,6244,6247,6245,6245,6247,6248,6248,6247,6249,6246,6245,6250,6250,6245,6248,6240,6251,6228,6228,6251,6231,6239,6246,6240,6240,6246,6251,6251,6246,6252,6252,6246,6250,6251,6252,6231,6231,6252,6232,5304,6253,5285,5285,6253,6242,5302,6254,5304,5304,6254,6253,6254,6255,6253,6253,6255,6256,6253,6256,6242,6242,6256,6243,5301,6257,5302,5302,6257,6254,5300,6258,5301,5301,6258,6257,6257,6258,6259,6259,6258,6260,6254,6257,6255,6255,6257,6259,6255,6259,6261,6261,6259,6262,6259,6260,6262,6262,6260,6263,6262,6263,6264,6264,6263,6265,6261,6262,6266,6266,6262,6264,6243,6256,6247,6247,6256,6267,6256,6255,6267,6267,6255,6261,6267,6261,6268,6268,6261,6266,6247,6267,6249,6249,6267,6268,5320,6269,5300,5300,6269,6258,5320,5318,6269,6269,5318,6270,6269,6270,6271,6271,6270,6272,6258,6269,6260,6260,6269,6271,5318,5316,6270,6270,5316,6273,5316,5317,6273,6273,5317,6274,6273,6274,6275,6275,6274,6276,6270,6273,6272,6272,6273,6275,6272,6275,6277,6277,6275,6278,6275,6276,6278,6278,6276,6279,6278,6279,6280,6280,6279,6281,6277,6278,6282,6282,6278,6280,6260,6271,6263,6263,6271,6283,6271,6272,6283,6283,6272,6277,6283,6277,6284,6284,6277,6282,6263,6283,6265,6265,6283,6284,5317,5336,6274,6274,5336,6285,5336,5334,6285,6285,5334,6286,6285,6286,6287,6287,6286,6288,6274,6285,6276,6276,6285,6287,5334,5332,6286,6286,5332,6289,5332,5333,6289,6289,5333,6290,6289,6290,6291,6291,6290,6292,6286,6289,6288,6288,6289,6291,6288,6291,6293,6293,6291,6294,6291,6292,6294,6294,6292,6295,6294,6295,6296,6296,6295,6297,6293,6294,6298,6298,6294,6296,6276,6287,6279,6279,6287,6299,6287,6288,6299,6299,6288,6293,6299,6293,6300,6300,6293,6298,6279,6299,6281,6281,6299,6300,5333,5352,6290,6290,5352,6301,5352,5350,6301,6301,5350,6302,6301,6302,6303,6303,6302,6304,6290,6301,6292,6292,6301,6303,5350,5348,6302,6302,5348,6305,5348,5349,6305,6305,5349,6306,6305,6306,6307,6307,6306,6308,6302,6305,6304,6304,6305,6307,6304,6307,6309,6309,6307,6310,6307,6308,6310,6310,6308,6311,6310,6311,6312,6312,6311,6313,6309,6310,6314,6314,6310,6312,6292,6303,6295,6295,6303,6315,6303,6304,6315,6315,6304,6309,6315,6309,6316,6316,6309,6314,6295,6315,6297,6297,6315,6316,5349,5368,6306,6306,5368,6317,5368,5366,6317,6317,5366,6318,6317,6318,6319,6319,6318,6320,6306,6317,6308,6308,6317,6319,5366,5364,6318,6318,5364,6321,5364,5365,6321,6321,5365,6322,6321,6322,6323,6323,6322,6324,6318,6321,6320,6320,6321,6323,6320,6323,6325,6325,6323,6326,6323,6324,6326,6326,6324,6327,6326,6327,6328,6328,6327,6329,6325,6326,6330,6330,6326,6328,6308,6319,6311,6311,6319,6331,6319,6320,6331,6331,6320,6325,6331,6325,6332,6332,6325,6330,6311,6331,6313,6313,6331,6332,5365,5384,6322,6322,5384,6333,5384,5382,6333,6333,5382,6334,6333,6334,6335,6335,6334,6336,6322,6333,6324,6324,6333,6335,5382,5380,6334,6334,5380,6337,5380,5381,6337,6337,5381,6338,6337,6338,6339,6339,6338,6340,6334,6337,6336,6336,6337,6339,6336,6339,6341,6341,6339,6342,6339,6340,6342,6342,6340,6343,6342,6343,6344,6344,6343,6345,6341,6342,6346,6346,6342,6344,6324,6335,6327,6327,6335,6347,6335,6336,6347,6347,6336,6341,6347,6341,6348,6348,6341,6346,6327,6347,6329,6329,6347,6348,5381,5400,6338,6338,5400,6349,5400,5398,6349,6349,5398,6350,6349,6350,6351,6351,6350,6352,6338,6349,6340,6340,6349,6351,5398,5396,6350,6350,5396,6353,5396,5397,6353,6353,5397,6354,6353,6354,6355,6355,6354,6356,6350,6353,6352,6352,6353,6355,6352,6355,6357,6357,6355,6358,6355,6356,6358,6358,6356,6359,6358,6359,6360,6360,6359,6361,6357,6358,6362,6362,6358,6360,6340,6351,6343,6343,6351,6363,6351,6352,6363,6363,6352,6357,6363,6357,6364,6364,6357,6362,6343,6363,6345,6345,6363,6364,5397,5416,6354,6354,5416,6365,5416,5414,6365,6365,5414,6366,6365,6366,6367,6367,6366,6368,6354,6365,6356,6356,6365,6367,5413,6369,5414,5414,6369,6366,5412,6370,5413,5413,6370,6369,6370,6371,6369,6369,6371,6372,6369,6372,6366,6366,6372,6368,6368,6372,6373,6373,6372,6374,6372,6371,6374,6374,6371,6375,6374,6375,6376,6376,6375,6377,6373,6374,6378,6378,6374,6376,6356,6367,6359,6359,6367,6379,6367,6368,6379,6379,6368,6373,6379,6373,6380,6380,6373,6378,6359,6379,6361,6361,6379,6380,5432,6381,5412,5412,6381,6370,5430,6382,5432,5432,6382,6381,6382,6383,6381,6381,6383,6384,6381,6384,6370,6370,6384,6371,5428,6385,5430,5430,6385,6382,5428,5429,6385,6385,5429,6386,6385,6386,6387,6387,6386,6388,6385,6387,6382,6382,6387,6383,6387,6389,6383,6383,6389,6390,6387,6388,6389,6389,6388,6391,6389,6391,6392,6392,6391,6393,6390,6389,6394,6394,6389,6392,6371,6384,6375,6375,6384,6395,6383,6390,6384,6384,6390,6395,6395,6390,6396,6396,6390,6394,6375,6395,6377,6377,6395,6396,5429,5448,6386,6386,5448,6397,5448,5446,6397,6397,5446,6398,6397,6398,6399,6399,6398,6400,6386,6397,6388,6388,6397,6399,5446,5445,6398,6398,5445,6401,5445,5444,6401,6401,5444,6402,6401,6402,6403,6403,6402,6404,6398,6401,6400,6400,6401,6403,6400,6403,6405,6405,6403,6406,6403,6404,6406,6406,6404,6407,6406,6407,6408,6408,6407,6409,6405,6406,6410,6410,6406,6408,6388,6399,6391,6391,6399,6411,6399,6400,6411,6411,6400,6405,6411,6405,6412,6412,6405,6410,6391,6411,6393,6393,6411,6412,5464,6413,5444,5444,6413,6402,5462,6414,5464,5464,6414,6413,6413,6414,6415,6415,6414,6416,6402,6413,6404,6404,6413,6415,5461,6417,5462,5462,6417,6414,5460,6418,5461,5461,6418,6417,6418,6419,6417,6417,6419,6420,6417,6420,6414,6414,6420,6416,6416,6420,6421,6421,6420,6422,6419,6423,6420,6420,6423,6422,6423,6424,6422,6422,6424,6425,6421,6422,6426,6426,6422,6425,6404,6415,6407,6407,6415,6427,6415,6416,6427,6427,6416,6421,6427,6421,6428,6428,6421,6426,6407,6427,6409,6409,6427,6428,5480,6429,5460,5460,6429,6418,5478,6430,5480,5480,6430,6429,6430,6431,6429,6429,6431,6432,6429,6432,6418,6418,6432,6419,5477,6433,5478,5478,6433,6430,5476,6434,5477,5477,6434,6433,6434,6435,6433,6433,6435,6436,6433,6436,6430,6430,6436,6431,6436,6437,6431,6431,6437,6438,6435,6439,6436,6436,6439,6437,6439,6440,6437,6437,6440,6441,6437,6441,6438,6438,6441,6442,6432,6443,6419,6419,6443,6423,6431,6438,6432,6432,6438,6443,6438,6442,6443,6443,6442,6444,6443,6444,6423,6423,6444,6424,5496,6445,5476,5476,6445,6434,5494,6446,5496,5496,6446,6445,6446,6447,6445,6445,6447,6448,6445,6448,6434,6434,6448,6435,5493,6449,5494,5494,6449,6446,5492,6450,5493,5493,6450,6449,6450,6451,6449,6449,6451,6452,6449,6452,6446,6446,6452,6447,6452,6453,6447,6447,6453,6454,6451,6455,6452,6452,6455,6453,6455,6456,6453,6453,6456,6457,6453,6457,6454,6454,6457,6458,6448,6459,6435,6435,6459,6439,6447,6454,6448,6448,6454,6459,6454,6458,6459,6459,6458,6460,6459,6460,6439,6439,6460,6440,5512,6461,5492,5492,6461,6450,5510,6462,5512,5512,6462,6461,6462,6463,6461,6461,6463,6464,6461,6464,6450,6450,6464,6451,5508,6465,5510,5510,6465,6462,5509,6466,5508,5508,6466,6465,6466,6467,6465,6465,6467,6468,6465,6468,6462,6462,6468,6463,6468,6469,6463,6463,6469,6470,6467,6471,6468,6468,6471,6469,6471,6472,6469,6469,6472,6473,6469,6473,6470,6470,6473,6474,6464,6475,6451,6451,6475,6455,6463,6470,6464,6464,6470,6475,6470,6474,6475,6475,6474,6476,6475,6476,6455,6455,6476,6456,5528,6477,5509,5509,6477,6466,5528,5526,6477,6477,5526,6478,6478,6479,6477,6477,6479,6480,6477,6480,6466,6466,6480,6467,5526,5524,6478,6478,5524,6481,5524,5525,6481,6481,5525,6482,6481,6482,6483,6483,6482,6484,6478,6481,6479,6479,6481,6483,6483,6485,6479,6479,6485,6486,6483,6484,6485,6485,6484,6487,6487,6488,6485,6485,6488,6489,6485,6489,6486,6486,6489,6490,6480,6491,6467,6467,6491,6471,6479,6486,6480,6480,6486,6491,6486,6490,6491,6491,6490,6492,6491,6492,6471,6471,6492,6472,5525,5544,6482,6482,5544,6493,5544,5542,6493,6493,5542,6494,6493,6494,6495,6495,6494,6496,6482,6493,6484,6484,6493,6495,5542,5540,6494,6494,5540,6497,5540,5541,6497,6497,5541,6498,6497,6498,6499,6499,6498,6500,6494,6497,6496,6496,6497,6499,6496,6499,6501,6501,6499,6502,6499,6500,6502,6502,6500,6503,6502,6503,6504,6504,6503,6505,6501,6502,6506,6506,6502,6504,6484,6495,6487,6487,6495,6507,6495,6496,6507,6507,6496,6501,6507,6501,6508,6508,6501,6506,6487,6507,6488,6488,6507,6508,5541,5560,6498,6498,5560,6509,5560,5558,6509,6509,5558,6510,6509,6510,6511,6511,6510,6512,6498,6509,6500,6500,6509,6511,5558,5556,6510,6510,5556,6513,5556,5557,6513,6513,5557,6514,6513,6514,6515,6515,6514,6516,6510,6513,6512,6512,6513,6515,6512,6515,6517,6517,6515,6518,6515,6516,6518,6518,6516,6519,6518,6519,6520,6520,6519,6521,6517,6518,6522,6522,6518,6520,6500,6511,6503,6503,6511,6523,6511,6512,6523,6523,6512,6517,6523,6517,6524,6524,6517,6522,6503,6523,6505,6505,6523,6524,5557,5576,6514,6514,5576,6525,5576,5574,6525,6525,5574,6526,6525,6526,6527,6527,6526,6528,6514,6525,6516,6516,6525,6527,5574,5572,6526,6526,5572,6529,5572,5573,6529,6529,5573,6530,6529,6530,6531,6531,6530,6532,6526,6529,6528,6528,6529,6531,6528,6531,6533,6533,6531,6534,6531,6532,6534,6534,6532,6535,6534,6535,6536,6536,6535,6537,6533,6534,6538,6538,6534,6536,6516,6527,6519,6519,6527,6539,6527,6528,6539,6539,6528,6533,6539,6533,6540,6540,6533,6538,6519,6539,6521,6521,6539,6540,5573,5592,6530,6530,5592,6541,5592,5590,6541,6541,5590,6542,6541,6542,6543,6543,6542,6544,6530,6541,6532,6532,6541,6543,5590,5588,6542,6542,5588,6545,5588,5589,6545,6545,5589,6546,6545,6546,6547,6547,6546,6548,6542,6545,6544,6544,6545,6547,6544,6547,6549,6549,6547,6550,6547,6548,6550,6550,6548,6551,6550,6551,6552,6552,6551,6553,6549,6550,6554,6554,6550,6552,6532,6543,6535,6535,6543,6555,6543,6544,6555,6555,6544,6549,6555,6549,6556,6556,6549,6554,6535,6555,6537,6537,6555,6556,5589,5608,6546,6546,5608,6557,5608,5606,6557,6557,5606,6558,6557,6558,6559,6559,6558,6560,6546,6557,6548,6548,6557,6559,5606,5604,6558,6558,5604,6561,5604,5605,6561,6561,5605,6562,6561,6562,6563,6563,6562,6564,6558,6561,6560,6560,6561,6563,6560,6563,6565,6565,6563,6566,6563,6564,6566,6566,6564,6567,6566,6567,6568,6568,6567,6569,6565,6566,6570,6570,6566,6568,6548,6559,6551,6551,6559,6571,6559,6560,6571,6571,6560,6565,6571,6565,6572,6572,6565,6570,6551,6571,6553,6553,6571,6572,5605,5624,6562,6562,5624,6573,5624,5622,6573,6573,5622,6574,6573,6574,6575,6575,6574,6576,6562,6573,6564,6564,6573,6575,5622,5620,6574,6574,5620,6577,5620,5621,6577,6577,5621,6578,6577,6578,6579,6579,6578,6580,6574,6577,6576,6576,6577,6579,6576,6579,6581,6581,6579,6582,6579,6580,6582,6582,6580,6583,6582,6583,6584,6584,6583,6585,6581,6582,6586,6586,6582,6584,6564,6575,6567,6567,6575,6587,6575,6576,6587,6587,6576,6581,6587,6581,6588,6588,6581,6586,6567,6587,6569,6569,6587,6588,5621,5640,6578,6578,5640,6589,5640,5638,6589,6589,5638,6590,6589,6590,6591,6591,6590,6592,6578,6589,6580,6580,6589,6591,5638,5636,6590,6590,5636,6593,5636,5637,6593,6593,5637,6594,6594,6595,6593,6593,6595,6596,6593,6596,6590,6590,6596,6592,6596,6597,6592,6592,6597,6598,6595,6599,6596,6596,6599,6597,6599,6600,6597,6597,6600,6601,6597,6601,6598,6598,6601,6602,6580,6591,6583,6583,6591,6603,6592,6598,6591,6591,6598,6603,6598,6602,6603,6603,6602,6604,6583,6603,6585,6585,6603,6604,5656,6605,5637,5637,6605,6594,5654,6606,5656,5656,6606,6605,6606,6607,6605,6605,6607,6608,6605,6608,6594,6594,6608,6595,5652,6609,5654,5654,6609,6606,5653,6610,5652,5652,6610,6609,6610,6611,6609,6609,6611,6612,6609,6612,6606,6606,6612,6607,6612,6613,6607,6607,6613,6614,6611,6615,6612,6612,6615,6613,6615,6616,6613,6613,6616,6617,6613,6617,6614,6614,6617,6618,6608,6619,6595,6595,6619,6599,6607,6614,6608,6608,6614,6619,6614,6618,6619,6619,6618,6620,6619,6620,6599,6599,6620,6600,5672,6621,5653,5653,6621,6610,5670,6622,5672,5672,6622,6621,6622,6623,6621,6621,6623,6624,6621,6624,6610,6610,6624,6611,5669,6625,5670,5670,6625,6622,5668,6626,5669,5669,6626,6625,6626,6627,6625,6625,6627,6628,6625,6628,6622,6622,6628,6623,6628,6629,6623,6623,6629,6630,6627,6631,6628,6628,6631,6629,6631,6632,6629,6629,6632,6633,6629,6633,6630,6630,6633,6634,6624,6635,6611,6611,6635,6615,6623,6630,6624,6624,6630,6635,6630,6634,6635,6635,6634,6636,6635,6636,6615,6615,6636,6616,5688,6637,5668,5668,6637,6626,5686,6638,5688,5688,6638,6637,6638,6639,6637,6637,6639,6640,6637,6640,6626,6626,6640,6627,5685,6641,5686,5686,6641,6638,5684,6642,5685,5685,6642,6641,6642,6643,6641,6641,6643,6644,6641,6644,6638,6638,6644,6639,6644,6645,6639,6639,6645,6646,6643,6647,6644,6644,6647,6645,6647,6648,6645,6645,6648,6649,6645,6649,6646,6646,6649,6650,6640,6651,6627,6627,6651,6631,6639,6646,6640,6640,6646,6651,6646,6650,6651,6651,6650,6652,6651,6652,6631,6631,6652,6632,5704,6653,5684,5684,6653,6642,5702,6654,5704,5704,6654,6653,6654,6655,6653,6653,6655,6656,6653,6656,6642,6642,6656,6643,5701,6657,5702,5702,6657,6654,5700,6658,5701,5701,6658,6657,6658,6659,6657,6657,6659,6660,6657,6660,6654,6654,6660,6655,6660,6661,6655,6655,6661,6662,6659,6663,6660,6660,6663,6661,6663,6664,6661,6661,6664,6665,6661,6665,6662,6662,6665,6666,6656,6667,6643,6643,6667,6647,6655,6662,6656,6656,6662,6667,6662,6666,6667,6667,6666,6668,6667,6668,6647,6647,6668,6648,5720,6669,5700,5700,6669,6658,5718,6670,5720,5720,6670,6669,6670,6671,6669,6669,6671,6672,6669,6672,6658,6658,6672,6659,5717,6673,5718,5718,6673,6670,5716,6674,5717,5717,6674,6673,6674,6675,6673,6673,6675,6676,6673,6676,6670,6670,6676,6671,6676,6677,6671,6671,6677,6678,6675,6679,6676,6676,6679,6677,6679,6680,6677,6677,6680,6681,6677,6681,6678,6678,6681,6682,6672,6683,6659,6659,6683,6663,6671,6678,6672,6672,6678,6683,6678,6682,6683,6683,6682,6684,6683,6684,6663,6663,6684,6664,5736,6685,5716,5716,6685,6674,5734,6686,5736,5736,6686,6685,6686,6687,6685,6685,6687,6688,6685,6688,6674,6674,6688,6675,5733,6689,5734,5734,6689,6686,5732,6690,5733,5733,6690,6689,6690,6691,6689,6689,6691,6692,6689,6692,6686,6686,6692,6687,6692,6693,6687,6687,6693,6694,6691,6695,6692,6692,6695,6693,6695,6696,6693,6693,6696,6697,6693,6697,6694,6694,6697,6698,6688,6699,6675,6675,6699,6679,6687,6694,6688,6688,6694,6699,6694,6698,6699,6699,6698,6700,6699,6700,6679,6679,6700,6680,5752,6701,5732,5732,6701,6690,5750,6702,5752,5752,6702,6701,6702,6703,6701,6701,6703,6704,6701,6704,6690,6690,6704,6691,5749,6705,5750,5750,6705,6702,5748,6706,5749,5749,6706,6705,6706,6707,6705,6705,6707,6708,6705,6708,6702,6702,6708,6703,6708,6709,6703,6703,6709,6710,6707,6711,6708,6708,6711,6709,6711,6712,6709,6709,6712,6713,6709,6713,6710,6710,6713,6714,6704,6715,6691,6691,6715,6695,6703,6710,6704,6704,6710,6715,6710,6714,6715,6715,6714,6716,6715,6716,6695,6695,6716,6696,5768,6717,5748,5748,6717,6706,5766,6718,5768,5768,6718,6717,6718,6719,6717,6717,6719,6720,6717,6720,6706,6706,6720,6707,5765,6721,5766,5766,6721,6718,5764,6722,5765,5765,6722,6721,6722,6723,6721,6721,6723,6724,6721,6724,6718,6718,6724,6719,6724,6725,6719,6719,6725,6726,6723,6727,6724,6724,6727,6725,6727,6728,6725,6725,6728,6729,6725,6729,6726,6726,6729,6730,6720,6731,6707,6707,6731,6711,6719,6726,6720,6720,6726,6731,6726,6730,6731,6731,6730,6732,6731,6732,6711,6711,6732,6712,5784,6733,5764,5764,6733,6722,5782,6734,5784,5784,6734,6733,6734,6735,6733,6733,6735,6736,6733,6736,6722,6722,6736,6723,5781,6737,5782,5782,6737,6734,5780,6738,5781,5781,6738,6737,6738,6739,6737,6737,6739,6740,6737,6740,6734,6734,6740,6735,6740,6741,6735,6735,6741,6742,6739,6743,6740,6740,6743,6741,6743,6744,6741,6741,6744,6745,6741,6745,6742,6742,6745,6746,6736,6747,6723,6723,6747,6727,6735,6742,6736,6736,6742,6747,6742,6746,6747,6747,6746,6748,6747,6748,6727,6727,6748,6728,5800,6749,5780,5780,6749,6738,5798,6750,5800,5800,6750,6749,6750,6751,6749,6749,6751,6752,6749,6752,6738,6738,6752,6739,5797,6753,5798,5798,6753,6750,5796,6754,5797,5797,6754,6753,6754,6755,6753,6753,6755,6756,6753,6756,6750,6750,6756,6751,6756,6757,6751,6751,6757,6758,6755,6759,6756,6756,6759,6757,6759,6760,6757,6757,6760,6761,6757,6761,6758,6758,6761,6762,6752,6763,6739,6739,6763,6743,6751,6758,6752,6752,6758,6763,6758,6762,6763,6763,6762,6764,6763,6764,6743,6743,6764,6744,5796,5816,6754,6754,5816,6765,5816,5814,6765,6765,5814,6766,6765,6766,6767,6767,6766,6768,6765,6767,6754,6754,6767,6755,5814,5812,6766,6766,5812,6769,5812,5813,6769,6769,5813,6770,6769,6770,6771,6771,6770,6772,6766,6769,6768,6768,6769,6771,6768,6771,6773,6773,6771,6774,6771,6772,6774,6774,6772,6775,6774,6775,6776,6776,6775,6777,6774,6776,6773,6773,6776,6778,6767,6779,6755,6755,6779,6759,6768,6773,6767,6767,6773,6779,6773,6778,6779,6779,6778,6780,6779,6780,6759,6759,6780,6760,5813,5832,6770,6770,5832,6781,5832,5830,6781,6781,5830,6782,6781,6782,6783,6783,6782,6784,6770,6781,6772,6772,6781,6783,5830,5828,6782,6782,5828,6785,5828,5829,6785,6785,5829,6786,6785,6786,6787,6787,6786,6788,6782,6785,6784,6784,6785,6787,6784,6787,6789,6789,6787,6790,6787,6788,6790,6790,6788,6791,6790,6791,6792,6792,6791,6793,6789,6790,6794,6794,6790,6792,6772,6783,6775,6775,6783,6795,6783,6784,6795,6795,6784,6789,6795,6789,6796,6796,6789,6794,6775,6795,6777,6777,6795,6796,5829,5848,6786,6786,5848,6797,5848,5846,6797,6797,5846,6798,6797,6798,6799,6799,6798,6800,6786,6797,6788,6788,6797,6799,5845,6801,5846,5846,6801,6798,5844,6802,5845,5845,6802,6801,6802,6803,6801,6801,6803,6804,6801,6804,6798,6798,6804,6800,6804,6805,6800,6800,6805,6806,6803,6807,6804,6804,6807,6805,6807,6808,6805,6805,6808,6809,6805,6809,6806,6806,6809,6810,6788,6799,6791,6791,6799,6811,6799,6800,6811,6811,6800,6806,6806,6810,6811,6811,6810,6812,6791,6811,6793,6793,6811,6812,5864,6813,5844,5844,6813,6802,5862,6814,5864,5864,6814,6813,6814,6815,6813,6813,6815,6816,6813,6816,6802,6802,6816,6803,5861,6817,5862,5862,6817,6814,5860,6818,5861,5861,6818,6817,6818,6819,6817,6817,6819,6820,6817,6820,6814,6814,6820,6815,6820,6821,6815,6815,6821,6822,6819,6823,6820,6820,6823,6821,6823,6824,6821,6821,6824,6825,6821,6825,6822,6822,6825,6826,6816,6827,6803,6803,6827,6807,6815,6822,6816,6816,6822,6827,6822,6826,6827,6827,6826,6828,6827,6828,6807,6807,6828,6808,5880,6829,5860,5860,6829,6818,5878,6830,5880,5880,6830,6829,6830,6831,6829,6829,6831,6832,6829,6832,6818,6818,6832,6819,5877,6833,5878,5878,6833,6830,5876,6834,5877,5877,6834,6833,6834,6835,6833,6833,6835,6836,6833,6836,6830,6830,6836,6831,6836,6837,6831,6831,6837,6838,6835,6839,6836,6836,6839,6837,6839,6840,6837,6837,6840,6841,6837,6841,6838,6838,6841,6842,6832,6843,6819,6819,6843,6823,6831,6838,6832,6832,6838,6843,6838,6842,6843,6843,6842,6844,6843,6844,6823,6823,6844,6824,5896,6845,5876,5876,6845,6834,5894,6846,5896,5896,6846,6845,6846,6847,6845,6845,6847,6848,6845,6848,6834,6834,6848,6835,5892,6849,5894,5894,6849,6846,5892,5893,6849,6849,5893,6850,6850,6851,6849,6849,6851,6852,6849,6852,6846,6846,6852,6847,6852,6853,6847,6847,6853,6854,6851,6855,6852,6852,6855,6853,6855,6856,6853,6853,6856,6857,6853,6857,6854,6854,6857,6858,6848,6859,6835,6835,6859,6839,6847,6854,6848,6848,6854,6859,6854,6858,6859,6859,6858,6860,6859,6860,6839,6839,6860,6840,5893,5912,6850,6850,5912,6861,5912,5910,6861,6861,5910,6862,6861,6862,6863,6863,6862,6864,6850,6861,6851,6851,6861,6863,5909,6865,5910,5910,6865,6862,5908,6866,5909,5909,6866,6865,6866,6867,6865,6865,6867,6868,6865,6868,6862,6862,6868,6864,6868,6869,6864,6864,6869,6870,6867,6871,6868,6868,6871,6869,6871,6872,6869,6869,6872,6873,6869,6873,6870,6870,6873,6874,6851,6863,6855,6855,6863,6875,6863,6864,6875,6875,6864,6870,6875,6870,6876,6876,6870,6874,6855,6875,6856,6856,6875,6876,5928,6877,5908,5908,6877,6866,5926,6878,5928,5928,6878,6877,6878,6879,6877,6877,6879,6880,6877,6880,6866,6866,6880,6867,5925,6881,5926,5926,6881,6878,5924,6882,5925,5925,6882,6881,6882,6883,6881,6881,6883,6884,6881,6884,6878,6878,6884,6879,6884,6885,6879,6879,6885,6886,6883,6887,6884,6884,6887,6885,6887,6888,6885,6885,6888,6889,6885,6889,6886,6886,6889,6890,6880,6891,6867,6867,6891,6871,6879,6886,6880,6880,6886,6891,6886,6890,6891,6891,6890,6892,6891,6892,6871,6871,6892,6872,5944,6893,5924,5924,6893,6882,5942,6894,5944,5944,6894,6893,6894,6895,6893,6893,6895,6896,6893,6896,6882,6882,6896,6883,5941,6897,5942,5942,6897,6894,5940,6898,5941,5941,6898,6897,6898,6899,6897,6897,6899,6900,6897,6900,6894,6894,6900,6895,6900,6901,6895,6895,6901,6902,6899,6903,6900,6900,6903,6901,6903,6904,6901,6901,6904,6905,6901,6905,6902,6902,6905,6906,6896,6907,6883,6883,6907,6887,6895,6902,6896,6896,6902,6907,6902,6906,6907,6907,6906,6908,6907,6908,6887,6887,6908,6888,5960,6909,5940,5940,6909,6898,5958,6910,5960,5960,6910,6909,6910,6911,6909,6909,6911,6912,6909,6912,6898,6898,6912,6899,5957,6913,5958,5958,6913,6910,5956,6914,5957,5957,6914,6913,6914,6915,6913,6913,6915,6916,6913,6916,6910,6910,6916,6911,6916,6917,6911,6911,6917,6918,6915,6919,6916,6916,6919,6917,6919,6920,6917,6917,6920,6921,6917,6921,6918,6918,6921,6922,6912,6923,6899,6899,6923,6903,6911,6918,6912,6912,6918,6923,6918,6922,6923,6923,6922,6924,6923,6924,6903,6903,6924,6904,5976,6925,5956,5956,6925,6914,5974,6926,5976,5976,6926,6925,6926,6927,6925,6925,6927,6928,6925,6928,6914,6914,6928,6915,5972,6929,5974,5974,6929,6926,5972,5973,6929,6929,5973,6930,6929,6930,6931,6931,6930,6932,6926,6929,6927,6927,6929,6931,6927,6931,6933,6933,6931,6934,6931,6932,6934,6934,6932,6935,6934,6935,6936,6936,6935,6937,6933,6934,6938,6938,6934,6936,6928,6939,6915,6915,6939,6919,6927,6933,6928,6928,6933,6939,6939,6933,6940,6940,6933,6938,6939,6940,6919,6919,6940,6920,5973,5992,6930,6930,5992,6941,5992,5990,6941,6941,5990,6942,6941,6942,6943,6943,6942,6944,6930,6941,6932,6932,6941,6943,5990,5988,6942,6942,5988,6945,5988,5989,6945,6945,5989,6946,6945,6946,6947,6947,6946,6948,6942,6945,6944,6944,6945,6947,6944,6947,6949,6949,6947,6950,6947,6948,6950,6950,6948,6951,6950,6951,6952,6952,6951,6953,6949,6950,6954,6954,6950,6952,6932,6943,6935,6935,6943,6955,6943,6944,6955,6955,6944,6949,6955,6949,6956,6956,6949,6954,6935,6955,6937,6937,6955,6956,5989,6008,6946,6946,6008,6957,6008,6006,6957,6957,6006,6958,6957,6958,6959,6959,6958,6960,6946,6957,6948,6948,6957,6959,6006,6004,6958,6958,6004,6961,6004,6005,6961,6961,6005,6962,6961,6962,6963,6963,6962,6964,6958,6961,6960,6960,6961,6963,6960,6963,6965,6965,6963,6966,6963,6964,6966,6966,6964,6967,6966,6967,6968,6968,6967,6969,6965,6966,6970,6970,6966,6968,6948,6959,6951,6951,6959,6971,6959,6960,6971,6971,6960,6965,6971,6965,6972,6972,6965,6970,6951,6971,6953,6953,6971,6972,6005,6024,6962,6962,6024,6973,6024,6022,6973,6973,6022,6974,6973,6974,6975,6975,6974,6976,6962,6973,6964,6964,6973,6975,6022,6020,6974,6974,6020,6977,6020,6021,6977,6977,6021,6978,6977,6978,6979,6979,6978,6980,6974,6977,6976,6976,6977,6979,6976,6979,6981,6981,6979,6982,6979,6980,6982,6982,6980,6983,6982,6983,6984,6984,6983,6985,6981,6982,6986,6986,6982,6984,6964,6975,6967,6967,6975,6987,6975,6976,6987,6987,6976,6981,6987,6981,6988,6988,6981,6986,6967,6987,6969,6969,6987,6988,6044,6043,6989,6989,6043,6990,6043,6040,6990,6990,6040,6991,6990,6991,6992,6992,6991,6993,6989,6990,6994,6994,6990,6992,6040,6038,6991,6991,6038,6995,6038,6039,6995,6995,6039,6996,6995,6996,6997,6997,6996,6998,6991,6995,6993,6993,6995,6997,6993,6997,6999,6999,6997,7000,6997,6998,7000,7000,6998,7001,7000,7001,7002,7002,7001,7003,6999,7000,7004,7004,7000,7002,6994,6992,7005,7005,6992,7006,6992,6993,7006,7006,6993,6999,7006,6999,7007,7007,6999,7004,7005,7006,7008,7008,7006,7007,6039,6060,6996,6996,6060,7009,6060,6058,7009,7009,6058,7010,7009,7010,7011,7011,7010,7012,6996,7009,6998,6998,7009,7011,6058,6056,7010,7010,6056,7013,6056,6057,7013,7013,6057,7014,7013,7014,7015,7015,7014,7016,7010,7013,7012,7012,7013,7015,7012,7015,7017,7017,7015,7018,7015,7016,7018,7018,7016,7019,7018,7019,7020,7020,7019,7021,7017,7018,7022,7022,7018,7020,6998,7011,7001,7001,7011,7023,7011,7012,7023,7023,7012,7017,7023,7017,7024,7024,7017,7022,7001,7023,7003,7003,7023,7024,6057,6076,7014,7014,6076,7025,6076,6074,7025,7025,6074,7026,7025,7026,7027,7027,7026,7028,7014,7025,7016,7016,7025,7027,6074,6072,7026,7026,6072,7029,6072,6073,7029,7029,6073,7030,7029,7030,7031,7031,7030,7032,7026,7029,7028,7028,7029,7031,7028,7031,7033,7033,7031,7034,7031,7032,7034,7034,7032,7035,7034,7035,7036,7036,7035,7037,7033,7034,7038,7038,7034,7036,7016,7027,7019,7019,7027,7039,7027,7028,7039,7039,7028,7033,7039,7033,7040,7040,7033,7038,7019,7039,7021,7021,7039,7040,6073,6092,7030,7030,6092,7041,6092,6090,7041,7041,6090,7042,7041,7042,7043,7043,7042,7044,7030,7041,7032,7032,7041,7043,6090,6088,7042,7042,6088,7045,6088,6089,7045,7045,6089,7046,7045,7046,7047,7047,7046,7048,7042,7045,7044,7044,7045,7047,7044,7047,7049,7049,7047,7050,7047,7048,7050,7050,7048,7051,7050,7051,7052,7052,7051,7053,7049,7050,7054,7054,7050,7052,7032,7043,7035,7035,7043,7055,7043,7044,7055,7055,7044,7049,7055,7049,7056,7056,7049,7054,7035,7055,7037,7037,7055,7056,6089,6108,7046,7046,6108,7057,6108,6106,7057,7057,6106,7058,7057,7058,7059,7059,7058,7060,7046,7057,7048,7048,7057,7059,6106,6104,7058,7058,6104,7061,6104,6105,7061,7061,6105,7062,7061,7062,7063,7063,7062,7064,7058,7061,7060,7060,7061,7063,7060,7063,7065,7065,7063,7066,7063,7064,7066,7066,7064,7067,7066,7067,7068,7068,7067,7069,7065,7066,7070,7070,7066,7068,7048,7059,7051,7051,7059,7071,7059,7060,7071,7071,7060,7065,7071,7065,7072,7072,7065,7070,7051,7071,7053,7053,7071,7072,6105,6124,7062,7062,6124,7073,6124,6122,7073,7073,6122,7074,7073,7074,7075,7075,7074,7076,7062,7073,7064,7064,7073,7075,6122,6120,7074,7074,6120,7077,6120,6121,7077,7077,6121,7078,7077,7078,7079,7079,7078,7080,7074,7077,7076,7076,7077,7079,7076,7079,7081,7081,7079,7082,7079,7080,7082,7082,7080,7083,7082,7083,7084,7084,7083,7085,7081,7082,7086,7086,7082,7084,7064,7075,7067,7067,7075,7087,7075,7076,7087,7087,7076,7081,7087,7081,7088,7088,7081,7086,7067,7087,7069,7069,7087,7088,6121,6140,7078,7078,6140,7089,6140,6138,7089,7089,6138,7090,7089,7090,7091,7091,7090,7092,7078,7089,7080,7080,7089,7091,6138,6136,7090,7090,6136,7093,6136,6137,7093,7093,6137,7094,7093,7094,7095,7095,7094,7096,7090,7093,7092,7092,7093,7095,7092,7095,7097,7097,7095,7098,7095,7096,7098,7098,7096,7099,7098,7099,7100,7100,7099,7101,7097,7098,7102,7102,7098,7100,7080,7091,7083,7083,7091,7103,7091,7092,7103,7103,7092,7097,7103,7097,7104,7104,7097,7102,7083,7103,7085,7085,7103,7104,6137,6156,7094,7094,6156,7105,6156,6154,7105,7105,6154,7106,7105,7106,7107,7107,7106,7108,7094,7105,7096,7096,7105,7107,6154,6152,7106,7106,6152,7109,6152,6153,7109,7109,6153,7110,7109,7110,7111,7111,7110,7112,7106,7109,7108,7108,7109,7111,7108,7111,7113,7113,7111,7114,7111,7112,7114,7114,7112,7115,7114,7115,7116,7116,7115,7117,7113,7114,7118,7118,7114,7116,7096,7107,7099,7099,7107,7119,7107,7108,7119,7119,7108,7113,7119,7113,7120,7120,7113,7118,7099,7119,7101,7101,7119,7120,6153,6172,7110,7110,6172,7121,6172,6170,7121,7121,6170,7122,7121,7122,7123,7123,7122,7124,7110,7121,7112,7112,7121,7123,6170,6168,7122,7122,6168,7125,6168,6169,7125,7125,6169,7126,7125,7126,7127,7127,7126,7128,7122,7125,7124,7124,7125,7127,7124,7127,7129,7129,7127,7130,7127,7128,7130,7130,7128,7131,7130,7131,7132,7132,7131,7133,7129,7130,7134,7134,7130,7132,7112,7123,7115,7115,7123,7135,7123,7124,7135,7135,7124,7129,7135,7129,7136,7136,7129,7134,7115,7135,7117,7117,7135,7136,6169,6188,7126,7126,6188,7137,6188,6186,7137,7137,6186,7138,7137,7138,7139,7139,7138,7140,7126,7137,7128,7128,7137,7139,6186,6184,7138,7138,6184,7141,6184,6185,7141,7141,6185,7142,7141,7142,7143,7143,7142,7144,7138,7141,7140,7140,7141,7143,7140,7143,7145,7145,7143,7146,7143,7144,7146,7146,7144,7147,7146,7147,7148,7148,7147,7149,7145,7146,7150,7150,7146,7148,7128,7139,7131,7131,7139,7151,7139,7140,7151,7151,7140,7145,7151,7145,7152,7152,7145,7150,7131,7151,7133,7133,7151,7152,6185,6204,7142,7142,6204,7153,6204,6202,7153,7153,6202,7154,7153,7154,7155,7155,7154,7156,7142,7153,7144,7144,7153,7155,6202,6200,7154,7154,6200,7157,6200,6201,7157,7157,6201,7158,7157,7158,7159,7159,7158,7160,7154,7157,7156,7156,7157,7159,7156,7159,7161,7161,7159,7162,7159,7160,7162,7162,7160,7163,7162,7163,7164,7164,7163,7165,7161,7162,7166,7166,7162,7164,7144,7155,7147,7147,7155,7167,7155,7156,7167,7167,7156,7161,7167,7161,7168,7168,7161,7166,7147,7167,7149,7149,7167,7168,6201,6220,7158,7158,6220,7169,6220,6218,7169,7169,6218,7170,7169,7170,7171,7171,7170,7172,7158,7169,7160,7160,7169,7171,6218,6216,7170,7170,6216,7173,6216,6217,7173,7173,6217,7174,7174,7175,7173,7173,7175,7176,7170,7173,7172,7172,7173,7176,7172,7176,7177,7177,7176,7178,7175,7179,7176,7176,7179,7178,7178,7179,7180,7180,7179,7181,7177,7178,7182,7182,7178,7180,7160,7171,7163,7163,7171,7183,7171,7172,7183,7183,7172,7177,7183,7177,7184,7184,7177,7182,7163,7183,7165,7165,7183,7184,6236,7185,6217,6217,7185,7174,6234,7186,6236,6236,7186,7185,7185,7186,7187,7187,7186,7188,7185,7187,7174,7174,7187,7175,6233,7189,6234,6234,7189,7186,6232,7190,6233,6233,7190,7189,7189,7190,7191,7191,7190,7192,7186,7189,7188,7188,7189,7191,7188,7191,7193,7193,7191,7194,7191,7192,7194,7194,7192,7195,7194,7195,7196,7196,7195,7197,7193,7194,7198,7198,7194,7196,7175,7187,7179,7179,7187,7199,7187,7188,7199,7199,7188,7193,7199,7193,7200,7200,7193,7198,7179,7199,7181,7181,7199,7200,6232,6252,7190,7190,6252,7201,6252,6250,7201,7201,6250,7202,7201,7202,7203,7203,7202,7204,7190,7201,7192,7192,7201,7203,6250,6248,7202,7202,6248,7205,6248,6249,7205,7205,6249,7206,7205,7206,7207,7207,7206,7208,7202,7205,7204,7204,7205,7207,7204,7207,7209,7209,7207,7210,7207,7208,7210,7210,7208,7211,7210,7211,7212,7212,7211,7213,7209,7210,7214,7214,7210,7212,7192,7203,7195,7195,7203,7215,7203,7204,7215,7215,7204,7209,7215,7209,7216,7216,7209,7214,7195,7215,7197,7197,7215,7216,6249,6268,7206,7206,6268,7217,6268,6266,7217,7217,6266,7218,7217,7218,7219,7219,7218,7220,7206,7217,7208,7208,7217,7219,6266,6264,7218,7218,6264,7221,6264,6265,7221,7221,6265,7222,7221,7222,7223,7223,7222,7224,7218,7221,7220,7220,7221,7223,7220,7223,7225,7225,7223,7226,7223,7224,7226,7226,7224,7227,7226,7227,7228,7228,7227,7229,7225,7226,7230,7230,7226,7228,7208,7219,7211,7211,7219,7231,7219,7220,7231,7231,7220,7225,7231,7225,7232,7232,7225,7230,7211,7231,7213,7213,7231,7232,6265,6284,7222,7222,6284,7233,6284,6282,7233,7233,6282,7234,7233,7234,7235,7235,7234,7236,7222,7233,7224,7224,7233,7235,6282,6280,7234,7234,6280,7237,6280,6281,7237,7237,6281,7238,7237,7238,7239,7239,7238,7240,7234,7237,7236,7236,7237,7239,7236,7239,7241,7241,7239,7242,7239,7240,7242,7242,7240,7243,7242,7243,7244,7244,7243,7245,7241,7242,7246,7246,7242,7244,7224,7235,7227,7227,7235,7247,7235,7236,7247,7247,7236,7241,7247,7241,7248,7248,7241,7246,7227,7247,7229,7229,7247,7248,6281,6300,7238,7238,6300,7249,6300,6298,7249,7249,6298,7250,7249,7250,7251,7251,7250,7252,7238,7249,7240,7240,7249,7251,6298,6296,7250,7250,6296,7253,6296,6297,7253,7253,6297,7254,7253,7254,7255,7255,7254,7256,7250,7253,7252,7252,7253,7255,7252,7255,7257,7257,7255,7258,7255,7256,7258,7258,7256,7259,7258,7259,7260,7260,7259,7261,7257,7258,7262,7262,7258,7260,7240,7251,7243,7243,7251,7263,7251,7252,7263,7263,7252,7257,7263,7257,7264,7264,7257,7262,7243,7263,7245,7245,7263,7264,6297,6316,7254,7254,6316,7265,6316,6314,7265,7265,6314,7266,7265,7266,7267,7267,7266,7268,7254,7265,7256,7256,7265,7267,6314,6312,7266,7266,6312,7269,6312,6313,7269,7269,6313,7270,7269,7270,7271,7271,7270,7272,7266,7269,7268,7268,7269,7271,7268,7271,7273,7273,7271,7274,7271,7272,7274,7274,7272,7275,7274,7275,7276,7276,7275,7277,7273,7274,7278,7278,7274,7276,7256,7267,7259,7259,7267,7279,7267,7268,7279,7279,7268,7273,7279,7273,7280,7280,7273,7278,7259,7279,7261,7261,7279,7280,6313,6332,7270,7270,6332,7281,6332,6330,7281,7281,6330,7282,7281,7282,7283,7283,7282,7284,7270,7281,7272,7272,7281,7283,6330,6328,7282,7282,6328,7285,6328,6329,7285,7285,6329,7286,7285,7286,7287,7287,7286,7288,7282,7285,7284,7284,7285,7287,7284,7287,7289,7289,7287,7290,7287,7288,7290,7290,7288,7291,7290,7291,7292,7292,7291,7293,7289,7290,7294,7294,7290,7292,7272,7283,7275,7275,7283,7295,7283,7284,7295,7295,7284,7289,7295,7289,7296,7296,7289,7294,7275,7295,7277,7277,7295,7296,6329,6348,7286,7286,6348,7297,6348,6346,7297,7297,6346,7298,7297,7298,7299,7299,7298,7300,7286,7297,7288,7288,7297,7299,6346,6344,7298,7298,6344,7301,6344,6345,7301,7301,6345,7302,7301,7302,7303,7303,7302,7304,7298,7301,7300,7300,7301,7303,7300,7303,7305,7305,7303,7306,7303,7304,7306,7306,7304,7307,7306,7307,7308,7308,7307,7309,7305,7306,7310,7310,7306,7308,7288,7299,7291,7291,7299,7311,7299,7300,7311,7311,7300,7305,7311,7305,7312,7312,7305,7310,7291,7311,7293,7293,7311,7312,6345,6364,7302,7302,6364,7313,6364,6362,7313,7313,6362,7314,7313,7314,7315,7315,7314,7316,7302,7313,7304,7304,7313,7315,6362,6360,7314,7314,6360,7317,6360,6361,7317,7317,6361,7318,7317,7318,7319,7319,7318,7320,7314,7317,7316,7316,7317,7319,7316,7319,7321,7321,7319,7322,7319,7320,7322,7322,7320,7323,7322,7323,7324,7324,7323,7325,7321,7322,7326,7326,7322,7324,7304,7315,7307,7307,7315,7327,7315,7316,7327,7327,7316,7321,7327,7321,7328,7328,7321,7326,7307,7327,7309,7309,7327,7328,6361,6380,7318,7318,6380,7329,6380,6378,7329,7329,6378,7330,7329,7330,7331,7331,7330,7332,7318,7329,7320,7320,7329,7331,6378,6376,7330,7330,6376,7333,6376,6377,7333,7333,6377,7334,7333,7334,7335,7335,7334,7336,7330,7333,7332,7332,7333,7335,7332,7335,7337,7337,7335,7338,7335,7336,7338,7338,7336,7339,7338,7339,7340,7340,7339,7341,7337,7338,7342,7342,7338,7340,7320,7331,7323,7323,7331,7343,7331,7332,7343,7343,7332,7337,7343,7337,7344,7344,7337,7342,7323,7343,7325,7325,7343,7344,6377,6396,7334,7334,6396,7345,6396,6394,7345,7345,6394,7346,7345,7346,7347,7347,7346,7348,7334,7345,7336,7336,7345,7347,6394,6392,7346,7346,6392,7349,6392,6393,7349,7349,6393,7350,7349,7350,7351,7351,7350,7352,7346,7349,7348,7348,7349,7351,7348,7351,7353,7353,7351,7354,7351,7352,7354,7354,7352,7355,7354,7355,7356,7356,7355,7357,7353,7354,7358,7358,7354,7356,7336,7347,7339,7339,7347,7359,7347,7348,7359,7359,7348,7353,7359,7353,7360,7360,7353,7358,7339,7359,7341,7341,7359,7360,6393,6412,7350,7350,6412,7361,6412,6410,7361,7361,6410,7362,7361,7362,7363,7363,7362,7364,7350,7361,7352,7352,7361,7363,6410,6408,7362,7362,6408,7365,6408,6409,7365,7365,6409,7366,7365,7366,7367,7367,7366,7368,7362,7365,7364,7364,7365,7367,7364,7367,7369,7369,7367,7370,7367,7368,7370,7370,7368,7371,7370,7371,7372,7372,7371,7373,7369,7370,7374,7374,7370,7372,7352,7363,7355,7355,7363,7375,7363,7364,7375,7375,7364,7369,7375,7369,7376,7376,7369,7374,7355,7375,7357,7357,7375,7376,6409,6428,7366,7366,6428,7377,6428,6426,7377,7377,6426,7378,7377,7378,7379,7379,7378,7380,7366,7377,7368,7368,7377,7379,6426,6425,7378,7378,6425,7381,6425,6424,7381,7381,6424,7382,7381,7382,7383,7383,7382,7384,7378,7381,7380,7380,7381,7383,7380,7383,7385,7385,7383,7386,7383,7384,7386,7386,7384,7387,7386,7387,7388,7388,7387,7389,7385,7386,7390,7390,7386,7388,7368,7379,7371,7371,7379,7391,7379,7380,7391,7391,7380,7385,7391,7385,7392,7392,7385,7390,7371,7391,7373,7373,7391,7392,6424,6444,7382,7382,6444,7393,6442,7394,6444,6444,7394,7393,7394,7395,7393,7393,7395,7396,7382,7393,7384,7384,7393,7396,6441,7397,6442,6442,7397,7394,6440,7398,6441,6441,7398,7397,7398,7399,7397,7397,7399,7400,7397,7400,7394,7394,7400,7395,7400,7401,7395,7395,7401,7402,7399,7403,7400,7400,7403,7401,7403,7404,7401,7401,7404,7405,7402,7401,7406,7406,7401,7405,7384,7396,7387,7387,7396,7407,7396,7395,7407,7407,7395,7402,7407,7402,7408,7408,7402,7406,7387,7407,7389,7389,7407,7408,6460,7409,6440,6440,7409,7398,6458,7410,6460,6460,7410,7409,7410,7411,7409,7409,7411,7412,7409,7412,7398,7398,7412,7399,6457,7413,6458,6458,7413,7410,6456,7414,6457,6457,7414,7413,7414,7415,7413,7413,7415,7416,7413,7416,7410,7410,7416,7411,7416,7417,7411,7411,7417,7418,7415,7419,7416,7416,7419,7417,7419,7420,7417,7417,7420,7421,7417,7421,7418,7418,7421,7422,7412,7423,7399,7399,7423,7403,7411,7418,7412,7412,7418,7423,7418,7422,7423,7423,7422,7424,7423,7424,7403,7403,7424,7404,6476,7425,6456,6456,7425,7414,6474,7426,6476,6476,7426,7425,7426,7427,7425,7425,7427,7428,7425,7428,7414,7414,7428,7415,6473,7429,6474,6474,7429,7426,6472,7430,6473,6473,7430,7429,7430,7431,7429,7429,7431,7432,7429,7432,7426,7426,7432,7427,7432,7433,7427,7427,7433,7434,7431,7435,7432,7432,7435,7433,7435,7436,7433,7433,7436,7437,7433,7437,7434,7434,7437,7438,7428,7439,7415,7415,7439,7419,7427,7434,7428,7428,7434,7439,7434,7438,7439,7439,7438,7440,7439,7440,7419,7419,7440,7420,6492,7441,6472,6472,7441,7430,6490,7442,6492,6492,7442,7441,7442,7443,7441,7441,7443,7444,7441,7444,7430,7430,7444,7431,6489,7445,6490,6490,7445,7442,6488,7446,6489,6489,7446,7445,7446,7447,7445,7445,7447,7448,7445,7448,7442,7442,7448,7443,7448,7449,7443,7443,7449,7450,7447,7451,7448,7448,7451,7449,7451,7452,7449,7449,7452,7453,7449,7453,7450,7450,7453,7454,7444,7455,7431,7431,7455,7435,7443,7450,7444,7444,7450,7455,7450,7454,7455,7455,7454,7456,7455,7456,7435,7435,7456,7436,6508,7457,6488,6488,7457,7446,6506,7458,6508,6508,7458,7457,7458,7459,7457,7457,7459,7460,7457,7460,7446,7446,7460,7447,6506,6504,7458,7458,6504,7461,6504,6505,7461,7461,6505,7462,7461,7462,7463,7463,7462,7464,7458,7461,7459,7459,7461,7463,7463,7465,7459,7459,7465,7466,7463,7464,7465,7465,7464,7467,7465,7467,7468,7468,7467,7469,7465,7468,7466,7466,7468,7470,7460,7471,7447,7447,7471,7451,7459,7466,7460,7460,7466,7471,7466,7470,7471,7471,7470,7472,7471,7472,7451,7451,7472,7452,6505,6524,7462,7462,6524,7473,6524,6522,7473,7473,6522,7474,7473,7474,7475,7475,7474,7476,7462,7473,7464,7464,7473,7475,6522,6520,7474,7474,6520,7477,6520,6521,7477,7477,6521,7478,7477,7478,7479,7479,7478,7480,7474,7477,7476,7476,7477,7479,7476,7479,7481,7481,7479,7482,7479,7480,7482,7482,7480,7483,7482,7483,7484,7484,7483,7485,7481,7482,7486,7486,7482,7484,7464,7475,7467,7467,7475,7487,7475,7476,7487,7487,7476,7481,7487,7481,7488,7488,7481,7486,7467,7487,7469,7469,7487,7488,6521,6540,7478,7478,6540,7489,6540,6538,7489,7489,6538,7490,7489,7490,7491,7491,7490,7492,7478,7489,7480,7480,7489,7491,6538,6536,7490,7490,6536,7493,6536,6537,7493,7493,6537,7494,7493,7494,7495,7495,7494,7496,7490,7493,7492,7492,7493,7495,7492,7495,7497,7497,7495,7498,7495,7496,7498,7498,7496,7499,7498,7499,7500,7500,7499,7501,7497,7498,7502,7502,7498,7500,7480,7491,7483,7483,7491,7503,7491,7492,7503,7503,7492,7497,7503,7497,7504,7504,7497,7502,7483,7503,7485,7485,7503,7504,6537,6556,7494,7494,6556,7505,6556,6554,7505,7505,6554,7506,7505,7506,7507,7507,7506,7508,7494,7505,7496,7496,7505,7507,6554,6552,7506,7506,6552,7509,6552,6553,7509,7509,6553,7510,7509,7510,7511,7511,7510,7512,7506,7509,7508,7508,7509,7511,7508,7511,7513,7513,7511,7514,7511,7512,7514,7514,7512,7515,7514,7515,7516,7516,7515,7517,7513,7514,7518,7518,7514,7516,7496,7507,7499,7499,7507,7519,7507,7508,7519,7519,7508,7513,7519,7513,7520,7520,7513,7518,7499,7519,7501,7501,7519,7520,6553,6572,7510,7510,6572,7521,6572,6570,7521,7521,6570,7522,7521,7522,7523,7523,7522,7524,7510,7521,7512,7512,7521,7523,6570,6568,7522,7522,6568,7525,6568,6569,7525,7525,6569,7526,7525,7526,7527,7527,7526,7528,7522,7525,7524,7524,7525,7527,7524,7527,7529,7529,7527,7530,7527,7528,7530,7530,7528,7531,7530,7531,7532,7532,7531,7533,7529,7530,7534,7534,7530,7532,7512,7523,7515,7515,7523,7535,7523,7524,7535,7535,7524,7529,7535,7529,7536,7536,7529,7534,7515,7535,7517,7517,7535,7536,6569,6588,7526,7526,6588,7537,6588,6586,7537,7537,6586,7538,7537,7538,7539,7539,7538,7540,7526,7537,7528,7528,7537,7539,6586,6584,7538,7538,6584,7541,6584,6585,7541,7541,6585,7542,7541,7542,7543,7543,7542,7544,7538,7541,7540,7540,7541,7543,7540,7543,7545,7545,7543,7546,7543,7544,7546,7546,7544,7547,7547,7548,7546,7546,7548,7549,7545,7546,7550,7550,7546,7549,7528,7539,7531,7531,7539,7551,7539,7540,7551,7551,7540,7545,7551,7545,7552,7552,7545,7550,7531,7551,7533,7533,7551,7552,6604,7553,6585,6585,7553,7542,6602,7554,6604,6604,7554,7553,7554,7555,7553,7553,7555,7556,7553,7556,7542,7542,7556,7544,6601,7557,6602,6602,7557,7554,6600,7558,6601,6601,7558,7557,7558,7559,7557,7557,7559,7560,7557,7560,7554,7554,7560,7555,7560,7561,7555,7555,7561,7562,7559,7563,7560,7560,7563,7561,7563,7564,7561,7561,7564,7565,7561,7565,7562,7562,7565,7566,7556,7567,7544,7544,7567,7547,7555,7562,7556,7556,7562,7567,7562,7566,7567,7567,7566,7568,7567,7568,7547,7547,7568,7548,6620,7569,6600,6600,7569,7558,6618,7570,6620,6620,7570,7569,7570,7571,7569,7569,7571,7572,7569,7572,7558,7558,7572,7559,6617,7573,6618,6618,7573,7570,6616,7574,6617,6617,7574,7573,7574,7575,7573,7573,7575,7576,7573,7576,7570,7570,7576,7571,7576,7577,7571,7571,7577,7578,7575,7579,7576,7576,7579,7577,7579,7580,7577,7577,7580,7581,7577,7581,7578,7578,7581,7582,7572,7583,7559,7559,7583,7563,7571,7578,7572,7572,7578,7583,7578,7582,7583,7583,7582,7584,7583,7584,7563,7563,7584,7564,6636,7585,6616,6616,7585,7574,6634,7586,6636,6636,7586,7585,7586,7587,7585,7585,7587,7588,7585,7588,7574,7574,7588,7575,6633,7589,6634,6634,7589,7586,6632,7590,6633,6633,7590,7589,7590,7591,7589,7589,7591,7592,7589,7592,7586,7586,7592,7587,7592,7593,7587,7587,7593,7594,7591,7595,7592,7592,7595,7593,7595,7596,7593,7593,7596,7597,7593,7597,7594,7594,7597,7598,7588,7599,7575,7575,7599,7579,7587,7594,7588,7588,7594,7599,7594,7598,7599,7599,7598,7600,7599,7600,7579,7579,7600,7580,6652,7601,6632,6632,7601,7590,6650,7602,6652,6652,7602,7601,7602,7603,7601,7601,7603,7604,7601,7604,7590,7590,7604,7591,6649,7605,6650,6650,7605,7602,6648,7606,6649,6649,7606,7605,7606,7607,7605,7605,7607,7608,7605,7608,7602,7602,7608,7603,7608,7609,7603,7603,7609,7610,7607,7611,7608,7608,7611,7609,7611,7612,7609,7609,7612,7613,7609,7613,7610,7610,7613,7614,7604,7615,7591,7591,7615,7595,7603,7610,7604,7604,7610,7615,7610,7614,7615,7615,7614,7616,7615,7616,7595,7595,7616,7596,6668,7617,6648,6648,7617,7606,6666,7618,6668,6668,7618,7617,7618,7619,7617,7617,7619,7620,7617,7620,7606,7606,7620,7607,6665,7621,6666,6666,7621,7618,6664,7622,6665,6665,7622,7621,7622,7623,7621,7621,7623,7624,7621,7624,7618,7618,7624,7619,7624,7625,7619,7619,7625,7626,7623,7627,7624,7624,7627,7625,7627,7628,7625,7625,7628,7629,7625,7629,7626,7626,7629,7630,7620,7631,7607,7607,7631,7611,7619,7626,7620,7620,7626,7631,7626,7630,7631,7631,7630,7632,7631,7632,7611,7611,7632,7612,6684,7633,6664,6664,7633,7622,6682,7634,6684,6684,7634,7633,7634,7635,7633,7633,7635,7636,7633,7636,7622,7622,7636,7623,6681,7637,6682,6682,7637,7634,6680,7638,6681,6681,7638,7637,7638,7639,7637,7637,7639,7640,7637,7640,7634,7634,7640,7635,7640,7641,7635,7635,7641,7642,7639,7643,7640,7640,7643,7641,7643,7644,7641,7641,7644,7645,7641,7645,7642,7642,7645,7646,7636,7647,7623,7623,7647,7627,7635,7642,7636,7636,7642,7647,7642,7646,7647,7647,7646,7648,7647,7648,7627,7627,7648,7628,6700,7649,6680,6680,7649,7638,6698,7650,6700,6700,7650,7649,7650,7651,7649,7649,7651,7652,7649,7652,7638,7638,7652,7639,6697,7653,6698,6698,7653,7650,6697,6696,7653,7653,6696,7654,7653,7654,7655,7655,7654,7656,7650,7653,7651,7651,7653,7655,7651,7655,7657,7657,7655,7658,7655,7656,7658,7658,7656,7659,7658,7659,7660,7660,7659,7661,7657,7658,7662,7662,7658,7660,7652,7663,7639,7639,7663,7643,7652,7651,7663,7663,7651,7657,7663,7657,7664,7664,7657,7662,7663,7664,7643,7643,7664,7644,6696,6716,7654,7654,6716,7665,6714,7666,6716,6716,7666,7665,7666,7667,7665,7665,7667,7668,7654,7665,7656,7656,7665,7668,6713,7669,6714,6714,7669,7666,6712,7670,6713,6713,7670,7669,7670,7671,7669,7669,7671,7672,7669,7672,7666,7666,7672,7667,7672,7673,7667,7667,7673,7674,7671,7675,7672,7672,7675,7673,7675,7676,7673,7673,7676,7677,7673,7677,7674,7674,7677,7678,7656,7668,7659,7659,7668,7679,7667,7674,7668,7668,7674,7679,7674,7678,7679,7679,7678,7680,7679,7680,7659,7659,7680,7661,6732,7681,6712,6712,7681,7670,6730,7682,6732,6732,7682,7681,7682,7683,7681,7681,7683,7684,7681,7684,7670,7670,7684,7671,6729,7685,6730,6730,7685,7682,6728,7686,6729,6729,7686,7685,7686,7687,7685,7685,7687,7688,7685,7688,7682,7682,7688,7683,7688,7689,7683,7683,7689,7690,7687,7691,7688,7688,7691,7689,7691,7692,7689,7689,7692,7693,7689,7693,7690,7690,7693,7694,7684,7695,7671,7671,7695,7675,7683,7690,7684,7684,7690,7695,7690,7694,7695,7695,7694,7696,7695,7696,7675,7675,7696,7676,6748,7697,6728,6728,7697,7686,6746,7698,6748,6748,7698,7697,7698,7699,7697,7697,7699,7700,7697,7700,7686,7686,7700,7687,6745,7701,6746,6746,7701,7698,6744,7702,6745,6745,7702,7701,7702,7703,7701,7701,7703,7704,7701,7704,7698,7698,7704,7699,7704,7705,7699,7699,7705,7706,7703,7707,7704,7704,7707,7705,7707,7708,7705,7705,7708,7709,7705,7709,7706,7706,7709,7710,7700,7711,7687,7687,7711,7691,7699,7706,7700,7700,7706,7711,7706,7710,7711,7711,7710,7712,7711,7712,7691,7691,7712,7692,6764,7713,6744,6744,7713,7702,6762,7714,6764,6764,7714,7713,7714,7715,7713,7713,7715,7716,7713,7716,7702,7702,7716,7703,6761,7717,6762,6762,7717,7714,6760,7718,6761,6761,7718,7717,7718,7719,7717,7717,7719,7720,7717,7720,7714,7714,7720,7715,7720,7721,7715,7715,7721,7722,7719,7723,7720,7720,7723,7721,7723,7724,7721,7721,7724,7725,7721,7725,7722,7722,7725,7726,7716,7727,7703,7703,7727,7707,7715,7722,7716,7716,7722,7727,7722,7726,7727,7727,7726,7728,7727,7728,7707,7707,7728,7708,6780,7729,6760,6760,7729,7718,6778,7730,6780,6780,7730,7729,7730,7731,7729,7729,7731,7732,7729,7732,7718,7718,7732,7719,6776,7733,6778,6778,7733,7730,6776,6777,7733,7733,6777,7734,7733,7734,7735,7735,7734,7736,7733,7735,7730,7730,7735,7731,7731,7735,7737,7737,7735,7738,7735,7736,7738,7738,7736,7739,7738,7739,7740,7740,7739,7741,7737,7738,7742,7742,7738,7740,7732,7743,7719,7719,7743,7723,7731,7737,7732,7732,7737,7743,7737,7742,7743,7743,7742,7744,7743,7744,7723,7723,7744,7724,6777,6796,7734,7734,6796,7745,6796,6794,7745,7745,6794,7746,7745,7746,7747,7747,7746,7748,7734,7745,7736,7736,7745,7747,6794,6792,7746,7746,6792,7749,6792,6793,7749,7749,6793,7750,7749,7750,7751,7751,7750,7752,7746,7749,7748,7748,7749,7751,7748,7751,7753,7753,7751,7754,7751,7752,7754,7754,7752,7755,7755,7756,7754,7754,7756,7757,7753,7754,7758,7758,7754,7757,7736,7747,7739,7739,7747,7759,7747,7748,7759,7759,7748,7753,7759,7753,7760,7760,7753,7758,7739,7759,7741,7741,7759,7760,6793,6812,7750,7750,6812,7761,6810,7762,6812,6812,7762,7761,7762,7763,7761,7761,7763,7764,7761,7764,7750,7750,7764,7752,6809,7765,6810,6810,7765,7762,6808,7766,6809,6809,7766,7765,7766,7767,7765,7765,7767,7768,7765,7768,7762,7762,7768,7763,7768,7769,7763,7763,7769,7770,7767,7771,7768,7768,7771,7769,7771,7772,7769,7769,7772,7773,7769,7773,7770,7770,7773,7774,7764,7775,7752,7752,7775,7755,7763,7770,7764,7764,7770,7775,7770,7774,7775,7775,7774,7776,7775,7776,7755,7755,7776,7756,6828,7777,6808,6808,7777,7766,6826,7778,6828,6828,7778,7777,7778,7779,7777,7777,7779,7780,7777,7780,7766,7766,7780,7767,6825,7781,6826,6826,7781,7778,6824,7782,6825,6825,7782,7781,7782,7783,7781,7781,7783,7784,7781,7784,7778,7778,7784,7779,7784,7785,7779,7779,7785,7786,7783,7787,7784,7784,7787,7785,7787,7788,7785,7785,7788,7789,7785,7789,7786,7786,7789,7790,7780,7791,7767,7767,7791,7771,7779,7786,7780,7780,7786,7791,7786,7790,7791,7791,7790,7792,7791,7792,7771,7771,7792,7772,6844,7793,6824,6824,7793,7782,6842,7794,6844,6844,7794,7793,7794,7795,7793,7793,7795,7796,7793,7796,7782,7782,7796,7783,6841,7797,6842,6842,7797,7794,6840,7798,6841,6841,7798,7797,7798,7799,7797,7797,7799,7800,7797,7800,7794,7794,7800,7795,7800,7801,7795,7795,7801,7802,7799,7803,7800,7800,7803,7801,7803,7804,7801,7801,7804,7805,7801,7805,7802,7802,7805,7806,7796,7807,7783,7783,7807,7787,7795,7802,7796,7796,7802,7807,7802,7806,7807,7807,7806,7808,7807,7808,7787,7787,7808,7788,6860,7809,6840,6840,7809,7798,6858,7810,6860,6860,7810,7809,7810,7811,7809,7809,7811,7812,7809,7812,7798,7798,7812,7799,6857,7813,6858,6858,7813,7810,6856,7814,6857,6857,7814,7813,7814,7815,7813,7813,7815,7816,7813,7816,7810,7810,7816,7811,7816,7817,7811,7811,7817,7818,7816,7815,7817,7817,7815,7819,7817,7819,7820,7820,7819,7821,7817,7820,7818,7818,7820,7822,7812,7823,7799,7799,7823,7803,7811,7818,7812,7812,7818,7823,7818,7822,7823,7823,7822,7824,7823,7824,7803,7803,7824,7804,6856,6876,7814,7814,6876,7825,6876,6874,7825,7825,6874,7826,7825,7826,7827,7827,7826,7828,7814,7825,7815,7815,7825,7827,6873,7829,6874,6874,7829,7826,6872,7830,6873,6873,7830,7829,7830,7831,7829,7829,7831,7832,7829,7832,7826,7826,7832,7828,7832,7833,7828,7828,7833,7834,7831,7835,7832,7832,7835,7833,7835,7836,7833,7833,7836,7837,7833,7837,7834,7834,7837,7838,7815,7827,7819,7819,7827,7839,7827,7828,7839,7839,7828,7834,7839,7834,7840,7840,7834,7838,7819,7839,7821,7821,7839,7840,6892,7841,6872,6872,7841,7830,6890,7842,6892,6892,7842,7841,7842,7843,7841,7841,7843,7844,7841,7844,7830,7830,7844,7831,6889,7845,6890,6890,7845,7842,6888,7846,6889,6889,7846,7845,7846,7847,7845,7845,7847,7848,7845,7848,7842,7842,7848,7843,7848,7849,7843,7843,7849,7850,7847,7851,7848,7848,7851,7849,7851,7852,7849,7849,7852,7853,7849,7853,7850,7850,7853,7854,7844,7855,7831,7831,7855,7835,7843,7850,7844,7844,7850,7855,7850,7854,7855,7855,7854,7856,7855,7856,7835,7835,7856,7836,6908,7857,6888,6888,7857,7846,6906,7858,6908,6908,7858,7857,7858,7859,7857,7857,7859,7860,7857,7860,7846,7846,7860,7847,6905,7861,6906,6906,7861,7858,6904,7862,6905,6905,7862,7861,7862,7863,7861,7861,7863,7864,7861,7864,7858,7858,7864,7859,7864,7865,7859,7859,7865,7866,7863,7867,7864,7864,7867,7865,7865,7867,7868,7868,7867,7869,7865,7868,7866,7866,7868,7870,7860,7871,7847,7847,7871,7851,7859,7866,7860,7860,7866,7871,7866,7870,7871,7871,7870,7872,7871,7872,7851,7851,7872,7852,6924,7873,6904,6904,7873,7862,6922,7874,6924,6924,7874,7873,7874,7875,7873,7873,7875,7876,7873,7876,7862,7862,7876,7863,6921,7877,6922,6922,7877,7874,6920,7878,6921,6921,7878,7877,7877,7878,7879,7879,7878,7880,7877,7879,7874,7874,7879,7875,7879,7881,7875,7875,7881,7882,7879,7880,7881,7881,7880,7883,7881,7883,7884,7884,7883,7885,7882,7881,7886,7886,7881,7884,7876,7887,7863,7863,7887,7867,7875,7882,7876,7876,7882,7887,7882,7886,7887,7887,7886,7888,7887,7888,7867,7867,7888,7869,6920,6940,7878,7878,6940,7889,6940,6938,7889,7889,6938,7890,7889,7890,7891,7891,7890,7892,7878,7889,7880,7880,7889,7891,6938,6936,7890,7890,6936,7893,6936,6937,7893,7893,6937,7894,7893,7894,7895,7895,7894,7896,7890,7893,7892,7892,7893,7895,7892,7895,7897,7897,7895,7898,7895,7896,7898,7898,7896,7899,7898,7899,7900,7900,7899,7901,7897,7898,7902,7902,7898,7900,7880,7891,7883,7883,7891,7903,7891,7892,7903,7903,7892,7897,7903,7897,7904,7904,7897,7902,7883,7903,7885,7885,7903,7904,6937,6956,7894,7894,6956,7905,6956,6954,7905,7905,6954,7906,7905,7906,7907,7907,7906,7908,7894,7905,7896,7896,7905,7907,6954,6952,7906,7906,6952,7909,6952,6953,7909,7909,6953,7910,7909,7910,7911,7911,7910,7912,7906,7909,7908,7908,7909,7911,7908,7911,7913,7913,7911,7914,7911,7912,7914,7914,7912,7915,7914,7915,7916,7916,7915,7917,7913,7914,7918,7918,7914,7916,7896,7907,7899,7899,7907,7919,7907,7908,7919,7919,7908,7913,7919,7913,7920,7920,7913,7918,7899,7919,7901,7901,7919,7920,6972,7921,6953,6953,7921,7910,6970,7922,6972,6972,7922,7921,7922,7923,7921,7921,7923,7924,7921,7924,7910,7910,7924,7912,6968,7925,6970,6970,7925,7922,6968,6969,7925,7925,6969,7926,7926,7927,7925,7925,7927,7928,7925,7928,7922,7922,7928,7923,7928,7929,7923,7923,7929,7930,7927,7931,7928,7928,7931,7929,7929,7931,7932,7932,7931,7933,7929,7932,7930,7930,7932,7934,7912,7924,7915,7915,7924,7935,7923,7930,7924,7924,7930,7935,7935,7930,7936,7936,7930,7934,7915,7935,7917,7917,7935,7936,6969,6988,7926,7926,6988,7937,6988,6986,7937,7937,6986,7938,7937,7938,7939,7939,7938,7940,7926,7937,7927,7927,7937,7939,6986,6984,7938,7938,6984,7941,6984,6985,7941,7941,6985,7942,7941,7942,7943,7943,7942,7944,7938,7941,7940,7940,7941,7943,7940,7943,7945,7945,7943,7946,7943,7944,7946,7946,7944,7947,7946,7947,7948,7948,7947,7949,7945,7946,7950,7950,7946,7948,7927,7939,7931,7931,7939,7951,7939,7940,7951,7951,7940,7945,7951,7945,7952,7952,7945,7950,7931,7951,7933,7933,7951,7952,7008,7007,7953,7953,7007,7954,7007,7004,7954,7954,7004,7955,7954,7955,7956,7956,7955,7957,7953,7954,7958,7958,7954,7956,7004,7002,7955,7955,7002,7959,7002,7003,7959,7959,7003,7960,7959,7960,7961,7961,7960,7962,7955,7959,7957,7957,7959,7961,7957,7961,7963,7963,7961,7964,7961,7962,7964,7964,7962,7965,7964,7965,7966,7966,7965,7967,7963,7964,7968,7968,7964,7966,7958,7956,7969,7969,7956,7970,7956,7957,7970,7970,7957,7963,7970,7963,7971,7971,7963,7968,7969,7970,7972,7972,7970,7971,7003,7024,7960,7960,7024,7973,7024,7022,7973,7973,7022,7974,7973,7974,7975,7975,7974,7976,7960,7973,7962,7962,7973,7975,7022,7020,7974,7974,7020,7977,7020,7021,7977,7977,7021,7978,7977,7978,7979,7979,7978,7980,7974,7977,7976,7976,7977,7979,7976,7979,7981,7981,7979,7982,7979,7980,7982,7982,7980,7983,7982,7983,7984,7984,7983,7985,7981,7982,7986,7986,7982,7984,7962,7975,7965,7965,7975,7987,7975,7976,7987,7987,7976,7981,7987,7981,7988,7988,7981,7986,7965,7987,7967,7967,7987,7988,7021,7040,7978,7978,7040,7989,7040,7038,7989,7989,7038,7990,7989,7990,7991,7991,7990,7992,7978,7989,7980,7980,7989,7991,7038,7036,7990,7990,7036,7993,7036,7037,7993,7993,7037,7994,7993,7994,7995,7995,7994,7996,7990,7993,7992,7992,7993,7995,7992,7995,7997,7997,7995,7998,7995,7996,7998,7998,7996,7999,7998,7999,8000,8000,7999,8001,7997,7998,8002,8002,7998,8000,7980,7991,7983,7983,7991,8003,7991,7992,8003,8003,7992,7997,8003,7997,8004,8004,7997,8002,7983,8003,7985,7985,8003,8004,7037,7056,7994,7994,7056,8005,7056,7054,8005,8005,7054,8006,8005,8006,8007,8007,8006,8008,7994,8005,7996,7996,8005,8007,7054,7052,8006,8006,7052,8009,7052,7053,8009,8009,7053,8010,8009,8010,8011,8011,8010,8012,8006,8009,8008,8008,8009,8011,8008,8011,8013,8013,8011,8014,8011,8012,8014,8014,8012,8015,8014,8015,8016,8016,8015,8017,8013,8014,8018,8018,8014,8016,7996,8007,7999,7999,8007,8019,8007,8008,8019,8019,8008,8013,8019,8013,8020,8020,8013,8018,7999,8019,8001,8001,8019,8020,7053,7072,8010,8010,7072,8021,7072,7070,8021,8021,7070,8022,8021,8022,8023,8023,8022,8024,8010,8021,8012,8012,8021,8023,7070,7068,8022,8022,7068,8025,7068,7069,8025,8025,7069,8026,8025,8026,8027,8027,8026,8028,8022,8025,8024,8024,8025,8027,8024,8027,8029,8029,8027,8030,8027,8028,8030,8030,8028,8031,8030,8031,8032,8032,8031,8033,8029,8030,8034,8034,8030,8032,8012,8023,8015,8015,8023,8035,8023,8024,8035,8035,8024,8029,8035,8029,8036,8036,8029,8034,8015,8035,8017,8017,8035,8036,7069,7088,8026,8026,7088,8037,7088,7086,8037,8037,7086,8038,8037,8038,8039,8039,8038,8040,8026,8037,8028,8028,8037,8039,7086,7084,8038,8038,7084,8041,7084,7085,8041,8041,7085,8042,8041,8042,8043,8043,8042,8044,8038,8041,8040,8040,8041,8043,8040,8043,8045,8045,8043,8046,8043,8044,8046,8046,8044,8047,8047,8048,8046,8046,8048,8049,8046,8049,8045,8045,8049,8050,8028,8039,8031,8031,8039,8051,8039,8040,8051,8051,8040,8045,8051,8045,8052,8052,8045,8050,8031,8051,8033,8033,8051,8052,7085,7104,8042,8042,7104,8053,7104,7102,8053,8053,7102,8054,8053,8054,8055,8055,8054,8056,8042,8053,8044,8044,8053,8055,7102,7100,8054,8054,7100,8057,7100,7101,8057,8057,7101,8058,8057,8058,8059,8059,8058,8060,8054,8057,8056,8056,8057,8059,8056,8059,8061,8061,8059,8062,8059,8060,8062,8062,8060,8063,8063,8064,8062,8062,8064,8065,8062,8065,8061,8061,8065,8066,8044,8055,8047,8047,8055,8067,8055,8056,8067,8067,8056,8061,8061,8066,8067,8067,8066,8068,8067,8068,8047,8047,8068,8048,7101,7120,8058,8058,7120,8069,7120,7118,8069,8069,7118,8070,8069,8070,8071,8071,8070,8072,8058,8069,8060,8060,8069,8071,7118,7116,8070,8070,7116,8073,7116,7117,8073,8073,7117,8074,8073,8074,8075,8075,8074,8076,8070,8073,8072,8072,8073,8075,8072,8075,8077,8077,8075,8078,8075,8076,8078,8078,8076,8079,8078,8079,8080,8080,8079,8081,8077,8078,8082,8082,8078,8080,8060,8071,8063,8063,8071,8083,8071,8072,8083,8083,8072,8077,8083,8077,8084,8084,8077,8082,8063,8083,8064,8064,8083,8084,7117,7136,8074,8074,7136,8085,7136,7134,8085,8085,7134,8086,8085,8086,8087,8087,8086,8088,8074,8085,8076,8076,8085,8087,7134,7132,8086,8086,7132,8089,7132,7133,8089,8089,7133,8090,8089,8090,8091,8091,8090,8092,8086,8089,8088,8088,8089,8091,8088,8091,8093,8093,8091,8094,8091,8092,8094,8094,8092,8095,8094,8095,8096,8096,8095,8097,8093,8094,8098,8098,8094,8096,8076,8087,8079,8079,8087,8099,8087,8088,8099,8099,8088,8093,8099,8093,8100,8100,8093,8098,8079,8099,8081,8081,8099,8100,7133,7152,8090,8090,7152,8101,7152,7150,8101,8101,7150,8102,8101,8102,8103,8103,8102,8104,8090,8101,8092,8092,8101,8103,7150,7148,8102,8102,7148,8105,7148,7149,8105,8105,7149,8106,8105,8106,8107,8107,8106,8108,8102,8105,8104,8104,8105,8107,8104,8107,8109,8109,8107,8110,8107,8108,8110,8110,8108,8111,8110,8111,8112,8112,8111,8113,8109,8110,8114,8114,8110,8112,8092,8103,8095,8095,8103,8115,8103,8104,8115,8115,8104,8109,8115,8109,8116,8116,8109,8114,8095,8115,8097,8097,8115,8116,7149,7168,8106,8106,7168,8117,7168,7166,8117,8117,7166,8118,8117,8118,8119,8119,8118,8120,8106,8117,8108,8108,8117,8119,7166,7164,8118,8118,7164,8121,7164,7165,8121,8121,7165,8122,8121,8122,8123,8123,8122,8124,8118,8121,8120,8120,8121,8123,8120,8123,8125,8125,8123,8126,8123,8124,8126,8126,8124,8127,8126,8127,8128,8128,8127,8129,8125,8126,8130,8130,8126,8128,8108,8119,8111,8111,8119,8131,8119,8120,8131,8131,8120,8125,8131,8125,8132,8132,8125,8130,8111,8131,8113,8113,8131,8132,7165,7184,8122,8122,7184,8133,7184,7182,8133,8133,7182,8134,8133,8134,8135,8135,8134,8136,8122,8133,8124,8124,8133,8135,7182,7180,8134,8134,7180,8137,7180,7181,8137,8137,7181,8138,8137,8138,8139,8139,8138,8140,8134,8137,8136,8136,8137,8139,8136,8139,8141,8141,8139,8142,8139,8140,8142,8142,8140,8143,8142,8143,8144,8144,8143,8145,8141,8142,8146,8146,8142,8144,8124,8135,8127,8127,8135,8147,8135,8136,8147,8147,8136,8141,8147,8141,8148,8148,8141,8146,8127,8147,8129,8129,8147,8148,7181,7200,8138,8138,7200,8149,7200,7198,8149,8149,7198,8150,8149,8150,8151,8151,8150,8152,8138,8149,8140,8140,8149,8151,7198,7196,8150,8150,7196,8153,7196,7197,8153,8153,7197,8154,8153,8154,8155,8155,8154,8156,8150,8153,8152,8152,8153,8155,8152,8155,8157,8157,8155,8158,8155,8156,8158,8158,8156,8159,8158,8159,8160,8160,8159,8161,8157,8158,8162,8162,8158,8160,8140,8151,8143,8143,8151,8163,8151,8152,8163,8163,8152,8157,8163,8157,8164,8164,8157,8162,8143,8163,8145,8145,8163,8164,7197,7216,8154,8154,7216,8165,7216,7214,8165,8165,7214,8166,8165,8166,8167,8167,8166,8168,8154,8165,8156,8156,8165,8167,7214,7212,8166,8166,7212,8169,7212,7213,8169,8169,7213,8170,8169,8170,8171,8171,8170,8172,8166,8169,8168,8168,8169,8171,8168,8171,8173,8173,8171,8174,8171,8172,8174,8174,8172,8175,8174,8175,8176,8176,8175,8177,8173,8174,8178,8178,8174,8176,8156,8167,8159,8159,8167,8179,8167,8168,8179,8179,8168,8173,8179,8173,8180,8180,8173,8178,8159,8179,8161,8161,8179,8180,7213,7232,8170,8170,7232,8181,7232,7230,8181,8181,7230,8182,8181,8182,8183,8183,8182,8184,8170,8181,8172,8172,8181,8183,7230,7228,8182,8182,7228,8185,7228,7229,8185,8185,7229,8186,8185,8186,8187,8187,8186,8188,8182,8185,8184,8184,8185,8187,8184,8187,8189,8189,8187,8190,8187,8188,8190,8190,8188,8191,8190,8191,8192,8192,8191,8193,8189,8190,8194,8194,8190,8192,8172,8183,8175,8175,8183,8195,8183,8184,8195,8195,8184,8189,8195,8189,8196,8196,8189,8194,8175,8195,8177,8177,8195,8196,7229,7248,8186,8186,7248,8197,7248,7246,8197,8197,7246,8198,8197,8198,8199,8199,8198,8200,8186,8197,8188,8188,8197,8199,7246,7244,8198,8198,7244,8201,7244,7245,8201,8201,7245,8202,8201,8202,8203,8203,8202,8204,8198,8201,8200,8200,8201,8203,8200,8203,8205,8205,8203,8206,8203,8204,8206,8206,8204,8207,8206,8207,8208,8208,8207,8209,8205,8206,8210,8210,8206,8208,8188,8199,8191,8191,8199,8211,8199,8200,8211,8211,8200,8205,8211,8205,8212,8212,8205,8210,8191,8211,8193,8193,8211,8212,7245,7264,8202,8202,7264,8213,7264,7262,8213,8213,7262,8214,8213,8214,8215,8215,8214,8216,8202,8213,8204,8204,8213,8215,7262,7260,8214,8214,7260,8217,7260,7261,8217,8217,7261,8218,8217,8218,8219,8219,8218,8220,8214,8217,8216,8216,8217,8219,8216,8219,8221,8221,8219,8222,8219,8220,8222,8222,8220,8223,8222,8223,8224,8224,8223,8225,8221,8222,8226,8226,8222,8224,8204,8215,8207,8207,8215,8227,8215,8216,8227,8227,8216,8221,8227,8221,8228,8228,8221,8226,8207,8227,8209,8209,8227,8228,7261,7280,8218,8218,7280,8229,7280,7278,8229,8229,7278,8230,8229,8230,8231,8231,8230,8232,8218,8229,8220,8220,8229,8231,7278,7276,8230,8230,7276,8233,7276,7277,8233,8233,7277,8234,8233,8234,8235,8235,8234,8236,8230,8233,8232,8232,8233,8235,8232,8235,8237,8237,8235,8238,8235,8236,8238,8238,8236,8239,8238,8239,8240,8240,8239,8241,8237,8238,8242,8242,8238,8240,8220,8231,8223,8223,8231,8243,8231,8232,8243,8243,8232,8237,8243,8237,8244,8244,8237,8242,8223,8243,8225,8225,8243,8244,7277,7296,8234,8234,7296,8245,7296,7294,8245,8245,7294,8246,8245,8246,8247,8247,8246,8248,8234,8245,8236,8236,8245,8247,7294,7292,8246,8246,7292,8249,7292,7293,8249,8249,7293,8250,8249,8250,8251,8251,8250,8252,8246,8249,8248,8248,8249,8251,8248,8251,8253,8253,8251,8254,8251,8252,8254,8254,8252,8255,8254,8255,8256,8256,8255,8257,8253,8254,8258,8258,8254,8256,8236,8247,8239,8239,8247,8259,8247,8248,8259,8259,8248,8253,8259,8253,8260,8260,8253,8258,8239,8259,8241,8241,8259,8260,7293,7312,8250,8250,7312,8261,7312,7310,8261,8261,7310,8262,8261,8262,8263,8263,8262,8264,8250,8261,8252,8252,8261,8263,7310,7308,8262,8262,7308,8265,7308,7309,8265,8265,7309,8266,8265,8266,8267,8267,8266,8268,8262,8265,8264,8264,8265,8267,8264,8267,8269,8269,8267,8270,8267,8268,8270,8270,8268,8271,8270,8271,8272,8272,8271,8273,8269,8270,8274,8274,8270,8272,8252,8263,8255,8255,8263,8275,8263,8264,8275,8275,8264,8269,8275,8269,8276,8276,8269,8274,8255,8275,8257,8257,8275,8276,7309,7328,8266,8266,7328,8277,7328,7326,8277,8277,7326,8278,8277,8278,8279,8279,8278,8280,8266,8277,8268,8268,8277,8279,7326,7324,8278,8278,7324,8281,7324,7325,8281,8281,7325,8282,8281,8282,8283,8283,8282,8284,8278,8281,8280,8280,8281,8283,8280,8283,8285,8285,8283,8286,8283,8284,8286,8286,8284,8287,8286,8287,8288,8288,8287,8289,8285,8286,8290,8290,8286,8288,8268,8279,8271,8271,8279,8291,8279,8280,8291,8291,8280,8285,8291,8285,8292,8292,8285,8290,8271,8291,8273,8273,8291,8292,7325,7344,8282,8282,7344,8293,7344,7342,8293,8293,7342,8294,8293,8294,8295,8295,8294,8296,8282,8293,8284,8284,8293,8295,7342,7340,8294,8294,7340,8297,7340,7341,8297,8297,7341,8298,8297,8298,8299,8299,8298,8300,8294,8297,8296,8296,8297,8299,8296,8299,8301,8301,8299,8302,8299,8300,8302,8302,8300,8303,8302,8303,8304,8304,8303,8305,8301,8302,8306,8306,8302,8304,8284,8295,8287,8287,8295,8307,8295,8296,8307,8307,8296,8301,8307,8301,8308,8308,8301,8306,8287,8307,8289,8289,8307,8308,7341,7360,8298,8298,7360,8309,7360,7358,8309,8309,7358,8310,8309,8310,8311,8311,8310,8312,8298,8309,8300,8300,8309,8311,7358,7356,8310,8310,7356,8313,7356,7357,8313,8313,7357,8314,8313,8314,8315,8315,8314,8316,8310,8313,8312,8312,8313,8315,8312,8315,8317,8317,8315,8318,8315,8316,8318,8318,8316,8319,8318,8319,8320,8320,8319,8321,8317,8318,8322,8322,8318,8320,8300,8311,8303,8303,8311,8323,8311,8312,8323,8323,8312,8317,8323,8317,8324,8324,8317,8322,8303,8323,8305,8305,8323,8324,7357,7376,8314,8314,7376,8325,7376,7374,8325,8325,7374,8326,8325,8326,8327,8327,8326,8328,8314,8325,8316,8316,8325,8327,7374,7372,8326,8326,7372,8329,7372,7373,8329,8329,7373,8330,8329,8330,8331,8331,8330,8332,8326,8329,8328,8328,8329,8331,8328,8331,8333,8333,8331,8334,8331,8332,8334,8334,8332,8335,8334,8335,8336,8336,8335,8337,8333,8334,8338,8338,8334,8336,8316,8327,8319,8319,8327,8339,8327,8328,8339,8339,8328,8333,8339,8333,8340,8340,8333,8338,8319,8339,8321,8321,8339,8340,7373,7392,8330,8330,7392,8341,7392,7390,8341,8341,7390,8342,8341,8342,8343,8343,8342,8344,8330,8341,8332,8332,8341,8343,7390,7388,8342,8342,7388,8345,7388,7389,8345,8345,7389,8346,8345,8346,8347,8347,8346,8348,8342,8345,8344,8344,8345,8347,8344,8347,8349,8349,8347,8350,8347,8348,8350,8350,8348,8351,8350,8351,8352,8352,8351,8353,8349,8350,8354,8354,8350,8352,8332,8343,8335,8335,8343,8355,8343,8344,8355,8355,8344,8349,8355,8349,8356,8356,8349,8354,8335,8355,8337,8337,8355,8356,7389,7408,8346,8346,7408,8357,7408,7406,8357,8357,7406,8358,8357,8358,8359,8359,8358,8360,8346,8357,8348,8348,8357,8359,7406,7405,8358,8358,7405,8361,7405,7404,8361,8361,7404,8362,8361,8362,8363,8363,8362,8364,8358,8361,8360,8360,8361,8363,8360,8363,8365,8365,8363,8366,8363,8364,8366,8366,8364,8367,8366,8367,8368,8368,8367,8369,8365,8366,8370,8370,8366,8368,8348,8359,8351,8351,8359,8371,8359,8360,8371,8371,8360,8365,8371,8365,8372,8372,8365,8370,8351,8371,8353,8353,8371,8372,7424,8373,7404,7404,8373,8362,7422,8374,7424,7424,8374,8373,8374,8375,8373,8373,8375,8376,8362,8373,8364,8364,8373,8376,7421,8377,7422,7422,8377,8374,7420,8378,7421,7421,8378,8377,8378,8379,8377,8377,8379,8380,8377,8380,8374,8374,8380,8375,8380,8381,8375,8375,8381,8382,8379,8383,8380,8380,8383,8381,8383,8384,8381,8381,8384,8385,8381,8385,8382,8382,8385,8386,8364,8376,8367,8367,8376,8387,8376,8375,8387,8387,8375,8382,8387,8382,8388,8388,8382,8386,8367,8387,8369,8369,8387,8388,7440,8389,7420,7420,8389,8378,7438,8390,7440,7440,8390,8389,8390,8391,8389,8389,8391,8392,8389,8392,8378,8378,8392,8379,7437,8393,7438,7438,8393,8390,7436,8394,7437,7437,8394,8393,8394,8395,8393,8393,8395,8396,8393,8396,8390,8390,8396,8391,8396,8397,8391,8391,8397,8398,8395,8399,8396,8396,8399,8397,8399,8400,8397,8397,8400,8401,8397,8401,8398,8398,8401,8402,8392,8403,8379,8379,8403,8383,8391,8398,8392,8392,8398,8403,8398,8402,8403,8403,8402,8404,8403,8404,8383,8383,8404,8384,7456,8405,7436,7436,8405,8394,7454,8406,7456,7456,8406,8405,8406,8407,8405,8405,8407,8408,8405,8408,8394,8394,8408,8395,7453,8409,7454,7454,8409,8406,7452,8410,7453,7453,8410,8409,8410,8411,8409,8409,8411,8412,8409,8412,8406,8406,8412,8407,8412,8413,8407,8407,8413,8414,8411,8415,8412,8412,8415,8413,8415,8416,8413,8413,8416,8417,8413,8417,8414,8414,8417,8418,8408,8419,8395,8395,8419,8399,8407,8414,8408,8408,8414,8419,8414,8418,8419,8419,8418,8420,8419,8420,8399,8399,8420,8400,7472,8421,7452,7452,8421,8410,7470,8422,7472,7472,8422,8421,8422,8423,8421,8421,8423,8424,8421,8424,8410,8410,8424,8411,7468,8425,7470,7470,8425,8422,7468,7469,8425,8425,7469,8426,8426,8427,8425,8425,8427,8428,8425,8428,8422,8422,8428,8423,8428,8429,8423,8423,8429,8430,8427,8431,8428,8428,8431,8429,8431,8432,8429,8429,8432,8433,8429,8433,8430,8430,8433,8434,8424,8435,8411,8411,8435,8415,8423,8430,8424,8424,8430,8435,8430,8434,8435,8435,8434,8436,8435,8436,8415,8415,8436,8416,7469,7488,8426,8426,7488,8437,7488,7486,8437,8437,7486,8438,8437,8438,8439,8439,8438,8440,8426,8437,8427,8427,8437,8439,7486,7484,8438,8438,7484,8441,7484,7485,8441,8441,7485,8442,8441,8442,8443,8443,8442,8444,8438,8441,8440,8440,8441,8443,8440,8443,8445,8445,8443,8446,8443,8444,8446,8446,8444,8447,8446,8447,8448,8448,8447,8449,8445,8446,8450,8450,8446,8448,8427,8439,8431,8431,8439,8451,8439,8440,8451,8451,8440,8445,8451,8445,8452,8452,8445,8450,8431,8451,8432,8432,8451,8452,7485,7504,8442,8442,7504,8453,7504,7502,8453,8453,7502,8454,8453,8454,8455,8455,8454,8456,8442,8453,8444,8444,8453,8455,7502,7500,8454,8454,7500,8457,7500,7501,8457,8457,7501,8458,8457,8458,8459,8459,8458,8460,8454,8457,8456,8456,8457,8459,8456,8459,8461,8461,8459,8462,8459,8460,8462,8462,8460,8463,8462,8463,8464,8464,8463,8465,8461,8462,8466,8466,8462,8464,8444,8455,8447,8447,8455,8467,8455,8456,8467,8467,8456,8461,8467,8461,8468,8468,8461,8466,8447,8467,8449,8449,8467,8468,7501,7520,8458,8458,7520,8469,7520,7518,8469,8469,7518,8470,8469,8470,8471,8471,8470,8472,8458,8469,8460,8460,8469,8471,7518,7516,8470,8470,7516,8473,7516,7517,8473,8473,7517,8474,8473,8474,8475,8475,8474,8476,8470,8473,8472,8472,8473,8475,8472,8475,8477,8477,8475,8478,8475,8476,8478,8478,8476,8479,8478,8479,8480,8480,8479,8481,8477,8478,8482,8482,8478,8480,8460,8471,8463,8463,8471,8483,8471,8472,8483,8483,8472,8477,8483,8477,8484,8484,8477,8482,8463,8483,8465,8465,8483,8484,7517,7536,8474,8474,7536,8485,7536,7534,8485,8485,7534,8486,8485,8486,8487,8487,8486,8488,8474,8485,8476,8476,8485,8487,7534,7532,8486,8486,7532,8489,7532,7533,8489,8489,7533,8490,8489,8490,8491,8491,8490,8492,8489,8491,8486,8486,8491,8488,8491,8493,8488,8488,8493,8494,8492,8495,8491,8491,8495,8493,8495,8496,8493,8493,8496,8497,8493,8497,8494,8494,8497,8498,8476,8487,8479,8479,8487,8499,8487,8488,8499,8499,8488,8494,8499,8494,8500,8500,8494,8498,8479,8499,8481,8481,8499,8500,7533,7552,8490,8490,7552,8501,7552,7550,8501,8501,7550,8502,8501,8502,8503,8503,8502,8504,8490,8501,8492,8492,8501,8503,7550,7549,8502,8502,7549,8505,7548,8506,7549,7549,8506,8505,8506,8507,8505,8505,8507,8508,8505,8508,8502,8502,8508,8504,8508,8509,8504,8504,8509,8510,8507,8511,8508,8508,8511,8509,8511,8512,8509,8509,8512,8513,8509,8513,8510,8510,8513,8514,8503,8515,8492,8492,8515,8495,8504,8510,8503,8503,8510,8515,8510,8514,8515,8515,8514,8516,8515,8516,8495,8495,8516,8496,7568,8517,7548,7548,8517,8506,7566,8518,7568,7568,8518,8517,8518,8519,8517,8517,8519,8520,8517,8520,8506,8506,8520,8507,7565,8521,7566,7566,8521,8518,7564,8522,7565,7565,8522,8521,8522,8523,8521,8521,8523,8524,8521,8524,8518,8518,8524,8519,8524,8525,8519,8519,8525,8526,8523,8527,8524,8524,8527,8525,8527,8528,8525,8525,8528,8529,8525,8529,8526,8526,8529,8530,8520,8531,8507,8507,8531,8511,8519,8526,8520,8520,8526,8531,8526,8530,8531,8531,8530,8532,8531,8532,8511,8511,8532,8512,7584,8533,7564,7564,8533,8522,7582,8534,7584,7584,8534,8533,8534,8535,8533,8533,8535,8536,8533,8536,8522,8522,8536,8523,7581,8537,7582,7582,8537,8534,7580,8538,7581,7581,8538,8537,8538,8539,8537,8537,8539,8540,8537,8540,8534,8534,8540,8535,8540,8541,8535,8535,8541,8542,8539,8543,8540,8540,8543,8541,8543,8544,8541,8541,8544,8545,8541,8545,8542,8542,8545,8546,8536,8547,8523,8523,8547,8527,8535,8542,8536,8536,8542,8547,8542,8546,8547,8547,8546,8548,8547,8548,8527,8527,8548,8528,7600,8549,7580,7580,8549,8538,7598,8550,7600,7600,8550,8549,8550,8551,8549,8549,8551,8552,8549,8552,8538,8538,8552,8539,7597,8553,7598,7598,8553,8550,7596,8554,7597,7597,8554,8553,8554,8555,8553,8553,8555,8556,8553,8556,8550,8550,8556,8551,8556,8557,8551,8551,8557,8558,8555,8559,8556,8556,8559,8557,8559,8560,8557,8557,8560,8561,8557,8561,8558,8558,8561,8562,8552,8563,8539,8539,8563,8543,8551,8558,8552,8552,8558,8563,8558,8562,8563,8563,8562,8564,8563,8564,8543,8543,8564,8544,7616,8565,7596,7596,8565,8554,7614,8566,7616,7616,8566,8565,8566,8567,8565,8565,8567,8568,8565,8568,8554,8554,8568,8555,7613,8569,7614,7614,8569,8566,7612,8570,7613,7613,8570,8569,8570,8571,8569,8569,8571,8572,8569,8572,8566,8566,8572,8567,8572,8573,8567,8567,8573,8574,8571,8575,8572,8572,8575,8573,8575,8576,8573,8573,8576,8577,8573,8577,8574,8574,8577,8578,8568,8579,8555,8555,8579,8559,8567,8574,8568,8568,8574,8579,8574,8578,8579,8579,8578,8580,8579,8580,8559,8559,8580,8560,7632,8581,7612,7612,8581,8570,7630,8582,7632,7632,8582,8581,8582,8583,8581,8581,8583,8584,8581,8584,8570,8570,8584,8571,7629,8585,7630,7630,8585,8582,7628,8586,7629,7629,8586,8585,8586,8587,8585,8585,8587,8588,8585,8588,8582,8582,8588,8583,8588,8589,8583,8583,8589,8590,8587,8591,8588,8588,8591,8589,8591,8592,8589,8589,8592,8593,8589,8593,8590,8590,8593,8594,8584,8595,8571,8571,8595,8575,8583,8590,8584,8584,8590,8595,8590,8594,8595,8595,8594,8596,8595,8596,8575,8575,8596,8576,7648,8597,7628,7628,8597,8586,7646,8598,7648,7648,8598,8597,8598,8599,8597,8597,8599,8600,8597,8600,8586,8586,8600,8587,7645,8601,7646,7646,8601,8598,7644,8602,7645,7645,8602,8601,8602,8603,8601,8601,8603,8604,8601,8604,8598,8598,8604,8599,8604,8605,8599,8599,8605,8606,8603,8607,8604,8604,8607,8605,8607,8608,8605,8605,8608,8609,8605,8609,8606,8606,8609,8610,8600,8611,8587,8587,8611,8591,8599,8606,8600,8600,8606,8611,8606,8610,8611,8611,8610,8612,8611,8612,8591,8591,8612,8592,7664,8613,7644,7644,8613,8602,7664,7662,8613,8613,7662,8614,8614,8615,8613,8613,8615,8616,8613,8616,8602,8602,8616,8603,7662,7660,8614,8614,7660,8617,7661,8618,7660,7660,8618,8617,8618,8619,8617,8617,8619,8620,8617,8620,8614,8614,8620,8615,8620,8621,8615,8615,8621,8622,8619,8623,8620,8620,8623,8621,8623,8624,8621,8621,8624,8625,8621,8625,8622,8622,8625,8626,8616,8627,8603,8603,8627,8607,8615,8622,8616,8616,8622,8627,8622,8626,8627,8627,8626,8628,8627,8628,8607,8607,8628,8608,7680,8629,7661,7661,8629,8618,7678,8630,7680,7680,8630,8629,8630,8631,8629,8629,8631,8632,8629,8632,8618,8618,8632,8619,7677,8633,7678,7678,8633,8630,7676,8634,7677,7677,8634,8633,8634,8635,8633,8633,8635,8636,8633,8636,8630,8630,8636,8631,8636,8637,8631,8631,8637,8638,8635,8639,8636,8636,8639,8637,8639,8640,8637,8637,8640,8641,8637,8641,8638,8638,8641,8642,8632,8643,8619,8619,8643,8623,8631,8638,8632,8632,8638,8643,8638,8642,8643,8643,8642,8644,8643,8644,8623,8623,8644,8624,7696,8645,7676,7676,8645,8634,7694,8646,7696,7696,8646,8645,8646,8647,8645,8645,8647,8648,8645,8648,8634,8634,8648,8635,7693,8649,7694,7694,8649,8646,7692,8650,7693,7693,8650,8649,8650,8651,8649,8649,8651,8652,8649,8652,8646,8646,8652,8647,8652,8653,8647,8647,8653,8654,8651,8655,8652,8652,8655,8653,8655,8656,8653,8653,8656,8657,8653,8657,8654,8654,8657,8658,8648,8659,8635,8635,8659,8639,8647,8654,8648,8648,8654,8659,8654,8658,8659,8659,8658,8660,8659,8660,8639,8639,8660,8640,7712,8661,7692,7692,8661,8650,7710,8662,7712,7712,8662,8661,8662,8663,8661,8661,8663,8664,8661,8664,8650,8650,8664,8651,7709,8665,7710,7710,8665,8662,7708,8666,7709,7709,8666,8665,8666,8667,8665,8665,8667,8668,8665,8668,8662,8662,8668,8663,8668,8669,8663,8663,8669,8670,8667,8671,8668,8668,8671,8669,8671,8672,8669,8669,8672,8673,8669,8673,8670,8670,8673,8674,8664,8675,8651,8651,8675,8655,8663,8670,8664,8664,8670,8675,8670,8674,8675,8675,8674,8676,8675,8676,8655,8655,8676,8656,7728,8677,7708,7708,8677,8666,7726,8678,7728,7728,8678,8677,8678,8679,8677,8677,8679,8680,8677,8680,8666,8666,8680,8667,7725,8681,7726,7726,8681,8678,7724,8682,7725,7725,8682,8681,8682,8683,8681,8681,8683,8684,8681,8684,8678,8678,8684,8679,8684,8685,8679,8679,8685,8686,8683,8687,8684,8684,8687,8685,8687,8688,8685,8685,8688,8689,8685,8689,8686,8686,8689,8690,8680,8691,8667,8667,8691,8671,8679,8686,8680,8680,8686,8691,8686,8690,8691,8691,8690,8692,8691,8692,8671,8671,8692,8672,7744,8693,7724,7724,8693,8682,7742,8694,7744,7744,8694,8693,8693,8694,8695,8695,8694,8696,8693,8695,8682,8682,8695,8683,7742,7740,8694,8694,7740,8697,7740,7741,8697,8697,7741,8698,8697,8698,8699,8699,8698,8700,8694,8697,8696,8696,8697,8699,8696,8699,8701,8701,8699,8702,8699,8700,8702,8702,8700,8703,8702,8703,8704,8704,8703,8705,8701,8702,8706,8706,8702,8704,8695,8707,8683,8683,8707,8687,8695,8696,8707,8707,8696,8701,8707,8701,8708,8708,8701,8706,8687,8707,8688,8688,8707,8708,7741,7760,8698,8698,7760,8709,7760,7758,8709,8709,7758,8710,8709,8710,8711,8711,8710,8712,8698,8709,8700,8700,8709,8711,7758,7757,8710,8710,7757,8713,7756,8714,7757,7757,8714,8713,8714,8715,8713,8713,8715,8716,8713,8716,8710,8710,8716,8712,8716,8717,8712,8712,8717,8718,8715,8719,8716,8716,8719,8717,8719,8720,8717,8717,8720,8721,8717,8721,8718,8718,8721,8722,8700,8711,8703,8703,8711,8723,8711,8712,8723,8723,8712,8718,8718,8722,8723,8723,8722,8724,8703,8723,8705,8705,8723,8724,7776,8725,7756,7756,8725,8714,7774,8726,7776,7776,8726,8725,8726,8727,8725,8725,8727,8728,8725,8728,8714,8714,8728,8715,7773,8729,7774,7774,8729,8726,7772,8730,7773,7773,8730,8729,8730,8731,8729,8729,8731,8732,8729,8732,8726,8726,8732,8727,8732,8733,8727,8727,8733,8734,8731,8735,8732,8732,8735,8733,8735,8736,8733,8733,8736,8737,8733,8737,8734,8734,8737,8738,8728,8739,8715,8715,8739,8719,8727,8734,8728,8728,8734,8739,8734,8738,8739,8739,8738,8740,8739,8740,8719,8719,8740,8720,7792,8741,7772,7772,8741,8730,7790,8742,7792,7792,8742,8741,8742,8743,8741,8741,8743,8744,8741,8744,8730,8730,8744,8731,7789,8745,7790,7790,8745,8742,7788,8746,7789,7789,8746,8745,8746,8747,8745,8745,8747,8748,8745,8748,8742,8742,8748,8743,8748,8749,8743,8743,8749,8750,8747,8751,8748,8748,8751,8749,8751,8752,8749,8749,8752,8753,8749,8753,8750,8750,8753,8754,8744,8755,8731,8731,8755,8735,8743,8750,8744,8744,8750,8755,8750,8754,8755,8755,8754,8756,8755,8756,8735,8735,8756,8736,7808,8757,7788,7788,8757,8746,7806,8758,7808,7808,8758,8757,8758,8759,8757,8757,8759,8760,8757,8760,8746,8746,8760,8747,7805,8761,7806,7806,8761,8758,7804,8762,7805,7805,8762,8761,8762,8763,8761,8761,8763,8764,8761,8764,8758,8758,8764,8759,8764,8765,8759,8759,8765,8766,8763,8767,8764,8764,8767,8765,8767,8768,8765,8765,8768,8769,8765,8769,8766,8766,8769,8770,8760,8771,8747,8747,8771,8751,8759,8766,8760,8760,8766,8771,8766,8770,8771,8771,8770,8772,8771,8772,8751,8751,8772,8752,7824,8773,7804,7804,8773,8762,7822,8774,7824,7824,8774,8773,8773,8774,8775,8775,8774,8776,8773,8775,8762,8762,8775,8763,7822,7820,8774,8774,7820,8777,7820,7821,8777,8777,7821,8778,8777,8778,8779,8779,8778,8780,8774,8777,8776,8776,8777,8779,8776,8779,8781,8781,8779,8782,8779,8780,8782,8782,8780,8783,8782,8783,8784,8784,8783,8785,8781,8782,8786,8786,8782,8784,8775,8787,8763,8763,8787,8767,8775,8776,8787,8787,8776,8781,8787,8781,8788,8788,8781,8786,8767,8787,8768,8768,8787,8788,7821,7840,8778,8778,7840,8789,7840,7838,8789,8789,7838,8790,8789,8790,8791,8791,8790,8792,8778,8789,8780,8780,8789,8791,7837,8793,7838,7838,8793,8790,7836,8794,7837,7837,8794,8793,8794,8795,8793,8793,8795,8796,8793,8796,8790,8790,8796,8792,8796,8797,8792,8792,8797,8798,8795,8799,8796,8796,8799,8797,8799,8800,8797,8797,8800,8801,8797,8801,8798,8798,8801,8802,8780,8791,8783,8783,8791,8803,8791,8792,8803,8803,8792,8798,8803,8798,8804,8804,8798,8802,8783,8803,8785,8785,8803,8804,7856,8805,7836,7836,8805,8794,7854,8806,7856,7856,8806,8805,8806,8807,8805,8805,8807,8808,8805,8808,8794,8794,8808,8795,7853,8809,7854,7854,8809,8806,7852,8810,7853,7853,8810,8809,8810,8811,8809,8809,8811,8812,8809,8812,8806,8806,8812,8807,8812,8813,8807,8807,8813,8814,8811,8815,8812,8812,8815,8813,8815,8816,8813,8813,8816,8817,8813,8817,8814,8814,8817,8818,8808,8819,8795,8795,8819,8799,8807,8814,8808,8808,8814,8819,8814,8818,8819,8819,8818,8820,8819,8820,8799,8799,8820,8800,7872,8821,7852,7852,8821,8810,7870,8822,7872,7872,8822,8821,8822,8823,8821,8821,8823,8824,8821,8824,8810,8810,8824,8811,7868,8825,7870,7870,8825,8822,7868,7869,8825,8825,7869,8826,8825,8826,8827,8827,8826,8828,8825,8827,8822,8822,8827,8823,8823,8827,8829,8829,8827,8830,8827,8828,8830,8830,8828,8831,8830,8831,8832,8832,8831,8833,8829,8830,8834,8834,8830,8832,8824,8835,8811,8811,8835,8815,8823,8829,8824,8824,8829,8835,8829,8834,8835,8835,8834,8836,8835,8836,8815,8815,8836,8816,7869,7888,8826,8826,7888,8837,7888,7886,8837,8837,7886,8838,8837,8838,8839,8839,8838,8840,8826,8837,8828,8828,8837,8839,7886,7884,8838,8838,7884,8841,7884,7885,8841,8841,7885,8842,8841,8842,8843,8843,8842,8844,8838,8841,8840,8840,8841,8843,8840,8843,8845,8845,8843,8846,8843,8844,8846,8846,8844,8847,8846,8847,8848,8848,8847,8849,8845,8846,8850,8850,8846,8848,8828,8839,8831,8831,8839,8851,8839,8840,8851,8851,8840,8845,8851,8845,8852,8852,8845,8850,8831,8851,8833,8833,8851,8852,7885,7904,8842,8842,7904,8853,7904,7902,8853,8853,7902,8854,8853,8854,8855,8855,8854,8856,8842,8853,8844,8844,8853,8855,7902,7900,8854,8854,7900,8857,7900,7901,8857,8857,7901,8858,8857,8858,8859,8859,8858,8860,8854,8857,8856,8856,8857,8859,8856,8859,8861,8861,8859,8862,8859,8860,8862,8862,8860,8863,8862,8863,8864,8864,8863,8865,8861,8862,8866,8866,8862,8864,8844,8855,8847,8847,8855,8867,8855,8856,8867,8867,8856,8861,8867,8861,8868,8868,8861,8866,8847,8867,8849,8849,8867,8868,7901,7920,8858,8858,7920,8869,7920,7918,8869,8869,7918,8870,8869,8870,8871,8871,8870,8872,8858,8869,8860,8860,8869,8871,7918,7916,8870,8870,7916,8873,7916,7917,8873,8873,7917,8874,8873,8874,8875,8875,8874,8876,8870,8873,8872,8872,8873,8875,8872,8875,8877,8877,8875,8878,8875,8876,8878,8878,8876,8879,8878,8879,8880,8880,8879,8881,8877,8878,8882,8882,8878,8880,8860,8871,8863,8863,8871,8883,8871,8872,8883,8883,8872,8877,8883,8877,8884,8884,8877,8882,8863,8883,8865,8865,8883,8884,7917,7936,8874,8874,7936,8885,7936,7934,8885,8885,7934,8886,8885,8886,8887,8887,8886,8888,8874,8885,8876,8876,8885,8887,7934,7932,8886,8886,7932,8889,7932,7933,8889,8889,7933,8890,8889,8890,8891,8891,8890,8892,8886,8889,8888,8888,8889,8891,8888,8891,8893,8893,8891,8894,8891,8892,8894,8894,8892,8895,8894,8895,8896,8896,8895,8897,8893,8894,8898,8898,8894,8896,8876,8887,8879,8879,8887,8899,8887,8888,8899,8899,8888,8893,8899,8893,8900,8900,8893,8898,8879,8899,8881,8881,8899,8900,7933,7952,8890,8890,7952,8901,7952,7950,8901,8901,7950,8902,8901,8902,8903,8903,8902,8904,8890,8901,8892,8892,8901,8903,7950,7948,8902,8902,7948,8905,7948,7949,8905,8905,7949,8906,8905,8906,8907,8907,8906,8908,8902,8905,8904,8904,8905,8907,8904,8907,8909,8909,8907,8910,8907,8908,8910,8910,8908,8911,8910,8911,8912,8912,8911,8913,8909,8910,8914,8914,8910,8912,8892,8903,8895,8895,8903,8915,8903,8904,8915,8915,8904,8909,8915,8909,8916,8916,8909,8914,8895,8915,8897,8897,8915,8916,7972,7971,8917,8917,7971,8918,7971,7968,8918,8918,7968,8919,8918,8919,8920,8920,8919,8921,8917,8918,8922,8922,8918,8920,7968,7966,8919,8919,7966,8923,7966,7967,8923,8923,7967,8924,8923,8924,8925,8925,8924,8926,8919,8923,8921,8921,8923,8925,8921,8925,8927,8927,8925,8928,8925,8926,8928,8928,8926,8929,8929,8930,8928,8928,8930,8931,8928,8931,8927,8927,8931,8932,8922,8920,8933,8933,8920,8934,8920,8921,8934,8934,8921,8927,8927,8932,8934,8934,8932,8935,8933,8934,8936,8936,8934,8935,7967,7988,8924,8924,7988,8937,7988,7986,8937,8937,7986,8938,8937,8938,8939,8939,8938,8940,8924,8937,8926,8926,8937,8939,7986,7984,8938,8938,7984,8941,7984,7985,8941,8941,7985,8942,8941,8942,8943,8943,8942,8944,8938,8941,8940,8940,8941,8943,8940,8943,8945,8945,8943,8946,8943,8944,8946,8946,8944,8947,8947,8948,8946,8946,8948,8949,8946,8949,8945,8945,8949,8950,8926,8939,8929,8929,8939,8951,8939,8940,8951,8951,8940,8945,8945,8950,8951,8951,8950,8952,8951,8952,8929,8929,8952,8930,7985,8004,8942,8942,8004,8953,8004,8002,8953,8953,8002,8954,8953,8954,8955,8955,8954,8956,8942,8953,8944,8944,8953,8955,8002,8000,8954,8954,8000,8957,8000,8001,8957,8957,8001,8958,8957,8958,8959,8959,8958,8960,8954,8957,8956,8956,8957,8959,8956,8959,8961,8961,8959,8962,8959,8960,8962,8962,8960,8963,8962,8963,8964,8964,8963,8965,8961,8962,8966,8966,8962,8964,8944,8955,8947,8947,8955,8967,8955,8956,8967,8967,8956,8961,8967,8961,8968,8968,8961,8966,8947,8967,8948,8948,8967,8968,8001,8020,8958,8958,8020,8969,8020,8018,8969,8969,8018,8970,8969,8970,8971,8971,8970,8972,8958,8969,8960,8960,8969,8971,8018,8016,8970,8970,8016,8973,8016,8017,8973,8973,8017,8974,8973,8974,8975,8975,8974,8976,8970,8973,8972,8972,8973,8975,8972,8975,8977,8977,8975,8978,8975,8976,8978,8978,8976,8979,8978,8979,8980,8980,8979,8981,8977,8978,8982,8982,8978,8980,8960,8971,8963,8963,8971,8983,8971,8972,8983,8983,8972,8977,8983,8977,8984,8984,8977,8982,8963,8983,8965,8965,8983,8984,8017,8036,8974,8974,8036,8985,8036,8034,8985,8985,8034,8986,8985,8986,8987,8987,8986,8988,8974,8985,8976,8976,8985,8987,8034,8032,8986,8986,8032,8989,8032,8033,8989,8989,8033,8990,8989,8990,8991,8991,8990,8992,8986,8989,8988,8988,8989,8991,8988,8991,8993,8993,8991,8994,8991,8992,8994,8994,8992,8995,8994,8995,8996,8996,8995,8997,8993,8994,8998,8998,8994,8996,8976,8987,8979,8979,8987,8999,8987,8988,8999,8999,8988,8993,8999,8993,9000,9000,8993,8998,8979,8999,8981,8981,8999,9000,8033,8052,8990,8990,8052,9001,8050,9002,8052,8052,9002,9001,9002,9003,9001,9001,9003,9004,9001,9004,8990,8990,9004,8992,8049,9005,8050,8050,9005,9002,8048,9006,8049,8049,9006,9005,9006,9007,9005,9005,9007,9008,9005,9008,9002,9002,9008,9003,9008,9009,9003,9003,9009,9010,9007,9011,9008,9008,9011,9009,9009,9011,9012,9012,9011,9013,9010,9009,9014,9014,9009,9012,9004,9015,8992,8992,9015,8995,9003,9010,9004,9004,9010,9015,9015,9010,9016,9016,9010,9014,8995,9015,8997,8997,9015,9016,8068,9017,8048,8048,9017,9006,8066,9018,8068,8068,9018,9017,9018,9019,9017,9017,9019,9020,9017,9020,9006,9006,9020,9007,8065,9021,8066,8066,9021,9018,8064,9022,8065,8065,9022,9021,9022,9023,9021,9021,9023,9024,9021,9024,9018,9018,9024,9019,9024,9025,9019,9019,9025,9026,9024,9023,9025,9025,9023,9027,9025,9027,9028,9028,9027,9029,9026,9025,9030,9030,9025,9028,9020,9031,9007,9007,9031,9011,9019,9026,9020,9020,9026,9031,9031,9026,9032,9032,9026,9030,9011,9031,9013,9013,9031,9032,8064,8084,9022,9022,8084,9033,8084,8082,9033,9033,8082,9034,9033,9034,9035,9035,9034,9036,9022,9033,9023,9023,9033,9035,8082,8080,9034,9034,8080,9037,8080,8081,9037,9037,8081,9038,9037,9038,9039,9039,9038,9040,9034,9037,9036,9036,9037,9039,9036,9039,9041,9041,9039,9042,9039,9040,9042,9042,9040,9043,9042,9043,9044,9044,9043,9045,9041,9042,9046,9046,9042,9044,9023,9035,9027,9027,9035,9047,9035,9036,9047,9047,9036,9041,9047,9041,9048,9048,9041,9046,9027,9047,9029,9029,9047,9048,8081,8100,9038,9038,8100,9049,8100,8098,9049,9049,8098,9050,9049,9050,9051,9051,9050,9052,9038,9049,9040,9040,9049,9051,8098,8096,9050,9050,8096,9053,8096,8097,9053,9053,8097,9054,9053,9054,9055,9055,9054,9056,9050,9053,9052,9052,9053,9055,9052,9055,9057,9057,9055,9058,9055,9056,9058,9058,9056,9059,9058,9059,9060,9060,9059,9061,9057,9058,9062,9062,9058,9060,9040,9051,9043,9043,9051,9063,9051,9052,9063,9063,9052,9057,9063,9057,9064,9064,9057,9062,9043,9063,9045,9045,9063,9064,8097,8116,9054,9054,8116,9065,8116,8114,9065,9065,8114,9066,9065,9066,9067,9067,9066,9068,9054,9065,9056,9056,9065,9067,8114,8112,9066,9066,8112,9069,8112,8113,9069,9069,8113,9070,9069,9070,9071,9071,9070,9072,9066,9069,9068,9068,9069,9071,9068,9071,9073,9073,9071,9074,9071,9072,9074,9074,9072,9075,9074,9075,9076,9076,9075,9077,9073,9074,9078,9078,9074,9076,9056,9067,9059,9059,9067,9079,9067,9068,9079,9079,9068,9073,9079,9073,9080,9080,9073,9078,9059,9079,9061,9061,9079,9080,8113,8132,9070,9070,8132,9081,8132,8130,9081,9081,8130,9082,9081,9082,9083,9083,9082,9084,9070,9081,9072,9072,9081,9083,8130,8128,9082,9082,8128,9085,8128,8129,9085,9085,8129,9086,9085,9086,9087,9087,9086,9088,9082,9085,9084,9084,9085,9087,9084,9087,9089,9089,9087,9090,9087,9088,9090,9090,9088,9091,9090,9091,9092,9092,9091,9093,9089,9090,9094,9094,9090,9092,9072,9083,9075,9075,9083,9095,9083,9084,9095,9095,9084,9089,9095,9089,9096,9096,9089,9094,9075,9095,9077,9077,9095,9096,8129,8148,9086,9086,8148,9097,8148,8146,9097,9097,8146,9098,9097,9098,9099,9099,9098,9100,9086,9097,9088,9088,9097,9099,8146,8144,9098,9098,8144,9101,8144,8145,9101,9101,8145,9102,9101,9102,9103,9103,9102,9104,9098,9101,9100,9100,9101,9103,9100,9103,9105,9105,9103,9106,9103,9104,9106,9106,9104,9107,9106,9107,9108,9108,9107,9109,9105,9106,9110,9110,9106,9108,9088,9099,9091,9091,9099,9111,9099,9100,9111,9111,9100,9105,9111,9105,9112,9112,9105,9110,9091,9111,9093,9093,9111,9112,8145,8164,9102,9102,8164,9113,8164,8162,9113,9113,8162,9114,9113,9114,9115,9115,9114,9116,9102,9113,9104,9104,9113,9115,8162,8160,9114,9114,8160,9117,8160,8161,9117,9117,8161,9118,9117,9118,9119,9119,9118,9120,9114,9117,9116,9116,9117,9119,9116,9119,9121,9121,9119,9122,9119,9120,9122,9122,9120,9123,9122,9123,9124,9124,9123,9125,9121,9122,9126,9126,9122,9124,9104,9115,9107,9107,9115,9127,9115,9116,9127,9127,9116,9121,9127,9121,9128,9128,9121,9126,9107,9127,9109,9109,9127,9128,8161,8180,9118,9118,8180,9129,8180,8178,9129,9129,8178,9130,9129,9130,9131,9131,9130,9132,9118,9129,9120,9120,9129,9131,8178,8176,9130,9130,8176,9133,8176,8177,9133,9133,8177,9134,9133,9134,9135,9135,9134,9136,9130,9133,9132,9132,9133,9135,9132,9135,9137,9137,9135,9138,9135,9136,9138,9138,9136,9139,9138,9139,9140,9140,9139,9141,9137,9138,9142,9142,9138,9140,9120,9131,9123,9123,9131,9143,9131,9132,9143,9143,9132,9137,9143,9137,9144,9144,9137,9142,9123,9143,9125,9125,9143,9144,8177,8196,9134,9134,8196,9145,8196,8194,9145,9145,8194,9146,9145,9146,9147,9147,9146,9148,9134,9145,9136,9136,9145,9147,8194,8192,9146,9146,8192,9149,8192,8193,9149,9149,8193,9150,9149,9150,9151,9151,9150,9152,9146,9149,9148,9148,9149,9151,9148,9151,9153,9153,9151,9154,9151,9152,9154,9154,9152,9155,9154,9155,9156,9156,9155,9157,9153,9154,9158,9158,9154,9156,9136,9147,9139,9139,9147,9159,9147,9148,9159,9159,9148,9153,9159,9153,9160,9160,9153,9158,9139,9159,9141,9141,9159,9160,8193,8212,9150,9150,8212,9161,8212,8210,9161,9161,8210,9162,9161,9162,9163,9163,9162,9164,9150,9161,9152,9152,9161,9163,8210,8208,9162,9162,8208,9165,8208,8209,9165,9165,8209,9166,9165,9166,9167,9167,9166,9168,9162,9165,9164,9164,9165,9167,9164,9167,9169,9169,9167,9170,9167,9168,9170,9170,9168,9171,9170,9171,9172,9172,9171,9173,9169,9170,9174,9174,9170,9172,9152,9163,9155,9155,9163,9175,9163,9164,9175,9175,9164,9169,9175,9169,9176,9176,9169,9174,9155,9175,9157,9157,9175,9176,8209,8228,9166,9166,8228,9177,8228,8226,9177,9177,8226,9178,9177,9178,9179,9179,9178,9180,9166,9177,9168,9168,9177,9179,8226,8224,9178,9178,8224,9181,8224,8225,9181,9181,8225,9182,9181,9182,9183,9183,9182,9184,9178,9181,9180,9180,9181,9183,9180,9183,9185,9185,9183,9186,9183,9184,9186,9186,9184,9187,9186,9187,9188,9188,9187,9189,9185,9186,9190,9190,9186,9188,9168,9179,9171,9171,9179,9191,9179,9180,9191,9191,9180,9185,9191,9185,9192,9192,9185,9190,9171,9191,9173,9173,9191,9192,8225,8244,9182,9182,8244,9193,8244,8242,9193,9193,8242,9194,9193,9194,9195,9195,9194,9196,9182,9193,9184,9184,9193,9195,8242,8240,9194,9194,8240,9197,8240,8241,9197,9197,8241,9198,9197,9198,9199,9199,9198,9200,9194,9197,9196,9196,9197,9199,9196,9199,9201,9201,9199,9202,9199,9200,9202,9202,9200,9203,9202,9203,9204,9204,9203,9205,9201,9202,9206,9206,9202,9204,9184,9195,9187,9187,9195,9207,9195,9196,9207,9207,9196,9201,9207,9201,9208,9208,9201,9206,9187,9207,9189,9189,9207,9208,8241,8260,9198,9198,8260,9209,8260,8258,9209,9209,8258,9210,9209,9210,9211,9211,9210,9212,9198,9209,9200,9200,9209,9211,8258,8256,9210,9210,8256,9213,8256,8257,9213,9213,8257,9214,9213,9214,9215,9215,9214,9216,9210,9213,9212,9212,9213,9215,9212,9215,9217,9217,9215,9218,9215,9216,9218,9218,9216,9219,9218,9219,9220,9220,9219,9221,9217,9218,9222,9222,9218,9220,9200,9211,9203,9203,9211,9223,9211,9212,9223,9223,9212,9217,9223,9217,9224,9224,9217,9222,9203,9223,9205,9205,9223,9224,8257,8276,9214,9214,8276,9225,8276,8274,9225,9225,8274,9226,9225,9226,9227,9227,9226,9228,9214,9225,9216,9216,9225,9227,8274,8272,9226,9226,8272,9229,8272,8273,9229,9229,8273,9230,9229,9230,9231,9231,9230,9232,9226,9229,9228,9228,9229,9231,9228,9231,9233,9233,9231,9234,9231,9232,9234,9234,9232,9235,9234,9235,9236,9236,9235,9237,9233,9234,9238,9238,9234,9236,9216,9227,9219,9219,9227,9239,9227,9228,9239,9239,9228,9233,9239,9233,9240,9240,9233,9238,9219,9239,9221,9221,9239,9240,8273,8292,9230,9230,8292,9241,8292,8290,9241,9241,8290,9242,9241,9242,9243,9243,9242,9244,9230,9241,9232,9232,9241,9243,8290,8288,9242,9242,8288,9245,8288,8289,9245,9245,8289,9246,9245,9246,9247,9247,9246,9248,9242,9245,9244,9244,9245,9247,9244,9247,9249,9249,9247,9250,9247,9248,9250,9250,9248,9251,9250,9251,9252,9252,9251,9253,9249,9250,9254,9254,9250,9252,9232,9243,9235,9235,9243,9255,9243,9244,9255,9255,9244,9249,9255,9249,9256,9256,9249,9254,9235,9255,9237,9237,9255,9256,8289,8308,9246,9246,8308,9257,8308,8306,9257,9257,8306,9258,9257,9258,9259,9259,9258,9260,9246,9257,9248,9248,9257,9259,8306,8304,9258,9258,8304,9261,8304,8305,9261,9261,8305,9262,9261,9262,9263,9263,9262,9264,9258,9261,9260,9260,9261,9263,9260,9263,9265,9265,9263,9266,9263,9264,9266,9266,9264,9267,9266,9267,9268,9268,9267,9269,9265,9266,9270,9270,9266,9268,9248,9259,9251,9251,9259,9271,9259,9260,9271,9271,9260,9265,9271,9265,9272,9272,9265,9270,9251,9271,9253,9253,9271,9272,8305,8324,9262,9262,8324,9273,8324,8322,9273,9273,8322,9274,9273,9274,9275,9275,9274,9276,9262,9273,9264,9264,9273,9275,8322,8320,9274,9274,8320,9277,8320,8321,9277,9277,8321,9278,9277,9278,9279,9279,9278,9280,9274,9277,9276,9276,9277,9279,9276,9279,9281,9281,9279,9282,9279,9280,9282,9282,9280,9283,9282,9283,9284,9284,9283,9285,9281,9282,9286,9286,9282,9284,9264,9275,9267,9267,9275,9287,9275,9276,9287,9287,9276,9281,9287,9281,9288,9288,9281,9286,9267,9287,9269,9269,9287,9288,8321,8340,9278,9278,8340,9289,8340,8338,9289,9289,8338,9290,9289,9290,9291,9291,9290,9292,9278,9289,9280,9280,9289,9291,8338,8336,9290,9290,8336,9293,8336,8337,9293,9293,8337,9294,9293,9294,9295,9295,9294,9296,9290,9293,9292,9292,9293,9295,9292,9295,9297,9297,9295,9298,9295,9296,9298,9298,9296,9299,9298,9299,9300,9300,9299,9301,9297,9298,9302,9302,9298,9300,9280,9291,9283,9283,9291,9303,9291,9292,9303,9303,9292,9297,9303,9297,9304,9304,9297,9302,9283,9303,9285,9285,9303,9304,8337,8356,9294,9294,8356,9305,8356,8354,9305,9305,8354,9306,9305,9306,9307,9307,9306,9308,9294,9305,9296,9296,9305,9307,8354,8352,9306,9306,8352,9309,8352,8353,9309,9309,8353,9310,9309,9310,9311,9311,9310,9312,9306,9309,9308,9308,9309,9311,9308,9311,9313,9313,9311,9314,9311,9312,9314,9314,9312,9315,9314,9315,9316,9316,9315,9317,9313,9314,9318,9318,9314,9316,9296,9307,9299,9299,9307,9319,9307,9308,9319,9319,9308,9313,9319,9313,9320,9320,9313,9318,9299,9319,9301,9301,9319,9320,8353,8372,9310,9310,8372,9321,8372,8370,9321,9321,8370,9322,9321,9322,9323,9323,9322,9324,9310,9321,9312,9312,9321,9323,8370,8368,9322,9322,8368,9325,8368,8369,9325,9325,8369,9326,9325,9326,9327,9327,9326,9328,9322,9325,9324,9324,9325,9327,9324,9327,9329,9329,9327,9330,9327,9328,9330,9330,9328,9331,9330,9331,9332,9332,9331,9333,9329,9330,9334,9334,9330,9332,9312,9323,9315,9315,9323,9335,9323,9324,9335,9335,9324,9329,9335,9329,9336,9336,9329,9334,9315,9335,9317,9317,9335,9336,8369,8388,9326,9326,8388,9337,8388,8386,9337,9337,8386,9338,9337,9338,9339,9339,9338,9340,9326,9337,9328,9328,9337,9339,8386,8385,9338,9338,8385,9341,8384,9342,8385,8385,9342,9341,9341,9342,9343,9343,9342,9344,9338,9341,9340,9340,9341,9343,9340,9343,9345,9345,9343,9346,9343,9344,9346,9346,9344,9347,9346,9347,9348,9348,9347,9349,9345,9346,9350,9350,9346,9348,9328,9339,9331,9331,9339,9351,9339,9340,9351,9351,9340,9345,9351,9345,9352,9352,9345,9350,9331,9351,9333,9333,9351,9352,8404,9353,8384,8384,9353,9342,8402,9354,8404,8404,9354,9353,9354,9355,9353,9353,9355,9356,9353,9356,9342,9342,9356,9344,8401,9357,8402,8402,9357,9354,8400,9358,8401,8401,9358,9357,9358,9359,9357,9357,9359,9360,9357,9360,9354,9354,9360,9355,9360,9361,9355,9355,9361,9362,9359,9363,9360,9360,9363,9361,9363,9364,9361,9361,9364,9365,9361,9365,9362,9362,9365,9366,9356,9367,9344,9344,9367,9347,9355,9362,9356,9356,9362,9367,9362,9366,9367,9367,9366,9368,9347,9367,9349,9349,9367,9368,8420,9369,8400,8400,9369,9358,8418,9370,8420,8420,9370,9369,9370,9371,9369,9369,9371,9372,9369,9372,9358,9358,9372,9359,8417,9373,8418,8418,9373,9370,8416,9374,8417,8417,9374,9373,9374,9375,9373,9373,9375,9376,9373,9376,9370,9370,9376,9371,9376,9377,9371,9371,9377,9378,9375,9379,9376,9376,9379,9377,9379,9380,9377,9377,9380,9381,9377,9381,9378,9378,9381,9382,9372,9383,9359,9359,9383,9363,9371,9378,9372,9372,9378,9383,9378,9382,9383,9383,9382,9384,9383,9384,9363,9363,9384,9364,8436,9385,8416,8416,9385,9374,8434,9386,8436,8436,9386,9385,9386,9387,9385,9385,9387,9388,9385,9388,9374,9374,9388,9375,8433,9389,8434,8434,9389,9386,8432,9390,8433,8433,9390,9389,9390,9391,9389,9389,9391,9392,9389,9392,9386,9386,9392,9387,9392,9393,9387,9387,9393,9394,9391,9395,9392,9392,9395,9393,9395,9396,9393,9393,9396,9397,9393,9397,9394,9394,9397,9398,9388,9399,9375,9375,9399,9379,9387,9394,9388,9388,9394,9399,9394,9398,9399,9399,9398,9400,9399,9400,9379,9379,9400,9380,8452,9401,8432,8432,9401,9390,8452,8450,9401,9401,8450,9402,9401,9402,9403,9403,9402,9404,9401,9403,9390,9390,9403,9391,8450,8448,9402,9402,8448,9405,8448,8449,9405,9405,8449,9406,9405,9406,9407,9407,9406,9408,9402,9405,9404,9404,9405,9407,9404,9407,9409,9409,9407,9410,9407,9408,9410,9410,9408,9411,9410,9411,9412,9412,9411,9413,9410,9412,9409,9409,9412,9414,9403,9415,9391,9391,9415,9395,9404,9409,9403,9403,9409,9415,9409,9414,9415,9415,9414,9416,9415,9416,9395,9395,9416,9396,8449,8468,9406,9406,8468,9417,8468,8466,9417,9417,8466,9418,9417,9418,9419,9419,9418,9420,9406,9417,9408,9408,9417,9419,8466,8464,9418,9418,8464,9421,8464,8465,9421,9421,8465,9422,9421,9422,9423,9423,9422,9424,9418,9421,9420,9420,9421,9423,9420,9423,9425,9425,9423,9426,9423,9424,9426,9426,9424,9427,9426,9427,9428,9428,9427,9429,9425,9426,9430,9430,9426,9428,9408,9419,9411,9411,9419,9431,9419,9420,9431,9431,9420,9425,9431,9425,9432,9432,9425,9430,9411,9431,9413,9413,9431,9432,8465,8484,9422,9422,8484,9433,8484,8482,9433,9433,8482,9434,9433,9434,9435,9435,9434,9436,9422,9433,9424,9424,9433,9435,8482,8480,9434,9434,8480,9437,8480,8481,9437,9437,8481,9438,9437,9438,9439,9439,9438,9440,9434,9437,9436,9436,9437,9439,9436,9439,9441,9441,9439,9442,9439,9440,9442,9442,9440,9443,9442,9443,9444,9444,9443,9445,9441,9442,9446,9446,9442,9444,9424,9435,9427,9427,9435,9447,9435,9436,9447,9447,9436,9441,9447,9441,9448,9448,9441,9446,9427,9447,9429,9429,9447,9448,8481,8500,9438,9438,8500,9449,8500,8498,9449,9449,8498,9450,9449,9450,9451,9451,9450,9452,9438,9449,9440,9440,9449,9451,8497,9453,8498,8498,9453,9450,8496,9454,8497,8497,9454,9453,9454,9455,9453,9453,9455,9456,9453,9456,9450,9450,9456,9452,9456,9457,9452,9452,9457,9458,9455,9459,9456,9456,9459,9457,9459,9460,9457,9457,9460,9461,9457,9461,9458,9458,9461,9462,9440,9451,9443,9443,9451,9463,9451,9452,9463,9463,9452,9458,9463,9458,9464,9464,9458,9462,9443,9463,9445,9445,9463,9464,8516,9465,8496,8496,9465,9454,8514,9466,8516,8516,9466,9465,9466,9467,9465,9465,9467,9468,9465,9468,9454,9454,9468,9455,8513,9469,8514,8514,9469,9466,8512,9470,8513,8513,9470,9469,9470,9471,9469,9469,9471,9472,9469,9472,9466,9466,9472,9467,9472,9473,9467,9467,9473,9474,9471,9475,9472,9472,9475,9473,9475,9476,9473,9473,9476,9477,9473,9477,9474,9474,9477,9478,9468,9479,9455,9455,9479,9459,9467,9474,9468,9468,9474,9479,9474,9478,9479,9479,9478,9480,9479,9480,9459,9459,9480,9460,8532,9481,8512,8512,9481,9470,8530,9482,8532,8532,9482,9481,9482,9483,9481,9481,9483,9484,9481,9484,9470,9470,9484,9471,8529,9485,8530,8530,9485,9482,8528,9486,8529,8529,9486,9485,9486,9487,9485,9485,9487,9488,9485,9488,9482,9482,9488,9483,9488,9489,9483,9483,9489,9490,9487,9491,9488,9488,9491,9489,9491,9492,9489,9489,9492,9493,9489,9493,9490,9490,9493,9494,9484,9495,9471,9471,9495,9475,9483,9490,9484,9484,9490,9495,9490,9494,9495,9495,9494,9496,9495,9496,9475,9475,9496,9476,8548,9497,8528,8528,9497,9486,8546,9498,8548,8548,9498,9497,9498,9499,9497,9497,9499,9500,9497,9500,9486,9486,9500,9487,8545,9501,8546,8546,9501,9498,8544,9502,8545,8545,9502,9501,9502,9503,9501,9501,9503,9504,9501,9504,9498,9498,9504,9499,9504,9505,9499,9499,9505,9506,9503,9507,9504,9504,9507,9505,9507,9508,9505,9505,9508,9509,9505,9509,9506,9506,9509,9510,9500,9511,9487,9487,9511,9491,9499,9506,9500,9500,9506,9511,9506,9510,9511,9511,9510,9512,9511,9512,9491,9491,9512,9492,8564,9513,8544,8544,9513,9502,8562,9514,8564,8564,9514,9513,9514,9515,9513,9513,9515,9516,9513,9516,9502,9502,9516,9503,8561,9517,8562,8562,9517,9514,8560,9518,8561,8561,9518,9517,9518,9519,9517,9517,9519,9520,9517,9520,9514,9514,9520,9515,9520,9521,9515,9515,9521,9522,9519,9523,9520,9520,9523,9521,9523,9524,9521,9521,9524,9525,9521,9525,9522,9522,9525,9526,9516,9527,9503,9503,9527,9507,9515,9522,9516,9516,9522,9527,9522,9526,9527,9527,9526,9528,9527,9528,9507,9507,9528,9508,8580,9529,8560,8560,9529,9518,8578,9530,8580,8580,9530,9529,9530,9531,9529,9529,9531,9532,9529,9532,9518,9518,9532,9519,8577,9533,8578,8578,9533,9530,8576,9534,8577,8577,9534,9533,9534,9535,9533,9533,9535,9536,9533,9536,9530,9530,9536,9531,9536,9537,9531,9531,9537,9538,9535,9539,9536,9536,9539,9537,9539,9540,9537,9537,9540,9541,9537,9541,9538,9538,9541,9542,9532,9543,9519,9519,9543,9523,9531,9538,9532,9532,9538,9543,9538,9542,9543,9543,9542,9544,9543,9544,9523,9523,9544,9524,8596,9545,8576,8576,9545,9534,8594,9546,8596,8596,9546,9545,9546,9547,9545,9545,9547,9548,9545,9548,9534,9534,9548,9535,8593,9549,8594,8594,9549,9546,8592,9550,8593,8593,9550,9549,9550,9551,9549,9549,9551,9552,9549,9552,9546,9546,9552,9547,9552,9553,9547,9547,9553,9554,9551,9555,9552,9552,9555,9553,9555,9556,9553,9553,9556,9557,9553,9557,9554,9554,9557,9558,9548,9559,9535,9535,9559,9539,9547,9554,9548,9548,9554,9559,9554,9558,9559,9559,9558,9560,9559,9560,9539,9539,9560,9540,8612,9561,8592,8592,9561,9550,8610,9562,8612,8612,9562,9561,9562,9563,9561,9561,9563,9564,9561,9564,9550,9550,9564,9551,8609,9565,8610,8610,9565,9562,8608,9566,8609,8609,9566,9565,9566,9567,9565,9565,9567,9568,9565,9568,9562,9562,9568,9563,9568,9569,9563,9563,9569,9570,9567,9571,9568,9568,9571,9569,9571,9572,9569,9569,9572,9573,9569,9573,9570,9570,9573,9574,9564,9575,9551,9551,9575,9555,9563,9570,9564,9564,9570,9575,9570,9574,9575,9575,9574,9576,9575,9576,9555,9555,9576,9556,8628,9577,8608,8608,9577,9566,8626,9578,8628,8628,9578,9577,9578,9579,9577,9577,9579,9580,9577,9580,9566,9566,9580,9567,8625,9581,8626,8626,9581,9578,8624,9582,8625,8625,9582,9581,9582,9583,9581,9581,9583,9584,9581,9584,9578,9578,9584,9579,9584,9585,9579,9579,9585,9586,9583,9587,9584,9584,9587,9585,9587,9588,9585,9585,9588,9589,9585,9589,9586,9586,9589,9590,9580,9591,9567,9567,9591,9571,9579,9586,9580,9580,9586,9591,9586,9590,9591,9591,9590,9592,9591,9592,9571,9571,9592,9572,8644,9593,8624,8624,9593,9582,8642,9594,8644,8644,9594,9593,9594,9595,9593,9593,9595,9596,9593,9596,9582,9582,9596,9583,8641,9597,8642,8642,9597,9594,8640,9598,8641,8641,9598,9597,9598,9599,9597,9597,9599,9600,9597,9600,9594,9594,9600,9595,9600,9601,9595,9595,9601,9602,9599,9603,9600,9600,9603,9601,9603,9604,9601,9601,9604,9605,9601,9605,9602,9602,9605,9606,9596,9607,9583,9583,9607,9587,9595,9602,9596,9596,9602,9607,9602,9606,9607,9607,9606,9608,9607,9608,9587,9587,9608,9588,8660,9609,8640,8640,9609,9598,8658,9610,8660,8660,9610,9609,9610,9611,9609,9609,9611,9612,9609,9612,9598,9598,9612,9599,8657,9613,8658,8658,9613,9610,8656,9614,8657,8657,9614,9613,9614,9615,9613,9613,9615,9616,9613,9616,9610,9610,9616,9611,9616,9617,9611,9611,9617,9618,9615,9619,9616,9616,9619,9617,9619,9620,9617,9617,9620,9621,9617,9621,9618,9618,9621,9622,9612,9623,9599,9599,9623,9603,9611,9618,9612,9612,9618,9623,9618,9622,9623,9623,9622,9624,9623,9624,9603,9603,9624,9604,8676,9625,8656,8656,9625,9614,8674,9626,8676,8676,9626,9625,9626,9627,9625,9625,9627,9628,9625,9628,9614,9614,9628,9615,8673,9629,8674,8674,9629,9626,8672,9630,8673,8673,9630,9629,9630,9631,9629,9629,9631,9632,9629,9632,9626,9626,9632,9627,9632,9633,9627,9627,9633,9634,9631,9635,9632,9632,9635,9633,9635,9636,9633,9633,9636,9637,9633,9637,9634,9634,9637,9638,9628,9639,9615,9615,9639,9619,9627,9634,9628,9628,9634,9639,9634,9638,9639,9639,9638,9640,9639,9640,9619,9619,9640,9620,8692,9641,8672,8672,9641,9630,8690,9642,8692,8692,9642,9641,9642,9643,9641,9641,9643,9644,9641,9644,9630,9630,9644,9631,8689,9645,8690,8690,9645,9642,8688,9646,8689,8689,9646,9645,9646,9647,9645,9645,9647,9648,9645,9648,9642,9642,9648,9643,9648,9649,9643,9643,9649,9650,9647,9651,9648,9648,9651,9649,9651,9652,9649,9649,9652,9653,9649,9653,9650,9650,9653,9654,9644,9655,9631,9631,9655,9635,9643,9650,9644,9644,9650,9655,9650,9654,9655,9655,9654,9656,9655,9656,9635,9635,9656,9636,8688,8708,9646,9646,8708,9657,8708,8706,9657,9657,8706,9658,9657,9658,9659,9659,9658,9660,9646,9657,9647,9647,9657,9659,8706,8704,9658,9658,8704,9661,8704,8705,9661,9661,8705,9662,9661,9662,9663,9663,9662,9664,9658,9661,9660,9660,9661,9663,9660,9663,9665,9665,9663,9666,9663,9664,9666,9666,9664,9667,9666,9667,9668,9668,9667,9669,9665,9666,9670,9670,9666,9668,9647,9659,9651,9651,9659,9671,9659,9660,9671,9671,9660,9665,9671,9665,9672,9672,9665,9670,9651,9671,9652,9652,9671,9672,8705,8724,9662,9662,8724,9673,8722,9674,8724,8724,9674,9673,9674,9675,9673,9673,9675,9676,9673,9676,9662,9662,9676,9664,8721,9677,8722,8722,9677,9674,8720,9678,8721,8721,9678,9677,9678,9679,9677,9677,9679,9680,9677,9680,9674,9674,9680,9675,9680,9681,9675,9675,9681,9682,9679,9683,9680,9680,9683,9681,9683,9684,9681,9681,9684,9685,9681,9685,9682,9682,9685,9686,9676,9687,9664,9664,9687,9667,9675,9682,9676,9676,9682,9687,9682,9686,9687,9687,9686,9688,9687,9688,9667,9667,9688,9669,8740,9689,8720,8720,9689,9678,8738,9690,8740,8740,9690,9689,9690,9691,9689,9689,9691,9692,9689,9692,9678,9678,9692,9679,8737,9693,8738,8738,9693,9690,8736,9694,8737,8737,9694,9693,9694,9695,9693,9693,9695,9696,9693,9696,9690,9690,9696,9691,9696,9697,9691,9691,9697,9698,9695,9699,9696,9696,9699,9697,9699,9700,9697,9697,9700,9701,9697,9701,9698,9698,9701,9702,9692,9703,9679,9679,9703,9683,9691,9698,9692,9692,9698,9703,9698,9702,9703,9703,9702,9704,9703,9704,9683,9683,9704,9684,8756,9705,8736,8736,9705,9694,8754,9706,8756,8756,9706,9705,9706,9707,9705,9705,9707,9708,9705,9708,9694,9694,9708,9695,8753,9709,8754,8754,9709,9706,8752,9710,8753,8753,9710,9709,9710,9711,9709,9709,9711,9712,9709,9712,9706,9706,9712,9707,9712,9713,9707,9707,9713,9714,9711,9715,9712,9712,9715,9713,9715,9716,9713,9713,9716,9717,9713,9717,9714,9714,9717,9718,9708,9719,9695,9695,9719,9699,9707,9714,9708,9708,9714,9719,9714,9718,9719,9719,9718,9720,9719,9720,9699,9699,9720,9700,8772,9721,8752,8752,9721,9710,8770,9722,8772,8772,9722,9721,9722,9723,9721,9721,9723,9724,9721,9724,9710,9710,9724,9711,8769,9725,8770,8770,9725,9722,8768,9726,8769,8769,9726,9725,9725,9726,9727,9727,9726,9728,9725,9727,9722,9722,9727,9723,9723,9727,9729,9729,9727,9730,9727,9728,9730,9730,9728,9731,9730,9731,9732,9732,9731,9733,9729,9730,9734,9734,9730,9732,9724,9735,9711,9711,9735,9715,9723,9729,9724,9724,9729,9735,9729,9734,9735,9735,9734,9736,9735,9736,9715,9715,9736,9716,8768,8788,9726,9726,8788,9737,8788,8786,9737,9737,8786,9738,9737,9738,9739,9739,9738,9740,9726,9737,9728,9728,9737,9739,8786,8784,9738,9738,8784,9741,8784,8785,9741,9741,8785,9742,9741,9742,9743,9743,9742,9744,9738,9741,9740,9740,9741,9743,9740,9743,9745,9745,9743,9746,9743,9744,9746,9746,9744,9747,9747,9748,9746,9746,9748,9749,9745,9746,9750,9750,9746,9749,9728,9739,9731,9731,9739,9751,9739,9740,9751,9751,9740,9745,9751,9745,9752,9752,9745,9750,9731,9751,9733,9733,9751,9752,8785,8804,9742,9742,8804,9753,8804,8802,9753,9753,8802,9754,9754,9755,9753,9753,9755,9756,9742,9753,9744,9744,9753,9756,8801,9757,8802,8802,9757,9754,8800,9758,8801,8801,9758,9757,9758,9759,9757,9757,9759,9760,9757,9760,9754,9754,9760,9755,9760,9761,9755,9755,9761,9762,9759,9763,9760,9760,9763,9761,9763,9764,9761,9761,9764,9765,9761,9765,9762,9762,9765,9766,9744,9756,9747,9747,9756,9767,9755,9762,9756,9756,9762,9767,9762,9766,9767,9767,9766,9768,9767,9768,9747,9747,9768,9748,8820,9769,8800,8800,9769,9758,8818,9770,8820,8820,9770,9769,9770,9771,9769,9769,9771,9772,9769,9772,9758,9758,9772,9759,8817,9773,8818,8818,9773,9770,8816,9774,8817,8817,9774,9773,9774,9775,9773,9773,9775,9776,9773,9776,9770,9770,9776,9771,9776,9777,9771,9771,9777,9778,9775,9779,9776,9776,9779,9777,9779,9780,9777,9777,9780,9781,9777,9781,9778,9778,9781,9782,9772,9783,9759,9759,9783,9763,9771,9778,9772,9772,9778,9783,9778,9782,9783,9783,9782,9784,9783,9784,9763,9763,9784,9764,8836,9785,8816,8816,9785,9774,8834,9786,8836,8836,9786,9785,9786,9787,9785,9785,9787,9788,9785,9788,9774,9774,9788,9775,8834,8832,9786,9786,8832,9789,8832,8833,9789,9789,8833,9790,9789,9790,9791,9791,9790,9792,9786,9789,9787,9787,9789,9791,9787,9791,9793,9793,9791,9794,9791,9792,9794,9794,9792,9795,9794,9795,9796,9796,9795,9797,9794,9796,9793,9793,9796,9798,9788,9799,9775,9775,9799,9779,9787,9793,9788,9788,9793,9799,9793,9798,9799,9799,9798,9800,9799,9800,9779,9779,9800,9780,8833,8852,9790,9790,8852,9801,8852,8850,9801,9801,8850,9802,9801,9802,9803,9803,9802,9804,9790,9801,9792,9792,9801,9803,8850,8848,9802,9802,8848,9805,8848,8849,9805,9805,8849,9806,9805,9806,9807,9807,9806,9808,9802,9805,9804,9804,9805,9807,9804,9807,9809,9809,9807,9810,9807,9808,9810,9810,9808,9811,9810,9811,9812,9812,9811,9813,9809,9810,9814,9814,9810,9812,9792,9803,9795,9795,9803,9815,9803,9804,9815,9815,9804,9809,9815,9809,9816,9816,9809,9814,9795,9815,9797,9797,9815,9816,8849,8868,9806,9806,8868,9817,8868,8866,9817,9817,8866,9818,9817,9818,9819,9819,9818,9820,9806,9817,9808,9808,9817,9819,8866,8864,9818,9818,8864,9821,8864,8865,9821,9821,8865,9822,9821,9822,9823,9823,9822,9824,9818,9821,9820,9820,9821,9823,9820,9823,9825,9825,9823,9826,9823,9824,9826,9826,9824,9827,9826,9827,9828,9828,9827,9829,9825,9826,9830,9830,9826,9828,9808,9819,9811,9811,9819,9831,9819,9820,9831,9831,9820,9825,9831,9825,9832,9832,9825,9830,9811,9831,9813,9813,9831,9832,8865,8884,9822,9822,8884,9833,8884,8882,9833,9833,8882,9834,9833,9834,9835,9835,9834,9836,9822,9833,9824,9824,9833,9835,8882,8880,9834,9834,8880,9837,8880,8881,9837,9837,8881,9838,9837,9838,9839,9839,9838,9840,9834,9837,9836,9836,9837,9839,9836,9839,9841,9841,9839,9842,9839,9840,9842,9842,9840,9843,9842,9843,9844,9844,9843,9845,9841,9842,9846,9846,9842,9844,9824,9835,9827,9827,9835,9847,9835,9836,9847,9847,9836,9841,9847,9841,9848,9848,9841,9846,9827,9847,9829,9829,9847,9848,8881,8900,9838,9838,8900,9849,8900,8898,9849,9849,8898,9850,9849,9850,9851,9851,9850,9852,9838,9849,9840,9840,9849,9851,8898,8896,9850,9850,8896,9853,8896,8897,9853,9853,8897,9854,9853,9854,9855,9855,9854,9856,9850,9853,9852,9852,9853,9855,9852,9855,9857,9857,9855,9858,9855,9856,9858,9858,9856,9859,9858,9859,9860,9860,9859,9861,9857,9858,9862,9862,9858,9860,9840,9851,9843,9843,9851,9863,9851,9852,9863,9863,9852,9857,9863,9857,9864,9864,9857,9862,9843,9863,9845,9845,9863,9864,8897,8916,9854,9854,8916,9865,8916,8914,9865,9865,8914,9866,9866,9867,9865,9865,9867,9868,9854,9865,9856,9856,9865,9868,8914,8912,9866,9866,8912,9869,8912,8913,9869,9869,8913,9870,9870,9871,9869,9869,9871,9872,9869,9872,9866,9866,9872,9867,9872,9873,9867,9867,9873,9874,9871,9875,9872,9872,9875,9873,9875,9876,9873,9873,9876,9877,9873,9877,9874,9874,9877,9878,9868,9879,9856,9856,9879,9859,9867,9874,9868,9868,9874,9879,9874,9878,9879,9879,9878,9880,9879,9880,9859,9859,9880,9861,8935,9881,8936,8936,9881,9882,8932,9883,8935,8935,9883,9881,9883,9884,9881,9881,9884,9885,9881,9885,9882,9882,9885,9886,8931,9887,8932,8932,9887,9883,8930,9888,8931,8931,9888,9887,9888,9889,9887,9887,9889,9890,9887,9890,9883,9883,9890,9884,9890,9891,9884,9884,9891,9892,9889,9893,9890,9890,9893,9891,9893,9894,9891,9891,9894,9895,9891,9895,9892,9892,9895,9896,9885,9897,9886,9886,9897,9898,9884,9892,9885,9885,9892,9897,9892,9896,9897,9897,9896,9899,9897,9899,9898,9898,9899,9900,8952,9901,8930,8930,9901,9888,8950,9902,8952,8952,9902,9901,9902,9903,9901,9901,9903,9904,9901,9904,9888,9888,9904,9889,8949,9905,8950,8950,9905,9902,8948,9906,8949,8949,9906,9905,9906,9907,9905,9905,9907,9908,9905,9908,9902,9902,9908,9903,9908,9909,9903,9903,9909,9910,9907,9911,9908,9908,9911,9909,9911,9912,9909,9909,9912,9913,9909,9913,9910,9910,9913,9914,9904,9915,9889,9889,9915,9893,9903,9910,9904,9904,9910,9915,9910,9914,9915,9915,9914,9916,9915,9916,9893,9893,9916,9894,8968,9917,8948,8948,9917,9906,8966,9918,8968,8968,9918,9917,9918,9919,9917,9917,9919,9920,9917,9920,9906,9906,9920,9907,8964,9921,8966,8966,9921,9918,8965,9922,8964,8964,9922,9921,9922,9923,9921,9921,9923,9924,9921,9924,9918,9918,9924,9919,9924,9925,9919,9919,9925,9926,9924,9923,9925,9925,9923,9927,9925,9927,9928,9928,9927,9929,9926,9925,9930,9930,9925,9928,9920,9931,9907,9907,9931,9911,9919,9926,9920,9920,9926,9931,9931,9926,9932,9932,9926,9930,9911,9931,9912,9912,9931,9932,8984,9933,8965,8965,9933,9922,8984,8982,9933,9933,8982,9934,9933,9934,9935,9935,9934,9936,9933,9935,9922,9922,9935,9923,8982,8980,9934,9934,8980,9937,8980,8981,9937,9937,8981,9938,9937,9938,9939,9939,9938,9940,9934,9937,9936,9936,9937,9939,9936,9939,9941,9941,9939,9942,9939,9940,9942,9942,9940,9943,9942,9943,9944,9944,9943,9945,9941,9942,9946,9946,9942,9944,9923,9935,9927,9927,9935,9947,9935,9936,9947,9947,9936,9941,9947,9941,9948,9948,9941,9946,9927,9947,9929,9929,9947,9948,8981,9000,9938,9938,9000,9949,9000,8998,9949,9949,8998,9950,9949,9950,9951,9951,9950,9952,9938,9949,9940,9940,9949,9951,8998,8996,9950,9950,8996,9953,8996,8997,9953,9953,8997,9954,9953,9954,9955,9955,9954,9956,9950,9953,9952,9952,9953,9955,9952,9955,9957,9957,9955,9958,9955,9956,9958,9958,9956,9959,9958,9959,9960,9960,9959,9961,9957,9958,9962,9962,9958,9960,9940,9951,9943,9943,9951,9963,9951,9952,9963,9963,9952,9957,9963,9957,9964,9964,9957,9962,9943,9963,9945,9945,9963,9964,8997,9016,9954,9954,9016,9965,9016,9014,9965,9965,9014,9966,9965,9966,9967,9967,9966,9968,9954,9965,9956,9956,9965,9967,9014,9012,9966,9966,9012,9969,9012,9013,9969,9969,9013,9970,9969,9970,9971,9971,9970,9972,9966,9969,9968,9968,9969,9971,9968,9971,9973,9973,9971,9974,9971,9972,9974,9974,9972,9975,9974,9975,9976,9976,9975,9977,9973,9974,9978,9978,9974,9976,9956,9967,9959,9959,9967,9979,9967,9968,9979,9979,9968,9973,9979,9973,9980,9980,9973,9978,9959,9979,9961,9961,9979,9980,9013,9032,9970,9970,9032,9981,9032,9030,9981,9981,9030,9982,9981,9982,9983,9983,9982,9984,9970,9981,9972,9972,9981,9983,9030,9028,9982,9982,9028,9985,9028,9029,9985,9985,9029,9986,9985,9986,9987,9987,9986,9988,9982,9985,9984,9984,9985,9987,9984,9987,9989,9989,9987,9990,9987,9988,9990,9990,9988,9991,9990,9991,9992,9992,9991,9993,9989,9990,9994,9994,9990,9992,9972,9983,9975,9975,9983,9995,9983,9984,9995,9995,9984,9989,9995,9989,9996,9996,9989,9994,9975,9995,9977,9977,9995,9996,9029,9048,9986,9986,9048,9997,9048,9046,9997,9997,9046,9998,9997,9998,9999,9999,9998,10000,9986,9997,9988,9988,9997,9999,9046,9044,9998,9998,9044,10001,9044,9045,10001,10001,9045,10002,10001,10002,10003,10003,10002,10004,9998,10001,10000,10000,10001,10003,10000,10003,10005,10005,10003,10006,10003,10004,10006,10006,10004,10007,10006,10007,10008,10008,10007,10009,10005,10006,10010,10010,10006,10008,9988,9999,9991,9991,9999,10011,9999,10000,10011,10011,10000,10005,10011,10005,10012,10012,10005,10010,9991,10011,9993,9993,10011,10012,9045,9064,10002,10002,9064,10013,9064,9062,10013,10013,9062,10014,10013,10014,10015,10015,10014,10016,10002,10013,10004,10004,10013,10015,9062,9060,10014,10014,9060,10017,9060,9061,10017,10017,9061,10018,10017,10018,10019,10019,10018,10020,10014,10017,10016,10016,10017,10019,10016,10019,10021,10021,10019,10022,10019,10020,10022,10022,10020,10023,10022,10023,10024,10024,10023,10025,10021,10022,10026,10026,10022,10024,10004,10015,10007,10007,10015,10027,10015,10016,10027,10027,10016,10021,10027,10021,10028,10028,10021,10026,10007,10027,10009,10009,10027,10028,9061,9080,10018,10018,9080,10029,9080,9078,10029,10029,9078,10030,10029,10030,10031,10031,10030,10032,10018,10029,10020,10020,10029,10031,9078,9076,10030,10030,9076,10033,9076,9077,10033,10033,9077,10034,10033,10034,10035,10035,10034,10036,10030,10033,10032,10032,10033,10035,10032,10035,10037,10037,10035,10038,10035,10036,10038,10038,10036,10039,10038,10039,10040,10040,10039,10041,10037,10038,10042,10042,10038,10040,10020,10031,10023,10023,10031,10043,10031,10032,10043,10043,10032,10037,10043,10037,10044,10044,10037,10042,10023,10043,10025,10025,10043,10044,9077,9096,10034,10034,9096,10045,9096,9094,10045,10045,9094,10046,10045,10046,10047,10047,10046,10048,10034,10045,10036,10036,10045,10047,9094,9092,10046,10046,9092,10049,9092,9093,10049,10049,9093,10050,10049,10050,10051,10051,10050,10052,10046,10049,10048,10048,10049,10051,10048,10051,10053,10053,10051,10054,10051,10052,10054,10054,10052,10055,10054,10055,10056,10056,10055,10057,10053,10054,10058,10058,10054,10056,10036,10047,10039,10039,10047,10059,10047,10048,10059,10059,10048,10053,10059,10053,10060,10060,10053,10058,10039,10059,10041,10041,10059,10060,9093,9112,10050,10050,9112,10061,9112,9110,10061,10061,9110,10062,10061,10062,10063,10063,10062,10064,10050,10061,10052,10052,10061,10063,9110,9108,10062,10062,9108,10065,9108,9109,10065,10065,9109,10066,10065,10066,10067,10067,10066,10068,10062,10065,10064,10064,10065,10067,10064,10067,10069,10069,10067,10070,10067,10068,10070,10070,10068,10071,10070,10071,10072,10072,10071,10073,10069,10070,10074,10074,10070,10072,10052,10063,10055,10055,10063,10075,10063,10064,10075,10075,10064,10069,10075,10069,10076,10076,10069,10074,10055,10075,10057,10057,10075,10076,9109,9128,10066,10066,9128,10077,9128,9126,10077,10077,9126,10078,10077,10078,10079,10079,10078,10080,10066,10077,10068,10068,10077,10079,9126,9124,10078,10078,9124,10081,9124,9125,10081,10081,9125,10082,10081,10082,10083,10083,10082,10084,10078,10081,10080,10080,10081,10083,10080,10083,10085,10085,10083,10086,10083,10084,10086,10086,10084,10087,10086,10087,10088,10088,10087,10089,10085,10086,10090,10090,10086,10088,10068,10079,10071,10071,10079,10091,10079,10080,10091,10091,10080,10085,10091,10085,10092,10092,10085,10090,10071,10091,10073,10073,10091,10092,9125,9144,10082,10082,9144,10093,9144,9142,10093,10093,9142,10094,10093,10094,10095,10095,10094,10096,10082,10093,10084,10084,10093,10095,9142,9140,10094,10094,9140,10097,9140,9141,10097,10097,9141,10098,10097,10098,10099,10099,10098,10100,10094,10097,10096,10096,10097,10099,10096,10099,10101,10101,10099,10102,10099,10100,10102,10102,10100,10103,10102,10103,10104,10104,10103,10105,10101,10102,10106,10106,10102,10104,10084,10095,10087,10087,10095,10107,10095,10096,10107,10107,10096,10101,10107,10101,10108,10108,10101,10106,10087,10107,10089,10089,10107,10108,9141,9160,10098,10098,9160,10109,9160,9158,10109,10109,9158,10110,10109,10110,10111,10111,10110,10112,10098,10109,10100,10100,10109,10111,9158,9156,10110,10110,9156,10113,9156,9157,10113,10113,9157,10114,10113,10114,10115,10115,10114,10116,10110,10113,10112,10112,10113,10115,10112,10115,10117,10117,10115,10118,10115,10116,10118,10118,10116,10119,10118,10119,10120,10120,10119,10121,10117,10118,10122,10122,10118,10120,10100,10111,10103,10103,10111,10123,10111,10112,10123,10123,10112,10117,10123,10117,10124,10124,10117,10122,10103,10123,10105,10105,10123,10124,9157,9176,10114,10114,9176,10125,9176,9174,10125,10125,9174,10126,10125,10126,10127,10127,10126,10128,10114,10125,10116,10116,10125,10127,9174,9172,10126,10126,9172,10129,9172,9173,10129,10129,9173,10130,10129,10130,10131,10131,10130,10132,10126,10129,10128,10128,10129,10131,10128,10131,10133,10133,10131,10134,10131,10132,10134,10134,10132,10135,10134,10135,10136,10136,10135,10137,10133,10134,10138,10138,10134,10136,10116,10127,10119,10119,10127,10139,10127,10128,10139,10139,10128,10133,10139,10133,10140,10140,10133,10138,10119,10139,10121,10121,10139,10140,9173,9192,10130,10130,9192,10141,9192,9190,10141,10141,9190,10142,10141,10142,10143,10143,10142,10144,10130,10141,10132,10132,10141,10143,9190,9188,10142,10142,9188,10145,9188,9189,10145,10145,9189,10146,10145,10146,10147,10147,10146,10148,10142,10145,10144,10144,10145,10147,10144,10147,10149,10149,10147,10150,10147,10148,10150,10150,10148,10151,10150,10151,10152,10152,10151,10153,10149,10150,10154,10154,10150,10152,10132,10143,10135,10135,10143,10155,10143,10144,10155,10155,10144,10149,10155,10149,10156,10156,10149,10154,10135,10155,10137,10137,10155,10156,9189,9208,10146,10146,9208,10157,9208,9206,10157,10157,9206,10158,10157,10158,10159,10159,10158,10160,10146,10157,10148,10148,10157,10159,9206,9204,10158,10158,9204,10161,9204,9205,10161,10161,9205,10162,10161,10162,10163,10163,10162,10164,10158,10161,10160,10160,10161,10163,10160,10163,10165,10165,10163,10166,10163,10164,10166,10166,10164,10167,10166,10167,10168,10168,10167,10169,10165,10166,10170,10170,10166,10168,10148,10159,10151,10151,10159,10171,10159,10160,10171,10171,10160,10165,10171,10165,10172,10172,10165,10170,10151,10171,10153,10153,10171,10172,9205,9224,10162,10162,9224,10173,9224,9222,10173,10173,9222,10174,10173,10174,10175,10175,10174,10176,10162,10173,10164,10164,10173,10175,9222,9220,10174,10174,9220,10177,9220,9221,10177,10177,9221,10178,10177,10178,10179,10179,10178,10180,10174,10177,10176,10176,10177,10179,10176,10179,10181,10181,10179,10182,10179,10180,10182,10182,10180,10183,10182,10183,10184,10184,10183,10185,10181,10182,10186,10186,10182,10184,10164,10175,10167,10167,10175,10187,10175,10176,10187,10187,10176,10181,10187,10181,10188,10188,10181,10186,10167,10187,10169,10169,10187,10188,9221,9240,10178,10178,9240,10189,9240,9238,10189,10189,9238,10190,10189,10190,10191,10191,10190,10192,10178,10189,10180,10180,10189,10191,9238,9236,10190,10190,9236,10193,9236,9237,10193,10193,9237,10194,10193,10194,10195,10195,10194,10196,10190,10193,10192,10192,10193,10195,10192,10195,10197,10197,10195,10198,10195,10196,10198,10198,10196,10199,10198,10199,10200,10200,10199,10201,10197,10198,10202,10202,10198,10200,10180,10191,10183,10183,10191,10203,10191,10192,10203,10203,10192,10197,10203,10197,10204,10204,10197,10202,10183,10203,10185,10185,10203,10204,9237,9256,10194,10194,9256,10205,9256,9254,10205,10205,9254,10206,10205,10206,10207,10207,10206,10208,10194,10205,10196,10196,10205,10207,9254,9252,10206,10206,9252,10209,9252,9253,10209,10209,9253,10210,10209,10210,10211,10211,10210,10212,10206,10209,10208,10208,10209,10211,10208,10211,10213,10213,10211,10214,10211,10212,10214,10214,10212,10215,10214,10215,10216,10216,10215,10217,10213,10214,10218,10218,10214,10216,10196,10207,10199,10199,10207,10219,10207,10208,10219,10219,10208,10213,10219,10213,10220,10220,10213,10218,10199,10219,10201,10201,10219,10220,9253,9272,10210,10210,9272,10221,9272,9270,10221,10221,9270,10222,10221,10222,10223,10223,10222,10224,10210,10221,10212,10212,10221,10223,9270,9268,10222,10222,9268,10225,9268,9269,10225,10225,9269,10226,10225,10226,10227,10227,10226,10228,10222,10225,10224,10224,10225,10227,10224,10227,10229,10229,10227,10230,10227,10228,10230,10230,10228,10231,10230,10231,10232,10232,10231,10233,10229,10230,10234,10234,10230,10232,10212,10223,10215,10215,10223,10235,10223,10224,10235,10235,10224,10229,10235,10229,10236,10236,10229,10234,10215,10235,10217,10217,10235,10236,9269,9288,10226,10226,9288,10237,9288,9286,10237,10237,9286,10238,10237,10238,10239,10239,10238,10240,10226,10237,10228,10228,10237,10239,9286,9284,10238,10238,9284,10241,9284,9285,10241,10241,9285,10242,10241,10242,10243,10243,10242,10244,10238,10241,10240,10240,10241,10243,10240,10243,10245,10245,10243,10246,10243,10244,10246,10246,10244,10247,10246,10247,10248,10248,10247,10249,10245,10246,10250,10250,10246,10248,10228,10239,10231,10231,10239,10251,10239,10240,10251,10251,10240,10245,10251,10245,10252,10252,10245,10250,10231,10251,10233,10233,10251,10252,9285,9304,10242,10242,9304,10253,9304,9302,10253,10253,9302,10254,10253,10254,10255,10255,10254,10256,10242,10253,10244,10244,10253,10255,9302,9300,10254,10254,9300,10257,9300,9301,10257,10257,9301,10258,10257,10258,10259,10259,10258,10260,10254,10257,10256,10256,10257,10259,10256,10259,10261,10261,10259,10262,10259,10260,10262,10262,10260,10263,10262,10263,10264,10264,10263,10265,10261,10262,10266,10266,10262,10264,10244,10255,10247,10247,10255,10267,10255,10256,10267,10267,10256,10261,10267,10261,10268,10268,10261,10266,10247,10267,10249,10249,10267,10268,9301,9320,10258,10258,9320,10269,9320,9318,10269,10269,9318,10270,10269,10270,10271,10271,10270,10272,10258,10269,10260,10260,10269,10271,9318,9316,10270,10270,9316,10273,9316,9317,10273,10273,9317,10274,10273,10274,10275,10275,10274,10276,10270,10273,10272,10272,10273,10275,10272,10275,10277,10277,10275,10278,10275,10276,10278,10278,10276,10279,10278,10279,10280,10280,10279,10281,10277,10278,10282,10282,10278,10280,10260,10271,10263,10263,10271,10283,10271,10272,10283,10283,10272,10277,10283,10277,10284,10284,10277,10282,10263,10283,10265,10265,10283,10284,9317,9336,10274,10274,9336,10285,9336,9334,10285,10285,9334,10286,10285,10286,10287,10287,10286,10288,10274,10285,10276,10276,10285,10287,9334,9332,10286,10286,9332,10289,9332,9333,10289,10289,9333,10290,10289,10290,10291,10291,10290,10292,10286,10289,10288,10288,10289,10291,10288,10291,10293,10293,10291,10294,10291,10292,10294,10294,10292,10295,10294,10295,10296,10296,10295,10297,10293,10294,10298,10298,10294,10296,10276,10287,10279,10279,10287,10299,10287,10288,10299,10299,10288,10293,10299,10293,10300,10300,10293,10298,10279,10299,10281,10281,10299,10300,9333,9352,10290,10290,9352,10301,9352,9350,10301,10301,9350,10302,10301,10302,10303,10303,10302,10304,10290,10301,10292,10292,10301,10303,9350,9348,10302,10302,9348,10305,9348,9349,10305,10305,9349,10306,10305,10306,10307,10307,10306,10308,10302,10305,10304,10304,10305,10307,10304,10307,10309,10309,10307,10310,10307,10308,10310,10310,10308,10311,10310,10311,10312,10312,10311,10313,10309,10310,10314,10314,10310,10312,10292,10303,10295,10295,10303,10315,10303,10304,10315,10315,10304,10309,10315,10309,10316,10316,10309,10314,10295,10315,10297,10297,10315,10316,9349,9368,10306,10306,9368,10317,9368,9366,10317,10317,9366,10318,10317,10318,10319,10319,10318,10320,10306,10317,10308,10308,10317,10319,9366,9365,10318,10318,9365,10321,9364,10322,9365,9365,10322,10321,10321,10322,10323,10323,10322,10324,10318,10321,10320,10320,10321,10323,10320,10323,10325,10325,10323,10326,10323,10324,10326,10326,10324,10327,10326,10327,10328,10328,10327,10329,10325,10326,10330,10330,10326,10328,10308,10319,10311,10311,10319,10331,10319,10320,10331,10331,10320,10325,10331,10325,10332,10332,10325,10330,10311,10331,10313,10313,10331,10332,9384,10333,9364,9364,10333,10322,9382,10334,9384,9384,10334,10333,10334,10335,10333,10333,10335,10336,10322,10333,10324,10324,10333,10336,9381,10337,9382,9382,10337,10334,9380,10338,9381,9381,10338,10337,10338,10339,10337,10337,10339,10340,10337,10340,10334,10334,10340,10335,10335,10340,10341,10341,10340,10342,10339,10343,10340,10340,10343,10342,10342,10343,10344,10344,10343,10345,10341,10342,10346,10346,10342,10344,10324,10336,10327,10327,10336,10347,10336,10335,10347,10347,10335,10341,10347,10341,10348,10348,10341,10346,10327,10347,10329,10329,10347,10348,9400,10349,9380,9380,10349,10338,9398,10350,9400,9400,10350,10349,10350,10351,10349,10349,10351,10352,10349,10352,10338,10338,10352,10339,9397,10353,9398,9398,10353,10350,9396,10354,9397,9397,10354,10353,10354,10355,10353,10353,10355,10356,10353,10356,10350,10350,10356,10351,10356,10357,10351,10351,10357,10358,10355,10359,10356,10356,10359,10357,10359,10360,10357,10357,10360,10361,10357,10361,10358,10358,10361,10362,10352,10363,10339,10339,10363,10343,10351,10358,10352,10352,10358,10363,10358,10362,10363,10363,10362,10364,10363,10364,10343,10343,10364,10345,9416,10365,9396,9396,10365,10354,9414,10366,9416,9416,10366,10365,10366,10367,10365,10365,10367,10368,10365,10368,10354,10354,10368,10355,9412,10369,9414,9414,10369,10366,9413,10370,9412,9412,10370,10369,10370,10371,10369,10369,10371,10372,10369,10372,10366,10366,10372,10367,10372,10373,10367,10367,10373,10374,10371,10375,10372,10372,10375,10373,10375,10376,10373,10373,10376,10377,10373,10377,10374,10374,10377,10378,10368,10379,10355,10355,10379,10359,10367,10374,10368,10368,10374,10379,10374,10378,10379,10379,10378,10380,10379,10380,10359,10359,10380,10360,9413,9432,10370,10370,9432,10381,9432,9430,10381,10381,9430,10382,10381,10382,10383,10383,10382,10384,10370,10381,10371,10371,10381,10383,9430,9428,10382,10382,9428,10385,9429,10386,9428,9428,10386,10385,10386,10387,10385,10385,10387,10388,10382,10385,10384,10384,10385,10388,10388,10389,10384,10384,10389,10390,10387,10391,10388,10388,10391,10389,10391,10392,10389,10389,10392,10393,10389,10393,10390,10390,10393,10394,10383,10395,10371,10371,10395,10375,10384,10390,10383,10383,10390,10395,10390,10394,10395,10395,10394,10396,10395,10396,10375,10375,10396,10376,9448,10397,9429,9429,10397,10386,9448,9446,10397,10397,9446,10398,10398,10399,10397,10397,10399,10400,10397,10400,10386,10386,10400,10387,9446,9444,10398,10398,9444,10401,9444,9445,10401,10401,9445,10402,10401,10402,10403,10403,10402,10404,10401,10403,10398,10398,10403,10399,10403,10405,10399,10399,10405,10406,10404,10407,10403,10403,10407,10405,10407,10408,10405,10405,10408,10409,10405,10409,10406,10406,10409,10410,10400,10411,10387,10387,10411,10391,10399,10406,10400,10400,10406,10411,10406,10410,10411,10411,10410,10412,10411,10412,10391,10391,10412,10392,9445,9464,10402,10402,9464,10413,9464,9462,10413,10413,9462,10414,10413,10414,10415,10415,10414,10416,10402,10413,10404,10404,10413,10415,9461,10417,9462,9462,10417,10414,9460,10418,9461,9461,10418,10417,10418,10419,10417,10417,10419,10420,10417,10420,10414,10414,10420,10416,10420,10421,10416,10416,10421,10422,10419,10423,10420,10420,10423,10421,10423,10424,10421,10421,10424,10425,10421,10425,10422,10422,10425,10426,10404,10415,10407,10407,10415,10427,10416,10422,10415,10415,10422,10427,10422,10426,10427,10427,10426,10428,10427,10428,10407,10407,10428,10408,9480,10429,9460,9460,10429,10418,9478,10430,9480,9480,10430,10429,10430,10431,10429,10429,10431,10432,10429,10432,10418,10418,10432,10419,9477,10433,9478,9478,10433,10430,9476,10434,9477,9477,10434,10433,10434,10435,10433,10433,10435,10436,10433,10436,10430,10430,10436,10431,10436,10437,10431,10431,10437,10438,10435,10439,10436,10436,10439,10437,10439,10440,10437,10437,10440,10441,10437,10441,10438,10438,10441,10442,10432,10443,10419,10419,10443,10423,10431,10438,10432,10432,10438,10443,10438,10442,10443,10443,10442,10444,10443,10444,10423,10423,10444,10424,9496,10445,9476,9476,10445,10434,9494,10446,9496,9496,10446,10445,10446,10447,10445,10445,10447,10448,10445,10448,10434,10434,10448,10435,9493,10449,9494,9494,10449,10446,9492,10450,9493,9493,10450,10449,10450,10451,10449,10449,10451,10452,10449,10452,10446,10446,10452,10447,10452,10453,10447,10447,10453,10454,10451,10455,10452,10452,10455,10453,10455,10456,10453,10453,10456,10457,10453,10457,10454,10454,10457,10458,10448,10459,10435,10435,10459,10439,10447,10454,10448,10448,10454,10459,10454,10458,10459,10459,10458,10460,10459,10460,10439,10439,10460,10440,9512,10461,9492,9492,10461,10450,9510,10462,9512,9512,10462,10461,10462,10463,10461,10461,10463,10464,10461,10464,10450,10450,10464,10451,9509,10465,9510,9510,10465,10462,9508,10466,9509,9509,10466,10465,10466,10467,10465,10465,10467,10468,10465,10468,10462,10462,10468,10463,10468,10469,10463,10463,10469,10470,10467,10471,10468,10468,10471,10469,10471,10472,10469,10469,10472,10473,10469,10473,10470,10470,10473,10474,10464,10475,10451,10451,10475,10455,10463,10470,10464,10464,10470,10475,10470,10474,10475,10475,10474,10476,10475,10476,10455,10455,10476,10456,9528,10477,9508,9508,10477,10466,9526,10478,9528,9528,10478,10477,10478,10479,10477,10477,10479,10480,10477,10480,10466,10466,10480,10467,9525,10481,9526,9526,10481,10478,9524,10482,9525,9525,10482,10481,10482,10483,10481,10481,10483,10484,10481,10484,10478,10478,10484,10479,10484,10485,10479,10479,10485,10486,10483,10487,10484,10484,10487,10485,10487,10488,10485,10485,10488,10489,10485,10489,10486,10486,10489,10490,10480,10491,10467,10467,10491,10471,10479,10486,10480,10480,10486,10491,10486,10490,10491,10491,10490,10492,10491,10492,10471,10471,10492,10472,9544,10493,9524,9524,10493,10482,9542,10494,9544,9544,10494,10493,10493,10494,10495,10495,10494,10496,10493,10495,10482,10482,10495,10483,9541,10497,9542,9542,10497,10494,9540,10498,9541,9541,10498,10497,10498,10499,10497,10497,10499,10500,10494,10497,10496,10496,10497,10500,10496,10500,10501,10501,10500,10502,10500,10499,10502,10502,10499,10503,10502,10503,10504,10504,10503,10505,10501,10502,10506,10506,10502,10504,10495,10507,10483,10483,10507,10487,10495,10496,10507,10507,10496,10501,10507,10501,10508,10508,10501,10506,10487,10507,10488,10488,10507,10508,9560,10509,9540,9540,10509,10498,9558,10510,9560,9560,10510,10509,10510,10511,10509,10509,10511,10512,10509,10512,10498,10498,10512,10499,9557,10513,9558,9558,10513,10510,9556,10514,9557,9557,10514,10513,10514,10515,10513,10513,10515,10516,10513,10516,10510,10510,10516,10511,10516,10517,10511,10511,10517,10518,10515,10519,10516,10516,10519,10517,10519,10520,10517,10517,10520,10521,10517,10521,10518,10518,10521,10522,10512,10523,10499,10499,10523,10503,10511,10518,10512,10512,10518,10523,10518,10522,10523,10523,10522,10524,10523,10524,10503,10503,10524,10505,9576,10525,9556,9556,10525,10514,9574,10526,9576,9576,10526,10525,10526,10527,10525,10525,10527,10528,10525,10528,10514,10514,10528,10515,9573,10529,9574,9574,10529,10526,9572,10530,9573,9573,10530,10529,10530,10531,10529,10529,10531,10532,10529,10532,10526,10526,10532,10527,10532,10533,10527,10527,10533,10534,10531,10535,10532,10532,10535,10533,10535,10536,10533,10533,10536,10537,10533,10537,10534,10534,10537,10538,10528,10539,10515,10515,10539,10519,10527,10534,10528,10528,10534,10539,10534,10538,10539,10539,10538,10540,10539,10540,10519,10519,10540,10520,9592,10541,9572,9572,10541,10530,9590,10542,9592,9592,10542,10541,10542,10543,10541,10541,10543,10544,10541,10544,10530,10530,10544,10531,9589,10545,9590,9590,10545,10542,9588,10546,9589,9589,10546,10545,10546,10547,10545,10545,10547,10548,10545,10548,10542,10542,10548,10543,10548,10549,10543,10543,10549,10550,10547,10551,10548,10548,10551,10549,10551,10552,10549,10549,10552,10553,10549,10553,10550,10550,10553,10554,10544,10555,10531,10531,10555,10535,10543,10550,10544,10544,10550,10555,10550,10554,10555,10555,10554,10556,10555,10556,10535,10535,10556,10536,9608,10557,9588,9588,10557,10546,9606,10558,9608,9608,10558,10557,10558,10559,10557,10557,10559,10560,10557,10560,10546,10546,10560,10547,9605,10561,9606,9606,10561,10558,9604,10562,9605,9605,10562,10561,10562,10563,10561,10561,10563,10564,10561,10564,10558,10558,10564,10559,10564,10565,10559,10559,10565,10566,10563,10567,10564,10564,10567,10565,10567,10568,10565,10565,10568,10569,10565,10569,10566,10566,10569,10570,10560,10571,10547,10547,10571,10551,10559,10566,10560,10560,10566,10571,10566,10570,10571,10571,10570,10572,10571,10572,10551,10551,10572,10552,9624,10573,9604,9604,10573,10562,9622,10574,9624,9624,10574,10573,10574,10575,10573,10573,10575,10576,10573,10576,10562,10562,10576,10563,9621,10577,9622,9622,10577,10574,9620,10578,9621,9621,10578,10577,10578,10579,10577,10577,10579,10580,10577,10580,10574,10574,10580,10575,10580,10581,10575,10575,10581,10582,10579,10583,10580,10580,10583,10581,10583,10584,10581,10581,10584,10585,10581,10585,10582,10582,10585,10586,10576,10587,10563,10563,10587,10567,10575,10582,10576,10576,10582,10587,10582,10586,10587,10587,10586,10588,10587,10588,10567,10567,10588,10568,9640,10589,9620,9620,10589,10578,9638,10590,9640,9640,10590,10589,10590,10591,10589,10589,10591,10592,10589,10592,10578,10578,10592,10579,9637,10593,9638,9638,10593,10590,9636,10594,9637,9637,10594,10593,10594,10595,10593,10593,10595,10596,10593,10596,10590,10590,10596,10591,10596,10597,10591,10591,10597,10598,10595,10599,10596,10596,10599,10597,10599,10600,10597,10597,10600,10601,10597,10601,10598,10598,10601,10602,10592,10603,10579,10579,10603,10583,10591,10598,10592,10592,10598,10603,10598,10602,10603,10603,10602,10604,10603,10604,10583,10583,10604,10584,9656,10605,9636,9636,10605,10594,9654,10606,9656,9656,10606,10605,10606,10607,10605,10605,10607,10608,10605,10608,10594,10594,10608,10595,9653,10609,9654,9654,10609,10606,9652,10610,9653,9653,10610,10609,10609,10610,10611,10611,10610,10612,10609,10611,10606,10606,10611,10607,10611,10613,10607,10607,10613,10614,10611,10612,10613,10613,10612,10615,10613,10615,10616,10616,10615,10617,10613,10616,10614,10614,10616,10618,10608,10619,10595,10595,10619,10599,10607,10614,10608,10608,10614,10619,10614,10618,10619,10619,10618,10620,10619,10620,10599,10599,10620,10600,9652,9672,10610,10610,9672,10621,9672,9670,10621,10621,9670,10622,10621,10622,10623,10623,10622,10624,10610,10621,10612,10612,10621,10623,9670,9668,10622,10622,9668,10625,9669,10626,9668,9668,10626,10625,10626,10627,10625,10625,10627,10628,10622,10625,10624,10624,10625,10628,10624,10628,10629,10629,10628,10630,10627,10631,10628,10628,10631,10630,10631,10632,10630,10630,10632,10633,10629,10630,10634,10634,10630,10633,10612,10623,10615,10615,10623,10635,10623,10624,10635,10635,10624,10629,10635,10629,10636,10636,10629,10634,10615,10635,10617,10617,10635,10636,9688,10637,9669,9669,10637,10626,9686,10638,9688,9688,10638,10637,10638,10639,10637,10637,10639,10640,10637,10640,10626,10626,10640,10627,9685,10641,9686,9686,10641,10638,9684,10642,9685,9685,10642,10641,10642,10643,10641,10641,10643,10644,10641,10644,10638,10638,10644,10639,10644,10645,10639,10639,10645,10646,10643,10647,10644,10644,10647,10645,10647,10648,10645,10645,10648,10649,10645,10649,10646,10646,10649,10650,10640,10651,10627,10627,10651,10631,10639,10646,10640,10640,10646,10651,10646,10650,10651,10651,10650,10652,10651,10652,10631,10631,10652,10632,9704,10653,9684,9684,10653,10642,9702,10654,9704,9704,10654,10653,10654,10655,10653,10653,10655,10656,10653,10656,10642,10642,10656,10643,9701,10657,9702,9702,10657,10654,9700,10658,9701,9701,10658,10657,10658,10659,10657,10657,10659,10660,10657,10660,10654,10654,10660,10655,10660,10661,10655,10655,10661,10662,10659,10663,10660,10660,10663,10661,10663,10664,10661,10661,10664,10665,10661,10665,10662,10662,10665,10666,10656,10667,10643,10643,10667,10647,10655,10662,10656,10656,10662,10667,10662,10666,10667,10667,10666,10668,10667,10668,10647,10647,10668,10648,9720,10669,9700,9700,10669,10658,9718,10670,9720,9720,10670,10669,10670,10671,10669,10669,10671,10672,10669,10672,10658,10658,10672,10659,9717,10673,9718,9718,10673,10670,9716,10674,9717,9717,10674,10673,10674,10675,10673,10673,10675,10676,10673,10676,10670,10670,10676,10671,10676,10677,10671,10671,10677,10678,10676,10675,10677,10677,10675,10679,10677,10679,10680,10680,10679,10681,10677,10680,10678,10678,10680,10682,10672,10683,10659,10659,10683,10663,10671,10678,10672,10672,10678,10683,10678,10682,10683,10683,10682,10684,10683,10684,10663,10663,10684,10664,9736,10685,9716,9716,10685,10674,9736,9734,10685,10685,9734,10686,10685,10686,10687,10687,10686,10688,10674,10685,10675,10675,10685,10687,9734,9732,10686,10686,9732,10689,9732,9733,10689,10689,9733,10690,10689,10690,10691,10691,10690,10692,10686,10689,10688,10688,10689,10691,10688,10691,10693,10693,10691,10694,10691,10692,10694,10694,10692,10695,10694,10695,10696,10696,10695,10697,10693,10694,10698,10698,10694,10696,10675,10687,10679,10679,10687,10699,10687,10688,10699,10699,10688,10693,10699,10693,10700,10700,10693,10698,10679,10699,10681,10681,10699,10700,9733,9752,10690,10690,9752,10701,9752,9750,10701,10701,9750,10702,10701,10702,10703,10703,10702,10704,10690,10701,10692,10692,10701,10703,9750,9749,10702,10702,9749,10705,9748,10706,9749,9749,10706,10705,10706,10707,10705,10705,10707,10708,10705,10708,10702,10702,10708,10704,10708,10709,10704,10704,10709,10710,10707,10711,10708,10708,10711,10709,10711,10712,10709,10709,10712,10713,10709,10713,10710,10710,10713,10714,10692,10703,10695,10695,10703,10715,10703,10704,10715,10715,10704,10710,10715,10710,10716,10716,10710,10714,10695,10715,10697,10697,10715,10716,9768,10717,9748,9748,10717,10706,9766,10718,9768,9768,10718,10717,10718,10719,10717,10717,10719,10720,10717,10720,10706,10706,10720,10707,9765,10721,9766,9766,10721,10718,9764,10722,9765,9765,10722,10721,10722,10723,10721,10721,10723,10724,10721,10724,10718,10718,10724,10719,10724,10725,10719,10719,10725,10726,10723,10727,10724,10724,10727,10725,10727,10728,10725,10725,10728,10729,10725,10729,10726,10726,10729,10730,10720,10731,10707,10707,10731,10711,10719,10726,10720,10720,10726,10731,10726,10730,10731,10731,10730,10732,10731,10732,10711,10711,10732,10712,9784,10733,9764,9764,10733,10722,9782,10734,9784,9784,10734,10733,10734,10735,10733,10733,10735,10736,10733,10736,10722,10722,10736,10723,9781,10737,9782,9782,10737,10734,9780,10738,9781,9781,10738,10737,10738,10739,10737,10737,10739,10740,10737,10740,10734,10734,10740,10735,10740,10741,10735,10735,10741,10742,10739,10743,10740,10740,10743,10741,10743,10744,10741,10741,10744,10745,10741,10745,10742,10742,10745,10746,10736,10747,10723,10723,10747,10727,10735,10742,10736,10736,10742,10747,10742,10746,10747,10747,10746,10748,10747,10748,10727,10727,10748,10728,9800,10749,9780,9780,10749,10738,9798,10750,9800,9800,10750,10749,10750,10751,10749,10749,10751,10752,10749,10752,10738,10738,10752,10739,9796,10753,9798,9798,10753,10750,9796,9797,10753,10753,9797,10754,10753,10754,10755,10755,10754,10756,10753,10755,10750,10750,10755,10751,10755,10757,10751,10751,10757,10758,10755,10756,10757,10757,10756,10759,10757,10759,10760,10760,10759,10761,10758,10757,10762,10762,10757,10760,10752,10763,10739,10739,10763,10743,10751,10758,10752,10752,10758,10763,10758,10762,10763,10763,10762,10764,10763,10764,10743,10743,10764,10744,9797,9816,10754,10754,9816,10765,9816,9814,10765,10765,9814,10766,10765,10766,10767,10767,10766,10768,10754,10765,10756,10756,10765,10767,9814,9812,10766,10766,9812,10769,9812,9813,10769,10769,9813,10770,10769,10770,10771,10771,10770,10772,10766,10769,10768,10768,10769,10771,10768,10771,10773,10773,10771,10774,10771,10772,10774,10774,10772,10775,10774,10775,10776,10776,10775,10777,10773,10774,10778,10778,10774,10776,10756,10767,10759,10759,10767,10779,10767,10768,10779,10779,10768,10773,10779,10773,10780,10780,10773,10778,10759,10779,10761,10761,10779,10780,9813,9832,10770,10770,9832,10781,9832,9830,10781,10781,9830,10782,10781,10782,10783,10783,10782,10784,10770,10781,10772,10772,10781,10783,9830,9828,10782,10782,9828,10785,9828,9829,10785,10785,9829,10786,10785,10786,10787,10787,10786,10788,10782,10785,10784,10784,10785,10787,10784,10787,10789,10789,10787,10790,10787,10788,10790,10790,10788,10791,10790,10791,10792,10792,10791,10793,10789,10790,10794,10794,10790,10792,10772,10783,10775,10775,10783,10795,10783,10784,10795,10795,10784,10789,10795,10789,10796,10796,10789,10794,10775,10795,10777,10777,10795,10796,9829,9848,10786,10786,9848,10797,9848,9846,10797,10797,9846,10798,10797,10798,10799,10799,10798,10800,10786,10797,10788,10788,10797,10799,9846,9844,10798,10798,9844,10801,9844,9845,10801,10801,9845,10802,10801,10802,10803,10803,10802,10804,10798,10801,10800,10800,10801,10803,10800,10803,10805,10805,10803,10806,10803,10804,10806,10806,10804,10807,10806,10807,10808,10808,10807,10809,10805,10806,10810,10810,10806,10808,10788,10799,10791,10791,10799,10811,10799,10800,10811,10811,10800,10805,10811,10805,10812,10812,10805,10810,10791,10811,10793,10793,10811,10812,9845,9864,10802,10802,9864,10813,9864,9862,10813,10813,9862,10814,10813,10814,10815,10815,10814,10816,10802,10813,10804,10804,10813,10815,9862,9860,10814,10814,9860,10817,9860,9861,10817,10817,9861,10818,10818,10819,10817,10817,10819,10820,10814,10817,10816,10816,10817,10820,10816,10820,10821,10821,10820,10822,10819,10823,10820,10820,10823,10822,10823,10824,10822,10822,10824,10825,10822,10825,10821,10821,10825,10826,10804,10815,10807,10807,10815,10827,10815,10816,10827,10827,10816,10821,10827,10821,10828,10828,10821,10826,10807,10827,10809,10809,10827,10828,9880,10829,9861,9861,10829,10818,9878,10830,9880,9880,10830,10829,10830,10831,10829,10829,10831,10832,10829,10832,10818,10818,10832,10819,9877,10833,9878,9878,10833,10830,9876,10834,9877,9877,10834,10833,10834,10835,10833,10833,10835,10836,10833,10836,10830,10830,10836,10831,10836,10837,10831,10831,10837,10838,10835,10839,10836,10836,10839,10837,10839,10840,10837,10837,10840,10841,10837,10841,10838,10838,10841,10842,10832,10843,10819,10819,10843,10823,10831,10838,10832,10832,10838,10843,10838,10842,10843,10843,10842,10844,10843,10844,10823,10823,10844,10824,9899,10845,9900,9900,10845,10846,9896,10847,9899,9899,10847,10845,10847,10848,10845,10845,10848,10849,10845,10849,10846,10846,10849,10850,9895,10851,9896,9896,10851,10847,9894,10852,9895,9895,10852,10851,10851,10852,10853,10853,10852,10854,10851,10853,10847,10847,10853,10848,10848,10853,10855,10855,10853,10856,10853,10854,10856,10856,10854,10857,10856,10857,10858,10858,10857,10859,10855,10856,10860,10860,10856,10858,10850,10849,10861,10861,10849,10862,10849,10848,10862,10862,10848,10855,10862,10855,10863,10863,10855,10860,10861,10862,10864,10864,10862,10863,9916,10865,9894,9894,10865,10852,9916,9914,10865,10865,9914,10866,10865,10866,10867,10867,10866,10868,10852,10865,10854,10854,10865,10867,9914,9913,10866,10866,9913,10869,9913,9912,10869,10869,9912,10870,10869,10870,10871,10871,10870,10872,10866,10869,10868,10868,10869,10871,10868,10871,10873,10873,10871,10874,10871,10872,10874,10874,10872,10875,10874,10875,10876,10876,10875,10877,10873,10874,10878,10878,10874,10876,10854,10867,10857,10857,10867,10879,10867,10868,10879,10879,10868,10873,10879,10873,10880,10880,10873,10878,10857,10879,10859,10859,10879,10880,9912,9932,10870,10870,9932,10881,9932,9930,10881,10881,9930,10882,10881,10882,10883,10883,10882,10884,10870,10881,10872,10872,10881,10883,9930,9928,10882,10882,9928,10885,9928,9929,10885,10885,9929,10886,10885,10886,10887,10887,10886,10888,10882,10885,10884,10884,10885,10887,10884,10887,10889,10889,10887,10890,10887,10888,10890,10890,10888,10891,10890,10891,10892,10892,10891,10893,10889,10890,10894,10894,10890,10892,10872,10883,10875,10875,10883,10895,10883,10884,10895,10895,10884,10889,10895,10889,10896,10896,10889,10894,10875,10895,10877,10877,10895,10896,9929,9948,10886,10886,9948,10897,9948,9946,10897,10897,9946,10898,10897,10898,10899,10899,10898,10900,10886,10897,10888,10888,10897,10899,9946,9944,10898,10898,9944,10901,9944,9945,10901,10901,9945,10902,10901,10902,10903,10903,10902,10904,10898,10901,10900,10900,10901,10903,10900,10903,10905,10905,10903,10906,10903,10904,10906,10906,10904,10907,10906,10907,10908,10908,10907,10909,10905,10906,10910,10910,10906,10908,10888,10899,10891,10891,10899,10911,10899,10900,10911,10911,10900,10905,10911,10905,10912,10912,10905,10910,10891,10911,10893,10893,10911,10912,9945,9964,10902,10902,9964,10913,9964,9962,10913,10913,9962,10914,10913,10914,10915,10915,10914,10916,10902,10913,10904,10904,10913,10915,9962,9960,10914,10914,9960,10917,9960,9961,10917,10917,9961,10918,10917,10918,10919,10919,10918,10920,10914,10917,10916,10916,10917,10919,10916,10919,10921,10921,10919,10922,10919,10920,10922,10922,10920,10923,10922,10923,10924,10924,10923,10925,10921,10922,10926,10926,10922,10924,10904,10915,10907,10907,10915,10927,10915,10916,10927,10927,10916,10921,10927,10921,10928,10928,10921,10926,10907,10927,10909,10909,10927,10928,9961,9980,10918,10918,9980,10929,9980,9978,10929,10929,9978,10930,10929,10930,10931,10931,10930,10932,10918,10929,10920,10920,10929,10931,9978,9976,10930,10930,9976,10933,9976,9977,10933,10933,9977,10934,10933,10934,10935,10935,10934,10936,10930,10933,10932,10932,10933,10935,10932,10935,10937,10937,10935,10938,10935,10936,10938,10938,10936,10939,10938,10939,10940,10940,10939,10941,10937,10938,10942,10942,10938,10940,10920,10931,10923,10923,10931,10943,10931,10932,10943,10943,10932,10937,10943,10937,10944,10944,10937,10942,10923,10943,10925,10925,10943,10944,9977,9996,10934,10934,9996,10945,9996,9994,10945,10945,9994,10946,10945,10946,10947,10947,10946,10948,10934,10945,10936,10936,10945,10947,9994,9992,10946,10946,9992,10949,9992,9993,10949,10949,9993,10950,10949,10950,10951,10951,10950,10952,10946,10949,10948,10948,10949,10951,10948,10951,10953,10953,10951,10954,10951,10952,10954,10954,10952,10955,10954,10955,10956,10956,10955,10957,10953,10954,10958,10958,10954,10956,10936,10947,10939,10939,10947,10959,10947,10948,10959,10959,10948,10953,10959,10953,10960,10960,10953,10958,10939,10959,10941,10941,10959,10960,9993,10012,10950,10950,10012,10961,10012,10010,10961,10961,10010,10962,10961,10962,10963,10963,10962,10964,10950,10961,10952,10952,10961,10963,10010,10008,10962,10962,10008,10965,10008,10009,10965,10965,10009,10966,10965,10966,10967,10967,10966,10968,10962,10965,10964,10964,10965,10967,10964,10967,10969,10969,10967,10970,10967,10968,10970,10970,10968,10971,10970,10971,10972,10972,10971,10973,10969,10970,10974,10974,10970,10972,10952,10963,10955,10955,10963,10975,10963,10964,10975,10975,10964,10969,10975,10969,10976,10976,10969,10974,10955,10975,10957,10957,10975,10976,10009,10028,10966,10966,10028,10977,10028,10026,10977,10977,10026,10978,10977,10978,10979,10979,10978,10980,10966,10977,10968,10968,10977,10979,10026,10024,10978,10978,10024,10981,10024,10025,10981,10981,10025,10982,10981,10982,10983,10983,10982,10984,10978,10981,10980,10980,10981,10983,10980,10983,10985,10985,10983,10986,10983,10984,10986,10986,10984,10987,10986,10987,10988,10988,10987,10989,10985,10986,10990,10990,10986,10988,10968,10979,10971,10971,10979,10991,10979,10980,10991,10991,10980,10985,10991,10985,10992,10992,10985,10990,10971,10991,10973,10973,10991,10992,10025,10044,10982,10982,10044,10993,10044,10042,10993,10993,10042,10994,10993,10994,10995,10995,10994,10996,10982,10993,10984,10984,10993,10995,10042,10040,10994,10994,10040,10997,10040,10041,10997,10997,10041,10998,10997,10998,10999,10999,10998,11000,10994,10997,10996,10996,10997,10999,10996,10999,11001,11001,10999,11002,10999,11000,11002,11002,11000,11003,11002,11003,11004,11004,11003,11005,11001,11002,11006,11006,11002,11004,10984,10995,10987,10987,10995,11007,10995,10996,11007,11007,10996,11001,11007,11001,11008,11008,11001,11006,10987,11007,10989,10989,11007,11008,10041,10060,10998,10998,10060,11009,10060,10058,11009,11009,10058,11010,11009,11010,11011,11011,11010,11012,10998,11009,11000,11000,11009,11011,10058,10056,11010,11010,10056,11013,10056,10057,11013,11013,10057,11014,11013,11014,11015,11015,11014,11016,11010,11013,11012,11012,11013,11015,11012,11015,11017,11017,11015,11018,11015,11016,11018,11018,11016,11019,11018,11019,11020,11020,11019,11021,11017,11018,11022,11022,11018,11020,11000,11011,11003,11003,11011,11023,11011,11012,11023,11023,11012,11017,11023,11017,11024,11024,11017,11022,11003,11023,11005,11005,11023,11024,10057,10076,11014,11014,10076,11025,10076,10074,11025,11025,10074,11026,11025,11026,11027,11027,11026,11028,11014,11025,11016,11016,11025,11027,10074,10072,11026,11026,10072,11029,10072,10073,11029,11029,10073,11030,11029,11030,11031,11031,11030,11032,11026,11029,11028,11028,11029,11031,11028,11031,11033,11033,11031,11034,11031,11032,11034,11034,11032,11035,11034,11035,11036,11036,11035,11037,11033,11034,11038,11038,11034,11036,11016,11027,11019,11019,11027,11039,11027,11028,11039,11039,11028,11033,11039,11033,11040,11040,11033,11038,11019,11039,11021,11021,11039,11040,10073,10092,11030,11030,10092,11041,10092,10090,11041,11041,10090,11042,11041,11042,11043,11043,11042,11044,11030,11041,11032,11032,11041,11043,10090,10088,11042,11042,10088,11045,10088,10089,11045,11045,10089,11046,11045,11046,11047,11047,11046,11048,11042,11045,11044,11044,11045,11047,11044,11047,11049,11049,11047,11050,11047,11048,11050,11050,11048,11051,11050,11051,11052,11052,11051,11053,11049,11050,11054,11054,11050,11052,11032,11043,11035,11035,11043,11055,11043,11044,11055,11055,11044,11049,11055,11049,11056,11056,11049,11054,11035,11055,11037,11037,11055,11056,10089,10108,11046,11046,10108,11057,10108,10106,11057,11057,10106,11058,11057,11058,11059,11059,11058,11060,11046,11057,11048,11048,11057,11059,10106,10104,11058,11058,10104,11061,10104,10105,11061,11061,10105,11062,11061,11062,11063,11063,11062,11064,11058,11061,11060,11060,11061,11063,11060,11063,11065,11065,11063,11066,11063,11064,11066,11066,11064,11067,11066,11067,11068,11068,11067,11069,11065,11066,11070,11070,11066,11068,11048,11059,11051,11051,11059,11071,11059,11060,11071,11071,11060,11065,11071,11065,11072,11072,11065,11070,11051,11071,11053,11053,11071,11072,10105,10124,11062,11062,10124,11073,10124,10122,11073,11073,10122,11074,11073,11074,11075,11075,11074,11076,11062,11073,11064,11064,11073,11075,10122,10120,11074,11074,10120,11077,10120,10121,11077,11077,10121,11078,11077,11078,11079,11079,11078,11080,11074,11077,11076,11076,11077,11079,11076,11079,11081,11081,11079,11082,11079,11080,11082,11082,11080,11083,11082,11083,11084,11084,11083,11085,11081,11082,11086,11086,11082,11084,11064,11075,11067,11067,11075,11087,11075,11076,11087,11087,11076,11081,11087,11081,11088,11088,11081,11086,11067,11087,11069,11069,11087,11088,10121,10140,11078,11078,10140,11089,10140,10138,11089,11089,10138,11090,11089,11090,11091,11091,11090,11092,11078,11089,11080,11080,11089,11091,10138,10136,11090,11090,10136,11093,10136,10137,11093,11093,10137,11094,11093,11094,11095,11095,11094,11096,11090,11093,11092,11092,11093,11095,11092,11095,11097,11097,11095,11098,11095,11096,11098,11098,11096,11099,11098,11099,11100,11100,11099,11101,11097,11098,11102,11102,11098,11100,11080,11091,11083,11083,11091,11103,11091,11092,11103,11103,11092,11097,11103,11097,11104,11104,11097,11102,11083,11103,11085,11085,11103,11104,10137,10156,11094,11094,10156,11105,10156,10154,11105,11105,10154,11106,11105,11106,11107,11107,11106,11108,11094,11105,11096,11096,11105,11107,10154,10152,11106,11106,10152,11109,10152,10153,11109,11109,10153,11110,11109,11110,11111,11111,11110,11112,11106,11109,11108,11108,11109,11111,11108,11111,11113,11113,11111,11114,11111,11112,11114,11114,11112,11115,11114,11115,11116,11116,11115,11117,11113,11114,11118,11118,11114,11116,11096,11107,11099,11099,11107,11119,11107,11108,11119,11119,11108,11113,11119,11113,11120,11120,11113,11118,11099,11119,11101,11101,11119,11120,10153,10172,11110,11110,10172,11121,10172,10170,11121,11121,10170,11122,11121,11122,11123,11123,11122,11124,11110,11121,11112,11112,11121,11123,10170,10168,11122,11122,10168,11125,10168,10169,11125,11125,10169,11126,11125,11126,11127,11127,11126,11128,11122,11125,11124,11124,11125,11127,11124,11127,11129,11129,11127,11130,11127,11128,11130,11130,11128,11131,11130,11131,11132,11132,11131,11133,11129,11130,11134,11134,11130,11132,11112,11123,11115,11115,11123,11135,11123,11124,11135,11135,11124,11129,11135,11129,11136,11136,11129,11134,11115,11135,11117,11117,11135,11136,10169,10188,11126,11126,10188,11137,10188,10186,11137,11137,10186,11138,11137,11138,11139,11139,11138,11140,11126,11137,11128,11128,11137,11139,10186,10184,11138,11138,10184,11141,10184,10185,11141,11141,10185,11142,11141,11142,11143,11143,11142,11144,11138,11141,11140,11140,11141,11143,11140,11143,11145,11145,11143,11146,11143,11144,11146,11146,11144,11147,11146,11147,11148,11148,11147,11149,11145,11146,11150,11150,11146,11148,11128,11139,11131,11131,11139,11151,11139,11140,11151,11151,11140,11145,11151,11145,11152,11152,11145,11150,11131,11151,11133,11133,11151,11152,10185,10204,11142,11142,10204,11153,10204,10202,11153,11153,10202,11154,11153,11154,11155,11155,11154,11156,11142,11153,11144,11144,11153,11155,10202,10200,11154,11154,10200,11157,10200,10201,11157,11157,10201,11158,11157,11158,11159,11159,11158,11160,11154,11157,11156,11156,11157,11159,11156,11159,11161,11161,11159,11162,11159,11160,11162,11162,11160,11163,11162,11163,11164,11164,11163,11165,11161,11162,11166,11166,11162,11164,11144,11155,11147,11147,11155,11167,11155,11156,11167,11167,11156,11161,11167,11161,11168,11168,11161,11166,11147,11167,11149,11149,11167,11168,10201,10220,11158,11158,10220,11169,10220,10218,11169,11169,10218,11170,11169,11170,11171,11171,11170,11172,11158,11169,11160,11160,11169,11171,10218,10216,11170,11170,10216,11173,10216,10217,11173,11173,10217,11174,11173,11174,11175,11175,11174,11176,11170,11173,11172,11172,11173,11175,11172,11175,11177,11177,11175,11178,11175,11176,11178,11178,11176,11179,11178,11179,11180,11180,11179,11181,11177,11178,11182,11182,11178,11180,11160,11171,11163,11163,11171,11183,11171,11172,11183,11183,11172,11177,11183,11177,11184,11184,11177,11182,11163,11183,11165,11165,11183,11184,10217,10236,11174,11174,10236,11185,10236,10234,11185,11185,10234,11186,11185,11186,11187,11187,11186,11188,11174,11185,11176,11176,11185,11187,10234,10232,11186,11186,10232,11189,10232,10233,11189,11189,10233,11190,11189,11190,11191,11191,11190,11192,11186,11189,11188,11188,11189,11191,11188,11191,11193,11193,11191,11194,11191,11192,11194,11194,11192,11195,11194,11195,11196,11196,11195,11197,11193,11194,11198,11198,11194,11196,11176,11187,11179,11179,11187,11199,11187,11188,11199,11199,11188,11193,11199,11193,11200,11200,11193,11198,11179,11199,11181,11181,11199,11200,10233,10252,11190,11190,10252,11201,10252,10250,11201,11201,10250,11202,11201,11202,11203,11203,11202,11204,11190,11201,11192,11192,11201,11203,10250,10248,11202,11202,10248,11205,10248,10249,11205,11205,10249,11206,11205,11206,11207,11207,11206,11208,11202,11205,11204,11204,11205,11207,11204,11207,11209,11209,11207,11210,11207,11208,11210,11210,11208,11211,11210,11211,11212,11212,11211,11213,11209,11210,11214,11214,11210,11212,11192,11203,11195,11195,11203,11215,11203,11204,11215,11215,11204,11209,11215,11209,11216,11216,11209,11214,11195,11215,11197,11197,11215,11216,10249,10268,11206,11206,10268,11217,10268,10266,11217,11217,10266,11218,11217,11218,11219,11219,11218,11220,11206,11217,11208,11208,11217,11219,10266,10264,11218,11218,10264,11221,10264,10265,11221,11221,10265,11222,11221,11222,11223,11223,11222,11224,11218,11221,11220,11220,11221,11223,11220,11223,11225,11225,11223,11226,11223,11224,11226,11226,11224,11227,11226,11227,11228,11228,11227,11229,11225,11226,11230,11230,11226,11228,11208,11219,11211,11211,11219,11231,11219,11220,11231,11231,11220,11225,11231,11225,11232,11232,11225,11230,11211,11231,11213,11213,11231,11232,10265,10284,11222,11222,10284,11233,10284,10282,11233,11233,10282,11234,11233,11234,11235,11235,11234,11236,11222,11233,11224,11224,11233,11235,10282,10280,11234,11234,10280,11237,10280,10281,11237,11237,10281,11238,11237,11238,11239,11239,11238,11240,11234,11237,11236,11236,11237,11239,11236,11239,11241,11241,11239,11242,11239,11240,11242,11242,11240,11243,11242,11243,11244,11244,11243,11245,11241,11242,11246,11246,11242,11244,11224,11235,11227,11227,11235,11247,11235,11236,11247,11247,11236,11241,11247,11241,11248,11248,11241,11246,11227,11247,11229,11229,11247,11248,10281,10300,11238,11238,10300,11249,10300,10298,11249,11249,10298,11250,11249,11250,11251,11251,11250,11252,11238,11249,11240,11240,11249,11251,10298,10296,11250,11250,10296,11253,10296,10297,11253,11253,10297,11254,11253,11254,11255,11255,11254,11256,11250,11253,11252,11252,11253,11255,11252,11255,11257,11257,11255,11258,11255,11256,11258,11258,11256,11259,11258,11259,11260,11260,11259,11261,11257,11258,11262,11262,11258,11260,11240,11251,11243,11243,11251,11263,11251,11252,11263,11263,11252,11257,11263,11257,11264,11264,11257,11262,11243,11263,11245,11245,11263,11264,10297,10316,11254,11254,10316,11265,10316,10314,11265,11265,10314,11266,11265,11266,11267,11267,11266,11268,11254,11265,11256,11256,11265,11267,10314,10312,11266,11266,10312,11269,10312,10313,11269,11269,10313,11270,11269,11270,11271,11271,11270,11272,11266,11269,11268,11268,11269,11271,11268,11271,11273,11273,11271,11274,11271,11272,11274,11274,11272,11275,11274,11275,11276,11276,11275,11277,11273,11274,11278,11278,11274,11276,11256,11267,11259,11259,11267,11279,11267,11268,11279,11279,11268,11273,11279,11273,11280,11280,11273,11278,11259,11279,11261,11261,11279,11280,10313,10332,11270,11270,10332,11281,10332,10330,11281,11281,10330,11282,11281,11282,11283,11283,11282,11284,11270,11281,11272,11272,11281,11283,10330,10328,11282,11282,10328,11285,10328,10329,11285,11285,10329,11286,11285,11286,11287,11287,11286,11288,11282,11285,11284,11284,11285,11287,11284,11287,11289,11289,11287,11290,11287,11288,11290,11290,11288,11291,11290,11291,11292,11292,11291,11293,11289,11290,11294,11294,11290,11292,11272,11283,11275,11275,11283,11295,11283,11284,11295,11295,11284,11289,11295,11289,11296,11296,11289,11294,11275,11295,11277,11277,11295,11296,10329,10348,11286,11286,10348,11297,10348,10346,11297,11297,10346,11298,11297,11298,11299,11299,11298,11300,11286,11297,11288,11288,11297,11299,10346,10344,11298,11298,10344,11301,10344,10345,11301,11301,10345,11302,11301,11302,11303,11303,11302,11304,11298,11301,11300,11300,11301,11303,11300,11303,11305,11305,11303,11306,11303,11304,11306,11306,11304,11307,11306,11307,11308,11308,11307,11309,11305,11306,11310,11310,11306,11308,11288,11299,11291,11291,11299,11311,11299,11300,11311,11311,11300,11305,11311,11305,11312,11312,11305,11310,11291,11311,11293,11293,11311,11312,10345,10364,11302,11302,10364,11313,10362,11314,10364,10364,11314,11313,11313,11314,11315,11315,11314,11316,11302,11313,11304,11304,11313,11315,10361,11317,10362,10362,11317,11314,10360,11318,10361,10361,11318,11317,11318,11319,11317,11317,11319,11320,11317,11320,11314,11314,11320,11316,11316,11320,11321,11321,11320,11322,11319,11323,11320,11320,11323,11322,11322,11323,11324,11324,11323,11325,11321,11322,11326,11326,11322,11324,11304,11315,11307,11307,11315,11327,11315,11316,11327,11327,11316,11321,11327,11321,11328,11328,11321,11326,11307,11327,11309,11309,11327,11328,10380,11329,10360,10360,11329,11318,10378,11330,10380,10380,11330,11329,11330,11331,11329,11329,11331,11332,11329,11332,11318,11318,11332,11319,10377,11333,10378,10378,11333,11330,10376,11334,10377,10377,11334,11333,11334,11335,11333,11333,11335,11336,11333,11336,11330,11330,11336,11331,11336,11337,11331,11331,11337,11338,11335,11339,11336,11336,11339,11337,11339,11340,11337,11337,11340,11341,11337,11341,11338,11338,11341,11342,11332,11343,11319,11319,11343,11323,11331,11338,11332,11332,11338,11343,11338,11342,11343,11343,11342,11344,11343,11344,11323,11323,11344,11325,10396,11345,10376,10376,11345,11334,10394,11346,10396,10396,11346,11345,11346,11347,11345,11345,11347,11348,11345,11348,11334,11334,11348,11335,10393,11349,10394,10394,11349,11346,10392,11350,10393,10393,11350,11349,11350,11351,11349,11349,11351,11352,11349,11352,11346,11346,11352,11347,11352,11353,11347,11347,11353,11354,11351,11355,11352,11352,11355,11353,11355,11356,11353,11353,11356,11357,11353,11357,11354,11354,11357,11358,11348,11359,11335,11335,11359,11339,11347,11354,11348,11348,11354,11359,11354,11358,11359,11359,11358,11360,11359,11360,11339,11339,11360,11340,10412,11361,10392,10392,11361,11350,10410,11362,10412,10412,11362,11361,11362,11363,11361,11361,11363,11364,11361,11364,11350,11350,11364,11351,10409,11365,10410,10410,11365,11362,10408,11366,10409,10409,11366,11365,11366,11367,11365,11365,11367,11368,11365,11368,11362,11362,11368,11363,11368,11369,11363,11363,11369,11370,11367,11371,11368,11368,11371,11369,11371,11372,11369,11369,11372,11373,11369,11373,11370,11370,11373,11374,11364,11375,11351,11351,11375,11355,11363,11370,11364,11364,11370,11375,11370,11374,11375,11375,11374,11376,11375,11376,11355,11355,11376,11356,10428,11377,10408,10408,11377,11366,10426,11378,10428,10428,11378,11377,11378,11379,11377,11377,11379,11380,11377,11380,11366,11366,11380,11367,10425,11381,10426,10426,11381,11378,10424,11382,10425,10425,11382,11381,11382,11383,11381,11381,11383,11384,11381,11384,11378,11378,11384,11379,11384,11385,11379,11379,11385,11386,11383,11387,11384,11384,11387,11385,11387,11388,11385,11385,11388,11389,11385,11389,11386,11386,11389,11390,11380,11391,11367,11367,11391,11371,11379,11386,11380,11380,11386,11391,11386,11390,11391,11391,11390,11392,11391,11392,11371,11371,11392,11372,10444,11393,10424,10424,11393,11382,10442,11394,10444,10444,11394,11393,11394,11395,11393,11393,11395,11396,11393,11396,11382,11382,11396,11383,10441,11397,10442,10442,11397,11394,10440,11398,10441,10441,11398,11397,11398,11399,11397,11397,11399,11400,11397,11400,11394,11394,11400,11395,11400,11401,11395,11395,11401,11402,11399,11403,11400,11400,11403,11401,11403,11404,11401,11401,11404,11405,11401,11405,11402,11402,11405,11406,11396,11407,11383,11383,11407,11387,11395,11402,11396,11396,11402,11407,11402,11406,11407,11407,11406,11408,11407,11408,11387,11387,11408,11388,10460,11409,10440,10440,11409,11398,10458,11410,10460,10460,11410,11409,11410,11411,11409,11409,11411,11412,11409,11412,11398,11398,11412,11399,10457,11413,10458,10458,11413,11410,10456,11414,10457,10457,11414,11413,11414,11415,11413,11413,11415,11416,11413,11416,11410,11410,11416,11411,11416,11417,11411,11411,11417,11418,11415,11419,11416,11416,11419,11417,11419,11420,11417,11417,11420,11421,11417,11421,11418,11418,11421,11422,11412,11423,11399,11399,11423,11403,11411,11418,11412,11412,11418,11423,11418,11422,11423,11423,11422,11424,11423,11424,11403,11403,11424,11404,10476,11425,10456,10456,11425,11414,10474,11426,10476,10476,11426,11425,11426,11427,11425,11425,11427,11428,11425,11428,11414,11414,11428,11415,10473,11429,10474,10474,11429,11426,10472,11430,10473,10473,11430,11429,11430,11431,11429,11429,11431,11432,11429,11432,11426,11426,11432,11427,11432,11433,11427,11427,11433,11434,11431,11435,11432,11432,11435,11433,11435,11436,11433,11433,11436,11437,11433,11437,11434,11434,11437,11438,11428,11439,11415,11415,11439,11419,11427,11434,11428,11428,11434,11439,11434,11438,11439,11439,11438,11440,11439,11440,11419,11419,11440,11420,10492,11441,10472,10472,11441,11430,10490,11442,10492,10492,11442,11441,11442,11443,11441,11441,11443,11444,11441,11444,11430,11430,11444,11431,10489,11445,10490,10490,11445,11442,10488,11446,10489,10489,11446,11445,11446,11447,11445,11445,11447,11448,11445,11448,11442,11442,11448,11443,11448,11449,11443,11443,11449,11450,11447,11451,11448,11448,11451,11449,11451,11452,11449,11449,11452,11453,11449,11453,11450,11450,11453,11454,11444,11455,11431,11431,11455,11435,11443,11450,11444,11444,11450,11455,11450,11454,11455,11455,11454,11456,11455,11456,11435,11435,11456,11436,10488,10508,11446,11446,10508,11457,10508,10506,11457,11457,10506,11458,11457,11458,11459,11459,11458,11460,11446,11457,11447,11447,11457,11459,10506,10504,11458,11458,10504,11461,10504,10505,11461,11461,10505,11462,11462,11463,11461,11461,11463,11464,11458,11461,11460,11460,11461,11464,11460,11464,11465,11465,11464,11466,11463,11467,11464,11464,11467,11466,11467,11468,11466,11466,11468,11469,11465,11466,11470,11470,11466,11469,11447,11459,11451,11451,11459,11471,11459,11460,11471,11471,11460,11465,11471,11465,11472,11472,11465,11470,11451,11471,11452,11452,11471,11472,10524,11473,10505,10505,11473,11462,10522,11474,10524,10524,11474,11473,11474,11475,11473,11473,11475,11476,11473,11476,11462,11462,11476,11463,10521,11477,10522,10522,11477,11474,10520,11478,10521,10521,11478,11477,11478,11479,11477,11477,11479,11480,11477,11480,11474,11474,11480,11475,11480,11481,11475,11475,11481,11482,11479,11483,11480,11480,11483,11481,11483,11484,11481,11481,11484,11485,11481,11485,11482,11482,11485,11486,11476,11487,11463,11463,11487,11467,11475,11482,11476,11476,11482,11487,11482,11486,11487,11487,11486,11488,11487,11488,11467,11467,11488,11468,10540,11489,10520,10520,11489,11478,10538,11490,10540,10540,11490,11489,11490,11491,11489,11489,11491,11492,11489,11492,11478,11478,11492,11479,10537,11493,10538,10538,11493,11490,10536,11494,10537,10537,11494,11493,11494,11495,11493,11493,11495,11496,11493,11496,11490,11490,11496,11491,11496,11497,11491,11491,11497,11498,11495,11499,11496,11496,11499,11497,11499,11500,11497,11497,11500,11501,11497,11501,11498,11498,11501,11502,11492,11503,11479,11479,11503,11483,11491,11498,11492,11492,11498,11503,11498,11502,11503,11503,11502,11504,11503,11504,11483,11483,11504,11484,10556,11505,10536,10536,11505,11494,10554,11506,10556,10556,11506,11505,11506,11507,11505,11505,11507,11508,11505,11508,11494,11494,11508,11495,10553,11509,10554,10554,11509,11506,10552,11510,10553,10553,11510,11509,11510,11511,11509,11509,11511,11512,11509,11512,11506,11506,11512,11507,11512,11513,11507,11507,11513,11514,11511,11515,11512,11512,11515,11513,11515,11516,11513,11513,11516,11517,11513,11517,11514,11514,11517,11518,11508,11519,11495,11495,11519,11499,11507,11514,11508,11508,11514,11519,11514,11518,11519,11519,11518,11520,11519,11520,11499,11499,11520,11500,10572,11521,10552,10552,11521,11510,10570,11522,10572,10572,11522,11521,11522,11523,11521,11521,11523,11524,11521,11524,11510,11510,11524,11511,10569,11525,10570,10570,11525,11522,10568,11526,10569,10569,11526,11525,11526,11527,11525,11525,11527,11528,11525,11528,11522,11522,11528,11523,11528,11529,11523,11523,11529,11530,11527,11531,11528,11528,11531,11529,11531,11532,11529,11529,11532,11533,11529,11533,11530,11530,11533,11534,11524,11535,11511,11511,11535,11515,11523,11530,11524,11524,11530,11535,11530,11534,11535,11535,11534,11536,11535,11536,11515,11515,11536,11516,10588,11537,10568,10568,11537,11526,10586,11538,10588,10588,11538,11537,11538,11539,11537,11537,11539,11540,11537,11540,11526,11526,11540,11527,10585,11541,10586,10586,11541,11538,10584,11542,10585,10585,11542,11541,11542,11543,11541,11541,11543,11544,11541,11544,11538,11538,11544,11539,11544,11545,11539,11539,11545,11546,11543,11547,11544,11544,11547,11545,11547,11548,11545,11545,11548,11549,11545,11549,11546,11546,11549,11550,11540,11551,11527,11527,11551,11531,11539,11546,11540,11540,11546,11551,11546,11550,11551,11551,11550,11552,11551,11552,11531,11531,11552,11532,10604,11553,10584,10584,11553,11542,10602,11554,10604,10604,11554,11553,11554,11555,11553,11553,11555,11556,11553,11556,11542,11542,11556,11543,10601,11557,10602,10602,11557,11554,10600,11558,10601,10601,11558,11557,11558,11559,11557,11557,11559,11560,11557,11560,11554,11554,11560,11555,11560,11561,11555,11555,11561,11562,11559,11563,11560,11560,11563,11561,11563,11564,11561,11561,11564,11565,11561,11565,11562,11562,11565,11566,11556,11567,11543,11543,11567,11547,11555,11562,11556,11556,11562,11567,11562,11566,11567,11567,11566,11568,11567,11568,11547,11547,11568,11548,10620,11569,10600,10600,11569,11558,10618,11570,10620,10620,11570,11569,11570,11571,11569,11569,11571,11572,11569,11572,11558,11558,11572,11559,10616,11573,10618,10618,11573,11570,10616,10617,11573,11573,10617,11574,11573,11574,11575,11575,11574,11576,11570,11573,11571,11571,11573,11575,11571,11575,11577,11577,11575,11578,11575,11576,11578,11578,11576,11579,11578,11579,11580,11580,11579,11581,11577,11578,11582,11582,11578,11580,11572,11583,11559,11559,11583,11563,11571,11577,11572,11572,11577,11583,11583,11577,11584,11584,11577,11582,11583,11584,11563,11563,11584,11564,10617,10636,11574,11574,10636,11585,10636,10634,11585,11585,10634,11586,11585,11586,11587,11587,11586,11588,11574,11585,11576,11576,11585,11587,10634,10633,11586,11586,10633,11589,10632,11590,10633,10633,11590,11589,11590,11591,11589,11589,11591,11592,11589,11592,11586,11586,11592,11588,11592,11593,11588,11588,11593,11594,11591,11595,11592,11592,11595,11593,11595,11596,11593,11593,11596,11597,11593,11597,11594,11594,11597,11598,11576,11587,11579,11579,11587,11599,11587,11588,11599,11599,11588,11594,11599,11594,11600,11600,11594,11598,11579,11599,11581,11581,11599,11600,10652,11601,10632,10632,11601,11590,10650,11602,10652,10652,11602,11601,11602,11603,11601,11601,11603,11604,11601,11604,11590,11590,11604,11591,10649,11605,10650,10650,11605,11602,10648,11606,10649,10649,11606,11605,11606,11607,11605,11605,11607,11608,11605,11608,11602,11602,11608,11603,11608,11609,11603,11603,11609,11610,11607,11611,11608,11608,11611,11609,11611,11612,11609,11609,11612,11613,11609,11613,11610,11610,11613,11614,11604,11615,11591,11591,11615,11595,11603,11610,11604,11604,11610,11615,11610,11614,11615,11615,11614,11616,11615,11616,11595,11595,11616,11596,10668,11617,10648,10648,11617,11606,10666,11618,10668,10668,11618,11617,11618,11619,11617,11617,11619,11620,11617,11620,11606,11606,11620,11607,10665,11621,10666,10666,11621,11618,10664,11622,10665,10665,11622,11621,11622,11623,11621,11621,11623,11624,11621,11624,11618,11618,11624,11619,11624,11625,11619,11619,11625,11626,11623,11627,11624,11624,11627,11625,11627,11628,11625,11625,11628,11629,11625,11629,11626,11626,11629,11630,11620,11631,11607,11607,11631,11611,11619,11626,11620,11620,11626,11631,11626,11630,11631,11631,11630,11632,11631,11632,11611,11611,11632,11612,10684,11633,10664,10664,11633,11622,10682,11634,10684,10684,11634,11633,11634,11635,11633,11633,11635,11636,11633,11636,11622,11622,11636,11623,10680,11637,10682,10682,11637,11634,10680,10681,11637,11637,10681,11638,11637,11638,11639,11639,11638,11640,11637,11639,11634,11634,11639,11635,11639,11641,11635,11635,11641,11642,11639,11640,11641,11641,11640,11643,11641,11643,11644,11644,11643,11645,11642,11641,11646,11646,11641,11644,11636,11647,11623,11623,11647,11627,11635,11642,11636,11636,11642,11647,11642,11646,11647,11647,11646,11648,11647,11648,11627,11627,11648,11628,10681,10700,11638,11638,10700,11649,10700,10698,11649,11649,10698,11650,11649,11650,11651,11651,11650,11652,11638,11649,11640,11640,11649,11651,10698,10696,11650,11650,10696,11653,10696,10697,11653,11653,10697,11654,11653,11654,11655,11655,11654,11656,11650,11653,11652,11652,11653,11655,11652,11655,11657,11657,11655,11658,11656,11659,11655,11655,11659,11658,11659,11660,11658,11658,11660,11661,11657,11658,11662,11662,11658,11661,11640,11651,11643,11643,11651,11663,11651,11652,11663,11663,11652,11657,11663,11657,11664,11664,11657,11662,11643,11663,11645,11645,11663,11664,10697,10716,11654,11654,10716,11665,10714,11666,10716,10716,11666,11665,11666,11667,11665,11665,11667,11668,11654,11665,11656,11656,11665,11668,10713,11669,10714,10714,11669,11666,10712,11670,10713,10713,11670,11669,11670,11671,11669,11669,11671,11672,11669,11672,11666,11666,11672,11667,11672,11673,11667,11667,11673,11674,11671,11675,11672,11672,11675,11673,11675,11676,11673,11673,11676,11677,11673,11677,11674,11674,11677,11678,11668,11679,11656,11656,11679,11659,11667,11674,11668,11668,11674,11679,11674,11678,11679,11679,11678,11680,11679,11680,11659,11659,11680,11660,10732,11681,10712,10712,11681,11670,10730,11682,10732,10732,11682,11681,11682,11683,11681,11681,11683,11684,11681,11684,11670,11670,11684,11671,10729,11685,10730,10730,11685,11682,10728,11686,10729,10729,11686,11685,11686,11687,11685,11685,11687,11688,11685,11688,11682,11682,11688,11683,11688,11689,11683,11683,11689,11690,11687,11691,11688,11688,11691,11689,11691,11692,11689,11689,11692,11693,11689,11693,11690,11690,11693,11694,11684,11695,11671,11671,11695,11675,11683,11690,11684,11684,11690,11695,11690,11694,11695,11695,11694,11696,11695,11696,11675,11675,11696,11676,10748,11697,10728,10728,11697,11686,10746,11698,10748,10748,11698,11697,11698,11699,11697,11697,11699,11700,11697,11700,11686,11686,11700,11687,10745,11701,10746,10746,11701,11698,10744,11702,10745,10745,11702,11701,11702,11703,11701,11701,11703,11704,11701,11704,11698,11698,11704,11699,11704,11705,11699,11699,11705,11706,11704,11703,11705,11705,11703,11707,11705,11707,11708,11708,11707,11709,11705,11708,11706,11706,11708,11710,11700,11711,11687,11687,11711,11691,11699,11706,11700,11700,11706,11711,11706,11710,11711,11711,11710,11712,11711,11712,11691,11691,11712,11692,10764,11713,10744,10744,11713,11702,10764,10762,11713,11713,10762,11714,11713,11714,11715,11715,11714,11716,11702,11713,11703,11703,11713,11715,10762,10760,11714,11714,10760,11717,10760,10761,11717,11717,10761,11718,11717,11718,11719,11719,11718,11720,11714,11717,11716,11716,11717,11719,11716,11719,11721,11721,11719,11722,11719,11720,11722,11722,11720,11723,11722,11723,11724,11724,11723,11725,11721,11722,11726,11726,11722,11724,11703,11715,11707,11707,11715,11727,11715,11716,11727,11727,11716,11721,11727,11721,11728,11728,11721,11726,11707,11727,11709,11709,11727,11728,10761,10780,11718,11718,10780,11729,10780,10778,11729,11729,10778,11730,11729,11730,11731,11731,11730,11732,11718,11729,11720,11720,11729,11731,10778,10776,11730,11730,10776,11733,10776,10777,11733,11733,10777,11734,11733,11734,11735,11735,11734,11736,11730,11733,11732,11732,11733,11735,11732,11735,11737,11737,11735,11738,11735,11736,11738,11738,11736,11739,11738,11739,11740,11740,11739,11741,11737,11738,11742,11742,11738,11740,11720,11731,11723,11723,11731,11743,11731,11732,11743,11743,11732,11737,11743,11737,11744,11744,11737,11742,11723,11743,11725,11725,11743,11744,10777,10796,11734,11734,10796,11745,10796,10794,11745,11745,10794,11746,11745,11746,11747,11747,11746,11748,11734,11745,11736,11736,11745,11747,10794,10792,11746,11746,10792,11749,10792,10793,11749,11749,10793,11750,11749,11750,11751,11751,11750,11752,11746,11749,11748,11748,11749,11751,11748,11751,11753,11753,11751,11754,11751,11752,11754,11754,11752,11755,11754,11755,11756,11756,11755,11757,11753,11754,11758,11758,11754,11756,11736,11747,11739,11739,11747,11759,11747,11748,11759,11759,11748,11753,11759,11753,11760,11760,11753,11758,11739,11759,11741,11741,11759,11760,10793,10812,11750,11750,10812,11761,10812,10810,11761,11761,10810,11762,11761,11762,11763,11763,11762,11764,11750,11761,11752,11752,11761,11763,10810,10808,11762,11762,10808,11765,10808,10809,11765,11765,10809,11766,11765,11766,11767,11767,11766,11768,11762,11765,11764,11764,11765,11767,11764,11767,11769,11769,11767,11770,11767,11768,11770,11770,11768,11771,11770,11771,11772,11772,11771,11773,11769,11770,11774,11774,11770,11772,11752,11763,11755,11755,11763,11775,11763,11764,11775,11775,11764,11769,11775,11769,11776,11776,11769,11774,11755,11775,11757,11757,11775,11776,10809,10828,11766,11766,10828,11777,10826,11778,10828,10828,11778,11777,11778,11779,11777,11777,11779,11780,11777,11780,11766,11766,11780,11768,10825,11781,10826,10826,11781,11778,10824,11782,10825,10825,11782,11781,11782,11783,11781,11781,11783,11784,11781,11784,11778,11778,11784,11779,11784,11785,11779,11779,11785,11786,11783,11787,11784,11784,11787,11785,11787,11788,11785,11785,11788,11789,11785,11789,11786,11786,11789,11790,11780,11791,11768,11768,11791,11771,11779,11786,11780,11780,11786,11791,11786,11790,11791,11791,11790,11792,11771,11791,11773,11773,11791,11792,10844,11793,10824,10824,11793,11782,10842,11794,10844,10844,11794,11793,11794,11795,11793,11793,11795,11796,11793,11796,11782,11782,11796,11783,10841,11797,10842,10842,11797,11794,10840,11798,10841,10841,11798,11797,11798,11799,11797,11797,11799,11800,11797,11800,11794,11794,11800,11795,11800,11801,11795,11795,11801,11802,11799,11803,11800,11800,11803,11801,11803,11804,11801,11801,11804,11805,11801,11805,11802,11802,11805,11806,11796,11807,11783,11783,11807,11787,11795,11802,11796,11796,11802,11807,11802,11806,11807,11807,11806,11808,11807,11808,11787,11787,11808,11788,10864,10863,11809,11809,10863,11810,10863,10860,11810,11810,10860,11811,11810,11811,11812,11812,11811,11813,11809,11810,11814,11814,11810,11812,10860,10858,11811,11811,10858,11815,10858,10859,11815,11815,10859,11816,11815,11816,11817,11817,11816,11818,11811,11815,11813,11813,11815,11817,11813,11817,11819,11819,11817,11820,11817,11818,11820,11820,11818,11821,11820,11821,11822,11822,11821,11823,11819,11820,11824,11824,11820,11822,11814,11812,11825,11825,11812,11826,11812,11813,11826,11826,11813,11819,11826,11819,11827,11827,11819,11824,11825,11826,11828,11828,11826,11827,10859,10880,11816,11816,10880,11829,10880,10878,11829,11829,10878,11830,11829,11830,11831,11831,11830,11832,11816,11829,11818,11818,11829,11831,10878,10876,11830,11830,10876,11833,10876,10877,11833,11833,10877,11834,11833,11834,11835,11835,11834,11836,11830,11833,11832,11832,11833,11835,11832,11835,11837,11837,11835,11838,11835,11836,11838,11838,11836,11839,11838,11839,11840,11840,11839,11841,11837,11838,11842,11842,11838,11840,11818,11831,11821,11821,11831,11843,11831,11832,11843,11843,11832,11837,11843,11837,11844,11844,11837,11842,11821,11843,11823,11823,11843,11844,10877,10896,11834,11834,10896,11845,10896,10894,11845,11845,10894,11846,11845,11846,11847,11847,11846,11848,11834,11845,11836,11836,11845,11847,10894,10892,11846,11846,10892,11849,10892,10893,11849,11849,10893,11850,11849,11850,11851,11851,11850,11852,11846,11849,11848,11848,11849,11851,11848,11851,11853,11853,11851,11854,11851,11852,11854,11854,11852,11855,11854,11855,11856,11856,11855,11857,11853,11854,11858,11858,11854,11856,11836,11847,11839,11839,11847,11859,11847,11848,11859,11859,11848,11853,11859,11853,11860,11860,11853,11858,11839,11859,11841,11841,11859,11860,10893,10912,11850,11850,10912,11861,10912,10910,11861,11861,10910,11862,11861,11862,11863,11863,11862,11864,11850,11861,11852,11852,11861,11863,10910,10908,11862,11862,10908,11865,10908,10909,11865,11865,10909,11866,11865,11866,11867,11867,11866,11868,11862,11865,11864,11864,11865,11867,11864,11867,11869,11869,11867,11870,11867,11868,11870,11870,11868,11871,11870,11871,11872,11872,11871,11873,11869,11870,11874,11874,11870,11872,11852,11863,11855,11855,11863,11875,11863,11864,11875,11875,11864,11869,11875,11869,11876,11876,11869,11874,11855,11875,11857,11857,11875,11876,10909,10928,11866,11866,10928,11877,10928,10926,11877,11877,10926,11878,11877,11878,11879,11879,11878,11880,11866,11877,11868,11868,11877,11879,10926,10924,11878,11878,10924,11881,10924,10925,11881,11881,10925,11882,11881,11882,11883,11883,11882,11884,11878,11881,11880,11880,11881,11883,11880,11883,11885,11885,11883,11886,11883,11884,11886,11886,11884,11887,11886,11887,11888,11888,11887,11889,11885,11886,11890,11890,11886,11888,11868,11879,11871,11871,11879,11891,11879,11880,11891,11891,11880,11885,11891,11885,11892,11892,11885,11890,11871,11891,11873,11873,11891,11892,10925,10944,11882,11882,10944,11893,10944,10942,11893,11893,10942,11894,11893,11894,11895,11895,11894,11896,11882,11893,11884,11884,11893,11895,10942,10940,11894,11894,10940,11897,10940,10941,11897,11897,10941,11898,11897,11898,11899,11899,11898,11900,11894,11897,11896,11896,11897,11899,11896,11899,11901,11901,11899,11902,11899,11900,11902,11902,11900,11903,11902,11903,11904,11904,11903,11905,11901,11902,11906,11906,11902,11904,11884,11895,11887,11887,11895,11907,11895,11896,11907,11907,11896,11901,11907,11901,11908,11908,11901,11906,11887,11907,11889,11889,11907,11908,10941,10960,11898,11898,10960,11909,10960,10958,11909,11909,10958,11910,11909,11910,11911,11911,11910,11912,11898,11909,11900,11900,11909,11911,10958,10956,11910,11910,10956,11913,10956,10957,11913,11913,10957,11914,11913,11914,11915,11915,11914,11916,11910,11913,11912,11912,11913,11915,11912,11915,11917,11917,11915,11918,11915,11916,11918,11918,11916,11919,11918,11919,11920,11920,11919,11921,11917,11918,11922,11922,11918,11920,11900,11911,11903,11903,11911,11923,11911,11912,11923,11923,11912,11917,11923,11917,11924,11924,11917,11922,11903,11923,11905,11905,11923,11924,10957,10976,11914,11914,10976,11925,10976,10974,11925,11925,10974,11926,11925,11926,11927,11927,11926,11928,11914,11925,11916,11916,11925,11927,10974,10972,11926,11926,10972,11929,10972,10973,11929,11929,10973,11930,11929,11930,11931,11931,11930,11932,11926,11929,11928,11928,11929,11931,11928,11931,11933,11933,11931,11934,11931,11932,11934,11934,11932,11935,11934,11935,11936,11936,11935,11937,11933,11934,11938,11938,11934,11936,11916,11927,11919,11919,11927,11939,11927,11928,11939,11939,11928,11933,11939,11933,11940,11940,11933,11938,11919,11939,11921,11921,11939,11940,10973,10992,11930,11930,10992,11941,10992,10990,11941,11941,10990,11942,11941,11942,11943,11943,11942,11944,11930,11941,11932,11932,11941,11943,10990,10988,11942,11942,10988,11945,10988,10989,11945,11945,10989,11946,11945,11946,11947,11947,11946,11948,11942,11945,11944,11944,11945,11947,11944,11947,11949,11949,11947,11950,11947,11948,11950,11950,11948,11951,11950,11951,11952,11952,11951,11953,11949,11950,11954,11954,11950,11952,11932,11943,11935,11935,11943,11955,11943,11944,11955,11955,11944,11949,11955,11949,11956,11956,11949,11954,11935,11955,11937,11937,11955,11956,10989,11008,11946,11946,11008,11957,11008,11006,11957,11957,11006,11958,11957,11958,11959,11959,11958,11960,11946,11957,11948,11948,11957,11959,11006,11004,11958,11958,11004,11961,11004,11005,11961,11961,11005,11962,11961,11962,11963,11963,11962,11964,11958,11961,11960,11960,11961,11963,11960,11963,11965,11965,11963,11966,11963,11964,11966,11966,11964,11967,11966,11967,11968,11968,11967,11969,11965,11966,11970,11970,11966,11968,11948,11959,11951,11951,11959,11971,11959,11960,11971,11971,11960,11965,11971,11965,11972,11972,11965,11970,11951,11971,11953,11953,11971,11972,11005,11024,11962,11962,11024,11973,11024,11022,11973,11973,11022,11974,11973,11974,11975,11975,11974,11976,11962,11973,11964,11964,11973,11975,11022,11020,11974,11974,11020,11977,11020,11021,11977,11977,11021,11978,11977,11978,11979,11979,11978,11980,11974,11977,11976,11976,11977,11979,11976,11979,11981,11981,11979,11982,11979,11980,11982,11982,11980,11983,11982,11983,11984,11984,11983,11985,11981,11982,11986,11986,11982,11984,11964,11975,11967,11967,11975,11987,11975,11976,11987,11987,11976,11981,11987,11981,11988,11988,11981,11986,11967,11987,11969,11969,11987,11988,11021,11040,11978,11978,11040,11989,11040,11038,11989,11989,11038,11990,11989,11990,11991,11991,11990,11992,11978,11989,11980,11980,11989,11991,11038,11036,11990,11990,11036,11993,11036,11037,11993,11993,11037,11994,11993,11994,11995,11995,11994,11996,11990,11993,11992,11992,11993,11995,11992,11995,11997,11997,11995,11998,11995,11996,11998,11998,11996,11999,11998,11999,12000,12000,11999,12001,11997,11998,12002,12002,11998,12000,11980,11991,11983,11983,11991,12003,11991,11992,12003,12003,11992,11997,12003,11997,12004,12004,11997,12002,11983,12003,11985,11985,12003,12004,11037,11056,11994,11994,11056,12005,11056,11054,12005,12005,11054,12006,12005,12006,12007,12007,12006,12008,11994,12005,11996,11996,12005,12007,11054,11052,12006,12006,11052,12009,11052,11053,12009,12009,11053,12010,12009,12010,12011,12011,12010,12012,12006,12009,12008,12008,12009,12011,12008,12011,12013,12013,12011,12014,12011,12012,12014,12014,12012,12015,12014,12015,12016,12016,12015,12017,12013,12014,12018,12018,12014,12016,11996,12007,11999,11999,12007,12019,12007,12008,12019,12019,12008,12013,12019,12013,12020,12020,12013,12018,11999,12019,12001,12001,12019,12020,11053,11072,12010,12010,11072,12021,11072,11070,12021,12021,11070,12022,12021,12022,12023,12023,12022,12024,12010,12021,12012,12012,12021,12023,11070,11068,12022,12022,11068,12025,11068,11069,12025,12025,11069,12026,12025,12026,12027,12027,12026,12028,12022,12025,12024,12024,12025,12027,12024,12027,12029,12029,12027,12030,12027,12028,12030,12030,12028,12031,12030,12031,12032,12032,12031,12033,12029,12030,12034,12034,12030,12032,12012,12023,12015,12015,12023,12035,12023,12024,12035,12035,12024,12029,12035,12029,12036,12036,12029,12034,12015,12035,12017,12017,12035,12036,11069,11088,12026,12026,11088,12037,11088,11086,12037,12037,11086,12038,12037,12038,12039,12039,12038,12040,12026,12037,12028,12028,12037,12039,11086,11084,12038,12038,11084,12041,11084,11085,12041,12041,11085,12042,12041,12042,12043,12043,12042,12044,12038,12041,12040,12040,12041,12043,12040,12043,12045,12045,12043,12046,12043,12044,12046,12046,12044,12047,12046,12047,12048,12048,12047,12049,12045,12046,12050,12050,12046,12048,12028,12039,12031,12031,12039,12051,12039,12040,12051,12051,12040,12045,12051,12045,12052,12052,12045,12050,12031,12051,12033,12033,12051,12052,11085,11104,12042,12042,11104,12053,11104,11102,12053,12053,11102,12054,12053,12054,12055,12055,12054,12056,12042,12053,12044,12044,12053,12055,11102,11100,12054,12054,11100,12057,11100,11101,12057,12057,11101,12058,12057,12058,12059,12059,12058,12060,12054,12057,12056,12056,12057,12059,12056,12059,12061,12061,12059,12062,12059,12060,12062,12062,12060,12063,12062,12063,12064,12064,12063,12065,12061,12062,12066,12066,12062,12064,12044,12055,12047,12047,12055,12067,12055,12056,12067,12067,12056,12061,12067,12061,12068,12068,12061,12066,12047,12067,12049,12049,12067,12068,11101,11120,12058,12058,11120,12069,11120,11118,12069,12069,11118,12070,12069,12070,12071,12071,12070,12072,12058,12069,12060,12060,12069,12071,11118,11116,12070,12070,11116,12073,11116,11117,12073,12073,11117,12074,12073,12074,12075,12075,12074,12076,12070,12073,12072,12072,12073,12075,12072,12075,12077,12077,12075,12078,12075,12076,12078,12078,12076,12079,12078,12079,12080,12080,12079,12081,12077,12078,12082,12082,12078,12080,12060,12071,12063,12063,12071,12083,12071,12072,12083,12083,12072,12077,12083,12077,12084,12084,12077,12082,12063,12083,12065,12065,12083,12084,11117,11136,12074,12074,11136,12085,11136,11134,12085,12085,11134,12086,12085,12086,12087,12087,12086,12088,12074,12085,12076,12076,12085,12087,11134,11132,12086,12086,11132,12089,11132,11133,12089,12089,11133,12090,12089,12090,12091,12091,12090,12092,12086,12089,12088,12088,12089,12091,12088,12091,12093,12093,12091,12094,12091,12092,12094,12094,12092,12095,12094,12095,12096,12096,12095,12097,12093,12094,12098,12098,12094,12096,12076,12087,12079,12079,12087,12099,12087,12088,12099,12099,12088,12093,12099,12093,12100,12100,12093,12098,12079,12099,12081,12081,12099,12100,11133,11152,12090,12090,11152,12101,11152,11150,12101,12101,11150,12102,12101,12102,12103,12103,12102,12104,12090,12101,12092,12092,12101,12103,11150,11148,12102,12102,11148,12105,11148,11149,12105,12105,11149,12106,12105,12106,12107,12107,12106,12108,12102,12105,12104,12104,12105,12107,12104,12107,12109,12109,12107,12110,12107,12108,12110,12110,12108,12111,12110,12111,12112,12112,12111,12113,12109,12110,12114,12114,12110,12112,12092,12103,12095,12095,12103,12115,12103,12104,12115,12115,12104,12109,12115,12109,12116,12116,12109,12114,12095,12115,12097,12097,12115,12116,11149,11168,12106,12106,11168,12117,11168,11166,12117,12117,11166,12118,12117,12118,12119,12119,12118,12120,12106,12117,12108,12108,12117,12119,11166,11164,12118,12118,11164,12121,11164,11165,12121,12121,11165,12122,12121,12122,12123,12123,12122,12124,12118,12121,12120,12120,12121,12123,12120,12123,12125,12125,12123,12126,12123,12124,12126,12126,12124,12127,12126,12127,12128,12128,12127,12129,12125,12126,12130,12130,12126,12128,12108,12119,12111,12111,12119,12131,12119,12120,12131,12131,12120,12125,12131,12125,12132,12132,12125,12130,12111,12131,12113,12113,12131,12132,11165,11184,12122,12122,11184,12133,11184,11182,12133,12133,11182,12134,12133,12134,12135,12135,12134,12136,12122,12133,12124,12124,12133,12135,11182,11180,12134,12134,11180,12137,11180,11181,12137,12137,11181,12138,12137,12138,12139,12139,12138,12140,12134,12137,12136,12136,12137,12139,12136,12139,12141,12141,12139,12142,12139,12140,12142,12142,12140,12143,12142,12143,12144,12144,12143,12145,12141,12142,12146,12146,12142,12144,12124,12135,12127,12127,12135,12147,12135,12136,12147,12147,12136,12141,12147,12141,12148,12148,12141,12146,12127,12147,12129,12129,12147,12148,11181,11200,12138,12138,11200,12149,11200,11198,12149,12149,11198,12150,12149,12150,12151,12151,12150,12152,12138,12149,12140,12140,12149,12151,11198,11196,12150,12150,11196,12153,11196,11197,12153,12153,11197,12154,12153,12154,12155,12155,12154,12156,12150,12153,12152,12152,12153,12155,12152,12155,12157,12157,12155,12158,12155,12156,12158,12158,12156,12159,12158,12159,12160,12160,12159,12161,12157,12158,12162,12162,12158,12160,12140,12151,12143,12143,12151,12163,12151,12152,12163,12163,12152,12157,12163,12157,12164,12164,12157,12162,12143,12163,12145,12145,12163,12164,11197,11216,12154,12154,11216,12165,11216,11214,12165,12165,11214,12166,12165,12166,12167,12167,12166,12168,12154,12165,12156,12156,12165,12167,11214,11212,12166,12166,11212,12169,11212,11213,12169,12169,11213,12170,12169,12170,12171,12171,12170,12172,12166,12169,12168,12168,12169,12171,12168,12171,12173,12173,12171,12174,12171,12172,12174,12174,12172,12175,12174,12175,12176,12176,12175,12177,12173,12174,12178,12178,12174,12176,12156,12167,12159,12159,12167,12179,12167,12168,12179,12179,12168,12173,12179,12173,12180,12180,12173,12178,12159,12179,12161,12161,12179,12180,11213,11232,12170,12170,11232,12181,11232,11230,12181,12181,11230,12182,12181,12182,12183,12183,12182,12184,12170,12181,12172,12172,12181,12183,11230,11228,12182,12182,11228,12185,11228,11229,12185,12185,11229,12186,12185,12186,12187,12187,12186,12188,12182,12185,12184,12184,12185,12187,12184,12187,12189,12189,12187,12190,12187,12188,12190,12190,12188,12191,12190,12191,12192,12192,12191,12193,12189,12190,12194,12194,12190,12192,12172,12183,12175,12175,12183,12195,12183,12184,12195,12195,12184,12189,12195,12189,12196,12196,12189,12194,12175,12195,12177,12177,12195,12196,11229,11248,12186,12186,11248,12197,11248,11246,12197,12197,11246,12198,12197,12198,12199,12199,12198,12200,12186,12197,12188,12188,12197,12199,11246,11244,12198,12198,11244,12201,11244,11245,12201,12201,11245,12202,12201,12202,12203,12203,12202,12204,12198,12201,12200,12200,12201,12203,12200,12203,12205,12205,12203,12206,12203,12204,12206,12206,12204,12207,12206,12207,12208,12208,12207,12209,12205,12206,12210,12210,12206,12208,12188,12199,12191,12191,12199,12211,12199,12200,12211,12211,12200,12205,12211,12205,12212,12212,12205,12210,12191,12211,12193,12193,12211,12212,11245,11264,12202,12202,11264,12213,11264,11262,12213,12213,11262,12214,12213,12214,12215,12215,12214,12216,12202,12213,12204,12204,12213,12215,11262,11260,12214,12214,11260,12217,11260,11261,12217,12217,11261,12218,12217,12218,12219,12219,12218,12220,12214,12217,12216,12216,12217,12219,12216,12219,12221,12221,12219,12222,12219,12220,12222,12222,12220,12223,12222,12223,12224,12224,12223,12225,12221,12222,12226,12226,12222,12224,12204,12215,12207,12207,12215,12227,12215,12216,12227,12227,12216,12221,12227,12221,12228,12228,12221,12226,12207,12227,12209,12209,12227,12228,11261,11280,12218,12218,11280,12229,11280,11278,12229,12229,11278,12230,12229,12230,12231,12231,12230,12232,12218,12229,12220,12220,12229,12231,11278,11276,12230,12230,11276,12233,11276,11277,12233,12233,11277,12234,12233,12234,12235,12235,12234,12236,12230,12233,12232,12232,12233,12235,12232,12235,12237,12237,12235,12238,12235,12236,12238,12238,12236,12239,12238,12239,12240,12240,12239,12241,12237,12238,12242,12242,12238,12240,12220,12231,12223,12223,12231,12243,12231,12232,12243,12243,12232,12237,12243,12237,12244,12244,12237,12242,12223,12243,12225,12225,12243,12244,11277,11296,12234,12234,11296,12245,11296,11294,12245,12245,11294,12246,12245,12246,12247,12247,12246,12248,12234,12245,12236,12236,12245,12247,11294,11292,12246,12246,11292,12249,11292,11293,12249,12249,11293,12250,12249,12250,12251,12251,12250,12252,12246,12249,12248,12248,12249,12251,12248,12251,12253,12253,12251,12254,12251,12252,12254,12254,12252,12255,12254,12255,12256,12256,12255,12257,12253,12254,12258,12258,12254,12256,12236,12247,12239,12239,12247,12259,12247,12248,12259,12259,12248,12253,12259,12253,12260,12260,12253,12258,12239,12259,12241,12241,12259,12260,11293,11312,12250,12250,11312,12261,11312,11310,12261,12261,11310,12262,12261,12262,12263,12263,12262,12264,12250,12261,12252,12252,12261,12263,11310,11308,12262,12262,11308,12265,11308,11309,12265,12265,11309,12266,12265,12266,12267,12267,12266,12268,12262,12265,12264,12264,12265,12267,12264,12267,12269,12269,12267,12270,12267,12268,12270,12270,12268,12271,12270,12271,12272,12272,12271,12273,12269,12270,12274,12274,12270,12272,12252,12263,12255,12255,12263,12275,12263,12264,12275,12275,12264,12269,12275,12269,12276,12276,12269,12274,12255,12275,12257,12257,12275,12276,11309,11328,12266,12266,11328,12277,11328,11326,12277,12277,11326,12278,12277,12278,12279,12279,12278,12280,12266,12277,12268,12268,12277,12279,11326,11324,12278,12278,11324,12281,11324,11325,12281,12281,11325,12282,12281,12282,12283,12283,12282,12284,12278,12281,12280,12280,12281,12283,12280,12283,12285,12285,12283,12286,12283,12284,12286,12286,12284,12287,12286,12287,12288,12288,12287,12289,12285,12286,12290,12290,12286,12288,12268,12279,12271,12271,12279,12291,12279,12280,12291,12291,12280,12285,12291,12285,12292,12292,12285,12290,12271,12291,12273,12273,12291,12292,11344,12293,11325,11325,12293,12282,11342,12294,11344,11344,12294,12293,12294,12295,12293,12293,12295,12296,12293,12296,12282,12282,12296,12284,11341,12297,11342,11342,12297,12294,11340,12298,11341,11341,12298,12297,12298,12299,12297,12297,12299,12300,12297,12300,12294,12294,12300,12295,12300,12301,12295,12295,12301,12302,12299,12303,12300,12300,12303,12301,12303,12304,12301,12301,12304,12305,12301,12305,12302,12302,12305,12306,12296,12307,12284,12284,12307,12287,12295,12302,12296,12296,12302,12307,12302,12306,12307,12307,12306,12308,12287,12307,12289,12289,12307,12308,11360,12309,11340,11340,12309,12298,11358,12310,11360,11360,12310,12309,12310,12311,12309,12309,12311,12312,12309,12312,12298,12298,12312,12299,11357,12313,11358,11358,12313,12310,11356,12314,11357,11357,12314,12313,12314,12315,12313,12313,12315,12316,12313,12316,12310,12310,12316,12311,12316,12317,12311,12311,12317,12318,12315,12319,12316,12316,12319,12317,12319,12320,12317,12317,12320,12321,12317,12321,12318,12318,12321,12322,12312,12323,12299,12299,12323,12303,12311,12318,12312,12312,12318,12323,12318,12322,12323,12323,12322,12324,12323,12324,12303,12303,12324,12304,11376,12325,11356,11356,12325,12314,11374,12326,11376,11376,12326,12325,12326,12327,12325,12325,12327,12328,12325,12328,12314,12314,12328,12315,11373,12329,11374,11374,12329,12326,11372,12330,11373,11373,12330,12329,12330,12331,12329,12329,12331,12332,12329,12332,12326,12326,12332,12327,12332,12333,12327,12327,12333,12334,12331,12335,12332,12332,12335,12333,12335,12336,12333,12333,12336,12337,12333,12337,12334,12334,12337,12338,12328,12339,12315,12315,12339,12319,12327,12334,12328,12328,12334,12339,12334,12338,12339,12339,12338,12340,12339,12340,12319,12319,12340,12320,11392,12341,11372,11372,12341,12330,11390,12342,11392,11392,12342,12341,12342,12343,12341,12341,12343,12344,12330,12341,12331,12331,12341,12344,11389,12345,11390,11390,12345,12342,11388,12346,11389,11389,12346,12345,12346,12347,12345,12345,12347,12348,12345,12348,12342,12342,12348,12343,12348,12349,12343,12343,12349,12350,12347,12351,12348,12348,12351,12349,12351,12352,12349,12349,12352,12353,12349,12353,12350,12350,12353,12354,12331,12344,12335,12335,12344,12355,12344,12343,12355,12355,12343,12350,12355,12350,12356,12356,12350,12354,12335,12355,12336,12336,12355,12356,11408,12357,11388,11388,12357,12346,11406,12358,11408,11408,12358,12357,12358,12359,12357,12357,12359,12360,12357,12360,12346,12346,12360,12347,11405,12361,11406,11406,12361,12358,11404,12362,11405,11405,12362,12361,12362,12363,12361,12361,12363,12364,12361,12364,12358,12358,12364,12359,12364,12365,12359,12359,12365,12366,12363,12367,12364,12364,12367,12365,12367,12368,12365,12365,12368,12369,12365,12369,12366,12366,12369,12370,12360,12371,12347,12347,12371,12351,12359,12366,12360,12360,12366,12371,12366,12370,12371,12371,12370,12372,12371,12372,12351,12351,12372,12352,11424,12373,11404,11404,12373,12362,11422,12374,11424,11424,12374,12373,12374,12375,12373,12373,12375,12376,12373,12376,12362,12362,12376,12363,11421,12377,11422,11422,12377,12374,11420,12378,11421,11421,12378,12377,12378,12379,12377,12377,12379,12380,12377,12380,12374,12374,12380,12375,12380,12381,12375,12375,12381,12382,12379,12383,12380,12380,12383,12381,12383,12384,12381,12381,12384,12385,12381,12385,12382,12382,12385,12386,12376,12387,12363,12363,12387,12367,12375,12382,12376,12376,12382,12387,12382,12386,12387,12387,12386,12388,12387,12388,12367,12367,12388,12368,11440,12389,11420,11420,12389,12378,11438,12390,11440,11440,12390,12389,12390,12391,12389,12389,12391,12392,12389,12392,12378,12378,12392,12379,11437,12393,11438,11438,12393,12390,11436,12394,11437,11437,12394,12393,12394,12395,12393,12393,12395,12396,12393,12396,12390,12390,12396,12391,12396,12397,12391,12391,12397,12398,12395,12399,12396,12396,12399,12397,12399,12400,12397,12397,12400,12401,12397,12401,12398,12398,12401,12402,12392,12403,12379,12379,12403,12383,12391,12398,12392,12392,12398,12403,12398,12402,12403,12403,12402,12404,12403,12404,12383,12383,12404,12384,11456,12405,11436,11436,12405,12394,11454,12406,11456,11456,12406,12405,12406,12407,12405,12405,12407,12408,12405,12408,12394,12394,12408,12395,11453,12409,11454,11454,12409,12406,11452,12410,11453,11453,12410,12409,12410,12411,12409,12409,12411,12412,12409,12412,12406,12406,12412,12407,12412,12413,12407,12407,12413,12414,12411,12415,12412,12412,12415,12413,12415,12416,12413,12413,12416,12417,12413,12417,12414,12414,12417,12418,12408,12419,12395,12395,12419,12399,12407,12414,12408,12408,12414,12419,12414,12418,12419,12419,12418,12420,12419,12420,12399,12399,12420,12400,11452,11472,12410,12410,11472,12421,11472,11470,12421,12421,11470,12422,12422,12423,12421,12421,12423,12424,12410,12421,12411,12411,12421,12424,11469,12425,11470,11470,12425,12422,11468,12426,11469,11469,12426,12425,12426,12427,12425,12425,12427,12428,12425,12428,12422,12422,12428,12423,12428,12429,12423,12423,12429,12430,12427,12431,12428,12428,12431,12429,12431,12432,12429,12429,12432,12433,12429,12433,12430,12430,12433,12434,12424,12435,12411,12411,12435,12415,12423,12430,12424,12424,12430,12435,12430,12434,12435,12435,12434,12436,12435,12436,12415,12415,12436,12416,11488,12437,11468,11468,12437,12426,11486,12438,11488,11488,12438,12437,12438,12439,12437,12437,12439,12440,12437,12440,12426,12426,12440,12427,11485,12441,11486,11486,12441,12438,11484,12442,11485,11485,12442,12441,12442,12443,12441,12441,12443,12444,12441,12444,12438,12438,12444,12439,12444,12445,12439,12439,12445,12446,12443,12447,12444,12444,12447,12445,12447,12448,12445,12445,12448,12449,12445,12449,12446,12446,12449,12450,12440,12451,12427,12427,12451,12431,12439,12446,12440,12440,12446,12451,12446,12450,12451,12451,12450,12452,12451,12452,12431,12431,12452,12432,11504,12453,11484,11484,12453,12442,11502,12454,11504,11504,12454,12453,12454,12455,12453,12453,12455,12456,12453,12456,12442,12442,12456,12443,11501,12457,11502,11502,12457,12454,11500,12458,11501,11501,12458,12457,12458,12459,12457,12457,12459,12460,12457,12460,12454,12454,12460,12455,12460,12461,12455,12455,12461,12462,12459,12463,12460,12460,12463,12461,12463,12464,12461,12461,12464,12465,12461,12465,12462,12462,12465,12466,12456,12467,12443,12443,12467,12447,12455,12462,12456,12456,12462,12467,12462,12466,12467,12467,12466,12468,12467,12468,12447,12447,12468,12448,11520,12469,11500,11500,12469,12458,11518,12470,11520,11520,12470,12469,12470,12471,12469,12469,12471,12472,12469,12472,12458,12458,12472,12459,11517,12473,11518,11518,12473,12470,11516,12474,11517,11517,12474,12473,12474,12475,12473,12473,12475,12476,12473,12476,12470,12470,12476,12471,12476,12477,12471,12471,12477,12478,12475,12479,12476,12476,12479,12477,12479,12480,12477,12477,12480,12481,12477,12481,12478,12478,12481,12482,12472,12483,12459,12459,12483,12463,12471,12478,12472,12472,12478,12483,12478,12482,12483,12483,12482,12484,12483,12484,12463,12463,12484,12464,11536,12485,11516,11516,12485,12474,11534,12486,11536,11536,12486,12485,12486,12487,12485,12485,12487,12488,12485,12488,12474,12474,12488,12475,11533,12489,11534,11534,12489,12486,11532,12490,11533,11533,12490,12489,12490,12491,12489,12489,12491,12492,12489,12492,12486,12486,12492,12487,12492,12493,12487,12487,12493,12494,12491,12495,12492,12492,12495,12493,12495,12496,12493,12493,12496,12497,12493,12497,12494,12494,12497,12498,12488,12499,12475,12475,12499,12479,12487,12494,12488,12488,12494,12499,12494,12498,12499,12499,12498,12500,12499,12500,12479,12479,12500,12480,11552,12501,11532,11532,12501,12490,11550,12502,11552,11552,12502,12501,12502,12503,12501,12501,12503,12504,12501,12504,12490,12490,12504,12491,11549,12505,11550,11550,12505,12502,11548,12506,11549,11549,12506,12505,12506,12507,12505,12505,12507,12508,12505,12508,12502,12502,12508,12503,12508,12509,12503,12503,12509,12510,12507,12511,12508,12508,12511,12509,12511,12512,12509,12509,12512,12513,12509,12513,12510,12510,12513,12514,12504,12515,12491,12491,12515,12495,12503,12510,12504,12504,12510,12515,12510,12514,12515,12515,12514,12516,12515,12516,12495,12495,12516,12496,11568,12517,11548,11548,12517,12506,11566,12518,11568,11568,12518,12517,12518,12519,12517,12517,12519,12520,12517,12520,12506,12506,12520,12507,11565,12521,11566,11566,12521,12518,11564,12522,11565,11565,12522,12521,12522,12523,12521,12521,12523,12524,12521,12524,12518,12518,12524,12519,12524,12525,12519,12519,12525,12526,12523,12527,12524,12524,12527,12525,12527,12528,12525,12525,12528,12529,12525,12529,12526,12526,12529,12530,12520,12531,12507,12507,12531,12511,12519,12526,12520,12520,12526,12531,12526,12530,12531,12531,12530,12532,12531,12532,12511,12511,12532,12512,11584,12533,11564,11564,12533,12522,11584,11582,12533,12533,11582,12534,12533,12534,12535,12535,12534,12536,12533,12535,12522,12522,12535,12523,11582,11580,12534,12534,11580,12537,11580,11581,12537,12537,11581,12538,12537,12538,12539,12539,12538,12540,12534,12537,12536,12536,12537,12539,12536,12539,12541,12541,12539,12542,12539,12540,12542,12542,12540,12543,12542,12543,12544,12544,12543,12545,12541,12542,12546,12546,12542,12544,12523,12535,12527,12527,12535,12547,12535,12536,12547,12547,12536,12541,12547,12541,12548,12548,12541,12546,12527,12547,12528,12528,12547,12548,11581,11600,12538,12538,11600,12549,11600,11598,12549,12549,11598,12550,12549,12550,12551,12551,12550,12552,12538,12549,12540,12540,12549,12551,11597,12553,11598,11598,12553,12550,11596,12554,11597,11597,12554,12553,12554,12555,12553,12553,12555,12556,12553,12556,12550,12550,12556,12552,12556,12557,12552,12552,12557,12558,12555,12559,12556,12556,12559,12557,12559,12560,12557,12557,12560,12561,12557,12561,12558,12558,12561,12562,12540,12551,12543,12543,12551,12563,12552,12558,12551,12551,12558,12563,12558,12562,12563,12563,12562,12564,12543,12563,12545,12545,12563,12564,11616,12565,11596,11596,12565,12554,11614,12566,11616,11616,12566,12565,12566,12567,12565,12565,12567,12568,12565,12568,12554,12554,12568,12555,11613,12569,11614,11614,12569,12566,11612,12570,11613,11613,12570,12569,12570,12571,12569,12569,12571,12572,12569,12572,12566,12566,12572,12567,12572,12573,12567,12567,12573,12574,12571,12575,12572,12572,12575,12573,12575,12576,12573,12573,12576,12577,12573,12577,12574,12574,12577,12578,12568,12579,12555,12555,12579,12559,12567,12574,12568,12568,12574,12579,12574,12578,12579,12579,12578,12580,12579,12580,12559,12559,12580,12560,11632,12581,11612,11612,12581,12570,11630,12582,11632,11632,12582,12581,12582,12583,12581,12581,12583,12584,12581,12584,12570,12570,12584,12571,11629,12585,11630,11630,12585,12582,11628,12586,11629,11629,12586,12585,12586,12587,12585,12585,12587,12588,12585,12588,12582,12582,12588,12583,12588,12589,12583,12583,12589,12590,12587,12591,12588,12588,12591,12589,12591,12592,12589,12589,12592,12593,12589,12593,12590,12590,12593,12594,12584,12595,12571,12571,12595,12575,12583,12590,12584,12584,12590,12595,12590,12594,12595,12595,12594,12596,12595,12596,12575,12575,12596,12576,11648,12597,11628,11628,12597,12586,11646,12598,11648,11648,12598,12597,12598,12599,12597,12597,12599,12600,12597,12600,12586,12586,12600,12587,11646,11644,12598,12598,11644,12601,11644,11645,12601,12601,11645,12602,12601,12602,12603,12603,12602,12604,12598,12601,12599,12599,12601,12603,12599,12603,12605,12605,12603,12606,12603,12604,12606,12606,12604,12607,12606,12607,12608,12608,12607,12609,12605,12606,12610,12610,12606,12608,12600,12611,12587,12587,12611,12591,12599,12605,12600,12600,12605,12611,12611,12605,12612,12612,12605,12610,12611,12612,12591,12591,12612,12592,11645,11664,12602,12602,11664,12613,11664,11662,12613,12613,11662,12614,12613,12614,12615,12615,12614,12616,12602,12613,12604,12604,12613,12615,11661,12617,11662,11662,12617,12614,11660,12618,11661,11661,12618,12617,12618,12619,12617,12617,12619,12620,12617,12620,12614,12614,12620,12616,12620,12621,12616,12616,12621,12622,12619,12623,12620,12620,12623,12621,12623,12624,12621,12621,12624,12625,12621,12625,12622,12622,12625,12626,12604,12615,12607,12607,12615,12627,12616,12622,12615,12615,12622,12627,12622,12626,12627,12627,12626,12628,12627,12628,12607,12607,12628,12609,11680,12629,11660,11660,12629,12618,11678,12630,11680,11680,12630,12629,12630,12631,12629,12629,12631,12632,12629,12632,12618,12618,12632,12619,11677,12633,11678,11678,12633,12630,11676,12634,11677,11677,12634,12633,12634,12635,12633,12633,12635,12636,12633,12636,12630,12630,12636,12631,12636,12637,12631,12631,12637,12638,12635,12639,12636,12636,12639,12637,12639,12640,12637,12637,12640,12641,12637,12641,12638,12638,12641,12642,12632,12643,12619,12619,12643,12623,12631,12638,12632,12632,12638,12643,12638,12642,12643,12643,12642,12644,12643,12644,12623,12623,12644,12624,11696,12645,11676,11676,12645,12634,11694,12646,11696,11696,12646,12645,12646,12647,12645,12645,12647,12648,12645,12648,12634,12634,12648,12635,11693,12649,11694,11694,12649,12646,11692,12650,11693,11693,12650,12649,12650,12651,12649,12649,12651,12652,12649,12652,12646,12646,12652,12647,12652,12653,12647,12647,12653,12654,12651,12655,12652,12652,12655,12653,12655,12656,12653,12653,12656,12657,12653,12657,12654,12654,12657,12658,12648,12659,12635,12635,12659,12639,12647,12654,12648,12648,12654,12659,12654,12658,12659,12659,12658,12660,12659,12660,12639,12639,12660,12640,11712,12661,11692,11692,12661,12650,11710,12662,11712,11712,12662,12661,12662,12663,12661,12661,12663,12664,12661,12664,12650,12650,12664,12651,11710,11708,12662,12662,11708,12665,11708,11709,12665,12665,11709,12666,12665,12666,12667,12667,12666,12668,12662,12665,12663,12663,12665,12667,12663,12667,12669,12669,12667,12670,12667,12668,12670,12670,12668,12671,12670,12671,12672,12672,12671,12673,12669,12670,12674,12674,12670,12672,12664,12675,12651,12651,12675,12655,12664,12663,12675,12675,12663,12669,12675,12669,12676,12676,12669,12674,12675,12676,12655,12655,12676,12656,11709,11728,12666,12666,11728,12677,11728,11726,12677,12677,11726,12678,12677,12678,12679,12679,12678,12680,12666,12677,12668,12668,12677,12679,11726,11724,12678,12678,11724,12681,11724,11725,12681,12681,11725,12682,12681,12682,12683,12683,12682,12684,12678,12681,12680,12680,12681,12683,12680,12683,12685,12685,12683,12686,12683,12684,12686,12686,12684,12687,12686,12687,12688,12688,12687,12689,12685,12686,12690,12690,12686,12688,12668,12679,12671,12671,12679,12691,12679,12680,12691,12691,12680,12685,12691,12685,12692,12692,12685,12690,12671,12691,12673,12673,12691,12692,11725,11744,12682,12682,11744,12693,11744,11742,12693,12693,11742,12694,12693,12694,12695,12695,12694,12696,12682,12693,12684,12684,12693,12695,11742,11740,12694,12694,11740,12697,11740,11741,12697,12697,11741,12698,12697,12698,12699,12699,12698,12700,12694,12697,12696,12696,12697,12699,12696,12699,12701,12701,12699,12702,12699,12700,12702,12702,12700,12703,12702,12703,12704,12704,12703,12705,12701,12702,12706,12706,12702,12704,12684,12695,12687,12687,12695,12707,12695,12696,12707,12707,12696,12701,12707,12701,12708,12708,12701,12706,12687,12707,12689,12689,12707,12708,11741,11760,12698,12698,11760,12709,11760,11758,12709,12709,11758,12710,12709,12710,12711,12711,12710,12712,12709,12711,12698,12698,12711,12700,11758,11756,12710,12710,11756,12713,11756,11757,12713,12713,11757,12714,12713,12714,12715,12715,12714,12716,12710,12713,12712,12712,12713,12715,12712,12715,12717,12717,12715,12718,12715,12716,12718,12718,12716,12719,12718,12719,12720,12720,12719,12721,12717,12718,12722,12722,12718,12720,12711,12723,12700,12700,12723,12703,12711,12712,12723,12723,12712,12717,12723,12717,12724,12724,12717,12722,12703,12723,12705,12705,12723,12724,11757,11776,12714,12714,11776,12725,11776,11774,12725,12725,11774,12726,12725,12726,12727,12727,12726,12728,12714,12725,12716,12716,12725,12727,11774,11772,12726,12726,11772,12729,11772,11773,12729,12729,11773,12730,12729,12730,12731,12731,12730,12732,12726,12729,12728,12728,12729,12731,12728,12731,12733,12733,12731,12734,12731,12732,12734,12734,12732,12735,12734,12735,12736,12736,12735,12737,12733,12734,12738,12738,12734,12736,12716,12727,12719,12719,12727,12739,12727,12728,12739,12739,12728,12733,12739,12733,12740,12740,12733,12738,12719,12739,12721,12721,12739,12740,11773,11792,12730,12730,11792,12741,11792,11790,12741,12741,11790,12742,12741,12742,12743,12743,12742,12744,12730,12741,12732,12732,12741,12743,11790,11789,12742,12742,11789,12745,11788,12746,11789,11789,12746,12745,12746,12747,12745,12745,12747,12748,12742,12745,12744,12744,12745,12748,12744,12748,12749,12749,12748,12750,12747,12751,12748,12748,12751,12750,12751,12752,12750,12750,12752,12753,12749,12750,12754,12754,12750,12753,12732,12743,12735,12735,12743,12755,12743,12744,12755,12755,12744,12749,12755,12749,12756,12756,12749,12754,12735,12755,12737,12737,12755,12756,11808,12757,11788,11788,12757,12746,11806,12758,11808,11808,12758,12757,12758,12759,12757,12757,12759,12760,12757,12760,12746,12746,12760,12747,11805,12761,11806,11806,12761,12758,11804,12762,11805,11805,12762,12761,12762,12763,12761,12761,12763,12764,12761,12764,12758,12758,12764,12759,12764,12765,12759,12759,12765,12766,12763,12767,12764,12764,12767,12765,12767,12768,12765,12765,12768,12769,12765,12769,12766,12766,12769,12770,12760,12771,12747,12747,12771,12751,12759,12766,12760,12760,12766,12771,12766,12770,12771,12771,12770,12772,12771,12772,12751,12751,12772,12752,11828,11827,12773,12773,11827,12774,11827,11824,12774,12774,11824,12775,12774,12775,12776,12776,12775,12777,12773,12774,12778,12778,12774,12776,11824,11822,12775,12775,11822,12779,11822,11823,12779,12779,11823,12780,12779,12780,12781,12781,12780,12782,12775,12779,12777,12777,12779,12781,12777,12781,12783,12783,12781,12784,12781,12782,12784,12784,12782,12785,12784,12785,12786,12786,12785,12787,12783,12784,12788,12788,12784,12786,12778,12776,12789,12789,12776,12790,12776,12777,12790,12790,12777,12783,12790,12783,12791,12791,12783,12788,12789,12790,12792,12792,12790,12791,11823,11844,12780,12780,11844,12793,11844,11842,12793,12793,11842,12794,12793,12794,12795,12795,12794,12796,12780,12793,12782,12782,12793,12795,11842,11840,12794,12794,11840,12797,11840,11841,12797,12797,11841,12798,12797,12798,12799,12799,12798,12800,12794,12797,12796,12796,12797,12799,12796,12799,12801,12801,12799,12802,12799,12800,12802,12802,12800,12803,12802,12803,12804,12804,12803,12805,12801,12802,12806,12806,12802,12804,12782,12795,12785,12785,12795,12807,12795,12796,12807,12807,12796,12801,12807,12801,12808,12808,12801,12806,12785,12807,12787,12787,12807,12808,11841,11860,12798,12798,11860,12809,11860,11858,12809,12809,11858,12810,12809,12810,12811,12811,12810,12812,12798,12809,12800,12800,12809,12811,11858,11856,12810,12810,11856,12813,11856,11857,12813,12813,11857,12814,12813,12814,12815,12815,12814,12816,12810,12813,12812,12812,12813,12815,12812,12815,12817,12817,12815,12818,12815,12816,12818,12818,12816,12819,12818,12819,12820,12820,12819,12821,12817,12818,12822,12822,12818,12820,12800,12811,12803,12803,12811,12823,12811,12812,12823,12823,12812,12817,12823,12817,12824,12824,12817,12822,12803,12823,12805,12805,12823,12824,11857,11876,12814,12814,11876,12825,11876,11874,12825,12825,11874,12826,12825,12826,12827,12827,12826,12828,12814,12825,12816,12816,12825,12827,11874,11872,12826,12826,11872,12829,11872,11873,12829,12829,11873,12830,12829,12830,12831,12831,12830,12832,12826,12829,12828,12828,12829,12831,12828,12831,12833,12833,12831,12834,12831,12832,12834,12834,12832,12835,12834,12835,12836,12836,12835,12837,12833,12834,12838,12838,12834,12836,12816,12827,12819,12819,12827,12839,12827,12828,12839,12839,12828,12833,12839,12833,12840,12840,12833,12838,12819,12839,12821,12821,12839,12840,11873,11892,12830,12830,11892,12841,11892,11890,12841,12841,11890,12842,12841,12842,12843,12843,12842,12844,12830,12841,12832,12832,12841,12843,11890,11888,12842,12842,11888,12845,11888,11889,12845,12845,11889,12846,12845,12846,12847,12847,12846,12848,12842,12845,12844,12844,12845,12847,12844,12847,12849,12849,12847,12850,12847,12848,12850,12850,12848,12851,12850,12851,12852,12852,12851,12853,12849,12850,12854,12854,12850,12852,12832,12843,12835,12835,12843,12855,12843,12844,12855,12855,12844,12849,12855,12849,12856,12856,12849,12854,12835,12855,12837,12837,12855,12856,11889,11908,12846,12846,11908,12857,11908,11906,12857,12857,11906,12858,12857,12858,12859,12859,12858,12860,12846,12857,12848,12848,12857,12859,11906,11904,12858,12858,11904,12861,11904,11905,12861,12861,11905,12862,12861,12862,12863,12863,12862,12864,12858,12861,12860,12860,12861,12863,12860,12863,12865,12865,12863,12866,12863,12864,12866,12866,12864,12867,12866,12867,12868,12868,12867,12869,12865,12866,12870,12870,12866,12868,12848,12859,12851,12851,12859,12871,12859,12860,12871,12871,12860,12865,12871,12865,12872,12872,12865,12870,12851,12871,12853,12853,12871,12872,11905,11924,12862,12862,11924,12873,11924,11922,12873,12873,11922,12874,12873,12874,12875,12875,12874,12876,12862,12873,12864,12864,12873,12875,11922,11920,12874,12874,11920,12877,11920,11921,12877,12877,11921,12878,12877,12878,12879,12879,12878,12880,12874,12877,12876,12876,12877,12879,12876,12879,12881,12881,12879,12882,12879,12880,12882,12882,12880,12883,12882,12883,12884,12884,12883,12885,12881,12882,12886,12886,12882,12884,12864,12875,12867,12867,12875,12887,12875,12876,12887,12887,12876,12881,12887,12881,12888,12888,12881,12886,12867,12887,12869,12869,12887,12888,11921,11940,12878,12878,11940,12889,11940,11938,12889,12889,11938,12890,12889,12890,12891,12891,12890,12892,12878,12889,12880,12880,12889,12891,11938,11936,12890,12890,11936,12893,11936,11937,12893,12893,11937,12894,12893,12894,12895,12895,12894,12896,12890,12893,12892,12892,12893,12895,12892,12895,12897,12897,12895,12898,12895,12896,12898,12898,12896,12899,12898,12899,12900,12900,12899,12901,12897,12898,12902,12902,12898,12900,12880,12891,12883,12883,12891,12903,12891,12892,12903,12903,12892,12897,12903,12897,12904,12904,12897,12902,12883,12903,12885,12885,12903,12904,11937,11956,12894,12894,11956,12905,11956,11954,12905,12905,11954,12906,12905,12906,12907,12907,12906,12908,12894,12905,12896,12896,12905,12907,11954,11952,12906,12906,11952,12909,11952,11953,12909,12909,11953,12910,12909,12910,12911,12911,12910,12912,12906,12909,12908,12908,12909,12911,12908,12911,12913,12913,12911,12914,12911,12912,12914,12914,12912,12915,12914,12915,12916,12916,12915,12917,12913,12914,12918,12918,12914,12916,12896,12907,12899,12899,12907,12919,12907,12908,12919,12919,12908,12913,12919,12913,12920,12920,12913,12918,12899,12919,12901,12901,12919,12920,11953,11972,12910,12910,11972,12921,11972,11970,12921,12921,11970,12922,12921,12922,12923,12923,12922,12924,12910,12921,12912,12912,12921,12923,11970,11968,12922,12922,11968,12925,11968,11969,12925,12925,11969,12926,12925,12926,12927,12927,12926,12928,12922,12925,12924,12924,12925,12927,12924,12927,12929,12929,12927,12930,12927,12928,12930,12930,12928,12931,12930,12931,12932,12932,12931,12933,12929,12930,12934,12934,12930,12932,12912,12923,12915,12915,12923,12935,12923,12924,12935,12935,12924,12929,12935,12929,12936,12936,12929,12934,12915,12935,12917,12917,12935,12936,11969,11988,12926,12926,11988,12937,11988,11986,12937,12937,11986,12938,12937,12938,12939,12939,12938,12940,12926,12937,12928,12928,12937,12939,11986,11984,12938,12938,11984,12941,11984,11985,12941,12941,11985,12942,12941,12942,12943,12943,12942,12944,12938,12941,12940,12940,12941,12943,12940,12943,12945,12945,12943,12946,12943,12944,12946,12946,12944,12947,12946,12947,12948,12948,12947,12949,12945,12946,12950,12950,12946,12948,12928,12939,12931,12931,12939,12951,12939,12940,12951,12951,12940,12945,12951,12945,12952,12952,12945,12950,12931,12951,12933,12933,12951,12952,11985,12004,12942,12942,12004,12953,12004,12002,12953,12953,12002,12954,12953,12954,12955,12955,12954,12956,12942,12953,12944,12944,12953,12955,12002,12000,12954,12954,12000,12957,12000,12001,12957,12957,12001,12958,12957,12958,12959,12959,12958,12960,12954,12957,12956,12956,12957,12959,12956,12959,12961,12961,12959,12962,12959,12960,12962,12962,12960,12963,12962,12963,12964,12964,12963,12965,12961,12962,12966,12966,12962,12964,12944,12955,12947,12947,12955,12967,12955,12956,12967,12967,12956,12961,12967,12961,12968,12968,12961,12966,12947,12967,12949,12949,12967,12968,12001,12020,12958,12958,12020,12969,12020,12018,12969,12969,12018,12970,12969,12970,12971,12971,12970,12972,12958,12969,12960,12960,12969,12971,12018,12016,12970,12970,12016,12973,12016,12017,12973,12973,12017,12974,12973,12974,12975,12975,12974,12976,12970,12973,12972,12972,12973,12975,12972,12975,12977,12977,12975,12978,12975,12976,12978,12978,12976,12979,12978,12979,12980,12980,12979,12981,12977,12978,12982,12982,12978,12980,12960,12971,12963,12963,12971,12983,12971,12972,12983,12983,12972,12977,12983,12977,12984,12984,12977,12982,12963,12983,12965,12965,12983,12984,12017,12036,12974,12974,12036,12985,12036,12034,12985,12985,12034,12986,12985,12986,12987,12987,12986,12988,12974,12985,12976,12976,12985,12987,12034,12032,12986,12986,12032,12989,12032,12033,12989,12989,12033,12990,12989,12990,12991,12991,12990,12992,12986,12989,12988,12988,12989,12991,12988,12991,12993,12993,12991,12994,12991,12992,12994,12994,12992,12995,12994,12995,12996,12996,12995,12997,12993,12994,12998,12998,12994,12996,12976,12987,12979,12979,12987,12999,12987,12988,12999,12999,12988,12993,12999,12993,13000,13000,12993,12998,12979,12999,12981,12981,12999,13000,12033,12052,12990,12990,12052,13001,12052,12050,13001,13001,12050,13002,13001,13002,13003,13003,13002,13004,12990,13001,12992,12992,13001,13003,12050,12048,13002,13002,12048,13005,12048,12049,13005,13005,12049,13006,13005,13006,13007,13007,13006,13008,13002,13005,13004,13004,13005,13007,13004,13007,13009,13009,13007,13010,13007,13008,13010,13010,13008,13011,13010,13011,13012,13012,13011,13013,13009,13010,13014,13014,13010,13012,12992,13003,12995,12995,13003,13015,13003,13004,13015,13015,13004,13009,13015,13009,13016,13016,13009,13014,12995,13015,12997,12997,13015,13016,12049,12068,13006,13006,12068,13017,12068,12066,13017,13017,12066,13018,13017,13018,13019,13019,13018,13020,13006,13017,13008,13008,13017,13019,12066,12064,13018,13018,12064,13021,12064,12065,13021,13021,12065,13022,13021,13022,13023,13023,13022,13024,13018,13021,13020,13020,13021,13023,13020,13023,13025,13025,13023,13026,13023,13024,13026,13026,13024,13027,13026,13027,13028,13028,13027,13029,13025,13026,13030,13030,13026,13028,13008,13019,13011,13011,13019,13031,13019,13020,13031,13031,13020,13025,13031,13025,13032,13032,13025,13030,13011,13031,13013,13013,13031,13032,12065,12084,13022,13022,12084,13033,12084,12082,13033,13033,12082,13034,13033,13034,13035,13035,13034,13036,13022,13033,13024,13024,13033,13035,12082,12080,13034,13034,12080,13037,12080,12081,13037,13037,12081,13038,13037,13038,13039,13039,13038,13040,13034,13037,13036,13036,13037,13039,13036,13039,13041,13041,13039,13042,13039,13040,13042,13042,13040,13043,13042,13043,13044,13044,13043,13045,13041,13042,13046,13046,13042,13044,13024,13035,13027,13027,13035,13047,13035,13036,13047,13047,13036,13041,13047,13041,13048,13048,13041,13046,13027,13047,13029,13029,13047,13048,12081,12100,13038,13038,12100,13049,12100,12098,13049,13049,12098,13050,13049,13050,13051,13051,13050,13052,13038,13049,13040,13040,13049,13051,12098,12096,13050,13050,12096,13053,12096,12097,13053,13053,12097,13054,13053,13054,13055,13055,13054,13056,13050,13053,13052,13052,13053,13055,13052,13055,13057,13057,13055,13058,13055,13056,13058,13058,13056,13059,13058,13059,13060,13060,13059,13061,13057,13058,13062,13062,13058,13060,13040,13051,13043,13043,13051,13063,13051,13052,13063,13063,13052,13057,13063,13057,13064,13064,13057,13062,13043,13063,13045,13045,13063,13064,12097,12116,13054,13054,12116,13065,12116,12114,13065,13065,12114,13066,13065,13066,13067,13067,13066,13068,13054,13065,13056,13056,13065,13067,12114,12112,13066,13066,12112,13069,12112,12113,13069,13069,12113,13070,13069,13070,13071,13071,13070,13072,13066,13069,13068,13068,13069,13071,13068,13071,13073,13073,13071,13074,13071,13072,13074,13074,13072,13075,13074,13075,13076,13076,13075,13077,13073,13074,13078,13078,13074,13076,13056,13067,13059,13059,13067,13079,13067,13068,13079,13079,13068,13073,13079,13073,13080,13080,13073,13078,13059,13079,13061,13061,13079,13080,12113,12132,13070,13070,12132,13081,12132,12130,13081,13081,12130,13082,13081,13082,13083,13083,13082,13084,13070,13081,13072,13072,13081,13083,12130,12128,13082,13082,12128,13085,12128,12129,13085,13085,12129,13086,13085,13086,13087,13087,13086,13088,13082,13085,13084,13084,13085,13087,13084,13087,13089,13089,13087,13090,13087,13088,13090,13090,13088,13091,13090,13091,13092,13092,13091,13093,13089,13090,13094,13094,13090,13092,13072,13083,13075,13075,13083,13095,13083,13084,13095,13095,13084,13089,13095,13089,13096,13096,13089,13094,13075,13095,13077,13077,13095,13096,12129,12148,13086,13086,12148,13097,12148,12146,13097,13097,12146,13098,13097,13098,13099,13099,13098,13100,13086,13097,13088,13088,13097,13099,12146,12144,13098,13098,12144,13101,12144,12145,13101,13101,12145,13102,13101,13102,13103,13103,13102,13104,13098,13101,13100,13100,13101,13103,13100,13103,13105,13105,13103,13106,13103,13104,13106,13106,13104,13107,13106,13107,13108,13108,13107,13109,13105,13106,13110,13110,13106,13108,13088,13099,13091,13091,13099,13111,13099,13100,13111,13111,13100,13105,13111,13105,13112,13112,13105,13110,13091,13111,13093,13093,13111,13112,12145,12164,13102,13102,12164,13113,12164,12162,13113,13113,12162,13114,13113,13114,13115,13115,13114,13116,13102,13113,13104,13104,13113,13115,12162,12160,13114,13114,12160,13117,12160,12161,13117,13117,12161,13118,13117,13118,13119,13119,13118,13120,13114,13117,13116,13116,13117,13119,13116,13119,13121,13121,13119,13122,13119,13120,13122,13122,13120,13123,13122,13123,13124,13124,13123,13125,13121,13122,13126,13126,13122,13124,13104,13115,13107,13107,13115,13127,13115,13116,13127,13127,13116,13121,13127,13121,13128,13128,13121,13126,13107,13127,13109,13109,13127,13128,12161,12180,13118,13118,12180,13129,12180,12178,13129,13129,12178,13130,13129,13130,13131,13131,13130,13132,13118,13129,13120,13120,13129,13131,12178,12176,13130,13130,12176,13133,12176,12177,13133,13133,12177,13134,13133,13134,13135,13135,13134,13136,13130,13133,13132,13132,13133,13135,13132,13135,13137,13137,13135,13138,13135,13136,13138,13138,13136,13139,13138,13139,13140,13140,13139,13141,13137,13138,13142,13142,13138,13140,13120,13131,13123,13123,13131,13143,13131,13132,13143,13143,13132,13137,13143,13137,13144,13144,13137,13142,13123,13143,13125,13125,13143,13144,12177,12196,13134,13134,12196,13145,12196,12194,13145,13145,12194,13146,13145,13146,13147,13147,13146,13148,13134,13145,13136,13136,13145,13147,12194,12192,13146,13146,12192,13149,12192,12193,13149,13149,12193,13150,13149,13150,13151,13151,13150,13152,13146,13149,13148,13148,13149,13151,13148,13151,13153,13153,13151,13154,13151,13152,13154,13154,13152,13155,13154,13155,13156,13156,13155,13157,13153,13154,13158,13158,13154,13156,13136,13147,13139,13139,13147,13159,13147,13148,13159,13159,13148,13153,13159,13153,13160,13160,13153,13158,13139,13159,13141,13141,13159,13160,12193,12212,13150,13150,12212,13161,12212,12210,13161,13161,12210,13162,13161,13162,13163,13163,13162,13164,13150,13161,13152,13152,13161,13163,12210,12208,13162,13162,12208,13165,12208,12209,13165,13165,12209,13166,13165,13166,13167,13167,13166,13168,13162,13165,13164,13164,13165,13167,13164,13167,13169,13169,13167,13170,13167,13168,13170,13170,13168,13171,13170,13171,13172,13172,13171,13173,13169,13170,13174,13174,13170,13172,13152,13163,13155,13155,13163,13175,13163,13164,13175,13175,13164,13169,13175,13169,13176,13176,13169,13174,13155,13175,13157,13157,13175,13176,12209,12228,13166,13166,12228,13177,12228,12226,13177,13177,12226,13178,13177,13178,13179,13179,13178,13180,13166,13177,13168,13168,13177,13179,12226,12224,13178,13178,12224,13181,12224,12225,13181,13181,12225,13182,13181,13182,13183,13183,13182,13184,13178,13181,13180,13180,13181,13183,13180,13183,13185,13185,13183,13186,13183,13184,13186,13186,13184,13187,13186,13187,13188,13188,13187,13189,13185,13186,13190,13190,13186,13188,13168,13179,13171,13171,13179,13191,13179,13180,13191,13191,13180,13185,13191,13185,13192,13192,13185,13190,13171,13191,13173,13173,13191,13192,12225,12244,13182,13182,12244,13193,12244,12242,13193,13193,12242,13194,13193,13194,13195,13195,13194,13196,13182,13193,13184,13184,13193,13195,12242,12240,13194,13194,12240,13197,12240,12241,13197,13197,12241,13198,13197,13198,13199,13199,13198,13200,13194,13197,13196,13196,13197,13199,13196,13199,13201,13201,13199,13202,13199,13200,13202,13202,13200,13203,13202,13203,13204,13204,13203,13205,13201,13202,13206,13206,13202,13204,13184,13195,13187,13187,13195,13207,13195,13196,13207,13207,13196,13201,13207,13201,13208,13208,13201,13206,13187,13207,13189,13189,13207,13208,12241,12260,13198,13198,12260,13209,12260,12258,13209,13209,12258,13210,13209,13210,13211,13211,13210,13212,13198,13209,13200,13200,13209,13211,12258,12256,13210,13210,12256,13213,12256,12257,13213,13213,12257,13214,13213,13214,13215,13215,13214,13216,13210,13213,13212,13212,13213,13215,13212,13215,13217,13217,13215,13218,13215,13216,13218,13218,13216,13219,13218,13219,13220,13220,13219,13221,13217,13218,13222,13222,13218,13220,13200,13211,13203,13203,13211,13223,13211,13212,13223,13223,13212,13217,13223,13217,13224,13224,13217,13222,13203,13223,13205,13205,13223,13224,12257,12276,13214,13214,12276,13225,12276,12274,13225,13225,12274,13226,13225,13226,13227,13227,13226,13228,13214,13225,13216,13216,13225,13227,12274,12272,13226,13226,12272,13229,12272,12273,13229,13229,12273,13230,13229,13230,13231,13231,13230,13232,13226,13229,13228,13228,13229,13231,13228,13231,13233,13233,13231,13234,13231,13232,13234,13234,13232,13235,13234,13235,13236,13236,13235,13237,13233,13234,13238,13238,13234,13236,13216,13227,13219,13219,13227,13239,13227,13228,13239,13239,13228,13233,13239,13233,13240,13240,13233,13238,13219,13239,13221,13221,13239,13240,12273,12292,13230,13230,12292,13241,12292,12290,13241,13241,12290,13242,13241,13242,13243,13243,13242,13244,13230,13241,13232,13232,13241,13243,12290,12288,13242,13242,12288,13245,12288,12289,13245,13245,12289,13246,13245,13246,13247,13247,13246,13248,13242,13245,13244,13244,13245,13247,13244,13247,13249,13249,13247,13250,13247,13248,13250,13250,13248,13251,13250,13251,13252,13252,13251,13253,13249,13250,13254,13254,13250,13252,13232,13243,13235,13235,13243,13255,13243,13244,13255,13255,13244,13249,13255,13249,13256,13256,13249,13254,13235,13255,13237,13237,13255,13256,12289,12308,13246,13246,12308,13257,12306,13258,12308,12308,13258,13257,13258,13259,13257,13257,13259,13260,13246,13257,13248,13248,13257,13260,12305,13261,12306,12306,13261,13258,12304,13262,12305,12305,13262,13261,13262,13263,13261,13261,13263,13264,13261,13264,13258,13258,13264,13259,13264,13265,13259,13259,13265,13266,13263,13267,13264,13264,13267,13265,13267,13268,13265,13265,13268,13269,13265,13269,13266,13266,13269,13270,13248,13260,13251,13251,13260,13271,13259,13266,13260,13260,13266,13271,13266,13270,13271,13271,13270,13272,13251,13271,13253,13253,13271,13272,12324,13273,12304,12304,13273,13262,12322,13274,12324,12324,13274,13273,13274,13275,13273,13273,13275,13276,13273,13276,13262,13262,13276,13263,12321,13277,12322,12322,13277,13274,12320,13278,12321,12321,13278,13277,13278,13279,13277,13277,13279,13280,13277,13280,13274,13274,13280,13275,13280,13281,13275,13275,13281,13282,13279,13283,13280,13280,13283,13281,13283,13284,13281,13281,13284,13285,13281,13285,13282,13282,13285,13286,13276,13287,13263,13263,13287,13267,13275,13282,13276,13276,13282,13287,13287,13282,13288,13288,13282,13286,13267,13287,13268,13268,13287,13288,12340,13289,12320,12320,13289,13278,12338,13290,12340,12340,13290,13289,13290,13291,13289,13289,13291,13292,13289,13292,13278,13278,13292,13279,12337,13293,12338,12338,13293,13290,12337,12336,13293,13293,12336,13294,13293,13294,13295,13295,13294,13296,13293,13295,13290,13290,13295,13291,13295,13297,13291,13291,13297,13298,13295,13296,13297,13297,13296,13299,13297,13299,13300,13300,13299,13301,13297,13300,13298,13298,13300,13302,13292,13303,13279,13279,13303,13283,13291,13298,13292,13292,13298,13303,13298,13302,13303,13303,13302,13304,13303,13304,13283,13283,13304,13284,12336,12356,13294,13294,12356,13305,12356,12354,13305,13305,12354,13306,13305,13306,13307,13307,13306,13308,13294,13305,13296,13296,13305,13307,12353,13309,12354,12354,13309,13306,12352,13310,12353,12353,13310,13309,13310,13311,13309,13309,13311,13312,13309,13312,13306,13306,13312,13308,13312,13313,13308,13308,13313,13314,13311,13315,13312,13312,13315,13313,13315,13316,13313,13313,13316,13317,13313,13317,13314,13314,13317,13318,13296,13307,13299,13299,13307,13319,13307,13308,13319,13319,13308,13314,13319,13314,13320,13320,13314,13318,13299,13319,13301,13301,13319,13320,12372,13321,12352,12352,13321,13310,12370,13322,12372,12372,13322,13321,13322,13323,13321,13321,13323,13324,13321,13324,13310,13310,13324,13311,12369,13325,12370,12370,13325,13322,12368,13326,12369,12369,13326,13325,13326,13327,13325,13325,13327,13328,13325,13328,13322,13322,13328,13323,13328,13329,13323,13323,13329,13330,13327,13331,13328,13328,13331,13329,13331,13332,13329,13329,13332,13333,13329,13333,13330,13330,13333,13334,13324,13335,13311,13311,13335,13315,13323,13330,13324,13324,13330,13335,13330,13334,13335,13335,13334,13336,13335,13336,13315,13315,13336,13316,12388,13337,12368,12368,13337,13326,12386,13338,12388,12388,13338,13337,13338,13339,13337,13337,13339,13340,13337,13340,13326,13326,13340,13327,12385,13341,12386,12386,13341,13338,12384,13342,12385,12385,13342,13341,13342,13343,13341,13341,13343,13344,13341,13344,13338,13338,13344,13339,13344,13345,13339,13339,13345,13346,13343,13347,13344,13344,13347,13345,13347,13348,13345,13345,13348,13349,13345,13349,13346,13346,13349,13350,13340,13351,13327,13327,13351,13331,13339,13346,13340,13340,13346,13351,13346,13350,13351,13351,13350,13352,13351,13352,13331,13331,13352,13332,12404,13353,12384,12384,13353,13342,12402,13354,12404,12404,13354,13353,13354,13355,13353,13353,13355,13356,13353,13356,13342,13342,13356,13343,12401,13357,12402,12402,13357,13354,12400,13358,12401,12401,13358,13357,13358,13359,13357,13357,13359,13360,13357,13360,13354,13354,13360,13355,13360,13361,13355,13355,13361,13362,13359,13363,13360,13360,13363,13361,13363,13364,13361,13361,13364,13365,13361,13365,13362,13362,13365,13366,13356,13367,13343,13343,13367,13347,13355,13362,13356,13356,13362,13367,13362,13366,13367,13367,13366,13368,13367,13368,13347,13347,13368,13348,12420,13369,12400,12400,13369,13358,12418,13370,12420,12420,13370,13369,13370,13371,13369,13369,13371,13372,13369,13372,13358,13358,13372,13359,12417,13373,12418,12418,13373,13370,12416,13374,12417,12417,13374,13373,13374,13375,13373,13373,13375,13376,13373,13376,13370,13370,13376,13371,13376,13377,13371,13371,13377,13378,13375,13379,13376,13376,13379,13377,13379,13380,13377,13377,13380,13381,13377,13381,13378,13378,13381,13382,13372,13383,13359,13359,13383,13363,13371,13378,13372,13372,13378,13383,13378,13382,13383,13383,13382,13384,13383,13384,13363,13363,13384,13364,12436,13385,12416,12416,13385,13374,12434,13386,12436,12436,13386,13385,13386,13387,13385,13385,13387,13388,13385,13388,13374,13374,13388,13375,12433,13389,12434,12434,13389,13386,12432,13390,12433,12433,13390,13389,13390,13391,13389,13389,13391,13392,13389,13392,13386,13386,13392,13387,13392,13393,13387,13387,13393,13394,13391,13395,13392,13392,13395,13393,13395,13396,13393,13393,13396,13397,13393,13397,13394,13394,13397,13398,13388,13399,13375,13375,13399,13379,13387,13394,13388,13388,13394,13399,13394,13398,13399,13399,13398,13400,13399,13400,13379,13379,13400,13380,12452,13401,12432,12432,13401,13390,12450,13402,12452,12452,13402,13401,13402,13403,13401,13401,13403,13404,13401,13404,13390,13390,13404,13391,12449,13405,12450,12450,13405,13402,12448,13406,12449,12449,13406,13405,13406,13407,13405,13405,13407,13408,13405,13408,13402,13402,13408,13403,13408,13409,13403,13403,13409,13410,13407,13411,13408,13408,13411,13409,13411,13412,13409,13409,13412,13413,13409,13413,13410,13410,13413,13414,13404,13415,13391,13391,13415,13395,13403,13410,13404,13404,13410,13415,13410,13414,13415,13415,13414,13416,13415,13416,13395,13395,13416,13396,12468,13417,12448,12448,13417,13406,12466,13418,12468,12468,13418,13417,13418,13419,13417,13417,13419,13420,13417,13420,13406,13406,13420,13407,12465,13421,12466,12466,13421,13418,12464,13422,12465,12465,13422,13421,13422,13423,13421,13421,13423,13424,13421,13424,13418,13418,13424,13419,13424,13425,13419,13419,13425,13426,13423,13427,13424,13424,13427,13425,13427,13428,13425,13425,13428,13429,13425,13429,13426,13426,13429,13430,13420,13431,13407,13407,13431,13411,13419,13426,13420,13420,13426,13431,13426,13430,13431,13431,13430,13432,13431,13432,13411,13411,13432,13412,12484,13433,12464,12464,13433,13422,12482,13434,12484,12484,13434,13433,13434,13435,13433,13433,13435,13436,13433,13436,13422,13422,13436,13423,12481,13437,12482,12482,13437,13434,12480,13438,12481,12481,13438,13437,13438,13439,13437,13437,13439,13440,13437,13440,13434,13434,13440,13435,13440,13441,13435,13435,13441,13442,13439,13443,13440,13440,13443,13441,13443,13444,13441,13441,13444,13445,13441,13445,13442,13442,13445,13446,13436,13447,13423,13423,13447,13427,13435,13442,13436,13436,13442,13447,13442,13446,13447,13447,13446,13448,13447,13448,13427,13427,13448,13428,12500,13449,12480,12480,13449,13438,12498,13450,12500,12500,13450,13449,13450,13451,13449,13449,13451,13452,13449,13452,13438,13438,13452,13439,12497,13453,12498,12498,13453,13450,12496,13454,12497,12497,13454,13453,13454,13455,13453,13453,13455,13456,13453,13456,13450,13450,13456,13451,13456,13457,13451,13451,13457,13458,13455,13459,13456,13456,13459,13457,13459,13460,13457,13457,13460,13461,13457,13461,13458,13458,13461,13462,13452,13463,13439,13439,13463,13443,13451,13458,13452,13452,13458,13463,13458,13462,13463,13463,13462,13464,13463,13464,13443,13443,13464,13444,12516,13465,12496,12496,13465,13454,12514,13466,12516,12516,13466,13465,13466,13467,13465,13465,13467,13468,13465,13468,13454,13454,13468,13455,12513,13469,12514,12514,13469,13466,12512,13470,12513,12513,13470,13469,13470,13471,13469,13469,13471,13472,13469,13472,13466,13466,13472,13467,13472,13473,13467,13467,13473,13474,13471,13475,13472,13472,13475,13473,13475,13476,13473,13473,13476,13477,13473,13477,13474,13474,13477,13478,13468,13479,13455,13455,13479,13459,13467,13474,13468,13468,13474,13479,13474,13478,13479,13479,13478,13480,13479,13480,13459,13459,13480,13460,12532,13481,12512,12512,13481,13470,12530,13482,12532,12532,13482,13481,13482,13483,13481,13481,13483,13484,13481,13484,13470,13470,13484,13471,12529,13485,12530,12530,13485,13482,12528,13486,12529,12529,13486,13485,13485,13486,13487,13487,13486,13488,13485,13487,13482,13482,13487,13483,13487,13489,13483,13483,13489,13490,13487,13488,13489,13489,13488,13491,13489,13491,13492,13492,13491,13493,13490,13489,13494,13494,13489,13492,13484,13495,13471,13471,13495,13475,13483,13490,13484,13484,13490,13495,13490,13494,13495,13495,13494,13496,13495,13496,13475,13475,13496,13476,12528,12548,13486,13486,12548,13497,12548,12546,13497,13497,12546,13498,13497,13498,13499,13499,13498,13500,13486,13497,13488,13488,13497,13499,12546,12544,13498,13498,12544,13501,12544,12545,13501,13501,12545,13502,13501,13502,13503,13503,13502,13504,13498,13501,13500,13500,13501,13503,13500,13503,13505,13505,13503,13506,13503,13504,13506,13506,13504,13507,13506,13507,13508,13508,13507,13509,13505,13506,13510,13510,13506,13508,13488,13499,13491,13491,13499,13511,13499,13500,13511,13511,13500,13505,13511,13505,13512,13512,13505,13510,13491,13511,13493,13493,13511,13512,12545,12564,13502,13502,12564,13513,12562,13514,12564,12564,13514,13513,13514,13515,13513,13513,13515,13516,13502,13513,13504,13504,13513,13516,12561,13517,12562,12562,13517,13514,12560,13518,12561,12561,13518,13517,13518,13519,13517,13517,13519,13520,13517,13520,13514,13514,13520,13515,13520,13521,13515,13515,13521,13522,13519,13523,13520,13520,13523,13521,13523,13524,13521,13521,13524,13525,13521,13525,13522,13522,13525,13526,13516,13527,13504,13504,13527,13507,13515,13522,13516,13516,13522,13527,13522,13526,13527,13527,13526,13528,13527,13528,13507,13507,13528,13509,12580,13529,12560,12560,13529,13518,12578,13530,12580,12580,13530,13529,13530,13531,13529,13529,13531,13532,13529,13532,13518,13518,13532,13519,12577,13533,12578,12578,13533,13530,12576,13534,12577,12577,13534,13533,13534,13535,13533,13533,13535,13536,13533,13536,13530,13530,13536,13531,13536,13537,13531,13531,13537,13538,13535,13539,13536,13536,13539,13537,13539,13540,13537,13537,13540,13541,13537,13541,13538,13538,13541,13542,13532,13543,13519,13519,13543,13523,13531,13538,13532,13532,13538,13543,13538,13542,13543,13543,13542,13544,13543,13544,13523,13523,13544,13524,12596,13545,12576,12576,13545,13534,12594,13546,12596,12596,13546,13545,13546,13547,13545,13545,13547,13548,13545,13548,13534,13534,13548,13535,12593,13549,12594,12594,13549,13546,12592,13550,12593,12593,13550,13549,13550,13551,13549,13549,13551,13552,13549,13552,13546,13546,13552,13547,13552,13553,13547,13547,13553,13554,13551,13555,13552,13552,13555,13553,13555,13556,13553,13553,13556,13557,13553,13557,13554,13554,13557,13558,13548,13559,13535,13535,13559,13539,13547,13554,13548,13548,13554,13559,13554,13558,13559,13559,13558,13560,13559,13560,13539,13539,13560,13540,12612,13561,12592,12592,13561,13550,12612,12610,13561,13561,12610,13562,13561,13562,13563,13563,13562,13564,13561,13563,13550,13550,13563,13551,12610,12608,13562,13562,12608,13565,12609,13566,12608,12608,13566,13565,13566,13567,13565,13565,13567,13568,13565,13568,13562,13562,13568,13564,13568,13569,13564,13564,13569,13570,13567,13571,13568,13568,13571,13569,13571,13572,13569,13569,13572,13573,13569,13573,13570,13570,13573,13574,13563,13575,13551,13551,13575,13555,13564,13570,13563,13563,13570,13575,13570,13574,13575,13575,13574,13576,13575,13576,13555,13555,13576,13556,12628,13577,12609,12609,13577,13566,12626,13578,12628,12628,13578,13577,13578,13579,13577,13577,13579,13580,13577,13580,13566,13566,13580,13567,12625,13581,12626,12626,13581,13578,12624,13582,12625,12625,13582,13581,13582,13583,13581,13581,13583,13584,13581,13584,13578,13578,13584,13579,13584,13585,13579,13579,13585,13586,13583,13587,13584,13584,13587,13585,13587,13588,13585,13585,13588,13589,13585,13589,13586,13586,13589,13590,13580,13591,13567,13567,13591,13571,13579,13586,13580,13580,13586,13591,13586,13590,13591,13591,13590,13592,13591,13592,13571,13571,13592,13572,12644,13593,12624,12624,13593,13582,12642,13594,12644,12644,13594,13593,13594,13595,13593,13593,13595,13596,13593,13596,13582,13582,13596,13583,12641,13597,12642,12642,13597,13594,12640,13598,12641,12641,13598,13597,13598,13599,13597,13597,13599,13600,13597,13600,13594,13594,13600,13595,13600,13601,13595,13595,13601,13602,13599,13603,13600,13600,13603,13601,13603,13604,13601,13601,13604,13605,13601,13605,13602,13602,13605,13606,13596,13607,13583,13583,13607,13587,13595,13602,13596,13596,13602,13607,13602,13606,13607,13607,13606,13608,13607,13608,13587,13587,13608,13588,12660,13609,12640,12640,13609,13598,12658,13610,12660,12660,13610,13609,13610,13611,13609,13609,13611,13612,13609,13612,13598,13598,13612,13599,12657,13613,12658,12658,13613,13610,12656,13614,12657,12657,13614,13613,13614,13615,13613,13613,13615,13616,13613,13616,13610,13610,13616,13611,13616,13617,13611,13611,13617,13618,13615,13619,13616,13616,13619,13617,13617,13619,13620,13620,13619,13621,13617,13620,13618,13618,13620,13622,13612,13623,13599,13599,13623,13603,13611,13618,13612,13612,13618,13623,13618,13622,13623,13623,13622,13624,13623,13624,13603,13603,13624,13604,12676,13625,12656,12656,13625,13614,12676,12674,13625,13625,12674,13626,13625,13626,13627,13627,13626,13628,13625,13627,13614,13614,13627,13615,12674,12672,13626,13626,12672,13629,12672,12673,13629,13629,12673,13630,13629,13630,13631,13631,13630,13632,13626,13629,13628,13628,13629,13631,13628,13631,13633,13633,13631,13634,13631,13632,13634,13634,13632,13635,13634,13635,13636,13636,13635,13637,13633,13634,13638,13638,13634,13636,13615,13627,13619,13619,13627,13639,13627,13628,13639,13639,13628,13633,13639,13633,13640,13640,13633,13638,13619,13639,13621,13621,13639,13640,12673,12692,13630,13630,12692,13641,12692,12690,13641,13641,12690,13642,13641,13642,13643,13643,13642,13644,13630,13641,13632,13632,13641,13643,12690,12688,13642,13642,12688,13645,12688,12689,13645,13645,12689,13646,13645,13646,13647,13647,13646,13648,13642,13645,13644,13644,13645,13647,13644,13647,13649,13649,13647,13650,13647,13648,13650,13650,13648,13651,13650,13651,13652,13652,13651,13653,13649,13650,13654,13654,13650,13652,13632,13643,13635,13635,13643,13655,13643,13644,13655,13655,13644,13649,13655,13649,13656,13656,13649,13654,13635,13655,13637,13637,13655,13656,12689,12708,13646,13646,12708,13657,12708,12706,13657,13657,12706,13658,13657,13658,13659,13659,13658,13660,13646,13657,13648,13648,13657,13659,12706,12704,13658,13658,12704,13661,12704,12705,13661,13661,12705,13662,13661,13662,13663,13663,13662,13664,13658,13661,13660,13660,13661,13663,13660,13663,13665,13665,13663,13666,13663,13664,13666,13666,13664,13667,13666,13667,13668,13668,13667,13669,13665,13666,13670,13670,13666,13668,13648,13659,13651,13651,13659,13671,13659,13660,13671,13671,13660,13665,13671,13665,13672,13672,13665,13670,13651,13671,13653,13653,13671,13672,12705,12724,13662,13662,12724,13673,12724,12722,13673,13673,12722,13674,13673,13674,13675,13675,13674,13676,13662,13673,13664,13664,13673,13675,12722,12720,13674,13674,12720,13677,12720,12721,13677,13677,12721,13678,13677,13678,13679,13679,13678,13680,13674,13677,13676,13676,13677,13679,13676,13679,13681,13681,13679,13682,13679,13680,13682,13682,13680,13683,13682,13683,13684,13684,13683,13685,13681,13682,13686,13686,13682,13684,13664,13675,13667,13667,13675,13687,13675,13676,13687,13687,13676,13681,13687,13681,13688,13688,13681,13686,13667,13687,13669,13669,13687,13688,12721,12740,13678,13678,12740,13689,12740,12738,13689,13689,12738,13690,13689,13690,13691,13691,13690,13692,13678,13689,13680,13680,13689,13691,12738,12736,13690,13690,12736,13693,12736,12737,13693,13693,12737,13694,13693,13694,13695,13695,13694,13696,13690,13693,13692,13692,13693,13695,13695,13697,13692,13692,13697,13698,13696,13699,13695,13695,13699,13697,13699,13700,13697,13697,13700,13701,13697,13701,13698,13698,13701,13702,13691,13703,13680,13680,13703,13683,13692,13698,13691,13691,13698,13703,13698,13702,13703,13703,13702,13704,13703,13704,13683,13683,13704,13685,12737,12756,13694,13694,12756,13705,12756,12754,13705,13705,12754,13706,13705,13706,13707,13707,13706,13708,13694,13705,13696,13696,13705,13707,12754,12753,13706,13706,12753,13709,12752,13710,12753,12753,13710,13709,13710,13711,13709,13709,13711,13712,13706,13709,13708,13708,13709,13712,13708,13712,13713,13713,13712,13714,13711,13715,13712,13712,13715,13714,13714,13715,13716,13716,13715,13717,13713,13714,13718,13718,13714,13716,13696,13707,13699,13699,13707,13719,13707,13708,13719,13719,13708,13713,13719,13713,13720,13720,13713,13718,13719,13720,13699,13699,13720,13700,12772,13721,12752,12752,13721,13710,12770,13722,12772,12772,13722,13721,13722,13723,13721,13721,13723,13724,13721,13724,13710,13710,13724,13711,12769,13725,12770,12770,13725,13722,12768,13726,12769,12769,13726,13725,13726,13727,13725,13725,13727,13728,13725,13728,13722,13722,13728,13723,13728,13729,13723,13723,13729,13730,13727,13731,13728,13728,13731,13729,13731,13732,13729,13729,13732,13733,13729,13733,13730,13730,13733,13734,13724,13735,13711,13711,13735,13715,13723,13730,13724,13724,13730,13735,13730,13734,13735,13735,13734,13736,13715,13735,13717,13717,13735,13736,12792,12791,13737,13737,12791,13738,12791,12788,13738,13738,12788,13739,13738,13739,13740,13740,13739,13741,13737,13738,13742,13742,13738,13740,12788,12786,13739,13739,12786,13743,12786,12787,13743,13743,12787,13744,13743,13744,13745,13745,13744,13746,13739,13743,13741,13741,13743,13745,13741,13745,13747,13747,13745,13748,13745,13746,13748,13748,13746,13749,13748,13749,13750,13750,13749,13751,13747,13748,13752,13752,13748,13750,13742,13740,13753,13753,13740,13754,13740,13741,13754,13754,13741,13747,13754,13747,13755,13755,13747,13752,13753,13754,13756,13756,13754,13755,12787,12808,13744,13744,12808,13757,12808,12806,13757,13757,12806,13758,13757,13758,13759,13759,13758,13760,13744,13757,13746,13746,13757,13759,12806,12804,13758,13758,12804,13761,12804,12805,13761,13761,12805,13762,13761,13762,13763,13763,13762,13764,13758,13761,13760,13760,13761,13763,13760,13763,13765,13765,13763,13766,13763,13764,13766,13766,13764,13767,13766,13767,13768,13768,13767,13769,13765,13766,13770,13770,13766,13768,13746,13759,13749,13749,13759,13771,13759,13760,13771,13771,13760,13765,13771,13765,13772,13772,13765,13770,13749,13771,13751,13751,13771,13772,12805,12824,13762,13762,12824,13773,12824,12822,13773,13773,12822,13774,13773,13774,13775,13775,13774,13776,13762,13773,13764,13764,13773,13775,12822,12820,13774,13774,12820,13777,12820,12821,13777,13777,12821,13778,13777,13778,13779,13779,13778,13780,13774,13777,13776,13776,13777,13779,13776,13779,13781,13781,13779,13782,13779,13780,13782,13782,13780,13783,13782,13783,13784,13784,13783,13785,13781,13782,13786,13786,13782,13784,13764,13775,13767,13767,13775,13787,13775,13776,13787,13787,13776,13781,13787,13781,13788,13788,13781,13786,13767,13787,13769,13769,13787,13788,12821,12840,13778,13778,12840,13789,12840,12838,13789,13789,12838,13790,13789,13790,13791,13791,13790,13792,13778,13789,13780,13780,13789,13791,12838,12836,13790,13790,12836,13793,12836,12837,13793,13793,12837,13794,13793,13794,13795,13795,13794,13796,13790,13793,13792,13792,13793,13795,13792,13795,13797,13797,13795,13798,13795,13796,13798,13798,13796,13799,13798,13799,13800,13800,13799,13801,13797,13798,13802,13802,13798,13800,13780,13791,13783,13783,13791,13803,13791,13792,13803,13803,13792,13797,13803,13797,13804,13804,13797,13802,13783,13803,13785,13785,13803,13804,12837,12856,13794,13794,12856,13805,12856,12854,13805,13805,12854,13806,13805,13806,13807,13807,13806,13808,13794,13805,13796,13796,13805,13807,12854,12852,13806,13806,12852,13809,12852,12853,13809,13809,12853,13810,13809,13810,13811,13811,13810,13812,13806,13809,13808,13808,13809,13811,13808,13811,13813,13813,13811,13814,13811,13812,13814,13814,13812,13815,13814,13815,13816,13816,13815,13817,13813,13814,13818,13818,13814,13816,13796,13807,13799,13799,13807,13819,13807,13808,13819,13819,13808,13813,13819,13813,13820,13820,13813,13818,13799,13819,13801,13801,13819,13820,12853,12872,13810,13810,12872,13821,12872,12870,13821,13821,12870,13822,13821,13822,13823,13823,13822,13824,13810,13821,13812,13812,13821,13823,12870,12868,13822,13822,12868,13825,12868,12869,13825,13825,12869,13826,13825,13826,13827,13827,13826,13828,13822,13825,13824,13824,13825,13827,13824,13827,13829,13829,13827,13830,13827,13828,13830,13830,13828,13831,13830,13831,13832,13832,13831,13833,13829,13830,13834,13834,13830,13832,13812,13823,13815,13815,13823,13835,13823,13824,13835,13835,13824,13829,13835,13829,13836,13836,13829,13834,13815,13835,13817,13817,13835,13836,12869,12888,13826,13826,12888,13837,12888,12886,13837,13837,12886,13838,13837,13838,13839,13839,13838,13840,13826,13837,13828,13828,13837,13839,12886,12884,13838,13838,12884,13841,12884,12885,13841,13841,12885,13842,13841,13842,13843,13843,13842,13844,13838,13841,13840,13840,13841,13843,13840,13843,13845,13845,13843,13846,13843,13844,13846,13846,13844,13847,13846,13847,13848,13848,13847,13849,13845,13846,13850,13850,13846,13848,13828,13839,13831,13831,13839,13851,13839,13840,13851,13851,13840,13845,13851,13845,13852,13852,13845,13850,13831,13851,13833,13833,13851,13852,12885,12904,13842,13842,12904,13853,12904,12902,13853,13853,12902,13854,13853,13854,13855,13855,13854,13856,13842,13853,13844,13844,13853,13855,12902,12900,13854,13854,12900,13857,12900,12901,13857,13857,12901,13858,13857,13858,13859,13859,13858,13860,13854,13857,13856,13856,13857,13859,13856,13859,13861,13861,13859,13862,13859,13860,13862,13862,13860,13863,13862,13863,13864,13864,13863,13865,13861,13862,13866,13866,13862,13864,13844,13855,13847,13847,13855,13867,13855,13856,13867,13867,13856,13861,13867,13861,13868,13868,13861,13866,13847,13867,13849,13849,13867,13868,12901,12920,13858,13858,12920,13869,12920,12918,13869,13869,12918,13870,13869,13870,13871,13871,13870,13872,13858,13869,13860,13860,13869,13871,12918,12916,13870,13870,12916,13873,12916,12917,13873,13873,12917,13874,13873,13874,13875,13875,13874,13876,13870,13873,13872,13872,13873,13875,13872,13875,13877,13877,13875,13878,13875,13876,13878,13878,13876,13879,13878,13879,13880,13880,13879,13881,13877,13878,13882,13882,13878,13880,13860,13871,13863,13863,13871,13883,13871,13872,13883,13883,13872,13877,13883,13877,13884,13884,13877,13882,13863,13883,13865,13865,13883,13884,12917,12936,13874,13874,12936,13885,12936,12934,13885,13885,12934,13886,13885,13886,13887,13887,13886,13888,13874,13885,13876,13876,13885,13887,12934,12932,13886,13886,12932,13889,12932,12933,13889,13889,12933,13890,13889,13890,13891,13891,13890,13892,13886,13889,13888,13888,13889,13891,13888,13891,13893,13893,13891,13894,13891,13892,13894,13894,13892,13895,13894,13895,13896,13896,13895,13897,13893,13894,13898,13898,13894,13896,13876,13887,13879,13879,13887,13899,13887,13888,13899,13899,13888,13893,13899,13893,13900,13900,13893,13898,13879,13899,13881,13881,13899,13900,12933,12952,13890,13890,12952,13901,12952,12950,13901,13901,12950,13902,13901,13902,13903,13903,13902,13904,13890,13901,13892,13892,13901,13903,12950,12948,13902,13902,12948,13905,12948,12949,13905,13905,12949,13906,13905,13906,13907,13907,13906,13908,13902,13905,13904,13904,13905,13907,13904,13907,13909,13909,13907,13910,13907,13908,13910,13910,13908,13911,13910,13911,13912,13912,13911,13913,13909,13910,13914,13914,13910,13912,13892,13903,13895,13895,13903,13915,13903,13904,13915,13915,13904,13909,13915,13909,13916,13916,13909,13914,13895,13915,13897,13897,13915,13916,12949,12968,13906,13906,12968,13917,12968,12966,13917,13917,12966,13918,13917,13918,13919,13919,13918,13920,13906,13917,13908,13908,13917,13919,12966,12964,13918,13918,12964,13921,12964,12965,13921,13921,12965,13922,13921,13922,13923,13923,13922,13924,13918,13921,13920,13920,13921,13923,13920,13923,13925,13925,13923,13926,13923,13924,13926,13926,13924,13927,13926,13927,13928,13928,13927,13929,13925,13926,13930,13930,13926,13928,13908,13919,13911,13911,13919,13931,13919,13920,13931,13931,13920,13925,13931,13925,13932,13932,13925,13930,13911,13931,13913,13913,13931,13932,12965,12984,13922,13922,12984,13933,12984,12982,13933,13933,12982,13934,13933,13934,13935,13935,13934,13936,13922,13933,13924,13924,13933,13935,12982,12980,13934,13934,12980,13937,12980,12981,13937,13937,12981,13938,13937,13938,13939,13939,13938,13940,13934,13937,13936,13936,13937,13939,13936,13939,13941,13941,13939,13942,13939,13940,13942,13942,13940,13943,13942,13943,13944,13944,13943,13945,13941,13942,13946,13946,13942,13944,13924,13935,13927,13927,13935,13947,13935,13936,13947,13947,13936,13941,13947,13941,13948,13948,13941,13946,13927,13947,13929,13929,13947,13948,12981,13000,13938,13938,13000,13949,13000,12998,13949,13949,12998,13950,13949,13950,13951,13951,13950,13952,13938,13949,13940,13940,13949,13951,12998,12996,13950,13950,12996,13953,12996,12997,13953,13953,12997,13954,13953,13954,13955,13955,13954,13956,13950,13953,13952,13952,13953,13955,13952,13955,13957,13957,13955,13958,13955,13956,13958,13958,13956,13959,13958,13959,13960,13960,13959,13961,13957,13958,13962,13962,13958,13960,13940,13951,13943,13943,13951,13963,13951,13952,13963,13963,13952,13957,13963,13957,13964,13964,13957,13962,13943,13963,13945,13945,13963,13964,12997,13016,13954,13954,13016,13965,13016,13014,13965,13965,13014,13966,13965,13966,13967,13967,13966,13968,13954,13965,13956,13956,13965,13967,13014,13012,13966,13966,13012,13969,13012,13013,13969,13969,13013,13970,13969,13970,13971,13971,13970,13972,13966,13969,13968,13968,13969,13971,13968,13971,13973,13973,13971,13974,13971,13972,13974,13974,13972,13975,13974,13975,13976,13976,13975,13977,13973,13974,13978,13978,13974,13976,13956,13967,13959,13959,13967,13979,13967,13968,13979,13979,13968,13973,13979,13973,13980,13980,13973,13978,13959,13979,13961,13961,13979,13980,13013,13032,13970,13970,13032,13981,13032,13030,13981,13981,13030,13982,13981,13982,13983,13983,13982,13984,13970,13981,13972,13972,13981,13983,13030,13028,13982,13982,13028,13985,13028,13029,13985,13985,13029,13986,13985,13986,13987,13987,13986,13988,13982,13985,13984,13984,13985,13987,13984,13987,13989,13989,13987,13990,13987,13988,13990,13990,13988,13991,13990,13991,13992,13992,13991,13993,13989,13990,13994,13994,13990,13992,13972,13983,13975,13975,13983,13995,13983,13984,13995,13995,13984,13989,13995,13989,13996,13996,13989,13994,13975,13995,13977,13977,13995,13996,13029,13048,13986,13986,13048,13997,13048,13046,13997,13997,13046,13998,13997,13998,13999,13999,13998,14000,13986,13997,13988,13988,13997,13999,13046,13044,13998,13998,13044,14001,13044,13045,14001,14001,13045,14002,14001,14002,14003,14003,14002,14004,13998,14001,14000,14000,14001,14003,14000,14003,14005,14005,14003,14006,14003,14004,14006,14006,14004,14007,14006,14007,14008,14008,14007,14009,14005,14006,14010,14010,14006,14008,13988,13999,13991,13991,13999,14011,13999,14000,14011,14011,14000,14005,14011,14005,14012,14012,14005,14010,13991,14011,13993,13993,14011,14012,13045,13064,14002,14002,13064,14013,13064,13062,14013,14013,13062,14014,14013,14014,14015,14015,14014,14016,14002,14013,14004,14004,14013,14015,13062,13060,14014,14014,13060,14017,13060,13061,14017,14017,13061,14018,14017,14018,14019,14019,14018,14020,14014,14017,14016,14016,14017,14019,14016,14019,14021,14021,14019,14022,14019,14020,14022,14022,14020,14023,14022,14023,14024,14024,14023,14025,14021,14022,14026,14026,14022,14024,14004,14015,14007,14007,14015,14027,14015,14016,14027,14027,14016,14021,14027,14021,14028,14028,14021,14026,14007,14027,14009,14009,14027,14028,13061,13080,14018,14018,13080,14029,13080,13078,14029,14029,13078,14030,14029,14030,14031,14031,14030,14032,14018,14029,14020,14020,14029,14031,13078,13076,14030,14030,13076,14033,13076,13077,14033,14033,13077,14034,14033,14034,14035,14035,14034,14036,14030,14033,14032,14032,14033,14035,14032,14035,14037,14037,14035,14038,14035,14036,14038,14038,14036,14039,14038,14039,14040,14040,14039,14041,14037,14038,14042,14042,14038,14040,14020,14031,14023,14023,14031,14043,14031,14032,14043,14043,14032,14037,14043,14037,14044,14044,14037,14042,14023,14043,14025,14025,14043,14044,13077,13096,14034,14034,13096,14045,13096,13094,14045,14045,13094,14046,14045,14046,14047,14047,14046,14048,14034,14045,14036,14036,14045,14047,13094,13092,14046,14046,13092,14049,13092,13093,14049,14049,13093,14050,14049,14050,14051,14051,14050,14052,14046,14049,14048,14048,14049,14051,14048,14051,14053,14053,14051,14054,14051,14052,14054,14054,14052,14055,14054,14055,14056,14056,14055,14057,14053,14054,14058,14058,14054,14056,14036,14047,14039,14039,14047,14059,14047,14048,14059,14059,14048,14053,14059,14053,14060,14060,14053,14058,14039,14059,14041,14041,14059,14060,13093,13112,14050,14050,13112,14061,13112,13110,14061,14061,13110,14062,14061,14062,14063,14063,14062,14064,14050,14061,14052,14052,14061,14063,13110,13108,14062,14062,13108,14065,13108,13109,14065,14065,13109,14066,14065,14066,14067,14067,14066,14068,14062,14065,14064,14064,14065,14067,14064,14067,14069,14069,14067,14070,14067,14068,14070,14070,14068,14071,14070,14071,14072,14072,14071,14073,14069,14070,14074,14074,14070,14072,14052,14063,14055,14055,14063,14075,14063,14064,14075,14075,14064,14069,14075,14069,14076,14076,14069,14074,14055,14075,14057,14057,14075,14076,13109,13128,14066,14066,13128,14077,13128,13126,14077,14077,13126,14078,14077,14078,14079,14079,14078,14080,14066,14077,14068,14068,14077,14079,13126,13124,14078,14078,13124,14081,13124,13125,14081,14081,13125,14082,14081,14082,14083,14083,14082,14084,14078,14081,14080,14080,14081,14083,14080,14083,14085,14085,14083,14086,14083,14084,14086,14086,14084,14087,14086,14087,14088,14088,14087,14089,14085,14086,14090,14090,14086,14088,14068,14079,14071,14071,14079,14091,14079,14080,14091,14091,14080,14085,14091,14085,14092,14092,14085,14090,14071,14091,14073,14073,14091,14092,13125,13144,14082,14082,13144,14093,13144,13142,14093,14093,13142,14094,14093,14094,14095,14095,14094,14096,14082,14093,14084,14084,14093,14095,13142,13140,14094,14094,13140,14097,13140,13141,14097,14097,13141,14098,14097,14098,14099,14099,14098,14100,14094,14097,14096,14096,14097,14099,14096,14099,14101,14101,14099,14102,14099,14100,14102,14102,14100,14103,14102,14103,14104,14104,14103,14105,14101,14102,14106,14106,14102,14104,14084,14095,14087,14087,14095,14107,14095,14096,14107,14107,14096,14101,14107,14101,14108,14108,14101,14106,14087,14107,14089,14089,14107,14108,13141,13160,14098,14098,13160,14109,13160,13158,14109,14109,13158,14110,14109,14110,14111,14111,14110,14112,14098,14109,14100,14100,14109,14111,13158,13156,14110,14110,13156,14113,13156,13157,14113,14113,13157,14114,14113,14114,14115,14115,14114,14116,14110,14113,14112,14112,14113,14115,14112,14115,14117,14117,14115,14118,14115,14116,14118,14118,14116,14119,14118,14119,14120,14120,14119,14121,14117,14118,14122,14122,14118,14120,14100,14111,14103,14103,14111,14123,14111,14112,14123,14123,14112,14117,14123,14117,14124,14124,14117,14122,14103,14123,14105,14105,14123,14124,13157,13176,14114,14114,13176,14125,13176,13174,14125,14125,13174,14126,14125,14126,14127,14127,14126,14128,14114,14125,14116,14116,14125,14127,13174,13172,14126,14126,13172,14129,13172,13173,14129,14129,13173,14130,14129,14130,14131,14131,14130,14132,14126,14129,14128,14128,14129,14131,14128,14131,14133,14133,14131,14134,14131,14132,14134,14134,14132,14135,14134,14135,14136,14136,14135,14137,14133,14134,14138,14138,14134,14136,14116,14127,14119,14119,14127,14139,14127,14128,14139,14139,14128,14133,14139,14133,14140,14140,14133,14138,14119,14139,14121,14121,14139,14140,13173,13192,14130,14130,13192,14141,13192,13190,14141,14141,13190,14142,14141,14142,14143,14143,14142,14144,14130,14141,14132,14132,14141,14143,13190,13188,14142,14142,13188,14145,13188,13189,14145,14145,13189,14146,14145,14146,14147,14147,14146,14148,14142,14145,14144,14144,14145,14147,14144,14147,14149,14149,14147,14150,14147,14148,14150,14150,14148,14151,14150,14151,14152,14152,14151,14153,14149,14150,14154,14154,14150,14152,14132,14143,14135,14135,14143,14155,14143,14144,14155,14155,14144,14149,14155,14149,14156,14156,14149,14154,14135,14155,14137,14137,14155,14156,13189,13208,14146,14146,13208,14157,13208,13206,14157,14157,13206,14158,14157,14158,14159,14159,14158,14160,14146,14157,14148,14148,14157,14159,13206,13204,14158,14158,13204,14161,13204,13205,14161,14161,13205,14162,14161,14162,14163,14163,14162,14164,14158,14161,14160,14160,14161,14163,14160,14163,14165,14165,14163,14166,14163,14164,14166,14166,14164,14167,14166,14167,14168,14168,14167,14169,14165,14166,14170,14170,14166,14168,14148,14159,14151,14151,14159,14171,14159,14160,14171,14171,14160,14165,14171,14165,14172,14172,14165,14170,14151,14171,14153,14153,14171,14172,13205,13224,14162,14162,13224,14173,13224,13222,14173,14173,13222,14174,14173,14174,14175,14175,14174,14176,14162,14173,14164,14164,14173,14175,13222,13220,14174,14174,13220,14177,13220,13221,14177,14177,13221,14178,14177,14178,14179,14179,14178,14180,14174,14177,14176,14176,14177,14179,14176,14179,14181,14181,14179,14182,14179,14180,14182,14182,14180,14183,14182,14183,14184,14184,14183,14185,14181,14182,14186,14186,14182,14184,14164,14175,14167,14167,14175,14187,14175,14176,14187,14187,14176,14181,14187,14181,14188,14188,14181,14186,14167,14187,14169,14169,14187,14188,13221,13240,14178,14178,13240,14189,13240,13238,14189,14189,13238,14190,14189,14190,14191,14191,14190,14192,14178,14189,14180,14180,14189,14191,13238,13236,14190,14190,13236,14193,13236,13237,14193,14193,13237,14194,14193,14194,14195,14195,14194,14196,14190,14193,14192,14192,14193,14195,14192,14195,14197,14197,14195,14198,14195,14196,14198,14198,14196,14199,14198,14199,14200,14200,14199,14201,14197,14198,14202,14202,14198,14200,14180,14191,14183,14183,14191,14203,14191,14192,14203,14203,14192,14197,14203,14197,14204,14204,14197,14202,14183,14203,14185,14185,14203,14204,13237,13256,14194,14194,13256,14205,13256,13254,14205,14205,13254,14206,14205,14206,14207,14207,14206,14208,14194,14205,14196,14196,14205,14207,13254,13252,14206,14206,13252,14209,13252,13253,14209,14209,13253,14210,14209,14210,14211,14211,14210,14212,14206,14209,14208,14208,14209,14211,14208,14211,14213,14213,14211,14214,14211,14212,14214,14214,14212,14215,14214,14215,14216,14216,14215,14217,14213,14214,14218,14218,14214,14216,14196,14207,14199,14199,14207,14219,14207,14208,14219,14219,14208,14213,14219,14213,14220,14220,14213,14218,14199,14219,14201,14201,14219,14220,13253,13272,14210,14210,13272,14221,13270,14222,13272,13272,14222,14221,14221,14222,14223,14223,14222,14224,14210,14221,14212,14212,14221,14223,13269,14225,13270,13270,14225,14222,13269,13268,14225,14225,13268,14226,14225,14226,14227,14227,14226,14228,14222,14225,14224,14224,14225,14227,14224,14227,14229,14229,14227,14230,14227,14228,14230,14230,14228,14231,14230,14231,14232,14232,14231,14233,14229,14230,14234,14234,14230,14232,14212,14223,14215,14215,14223,14235,14223,14224,14235,14235,14224,14229,14235,14229,14236,14236,14229,14234,14215,14235,14217,14217,14235,14236,13268,13288,14226,14226,13288,14237,13288,13286,14237,14237,13286,14238,14237,14238,14239,14239,14238,14240,14226,14237,14228,14228,14237,14239,13285,14241,13286,13286,14241,14238,13284,14242,13285,13285,14242,14241,14242,14243,14241,14241,14243,14244,14238,14241,14240,14240,14241,14244,14240,14244,14245,14245,14244,14246,14243,14247,14244,14244,14247,14246,14247,14248,14246,14246,14248,14249,14245,14246,14250,14250,14246,14249,14228,14239,14231,14231,14239,14251,14239,14240,14251,14251,14240,14245,14251,14245,14252,14252,14245,14250,14231,14251,14233,14233,14251,14252,13304,14253,13284,13284,14253,14242,13302,14254,13304,13304,14254,14253,14254,14255,14253,14253,14255,14256,14253,14256,14242,14242,14256,14243,13300,14257,13302,13302,14257,14254,13300,13301,14257,14257,13301,14258,14257,14258,14259,14259,14258,14260,14257,14259,14254,14254,14259,14255,14259,14261,14255,14255,14261,14262,14259,14260,14261,14261,14260,14263,14261,14263,14264,14264,14263,14265,14261,14264,14262,14262,14264,14266,14256,14267,14243,14243,14267,14247,14255,14262,14256,14256,14262,14267,14262,14266,14267,14267,14266,14268,14267,14268,14247,14247,14268,14248,13301,13320,14258,14258,13320,14269,13320,13318,14269,14269,13318,14270,14269,14270,14271,14271,14270,14272,14258,14269,14260,14260,14269,14271,13317,14273,13318,13318,14273,14270,13316,14274,13317,13317,14274,14273,14274,14275,14273,14273,14275,14276,14273,14276,14270,14270,14276,14272,14276,14277,14272,14272,14277,14278,14275,14279,14276,14276,14279,14277,14279,14280,14277,14277,14280,14281,14277,14281,14278,14278,14281,14282,14260,14271,14263,14263,14271,14283,14271,14272,14283,14283,14272,14278,14278,14282,14283,14283,14282,14284,14263,14283,14265,14265,14283,14284,13336,14285,13316,13316,14285,14274,13334,14286,13336,13336,14286,14285,14286,14287,14285,14285,14287,14288,14285,14288,14274,14274,14288,14275,13333,14289,13334,13334,14289,14286,13332,14290,13333,13333,14290,14289,14290,14291,14289,14289,14291,14292,14289,14292,14286,14286,14292,14287,14292,14293,14287,14287,14293,14294,14291,14295,14292,14292,14295,14293,14295,14296,14293,14293,14296,14297,14293,14297,14294,14294,14297,14298,14288,14299,14275,14275,14299,14279,14287,14294,14288,14288,14294,14299,14294,14298,14299,14299,14298,14300,14299,14300,14279,14279,14300,14280,13352,14301,13332,13332,14301,14290,13350,14302,13352,13352,14302,14301,14302,14303,14301,14301,14303,14304,14301,14304,14290,14290,14304,14291,13349,14305,13350,13350,14305,14302,13348,14306,13349,13349,14306,14305,14306,14307,14305,14305,14307,14308,14305,14308,14302,14302,14308,14303,14308,14309,14303,14303,14309,14310,14307,14311,14308,14308,14311,14309,14311,14312,14309,14309,14312,14313,14309,14313,14310,14310,14313,14314,14304,14315,14291,14291,14315,14295,14303,14310,14304,14304,14310,14315,14310,14314,14315,14315,14314,14316,14315,14316,14295,14295,14316,14296,13368,14317,13348,13348,14317,14306,13366,14318,13368,13368,14318,14317,14318,14319,14317,14317,14319,14320,14317,14320,14306,14306,14320,14307,13365,14321,13366,13366,14321,14318,13364,14322,13365,13365,14322,14321,14322,14323,14321,14321,14323,14324,14321,14324,14318,14318,14324,14319,14324,14325,14319,14319,14325,14326,14323,14327,14324,14324,14327,14325,14327,14328,14325,14325,14328,14329,14325,14329,14326,14326,14329,14330,14320,14331,14307,14307,14331,14311,14319,14326,14320,14320,14326,14331,14326,14330,14331,14331,14330,14332,14331,14332,14311,14311,14332,14312,13384,14333,13364,13364,14333,14322,13382,14334,13384,13384,14334,14333,14334,14335,14333,14333,14335,14336,14333,14336,14322,14322,14336,14323,13381,14337,13382,13382,14337,14334,13380,14338,13381,13381,14338,14337,14338,14339,14337,14337,14339,14340,14337,14340,14334,14334,14340,14335,14340,14341,14335,14335,14341,14342,14339,14343,14340,14340,14343,14341,14343,14344,14341,14341,14344,14345,14341,14345,14342,14342,14345,14346,14336,14347,14323,14323,14347,14327,14335,14342,14336,14336,14342,14347,14342,14346,14347,14347,14346,14348,14347,14348,14327,14327,14348,14328,13400,14349,13380,13380,14349,14338,13398,14350,13400,13400,14350,14349,14350,14351,14349,14349,14351,14352,14349,14352,14338,14338,14352,14339,13397,14353,13398,13398,14353,14350,13396,14354,13397,13397,14354,14353,14354,14355,14353,14353,14355,14356,14353,14356,14350,14350,14356,14351,14356,14357,14351,14351,14357,14358,14355,14359,14356,14356,14359,14357,14359,14360,14357,14357,14360,14361,14357,14361,14358,14358,14361,14362,14352,14363,14339,14339,14363,14343,14351,14358,14352,14352,14358,14363,14358,14362,14363,14363,14362,14364,14363,14364,14343,14343,14364,14344,13416,14365,13396,13396,14365,14354,13414,14366,13416,13416,14366,14365,14366,14367,14365,14365,14367,14368,14365,14368,14354,14354,14368,14355,13413,14369,13414,13414,14369,14366,13412,14370,13413,13413,14370,14369,14370,14371,14369,14369,14371,14372,14369,14372,14366,14366,14372,14367,14372,14373,14367,14367,14373,14374,14371,14375,14372,14372,14375,14373,14375,14376,14373,14373,14376,14377,14373,14377,14374,14374,14377,14378,14368,14379,14355,14355,14379,14359,14367,14374,14368,14368,14374,14379,14374,14378,14379,14379,14378,14380,14379,14380,14359,14359,14380,14360,13432,14381,13412,13412,14381,14370,13430,14382,13432,13432,14382,14381,14382,14383,14381,14381,14383,14384,14381,14384,14370,14370,14384,14371,13429,14385,13430,13430,14385,14382,13428,14386,13429,13429,14386,14385,14386,14387,14385,14385,14387,14388,14385,14388,14382,14382,14388,14383,14388,14389,14383,14383,14389,14390,14387,14391,14388,14388,14391,14389,14391,14392,14389,14389,14392,14393,14389,14393,14390,14390,14393,14394,14384,14395,14371,14371,14395,14375,14383,14390,14384,14384,14390,14395,14390,14394,14395,14395,14394,14396,14395,14396,14375,14375,14396,14376,13448,14397,13428,13428,14397,14386,13446,14398,13448,13448,14398,14397,14398,14399,14397,14397,14399,14400,14397,14400,14386,14386,14400,14387,13445,14401,13446,13446,14401,14398,13444,14402,13445,13445,14402,14401,14402,14403,14401,14401,14403,14404,14401,14404,14398,14398,14404,14399,14404,14405,14399,14399,14405,14406,14403,14407,14404,14404,14407,14405,14407,14408,14405,14405,14408,14409,14405,14409,14406,14406,14409,14410,14400,14411,14387,14387,14411,14391,14399,14406,14400,14400,14406,14411,14406,14410,14411,14411,14410,14412,14411,14412,14391,14391,14412,14392,13464,14413,13444,13444,14413,14402,13462,14414,13464,13464,14414,14413,14414,14415,14413,14413,14415,14416,14413,14416,14402,14402,14416,14403,13461,14417,13462,13462,14417,14414,13460,14418,13461,13461,14418,14417,14418,14419,14417,14417,14419,14420,14417,14420,14414,14414,14420,14415,14420,14421,14415,14415,14421,14422,14419,14423,14420,14420,14423,14421,14423,14424,14421,14421,14424,14425,14421,14425,14422,14422,14425,14426,14416,14427,14403,14403,14427,14407,14415,14422,14416,14416,14422,14427,14422,14426,14427,14427,14426,14428,14427,14428,14407,14407,14428,14408,13480,14429,13460,13460,14429,14418,13478,14430,13480,13480,14430,14429,14430,14431,14429,14429,14431,14432,14429,14432,14418,14418,14432,14419,13477,14433,13478,13478,14433,14430,13476,14434,13477,13477,14434,14433,14434,14435,14433,14433,14435,14436,14433,14436,14430,14430,14436,14431,14436,14437,14431,14431,14437,14438,14435,14439,14436,14436,14439,14437,14439,14440,14437,14437,14440,14441,14437,14441,14438,14438,14441,14442,14432,14443,14419,14419,14443,14423,14431,14438,14432,14432,14438,14443,14438,14442,14443,14443,14442,14444,14443,14444,14423,14423,14444,14424,13496,14445,13476,13476,14445,14434,13494,14446,13496,13496,14446,14445,14445,14446,14447,14447,14446,14448,14445,14447,14434,14434,14447,14435,13494,13492,14446,14446,13492,14449,13492,13493,14449,14449,13493,14450,14449,14450,14451,14451,14450,14452,14446,14449,14448,14448,14449,14451,14448,14451,14453,14453,14451,14454,14451,14452,14454,14454,14452,14455,14454,14455,14456,14456,14455,14457,14453,14454,14458,14458,14454,14456,14447,14459,14435,14435,14459,14439,14447,14448,14459,14459,14448,14453,14459,14453,14460,14460,14453,14458,14459,14460,14439,14439,14460,14440,13493,13512,14450,14450,13512,14461,13512,13510,14461,14461,13510,14462,14461,14462,14463,14463,14462,14464,14450,14461,14452,14452,14461,14463,13510,13508,14462,14462,13508,14465,13509,14466,13508,13508,14466,14465,14466,14467,14465,14465,14467,14468,14462,14465,14464,14464,14465,14468,14468,14469,14464,14464,14469,14470,14467,14471,14468,14468,14471,14469,14471,14472,14469,14469,14472,14473,14469,14473,14470,14470,14473,14474,14452,14463,14455,14455,14463,14475,14463,14464,14475,14475,14464,14470,14470,14474,14475,14475,14474,14476,14455,14475,14457,14457,14475,14476,13528,14477,13509,13509,14477,14466,13526,14478,13528,13528,14478,14477,14478,14479,14477,14477,14479,14480,14477,14480,14466,14466,14480,14467,13525,14481,13526,13526,14481,14478,13524,14482,13525,13525,14482,14481,14482,14483,14481,14481,14483,14484,14481,14484,14478,14478,14484,14479,14484,14485,14479,14479,14485,14486,14483,14487,14484,14484,14487,14485,14487,14488,14485,14485,14488,14489,14485,14489,14486,14486,14489,14490,14480,14491,14467,14467,14491,14471,14479,14486,14480,14480,14486,14491,14486,14490,14491,14491,14490,14492,14491,14492,14471,14471,14492,14472,13544,14493,13524,13524,14493,14482,13542,14494,13544,13544,14494,14493,14494,14495,14493,14493,14495,14496,14493,14496,14482,14482,14496,14483,13541,14497,13542,13542,14497,14494,13540,14498,13541,13541,14498,14497,14498,14499,14497,14497,14499,14500,14497,14500,14494,14494,14500,14495,14500,14501,14495,14495,14501,14502,14499,14503,14500,14500,14503,14501,14503,14504,14501,14501,14504,14505,14501,14505,14502,14502,14505,14506,14496,14507,14483,14483,14507,14487,14495,14502,14496,14496,14502,14507,14502,14506,14507,14507,14506,14508,14507,14508,14487,14487,14508,14488,13560,14509,13540,13540,14509,14498,13558,14510,13560,13560,14510,14509,14510,14511,14509,14509,14511,14512,14509,14512,14498,14498,14512,14499,13557,14513,13558,13558,14513,14510,13556,14514,13557,13557,14514,14513,14514,14515,14513,14513,14515,14516,14513,14516,14510,14510,14516,14511,14516,14517,14511,14511,14517,14518,14515,14519,14516,14516,14519,14517,14519,14520,14517,14517,14520,14521,14517,14521,14518,14518,14521,14522,14512,14523,14499,14499,14523,14503,14511,14518,14512,14512,14518,14523,14518,14522,14523,14523,14522,14524,14523,14524,14503,14503,14524,14504,13576,14525,13556,13556,14525,14514,13574,14526,13576,13576,14526,14525,14526,14527,14525,14525,14527,14528,14525,14528,14514,14514,14528,14515,13573,14529,13574,13574,14529,14526,13572,14530,13573,13573,14530,14529,14530,14531,14529,14529,14531,14532,14529,14532,14526,14526,14532,14527,14532,14533,14527,14527,14533,14534,14531,14535,14532,14532,14535,14533,14535,14536,14533,14533,14536,14537,14533,14537,14534,14534,14537,14538,14528,14539,14515,14515,14539,14519,14527,14534,14528,14528,14534,14539,14534,14538,14539,14539,14538,14540,14539,14540,14519,14519,14540,14520,13592,14541,13572,13572,14541,14530,13590,14542,13592,13592,14542,14541,14542,14543,14541,14541,14543,14544,14541,14544,14530,14530,14544,14531,13589,14545,13590,13590,14545,14542,13588,14546,13589,13589,14546,14545,14546,14547,14545,14545,14547,14548,14545,14548,14542,14542,14548,14543,14548,14549,14543,14543,14549,14550,14547,14551,14548,14548,14551,14549,14551,14552,14549,14549,14552,14553,14549,14553,14550,14550,14553,14554,14544,14555,14531,14531,14555,14535,14543,14550,14544,14544,14550,14555,14550,14554,14555,14555,14554,14556,14555,14556,14535,14535,14556,14536,13608,14557,13588,13588,14557,14546,13606,14558,13608,13608,14558,14557,14558,14559,14557,14557,14559,14560,14557,14560,14546,14546,14560,14547,13605,14561,13606,13606,14561,14558,13604,14562,13605,13605,14562,14561,14562,14563,14561,14561,14563,14564,14561,14564,14558,14558,14564,14559,14564,14565,14559,14559,14565,14566,14563,14567,14564,14564,14567,14565,14567,14568,14565,14565,14568,14569,14565,14569,14566,14566,14569,14570,14560,14571,14547,14547,14571,14551,14559,14566,14560,14560,14566,14571,14566,14570,14571,14571,14570,14572,14571,14572,14551,14551,14572,14552,13624,14573,13604,13604,14573,14562,13622,14574,13624,13624,14574,14573,14574,14575,14573,14573,14575,14576,14573,14576,14562,14562,14576,14563,13620,14577,13622,13622,14577,14574,13620,13621,14577,14577,13621,14578,14577,14578,14579,14579,14578,14580,14574,14577,14575,14575,14577,14579,14575,14579,14581,14581,14579,14582,14579,14580,14582,14582,14580,14583,14582,14583,14584,14584,14583,14585,14581,14582,14586,14586,14582,14584,14576,14587,14563,14563,14587,14567,14575,14581,14576,14576,14581,14587,14581,14586,14587,14587,14586,14588,14587,14588,14567,14567,14588,14568,13621,13640,14578,14578,13640,14589,13640,13638,14589,14589,13638,14590,14589,14590,14591,14591,14590,14592,14578,14589,14580,14580,14589,14591,13638,13636,14590,14590,13636,14593,13636,13637,14593,14593,13637,14594,14593,14594,14595,14595,14594,14596,14590,14593,14592,14592,14593,14595,14592,14595,14597,14597,14595,14598,14595,14596,14598,14598,14596,14599,14598,14599,14600,14600,14599,14601,14597,14598,14602,14602,14598,14600,14580,14591,14583,14583,14591,14603,14591,14592,14603,14603,14592,14597,14603,14597,14604,14604,14597,14602,14583,14603,14585,14585,14603,14604,13637,13656,14594,14594,13656,14605,13656,13654,14605,14605,13654,14606,14605,14606,14607,14607,14606,14608,14594,14605,14596,14596,14605,14607,13654,13652,14606,14606,13652,14609,13652,13653,14609,14609,13653,14610,14610,14611,14609,14609,14611,14612,14606,14609,14608,14608,14609,14612,14612,14613,14608,14608,14613,14614,14611,14615,14612,14612,14615,14613,14615,14616,14613,14613,14616,14617,14613,14617,14614,14614,14617,14618,14596,14607,14599,14599,14607,14619,14607,14608,14619,14619,14608,14614,14614,14618,14619,14619,14618,14620,14599,14619,14601,14601,14619,14620,13672,14621,13653,13653,14621,14610,13670,14622,13672,13672,14622,14621,14622,14623,14621,14621,14623,14624,14621,14624,14610,14610,14624,14611,13670,13668,14622,14622,13668,14625,13668,13669,14625,14625,13669,14626,14626,14627,14625,14625,14627,14628,14625,14628,14622,14622,14628,14623,14628,14629,14623,14623,14629,14630,14627,14631,14628,14628,14631,14629,14631,14632,14629,14629,14632,14633,14629,14633,14630,14630,14633,14634,14624,14635,14611,14611,14635,14615,14623,14630,14624,14624,14630,14635,14630,14634,14635,14635,14634,14636,14635,14636,14615,14615,14636,14616,13669,13688,14626,14626,13688,14637,13688,13686,14637,14637,13686,14638,14637,14638,14639,14639,14638,14640,14626,14637,14627,14627,14637,14639,13686,13684,14638,14638,13684,14641,13684,13685,14641,14641,13685,14642,14641,14642,14643,14643,14642,14644,14638,14641,14640,14640,14641,14643,14640,14643,14645,14645,14643,14646,14644,14647,14643,14643,14647,14646,14647,14648,14646,14646,14648,14649,14646,14649,14645,14645,14649,14650,14639,14651,14627,14627,14651,14631,14639,14640,14651,14651,14640,14645,14645,14650,14651,14651,14650,14652,14651,14652,14631,14631,14652,14632,13704,14653,13685,13685,14653,14642,13702,14654,13704,13704,14654,14653,14654,14655,14653,14653,14655,14656,14653,14656,14642,14642,14656,14644,13701,14657,13702,13702,14657,14654,13700,14658,13701,13701,14658,14657,14658,14659,14657,14657,14659,14660,14657,14660,14654,14654,14660,14655,14660,14661,14655,14655,14661,14662,14659,14663,14660,14660,14663,14661,14661,14663,14664,14664,14663,14665,14661,14664,14662,14662,14664,14666,14656,14667,14644,14644,14667,14647,14655,14662,14656,14656,14662,14667,14662,14666,14667,14667,14666,14668,14667,14668,14647,14647,14668,14648,13720,14669,13700,13700,14669,14658,13720,13718,14669,14669,13718,14670,14669,14670,14671,14671,14670,14672,14658,14669,14659,14659,14669,14671,13718,13716,14670,14670,13716,14673,13716,13717,14673,14673,13717,14674,14673,14674,14675,14675,14674,14676,14670,14673,14672,14672,14673,14675,14672,14675,14677,14677,14675,14678,14675,14676,14678,14678,14676,14679,14678,14679,14680,14680,14679,14681,14677,14678,14682,14682,14678,14680,14659,14671,14663,14663,14671,14683,14671,14672,14683,14683,14672,14677,14683,14677,14684,14684,14677,14682,14663,14683,14665,14665,14683,14684,13717,13736,14674,14674,13736,14685,13736,13734,14685,14685,13734,14686,14685,14686,14687,14687,14686,14688,14674,14685,14676,14676,14685,14687,13734,13733,14686,14686,13733,14689,13733,13732,14689,14689,13732,14690,14689,14690,14691,14691,14690,14692,14686,14689,14688,14688,14689,14691,14688,14691,14693,14693,14691,14694,14691,14692,14694,14694,14692,14695,14694,14695,14696,14696,14695,14697,14693,14694,14698,14698,14694,14696,14676,14687,14679,14679,14687,14699,14687,14688,14699,14699,14688,14693,14699,14693,14700,14700,14693,14698,14679,14699,14681,14681,14699,14700,13756,13755,14701,14701,13755,14702,13755,13752,14702,14702,13752,14703,14702,14703,14704,14704,14703,14705,14701,14702,14706,14706,14702,14704,13752,13750,14703,14703,13750,14707,13750,13751,14707,14707,13751,14708,14708,14709,14707,14707,14709,14710,14707,14710,14703,14703,14710,14705,14710,14711,14705,14705,14711,14712,14709,14713,14710,14710,14713,14711,14713,14714,14711,14711,14714,14715,14711,14715,14712,14712,14715,14716,14704,14717,14706,14706,14717,14718,14705,14712,14704,14704,14712,14717,14712,14716,14717,14717,14716,14719,14717,14719,14718,14718,14719,14720,13751,13772,14708,14708,13772,14721,13772,13770,14721,14721,13770,14722,14722,14723,14721,14721,14723,14724,14721,14724,14708,14708,14724,14709,13770,13768,14722,14722,13768,14725,13768,13769,14725,14725,13769,14726,14725,14726,14727,14727,14726,14728,14722,14725,14723,14723,14725,14727,14727,14729,14723,14723,14729,14730,14727,14728,14729,14729,14728,14731,14729,14731,14732,14732,14731,14733,14729,14732,14730,14730,14732,14734,14724,14735,14709,14709,14735,14713,14723,14730,14724,14724,14730,14735,14730,14734,14735,14735,14734,14736,14735,14736,14713,14713,14736,14714,13769,13788,14726,14726,13788,14737,13788,13786,14737,14737,13786,14738,14737,14738,14739,14739,14738,14740,14726,14737,14728,14728,14737,14739,13786,13784,14738,14738,13784,14741,13784,13785,14741,14741,13785,14742,14741,14742,14743,14743,14742,14744,14738,14741,14740,14740,14741,14743,14740,14743,14745,14745,14743,14746,14743,14744,14746,14746,14744,14747,14746,14747,14748,14748,14747,14749,14745,14746,14750,14750,14746,14748,14728,14739,14731,14731,14739,14751,14739,14740,14751,14751,14740,14745,14751,14745,14752,14752,14745,14750,14731,14751,14733,14733,14751,14752,13785,13804,14742,14742,13804,14753,13804,13802,14753,14753,13802,14754,14753,14754,14755,14755,14754,14756,14742,14753,14744,14744,14753,14755,13802,13800,14754,14754,13800,14757,13800,13801,14757,14757,13801,14758,14757,14758,14759,14759,14758,14760,14754,14757,14756,14756,14757,14759,14756,14759,14761,14761,14759,14762,14759,14760,14762,14762,14760,14763,14762,14763,14764,14764,14763,14765,14761,14762,14766,14766,14762,14764,14744,14755,14747,14747,14755,14767,14755,14756,14767,14767,14756,14761,14767,14761,14768,14768,14761,14766,14747,14767,14749,14749,14767,14768,13801,13820,14758,14758,13820,14769,13820,13818,14769,14769,13818,14770,14769,14770,14771,14771,14770,14772,14758,14769,14760,14760,14769,14771,13818,13816,14770,14770,13816,14773,13816,13817,14773,14773,13817,14774,14773,14774,14775,14775,14774,14776,14770,14773,14772,14772,14773,14775,14772,14775,14777,14777,14775,14778,14775,14776,14778,14778,14776,14779,14778,14779,14780,14780,14779,14781,14777,14778,14782,14782,14778,14780,14760,14771,14763,14763,14771,14783,14771,14772,14783,14783,14772,14777,14783,14777,14784,14784,14777,14782,14763,14783,14765,14765,14783,14784,13817,13836,14774,14774,13836,14785,13836,13834,14785,14785,13834,14786,14785,14786,14787,14787,14786,14788,14774,14785,14776,14776,14785,14787,13834,13832,14786,14786,13832,14789,13832,13833,14789,14789,13833,14790,14789,14790,14791,14791,14790,14792,14786,14789,14788,14788,14789,14791,14788,14791,14793,14793,14791,14794,14791,14792,14794,14794,14792,14795,14794,14795,14796,14796,14795,14797,14793,14794,14798,14798,14794,14796,14776,14787,14779,14779,14787,14799,14787,14788,14799,14799,14788,14793,14799,14793,14800,14800,14793,14798,14779,14799,14781,14781,14799,14800,13833,13852,14790,14790,13852,14801,13852,13850,14801,14801,13850,14802,14801,14802,14803,14803,14802,14804,14790,14801,14792,14792,14801,14803,13850,13848,14802,14802,13848,14805,13848,13849,14805,14805,13849,14806,14805,14806,14807,14807,14806,14808,14802,14805,14804,14804,14805,14807,14804,14807,14809,14809,14807,14810,14807,14808,14810,14810,14808,14811,14810,14811,14812,14812,14811,14813,14809,14810,14814,14814,14810,14812,14792,14803,14795,14795,14803,14815,14803,14804,14815,14815,14804,14809,14815,14809,14816,14816,14809,14814,14795,14815,14797,14797,14815,14816,13849,13868,14806,14806,13868,14817,13868,13866,14817,14817,13866,14818,14817,14818,14819,14819,14818,14820,14806,14817,14808,14808,14817,14819,13866,13864,14818,14818,13864,14821,13864,13865,14821,14821,13865,14822,14821,14822,14823,14823,14822,14824,14818,14821,14820,14820,14821,14823,14820,14823,14825,14825,14823,14826,14823,14824,14826,14826,14824,14827,14826,14827,14828,14828,14827,14829,14825,14826,14830,14830,14826,14828,14808,14819,14811,14811,14819,14831,14819,14820,14831,14831,14820,14825,14831,14825,14832,14832,14825,14830,14811,14831,14813,14813,14831,14832,13865,13884,14822,14822,13884,14833,13884,13882,14833,14833,13882,14834,14833,14834,14835,14835,14834,14836,14822,14833,14824,14824,14833,14835,13882,13880,14834,14834,13880,14837,13880,13881,14837,14837,13881,14838,14837,14838,14839,14839,14838,14840,14834,14837,14836,14836,14837,14839,14836,14839,14841,14841,14839,14842,14839,14840,14842,14842,14840,14843,14842,14843,14844,14844,14843,14845,14841,14842,14846,14846,14842,14844,14824,14835,14827,14827,14835,14847,14835,14836,14847,14847,14836,14841,14847,14841,14848,14848,14841,14846,14827,14847,14829,14829,14847,14848,13881,13900,14838,14838,13900,14849,13900,13898,14849,14849,13898,14850,14849,14850,14851,14851,14850,14852,14838,14849,14840,14840,14849,14851,13898,13896,14850,14850,13896,14853,13896,13897,14853,14853,13897,14854,14853,14854,14855,14855,14854,14856,14850,14853,14852,14852,14853,14855,14852,14855,14857,14857,14855,14858,14855,14856,14858,14858,14856,14859,14858,14859,14860,14860,14859,14861,14857,14858,14862,14862,14858,14860,14840,14851,14843,14843,14851,14863,14851,14852,14863,14863,14852,14857,14863,14857,14864,14864,14857,14862,14843,14863,14845,14845,14863,14864,13897,13916,14854,14854,13916,14865,13916,13914,14865,14865,13914,14866,14865,14866,14867,14867,14866,14868,14854,14865,14856,14856,14865,14867,13914,13912,14866,14866,13912,14869,13912,13913,14869,14869,13913,14870,14869,14870,14871,14871,14870,14872,14866,14869,14868,14868,14869,14871,14868,14871,14873,14873,14871,14874,14871,14872,14874,14874,14872,14875,14874,14875,14876,14876,14875,14877,14873,14874,14878,14878,14874,14876,14856,14867,14859,14859,14867,14879,14867,14868,14879,14879,14868,14873,14879,14873,14880,14880,14873,14878,14859,14879,14861,14861,14879,14880,13913,13932,14870,14870,13932,14881,13932,13930,14881,14881,13930,14882,14881,14882,14883,14883,14882,14884,14870,14881,14872,14872,14881,14883,13930,13928,14882,14882,13928,14885,13928,13929,14885,14885,13929,14886,14885,14886,14887,14887,14886,14888,14882,14885,14884,14884,14885,14887,14884,14887,14889,14889,14887,14890,14887,14888,14890,14890,14888,14891,14890,14891,14892,14892,14891,14893,14889,14890,14894,14894,14890,14892,14872,14883,14875,14875,14883,14895,14883,14884,14895,14895,14884,14889,14895,14889,14896,14896,14889,14894,14875,14895,14877,14877,14895,14896,13929,13948,14886,14886,13948,14897,13948,13946,14897,14897,13946,14898,14897,14898,14899,14899,14898,14900,14886,14897,14888,14888,14897,14899,13946,13944,14898,14898,13944,14901,13944,13945,14901,14901,13945,14902,14901,14902,14903,14903,14902,14904,14898,14901,14900,14900,14901,14903,14900,14903,14905,14905,14903,14906,14903,14904,14906,14906,14904,14907,14906,14907,14908,14908,14907,14909,14905,14906,14910,14910,14906,14908,14888,14899,14891,14891,14899,14911,14899,14900,14911,14911,14900,14905,14911,14905,14912,14912,14905,14910,14891,14911,14893,14893,14911,14912,13945,13964,14902,14902,13964,14913,13964,13962,14913,14913,13962,14914,14913,14914,14915,14915,14914,14916,14902,14913,14904,14904,14913,14915,13962,13960,14914,14914,13960,14917,13960,13961,14917,14917,13961,14918,14917,14918,14919,14919,14918,14920,14914,14917,14916,14916,14917,14919,14916,14919,14921,14921,14919,14922,14919,14920,14922,14922,14920,14923,14922,14923,14924,14924,14923,14925,14921,14922,14926,14926,14922,14924,14904,14915,14907,14907,14915,14927,14915,14916,14927,14927,14916,14921,14927,14921,14928,14928,14921,14926,14907,14927,14909,14909,14927,14928,13961,13980,14918,14918,13980,14929,13980,13978,14929,14929,13978,14930,14929,14930,14931,14931,14930,14932,14918,14929,14920,14920,14929,14931,13978,13976,14930,14930,13976,14933,13976,13977,14933,14933,13977,14934,14933,14934,14935,14935,14934,14936,14930,14933,14932,14932,14933,14935,14932,14935,14937,14937,14935,14938,14935,14936,14938,14938,14936,14939,14938,14939,14940,14940,14939,14941,14937,14938,14942,14942,14938,14940,14920,14931,14923,14923,14931,14943,14931,14932,14943,14943,14932,14937,14943,14937,14944,14944,14937,14942,14923,14943,14925,14925,14943,14944,13977,13996,14934,14934,13996,14945,13996,13994,14945,14945,13994,14946,14945,14946,14947,14947,14946,14948,14934,14945,14936,14936,14945,14947,13994,13992,14946,14946,13992,14949,13992,13993,14949,14949,13993,14950,14949,14950,14951,14951,14950,14952,14946,14949,14948,14948,14949,14951,14948,14951,14953,14953,14951,14954,14951,14952,14954,14954,14952,14955,14954,14955,14956,14956,14955,14957,14953,14954,14958,14958,14954,14956,14936,14947,14939,14939,14947,14959,14947,14948,14959,14959,14948,14953,14959,14953,14960,14960,14953,14958,14939,14959,14941,14941,14959,14960,13993,14012,14950,14950,14012,14961,14012,14010,14961,14961,14010,14962,14961,14962,14963,14963,14962,14964,14950,14961,14952,14952,14961,14963,14010,14008,14962,14962,14008,14965,14008,14009,14965,14965,14009,14966,14965,14966,14967,14967,14966,14968,14962,14965,14964,14964,14965,14967,14964,14967,14969,14969,14967,14970,14967,14968,14970,14970,14968,14971,14970,14971,14972,14972,14971,14973,14969,14970,14974,14974,14970,14972,14952,14963,14955,14955,14963,14975,14963,14964,14975,14975,14964,14969,14975,14969,14976,14976,14969,14974,14955,14975,14957,14957,14975,14976,14009,14028,14966,14966,14028,14977,14028,14026,14977,14977,14026,14978,14977,14978,14979,14979,14978,14980,14966,14977,14968,14968,14977,14979,14026,14024,14978,14978,14024,14981,14024,14025,14981,14981,14025,14982,14981,14982,14983,14983,14982,14984,14978,14981,14980,14980,14981,14983,14980,14983,14985,14985,14983,14986,14983,14984,14986,14986,14984,14987,14986,14987,14988,14988,14987,14989,14985,14986,14990,14990,14986,14988,14968,14979,14971,14971,14979,14991,14979,14980,14991,14991,14980,14985,14991,14985,14992,14992,14985,14990,14971,14991,14973,14973,14991,14992,14025,14044,14982,14982,14044,14993,14044,14042,14993,14993,14042,14994,14993,14994,14995,14995,14994,14996,14982,14993,14984,14984,14993,14995,14042,14040,14994,14994,14040,14997,14040,14041,14997,14997,14041,14998,14997,14998,14999,14999,14998,15000,14994,14997,14996,14996,14997,14999,14996,14999,15001,15001,14999,15002,14999,15000,15002,15002,15000,15003,15002,15003,15004,15004,15003,15005,15001,15002,15006,15006,15002,15004,14984,14995,14987,14987,14995,15007,14995,14996,15007,15007,14996,15001,15007,15001,15008,15008,15001,15006,14987,15007,14989,14989,15007,15008,14041,14060,14998,14998,14060,15009,14060,14058,15009,15009,14058,15010,15009,15010,15011,15011,15010,15012,14998,15009,15000,15000,15009,15011,14058,14056,15010,15010,14056,15013,14056,14057,15013,15013,14057,15014,15013,15014,15015,15015,15014,15016,15010,15013,15012,15012,15013,15015,15012,15015,15017,15017,15015,15018,15015,15016,15018,15018,15016,15019,15018,15019,15020,15020,15019,15021,15017,15018,15022,15022,15018,15020,15000,15011,15003,15003,15011,15023,15011,15012,15023,15023,15012,15017,15023,15017,15024,15024,15017,15022,15003,15023,15005,15005,15023,15024,14057,14076,15014,15014,14076,15025,14076,14074,15025,15025,14074,15026,15025,15026,15027,15027,15026,15028,15014,15025,15016,15016,15025,15027,14074,14072,15026,15026,14072,15029,14072,14073,15029,15029,14073,15030,15029,15030,15031,15031,15030,15032,15026,15029,15028,15028,15029,15031,15028,15031,15033,15033,15031,15034,15031,15032,15034,15034,15032,15035,15034,15035,15036,15036,15035,15037,15033,15034,15038,15038,15034,15036,15016,15027,15019,15019,15027,15039,15027,15028,15039,15039,15028,15033,15039,15033,15040,15040,15033,15038,15019,15039,15021,15021,15039,15040,14073,14092,15030,15030,14092,15041,14092,14090,15041,15041,14090,15042,15041,15042,15043,15043,15042,15044,15030,15041,15032,15032,15041,15043,14090,14088,15042,15042,14088,15045,14088,14089,15045,15045,14089,15046,15045,15046,15047,15047,15046,15048,15042,15045,15044,15044,15045,15047,15044,15047,15049,15049,15047,15050,15047,15048,15050,15050,15048,15051,15050,15051,15052,15052,15051,15053,15049,15050,15054,15054,15050,15052,15032,15043,15035,15035,15043,15055,15043,15044,15055,15055,15044,15049,15055,15049,15056,15056,15049,15054,15035,15055,15037,15037,15055,15056,14089,14108,15046,15046,14108,15057,14108,14106,15057,15057,14106,15058,15057,15058,15059,15059,15058,15060,15046,15057,15048,15048,15057,15059,14106,14104,15058,15058,14104,15061,14104,14105,15061,15061,14105,15062,15061,15062,15063,15063,15062,15064,15058,15061,15060,15060,15061,15063,15060,15063,15065,15065,15063,15066,15063,15064,15066,15066,15064,15067,15066,15067,15068,15068,15067,15069,15065,15066,15070,15070,15066,15068,15048,15059,15051,15051,15059,15071,15059,15060,15071,15071,15060,15065,15071,15065,15072,15072,15065,15070,15051,15071,15053,15053,15071,15072,14105,14124,15062,15062,14124,15073,14124,14122,15073,15073,14122,15074,15073,15074,15075,15075,15074,15076,15062,15073,15064,15064,15073,15075,14122,14120,15074,15074,14120,15077,14120,14121,15077,15077,14121,15078,15077,15078,15079,15079,15078,15080,15074,15077,15076,15076,15077,15079,15076,15079,15081,15081,15079,15082,15079,15080,15082,15082,15080,15083,15082,15083,15084,15084,15083,15085,15081,15082,15086,15086,15082,15084,15064,15075,15067,15067,15075,15087,15075,15076,15087,15087,15076,15081,15087,15081,15088,15088,15081,15086,15067,15087,15069,15069,15087,15088,14121,14140,15078,15078,14140,15089,14140,14138,15089,15089,14138,15090,15089,15090,15091,15091,15090,15092,15078,15089,15080,15080,15089,15091,14138,14136,15090,15090,14136,15093,14136,14137,15093,15093,14137,15094,15093,15094,15095,15095,15094,15096,15090,15093,15092,15092,15093,15095,15092,15095,15097,15097,15095,15098,15095,15096,15098,15098,15096,15099,15098,15099,15100,15100,15099,15101,15097,15098,15102,15102,15098,15100,15080,15091,15083,15083,15091,15103,15091,15092,15103,15103,15092,15097,15103,15097,15104,15104,15097,15102,15083,15103,15085,15085,15103,15104,14137,14156,15094,15094,14156,15105,14156,14154,15105,15105,14154,15106,15105,15106,15107,15107,15106,15108,15094,15105,15096,15096,15105,15107,14154,14152,15106,15106,14152,15109,14152,14153,15109,15109,14153,15110,15109,15110,15111,15111,15110,15112,15106,15109,15108,15108,15109,15111,15108,15111,15113,15113,15111,15114,15111,15112,15114,15114,15112,15115,15114,15115,15116,15116,15115,15117,15113,15114,15118,15118,15114,15116,15096,15107,15099,15099,15107,15119,15107,15108,15119,15119,15108,15113,15119,15113,15120,15120,15113,15118,15099,15119,15101,15101,15119,15120,14153,14172,15110,15110,14172,15121,14172,14170,15121,15121,14170,15122,15121,15122,15123,15123,15122,15124,15110,15121,15112,15112,15121,15123,14170,14168,15122,15122,14168,15125,14168,14169,15125,15125,14169,15126,15125,15126,15127,15127,15126,15128,15122,15125,15124,15124,15125,15127,15124,15127,15129,15129,15127,15130,15127,15128,15130,15130,15128,15131,15130,15131,15132,15132,15131,15133,15129,15130,15134,15134,15130,15132,15112,15123,15115,15115,15123,15135,15123,15124,15135,15135,15124,15129,15135,15129,15136,15136,15129,15134,15115,15135,15117,15117,15135,15136,14169,14188,15126,15126,14188,15137,14188,14186,15137,15137,14186,15138,15137,15138,15139,15139,15138,15140,15126,15137,15128,15128,15137,15139,14186,14184,15138,15138,14184,15141,14184,14185,15141,15141,14185,15142,15141,15142,15143,15143,15142,15144,15138,15141,15140,15140,15141,15143,15140,15143,15145,15145,15143,15146,15143,15144,15146,15146,15144,15147,15146,15147,15148,15148,15147,15149,15145,15146,15150,15150,15146,15148,15128,15139,15131,15131,15139,15151,15139,15140,15151,15151,15140,15145,15151,15145,15152,15152,15145,15150,15131,15151,15133,15133,15151,15152,14185,14204,15142,15142,14204,15153,14204,14202,15153,15153,14202,15154,15153,15154,15155,15155,15154,15156,15142,15153,15144,15144,15153,15155,14202,14200,15154,15154,14200,15157,14200,14201,15157,15157,14201,15158,15157,15158,15159,15159,15158,15160,15154,15157,15156,15156,15157,15159,15156,15159,15161,15161,15159,15162,15159,15160,15162,15162,15160,15163,15162,15163,15164,15164,15163,15165,15161,15162,15166,15166,15162,15164,15144,15155,15147,15147,15155,15167,15155,15156,15167,15167,15156,15161,15167,15161,15168,15168,15161,15166,15147,15167,15149,15149,15167,15168,14201,14220,15158,15158,14220,15169,14220,14218,15169,15169,14218,15170,15169,15170,15171,15171,15170,15172,15158,15169,15160,15160,15169,15171,14218,14216,15170,15170,14216,15173,14216,14217,15173,15173,14217,15174,15173,15174,15175,15175,15174,15176,15170,15173,15172,15172,15173,15175,15172,15175,15177,15177,15175,15178,15175,15176,15178,15178,15176,15179,15178,15179,15180,15180,15179,15181,15177,15178,15182,15182,15178,15180,15160,15171,15163,15163,15171,15183,15171,15172,15183,15183,15172,15177,15183,15177,15184,15184,15177,15182,15163,15183,15165,15165,15183,15184,14217,14236,15174,15174,14236,15185,14236,14234,15185,15185,14234,15186,15185,15186,15187,15187,15186,15188,15174,15185,15176,15176,15185,15187,14234,14232,15186,15186,14232,15189,14232,14233,15189,15189,14233,15190,15189,15190,15191,15191,15190,15192,15186,15189,15188,15188,15189,15191,15188,15191,15193,15193,15191,15194,15191,15192,15194,15194,15192,15195,15194,15195,15196,15196,15195,15197,15193,15194,15198,15198,15194,15196,15176,15187,15179,15179,15187,15199,15187,15188,15199,15199,15188,15193,15199,15193,15200,15200,15193,15198,15179,15199,15181,15181,15199,15200,14233,14252,15190,15190,14252,15201,14252,14250,15201,15201,14250,15202,15201,15202,15203,15203,15202,15204,15190,15201,15192,15192,15201,15203,14250,14249,15202,15202,14249,15205,14248,15206,14249,14249,15206,15205,15206,15207,15205,15205,15207,15208,15202,15205,15204,15204,15205,15208,15204,15208,15209,15209,15208,15210,15208,15207,15210,15210,15207,15211,15210,15211,15212,15212,15211,15213,15209,15210,15214,15214,15210,15212,15192,15203,15195,15195,15203,15215,15203,15204,15215,15215,15204,15209,15215,15209,15216,15216,15209,15214,15195,15215,15197,15197,15215,15216,14268,15217,14248,14248,15217,15206,14266,15218,14268,14268,15218,15217,15218,15219,15217,15217,15219,15220,15217,15220,15206,15206,15220,15207,14264,15221,14266,14266,15221,15218,14264,14265,15221,15221,14265,15222,15221,15222,15223,15223,15222,15224,15221,15223,15218,15218,15223,15219,15223,15225,15219,15219,15225,15226,15224,15227,15223,15223,15227,15225,15227,15228,15225,15225,15228,15229,15225,15229,15226,15226,15229,15230,15220,15231,15207,15207,15231,15211,15219,15226,15220,15220,15226,15231,15226,15230,15231,15231,15230,15232,15231,15232,15211,15211,15232,15213,14265,14284,15222,15222,14284,15233,14282,15234,14284,14284,15234,15233,15234,15235,15233,15233,15235,15236,15222,15233,15224,15224,15233,15236,14281,15237,14282,14282,15237,15234,14280,15238,14281,14281,15238,15237,15238,15239,15237,15237,15239,15240,15237,15240,15234,15234,15240,15235,15240,15241,15235,15235,15241,15242,15239,15243,15240,15240,15243,15241,15243,15244,15241,15241,15244,15245,15241,15245,15242,15242,15245,15246,15224,15236,15227,15227,15236,15247,15235,15242,15236,15236,15242,15247,15242,15246,15247,15247,15246,15248,15227,15247,15228,15228,15247,15248,14300,15249,14280,14280,15249,15238,14298,15250,14300,14300,15250,15249,15250,15251,15249,15249,15251,15252,15249,15252,15238,15238,15252,15239,14297,15253,14298,14298,15253,15250,14296,15254,14297,14297,15254,15253,15254,15255,15253,15253,15255,15256,15253,15256,15250,15250,15256,15251,15256,15257,15251,15251,15257,15258,15255,15259,15256,15256,15259,15257,15259,15260,15257,15257,15260,15261,15257,15261,15258,15258,15261,15262,15252,15263,15239,15239,15263,15243,15251,15258,15252,15252,15258,15263,15258,15262,15263,15263,15262,15264,15263,15264,15243,15243,15264,15244,14316,15265,14296,14296,15265,15254,14314,15266,14316,14316,15266,15265,15266,15267,15265,15265,15267,15268,15265,15268,15254,15254,15268,15255,14313,15269,14314,14314,15269,15266,14312,15270,14313,14313,15270,15269,15270,15271,15269,15269,15271,15272,15269,15272,15266,15266,15272,15267,15272,15273,15267,15267,15273,15274,15271,15275,15272,15272,15275,15273,15275,15276,15273,15273,15276,15277,15273,15277,15274,15274,15277,15278,15268,15279,15255,15255,15279,15259,15267,15274,15268,15268,15274,15279,15274,15278,15279,15279,15278,15280,15279,15280,15259,15259,15280,15260,14332,15281,14312,14312,15281,15270,14330,15282,14332,14332,15282,15281,15282,15283,15281,15281,15283,15284,15281,15284,15270,15270,15284,15271,14329,15285,14330,14330,15285,15282,14328,15286,14329,14329,15286,15285,15286,15287,15285,15285,15287,15288,15285,15288,15282,15282,15288,15283,15288,15289,15283,15283,15289,15290,15287,15291,15288,15288,15291,15289,15291,15292,15289,15289,15292,15293,15289,15293,15290,15290,15293,15294,15284,15295,15271,15271,15295,15275,15283,15290,15284,15284,15290,15295,15290,15294,15295,15295,15294,15296,15295,15296,15275,15275,15296,15276,14348,15297,14328,14328,15297,15286,14346,15298,14348,14348,15298,15297,15298,15299,15297,15297,15299,15300,15297,15300,15286,15286,15300,15287,14345,15301,14346,14346,15301,15298,14344,15302,14345,14345,15302,15301,15302,15303,15301,15301,15303,15304,15301,15304,15298,15298,15304,15299,15304,15305,15299,15299,15305,15306,15303,15307,15304,15304,15307,15305,15307,15308,15305,15305,15308,15309,15305,15309,15306,15306,15309,15310,15300,15311,15287,15287,15311,15291,15299,15306,15300,15300,15306,15311,15306,15310,15311,15311,15310,15312,15311,15312,15291,15291,15312,15292,14364,15313,14344,14344,15313,15302,14362,15314,14364,14364,15314,15313,15314,15315,15313,15313,15315,15316,15313,15316,15302,15302,15316,15303,14361,15317,14362,14362,15317,15314,14360,15318,14361,14361,15318,15317,15318,15319,15317,15317,15319,15320,15317,15320,15314,15314,15320,15315,15320,15321,15315,15315,15321,15322,15319,15323,15320,15320,15323,15321,15323,15324,15321,15321,15324,15325,15321,15325,15322,15322,15325,15326,15316,15327,15303,15303,15327,15307,15315,15322,15316,15316,15322,15327,15322,15326,15327,15327,15326,15328,15327,15328,15307,15307,15328,15308,14380,15329,14360,14360,15329,15318,14378,15330,14380,14380,15330,15329,15330,15331,15329,15329,15331,15332,15329,15332,15318,15318,15332,15319,14377,15333,14378,14378,15333,15330,14376,15334,14377,14377,15334,15333,15334,15335,15333,15333,15335,15336,15333,15336,15330,15330,15336,15331,15336,15337,15331,15331,15337,15338,15335,15339,15336,15336,15339,15337,15339,15340,15337,15337,15340,15341,15337,15341,15338,15338,15341,15342,15332,15343,15319,15319,15343,15323,15331,15338,15332,15332,15338,15343,15338,15342,15343,15343,15342,15344,15343,15344,15323,15323,15344,15324,14396,15345,14376,14376,15345,15334,14394,15346,14396,14396,15346,15345,15346,15347,15345,15345,15347,15348,15345,15348,15334,15334,15348,15335,14393,15349,14394,14394,15349,15346,14392,15350,14393,14393,15350,15349,15350,15351,15349,15349,15351,15352,15349,15352,15346,15346,15352,15347,15352,15353,15347,15347,15353,15354,15351,15355,15352,15352,15355,15353,15355,15356,15353,15353,15356,15357,15353,15357,15354,15354,15357,15358,15348,15359,15335,15335,15359,15339,15347,15354,15348,15348,15354,15359,15354,15358,15359,15359,15358,15360,15359,15360,15339,15339,15360,15340,14412,15361,14392,14392,15361,15350,14410,15362,14412,14412,15362,15361,15362,15363,15361,15361,15363,15364,15361,15364,15350,15350,15364,15351,14409,15365,14410,14410,15365,15362,14408,15366,14409,14409,15366,15365,15366,15367,15365,15365,15367,15368,15365,15368,15362,15362,15368,15363,15368,15369,15363,15363,15369,15370,15367,15371,15368,15368,15371,15369,15371,15372,15369,15369,15372,15373,15369,15373,15370,15370,15373,15374,15364,15375,15351,15351,15375,15355,15363,15370,15364,15364,15370,15375,15370,15374,15375,15375,15374,15376,15375,15376,15355,15355,15376,15356,14428,15377,14408,14408,15377,15366,14426,15378,14428,14428,15378,15377,15378,15379,15377,15377,15379,15380,15377,15380,15366,15366,15380,15367,14425,15381,14426,14426,15381,15378,14424,15382,14425,14425,15382,15381,15382,15383,15381,15381,15383,15384,15381,15384,15378,15378,15384,15379,15384,15385,15379,15379,15385,15386,15383,15387,15384,15384,15387,15385,15387,15388,15385,15385,15388,15389,15385,15389,15386,15386,15389,15390,15380,15391,15367,15367,15391,15371,15379,15386,15380,15380,15386,15391,15386,15390,15391,15391,15390,15392,15391,15392,15371,15371,15392,15372,14444,15393,14424,14424,15393,15382,14442,15394,14444,14444,15394,15393,15394,15395,15393,15393,15395,15396,15393,15396,15382,15382,15396,15383,14441,15397,14442,14442,15397,15394,14440,15398,14441,14441,15398,15397,15398,15399,15397,15397,15399,15400,15397,15400,15394,15394,15400,15395,15400,15401,15395,15395,15401,15402,15399,15403,15400,15400,15403,15401,15403,15404,15401,15401,15404,15405,15401,15405,15402,15402,15405,15406,15396,15407,15383,15383,15407,15387,15395,15402,15396,15396,15402,15407,15402,15406,15407,15407,15406,15408,15407,15408,15387,15387,15408,15388,14460,15409,14440,14440,15409,15398,14460,14458,15409,15409,14458,15410,15409,15410,15411,15411,15410,15412,15398,15409,15399,15399,15409,15411,14458,14456,15410,15410,14456,15413,14456,14457,15413,15413,14457,15414,15413,15414,15415,15415,15414,15416,15410,15413,15412,15412,15413,15415,15412,15415,15417,15417,15415,15418,15416,15419,15415,15415,15419,15418,15419,15420,15418,15418,15420,15421,15418,15421,15417,15417,15421,15422,15399,15411,15403,15403,15411,15423,15411,15412,15423,15423,15412,15417,15423,15417,15424,15424,15417,15422,15403,15423,15404,15404,15423,15424,14457,14476,15414,15414,14476,15425,14474,15426,14476,14476,15426,15425,15426,15427,15425,15425,15427,15428,15425,15428,15414,15414,15428,15416,14473,15429,14474,14474,15429,15426,14472,15430,14473,14473,15430,15429,15430,15431,15429,15429,15431,15432,15429,15432,15426,15426,15432,15427,15432,15433,15427,15427,15433,15434,15431,15435,15432,15432,15435,15433,15435,15436,15433,15433,15436,15437,15433,15437,15434,15434,15437,15438,15428,15439,15416,15416,15439,15419,15427,15434,15428,15428,15434,15439,15434,15438,15439,15439,15438,15440,15439,15440,15419,15419,15440,15420,14492,15441,14472,14472,15441,15430,14490,15442,14492,14492,15442,15441,15442,15443,15441,15441,15443,15444,15441,15444,15430,15430,15444,15431,14489,15445,14490,14490,15445,15442,14488,15446,14489,14489,15446,15445,15446,15447,15445,15445,15447,15448,15445,15448,15442,15442,15448,15443,15448,15449,15443,15443,15449,15450,15447,15451,15448,15448,15451,15449,15451,15452,15449,15449,15452,15453,15449,15453,15450,15450,15453,15454,15444,15455,15431,15431,15455,15435,15443,15450,15444,15444,15450,15455,15450,15454,15455,15455,15454,15456,15455,15456,15435,15435,15456,15436,14508,15457,14488,14488,15457,15446,14506,15458,14508,14508,15458,15457,15458,15459,15457,15457,15459,15460,15457,15460,15446,15446,15460,15447,14505,15461,14506,14506,15461,15458,14504,15462,14505,14505,15462,15461,15462,15463,15461,15461,15463,15464,15461,15464,15458,15458,15464,15459,15464,15465,15459,15459,15465,15466,15463,15467,15464,15464,15467,15465,15467,15468,15465,15465,15468,15469,15465,15469,15466,15466,15469,15470,15460,15471,15447,15447,15471,15451,15459,15466,15460,15460,15466,15471,15466,15470,15471,15471,15470,15472,15471,15472,15451,15451,15472,15452,14524,15473,14504,14504,15473,15462,14522,15474,14524,14524,15474,15473,15474,15475,15473,15473,15475,15476,15473,15476,15462,15462,15476,15463,14521,15477,14522,14522,15477,15474,14520,15478,14521,14521,15478,15477,15478,15479,15477,15477,15479,15480,15477,15480,15474,15474,15480,15475,15480,15481,15475,15475,15481,15482,15479,15483,15480,15480,15483,15481,15483,15484,15481,15481,15484,15485,15481,15485,15482,15482,15485,15486,15476,15487,15463,15463,15487,15467,15475,15482,15476,15476,15482,15487,15482,15486,15487,15487,15486,15488,15487,15488,15467,15467,15488,15468,14540,15489,14520,14520,15489,15478,14538,15490,14540,14540,15490,15489,15490,15491,15489,15489,15491,15492,15489,15492,15478,15478,15492,15479,14537,15493,14538,14538,15493,15490,14536,15494,14537,14537,15494,15493,15494,15495,15493,15493,15495,15496,15493,15496,15490,15490,15496,15491,15496,15497,15491,15491,15497,15498,15495,15499,15496,15496,15499,15497,15499,15500,15497,15497,15500,15501,15497,15501,15498,15498,15501,15502,15492,15503,15479,15479,15503,15483,15491,15498,15492,15492,15498,15503,15498,15502,15503,15503,15502,15504,15503,15504,15483,15483,15504,15484,14556,15505,14536,14536,15505,15494,14554,15506,14556,14556,15506,15505,15506,15507,15505,15505,15507,15508,15505,15508,15494,15494,15508,15495,14553,15509,14554,14554,15509,15506,14552,15510,14553,14553,15510,15509,15510,15511,15509,15509,15511,15512,15509,15512,15506,15506,15512,15507,15512,15513,15507,15507,15513,15514,15511,15515,15512,15512,15515,15513,15515,15516,15513,15513,15516,15517,15513,15517,15514,15514,15517,15518,15508,15519,15495,15495,15519,15499,15507,15514,15508,15508,15514,15519,15514,15518,15519,15519,15518,15520,15519,15520,15499,15499,15520,15500,14572,15521,14552,14552,15521,15510,14570,15522,14572,14572,15522,15521,15522,15523,15521,15521,15523,15524,15521,15524,15510,15510,15524,15511,14569,15525,14570,14570,15525,15522,14568,15526,14569,14569,15526,15525,15526,15527,15525,15525,15527,15528,15525,15528,15522,15522,15528,15523,15528,15529,15523,15523,15529,15530,15527,15531,15528,15528,15531,15529,15531,15532,15529,15529,15532,15533,15529,15533,15530,15530,15533,15534,15524,15535,15511,15511,15535,15515,15523,15530,15524,15524,15530,15535,15530,15534,15535,15535,15534,15536,15535,15536,15515,15515,15536,15516,14588,15537,14568,14568,15537,15526,14588,14586,15537,15537,14586,15538,15537,15538,15539,15539,15538,15540,15537,15539,15526,15526,15539,15527,14586,14584,15538,15538,14584,15541,14584,14585,15541,15541,14585,15542,15541,15542,15543,15543,15542,15544,15538,15541,15540,15540,15541,15543,15540,15543,15545,15545,15543,15546,15543,15544,15546,15546,15544,15547,15546,15547,15548,15548,15547,15549,15545,15546,15550,15550,15546,15548,15539,15551,15527,15527,15551,15531,15539,15540,15551,15551,15540,15545,15551,15545,15552,15552,15545,15550,15551,15552,15531,15531,15552,15532,14585,14604,15542,15542,14604,15553,14604,14602,15553,15553,14602,15554,15554,15555,15553,15553,15555,15556,15542,15553,15544,15544,15553,15556,14602,14600,15554,15554,14600,15557,14601,15558,14600,14600,15558,15557,15558,15559,15557,15557,15559,15560,15557,15560,15554,15554,15560,15555,15560,15561,15555,15555,15561,15562,15559,15563,15560,15560,15563,15561,15563,15564,15561,15561,15564,15565,15561,15565,15562,15562,15565,15566,15544,15556,15547,15547,15556,15567,15555,15562,15556,15556,15562,15567,15562,15566,15567,15567,15566,15568,15567,15568,15547,15547,15568,15549,14620,15569,14601,14601,15569,15558,14618,15570,14620,14620,15570,15569,15570,15571,15569,15569,15571,15572,15569,15572,15558,15558,15572,15559,14617,15573,14618,14618,15573,15570,14616,15574,14617,14617,15574,15573,15574,15575,15573,15573,15575,15576,15573,15576,15570,15570,15576,15571,15576,15577,15571,15571,15577,15578,15575,15579,15576,15576,15579,15577,15579,15580,15577,15577,15580,15581,15577,15581,15578,15578,15581,15582,15572,15583,15559,15559,15583,15563,15571,15578,15572,15572,15578,15583,15578,15582,15583,15583,15582,15584,15583,15584,15563,15563,15584,15564,14636,15585,14616,14616,15585,15574,14634,15586,14636,14636,15586,15585,15586,15587,15585,15585,15587,15588,15585,15588,15574,15574,15588,15575,14633,15589,14634,14634,15589,15586,14632,15590,14633,14633,15590,15589,15590,15591,15589,15589,15591,15592,15589,15592,15586,15586,15592,15587,15592,15593,15587,15587,15593,15594,15591,15595,15592,15592,15595,15593,15595,15596,15593,15593,15596,15597,15593,15597,15594,15594,15597,15598,15588,15599,15575,15575,15599,15579,15587,15594,15588,15588,15594,15599,15594,15598,15599,15599,15598,15600,15599,15600,15579,15579,15600,15580,14652,15601,14632,14632,15601,15590,14650,15602,14652,14652,15602,15601,15602,15603,15601,15601,15603,15604,15601,15604,15590,15590,15604,15591,14649,15605,14650,14650,15605,15602,14648,15606,14649,14649,15606,15605,15606,15607,15605,15605,15607,15608,15605,15608,15602,15602,15608,15603,15608,15609,15603,15603,15609,15610,15607,15611,15608,15608,15611,15609,15611,15612,15609,15609,15612,15613,15609,15613,15610,15610,15613,15614,15604,15615,15591,15591,15615,15595,15603,15610,15604,15604,15610,15615,15610,15614,15615,15615,15614,15616,15615,15616,15595,15595,15616,15596,14668,15617,14648,14648,15617,15606,14666,15618,14668,14668,15618,15617,15618,15619,15617,15617,15619,15620,15617,15620,15606,15606,15620,15607,14664,15621,14666,14666,15621,15618,14664,14665,15621,15621,14665,15622,15621,15622,15623,15623,15622,15624,15618,15621,15619,15619,15621,15623,15619,15623,15625,15625,15623,15626,15623,15624,15626,15626,15624,15627,15626,15627,15628,15628,15627,15629,15625,15626,15630,15630,15626,15628,15620,15631,15607,15607,15631,15611,15619,15625,15620,15620,15625,15631,15631,15625,15632,15632,15625,15630,15631,15632,15611,15611,15632,15612,14665,14684,15622,15622,14684,15633,14684,14682,15633,15633,14682,15634,15633,15634,15635,15635,15634,15636,15622,15633,15624,15624,15633,15635,14682,14680,15634,15634,14680,15637,14680,14681,15637,15637,14681,15638,15637,15638,15639,15639,15638,15640,15634,15637,15636,15636,15637,15639,15636,15639,15641,15641,15639,15642,15639,15640,15642,15642,15640,15643,15642,15643,15644,15644,15643,15645,15641,15642,15646,15646,15642,15644,15624,15635,15627,15627,15635,15647,15635,15636,15647,15647,15636,15641,15647,15641,15648,15648,15641,15646,15627,15647,15629,15629,15647,15648,14681,14700,15638,15638,14700,15649,14700,14698,15649,15649,14698,15650,15649,15650,15651,15651,15650,15652,15638,15649,15640,15640,15649,15651,14698,14696,15650,15650,14696,15653,14696,14697,15653,15653,14697,15654,15653,15654,15655,15655,15654,15656,15650,15653,15652,15652,15653,15655,15652,15655,15657,15657,15655,15658,15655,15656,15658,15658,15656,15659,15658,15659,15660,15660,15659,15661,15657,15658,15662,15662,15658,15660,15640,15651,15643,15643,15651,15663,15651,15652,15663,15663,15652,15657,15663,15657,15664,15664,15657,15662,15643,15663,15645,15645,15663,15664,14719,15665,14720,14720,15665,15666,14716,15667,14719,14719,15667,15665,15667,15668,15665,15665,15668,15669,15665,15669,15666,15666,15669,15670,14715,15671,14716,14716,15671,15667,14714,15672,14715,14715,15672,15671,15672,15673,15671,15671,15673,15674,15671,15674,15667,15667,15674,15668,15674,15675,15668,15668,15675,15676,15673,15677,15674,15674,15677,15675,15677,15678,15675,15675,15678,15679,15675,15679,15676,15676,15679,15680,15669,15681,15670,15670,15681,15682,15668,15676,15669,15669,15676,15681,15681,15676,15683,15683,15676,15680,15682,15681,15684,15684,15681,15683,14736,15685,14714,14714,15685,15672,14734,15686,14736,14736,15686,15685,15686,15687,15685,15685,15687,15688,15685,15688,15672,15672,15688,15673,14732,15689,14734,14734,15689,15686,14732,14733,15689,15689,14733,15690,15689,15690,15691,15691,15690,15692,15689,15691,15686,15686,15691,15687,15691,15693,15687,15687,15693,15694,15692,15695,15691,15691,15695,15693,15695,15696,15693,15693,15696,15697,15693,15697,15694,15694,15697,15698,15688,15699,15673,15673,15699,15677,15687,15694,15688,15688,15694,15699,15694,15698,15699,15699,15698,15700,15699,15700,15677,15677,15700,15678,14733,14752,15690,15690,14752,15701,14752,14750,15701,15701,14750,15702,15701,15702,15703,15703,15702,15704,15690,15701,15692,15692,15701,15703,14750,14748,15702,15702,14748,15705,14748,14749,15705,15705,14749,15706,15705,15706,15707,15707,15706,15708,15702,15705,15704,15704,15705,15707,15704,15707,15709,15709,15707,15710,15707,15708,15710,15710,15708,15711,15710,15711,15712,15712,15711,15713,15709,15710,15714,15714,15710,15712,15692,15703,15695,15695,15703,15715,15703,15704,15715,15715,15704,15709,15715,15709,15716,15716,15709,15714,15715,15716,15695,15695,15716,15696,14749,14768,15706,15706,14768,15717,14768,14766,15717,15717,14766,15718,15717,15718,15719,15719,15718,15720,15706,15717,15708,15708,15717,15719,14766,14764,15718,15718,14764,15721,14764,14765,15721,15721,14765,15722,15721,15722,15723,15723,15722,15724,15718,15721,15720,15720,15721,15723,15720,15723,15725,15725,15723,15726,15723,15724,15726,15726,15724,15727,15726,15727,15728,15728,15727,15729,15725,15726,15730,15730,15726,15728,15708,15719,15711,15711,15719,15731,15719,15720,15731,15731,15720,15725,15731,15725,15732,15732,15725,15730,15711,15731,15713,15713,15731,15732,14765,14784,15722,15722,14784,15733,14784,14782,15733,15733,14782,15734,15733,15734,15735,15735,15734,15736,15722,15733,15724,15724,15733,15735,14782,14780,15734,15734,14780,15737,14780,14781,15737,15737,14781,15738,15737,15738,15739,15739,15738,15740,15734,15737,15736,15736,15737,15739,15736,15739,15741,15741,15739,15742,15739,15740,15742,15742,15740,15743,15742,15743,15744,15744,15743,15745,15741,15742,15746,15746,15742,15744,15724,15735,15727,15727,15735,15747,15735,15736,15747,15747,15736,15741,15747,15741,15748,15748,15741,15746,15727,15747,15729,15729,15747,15748,14781,14800,15738,15738,14800,15749,14800,14798,15749,15749,14798,15750,15749,15750,15751,15751,15750,15752,15738,15749,15740,15740,15749,15751,14798,14796,15750,15750,14796,15753,14796,14797,15753,15753,14797,15754,15753,15754,15755,15755,15754,15756,15750,15753,15752,15752,15753,15755,15752,15755,15757,15757,15755,15758,15755,15756,15758,15758,15756,15759,15758,15759,15760,15760,15759,15761,15757,15758,15762,15762,15758,15760,15740,15751,15743,15743,15751,15763,15751,15752,15763,15763,15752,15757,15763,15757,15764,15764,15757,15762,15743,15763,15745,15745,15763,15764,14797,14816,15754,15754,14816,15765,14816,14814,15765,15765,14814,15766,15765,15766,15767,15767,15766,15768,15754,15765,15756,15756,15765,15767,14814,14812,15766,15766,14812,15769,14812,14813,15769,15769,14813,15770,15769,15770,15771,15771,15770,15772,15766,15769,15768,15768,15769,15771,15768,15771,15773,15773,15771,15774,15771,15772,15774,15774,15772,15775,15774,15775,15776,15776,15775,15777,15773,15774,15778,15778,15774,15776,15756,15767,15759,15759,15767,15779,15767,15768,15779,15779,15768,15773,15779,15773,15780,15780,15773,15778,15759,15779,15761,15761,15779,15780,14813,14832,15770,15770,14832,15781,14832,14830,15781,15781,14830,15782,15781,15782,15783,15783,15782,15784,15770,15781,15772,15772,15781,15783,14830,14828,15782,15782,14828,15785,14828,14829,15785,15785,14829,15786,15785,15786,15787,15787,15786,15788,15782,15785,15784,15784,15785,15787,15784,15787,15789,15789,15787,15790,15787,15788,15790,15790,15788,15791,15790,15791,15792,15792,15791,15793,15789,15790,15794,15794,15790,15792,15772,15783,15775,15775,15783,15795,15783,15784,15795,15795,15784,15789,15795,15789,15796,15796,15789,15794,15775,15795,15777,15777,15795,15796,14829,14848,15786,15786,14848,15797,14848,14846,15797,15797,14846,15798,15797,15798,15799,15799,15798,15800,15786,15797,15788,15788,15797,15799,14846,14844,15798,15798,14844,15801,14844,14845,15801,15801,14845,15802,15801,15802,15803,15803,15802,15804,15798,15801,15800,15800,15801,15803,15800,15803,15805,15805,15803,15806,15803,15804,15806,15806,15804,15807,15806,15807,15808,15808,15807,15809,15805,15806,15810,15810,15806,15808,15788,15799,15791,15791,15799,15811,15799,15800,15811,15811,15800,15805,15811,15805,15812,15812,15805,15810,15791,15811,15793,15793,15811,15812,14845,14864,15802,15802,14864,15813,14864,14862,15813,15813,14862,15814,15813,15814,15815,15815,15814,15816,15802,15813,15804,15804,15813,15815,14862,14860,15814,15814,14860,15817,14860,14861,15817,15817,14861,15818,15817,15818,15819,15819,15818,15820,15814,15817,15816,15816,15817,15819,15816,15819,15821,15821,15819,15822,15819,15820,15822,15822,15820,15823,15822,15823,15824,15824,15823,15825,15821,15822,15826,15826,15822,15824,15804,15815,15807,15807,15815,15827,15815,15816,15827,15827,15816,15821,15827,15821,15828,15828,15821,15826,15807,15827,15809,15809,15827,15828,14861,14880,15818,15818,14880,15829,14880,14878,15829,15829,14878,15830,15829,15830,15831,15831,15830,15832,15818,15829,15820,15820,15829,15831,14878,14876,15830,15830,14876,15833,14876,14877,15833,15833,14877,15834,15833,15834,15835,15835,15834,15836,15830,15833,15832,15832,15833,15835,15832,15835,15837,15837,15835,15838,15835,15836,15838,15838,15836,15839,15838,15839,15840,15840,15839,15841,15837,15838,15842,15842,15838,15840,15820,15831,15823,15823,15831,15843,15831,15832,15843,15843,15832,15837,15843,15837,15844,15844,15837,15842,15823,15843,15825,15825,15843,15844,14877,14896,15834,15834,14896,15845,14896,14894,15845,15845,14894,15846,15845,15846,15847,15847,15846,15848,15834,15845,15836,15836,15845,15847,14894,14892,15846,15846,14892,15849,14892,14893,15849,15849,14893,15850,15849,15850,15851,15851,15850,15852,15846,15849,15848,15848,15849,15851,15848,15851,15853,15853,15851,15854,15851,15852,15854,15854,15852,15855,15854,15855,15856,15856,15855,15857,15853,15854,15858,15858,15854,15856,15836,15847,15839,15839,15847,15859,15847,15848,15859,15859,15848,15853,15859,15853,15860,15860,15853,15858,15839,15859,15841,15841,15859,15860,14893,14912,15850,15850,14912,15861,14912,14910,15861,15861,14910,15862,15861,15862,15863,15863,15862,15864,15850,15861,15852,15852,15861,15863,14910,14908,15862,15862,14908,15865,14908,14909,15865,15865,14909,15866,15865,15866,15867,15867,15866,15868,15862,15865,15864,15864,15865,15867,15864,15867,15869,15869,15867,15870,15867,15868,15870,15870,15868,15871,15870,15871,15872,15872,15871,15873,15869,15870,15874,15874,15870,15872,15852,15863,15855,15855,15863,15875,15863,15864,15875,15875,15864,15869,15875,15869,15876,15876,15869,15874,15855,15875,15857,15857,15875,15876,14909,14928,15866,15866,14928,15877,14928,14926,15877,15877,14926,15878,15877,15878,15879,15879,15878,15880,15866,15877,15868,15868,15877,15879,14926,14924,15878,15878,14924,15881,14924,14925,15881,15881,14925,15882,15881,15882,15883,15883,15882,15884,15878,15881,15880,15880,15881,15883,15880,15883,15885,15885,15883,15886,15883,15884,15886,15886,15884,15887,15886,15887,15888,15888,15887,15889,15885,15886,15890,15890,15886,15888,15868,15879,15871,15871,15879,15891,15879,15880,15891,15891,15880,15885,15891,15885,15892,15892,15885,15890,15871,15891,15873,15873,15891,15892,14925,14944,15882,15882,14944,15893,14944,14942,15893,15893,14942,15894,15893,15894,15895,15895,15894,15896,15882,15893,15884,15884,15893,15895,14942,14940,15894,15894,14940,15897,14940,14941,15897,15897,14941,15898,15897,15898,15899,15899,15898,15900,15894,15897,15896,15896,15897,15899,15896,15899,15901,15901,15899,15902,15899,15900,15902,15902,15900,15903,15902,15903,15904,15904,15903,15905,15901,15902,15906,15906,15902,15904,15884,15895,15887,15887,15895,15907,15895,15896,15907,15907,15896,15901,15907,15901,15908,15908,15901,15906,15887,15907,15889,15889,15907,15908,14941,14960,15898,15898,14960,15909,14960,14958,15909,15909,14958,15910,15909,15910,15911,15911,15910,15912,15898,15909,15900,15900,15909,15911,14958,14956,15910,15910,14956,15913,14956,14957,15913,15913,14957,15914,15913,15914,15915,15915,15914,15916,15910,15913,15912,15912,15913,15915,15912,15915,15917,15917,15915,15918,15915,15916,15918,15918,15916,15919,15918,15919,15920,15920,15919,15921,15917,15918,15922,15922,15918,15920,15900,15911,15903,15903,15911,15923,15911,15912,15923,15923,15912,15917,15923,15917,15924,15924,15917,15922,15903,15923,15905,15905,15923,15924,14957,14976,15914,15914,14976,15925,14976,14974,15925,15925,14974,15926,15925,15926,15927,15927,15926,15928,15914,15925,15916,15916,15925,15927,14974,14972,15926,15926,14972,15929,14972,14973,15929,15929,14973,15930,15929,15930,15931,15931,15930,15932,15926,15929,15928,15928,15929,15931,15928,15931,15933,15933,15931,15934,15931,15932,15934,15934,15932,15935,15934,15935,15936,15936,15935,15937,15933,15934,15938,15938,15934,15936,15916,15927,15919,15919,15927,15939,15927,15928,15939,15939,15928,15933,15939,15933,15940,15940,15933,15938,15919,15939,15921,15921,15939,15940,14973,14992,15930,15930,14992,15941,14992,14990,15941,15941,14990,15942,15941,15942,15943,15943,15942,15944,15930,15941,15932,15932,15941,15943,14990,14988,15942,15942,14988,15945,14988,14989,15945,15945,14989,15946,15945,15946,15947,15947,15946,15948,15942,15945,15944,15944,15945,15947,15944,15947,15949,15949,15947,15950,15947,15948,15950,15950,15948,15951,15950,15951,15952,15952,15951,15953,15949,15950,15954,15954,15950,15952,15932,15943,15935,15935,15943,15955,15943,15944,15955,15955,15944,15949,15955,15949,15956,15956,15949,15954,15935,15955,15937,15937,15955,15956,14989,15008,15946,15946,15008,15957,15008,15006,15957,15957,15006,15958,15957,15958,15959,15959,15958,15960,15946,15957,15948,15948,15957,15959,15006,15004,15958,15958,15004,15961,15004,15005,15961,15961,15005,15962,15961,15962,15963,15963,15962,15964,15958,15961,15960,15960,15961,15963,15960,15963,15965,15965,15963,15966,15963,15964,15966,15966,15964,15967,15966,15967,15968,15968,15967,15969,15965,15966,15970,15970,15966,15968,15948,15959,15951,15951,15959,15971,15959,15960,15971,15971,15960,15965,15971,15965,15972,15972,15965,15970,15951,15971,15953,15953,15971,15972,15005,15024,15962,15962,15024,15973,15024,15022,15973,15973,15022,15974,15973,15974,15975,15975,15974,15976,15962,15973,15964,15964,15973,15975,15022,15020,15974,15974,15020,15977,15020,15021,15977,15977,15021,15978,15977,15978,15979,15979,15978,15980,15974,15977,15976,15976,15977,15979,15976,15979,15981,15981,15979,15982,15979,15980,15982,15982,15980,15983,15982,15983,15984,15984,15983,15985,15981,15982,15986,15986,15982,15984,15964,15975,15967,15967,15975,15987,15975,15976,15987,15987,15976,15981,15987,15981,15988,15988,15981,15986,15967,15987,15969,15969,15987,15988,15021,15040,15978,15978,15040,15989,15040,15038,15989,15989,15038,15990,15989,15990,15991,15991,15990,15992,15978,15989,15980,15980,15989,15991,15038,15036,15990,15990,15036,15993,15036,15037,15993,15993,15037,15994,15993,15994,15995,15995,15994,15996,15990,15993,15992,15992,15993,15995,15992,15995,15997,15997,15995,15998,15995,15996,15998,15998,15996,15999,15998,15999,16000,16000,15999,16001,15997,15998,16002,16002,15998,16000,15980,15991,15983,15983,15991,16003,15991,15992,16003,16003,15992,15997,16003,15997,16004,16004,15997,16002,15983,16003,15985,15985,16003,16004,15037,15056,15994,15994,15056,16005,15056,15054,16005,16005,15054,16006,16005,16006,16007,16007,16006,16008,15994,16005,15996,15996,16005,16007,15054,15052,16006,16006,15052,16009,15052,15053,16009,16009,15053,16010,16009,16010,16011,16011,16010,16012,16006,16009,16008,16008,16009,16011,16008,16011,16013,16013,16011,16014,16011,16012,16014,16014,16012,16015,16014,16015,16016,16016,16015,16017,16013,16014,16018,16018,16014,16016,15996,16007,15999,15999,16007,16019,16007,16008,16019,16019,16008,16013,16019,16013,16020,16020,16013,16018,15999,16019,16001,16001,16019,16020,15053,15072,16010,16010,15072,16021,15072,15070,16021,16021,15070,16022,16021,16022,16023,16023,16022,16024,16010,16021,16012,16012,16021,16023,15070,15068,16022,16022,15068,16025,15068,15069,16025,16025,15069,16026,16025,16026,16027,16027,16026,16028,16022,16025,16024,16024,16025,16027,16024,16027,16029,16029,16027,16030,16027,16028,16030,16030,16028,16031,16030,16031,16032,16032,16031,16033,16029,16030,16034,16034,16030,16032,16012,16023,16015,16015,16023,16035,16023,16024,16035,16035,16024,16029,16035,16029,16036,16036,16029,16034,16015,16035,16017,16017,16035,16036,15069,15088,16026,16026,15088,16037,15088,15086,16037,16037,15086,16038,16037,16038,16039,16039,16038,16040,16026,16037,16028,16028,16037,16039,15086,15084,16038,16038,15084,16041,15084,15085,16041,16041,15085,16042,16041,16042,16043,16043,16042,16044,16038,16041,16040,16040,16041,16043,16040,16043,16045,16045,16043,16046,16043,16044,16046,16046,16044,16047,16046,16047,16048,16048,16047,16049,16045,16046,16050,16050,16046,16048,16028,16039,16031,16031,16039,16051,16039,16040,16051,16051,16040,16045,16051,16045,16052,16052,16045,16050,16031,16051,16033,16033,16051,16052,15085,15104,16042,16042,15104,16053,15104,15102,16053,16053,15102,16054,16053,16054,16055,16055,16054,16056,16042,16053,16044,16044,16053,16055,15102,15100,16054,16054,15100,16057,15100,15101,16057,16057,15101,16058,16057,16058,16059,16059,16058,16060,16054,16057,16056,16056,16057,16059,16056,16059,16061,16061,16059,16062,16059,16060,16062,16062,16060,16063,16062,16063,16064,16064,16063,16065,16061,16062,16066,16066,16062,16064,16044,16055,16047,16047,16055,16067,16055,16056,16067,16067,16056,16061,16067,16061,16068,16068,16061,16066,16047,16067,16049,16049,16067,16068,15101,15120,16058,16058,15120,16069,15120,15118,16069,16069,15118,16070,16069,16070,16071,16071,16070,16072,16058,16069,16060,16060,16069,16071,15118,15116,16070,16070,15116,16073,15116,15117,16073,16073,15117,16074,16073,16074,16075,16075,16074,16076,16070,16073,16072,16072,16073,16075,16072,16075,16077,16077,16075,16078,16075,16076,16078,16078,16076,16079,16078,16079,16080,16080,16079,16081,16077,16078,16082,16082,16078,16080,16060,16071,16063,16063,16071,16083,16071,16072,16083,16083,16072,16077,16083,16077,16084,16084,16077,16082,16063,16083,16065,16065,16083,16084,15117,15136,16074,16074,15136,16085,15136,15134,16085,16085,15134,16086,16085,16086,16087,16087,16086,16088,16074,16085,16076,16076,16085,16087,15134,15132,16086,16086,15132,16089,15132,15133,16089,16089,15133,16090,16089,16090,16091,16091,16090,16092,16086,16089,16088,16088,16089,16091,16088,16091,16093,16093,16091,16094,16091,16092,16094,16094,16092,16095,16094,16095,16096,16096,16095,16097,16093,16094,16098,16098,16094,16096,16076,16087,16079,16079,16087,16099,16087,16088,16099,16099,16088,16093,16099,16093,16100,16100,16093,16098,16079,16099,16081,16081,16099,16100,15133,15152,16090,16090,15152,16101,15152,15150,16101,16101,15150,16102,16101,16102,16103,16103,16102,16104,16090,16101,16092,16092,16101,16103,15150,15148,16102,16102,15148,16105,15148,15149,16105,16105,15149,16106,16105,16106,16107,16107,16106,16108,16102,16105,16104,16104,16105,16107,16104,16107,16109,16109,16107,16110,16107,16108,16110,16110,16108,16111,16110,16111,16112,16112,16111,16113,16109,16110,16114,16114,16110,16112,16092,16103,16095,16095,16103,16115,16103,16104,16115,16115,16104,16109,16115,16109,16116,16116,16109,16114,16095,16115,16097,16097,16115,16116,15149,15168,16106,16106,15168,16117,15168,15166,16117,16117,15166,16118,16117,16118,16119,16119,16118,16120,16106,16117,16108,16108,16117,16119,15166,15164,16118,16118,15164,16121,15164,15165,16121,16121,15165,16122,16121,16122,16123,16123,16122,16124,16118,16121,16120,16120,16121,16123,16120,16123,16125,16125,16123,16126,16123,16124,16126,16126,16124,16127,16126,16127,16128,16128,16127,16129,16125,16126,16130,16130,16126,16128,16108,16119,16111,16111,16119,16131,16119,16120,16131,16131,16120,16125,16131,16125,16132,16132,16125,16130,16111,16131,16113,16113,16131,16132,15165,15184,16122,16122,15184,16133,15184,15182,16133,16133,15182,16134,16133,16134,16135,16135,16134,16136,16122,16133,16124,16124,16133,16135,15182,15180,16134,16134,15180,16137,15180,15181,16137,16137,15181,16138,16137,16138,16139,16139,16138,16140,16134,16137,16136,16136,16137,16139,16136,16139,16141,16141,16139,16142,16139,16140,16142,16142,16140,16143,16142,16143,16144,16144,16143,16145,16141,16142,16146,16146,16142,16144,16124,16135,16127,16127,16135,16147,16135,16136,16147,16147,16136,16141,16147,16141,16148,16148,16141,16146,16127,16147,16129,16129,16147,16148,15181,15200,16138,16138,15200,16149,15200,15198,16149,16149,15198,16150,16149,16150,16151,16151,16150,16152,16138,16149,16140,16140,16149,16151,15198,15196,16150,16150,15196,16153,15196,15197,16153,16153,15197,16154,16153,16154,16155,16155,16154,16156,16150,16153,16152,16152,16153,16155,16152,16155,16157,16157,16155,16158,16155,16156,16158,16158,16156,16159,16158,16159,16160,16160,16159,16161,16157,16158,16162,16162,16158,16160,16140,16151,16143,16143,16151,16163,16151,16152,16163,16163,16152,16157,16163,16157,16164,16164,16157,16162,16143,16163,16145,16145,16163,16164,15197,15216,16154,16154,15216,16165,15216,15214,16165,16165,15214,16166,16165,16166,16167,16167,16166,16168,16154,16165,16156,16156,16165,16167,15214,15212,16166,16166,15212,16169,15212,15213,16169,16169,15213,16170,16169,16170,16171,16171,16170,16172,16166,16169,16168,16168,16169,16171,16168,16171,16173,16173,16171,16174,16171,16172,16174,16174,16172,16175,16174,16175,16176,16176,16175,16177,16173,16174,16178,16178,16174,16176,16156,16167,16159,16159,16167,16179,16167,16168,16179,16179,16168,16173,16179,16173,16180,16180,16173,16178,16159,16179,16161,16161,16179,16180,15232,16181,15213,15213,16181,16170,15230,16182,15232,15232,16182,16181,16182,16183,16181,16181,16183,16184,16170,16181,16172,16172,16181,16184,15229,16185,15230,15230,16185,16182,15228,16186,15229,15229,16186,16185,16186,16187,16185,16185,16187,16188,16185,16188,16182,16182,16188,16183,16188,16189,16183,16183,16189,16190,16187,16191,16188,16188,16191,16189,16191,16192,16189,16189,16192,16193,16189,16193,16190,16190,16193,16194,16172,16184,16175,16175,16184,16195,16183,16190,16184,16184,16190,16195,16195,16190,16196,16196,16190,16194,16175,16195,16177,16177,16195,16196,15248,16197,15228,15228,16197,16186,15246,16198,15248,15248,16198,16197,16198,16199,16197,16197,16199,16200,16197,16200,16186,16186,16200,16187,15245,16201,15246,15246,16201,16198,15244,16202,15245,15245,16202,16201,16202,16203,16201,16201,16203,16204,16201,16204,16198,16198,16204,16199,16204,16205,16199,16199,16205,16206,16203,16207,16204,16204,16207,16205,16207,16208,16205,16205,16208,16209,16205,16209,16206,16206,16209,16210,16200,16211,16187,16187,16211,16191,16199,16206,16200,16200,16206,16211,16206,16210,16211,16211,16210,16212,16211,16212,16191,16191,16212,16192,15264,16213,15244,15244,16213,16202,15262,16214,15264,15264,16214,16213,16214,16215,16213,16213,16215,16216,16213,16216,16202,16202,16216,16203,15261,16217,15262,15262,16217,16214,15260,16218,15261,15261,16218,16217,16218,16219,16217,16217,16219,16220,16217,16220,16214,16214,16220,16215,16220,16221,16215,16215,16221,16222,16219,16223,16220,16220,16223,16221,16223,16224,16221,16221,16224,16225,16221,16225,16222,16222,16225,16226,16216,16227,16203,16203,16227,16207,16215,16222,16216,16216,16222,16227,16222,16226,16227,16227,16226,16228,16227,16228,16207,16207,16228,16208,15280,16229,15260,15260,16229,16218,15278,16230,15280,15280,16230,16229,16230,16231,16229,16229,16231,16232,16229,16232,16218,16218,16232,16219,15277,16233,15278,15278,16233,16230,15276,16234,15277,15277,16234,16233,16234,16235,16233,16233,16235,16236,16233,16236,16230,16230,16236,16231,16236,16237,16231,16231,16237,16238,16235,16239,16236,16236,16239,16237,16239,16240,16237,16237,16240,16241,16237,16241,16238,16238,16241,16242,16232,16243,16219,16219,16243,16223,16231,16238,16232,16232,16238,16243,16238,16242,16243,16243,16242,16244,16243,16244,16223,16223,16244,16224,15296,16245,15276,15276,16245,16234,15294,16246,15296,15296,16246,16245,16246,16247,16245,16245,16247,16248,16245,16248,16234,16234,16248,16235,15293,16249,15294,15294,16249,16246,15292,16250,15293,15293,16250,16249,16250,16251,16249,16249,16251,16252,16249,16252,16246,16246,16252,16247,16252,16253,16247,16247,16253,16254,16251,16255,16252,16252,16255,16253,16255,16256,16253,16253,16256,16257,16253,16257,16254,16254,16257,16258,16248,16259,16235,16235,16259,16239,16247,16254,16248,16248,16254,16259,16254,16258,16259,16259,16258,16260,16259,16260,16239,16239,16260,16240,15312,16261,15292,15292,16261,16250,15310,16262,15312,15312,16262,16261,16262,16263,16261,16261,16263,16264,16261,16264,16250,16250,16264,16251,15309,16265,15310,15310,16265,16262,15308,16266,15309,15309,16266,16265,16266,16267,16265,16265,16267,16268,16265,16268,16262,16262,16268,16263,16268,16269,16263,16263,16269,16270,16267,16271,16268,16268,16271,16269,16271,16272,16269,16269,16272,16273,16269,16273,16270,16270,16273,16274,16264,16275,16251,16251,16275,16255,16263,16270,16264,16264,16270,16275,16270,16274,16275,16275,16274,16276,16275,16276,16255,16255,16276,16256,15328,16277,15308,15308,16277,16266,15326,16278,15328,15328,16278,16277,16278,16279,16277,16277,16279,16280,16277,16280,16266,16266,16280,16267,15325,16281,15326,15326,16281,16278,15324,16282,15325,15325,16282,16281,16282,16283,16281,16281,16283,16284,16281,16284,16278,16278,16284,16279,16284,16285,16279,16279,16285,16286,16283,16287,16284,16284,16287,16285,16287,16288,16285,16285,16288,16289,16285,16289,16286,16286,16289,16290,16280,16291,16267,16267,16291,16271,16279,16286,16280,16280,16286,16291,16286,16290,16291,16291,16290,16292,16291,16292,16271,16271,16292,16272,15344,16293,15324,15324,16293,16282,15342,16294,15344,15344,16294,16293,16294,16295,16293,16293,16295,16296,16293,16296,16282,16282,16296,16283,15341,16297,15342,15342,16297,16294,15340,16298,15341,15341,16298,16297,16298,16299,16297,16297,16299,16300,16297,16300,16294,16294,16300,16295,16300,16301,16295,16295,16301,16302,16299,16303,16300,16300,16303,16301,16303,16304,16301,16301,16304,16305,16301,16305,16302,16302,16305,16306,16296,16307,16283,16283,16307,16287,16295,16302,16296,16296,16302,16307,16302,16306,16307,16307,16306,16308,16307,16308,16287,16287,16308,16288,15360,16309,15340,15340,16309,16298,15358,16310,15360,15360,16310,16309,16310,16311,16309,16309,16311,16312,16309,16312,16298,16298,16312,16299,15357,16313,15358,15358,16313,16310,15356,16314,15357,15357,16314,16313,16314,16315,16313,16313,16315,16316,16313,16316,16310,16310,16316,16311,16316,16317,16311,16311,16317,16318,16315,16319,16316,16316,16319,16317,16319,16320,16317,16317,16320,16321,16317,16321,16318,16318,16321,16322,16312,16323,16299,16299,16323,16303,16311,16318,16312,16312,16318,16323,16318,16322,16323,16323,16322,16324,16323,16324,16303,16303,16324,16304,15376,16325,15356,15356,16325,16314,15374,16326,15376,15376,16326,16325,16326,16327,16325,16325,16327,16328,16325,16328,16314,16314,16328,16315,15373,16329,15374,15374,16329,16326,15372,16330,15373,15373,16330,16329,16330,16331,16329,16329,16331,16332,16329,16332,16326,16326,16332,16327,16332,16333,16327,16327,16333,16334,16331,16335,16332,16332,16335,16333,16335,16336,16333,16333,16336,16337,16333,16337,16334,16334,16337,16338,16328,16339,16315,16315,16339,16319,16327,16334,16328,16328,16334,16339,16334,16338,16339,16339,16338,16340,16339,16340,16319,16319,16340,16320,15392,16341,15372,15372,16341,16330,15390,16342,15392,15392,16342,16341,16342,16343,16341,16341,16343,16344,16341,16344,16330,16330,16344,16331,15389,16345,15390,15390,16345,16342,15388,16346,15389,15389,16346,16345,16346,16347,16345,16345,16347,16348,16345,16348,16342,16342,16348,16343,16348,16349,16343,16343,16349,16350,16347,16351,16348,16348,16351,16349,16351,16352,16349,16349,16352,16353,16349,16353,16350,16350,16353,16354,16344,16355,16331,16331,16355,16335,16343,16350,16344,16344,16350,16355,16350,16354,16355,16355,16354,16356,16355,16356,16335,16335,16356,16336,15408,16357,15388,15388,16357,16346,15406,16358,15408,15408,16358,16357,16358,16359,16357,16357,16359,16360,16357,16360,16346,16346,16360,16347,15405,16361,15406,15406,16361,16358,15404,16362,15405,15405,16362,16361,16362,16363,16361,16361,16363,16364,16361,16364,16358,16358,16364,16359,16364,16365,16359,16359,16365,16366,16363,16367,16364,16364,16367,16365,16367,16368,16365,16365,16368,16369,16365,16369,16366,16366,16369,16370,16360,16371,16347,16347,16371,16351,16359,16366,16360,16360,16366,16371,16366,16370,16371,16371,16370,16372,16371,16372,16351,16351,16372,16352,15424,16373,15404,15404,16373,16362,15422,16374,15424,15424,16374,16373,16374,16375,16373,16373,16375,16376,16373,16376,16362,16362,16376,16363,15421,16377,15422,15422,16377,16374,15420,16378,15421,15421,16378,16377,16378,16379,16377,16377,16379,16380,16377,16380,16374,16374,16380,16375,16380,16381,16375,16375,16381,16382,16379,16383,16380,16380,16383,16381,16383,16384,16381,16381,16384,16385,16381,16385,16382,16382,16385,16386,16376,16387,16363,16363,16387,16367,16375,16382,16376,16376,16382,16387,16382,16386,16387,16387,16386,16388,16387,16388,16367,16367,16388,16368,15440,16389,15420,15420,16389,16378,15438,16390,15440,15440,16390,16389,16390,16391,16389,16389,16391,16392,16389,16392,16378,16378,16392,16379,15437,16393,15438,15438,16393,16390,15436,16394,15437,15437,16394,16393,16394,16395,16393,16393,16395,16396,16393,16396,16390,16390,16396,16391,16396,16397,16391,16391,16397,16398,16395,16399,16396,16396,16399,16397,16399,16400,16397,16397,16400,16401,16397,16401,16398,16398,16401,16402,16392,16403,16379,16379,16403,16383,16391,16398,16392,16392,16398,16403,16398,16402,16403,16403,16402,16404,16403,16404,16383,16383,16404,16384,15456,16405,15436,15436,16405,16394,15454,16406,15456,15456,16406,16405,16406,16407,16405,16405,16407,16408,16405,16408,16394,16394,16408,16395,15453,16409,15454,15454,16409,16406,15452,16410,15453,15453,16410,16409,16410,16411,16409,16409,16411,16412,16409,16412,16406,16406,16412,16407,16412,16413,16407,16407,16413,16414,16411,16415,16412,16412,16415,16413,16415,16416,16413,16413,16416,16417,16413,16417,16414,16414,16417,16418,16408,16419,16395,16395,16419,16399,16407,16414,16408,16408,16414,16419,16414,16418,16419,16419,16418,16420,16419,16420,16399,16399,16420,16400,15472,16421,15452,15452,16421,16410,15470,16422,15472,15472,16422,16421,16422,16423,16421,16421,16423,16424,16421,16424,16410,16410,16424,16411,15469,16425,15470,15470,16425,16422,15468,16426,15469,15469,16426,16425,16426,16427,16425,16425,16427,16428,16425,16428,16422,16422,16428,16423,16428,16429,16423,16423,16429,16430,16427,16431,16428,16428,16431,16429,16431,16432,16429,16429,16432,16433,16429,16433,16430,16430,16433,16434,16424,16435,16411,16411,16435,16415,16423,16430,16424,16424,16430,16435,16430,16434,16435,16435,16434,16436,16435,16436,16415,16415,16436,16416,15488,16437,15468,15468,16437,16426,15486,16438,15488,15488,16438,16437,16438,16439,16437,16437,16439,16440,16437,16440,16426,16426,16440,16427,15485,16441,15486,15486,16441,16438,15484,16442,15485,15485,16442,16441,16442,16443,16441,16441,16443,16444,16441,16444,16438,16438,16444,16439,16444,16445,16439,16439,16445,16446,16443,16447,16444,16444,16447,16445,16447,16448,16445,16445,16448,16449,16445,16449,16446,16446,16449,16450,16440,16451,16427,16427,16451,16431,16439,16446,16440,16440,16446,16451,16446,16450,16451,16451,16450,16452,16451,16452,16431,16431,16452,16432,15504,16453,15484,15484,16453,16442,15502,16454,15504,15504,16454,16453,16454,16455,16453,16453,16455,16456,16453,16456,16442,16442,16456,16443,15501,16457,15502,15502,16457,16454,15500,16458,15501,15501,16458,16457,16458,16459,16457,16457,16459,16460,16457,16460,16454,16454,16460,16455,16460,16461,16455,16455,16461,16462,16459,16463,16460,16460,16463,16461,16463,16464,16461,16461,16464,16465,16461,16465,16462,16462,16465,16466,16456,16467,16443,16443,16467,16447,16455,16462,16456,16456,16462,16467,16462,16466,16467,16467,16466,16468,16467,16468,16447,16447,16468,16448,15520,16469,15500,15500,16469,16458,15518,16470,15520,15520,16470,16469,16470,16471,16469,16469,16471,16472,16469,16472,16458,16458,16472,16459,15517,16473,15518,15518,16473,16470,15516,16474,15517,15517,16474,16473,16474,16475,16473,16473,16475,16476,16473,16476,16470,16470,16476,16471,16476,16477,16471,16471,16477,16478,16475,16479,16476,16476,16479,16477,16479,16480,16477,16477,16480,16481,16477,16481,16478,16478,16481,16482,16472,16483,16459,16459,16483,16463,16471,16478,16472,16472,16478,16483,16478,16482,16483,16483,16482,16484,16483,16484,16463,16463,16484,16464,15536,16485,15516,15516,16485,16474,15534,16486,15536,15536,16486,16485,16486,16487,16485,16485,16487,16488,16485,16488,16474,16474,16488,16475,15533,16489,15534,15534,16489,16486,15532,16490,15533,15533,16490,16489,16490,16491,16489,16489,16491,16492,16489,16492,16486,16486,16492,16487,16492,16493,16487,16487,16493,16494,16491,16495,16492,16492,16495,16493,16493,16495,16496,16496,16495,16497,16493,16496,16494,16494,16496,16498,16488,16499,16475,16475,16499,16479,16487,16494,16488,16488,16494,16499,16494,16498,16499,16499,16498,16500,16499,16500,16479,16479,16500,16480,15532,15552,16490,16490,15552,16501,15552,15550,16501,16501,15550,16502,16501,16502,16503,16503,16502,16504,16490,16501,16491,16491,16501,16503,15550,15548,16502,16502,15548,16505,15549,16506,15548,15548,16506,16505,16506,16507,16505,16505,16507,16508,16505,16508,16502,16502,16508,16504,16508,16509,16504,16504,16509,16510,16507,16511,16508,16508,16511,16509,16511,16512,16509,16509,16512,16513,16509,16513,16510,16510,16513,16514,16491,16503,16495,16495,16503,16515,16503,16504,16515,16515,16504,16510,16515,16510,16516,16516,16510,16514,16495,16515,16497,16497,16515,16516,15568,16517,15549,15549,16517,16506,15566,16518,15568,15568,16518,16517,16517,16518,16519,16519,16518,16520,16517,16519,16506,16506,16519,16507,15565,16521,15566,15566,16521,16518,15564,16522,15565,15565,16522,16521,16521,16522,16523,16523,16522,16524,16518,16521,16520,16520,16521,16523,16520,16523,16525,16525,16523,16526,16523,16524,16526,16526,16524,16527,16526,16527,16528,16528,16527,16529,16525,16526,16530,16530,16526,16528,16519,16531,16507,16507,16531,16511,16519,16520,16531,16531,16520,16525,16531,16525,16532,16532,16525,16530,16511,16531,16512,16512,16531,16532,15584,16533,15564,15564,16533,16522,15582,16534,15584,15584,16534,16533,16534,16535,16533,16533,16535,16536,16522,16533,16524,16524,16533,16536,15581,16537,15582,15582,16537,16534,15580,16538,15581,15581,16538,16537,16538,16539,16537,16537,16539,16540,16537,16540,16534,16534,16540,16535,16535,16540,16541,16541,16540,16542,16539,16543,16540,16540,16543,16542,16542,16543,16544,16544,16543,16545,16541,16542,16546,16546,16542,16544,16524,16536,16527,16527,16536,16547,16536,16535,16547,16547,16535,16541,16547,16541,16548,16548,16541,16546,16527,16547,16529,16529,16547,16548,15600,16549,15580,15580,16549,16538,15598,16550,15600,15600,16550,16549,16550,16551,16549,16549,16551,16552,16549,16552,16538,16538,16552,16539,15597,16553,15598,15598,16553,16550,15596,16554,15597,15597,16554,16553,16554,16555,16553,16553,16555,16556,16553,16556,16550,16550,16556,16551,16556,16557,16551,16551,16557,16558,16555,16559,16556,16556,16559,16557,16559,16560,16557,16557,16560,16561,16557,16561,16558,16558,16561,16562,16552,16563,16539,16539,16563,16543,16551,16558,16552,16552,16558,16563,16558,16562,16563,16563,16562,16564,16563,16564,16543,16543,16564,16545,15616,16565,15596,15596,16565,16554,15614,16566,15616,15616,16566,16565,16566,16567,16565,16565,16567,16568,16565,16568,16554,16554,16568,16555,15613,16569,15614,15614,16569,16566,15612,16570,15613,15613,16570,16569,16569,16570,16571,16571,16570,16572,16569,16571,16566,16566,16571,16567,16567,16571,16573,16573,16571,16574,16571,16572,16574,16574,16572,16575,16574,16575,16576,16576,16575,16577,16573,16574,16578,16578,16574,16576,16568,16579,16555,16555,16579,16559,16567,16573,16568,16568,16573,16579,16579,16573,16580,16580,16573,16578,16579,16580,16559,16559,16580,16560,15612,15632,16570,16570,15632,16581,15632,15630,16581,16581,15630,16582,16581,16582,16583,16583,16582,16584,16570,16581,16572,16572,16581,16583,15630,15628,16582,16582,15628,16585,15628,15629,16585,16585,15629,16586,16585,16586,16587,16587,16586,16588,16582,16585,16584,16584,16585,16587,16584,16587,16589,16589,16587,16590,16587,16588,16590,16590,16588,16591,16590,16591,16592,16592,16591,16593,16589,16590,16594,16594,16590,16592,16572,16583,16575,16575,16583,16595,16583,16584,16595,16595,16584,16589,16595,16589,16596,16596,16589,16594,16575,16595,16577,16577,16595,16596,15629,15648,16586,16586,15648,16597,15648,15646,16597,16597,15646,16598,16597,16598,16599,16599,16598,16600,16586,16597,16588,16588,16597,16599,15646,15644,16598,16598,15644,16601,15644,15645,16601,16601,15645,16602,16601,16602,16603,16603,16602,16604,16598,16601,16600,16600,16601,16603,16600,16603,16605,16605,16603,16606,16603,16604,16606,16606,16604,16607,16606,16607,16608,16608,16607,16609,16605,16606,16610,16610,16606,16608,16588,16599,16591,16591,16599,16611,16599,16600,16611,16611,16600,16605,16611,16605,16612,16612,16605,16610,16591,16611,16593,16593,16611,16612,15645,15664,16602,16602,15664,16613,15664,15662,16613,16613,15662,16614,16613,16614,16615,16615,16614,16616,16602,16613,16604,16604,16613,16615,15662,15660,16614,16614,15660,16617,15660,15661,16617,16617,15661,16618,16617,16618,16619,16619,16618,16620,16614,16617,16616,16616,16617,16619,16616,16619,16621,16621,16619,16622,16619,16620,16622,16622,16620,16623,16622,16623,16624,16624,16623,16625,16621,16622,16626,16626,16622,16624,16604,16615,16607,16607,16615,16627,16615,16616,16627,16627,16616,16621,16627,16621,16628,16628,16621,16626,16607,16627,16609,16609,16627,16628,15684,15683,16629,16629,15683,16630,15683,15680,16630,16630,15680,16631,16630,16631,16632,16632,16631,16633,16629,16630,16634,16634,16630,16632,15680,15679,16631,16631,15679,16635,15679,15678,16635,16635,15678,16636,16635,16636,16637,16637,16636,16638,16631,16635,16633,16633,16635,16637,16633,16637,16639,16639,16637,16640,16637,16638,16640,16640,16638,16641,16640,16641,16642,16642,16641,16643,16639,16640,16644,16644,16640,16642,16634,16632,16645,16645,16632,16646,16632,16633,16646,16646,16633,16639,16646,16639,16647,16647,16639,16644,16645,16646,16648,16648,16646,16647,15700,16649,15678,15678,16649,16636,15698,16650,15700,15700,16650,16649,16649,16650,16651,16651,16650,16652,16636,16649,16638,16638,16649,16651,15697,16653,15698,15698,16653,16650,15696,16654,15697,15697,16654,16653,16654,16655,16653,16653,16655,16656,16653,16656,16650,16650,16656,16652,16652,16656,16657,16657,16656,16658,16655,16659,16656,16656,16659,16658,16659,16660,16658,16658,16660,16661,16657,16658,16662,16662,16658,16661,16638,16651,16641,16641,16651,16663,16651,16652,16663,16663,16652,16657,16663,16657,16664,16664,16657,16662,16641,16663,16643,16643,16663,16664,15716,16665,15696,15696,16665,16654,15714,16666,15716,15716,16666,16665,16666,16667,16665,16665,16667,16668,16665,16668,16654,16654,16668,16655,15714,15712,16666,16666,15712,16669,15712,15713,16669,16669,15713,16670,16669,16670,16671,16671,16670,16672,16669,16671,16666,16666,16671,16667,16671,16673,16667,16667,16673,16674,16672,16675,16671,16671,16675,16673,16675,16676,16673,16673,16676,16677,16673,16677,16674,16674,16677,16678,16668,16679,16655,16655,16679,16659,16667,16674,16668,16668,16674,16679,16674,16678,16679,16679,16678,16680,16679,16680,16659,16659,16680,16660,15713,15732,16670,16670,15732,16681,15732,15730,16681,16681,15730,16682,16681,16682,16683,16683,16682,16684,16670,16681,16672,16672,16681,16683,15730,15728,16682,16682,15728,16685,15728,15729,16685,16685,15729,16686,16685,16686,16687,16687,16686,16688,16682,16685,16684,16684,16685,16687,16687,16689,16684,16684,16689,16690,16688,16691,16687,16687,16691,16689,16691,16692,16689,16689,16692,16693,16689,16693,16690,16690,16693,16694,16683,16695,16672,16672,16695,16675,16684,16690,16683,16683,16690,16695,16690,16694,16695,16695,16694,16696,16695,16696,16675,16675,16696,16676,15729,15748,16686,16686,15748,16697,15748,15746,16697,16697,15746,16698,16697,16698,16699,16699,16698,16700,16686,16697,16688,16688,16697,16699,15746,15744,16698,16698,15744,16701,15744,15745,16701,16701,15745,16702,16701,16702,16703,16703,16702,16704,16698,16701,16700,16700,16701,16703,16700,16703,16705,16705,16703,16706,16703,16704,16706,16706,16704,16707,16706,16707,16708,16708,16707,16709,16705,16706,16710,16710,16706,16708,16699,16711,16688,16688,16711,16691,16700,16705,16699,16699,16705,16711,16705,16710,16711,16711,16710,16712,16711,16712,16691,16691,16712,16692,15745,15764,16702,16702,15764,16713,15764,15762,16713,16713,15762,16714,16713,16714,16715,16715,16714,16716,16702,16713,16704,16704,16713,16715,15762,15760,16714,16714,15760,16717,15760,15761,16717,16717,15761,16718,16717,16718,16719,16719,16718,16720,16714,16717,16716,16716,16717,16719,16716,16719,16721,16721,16719,16722,16719,16720,16722,16722,16720,16723,16722,16723,16724,16724,16723,16725,16721,16722,16726,16726,16722,16724,16704,16715,16707,16707,16715,16727,16715,16716,16727,16727,16716,16721,16727,16721,16728,16728,16721,16726,16707,16727,16709,16709,16727,16728,15761,15780,16718,16718,15780,16729,15780,15778,16729,16729,15778,16730,16729,16730,16731,16731,16730,16732,16718,16729,16720,16720,16729,16731,15778,15776,16730,16730,15776,16733,15776,15777,16733,16733,15777,16734,16733,16734,16735,16735,16734,16736,16730,16733,16732,16732,16733,16735,16732,16735,16737,16737,16735,16738,16735,16736,16738,16738,16736,16739,16738,16739,16740,16740,16739,16741,16737,16738,16742,16742,16738,16740,16720,16731,16723,16723,16731,16743,16731,16732,16743,16743,16732,16737,16743,16737,16744,16744,16737,16742,16723,16743,16725,16725,16743,16744,15777,15796,16734,16734,15796,16745,15796,15794,16745,16745,15794,16746,16745,16746,16747,16747,16746,16748,16734,16745,16736,16736,16745,16747,15794,15792,16746,16746,15792,16749,15792,15793,16749,16749,15793,16750,16750,16751,16749,16749,16751,16752,16749,16752,16746,16746,16752,16748,16752,16753,16748,16748,16753,16754,16751,16755,16752,16752,16755,16753,16753,16755,16756,16756,16755,16757,16754,16753,16758,16758,16753,16756,16736,16747,16739,16739,16747,16759,16747,16748,16759,16759,16748,16754,16759,16754,16760,16760,16754,16758,16739,16759,16741,16741,16759,16760,15793,15812,16750,16750,15812,16761,15812,15810,16761,16761,15810,16762,16762,16763,16761,16761,16763,16764,16761,16764,16750,16750,16764,16751,15810,15808,16762,16762,15808,16765,15808,15809,16765,16765,15809,16766,16765,16766,16767,16767,16766,16768,16765,16767,16762,16762,16767,16763,16767,16769,16763,16763,16769,16770,16768,16771,16767,16767,16771,16769,16771,16772,16769,16769,16772,16773,16769,16773,16770,16770,16773,16774,16764,16775,16751,16751,16775,16755,16763,16770,16764,16764,16770,16775,16770,16774,16775,16775,16774,16776,16755,16775,16757,16757,16775,16776,15809,15828,16766,16766,15828,16777,15828,15826,16777,16777,15826,16778,16777,16778,16779,16779,16778,16780,16766,16777,16768,16768,16777,16779,15826,15824,16778,16778,15824,16781,15824,15825,16781,16781,15825,16782,16781,16782,16783,16783,16782,16784,16778,16781,16780,16780,16781,16783,16783,16785,16780,16780,16785,16786,16783,16784,16785,16785,16784,16787,16785,16787,16788,16788,16787,16789,16785,16788,16786,16786,16788,16790,16779,16791,16768,16768,16791,16771,16780,16786,16779,16779,16786,16791,16786,16790,16791,16791,16790,16792,16791,16792,16771,16771,16792,16772,15825,15844,16782,16782,15844,16793,15844,15842,16793,16793,15842,16794,16793,16794,16795,16795,16794,16796,16782,16793,16784,16784,16793,16795,15842,15840,16794,16794,15840,16797,15840,15841,16797,16797,15841,16798,16797,16798,16799,16799,16798,16800,16794,16797,16796,16796,16797,16799,16796,16799,16801,16801,16799,16802,16799,16800,16802,16802,16800,16803,16802,16803,16804,16804,16803,16805,16801,16802,16806,16806,16802,16804,16784,16795,16787,16787,16795,16807,16795,16796,16807,16807,16796,16801,16807,16801,16808,16808,16801,16806,16787,16807,16789,16789,16807,16808,15841,15860,16798,16798,15860,16809,15860,15858,16809,16809,15858,16810,16809,16810,16811,16811,16810,16812,16798,16809,16800,16800,16809,16811,15858,15856,16810,16810,15856,16813,15856,15857,16813,16813,15857,16814,16813,16814,16815,16815,16814,16816,16810,16813,16812,16812,16813,16815,16812,16815,16817,16817,16815,16818,16815,16816,16818,16818,16816,16819,16818,16819,16820,16820,16819,16821,16817,16818,16822,16822,16818,16820,16800,16811,16803,16803,16811,16823,16811,16812,16823,16823,16812,16817,16823,16817,16824,16824,16817,16822,16803,16823,16805,16805,16823,16824,15857,15876,16814,16814,15876,16825,15876,15874,16825,16825,15874,16826,16825,16826,16827,16827,16826,16828,16814,16825,16816,16816,16825,16827,15874,15872,16826,16826,15872,16829,15872,15873,16829,16829,15873,16830,16829,16830,16831,16831,16830,16832,16826,16829,16828,16828,16829,16831,16828,16831,16833,16833,16831,16834,16831,16832,16834,16834,16832,16835,16834,16835,16836,16836,16835,16837,16833,16834,16838,16838,16834,16836,16816,16827,16819,16819,16827,16839,16827,16828,16839,16839,16828,16833,16839,16833,16840,16840,16833,16838,16819,16839,16821,16821,16839,16840,15873,15892,16830,16830,15892,16841,15892,15890,16841,16841,15890,16842,16841,16842,16843,16843,16842,16844,16830,16841,16832,16832,16841,16843,15890,15888,16842,16842,15888,16845,15888,15889,16845,16845,15889,16846,16845,16846,16847,16847,16846,16848,16842,16845,16844,16844,16845,16847,16844,16847,16849,16849,16847,16850,16847,16848,16850,16850,16848,16851,16850,16851,16852,16852,16851,16853,16849,16850,16854,16854,16850,16852,16832,16843,16835,16835,16843,16855,16843,16844,16855,16855,16844,16849,16855,16849,16856,16856,16849,16854,16835,16855,16837,16837,16855,16856,15889,15908,16846,16846,15908,16857,15908,15906,16857,16857,15906,16858,16857,16858,16859,16859,16858,16860,16846,16857,16848,16848,16857,16859,15906,15904,16858,16858,15904,16861,15904,15905,16861,16861,15905,16862,16861,16862,16863,16863,16862,16864,16858,16861,16860,16860,16861,16863,16860,16863,16865,16865,16863,16866,16863,16864,16866,16866,16864,16867,16866,16867,16868,16868,16867,16869,16865,16866,16870,16870,16866,16868,16848,16859,16851,16851,16859,16871,16859,16860,16871,16871,16860,16865,16871,16865,16872,16872,16865,16870,16851,16871,16853,16853,16871,16872,15905,15924,16862,16862,15924,16873,15924,15922,16873,16873,15922,16874,16873,16874,16875,16875,16874,16876,16862,16873,16864,16864,16873,16875,15922,15920,16874,16874,15920,16877,15920,15921,16877,16877,15921,16878,16877,16878,16879,16879,16878,16880,16874,16877,16876,16876,16877,16879,16876,16879,16881,16881,16879,16882,16879,16880,16882,16882,16880,16883,16882,16883,16884,16884,16883,16885,16881,16882,16886,16886,16882,16884,16864,16875,16867,16867,16875,16887,16875,16876,16887,16887,16876,16881,16887,16881,16888,16888,16881,16886,16867,16887,16869,16869,16887,16888,15921,15940,16878,16878,15940,16889,15940,15938,16889,16889,15938,16890,16889,16890,16891,16891,16890,16892,16878,16889,16880,16880,16889,16891,15938,15936,16890,16890,15936,16893,15936,15937,16893,16893,15937,16894,16893,16894,16895,16895,16894,16896,16890,16893,16892,16892,16893,16895,16892,16895,16897,16897,16895,16898,16895,16896,16898,16898,16896,16899,16898,16899,16900,16900,16899,16901,16897,16898,16902,16902,16898,16900,16880,16891,16883,16883,16891,16903,16891,16892,16903,16903,16892,16897,16903,16897,16904,16904,16897,16902,16883,16903,16885,16885,16903,16904,15937,15956,16894,16894,15956,16905,15956,15954,16905,16905,15954,16906,16905,16906,16907,16907,16906,16908,16894,16905,16896,16896,16905,16907,15954,15952,16906,16906,15952,16909,15952,15953,16909,16909,15953,16910,16909,16910,16911,16911,16910,16912,16906,16909,16908,16908,16909,16911,16908,16911,16913,16913,16911,16914,16911,16912,16914,16914,16912,16915,16914,16915,16916,16916,16915,16917,16913,16914,16918,16918,16914,16916,16896,16907,16899,16899,16907,16919,16907,16908,16919,16919,16908,16913,16919,16913,16920,16920,16913,16918,16899,16919,16901,16901,16919,16920,15953,15972,16910,16910,15972,16921,15972,15970,16921,16921,15970,16922,16921,16922,16923,16923,16922,16924,16910,16921,16912,16912,16921,16923,15970,15968,16922,16922,15968,16925,15968,15969,16925,16925,15969,16926,16925,16926,16927,16927,16926,16928,16922,16925,16924,16924,16925,16927,16924,16927,16929,16929,16927,16930,16927,16928,16930,16930,16928,16931,16930,16931,16932,16932,16931,16933,16929,16930,16934,16934,16930,16932,16912,16923,16915,16915,16923,16935,16923,16924,16935,16935,16924,16929,16935,16929,16936,16936,16929,16934,16915,16935,16917,16917,16935,16936,15969,15988,16926,16926,15988,16937,15988,15986,16937,16937,15986,16938,16937,16938,16939,16939,16938,16940,16926,16937,16928,16928,16937,16939,15986,15984,16938,16938,15984,16941,15984,15985,16941,16941,15985,16942,16941,16942,16943,16943,16942,16944,16938,16941,16940,16940,16941,16943,16940,16943,16945,16945,16943,16946,16943,16944,16946,16946,16944,16947,16946,16947,16948,16948,16947,16949,16945,16946,16950,16950,16946,16948,16928,16939,16931,16931,16939,16951,16939,16940,16951,16951,16940,16945,16951,16945,16952,16952,16945,16950,16931,16951,16933,16933,16951,16952,15985,16004,16942,16942,16004,16953,16004,16002,16953,16953,16002,16954,16953,16954,16955,16955,16954,16956,16942,16953,16944,16944,16953,16955,16002,16000,16954,16954,16000,16957,16000,16001,16957,16957,16001,16958,16957,16958,16959,16959,16958,16960,16954,16957,16956,16956,16957,16959,16956,16959,16961,16961,16959,16962,16959,16960,16962,16962,16960,16963,16962,16963,16964,16964,16963,16965,16961,16962,16966,16966,16962,16964,16944,16955,16947,16947,16955,16967,16955,16956,16967,16967,16956,16961,16967,16961,16968,16968,16961,16966,16947,16967,16949,16949,16967,16968,16001,16020,16958,16958,16020,16969,16020,16018,16969,16969,16018,16970,16969,16970,16971,16971,16970,16972,16958,16969,16960,16960,16969,16971,16018,16016,16970,16970,16016,16973,16016,16017,16973,16973,16017,16974,16973,16974,16975,16975,16974,16976,16970,16973,16972,16972,16973,16975,16972,16975,16977,16977,16975,16978,16975,16976,16978,16978,16976,16979,16978,16979,16980,16980,16979,16981,16977,16978,16982,16982,16978,16980,16960,16971,16963,16963,16971,16983,16971,16972,16983,16983,16972,16977,16983,16977,16984,16984,16977,16982,16963,16983,16965,16965,16983,16984,16017,16036,16974,16974,16036,16985,16036,16034,16985,16985,16034,16986,16985,16986,16987,16987,16986,16988,16974,16985,16976,16976,16985,16987,16034,16032,16986,16986,16032,16989,16032,16033,16989,16989,16033,16990,16989,16990,16991,16991,16990,16992,16986,16989,16988,16988,16989,16991,16988,16991,16993,16993,16991,16994,16991,16992,16994,16994,16992,16995,16994,16995,16996,16996,16995,16997,16993,16994,16998,16998,16994,16996,16976,16987,16979,16979,16987,16999,16987,16988,16999,16999,16988,16993,16999,16993,17000,17000,16993,16998,16979,16999,16981,16981,16999,17000,16033,16052,16990,16990,16052,17001,16052,16050,17001,17001,16050,17002,17001,17002,17003,17003,17002,17004,16990,17001,16992,16992,17001,17003,16050,16048,17002,17002,16048,17005,16048,16049,17005,17005,16049,17006,17005,17006,17007,17007,17006,17008,17002,17005,17004,17004,17005,17007,17004,17007,17009,17009,17007,17010,17007,17008,17010,17010,17008,17011,17010,17011,17012,17012,17011,17013,17009,17010,17014,17014,17010,17012,16992,17003,16995,16995,17003,17015,17003,17004,17015,17015,17004,17009,17015,17009,17016,17016,17009,17014,16995,17015,16997,16997,17015,17016,16049,16068,17006,17006,16068,17017,16068,16066,17017,17017,16066,17018,17017,17018,17019,17019,17018,17020,17006,17017,17008,17008,17017,17019,16066,16064,17018,17018,16064,17021,16064,16065,17021,17021,16065,17022,17021,17022,17023,17023,17022,17024,17018,17021,17020,17020,17021,17023,17020,17023,17025,17025,17023,17026,17023,17024,17026,17026,17024,17027,17026,17027,17028,17028,17027,17029,17025,17026,17030,17030,17026,17028,17008,17019,17011,17011,17019,17031,17019,17020,17031,17031,17020,17025,17031,17025,17032,17032,17025,17030,17011,17031,17013,17013,17031,17032,16065,16084,17022,17022,16084,17033,16084,16082,17033,17033,16082,17034,17033,17034,17035,17035,17034,17036,17022,17033,17024,17024,17033,17035,16082,16080,17034,17034,16080,17037,16080,16081,17037,17037,16081,17038,17037,17038,17039,17039,17038,17040,17034,17037,17036,17036,17037,17039,17036,17039,17041,17041,17039,17042,17039,17040,17042,17042,17040,17043,17042,17043,17044,17044,17043,17045,17041,17042,17046,17046,17042,17044,17024,17035,17027,17027,17035,17047,17035,17036,17047,17047,17036,17041,17047,17041,17048,17048,17041,17046,17027,17047,17029,17029,17047,17048,16081,16100,17038,17038,16100,17049,16100,16098,17049,17049,16098,17050,17049,17050,17051,17051,17050,17052,17038,17049,17040,17040,17049,17051,16098,16096,17050,17050,16096,17053,16096,16097,17053,17053,16097,17054,17053,17054,17055,17055,17054,17056,17050,17053,17052,17052,17053,17055,17052,17055,17057,17057,17055,17058,17055,17056,17058,17058,17056,17059,17058,17059,17060,17060,17059,17061,17057,17058,17062,17062,17058,17060,17040,17051,17043,17043,17051,17063,17051,17052,17063,17063,17052,17057,17063,17057,17064,17064,17057,17062,17043,17063,17045,17045,17063,17064,16097,16116,17054,17054,16116,17065,16116,16114,17065,17065,16114,17066,17065,17066,17067,17067,17066,17068,17054,17065,17056,17056,17065,17067,16114,16112,17066,17066,16112,17069,16112,16113,17069,17069,16113,17070,17069,17070,17071,17071,17070,17072,17066,17069,17068,17068,17069,17071,17068,17071,17073,17073,17071,17074,17071,17072,17074,17074,17072,17075,17074,17075,17076,17076,17075,17077,17073,17074,17078,17078,17074,17076,17056,17067,17059,17059,17067,17079,17067,17068,17079,17079,17068,17073,17079,17073,17080,17080,17073,17078,17059,17079,17061,17061,17079,17080,16113,16132,17070,17070,16132,17081,16132,16130,17081,17081,16130,17082,17081,17082,17083,17083,17082,17084,17070,17081,17072,17072,17081,17083,16130,16128,17082,17082,16128,17085,16128,16129,17085,17085,16129,17086,17085,17086,17087,17087,17086,17088,17082,17085,17084,17084,17085,17087,17084,17087,17089,17089,17087,17090,17087,17088,17090,17090,17088,17091,17090,17091,17092,17092,17091,17093,17089,17090,17094,17094,17090,17092,17072,17083,17075,17075,17083,17095,17083,17084,17095,17095,17084,17089,17095,17089,17096,17096,17089,17094,17075,17095,17077,17077,17095,17096,16129,16148,17086,17086,16148,17097,16148,16146,17097,17097,16146,17098,17097,17098,17099,17099,17098,17100,17086,17097,17088,17088,17097,17099,16146,16144,17098,17098,16144,17101,16144,16145,17101,17101,16145,17102,17101,17102,17103,17103,17102,17104,17098,17101,17100,17100,17101,17103,17100,17103,17105,17105,17103,17106,17103,17104,17106,17106,17104,17107,17106,17107,17108,17108,17107,17109,17105,17106,17110,17110,17106,17108,17088,17099,17091,17091,17099,17111,17099,17100,17111,17111,17100,17105,17111,17105,17112,17112,17105,17110,17091,17111,17093,17093,17111,17112,16145,16164,17102,17102,16164,17113,16164,16162,17113,17113,16162,17114,17113,17114,17115,17115,17114,17116,17102,17113,17104,17104,17113,17115,16162,16160,17114,17114,16160,17117,16160,16161,17117,17117,16161,17118,17117,17118,17119,17119,17118,17120,17114,17117,17116,17116,17117,17119,17116,17119,17121,17121,17119,17122,17119,17120,17122,17122,17120,17123,17122,17123,17124,17124,17123,17125,17121,17122,17126,17126,17122,17124,17104,17115,17107,17107,17115,17127,17115,17116,17127,17127,17116,17121,17127,17121,17128,17128,17121,17126,17107,17127,17109,17109,17127,17128,16161,16180,17118,17118,16180,17129,16180,16178,17129,17129,16178,17130,17129,17130,17131,17131,17130,17132,17118,17129,17120,17120,17129,17131,16178,16176,17130,17130,16176,17133,16176,16177,17133,17133,16177,17134,17133,17134,17135,17135,17134,17136,17130,17133,17132,17132,17133,17135,17132,17135,17137,17137,17135,17138,17135,17136,17138,17138,17136,17139,17138,17139,17140,17140,17139,17141,17137,17138,17142,17142,17138,17140,17120,17131,17123,17123,17131,17143,17131,17132,17143,17143,17132,17137,17143,17137,17144,17144,17137,17142,17123,17143,17125,17125,17143,17144,16177,16196,17134,17134,16196,17145,16196,16194,17145,17145,16194,17146,17145,17146,17147,17147,17146,17148,17134,17145,17136,17136,17145,17147,16194,16193,17146,17146,16193,17149,16192,17150,16193,16193,17150,17149,17149,17150,17151,17151,17150,17152,17146,17149,17148,17148,17149,17151,17148,17151,17153,17153,17151,17154,17151,17152,17154,17154,17152,17155,17154,17155,17156,17156,17155,17157,17153,17154,17158,17158,17154,17156,17136,17147,17139,17139,17147,17159,17147,17148,17159,17159,17148,17153,17159,17153,17160,17160,17153,17158,17139,17159,17141,17141,17159,17160,16212,17161,16192,16192,17161,17150,16210,17162,16212,16212,17162,17161,17162,17163,17161,17161,17163,17164,17161,17164,17150,17150,17164,17152,16209,17165,16210,16210,17165,17162,16208,17166,16209,16209,17166,17165,17166,17167,17165,17165,17167,17168,17165,17168,17162,17162,17168,17163,17168,17169,17163,17163,17169,17170,17167,17171,17168,17168,17171,17169,17171,17172,17169,17169,17172,17173,17169,17173,17170,17170,17173,17174,17164,17175,17152,17152,17175,17155,17163,17170,17164,17164,17170,17175,17170,17174,17175,17175,17174,17176,17175,17176,17155,17155,17176,17157,16228,17177,16208,16208,17177,17166,16226,17178,16228,16228,17178,17177,17178,17179,17177,17177,17179,17180,17177,17180,17166,17166,17180,17167,16225,17181,16226,16226,17181,17178,16224,17182,16225,16225,17182,17181,17182,17183,17181,17181,17183,17184,17181,17184,17178,17178,17184,17179,17184,17185,17179,17179,17185,17186,17183,17187,17184,17184,17187,17185,17187,17188,17185,17185,17188,17189,17185,17189,17186,17186,17189,17190,17180,17191,17167,17167,17191,17171,17179,17186,17180,17180,17186,17191,17186,17190,17191,17191,17190,17192,17191,17192,17171,17171,17192,17172,16244,17193,16224,16224,17193,17182,16242,17194,16244,16244,17194,17193,17194,17195,17193,17193,17195,17196,17193,17196,17182,17182,17196,17183,16241,17197,16242,16242,17197,17194,16240,17198,16241,16241,17198,17197,17198,17199,17197,17197,17199,17200,17197,17200,17194,17194,17200,17195,17200,17201,17195,17195,17201,17202,17199,17203,17200,17200,17203,17201,17203,17204,17201,17201,17204,17205,17201,17205,17202,17202,17205,17206,17196,17207,17183,17183,17207,17187,17195,17202,17196,17196,17202,17207,17202,17206,17207,17207,17206,17208,17207,17208,17187,17187,17208,17188,16260,17209,16240,16240,17209,17198,16258,17210,16260,16260,17210,17209,17210,17211,17209,17209,17211,17212,17209,17212,17198,17198,17212,17199,16257,17213,16258,16258,17213,17210,16256,17214,16257,16257,17214,17213,17214,17215,17213,17213,17215,17216,17213,17216,17210,17210,17216,17211,17216,17217,17211,17211,17217,17218,17215,17219,17216,17216,17219,17217,17219,17220,17217,17217,17220,17221,17217,17221,17218,17218,17221,17222,17212,17223,17199,17199,17223,17203,17211,17218,17212,17212,17218,17223,17218,17222,17223,17223,17222,17224,17223,17224,17203,17203,17224,17204,16276,17225,16256,16256,17225,17214,16274,17226,16276,16276,17226,17225,17226,17227,17225,17225,17227,17228,17225,17228,17214,17214,17228,17215,16273,17229,16274,16274,17229,17226,16272,17230,16273,16273,17230,17229,17230,17231,17229,17229,17231,17232,17229,17232,17226,17226,17232,17227,17232,17233,17227,17227,17233,17234,17231,17235,17232,17232,17235,17233,17235,17236,17233,17233,17236,17237,17233,17237,17234,17234,17237,17238,17228,17239,17215,17215,17239,17219,17227,17234,17228,17228,17234,17239,17234,17238,17239,17239,17238,17240,17239,17240,17219,17219,17240,17220,16292,17241,16272,16272,17241,17230,16290,17242,16292,16292,17242,17241,17242,17243,17241,17241,17243,17244,17241,17244,17230,17230,17244,17231,16289,17245,16290,16290,17245,17242,16288,17246,16289,16289,17246,17245,17246,17247,17245,17245,17247,17248,17245,17248,17242,17242,17248,17243,17248,17249,17243,17243,17249,17250,17247,17251,17248,17248,17251,17249,17251,17252,17249,17249,17252,17253,17249,17253,17250,17250,17253,17254,17244,17255,17231,17231,17255,17235,17243,17250,17244,17244,17250,17255,17250,17254,17255,17255,17254,17256,17255,17256,17235,17235,17256,17236,16308,17257,16288,16288,17257,17246,16306,17258,16308,16308,17258,17257,17258,17259,17257,17257,17259,17260,17257,17260,17246,17246,17260,17247,16305,17261,16306,16306,17261,17258,16304,17262,16305,16305,17262,17261,17262,17263,17261,17261,17263,17264,17261,17264,17258,17258,17264,17259,17264,17265,17259,17259,17265,17266,17263,17267,17264,17264,17267,17265,17267,17268,17265,17265,17268,17269,17265,17269,17266,17266,17269,17270,17260,17271,17247,17247,17271,17251,17259,17266,17260,17260,17266,17271,17266,17270,17271,17271,17270,17272,17271,17272,17251,17251,17272,17252,16324,17273,16304,16304,17273,17262,16322,17274,16324,16324,17274,17273,17274,17275,17273,17273,17275,17276,17273,17276,17262,17262,17276,17263,16321,17277,16322,16322,17277,17274,16320,17278,16321,16321,17278,17277,17278,17279,17277,17277,17279,17280,17277,17280,17274,17274,17280,17275,17280,17281,17275,17275,17281,17282,17279,17283,17280,17280,17283,17281,17283,17284,17281,17281,17284,17285,17281,17285,17282,17282,17285,17286,17276,17287,17263,17263,17287,17267,17275,17282,17276,17276,17282,17287,17282,17286,17287,17287,17286,17288,17287,17288,17267,17267,17288,17268,16340,17289,16320,16320,17289,17278,16338,17290,16340,16340,17290,17289,17290,17291,17289,17289,17291,17292,17289,17292,17278,17278,17292,17279,16337,17293,16338,16338,17293,17290,16336,17294,16337,16337,17294,17293,17294,17295,17293,17293,17295,17296,17293,17296,17290,17290,17296,17291,17296,17297,17291,17291,17297,17298,17295,17299,17296,17296,17299,17297,17299,17300,17297,17297,17300,17301,17297,17301,17298,17298,17301,17302,17292,17303,17279,17279,17303,17283,17291,17298,17292,17292,17298,17303,17298,17302,17303,17303,17302,17304,17303,17304,17283,17283,17304,17284,16356,17305,16336,16336,17305,17294,16354,17306,16356,16356,17306,17305,17306,17307,17305,17305,17307,17308,17305,17308,17294,17294,17308,17295,16353,17309,16354,16354,17309,17306,16352,17310,16353,16353,17310,17309,17310,17311,17309,17309,17311,17312,17309,17312,17306,17306,17312,17307,17312,17313,17307,17307,17313,17314,17311,17315,17312,17312,17315,17313,17315,17316,17313,17313,17316,17317,17313,17317,17314,17314,17317,17318,17308,17319,17295,17295,17319,17299,17307,17314,17308,17308,17314,17319,17314,17318,17319,17319,17318,17320,17319,17320,17299,17299,17320,17300,16372,17321,16352,16352,17321,17310,16370,17322,16372,16372,17322,17321,17322,17323,17321,17321,17323,17324,17321,17324,17310,17310,17324,17311,16369,17325,16370,16370,17325,17322,16368,17326,16369,16369,17326,17325,17326,17327,17325,17325,17327,17328,17325,17328,17322,17322,17328,17323,17328,17329,17323,17323,17329,17330,17327,17331,17328,17328,17331,17329,17331,17332,17329,17329,17332,17333,17329,17333,17330,17330,17333,17334,17324,17335,17311,17311,17335,17315,17323,17330,17324,17324,17330,17335,17330,17334,17335,17335,17334,17336,17335,17336,17315,17315,17336,17316,16388,17337,16368,16368,17337,17326,16386,17338,16388,16388,17338,17337,17338,17339,17337,17337,17339,17340,17337,17340,17326,17326,17340,17327,16385,17341,16386,16386,17341,17338,16384,17342,16385,16385,17342,17341,17342,17343,17341,17341,17343,17344,17341,17344,17338,17338,17344,17339,17344,17345,17339,17339,17345,17346,17343,17347,17344,17344,17347,17345,17347,17348,17345,17345,17348,17349,17345,17349,17346,17346,17349,17350,17340,17351,17327,17327,17351,17331,17339,17346,17340,17340,17346,17351,17346,17350,17351,17351,17350,17352,17351,17352,17331,17331,17352,17332,16404,17353,16384,16384,17353,17342,16402,17354,16404,16404,17354,17353,17354,17355,17353,17353,17355,17356,17353,17356,17342,17342,17356,17343,16401,17357,16402,16402,17357,17354,16400,17358,16401,16401,17358,17357,17358,17359,17357,17357,17359,17360,17357,17360,17354,17354,17360,17355,17360,17361,17355,17355,17361,17362,17359,17363,17360,17360,17363,17361,17363,17364,17361,17361,17364,17365,17361,17365,17362,17362,17365,17366,17356,17367,17343,17343,17367,17347,17355,17362,17356,17356,17362,17367,17362,17366,17367,17367,17366,17368,17367,17368,17347,17347,17368,17348,16420,17369,16400,16400,17369,17358,16418,17370,16420,16420,17370,17369,17370,17371,17369,17369,17371,17372,17369,17372,17358,17358,17372,17359,16417,17373,16418,16418,17373,17370,16416,17374,16417,16417,17374,17373,17374,17375,17373,17373,17375,17376,17373,17376,17370,17370,17376,17371,17376,17377,17371,17371,17377,17378,17375,17379,17376,17376,17379,17377,17379,17380,17377,17377,17380,17381,17377,17381,17378,17378,17381,17382,17372,17383,17359,17359,17383,17363,17371,17378,17372,17372,17378,17383,17378,17382,17383,17383,17382,17384,17383,17384,17363,17363,17384,17364,16436,17385,16416,16416,17385,17374,16434,17386,16436,16436,17386,17385,17386,17387,17385,17385,17387,17388,17385,17388,17374,17374,17388,17375,16433,17389,16434,16434,17389,17386,16432,17390,16433,16433,17390,17389,17390,17391,17389,17389,17391,17392,17389,17392,17386,17386,17392,17387,17392,17393,17387,17387,17393,17394,17391,17395,17392,17392,17395,17393,17395,17396,17393,17393,17396,17397,17393,17397,17394,17394,17397,17398,17388,17399,17375,17375,17399,17379,17387,17394,17388,17388,17394,17399,17394,17398,17399,17399,17398,17400,17399,17400,17379,17379,17400,17380,16452,17401,16432,16432,17401,17390,16450,17402,16452,16452,17402,17401,17402,17403,17401,17401,17403,17404,17401,17404,17390,17390,17404,17391,16449,17405,16450,16450,17405,17402,16448,17406,16449,16449,17406,17405,17406,17407,17405,17405,17407,17408,17405,17408,17402,17402,17408,17403,17408,17409,17403,17403,17409,17410,17407,17411,17408,17408,17411,17409,17411,17412,17409,17409,17412,17413,17409,17413,17410,17410,17413,17414,17404,17415,17391,17391,17415,17395,17403,17410,17404,17404,17410,17415,17410,17414,17415,17415,17414,17416,17415,17416,17395,17395,17416,17396,16468,17417,16448,16448,17417,17406,16466,17418,16468,16468,17418,17417,17418,17419,17417,17417,17419,17420,17417,17420,17406,17406,17420,17407,16465,17421,16466,16466,17421,17418,16464,17422,16465,16465,17422,17421,17422,17423,17421,17421,17423,17424,17421,17424,17418,17418,17424,17419,17424,17425,17419,17419,17425,17426,17423,17427,17424,17424,17427,17425,17427,17428,17425,17425,17428,17429,17425,17429,17426,17426,17429,17430,17420,17431,17407,17407,17431,17411,17419,17426,17420,17420,17426,17431,17426,17430,17431,17431,17430,17432,17431,17432,17411,17411,17432,17412,16484,17433,16464,16464,17433,17422,16482,17434,16484,16484,17434,17433,17434,17435,17433,17433,17435,17436,17433,17436,17422,17422,17436,17423,16481,17437,16482,16482,17437,17434,16480,17438,16481,16481,17438,17437,17438,17439,17437,17437,17439,17440,17437,17440,17434,17434,17440,17435,17440,17441,17435,17435,17441,17442,17440,17439,17441,17441,17439,17443,17441,17443,17444,17444,17443,17445,17442,17441,17446,17446,17441,17444,17436,17447,17423,17423,17447,17427,17435,17442,17436,17436,17442,17447,17442,17446,17447,17447,17446,17448,17447,17448,17427,17427,17448,17428,16500,17449,16480,16480,17449,17438,16500,16498,17449,17449,16498,17450,17449,17450,17451,17451,17450,17452,17438,17449,17439,17439,17449,17451,16498,16496,17450,17450,16496,17453,16496,16497,17453,17453,16497,17454,17453,17454,17455,17455,17454,17456,17450,17453,17452,17452,17453,17455,17452,17455,17457,17457,17455,17458,17455,17456,17458,17458,17456,17459,17458,17459,17460,17460,17459,17461,17457,17458,17462,17462,17458,17460,17439,17451,17443,17443,17451,17463,17451,17452,17463,17463,17452,17457,17463,17457,17464,17464,17457,17462,17443,17463,17445,17445,17463,17464,16497,16516,17454,17454,16516,17465,16516,16514,17465,17465,16514,17466,17465,17466,17467,17467,17466,17468,17454,17465,17456,17456,17465,17467,16514,16513,17466,17466,16513,17469,16513,16512,17469,17469,16512,17470,17469,17470,17471,17471,17470,17472,17466,17469,17468,17468,17469,17471,17468,17471,17473,17473,17471,17474,17471,17472,17474,17474,17472,17475,17474,17475,17476,17476,17475,17477,17473,17474,17478,17478,17474,17476,17456,17467,17459,17459,17467,17479,17467,17468,17479,17479,17468,17473,17479,17473,17480,17480,17473,17478,17459,17479,17461,17461,17479,17480,16512,16532,17470,17470,16532,17481,16532,16530,17481,17481,16530,17482,17481,17482,17483,17483,17482,17484,17470,17481,17472,17472,17481,17483,16530,16528,17482,17482,16528,17485,16528,16529,17485,17485,16529,17486,17485,17486,17487,17487,17486,17488,17482,17485,17484,17484,17485,17487,17484,17487,17489,17489,17487,17490,17487,17488,17490,17490,17488,17491,17490,17491,17492,17492,17491,17493,17489,17490,17494,17494,17490,17492,17472,17483,17475,17475,17483,17495,17483,17484,17495,17495,17484,17489,17495,17489,17496,17496,17489,17494,17475,17495,17477,17477,17495,17496,16529,16548,17486,17486,16548,17497,16548,16546,17497,17497,16546,17498,17497,17498,17499,17499,17498,17500,17486,17497,17488,17488,17497,17499,16546,16544,17498,17498,16544,17501,16544,16545,17501,17501,16545,17502,17502,17503,17501,17501,17503,17504,17498,17501,17500,17500,17501,17504,17504,17505,17500,17500,17505,17506,17503,17507,17504,17504,17507,17505,17507,17508,17505,17505,17508,17509,17505,17509,17506,17506,17509,17510,17488,17499,17491,17491,17499,17511,17499,17500,17511,17511,17500,17506,17511,17506,17512,17512,17506,17510,17491,17511,17493,17493,17511,17512,16564,17513,16545,16545,17513,17502,16562,17514,16564,16564,17514,17513,17514,17515,17513,17513,17515,17516,17513,17516,17502,17502,17516,17503,16561,17517,16562,16562,17517,17514,16561,16560,17517,17517,16560,17518,17517,17518,17519,17519,17518,17520,17514,17517,17515,17515,17517,17519,17515,17519,17521,17521,17519,17522,17519,17520,17522,17522,17520,17523,17522,17523,17524,17524,17523,17525,17521,17522,17526,17526,17522,17524,17516,17527,17503,17503,17527,17507,17515,17521,17516,17516,17521,17527,17521,17526,17527,17527,17526,17528,17527,17528,17507,17507,17528,17508,16560,16580,17518,17518,16580,17529,16580,16578,17529,17529,16578,17530,17529,17530,17531,17531,17530,17532,17518,17529,17520,17520,17529,17531,16578,16576,17530,17530,16576,17533,16576,16577,17533,17533,16577,17534,17533,17534,17535,17535,17534,17536,17530,17533,17532,17532,17533,17535,17532,17535,17537,17537,17535,17538,17535,17536,17538,17538,17536,17539,17538,17539,17540,17540,17539,17541,17537,17538,17542,17542,17538,17540,17520,17531,17523,17523,17531,17543,17531,17532,17543,17543,17532,17537,17543,17537,17544,17544,17537,17542,17523,17543,17525,17525,17543,17544,16577,16596,17534,17534,16596,17545,16596,16594,17545,17545,16594,17546,17545,17546,17547,17547,17546,17548,17534,17545,17536,17536,17545,17547,16594,16592,17546,17546,16592,17549,16592,16593,17549,17549,16593,17550,17549,17550,17551,17551,17550,17552,17546,17549,17548,17548,17549,17551,17548,17551,17553,17553,17551,17554,17551,17552,17554,17554,17552,17555,17554,17555,17556,17556,17555,17557,17553,17554,17558,17558,17554,17556,17536,17547,17539,17539,17547,17559,17547,17548,17559,17559,17548,17553,17559,17553,17560,17560,17553,17558,17539,17559,17541,17541,17559,17560,16593,16612,17550,17550,16612,17561,16612,16610,17561,17561,16610,17562,17561,17562,17563,17563,17562,17564,17550,17561,17552,17552,17561,17563,16610,16608,17562,17562,16608,17565,16608,16609,17565,17565,16609,17566,17565,17566,17567,17567,17566,17568,17562,17565,17564,17564,17565,17567,17564,17567,17569,17569,17567,17570,17567,17568,17570,17570,17568,17571,17570,17571,17572,17572,17571,17573,17569,17570,17574,17574,17570,17572,17552,17563,17555,17555,17563,17575,17563,17564,17575,17575,17564,17569,17575,17569,17576,17576,17569,17574,17555,17575,17557,17557,17575,17576,16609,16628,17566,17566,16628,17577,16628,16626,17577,17577,16626,17578,17577,17578,17579,17579,17578,17580,17566,17577,17568,17568,17577,17579,16626,16624,17578,17578,16624,17581,16624,16625,17581,17581,16625,17582,17581,17582,17583,17583,17582,17584,17578,17581,17580,17580,17581,17583,17580,17583,17585,17585,17583,17586,17583,17584,17586,17586,17584,17587,17586,17587,17588,17588,17587,17589,17585,17586,17590,17590,17586,17588,17568,17579,17571,17571,17579,17591,17579,17580,17591,17591,17580,17585,17591,17585,17592,17592,17585,17590,17571,17591,17573,17573,17591,17592,16648,16647,17593,17593,16647,17594,16647,16644,17594,17594,16644,17595,17594,17595,17596,17596,17595,17597,17593,17594,17598,17598,17594,17596,16644,16642,17595,17595,16642,17599,16642,16643,17599,17599,16643,17600,17599,17600,17601,17601,17600,17602,17595,17599,17597,17597,17599,17601,17597,17601,17603,17603,17601,17604,17601,17602,17604,17604,17602,17605,17604,17605,17606,17606,17605,17607,17603,17604,17608,17608,17604,17606,17598,17596,17609,17609,17596,17610,17596,17597,17610,17610,17597,17603,17603,17608,17610,17610,17608,17611,17610,17611,17609,17609,17611,17612,16643,16664,17600,17600,16664,17613,16664,16662,17613,17613,16662,17614,17613,17614,17615,17615,17614,17616,17600,17613,17602,17602,17613,17615,16662,16661,17614,17614,16661,17617,16661,16660,17617,17617,16660,17618,17617,17618,17619,17619,17618,17620,17614,17617,17616,17616,17617,17619,17616,17619,17621,17621,17619,17622,17619,17620,17622,17622,17620,17623,17622,17623,17624,17624,17623,17625,17621,17622,17626,17626,17622,17624,17602,17615,17605,17605,17615,17627,17615,17616,17627,17627,17616,17621,17627,17621,17628,17628,17621,17626,17605,17627,17607,17607,17627,17628,16680,17629,16660,16660,17629,17618,16678,17630,16680,16680,17630,17629,17630,17631,17629,17629,17631,17632,17618,17629,17620,17620,17629,17632,16677,17633,16678,16678,17633,17630,16676,17634,16677,16677,17634,17633,17634,17635,17633,17633,17635,17636,17633,17636,17630,17630,17636,17631,17631,17636,17637,17637,17636,17638,17636,17635,17638,17638,17635,17639,17638,17639,17640,17640,17639,17641,17637,17638,17642,17642,17638,17640,17620,17632,17623,17623,17632,17643,17632,17631,17643,17643,17631,17637,17643,17637,17644,17644,17637,17642,17623,17643,17625,17625,17643,17644,16696,17645,16676,16676,17645,17634,16694,17646,16696,16696,17646,17645,17646,17647,17645,17645,17647,17648,17645,17648,17634,17634,17648,17635,16693,17649,16694,16694,17649,17646,16692,17650,16693,16693,17650,17649,17650,17651,17649,17649,17651,17652,17649,17652,17646,17646,17652,17647,17647,17652,17653,17653,17652,17654,17652,17651,17654,17654,17651,17655,17654,17655,17656,17656,17655,17657,17653,17654,17658,17658,17654,17656,17635,17648,17639,17639,17648,17659,17648,17647,17659,17659,17647,17653,17659,17653,17660,17660,17653,17658,17639,17659,17641,17641,17659,17660,16712,17661,16692,16692,17661,17650,16712,16710,17661,17661,16710,17662,17661,17662,17663,17663,17662,17664,17650,17661,17651,17651,17661,17663,16710,16708,17662,17662,16708,17665,16708,16709,17665,17665,16709,17666,17665,17666,17667,17667,17666,17668,17662,17665,17664,17664,17665,17667,17664,17667,17669,17669,17667,17670,17667,17668,17670,17670,17668,17671,17670,17671,17672,17672,17671,17673,17669,17670,17674,17674,17670,17672,17651,17663,17655,17655,17663,17675,17663,17664,17675,17675,17664,17669,17675,17669,17676,17676,17669,17674,17655,17675,17657,17657,17675,17676,16709,16728,17666,17666,16728,17677,16728,16726,17677,17677,16726,17678,17677,17678,17679,17679,17678,17680,17666,17677,17668,17668,17677,17679,16726,16724,17678,17678,16724,17681,16724,16725,17681,17681,16725,17682,17681,17682,17683,17683,17682,17684,17678,17681,17680,17680,17681,17683,17680,17683,17685,17685,17683,17686,17683,17684,17686,17686,17684,17687,17686,17687,17688,17688,17687,17689,17685,17686,17690,17690,17686,17688,17668,17679,17671,17671,17679,17691,17679,17680,17691,17691,17680,17685,17691,17685,17692,17692,17685,17690,17671,17691,17673,17673,17691,17692,16725,16744,17682,17682,16744,17693,16744,16742,17693,17693,16742,17694,17693,17694,17695,17695,17694,17696,17682,17693,17684,17684,17693,17695,16742,16740,17694,17694,16740,17697,16740,16741,17697,17697,16741,17698,17697,17698,17699,17699,17698,17700,17694,17697,17696,17696,17697,17699,17696,17699,17701,17701,17699,17702,17699,17700,17702,17702,17700,17703,17703,17704,17702,17702,17704,17705,17702,17705,17701,17701,17705,17706,17684,17695,17687,17687,17695,17707,17695,17696,17707,17707,17696,17701,17707,17701,17708,17708,17701,17706,17687,17707,17689,17689,17707,17708,16741,16760,17698,17698,16760,17709,16760,16758,17709,17709,16758,17710,17709,17710,17711,17711,17710,17712,17698,17709,17700,17700,17709,17711,16758,16756,17710,17710,16756,17713,16756,16757,17713,17713,16757,17714,17713,17714,17715,17715,17714,17716,17710,17713,17712,17712,17713,17715,17715,17717,17712,17712,17717,17718,17716,17719,17715,17715,17719,17717,17719,17720,17717,17717,17720,17721,17717,17721,17718,17718,17721,17722,17711,17723,17700,17700,17723,17703,17712,17718,17711,17711,17718,17723,17718,17722,17723,17723,17722,17724,17723,17724,17703,17703,17724,17704,16757,16776,17714,17714,16776,17725,16776,16774,17725,17725,16774,17726,17725,17726,17727,17727,17726,17728,17714,17725,17716,17716,17725,17727,16774,16773,17726,17726,16773,17729,16772,17730,16773,16773,17730,17729,17730,17731,17729,17729,17731,17732,17729,17732,17726,17726,17732,17728,17732,17733,17728,17728,17733,17734,17731,17735,17732,17732,17735,17733,17735,17736,17733,17733,17736,17737,17733,17737,17734,17734,17737,17738,17727,17739,17716,17716,17739,17719,17728,17734,17727,17727,17734,17739,17734,17738,17739,17739,17738,17740,17739,17740,17719,17719,17740,17720,16792,17741,16772,16772,17741,17730,16790,17742,16792,16792,17742,17741,17742,17743,17741,17741,17743,17744,17741,17744,17730,17730,17744,17731,16788,17745,16790,16790,17745,17742,16788,16789,17745,17745,16789,17746,17745,17746,17747,17747,17746,17748,17742,17745,17743,17743,17745,17747,17743,17747,17749,17749,17747,17750,17747,17748,17750,17750,17748,17751,17750,17751,17752,17752,17751,17753,17749,17750,17754,17754,17750,17752,17744,17755,17731,17731,17755,17735,17743,17749,17744,17744,17749,17755,17749,17754,17755,17755,17754,17756,17755,17756,17735,17735,17756,17736,16789,16808,17746,17746,16808,17757,16808,16806,17757,17757,16806,17758,17757,17758,17759,17759,17758,17760,17746,17757,17748,17748,17757,17759,16806,16804,17758,17758,16804,17761,16804,16805,17761,17761,16805,17762,17761,17762,17763,17763,17762,17764,17758,17761,17760,17760,17761,17763,17760,17763,17765,17765,17763,17766,17763,17764,17766,17766,17764,17767,17766,17767,17768,17768,17767,17769,17765,17766,17770,17770,17766,17768,17748,17759,17751,17751,17759,17771,17759,17760,17771,17771,17760,17765,17771,17765,17772,17772,17765,17770,17751,17771,17753,17753,17771,17772,16805,16824,17762,17762,16824,17773,16824,16822,17773,17773,16822,17774,17773,17774,17775,17775,17774,17776,17762,17773,17764,17764,17773,17775,16822,16820,17774,17774,16820,17777,16820,16821,17777,17777,16821,17778,17777,17778,17779,17779,17778,17780,17774,17777,17776,17776,17777,17779,17776,17779,17781,17781,17779,17782,17779,17780,17782,17782,17780,17783,17782,17783,17784,17784,17783,17785,17781,17782,17786,17786,17782,17784,17764,17775,17767,17767,17775,17787,17775,17776,17787,17787,17776,17781,17787,17781,17788,17788,17781,17786,17767,17787,17769,17769,17787,17788,16821,16840,17778,17778,16840,17789,16840,16838,17789,17789,16838,17790,17789,17790,17791,17791,17790,17792,17778,17789,17780,17780,17789,17791,16838,16836,17790,17790,16836,17793,16836,16837,17793,17793,16837,17794,17793,17794,17795,17795,17794,17796,17790,17793,17792,17792,17793,17795,17792,17795,17797,17797,17795,17798,17795,17796,17798,17798,17796,17799,17798,17799,17800,17800,17799,17801,17797,17798,17802,17802,17798,17800,17780,17791,17783,17783,17791,17803,17791,17792,17803,17803,17792,17797,17803,17797,17804,17804,17797,17802,17783,17803,17785,17785,17803,17804,16837,16856,17794,17794,16856,17805,16856,16854,17805,17805,16854,17806,17805,17806,17807,17807,17806,17808,17794,17805,17796,17796,17805,17807,16854,16852,17806,17806,16852,17809,16852,16853,17809,17809,16853,17810,17809,17810,17811,17811,17810,17812,17806,17809,17808,17808,17809,17811,17808,17811,17813,17813,17811,17814,17811,17812,17814,17814,17812,17815,17814,17815,17816,17816,17815,17817,17813,17814,17818,17818,17814,17816,17796,17807,17799,17799,17807,17819,17807,17808,17819,17819,17808,17813,17819,17813,17820,17820,17813,17818,17799,17819,17801,17801,17819,17820,16853,16872,17810,17810,16872,17821,16872,16870,17821,17821,16870,17822,17821,17822,17823,17823,17822,17824,17810,17821,17812,17812,17821,17823,16870,16868,17822,17822,16868,17825,16868,16869,17825,17825,16869,17826,17825,17826,17827,17827,17826,17828,17822,17825,17824,17824,17825,17827,17824,17827,17829,17829,17827,17830,17827,17828,17830,17830,17828,17831,17830,17831,17832,17832,17831,17833,17829,17830,17834,17834,17830,17832,17812,17823,17815,17815,17823,17835,17823,17824,17835,17835,17824,17829,17835,17829,17836,17836,17829,17834,17815,17835,17817,17817,17835,17836,16869,16888,17826,17826,16888,17837,16888,16886,17837,17837,16886,17838,17837,17838,17839,17839,17838,17840,17826,17837,17828,17828,17837,17839,16886,16884,17838,17838,16884,17841,16884,16885,17841,17841,16885,17842,17841,17842,17843,17843,17842,17844,17838,17841,17840,17840,17841,17843,17840,17843,17845,17845,17843,17846,17843,17844,17846,17846,17844,17847,17846,17847,17848,17848,17847,17849,17845,17846,17850,17850,17846,17848,17828,17839,17831,17831,17839,17851,17839,17840,17851,17851,17840,17845,17851,17845,17852,17852,17845,17850,17831,17851,17833,17833,17851,17852,16885,16904,17842,17842,16904,17853,16904,16902,17853,17853,16902,17854,17853,17854,17855,17855,17854,17856,17842,17853,17844,17844,17853,17855,16902,16900,17854,17854,16900,17857,16900,16901,17857,17857,16901,17858,17857,17858,17859,17859,17858,17860,17854,17857,17856,17856,17857,17859,17856,17859,17861,17861,17859,17862,17859,17860,17862,17862,17860,17863,17862,17863,17864,17864,17863,17865,17861,17862,17866,17866,17862,17864,17844,17855,17847,17847,17855,17867,17855,17856,17867,17867,17856,17861,17867,17861,17868,17868,17861,17866,17847,17867,17849,17849,17867,17868,16901,16920,17858,17858,16920,17869,16920,16918,17869,17869,16918,17870,17869,17870,17871,17871,17870,17872,17858,17869,17860,17860,17869,17871,16918,16916,17870,17870,16916,17873,16916,16917,17873,17873,16917,17874,17873,17874,17875,17875,17874,17876,17870,17873,17872,17872,17873,17875,17872,17875,17877,17877,17875,17878,17875,17876,17878,17878,17876,17879,17878,17879,17880,17880,17879,17881,17877,17878,17882,17882,17878,17880,17860,17871,17863,17863,17871,17883,17871,17872,17883,17883,17872,17877,17883,17877,17884,17884,17877,17882,17863,17883,17865,17865,17883,17884,16917,16936,17874,17874,16936,17885,16936,16934,17885,17885,16934,17886,17885,17886,17887,17887,17886,17888,17874,17885,17876,17876,17885,17887,16934,16932,17886,17886,16932,17889,16932,16933,17889,17889,16933,17890,17889,17890,17891,17891,17890,17892,17886,17889,17888,17888,17889,17891,17888,17891,17893,17893,17891,17894,17891,17892,17894,17894,17892,17895,17894,17895,17896,17896,17895,17897,17893,17894,17898,17898,17894,17896,17876,17887,17879,17879,17887,17899,17887,17888,17899,17899,17888,17893,17899,17893,17900,17900,17893,17898,17879,17899,17881,17881,17899,17900,16933,16952,17890,17890,16952,17901,16952,16950,17901,17901,16950,17902,17901,17902,17903,17903,17902,17904,17890,17901,17892,17892,17901,17903,16950,16948,17902,17902,16948,17905,16948,16949,17905,17905,16949,17906,17905,17906,17907,17907,17906,17908,17902,17905,17904,17904,17905,17907,17904,17907,17909,17909,17907,17910,17907,17908,17910,17910,17908,17911,17910,17911,17912,17912,17911,17913,17909,17910,17914,17914,17910,17912,17892,17903,17895,17895,17903,17915,17903,17904,17915,17915,17904,17909,17915,17909,17916,17916,17909,17914,17895,17915,17897,17897,17915,17916,16949,16968,17906,17906,16968,17917,16968,16966,17917,17917,16966,17918,17917,17918,17919,17919,17918,17920,17906,17917,17908,17908,17917,17919,16966,16964,17918,17918,16964,17921,16964,16965,17921,17921,16965,17922,17921,17922,17923,17923,17922,17924,17918,17921,17920,17920,17921,17923,17920,17923,17925,17925,17923,17926,17923,17924,17926,17926,17924,17927,17926,17927,17928,17928,17927,17929,17925,17926,17930,17930,17926,17928,17908,17919,17911,17911,17919,17931,17919,17920,17931,17931,17920,17925,17931,17925,17932,17932,17925,17930,17911,17931,17913,17913,17931,17932,16965,16984,17922,17922,16984,17933,16984,16982,17933,17933,16982,17934,17933,17934,17935,17935,17934,17936,17922,17933,17924,17924,17933,17935,16982,16980,17934,17934,16980,17937,16980,16981,17937,17937,16981,17938,17937,17938,17939,17939,17938,17940,17934,17937,17936,17936,17937,17939,17936,17939,17941,17941,17939,17942,17939,17940,17942,17942,17940,17943,17942,17943,17944,17944,17943,17945,17941,17942,17946,17946,17942,17944,17924,17935,17927,17927,17935,17947,17935,17936,17947,17947,17936,17941,17947,17941,17948,17948,17941,17946,17927,17947,17929,17929,17947,17948,16981,17000,17938,17938,17000,17949,17000,16998,17949,17949,16998,17950,17949,17950,17951,17951,17950,17952,17938,17949,17940,17940,17949,17951,16998,16996,17950,17950,16996,17953,16996,16997,17953,17953,16997,17954,17953,17954,17955,17955,17954,17956,17950,17953,17952,17952,17953,17955,17952,17955,17957,17957,17955,17958,17955,17956,17958,17958,17956,17959,17958,17959,17960,17960,17959,17961,17957,17958,17962,17962,17958,17960,17940,17951,17943,17943,17951,17963,17951,17952,17963,17963,17952,17957,17963,17957,17964,17964,17957,17962,17943,17963,17945,17945,17963,17964,16997,17016,17954,17954,17016,17965,17016,17014,17965,17965,17014,17966,17965,17966,17967,17967,17966,17968,17954,17965,17956,17956,17965,17967,17014,17012,17966,17966,17012,17969,17012,17013,17969,17969,17013,17970,17969,17970,17971,17971,17970,17972,17966,17969,17968,17968,17969,17971,17968,17971,17973,17973,17971,17974,17971,17972,17974,17974,17972,17975,17974,17975,17976,17976,17975,17977,17973,17974,17978,17978,17974,17976,17956,17967,17959,17959,17967,17979,17967,17968,17979,17979,17968,17973,17979,17973,17980,17980,17973,17978,17959,17979,17961,17961,17979,17980,17013,17032,17970,17970,17032,17981,17032,17030,17981,17981,17030,17982,17981,17982,17983,17983,17982,17984,17970,17981,17972,17972,17981,17983,17030,17028,17982,17982,17028,17985,17028,17029,17985,17985,17029,17986,17985,17986,17987,17987,17986,17988,17982,17985,17984,17984,17985,17987,17984,17987,17989,17989,17987,17990,17987,17988,17990,17990,17988,17991,17990,17991,17992,17992,17991,17993,17989,17990,17994,17994,17990,17992,17972,17983,17975,17975,17983,17995,17983,17984,17995,17995,17984,17989,17995,17989,17996,17996,17989,17994,17975,17995,17977,17977,17995,17996,17029,17048,17986,17986,17048,17997,17048,17046,17997,17997,17046,17998,17997,17998,17999,17999,17998,18000,17986,17997,17988,17988,17997,17999,17046,17044,17998,17998,17044,18001,17044,17045,18001,18001,17045,18002,18001,18002,18003,18003,18002,18004,17998,18001,18000,18000,18001,18003,18000,18003,18005,18005,18003,18006,18003,18004,18006,18006,18004,18007,18006,18007,18008,18008,18007,18009,18005,18006,18010,18010,18006,18008,17988,17999,17991,17991,17999,18011,17999,18000,18011,18011,18000,18005,18011,18005,18012,18012,18005,18010,17991,18011,17993,17993,18011,18012,17045,17064,18002,18002,17064,18013,17064,17062,18013,18013,17062,18014,18013,18014,18015,18015,18014,18016,18002,18013,18004,18004,18013,18015,17062,17060,18014,18014,17060,18017,17060,17061,18017,18017,17061,18018,18017,18018,18019,18019,18018,18020,18014,18017,18016,18016,18017,18019,18016,18019,18021,18021,18019,18022,18019,18020,18022,18022,18020,18023,18022,18023,18024,18024,18023,18025,18021,18022,18026,18026,18022,18024,18004,18015,18007,18007,18015,18027,18015,18016,18027,18027,18016,18021,18027,18021,18028,18028,18021,18026,18007,18027,18009,18009,18027,18028,17061,17080,18018,18018,17080,18029,17080,17078,18029,18029,17078,18030,18029,18030,18031,18031,18030,18032,18018,18029,18020,18020,18029,18031,17078,17076,18030,18030,17076,18033,17076,17077,18033,18033,17077,18034,18033,18034,18035,18035,18034,18036,18030,18033,18032,18032,18033,18035,18032,18035,18037,18037,18035,18038,18035,18036,18038,18038,18036,18039,18038,18039,18040,18040,18039,18041,18037,18038,18042,18042,18038,18040,18020,18031,18023,18023,18031,18043,18031,18032,18043,18043,18032,18037,18043,18037,18044,18044,18037,18042,18023,18043,18025,18025,18043,18044,17077,17096,18034,18034,17096,18045,17096,17094,18045,18045,17094,18046,18045,18046,18047,18047,18046,18048,18034,18045,18036,18036,18045,18047,17094,17092,18046,18046,17092,18049,17092,17093,18049,18049,17093,18050,18049,18050,18051,18051,18050,18052,18046,18049,18048,18048,18049,18051,18048,18051,18053,18053,18051,18054,18051,18052,18054,18054,18052,18055,18054,18055,18056,18056,18055,18057,18053,18054,18058,18058,18054,18056,18036,18047,18039,18039,18047,18059,18047,18048,18059,18059,18048,18053,18059,18053,18060,18060,18053,18058,18039,18059,18041,18041,18059,18060,17093,17112,18050,18050,17112,18061,17112,17110,18061,18061,17110,18062,18061,18062,18063,18063,18062,18064,18050,18061,18052,18052,18061,18063,17110,17108,18062,18062,17108,18065,17108,17109,18065,18065,17109,18066,18065,18066,18067,18067,18066,18068,18062,18065,18064,18064,18065,18067,18064,18067,18069,18069,18067,18070,18067,18068,18070,18070,18068,18071,18070,18071,18072,18072,18071,18073,18069,18070,18074,18074,18070,18072,18052,18063,18055,18055,18063,18075,18063,18064,18075,18075,18064,18069,18075,18069,18076,18076,18069,18074,18055,18075,18057,18057,18075,18076,17109,17128,18066,18066,17128,18077,17128,17126,18077,18077,17126,18078,18077,18078,18079,18079,18078,18080,18066,18077,18068,18068,18077,18079,17126,17124,18078,18078,17124,18081,17124,17125,18081,18081,17125,18082,18081,18082,18083,18083,18082,18084,18078,18081,18080,18080,18081,18083,18080,18083,18085,18085,18083,18086,18083,18084,18086,18086,18084,18087,18086,18087,18088,18088,18087,18089,18085,18086,18090,18090,18086,18088,18068,18079,18071,18071,18079,18091,18079,18080,18091,18091,18080,18085,18091,18085,18092,18092,18085,18090,18071,18091,18073,18073,18091,18092,17125,17144,18082,18082,17144,18093,17144,17142,18093,18093,17142,18094,18093,18094,18095,18095,18094,18096,18082,18093,18084,18084,18093,18095,17142,17140,18094,18094,17140,18097,17140,17141,18097,18097,17141,18098,18097,18098,18099,18099,18098,18100,18094,18097,18096,18096,18097,18099,18096,18099,18101,18101,18099,18102,18099,18100,18102,18102,18100,18103,18102,18103,18104,18104,18103,18105,18101,18102,18106,18106,18102,18104,18084,18095,18087,18087,18095,18107,18095,18096,18107,18107,18096,18101,18107,18101,18108,18108,18101,18106,18087,18107,18089,18089,18107,18108,17141,17160,18098,18098,17160,18109,17160,17158,18109,18109,17158,18110,18109,18110,18111,18111,18110,18112,18098,18109,18100,18100,18109,18111,17158,17156,18110,18110,17156,18113,17156,17157,18113,18113,17157,18114,18113,18114,18115,18115,18114,18116,18110,18113,18112,18112,18113,18115,18112,18115,18117,18117,18115,18118,18115,18116,18118,18118,18116,18119,18118,18119,18120,18120,18119,18121,18117,18118,18122,18122,18118,18120,18100,18111,18103,18103,18111,18123,18111,18112,18123,18123,18112,18117,18123,18117,18124,18124,18117,18122,18103,18123,18105,18105,18123,18124,17176,18125,17157,17157,18125,18114,17174,18126,17176,17176,18126,18125,18126,18127,18125,18125,18127,18128,18125,18128,18114,18114,18128,18116,17173,18129,17174,17174,18129,18126,17172,18130,17173,17173,18130,18129,18130,18131,18129,18129,18131,18132,18129,18132,18126,18126,18132,18127,18132,18133,18127,18127,18133,18134,18131,18135,18132,18132,18135,18133,18135,18136,18133,18133,18136,18137,18133,18137,18134,18134,18137,18138,18128,18139,18116,18116,18139,18119,18127,18134,18128,18128,18134,18139,18134,18138,18139,18139,18138,18140,18139,18140,18119,18119,18140,18121,17192,18141,17172,17172,18141,18130,17190,18142,17192,17192,18142,18141,18142,18143,18141,18141,18143,18144,18141,18144,18130,18130,18144,18131,17189,18145,17190,17190,18145,18142,17188,18146,17189,17189,18146,18145,18146,18147,18145,18145,18147,18148,18145,18148,18142,18142,18148,18143,18148,18149,18143,18143,18149,18150,18147,18151,18148,18148,18151,18149,18151,18152,18149,18149,18152,18153,18149,18153,18150,18150,18153,18154,18144,18155,18131,18131,18155,18135,18143,18150,18144,18144,18150,18155,18150,18154,18155,18155,18154,18156,18155,18156,18135,18135,18156,18136,17208,18157,17188,17188,18157,18146,17206,18158,17208,17208,18158,18157,18158,18159,18157,18157,18159,18160,18157,18160,18146,18146,18160,18147,17205,18161,17206,17206,18161,18158,17204,18162,17205,17205,18162,18161,18162,18163,18161,18161,18163,18164,18161,18164,18158,18158,18164,18159,18164,18165,18159,18159,18165,18166,18163,18167,18164,18164,18167,18165,18167,18168,18165,18165,18168,18169,18165,18169,18166,18166,18169,18170,18160,18171,18147,18147,18171,18151,18159,18166,18160,18160,18166,18171,18166,18170,18171,18171,18170,18172,18171,18172,18151,18151,18172,18152,17224,18173,17204,17204,18173,18162,17222,18174,17224,17224,18174,18173,18174,18175,18173,18173,18175,18176,18173,18176,18162,18162,18176,18163,17221,18177,17222,17222,18177,18174,17220,18178,17221,17221,18178,18177,18178,18179,18177,18177,18179,18180,18177,18180,18174,18174,18180,18175,18180,18181,18175,18175,18181,18182,18179,18183,18180,18180,18183,18181,18183,18184,18181,18181,18184,18185,18181,18185,18182,18182,18185,18186,18176,18187,18163,18163,18187,18167,18175,18182,18176,18176,18182,18187,18182,18186,18187,18187,18186,18188,18187,18188,18167,18167,18188,18168,17240,18189,17220,17220,18189,18178,17238,18190,17240,17240,18190,18189,18190,18191,18189,18189,18191,18192,18189,18192,18178,18178,18192,18179,17237,18193,17238,17238,18193,18190,17236,18194,17237,17237,18194,18193,18194,18195,18193,18193,18195,18196,18193,18196,18190,18190,18196,18191,18196,18197,18191,18191,18197,18198,18195,18199,18196,18196,18199,18197,18199,18200,18197,18197,18200,18201,18197,18201,18198,18198,18201,18202,18192,18203,18179,18179,18203,18183,18191,18198,18192,18192,18198,18203,18198,18202,18203,18203,18202,18204,18203,18204,18183,18183,18204,18184,17256,18205,17236,17236,18205,18194,17254,18206,17256,17256,18206,18205,18206,18207,18205,18205,18207,18208,18205,18208,18194,18194,18208,18195,17253,18209,17254,17254,18209,18206,17252,18210,17253,17253,18210,18209,18210,18211,18209,18209,18211,18212,18209,18212,18206,18206,18212,18207,18212,18213,18207,18207,18213,18214,18211,18215,18212,18212,18215,18213,18215,18216,18213,18213,18216,18217,18213,18217,18214,18214,18217,18218,18208,18219,18195,18195,18219,18199,18207,18214,18208,18208,18214,18219,18214,18218,18219,18219,18218,18220,18219,18220,18199,18199,18220,18200,17272,18221,17252,17252,18221,18210,17270,18222,17272,17272,18222,18221,18222,18223,18221,18221,18223,18224,18221,18224,18210,18210,18224,18211,17269,18225,17270,17270,18225,18222,17268,18226,17269,17269,18226,18225,18226,18227,18225,18225,18227,18228,18225,18228,18222,18222,18228,18223,18228,18229,18223,18223,18229,18230,18227,18231,18228,18228,18231,18229,18231,18232,18229,18229,18232,18233,18229,18233,18230,18230,18233,18234,18224,18235,18211,18211,18235,18215,18223,18230,18224,18224,18230,18235,18230,18234,18235,18235,18234,18236,18235,18236,18215,18215,18236,18216,17288,18237,17268,17268,18237,18226,17286,18238,17288,17288,18238,18237,18238,18239,18237,18237,18239,18240,18237,18240,18226,18226,18240,18227,17285,18241,17286,17286,18241,18238,17284,18242,17285,17285,18242,18241,18242,18243,18241,18241,18243,18244,18241,18244,18238,18238,18244,18239,18244,18245,18239,18239,18245,18246,18243,18247,18244,18244,18247,18245,18247,18248,18245,18245,18248,18249,18245,18249,18246,18246,18249,18250,18240,18251,18227,18227,18251,18231,18239,18246,18240,18240,18246,18251,18246,18250,18251,18251,18250,18252,18251,18252,18231,18231,18252,18232,17304,18253,17284,17284,18253,18242,17302,18254,17304,17304,18254,18253,18254,18255,18253,18253,18255,18256,18253,18256,18242,18242,18256,18243,17301,18257,17302,17302,18257,18254,17300,18258,17301,17301,18258,18257,18258,18259,18257,18257,18259,18260,18257,18260,18254,18254,18260,18255,18260,18261,18255,18255,18261,18262,18259,18263,18260,18260,18263,18261,18263,18264,18261,18261,18264,18265,18261,18265,18262,18262,18265,18266,18256,18267,18243,18243,18267,18247,18255,18262,18256,18256,18262,18267,18262,18266,18267,18267,18266,18268,18267,18268,18247,18247,18268,18248,17320,18269,17300,17300,18269,18258,17318,18270,17320,17320,18270,18269,18270,18271,18269,18269,18271,18272,18269,18272,18258,18258,18272,18259,17317,18273,17318,17318,18273,18270,17316,18274,17317,17317,18274,18273,18274,18275,18273,18273,18275,18276,18273,18276,18270,18270,18276,18271,18276,18277,18271,18271,18277,18278,18275,18279,18276,18276,18279,18277,18279,18280,18277,18277,18280,18281,18277,18281,18278,18278,18281,18282,18272,18283,18259,18259,18283,18263,18271,18278,18272,18272,18278,18283,18278,18282,18283,18283,18282,18284,18283,18284,18263,18263,18284,18264,17336,18285,17316,17316,18285,18274,17334,18286,17336,17336,18286,18285,18286,18287,18285,18285,18287,18288,18285,18288,18274,18274,18288,18275,17333,18289,17334,17334,18289,18286,17332,18290,17333,17333,18290,18289,18290,18291,18289,18289,18291,18292,18289,18292,18286,18286,18292,18287,18292,18293,18287,18287,18293,18294,18291,18295,18292,18292,18295,18293,18295,18296,18293,18293,18296,18297,18293,18297,18294,18294,18297,18298,18288,18299,18275,18275,18299,18279,18287,18294,18288,18288,18294,18299,18294,18298,18299,18299,18298,18300,18299,18300,18279,18279,18300,18280,17352,18301,17332,17332,18301,18290,17350,18302,17352,17352,18302,18301,18302,18303,18301,18301,18303,18304,18301,18304,18290,18290,18304,18291,17349,18305,17350,17350,18305,18302,17348,18306,17349,17349,18306,18305,18306,18307,18305,18305,18307,18308,18305,18308,18302,18302,18308,18303,18308,18309,18303,18303,18309,18310,18307,18311,18308,18308,18311,18309,18311,18312,18309,18309,18312,18313,18309,18313,18310,18310,18313,18314,18304,18315,18291,18291,18315,18295,18303,18310,18304,18304,18310,18315,18310,18314,18315,18315,18314,18316,18315,18316,18295,18295,18316,18296,17368,18317,17348,17348,18317,18306,17366,18318,17368,17368,18318,18317,18318,18319,18317,18317,18319,18320,18317,18320,18306,18306,18320,18307,17365,18321,17366,17366,18321,18318,17364,18322,17365,17365,18322,18321,18322,18323,18321,18321,18323,18324,18321,18324,18318,18318,18324,18319,18324,18325,18319,18319,18325,18326,18323,18327,18324,18324,18327,18325,18327,18328,18325,18325,18328,18329,18325,18329,18326,18326,18329,18330,18320,18331,18307,18307,18331,18311,18319,18326,18320,18320,18326,18331,18326,18330,18331,18331,18330,18332,18331,18332,18311,18311,18332,18312,17384,18333,17364,17364,18333,18322,17382,18334,17384,17384,18334,18333,18334,18335,18333,18333,18335,18336,18333,18336,18322,18322,18336,18323,17381,18337,17382,17382,18337,18334,17380,18338,17381,17381,18338,18337,18338,18339,18337,18337,18339,18340,18337,18340,18334,18334,18340,18335,18340,18341,18335,18335,18341,18342,18339,18343,18340,18340,18343,18341,18343,18344,18341,18341,18344,18345,18341,18345,18342,18342,18345,18346,18336,18347,18323,18323,18347,18327,18335,18342,18336,18336,18342,18347,18342,18346,18347,18347,18346,18348,18347,18348,18327,18327,18348,18328,17400,18349,17380,17380,18349,18338,17398,18350,17400,17400,18350,18349,18350,18351,18349,18349,18351,18352,18349,18352,18338,18338,18352,18339,17397,18353,17398,17398,18353,18350,17396,18354,17397,17397,18354,18353,18354,18355,18353,18353,18355,18356,18353,18356,18350,18350,18356,18351,18356,18357,18351,18351,18357,18358,18355,18359,18356,18356,18359,18357,18359,18360,18357,18357,18360,18361,18357,18361,18358,18358,18361,18362,18352,18363,18339,18339,18363,18343,18351,18358,18352,18352,18358,18363,18358,18362,18363,18363,18362,18364,18363,18364,18343,18343,18364,18344,17416,18365,17396,17396,18365,18354,17414,18366,17416,17416,18366,18365,18366,18367,18365,18365,18367,18368,18365,18368,18354,18354,18368,18355,17413,18369,17414,17414,18369,18366,17412,18370,17413,17413,18370,18369,18370,18371,18369,18369,18371,18372,18369,18372,18366,18366,18372,18367,18372,18373,18367,18367,18373,18374,18371,18375,18372,18372,18375,18373,18375,18376,18373,18373,18376,18377,18373,18377,18374,18374,18377,18378,18368,18379,18355,18355,18379,18359,18367,18374,18368,18368,18374,18379,18374,18378,18379,18379,18378,18380,18379,18380,18359,18359,18380,18360,17432,18381,17412,17412,18381,18370,17430,18382,17432,17432,18382,18381,18382,18383,18381,18381,18383,18384,18381,18384,18370,18370,18384,18371,17429,18385,17430,17430,18385,18382,17428,18386,17429,17429,18386,18385,18386,18387,18385,18385,18387,18388,18385,18388,18382,18382,18388,18383,18388,18389,18383,18383,18389,18390,18387,18391,18388,18388,18391,18389,18391,18392,18389,18389,18392,18393,18389,18393,18390,18390,18393,18394,18384,18395,18371,18371,18395,18375,18383,18390,18384,18384,18390,18395,18390,18394,18395,18395,18394,18396,18395,18396,18375,18375,18396,18376,17448,18397,17428,17428,18397,18386,17446,18398,17448,17448,18398,18397,18398,18399,18397,18397,18399,18400,18397,18400,18386,18386,18400,18387,17446,17444,18398,18398,17444,18401,17444,17445,18401,18401,17445,18402,18401,18402,18403,18403,18402,18404,18398,18401,18399,18399,18401,18403,18399,18403,18405,18405,18403,18406,18403,18404,18406,18406,18404,18407,18406,18407,18408,18408,18407,18409,18405,18406,18410,18410,18406,18408,18400,18411,18387,18387,18411,18391,18399,18405,18400,18400,18405,18411,18405,18410,18411,18411,18410,18412,18411,18412,18391,18391,18412,18392,17445,17464,18402,18402,17464,18413,17464,17462,18413,18413,17462,18414,18413,18414,18415,18415,18414,18416,18402,18413,18404,18404,18413,18415,17462,17460,18414,18414,17460,18417,17460,17461,18417,18417,17461,18418,18417,18418,18419,18419,18418,18420,18414,18417,18416,18416,18417,18419,18416,18419,18421,18421,18419,18422,18419,18420,18422,18422,18420,18423,18422,18423,18424,18424,18423,18425,18421,18422,18426,18426,18422,18424,18404,18415,18407,18407,18415,18427,18415,18416,18427,18427,18416,18421,18427,18421,18428,18428,18421,18426,18407,18427,18409,18409,18427,18428,17461,17480,18418,18418,17480,18429,17480,17478,18429,18429,17478,18430,18429,18430,18431,18431,18430,18432,18418,18429,18420,18420,18429,18431,17478,17476,18430,18430,17476,18433,17476,17477,18433,18433,17477,18434,18433,18434,18435,18435,18434,18436,18430,18433,18432,18432,18433,18435,18432,18435,18437,18437,18435,18438,18435,18436,18438,18438,18436,18439,18439,18440,18438,18438,18440,18441,18437,18438,18442,18442,18438,18441,18420,18431,18423,18423,18431,18443,18431,18432,18443,18443,18432,18437,18443,18437,18444,18444,18437,18442,18423,18443,18425,18425,18443,18444,17477,17496,18434,18434,17496,18445,17496,17494,18445,18445,17494,18446,18445,18446,18447,18447,18446,18448,18434,18445,18436,18436,18445,18447,17494,17492,18446,18446,17492,18449,17492,17493,18449,18449,17493,18450,18449,18450,18451,18451,18450,18452,18446,18449,18448,18448,18449,18451,18448,18451,18453,18453,18451,18454,18451,18452,18454,18454,18452,18455,18455,18456,18454,18454,18456,18457,18454,18457,18453,18453,18457,18458,18436,18447,18439,18439,18447,18459,18447,18448,18459,18459,18448,18453,18453,18458,18459,18459,18458,18460,18459,18460,18439,18439,18460,18440,17493,17512,18450,18450,17512,18461,17512,17510,18461,18461,17510,18462,18461,18462,18463,18463,18462,18464,18450,18461,18452,18452,18461,18463,17509,18465,17510,17510,18465,18462,17508,18466,17509,17509,18466,18465,18465,18466,18467,18467,18466,18468,18465,18467,18462,18462,18467,18464,18464,18467,18469,18469,18467,18470,18467,18468,18470,18470,18468,18471,18470,18471,18472,18472,18471,18473,18469,18470,18474,18474,18470,18472,18463,18475,18452,18452,18475,18455,18464,18469,18463,18463,18469,18475,18469,18474,18475,18475,18474,18476,18475,18476,18455,18455,18476,18456,17528,18477,17508,17508,18477,18466,17528,17526,18477,18477,17526,18478,18477,18478,18479,18479,18478,18480,18466,18477,18468,18468,18477,18479,17526,17524,18478,18478,17524,18481,17524,17525,18481,18481,17525,18482,18481,18482,18483,18483,18482,18484,18478,18481,18480,18480,18481,18483,18480,18483,18485,18485,18483,18486,18483,18484,18486,18486,18484,18487,18486,18487,18488,18488,18487,18489,18485,18486,18490,18490,18486,18488,18468,18479,18471,18471,18479,18491,18479,18480,18491,18491,18480,18485,18491,18485,18492,18492,18485,18490,18471,18491,18473,18473,18491,18492,17525,17544,18482,18482,17544,18493,17544,17542,18493,18493,17542,18494,18493,18494,18495,18495,18494,18496,18482,18493,18484,18484,18493,18495,17542,17540,18494,18494,17540,18497,17540,17541,18497,18497,17541,18498,18497,18498,18499,18499,18498,18500,18494,18497,18496,18496,18497,18499,18496,18499,18501,18501,18499,18502,18499,18500,18502,18502,18500,18503,18502,18503,18504,18504,18503,18505,18501,18502,18506,18506,18502,18504,18484,18495,18487,18487,18495,18507,18495,18496,18507,18507,18496,18501,18507,18501,18508,18508,18501,18506,18487,18507,18489,18489,18507,18508,17541,17560,18498,18498,17560,18509,17560,17558,18509,18509,17558,18510,18509,18510,18511,18511,18510,18512,18498,18509,18500,18500,18509,18511,17558,17556,18510,18510,17556,18513,17556,17557,18513,18513,17557,18514,18513,18514,18515,18515,18514,18516,18510,18513,18512,18512,18513,18515,18512,18515,18517,18517,18515,18518,18515,18516,18518,18518,18516,18519,18518,18519,18520,18520,18519,18521,18517,18518,18522,18522,18518,18520,18500,18511,18503,18503,18511,18523,18511,18512,18523,18523,18512,18517,18523,18517,18524,18524,18517,18522,18503,18523,18505,18505,18523,18524,17557,17576,18514,18514,17576,18525,17576,17574,18525,18525,17574,18526,18525,18526,18527,18527,18526,18528,18514,18525,18516,18516,18525,18527,17574,17572,18526,18526,17572,18529,17572,17573,18529,18529,17573,18530,18529,18530,18531,18531,18530,18532,18526,18529,18528,18528,18529,18531,18528,18531,18533,18533,18531,18534,18531,18532,18534,18534,18532,18535,18534,18535,18536,18536,18535,18537,18533,18534,18538,18538,18534,18536,18516,18527,18519,18519,18527,18539,18527,18528,18539,18539,18528,18533,18539,18533,18540,18540,18533,18538,18519,18539,18521,18521,18539,18540,17573,17592,18530,18530,17592,18541,17592,17590,18541,18541,17590,18542,18541,18542,18543,18543,18542,18544,18530,18541,18532,18532,18541,18543,17590,17588,18542,18542,17588,18545,17588,17589,18545,18545,17589,18546,18545,18546,18547,18547,18546,18548,18542,18545,18544,18544,18545,18547,18544,18547,18549,18549,18547,18550,18547,18548,18550,18550,18548,18551,18550,18551,18552,18552,18551,18553,18549,18550,18554,18554,18550,18552,18532,18543,18535,18535,18543,18555,18543,18544,18555,18555,18544,18549,18555,18549,18556,18556,18549,18554,18535,18555,18537,18537,18555,18556,17611,18557,17612,17612,18557,18558,17608,18559,17611,17611,18559,18557,18559,18560,18557,18557,18560,18561,18557,18561,18558,18558,18561,18562,17606,18563,17608,17608,18563,18559,17607,18564,17606,17606,18564,18563,18564,18565,18563,18563,18565,18566,18563,18566,18559,18559,18566,18560,18566,18567,18560,18560,18567,18568,18565,18569,18566,18566,18569,18567,18569,18570,18567,18567,18570,18571,18567,18571,18568,18568,18571,18572,18561,18573,18562,18562,18573,18574,18560,18568,18561,18561,18568,18573,18568,18572,18573,18573,18572,18575,18573,18575,18574,18574,18575,18576,17628,18577,17607,17607,18577,18564,17626,18578,17628,17628,18578,18577,18578,18579,18577,18577,18579,18580,18577,18580,18564,18564,18580,18565,17624,18581,17626,17626,18581,18578,17624,17625,18581,18581,17625,18582,18582,18583,18581,18581,18583,18584,18581,18584,18578,18578,18584,18579,18579,18584,18585,18585,18584,18586,18584,18583,18586,18586,18583,18587,18586,18587,18588,18588,18587,18589,18585,18586,18590,18590,18586,18588,18580,18591,18565,18565,18591,18569,18579,18585,18580,18580,18585,18591,18591,18585,18592,18592,18585,18590,18591,18592,18569,18569,18592,18570,17625,17644,18582,18582,17644,18593,17644,17642,18593,18593,17642,18594,18594,18595,18593,18593,18595,18596,18593,18596,18582,18582,18596,18583,17642,17640,18594,18594,17640,18597,17640,17641,18597,18597,17641,18598,18597,18598,18599,18599,18598,18600,18594,18597,18595,18595,18597,18599,18595,18599,18601,18601,18599,18602,18599,18600,18602,18602,18600,18603,18602,18603,18604,18604,18603,18605,18601,18602,18606,18606,18602,18604,18583,18596,18587,18587,18596,18607,18595,18601,18596,18596,18601,18607,18607,18601,18608,18608,18601,18606,18587,18607,18589,18589,18607,18608,17641,17660,18598,18598,17660,18609,17660,17658,18609,18609,17658,18610,18609,18610,18611,18611,18610,18612,18598,18609,18600,18600,18609,18611,17658,17656,18610,18610,17656,18613,17656,17657,18613,18613,17657,18614,18613,18614,18615,18615,18614,18616,18610,18613,18612,18612,18613,18615,18612,18615,18617,18617,18615,18618,18615,18616,18618,18618,18616,18619,18618,18619,18620,18620,18619,18621,18617,18618,18622,18622,18618,18620,18600,18611,18603,18603,18611,18623,18611,18612,18623,18623,18612,18617,18623,18617,18624,18624,18617,18622,18603,18623,18605,18605,18623,18624,17657,17676,18614,18614,17676,18625,17676,17674,18625,18625,17674,18626,18625,18626,18627,18627,18626,18628,18614,18625,18616,18616,18625,18627,17674,17672,18626,18626,17672,18629,17672,17673,18629,18629,17673,18630,18629,18630,18631,18631,18630,18632,18626,18629,18628,18628,18629,18631,18628,18631,18633,18633,18631,18634,18631,18632,18634,18634,18632,18635,18634,18635,18636,18636,18635,18637,18633,18634,18638,18638,18634,18636,18616,18627,18619,18619,18627,18639,18627,18628,18639,18639,18628,18633,18639,18633,18640,18640,18633,18638,18619,18639,18621,18621,18639,18640,17673,17692,18630,18630,17692,18641,17692,17690,18641,18641,17690,18642,18641,18642,18643,18643,18642,18644,18630,18641,18632,18632,18641,18643,17690,17688,18642,18642,17688,18645,17688,17689,18645,18645,17689,18646,18645,18646,18647,18647,18646,18648,18642,18645,18644,18644,18645,18647,18644,18647,18649,18649,18647,18650,18647,18648,18650,18650,18648,18651,18650,18651,18652,18652,18651,18653,18649,18650,18654,18654,18650,18652,18632,18643,18635,18635,18643,18655,18643,18644,18655,18655,18644,18649,18655,18649,18656,18656,18649,18654,18635,18655,18637,18637,18655,18656,17689,17708,18646,18646,17708,18657,17708,17706,18657,18657,17706,18658,18657,18658,18659,18659,18658,18660,18646,18657,18648,18648,18657,18659,17705,18661,17706,17706,18661,18658,17704,18662,17705,17705,18662,18661,18662,18663,18661,18661,18663,18664,18658,18661,18660,18660,18661,18664,18660,18664,18665,18665,18664,18666,18664,18663,18666,18666,18663,18667,18666,18667,18668,18668,18667,18669,18665,18666,18670,18670,18666,18668,18648,18659,18651,18651,18659,18671,18659,18660,18671,18671,18660,18665,18671,18665,18672,18672,18665,18670,18651,18671,18653,18653,18671,18672,17724,18673,17704,17704,18673,18662,17722,18674,17724,17724,18674,18673,18674,18675,18673,18673,18675,18676,18673,18676,18662,18662,18676,18663,17721,18677,17722,17722,18677,18674,17720,18678,17721,17721,18678,18677,18678,18679,18677,18677,18679,18680,18677,18680,18674,18674,18680,18675,18680,18681,18675,18675,18681,18682,18679,18683,18680,18680,18683,18681,18683,18684,18681,18681,18684,18685,18682,18681,18686,18686,18681,18685,18663,18676,18667,18667,18676,18687,18675,18682,18676,18676,18682,18687,18687,18682,18688,18688,18682,18686,18667,18687,18669,18669,18687,18688,17740,18689,17720,17720,18689,18678,17738,18690,17740,17740,18690,18689,18690,18691,18689,18689,18691,18692,18689,18692,18678,18678,18692,18679,17737,18693,17738,17738,18693,18690,17736,18694,17737,17737,18694,18693,18694,18695,18693,18693,18695,18696,18693,18696,18690,18690,18696,18691,18696,18697,18691,18691,18697,18698,18695,18699,18696,18696,18699,18697,18699,18700,18697,18697,18700,18701,18697,18701,18698,18698,18701,18702,18692,18703,18679,18679,18703,18683,18691,18698,18692,18692,18698,18703,18698,18702,18703,18703,18702,18704,18703,18704,18683,18683,18704,18684,17756,18705,17736,17736,18705,18694,17754,18706,17756,17756,18706,18705,18706,18707,18705,18705,18707,18708,18705,18708,18694,18694,18708,18695,17754,17752,18706,18706,17752,18709,17752,17753,18709,18709,17753,18710,18709,18710,18711,18711,18710,18712,18706,18709,18707,18707,18709,18711,18711,18713,18707,18707,18713,18714,18712,18715,18711,18711,18715,18713,18715,18716,18713,18713,18716,18717,18713,18717,18714,18714,18717,18718,18708,18719,18695,18695,18719,18699,18707,18714,18708,18708,18714,18719,18714,18718,18719,18719,18718,18720,18719,18720,18699,18699,18720,18700,17753,17772,18710,18710,17772,18721,17772,17770,18721,18721,17770,18722,18721,18722,18723,18723,18722,18724,18710,18721,18712,18712,18721,18723,17770,17768,18722,18722,17768,18725,17768,17769,18725,18725,17769,18726,18725,18726,18727,18727,18726,18728,18722,18725,18724,18724,18725,18727,18724,18727,18729,18729,18727,18730,18727,18728,18730,18730,18728,18731,18730,18731,18732,18732,18731,18733,18729,18730,18734,18734,18730,18732,18712,18723,18715,18715,18723,18735,18723,18724,18735,18735,18724,18729,18735,18729,18736,18736,18729,18734,18735,18736,18715,18715,18736,18716,17769,17788,18726,18726,17788,18737,17788,17786,18737,18737,17786,18738,18737,18738,18739,18739,18738,18740,18726,18737,18728,18728,18737,18739,17786,17784,18738,18738,17784,18741,17784,17785,18741,18741,17785,18742,18741,18742,18743,18743,18742,18744,18738,18741,18740,18740,18741,18743,18740,18743,18745,18745,18743,18746,18743,18744,18746,18746,18744,18747,18746,18747,18748,18748,18747,18749,18745,18746,18750,18750,18746,18748,18728,18739,18731,18731,18739,18751,18739,18740,18751,18751,18740,18745,18751,18745,18752,18752,18745,18750,18731,18751,18733,18733,18751,18752,17785,17804,18742,18742,17804,18753,17804,17802,18753,18753,17802,18754,18753,18754,18755,18755,18754,18756,18742,18753,18744,18744,18753,18755,17802,17800,18754,18754,17800,18757,17800,17801,18757,18757,17801,18758,18757,18758,18759,18759,18758,18760,18754,18757,18756,18756,18757,18759,18756,18759,18761,18761,18759,18762,18759,18760,18762,18762,18760,18763,18762,18763,18764,18764,18763,18765,18761,18762,18766,18766,18762,18764,18744,18755,18747,18747,18755,18767,18755,18756,18767,18767,18756,18761,18767,18761,18768,18768,18761,18766,18747,18767,18749,18749,18767,18768,17801,17820,18758,18758,17820,18769,17820,17818,18769,18769,17818,18770,18769,18770,18771,18771,18770,18772,18758,18769,18760,18760,18769,18771,17818,17816,18770,18770,17816,18773,17816,17817,18773,18773,17817,18774,18773,18774,18775,18775,18774,18776,18770,18773,18772,18772,18773,18775,18772,18775,18777,18777,18775,18778,18775,18776,18778,18778,18776,18779,18778,18779,18780,18780,18779,18781,18777,18778,18782,18782,18778,18780,18760,18771,18763,18763,18771,18783,18771,18772,18783,18783,18772,18777,18783,18777,18784,18784,18777,18782,18763,18783,18765,18765,18783,18784,17817,17836,18774,18774,17836,18785,17836,17834,18785,18785,17834,18786,18785,18786,18787,18787,18786,18788,18774,18785,18776,18776,18785,18787,17834,17832,18786,18786,17832,18789,17832,17833,18789,18789,17833,18790,18789,18790,18791,18791,18790,18792,18786,18789,18788,18788,18789,18791,18788,18791,18793,18793,18791,18794,18791,18792,18794,18794,18792,18795,18794,18795,18796,18796,18795,18797,18793,18794,18798,18798,18794,18796,18776,18787,18779,18779,18787,18799,18787,18788,18799,18799,18788,18793,18799,18793,18800,18800,18793,18798,18779,18799,18781,18781,18799,18800,17833,17852,18790,18790,17852,18801,17852,17850,18801,18801,17850,18802,18801,18802,18803,18803,18802,18804,18790,18801,18792,18792,18801,18803,17850,17848,18802,18802,17848,18805,17848,17849,18805,18805,17849,18806,18805,18806,18807,18807,18806,18808,18802,18805,18804,18804,18805,18807,18804,18807,18809,18809,18807,18810,18807,18808,18810,18810,18808,18811,18810,18811,18812,18812,18811,18813,18809,18810,18814,18814,18810,18812,18792,18803,18795,18795,18803,18815,18803,18804,18815,18815,18804,18809,18815,18809,18816,18816,18809,18814,18795,18815,18797,18797,18815,18816,17849,17868,18806,18806,17868,18817,17868,17866,18817,18817,17866,18818,18817,18818,18819,18819,18818,18820,18806,18817,18808,18808,18817,18819,17866,17864,18818,18818,17864,18821,17864,17865,18821,18821,17865,18822,18821,18822,18823,18823,18822,18824,18818,18821,18820,18820,18821,18823,18820,18823,18825,18825,18823,18826,18823,18824,18826,18826,18824,18827,18826,18827,18828,18828,18827,18829,18825,18826,18830,18830,18826,18828,18808,18819,18811,18811,18819,18831,18819,18820,18831,18831,18820,18825,18831,18825,18832,18832,18825,18830,18811,18831,18813,18813,18831,18832,17865,17884,18822,18822,17884,18833,17884,17882,18833,18833,17882,18834,18833,18834,18835,18835,18834,18836,18822,18833,18824,18824,18833,18835,17882,17880,18834,18834,17880,18837,17880,17881,18837,18837,17881,18838,18837,18838,18839,18839,18838,18840,18834,18837,18836,18836,18837,18839,18836,18839,18841,18841,18839,18842,18839,18840,18842,18842,18840,18843,18842,18843,18844,18844,18843,18845,18841,18842,18846,18846,18842,18844,18824,18835,18827,18827,18835,18847,18835,18836,18847,18847,18836,18841,18847,18841,18848,18848,18841,18846,18827,18847,18829,18829,18847,18848,17881,17900,18838,18838,17900,18849,17900,17898,18849,18849,17898,18850,18849,18850,18851,18851,18850,18852,18838,18849,18840,18840,18849,18851,17898,17896,18850,18850,17896,18853,17896,17897,18853,18853,17897,18854,18853,18854,18855,18855,18854,18856,18850,18853,18852,18852,18853,18855,18852,18855,18857,18857,18855,18858,18855,18856,18858,18858,18856,18859,18858,18859,18860,18860,18859,18861,18857,18858,18862,18862,18858,18860,18840,18851,18843,18843,18851,18863,18851,18852,18863,18863,18852,18857,18863,18857,18864,18864,18857,18862,18843,18863,18845,18845,18863,18864,17897,17916,18854,18854,17916,18865,17916,17914,18865,18865,17914,18866,18865,18866,18867,18867,18866,18868,18854,18865,18856,18856,18865,18867,17914,17912,18866,18866,17912,18869,17912,17913,18869,18869,17913,18870,18869,18870,18871,18871,18870,18872,18866,18869,18868,18868,18869,18871,18868,18871,18873,18873,18871,18874,18871,18872,18874,18874,18872,18875,18874,18875,18876,18876,18875,18877,18873,18874,18878,18878,18874,18876,18856,18867,18859,18859,18867,18879,18867,18868,18879,18879,18868,18873,18879,18873,18880,18880,18873,18878,18859,18879,18861,18861,18879,18880,17913,17932,18870,18870,17932,18881,17932,17930,18881,18881,17930,18882,18881,18882,18883,18883,18882,18884,18870,18881,18872,18872,18881,18883,17930,17928,18882,18882,17928,18885,17928,17929,18885,18885,17929,18886,18885,18886,18887,18887,18886,18888,18882,18885,18884,18884,18885,18887,18884,18887,18889,18889,18887,18890,18887,18888,18890,18890,18888,18891,18890,18891,18892,18892,18891,18893,18889,18890,18894,18894,18890,18892,18872,18883,18875,18875,18883,18895,18883,18884,18895,18895,18884,18889,18895,18889,18896,18896,18889,18894,18875,18895,18877,18877,18895,18896,17929,17948,18886,18886,17948,18897,17948,17946,18897,18897,17946,18898,18897,18898,18899,18899,18898,18900,18886,18897,18888,18888,18897,18899,17946,17944,18898,18898,17944,18901,17944,17945,18901,18901,17945,18902,18901,18902,18903,18903,18902,18904,18898,18901,18900,18900,18901,18903,18900,18903,18905,18905,18903,18906,18903,18904,18906,18906,18904,18907,18906,18907,18908,18908,18907,18909,18905,18906,18910,18910,18906,18908,18888,18899,18891,18891,18899,18911,18899,18900,18911,18911,18900,18905,18911,18905,18912,18912,18905,18910,18891,18911,18893,18893,18911,18912,17945,17964,18902,18902,17964,18913,17964,17962,18913,18913,17962,18914,18913,18914,18915,18915,18914,18916,18902,18913,18904,18904,18913,18915,17962,17960,18914,18914,17960,18917,17960,17961,18917,18917,17961,18918,18917,18918,18919,18919,18918,18920,18914,18917,18916,18916,18917,18919,18916,18919,18921,18921,18919,18922,18919,18920,18922,18922,18920,18923,18922,18923,18924,18924,18923,18925,18921,18922,18926,18926,18922,18924,18904,18915,18907,18907,18915,18927,18915,18916,18927,18927,18916,18921,18927,18921,18928,18928,18921,18926,18907,18927,18909,18909,18927,18928,17961,17980,18918,18918,17980,18929,17980,17978,18929,18929,17978,18930,18929,18930,18931,18931,18930,18932,18918,18929,18920,18920,18929,18931,17978,17976,18930,18930,17976,18933,17976,17977,18933,18933,17977,18934,18933,18934,18935,18935,18934,18936,18930,18933,18932,18932,18933,18935,18932,18935,18937,18937,18935,18938,18935,18936,18938,18938,18936,18939,18938,18939,18940,18940,18939,18941,18937,18938,18942,18942,18938,18940,18920,18931,18923,18923,18931,18943,18931,18932,18943,18943,18932,18937,18943,18937,18944,18944,18937,18942,18923,18943,18925,18925,18943,18944,17977,17996,18934,18934,17996,18945,17996,17994,18945,18945,17994,18946,18945,18946,18947,18947,18946,18948,18934,18945,18936,18936,18945,18947,17994,17992,18946,18946,17992,18949,17992,17993,18949,18949,17993,18950,18949,18950,18951,18951,18950,18952,18946,18949,18948,18948,18949,18951,18948,18951,18953,18953,18951,18954,18951,18952,18954,18954,18952,18955,18954,18955,18956,18956,18955,18957,18953,18954,18958,18958,18954,18956,18936,18947,18939,18939,18947,18959,18947,18948,18959,18959,18948,18953,18959,18953,18960,18960,18953,18958,18939,18959,18941,18941,18959,18960,17993,18012,18950,18950,18012,18961,18012,18010,18961,18961,18010,18962,18961,18962,18963,18963,18962,18964,18950,18961,18952,18952,18961,18963,18010,18008,18962,18962,18008,18965,18008,18009,18965,18965,18009,18966,18965,18966,18967,18967,18966,18968,18962,18965,18964,18964,18965,18967,18964,18967,18969,18969,18967,18970,18967,18968,18970,18970,18968,18971,18970,18971,18972,18972,18971,18973,18969,18970,18974,18974,18970,18972,18952,18963,18955,18955,18963,18975,18963,18964,18975,18975,18964,18969,18975,18969,18976,18976,18969,18974,18955,18975,18957,18957,18975,18976,18009,18028,18966,18966,18028,18977,18028,18026,18977,18977,18026,18978,18977,18978,18979,18979,18978,18980,18966,18977,18968,18968,18977,18979,18026,18024,18978,18978,18024,18981,18024,18025,18981,18981,18025,18982,18981,18982,18983,18983,18982,18984,18978,18981,18980,18980,18981,18983,18980,18983,18985,18985,18983,18986,18983,18984,18986,18986,18984,18987,18986,18987,18988,18988,18987,18989,18985,18986,18990,18990,18986,18988,18968,18979,18971,18971,18979,18991,18979,18980,18991,18991,18980,18985,18991,18985,18992,18992,18985,18990,18971,18991,18973,18973,18991,18992,18025,18044,18982,18982,18044,18993,18044,18042,18993,18993,18042,18994,18993,18994,18995,18995,18994,18996,18982,18993,18984,18984,18993,18995,18042,18040,18994,18994,18040,18997,18040,18041,18997,18997,18041,18998,18997,18998,18999,18999,18998,19000,18994,18997,18996,18996,18997,18999,18996,18999,19001,19001,18999,19002,18999,19000,19002,19002,19000,19003,19002,19003,19004,19004,19003,19005,19001,19002,19006,19006,19002,19004,18984,18995,18987,18987,18995,19007,18995,18996,19007,19007,18996,19001,19007,19001,19008,19008,19001,19006,18987,19007,18989,18989,19007,19008,18041,18060,18998,18998,18060,19009,18060,18058,19009,19009,18058,19010,19009,19010,19011,19011,19010,19012,18998,19009,19000,19000,19009,19011,18058,18056,19010,19010,18056,19013,18056,18057,19013,19013,18057,19014,19013,19014,19015,19015,19014,19016,19010,19013,19012,19012,19013,19015,19012,19015,19017,19017,19015,19018,19015,19016,19018,19018,19016,19019,19018,19019,19020,19020,19019,19021,19017,19018,19022,19022,19018,19020,19000,19011,19003,19003,19011,19023,19011,19012,19023,19023,19012,19017,19023,19017,19024,19024,19017,19022,19003,19023,19005,19005,19023,19024,18057,18076,19014,19014,18076,19025,18076,18074,19025,19025,18074,19026,19025,19026,19027,19027,19026,19028,19014,19025,19016,19016,19025,19027,18074,18072,19026,19026,18072,19029,18072,18073,19029,19029,18073,19030,19029,19030,19031,19031,19030,19032,19026,19029,19028,19028,19029,19031,19028,19031,19033,19033,19031,19034,19031,19032,19034,19034,19032,19035,19034,19035,19036,19036,19035,19037,19033,19034,19038,19038,19034,19036,19016,19027,19019,19019,19027,19039,19027,19028,19039,19039,19028,19033,19039,19033,19040,19040,19033,19038,19019,19039,19021,19021,19039,19040,18073,18092,19030,19030,18092,19041,18092,18090,19041,19041,18090,19042,19041,19042,19043,19043,19042,19044,19030,19041,19032,19032,19041,19043,18090,18088,19042,19042,18088,19045,18088,18089,19045,19045,18089,19046,19045,19046,19047,19047,19046,19048,19042,19045,19044,19044,19045,19047,19044,19047,19049,19049,19047,19050,19047,19048,19050,19050,19048,19051,19050,19051,19052,19052,19051,19053,19049,19050,19054,19054,19050,19052,19032,19043,19035,19035,19043,19055,19043,19044,19055,19055,19044,19049,19055,19049,19056,19056,19049,19054,19035,19055,19037,19037,19055,19056,18089,18108,19046,19046,18108,19057,18108,18106,19057,19057,18106,19058,19057,19058,19059,19059,19058,19060,19046,19057,19048,19048,19057,19059,18106,18104,19058,19058,18104,19061,18104,18105,19061,19061,18105,19062,19061,19062,19063,19063,19062,19064,19058,19061,19060,19060,19061,19063,19060,19063,19065,19065,19063,19066,19063,19064,19066,19066,19064,19067,19066,19067,19068,19068,19067,19069,19065,19066,19070,19070,19066,19068,19048,19059,19051,19051,19059,19071,19059,19060,19071,19071,19060,19065,19071,19065,19072,19072,19065,19070,19051,19071,19053,19053,19071,19072,18105,18124,19062,19062,18124,19073,18124,18122,19073,19073,18122,19074,19073,19074,19075,19075,19074,19076,19062,19073,19064,19064,19073,19075,18122,18120,19074,19074,18120,19077,18121,19078,18120,18120,19078,19077,19078,19079,19077,19077,19079,19080,19074,19077,19076,19076,19077,19080,19076,19080,19081,19081,19080,19082,19080,19079,19082,19082,19079,19083,19082,19083,19084,19084,19083,19085,19081,19082,19086,19086,19082,19084,19064,19075,19067,19067,19075,19087,19075,19076,19087,19087,19076,19081,19087,19081,19088,19088,19081,19086,19067,19087,19069,19069,19087,19088,18140,19089,18121,18121,19089,19078,18138,19090,18140,18140,19090,19089,19090,19091,19089,19089,19091,19092,19089,19092,19078,19078,19092,19079,18137,19093,18138,18138,19093,19090,18136,19094,18137,18137,19094,19093,19094,19095,19093,19093,19095,19096,19093,19096,19090,19090,19096,19091,19096,19097,19091,19091,19097,19098,19095,19099,19096,19096,19099,19097,19099,19100,19097,19097,19100,19101,19097,19101,19098,19098,19101,19102,19092,19103,19079,19079,19103,19083,19091,19098,19092,19092,19098,19103,19098,19102,19103,19103,19102,19104,19103,19104,19083,19083,19104,19085,18156,19105,18136,18136,19105,19094,18154,19106,18156,18156,19106,19105,19106,19107,19105,19105,19107,19108,19105,19108,19094,19094,19108,19095,18153,19109,18154,18154,19109,19106,18152,19110,18153,18153,19110,19109,19110,19111,19109,19109,19111,19112,19109,19112,19106,19106,19112,19107,19112,19113,19107,19107,19113,19114,19111,19115,19112,19112,19115,19113,19115,19116,19113,19113,19116,19117,19113,19117,19114,19114,19117,19118,19108,19119,19095,19095,19119,19099,19107,19114,19108,19108,19114,19119,19114,19118,19119,19119,19118,19120,19119,19120,19099,19099,19120,19100,18172,19121,18152,18152,19121,19110,18170,19122,18172,18172,19122,19121,19122,19123,19121,19121,19123,19124,19121,19124,19110,19110,19124,19111,18169,19125,18170,18170,19125,19122,18168,19126,18169,18169,19126,19125,19126,19127,19125,19125,19127,19128,19125,19128,19122,19122,19128,19123,19128,19129,19123,19123,19129,19130,19127,19131,19128,19128,19131,19129,19131,19132,19129,19129,19132,19133,19129,19133,19130,19130,19133,19134,19124,19135,19111,19111,19135,19115,19123,19130,19124,19124,19130,19135,19130,19134,19135,19135,19134,19136,19135,19136,19115,19115,19136,19116,18188,19137,18168,18168,19137,19126,18186,19138,18188,18188,19138,19137,19138,19139,19137,19137,19139,19140,19137,19140,19126,19126,19140,19127,18185,19141,18186,18186,19141,19138,18184,19142,18185,18185,19142,19141,19142,19143,19141,19141,19143,19144,19141,19144,19138,19138,19144,19139,19144,19145,19139,19139,19145,19146,19143,19147,19144,19144,19147,19145,19147,19148,19145,19145,19148,19149,19145,19149,19146,19146,19149,19150,19140,19151,19127,19127,19151,19131,19139,19146,19140,19140,19146,19151,19146,19150,19151,19151,19150,19152,19151,19152,19131,19131,19152,19132,18204,19153,18184,18184,19153,19142,18202,19154,18204,18204,19154,19153,19154,19155,19153,19153,19155,19156,19153,19156,19142,19142,19156,19143,18201,19157,18202,18202,19157,19154,18200,19158,18201,18201,19158,19157,19158,19159,19157,19157,19159,19160,19157,19160,19154,19154,19160,19155,19160,19161,19155,19155,19161,19162,19159,19163,19160,19160,19163,19161,19163,19164,19161,19161,19164,19165,19161,19165,19162,19162,19165,19166,19156,19167,19143,19143,19167,19147,19155,19162,19156,19156,19162,19167,19162,19166,19167,19167,19166,19168,19167,19168,19147,19147,19168,19148,18220,19169,18200,18200,19169,19158,18218,19170,18220,18220,19170,19169,19170,19171,19169,19169,19171,19172,19169,19172,19158,19158,19172,19159,18217,19173,18218,18218,19173,19170,18216,19174,18217,18217,19174,19173,19174,19175,19173,19173,19175,19176,19173,19176,19170,19170,19176,19171,19176,19177,19171,19171,19177,19178,19175,19179,19176,19176,19179,19177,19179,19180,19177,19177,19180,19181,19177,19181,19178,19178,19181,19182,19172,19183,19159,19159,19183,19163,19171,19178,19172,19172,19178,19183,19178,19182,19183,19183,19182,19184,19183,19184,19163,19163,19184,19164,18236,19185,18216,18216,19185,19174,18234,19186,18236,18236,19186,19185,19186,19187,19185,19185,19187,19188,19185,19188,19174,19174,19188,19175,18233,19189,18234,18234,19189,19186,18232,19190,18233,18233,19190,19189,19190,19191,19189,19189,19191,19192,19189,19192,19186,19186,19192,19187,19192,19193,19187,19187,19193,19194,19191,19195,19192,19192,19195,19193,19195,19196,19193,19193,19196,19197,19193,19197,19194,19194,19197,19198,19188,19199,19175,19175,19199,19179,19187,19194,19188,19188,19194,19199,19194,19198,19199,19199,19198,19200,19199,19200,19179,19179,19200,19180,18252,19201,18232,18232,19201,19190,18250,19202,18252,18252,19202,19201,19202,19203,19201,19201,19203,19204,19201,19204,19190,19190,19204,19191,18249,19205,18250,18250,19205,19202,18248,19206,18249,18249,19206,19205,19206,19207,19205,19205,19207,19208,19205,19208,19202,19202,19208,19203,19208,19209,19203,19203,19209,19210,19207,19211,19208,19208,19211,19209,19211,19212,19209,19209,19212,19213,19209,19213,19210,19210,19213,19214,19204,19215,19191,19191,19215,19195,19203,19210,19204,19204,19210,19215,19210,19214,19215,19215,19214,19216,19215,19216,19195,19195,19216,19196,18268,19217,18248,18248,19217,19206,18266,19218,18268,18268,19218,19217,19218,19219,19217,19217,19219,19220,19217,19220,19206,19206,19220,19207,18265,19221,18266,18266,19221,19218,18264,19222,18265,18265,19222,19221,19222,19223,19221,19221,19223,19224,19221,19224,19218,19218,19224,19219,19224,19225,19219,19219,19225,19226,19223,19227,19224,19224,19227,19225,19227,19228,19225,19225,19228,19229,19225,19229,19226,19226,19229,19230,19220,19231,19207,19207,19231,19211,19219,19226,19220,19220,19226,19231,19226,19230,19231,19231,19230,19232,19231,19232,19211,19211,19232,19212,18284,19233,18264,18264,19233,19222,18282,19234,18284,18284,19234,19233,19234,19235,19233,19233,19235,19236,19233,19236,19222,19222,19236,19223,18281,19237,18282,18282,19237,19234,18280,19238,18281,18281,19238,19237,19238,19239,19237,19237,19239,19240,19237,19240,19234,19234,19240,19235,19240,19241,19235,19235,19241,19242,19239,19243,19240,19240,19243,19241,19243,19244,19241,19241,19244,19245,19241,19245,19242,19242,19245,19246,19236,19247,19223,19223,19247,19227,19235,19242,19236,19236,19242,19247,19242,19246,19247,19247,19246,19248,19247,19248,19227,19227,19248,19228,18300,19249,18280,18280,19249,19238,18298,19250,18300,18300,19250,19249,19250,19251,19249,19249,19251,19252,19249,19252,19238,19238,19252,19239,18297,19253,18298,18298,19253,19250,18296,19254,18297,18297,19254,19253,19254,19255,19253,19253,19255,19256,19253,19256,19250,19250,19256,19251,19256,19257,19251,19251,19257,19258,19255,19259,19256,19256,19259,19257,19259,19260,19257,19257,19260,19261,19257,19261,19258,19258,19261,19262,19252,19263,19239,19239,19263,19243,19251,19258,19252,19252,19258,19263,19258,19262,19263,19263,19262,19264,19263,19264,19243,19243,19264,19244,18316,19265,18296,18296,19265,19254,18314,19266,18316,18316,19266,19265,19266,19267,19265,19265,19267,19268,19265,19268,19254,19254,19268,19255,18313,19269,18314,18314,19269,19266,18312,19270,18313,18313,19270,19269,19270,19271,19269,19269,19271,19272,19269,19272,19266,19266,19272,19267,19272,19273,19267,19267,19273,19274,19271,19275,19272,19272,19275,19273,19275,19276,19273,19273,19276,19277,19273,19277,19274,19274,19277,19278,19268,19279,19255,19255,19279,19259,19267,19274,19268,19268,19274,19279,19274,19278,19279,19279,19278,19280,19279,19280,19259,19259,19280,19260,18332,19281,18312,18312,19281,19270,18330,19282,18332,18332,19282,19281,19282,19283,19281,19281,19283,19284,19281,19284,19270,19270,19284,19271,18329,19285,18330,18330,19285,19282,18328,19286,18329,18329,19286,19285,19286,19287,19285,19285,19287,19288,19285,19288,19282,19282,19288,19283,19288,19289,19283,19283,19289,19290,19287,19291,19288,19288,19291,19289,19291,19292,19289,19289,19292,19293,19289,19293,19290,19290,19293,19294,19284,19295,19271,19271,19295,19275,19283,19290,19284,19284,19290,19295,19290,19294,19295,19295,19294,19296,19295,19296,19275,19275,19296,19276,18348,19297,18328,18328,19297,19286,18346,19298,18348,18348,19298,19297,19298,19299,19297,19297,19299,19300,19297,19300,19286,19286,19300,19287,18345,19301,18346,18346,19301,19298,18344,19302,18345,18345,19302,19301,19302,19303,19301,19301,19303,19304,19301,19304,19298,19298,19304,19299,19304,19305,19299,19299,19305,19306,19303,19307,19304,19304,19307,19305,19307,19308,19305,19305,19308,19309,19305,19309,19306,19306,19309,19310,19300,19311,19287,19287,19311,19291,19299,19306,19300,19300,19306,19311,19306,19310,19311,19311,19310,19312,19311,19312,19291,19291,19312,19292,18364,19313,18344,18344,19313,19302,18362,19314,18364,18364,19314,19313,19314,19315,19313,19313,19315,19316,19313,19316,19302,19302,19316,19303,18361,19317,18362,18362,19317,19314,18360,19318,18361,18361,19318,19317,19318,19319,19317,19317,19319,19320,19317,19320,19314,19314,19320,19315,19320,19321,19315,19315,19321,19322,19319,19323,19320,19320,19323,19321,19323,19324,19321,19321,19324,19325,19321,19325,19322,19322,19325,19326,19316,19327,19303,19303,19327,19307,19315,19322,19316,19316,19322,19327,19322,19326,19327,19327,19326,19328,19327,19328,19307,19307,19328,19308,18380,19329,18360,18360,19329,19318,18378,19330,18380,18380,19330,19329,19330,19331,19329,19329,19331,19332,19329,19332,19318,19318,19332,19319,18377,19333,18378,18378,19333,19330,18376,19334,18377,18377,19334,19333,19334,19335,19333,19333,19335,19336,19333,19336,19330,19330,19336,19331,19336,19337,19331,19331,19337,19338,19335,19339,19336,19336,19339,19337,19339,19340,19337,19337,19340,19341,19337,19341,19338,19338,19341,19342,19332,19343,19319,19319,19343,19323,19331,19338,19332,19332,19338,19343,19338,19342,19343,19343,19342,19344,19343,19344,19323,19323,19344,19324,18396,19345,18376,18376,19345,19334,18394,19346,18396,18396,19346,19345,19346,19347,19345,19345,19347,19348,19345,19348,19334,19334,19348,19335,18393,19349,18394,18394,19349,19346,18392,19350,18393,18393,19350,19349,19350,19351,19349,19349,19351,19352,19349,19352,19346,19346,19352,19347,19352,19353,19347,19347,19353,19354,19351,19355,19352,19352,19355,19353,19355,19356,19353,19353,19356,19357,19353,19357,19354,19354,19357,19358,19348,19359,19335,19335,19359,19339,19347,19354,19348,19348,19354,19359,19354,19358,19359,19359,19358,19360,19359,19360,19339,19339,19360,19340,18412,19361,18392,18392,19361,19350,18410,19362,18412,18412,19362,19361,19362,19363,19361,19361,19363,19364,19361,19364,19350,19350,19364,19351,18408,19365,18410,18410,19365,19362,18408,18409,19365,19365,18409,19366,19365,19366,19367,19367,19366,19368,19362,19365,19363,19363,19365,19367,19363,19367,19369,19369,19367,19370,19367,19368,19370,19370,19368,19371,19370,19371,19372,19372,19371,19373,19369,19370,19374,19374,19370,19372,19364,19375,19351,19351,19375,19355,19363,19369,19364,19364,19369,19375,19375,19369,19376,19376,19369,19374,19375,19376,19355,19355,19376,19356,18409,18428,19366,19366,18428,19377,18428,18426,19377,19377,18426,19378,19377,19378,19379,19379,19378,19380,19366,19377,19368,19368,19377,19379,18426,18424,19378,19378,18424,19381,18424,18425,19381,19381,18425,19382,19381,19382,19383,19383,19382,19384,19378,19381,19380,19380,19381,19383,19380,19383,19385,19385,19383,19386,19383,19384,19386,19386,19384,19387,19387,19388,19386,19386,19388,19389,19385,19386,19390,19390,19386,19389,19368,19379,19371,19371,19379,19391,19379,19380,19391,19391,19380,19385,19391,19385,19392,19392,19385,19390,19371,19391,19373,19373,19391,19392,18425,18444,19382,19382,18444,19393,18444,18442,19393,19393,18442,19394,19393,19394,19395,19395,19394,19396,19382,19393,19384,19384,19393,19395,18441,19397,18442,18442,19397,19394,18440,19398,18441,18441,19398,19397,19398,19399,19397,19397,19399,19400,19397,19400,19394,19394,19400,19396,19400,19401,19396,19396,19401,19402,19399,19403,19400,19400,19403,19401,19403,19404,19401,19401,19404,19405,19401,19405,19402,19402,19405,19406,19395,19407,19384,19384,19407,19387,19396,19402,19395,19395,19402,19407,19402,19406,19407,19407,19406,19408,19407,19408,19387,19387,19408,19388,18460,19409,18440,18440,19409,19398,18458,19410,18460,18460,19410,19409,19410,19411,19409,19409,19411,19412,19409,19412,19398,19398,19412,19399,18457,19413,18458,18458,19413,19410,18456,19414,18457,18457,19414,19413,19414,19415,19413,19413,19415,19416,19413,19416,19410,19410,19416,19411,19416,19417,19411,19411,19417,19418,19415,19419,19416,19416,19419,19417,19419,19420,19417,19417,19420,19421,19417,19421,19418,19418,19421,19422,19412,19423,19399,19399,19423,19403,19411,19418,19412,19412,19418,19423,19418,19422,19423,19423,19422,19424,19423,19424,19403,19403,19424,19404,18476,19425,18456,18456,19425,19414,18474,19426,18476,18476,19426,19425,19426,19427,19425,19425,19427,19428,19425,19428,19414,19414,19428,19415,18474,18472,19426,19426,18472,19429,18472,18473,19429,19429,18473,19430,19429,19430,19431,19431,19430,19432,19426,19429,19427,19427,19429,19431,19427,19431,19433,19433,19431,19434,19431,19432,19434,19434,19432,19435,19434,19435,19436,19436,19435,19437,19433,19434,19438,19438,19434,19436,19428,19439,19415,19415,19439,19419,19428,19427,19439,19439,19427,19433,19439,19433,19440,19440,19433,19438,19419,19439,19420,19420,19439,19440,18473,18492,19430,19430,18492,19441,18492,18490,19441,19441,18490,19442,19441,19442,19443,19443,19442,19444,19430,19441,19432,19432,19441,19443,18490,18488,19442,19442,18488,19445,18488,18489,19445,19445,18489,19446,19445,19446,19447,19447,19446,19448,19442,19445,19444,19444,19445,19447,19444,19447,19449,19449,19447,19450,19447,19448,19450,19450,19448,19451,19450,19451,19452,19452,19451,19453,19449,19450,19454,19454,19450,19452,19432,19443,19435,19435,19443,19455,19443,19444,19455,19455,19444,19449,19455,19449,19456,19456,19449,19454,19435,19455,19437,19437,19455,19456,18489,18508,19446,19446,18508,19457,18508,18506,19457,19457,18506,19458,19457,19458,19459,19459,19458,19460,19446,19457,19448,19448,19457,19459,18506,18504,19458,19458,18504,19461,18504,18505,19461,19461,18505,19462,19461,19462,19463,19463,19462,19464,19458,19461,19460,19460,19461,19463,19460,19463,19465,19465,19463,19466,19463,19464,19466,19466,19464,19467,19466,19467,19468,19468,19467,19469,19465,19466,19470,19470,19466,19468,19448,19459,19451,19451,19459,19471,19459,19460,19471,19471,19460,19465,19471,19465,19472,19472,19465,19470,19451,19471,19453,19453,19471,19472,18505,18524,19462,19462,18524,19473,18524,18522,19473,19473,18522,19474,19473,19474,19475,19475,19474,19476,19462,19473,19464,19464,19473,19475,18522,18520,19474,19474,18520,19477,18520,18521,19477,19477,18521,19478,19477,19478,19479,19479,19478,19480,19474,19477,19476,19476,19477,19479,19476,19479,19481,19481,19479,19482,19479,19480,19482,19482,19480,19483,19482,19483,19484,19484,19483,19485,19481,19482,19486,19486,19482,19484,19464,19475,19467,19467,19475,19487,19475,19476,19487,19487,19476,19481,19487,19481,19488,19488,19481,19486,19467,19487,19469,19469,19487,19488,18521,18540,19478,19478,18540,19489,18540,18538,19489,19489,18538,19490,19489,19490,19491,19491,19490,19492,19478,19489,19480,19480,19489,19491,18538,18536,19490,19490,18536,19493,18536,18537,19493,19493,18537,19494,19493,19494,19495,19495,19494,19496,19490,19493,19492,19492,19493,19495,19492,19495,19497,19497,19495,19498,19495,19496,19498,19498,19496,19499,19498,19499,19500,19500,19499,19501,19497,19498,19502,19502,19498,19500,19480,19491,19483,19483,19491,19503,19491,19492,19503,19503,19492,19497,19503,19497,19504,19504,19497,19502,19483,19503,19485,19485,19503,19504,18537,18556,19494,19494,18556,19505,18556,18554,19505,19505,18554,19506,19505,19506,19507,19507,19506,19508,19494,19505,19496,19496,19505,19507,18554,18552,19506,19506,18552,19509,18552,18553,19509,19509,18553,19510,19509,19510,19511,19511,19510,19512,19506,19509,19508,19508,19509,19511,19508,19511,19513,19513,19511,19514,19511,19512,19514,19514,19512,19515,19514,19515,19516,19516,19515,19517,19513,19514,19518,19518,19514,19516,19496,19507,19499,19499,19507,19519,19507,19508,19519,19519,19508,19513,19519,19513,19520,19520,19513,19518,19499,19519,19501,19501,19519,19520,18575,19521,18576,18576,19521,19522,18572,19523,18575,18575,19523,19521,19523,19524,19521,19521,19524,19525,19521,19525,19522,19522,19525,19526,18571,19527,18572,18572,19527,19523,18570,19528,18571,18571,19528,19527,19528,19529,19527,19527,19529,19530,19527,19530,19523,19523,19530,19524,19530,19531,19524,19524,19531,19532,19529,19533,19530,19530,19533,19531,19531,19533,19534,19534,19533,19535,19532,19531,19536,19536,19531,19534,19525,19537,19526,19526,19537,19538,19524,19532,19525,19525,19532,19537,19532,19536,19537,19537,19536,19539,19537,19539,19538,19538,19539,19540,18592,19541,18570,18570,19541,19528,18592,18590,19541,19541,18590,19542,19541,19542,19543,19543,19542,19544,19541,19543,19528,19528,19543,19529,18590,18588,19542,19542,18588,19545,18588,18589,19545,19545,18589,19546,19545,19546,19547,19547,19546,19548,19542,19545,19544,19544,19545,19547,19544,19547,19549,19549,19547,19550,19547,19548,19550,19550,19548,19551,19550,19551,19552,19552,19551,19553,19549,19550,19554,19554,19550,19552,19529,19543,19533,19533,19543,19555,19543,19544,19555,19555,19544,19549,19555,19549,19556,19556,19549,19554,19533,19555,19535,19535,19555,19556,18589,18608,19546,19546,18608,19557,18608,18606,19557,19557,18606,19558,19557,19558,19559,19559,19558,19560,19546,19557,19548,19548,19557,19559,18606,18604,19558,19558,18604,19561,18604,18605,19561,19561,18605,19562,19561,19562,19563,19563,19562,19564,19558,19561,19560,19560,19561,19563,19560,19563,19565,19565,19563,19566,19563,19564,19566,19566,19564,19567,19566,19567,19568,19568,19567,19569,19565,19566,19570,19570,19566,19568,19548,19559,19551,19551,19559,19571,19559,19560,19571,19571,19560,19565,19571,19565,19572,19572,19565,19570,19551,19571,19553,19553,19571,19572,18605,18624,19562,19562,18624,19573,18624,18622,19573,19573,18622,19574,19573,19574,19575,19575,19574,19576,19562,19573,19564,19564,19573,19575,18622,18620,19574,19574,18620,19577,18620,18621,19577,19577,18621,19578,19577,19578,19579,19579,19578,19580,19574,19577,19576,19576,19577,19579,19576,19579,19581,19581,19579,19582,19579,19580,19582,19582,19580,19583,19582,19583,19584,19584,19583,19585,19581,19582,19586,19586,19582,19584,19564,19575,19567,19567,19575,19587,19575,19576,19587,19587,19576,19581,19587,19581,19588,19588,19581,19586,19567,19587,19569,19569,19587,19588,18640,19589,18621,18621,19589,19578,18638,19590,18640,18640,19590,19589,19590,19591,19589,19589,19591,19592,19589,19592,19578,19578,19592,19580,18636,19593,18638,18638,19593,19590,18637,19594,18636,18636,19594,19593,19594,19595,19593,19593,19595,19596,19593,19596,19590,19590,19596,19591,19596,19597,19591,19591,19597,19598,19595,19599,19596,19596,19599,19597,19597,19599,19600,19600,19599,19601,19598,19597,19602,19602,19597,19600,19580,19592,19583,19583,19592,19603,19591,19598,19592,19592,19598,19603,19603,19598,19604,19604,19598,19602,19583,19603,19585,19585,19603,19604,18637,18656,19594,19594,18656,19605,18656,18654,19605,19605,18654,19606,19605,19606,19607,19607,19606,19608,19605,19607,19594,19594,19607,19595,18654,18652,19606,19606,18652,19609,18652,18653,19609,19609,18653,19610,19609,19610,19611,19611,19610,19612,19606,19609,19608,19608,19609,19611,19608,19611,19613,19613,19611,19614,19611,19612,19614,19614,19612,19615,19614,19615,19616,19616,19615,19617,19613,19614,19618,19618,19614,19616,19607,19619,19595,19595,19619,19599,19608,19613,19607,19607,19613,19619,19613,19618,19619,19619,19618,19620,19619,19620,19599,19599,19620,19601,18653,18672,19610,19610,18672,19621,18672,18670,19621,19621,18670,19622,19621,19622,19623,19623,19622,19624,19610,19621,19612,19612,19621,19623,18670,18668,19622,19622,18668,19625,18668,18669,19625,19625,18669,19626,19625,19626,19627,19627,19626,19628,19622,19625,19624,19624,19625,19627,19624,19627,19629,19629,19627,19630,19627,19628,19630,19630,19628,19631,19630,19631,19632,19632,19631,19633,19629,19630,19634,19634,19630,19632,19612,19623,19615,19615,19623,19635,19623,19624,19635,19635,19624,19629,19635,19629,19636,19636,19629,19634,19615,19635,19617,19617,19635,19636,18669,18688,19626,19626,18688,19637,18688,18686,19637,19637,18686,19638,19637,19638,19639,19639,19638,19640,19626,19637,19628,19628,19637,19639,18686,18685,19638,19638,18685,19641,18685,18684,19641,19641,18684,19642,19641,19642,19643,19643,19642,19644,19638,19641,19640,19640,19641,19643,19640,19643,19645,19645,19643,19646,19643,19644,19646,19646,19644,19647,19646,19647,19648,19648,19647,19649,19645,19646,19650,19650,19646,19648,19628,19639,19631,19631,19639,19651,19639,19640,19651,19651,19640,19645,19651,19645,19652,19652,19645,19650,19631,19651,19633,19633,19651,19652,18704,19653,18684,18684,19653,19642,18702,19654,18704,18704,19654,19653,19654,19655,19653,19653,19655,19656,19653,19656,19642,19642,19656,19644,18701,19657,18702,18702,19657,19654,18700,19658,18701,18701,19658,19657,19658,19659,19657,19657,19659,19660,19657,19660,19654,19654,19660,19655,19660,19661,19655,19655,19661,19662,19659,19663,19660,19660,19663,19661,19663,19664,19661,19661,19664,19665,19661,19665,19662,19662,19665,19666,19644,19656,19647,19647,19656,19667,19655,19662,19656,19656,19662,19667,19662,19666,19667,19667,19666,19668,19647,19667,19649,19649,19667,19668,18720,19669,18700,18700,19669,19658,18718,19670,18720,18720,19670,19669,19670,19671,19669,19669,19671,19672,19669,19672,19658,19658,19672,19659,18717,19673,18718,18718,19673,19670,18716,19674,18717,18717,19674,19673,19674,19675,19673,19673,19675,19676,19673,19676,19670,19670,19676,19671,19676,19677,19671,19671,19677,19678,19675,19679,19676,19676,19679,19677,19679,19680,19677,19677,19680,19681,19677,19681,19678,19678,19681,19682,19672,19683,19659,19659,19683,19663,19671,19678,19672,19672,19678,19683,19678,19682,19683,19683,19682,19684,19683,19684,19663,19663,19684,19664,18736,19685,18716,18716,19685,19674,18734,19686,18736,18736,19686,19685,19686,19687,19685,19685,19687,19688,19685,19688,19674,19674,19688,19675,18732,19689,18734,18734,19689,19686,18733,19690,18732,18732,19690,19689,19690,19691,19689,19689,19691,19692,19689,19692,19686,19686,19692,19687,19692,19693,19687,19687,19693,19694,19691,19695,19692,19692,19695,19693,19695,19696,19693,19693,19696,19697,19693,19697,19694,19694,19697,19698,19688,19699,19675,19675,19699,19679,19687,19694,19688,19688,19694,19699,19694,19698,19699,19699,19698,19700,19699,19700,19679,19679,19700,19680,18733,18752,19690,19690,18752,19701,18752,18750,19701,19701,18750,19702,19702,19703,19701,19701,19703,19704,19701,19704,19690,19690,19704,19691,18750,18748,19702,19702,18748,19705,18748,18749,19705,19705,18749,19706,19705,19706,19707,19707,19706,19708,19702,19705,19703,19703,19705,19707,19707,19709,19703,19703,19709,19710,19707,19708,19709,19709,19708,19711,19711,19712,19709,19709,19712,19713,19709,19713,19710,19710,19713,19714,19704,19715,19691,19691,19715,19695,19703,19710,19704,19704,19710,19715,19710,19714,19715,19715,19714,19716,19715,19716,19695,19695,19716,19696,18749,18768,19706,19706,18768,19717,18768,18766,19717,19717,18766,19718,19717,19718,19719,19719,19718,19720,19706,19717,19708,19708,19717,19719,18766,18764,19718,19718,18764,19721,18764,18765,19721,19721,18765,19722,19721,19722,19723,19723,19722,19724,19718,19721,19720,19720,19721,19723,19720,19723,19725,19725,19723,19726,19723,19724,19726,19726,19724,19727,19726,19727,19728,19728,19727,19729,19725,19726,19730,19730,19726,19728,19708,19719,19711,19711,19719,19731,19719,19720,19731,19731,19720,19725,19731,19725,19732,19732,19725,19730,19711,19731,19712,19712,19731,19732,18765,18784,19722,19722,18784,19733,18784,18782,19733,19733,18782,19734,19733,19734,19735,19735,19734,19736,19722,19733,19724,19724,19733,19735,18782,18780,19734,19734,18780,19737,18780,18781,19737,19737,18781,19738,19737,19738,19739,19739,19738,19740,19734,19737,19736,19736,19737,19739,19736,19739,19741,19741,19739,19742,19739,19740,19742,19742,19740,19743,19742,19743,19744,19744,19743,19745,19741,19742,19746,19746,19742,19744,19724,19735,19727,19727,19735,19747,19735,19736,19747,19747,19736,19741,19747,19741,19748,19748,19741,19746,19727,19747,19729,19729,19747,19748,18781,18800,19738,19738,18800,19749,18800,18798,19749,19749,18798,19750,19749,19750,19751,19751,19750,19752,19738,19749,19740,19740,19749,19751,18798,18796,19750,19750,18796,19753,18796,18797,19753,19753,18797,19754,19753,19754,19755,19755,19754,19756,19750,19753,19752,19752,19753,19755,19752,19755,19757,19757,19755,19758,19755,19756,19758,19758,19756,19759,19758,19759,19760,19760,19759,19761,19757,19758,19762,19762,19758,19760,19740,19751,19743,19743,19751,19763,19751,19752,19763,19763,19752,19757,19763,19757,19764,19764,19757,19762,19743,19763,19745,19745,19763,19764,18797,18816,19754,19754,18816,19765,18816,18814,19765,19765,18814,19766,19765,19766,19767,19767,19766,19768,19754,19765,19756,19756,19765,19767,18814,18812,19766,19766,18812,19769,18812,18813,19769,19769,18813,19770,19769,19770,19771,19771,19770,19772,19766,19769,19768,19768,19769,19771,19768,19771,19773,19773,19771,19774,19771,19772,19774,19774,19772,19775,19774,19775,19776,19776,19775,19777,19773,19774,19778,19778,19774,19776,19756,19767,19759,19759,19767,19779,19767,19768,19779,19779,19768,19773,19779,19773,19780,19780,19773,19778,19759,19779,19761,19761,19779,19780,18813,18832,19770,19770,18832,19781,18832,18830,19781,19781,18830,19782,19781,19782,19783,19783,19782,19784,19770,19781,19772,19772,19781,19783,18830,18828,19782,19782,18828,19785,18828,18829,19785,19785,18829,19786,19785,19786,19787,19787,19786,19788,19782,19785,19784,19784,19785,19787,19784,19787,19789,19789,19787,19790,19787,19788,19790,19790,19788,19791,19790,19791,19792,19792,19791,19793,19789,19790,19794,19794,19790,19792,19772,19783,19775,19775,19783,19795,19783,19784,19795,19795,19784,19789,19795,19789,19796,19796,19789,19794,19775,19795,19777,19777,19795,19796,18829,18848,19786,19786,18848,19797,18848,18846,19797,19797,18846,19798,19797,19798,19799,19799,19798,19800,19786,19797,19788,19788,19797,19799,18846,18844,19798,19798,18844,19801,18844,18845,19801,19801,18845,19802,19801,19802,19803,19803,19802,19804,19798,19801,19800,19800,19801,19803,19800,19803,19805,19805,19803,19806,19803,19804,19806,19806,19804,19807,19806,19807,19808,19808,19807,19809,19805,19806,19810,19810,19806,19808,19788,19799,19791,19791,19799,19811,19799,19800,19811,19811,19800,19805,19811,19805,19812,19812,19805,19810,19791,19811,19793,19793,19811,19812,18845,18864,19802,19802,18864,19813,18864,18862,19813,19813,18862,19814,19813,19814,19815,19815,19814,19816,19802,19813,19804,19804,19813,19815,18862,18860,19814,19814,18860,19817,18860,18861,19817,19817,18861,19818,19817,19818,19819,19819,19818,19820,19814,19817,19816,19816,19817,19819,19816,19819,19821,19821,19819,19822,19819,19820,19822,19822,19820,19823,19822,19823,19824,19824,19823,19825,19821,19822,19826,19826,19822,19824,19804,19815,19807,19807,19815,19827,19815,19816,19827,19827,19816,19821,19827,19821,19828,19828,19821,19826,19807,19827,19809,19809,19827,19828,18861,18880,19818,19818,18880,19829,18880,18878,19829,19829,18878,19830,19829,19830,19831,19831,19830,19832,19818,19829,19820,19820,19829,19831,18878,18876,19830,19830,18876,19833,18876,18877,19833,19833,18877,19834,19833,19834,19835,19835,19834,19836,19830,19833,19832,19832,19833,19835,19832,19835,19837,19837,19835,19838,19835,19836,19838,19838,19836,19839,19838,19839,19840,19840,19839,19841,19837,19838,19842,19842,19838,19840,19820,19831,19823,19823,19831,19843,19831,19832,19843,19843,19832,19837,19843,19837,19844,19844,19837,19842,19823,19843,19825,19825,19843,19844,18877,18896,19834,19834,18896,19845,18896,18894,19845,19845,18894,19846,19845,19846,19847,19847,19846,19848,19834,19845,19836,19836,19845,19847,18894,18892,19846,19846,18892,19849,18892,18893,19849,19849,18893,19850,19849,19850,19851,19851,19850,19852,19846,19849,19848,19848,19849,19851,19848,19851,19853,19853,19851,19854,19851,19852,19854,19854,19852,19855,19854,19855,19856,19856,19855,19857,19853,19854,19858,19858,19854,19856,19836,19847,19839,19839,19847,19859,19847,19848,19859,19859,19848,19853,19859,19853,19860,19860,19853,19858,19839,19859,19841,19841,19859,19860,18893,18912,19850,19850,18912,19861,18912,18910,19861,19861,18910,19862,19861,19862,19863,19863,19862,19864,19850,19861,19852,19852,19861,19863,18910,18908,19862,19862,18908,19865,18908,18909,19865,19865,18909,19866,19865,19866,19867,19867,19866,19868,19862,19865,19864,19864,19865,19867,19864,19867,19869,19869,19867,19870,19867,19868,19870,19870,19868,19871,19870,19871,19872,19872,19871,19873,19869,19870,19874,19874,19870,19872,19852,19863,19855,19855,19863,19875,19863,19864,19875,19875,19864,19869,19875,19869,19876,19876,19869,19874,19855,19875,19857,19857,19875,19876,18909,18928,19866,19866,18928,19877,18928,18926,19877,19877,18926,19878,19877,19878,19879,19879,19878,19880,19866,19877,19868,19868,19877,19879,18926,18924,19878,19878,18924,19881,18924,18925,19881,19881,18925,19882,19881,19882,19883,19883,19882,19884,19878,19881,19880,19880,19881,19883,19880,19883,19885,19885,19883,19886,19883,19884,19886,19886,19884,19887,19886,19887,19888,19888,19887,19889,19885,19886,19890,19890,19886,19888,19868,19879,19871,19871,19879,19891,19879,19880,19891,19891,19880,19885,19891,19885,19892,19892,19885,19890,19871,19891,19873,19873,19891,19892,18925,18944,19882,19882,18944,19893,18944,18942,19893,19893,18942,19894,19893,19894,19895,19895,19894,19896,19882,19893,19884,19884,19893,19895,18942,18940,19894,19894,18940,19897,18940,18941,19897,19897,18941,19898,19897,19898,19899,19899,19898,19900,19894,19897,19896,19896,19897,19899,19896,19899,19901,19901,19899,19902,19899,19900,19902,19902,19900,19903,19902,19903,19904,19904,19903,19905,19901,19902,19906,19906,19902,19904,19884,19895,19887,19887,19895,19907,19895,19896,19907,19907,19896,19901,19907,19901,19908,19908,19901,19906,19887,19907,19889,19889,19907,19908,18941,18960,19898,19898,18960,19909,18960,18958,19909,19909,18958,19910,19909,19910,19911,19911,19910,19912,19898,19909,19900,19900,19909,19911,18958,18956,19910,19910,18956,19913,18956,18957,19913,19913,18957,19914,19913,19914,19915,19915,19914,19916,19910,19913,19912,19912,19913,19915,19912,19915,19917,19917,19915,19918,19915,19916,19918,19918,19916,19919,19918,19919,19920,19920,19919,19921,19917,19918,19922,19922,19918,19920,19900,19911,19903,19903,19911,19923,19911,19912,19923,19923,19912,19917,19923,19917,19924,19924,19917,19922,19903,19923,19905,19905,19923,19924,18957,18976,19914,19914,18976,19925,18976,18974,19925,19925,18974,19926,19925,19926,19927,19927,19926,19928,19914,19925,19916,19916,19925,19927,18974,18972,19926,19926,18972,19929,18972,18973,19929,19929,18973,19930,19929,19930,19931,19931,19930,19932,19926,19929,19928,19928,19929,19931,19928,19931,19933,19933,19931,19934,19931,19932,19934,19934,19932,19935,19934,19935,19936,19936,19935,19937,19933,19934,19938,19938,19934,19936,19916,19927,19919,19919,19927,19939,19927,19928,19939,19939,19928,19933,19939,19933,19940,19940,19933,19938,19919,19939,19921,19921,19939,19940,18973,18992,19930,19930,18992,19941,18992,18990,19941,19941,18990,19942,19941,19942,19943,19943,19942,19944,19930,19941,19932,19932,19941,19943,18990,18988,19942,19942,18988,19945,18988,18989,19945,19945,18989,19946,19945,19946,19947,19947,19946,19948,19942,19945,19944,19944,19945,19947,19944,19947,19949,19949,19947,19950,19947,19948,19950,19950,19948,19951,19950,19951,19952,19952,19951,19953,19949,19950,19954,19954,19950,19952,19932,19943,19935,19935,19943,19955,19943,19944,19955,19955,19944,19949,19955,19949,19956,19956,19949,19954,19935,19955,19937,19937,19955,19956,18989,19008,19946,19946,19008,19957,19008,19006,19957,19957,19006,19958,19957,19958,19959,19959,19958,19960,19946,19957,19948,19948,19957,19959,19006,19004,19958,19958,19004,19961,19004,19005,19961,19961,19005,19962,19961,19962,19963,19963,19962,19964,19958,19961,19960,19960,19961,19963,19960,19963,19965,19965,19963,19966,19963,19964,19966,19966,19964,19967,19966,19967,19968,19968,19967,19969,19965,19966,19970,19970,19966,19968,19948,19959,19951,19951,19959,19971,19959,19960,19971,19971,19960,19965,19971,19965,19972,19972,19965,19970,19951,19971,19953,19953,19971,19972,19005,19024,19962,19962,19024,19973,19024,19022,19973,19973,19022,19974,19973,19974,19975,19975,19974,19976,19962,19973,19964,19964,19973,19975,19022,19020,19974,19974,19020,19977,19020,19021,19977,19977,19021,19978,19977,19978,19979,19979,19978,19980,19974,19977,19976,19976,19977,19979,19976,19979,19981,19981,19979,19982,19979,19980,19982,19982,19980,19983,19982,19983,19984,19984,19983,19985,19981,19982,19986,19986,19982,19984,19964,19975,19967,19967,19975,19987,19975,19976,19987,19987,19976,19981,19987,19981,19988,19988,19981,19986,19967,19987,19969,19969,19987,19988,19021,19040,19978,19978,19040,19989,19040,19038,19989,19989,19038,19990,19989,19990,19991,19991,19990,19992,19978,19989,19980,19980,19989,19991,19038,19036,19990,19990,19036,19993,19036,19037,19993,19993,19037,19994,19993,19994,19995,19995,19994,19996,19990,19993,19992,19992,19993,19995,19992,19995,19997,19997,19995,19998,19995,19996,19998,19998,19996,19999,19998,19999,20000,20000,19999,20001,19997,19998,20002,20002,19998,20000,19980,19991,19983,19983,19991,20003,19991,19992,20003,20003,19992,19997,20003,19997,20004,20004,19997,20002,19983,20003,19985,19985,20003,20004,19037,19056,19994,19994,19056,20005,19056,19054,20005,20005,19054,20006,20005,20006,20007,20007,20006,20008,19994,20005,19996,19996,20005,20007,19054,19052,20006,20006,19052,20009,19052,19053,20009,20009,19053,20010,20009,20010,20011,20011,20010,20012,20006,20009,20008,20008,20009,20011,20008,20011,20013,20013,20011,20014,20011,20012,20014,20014,20012,20015,20014,20015,20016,20016,20015,20017,20013,20014,20018,20018,20014,20016,19996,20007,19999,19999,20007,20019,20007,20008,20019,20019,20008,20013,20019,20013,20020,20020,20013,20018,19999,20019,20001,20001,20019,20020,19053,19072,20010,20010,19072,20021,19072,19070,20021,20021,19070,20022,20021,20022,20023,20023,20022,20024,20010,20021,20012,20012,20021,20023,19070,19068,20022,20022,19068,20025,19068,19069,20025,20025,19069,20026,20025,20026,20027,20027,20026,20028,20022,20025,20024,20024,20025,20027,20024,20027,20029,20029,20027,20030,20027,20028,20030,20030,20028,20031,20030,20031,20032,20032,20031,20033,20029,20030,20034,20034,20030,20032,20012,20023,20015,20015,20023,20035,20023,20024,20035,20035,20024,20029,20035,20029,20036,20036,20029,20034,20015,20035,20017,20017,20035,20036,19069,19088,20026,20026,19088,20037,19088,19086,20037,20037,19086,20038,20037,20038,20039,20039,20038,20040,20026,20037,20028,20028,20037,20039,19086,19084,20038,20038,19084,20041,19084,19085,20041,20041,19085,20042,20042,20043,20041,20041,20043,20044,20038,20041,20040,20040,20041,20044,20040,20044,20045,20045,20044,20046,20043,20047,20044,20044,20047,20046,20047,20048,20046,20046,20048,20049,20045,20046,20050,20050,20046,20049,20028,20039,20031,20031,20039,20051,20039,20040,20051,20051,20040,20045,20051,20045,20052,20052,20045,20050,20031,20051,20033,20033,20051,20052,19104,20053,19085,19085,20053,20042,19102,20054,19104,19104,20054,20053,20054,20055,20053,20053,20055,20056,20053,20056,20042,20042,20056,20043,19101,20057,19102,19102,20057,20054,19100,20058,19101,19101,20058,20057,20058,20059,20057,20057,20059,20060,20057,20060,20054,20054,20060,20055,20060,20061,20055,20055,20061,20062,20059,20063,20060,20060,20063,20061,20063,20064,20061,20061,20064,20065,20061,20065,20062,20062,20065,20066,20056,20067,20043,20043,20067,20047,20055,20062,20056,20056,20062,20067,20062,20066,20067,20067,20066,20068,20067,20068,20047,20047,20068,20048,19120,20069,19100,19100,20069,20058,19118,20070,19120,19120,20070,20069,20070,20071,20069,20069,20071,20072,20069,20072,20058,20058,20072,20059,19117,20073,19118,19118,20073,20070,19116,20074,19117,19117,20074,20073,20074,20075,20073,20073,20075,20076,20073,20076,20070,20070,20076,20071,20076,20077,20071,20071,20077,20078,20075,20079,20076,20076,20079,20077,20079,20080,20077,20077,20080,20081,20077,20081,20078,20078,20081,20082,20072,20083,20059,20059,20083,20063,20071,20078,20072,20072,20078,20083,20078,20082,20083,20083,20082,20084,20083,20084,20063,20063,20084,20064,19136,20085,19116,19116,20085,20074,19134,20086,19136,19136,20086,20085,20086,20087,20085,20085,20087,20088,20085,20088,20074,20074,20088,20075,19133,20089,19134,19134,20089,20086,19132,20090,19133,19133,20090,20089,20090,20091,20089,20089,20091,20092,20089,20092,20086,20086,20092,20087,20092,20093,20087,20087,20093,20094,20091,20095,20092,20092,20095,20093,20095,20096,20093,20093,20096,20097,20093,20097,20094,20094,20097,20098,20088,20099,20075,20075,20099,20079,20087,20094,20088,20088,20094,20099,20094,20098,20099,20099,20098,20100,20099,20100,20079,20079,20100,20080,19152,20101,19132,19132,20101,20090,19150,20102,19152,19152,20102,20101,20102,20103,20101,20101,20103,20104,20101,20104,20090,20090,20104,20091,19149,20105,19150,19150,20105,20102,19148,20106,19149,19149,20106,20105,20106,20107,20105,20105,20107,20108,20105,20108,20102,20102,20108,20103,20108,20109,20103,20103,20109,20110,20107,20111,20108,20108,20111,20109,20111,20112,20109,20109,20112,20113,20109,20113,20110,20110,20113,20114,20104,20115,20091,20091,20115,20095,20103,20110,20104,20104,20110,20115,20110,20114,20115,20115,20114,20116,20115,20116,20095,20095,20116,20096,19168,20117,19148,19148,20117,20106,19166,20118,19168,19168,20118,20117,20118,20119,20117,20117,20119,20120,20117,20120,20106,20106,20120,20107,19165,20121,19166,19166,20121,20118,19164,20122,19165,19165,20122,20121,20122,20123,20121,20121,20123,20124,20121,20124,20118,20118,20124,20119,20124,20125,20119,20119,20125,20126,20123,20127,20124,20124,20127,20125,20127,20128,20125,20125,20128,20129,20125,20129,20126,20126,20129,20130,20120,20131,20107,20107,20131,20111,20119,20126,20120,20120,20126,20131,20126,20130,20131,20131,20130,20132,20131,20132,20111,20111,20132,20112,19184,20133,19164,19164,20133,20122,19182,20134,19184,19184,20134,20133,20134,20135,20133,20133,20135,20136,20133,20136,20122,20122,20136,20123,19181,20137,19182,19182,20137,20134,19180,20138,19181,19181,20138,20137,20138,20139,20137,20137,20139,20140,20137,20140,20134,20134,20140,20135,20140,20141,20135,20135,20141,20142,20139,20143,20140,20140,20143,20141,20143,20144,20141,20141,20144,20145,20141,20145,20142,20142,20145,20146,20136,20147,20123,20123,20147,20127,20135,20142,20136,20136,20142,20147,20142,20146,20147,20147,20146,20148,20147,20148,20127,20127,20148,20128,19200,20149,19180,19180,20149,20138,19198,20150,19200,19200,20150,20149,20150,20151,20149,20149,20151,20152,20149,20152,20138,20138,20152,20139,19197,20153,19198,19198,20153,20150,19196,20154,19197,19197,20154,20153,20154,20155,20153,20153,20155,20156,20153,20156,20150,20150,20156,20151,20156,20157,20151,20151,20157,20158,20155,20159,20156,20156,20159,20157,20159,20160,20157,20157,20160,20161,20157,20161,20158,20158,20161,20162,20152,20163,20139,20139,20163,20143,20151,20158,20152,20152,20158,20163,20158,20162,20163,20163,20162,20164,20163,20164,20143,20143,20164,20144,19216,20165,19196,19196,20165,20154,19214,20166,19216,19216,20166,20165,20166,20167,20165,20165,20167,20168,20165,20168,20154,20154,20168,20155,19213,20169,19214,19214,20169,20166,19212,20170,19213,19213,20170,20169,20170,20171,20169,20169,20171,20172,20169,20172,20166,20166,20172,20167,20172,20173,20167,20167,20173,20174,20171,20175,20172,20172,20175,20173,20175,20176,20173,20173,20176,20177,20173,20177,20174,20174,20177,20178,20168,20179,20155,20155,20179,20159,20167,20174,20168,20168,20174,20179,20174,20178,20179,20179,20178,20180,20179,20180,20159,20159,20180,20160,19232,20181,19212,19212,20181,20170,19230,20182,19232,19232,20182,20181,20182,20183,20181,20181,20183,20184,20181,20184,20170,20170,20184,20171,19229,20185,19230,19230,20185,20182,19228,20186,19229,19229,20186,20185,20186,20187,20185,20185,20187,20188,20185,20188,20182,20182,20188,20183,20188,20189,20183,20183,20189,20190,20187,20191,20188,20188,20191,20189,20191,20192,20189,20189,20192,20193,20189,20193,20190,20190,20193,20194,20184,20195,20171,20171,20195,20175,20183,20190,20184,20184,20190,20195,20190,20194,20195,20195,20194,20196,20195,20196,20175,20175,20196,20176,19248,20197,19228,19228,20197,20186,19246,20198,19248,19248,20198,20197,20198,20199,20197,20197,20199,20200,20197,20200,20186,20186,20200,20187,19245,20201,19246,19246,20201,20198,19244,20202,19245,19245,20202,20201,20202,20203,20201,20201,20203,20204,20201,20204,20198,20198,20204,20199,20204,20205,20199,20199,20205,20206,20203,20207,20204,20204,20207,20205,20207,20208,20205,20205,20208,20209,20205,20209,20206,20206,20209,20210,20200,20211,20187,20187,20211,20191,20199,20206,20200,20200,20206,20211,20206,20210,20211,20211,20210,20212,20211,20212,20191,20191,20212,20192,19264,20213,19244,19244,20213,20202,19262,20214,19264,19264,20214,20213,20214,20215,20213,20213,20215,20216,20213,20216,20202,20202,20216,20203,19261,20217,19262,19262,20217,20214,19260,20218,19261,19261,20218,20217,20218,20219,20217,20217,20219,20220,20217,20220,20214,20214,20220,20215,20220,20221,20215,20215,20221,20222,20219,20223,20220,20220,20223,20221,20223,20224,20221,20221,20224,20225,20221,20225,20222,20222,20225,20226,20216,20227,20203,20203,20227,20207,20215,20222,20216,20216,20222,20227,20222,20226,20227,20227,20226,20228,20227,20228,20207,20207,20228,20208,19280,20229,19260,19260,20229,20218,19278,20230,19280,19280,20230,20229,20230,20231,20229,20229,20231,20232,20229,20232,20218,20218,20232,20219,19277,20233,19278,19278,20233,20230,19276,20234,19277,19277,20234,20233,20234,20235,20233,20233,20235,20236,20233,20236,20230,20230,20236,20231,20236,20237,20231,20231,20237,20238,20235,20239,20236,20236,20239,20237,20239,20240,20237,20237,20240,20241,20237,20241,20238,20238,20241,20242,20232,20243,20219,20219,20243,20223,20231,20238,20232,20232,20238,20243,20238,20242,20243,20243,20242,20244,20243,20244,20223,20223,20244,20224,19296,20245,19276,19276,20245,20234,19294,20246,19296,19296,20246,20245,20246,20247,20245,20245,20247,20248,20245,20248,20234,20234,20248,20235,19293,20249,19294,19294,20249,20246,19292,20250,19293,19293,20250,20249,20250,20251,20249,20249,20251,20252,20249,20252,20246,20246,20252,20247,20252,20253,20247,20247,20253,20254,20251,20255,20252,20252,20255,20253,20255,20256,20253,20253,20256,20257,20253,20257,20254,20254,20257,20258,20248,20259,20235,20235,20259,20239,20247,20254,20248,20248,20254,20259,20254,20258,20259,20259,20258,20260,20259,20260,20239,20239,20260,20240,19312,20261,19292,19292,20261,20250,19310,20262,19312,19312,20262,20261,20262,20263,20261,20261,20263,20264,20261,20264,20250,20250,20264,20251,19309,20265,19310,19310,20265,20262,19308,20266,19309,19309,20266,20265,20266,20267,20265,20265,20267,20268,20265,20268,20262,20262,20268,20263,20268,20269,20263,20263,20269,20270,20267,20271,20268,20268,20271,20269,20271,20272,20269,20269,20272,20273,20269,20273,20270,20270,20273,20274,20264,20275,20251,20251,20275,20255,20263,20270,20264,20264,20270,20275,20270,20274,20275,20275,20274,20276,20275,20276,20255,20255,20276,20256,19328,20277,19308,19308,20277,20266,19326,20278,19328,19328,20278,20277,20278,20279,20277,20277,20279,20280,20277,20280,20266,20266,20280,20267,19325,20281,19326,19326,20281,20278,19324,20282,19325,19325,20282,20281,20282,20283,20281,20281,20283,20284,20281,20284,20278,20278,20284,20279,20284,20285,20279,20279,20285,20286,20283,20287,20284,20284,20287,20285,20287,20288,20285,20285,20288,20289,20285,20289,20286,20286,20289,20290,20280,20291,20267,20267,20291,20271,20279,20286,20280,20280,20286,20291,20286,20290,20291,20291,20290,20292,20291,20292,20271,20271,20292,20272,19344,20293,19324,19324,20293,20282,19342,20294,19344,19344,20294,20293,20294,20295,20293,20293,20295,20296,20293,20296,20282,20282,20296,20283,19341,20297,19342,19342,20297,20294,19340,20298,19341,19341,20298,20297,20298,20299,20297,20297,20299,20300,20297,20300,20294,20294,20300,20295,20300,20301,20295,20295,20301,20302,20299,20303,20300,20300,20303,20301,20303,20304,20301,20301,20304,20305,20301,20305,20302,20302,20305,20306,20296,20307,20283,20283,20307,20287,20295,20302,20296,20296,20302,20307,20302,20306,20307,20307,20306,20308,20307,20308,20287,20287,20308,20288,19360,20309,19340,19340,20309,20298,19358,20310,19360,19360,20310,20309,20310,20311,20309,20309,20311,20312,20309,20312,20298,20298,20312,20299,19357,20313,19358,19358,20313,20310,19356,20314,19357,19357,20314,20313,20314,20315,20313,20313,20315,20316,20313,20316,20310,20310,20316,20311,20316,20317,20311,20311,20317,20318,20316,20315,20317,20317,20315,20319,20317,20319,20320,20320,20319,20321,20318,20317,20322,20322,20317,20320,20312,20323,20299,20299,20323,20303,20311,20318,20312,20312,20318,20323,20318,20322,20323,20323,20322,20324,20323,20324,20303,20303,20324,20304,19376,20325,19356,19356,20325,20314,19376,19374,20325,20325,19374,20326,20325,20326,20327,20327,20326,20328,20314,20325,20315,20315,20325,20327,19374,19372,20326,20326,19372,20329,19372,19373,20329,20329,19373,20330,20329,20330,20331,20331,20330,20332,20326,20329,20328,20328,20329,20331,20328,20331,20333,20333,20331,20334,20332,20335,20331,20331,20335,20334,20335,20336,20334,20334,20336,20337,20334,20337,20333,20333,20337,20338,20315,20327,20319,20319,20327,20339,20327,20328,20339,20339,20328,20333,20339,20333,20340,20340,20333,20338,20319,20339,20321,20321,20339,20340,19373,19392,20330,20330,19392,20341,19392,19390,20341,20341,19390,20342,20341,20342,20343,20343,20342,20344,20330,20341,20332,20332,20341,20343,19389,20345,19390,19390,20345,20342,19388,20346,19389,19389,20346,20345,20346,20347,20345,20345,20347,20348,20345,20348,20342,20342,20348,20344,20348,20349,20344,20344,20349,20350,20347,20351,20348,20348,20351,20349,20351,20352,20349,20349,20352,20353,20349,20353,20350,20350,20353,20354,20343,20355,20332,20332,20355,20335,20344,20350,20343,20343,20350,20355,20350,20354,20355,20355,20354,20356,20355,20356,20335,20335,20356,20336,19408,20357,19388,19388,20357,20346,19406,20358,19408,19408,20358,20357,20358,20359,20357,20357,20359,20360,20357,20360,20346,20346,20360,20347,19405,20361,19406,19406,20361,20358,19404,20362,19405,19405,20362,20361,20362,20363,20361,20361,20363,20364,20361,20364,20358,20358,20364,20359,20364,20365,20359,20359,20365,20366,20364,20363,20365,20365,20363,20367,20365,20367,20368,20368,20367,20369,20366,20365,20370,20370,20365,20368,20360,20371,20347,20347,20371,20351,20359,20366,20360,20360,20366,20371,20371,20366,20372,20372,20366,20370,20371,20372,20351,20351,20372,20352,19424,20373,19404,19404,20373,20362,19422,20374,19424,19424,20374,20373,20373,20374,20375,20375,20374,20376,20373,20375,20362,20362,20375,20363,19421,20377,19422,19422,20377,20374,19421,19420,20377,20377,19420,20378,20377,20378,20379,20379,20378,20380,20374,20377,20376,20376,20377,20379,20376,20379,20381,20381,20379,20382,20379,20380,20382,20382,20380,20383,20382,20383,20384,20384,20383,20385,20381,20382,20386,20386,20382,20384,20363,20375,20367,20367,20375,20387,20375,20376,20387,20387,20376,20381,20387,20381,20388,20388,20381,20386,20367,20387,20369,20369,20387,20388,19420,19440,20378,20378,19440,20389,19440,19438,20389,20389,19438,20390,20389,20390,20391,20391,20390,20392,20378,20389,20380,20380,20389,20391,19438,19436,20390,20390,19436,20393,19436,19437,20393,20393,19437,20394,20393,20394,20395,20395,20394,20396,20390,20393,20392,20392,20393,20395,20392,20395,20397,20397,20395,20398,20395,20396,20398,20398,20396,20399,20398,20399,20400,20400,20399,20401,20397,20398,20402,20402,20398,20400,20380,20391,20383,20383,20391,20403,20391,20392,20403,20403,20392,20397,20403,20397,20404,20404,20397,20402,20383,20403,20385,20385,20403,20404,19437,19456,20394,20394,19456,20405,19456,19454,20405,20405,19454,20406,20405,20406,20407,20407,20406,20408,20394,20405,20396,20396,20405,20407,19454,19452,20406,20406,19452,20409,19452,19453,20409,20409,19453,20410,20409,20410,20411,20411,20410,20412,20406,20409,20408,20408,20409,20411,20408,20411,20413,20413,20411,20414,20411,20412,20414,20414,20412,20415,20414,20415,20416,20416,20415,20417,20413,20414,20418,20418,20414,20416,20396,20407,20399,20399,20407,20419,20407,20408,20419,20419,20408,20413,20419,20413,20420,20420,20413,20418,20399,20419,20401,20401,20419,20420,19453,19472,20410,20410,19472,20421,19472,19470,20421,20421,19470,20422,20421,20422,20423,20423,20422,20424,20410,20421,20412,20412,20421,20423,19470,19468,20422,20422,19468,20425,19468,19469,20425,20425,19469,20426,20426,20427,20425,20425,20427,20428,20425,20428,20422,20422,20428,20424,20428,20429,20424,20424,20429,20430,20427,20431,20428,20428,20431,20429,20431,20432,20429,20429,20432,20433,20429,20433,20430,20430,20433,20434,20412,20423,20415,20415,20423,20435,20424,20430,20423,20423,20430,20435,20430,20434,20435,20435,20434,20436,20415,20435,20417,20417,20435,20436,19469,19488,20426,20426,19488,20437,19488,19486,20437,20437,19486,20438,20437,20438,20439,20439,20438,20440,20437,20439,20426,20426,20439,20427,19486,19484,20438,20438,19484,20441,19484,19485,20441,20441,19485,20442,20441,20442,20443,20443,20442,20444,20438,20441,20440,20440,20441,20443,20440,20443,20445,20445,20443,20446,20443,20444,20446,20446,20444,20447,20446,20447,20448,20448,20447,20449,20445,20446,20450,20450,20446,20448,20439,20451,20427,20427,20451,20431,20439,20440,20451,20451,20440,20445,20451,20445,20452,20452,20445,20450,20451,20452,20431,20431,20452,20432,19485,19504,20442,20442,19504,20453,19504,19502,20453,20453,19502,20454,20453,20454,20455,20455,20454,20456,20442,20453,20444,20444,20453,20455,19502,19500,20454,20454,19500,20457,19500,19501,20457,20457,19501,20458,20457,20458,20459,20459,20458,20460,20454,20457,20456,20456,20457,20459,20456,20459,20461,20461,20459,20462,20459,20460,20462,20462,20460,20463,20463,20464,20462,20462,20464,20465,20461,20462,20466,20466,20462,20465,20444,20455,20447,20447,20455,20467,20455,20456,20467,20467,20456,20461,20467,20461,20468,20468,20461,20466,20447,20467,20449,20449,20467,20468,19501,19520,20458,20458,19520,20469,19520,19518,20469,20469,19518,20470,20469,20470,20471,20471,20470,20472,20458,20469,20460,20460,20469,20471,19518,19516,20470,20470,19516,20473,19516,19517,20473,20473,19517,20474,20473,20474,20475,20475,20474,20476,20470,20473,20472,20472,20473,20475,20472,20475,20477,20477,20475,20478,20475,20476,20478,20478,20476,20479,20478,20479,20480,20480,20479,20481,20477,20478,20482,20482,20478,20480,20471,20483,20460,20460,20483,20463,20472,20477,20471,20471,20477,20483,20477,20482,20483,20483,20482,20484,20483,20484,20463,20463,20484,20464,19540,19539,20485,20485,19539,20486,19539,19536,20486,20486,19536,20487,20486,20487,20488,20488,20487,20489,20485,20486,20490,20490,20486,20488,19536,19534,20487,20487,19534,20491,19534,19535,20491,20491,19535,20492,20491,20492,20493,20493,20492,20494,20487,20491,20489,20489,20491,20493,20489,20493,20495,20495,20493,20496,20493,20494,20496,20496,20494,20497,20496,20497,20498,20498,20497,20499,20495,20496,20500,20500,20496,20498,20490,20488,20501,20501,20488,20502,20488,20489,20502,20502,20489,20495,20502,20495,20503,20503,20495,20500,20501,20502,20504,20504,20502,20503,19535,19556,20492,20492,19556,20505,19556,19554,20505,20505,19554,20506,20505,20506,20507,20507,20506,20508,20492,20505,20494,20494,20505,20507,19554,19552,20506,20506,19552,20509,19552,19553,20509,20509,19553,20510,20509,20510,20511,20511,20510,20512,20506,20509,20508,20508,20509,20511,20508,20511,20513,20513,20511,20514,20511,20512,20514,20514,20512,20515,20514,20515,20516,20516,20515,20517,20513,20514,20518,20518,20514,20516,20494,20507,20497,20497,20507,20519,20507,20508,20519,20519,20508,20513,20519,20513,20520,20520,20513,20518,20497,20519,20499,20499,20519,20520,19553,19572,20510,20510,19572,20521,19572,19570,20521,20521,19570,20522,20521,20522,20523,20523,20522,20524,20510,20521,20512,20512,20521,20523,19570,19568,20522,20522,19568,20525,19568,19569,20525,20525,19569,20526,20525,20526,20527,20527,20526,20528,20522,20525,20524,20524,20525,20527,20524,20527,20529,20529,20527,20530,20527,20528,20530,20530,20528,20531,20530,20531,20532,20532,20531,20533,20529,20530,20534,20534,20530,20532,20512,20523,20515,20515,20523,20535,20523,20524,20535,20535,20524,20529,20535,20529,20536,20536,20529,20534,20515,20535,20517,20517,20535,20536,19569,19588,20526,20526,19588,20537,19588,19586,20537,20537,19586,20538,20537,20538,20539,20539,20538,20540,20526,20537,20528,20528,20537,20539,19586,19584,20538,20538,19584,20541,19584,19585,20541,20541,19585,20542,20541,20542,20543,20543,20542,20544,20538,20541,20540,20540,20541,20543,20540,20543,20545,20545,20543,20546,20543,20544,20546,20546,20544,20547,20546,20547,20548,20548,20547,20549,20545,20546,20550,20550,20546,20548,20528,20539,20531,20531,20539,20551,20539,20540,20551,20551,20540,20545,20551,20545,20552,20552,20545,20550,20531,20551,20533,20533,20551,20552,19585,19604,20542,20542,19604,20553,19604,19602,20553,20553,19602,20554,20553,20554,20555,20555,20554,20556,20542,20553,20544,20544,20553,20555,19602,19600,20554,20554,19600,20557,19600,19601,20557,20557,19601,20558,20557,20558,20559,20559,20558,20560,20554,20557,20556,20556,20557,20559,20556,20559,20561,20561,20559,20562,20559,20560,20562,20562,20560,20563,20562,20563,20564,20564,20563,20565,20561,20562,20566,20566,20562,20564,20544,20555,20547,20547,20555,20567,20555,20556,20567,20567,20556,20561,20567,20561,20568,20568,20561,20566,20547,20567,20549,20549,20567,20568,19601,19620,20558,20558,19620,20569,19620,19618,20569,20569,19618,20570,20569,20570,20571,20571,20570,20572,20558,20569,20560,20560,20569,20571,19618,19616,20570,20570,19616,20573,19616,19617,20573,20573,19617,20574,20573,20574,20575,20575,20574,20576,20570,20573,20572,20572,20573,20575,20572,20575,20577,20577,20575,20578,20575,20576,20578,20578,20576,20579,20578,20579,20580,20580,20579,20581,20577,20578,20582,20582,20578,20580,20560,20571,20563,20563,20571,20583,20571,20572,20583,20583,20572,20577,20583,20577,20584,20584,20577,20582,20563,20583,20565,20565,20583,20584,19617,19636,20574,20574,19636,20585,19636,19634,20585,20585,19634,20586,20585,20586,20587,20587,20586,20588,20574,20585,20576,20576,20585,20587,19634,19632,20586,20586,19632,20589,19632,19633,20589,20589,19633,20590,20589,20590,20591,20591,20590,20592,20586,20589,20588,20588,20589,20591,20591,20593,20588,20588,20593,20594,20592,20595,20591,20591,20595,20593,20595,20596,20593,20593,20596,20597,20594,20593,20598,20598,20593,20597,20576,20587,20579,20579,20587,20599,20587,20588,20599,20599,20588,20594,20599,20594,20600,20600,20594,20598,20579,20599,20581,20581,20599,20600,19633,19652,20590,20590,19652,20601,19652,19650,20601,20601,19650,20602,20601,20602,20603,20603,20602,20604,20590,20601,20592,20592,20601,20603,19650,19648,20602,20602,19648,20605,19648,19649,20605,20605,19649,20606,20605,20606,20607,20607,20606,20608,20602,20605,20604,20604,20605,20607,20604,20607,20609,20609,20607,20610,20607,20608,20610,20610,20608,20611,20610,20611,20612,20612,20611,20613,20609,20610,20614,20614,20610,20612,20603,20615,20592,20592,20615,20595,20603,20604,20615,20615,20604,20609,20609,20614,20615,20615,20614,20616,20615,20616,20595,20595,20616,20596,19649,19668,20606,20606,19668,20617,19668,19666,20617,20617,19666,20618,20617,20618,20619,20619,20618,20620,20606,20617,20608,20608,20617,20619,19665,20621,19666,19666,20621,20618,19664,20622,19665,19665,20622,20621,20621,20622,20623,20623,20622,20624,20618,20621,20620,20620,20621,20623,20620,20623,20625,20625,20623,20626,20623,20624,20626,20626,20624,20627,20626,20627,20628,20628,20627,20629,20625,20626,20630,20630,20626,20628,20608,20619,20611,20611,20619,20631,20619,20620,20631,20631,20620,20625,20631,20625,20632,20632,20625,20630,20611,20631,20613,20613,20631,20632,19684,20633,19664,19664,20633,20622,19682,20634,19684,19684,20634,20633,20633,20634,20635,20635,20634,20636,20622,20633,20624,20624,20633,20635,19681,20637,19682,19682,20637,20634,19680,20638,19681,19681,20638,20637,20638,20639,20637,20637,20639,20640,20637,20640,20634,20634,20640,20636,20636,20640,20641,20641,20640,20642,20640,20639,20642,20642,20639,20643,20642,20643,20644,20644,20643,20645,20641,20642,20646,20646,20642,20644,20624,20635,20627,20627,20635,20647,20635,20636,20647,20647,20636,20641,20647,20641,20648,20648,20641,20646,20627,20647,20629,20629,20647,20648,19700,20649,19680,19680,20649,20638,19698,20650,19700,19700,20650,20649,20650,20651,20649,20649,20651,20652,20649,20652,20638,20638,20652,20639,19697,20653,19698,19698,20653,20650,19696,20654,19697,19697,20654,20653,20654,20655,20653,20653,20655,20656,20653,20656,20650,20650,20656,20651,20656,20657,20651,20651,20657,20658,20655,20659,20656,20656,20659,20657,20657,20659,20660,20660,20659,20661,20658,20657,20662,20662,20657,20660,20639,20652,20643,20643,20652,20663,20651,20658,20652,20652,20658,20663,20663,20658,20664,20664,20658,20662,20643,20663,20645,20645,20663,20664,19716,20665,19696,19696,20665,20654,19714,20666,19716,19716,20666,20665,20666,20667,20665,20665,20667,20668,20665,20668,20654,20654,20668,20655,19713,20669,19714,19714,20669,20666,19712,20670,19713,19713,20670,20669,20670,20671,20669,20669,20671,20672,20669,20672,20666,20666,20672,20667,20672,20673,20667,20667,20673,20674,20671,20675,20672,20672,20675,20673,20675,20676,20673,20673,20676,20677,20673,20677,20674,20674,20677,20678,20668,20679,20655,20655,20679,20659,20667,20674,20668,20668,20674,20679,20674,20678,20679,20679,20678,20680,20679,20680,20659,20659,20680,20661,19732,20681,19712,19712,20681,20670,19730,20682,19732,19732,20682,20681,20682,20683,20681,20681,20683,20684,20681,20684,20670,20670,20684,20671,19730,19728,20682,20682,19728,20685,19728,19729,20685,20685,19729,20686,20686,20687,20685,20685,20687,20688,20685,20688,20682,20682,20688,20683,20688,20689,20683,20683,20689,20690,20687,20691,20688,20688,20691,20689,20691,20692,20689,20689,20692,20693,20689,20693,20690,20690,20693,20694,20684,20695,20671,20671,20695,20675,20683,20690,20684,20684,20690,20695,20690,20694,20695,20695,20694,20696,20695,20696,20675,20675,20696,20676,19729,19748,20686,20686,19748,20697,19748,19746,20697,20697,19746,20698,20697,20698,20699,20699,20698,20700,20686,20697,20687,20687,20697,20699,19746,19744,20698,20698,19744,20701,19744,19745,20701,20701,19745,20702,20701,20702,20703,20703,20702,20704,20698,20701,20700,20700,20701,20703,20700,20703,20705,20705,20703,20706,20703,20704,20706,20706,20704,20707,20706,20707,20708,20708,20707,20709,20705,20706,20710,20710,20706,20708,20699,20711,20687,20687,20711,20691,20699,20700,20711,20711,20700,20705,20705,20710,20711,20711,20710,20712,20711,20712,20691,20691,20712,20692,19745,19764,20702,20702,19764,20713,19764,19762,20713,20713,19762,20714,20713,20714,20715,20715,20714,20716,20702,20713,20704,20704,20713,20715,19762,19760,20714,20714,19760,20717,19760,19761,20717,20717,19761,20718,20717,20718,20719,20719,20718,20720,20714,20717,20716,20716,20717,20719,20716,20719,20721,20721,20719,20722,20719,20720,20722,20722,20720,20723,20722,20723,20724,20724,20723,20725,20721,20722,20726,20726,20722,20724,20704,20715,20707,20707,20715,20727,20715,20716,20727,20727,20716,20721,20727,20721,20728,20728,20721,20726,20707,20727,20709,20709,20727,20728,19761,19780,20718,20718,19780,20729,19780,19778,20729,20729,19778,20730,20729,20730,20731,20731,20730,20732,20718,20729,20720,20720,20729,20731,19778,19776,20730,20730,19776,20733,19776,19777,20733,20733,19777,20734,20733,20734,20735,20735,20734,20736,20730,20733,20732,20732,20733,20735,20732,20735,20737,20737,20735,20738,20735,20736,20738,20738,20736,20739,20738,20739,20740,20740,20739,20741,20737,20738,20742,20742,20738,20740,20720,20731,20723,20723,20731,20743,20731,20732,20743,20743,20732,20737,20743,20737,20744,20744,20737,20742,20723,20743,20725,20725,20743,20744,19777,19796,20734,20734,19796,20745,19796,19794,20745,20745,19794,20746,20745,20746,20747,20747,20746,20748,20734,20745,20736,20736,20745,20747,19794,19792,20746,20746,19792,20749,19792,19793,20749,20749,19793,20750,20749,20750,20751,20751,20750,20752,20746,20749,20748,20748,20749,20751,20748,20751,20753,20753,20751,20754,20751,20752,20754,20754,20752,20755,20754,20755,20756,20756,20755,20757,20753,20754,20758,20758,20754,20756,20736,20747,20739,20739,20747,20759,20747,20748,20759,20759,20748,20753,20759,20753,20760,20760,20753,20758,20739,20759,20741,20741,20759,20760,19793,19812,20750,20750,19812,20761,19812,19810,20761,20761,19810,20762,20761,20762,20763,20763,20762,20764,20750,20761,20752,20752,20761,20763,19810,19808,20762,20762,19808,20765,19808,19809,20765,20765,19809,20766,20765,20766,20767,20767,20766,20768,20762,20765,20764,20764,20765,20767,20764,20767,20769,20769,20767,20770,20767,20768,20770,20770,20768,20771,20770,20771,20772,20772,20771,20773,20769,20770,20774,20774,20770,20772,20752,20763,20755,20755,20763,20775,20763,20764,20775,20775,20764,20769,20775,20769,20776,20776,20769,20774,20755,20775,20757,20757,20775,20776,19809,19828,20766,20766,19828,20777,19828,19826,20777,20777,19826,20778,20777,20778,20779,20779,20778,20780,20766,20777,20768,20768,20777,20779,19826,19824,20778,20778,19824,20781,19824,19825,20781,20781,19825,20782,20781,20782,20783,20783,20782,20784,20778,20781,20780,20780,20781,20783,20780,20783,20785,20785,20783,20786,20783,20784,20786,20786,20784,20787,20786,20787,20788,20788,20787,20789,20785,20786,20790,20790,20786,20788,20768,20779,20771,20771,20779,20791,20779,20780,20791,20791,20780,20785,20791,20785,20792,20792,20785,20790,20771,20791,20773,20773,20791,20792,19825,19844,20782,20782,19844,20793,19844,19842,20793,20793,19842,20794,20793,20794,20795,20795,20794,20796,20782,20793,20784,20784,20793,20795,19842,19840,20794,20794,19840,20797,19840,19841,20797,20797,19841,20798,20797,20798,20799,20799,20798,20800,20794,20797,20796,20796,20797,20799,20796,20799,20801,20801,20799,20802,20799,20800,20802,20802,20800,20803,20802,20803,20804,20804,20803,20805,20801,20802,20806,20806,20802,20804,20784,20795,20787,20787,20795,20807,20795,20796,20807,20807,20796,20801,20807,20801,20808,20808,20801,20806,20787,20807,20789,20789,20807,20808,19841,19860,20798,20798,19860,20809,19860,19858,20809,20809,19858,20810,20809,20810,20811,20811,20810,20812,20798,20809,20800,20800,20809,20811,19858,19856,20810,20810,19856,20813,19856,19857,20813,20813,19857,20814,20813,20814,20815,20815,20814,20816,20810,20813,20812,20812,20813,20815,20812,20815,20817,20817,20815,20818,20815,20816,20818,20818,20816,20819,20818,20819,20820,20820,20819,20821,20817,20818,20822,20822,20818,20820,20800,20811,20803,20803,20811,20823,20811,20812,20823,20823,20812,20817,20823,20817,20824,20824,20817,20822,20803,20823,20805,20805,20823,20824,19857,19876,20814,20814,19876,20825,19876,19874,20825,20825,19874,20826,20825,20826,20827,20827,20826,20828,20814,20825,20816,20816,20825,20827,19874,19872,20826,20826,19872,20829,19872,19873,20829,20829,19873,20830,20829,20830,20831,20831,20830,20832,20826,20829,20828,20828,20829,20831,20828,20831,20833,20833,20831,20834,20831,20832,20834,20834,20832,20835,20834,20835,20836,20836,20835,20837,20833,20834,20838,20838,20834,20836,20816,20827,20819,20819,20827,20839,20827,20828,20839,20839,20828,20833,20839,20833,20840,20840,20833,20838,20819,20839,20821,20821,20839,20840,19873,19892,20830,20830,19892,20841,19892,19890,20841,20841,19890,20842,20841,20842,20843,20843,20842,20844,20830,20841,20832,20832,20841,20843,19890,19888,20842,20842,19888,20845,19888,19889,20845,20845,19889,20846,20845,20846,20847,20847,20846,20848,20842,20845,20844,20844,20845,20847,20844,20847,20849,20849,20847,20850,20847,20848,20850,20850,20848,20851,20850,20851,20852,20852,20851,20853,20849,20850,20854,20854,20850,20852,20832,20843,20835,20835,20843,20855,20843,20844,20855,20855,20844,20849,20855,20849,20856,20856,20849,20854,20835,20855,20837,20837,20855,20856,19889,19908,20846,20846,19908,20857,19908,19906,20857,20857,19906,20858,20857,20858,20859,20859,20858,20860,20846,20857,20848,20848,20857,20859,19906,19904,20858,20858,19904,20861,19904,19905,20861,20861,19905,20862,20861,20862,20863,20863,20862,20864,20858,20861,20860,20860,20861,20863,20860,20863,20865,20865,20863,20866,20863,20864,20866,20866,20864,20867,20866,20867,20868,20868,20867,20869,20865,20866,20870,20870,20866,20868,20848,20859,20851,20851,20859,20871,20859,20860,20871,20871,20860,20865,20871,20865,20872,20872,20865,20870,20851,20871,20853,20853,20871,20872,19905,19924,20862,20862,19924,20873,19924,19922,20873,20873,19922,20874,20873,20874,20875,20875,20874,20876,20862,20873,20864,20864,20873,20875,19922,19920,20874,20874,19920,20877,19920,19921,20877,20877,19921,20878,20877,20878,20879,20879,20878,20880,20874,20877,20876,20876,20877,20879,20876,20879,20881,20881,20879,20882,20879,20880,20882,20882,20880,20883,20882,20883,20884,20884,20883,20885,20881,20882,20886,20886,20882,20884,20864,20875,20867,20867,20875,20887,20875,20876,20887,20887,20876,20881,20887,20881,20888,20888,20881,20886,20867,20887,20869,20869,20887,20888,19921,19940,20878,20878,19940,20889,19940,19938,20889,20889,19938,20890,20889,20890,20891,20891,20890,20892,20878,20889,20880,20880,20889,20891,19938,19936,20890,20890,19936,20893,19936,19937,20893,20893,19937,20894,20893,20894,20895,20895,20894,20896,20890,20893,20892,20892,20893,20895,20892,20895,20897,20897,20895,20898,20895,20896,20898,20898,20896,20899,20898,20899,20900,20900,20899,20901,20897,20898,20902,20902,20898,20900,20880,20891,20883,20883,20891,20903,20891,20892,20903,20903,20892,20897,20903,20897,20904,20904,20897,20902,20883,20903,20885,20885,20903,20904,19937,19956,20894,20894,19956,20905,19956,19954,20905,20905,19954,20906,20905,20906,20907,20907,20906,20908,20894,20905,20896,20896,20905,20907,19954,19952,20906,20906,19952,20909,19952,19953,20909,20909,19953,20910,20909,20910,20911,20911,20910,20912,20906,20909,20908,20908,20909,20911,20908,20911,20913,20913,20911,20914,20911,20912,20914,20914,20912,20915,20914,20915,20916,20916,20915,20917,20913,20914,20918,20918,20914,20916,20896,20907,20899,20899,20907,20919,20907,20908,20919,20919,20908,20913,20919,20913,20920,20920,20913,20918,20899,20919,20901,20901,20919,20920,19953,19972,20910,20910,19972,20921,19972,19970,20921,20921,19970,20922,20921,20922,20923,20923,20922,20924,20910,20921,20912,20912,20921,20923,19970,19968,20922,20922,19968,20925,19968,19969,20925,20925,19969,20926,20925,20926,20927,20927,20926,20928,20922,20925,20924,20924,20925,20927,20924,20927,20929,20929,20927,20930,20927,20928,20930,20930,20928,20931,20930,20931,20932,20932,20931,20933,20929,20930,20934,20934,20930,20932,20912,20923,20915,20915,20923,20935,20923,20924,20935,20935,20924,20929,20935,20929,20936,20936,20929,20934,20915,20935,20917,20917,20935,20936,19969,19988,20926,20926,19988,20937,19988,19986,20937,20937,19986,20938,20937,20938,20939,20939,20938,20940,20926,20937,20928,20928,20937,20939,19986,19984,20938,20938,19984,20941,19984,19985,20941,20941,19985,20942,20941,20942,20943,20943,20942,20944,20938,20941,20940,20940,20941,20943,20940,20943,20945,20945,20943,20946,20943,20944,20946,20946,20944,20947,20946,20947,20948,20948,20947,20949,20945,20946,20950,20950,20946,20948,20928,20939,20931,20931,20939,20951,20939,20940,20951,20951,20940,20945,20951,20945,20952,20952,20945,20950,20931,20951,20933,20933,20951,20952,19985,20004,20942,20942,20004,20953,20004,20002,20953,20953,20002,20954,20953,20954,20955,20955,20954,20956,20942,20953,20944,20944,20953,20955,20002,20000,20954,20954,20000,20957,20000,20001,20957,20957,20001,20958,20957,20958,20959,20959,20958,20960,20954,20957,20956,20956,20957,20959,20956,20959,20961,20961,20959,20962,20959,20960,20962,20962,20960,20963,20962,20963,20964,20964,20963,20965,20961,20962,20966,20966,20962,20964,20944,20955,20947,20947,20955,20967,20955,20956,20967,20967,20956,20961,20967,20961,20968,20968,20961,20966,20947,20967,20949,20949,20967,20968,20001,20020,20958,20958,20020,20969,20020,20018,20969,20969,20018,20970,20969,20970,20971,20971,20970,20972,20958,20969,20960,20960,20969,20971,20018,20016,20970,20970,20016,20973,20016,20017,20973,20973,20017,20974,20973,20974,20975,20975,20974,20976,20970,20973,20972,20972,20973,20975,20972,20975,20977,20977,20975,20978,20975,20976,20978,20978,20976,20979,20978,20979,20980,20980,20979,20981,20977,20978,20982,20982,20978,20980,20960,20971,20963,20963,20971,20983,20971,20972,20983,20983,20972,20977,20983,20977,20984,20984,20977,20982,20963,20983,20965,20965,20983,20984,20017,20036,20974,20974,20036,20985,20036,20034,20985,20985,20034,20986,20985,20986,20987,20987,20986,20988,20974,20985,20976,20976,20985,20987,20034,20032,20986,20986,20032,20989,20032,20033,20989,20989,20033,20990,20989,20990,20991,20991,20990,20992,20986,20989,20988,20988,20989,20991,20988,20991,20993,20993,20991,20994,20991,20992,20994,20994,20992,20995,20994,20995,20996,20996,20995,20997,20993,20994,20998,20998,20994,20996,20976,20987,20979,20979,20987,20999,20987,20988,20999,20999,20988,20993,20999,20993,21000,21000,20993,20998,20979,20999,20981,20981,20999,21000,20033,20052,20990,20990,20052,21001,20052,20050,21001,21001,20050,21002,21001,21002,21003,21003,21002,21004,20990,21001,20992,20992,21001,21003,20049,21005,20050,20050,21005,21002,20048,21006,20049,20049,21006,21005,21006,21007,21005,21005,21007,21008,21005,21008,21002,21002,21008,21004,21008,21009,21004,21004,21009,21010,21007,21011,21008,21008,21011,21009,21011,21012,21009,21009,21012,21013,21009,21013,21010,21010,21013,21014,20992,21003,20995,20995,21003,21015,21003,21004,21015,21015,21004,21010,21010,21014,21015,21015,21014,21016,20995,21015,20997,20997,21015,21016,20068,21017,20048,20048,21017,21006,20066,21018,20068,20068,21018,21017,21018,21019,21017,21017,21019,21020,21017,21020,21006,21006,21020,21007,20065,21021,20066,20066,21021,21018,20064,21022,20065,20065,21022,21021,21022,21023,21021,21021,21023,21024,21021,21024,21018,21018,21024,21019,21024,21025,21019,21019,21025,21026,21023,21027,21024,21024,21027,21025,21027,21028,21025,21025,21028,21029,21025,21029,21026,21026,21029,21030,21020,21031,21007,21007,21031,21011,21019,21026,21020,21020,21026,21031,21026,21030,21031,21031,21030,21032,21031,21032,21011,21011,21032,21012,20084,21033,20064,20064,21033,21022,20082,21034,20084,20084,21034,21033,21034,21035,21033,21033,21035,21036,21033,21036,21022,21022,21036,21023,20081,21037,20082,20082,21037,21034,20080,21038,20081,20081,21038,21037,21038,21039,21037,21037,21039,21040,21037,21040,21034,21034,21040,21035,21040,21041,21035,21035,21041,21042,21039,21043,21040,21040,21043,21041,21043,21044,21041,21041,21044,21045,21041,21045,21042,21042,21045,21046,21036,21047,21023,21023,21047,21027,21035,21042,21036,21036,21042,21047,21042,21046,21047,21047,21046,21048,21047,21048,21027,21027,21048,21028,20100,21049,20080,20080,21049,21038,20098,21050,20100,20100,21050,21049,21050,21051,21049,21049,21051,21052,21049,21052,21038,21038,21052,21039,20097,21053,20098,20098,21053,21050,20096,21054,20097,20097,21054,21053,21054,21055,21053,21053,21055,21056,21053,21056,21050,21050,21056,21051,21056,21057,21051,21051,21057,21058,21055,21059,21056,21056,21059,21057,21059,21060,21057,21057,21060,21061,21057,21061,21058,21058,21061,21062,21052,21063,21039,21039,21063,21043,21051,21058,21052,21052,21058,21063,21058,21062,21063,21063,21062,21064,21063,21064,21043,21043,21064,21044,20116,21065,20096,20096,21065,21054,20114,21066,20116,20116,21066,21065,21066,21067,21065,21065,21067,21068,21065,21068,21054,21054,21068,21055,20113,21069,20114,20114,21069,21066,20112,21070,20113,20113,21070,21069,21070,21071,21069,21069,21071,21072,21069,21072,21066,21066,21072,21067,21072,21073,21067,21067,21073,21074,21071,21075,21072,21072,21075,21073,21075,21076,21073,21073,21076,21077,21073,21077,21074,21074,21077,21078,21068,21079,21055,21055,21079,21059,21067,21074,21068,21068,21074,21079,21074,21078,21079,21079,21078,21080,21079,21080,21059,21059,21080,21060,20132,21081,20112,20112,21081,21070,20130,21082,20132,20132,21082,21081,21082,21083,21081,21081,21083,21084,21081,21084,21070,21070,21084,21071,20129,21085,20130,20130,21085,21082,20128,21086,20129,20129,21086,21085,21086,21087,21085,21085,21087,21088,21085,21088,21082,21082,21088,21083,21088,21089,21083,21083,21089,21090,21087,21091,21088,21088,21091,21089,21091,21092,21089,21089,21092,21093,21089,21093,21090,21090,21093,21094,21084,21095,21071,21071,21095,21075,21083,21090,21084,21084,21090,21095,21090,21094,21095,21095,21094,21096,21095,21096,21075,21075,21096,21076,20148,21097,20128,20128,21097,21086,20146,21098,20148,20148,21098,21097,21098,21099,21097,21097,21099,21100,21097,21100,21086,21086,21100,21087,20145,21101,20146,20146,21101,21098,20144,21102,20145,20145,21102,21101,21102,21103,21101,21101,21103,21104,21101,21104,21098,21098,21104,21099,21104,21105,21099,21099,21105,21106,21103,21107,21104,21104,21107,21105,21107,21108,21105,21105,21108,21109,21105,21109,21106,21106,21109,21110,21100,21111,21087,21087,21111,21091,21099,21106,21100,21100,21106,21111,21106,21110,21111,21111,21110,21112,21111,21112,21091,21091,21112,21092,20164,21113,20144,20144,21113,21102,20162,21114,20164,20164,21114,21113,21114,21115,21113,21113,21115,21116,21113,21116,21102,21102,21116,21103,20161,21117,20162,20162,21117,21114,20160,21118,20161,20161,21118,21117,21118,21119,21117,21117,21119,21120,21117,21120,21114,21114,21120,21115,21120,21121,21115,21115,21121,21122,21119,21123,21120,21120,21123,21121,21123,21124,21121,21121,21124,21125,21121,21125,21122,21122,21125,21126,21116,21127,21103,21103,21127,21107,21115,21122,21116,21116,21122,21127,21122,21126,21127,21127,21126,21128,21127,21128,21107,21107,21128,21108,20180,21129,20160,20160,21129,21118,20178,21130,20180,20180,21130,21129,21130,21131,21129,21129,21131,21132,21129,21132,21118,21118,21132,21119,20177,21133,20178,20178,21133,21130,20176,21134,20177,20177,21134,21133,21134,21135,21133,21133,21135,21136,21133,21136,21130,21130,21136,21131,21136,21137,21131,21131,21137,21138,21135,21139,21136,21136,21139,21137,21139,21140,21137,21137,21140,21141,21137,21141,21138,21138,21141,21142,21132,21143,21119,21119,21143,21123,21131,21138,21132,21132,21138,21143,21138,21142,21143,21143,21142,21144,21143,21144,21123,21123,21144,21124,20196,21145,20176,20176,21145,21134,20194,21146,20196,20196,21146,21145,21146,21147,21145,21145,21147,21148,21145,21148,21134,21134,21148,21135,20193,21149,20194,20194,21149,21146,20192,21150,20193,20193,21150,21149,21150,21151,21149,21149,21151,21152,21149,21152,21146,21146,21152,21147,21152,21153,21147,21147,21153,21154,21151,21155,21152,21152,21155,21153,21155,21156,21153,21153,21156,21157,21153,21157,21154,21154,21157,21158,21148,21159,21135,21135,21159,21139,21147,21154,21148,21148,21154,21159,21154,21158,21159,21159,21158,21160,21159,21160,21139,21139,21160,21140,20212,21161,20192,20192,21161,21150,20210,21162,20212,20212,21162,21161,21162,21163,21161,21161,21163,21164,21161,21164,21150,21150,21164,21151,20209,21165,20210,20210,21165,21162,20208,21166,20209,20209,21166,21165,21166,21167,21165,21165,21167,21168,21165,21168,21162,21162,21168,21163,21168,21169,21163,21163,21169,21170,21167,21171,21168,21168,21171,21169,21171,21172,21169,21169,21172,21173,21169,21173,21170,21170,21173,21174,21164,21175,21151,21151,21175,21155,21163,21170,21164,21164,21170,21175,21170,21174,21175,21175,21174,21176,21175,21176,21155,21155,21176,21156,20228,21177,20208,20208,21177,21166,20226,21178,20228,20228,21178,21177,21178,21179,21177,21177,21179,21180,21177,21180,21166,21166,21180,21167,20225,21181,20226,20226,21181,21178,20224,21182,20225,20225,21182,21181,21182,21183,21181,21181,21183,21184,21181,21184,21178,21178,21184,21179,21184,21185,21179,21179,21185,21186,21183,21187,21184,21184,21187,21185,21187,21188,21185,21185,21188,21189,21185,21189,21186,21186,21189,21190,21180,21191,21167,21167,21191,21171,21179,21186,21180,21180,21186,21191,21186,21190,21191,21191,21190,21192,21191,21192,21171,21171,21192,21172,20244,21193,20224,20224,21193,21182,20242,21194,20244,20244,21194,21193,21194,21195,21193,21193,21195,21196,21193,21196,21182,21182,21196,21183,20241,21197,20242,20242,21197,21194,20240,21198,20241,20241,21198,21197,21198,21199,21197,21197,21199,21200,21197,21200,21194,21194,21200,21195,21200,21201,21195,21195,21201,21202,21199,21203,21200,21200,21203,21201,21203,21204,21201,21201,21204,21205,21201,21205,21202,21202,21205,21206,21196,21207,21183,21183,21207,21187,21195,21202,21196,21196,21202,21207,21202,21206,21207,21207,21206,21208,21207,21208,21187,21187,21208,21188,20260,21209,20240,20240,21209,21198,20258,21210,20260,20260,21210,21209,21210,21211,21209,21209,21211,21212,21209,21212,21198,21198,21212,21199,20257,21213,20258,20258,21213,21210,20256,21214,20257,20257,21214,21213,21214,21215,21213,21213,21215,21216,21213,21216,21210,21210,21216,21211,21216,21217,21211,21211,21217,21218,21215,21219,21216,21216,21219,21217,21219,21220,21217,21217,21220,21221,21217,21221,21218,21218,21221,21222,21212,21223,21199,21199,21223,21203,21211,21218,21212,21212,21218,21223,21218,21222,21223,21223,21222,21224,21223,21224,21203,21203,21224,21204,20276,21225,20256,20256,21225,21214,20274,21226,20276,20276,21226,21225,21226,21227,21225,21225,21227,21228,21225,21228,21214,21214,21228,21215,20273,21229,20274,20274,21229,21226,20272,21230,20273,20273,21230,21229,21230,21231,21229,21229,21231,21232,21229,21232,21226,21226,21232,21227,21232,21233,21227,21227,21233,21234,21231,21235,21232,21232,21235,21233,21235,21236,21233,21233,21236,21237,21233,21237,21234,21234,21237,21238,21228,21239,21215,21215,21239,21219,21227,21234,21228,21228,21234,21239,21234,21238,21239,21239,21238,21240,21239,21240,21219,21219,21240,21220,20292,21241,20272,20272,21241,21230,20290,21242,20292,20292,21242,21241,21242,21243,21241,21241,21243,21244,21241,21244,21230,21230,21244,21231,20289,21245,20290,20290,21245,21242,20288,21246,20289,20289,21246,21245,21246,21247,21245,21245,21247,21248,21245,21248,21242,21242,21248,21243,21248,21249,21243,21243,21249,21250,21247,21251,21248,21248,21251,21249,21251,21252,21249,21249,21252,21253,21249,21253,21250,21250,21253,21254,21244,21255,21231,21231,21255,21235,21243,21250,21244,21244,21250,21255,21250,21254,21255,21255,21254,21256,21255,21256,21235,21235,21256,21236,20308,21257,20288,20288,21257,21246,20306,21258,20308,20308,21258,21257,21258,21259,21257,21257,21259,21260,21257,21260,21246,21246,21260,21247,20305,21261,20306,20306,21261,21258,20304,21262,20305,20305,21262,21261,21262,21263,21261,21261,21263,21264,21261,21264,21258,21258,21264,21259,21264,21265,21259,21259,21265,21266,21264,21263,21265,21265,21263,21267,21265,21267,21268,21268,21267,21269,21266,21265,21270,21270,21265,21268,21260,21271,21247,21247,21271,21251,21259,21266,21260,21260,21266,21271,21266,21270,21271,21271,21270,21272,21271,21272,21251,21251,21272,21252,20324,21273,20304,20304,21273,21262,20324,20322,21273,21273,20322,21274,21273,21274,21275,21275,21274,21276,21262,21273,21263,21263,21273,21275,20322,20320,21274,21274,20320,21277,20320,20321,21277,21277,20321,21278,21277,21278,21279,21279,21278,21280,21274,21277,21276,21276,21277,21279,21276,21279,21281,21281,21279,21282,21279,21280,21282,21282,21280,21283,21282,21283,21284,21284,21283,21285,21281,21282,21286,21286,21282,21284,21263,21275,21267,21267,21275,21287,21275,21276,21287,21287,21276,21281,21287,21281,21288,21288,21281,21286,21267,21287,21269,21269,21287,21288,20321,20340,21278,21278,20340,21289,20340,20338,21289,21289,20338,21290,21289,21290,21291,21291,21290,21292,21278,21289,21280,21280,21289,21291,20337,21293,20338,20338,21293,21290,20336,21294,20337,20337,21294,21293,21294,21295,21293,21293,21295,21296,21293,21296,21290,21290,21296,21292,21296,21297,21292,21292,21297,21298,21295,21299,21296,21296,21299,21297,21297,21299,21300,21300,21299,21301,21298,21297,21302,21302,21297,21300,21280,21291,21283,21283,21291,21303,21291,21292,21303,21303,21292,21298,21303,21298,21304,21304,21298,21302,21283,21303,21285,21285,21303,21304,20356,21305,20336,20336,21305,21294,20354,21306,20356,20356,21306,21305,21305,21306,21307,21307,21306,21308,21305,21307,21294,21294,21307,21295,20353,21309,20354,20354,21309,21306,20352,21310,20353,20353,21310,21309,21309,21310,21311,21311,21310,21312,21306,21309,21308,21308,21309,21311,21308,21311,21313,21313,21311,21314,21311,21312,21314,21314,21312,21315,21314,21315,21316,21316,21315,21317,21313,21314,21318,21318,21314,21316,21295,21307,21299,21299,21307,21319,21307,21308,21319,21319,21308,21313,21319,21313,21320,21320,21313,21318,21299,21319,21301,21301,21319,21320,20352,20372,21310,21310,20372,21321,20372,20370,21321,21321,20370,21322,21321,21322,21323,21323,21322,21324,21310,21321,21312,21312,21321,21323,20370,20368,21322,21322,20368,21325,20368,20369,21325,21325,20369,21326,21325,21326,21327,21327,21326,21328,21322,21325,21324,21324,21325,21327,21324,21327,21329,21329,21327,21330,21327,21328,21330,21330,21328,21331,21330,21331,21332,21332,21331,21333,21329,21330,21334,21334,21330,21332,21312,21323,21315,21315,21323,21335,21323,21324,21335,21335,21324,21329,21335,21329,21336,21336,21329,21334,21315,21335,21317,21317,21335,21336,20369,20388,21326,21326,20388,21337,20388,20386,21337,21337,20386,21338,21337,21338,21339,21339,21338,21340,21326,21337,21328,21328,21337,21339,20386,20384,21338,21338,20384,21341,20384,20385,21341,21341,20385,21342,21341,21342,21343,21343,21342,21344,21338,21341,21340,21340,21341,21343,21340,21343,21345,21345,21343,21346,21343,21344,21346,21346,21344,21347,21346,21347,21348,21348,21347,21349,21345,21346,21350,21350,21346,21348,21328,21339,21331,21331,21339,21351,21339,21340,21351,21351,21340,21345,21351,21345,21352,21352,21345,21350,21331,21351,21333,21333,21351,21352,20385,20404,21342,21342,20404,21353,20404,20402,21353,21353,20402,21354,21353,21354,21355,21355,21354,21356,21342,21353,21344,21344,21353,21355,20402,20400,21354,21354,20400,21357,20400,20401,21357,21357,20401,21358,21357,21358,21359,21359,21358,21360,21354,21357,21356,21356,21357,21359,21356,21359,21361,21361,21359,21362,21359,21360,21362,21362,21360,21363,21362,21363,21364,21364,21363,21365,21361,21362,21366,21366,21362,21364,21344,21355,21347,21347,21355,21367,21355,21356,21367,21367,21356,21361,21367,21361,21368,21368,21361,21366,21347,21367,21349,21349,21367,21368,20401,20420,21358,21358,20420,21369,20420,20418,21369,21369,20418,21370,21369,21370,21371,21371,21370,21372,21358,21369,21360,21360,21369,21371,20418,20416,21370,21370,20416,21373,20416,20417,21373,21373,20417,21374,21373,21374,21375,21375,21374,21376,21370,21373,21372,21372,21373,21375,21372,21375,21377,21377,21375,21378,21375,21376,21378,21378,21376,21379,21378,21379,21380,21380,21379,21381,21377,21378,21382,21382,21378,21380,21360,21371,21363,21363,21371,21383,21371,21372,21383,21383,21372,21377,21383,21377,21384,21384,21377,21382,21363,21383,21365,21365,21383,21384,20436,21385,20417,20417,21385,21374,20434,21386,20436,20436,21386,21385,21386,21387,21385,21385,21387,21388,21385,21388,21374,21374,21388,21376,20433,21389,20434,20434,21389,21386,20432,21390,20433,20433,21390,21389,21390,21391,21389,21389,21391,21392,21389,21392,21386,21386,21392,21387,21392,21393,21387,21387,21393,21394,21391,21395,21392,21392,21395,21393,21395,21396,21393,21393,21396,21397,21393,21397,21394,21394,21397,21398,21388,21399,21376,21376,21399,21379,21387,21394,21388,21388,21394,21399,21394,21398,21399,21399,21398,21400,21399,21400,21379,21379,21400,21381,20452,21401,20432,20432,21401,21390,20452,20450,21401,21401,20450,21402,21401,21402,21403,21403,21402,21404,21390,21401,21391,21391,21401,21403,20450,20448,21402,21402,20448,21405,20448,20449,21405,21405,20449,21406,21405,21406,21407,21407,21406,21408,21402,21405,21404,21404,21405,21407,21404,21407,21409,21409,21407,21410,21407,21408,21410,21410,21408,21411,21410,21411,21412,21412,21411,21413,21409,21410,21414,21414,21410,21412,21391,21403,21395,21395,21403,21415,21403,21404,21415,21415,21404,21409,21415,21409,21416,21416,21409,21414,21395,21415,21396,21396,21415,21416,20449,20468,21406,21406,20468,21417,20466,21418,20468,20468,21418,21417,21418,21419,21417,21417,21419,21420,21406,21417,21408,21408,21417,21420,20465,21421,20466,20466,21421,21418,20464,21422,20465,20465,21422,21421,21422,21423,21421,21421,21423,21424,21421,21424,21418,21418,21424,21419,21424,21425,21419,21419,21425,21426,21423,21427,21424,21424,21427,21425,21427,21428,21425,21425,21428,21429,21425,21429,21426,21426,21429,21430,21420,21431,21408,21408,21431,21411,21419,21426,21420,21420,21426,21431,21426,21430,21431,21431,21430,21432,21411,21431,21413,21413,21431,21432,20484,21433,20464,20464,21433,21422,20482,21434,20484,20484,21434,21433,21434,21435,21433,21433,21435,21436,21433,21436,21422,21422,21436,21423,20482,20480,21434,21434,20480,21437,20480,20481,21437,21437,20481,21438,21437,21438,21439,21439,21438,21440,21434,21437,21435,21435,21437,21439,21435,21439,21441,21441,21439,21442,21440,21443,21439,21439,21443,21442,21443,21444,21442,21442,21444,21445,21442,21445,21441,21441,21445,21446,21436,21447,21423,21423,21447,21427,21435,21441,21436,21436,21441,21447,21441,21446,21447,21447,21446,21448,21447,21448,21427,21427,21448,21428,20504,20503,21449,21449,20503,21450,20503,20500,21450,21450,20500,21451,21450,21451,21452,21452,21451,21453,21449,21450,21454,21454,21450,21452,20500,20498,21451,21451,20498,21455,20498,20499,21455,21455,20499,21456,21455,21456,21457,21457,21456,21458,21451,21455,21453,21453,21455,21457,21453,21457,21459,21459,21457,21460,21457,21458,21460,21460,21458,21461,21460,21461,21462,21462,21461,21463,21459,21460,21464,21464,21460,21462,21454,21452,21465,21465,21452,21466,21452,21453,21466,21466,21453,21459,21466,21459,21467,21467,21459,21464,21465,21466,21468,21468,21466,21467,20499,20520,21456,21456,20520,21469,20520,20518,21469,21469,20518,21470,21469,21470,21471,21471,21470,21472,21456,21469,21458,21458,21469,21471,20518,20516,21470,21470,20516,21473,20516,20517,21473,21473,20517,21474,21473,21474,21475,21475,21474,21476,21470,21473,21472,21472,21473,21475,21472,21475,21477,21477,21475,21478,21475,21476,21478,21478,21476,21479,21478,21479,21480,21480,21479,21481,21477,21478,21482,21482,21478,21480,21458,21471,21461,21461,21471,21483,21471,21472,21483,21483,21472,21477,21483,21477,21484,21484,21477,21482,21461,21483,21463,21463,21483,21484,20517,20536,21474,21474,20536,21485,20536,20534,21485,21485,20534,21486,21485,21486,21487,21487,21486,21488,21474,21485,21476,21476,21485,21487,20534,20532,21486,21486,20532,21489,20532,20533,21489,21489,20533,21490,21489,21490,21491,21491,21490,21492,21486,21489,21488,21488,21489,21491,21488,21491,21493,21493,21491,21494,21491,21492,21494,21494,21492,21495,21494,21495,21496,21496,21495,21497,21493,21494,21498,21498,21494,21496,21476,21487,21479,21479,21487,21499,21487,21488,21499,21499,21488,21493,21499,21493,21500,21500,21493,21498,21479,21499,21481,21481,21499,21500,20533,20552,21490,21490,20552,21501,20552,20550,21501,21501,20550,21502,21501,21502,21503,21503,21502,21504,21490,21501,21492,21492,21501,21503,20550,20548,21502,21502,20548,21505,20548,20549,21505,21505,20549,21506,21505,21506,21507,21507,21506,21508,21502,21505,21504,21504,21505,21507,21504,21507,21509,21509,21507,21510,21507,21508,21510,21510,21508,21511,21510,21511,21512,21512,21511,21513,21509,21510,21514,21514,21510,21512,21492,21503,21495,21495,21503,21515,21503,21504,21515,21515,21504,21509,21515,21509,21516,21516,21509,21514,21495,21515,21497,21497,21515,21516,20549,20568,21506,21506,20568,21517,20568,20566,21517,21517,20566,21518,21517,21518,21519,21519,21518,21520,21506,21517,21508,21508,21517,21519,20566,20564,21518,21518,20564,21521,20564,20565,21521,21521,20565,21522,21521,21522,21523,21523,21522,21524,21518,21521,21520,21520,21521,21523,21520,21523,21525,21525,21523,21526,21523,21524,21526,21526,21524,21527,21526,21527,21528,21528,21527,21529,21525,21526,21530,21530,21526,21528,21508,21519,21511,21511,21519,21531,21519,21520,21531,21531,21520,21525,21531,21525,21532,21532,21525,21530,21511,21531,21513,21513,21531,21532,20565,20584,21522,21522,20584,21533,20584,20582,21533,21533,20582,21534,21533,21534,21535,21535,21534,21536,21522,21533,21524,21524,21533,21535,20582,20580,21534,21534,20580,21537,20580,20581,21537,21537,20581,21538,21537,21538,21539,21539,21538,21540,21534,21537,21536,21536,21537,21539,21536,21539,21541,21541,21539,21542,21539,21540,21542,21542,21540,21543,21542,21543,21544,21544,21543,21545,21541,21542,21546,21546,21542,21544,21524,21535,21527,21527,21535,21547,21535,21536,21547,21547,21536,21541,21547,21541,21548,21548,21541,21546,21527,21547,21529,21529,21547,21548,20581,20600,21538,21538,20600,21549,20600,20598,21549,21549,20598,21550,21549,21550,21551,21551,21550,21552,21538,21549,21540,21540,21549,21551,20598,20597,21550,21550,20597,21553,20597,20596,21553,21553,20596,21554,21553,21554,21555,21555,21554,21556,21550,21553,21552,21552,21553,21555,21552,21555,21557,21557,21555,21558,21555,21556,21558,21558,21556,21559,21558,21559,21560,21560,21559,21561,21557,21558,21562,21562,21558,21560,21540,21551,21543,21543,21551,21563,21551,21552,21563,21563,21552,21557,21563,21557,21564,21564,21557,21562,21543,21563,21545,21545,21563,21564,20596,20616,21554,21554,20616,21565,20616,20614,21565,21565,20614,21566,21565,21566,21567,21567,21566,21568,21554,21565,21556,21556,21565,21567,20614,20612,21566,21566,20612,21569,20612,20613,21569,21569,20613,21570,21569,21570,21571,21571,21570,21572,21566,21569,21568,21568,21569,21571,21568,21571,21573,21573,21571,21574,21571,21572,21574,21574,21572,21575,21574,21575,21576,21576,21575,21577,21573,21574,21578,21578,21574,21576,21556,21567,21559,21559,21567,21579,21567,21568,21579,21579,21568,21573,21579,21573,21580,21580,21573,21578,21559,21579,21561,21561,21579,21580,20613,20632,21570,21570,20632,21581,20632,20630,21581,21581,20630,21582,21581,21582,21583,21583,21582,21584,21570,21581,21572,21572,21581,21583,20630,20628,21582,21582,20628,21585,20628,20629,21585,21585,20629,21586,21585,21586,21587,21587,21586,21588,21582,21585,21584,21584,21585,21587,21584,21587,21589,21589,21587,21590,21587,21588,21590,21590,21588,21591,21590,21591,21592,21592,21591,21593,21589,21590,21594,21594,21590,21592,21572,21583,21575,21575,21583,21595,21583,21584,21595,21595,21584,21589,21595,21589,21596,21596,21589,21594,21575,21595,21577,21577,21595,21596,20629,20648,21586,21586,20648,21597,20648,20646,21597,21597,20646,21598,21597,21598,21599,21599,21598,21600,21586,21597,21588,21588,21597,21599,20646,20644,21598,21598,20644,21601,20644,20645,21601,21601,20645,21602,21601,21602,21603,21603,21602,21604,21598,21601,21600,21600,21601,21603,21600,21603,21605,21605,21603,21606,21603,21604,21606,21606,21604,21607,21606,21607,21608,21608,21607,21609,21605,21606,21610,21610,21606,21608,21588,21599,21591,21591,21599,21611,21599,21600,21611,21611,21600,21605,21611,21605,21612,21612,21605,21610,21591,21611,21593,21593,21611,21612,20645,20664,21602,21602,20664,21613,20664,20662,21613,21613,20662,21614,21613,21614,21615,21615,21614,21616,21602,21613,21604,21604,21613,21615,20662,20660,21614,21614,20660,21617,20660,20661,21617,21617,20661,21618,21617,21618,21619,21619,21618,21620,21614,21617,21616,21616,21617,21619,21616,21619,21621,21621,21619,21622,21619,21620,21622,21622,21620,21623,21622,21623,21624,21624,21623,21625,21621,21622,21626,21626,21622,21624,21604,21615,21607,21607,21615,21627,21615,21616,21627,21627,21616,21621,21627,21621,21628,21628,21621,21626,21607,21627,21609,21609,21627,21628,20661,20680,21618,21618,20680,21629,20678,21630,20680,20680,21630,21629,21629,21630,21631,21631,21630,21632,21618,21629,21620,21620,21629,21631,20677,21633,20678,20678,21633,21630,20676,21634,20677,20677,21634,21633,21634,21635,21633,21633,21635,21636,21630,21633,21632,21632,21633,21636,21632,21636,21637,21637,21636,21638,21636,21635,21638,21638,21635,21639,21638,21639,21640,21640,21639,21641,21637,21638,21642,21642,21638,21640,21620,21631,21623,21623,21631,21643,21631,21632,21643,21643,21632,21637,21643,21637,21644,21644,21637,21642,21623,21643,21625,21625,21643,21644,20696,21645,20676,20676,21645,21634,20694,21646,20696,20696,21646,21645,21646,21647,21645,21645,21647,21648,21645,21648,21634,21634,21648,21635,20693,21649,20694,20694,21649,21646,20692,21650,20693,20693,21650,21649,21650,21651,21649,21649,21651,21652,21649,21652,21646,21646,21652,21647,21647,21652,21653,21653,21652,21654,21652,21651,21654,21654,21651,21655,21654,21655,21656,21656,21655,21657,21653,21654,21658,21658,21654,21656,21635,21648,21639,21639,21648,21659,21648,21647,21659,21659,21647,21653,21659,21653,21660,21660,21653,21658,21639,21659,21641,21641,21659,21660,20712,21661,20692,20692,21661,21650,20710,21662,20712,20712,21662,21661,21662,21663,21661,21661,21663,21664,21661,21664,21650,21650,21664,21651,20708,21665,20710,20710,21665,21662,20708,20709,21665,21665,20709,21666,21666,21667,21665,21665,21667,21668,21665,21668,21662,21662,21668,21663,21668,21669,21663,21663,21669,21670,21667,21671,21668,21668,21671,21669,21669,21671,21672,21672,21671,21673,21670,21669,21674,21674,21669,21672,21664,21675,21651,21651,21675,21655,21663,21670,21664,21664,21670,21675,21675,21670,21676,21676,21670,21674,21655,21675,21657,21657,21675,21676,20709,20728,21666,21666,20728,21677,20728,20726,21677,21677,20726,21678,21677,21678,21679,21679,21678,21680,21677,21679,21666,21666,21679,21667,20726,20724,21678,21678,20724,21681,20724,20725,21681,21681,20725,21682,21681,21682,21683,21683,21682,21684,21678,21681,21680,21680,21681,21683,21680,21683,21685,21685,21683,21686,21683,21684,21686,21686,21684,21687,21686,21687,21688,21688,21687,21689,21685,21686,21690,21690,21686,21688,21679,21691,21667,21667,21691,21671,21680,21685,21679,21679,21685,21691,21691,21685,21692,21692,21685,21690,21671,21691,21673,21673,21691,21692,20725,20744,21682,21682,20744,21693,20744,20742,21693,21693,20742,21694,21693,21694,21695,21695,21694,21696,21682,21693,21684,21684,21693,21695,20742,20740,21694,21694,20740,21697,20740,20741,21697,21697,20741,21698,21697,21698,21699,21699,21698,21700,21694,21697,21696,21696,21697,21699,21696,21699,21701,21701,21699,21702,21699,21700,21702,21702,21700,21703,21702,21703,21704,21704,21703,21705,21701,21702,21706,21706,21702,21704,21684,21695,21687,21687,21695,21707,21695,21696,21707,21707,21696,21701,21707,21701,21708,21708,21701,21706,21687,21707,21689,21689,21707,21708,20741,20760,21698,21698,20760,21709,20760,20758,21709,21709,20758,21710,21709,21710,21711,21711,21710,21712,21698,21709,21700,21700,21709,21711,20758,20756,21710,21710,20756,21713,20756,20757,21713,21713,20757,21714,21713,21714,21715,21715,21714,21716,21710,21713,21712,21712,21713,21715,21712,21715,21717,21717,21715,21718,21715,21716,21718,21718,21716,21719,21718,21719,21720,21720,21719,21721,21717,21718,21722,21722,21718,21720,21700,21711,21703,21703,21711,21723,21711,21712,21723,21723,21712,21717,21723,21717,21724,21724,21717,21722,21703,21723,21705,21705,21723,21724,20757,20776,21714,21714,20776,21725,20776,20774,21725,21725,20774,21726,21725,21726,21727,21727,21726,21728,21714,21725,21716,21716,21725,21727,20774,20772,21726,21726,20772,21729,20772,20773,21729,21729,20773,21730,21729,21730,21731,21731,21730,21732,21726,21729,21728,21728,21729,21731,21728,21731,21733,21733,21731,21734,21731,21732,21734,21734,21732,21735,21734,21735,21736,21736,21735,21737,21733,21734,21738,21738,21734,21736,21716,21727,21719,21719,21727,21739,21727,21728,21739,21739,21728,21733,21739,21733,21740,21740,21733,21738,21719,21739,21721,21721,21739,21740,20773,20792,21730,21730,20792,21741,20792,20790,21741,21741,20790,21742,21741,21742,21743,21743,21742,21744,21730,21741,21732,21732,21741,21743,20790,20788,21742,21742,20788,21745,20788,20789,21745,21745,20789,21746,21745,21746,21747,21747,21746,21748,21742,21745,21744,21744,21745,21747,21744,21747,21749,21749,21747,21750,21747,21748,21750,21750,21748,21751,21750,21751,21752,21752,21751,21753,21749,21750,21754,21754,21750,21752,21732,21743,21735,21735,21743,21755,21743,21744,21755,21755,21744,21749,21755,21749,21756,21756,21749,21754,21735,21755,21737,21737,21755,21756,20789,20808,21746,21746,20808,21757,20808,20806,21757,21757,20806,21758,21757,21758,21759,21759,21758,21760,21746,21757,21748,21748,21757,21759,20806,20804,21758,21758,20804,21761,20804,20805,21761,21761,20805,21762,21761,21762,21763,21763,21762,21764,21758,21761,21760,21760,21761,21763,21760,21763,21765,21765,21763,21766,21763,21764,21766,21766,21764,21767,21766,21767,21768,21768,21767,21769,21765,21766,21770,21770,21766,21768,21748,21759,21751,21751,21759,21771,21759,21760,21771,21771,21760,21765,21771,21765,21772,21772,21765,21770,21751,21771,21753,21753,21771,21772,20805,20824,21762,21762,20824,21773,20824,20822,21773,21773,20822,21774,21773,21774,21775,21775,21774,21776,21762,21773,21764,21764,21773,21775,20822,20820,21774,21774,20820,21777,20820,20821,21777,21777,20821,21778,21777,21778,21779,21779,21778,21780,21774,21777,21776,21776,21777,21779,21776,21779,21781,21781,21779,21782,21779,21780,21782,21782,21780,21783,21782,21783,21784,21784,21783,21785,21781,21782,21786,21786,21782,21784,21764,21775,21767,21767,21775,21787,21775,21776,21787,21787,21776,21781,21787,21781,21788,21788,21781,21786,21767,21787,21769,21769,21787,21788,20821,20840,21778,21778,20840,21789,20840,20838,21789,21789,20838,21790,21789,21790,21791,21791,21790,21792,21778,21789,21780,21780,21789,21791,20838,20836,21790,21790,20836,21793,20836,20837,21793,21793,20837,21794,21793,21794,21795,21795,21794,21796,21790,21793,21792,21792,21793,21795,21792,21795,21797,21797,21795,21798,21795,21796,21798,21798,21796,21799,21798,21799,21800,21800,21799,21801,21797,21798,21802,21802,21798,21800,21780,21791,21783,21783,21791,21803,21791,21792,21803,21803,21792,21797,21803,21797,21804,21804,21797,21802,21783,21803,21785,21785,21803,21804,20837,20856,21794,21794,20856,21805,20856,20854,21805,21805,20854,21806,21805,21806,21807,21807,21806,21808,21794,21805,21796,21796,21805,21807,20854,20852,21806,21806,20852,21809,20852,20853,21809,21809,20853,21810,21809,21810,21811,21811,21810,21812,21806,21809,21808,21808,21809,21811,21808,21811,21813,21813,21811,21814,21811,21812,21814,21814,21812,21815,21814,21815,21816,21816,21815,21817,21813,21814,21818,21818,21814,21816,21796,21807,21799,21799,21807,21819,21807,21808,21819,21819,21808,21813,21819,21813,21820,21820,21813,21818,21799,21819,21801,21801,21819,21820,20853,20872,21810,21810,20872,21821,20872,20870,21821,21821,20870,21822,21821,21822,21823,21823,21822,21824,21810,21821,21812,21812,21821,21823,20870,20868,21822,21822,20868,21825,20868,20869,21825,21825,20869,21826,21825,21826,21827,21827,21826,21828,21822,21825,21824,21824,21825,21827,21824,21827,21829,21829,21827,21830,21827,21828,21830,21830,21828,21831,21830,21831,21832,21832,21831,21833,21829,21830,21834,21834,21830,21832,21812,21823,21815,21815,21823,21835,21823,21824,21835,21835,21824,21829,21835,21829,21836,21836,21829,21834,21815,21835,21817,21817,21835,21836,20869,20888,21826,21826,20888,21837,20888,20886,21837,21837,20886,21838,21837,21838,21839,21839,21838,21840,21826,21837,21828,21828,21837,21839,20886,20884,21838,21838,20884,21841,20884,20885,21841,21841,20885,21842,21841,21842,21843,21843,21842,21844,21838,21841,21840,21840,21841,21843,21840,21843,21845,21845,21843,21846,21843,21844,21846,21846,21844,21847,21846,21847,21848,21848,21847,21849,21845,21846,21850,21850,21846,21848,21828,21839,21831,21831,21839,21851,21839,21840,21851,21851,21840,21845,21851,21845,21852,21852,21845,21850,21831,21851,21833,21833,21851,21852,20885,20904,21842,21842,20904,21853,20904,20902,21853,21853,20902,21854,21853,21854,21855,21855,21854,21856,21842,21853,21844,21844,21853,21855,20902,20900,21854,21854,20900,21857,20900,20901,21857,21857,20901,21858,21857,21858,21859,21859,21858,21860,21854,21857,21856,21856,21857,21859,21856,21859,21861,21861,21859,21862,21859,21860,21862,21862,21860,21863,21862,21863,21864,21864,21863,21865,21861,21862,21866,21866,21862,21864,21844,21855,21847,21847,21855,21867,21855,21856,21867,21867,21856,21861,21867,21861,21868,21868,21861,21866,21847,21867,21849,21849,21867,21868,20901,20920,21858,21858,20920,21869,20920,20918,21869,21869,20918,21870,21869,21870,21871,21871,21870,21872,21858,21869,21860,21860,21869,21871,20918,20916,21870,21870,20916,21873,20916,20917,21873,21873,20917,21874,21873,21874,21875,21875,21874,21876,21870,21873,21872,21872,21873,21875,21872,21875,21877,21877,21875,21878,21875,21876,21878,21878,21876,21879,21878,21879,21880,21880,21879,21881,21877,21878,21882,21882,21878,21880,21860,21871,21863,21863,21871,21883,21871,21872,21883,21883,21872,21877,21883,21877,21884,21884,21877,21882,21863,21883,21865,21865,21883,21884,20917,20936,21874,21874,20936,21885,20936,20934,21885,21885,20934,21886,21885,21886,21887,21887,21886,21888,21874,21885,21876,21876,21885,21887,20934,20932,21886,21886,20932,21889,20932,20933,21889,21889,20933,21890,21889,21890,21891,21891,21890,21892,21886,21889,21888,21888,21889,21891,21888,21891,21893,21893,21891,21894,21891,21892,21894,21894,21892,21895,21894,21895,21896,21896,21895,21897,21893,21894,21898,21898,21894,21896,21876,21887,21879,21879,21887,21899,21887,21888,21899,21899,21888,21893,21899,21893,21900,21900,21893,21898,21879,21899,21881,21881,21899,21900,20933,20952,21890,21890,20952,21901,20952,20950,21901,21901,20950,21902,21901,21902,21903,21903,21902,21904,21890,21901,21892,21892,21901,21903,20950,20948,21902,21902,20948,21905,20948,20949,21905,21905,20949,21906,21905,21906,21907,21907,21906,21908,21902,21905,21904,21904,21905,21907,21904,21907,21909,21909,21907,21910,21907,21908,21910,21910,21908,21911,21910,21911,21912,21912,21911,21913,21909,21910,21914,21914,21910,21912,21892,21903,21895,21895,21903,21915,21903,21904,21915,21915,21904,21909,21915,21909,21916,21916,21909,21914,21895,21915,21897,21897,21915,21916,20949,20968,21906,21906,20968,21917,20968,20966,21917,21917,20966,21918,21917,21918,21919,21919,21918,21920,21906,21917,21908,21908,21917,21919,20966,20964,21918,21918,20964,21921,20964,20965,21921,21921,20965,21922,21921,21922,21923,21923,21922,21924,21918,21921,21920,21920,21921,21923,21920,21923,21925,21925,21923,21926,21923,21924,21926,21926,21924,21927,21926,21927,21928,21928,21927,21929,21925,21926,21930,21930,21926,21928,21908,21919,21911,21911,21919,21931,21919,21920,21931,21931,21920,21925,21931,21925,21932,21932,21925,21930,21911,21931,21913,21913,21931,21932,20965,20984,21922,21922,20984,21933,20984,20982,21933,21933,20982,21934,21933,21934,21935,21935,21934,21936,21922,21933,21924,21924,21933,21935,20982,20980,21934,21934,20980,21937,20980,20981,21937,21937,20981,21938,21937,21938,21939,21939,21938,21940,21934,21937,21936,21936,21937,21939,21936,21939,21941,21941,21939,21942,21939,21940,21942,21942,21940,21943,21942,21943,21944,21944,21943,21945,21941,21942,21946,21946,21942,21944,21924,21935,21927,21927,21935,21947,21935,21936,21947,21947,21936,21941,21947,21941,21948,21948,21941,21946,21927,21947,21929,21929,21947,21948,20981,21000,21938,21938,21000,21949,21000,20998,21949,21949,20998,21950,21949,21950,21951,21951,21950,21952,21938,21949,21940,21940,21949,21951,20998,20996,21950,21950,20996,21953,20996,20997,21953,21953,20997,21954,21953,21954,21955,21955,21954,21956,21950,21953,21952,21952,21953,21955,21952,21955,21957,21957,21955,21958,21955,21956,21958,21958,21956,21959,21958,21959,21960,21960,21959,21961,21957,21958,21962,21962,21958,21960,21940,21951,21943,21943,21951,21963,21951,21952,21963,21963,21952,21957,21963,21957,21964,21964,21957,21962,21943,21963,21945,21945,21963,21964,20997,21016,21954,21954,21016,21965,21014,21966,21016,21016,21966,21965,21966,21967,21965,21965,21967,21968,21954,21965,21956,21956,21965,21968,21013,21969,21014,21014,21969,21966,21012,21970,21013,21013,21970,21969,21970,21971,21969,21969,21971,21972,21969,21972,21966,21966,21972,21967,21972,21973,21967,21967,21973,21974,21971,21975,21972,21972,21975,21973,21975,21976,21973,21973,21976,21977,21973,21977,21974,21974,21977,21978,21956,21968,21959,21959,21968,21979,21967,21974,21968,21968,21974,21979,21979,21974,21980,21980,21974,21978,21959,21979,21961,21961,21979,21980,21032,21981,21012,21012,21981,21970,21030,21982,21032,21032,21982,21981,21982,21983,21981,21981,21983,21984,21981,21984,21970,21970,21984,21971,21029,21985,21030,21030,21985,21982,21028,21986,21029,21029,21986,21985,21986,21987,21985,21985,21987,21988,21985,21988,21982,21982,21988,21983,21988,21989,21983,21983,21989,21990,21987,21991,21988,21988,21991,21989,21991,21992,21989,21989,21992,21993,21989,21993,21990,21990,21993,21994,21984,21995,21971,21971,21995,21975,21983,21990,21984,21984,21990,21995,21990,21994,21995,21995,21994,21996,21995,21996,21975,21975,21996,21976,21048,21997,21028,21028,21997,21986,21046,21998,21048,21048,21998,21997,21998,21999,21997,21997,21999,22000,21997,22000,21986,21986,22000,21987,21045,22001,21046,21046,22001,21998,21044,22002,21045,21045,22002,22001,22002,22003,22001,22001,22003,22004,22001,22004,21998,21998,22004,21999,22004,22005,21999,21999,22005,22006,22003,22007,22004,22004,22007,22005,22007,22008,22005,22005,22008,22009,22005,22009,22006,22006,22009,22010,22000,22011,21987,21987,22011,21991,21999,22006,22000,22000,22006,22011,22006,22010,22011,22011,22010,22012,22011,22012,21991,21991,22012,21992,21064,22013,21044,21044,22013,22002,21062,22014,21064,21064,22014,22013,22014,22015,22013,22013,22015,22016,22013,22016,22002,22002,22016,22003,21061,22017,21062,21062,22017,22014,21060,22018,21061,21061,22018,22017,22018,22019,22017,22017,22019,22020,22017,22020,22014,22014,22020,22015,22020,22021,22015,22015,22021,22022,22019,22023,22020,22020,22023,22021,22023,22024,22021,22021,22024,22025,22021,22025,22022,22022,22025,22026,22016,22027,22003,22003,22027,22007,22015,22022,22016,22016,22022,22027,22022,22026,22027,22027,22026,22028,22027,22028,22007,22007,22028,22008,21080,22029,21060,21060,22029,22018,21078,22030,21080,21080,22030,22029,22030,22031,22029,22029,22031,22032,22029,22032,22018,22018,22032,22019,21077,22033,21078,21078,22033,22030,21076,22034,21077,21077,22034,22033,22034,22035,22033,22033,22035,22036,22033,22036,22030,22030,22036,22031,22036,22037,22031,22031,22037,22038,22035,22039,22036,22036,22039,22037,22039,22040,22037,22037,22040,22041,22037,22041,22038,22038,22041,22042,22032,22043,22019,22019,22043,22023,22031,22038,22032,22032,22038,22043,22038,22042,22043,22043,22042,22044,22043,22044,22023,22023,22044,22024,21096,22045,21076,21076,22045,22034,21094,22046,21096,21096,22046,22045,22046,22047,22045,22045,22047,22048,22045,22048,22034,22034,22048,22035,21093,22049,21094,21094,22049,22046,21092,22050,21093,21093,22050,22049,22050,22051,22049,22049,22051,22052,22049,22052,22046,22046,22052,22047,22052,22053,22047,22047,22053,22054,22051,22055,22052,22052,22055,22053,22055,22056,22053,22053,22056,22057,22053,22057,22054,22054,22057,22058,22048,22059,22035,22035,22059,22039,22047,22054,22048,22048,22054,22059,22054,22058,22059,22059,22058,22060,22059,22060,22039,22039,22060,22040,21112,22061,21092,21092,22061,22050,21110,22062,21112,21112,22062,22061,22062,22063,22061,22061,22063,22064,22061,22064,22050,22050,22064,22051,21109,22065,21110,21110,22065,22062,21108,22066,21109,21109,22066,22065,22066,22067,22065,22065,22067,22068,22065,22068,22062,22062,22068,22063,22068,22069,22063,22063,22069,22070,22067,22071,22068,22068,22071,22069,22071,22072,22069,22069,22072,22073,22069,22073,22070,22070,22073,22074,22064,22075,22051,22051,22075,22055,22063,22070,22064,22064,22070,22075,22070,22074,22075,22075,22074,22076,22075,22076,22055,22055,22076,22056,21128,22077,21108,21108,22077,22066,21126,22078,21128,21128,22078,22077,22078,22079,22077,22077,22079,22080,22077,22080,22066,22066,22080,22067,21125,22081,21126,21126,22081,22078,21124,22082,21125,21125,22082,22081,22082,22083,22081,22081,22083,22084,22081,22084,22078,22078,22084,22079,22084,22085,22079,22079,22085,22086,22083,22087,22084,22084,22087,22085,22087,22088,22085,22085,22088,22089,22085,22089,22086,22086,22089,22090,22080,22091,22067,22067,22091,22071,22079,22086,22080,22080,22086,22091,22086,22090,22091,22091,22090,22092,22091,22092,22071,22071,22092,22072,21144,22093,21124,21124,22093,22082,21142,22094,21144,21144,22094,22093,22094,22095,22093,22093,22095,22096,22093,22096,22082,22082,22096,22083,21141,22097,21142,21142,22097,22094,21140,22098,21141,21141,22098,22097,22098,22099,22097,22097,22099,22100,22097,22100,22094,22094,22100,22095,22100,22101,22095,22095,22101,22102,22099,22103,22100,22100,22103,22101,22103,22104,22101,22101,22104,22105,22101,22105,22102,22102,22105,22106,22096,22107,22083,22083,22107,22087,22095,22102,22096,22096,22102,22107,22102,22106,22107,22107,22106,22108,22107,22108,22087,22087,22108,22088,21160,22109,21140,21140,22109,22098,21158,22110,21160,21160,22110,22109,22110,22111,22109,22109,22111,22112,22109,22112,22098,22098,22112,22099,21157,22113,21158,21158,22113,22110,21156,22114,21157,21157,22114,22113,22114,22115,22113,22113,22115,22116,22113,22116,22110,22110,22116,22111,22116,22117,22111,22111,22117,22118,22115,22119,22116,22116,22119,22117,22119,22120,22117,22117,22120,22121,22117,22121,22118,22118,22121,22122,22112,22123,22099,22099,22123,22103,22111,22118,22112,22112,22118,22123,22118,22122,22123,22123,22122,22124,22123,22124,22103,22103,22124,22104,21176,22125,21156,21156,22125,22114,21174,22126,21176,21176,22126,22125,22126,22127,22125,22125,22127,22128,22125,22128,22114,22114,22128,22115,21173,22129,21174,21174,22129,22126,21172,22130,21173,21173,22130,22129,22130,22131,22129,22129,22131,22132,22129,22132,22126,22126,22132,22127,22132,22133,22127,22127,22133,22134,22131,22135,22132,22132,22135,22133,22135,22136,22133,22133,22136,22137,22133,22137,22134,22134,22137,22138,22128,22139,22115,22115,22139,22119,22127,22134,22128,22128,22134,22139,22134,22138,22139,22139,22138,22140,22139,22140,22119,22119,22140,22120,21192,22141,21172,21172,22141,22130,21190,22142,21192,21192,22142,22141,22142,22143,22141,22141,22143,22144,22141,22144,22130,22130,22144,22131,21189,22145,21190,21190,22145,22142,21188,22146,21189,21189,22146,22145,22146,22147,22145,22145,22147,22148,22145,22148,22142,22142,22148,22143,22148,22149,22143,22143,22149,22150,22147,22151,22148,22148,22151,22149,22151,22152,22149,22149,22152,22153,22149,22153,22150,22150,22153,22154,22144,22155,22131,22131,22155,22135,22143,22150,22144,22144,22150,22155,22150,22154,22155,22155,22154,22156,22155,22156,22135,22135,22156,22136,21208,22157,21188,21188,22157,22146,21206,22158,21208,21208,22158,22157,22158,22159,22157,22157,22159,22160,22157,22160,22146,22146,22160,22147,21205,22161,21206,21206,22161,22158,21204,22162,21205,21205,22162,22161,22162,22163,22161,22161,22163,22164,22161,22164,22158,22158,22164,22159,22164,22165,22159,22159,22165,22166,22163,22167,22164,22164,22167,22165,22167,22168,22165,22165,22168,22169,22165,22169,22166,22166,22169,22170,22160,22171,22147,22147,22171,22151,22159,22166,22160,22160,22166,22171,22166,22170,22171,22171,22170,22172,22171,22172,22151,22151,22172,22152,21224,22173,21204,21204,22173,22162,21222,22174,21224,21224,22174,22173,22174,22175,22173,22173,22175,22176,22173,22176,22162,22162,22176,22163,21221,22177,21222,21222,22177,22174,21220,22178,21221,21221,22178,22177,22178,22179,22177,22177,22179,22180,22177,22180,22174,22174,22180,22175,22180,22181,22175,22175,22181,22182,22179,22183,22180,22180,22183,22181,22183,22184,22181,22181,22184,22185,22181,22185,22182,22182,22185,22186,22176,22187,22163,22163,22187,22167,22175,22182,22176,22176,22182,22187,22182,22186,22187,22187,22186,22188,22187,22188,22167,22167,22188,22168,21240,22189,21220,21220,22189,22178,21238,22190,21240,21240,22190,22189,22190,22191,22189,22189,22191,22192,22189,22192,22178,22178,22192,22179,21237,22193,21238,21238,22193,22190,21236,22194,21237,21237,22194,22193,22194,22195,22193,22193,22195,22196,22193,22196,22190,22190,22196,22191,22196,22197,22191,22191,22197,22198,22195,22199,22196,22196,22199,22197,22199,22200,22197,22197,22200,22201,22197,22201,22198,22198,22201,22202,22192,22203,22179,22179,22203,22183,22191,22198,22192,22192,22198,22203,22198,22202,22203,22203,22202,22204,22203,22204,22183,22183,22204,22184,21256,22205,21236,21236,22205,22194,21254,22206,21256,21256,22206,22205,22206,22207,22205,22205,22207,22208,22205,22208,22194,22194,22208,22195,21253,22209,21254,21254,22209,22206,21252,22210,21253,21253,22210,22209,22210,22211,22209,22209,22211,22212,22209,22212,22206,22206,22212,22207,22212,22213,22207,22207,22213,22214,22212,22211,22213,22213,22211,22215,22213,22215,22216,22216,22215,22217,22214,22213,22218,22218,22213,22216,22208,22219,22195,22195,22219,22199,22207,22214,22208,22208,22214,22219,22214,22218,22219,22219,22218,22220,22219,22220,22199,22199,22220,22200,21272,22221,21252,21252,22221,22210,21272,21270,22221,22221,21270,22222,22221,22222,22223,22223,22222,22224,22210,22221,22211,22211,22221,22223,21270,21268,22222,22222,21268,22225,21268,21269,22225,22225,21269,22226,22225,22226,22227,22227,22226,22228,22222,22225,22224,22224,22225,22227,22224,22227,22229,22229,22227,22230,22227,22228,22230,22230,22228,22231,22230,22231,22232,22232,22231,22233,22229,22230,22234,22234,22230,22232,22211,22223,22215,22215,22223,22235,22223,22224,22235,22235,22224,22229,22235,22229,22236,22236,22229,22234,22215,22235,22217,22217,22235,22236,21269,21288,22226,22226,21288,22237,21288,21286,22237,22237,21286,22238,22237,22238,22239,22239,22238,22240,22226,22237,22228,22228,22237,22239,21286,21284,22238,22238,21284,22241,21284,21285,22241,22241,21285,22242,22241,22242,22243,22243,22242,22244,22238,22241,22240,22240,22241,22243,22240,22243,22245,22245,22243,22246,22243,22244,22246,22246,22244,22247,22246,22247,22248,22248,22247,22249,22245,22246,22250,22250,22246,22248,22228,22239,22231,22231,22239,22251,22239,22240,22251,22251,22240,22245,22251,22245,22252,22252,22245,22250,22231,22251,22233,22233,22251,22252,21285,21304,22242,22242,21304,22253,21304,21302,22253,22253,21302,22254,22253,22254,22255,22255,22254,22256,22242,22253,22244,22244,22253,22255,21302,21300,22254,22254,21300,22257,21300,21301,22257,22257,21301,22258,22257,22258,22259,22259,22258,22260,22254,22257,22256,22256,22257,22259,22256,22259,22261,22261,22259,22262,22259,22260,22262,22262,22260,22263,22262,22263,22264,22264,22263,22265,22261,22262,22266,22266,22262,22264,22244,22255,22247,22247,22255,22267,22255,22256,22267,22267,22256,22261,22267,22261,22268,22268,22261,22266,22247,22267,22249,22249,22267,22268,21301,21320,22258,22258,21320,22269,21320,21318,22269,22269,21318,22270,22269,22270,22271,22271,22270,22272,22258,22269,22260,22260,22269,22271,21318,21316,22270,22270,21316,22273,21316,21317,22273,22273,21317,22274,22273,22274,22275,22275,22274,22276,22270,22273,22272,22272,22273,22275,22272,22275,22277,22277,22275,22278,22275,22276,22278,22278,22276,22279,22278,22279,22280,22280,22279,22281,22277,22278,22282,22282,22278,22280,22260,22271,22263,22263,22271,22283,22271,22272,22283,22283,22272,22277,22283,22277,22284,22284,22277,22282,22263,22283,22265,22265,22283,22284,21317,21336,22274,22274,21336,22285,21336,21334,22285,22285,21334,22286,22285,22286,22287,22287,22286,22288,22274,22285,22276,22276,22285,22287,21334,21332,22286,22286,21332,22289,21332,21333,22289,22289,21333,22290,22289,22290,22291,22291,22290,22292,22286,22289,22288,22288,22289,22291,22288,22291,22293,22293,22291,22294,22291,22292,22294,22294,22292,22295,22294,22295,22296,22296,22295,22297,22293,22294,22298,22298,22294,22296,22276,22287,22279,22279,22287,22299,22287,22288,22299,22299,22288,22293,22299,22293,22300,22300,22293,22298,22279,22299,22281,22281,22299,22300,21333,21352,22290,22290,21352,22301,21352,21350,22301,22301,21350,22302,22301,22302,22303,22303,22302,22304,22290,22301,22292,22292,22301,22303,21350,21348,22302,22302,21348,22305,21348,21349,22305,22305,21349,22306,22305,22306,22307,22307,22306,22308,22302,22305,22304,22304,22305,22307,22307,22309,22304,22304,22309,22310,22308,22311,22307,22307,22311,22309,22311,22312,22309,22309,22312,22313,22309,22313,22310,22310,22313,22314,22292,22303,22295,22295,22303,22315,22303,22304,22315,22315,22304,22310,22310,22314,22315,22315,22314,22316,22295,22315,22297,22297,22315,22316,21349,21368,22306,22306,21368,22317,21368,21366,22317,22317,21366,22318,22317,22318,22319,22319,22318,22320,22306,22317,22308,22308,22317,22319,21366,21364,22318,22318,21364,22321,21364,21365,22321,22321,21365,22322,22321,22322,22323,22323,22322,22324,22318,22321,22320,22320,22321,22323,22320,22323,22325,22325,22323,22326,22323,22324,22326,22326,22324,22327,22326,22327,22328,22328,22327,22329,22325,22326,22330,22330,22326,22328,22308,22319,22311,22311,22319,22331,22319,22320,22331,22331,22320,22325,22331,22325,22332,22332,22325,22330,22311,22331,22312,22312,22331,22332,21365,21384,22322,22322,21384,22333,21384,21382,22333,22333,21382,22334,22333,22334,22335,22335,22334,22336,22322,22333,22324,22324,22333,22335,21382,21380,22334,22334,21380,22337,21380,21381,22337,22337,21381,22338,22337,22338,22339,22339,22338,22340,22334,22337,22336,22336,22337,22339,22336,22339,22341,22341,22339,22342,22339,22340,22342,22342,22340,22343,22342,22343,22344,22344,22343,22345,22341,22342,22346,22346,22342,22344,22324,22335,22327,22327,22335,22347,22335,22336,22347,22347,22336,22341,22347,22341,22348,22348,22341,22346,22327,22347,22329,22329,22347,22348,21400,22349,21381,21381,22349,22338,21398,22350,21400,21400,22350,22349,22350,22351,22349,22349,22351,22352,22338,22349,22340,22340,22349,22352,21397,22353,21398,21398,22353,22350,21397,21396,22353,22353,21396,22354,22353,22354,22355,22355,22354,22356,22350,22353,22351,22351,22353,22355,22351,22355,22357,22357,22355,22358,22355,22356,22358,22358,22356,22359,22358,22359,22360,22360,22359,22361,22357,22358,22362,22362,22358,22360,22340,22352,22343,22343,22352,22363,22352,22351,22363,22363,22351,22357,22357,22362,22363,22363,22362,22364,22363,22364,22343,22343,22364,22345,21396,21416,22354,22354,21416,22365,21416,21414,22365,22365,21414,22366,22365,22366,22367,22367,22366,22368,22354,22365,22356,22356,22365,22367,21414,21412,22366,22366,21412,22369,21412,21413,22369,22369,21413,22370,22369,22370,22371,22371,22370,22372,22366,22369,22368,22368,22369,22371,22368,22371,22373,22373,22371,22374,22371,22372,22374,22374,22372,22375,22374,22375,22376,22376,22375,22377,22373,22374,22378,22378,22374,22376,22356,22367,22359,22359,22367,22379,22367,22368,22379,22379,22368,22373,22379,22373,22380,22380,22373,22378,22359,22379,22361,22361,22379,22380,21413,21432,22370,22370,21432,22381,21432,21430,22381,22381,21430,22382,22381,22382,22383,22383,22382,22384,22370,22381,22372,22372,22381,22383,21430,21429,22382,22382,21429,22385,21428,22386,21429,21429,22386,22385,22386,22387,22385,22385,22387,22388,22382,22385,22384,22384,22385,22388,22388,22389,22384,22384,22389,22390,22387,22391,22388,22388,22391,22389,22391,22392,22389,22389,22392,22393,22389,22393,22390,22390,22393,22394,22372,22383,22375,22375,22383,22395,22383,22384,22395,22395,22384,22390,22395,22390,22396,22396,22390,22394,22375,22395,22377,22377,22395,22396,21448,22397,21428,21428,22397,22386,21446,22398,21448,21448,22398,22397,22398,22399,22397,22397,22399,22400,22397,22400,22386,22386,22400,22387,21445,22401,21446,21446,22401,22398,21444,22402,21445,21445,22402,22401,22402,22403,22401,22401,22403,22404,22401,22404,22398,22398,22404,22399,22404,22405,22399,22399,22405,22406,22403,22407,22404,22404,22407,22405,22407,22408,22405,22405,22408,22409,22405,22409,22406,22406,22409,22410,22400,22411,22387,22387,22411,22391,22399,22406,22400,22400,22406,22411,22406,22410,22411,22411,22410,22412,22411,22412,22391,22391,22412,22392,21468,21467,22413,22413,21467,22414,21467,21464,22414,22414,21464,22415,22414,22415,22416,22416,22415,22417,22413,22414,22418,22418,22414,22416,21464,21462,22415,22415,21462,22419,21462,21463,22419,22419,21463,22420,22419,22420,22421,22421,22420,22422,22415,22419,22417,22417,22419,22421,22417,22421,22423,22423,22421,22424,22421,22422,22424,22424,22422,22425,22424,22425,22426,22426,22425,22427,22423,22424,22428,22428,22424,22426,22418,22416,22429,22429,22416,22430,22416,22417,22430,22430,22417,22423,22430,22423,22431,22431,22423,22428,22429,22430,22432,22432,22430,22431,21463,21484,22420,22420,21484,22433,21484,21482,22433,22433,21482,22434,22433,22434,22435,22435,22434,22436,22420,22433,22422,22422,22433,22435,21482,21480,22434,22434,21480,22437,21480,21481,22437,22437,21481,22438,22437,22438,22439,22439,22438,22440,22434,22437,22436,22436,22437,22439,22436,22439,22441,22441,22439,22442,22439,22440,22442,22442,22440,22443,22442,22443,22444,22444,22443,22445,22441,22442,22446,22446,22442,22444,22422,22435,22425,22425,22435,22447,22435,22436,22447,22447,22436,22441,22447,22441,22448,22448,22441,22446,22425,22447,22427,22427,22447,22448,21481,21500,22438,22438,21500,22449,21500,21498,22449,22449,21498,22450,22449,22450,22451,22451,22450,22452,22438,22449,22440,22440,22449,22451,21498,21496,22450,22450,21496,22453,21496,21497,22453,22453,21497,22454,22453,22454,22455,22455,22454,22456,22450,22453,22452,22452,22453,22455,22452,22455,22457,22457,22455,22458,22455,22456,22458,22458,22456,22459,22458,22459,22460,22460,22459,22461,22457,22458,22462,22462,22458,22460,22440,22451,22443,22443,22451,22463,22451,22452,22463,22463,22452,22457,22463,22457,22464,22464,22457,22462,22443,22463,22445,22445,22463,22464,21497,21516,22454,22454,21516,22465,21516,21514,22465,22465,21514,22466,22465,22466,22467,22467,22466,22468,22454,22465,22456,22456,22465,22467,21514,21512,22466,22466,21512,22469,21512,21513,22469,22469,21513,22470,22469,22470,22471,22471,22470,22472,22466,22469,22468,22468,22469,22471,22468,22471,22473,22473,22471,22474,22471,22472,22474,22474,22472,22475,22474,22475,22476,22476,22475,22477,22473,22474,22478,22478,22474,22476,22456,22467,22459,22459,22467,22479,22467,22468,22479,22479,22468,22473,22479,22473,22480,22480,22473,22478,22459,22479,22461,22461,22479,22480,21513,21532,22470,22470,21532,22481,21532,21530,22481,22481,21530,22482,22481,22482,22483,22483,22482,22484,22470,22481,22472,22472,22481,22483,21530,21528,22482,22482,21528,22485,21528,21529,22485,22485,21529,22486,22485,22486,22487,22487,22486,22488,22482,22485,22484,22484,22485,22487,22484,22487,22489,22489,22487,22490,22487,22488,22490,22490,22488,22491,22490,22491,22492,22492,22491,22493,22489,22490,22494,22494,22490,22492,22472,22483,22475,22475,22483,22495,22483,22484,22495,22495,22484,22489,22495,22489,22496,22496,22489,22494,22475,22495,22477,22477,22495,22496,21529,21548,22486,22486,21548,22497,21548,21546,22497,22497,21546,22498,22497,22498,22499,22499,22498,22500,22486,22497,22488,22488,22497,22499,21546,21544,22498,22498,21544,22501,21544,21545,22501,22501,21545,22502,22501,22502,22503,22503,22502,22504,22498,22501,22500,22500,22501,22503,22500,22503,22505,22505,22503,22506,22503,22504,22506,22506,22504,22507,22506,22507,22508,22508,22507,22509,22505,22506,22510,22510,22506,22508,22488,22499,22491,22491,22499,22511,22499,22500,22511,22511,22500,22505,22511,22505,22512,22512,22505,22510,22491,22511,22493,22493,22511,22512,21545,21564,22502,22502,21564,22513,21564,21562,22513,22513,21562,22514,22513,22514,22515,22515,22514,22516,22502,22513,22504,22504,22513,22515,21562,21560,22514,22514,21560,22517,21560,21561,22517,22517,21561,22518,22517,22518,22519,22519,22518,22520,22514,22517,22516,22516,22517,22519,22516,22519,22521,22521,22519,22522,22519,22520,22522,22522,22520,22523,22522,22523,22524,22524,22523,22525,22521,22522,22526,22526,22522,22524,22504,22515,22507,22507,22515,22527,22515,22516,22527,22527,22516,22521,22527,22521,22528,22528,22521,22526,22507,22527,22509,22509,22527,22528,21561,21580,22518,22518,21580,22529,21580,21578,22529,22529,21578,22530,22529,22530,22531,22531,22530,22532,22518,22529,22520,22520,22529,22531,21578,21576,22530,22530,21576,22533,21576,21577,22533,22533,21577,22534,22533,22534,22535,22535,22534,22536,22530,22533,22532,22532,22533,22535,22532,22535,22537,22537,22535,22538,22535,22536,22538,22538,22536,22539,22538,22539,22540,22540,22539,22541,22537,22538,22542,22542,22538,22540,22520,22531,22523,22523,22531,22543,22531,22532,22543,22543,22532,22537,22543,22537,22544,22544,22537,22542,22523,22543,22525,22525,22543,22544,21577,21596,22534,22534,21596,22545,21596,21594,22545,22545,21594,22546,22545,22546,22547,22547,22546,22548,22534,22545,22536,22536,22545,22547,21594,21592,22546,22546,21592,22549,21592,21593,22549,22549,21593,22550,22549,22550,22551,22551,22550,22552,22546,22549,22548,22548,22549,22551,22548,22551,22553,22553,22551,22554,22551,22552,22554,22554,22552,22555,22554,22555,22556,22556,22555,22557,22553,22554,22558,22558,22554,22556,22536,22547,22539,22539,22547,22559,22547,22548,22559,22559,22548,22553,22559,22553,22560,22560,22553,22558,22539,22559,22541,22541,22559,22560,21593,21612,22550,22550,21612,22561,21612,21610,22561,22561,21610,22562,22561,22562,22563,22563,22562,22564,22550,22561,22552,22552,22561,22563,21610,21608,22562,22562,21608,22565,21608,21609,22565,22565,21609,22566,22565,22566,22567,22567,22566,22568,22562,22565,22564,22564,22565,22567,22564,22567,22569,22569,22567,22570,22567,22568,22570,22570,22568,22571,22570,22571,22572,22572,22571,22573,22569,22570,22574,22574,22570,22572,22552,22563,22555,22555,22563,22575,22563,22564,22575,22575,22564,22569,22575,22569,22576,22576,22569,22574,22555,22575,22557,22557,22575,22576,21609,21628,22566,22566,21628,22577,21628,21626,22577,22577,21626,22578,22577,22578,22579,22579,22578,22580,22566,22577,22568,22568,22577,22579,21626,21624,22578,22578,21624,22581,21624,21625,22581,22581,21625,22582,22581,22582,22583,22583,22582,22584,22578,22581,22580,22580,22581,22583,22580,22583,22585,22585,22583,22586,22583,22584,22586,22586,22584,22587,22586,22587,22588,22588,22587,22589,22585,22586,22590,22590,22586,22588,22568,22579,22571,22571,22579,22591,22579,22580,22591,22591,22580,22585,22591,22585,22592,22592,22585,22590,22571,22591,22573,22573,22591,22592,21625,21644,22582,22582,21644,22593,21644,21642,22593,22593,21642,22594,22593,22594,22595,22595,22594,22596,22582,22593,22584,22584,22593,22595,21642,21640,22594,22594,21640,22597,21640,21641,22597,22597,21641,22598,22597,22598,22599,22599,22598,22600,22594,22597,22596,22596,22597,22599,22596,22599,22601,22601,22599,22602,22599,22600,22602,22602,22600,22603,22602,22603,22604,22604,22603,22605,22601,22602,22606,22606,22602,22604,22584,22595,22587,22587,22595,22607,22595,22596,22607,22607,22596,22601,22607,22601,22608,22608,22601,22606,22587,22607,22589,22589,22607,22608,21641,21660,22598,22598,21660,22609,21660,21658,22609,22609,21658,22610,22609,22610,22611,22611,22610,22612,22598,22609,22600,22600,22609,22611,21658,21656,22610,22610,21656,22613,21656,21657,22613,22613,21657,22614,22613,22614,22615,22615,22614,22616,22610,22613,22612,22612,22613,22615,22612,22615,22617,22617,22615,22618,22615,22616,22618,22618,22616,22619,22618,22619,22620,22620,22619,22621,22617,22618,22622,22622,22618,22620,22600,22611,22603,22603,22611,22623,22611,22612,22623,22623,22612,22617,22623,22617,22624,22624,22617,22622,22603,22623,22605,22605,22623,22624,21657,21676,22614,22614,21676,22625,21676,21674,22625,22625,21674,22626,22625,22626,22627,22627,22626,22628,22614,22625,22616,22616,22625,22627,21674,21672,22626,22626,21672,22629,21672,21673,22629,22629,21673,22630,22629,22630,22631,22631,22630,22632,22626,22629,22628,22628,22629,22631,22628,22631,22633,22633,22631,22634,22631,22632,22634,22634,22632,22635,22634,22635,22636,22636,22635,22637,22633,22634,22638,22638,22634,22636,22616,22627,22619,22619,22627,22639,22627,22628,22639,22639,22628,22633,22639,22633,22640,22640,22633,22638,22619,22639,22621,22621,22639,22640,21673,21692,22630,22630,21692,22641,21692,21690,22641,22641,21690,22642,22641,22642,22643,22643,22642,22644,22630,22641,22632,22632,22641,22643,21690,21688,22642,22642,21688,22645,21688,21689,22645,22645,21689,22646,22645,22646,22647,22647,22646,22648,22642,22645,22644,22644,22645,22647,22644,22647,22649,22649,22647,22650,22647,22648,22650,22650,22648,22651,22650,22651,22652,22652,22651,22653,22649,22650,22654,22654,22650,22652,22632,22643,22635,22635,22643,22655,22643,22644,22655,22655,22644,22649,22655,22649,22656,22656,22649,22654,22635,22655,22637,22637,22655,22656,21689,21708,22646,22646,21708,22657,21708,21706,22657,22657,21706,22658,22657,22658,22659,22659,22658,22660,22646,22657,22648,22648,22657,22659,21706,21704,22658,22658,21704,22661,21704,21705,22661,22661,21705,22662,22661,22662,22663,22663,22662,22664,22658,22661,22660,22660,22661,22663,22660,22663,22665,22665,22663,22666,22663,22664,22666,22666,22664,22667,22666,22667,22668,22668,22667,22669,22665,22666,22670,22670,22666,22668,22648,22659,22651,22651,22659,22671,22659,22660,22671,22671,22660,22665,22671,22665,22672,22672,22665,22670,22651,22671,22653,22653,22671,22672,21705,21724,22662,22662,21724,22673,21724,21722,22673,22673,21722,22674,22673,22674,22675,22675,22674,22676,22662,22673,22664,22664,22673,22675,21722,21720,22674,22674,21720,22677,21720,21721,22677,22677,21721,22678,22677,22678,22679,22679,22678,22680,22674,22677,22676,22676,22677,22679,22676,22679,22681,22681,22679,22682,22679,22680,22682,22682,22680,22683,22682,22683,22684,22684,22683,22685,22681,22682,22686,22686,22682,22684,22664,22675,22667,22667,22675,22687,22675,22676,22687,22687,22676,22681,22687,22681,22688,22688,22681,22686,22667,22687,22669,22669,22687,22688,21721,21740,22678,22678,21740,22689,21740,21738,22689,22689,21738,22690,22689,22690,22691,22691,22690,22692,22678,22689,22680,22680,22689,22691,21738,21736,22690,22690,21736,22693,21736,21737,22693,22693,21737,22694,22693,22694,22695,22695,22694,22696,22690,22693,22692,22692,22693,22695,22692,22695,22697,22697,22695,22698,22695,22696,22698,22698,22696,22699,22698,22699,22700,22700,22699,22701,22697,22698,22702,22702,22698,22700,22680,22691,22683,22683,22691,22703,22691,22692,22703,22703,22692,22697,22703,22697,22704,22704,22697,22702,22683,22703,22685,22685,22703,22704,21737,21756,22694,22694,21756,22705,21756,21754,22705,22705,21754,22706,22705,22706,22707,22707,22706,22708,22694,22705,22696,22696,22705,22707,21754,21752,22706,22706,21752,22709,21752,21753,22709,22709,21753,22710,22709,22710,22711,22711,22710,22712,22706,22709,22708,22708,22709,22711,22708,22711,22713,22713,22711,22714,22711,22712,22714,22714,22712,22715,22714,22715,22716,22716,22715,22717,22713,22714,22718,22718,22714,22716,22696,22707,22699,22699,22707,22719,22707,22708,22719,22719,22708,22713,22719,22713,22720,22720,22713,22718,22699,22719,22701,22701,22719,22720,21753,21772,22710,22710,21772,22721,21772,21770,22721,22721,21770,22722,22721,22722,22723,22723,22722,22724,22710,22721,22712,22712,22721,22723,21770,21768,22722,22722,21768,22725,21768,21769,22725,22725,21769,22726,22725,22726,22727,22727,22726,22728,22722,22725,22724,22724,22725,22727,22724,22727,22729,22729,22727,22730,22727,22728,22730,22730,22728,22731,22730,22731,22732,22732,22731,22733,22729,22730,22734,22734,22730,22732,22712,22723,22715,22715,22723,22735,22723,22724,22735,22735,22724,22729,22735,22729,22736,22736,22729,22734,22715,22735,22717,22717,22735,22736,21769,21788,22726,22726,21788,22737,21788,21786,22737,22737,21786,22738,22737,22738,22739,22739,22738,22740,22726,22737,22728,22728,22737,22739,21786,21784,22738,22738,21784,22741,21784,21785,22741,22741,21785,22742,22741,22742,22743,22743,22742,22744,22738,22741,22740,22740,22741,22743,22740,22743,22745,22745,22743,22746,22743,22744,22746,22746,22744,22747,22746,22747,22748,22748,22747,22749,22745,22746,22750,22750,22746,22748,22728,22739,22731,22731,22739,22751,22739,22740,22751,22751,22740,22745,22751,22745,22752,22752,22745,22750,22731,22751,22733,22733,22751,22752,21785,21804,22742,22742,21804,22753,21804,21802,22753,22753,21802,22754,22753,22754,22755,22755,22754,22756,22742,22753,22744,22744,22753,22755,21802,21800,22754,22754,21800,22757,21800,21801,22757,22757,21801,22758,22757,22758,22759,22759,22758,22760,22754,22757,22756,22756,22757,22759,22756,22759,22761,22761,22759,22762,22759,22760,22762,22762,22760,22763,22762,22763,22764,22764,22763,22765,22761,22762,22766,22766,22762,22764,22744,22755,22747,22747,22755,22767,22755,22756,22767,22767,22756,22761,22767,22761,22768,22768,22761,22766,22747,22767,22749,22749,22767,22768,21801,21820,22758,22758,21820,22769,21820,21818,22769,22769,21818,22770,22769,22770,22771,22771,22770,22772,22758,22769,22760,22760,22769,22771,21818,21816,22770,22770,21816,22773,21816,21817,22773,22773,21817,22774,22773,22774,22775,22775,22774,22776,22770,22773,22772,22772,22773,22775,22772,22775,22777,22777,22775,22778,22775,22776,22778,22778,22776,22779,22778,22779,22780,22780,22779,22781,22777,22778,22782,22782,22778,22780,22760,22771,22763,22763,22771,22783,22771,22772,22783,22783,22772,22777,22783,22777,22784,22784,22777,22782,22763,22783,22765,22765,22783,22784,21817,21836,22774,22774,21836,22785,21836,21834,22785,22785,21834,22786,22785,22786,22787,22787,22786,22788,22774,22785,22776,22776,22785,22787,21834,21832,22786,22786,21832,22789,21832,21833,22789,22789,21833,22790,22789,22790,22791,22791,22790,22792,22786,22789,22788,22788,22789,22791,22788,22791,22793,22793,22791,22794,22791,22792,22794,22794,22792,22795,22794,22795,22796,22796,22795,22797,22793,22794,22798,22798,22794,22796,22776,22787,22779,22779,22787,22799,22787,22788,22799,22799,22788,22793,22799,22793,22800,22800,22793,22798,22779,22799,22781,22781,22799,22800,21833,21852,22790,22790,21852,22801,21852,21850,22801,22801,21850,22802,22801,22802,22803,22803,22802,22804,22790,22801,22792,22792,22801,22803,21850,21848,22802,22802,21848,22805,21848,21849,22805,22805,21849,22806,22805,22806,22807,22807,22806,22808,22802,22805,22804,22804,22805,22807,22804,22807,22809,22809,22807,22810,22807,22808,22810,22810,22808,22811,22810,22811,22812,22812,22811,22813,22809,22810,22814,22814,22810,22812,22792,22803,22795,22795,22803,22815,22803,22804,22815,22815,22804,22809,22815,22809,22816,22816,22809,22814,22795,22815,22797,22797,22815,22816,21849,21868,22806,22806,21868,22817,21868,21866,22817,22817,21866,22818,22817,22818,22819,22819,22818,22820,22806,22817,22808,22808,22817,22819,21866,21864,22818,22818,21864,22821,21864,21865,22821,22821,21865,22822,22821,22822,22823,22823,22822,22824,22818,22821,22820,22820,22821,22823,22820,22823,22825,22825,22823,22826,22823,22824,22826,22826,22824,22827,22826,22827,22828,22828,22827,22829,22825,22826,22830,22830,22826,22828,22808,22819,22811,22811,22819,22831,22819,22820,22831,22831,22820,22825,22831,22825,22832,22832,22825,22830,22811,22831,22813,22813,22831,22832,21865,21884,22822,22822,21884,22833,21884,21882,22833,22833,21882,22834,22833,22834,22835,22835,22834,22836,22822,22833,22824,22824,22833,22835,21882,21880,22834,22834,21880,22837,21880,21881,22837,22837,21881,22838,22837,22838,22839,22839,22838,22840,22834,22837,22836,22836,22837,22839,22836,22839,22841,22841,22839,22842,22839,22840,22842,22842,22840,22843,22842,22843,22844,22844,22843,22845,22841,22842,22846,22846,22842,22844,22824,22835,22827,22827,22835,22847,22835,22836,22847,22847,22836,22841,22847,22841,22848,22848,22841,22846,22827,22847,22829,22829,22847,22848,21881,21900,22838,22838,21900,22849,21900,21898,22849,22849,21898,22850,22849,22850,22851,22851,22850,22852,22838,22849,22840,22840,22849,22851,21898,21896,22850,22850,21896,22853,21896,21897,22853,22853,21897,22854,22853,22854,22855,22855,22854,22856,22850,22853,22852,22852,22853,22855,22852,22855,22857,22857,22855,22858,22855,22856,22858,22858,22856,22859,22858,22859,22860,22860,22859,22861,22857,22858,22862,22862,22858,22860,22840,22851,22843,22843,22851,22863,22851,22852,22863,22863,22852,22857,22863,22857,22864,22864,22857,22862,22843,22863,22845,22845,22863,22864,21897,21916,22854,22854,21916,22865,21916,21914,22865,22865,21914,22866,22865,22866,22867,22867,22866,22868,22854,22865,22856,22856,22865,22867,21914,21912,22866,22866,21912,22869,21912,21913,22869,22869,21913,22870,22869,22870,22871,22871,22870,22872,22866,22869,22868,22868,22869,22871,22868,22871,22873,22873,22871,22874,22871,22872,22874,22874,22872,22875,22874,22875,22876,22876,22875,22877,22873,22874,22878,22878,22874,22876,22856,22867,22859,22859,22867,22879,22867,22868,22879,22879,22868,22873,22879,22873,22880,22880,22873,22878,22859,22879,22861,22861,22879,22880,21913,21932,22870,22870,21932,22881,21932,21930,22881,22881,21930,22882,22881,22882,22883,22883,22882,22884,22870,22881,22872,22872,22881,22883,21930,21928,22882,22882,21928,22885,21928,21929,22885,22885,21929,22886,22885,22886,22887,22887,22886,22888,22882,22885,22884,22884,22885,22887,22884,22887,22889,22889,22887,22890,22887,22888,22890,22890,22888,22891,22890,22891,22892,22892,22891,22893,22889,22890,22894,22894,22890,22892,22872,22883,22875,22875,22883,22895,22883,22884,22895,22895,22884,22889,22895,22889,22896,22896,22889,22894,22875,22895,22877,22877,22895,22896,21929,21948,22886,22886,21948,22897,21948,21946,22897,22897,21946,22898,22897,22898,22899,22899,22898,22900,22886,22897,22888,22888,22897,22899,21946,21944,22898,22898,21944,22901,21944,21945,22901,22901,21945,22902,22901,22902,22903,22903,22902,22904,22898,22901,22900,22900,22901,22903,22900,22903,22905,22905,22903,22906,22903,22904,22906,22906,22904,22907,22906,22907,22908,22908,22907,22909,22905,22906,22910,22910,22906,22908,22888,22899,22891,22891,22899,22911,22899,22900,22911,22911,22900,22905,22911,22905,22912,22912,22905,22910,22891,22911,22893,22893,22911,22912,21945,21964,22902,22902,21964,22913,21964,21962,22913,22913,21962,22914,22913,22914,22915,22915,22914,22916,22902,22913,22904,22904,22913,22915,21962,21960,22914,22914,21960,22917,21960,21961,22917,22917,21961,22918,22917,22918,22919,22919,22918,22920,22914,22917,22916,22916,22917,22919,22916,22919,22921,22921,22919,22922,22919,22920,22922,22922,22920,22923,22922,22923,22924,22924,22923,22925,22921,22922,22926,22926,22922,22924,22904,22915,22907,22907,22915,22927,22915,22916,22927,22927,22916,22921,22927,22921,22928,22928,22921,22926,22907,22927,22909,22909,22927,22928,21961,21980,22918,22918,21980,22929,21980,21978,22929,22929,21978,22930,22929,22930,22931,22931,22930,22932,22918,22929,22920,22920,22929,22931,21977,22933,21978,21978,22933,22930,21976,22934,21977,21977,22934,22933,22934,22935,22933,22933,22935,22936,22933,22936,22930,22930,22936,22932,22932,22936,22937,22937,22936,22938,22935,22939,22936,22936,22939,22938,22938,22939,22940,22940,22939,22941,22937,22938,22942,22942,22938,22940,22920,22931,22923,22923,22931,22943,22931,22932,22943,22943,22932,22937,22943,22937,22944,22944,22937,22942,22923,22943,22925,22925,22943,22944,21996,22945,21976,21976,22945,22934,21994,22946,21996,21996,22946,22945,22946,22947,22945,22945,22947,22948,22945,22948,22934,22934,22948,22935,21993,22949,21994,21994,22949,22946,21992,22950,21993,21993,22950,22949,22950,22951,22949,22949,22951,22952,22949,22952,22946,22946,22952,22947,22952,22953,22947,22947,22953,22954,22951,22955,22952,22952,22955,22953,22955,22956,22953,22953,22956,22957,22953,22957,22954,22954,22957,22958,22948,22959,22935,22935,22959,22939,22947,22954,22948,22948,22954,22959,22954,22958,22959,22959,22958,22960,22959,22960,22939,22939,22960,22941,22012,22961,21992,21992,22961,22950,22010,22962,22012,22012,22962,22961,22962,22963,22961,22961,22963,22964,22961,22964,22950,22950,22964,22951,22009,22965,22010,22010,22965,22962,22008,22966,22009,22009,22966,22965,22966,22967,22965,22965,22967,22968,22965,22968,22962,22962,22968,22963,22968,22969,22963,22963,22969,22970,22967,22971,22968,22968,22971,22969,22971,22972,22969,22969,22972,22973,22969,22973,22970,22970,22973,22974,22964,22975,22951,22951,22975,22955,22963,22970,22964,22964,22970,22975,22970,22974,22975,22975,22974,22976,22975,22976,22955,22955,22976,22956,22028,22977,22008,22008,22977,22966,22026,22978,22028,22028,22978,22977,22978,22979,22977,22977,22979,22980,22977,22980,22966,22966,22980,22967,22025,22981,22026,22026,22981,22978,22024,22982,22025,22025,22982,22981,22982,22983,22981,22981,22983,22984,22981,22984,22978,22978,22984,22979,22984,22985,22979,22979,22985,22986,22983,22987,22984,22984,22987,22985,22987,22988,22985,22985,22988,22989,22985,22989,22986,22986,22989,22990,22980,22991,22967,22967,22991,22971,22979,22986,22980,22980,22986,22991,22986,22990,22991,22991,22990,22992,22991,22992,22971,22971,22992,22972,22044,22993,22024,22024,22993,22982,22042,22994,22044,22044,22994,22993,22994,22995,22993,22993,22995,22996,22993,22996,22982,22982,22996,22983,22041,22997,22042,22042,22997,22994,22040,22998,22041,22041,22998,22997,22998,22999,22997,22997,22999,23000,22997,23000,22994,22994,23000,22995,23000,23001,22995,22995,23001,23002,22999,23003,23000,23000,23003,23001,23003,23004,23001,23001,23004,23005,23001,23005,23002,23002,23005,23006,22996,23007,22983,22983,23007,22987,22995,23002,22996,22996,23002,23007,23002,23006,23007,23007,23006,23008,23007,23008,22987,22987,23008,22988,22060,23009,22040,22040,23009,22998,22058,23010,22060,22060,23010,23009,23010,23011,23009,23009,23011,23012,23009,23012,22998,22998,23012,22999,22057,23013,22058,22058,23013,23010,22056,23014,22057,22057,23014,23013,23014,23015,23013,23013,23015,23016,23013,23016,23010,23010,23016,23011,23016,23017,23011,23011,23017,23018,23015,23019,23016,23016,23019,23017,23019,23020,23017,23017,23020,23021,23017,23021,23018,23018,23021,23022,23012,23023,22999,22999,23023,23003,23011,23018,23012,23012,23018,23023,23018,23022,23023,23023,23022,23024,23023,23024,23003,23003,23024,23004,22076,23025,22056,22056,23025,23014,22074,23026,22076,22076,23026,23025,23026,23027,23025,23025,23027,23028,23025,23028,23014,23014,23028,23015,22073,23029,22074,22074,23029,23026,22072,23030,22073,22073,23030,23029,23030,23031,23029,23029,23031,23032,23029,23032,23026,23026,23032,23027,23032,23033,23027,23027,23033,23034,23031,23035,23032,23032,23035,23033,23035,23036,23033,23033,23036,23037,23033,23037,23034,23034,23037,23038,23028,23039,23015,23015,23039,23019,23027,23034,23028,23028,23034,23039,23034,23038,23039,23039,23038,23040,23039,23040,23019,23019,23040,23020,22092,23041,22072,22072,23041,23030,22090,23042,22092,22092,23042,23041,23042,23043,23041,23041,23043,23044,23041,23044,23030,23030,23044,23031,22089,23045,22090,22090,23045,23042,22088,23046,22089,22089,23046,23045,23046,23047,23045,23045,23047,23048,23045,23048,23042,23042,23048,23043,23048,23049,23043,23043,23049,23050,23047,23051,23048,23048,23051,23049,23051,23052,23049,23049,23052,23053,23049,23053,23050,23050,23053,23054,23044,23055,23031,23031,23055,23035,23043,23050,23044,23044,23050,23055,23050,23054,23055,23055,23054,23056,23055,23056,23035,23035,23056,23036,22108,23057,22088,22088,23057,23046,22106,23058,22108,22108,23058,23057,23058,23059,23057,23057,23059,23060,23057,23060,23046,23046,23060,23047,22105,23061,22106,22106,23061,23058,22104,23062,22105,22105,23062,23061,23062,23063,23061,23061,23063,23064,23061,23064,23058,23058,23064,23059,23064,23065,23059,23059,23065,23066,23063,23067,23064,23064,23067,23065,23067,23068,23065,23065,23068,23069,23065,23069,23066,23066,23069,23070,23060,23071,23047,23047,23071,23051,23059,23066,23060,23060,23066,23071,23066,23070,23071,23071,23070,23072,23071,23072,23051,23051,23072,23052,22124,23073,22104,22104,23073,23062,22122,23074,22124,22124,23074,23073,23074,23075,23073,23073,23075,23076,23073,23076,23062,23062,23076,23063,22121,23077,22122,22122,23077,23074,22120,23078,22121,22121,23078,23077,23078,23079,23077,23077,23079,23080,23077,23080,23074,23074,23080,23075,23080,23081,23075,23075,23081,23082,23079,23083,23080,23080,23083,23081,23083,23084,23081,23081,23084,23085,23081,23085,23082,23082,23085,23086,23076,23087,23063,23063,23087,23067,23075,23082,23076,23076,23082,23087,23082,23086,23087,23087,23086,23088,23087,23088,23067,23067,23088,23068,22140,23089,22120,22120,23089,23078,22138,23090,22140,22140,23090,23089,23090,23091,23089,23089,23091,23092,23089,23092,23078,23078,23092,23079,22137,23093,22138,22138,23093,23090,22136,23094,22137,22137,23094,23093,23094,23095,23093,23093,23095,23096,23093,23096,23090,23090,23096,23091,23096,23097,23091,23091,23097,23098,23095,23099,23096,23096,23099,23097,23099,23100,23097,23097,23100,23101,23097,23101,23098,23098,23101,23102,23092,23103,23079,23079,23103,23083,23091,23098,23092,23092,23098,23103,23098,23102,23103,23103,23102,23104,23103,23104,23083,23083,23104,23084,22156,23105,22136,22136,23105,23094,22154,23106,22156,22156,23106,23105,23106,23107,23105,23105,23107,23108,23105,23108,23094,23094,23108,23095,22153,23109,22154,22154,23109,23106,22152,23110,22153,22153,23110,23109,23110,23111,23109,23109,23111,23112,23109,23112,23106,23106,23112,23107,23112,23113,23107,23107,23113,23114,23111,23115,23112,23112,23115,23113,23115,23116,23113,23113,23116,23117,23113,23117,23114,23114,23117,23118,23108,23119,23095,23095,23119,23099,23107,23114,23108,23108,23114,23119,23114,23118,23119,23119,23118,23120,23119,23120,23099,23099,23120,23100,22172,23121,22152,22152,23121,23110,22170,23122,22172,22172,23122,23121,23122,23123,23121,23121,23123,23124,23121,23124,23110,23110,23124,23111,22169,23125,22170,22170,23125,23122,22168,23126,22169,22169,23126,23125,23126,23127,23125,23125,23127,23128,23125,23128,23122,23122,23128,23123,23128,23129,23123,23123,23129,23130,23127,23131,23128,23128,23131,23129,23131,23132,23129,23129,23132,23133,23129,23133,23130,23130,23133,23134,23124,23135,23111,23111,23135,23115,23123,23130,23124,23124,23130,23135,23130,23134,23135,23135,23134,23136,23135,23136,23115,23115,23136,23116,22188,23137,22168,22168,23137,23126,22186,23138,22188,22188,23138,23137,23138,23139,23137,23137,23139,23140,23137,23140,23126,23126,23140,23127,22185,23141,22186,22186,23141,23138,22184,23142,22185,22185,23142,23141,23142,23143,23141,23141,23143,23144,23141,23144,23138,23138,23144,23139,23144,23145,23139,23139,23145,23146,23143,23147,23144,23144,23147,23145,23147,23148,23145,23145,23148,23149,23145,23149,23146,23146,23149,23150,23140,23151,23127,23127,23151,23131,23139,23146,23140,23140,23146,23151,23146,23150,23151,23151,23150,23152,23151,23152,23131,23131,23152,23132,22204,23153,22184,22184,23153,23142,22202,23154,22204,22204,23154,23153,23154,23155,23153,23153,23155,23156,23153,23156,23142,23142,23156,23143,22201,23157,22202,22202,23157,23154,22200,23158,22201,22201,23158,23157,23158,23159,23157,23157,23159,23160,23157,23160,23154,23154,23160,23155,23160,23161,23155,23155,23161,23162,23160,23159,23161,23161,23159,23163,23161,23163,23164,23164,23163,23165,23162,23161,23166,23166,23161,23164,23156,23167,23143,23143,23167,23147,23155,23162,23156,23156,23162,23167,23162,23166,23167,23167,23166,23168,23167,23168,23147,23147,23168,23148,22220,23169,22200,22200,23169,23158,22220,22218,23169,23169,22218,23170,23169,23170,23171,23171,23170,23172,23158,23169,23159,23159,23169,23171,22218,22216,23170,23170,22216,23173,22216,22217,23173,23173,22217,23174,23173,23174,23175,23175,23174,23176,23170,23173,23172,23172,23173,23175,23172,23175,23177,23177,23175,23178,23175,23176,23178,23178,23176,23179,23178,23179,23180,23180,23179,23181,23177,23178,23182,23182,23178,23180,23159,23171,23163,23163,23171,23183,23171,23172,23183,23183,23172,23177,23183,23177,23184,23184,23177,23182,23163,23183,23165,23165,23183,23184,22217,22236,23174,23174,22236,23185,22236,22234,23185,23185,22234,23186,23185,23186,23187,23187,23186,23188,23174,23185,23176,23176,23185,23187,22234,22232,23186,23186,22232,23189,22232,22233,23189,23189,22233,23190,23189,23190,23191,23191,23190,23192,23186,23189,23188,23188,23189,23191,23188,23191,23193,23193,23191,23194,23191,23192,23194,23194,23192,23195,23195,23196,23194,23194,23196,23197,23194,23197,23193,23193,23197,23198,23176,23187,23179,23179,23187,23199,23187,23188,23199,23199,23188,23193,23199,23193,23200,23200,23193,23198,23179,23199,23181,23181,23199,23200,22233,22252,23190,23190,22252,23201,22252,22250,23201,23201,22250,23202,23201,23202,23203,23203,23202,23204,23190,23201,23192,23192,23201,23203,22250,22248,23202,23202,22248,23205,22249,23206,22248,22248,23206,23205,23206,23207,23205,23205,23207,23208,23205,23208,23202,23202,23208,23204,23208,23209,23204,23204,23209,23210,23207,23211,23208,23208,23211,23209,23211,23212,23209,23209,23212,23213,23209,23213,23210,23210,23213,23214,23203,23215,23192,23192,23215,23195,23204,23210,23203,23203,23210,23215,23210,23214,23215,23215,23214,23216,23215,23216,23195,23195,23216,23196,22268,23217,22249,22249,23217,23206,22266,23218,22268,22268,23218,23217,23218,23219,23217,23217,23219,23220,23217,23220,23206,23206,23220,23207,22264,23221,22266,22266,23221,23218,22264,22265,23221,23221,22265,23222,23222,23223,23221,23221,23223,23224,23221,23224,23218,23218,23224,23219,23224,23225,23219,23219,23225,23226,23223,23227,23224,23224,23227,23225,23225,23227,23228,23228,23227,23229,23225,23228,23226,23226,23228,23230,23220,23231,23207,23207,23231,23211,23219,23226,23220,23220,23226,23231,23226,23230,23231,23231,23230,23232,23231,23232,23211,23211,23232,23212,22265,22284,23222,23222,22284,23233,22284,22282,23233,23233,22282,23234,23233,23234,23235,23235,23234,23236,23222,23233,23223,23223,23233,23235,22282,22280,23234,23234,22280,23237,22280,22281,23237,23237,22281,23238,23237,23238,23239,23239,23238,23240,23234,23237,23236,23236,23237,23239,23236,23239,23241,23241,23239,23242,23239,23240,23242,23242,23240,23243,23242,23243,23244,23244,23243,23245,23241,23242,23246,23246,23242,23244,23223,23235,23227,23227,23235,23247,23235,23236,23247,23247,23236,23241,23247,23241,23248,23248,23241,23246,23227,23247,23229,23229,23247,23248,22281,22300,23238,23238,22300,23249,22300,22298,23249,23249,22298,23250,23249,23250,23251,23251,23250,23252,23238,23249,23240,23240,23249,23251,22298,22296,23250,23250,22296,23253,22296,22297,23253,23253,22297,23254,23253,23254,23255,23255,23254,23256,23250,23253,23252,23252,23253,23255,23252,23255,23257,23257,23255,23258,23256,23259,23255,23255,23259,23258,23259,23260,23258,23258,23260,23261,23258,23261,23257,23257,23261,23262,23240,23251,23243,23243,23251,23263,23251,23252,23263,23263,23252,23257,23263,23257,23264,23264,23257,23262,23243,23263,23245,23245,23263,23264,22297,22316,23254,23254,22316,23265,22314,23266,22316,22316,23266,23265,23266,23267,23265,23265,23267,23268,23265,23268,23254,23254,23268,23256,22313,23269,22314,22314,23269,23266,22312,23270,22313,22313,23270,23269,23270,23271,23269,23269,23271,23272,23269,23272,23266,23266,23272,23267,23272,23273,23267,23267,23273,23274,23271,23275,23272,23272,23275,23273,23275,23276,23273,23273,23276,23277,23273,23277,23274,23274,23277,23278,23268,23279,23256,23256,23279,23259,23267,23274,23268,23268,23274,23279,23279,23274,23280,23280,23274,23278,23279,23280,23259,23259,23280,23260,22312,22332,23270,23270,22332,23281,22332,22330,23281,23281,22330,23282,23281,23282,23283,23283,23282,23284,23270,23281,23271,23271,23281,23283,22330,22328,23282,23282,22328,23285,22328,22329,23285,23285,22329,23286,23286,23287,23285,23285,23287,23288,23282,23285,23284,23284,23285,23288,23288,23289,23284,23284,23289,23290,23287,23291,23288,23288,23291,23289,23291,23292,23289,23289,23292,23293,23289,23293,23290,23290,23293,23294,23271,23283,23275,23275,23283,23295,23284,23290,23283,23283,23290,23295,23290,23294,23295,23295,23294,23296,23295,23296,23275,23275,23296,23276,22329,22348,23286,23286,22348,23297,22348,22346,23297,23297,22346,23298,23298,23299,23297,23297,23299,23300,23297,23300,23286,23286,23300,23287,22346,22344,23298,23298,22344,23301,22344,22345,23301,23301,22345,23302,23302,23303,23301,23301,23303,23304,23301,23304,23298,23298,23304,23299,23304,23305,23299,23299,23305,23306,23303,23307,23304,23304,23307,23305,23307,23308,23305,23305,23308,23309,23305,23309,23306,23306,23309,23310,23300,23311,23287,23287,23311,23291,23299,23306,23300,23300,23306,23311,23306,23310,23311,23311,23310,23312,23311,23312,23291,23291,23312,23292,22364,23313,22345,22345,23313,23302,22362,23314,22364,22364,23314,23313,23314,23315,23313,23313,23315,23316,23313,23316,23302,23302,23316,23303,22360,23317,22362,22362,23317,23314,22360,22361,23317,23317,22361,23318,23318,23319,23317,23317,23319,23320,23317,23320,23314,23314,23320,23315,23320,23321,23315,23315,23321,23322,23319,23323,23320,23320,23323,23321,23323,23324,23321,23321,23324,23325,23321,23325,23322,23322,23325,23326,23316,23327,23303,23303,23327,23307,23315,23322,23316,23316,23322,23327,23322,23326,23327,23327,23326,23328,23327,23328,23307,23307,23328,23308,22361,22380,23318,23318,22380,23329,22380,22378,23329,23329,22378,23330,23329,23330,23331,23331,23330,23332,23318,23329,23319,23319,23329,23331,22378,22376,23330,23330,22376,23333,22376,22377,23333,23333,22377,23334,23333,23334,23335,23335,23334,23336,23330,23333,23332,23332,23333,23335,23335,23337,23332,23332,23337,23338,23336,23339,23335,23335,23339,23337,23339,23340,23337,23337,23340,23341,23337,23341,23338,23338,23341,23342,23331,23343,23319,23319,23343,23323,23332,23338,23331,23331,23338,23343,23338,23342,23343,23343,23342,23344,23343,23344,23323,23323,23344,23324,22377,22396,23334,23334,22396,23345,22396,22394,23345,23345,22394,23346,23346,23347,23345,23345,23347,23348,23334,23345,23336,23336,23345,23348,22393,23349,22394,22394,23349,23346,22392,23350,22393,22393,23350,23349,23350,23351,23349,23349,23351,23352,23349,23352,23346,23346,23352,23347,23352,23353,23347,23347,23353,23354,23351,23355,23352,23352,23355,23353,23355,23356,23353,23353,23356,23357,23353,23357,23354,23354,23357,23358,23348,23359,23336,23336,23359,23339,23347,23354,23348,23348,23354,23359,23354,23358,23359,23359,23358,23360,23359,23360,23339,23339,23360,23340,22412,23361,22392,22392,23361,23350,22410,23362,22412,22412,23362,23361,23362,23363,23361,23361,23363,23364,23361,23364,23350,23350,23364,23351,22409,23365,22410,22410,23365,23362,22408,23366,22409,22409,23366,23365,23366,23367,23365,23365,23367,23368,23365,23368,23362,23362,23368,23363,23368,23369,23363,23363,23369,23370,23367,23371,23368,23368,23371,23369,23371,23372,23369,23369,23372,23373,23369,23373,23370,23370,23373,23374,23364,23375,23351,23351,23375,23355,23363,23370,23364,23364,23370,23375,23370,23374,23375,23375,23374,23376,23375,23376,23355,23355,23376,23356,22432,22431,23377,23377,22431,23378,22431,22428,23378,23378,22428,23379,23379,23380,23378,23378,23380,23381,23378,23381,23377,23377,23381,23382,22428,22426,23379,23379,22426,23383,22426,22427,23383,23383,22427,23384,23384,23385,23383,23383,23385,23386,23383,23386,23379,23379,23386,23380,23386,23387,23380,23380,23387,23388,23385,23389,23386,23386,23389,23387,23389,23390,23387,23387,23390,23391,23387,23391,23388,23388,23391,23392,23381,23393,23382,23382,23393,23394,23380,23388,23381,23381,23388,23393,23388,23392,23393,23393,23392,23395,23393,23395,23394,23394,23395,23396,22427,22448,23384,23384,22448,23397,22448,22446,23397,23397,22446,23398,23397,23398,23399,23399,23398,23400,23397,23399,23384,23384,23399,23385,22446,22444,23398,23398,22444,23401,22444,22445,23401,23401,22445,23402,23401,23402,23403,23403,23402,23404,23398,23401,23400,23400,23401,23403,23400,23403,23405,23405,23403,23406,23403,23404,23406,23406,23404,23407,23407,23408,23406,23406,23408,23409,23406,23409,23405,23405,23409,23410,23399,23411,23385,23385,23411,23389,23400,23405,23399,23399,23405,23411,23405,23410,23411,23411,23410,23412,23411,23412,23389,23389,23412,23390,22445,22464,23402,23402,22464,23413,22464,22462,23413,23413,22462,23414,23413,23414,23415,23415,23414,23416,23402,23413,23404,23404,23413,23415,22462,22460,23414,23414,22460,23417,22460,22461,23417,23417,22461,23418,23417,23418,23419,23419,23418,23420,23414,23417,23416,23416,23417,23419,23416,23419,23421,23421,23419,23422,23419,23420,23422,23422,23420,23423,23422,23423,23424,23424,23423,23425,23421,23422,23426,23426,23422,23424,23404,23415,23407,23407,23415,23427,23415,23416,23427,23427,23416,23421,23427,23421,23428,23428,23421,23426,23407,23427,23408,23408,23427,23428,22461,22480,23418,23418,22480,23429,22480,22478,23429,23429,22478,23430,23429,23430,23431,23431,23430,23432,23418,23429,23420,23420,23429,23431,22478,22476,23430,23430,22476,23433,22476,22477,23433,23433,22477,23434,23433,23434,23435,23435,23434,23436,23430,23433,23432,23432,23433,23435,23432,23435,23437,23437,23435,23438,23435,23436,23438,23438,23436,23439,23438,23439,23440,23440,23439,23441,23437,23438,23442,23442,23438,23440,23420,23431,23423,23423,23431,23443,23431,23432,23443,23443,23432,23437,23443,23437,23444,23444,23437,23442,23423,23443,23425,23425,23443,23444,22477,22496,23434,23434,22496,23445,22496,22494,23445,23445,22494,23446,23445,23446,23447,23447,23446,23448,23434,23445,23436,23436,23445,23447,22494,22492,23446,23446,22492,23449,22492,22493,23449,23449,22493,23450,23449,23450,23451,23451,23450,23452,23446,23449,23448,23448,23449,23451,23448,23451,23453,23453,23451,23454,23451,23452,23454,23454,23452,23455,23454,23455,23456,23456,23455,23457,23453,23454,23458,23458,23454,23456,23436,23447,23439,23439,23447,23459,23447,23448,23459,23459,23448,23453,23459,23453,23460,23460,23453,23458,23439,23459,23441,23441,23459,23460,22493,22512,23450,23450,22512,23461,22512,22510,23461,23461,22510,23462,23461,23462,23463,23463,23462,23464,23450,23461,23452,23452,23461,23463,22510,22508,23462,23462,22508,23465,22508,22509,23465,23465,22509,23466,23465,23466,23467,23467,23466,23468,23462,23465,23464,23464,23465,23467,23464,23467,23469,23469,23467,23470,23467,23468,23470,23470,23468,23471,23470,23471,23472,23472,23471,23473,23469,23470,23474,23474,23470,23472,23452,23463,23455,23455,23463,23475,23463,23464,23475,23475,23464,23469,23475,23469,23476,23476,23469,23474,23455,23475,23457,23457,23475,23476,22509,22528,23466,23466,22528,23477,22528,22526,23477,23477,22526,23478,23477,23478,23479,23479,23478,23480,23466,23477,23468,23468,23477,23479,22526,22524,23478,23478,22524,23481,22524,22525,23481,23481,22525,23482,23481,23482,23483,23483,23482,23484,23478,23481,23480,23480,23481,23483,23480,23483,23485,23485,23483,23486,23483,23484,23486,23486,23484,23487,23486,23487,23488,23488,23487,23489,23485,23486,23490,23490,23486,23488,23468,23479,23471,23471,23479,23491,23479,23480,23491,23491,23480,23485,23491,23485,23492,23492,23485,23490,23471,23491,23473,23473,23491,23492,22525,22544,23482,23482,22544,23493,22544,22542,23493,23493,22542,23494,23493,23494,23495,23495,23494,23496,23482,23493,23484,23484,23493,23495,22542,22540,23494,23494,22540,23497,22540,22541,23497,23497,22541,23498,23497,23498,23499,23499,23498,23500,23494,23497,23496,23496,23497,23499,23496,23499,23501,23501,23499,23502,23499,23500,23502,23502,23500,23503,23502,23503,23504,23504,23503,23505,23501,23502,23506,23506,23502,23504,23484,23495,23487,23487,23495,23507,23495,23496,23507,23507,23496,23501,23507,23501,23508,23508,23501,23506,23487,23507,23489,23489,23507,23508,22541,22560,23498,23498,22560,23509,22560,22558,23509,23509,22558,23510,23509,23510,23511,23511,23510,23512,23498,23509,23500,23500,23509,23511,22558,22556,23510,23510,22556,23513,22556,22557,23513,23513,22557,23514,23513,23514,23515,23515,23514,23516,23510,23513,23512,23512,23513,23515,23512,23515,23517,23517,23515,23518,23515,23516,23518,23518,23516,23519,23518,23519,23520,23520,23519,23521,23517,23518,23522,23522,23518,23520,23500,23511,23503,23503,23511,23523,23511,23512,23523,23523,23512,23517,23523,23517,23524,23524,23517,23522,23503,23523,23505,23505,23523,23524,22557,22576,23514,23514,22576,23525,22576,22574,23525,23525,22574,23526,23525,23526,23527,23527,23526,23528,23514,23525,23516,23516,23525,23527,22574,22572,23526,23526,22572,23529,22572,22573,23529,23529,22573,23530,23529,23530,23531,23531,23530,23532,23526,23529,23528,23528,23529,23531,23528,23531,23533,23533,23531,23534,23531,23532,23534,23534,23532,23535,23534,23535,23536,23536,23535,23537,23533,23534,23538,23538,23534,23536,23516,23527,23519,23519,23527,23539,23527,23528,23539,23539,23528,23533,23539,23533,23540,23540,23533,23538,23519,23539,23521,23521,23539,23540,22573,22592,23530,23530,22592,23541,22592,22590,23541,23541,22590,23542,23541,23542,23543,23543,23542,23544,23530,23541,23532,23532,23541,23543,22590,22588,23542,23542,22588,23545,22588,22589,23545,23545,22589,23546,23545,23546,23547,23547,23546,23548,23542,23545,23544,23544,23545,23547,23544,23547,23549,23549,23547,23550,23547,23548,23550,23550,23548,23551,23550,23551,23552,23552,23551,23553,23549,23550,23554,23554,23550,23552,23532,23543,23535,23535,23543,23555,23543,23544,23555,23555,23544,23549,23555,23549,23556,23556,23549,23554,23535,23555,23537,23537,23555,23556,22589,22608,23546,23546,22608,23557,22608,22606,23557,23557,22606,23558,23557,23558,23559,23559,23558,23560,23546,23557,23548,23548,23557,23559,22606,22604,23558,23558,22604,23561,22604,22605,23561,23561,22605,23562,23561,23562,23563,23563,23562,23564,23558,23561,23560,23560,23561,23563,23560,23563,23565,23565,23563,23566,23563,23564,23566,23566,23564,23567,23566,23567,23568,23568,23567,23569,23565,23566,23570,23570,23566,23568,23548,23559,23551,23551,23559,23571,23559,23560,23571,23571,23560,23565,23571,23565,23572,23572,23565,23570,23551,23571,23553,23553,23571,23572,22605,22624,23562,23562,22624,23573,22624,22622,23573,23573,22622,23574,23573,23574,23575,23575,23574,23576,23562,23573,23564,23564,23573,23575,22622,22620,23574,23574,22620,23577,22620,22621,23577,23577,22621,23578,23577,23578,23579,23579,23578,23580,23574,23577,23576,23576,23577,23579,23576,23579,23581,23581,23579,23582,23579,23580,23582,23582,23580,23583,23583,23584,23582,23582,23584,23585,23582,23585,23581,23581,23585,23586,23575,23587,23564,23564,23587,23567,23576,23581,23575,23575,23581,23587,23581,23586,23587,23587,23586,23588,23587,23588,23567,23567,23588,23569,22621,22640,23578,23578,22640,23589,22640,22638,23589,23589,22638,23590,23589,23590,23591,23591,23590,23592,23578,23589,23580,23580,23589,23591,22638,22636,23590,23590,22636,23593,22636,22637,23593,23593,22637,23594,23593,23594,23595,23595,23594,23596,23590,23593,23592,23592,23593,23595,23592,23595,23597,23597,23595,23598,23595,23596,23598,23598,23596,23599,23598,23599,23600,23600,23599,23601,23597,23598,23602,23602,23598,23600,23580,23591,23583,23583,23591,23603,23591,23592,23603,23603,23592,23597,23603,23597,23604,23604,23597,23602,23583,23603,23584,23584,23603,23604,22637,22656,23594,23594,22656,23605,22656,22654,23605,23605,22654,23606,23605,23606,23607,23607,23606,23608,23594,23605,23596,23596,23605,23607,22654,22652,23606,23606,22652,23609,22652,22653,23609,23609,22653,23610,23609,23610,23611,23611,23610,23612,23606,23609,23608,23608,23609,23611,23608,23611,23613,23613,23611,23614,23611,23612,23614,23614,23612,23615,23614,23615,23616,23616,23615,23617,23613,23614,23618,23618,23614,23616,23596,23607,23599,23599,23607,23619,23607,23608,23619,23619,23608,23613,23619,23613,23620,23620,23613,23618,23599,23619,23601,23601,23619,23620,22653,22672,23610,23610,22672,23621,22672,22670,23621,23621,22670,23622,23621,23622,23623,23623,23622,23624,23610,23621,23612,23612,23621,23623,22670,22668,23622,23622,22668,23625,22668,22669,23625,23625,22669,23626,23625,23626,23627,23627,23626,23628,23622,23625,23624,23624,23625,23627,23624,23627,23629,23629,23627,23630,23627,23628,23630,23630,23628,23631,23630,23631,23632,23632,23631,23633,23629,23630,23634,23634,23630,23632,23612,23623,23615,23615,23623,23635,23623,23624,23635,23635,23624,23629,23635,23629,23636,23636,23629,23634,23615,23635,23617,23617,23635,23636,22669,22688,23626,23626,22688,23637,22688,22686,23637,23637,22686,23638,23637,23638,23639,23639,23638,23640,23626,23637,23628,23628,23637,23639,22686,22684,23638,23638,22684,23641,22684,22685,23641,23641,22685,23642,23641,23642,23643,23643,23642,23644,23638,23641,23640,23640,23641,23643,23640,23643,23645,23645,23643,23646,23643,23644,23646,23646,23644,23647,23646,23647,23648,23648,23647,23649,23645,23646,23650,23650,23646,23648,23628,23639,23631,23631,23639,23651,23639,23640,23651,23651,23640,23645,23651,23645,23652,23652,23645,23650,23631,23651,23633,23633,23651,23652,22685,22704,23642,23642,22704,23653,22704,22702,23653,23653,22702,23654,23653,23654,23655,23655,23654,23656,23642,23653,23644,23644,23653,23655,22702,22700,23654,23654,22700,23657,22700,22701,23657,23657,22701,23658,23657,23658,23659,23659,23658,23660,23654,23657,23656,23656,23657,23659,23656,23659,23661,23661,23659,23662,23659,23660,23662,23662,23660,23663,23662,23663,23664,23664,23663,23665,23661,23662,23666,23666,23662,23664,23644,23655,23647,23647,23655,23667,23655,23656,23667,23667,23656,23661,23667,23661,23668,23668,23661,23666,23647,23667,23649,23649,23667,23668,22701,22720,23658,23658,22720,23669,22720,22718,23669,23669,22718,23670,23669,23670,23671,23671,23670,23672,23658,23669,23660,23660,23669,23671,22718,22716,23670,23670,22716,23673,22716,22717,23673,23673,22717,23674,23673,23674,23675,23675,23674,23676,23670,23673,23672,23672,23673,23675,23672,23675,23677,23677,23675,23678,23675,23676,23678,23678,23676,23679,23678,23679,23680,23680,23679,23681,23677,23678,23682,23682,23678,23680,23660,23671,23663,23663,23671,23683,23671,23672,23683,23683,23672,23677,23683,23677,23684,23684,23677,23682,23663,23683,23665,23665,23683,23684,22717,22736,23674,23674,22736,23685,22736,22734,23685,23685,22734,23686,23685,23686,23687,23687,23686,23688,23674,23685,23676,23676,23685,23687,22734,22732,23686,23686,22732,23689,22732,22733,23689,23689,22733,23690,23689,23690,23691,23691,23690,23692,23686,23689,23688,23688,23689,23691,23688,23691,23693,23693,23691,23694,23691,23692,23694,23694,23692,23695,23694,23695,23696,23696,23695,23697,23693,23694,23698,23698,23694,23696,23676,23687,23679,23679,23687,23699,23687,23688,23699,23699,23688,23693,23699,23693,23700,23700,23693,23698,23679,23699,23681,23681,23699,23700,22733,22752,23690,23690,22752,23701,22752,22750,23701,23701,22750,23702,23701,23702,23703,23703,23702,23704,23690,23701,23692,23692,23701,23703,22750,22748,23702,23702,22748,23705,22748,22749,23705,23705,22749,23706,23705,23706,23707,23707,23706,23708,23702,23705,23704,23704,23705,23707,23704,23707,23709,23709,23707,23710,23707,23708,23710,23710,23708,23711,23710,23711,23712,23712,23711,23713,23709,23710,23714,23714,23710,23712,23692,23703,23695,23695,23703,23715,23703,23704,23715,23715,23704,23709,23715,23709,23716,23716,23709,23714,23695,23715,23697,23697,23715,23716,22749,22768,23706,23706,22768,23717,22768,22766,23717,23717,22766,23718,23717,23718,23719,23719,23718,23720,23706,23717,23708,23708,23717,23719,22766,22764,23718,23718,22764,23721,22764,22765,23721,23721,22765,23722,23721,23722,23723,23723,23722,23724,23718,23721,23720,23720,23721,23723,23720,23723,23725,23725,23723,23726,23723,23724,23726,23726,23724,23727,23726,23727,23728,23728,23727,23729,23725,23726,23730,23730,23726,23728,23708,23719,23711,23711,23719,23731,23719,23720,23731,23731,23720,23725,23731,23725,23732,23732,23725,23730,23711,23731,23713,23713,23731,23732,22765,22784,23722,23722,22784,23733,22784,22782,23733,23733,22782,23734,23733,23734,23735,23735,23734,23736,23722,23733,23724,23724,23733,23735,22782,22780,23734,23734,22780,23737,22780,22781,23737,23737,22781,23738,23737,23738,23739,23739,23738,23740,23734,23737,23736,23736,23737,23739,23736,23739,23741,23741,23739,23742,23739,23740,23742,23742,23740,23743,23742,23743,23744,23744,23743,23745,23741,23742,23746,23746,23742,23744,23724,23735,23727,23727,23735,23747,23735,23736,23747,23747,23736,23741,23747,23741,23748,23748,23741,23746,23727,23747,23729,23729,23747,23748,22781,22800,23738,23738,22800,23749,22800,22798,23749,23749,22798,23750,23749,23750,23751,23751,23750,23752,23738,23749,23740,23740,23749,23751,22798,22796,23750,23750,22796,23753,22796,22797,23753,23753,22797,23754,23753,23754,23755,23755,23754,23756,23750,23753,23752,23752,23753,23755,23752,23755,23757,23757,23755,23758,23755,23756,23758,23758,23756,23759,23758,23759,23760,23760,23759,23761,23757,23758,23762,23762,23758,23760,23740,23751,23743,23743,23751,23763,23751,23752,23763,23763,23752,23757,23763,23757,23764,23764,23757,23762,23743,23763,23745,23745,23763,23764,22797,22816,23754,23754,22816,23765,22816,22814,23765,23765,22814,23766,23765,23766,23767,23767,23766,23768,23754,23765,23756,23756,23765,23767,22814,22812,23766,23766,22812,23769,22812,22813,23769,23769,22813,23770,23769,23770,23771,23771,23770,23772,23766,23769,23768,23768,23769,23771,23768,23771,23773,23773,23771,23774,23771,23772,23774,23774,23772,23775,23774,23775,23776,23776,23775,23777,23773,23774,23778,23778,23774,23776,23756,23767,23759,23759,23767,23779,23767,23768,23779,23779,23768,23773,23779,23773,23780,23780,23773,23778,23759,23779,23761,23761,23779,23780,22813,22832,23770,23770,22832,23781,22832,22830,23781,23781,22830,23782,23781,23782,23783,23783,23782,23784,23770,23781,23772,23772,23781,23783,22830,22828,23782,23782,22828,23785,22828,22829,23785,23785,22829,23786,23785,23786,23787,23787,23786,23788,23782,23785,23784,23784,23785,23787,23784,23787,23789,23789,23787,23790,23787,23788,23790,23790,23788,23791,23790,23791,23792,23792,23791,23793,23789,23790,23794,23794,23790,23792,23772,23783,23775,23775,23783,23795,23783,23784,23795,23795,23784,23789,23795,23789,23796,23796,23789,23794,23775,23795,23777,23777,23795,23796,22829,22848,23786,23786,22848,23797,22848,22846,23797,23797,22846,23798,23797,23798,23799,23799,23798,23800,23786,23797,23788,23788,23797,23799,22846,22844,23798,23798,22844,23801,22844,22845,23801,23801,22845,23802,23801,23802,23803,23803,23802,23804,23798,23801,23800,23800,23801,23803,23800,23803,23805,23805,23803,23806,23803,23804,23806,23806,23804,23807,23806,23807,23808,23808,23807,23809,23805,23806,23810,23810,23806,23808,23788,23799,23791,23791,23799,23811,23799,23800,23811,23811,23800,23805,23811,23805,23812,23812,23805,23810,23791,23811,23793,23793,23811,23812,22845,22864,23802,23802,22864,23813,22864,22862,23813,23813,22862,23814,23813,23814,23815,23815,23814,23816,23802,23813,23804,23804,23813,23815,22862,22860,23814,23814,22860,23817,22860,22861,23817,23817,22861,23818,23817,23818,23819,23819,23818,23820,23814,23817,23816,23816,23817,23819,23816,23819,23821,23821,23819,23822,23819,23820,23822,23822,23820,23823,23822,23823,23824,23824,23823,23825,23821,23822,23826,23826,23822,23824,23804,23815,23807,23807,23815,23827,23815,23816,23827,23827,23816,23821,23827,23821,23828,23828,23821,23826,23807,23827,23809,23809,23827,23828,22861,22880,23818,23818,22880,23829,22880,22878,23829,23829,22878,23830,23829,23830,23831,23831,23830,23832,23818,23829,23820,23820,23829,23831,22878,22876,23830,23830,22876,23833,22876,22877,23833,23833,22877,23834,23833,23834,23835,23835,23834,23836,23830,23833,23832,23832,23833,23835,23832,23835,23837,23837,23835,23838,23835,23836,23838,23838,23836,23839,23838,23839,23840,23840,23839,23841,23837,23838,23842,23842,23838,23840,23820,23831,23823,23823,23831,23843,23831,23832,23843,23843,23832,23837,23843,23837,23844,23844,23837,23842,23823,23843,23825,23825,23843,23844,22877,22896,23834,23834,22896,23845,22896,22894,23845,23845,22894,23846,23845,23846,23847,23847,23846,23848,23834,23845,23836,23836,23845,23847,22894,22892,23846,23846,22892,23849,22892,22893,23849,23849,22893,23850,23849,23850,23851,23851,23850,23852,23846,23849,23848,23848,23849,23851,23848,23851,23853,23853,23851,23854,23851,23852,23854,23854,23852,23855,23854,23855,23856,23856,23855,23857,23853,23854,23858,23858,23854,23856,23836,23847,23839,23839,23847,23859,23847,23848,23859,23859,23848,23853,23859,23853,23860,23860,23853,23858,23839,23859,23841,23841,23859,23860,22893,22912,23850,23850,22912,23861,22912,22910,23861,23861,22910,23862,23861,23862,23863,23863,23862,23864,23850,23861,23852,23852,23861,23863,22910,22908,23862,23862,22908,23865,22908,22909,23865,23865,22909,23866,23865,23866,23867,23867,23866,23868,23862,23865,23864,23864,23865,23867,23864,23867,23869,23869,23867,23870,23867,23868,23870,23870,23868,23871,23870,23871,23872,23872,23871,23873,23869,23870,23874,23874,23870,23872,23852,23863,23855,23855,23863,23875,23863,23864,23875,23875,23864,23869,23875,23869,23876,23876,23869,23874,23855,23875,23857,23857,23875,23876,22909,22928,23866,23866,22928,23877,22928,22926,23877,23877,22926,23878,23877,23878,23879,23879,23878,23880,23866,23877,23868,23868,23877,23879,22926,22924,23878,23878,22924,23881,22924,22925,23881,23881,22925,23882,23881,23882,23883,23883,23882,23884,23878,23881,23880,23880,23881,23883,23880,23883,23885,23885,23883,23886,23883,23884,23886,23886,23884,23887,23886,23887,23888,23888,23887,23889,23885,23886,23890,23890,23886,23888,23868,23879,23871,23871,23879,23891,23879,23880,23891,23891,23880,23885,23891,23885,23892,23892,23885,23890,23871,23891,23873,23873,23891,23892,22925,22944,23882,23882,22944,23893,22944,22942,23893,23893,22942,23894,23893,23894,23895,23895,23894,23896,23882,23893,23884,23884,23893,23895,22942,22940,23894,23894,22940,23897,22940,22941,23897,23897,22941,23898,23897,23898,23899,23899,23898,23900,23894,23897,23896,23896,23897,23899,23896,23899,23901,23901,23899,23902,23899,23900,23902,23902,23900,23903,23902,23903,23904,23904,23903,23905,23901,23902,23906,23906,23902,23904,23884,23895,23887,23887,23895,23907,23895,23896,23907,23907,23896,23901,23907,23901,23908,23908,23901,23906,23887,23907,23889,23889,23907,23908,22941,22960,23898,23898,22960,23909,22958,23910,22960,22960,23910,23909,23909,23910,23911,23911,23910,23912,23898,23909,23900,23900,23909,23911,22957,23913,22958,22958,23913,23910,22956,23914,22957,22957,23914,23913,23914,23915,23913,23913,23915,23916,23913,23916,23910,23910,23916,23912,23912,23916,23917,23917,23916,23918,23915,23919,23916,23916,23919,23918,23919,23920,23918,23918,23920,23921,23917,23918,23922,23922,23918,23921,23900,23911,23903,23903,23911,23923,23911,23912,23923,23923,23912,23917,23923,23917,23924,23924,23917,23922,23903,23923,23905,23905,23923,23924,22976,23925,22956,22956,23925,23914,22974,23926,22976,22976,23926,23925,23926,23927,23925,23925,23927,23928,23925,23928,23914,23914,23928,23915,22973,23929,22974,22974,23929,23926,22972,23930,22973,22973,23930,23929,23930,23931,23929,23929,23931,23932,23929,23932,23926,23926,23932,23927,23932,23933,23927,23927,23933,23934,23931,23935,23932,23932,23935,23933,23935,23936,23933,23933,23936,23937,23933,23937,23934,23934,23937,23938,23928,23939,23915,23915,23939,23919,23927,23934,23928,23928,23934,23939,23934,23938,23939,23939,23938,23940,23939,23940,23919,23919,23940,23920,22992,23941,22972,22972,23941,23930,22990,23942,22992,22992,23942,23941,23942,23943,23941,23941,23943,23944,23941,23944,23930,23930,23944,23931,22989,23945,22990,22990,23945,23942,22988,23946,22989,22989,23946,23945,23946,23947,23945,23945,23947,23948,23945,23948,23942,23942,23948,23943,23948,23949,23943,23943,23949,23950,23947,23951,23948,23948,23951,23949,23951,23952,23949,23949,23952,23953,23949,23953,23950,23950,23953,23954,23944,23955,23931,23931,23955,23935,23943,23950,23944,23944,23950,23955,23950,23954,23955,23955,23954,23956,23955,23956,23935,23935,23956,23936,23008,23957,22988,22988,23957,23946,23006,23958,23008,23008,23958,23957,23958,23959,23957,23957,23959,23960,23957,23960,23946,23946,23960,23947,23005,23961,23006,23006,23961,23958,23004,23962,23005,23005,23962,23961,23962,23963,23961,23961,23963,23964,23961,23964,23958,23958,23964,23959,23964,23965,23959,23959,23965,23966,23963,23967,23964,23964,23967,23965,23967,23968,23965,23965,23968,23969,23965,23969,23966,23966,23969,23970,23960,23971,23947,23947,23971,23951,23959,23966,23960,23960,23966,23971,23966,23970,23971,23971,23970,23972,23971,23972,23951,23951,23972,23952,23024,23973,23004,23004,23973,23962,23022,23974,23024,23024,23974,23973,23974,23975,23973,23973,23975,23976,23973,23976,23962,23962,23976,23963,23021,23977,23022,23022,23977,23974,23020,23978,23021,23021,23978,23977,23978,23979,23977,23977,23979,23980,23977,23980,23974,23974,23980,23975,23980,23981,23975,23975,23981,23982,23979,23983,23980,23980,23983,23981,23983,23984,23981,23981,23984,23985,23981,23985,23982,23982,23985,23986,23976,23987,23963,23963,23987,23967,23975,23982,23976,23976,23982,23987,23982,23986,23987,23987,23986,23988,23987,23988,23967,23967,23988,23968,23040,23989,23020,23020,23989,23978,23038,23990,23040,23040,23990,23989,23990,23991,23989,23989,23991,23992,23989,23992,23978,23978,23992,23979,23037,23993,23038,23038,23993,23990,23036,23994,23037,23037,23994,23993,23994,23995,23993,23993,23995,23996,23993,23996,23990,23990,23996,23991,23996,23997,23991,23991,23997,23998,23995,23999,23996,23996,23999,23997,23999,24000,23997,23997,24000,24001,23997,24001,23998,23998,24001,24002,23992,24003,23979,23979,24003,23983,23991,23998,23992,23992,23998,24003,23998,24002,24003,24003,24002,24004,24003,24004,23983,23983,24004,23984,23056,24005,23036,23036,24005,23994,23054,24006,23056,23056,24006,24005,24006,24007,24005,24005,24007,24008,24005,24008,23994,23994,24008,23995,23053,24009,23054,23054,24009,24006,23052,24010,23053,23053,24010,24009,24010,24011,24009,24009,24011,24012,24009,24012,24006,24006,24012,24007,24012,24013,24007,24007,24013,24014,24011,24015,24012,24012,24015,24013,24015,24016,24013,24013,24016,24017,24013,24017,24014,24014,24017,24018,24008,24019,23995,23995,24019,23999,24007,24014,24008,24008,24014,24019,24014,24018,24019,24019,24018,24020,24019,24020,23999,23999,24020,24000,23072,24021,23052,23052,24021,24010,23070,24022,23072,23072,24022,24021,24022,24023,24021,24021,24023,24024,24021,24024,24010,24010,24024,24011,23069,24025,23070,23070,24025,24022,23068,24026,23069,23069,24026,24025,24026,24027,24025,24025,24027,24028,24025,24028,24022,24022,24028,24023,24028,24029,24023,24023,24029,24030,24027,24031,24028,24028,24031,24029,24031,24032,24029,24029,24032,24033,24029,24033,24030,24030,24033,24034,24024,24035,24011,24011,24035,24015,24023,24030,24024,24024,24030,24035,24030,24034,24035,24035,24034,24036,24035,24036,24015,24015,24036,24016,23088,24037,23068,23068,24037,24026,23086,24038,23088,23088,24038,24037,24038,24039,24037,24037,24039,24040,24037,24040,24026,24026,24040,24027,23085,24041,23086,23086,24041,24038,23084,24042,23085,23085,24042,24041,24042,24043,24041,24041,24043,24044,24041,24044,24038,24038,24044,24039,24044,24045,24039,24039,24045,24046,24043,24047,24044,24044,24047,24045,24047,24048,24045,24045,24048,24049,24045,24049,24046,24046,24049,24050,24040,24051,24027,24027,24051,24031,24039,24046,24040,24040,24046,24051,24046,24050,24051,24051,24050,24052,24051,24052,24031,24031,24052,24032,23104,24053,23084,23084,24053,24042,23102,24054,23104,23104,24054,24053,24054,24055,24053,24053,24055,24056,24053,24056,24042,24042,24056,24043,23101,24057,23102,23102,24057,24054,23100,24058,23101,23101,24058,24057,24058,24059,24057,24057,24059,24060,24057,24060,24054,24054,24060,24055,24060,24061,24055,24055,24061,24062,24059,24063,24060,24060,24063,24061,24063,24064,24061,24061,24064,24065,24061,24065,24062,24062,24065,24066,24056,24067,24043,24043,24067,24047,24055,24062,24056,24056,24062,24067,24062,24066,24067,24067,24066,24068,24067,24068,24047,24047,24068,24048,23120,24069,23100,23100,24069,24058,23118,24070,23120,23120,24070,24069,24070,24071,24069,24069,24071,24072,24069,24072,24058,24058,24072,24059,23117,24073,23118,23118,24073,24070,23116,24074,23117,23117,24074,24073,24074,24075,24073,24073,24075,24076,24073,24076,24070,24070,24076,24071,24076,24077,24071,24071,24077,24078,24075,24079,24076,24076,24079,24077,24079,24080,24077,24077,24080,24081,24077,24081,24078,24078,24081,24082,24072,24083,24059,24059,24083,24063,24071,24078,24072,24072,24078,24083,24078,24082,24083,24083,24082,24084,24083,24084,24063,24063,24084,24064,23136,24085,23116,23116,24085,24074,23134,24086,23136,23136,24086,24085,24086,24087,24085,24085,24087,24088,24085,24088,24074,24074,24088,24075,23133,24089,23134,23134,24089,24086,23132,24090,23133,23133,24090,24089,24090,24091,24089,24089,24091,24092,24089,24092,24086,24086,24092,24087,24092,24093,24087,24087,24093,24094,24091,24095,24092,24092,24095,24093,24095,24096,24093,24093,24096,24097,24093,24097,24094,24094,24097,24098,24088,24099,24075,24075,24099,24079,24087,24094,24088,24088,24094,24099,24094,24098,24099,24099,24098,24100,24099,24100,24079,24079,24100,24080,23152,24101,23132,23132,24101,24090,23150,24102,23152,23152,24102,24101,24102,24103,24101,24101,24103,24104,24101,24104,24090,24090,24104,24091,23149,24105,23150,23150,24105,24102,23148,24106,23149,23149,24106,24105,24106,24107,24105,24105,24107,24108,24105,24108,24102,24102,24108,24103,24108,24109,24103,24103,24109,24110,24108,24107,24109,24109,24107,24111,24109,24111,24112,24112,24111,24113,24110,24109,24114,24114,24109,24112,24104,24115,24091,24091,24115,24095,24103,24110,24104,24104,24110,24115,24110,24114,24115,24115,24114,24116,24115,24116,24095,24095,24116,24096,23168,24117,23148,23148,24117,24106,23168,23166,24117,24117,23166,24118,24117,24118,24119,24119,24118,24120,24106,24117,24107,24107,24117,24119,23166,23164,24118,24118,23164,24121,23164,23165,24121,24121,23165,24122,24121,24122,24123,24123,24122,24124,24118,24121,24120,24120,24121,24123,24120,24123,24125,24125,24123,24126,24123,24124,24126,24126,24124,24127,24126,24127,24128,24128,24127,24129,24125,24126,24130,24130,24126,24128,24107,24119,24111,24111,24119,24131,24119,24120,24131,24131,24120,24125,24131,24125,24132,24132,24125,24130,24111,24131,24113,24113,24131,24132,23165,23184,24122,24122,23184,24133,23184,23182,24133,24133,23182,24134,24133,24134,24135,24135,24134,24136,24122,24133,24124,24124,24133,24135,23182,23180,24134,24134,23180,24137,23180,23181,24137,24137,23181,24138,24137,24138,24139,24139,24138,24140,24134,24137,24136,24136,24137,24139,24136,24139,24141,24141,24139,24142,24140,24143,24139,24139,24143,24142,24143,24144,24142,24142,24144,24145,24142,24145,24141,24141,24145,24146,24124,24135,24127,24127,24135,24147,24135,24136,24147,24147,24136,24141,24141,24146,24147,24147,24146,24148,24147,24148,24127,24127,24148,24129,23181,23200,24138,24138,23200,24149,23200,23198,24149,24149,23198,24150,24150,24151,24149,24149,24151,24152,24138,24149,24140,24140,24149,24152,23197,24153,23198,23198,24153,24150,23196,24154,23197,23197,24154,24153,24154,24155,24153,24153,24155,24156,24153,24156,24150,24150,24156,24151,24156,24157,24151,24151,24157,24158,24155,24159,24156,24156,24159,24157,24159,24160,24157,24157,24160,24161,24157,24161,24158,24158,24161,24162,24152,24163,24140,24140,24163,24143,24151,24158,24152,24152,24158,24163,24158,24162,24163,24163,24162,24164,24163,24164,24143,24143,24164,24144,23216,24165,23196,23196,24165,24154,23214,24166,23216,23216,24166,24165,24166,24167,24165,24165,24167,24168,24165,24168,24154,24154,24168,24155,23213,24169,23214,23214,24169,24166,23212,24170,23213,23213,24170,24169,24170,24171,24169,24169,24171,24172,24169,24172,24166,24166,24172,24167,24172,24173,24167,24167,24173,24174,24171,24175,24172,24172,24175,24173,24175,24176,24173,24173,24176,24177,24173,24177,24174,24174,24177,24178,24168,24179,24155,24155,24179,24159,24167,24174,24168,24168,24174,24179,24174,24178,24179,24179,24178,24180,24179,24180,24159,24159,24180,24160,23232,24181,23212,23212,24181,24170,23230,24182,23232,23232,24182,24181,24182,24183,24181,24181,24183,24184,24181,24184,24170,24170,24184,24171,23228,24185,23230,23230,24185,24182,23228,23229,24185,24185,23229,24186,24185,24186,24187,24187,24186,24188,24185,24187,24182,24182,24187,24183,24183,24187,24189,24189,24187,24190,24187,24188,24190,24190,24188,24191,24190,24191,24192,24192,24191,24193,24189,24190,24194,24194,24190,24192,24184,24195,24171,24171,24195,24175,24183,24189,24184,24184,24189,24195,24195,24189,24196,24196,24189,24194,24195,24196,24175,24175,24196,24176,23229,23248,24186,24186,23248,24197,23248,23246,24197,24197,23246,24198,24197,24198,24199,24199,24198,24200,24186,24197,24188,24188,24197,24199,23246,23244,24198,24198,23244,24201,23244,23245,24201,24201,23245,24202,24202,24203,24201,24201,24203,24204,24198,24201,24200,24200,24201,24204,24200,24204,24205,24205,24204,24206,24203,24207,24204,24204,24207,24206,24206,24207,24208,24208,24207,24209,24205,24206,24210,24210,24206,24208,24188,24199,24191,24191,24199,24211,24199,24200,24211,24211,24200,24205,24211,24205,24212,24212,24205,24210,24191,24211,24193,24193,24211,24212,23264,24213,23245,23245,24213,24202,23262,24214,23264,23264,24214,24213,24214,24215,24213,24213,24215,24216,24213,24216,24202,24202,24216,24203,23261,24217,23262,23262,24217,24214,23261,23260,24217,24217,23260,24218,24217,24218,24219,24219,24218,24220,24214,24217,24215,24215,24217,24219,24215,24219,24221,24221,24219,24222,24219,24220,24222,24222,24220,24223,24222,24223,24224,24224,24223,24225,24221,24222,24226,24226,24222,24224,24216,24227,24203,24203,24227,24207,24216,24215,24227,24227,24215,24221,24227,24221,24228,24228,24221,24226,24207,24227,24209,24209,24227,24228,23260,23280,24218,24218,23280,24229,23280,23278,24229,24229,23278,24230,24229,24230,24231,24231,24230,24232,24218,24229,24220,24220,24229,24231,23277,24233,23278,23278,24233,24230,23276,24234,23277,23277,24234,24233,24234,24235,24233,24233,24235,24236,24233,24236,24230,24230,24236,24232,24236,24237,24232,24232,24237,24238,24235,24239,24236,24236,24239,24237,24239,24240,24237,24237,24240,24241,24237,24241,24238,24238,24241,24242,24220,24231,24223,24223,24231,24243,24231,24232,24243,24243,24232,24238,24238,24242,24243,24243,24242,24244,24223,24243,24225,24225,24243,24244,23296,24245,23276,23276,24245,24234,23294,24246,23296,23296,24246,24245,24246,24247,24245,24245,24247,24248,24245,24248,24234,24234,24248,24235,23293,24249,23294,23294,24249,24246,23292,24250,23293,23293,24250,24249,24250,24251,24249,24249,24251,24252,24249,24252,24246,24246,24252,24247,24252,24253,24247,24247,24253,24254,24251,24255,24252,24252,24255,24253,24255,24256,24253,24253,24256,24257,24253,24257,24254,24254,24257,24258,24248,24259,24235,24235,24259,24239,24247,24254,24248,24248,24254,24259,24254,24258,24259,24259,24258,24260,24259,24260,24239,24239,24260,24240,23312,24261,23292,23292,24261,24250,23310,24262,23312,23312,24262,24261,24262,24263,24261,24261,24263,24264,24261,24264,24250,24250,24264,24251,23309,24265,23310,23310,24265,24262,23308,24266,23309,23309,24266,24265,24266,24267,24265,24265,24267,24268,24265,24268,24262,24262,24268,24263,24268,24269,24263,24263,24269,24270,24267,24271,24268,24268,24271,24269,24271,24272,24269,24269,24272,24273,24269,24273,24270,24270,24273,24274,24264,24275,24251,24251,24275,24255,24263,24270,24264,24264,24270,24275,24270,24274,24275,24275,24274,24276,24275,24276,24255,24255,24276,24256,23328,24277,23308,23308,24277,24266,23326,24278,23328,23328,24278,24277,24278,24279,24277,24277,24279,24280,24277,24280,24266,24266,24280,24267,23325,24281,23326,23326,24281,24278,23324,24282,23325,23325,24282,24281,24282,24283,24281,24281,24283,24284,24281,24284,24278,24278,24284,24279,24284,24285,24279,24279,24285,24286,24283,24287,24284,24284,24287,24285,24287,24288,24285,24285,24288,24289,24285,24289,24286,24286,24289,24290,24280,24291,24267,24267,24291,24271,24279,24286,24280,24280,24286,24291,24286,24290,24291,24291,24290,24292,24291,24292,24271,24271,24292,24272,23344,24293,23324,23324,24293,24282,23342,24294,23344,23344,24294,24293,24294,24295,24293,24293,24295,24296,24293,24296,24282,24282,24296,24283,23341,24297,23342,23342,24297,24294,23340,24298,23341,23341,24298,24297,24298,24299,24297,24297,24299,24300,24297,24300,24294,24294,24300,24295,24300,24301,24295,24295,24301,24302,24299,24303,24300,24300,24303,24301,24303,24304,24301,24301,24304,24305,24301,24305,24302,24302,24305,24306,24296,24307,24283,24283,24307,24287,24295,24302,24296,24296,24302,24307,24302,24306,24307,24307,24306,24308,24307,24308,24287,24287,24308,24288,23360,24309,23340,23340,24309,24298,23358,24310,23360,23360,24310,24309,24310,24311,24309,24309,24311,24312,24309,24312,24298,24298,24312,24299,23357,24313,23358,23358,24313,24310,23356,24314,23357,23357,24314,24313,24314,24315,24313,24313,24315,24316,24313,24316,24310,24310,24316,24311,24316,24317,24311,24311,24317,24318,24315,24319,24316,24316,24319,24317,24319,24320,24317,24317,24320,24321,24317,24321,24318,24318,24321,24322,24312,24323,24299,24299,24323,24303,24311,24318,24312,24312,24318,24323,24318,24322,24323,24323,24322,24324,24323,24324,24303,24303,24324,24304,23376,24325,23356,23356,24325,24314,23374,24326,23376,23376,24326,24325,24326,24327,24325,24325,24327,24328,24325,24328,24314,24314,24328,24315,23373,24329,23374,23374,24329,24326,23372,24330,23373,23373,24330,24329,24330,24331,24329,24329,24331,24332,24329,24332,24326,24326,24332,24327,24332,24333,24327,24327,24333,24334,24331,24335,24332,24332,24335,24333,24335,24336,24333,24333,24336,24337,24333,24337,24334,24334,24337,24338,24328,24339,24315,24315,24339,24319,24327,24334,24328,24328,24334,24339,24334,24338,24339,24339,24338,24340,24339,24340,24319,24319,24340,24320,23395,24341,23396,23396,24341,24342,23392,24343,23395,23395,24343,24341,24341,24343,24344,24344,24343,24345,24342,24341,24346,24346,24341,24344,23391,24347,23392,23392,24347,24343,23390,24348,23391,23391,24348,24347,24347,24348,24349,24349,24348,24350,24343,24347,24345,24345,24347,24349,24345,24349,24351,24351,24349,24352,24349,24350,24352,24352,24350,24353,24352,24353,24354,24354,24353,24355,24351,24352,24356,24356,24352,24354,24346,24344,24357,24357,24344,24358,24344,24345,24358,24358,24345,24351,24358,24351,24359,24359,24351,24356,24357,24358,24360,24360,24358,24359,23412,24361,23390,23390,24361,24348,23410,24362,23412,23412,24362,24361,24361,24362,24363,24363,24362,24364,24348,24361,24350,24350,24361,24363,23409,24365,23410,23410,24365,24362,23408,24366,23409,23409,24366,24365,24365,24366,24367,24367,24366,24368,24362,24365,24364,24364,24365,24367,24364,24367,24369,24369,24367,24370,24367,24368,24370,24370,24368,24371,24370,24371,24372,24372,24371,24373,24369,24370,24374,24374,24370,24372,24350,24363,24353,24353,24363,24375,24363,24364,24375,24375,24364,24369,24375,24369,24376,24376,24369,24374,24353,24375,24355,24355,24375,24376,23428,24377,23408,23408,24377,24366,23426,24378,23428,23428,24378,24377,24377,24378,24379,24379,24378,24380,24377,24379,24366,24366,24379,24368,23426,23424,24378,24378,23424,24381,23424,23425,24381,24381,23425,24382,24381,24382,24383,24383,24382,24384,24378,24381,24380,24380,24381,24383,24380,24383,24385,24385,24383,24386,24383,24384,24386,24386,24384,24387,24386,24387,24388,24388,24387,24389,24385,24386,24390,24390,24386,24388,24368,24379,24371,24371,24379,24391,24379,24380,24391,24391,24380,24385,24391,24385,24392,24392,24385,24390,24371,24391,24373,24373,24391,24392,23425,23444,24382,24382,23444,24393,23444,23442,24393,24393,23442,24394,24393,24394,24395,24395,24394,24396,24382,24393,24384,24384,24393,24395,23442,23440,24394,24394,23440,24397,23440,23441,24397,24397,23441,24398,24397,24398,24399,24399,24398,24400,24394,24397,24396,24396,24397,24399,24396,24399,24401,24401,24399,24402,24399,24400,24402,24402,24400,24403,24402,24403,24404,24404,24403,24405,24401,24402,24406,24406,24402,24404,24384,24395,24387,24387,24395,24407,24395,24396,24407,24407,24396,24401,24407,24401,24408,24408,24401,24406,24387,24407,24389,24389,24407,24408,23441,23460,24398,24398,23460,24409,23460,23458,24409,24409,23458,24410,24409,24410,24411,24411,24410,24412,24398,24409,24400,24400,24409,24411,23458,23456,24410,24410,23456,24413,23456,23457,24413,24413,23457,24414,24413,24414,24415,24415,24414,24416,24410,24413,24412,24412,24413,24415,24412,24415,24417,24417,24415,24418,24415,24416,24418,24418,24416,24419,24418,24419,24420,24420,24419,24421,24417,24418,24422,24422,24418,24420,24400,24411,24403,24403,24411,24423,24411,24412,24423,24423,24412,24417,24423,24417,24424,24424,24417,24422,24403,24423,24405,24405,24423,24424,23457,23476,24414,24414,23476,24425,23476,23474,24425,24425,23474,24426,24425,24426,24427,24427,24426,24428,24414,24425,24416,24416,24425,24427,23474,23472,24426,24426,23472,24429,23472,23473,24429,24429,23473,24430,24429,24430,24431,24431,24430,24432,24426,24429,24428,24428,24429,24431,24428,24431,24433,24433,24431,24434,24431,24432,24434,24434,24432,24435,24434,24435,24436,24436,24435,24437,24433,24434,24438,24438,24434,24436,24416,24427,24419,24419,24427,24439,24427,24428,24439,24439,24428,24433,24439,24433,24440,24440,24433,24438,24419,24439,24421,24421,24439,24440,23473,23492,24430,24430,23492,24441,23492,23490,24441,24441,23490,24442,24441,24442,24443,24443,24442,24444,24430,24441,24432,24432,24441,24443,23490,23488,24442,24442,23488,24445,23488,23489,24445,24445,23489,24446,24445,24446,24447,24447,24446,24448,24442,24445,24444,24444,24445,24447,24444,24447,24449,24449,24447,24450,24447,24448,24450,24450,24448,24451,24450,24451,24452,24452,24451,24453,24449,24450,24454,24454,24450,24452,24432,24443,24435,24435,24443,24455,24443,24444,24455,24455,24444,24449,24455,24449,24456,24456,24449,24454,24435,24455,24437,24437,24455,24456,23489,23508,24446,24446,23508,24457,23508,23506,24457,24457,23506,24458,24457,24458,24459,24459,24458,24460,24446,24457,24448,24448,24457,24459,23506,23504,24458,24458,23504,24461,23504,23505,24461,24461,23505,24462,24461,24462,24463,24463,24462,24464,24458,24461,24460,24460,24461,24463,24460,24463,24465,24465,24463,24466,24463,24464,24466,24466,24464,24467,24466,24467,24468,24468,24467,24469,24465,24466,24470,24470,24466,24468,24448,24459,24451,24451,24459,24471,24459,24460,24471,24471,24460,24465,24471,24465,24472,24472,24465,24470,24451,24471,24453,24453,24471,24472,23505,23524,24462,24462,23524,24473,23524,23522,24473,24473,23522,24474,24473,24474,24475,24475,24474,24476,24462,24473,24464,24464,24473,24475,23522,23520,24474,24474,23520,24477,23520,23521,24477,24477,23521,24478,24477,24478,24479,24479,24478,24480,24474,24477,24476,24476,24477,24479,24476,24479,24481,24481,24479,24482,24479,24480,24482,24482,24480,24483,24482,24483,24484,24484,24483,24485,24481,24482,24486,24486,24482,24484,24464,24475,24467,24467,24475,24487,24475,24476,24487,24487,24476,24481,24487,24481,24488,24488,24481,24486,24467,24487,24469,24469,24487,24488,23521,23540,24478,24478,23540,24489,23540,23538,24489,24489,23538,24490,24489,24490,24491,24491,24490,24492,24478,24489,24480,24480,24489,24491,23538,23536,24490,24490,23536,24493,23536,23537,24493,24493,23537,24494,24493,24494,24495,24495,24494,24496,24490,24493,24492,24492,24493,24495,24492,24495,24497,24497,24495,24498,24495,24496,24498,24498,24496,24499,24498,24499,24500,24500,24499,24501,24497,24498,24502,24502,24498,24500,24480,24491,24483,24483,24491,24503,24491,24492,24503,24503,24492,24497,24503,24497,24504,24504,24497,24502,24483,24503,24485,24485,24503,24504,23537,23556,24494,24494,23556,24505,23556,23554,24505,24505,23554,24506,24505,24506,24507,24507,24506,24508,24494,24505,24496,24496,24505,24507,23554,23552,24506,24506,23552,24509,23552,23553,24509,24509,23553,24510,24509,24510,24511,24511,24510,24512,24506,24509,24508,24508,24509,24511,24508,24511,24513,24513,24511,24514,24511,24512,24514,24514,24512,24515,24514,24515,24516,24516,24515,24517,24513,24514,24518,24518,24514,24516,24496,24507,24499,24499,24507,24519,24507,24508,24519,24519,24508,24513,24519,24513,24520,24520,24513,24518,24499,24519,24501,24501,24519,24520,23553,23572,24510,24510,23572,24521,23572,23570,24521,24521,23570,24522,24521,24522,24523,24523,24522,24524,24510,24521,24512,24512,24521,24523,23570,23568,24522,24522,23568,24525,23568,23569,24525,24525,23569,24526,24525,24526,24527,24527,24526,24528,24522,24525,24524,24524,24525,24527,24524,24527,24529,24529,24527,24530,24527,24528,24530,24530,24528,24531,24530,24531,24532,24532,24531,24533,24529,24530,24534,24534,24530,24532,24512,24523,24515,24515,24523,24535,24523,24524,24535,24535,24524,24529,24535,24529,24536,24536,24529,24534,24515,24535,24517,24517,24535,24536,23588,24537,23569,23569,24537,24526,23586,24538,23588,23588,24538,24537,24538,24539,24537,24537,24539,24540,24526,24537,24528,24528,24537,24540,23585,24541,23586,23586,24541,24538,23585,23584,24541,24541,23584,24542,24541,24542,24543,24543,24542,24544,24538,24541,24539,24539,24541,24543,24539,24543,24545,24545,24543,24546,24543,24544,24546,24546,24544,24547,24546,24547,24548,24548,24547,24549,24545,24546,24550,24550,24546,24548,24528,24540,24531,24531,24540,24551,24540,24539,24551,24551,24539,24545,24551,24545,24552,24552,24545,24550,24531,24551,24533,24533,24551,24552,23584,23604,24542,24542,23604,24553,23604,23602,24553,24553,23602,24554,24553,24554,24555,24555,24554,24556,24542,24553,24544,24544,24553,24555,23602,23600,24554,24554,23600,24557,23600,23601,24557,24557,23601,24558,24557,24558,24559,24559,24558,24560,24554,24557,24556,24556,24557,24559,24556,24559,24561,24561,24559,24562,24559,24560,24562,24562,24560,24563,24562,24563,24564,24564,24563,24565,24561,24562,24566,24566,24562,24564,24544,24555,24547,24547,24555,24567,24555,24556,24567,24567,24556,24561,24567,24561,24568,24568,24561,24566,24547,24567,24549,24549,24567,24568,23601,23620,24558,24558,23620,24569,23620,23618,24569,24569,23618,24570,24569,24570,24571,24571,24570,24572,24558,24569,24560,24560,24569,24571,23618,23616,24570,24570,23616,24573,23616,23617,24573,24573,23617,24574,24573,24574,24575,24575,24574,24576,24570,24573,24572,24572,24573,24575,24572,24575,24577,24577,24575,24578,24575,24576,24578,24578,24576,24579,24578,24579,24580,24580,24579,24581,24577,24578,24582,24582,24578,24580,24560,24571,24563,24563,24571,24583,24571,24572,24583,24583,24572,24577,24577,24582,24583,24583,24582,24584,24583,24584,24563,24563,24584,24565,23617,23636,24574,24574,23636,24585,23636,23634,24585,24585,23634,24586,24585,24586,24587,24587,24586,24588,24574,24585,24576,24576,24585,24587,23634,23632,24586,24586,23632,24589,23632,23633,24589,24589,23633,24590,24589,24590,24591,24591,24590,24592,24586,24589,24588,24588,24589,24591,24588,24591,24593,24593,24591,24594,24591,24592,24594,24594,24592,24595,24594,24595,24596,24596,24595,24597,24593,24594,24598,24598,24594,24596,24576,24587,24579,24579,24587,24599,24587,24588,24599,24599,24588,24593,24599,24593,24600,24600,24593,24598,24579,24599,24581,24581,24599,24600,23633,23652,24590,24590,23652,24601,23652,23650,24601,24601,23650,24602,24601,24602,24603,24603,24602,24604,24590,24601,24592,24592,24601,24603,23650,23648,24602,24602,23648,24605,23648,23649,24605,24605,23649,24606,24605,24606,24607,24607,24606,24608,24602,24605,24604,24604,24605,24607,24604,24607,24609,24609,24607,24610,24607,24608,24610,24610,24608,24611,24610,24611,24612,24612,24611,24613,24609,24610,24614,24614,24610,24612,24592,24603,24595,24595,24603,24615,24603,24604,24615,24615,24604,24609,24615,24609,24616,24616,24609,24614,24595,24615,24597,24597,24615,24616,23649,23668,24606,24606,23668,24617,23668,23666,24617,24617,23666,24618,24617,24618,24619,24619,24618,24620,24606,24617,24608,24608,24617,24619,23666,23664,24618,24618,23664,24621,23664,23665,24621,24621,23665,24622,24621,24622,24623,24623,24622,24624,24618,24621,24620,24620,24621,24623,24620,24623,24625,24625,24623,24626,24623,24624,24626,24626,24624,24627,24626,24627,24628,24628,24627,24629,24625,24626,24630,24630,24626,24628,24608,24619,24611,24611,24619,24631,24619,24620,24631,24631,24620,24625,24631,24625,24632,24632,24625,24630,24611,24631,24613,24613,24631,24632,23665,23684,24622,24622,23684,24633,23684,23682,24633,24633,23682,24634,24633,24634,24635,24635,24634,24636,24622,24633,24624,24624,24633,24635,23682,23680,24634,24634,23680,24637,23680,23681,24637,24637,23681,24638,24637,24638,24639,24639,24638,24640,24634,24637,24636,24636,24637,24639,24636,24639,24641,24641,24639,24642,24639,24640,24642,24642,24640,24643,24642,24643,24644,24644,24643,24645,24641,24642,24646,24646,24642,24644,24624,24635,24627,24627,24635,24647,24635,24636,24647,24647,24636,24641,24647,24641,24648,24648,24641,24646,24627,24647,24629,24629,24647,24648,23681,23700,24638,24638,23700,24649,23700,23698,24649,24649,23698,24650,24649,24650,24651,24651,24650,24652,24638,24649,24640,24640,24649,24651,23698,23696,24650,24650,23696,24653,23696,23697,24653,24653,23697,24654,24653,24654,24655,24655,24654,24656,24650,24653,24652,24652,24653,24655,24652,24655,24657,24657,24655,24658,24655,24656,24658,24658,24656,24659,24658,24659,24660,24660,24659,24661,24657,24658,24662,24662,24658,24660,24640,24651,24643,24643,24651,24663,24651,24652,24663,24663,24652,24657,24663,24657,24664,24664,24657,24662,24643,24663,24645,24645,24663,24664,23697,23716,24654,24654,23716,24665,23716,23714,24665,24665,23714,24666,24665,24666,24667,24667,24666,24668,24654,24665,24656,24656,24665,24667,23714,23712,24666,24666,23712,24669,23712,23713,24669,24669,23713,24670,24669,24670,24671,24671,24670,24672,24666,24669,24668,24668,24669,24671,24668,24671,24673,24673,24671,24674,24671,24672,24674,24674,24672,24675,24674,24675,24676,24676,24675,24677,24673,24674,24678,24678,24674,24676,24656,24667,24659,24659,24667,24679,24667,24668,24679,24679,24668,24673,24679,24673,24680,24680,24673,24678,24659,24679,24661,24661,24679,24680,23713,23732,24670,24670,23732,24681,23732,23730,24681,24681,23730,24682,24681,24682,24683,24683,24682,24684,24670,24681,24672,24672,24681,24683,23730,23728,24682,24682,23728,24685,23728,23729,24685,24685,23729,24686,24685,24686,24687,24687,24686,24688,24682,24685,24684,24684,24685,24687,24684,24687,24689,24689,24687,24690,24687,24688,24690,24690,24688,24691,24690,24691,24692,24692,24691,24693,24689,24690,24694,24694,24690,24692,24672,24683,24675,24675,24683,24695,24683,24684,24695,24695,24684,24689,24695,24689,24696,24696,24689,24694,24675,24695,24677,24677,24695,24696,23729,23748,24686,24686,23748,24697,23748,23746,24697,24697,23746,24698,24697,24698,24699,24699,24698,24700,24686,24697,24688,24688,24697,24699,23746,23744,24698,24698,23744,24701,23744,23745,24701,24701,23745,24702,24701,24702,24703,24703,24702,24704,24698,24701,24700,24700,24701,24703,24700,24703,24705,24705,24703,24706,24703,24704,24706,24706,24704,24707,24706,24707,24708,24708,24707,24709,24705,24706,24710,24710,24706,24708,24688,24699,24691,24691,24699,24711,24699,24700,24711,24711,24700,24705,24711,24705,24712,24712,24705,24710,24691,24711,24693,24693,24711,24712,23745,23764,24702,24702,23764,24713,23764,23762,24713,24713,23762,24714,24713,24714,24715,24715,24714,24716,24702,24713,24704,24704,24713,24715,23762,23760,24714,24714,23760,24717,23760,23761,24717,24717,23761,24718,24717,24718,24719,24719,24718,24720,24714,24717,24716,24716,24717,24719,24716,24719,24721,24721,24719,24722,24719,24720,24722,24722,24720,24723,24722,24723,24724,24724,24723,24725,24721,24722,24726,24726,24722,24724,24704,24715,24707,24707,24715,24727,24715,24716,24727,24727,24716,24721,24727,24721,24728,24728,24721,24726,24707,24727,24709,24709,24727,24728,23761,23780,24718,24718,23780,24729,23780,23778,24729,24729,23778,24730,24729,24730,24731,24731,24730,24732,24718,24729,24720,24720,24729,24731,23778,23776,24730,24730,23776,24733,23776,23777,24733,24733,23777,24734,24733,24734,24735,24735,24734,24736,24730,24733,24732,24732,24733,24735,24732,24735,24737,24737,24735,24738,24735,24736,24738,24738,24736,24739,24738,24739,24740,24740,24739,24741,24737,24738,24742,24742,24738,24740,24720,24731,24723,24723,24731,24743,24731,24732,24743,24743,24732,24737,24743,24737,24744,24744,24737,24742,24723,24743,24725,24725,24743,24744,23777,23796,24734,24734,23796,24745,23796,23794,24745,24745,23794,24746,24745,24746,24747,24747,24746,24748,24734,24745,24736,24736,24745,24747,23794,23792,24746,24746,23792,24749,23792,23793,24749,24749,23793,24750,24749,24750,24751,24751,24750,24752,24746,24749,24748,24748,24749,24751,24748,24751,24753,24753,24751,24754,24751,24752,24754,24754,24752,24755,24754,24755,24756,24756,24755,24757,24753,24754,24758,24758,24754,24756,24736,24747,24739,24739,24747,24759,24747,24748,24759,24759,24748,24753,24759,24753,24760,24760,24753,24758,24739,24759,24741,24741,24759,24760,23793,23812,24750,24750,23812,24761,23812,23810,24761,24761,23810,24762,24761,24762,24763,24763,24762,24764,24750,24761,24752,24752,24761,24763,23810,23808,24762,24762,23808,24765,23808,23809,24765,24765,23809,24766,24765,24766,24767,24767,24766,24768,24762,24765,24764,24764,24765,24767,24764,24767,24769,24769,24767,24770,24767,24768,24770,24770,24768,24771,24770,24771,24772,24772,24771,24773,24769,24770,24774,24774,24770,24772,24752,24763,24755,24755,24763,24775,24763,24764,24775,24775,24764,24769,24775,24769,24776,24776,24769,24774,24755,24775,24757,24757,24775,24776,23809,23828,24766,24766,23828,24777,23828,23826,24777,24777,23826,24778,24777,24778,24779,24779,24778,24780,24766,24777,24768,24768,24777,24779,23826,23824,24778,24778,23824,24781,23824,23825,24781,24781,23825,24782,24781,24782,24783,24783,24782,24784,24778,24781,24780,24780,24781,24783,24780,24783,24785,24785,24783,24786,24783,24784,24786,24786,24784,24787,24786,24787,24788,24788,24787,24789,24785,24786,24790,24790,24786,24788,24768,24779,24771,24771,24779,24791,24779,24780,24791,24791,24780,24785,24791,24785,24792,24792,24785,24790,24771,24791,24773,24773,24791,24792,23825,23844,24782,24782,23844,24793,23844,23842,24793,24793,23842,24794,24793,24794,24795,24795,24794,24796,24782,24793,24784,24784,24793,24795,23842,23840,24794,24794,23840,24797,23840,23841,24797,24797,23841,24798,24797,24798,24799,24799,24798,24800,24794,24797,24796,24796,24797,24799,24796,24799,24801,24801,24799,24802,24799,24800,24802,24802,24800,24803,24802,24803,24804,24804,24803,24805,24801,24802,24806,24806,24802,24804,24784,24795,24787,24787,24795,24807,24795,24796,24807,24807,24796,24801,24807,24801,24808,24808,24801,24806,24787,24807,24789,24789,24807,24808,23841,23860,24798,24798,23860,24809,23860,23858,24809,24809,23858,24810,24809,24810,24811,24811,24810,24812,24798,24809,24800,24800,24809,24811,23858,23856,24810,24810,23856,24813,23856,23857,24813,24813,23857,24814,24813,24814,24815,24815,24814,24816,24810,24813,24812,24812,24813,24815,24812,24815,24817,24817,24815,24818,24815,24816,24818,24818,24816,24819,24818,24819,24820,24820,24819,24821,24817,24818,24822,24822,24818,24820,24800,24811,24803,24803,24811,24823,24811,24812,24823,24823,24812,24817,24823,24817,24824,24824,24817,24822,24803,24823,24805,24805,24823,24824,23857,23876,24814,24814,23876,24825,23876,23874,24825,24825,23874,24826,24825,24826,24827,24827,24826,24828,24814,24825,24816,24816,24825,24827,23874,23872,24826,24826,23872,24829,23872,23873,24829,24829,23873,24830,24829,24830,24831,24831,24830,24832,24826,24829,24828,24828,24829,24831,24828,24831,24833,24833,24831,24834,24831,24832,24834,24834,24832,24835,24834,24835,24836,24836,24835,24837,24833,24834,24838,24838,24834,24836,24816,24827,24819,24819,24827,24839,24827,24828,24839,24839,24828,24833,24839,24833,24840,24840,24833,24838,24819,24839,24821,24821,24839,24840,23873,23892,24830,24830,23892,24841,23892,23890,24841,24841,23890,24842,24841,24842,24843,24843,24842,24844,24830,24841,24832,24832,24841,24843,23890,23888,24842,24842,23888,24845,23888,23889,24845,24845,23889,24846,24845,24846,24847,24847,24846,24848,24842,24845,24844,24844,24845,24847,24844,24847,24849,24849,24847,24850,24847,24848,24850,24850,24848,24851,24850,24851,24852,24852,24851,24853,24849,24850,24854,24854,24850,24852,24832,24843,24835,24835,24843,24855,24843,24844,24855,24855,24844,24849,24855,24849,24856,24856,24849,24854,24835,24855,24837,24837,24855,24856,23889,23908,24846,24846,23908,24857,23908,23906,24857,24857,23906,24858,24857,24858,24859,24859,24858,24860,24846,24857,24848,24848,24857,24859,23906,23904,24858,24858,23904,24861,23904,23905,24861,24861,23905,24862,24861,24862,24863,24863,24862,24864,24858,24861,24860,24860,24861,24863,24860,24863,24865,24865,24863,24866,24863,24864,24866,24866,24864,24867,24866,24867,24868,24868,24867,24869,24865,24866,24870,24870,24866,24868,24848,24859,24851,24851,24859,24871,24859,24860,24871,24871,24860,24865,24871,24865,24872,24872,24865,24870,24851,24871,24853,24853,24871,24872,23905,23924,24862,24862,23924,24873,23924,23922,24873,24873,23922,24874,24873,24874,24875,24875,24874,24876,24862,24873,24864,24864,24873,24875,23922,23921,24874,24874,23921,24877,23920,24878,23921,23921,24878,24877,24878,24879,24877,24877,24879,24880,24874,24877,24876,24876,24877,24880,24876,24880,24881,24881,24880,24882,24879,24883,24880,24880,24883,24882,24883,24884,24882,24882,24884,24885,24881,24882,24886,24886,24882,24885,24864,24875,24867,24867,24875,24887,24875,24876,24887,24887,24876,24881,24887,24881,24888,24888,24881,24886,24867,24887,24869,24869,24887,24888,23940,24889,23920,23920,24889,24878,23938,24890,23940,23940,24890,24889,24890,24891,24889,24889,24891,24892,24889,24892,24878,24878,24892,24879,23937,24893,23938,23938,24893,24890,23936,24894,23937,23937,24894,24893,24894,24895,24893,24893,24895,24896,24893,24896,24890,24890,24896,24891,24896,24897,24891,24891,24897,24898,24895,24899,24896,24896,24899,24897,24899,24900,24897,24897,24900,24901,24897,24901,24898,24898,24901,24902,24892,24903,24879,24879,24903,24883,24891,24898,24892,24892,24898,24903,24898,24902,24903,24903,24902,24904,24903,24904,24883,24883,24904,24884,23956,24905,23936,23936,24905,24894,23954,24906,23956,23956,24906,24905,24906,24907,24905,24905,24907,24908,24905,24908,24894,24894,24908,24895,23953,24909,23954,23954,24909,24906,23952,24910,23953,23953,24910,24909,24910,24911,24909,24909,24911,24912,24909,24912,24906,24906,24912,24907,24912,24913,24907,24907,24913,24914,24911,24915,24912,24912,24915,24913,24915,24916,24913,24913,24916,24917,24913,24917,24914,24914,24917,24918,24908,24919,24895,24895,24919,24899,24907,24914,24908,24908,24914,24919,24914,24918,24919,24919,24918,24920,24919,24920,24899,24899,24920,24900,23972,24921,23952,23952,24921,24910,23970,24922,23972,23972,24922,24921,24922,24923,24921,24921,24923,24924,24921,24924,24910,24910,24924,24911,23969,24925,23970,23970,24925,24922,23968,24926,23969,23969,24926,24925,24926,24927,24925,24925,24927,24928,24925,24928,24922,24922,24928,24923,24928,24929,24923,24923,24929,24930,24927,24931,24928,24928,24931,24929,24931,24932,24929,24929,24932,24933,24929,24933,24930,24930,24933,24934,24924,24935,24911,24911,24935,24915,24923,24930,24924,24924,24930,24935,24930,24934,24935,24935,24934,24936,24935,24936,24915,24915,24936,24916,23988,24937,23968,23968,24937,24926,23986,24938,23988,23988,24938,24937,24938,24939,24937,24937,24939,24940,24937,24940,24926,24926,24940,24927,23985,24941,23986,23986,24941,24938,23984,24942,23985,23985,24942,24941,24942,24943,24941,24941,24943,24944,24941,24944,24938,24938,24944,24939,24944,24945,24939,24939,24945,24946,24943,24947,24944,24944,24947,24945,24947,24948,24945,24945,24948,24949,24945,24949,24946,24946,24949,24950,24940,24951,24927,24927,24951,24931,24939,24946,24940,24940,24946,24951,24946,24950,24951,24951,24950,24952,24951,24952,24931,24931,24952,24932,24004,24953,23984,23984,24953,24942,24002,24954,24004,24004,24954,24953,24954,24955,24953,24953,24955,24956,24953,24956,24942,24942,24956,24943,24001,24957,24002,24002,24957,24954,24000,24958,24001,24001,24958,24957,24958,24959,24957,24957,24959,24960,24957,24960,24954,24954,24960,24955,24960,24961,24955,24955,24961,24962,24959,24963,24960,24960,24963,24961,24963,24964,24961,24961,24964,24965,24961,24965,24962,24962,24965,24966,24956,24967,24943,24943,24967,24947,24955,24962,24956,24956,24962,24967,24962,24966,24967,24967,24966,24968,24967,24968,24947,24947,24968,24948,24020,24969,24000,24000,24969,24958,24018,24970,24020,24020,24970,24969,24970,24971,24969,24969,24971,24972,24969,24972,24958,24958,24972,24959,24017,24973,24018,24018,24973,24970,24016,24974,24017,24017,24974,24973,24974,24975,24973,24973,24975,24976,24973,24976,24970,24970,24976,24971,24976,24977,24971,24971,24977,24978,24975,24979,24976,24976,24979,24977,24979,24980,24977,24977,24980,24981,24977,24981,24978,24978,24981,24982,24972,24983,24959,24959,24983,24963,24971,24978,24972,24972,24978,24983,24978,24982,24983,24983,24982,24984,24983,24984,24963,24963,24984,24964,24036,24985,24016,24016,24985,24974,24034,24986,24036,24036,24986,24985,24986,24987,24985,24985,24987,24988,24985,24988,24974,24974,24988,24975,24033,24989,24034,24034,24989,24986,24032,24990,24033,24033,24990,24989,24990,24991,24989,24989,24991,24992,24989,24992,24986,24986,24992,24987,24992,24993,24987,24987,24993,24994,24991,24995,24992,24992,24995,24993,24995,24996,24993,24993,24996,24997,24993,24997,24994,24994,24997,24998,24988,24999,24975,24975,24999,24979,24987,24994,24988,24988,24994,24999,24994,24998,24999,24999,24998,25000,24999,25000,24979,24979,25000,24980,24052,25001,24032,24032,25001,24990,24050,25002,24052,24052,25002,25001,25002,25003,25001,25001,25003,25004,25001,25004,24990,24990,25004,24991,24049,25005,24050,24050,25005,25002,24048,25006,24049,24049,25006,25005,25006,25007,25005,25005,25007,25008,25005,25008,25002,25002,25008,25003,25008,25009,25003,25003,25009,25010,25007,25011,25008,25008,25011,25009,25011,25012,25009,25009,25012,25013,25009,25013,25010,25010,25013,25014,25004,25015,24991,24991,25015,24995,25003,25010,25004,25004,25010,25015,25010,25014,25015,25015,25014,25016,25015,25016,24995,24995,25016,24996,24068,25017,24048,24048,25017,25006,24066,25018,24068,24068,25018,25017,25018,25019,25017,25017,25019,25020,25017,25020,25006,25006,25020,25007,24065,25021,24066,24066,25021,25018,24064,25022,24065,24065,25022,25021,25022,25023,25021,25021,25023,25024,25021,25024,25018,25018,25024,25019,25024,25025,25019,25019,25025,25026,25023,25027,25024,25024,25027,25025,25027,25028,25025,25025,25028,25029,25025,25029,25026,25026,25029,25030,25020,25031,25007,25007,25031,25011,25019,25026,25020,25020,25026,25031,25026,25030,25031,25031,25030,25032,25031,25032,25011,25011,25032,25012,24084,25033,24064,24064,25033,25022,24082,25034,24084,24084,25034,25033,25034,25035,25033,25033,25035,25036,25033,25036,25022,25022,25036,25023,24081,25037,24082,24082,25037,25034,24080,25038,24081,24081,25038,25037,25038,25039,25037,25037,25039,25040,25037,25040,25034,25034,25040,25035,25040,25041,25035,25035,25041,25042,25039,25043,25040,25040,25043,25041,25043,25044,25041,25041,25044,25045,25041,25045,25042,25042,25045,25046,25036,25047,25023,25023,25047,25027,25035,25042,25036,25036,25042,25047,25042,25046,25047,25047,25046,25048,25047,25048,25027,25027,25048,25028,24100,25049,24080,24080,25049,25038,24098,25050,24100,24100,25050,25049,25050,25051,25049,25049,25051,25052,25049,25052,25038,25038,25052,25039,24097,25053,24098,24098,25053,25050,24096,25054,24097,24097,25054,25053,25054,25055,25053,25053,25055,25056,25053,25056,25050,25050,25056,25051,25056,25057,25051,25051,25057,25058,25055,25059,25056,25056,25059,25057,25059,25060,25057,25057,25060,25061,25057,25061,25058,25058,25061,25062,25052,25063,25039,25039,25063,25043,25051,25058,25052,25052,25058,25063,25058,25062,25063,25063,25062,25064,25063,25064,25043,25043,25064,25044,24116,25065,24096,24096,25065,25054,24116,24114,25065,25065,24114,25066,25066,25067,25065,25065,25067,25068,25065,25068,25054,25054,25068,25055,24114,24112,25066,25066,24112,25069,24112,24113,25069,25069,24113,25070,25070,25071,25069,25069,25071,25072,25069,25072,25066,25066,25072,25067,25072,25073,25067,25067,25073,25074,25071,25075,25072,25072,25075,25073,25075,25076,25073,25073,25076,25077,25073,25077,25074,25074,25077,25078,25068,25079,25055,25055,25079,25059,25067,25074,25068,25068,25074,25079,25074,25078,25079,25079,25078,25080,25079,25080,25059,25059,25080,25060,24113,24132,25070,25070,24132,25081,24132,24130,25081,25081,24130,25082,25082,25083,25081,25081,25083,25084,25081,25084,25070,25070,25084,25071,24130,24128,25082,25082,24128,25085,24129,25086,24128,24128,25086,25085,25086,25087,25085,25085,25087,25088,25085,25088,25082,25082,25088,25083,25088,25089,25083,25083,25089,25090,25087,25091,25088,25088,25091,25089,25091,25092,25089,25089,25092,25093,25089,25093,25090,25090,25093,25094,25084,25095,25071,25071,25095,25075,25083,25090,25084,25084,25090,25095,25090,25094,25095,25095,25094,25096,25095,25096,25075,25075,25096,25076,24148,25097,24129,24129,25097,25086,24146,25098,24148,24148,25098,25097,25098,25099,25097,25097,25099,25100,25097,25100,25086,25086,25100,25087,24145,25101,24146,24146,25101,25098,24144,25102,24145,24145,25102,25101,25102,25103,25101,25101,25103,25104,25101,25104,25098,25098,25104,25099,25104,25105,25099,25099,25105,25106,25103,25107,25104,25104,25107,25105,25107,25108,25105,25105,25108,25109,25105,25109,25106,25106,25109,25110,25100,25111,25087,25087,25111,25091,25099,25106,25100,25100,25106,25111,25106,25110,25111,25111,25110,25112,25111,25112,25091,25091,25112,25092,24164,25113,24144,24144,25113,25102,24162,25114,24164,24164,25114,25113,25114,25115,25113,25113,25115,25116,25113,25116,25102,25102,25116,25103,24161,25117,24162,24162,25117,25114,24160,25118,24161,24161,25118,25117,25118,25119,25117,25117,25119,25120,25117,25120,25114,25114,25120,25115,25120,25121,25115,25115,25121,25122,25119,25123,25120,25120,25123,25121,25123,25124,25121,25121,25124,25125,25121,25125,25122,25122,25125,25126,25116,25127,25103,25103,25127,25107,25115,25122,25116,25116,25122,25127,25122,25126,25127,25127,25126,25128,25127,25128,25107,25107,25128,25108,24180,25129,24160,24160,25129,25118,24178,25130,24180,24180,25130,25129,25130,25131,25129,25129,25131,25132,25129,25132,25118,25118,25132,25119,24177,25133,24178,24178,25133,25130,24176,25134,24177,24177,25134,25133,25134,25135,25133,25133,25135,25136,25133,25136,25130,25130,25136,25131,25136,25137,25131,25131,25137,25138,25136,25135,25137,25137,25135,25139,25137,25139,25140,25140,25139,25141,25138,25137,25142,25142,25137,25140,25132,25143,25119,25119,25143,25123,25131,25138,25132,25132,25138,25143,25143,25138,25144,25144,25138,25142,25143,25144,25123,25123,25144,25124,24176,24196,25134,25134,24196,25145,24196,24194,25145,25145,24194,25146,25145,25146,25147,25147,25146,25148,25134,25145,25135,25135,25145,25147,24194,24192,25146,25146,24192,25149,24192,24193,25149,25149,24193,25150,25149,25150,25151,25151,25150,25152,25146,25149,25148,25148,25149,25151,25148,25151,25153,25153,25151,25154,25151,25152,25154,25154,25152,25155,25155,25156,25154,25154,25156,25157,25154,25157,25153,25153,25157,25158,25135,25147,25139,25139,25147,25159,25147,25148,25159,25159,25148,25153,25159,25153,25160,25160,25153,25158,25139,25159,25141,25141,25159,25160,24193,24212,25150,25150,24212,25161,24212,24210,25161,25161,24210,25162,25161,25162,25163,25163,25162,25164,25150,25161,25152,25152,25161,25163,24210,24208,25162,25162,24208,25165,24208,24209,25165,25165,24209,25166,25165,25166,25167,25167,25166,25168,25162,25165,25164,25164,25165,25167,25164,25167,25169,25169,25167,25170,25167,25168,25170,25170,25168,25171,25171,25172,25170,25170,25172,25173,25170,25173,25169,25169,25173,25174,25163,25175,25152,25152,25175,25155,25163,25164,25175,25175,25164,25169,25169,25174,25175,25175,25174,25176,25175,25176,25155,25155,25176,25156,24209,24228,25166,25166,24228,25177,24228,24226,25177,25177,24226,25178,25177,25178,25179,25179,25178,25180,25166,25177,25168,25168,25177,25179,24226,24224,25178,25178,24224,25181,24225,25182,24224,24224,25182,25181,25182,25183,25181,25181,25183,25184,25181,25184,25178,25178,25184,25180,25184,25185,25180,25180,25185,25186,25183,25187,25184,25184,25187,25185,25187,25188,25185,25185,25188,25189,25185,25189,25186,25186,25189,25190,25179,25191,25168,25168,25191,25171,25180,25186,25179,25179,25186,25191,25186,25190,25191,25191,25190,25192,25191,25192,25171,25171,25192,25172,24244,25193,24225,24225,25193,25182,24242,25194,24244,24244,25194,25193,25194,25195,25193,25193,25195,25196,25193,25196,25182,25182,25196,25183,24241,25197,24242,24242,25197,25194,24240,25198,24241,24241,25198,25197,25198,25199,25197,25197,25199,25200,25197,25200,25194,25194,25200,25195,25200,25201,25195,25195,25201,25202,25199,25203,25200,25200,25203,25201,25203,25204,25201,25201,25204,25205,25201,25205,25202,25202,25205,25206,25196,25207,25183,25183,25207,25187,25195,25202,25196,25196,25202,25207,25202,25206,25207,25207,25206,25208,25207,25208,25187,25187,25208,25188,24260,25209,24240,24240,25209,25198,24258,25210,24260,24260,25210,25209,25210,25211,25209,25209,25211,25212,25209,25212,25198,25198,25212,25199,24257,25213,24258,24258,25213,25210,24256,25214,24257,24257,25214,25213,25214,25215,25213,25213,25215,25216,25213,25216,25210,25210,25216,25211,25216,25217,25211,25211,25217,25218,25215,25219,25216,25216,25219,25217,25219,25220,25217,25217,25220,25221,25217,25221,25218,25218,25221,25222,25212,25223,25199,25199,25223,25203,25211,25218,25212,25212,25218,25223,25218,25222,25223,25223,25222,25224,25223,25224,25203,25203,25224,25204,24276,25225,24256,24256,25225,25214,24274,25226,24276,24276,25226,25225,25226,25227,25225,25225,25227,25228,25225,25228,25214,25214,25228,25215,24273,25229,24274,24274,25229,25226,24272,25230,24273,24273,25230,25229,25230,25231,25229,25229,25231,25232,25229,25232,25226,25226,25232,25227,25232,25233,25227,25227,25233,25234,25231,25235,25232,25232,25235,25233,25235,25236,25233,25233,25236,25237,25233,25237,25234,25234,25237,25238,25228,25239,25215,25215,25239,25219,25227,25234,25228,25228,25234,25239,25234,25238,25239,25239,25238,25240,25239,25240,25219,25219,25240,25220,24292,25241,24272,24272,25241,25230,24290,25242,24292,24292,25242,25241,25242,25243,25241,25241,25243,25244,25241,25244,25230,25230,25244,25231,24289,25245,24290,24290,25245,25242,24288,25246,24289,24289,25246,25245,25246,25247,25245,25245,25247,25248,25245,25248,25242,25242,25248,25243,25248,25249,25243,25243,25249,25250,25247,25251,25248,25248,25251,25249,25251,25252,25249,25249,25252,25253,25249,25253,25250,25250,25253,25254,25244,25255,25231,25231,25255,25235,25243,25250,25244,25244,25250,25255,25250,25254,25255,25255,25254,25256,25255,25256,25235,25235,25256,25236,24308,25257,24288,24288,25257,25246,24306,25258,24308,24308,25258,25257,25258,25259,25257,25257,25259,25260,25257,25260,25246,25246,25260,25247,24305,25261,24306,24306,25261,25258,24304,25262,24305,24305,25262,25261,25262,25263,25261,25261,25263,25264,25261,25264,25258,25258,25264,25259,25264,25265,25259,25259,25265,25266,25263,25267,25264,25264,25267,25265,25267,25268,25265,25265,25268,25269,25265,25269,25266,25266,25269,25270,25260,25271,25247,25247,25271,25251,25259,25266,25260,25260,25266,25271,25266,25270,25271,25271,25270,25272,25271,25272,25251,25251,25272,25252,24324,25273,24304,24304,25273,25262,24322,25274,24324,24324,25274,25273,25274,25275,25273,25273,25275,25276,25273,25276,25262,25262,25276,25263,24321,25277,24322,24322,25277,25274,24321,24320,25277,25277,24320,25278,25277,25278,25279,25279,25278,25280,25274,25277,25275,25275,25277,25279,25275,25279,25281,25281,25279,25282,25279,25280,25282,25282,25280,25283,25283,25284,25282,25282,25284,25285,25281,25282,25286,25286,25282,25285,25276,25287,25263,25263,25287,25267,25276,25275,25287,25287,25275,25281,25287,25281,25288,25288,25281,25286,25287,25288,25267,25267,25288,25268,24320,24340,25278,25278,24340,25289,24338,25290,24340,24340,25290,25289,25290,25291,25289,25289,25291,25292,25289,25292,25278,25278,25292,25280,24337,25293,24338,24338,25293,25290,24336,25294,24337,24337,25294,25293,25294,25295,25293,25293,25295,25296,25293,25296,25290,25290,25296,25291,25296,25297,25291,25291,25297,25298,25295,25299,25296,25296,25299,25297,25299,25300,25297,25297,25300,25301,25297,25301,25298,25298,25301,25302,25292,25303,25280,25280,25303,25283,25291,25298,25292,25292,25298,25303,25298,25302,25303,25303,25302,25304,25303,25304,25283,25283,25304,25284,24360,24359,25305,25305,24359,25306,24359,24356,25306,25306,24356,25307,25307,25308,25306,25306,25308,25309,25306,25309,25305,25305,25309,25310,24356,24354,25307,25307,24354,25311,24354,24355,25311,25311,24355,25312,25312,25313,25311,25311,25313,25314,25311,25314,25307,25307,25314,25308,25314,25315,25308,25308,25315,25316,25313,25317,25314,25314,25317,25315,25317,25318,25315,25315,25318,25319,25315,25319,25316,25316,25319,25320,25309,25321,25310,25310,25321,25322,25308,25316,25309,25309,25316,25321,25316,25320,25321,25321,25320,25323,25321,25323,25322,25322,25323,25324,24355,24376,25312,25312,24376,25325,24376,24374,25325,25325,24374,25326,25326,25327,25325,25325,25327,25328,25325,25328,25312,25312,25328,25313,24374,24372,25326,25326,24372,25329,24372,24373,25329,25329,24373,25330,25329,25330,25331,25331,25330,25332,25326,25329,25327,25327,25329,25331,25331,25333,25327,25327,25333,25334,25332,25335,25331,25331,25335,25333,25335,25336,25333,25333,25336,25337,25333,25337,25334,25334,25337,25338,25328,25339,25313,25313,25339,25317,25327,25334,25328,25328,25334,25339,25334,25338,25339,25339,25338,25340,25339,25340,25317,25317,25340,25318,24373,24392,25330,25330,24392,25341,24392,24390,25341,25341,24390,25342,25341,25342,25343,25343,25342,25344,25330,25341,25332,25332,25341,25343,24390,24388,25342,25342,24388,25345,24388,24389,25345,25345,24389,25346,25345,25346,25347,25347,25346,25348,25342,25345,25344,25344,25345,25347,25344,25347,25349,25349,25347,25350,25347,25348,25350,25350,25348,25351,25350,25351,25352,25352,25351,25353,25349,25350,25354,25354,25350,25352,25332,25343,25335,25335,25343,25355,25343,25344,25355,25355,25344,25349,25355,25349,25356,25356,25349,25354,25355,25356,25335,25335,25356,25336,24389,24408,25346,25346,24408,25357,24408,24406,25357,25357,24406,25358,25357,25358,25359,25359,25358,25360,25346,25357,25348,25348,25357,25359,24406,24404,25358,25358,24404,25361,24404,24405,25361,25361,24405,25362,25361,25362,25363,25363,25362,25364,25358,25361,25360,25360,25361,25363,25360,25363,25365,25365,25363,25366,25363,25364,25366,25366,25364,25367,25366,25367,25368,25368,25367,25369,25365,25366,25370,25370,25366,25368,25348,25359,25351,25351,25359,25371,25359,25360,25371,25371,25360,25365,25371,25365,25372,25372,25365,25370,25351,25371,25353,25353,25371,25372,24405,24424,25362,25362,24424,25373,24424,24422,25373,25373,24422,25374,25373,25374,25375,25375,25374,25376,25362,25373,25364,25364,25373,25375,24422,24420,25374,25374,24420,25377,24420,24421,25377,25377,24421,25378,25377,25378,25379,25379,25378,25380,25374,25377,25376,25376,25377,25379,25376,25379,25381,25381,25379,25382,25379,25380,25382,25382,25380,25383,25382,25383,25384,25384,25383,25385,25381,25382,25386,25386,25382,25384,25364,25375,25367,25367,25375,25387,25375,25376,25387,25387,25376,25381,25387,25381,25388,25388,25381,25386,25367,25387,25369,25369,25387,25388,24421,24440,25378,25378,24440,25389,24440,24438,25389,25389,24438,25390,25389,25390,25391,25391,25390,25392,25378,25389,25380,25380,25389,25391,24438,24436,25390,25390,24436,25393,24436,24437,25393,25393,24437,25394,25393,25394,25395,25395,25394,25396,25390,25393,25392,25392,25393,25395,25392,25395,25397,25397,25395,25398,25395,25396,25398,25398,25396,25399,25398,25399,25400,25400,25399,25401,25397,25398,25402,25402,25398,25400,25380,25391,25383,25383,25391,25403,25391,25392,25403,25403,25392,25397,25403,25397,25404,25404,25397,25402,25383,25403,25385,25385,25403,25404,24437,24456,25394,25394,24456,25405,24456,24454,25405,25405,24454,25406,25405,25406,25407,25407,25406,25408,25394,25405,25396,25396,25405,25407,24454,24452,25406,25406,24452,25409,24452,24453,25409,25409,24453,25410,25409,25410,25411,25411,25410,25412,25406,25409,25408,25408,25409,25411,25408,25411,25413,25413,25411,25414,25411,25412,25414,25414,25412,25415,25414,25415,25416,25416,25415,25417,25413,25414,25418,25418,25414,25416,25396,25407,25399,25399,25407,25419,25407,25408,25419,25419,25408,25413,25419,25413,25420,25420,25413,25418,25399,25419,25401,25401,25419,25420,24453,24472,25410,25410,24472,25421,24472,24470,25421,25421,24470,25422,25421,25422,25423,25423,25422,25424,25410,25421,25412,25412,25421,25423,24470,24468,25422,25422,24468,25425,24468,24469,25425,25425,24469,25426,25425,25426,25427,25427,25426,25428,25422,25425,25424,25424,25425,25427,25424,25427,25429,25429,25427,25430,25427,25428,25430,25430,25428,25431,25430,25431,25432,25432,25431,25433,25429,25430,25434,25434,25430,25432,25412,25423,25415,25415,25423,25435,25423,25424,25435,25435,25424,25429,25435,25429,25436,25436,25429,25434,25415,25435,25417,25417,25435,25436,24469,24488,25426,25426,24488,25437,24488,24486,25437,25437,24486,25438,25437,25438,25439,25439,25438,25440,25426,25437,25428,25428,25437,25439,24486,24484,25438,25438,24484,25441,24484,24485,25441,25441,24485,25442,25441,25442,25443,25443,25442,25444,25438,25441,25440,25440,25441,25443,25440,25443,25445,25445,25443,25446,25443,25444,25446,25446,25444,25447,25446,25447,25448,25448,25447,25449,25445,25446,25450,25450,25446,25448,25428,25439,25431,25431,25439,25451,25439,25440,25451,25451,25440,25445,25451,25445,25452,25452,25445,25450,25431,25451,25433,25433,25451,25452,24485,24504,25442,25442,24504,25453,24504,24502,25453,25453,24502,25454,25453,25454,25455,25455,25454,25456,25442,25453,25444,25444,25453,25455,24502,24500,25454,25454,24500,25457,24500,24501,25457,25457,24501,25458,25457,25458,25459,25459,25458,25460,25454,25457,25456,25456,25457,25459,25456,25459,25461,25461,25459,25462,25459,25460,25462,25462,25460,25463,25462,25463,25464,25464,25463,25465,25461,25462,25466,25466,25462,25464,25444,25455,25447,25447,25455,25467,25455,25456,25467,25467,25456,25461,25467,25461,25468,25468,25461,25466,25447,25467,25449,25449,25467,25468,24501,24520,25458,25458,24520,25469,24520,24518,25469,25469,24518,25470,25469,25470,25471,25471,25470,25472,25458,25469,25460,25460,25469,25471,24518,24516,25470,25470,24516,25473,24516,24517,25473,25473,24517,25474,25473,25474,25475,25475,25474,25476,25470,25473,25472,25472,25473,25475,25472,25475,25477,25477,25475,25478,25475,25476,25478,25478,25476,25479,25478,25479,25480,25480,25479,25481,25477,25478,25482,25482,25478,25480,25460,25471,25463,25463,25471,25483,25471,25472,25483,25483,25472,25477,25483,25477,25484,25484,25477,25482,25463,25483,25465,25465,25483,25484,24517,24536,25474,25474,24536,25485,24536,24534,25485,25485,24534,25486,25485,25486,25487,25487,25486,25488,25474,25485,25476,25476,25485,25487,24534,24532,25486,25486,24532,25489,24532,24533,25489,25489,24533,25490,25489,25490,25491,25491,25490,25492,25486,25489,25488,25488,25489,25491,25488,25491,25493,25493,25491,25494,25491,25492,25494,25494,25492,25495,25494,25495,25496,25496,25495,25497,25493,25494,25498,25498,25494,25496,25476,25487,25479,25479,25487,25499,25487,25488,25499,25499,25488,25493,25499,25493,25500,25500,25493,25498,25479,25499,25481,25481,25499,25500,24533,24552,25490,25490,24552,25501,24552,24550,25501,25501,24550,25502,25501,25502,25503,25503,25502,25504,25490,25501,25492,25492,25501,25503,24550,24548,25502,25502,24548,25505,24548,24549,25505,25505,24549,25506,25505,25506,25507,25507,25506,25508,25502,25505,25504,25504,25505,25507,25504,25507,25509,25509,25507,25510,25507,25508,25510,25510,25508,25511,25510,25511,25512,25512,25511,25513,25509,25510,25514,25514,25510,25512,25492,25503,25495,25495,25503,25515,25503,25504,25515,25515,25504,25509,25515,25509,25516,25516,25509,25514,25495,25515,25497,25497,25515,25516,24549,24568,25506,25506,24568,25517,24568,24566,25517,25517,24566,25518,25517,25518,25519,25519,25518,25520,25506,25517,25508,25508,25517,25519,24564,25521,24566,24566,25521,25518,24565,25522,24564,24564,25522,25521,25522,25523,25521,25521,25523,25524,25521,25524,25518,25518,25524,25520,25520,25524,25525,25525,25524,25526,25523,25527,25524,25524,25527,25526,25526,25527,25528,25528,25527,25529,25525,25526,25530,25530,25526,25528,25508,25519,25511,25511,25519,25531,25519,25520,25531,25531,25520,25525,25531,25525,25532,25532,25525,25530,25511,25531,25513,25513,25531,25532,24584,25533,24565,24565,25533,25522,24582,25534,24584,24584,25534,25533,25534,25535,25533,25533,25535,25536,25533,25536,25522,25522,25536,25523,24580,25537,24582,24582,25537,25534,24580,24581,25537,25537,24581,25538,25537,25538,25539,25539,25538,25540,25537,25539,25534,25534,25539,25535,25535,25539,25541,25541,25539,25542,25539,25540,25542,25542,25540,25543,25542,25543,25544,25544,25543,25545,25541,25542,25546,25546,25542,25544,25536,25547,25523,25523,25547,25527,25536,25535,25547,25547,25535,25541,25547,25541,25548,25548,25541,25546,25527,25547,25529,25529,25547,25548,24581,24600,25538,25538,24600,25549,24600,24598,25549,25549,24598,25550,25549,25550,25551,25551,25550,25552,25538,25549,25540,25540,25549,25551,24598,24596,25550,25550,24596,25553,24596,24597,25553,25553,24597,25554,25553,25554,25555,25555,25554,25556,25550,25553,25552,25552,25553,25555,25552,25555,25557,25557,25555,25558,25555,25556,25558,25558,25556,25559,25558,25559,25560,25560,25559,25561,25557,25558,25562,25562,25558,25560,25540,25551,25543,25543,25551,25563,25551,25552,25563,25563,25552,25557,25563,25557,25564,25564,25557,25562,25543,25563,25545,25545,25563,25564,24597,24616,25554,25554,24616,25565,24616,24614,25565,25565,24614,25566,25565,25566,25567,25567,25566,25568,25554,25565,25556,25556,25565,25567,24614,24612,25566,25566,24612,25569,24612,24613,25569,25569,24613,25570,25569,25570,25571,25571,25570,25572,25566,25569,25568,25568,25569,25571,25568,25571,25573,25573,25571,25574,25571,25572,25574,25574,25572,25575,25574,25575,25576,25576,25575,25577,25573,25574,25578,25578,25574,25576,25556,25567,25559,25559,25567,25579,25567,25568,25579,25579,25568,25573,25579,25573,25580,25580,25573,25578,25559,25579,25561,25561,25579,25580,24613,24632,25570,25570,24632,25581,24632,24630,25581,25581,24630,25582,25581,25582,25583,25583,25582,25584,25570,25581,25572,25572,25581,25583,24630,24628,25582,25582,24628,25585,24628,24629,25585,25585,24629,25586,25585,25586,25587,25587,25586,25588,25582,25585,25584,25584,25585,25587,25584,25587,25589,25589,25587,25590,25587,25588,25590,25590,25588,25591,25591,25592,25590,25590,25592,25593,25589,25590,25594,25594,25590,25593,25572,25583,25575,25575,25583,25595,25583,25584,25595,25595,25584,25589,25595,25589,25596,25596,25589,25594,25575,25595,25577,25577,25595,25596,24629,24648,25586,25586,24648,25597,24648,24646,25597,25597,24646,25598,25597,25598,25599,25599,25598,25600,25586,25597,25588,25588,25597,25599,24646,24644,25598,25598,24644,25601,24644,24645,25601,25601,24645,25602,25601,25602,25603,25603,25602,25604,25598,25601,25600,25600,25601,25603,25600,25603,25605,25605,25603,25606,25603,25604,25606,25606,25604,25607,25607,25608,25606,25606,25608,25609,25606,25609,25605,25605,25609,25610,25588,25599,25591,25591,25599,25611,25599,25600,25611,25611,25600,25605,25605,25610,25611,25611,25610,25612,25611,25612,25591,25591,25612,25592,24645,24664,25602,25602,24664,25613,24664,24662,25613,25613,24662,25614,25613,25614,25615,25615,25614,25616,25602,25613,25604,25604,25613,25615,24662,24660,25614,25614,24660,25617,24660,24661,25617,25617,24661,25618,25617,25618,25619,25619,25618,25620,25614,25617,25616,25616,25617,25619,25616,25619,25621,25621,25619,25622,25619,25620,25622,25622,25620,25623,25623,25624,25622,25622,25624,25625,25622,25625,25621,25621,25625,25626,25604,25615,25607,25607,25615,25627,25615,25616,25627,25627,25616,25621,25621,25626,25627,25627,25626,25628,25627,25628,25607,25607,25628,25608,24661,24680,25618,25618,24680,25629,24680,24678,25629,25629,24678,25630,25629,25630,25631,25631,25630,25632,25618,25629,25620,25620,25629,25631,24678,24676,25630,25630,24676,25633,24676,24677,25633,25633,24677,25634,25633,25634,25635,25635,25634,25636,25630,25633,25632,25632,25633,25635,25632,25635,25637,25637,25635,25638,25635,25636,25638,25638,25636,25639,25638,25639,25640,25640,25639,25641,25637,25638,25642,25642,25638,25640,25620,25631,25623,25623,25631,25643,25631,25632,25643,25643,25632,25637,25643,25637,25644,25644,25637,25642,25623,25643,25624,25624,25643,25644,24677,24696,25634,25634,24696,25645,24696,24694,25645,25645,24694,25646,25645,25646,25647,25647,25646,25648,25634,25645,25636,25636,25645,25647,24694,24692,25646,25646,24692,25649,24692,24693,25649,25649,24693,25650,25649,25650,25651,25651,25650,25652,25646,25649,25648,25648,25649,25651,25648,25651,25653,25653,25651,25654,25651,25652,25654,25654,25652,25655,25654,25655,25656,25656,25655,25657,25653,25654,25658,25658,25654,25656,25636,25647,25639,25639,25647,25659,25647,25648,25659,25659,25648,25653,25659,25653,25660,25660,25653,25658,25639,25659,25641,25641,25659,25660,24693,24712,25650,25650,24712,25661,24712,24710,25661,25661,24710,25662,25661,25662,25663,25663,25662,25664,25650,25661,25652,25652,25661,25663,24710,24708,25662,25662,24708,25665,24708,24709,25665,25665,24709,25666,25665,25666,25667,25667,25666,25668,25662,25665,25664,25664,25665,25667,25664,25667,25669,25669,25667,25670,25667,25668,25670,25670,25668,25671,25670,25671,25672,25672,25671,25673,25669,25670,25674,25674,25670,25672,25652,25663,25655,25655,25663,25675,25663,25664,25675,25675,25664,25669,25675,25669,25676,25676,25669,25674,25655,25675,25657,25657,25675,25676,24709,24728,25666,25666,24728,25677,24728,24726,25677,25677,24726,25678,25677,25678,25679,25679,25678,25680,25666,25677,25668,25668,25677,25679,24726,24724,25678,25678,24724,25681,24724,24725,25681,25681,24725,25682,25681,25682,25683,25683,25682,25684,25678,25681,25680,25680,25681,25683,25680,25683,25685,25685,25683,25686,25683,25684,25686,25686,25684,25687,25686,25687,25688,25688,25687,25689,25685,25686,25690,25690,25686,25688,25668,25679,25671,25671,25679,25691,25679,25680,25691,25691,25680,25685,25691,25685,25692,25692,25685,25690,25671,25691,25673,25673,25691,25692,24725,24744,25682,25682,24744,25693,24744,24742,25693,25693,24742,25694,25693,25694,25695,25695,25694,25696,25682,25693,25684,25684,25693,25695,24742,24740,25694,25694,24740,25697,24740,24741,25697,25697,24741,25698,25697,25698,25699,25699,25698,25700,25694,25697,25696,25696,25697,25699,25696,25699,25701,25701,25699,25702,25699,25700,25702,25702,25700,25703,25702,25703,25704,25704,25703,25705,25701,25702,25706,25706,25702,25704,25684,25695,25687,25687,25695,25707,25695,25696,25707,25707,25696,25701,25707,25701,25708,25708,25701,25706,25687,25707,25689,25689,25707,25708,24741,24760,25698,25698,24760,25709,24760,24758,25709,25709,24758,25710,25709,25710,25711,25711,25710,25712,25698,25709,25700,25700,25709,25711,24758,24756,25710,25710,24756,25713,24756,24757,25713,25713,24757,25714,25713,25714,25715,25715,25714,25716,25710,25713,25712,25712,25713,25715,25712,25715,25717,25717,25715,25718,25715,25716,25718,25718,25716,25719,25718,25719,25720,25720,25719,25721,25717,25718,25722,25722,25718,25720,25700,25711,25703,25703,25711,25723,25711,25712,25723,25723,25712,25717,25723,25717,25724,25724,25717,25722,25703,25723,25705,25705,25723,25724,24757,24776,25714,25714,24776,25725,24776,24774,25725,25725,24774,25726,25725,25726,25727,25727,25726,25728,25714,25725,25716,25716,25725,25727,24774,24772,25726,25726,24772,25729,24772,24773,25729,25729,24773,25730,25729,25730,25731,25731,25730,25732,25726,25729,25728,25728,25729,25731,25728,25731,25733,25733,25731,25734,25731,25732,25734,25734,25732,25735,25734,25735,25736,25736,25735,25737,25733,25734,25738,25738,25734,25736,25716,25727,25719,25719,25727,25739,25727,25728,25739,25739,25728,25733,25739,25733,25740,25740,25733,25738,25719,25739,25721,25721,25739,25740,24773,24792,25730,25730,24792,25741,24792,24790,25741,25741,24790,25742,25741,25742,25743,25743,25742,25744,25730,25741,25732,25732,25741,25743,24790,24788,25742,25742,24788,25745,24788,24789,25745,25745,24789,25746,25745,25746,25747,25747,25746,25748,25742,25745,25744,25744,25745,25747,25744,25747,25749,25749,25747,25750,25747,25748,25750,25750,25748,25751,25750,25751,25752,25752,25751,25753,25749,25750,25754,25754,25750,25752,25732,25743,25735,25735,25743,25755,25743,25744,25755,25755,25744,25749,25755,25749,25756,25756,25749,25754,25735,25755,25737,25737,25755,25756,24789,24808,25746,25746,24808,25757,24808,24806,25757,25757,24806,25758,25757,25758,25759,25759,25758,25760,25746,25757,25748,25748,25757,25759,24806,24804,25758,25758,24804,25761,24804,24805,25761,25761,24805,25762,25761,25762,25763,25763,25762,25764,25758,25761,25760,25760,25761,25763,25760,25763,25765,25765,25763,25766,25763,25764,25766,25766,25764,25767,25766,25767,25768,25768,25767,25769,25765,25766,25770,25770,25766,25768,25748,25759,25751,25751,25759,25771,25759,25760,25771,25771,25760,25765,25771,25765,25772,25772,25765,25770,25751,25771,25753,25753,25771,25772,24805,24824,25762,25762,24824,25773,24824,24822,25773,25773,24822,25774,25773,25774,25775,25775,25774,25776,25762,25773,25764,25764,25773,25775,24822,24820,25774,25774,24820,25777,24820,24821,25777,25777,24821,25778,25777,25778,25779,25779,25778,25780,25774,25777,25776,25776,25777,25779,25776,25779,25781,25781,25779,25782,25779,25780,25782,25782,25780,25783,25782,25783,25784,25784,25783,25785,25781,25782,25786,25786,25782,25784,25764,25775,25767,25767,25775,25787,25775,25776,25787,25787,25776,25781,25787,25781,25788,25788,25781,25786,25767,25787,25769,25769,25787,25788,24821,24840,25778,25778,24840,25789,24840,24838,25789,25789,24838,25790,25789,25790,25791,25791,25790,25792,25778,25789,25780,25780,25789,25791,24838,24836,25790,25790,24836,25793,24836,24837,25793,25793,24837,25794,25793,25794,25795,25795,25794,25796,25790,25793,25792,25792,25793,25795,25792,25795,25797,25797,25795,25798,25795,25796,25798,25798,25796,25799,25798,25799,25800,25800,25799,25801,25797,25798,25802,25802,25798,25800,25780,25791,25783,25783,25791,25803,25791,25792,25803,25803,25792,25797,25803,25797,25804,25804,25797,25802,25783,25803,25785,25785,25803,25804,24837,24856,25794,25794,24856,25805,24856,24854,25805,25805,24854,25806,25805,25806,25807,25807,25806,25808,25794,25805,25796,25796,25805,25807,24854,24852,25806,25806,24852,25809,24852,24853,25809,25809,24853,25810,25809,25810,25811,25811,25810,25812,25806,25809,25808,25808,25809,25811,25808,25811,25813,25813,25811,25814,25811,25812,25814,25814,25812,25815,25814,25815,25816,25816,25815,25817,25813,25814,25818,25818,25814,25816,25796,25807,25799,25799,25807,25819,25807,25808,25819,25819,25808,25813,25819,25813,25820,25820,25813,25818,25799,25819,25801,25801,25819,25820,24853,24872,25810,25810,24872,25821,24872,24870,25821,25821,24870,25822,25821,25822,25823,25823,25822,25824,25810,25821,25812,25812,25821,25823,24870,24868,25822,25822,24868,25825,24868,24869,25825,25825,24869,25826,25825,25826,25827,25827,25826,25828,25822,25825,25824,25824,25825,25827,25824,25827,25829,25829,25827,25830,25827,25828,25830,25830,25828,25831,25830,25831,25832,25832,25831,25833,25829,25830,25834,25834,25830,25832,25812,25823,25815,25815,25823,25835,25823,25824,25835,25835,25824,25829,25835,25829,25836,25836,25829,25834,25815,25835,25817,25817,25835,25836,24869,24888,25826,25826,24888,25837,24888,24886,25837,25837,24886,25838,25837,25838,25839,25839,25838,25840,25826,25837,25828,25828,25837,25839,24886,24885,25838,25838,24885,25841,24884,25842,24885,24885,25842,25841,25841,25842,25843,25843,25842,25844,25838,25841,25840,25840,25841,25843,25840,25843,25845,25845,25843,25846,25843,25844,25846,25846,25844,25847,25846,25847,25848,25848,25847,25849,25845,25846,25850,25850,25846,25848,25828,25839,25831,25831,25839,25851,25839,25840,25851,25851,25840,25845,25851,25845,25852,25852,25845,25850,25831,25851,25833,25833,25851,25852,24904,25853,24884,24884,25853,25842,24902,25854,24904,24904,25854,25853,25854,25855,25853,25853,25855,25856,25842,25853,25844,25844,25853,25856,24901,25857,24902,24902,25857,25854,24900,25858,24901,24901,25858,25857,25858,25859,25857,25857,25859,25860,25857,25860,25854,25854,25860,25855,25855,25860,25861,25861,25860,25862,25860,25859,25862,25862,25859,25863,25862,25863,25864,25864,25863,25865,25861,25862,25866,25866,25862,25864,25844,25856,25847,25847,25856,25867,25856,25855,25867,25867,25855,25861,25867,25861,25868,25868,25861,25866,25847,25867,25849,25849,25867,25868,24920,25869,24900,24900,25869,25858,24918,25870,24920,24920,25870,25869,25870,25871,25869,25869,25871,25872,25869,25872,25858,25858,25872,25859,24917,25873,24918,24918,25873,25870,24916,25874,24917,24917,25874,25873,25874,25875,25873,25873,25875,25876,25873,25876,25870,25870,25876,25871,25876,25877,25871,25871,25877,25878,25875,25879,25876,25876,25879,25877,25879,25880,25877,25877,25880,25881,25877,25881,25878,25878,25881,25882,25859,25872,25863,25863,25872,25883,25871,25878,25872,25872,25878,25883,25883,25878,25884,25884,25878,25882,25863,25883,25865,25865,25883,25884,24936,25885,24916,24916,25885,25874,24934,25886,24936,24936,25886,25885,25886,25887,25885,25885,25887,25888,25885,25888,25874,25874,25888,25875,24933,25889,24934,24934,25889,25886,24932,25890,24933,24933,25890,25889,25890,25891,25889,25889,25891,25892,25889,25892,25886,25886,25892,25887,25892,25893,25887,25887,25893,25894,25891,25895,25892,25892,25895,25893,25895,25896,25893,25893,25896,25897,25893,25897,25894,25894,25897,25898,25888,25899,25875,25875,25899,25879,25887,25894,25888,25888,25894,25899,25894,25898,25899,25899,25898,25900,25899,25900,25879,25879,25900,25880,24952,25901,24932,24932,25901,25890,24950,25902,24952,24952,25902,25901,25902,25903,25901,25901,25903,25904,25901,25904,25890,25890,25904,25891,24949,25905,24950,24950,25905,25902,24948,25906,24949,24949,25906,25905,25906,25907,25905,25905,25907,25908,25905,25908,25902,25902,25908,25903,25908,25909,25903,25903,25909,25910,25907,25911,25908,25908,25911,25909,25911,25912,25909,25909,25912,25913,25909,25913,25910,25910,25913,25914,25904,25915,25891,25891,25915,25895,25903,25910,25904,25904,25910,25915,25910,25914,25915,25915,25914,25916,25915,25916,25895,25895,25916,25896,24968,25917,24948,24948,25917,25906,24966,25918,24968,24968,25918,25917,25918,25919,25917,25917,25919,25920,25917,25920,25906,25906,25920,25907,24965,25921,24966,24966,25921,25918,24964,25922,24965,24965,25922,25921,25922,25923,25921,25921,25923,25924,25921,25924,25918,25918,25924,25919,25924,25925,25919,25919,25925,25926,25923,25927,25924,25924,25927,25925,25927,25928,25925,25925,25928,25929,25925,25929,25926,25926,25929,25930,25920,25931,25907,25907,25931,25911,25919,25926,25920,25920,25926,25931,25926,25930,25931,25931,25930,25932,25931,25932,25911,25911,25932,25912,24984,25933,24964,24964,25933,25922,24982,25934,24984,24984,25934,25933,25934,25935,25933,25933,25935,25936,25933,25936,25922,25922,25936,25923,24981,25937,24982,24982,25937,25934,24980,25938,24981,24981,25938,25937,25938,25939,25937,25937,25939,25940,25937,25940,25934,25934,25940,25935,25940,25941,25935,25935,25941,25942,25939,25943,25940,25940,25943,25941,25943,25944,25941,25941,25944,25945,25941,25945,25942,25942,25945,25946,25936,25947,25923,25923,25947,25927,25935,25942,25936,25936,25942,25947,25942,25946,25947,25947,25946,25948,25947,25948,25927,25927,25948,25928,25000,25949,24980,24980,25949,25938,24998,25950,25000,25000,25950,25949,25950,25951,25949,25949,25951,25952,25949,25952,25938,25938,25952,25939,24997,25953,24998,24998,25953,25950,24996,25954,24997,24997,25954,25953,25954,25955,25953,25953,25955,25956,25953,25956,25950,25950,25956,25951,25956,25957,25951,25951,25957,25958,25955,25959,25956,25956,25959,25957,25959,25960,25957,25957,25960,25961,25957,25961,25958,25958,25961,25962,25952,25963,25939,25939,25963,25943,25951,25958,25952,25952,25958,25963,25958,25962,25963,25963,25962,25964,25963,25964,25943,25943,25964,25944,25016,25965,24996,24996,25965,25954,25014,25966,25016,25016,25966,25965,25966,25967,25965,25965,25967,25968,25965,25968,25954,25954,25968,25955,25013,25969,25014,25014,25969,25966,25012,25970,25013,25013,25970,25969,25970,25971,25969,25969,25971,25972,25969,25972,25966,25966,25972,25967,25972,25973,25967,25967,25973,25974,25971,25975,25972,25972,25975,25973,25975,25976,25973,25973,25976,25977,25973,25977,25974,25974,25977,25978,25968,25979,25955,25955,25979,25959,25967,25974,25968,25968,25974,25979,25974,25978,25979,25979,25978,25980,25979,25980,25959,25959,25980,25960,25032,25981,25012,25012,25981,25970,25030,25982,25032,25032,25982,25981,25982,25983,25981,25981,25983,25984,25981,25984,25970,25970,25984,25971,25029,25985,25030,25030,25985,25982,25028,25986,25029,25029,25986,25985,25986,25987,25985,25985,25987,25988,25985,25988,25982,25982,25988,25983,25988,25989,25983,25983,25989,25990,25987,25991,25988,25988,25991,25989,25991,25992,25989,25989,25992,25993,25989,25993,25990,25990,25993,25994,25984,25995,25971,25971,25995,25975,25983,25990,25984,25984,25990,25995,25990,25994,25995,25995,25994,25996,25995,25996,25975,25975,25996,25976,25048,25997,25028,25028,25997,25986,25046,25998,25048,25048,25998,25997,25998,25999,25997,25997,25999,26000,25997,26000,25986,25986,26000,25987,25045,26001,25046,25046,26001,25998,25044,26002,25045,25045,26002,26001,26002,26003,26001,26001,26003,26004,26001,26004,25998,25998,26004,25999,26004,26005,25999,25999,26005,26006,26003,26007,26004,26004,26007,26005,26007,26008,26005,26005,26008,26009,26005,26009,26006,26006,26009,26010,26000,26011,25987,25987,26011,25991,25999,26006,26000,26000,26006,26011,26006,26010,26011,26011,26010,26012,26011,26012,25991,25991,26012,25992,25064,26013,25044,25044,26013,26002,25062,26014,25064,25064,26014,26013,26014,26015,26013,26013,26015,26016,26013,26016,26002,26002,26016,26003,25061,26017,25062,25062,26017,26014,25060,26018,25061,25061,26018,26017,26018,26019,26017,26017,26019,26020,26017,26020,26014,26014,26020,26015,26020,26021,26015,26015,26021,26022,26019,26023,26020,26020,26023,26021,26023,26024,26021,26021,26024,26025,26021,26025,26022,26022,26025,26026,26016,26027,26003,26003,26027,26007,26015,26022,26016,26016,26022,26027,26022,26026,26027,26027,26026,26028,26027,26028,26007,26007,26028,26008,25080,26029,25060,25060,26029,26018,25078,26030,25080,25080,26030,26029,26030,26031,26029,26029,26031,26032,26029,26032,26018,26018,26032,26019,25077,26033,25078,25078,26033,26030,25076,26034,25077,25077,26034,26033,26034,26035,26033,26033,26035,26036,26033,26036,26030,26030,26036,26031,26036,26037,26031,26031,26037,26038,26035,26039,26036,26036,26039,26037,26039,26040,26037,26037,26040,26041,26037,26041,26038,26038,26041,26042,26032,26043,26019,26019,26043,26023,26031,26038,26032,26032,26038,26043,26038,26042,26043,26043,26042,26044,26043,26044,26023,26023,26044,26024,25096,26045,25076,25076,26045,26034,25094,26046,25096,25096,26046,26045,26046,26047,26045,26045,26047,26048,26045,26048,26034,26034,26048,26035,25093,26049,25094,25094,26049,26046,25092,26050,25093,25093,26050,26049,26050,26051,26049,26049,26051,26052,26049,26052,26046,26046,26052,26047,26052,26053,26047,26047,26053,26054,26051,26055,26052,26052,26055,26053,26055,26056,26053,26053,26056,26057,26053,26057,26054,26054,26057,26058,26048,26059,26035,26035,26059,26039,26047,26054,26048,26048,26054,26059,26054,26058,26059,26059,26058,26060,26059,26060,26039,26039,26060,26040,25112,26061,25092,25092,26061,26050,25110,26062,25112,25112,26062,26061,26062,26063,26061,26061,26063,26064,26061,26064,26050,26050,26064,26051,25109,26065,25110,25110,26065,26062,25108,26066,25109,25109,26066,26065,26066,26067,26065,26065,26067,26068,26065,26068,26062,26062,26068,26063,26068,26069,26063,26063,26069,26070,26067,26071,26068,26068,26071,26069,26069,26071,26072,26072,26071,26073,26070,26069,26074,26074,26069,26072,26064,26075,26051,26051,26075,26055,26063,26070,26064,26064,26070,26075,26075,26070,26076,26076,26070,26074,26075,26076,26055,26055,26076,26056,25128,26077,25108,25108,26077,26066,25126,26078,25128,25128,26078,26077,26078,26079,26077,26077,26079,26080,26077,26080,26066,26066,26080,26067,25125,26081,25126,25126,26081,26078,25125,25124,26081,26081,25124,26082,26081,26082,26083,26083,26082,26084,26078,26081,26079,26079,26081,26083,26079,26083,26085,26085,26083,26086,26083,26084,26086,26086,26084,26087,26086,26087,26088,26088,26087,26089,26085,26086,26090,26090,26086,26088,26067,26080,26071,26071,26080,26091,26080,26079,26091,26091,26079,26085,26091,26085,26092,26092,26085,26090,26071,26091,26073,26073,26091,26092,25124,25144,26082,26082,25144,26093,25144,25142,26093,26093,25142,26094,26093,26094,26095,26095,26094,26096,26082,26093,26084,26084,26093,26095,25142,25140,26094,26094,25140,26097,25140,25141,26097,26097,25141,26098,26097,26098,26099,26099,26098,26100,26094,26097,26096,26096,26097,26099,26099,26101,26096,26096,26101,26102,26100,26103,26099,26099,26103,26101,26103,26104,26101,26101,26104,26105,26101,26105,26102,26102,26105,26106,26084,26095,26087,26087,26095,26107,26095,26096,26107,26107,26096,26102,26102,26106,26107,26107,26106,26108,26087,26107,26089,26089,26107,26108,25141,25160,26098,26098,25160,26109,25158,26110,25160,25160,26110,26109,26110,26111,26109,26109,26111,26112,26109,26112,26098,26098,26112,26100,25157,26113,25158,25158,26113,26110,25156,26114,25157,25157,26114,26113,26114,26115,26113,26113,26115,26116,26113,26116,26110,26110,26116,26111,26116,26117,26111,26111,26117,26118,26115,26119,26116,26116,26119,26117,26119,26120,26117,26117,26120,26121,26117,26121,26118,26118,26121,26122,26112,26123,26100,26100,26123,26103,26111,26118,26112,26112,26118,26123,26118,26122,26123,26123,26122,26124,26123,26124,26103,26103,26124,26104,25176,26125,25156,25156,26125,26114,25174,26126,25176,25176,26126,26125,26126,26127,26125,26125,26127,26128,26125,26128,26114,26114,26128,26115,25173,26129,25174,25174,26129,26126,25172,26130,25173,25173,26130,26129,26130,26131,26129,26129,26131,26132,26129,26132,26126,26126,26132,26127,26132,26133,26127,26127,26133,26134,26131,26135,26132,26132,26135,26133,26135,26136,26133,26133,26136,26137,26133,26137,26134,26134,26137,26138,26128,26139,26115,26115,26139,26119,26127,26134,26128,26128,26134,26139,26134,26138,26139,26139,26138,26140,26139,26140,26119,26119,26140,26120,25192,26141,25172,25172,26141,26130,25190,26142,25192,25192,26142,26141,26142,26143,26141,26141,26143,26144,26141,26144,26130,26130,26144,26131,25189,26145,25190,25190,26145,26142,25188,26146,25189,25189,26146,26145,26146,26147,26145,26145,26147,26148,26145,26148,26142,26142,26148,26143,26143,26148,26149,26149,26148,26150,26148,26147,26150,26150,26147,26151,26150,26151,26152,26152,26151,26153,26149,26150,26154,26154,26150,26152,26144,26155,26131,26131,26155,26135,26143,26149,26144,26144,26149,26155,26149,26154,26155,26155,26154,26156,26155,26156,26135,26135,26156,26136,25208,26157,25188,25188,26157,26146,25206,26158,25208,25208,26158,26157,26157,26158,26159,26159,26158,26160,26146,26157,26147,26147,26157,26159,25206,25205,26158,26158,25205,26161,25205,25204,26161,26161,25204,26162,26161,26162,26163,26163,26162,26164,26158,26161,26160,26160,26161,26163,26160,26163,26165,26165,26163,26166,26163,26164,26166,26166,26164,26167,26167,26168,26166,26166,26168,26169,26166,26169,26165,26165,26169,26170,26147,26159,26151,26151,26159,26171,26159,26160,26171,26171,26160,26165,26171,26165,26172,26172,26165,26170,26151,26171,26153,26153,26171,26172,25204,25224,26162,26162,25224,26173,25222,26174,25224,25224,26174,26173,26173,26174,26175,26175,26174,26176,26162,26173,26164,26164,26173,26175,25221,26177,25222,25222,26177,26174,25220,26178,25221,25221,26178,26177,26178,26179,26177,26177,26179,26180,26177,26180,26174,26174,26180,26176,26176,26180,26181,26181,26180,26182,26179,26183,26180,26180,26183,26182,26183,26184,26182,26182,26184,26185,26182,26185,26181,26181,26185,26186,26164,26175,26167,26167,26175,26187,26175,26176,26187,26187,26176,26181,26187,26181,26188,26188,26181,26186,26187,26188,26167,26167,26188,26168,25240,26189,25220,25220,26189,26178,25238,26190,25240,25240,26190,26189,26190,26191,26189,26189,26191,26192,26189,26192,26178,26178,26192,26179,25237,26193,25238,25238,26193,26190,25236,26194,25237,25237,26194,26193,26194,26195,26193,26193,26195,26196,26193,26196,26190,26190,26196,26191,26196,26197,26191,26191,26197,26198,26195,26199,26196,26196,26199,26197,26199,26200,26197,26197,26200,26201,26197,26201,26198,26198,26201,26202,26192,26203,26179,26179,26203,26183,26191,26198,26192,26192,26198,26203,26198,26202,26203,26203,26202,26204,26203,26204,26183,26183,26204,26184,25256,26205,25236,25236,26205,26194,25254,26206,25256,25256,26206,26205,26206,26207,26205,26205,26207,26208,26205,26208,26194,26194,26208,26195,25253,26209,25254,25254,26209,26206,25252,26210,25253,25253,26210,26209,26210,26211,26209,26209,26211,26212,26209,26212,26206,26206,26212,26207,26212,26213,26207,26207,26213,26214,26211,26215,26212,26212,26215,26213,26215,26216,26213,26213,26216,26217,26213,26217,26214,26214,26217,26218,26208,26219,26195,26195,26219,26199,26207,26214,26208,26208,26214,26219,26214,26218,26219,26219,26218,26220,26219,26220,26199,26199,26220,26200,25272,26221,25252,25252,26221,26210,25270,26222,25272,25272,26222,26221,26222,26223,26221,26221,26223,26224,26221,26224,26210,26210,26224,26211,25269,26225,25270,25270,26225,26222,25268,26226,25269,25269,26226,26225,26226,26227,26225,26225,26227,26228,26225,26228,26222,26222,26228,26223,26228,26229,26223,26223,26229,26230,26227,26231,26228,26228,26231,26229,26231,26232,26229,26229,26232,26233,26229,26233,26230,26230,26233,26234,26224,26235,26211,26211,26235,26215,26223,26230,26224,26224,26230,26235,26230,26234,26235,26235,26234,26236,26235,26236,26215,26215,26236,26216,25288,26237,25268,25268,26237,26226,25286,26238,25288,25288,26238,26237,26238,26239,26237,26237,26239,26240,26237,26240,26226,26226,26240,26227,25285,26241,25286,25286,26241,26238,25284,26242,25285,25285,26242,26241,26242,26243,26241,26241,26243,26244,26241,26244,26238,26238,26244,26239,26244,26245,26239,26239,26245,26246,26243,26247,26244,26244,26247,26245,26247,26248,26245,26245,26248,26249,26245,26249,26246,26246,26249,26250,26240,26251,26227,26227,26251,26231,26239,26246,26240,26240,26246,26251,26246,26250,26251,26251,26250,26252,26251,26252,26231,26231,26252,26232,25304,26253,25284,25284,26253,26242,25302,26254,25304,25304,26254,26253,26254,26255,26253,26253,26255,26256,26253,26256,26242,26242,26256,26243,25301,26257,25302,25302,26257,26254,25300,26258,25301,25301,26258,26257,26257,26258,26259,26259,26258,26260,26254,26257,26255,26255,26257,26259,26255,26259,26261,26261,26259,26262,26259,26260,26262,26262,26260,26263,26262,26263,26264,26264,26263,26265,26261,26262,26266,26266,26262,26264,26256,26267,26243,26243,26267,26247,26256,26255,26267,26267,26255,26261,26267,26261,26268,26268,26261,26266,26267,26268,26247,26247,26268,26248,25323,26269,25324,25324,26269,26270,25320,26271,25323,25323,26271,26269,26271,26272,26269,26269,26272,26273,26269,26273,26270,26270,26273,26274,25319,26275,25320,25320,26275,26271,25318,26276,25319,25319,26276,26275,26276,26277,26275,26275,26277,26278,26275,26278,26271,26271,26278,26272,26278,26279,26272,26272,26279,26280,26277,26281,26278,26278,26281,26279,26281,26282,26279,26279,26282,26283,26279,26283,26280,26280,26283,26284,26273,26285,26274,26274,26285,26286,26272,26280,26273,26273,26280,26285,26280,26284,26285,26285,26284,26287,26285,26287,26286,26286,26287,26288,25340,26289,25318,25318,26289,26276,25338,26290,25340,25340,26290,26289,26290,26291,26289,26289,26291,26292,26289,26292,26276,26276,26292,26277,25337,26293,25338,25338,26293,26290,25336,26294,25337,25337,26294,26293,26294,26295,26293,26293,26295,26296,26293,26296,26290,26290,26296,26291,26296,26297,26291,26291,26297,26298,26295,26299,26296,26296,26299,26297,26299,26300,26297,26297,26300,26301,26297,26301,26298,26298,26301,26302,26292,26303,26277,26277,26303,26281,26291,26298,26292,26292,26298,26303,26298,26302,26303,26303,26302,26304,26303,26304,26281,26281,26304,26282,25356,26305,25336,25336,26305,26294,25356,25354,26305,26305,25354,26306,26306,26307,26305,26305,26307,26308,26305,26308,26294,26294,26308,26295,25354,25352,26306,26306,25352,26309,25352,25353,26309,26309,25353,26310,26309,26310,26311,26311,26310,26312,26306,26309,26307,26307,26309,26311,26311,26313,26307,26307,26313,26314,26312,26315,26311,26311,26315,26313,26315,26316,26313,26313,26316,26317,26313,26317,26314,26314,26317,26318,26308,26319,26295,26295,26319,26299,26307,26314,26308,26308,26314,26319,26314,26318,26319,26319,26318,26320,26319,26320,26299,26299,26320,26300,25353,25372,26310,26310,25372,26321,25372,25370,26321,26321,25370,26322,26321,26322,26323,26323,26322,26324,26310,26321,26312,26312,26321,26323,25370,25368,26322,26322,25368,26325,25368,25369,26325,26325,25369,26326,26325,26326,26327,26327,26326,26328,26322,26325,26324,26324,26325,26327,26324,26327,26329,26329,26327,26330,26327,26328,26330,26330,26328,26331,26330,26331,26332,26332,26331,26333,26330,26332,26329,26329,26332,26334,26312,26323,26315,26315,26323,26335,26323,26324,26335,26335,26324,26329,26329,26334,26335,26335,26334,26336,26335,26336,26315,26315,26336,26316,25369,25388,26326,26326,25388,26337,25388,25386,26337,26337,25386,26338,26337,26338,26339,26339,26338,26340,26326,26337,26328,26328,26337,26339,25386,25384,26338,26338,25384,26341,25384,25385,26341,26341,25385,26342,26341,26342,26343,26343,26342,26344,26338,26341,26340,26340,26341,26343,26340,26343,26345,26345,26343,26346,26343,26344,26346,26346,26344,26347,26346,26347,26348,26348,26347,26349,26345,26346,26350,26350,26346,26348,26328,26339,26331,26331,26339,26351,26339,26340,26351,26351,26340,26345,26351,26345,26352,26352,26345,26350,26331,26351,26333,26333,26351,26352,25385,25404,26342,26342,25404,26353,25404,25402,26353,26353,25402,26354,26353,26354,26355,26355,26354,26356,26342,26353,26344,26344,26353,26355,25402,25400,26354,26354,25400,26357,25400,25401,26357,26357,25401,26358,26357,26358,26359,26359,26358,26360,26354,26357,26356,26356,26357,26359,26356,26359,26361,26361,26359,26362,26359,26360,26362,26362,26360,26363,26362,26363,26364,26364,26363,26365,26361,26362,26366,26366,26362,26364,26344,26355,26347,26347,26355,26367,26355,26356,26367,26367,26356,26361,26367,26361,26368,26368,26361,26366,26347,26367,26349,26349,26367,26368,25401,25420,26358,26358,25420,26369,25420,25418,26369,26369,25418,26370,26369,26370,26371,26371,26370,26372,26358,26369,26360,26360,26369,26371,25418,25416,26370,26370,25416,26373,25416,25417,26373,26373,25417,26374,26373,26374,26375,26375,26374,26376,26370,26373,26372,26372,26373,26375,26372,26375,26377,26377,26375,26378,26375,26376,26378,26378,26376,26379,26378,26379,26380,26380,26379,26381,26377,26378,26382,26382,26378,26380,26360,26371,26363,26363,26371,26383,26371,26372,26383,26383,26372,26377,26383,26377,26384,26384,26377,26382,26363,26383,26365,26365,26383,26384,25417,25436,26374,26374,25436,26385,25436,25434,26385,26385,25434,26386,26385,26386,26387,26387,26386,26388,26374,26385,26376,26376,26385,26387,25434,25432,26386,26386,25432,26389,25432,25433,26389,26389,25433,26390,26389,26390,26391,26391,26390,26392,26386,26389,26388,26388,26389,26391,26388,26391,26393,26393,26391,26394,26391,26392,26394,26394,26392,26395,26394,26395,26396,26396,26395,26397,26393,26394,26398,26398,26394,26396,26376,26387,26379,26379,26387,26399,26387,26388,26399,26399,26388,26393,26399,26393,26400,26400,26393,26398,26379,26399,26381,26381,26399,26400,25433,25452,26390,26390,25452,26401,25452,25450,26401,26401,25450,26402,26401,26402,26403,26403,26402,26404,26390,26401,26392,26392,26401,26403,25450,25448,26402,26402,25448,26405,25448,25449,26405,26405,25449,26406,26405,26406,26407,26407,26406,26408,26402,26405,26404,26404,26405,26407,26404,26407,26409,26409,26407,26410,26407,26408,26410,26410,26408,26411,26410,26411,26412,26412,26411,26413,26409,26410,26414,26414,26410,26412,26392,26403,26395,26395,26403,26415,26403,26404,26415,26415,26404,26409,26415,26409,26416,26416,26409,26414,26395,26415,26397,26397,26415,26416,25449,25468,26406,26406,25468,26417,25468,25466,26417,26417,25466,26418,26417,26418,26419,26419,26418,26420,26406,26417,26408,26408,26417,26419,25466,25464,26418,26418,25464,26421,25464,25465,26421,26421,25465,26422,26421,26422,26423,26423,26422,26424,26418,26421,26420,26420,26421,26423,26420,26423,26425,26425,26423,26426,26423,26424,26426,26426,26424,26427,26426,26427,26428,26428,26427,26429,26425,26426,26430,26430,26426,26428,26408,26419,26411,26411,26419,26431,26419,26420,26431,26431,26420,26425,26431,26425,26432,26432,26425,26430,26411,26431,26413,26413,26431,26432,25465,25484,26422,26422,25484,26433,25484,25482,26433,26433,25482,26434,26433,26434,26435,26435,26434,26436,26422,26433,26424,26424,26433,26435,25482,25480,26434,26434,25480,26437,25480,25481,26437,26437,25481,26438,26437,26438,26439,26439,26438,26440,26434,26437,26436,26436,26437,26439,26436,26439,26441,26441,26439,26442,26439,26440,26442,26442,26440,26443,26442,26443,26444,26444,26443,26445,26441,26442,26446,26446,26442,26444,26424,26435,26427,26427,26435,26447,26435,26436,26447,26447,26436,26441,26447,26441,26448,26448,26441,26446,26427,26447,26429,26429,26447,26448,25481,25500,26438,26438,25500,26449,25500,25498,26449,26449,25498,26450,26449,26450,26451,26451,26450,26452,26438,26449,26440,26440,26449,26451,25498,25496,26450,26450,25496,26453,25496,25497,26453,26453,25497,26454,26453,26454,26455,26455,26454,26456,26450,26453,26452,26452,26453,26455,26452,26455,26457,26457,26455,26458,26455,26456,26458,26458,26456,26459,26458,26459,26460,26460,26459,26461,26457,26458,26462,26462,26458,26460,26440,26451,26443,26443,26451,26463,26451,26452,26463,26463,26452,26457,26463,26457,26464,26464,26457,26462,26443,26463,26445,26445,26463,26464,25497,25516,26454,26454,25516,26465,25516,25514,26465,26465,25514,26466,26465,26466,26467,26467,26466,26468,26454,26465,26456,26456,26465,26467,25514,25512,26466,26466,25512,26469,25512,25513,26469,26469,25513,26470,26469,26470,26471,26471,26470,26472,26466,26469,26468,26468,26469,26471,26468,26471,26473,26473,26471,26474,26471,26472,26474,26474,26472,26475,26474,26475,26476,26476,26475,26477,26473,26474,26478,26478,26474,26476,26456,26467,26459,26459,26467,26479,26467,26468,26479,26479,26468,26473,26479,26473,26480,26480,26473,26478,26459,26479,26461,26461,26479,26480,25513,25532,26470,26470,25532,26481,25530,26482,25532,25532,26482,26481,26482,26483,26481,26481,26483,26484,26481,26484,26470,26470,26484,26472,25528,26485,25530,25530,26485,26482,25528,25529,26485,26485,25529,26486,26486,26487,26485,26485,26487,26488,26485,26488,26482,26482,26488,26483,26488,26489,26483,26483,26489,26490,26487,26491,26488,26488,26491,26489,26491,26492,26489,26489,26492,26493,26489,26493,26490,26490,26493,26494,26484,26495,26472,26472,26495,26475,26483,26490,26484,26484,26490,26495,26490,26494,26495,26495,26494,26496,26495,26496,26475,26475,26496,26477,25529,25548,26486,26486,25548,26497,25548,25546,26497,26497,25546,26498,26497,26498,26499,26499,26498,26500,26486,26497,26487,26487,26497,26499,25546,25544,26498,26498,25544,26501,25544,25545,26501,26501,25545,26502,26501,26502,26503,26503,26502,26504,26498,26501,26500,26500,26501,26503,26500,26503,26505,26505,26503,26506,26503,26504,26506,26506,26504,26507,26507,26508,26506,26506,26508,26509,26506,26509,26505,26505,26509,26510,26499,26511,26487,26487,26511,26491,26500,26505,26499,26499,26505,26511,26505,26510,26511,26511,26510,26512,26511,26512,26491,26491,26512,26492,25545,25564,26502,26502,25564,26513,25564,25562,26513,26513,25562,26514,26513,26514,26515,26515,26514,26516,26502,26513,26504,26504,26513,26515,25562,25560,26514,26514,25560,26517,25560,25561,26517,26517,25561,26518,26518,26519,26517,26517,26519,26520,26517,26520,26514,26514,26520,26516,26520,26521,26516,26516,26521,26522,26519,26523,26520,26520,26523,26521,26523,26524,26521,26521,26524,26525,26521,26525,26522,26522,26525,26526,26515,26527,26504,26504,26527,26507,26516,26522,26515,26515,26522,26527,26522,26526,26527,26527,26526,26528,26527,26528,26507,26507,26528,26508,25580,26529,25561,25561,26529,26518,25578,26530,25580,25580,26530,26529,26530,26531,26529,26529,26531,26532,26529,26532,26518,26518,26532,26519,25576,26533,25578,25578,26533,26530,25577,26534,25576,25576,26534,26533,26534,26535,26533,26533,26535,26536,26533,26536,26530,26530,26536,26531,26536,26537,26531,26531,26537,26538,26535,26539,26536,26536,26539,26537,26539,26540,26537,26537,26540,26541,26537,26541,26538,26538,26541,26542,26532,26543,26519,26519,26543,26523,26531,26538,26532,26532,26538,26543,26538,26542,26543,26543,26542,26544,26543,26544,26523,26523,26544,26524,25596,26545,25577,25577,26545,26534,25594,26546,25596,25596,26546,26545,26546,26547,26545,26545,26547,26548,26545,26548,26534,26534,26548,26535,25593,26549,25594,25594,26549,26546,25592,26550,25593,25593,26550,26549,26550,26551,26549,26549,26551,26552,26549,26552,26546,26546,26552,26547,26552,26553,26547,26547,26553,26554,26551,26555,26552,26552,26555,26553,26555,26556,26553,26553,26556,26557,26553,26557,26554,26554,26557,26558,26548,26559,26535,26535,26559,26539,26547,26554,26548,26548,26554,26559,26554,26558,26559,26559,26558,26560,26559,26560,26539,26539,26560,26540,25612,26561,25592,25592,26561,26550,25610,26562,25612,25612,26562,26561,26562,26563,26561,26561,26563,26564,26561,26564,26550,26550,26564,26551,25609,26565,25610,25610,26565,26562,25608,26566,25609,25609,26566,26565,26566,26567,26565,26565,26567,26568,26565,26568,26562,26562,26568,26563,26568,26569,26563,26563,26569,26570,26567,26571,26568,26568,26571,26569,26571,26572,26569,26569,26572,26573,26569,26573,26570,26570,26573,26574,26564,26575,26551,26551,26575,26555,26563,26570,26564,26564,26570,26575,26570,26574,26575,26575,26574,26576,26575,26576,26555,26555,26576,26556,25628,26577,25608,25608,26577,26566,25628,25626,26577,26577,25626,26578,26577,26578,26579,26579,26578,26580,26577,26579,26566,26566,26579,26567,25626,25625,26578,26578,25625,26581,25625,25624,26581,26581,25624,26582,26581,26582,26583,26583,26582,26584,26578,26581,26580,26580,26581,26583,26580,26583,26585,26585,26583,26586,26583,26584,26586,26586,26584,26587,26586,26587,26588,26588,26587,26589,26585,26586,26590,26590,26586,26588,26579,26591,26567,26567,26591,26571,26580,26585,26579,26579,26585,26591,26585,26590,26591,26591,26590,26592,26591,26592,26571,26571,26592,26572,25624,25644,26582,26582,25644,26593,25644,25642,26593,26593,25642,26594,26593,26594,26595,26595,26594,26596,26582,26593,26584,26584,26593,26595,25642,25640,26594,26594,25640,26597,25640,25641,26597,26597,25641,26598,26597,26598,26599,26599,26598,26600,26594,26597,26596,26596,26597,26599,26596,26599,26601,26601,26599,26602,26599,26600,26602,26602,26600,26603,26602,26603,26604,26604,26603,26605,26601,26602,26606,26606,26602,26604,26584,26595,26587,26587,26595,26607,26595,26596,26607,26607,26596,26601,26607,26601,26608,26608,26601,26606,26587,26607,26589,26589,26607,26608,25641,25660,26598,26598,25660,26609,25660,25658,26609,26609,25658,26610,26609,26610,26611,26611,26610,26612,26598,26609,26600,26600,26609,26611,25658,25656,26610,26610,25656,26613,25656,25657,26613,26613,25657,26614,26613,26614,26615,26615,26614,26616,26610,26613,26612,26612,26613,26615,26612,26615,26617,26617,26615,26618,26615,26616,26618,26618,26616,26619,26618,26619,26620,26620,26619,26621,26617,26618,26622,26622,26618,26620,26600,26611,26603,26603,26611,26623,26611,26612,26623,26623,26612,26617,26623,26617,26624,26624,26617,26622,26603,26623,26605,26605,26623,26624,25657,25676,26614,26614,25676,26625,25676,25674,26625,26625,25674,26626,26625,26626,26627,26627,26626,26628,26614,26625,26616,26616,26625,26627,25674,25672,26626,26626,25672,26629,25672,25673,26629,26629,25673,26630,26629,26630,26631,26631,26630,26632,26626,26629,26628,26628,26629,26631,26628,26631,26633,26633,26631,26634,26631,26632,26634,26634,26632,26635,26634,26635,26636,26636,26635,26637,26633,26634,26638,26638,26634,26636,26616,26627,26619,26619,26627,26639,26627,26628,26639,26639,26628,26633,26639,26633,26640,26640,26633,26638,26619,26639,26621,26621,26639,26640,25673,25692,26630,26630,25692,26641,25692,25690,26641,26641,25690,26642,26641,26642,26643,26643,26642,26644,26630,26641,26632,26632,26641,26643,25690,25688,26642,26642,25688,26645,25688,25689,26645,26645,25689,26646,26645,26646,26647,26647,26646,26648,26642,26645,26644,26644,26645,26647,26644,26647,26649,26649,26647,26650,26647,26648,26650,26650,26648,26651,26650,26651,26652,26652,26651,26653,26649,26650,26654,26654,26650,26652,26632,26643,26635,26635,26643,26655,26643,26644,26655,26655,26644,26649,26655,26649,26656,26656,26649,26654,26635,26655,26637,26637,26655,26656,25689,25708,26646,26646,25708,26657,25708,25706,26657,26657,25706,26658,26657,26658,26659,26659,26658,26660,26646,26657,26648,26648,26657,26659,25706,25704,26658,26658,25704,26661,25704,25705,26661,26661,25705,26662,26661,26662,26663,26663,26662,26664,26658,26661,26660,26660,26661,26663,26660,26663,26665,26665,26663,26666,26663,26664,26666,26666,26664,26667,26666,26667,26668,26668,26667,26669,26665,26666,26670,26670,26666,26668,26648,26659,26651,26651,26659,26671,26659,26660,26671,26671,26660,26665,26671,26665,26672,26672,26665,26670,26651,26671,26653,26653,26671,26672,25705,25724,26662,26662,25724,26673,25724,25722,26673,26673,25722,26674,26673,26674,26675,26675,26674,26676,26662,26673,26664,26664,26673,26675,25722,25720,26674,26674,25720,26677,25720,25721,26677,26677,25721,26678,26677,26678,26679,26679,26678,26680,26674,26677,26676,26676,26677,26679,26676,26679,26681,26681,26679,26682,26679,26680,26682,26682,26680,26683,26682,26683,26684,26684,26683,26685,26681,26682,26686,26686,26682,26684,26664,26675,26667,26667,26675,26687,26675,26676,26687,26687,26676,26681,26687,26681,26688,26688,26681,26686,26667,26687,26669,26669,26687,26688,25721,25740,26678,26678,25740,26689,25740,25738,26689,26689,25738,26690,26689,26690,26691,26691,26690,26692,26678,26689,26680,26680,26689,26691,25738,25736,26690,26690,25736,26693,25736,25737,26693,26693,25737,26694,26693,26694,26695,26695,26694,26696,26690,26693,26692,26692,26693,26695,26692,26695,26697,26697,26695,26698,26695,26696,26698,26698,26696,26699,26698,26699,26700,26700,26699,26701,26697,26698,26702,26702,26698,26700,26680,26691,26683,26683,26691,26703,26691,26692,26703,26703,26692,26697,26703,26697,26704,26704,26697,26702,26683,26703,26685,26685,26703,26704,25737,25756,26694,26694,25756,26705,25756,25754,26705,26705,25754,26706,26705,26706,26707,26707,26706,26708,26694,26705,26696,26696,26705,26707,25754,25752,26706,26706,25752,26709,25752,25753,26709,26709,25753,26710,26709,26710,26711,26711,26710,26712,26706,26709,26708,26708,26709,26711,26708,26711,26713,26713,26711,26714,26711,26712,26714,26714,26712,26715,26714,26715,26716,26716,26715,26717,26713,26714,26718,26718,26714,26716,26696,26707,26699,26699,26707,26719,26707,26708,26719,26719,26708,26713,26719,26713,26720,26720,26713,26718,26699,26719,26701,26701,26719,26720,25753,25772,26710,26710,25772,26721,25772,25770,26721,26721,25770,26722,26721,26722,26723,26723,26722,26724,26710,26721,26712,26712,26721,26723,25770,25768,26722,26722,25768,26725,25768,25769,26725,26725,25769,26726,26725,26726,26727,26727,26726,26728,26722,26725,26724,26724,26725,26727,26724,26727,26729,26729,26727,26730,26727,26728,26730,26730,26728,26731,26730,26731,26732,26732,26731,26733,26729,26730,26734,26734,26730,26732,26712,26723,26715,26715,26723,26735,26723,26724,26735,26735,26724,26729,26735,26729,26736,26736,26729,26734,26715,26735,26717,26717,26735,26736,25769,25788,26726,26726,25788,26737,25788,25786,26737,26737,25786,26738,26737,26738,26739,26739,26738,26740,26726,26737,26728,26728,26737,26739,25786,25784,26738,26738,25784,26741,25784,25785,26741,26741,25785,26742,26741,26742,26743,26743,26742,26744,26738,26741,26740,26740,26741,26743,26740,26743,26745,26745,26743,26746,26743,26744,26746,26746,26744,26747,26746,26747,26748,26748,26747,26749,26745,26746,26750,26750,26746,26748,26728,26739,26731,26731,26739,26751,26739,26740,26751,26751,26740,26745,26751,26745,26752,26752,26745,26750,26731,26751,26733,26733,26751,26752,25785,25804,26742,26742,25804,26753,25804,25802,26753,26753,25802,26754,26753,26754,26755,26755,26754,26756,26742,26753,26744,26744,26753,26755,25802,25800,26754,26754,25800,26757,25800,25801,26757,26757,25801,26758,26757,26758,26759,26759,26758,26760,26754,26757,26756,26756,26757,26759,26756,26759,26761,26761,26759,26762,26759,26760,26762,26762,26760,26763,26762,26763,26764,26764,26763,26765,26761,26762,26766,26766,26762,26764,26744,26755,26747,26747,26755,26767,26755,26756,26767,26767,26756,26761,26767,26761,26768,26768,26761,26766,26747,26767,26749,26749,26767,26768,25801,25820,26758,26758,25820,26769,25820,25818,26769,26769,25818,26770,26769,26770,26771,26771,26770,26772,26758,26769,26760,26760,26769,26771,25818,25816,26770,26770,25816,26773,25816,25817,26773,26773,25817,26774,26773,26774,26775,26775,26774,26776,26770,26773,26772,26772,26773,26775,26772,26775,26777,26777,26775,26778,26775,26776,26778,26778,26776,26779,26778,26779,26780,26780,26779,26781,26777,26778,26782,26782,26778,26780,26760,26771,26763,26763,26771,26783,26771,26772,26783,26783,26772,26777,26783,26777,26784,26784,26777,26782,26763,26783,26765,26765,26783,26784,25817,25836,26774,26774,25836,26785,25836,25834,26785,26785,25834,26786,26785,26786,26787,26787,26786,26788,26774,26785,26776,26776,26785,26787,25834,25832,26786,26786,25832,26789,25832,25833,26789,26789,25833,26790,26789,26790,26791,26791,26790,26792,26786,26789,26788,26788,26789,26791,26788,26791,26793,26793,26791,26794,26791,26792,26794,26794,26792,26795,26794,26795,26796,26796,26795,26797,26793,26794,26798,26798,26794,26796,26776,26787,26779,26779,26787,26799,26787,26788,26799,26799,26788,26793,26799,26793,26800,26800,26793,26798,26779,26799,26781,26781,26799,26800,25833,25852,26790,26790,25852,26801,25852,25850,26801,26801,25850,26802,26801,26802,26803,26803,26802,26804,26790,26801,26792,26792,26801,26803,25850,25848,26802,26802,25848,26805,25848,25849,26805,26805,25849,26806,26805,26806,26807,26807,26806,26808,26802,26805,26804,26804,26805,26807,26804,26807,26809,26809,26807,26810,26807,26808,26810,26810,26808,26811,26810,26811,26812,26812,26811,26813,26809,26810,26814,26814,26810,26812,26792,26803,26795,26795,26803,26815,26803,26804,26815,26815,26804,26809,26815,26809,26816,26816,26809,26814,26795,26815,26797,26797,26815,26816,25849,25868,26806,26806,25868,26817,25868,25866,26817,26817,25866,26818,26817,26818,26819,26819,26818,26820,26806,26817,26808,26808,26817,26819,25866,25864,26818,26818,25864,26821,25864,25865,26821,26821,25865,26822,26821,26822,26823,26823,26822,26824,26818,26821,26820,26820,26821,26823,26820,26823,26825,26825,26823,26826,26824,26827,26823,26823,26827,26826,26827,26828,26826,26826,26828,26829,26826,26829,26825,26825,26829,26830,26808,26819,26811,26811,26819,26831,26819,26820,26831,26831,26820,26825,26831,26825,26832,26832,26825,26830,26811,26831,26813,26813,26831,26832,25865,25884,26822,26822,25884,26833,25882,26834,25884,25884,26834,26833,26834,26835,26833,26833,26835,26836,26833,26836,26822,26822,26836,26824,25881,26837,25882,25882,26837,26834,25880,26838,25881,25881,26838,26837,26838,26839,26837,26837,26839,26840,26837,26840,26834,26834,26840,26835,26840,26841,26835,26835,26841,26842,26839,26843,26840,26840,26843,26841,26843,26844,26841,26841,26844,26845,26841,26845,26842,26842,26845,26846,26836,26847,26824,26824,26847,26827,26835,26842,26836,26836,26842,26847,26842,26846,26847,26847,26846,26848,26847,26848,26827,26827,26848,26828,25900,26849,25880,25880,26849,26838,25898,26850,25900,25900,26850,26849,26850,26851,26849,26849,26851,26852,26849,26852,26838,26838,26852,26839,25897,26853,25898,25898,26853,26850,25896,26854,25897,25897,26854,26853,26854,26855,26853,26853,26855,26856,26853,26856,26850,26850,26856,26851,26856,26857,26851,26851,26857,26858,26855,26859,26856,26856,26859,26857,26859,26860,26857,26857,26860,26861,26858,26857,26862,26862,26857,26861,26852,26863,26839,26839,26863,26843,26851,26858,26852,26852,26858,26863,26863,26858,26864,26864,26858,26862,26863,26864,26843,26843,26864,26844,25916,26865,25896,25896,26865,26854,25914,26866,25916,25916,26866,26865,26866,26867,26865,26865,26867,26868,26865,26868,26854,26854,26868,26855,25913,26869,25914,25914,26869,26866,25912,26870,25913,25913,26870,26869,26870,26871,26869,26869,26871,26872,26869,26872,26866,26866,26872,26867,26872,26873,26867,26867,26873,26874,26871,26875,26872,26872,26875,26873,26875,26876,26873,26873,26876,26877,26873,26877,26874,26874,26877,26878,26868,26879,26855,26855,26879,26859,26867,26874,26868,26868,26874,26879,26874,26878,26879,26879,26878,26880,26879,26880,26859,26859,26880,26860,25932,26881,25912,25912,26881,26870,25930,26882,25932,25932,26882,26881,26882,26883,26881,26881,26883,26884,26881,26884,26870,26870,26884,26871,25929,26885,25930,25930,26885,26882,25928,26886,25929,25929,26886,26885,26886,26887,26885,26885,26887,26888,26885,26888,26882,26882,26888,26883,26888,26889,26883,26883,26889,26890,26887,26891,26888,26888,26891,26889,26891,26892,26889,26889,26892,26893,26889,26893,26890,26890,26893,26894,26884,26895,26871,26871,26895,26875,26883,26890,26884,26884,26890,26895,26890,26894,26895,26895,26894,26896,26895,26896,26875,26875,26896,26876,25948,26897,25928,25928,26897,26886,25946,26898,25948,25948,26898,26897,26898,26899,26897,26897,26899,26900,26897,26900,26886,26886,26900,26887,25945,26901,25946,25946,26901,26898,25944,26902,25945,25945,26902,26901,26902,26903,26901,26901,26903,26904,26901,26904,26898,26898,26904,26899,26904,26905,26899,26899,26905,26906,26903,26907,26904,26904,26907,26905,26907,26908,26905,26905,26908,26909,26905,26909,26906,26906,26909,26910,26900,26911,26887,26887,26911,26891,26899,26906,26900,26900,26906,26911,26906,26910,26911,26911,26910,26912,26911,26912,26891,26891,26912,26892,25964,26913,25944,25944,26913,26902,25962,26914,25964,25964,26914,26913,26914,26915,26913,26913,26915,26916,26913,26916,26902,26902,26916,26903,25961,26917,25962,25962,26917,26914,25960,26918,25961,25961,26918,26917,26918,26919,26917,26917,26919,26920,26917,26920,26914,26914,26920,26915,26920,26921,26915,26915,26921,26922,26919,26923,26920,26920,26923,26921,26923,26924,26921,26921,26924,26925,26921,26925,26922,26922,26925,26926,26916,26927,26903,26903,26927,26907,26915,26922,26916,26916,26922,26927,26922,26926,26927,26927,26926,26928,26927,26928,26907,26907,26928,26908,25980,26929,25960,25960,26929,26918,25978,26930,25980,25980,26930,26929,26930,26931,26929,26929,26931,26932,26929,26932,26918,26918,26932,26919,25977,26933,25978,25978,26933,26930,25976,26934,25977,25977,26934,26933,26934,26935,26933,26933,26935,26936,26933,26936,26930,26930,26936,26931,26936,26937,26931,26931,26937,26938,26935,26939,26936,26936,26939,26937,26939,26940,26937,26937,26940,26941,26937,26941,26938,26938,26941,26942,26932,26943,26919,26919,26943,26923,26931,26938,26932,26932,26938,26943,26938,26942,26943,26943,26942,26944,26943,26944,26923,26923,26944,26924,25996,26945,25976,25976,26945,26934,25994,26946,25996,25996,26946,26945,26946,26947,26945,26945,26947,26948,26945,26948,26934,26934,26948,26935,25993,26949,25994,25994,26949,26946,25992,26950,25993,25993,26950,26949,26950,26951,26949,26949,26951,26952,26949,26952,26946,26946,26952,26947,26952,26953,26947,26947,26953,26954,26951,26955,26952,26952,26955,26953,26953,26955,26956,26956,26955,26957,26954,26953,26958,26958,26953,26956,26948,26959,26935,26935,26959,26939,26947,26954,26948,26948,26954,26959,26959,26954,26960,26960,26954,26958,26939,26959,26940,26940,26959,26960,26012,26961,25992,25992,26961,26950,26010,26962,26012,26012,26962,26961,26962,26963,26961,26961,26963,26964,26961,26964,26950,26950,26964,26951,26009,26965,26010,26010,26965,26962,26008,26966,26009,26009,26966,26965,26966,26967,26965,26965,26967,26968,26965,26968,26962,26962,26968,26963,26963,26968,26969,26969,26968,26970,26968,26967,26970,26970,26967,26971,26970,26971,26972,26972,26971,26973,26969,26970,26974,26974,26970,26972,26964,26975,26951,26951,26975,26955,26963,26969,26964,26964,26969,26975,26975,26969,26976,26976,26969,26974,26955,26975,26957,26957,26975,26976,26028,26977,26008,26008,26977,26966,26026,26978,26028,26028,26978,26977,26978,26979,26977,26977,26979,26980,26977,26980,26966,26966,26980,26967,26025,26981,26026,26026,26981,26978,26024,26982,26025,26025,26982,26981,26982,26983,26981,26981,26983,26984,26981,26984,26978,26978,26984,26979,26979,26984,26985,26985,26984,26986,26984,26983,26986,26986,26983,26987,26986,26987,26988,26988,26987,26989,26985,26986,26990,26990,26986,26988,26967,26980,26971,26971,26980,26991,26980,26979,26991,26991,26979,26985,26991,26985,26992,26992,26985,26990,26971,26991,26973,26973,26991,26992,26044,26993,26024,26024,26993,26982,26042,26994,26044,26044,26994,26993,26994,26995,26993,26993,26995,26996,26993,26996,26982,26982,26996,26983,26041,26997,26042,26042,26997,26994,26040,26998,26041,26041,26998,26997,26997,26998,26999,26999,26998,27000,26994,26997,26995,26995,26997,26999,26995,26999,27001,27001,26999,27002,26999,27000,27002,27002,27000,27003,27002,27003,27004,27004,27003,27005,27001,27002,27006,27006,27002,27004,26983,26996,26987,26987,26996,27007,26996,26995,27007,27007,26995,27001,27007,27001,27008,27008,27001,27006,26987,27007,26989,26989,27007,27008,26060,27009,26040,26040,27009,26998,26058,27010,26060,26060,27010,27009,27009,27010,27011,27011,27010,27012,26998,27009,27000,27000,27009,27011,26057,27013,26058,26058,27013,27010,26057,26056,27013,27013,26056,27014,27013,27014,27015,27015,27014,27016,27010,27013,27012,27012,27013,27015,27012,27015,27017,27017,27015,27018,27015,27016,27018,27018,27016,27019,27018,27019,27020,27020,27019,27021,27017,27018,27022,27022,27018,27020,27000,27011,27003,27003,27011,27023,27011,27012,27023,27023,27012,27017,27023,27017,27024,27024,27017,27022,27003,27023,27005,27005,27023,27024,26056,26076,27014,27014,26076,27025,26076,26074,27025,27025,26074,27026,27025,27026,27027,27027,27026,27028,27014,27025,27016,27016,27025,27027,26074,26072,27026,27026,26072,27029,26072,26073,27029,27029,26073,27030,27029,27030,27031,27031,27030,27032,27026,27029,27028,27028,27029,27031,27031,27033,27028,27028,27033,27034,27032,27035,27031,27031,27035,27033,27035,27036,27033,27033,27036,27037,27033,27037,27034,27034,27037,27038,27016,27027,27019,27019,27027,27039,27027,27028,27039,27039,27028,27034,27034,27038,27039,27039,27038,27040,27039,27040,27019,27019,27040,27021,26073,26092,27030,27030,26092,27041,26092,26090,27041,27041,26090,27042,27042,27043,27041,27041,27043,27044,27030,27041,27032,27032,27041,27044,26090,26088,27042,27042,26088,27045,26089,27046,26088,26088,27046,27045,27046,27047,27045,27045,27047,27048,27045,27048,27042,27042,27048,27043,27048,27049,27043,27043,27049,27050,27047,27051,27048,27048,27051,27049,27051,27052,27049,27049,27052,27053,27049,27053,27050,27050,27053,27054,27044,27055,27032,27032,27055,27035,27043,27050,27044,27044,27050,27055,27050,27054,27055,27055,27054,27056,27055,27056,27035,27035,27056,27036,26108,27057,26089,26089,27057,27046,26106,27058,26108,26108,27058,27057,27058,27059,27057,27057,27059,27060,27057,27060,27046,27046,27060,27047,26105,27061,26106,26106,27061,27058,26104,27062,26105,26105,27062,27061,27062,27063,27061,27061,27063,27064,27061,27064,27058,27058,27064,27059,27064,27065,27059,27059,27065,27066,27063,27067,27064,27064,27067,27065,27067,27068,27065,27065,27068,27069,27065,27069,27066,27066,27069,27070,27060,27071,27047,27047,27071,27051,27059,27066,27060,27060,27066,27071,27066,27070,27071,27071,27070,27072,27071,27072,27051,27051,27072,27052,26124,27073,26104,26104,27073,27062,26122,27074,26124,26124,27074,27073,27074,27075,27073,27073,27075,27076,27073,27076,27062,27062,27076,27063,26121,27077,26122,26122,27077,27074,26120,27078,26121,26121,27078,27077,27078,27079,27077,27077,27079,27080,27077,27080,27074,27074,27080,27075,27080,27081,27075,27075,27081,27082,27079,27083,27080,27080,27083,27081,27083,27084,27081,27081,27084,27085,27081,27085,27082,27082,27085,27086,27076,27087,27063,27063,27087,27067,27075,27082,27076,27076,27082,27087,27082,27086,27087,27087,27086,27088,27087,27088,27067,27067,27088,27068,26140,27089,26120,26120,27089,27078,26138,27090,26140,26140,27090,27089,27090,27091,27089,27089,27091,27092,27089,27092,27078,27078,27092,27079,26137,27093,26138,26138,27093,27090,26136,27094,26137,26137,27094,27093,27094,27095,27093,27093,27095,27096,27093,27096,27090,27090,27096,27091,27096,27097,27091,27091,27097,27098,27095,27099,27096,27096,27099,27097,27099,27100,27097,27097,27100,27101,27097,27101,27098,27098,27101,27102,27092,27103,27079,27079,27103,27083,27091,27098,27092,27092,27098,27103,27098,27102,27103,27103,27102,27104,27103,27104,27083,27083,27104,27084,26156,27105,26136,26136,27105,27094,26154,27106,26156,26156,27106,27105,27106,27107,27105,27105,27107,27108,27105,27108,27094,27094,27108,27095,26152,27109,26154,26154,27109,27106,26153,27110,26152,26152,27110,27109,27110,27111,27109,27109,27111,27112,27109,27112,27106,27106,27112,27107,27112,27113,27107,27107,27113,27114,27111,27115,27112,27112,27115,27113,27115,27116,27113,27113,27116,27117,27113,27117,27114,27114,27117,27118,27108,27119,27095,27095,27119,27099,27107,27114,27108,27108,27114,27119,27114,27118,27119,27119,27118,27120,27119,27120,27099,27099,27120,27100,26172,27121,26153,26153,27121,27110,26170,27122,26172,26172,27122,27121,27122,27123,27121,27121,27123,27124,27121,27124,27110,27110,27124,27111,26169,27125,26170,26170,27125,27122,26168,27126,26169,26169,27126,27125,27126,27127,27125,27125,27127,27128,27125,27128,27122,27122,27128,27123,27128,27129,27123,27123,27129,27130,27127,27131,27128,27128,27131,27129,27131,27132,27129,27129,27132,27133,27129,27133,27130,27130,27133,27134,27124,27135,27111,27111,27135,27115,27123,27130,27124,27124,27130,27135,27130,27134,27135,27135,27134,27136,27135,27136,27115,27115,27136,27116,26188,27137,26168,26168,27137,27126,26186,27138,26188,26188,27138,27137,27138,27139,27137,27137,27139,27140,27137,27140,27126,27126,27140,27127,26185,27141,26186,26186,27141,27138,26184,27142,26185,26185,27142,27141,27142,27143,27141,27141,27143,27144,27141,27144,27138,27138,27144,27139,27144,27145,27139,27139,27145,27146,27143,27147,27144,27144,27147,27145,27147,27148,27145,27145,27148,27149,27145,27149,27146,27146,27149,27150,27140,27151,27127,27127,27151,27131,27139,27146,27140,27140,27146,27151,27146,27150,27151,27151,27150,27152,27151,27152,27131,27131,27152,27132,26204,27153,26184,26184,27153,27142,26202,27154,26204,26204,27154,27153,27154,27155,27153,27153,27155,27156,27153,27156,27142,27142,27156,27143,26201,27157,26202,26202,27157,27154,26200,27158,26201,26201,27158,27157,27158,27159,27157,27157,27159,27160,27157,27160,27154,27154,27160,27155,27160,27161,27155,27155,27161,27162,27159,27163,27160,27160,27163,27161,27163,27164,27161,27161,27164,27165,27161,27165,27162,27162,27165,27166,27156,27167,27143,27143,27167,27147,27155,27162,27156,27156,27162,27167,27162,27166,27167,27167,27166,27168,27167,27168,27147,27147,27168,27148,26220,27169,26200,26200,27169,27158,26218,27170,26220,26220,27170,27169,27170,27171,27169,27169,27171,27172,27169,27172,27158,27158,27172,27159,26217,27173,26218,26218,27173,27170,26216,27174,26217,26217,27174,27173,27174,27175,27173,27173,27175,27176,27173,27176,27170,27170,27176,27171,27176,27177,27171,27171,27177,27178,27175,27179,27176,27176,27179,27177,27179,27180,27177,27177,27180,27181,27177,27181,27178,27178,27181,27182,27172,27183,27159,27159,27183,27163,27171,27178,27172,27172,27178,27183,27178,27182,27183,27183,27182,27184,27183,27184,27163,27163,27184,27164,26236,27185,26216,26216,27185,27174,26234,27186,26236,26236,27186,27185,27186,27187,27185,27185,27187,27188,27185,27188,27174,27174,27188,27175,26233,27189,26234,26234,27189,27186,26232,27190,26233,26233,27190,27189,27190,27191,27189,27189,27191,27192,27189,27192,27186,27186,27192,27187,27192,27193,27187,27187,27193,27194,27191,27195,27192,27192,27195,27193,27195,27196,27193,27193,27196,27197,27193,27197,27194,27194,27197,27198,27188,27199,27175,27175,27199,27179,27187,27194,27188,27188,27194,27199,27194,27198,27199,27199,27198,27200,27199,27200,27179,27179,27200,27180,26252,27201,26232,26232,27201,27190,26250,27202,26252,26252,27202,27201,27202,27203,27201,27201,27203,27204,27201,27204,27190,27190,27204,27191,26249,27205,26250,26250,27205,27202,26248,27206,26249,26249,27206,27205,27206,27207,27205,27205,27207,27208,27205,27208,27202,27202,27208,27203,27208,27209,27203,27203,27209,27210,27207,27211,27208,27208,27211,27209,27211,27212,27209,27209,27212,27213,27209,27213,27210,27210,27213,27214,27204,27215,27191,27191,27215,27195,27203,27210,27204,27204,27210,27215,27210,27214,27215,27215,27214,27216,27215,27216,27195,27195,27216,27196,26268,27217,26248,26248,27217,27206,26266,27218,26268,26268,27218,27217,27218,27219,27217,27217,27219,27220,27217,27220,27206,27206,27220,27207,26266,26264,27218,27218,26264,27221,26264,26265,27221,27221,26265,27222,27221,27222,27223,27223,27222,27224,27218,27221,27219,27219,27221,27223,27219,27223,27225,27225,27223,27226,27223,27224,27226,27226,27224,27227,27226,27227,27228,27228,27227,27229,27225,27226,27230,27230,27226,27228,27220,27231,27207,27207,27231,27211,27219,27225,27220,27220,27225,27231,27225,27230,27231,27231,27230,27232,27231,27232,27211,27211,27232,27212,26287,27233,26288,26288,27233,27234,26284,27235,26287,26287,27235,27233,27235,27236,27233,27233,27236,27237,27234,27233,27238,27238,27233,27237,26283,27239,26284,26284,27239,27235,26282,27240,26283,26283,27240,27239,27240,27241,27239,27239,27241,27242,27239,27242,27235,27235,27242,27236,27242,27243,27236,27236,27243,27244,27241,27245,27242,27242,27245,27243,27245,27246,27243,27243,27246,27247,27243,27247,27244,27244,27247,27248,27238,27237,27249,27249,27237,27250,27236,27244,27237,27237,27244,27250,27244,27248,27250,27250,27248,27251,27249,27250,27252,27252,27250,27251,26304,27253,26282,26282,27253,27240,26302,27254,26304,26304,27254,27253,27254,27255,27253,27253,27255,27256,27253,27256,27240,27240,27256,27241,26301,27257,26302,26302,27257,27254,26300,27258,26301,26301,27258,27257,27258,27259,27257,27257,27259,27260,27257,27260,27254,27254,27260,27255,27260,27261,27255,27255,27261,27262,27259,27263,27260,27260,27263,27261,27263,27264,27261,27261,27264,27265,27261,27265,27262,27262,27265,27266,27256,27267,27241,27241,27267,27245,27255,27262,27256,27256,27262,27267,27262,27266,27267,27267,27266,27268,27267,27268,27245,27245,27268,27246,26320,27269,26300,26300,27269,27258,26318,27270,26320,26320,27270,27269,27270,27271,27269,27269,27271,27272,27269,27272,27258,27258,27272,27259,26317,27273,26318,26318,27273,27270,26316,27274,26317,26317,27274,27273,27274,27275,27273,27273,27275,27276,27273,27276,27270,27270,27276,27271,27276,27277,27271,27271,27277,27278,27275,27279,27276,27276,27279,27277,27279,27280,27277,27277,27280,27281,27277,27281,27278,27278,27281,27282,27272,27283,27259,27259,27283,27263,27271,27278,27272,27272,27278,27283,27278,27282,27283,27283,27282,27284,27283,27284,27263,27263,27284,27264,26336,27285,26316,26316,27285,27274,26334,27286,26336,26336,27286,27285,27286,27287,27285,27285,27287,27288,27285,27288,27274,27274,27288,27275,26332,27289,26334,26334,27289,27286,26333,27290,26332,26332,27290,27289,27290,27291,27289,27289,27291,27292,27289,27292,27286,27286,27292,27287,27292,27293,27287,27287,27293,27294,27291,27295,27292,27292,27295,27293,27295,27296,27293,27293,27296,27297,27293,27297,27294,27294,27297,27298,27288,27299,27275,27275,27299,27279,27287,27294,27288,27288,27294,27299,27294,27298,27299,27299,27298,27300,27299,27300,27279,27279,27300,27280,26352,27301,26333,26333,27301,27290,26352,26350,27301,27301,26350,27302,27302,27303,27301,27301,27303,27304,27301,27304,27290,27290,27304,27291,26350,26348,27302,27302,26348,27305,26348,26349,27305,27305,26349,27306,27305,27306,27307,27307,27306,27308,27305,27307,27302,27302,27307,27303,27307,27309,27303,27303,27309,27310,27308,27311,27307,27307,27311,27309,27311,27312,27309,27309,27312,27313,27309,27313,27310,27310,27313,27314,27304,27315,27291,27291,27315,27295,27303,27310,27304,27304,27310,27315,27310,27314,27315,27315,27314,27316,27315,27316,27295,27295,27316,27296,26349,26368,27306,27306,26368,27317,26368,26366,27317,27317,26366,27318,27317,27318,27319,27319,27318,27320,27306,27317,27308,27308,27317,27319,26366,26364,27318,27318,26364,27321,26364,26365,27321,27321,26365,27322,27321,27322,27323,27323,27322,27324,27318,27321,27320,27320,27321,27323,27323,27325,27320,27320,27325,27326,27323,27324,27325,27325,27324,27327,27327,27328,27325,27325,27328,27329,27325,27329,27326,27326,27329,27330,27319,27331,27308,27308,27331,27311,27320,27326,27319,27319,27326,27331,27326,27330,27331,27331,27330,27332,27331,27332,27311,27311,27332,27312,26365,26384,27322,27322,26384,27333,26384,26382,27333,27333,26382,27334,27333,27334,27335,27335,27334,27336,27322,27333,27324,27324,27333,27335,26382,26380,27334,27334,26380,27337,26380,26381,27337,27337,26381,27338,27337,27338,27339,27339,27338,27340,27334,27337,27336,27336,27337,27339,27336,27339,27341,27341,27339,27342,27339,27340,27342,27342,27340,27343,27342,27343,27344,27344,27343,27345,27341,27342,27346,27346,27342,27344,27324,27335,27327,27327,27335,27347,27335,27336,27347,27347,27336,27341,27347,27341,27348,27348,27341,27346,27327,27347,27328,27328,27347,27348,26381,26400,27338,27338,26400,27349,26400,26398,27349,27349,26398,27350,27349,27350,27351,27351,27350,27352,27338,27349,27340,27340,27349,27351,26398,26396,27350,27350,26396,27353,26396,26397,27353,27353,26397,27354,27353,27354,27355,27355,27354,27356,27350,27353,27352,27352,27353,27355,27352,27355,27357,27357,27355,27358,27355,27356,27358,27358,27356,27359,27358,27359,27360,27360,27359,27361,27357,27358,27362,27362,27358,27360,27340,27351,27343,27343,27351,27363,27351,27352,27363,27363,27352,27357,27363,27357,27364,27364,27357,27362,27343,27363,27345,27345,27363,27364,26397,26416,27354,27354,26416,27365,26416,26414,27365,27365,26414,27366,27365,27366,27367,27367,27366,27368,27354,27365,27356,27356,27365,27367,26414,26412,27366,27366,26412,27369,26412,26413,27369,27369,26413,27370,27369,27370,27371,27371,27370,27372,27366,27369,27368,27368,27369,27371,27368,27371,27373,27373,27371,27374,27371,27372,27374,27374,27372,27375,27374,27375,27376,27376,27375,27377,27373,27374,27378,27378,27374,27376,27356,27367,27359,27359,27367,27379,27367,27368,27379,27379,27368,27373,27379,27373,27380,27380,27373,27378,27359,27379,27361,27361,27379,27380,26413,26432,27370,27370,26432,27381,26432,26430,27381,27381,26430,27382,27381,27382,27383,27383,27382,27384,27370,27381,27372,27372,27381,27383,26430,26428,27382,27382,26428,27385,26428,26429,27385,27385,26429,27386,27385,27386,27387,27387,27386,27388,27382,27385,27384,27384,27385,27387,27384,27387,27389,27389,27387,27390,27387,27388,27390,27390,27388,27391,27390,27391,27392,27392,27391,27393,27389,27390,27394,27394,27390,27392,27372,27383,27375,27375,27383,27395,27383,27384,27395,27395,27384,27389,27395,27389,27396,27396,27389,27394,27375,27395,27377,27377,27395,27396,26429,26448,27386,27386,26448,27397,26448,26446,27397,27397,26446,27398,27397,27398,27399,27399,27398,27400,27386,27397,27388,27388,27397,27399,26446,26444,27398,27398,26444,27401,26444,26445,27401,27401,26445,27402,27401,27402,27403,27403,27402,27404,27398,27401,27400,27400,27401,27403,27400,27403,27405,27405,27403,27406,27403,27404,27406,27406,27404,27407,27406,27407,27408,27408,27407,27409,27405,27406,27410,27410,27406,27408,27388,27399,27391,27391,27399,27411,27399,27400,27411,27411,27400,27405,27411,27405,27412,27412,27405,27410,27391,27411,27393,27393,27411,27412,26445,26464,27402,27402,26464,27413,26464,26462,27413,27413,26462,27414,27413,27414,27415,27415,27414,27416,27402,27413,27404,27404,27413,27415,26462,26460,27414,27414,26460,27417,26460,26461,27417,27417,26461,27418,27417,27418,27419,27419,27418,27420,27414,27417,27416,27416,27417,27419,27419,27421,27416,27416,27421,27422,27420,27423,27419,27419,27423,27421,27423,27424,27421,27421,27424,27425,27421,27425,27422,27422,27425,27426,27404,27415,27407,27407,27415,27427,27415,27416,27427,27427,27416,27422,27422,27426,27427,27427,27426,27428,27407,27427,27409,27409,27427,27428,26461,26480,27418,27418,26480,27429,26480,26478,27429,27429,26478,27430,27430,27431,27429,27429,27431,27432,27418,27429,27420,27420,27429,27432,26478,26476,27430,27430,26476,27433,26476,26477,27433,27433,26477,27434,27434,27435,27433,27433,27435,27436,27433,27436,27430,27430,27436,27431,27436,27437,27431,27431,27437,27438,27435,27439,27436,27436,27439,27437,27439,27440,27437,27437,27440,27441,27437,27441,27438,27438,27441,27442,27432,27443,27420,27420,27443,27423,27431,27438,27432,27432,27438,27443,27438,27442,27443,27443,27442,27444,27443,27444,27423,27423,27444,27424,26496,27445,26477,26477,27445,27434,26494,27446,26496,26496,27446,27445,27446,27447,27445,27445,27447,27448,27445,27448,27434,27434,27448,27435,26493,27449,26494,26494,27449,27446,26492,27450,26493,26493,27450,27449,27450,27451,27449,27449,27451,27452,27449,27452,27446,27446,27452,27447,27452,27453,27447,27447,27453,27454,27451,27455,27452,27452,27455,27453,27455,27456,27453,27453,27456,27457,27453,27457,27454,27454,27457,27458,27448,27459,27435,27435,27459,27439,27447,27454,27448,27448,27454,27459,27454,27458,27459,27459,27458,27460,27459,27460,27439,27439,27460,27440,26512,27461,26492,26492,27461,27450,26510,27462,26512,26512,27462,27461,27462,27463,27461,27461,27463,27464,27461,27464,27450,27450,27464,27451,26509,27465,26510,26510,27465,27462,26508,27466,26509,26509,27466,27465,27466,27467,27465,27465,27467,27468,27465,27468,27462,27462,27468,27463,27468,27469,27463,27463,27469,27470,27467,27471,27468,27468,27471,27469,27471,27472,27469,27469,27472,27473,27469,27473,27470,27470,27473,27474,27464,27475,27451,27451,27475,27455,27463,27470,27464,27464,27470,27475,27470,27474,27475,27475,27474,27476,27475,27476,27455,27455,27476,27456,26528,27477,26508,26508,27477,27466,26526,27478,26528,26528,27478,27477,27478,27479,27477,27477,27479,27480,27477,27480,27466,27466,27480,27467,26525,27481,26526,26526,27481,27478,26524,27482,26525,26525,27482,27481,27482,27483,27481,27481,27483,27484,27481,27484,27478,27478,27484,27479,27484,27485,27479,27479,27485,27486,27483,27487,27484,27484,27487,27485,27487,27488,27485,27485,27488,27489,27485,27489,27486,27486,27489,27490,27480,27491,27467,27467,27491,27471,27479,27486,27480,27480,27486,27491,27486,27490,27491,27491,27490,27492,27491,27492,27471,27471,27492,27472,26544,27493,26524,26524,27493,27482,26542,27494,26544,26544,27494,27493,27494,27495,27493,27493,27495,27496,27493,27496,27482,27482,27496,27483,26541,27497,26542,26542,27497,27494,26540,27498,26541,26541,27498,27497,27498,27499,27497,27497,27499,27500,27497,27500,27494,27494,27500,27495,27500,27501,27495,27495,27501,27502,27499,27503,27500,27500,27503,27501,27503,27504,27501,27501,27504,27505,27501,27505,27502,27502,27505,27506,27496,27507,27483,27483,27507,27487,27495,27502,27496,27496,27502,27507,27502,27506,27507,27507,27506,27508,27507,27508,27487,27487,27508,27488,26560,27509,26540,26540,27509,27498,26558,27510,26560,26560,27510,27509,27510,27511,27509,27509,27511,27512,27509,27512,27498,27498,27512,27499,26557,27513,26558,26558,27513,27510,26556,27514,26557,26557,27514,27513,27514,27515,27513,27513,27515,27516,27513,27516,27510,27510,27516,27511,27516,27517,27511,27511,27517,27518,27515,27519,27516,27516,27519,27517,27517,27519,27520,27520,27519,27521,27518,27517,27522,27522,27517,27520,27512,27523,27499,27499,27523,27503,27511,27518,27512,27512,27518,27523,27518,27522,27523,27523,27522,27524,27523,27524,27503,27503,27524,27504,26576,27525,26556,26556,27525,27514,26574,27526,26576,26576,27526,27525,27526,27527,27525,27525,27527,27528,27525,27528,27514,27514,27528,27515,26573,27529,26574,26574,27529,27526,26572,27530,26573,26573,27530,27529,27530,27531,27529,27529,27531,27532,27529,27532,27526,27526,27532,27527,27527,27532,27533,27533,27532,27534,27532,27531,27534,27534,27531,27535,27534,27535,27536,27536,27535,27537,27533,27534,27538,27538,27534,27536,27528,27539,27515,27515,27539,27519,27527,27533,27528,27528,27533,27539,27539,27533,27540,27540,27533,27538,27519,27539,27521,27521,27539,27540,26592,27541,26572,26572,27541,27530,26590,27542,26592,26592,27542,27541,27541,27542,27543,27543,27542,27544,27541,27543,27530,27530,27543,27531,26588,27545,26590,26590,27545,27542,26588,26589,27545,27545,26589,27546,27545,27546,27547,27547,27546,27548,27542,27545,27544,27544,27545,27547,27544,27547,27549,27549,27547,27550,27547,27548,27550,27550,27548,27551,27550,27551,27552,27552,27551,27553,27549,27550,27554,27554,27550,27552,27531,27543,27535,27535,27543,27555,27543,27544,27555,27555,27544,27549,27555,27549,27556,27556,27549,27554,27535,27555,27537,27537,27555,27556,26589,26608,27546,27546,26608,27557,26608,26606,27557,27557,26606,27558,27557,27558,27559,27559,27558,27560,27546,27557,27548,27548,27557,27559,26606,26604,27558,27558,26604,27561,26604,26605,27561,27561,26605,27562,27561,27562,27563,27563,27562,27564,27558,27561,27560,27560,27561,27563,27560,27563,27565,27565,27563,27566,27563,27564,27566,27566,27564,27567,27566,27567,27568,27568,27567,27569,27565,27566,27570,27570,27566,27568,27548,27559,27551,27551,27559,27571,27559,27560,27571,27571,27560,27565,27571,27565,27572,27572,27565,27570,27551,27571,27553,27553,27571,27572,26605,26624,27562,27562,26624,27573,26624,26622,27573,27573,26622,27574,27573,27574,27575,27575,27574,27576,27562,27573,27564,27564,27573,27575,26622,26620,27574,27574,26620,27577,26620,26621,27577,27577,26621,27578,27577,27578,27579,27579,27578,27580,27574,27577,27576,27576,27577,27579,27576,27579,27581,27581,27579,27582,27579,27580,27582,27582,27580,27583,27582,27583,27584,27584,27583,27585,27581,27582,27586,27586,27582,27584,27564,27575,27567,27567,27575,27587,27575,27576,27587,27587,27576,27581,27587,27581,27588,27588,27581,27586,27567,27587,27569,27569,27587,27588,26621,26640,27578,27578,26640,27589,26640,26638,27589,27589,26638,27590,27589,27590,27591,27591,27590,27592,27578,27589,27580,27580,27589,27591,26638,26636,27590,27590,26636,27593,26636,26637,27593,27593,26637,27594,27593,27594,27595,27595,27594,27596,27590,27593,27592,27592,27593,27595,27592,27595,27597,27597,27595,27598,27595,27596,27598,27598,27596,27599,27598,27599,27600,27600,27599,27601,27597,27598,27602,27602,27598,27600,27580,27591,27583,27583,27591,27603,27591,27592,27603,27603,27592,27597,27603,27597,27604,27604,27597,27602,27583,27603,27585,27585,27603,27604,26637,26656,27594,27594,26656,27605,26656,26654,27605,27605,26654,27606,27605,27606,27607,27607,27606,27608,27594,27605,27596,27596,27605,27607,26654,26652,27606,27606,26652,27609,26652,26653,27609,27609,26653,27610,27610,27611,27609,27609,27611,27612,27606,27609,27608,27608,27609,27612,27608,27612,27613,27613,27612,27614,27612,27611,27614,27614,27611,27615,27614,27615,27616,27616,27615,27617,27613,27614,27618,27618,27614,27616,27596,27607,27599,27599,27607,27619,27607,27608,27619,27619,27608,27613,27619,27613,27620,27620,27613,27618,27599,27619,27601,27601,27619,27620,26672,27621,26653,26653,27621,27610,26670,27622,26672,26672,27622,27621,27622,27623,27621,27621,27623,27624,27621,27624,27610,27610,27624,27611,26670,26668,27622,27622,26668,27625,26668,26669,27625,27625,26669,27626,27625,27626,27627,27627,27626,27628,27625,27627,27622,27622,27627,27623,27627,27629,27623,27623,27629,27630,27627,27628,27629,27629,27628,27631,27629,27631,27632,27632,27631,27633,27630,27629,27634,27634,27629,27632,27624,27635,27611,27611,27635,27615,27623,27630,27624,27624,27630,27635,27635,27630,27636,27636,27630,27634,27615,27635,27617,27617,27635,27636,26669,26688,27626,27626,26688,27637,26688,26686,27637,27637,26686,27638,27637,27638,27639,27639,27638,27640,27626,27637,27628,27628,27637,27639,26686,26684,27638,27638,26684,27641,26684,26685,27641,27641,26685,27642,27641,27642,27643,27643,27642,27644,27638,27641,27640,27640,27641,27643,27640,27643,27645,27645,27643,27646,27643,27644,27646,27646,27644,27647,27646,27647,27648,27648,27647,27649,27645,27646,27650,27650,27646,27648,27628,27639,27631,27631,27639,27651,27639,27640,27651,27651,27640,27645,27651,27645,27652,27652,27645,27650,27631,27651,27633,27633,27651,27652,26685,26704,27642,27642,26704,27653,26704,26702,27653,27653,26702,27654,27653,27654,27655,27655,27654,27656,27642,27653,27644,27644,27653,27655,26702,26700,27654,27654,26700,27657,26700,26701,27657,27657,26701,27658,27657,27658,27659,27659,27658,27660,27654,27657,27656,27656,27657,27659,27656,27659,27661,27661,27659,27662,27660,27663,27659,27659,27663,27662,27663,27664,27662,27662,27664,27665,27662,27665,27661,27661,27665,27666,27644,27655,27647,27647,27655,27667,27655,27656,27667,27667,27656,27661,27667,27661,27668,27668,27661,27666,27647,27667,27649,27649,27667,27668,26701,26720,27658,27658,26720,27669,26720,26718,27669,27669,26718,27670,27669,27670,27671,27671,27670,27672,27669,27671,27658,27658,27671,27660,26718,26716,27670,27670,26716,27673,26716,26717,27673,27673,26717,27674,27673,27674,27675,27675,27674,27676,27670,27673,27672,27672,27673,27675,27675,27677,27672,27672,27677,27678,27675,27676,27677,27677,27676,27679,27677,27679,27680,27680,27679,27681,27677,27680,27678,27678,27680,27682,27671,27683,27660,27660,27683,27663,27672,27678,27671,27671,27678,27683,27678,27682,27683,27683,27682,27684,27683,27684,27663,27663,27684,27664,26717,26736,27674,27674,26736,27685,26736,26734,27685,27685,26734,27686,27685,27686,27687,27687,27686,27688,27674,27685,27676,27676,27685,27687,26734,26732,27686,27686,26732,27689,26732,26733,27689,27689,26733,27690,27689,27690,27691,27691,27690,27692,27686,27689,27688,27688,27689,27691,27688,27691,27693,27693,27691,27694,27691,27692,27694,27694,27692,27695,27694,27695,27696,27696,27695,27697,27693,27694,27698,27698,27694,27696,27676,27687,27679,27679,27687,27699,27687,27688,27699,27699,27688,27693,27699,27693,27700,27700,27693,27698,27679,27699,27681,27681,27699,27700,26733,26752,27690,27690,26752,27701,26752,26750,27701,27701,26750,27702,27701,27702,27703,27703,27702,27704,27690,27701,27692,27692,27701,27703,26750,26748,27702,27702,26748,27705,26748,26749,27705,27705,26749,27706,27705,27706,27707,27707,27706,27708,27702,27705,27704,27704,27705,27707,27704,27707,27709,27709,27707,27710,27707,27708,27710,27710,27708,27711,27710,27711,27712,27712,27711,27713,27709,27710,27714,27714,27710,27712,27692,27703,27695,27695,27703,27715,27703,27704,27715,27715,27704,27709,27715,27709,27716,27716,27709,27714,27695,27715,27697,27697,27715,27716,26749,26768,27706,27706,26768,27717,26768,26766,27717,27717,26766,27718,27717,27718,27719,27719,27718,27720,27706,27717,27708,27708,27717,27719,26766,26764,27718,27718,26764,27721,26764,26765,27721,27721,26765,27722,27721,27722,27723,27723,27722,27724,27718,27721,27720,27720,27721,27723,27720,27723,27725,27725,27723,27726,27723,27724,27726,27726,27724,27727,27726,27727,27728,27728,27727,27729,27725,27726,27730,27730,27726,27728,27708,27719,27711,27711,27719,27731,27719,27720,27731,27731,27720,27725,27731,27725,27732,27732,27725,27730,27711,27731,27713,27713,27731,27732,26765,26784,27722,27722,26784,27733,26784,26782,27733,27733,26782,27734,27733,27734,27735,27735,27734,27736,27722,27733,27724,27724,27733,27735,26782,26780,27734,27734,26780,27737,26780,26781,27737,27737,26781,27738,27737,27738,27739,27739,27738,27740,27734,27737,27736,27736,27737,27739,27736,27739,27741,27741,27739,27742,27739,27740,27742,27742,27740,27743,27742,27743,27744,27744,27743,27745,27741,27742,27746,27746,27742,27744,27724,27735,27727,27727,27735,27747,27735,27736,27747,27747,27736,27741,27747,27741,27748,27748,27741,27746,27727,27747,27729,27729,27747,27748,26781,26800,27738,27738,26800,27749,26800,26798,27749,27749,26798,27750,27749,27750,27751,27751,27750,27752,27738,27749,27740,27740,27749,27751,26798,26796,27750,27750,26796,27753,26796,26797,27753,27753,26797,27754,27753,27754,27755,27755,27754,27756,27750,27753,27752,27752,27753,27755,27752,27755,27757,27757,27755,27758,27755,27756,27758,27758,27756,27759,27758,27759,27760,27760,27759,27761,27757,27758,27762,27762,27758,27760,27740,27751,27743,27743,27751,27763,27751,27752,27763,27763,27752,27757,27763,27757,27764,27764,27757,27762,27743,27763,27745,27745,27763,27764,26797,26816,27754,27754,26816,27765,26816,26814,27765,27765,26814,27766,27765,27766,27767,27767,27766,27768,27754,27765,27756,27756,27765,27767,26814,26812,27766,27766,26812,27769,26812,26813,27769,27769,26813,27770,27769,27770,27771,27771,27770,27772,27766,27769,27768,27768,27769,27771,27768,27771,27773,27773,27771,27774,27771,27772,27774,27774,27772,27775,27774,27775,27776,27776,27775,27777,27773,27774,27778,27778,27774,27776,27756,27767,27759,27759,27767,27779,27767,27768,27779,27779,27768,27773,27779,27773,27780,27780,27773,27778,27759,27779,27761,27761,27779,27780,26813,26832,27770,27770,26832,27781,26832,26830,27781,27781,26830,27782,27781,27782,27783,27783,27782,27784,27770,27781,27772,27772,27781,27783,26829,27785,26830,26830,27785,27782,26828,27786,26829,26829,27786,27785,27786,27787,27785,27785,27787,27788,27785,27788,27782,27782,27788,27784,27788,27789,27784,27784,27789,27790,27787,27791,27788,27788,27791,27789,27791,27792,27789,27789,27792,27793,27790,27789,27794,27794,27789,27793,27772,27783,27775,27775,27783,27795,27783,27784,27795,27795,27784,27790,27795,27790,27796,27796,27790,27794,27775,27795,27777,27777,27795,27796,26848,27797,26828,26828,27797,27786,26846,27798,26848,26848,27798,27797,27798,27799,27797,27797,27799,27800,27797,27800,27786,27786,27800,27787,26845,27801,26846,26846,27801,27798,26844,27802,26845,26845,27802,27801,27802,27803,27801,27801,27803,27804,27801,27804,27798,27798,27804,27799,27804,27805,27799,27799,27805,27806,27803,27807,27804,27804,27807,27805,27807,27808,27805,27805,27808,27809,27805,27809,27806,27806,27809,27810,27800,27811,27787,27787,27811,27791,27799,27806,27800,27800,27806,27811,27806,27810,27811,27811,27810,27812,27811,27812,27791,27791,27812,27792,26864,27813,26844,26844,27813,27802,26864,26862,27813,27813,26862,27814,27813,27814,27815,27815,27814,27816,27813,27815,27802,27802,27815,27803,26862,26861,27814,27814,26861,27817,26861,26860,27817,27817,26860,27818,27817,27818,27819,27819,27818,27820,27814,27817,27816,27816,27817,27819,27819,27821,27816,27816,27821,27822,27819,27820,27821,27821,27820,27823,27821,27823,27824,27824,27823,27825,27821,27824,27822,27822,27824,27826,27815,27827,27803,27803,27827,27807,27816,27822,27815,27815,27822,27827,27822,27826,27827,27827,27826,27828,27827,27828,27807,27807,27828,27808,26860,26880,27818,27818,26880,27829,26878,27830,26880,26880,27830,27829,27829,27830,27831,27831,27830,27832,27818,27829,27820,27820,27829,27831,26877,27833,26878,26878,27833,27830,26876,27834,26877,26877,27834,27833,27834,27835,27833,27833,27835,27836,27833,27836,27830,27830,27836,27832,27832,27836,27837,27837,27836,27838,27836,27835,27838,27838,27835,27839,27838,27839,27840,27840,27839,27841,27837,27838,27842,27842,27838,27840,27820,27831,27823,27823,27831,27843,27831,27832,27843,27843,27832,27837,27843,27837,27844,27844,27837,27842,27823,27843,27825,27825,27843,27844,26896,27845,26876,26876,27845,27834,26894,27846,26896,26896,27846,27845,27846,27847,27845,27845,27847,27848,27845,27848,27834,27834,27848,27835,26893,27849,26894,26894,27849,27846,26892,27850,26893,26893,27850,27849,27849,27850,27851,27851,27850,27852,27849,27851,27846,27846,27851,27847,27847,27851,27853,27853,27851,27854,27851,27852,27854,27854,27852,27855,27854,27855,27856,27856,27855,27857,27853,27854,27858,27858,27854,27856,27848,27859,27835,27835,27859,27839,27847,27853,27848,27848,27853,27859,27859,27853,27860,27860,27853,27858,27839,27859,27841,27841,27859,27860,26912,27861,26892,26892,27861,27850,26912,26910,27861,27861,26910,27862,27861,27862,27863,27863,27862,27864,27850,27861,27852,27852,27861,27863,26910,26909,27862,27862,26909,27865,26909,26908,27865,27865,26908,27866,27865,27866,27867,27867,27866,27868,27862,27865,27864,27864,27865,27867,27864,27867,27869,27869,27867,27870,27867,27868,27870,27870,27868,27871,27870,27871,27872,27872,27871,27873,27869,27870,27874,27874,27870,27872,27852,27863,27855,27855,27863,27875,27863,27864,27875,27875,27864,27869,27875,27869,27876,27876,27869,27874,27855,27875,27857,27857,27875,27876,26908,26928,27866,27866,26928,27877,26926,27878,26928,26928,27878,27877,27877,27878,27879,27879,27878,27880,27866,27877,27868,27868,27877,27879,26925,27881,26926,26926,27881,27878,26924,27882,26925,26925,27882,27881,27881,27882,27883,27883,27882,27884,27878,27881,27880,27880,27881,27883,27880,27883,27885,27885,27883,27886,27883,27884,27886,27886,27884,27887,27886,27887,27888,27888,27887,27889,27885,27886,27890,27890,27886,27888,27868,27879,27871,27871,27879,27891,27879,27880,27891,27891,27880,27885,27891,27885,27892,27892,27885,27890,27871,27891,27873,27873,27891,27892,26924,26944,27882,27882,26944,27893,26944,26942,27893,27893,26942,27894,27893,27894,27895,27895,27894,27896,27882,27893,27884,27884,27893,27895,26942,26941,27894,27894,26941,27897,26941,26940,27897,27897,26940,27898,27897,27898,27899,27899,27898,27900,27894,27897,27896,27896,27897,27899,27896,27899,27901,27901,27899,27902,27899,27900,27902,27902,27900,27903,27902,27903,27904,27904,27903,27905,27901,27902,27906,27906,27902,27904,27884,27895,27887,27887,27895,27907,27895,27896,27907,27907,27896,27901,27907,27901,27908,27908,27901,27906,27887,27907,27889,27889,27907,27908,26940,26960,27898,27898,26960,27909,26960,26958,27909,27909,26958,27910,27909,27910,27911,27911,27910,27912,27898,27909,27900,27900,27909,27911,26958,26956,27910,27910,26956,27913,26956,26957,27913,27913,26957,27914,27913,27914,27915,27915,27914,27916,27910,27913,27912,27912,27913,27915,27912,27915,27917,27917,27915,27918,27915,27916,27918,27918,27916,27919,27918,27919,27920,27920,27919,27921,27917,27918,27922,27922,27918,27920,27900,27911,27903,27903,27911,27923,27911,27912,27923,27923,27912,27917,27923,27917,27924,27924,27917,27922,27903,27923,27905,27905,27923,27924,26957,26976,27914,27914,26976,27925,26976,26974,27925,27925,26974,27926,27925,27926,27927,27927,27926,27928,27914,27925,27916,27916,27925,27927,26974,26972,27926,27926,26972,27929,26972,26973,27929,27929,26973,27930,27929,27930,27931,27931,27930,27932,27926,27929,27928,27928,27929,27931,27928,27931,27933,27933,27931,27934,27931,27932,27934,27934,27932,27935,27934,27935,27936,27936,27935,27937,27933,27934,27938,27938,27934,27936,27916,27927,27919,27919,27927,27939,27927,27928,27939,27939,27928,27933,27939,27933,27940,27940,27933,27938,27919,27939,27921,27921,27939,27940,26973,26992,27930,27930,26992,27941,26992,26990,27941,27941,26990,27942,27941,27942,27943,27943,27942,27944,27930,27941,27932,27932,27941,27943,26990,26988,27942,27942,26988,27945,26988,26989,27945,27945,26989,27946,27945,27946,27947,27947,27946,27948,27942,27945,27944,27944,27945,27947,27944,27947,27949,27949,27947,27950,27947,27948,27950,27950,27948,27951,27950,27951,27952,27952,27951,27953,27949,27950,27954,27954,27950,27952,27932,27943,27935,27935,27943,27955,27943,27944,27955,27955,27944,27949,27955,27949,27956,27956,27949,27954,27935,27955,27937,27937,27955,27956,26989,27008,27946,27946,27008,27957,27008,27006,27957,27957,27006,27958,27957,27958,27959,27959,27958,27960,27946,27957,27948,27948,27957,27959,27006,27004,27958,27958,27004,27961,27004,27005,27961,27961,27005,27962,27961,27962,27963,27963,27962,27964,27958,27961,27960,27960,27961,27963,27960,27963,27965,27965,27963,27966,27963,27964,27966,27966,27964,27967,27966,27967,27968,27968,27967,27969,27965,27966,27970,27970,27966,27968,27948,27959,27951,27951,27959,27971,27959,27960,27971,27971,27960,27965,27971,27965,27972,27972,27965,27970,27951,27971,27953,27953,27971,27972,27005,27024,27962,27962,27024,27973,27024,27022,27973,27973,27022,27974,27973,27974,27975,27975,27974,27976,27962,27973,27964,27964,27973,27975,27022,27020,27974,27974,27020,27977,27020,27021,27977,27977,27021,27978,27977,27978,27979,27979,27978,27980,27974,27977,27976,27976,27977,27979,27976,27979,27981,27981,27979,27982,27979,27980,27982,27982,27980,27983,27982,27983,27984,27984,27983,27985,27981,27982,27986,27986,27982,27984,27964,27975,27967,27967,27975,27987,27975,27976,27987,27987,27976,27981,27987,27981,27988,27988,27981,27986,27967,27987,27969,27969,27987,27988,27021,27040,27978,27978,27040,27989,27038,27990,27040,27040,27990,27989,27989,27990,27991,27991,27990,27992,27978,27989,27980,27980,27989,27991,27037,27993,27038,27038,27993,27990,27036,27994,27037,27037,27994,27993,27994,27995,27993,27993,27995,27996,27993,27996,27990,27990,27996,27992,27992,27996,27997,27997,27996,27998,27996,27995,27998,27998,27995,27999,27998,27999,28000,28000,27999,28001,27997,27998,28002,28002,27998,28000,27980,27991,27983,27983,27991,28003,27991,27992,28003,28003,27992,27997,28003,27997,28004,28004,27997,28002,27983,28003,27985,27985,28003,28004,27056,28005,27036,27036,28005,27994,27054,28006,27056,27056,28006,28005,28006,28007,28005,28005,28007,28008,28005,28008,27994,27994,28008,27995,27053,28009,27054,27054,28009,28006,27052,28010,27053,27053,28010,28009,28010,28011,28009,28009,28011,28012,28009,28012,28006,28006,28012,28007,28007,28012,28013,28013,28012,28014,28012,28011,28014,28014,28011,28015,28014,28015,28016,28016,28015,28017,28013,28014,28018,28018,28014,28016,27995,28008,27999,27999,28008,28019,28008,28007,28019,28019,28007,28013,28019,28013,28020,28020,28013,28018,27999,28019,28001,28001,28019,28020,27072,28021,27052,27052,28021,28010,27070,28022,27072,27072,28022,28021,28021,28022,28023,28023,28022,28024,28021,28023,28010,28010,28023,28011,27069,28025,27070,27070,28025,28022,27068,28026,27069,27069,28026,28025,28026,28027,28025,28025,28027,28028,28025,28028,28022,28022,28028,28024,28024,28028,28029,28029,28028,28030,28028,28027,28030,28030,28027,28031,28030,28031,28032,28032,28031,28033,28029,28030,28034,28034,28030,28032,28011,28023,28015,28015,28023,28035,28023,28024,28035,28035,28024,28029,28035,28029,28036,28036,28029,28034,28015,28035,28017,28017,28035,28036,27088,28037,27068,27068,28037,28026,27086,28038,27088,27088,28038,28037,28038,28039,28037,28037,28039,28040,28037,28040,28026,28026,28040,28027,27085,28041,27086,27086,28041,28038,27084,28042,27085,27085,28042,28041,28042,28043,28041,28041,28043,28044,28041,28044,28038,28038,28044,28039,28044,28045,28039,28039,28045,28046,28043,28047,28044,28044,28047,28045,28047,28048,28045,28045,28048,28049,28045,28049,28046,28046,28049,28050,28040,28051,28027,28027,28051,28031,28039,28046,28040,28040,28046,28051,28046,28050,28051,28051,28050,28052,28031,28051,28033,28033,28051,28052,27104,28053,27084,27084,28053,28042,27102,28054,27104,27104,28054,28053,28054,28055,28053,28053,28055,28056,28053,28056,28042,28042,28056,28043,27101,28057,27102,27102,28057,28054,27100,28058,27101,27101,28058,28057,28058,28059,28057,28057,28059,28060,28057,28060,28054,28054,28060,28055,28060,28061,28055,28055,28061,28062,28059,28063,28060,28060,28063,28061,28063,28064,28061,28061,28064,28065,28061,28065,28062,28062,28065,28066,28056,28067,28043,28043,28067,28047,28055,28062,28056,28056,28062,28067,28062,28066,28067,28067,28066,28068,28067,28068,28047,28047,28068,28048,27120,28069,27100,27100,28069,28058,27118,28070,27120,27120,28070,28069,28070,28071,28069,28069,28071,28072,28069,28072,28058,28058,28072,28059,27117,28073,27118,27118,28073,28070,27116,28074,27117,27117,28074,28073,28074,28075,28073,28073,28075,28076,28073,28076,28070,28070,28076,28071,28076,28077,28071,28071,28077,28078,28075,28079,28076,28076,28079,28077,28079,28080,28077,28077,28080,28081,28077,28081,28078,28078,28081,28082,28072,28083,28059,28059,28083,28063,28071,28078,28072,28072,28078,28083,28078,28082,28083,28083,28082,28084,28083,28084,28063,28063,28084,28064,27136,28085,27116,27116,28085,28074,27134,28086,27136,27136,28086,28085,28086,28087,28085,28085,28087,28088,28085,28088,28074,28074,28088,28075,27133,28089,27134,27134,28089,28086,27132,28090,27133,27133,28090,28089,28090,28091,28089,28089,28091,28092,28089,28092,28086,28086,28092,28087,28092,28093,28087,28087,28093,28094,28091,28095,28092,28092,28095,28093,28095,28096,28093,28093,28096,28097,28093,28097,28094,28094,28097,28098,28088,28099,28075,28075,28099,28079,28087,28094,28088,28088,28094,28099,28094,28098,28099,28099,28098,28100,28099,28100,28079,28079,28100,28080,27152,28101,27132,27132,28101,28090,27150,28102,27152,27152,28102,28101,28101,28102,28103,28103,28102,28104,28101,28103,28090,28090,28103,28091,27149,28105,27150,27150,28105,28102,27148,28106,27149,27149,28106,28105,28106,28107,28105,28105,28107,28108,28102,28105,28104,28104,28105,28108,28108,28109,28104,28104,28109,28110,28107,28111,28108,28108,28111,28109,28111,28112,28109,28109,28112,28113,28109,28113,28110,28110,28113,28114,28091,28103,28095,28095,28103,28115,28104,28110,28103,28103,28110,28115,28110,28114,28115,28115,28114,28116,28115,28116,28095,28095,28116,28096,27168,28117,27148,27148,28117,28106,27166,28118,27168,27168,28118,28117,28118,28119,28117,28117,28119,28120,28117,28120,28106,28106,28120,28107,27165,28121,27166,27166,28121,28118,27164,28122,27165,27165,28122,28121,28122,28123,28121,28121,28123,28124,28121,28124,28118,28118,28124,28119,28124,28125,28119,28119,28125,28126,28123,28127,28124,28124,28127,28125,28127,28128,28125,28125,28128,28129,28125,28129,28126,28126,28129,28130,28120,28131,28107,28107,28131,28111,28119,28126,28120,28120,28126,28131,28126,28130,28131,28131,28130,28132,28131,28132,28111,28111,28132,28112,27184,28133,27164,27164,28133,28122,27182,28134,27184,27184,28134,28133,28134,28135,28133,28133,28135,28136,28133,28136,28122,28122,28136,28123,27181,28137,27182,27182,28137,28134,27180,28138,27181,27181,28138,28137,28138,28139,28137,28137,28139,28140,28137,28140,28134,28134,28140,28135,28140,28141,28135,28135,28141,28142,28139,28143,28140,28140,28143,28141,28143,28144,28141,28141,28144,28145,28141,28145,28142,28142,28145,28146,28136,28147,28123,28123,28147,28127,28135,28142,28136,28136,28142,28147,28142,28146,28147,28147,28146,28148,28147,28148,28127,28127,28148,28128,27200,28149,27180,27180,28149,28138,27198,28150,27200,27200,28150,28149,28150,28151,28149,28149,28151,28152,28149,28152,28138,28138,28152,28139,27197,28153,27198,27198,28153,28150,27196,28154,27197,27197,28154,28153,28154,28155,28153,28153,28155,28156,28153,28156,28150,28150,28156,28151,28156,28157,28151,28151,28157,28158,28155,28159,28156,28156,28159,28157,28159,28160,28157,28157,28160,28161,28157,28161,28158,28158,28161,28162,28152,28163,28139,28139,28163,28143,28151,28158,28152,28152,28158,28163,28158,28162,28163,28163,28162,28164,28163,28164,28143,28143,28164,28144,27216,28165,27196,27196,28165,28154,27214,28166,27216,27216,28166,28165,28166,28167,28165,28165,28167,28168,28165,28168,28154,28154,28168,28155,27213,28169,27214,27214,28169,28166,27212,28170,27213,27213,28170,28169,28170,28171,28169,28169,28171,28172,28169,28172,28166,28166,28172,28167,28172,28173,28167,28167,28173,28174,28171,28175,28172,28172,28175,28173,28175,28176,28173,28173,28176,28177,28173,28177,28174,28174,28177,28178,28168,28179,28155,28155,28179,28159,28167,28174,28168,28168,28174,28179,28174,28178,28179,28179,28178,28180,28179,28180,28159,28159,28180,28160,27232,28181,27212,27212,28181,28170,27230,28182,27232,27232,28182,28181,28182,28183,28181,28181,28183,28184,28181,28184,28170,28170,28184,28171,27228,28185,27230,27230,28185,28182,27228,27229,28185,28185,27229,28186,28186,28187,28185,28185,28187,28188,28185,28188,28182,28182,28188,28183,28188,28189,28183,28183,28189,28190,28187,28191,28188,28188,28191,28189,28191,28192,28189,28189,28192,28193,28189,28193,28190,28190,28193,28194,28184,28195,28171,28171,28195,28175,28183,28190,28184,28184,28190,28195,28190,28194,28195,28195,28194,28196,28195,28196,28175,28175,28196,28176,27252,27251,28197,28197,27251,28198,27248,28199,27251,27251,28199,28198,28199,28200,28198,28198,28200,28201,28198,28201,28197,28197,28201,28202,27247,28203,27248,27248,28203,28199,27246,28204,27247,27247,28204,28203,28204,28205,28203,28203,28205,28206,28203,28206,28199,28199,28206,28200,28206,28207,28200,28200,28207,28208,28205,28209,28206,28206,28209,28207,28209,28210,28207,28207,28210,28211,28207,28211,28208,28208,28211,28212,28201,28213,28202,28202,28213,28214,28200,28208,28201,28201,28208,28213,28208,28212,28213,28213,28212,28215,28213,28215,28214,28214,28215,28216,27268,28217,27246,27246,28217,28204,27266,28218,27268,27268,28218,28217,28218,28219,28217,28217,28219,28220,28217,28220,28204,28204,28220,28205,27265,28221,27266,27266,28221,28218,27264,28222,27265,27265,28222,28221,28222,28223,28221,28221,28223,28224,28221,28224,28218,28218,28224,28219,28224,28225,28219,28219,28225,28226,28223,28227,28224,28224,28227,28225,28227,28228,28225,28225,28228,28229,28225,28229,28226,28226,28229,28230,28220,28231,28205,28205,28231,28209,28219,28226,28220,28220,28226,28231,28226,28230,28231,28231,28230,28232,28231,28232,28209,28209,28232,28210,27284,28233,27264,27264,28233,28222,27282,28234,27284,27284,28234,28233,28234,28235,28233,28233,28235,28236,28233,28236,28222,28222,28236,28223,27281,28237,27282,27282,28237,28234,27280,28238,27281,27281,28238,28237,28238,28239,28237,28237,28239,28240,28237,28240,28234,28234,28240,28235,28240,28241,28235,28235,28241,28242,28239,28243,28240,28240,28243,28241,28243,28244,28241,28241,28244,28245,28241,28245,28242,28242,28245,28246,28236,28247,28223,28223,28247,28227,28235,28242,28236,28236,28242,28247,28242,28246,28247,28247,28246,28248,28247,28248,28227,28227,28248,28228,27300,28249,27280,27280,28249,28238,27298,28250,27300,27300,28250,28249,28250,28251,28249,28249,28251,28252,28249,28252,28238,28238,28252,28239,27297,28253,27298,27298,28253,28250,27296,28254,27297,27297,28254,28253,28254,28255,28253,28253,28255,28256,28253,28256,28250,28250,28256,28251,28256,28257,28251,28251,28257,28258,28255,28259,28256,28256,28259,28257,28259,28260,28257,28257,28260,28261,28257,28261,28258,28258,28261,28262,28252,28263,28239,28239,28263,28243,28251,28258,28252,28252,28258,28263,28258,28262,28263,28263,28262,28264,28263,28264,28243,28243,28264,28244,27316,28265,27296,27296,28265,28254,27314,28266,27316,27316,28266,28265,28266,28267,28265,28265,28267,28268,28265,28268,28254,28254,28268,28255,27313,28269,27314,27314,28269,28266,27312,28270,27313,27313,28270,28269,28270,28271,28269,28269,28271,28272,28269,28272,28266,28266,28272,28267,28272,28273,28267,28267,28273,28274,28271,28275,28272,28272,28275,28273,28275,28276,28273,28273,28276,28277,28273,28277,28274,28274,28277,28278,28268,28279,28255,28255,28279,28259,28267,28274,28268,28268,28274,28279,28274,28278,28279,28279,28278,28280,28279,28280,28259,28259,28280,28260,27332,28281,27312,27312,28281,28270,27330,28282,27332,27332,28282,28281,28282,28283,28281,28281,28283,28284,28281,28284,28270,28270,28284,28271,27329,28285,27330,27330,28285,28282,27328,28286,27329,27329,28286,28285,28286,28287,28285,28285,28287,28288,28285,28288,28282,28282,28288,28283,28283,28288,28289,28289,28288,28290,28288,28287,28290,28290,28287,28291,28290,28291,28292,28292,28291,28293,28289,28290,28294,28294,28290,28292,28284,28295,28271,28271,28295,28275,28283,28289,28284,28284,28289,28295,28295,28289,28296,28296,28289,28294,28275,28295,28276,28276,28295,28296,27328,27348,28286,28286,27348,28297,27348,27346,28297,28297,27346,28298,28297,28298,28299,28299,28298,28300,28286,28297,28287,28287,28297,28299,27346,27344,28298,28298,27344,28301,27344,27345,28301,28301,27345,28302,28301,28302,28303,28303,28302,28304,28298,28301,28300,28300,28301,28303,28300,28303,28305,28305,28303,28306,28303,28304,28306,28306,28304,28307,28306,28307,28308,28308,28307,28309,28305,28306,28310,28310,28306,28308,28287,28299,28291,28291,28299,28311,28299,28300,28311,28311,28300,28305,28311,28305,28312,28312,28305,28310,28291,28311,28293,28293,28311,28312,27345,27364,28302,28302,27364,28313,27364,27362,28313,28313,27362,28314,28313,28314,28315,28315,28314,28316,28302,28313,28304,28304,28313,28315,27362,27360,28314,28314,27360,28317,27360,27361,28317,28317,27361,28318,28317,28318,28319,28319,28318,28320,28314,28317,28316,28316,28317,28319,28316,28319,28321,28321,28319,28322,28319,28320,28322,28322,28320,28323,28322,28323,28324,28324,28323,28325,28321,28322,28326,28326,28322,28324,28304,28315,28307,28307,28315,28327,28315,28316,28327,28327,28316,28321,28327,28321,28328,28328,28321,28326,28307,28327,28309,28309,28327,28328,27361,27380,28318,28318,27380,28329,27380,27378,28329,28329,27378,28330,28329,28330,28331,28331,28330,28332,28318,28329,28320,28320,28329,28331,27378,27376,28330,28330,27376,28333,27376,27377,28333,28333,27377,28334,28333,28334,28335,28335,28334,28336,28330,28333,28332,28332,28333,28335,28332,28335,28337,28337,28335,28338,28335,28336,28338,28338,28336,28339,28338,28339,28340,28340,28339,28341,28337,28338,28342,28342,28338,28340,28320,28331,28323,28323,28331,28343,28331,28332,28343,28343,28332,28337,28343,28337,28344,28344,28337,28342,28323,28343,28325,28325,28343,28344,27377,27396,28334,28334,27396,28345,27396,27394,28345,28345,27394,28346,28345,28346,28347,28347,28346,28348,28334,28345,28336,28336,28345,28347,27394,27392,28346,28346,27392,28349,27392,27393,28349,28349,27393,28350,28349,28350,28351,28351,28350,28352,28346,28349,28348,28348,28349,28351,28348,28351,28353,28353,28351,28354,28351,28352,28354,28354,28352,28355,28354,28355,28356,28356,28355,28357,28353,28354,28358,28358,28354,28356,28336,28347,28339,28339,28347,28359,28347,28348,28359,28359,28348,28353,28359,28353,28360,28360,28353,28358,28339,28359,28341,28341,28359,28360,27393,27412,28350,28350,27412,28361,27412,27410,28361,28361,27410,28362,28361,28362,28363,28363,28362,28364,28350,28361,28352,28352,28361,28363,27410,27408,28362,28362,27408,28365,27408,27409,28365,28365,27409,28366,28365,28366,28367,28367,28366,28368,28362,28365,28364,28364,28365,28367,28364,28367,28369,28369,28367,28370,28368,28371,28367,28367,28371,28370,28371,28372,28370,28370,28372,28373,28370,28373,28369,28369,28373,28374,28352,28363,28355,28355,28363,28375,28363,28364,28375,28375,28364,28369,28375,28369,28376,28376,28369,28374,28355,28375,28357,28357,28375,28376,27409,27428,28366,28366,27428,28377,27426,28378,27428,27428,28378,28377,28378,28379,28377,28377,28379,28380,28377,28380,28366,28366,28380,28368,27425,28381,27426,27426,28381,28378,27424,28382,27425,27425,28382,28381,28382,28383,28381,28381,28383,28384,28381,28384,28378,28378,28384,28379,28384,28385,28379,28379,28385,28386,28383,28387,28384,28384,28387,28385,28387,28388,28385,28385,28388,28389,28385,28389,28386,28386,28389,28390,28380,28391,28368,28368,28391,28371,28379,28386,28380,28380,28386,28391,28386,28390,28391,28391,28390,28392,28391,28392,28371,28371,28392,28372,27444,28393,27424,27424,28393,28382,27442,28394,27444,27444,28394,28393,28394,28395,28393,28393,28395,28396,28393,28396,28382,28382,28396,28383,27441,28397,27442,27442,28397,28394,27440,28398,27441,27441,28398,28397,28398,28399,28397,28397,28399,28400,28397,28400,28394,28394,28400,28395,28400,28401,28395,28395,28401,28402,28399,28403,28400,28400,28403,28401,28403,28404,28401,28401,28404,28405,28401,28405,28402,28402,28405,28406,28396,28407,28383,28383,28407,28387,28395,28402,28396,28396,28402,28407,28402,28406,28407,28407,28406,28408,28407,28408,28387,28387,28408,28388,27460,28409,27440,27440,28409,28398,27458,28410,27460,27460,28410,28409,28410,28411,28409,28409,28411,28412,28409,28412,28398,28398,28412,28399,27457,28413,27458,27458,28413,28410,27456,28414,27457,27457,28414,28413,28414,28415,28413,28413,28415,28416,28413,28416,28410,28410,28416,28411,28416,28417,28411,28411,28417,28418,28415,28419,28416,28416,28419,28417,28417,28419,28420,28420,28419,28421,28418,28417,28422,28422,28417,28420,28412,28423,28399,28399,28423,28403,28411,28418,28412,28412,28418,28423,28418,28422,28423,28423,28422,28424,28423,28424,28403,28403,28424,28404,27476,28425,27456,27456,28425,28414,27474,28426,27476,27476,28426,28425,28426,28427,28425,28425,28427,28428,28425,28428,28414,28414,28428,28415,27473,28429,27474,27474,28429,28426,27472,28430,27473,27473,28430,28429,28430,28431,28429,28429,28431,28432,28429,28432,28426,28426,28432,28427,28427,28432,28433,28433,28432,28434,28432,28431,28434,28434,28431,28435,28434,28435,28436,28436,28435,28437,28433,28434,28438,28438,28434,28436,28415,28428,28419,28419,28428,28439,28428,28427,28439,28439,28427,28433,28439,28433,28440,28440,28433,28438,28419,28439,28421,28421,28439,28440,27492,28441,27472,27472,28441,28430,27490,28442,27492,27492,28442,28441,28442,28443,28441,28441,28443,28444,28441,28444,28430,28430,28444,28431,27489,28445,27490,27490,28445,28442,27488,28446,27489,27489,28446,28445,28445,28446,28447,28447,28446,28448,28442,28445,28443,28443,28445,28447,28443,28447,28449,28449,28447,28450,28447,28448,28450,28450,28448,28451,28450,28451,28452,28452,28451,28453,28449,28450,28454,28454,28450,28452,28431,28444,28435,28435,28444,28455,28444,28443,28455,28455,28443,28449,28455,28449,28456,28456,28449,28454,28435,28455,28437,28437,28455,28456,27508,28457,27488,27488,28457,28446,27506,28458,27508,27508,28458,28457,28457,28458,28459,28459,28458,28460,28446,28457,28448,28448,28457,28459,27505,28461,27506,27506,28461,28458,27505,27504,28461,28461,27504,28462,28461,28462,28463,28463,28462,28464,28458,28461,28460,28460,28461,28463,28460,28463,28465,28465,28463,28466,28463,28464,28466,28466,28464,28467,28466,28467,28468,28468,28467,28469,28465,28466,28470,28470,28466,28468,28448,28459,28451,28451,28459,28471,28459,28460,28471,28471,28460,28465,28471,28465,28472,28472,28465,28470,28451,28471,28453,28453,28471,28472,27504,27524,28462,28462,27524,28473,27524,27522,28473,28473,27522,28474,28473,28474,28475,28475,28474,28476,28462,28473,28464,28464,28473,28475,27522,27520,28474,28474,27520,28477,27520,27521,28477,28477,27521,28478,28477,28478,28479,28479,28478,28480,28474,28477,28476,28476,28477,28479,28476,28479,28481,28481,28479,28482,28479,28480,28482,28482,28480,28483,28482,28483,28484,28484,28483,28485,28481,28482,28486,28486,28482,28484,28464,28475,28467,28467,28475,28487,28475,28476,28487,28487,28476,28481,28487,28481,28488,28488,28481,28486,28467,28487,28469,28469,28487,28488,27521,27540,28478,28478,27540,28489,27540,27538,28489,28489,27538,28490,28489,28490,28491,28491,28490,28492,28478,28489,28480,28480,28489,28491,27538,27536,28490,28490,27536,28493,27536,27537,28493,28493,27537,28494,28493,28494,28495,28495,28494,28496,28490,28493,28492,28492,28493,28495,28495,28497,28492,28492,28497,28498,28496,28499,28495,28495,28499,28497,28499,28500,28497,28497,28500,28501,28497,28501,28498,28498,28501,28502,28480,28491,28483,28483,28491,28503,28491,28492,28503,28503,28492,28498,28498,28502,28503,28503,28502,28504,28503,28504,28483,28483,28504,28485,27537,27556,28494,28494,27556,28505,27556,27554,28505,28505,27554,28506,28506,28507,28505,28505,28507,28508,28505,28508,28494,28494,28508,28496,27554,27552,28506,28506,27552,28509,27552,27553,28509,28509,27553,28510,28509,28510,28511,28511,28510,28512,28506,28509,28507,28507,28509,28511,28507,28511,28513,28513,28511,28514,28511,28512,28514,28514,28512,28515,28514,28515,28516,28516,28515,28517,28513,28514,28518,28518,28514,28516,28508,28519,28496,28496,28519,28499,28508,28507,28519,28519,28507,28513,28519,28513,28520,28520,28513,28518,28519,28520,28499,28499,28520,28500,27553,27572,28510,28510,27572,28521,27572,27570,28521,28521,27570,28522,28521,28522,28523,28523,28522,28524,28510,28521,28512,28512,28521,28523,27570,27568,28522,28522,27568,28525,27568,27569,28525,28525,27569,28526,28525,28526,28527,28527,28526,28528,28522,28525,28524,28524,28525,28527,28524,28527,28529,28529,28527,28530,28527,28528,28530,28530,28528,28531,28530,28531,28532,28532,28531,28533,28529,28530,28534,28534,28530,28532,28512,28523,28515,28515,28523,28535,28523,28524,28535,28535,28524,28529,28535,28529,28536,28536,28529,28534,28515,28535,28517,28517,28535,28536,27569,27588,28526,28526,27588,28537,27588,27586,28537,28537,27586,28538,28537,28538,28539,28539,28538,28540,28526,28537,28528,28528,28537,28539,27586,27584,28538,28538,27584,28541,27584,27585,28541,28541,27585,28542,28541,28542,28543,28543,28542,28544,28538,28541,28540,28540,28541,28543,28540,28543,28545,28545,28543,28546,28544,28547,28543,28543,28547,28546,28547,28548,28546,28546,28548,28549,28546,28549,28545,28545,28549,28550,28528,28539,28531,28531,28539,28551,28539,28540,28551,28551,28540,28545,28545,28550,28551,28551,28550,28552,28531,28551,28533,28533,28551,28552,27585,27604,28542,28542,27604,28553,27604,27602,28553,28553,27602,28554,28553,28554,28555,28555,28554,28556,28542,28553,28544,28544,28553,28555,27602,27600,28554,28554,27600,28557,27600,27601,28557,28557,27601,28558,28558,28559,28557,28557,28559,28560,28557,28560,28554,28554,28560,28556,28560,28561,28556,28556,28561,28562,28559,28563,28560,28560,28563,28561,28563,28564,28561,28561,28564,28565,28561,28565,28562,28562,28565,28566,28555,28567,28544,28544,28567,28547,28556,28562,28555,28555,28562,28567,28562,28566,28567,28567,28566,28568,28567,28568,28547,28547,28568,28548,27601,27620,28558,28558,27620,28569,27620,27618,28569,28569,27618,28570,28570,28571,28569,28569,28571,28572,28569,28572,28558,28558,28572,28559,27618,27616,28570,28570,27616,28573,27616,27617,28573,28573,27617,28574,28574,28575,28573,28573,28575,28576,28573,28576,28570,28570,28576,28571,28576,28577,28571,28571,28577,28578,28575,28579,28576,28576,28579,28577,28579,28580,28577,28577,28580,28581,28577,28581,28578,28578,28581,28582,28572,28583,28559,28559,28583,28563,28571,28578,28572,28572,28578,28583,28578,28582,28583,28583,28582,28584,28583,28584,28563,28563,28584,28564,27617,27636,28574,28574,27636,28585,27636,27634,28585,28585,27634,28586,28586,28587,28585,28585,28587,28588,28585,28588,28574,28574,28588,28575,27634,27632,28586,28586,27632,28589,27632,27633,28589,28589,27633,28590,28589,28590,28591,28591,28590,28592,28589,28591,28586,28586,28591,28587,28591,28593,28587,28587,28593,28594,28592,28595,28591,28591,28595,28593,28595,28596,28593,28593,28596,28597,28593,28597,28594,28594,28597,28598,28588,28599,28575,28575,28599,28579,28587,28594,28588,28588,28594,28599,28594,28598,28599,28599,28598,28600,28599,28600,28579,28579,28600,28580,27633,27652,28590,28590,27652,28601,27652,27650,28601,28601,27650,28602,28601,28602,28603,28603,28602,28604,28590,28601,28592,28592,28601,28603,27650,27648,28602,28602,27648,28605,27648,27649,28605,28605,27649,28606,28605,28606,28607,28607,28606,28608,28602,28605,28604,28604,28605,28607,28604,28607,28609,28609,28607,28610,28607,28608,28610,28610,28608,28611,28611,28612,28610,28610,28612,28613,28610,28613,28609,28609,28613,28614,28592,28603,28595,28595,28603,28615,28603,28604,28615,28615,28604,28609,28609,28614,28615,28615,28614,28616,28615,28616,28595,28595,28616,28596,27649,27668,28606,28606,27668,28617,27666,28618,27668,27668,28618,28617,28618,28619,28617,28617,28619,28620,28617,28620,28606,28606,28620,28608,27665,28621,27666,27666,28621,28618,27664,28622,27665,27665,28622,28621,28622,28623,28621,28621,28623,28624,28621,28624,28618,28618,28624,28619,28624,28625,28619,28619,28625,28626,28623,28627,28624,28624,28627,28625,28627,28628,28625,28625,28628,28629,28625,28629,28626,28626,28629,28630,28620,28631,28608,28608,28631,28611,28619,28626,28620,28620,28626,28631,28626,28630,28631,28631,28630,28632,28631,28632,28611,28611,28632,28612,27684,28633,27664,27664,28633,28622,27682,28634,27684,27684,28634,28633,28634,28635,28633,28633,28635,28636,28633,28636,28622,28622,28636,28623,27680,28637,27682,27682,28637,28634,27680,27681,28637,28637,27681,28638,28638,28639,28637,28637,28639,28640,28637,28640,28634,28634,28640,28635,28640,28641,28635,28635,28641,28642,28639,28643,28640,28640,28643,28641,28643,28644,28641,28641,28644,28645,28641,28645,28642,28642,28645,28646,28636,28647,28623,28623,28647,28627,28635,28642,28636,28636,28642,28647,28642,28646,28647,28647,28646,28648,28647,28648,28627,28627,28648,28628,27681,27700,28638,28638,27700,28649,27700,27698,28649,28649,27698,28650,28649,28650,28651,28651,28650,28652,28638,28649,28639,28639,28649,28651,27698,27696,28650,28650,27696,28653,27696,27697,28653,28653,27697,28654,28653,28654,28655,28655,28654,28656,28650,28653,28652,28652,28653,28655,28655,28657,28652,28652,28657,28658,28656,28659,28655,28655,28659,28657,28659,28660,28657,28657,28660,28661,28657,28661,28658,28658,28661,28662,28651,28663,28639,28639,28663,28643,28652,28658,28651,28651,28658,28663,28658,28662,28663,28663,28662,28664,28663,28664,28643,28643,28664,28644,27697,27716,28654,28654,27716,28665,27716,27714,28665,28665,27714,28666,28666,28667,28665,28665,28667,28668,28654,28665,28656,28656,28665,28668,27714,27712,28666,28666,27712,28669,27712,27713,28669,28669,27713,28670,28670,28671,28669,28669,28671,28672,28669,28672,28666,28666,28672,28667,28672,28673,28667,28667,28673,28674,28671,28675,28672,28672,28675,28673,28675,28676,28673,28673,28676,28677,28673,28677,28674,28674,28677,28678,28668,28679,28656,28656,28679,28659,28667,28674,28668,28668,28674,28679,28674,28678,28679,28679,28678,28680,28679,28680,28659,28659,28680,28660,27732,28681,27713,27713,28681,28670,27730,28682,27732,27732,28682,28681,28682,28683,28681,28681,28683,28684,28681,28684,28670,28670,28684,28671,27728,28685,27730,27730,28685,28682,27729,28686,27728,27728,28686,28685,28685,28686,28687,28687,28686,28688,28685,28687,28682,28682,28687,28683,28687,28689,28683,28683,28689,28690,28687,28688,28689,28689,28688,28691,28689,28691,28692,28692,28691,28693,28689,28692,28690,28690,28692,28694,28684,28695,28671,28671,28695,28675,28683,28690,28684,28684,28690,28695,28690,28694,28695,28695,28694,28696,28695,28696,28675,28675,28696,28676,27729,27748,28686,28686,27748,28697,27748,27746,28697,28697,27746,28698,28697,28698,28699,28699,28698,28700,28686,28697,28688,28688,28697,28699,27746,27744,28698,28698,27744,28701,27744,27745,28701,28701,27745,28702,28701,28702,28703,28703,28702,28704,28698,28701,28700,28700,28701,28703,28700,28703,28705,28705,28703,28706,28703,28704,28706,28706,28704,28707,28706,28707,28708,28708,28707,28709,28705,28706,28710,28710,28706,28708,28688,28699,28691,28691,28699,28711,28699,28700,28711,28711,28700,28705,28711,28705,28712,28712,28705,28710,28691,28711,28693,28693,28711,28712,27745,27764,28702,28702,27764,28713,27764,27762,28713,28713,27762,28714,28713,28714,28715,28715,28714,28716,28702,28713,28704,28704,28713,28715,27762,27760,28714,28714,27760,28717,27760,27761,28717,28717,27761,28718,28717,28718,28719,28719,28718,28720,28714,28717,28716,28716,28717,28719,28716,28719,28721,28721,28719,28722,28719,28720,28722,28722,28720,28723,28722,28723,28724,28724,28723,28725,28721,28722,28726,28726,28722,28724,28704,28715,28707,28707,28715,28727,28715,28716,28727,28727,28716,28721,28727,28721,28728,28728,28721,28726,28707,28727,28709,28709,28727,28728,27761,27780,28718,28718,27780,28729,27780,27778,28729,28729,27778,28730,28729,28730,28731,28731,28730,28732,28718,28729,28720,28720,28729,28731,27778,27776,28730,28730,27776,28733,27776,27777,28733,28733,27777,28734,28733,28734,28735,28735,28734,28736,28730,28733,28732,28732,28733,28735,28732,28735,28737,28737,28735,28738,28735,28736,28738,28738,28736,28739,28738,28739,28740,28740,28739,28741,28737,28738,28742,28742,28738,28740,28720,28731,28723,28723,28731,28743,28731,28732,28743,28743,28732,28737,28743,28737,28744,28744,28737,28742,28723,28743,28725,28725,28743,28744,27777,27796,28734,28734,27796,28745,27796,27794,28745,28745,27794,28746,28745,28746,28747,28747,28746,28748,28734,28745,28736,28736,28745,28747,27794,27793,28746,28746,27793,28749,27793,27792,28749,28749,27792,28750,28750,28751,28749,28749,28751,28752,28746,28749,28748,28748,28749,28752,28748,28752,28753,28753,28752,28754,28751,28755,28752,28752,28755,28754,28754,28755,28756,28756,28755,28757,28753,28754,28758,28758,28754,28756,28736,28747,28739,28739,28747,28759,28747,28748,28759,28759,28748,28753,28759,28753,28760,28760,28753,28758,28739,28759,28741,28741,28759,28760,27812,28761,27792,27792,28761,28750,27810,28762,27812,27812,28762,28761,28762,28763,28761,28761,28763,28764,28761,28764,28750,28750,28764,28751,27809,28765,27810,27810,28765,28762,27808,28766,27809,27809,28766,28765,28766,28767,28765,28765,28767,28768,28765,28768,28762,28762,28768,28763,28768,28769,28763,28763,28769,28770,28767,28771,28768,28768,28771,28769,28771,28772,28769,28769,28772,28773,28769,28773,28770,28770,28773,28774,28764,28775,28751,28751,28775,28755,28763,28770,28764,28764,28770,28775,28770,28774,28775,28775,28774,28776,28775,28776,28755,28755,28776,28757,27828,28777,27808,27808,28777,28766,27826,28778,27828,27828,28778,28777,28778,28779,28777,28777,28779,28780,28777,28780,28766,28766,28780,28767,27824,28781,27826,27826,28781,28778,27824,27825,28781,28781,27825,28782,28781,28782,28783,28783,28782,28784,28781,28783,28778,28778,28783,28779,28779,28783,28785,28785,28783,28786,28783,28784,28786,28786,28784,28787,28786,28787,28788,28788,28787,28789,28785,28786,28790,28790,28786,28788,28780,28791,28767,28767,28791,28771,28779,28785,28780,28780,28785,28791,28791,28785,28792,28792,28785,28790,28791,28792,28771,28771,28792,28772,27825,27844,28782,28782,27844,28793,27844,27842,28793,28793,27842,28794,28793,28794,28795,28795,28794,28796,28782,28793,28784,28784,28793,28795,27842,27840,28794,28794,27840,28797,27840,27841,28797,28797,27841,28798,28797,28798,28799,28799,28798,28800,28794,28797,28796,28796,28797,28799,28796,28799,28801,28801,28799,28802,28799,28800,28802,28802,28800,28803,28802,28803,28804,28804,28803,28805,28801,28802,28806,28806,28802,28804,28784,28795,28787,28787,28795,28807,28795,28796,28807,28807,28796,28801,28807,28801,28808,28808,28801,28806,28787,28807,28789,28789,28807,28808,27841,27860,28798,28798,27860,28809,27860,27858,28809,28809,27858,28810,28809,28810,28811,28811,28810,28812,28798,28809,28800,28800,28809,28811,27858,27856,28810,28810,27856,28813,27856,27857,28813,28813,27857,28814,28813,28814,28815,28815,28814,28816,28810,28813,28812,28812,28813,28815,28812,28815,28817,28817,28815,28818,28815,28816,28818,28818,28816,28819,28818,28819,28820,28820,28819,28821,28817,28818,28822,28822,28818,28820,28800,28811,28803,28803,28811,28823,28811,28812,28823,28823,28812,28817,28823,28817,28824,28824,28817,28822,28803,28823,28805,28805,28823,28824,27857,27876,28814,28814,27876,28825,27876,27874,28825,28825,27874,28826,28825,28826,28827,28827,28826,28828,28814,28825,28816,28816,28825,28827,27874,27872,28826,28826,27872,28829,27872,27873,28829,28829,27873,28830,28829,28830,28831,28831,28830,28832,28826,28829,28828,28828,28829,28831,28828,28831,28833,28833,28831,28834,28831,28832,28834,28834,28832,28835,28834,28835,28836,28836,28835,28837,28833,28834,28838,28838,28834,28836,28816,28827,28819,28819,28827,28839,28827,28828,28839,28839,28828,28833,28839,28833,28840,28840,28833,28838,28819,28839,28821,28821,28839,28840,27873,27892,28830,28830,27892,28841,27892,27890,28841,28841,27890,28842,28841,28842,28843,28843,28842,28844,28830,28841,28832,28832,28841,28843,27890,27888,28842,28842,27888,28845,27888,27889,28845,28845,27889,28846,28845,28846,28847,28847,28846,28848,28842,28845,28844,28844,28845,28847,28844,28847,28849,28849,28847,28850,28847,28848,28850,28850,28848,28851,28850,28851,28852,28852,28851,28853,28849,28850,28854,28854,28850,28852,28832,28843,28835,28835,28843,28855,28843,28844,28855,28855,28844,28849,28855,28849,28856,28856,28849,28854,28835,28855,28837,28837,28855,28856,27889,27908,28846,28846,27908,28857,27908,27906,28857,28857,27906,28858,28857,28858,28859,28859,28858,28860,28846,28857,28848,28848,28857,28859,27906,27904,28858,28858,27904,28861,27904,27905,28861,28861,27905,28862,28861,28862,28863,28863,28862,28864,28858,28861,28860,28860,28861,28863,28860,28863,28865,28865,28863,28866,28863,28864,28866,28866,28864,28867,28866,28867,28868,28868,28867,28869,28865,28866,28870,28870,28866,28868,28848,28859,28851,28851,28859,28871,28859,28860,28871,28871,28860,28865,28871,28865,28872,28872,28865,28870,28851,28871,28853,28853,28871,28872,27905,27924,28862,28862,27924,28873,27924,27922,28873,28873,27922,28874,28873,28874,28875,28875,28874,28876,28862,28873,28864,28864,28873,28875,27922,27920,28874,28874,27920,28877,27920,27921,28877,28877,27921,28878,28877,28878,28879,28879,28878,28880,28874,28877,28876,28876,28877,28879,28876,28879,28881,28881,28879,28882,28879,28880,28882,28882,28880,28883,28882,28883,28884,28884,28883,28885,28881,28882,28886,28886,28882,28884,28864,28875,28867,28867,28875,28887,28875,28876,28887,28887,28876,28881,28887,28881,28888,28888,28881,28886,28867,28887,28869,28869,28887,28888,27921,27940,28878,28878,27940,28889,27940,27938,28889,28889,27938,28890,28889,28890,28891,28891,28890,28892,28878,28889,28880,28880,28889,28891,27938,27936,28890,28890,27936,28893,27936,27937,28893,28893,27937,28894,28893,28894,28895,28895,28894,28896,28890,28893,28892,28892,28893,28895,28892,28895,28897,28897,28895,28898,28895,28896,28898,28898,28896,28899,28898,28899,28900,28900,28899,28901,28897,28898,28902,28902,28898,28900,28880,28891,28883,28883,28891,28903,28891,28892,28903,28903,28892,28897,28903,28897,28904,28904,28897,28902,28883,28903,28885,28885,28903,28904,27937,27956,28894,28894,27956,28905,27956,27954,28905,28905,27954,28906,28905,28906,28907,28907,28906,28908,28894,28905,28896,28896,28905,28907,27954,27952,28906,28906,27952,28909,27952,27953,28909,28909,27953,28910,28909,28910,28911,28911,28910,28912,28906,28909,28908,28908,28909,28911,28908,28911,28913,28913,28911,28914,28911,28912,28914,28914,28912,28915,28914,28915,28916,28916,28915,28917,28913,28914,28918,28918,28914,28916,28896,28907,28899,28899,28907,28919,28907,28908,28919,28919,28908,28913,28919,28913,28920,28920,28913,28918,28899,28919,28901,28901,28919,28920,27953,27972,28910,28910,27972,28921,27972,27970,28921,28921,27970,28922,28921,28922,28923,28923,28922,28924,28910,28921,28912,28912,28921,28923,27970,27968,28922,28922,27968,28925,27968,27969,28925,28925,27969,28926,28925,28926,28927,28927,28926,28928,28922,28925,28924,28924,28925,28927,28924,28927,28929,28929,28927,28930,28927,28928,28930,28930,28928,28931,28930,28931,28932,28932,28931,28933,28929,28930,28934,28934,28930,28932,28912,28923,28915,28915,28923,28935,28923,28924,28935,28935,28924,28929,28935,28929,28936,28936,28929,28934,28915,28935,28917,28917,28935,28936,27969,27988,28926,28926,27988,28937,27988,27986,28937,28937,27986,28938,28937,28938,28939,28939,28938,28940,28926,28937,28928,28928,28937,28939,27986,27984,28938,28938,27984,28941,27984,27985,28941,28941,27985,28942,28941,28942,28943,28943,28942,28944,28938,28941,28940,28940,28941,28943,28940,28943,28945,28945,28943,28946,28943,28944,28946,28946,28944,28947,28946,28947,28948,28948,28947,28949,28945,28946,28950,28950,28946,28948,28928,28939,28931,28931,28939,28951,28939,28940,28951,28951,28940,28945,28951,28945,28952,28952,28945,28950,28931,28951,28933,28933,28951,28952,27985,28004,28942,28942,28004,28953,28004,28002,28953,28953,28002,28954,28953,28954,28955,28955,28954,28956,28942,28953,28944,28944,28953,28955,28002,28000,28954,28954,28000,28957,28000,28001,28957,28957,28001,28958,28957,28958,28959,28959,28958,28960,28954,28957,28956,28956,28957,28959,28956,28959,28961,28961,28959,28962,28959,28960,28962,28962,28960,28963,28962,28963,28964,28964,28963,28965,28961,28962,28966,28966,28962,28964,28944,28955,28947,28947,28955,28967,28955,28956,28967,28967,28956,28961,28967,28961,28968,28968,28961,28966,28947,28967,28949,28949,28967,28968,28001,28020,28958,28958,28020,28969,28020,28018,28969,28969,28018,28970,28969,28970,28971,28971,28970,28972,28958,28969,28960,28960,28969,28971,28018,28016,28970,28970,28016,28973,28016,28017,28973,28973,28017,28974,28973,28974,28975,28975,28974,28976,28970,28973,28972,28972,28973,28975,28972,28975,28977,28977,28975,28978,28975,28976,28978,28978,28976,28979,28978,28979,28980,28980,28979,28981,28977,28978,28982,28982,28978,28980,28960,28971,28963,28963,28971,28983,28971,28972,28983,28983,28972,28977,28983,28977,28984,28984,28977,28982,28963,28983,28965,28965,28983,28984,28017,28036,28974,28974,28036,28985,28036,28034,28985,28985,28034,28986,28985,28986,28987,28987,28986,28988,28974,28985,28976,28976,28985,28987,28034,28032,28986,28986,28032,28989,28032,28033,28989,28989,28033,28990,28989,28990,28991,28991,28990,28992,28986,28989,28988,28988,28989,28991,28988,28991,28993,28993,28991,28994,28991,28992,28994,28994,28992,28995,28994,28995,28996,28996,28995,28997,28993,28994,28998,28998,28994,28996,28976,28987,28979,28979,28987,28999,28987,28988,28999,28999,28988,28993,28999,28993,29000,29000,28993,28998,28979,28999,28981,28981,28999,29000,28033,28052,28990,28990,28052,29001,28050,29002,28052,28052,29002,29001,29002,29003,29001,29001,29003,29004,28990,29001,28992,28992,29001,29004,28049,29005,28050,28050,29005,29002,28048,29006,28049,28049,29006,29005,29006,29007,29005,29005,29007,29008,29005,29008,29002,29002,29008,29003,29008,29009,29003,29003,29009,29010,29007,29011,29008,29008,29011,29009,29011,29012,29009,29009,29012,29013,29010,29009,29014,29014,29009,29013,28992,29004,28995,28995,29004,29015,29004,29003,29015,29015,29003,29010,29015,29010,29016,29016,29010,29014,28995,29015,28997,28997,29015,29016,28068,29017,28048,28048,29017,29006,28066,29018,28068,28068,29018,29017,29018,29019,29017,29017,29019,29020,29017,29020,29006,29006,29020,29007,28065,29021,28066,28066,29021,29018,28064,29022,28065,28065,29022,29021,29022,29023,29021,29021,29023,29024,29021,29024,29018,29018,29024,29019,29024,29025,29019,29019,29025,29026,29023,29027,29024,29024,29027,29025,29027,29028,29025,29025,29028,29029,29025,29029,29026,29026,29029,29030,29020,29031,29007,29007,29031,29011,29019,29026,29020,29020,29026,29031,29026,29030,29031,29031,29030,29032,29031,29032,29011,29011,29032,29012,28084,29033,28064,28064,29033,29022,28082,29034,28084,28084,29034,29033,29034,29035,29033,29033,29035,29036,29033,29036,29022,29022,29036,29023,28081,29037,28082,28082,29037,29034,28080,29038,28081,28081,29038,29037,29038,29039,29037,29037,29039,29040,29037,29040,29034,29034,29040,29035,29040,29041,29035,29035,29041,29042,29039,29043,29040,29040,29043,29041,29043,29044,29041,29041,29044,29045,29041,29045,29042,29042,29045,29046,29036,29047,29023,29023,29047,29027,29035,29042,29036,29036,29042,29047,29042,29046,29047,29047,29046,29048,29047,29048,29027,29027,29048,29028,28100,29049,28080,28080,29049,29038,28098,29050,28100,28100,29050,29049,29050,29051,29049,29049,29051,29052,29049,29052,29038,29038,29052,29039,28097,29053,28098,28098,29053,29050,28096,29054,28097,28097,29054,29053,29054,29055,29053,29053,29055,29056,29053,29056,29050,29050,29056,29051,29056,29057,29051,29051,29057,29058,29055,29059,29056,29056,29059,29057,29059,29060,29057,29057,29060,29061,29057,29061,29058,29058,29061,29062,29052,29063,29039,29039,29063,29043,29051,29058,29052,29052,29058,29063,29058,29062,29063,29063,29062,29064,29063,29064,29043,29043,29064,29044,28116,29065,28096,28096,29065,29054,28114,29066,28116,28116,29066,29065,29066,29067,29065,29065,29067,29068,29065,29068,29054,29054,29068,29055,28113,29069,28114,28114,29069,29066,28112,29070,28113,28113,29070,29069,29070,29071,29069,29069,29071,29072,29069,29072,29066,29066,29072,29067,29072,29073,29067,29067,29073,29074,29071,29075,29072,29072,29075,29073,29073,29075,29076,29076,29075,29077,29074,29073,29078,29078,29073,29076,29068,29079,29055,29055,29079,29059,29067,29074,29068,29068,29074,29079,29074,29078,29079,29079,29078,29080,29079,29080,29059,29059,29080,29060,28132,29081,28112,28112,29081,29070,28130,29082,28132,28132,29082,29081,29082,29083,29081,29081,29083,29084,29081,29084,29070,29070,29084,29071,28129,29085,28130,28130,29085,29082,28128,29086,28129,28129,29086,29085,29086,29087,29085,29085,29087,29088,29085,29088,29082,29082,29088,29083,29088,29089,29083,29083,29089,29090,29087,29091,29088,29088,29091,29089,29091,29092,29089,29089,29092,29093,29089,29093,29090,29090,29093,29094,29071,29084,29075,29075,29084,29095,29083,29090,29084,29084,29090,29095,29095,29090,29096,29096,29090,29094,29075,29095,29077,29077,29095,29096,28148,29097,28128,28128,29097,29086,28146,29098,28148,28148,29098,29097,29098,29099,29097,29097,29099,29100,29097,29100,29086,29086,29100,29087,28145,29101,28146,28146,29101,29098,28144,29102,28145,28145,29102,29101,29102,29103,29101,29101,29103,29104,29101,29104,29098,29098,29104,29099,29104,29105,29099,29099,29105,29106,29103,29107,29104,29104,29107,29105,29107,29108,29105,29105,29108,29109,29105,29109,29106,29106,29109,29110,29100,29111,29087,29087,29111,29091,29099,29106,29100,29100,29106,29111,29106,29110,29111,29111,29110,29112,29111,29112,29091,29091,29112,29092,28164,29113,28144,28144,29113,29102,28162,29114,28164,28164,29114,29113,29114,29115,29113,29113,29115,29116,29113,29116,29102,29102,29116,29103,28161,29117,28162,28162,29117,29114,28160,29118,28161,28161,29118,29117,29118,29119,29117,29117,29119,29120,29117,29120,29114,29114,29120,29115,29120,29121,29115,29115,29121,29122,29119,29123,29120,29120,29123,29121,29123,29124,29121,29121,29124,29125,29121,29125,29122,29122,29125,29126,29116,29127,29103,29103,29127,29107,29115,29122,29116,29116,29122,29127,29122,29126,29127,29127,29126,29128,29127,29128,29107,29107,29128,29108,28180,29129,28160,28160,29129,29118,28178,29130,28180,28180,29130,29129,29130,29131,29129,29129,29131,29132,29129,29132,29118,29118,29132,29119,28177,29133,28178,28178,29133,29130,28176,29134,28177,28177,29134,29133,29134,29135,29133,29133,29135,29136,29133,29136,29130,29130,29136,29131,29136,29137,29131,29131,29137,29138,29135,29139,29136,29136,29139,29137,29139,29140,29137,29137,29140,29141,29137,29141,29138,29138,29141,29142,29132,29143,29119,29119,29143,29123,29131,29138,29132,29132,29138,29143,29138,29142,29143,29143,29142,29144,29143,29144,29123,29123,29144,29124,28196,29145,28176,28176,29145,29134,28194,29146,28196,28196,29146,29145,29146,29147,29145,29145,29147,29148,29145,29148,29134,29134,29148,29135,28193,29149,28194,28194,29149,29146,28192,29150,28193,28193,29150,29149,29150,29151,29149,29149,29151,29152,29149,29152,29146,29146,29152,29147,29152,29153,29147,29147,29153,29154,29151,29155,29152,29152,29155,29153,29155,29156,29153,29153,29156,29157,29153,29157,29154,29154,29157,29158,29148,29159,29135,29135,29159,29139,29147,29154,29148,29148,29154,29159,29154,29158,29159,29159,29158,29160,29159,29160,29139,29139,29160,29140,28215,29161,28216,28216,29161,29162,28212,29163,28215,28215,29163,29161,29163,29164,29161,29161,29164,29165,29161,29165,29162,29162,29165,29166,28211,29167,28212,28212,29167,29163,28210,29168,28211,28211,29168,29167,29168,29169,29167,29167,29169,29170,29167,29170,29163,29163,29170,29164,29170,29171,29164,29164,29171,29172,29169,29173,29170,29170,29173,29171,29173,29174,29171,29171,29174,29175,29171,29175,29172,29172,29175,29176,29165,29177,29166,29166,29177,29178,29164,29172,29165,29165,29172,29177,29177,29172,29179,29179,29172,29176,29178,29177,29180,29180,29177,29179,28232,29181,28210,28210,29181,29168,28230,29182,28232,28232,29182,29181,29182,29183,29181,29181,29183,29184,29181,29184,29168,29168,29184,29169,28229,29185,28230,28230,29185,29182,28228,29186,28229,28229,29186,29185,29186,29187,29185,29185,29187,29188,29185,29188,29182,29182,29188,29183,29188,29189,29183,29183,29189,29190,29187,29191,29188,29188,29191,29189,29191,29192,29189,29189,29192,29193,29189,29193,29190,29190,29193,29194,29184,29195,29169,29169,29195,29173,29183,29190,29184,29184,29190,29195,29190,29194,29195,29195,29194,29196,29195,29196,29173,29173,29196,29174,28248,29197,28228,28228,29197,29186,28246,29198,28248,28248,29198,29197,29198,29199,29197,29197,29199,29200,29197,29200,29186,29186,29200,29187,28245,29201,28246,28246,29201,29198,28244,29202,28245,28245,29202,29201,29202,29203,29201,29201,29203,29204,29201,29204,29198,29198,29204,29199,29204,29205,29199,29199,29205,29206,29203,29207,29204,29204,29207,29205,29205,29207,29208,29208,29207,29209,29205,29208,29206,29206,29208,29210,29200,29211,29187,29187,29211,29191,29199,29206,29200,29200,29206,29211,29206,29210,29211,29211,29210,29212,29211,29212,29191,29191,29212,29192,28264,29213,28244,28244,29213,29202,28262,29214,28264,28264,29214,29213,29213,29214,29215,29215,29214,29216,29213,29215,29202,29202,29215,29203,28261,29217,28262,28262,29217,29214,28260,29218,28261,28261,29218,29217,29217,29218,29219,29219,29218,29220,29214,29217,29216,29216,29217,29219,29216,29219,29221,29221,29219,29222,29219,29220,29222,29222,29220,29223,29222,29223,29224,29224,29223,29225,29221,29222,29226,29226,29222,29224,29203,29215,29207,29207,29215,29227,29215,29216,29227,29227,29216,29221,29227,29221,29228,29228,29221,29226,29207,29227,29209,29209,29227,29228,28280,29229,28260,28260,29229,29218,28278,29230,28280,28280,29230,29229,29230,29231,29229,29229,29231,29232,29218,29229,29220,29220,29229,29232,28277,29233,28278,28278,29233,29230,28276,29234,28277,28277,29234,29233,29233,29234,29235,29235,29234,29236,29230,29233,29231,29231,29233,29235,29231,29235,29237,29237,29235,29238,29235,29236,29238,29238,29236,29239,29238,29239,29240,29240,29239,29241,29237,29238,29242,29242,29238,29240,29220,29232,29223,29223,29232,29243,29232,29231,29243,29243,29231,29237,29243,29237,29244,29244,29237,29242,29223,29243,29225,29225,29243,29244,28276,28296,29234,29234,28296,29245,28296,28294,29245,29245,28294,29246,29245,29246,29247,29247,29246,29248,29234,29245,29236,29236,29245,29247,28294,28292,29246,29246,28292,29249,28292,28293,29249,29249,28293,29250,29249,29250,29251,29251,29250,29252,29246,29249,29248,29248,29249,29251,29248,29251,29253,29253,29251,29254,29251,29252,29254,29254,29252,29255,29254,29255,29256,29256,29255,29257,29253,29254,29258,29258,29254,29256,29236,29247,29239,29239,29247,29259,29247,29248,29259,29259,29248,29253,29259,29253,29260,29260,29253,29258,29239,29259,29241,29241,29259,29260,28293,28312,29250,29250,28312,29261,28312,28310,29261,29261,28310,29262,29261,29262,29263,29263,29262,29264,29250,29261,29252,29252,29261,29263,28310,28308,29262,29262,28308,29265,28308,28309,29265,29265,28309,29266,29265,29266,29267,29267,29266,29268,29262,29265,29264,29264,29265,29267,29264,29267,29269,29269,29267,29270,29267,29268,29270,29270,29268,29271,29270,29271,29272,29272,29271,29273,29269,29270,29274,29274,29270,29272,29252,29263,29255,29255,29263,29275,29263,29264,29275,29275,29264,29269,29275,29269,29276,29276,29269,29274,29255,29275,29257,29257,29275,29276,28309,28328,29266,29266,28328,29277,28328,28326,29277,29277,28326,29278,29277,29278,29279,29279,29278,29280,29266,29277,29268,29268,29277,29279,28326,28324,29278,29278,28324,29281,28324,28325,29281,29281,28325,29282,29281,29282,29283,29283,29282,29284,29278,29281,29280,29280,29281,29283,29280,29283,29285,29285,29283,29286,29283,29284,29286,29286,29284,29287,29286,29287,29288,29288,29287,29289,29285,29286,29290,29290,29286,29288,29268,29279,29271,29271,29279,29291,29279,29280,29291,29291,29280,29285,29291,29285,29292,29292,29285,29290,29271,29291,29273,29273,29291,29292,28325,28344,29282,29282,28344,29293,28344,28342,29293,29293,28342,29294,29293,29294,29295,29295,29294,29296,29282,29293,29284,29284,29293,29295,28342,28340,29294,29294,28340,29297,28340,28341,29297,29297,28341,29298,29297,29298,29299,29299,29298,29300,29294,29297,29296,29296,29297,29299,29296,29299,29301,29301,29299,29302,29299,29300,29302,29302,29300,29303,29302,29303,29304,29304,29303,29305,29301,29302,29306,29306,29302,29304,29284,29295,29287,29287,29295,29307,29295,29296,29307,29307,29296,29301,29307,29301,29308,29308,29301,29306,29287,29307,29289,29289,29307,29308,28341,28360,29298,29298,28360,29309,28360,28358,29309,29309,28358,29310,29309,29310,29311,29311,29310,29312,29298,29309,29300,29300,29309,29311,28358,28356,29310,29310,28356,29313,28356,28357,29313,29313,28357,29314,29313,29314,29315,29315,29314,29316,29310,29313,29312,29312,29313,29315,29312,29315,29317,29317,29315,29318,29315,29316,29318,29318,29316,29319,29318,29319,29320,29320,29319,29321,29317,29318,29322,29322,29318,29320,29300,29311,29303,29303,29311,29323,29311,29312,29323,29323,29312,29317,29323,29317,29324,29324,29317,29322,29303,29323,29305,29305,29323,29324,28357,28376,29314,29314,28376,29325,28376,28374,29325,29325,28374,29326,29325,29326,29327,29327,29326,29328,29314,29325,29316,29316,29325,29327,28373,29329,28374,28374,29329,29326,28372,29330,28373,28373,29330,29329,29330,29331,29329,29329,29331,29332,29329,29332,29326,29326,29332,29328,29328,29332,29333,29333,29332,29334,29331,29335,29332,29332,29335,29334,29335,29336,29334,29334,29336,29337,29333,29334,29338,29338,29334,29337,29316,29327,29319,29319,29327,29339,29327,29328,29339,29339,29328,29333,29339,29333,29340,29340,29333,29338,29319,29339,29321,29321,29339,29340,28392,29341,28372,28372,29341,29330,28390,29342,28392,28392,29342,29341,29342,29343,29341,29341,29343,29344,29341,29344,29330,29330,29344,29331,28389,29345,28390,28390,29345,29342,28388,29346,28389,28389,29346,29345,29346,29347,29345,29345,29347,29348,29345,29348,29342,29342,29348,29343,29348,29349,29343,29343,29349,29350,29347,29351,29348,29348,29351,29349,29351,29352,29349,29349,29352,29353,29349,29353,29350,29350,29353,29354,29344,29355,29331,29331,29355,29335,29343,29350,29344,29344,29350,29355,29350,29354,29355,29355,29354,29356,29355,29356,29335,29335,29356,29336,28408,29357,28388,28388,29357,29346,28406,29358,28408,28408,29358,29357,29358,29359,29357,29357,29359,29360,29357,29360,29346,29346,29360,29347,28405,29361,28406,28406,29361,29358,28404,29362,28405,28405,29362,29361,29362,29363,29361,29361,29363,29364,29361,29364,29358,29358,29364,29359,29364,29365,29359,29359,29365,29366,29363,29367,29364,29364,29367,29365,29367,29368,29365,29365,29368,29369,29365,29369,29366,29366,29369,29370,29360,29371,29347,29347,29371,29351,29359,29366,29360,29360,29366,29371,29366,29370,29371,29371,29370,29372,29371,29372,29351,29351,29372,29352,28424,29373,28404,28404,29373,29362,28424,28422,29373,29373,28422,29374,29373,29374,29375,29375,29374,29376,29373,29375,29362,29362,29375,29363,28422,28420,29374,29374,28420,29377,28420,28421,29377,29377,28421,29378,29377,29378,29379,29379,29378,29380,29374,29377,29376,29376,29377,29379,29376,29379,29381,29381,29379,29382,29379,29380,29382,29382,29380,29383,29382,29383,29384,29384,29383,29385,29381,29382,29386,29386,29382,29384,29375,29387,29363,29363,29387,29367,29375,29376,29387,29387,29376,29381,29387,29381,29388,29388,29381,29386,29367,29387,29368,29368,29387,29388,28421,28440,29378,29378,28440,29389,28440,28438,29389,29389,28438,29390,29389,29390,29391,29391,29390,29392,29378,29389,29380,29380,29389,29391,28438,28436,29390,29390,28436,29393,28436,28437,29393,29393,28437,29394,29393,29394,29395,29395,29394,29396,29390,29393,29392,29392,29393,29395,29392,29395,29397,29397,29395,29398,29395,29396,29398,29398,29396,29399,29399,29400,29398,29398,29400,29401,29398,29401,29397,29397,29401,29402,29380,29391,29383,29383,29391,29403,29391,29392,29403,29403,29392,29397,29397,29402,29403,29403,29402,29404,29383,29403,29385,29385,29403,29404,28437,28456,29394,29394,28456,29405,28456,28454,29405,29405,28454,29406,29405,29406,29407,29407,29406,29408,29394,29405,29396,29396,29405,29407,28454,28452,29406,29406,28452,29409,28452,28453,29409,29409,28453,29410,29409,29410,29411,29411,29410,29412,29406,29409,29408,29408,29409,29411,29408,29411,29413,29413,29411,29414,29411,29412,29414,29414,29412,29415,29415,29416,29414,29414,29416,29417,29414,29417,29413,29413,29417,29418,29396,29407,29399,29399,29407,29419,29407,29408,29419,29419,29408,29413,29413,29418,29419,29419,29418,29420,29419,29420,29399,29399,29420,29400,28453,28472,29410,29410,28472,29421,28472,28470,29421,29421,28470,29422,29421,29422,29423,29423,29422,29424,29410,29421,29412,29412,29421,29423,28470,28468,29422,29422,28468,29425,28468,28469,29425,29425,28469,29426,29425,29426,29427,29427,29426,29428,29422,29425,29424,29424,29425,29427,29427,29429,29424,29424,29429,29430,29428,29431,29427,29427,29431,29429,29431,29432,29429,29429,29432,29433,29429,29433,29430,29430,29433,29434,29412,29423,29415,29415,29423,29435,29424,29430,29423,29423,29430,29435,29430,29434,29435,29435,29434,29436,29435,29436,29415,29415,29436,29416,28469,28488,29426,29426,28488,29437,28488,28486,29437,29437,28486,29438,29438,29439,29437,29437,29439,29440,29426,29437,29428,29428,29437,29440,28484,29441,28486,28486,29441,29438,28485,29442,28484,28484,29442,29441,29442,29443,29441,29441,29443,29444,29441,29444,29438,29438,29444,29439,29444,29445,29439,29439,29445,29446,29443,29447,29444,29444,29447,29445,29447,29448,29445,29445,29448,29449,29445,29449,29446,29446,29449,29450,29440,29451,29428,29428,29451,29431,29439,29446,29440,29440,29446,29451,29446,29450,29451,29451,29450,29452,29451,29452,29431,29431,29452,29432,28504,29453,28485,28485,29453,29442,28502,29454,28504,28504,29454,29453,29454,29455,29453,29453,29455,29456,29453,29456,29442,29442,29456,29443,28501,29457,28502,28502,29457,29454,28500,29458,28501,28501,29458,29457,29458,29459,29457,29457,29459,29460,29457,29460,29454,29454,29460,29455,29460,29461,29455,29455,29461,29462,29459,29463,29460,29460,29463,29461,29463,29464,29461,29461,29464,29465,29461,29465,29462,29462,29465,29466,29456,29467,29443,29443,29467,29447,29455,29462,29456,29456,29462,29467,29462,29466,29467,29467,29466,29468,29467,29468,29447,29447,29468,29448,28520,29469,28500,28500,29469,29458,28518,29470,28520,28520,29470,29469,29470,29471,29469,29469,29471,29472,29469,29472,29458,29458,29472,29459,28516,29473,28518,28518,29473,29470,28517,29474,28516,28516,29474,29473,29474,29475,29473,29473,29475,29476,29473,29476,29470,29470,29476,29471,29476,29477,29471,29471,29477,29478,29475,29479,29476,29476,29479,29477,29479,29480,29477,29477,29480,29481,29477,29481,29478,29478,29481,29482,29472,29483,29459,29459,29483,29463,29471,29478,29472,29472,29478,29483,29478,29482,29483,29483,29482,29484,29483,29484,29463,29463,29484,29464,28536,29485,28517,28517,29485,29474,28536,28534,29485,29485,28534,29486,29486,29487,29485,29485,29487,29488,29485,29488,29474,29474,29488,29475,28534,28532,29486,29486,28532,29489,28533,29490,28532,28532,29490,29489,29490,29491,29489,29489,29491,29492,29489,29492,29486,29486,29492,29487,29492,29493,29487,29487,29493,29494,29491,29495,29492,29492,29495,29493,29495,29496,29493,29493,29496,29497,29493,29497,29494,29494,29497,29498,29488,29499,29475,29475,29499,29479,29487,29494,29488,29488,29494,29499,29494,29498,29499,29499,29498,29500,29499,29500,29479,29479,29500,29480,28552,29501,28533,28533,29501,29490,28550,29502,28552,28552,29502,29501,29502,29503,29501,29501,29503,29504,29501,29504,29490,29490,29504,29491,28549,29505,28550,28550,29505,29502,28548,29506,28549,28549,29506,29505,29506,29507,29505,29505,29507,29508,29505,29508,29502,29502,29508,29503,29508,29509,29503,29503,29509,29510,29507,29511,29508,29508,29511,29509,29511,29512,29509,29509,29512,29513,29509,29513,29510,29510,29513,29514,29504,29515,29491,29491,29515,29495,29503,29510,29504,29504,29510,29515,29510,29514,29515,29515,29514,29516,29515,29516,29495,29495,29516,29496,28568,29517,28548,28548,29517,29506,28566,29518,28568,28568,29518,29517,29518,29519,29517,29517,29519,29520,29517,29520,29506,29506,29520,29507,28565,29521,28566,28566,29521,29518,28564,29522,28565,28565,29522,29521,29522,29523,29521,29521,29523,29524,29521,29524,29518,29518,29524,29519,29524,29525,29519,29519,29525,29526,29523,29527,29524,29524,29527,29525,29527,29528,29525,29525,29528,29529,29525,29529,29526,29526,29529,29530,29520,29531,29507,29507,29531,29511,29519,29526,29520,29520,29526,29531,29526,29530,29531,29531,29530,29532,29531,29532,29511,29511,29532,29512,28584,29533,28564,28564,29533,29522,28582,29534,28584,28584,29534,29533,29534,29535,29533,29533,29535,29536,29533,29536,29522,29522,29536,29523,28581,29537,28582,28582,29537,29534,28580,29538,28581,28581,29538,29537,29538,29539,29537,29537,29539,29540,29537,29540,29534,29534,29540,29535,29540,29541,29535,29535,29541,29542,29539,29543,29540,29540,29543,29541,29543,29544,29541,29541,29544,29545,29541,29545,29542,29542,29545,29546,29536,29547,29523,29523,29547,29527,29535,29542,29536,29536,29542,29547,29542,29546,29547,29547,29546,29548,29547,29548,29527,29527,29548,29528,28600,29549,28580,28580,29549,29538,28598,29550,28600,28600,29550,29549,29550,29551,29549,29549,29551,29552,29549,29552,29538,29538,29552,29539,28597,29553,28598,28598,29553,29550,28596,29554,28597,28597,29554,29553,29554,29555,29553,29553,29555,29556,29553,29556,29550,29550,29556,29551,29556,29557,29551,29551,29557,29558,29555,29559,29556,29556,29559,29557,29559,29560,29557,29557,29560,29561,29557,29561,29558,29558,29561,29562,29552,29563,29539,29539,29563,29543,29551,29558,29552,29552,29558,29563,29558,29562,29563,29563,29562,29564,29563,29564,29543,29543,29564,29544,28616,29565,28596,28596,29565,29554,28614,29566,28616,28616,29566,29565,29566,29567,29565,29565,29567,29568,29565,29568,29554,29554,29568,29555,28613,29569,28614,28614,29569,29566,28612,29570,28613,28613,29570,29569,29570,29571,29569,29569,29571,29572,29569,29572,29566,29566,29572,29567,29572,29573,29567,29567,29573,29574,29571,29575,29572,29572,29575,29573,29575,29576,29573,29573,29576,29577,29573,29577,29574,29574,29577,29578,29568,29579,29555,29555,29579,29559,29567,29574,29568,29568,29574,29579,29574,29578,29579,29579,29578,29580,29579,29580,29559,29559,29580,29560,28632,29581,28612,28612,29581,29570,28630,29582,28632,28632,29582,29581,29582,29583,29581,29581,29583,29584,29581,29584,29570,29570,29584,29571,28629,29585,28630,28630,29585,29582,28628,29586,28629,28629,29586,29585,29586,29587,29585,29585,29587,29588,29585,29588,29582,29582,29588,29583,29588,29589,29583,29583,29589,29590,29587,29591,29588,29588,29591,29589,29591,29592,29589,29589,29592,29593,29589,29593,29590,29590,29593,29594,29584,29595,29571,29571,29595,29575,29583,29590,29584,29584,29590,29595,29590,29594,29595,29595,29594,29596,29595,29596,29575,29575,29596,29576,28648,29597,28628,28628,29597,29586,28646,29598,28648,28648,29598,29597,29598,29599,29597,29597,29599,29600,29597,29600,29586,29586,29600,29587,28645,29601,28646,28646,29601,29598,28644,29602,28645,28645,29602,29601,29602,29603,29601,29601,29603,29604,29601,29604,29598,29598,29604,29599,29604,29605,29599,29599,29605,29606,29603,29607,29604,29604,29607,29605,29607,29608,29605,29605,29608,29609,29605,29609,29606,29606,29609,29610,29600,29611,29587,29587,29611,29591,29599,29606,29600,29600,29606,29611,29606,29610,29611,29611,29610,29612,29611,29612,29591,29591,29612,29592,28664,29613,28644,28644,29613,29602,28662,29614,28664,28664,29614,29613,29614,29615,29613,29613,29615,29616,29613,29616,29602,29602,29616,29603,28661,29617,28662,28662,29617,29614,28660,29618,28661,28661,29618,29617,29618,29619,29617,29617,29619,29620,29617,29620,29614,29614,29620,29615,29620,29621,29615,29615,29621,29622,29619,29623,29620,29620,29623,29621,29623,29624,29621,29621,29624,29625,29621,29625,29622,29622,29625,29626,29616,29627,29603,29603,29627,29607,29615,29622,29616,29616,29622,29627,29622,29626,29627,29627,29626,29628,29627,29628,29607,29607,29628,29608,28680,29629,28660,28660,29629,29618,28678,29630,28680,28680,29630,29629,29630,29631,29629,29629,29631,29632,29629,29632,29618,29618,29632,29619,28677,29633,28678,28678,29633,29630,28676,29634,28677,28677,29634,29633,29634,29635,29633,29633,29635,29636,29633,29636,29630,29630,29636,29631,29631,29636,29637,29637,29636,29638,29636,29635,29638,29638,29635,29639,29638,29639,29640,29640,29639,29641,29637,29638,29642,29642,29638,29640,29632,29643,29619,29619,29643,29623,29632,29631,29643,29643,29631,29637,29643,29637,29644,29644,29637,29642,29643,29644,29623,29623,29644,29624,28696,29645,28676,28676,29645,29634,28694,29646,28696,28696,29646,29645,29646,29647,29645,29645,29647,29648,29645,29648,29634,29634,29648,29635,28692,29649,28694,28694,29649,29646,28692,28693,29649,29649,28693,29650,29649,29650,29651,29651,29650,29652,29646,29649,29647,29647,29649,29651,29647,29651,29653,29653,29651,29654,29651,29652,29654,29654,29652,29655,29654,29655,29656,29656,29655,29657,29653,29654,29658,29658,29654,29656,29635,29648,29639,29639,29648,29659,29648,29647,29659,29659,29647,29653,29659,29653,29660,29660,29653,29658,29639,29659,29641,29641,29659,29660,28693,28712,29650,29650,28712,29661,28712,28710,29661,29661,28710,29662,29661,29662,29663,29663,29662,29664,29650,29661,29652,29652,29661,29663,28710,28708,29662,29662,28708,29665,28708,28709,29665,29665,28709,29666,29665,29666,29667,29667,29666,29668,29662,29665,29664,29664,29665,29667,29664,29667,29669,29669,29667,29670,29668,29671,29667,29667,29671,29670,29671,29672,29670,29670,29672,29673,29670,29673,29669,29669,29673,29674,29652,29663,29655,29655,29663,29675,29663,29664,29675,29675,29664,29669,29675,29669,29676,29676,29669,29674,29655,29675,29657,29657,29675,29676,28709,28728,29666,29666,28728,29677,28728,28726,29677,29677,28726,29678,29677,29678,29679,29679,29678,29680,29666,29677,29668,29668,29677,29679,28726,28724,29678,29678,28724,29681,28724,28725,29681,29681,28725,29682,29681,29682,29683,29683,29682,29684,29678,29681,29680,29680,29681,29683,29683,29685,29680,29680,29685,29686,29684,29687,29683,29683,29687,29685,29687,29688,29685,29685,29688,29689,29685,29689,29686,29686,29689,29690,29679,29691,29668,29668,29691,29671,29680,29686,29679,29679,29686,29691,29686,29690,29691,29691,29690,29692,29691,29692,29671,29671,29692,29672,28725,28744,29682,29682,28744,29693,28744,28742,29693,29693,28742,29694,29693,29694,29695,29695,29694,29696,29682,29693,29684,29684,29693,29695,28742,28740,29694,29694,28740,29697,28740,28741,29697,29697,28741,29698,29697,29698,29699,29699,29698,29700,29694,29697,29696,29696,29697,29699,29696,29699,29701,29701,29699,29702,29699,29700,29702,29702,29700,29703,29703,29704,29702,29702,29704,29705,29702,29705,29701,29701,29705,29706,29695,29707,29684,29684,29707,29687,29695,29696,29707,29707,29696,29701,29701,29706,29707,29707,29706,29708,29707,29708,29687,29687,29708,29688,28741,28760,29698,29698,28760,29709,28760,28758,29709,29709,28758,29710,29709,29710,29711,29711,29710,29712,29698,29709,29700,29700,29709,29711,28758,28756,29710,29710,28756,29713,28756,28757,29713,29713,28757,29714,29713,29714,29715,29715,29714,29716,29710,29713,29712,29712,29713,29715,29712,29715,29717,29717,29715,29718,29715,29716,29718,29718,29716,29719,29718,29719,29720,29720,29719,29721,29717,29718,29722,29722,29718,29720,29700,29711,29703,29703,29711,29723,29711,29712,29723,29723,29712,29717,29717,29722,29723,29723,29722,29724,29723,29724,29703,29703,29724,29704,28776,29725,28757,28757,29725,29714,28774,29726,28776,28776,29726,29725,29725,29726,29727,29727,29726,29728,29714,29725,29716,29716,29725,29727,28773,29729,28774,28774,29729,29726,28772,29730,28773,28773,29730,29729,29729,29730,29731,29731,29730,29732,29726,29729,29728,29728,29729,29731,29728,29731,29733,29733,29731,29734,29731,29732,29734,29734,29732,29735,29734,29735,29736,29736,29735,29737,29733,29734,29738,29738,29734,29736,29716,29727,29719,29719,29727,29739,29727,29728,29739,29739,29728,29733,29739,29733,29740,29740,29733,29738,29719,29739,29721,29721,29739,29740,28772,28792,29730,29730,28792,29741,28792,28790,29741,29741,28790,29742,29741,29742,29743,29743,29742,29744,29730,29741,29732,29732,29741,29743,28790,28788,29742,29742,28788,29745,28788,28789,29745,29745,28789,29746,29745,29746,29747,29747,29746,29748,29742,29745,29744,29744,29745,29747,29744,29747,29749,29749,29747,29750,29747,29748,29750,29750,29748,29751,29750,29751,29752,29752,29751,29753,29749,29750,29754,29754,29750,29752,29732,29743,29735,29735,29743,29755,29743,29744,29755,29755,29744,29749,29755,29749,29756,29756,29749,29754,29735,29755,29737,29737,29755,29756,28789,28808,29746,29746,28808,29757,28808,28806,29757,29757,28806,29758,29757,29758,29759,29759,29758,29760,29746,29757,29748,29748,29757,29759,28806,28804,29758,29758,28804,29761,28804,28805,29761,29761,28805,29762,29761,29762,29763,29763,29762,29764,29758,29761,29760,29760,29761,29763,29760,29763,29765,29765,29763,29766,29763,29764,29766,29766,29764,29767,29766,29767,29768,29768,29767,29769,29765,29766,29770,29770,29766,29768,29748,29759,29751,29751,29759,29771,29759,29760,29771,29771,29760,29765,29771,29765,29772,29772,29765,29770,29751,29771,29753,29753,29771,29772,28805,28824,29762,29762,28824,29773,28824,28822,29773,29773,28822,29774,29773,29774,29775,29775,29774,29776,29762,29773,29764,29764,29773,29775,28822,28820,29774,29774,28820,29777,28820,28821,29777,29777,28821,29778,29777,29778,29779,29779,29778,29780,29774,29777,29776,29776,29777,29779,29776,29779,29781,29781,29779,29782,29779,29780,29782,29782,29780,29783,29782,29783,29784,29784,29783,29785,29781,29782,29786,29786,29782,29784,29764,29775,29767,29767,29775,29787,29775,29776,29787,29787,29776,29781,29787,29781,29788,29788,29781,29786,29767,29787,29769,29769,29787,29788,28821,28840,29778,29778,28840,29789,28840,28838,29789,29789,28838,29790,29789,29790,29791,29791,29790,29792,29778,29789,29780,29780,29789,29791,28838,28836,29790,29790,28836,29793,28836,28837,29793,29793,28837,29794,29793,29794,29795,29795,29794,29796,29790,29793,29792,29792,29793,29795,29792,29795,29797,29797,29795,29798,29795,29796,29798,29798,29796,29799,29798,29799,29800,29800,29799,29801,29797,29798,29802,29802,29798,29800,29780,29791,29783,29783,29791,29803,29791,29792,29803,29803,29792,29797,29803,29797,29804,29804,29797,29802,29783,29803,29785,29785,29803,29804,28837,28856,29794,29794,28856,29805,28856,28854,29805,29805,28854,29806,29805,29806,29807,29807,29806,29808,29794,29805,29796,29796,29805,29807,28854,28852,29806,29806,28852,29809,28852,28853,29809,29809,28853,29810,29809,29810,29811,29811,29810,29812,29806,29809,29808,29808,29809,29811,29808,29811,29813,29813,29811,29814,29811,29812,29814,29814,29812,29815,29814,29815,29816,29816,29815,29817,29813,29814,29818,29818,29814,29816,29796,29807,29799,29799,29807,29819,29807,29808,29819,29819,29808,29813,29819,29813,29820,29820,29813,29818,29799,29819,29801,29801,29819,29820,28853,28872,29810,29810,28872,29821,28872,28870,29821,29821,28870,29822,29821,29822,29823,29823,29822,29824,29810,29821,29812,29812,29821,29823,28870,28868,29822,29822,28868,29825,28868,28869,29825,29825,28869,29826,29825,29826,29827,29827,29826,29828,29822,29825,29824,29824,29825,29827,29824,29827,29829,29829,29827,29830,29827,29828,29830,29830,29828,29831,29830,29831,29832,29832,29831,29833,29829,29830,29834,29834,29830,29832,29812,29823,29815,29815,29823,29835,29823,29824,29835,29835,29824,29829,29835,29829,29836,29836,29829,29834,29815,29835,29817,29817,29835,29836,28869,28888,29826,29826,28888,29837,28888,28886,29837,29837,28886,29838,29837,29838,29839,29839,29838,29840,29826,29837,29828,29828,29837,29839,28886,28884,29838,29838,28884,29841,28884,28885,29841,29841,28885,29842,29841,29842,29843,29843,29842,29844,29838,29841,29840,29840,29841,29843,29840,29843,29845,29845,29843,29846,29843,29844,29846,29846,29844,29847,29846,29847,29848,29848,29847,29849,29845,29846,29850,29850,29846,29848,29828,29839,29831,29831,29839,29851,29839,29840,29851,29851,29840,29845,29851,29845,29852,29852,29845,29850,29831,29851,29833,29833,29851,29852,28885,28904,29842,29842,28904,29853,28904,28902,29853,29853,28902,29854,29853,29854,29855,29855,29854,29856,29842,29853,29844,29844,29853,29855,28902,28900,29854,29854,28900,29857,28900,28901,29857,29857,28901,29858,29857,29858,29859,29859,29858,29860,29854,29857,29856,29856,29857,29859,29856,29859,29861,29861,29859,29862,29859,29860,29862,29862,29860,29863,29862,29863,29864,29864,29863,29865,29861,29862,29866,29866,29862,29864,29844,29855,29847,29847,29855,29867,29855,29856,29867,29867,29856,29861,29867,29861,29868,29868,29861,29866,29847,29867,29849,29849,29867,29868,28901,28920,29858,29858,28920,29869,28920,28918,29869,29869,28918,29870,29869,29870,29871,29871,29870,29872,29858,29869,29860,29860,29869,29871,28918,28916,29870,29870,28916,29873,28916,28917,29873,29873,28917,29874,29873,29874,29875,29875,29874,29876,29870,29873,29872,29872,29873,29875,29872,29875,29877,29877,29875,29878,29875,29876,29878,29878,29876,29879,29878,29879,29880,29880,29879,29881,29877,29878,29882,29882,29878,29880,29860,29871,29863,29863,29871,29883,29871,29872,29883,29883,29872,29877,29883,29877,29884,29884,29877,29882,29863,29883,29865,29865,29883,29884,28917,28936,29874,29874,28936,29885,28936,28934,29885,29885,28934,29886,29885,29886,29887,29887,29886,29888,29874,29885,29876,29876,29885,29887,28934,28932,29886,29886,28932,29889,28932,28933,29889,29889,28933,29890,29889,29890,29891,29891,29890,29892,29886,29889,29888,29888,29889,29891,29888,29891,29893,29893,29891,29894,29891,29892,29894,29894,29892,29895,29894,29895,29896,29896,29895,29897,29893,29894,29898,29898,29894,29896,29876,29887,29879,29879,29887,29899,29887,29888,29899,29899,29888,29893,29899,29893,29900,29900,29893,29898,29879,29899,29881,29881,29899,29900,28933,28952,29890,29890,28952,29901,28952,28950,29901,29901,28950,29902,29901,29902,29903,29903,29902,29904,29890,29901,29892,29892,29901,29903,28950,28948,29902,29902,28948,29905,28948,28949,29905,29905,28949,29906,29905,29906,29907,29907,29906,29908,29902,29905,29904,29904,29905,29907,29904,29907,29909,29909,29907,29910,29907,29908,29910,29910,29908,29911,29910,29911,29912,29912,29911,29913,29909,29910,29914,29914,29910,29912,29892,29903,29895,29895,29903,29915,29903,29904,29915,29915,29904,29909,29915,29909,29916,29916,29909,29914,29895,29915,29897,29897,29915,29916,28949,28968,29906,29906,28968,29917,28968,28966,29917,29917,28966,29918,29917,29918,29919,29919,29918,29920,29906,29917,29908,29908,29917,29919,28966,28964,29918,29918,28964,29921,28964,28965,29921,29921,28965,29922,29921,29922,29923,29923,29922,29924,29918,29921,29920,29920,29921,29923,29920,29923,29925,29925,29923,29926,29923,29924,29926,29926,29924,29927,29926,29927,29928,29928,29927,29929,29925,29926,29930,29930,29926,29928,29908,29919,29911,29911,29919,29931,29919,29920,29931,29931,29920,29925,29931,29925,29932,29932,29925,29930,29911,29931,29913,29913,29931,29932,28965,28984,29922,29922,28984,29933,28984,28982,29933,29933,28982,29934,29933,29934,29935,29935,29934,29936,29922,29933,29924,29924,29933,29935,28982,28980,29934,29934,28980,29937,28980,28981,29937,29937,28981,29938,29937,29938,29939,29939,29938,29940,29934,29937,29936,29936,29937,29939,29936,29939,29941,29941,29939,29942,29939,29940,29942,29942,29940,29943,29942,29943,29944,29944,29943,29945,29941,29942,29946,29946,29942,29944,29924,29935,29927,29927,29935,29947,29935,29936,29947,29947,29936,29941,29947,29941,29948,29948,29941,29946,29927,29947,29929,29929,29947,29948,28981,29000,29938,29938,29000,29949,29000,28998,29949,29949,28998,29950,29949,29950,29951,29951,29950,29952,29938,29949,29940,29940,29949,29951,28998,28996,29950,29950,28996,29953,28996,28997,29953,29953,28997,29954,29953,29954,29955,29955,29954,29956,29950,29953,29952,29952,29953,29955,29952,29955,29957,29957,29955,29958,29955,29956,29958,29958,29956,29959,29958,29959,29960,29960,29959,29961,29957,29958,29962,29962,29958,29960,29940,29951,29943,29943,29951,29963,29951,29952,29963,29963,29952,29957,29963,29957,29964,29964,29957,29962,29943,29963,29945,29945,29963,29964,28997,29016,29954,29954,29016,29965,29016,29014,29965,29965,29014,29966,29965,29966,29967,29967,29966,29968,29954,29965,29956,29956,29965,29967,29014,29013,29966,29966,29013,29969,29013,29012,29969,29969,29012,29970,29969,29970,29971,29971,29970,29972,29966,29969,29968,29968,29969,29971,29968,29971,29973,29973,29971,29974,29971,29972,29974,29974,29972,29975,29974,29975,29976,29976,29975,29977,29973,29974,29978,29978,29974,29976,29956,29967,29959,29959,29967,29979,29967,29968,29979,29979,29968,29973,29979,29973,29980,29980,29973,29978,29959,29979,29961,29961,29979,29980,29012,29032,29970,29970,29032,29981,29030,29982,29032,29032,29982,29981,29981,29982,29983,29983,29982,29984,29970,29981,29972,29972,29981,29983,29029,29985,29030,29030,29985,29982,29028,29986,29029,29029,29986,29985,29985,29986,29987,29987,29986,29988,29982,29985,29984,29984,29985,29987,29984,29987,29989,29989,29987,29990,29987,29988,29990,29990,29988,29991,29990,29991,29992,29992,29991,29993,29989,29990,29994,29994,29990,29992,29972,29983,29975,29975,29983,29995,29983,29984,29995,29995,29984,29989,29995,29989,29996,29996,29989,29994,29975,29995,29977,29977,29995,29996,29048,29997,29028,29028,29997,29986,29046,29998,29048,29048,29998,29997,29998,29999,29997,29997,29999,30000,29997,30000,29986,29986,30000,29988,29045,30001,29046,29046,30001,29998,29044,30002,29045,29045,30002,30001,30002,30003,30001,30001,30003,30004,30001,30004,29998,29998,30004,29999,30004,30005,29999,29999,30005,30006,30003,30007,30004,30004,30007,30005,30007,30008,30005,30005,30008,30009,30005,30009,30006,30006,30009,30010,29988,30000,29991,29991,30000,30011,29999,30006,30000,30000,30006,30011,30011,30006,30012,30012,30006,30010,29991,30011,29993,29993,30011,30012,29064,30013,29044,29044,30013,30002,29062,30014,29064,29064,30014,30013,30014,30015,30013,30013,30015,30016,30013,30016,30002,30002,30016,30003,29061,30017,29062,29062,30017,30014,29060,30018,29061,29061,30018,30017,30018,30019,30017,30017,30019,30020,30017,30020,30014,30014,30020,30015,30020,30021,30015,30015,30021,30022,30020,30019,30021,30021,30019,30023,30021,30023,30024,30024,30023,30025,30021,30024,30022,30022,30024,30026,30016,30027,30003,30003,30027,30007,30015,30022,30016,30016,30022,30027,30022,30026,30027,30027,30026,30028,30027,30028,30007,30007,30028,30008,29080,30029,29060,29060,30029,30018,29080,29078,30029,30029,29078,30030,30029,30030,30031,30031,30030,30032,30018,30029,30019,30019,30029,30031,29078,29076,30030,30030,29076,30033,29076,29077,30033,30033,29077,30034,30033,30034,30035,30035,30034,30036,30030,30033,30032,30032,30033,30035,30032,30035,30037,30037,30035,30038,30035,30036,30038,30038,30036,30039,30038,30039,30040,30040,30039,30041,30037,30038,30042,30042,30038,30040,30019,30031,30023,30023,30031,30043,30031,30032,30043,30043,30032,30037,30043,30037,30044,30044,30037,30042,30023,30043,30025,30025,30043,30044,29077,29096,30034,30034,29096,30045,29094,30046,29096,29096,30046,30045,30046,30047,30045,30045,30047,30048,30034,30045,30036,30036,30045,30048,29093,30049,29094,29094,30049,30046,29092,30050,29093,29093,30050,30049,30050,30051,30049,30049,30051,30052,30049,30052,30046,30046,30052,30047,30052,30053,30047,30047,30053,30054,30051,30055,30052,30052,30055,30053,30055,30056,30053,30053,30056,30057,30053,30057,30054,30054,30057,30058,30048,30059,30036,30036,30059,30039,30047,30054,30048,30048,30054,30059,30054,30058,30059,30059,30058,30060,30059,30060,30039,30039,30060,30041,29112,30061,29092,29092,30061,30050,29110,30062,29112,29112,30062,30061,30062,30063,30061,30061,30063,30064,30061,30064,30050,30050,30064,30051,29109,30065,29110,29110,30065,30062,29108,30066,29109,29109,30066,30065,30066,30067,30065,30065,30067,30068,30065,30068,30062,30062,30068,30063,30068,30069,30063,30063,30069,30070,30067,30071,30068,30068,30071,30069,30071,30072,30069,30069,30072,30073,30069,30073,30070,30070,30073,30074,30064,30075,30051,30051,30075,30055,30063,30070,30064,30064,30070,30075,30070,30074,30075,30075,30074,30076,30075,30076,30055,30055,30076,30056,29128,30077,29108,29108,30077,30066,29126,30078,29128,29128,30078,30077,30078,30079,30077,30077,30079,30080,30077,30080,30066,30066,30080,30067,29125,30081,29126,29126,30081,30078,29125,29124,30081,30081,29124,30082,30081,30082,30083,30083,30082,30084,30078,30081,30079,30079,30081,30083,30079,30083,30085,30085,30083,30086,30083,30084,30086,30086,30084,30087,30087,30088,30086,30086,30088,30089,30085,30086,30090,30090,30086,30089,30080,30091,30067,30067,30091,30071,30079,30085,30080,30080,30085,30091,30091,30085,30092,30092,30085,30090,30091,30092,30071,30071,30092,30072,29144,30093,29124,29124,30093,30082,29142,30094,29144,29144,30094,30093,30094,30095,30093,30093,30095,30096,30093,30096,30082,30082,30096,30084,29141,30097,29142,29142,30097,30094,29140,30098,29141,29141,30098,30097,30098,30099,30097,30097,30099,30100,30097,30100,30094,30094,30100,30095,30100,30101,30095,30095,30101,30102,30099,30103,30100,30100,30103,30101,30103,30104,30101,30101,30104,30105,30101,30105,30102,30102,30105,30106,30096,30107,30084,30084,30107,30087,30095,30102,30096,30096,30102,30107,30102,30106,30107,30107,30106,30108,30107,30108,30087,30087,30108,30088,29160,30109,29140,29140,30109,30098,29158,30110,29160,29160,30110,30109,30110,30111,30109,30109,30111,30112,30109,30112,30098,30098,30112,30099,29157,30113,29158,29158,30113,30110,29156,30114,29157,29157,30114,30113,30114,30115,30113,30113,30115,30116,30113,30116,30110,30110,30116,30111,30116,30117,30111,30111,30117,30118,30115,30119,30116,30116,30119,30117,30119,30120,30117,30117,30120,30121,30117,30121,30118,30118,30121,30122,30112,30123,30099,30099,30123,30103,30111,30118,30112,30112,30118,30123,30118,30122,30123,30123,30122,30124,30123,30124,30103,30103,30124,30104,29180,29179,30125,30125,29179,30126,29179,29176,30126,30126,29176,30127,30126,30127,30128,30128,30127,30129,30125,30126,30130,30130,30126,30128,29176,29175,30127,30127,29175,30131,29175,29174,30131,30131,29174,30132,30131,30132,30133,30133,30132,30134,30127,30131,30129,30129,30131,30133,30129,30133,30135,30135,30133,30136,30133,30134,30136,30136,30134,30137,30136,30137,30138,30138,30137,30139,30135,30136,30140,30140,30136,30138,30130,30128,30141,30141,30128,30142,30128,30129,30142,30142,30129,30135,30142,30135,30143,30143,30135,30140,30141,30142,30144,30144,30142,30143,29196,30145,29174,29174,30145,30132,29194,30146,29196,29196,30146,30145,30145,30146,30147,30147,30146,30148,30132,30145,30134,30134,30145,30147,29193,30149,29194,29194,30149,30146,29192,30150,29193,29193,30150,30149,30150,30151,30149,30149,30151,30152,30146,30149,30148,30148,30149,30152,30148,30152,30153,30153,30152,30154,30152,30151,30154,30154,30151,30155,30154,30155,30156,30156,30155,30157,30153,30154,30158,30158,30154,30156,30134,30147,30137,30137,30147,30159,30147,30148,30159,30159,30148,30153,30159,30153,30160,30160,30153,30158,30137,30159,30139,30139,30159,30160,29212,30161,29192,29192,30161,30150,29210,30162,29212,29212,30162,30161,30161,30162,30163,30163,30162,30164,30161,30163,30150,30150,30163,30151,29210,29208,30162,30162,29208,30165,29208,29209,30165,30165,29209,30166,30165,30166,30167,30167,30166,30168,30162,30165,30164,30164,30165,30167,30164,30167,30169,30169,30167,30170,30167,30168,30170,30170,30168,30171,30170,30171,30172,30172,30171,30173,30169,30170,30174,30174,30170,30172,30151,30163,30155,30155,30163,30175,30163,30164,30175,30175,30164,30169,30175,30169,30176,30176,30169,30174,30155,30175,30157,30157,30175,30176,29209,29228,30166,30166,29228,30177,29228,29226,30177,30177,29226,30178,30177,30178,30179,30179,30178,30180,30166,30177,30168,30168,30177,30179,29226,29224,30178,30178,29224,30181,29224,29225,30181,30181,29225,30182,30181,30182,30183,30183,30182,30184,30178,30181,30180,30180,30181,30183,30180,30183,30185,30185,30183,30186,30183,30184,30186,30186,30184,30187,30186,30187,30188,30188,30187,30189,30185,30186,30190,30190,30186,30188,30168,30179,30171,30171,30179,30191,30179,30180,30191,30191,30180,30185,30191,30185,30192,30192,30185,30190,30171,30191,30173,30173,30191,30192,29225,29244,30182,30182,29244,30193,29244,29242,30193,30193,29242,30194,30193,30194,30195,30195,30194,30196,30182,30193,30184,30184,30193,30195,29242,29240,30194,30194,29240,30197,29240,29241,30197,30197,29241,30198,30197,30198,30199,30199,30198,30200,30194,30197,30196,30196,30197,30199,30196,30199,30201,30201,30199,30202,30199,30200,30202,30202,30200,30203,30202,30203,30204,30204,30203,30205,30201,30202,30206,30206,30202,30204,30184,30195,30187,30187,30195,30207,30195,30196,30207,30207,30196,30201,30207,30201,30208,30208,30201,30206,30187,30207,30189,30189,30207,30208,29241,29260,30198,30198,29260,30209,29260,29258,30209,30209,29258,30210,30209,30210,30211,30211,30210,30212,30198,30209,30200,30200,30209,30211,29258,29256,30210,30210,29256,30213,29256,29257,30213,30213,29257,30214,30213,30214,30215,30215,30214,30216,30210,30213,30212,30212,30213,30215,30212,30215,30217,30217,30215,30218,30215,30216,30218,30218,30216,30219,30218,30219,30220,30220,30219,30221,30217,30218,30222,30222,30218,30220,30200,30211,30203,30203,30211,30223,30211,30212,30223,30223,30212,30217,30223,30217,30224,30224,30217,30222,30203,30223,30205,30205,30223,30224,29257,29276,30214,30214,29276,30225,29276,29274,30225,30225,29274,30226,30225,30226,30227,30227,30226,30228,30214,30225,30216,30216,30225,30227,29274,29272,30226,30226,29272,30229,29272,29273,30229,30229,29273,30230,30229,30230,30231,30231,30230,30232,30226,30229,30228,30228,30229,30231,30228,30231,30233,30233,30231,30234,30231,30232,30234,30234,30232,30235,30234,30235,30236,30236,30235,30237,30233,30234,30238,30238,30234,30236,30216,30227,30219,30219,30227,30239,30227,30228,30239,30239,30228,30233,30239,30233,30240,30240,30233,30238,30219,30239,30221,30221,30239,30240,29273,29292,30230,30230,29292,30241,29292,29290,30241,30241,29290,30242,30241,30242,30243,30243,30242,30244,30230,30241,30232,30232,30241,30243,29290,29288,30242,30242,29288,30245,29288,29289,30245,30245,29289,30246,30245,30246,30247,30247,30246,30248,30242,30245,30244,30244,30245,30247,30244,30247,30249,30249,30247,30250,30247,30248,30250,30250,30248,30251,30250,30251,30252,30252,30251,30253,30249,30250,30254,30254,30250,30252,30232,30243,30235,30235,30243,30255,30243,30244,30255,30255,30244,30249,30255,30249,30256,30256,30249,30254,30235,30255,30237,30237,30255,30256,29289,29308,30246,30246,29308,30257,29308,29306,30257,30257,29306,30258,30257,30258,30259,30259,30258,30260,30246,30257,30248,30248,30257,30259,29306,29304,30258,30258,29304,30261,29304,29305,30261,30261,29305,30262,30261,30262,30263,30263,30262,30264,30258,30261,30260,30260,30261,30263,30260,30263,30265,30265,30263,30266,30263,30264,30266,30266,30264,30267,30266,30267,30268,30268,30267,30269,30265,30266,30270,30270,30266,30268,30248,30259,30251,30251,30259,30271,30259,30260,30271,30271,30260,30265,30271,30265,30272,30272,30265,30270,30251,30271,30253,30253,30271,30272,29305,29324,30262,30262,29324,30273,29324,29322,30273,30273,29322,30274,30273,30274,30275,30275,30274,30276,30262,30273,30264,30264,30273,30275,29322,29320,30274,30274,29320,30277,29320,29321,30277,30277,29321,30278,30277,30278,30279,30279,30278,30280,30274,30277,30276,30276,30277,30279,30276,30279,30281,30281,30279,30282,30279,30280,30282,30282,30280,30283,30282,30283,30284,30284,30283,30285,30281,30282,30286,30286,30282,30284,30264,30275,30267,30267,30275,30287,30275,30276,30287,30287,30276,30281,30287,30281,30288,30288,30281,30286,30267,30287,30269,30269,30287,30288,29321,29340,30278,30278,29340,30289,29340,29338,30289,30289,29338,30290,30289,30290,30291,30291,30290,30292,30278,30289,30280,30280,30289,30291,29338,29337,30290,30290,29337,30293,29336,30294,29337,29337,30294,30293,30294,30295,30293,30293,30295,30296,30290,30293,30292,30292,30293,30296,30296,30297,30292,30292,30297,30298,30295,30299,30296,30296,30299,30297,30299,30300,30297,30297,30300,30301,30297,30301,30298,30298,30301,30302,30280,30291,30283,30283,30291,30303,30291,30292,30303,30303,30292,30298,30298,30302,30303,30303,30302,30304,30283,30303,30285,30285,30303,30304,29356,30305,29336,29336,30305,30294,29354,30306,29356,29356,30306,30305,30306,30307,30305,30305,30307,30308,30305,30308,30294,30294,30308,30295,29353,30309,29354,29354,30309,30306,29352,30310,29353,29353,30310,30309,30310,30311,30309,30309,30311,30312,30309,30312,30306,30306,30312,30307,30312,30313,30307,30307,30313,30314,30311,30315,30312,30312,30315,30313,30315,30316,30313,30313,30316,30317,30313,30317,30314,30314,30317,30318,30308,30319,30295,30295,30319,30299,30307,30314,30308,30308,30314,30319,30314,30318,30319,30319,30318,30320,30319,30320,30299,30299,30320,30300,29372,30321,29352,29352,30321,30310,29370,30322,29372,29372,30322,30321,30322,30323,30321,30321,30323,30324,30321,30324,30310,30310,30324,30311,29369,30325,29370,29370,30325,30322,29368,30326,29369,29369,30326,30325,30326,30327,30325,30325,30327,30328,30325,30328,30322,30322,30328,30323,30328,30329,30323,30323,30329,30330,30327,30331,30328,30328,30331,30329,30331,30332,30329,30329,30332,30333,30329,30333,30330,30330,30333,30334,30324,30335,30311,30311,30335,30315,30323,30330,30324,30324,30330,30335,30330,30334,30335,30335,30334,30336,30335,30336,30315,30315,30336,30316,29368,29388,30326,30326,29388,30337,29388,29386,30337,30337,29386,30338,30337,30338,30339,30339,30338,30340,30326,30337,30327,30327,30337,30339,29386,29384,30338,30338,29384,30341,29385,30342,29384,29384,30342,30341,30342,30343,30341,30341,30343,30344,30341,30344,30338,30338,30344,30340,30344,30345,30340,30340,30345,30346,30343,30347,30344,30344,30347,30345,30347,30348,30345,30345,30348,30349,30345,30349,30346,30346,30349,30350,30339,30351,30327,30327,30351,30331,30340,30346,30339,30339,30346,30351,30346,30350,30351,30351,30350,30352,30351,30352,30331,30331,30352,30332,29404,30353,29385,29385,30353,30342,29402,30354,29404,29404,30354,30353,30354,30355,30353,30353,30355,30356,30353,30356,30342,30342,30356,30343,29401,30357,29402,29402,30357,30354,29400,30358,29401,29401,30358,30357,30358,30359,30357,30357,30359,30360,30357,30360,30354,30354,30360,30355,30360,30361,30355,30355,30361,30362,30359,30363,30360,30360,30363,30361,30363,30364,30361,30361,30364,30365,30361,30365,30362,30362,30365,30366,30356,30367,30343,30343,30367,30347,30355,30362,30356,30356,30362,30367,30362,30366,30367,30367,30366,30368,30367,30368,30347,30347,30368,30348,29420,30369,29400,29400,30369,30358,29418,30370,29420,29420,30370,30369,30370,30371,30369,30369,30371,30372,30369,30372,30358,30358,30372,30359,29417,30373,29418,29418,30373,30370,29416,30374,29417,29417,30374,30373,30374,30375,30373,30373,30375,30376,30373,30376,30370,30370,30376,30371,30376,30377,30371,30371,30377,30378,30375,30379,30376,30376,30379,30377,30379,30380,30377,30377,30380,30381,30377,30381,30378,30378,30381,30382,30372,30383,30359,30359,30383,30363,30371,30378,30372,30372,30378,30383,30378,30382,30383,30383,30382,30384,30383,30384,30363,30363,30384,30364,29436,30385,29416,29416,30385,30374,29434,30386,29436,29436,30386,30385,30386,30387,30385,30385,30387,30388,30385,30388,30374,30374,30388,30375,29433,30389,29434,29434,30389,30386,29432,30390,29433,29433,30390,30389,30390,30391,30389,30389,30391,30392,30389,30392,30386,30386,30392,30387,30392,30393,30387,30387,30393,30394,30391,30395,30392,30392,30395,30393,30395,30396,30393,30393,30396,30397,30393,30397,30394,30394,30397,30398,30388,30399,30375,30375,30399,30379,30387,30394,30388,30388,30394,30399,30394,30398,30399,30399,30398,30400,30399,30400,30379,30379,30400,30380,29452,30401,29432,29432,30401,30390,29450,30402,29452,29452,30402,30401,30402,30403,30401,30401,30403,30404,30401,30404,30390,30390,30404,30391,29449,30405,29450,29450,30405,30402,29448,30406,29449,29449,30406,30405,30406,30407,30405,30405,30407,30408,30405,30408,30402,30402,30408,30403,30408,30409,30403,30403,30409,30410,30407,30411,30408,30408,30411,30409,30411,30412,30409,30409,30412,30413,30409,30413,30410,30410,30413,30414,30404,30415,30391,30391,30415,30395,30403,30410,30404,30404,30410,30415,30410,30414,30415,30415,30414,30416,30415,30416,30395,30395,30416,30396,29468,30417,29448,29448,30417,30406,29466,30418,29468,29468,30418,30417,30418,30419,30417,30417,30419,30420,30417,30420,30406,30406,30420,30407,29465,30421,29466,29466,30421,30418,29464,30422,29465,29465,30422,30421,30422,30423,30421,30421,30423,30424,30421,30424,30418,30418,30424,30419,30424,30425,30419,30419,30425,30426,30423,30427,30424,30424,30427,30425,30427,30428,30425,30425,30428,30429,30425,30429,30426,30426,30429,30430,30420,30431,30407,30407,30431,30411,30419,30426,30420,30420,30426,30431,30426,30430,30431,30431,30430,30432,30431,30432,30411,30411,30432,30412,29484,30433,29464,29464,30433,30422,29482,30434,29484,29484,30434,30433,30434,30435,30433,30433,30435,30436,30433,30436,30422,30422,30436,30423,29481,30437,29482,29482,30437,30434,29480,30438,29481,29481,30438,30437,30438,30439,30437,30437,30439,30440,30437,30440,30434,30434,30440,30435,30440,30441,30435,30435,30441,30442,30439,30443,30440,30440,30443,30441,30443,30444,30441,30441,30444,30445,30441,30445,30442,30442,30445,30446,30436,30447,30423,30423,30447,30427,30435,30442,30436,30436,30442,30447,30442,30446,30447,30447,30446,30448,30447,30448,30427,30427,30448,30428,29500,30449,29480,29480,30449,30438,29498,30450,29500,29500,30450,30449,30450,30451,30449,30449,30451,30452,30449,30452,30438,30438,30452,30439,29497,30453,29498,29498,30453,30450,29496,30454,29497,29497,30454,30453,30454,30455,30453,30453,30455,30456,30453,30456,30450,30450,30456,30451,30456,30457,30451,30451,30457,30458,30455,30459,30456,30456,30459,30457,30459,30460,30457,30457,30460,30461,30457,30461,30458,30458,30461,30462,30452,30463,30439,30439,30463,30443,30451,30458,30452,30452,30458,30463,30458,30462,30463,30463,30462,30464,30463,30464,30443,30443,30464,30444,29516,30465,29496,29496,30465,30454,29514,30466,29516,29516,30466,30465,30466,30467,30465,30465,30467,30468,30465,30468,30454,30454,30468,30455,29513,30469,29514,29514,30469,30466,29512,30470,29513,29513,30470,30469,30470,30471,30469,30469,30471,30472,30469,30472,30466,30466,30472,30467,30472,30473,30467,30467,30473,30474,30471,30475,30472,30472,30475,30473,30475,30476,30473,30473,30476,30477,30473,30477,30474,30474,30477,30478,30468,30479,30455,30455,30479,30459,30467,30474,30468,30468,30474,30479,30474,30478,30479,30479,30478,30480,30479,30480,30459,30459,30480,30460,29532,30481,29512,29512,30481,30470,29530,30482,29532,29532,30482,30481,30482,30483,30481,30481,30483,30484,30481,30484,30470,30470,30484,30471,29529,30485,29530,29530,30485,30482,29528,30486,29529,29529,30486,30485,30486,30487,30485,30485,30487,30488,30485,30488,30482,30482,30488,30483,30488,30489,30483,30483,30489,30490,30487,30491,30488,30488,30491,30489,30491,30492,30489,30489,30492,30493,30489,30493,30490,30490,30493,30494,30484,30495,30471,30471,30495,30475,30483,30490,30484,30484,30490,30495,30490,30494,30495,30495,30494,30496,30495,30496,30475,30475,30496,30476,29548,30497,29528,29528,30497,30486,29546,30498,29548,29548,30498,30497,30498,30499,30497,30497,30499,30500,30497,30500,30486,30486,30500,30487,29545,30501,29546,29546,30501,30498,29544,30502,29545,29545,30502,30501,30502,30503,30501,30501,30503,30504,30501,30504,30498,30498,30504,30499,30504,30505,30499,30499,30505,30506,30503,30507,30504,30504,30507,30505,30507,30508,30505,30505,30508,30509,30505,30509,30506,30506,30509,30510,30500,30511,30487,30487,30511,30491,30499,30506,30500,30500,30506,30511,30506,30510,30511,30511,30510,30512,30511,30512,30491,30491,30512,30492,29564,30513,29544,29544,30513,30502,29562,30514,29564,29564,30514,30513,30514,30515,30513,30513,30515,30516,30513,30516,30502,30502,30516,30503,29561,30517,29562,29562,30517,30514,29560,30518,29561,29561,30518,30517,30518,30519,30517,30517,30519,30520,30517,30520,30514,30514,30520,30515,30520,30521,30515,30515,30521,30522,30519,30523,30520,30520,30523,30521,30523,30524,30521,30521,30524,30525,30521,30525,30522,30522,30525,30526,30516,30527,30503,30503,30527,30507,30515,30522,30516,30516,30522,30527,30522,30526,30527,30527,30526,30528,30527,30528,30507,30507,30528,30508,29580,30529,29560,29560,30529,30518,29578,30530,29580,29580,30530,30529,30530,30531,30529,30529,30531,30532,30529,30532,30518,30518,30532,30519,29577,30533,29578,29578,30533,30530,29576,30534,29577,29577,30534,30533,30534,30535,30533,30533,30535,30536,30533,30536,30530,30530,30536,30531,30536,30537,30531,30531,30537,30538,30535,30539,30536,30536,30539,30537,30539,30540,30537,30537,30540,30541,30537,30541,30538,30538,30541,30542,30532,30543,30519,30519,30543,30523,30531,30538,30532,30532,30538,30543,30538,30542,30543,30543,30542,30544,30543,30544,30523,30523,30544,30524,29596,30545,29576,29576,30545,30534,29594,30546,29596,29596,30546,30545,30546,30547,30545,30545,30547,30548,30545,30548,30534,30534,30548,30535,29593,30549,29594,29594,30549,30546,29592,30550,29593,29593,30550,30549,30550,30551,30549,30549,30551,30552,30549,30552,30546,30546,30552,30547,30552,30553,30547,30547,30553,30554,30551,30555,30552,30552,30555,30553,30555,30556,30553,30553,30556,30557,30553,30557,30554,30554,30557,30558,30548,30559,30535,30535,30559,30539,30547,30554,30548,30548,30554,30559,30554,30558,30559,30559,30558,30560,30559,30560,30539,30539,30560,30540,29612,30561,29592,29592,30561,30550,29610,30562,29612,29612,30562,30561,30562,30563,30561,30561,30563,30564,30561,30564,30550,30550,30564,30551,29609,30565,29610,29610,30565,30562,29608,30566,29609,29609,30566,30565,30566,30567,30565,30565,30567,30568,30565,30568,30562,30562,30568,30563,30568,30569,30563,30563,30569,30570,30567,30571,30568,30568,30571,30569,30571,30572,30569,30569,30572,30573,30569,30573,30570,30570,30573,30574,30564,30575,30551,30551,30575,30555,30563,30570,30564,30564,30570,30575,30570,30574,30575,30575,30574,30576,30575,30576,30555,30555,30576,30556,29628,30577,29608,29608,30577,30566,29626,30578,29628,29628,30578,30577,30578,30579,30577,30577,30579,30580,30577,30580,30566,30566,30580,30567,29625,30581,29626,29626,30581,30578,29624,30582,29625,29625,30582,30581,30582,30583,30581,30581,30583,30584,30581,30584,30578,30578,30584,30579,30584,30585,30579,30579,30585,30586,30583,30587,30584,30584,30587,30585,30587,30588,30585,30585,30588,30589,30585,30589,30586,30586,30589,30590,30580,30591,30567,30567,30591,30571,30579,30586,30580,30580,30586,30591,30586,30590,30591,30591,30590,30592,30591,30592,30571,30571,30592,30572,29624,29644,30582,30582,29644,30593,29644,29642,30593,30593,29642,30594,30593,30594,30595,30595,30594,30596,30582,30593,30583,30583,30593,30595,29642,29640,30594,30594,29640,30597,29640,29641,30597,30597,29641,30598,30597,30598,30599,30599,30598,30600,30594,30597,30596,30596,30597,30599,30596,30599,30601,30601,30599,30602,30599,30600,30602,30602,30600,30603,30602,30603,30604,30604,30603,30605,30601,30602,30606,30606,30602,30604,30583,30595,30587,30587,30595,30607,30595,30596,30607,30607,30596,30601,30607,30601,30608,30608,30601,30606,30587,30607,30588,30588,30607,30608,29641,29660,30598,30598,29660,30609,29660,29658,30609,30609,29658,30610,30609,30610,30611,30611,30610,30612,30598,30609,30600,30600,30609,30611,29658,29656,30610,30610,29656,30613,29656,29657,30613,30613,29657,30614,30613,30614,30615,30615,30614,30616,30610,30613,30612,30612,30613,30615,30612,30615,30617,30617,30615,30618,30615,30616,30618,30618,30616,30619,30618,30619,30620,30620,30619,30621,30617,30618,30622,30622,30618,30620,30600,30611,30603,30603,30611,30623,30611,30612,30623,30623,30612,30617,30623,30617,30624,30624,30617,30622,30603,30623,30605,30605,30623,30624,29657,29676,30614,30614,29676,30625,29674,30626,29676,29676,30626,30625,30626,30627,30625,30625,30627,30628,30614,30625,30616,30616,30625,30628,29673,30629,29674,29674,30629,30626,29672,30630,29673,29673,30630,30629,30630,30631,30629,30629,30631,30632,30629,30632,30626,30626,30632,30627,30632,30633,30627,30627,30633,30634,30631,30635,30632,30632,30635,30633,30635,30636,30633,30633,30636,30637,30633,30637,30634,30634,30637,30638,30628,30639,30616,30616,30639,30619,30627,30634,30628,30628,30634,30639,30634,30638,30639,30639,30638,30640,30639,30640,30619,30619,30640,30621,29692,30641,29672,29672,30641,30630,29690,30642,29692,29692,30642,30641,30642,30643,30641,30641,30643,30644,30641,30644,30630,30630,30644,30631,29689,30645,29690,29690,30645,30642,29688,30646,29689,29689,30646,30645,30646,30647,30645,30645,30647,30648,30645,30648,30642,30642,30648,30643,30648,30649,30643,30643,30649,30650,30647,30651,30648,30648,30651,30649,30651,30652,30649,30649,30652,30653,30649,30653,30650,30650,30653,30654,30644,30655,30631,30631,30655,30635,30643,30650,30644,30644,30650,30655,30650,30654,30655,30655,30654,30656,30655,30656,30635,30635,30656,30636,29708,30657,29688,29688,30657,30646,29706,30658,29708,29708,30658,30657,30658,30659,30657,30657,30659,30660,30657,30660,30646,30646,30660,30647,29705,30661,29706,29706,30661,30658,29704,30662,29705,29705,30662,30661,30662,30663,30661,30661,30663,30664,30661,30664,30658,30658,30664,30659,30664,30665,30659,30659,30665,30666,30663,30667,30664,30664,30667,30665,30667,30668,30665,30665,30668,30669,30665,30669,30666,30666,30669,30670,30660,30671,30647,30647,30671,30651,30659,30666,30660,30660,30666,30671,30666,30670,30671,30671,30670,30672,30671,30672,30651,30651,30672,30652,29724,30673,29704,29704,30673,30662,29722,30674,29724,29724,30674,30673,30674,30675,30673,30673,30675,30676,30673,30676,30662,30662,30676,30663,29720,30677,29722,29722,30677,30674,29720,29721,30677,30677,29721,30678,30678,30679,30677,30677,30679,30680,30677,30680,30674,30674,30680,30675,30680,30681,30675,30675,30681,30682,30679,30683,30680,30680,30683,30681,30683,30684,30681,30681,30684,30685,30681,30685,30682,30682,30685,30686,30676,30687,30663,30663,30687,30667,30675,30682,30676,30676,30682,30687,30682,30686,30687,30687,30686,30688,30687,30688,30667,30667,30688,30668,29721,29740,30678,30678,29740,30689,29740,29738,30689,30689,29738,30690,30689,30690,30691,30691,30690,30692,30678,30689,30679,30679,30689,30691,29738,29736,30690,30690,29736,30693,29736,29737,30693,30693,29737,30694,30693,30694,30695,30695,30694,30696,30690,30693,30692,30692,30693,30695,30692,30695,30697,30697,30695,30698,30695,30696,30698,30698,30696,30699,30698,30699,30700,30700,30699,30701,30697,30698,30702,30702,30698,30700,30679,30691,30683,30683,30691,30703,30691,30692,30703,30703,30692,30697,30703,30697,30704,30704,30697,30702,30683,30703,30684,30684,30703,30704,29737,29756,30694,30694,29756,30705,29756,29754,30705,30705,29754,30706,30705,30706,30707,30707,30706,30708,30694,30705,30696,30696,30705,30707,29754,29752,30706,30706,29752,30709,29752,29753,30709,30709,29753,30710,30709,30710,30711,30711,30710,30712,30706,30709,30708,30708,30709,30711,30708,30711,30713,30713,30711,30714,30711,30712,30714,30714,30712,30715,30714,30715,30716,30716,30715,30717,30713,30714,30718,30718,30714,30716,30696,30707,30699,30699,30707,30719,30707,30708,30719,30719,30708,30713,30719,30713,30720,30720,30713,30718,30699,30719,30701,30701,30719,30720,29753,29772,30710,30710,29772,30721,29772,29770,30721,30721,29770,30722,30721,30722,30723,30723,30722,30724,30710,30721,30712,30712,30721,30723,29770,29768,30722,30722,29768,30725,29768,29769,30725,30725,29769,30726,30725,30726,30727,30727,30726,30728,30722,30725,30724,30724,30725,30727,30724,30727,30729,30729,30727,30730,30727,30728,30730,30730,30728,30731,30730,30731,30732,30732,30731,30733,30729,30730,30734,30734,30730,30732,30712,30723,30715,30715,30723,30735,30723,30724,30735,30735,30724,30729,30735,30729,30736,30736,30729,30734,30715,30735,30717,30717,30735,30736,29769,29788,30726,30726,29788,30737,29788,29786,30737,30737,29786,30738,30737,30738,30739,30739,30738,30740,30726,30737,30728,30728,30737,30739,29786,29784,30738,30738,29784,30741,29784,29785,30741,30741,29785,30742,30741,30742,30743,30743,30742,30744,30738,30741,30740,30740,30741,30743,30740,30743,30745,30745,30743,30746,30743,30744,30746,30746,30744,30747,30746,30747,30748,30748,30747,30749,30745,30746,30750,30750,30746,30748,30728,30739,30731,30731,30739,30751,30739,30740,30751,30751,30740,30745,30751,30745,30752,30752,30745,30750,30731,30751,30733,30733,30751,30752,29785,29804,30742,30742,29804,30753,29804,29802,30753,30753,29802,30754,30753,30754,30755,30755,30754,30756,30742,30753,30744,30744,30753,30755,29802,29800,30754,30754,29800,30757,29800,29801,30757,30757,29801,30758,30757,30758,30759,30759,30758,30760,30754,30757,30756,30756,30757,30759,30756,30759,30761,30761,30759,30762,30759,30760,30762,30762,30760,30763,30762,30763,30764,30764,30763,30765,30761,30762,30766,30766,30762,30764,30744,30755,30747,30747,30755,30767,30755,30756,30767,30767,30756,30761,30767,30761,30768,30768,30761,30766,30747,30767,30749,30749,30767,30768,29801,29820,30758,30758,29820,30769,29820,29818,30769,30769,29818,30770,30769,30770,30771,30771,30770,30772,30758,30769,30760,30760,30769,30771,29818,29816,30770,30770,29816,30773,29816,29817,30773,30773,29817,30774,30773,30774,30775,30775,30774,30776,30770,30773,30772,30772,30773,30775,30772,30775,30777,30777,30775,30778,30775,30776,30778,30778,30776,30779,30778,30779,30780,30780,30779,30781,30777,30778,30782,30782,30778,30780,30760,30771,30763,30763,30771,30783,30771,30772,30783,30783,30772,30777,30783,30777,30784,30784,30777,30782,30763,30783,30765,30765,30783,30784,29817,29836,30774,30774,29836,30785,29836,29834,30785,30785,29834,30786,30785,30786,30787,30787,30786,30788,30774,30785,30776,30776,30785,30787,29834,29832,30786,30786,29832,30789,29832,29833,30789,30789,29833,30790,30789,30790,30791,30791,30790,30792,30786,30789,30788,30788,30789,30791,30788,30791,30793,30793,30791,30794,30791,30792,30794,30794,30792,30795,30794,30795,30796,30796,30795,30797,30793,30794,30798,30798,30794,30796,30776,30787,30779,30779,30787,30799,30787,30788,30799,30799,30788,30793,30799,30793,30800,30800,30793,30798,30779,30799,30781,30781,30799,30800,29833,29852,30790,30790,29852,30801,29852,29850,30801,30801,29850,30802,30801,30802,30803,30803,30802,30804,30790,30801,30792,30792,30801,30803,29850,29848,30802,30802,29848,30805,29848,29849,30805,30805,29849,30806,30805,30806,30807,30807,30806,30808,30802,30805,30804,30804,30805,30807,30804,30807,30809,30809,30807,30810,30807,30808,30810,30810,30808,30811,30810,30811,30812,30812,30811,30813,30809,30810,30814,30814,30810,30812,30792,30803,30795,30795,30803,30815,30803,30804,30815,30815,30804,30809,30815,30809,30816,30816,30809,30814,30795,30815,30797,30797,30815,30816,29849,29868,30806,30806,29868,30817,29868,29866,30817,30817,29866,30818,30817,30818,30819,30819,30818,30820,30806,30817,30808,30808,30817,30819,29866,29864,30818,30818,29864,30821,29864,29865,30821,30821,29865,30822,30821,30822,30823,30823,30822,30824,30818,30821,30820,30820,30821,30823,30820,30823,30825,30825,30823,30826,30823,30824,30826,30826,30824,30827,30826,30827,30828,30828,30827,30829,30825,30826,30830,30830,30826,30828,30808,30819,30811,30811,30819,30831,30819,30820,30831,30831,30820,30825,30831,30825,30832,30832,30825,30830,30811,30831,30813,30813,30831,30832,29865,29884,30822,30822,29884,30833,29884,29882,30833,30833,29882,30834,30833,30834,30835,30835,30834,30836,30822,30833,30824,30824,30833,30835,29882,29880,30834,30834,29880,30837,29880,29881,30837,30837,29881,30838,30837,30838,30839,30839,30838,30840,30834,30837,30836,30836,30837,30839,30836,30839,30841,30841,30839,30842,30839,30840,30842,30842,30840,30843,30842,30843,30844,30844,30843,30845,30841,30842,30846,30846,30842,30844,30824,30835,30827,30827,30835,30847,30835,30836,30847,30847,30836,30841,30847,30841,30848,30848,30841,30846,30827,30847,30829,30829,30847,30848,29881,29900,30838,30838,29900,30849,29900,29898,30849,30849,29898,30850,30849,30850,30851,30851,30850,30852,30838,30849,30840,30840,30849,30851,29898,29896,30850,30850,29896,30853,29896,29897,30853,30853,29897,30854,30853,30854,30855,30855,30854,30856,30850,30853,30852,30852,30853,30855,30852,30855,30857,30857,30855,30858,30855,30856,30858,30858,30856,30859,30858,30859,30860,30860,30859,30861,30857,30858,30862,30862,30858,30860,30840,30851,30843,30843,30851,30863,30851,30852,30863,30863,30852,30857,30863,30857,30864,30864,30857,30862,30843,30863,30845,30845,30863,30864,29897,29916,30854,30854,29916,30865,29916,29914,30865,30865,29914,30866,30865,30866,30867,30867,30866,30868,30854,30865,30856,30856,30865,30867,29914,29912,30866,30866,29912,30869,29912,29913,30869,30869,29913,30870,30869,30870,30871,30871,30870,30872,30866,30869,30868,30868,30869,30871,30868,30871,30873,30873,30871,30874,30871,30872,30874,30874,30872,30875,30874,30875,30876,30876,30875,30877,30873,30874,30878,30878,30874,30876,30856,30867,30859,30859,30867,30879,30867,30868,30879,30879,30868,30873,30879,30873,30880,30880,30873,30878,30859,30879,30861,30861,30879,30880,29913,29932,30870,30870,29932,30881,29932,29930,30881,30881,29930,30882,30881,30882,30883,30883,30882,30884,30870,30881,30872,30872,30881,30883,29930,29928,30882,30882,29928,30885,29928,29929,30885,30885,29929,30886,30885,30886,30887,30887,30886,30888,30882,30885,30884,30884,30885,30887,30884,30887,30889,30889,30887,30890,30887,30888,30890,30890,30888,30891,30890,30891,30892,30892,30891,30893,30889,30890,30894,30894,30890,30892,30872,30883,30875,30875,30883,30895,30883,30884,30895,30895,30884,30889,30895,30889,30896,30896,30889,30894,30875,30895,30877,30877,30895,30896,29929,29948,30886,30886,29948,30897,29948,29946,30897,30897,29946,30898,30897,30898,30899,30899,30898,30900,30886,30897,30888,30888,30897,30899,29946,29944,30898,30898,29944,30901,29944,29945,30901,30901,29945,30902,30901,30902,30903,30903,30902,30904,30898,30901,30900,30900,30901,30903,30900,30903,30905,30905,30903,30906,30903,30904,30906,30906,30904,30907,30906,30907,30908,30908,30907,30909,30905,30906,30910,30910,30906,30908,30888,30899,30891,30891,30899,30911,30899,30900,30911,30911,30900,30905,30911,30905,30912,30912,30905,30910,30891,30911,30893,30893,30911,30912,29945,29964,30902,30902,29964,30913,29964,29962,30913,30913,29962,30914,30913,30914,30915,30915,30914,30916,30902,30913,30904,30904,30913,30915,29962,29960,30914,30914,29960,30917,29960,29961,30917,30917,29961,30918,30917,30918,30919,30919,30918,30920,30914,30917,30916,30916,30917,30919,30916,30919,30921,30921,30919,30922,30919,30920,30922,30922,30920,30923,30922,30923,30924,30924,30923,30925,30921,30922,30926,30926,30922,30924,30904,30915,30907,30907,30915,30927,30915,30916,30927,30927,30916,30921,30927,30921,30928,30928,30921,30926,30907,30927,30909,30909,30927,30928,29961,29980,30918,30918,29980,30929,29980,29978,30929,30929,29978,30930,30929,30930,30931,30931,30930,30932,30918,30929,30920,30920,30929,30931,29978,29976,30930,30930,29976,30933,29976,29977,30933,30933,29977,30934,30933,30934,30935,30935,30934,30936,30930,30933,30932,30932,30933,30935,30932,30935,30937,30937,30935,30938,30935,30936,30938,30938,30936,30939,30938,30939,30940,30940,30939,30941,30937,30938,30942,30942,30938,30940,30920,30931,30923,30923,30931,30943,30931,30932,30943,30943,30932,30937,30943,30937,30944,30944,30937,30942,30923,30943,30925,30925,30943,30944,29977,29996,30934,30934,29996,30945,29996,29994,30945,30945,29994,30946,30945,30946,30947,30947,30946,30948,30934,30945,30936,30936,30945,30947,29994,29992,30946,30946,29992,30949,29992,29993,30949,30949,29993,30950,30949,30950,30951,30951,30950,30952,30946,30949,30948,30948,30949,30951,30948,30951,30953,30953,30951,30954,30951,30952,30954,30954,30952,30955,30955,30956,30954,30954,30956,30957,30953,30954,30958,30958,30954,30957,30936,30947,30939,30939,30947,30959,30947,30948,30959,30959,30948,30953,30959,30953,30960,30960,30953,30958,30939,30959,30941,30941,30959,30960,29993,30012,30950,30950,30012,30961,30012,30010,30961,30961,30010,30962,30961,30962,30963,30963,30962,30964,30950,30961,30952,30952,30961,30963,30010,30009,30962,30962,30009,30965,30008,30966,30009,30009,30966,30965,30966,30967,30965,30965,30967,30968,30962,30965,30964,30964,30965,30968,30968,30969,30964,30964,30969,30970,30967,30971,30968,30968,30971,30969,30971,30972,30969,30969,30972,30973,30969,30973,30970,30970,30973,30974,30952,30963,30955,30955,30963,30975,30964,30970,30963,30963,30970,30975,30970,30974,30975,30975,30974,30976,30975,30976,30955,30955,30976,30956,30028,30977,30008,30008,30977,30966,30026,30978,30028,30028,30978,30977,30978,30979,30977,30977,30979,30980,30977,30980,30966,30966,30980,30967,30024,30981,30026,30026,30981,30978,30025,30982,30024,30024,30982,30981,30982,30983,30981,30981,30983,30984,30981,30984,30978,30978,30984,30979,30984,30985,30979,30979,30985,30986,30983,30987,30984,30984,30987,30985,30987,30988,30985,30985,30988,30989,30985,30989,30986,30986,30989,30990,30980,30991,30967,30967,30991,30971,30979,30986,30980,30980,30986,30991,30986,30990,30991,30991,30990,30992,30991,30992,30971,30971,30992,30972,30044,30993,30025,30025,30993,30982,30044,30042,30993,30993,30042,30994,30994,30995,30993,30993,30995,30996,30993,30996,30982,30982,30996,30983,30042,30040,30994,30994,30040,30997,30041,30998,30040,30040,30998,30997,30998,30999,30997,30997,30999,31000,30997,31000,30994,30994,31000,30995,31000,31001,30995,30995,31001,31002,30999,31003,31000,31000,31003,31001,31003,31004,31001,31001,31004,31005,31001,31005,31002,31002,31005,31006,30996,31007,30983,30983,31007,30987,30995,31002,30996,30996,31002,31007,31002,31006,31007,31007,31006,31008,31007,31008,30987,30987,31008,30988,30060,31009,30041,30041,31009,30998,30058,31010,30060,30060,31010,31009,31010,31011,31009,31009,31011,31012,31009,31012,30998,30998,31012,30999,30057,31013,30058,30058,31013,31010,30056,31014,30057,30057,31014,31013,31014,31015,31013,31013,31015,31016,31013,31016,31010,31010,31016,31011,31016,31017,31011,31011,31017,31018,31015,31019,31016,31016,31019,31017,31019,31020,31017,31017,31020,31021,31017,31021,31018,31018,31021,31022,31012,31023,30999,30999,31023,31003,31011,31018,31012,31012,31018,31023,31018,31022,31023,31023,31022,31024,31023,31024,31003,31003,31024,31004,30076,31025,30056,30056,31025,31014,30074,31026,30076,30076,31026,31025,31026,31027,31025,31025,31027,31028,31025,31028,31014,31014,31028,31015,30073,31029,30074,30074,31029,31026,30072,31030,30073,30073,31030,31029,31030,31031,31029,31029,31031,31032,31029,31032,31026,31026,31032,31027,31032,31033,31027,31027,31033,31034,31031,31035,31032,31032,31035,31033,31035,31036,31033,31033,31036,31037,31033,31037,31034,31034,31037,31038,31028,31039,31015,31015,31039,31019,31027,31034,31028,31028,31034,31039,31034,31038,31039,31039,31038,31040,31039,31040,31019,31019,31040,31020,30092,31041,30072,30072,31041,31030,30092,30090,31041,31041,30090,31042,31041,31042,31043,31043,31042,31044,31030,31041,31031,31031,31041,31043,30090,30089,31042,31042,30089,31045,30088,31046,30089,30089,31046,31045,31046,31047,31045,31045,31047,31048,31042,31045,31044,31044,31045,31048,31044,31048,31049,31049,31048,31050,31048,31047,31050,31050,31047,31051,31051,31052,31050,31050,31052,31053,31050,31053,31049,31049,31053,31054,31031,31043,31035,31035,31043,31055,31043,31044,31055,31055,31044,31049,31049,31054,31055,31055,31054,31056,31055,31056,31035,31035,31056,31036,30108,31057,30088,30088,31057,31046,30106,31058,30108,30108,31058,31057,31058,31059,31057,31057,31059,31060,31057,31060,31046,31046,31060,31047,30105,31061,30106,30106,31061,31058,30104,31062,30105,30105,31062,31061,31062,31063,31061,31061,31063,31064,31061,31064,31058,31058,31064,31059,31064,31065,31059,31059,31065,31066,31063,31067,31064,31064,31067,31065,31067,31068,31065,31065,31068,31069,31065,31069,31066,31066,31069,31070,31060,31071,31047,31047,31071,31051,31059,31066,31060,31060,31066,31071,31066,31070,31071,31071,31070,31072,31071,31072,31051,31051,31072,31052,30124,31073,30104,30104,31073,31062,30122,31074,30124,30124,31074,31073,31074,31075,31073,31073,31075,31076,31073,31076,31062,31062,31076,31063,30121,31077,30122,30122,31077,31074,30120,31078,30121,30121,31078,31077,31078,31079,31077,31077,31079,31080,31077,31080,31074,31074,31080,31075,31080,31081,31075,31075,31081,31082,31079,31083,31080,31080,31083,31081,31083,31084,31081,31081,31084,31085,31081,31085,31082,31082,31085,31086,31076,31087,31063,31063,31087,31067,31075,31082,31076,31076,31082,31087,31082,31086,31087,31087,31086,31088,31087,31088,31067,31067,31088,31068,30144,30143,31089,31089,30143,31090,30143,30140,31090,31090,30140,31091,31090,31091,31092,31092,31091,31093,31089,31090,31094,31094,31090,31092,30140,30138,31091,31091,30138,31095,30138,30139,31095,31095,30139,31096,31095,31096,31097,31097,31096,31098,31091,31095,31093,31093,31095,31097,31093,31097,31099,31099,31097,31100,31097,31098,31100,31100,31098,31101,31100,31101,31102,31102,31101,31103,31100,31102,31099,31099,31102,31104,31092,31105,31094,31094,31105,31106,31092,31093,31105,31105,31093,31099,31099,31104,31105,31105,31104,31107,31105,31107,31106,31106,31107,31108,30139,30160,31096,31096,30160,31109,30160,30158,31109,31109,30158,31110,31109,31110,31111,31111,31110,31112,31096,31109,31098,31098,31109,31111,30158,30156,31110,31110,30156,31113,30156,30157,31113,31113,30157,31114,31113,31114,31115,31115,31114,31116,31110,31113,31112,31112,31113,31115,31112,31115,31117,31117,31115,31118,31115,31116,31118,31118,31116,31119,31118,31119,31120,31120,31119,31121,31117,31118,31122,31122,31118,31120,31098,31111,31101,31101,31111,31123,31111,31112,31123,31123,31112,31117,31123,31117,31124,31124,31117,31122,31101,31123,31103,31103,31123,31124,30157,30176,31114,31114,30176,31125,30176,30174,31125,31125,30174,31126,31125,31126,31127,31127,31126,31128,31114,31125,31116,31116,31125,31127,30174,30172,31126,31126,30172,31129,30172,30173,31129,31129,30173,31130,31129,31130,31131,31131,31130,31132,31126,31129,31128,31128,31129,31131,31128,31131,31133,31133,31131,31134,31131,31132,31134,31134,31132,31135,31134,31135,31136,31136,31135,31137,31133,31134,31138,31138,31134,31136,31116,31127,31119,31119,31127,31139,31127,31128,31139,31139,31128,31133,31139,31133,31140,31140,31133,31138,31119,31139,31121,31121,31139,31140,30173,30192,31130,31130,30192,31141,30192,30190,31141,31141,30190,31142,31141,31142,31143,31143,31142,31144,31130,31141,31132,31132,31141,31143,30190,30188,31142,31142,30188,31145,30188,30189,31145,31145,30189,31146,31145,31146,31147,31147,31146,31148,31142,31145,31144,31144,31145,31147,31144,31147,31149,31149,31147,31150,31147,31148,31150,31150,31148,31151,31150,31151,31152,31152,31151,31153,31149,31150,31154,31154,31150,31152,31132,31143,31135,31135,31143,31155,31143,31144,31155,31155,31144,31149,31155,31149,31156,31156,31149,31154,31135,31155,31137,31137,31155,31156,30189,30208,31146,31146,30208,31157,30208,30206,31157,31157,30206,31158,31157,31158,31159,31159,31158,31160,31146,31157,31148,31148,31157,31159,30206,30204,31158,31158,30204,31161,30204,30205,31161,31161,30205,31162,31161,31162,31163,31163,31162,31164,31158,31161,31160,31160,31161,31163,31160,31163,31165,31165,31163,31166,31164,31167,31163,31163,31167,31166,31167,31168,31166,31166,31168,31169,31166,31169,31165,31165,31169,31170,31148,31159,31151,31151,31159,31171,31159,31160,31171,31171,31160,31165,31171,31165,31172,31172,31165,31170,31151,31171,31153,31153,31171,31172,30205,30224,31162,31162,30224,31173,30224,30222,31173,31173,30222,31174,31174,31175,31173,31173,31175,31176,31173,31176,31162,31162,31176,31164,30220,31177,30222,30222,31177,31174,30221,31178,30220,30220,31178,31177,31178,31179,31177,31177,31179,31180,31177,31180,31174,31174,31180,31175,31180,31181,31175,31175,31181,31182,31179,31183,31180,31180,31183,31181,31183,31184,31181,31181,31184,31185,31181,31185,31182,31182,31185,31186,31176,31187,31164,31164,31187,31167,31175,31182,31176,31176,31182,31187,31182,31186,31187,31187,31186,31188,31187,31188,31167,31167,31188,31168,30240,31189,30221,30221,31189,31178,30240,30238,31189,31189,30238,31190,31190,31191,31189,31189,31191,31192,31189,31192,31178,31178,31192,31179,30238,30236,31190,31190,30236,31193,30236,30237,31193,31193,30237,31194,31193,31194,31195,31195,31194,31196,31190,31193,31191,31191,31193,31195,31191,31195,31197,31197,31195,31198,31195,31196,31198,31198,31196,31199,31198,31199,31200,31200,31199,31201,31198,31200,31197,31197,31200,31202,31192,31203,31179,31179,31203,31183,31191,31197,31192,31192,31197,31203,31197,31202,31203,31203,31202,31204,31203,31204,31183,31183,31204,31184,30237,30256,31194,31194,30256,31205,30256,30254,31205,31205,30254,31206,31205,31206,31207,31207,31206,31208,31194,31205,31196,31196,31205,31207,30254,30252,31206,31206,30252,31209,30252,30253,31209,31209,30253,31210,31209,31210,31211,31211,31210,31212,31206,31209,31208,31208,31209,31211,31208,31211,31213,31213,31211,31214,31211,31212,31214,31214,31212,31215,31214,31215,31216,31216,31215,31217,31213,31214,31218,31218,31214,31216,31196,31207,31199,31199,31207,31219,31207,31208,31219,31219,31208,31213,31219,31213,31220,31220,31213,31218,31199,31219,31201,31201,31219,31220,30253,30272,31210,31210,30272,31221,30272,30270,31221,31221,30270,31222,31221,31222,31223,31223,31222,31224,31210,31221,31212,31212,31221,31223,30270,30268,31222,31222,30268,31225,30268,30269,31225,31225,30269,31226,31225,31226,31227,31227,31226,31228,31222,31225,31224,31224,31225,31227,31227,31229,31224,31224,31229,31230,31227,31228,31229,31229,31228,31231,31231,31232,31229,31229,31232,31233,31229,31233,31230,31230,31233,31234,31212,31223,31215,31215,31223,31235,31224,31230,31223,31223,31230,31235,31230,31234,31235,31235,31234,31236,31215,31235,31217,31217,31235,31236,30269,30288,31226,31226,30288,31237,30288,30286,31237,31237,30286,31238,31237,31238,31239,31239,31238,31240,31226,31237,31228,31228,31237,31239,30286,30284,31238,31238,30284,31241,30284,30285,31241,31241,30285,31242,31241,31242,31243,31243,31242,31244,31238,31241,31240,31240,31241,31243,31240,31243,31245,31245,31243,31246,31243,31244,31246,31246,31244,31247,31247,31248,31246,31246,31248,31249,31245,31246,31250,31250,31246,31249,31228,31239,31231,31231,31239,31251,31239,31240,31251,31251,31240,31245,31251,31245,31252,31252,31245,31250,31251,31252,31231,31231,31252,31232,30285,30304,31242,31242,30304,31253,30302,31254,30304,30304,31254,31253,31254,31255,31253,31253,31255,31256,31242,31253,31244,31244,31253,31256,30301,31257,30302,30302,31257,31254,30300,31258,30301,30301,31258,31257,31258,31259,31257,31257,31259,31260,31257,31260,31254,31254,31260,31255,31260,31261,31255,31255,31261,31262,31259,31263,31260,31260,31263,31261,31263,31264,31261,31261,31264,31265,31261,31265,31262,31262,31265,31266,31256,31267,31244,31244,31267,31247,31255,31262,31256,31256,31262,31267,31262,31266,31267,31267,31266,31268,31267,31268,31247,31247,31268,31248,30320,31269,30300,30300,31269,31258,30318,31270,30320,30320,31270,31269,31270,31271,31269,31269,31271,31272,31269,31272,31258,31258,31272,31259,30317,31273,30318,30318,31273,31270,30316,31274,30317,30317,31274,31273,31274,31275,31273,31273,31275,31276,31273,31276,31270,31270,31276,31271,31276,31277,31271,31271,31277,31278,31275,31279,31276,31276,31279,31277,31279,31280,31277,31277,31280,31281,31277,31281,31278,31278,31281,31282,31272,31283,31259,31259,31283,31263,31271,31278,31272,31272,31278,31283,31278,31282,31283,31283,31282,31284,31283,31284,31263,31263,31284,31264,30336,31285,30316,30316,31285,31274,30334,31286,30336,30336,31286,31285,31286,31287,31285,31285,31287,31288,31285,31288,31274,31274,31288,31275,30333,31289,30334,30334,31289,31286,30332,31290,30333,30333,31290,31289,31290,31291,31289,31289,31291,31292,31289,31292,31286,31286,31292,31287,31292,31293,31287,31287,31293,31294,31291,31295,31292,31292,31295,31293,31295,31296,31293,31293,31296,31297,31293,31297,31294,31294,31297,31298,31288,31299,31275,31275,31299,31279,31287,31294,31288,31288,31294,31299,31294,31298,31299,31299,31298,31300,31299,31300,31279,31279,31300,31280,30352,31301,30332,30332,31301,31290,30350,31302,30352,30352,31302,31301,31302,31303,31301,31301,31303,31304,31301,31304,31290,31290,31304,31291,30349,31305,30350,30350,31305,31302,30348,31306,30349,30349,31306,31305,31306,31307,31305,31305,31307,31308,31305,31308,31302,31302,31308,31303,31308,31309,31303,31303,31309,31310,31307,31311,31308,31308,31311,31309,31311,31312,31309,31309,31312,31313,31309,31313,31310,31310,31313,31314,31304,31315,31291,31291,31315,31295,31303,31310,31304,31304,31310,31315,31310,31314,31315,31315,31314,31316,31315,31316,31295,31295,31316,31296,30368,31317,30348,30348,31317,31306,30366,31318,30368,30368,31318,31317,31318,31319,31317,31317,31319,31320,31317,31320,31306,31306,31320,31307,30365,31321,30366,30366,31321,31318,30364,31322,30365,30365,31322,31321,31322,31323,31321,31321,31323,31324,31321,31324,31318,31318,31324,31319,31324,31325,31319,31319,31325,31326,31323,31327,31324,31324,31327,31325,31327,31328,31325,31325,31328,31329,31325,31329,31326,31326,31329,31330,31320,31331,31307,31307,31331,31311,31319,31326,31320,31320,31326,31331,31326,31330,31331,31331,31330,31332,31331,31332,31311,31311,31332,31312,30384,31333,30364,30364,31333,31322,30382,31334,30384,30384,31334,31333,31334,31335,31333,31333,31335,31336,31333,31336,31322,31322,31336,31323,30381,31337,30382,30382,31337,31334,30380,31338,30381,30381,31338,31337,31338,31339,31337,31337,31339,31340,31337,31340,31334,31334,31340,31335,31340,31341,31335,31335,31341,31342,31339,31343,31340,31340,31343,31341,31343,31344,31341,31341,31344,31345,31341,31345,31342,31342,31345,31346,31336,31347,31323,31323,31347,31327,31335,31342,31336,31336,31342,31347,31342,31346,31347,31347,31346,31348,31347,31348,31327,31327,31348,31328,30400,31349,30380,30380,31349,31338,30398,31350,30400,30400,31350,31349,31350,31351,31349,31349,31351,31352,31349,31352,31338,31338,31352,31339,30397,31353,30398,30398,31353,31350,30396,31354,30397,30397,31354,31353,31354,31355,31353,31353,31355,31356,31353,31356,31350,31350,31356,31351,31356,31357,31351,31351,31357,31358,31355,31359,31356,31356,31359,31357,31359,31360,31357,31357,31360,31361,31357,31361,31358,31358,31361,31362,31352,31363,31339,31339,31363,31343,31351,31358,31352,31352,31358,31363,31358,31362,31363,31363,31362,31364,31363,31364,31343,31343,31364,31344,30416,31365,30396,30396,31365,31354,30414,31366,30416,30416,31366,31365,31366,31367,31365,31365,31367,31368,31365,31368,31354,31354,31368,31355,30413,31369,30414,30414,31369,31366,30412,31370,30413,30413,31370,31369,31370,31371,31369,31369,31371,31372,31369,31372,31366,31366,31372,31367,31372,31373,31367,31367,31373,31374,31371,31375,31372,31372,31375,31373,31375,31376,31373,31373,31376,31377,31373,31377,31374,31374,31377,31378,31368,31379,31355,31355,31379,31359,31367,31374,31368,31368,31374,31379,31374,31378,31379,31379,31378,31380,31379,31380,31359,31359,31380,31360,30432,31381,30412,30412,31381,31370,30430,31382,30432,30432,31382,31381,31382,31383,31381,31381,31383,31384,31381,31384,31370,31370,31384,31371,30429,31385,30430,30430,31385,31382,30428,31386,30429,30429,31386,31385,31386,31387,31385,31385,31387,31388,31385,31388,31382,31382,31388,31383,31388,31389,31383,31383,31389,31390,31387,31391,31388,31388,31391,31389,31391,31392,31389,31389,31392,31393,31389,31393,31390,31390,31393,31394,31384,31395,31371,31371,31395,31375,31383,31390,31384,31384,31390,31395,31390,31394,31395,31395,31394,31396,31395,31396,31375,31375,31396,31376,30448,31397,30428,30428,31397,31386,30446,31398,30448,30448,31398,31397,31398,31399,31397,31397,31399,31400,31397,31400,31386,31386,31400,31387,30445,31401,30446,30446,31401,31398,30444,31402,30445,30445,31402,31401,31402,31403,31401,31401,31403,31404,31401,31404,31398,31398,31404,31399,31404,31405,31399,31399,31405,31406,31403,31407,31404,31404,31407,31405,31407,31408,31405,31405,31408,31409,31405,31409,31406,31406,31409,31410,31400,31411,31387,31387,31411,31391,31399,31406,31400,31400,31406,31411,31406,31410,31411,31411,31410,31412,31411,31412,31391,31391,31412,31392,30464,31413,30444,30444,31413,31402,30462,31414,30464,30464,31414,31413,31414,31415,31413,31413,31415,31416,31413,31416,31402,31402,31416,31403,30461,31417,30462,30462,31417,31414,30460,31418,30461,30461,31418,31417,31418,31419,31417,31417,31419,31420,31417,31420,31414,31414,31420,31415,31420,31421,31415,31415,31421,31422,31419,31423,31420,31420,31423,31421,31423,31424,31421,31421,31424,31425,31421,31425,31422,31422,31425,31426,31416,31427,31403,31403,31427,31407,31415,31422,31416,31416,31422,31427,31422,31426,31427,31427,31426,31428,31427,31428,31407,31407,31428,31408,30480,31429,30460,30460,31429,31418,30478,31430,30480,30480,31430,31429,31430,31431,31429,31429,31431,31432,31429,31432,31418,31418,31432,31419,30477,31433,30478,30478,31433,31430,30476,31434,30477,30477,31434,31433,31434,31435,31433,31433,31435,31436,31433,31436,31430,31430,31436,31431,31436,31437,31431,31431,31437,31438,31435,31439,31436,31436,31439,31437,31439,31440,31437,31437,31440,31441,31437,31441,31438,31438,31441,31442,31432,31443,31419,31419,31443,31423,31431,31438,31432,31432,31438,31443,31438,31442,31443,31443,31442,31444,31443,31444,31423,31423,31444,31424,30496,31445,30476,30476,31445,31434,30494,31446,30496,30496,31446,31445,31446,31447,31445,31445,31447,31448,31445,31448,31434,31434,31448,31435,30493,31449,30494,30494,31449,31446,30492,31450,30493,30493,31450,31449,31450,31451,31449,31449,31451,31452,31449,31452,31446,31446,31452,31447,31452,31453,31447,31447,31453,31454,31451,31455,31452,31452,31455,31453,31455,31456,31453,31453,31456,31457,31453,31457,31454,31454,31457,31458,31448,31459,31435,31435,31459,31439,31447,31454,31448,31448,31454,31459,31454,31458,31459,31459,31458,31460,31459,31460,31439,31439,31460,31440,30512,31461,30492,30492,31461,31450,30510,31462,30512,30512,31462,31461,31462,31463,31461,31461,31463,31464,31461,31464,31450,31450,31464,31451,30509,31465,30510,30510,31465,31462,30508,31466,30509,30509,31466,31465,31466,31467,31465,31465,31467,31468,31465,31468,31462,31462,31468,31463,31468,31469,31463,31463,31469,31470,31467,31471,31468,31468,31471,31469,31471,31472,31469,31469,31472,31473,31469,31473,31470,31470,31473,31474,31464,31475,31451,31451,31475,31455,31463,31470,31464,31464,31470,31475,31470,31474,31475,31475,31474,31476,31475,31476,31455,31455,31476,31456,30528,31477,30508,30508,31477,31466,30526,31478,30528,30528,31478,31477,31478,31479,31477,31477,31479,31480,31477,31480,31466,31466,31480,31467,30525,31481,30526,30526,31481,31478,30524,31482,30525,30525,31482,31481,31482,31483,31481,31481,31483,31484,31481,31484,31478,31478,31484,31479,31484,31485,31479,31479,31485,31486,31483,31487,31484,31484,31487,31485,31487,31488,31485,31485,31488,31489,31485,31489,31486,31486,31489,31490,31480,31491,31467,31467,31491,31471,31479,31486,31480,31480,31486,31491,31486,31490,31491,31491,31490,31492,31491,31492,31471,31471,31492,31472,30544,31493,30524,30524,31493,31482,30542,31494,30544,30544,31494,31493,31494,31495,31493,31493,31495,31496,31493,31496,31482,31482,31496,31483,30541,31497,30542,30542,31497,31494,30540,31498,30541,30541,31498,31497,31498,31499,31497,31497,31499,31500,31497,31500,31494,31494,31500,31495,31500,31501,31495,31495,31501,31502,31499,31503,31500,31500,31503,31501,31503,31504,31501,31501,31504,31505,31501,31505,31502,31502,31505,31506,31496,31507,31483,31483,31507,31487,31495,31502,31496,31496,31502,31507,31502,31506,31507,31507,31506,31508,31507,31508,31487,31487,31508,31488,30560,31509,30540,30540,31509,31498,30558,31510,30560,30560,31510,31509,31510,31511,31509,31509,31511,31512,31509,31512,31498,31498,31512,31499,30557,31513,30558,30558,31513,31510,30556,31514,30557,30557,31514,31513,31514,31515,31513,31513,31515,31516,31513,31516,31510,31510,31516,31511,31516,31517,31511,31511,31517,31518,31515,31519,31516,31516,31519,31517,31519,31520,31517,31517,31520,31521,31517,31521,31518,31518,31521,31522,31512,31523,31499,31499,31523,31503,31511,31518,31512,31512,31518,31523,31518,31522,31523,31523,31522,31524,31523,31524,31503,31503,31524,31504,30576,31525,30556,30556,31525,31514,30574,31526,30576,30576,31526,31525,31526,31527,31525,31525,31527,31528,31525,31528,31514,31514,31528,31515,30573,31529,30574,30574,31529,31526,30572,31530,30573,30573,31530,31529,31530,31531,31529,31529,31531,31532,31529,31532,31526,31526,31532,31527,31532,31533,31527,31527,31533,31534,31531,31535,31532,31532,31535,31533,31535,31536,31533,31533,31536,31537,31533,31537,31534,31534,31537,31538,31528,31539,31515,31515,31539,31519,31527,31534,31528,31528,31534,31539,31534,31538,31539,31539,31538,31540,31539,31540,31519,31519,31540,31520,30592,31541,30572,30572,31541,31530,30590,31542,30592,30592,31542,31541,31542,31543,31541,31541,31543,31544,31541,31544,31530,31530,31544,31531,30589,31545,30590,30590,31545,31542,30588,31546,30589,30589,31546,31545,31546,31547,31545,31545,31547,31548,31545,31548,31542,31542,31548,31543,31548,31549,31543,31543,31549,31550,31547,31551,31548,31548,31551,31549,31551,31552,31549,31549,31552,31553,31549,31553,31550,31550,31553,31554,31544,31555,31531,31531,31555,31535,31543,31550,31544,31544,31550,31555,31550,31554,31555,31555,31554,31556,31555,31556,31535,31535,31556,31536,30608,31557,30588,30588,31557,31546,30606,31558,30608,30608,31558,31557,31558,31559,31557,31557,31559,31560,31557,31560,31546,31546,31560,31547,30606,30604,31558,31558,30604,31561,30604,30605,31561,31561,30605,31562,31561,31562,31563,31563,31562,31564,31558,31561,31559,31559,31561,31563,31559,31563,31565,31565,31563,31566,31563,31564,31566,31566,31564,31567,31566,31567,31568,31568,31567,31569,31565,31566,31570,31570,31566,31568,31560,31571,31547,31547,31571,31551,31559,31565,31560,31560,31565,31571,31565,31570,31571,31571,31570,31572,31571,31572,31551,31551,31572,31552,30605,30624,31562,31562,30624,31573,30624,30622,31573,31573,30622,31574,31574,31575,31573,31573,31575,31576,31562,31573,31564,31564,31573,31576,30620,31577,30622,30622,31577,31574,30621,31578,30620,30620,31578,31577,31578,31579,31577,31577,31579,31580,31577,31580,31574,31574,31580,31575,31580,31581,31575,31575,31581,31582,31579,31583,31580,31580,31583,31581,31583,31584,31581,31581,31584,31585,31581,31585,31582,31582,31585,31586,31576,31587,31564,31564,31587,31567,31575,31582,31576,31576,31582,31587,31582,31586,31587,31587,31586,31588,31587,31588,31567,31567,31588,31569,30640,31589,30621,30621,31589,31578,30638,31590,30640,30640,31590,31589,31590,31591,31589,31589,31591,31592,31589,31592,31578,31578,31592,31579,30637,31593,30638,30638,31593,31590,30636,31594,30637,30637,31594,31593,31594,31595,31593,31593,31595,31596,31593,31596,31590,31590,31596,31591,31596,31597,31591,31591,31597,31598,31595,31599,31596,31596,31599,31597,31599,31600,31597,31597,31600,31601,31597,31601,31598,31598,31601,31602,31592,31603,31579,31579,31603,31583,31591,31598,31592,31592,31598,31603,31598,31602,31603,31603,31602,31604,31603,31604,31583,31583,31604,31584,30656,31605,30636,30636,31605,31594,30654,31606,30656,30656,31606,31605,31606,31607,31605,31605,31607,31608,31605,31608,31594,31594,31608,31595,30653,31609,30654,30654,31609,31606,30652,31610,30653,30653,31610,31609,31609,31610,31611,31611,31610,31612,31609,31611,31606,31606,31611,31607,31607,31611,31613,31613,31611,31614,31611,31612,31614,31614,31612,31615,31614,31615,31616,31616,31615,31617,31613,31614,31618,31618,31614,31616,31608,31619,31595,31595,31619,31599,31607,31613,31608,31608,31613,31619,31619,31613,31620,31620,31613,31618,31619,31620,31599,31599,31620,31600,30672,31621,30652,30652,31621,31610,30672,30670,31621,31621,30670,31622,31621,31622,31623,31623,31622,31624,31610,31621,31612,31612,31621,31623,30670,30669,31622,31622,30669,31625,30669,30668,31625,31625,30668,31626,31625,31626,31627,31627,31626,31628,31622,31625,31624,31624,31625,31627,31624,31627,31629,31629,31627,31630,31627,31628,31630,31630,31628,31631,31630,31631,31632,31632,31631,31633,31629,31630,31634,31634,31630,31632,31612,31623,31615,31615,31623,31635,31623,31624,31635,31635,31624,31629,31635,31629,31636,31636,31629,31634,31615,31635,31617,31617,31635,31636,30668,30688,31626,31626,30688,31637,30688,30686,31637,31637,30686,31638,31637,31638,31639,31639,31638,31640,31626,31637,31628,31628,31637,31639,30686,30685,31638,31638,30685,31641,30685,30684,31641,31641,30684,31642,31641,31642,31643,31643,31642,31644,31638,31641,31640,31640,31641,31643,31640,31643,31645,31645,31643,31646,31643,31644,31646,31646,31644,31647,31646,31647,31648,31648,31647,31649,31645,31646,31650,31650,31646,31648,31628,31639,31631,31631,31639,31651,31639,31640,31651,31651,31640,31645,31651,31645,31652,31652,31645,31650,31631,31651,31633,31633,31651,31652,30684,30704,31642,31642,30704,31653,30704,30702,31653,31653,30702,31654,31653,31654,31655,31655,31654,31656,31642,31653,31644,31644,31653,31655,30702,30700,31654,31654,30700,31657,30700,30701,31657,31657,30701,31658,31657,31658,31659,31659,31658,31660,31654,31657,31656,31656,31657,31659,31656,31659,31661,31661,31659,31662,31659,31660,31662,31662,31660,31663,31662,31663,31664,31664,31663,31665,31661,31662,31666,31666,31662,31664,31644,31655,31647,31647,31655,31667,31655,31656,31667,31667,31656,31661,31667,31661,31668,31668,31661,31666,31647,31667,31649,31649,31667,31668,30701,30720,31658,31658,30720,31669,30720,30718,31669,31669,30718,31670,31669,31670,31671,31671,31670,31672,31658,31669,31660,31660,31669,31671,30718,30716,31670,31670,30716,31673,30716,30717,31673,31673,30717,31674,31673,31674,31675,31675,31674,31676,31670,31673,31672,31672,31673,31675,31672,31675,31677,31677,31675,31678,31675,31676,31678,31678,31676,31679,31678,31679,31680,31680,31679,31681,31677,31678,31682,31682,31678,31680,31660,31671,31663,31663,31671,31683,31671,31672,31683,31683,31672,31677,31683,31677,31684,31684,31677,31682,31663,31683,31665,31665,31683,31684,30717,30736,31674,31674,30736,31685,30736,30734,31685,31685,30734,31686,31685,31686,31687,31687,31686,31688,31674,31685,31676,31676,31685,31687,30734,30732,31686,31686,30732,31689,30732,30733,31689,31689,30733,31690,31689,31690,31691,31691,31690,31692,31686,31689,31688,31688,31689,31691,31688,31691,31693,31693,31691,31694,31691,31692,31694,31694,31692,31695,31694,31695,31696,31696,31695,31697,31693,31694,31698,31698,31694,31696,31676,31687,31679,31679,31687,31699,31687,31688,31699,31699,31688,31693,31699,31693,31700,31700,31693,31698,31679,31699,31681,31681,31699,31700,30733,30752,31690,31690,30752,31701,30752,30750,31701,31701,30750,31702,31701,31702,31703,31703,31702,31704,31690,31701,31692,31692,31701,31703,30750,30748,31702,31702,30748,31705,30748,30749,31705,31705,30749,31706,31705,31706,31707,31707,31706,31708,31702,31705,31704,31704,31705,31707,31704,31707,31709,31709,31707,31710,31707,31708,31710,31710,31708,31711,31710,31711,31712,31712,31711,31713,31709,31710,31714,31714,31710,31712,31692,31703,31695,31695,31703,31715,31703,31704,31715,31715,31704,31709,31715,31709,31716,31716,31709,31714,31695,31715,31697,31697,31715,31716,30749,30768,31706,31706,30768,31717,30768,30766,31717,31717,30766,31718,31717,31718,31719,31719,31718,31720,31706,31717,31708,31708,31717,31719,30766,30764,31718,31718,30764,31721,30764,30765,31721,31721,30765,31722,31721,31722,31723,31723,31722,31724,31718,31721,31720,31720,31721,31723,31720,31723,31725,31725,31723,31726,31723,31724,31726,31726,31724,31727,31726,31727,31728,31728,31727,31729,31725,31726,31730,31730,31726,31728,31708,31719,31711,31711,31719,31731,31719,31720,31731,31731,31720,31725,31731,31725,31732,31732,31725,31730,31711,31731,31713,31713,31731,31732,30765,30784,31722,31722,30784,31733,30784,30782,31733,31733,30782,31734,31733,31734,31735,31735,31734,31736,31722,31733,31724,31724,31733,31735,30782,30780,31734,31734,30780,31737,30780,30781,31737,31737,30781,31738,31737,31738,31739,31739,31738,31740,31734,31737,31736,31736,31737,31739,31736,31739,31741,31741,31739,31742,31739,31740,31742,31742,31740,31743,31742,31743,31744,31744,31743,31745,31741,31742,31746,31746,31742,31744,31724,31735,31727,31727,31735,31747,31735,31736,31747,31747,31736,31741,31747,31741,31748,31748,31741,31746,31727,31747,31729,31729,31747,31748,30781,30800,31738,31738,30800,31749,30800,30798,31749,31749,30798,31750,31749,31750,31751,31751,31750,31752,31738,31749,31740,31740,31749,31751,30798,30796,31750,31750,30796,31753,30796,30797,31753,31753,30797,31754,31753,31754,31755,31755,31754,31756,31750,31753,31752,31752,31753,31755,31752,31755,31757,31757,31755,31758,31755,31756,31758,31758,31756,31759,31758,31759,31760,31760,31759,31761,31757,31758,31762,31762,31758,31760,31740,31751,31743,31743,31751,31763,31751,31752,31763,31763,31752,31757,31763,31757,31764,31764,31757,31762,31743,31763,31745,31745,31763,31764,30797,30816,31754,31754,30816,31765,30816,30814,31765,31765,30814,31766,31765,31766,31767,31767,31766,31768,31754,31765,31756,31756,31765,31767,30814,30812,31766,31766,30812,31769,30812,30813,31769,31769,30813,31770,31769,31770,31771,31771,31770,31772,31766,31769,31768,31768,31769,31771,31768,31771,31773,31773,31771,31774,31771,31772,31774,31774,31772,31775,31774,31775,31776,31776,31775,31777,31773,31774,31778,31778,31774,31776,31756,31767,31759,31759,31767,31779,31767,31768,31779,31779,31768,31773,31779,31773,31780,31780,31773,31778,31759,31779,31761,31761,31779,31780,30813,30832,31770,31770,30832,31781,30832,30830,31781,31781,30830,31782,31781,31782,31783,31783,31782,31784,31770,31781,31772,31772,31781,31783,30830,30828,31782,31782,30828,31785,30828,30829,31785,31785,30829,31786,31785,31786,31787,31787,31786,31788,31782,31785,31784,31784,31785,31787,31784,31787,31789,31789,31787,31790,31787,31788,31790,31790,31788,31791,31790,31791,31792,31792,31791,31793,31789,31790,31794,31794,31790,31792,31772,31783,31775,31775,31783,31795,31783,31784,31795,31795,31784,31789,31795,31789,31796,31796,31789,31794,31775,31795,31777,31777,31795,31796,30829,30848,31786,31786,30848,31797,30848,30846,31797,31797,30846,31798,31797,31798,31799,31799,31798,31800,31786,31797,31788,31788,31797,31799,30846,30844,31798,31798,30844,31801,30844,30845,31801,31801,30845,31802,31801,31802,31803,31803,31802,31804,31798,31801,31800,31800,31801,31803,31800,31803,31805,31805,31803,31806,31803,31804,31806,31806,31804,31807,31806,31807,31808,31808,31807,31809,31805,31806,31810,31810,31806,31808,31788,31799,31791,31791,31799,31811,31799,31800,31811,31811,31800,31805,31811,31805,31812,31812,31805,31810,31791,31811,31793,31793,31811,31812,30845,30864,31802,31802,30864,31813,30864,30862,31813,31813,30862,31814,31813,31814,31815,31815,31814,31816,31802,31813,31804,31804,31813,31815,30862,30860,31814,31814,30860,31817,30860,30861,31817,31817,30861,31818,31817,31818,31819,31819,31818,31820,31814,31817,31816,31816,31817,31819,31816,31819,31821,31821,31819,31822,31819,31820,31822,31822,31820,31823,31822,31823,31824,31824,31823,31825,31821,31822,31826,31826,31822,31824,31804,31815,31807,31807,31815,31827,31815,31816,31827,31827,31816,31821,31827,31821,31828,31828,31821,31826,31807,31827,31809,31809,31827,31828,30861,30880,31818,31818,30880,31829,30880,30878,31829,31829,30878,31830,31829,31830,31831,31831,31830,31832,31818,31829,31820,31820,31829,31831,30878,30876,31830,31830,30876,31833,30876,30877,31833,31833,30877,31834,31833,31834,31835,31835,31834,31836,31830,31833,31832,31832,31833,31835,31832,31835,31837,31837,31835,31838,31835,31836,31838,31838,31836,31839,31838,31839,31840,31840,31839,31841,31837,31838,31842,31842,31838,31840,31820,31831,31823,31823,31831,31843,31831,31832,31843,31843,31832,31837,31843,31837,31844,31844,31837,31842,31823,31843,31825,31825,31843,31844,30877,30896,31834,31834,30896,31845,30896,30894,31845,31845,30894,31846,31845,31846,31847,31847,31846,31848,31834,31845,31836,31836,31845,31847,30894,30892,31846,31846,30892,31849,30892,30893,31849,31849,30893,31850,31849,31850,31851,31851,31850,31852,31846,31849,31848,31848,31849,31851,31848,31851,31853,31853,31851,31854,31851,31852,31854,31854,31852,31855,31854,31855,31856,31856,31855,31857,31853,31854,31858,31858,31854,31856,31836,31847,31839,31839,31847,31859,31847,31848,31859,31859,31848,31853,31859,31853,31860,31860,31853,31858,31839,31859,31841,31841,31859,31860,30893,30912,31850,31850,30912,31861,30912,30910,31861,31861,30910,31862,31861,31862,31863,31863,31862,31864,31850,31861,31852,31852,31861,31863,30910,30908,31862,31862,30908,31865,30908,30909,31865,31865,30909,31866,31865,31866,31867,31867,31866,31868,31862,31865,31864,31864,31865,31867,31864,31867,31869,31869,31867,31870,31867,31868,31870,31870,31868,31871,31870,31871,31872,31872,31871,31873,31869,31870,31874,31874,31870,31872,31852,31863,31855,31855,31863,31875,31863,31864,31875,31875,31864,31869,31875,31869,31876,31876,31869,31874,31855,31875,31857,31857,31875,31876,30909,30928,31866,31866,30928,31877,30928,30926,31877,31877,30926,31878,31877,31878,31879,31879,31878,31880,31866,31877,31868,31868,31877,31879,30926,30924,31878,31878,30924,31881,30924,30925,31881,31881,30925,31882,31881,31882,31883,31883,31882,31884,31878,31881,31880,31880,31881,31883,31880,31883,31885,31885,31883,31886,31883,31884,31886,31886,31884,31887,31886,31887,31888,31888,31887,31889,31885,31886,31890,31890,31886,31888,31868,31879,31871,31871,31879,31891,31879,31880,31891,31891,31880,31885,31891,31885,31892,31892,31885,31890,31871,31891,31873,31873,31891,31892,30925,30944,31882,31882,30944,31893,30944,30942,31893,31893,30942,31894,31893,31894,31895,31895,31894,31896,31882,31893,31884,31884,31893,31895,30942,30940,31894,31894,30940,31897,30940,30941,31897,31897,30941,31898,31897,31898,31899,31899,31898,31900,31894,31897,31896,31896,31897,31899,31896,31899,31901,31901,31899,31902,31899,31900,31902,31902,31900,31903,31902,31903,31904,31904,31903,31905,31901,31902,31906,31906,31902,31904,31884,31895,31887,31887,31895,31907,31895,31896,31907,31907,31896,31901,31907,31901,31908,31908,31901,31906,31887,31907,31889,31889,31907,31908,30941,30960,31898,31898,30960,31909,30960,30958,31909,31909,30958,31910,31910,31911,31909,31909,31911,31912,31898,31909,31900,31900,31909,31912,30957,31913,30958,30958,31913,31910,30956,31914,30957,30957,31914,31913,31914,31915,31913,31913,31915,31916,31913,31916,31910,31910,31916,31911,31916,31917,31911,31911,31917,31918,31915,31919,31916,31916,31919,31917,31917,31919,31920,31920,31919,31921,31918,31917,31922,31922,31917,31920,31900,31912,31903,31903,31912,31923,31911,31918,31912,31912,31918,31923,31923,31918,31924,31924,31918,31922,31903,31923,31905,31905,31923,31924,30976,31925,30956,30956,31925,31914,30974,31926,30976,30976,31926,31925,31926,31927,31925,31925,31927,31928,31925,31928,31914,31914,31928,31915,30973,31929,30974,30974,31929,31926,30972,31930,30973,30973,31930,31929,31929,31930,31931,31931,31930,31932,31926,31929,31927,31927,31929,31931,31927,31931,31933,31933,31931,31934,31931,31932,31934,31934,31932,31935,31935,31936,31934,31934,31936,31937,31933,31934,31938,31938,31934,31937,31915,31928,31919,31919,31928,31939,31928,31927,31939,31939,31927,31933,31939,31933,31940,31940,31933,31938,31919,31939,31921,31921,31939,31940,30992,31941,30972,30972,31941,31930,30990,31942,30992,30992,31942,31941,31942,31943,31941,31941,31943,31944,31941,31944,31930,31930,31944,31932,30990,30989,31942,31942,30989,31945,30989,30988,31945,31945,30988,31946,31946,31947,31945,31945,31947,31948,31945,31948,31942,31942,31948,31943,31948,31949,31943,31943,31949,31950,31947,31951,31948,31948,31951,31949,31951,31952,31949,31949,31952,31953,31949,31953,31950,31950,31953,31954,31944,31955,31932,31932,31955,31935,31943,31950,31944,31944,31950,31955,31950,31954,31955,31955,31954,31956,31955,31956,31935,31935,31956,31936,30988,31008,31946,31946,31008,31957,31006,31958,31008,31008,31958,31957,31958,31959,31957,31957,31959,31960,31957,31960,31946,31946,31960,31947,31005,31961,31006,31006,31961,31958,31004,31962,31005,31005,31962,31961,31962,31963,31961,31961,31963,31964,31961,31964,31958,31958,31964,31959,31964,31965,31959,31959,31965,31966,31963,31967,31964,31964,31967,31965,31967,31968,31965,31965,31968,31969,31965,31969,31966,31966,31969,31970,31960,31971,31947,31947,31971,31951,31959,31966,31960,31960,31966,31971,31966,31970,31971,31971,31970,31972,31971,31972,31951,31951,31972,31952,31024,31973,31004,31004,31973,31962,31022,31974,31024,31024,31974,31973,31974,31975,31973,31973,31975,31976,31973,31976,31962,31962,31976,31963,31021,31977,31022,31022,31977,31974,31020,31978,31021,31021,31978,31977,31978,31979,31977,31977,31979,31980,31977,31980,31974,31974,31980,31975,31980,31981,31975,31975,31981,31982,31979,31983,31980,31980,31983,31981,31983,31984,31981,31981,31984,31985,31981,31985,31982,31982,31985,31986,31976,31987,31963,31963,31987,31967,31975,31982,31976,31976,31982,31987,31982,31986,31987,31987,31986,31988,31987,31988,31967,31967,31988,31968,31040,31989,31020,31020,31989,31978,31038,31990,31040,31040,31990,31989,31990,31991,31989,31989,31991,31992,31989,31992,31978,31978,31992,31979,31037,31993,31038,31038,31993,31990,31036,31994,31037,31037,31994,31993,31994,31995,31993,31993,31995,31996,31993,31996,31990,31990,31996,31991,31996,31997,31991,31991,31997,31998,31995,31999,31996,31996,31999,31997,31999,32000,31997,31997,32000,32001,31997,32001,31998,31998,32001,32002,31992,32003,31979,31979,32003,31983,31991,31998,31992,31992,31998,32003,31998,32002,32003,32003,32002,32004,32003,32004,31983,31983,32004,31984,31056,32005,31036,31036,32005,31994,31054,32006,31056,31056,32006,32005,32006,32007,32005,32005,32007,32008,32005,32008,31994,31994,32008,31995,31053,32009,31054,31054,32009,32006,31052,32010,31053,31053,32010,32009,32010,32011,32009,32009,32011,32012,32009,32012,32006,32006,32012,32007,32012,32013,32007,32007,32013,32014,32011,32015,32012,32012,32015,32013,32015,32016,32013,32013,32016,32017,32013,32017,32014,32014,32017,32018,32008,32019,31995,31995,32019,31999,32007,32014,32008,32008,32014,32019,32014,32018,32019,32019,32018,32020,32019,32020,31999,31999,32020,32000,31072,32021,31052,31052,32021,32010,31070,32022,31072,31072,32022,32021,32022,32023,32021,32021,32023,32024,32021,32024,32010,32010,32024,32011,31069,32025,31070,31070,32025,32022,31068,32026,31069,31069,32026,32025,32026,32027,32025,32025,32027,32028,32025,32028,32022,32022,32028,32023,32028,32029,32023,32023,32029,32030,32027,32031,32028,32028,32031,32029,32029,32031,32032,32032,32031,32033,32030,32029,32034,32034,32029,32032,32024,32035,32011,32011,32035,32015,32023,32030,32024,32024,32030,32035,32035,32030,32036,32036,32030,32034,32015,32035,32016,32016,32035,32036,31088,32037,31068,31068,32037,32026,31086,32038,31088,31088,32038,32037,32038,32039,32037,32037,32039,32040,32037,32040,32026,32026,32040,32027,31085,32041,31086,31086,32041,32038,31084,32042,31085,31085,32042,32041,32042,32043,32041,32041,32043,32044,32041,32044,32038,32038,32044,32039,32044,32045,32039,32039,32045,32046,32043,32047,32044,32044,32047,32045,32045,32047,32048,32048,32047,32049,32046,32045,32050,32050,32045,32048,32040,32051,32027,32027,32051,32031,32039,32046,32040,32040,32046,32051,32051,32046,32052,32052,32046,32050,32031,32051,32033,32033,32051,32052,31107,32053,31108,31108,32053,32054,31104,32055,31107,31107,32055,32053,32055,32056,32053,32053,32056,32057,32053,32057,32054,32054,32057,32058,31102,32059,31104,31104,32059,32055,31103,32060,31102,31102,32060,32059,32060,32061,32059,32059,32061,32062,32059,32062,32055,32055,32062,32056,32062,32063,32056,32056,32063,32064,32061,32065,32062,32062,32065,32063,32065,32066,32063,32063,32066,32067,32063,32067,32064,32064,32067,32068,32057,32069,32058,32058,32069,32070,32056,32064,32057,32057,32064,32069,32064,32068,32069,32069,32068,32071,32069,32071,32070,32070,32071,32072,31124,32073,31103,31103,32073,32060,31124,31122,32073,32073,31122,32074,32074,32075,32073,32073,32075,32076,32073,32076,32060,32060,32076,32061,31122,31120,32074,32074,31120,32077,31120,31121,32077,32077,31121,32078,32077,32078,32079,32079,32078,32080,32074,32077,32075,32075,32077,32079,32079,32081,32075,32075,32081,32082,32079,32080,32081,32081,32080,32083,32081,32083,32084,32084,32083,32085,32081,32084,32082,32082,32084,32086,32076,32087,32061,32061,32087,32065,32075,32082,32076,32076,32082,32087,32082,32086,32087,32087,32086,32088,32087,32088,32065,32065,32088,32066,31121,31140,32078,32078,31140,32089,31140,31138,32089,32089,31138,32090,32089,32090,32091,32091,32090,32092,32078,32089,32080,32080,32089,32091,31138,31136,32090,32090,31136,32093,31136,31137,32093,32093,31137,32094,32093,32094,32095,32095,32094,32096,32090,32093,32092,32092,32093,32095,32092,32095,32097,32097,32095,32098,32095,32096,32098,32098,32096,32099,32098,32099,32100,32100,32099,32101,32097,32098,32102,32102,32098,32100,32080,32091,32083,32083,32091,32103,32091,32092,32103,32103,32092,32097,32103,32097,32104,32104,32097,32102,32083,32103,32085,32085,32103,32104,31137,31156,32094,32094,31156,32105,31156,31154,32105,32105,31154,32106,32105,32106,32107,32107,32106,32108,32094,32105,32096,32096,32105,32107,31154,31152,32106,32106,31152,32109,31152,31153,32109,32109,31153,32110,32110,32111,32109,32109,32111,32112,32106,32109,32108,32108,32109,32112,32112,32113,32108,32108,32113,32114,32111,32115,32112,32112,32115,32113,32115,32116,32113,32113,32116,32117,32113,32117,32114,32114,32117,32118,32096,32107,32099,32099,32107,32119,32107,32108,32119,32119,32108,32114,32114,32118,32119,32119,32118,32120,32099,32119,32101,32101,32119,32120,31153,31172,32110,32110,31172,32121,31170,32122,31172,31172,32122,32121,32122,32123,32121,32121,32123,32124,32121,32124,32110,32110,32124,32111,31169,32125,31170,31170,32125,32122,31168,32126,31169,31169,32126,32125,32126,32127,32125,32125,32127,32128,32125,32128,32122,32122,32128,32123,32128,32129,32123,32123,32129,32130,32127,32131,32128,32128,32131,32129,32131,32132,32129,32129,32132,32133,32129,32133,32130,32130,32133,32134,32124,32135,32111,32111,32135,32115,32123,32130,32124,32124,32130,32135,32130,32134,32135,32135,32134,32136,32135,32136,32115,32115,32136,32116,31188,32137,31168,31168,32137,32126,31186,32138,31188,31188,32138,32137,32138,32139,32137,32137,32139,32140,32137,32140,32126,32126,32140,32127,31185,32141,31186,31186,32141,32138,31184,32142,31185,31185,32142,32141,32142,32143,32141,32141,32143,32144,32141,32144,32138,32138,32144,32139,32144,32145,32139,32139,32145,32146,32143,32147,32144,32144,32147,32145,32147,32148,32145,32145,32148,32149,32145,32149,32146,32146,32149,32150,32140,32151,32127,32127,32151,32131,32139,32146,32140,32140,32146,32151,32146,32150,32151,32151,32150,32152,32151,32152,32131,32131,32152,32132,31204,32153,31184,31184,32153,32142,31202,32154,31204,31204,32154,32153,32154,32155,32153,32153,32155,32156,32153,32156,32142,32142,32156,32143,31200,32157,31202,31202,32157,32154,31201,32158,31200,31200,32158,32157,32158,32159,32157,32157,32159,32160,32157,32160,32154,32154,32160,32155,32160,32161,32155,32155,32161,32162,32159,32163,32160,32160,32163,32161,32163,32164,32161,32161,32164,32165,32161,32165,32162,32162,32165,32166,32156,32167,32143,32143,32167,32147,32155,32162,32156,32156,32162,32167,32162,32166,32167,32167,32166,32168,32167,32168,32147,32147,32168,32148,31220,32169,31201,31201,32169,32158,31218,32170,31220,31220,32170,32169,32170,32171,32169,32169,32171,32172,32169,32172,32158,32158,32172,32159,31216,32173,31218,31218,32173,32170,31217,32174,31216,31216,32174,32173,32174,32175,32173,32173,32175,32176,32173,32176,32170,32170,32176,32171,32176,32177,32171,32171,32177,32178,32175,32179,32176,32176,32179,32177,32179,32180,32177,32177,32180,32181,32177,32181,32178,32178,32181,32182,32172,32183,32159,32159,32183,32163,32171,32178,32172,32172,32178,32183,32178,32182,32183,32183,32182,32184,32183,32184,32163,32163,32184,32164,31236,32185,31217,31217,32185,32174,31234,32186,31236,31236,32186,32185,32186,32187,32185,32185,32187,32188,32185,32188,32174,32174,32188,32175,31233,32189,31234,31234,32189,32186,31232,32190,31233,31233,32190,32189,32190,32191,32189,32189,32191,32192,32189,32192,32186,32186,32192,32187,32192,32193,32187,32187,32193,32194,32191,32195,32192,32192,32195,32193,32195,32196,32193,32193,32196,32197,32193,32197,32194,32194,32197,32198,32188,32199,32175,32175,32199,32179,32187,32194,32188,32188,32194,32199,32194,32198,32199,32199,32198,32200,32199,32200,32179,32179,32200,32180,31252,32201,31232,31232,32201,32190,31250,32202,31252,31252,32202,32201,32202,32203,32201,32201,32203,32204,32201,32204,32190,32190,32204,32191,31249,32205,31250,31250,32205,32202,31248,32206,31249,31249,32206,32205,32206,32207,32205,32205,32207,32208,32205,32208,32202,32202,32208,32203,32208,32209,32203,32203,32209,32210,32207,32211,32208,32208,32211,32209,32211,32212,32209,32209,32212,32213,32209,32213,32210,32210,32213,32214,32204,32215,32191,32191,32215,32195,32203,32210,32204,32204,32210,32215,32210,32214,32215,32215,32214,32216,32215,32216,32195,32195,32216,32196,31268,32217,31248,31248,32217,32206,31266,32218,31268,31268,32218,32217,32218,32219,32217,32217,32219,32220,32217,32220,32206,32206,32220,32207,31265,32221,31266,31266,32221,32218,31264,32222,31265,31265,32222,32221,32222,32223,32221,32221,32223,32224,32221,32224,32218,32218,32224,32219,32224,32225,32219,32219,32225,32226,32223,32227,32224,32224,32227,32225,32227,32228,32225,32225,32228,32229,32225,32229,32226,32226,32229,32230,32220,32231,32207,32207,32231,32211,32219,32226,32220,32220,32226,32231,32226,32230,32231,32231,32230,32232,32231,32232,32211,32211,32232,32212,31284,32233,31264,31264,32233,32222,31282,32234,31284,31284,32234,32233,32234,32235,32233,32233,32235,32236,32233,32236,32222,32222,32236,32223,31281,32237,31282,31282,32237,32234,31280,32238,31281,31281,32238,32237,32238,32239,32237,32237,32239,32240,32237,32240,32234,32234,32240,32235,32240,32241,32235,32235,32241,32242,32239,32243,32240,32240,32243,32241,32243,32244,32241,32241,32244,32245,32241,32245,32242,32242,32245,32246,32236,32247,32223,32223,32247,32227,32235,32242,32236,32236,32242,32247,32242,32246,32247,32247,32246,32248,32247,32248,32227,32227,32248,32228,31300,32249,31280,31280,32249,32238,31298,32250,31300,31300,32250,32249,32250,32251,32249,32249,32251,32252,32249,32252,32238,32238,32252,32239,31297,32253,31298,31298,32253,32250,31296,32254,31297,31297,32254,32253,32254,32255,32253,32253,32255,32256,32253,32256,32250,32250,32256,32251,32256,32257,32251,32251,32257,32258,32255,32259,32256,32256,32259,32257,32259,32260,32257,32257,32260,32261,32257,32261,32258,32258,32261,32262,32252,32263,32239,32239,32263,32243,32251,32258,32252,32252,32258,32263,32258,32262,32263,32263,32262,32264,32263,32264,32243,32243,32264,32244,31316,32265,31296,31296,32265,32254,31314,32266,31316,31316,32266,32265,32266,32267,32265,32265,32267,32268,32265,32268,32254,32254,32268,32255,31313,32269,31314,31314,32269,32266,31312,32270,31313,31313,32270,32269,32270,32271,32269,32269,32271,32272,32269,32272,32266,32266,32272,32267,32272,32273,32267,32267,32273,32274,32271,32275,32272,32272,32275,32273,32275,32276,32273,32273,32276,32277,32273,32277,32274,32274,32277,32278,32268,32279,32255,32255,32279,32259,32267,32274,32268,32268,32274,32279,32274,32278,32279,32279,32278,32280,32279,32280,32259,32259,32280,32260,31332,32281,31312,31312,32281,32270,31330,32282,31332,31332,32282,32281,32282,32283,32281,32281,32283,32284,32281,32284,32270,32270,32284,32271,31329,32285,31330,31330,32285,32282,31328,32286,31329,31329,32286,32285,32286,32287,32285,32285,32287,32288,32285,32288,32282,32282,32288,32283,32288,32289,32283,32283,32289,32290,32287,32291,32288,32288,32291,32289,32291,32292,32289,32289,32292,32293,32289,32293,32290,32290,32293,32294,32284,32295,32271,32271,32295,32275,32283,32290,32284,32284,32290,32295,32290,32294,32295,32295,32294,32296,32295,32296,32275,32275,32296,32276,31348,32297,31328,31328,32297,32286,31346,32298,31348,31348,32298,32297,32298,32299,32297,32297,32299,32300,32297,32300,32286,32286,32300,32287,31345,32301,31346,31346,32301,32298,31344,32302,31345,31345,32302,32301,32302,32303,32301,32301,32303,32304,32301,32304,32298,32298,32304,32299,32304,32305,32299,32299,32305,32306,32303,32307,32304,32304,32307,32305,32307,32308,32305,32305,32308,32309,32305,32309,32306,32306,32309,32310,32300,32311,32287,32287,32311,32291,32299,32306,32300,32300,32306,32311,32306,32310,32311,32311,32310,32312,32311,32312,32291,32291,32312,32292,31364,32313,31344,31344,32313,32302,31362,32314,31364,31364,32314,32313,32314,32315,32313,32313,32315,32316,32313,32316,32302,32302,32316,32303,31361,32317,31362,31362,32317,32314,31360,32318,31361,31361,32318,32317,32318,32319,32317,32317,32319,32320,32317,32320,32314,32314,32320,32315,32320,32321,32315,32315,32321,32322,32319,32323,32320,32320,32323,32321,32323,32324,32321,32321,32324,32325,32321,32325,32322,32322,32325,32326,32316,32327,32303,32303,32327,32307,32315,32322,32316,32316,32322,32327,32322,32326,32327,32327,32326,32328,32327,32328,32307,32307,32328,32308,31380,32329,31360,31360,32329,32318,31378,32330,31380,31380,32330,32329,32330,32331,32329,32329,32331,32332,32329,32332,32318,32318,32332,32319,31377,32333,31378,31378,32333,32330,31376,32334,31377,31377,32334,32333,32334,32335,32333,32333,32335,32336,32333,32336,32330,32330,32336,32331,32336,32337,32331,32331,32337,32338,32335,32339,32336,32336,32339,32337,32339,32340,32337,32337,32340,32341,32337,32341,32338,32338,32341,32342,32332,32343,32319,32319,32343,32323,32331,32338,32332,32332,32338,32343,32338,32342,32343,32343,32342,32344,32343,32344,32323,32323,32344,32324,31396,32345,31376,31376,32345,32334,31394,32346,31396,31396,32346,32345,32346,32347,32345,32345,32347,32348,32345,32348,32334,32334,32348,32335,31393,32349,31394,31394,32349,32346,31392,32350,31393,31393,32350,32349,32350,32351,32349,32349,32351,32352,32349,32352,32346,32346,32352,32347,32352,32353,32347,32347,32353,32354,32351,32355,32352,32352,32355,32353,32355,32356,32353,32353,32356,32357,32353,32357,32354,32354,32357,32358,32348,32359,32335,32335,32359,32339,32347,32354,32348,32348,32354,32359,32354,32358,32359,32359,32358,32360,32359,32360,32339,32339,32360,32340,31412,32361,31392,31392,32361,32350,31410,32362,31412,31412,32362,32361,32362,32363,32361,32361,32363,32364,32361,32364,32350,32350,32364,32351,31409,32365,31410,31410,32365,32362,31408,32366,31409,31409,32366,32365,32366,32367,32365,32365,32367,32368,32365,32368,32362,32362,32368,32363,32368,32369,32363,32363,32369,32370,32367,32371,32368,32368,32371,32369,32371,32372,32369,32369,32372,32373,32369,32373,32370,32370,32373,32374,32364,32375,32351,32351,32375,32355,32363,32370,32364,32364,32370,32375,32370,32374,32375,32375,32374,32376,32375,32376,32355,32355,32376,32356,31428,32377,31408,31408,32377,32366,31426,32378,31428,31428,32378,32377,32378,32379,32377,32377,32379,32380,32377,32380,32366,32366,32380,32367,31425,32381,31426,31426,32381,32378,31424,32382,31425,31425,32382,32381,32382,32383,32381,32381,32383,32384,32381,32384,32378,32378,32384,32379,32384,32385,32379,32379,32385,32386,32383,32387,32384,32384,32387,32385,32387,32388,32385,32385,32388,32389,32385,32389,32386,32386,32389,32390,32380,32391,32367,32367,32391,32371,32379,32386,32380,32380,32386,32391,32386,32390,32391,32391,32390,32392,32391,32392,32371,32371,32392,32372,31444,32393,31424,31424,32393,32382,31442,32394,31444,31444,32394,32393,32394,32395,32393,32393,32395,32396,32393,32396,32382,32382,32396,32383,31441,32397,31442,31442,32397,32394,31440,32398,31441,31441,32398,32397,32398,32399,32397,32397,32399,32400,32397,32400,32394,32394,32400,32395,32400,32401,32395,32395,32401,32402,32399,32403,32400,32400,32403,32401,32403,32404,32401,32401,32404,32405,32401,32405,32402,32402,32405,32406,32396,32407,32383,32383,32407,32387,32395,32402,32396,32396,32402,32407,32402,32406,32407,32407,32406,32408,32407,32408,32387,32387,32408,32388,31460,32409,31440,31440,32409,32398,31458,32410,31460,31460,32410,32409,32410,32411,32409,32409,32411,32412,32409,32412,32398,32398,32412,32399,31457,32413,31458,31458,32413,32410,31456,32414,31457,31457,32414,32413,32414,32415,32413,32413,32415,32416,32413,32416,32410,32410,32416,32411,32416,32417,32411,32411,32417,32418,32415,32419,32416,32416,32419,32417,32419,32420,32417,32417,32420,32421,32417,32421,32418,32418,32421,32422,32412,32423,32399,32399,32423,32403,32411,32418,32412,32412,32418,32423,32418,32422,32423,32423,32422,32424,32423,32424,32403,32403,32424,32404,31476,32425,31456,31456,32425,32414,31474,32426,31476,31476,32426,32425,32426,32427,32425,32425,32427,32428,32425,32428,32414,32414,32428,32415,31473,32429,31474,31474,32429,32426,31472,32430,31473,31473,32430,32429,32430,32431,32429,32429,32431,32432,32429,32432,32426,32426,32432,32427,32432,32433,32427,32427,32433,32434,32431,32435,32432,32432,32435,32433,32435,32436,32433,32433,32436,32437,32433,32437,32434,32434,32437,32438,32428,32439,32415,32415,32439,32419,32427,32434,32428,32428,32434,32439,32434,32438,32439,32439,32438,32440,32439,32440,32419,32419,32440,32420,31492,32441,31472,31472,32441,32430,31490,32442,31492,31492,32442,32441,32442,32443,32441,32441,32443,32444,32441,32444,32430,32430,32444,32431,31489,32445,31490,31490,32445,32442,31488,32446,31489,31489,32446,32445,32446,32447,32445,32445,32447,32448,32445,32448,32442,32442,32448,32443,32448,32449,32443,32443,32449,32450,32447,32451,32448,32448,32451,32449,32451,32452,32449,32449,32452,32453,32449,32453,32450,32450,32453,32454,32444,32455,32431,32431,32455,32435,32443,32450,32444,32444,32450,32455,32450,32454,32455,32455,32454,32456,32455,32456,32435,32435,32456,32436,31508,32457,31488,31488,32457,32446,31506,32458,31508,31508,32458,32457,32458,32459,32457,32457,32459,32460,32457,32460,32446,32446,32460,32447,31505,32461,31506,31506,32461,32458,31504,32462,31505,31505,32462,32461,32462,32463,32461,32461,32463,32464,32461,32464,32458,32458,32464,32459,32464,32465,32459,32459,32465,32466,32463,32467,32464,32464,32467,32465,32467,32468,32465,32465,32468,32469,32465,32469,32466,32466,32469,32470,32460,32471,32447,32447,32471,32451,32459,32466,32460,32460,32466,32471,32466,32470,32471,32471,32470,32472,32471,32472,32451,32451,32472,32452,31524,32473,31504,31504,32473,32462,31522,32474,31524,31524,32474,32473,32474,32475,32473,32473,32475,32476,32473,32476,32462,32462,32476,32463,31521,32477,31522,31522,32477,32474,31520,32478,31521,31521,32478,32477,32478,32479,32477,32477,32479,32480,32477,32480,32474,32474,32480,32475,32480,32481,32475,32475,32481,32482,32479,32483,32480,32480,32483,32481,32483,32484,32481,32481,32484,32485,32481,32485,32482,32482,32485,32486,32476,32487,32463,32463,32487,32467,32475,32482,32476,32476,32482,32487,32482,32486,32487,32487,32486,32488,32487,32488,32467,32467,32488,32468,31540,32489,31520,31520,32489,32478,31538,32490,31540,31540,32490,32489,32490,32491,32489,32489,32491,32492,32489,32492,32478,32478,32492,32479,31537,32493,31538,31538,32493,32490,31536,32494,31537,31537,32494,32493,32494,32495,32493,32493,32495,32496,32493,32496,32490,32490,32496,32491,32496,32497,32491,32491,32497,32498,32495,32499,32496,32496,32499,32497,32499,32500,32497,32497,32500,32501,32497,32501,32498,32498,32501,32502,32492,32503,32479,32479,32503,32483,32491,32498,32492,32492,32498,32503,32498,32502,32503,32503,32502,32504,32503,32504,32483,32483,32504,32484,31556,32505,31536,31536,32505,32494,31554,32506,31556,31556,32506,32505,32506,32507,32505,32505,32507,32508,32505,32508,32494,32494,32508,32495,31553,32509,31554,31554,32509,32506,31552,32510,31553,31553,32510,32509,32510,32511,32509,32509,32511,32512,32509,32512,32506,32506,32512,32507,32512,32513,32507,32507,32513,32514,32511,32515,32512,32512,32515,32513,32515,32516,32513,32513,32516,32517,32513,32517,32514,32514,32517,32518,32508,32519,32495,32495,32519,32499,32507,32514,32508,32508,32514,32519,32514,32518,32519,32519,32518,32520,32519,32520,32499,32499,32520,32500,31572,32521,31552,31552,32521,32510,31570,32522,31572,31572,32522,32521,32522,32523,32521,32521,32523,32524,32521,32524,32510,32510,32524,32511,31570,31568,32522,32522,31568,32525,31569,32526,31568,31568,32526,32525,32526,32527,32525,32525,32527,32528,32525,32528,32522,32522,32528,32523,32528,32529,32523,32523,32529,32530,32527,32531,32528,32528,32531,32529,32531,32532,32529,32529,32532,32533,32529,32533,32530,32530,32533,32534,32524,32535,32511,32511,32535,32515,32523,32530,32524,32524,32530,32535,32530,32534,32535,32535,32534,32536,32535,32536,32515,32515,32536,32516,31588,32537,31569,31569,32537,32526,31586,32538,31588,31588,32538,32537,32538,32539,32537,32537,32539,32540,32537,32540,32526,32526,32540,32527,31585,32541,31586,31586,32541,32538,31584,32542,31585,31585,32542,32541,32542,32543,32541,32541,32543,32544,32541,32544,32538,32538,32544,32539,32544,32545,32539,32539,32545,32546,32543,32547,32544,32544,32547,32545,32547,32548,32545,32545,32548,32549,32545,32549,32546,32546,32549,32550,32540,32551,32527,32527,32551,32531,32539,32546,32540,32540,32546,32551,32546,32550,32551,32551,32550,32552,32551,32552,32531,32531,32552,32532,31604,32553,31584,31584,32553,32542,31602,32554,31604,31604,32554,32553,32554,32555,32553,32553,32555,32556,32553,32556,32542,32542,32556,32543,31601,32557,31602,31602,32557,32554,31600,32558,31601,31601,32558,32557,32558,32559,32557,32557,32559,32560,32557,32560,32554,32554,32560,32555,32560,32561,32555,32555,32561,32562,32559,32563,32560,32560,32563,32561,32563,32564,32561,32561,32564,32565,32561,32565,32562,32562,32565,32566,32556,32567,32543,32543,32567,32547,32555,32562,32556,32556,32562,32567,32562,32566,32567,32567,32566,32568,32567,32568,32547,32547,32568,32548,31620,32569,31600,31600,32569,32558,31620,31618,32569,32569,31618,32570,32569,32570,32571,32571,32570,32572,32569,32571,32558,32558,32571,32559,31618,31616,32570,32570,31616,32573,31616,31617,32573,32573,31617,32574,32573,32574,32575,32575,32574,32576,32570,32573,32572,32572,32573,32575,32572,32575,32577,32577,32575,32578,32575,32576,32578,32578,32576,32579,32578,32579,32580,32580,32579,32581,32577,32578,32582,32582,32578,32580,32571,32583,32559,32559,32583,32563,32571,32572,32583,32583,32572,32577,32583,32577,32584,32584,32577,32582,32583,32584,32563,32563,32584,32564,31617,31636,32574,32574,31636,32585,31636,31634,32585,32585,31634,32586,32585,32586,32587,32587,32586,32588,32574,32585,32576,32576,32585,32587,31634,31632,32586,32586,31632,32589,31632,31633,32589,32589,31633,32590,32589,32590,32591,32591,32590,32592,32586,32589,32588,32588,32589,32591,32588,32591,32593,32593,32591,32594,32591,32592,32594,32594,32592,32595,32594,32595,32596,32596,32595,32597,32593,32594,32598,32598,32594,32596,32576,32587,32579,32579,32587,32599,32587,32588,32599,32599,32588,32593,32599,32593,32600,32600,32593,32598,32579,32599,32581,32581,32599,32600,31633,31652,32590,32590,31652,32601,31652,31650,32601,32601,31650,32602,32601,32602,32603,32603,32602,32604,32590,32601,32592,32592,32601,32603,31650,31648,32602,32602,31648,32605,31648,31649,32605,32605,31649,32606,32605,32606,32607,32607,32606,32608,32602,32605,32604,32604,32605,32607,32604,32607,32609,32609,32607,32610,32607,32608,32610,32610,32608,32611,32610,32611,32612,32612,32611,32613,32609,32610,32614,32614,32610,32612,32592,32603,32595,32595,32603,32615,32603,32604,32615,32615,32604,32609,32615,32609,32616,32616,32609,32614,32595,32615,32597,32597,32615,32616,31649,31668,32606,32606,31668,32617,31668,31666,32617,32617,31666,32618,32617,32618,32619,32619,32618,32620,32606,32617,32608,32608,32617,32619,31666,31664,32618,32618,31664,32621,31664,31665,32621,32621,31665,32622,32621,32622,32623,32623,32622,32624,32618,32621,32620,32620,32621,32623,32620,32623,32625,32625,32623,32626,32623,32624,32626,32626,32624,32627,32626,32627,32628,32628,32627,32629,32625,32626,32630,32630,32626,32628,32608,32619,32611,32611,32619,32631,32619,32620,32631,32631,32620,32625,32631,32625,32632,32632,32625,32630,32611,32631,32613,32613,32631,32632,31665,31684,32622,32622,31684,32633,31684,31682,32633,32633,31682,32634,32633,32634,32635,32635,32634,32636,32622,32633,32624,32624,32633,32635,31682,31680,32634,32634,31680,32637,31680,31681,32637,32637,31681,32638,32637,32638,32639,32639,32638,32640,32634,32637,32636,32636,32637,32639,32636,32639,32641,32641,32639,32642,32639,32640,32642,32642,32640,32643,32642,32643,32644,32644,32643,32645,32641,32642,32646,32646,32642,32644,32624,32635,32627,32627,32635,32647,32635,32636,32647,32647,32636,32641,32647,32641,32648,32648,32641,32646,32627,32647,32629,32629,32647,32648,31681,31700,32638,32638,31700,32649,31700,31698,32649,32649,31698,32650,32649,32650,32651,32651,32650,32652,32638,32649,32640,32640,32649,32651,31698,31696,32650,32650,31696,32653,31696,31697,32653,32653,31697,32654,32653,32654,32655,32655,32654,32656,32650,32653,32652,32652,32653,32655,32652,32655,32657,32657,32655,32658,32655,32656,32658,32658,32656,32659,32658,32659,32660,32660,32659,32661,32657,32658,32662,32662,32658,32660,32640,32651,32643,32643,32651,32663,32651,32652,32663,32663,32652,32657,32663,32657,32664,32664,32657,32662,32643,32663,32645,32645,32663,32664,31697,31716,32654,32654,31716,32665,31716,31714,32665,32665,31714,32666,32665,32666,32667,32667,32666,32668,32654,32665,32656,32656,32665,32667,31714,31712,32666,32666,31712,32669,31712,31713,32669,32669,31713,32670,32669,32670,32671,32671,32670,32672,32666,32669,32668,32668,32669,32671,32668,32671,32673,32673,32671,32674,32671,32672,32674,32674,32672,32675,32674,32675,32676,32676,32675,32677,32673,32674,32678,32678,32674,32676,32656,32667,32659,32659,32667,32679,32667,32668,32679,32679,32668,32673,32679,32673,32680,32680,32673,32678,32659,32679,32661,32661,32679,32680,31713,31732,32670,32670,31732,32681,31732,31730,32681,32681,31730,32682,32681,32682,32683,32683,32682,32684,32670,32681,32672,32672,32681,32683,31730,31728,32682,32682,31728,32685,31728,31729,32685,32685,31729,32686,32685,32686,32687,32687,32686,32688,32682,32685,32684,32684,32685,32687,32684,32687,32689,32689,32687,32690,32687,32688,32690,32690,32688,32691,32690,32691,32692,32692,32691,32693,32689,32690,32694,32694,32690,32692,32672,32683,32675,32675,32683,32695,32683,32684,32695,32695,32684,32689,32695,32689,32696,32696,32689,32694,32675,32695,32677,32677,32695,32696,31729,31748,32686,32686,31748,32697,31748,31746,32697,32697,31746,32698,32697,32698,32699,32699,32698,32700,32686,32697,32688,32688,32697,32699,31746,31744,32698,32698,31744,32701,31744,31745,32701,32701,31745,32702,32701,32702,32703,32703,32702,32704,32698,32701,32700,32700,32701,32703,32700,32703,32705,32705,32703,32706,32703,32704,32706,32706,32704,32707,32706,32707,32708,32708,32707,32709,32705,32706,32710,32710,32706,32708,32688,32699,32691,32691,32699,32711,32699,32700,32711,32711,32700,32705,32711,32705,32712,32712,32705,32710,32691,32711,32693,32693,32711,32712,31745,31764,32702,32702,31764,32713,31764,31762,32713,32713,31762,32714,32713,32714,32715,32715,32714,32716,32702,32713,32704,32704,32713,32715,31762,31760,32714,32714,31760,32717,31760,31761,32717,32717,31761,32718,32717,32718,32719,32719,32718,32720,32714,32717,32716,32716,32717,32719,32716,32719,32721,32721,32719,32722,32719,32720,32722,32722,32720,32723,32722,32723,32724,32724,32723,32725,32721,32722,32726,32726,32722,32724,32704,32715,32707,32707,32715,32727,32715,32716,32727,32727,32716,32721,32727,32721,32728,32728,32721,32726,32707,32727,32709,32709,32727,32728,31761,31780,32718,32718,31780,32729,31780,31778,32729,32729,31778,32730,32729,32730,32731,32731,32730,32732,32718,32729,32720,32720,32729,32731,31778,31776,32730,32730,31776,32733,31776,31777,32733,32733,31777,32734,32733,32734,32735,32735,32734,32736,32730,32733,32732,32732,32733,32735,32732,32735,32737,32737,32735,32738,32735,32736,32738,32738,32736,32739,32738,32739,32740,32740,32739,32741,32737,32738,32742,32742,32738,32740,32720,32731,32723,32723,32731,32743,32731,32732,32743,32743,32732,32737,32743,32737,32744,32744,32737,32742,32723,32743,32725,32725,32743,32744,31777,31796,32734,32734,31796,32745,31796,31794,32745,32745,31794,32746,32745,32746,32747,32747,32746,32748,32734,32745,32736,32736,32745,32747,31794,31792,32746,32746,31792,32749,31792,31793,32749,32749,31793,32750,32749,32750,32751,32751,32750,32752,32746,32749,32748,32748,32749,32751,32748,32751,32753,32753,32751,32754,32751,32752,32754,32754,32752,32755,32754,32755,32756,32756,32755,32757,32753,32754,32758,32758,32754,32756,32736,32747,32739,32739,32747,32759,32747,32748,32759,32759,32748,32753,32759,32753,32760,32760,32753,32758,32739,32759,32741,32741,32759,32760,31793,31812,32750,32750,31812,32761,31812,31810,32761,32761,31810,32762,32761,32762,32763,32763,32762,32764,32750,32761,32752,32752,32761,32763,31810,31808,32762,32762,31808,32765,31808,31809,32765,32765,31809,32766,32765,32766,32767,32767,32766,32768,32762,32765,32764,32764,32765,32767,32764,32767,32769,32769,32767,32770,32767,32768,32770,32770,32768,32771,32770,32771,32772,32772,32771,32773,32769,32770,32774,32774,32770,32772,32752,32763,32755,32755,32763,32775,32763,32764,32775,32775,32764,32769,32775,32769,32776,32776,32769,32774,32755,32775,32757,32757,32775,32776,31809,31828,32766,32766,31828,32777,31828,31826,32777,32777,31826,32778,32777,32778,32779,32779,32778,32780,32766,32777,32768,32768,32777,32779,31826,31824,32778,32778,31824,32781,31824,31825,32781,32781,31825,32782,32781,32782,32783,32783,32782,32784,32778,32781,32780,32780,32781,32783,32780,32783,32785,32785,32783,32786,32783,32784,32786,32786,32784,32787,32786,32787,32788,32788,32787,32789,32785,32786,32790,32790,32786,32788,32768,32779,32771,32771,32779,32791,32779,32780,32791,32791,32780,32785,32791,32785,32792,32792,32785,32790,32771,32791,32773,32773,32791,32792,31825,31844,32782,32782,31844,32793,31844,31842,32793,32793,31842,32794,32793,32794,32795,32795,32794,32796,32782,32793,32784,32784,32793,32795,31842,31840,32794,32794,31840,32797,31840,31841,32797,32797,31841,32798,32797,32798,32799,32799,32798,32800,32794,32797,32796,32796,32797,32799,32796,32799,32801,32801,32799,32802,32799,32800,32802,32802,32800,32803,32802,32803,32804,32804,32803,32805,32801,32802,32806,32806,32802,32804,32784,32795,32787,32787,32795,32807,32795,32796,32807,32807,32796,32801,32807,32801,32808,32808,32801,32806,32787,32807,32789,32789,32807,32808,31841,31860,32798,32798,31860,32809,31860,31858,32809,32809,31858,32810,32809,32810,32811,32811,32810,32812,32798,32809,32800,32800,32809,32811,31858,31856,32810,32810,31856,32813,31856,31857,32813,32813,31857,32814,32813,32814,32815,32815,32814,32816,32810,32813,32812,32812,32813,32815,32812,32815,32817,32817,32815,32818,32815,32816,32818,32818,32816,32819,32818,32819,32820,32820,32819,32821,32817,32818,32822,32822,32818,32820,32800,32811,32803,32803,32811,32823,32811,32812,32823,32823,32812,32817,32823,32817,32824,32824,32817,32822,32803,32823,32805,32805,32823,32824,31857,31876,32814,32814,31876,32825,31876,31874,32825,32825,31874,32826,32825,32826,32827,32827,32826,32828,32814,32825,32816,32816,32825,32827,31874,31872,32826,32826,31872,32829,31872,31873,32829,32829,31873,32830,32829,32830,32831,32831,32830,32832,32826,32829,32828,32828,32829,32831,32828,32831,32833,32833,32831,32834,32831,32832,32834,32834,32832,32835,32834,32835,32836,32836,32835,32837,32833,32834,32838,32838,32834,32836,32816,32827,32819,32819,32827,32839,32827,32828,32839,32839,32828,32833,32839,32833,32840,32840,32833,32838,32819,32839,32821,32821,32839,32840,31873,31892,32830,32830,31892,32841,31892,31890,32841,32841,31890,32842,32841,32842,32843,32843,32842,32844,32830,32841,32832,32832,32841,32843,31890,31888,32842,32842,31888,32845,31888,31889,32845,32845,31889,32846,32845,32846,32847,32847,32846,32848,32842,32845,32844,32844,32845,32847,32844,32847,32849,32849,32847,32850,32847,32848,32850,32850,32848,32851,32850,32851,32852,32852,32851,32853,32849,32850,32854,32854,32850,32852,32832,32843,32835,32835,32843,32855,32843,32844,32855,32855,32844,32849,32855,32849,32856,32856,32849,32854,32835,32855,32837,32837,32855,32856,31889,31908,32846,32846,31908,32857,31908,31906,32857,32857,31906,32858,32857,32858,32859,32859,32858,32860,32846,32857,32848,32848,32857,32859,31906,31904,32858,32858,31904,32861,31904,31905,32861,32861,31905,32862,32861,32862,32863,32863,32862,32864,32858,32861,32860,32860,32861,32863,32860,32863,32865,32865,32863,32866,32863,32864,32866,32866,32864,32867,32866,32867,32868,32868,32867,32869,32865,32866,32870,32870,32866,32868,32848,32859,32851,32851,32859,32871,32859,32860,32871,32871,32860,32865,32871,32865,32872,32872,32865,32870,32851,32871,32853,32853,32871,32872,31905,31924,32862,32862,31924,32873,31924,31922,32873,32873,31922,32874,32873,32874,32875,32875,32874,32876,32862,32873,32864,32864,32873,32875,31922,31920,32874,32874,31920,32877,31920,31921,32877,32877,31921,32878,32877,32878,32879,32879,32878,32880,32874,32877,32876,32876,32877,32879,32876,32879,32881,32881,32879,32882,32879,32880,32882,32882,32880,32883,32883,32884,32882,32882,32884,32885,32882,32885,32881,32881,32885,32886,32864,32875,32867,32867,32875,32887,32875,32876,32887,32887,32876,32881,32887,32881,32888,32888,32881,32886,32867,32887,32869,32869,32887,32888,31921,31940,32878,32878,31940,32889,31940,31938,32889,32889,31938,32890,32890,32891,32889,32889,32891,32892,32878,32889,32880,32880,32889,32892,31937,32893,31938,31938,32893,32890,31936,32894,31937,31937,32894,32893,32894,32895,32893,32893,32895,32896,32893,32896,32890,32890,32896,32891,32896,32897,32891,32891,32897,32898,32895,32899,32896,32896,32899,32897,32899,32900,32897,32897,32900,32901,32897,32901,32898,32898,32901,32902,32892,32903,32880,32880,32903,32883,32891,32898,32892,32892,32898,32903,32898,32902,32903,32903,32902,32904,32903,32904,32883,32883,32904,32884,31956,32905,31936,31936,32905,32894,31954,32906,31956,31956,32906,32905,32906,32907,32905,32905,32907,32908,32905,32908,32894,32894,32908,32895,31953,32909,31954,31954,32909,32906,31952,32910,31953,31953,32910,32909,32910,32911,32909,32909,32911,32912,32909,32912,32906,32906,32912,32907,32912,32913,32907,32907,32913,32914,32911,32915,32912,32912,32915,32913,32915,32916,32913,32913,32916,32917,32913,32917,32914,32914,32917,32918,32908,32919,32895,32895,32919,32899,32907,32914,32908,32908,32914,32919,32914,32918,32919,32919,32918,32920,32919,32920,32899,32899,32920,32900,31972,32921,31952,31952,32921,32910,31970,32922,31972,31972,32922,32921,32922,32923,32921,32921,32923,32924,32921,32924,32910,32910,32924,32911,31969,32925,31970,31970,32925,32922,31968,32926,31969,31969,32926,32925,32926,32927,32925,32925,32927,32928,32925,32928,32922,32922,32928,32923,32928,32929,32923,32923,32929,32930,32927,32931,32928,32928,32931,32929,32931,32932,32929,32929,32932,32933,32929,32933,32930,32930,32933,32934,32924,32935,32911,32911,32935,32915,32923,32930,32924,32924,32930,32935,32930,32934,32935,32935,32934,32936,32935,32936,32915,32915,32936,32916,31988,32937,31968,31968,32937,32926,31986,32938,31988,31988,32938,32937,32938,32939,32937,32937,32939,32940,32937,32940,32926,32926,32940,32927,31985,32941,31986,31986,32941,32938,31984,32942,31985,31985,32942,32941,32942,32943,32941,32941,32943,32944,32941,32944,32938,32938,32944,32939,32944,32945,32939,32939,32945,32946,32943,32947,32944,32944,32947,32945,32947,32948,32945,32945,32948,32949,32945,32949,32946,32946,32949,32950,32940,32951,32927,32927,32951,32931,32939,32946,32940,32940,32946,32951,32946,32950,32951,32951,32950,32952,32951,32952,32931,32931,32952,32932,32004,32953,31984,31984,32953,32942,32002,32954,32004,32004,32954,32953,32954,32955,32953,32953,32955,32956,32953,32956,32942,32942,32956,32943,32001,32957,32002,32002,32957,32954,32000,32958,32001,32001,32958,32957,32958,32959,32957,32957,32959,32960,32957,32960,32954,32954,32960,32955,32960,32961,32955,32955,32961,32962,32959,32963,32960,32960,32963,32961,32961,32963,32964,32964,32963,32965,32961,32964,32962,32962,32964,32966,32956,32967,32943,32943,32967,32947,32955,32962,32956,32956,32962,32967,32962,32966,32967,32967,32966,32968,32967,32968,32947,32947,32968,32948,32020,32969,32000,32000,32969,32958,32018,32970,32020,32020,32970,32969,32970,32971,32969,32969,32971,32972,32969,32972,32958,32958,32972,32959,32018,32017,32970,32970,32017,32973,32017,32016,32973,32973,32016,32974,32974,32975,32973,32973,32975,32976,32973,32976,32970,32970,32976,32971,32976,32977,32971,32971,32977,32978,32975,32979,32976,32976,32979,32977,32977,32979,32980,32980,32979,32981,32977,32980,32978,32978,32980,32982,32972,32983,32959,32959,32983,32963,32971,32978,32972,32972,32978,32983,32978,32982,32983,32983,32982,32984,32983,32984,32963,32963,32984,32965,32016,32036,32974,32974,32036,32985,32036,32034,32985,32985,32034,32986,32985,32986,32987,32987,32986,32988,32974,32985,32975,32975,32985,32987,32034,32032,32986,32986,32032,32989,32032,32033,32989,32989,32033,32990,32989,32990,32991,32991,32990,32992,32986,32989,32988,32988,32989,32991,32988,32991,32993,32993,32991,32994,32991,32992,32994,32994,32992,32995,32994,32995,32996,32996,32995,32997,32993,32994,32998,32998,32994,32996,32987,32999,32975,32975,32999,32979,32987,32988,32999,32999,32988,32993,32999,32993,33000,33000,32993,32998,32979,32999,32981,32981,32999,33000,32033,32052,32990,32990,32052,33001,32052,32050,33001,33001,32050,33002,33001,33002,33003,33003,33002,33004,32990,33001,32992,32992,33001,33003,32050,32048,33002,33002,32048,33005,32048,32049,33005,33005,32049,33006,33005,33006,33007,33007,33006,33008,33002,33005,33004,33004,33005,33007,33004,33007,33009,33009,33007,33010,33007,33008,33010,33010,33008,33011,33010,33011,33012,33012,33011,33013,33009,33010,33014,33014,33010,33012,32992,33003,32995,32995,33003,33015,33003,33004,33015,33015,33004,33009,33015,33009,33016,33016,33009,33014,32995,33015,32997,32997,33015,33016,32071,33017,32072,32072,33017,33018,32068,33019,32071,32071,33019,33017,33019,33020,33017,33017,33020,33021,33017,33021,33018,33018,33021,33022,32067,33023,32068,32068,33023,33019,32066,33024,32067,32067,33024,33023,33024,33025,33023,33023,33025,33026,33023,33026,33019,33019,33026,33020,33026,33027,33020,33020,33027,33028,33025,33029,33026,33026,33029,33027,33029,33030,33027,33027,33030,33031,33027,33031,33028,33028,33031,33032,33021,33033,33022,33022,33033,33034,33020,33028,33021,33021,33028,33033,33028,33032,33033,33033,33032,33035,33033,33035,33034,33034,33035,33036,32088,33037,32066,32066,33037,33024,32086,33038,32088,32088,33038,33037,33038,33039,33037,33037,33039,33040,33037,33040,33024,33024,33040,33025,32084,33041,32086,32086,33041,33038,32085,33042,32084,32084,33042,33041,33042,33043,33041,33041,33043,33044,33041,33044,33038,33038,33044,33039,33044,33045,33039,33039,33045,33046,33043,33047,33044,33044,33047,33045,33047,33048,33045,33045,33048,33049,33045,33049,33046,33046,33049,33050,33040,33051,33025,33025,33051,33029,33039,33046,33040,33040,33046,33051,33046,33050,33051,33051,33050,33052,33051,33052,33029,33029,33052,33030,32085,32104,33042,33042,32104,33053,32104,32102,33053,33053,32102,33054,33053,33054,33055,33055,33054,33056,33042,33053,33043,33043,33053,33055,32102,32100,33054,33054,32100,33057,32101,33058,32100,32100,33058,33057,33058,33059,33057,33057,33059,33060,33057,33060,33054,33054,33060,33056,33060,33061,33056,33056,33061,33062,33059,33063,33060,33060,33063,33061,33063,33064,33061,33061,33064,33065,33061,33065,33062,33062,33065,33066,33043,33055,33047,33047,33055,33067,33056,33062,33055,33055,33062,33067,33062,33066,33067,33067,33066,33068,33067,33068,33047,33047,33068,33048,32120,33069,32101,32101,33069,33058,32118,33070,32120,32120,33070,33069,33070,33071,33069,33069,33071,33072,33069,33072,33058,33058,33072,33059,32117,33073,32118,32118,33073,33070,32116,33074,32117,32117,33074,33073,33074,33075,33073,33073,33075,33076,33073,33076,33070,33070,33076,33071,33076,33077,33071,33071,33077,33078,33075,33079,33076,33076,33079,33077,33079,33080,33077,33077,33080,33081,33077,33081,33078,33078,33081,33082,33072,33083,33059,33059,33083,33063,33071,33078,33072,33072,33078,33083,33078,33082,33083,33083,33082,33084,33083,33084,33063,33063,33084,33064,32136,33085,32116,32116,33085,33074,32134,33086,32136,32136,33086,33085,33086,33087,33085,33085,33087,33088,33085,33088,33074,33074,33088,33075,32133,33089,32134,32134,33089,33086,32132,33090,32133,32133,33090,33089,33090,33091,33089,33089,33091,33092,33089,33092,33086,33086,33092,33087,33092,33093,33087,33087,33093,33094,33091,33095,33092,33092,33095,33093,33093,33095,33096,33096,33095,33097,33093,33096,33094,33094,33096,33098,33088,33099,33075,33075,33099,33079,33087,33094,33088,33088,33094,33099,33094,33098,33099,33099,33098,33100,33099,33100,33079,33079,33100,33080,32152,33101,32132,32132,33101,33090,32150,33102,32152,32152,33102,33101,33101,33102,33103,33103,33102,33104,33101,33103,33090,33090,33103,33091,32150,32149,33102,33102,32149,33105,32149,32148,33105,33105,32148,33106,33105,33106,33107,33107,33106,33108,33102,33105,33104,33104,33105,33107,33104,33107,33109,33109,33107,33110,33107,33108,33110,33110,33108,33111,33110,33111,33112,33112,33111,33113,33109,33110,33114,33114,33110,33112,33091,33103,33095,33095,33103,33115,33103,33104,33115,33115,33104,33109,33115,33109,33116,33116,33109,33114,33095,33115,33097,33097,33115,33116,32168,33117,32148,32148,33117,33106,32166,33118,32168,32168,33118,33117,33118,33119,33117,33117,33119,33120,33117,33120,33106,33106,33120,33108,32165,33121,32166,32166,33121,33118,32164,33122,32165,32165,33122,33121,33122,33123,33121,33121,33123,33124,33121,33124,33118,33118,33124,33119,33124,33125,33119,33119,33125,33126,33123,33127,33124,33124,33127,33125,33127,33128,33125,33125,33128,33129,33125,33129,33126,33126,33129,33130,33120,33131,33108,33108,33131,33111,33119,33126,33120,33120,33126,33131,33126,33130,33131,33131,33130,33132,33131,33132,33111,33111,33132,33113,32184,33133,32164,32164,33133,33122,32182,33134,32184,32184,33134,33133,33134,33135,33133,33133,33135,33136,33133,33136,33122,33122,33136,33123,32181,33137,32182,32182,33137,33134,32180,33138,32181,32181,33138,33137,33138,33139,33137,33137,33139,33140,33137,33140,33134,33134,33140,33135,33140,33141,33135,33135,33141,33142,33139,33143,33140,33140,33143,33141,33143,33144,33141,33141,33144,33145,33141,33145,33142,33142,33145,33146,33136,33147,33123,33123,33147,33127,33135,33142,33136,33136,33142,33147,33142,33146,33147,33147,33146,33148,33147,33148,33127,33127,33148,33128,32200,33149,32180,32180,33149,33138,32198,33150,32200,32200,33150,33149,33150,33151,33149,33149,33151,33152,33149,33152,33138,33138,33152,33139,32197,33153,32198,32198,33153,33150,32196,33154,32197,32197,33154,33153,33154,33155,33153,33153,33155,33156,33153,33156,33150,33150,33156,33151,33156,33157,33151,33151,33157,33158,33155,33159,33156,33156,33159,33157,33159,33160,33157,33157,33160,33161,33157,33161,33158,33158,33161,33162,33152,33163,33139,33139,33163,33143,33151,33158,33152,33152,33158,33163,33158,33162,33163,33163,33162,33164,33163,33164,33143,33143,33164,33144,32216,33165,32196,32196,33165,33154,32214,33166,32216,32216,33166,33165,33166,33167,33165,33165,33167,33168,33165,33168,33154,33154,33168,33155,32213,33169,32214,32214,33169,33166,32212,33170,32213,32213,33170,33169,33170,33171,33169,33169,33171,33172,33169,33172,33166,33166,33172,33167,33172,33173,33167,33167,33173,33174,33171,33175,33172,33172,33175,33173,33175,33176,33173,33173,33176,33177,33173,33177,33174,33174,33177,33178,33168,33179,33155,33155,33179,33159,33167,33174,33168,33168,33174,33179,33174,33178,33179,33179,33178,33180,33179,33180,33159,33159,33180,33160,32232,33181,32212,32212,33181,33170,32230,33182,32232,32232,33182,33181,33182,33183,33181,33181,33183,33184,33181,33184,33170,33170,33184,33171,32229,33185,32230,32230,33185,33182,32228,33186,32229,32229,33186,33185,33186,33187,33185,33185,33187,33188,33185,33188,33182,33182,33188,33183,33188,33189,33183,33183,33189,33190,33187,33191,33188,33188,33191,33189,33191,33192,33189,33189,33192,33193,33189,33193,33190,33190,33193,33194,33184,33195,33171,33171,33195,33175,33183,33190,33184,33184,33190,33195,33190,33194,33195,33195,33194,33196,33195,33196,33175,33175,33196,33176,32248,33197,32228,32228,33197,33186,32246,33198,32248,32248,33198,33197,33198,33199,33197,33197,33199,33200,33197,33200,33186,33186,33200,33187,32245,33201,32246,32246,33201,33198,32244,33202,32245,32245,33202,33201,33202,33203,33201,33201,33203,33204,33201,33204,33198,33198,33204,33199,33204,33205,33199,33199,33205,33206,33203,33207,33204,33204,33207,33205,33207,33208,33205,33205,33208,33209,33205,33209,33206,33206,33209,33210,33200,33211,33187,33187,33211,33191,33199,33206,33200,33200,33206,33211,33206,33210,33211,33211,33210,33212,33211,33212,33191,33191,33212,33192,32264,33213,32244,32244,33213,33202,32262,33214,32264,32264,33214,33213,33214,33215,33213,33213,33215,33216,33213,33216,33202,33202,33216,33203,32261,33217,32262,32262,33217,33214,32260,33218,32261,32261,33218,33217,33218,33219,33217,33217,33219,33220,33217,33220,33214,33214,33220,33215,33220,33221,33215,33215,33221,33222,33219,33223,33220,33220,33223,33221,33223,33224,33221,33221,33224,33225,33221,33225,33222,33222,33225,33226,33216,33227,33203,33203,33227,33207,33215,33222,33216,33216,33222,33227,33222,33226,33227,33227,33226,33228,33227,33228,33207,33207,33228,33208,32280,33229,32260,32260,33229,33218,32278,33230,32280,32280,33230,33229,33230,33231,33229,33229,33231,33232,33229,33232,33218,33218,33232,33219,32277,33233,32278,32278,33233,33230,32276,33234,32277,32277,33234,33233,33234,33235,33233,33233,33235,33236,33233,33236,33230,33230,33236,33231,33236,33237,33231,33231,33237,33238,33235,33239,33236,33236,33239,33237,33239,33240,33237,33237,33240,33241,33237,33241,33238,33238,33241,33242,33232,33243,33219,33219,33243,33223,33231,33238,33232,33232,33238,33243,33238,33242,33243,33243,33242,33244,33243,33244,33223,33223,33244,33224,32296,33245,32276,32276,33245,33234,32294,33246,32296,32296,33246,33245,33246,33247,33245,33245,33247,33248,33245,33248,33234,33234,33248,33235,32293,33249,32294,32294,33249,33246,32292,33250,32293,32293,33250,33249,33250,33251,33249,33249,33251,33252,33249,33252,33246,33246,33252,33247,33252,33253,33247,33247,33253,33254,33251,33255,33252,33252,33255,33253,33255,33256,33253,33253,33256,33257,33253,33257,33254,33254,33257,33258,33248,33259,33235,33235,33259,33239,33247,33254,33248,33248,33254,33259,33254,33258,33259,33259,33258,33260,33259,33260,33239,33239,33260,33240,32312,33261,32292,32292,33261,33250,32310,33262,32312,32312,33262,33261,33262,33263,33261,33261,33263,33264,33261,33264,33250,33250,33264,33251,32309,33265,32310,32310,33265,33262,32308,33266,32309,32309,33266,33265,33266,33267,33265,33265,33267,33268,33265,33268,33262,33262,33268,33263,33268,33269,33263,33263,33269,33270,33267,33271,33268,33268,33271,33269,33271,33272,33269,33269,33272,33273,33269,33273,33270,33270,33273,33274,33264,33275,33251,33251,33275,33255,33263,33270,33264,33264,33270,33275,33270,33274,33275,33275,33274,33276,33275,33276,33255,33255,33276,33256,32328,33277,32308,32308,33277,33266,32326,33278,32328,32328,33278,33277,33278,33279,33277,33277,33279,33280,33277,33280,33266,33266,33280,33267,32325,33281,32326,32326,33281,33278,32324,33282,32325,32325,33282,33281,33282,33283,33281,33281,33283,33284,33281,33284,33278,33278,33284,33279,33284,33285,33279,33279,33285,33286,33283,33287,33284,33284,33287,33285,33287,33288,33285,33285,33288,33289,33285,33289,33286,33286,33289,33290,33280,33291,33267,33267,33291,33271,33279,33286,33280,33280,33286,33291,33286,33290,33291,33291,33290,33292,33291,33292,33271,33271,33292,33272,32344,33293,32324,32324,33293,33282,32342,33294,32344,32344,33294,33293,33294,33295,33293,33293,33295,33296,33293,33296,33282,33282,33296,33283,32341,33297,32342,32342,33297,33294,32340,33298,32341,32341,33298,33297,33298,33299,33297,33297,33299,33300,33297,33300,33294,33294,33300,33295,33300,33301,33295,33295,33301,33302,33299,33303,33300,33300,33303,33301,33303,33304,33301,33301,33304,33305,33301,33305,33302,33302,33305,33306,33296,33307,33283,33283,33307,33287,33295,33302,33296,33296,33302,33307,33302,33306,33307,33307,33306,33308,33307,33308,33287,33287,33308,33288,32360,33309,32340,32340,33309,33298,32358,33310,32360,32360,33310,33309,33310,33311,33309,33309,33311,33312,33309,33312,33298,33298,33312,33299,32357,33313,32358,32358,33313,33310,32356,33314,32357,32357,33314,33313,33314,33315,33313,33313,33315,33316,33313,33316,33310,33310,33316,33311,33316,33317,33311,33311,33317,33318,33315,33319,33316,33316,33319,33317,33319,33320,33317,33317,33320,33321,33317,33321,33318,33318,33321,33322,33312,33323,33299,33299,33323,33303,33311,33318,33312,33312,33318,33323,33318,33322,33323,33323,33322,33324,33323,33324,33303,33303,33324,33304,32376,33325,32356,32356,33325,33314,32374,33326,32376,32376,33326,33325,33326,33327,33325,33325,33327,33328,33325,33328,33314,33314,33328,33315,32373,33329,32374,32374,33329,33326,32372,33330,32373,32373,33330,33329,33330,33331,33329,33329,33331,33332,33329,33332,33326,33326,33332,33327,33332,33333,33327,33327,33333,33334,33331,33335,33332,33332,33335,33333,33335,33336,33333,33333,33336,33337,33333,33337,33334,33334,33337,33338,33328,33339,33315,33315,33339,33319,33327,33334,33328,33328,33334,33339,33334,33338,33339,33339,33338,33340,33339,33340,33319,33319,33340,33320,32392,33341,32372,32372,33341,33330,32390,33342,32392,32392,33342,33341,33342,33343,33341,33341,33343,33344,33341,33344,33330,33330,33344,33331,32389,33345,32390,32390,33345,33342,32388,33346,32389,32389,33346,33345,33346,33347,33345,33345,33347,33348,33345,33348,33342,33342,33348,33343,33348,33349,33343,33343,33349,33350,33347,33351,33348,33348,33351,33349,33351,33352,33349,33349,33352,33353,33349,33353,33350,33350,33353,33354,33344,33355,33331,33331,33355,33335,33343,33350,33344,33344,33350,33355,33350,33354,33355,33355,33354,33356,33355,33356,33335,33335,33356,33336,32408,33357,32388,32388,33357,33346,32406,33358,32408,32408,33358,33357,33358,33359,33357,33357,33359,33360,33357,33360,33346,33346,33360,33347,32405,33361,32406,32406,33361,33358,32404,33362,32405,32405,33362,33361,33362,33363,33361,33361,33363,33364,33361,33364,33358,33358,33364,33359,33364,33365,33359,33359,33365,33366,33363,33367,33364,33364,33367,33365,33367,33368,33365,33365,33368,33369,33365,33369,33366,33366,33369,33370,33360,33371,33347,33347,33371,33351,33359,33366,33360,33360,33366,33371,33366,33370,33371,33371,33370,33372,33371,33372,33351,33351,33372,33352,32424,33373,32404,32404,33373,33362,32422,33374,32424,32424,33374,33373,33374,33375,33373,33373,33375,33376,33373,33376,33362,33362,33376,33363,32421,33377,32422,32422,33377,33374,32420,33378,32421,32421,33378,33377,33378,33379,33377,33377,33379,33380,33377,33380,33374,33374,33380,33375,33380,33381,33375,33375,33381,33382,33379,33383,33380,33380,33383,33381,33383,33384,33381,33381,33384,33385,33381,33385,33382,33382,33385,33386,33376,33387,33363,33363,33387,33367,33375,33382,33376,33376,33382,33387,33382,33386,33387,33387,33386,33388,33387,33388,33367,33367,33388,33368,32440,33389,32420,32420,33389,33378,32438,33390,32440,32440,33390,33389,33390,33391,33389,33389,33391,33392,33389,33392,33378,33378,33392,33379,32437,33393,32438,32438,33393,33390,32436,33394,32437,32437,33394,33393,33394,33395,33393,33393,33395,33396,33393,33396,33390,33390,33396,33391,33396,33397,33391,33391,33397,33398,33395,33399,33396,33396,33399,33397,33399,33400,33397,33397,33400,33401,33397,33401,33398,33398,33401,33402,33392,33403,33379,33379,33403,33383,33391,33398,33392,33392,33398,33403,33398,33402,33403,33403,33402,33404,33403,33404,33383,33383,33404,33384,32456,33405,32436,32436,33405,33394,32454,33406,32456,32456,33406,33405,33406,33407,33405,33405,33407,33408,33405,33408,33394,33394,33408,33395,32453,33409,32454,32454,33409,33406,32452,33410,32453,32453,33410,33409,33410,33411,33409,33409,33411,33412,33409,33412,33406,33406,33412,33407,33412,33413,33407,33407,33413,33414,33411,33415,33412,33412,33415,33413,33415,33416,33413,33413,33416,33417,33413,33417,33414,33414,33417,33418,33408,33419,33395,33395,33419,33399,33407,33414,33408,33408,33414,33419,33414,33418,33419,33419,33418,33420,33419,33420,33399,33399,33420,33400,32472,33421,32452,32452,33421,33410,32470,33422,32472,32472,33422,33421,33422,33423,33421,33421,33423,33424,33421,33424,33410,33410,33424,33411,32469,33425,32470,32470,33425,33422,32468,33426,32469,32469,33426,33425,33426,33427,33425,33425,33427,33428,33425,33428,33422,33422,33428,33423,33428,33429,33423,33423,33429,33430,33427,33431,33428,33428,33431,33429,33431,33432,33429,33429,33432,33433,33429,33433,33430,33430,33433,33434,33424,33435,33411,33411,33435,33415,33423,33430,33424,33424,33430,33435,33430,33434,33435,33435,33434,33436,33435,33436,33415,33415,33436,33416,32488,33437,32468,32468,33437,33426,32486,33438,32488,32488,33438,33437,33438,33439,33437,33437,33439,33440,33437,33440,33426,33426,33440,33427,32485,33441,32486,32486,33441,33438,32484,33442,32485,32485,33442,33441,33442,33443,33441,33441,33443,33444,33441,33444,33438,33438,33444,33439,33444,33445,33439,33439,33445,33446,33443,33447,33444,33444,33447,33445,33447,33448,33445,33445,33448,33449,33445,33449,33446,33446,33449,33450,33440,33451,33427,33427,33451,33431,33439,33446,33440,33440,33446,33451,33446,33450,33451,33451,33450,33452,33451,33452,33431,33431,33452,33432,32504,33453,32484,32484,33453,33442,32502,33454,32504,32504,33454,33453,33454,33455,33453,33453,33455,33456,33453,33456,33442,33442,33456,33443,32501,33457,32502,32502,33457,33454,32500,33458,32501,32501,33458,33457,33458,33459,33457,33457,33459,33460,33457,33460,33454,33454,33460,33455,33460,33461,33455,33455,33461,33462,33459,33463,33460,33460,33463,33461,33463,33464,33461,33461,33464,33465,33461,33465,33462,33462,33465,33466,33456,33467,33443,33443,33467,33447,33455,33462,33456,33456,33462,33467,33462,33466,33467,33467,33466,33468,33467,33468,33447,33447,33468,33448,32520,33469,32500,32500,33469,33458,32518,33470,32520,32520,33470,33469,33470,33471,33469,33469,33471,33472,33469,33472,33458,33458,33472,33459,32517,33473,32518,32518,33473,33470,32516,33474,32517,32517,33474,33473,33474,33475,33473,33473,33475,33476,33473,33476,33470,33470,33476,33471,33476,33477,33471,33471,33477,33478,33475,33479,33476,33476,33479,33477,33479,33480,33477,33477,33480,33481,33477,33481,33478,33478,33481,33482,33472,33483,33459,33459,33483,33463,33471,33478,33472,33472,33478,33483,33478,33482,33483,33483,33482,33484,33483,33484,33463,33463,33484,33464,32536,33485,32516,32516,33485,33474,32534,33486,32536,32536,33486,33485,33486,33487,33485,33485,33487,33488,33485,33488,33474,33474,33488,33475,32533,33489,32534,32534,33489,33486,32532,33490,32533,32533,33490,33489,33490,33491,33489,33489,33491,33492,33489,33492,33486,33486,33492,33487,33492,33493,33487,33487,33493,33494,33491,33495,33492,33492,33495,33493,33495,33496,33493,33493,33496,33497,33493,33497,33494,33494,33497,33498,33488,33499,33475,33475,33499,33479,33487,33494,33488,33488,33494,33499,33494,33498,33499,33499,33498,33500,33499,33500,33479,33479,33500,33480,32552,33501,32532,32532,33501,33490,32550,33502,32552,32552,33502,33501,33502,33503,33501,33501,33503,33504,33501,33504,33490,33490,33504,33491,32549,33505,32550,32550,33505,33502,32548,33506,32549,32549,33506,33505,33506,33507,33505,33505,33507,33508,33505,33508,33502,33502,33508,33503,33508,33509,33503,33503,33509,33510,33507,33511,33508,33508,33511,33509,33511,33512,33509,33509,33512,33513,33509,33513,33510,33510,33513,33514,33504,33515,33491,33491,33515,33495,33503,33510,33504,33504,33510,33515,33510,33514,33515,33515,33514,33516,33515,33516,33495,33495,33516,33496,32568,33517,32548,32548,33517,33506,32566,33518,32568,32568,33518,33517,33518,33519,33517,33517,33519,33520,33517,33520,33506,33506,33520,33507,32565,33521,32566,32566,33521,33518,32564,33522,32565,32565,33522,33521,33522,33523,33521,33521,33523,33524,33521,33524,33518,33518,33524,33519,33524,33525,33519,33519,33525,33526,33523,33527,33524,33524,33527,33525,33527,33528,33525,33525,33528,33529,33525,33529,33526,33526,33529,33530,33520,33531,33507,33507,33531,33511,33519,33526,33520,33520,33526,33531,33526,33530,33531,33531,33530,33532,33531,33532,33511,33511,33532,33512,32584,33533,32564,32564,33533,33522,32584,32582,33533,33533,32582,33534,33534,33535,33533,33533,33535,33536,33533,33536,33522,33522,33536,33523,32582,32580,33534,33534,32580,33537,32580,32581,33537,33537,32581,33538,33537,33538,33539,33539,33538,33540,33534,33537,33535,33535,33537,33539,33535,33539,33541,33541,33539,33542,33539,33540,33542,33542,33540,33543,33542,33543,33544,33544,33543,33545,33541,33542,33546,33546,33542,33544,33536,33547,33523,33523,33547,33527,33535,33541,33536,33536,33541,33547,33541,33546,33547,33547,33546,33548,33547,33548,33527,33527,33548,33528,32581,32600,33538,33538,32600,33549,32600,32598,33549,33549,32598,33550,33549,33550,33551,33551,33550,33552,33538,33549,33540,33540,33549,33551,32598,32596,33550,33550,32596,33553,32596,32597,33553,33553,32597,33554,33553,33554,33555,33555,33554,33556,33550,33553,33552,33552,33553,33555,33552,33555,33557,33557,33555,33558,33555,33556,33558,33558,33556,33559,33558,33559,33560,33560,33559,33561,33557,33558,33562,33562,33558,33560,33540,33551,33543,33543,33551,33563,33551,33552,33563,33563,33552,33557,33563,33557,33564,33564,33557,33562,33543,33563,33545,33545,33563,33564,32597,32616,33554,33554,32616,33565,32616,32614,33565,33565,32614,33566,33565,33566,33567,33567,33566,33568,33554,33565,33556,33556,33565,33567,32614,32612,33566,33566,32612,33569,32612,32613,33569,33569,32613,33570,33569,33570,33571,33571,33570,33572,33566,33569,33568,33568,33569,33571,33568,33571,33573,33573,33571,33574,33571,33572,33574,33574,33572,33575,33574,33575,33576,33576,33575,33577,33573,33574,33578,33578,33574,33576,33556,33567,33559,33559,33567,33579,33567,33568,33579,33579,33568,33573,33579,33573,33580,33580,33573,33578,33559,33579,33561,33561,33579,33580,32613,32632,33570,33570,32632,33581,32632,32630,33581,33581,32630,33582,33581,33582,33583,33583,33582,33584,33570,33581,33572,33572,33581,33583,32630,32628,33582,33582,32628,33585,32628,32629,33585,33585,32629,33586,33585,33586,33587,33587,33586,33588,33582,33585,33584,33584,33585,33587,33584,33587,33589,33589,33587,33590,33587,33588,33590,33590,33588,33591,33590,33591,33592,33592,33591,33593,33589,33590,33594,33594,33590,33592,33572,33583,33575,33575,33583,33595,33583,33584,33595,33595,33584,33589,33595,33589,33596,33596,33589,33594,33575,33595,33577,33577,33595,33596,32629,32648,33586,33586,32648,33597,32648,32646,33597,33597,32646,33598,33597,33598,33599,33599,33598,33600,33586,33597,33588,33588,33597,33599,32646,32644,33598,33598,32644,33601,32644,32645,33601,33601,32645,33602,33601,33602,33603,33603,33602,33604,33598,33601,33600,33600,33601,33603,33600,33603,33605,33605,33603,33606,33603,33604,33606,33606,33604,33607,33606,33607,33608,33608,33607,33609,33605,33606,33610,33610,33606,33608,33588,33599,33591,33591,33599,33611,33599,33600,33611,33611,33600,33605,33611,33605,33612,33612,33605,33610,33591,33611,33593,33593,33611,33612,32645,32664,33602,33602,32664,33613,32664,32662,33613,33613,32662,33614,33613,33614,33615,33615,33614,33616,33602,33613,33604,33604,33613,33615,32662,32660,33614,33614,32660,33617,32660,32661,33617,33617,32661,33618,33617,33618,33619,33619,33618,33620,33614,33617,33616,33616,33617,33619,33616,33619,33621,33621,33619,33622,33619,33620,33622,33622,33620,33623,33622,33623,33624,33624,33623,33625,33621,33622,33626,33626,33622,33624,33604,33615,33607,33607,33615,33627,33615,33616,33627,33627,33616,33621,33627,33621,33628,33628,33621,33626,33607,33627,33609,33609,33627,33628,32661,32680,33618,33618,32680,33629,32680,32678,33629,33629,32678,33630,33629,33630,33631,33631,33630,33632,33618,33629,33620,33620,33629,33631,32678,32676,33630,33630,32676,33633,32676,32677,33633,33633,32677,33634,33633,33634,33635,33635,33634,33636,33630,33633,33632,33632,33633,33635,33632,33635,33637,33637,33635,33638,33635,33636,33638,33638,33636,33639,33638,33639,33640,33640,33639,33641,33637,33638,33642,33642,33638,33640,33620,33631,33623,33623,33631,33643,33631,33632,33643,33643,33632,33637,33643,33637,33644,33644,33637,33642,33623,33643,33625,33625,33643,33644,32677,32696,33634,33634,32696,33645,32696,32694,33645,33645,32694,33646,33645,33646,33647,33647,33646,33648,33634,33645,33636,33636,33645,33647,32694,32692,33646,33646,32692,33649,32692,32693,33649,33649,32693,33650,33649,33650,33651,33651,33650,33652,33646,33649,33648,33648,33649,33651,33648,33651,33653,33653,33651,33654,33651,33652,33654,33654,33652,33655,33654,33655,33656,33656,33655,33657,33653,33654,33658,33658,33654,33656,33636,33647,33639,33639,33647,33659,33647,33648,33659,33659,33648,33653,33659,33653,33660,33660,33653,33658,33639,33659,33641,33641,33659,33660,32693,32712,33650,33650,32712,33661,32712,32710,33661,33661,32710,33662,33661,33662,33663,33663,33662,33664,33650,33661,33652,33652,33661,33663,32710,32708,33662,33662,32708,33665,32708,32709,33665,33665,32709,33666,33665,33666,33667,33667,33666,33668,33662,33665,33664,33664,33665,33667,33664,33667,33669,33669,33667,33670,33667,33668,33670,33670,33668,33671,33670,33671,33672,33672,33671,33673,33669,33670,33674,33674,33670,33672,33652,33663,33655,33655,33663,33675,33663,33664,33675,33675,33664,33669,33675,33669,33676,33676,33669,33674,33655,33675,33657,33657,33675,33676,32709,32728,33666,33666,32728,33677,32728,32726,33677,33677,32726,33678,33677,33678,33679,33679,33678,33680,33666,33677,33668,33668,33677,33679,32726,32724,33678,33678,32724,33681,32724,32725,33681,33681,32725,33682,33681,33682,33683,33683,33682,33684,33678,33681,33680,33680,33681,33683,33680,33683,33685,33685,33683,33686,33683,33684,33686,33686,33684,33687,33686,33687,33688,33688,33687,33689,33685,33686,33690,33690,33686,33688,33668,33679,33671,33671,33679,33691,33679,33680,33691,33691,33680,33685,33691,33685,33692,33692,33685,33690,33671,33691,33673,33673,33691,33692,32725,32744,33682,33682,32744,33693,32744,32742,33693,33693,32742,33694,33693,33694,33695,33695,33694,33696,33682,33693,33684,33684,33693,33695,32742,32740,33694,33694,32740,33697,32740,32741,33697,33697,32741,33698,33697,33698,33699,33699,33698,33700,33694,33697,33696,33696,33697,33699,33696,33699,33701,33701,33699,33702,33699,33700,33702,33702,33700,33703,33702,33703,33704,33704,33703,33705,33701,33702,33706,33706,33702,33704,33684,33695,33687,33687,33695,33707,33695,33696,33707,33707,33696,33701,33707,33701,33708,33708,33701,33706,33687,33707,33689,33689,33707,33708,32741,32760,33698,33698,32760,33709,32760,32758,33709,33709,32758,33710,33709,33710,33711,33711,33710,33712,33698,33709,33700,33700,33709,33711,32758,32756,33710,33710,32756,33713,32756,32757,33713,33713,32757,33714,33713,33714,33715,33715,33714,33716,33710,33713,33712,33712,33713,33715,33712,33715,33717,33717,33715,33718,33715,33716,33718,33718,33716,33719,33718,33719,33720,33720,33719,33721,33717,33718,33722,33722,33718,33720,33700,33711,33703,33703,33711,33723,33711,33712,33723,33723,33712,33717,33723,33717,33724,33724,33717,33722,33703,33723,33705,33705,33723,33724,32757,32776,33714,33714,32776,33725,32776,32774,33725,33725,32774,33726,33725,33726,33727,33727,33726,33728,33714,33725,33716,33716,33725,33727,32774,32772,33726,33726,32772,33729,32772,32773,33729,33729,32773,33730,33729,33730,33731,33731,33730,33732,33726,33729,33728,33728,33729,33731,33728,33731,33733,33733,33731,33734,33731,33732,33734,33734,33732,33735,33734,33735,33736,33736,33735,33737,33733,33734,33738,33738,33734,33736,33716,33727,33719,33719,33727,33739,33727,33728,33739,33739,33728,33733,33739,33733,33740,33740,33733,33738,33719,33739,33721,33721,33739,33740,32773,32792,33730,33730,32792,33741,32792,32790,33741,33741,32790,33742,33741,33742,33743,33743,33742,33744,33730,33741,33732,33732,33741,33743,32790,32788,33742,33742,32788,33745,32788,32789,33745,33745,32789,33746,33745,33746,33747,33747,33746,33748,33742,33745,33744,33744,33745,33747,33744,33747,33749,33749,33747,33750,33747,33748,33750,33750,33748,33751,33750,33751,33752,33752,33751,33753,33749,33750,33754,33754,33750,33752,33732,33743,33735,33735,33743,33755,33743,33744,33755,33755,33744,33749,33755,33749,33756,33756,33749,33754,33735,33755,33737,33737,33755,33756,32789,32808,33746,33746,32808,33757,32808,32806,33757,33757,32806,33758,33757,33758,33759,33759,33758,33760,33746,33757,33748,33748,33757,33759,32806,32804,33758,33758,32804,33761,32804,32805,33761,33761,32805,33762,33761,33762,33763,33763,33762,33764,33758,33761,33760,33760,33761,33763,33760,33763,33765,33765,33763,33766,33763,33764,33766,33766,33764,33767,33766,33767,33768,33768,33767,33769,33765,33766,33770,33770,33766,33768,33748,33759,33751,33751,33759,33771,33759,33760,33771,33771,33760,33765,33771,33765,33772,33772,33765,33770,33751,33771,33753,33753,33771,33772,32805,32824,33762,33762,32824,33773,32824,32822,33773,33773,32822,33774,33773,33774,33775,33775,33774,33776,33762,33773,33764,33764,33773,33775,32822,32820,33774,33774,32820,33777,32820,32821,33777,33777,32821,33778,33777,33778,33779,33779,33778,33780,33774,33777,33776,33776,33777,33779,33776,33779,33781,33781,33779,33782,33779,33780,33782,33782,33780,33783,33782,33783,33784,33784,33783,33785,33781,33782,33786,33786,33782,33784,33764,33775,33767,33767,33775,33787,33775,33776,33787,33787,33776,33781,33787,33781,33788,33788,33781,33786,33767,33787,33769,33769,33787,33788,32821,32840,33778,33778,32840,33789,32840,32838,33789,33789,32838,33790,33789,33790,33791,33791,33790,33792,33778,33789,33780,33780,33789,33791,32838,32836,33790,33790,32836,33793,32836,32837,33793,33793,32837,33794,33793,33794,33795,33795,33794,33796,33790,33793,33792,33792,33793,33795,33792,33795,33797,33797,33795,33798,33795,33796,33798,33798,33796,33799,33798,33799,33800,33800,33799,33801,33797,33798,33802,33802,33798,33800,33780,33791,33783,33783,33791,33803,33791,33792,33803,33803,33792,33797,33803,33797,33804,33804,33797,33802,33783,33803,33785,33785,33803,33804,32837,32856,33794,33794,32856,33805,32856,32854,33805,33805,32854,33806,33805,33806,33807,33807,33806,33808,33794,33805,33796,33796,33805,33807,32854,32852,33806,33806,32852,33809,32852,32853,33809,33809,32853,33810,33809,33810,33811,33811,33810,33812,33806,33809,33808,33808,33809,33811,33808,33811,33813,33813,33811,33814,33811,33812,33814,33814,33812,33815,33814,33815,33816,33816,33815,33817,33813,33814,33818,33818,33814,33816,33796,33807,33799,33799,33807,33819,33807,33808,33819,33819,33808,33813,33819,33813,33820,33820,33813,33818,33799,33819,33801,33801,33819,33820,32853,32872,33810,33810,32872,33821,32872,32870,33821,33821,32870,33822,33821,33822,33823,33823,33822,33824,33810,33821,33812,33812,33821,33823,32870,32868,33822,33822,32868,33825,32868,32869,33825,33825,32869,33826,33825,33826,33827,33827,33826,33828,33822,33825,33824,33824,33825,33827,33824,33827,33829,33829,33827,33830,33827,33828,33830,33830,33828,33831,33830,33831,33832,33832,33831,33833,33829,33830,33834,33834,33830,33832,33812,33823,33815,33815,33823,33835,33823,33824,33835,33835,33824,33829,33835,33829,33836,33836,33829,33834,33815,33835,33817,33817,33835,33836,32869,32888,33826,33826,32888,33837,32888,32886,33837,33837,32886,33838,33837,33838,33839,33839,33838,33840,33826,33837,33828,33828,33837,33839,32885,33841,32886,32886,33841,33838,32884,33842,32885,32885,33842,33841,33842,33843,33841,33841,33843,33844,33841,33844,33838,33838,33844,33840,33844,33845,33840,33840,33845,33846,33843,33847,33844,33844,33847,33845,33847,33848,33845,33845,33848,33849,33845,33849,33846,33846,33849,33850,33828,33839,33831,33831,33839,33851,33839,33840,33851,33851,33840,33846,33846,33850,33851,33851,33850,33852,33831,33851,33833,33833,33851,33852,32904,33853,32884,32884,33853,33842,32902,33854,32904,32904,33854,33853,33854,33855,33853,33853,33855,33856,33853,33856,33842,33842,33856,33843,32901,33857,32902,32902,33857,33854,32900,33858,32901,32901,33858,33857,33858,33859,33857,33857,33859,33860,33857,33860,33854,33854,33860,33855,33860,33861,33855,33855,33861,33862,33859,33863,33860,33860,33863,33861,33863,33864,33861,33861,33864,33865,33861,33865,33862,33862,33865,33866,33856,33867,33843,33843,33867,33847,33855,33862,33856,33856,33862,33867,33862,33866,33867,33867,33866,33868,33867,33868,33847,33847,33868,33848,32920,33869,32900,32900,33869,33858,32918,33870,32920,32920,33870,33869,33870,33871,33869,33869,33871,33872,33869,33872,33858,33858,33872,33859,32917,33873,32918,32918,33873,33870,32916,33874,32917,32917,33874,33873,33874,33875,33873,33873,33875,33876,33873,33876,33870,33870,33876,33871,33876,33877,33871,33871,33877,33878,33875,33879,33876,33876,33879,33877,33877,33879,33880,33880,33879,33881,33878,33877,33882,33882,33877,33880,33872,33883,33859,33859,33883,33863,33871,33878,33872,33872,33878,33883,33878,33882,33883,33883,33882,33884,33883,33884,33863,33863,33884,33864,32936,33885,32916,32916,33885,33874,32934,33886,32936,32936,33886,33885,33886,33887,33885,33885,33887,33888,33885,33888,33874,33874,33888,33875,32933,33889,32934,32934,33889,33886,32932,33890,32933,32933,33890,33889,33890,33891,33889,33889,33891,33892,33889,33892,33886,33886,33892,33887,33892,33893,33887,33887,33893,33894,33891,33895,33892,33892,33895,33893,33895,33896,33893,33893,33896,33897,33893,33897,33894,33894,33897,33898,33888,33899,33875,33875,33899,33879,33887,33894,33888,33888,33894,33899,33894,33898,33899,33899,33898,33900,33879,33899,33881,33881,33899,33900,32952,33901,32932,32932,33901,33890,32950,33902,32952,32952,33902,33901,33902,33903,33901,33901,33903,33904,33901,33904,33890,33890,33904,33891,32949,33905,32950,32950,33905,33902,32948,33906,32949,32949,33906,33905,33906,33907,33905,33905,33907,33908,33905,33908,33902,33902,33908,33903,33908,33909,33903,33903,33909,33910,33907,33911,33908,33908,33911,33909,33911,33912,33909,33909,33912,33913,33909,33913,33910,33910,33913,33914,33904,33915,33891,33891,33915,33895,33903,33910,33904,33904,33910,33915,33910,33914,33915,33915,33914,33916,33915,33916,33895,33895,33916,33896,32968,33917,32948,32948,33917,33906,32966,33918,32968,32968,33918,33917,33918,33919,33917,33917,33919,33920,33917,33920,33906,33906,33920,33907,32966,32964,33918,33918,32964,33921,32964,32965,33921,33921,32965,33922,33921,33922,33923,33923,33922,33924,33918,33921,33919,33919,33921,33923,33923,33925,33919,33919,33925,33926,33923,33924,33925,33925,33924,33927,33927,33928,33925,33925,33928,33929,33925,33929,33926,33926,33929,33930,33920,33931,33907,33907,33931,33911,33919,33926,33920,33920,33926,33931,33926,33930,33931,33931,33930,33932,33931,33932,33911,33911,33932,33912,32965,32984,33922,33922,32984,33933,32984,32982,33933,33933,32982,33934,33933,33934,33935,33935,33934,33936,33922,33933,33924,33924,33933,33935,32982,32980,33934,33934,32980,33937,32980,32981,33937,33937,32981,33938,33937,33938,33939,33939,33938,33940,33934,33937,33936,33936,33937,33939,33936,33939,33941,33941,33939,33942,33939,33940,33942,33942,33940,33943,33942,33943,33944,33944,33943,33945,33941,33942,33946,33946,33942,33944,33924,33935,33927,33927,33935,33947,33935,33936,33947,33947,33936,33941,33947,33941,33948,33948,33941,33946,33927,33947,33928,33928,33947,33948,32981,33000,33938,33938,33000,33949,33000,32998,33949,33949,32998,33950,33949,33950,33951,33951,33950,33952,33938,33949,33940,33940,33949,33951,32998,32996,33950,33950,32996,33953,32996,32997,33953,33953,32997,33954,33953,33954,33955,33955,33954,33956,33950,33953,33952,33952,33953,33955,33952,33955,33957,33957,33955,33958,33955,33956,33958,33958,33956,33959,33958,33959,33960,33960,33959,33961,33957,33958,33962,33962,33958,33960,33940,33951,33943,33943,33951,33963,33951,33952,33963,33963,33952,33957,33963,33957,33964,33964,33957,33962,33943,33963,33945,33945,33963,33964,32997,33016,33954,33954,33016,33965,33016,33014,33965,33965,33014,33966,33965,33966,33967,33967,33966,33968,33954,33965,33956,33956,33965,33967,33014,33012,33966,33966,33012,33969,33012,33013,33969,33969,33013,33970,33969,33970,33971,33971,33970,33972,33966,33969,33968,33968,33969,33971,33968,33971,33973,33973,33971,33974,33971,33972,33974,33974,33972,33975,33974,33975,33976,33976,33975,33977,33973,33974,33978,33978,33974,33976,33956,33967,33959,33959,33967,33979,33967,33968,33979,33979,33968,33973,33979,33973,33980,33980,33973,33978,33959,33979,33961,33961,33979,33980,33035,33981,33036,33036,33981,33982,33032,33983,33035,33035,33983,33981,33983,33984,33981,33981,33984,33985,33981,33985,33982,33982,33985,33986,33031,33987,33032,33032,33987,33983,33030,33988,33031,33031,33988,33987,33988,33989,33987,33987,33989,33990,33987,33990,33983,33983,33990,33984,33984,33990,33991,33991,33990,33992,33990,33989,33992,33992,33989,33993,33992,33993,33994,33994,33993,33995,33991,33992,33996,33996,33992,33994,33986,33985,33997,33997,33985,33998,33985,33984,33998,33998,33984,33991,33998,33991,33999,33999,33991,33996,33997,33998,34000,34000,33998,33999,33052,34001,33030,33030,34001,33988,33050,34002,33052,33052,34002,34001,34001,34002,34003,34003,34002,34004,33988,34001,33989,33989,34001,34003,33049,34005,33050,33050,34005,34002,33048,34006,33049,33049,34006,34005,34006,34007,34005,34005,34007,34008,34005,34008,34002,34002,34008,34004,34008,34009,34004,34004,34009,34010,34007,34011,34008,34008,34011,34009,34011,34012,34009,34009,34012,34013,34009,34013,34010,34010,34013,34014,33989,34003,33993,33993,34003,34015,34004,34010,34003,34003,34010,34015,34010,34014,34015,34015,34014,34016,33993,34015,33995,33995,34015,34016,33068,34017,33048,33048,34017,34006,33066,34018,33068,33068,34018,34017,34018,34019,34017,34017,34019,34020,34017,34020,34006,34006,34020,34007,33065,34021,33066,33066,34021,34018,33064,34022,33065,33065,34022,34021,34022,34023,34021,34021,34023,34024,34021,34024,34018,34018,34024,34019,34024,34025,34019,34019,34025,34026,34023,34027,34024,34024,34027,34025,34027,34028,34025,34025,34028,34029,34025,34029,34026,34026,34029,34030,34020,34031,34007,34007,34031,34011,34019,34026,34020,34020,34026,34031,34026,34030,34031,34031,34030,34032,34031,34032,34011,34011,34032,34012,33084,34033,33064,33064,34033,34022,33082,34034,33084,33084,34034,34033,34034,34035,34033,34033,34035,34036,34033,34036,34022,34022,34036,34023,33081,34037,33082,33082,34037,34034,33080,34038,33081,33081,34038,34037,34038,34039,34037,34037,34039,34040,34037,34040,34034,34034,34040,34035,34040,34041,34035,34035,34041,34042,34039,34043,34040,34040,34043,34041,34041,34043,34044,34044,34043,34045,34041,34044,34042,34042,34044,34046,34036,34047,34023,34023,34047,34027,34035,34042,34036,34036,34042,34047,34042,34046,34047,34047,34046,34048,34047,34048,34027,34027,34048,34028,33100,34049,33080,33080,34049,34038,33098,34050,33100,33100,34050,34049,34050,34051,34049,34049,34051,34052,34049,34052,34038,34038,34052,34039,33096,34053,33098,33098,34053,34050,33096,33097,34053,34053,33097,34054,34053,34054,34055,34055,34054,34056,34050,34053,34051,34051,34053,34055,34051,34055,34057,34057,34055,34058,34055,34056,34058,34058,34056,34059,34058,34059,34060,34060,34059,34061,34057,34058,34062,34062,34058,34060,34039,34052,34043,34043,34052,34063,34052,34051,34063,34063,34051,34057,34063,34057,34064,34064,34057,34062,34043,34063,34045,34045,34063,34064,33097,33116,34054,34054,33116,34065,33116,33114,34065,34065,33114,34066,34065,34066,34067,34067,34066,34068,34054,34065,34056,34056,34065,34067,33114,33112,34066,34066,33112,34069,33112,33113,34069,34069,33113,34070,34069,34070,34071,34071,34070,34072,34066,34069,34068,34068,34069,34071,34068,34071,34073,34073,34071,34074,34072,34075,34071,34071,34075,34074,34075,34076,34074,34074,34076,34077,34074,34077,34073,34073,34077,34078,34056,34067,34059,34059,34067,34079,34067,34068,34079,34079,34068,34073,34079,34073,34080,34080,34073,34078,34059,34079,34061,34061,34079,34080,33132,34081,33113,33113,34081,34070,33130,34082,33132,33132,34082,34081,34082,34083,34081,34081,34083,34084,34081,34084,34070,34070,34084,34072,33129,34085,33130,33130,34085,34082,33128,34086,33129,33129,34086,34085,34086,34087,34085,34085,34087,34088,34085,34088,34082,34082,34088,34083,34088,34089,34083,34083,34089,34090,34087,34091,34088,34088,34091,34089,34091,34092,34089,34089,34092,34093,34089,34093,34090,34090,34093,34094,34084,34095,34072,34072,34095,34075,34083,34090,34084,34084,34090,34095,34090,34094,34095,34095,34094,34096,34095,34096,34075,34075,34096,34076,33148,34097,33128,33128,34097,34086,33146,34098,33148,33148,34098,34097,34098,34099,34097,34097,34099,34100,34097,34100,34086,34086,34100,34087,33145,34101,33146,33146,34101,34098,33144,34102,33145,33145,34102,34101,34102,34103,34101,34101,34103,34104,34101,34104,34098,34098,34104,34099,34104,34105,34099,34099,34105,34106,34103,34107,34104,34104,34107,34105,34107,34108,34105,34105,34108,34109,34105,34109,34106,34106,34109,34110,34100,34111,34087,34087,34111,34091,34099,34106,34100,34100,34106,34111,34106,34110,34111,34111,34110,34112,34111,34112,34091,34091,34112,34092,33164,34113,33144,33144,34113,34102,33162,34114,33164,33164,34114,34113,34114,34115,34113,34113,34115,34116,34113,34116,34102,34102,34116,34103,33161,34117,33162,33162,34117,34114,33160,34118,33161,33161,34118,34117,34118,34119,34117,34117,34119,34120,34117,34120,34114,34114,34120,34115,34120,34121,34115,34115,34121,34122,34119,34123,34120,34120,34123,34121,34123,34124,34121,34121,34124,34125,34121,34125,34122,34122,34125,34126,34116,34127,34103,34103,34127,34107,34115,34122,34116,34116,34122,34127,34122,34126,34127,34127,34126,34128,34127,34128,34107,34107,34128,34108,33180,34129,33160,33160,34129,34118,33178,34130,33180,33180,34130,34129,34130,34131,34129,34129,34131,34132,34129,34132,34118,34118,34132,34119,33177,34133,33178,33178,34133,34130,33176,34134,33177,33177,34134,34133,34134,34135,34133,34133,34135,34136,34133,34136,34130,34130,34136,34131,34136,34137,34131,34131,34137,34138,34135,34139,34136,34136,34139,34137,34139,34140,34137,34137,34140,34141,34137,34141,34138,34138,34141,34142,34132,34143,34119,34119,34143,34123,34131,34138,34132,34132,34138,34143,34138,34142,34143,34143,34142,34144,34143,34144,34123,34123,34144,34124,33196,34145,33176,33176,34145,34134,33194,34146,33196,33196,34146,34145,34146,34147,34145,34145,34147,34148,34145,34148,34134,34134,34148,34135,33193,34149,33194,33194,34149,34146,33192,34150,33193,33193,34150,34149,34150,34151,34149,34149,34151,34152,34149,34152,34146,34146,34152,34147,34152,34153,34147,34147,34153,34154,34151,34155,34152,34152,34155,34153,34155,34156,34153,34153,34156,34157,34153,34157,34154,34154,34157,34158,34148,34159,34135,34135,34159,34139,34147,34154,34148,34148,34154,34159,34154,34158,34159,34159,34158,34160,34159,34160,34139,34139,34160,34140,33212,34161,33192,33192,34161,34150,33210,34162,33212,33212,34162,34161,34162,34163,34161,34161,34163,34164,34161,34164,34150,34150,34164,34151,33209,34165,33210,33210,34165,34162,33208,34166,33209,33209,34166,34165,34166,34167,34165,34165,34167,34168,34165,34168,34162,34162,34168,34163,34168,34169,34163,34163,34169,34170,34167,34171,34168,34168,34171,34169,34171,34172,34169,34169,34172,34173,34169,34173,34170,34170,34173,34174,34164,34175,34151,34151,34175,34155,34163,34170,34164,34164,34170,34175,34170,34174,34175,34175,34174,34176,34175,34176,34155,34155,34176,34156,33228,34177,33208,33208,34177,34166,33226,34178,33228,33228,34178,34177,34178,34179,34177,34177,34179,34180,34177,34180,34166,34166,34180,34167,33225,34181,33226,33226,34181,34178,33224,34182,33225,33225,34182,34181,34182,34183,34181,34181,34183,34184,34181,34184,34178,34178,34184,34179,34184,34185,34179,34179,34185,34186,34183,34187,34184,34184,34187,34185,34187,34188,34185,34185,34188,34189,34185,34189,34186,34186,34189,34190,34180,34191,34167,34167,34191,34171,34179,34186,34180,34180,34186,34191,34186,34190,34191,34191,34190,34192,34191,34192,34171,34171,34192,34172,33244,34193,33224,33224,34193,34182,33242,34194,33244,33244,34194,34193,34194,34195,34193,34193,34195,34196,34193,34196,34182,34182,34196,34183,33241,34197,33242,33242,34197,34194,33240,34198,33241,33241,34198,34197,34198,34199,34197,34197,34199,34200,34197,34200,34194,34194,34200,34195,34200,34201,34195,34195,34201,34202,34199,34203,34200,34200,34203,34201,34203,34204,34201,34201,34204,34205,34201,34205,34202,34202,34205,34206,34196,34207,34183,34183,34207,34187,34195,34202,34196,34196,34202,34207,34202,34206,34207,34207,34206,34208,34207,34208,34187,34187,34208,34188,33260,34209,33240,33240,34209,34198,33258,34210,33260,33260,34210,34209,34210,34211,34209,34209,34211,34212,34209,34212,34198,34198,34212,34199,33257,34213,33258,33258,34213,34210,33256,34214,33257,33257,34214,34213,34214,34215,34213,34213,34215,34216,34213,34216,34210,34210,34216,34211,34216,34217,34211,34211,34217,34218,34215,34219,34216,34216,34219,34217,34219,34220,34217,34217,34220,34221,34217,34221,34218,34218,34221,34222,34212,34223,34199,34199,34223,34203,34211,34218,34212,34212,34218,34223,34218,34222,34223,34223,34222,34224,34223,34224,34203,34203,34224,34204,33276,34225,33256,33256,34225,34214,33274,34226,33276,33276,34226,34225,34226,34227,34225,34225,34227,34228,34225,34228,34214,34214,34228,34215,33273,34229,33274,33274,34229,34226,33272,34230,33273,33273,34230,34229,34230,34231,34229,34229,34231,34232,34229,34232,34226,34226,34232,34227,34232,34233,34227,34227,34233,34234,34231,34235,34232,34232,34235,34233,34235,34236,34233,34233,34236,34237,34233,34237,34234,34234,34237,34238,34228,34239,34215,34215,34239,34219,34227,34234,34228,34228,34234,34239,34234,34238,34239,34239,34238,34240,34239,34240,34219,34219,34240,34220,33292,34241,33272,33272,34241,34230,33290,34242,33292,33292,34242,34241,34242,34243,34241,34241,34243,34244,34241,34244,34230,34230,34244,34231,33289,34245,33290,33290,34245,34242,33288,34246,33289,33289,34246,34245,34246,34247,34245,34245,34247,34248,34245,34248,34242,34242,34248,34243,34248,34249,34243,34243,34249,34250,34247,34251,34248,34248,34251,34249,34251,34252,34249,34249,34252,34253,34249,34253,34250,34250,34253,34254,34244,34255,34231,34231,34255,34235,34243,34250,34244,34244,34250,34255,34250,34254,34255,34255,34254,34256,34255,34256,34235,34235,34256,34236,33308,34257,33288,33288,34257,34246,33306,34258,33308,33308,34258,34257,34258,34259,34257,34257,34259,34260,34257,34260,34246,34246,34260,34247,33305,34261,33306,33306,34261,34258,33304,34262,33305,33305,34262,34261,34262,34263,34261,34261,34263,34264,34261,34264,34258,34258,34264,34259,34264,34265,34259,34259,34265,34266,34263,34267,34264,34264,34267,34265,34267,34268,34265,34265,34268,34269,34265,34269,34266,34266,34269,34270,34260,34271,34247,34247,34271,34251,34259,34266,34260,34260,34266,34271,34266,34270,34271,34271,34270,34272,34271,34272,34251,34251,34272,34252,33324,34273,33304,33304,34273,34262,33322,34274,33324,33324,34274,34273,34274,34275,34273,34273,34275,34276,34273,34276,34262,34262,34276,34263,33321,34277,33322,33322,34277,34274,33320,34278,33321,33321,34278,34277,34278,34279,34277,34277,34279,34280,34277,34280,34274,34274,34280,34275,34280,34281,34275,34275,34281,34282,34279,34283,34280,34280,34283,34281,34283,34284,34281,34281,34284,34285,34281,34285,34282,34282,34285,34286,34276,34287,34263,34263,34287,34267,34275,34282,34276,34276,34282,34287,34282,34286,34287,34287,34286,34288,34287,34288,34267,34267,34288,34268,33340,34289,33320,33320,34289,34278,33338,34290,33340,33340,34290,34289,34290,34291,34289,34289,34291,34292,34289,34292,34278,34278,34292,34279,33337,34293,33338,33338,34293,34290,33336,34294,33337,33337,34294,34293,34294,34295,34293,34293,34295,34296,34293,34296,34290,34290,34296,34291,34296,34297,34291,34291,34297,34298,34295,34299,34296,34296,34299,34297,34299,34300,34297,34297,34300,34301,34297,34301,34298,34298,34301,34302,34292,34303,34279,34279,34303,34283,34291,34298,34292,34292,34298,34303,34298,34302,34303,34303,34302,34304,34303,34304,34283,34283,34304,34284,33356,34305,33336,33336,34305,34294,33354,34306,33356,33356,34306,34305,34306,34307,34305,34305,34307,34308,34305,34308,34294,34294,34308,34295,33353,34309,33354,33354,34309,34306,33352,34310,33353,33353,34310,34309,34310,34311,34309,34309,34311,34312,34309,34312,34306,34306,34312,34307,34312,34313,34307,34307,34313,34314,34311,34315,34312,34312,34315,34313,34315,34316,34313,34313,34316,34317,34313,34317,34314,34314,34317,34318,34308,34319,34295,34295,34319,34299,34307,34314,34308,34308,34314,34319,34314,34318,34319,34319,34318,34320,34319,34320,34299,34299,34320,34300,33372,34321,33352,33352,34321,34310,33370,34322,33372,33372,34322,34321,34322,34323,34321,34321,34323,34324,34321,34324,34310,34310,34324,34311,33369,34325,33370,33370,34325,34322,33368,34326,33369,33369,34326,34325,34326,34327,34325,34325,34327,34328,34325,34328,34322,34322,34328,34323,34328,34329,34323,34323,34329,34330,34327,34331,34328,34328,34331,34329,34331,34332,34329,34329,34332,34333,34329,34333,34330,34330,34333,34334,34324,34335,34311,34311,34335,34315,34323,34330,34324,34324,34330,34335,34330,34334,34335,34335,34334,34336,34335,34336,34315,34315,34336,34316,33388,34337,33368,33368,34337,34326,33386,34338,33388,33388,34338,34337,34338,34339,34337,34337,34339,34340,34337,34340,34326,34326,34340,34327,33385,34341,33386,33386,34341,34338,33384,34342,33385,33385,34342,34341,34342,34343,34341,34341,34343,34344,34341,34344,34338,34338,34344,34339,34344,34345,34339,34339,34345,34346,34343,34347,34344,34344,34347,34345,34347,34348,34345,34345,34348,34349,34345,34349,34346,34346,34349,34350,34340,34351,34327,34327,34351,34331,34339,34346,34340,34340,34346,34351,34346,34350,34351,34351,34350,34352,34351,34352,34331,34331,34352,34332,33404,34353,33384,33384,34353,34342,33402,34354,33404,33404,34354,34353,34354,34355,34353,34353,34355,34356,34353,34356,34342,34342,34356,34343,33401,34357,33402,33402,34357,34354,33400,34358,33401,33401,34358,34357,34358,34359,34357,34357,34359,34360,34357,34360,34354,34354,34360,34355,34360,34361,34355,34355,34361,34362,34359,34363,34360,34360,34363,34361,34363,34364,34361,34361,34364,34365,34361,34365,34362,34362,34365,34366,34356,34367,34343,34343,34367,34347,34355,34362,34356,34356,34362,34367,34362,34366,34367,34367,34366,34368,34367,34368,34347,34347,34368,34348,33420,34369,33400,33400,34369,34358,33418,34370,33420,33420,34370,34369,34370,34371,34369,34369,34371,34372,34369,34372,34358,34358,34372,34359,33417,34373,33418,33418,34373,34370,33416,34374,33417,33417,34374,34373,34374,34375,34373,34373,34375,34376,34373,34376,34370,34370,34376,34371,34376,34377,34371,34371,34377,34378,34375,34379,34376,34376,34379,34377,34379,34380,34377,34377,34380,34381,34377,34381,34378,34378,34381,34382,34372,34383,34359,34359,34383,34363,34371,34378,34372,34372,34378,34383,34378,34382,34383,34383,34382,34384,34383,34384,34363,34363,34384,34364,33436,34385,33416,33416,34385,34374,33434,34386,33436,33436,34386,34385,34386,34387,34385,34385,34387,34388,34385,34388,34374,34374,34388,34375,33433,34389,33434,33434,34389,34386,33432,34390,33433,33433,34390,34389,34390,34391,34389,34389,34391,34392,34389,34392,34386,34386,34392,34387,34392,34393,34387,34387,34393,34394,34391,34395,34392,34392,34395,34393,34395,34396,34393,34393,34396,34397,34393,34397,34394,34394,34397,34398,34388,34399,34375,34375,34399,34379,34387,34394,34388,34388,34394,34399,34394,34398,34399,34399,34398,34400,34399,34400,34379,34379,34400,34380,33452,34401,33432,33432,34401,34390,33450,34402,33452,33452,34402,34401,34402,34403,34401,34401,34403,34404,34401,34404,34390,34390,34404,34391,33449,34405,33450,33450,34405,34402,33448,34406,33449,33449,34406,34405,34406,34407,34405,34405,34407,34408,34405,34408,34402,34402,34408,34403,34408,34409,34403,34403,34409,34410,34407,34411,34408,34408,34411,34409,34411,34412,34409,34409,34412,34413,34409,34413,34410,34410,34413,34414,34404,34415,34391,34391,34415,34395,34403,34410,34404,34404,34410,34415,34410,34414,34415,34415,34414,34416,34415,34416,34395,34395,34416,34396,33468,34417,33448,33448,34417,34406,33466,34418,33468,33468,34418,34417,34418,34419,34417,34417,34419,34420,34417,34420,34406,34406,34420,34407,33465,34421,33466,33466,34421,34418,33464,34422,33465,33465,34422,34421,34422,34423,34421,34421,34423,34424,34421,34424,34418,34418,34424,34419,34424,34425,34419,34419,34425,34426,34423,34427,34424,34424,34427,34425,34427,34428,34425,34425,34428,34429,34425,34429,34426,34426,34429,34430,34420,34431,34407,34407,34431,34411,34419,34426,34420,34420,34426,34431,34426,34430,34431,34431,34430,34432,34431,34432,34411,34411,34432,34412,33484,34433,33464,33464,34433,34422,33482,34434,33484,33484,34434,34433,34434,34435,34433,34433,34435,34436,34433,34436,34422,34422,34436,34423,33481,34437,33482,33482,34437,34434,33480,34438,33481,33481,34438,34437,34438,34439,34437,34437,34439,34440,34437,34440,34434,34434,34440,34435,34440,34441,34435,34435,34441,34442,34439,34443,34440,34440,34443,34441,34443,34444,34441,34441,34444,34445,34441,34445,34442,34442,34445,34446,34436,34447,34423,34423,34447,34427,34435,34442,34436,34436,34442,34447,34442,34446,34447,34447,34446,34448,34447,34448,34427,34427,34448,34428,33500,34449,33480,33480,34449,34438,33498,34450,33500,33500,34450,34449,34450,34451,34449,34449,34451,34452,34449,34452,34438,34438,34452,34439,33497,34453,33498,33498,34453,34450,33496,34454,33497,33497,34454,34453,34454,34455,34453,34453,34455,34456,34453,34456,34450,34450,34456,34451,34456,34457,34451,34451,34457,34458,34455,34459,34456,34456,34459,34457,34459,34460,34457,34457,34460,34461,34457,34461,34458,34458,34461,34462,34452,34463,34439,34439,34463,34443,34451,34458,34452,34452,34458,34463,34458,34462,34463,34463,34462,34464,34463,34464,34443,34443,34464,34444,33516,34465,33496,33496,34465,34454,33514,34466,33516,33516,34466,34465,34466,34467,34465,34465,34467,34468,34465,34468,34454,34454,34468,34455,33513,34469,33514,33514,34469,34466,33512,34470,33513,33513,34470,34469,34470,34471,34469,34469,34471,34472,34469,34472,34466,34466,34472,34467,34472,34473,34467,34467,34473,34474,34471,34475,34472,34472,34475,34473,34475,34476,34473,34473,34476,34477,34473,34477,34474,34474,34477,34478,34468,34479,34455,34455,34479,34459,34467,34474,34468,34468,34474,34479,34474,34478,34479,34479,34478,34480,34479,34480,34459,34459,34480,34460,33532,34481,33512,33512,34481,34470,33530,34482,33532,33532,34482,34481,34482,34483,34481,34481,34483,34484,34481,34484,34470,34470,34484,34471,33530,33529,34482,34482,33529,34485,33529,33528,34485,34485,33528,34486,34485,34486,34487,34487,34486,34488,34482,34485,34483,34483,34485,34487,34483,34487,34489,34489,34487,34490,34487,34488,34490,34490,34488,34491,34490,34491,34492,34492,34491,34493,34489,34490,34494,34494,34490,34492,34484,34495,34471,34471,34495,34475,34484,34483,34495,34495,34483,34489,34495,34489,34496,34496,34489,34494,34495,34496,34475,34475,34496,34476,33548,34497,33528,33528,34497,34486,33546,34498,33548,33548,34498,34497,34498,34499,34497,34497,34499,34500,34497,34500,34486,34486,34500,34488,33546,33544,34498,34498,33544,34501,33544,33545,34501,34501,33545,34502,34501,34502,34503,34503,34502,34504,34498,34501,34499,34499,34501,34503,34499,34503,34505,34505,34503,34506,34503,34504,34506,34506,34504,34507,34506,34507,34508,34508,34507,34509,34505,34506,34510,34510,34506,34508,34488,34500,34491,34491,34500,34511,34500,34499,34511,34511,34499,34505,34511,34505,34512,34512,34505,34510,34491,34511,34493,34493,34511,34512,33545,33564,34502,34502,33564,34513,33564,33562,34513,34513,33562,34514,34513,34514,34515,34515,34514,34516,34502,34513,34504,34504,34513,34515,33562,33560,34514,34514,33560,34517,33560,33561,34517,34517,33561,34518,34517,34518,34519,34519,34518,34520,34514,34517,34516,34516,34517,34519,34516,34519,34521,34521,34519,34522,34519,34520,34522,34522,34520,34523,34522,34523,34524,34524,34523,34525,34521,34522,34526,34526,34522,34524,34504,34515,34507,34507,34515,34527,34515,34516,34527,34527,34516,34521,34527,34521,34528,34528,34521,34526,34507,34527,34509,34509,34527,34528,33561,33580,34518,34518,33580,34529,33580,33578,34529,34529,33578,34530,34529,34530,34531,34531,34530,34532,34518,34529,34520,34520,34529,34531,33578,33576,34530,34530,33576,34533,33576,33577,34533,34533,33577,34534,34533,34534,34535,34535,34534,34536,34530,34533,34532,34532,34533,34535,34532,34535,34537,34537,34535,34538,34535,34536,34538,34538,34536,34539,34538,34539,34540,34540,34539,34541,34537,34538,34542,34542,34538,34540,34520,34531,34523,34523,34531,34543,34531,34532,34543,34543,34532,34537,34543,34537,34544,34544,34537,34542,34523,34543,34525,34525,34543,34544,33577,33596,34534,34534,33596,34545,33596,33594,34545,34545,33594,34546,34545,34546,34547,34547,34546,34548,34534,34545,34536,34536,34545,34547,33594,33592,34546,34546,33592,34549,33592,33593,34549,34549,33593,34550,34549,34550,34551,34551,34550,34552,34546,34549,34548,34548,34549,34551,34548,34551,34553,34553,34551,34554,34551,34552,34554,34554,34552,34555,34554,34555,34556,34556,34555,34557,34553,34554,34558,34558,34554,34556,34536,34547,34539,34539,34547,34559,34547,34548,34559,34559,34548,34553,34559,34553,34560,34560,34553,34558,34539,34559,34541,34541,34559,34560,33593,33612,34550,34550,33612,34561,33612,33610,34561,34561,33610,34562,34561,34562,34563,34563,34562,34564,34550,34561,34552,34552,34561,34563,33610,33608,34562,34562,33608,34565,33608,33609,34565,34565,33609,34566,34565,34566,34567,34567,34566,34568,34562,34565,34564,34564,34565,34567,34564,34567,34569,34569,34567,34570,34567,34568,34570,34570,34568,34571,34570,34571,34572,34572,34571,34573,34569,34570,34574,34574,34570,34572,34552,34563,34555,34555,34563,34575,34563,34564,34575,34575,34564,34569,34575,34569,34576,34576,34569,34574,34555,34575,34557,34557,34575,34576,33609,33628,34566,34566,33628,34577,33628,33626,34577,34577,33626,34578,34577,34578,34579,34579,34578,34580,34566,34577,34568,34568,34577,34579,33626,33624,34578,34578,33624,34581,33624,33625,34581,34581,33625,34582,34581,34582,34583,34583,34582,34584,34578,34581,34580,34580,34581,34583,34580,34583,34585,34585,34583,34586,34583,34584,34586,34586,34584,34587,34586,34587,34588,34588,34587,34589,34585,34586,34590,34590,34586,34588,34568,34579,34571,34571,34579,34591,34579,34580,34591,34591,34580,34585,34591,34585,34592,34592,34585,34590,34571,34591,34573,34573,34591,34592,33625,33644,34582,34582,33644,34593,33644,33642,34593,34593,33642,34594,34593,34594,34595,34595,34594,34596,34582,34593,34584,34584,34593,34595,33642,33640,34594,34594,33640,34597,33640,33641,34597,34597,33641,34598,34597,34598,34599,34599,34598,34600,34594,34597,34596,34596,34597,34599,34596,34599,34601,34601,34599,34602,34599,34600,34602,34602,34600,34603,34602,34603,34604,34604,34603,34605,34601,34602,34606,34606,34602,34604,34584,34595,34587,34587,34595,34607,34595,34596,34607,34607,34596,34601,34607,34601,34608,34608,34601,34606,34587,34607,34589,34589,34607,34608,33641,33660,34598,34598,33660,34609,33660,33658,34609,34609,33658,34610,34609,34610,34611,34611,34610,34612,34598,34609,34600,34600,34609,34611,33658,33656,34610,34610,33656,34613,33656,33657,34613,34613,33657,34614,34613,34614,34615,34615,34614,34616,34610,34613,34612,34612,34613,34615,34612,34615,34617,34617,34615,34618,34615,34616,34618,34618,34616,34619,34618,34619,34620,34620,34619,34621,34617,34618,34622,34622,34618,34620,34600,34611,34603,34603,34611,34623,34611,34612,34623,34623,34612,34617,34623,34617,34624,34624,34617,34622,34603,34623,34605,34605,34623,34624,33657,33676,34614,34614,33676,34625,33676,33674,34625,34625,33674,34626,34625,34626,34627,34627,34626,34628,34614,34625,34616,34616,34625,34627,33674,33672,34626,34626,33672,34629,33672,33673,34629,34629,33673,34630,34629,34630,34631,34631,34630,34632,34626,34629,34628,34628,34629,34631,34628,34631,34633,34633,34631,34634,34631,34632,34634,34634,34632,34635,34634,34635,34636,34636,34635,34637,34633,34634,34638,34638,34634,34636,34616,34627,34619,34619,34627,34639,34627,34628,34639,34639,34628,34633,34639,34633,34640,34640,34633,34638,34619,34639,34621,34621,34639,34640,33673,33692,34630,34630,33692,34641,33692,33690,34641,34641,33690,34642,34641,34642,34643,34643,34642,34644,34630,34641,34632,34632,34641,34643,33690,33688,34642,34642,33688,34645,33688,33689,34645,34645,33689,34646,34645,34646,34647,34647,34646,34648,34642,34645,34644,34644,34645,34647,34644,34647,34649,34649,34647,34650,34647,34648,34650,34650,34648,34651,34650,34651,34652,34652,34651,34653,34649,34650,34654,34654,34650,34652,34632,34643,34635,34635,34643,34655,34643,34644,34655,34655,34644,34649,34655,34649,34656,34656,34649,34654,34635,34655,34637,34637,34655,34656,33689,33708,34646,34646,33708,34657,33708,33706,34657,34657,33706,34658,34657,34658,34659,34659,34658,34660,34646,34657,34648,34648,34657,34659,33706,33704,34658,34658,33704,34661,33704,33705,34661,34661,33705,34662,34661,34662,34663,34663,34662,34664,34658,34661,34660,34660,34661,34663,34660,34663,34665,34665,34663,34666,34663,34664,34666,34666,34664,34667,34666,34667,34668,34668,34667,34669,34665,34666,34670,34670,34666,34668,34648,34659,34651,34651,34659,34671,34659,34660,34671,34671,34660,34665,34671,34665,34672,34672,34665,34670,34651,34671,34653,34653,34671,34672,33705,33724,34662,34662,33724,34673,33724,33722,34673,34673,33722,34674,34673,34674,34675,34675,34674,34676,34662,34673,34664,34664,34673,34675,33722,33720,34674,34674,33720,34677,33720,33721,34677,34677,33721,34678,34677,34678,34679,34679,34678,34680,34674,34677,34676,34676,34677,34679,34676,34679,34681,34681,34679,34682,34679,34680,34682,34682,34680,34683,34682,34683,34684,34684,34683,34685,34681,34682,34686,34686,34682,34684,34664,34675,34667,34667,34675,34687,34675,34676,34687,34687,34676,34681,34687,34681,34688,34688,34681,34686,34667,34687,34669,34669,34687,34688,33721,33740,34678,34678,33740,34689,33740,33738,34689,34689,33738,34690,34689,34690,34691,34691,34690,34692,34678,34689,34680,34680,34689,34691,33738,33736,34690,34690,33736,34693,33736,33737,34693,34693,33737,34694,34693,34694,34695,34695,34694,34696,34690,34693,34692,34692,34693,34695,34692,34695,34697,34697,34695,34698,34695,34696,34698,34698,34696,34699,34698,34699,34700,34700,34699,34701,34697,34698,34702,34702,34698,34700,34680,34691,34683,34683,34691,34703,34691,34692,34703,34703,34692,34697,34703,34697,34704,34704,34697,34702,34683,34703,34685,34685,34703,34704,33737,33756,34694,34694,33756,34705,33756,33754,34705,34705,33754,34706,34705,34706,34707,34707,34706,34708,34694,34705,34696,34696,34705,34707,33754,33752,34706,34706,33752,34709,33752,33753,34709,34709,33753,34710,34709,34710,34711,34711,34710,34712,34706,34709,34708,34708,34709,34711,34708,34711,34713,34713,34711,34714,34711,34712,34714,34714,34712,34715,34714,34715,34716,34716,34715,34717,34713,34714,34718,34718,34714,34716,34696,34707,34699,34699,34707,34719,34707,34708,34719,34719,34708,34713,34719,34713,34720,34720,34713,34718,34699,34719,34701,34701,34719,34720,33753,33772,34710,34710,33772,34721,33772,33770,34721,34721,33770,34722,34721,34722,34723,34723,34722,34724,34710,34721,34712,34712,34721,34723,33770,33768,34722,34722,33768,34725,33768,33769,34725,34725,33769,34726,34725,34726,34727,34727,34726,34728,34722,34725,34724,34724,34725,34727,34724,34727,34729,34729,34727,34730,34727,34728,34730,34730,34728,34731,34730,34731,34732,34732,34731,34733,34729,34730,34734,34734,34730,34732,34712,34723,34715,34715,34723,34735,34723,34724,34735,34735,34724,34729,34735,34729,34736,34736,34729,34734,34715,34735,34717,34717,34735,34736,33769,33788,34726,34726,33788,34737,33788,33786,34737,34737,33786,34738,34737,34738,34739,34739,34738,34740,34726,34737,34728,34728,34737,34739,33786,33784,34738,34738,33784,34741,33784,33785,34741,34741,33785,34742,34741,34742,34743,34743,34742,34744,34738,34741,34740,34740,34741,34743,34740,34743,34745,34745,34743,34746,34743,34744,34746,34746,34744,34747,34746,34747,34748,34748,34747,34749,34745,34746,34750,34750,34746,34748,34728,34739,34731,34731,34739,34751,34739,34740,34751,34751,34740,34745,34751,34745,34752,34752,34745,34750,34731,34751,34733,34733,34751,34752,33785,33804,34742,34742,33804,34753,33804,33802,34753,34753,33802,34754,34753,34754,34755,34755,34754,34756,34742,34753,34744,34744,34753,34755,33802,33800,34754,34754,33800,34757,33800,33801,34757,34757,33801,34758,34757,34758,34759,34759,34758,34760,34754,34757,34756,34756,34757,34759,34756,34759,34761,34761,34759,34762,34759,34760,34762,34762,34760,34763,34762,34763,34764,34764,34763,34765,34761,34762,34766,34766,34762,34764,34744,34755,34747,34747,34755,34767,34755,34756,34767,34767,34756,34761,34767,34761,34768,34768,34761,34766,34747,34767,34749,34749,34767,34768,33801,33820,34758,34758,33820,34769,33820,33818,34769,34769,33818,34770,34769,34770,34771,34771,34770,34772,34758,34769,34760,34760,34769,34771,33818,33816,34770,34770,33816,34773,33816,33817,34773,34773,33817,34774,34773,34774,34775,34775,34774,34776,34770,34773,34772,34772,34773,34775,34772,34775,34777,34777,34775,34778,34775,34776,34778,34778,34776,34779,34778,34779,34780,34780,34779,34781,34777,34778,34782,34782,34778,34780,34760,34771,34763,34763,34771,34783,34771,34772,34783,34783,34772,34777,34783,34777,34784,34784,34777,34782,34763,34783,34765,34765,34783,34784,33817,33836,34774,34774,33836,34785,33836,33834,34785,34785,33834,34786,34785,34786,34787,34787,34786,34788,34774,34785,34776,34776,34785,34787,33834,33832,34786,34786,33832,34789,33832,33833,34789,34789,33833,34790,34790,34791,34789,34789,34791,34792,34786,34789,34788,34788,34789,34792,34792,34793,34788,34788,34793,34794,34791,34795,34792,34792,34795,34793,34795,34796,34793,34793,34796,34797,34793,34797,34794,34794,34797,34798,34776,34787,34779,34779,34787,34799,34787,34788,34799,34799,34788,34794,34794,34798,34799,34799,34798,34800,34779,34799,34781,34781,34799,34800,33852,34801,33833,33833,34801,34790,33850,34802,33852,33852,34802,34801,34802,34803,34801,34801,34803,34804,34801,34804,34790,34790,34804,34791,33849,34805,33850,33850,34805,34802,33848,34806,33849,33849,34806,34805,34806,34807,34805,34805,34807,34808,34805,34808,34802,34802,34808,34803,34808,34809,34803,34803,34809,34810,34807,34811,34808,34808,34811,34809,34811,34812,34809,34809,34812,34813,34809,34813,34810,34810,34813,34814,34804,34815,34791,34791,34815,34795,34803,34810,34804,34804,34810,34815,34810,34814,34815,34815,34814,34816,34815,34816,34795,34795,34816,34796,33868,34817,33848,33848,34817,34806,33866,34818,33868,33868,34818,34817,34818,34819,34817,34817,34819,34820,34817,34820,34806,34806,34820,34807,33865,34821,33866,33866,34821,34818,33864,34822,33865,33865,34822,34821,34822,34823,34821,34821,34823,34824,34821,34824,34818,34818,34824,34819,34824,34825,34819,34819,34825,34826,34823,34827,34824,34824,34827,34825,34825,34827,34828,34828,34827,34829,34825,34828,34826,34826,34828,34830,34820,34831,34807,34807,34831,34811,34819,34826,34820,34820,34826,34831,34826,34830,34831,34831,34830,34832,34831,34832,34811,34811,34832,34812,33884,34833,33864,33864,34833,34822,33882,34834,33884,33884,34834,34833,34833,34834,34835,34835,34834,34836,34833,34835,34822,34822,34835,34823,33882,33880,34834,34834,33880,34837,33880,33881,34837,34837,33881,34838,34837,34838,34839,34839,34838,34840,34834,34837,34836,34836,34837,34839,34836,34839,34841,34841,34839,34842,34839,34840,34842,34842,34840,34843,34842,34843,34844,34844,34843,34845,34841,34842,34846,34846,34842,34844,34823,34835,34827,34827,34835,34847,34835,34836,34847,34847,34836,34841,34847,34841,34848,34848,34841,34846,34827,34847,34829,34829,34847,34848,33881,33900,34838,34838,33900,34849,33898,34850,33900,33900,34850,34849,34849,34850,34851,34851,34850,34852,34838,34849,34840,34840,34849,34851,33897,34853,33898,33898,34853,34850,33896,34854,33897,33897,34854,34853,34854,34855,34853,34853,34855,34856,34853,34856,34850,34850,34856,34852,34856,34857,34852,34852,34857,34858,34855,34859,34856,34856,34859,34857,34859,34860,34857,34857,34860,34861,34857,34861,34858,34858,34861,34862,34840,34851,34843,34843,34851,34863,34851,34852,34863,34863,34852,34858,34863,34858,34864,34864,34858,34862,34843,34863,34845,34845,34863,34864,33916,34865,33896,33896,34865,34854,33914,34866,33916,33916,34866,34865,34866,34867,34865,34865,34867,34868,34865,34868,34854,34854,34868,34855,33913,34869,33914,33914,34869,34866,33912,34870,33913,33913,34870,34869,34870,34871,34869,34869,34871,34872,34869,34872,34866,34866,34872,34867,34872,34873,34867,34867,34873,34874,34871,34875,34872,34872,34875,34873,34875,34876,34873,34873,34876,34877,34874,34873,34878,34878,34873,34877,34868,34879,34855,34855,34879,34859,34867,34874,34868,34868,34874,34879,34879,34874,34880,34880,34874,34878,34859,34879,34860,34860,34879,34880,33932,34881,33912,33912,34881,34870,33930,34882,33932,33932,34882,34881,34882,34883,34881,34881,34883,34884,34881,34884,34870,34870,34884,34871,33929,34885,33930,33930,34885,34882,33928,34886,33929,33929,34886,34885,34886,34887,34885,34885,34887,34888,34885,34888,34882,34882,34888,34883,34888,34889,34883,34883,34889,34890,34887,34891,34888,34888,34891,34889,34891,34892,34889,34889,34892,34893,34889,34893,34890,34890,34893,34894,34884,34895,34871,34871,34895,34875,34883,34890,34884,34884,34890,34895,34890,34894,34895,34895,34894,34896,34895,34896,34875,34875,34896,34876,33948,34897,33928,33928,34897,34886,33948,33946,34897,34897,33946,34898,34897,34898,34899,34899,34898,34900,34897,34899,34886,34886,34899,34887,33946,33944,34898,34898,33944,34901,33944,33945,34901,34901,33945,34902,34901,34902,34903,34903,34902,34904,34898,34901,34900,34900,34901,34903,34900,34903,34905,34905,34903,34906,34903,34904,34906,34906,34904,34907,34906,34907,34908,34908,34907,34909,34905,34906,34910,34910,34906,34908,34899,34911,34887,34887,34911,34891,34899,34900,34911,34911,34900,34905,34911,34905,34912,34912,34905,34910,34911,34912,34891,34891,34912,34892,33945,33964,34902,34902,33964,34913,33964,33962,34913,34913,33962,34914,34913,34914,34915,34915,34914,34916,34902,34913,34904,34904,34913,34915,33962,33960,34914,34914,33960,34917,33960,33961,34917,34917,33961,34918,34917,34918,34919,34919,34918,34920,34914,34917,34916,34916,34917,34919,34916,34919,34921,34921,34919,34922,34919,34920,34922,34922,34920,34923,34922,34923,34924,34924,34923,34925,34921,34922,34926,34926,34922,34924,34904,34915,34907,34907,34915,34927,34915,34916,34927,34927,34916,34921,34927,34921,34928,34928,34921,34926,34907,34927,34909,34909,34927,34928,33961,33980,34918,34918,33980,34929,33980,33978,34929,34929,33978,34930,34929,34930,34931,34931,34930,34932,34918,34929,34920,34920,34929,34931,33978,33976,34930,34930,33976,34933,33976,33977,34933,34933,33977,34934,34934,34935,34933,34933,34935,34936,34933,34936,34930,34930,34936,34932,34936,34937,34932,34932,34937,34938,34935,34939,34936,34936,34939,34937,34939,34940,34937,34937,34940,34941,34937,34941,34938,34938,34941,34942,34920,34931,34923,34923,34931,34943,34932,34938,34931,34931,34938,34943,34938,34942,34943,34943,34942,34944,34943,34944,34923,34923,34944,34925,34000,33999,34945,34945,33999,34946,33999,33996,34946,34946,33996,34947,34946,34947,34948,34948,34947,34949,34945,34946,34950,34950,34946,34948,33996,33994,34947,34947,33994,34951,33994,33995,34951,34951,33995,34952,34951,34952,34953,34953,34952,34954,34947,34951,34949,34949,34951,34953,34949,34953,34955,34955,34953,34956,34954,34957,34953,34953,34957,34956,34957,34958,34956,34956,34958,34959,34955,34956,34960,34960,34956,34959,34950,34948,34961,34961,34948,34962,34948,34949,34962,34962,34949,34955,34962,34955,34963,34963,34955,34960,34961,34962,34964,34964,34962,34963,34016,34965,33995,33995,34965,34952,34014,34966,34016,34016,34966,34965,34966,34967,34965,34965,34967,34968,34965,34968,34952,34952,34968,34954,34013,34969,34014,34014,34969,34966,34012,34970,34013,34013,34970,34969,34970,34971,34969,34969,34971,34972,34969,34972,34966,34966,34972,34967,34972,34973,34967,34967,34973,34974,34971,34975,34972,34972,34975,34973,34975,34976,34973,34973,34976,34977,34973,34977,34974,34974,34977,34978,34968,34979,34954,34954,34979,34957,34967,34974,34968,34968,34974,34979,34974,34978,34979,34979,34978,34980,34979,34980,34957,34957,34980,34958,34032,34981,34012,34012,34981,34970,34030,34982,34032,34032,34982,34981,34982,34983,34981,34981,34983,34984,34981,34984,34970,34970,34984,34971,34029,34985,34030,34030,34985,34982,34028,34986,34029,34029,34986,34985,34986,34987,34985,34985,34987,34988,34985,34988,34982,34982,34988,34983,34988,34989,34983,34983,34989,34990,34987,34991,34988,34988,34991,34989,34989,34991,34992,34992,34991,34993,34989,34992,34990,34990,34992,34994,34984,34995,34971,34971,34995,34975,34983,34990,34984,34984,34990,34995,34990,34994,34995,34995,34994,34996,34995,34996,34975,34975,34996,34976,34048,34997,34028,34028,34997,34986,34046,34998,34048,34048,34998,34997,34997,34998,34999,34999,34998,35000,34997,34999,34986,34986,34999,34987,34046,34044,34998,34998,34044,35001,34044,34045,35001,35001,34045,35002,35001,35002,35003,35003,35002,35004,34998,35001,35000,35000,35001,35003,35000,35003,35005,35005,35003,35006,35003,35004,35006,35006,35004,35007,35006,35007,35008,35008,35007,35009,35005,35006,35010,35010,35006,35008,34987,34999,34991,34991,34999,35011,34999,35000,35011,35011,35000,35005,35011,35005,35012,35012,35005,35010,34991,35011,34993,34993,35011,35012,34045,34064,35002,35002,34064,35013,34064,34062,35013,35013,34062,35014,35013,35014,35015,35015,35014,35016,35002,35013,35004,35004,35013,35015,34062,34060,35014,35014,34060,35017,34060,34061,35017,35017,34061,35018,35017,35018,35019,35019,35018,35020,35014,35017,35016,35016,35017,35019,35016,35019,35021,35021,35019,35022,35019,35020,35022,35022,35020,35023,35022,35023,35024,35024,35023,35025,35021,35022,35026,35026,35022,35024,35004,35015,35007,35007,35015,35027,35015,35016,35027,35027,35016,35021,35027,35021,35028,35028,35021,35026,35007,35027,35009,35009,35027,35028,34061,34080,35018,35018,34080,35029,34078,35030,34080,34080,35030,35029,35030,35031,35029,35029,35031,35032,35018,35029,35020,35020,35029,35032,34077,35033,34078,34078,35033,35030,34076,35034,34077,34077,35034,35033,35034,35035,35033,35033,35035,35036,35033,35036,35030,35030,35036,35031,35036,35037,35031,35031,35037,35038,35035,35039,35036,35036,35039,35037,35039,35040,35037,35037,35040,35041,35037,35041,35038,35038,35041,35042,35032,35043,35020,35020,35043,35023,35031,35038,35032,35032,35038,35043,35038,35042,35043,35043,35042,35044,35043,35044,35023,35023,35044,35025,34096,35045,34076,34076,35045,35034,34094,35046,34096,34096,35046,35045,35046,35047,35045,35045,35047,35048,35045,35048,35034,35034,35048,35035,34093,35049,34094,34094,35049,35046,34092,35050,34093,34093,35050,35049,35050,35051,35049,35049,35051,35052,35049,35052,35046,35046,35052,35047,35052,35053,35047,35047,35053,35054,35051,35055,35052,35052,35055,35053,35055,35056,35053,35053,35056,35057,35053,35057,35054,35054,35057,35058,35048,35059,35035,35035,35059,35039,35047,35054,35048,35048,35054,35059,35054,35058,35059,35059,35058,35060,35059,35060,35039,35039,35060,35040,34112,35061,34092,34092,35061,35050,34110,35062,34112,34112,35062,35061,35062,35063,35061,35061,35063,35064,35061,35064,35050,35050,35064,35051,34109,35065,34110,34110,35065,35062,34108,35066,34109,34109,35066,35065,35066,35067,35065,35065,35067,35068,35065,35068,35062,35062,35068,35063,35068,35069,35063,35063,35069,35070,35067,35071,35068,35068,35071,35069,35071,35072,35069,35069,35072,35073,35069,35073,35070,35070,35073,35074,35064,35075,35051,35051,35075,35055,35063,35070,35064,35064,35070,35075,35070,35074,35075,35075,35074,35076,35075,35076,35055,35055,35076,35056,34128,35077,34108,34108,35077,35066,34126,35078,34128,34128,35078,35077,35078,35079,35077,35077,35079,35080,35077,35080,35066,35066,35080,35067,34125,35081,34126,34126,35081,35078,34124,35082,34125,34125,35082,35081,35082,35083,35081,35081,35083,35084,35081,35084,35078,35078,35084,35079,35084,35085,35079,35079,35085,35086,35083,35087,35084,35084,35087,35085,35087,35088,35085,35085,35088,35089,35085,35089,35086,35086,35089,35090,35080,35091,35067,35067,35091,35071,35079,35086,35080,35080,35086,35091,35086,35090,35091,35091,35090,35092,35091,35092,35071,35071,35092,35072,34144,35093,34124,34124,35093,35082,34142,35094,34144,34144,35094,35093,35094,35095,35093,35093,35095,35096,35093,35096,35082,35082,35096,35083,34141,35097,34142,34142,35097,35094,34140,35098,34141,34141,35098,35097,35098,35099,35097,35097,35099,35100,35097,35100,35094,35094,35100,35095,35100,35101,35095,35095,35101,35102,35099,35103,35100,35100,35103,35101,35103,35104,35101,35101,35104,35105,35101,35105,35102,35102,35105,35106,35096,35107,35083,35083,35107,35087,35095,35102,35096,35096,35102,35107,35102,35106,35107,35107,35106,35108,35107,35108,35087,35087,35108,35088,34160,35109,34140,34140,35109,35098,34158,35110,34160,34160,35110,35109,35110,35111,35109,35109,35111,35112,35109,35112,35098,35098,35112,35099,34157,35113,34158,34158,35113,35110,34156,35114,34157,34157,35114,35113,35114,35115,35113,35113,35115,35116,35113,35116,35110,35110,35116,35111,35116,35117,35111,35111,35117,35118,35115,35119,35116,35116,35119,35117,35119,35120,35117,35117,35120,35121,35117,35121,35118,35118,35121,35122,35112,35123,35099,35099,35123,35103,35111,35118,35112,35112,35118,35123,35118,35122,35123,35123,35122,35124,35123,35124,35103,35103,35124,35104,34176,35125,34156,34156,35125,35114,34174,35126,34176,34176,35126,35125,35126,35127,35125,35125,35127,35128,35125,35128,35114,35114,35128,35115,34173,35129,34174,34174,35129,35126,34172,35130,34173,34173,35130,35129,35130,35131,35129,35129,35131,35132,35129,35132,35126,35126,35132,35127,35132,35133,35127,35127,35133,35134,35131,35135,35132,35132,35135,35133,35135,35136,35133,35133,35136,35137,35133,35137,35134,35134,35137,35138,35128,35139,35115,35115,35139,35119,35127,35134,35128,35128,35134,35139,35134,35138,35139,35139,35138,35140,35139,35140,35119,35119,35140,35120,34192,35141,34172,34172,35141,35130,34190,35142,34192,34192,35142,35141,35142,35143,35141,35141,35143,35144,35141,35144,35130,35130,35144,35131,34189,35145,34190,34190,35145,35142,34188,35146,34189,34189,35146,35145,35146,35147,35145,35145,35147,35148,35145,35148,35142,35142,35148,35143,35148,35149,35143,35143,35149,35150,35147,35151,35148,35148,35151,35149,35151,35152,35149,35149,35152,35153,35149,35153,35150,35150,35153,35154,35144,35155,35131,35131,35155,35135,35143,35150,35144,35144,35150,35155,35150,35154,35155,35155,35154,35156,35155,35156,35135,35135,35156,35136,34208,35157,34188,34188,35157,35146,34206,35158,34208,34208,35158,35157,35158,35159,35157,35157,35159,35160,35157,35160,35146,35146,35160,35147,34205,35161,34206,34206,35161,35158,34204,35162,34205,34205,35162,35161,35162,35163,35161,35161,35163,35164,35161,35164,35158,35158,35164,35159,35164,35165,35159,35159,35165,35166,35163,35167,35164,35164,35167,35165,35167,35168,35165,35165,35168,35169,35165,35169,35166,35166,35169,35170,35160,35171,35147,35147,35171,35151,35159,35166,35160,35160,35166,35171,35166,35170,35171,35171,35170,35172,35171,35172,35151,35151,35172,35152,34224,35173,34204,34204,35173,35162,34222,35174,34224,34224,35174,35173,35174,35175,35173,35173,35175,35176,35173,35176,35162,35162,35176,35163,34221,35177,34222,34222,35177,35174,34220,35178,34221,34221,35178,35177,35178,35179,35177,35177,35179,35180,35177,35180,35174,35174,35180,35175,35180,35181,35175,35175,35181,35182,35179,35183,35180,35180,35183,35181,35183,35184,35181,35181,35184,35185,35181,35185,35182,35182,35185,35186,35176,35187,35163,35163,35187,35167,35175,35182,35176,35176,35182,35187,35182,35186,35187,35187,35186,35188,35187,35188,35167,35167,35188,35168,34240,35189,34220,34220,35189,35178,34238,35190,34240,34240,35190,35189,35190,35191,35189,35189,35191,35192,35189,35192,35178,35178,35192,35179,34237,35193,34238,34238,35193,35190,34236,35194,34237,34237,35194,35193,35194,35195,35193,35193,35195,35196,35193,35196,35190,35190,35196,35191,35196,35197,35191,35191,35197,35198,35195,35199,35196,35196,35199,35197,35199,35200,35197,35197,35200,35201,35197,35201,35198,35198,35201,35202,35192,35203,35179,35179,35203,35183,35191,35198,35192,35192,35198,35203,35198,35202,35203,35203,35202,35204,35203,35204,35183,35183,35204,35184,34256,35205,34236,34236,35205,35194,34254,35206,34256,34256,35206,35205,35206,35207,35205,35205,35207,35208,35205,35208,35194,35194,35208,35195,34253,35209,34254,34254,35209,35206,34252,35210,34253,34253,35210,35209,35210,35211,35209,35209,35211,35212,35209,35212,35206,35206,35212,35207,35212,35213,35207,35207,35213,35214,35211,35215,35212,35212,35215,35213,35215,35216,35213,35213,35216,35217,35213,35217,35214,35214,35217,35218,35208,35219,35195,35195,35219,35199,35207,35214,35208,35208,35214,35219,35214,35218,35219,35219,35218,35220,35219,35220,35199,35199,35220,35200,34272,35221,34252,34252,35221,35210,34270,35222,34272,34272,35222,35221,35222,35223,35221,35221,35223,35224,35221,35224,35210,35210,35224,35211,34269,35225,34270,34270,35225,35222,34268,35226,34269,34269,35226,35225,35226,35227,35225,35225,35227,35228,35225,35228,35222,35222,35228,35223,35228,35229,35223,35223,35229,35230,35227,35231,35228,35228,35231,35229,35231,35232,35229,35229,35232,35233,35229,35233,35230,35230,35233,35234,35224,35235,35211,35211,35235,35215,35223,35230,35224,35224,35230,35235,35230,35234,35235,35235,35234,35236,35235,35236,35215,35215,35236,35216,34288,35237,34268,34268,35237,35226,34286,35238,34288,34288,35238,35237,35238,35239,35237,35237,35239,35240,35237,35240,35226,35226,35240,35227,34285,35241,34286,34286,35241,35238,34284,35242,34285,34285,35242,35241,35242,35243,35241,35241,35243,35244,35241,35244,35238,35238,35244,35239,35244,35245,35239,35239,35245,35246,35243,35247,35244,35244,35247,35245,35247,35248,35245,35245,35248,35249,35245,35249,35246,35246,35249,35250,35240,35251,35227,35227,35251,35231,35239,35246,35240,35240,35246,35251,35246,35250,35251,35251,35250,35252,35251,35252,35231,35231,35252,35232,34304,35253,34284,34284,35253,35242,34302,35254,34304,34304,35254,35253,35254,35255,35253,35253,35255,35256,35253,35256,35242,35242,35256,35243,34301,35257,34302,34302,35257,35254,34300,35258,34301,34301,35258,35257,35258,35259,35257,35257,35259,35260,35257,35260,35254,35254,35260,35255,35260,35261,35255,35255,35261,35262,35259,35263,35260,35260,35263,35261,35263,35264,35261,35261,35264,35265,35261,35265,35262,35262,35265,35266,35256,35267,35243,35243,35267,35247,35255,35262,35256,35256,35262,35267,35262,35266,35267,35267,35266,35268,35267,35268,35247,35247,35268,35248,34320,35269,34300,34300,35269,35258,34318,35270,34320,34320,35270,35269,35270,35271,35269,35269,35271,35272,35269,35272,35258,35258,35272,35259,34317,35273,34318,34318,35273,35270,34316,35274,34317,34317,35274,35273,35274,35275,35273,35273,35275,35276,35273,35276,35270,35270,35276,35271,35276,35277,35271,35271,35277,35278,35275,35279,35276,35276,35279,35277,35279,35280,35277,35277,35280,35281,35277,35281,35278,35278,35281,35282,35272,35283,35259,35259,35283,35263,35271,35278,35272,35272,35278,35283,35278,35282,35283,35283,35282,35284,35283,35284,35263,35263,35284,35264,34336,35285,34316,34316,35285,35274,34334,35286,34336,34336,35286,35285,35286,35287,35285,35285,35287,35288,35285,35288,35274,35274,35288,35275,34333,35289,34334,34334,35289,35286,34332,35290,34333,34333,35290,35289,35290,35291,35289,35289,35291,35292,35289,35292,35286,35286,35292,35287,35292,35293,35287,35287,35293,35294,35291,35295,35292,35292,35295,35293,35295,35296,35293,35293,35296,35297,35293,35297,35294,35294,35297,35298,35288,35299,35275,35275,35299,35279,35287,35294,35288,35288,35294,35299,35294,35298,35299,35299,35298,35300,35299,35300,35279,35279,35300,35280,34352,35301,34332,34332,35301,35290,34350,35302,34352,34352,35302,35301,35302,35303,35301,35301,35303,35304,35301,35304,35290,35290,35304,35291,34349,35305,34350,34350,35305,35302,34348,35306,34349,34349,35306,35305,35306,35307,35305,35305,35307,35308,35305,35308,35302,35302,35308,35303,35308,35309,35303,35303,35309,35310,35307,35311,35308,35308,35311,35309,35311,35312,35309,35309,35312,35313,35309,35313,35310,35310,35313,35314,35304,35315,35291,35291,35315,35295,35303,35310,35304,35304,35310,35315,35310,35314,35315,35315,35314,35316,35315,35316,35295,35295,35316,35296,34368,35317,34348,34348,35317,35306,34366,35318,34368,34368,35318,35317,35318,35319,35317,35317,35319,35320,35317,35320,35306,35306,35320,35307,34365,35321,34366,34366,35321,35318,34364,35322,34365,34365,35322,35321,35322,35323,35321,35321,35323,35324,35321,35324,35318,35318,35324,35319,35324,35325,35319,35319,35325,35326,35323,35327,35324,35324,35327,35325,35327,35328,35325,35325,35328,35329,35325,35329,35326,35326,35329,35330,35320,35331,35307,35307,35331,35311,35319,35326,35320,35320,35326,35331,35326,35330,35331,35331,35330,35332,35331,35332,35311,35311,35332,35312,34384,35333,34364,34364,35333,35322,34382,35334,34384,34384,35334,35333,35334,35335,35333,35333,35335,35336,35333,35336,35322,35322,35336,35323,34381,35337,34382,34382,35337,35334,34380,35338,34381,34381,35338,35337,35338,35339,35337,35337,35339,35340,35337,35340,35334,35334,35340,35335,35340,35341,35335,35335,35341,35342,35339,35343,35340,35340,35343,35341,35343,35344,35341,35341,35344,35345,35341,35345,35342,35342,35345,35346,35336,35347,35323,35323,35347,35327,35335,35342,35336,35336,35342,35347,35342,35346,35347,35347,35346,35348,35347,35348,35327,35327,35348,35328,34400,35349,34380,34380,35349,35338,34398,35350,34400,34400,35350,35349,35350,35351,35349,35349,35351,35352,35349,35352,35338,35338,35352,35339,34397,35353,34398,34398,35353,35350,34396,35354,34397,34397,35354,35353,35354,35355,35353,35353,35355,35356,35353,35356,35350,35350,35356,35351,35356,35357,35351,35351,35357,35358,35355,35359,35356,35356,35359,35357,35359,35360,35357,35357,35360,35361,35357,35361,35358,35358,35361,35362,35352,35363,35339,35339,35363,35343,35351,35358,35352,35352,35358,35363,35358,35362,35363,35363,35362,35364,35363,35364,35343,35343,35364,35344,34416,35365,34396,34396,35365,35354,34414,35366,34416,34416,35366,35365,35366,35367,35365,35365,35367,35368,35365,35368,35354,35354,35368,35355,34413,35369,34414,34414,35369,35366,34412,35370,34413,34413,35370,35369,35370,35371,35369,35369,35371,35372,35369,35372,35366,35366,35372,35367,35372,35373,35367,35367,35373,35374,35371,35375,35372,35372,35375,35373,35375,35376,35373,35373,35376,35377,35373,35377,35374,35374,35377,35378,35368,35379,35355,35355,35379,35359,35367,35374,35368,35368,35374,35379,35374,35378,35379,35379,35378,35380,35379,35380,35359,35359,35380,35360,34432,35381,34412,34412,35381,35370,34430,35382,34432,34432,35382,35381,35382,35383,35381,35381,35383,35384,35381,35384,35370,35370,35384,35371,34429,35385,34430,34430,35385,35382,34428,35386,34429,34429,35386,35385,35386,35387,35385,35385,35387,35388,35385,35388,35382,35382,35388,35383,35388,35389,35383,35383,35389,35390,35387,35391,35388,35388,35391,35389,35391,35392,35389,35389,35392,35393,35389,35393,35390,35390,35393,35394,35384,35395,35371,35371,35395,35375,35383,35390,35384,35384,35390,35395,35390,35394,35395,35395,35394,35396,35395,35396,35375,35375,35396,35376,34448,35397,34428,34428,35397,35386,34446,35398,34448,34448,35398,35397,35398,35399,35397,35397,35399,35400,35397,35400,35386,35386,35400,35387,34445,35401,34446,34446,35401,35398,34444,35402,34445,34445,35402,35401,35402,35403,35401,35401,35403,35404,35401,35404,35398,35398,35404,35399,35404,35405,35399,35399,35405,35406,35403,35407,35404,35404,35407,35405,35407,35408,35405,35405,35408,35409,35405,35409,35406,35406,35409,35410,35400,35411,35387,35387,35411,35391,35399,35406,35400,35400,35406,35411,35406,35410,35411,35411,35410,35412,35411,35412,35391,35391,35412,35392,34464,35413,34444,34444,35413,35402,34462,35414,34464,34464,35414,35413,35414,35415,35413,35413,35415,35416,35413,35416,35402,35402,35416,35403,34461,35417,34462,34462,35417,35414,34460,35418,34461,34461,35418,35417,35418,35419,35417,35417,35419,35420,35417,35420,35414,35414,35420,35415,35420,35421,35415,35415,35421,35422,35419,35423,35420,35420,35423,35421,35423,35424,35421,35421,35424,35425,35421,35425,35422,35422,35425,35426,35416,35427,35403,35403,35427,35407,35415,35422,35416,35416,35422,35427,35422,35426,35427,35427,35426,35428,35427,35428,35407,35407,35428,35408,34480,35429,34460,34460,35429,35418,34478,35430,34480,34480,35430,35429,35430,35431,35429,35429,35431,35432,35429,35432,35418,35418,35432,35419,34477,35433,34478,34478,35433,35430,34476,35434,34477,34477,35434,35433,35434,35435,35433,35433,35435,35436,35433,35436,35430,35430,35436,35431,35436,35437,35431,35431,35437,35438,35436,35435,35437,35437,35435,35439,35437,35439,35440,35440,35439,35441,35437,35440,35438,35438,35440,35442,35432,35443,35419,35419,35443,35423,35431,35438,35432,35432,35438,35443,35438,35442,35443,35443,35442,35444,35443,35444,35423,35423,35444,35424,34476,34496,35434,35434,34496,35445,34496,34494,35445,35445,34494,35446,35445,35446,35447,35447,35446,35448,35434,35445,35435,35435,35445,35447,34494,34492,35446,35446,34492,35449,34492,34493,35449,35449,34493,35450,35449,35450,35451,35451,35450,35452,35446,35449,35448,35448,35449,35451,35448,35451,35453,35453,35451,35454,35451,35452,35454,35454,35452,35455,35454,35455,35456,35456,35455,35457,35453,35454,35458,35458,35454,35456,35435,35447,35439,35439,35447,35459,35447,35448,35459,35459,35448,35453,35459,35453,35460,35460,35453,35458,35439,35459,35441,35441,35459,35460,34493,34512,35450,35450,34512,35461,34512,34510,35461,35461,34510,35462,35461,35462,35463,35463,35462,35464,35450,35461,35452,35452,35461,35463,34510,34508,35462,35462,34508,35465,34508,34509,35465,35465,34509,35466,35465,35466,35467,35467,35466,35468,35462,35465,35464,35464,35465,35467,35464,35467,35469,35469,35467,35470,35467,35468,35470,35470,35468,35471,35470,35471,35472,35472,35471,35473,35469,35470,35474,35474,35470,35472,35452,35463,35455,35455,35463,35475,35463,35464,35475,35475,35464,35469,35475,35469,35476,35476,35469,35474,35455,35475,35457,35457,35475,35476,34509,34528,35466,35466,34528,35477,34528,34526,35477,35477,34526,35478,35477,35478,35479,35479,35478,35480,35466,35477,35468,35468,35477,35479,34526,34524,35478,35478,34524,35481,34524,34525,35481,35481,34525,35482,35481,35482,35483,35483,35482,35484,35478,35481,35480,35480,35481,35483,35480,35483,35485,35485,35483,35486,35483,35484,35486,35486,35484,35487,35486,35487,35488,35488,35487,35489,35485,35486,35490,35490,35486,35488,35468,35479,35471,35471,35479,35491,35479,35480,35491,35491,35480,35485,35491,35485,35492,35492,35485,35490,35471,35491,35473,35473,35491,35492,34525,34544,35482,35482,34544,35493,34544,34542,35493,35493,34542,35494,35493,35494,35495,35495,35494,35496,35482,35493,35484,35484,35493,35495,34542,34540,35494,35494,34540,35497,34540,34541,35497,35497,34541,35498,35497,35498,35499,35499,35498,35500,35494,35497,35496,35496,35497,35499,35496,35499,35501,35501,35499,35502,35499,35500,35502,35502,35500,35503,35502,35503,35504,35504,35503,35505,35501,35502,35506,35506,35502,35504,35484,35495,35487,35487,35495,35507,35495,35496,35507,35507,35496,35501,35507,35501,35508,35508,35501,35506,35487,35507,35489,35489,35507,35508,34541,34560,35498,35498,34560,35509,34560,34558,35509,35509,34558,35510,35509,35510,35511,35511,35510,35512,35498,35509,35500,35500,35509,35511,34558,34556,35510,35510,34556,35513,34556,34557,35513,35513,34557,35514,35513,35514,35515,35515,35514,35516,35510,35513,35512,35512,35513,35515,35512,35515,35517,35517,35515,35518,35515,35516,35518,35518,35516,35519,35518,35519,35520,35520,35519,35521,35517,35518,35522,35522,35518,35520,35500,35511,35503,35503,35511,35523,35511,35512,35523,35523,35512,35517,35523,35517,35524,35524,35517,35522,35503,35523,35505,35505,35523,35524,34557,34576,35514,35514,34576,35525,34576,34574,35525,35525,34574,35526,35525,35526,35527,35527,35526,35528,35514,35525,35516,35516,35525,35527,34574,34572,35526,35526,34572,35529,34572,34573,35529,35529,34573,35530,35529,35530,35531,35531,35530,35532,35526,35529,35528,35528,35529,35531,35528,35531,35533,35533,35531,35534,35531,35532,35534,35534,35532,35535,35534,35535,35536,35536,35535,35537,35533,35534,35538,35538,35534,35536,35516,35527,35519,35519,35527,35539,35527,35528,35539,35539,35528,35533,35539,35533,35540,35540,35533,35538,35519,35539,35521,35521,35539,35540,34573,34592,35530,35530,34592,35541,34592,34590,35541,35541,34590,35542,35541,35542,35543,35543,35542,35544,35530,35541,35532,35532,35541,35543,34590,34588,35542,35542,34588,35545,34588,34589,35545,35545,34589,35546,35545,35546,35547,35547,35546,35548,35542,35545,35544,35544,35545,35547,35544,35547,35549,35549,35547,35550,35547,35548,35550,35550,35548,35551,35550,35551,35552,35552,35551,35553,35549,35550,35554,35554,35550,35552,35532,35543,35535,35535,35543,35555,35543,35544,35555,35555,35544,35549,35555,35549,35556,35556,35549,35554,35535,35555,35537,35537,35555,35556,34589,34608,35546,35546,34608,35557,34608,34606,35557,35557,34606,35558,35557,35558,35559,35559,35558,35560,35546,35557,35548,35548,35557,35559,34606,34604,35558,35558,34604,35561,34604,34605,35561,35561,34605,35562,35561,35562,35563,35563,35562,35564,35558,35561,35560,35560,35561,35563,35560,35563,35565,35565,35563,35566,35563,35564,35566,35566,35564,35567,35566,35567,35568,35568,35567,35569,35565,35566,35570,35570,35566,35568,35548,35559,35551,35551,35559,35571,35559,35560,35571,35571,35560,35565,35571,35565,35572,35572,35565,35570,35551,35571,35553,35553,35571,35572,34605,34624,35562,35562,34624,35573,34624,34622,35573,35573,34622,35574,35573,35574,35575,35575,35574,35576,35562,35573,35564,35564,35573,35575,34622,34620,35574,35574,34620,35577,34620,34621,35577,35577,34621,35578,35577,35578,35579,35579,35578,35580,35574,35577,35576,35576,35577,35579,35576,35579,35581,35581,35579,35582,35579,35580,35582,35582,35580,35583,35582,35583,35584,35584,35583,35585,35581,35582,35586,35586,35582,35584,35564,35575,35567,35567,35575,35587,35575,35576,35587,35587,35576,35581,35587,35581,35588,35588,35581,35586,35567,35587,35569,35569,35587,35588,34621,34640,35578,35578,34640,35589,34640,34638,35589,35589,34638,35590,35589,35590,35591,35591,35590,35592,35578,35589,35580,35580,35589,35591,34638,34636,35590,35590,34636,35593,34636,34637,35593,35593,34637,35594,35593,35594,35595,35595,35594,35596,35590,35593,35592,35592,35593,35595,35592,35595,35597,35597,35595,35598,35595,35596,35598,35598,35596,35599,35598,35599,35600,35600,35599,35601,35597,35598,35602,35602,35598,35600,35580,35591,35583,35583,35591,35603,35591,35592,35603,35603,35592,35597,35603,35597,35604,35604,35597,35602,35583,35603,35585,35585,35603,35604,34637,34656,35594,35594,34656,35605,34656,34654,35605,35605,34654,35606,35605,35606,35607,35607,35606,35608,35594,35605,35596,35596,35605,35607,34654,34652,35606,35606,34652,35609,34652,34653,35609,35609,34653,35610,35609,35610,35611,35611,35610,35612,35606,35609,35608,35608,35609,35611,35608,35611,35613,35613,35611,35614,35611,35612,35614,35614,35612,35615,35614,35615,35616,35616,35615,35617,35613,35614,35618,35618,35614,35616,35596,35607,35599,35599,35607,35619,35607,35608,35619,35619,35608,35613,35619,35613,35620,35620,35613,35618,35599,35619,35601,35601,35619,35620,34653,34672,35610,35610,34672,35621,34672,34670,35621,35621,34670,35622,35621,35622,35623,35623,35622,35624,35610,35621,35612,35612,35621,35623,34670,34668,35622,35622,34668,35625,34668,34669,35625,35625,34669,35626,35625,35626,35627,35627,35626,35628,35622,35625,35624,35624,35625,35627,35624,35627,35629,35629,35627,35630,35627,35628,35630,35630,35628,35631,35630,35631,35632,35632,35631,35633,35629,35630,35634,35634,35630,35632,35612,35623,35615,35615,35623,35635,35623,35624,35635,35635,35624,35629,35635,35629,35636,35636,35629,35634,35615,35635,35617,35617,35635,35636,34669,34688,35626,35626,34688,35637,34688,34686,35637,35637,34686,35638,35637,35638,35639,35639,35638,35640,35626,35637,35628,35628,35637,35639,34686,34684,35638,35638,34684,35641,34684,34685,35641,35641,34685,35642,35641,35642,35643,35643,35642,35644,35638,35641,35640,35640,35641,35643,35640,35643,35645,35645,35643,35646,35643,35644,35646,35646,35644,35647,35646,35647,35648,35648,35647,35649,35645,35646,35650,35650,35646,35648,35628,35639,35631,35631,35639,35651,35639,35640,35651,35651,35640,35645,35651,35645,35652,35652,35645,35650,35631,35651,35633,35633,35651,35652,34685,34704,35642,35642,34704,35653,34704,34702,35653,35653,34702,35654,35653,35654,35655,35655,35654,35656,35642,35653,35644,35644,35653,35655,34702,34700,35654,35654,34700,35657,34700,34701,35657,35657,34701,35658,35657,35658,35659,35659,35658,35660,35654,35657,35656,35656,35657,35659,35656,35659,35661,35661,35659,35662,35659,35660,35662,35662,35660,35663,35662,35663,35664,35664,35663,35665,35661,35662,35666,35666,35662,35664,35644,35655,35647,35647,35655,35667,35655,35656,35667,35667,35656,35661,35667,35661,35668,35668,35661,35666,35647,35667,35649,35649,35667,35668,34701,34720,35658,35658,34720,35669,34720,34718,35669,35669,34718,35670,35669,35670,35671,35671,35670,35672,35658,35669,35660,35660,35669,35671,34718,34716,35670,35670,34716,35673,34716,34717,35673,35673,34717,35674,35673,35674,35675,35675,35674,35676,35670,35673,35672,35672,35673,35675,35672,35675,35677,35677,35675,35678,35675,35676,35678,35678,35676,35679,35678,35679,35680,35680,35679,35681,35677,35678,35682,35682,35678,35680,35660,35671,35663,35663,35671,35683,35671,35672,35683,35683,35672,35677,35683,35677,35684,35684,35677,35682,35663,35683,35665,35665,35683,35684,34717,34736,35674,35674,34736,35685,34736,34734,35685,35685,34734,35686,35685,35686,35687,35687,35686,35688,35674,35685,35676,35676,35685,35687,34734,34732,35686,35686,34732,35689,34732,34733,35689,35689,34733,35690,35689,35690,35691,35691,35690,35692,35686,35689,35688,35688,35689,35691,35688,35691,35693,35693,35691,35694,35691,35692,35694,35694,35692,35695,35694,35695,35696,35696,35695,35697,35693,35694,35698,35698,35694,35696,35676,35687,35679,35679,35687,35699,35687,35688,35699,35699,35688,35693,35699,35693,35700,35700,35693,35698,35679,35699,35681,35681,35699,35700,34733,34752,35690,35690,34752,35701,34752,34750,35701,35701,34750,35702,35701,35702,35703,35703,35702,35704,35690,35701,35692,35692,35701,35703,34750,34748,35702,35702,34748,35705,34748,34749,35705,35705,34749,35706,35705,35706,35707,35707,35706,35708,35702,35705,35704,35704,35705,35707,35704,35707,35709,35709,35707,35710,35707,35708,35710,35710,35708,35711,35710,35711,35712,35712,35711,35713,35709,35710,35714,35714,35710,35712,35692,35703,35695,35695,35703,35715,35703,35704,35715,35715,35704,35709,35715,35709,35716,35716,35709,35714,35695,35715,35697,35697,35715,35716,34749,34768,35706,35706,34768,35717,34768,34766,35717,35717,34766,35718,35717,35718,35719,35719,35718,35720,35706,35717,35708,35708,35717,35719,34766,34764,35718,35718,34764,35721,34764,34765,35721,35721,34765,35722,35721,35722,35723,35723,35722,35724,35718,35721,35720,35720,35721,35723,35720,35723,35725,35725,35723,35726,35723,35724,35726,35726,35724,35727,35726,35727,35728,35728,35727,35729,35725,35726,35730,35730,35726,35728,35708,35719,35711,35711,35719,35731,35719,35720,35731,35731,35720,35725,35731,35725,35732,35732,35725,35730,35711,35731,35713,35713,35731,35732,34765,34784,35722,35722,34784,35733,34784,34782,35733,35733,34782,35734,35733,35734,35735,35735,35734,35736,35722,35733,35724,35724,35733,35735,34782,34780,35734,35734,34780,35737,34780,34781,35737,35737,34781,35738,35737,35738,35739,35739,35738,35740,35734,35737,35736,35736,35737,35739,35736,35739,35741,35741,35739,35742,35739,35740,35742,35742,35740,35743,35742,35743,35744,35744,35743,35745,35741,35742,35746,35746,35742,35744,35724,35735,35727,35727,35735,35747,35735,35736,35747,35747,35736,35741,35747,35741,35748,35748,35741,35746,35727,35747,35729,35729,35747,35748,34800,35749,34781,34781,35749,35738,34798,35750,34800,34800,35750,35749,35750,35751,35749,35749,35751,35752,35749,35752,35738,35738,35752,35740,34797,35753,34798,34798,35753,35750,34796,35754,34797,34797,35754,35753,35754,35755,35753,35753,35755,35756,35753,35756,35750,35750,35756,35751,35756,35757,35751,35751,35757,35758,35755,35759,35756,35756,35759,35757,35757,35759,35760,35760,35759,35761,35758,35757,35762,35762,35757,35760,35740,35752,35743,35743,35752,35763,35751,35758,35752,35752,35758,35763,35763,35758,35764,35764,35758,35762,35743,35763,35745,35745,35763,35764,34816,35765,34796,34796,35765,35754,34814,35766,34816,34816,35766,35765,35766,35767,35765,35765,35767,35768,35765,35768,35754,35754,35768,35755,34813,35769,34814,34814,35769,35766,34812,35770,34813,34813,35770,35769,35769,35770,35771,35771,35770,35772,35769,35771,35766,35766,35771,35767,35767,35771,35773,35773,35771,35774,35771,35772,35774,35774,35772,35775,35774,35775,35776,35776,35775,35777,35773,35774,35778,35778,35774,35776,35768,35779,35755,35755,35779,35759,35768,35767,35779,35779,35767,35773,35779,35773,35780,35780,35773,35778,35759,35779,35761,35761,35779,35780,34832,35781,34812,34812,35781,35770,34830,35782,34832,34832,35782,35781,35781,35782,35783,35783,35782,35784,35770,35781,35772,35772,35781,35783,34828,35785,34830,34830,35785,35782,34828,34829,35785,35785,34829,35786,35785,35786,35787,35787,35786,35788,35782,35785,35784,35784,35785,35787,35784,35787,35789,35789,35787,35790,35787,35788,35790,35790,35788,35791,35790,35791,35792,35792,35791,35793,35789,35790,35794,35794,35790,35792,35772,35783,35775,35775,35783,35795,35783,35784,35795,35795,35784,35789,35795,35789,35796,35796,35789,35794,35775,35795,35777,35777,35795,35796,34829,34848,35786,35786,34848,35797,34848,34846,35797,35797,34846,35798,35797,35798,35799,35799,35798,35800,35786,35797,35788,35788,35797,35799,34846,34844,35798,35798,34844,35801,34844,34845,35801,35801,34845,35802,35801,35802,35803,35803,35802,35804,35798,35801,35800,35800,35801,35803,35800,35803,35805,35805,35803,35806,35803,35804,35806,35806,35804,35807,35806,35807,35808,35808,35807,35809,35805,35806,35810,35810,35806,35808,35788,35799,35791,35791,35799,35811,35799,35800,35811,35811,35800,35805,35811,35805,35812,35812,35805,35810,35791,35811,35793,35793,35811,35812,34845,34864,35802,35802,34864,35813,34864,34862,35813,35813,34862,35814,35814,35815,35813,35813,35815,35816,35802,35813,35804,35804,35813,35816,34862,34861,35814,35814,34861,35817,34861,34860,35817,35817,34860,35818,35817,35818,35819,35819,35818,35820,35814,35817,35815,35815,35817,35819,35815,35819,35821,35821,35819,35822,35819,35820,35822,35822,35820,35823,35822,35823,35824,35824,35823,35825,35821,35822,35826,35826,35822,35824,35816,35827,35804,35804,35827,35807,35815,35821,35816,35816,35821,35827,35827,35821,35828,35828,35821,35826,35807,35827,35809,35809,35827,35828,34860,34880,35818,35818,34880,35829,34880,34878,35829,35829,34878,35830,35829,35830,35831,35831,35830,35832,35818,35829,35820,35820,35829,35831,34878,34877,35830,35830,34877,35833,34877,34876,35833,35833,34876,35834,35833,35834,35835,35835,35834,35836,35830,35833,35832,35832,35833,35835,35832,35835,35837,35837,35835,35838,35835,35836,35838,35838,35836,35839,35838,35839,35840,35840,35839,35841,35837,35838,35842,35842,35838,35840,35820,35831,35823,35823,35831,35843,35831,35832,35843,35843,35832,35837,35843,35837,35844,35844,35837,35842,35823,35843,35825,35825,35843,35844,34896,35845,34876,34876,35845,35834,34894,35846,34896,34896,35846,35845,35845,35846,35847,35847,35846,35848,35834,35845,35836,35836,35845,35847,34893,35849,34894,34894,35849,35846,34892,35850,34893,34893,35850,35849,35849,35850,35851,35851,35850,35852,35846,35849,35848,35848,35849,35851,35848,35851,35853,35853,35851,35854,35851,35852,35854,35854,35852,35855,35854,35855,35856,35856,35855,35857,35853,35854,35858,35858,35854,35856,35836,35847,35839,35839,35847,35859,35847,35848,35859,35859,35848,35853,35859,35853,35860,35860,35853,35858,35839,35859,35841,35841,35859,35860,34912,35861,34892,34892,35861,35850,34910,35862,34912,34912,35862,35861,35862,35863,35861,35861,35863,35864,35861,35864,35850,35850,35864,35852,34908,35865,34910,34910,35865,35862,34909,35866,34908,34908,35866,35865,35866,35867,35865,35865,35867,35868,35865,35868,35862,35862,35868,35863,35868,35869,35863,35863,35869,35870,35867,35871,35868,35868,35871,35869,35871,35872,35869,35869,35872,35873,35869,35873,35870,35870,35873,35874,35852,35864,35855,35855,35864,35875,35863,35870,35864,35864,35870,35875,35870,35874,35875,35875,35874,35876,35855,35875,35857,35857,35875,35876,34928,35877,34909,34909,35877,35866,34926,35878,34928,34928,35878,35877,35878,35879,35877,35877,35879,35880,35877,35880,35866,35866,35880,35867,34924,35881,34926,34926,35881,35878,34925,35882,34924,34924,35882,35881,35882,35883,35881,35881,35883,35884,35881,35884,35878,35878,35884,35879,35884,35885,35879,35879,35885,35886,35883,35887,35884,35884,35887,35885,35887,35888,35885,35885,35888,35889,35885,35889,35886,35886,35889,35890,35880,35891,35867,35867,35891,35871,35879,35886,35880,35880,35886,35891,35886,35890,35891,35891,35890,35892,35891,35892,35871,35871,35892,35872,34944,35893,34925,34925,35893,35882,34942,35894,34944,34944,35894,35893,35894,35895,35893,35893,35895,35896,35893,35896,35882,35882,35896,35883,34941,35897,34942,34942,35897,35894,34940,35898,34941,34941,35898,35897,35898,35899,35897,35897,35899,35900,35897,35900,35894,35894,35900,35895,35900,35901,35895,35895,35901,35902,35899,35903,35900,35900,35903,35901,35903,35904,35901,35901,35904,35905,35901,35905,35902,35902,35905,35906,35896,35907,35883,35883,35907,35887,35895,35902,35896,35896,35902,35907,35902,35906,35907,35907,35906,35908,35907,35908,35887,35887,35908,35888,34964,34963,35909,35909,34963,35910,34963,34960,35910,35910,34960,35911,35910,35911,35912,35912,35911,35913,35909,35910,35914,35914,35910,35912,34960,34959,35911,35911,34959,35915,34958,35916,34959,34959,35916,35915,35916,35917,35915,35915,35917,35918,35911,35915,35913,35913,35915,35918,35918,35919,35913,35913,35919,35920,35917,35921,35918,35918,35921,35919,35921,35922,35919,35919,35922,35923,35919,35923,35920,35920,35923,35924,35912,35925,35914,35914,35925,35926,35912,35913,35925,35925,35913,35920,35920,35924,35925,35925,35924,35927,35925,35927,35926,35926,35927,35928,34980,35929,34958,34958,35929,35916,34978,35930,34980,34980,35930,35929,35930,35931,35929,35929,35931,35932,35929,35932,35916,35916,35932,35917,34977,35933,34978,34978,35933,35930,34976,35934,34977,34977,35934,35933,35934,35935,35933,35933,35935,35936,35933,35936,35930,35930,35936,35931,35936,35937,35931,35931,35937,35938,35935,35939,35936,35936,35939,35937,35939,35940,35937,35937,35940,35941,35937,35941,35938,35938,35941,35942,35932,35943,35917,35917,35943,35921,35931,35938,35932,35932,35938,35943,35938,35942,35943,35943,35942,35944,35943,35944,35921,35921,35944,35922,34996,35945,34976,34976,35945,35934,34994,35946,34996,34996,35946,35945,35946,35947,35945,35945,35947,35948,35945,35948,35934,35934,35948,35935,34992,35949,34994,34994,35949,35946,34992,34993,35949,35949,34993,35950,35949,35950,35951,35951,35950,35952,35946,35949,35947,35947,35949,35951,35947,35951,35953,35953,35951,35954,35951,35952,35954,35954,35952,35955,35954,35955,35956,35956,35955,35957,35953,35954,35958,35958,35954,35956,35948,35959,35935,35935,35959,35939,35947,35953,35948,35948,35953,35959,35959,35953,35960,35960,35953,35958,35939,35959,35940,35940,35959,35960,34993,35012,35950,35950,35012,35961,35012,35010,35961,35961,35010,35962,35961,35962,35963,35963,35962,35964,35950,35961,35952,35952,35961,35963,35010,35008,35962,35962,35008,35965,35008,35009,35965,35965,35009,35966,35965,35966,35967,35967,35966,35968,35962,35965,35964,35964,35965,35967,35964,35967,35969,35969,35967,35970,35967,35968,35970,35970,35968,35971,35970,35971,35972,35972,35971,35973,35969,35970,35974,35974,35970,35972,35952,35963,35955,35955,35963,35975,35963,35964,35975,35975,35964,35969,35975,35969,35976,35976,35969,35974,35955,35975,35957,35957,35975,35976,35009,35028,35966,35966,35028,35977,35028,35026,35977,35977,35026,35978,35977,35978,35979,35979,35978,35980,35966,35977,35968,35968,35977,35979,35026,35024,35978,35978,35024,35981,35024,35025,35981,35981,35025,35982,35981,35982,35983,35983,35982,35984,35978,35981,35980,35980,35981,35983,35980,35983,35985,35985,35983,35986,35984,35987,35983,35983,35987,35986,35987,35988,35986,35986,35988,35989,35985,35986,35990,35990,35986,35989,35968,35979,35971,35971,35979,35991,35979,35980,35991,35991,35980,35985,35991,35985,35992,35992,35985,35990,35971,35991,35973,35973,35991,35992,35044,35993,35025,35025,35993,35982,35042,35994,35044,35044,35994,35993,35994,35995,35993,35993,35995,35996,35993,35996,35982,35982,35996,35984,35041,35997,35042,35042,35997,35994,35040,35998,35041,35041,35998,35997,35998,35999,35997,35997,35999,36000,35997,36000,35994,35994,36000,35995,36000,36001,35995,35995,36001,36002,35999,36003,36000,36000,36003,36001,36003,36004,36001,36001,36004,36005,36001,36005,36002,36002,36005,36006,35996,36007,35984,35984,36007,35987,35995,36002,35996,35996,36002,36007,36002,36006,36007,36007,36006,36008,36007,36008,35987,35987,36008,35988,35060,36009,35040,35040,36009,35998,35058,36010,35060,35060,36010,36009,36010,36011,36009,36009,36011,36012,36009,36012,35998,35998,36012,35999,35057,36013,35058,35058,36013,36010,35056,36014,35057,35057,36014,36013,36014,36015,36013,36013,36015,36016,36013,36016,36010,36010,36016,36011,36016,36017,36011,36011,36017,36018,36015,36019,36016,36016,36019,36017,36019,36020,36017,36017,36020,36021,36017,36021,36018,36018,36021,36022,36012,36023,35999,35999,36023,36003,36011,36018,36012,36012,36018,36023,36018,36022,36023,36023,36022,36024,36023,36024,36003,36003,36024,36004,35076,36025,35056,35056,36025,36014,35074,36026,35076,35076,36026,36025,36026,36027,36025,36025,36027,36028,36025,36028,36014,36014,36028,36015,35073,36029,35074,35074,36029,36026,35072,36030,35073,35073,36030,36029,36030,36031,36029,36029,36031,36032,36029,36032,36026,36026,36032,36027,36032,36033,36027,36027,36033,36034,36031,36035,36032,36032,36035,36033,36035,36036,36033,36033,36036,36037,36033,36037,36034,36034,36037,36038,36028,36039,36015,36015,36039,36019,36027,36034,36028,36028,36034,36039,36034,36038,36039,36039,36038,36040,36039,36040,36019,36019,36040,36020,35092,36041,35072,35072,36041,36030,35090,36042,35092,35092,36042,36041,36042,36043,36041,36041,36043,36044,36041,36044,36030,36030,36044,36031,35089,36045,35090,35090,36045,36042,35088,36046,35089,35089,36046,36045,36046,36047,36045,36045,36047,36048,36045,36048,36042,36042,36048,36043,36048,36049,36043,36043,36049,36050,36047,36051,36048,36048,36051,36049,36051,36052,36049,36049,36052,36053,36049,36053,36050,36050,36053,36054,36044,36055,36031,36031,36055,36035,36043,36050,36044,36044,36050,36055,36050,36054,36055,36055,36054,36056,36055,36056,36035,36035,36056,36036,35108,36057,35088,35088,36057,36046,35106,36058,35108,35108,36058,36057,36058,36059,36057,36057,36059,36060,36057,36060,36046,36046,36060,36047,35105,36061,35106,35106,36061,36058,35104,36062,35105,35105,36062,36061,36062,36063,36061,36061,36063,36064,36061,36064,36058,36058,36064,36059,36064,36065,36059,36059,36065,36066,36063,36067,36064,36064,36067,36065,36065,36067,36068,36068,36067,36069,36065,36068,36066,36066,36068,36070,36060,36071,36047,36047,36071,36051,36059,36066,36060,36060,36066,36071,36066,36070,36071,36071,36070,36072,36071,36072,36051,36051,36072,36052,35124,36073,35104,35104,36073,36062,35122,36074,35124,35124,36074,36073,36074,36075,36073,36073,36075,36076,36073,36076,36062,36062,36076,36063,35121,36077,35122,35122,36077,36074,35120,36078,35121,35121,36078,36077,36078,36079,36077,36077,36079,36080,36077,36080,36074,36074,36080,36075,36080,36081,36075,36075,36081,36082,36079,36083,36080,36080,36083,36081,36083,36084,36081,36081,36084,36085,36081,36085,36082,36082,36085,36086,36076,36087,36063,36063,36087,36067,36075,36082,36076,36076,36082,36087,36082,36086,36087,36087,36086,36088,36087,36088,36067,36067,36088,36069,35140,36089,35120,35120,36089,36078,35138,36090,35140,35140,36090,36089,36090,36091,36089,36089,36091,36092,36089,36092,36078,36078,36092,36079,35137,36093,35138,35138,36093,36090,35136,36094,35137,35137,36094,36093,36094,36095,36093,36093,36095,36096,36093,36096,36090,36090,36096,36091,36096,36097,36091,36091,36097,36098,36095,36099,36096,36096,36099,36097,36099,36100,36097,36097,36100,36101,36097,36101,36098,36098,36101,36102,36092,36103,36079,36079,36103,36083,36091,36098,36092,36092,36098,36103,36098,36102,36103,36103,36102,36104,36103,36104,36083,36083,36104,36084,35156,36105,35136,35136,36105,36094,35154,36106,35156,35156,36106,36105,36106,36107,36105,36105,36107,36108,36105,36108,36094,36094,36108,36095,35153,36109,35154,35154,36109,36106,35152,36110,35153,35153,36110,36109,36110,36111,36109,36109,36111,36112,36109,36112,36106,36106,36112,36107,36112,36113,36107,36107,36113,36114,36111,36115,36112,36112,36115,36113,36115,36116,36113,36113,36116,36117,36113,36117,36114,36114,36117,36118,36108,36119,36095,36095,36119,36099,36107,36114,36108,36108,36114,36119,36114,36118,36119,36119,36118,36120,36119,36120,36099,36099,36120,36100,35172,36121,35152,35152,36121,36110,35170,36122,35172,35172,36122,36121,36122,36123,36121,36121,36123,36124,36121,36124,36110,36110,36124,36111,35169,36125,35170,35170,36125,36122,35168,36126,35169,35169,36126,36125,36126,36127,36125,36125,36127,36128,36125,36128,36122,36122,36128,36123,36128,36129,36123,36123,36129,36130,36127,36131,36128,36128,36131,36129,36131,36132,36129,36129,36132,36133,36129,36133,36130,36130,36133,36134,36124,36135,36111,36111,36135,36115,36123,36130,36124,36124,36130,36135,36130,36134,36135,36135,36134,36136,36135,36136,36115,36115,36136,36116,35188,36137,35168,35168,36137,36126,35186,36138,35188,35188,36138,36137,36138,36139,36137,36137,36139,36140,36137,36140,36126,36126,36140,36127,35185,36141,35186,35186,36141,36138,35184,36142,35185,35185,36142,36141,36142,36143,36141,36141,36143,36144,36141,36144,36138,36138,36144,36139,36144,36145,36139,36139,36145,36146,36143,36147,36144,36144,36147,36145,36147,36148,36145,36145,36148,36149,36145,36149,36146,36146,36149,36150,36140,36151,36127,36127,36151,36131,36139,36146,36140,36140,36146,36151,36146,36150,36151,36151,36150,36152,36151,36152,36131,36131,36152,36132,35204,36153,35184,35184,36153,36142,35202,36154,35204,35204,36154,36153,36154,36155,36153,36153,36155,36156,36153,36156,36142,36142,36156,36143,35201,36157,35202,35202,36157,36154,35200,36158,35201,35201,36158,36157,36158,36159,36157,36157,36159,36160,36157,36160,36154,36154,36160,36155,36160,36161,36155,36155,36161,36162,36159,36163,36160,36160,36163,36161,36163,36164,36161,36161,36164,36165,36161,36165,36162,36162,36165,36166,36156,36167,36143,36143,36167,36147,36155,36162,36156,36156,36162,36167,36162,36166,36167,36167,36166,36168,36167,36168,36147,36147,36168,36148,35220,36169,35200,35200,36169,36158,35218,36170,35220,35220,36170,36169,36170,36171,36169,36169,36171,36172,36169,36172,36158,36158,36172,36159,35217,36173,35218,35218,36173,36170,35216,36174,35217,35217,36174,36173,36174,36175,36173,36173,36175,36176,36173,36176,36170,36170,36176,36171,36176,36177,36171,36171,36177,36178,36175,36179,36176,36176,36179,36177,36179,36180,36177,36177,36180,36181,36177,36181,36178,36178,36181,36182,36172,36183,36159,36159,36183,36163,36171,36178,36172,36172,36178,36183,36178,36182,36183,36183,36182,36184,36183,36184,36163,36163,36184,36164,35236,36185,35216,35216,36185,36174,35234,36186,35236,35236,36186,36185,36186,36187,36185,36185,36187,36188,36185,36188,36174,36174,36188,36175,35233,36189,35234,35234,36189,36186,35232,36190,35233,35233,36190,36189,36190,36191,36189,36189,36191,36192,36189,36192,36186,36186,36192,36187,36192,36193,36187,36187,36193,36194,36191,36195,36192,36192,36195,36193,36195,36196,36193,36193,36196,36197,36193,36197,36194,36194,36197,36198,36188,36199,36175,36175,36199,36179,36187,36194,36188,36188,36194,36199,36194,36198,36199,36199,36198,36200,36199,36200,36179,36179,36200,36180,35252,36201,35232,35232,36201,36190,35250,36202,35252,35252,36202,36201,36202,36203,36201,36201,36203,36204,36201,36204,36190,36190,36204,36191,35249,36205,35250,35250,36205,36202,35248,36206,35249,35249,36206,36205,36206,36207,36205,36205,36207,36208,36205,36208,36202,36202,36208,36203,36208,36209,36203,36203,36209,36210,36207,36211,36208,36208,36211,36209,36211,36212,36209,36209,36212,36213,36209,36213,36210,36210,36213,36214,36204,36215,36191,36191,36215,36195,36203,36210,36204,36204,36210,36215,36210,36214,36215,36215,36214,36216,36215,36216,36195,36195,36216,36196,35268,36217,35248,35248,36217,36206,35266,36218,35268,35268,36218,36217,36218,36219,36217,36217,36219,36220,36217,36220,36206,36206,36220,36207,35265,36221,35266,35266,36221,36218,35264,36222,35265,35265,36222,36221,36222,36223,36221,36221,36223,36224,36221,36224,36218,36218,36224,36219,36224,36225,36219,36219,36225,36226,36223,36227,36224,36224,36227,36225,36227,36228,36225,36225,36228,36229,36225,36229,36226,36226,36229,36230,36220,36231,36207,36207,36231,36211,36219,36226,36220,36220,36226,36231,36226,36230,36231,36231,36230,36232,36231,36232,36211,36211,36232,36212,35284,36233,35264,35264,36233,36222,35282,36234,35284,35284,36234,36233,36234,36235,36233,36233,36235,36236,36233,36236,36222,36222,36236,36223,35281,36237,35282,35282,36237,36234,35280,36238,35281,35281,36238,36237,36238,36239,36237,36237,36239,36240,36237,36240,36234,36234,36240,36235,36240,36241,36235,36235,36241,36242,36239,36243,36240,36240,36243,36241,36243,36244,36241,36241,36244,36245,36241,36245,36242,36242,36245,36246,36236,36247,36223,36223,36247,36227,36235,36242,36236,36236,36242,36247,36242,36246,36247,36247,36246,36248,36247,36248,36227,36227,36248,36228,35300,36249,35280,35280,36249,36238,35298,36250,35300,35300,36250,36249,36250,36251,36249,36249,36251,36252,36249,36252,36238,36238,36252,36239,35297,36253,35298,35298,36253,36250,35296,36254,35297,35297,36254,36253,36254,36255,36253,36253,36255,36256,36253,36256,36250,36250,36256,36251,36256,36257,36251,36251,36257,36258,36255,36259,36256,36256,36259,36257,36259,36260,36257,36257,36260,36261,36257,36261,36258,36258,36261,36262,36252,36263,36239,36239,36263,36243,36251,36258,36252,36252,36258,36263,36258,36262,36263,36263,36262,36264,36263,36264,36243,36243,36264,36244,35316,36265,35296,35296,36265,36254,35314,36266,35316,35316,36266,36265,36266,36267,36265,36265,36267,36268,36265,36268,36254,36254,36268,36255,35313,36269,35314,35314,36269,36266,35312,36270,35313,35313,36270,36269,36270,36271,36269,36269,36271,36272,36269,36272,36266,36266,36272,36267,36272,36273,36267,36267,36273,36274,36271,36275,36272,36272,36275,36273,36275,36276,36273,36273,36276,36277,36273,36277,36274,36274,36277,36278,36268,36279,36255,36255,36279,36259,36267,36274,36268,36268,36274,36279,36274,36278,36279,36279,36278,36280,36279,36280,36259,36259,36280,36260,35332,36281,35312,35312,36281,36270,35330,36282,35332,35332,36282,36281,36282,36283,36281,36281,36283,36284,36281,36284,36270,36270,36284,36271,35329,36285,35330,35330,36285,36282,35328,36286,35329,35329,36286,36285,36286,36287,36285,36285,36287,36288,36285,36288,36282,36282,36288,36283,36288,36289,36283,36283,36289,36290,36287,36291,36288,36288,36291,36289,36291,36292,36289,36289,36292,36293,36289,36293,36290,36290,36293,36294,36284,36295,36271,36271,36295,36275,36283,36290,36284,36284,36290,36295,36290,36294,36295,36295,36294,36296,36295,36296,36275,36275,36296,36276,35348,36297,35328,35328,36297,36286,35346,36298,35348,35348,36298,36297,36298,36299,36297,36297,36299,36300,36297,36300,36286,36286,36300,36287,35345,36301,35346,35346,36301,36298,35344,36302,35345,35345,36302,36301,36302,36303,36301,36301,36303,36304,36301,36304,36298,36298,36304,36299,36304,36305,36299,36299,36305,36306,36303,36307,36304,36304,36307,36305,36307,36308,36305,36305,36308,36309,36305,36309,36306,36306,36309,36310,36300,36311,36287,36287,36311,36291,36299,36306,36300,36300,36306,36311,36306,36310,36311,36311,36310,36312,36311,36312,36291,36291,36312,36292,35364,36313,35344,35344,36313,36302,35362,36314,35364,35364,36314,36313,36314,36315,36313,36313,36315,36316,36313,36316,36302,36302,36316,36303,35361,36317,35362,35362,36317,36314,35360,36318,35361,35361,36318,36317,36318,36319,36317,36317,36319,36320,36317,36320,36314,36314,36320,36315,36320,36321,36315,36315,36321,36322,36319,36323,36320,36320,36323,36321,36323,36324,36321,36321,36324,36325,36321,36325,36322,36322,36325,36326,36316,36327,36303,36303,36327,36307,36315,36322,36316,36316,36322,36327,36322,36326,36327,36327,36326,36328,36327,36328,36307,36307,36328,36308,35380,36329,35360,35360,36329,36318,35378,36330,35380,35380,36330,36329,36330,36331,36329,36329,36331,36332,36329,36332,36318,36318,36332,36319,35377,36333,35378,35378,36333,36330,35376,36334,35377,35377,36334,36333,36334,36335,36333,36333,36335,36336,36333,36336,36330,36330,36336,36331,36336,36337,36331,36331,36337,36338,36335,36339,36336,36336,36339,36337,36339,36340,36337,36337,36340,36341,36337,36341,36338,36338,36341,36342,36332,36343,36319,36319,36343,36323,36331,36338,36332,36332,36338,36343,36338,36342,36343,36343,36342,36344,36343,36344,36323,36323,36344,36324,35396,36345,35376,35376,36345,36334,35394,36346,35396,35396,36346,36345,36346,36347,36345,36345,36347,36348,36345,36348,36334,36334,36348,36335,35393,36349,35394,35394,36349,36346,35392,36350,35393,35393,36350,36349,36350,36351,36349,36349,36351,36352,36349,36352,36346,36346,36352,36347,36352,36353,36347,36347,36353,36354,36351,36355,36352,36352,36355,36353,36355,36356,36353,36353,36356,36357,36353,36357,36354,36354,36357,36358,36348,36359,36335,36335,36359,36339,36347,36354,36348,36348,36354,36359,36354,36358,36359,36359,36358,36360,36359,36360,36339,36339,36360,36340,35412,36361,35392,35392,36361,36350,35410,36362,35412,35412,36362,36361,36362,36363,36361,36361,36363,36364,36361,36364,36350,36350,36364,36351,35409,36365,35410,35410,36365,36362,35408,36366,35409,35409,36366,36365,36366,36367,36365,36365,36367,36368,36365,36368,36362,36362,36368,36363,36368,36369,36363,36363,36369,36370,36367,36371,36368,36368,36371,36369,36371,36372,36369,36369,36372,36373,36369,36373,36370,36370,36373,36374,36364,36375,36351,36351,36375,36355,36363,36370,36364,36364,36370,36375,36370,36374,36375,36375,36374,36376,36375,36376,36355,36355,36376,36356,35428,36377,35408,35408,36377,36366,35426,36378,35428,35428,36378,36377,36378,36379,36377,36377,36379,36380,36377,36380,36366,36366,36380,36367,35425,36381,35426,35426,36381,36378,35424,36382,35425,35425,36382,36381,36382,36383,36381,36381,36383,36384,36381,36384,36378,36378,36384,36379,36384,36385,36379,36379,36385,36386,36383,36387,36384,36384,36387,36385,36387,36388,36385,36385,36388,36389,36385,36389,36386,36386,36389,36390,36380,36391,36367,36367,36391,36371,36379,36386,36380,36380,36386,36391,36386,36390,36391,36391,36390,36392,36391,36392,36371,36371,36392,36372,35444,36393,35424,35424,36393,36382,35442,36394,35444,35444,36394,36393,36394,36395,36393,36393,36395,36396,36393,36396,36382,36382,36396,36383,35440,36397,35442,35442,36397,36394,35441,36398,35440,35440,36398,36397,36398,36399,36397,36397,36399,36400,36397,36400,36394,36394,36400,36395,36400,36401,36395,36395,36401,36402,36399,36403,36400,36400,36403,36401,36403,36404,36401,36401,36404,36405,36401,36405,36402,36402,36405,36406,36396,36407,36383,36383,36407,36387,36395,36402,36396,36396,36402,36407,36402,36406,36407,36407,36406,36408,36407,36408,36387,36387,36408,36388,35441,35460,36398,36398,35460,36409,35460,35458,36409,36409,35458,36410,36409,36410,36411,36411,36410,36412,36398,36409,36399,36399,36409,36411,35458,35456,36410,36410,35456,36413,35456,35457,36413,36413,35457,36414,36413,36414,36415,36415,36414,36416,36410,36413,36412,36412,36413,36415,36412,36415,36417,36417,36415,36418,36415,36416,36418,36418,36416,36419,36418,36419,36420,36420,36419,36421,36417,36418,36422,36422,36418,36420,36411,36423,36399,36399,36423,36403,36411,36412,36423,36423,36412,36417,36423,36417,36424,36424,36417,36422,36423,36424,36403,36403,36424,36404,35457,35476,36414,36414,35476,36425,35476,35474,36425,36425,35474,36426,36425,36426,36427,36427,36426,36428,36414,36425,36416,36416,36425,36427,35474,35472,36426,36426,35472,36429,35472,35473,36429,36429,35473,36430,36429,36430,36431,36431,36430,36432,36426,36429,36428,36428,36429,36431,36428,36431,36433,36433,36431,36434,36431,36432,36434,36434,36432,36435,36434,36435,36436,36436,36435,36437,36433,36434,36438,36438,36434,36436,36416,36427,36419,36419,36427,36439,36427,36428,36439,36439,36428,36433,36439,36433,36440,36440,36433,36438,36419,36439,36421,36421,36439,36440,35473,35492,36430,36430,35492,36441,35492,35490,36441,36441,35490,36442,36441,36442,36443,36443,36442,36444,36430,36441,36432,36432,36441,36443,35490,35488,36442,36442,35488,36445,35488,35489,36445,36445,35489,36446,36445,36446,36447,36447,36446,36448,36442,36445,36444,36444,36445,36447,36444,36447,36449,36449,36447,36450,36447,36448,36450,36450,36448,36451,36450,36451,36452,36452,36451,36453,36449,36450,36454,36454,36450,36452,36432,36443,36435,36435,36443,36455,36443,36444,36455,36455,36444,36449,36455,36449,36456,36456,36449,36454,36435,36455,36437,36437,36455,36456,35489,35508,36446,36446,35508,36457,35508,35506,36457,36457,35506,36458,36457,36458,36459,36459,36458,36460,36446,36457,36448,36448,36457,36459,35506,35504,36458,36458,35504,36461,35504,35505,36461,36461,35505,36462,36461,36462,36463,36463,36462,36464,36458,36461,36460,36460,36461,36463,36460,36463,36465,36465,36463,36466,36463,36464,36466,36466,36464,36467,36466,36467,36468,36468,36467,36469,36465,36466,36470,36470,36466,36468,36448,36459,36451,36451,36459,36471,36459,36460,36471,36471,36460,36465,36471,36465,36472,36472,36465,36470,36451,36471,36453,36453,36471,36472,35505,35524,36462,36462,35524,36473,35524,35522,36473,36473,35522,36474,36473,36474,36475,36475,36474,36476,36462,36473,36464,36464,36473,36475,35522,35520,36474,36474,35520,36477,35520,35521,36477,36477,35521,36478,36477,36478,36479,36479,36478,36480,36474,36477,36476,36476,36477,36479,36476,36479,36481,36481,36479,36482,36479,36480,36482,36482,36480,36483,36482,36483,36484,36484,36483,36485,36481,36482,36486,36486,36482,36484,36464,36475,36467,36467,36475,36487,36475,36476,36487,36487,36476,36481,36487,36481,36488,36488,36481,36486,36467,36487,36469,36469,36487,36488,35521,35540,36478,36478,35540,36489,35540,35538,36489,36489,35538,36490,36489,36490,36491,36491,36490,36492,36478,36489,36480,36480,36489,36491,35538,35536,36490,36490,35536,36493,35536,35537,36493,36493,35537,36494,36493,36494,36495,36495,36494,36496,36490,36493,36492,36492,36493,36495,36492,36495,36497,36497,36495,36498,36495,36496,36498,36498,36496,36499,36498,36499,36500,36500,36499,36501,36497,36498,36502,36502,36498,36500,36480,36491,36483,36483,36491,36503,36491,36492,36503,36503,36492,36497,36503,36497,36504,36504,36497,36502,36483,36503,36485,36485,36503,36504,35537,35556,36494,36494,35556,36505,35556,35554,36505,36505,35554,36506,36505,36506,36507,36507,36506,36508,36494,36505,36496,36496,36505,36507,35554,35552,36506,36506,35552,36509,35552,35553,36509,36509,35553,36510,36509,36510,36511,36511,36510,36512,36506,36509,36508,36508,36509,36511,36508,36511,36513,36513,36511,36514,36511,36512,36514,36514,36512,36515,36514,36515,36516,36516,36515,36517,36513,36514,36518,36518,36514,36516,36496,36507,36499,36499,36507,36519,36507,36508,36519,36519,36508,36513,36519,36513,36520,36520,36513,36518,36499,36519,36501,36501,36519,36520,35553,35572,36510,36510,35572,36521,35572,35570,36521,36521,35570,36522,36521,36522,36523,36523,36522,36524,36510,36521,36512,36512,36521,36523,35570,35568,36522,36522,35568,36525,35568,35569,36525,36525,35569,36526,36525,36526,36527,36527,36526,36528,36522,36525,36524,36524,36525,36527,36524,36527,36529,36529,36527,36530,36527,36528,36530,36530,36528,36531,36530,36531,36532,36532,36531,36533,36529,36530,36534,36534,36530,36532,36512,36523,36515,36515,36523,36535,36523,36524,36535,36535,36524,36529,36535,36529,36536,36536,36529,36534,36515,36535,36517,36517,36535,36536,35569,35588,36526,36526,35588,36537,35588,35586,36537,36537,35586,36538,36537,36538,36539,36539,36538,36540,36526,36537,36528,36528,36537,36539,35586,35584,36538,36538,35584,36541,35584,35585,36541,36541,35585,36542,36541,36542,36543,36543,36542,36544,36538,36541,36540,36540,36541,36543,36540,36543,36545,36545,36543,36546,36543,36544,36546,36546,36544,36547,36546,36547,36548,36548,36547,36549,36545,36546,36550,36550,36546,36548,36528,36539,36531,36531,36539,36551,36539,36540,36551,36551,36540,36545,36551,36545,36552,36552,36545,36550,36531,36551,36533,36533,36551,36552,35585,35604,36542,36542,35604,36553,35604,35602,36553,36553,35602,36554,36553,36554,36555,36555,36554,36556,36542,36553,36544,36544,36553,36555,35602,35600,36554,36554,35600,36557,35600,35601,36557,36557,35601,36558,36557,36558,36559,36559,36558,36560,36554,36557,36556,36556,36557,36559,36556,36559,36561,36561,36559,36562,36559,36560,36562,36562,36560,36563,36562,36563,36564,36564,36563,36565,36561,36562,36566,36566,36562,36564,36544,36555,36547,36547,36555,36567,36555,36556,36567,36567,36556,36561,36567,36561,36568,36568,36561,36566,36547,36567,36549,36549,36567,36568,35601,35620,36558,36558,35620,36569,35620,35618,36569,36569,35618,36570,36569,36570,36571,36571,36570,36572,36558,36569,36560,36560,36569,36571,35618,35616,36570,36570,35616,36573,35616,35617,36573,36573,35617,36574,36573,36574,36575,36575,36574,36576,36570,36573,36572,36572,36573,36575,36572,36575,36577,36577,36575,36578,36575,36576,36578,36578,36576,36579,36578,36579,36580,36580,36579,36581,36577,36578,36582,36582,36578,36580,36560,36571,36563,36563,36571,36583,36571,36572,36583,36583,36572,36577,36583,36577,36584,36584,36577,36582,36563,36583,36565,36565,36583,36584,35617,35636,36574,36574,35636,36585,35636,35634,36585,36585,35634,36586,36585,36586,36587,36587,36586,36588,36574,36585,36576,36576,36585,36587,35634,35632,36586,36586,35632,36589,35632,35633,36589,36589,35633,36590,36589,36590,36591,36591,36590,36592,36586,36589,36588,36588,36589,36591,36588,36591,36593,36593,36591,36594,36591,36592,36594,36594,36592,36595,36594,36595,36596,36596,36595,36597,36593,36594,36598,36598,36594,36596,36576,36587,36579,36579,36587,36599,36587,36588,36599,36599,36588,36593,36599,36593,36600,36600,36593,36598,36579,36599,36581,36581,36599,36600,35633,35652,36590,36590,35652,36601,35652,35650,36601,36601,35650,36602,36601,36602,36603,36603,36602,36604,36590,36601,36592,36592,36601,36603,35650,35648,36602,36602,35648,36605,35648,35649,36605,36605,35649,36606,36605,36606,36607,36607,36606,36608,36602,36605,36604,36604,36605,36607,36604,36607,36609,36609,36607,36610,36607,36608,36610,36610,36608,36611,36610,36611,36612,36612,36611,36613,36609,36610,36614,36614,36610,36612,36592,36603,36595,36595,36603,36615,36603,36604,36615,36615,36604,36609,36615,36609,36616,36616,36609,36614,36595,36615,36597,36597,36615,36616,35649,35668,36606,36606,35668,36617,35668,35666,36617,36617,35666,36618,36617,36618,36619,36619,36618,36620,36606,36617,36608,36608,36617,36619,35666,35664,36618,36618,35664,36621,35664,35665,36621,36621,35665,36622,36621,36622,36623,36623,36622,36624,36618,36621,36620,36620,36621,36623,36620,36623,36625,36625,36623,36626,36623,36624,36626,36626,36624,36627,36626,36627,36628,36628,36627,36629,36625,36626,36630,36630,36626,36628,36608,36619,36611,36611,36619,36631,36619,36620,36631,36631,36620,36625,36631,36625,36632,36632,36625,36630,36611,36631,36613,36613,36631,36632,35665,35684,36622,36622,35684,36633,35684,35682,36633,36633,35682,36634,36633,36634,36635,36635,36634,36636,36622,36633,36624,36624,36633,36635,35682,35680,36634,36634,35680,36637,35680,35681,36637,36637,35681,36638,36637,36638,36639,36639,36638,36640,36634,36637,36636,36636,36637,36639,36636,36639,36641,36641,36639,36642,36639,36640,36642,36642,36640,36643,36642,36643,36644,36644,36643,36645,36641,36642,36646,36646,36642,36644,36624,36635,36627,36627,36635,36647,36635,36636,36647,36647,36636,36641,36647,36641,36648,36648,36641,36646,36627,36647,36629,36629,36647,36648,35681,35700,36638,36638,35700,36649,35700,35698,36649,36649,35698,36650,36649,36650,36651,36651,36650,36652,36638,36649,36640,36640,36649,36651,35698,35696,36650,36650,35696,36653,35696,35697,36653,36653,35697,36654,36653,36654,36655,36655,36654,36656,36650,36653,36652,36652,36653,36655,36652,36655,36657,36657,36655,36658,36655,36656,36658,36658,36656,36659,36658,36659,36660,36660,36659,36661,36657,36658,36662,36662,36658,36660,36640,36651,36643,36643,36651,36663,36651,36652,36663,36663,36652,36657,36663,36657,36664,36664,36657,36662,36643,36663,36645,36645,36663,36664,35697,35716,36654,36654,35716,36665,35716,35714,36665,36665,35714,36666,36665,36666,36667,36667,36666,36668,36654,36665,36656,36656,36665,36667,35714,35712,36666,36666,35712,36669,35712,35713,36669,36669,35713,36670,36669,36670,36671,36671,36670,36672,36666,36669,36668,36668,36669,36671,36668,36671,36673,36673,36671,36674,36671,36672,36674,36674,36672,36675,36674,36675,36676,36676,36675,36677,36673,36674,36678,36678,36674,36676,36656,36667,36659,36659,36667,36679,36667,36668,36679,36679,36668,36673,36679,36673,36680,36680,36673,36678,36659,36679,36661,36661,36679,36680,35713,35732,36670,36670,35732,36681,35732,35730,36681,36681,35730,36682,36681,36682,36683,36683,36682,36684,36670,36681,36672,36672,36681,36683,35730,35728,36682,36682,35728,36685,35728,35729,36685,36685,35729,36686,36685,36686,36687,36687,36686,36688,36682,36685,36684,36684,36685,36687,36684,36687,36689,36689,36687,36690,36687,36688,36690,36690,36688,36691,36690,36691,36692,36692,36691,36693,36689,36690,36694,36694,36690,36692,36672,36683,36675,36675,36683,36695,36683,36684,36695,36695,36684,36689,36695,36689,36696,36696,36689,36694,36675,36695,36677,36677,36695,36696,35729,35748,36686,36686,35748,36697,35748,35746,36697,36697,35746,36698,36697,36698,36699,36699,36698,36700,36686,36697,36688,36688,36697,36699,35746,35744,36698,36698,35744,36701,35744,35745,36701,36701,35745,36702,36701,36702,36703,36703,36702,36704,36698,36701,36700,36700,36701,36703,36700,36703,36705,36705,36703,36706,36703,36704,36706,36706,36704,36707,36706,36707,36708,36708,36707,36709,36705,36706,36710,36710,36706,36708,36688,36699,36691,36691,36699,36711,36699,36700,36711,36711,36700,36705,36711,36705,36712,36712,36705,36710,36691,36711,36693,36693,36711,36712,35745,35764,36702,36702,35764,36713,35764,35762,36713,36713,35762,36714,36713,36714,36715,36715,36714,36716,36702,36713,36704,36704,36713,36715,35762,35760,36714,36714,35760,36717,35760,35761,36717,36717,35761,36718,36717,36718,36719,36719,36718,36720,36714,36717,36716,36716,36717,36719,36716,36719,36721,36721,36719,36722,36719,36720,36722,36722,36720,36723,36722,36723,36724,36724,36723,36725,36721,36722,36726,36726,36722,36724,36704,36715,36707,36707,36715,36727,36715,36716,36727,36727,36716,36721,36727,36721,36728,36728,36721,36726,36707,36727,36709,36709,36727,36728,35761,35780,36718,36718,35780,36729,35780,35778,36729,36729,35778,36730,36729,36730,36731,36731,36730,36732,36718,36729,36720,36720,36729,36731,35778,35776,36730,36730,35776,36733,35776,35777,36733,36733,35777,36734,36733,36734,36735,36735,36734,36736,36730,36733,36732,36732,36733,36735,36732,36735,36737,36737,36735,36738,36735,36736,36738,36738,36736,36739,36738,36739,36740,36740,36739,36741,36737,36738,36742,36742,36738,36740,36720,36731,36723,36723,36731,36743,36731,36732,36743,36743,36732,36737,36743,36737,36744,36744,36737,36742,36723,36743,36725,36725,36743,36744,35777,35796,36734,36734,35796,36745,35796,35794,36745,36745,35794,36746,36745,36746,36747,36747,36746,36748,36734,36745,36736,36736,36745,36747,35794,35792,36746,36746,35792,36749,35792,35793,36749,36749,35793,36750,36749,36750,36751,36751,36750,36752,36746,36749,36748,36748,36749,36751,36748,36751,36753,36753,36751,36754,36751,36752,36754,36754,36752,36755,36754,36755,36756,36756,36755,36757,36753,36754,36758,36758,36754,36756,36736,36747,36739,36739,36747,36759,36747,36748,36759,36759,36748,36753,36759,36753,36760,36760,36753,36758,36739,36759,36741,36741,36759,36760,35793,35812,36750,36750,35812,36761,35812,35810,36761,36761,35810,36762,36761,36762,36763,36763,36762,36764,36750,36761,36752,36752,36761,36763,35810,35808,36762,36762,35808,36765,35808,35809,36765,36765,35809,36766,36765,36766,36767,36767,36766,36768,36762,36765,36764,36764,36765,36767,36764,36767,36769,36769,36767,36770,36767,36768,36770,36770,36768,36771,36770,36771,36772,36772,36771,36773,36769,36770,36774,36774,36770,36772,36752,36763,36755,36755,36763,36775,36763,36764,36775,36775,36764,36769,36775,36769,36776,36776,36769,36774,36755,36775,36757,36757,36775,36776,35809,35828,36766,36766,35828,36777,35828,35826,36777,36777,35826,36778,36777,36778,36779,36779,36778,36780,36766,36777,36768,36768,36777,36779,35826,35824,36778,36778,35824,36781,35824,35825,36781,36781,35825,36782,36781,36782,36783,36783,36782,36784,36778,36781,36780,36780,36781,36783,36780,36783,36785,36785,36783,36786,36783,36784,36786,36786,36784,36787,36786,36787,36788,36788,36787,36789,36785,36786,36790,36790,36786,36788,36768,36779,36771,36771,36779,36791,36779,36780,36791,36791,36780,36785,36791,36785,36792,36792,36785,36790,36771,36791,36773,36773,36791,36792,35825,35844,36782,36782,35844,36793,35844,35842,36793,36793,35842,36794,36793,36794,36795,36795,36794,36796,36782,36793,36784,36784,36793,36795,35842,35840,36794,36794,35840,36797,35840,35841,36797,36797,35841,36798,36797,36798,36799,36799,36798,36800,36794,36797,36796,36796,36797,36799,36796,36799,36801,36801,36799,36802,36799,36800,36802,36802,36800,36803,36802,36803,36804,36804,36803,36805,36801,36802,36806,36806,36802,36804,36784,36795,36787,36787,36795,36807,36795,36796,36807,36807,36796,36801,36807,36801,36808,36808,36801,36806,36787,36807,36789,36789,36807,36808,35841,35860,36798,36798,35860,36809,35860,35858,36809,36809,35858,36810,36809,36810,36811,36811,36810,36812,36798,36809,36800,36800,36809,36811,35858,35856,36810,36810,35856,36813,35856,35857,36813,36813,35857,36814,36813,36814,36815,36815,36814,36816,36810,36813,36812,36812,36813,36815,36812,36815,36817,36817,36815,36818,36815,36816,36818,36818,36816,36819,36818,36819,36820,36820,36819,36821,36817,36818,36822,36822,36818,36820,36800,36811,36803,36803,36811,36823,36811,36812,36823,36823,36812,36817,36823,36817,36824,36824,36817,36822,36803,36823,36805,36805,36823,36824,35876,36825,35857,35857,36825,36814,35874,36826,35876,35876,36826,36825,36826,36827,36825,36825,36827,36828,36825,36828,36814,36814,36828,36816,35873,36829,35874,35874,36829,36826,35872,36830,35873,35873,36830,36829,36830,36831,36829,36829,36831,36832,36829,36832,36826,36826,36832,36827,36832,36833,36827,36827,36833,36834,36831,36835,36832,36832,36835,36833,36835,36836,36833,36833,36836,36837,36833,36837,36834,36834,36837,36838,36828,36839,36816,36816,36839,36819,36827,36834,36828,36828,36834,36839,36834,36838,36839,36839,36838,36840,36839,36840,36819,36819,36840,36821,35892,36841,35872,35872,36841,36830,35890,36842,35892,35892,36842,36841,36842,36843,36841,36841,36843,36844,36841,36844,36830,36830,36844,36831,35889,36845,35890,35890,36845,36842,35888,36846,35889,35889,36846,36845,36846,36847,36845,36845,36847,36848,36845,36848,36842,36842,36848,36843,36848,36849,36843,36843,36849,36850,36847,36851,36848,36848,36851,36849,36851,36852,36849,36849,36852,36853,36849,36853,36850,36850,36853,36854,36844,36855,36831,36831,36855,36835,36843,36850,36844,36844,36850,36855,36850,36854,36855,36855,36854,36856,36855,36856,36835,36835,36856,36836,35908,36857,35888,35888,36857,36846,35906,36858,35908,35908,36858,36857,36858,36859,36857,36857,36859,36860,36857,36860,36846,36846,36860,36847,35905,36861,35906,35906,36861,36858,35904,36862,35905,35905,36862,36861,36862,36863,36861,36861,36863,36864,36861,36864,36858,36858,36864,36859,36864,36865,36859,36859,36865,36866,36863,36867,36864,36864,36867,36865,36867,36868,36865,36865,36868,36869,36865,36869,36866,36866,36869,36870,36860,36871,36847,36847,36871,36851,36859,36866,36860,36860,36866,36871,36866,36870,36871,36871,36870,36872,36871,36872,36851,36851,36872,36852,35927,36873,35928,35928,36873,36874,35924,36875,35927,35927,36875,36873,36875,36876,36873,36873,36876,36877,36873,36877,36874,36874,36877,36878,35923,36879,35924,35924,36879,36875,35922,36880,35923,35923,36880,36879,36880,36881,36879,36879,36881,36882,36879,36882,36875,36875,36882,36876,36882,36883,36876,36876,36883,36884,36881,36885,36882,36882,36885,36883,36883,36885,36886,36886,36885,36887,36883,36886,36884,36884,36886,36888,36877,36889,36878,36878,36889,36890,36876,36884,36877,36877,36884,36889,36884,36888,36889,36889,36888,36891,36889,36891,36890,36890,36891,36892,35944,36893,35922,35922,36893,36880,35942,36894,35944,35944,36894,36893,36893,36894,36895,36895,36894,36896,36893,36895,36880,36880,36895,36881,35941,36897,35942,35942,36897,36894,35941,35940,36897,36897,35940,36898,36897,36898,36899,36899,36898,36900,36894,36897,36896,36896,36897,36899,36896,36899,36901,36901,36899,36902,36899,36900,36902,36902,36900,36903,36902,36903,36904,36904,36903,36905,36901,36902,36906,36906,36902,36904,36881,36895,36885,36885,36895,36907,36895,36896,36907,36907,36896,36901,36907,36901,36908,36908,36901,36906,36885,36907,36887,36887,36907,36908,35940,35960,36898,36898,35960,36909,35960,35958,36909,36909,35958,36910,36909,36910,36911,36911,36910,36912,36898,36909,36900,36900,36909,36911,35958,35956,36910,36910,35956,36913,35956,35957,36913,36913,35957,36914,36913,36914,36915,36915,36914,36916,36910,36913,36912,36912,36913,36915,36912,36915,36917,36917,36915,36918,36915,36916,36918,36918,36916,36919,36918,36919,36920,36920,36919,36921,36917,36918,36922,36922,36918,36920,36900,36911,36903,36903,36911,36923,36911,36912,36923,36923,36912,36917,36923,36917,36924,36924,36917,36922,36903,36923,36905,36905,36923,36924,35957,35976,36914,36914,35976,36925,35976,35974,36925,36925,35974,36926,36925,36926,36927,36927,36926,36928,36914,36925,36916,36916,36925,36927,35974,35972,36926,36926,35972,36929,35972,35973,36929,36929,35973,36930,36929,36930,36931,36931,36930,36932,36926,36929,36928,36928,36929,36931,36928,36931,36933,36933,36931,36934,36931,36932,36934,36934,36932,36935,36934,36935,36936,36936,36935,36937,36933,36934,36938,36938,36934,36936,36916,36927,36919,36919,36927,36939,36927,36928,36939,36939,36928,36933,36939,36933,36940,36940,36933,36938,36919,36939,36921,36921,36939,36940,35973,35992,36930,36930,35992,36941,35992,35990,36941,36941,35990,36942,36941,36942,36943,36943,36942,36944,36930,36941,36932,36932,36941,36943,35989,36945,35990,35990,36945,36942,35988,36946,35989,35989,36946,36945,36946,36947,36945,36945,36947,36948,36945,36948,36942,36942,36948,36944,36948,36949,36944,36944,36949,36950,36947,36951,36948,36948,36951,36949,36951,36952,36949,36949,36952,36953,36949,36953,36950,36950,36953,36954,36932,36943,36935,36935,36943,36955,36943,36944,36955,36955,36944,36950,36955,36950,36956,36956,36950,36954,36935,36955,36937,36937,36955,36956,36008,36957,35988,35988,36957,36946,36006,36958,36008,36008,36958,36957,36958,36959,36957,36957,36959,36960,36957,36960,36946,36946,36960,36947,36005,36961,36006,36006,36961,36958,36004,36962,36005,36005,36962,36961,36962,36963,36961,36961,36963,36964,36961,36964,36958,36958,36964,36959,36964,36965,36959,36959,36965,36966,36963,36967,36964,36964,36967,36965,36967,36968,36965,36965,36968,36969,36965,36969,36966,36966,36969,36970,36960,36971,36947,36947,36971,36951,36959,36966,36960,36960,36966,36971,36966,36970,36971,36971,36970,36972,36971,36972,36951,36951,36972,36952,36024,36973,36004,36004,36973,36962,36022,36974,36024,36024,36974,36973,36974,36975,36973,36973,36975,36976,36973,36976,36962,36962,36976,36963,36021,36977,36022,36022,36977,36974,36020,36978,36021,36021,36978,36977,36978,36979,36977,36977,36979,36980,36977,36980,36974,36974,36980,36975,36980,36981,36975,36975,36981,36982,36979,36983,36980,36980,36983,36981,36983,36984,36981,36981,36984,36985,36981,36985,36982,36982,36985,36986,36976,36987,36963,36963,36987,36967,36975,36982,36976,36976,36982,36987,36982,36986,36987,36987,36986,36988,36987,36988,36967,36967,36988,36968,36040,36989,36020,36020,36989,36978,36038,36990,36040,36040,36990,36989,36990,36991,36989,36989,36991,36992,36989,36992,36978,36978,36992,36979,36037,36993,36038,36038,36993,36990,36036,36994,36037,36037,36994,36993,36994,36995,36993,36993,36995,36996,36993,36996,36990,36990,36996,36991,36996,36997,36991,36991,36997,36998,36995,36999,36996,36996,36999,36997,36999,37000,36997,36997,37000,37001,36997,37001,36998,36998,37001,37002,36992,37003,36979,36979,37003,36983,36991,36998,36992,36992,36998,37003,36998,37002,37003,37003,37002,37004,37003,37004,36983,36983,37004,36984,36056,37005,36036,36036,37005,36994,36054,37006,36056,36056,37006,37005,37006,37007,37005,37005,37007,37008,37005,37008,36994,36994,37008,36995,36053,37009,36054,36054,37009,37006,36052,37010,36053,36053,37010,37009,37010,37011,37009,37009,37011,37012,37009,37012,37006,37006,37012,37007,37012,37013,37007,37007,37013,37014,37011,37015,37012,37012,37015,37013,37015,37016,37013,37013,37016,37017,37013,37017,37014,37014,37017,37018,37008,37019,36995,36995,37019,36999,37007,37014,37008,37008,37014,37019,37014,37018,37019,37019,37018,37020,37019,37020,36999,36999,37020,37000,36072,37021,36052,36052,37021,37010,36070,37022,36072,36072,37022,37021,37022,37023,37021,37021,37023,37024,37021,37024,37010,37010,37024,37011,36068,37025,36070,36070,37025,37022,36068,36069,37025,37025,36069,37026,37025,37026,37027,37027,37026,37028,37025,37027,37022,37022,37027,37023,37027,37029,37023,37023,37029,37030,37028,37031,37027,37027,37031,37029,37031,37032,37029,37029,37032,37033,37029,37033,37030,37030,37033,37034,37024,37035,37011,37011,37035,37015,37023,37030,37024,37024,37030,37035,37030,37034,37035,37035,37034,37036,37035,37036,37015,37015,37036,37016,36088,37037,36069,36069,37037,37026,36086,37038,36088,36088,37038,37037,37038,37039,37037,37037,37039,37040,37037,37040,37026,37026,37040,37028,36085,37041,36086,36086,37041,37038,36084,37042,36085,36085,37042,37041,37042,37043,37041,37041,37043,37044,37041,37044,37038,37038,37044,37039,37044,37045,37039,37039,37045,37046,37043,37047,37044,37044,37047,37045,37047,37048,37045,37045,37048,37049,37045,37049,37046,37046,37049,37050,37040,37051,37028,37028,37051,37031,37039,37046,37040,37040,37046,37051,37046,37050,37051,37051,37050,37052,37051,37052,37031,37031,37052,37032,36104,37053,36084,36084,37053,37042,36102,37054,36104,36104,37054,37053,37054,37055,37053,37053,37055,37056,37053,37056,37042,37042,37056,37043,36101,37057,36102,36102,37057,37054,36100,37058,36101,36101,37058,37057,37058,37059,37057,37057,37059,37060,37057,37060,37054,37054,37060,37055,37060,37061,37055,37055,37061,37062,37059,37063,37060,37060,37063,37061,37063,37064,37061,37061,37064,37065,37061,37065,37062,37062,37065,37066,37056,37067,37043,37043,37067,37047,37055,37062,37056,37056,37062,37067,37062,37066,37067,37067,37066,37068,37067,37068,37047,37047,37068,37048,36120,37069,36100,36100,37069,37058,36118,37070,36120,36120,37070,37069,37070,37071,37069,37069,37071,37072,37069,37072,37058,37058,37072,37059,36117,37073,36118,36118,37073,37070,36116,37074,36117,36117,37074,37073,37074,37075,37073,37073,37075,37076,37073,37076,37070,37070,37076,37071,37076,37077,37071,37071,37077,37078,37075,37079,37076,37076,37079,37077,37079,37080,37077,37077,37080,37081,37077,37081,37078,37078,37081,37082,37072,37083,37059,37059,37083,37063,37071,37078,37072,37072,37078,37083,37078,37082,37083,37083,37082,37084,37083,37084,37063,37063,37084,37064,36136,37085,36116,36116,37085,37074,36134,37086,36136,36136,37086,37085,37086,37087,37085,37085,37087,37088,37085,37088,37074,37074,37088,37075,36133,37089,36134,36134,37089,37086,36132,37090,36133,36133,37090,37089,37090,37091,37089,37089,37091,37092,37089,37092,37086,37086,37092,37087,37092,37093,37087,37087,37093,37094,37091,37095,37092,37092,37095,37093,37095,37096,37093,37093,37096,37097,37093,37097,37094,37094,37097,37098,37088,37099,37075,37075,37099,37079,37087,37094,37088,37088,37094,37099,37094,37098,37099,37099,37098,37100,37099,37100,37079,37079,37100,37080,36152,37101,36132,36132,37101,37090,36150,37102,36152,36152,37102,37101,37102,37103,37101,37101,37103,37104,37101,37104,37090,37090,37104,37091,36149,37105,36150,36150,37105,37102,36148,37106,36149,36149,37106,37105,37106,37107,37105,37105,37107,37108,37105,37108,37102,37102,37108,37103,37108,37109,37103,37103,37109,37110,37107,37111,37108,37108,37111,37109,37111,37112,37109,37109,37112,37113,37109,37113,37110,37110,37113,37114,37104,37115,37091,37091,37115,37095,37103,37110,37104,37104,37110,37115,37110,37114,37115,37115,37114,37116,37115,37116,37095,37095,37116,37096,36168,37117,36148,36148,37117,37106,36166,37118,36168,36168,37118,37117,37118,37119,37117,37117,37119,37120,37117,37120,37106,37106,37120,37107,36165,37121,36166,36166,37121,37118,36164,37122,36165,36165,37122,37121,37122,37123,37121,37121,37123,37124,37121,37124,37118,37118,37124,37119,37124,37125,37119,37119,37125,37126,37123,37127,37124,37124,37127,37125,37127,37128,37125,37125,37128,37129,37125,37129,37126,37126,37129,37130,37120,37131,37107,37107,37131,37111,37119,37126,37120,37120,37126,37131,37126,37130,37131,37131,37130,37132,37131,37132,37111,37111,37132,37112,36184,37133,36164,36164,37133,37122,36182,37134,36184,36184,37134,37133,37134,37135,37133,37133,37135,37136,37133,37136,37122,37122,37136,37123,36181,37137,36182,36182,37137,37134,36180,37138,36181,36181,37138,37137,37138,37139,37137,37137,37139,37140,37137,37140,37134,37134,37140,37135,37140,37141,37135,37135,37141,37142,37139,37143,37140,37140,37143,37141,37143,37144,37141,37141,37144,37145,37141,37145,37142,37142,37145,37146,37136,37147,37123,37123,37147,37127,37135,37142,37136,37136,37142,37147,37142,37146,37147,37147,37146,37148,37147,37148,37127,37127,37148,37128,36200,37149,36180,36180,37149,37138,36198,37150,36200,36200,37150,37149,37150,37151,37149,37149,37151,37152,37149,37152,37138,37138,37152,37139,36197,37153,36198,36198,37153,37150,36196,37154,36197,36197,37154,37153,37154,37155,37153,37153,37155,37156,37153,37156,37150,37150,37156,37151,37156,37157,37151,37151,37157,37158,37155,37159,37156,37156,37159,37157,37159,37160,37157,37157,37160,37161,37157,37161,37158,37158,37161,37162,37152,37163,37139,37139,37163,37143,37151,37158,37152,37152,37158,37163,37158,37162,37163,37163,37162,37164,37163,37164,37143,37143,37164,37144,36216,37165,36196,36196,37165,37154,36214,37166,36216,36216,37166,37165,37166,37167,37165,37165,37167,37168,37165,37168,37154,37154,37168,37155,36213,37169,36214,36214,37169,37166,36212,37170,36213,36213,37170,37169,37170,37171,37169,37169,37171,37172,37169,37172,37166,37166,37172,37167,37172,37173,37167,37167,37173,37174,37171,37175,37172,37172,37175,37173,37175,37176,37173,37173,37176,37177,37173,37177,37174,37174,37177,37178,37168,37179,37155,37155,37179,37159,37167,37174,37168,37168,37174,37179,37174,37178,37179,37179,37178,37180,37179,37180,37159,37159,37180,37160,36232,37181,36212,36212,37181,37170,36230,37182,36232,36232,37182,37181,37182,37183,37181,37181,37183,37184,37181,37184,37170,37170,37184,37171,36229,37185,36230,36230,37185,37182,36228,37186,36229,36229,37186,37185,37186,37187,37185,37185,37187,37188,37185,37188,37182,37182,37188,37183,37188,37189,37183,37183,37189,37190,37187,37191,37188,37188,37191,37189,37191,37192,37189,37189,37192,37193,37189,37193,37190,37190,37193,37194,37184,37195,37171,37171,37195,37175,37183,37190,37184,37184,37190,37195,37190,37194,37195,37195,37194,37196,37195,37196,37175,37175,37196,37176,36248,37197,36228,36228,37197,37186,36246,37198,36248,36248,37198,37197,37198,37199,37197,37197,37199,37200,37197,37200,37186,37186,37200,37187,36245,37201,36246,36246,37201,37198,36244,37202,36245,36245,37202,37201,37202,37203,37201,37201,37203,37204,37201,37204,37198,37198,37204,37199,37204,37205,37199,37199,37205,37206,37203,37207,37204,37204,37207,37205,37207,37208,37205,37205,37208,37209,37205,37209,37206,37206,37209,37210,37200,37211,37187,37187,37211,37191,37199,37206,37200,37200,37206,37211,37206,37210,37211,37211,37210,37212,37211,37212,37191,37191,37212,37192,36264,37213,36244,36244,37213,37202,36262,37214,36264,36264,37214,37213,37214,37215,37213,37213,37215,37216,37213,37216,37202,37202,37216,37203,36261,37217,36262,36262,37217,37214,36260,37218,36261,36261,37218,37217,37218,37219,37217,37217,37219,37220,37217,37220,37214,37214,37220,37215,37220,37221,37215,37215,37221,37222,37219,37223,37220,37220,37223,37221,37223,37224,37221,37221,37224,37225,37221,37225,37222,37222,37225,37226,37216,37227,37203,37203,37227,37207,37215,37222,37216,37216,37222,37227,37222,37226,37227,37227,37226,37228,37227,37228,37207,37207,37228,37208,36280,37229,36260,36260,37229,37218,36278,37230,36280,36280,37230,37229,37230,37231,37229,37229,37231,37232,37229,37232,37218,37218,37232,37219,36277,37233,36278,36278,37233,37230,36276,37234,36277,36277,37234,37233,37234,37235,37233,37233,37235,37236,37233,37236,37230,37230,37236,37231,37236,37237,37231,37231,37237,37238,37235,37239,37236,37236,37239,37237,37239,37240,37237,37237,37240,37241,37237,37241,37238,37238,37241,37242,37232,37243,37219,37219,37243,37223,37231,37238,37232,37232,37238,37243,37238,37242,37243,37243,37242,37244,37243,37244,37223,37223,37244,37224,36296,37245,36276,36276,37245,37234,36294,37246,36296,36296,37246,37245,37246,37247,37245,37245,37247,37248,37245,37248,37234,37234,37248,37235,36293,37249,36294,36294,37249,37246,36292,37250,36293,36293,37250,37249,37250,37251,37249,37249,37251,37252,37249,37252,37246,37246,37252,37247,37252,37253,37247,37247,37253,37254,37251,37255,37252,37252,37255,37253,37255,37256,37253,37253,37256,37257,37253,37257,37254,37254,37257,37258,37248,37259,37235,37235,37259,37239,37247,37254,37248,37248,37254,37259,37254,37258,37259,37259,37258,37260,37259,37260,37239,37239,37260,37240,36312,37261,36292,36292,37261,37250,36310,37262,36312,36312,37262,37261,37262,37263,37261,37261,37263,37264,37261,37264,37250,37250,37264,37251,36309,37265,36310,36310,37265,37262,36308,37266,36309,36309,37266,37265,37266,37267,37265,37265,37267,37268,37265,37268,37262,37262,37268,37263,37268,37269,37263,37263,37269,37270,37267,37271,37268,37268,37271,37269,37271,37272,37269,37269,37272,37273,37269,37273,37270,37270,37273,37274,37264,37275,37251,37251,37275,37255,37263,37270,37264,37264,37270,37275,37270,37274,37275,37275,37274,37276,37275,37276,37255,37255,37276,37256,36328,37277,36308,36308,37277,37266,36326,37278,36328,36328,37278,37277,37278,37279,37277,37277,37279,37280,37277,37280,37266,37266,37280,37267,36325,37281,36326,36326,37281,37278,36324,37282,36325,36325,37282,37281,37282,37283,37281,37281,37283,37284,37281,37284,37278,37278,37284,37279,37284,37285,37279,37279,37285,37286,37283,37287,37284,37284,37287,37285,37287,37288,37285,37285,37288,37289,37285,37289,37286,37286,37289,37290,37280,37291,37267,37267,37291,37271,37279,37286,37280,37280,37286,37291,37286,37290,37291,37291,37290,37292,37291,37292,37271,37271,37292,37272,36344,37293,36324,36324,37293,37282,36342,37294,36344,36344,37294,37293,37294,37295,37293,37293,37295,37296,37293,37296,37282,37282,37296,37283,36341,37297,36342,36342,37297,37294,36340,37298,36341,36341,37298,37297,37298,37299,37297,37297,37299,37300,37297,37300,37294,37294,37300,37295,37300,37301,37295,37295,37301,37302,37299,37303,37300,37300,37303,37301,37303,37304,37301,37301,37304,37305,37301,37305,37302,37302,37305,37306,37296,37307,37283,37283,37307,37287,37295,37302,37296,37296,37302,37307,37302,37306,37307,37307,37306,37308,37307,37308,37287,37287,37308,37288,36360,37309,36340,36340,37309,37298,36358,37310,36360,36360,37310,37309,37310,37311,37309,37309,37311,37312,37309,37312,37298,37298,37312,37299,36357,37313,36358,36358,37313,37310,36356,37314,36357,36357,37314,37313,37314,37315,37313,37313,37315,37316,37313,37316,37310,37310,37316,37311,37316,37317,37311,37311,37317,37318,37315,37319,37316,37316,37319,37317,37319,37320,37317,37317,37320,37321,37317,37321,37318,37318,37321,37322,37312,37323,37299,37299,37323,37303,37311,37318,37312,37312,37318,37323,37318,37322,37323,37323,37322,37324,37323,37324,37303,37303,37324,37304,36376,37325,36356,36356,37325,37314,36374,37326,36376,36376,37326,37325,37326,37327,37325,37325,37327,37328,37325,37328,37314,37314,37328,37315,36373,37329,36374,36374,37329,37326,36372,37330,36373,36373,37330,37329,37330,37331,37329,37329,37331,37332,37329,37332,37326,37326,37332,37327,37332,37333,37327,37327,37333,37334,37331,37335,37332,37332,37335,37333,37335,37336,37333,37333,37336,37337,37333,37337,37334,37334,37337,37338,37328,37339,37315,37315,37339,37319,37327,37334,37328,37328,37334,37339,37334,37338,37339,37339,37338,37340,37339,37340,37319,37319,37340,37320,36392,37341,36372,36372,37341,37330,36390,37342,36392,36392,37342,37341,37342,37343,37341,37341,37343,37344,37341,37344,37330,37330,37344,37331,36389,37345,36390,36390,37345,37342,36388,37346,36389,36389,37346,37345,37346,37347,37345,37345,37347,37348,37345,37348,37342,37342,37348,37343,37348,37349,37343,37343,37349,37350,37347,37351,37348,37348,37351,37349,37351,37352,37349,37349,37352,37353,37349,37353,37350,37350,37353,37354,37344,37355,37331,37331,37355,37335,37343,37350,37344,37344,37350,37355,37350,37354,37355,37355,37354,37356,37355,37356,37335,37335,37356,37336,36408,37357,36388,36388,37357,37346,36406,37358,36408,36408,37358,37357,37358,37359,37357,37357,37359,37360,37357,37360,37346,37346,37360,37347,36405,37361,36406,36406,37361,37358,36404,37362,36405,36405,37362,37361,37361,37362,37363,37363,37362,37364,37361,37363,37358,37358,37363,37359,37359,37363,37365,37365,37363,37366,37363,37364,37366,37366,37364,37367,37366,37367,37368,37368,37367,37369,37365,37366,37370,37370,37366,37368,37360,37371,37347,37347,37371,37351,37359,37365,37360,37360,37365,37371,37365,37370,37371,37371,37370,37372,37371,37372,37351,37351,37372,37352,36424,37373,36404,36404,37373,37362,36424,36422,37373,37373,36422,37374,37373,37374,37375,37375,37374,37376,37362,37373,37364,37364,37373,37375,36422,36420,37374,37374,36420,37377,36420,36421,37377,37377,36421,37378,37377,37378,37379,37379,37378,37380,37374,37377,37376,37376,37377,37379,37376,37379,37381,37381,37379,37382,37379,37380,37382,37382,37380,37383,37382,37383,37384,37384,37383,37385,37381,37382,37386,37386,37382,37384,37364,37375,37367,37367,37375,37387,37375,37376,37387,37387,37376,37381,37387,37381,37388,37388,37381,37386,37367,37387,37369,37369,37387,37388,36421,36440,37378,37378,36440,37389,36440,36438,37389,37389,36438,37390,37389,37390,37391,37391,37390,37392,37378,37389,37380,37380,37389,37391,36438,36436,37390,37390,36436,37393,36436,36437,37393,37393,36437,37394,37393,37394,37395,37395,37394,37396,37390,37393,37392,37392,37393,37395,37392,37395,37397,37397,37395,37398,37395,37396,37398,37398,37396,37399,37398,37399,37400,37400,37399,37401,37397,37398,37402,37402,37398,37400,37380,37391,37383,37383,37391,37403,37391,37392,37403,37403,37392,37397,37403,37397,37404,37404,37397,37402,37383,37403,37385,37385,37403,37404,36437,36456,37394,37394,36456,37405,36456,36454,37405,37405,36454,37406,37405,37406,37407,37407,37406,37408,37394,37405,37396,37396,37405,37407,36454,36452,37406,37406,36452,37409,36452,36453,37409,37409,36453,37410,37409,37410,37411,37411,37410,37412,37406,37409,37408,37408,37409,37411,37408,37411,37413,37413,37411,37414,37411,37412,37414,37414,37412,37415,37415,37416,37414,37414,37416,37417,37413,37414,37418,37418,37414,37417,37396,37407,37399,37399,37407,37419,37407,37408,37419,37419,37408,37413,37419,37413,37420,37420,37413,37418,37399,37419,37401,37401,37419,37420,36472,37421,36453,36453,37421,37410,36472,36470,37421,37421,36470,37422,37422,37423,37421,37421,37423,37424,37421,37424,37410,37410,37424,37412,36470,36468,37422,37422,36468,37425,36468,36469,37425,37425,36469,37426,37425,37426,37427,37427,37426,37428,37422,37425,37423,37423,37425,37427,37423,37427,37429,37429,37427,37430,37427,37428,37430,37430,37428,37431,37430,37431,37432,37432,37431,37433,37429,37430,37434,37434,37430,37432,37424,37435,37412,37412,37435,37415,37423,37429,37424,37424,37429,37435,37429,37434,37435,37435,37434,37436,37435,37436,37415,37415,37436,37416,36469,36488,37426,37426,36488,37437,36488,36486,37437,37437,36486,37438,37437,37438,37439,37439,37438,37440,37426,37437,37428,37428,37437,37439,36486,36484,37438,37438,36484,37441,36484,36485,37441,37441,36485,37442,37441,37442,37443,37443,37442,37444,37438,37441,37440,37440,37441,37443,37440,37443,37445,37445,37443,37446,37443,37444,37446,37446,37444,37447,37446,37447,37448,37448,37447,37449,37445,37446,37450,37450,37446,37448,37428,37439,37431,37431,37439,37451,37439,37440,37451,37451,37440,37445,37451,37445,37452,37452,37445,37450,37431,37451,37433,37433,37451,37452,36485,36504,37442,37442,36504,37453,36504,36502,37453,37453,36502,37454,37453,37454,37455,37455,37454,37456,37442,37453,37444,37444,37453,37455,36502,36500,37454,37454,36500,37457,36500,36501,37457,37457,36501,37458,37457,37458,37459,37459,37458,37460,37454,37457,37456,37456,37457,37459,37456,37459,37461,37461,37459,37462,37459,37460,37462,37462,37460,37463,37462,37463,37464,37464,37463,37465,37461,37462,37466,37466,37462,37464,37444,37455,37447,37447,37455,37467,37455,37456,37467,37467,37456,37461,37467,37461,37468,37468,37461,37466,37447,37467,37449,37449,37467,37468,36501,36520,37458,37458,36520,37469,36520,36518,37469,37469,36518,37470,37469,37470,37471,37471,37470,37472,37458,37469,37460,37460,37469,37471,36518,36516,37470,37470,36516,37473,36516,36517,37473,37473,36517,37474,37473,37474,37475,37475,37474,37476,37470,37473,37472,37472,37473,37475,37472,37475,37477,37477,37475,37478,37475,37476,37478,37478,37476,37479,37478,37479,37480,37480,37479,37481,37477,37478,37482,37482,37478,37480,37460,37471,37463,37463,37471,37483,37471,37472,37483,37483,37472,37477,37483,37477,37484,37484,37477,37482,37463,37483,37465,37465,37483,37484,36517,36536,37474,37474,36536,37485,36536,36534,37485,37485,36534,37486,37485,37486,37487,37487,37486,37488,37474,37485,37476,37476,37485,37487,36534,36532,37486,37486,36532,37489,36532,36533,37489,37489,36533,37490,37489,37490,37491,37491,37490,37492,37486,37489,37488,37488,37489,37491,37488,37491,37493,37493,37491,37494,37491,37492,37494,37494,37492,37495,37494,37495,37496,37496,37495,37497,37493,37494,37498,37498,37494,37496,37476,37487,37479,37479,37487,37499,37487,37488,37499,37499,37488,37493,37499,37493,37500,37500,37493,37498,37479,37499,37481,37481,37499,37500,36533,36552,37490,37490,36552,37501,36552,36550,37501,37501,36550,37502,37501,37502,37503,37503,37502,37504,37490,37501,37492,37492,37501,37503,36550,36548,37502,37502,36548,37505,36548,36549,37505,37505,36549,37506,37505,37506,37507,37507,37506,37508,37502,37505,37504,37504,37505,37507,37504,37507,37509,37509,37507,37510,37507,37508,37510,37510,37508,37511,37510,37511,37512,37512,37511,37513,37509,37510,37514,37514,37510,37512,37492,37503,37495,37495,37503,37515,37503,37504,37515,37515,37504,37509,37515,37509,37516,37516,37509,37514,37495,37515,37497,37497,37515,37516,36549,36568,37506,37506,36568,37517,36568,36566,37517,37517,36566,37518,37517,37518,37519,37519,37518,37520,37506,37517,37508,37508,37517,37519,36566,36564,37518,37518,36564,37521,36564,36565,37521,37521,36565,37522,37521,37522,37523,37523,37522,37524,37518,37521,37520,37520,37521,37523,37520,37523,37525,37525,37523,37526,37523,37524,37526,37526,37524,37527,37526,37527,37528,37528,37527,37529,37525,37526,37530,37530,37526,37528,37508,37519,37511,37511,37519,37531,37519,37520,37531,37531,37520,37525,37531,37525,37532,37532,37525,37530,37511,37531,37513,37513,37531,37532,36565,36584,37522,37522,36584,37533,36584,36582,37533,37533,36582,37534,37533,37534,37535,37535,37534,37536,37522,37533,37524,37524,37533,37535,36582,36580,37534,37534,36580,37537,36580,36581,37537,37537,36581,37538,37537,37538,37539,37539,37538,37540,37534,37537,37536,37536,37537,37539,37536,37539,37541,37541,37539,37542,37539,37540,37542,37542,37540,37543,37542,37543,37544,37544,37543,37545,37541,37542,37546,37546,37542,37544,37524,37535,37527,37527,37535,37547,37535,37536,37547,37547,37536,37541,37547,37541,37548,37548,37541,37546,37527,37547,37529,37529,37547,37548,36581,36600,37538,37538,36600,37549,36600,36598,37549,37549,36598,37550,37549,37550,37551,37551,37550,37552,37538,37549,37540,37540,37549,37551,36598,36596,37550,37550,36596,37553,36596,36597,37553,37553,36597,37554,37553,37554,37555,37555,37554,37556,37550,37553,37552,37552,37553,37555,37552,37555,37557,37557,37555,37558,37555,37556,37558,37558,37556,37559,37558,37559,37560,37560,37559,37561,37557,37558,37562,37562,37558,37560,37540,37551,37543,37543,37551,37563,37551,37552,37563,37563,37552,37557,37563,37557,37564,37564,37557,37562,37543,37563,37545,37545,37563,37564,36597,36616,37554,37554,36616,37565,36616,36614,37565,37565,36614,37566,37565,37566,37567,37567,37566,37568,37554,37565,37556,37556,37565,37567,36614,36612,37566,37566,36612,37569,36612,36613,37569,37569,36613,37570,37569,37570,37571,37571,37570,37572,37566,37569,37568,37568,37569,37571,37568,37571,37573,37573,37571,37574,37571,37572,37574,37574,37572,37575,37574,37575,37576,37576,37575,37577,37573,37574,37578,37578,37574,37576,37556,37567,37559,37559,37567,37579,37567,37568,37579,37579,37568,37573,37579,37573,37580,37580,37573,37578,37559,37579,37561,37561,37579,37580,36613,36632,37570,37570,36632,37581,36632,36630,37581,37581,36630,37582,37581,37582,37583,37583,37582,37584,37570,37581,37572,37572,37581,37583,36630,36628,37582,37582,36628,37585,36628,36629,37585,37585,36629,37586,37585,37586,37587,37587,37586,37588,37582,37585,37584,37584,37585,37587,37584,37587,37589,37589,37587,37590,37587,37588,37590,37590,37588,37591,37590,37591,37592,37592,37591,37593,37589,37590,37594,37594,37590,37592,37572,37583,37575,37575,37583,37595,37583,37584,37595,37595,37584,37589,37595,37589,37596,37596,37589,37594,37575,37595,37577,37577,37595,37596,36629,36648,37586,37586,36648,37597,36648,36646,37597,37597,36646,37598,37597,37598,37599,37599,37598,37600,37586,37597,37588,37588,37597,37599,36646,36644,37598,37598,36644,37601,36644,36645,37601,37601,36645,37602,37601,37602,37603,37603,37602,37604,37598,37601,37600,37600,37601,37603,37600,37603,37605,37605,37603,37606,37603,37604,37606,37606,37604,37607,37606,37607,37608,37608,37607,37609,37605,37606,37610,37610,37606,37608,37588,37599,37591,37591,37599,37611,37599,37600,37611,37611,37600,37605,37611,37605,37612,37612,37605,37610,37591,37611,37593,37593,37611,37612,36645,36664,37602,37602,36664,37613,36664,36662,37613,37613,36662,37614,37613,37614,37615,37615,37614,37616,37602,37613,37604,37604,37613,37615,36662,36660,37614,37614,36660,37617,36660,36661,37617,37617,36661,37618,37617,37618,37619,37619,37618,37620,37614,37617,37616,37616,37617,37619,37616,37619,37621,37621,37619,37622,37619,37620,37622,37622,37620,37623,37622,37623,37624,37624,37623,37625,37621,37622,37626,37626,37622,37624,37604,37615,37607,37607,37615,37627,37615,37616,37627,37627,37616,37621,37627,37621,37628,37628,37621,37626,37607,37627,37609,37609,37627,37628,36661,36680,37618,37618,36680,37629,36680,36678,37629,37629,36678,37630,37629,37630,37631,37631,37630,37632,37618,37629,37620,37620,37629,37631,36678,36676,37630,37630,36676,37633,36676,36677,37633,37633,36677,37634,37633,37634,37635,37635,37634,37636,37630,37633,37632,37632,37633,37635,37632,37635,37637,37637,37635,37638,37635,37636,37638,37638,37636,37639,37638,37639,37640,37640,37639,37641,37637,37638,37642,37642,37638,37640,37620,37631,37623,37623,37631,37643,37631,37632,37643,37643,37632,37637,37643,37637,37644,37644,37637,37642,37623,37643,37625,37625,37643,37644,36677,36696,37634,37634,36696,37645,36696,36694,37645,37645,36694,37646,37645,37646,37647,37647,37646,37648,37634,37645,37636,37636,37645,37647,36694,36692,37646,37646,36692,37649,36692,36693,37649,37649,36693,37650,37649,37650,37651,37651,37650,37652,37646,37649,37648,37648,37649,37651,37648,37651,37653,37653,37651,37654,37651,37652,37654,37654,37652,37655,37654,37655,37656,37656,37655,37657,37653,37654,37658,37658,37654,37656,37636,37647,37639,37639,37647,37659,37647,37648,37659,37659,37648,37653,37659,37653,37660,37660,37653,37658,37639,37659,37641,37641,37659,37660,36693,36712,37650,37650,36712,37661,36712,36710,37661,37661,36710,37662,37661,37662,37663,37663,37662,37664,37650,37661,37652,37652,37661,37663,36710,36708,37662,37662,36708,37665,36708,36709,37665,37665,36709,37666,37665,37666,37667,37667,37666,37668,37662,37665,37664,37664,37665,37667,37664,37667,37669,37669,37667,37670,37667,37668,37670,37670,37668,37671,37670,37671,37672,37672,37671,37673,37669,37670,37674,37674,37670,37672,37652,37663,37655,37655,37663,37675,37663,37664,37675,37675,37664,37669,37675,37669,37676,37676,37669,37674,37655,37675,37657,37657,37675,37676,36709,36728,37666,37666,36728,37677,36728,36726,37677,37677,36726,37678,37677,37678,37679,37679,37678,37680,37666,37677,37668,37668,37677,37679,36726,36724,37678,37678,36724,37681,36724,36725,37681,37681,36725,37682,37681,37682,37683,37683,37682,37684,37678,37681,37680,37680,37681,37683,37680,37683,37685,37685,37683,37686,37683,37684,37686,37686,37684,37687,37686,37687,37688,37688,37687,37689,37685,37686,37690,37690,37686,37688,37668,37679,37671,37671,37679,37691,37679,37680,37691,37691,37680,37685,37691,37685,37692,37692,37685,37690,37671,37691,37673,37673,37691,37692,36725,36744,37682,37682,36744,37693,36744,36742,37693,37693,36742,37694,37693,37694,37695,37695,37694,37696,37682,37693,37684,37684,37693,37695,36742,36740,37694,37694,36740,37697,36740,36741,37697,37697,36741,37698,37698,37699,37697,37697,37699,37700,37694,37697,37696,37696,37697,37700,37696,37700,37701,37701,37700,37702,37699,37703,37700,37700,37703,37702,37702,37703,37704,37704,37703,37705,37701,37702,37706,37706,37702,37704,37684,37695,37687,37687,37695,37707,37695,37696,37707,37707,37696,37701,37707,37701,37708,37708,37701,37706,37687,37707,37689,37689,37707,37708,36741,36760,37698,37698,36760,37709,36760,36758,37709,37709,36758,37710,37710,37711,37709,37709,37711,37712,37698,37709,37699,37699,37709,37712,36758,36756,37710,37710,36756,37713,36756,36757,37713,37713,36757,37714,37714,37715,37713,37713,37715,37716,37713,37716,37710,37710,37716,37711,37716,37717,37711,37711,37717,37718,37715,37719,37716,37716,37719,37717,37719,37720,37717,37717,37720,37721,37717,37721,37718,37718,37721,37722,37712,37723,37699,37699,37723,37703,37711,37718,37712,37712,37718,37723,37718,37722,37723,37723,37722,37724,37723,37724,37703,37703,37724,37705,36757,36776,37714,37714,36776,37725,36776,36774,37725,37725,36774,37726,37725,37726,37727,37727,37726,37728,37725,37727,37714,37714,37727,37715,36774,36772,37726,37726,36772,37729,36772,36773,37729,37729,36773,37730,37729,37730,37731,37731,37730,37732,37726,37729,37728,37728,37729,37731,37728,37731,37733,37733,37731,37734,37731,37732,37734,37734,37732,37735,37734,37735,37736,37736,37735,37737,37733,37734,37738,37738,37734,37736,37727,37739,37715,37715,37739,37719,37728,37733,37727,37727,37733,37739,37733,37738,37739,37739,37738,37740,37739,37740,37719,37719,37740,37720,36773,36792,37730,37730,36792,37741,36792,36790,37741,37741,36790,37742,37741,37742,37743,37743,37742,37744,37730,37741,37732,37732,37741,37743,36790,36788,37742,37742,36788,37745,36788,36789,37745,37745,36789,37746,37745,37746,37747,37747,37746,37748,37742,37745,37744,37744,37745,37747,37744,37747,37749,37749,37747,37750,37747,37748,37750,37750,37748,37751,37750,37751,37752,37752,37751,37753,37749,37750,37754,37754,37750,37752,37732,37743,37735,37735,37743,37755,37743,37744,37755,37755,37744,37749,37755,37749,37756,37756,37749,37754,37735,37755,37737,37737,37755,37756,36789,36808,37746,37746,36808,37757,36808,36806,37757,37757,36806,37758,37757,37758,37759,37759,37758,37760,37746,37757,37748,37748,37757,37759,36806,36804,37758,37758,36804,37761,36804,36805,37761,37761,36805,37762,37761,37762,37763,37763,37762,37764,37758,37761,37760,37760,37761,37763,37760,37763,37765,37765,37763,37766,37763,37764,37766,37766,37764,37767,37766,37767,37768,37768,37767,37769,37765,37766,37770,37770,37766,37768,37748,37759,37751,37751,37759,37771,37759,37760,37771,37771,37760,37765,37765,37770,37771,37771,37770,37772,37771,37772,37751,37751,37772,37753,36805,36824,37762,37762,36824,37773,36824,36822,37773,37773,36822,37774,37773,37774,37775,37775,37774,37776,37762,37773,37764,37764,37773,37775,36822,36820,37774,37774,36820,37777,36820,36821,37777,37777,36821,37778,37777,37778,37779,37779,37778,37780,37774,37777,37776,37776,37777,37779,37776,37779,37781,37781,37779,37782,37780,37783,37779,37779,37783,37782,37782,37783,37784,37784,37783,37785,37781,37782,37786,37786,37782,37784,37764,37775,37767,37767,37775,37787,37775,37776,37787,37787,37776,37781,37787,37781,37788,37788,37781,37786,37767,37787,37769,37769,37787,37788,36840,37789,36821,36821,37789,37778,36838,37790,36840,36840,37790,37789,37790,37791,37789,37789,37791,37792,37789,37792,37778,37778,37792,37780,36837,37793,36838,36838,37793,37790,36836,37794,36837,36837,37794,37793,37794,37795,37793,37793,37795,37796,37793,37796,37790,37790,37796,37791,37796,37797,37791,37791,37797,37798,37795,37799,37796,37796,37799,37797,37799,37800,37797,37797,37800,37801,37797,37801,37798,37798,37801,37802,37792,37803,37780,37780,37803,37783,37791,37798,37792,37792,37798,37803,37798,37802,37803,37803,37802,37804,37803,37804,37783,37783,37804,37785,36856,37805,36836,36836,37805,37794,36854,37806,36856,36856,37806,37805,37806,37807,37805,37805,37807,37808,37805,37808,37794,37794,37808,37795,36853,37809,36854,36854,37809,37806,36852,37810,36853,36853,37810,37809,37810,37811,37809,37809,37811,37812,37809,37812,37806,37806,37812,37807,37812,37813,37807,37807,37813,37814,37811,37815,37812,37812,37815,37813,37815,37816,37813,37813,37816,37817,37813,37817,37814,37814,37817,37818,37808,37819,37795,37795,37819,37799,37807,37814,37808,37808,37814,37819,37814,37818,37819,37819,37818,37820,37819,37820,37799,37799,37820,37800,36872,37821,36852,36852,37821,37810,36870,37822,36872,36872,37822,37821,37822,37823,37821,37821,37823,37824,37821,37824,37810,37810,37824,37811,36869,37825,36870,36870,37825,37822,36868,37826,36869,36869,37826,37825,37826,37827,37825,37825,37827,37828,37825,37828,37822,37822,37828,37823,37828,37829,37823,37823,37829,37830,37827,37831,37828,37828,37831,37829,37831,37832,37829,37829,37832,37833,37829,37833,37830,37830,37833,37834,37824,37835,37811,37811,37835,37815,37823,37830,37824,37824,37830,37835,37830,37834,37835,37835,37834,37836,37835,37836,37815,37815,37836,37816,36891,37837,36892,36892,37837,37838,36888,37839,36891,36891,37839,37837,37839,37840,37837,37837,37840,37841,37837,37841,37838,37838,37841,37842,36886,37843,36888,36888,37843,37839,36886,36887,37843,37843,36887,37844,37843,37844,37845,37845,37844,37846,37843,37845,37839,37839,37845,37840,37845,37847,37840,37840,37847,37848,37846,37849,37845,37845,37849,37847,37849,37850,37847,37847,37850,37851,37847,37851,37848,37848,37851,37852,37841,37853,37842,37842,37853,37854,37840,37848,37841,37841,37848,37853,37848,37852,37853,37853,37852,37855,37853,37855,37854,37854,37855,37856,36887,36908,37844,37844,36908,37857,36908,36906,37857,37857,36906,37858,37857,37858,37859,37859,37858,37860,37844,37857,37846,37846,37857,37859,36906,36904,37858,37858,36904,37861,36904,36905,37861,37861,36905,37862,37861,37862,37863,37863,37862,37864,37858,37861,37860,37860,37861,37863,37860,37863,37865,37865,37863,37866,37863,37864,37866,37866,37864,37867,37866,37867,37868,37868,37867,37869,37865,37866,37870,37870,37866,37868,37846,37859,37849,37849,37859,37871,37859,37860,37871,37871,37860,37865,37871,37865,37872,37872,37865,37870,37871,37872,37849,37849,37872,37850,36905,36924,37862,37862,36924,37873,36924,36922,37873,37873,36922,37874,37873,37874,37875,37875,37874,37876,37862,37873,37864,37864,37873,37875,36922,36920,37874,37874,36920,37877,36920,36921,37877,37877,36921,37878,37877,37878,37879,37879,37878,37880,37874,37877,37876,37876,37877,37879,37876,37879,37881,37881,37879,37882,37879,37880,37882,37882,37880,37883,37882,37883,37884,37884,37883,37885,37881,37882,37886,37886,37882,37884,37864,37875,37867,37867,37875,37887,37875,37876,37887,37887,37876,37881,37887,37881,37888,37888,37881,37886,37867,37887,37869,37869,37887,37888,36921,36940,37878,37878,36940,37889,36940,36938,37889,37889,36938,37890,37889,37890,37891,37891,37890,37892,37878,37889,37880,37880,37889,37891,36938,36936,37890,37890,36936,37893,36936,36937,37893,37893,36937,37894,37893,37894,37895,37895,37894,37896,37890,37893,37892,37892,37893,37895,37892,37895,37897,37897,37895,37898,37895,37896,37898,37898,37896,37899,37898,37899,37900,37900,37899,37901,37897,37898,37902,37902,37898,37900,37880,37891,37883,37883,37891,37903,37891,37892,37903,37903,37892,37897,37903,37897,37904,37904,37897,37902,37883,37903,37885,37885,37903,37904,36937,36956,37894,37894,36956,37905,36956,36954,37905,37905,36954,37906,37905,37906,37907,37907,37906,37908,37894,37905,37896,37896,37905,37907,36953,37909,36954,36954,37909,37906,36952,37910,36953,36953,37910,37909,37910,37911,37909,37909,37911,37912,37909,37912,37906,37906,37912,37908,37912,37913,37908,37908,37913,37914,37911,37915,37912,37912,37915,37913,37915,37916,37913,37913,37916,37917,37913,37917,37914,37914,37917,37918,37896,37907,37899,37899,37907,37919,37907,37908,37919,37919,37908,37914,37919,37914,37920,37920,37914,37918,37899,37919,37901,37901,37919,37920,36972,37921,36952,36952,37921,37910,36970,37922,36972,36972,37922,37921,37922,37923,37921,37921,37923,37924,37921,37924,37910,37910,37924,37911,36969,37925,36970,36970,37925,37922,36968,37926,36969,36969,37926,37925,37926,37927,37925,37925,37927,37928,37925,37928,37922,37922,37928,37923,37928,37929,37923,37923,37929,37930,37927,37931,37928,37928,37931,37929,37931,37932,37929,37929,37932,37933,37929,37933,37930,37930,37933,37934,37924,37935,37911,37911,37935,37915,37923,37930,37924,37924,37930,37935,37930,37934,37935,37935,37934,37936,37935,37936,37915,37915,37936,37916,36988,37937,36968,36968,37937,37926,36986,37938,36988,36988,37938,37937,37938,37939,37937,37937,37939,37940,37937,37940,37926,37926,37940,37927,36985,37941,36986,36986,37941,37938,36984,37942,36985,36985,37942,37941,37942,37943,37941,37941,37943,37944,37941,37944,37938,37938,37944,37939,37944,37945,37939,37939,37945,37946,37943,37947,37944,37944,37947,37945,37947,37948,37945,37945,37948,37949,37945,37949,37946,37946,37949,37950,37940,37951,37927,37927,37951,37931,37939,37946,37940,37940,37946,37951,37946,37950,37951,37951,37950,37952,37951,37952,37931,37931,37952,37932,37004,37953,36984,36984,37953,37942,37002,37954,37004,37004,37954,37953,37954,37955,37953,37953,37955,37956,37953,37956,37942,37942,37956,37943,37001,37957,37002,37002,37957,37954,37000,37958,37001,37001,37958,37957,37958,37959,37957,37957,37959,37960,37957,37960,37954,37954,37960,37955,37960,37961,37955,37955,37961,37962,37959,37963,37960,37960,37963,37961,37963,37964,37961,37961,37964,37965,37961,37965,37962,37962,37965,37966,37956,37967,37943,37943,37967,37947,37955,37962,37956,37956,37962,37967,37962,37966,37967,37967,37966,37968,37967,37968,37947,37947,37968,37948,37020,37969,37000,37000,37969,37958,37018,37970,37020,37020,37970,37969,37970,37971,37969,37969,37971,37972,37969,37972,37958,37958,37972,37959,37017,37973,37018,37018,37973,37970,37016,37974,37017,37017,37974,37973,37974,37975,37973,37973,37975,37976,37973,37976,37970,37970,37976,37971,37976,37977,37971,37971,37977,37978,37975,37979,37976,37976,37979,37977,37979,37980,37977,37977,37980,37981,37977,37981,37978,37978,37981,37982,37972,37983,37959,37959,37983,37963,37971,37978,37972,37972,37978,37983,37978,37982,37983,37983,37982,37984,37983,37984,37963,37963,37984,37964,37036,37985,37016,37016,37985,37974,37034,37986,37036,37036,37986,37985,37986,37987,37985,37985,37987,37988,37985,37988,37974,37974,37988,37975,37033,37989,37034,37034,37989,37986,37032,37990,37033,37033,37990,37989,37990,37991,37989,37989,37991,37992,37989,37992,37986,37986,37992,37987,37992,37993,37987,37987,37993,37994,37991,37995,37992,37992,37995,37993,37995,37996,37993,37993,37996,37997,37993,37997,37994,37994,37997,37998,37988,37999,37975,37975,37999,37979,37987,37994,37988,37988,37994,37999,37994,37998,37999,37999,37998,38000,37999,38000,37979,37979,38000,37980,37052,38001,37032,37032,38001,37990,37050,38002,37052,37052,38002,38001,38002,38003,38001,38001,38003,38004,38001,38004,37990,37990,38004,37991,37049,38005,37050,37050,38005,38002,37048,38006,37049,37049,38006,38005,38006,38007,38005,38005,38007,38008,38005,38008,38002,38002,38008,38003,38008,38009,38003,38003,38009,38010,38007,38011,38008,38008,38011,38009,38011,38012,38009,38009,38012,38013,38009,38013,38010,38010,38013,38014,38004,38015,37991,37991,38015,37995,38003,38010,38004,38004,38010,38015,38010,38014,38015,38015,38014,38016,38015,38016,37995,37995,38016,37996,37068,38017,37048,37048,38017,38006,37066,38018,37068,37068,38018,38017,38018,38019,38017,38017,38019,38020,38017,38020,38006,38006,38020,38007,37065,38021,37066,37066,38021,38018,37064,38022,37065,37065,38022,38021,38022,38023,38021,38021,38023,38024,38021,38024,38018,38018,38024,38019,38024,38025,38019,38019,38025,38026,38023,38027,38024,38024,38027,38025,38027,38028,38025,38025,38028,38029,38025,38029,38026,38026,38029,38030,38020,38031,38007,38007,38031,38011,38019,38026,38020,38020,38026,38031,38026,38030,38031,38031,38030,38032,38031,38032,38011,38011,38032,38012,37084,38033,37064,37064,38033,38022,37082,38034,37084,37084,38034,38033,38034,38035,38033,38033,38035,38036,38033,38036,38022,38022,38036,38023,37081,38037,37082,37082,38037,38034,37080,38038,37081,37081,38038,38037,38038,38039,38037,38037,38039,38040,38037,38040,38034,38034,38040,38035,38040,38041,38035,38035,38041,38042,38039,38043,38040,38040,38043,38041,38043,38044,38041,38041,38044,38045,38041,38045,38042,38042,38045,38046,38036,38047,38023,38023,38047,38027,38035,38042,38036,38036,38042,38047,38042,38046,38047,38047,38046,38048,38047,38048,38027,38027,38048,38028,37100,38049,37080,37080,38049,38038,37098,38050,37100,37100,38050,38049,38050,38051,38049,38049,38051,38052,38049,38052,38038,38038,38052,38039,37097,38053,37098,37098,38053,38050,37096,38054,37097,37097,38054,38053,38054,38055,38053,38053,38055,38056,38053,38056,38050,38050,38056,38051,38056,38057,38051,38051,38057,38058,38055,38059,38056,38056,38059,38057,38059,38060,38057,38057,38060,38061,38057,38061,38058,38058,38061,38062,38052,38063,38039,38039,38063,38043,38051,38058,38052,38052,38058,38063,38058,38062,38063,38063,38062,38064,38063,38064,38043,38043,38064,38044,37116,38065,37096,37096,38065,38054,37114,38066,37116,37116,38066,38065,38066,38067,38065,38065,38067,38068,38065,38068,38054,38054,38068,38055,37113,38069,37114,37114,38069,38066,37112,38070,37113,37113,38070,38069,38070,38071,38069,38069,38071,38072,38069,38072,38066,38066,38072,38067,38072,38073,38067,38067,38073,38074,38071,38075,38072,38072,38075,38073,38075,38076,38073,38073,38076,38077,38073,38077,38074,38074,38077,38078,38068,38079,38055,38055,38079,38059,38067,38074,38068,38068,38074,38079,38074,38078,38079,38079,38078,38080,38079,38080,38059,38059,38080,38060,37132,38081,37112,37112,38081,38070,37130,38082,37132,37132,38082,38081,38082,38083,38081,38081,38083,38084,38081,38084,38070,38070,38084,38071,37129,38085,37130,37130,38085,38082,37128,38086,37129,37129,38086,38085,38086,38087,38085,38085,38087,38088,38085,38088,38082,38082,38088,38083,38088,38089,38083,38083,38089,38090,38087,38091,38088,38088,38091,38089,38091,38092,38089,38089,38092,38093,38089,38093,38090,38090,38093,38094,38084,38095,38071,38071,38095,38075,38083,38090,38084,38084,38090,38095,38090,38094,38095,38095,38094,38096,38095,38096,38075,38075,38096,38076,37148,38097,37128,37128,38097,38086,37146,38098,37148,37148,38098,38097,38098,38099,38097,38097,38099,38100,38097,38100,38086,38086,38100,38087,37145,38101,37146,37146,38101,38098,37144,38102,37145,37145,38102,38101,38102,38103,38101,38101,38103,38104,38101,38104,38098,38098,38104,38099,38104,38105,38099,38099,38105,38106,38103,38107,38104,38104,38107,38105,38107,38108,38105,38105,38108,38109,38105,38109,38106,38106,38109,38110,38100,38111,38087,38087,38111,38091,38099,38106,38100,38100,38106,38111,38106,38110,38111,38111,38110,38112,38111,38112,38091,38091,38112,38092,37164,38113,37144,37144,38113,38102,37162,38114,37164,37164,38114,38113,38114,38115,38113,38113,38115,38116,38113,38116,38102,38102,38116,38103,37161,38117,37162,37162,38117,38114,37160,38118,37161,37161,38118,38117,38118,38119,38117,38117,38119,38120,38117,38120,38114,38114,38120,38115,38120,38121,38115,38115,38121,38122,38119,38123,38120,38120,38123,38121,38123,38124,38121,38121,38124,38125,38121,38125,38122,38122,38125,38126,38116,38127,38103,38103,38127,38107,38115,38122,38116,38116,38122,38127,38122,38126,38127,38127,38126,38128,38127,38128,38107,38107,38128,38108,37180,38129,37160,37160,38129,38118,37178,38130,37180,37180,38130,38129,38130,38131,38129,38129,38131,38132,38129,38132,38118,38118,38132,38119,37177,38133,37178,37178,38133,38130,37176,38134,37177,37177,38134,38133,38134,38135,38133,38133,38135,38136,38133,38136,38130,38130,38136,38131,38136,38137,38131,38131,38137,38138,38135,38139,38136,38136,38139,38137,38139,38140,38137,38137,38140,38141,38137,38141,38138,38138,38141,38142,38132,38143,38119,38119,38143,38123,38131,38138,38132,38132,38138,38143,38138,38142,38143,38143,38142,38144,38143,38144,38123,38123,38144,38124,37196,38145,37176,37176,38145,38134,37194,38146,37196,37196,38146,38145,38146,38147,38145,38145,38147,38148,38145,38148,38134,38134,38148,38135,37193,38149,37194,37194,38149,38146,37192,38150,37193,37193,38150,38149,38150,38151,38149,38149,38151,38152,38149,38152,38146,38146,38152,38147,38152,38153,38147,38147,38153,38154,38151,38155,38152,38152,38155,38153,38155,38156,38153,38153,38156,38157,38153,38157,38154,38154,38157,38158,38148,38159,38135,38135,38159,38139,38147,38154,38148,38148,38154,38159,38154,38158,38159,38159,38158,38160,38159,38160,38139,38139,38160,38140,37212,38161,37192,37192,38161,38150,37210,38162,37212,37212,38162,38161,38162,38163,38161,38161,38163,38164,38161,38164,38150,38150,38164,38151,37209,38165,37210,37210,38165,38162,37208,38166,37209,37209,38166,38165,38166,38167,38165,38165,38167,38168,38165,38168,38162,38162,38168,38163,38168,38169,38163,38163,38169,38170,38167,38171,38168,38168,38171,38169,38171,38172,38169,38169,38172,38173,38169,38173,38170,38170,38173,38174,38164,38175,38151,38151,38175,38155,38163,38170,38164,38164,38170,38175,38170,38174,38175,38175,38174,38176,38175,38176,38155,38155,38176,38156,37228,38177,37208,37208,38177,38166,37226,38178,37228,37228,38178,38177,38178,38179,38177,38177,38179,38180,38177,38180,38166,38166,38180,38167,37225,38181,37226,37226,38181,38178,37224,38182,37225,37225,38182,38181,38182,38183,38181,38181,38183,38184,38181,38184,38178,38178,38184,38179,38184,38185,38179,38179,38185,38186,38183,38187,38184,38184,38187,38185,38187,38188,38185,38185,38188,38189,38185,38189,38186,38186,38189,38190,38180,38191,38167,38167,38191,38171,38179,38186,38180,38180,38186,38191,38186,38190,38191,38191,38190,38192,38191,38192,38171,38171,38192,38172,37244,38193,37224,37224,38193,38182,37242,38194,37244,37244,38194,38193,38194,38195,38193,38193,38195,38196,38193,38196,38182,38182,38196,38183,37241,38197,37242,37242,38197,38194,37240,38198,37241,37241,38198,38197,38198,38199,38197,38197,38199,38200,38197,38200,38194,38194,38200,38195,38200,38201,38195,38195,38201,38202,38199,38203,38200,38200,38203,38201,38203,38204,38201,38201,38204,38205,38201,38205,38202,38202,38205,38206,38196,38207,38183,38183,38207,38187,38195,38202,38196,38196,38202,38207,38202,38206,38207,38207,38206,38208,38207,38208,38187,38187,38208,38188,37260,38209,37240,37240,38209,38198,37258,38210,37260,37260,38210,38209,38210,38211,38209,38209,38211,38212,38209,38212,38198,38198,38212,38199,37257,38213,37258,37258,38213,38210,37256,38214,37257,37257,38214,38213,38214,38215,38213,38213,38215,38216,38213,38216,38210,38210,38216,38211,38216,38217,38211,38211,38217,38218,38215,38219,38216,38216,38219,38217,38219,38220,38217,38217,38220,38221,38217,38221,38218,38218,38221,38222,38212,38223,38199,38199,38223,38203,38211,38218,38212,38212,38218,38223,38218,38222,38223,38223,38222,38224,38223,38224,38203,38203,38224,38204,37276,38225,37256,37256,38225,38214,37274,38226,37276,37276,38226,38225,38226,38227,38225,38225,38227,38228,38225,38228,38214,38214,38228,38215,37273,38229,37274,37274,38229,38226,37272,38230,37273,37273,38230,38229,38230,38231,38229,38229,38231,38232,38229,38232,38226,38226,38232,38227,38232,38233,38227,38227,38233,38234,38231,38235,38232,38232,38235,38233,38235,38236,38233,38233,38236,38237,38233,38237,38234,38234,38237,38238,38228,38239,38215,38215,38239,38219,38227,38234,38228,38228,38234,38239,38234,38238,38239,38239,38238,38240,38239,38240,38219,38219,38240,38220,37292,38241,37272,37272,38241,38230,37290,38242,37292,37292,38242,38241,38242,38243,38241,38241,38243,38244,38241,38244,38230,38230,38244,38231,37289,38245,37290,37290,38245,38242,37288,38246,37289,37289,38246,38245,38246,38247,38245,38245,38247,38248,38245,38248,38242,38242,38248,38243,38248,38249,38243,38243,38249,38250,38247,38251,38248,38248,38251,38249,38251,38252,38249,38249,38252,38253,38249,38253,38250,38250,38253,38254,38244,38255,38231,38231,38255,38235,38243,38250,38244,38244,38250,38255,38250,38254,38255,38255,38254,38256,38255,38256,38235,38235,38256,38236,37308,38257,37288,37288,38257,38246,37306,38258,37308,37308,38258,38257,38258,38259,38257,38257,38259,38260,38257,38260,38246,38246,38260,38247,37305,38261,37306,37306,38261,38258,37304,38262,37305,37305,38262,38261,38262,38263,38261,38261,38263,38264,38261,38264,38258,38258,38264,38259,38264,38265,38259,38259,38265,38266,38263,38267,38264,38264,38267,38265,38267,38268,38265,38265,38268,38269,38265,38269,38266,38266,38269,38270,38260,38271,38247,38247,38271,38251,38259,38266,38260,38260,38266,38271,38266,38270,38271,38271,38270,38272,38271,38272,38251,38251,38272,38252,37324,38273,37304,37304,38273,38262,37322,38274,37324,37324,38274,38273,38274,38275,38273,38273,38275,38276,38273,38276,38262,38262,38276,38263,37321,38277,37322,37322,38277,38274,37320,38278,37321,37321,38278,38277,38278,38279,38277,38277,38279,38280,38277,38280,38274,38274,38280,38275,38280,38281,38275,38275,38281,38282,38279,38283,38280,38280,38283,38281,38283,38284,38281,38281,38284,38285,38281,38285,38282,38282,38285,38286,38276,38287,38263,38263,38287,38267,38275,38282,38276,38276,38282,38287,38282,38286,38287,38287,38286,38288,38287,38288,38267,38267,38288,38268,37340,38289,37320,37320,38289,38278,37338,38290,37340,37340,38290,38289,38290,38291,38289,38289,38291,38292,38289,38292,38278,38278,38292,38279,37337,38293,37338,37338,38293,38290,37336,38294,37337,37337,38294,38293,38294,38295,38293,38293,38295,38296,38293,38296,38290,38290,38296,38291,38296,38297,38291,38291,38297,38298,38295,38299,38296,38296,38299,38297,38299,38300,38297,38297,38300,38301,38297,38301,38298,38298,38301,38302,38292,38303,38279,38279,38303,38283,38291,38298,38292,38292,38298,38303,38298,38302,38303,38303,38302,38304,38303,38304,38283,38283,38304,38284,37356,38305,37336,37336,38305,38294,37354,38306,37356,37356,38306,38305,38306,38307,38305,38305,38307,38308,38305,38308,38294,38294,38308,38295,37353,38309,37354,37354,38309,38306,37352,38310,37353,37353,38310,38309,38310,38311,38309,38309,38311,38312,38309,38312,38306,38306,38312,38307,38312,38313,38307,38307,38313,38314,38311,38315,38312,38312,38315,38313,38315,38316,38313,38313,38316,38317,38313,38317,38314,38314,38317,38318,38308,38319,38295,38295,38319,38299,38307,38314,38308,38308,38314,38319,38314,38318,38319,38319,38318,38320,38319,38320,38299,38299,38320,38300,37372,38321,37352,37352,38321,38310,37370,38322,37372,37372,38322,38321,38322,38323,38321,38321,38323,38324,38321,38324,38310,38310,38324,38311,37370,37368,38322,38322,37368,38325,37368,37369,38325,38325,37369,38326,38325,38326,38327,38327,38326,38328,38322,38325,38323,38323,38325,38327,38323,38327,38329,38329,38327,38330,38327,38328,38330,38330,38328,38331,38330,38331,38332,38332,38331,38333,38329,38330,38334,38334,38330,38332,38324,38335,38311,38311,38335,38315,38323,38329,38324,38324,38329,38335,38329,38334,38335,38335,38334,38336,38335,38336,38315,38315,38336,38316,37369,37388,38326,38326,37388,38337,37388,37386,38337,38337,37386,38338,38337,38338,38339,38339,38338,38340,38326,38337,38328,38328,38337,38339,37386,37384,38338,38338,37384,38341,37384,37385,38341,38341,37385,38342,38341,38342,38343,38343,38342,38344,38338,38341,38340,38340,38341,38343,38340,38343,38345,38345,38343,38346,38343,38344,38346,38346,38344,38347,38346,38347,38348,38348,38347,38349,38345,38346,38350,38350,38346,38348,38328,38339,38331,38331,38339,38351,38340,38345,38339,38339,38345,38351,38345,38350,38351,38351,38350,38352,38331,38351,38333,38333,38351,38352,37385,37404,38342,38342,37404,38353,37404,37402,38353,38353,37402,38354,38353,38354,38355,38355,38354,38356,38342,38353,38344,38344,38353,38355,37402,37400,38354,38354,37400,38357,37400,37401,38357,38357,37401,38358,38357,38358,38359,38359,38358,38360,38354,38357,38356,38356,38357,38359,38356,38359,38361,38361,38359,38362,38359,38360,38362,38362,38360,38363,38363,38364,38362,38362,38364,38365,38362,38365,38361,38361,38365,38366,38344,38355,38347,38347,38355,38367,38355,38356,38367,38367,38356,38361,38367,38361,38368,38368,38361,38366,38347,38367,38349,38349,38367,38368,37401,37420,38358,38358,37420,38369,37420,37418,38369,38369,37418,38370,38369,38370,38371,38371,38370,38372,38358,38369,38360,38360,38369,38371,37418,37417,38370,38370,37417,38373,37417,37416,38373,38373,37416,38374,38373,38374,38375,38375,38374,38376,38370,38373,38372,38372,38373,38375,38375,38377,38372,38372,38377,38378,38376,38379,38375,38375,38379,38377,38379,38380,38377,38377,38380,38381,38377,38381,38378,38378,38381,38382,38371,38383,38360,38360,38383,38363,38372,38378,38371,38371,38378,38383,38378,38382,38383,38383,38382,38384,38383,38384,38363,38363,38384,38364,37436,38385,37416,37416,38385,38374,37434,38386,37436,37436,38386,38385,38386,38387,38385,38385,38387,38388,38385,38388,38374,38374,38388,38376,37434,37432,38386,38386,37432,38389,37432,37433,38389,38389,37433,38390,38389,38390,38391,38391,38390,38392,38389,38391,38386,38386,38391,38387,38391,38393,38387,38387,38393,38394,38391,38392,38393,38393,38392,38395,38395,38396,38393,38393,38396,38397,38393,38397,38394,38394,38397,38398,38388,38399,38376,38376,38399,38379,38387,38394,38388,38388,38394,38399,38394,38398,38399,38399,38398,38400,38399,38400,38379,38379,38400,38380,37433,37452,38390,38390,37452,38401,37452,37450,38401,38401,37450,38402,38401,38402,38403,38403,38402,38404,38390,38401,38392,38392,38401,38403,37450,37448,38402,38402,37448,38405,37448,37449,38405,38405,37449,38406,38405,38406,38407,38407,38406,38408,38402,38405,38404,38404,38405,38407,38404,38407,38409,38409,38407,38410,38407,38408,38410,38410,38408,38411,38410,38411,38412,38412,38411,38413,38409,38410,38414,38414,38410,38412,38392,38403,38395,38395,38403,38415,38403,38404,38415,38415,38404,38409,38415,38409,38416,38416,38409,38414,38415,38416,38395,38395,38416,38396,37449,37468,38406,38406,37468,38417,37468,37466,38417,38417,37466,38418,38417,38418,38419,38419,38418,38420,38406,38417,38408,38408,38417,38419,37466,37464,38418,38418,37464,38421,37464,37465,38421,38421,37465,38422,38421,38422,38423,38423,38422,38424,38418,38421,38420,38420,38421,38423,38420,38423,38425,38425,38423,38426,38423,38424,38426,38426,38424,38427,38426,38427,38428,38428,38427,38429,38425,38426,38430,38430,38426,38428,38408,38419,38411,38411,38419,38431,38419,38420,38431,38431,38420,38425,38431,38425,38432,38432,38425,38430,38411,38431,38413,38413,38431,38432,37465,37484,38422,38422,37484,38433,37484,37482,38433,38433,37482,38434,38433,38434,38435,38435,38434,38436,38422,38433,38424,38424,38433,38435,37482,37480,38434,38434,37480,38437,37480,37481,38437,38437,37481,38438,38437,38438,38439,38439,38438,38440,38434,38437,38436,38436,38437,38439,38436,38439,38441,38441,38439,38442,38439,38440,38442,38442,38440,38443,38442,38443,38444,38444,38443,38445,38441,38442,38446,38446,38442,38444,38424,38435,38427,38427,38435,38447,38435,38436,38447,38447,38436,38441,38447,38441,38448,38448,38441,38446,38427,38447,38429,38429,38447,38448,37481,37500,38438,38438,37500,38449,37500,37498,38449,38449,37498,38450,38449,38450,38451,38451,38450,38452,38438,38449,38440,38440,38449,38451,37498,37496,38450,38450,37496,38453,37496,37497,38453,38453,37497,38454,38453,38454,38455,38455,38454,38456,38450,38453,38452,38452,38453,38455,38452,38455,38457,38457,38455,38458,38455,38456,38458,38458,38456,38459,38458,38459,38460,38460,38459,38461,38457,38458,38462,38462,38458,38460,38440,38451,38443,38443,38451,38463,38451,38452,38463,38463,38452,38457,38463,38457,38464,38464,38457,38462,38443,38463,38445,38445,38463,38464,37497,37516,38454,38454,37516,38465,37516,37514,38465,38465,37514,38466,38465,38466,38467,38467,38466,38468,38454,38465,38456,38456,38465,38467,37514,37512,38466,38466,37512,38469,37512,37513,38469,38469,37513,38470,38469,38470,38471,38471,38470,38472,38466,38469,38468,38468,38469,38471,38468,38471,38473,38473,38471,38474,38471,38472,38474,38474,38472,38475,38474,38475,38476,38476,38475,38477,38473,38474,38478,38478,38474,38476,38456,38467,38459,38459,38467,38479,38467,38468,38479,38479,38468,38473,38479,38473,38480,38480,38473,38478,38459,38479,38461,38461,38479,38480,37513,37532,38470,38470,37532,38481,37532,37530,38481,38481,37530,38482,38481,38482,38483,38483,38482,38484,38470,38481,38472,38472,38481,38483,37530,37528,38482,38482,37528,38485,37528,37529,38485,38485,37529,38486,38485,38486,38487,38487,38486,38488,38482,38485,38484,38484,38485,38487,38484,38487,38489,38489,38487,38490,38487,38488,38490,38490,38488,38491,38490,38491,38492,38492,38491,38493,38489,38490,38494,38494,38490,38492,38472,38483,38475,38475,38483,38495,38483,38484,38495,38495,38484,38489,38495,38489,38496,38496,38489,38494,38475,38495,38477,38477,38495,38496,37529,37548,38486,38486,37548,38497,37548,37546,38497,38497,37546,38498,38497,38498,38499,38499,38498,38500,38486,38497,38488,38488,38497,38499,37546,37544,38498,38498,37544,38501,37544,37545,38501,38501,37545,38502,38501,38502,38503,38503,38502,38504,38498,38501,38500,38500,38501,38503,38500,38503,38505,38505,38503,38506,38503,38504,38506,38506,38504,38507,38506,38507,38508,38508,38507,38509,38505,38506,38510,38510,38506,38508,38488,38499,38491,38491,38499,38511,38499,38500,38511,38511,38500,38505,38511,38505,38512,38512,38505,38510,38491,38511,38493,38493,38511,38512,37545,37564,38502,38502,37564,38513,37564,37562,38513,38513,37562,38514,38513,38514,38515,38515,38514,38516,38502,38513,38504,38504,38513,38515,37562,37560,38514,38514,37560,38517,37560,37561,38517,38517,37561,38518,38517,38518,38519,38519,38518,38520,38514,38517,38516,38516,38517,38519,38516,38519,38521,38521,38519,38522,38519,38520,38522,38522,38520,38523,38522,38523,38524,38524,38523,38525,38521,38522,38526,38526,38522,38524,38504,38515,38507,38507,38515,38527,38515,38516,38527,38527,38516,38521,38527,38521,38528,38528,38521,38526,38507,38527,38509,38509,38527,38528,37561,37580,38518,38518,37580,38529,37580,37578,38529,38529,37578,38530,38529,38530,38531,38531,38530,38532,38518,38529,38520,38520,38529,38531,37578,37576,38530,38530,37576,38533,37576,37577,38533,38533,37577,38534,38533,38534,38535,38535,38534,38536,38530,38533,38532,38532,38533,38535,38532,38535,38537,38537,38535,38538,38535,38536,38538,38538,38536,38539,38538,38539,38540,38540,38539,38541,38537,38538,38542,38542,38538,38540,38520,38531,38523,38523,38531,38543,38531,38532,38543,38543,38532,38537,38543,38537,38544,38544,38537,38542,38523,38543,38525,38525,38543,38544,37577,37596,38534,38534,37596,38545,37596,37594,38545,38545,37594,38546,38545,38546,38547,38547,38546,38548,38534,38545,38536,38536,38545,38547,37594,37592,38546,38546,37592,38549,37592,37593,38549,38549,37593,38550,38549,38550,38551,38551,38550,38552,38546,38549,38548,38548,38549,38551,38548,38551,38553,38553,38551,38554,38551,38552,38554,38554,38552,38555,38554,38555,38556,38556,38555,38557,38553,38554,38558,38558,38554,38556,38536,38547,38539,38539,38547,38559,38547,38548,38559,38559,38548,38553,38559,38553,38560,38560,38553,38558,38539,38559,38541,38541,38559,38560,37593,37612,38550,38550,37612,38561,37612,37610,38561,38561,37610,38562,38561,38562,38563,38563,38562,38564,38550,38561,38552,38552,38561,38563,37610,37608,38562,38562,37608,38565,37608,37609,38565,38565,37609,38566,38565,38566,38567,38567,38566,38568,38562,38565,38564,38564,38565,38567,38564,38567,38569,38569,38567,38570,38567,38568,38570,38570,38568,38571,38570,38571,38572,38572,38571,38573,38569,38570,38574,38574,38570,38572,38552,38563,38555,38555,38563,38575,38563,38564,38575,38575,38564,38569,38575,38569,38576,38576,38569,38574,38555,38575,38557,38557,38575,38576,37609,37628,38566,38566,37628,38577,37628,37626,38577,38577,37626,38578,38577,38578,38579,38579,38578,38580,38566,38577,38568,38568,38577,38579,37626,37624,38578,38578,37624,38581,37624,37625,38581,38581,37625,38582,38581,38582,38583,38583,38582,38584,38578,38581,38580,38580,38581,38583,38580,38583,38585,38585,38583,38586,38583,38584,38586,38586,38584,38587,38586,38587,38588,38588,38587,38589,38585,38586,38590,38590,38586,38588,38568,38579,38571,38571,38579,38591,38579,38580,38591,38591,38580,38585,38591,38585,38592,38592,38585,38590,38571,38591,38573,38573,38591,38592,37625,37644,38582,38582,37644,38593,37644,37642,38593,38593,37642,38594,38593,38594,38595,38595,38594,38596,38582,38593,38584,38584,38593,38595,37642,37640,38594,38594,37640,38597,37640,37641,38597,38597,37641,38598,38597,38598,38599,38599,38598,38600,38594,38597,38596,38596,38597,38599,38596,38599,38601,38601,38599,38602,38599,38600,38602,38602,38600,38603,38602,38603,38604,38604,38603,38605,38601,38602,38606,38606,38602,38604,38584,38595,38587,38587,38595,38607,38595,38596,38607,38607,38596,38601,38607,38601,38608,38608,38601,38606,38587,38607,38589,38589,38607,38608,37641,37660,38598,38598,37660,38609,37660,37658,38609,38609,37658,38610,38609,38610,38611,38611,38610,38612,38598,38609,38600,38600,38609,38611,37658,37656,38610,38610,37656,38613,37656,37657,38613,38613,37657,38614,38613,38614,38615,38615,38614,38616,38610,38613,38612,38612,38613,38615,38612,38615,38617,38617,38615,38618,38615,38616,38618,38618,38616,38619,38618,38619,38620,38620,38619,38621,38617,38618,38622,38622,38618,38620,38600,38611,38603,38603,38611,38623,38611,38612,38623,38623,38612,38617,38623,38617,38624,38624,38617,38622,38603,38623,38605,38605,38623,38624,37657,37676,38614,38614,37676,38625,37676,37674,38625,38625,37674,38626,38625,38626,38627,38627,38626,38628,38614,38625,38616,38616,38625,38627,37674,37672,38626,38626,37672,38629,37672,37673,38629,38629,37673,38630,38629,38630,38631,38631,38630,38632,38626,38629,38628,38628,38629,38631,38628,38631,38633,38633,38631,38634,38631,38632,38634,38634,38632,38635,38634,38635,38636,38636,38635,38637,38633,38634,38638,38638,38634,38636,38616,38627,38619,38619,38627,38639,38627,38628,38639,38639,38628,38633,38639,38633,38640,38640,38633,38638,38619,38639,38621,38621,38639,38640,37673,37692,38630,38630,37692,38641,37692,37690,38641,38641,37690,38642,38641,38642,38643,38643,38642,38644,38630,38641,38632,38632,38641,38643,37690,37688,38642,38642,37688,38645,37688,37689,38645,38645,37689,38646,38645,38646,38647,38647,38646,38648,38642,38645,38644,38644,38645,38647,38644,38647,38649,38649,38647,38650,38647,38648,38650,38650,38648,38651,38650,38651,38652,38652,38651,38653,38649,38650,38654,38654,38650,38652,38632,38643,38635,38635,38643,38655,38643,38644,38655,38655,38644,38649,38655,38649,38656,38656,38649,38654,38635,38655,38637,38637,38655,38656,37689,37708,38646,38646,37708,38657,37708,37706,38657,38657,37706,38658,38657,38658,38659,38659,38658,38660,38646,38657,38648,38648,38657,38659,37706,37704,38658,38658,37704,38661,37704,37705,38661,38661,37705,38662,38661,38662,38663,38663,38662,38664,38658,38661,38660,38660,38661,38663,38660,38663,38665,38665,38663,38666,38663,38664,38666,38666,38664,38667,38666,38667,38668,38668,38667,38669,38665,38666,38670,38670,38666,38668,38648,38659,38651,38651,38659,38671,38659,38660,38671,38671,38660,38665,38671,38665,38672,38672,38665,38670,38651,38671,38653,38653,38671,38672,37705,37724,38662,38662,37724,38673,37724,37722,38673,38673,37722,38674,38673,38674,38675,38675,38674,38676,38662,38673,38664,38664,38673,38675,37722,37721,38674,38674,37721,38677,37720,38678,37721,37721,38678,38677,38677,38678,38679,38679,38678,38680,38674,38677,38676,38676,38677,38679,38676,38679,38681,38681,38679,38682,38679,38680,38682,38682,38680,38683,38682,38683,38684,38684,38683,38685,38681,38682,38686,38686,38682,38684,38664,38675,38667,38667,38675,38687,38675,38676,38687,38687,38676,38681,38687,38681,38688,38688,38681,38686,38667,38687,38669,38669,38687,38688,37740,38689,37720,37720,38689,38678,37738,38690,37740,37740,38690,38689,38690,38691,38689,38689,38691,38692,38689,38692,38678,38678,38692,38680,37736,38693,37738,37738,38693,38690,37737,38694,37736,37736,38694,38693,38694,38695,38693,38693,38695,38696,38693,38696,38690,38690,38696,38691,38696,38697,38691,38691,38697,38698,38695,38699,38696,38696,38699,38697,38697,38699,38700,38700,38699,38701,38697,38700,38698,38698,38700,38702,38680,38692,38683,38683,38692,38703,38691,38698,38692,38692,38698,38703,38703,38698,38704,38704,38698,38702,38683,38703,38685,38685,38703,38704,37737,37756,38694,38694,37756,38705,37756,37754,38705,38705,37754,38706,38705,38706,38707,38707,38706,38708,38694,38705,38695,38695,38705,38707,37754,37752,38706,38706,37752,38709,37752,37753,38709,38709,37753,38710,38710,38711,38709,38709,38711,38712,38706,38709,38708,38708,38709,38712,38708,38712,38713,38713,38712,38714,38711,38715,38712,38712,38715,38714,38714,38715,38716,38716,38715,38717,38713,38714,38718,38718,38714,38716,38695,38707,38699,38699,38707,38719,38707,38708,38719,38719,38708,38713,38719,38713,38720,38720,38713,38718,38699,38719,38701,38701,38719,38720,37772,38721,37753,37753,38721,38710,37770,38722,37772,37772,38722,38721,38722,38723,38721,38721,38723,38724,38721,38724,38710,38710,38724,38711,37770,37768,38722,38722,37768,38725,37768,37769,38725,38725,37769,38726,38725,38726,38727,38727,38726,38728,38725,38727,38722,38722,38727,38723,38727,38729,38723,38723,38729,38730,38727,38728,38729,38729,38728,38731,38729,38731,38732,38732,38731,38733,38730,38729,38734,38734,38729,38732,38724,38735,38711,38711,38735,38715,38723,38730,38724,38724,38730,38735,38730,38734,38735,38735,38734,38736,38735,38736,38715,38715,38736,38717,37769,37788,38726,38726,37788,38737,37788,37786,38737,38737,37786,38738,38737,38738,38739,38739,38738,38740,38726,38737,38728,38728,38737,38739,37786,37784,38738,38738,37784,38741,37784,37785,38741,38741,37785,38742,38741,38742,38743,38743,38742,38744,38738,38741,38740,38740,38741,38743,38740,38743,38745,38745,38743,38746,38743,38744,38746,38746,38744,38747,38746,38747,38748,38748,38747,38749,38745,38746,38750,38750,38746,38748,38728,38739,38731,38731,38739,38751,38739,38740,38751,38751,38740,38745,38751,38745,38752,38752,38745,38750,38731,38751,38733,38733,38751,38752,37804,38753,37785,37785,38753,38742,37802,38754,37804,37804,38754,38753,38754,38755,38753,38753,38755,38756,38742,38753,38744,38744,38753,38756,37801,38757,37802,37802,38757,38754,37800,38758,37801,37801,38758,38757,38758,38759,38757,38757,38759,38760,38757,38760,38754,38754,38760,38755,38755,38760,38761,38761,38760,38762,38759,38763,38760,38760,38763,38762,38762,38763,38764,38764,38763,38765,38761,38762,38766,38766,38762,38764,38744,38756,38747,38747,38756,38767,38756,38755,38767,38767,38755,38761,38767,38761,38768,38768,38761,38766,38747,38767,38749,38749,38767,38768,37820,38769,37800,37800,38769,38758,37818,38770,37820,37820,38770,38769,38770,38771,38769,38769,38771,38772,38769,38772,38758,38758,38772,38759,37817,38773,37818,37818,38773,38770,37816,38774,37817,37817,38774,38773,38774,38775,38773,38773,38775,38776,38773,38776,38770,38770,38776,38771,38776,38777,38771,38771,38777,38778,38775,38779,38776,38776,38779,38777,38779,38780,38777,38777,38780,38781,38777,38781,38778,38778,38781,38782,38772,38783,38759,38759,38783,38763,38771,38778,38772,38772,38778,38783,38778,38782,38783,38783,38782,38784,38783,38784,38763,38763,38784,38765,37836,38785,37816,37816,38785,38774,37834,38786,37836,37836,38786,38785,38786,38787,38785,38785,38787,38788,38785,38788,38774,38774,38788,38775,37833,38789,37834,37834,38789,38786,37832,38790,37833,37833,38790,38789,38790,38791,38789,38789,38791,38792,38789,38792,38786,38786,38792,38787,38787,38792,38793,38793,38792,38794,38792,38791,38794,38794,38791,38795,38794,38795,38796,38796,38795,38797,38793,38794,38798,38798,38794,38796,38788,38799,38775,38775,38799,38779,38787,38793,38788,38788,38793,38799,38799,38793,38800,38800,38793,38798,38779,38799,38780,38780,38799,38800,37855,38801,37856,37856,38801,38802,37852,38803,37855,37855,38803,38801,38803,38804,38801,38801,38804,38805,38801,38805,38802,38802,38805,38806,37851,38807,37852,37852,38807,38803,37850,38808,37851,37851,38808,38807,38808,38809,38807,38807,38809,38810,38807,38810,38803,38803,38810,38804,38804,38810,38811,38811,38810,38812,38809,38813,38810,38810,38813,38812,38812,38813,38814,38814,38813,38815,38811,38812,38816,38816,38812,38814,38805,38817,38806,38806,38817,38818,38805,38804,38817,38817,38804,38811,38817,38811,38819,38819,38811,38816,38818,38817,38820,38820,38817,38819,37872,38821,37850,37850,38821,38808,37870,38822,37872,37872,38822,38821,38822,38823,38821,38821,38823,38824,38821,38824,38808,38808,38824,38809,37868,38825,37870,37870,38825,38822,37869,38826,37868,37868,38826,38825,38826,38827,38825,38825,38827,38828,38825,38828,38822,38822,38828,38823,38828,38829,38823,38823,38829,38830,38827,38831,38828,38828,38831,38829,38831,38832,38829,38829,38832,38833,38829,38833,38830,38830,38833,38834,38824,38835,38809,38809,38835,38813,38823,38830,38824,38824,38830,38835,38830,38834,38835,38835,38834,38836,38813,38835,38815,38815,38835,38836,37869,37888,38826,38826,37888,38837,37888,37886,38837,38837,37886,38838,38837,38838,38839,38839,38838,38840,38826,38837,38827,38827,38837,38839,37886,37884,38838,38838,37884,38841,37884,37885,38841,38841,37885,38842,38841,38842,38843,38843,38842,38844,38838,38841,38840,38840,38841,38843,38840,38843,38845,38845,38843,38846,38843,38844,38846,38846,38844,38847,38846,38847,38848,38848,38847,38849,38845,38846,38850,38850,38846,38848,38839,38851,38827,38827,38851,38831,38839,38840,38851,38851,38840,38845,38851,38845,38852,38852,38845,38850,38831,38851,38832,38832,38851,38852,37885,37904,38842,38842,37904,38853,37904,37902,38853,38853,37902,38854,38853,38854,38855,38855,38854,38856,38842,38853,38844,38844,38853,38855,37902,37900,38854,38854,37900,38857,37900,37901,38857,38857,37901,38858,38857,38858,38859,38859,38858,38860,38854,38857,38856,38856,38857,38859,38856,38859,38861,38861,38859,38862,38860,38863,38859,38859,38863,38862,38863,38864,38862,38862,38864,38865,38862,38865,38861,38861,38865,38866,38844,38855,38847,38847,38855,38867,38855,38856,38867,38867,38856,38861,38861,38866,38867,38867,38866,38868,38847,38867,38849,38849,38867,38868,37901,37920,38858,38858,37920,38869,37920,37918,38869,38869,37918,38870,38870,38871,38869,38869,38871,38872,38858,38869,38860,38860,38869,38872,37917,38873,37918,37918,38873,38870,37916,38874,37917,37917,38874,38873,38874,38875,38873,38873,38875,38876,38873,38876,38870,38870,38876,38871,38876,38877,38871,38871,38877,38878,38875,38879,38876,38876,38879,38877,38879,38880,38877,38877,38880,38881,38877,38881,38878,38878,38881,38882,38872,38883,38860,38860,38883,38863,38871,38878,38872,38872,38878,38883,38878,38882,38883,38883,38882,38884,38883,38884,38863,38863,38884,38864,37936,38885,37916,37916,38885,38874,37934,38886,37936,37936,38886,38885,38886,38887,38885,38885,38887,38888,38885,38888,38874,38874,38888,38875,37933,38889,37934,37934,38889,38886,37932,38890,37933,37933,38890,38889,38890,38891,38889,38889,38891,38892,38889,38892,38886,38886,38892,38887,38892,38893,38887,38887,38893,38894,38891,38895,38892,38892,38895,38893,38895,38896,38893,38893,38896,38897,38893,38897,38894,38894,38897,38898,38888,38899,38875,38875,38899,38879,38887,38894,38888,38888,38894,38899,38894,38898,38899,38899,38898,38900,38899,38900,38879,38879,38900,38880,37952,38901,37932,37932,38901,38890,37950,38902,37952,37952,38902,38901,38902,38903,38901,38901,38903,38904,38901,38904,38890,38890,38904,38891,37949,38905,37950,37950,38905,38902,37948,38906,37949,37949,38906,38905,38906,38907,38905,38905,38907,38908,38905,38908,38902,38902,38908,38903,38908,38909,38903,38903,38909,38910,38907,38911,38908,38908,38911,38909,38911,38912,38909,38909,38912,38913,38909,38913,38910,38910,38913,38914,38904,38915,38891,38891,38915,38895,38903,38910,38904,38904,38910,38915,38910,38914,38915,38915,38914,38916,38915,38916,38895,38895,38916,38896,37968,38917,37948,37948,38917,38906,37966,38918,37968,37968,38918,38917,38918,38919,38917,38917,38919,38920,38917,38920,38906,38906,38920,38907,37965,38921,37966,37966,38921,38918,37964,38922,37965,37965,38922,38921,38922,38923,38921,38921,38923,38924,38921,38924,38918,38918,38924,38919,38924,38925,38919,38919,38925,38926,38923,38927,38924,38924,38927,38925,38927,38928,38925,38925,38928,38929,38925,38929,38926,38926,38929,38930,38920,38931,38907,38907,38931,38911,38919,38926,38920,38920,38926,38931,38926,38930,38931,38931,38930,38932,38931,38932,38911,38911,38932,38912,37984,38933,37964,37964,38933,38922,37982,38934,37984,37984,38934,38933,38934,38935,38933,38933,38935,38936,38933,38936,38922,38922,38936,38923,37981,38937,37982,37982,38937,38934,37980,38938,37981,37981,38938,38937,38938,38939,38937,38937,38939,38940,38937,38940,38934,38934,38940,38935,38940,38941,38935,38935,38941,38942,38939,38943,38940,38940,38943,38941,38943,38944,38941,38941,38944,38945,38941,38945,38942,38942,38945,38946,38936,38947,38923,38923,38947,38927,38935,38942,38936,38936,38942,38947,38942,38946,38947,38947,38946,38948,38947,38948,38927,38927,38948,38928,38000,38949,37980,37980,38949,38938,37998,38950,38000,38000,38950,38949,38950,38951,38949,38949,38951,38952,38949,38952,38938,38938,38952,38939,37997,38953,37998,37998,38953,38950,37996,38954,37997,37997,38954,38953,38954,38955,38953,38953,38955,38956,38953,38956,38950,38950,38956,38951,38956,38957,38951,38951,38957,38958,38955,38959,38956,38956,38959,38957,38959,38960,38957,38957,38960,38961,38957,38961,38958,38958,38961,38962,38952,38963,38939,38939,38963,38943,38951,38958,38952,38952,38958,38963,38958,38962,38963,38963,38962,38964,38963,38964,38943,38943,38964,38944,38016,38965,37996,37996,38965,38954,38014,38966,38016,38016,38966,38965,38966,38967,38965,38965,38967,38968,38965,38968,38954,38954,38968,38955,38013,38969,38014,38014,38969,38966,38012,38970,38013,38013,38970,38969,38970,38971,38969,38969,38971,38972,38969,38972,38966,38966,38972,38967,38972,38973,38967,38967,38973,38974,38971,38975,38972,38972,38975,38973,38975,38976,38973,38973,38976,38977,38973,38977,38974,38974,38977,38978,38968,38979,38955,38955,38979,38959,38967,38974,38968,38968,38974,38979,38974,38978,38979,38979,38978,38980,38979,38980,38959,38959,38980,38960,38032,38981,38012,38012,38981,38970,38030,38982,38032,38032,38982,38981,38982,38983,38981,38981,38983,38984,38981,38984,38970,38970,38984,38971,38029,38985,38030,38030,38985,38982,38028,38986,38029,38029,38986,38985,38986,38987,38985,38985,38987,38988,38985,38988,38982,38982,38988,38983,38988,38989,38983,38983,38989,38990,38987,38991,38988,38988,38991,38989,38991,38992,38989,38989,38992,38993,38989,38993,38990,38990,38993,38994,38984,38995,38971,38971,38995,38975,38983,38990,38984,38984,38990,38995,38990,38994,38995,38995,38994,38996,38995,38996,38975,38975,38996,38976,38048,38997,38028,38028,38997,38986,38046,38998,38048,38048,38998,38997,38998,38999,38997,38997,38999,39000,38997,39000,38986,38986,39000,38987,38045,39001,38046,38046,39001,38998,38044,39002,38045,38045,39002,39001,39002,39003,39001,39001,39003,39004,39001,39004,38998,38998,39004,38999,39004,39005,38999,38999,39005,39006,39003,39007,39004,39004,39007,39005,39007,39008,39005,39005,39008,39009,39005,39009,39006,39006,39009,39010,39000,39011,38987,38987,39011,38991,38999,39006,39000,39000,39006,39011,39006,39010,39011,39011,39010,39012,39011,39012,38991,38991,39012,38992,38064,39013,38044,38044,39013,39002,38062,39014,38064,38064,39014,39013,39014,39015,39013,39013,39015,39016,39013,39016,39002,39002,39016,39003,38061,39017,38062,38062,39017,39014,38060,39018,38061,38061,39018,39017,39018,39019,39017,39017,39019,39020,39017,39020,39014,39014,39020,39015,39020,39021,39015,39015,39021,39022,39019,39023,39020,39020,39023,39021,39023,39024,39021,39021,39024,39025,39021,39025,39022,39022,39025,39026,39016,39027,39003,39003,39027,39007,39015,39022,39016,39016,39022,39027,39022,39026,39027,39027,39026,39028,39027,39028,39007,39007,39028,39008,38080,39029,38060,38060,39029,39018,38078,39030,38080,38080,39030,39029,39030,39031,39029,39029,39031,39032,39029,39032,39018,39018,39032,39019,38077,39033,38078,38078,39033,39030,38076,39034,38077,38077,39034,39033,39034,39035,39033,39033,39035,39036,39033,39036,39030,39030,39036,39031,39036,39037,39031,39031,39037,39038,39035,39039,39036,39036,39039,39037,39039,39040,39037,39037,39040,39041,39037,39041,39038,39038,39041,39042,39032,39043,39019,39019,39043,39023,39031,39038,39032,39032,39038,39043,39038,39042,39043,39043,39042,39044,39043,39044,39023,39023,39044,39024,38096,39045,38076,38076,39045,39034,38094,39046,38096,38096,39046,39045,39046,39047,39045,39045,39047,39048,39045,39048,39034,39034,39048,39035,38093,39049,38094,38094,39049,39046,38092,39050,38093,38093,39050,39049,39050,39051,39049,39049,39051,39052,39049,39052,39046,39046,39052,39047,39052,39053,39047,39047,39053,39054,39051,39055,39052,39052,39055,39053,39055,39056,39053,39053,39056,39057,39053,39057,39054,39054,39057,39058,39048,39059,39035,39035,39059,39039,39047,39054,39048,39048,39054,39059,39054,39058,39059,39059,39058,39060,39059,39060,39039,39039,39060,39040,38112,39061,38092,38092,39061,39050,38110,39062,38112,38112,39062,39061,39062,39063,39061,39061,39063,39064,39061,39064,39050,39050,39064,39051,38109,39065,38110,38110,39065,39062,38108,39066,38109,38109,39066,39065,39066,39067,39065,39065,39067,39068,39065,39068,39062,39062,39068,39063,39068,39069,39063,39063,39069,39070,39067,39071,39068,39068,39071,39069,39071,39072,39069,39069,39072,39073,39069,39073,39070,39070,39073,39074,39064,39075,39051,39051,39075,39055,39063,39070,39064,39064,39070,39075,39070,39074,39075,39075,39074,39076,39075,39076,39055,39055,39076,39056,38128,39077,38108,38108,39077,39066,38126,39078,38128,38128,39078,39077,39078,39079,39077,39077,39079,39080,39077,39080,39066,39066,39080,39067,38125,39081,38126,38126,39081,39078,38124,39082,38125,38125,39082,39081,39082,39083,39081,39081,39083,39084,39081,39084,39078,39078,39084,39079,39084,39085,39079,39079,39085,39086,39083,39087,39084,39084,39087,39085,39087,39088,39085,39085,39088,39089,39085,39089,39086,39086,39089,39090,39080,39091,39067,39067,39091,39071,39079,39086,39080,39080,39086,39091,39086,39090,39091,39091,39090,39092,39091,39092,39071,39071,39092,39072,38144,39093,38124,38124,39093,39082,38142,39094,38144,38144,39094,39093,39094,39095,39093,39093,39095,39096,39093,39096,39082,39082,39096,39083,38141,39097,38142,38142,39097,39094,38140,39098,38141,38141,39098,39097,39098,39099,39097,39097,39099,39100,39097,39100,39094,39094,39100,39095,39100,39101,39095,39095,39101,39102,39099,39103,39100,39100,39103,39101,39103,39104,39101,39101,39104,39105,39101,39105,39102,39102,39105,39106,39096,39107,39083,39083,39107,39087,39095,39102,39096,39096,39102,39107,39102,39106,39107,39107,39106,39108,39107,39108,39087,39087,39108,39088,38160,39109,38140,38140,39109,39098,38158,39110,38160,38160,39110,39109,39110,39111,39109,39109,39111,39112,39109,39112,39098,39098,39112,39099,38157,39113,38158,38158,39113,39110,38156,39114,38157,38157,39114,39113,39114,39115,39113,39113,39115,39116,39113,39116,39110,39110,39116,39111,39116,39117,39111,39111,39117,39118,39115,39119,39116,39116,39119,39117,39119,39120,39117,39117,39120,39121,39117,39121,39118,39118,39121,39122,39112,39123,39099,39099,39123,39103,39111,39118,39112,39112,39118,39123,39118,39122,39123,39123,39122,39124,39123,39124,39103,39103,39124,39104,38176,39125,38156,38156,39125,39114,38174,39126,38176,38176,39126,39125,39126,39127,39125,39125,39127,39128,39125,39128,39114,39114,39128,39115,38173,39129,38174,38174,39129,39126,38172,39130,38173,38173,39130,39129,39130,39131,39129,39129,39131,39132,39129,39132,39126,39126,39132,39127,39132,39133,39127,39127,39133,39134,39131,39135,39132,39132,39135,39133,39135,39136,39133,39133,39136,39137,39133,39137,39134,39134,39137,39138,39128,39139,39115,39115,39139,39119,39127,39134,39128,39128,39134,39139,39134,39138,39139,39139,39138,39140,39139,39140,39119,39119,39140,39120,38192,39141,38172,38172,39141,39130,38190,39142,38192,38192,39142,39141,39142,39143,39141,39141,39143,39144,39141,39144,39130,39130,39144,39131,38189,39145,38190,38190,39145,39142,38188,39146,38189,38189,39146,39145,39146,39147,39145,39145,39147,39148,39145,39148,39142,39142,39148,39143,39148,39149,39143,39143,39149,39150,39147,39151,39148,39148,39151,39149,39151,39152,39149,39149,39152,39153,39149,39153,39150,39150,39153,39154,39144,39155,39131,39131,39155,39135,39143,39150,39144,39144,39150,39155,39150,39154,39155,39155,39154,39156,39155,39156,39135,39135,39156,39136,38208,39157,38188,38188,39157,39146,38206,39158,38208,38208,39158,39157,39158,39159,39157,39157,39159,39160,39157,39160,39146,39146,39160,39147,38205,39161,38206,38206,39161,39158,38204,39162,38205,38205,39162,39161,39162,39163,39161,39161,39163,39164,39161,39164,39158,39158,39164,39159,39164,39165,39159,39159,39165,39166,39163,39167,39164,39164,39167,39165,39167,39168,39165,39165,39168,39169,39165,39169,39166,39166,39169,39170,39160,39171,39147,39147,39171,39151,39159,39166,39160,39160,39166,39171,39166,39170,39171,39171,39170,39172,39171,39172,39151,39151,39172,39152,38224,39173,38204,38204,39173,39162,38222,39174,38224,38224,39174,39173,39174,39175,39173,39173,39175,39176,39173,39176,39162,39162,39176,39163,38221,39177,38222,38222,39177,39174,38220,39178,38221,38221,39178,39177,39178,39179,39177,39177,39179,39180,39177,39180,39174,39174,39180,39175,39180,39181,39175,39175,39181,39182,39179,39183,39180,39180,39183,39181,39183,39184,39181,39181,39184,39185,39181,39185,39182,39182,39185,39186,39176,39187,39163,39163,39187,39167,39175,39182,39176,39176,39182,39187,39182,39186,39187,39187,39186,39188,39187,39188,39167,39167,39188,39168,38240,39189,38220,38220,39189,39178,38238,39190,38240,38240,39190,39189,39190,39191,39189,39189,39191,39192,39189,39192,39178,39178,39192,39179,38237,39193,38238,38238,39193,39190,38236,39194,38237,38237,39194,39193,39194,39195,39193,39193,39195,39196,39193,39196,39190,39190,39196,39191,39196,39197,39191,39191,39197,39198,39195,39199,39196,39196,39199,39197,39199,39200,39197,39197,39200,39201,39197,39201,39198,39198,39201,39202,39192,39203,39179,39179,39203,39183,39191,39198,39192,39192,39198,39203,39198,39202,39203,39203,39202,39204,39203,39204,39183,39183,39204,39184,38256,39205,38236,38236,39205,39194,38254,39206,38256,38256,39206,39205,39206,39207,39205,39205,39207,39208,39205,39208,39194,39194,39208,39195,38253,39209,38254,38254,39209,39206,38252,39210,38253,38253,39210,39209,39210,39211,39209,39209,39211,39212,39209,39212,39206,39206,39212,39207,39212,39213,39207,39207,39213,39214,39211,39215,39212,39212,39215,39213,39215,39216,39213,39213,39216,39217,39213,39217,39214,39214,39217,39218,39208,39219,39195,39195,39219,39199,39207,39214,39208,39208,39214,39219,39214,39218,39219,39219,39218,39220,39219,39220,39199,39199,39220,39200,38272,39221,38252,38252,39221,39210,38270,39222,38272,38272,39222,39221,39222,39223,39221,39221,39223,39224,39221,39224,39210,39210,39224,39211,38269,39225,38270,38270,39225,39222,38268,39226,38269,38269,39226,39225,39226,39227,39225,39225,39227,39228,39225,39228,39222,39222,39228,39223,39228,39229,39223,39223,39229,39230,39227,39231,39228,39228,39231,39229,39231,39232,39229,39229,39232,39233,39229,39233,39230,39230,39233,39234,39224,39235,39211,39211,39235,39215,39223,39230,39224,39224,39230,39235,39230,39234,39235,39235,39234,39236,39235,39236,39215,39215,39236,39216,38288,39237,38268,38268,39237,39226,38286,39238,38288,38288,39238,39237,39238,39239,39237,39237,39239,39240,39237,39240,39226,39226,39240,39227,38285,39241,38286,38286,39241,39238,38284,39242,38285,38285,39242,39241,39242,39243,39241,39241,39243,39244,39241,39244,39238,39238,39244,39239,39244,39245,39239,39239,39245,39246,39243,39247,39244,39244,39247,39245,39247,39248,39245,39245,39248,39249,39245,39249,39246,39246,39249,39250,39240,39251,39227,39227,39251,39231,39239,39246,39240,39240,39246,39251,39246,39250,39251,39251,39250,39252,39251,39252,39231,39231,39252,39232,38304,39253,38284,38284,39253,39242,38302,39254,38304,38304,39254,39253,39254,39255,39253,39253,39255,39256,39253,39256,39242,39242,39256,39243,38301,39257,38302,38302,39257,39254,38300,39258,38301,38301,39258,39257,39258,39259,39257,39257,39259,39260,39257,39260,39254,39254,39260,39255,39260,39261,39255,39255,39261,39262,39259,39263,39260,39260,39263,39261,39263,39264,39261,39261,39264,39265,39261,39265,39262,39262,39265,39266,39256,39267,39243,39243,39267,39247,39255,39262,39256,39256,39262,39267,39262,39266,39267,39267,39266,39268,39267,39268,39247,39247,39268,39248,38320,39269,38300,38300,39269,39258,38318,39270,38320,38320,39270,39269,39270,39271,39269,39269,39271,39272,39269,39272,39258,39258,39272,39259,38317,39273,38318,38318,39273,39270,38316,39274,38317,38317,39274,39273,39274,39275,39273,39273,39275,39276,39273,39276,39270,39270,39276,39271,39276,39277,39271,39271,39277,39278,39275,39279,39276,39276,39279,39277,39279,39280,39277,39277,39280,39281,39277,39281,39278,39278,39281,39282,39272,39283,39259,39259,39283,39263,39271,39278,39272,39272,39278,39283,39278,39282,39283,39283,39282,39284,39283,39284,39263,39263,39284,39264,38336,39285,38316,38316,39285,39274,38334,39286,38336,38336,39286,39285,39286,39287,39285,39285,39287,39288,39285,39288,39274,39274,39288,39275,38334,38332,39286,39286,38332,39289,38332,38333,39289,39289,38333,39290,39289,39290,39291,39291,39290,39292,39286,39289,39287,39287,39289,39291,39291,39293,39287,39287,39293,39294,39292,39295,39291,39291,39295,39293,39295,39296,39293,39293,39296,39297,39293,39297,39294,39294,39297,39298,39288,39299,39275,39275,39299,39279,39287,39294,39288,39288,39294,39299,39294,39298,39299,39299,39298,39300,39299,39300,39279,39279,39300,39280,38333,38352,39290,39290,38352,39301,38352,38350,39301,39301,38350,39302,39301,39302,39303,39303,39302,39304,39301,39303,39290,39290,39303,39292,38350,38348,39302,39302,38348,39305,38348,38349,39305,39305,38349,39306,39305,39306,39307,39307,39306,39308,39302,39305,39304,39304,39305,39307,39304,39307,39309,39309,39307,39310,39307,39308,39310,39310,39308,39311,39310,39311,39312,39312,39311,39313,39309,39310,39314,39314,39310,39312,39303,39315,39292,39292,39315,39295,39303,39304,39315,39315,39304,39309,39315,39309,39316,39316,39309,39314,39315,39316,39295,39295,39316,39296,38349,38368,39306,39306,38368,39317,38366,39318,38368,38368,39318,39317,39317,39318,39319,39319,39318,39320,39306,39317,39308,39308,39317,39319,38365,39321,38366,38366,39321,39318,38364,39322,38365,38365,39322,39321,39322,39323,39321,39321,39323,39324,39321,39324,39318,39318,39324,39320,39324,39325,39320,39320,39325,39326,39323,39327,39324,39324,39327,39325,39327,39328,39325,39325,39328,39329,39326,39325,39330,39330,39325,39329,39308,39319,39311,39311,39319,39331,39319,39320,39331,39331,39320,39326,39331,39326,39332,39332,39326,39330,39311,39331,39313,39313,39331,39332,38384,39333,38364,38364,39333,39322,38382,39334,38384,38384,39334,39333,39334,39335,39333,39333,39335,39336,39333,39336,39322,39322,39336,39323,38381,39337,38382,38382,39337,39334,38380,39338,38381,38381,39338,39337,39338,39339,39337,39337,39339,39340,39337,39340,39334,39334,39340,39335,39340,39341,39335,39335,39341,39342,39339,39343,39340,39340,39343,39341,39343,39344,39341,39341,39344,39345,39341,39345,39342,39342,39345,39346,39336,39347,39323,39323,39347,39327,39335,39342,39336,39336,39342,39347,39342,39346,39347,39347,39346,39348,39347,39348,39327,39327,39348,39328,38400,39349,38380,38380,39349,39338,38398,39350,38400,38400,39350,39349,39350,39351,39349,39349,39351,39352,39349,39352,39338,39338,39352,39339,38397,39353,38398,38398,39353,39350,38396,39354,38397,38397,39354,39353,39354,39355,39353,39353,39355,39356,39353,39356,39350,39350,39356,39351,39356,39357,39351,39351,39357,39358,39355,39359,39356,39356,39359,39357,39359,39360,39357,39357,39360,39361,39357,39361,39358,39358,39361,39362,39352,39363,39339,39339,39363,39343,39351,39358,39352,39352,39358,39363,39358,39362,39363,39363,39362,39364,39363,39364,39343,39343,39364,39344,38416,39365,38396,38396,39365,39354,38416,38414,39365,39365,38414,39366,39365,39366,39367,39367,39366,39368,39365,39367,39354,39354,39367,39355,38414,38412,39366,39366,38412,39369,38412,38413,39369,39369,38413,39370,39369,39370,39371,39371,39370,39372,39366,39369,39368,39368,39369,39371,39368,39371,39373,39373,39371,39374,39371,39372,39374,39374,39372,39375,39374,39375,39376,39376,39375,39377,39373,39374,39378,39378,39374,39376,39367,39379,39355,39355,39379,39359,39368,39373,39367,39367,39373,39379,39373,39378,39379,39379,39378,39380,39379,39380,39359,39359,39380,39360,38413,38432,39370,39370,38432,39381,38432,38430,39381,39381,38430,39382,39381,39382,39383,39383,39382,39384,39370,39381,39372,39372,39381,39383,38430,38428,39382,39382,38428,39385,38428,38429,39385,39385,38429,39386,39385,39386,39387,39387,39386,39388,39382,39385,39384,39384,39385,39387,39384,39387,39389,39389,39387,39390,39387,39388,39390,39390,39388,39391,39390,39391,39392,39392,39391,39393,39389,39390,39394,39394,39390,39392,39372,39383,39375,39375,39383,39395,39383,39384,39395,39395,39384,39389,39395,39389,39396,39396,39389,39394,39375,39395,39377,39377,39395,39396,38429,38448,39386,39386,38448,39397,38448,38446,39397,39397,38446,39398,39397,39398,39399,39399,39398,39400,39386,39397,39388,39388,39397,39399,38446,38444,39398,39398,38444,39401,38444,38445,39401,39401,38445,39402,39401,39402,39403,39403,39402,39404,39398,39401,39400,39400,39401,39403,39400,39403,39405,39405,39403,39406,39403,39404,39406,39406,39404,39407,39406,39407,39408,39408,39407,39409,39405,39406,39410,39410,39406,39408,39388,39399,39391,39391,39399,39411,39399,39400,39411,39411,39400,39405,39411,39405,39412,39412,39405,39410,39391,39411,39393,39393,39411,39412,38445,38464,39402,39402,38464,39413,38464,38462,39413,39413,38462,39414,39413,39414,39415,39415,39414,39416,39402,39413,39404,39404,39413,39415,38462,38460,39414,39414,38460,39417,38460,38461,39417,39417,38461,39418,39417,39418,39419,39419,39418,39420,39414,39417,39416,39416,39417,39419,39416,39419,39421,39421,39419,39422,39419,39420,39422,39422,39420,39423,39422,39423,39424,39424,39423,39425,39421,39422,39426,39426,39422,39424,39404,39415,39407,39407,39415,39427,39415,39416,39427,39427,39416,39421,39427,39421,39428,39428,39421,39426,39407,39427,39409,39409,39427,39428,38461,38480,39418,39418,38480,39429,38480,38478,39429,39429,38478,39430,39429,39430,39431,39431,39430,39432,39418,39429,39420,39420,39429,39431,38478,38476,39430,39430,38476,39433,38476,38477,39433,39433,38477,39434,39433,39434,39435,39435,39434,39436,39430,39433,39432,39432,39433,39435,39432,39435,39437,39437,39435,39438,39435,39436,39438,39438,39436,39439,39438,39439,39440,39440,39439,39441,39437,39438,39442,39442,39438,39440,39420,39431,39423,39423,39431,39443,39431,39432,39443,39443,39432,39437,39443,39437,39444,39444,39437,39442,39423,39443,39425,39425,39443,39444,38477,38496,39434,39434,38496,39445,38496,38494,39445,39445,38494,39446,39445,39446,39447,39447,39446,39448,39434,39445,39436,39436,39445,39447,38494,38492,39446,39446,38492,39449,38492,38493,39449,39449,38493,39450,39449,39450,39451,39451,39450,39452,39446,39449,39448,39448,39449,39451,39448,39451,39453,39453,39451,39454,39451,39452,39454,39454,39452,39455,39454,39455,39456,39456,39455,39457,39453,39454,39458,39458,39454,39456,39436,39447,39439,39439,39447,39459,39447,39448,39459,39459,39448,39453,39459,39453,39460,39460,39453,39458,39439,39459,39441,39441,39459,39460,38493,38512,39450,39450,38512,39461,38512,38510,39461,39461,38510,39462,39461,39462,39463,39463,39462,39464,39450,39461,39452,39452,39461,39463,38510,38508,39462,39462,38508,39465,38508,38509,39465,39465,38509,39466,39465,39466,39467,39467,39466,39468,39462,39465,39464,39464,39465,39467,39464,39467,39469,39469,39467,39470,39467,39468,39470,39470,39468,39471,39470,39471,39472,39472,39471,39473,39469,39470,39474,39474,39470,39472,39452,39463,39455,39455,39463,39475,39463,39464,39475,39475,39464,39469,39475,39469,39476,39476,39469,39474,39455,39475,39457,39457,39475,39476,38509,38528,39466,39466,38528,39477,38528,38526,39477,39477,38526,39478,39477,39478,39479,39479,39478,39480,39466,39477,39468,39468,39477,39479,38526,38524,39478,39478,38524,39481,38524,38525,39481,39481,38525,39482,39481,39482,39483,39483,39482,39484,39478,39481,39480,39480,39481,39483,39480,39483,39485,39485,39483,39486,39483,39484,39486,39486,39484,39487,39486,39487,39488,39488,39487,39489,39485,39486,39490,39490,39486,39488,39468,39479,39471,39471,39479,39491,39479,39480,39491,39491,39480,39485,39491,39485,39492,39492,39485,39490,39471,39491,39473,39473,39491,39492,38525,38544,39482,39482,38544,39493,38544,38542,39493,39493,38542,39494,39493,39494,39495,39495,39494,39496,39482,39493,39484,39484,39493,39495,38542,38540,39494,39494,38540,39497,38540,38541,39497,39497,38541,39498,39497,39498,39499,39499,39498,39500,39494,39497,39496,39496,39497,39499,39496,39499,39501,39501,39499,39502,39499,39500,39502,39502,39500,39503,39502,39503,39504,39504,39503,39505,39501,39502,39506,39506,39502,39504,39484,39495,39487,39487,39495,39507,39495,39496,39507,39507,39496,39501,39507,39501,39508,39508,39501,39506,39487,39507,39489,39489,39507,39508,38541,38560,39498,39498,38560,39509,38560,38558,39509,39509,38558,39510,39509,39510,39511,39511,39510,39512,39498,39509,39500,39500,39509,39511,38558,38556,39510,39510,38556,39513,38556,38557,39513,39513,38557,39514,39513,39514,39515,39515,39514,39516,39510,39513,39512,39512,39513,39515,39512,39515,39517,39517,39515,39518,39515,39516,39518,39518,39516,39519,39518,39519,39520,39520,39519,39521,39517,39518,39522,39522,39518,39520,39500,39511,39503,39503,39511,39523,39511,39512,39523,39523,39512,39517,39523,39517,39524,39524,39517,39522,39503,39523,39505,39505,39523,39524,38557,38576,39514,39514,38576,39525,38576,38574,39525,39525,38574,39526,39525,39526,39527,39527,39526,39528,39514,39525,39516,39516,39525,39527,38574,38572,39526,39526,38572,39529,38572,38573,39529,39529,38573,39530,39529,39530,39531,39531,39530,39532,39526,39529,39528,39528,39529,39531,39528,39531,39533,39533,39531,39534,39531,39532,39534,39534,39532,39535,39534,39535,39536,39536,39535,39537,39533,39534,39538,39538,39534,39536,39516,39527,39519,39519,39527,39539,39527,39528,39539,39539,39528,39533,39539,39533,39540,39540,39533,39538,39519,39539,39521,39521,39539,39540,38573,38592,39530,39530,38592,39541,38592,38590,39541,39541,38590,39542,39541,39542,39543,39543,39542,39544,39530,39541,39532,39532,39541,39543,38590,38588,39542,39542,38588,39545,38588,38589,39545,39545,38589,39546,39545,39546,39547,39547,39546,39548,39542,39545,39544,39544,39545,39547,39544,39547,39549,39549,39547,39550,39547,39548,39550,39550,39548,39551,39550,39551,39552,39552,39551,39553,39549,39550,39554,39554,39550,39552,39532,39543,39535,39535,39543,39555,39543,39544,39555,39555,39544,39549,39555,39549,39556,39556,39549,39554,39535,39555,39537,39537,39555,39556,38589,38608,39546,39546,38608,39557,38608,38606,39557,39557,38606,39558,39557,39558,39559,39559,39558,39560,39546,39557,39548,39548,39557,39559,38606,38604,39558,39558,38604,39561,38604,38605,39561,39561,38605,39562,39561,39562,39563,39563,39562,39564,39558,39561,39560,39560,39561,39563,39560,39563,39565,39565,39563,39566,39563,39564,39566,39566,39564,39567,39566,39567,39568,39568,39567,39569,39565,39566,39570,39570,39566,39568,39548,39559,39551,39551,39559,39571,39559,39560,39571,39571,39560,39565,39571,39565,39572,39572,39565,39570,39551,39571,39553,39553,39571,39572,38605,38624,39562,39562,38624,39573,38624,38622,39573,39573,38622,39574,39573,39574,39575,39575,39574,39576,39562,39573,39564,39564,39573,39575,38622,38620,39574,39574,38620,39577,38620,38621,39577,39577,38621,39578,39577,39578,39579,39579,39578,39580,39574,39577,39576,39576,39577,39579,39576,39579,39581,39581,39579,39582,39579,39580,39582,39582,39580,39583,39582,39583,39584,39584,39583,39585,39581,39582,39586,39586,39582,39584,39564,39575,39567,39567,39575,39587,39575,39576,39587,39587,39576,39581,39587,39581,39588,39588,39581,39586,39567,39587,39569,39569,39587,39588,38621,38640,39578,39578,38640,39589,38640,38638,39589,39589,38638,39590,39589,39590,39591,39591,39590,39592,39578,39589,39580,39580,39589,39591,38638,38636,39590,39590,38636,39593,38636,38637,39593,39593,38637,39594,39593,39594,39595,39595,39594,39596,39590,39593,39592,39592,39593,39595,39592,39595,39597,39597,39595,39598,39595,39596,39598,39598,39596,39599,39598,39599,39600,39600,39599,39601,39597,39598,39602,39602,39598,39600,39580,39591,39583,39583,39591,39603,39591,39592,39603,39603,39592,39597,39603,39597,39604,39604,39597,39602,39583,39603,39585,39585,39603,39604,38637,38656,39594,39594,38656,39605,38656,38654,39605,39605,38654,39606,39605,39606,39607,39607,39606,39608,39594,39605,39596,39596,39605,39607,38654,38652,39606,39606,38652,39609,38652,38653,39609,39609,38653,39610,39609,39610,39611,39611,39610,39612,39606,39609,39608,39608,39609,39611,39608,39611,39613,39613,39611,39614,39611,39612,39614,39614,39612,39615,39614,39615,39616,39616,39615,39617,39613,39614,39618,39618,39614,39616,39596,39607,39599,39599,39607,39619,39607,39608,39619,39619,39608,39613,39619,39613,39620,39620,39613,39618,39599,39619,39601,39601,39619,39620,38653,38672,39610,39610,38672,39621,38672,38670,39621,39621,38670,39622,39621,39622,39623,39623,39622,39624,39610,39621,39612,39612,39621,39623,38670,38668,39622,39622,38668,39625,38668,38669,39625,39625,38669,39626,39625,39626,39627,39627,39626,39628,39622,39625,39624,39624,39625,39627,39624,39627,39629,39629,39627,39630,39627,39628,39630,39630,39628,39631,39630,39631,39632,39632,39631,39633,39629,39630,39634,39634,39630,39632,39612,39623,39615,39615,39623,39635,39623,39624,39635,39635,39624,39629,39635,39629,39636,39636,39629,39634,39615,39635,39617,39617,39635,39636,38669,38688,39626,39626,38688,39637,38688,38686,39637,39637,38686,39638,39637,39638,39639,39639,39638,39640,39626,39637,39628,39628,39637,39639,38686,38684,39638,39638,38684,39641,38684,38685,39641,39641,38685,39642,39641,39642,39643,39643,39642,39644,39638,39641,39640,39640,39641,39643,39640,39643,39645,39645,39643,39646,39643,39644,39646,39646,39644,39647,39646,39647,39648,39648,39647,39649,39645,39646,39650,39650,39646,39648,39628,39639,39631,39631,39639,39651,39639,39640,39651,39651,39640,39645,39651,39645,39652,39652,39645,39650,39631,39651,39633,39633,39651,39652,38685,38704,39642,39642,38704,39653,38704,38702,39653,39653,38702,39654,39653,39654,39655,39655,39654,39656,39642,39653,39644,39644,39653,39655,38702,38700,39654,39654,38700,39657,38700,38701,39657,39657,38701,39658,39657,39658,39659,39659,39658,39660,39654,39657,39656,39656,39657,39659,39656,39659,39661,39661,39659,39662,39659,39660,39662,39662,39660,39663,39662,39663,39664,39664,39663,39665,39661,39662,39666,39666,39662,39664,39644,39655,39647,39647,39655,39667,39655,39656,39667,39667,39656,39661,39667,39661,39668,39668,39661,39666,39647,39667,39649,39649,39667,39668,38701,38720,39658,39658,38720,39669,38720,38718,39669,39669,38718,39670,39669,39670,39671,39671,39670,39672,39658,39669,39660,39660,39669,39671,38718,38716,39670,39670,38716,39673,38716,38717,39673,39673,38717,39674,39673,39674,39675,39675,39674,39676,39670,39673,39672,39672,39673,39675,39672,39675,39677,39677,39675,39678,39675,39676,39678,39678,39676,39679,39678,39679,39680,39680,39679,39681,39677,39678,39682,39682,39678,39680,39660,39671,39663,39663,39671,39683,39671,39672,39683,39683,39672,39677,39683,39677,39684,39684,39677,39682,39663,39683,39665,39665,39683,39684,38717,38736,39674,39674,38736,39685,38736,38734,39685,39685,38734,39686,39685,39686,39687,39687,39686,39688,39674,39685,39676,39676,39685,39687,38734,38732,39686,39686,38732,39689,38732,38733,39689,39689,38733,39690,39689,39690,39691,39691,39690,39692,39686,39689,39688,39688,39689,39691,39688,39691,39693,39693,39691,39694,39691,39692,39694,39694,39692,39695,39694,39695,39696,39696,39695,39697,39693,39694,39698,39698,39694,39696,39676,39687,39679,39679,39687,39699,39687,39688,39699,39699,39688,39693,39699,39693,39700,39700,39693,39698,39679,39699,39681,39681,39699,39700,38733,38752,39690,39690,38752,39701,38752,38750,39701,39701,38750,39702,39701,39702,39703,39703,39702,39704,39690,39701,39692,39692,39701,39703,38750,38748,39702,39702,38748,39705,38748,38749,39705,39705,38749,39706,39705,39706,39707,39707,39706,39708,39702,39705,39704,39704,39705,39707,39704,39707,39709,39709,39707,39710,39707,39708,39710,39710,39708,39711,39710,39711,39712,39712,39711,39713,39709,39710,39714,39714,39710,39712,39692,39703,39695,39695,39703,39715,39703,39704,39715,39715,39704,39709,39715,39709,39716,39716,39709,39714,39695,39715,39697,39697,39715,39716,38749,38768,39706,39706,38768,39717,38768,38766,39717,39717,38766,39718,39717,39718,39719,39719,39718,39720,39706,39717,39708,39708,39717,39719,38766,38764,39718,39718,38764,39721,38764,38765,39721,39721,38765,39722,39721,39722,39723,39723,39722,39724,39718,39721,39720,39720,39721,39723,39720,39723,39725,39725,39723,39726,39723,39724,39726,39726,39724,39727,39726,39727,39728,39728,39727,39729,39725,39726,39730,39730,39726,39728,39708,39719,39711,39711,39719,39731,39719,39720,39731,39731,39720,39725,39731,39725,39732,39732,39725,39730,39711,39731,39713,39713,39731,39732,38765,38784,39722,39722,38784,39733,38784,38782,39733,39733,38782,39734,39733,39734,39735,39735,39734,39736,39722,39733,39724,39724,39733,39735,38782,38781,39734,39734,38781,39737,38781,38780,39737,39737,38780,39738,39737,39738,39739,39739,39738,39740,39734,39737,39736,39736,39737,39739,39736,39739,39741,39741,39739,39742,39739,39740,39742,39742,39740,39743,39742,39743,39744,39744,39743,39745,39741,39742,39746,39746,39742,39744,39724,39735,39727,39727,39735,39747,39735,39736,39747,39747,39736,39741,39747,39741,39748,39748,39741,39746,39727,39747,39729,39729,39747,39748,38780,38800,39738,39738,38800,39749,38800,38798,39749,39749,38798,39750,39749,39750,39751,39751,39750,39752,39738,39749,39740,39740,39749,39751,38798,38796,39750,39750,38796,39753,38796,38797,39753,39753,38797,39754,39754,39755,39753,39753,39755,39756,39750,39753,39752,39752,39753,39756,39756,39757,39752,39752,39757,39758,39755,39759,39756,39756,39759,39757,39759,39760,39757,39757,39760,39761,39757,39761,39758,39758,39761,39762,39740,39751,39743,39743,39751,39763,39751,39752,39763,39763,39752,39758,39758,39762,39763,39763,39762,39764,39743,39763,39745,39745,39763,39764,38820,38819,39765,39765,38819,39766,38819,38816,39766,39766,38816,39767,39766,39767,39768,39768,39767,39769,39765,39766,39770,39770,39766,39768,38816,38814,39767,39767,38814,39771,38814,38815,39771,39771,38815,39772,39771,39772,39773,39773,39772,39774,39767,39771,39769,39769,39771,39773,39769,39773,39775,39775,39773,39776,39773,39774,39776,39776,39774,39777,39776,39777,39778,39778,39777,39779,39775,39776,39780,39780,39776,39778,39770,39768,39781,39781,39768,39782,39768,39769,39782,39782,39769,39775,39782,39775,39783,39783,39775,39780,39781,39782,39784,39784,39782,39783,38815,38836,39772,39772,38836,39785,38836,38834,39785,39785,38834,39786,39785,39786,39787,39787,39786,39788,39772,39785,39774,39774,39785,39787,38834,38833,39786,39786,38833,39789,38833,38832,39789,39789,38832,39790,39789,39790,39791,39791,39790,39792,39786,39789,39788,39788,39789,39791,39788,39791,39793,39793,39791,39794,39791,39792,39794,39794,39792,39795,39794,39795,39796,39796,39795,39797,39793,39794,39798,39798,39794,39796,39774,39787,39777,39777,39787,39799,39787,39788,39799,39799,39788,39793,39799,39793,39800,39800,39793,39798,39777,39799,39779,39779,39799,39800,38832,38852,39790,39790,38852,39801,38852,38850,39801,39801,38850,39802,39801,39802,39803,39803,39802,39804,39790,39801,39792,39792,39801,39803,38850,38848,39802,39802,38848,39805,38849,39806,38848,38848,39806,39805,39806,39807,39805,39805,39807,39808,39805,39808,39802,39802,39808,39804,39808,39809,39804,39804,39809,39810,39807,39811,39808,39808,39811,39809,39811,39812,39809,39809,39812,39813,39809,39813,39810,39810,39813,39814,39792,39803,39795,39795,39803,39815,39803,39804,39815,39815,39804,39810,39815,39810,39816,39816,39810,39814,39795,39815,39797,39797,39815,39816,38868,39817,38849,38849,39817,39806,38866,39818,38868,38868,39818,39817,39818,39819,39817,39817,39819,39820,39817,39820,39806,39806,39820,39807,38865,39821,38866,38866,39821,39818,38864,39822,38865,38865,39822,39821,39822,39823,39821,39821,39823,39824,39821,39824,39818,39818,39824,39819,39824,39825,39819,39819,39825,39826,39823,39827,39824,39824,39827,39825,39827,39828,39825,39825,39828,39829,39825,39829,39826,39826,39829,39830,39820,39831,39807,39807,39831,39811,39819,39826,39820,39820,39826,39831,39826,39830,39831,39831,39830,39832,39831,39832,39811,39811,39832,39812,38884,39833,38864,38864,39833,39822,38882,39834,38884,38884,39834,39833,39834,39835,39833,39833,39835,39836,39833,39836,39822,39822,39836,39823,38881,39837,38882,38882,39837,39834,38880,39838,38881,38881,39838,39837,39838,39839,39837,39837,39839,39840,39837,39840,39834,39834,39840,39835,39840,39841,39835,39835,39841,39842,39839,39843,39840,39840,39843,39841,39843,39844,39841,39841,39844,39845,39841,39845,39842,39842,39845,39846,39836,39847,39823,39823,39847,39827,39835,39842,39836,39836,39842,39847,39842,39846,39847,39847,39846,39848,39847,39848,39827,39827,39848,39828,38900,39849,38880,38880,39849,39838,38898,39850,38900,38900,39850,39849,39850,39851,39849,39849,39851,39852,39849,39852,39838,39838,39852,39839,38897,39853,38898,38898,39853,39850,38896,39854,38897,38897,39854,39853,39854,39855,39853,39853,39855,39856,39853,39856,39850,39850,39856,39851,39856,39857,39851,39851,39857,39858,39855,39859,39856,39856,39859,39857,39859,39860,39857,39857,39860,39861,39857,39861,39858,39858,39861,39862,39852,39863,39839,39839,39863,39843,39851,39858,39852,39852,39858,39863,39858,39862,39863,39863,39862,39864,39863,39864,39843,39843,39864,39844,38916,39865,38896,38896,39865,39854,38914,39866,38916,38916,39866,39865,39866,39867,39865,39865,39867,39868,39854,39865,39855,39855,39865,39868,38913,39869,38914,38914,39869,39866,38912,39870,38913,38913,39870,39869,39870,39871,39869,39869,39871,39872,39869,39872,39866,39866,39872,39867,39872,39873,39867,39867,39873,39874,39871,39875,39872,39872,39875,39873,39875,39876,39873,39873,39876,39877,39873,39877,39874,39874,39877,39878,39855,39868,39859,39859,39868,39879,39867,39874,39868,39868,39874,39879,39874,39878,39879,39879,39878,39880,39859,39879,39860,39860,39879,39880,38932,39881,38912,38912,39881,39870,38930,39882,38932,38932,39882,39881,39882,39883,39881,39881,39883,39884,39881,39884,39870,39870,39884,39871,38929,39885,38930,38930,39885,39882,38928,39886,38929,38929,39886,39885,39886,39887,39885,39885,39887,39888,39885,39888,39882,39882,39888,39883,39888,39889,39883,39883,39889,39890,39887,39891,39888,39888,39891,39889,39891,39892,39889,39889,39892,39893,39889,39893,39890,39890,39893,39894,39884,39895,39871,39871,39895,39875,39883,39890,39884,39884,39890,39895,39890,39894,39895,39895,39894,39896,39895,39896,39875,39875,39896,39876,38948,39897,38928,38928,39897,39886,38946,39898,38948,38948,39898,39897,39898,39899,39897,39897,39899,39900,39897,39900,39886,39886,39900,39887,38945,39901,38946,38946,39901,39898,38944,39902,38945,38945,39902,39901,39902,39903,39901,39901,39903,39904,39901,39904,39898,39898,39904,39899,39904,39905,39899,39899,39905,39906,39903,39907,39904,39904,39907,39905,39907,39908,39905,39905,39908,39909,39905,39909,39906,39906,39909,39910,39900,39911,39887,39887,39911,39891,39899,39906,39900,39900,39906,39911,39906,39910,39911,39911,39910,39912,39911,39912,39891,39891,39912,39892,38964,39913,38944,38944,39913,39902,38962,39914,38964,38964,39914,39913,39914,39915,39913,39913,39915,39916,39913,39916,39902,39902,39916,39903,38961,39917,38962,38962,39917,39914,38960,39918,38961,38961,39918,39917,39918,39919,39917,39917,39919,39920,39917,39920,39914,39914,39920,39915,39920,39921,39915,39915,39921,39922,39919,39923,39920,39920,39923,39921,39923,39924,39921,39921,39924,39925,39921,39925,39922,39922,39925,39926,39916,39927,39903,39903,39927,39907,39915,39922,39916,39916,39922,39927,39922,39926,39927,39927,39926,39928,39927,39928,39907,39907,39928,39908,38980,39929,38960,38960,39929,39918,38978,39930,38980,38980,39930,39929,39930,39931,39929,39929,39931,39932,39929,39932,39918,39918,39932,39919,38977,39933,38978,38978,39933,39930,38976,39934,38977,38977,39934,39933,39934,39935,39933,39933,39935,39936,39933,39936,39930,39930,39936,39931,39936,39937,39931,39931,39937,39938,39935,39939,39936,39936,39939,39937,39939,39940,39937,39937,39940,39941,39937,39941,39938,39938,39941,39942,39932,39943,39919,39919,39943,39923,39931,39938,39932,39932,39938,39943,39938,39942,39943,39943,39942,39944,39943,39944,39923,39923,39944,39924,38996,39945,38976,38976,39945,39934,38994,39946,38996,38996,39946,39945,39946,39947,39945,39945,39947,39948,39945,39948,39934,39934,39948,39935,38993,39949,38994,38994,39949,39946,38992,39950,38993,38993,39950,39949,39950,39951,39949,39949,39951,39952,39949,39952,39946,39946,39952,39947,39952,39953,39947,39947,39953,39954,39951,39955,39952,39952,39955,39953,39955,39956,39953,39953,39956,39957,39953,39957,39954,39954,39957,39958,39948,39959,39935,39935,39959,39939,39947,39954,39948,39948,39954,39959,39954,39958,39959,39959,39958,39960,39959,39960,39939,39939,39960,39940,39012,39961,38992,38992,39961,39950,39010,39962,39012,39012,39962,39961,39962,39963,39961,39961,39963,39964,39961,39964,39950,39950,39964,39951,39009,39965,39010,39010,39965,39962,39008,39966,39009,39009,39966,39965,39966,39967,39965,39965,39967,39968,39965,39968,39962,39962,39968,39963,39968,39969,39963,39963,39969,39970,39967,39971,39968,39968,39971,39969,39971,39972,39969,39969,39972,39973,39969,39973,39970,39970,39973,39974,39964,39975,39951,39951,39975,39955,39963,39970,39964,39964,39970,39975,39970,39974,39975,39975,39974,39976,39975,39976,39955,39955,39976,39956,39028,39977,39008,39008,39977,39966,39026,39978,39028,39028,39978,39977,39978,39979,39977,39977,39979,39980,39977,39980,39966,39966,39980,39967,39025,39981,39026,39026,39981,39978,39024,39982,39025,39025,39982,39981,39982,39983,39981,39981,39983,39984,39981,39984,39978,39978,39984,39979,39984,39985,39979,39979,39985,39986,39983,39987,39984,39984,39987,39985,39987,39988,39985,39985,39988,39989,39985,39989,39986,39986,39989,39990,39980,39991,39967,39967,39991,39971,39979,39986,39980,39980,39986,39991,39986,39990,39991,39991,39990,39992,39991,39992,39971,39971,39992,39972,39044,39993,39024,39024,39993,39982,39042,39994,39044,39044,39994,39993,39994,39995,39993,39993,39995,39996,39993,39996,39982,39982,39996,39983,39041,39997,39042,39042,39997,39994,39040,39998,39041,39041,39998,39997,39998,39999,39997,39997,39999,40000,39997,40000,39994,39994,40000,39995,40000,40001,39995,39995,40001,40002,39999,40003,40000,40000,40003,40001,40003,40004,40001,40001,40004,40005,40001,40005,40002,40002,40005,40006,39996,40007,39983,39983,40007,39987,39995,40002,39996,39996,40002,40007,40002,40006,40007,40007,40006,40008,40007,40008,39987,39987,40008,39988,39060,40009,39040,39040,40009,39998,39058,40010,39060,39060,40010,40009,40010,40011,40009,40009,40011,40012,40009,40012,39998,39998,40012,39999,39057,40013,39058,39058,40013,40010,39056,40014,39057,39057,40014,40013,40014,40015,40013,40013,40015,40016,40013,40016,40010,40010,40016,40011,40011,40016,40017,40017,40016,40018,40016,40015,40018,40018,40015,40019,40018,40019,40020,40020,40019,40021,40017,40018,40022,40022,40018,40020,40012,40023,39999,39999,40023,40003,40011,40017,40012,40012,40017,40023,40023,40017,40024,40024,40017,40022,40003,40023,40004,40004,40023,40024,39076,40025,39056,39056,40025,40014,39074,40026,39076,39076,40026,40025,40026,40027,40025,40025,40027,40028,40025,40028,40014,40014,40028,40015,39073,40029,39074,39074,40029,40026,39072,40030,39073,39073,40030,40029,40030,40031,40029,40029,40031,40032,40029,40032,40026,40026,40032,40027,40032,40033,40027,40027,40033,40034,40031,40035,40032,40032,40035,40033,40035,40036,40033,40033,40036,40037,40033,40037,40034,40034,40037,40038,40015,40028,40019,40019,40028,40039,40027,40034,40028,40028,40034,40039,40034,40038,40039,40039,40038,40040,40019,40039,40021,40021,40039,40040,39092,40041,39072,39072,40041,40030,39090,40042,39092,39092,40042,40041,40042,40043,40041,40041,40043,40044,40041,40044,40030,40030,40044,40031,39089,40045,39090,39090,40045,40042,39088,40046,39089,39089,40046,40045,40046,40047,40045,40045,40047,40048,40045,40048,40042,40042,40048,40043,40048,40049,40043,40043,40049,40050,40047,40051,40048,40048,40051,40049,40051,40052,40049,40049,40052,40053,40049,40053,40050,40050,40053,40054,40044,40055,40031,40031,40055,40035,40043,40050,40044,40044,40050,40055,40050,40054,40055,40055,40054,40056,40055,40056,40035,40035,40056,40036,39108,40057,39088,39088,40057,40046,39106,40058,39108,39108,40058,40057,40058,40059,40057,40057,40059,40060,40057,40060,40046,40046,40060,40047,39105,40061,39106,39106,40061,40058,39104,40062,39105,39105,40062,40061,40062,40063,40061,40061,40063,40064,40061,40064,40058,40058,40064,40059,40064,40065,40059,40059,40065,40066,40063,40067,40064,40064,40067,40065,40067,40068,40065,40065,40068,40069,40065,40069,40066,40066,40069,40070,40060,40071,40047,40047,40071,40051,40059,40066,40060,40060,40066,40071,40066,40070,40071,40071,40070,40072,40071,40072,40051,40051,40072,40052,39124,40073,39104,39104,40073,40062,39122,40074,39124,39124,40074,40073,40074,40075,40073,40073,40075,40076,40073,40076,40062,40062,40076,40063,39121,40077,39122,39122,40077,40074,39120,40078,39121,39121,40078,40077,40078,40079,40077,40077,40079,40080,40077,40080,40074,40074,40080,40075,40080,40081,40075,40075,40081,40082,40079,40083,40080,40080,40083,40081,40083,40084,40081,40081,40084,40085,40081,40085,40082,40082,40085,40086,40076,40087,40063,40063,40087,40067,40075,40082,40076,40076,40082,40087,40082,40086,40087,40087,40086,40088,40087,40088,40067,40067,40088,40068,39140,40089,39120,39120,40089,40078,39138,40090,39140,39140,40090,40089,40090,40091,40089,40089,40091,40092,40089,40092,40078,40078,40092,40079,39137,40093,39138,39138,40093,40090,39136,40094,39137,39137,40094,40093,40094,40095,40093,40093,40095,40096,40093,40096,40090,40090,40096,40091,40096,40097,40091,40091,40097,40098,40095,40099,40096,40096,40099,40097,40099,40100,40097,40097,40100,40101,40097,40101,40098,40098,40101,40102,40092,40103,40079,40079,40103,40083,40091,40098,40092,40092,40098,40103,40098,40102,40103,40103,40102,40104,40103,40104,40083,40083,40104,40084,39156,40105,39136,39136,40105,40094,39154,40106,39156,39156,40106,40105,40106,40107,40105,40105,40107,40108,40105,40108,40094,40094,40108,40095,39153,40109,39154,39154,40109,40106,39152,40110,39153,39153,40110,40109,40110,40111,40109,40109,40111,40112,40109,40112,40106,40106,40112,40107,40112,40113,40107,40107,40113,40114,40111,40115,40112,40112,40115,40113,40115,40116,40113,40113,40116,40117,40113,40117,40114,40114,40117,40118,40108,40119,40095,40095,40119,40099,40107,40114,40108,40108,40114,40119,40114,40118,40119,40119,40118,40120,40119,40120,40099,40099,40120,40100,39172,40121,39152,39152,40121,40110,39170,40122,39172,39172,40122,40121,40122,40123,40121,40121,40123,40124,40121,40124,40110,40110,40124,40111,39169,40125,39170,39170,40125,40122,39168,40126,39169,39169,40126,40125,40126,40127,40125,40125,40127,40128,40125,40128,40122,40122,40128,40123,40128,40129,40123,40123,40129,40130,40127,40131,40128,40128,40131,40129,40131,40132,40129,40129,40132,40133,40129,40133,40130,40130,40133,40134,40124,40135,40111,40111,40135,40115,40123,40130,40124,40124,40130,40135,40130,40134,40135,40135,40134,40136,40135,40136,40115,40115,40136,40116,39188,40137,39168,39168,40137,40126,39186,40138,39188,39188,40138,40137,40138,40139,40137,40137,40139,40140,40137,40140,40126,40126,40140,40127,39185,40141,39186,39186,40141,40138,39184,40142,39185,39185,40142,40141,40142,40143,40141,40141,40143,40144,40141,40144,40138,40138,40144,40139,40144,40145,40139,40139,40145,40146,40143,40147,40144,40144,40147,40145,40147,40148,40145,40145,40148,40149,40145,40149,40146,40146,40149,40150,40140,40151,40127,40127,40151,40131,40139,40146,40140,40140,40146,40151,40146,40150,40151,40151,40150,40152,40151,40152,40131,40131,40152,40132,39204,40153,39184,39184,40153,40142,39202,40154,39204,39204,40154,40153,40154,40155,40153,40153,40155,40156,40153,40156,40142,40142,40156,40143,39201,40157,39202,39202,40157,40154,39200,40158,39201,39201,40158,40157,40158,40159,40157,40157,40159,40160,40157,40160,40154,40154,40160,40155,40160,40161,40155,40155,40161,40162,40159,40163,40160,40160,40163,40161,40163,40164,40161,40161,40164,40165,40161,40165,40162,40162,40165,40166,40156,40167,40143,40143,40167,40147,40155,40162,40156,40156,40162,40167,40162,40166,40167,40167,40166,40168,40167,40168,40147,40147,40168,40148,39220,40169,39200,39200,40169,40158,39218,40170,39220,39220,40170,40169,40170,40171,40169,40169,40171,40172,40169,40172,40158,40158,40172,40159,39217,40173,39218,39218,40173,40170,39216,40174,39217,39217,40174,40173,40174,40175,40173,40173,40175,40176,40173,40176,40170,40170,40176,40171,40176,40177,40171,40171,40177,40178,40175,40179,40176,40176,40179,40177,40179,40180,40177,40177,40180,40181,40177,40181,40178,40178,40181,40182,40172,40183,40159,40159,40183,40163,40171,40178,40172,40172,40178,40183,40178,40182,40183,40183,40182,40184,40183,40184,40163,40163,40184,40164,39236,40185,39216,39216,40185,40174,39234,40186,39236,39236,40186,40185,40186,40187,40185,40185,40187,40188,40185,40188,40174,40174,40188,40175,39233,40189,39234,39234,40189,40186,39232,40190,39233,39233,40190,40189,40190,40191,40189,40189,40191,40192,40189,40192,40186,40186,40192,40187,40192,40193,40187,40187,40193,40194,40191,40195,40192,40192,40195,40193,40195,40196,40193,40193,40196,40197,40193,40197,40194,40194,40197,40198,40188,40199,40175,40175,40199,40179,40187,40194,40188,40188,40194,40199,40194,40198,40199,40199,40198,40200,40199,40200,40179,40179,40200,40180,39252,40201,39232,39232,40201,40190,39250,40202,39252,39252,40202,40201,40202,40203,40201,40201,40203,40204,40201,40204,40190,40190,40204,40191,39249,40205,39250,39250,40205,40202,39248,40206,39249,39249,40206,40205,40206,40207,40205,40205,40207,40208,40205,40208,40202,40202,40208,40203,40208,40209,40203,40203,40209,40210,40207,40211,40208,40208,40211,40209,40211,40212,40209,40209,40212,40213,40209,40213,40210,40210,40213,40214,40204,40215,40191,40191,40215,40195,40203,40210,40204,40204,40210,40215,40210,40214,40215,40215,40214,40216,40215,40216,40195,40195,40216,40196,39268,40217,39248,39248,40217,40206,39266,40218,39268,39268,40218,40217,40218,40219,40217,40217,40219,40220,40217,40220,40206,40206,40220,40207,39265,40221,39266,39266,40221,40218,39264,40222,39265,39265,40222,40221,40222,40223,40221,40221,40223,40224,40221,40224,40218,40218,40224,40219,40224,40225,40219,40219,40225,40226,40223,40227,40224,40224,40227,40225,40227,40228,40225,40225,40228,40229,40225,40229,40226,40226,40229,40230,40220,40231,40207,40207,40231,40211,40219,40226,40220,40220,40226,40231,40226,40230,40231,40231,40230,40232,40231,40232,40211,40211,40232,40212,39284,40233,39264,39264,40233,40222,39282,40234,39284,39284,40234,40233,40234,40235,40233,40233,40235,40236,40233,40236,40222,40222,40236,40223,39281,40237,39282,39282,40237,40234,39280,40238,39281,39281,40238,40237,40238,40239,40237,40237,40239,40240,40237,40240,40234,40234,40240,40235,40240,40241,40235,40235,40241,40242,40239,40243,40240,40240,40243,40241,40243,40244,40241,40241,40244,40245,40241,40245,40242,40242,40245,40246,40236,40247,40223,40223,40247,40227,40235,40242,40236,40236,40242,40247,40242,40246,40247,40247,40246,40248,40247,40248,40227,40227,40248,40228,39300,40249,39280,39280,40249,40238,39298,40250,39300,39300,40250,40249,40250,40251,40249,40249,40251,40252,40249,40252,40238,40238,40252,40239,39297,40253,39298,39298,40253,40250,39296,40254,39297,39297,40254,40253,40254,40255,40253,40253,40255,40256,40253,40256,40250,40250,40256,40251,40256,40257,40251,40251,40257,40258,40255,40259,40256,40256,40259,40257,40259,40260,40257,40257,40260,40261,40257,40261,40258,40258,40261,40262,40252,40263,40239,40239,40263,40243,40251,40258,40252,40252,40258,40263,40258,40262,40263,40263,40262,40264,40263,40264,40243,40243,40264,40244,39316,40265,39296,39296,40265,40254,39314,40266,39316,39316,40266,40265,40266,40267,40265,40265,40267,40268,40265,40268,40254,40254,40268,40255,39314,39312,40266,40266,39312,40269,39312,39313,40269,40269,39313,40270,40269,40270,40271,40271,40270,40272,40266,40269,40267,40267,40269,40271,40267,40271,40273,40273,40271,40274,40271,40272,40274,40274,40272,40275,40274,40275,40276,40276,40275,40277,40273,40274,40278,40278,40274,40276,40268,40279,40255,40255,40279,40259,40267,40273,40268,40268,40273,40279,40273,40278,40279,40279,40278,40280,40279,40280,40259,40259,40280,40260,39313,39332,40270,40270,39332,40281,39332,39330,40281,40281,39330,40282,40281,40282,40283,40283,40282,40284,40270,40281,40272,40272,40281,40283,39330,39329,40282,40282,39329,40285,39329,39328,40285,40285,39328,40286,40285,40286,40287,40287,40286,40288,40282,40285,40284,40284,40285,40287,40284,40287,40289,40289,40287,40290,40287,40288,40290,40290,40288,40291,40290,40291,40292,40292,40291,40293,40289,40290,40294,40294,40290,40292,40272,40283,40275,40275,40283,40295,40283,40284,40295,40295,40284,40289,40295,40289,40296,40296,40289,40294,40275,40295,40277,40277,40295,40296,39328,39348,40286,40286,39348,40297,39346,40298,39348,39348,40298,40297,40297,40298,40299,40299,40298,40300,40286,40297,40288,40288,40297,40299,39345,40301,39346,39346,40301,40298,39344,40302,39345,39345,40302,40301,40302,40303,40301,40301,40303,40304,40301,40304,40298,40298,40304,40300,40304,40305,40300,40300,40305,40306,40303,40307,40304,40304,40307,40305,40307,40308,40305,40305,40308,40309,40305,40309,40306,40306,40309,40310,40288,40299,40291,40291,40299,40311,40300,40306,40299,40299,40306,40311,40306,40310,40311,40311,40310,40312,40291,40311,40293,40293,40311,40312,39364,40313,39344,39344,40313,40302,39362,40314,39364,39364,40314,40313,40314,40315,40313,40313,40315,40316,40313,40316,40302,40302,40316,40303,39361,40317,39362,39362,40317,40314,39360,40318,39361,39361,40318,40317,40318,40319,40317,40317,40319,40320,40317,40320,40314,40314,40320,40315,40320,40321,40315,40315,40321,40322,40319,40323,40320,40320,40323,40321,40323,40324,40321,40321,40324,40325,40321,40325,40322,40322,40325,40326,40316,40327,40303,40303,40327,40307,40315,40322,40316,40316,40322,40327,40322,40326,40327,40327,40326,40328,40327,40328,40307,40307,40328,40308,39380,40329,39360,39360,40329,40318,39378,40330,39380,39380,40330,40329,40330,40331,40329,40329,40331,40332,40329,40332,40318,40318,40332,40319,39376,40333,39378,39378,40333,40330,39376,39377,40333,40333,39377,40334,40333,40334,40335,40335,40334,40336,40333,40335,40330,40330,40335,40331,40335,40337,40331,40331,40337,40338,40335,40336,40337,40337,40336,40339,40337,40339,40340,40340,40339,40341,40337,40340,40338,40338,40340,40342,40332,40343,40319,40319,40343,40323,40331,40338,40332,40332,40338,40343,40338,40342,40343,40343,40342,40344,40343,40344,40323,40323,40344,40324,39377,39396,40334,40334,39396,40345,39396,39394,40345,40345,39394,40346,40345,40346,40347,40347,40346,40348,40334,40345,40336,40336,40345,40347,39394,39392,40346,40346,39392,40349,39392,39393,40349,40349,39393,40350,40349,40350,40351,40351,40350,40352,40346,40349,40348,40348,40349,40351,40348,40351,40353,40353,40351,40354,40351,40352,40354,40354,40352,40355,40354,40355,40356,40356,40355,40357,40353,40354,40358,40358,40354,40356,40336,40347,40339,40339,40347,40359,40347,40348,40359,40359,40348,40353,40359,40353,40360,40360,40353,40358,40339,40359,40341,40341,40359,40360,39393,39412,40350,40350,39412,40361,39412,39410,40361,40361,39410,40362,40361,40362,40363,40363,40362,40364,40350,40361,40352,40352,40361,40363,39410,39408,40362,40362,39408,40365,39408,39409,40365,40365,39409,40366,40365,40366,40367,40367,40366,40368,40362,40365,40364,40364,40365,40367,40364,40367,40369,40369,40367,40370,40367,40368,40370,40370,40368,40371,40370,40371,40372,40372,40371,40373,40369,40370,40374,40374,40370,40372,40352,40363,40355,40355,40363,40375,40363,40364,40375,40375,40364,40369,40375,40369,40376,40376,40369,40374,40355,40375,40357,40357,40375,40376,39409,39428,40366,40366,39428,40377,39428,39426,40377,40377,39426,40378,40377,40378,40379,40379,40378,40380,40366,40377,40368,40368,40377,40379,39426,39424,40378,40378,39424,40381,39424,39425,40381,40381,39425,40382,40381,40382,40383,40383,40382,40384,40378,40381,40380,40380,40381,40383,40380,40383,40385,40385,40383,40386,40383,40384,40386,40386,40384,40387,40386,40387,40388,40388,40387,40389,40385,40386,40390,40390,40386,40388,40368,40379,40371,40371,40379,40391,40379,40380,40391,40391,40380,40385,40391,40385,40392,40392,40385,40390,40371,40391,40373,40373,40391,40392,39425,39444,40382,40382,39444,40393,39444,39442,40393,40393,39442,40394,40393,40394,40395,40395,40394,40396,40382,40393,40384,40384,40393,40395,39442,39440,40394,40394,39440,40397,39440,39441,40397,40397,39441,40398,40397,40398,40399,40399,40398,40400,40394,40397,40396,40396,40397,40399,40396,40399,40401,40401,40399,40402,40399,40400,40402,40402,40400,40403,40402,40403,40404,40404,40403,40405,40401,40402,40406,40406,40402,40404,40384,40395,40387,40387,40395,40407,40395,40396,40407,40407,40396,40401,40407,40401,40408,40408,40401,40406,40387,40407,40389,40389,40407,40408,39441,39460,40398,40398,39460,40409,39460,39458,40409,40409,39458,40410,40409,40410,40411,40411,40410,40412,40398,40409,40400,40400,40409,40411,39458,39456,40410,40410,39456,40413,39456,39457,40413,40413,39457,40414,40413,40414,40415,40415,40414,40416,40410,40413,40412,40412,40413,40415,40412,40415,40417,40417,40415,40418,40415,40416,40418,40418,40416,40419,40418,40419,40420,40420,40419,40421,40417,40418,40422,40422,40418,40420,40400,40411,40403,40403,40411,40423,40411,40412,40423,40423,40412,40417,40423,40417,40424,40424,40417,40422,40403,40423,40405,40405,40423,40424,39457,39476,40414,40414,39476,40425,39476,39474,40425,40425,39474,40426,40425,40426,40427,40427,40426,40428,40414,40425,40416,40416,40425,40427,39474,39472,40426,40426,39472,40429,39472,39473,40429,40429,39473,40430,40429,40430,40431,40431,40430,40432,40426,40429,40428,40428,40429,40431,40428,40431,40433,40433,40431,40434,40431,40432,40434,40434,40432,40435,40434,40435,40436,40436,40435,40437,40433,40434,40438,40438,40434,40436,40416,40427,40419,40419,40427,40439,40427,40428,40439,40439,40428,40433,40439,40433,40440,40440,40433,40438,40419,40439,40421,40421,40439,40440,39473,39492,40430,40430,39492,40441,39492,39490,40441,40441,39490,40442,40441,40442,40443,40443,40442,40444,40430,40441,40432,40432,40441,40443,39490,39488,40442,40442,39488,40445,39488,39489,40445,40445,39489,40446,40445,40446,40447,40447,40446,40448,40442,40445,40444,40444,40445,40447,40444,40447,40449,40449,40447,40450,40447,40448,40450,40450,40448,40451,40450,40451,40452,40452,40451,40453,40449,40450,40454,40454,40450,40452,40432,40443,40435,40435,40443,40455,40443,40444,40455,40455,40444,40449,40455,40449,40456,40456,40449,40454,40435,40455,40437,40437,40455,40456,39489,39508,40446,40446,39508,40457,39508,39506,40457,40457,39506,40458,40457,40458,40459,40459,40458,40460,40446,40457,40448,40448,40457,40459,39506,39504,40458,40458,39504,40461,39504,39505,40461,40461,39505,40462,40461,40462,40463,40463,40462,40464,40458,40461,40460,40460,40461,40463,40460,40463,40465,40465,40463,40466,40463,40464,40466,40466,40464,40467,40466,40467,40468,40468,40467,40469,40465,40466,40470,40470,40466,40468,40448,40459,40451,40451,40459,40471,40459,40460,40471,40471,40460,40465,40471,40465,40472,40472,40465,40470,40451,40471,40453,40453,40471,40472,39505,39524,40462,40462,39524,40473,39524,39522,40473,40473,39522,40474,40473,40474,40475,40475,40474,40476,40462,40473,40464,40464,40473,40475,39522,39520,40474,40474,39520,40477,39520,39521,40477,40477,39521,40478,40477,40478,40479,40479,40478,40480,40474,40477,40476,40476,40477,40479,40476,40479,40481,40481,40479,40482,40479,40480,40482,40482,40480,40483,40482,40483,40484,40484,40483,40485,40481,40482,40486,40486,40482,40484,40464,40475,40467,40467,40475,40487,40475,40476,40487,40487,40476,40481,40487,40481,40488,40488,40481,40486,40467,40487,40469,40469,40487,40488,39521,39540,40478,40478,39540,40489,39540,39538,40489,40489,39538,40490,40489,40490,40491,40491,40490,40492,40478,40489,40480,40480,40489,40491,39538,39536,40490,40490,39536,40493,39536,39537,40493,40493,39537,40494,40493,40494,40495,40495,40494,40496,40490,40493,40492,40492,40493,40495,40492,40495,40497,40497,40495,40498,40495,40496,40498,40498,40496,40499,40498,40499,40500,40500,40499,40501,40497,40498,40502,40502,40498,40500,40480,40491,40483,40483,40491,40503,40491,40492,40503,40503,40492,40497,40503,40497,40504,40504,40497,40502,40483,40503,40485,40485,40503,40504,39537,39556,40494,40494,39556,40505,39556,39554,40505,40505,39554,40506,40505,40506,40507,40507,40506,40508,40494,40505,40496,40496,40505,40507,39554,39552,40506,40506,39552,40509,39552,39553,40509,40509,39553,40510,40509,40510,40511,40511,40510,40512,40506,40509,40508,40508,40509,40511,40508,40511,40513,40513,40511,40514,40511,40512,40514,40514,40512,40515,40514,40515,40516,40516,40515,40517,40513,40514,40518,40518,40514,40516,40496,40507,40499,40499,40507,40519,40507,40508,40519,40519,40508,40513,40519,40513,40520,40520,40513,40518,40499,40519,40501,40501,40519,40520,39553,39572,40510,40510,39572,40521,39572,39570,40521,40521,39570,40522,40521,40522,40523,40523,40522,40524,40510,40521,40512,40512,40521,40523,39570,39568,40522,40522,39568,40525,39568,39569,40525,40525,39569,40526,40525,40526,40527,40527,40526,40528,40522,40525,40524,40524,40525,40527,40524,40527,40529,40529,40527,40530,40527,40528,40530,40530,40528,40531,40530,40531,40532,40532,40531,40533,40529,40530,40534,40534,40530,40532,40512,40523,40515,40515,40523,40535,40523,40524,40535,40535,40524,40529,40535,40529,40536,40536,40529,40534,40515,40535,40517,40517,40535,40536,39569,39588,40526,40526,39588,40537,39588,39586,40537,40537,39586,40538,40537,40538,40539,40539,40538,40540,40526,40537,40528,40528,40537,40539,39586,39584,40538,40538,39584,40541,39584,39585,40541,40541,39585,40542,40541,40542,40543,40543,40542,40544,40538,40541,40540,40540,40541,40543,40540,40543,40545,40545,40543,40546,40543,40544,40546,40546,40544,40547,40546,40547,40548,40548,40547,40549,40545,40546,40550,40550,40546,40548,40528,40539,40531,40531,40539,40551,40539,40540,40551,40551,40540,40545,40551,40545,40552,40552,40545,40550,40531,40551,40533,40533,40551,40552,39585,39604,40542,40542,39604,40553,39604,39602,40553,40553,39602,40554,40553,40554,40555,40555,40554,40556,40542,40553,40544,40544,40553,40555,39602,39600,40554,40554,39600,40557,39600,39601,40557,40557,39601,40558,40557,40558,40559,40559,40558,40560,40554,40557,40556,40556,40557,40559,40556,40559,40561,40561,40559,40562,40559,40560,40562,40562,40560,40563,40562,40563,40564,40564,40563,40565,40561,40562,40566,40566,40562,40564,40544,40555,40547,40547,40555,40567,40555,40556,40567,40567,40556,40561,40567,40561,40568,40568,40561,40566,40547,40567,40549,40549,40567,40568,39601,39620,40558,40558,39620,40569,39620,39618,40569,40569,39618,40570,40569,40570,40571,40571,40570,40572,40558,40569,40560,40560,40569,40571,39618,39616,40570,40570,39616,40573,39616,39617,40573,40573,39617,40574,40573,40574,40575,40575,40574,40576,40570,40573,40572,40572,40573,40575,40572,40575,40577,40577,40575,40578,40575,40576,40578,40578,40576,40579,40578,40579,40580,40580,40579,40581,40577,40578,40582,40582,40578,40580,40560,40571,40563,40563,40571,40583,40571,40572,40583,40583,40572,40577,40583,40577,40584,40584,40577,40582,40563,40583,40565,40565,40583,40584,39617,39636,40574,40574,39636,40585,39634,40586,39636,39636,40586,40585,40586,40587,40585,40585,40587,40588,40574,40585,40576,40576,40585,40588,39632,40589,39634,39634,40589,40586,39633,40590,39632,39632,40590,40589,40590,40591,40589,40589,40591,40592,40589,40592,40586,40586,40592,40587,40587,40592,40593,40593,40592,40594,40592,40591,40594,40594,40591,40595,40594,40595,40596,40596,40595,40597,40593,40594,40598,40598,40594,40596,40576,40588,40579,40579,40588,40599,40588,40587,40599,40599,40587,40593,40599,40593,40600,40600,40593,40598,40579,40599,40581,40581,40599,40600,39652,40601,39633,39633,40601,40590,39652,39650,40601,40601,39650,40602,40602,40603,40601,40601,40603,40604,40601,40604,40590,40590,40604,40591,39650,39648,40602,40602,39648,40605,39648,39649,40605,40605,39649,40606,40605,40606,40607,40607,40606,40608,40602,40605,40603,40603,40605,40607,40603,40607,40609,40609,40607,40610,40607,40608,40610,40610,40608,40611,40610,40611,40612,40612,40611,40613,40609,40610,40614,40614,40610,40612,40591,40604,40595,40595,40604,40615,40604,40603,40615,40615,40603,40609,40615,40609,40616,40616,40609,40614,40595,40615,40597,40597,40615,40616,39649,39668,40606,40606,39668,40617,39668,39666,40617,40617,39666,40618,40617,40618,40619,40619,40618,40620,40606,40617,40608,40608,40617,40619,39666,39664,40618,40618,39664,40621,39664,39665,40621,40621,39665,40622,40621,40622,40623,40623,40622,40624,40618,40621,40620,40620,40621,40623,40620,40623,40625,40625,40623,40626,40623,40624,40626,40626,40624,40627,40626,40627,40628,40628,40627,40629,40625,40626,40630,40630,40626,40628,40608,40619,40611,40611,40619,40631,40619,40620,40631,40631,40620,40625,40631,40625,40632,40632,40625,40630,40611,40631,40613,40613,40631,40632,39665,39684,40622,40622,39684,40633,39684,39682,40633,40633,39682,40634,40633,40634,40635,40635,40634,40636,40622,40633,40624,40624,40633,40635,39682,39680,40634,40634,39680,40637,39680,39681,40637,40637,39681,40638,40637,40638,40639,40639,40638,40640,40634,40637,40636,40636,40637,40639,40636,40639,40641,40641,40639,40642,40640,40643,40639,40639,40643,40642,40643,40644,40642,40642,40644,40645,40642,40645,40641,40641,40645,40646,40624,40635,40627,40627,40635,40647,40635,40636,40647,40647,40636,40641,40641,40646,40647,40647,40646,40648,40647,40648,40627,40627,40648,40629,39681,39700,40638,40638,39700,40649,39700,39698,40649,40649,39698,40650,40649,40650,40651,40651,40650,40652,40638,40649,40640,40640,40649,40651,39698,39696,40650,40650,39696,40653,39696,39697,40653,40653,39697,40654,40653,40654,40655,40655,40654,40656,40650,40653,40652,40652,40653,40655,40655,40657,40652,40652,40657,40658,40656,40659,40655,40655,40659,40657,40659,40660,40657,40657,40660,40661,40657,40661,40658,40658,40661,40662,40651,40663,40640,40640,40663,40643,40652,40658,40651,40651,40658,40663,40658,40662,40663,40663,40662,40664,40663,40664,40643,40643,40664,40644,39697,39716,40654,40654,39716,40665,39716,39714,40665,40665,39714,40666,40665,40666,40667,40667,40666,40668,40654,40665,40656,40656,40665,40667,39714,39712,40666,40666,39712,40669,39712,39713,40669,40669,39713,40670,40669,40670,40671,40671,40670,40672,40666,40669,40668,40668,40669,40671,40668,40671,40673,40673,40671,40674,40671,40672,40674,40674,40672,40675,40674,40675,40676,40676,40675,40677,40674,40676,40673,40673,40676,40678,40667,40679,40656,40656,40679,40659,40667,40668,40679,40679,40668,40673,40673,40678,40679,40679,40678,40680,40679,40680,40659,40659,40680,40660,39713,39732,40670,40670,39732,40681,39732,39730,40681,40681,39730,40682,40681,40682,40683,40683,40682,40684,40670,40681,40672,40672,40681,40683,39730,39728,40682,40682,39728,40685,39728,39729,40685,40685,39729,40686,40685,40686,40687,40687,40686,40688,40682,40685,40684,40684,40685,40687,40684,40687,40689,40689,40687,40690,40687,40688,40690,40690,40688,40691,40690,40691,40692,40692,40691,40693,40689,40690,40694,40694,40690,40692,40672,40683,40675,40675,40683,40695,40683,40684,40695,40695,40684,40689,40695,40689,40696,40696,40689,40694,40675,40695,40677,40677,40695,40696,39729,39748,40686,40686,39748,40697,39748,39746,40697,40697,39746,40698,40697,40698,40699,40699,40698,40700,40686,40697,40688,40688,40697,40699,39746,39744,40698,40698,39744,40701,39744,39745,40701,40701,39745,40702,40701,40702,40703,40703,40702,40704,40698,40701,40700,40700,40701,40703,40700,40703,40705,40705,40703,40706,40703,40704,40706,40706,40704,40707,40706,40707,40708,40708,40707,40709,40705,40706,40710,40710,40706,40708,40688,40699,40691,40691,40699,40711,40699,40700,40711,40711,40700,40705,40711,40705,40712,40712,40705,40710,40691,40711,40693,40693,40711,40712,39745,39764,40702,40702,39764,40713,39762,40714,39764,39764,40714,40713,40713,40714,40715,40715,40714,40716,40702,40713,40704,40704,40713,40715,39761,40717,39762,39762,40717,40714,39760,40718,39761,39761,40718,40717,40718,40719,40717,40717,40719,40720,40717,40720,40714,40714,40720,40716,40716,40720,40721,40721,40720,40722,40720,40719,40722,40722,40719,40723,40722,40723,40724,40724,40723,40725,40721,40722,40726,40726,40722,40724,40704,40715,40707,40707,40715,40727,40715,40716,40727,40727,40716,40721,40727,40721,40728,40728,40721,40726,40707,40727,40709,40709,40727,40728,39784,39783,40729,40729,39783,40730,39783,39780,40730,40730,39780,40731,40730,40731,40732,40732,40731,40733,40729,40730,40734,40734,40730,40732,39780,39778,40731,40731,39778,40735,39778,39779,40735,40735,39779,40736,40735,40736,40737,40737,40736,40738,40731,40735,40733,40733,40735,40737,40733,40737,40739,40739,40737,40740,40737,40738,40740,40740,40738,40741,40740,40741,40742,40742,40741,40743,40739,40740,40744,40744,40740,40742,40734,40732,40745,40745,40732,40746,40732,40733,40746,40746,40733,40739,40746,40739,40747,40747,40739,40744,40745,40746,40748,40748,40746,40747,39779,39800,40736,40736,39800,40749,39800,39798,40749,40749,39798,40750,40749,40750,40751,40751,40750,40752,40736,40749,40738,40738,40749,40751,39798,39796,40750,40750,39796,40753,39796,39797,40753,40753,39797,40754,40753,40754,40755,40755,40754,40756,40750,40753,40752,40752,40753,40755,40752,40755,40757,40757,40755,40758,40755,40756,40758,40758,40756,40759,40758,40759,40760,40760,40759,40761,40757,40758,40762,40762,40758,40760,40738,40751,40741,40741,40751,40763,40751,40752,40763,40763,40752,40757,40763,40757,40764,40764,40757,40762,40741,40763,40743,40743,40763,40764,39797,39816,40754,40754,39816,40765,39816,39814,40765,40765,39814,40766,40765,40766,40767,40767,40766,40768,40754,40765,40756,40756,40765,40767,39813,40769,39814,39814,40769,40766,39812,40770,39813,39813,40770,40769,40770,40771,40769,40769,40771,40772,40769,40772,40766,40766,40772,40768,40768,40772,40773,40773,40772,40774,40771,40775,40772,40772,40775,40774,40774,40775,40776,40776,40775,40777,40773,40774,40778,40778,40774,40776,40756,40767,40759,40759,40767,40779,40767,40768,40779,40779,40768,40773,40779,40773,40780,40780,40773,40778,40759,40779,40761,40761,40779,40780,39832,40781,39812,39812,40781,40770,39830,40782,39832,39832,40782,40781,40782,40783,40781,40781,40783,40784,40781,40784,40770,40770,40784,40771,39829,40785,39830,39830,40785,40782,39828,40786,39829,39829,40786,40785,40786,40787,40785,40785,40787,40788,40785,40788,40782,40782,40788,40783,40788,40789,40783,40783,40789,40790,40787,40791,40788,40788,40791,40789,40791,40792,40789,40789,40792,40793,40789,40793,40790,40790,40793,40794,40784,40795,40771,40771,40795,40775,40783,40790,40784,40784,40790,40795,40790,40794,40795,40795,40794,40796,40795,40796,40775,40775,40796,40777,39848,40797,39828,39828,40797,40786,39846,40798,39848,39848,40798,40797,40798,40799,40797,40797,40799,40800,40797,40800,40786,40786,40800,40787,39845,40801,39846,39846,40801,40798,39844,40802,39845,39845,40802,40801,40802,40803,40801,40801,40803,40804,40801,40804,40798,40798,40804,40799,40804,40805,40799,40799,40805,40806,40803,40807,40804,40804,40807,40805,40807,40808,40805,40805,40808,40809,40805,40809,40806,40806,40809,40810,40800,40811,40787,40787,40811,40791,40799,40806,40800,40800,40806,40811,40806,40810,40811,40811,40810,40812,40811,40812,40791,40791,40812,40792,39864,40813,39844,39844,40813,40802,39862,40814,39864,39864,40814,40813,40814,40815,40813,40813,40815,40816,40813,40816,40802,40802,40816,40803,39861,40817,39862,39862,40817,40814,39860,40818,39861,39861,40818,40817,40818,40819,40817,40817,40819,40820,40817,40820,40814,40814,40820,40815,40820,40821,40815,40815,40821,40822,40819,40823,40820,40820,40823,40821,40823,40824,40821,40821,40824,40825,40821,40825,40822,40822,40825,40826,40816,40827,40803,40803,40827,40807,40815,40822,40816,40816,40822,40827,40827,40822,40828,40828,40822,40826,40807,40827,40808,40808,40827,40828,39860,39880,40818,40818,39880,40829,39878,40830,39880,39880,40830,40829,40830,40831,40829,40829,40831,40832,40829,40832,40818,40818,40832,40819,39877,40833,39878,39878,40833,40830,39876,40834,39877,39877,40834,40833,40834,40835,40833,40833,40835,40836,40833,40836,40830,40830,40836,40831,40836,40837,40831,40831,40837,40838,40835,40839,40836,40836,40839,40837,40839,40840,40837,40837,40840,40841,40837,40841,40838,40838,40841,40842,40832,40843,40819,40819,40843,40823,40831,40838,40832,40832,40838,40843,40838,40842,40843,40843,40842,40844,40843,40844,40823,40823,40844,40824,39896,40845,39876,39876,40845,40834,39894,40846,39896,39896,40846,40845,40846,40847,40845,40845,40847,40848,40845,40848,40834,40834,40848,40835,39893,40849,39894,39894,40849,40846,39892,40850,39893,39893,40850,40849,40850,40851,40849,40849,40851,40852,40849,40852,40846,40846,40852,40847,40852,40853,40847,40847,40853,40854,40851,40855,40852,40852,40855,40853,40855,40856,40853,40853,40856,40857,40853,40857,40854,40854,40857,40858,40848,40859,40835,40835,40859,40839,40847,40854,40848,40848,40854,40859,40854,40858,40859,40859,40858,40860,40859,40860,40839,40839,40860,40840,39912,40861,39892,39892,40861,40850,39910,40862,39912,39912,40862,40861,40862,40863,40861,40861,40863,40864,40861,40864,40850,40850,40864,40851,39909,40865,39910,39910,40865,40862,39908,40866,39909,39909,40866,40865,40866,40867,40865,40865,40867,40868,40865,40868,40862,40862,40868,40863,40868,40869,40863,40863,40869,40870,40867,40871,40868,40868,40871,40869,40871,40872,40869,40869,40872,40873,40869,40873,40870,40870,40873,40874,40864,40875,40851,40851,40875,40855,40863,40870,40864,40864,40870,40875,40870,40874,40875,40875,40874,40876,40875,40876,40855,40855,40876,40856,39928,40877,39908,39908,40877,40866,39926,40878,39928,39928,40878,40877,40878,40879,40877,40877,40879,40880,40877,40880,40866,40866,40880,40867,39925,40881,39926,39926,40881,40878,39924,40882,39925,39925,40882,40881,40882,40883,40881,40881,40883,40884,40881,40884,40878,40878,40884,40879,40884,40885,40879,40879,40885,40886,40883,40887,40884,40884,40887,40885,40885,40887,40888,40888,40887,40889,40885,40888,40886,40886,40888,40890,40880,40891,40867,40867,40891,40871,40879,40886,40880,40880,40886,40891,40886,40890,40891,40891,40890,40892,40891,40892,40871,40871,40892,40872,39944,40893,39924,39924,40893,40882,39942,40894,39944,39944,40894,40893,40894,40895,40893,40893,40895,40896,40893,40896,40882,40882,40896,40883,39941,40897,39942,39942,40897,40894,39940,40898,39941,39941,40898,40897,40898,40899,40897,40897,40899,40900,40897,40900,40894,40894,40900,40895,40900,40901,40895,40895,40901,40902,40899,40903,40900,40900,40903,40901,40903,40904,40901,40901,40904,40905,40901,40905,40902,40902,40905,40906,40883,40896,40887,40887,40896,40907,40895,40902,40896,40896,40902,40907,40902,40906,40907,40907,40906,40908,40887,40907,40889,40889,40907,40908,39960,40909,39940,39940,40909,40898,39958,40910,39960,39960,40910,40909,40910,40911,40909,40909,40911,40912,40909,40912,40898,40898,40912,40899,39957,40913,39958,39958,40913,40910,39956,40914,39957,39957,40914,40913,40914,40915,40913,40913,40915,40916,40913,40916,40910,40910,40916,40911,40916,40917,40911,40911,40917,40918,40915,40919,40916,40916,40919,40917,40919,40920,40917,40917,40920,40921,40917,40921,40918,40918,40921,40922,40912,40923,40899,40899,40923,40903,40911,40918,40912,40912,40918,40923,40918,40922,40923,40923,40922,40924,40923,40924,40903,40903,40924,40904,39976,40925,39956,39956,40925,40914,39974,40926,39976,39976,40926,40925,40926,40927,40925,40925,40927,40928,40925,40928,40914,40914,40928,40915,39973,40929,39974,39974,40929,40926,39972,40930,39973,39973,40930,40929,40930,40931,40929,40929,40931,40932,40929,40932,40926,40926,40932,40927,40932,40933,40927,40927,40933,40934,40931,40935,40932,40932,40935,40933,40935,40936,40933,40933,40936,40937,40933,40937,40934,40934,40937,40938,40928,40939,40915,40915,40939,40919,40927,40934,40928,40928,40934,40939,40934,40938,40939,40939,40938,40940,40939,40940,40919,40919,40940,40920,39992,40941,39972,39972,40941,40930,39990,40942,39992,39992,40942,40941,40942,40943,40941,40941,40943,40944,40941,40944,40930,40930,40944,40931,39989,40945,39990,39990,40945,40942,39988,40946,39989,39989,40946,40945,40946,40947,40945,40945,40947,40948,40945,40948,40942,40942,40948,40943,40948,40949,40943,40943,40949,40950,40947,40951,40948,40948,40951,40949,40951,40952,40949,40949,40952,40953,40949,40953,40950,40950,40953,40954,40944,40955,40931,40931,40955,40935,40943,40950,40944,40944,40950,40955,40950,40954,40955,40955,40954,40956,40955,40956,40935,40935,40956,40936,40008,40957,39988,39988,40957,40946,40006,40958,40008,40008,40958,40957,40958,40959,40957,40957,40959,40960,40957,40960,40946,40946,40960,40947,40005,40961,40006,40006,40961,40958,40005,40004,40961,40961,40004,40962,40961,40962,40963,40963,40962,40964,40958,40961,40959,40959,40961,40963,40959,40963,40965,40965,40963,40966,40963,40964,40966,40966,40964,40967,40966,40967,40968,40968,40967,40969,40965,40966,40970,40970,40966,40968,40960,40971,40947,40947,40971,40951,40960,40959,40971,40971,40959,40965,40971,40965,40972,40972,40965,40970,40951,40971,40952,40952,40971,40972,40004,40024,40962,40962,40024,40973,40024,40022,40973,40973,40022,40974,40973,40974,40975,40975,40974,40976,40962,40973,40964,40964,40973,40975,40022,40020,40974,40974,40020,40977,40020,40021,40977,40977,40021,40978,40977,40978,40979,40979,40978,40980,40974,40977,40976,40976,40977,40979,40976,40979,40981,40981,40979,40982,40980,40983,40979,40979,40983,40982,40983,40984,40982,40982,40984,40985,40982,40985,40981,40981,40985,40986,40964,40975,40967,40967,40975,40987,40975,40976,40987,40987,40976,40981,40987,40981,40988,40988,40981,40986,40967,40987,40969,40969,40987,40988,40040,40989,40021,40021,40989,40978,40038,40990,40040,40040,40990,40989,40990,40991,40989,40989,40991,40992,40989,40992,40978,40978,40992,40980,40037,40993,40038,40038,40993,40990,40036,40994,40037,40037,40994,40993,40994,40995,40993,40993,40995,40996,40993,40996,40990,40990,40996,40991,40996,40997,40991,40991,40997,40998,40995,40999,40996,40996,40999,40997,40999,41000,40997,40997,41000,41001,40997,41001,40998,40998,41001,41002,40992,41003,40980,40980,41003,40983,40991,40998,40992,40992,40998,41003,40998,41002,41003,41003,41002,41004,41003,41004,40983,40983,41004,40984,40056,41005,40036,40036,41005,40994,40054,41006,40056,40056,41006,41005,41006,41007,41005,41005,41007,41008,41005,41008,40994,40994,41008,40995,40053,41009,40054,40054,41009,41006,40052,41010,40053,40053,41010,41009,41010,41011,41009,41009,41011,41012,41009,41012,41006,41006,41012,41007,41012,41013,41007,41007,41013,41014,41011,41015,41012,41012,41015,41013,41015,41016,41013,41013,41016,41017,41013,41017,41014,41014,41017,41018,41008,41019,40995,40995,41019,40999,41007,41014,41008,41008,41014,41019,41014,41018,41019,41019,41018,41020,41019,41020,40999,40999,41020,41000,40072,41021,40052,40052,41021,41010,40070,41022,40072,40072,41022,41021,41022,41023,41021,41021,41023,41024,41021,41024,41010,41010,41024,41011,40069,41025,40070,40070,41025,41022,40068,41026,40069,40069,41026,41025,41026,41027,41025,41025,41027,41028,41025,41028,41022,41022,41028,41023,41028,41029,41023,41023,41029,41030,41027,41031,41028,41028,41031,41029,41031,41032,41029,41029,41032,41033,41029,41033,41030,41030,41033,41034,41024,41035,41011,41011,41035,41015,41023,41030,41024,41024,41030,41035,41030,41034,41035,41035,41034,41036,41035,41036,41015,41015,41036,41016,40088,41037,40068,40068,41037,41026,40086,41038,40088,40088,41038,41037,41038,41039,41037,41037,41039,41040,41037,41040,41026,41026,41040,41027,40085,41041,40086,40086,41041,41038,40084,41042,40085,40085,41042,41041,41042,41043,41041,41041,41043,41044,41041,41044,41038,41038,41044,41039,41044,41045,41039,41039,41045,41046,41043,41047,41044,41044,41047,41045,41047,41048,41045,41045,41048,41049,41045,41049,41046,41046,41049,41050,41040,41051,41027,41027,41051,41031,41039,41046,41040,41040,41046,41051,41046,41050,41051,41051,41050,41052,41051,41052,41031,41031,41052,41032,40104,41053,40084,40084,41053,41042,40102,41054,40104,40104,41054,41053,41054,41055,41053,41053,41055,41056,41053,41056,41042,41042,41056,41043,40101,41057,40102,40102,41057,41054,40100,41058,40101,40101,41058,41057,41058,41059,41057,41057,41059,41060,41057,41060,41054,41054,41060,41055,41060,41061,41055,41055,41061,41062,41059,41063,41060,41060,41063,41061,41063,41064,41061,41061,41064,41065,41061,41065,41062,41062,41065,41066,41056,41067,41043,41043,41067,41047,41055,41062,41056,41056,41062,41067,41062,41066,41067,41067,41066,41068,41067,41068,41047,41047,41068,41048,40120,41069,40100,40100,41069,41058,40118,41070,40120,40120,41070,41069,41070,41071,41069,41069,41071,41072,41069,41072,41058,41058,41072,41059,40117,41073,40118,40118,41073,41070,40116,41074,40117,40117,41074,41073,41074,41075,41073,41073,41075,41076,41073,41076,41070,41070,41076,41071,41076,41077,41071,41071,41077,41078,41075,41079,41076,41076,41079,41077,41079,41080,41077,41077,41080,41081,41077,41081,41078,41078,41081,41082,41072,41083,41059,41059,41083,41063,41071,41078,41072,41072,41078,41083,41078,41082,41083,41083,41082,41084,41083,41084,41063,41063,41084,41064,40136,41085,40116,40116,41085,41074,40134,41086,40136,40136,41086,41085,41086,41087,41085,41085,41087,41088,41085,41088,41074,41074,41088,41075,40133,41089,40134,40134,41089,41086,40132,41090,40133,40133,41090,41089,41090,41091,41089,41089,41091,41092,41089,41092,41086,41086,41092,41087,41092,41093,41087,41087,41093,41094,41091,41095,41092,41092,41095,41093,41095,41096,41093,41093,41096,41097,41093,41097,41094,41094,41097,41098,41088,41099,41075,41075,41099,41079,41087,41094,41088,41088,41094,41099,41094,41098,41099,41099,41098,41100,41099,41100,41079,41079,41100,41080,40152,41101,40132,40132,41101,41090,40150,41102,40152,40152,41102,41101,41102,41103,41101,41101,41103,41104,41101,41104,41090,41090,41104,41091,40149,41105,40150,40150,41105,41102,40148,41106,40149,40149,41106,41105,41106,41107,41105,41105,41107,41108,41105,41108,41102,41102,41108,41103,41108,41109,41103,41103,41109,41110,41107,41111,41108,41108,41111,41109,41111,41112,41109,41109,41112,41113,41109,41113,41110,41110,41113,41114,41104,41115,41091,41091,41115,41095,41103,41110,41104,41104,41110,41115,41110,41114,41115,41115,41114,41116,41115,41116,41095,41095,41116,41096,40168,41117,40148,40148,41117,41106,40166,41118,40168,40168,41118,41117,41118,41119,41117,41117,41119,41120,41117,41120,41106,41106,41120,41107,40165,41121,40166,40166,41121,41118,40164,41122,40165,40165,41122,41121,41122,41123,41121,41121,41123,41124,41121,41124,41118,41118,41124,41119,41124,41125,41119,41119,41125,41126,41123,41127,41124,41124,41127,41125,41127,41128,41125,41125,41128,41129,41125,41129,41126,41126,41129,41130,41120,41131,41107,41107,41131,41111,41119,41126,41120,41120,41126,41131,41126,41130,41131,41131,41130,41132,41131,41132,41111,41111,41132,41112,40184,41133,40164,40164,41133,41122,40182,41134,40184,40184,41134,41133,41134,41135,41133,41133,41135,41136,41133,41136,41122,41122,41136,41123,40181,41137,40182,40182,41137,41134,40180,41138,40181,40181,41138,41137,41138,41139,41137,41137,41139,41140,41137,41140,41134,41134,41140,41135,41140,41141,41135,41135,41141,41142,41139,41143,41140,41140,41143,41141,41143,41144,41141,41141,41144,41145,41141,41145,41142,41142,41145,41146,41136,41147,41123,41123,41147,41127,41135,41142,41136,41136,41142,41147,41142,41146,41147,41147,41146,41148,41147,41148,41127,41127,41148,41128,40200,41149,40180,40180,41149,41138,40198,41150,40200,40200,41150,41149,41150,41151,41149,41149,41151,41152,41149,41152,41138,41138,41152,41139,40197,41153,40198,40198,41153,41150,40196,41154,40197,40197,41154,41153,41154,41155,41153,41153,41155,41156,41153,41156,41150,41150,41156,41151,41156,41157,41151,41151,41157,41158,41155,41159,41156,41156,41159,41157,41159,41160,41157,41157,41160,41161,41157,41161,41158,41158,41161,41162,41152,41163,41139,41139,41163,41143,41151,41158,41152,41152,41158,41163,41158,41162,41163,41163,41162,41164,41163,41164,41143,41143,41164,41144,40216,41165,40196,40196,41165,41154,40214,41166,40216,40216,41166,41165,41166,41167,41165,41165,41167,41168,41165,41168,41154,41154,41168,41155,40213,41169,40214,40214,41169,41166,40212,41170,40213,40213,41170,41169,41170,41171,41169,41169,41171,41172,41169,41172,41166,41166,41172,41167,41172,41173,41167,41167,41173,41174,41171,41175,41172,41172,41175,41173,41175,41176,41173,41173,41176,41177,41173,41177,41174,41174,41177,41178,41168,41179,41155,41155,41179,41159,41167,41174,41168,41168,41174,41179,41174,41178,41179,41179,41178,41180,41179,41180,41159,41159,41180,41160,40232,41181,40212,40212,41181,41170,40230,41182,40232,40232,41182,41181,41182,41183,41181,41181,41183,41184,41181,41184,41170,41170,41184,41171,40229,41185,40230,40230,41185,41182,40228,41186,40229,40229,41186,41185,41186,41187,41185,41185,41187,41188,41185,41188,41182,41182,41188,41183,41188,41189,41183,41183,41189,41190,41187,41191,41188,41188,41191,41189,41191,41192,41189,41189,41192,41193,41189,41193,41190,41190,41193,41194,41184,41195,41171,41171,41195,41175,41183,41190,41184,41184,41190,41195,41190,41194,41195,41195,41194,41196,41195,41196,41175,41175,41196,41176,40248,41197,40228,40228,41197,41186,40246,41198,40248,40248,41198,41197,41198,41199,41197,41197,41199,41200,41197,41200,41186,41186,41200,41187,40245,41201,40246,40246,41201,41198,40244,41202,40245,40245,41202,41201,41202,41203,41201,41201,41203,41204,41201,41204,41198,41198,41204,41199,41204,41205,41199,41199,41205,41206,41203,41207,41204,41204,41207,41205,41207,41208,41205,41205,41208,41209,41205,41209,41206,41206,41209,41210,41200,41211,41187,41187,41211,41191,41199,41206,41200,41200,41206,41211,41206,41210,41211,41211,41210,41212,41211,41212,41191,41191,41212,41192,40264,41213,40244,40244,41213,41202,40262,41214,40264,40264,41214,41213,41214,41215,41213,41213,41215,41216,41213,41216,41202,41202,41216,41203,40261,41217,40262,40262,41217,41214,40260,41218,40261,40261,41218,41217,41218,41219,41217,41217,41219,41220,41217,41220,41214,41214,41220,41215,41220,41221,41215,41215,41221,41222,41219,41223,41220,41220,41223,41221,41223,41224,41221,41221,41224,41225,41221,41225,41222,41222,41225,41226,41216,41227,41203,41203,41227,41207,41215,41222,41216,41216,41222,41227,41222,41226,41227,41227,41226,41228,41227,41228,41207,41207,41228,41208,40280,41229,40260,40260,41229,41218,40278,41230,40280,40280,41230,41229,41230,41231,41229,41229,41231,41232,41229,41232,41218,41218,41232,41219,40278,40276,41230,41230,40276,41233,40276,40277,41233,41233,40277,41234,41233,41234,41235,41235,41234,41236,41230,41233,41231,41231,41233,41235,41235,41237,41231,41231,41237,41238,41235,41236,41237,41237,41236,41239,41237,41239,41240,41240,41239,41241,41237,41240,41238,41238,41240,41242,41232,41243,41219,41219,41243,41223,41231,41238,41232,41232,41238,41243,41238,41242,41243,41243,41242,41244,41243,41244,41223,41223,41244,41224,40277,40296,41234,41234,40296,41245,40296,40294,41245,41245,40294,41246,41245,41246,41247,41247,41246,41248,41234,41245,41236,41236,41245,41247,40294,40292,41246,41246,40292,41249,40292,40293,41249,41249,40293,41250,41250,41251,41249,41249,41251,41252,41246,41249,41248,41248,41249,41252,41252,41253,41248,41248,41253,41254,41251,41255,41252,41252,41255,41253,41255,41256,41253,41253,41256,41257,41253,41257,41254,41254,41257,41258,41236,41247,41239,41239,41247,41259,41247,41248,41259,41259,41248,41254,41254,41258,41259,41259,41258,41260,41239,41259,41241,41241,41259,41260,40312,41261,40293,40293,41261,41250,40310,41262,40312,40312,41262,41261,41262,41263,41261,41261,41263,41264,41261,41264,41250,41250,41264,41251,40309,41265,40310,40310,41265,41262,40308,41266,40309,40309,41266,41265,41266,41267,41265,41265,41267,41268,41265,41268,41262,41262,41268,41263,41268,41269,41263,41263,41269,41270,41267,41271,41268,41268,41271,41269,41271,41272,41269,41269,41272,41273,41269,41273,41270,41270,41273,41274,41264,41275,41251,41251,41275,41255,41263,41270,41264,41264,41270,41275,41270,41274,41275,41275,41274,41276,41275,41276,41255,41255,41276,41256,40328,41277,40308,40308,41277,41266,40326,41278,40328,40328,41278,41277,41278,41279,41277,41277,41279,41280,41277,41280,41266,41266,41280,41267,40325,41281,40326,40326,41281,41278,40324,41282,40325,40325,41282,41281,41281,41282,41283,41283,41282,41284,41281,41283,41278,41278,41283,41279,41279,41283,41285,41285,41283,41286,41283,41284,41286,41286,41284,41287,41286,41287,41288,41288,41287,41289,41285,41286,41290,41290,41286,41288,41280,41291,41267,41267,41291,41271,41279,41285,41280,41280,41285,41291,41285,41290,41291,41291,41290,41292,41291,41292,41271,41271,41292,41272,40344,41293,40324,40324,41293,41282,40342,41294,40344,40344,41294,41293,41294,41295,41293,41293,41295,41296,41293,41296,41282,41282,41296,41284,40340,41297,40342,40342,41297,41294,40341,41298,40340,40340,41298,41297,41297,41298,41299,41299,41298,41300,41294,41297,41295,41295,41297,41299,41295,41299,41301,41301,41299,41302,41299,41300,41302,41302,41300,41303,41302,41303,41304,41304,41303,41305,41301,41302,41306,41306,41302,41304,41296,41307,41284,41284,41307,41287,41295,41301,41296,41296,41301,41307,41307,41301,41308,41308,41301,41306,41307,41308,41287,41287,41308,41289,40341,40360,41298,41298,40360,41309,40360,40358,41309,41309,40358,41310,41309,41310,41311,41311,41310,41312,41309,41311,41298,41298,41311,41300,40358,40356,41310,41310,40356,41313,40356,40357,41313,41313,40357,41314,41313,41314,41315,41315,41314,41316,41310,41313,41312,41312,41313,41315,41312,41315,41317,41317,41315,41318,41315,41316,41318,41318,41316,41319,41318,41319,41320,41320,41319,41321,41317,41318,41322,41322,41318,41320,41311,41323,41300,41300,41323,41303,41311,41312,41323,41323,41312,41317,41317,41322,41323,41323,41322,41324,41303,41323,41305,41305,41323,41324,40357,40376,41314,41314,40376,41325,40376,40374,41325,41325,40374,41326,41325,41326,41327,41327,41326,41328,41314,41325,41316,41316,41325,41327,40374,40372,41326,41326,40372,41329,40372,40373,41329,41329,40373,41330,41329,41330,41331,41331,41330,41332,41326,41329,41328,41328,41329,41331,41328,41331,41333,41333,41331,41334,41331,41332,41334,41334,41332,41335,41334,41335,41336,41336,41335,41337,41333,41334,41338,41338,41334,41336,41316,41327,41319,41319,41327,41339,41327,41328,41339,41339,41328,41333,41339,41333,41340,41340,41333,41338,41319,41339,41321,41321,41339,41340,40373,40392,41330,41330,40392,41341,40392,40390,41341,41341,40390,41342,41341,41342,41343,41343,41342,41344,41330,41341,41332,41332,41341,41343,40390,40388,41342,41342,40388,41345,40388,40389,41345,41345,40389,41346,41345,41346,41347,41347,41346,41348,41342,41345,41344,41344,41345,41347,41344,41347,41349,41349,41347,41350,41347,41348,41350,41350,41348,41351,41350,41351,41352,41352,41351,41353,41349,41350,41354,41354,41350,41352,41332,41343,41335,41335,41343,41355,41343,41344,41355,41355,41344,41349,41355,41349,41356,41356,41349,41354,41335,41355,41337,41337,41355,41356,40389,40408,41346,41346,40408,41357,40408,40406,41357,41357,40406,41358,41357,41358,41359,41359,41358,41360,41346,41357,41348,41348,41357,41359,40406,40404,41358,41358,40404,41361,40404,40405,41361,41361,40405,41362,41361,41362,41363,41363,41362,41364,41358,41361,41360,41360,41361,41363,41360,41363,41365,41365,41363,41366,41363,41364,41366,41366,41364,41367,41366,41367,41368,41368,41367,41369,41365,41366,41370,41370,41366,41368,41348,41359,41351,41351,41359,41371,41359,41360,41371,41371,41360,41365,41371,41365,41372,41372,41365,41370,41351,41371,41353,41353,41371,41372,40405,40424,41362,41362,40424,41373,40424,40422,41373,41373,40422,41374,41373,41374,41375,41375,41374,41376,41362,41373,41364,41364,41373,41375,40422,40420,41374,41374,40420,41377,40420,40421,41377,41377,40421,41378,41377,41378,41379,41379,41378,41380,41374,41377,41376,41376,41377,41379,41376,41379,41381,41381,41379,41382,41379,41380,41382,41382,41380,41383,41382,41383,41384,41384,41383,41385,41381,41382,41386,41386,41382,41384,41364,41375,41367,41367,41375,41387,41375,41376,41387,41387,41376,41381,41387,41381,41388,41388,41381,41386,41367,41387,41369,41369,41387,41388,40421,40440,41378,41378,40440,41389,40440,40438,41389,41389,40438,41390,41389,41390,41391,41391,41390,41392,41378,41389,41380,41380,41389,41391,40438,40436,41390,41390,40436,41393,40436,40437,41393,41393,40437,41394,41393,41394,41395,41395,41394,41396,41390,41393,41392,41392,41393,41395,41392,41395,41397,41397,41395,41398,41395,41396,41398,41398,41396,41399,41398,41399,41400,41400,41399,41401,41397,41398,41402,41402,41398,41400,41380,41391,41383,41383,41391,41403,41391,41392,41403,41403,41392,41397,41403,41397,41404,41404,41397,41402,41383,41403,41385,41385,41403,41404,40437,40456,41394,41394,40456,41405,40456,40454,41405,41405,40454,41406,41405,41406,41407,41407,41406,41408,41394,41405,41396,41396,41405,41407,40454,40452,41406,41406,40452,41409,40452,40453,41409,41409,40453,41410,41409,41410,41411,41411,41410,41412,41406,41409,41408,41408,41409,41411,41408,41411,41413,41413,41411,41414,41411,41412,41414,41414,41412,41415,41414,41415,41416,41416,41415,41417,41414,41416,41413,41413,41416,41418,41396,41407,41399,41399,41407,41419,41407,41408,41419,41419,41408,41413,41419,41413,41420,41420,41413,41418,41399,41419,41401,41401,41419,41420,40453,40472,41410,41410,40472,41421,40472,40470,41421,41421,40470,41422,41421,41422,41423,41423,41422,41424,41410,41421,41412,41412,41421,41423,40470,40468,41422,41422,40468,41425,40468,40469,41425,41425,40469,41426,41425,41426,41427,41427,41426,41428,41422,41425,41424,41424,41425,41427,41424,41427,41429,41429,41427,41430,41427,41428,41430,41430,41428,41431,41430,41431,41432,41432,41431,41433,41429,41430,41434,41434,41430,41432,41412,41423,41415,41415,41423,41435,41423,41424,41435,41435,41424,41429,41435,41429,41436,41436,41429,41434,41415,41435,41417,41417,41435,41436,40469,40488,41426,41426,40488,41437,40488,40486,41437,41437,40486,41438,41437,41438,41439,41439,41438,41440,41426,41437,41428,41428,41437,41439,40486,40484,41438,41438,40484,41441,40484,40485,41441,41441,40485,41442,41441,41442,41443,41443,41442,41444,41438,41441,41440,41440,41441,41443,41440,41443,41445,41445,41443,41446,41443,41444,41446,41446,41444,41447,41446,41447,41448,41448,41447,41449,41445,41446,41450,41450,41446,41448,41428,41439,41431,41431,41439,41451,41439,41440,41451,41451,41440,41445,41451,41445,41452,41452,41445,41450,41431,41451,41433,41433,41451,41452,40485,40504,41442,41442,40504,41453,40504,40502,41453,41453,40502,41454,41453,41454,41455,41455,41454,41456,41442,41453,41444,41444,41453,41455,40502,40500,41454,41454,40500,41457,40500,40501,41457,41457,40501,41458,41457,41458,41459,41459,41458,41460,41454,41457,41456,41456,41457,41459,41456,41459,41461,41461,41459,41462,41459,41460,41462,41462,41460,41463,41462,41463,41464,41464,41463,41465,41461,41462,41466,41466,41462,41464,41444,41455,41447,41447,41455,41467,41455,41456,41467,41467,41456,41461,41467,41461,41468,41468,41461,41466,41447,41467,41449,41449,41467,41468,40501,40520,41458,41458,40520,41469,40520,40518,41469,41469,40518,41470,41469,41470,41471,41471,41470,41472,41458,41469,41460,41460,41469,41471,40518,40516,41470,41470,40516,41473,40516,40517,41473,41473,40517,41474,41473,41474,41475,41475,41474,41476,41470,41473,41472,41472,41473,41475,41472,41475,41477,41477,41475,41478,41475,41476,41478,41478,41476,41479,41478,41479,41480,41480,41479,41481,41477,41478,41482,41482,41478,41480,41460,41471,41463,41463,41471,41483,41471,41472,41483,41483,41472,41477,41483,41477,41484,41484,41477,41482,41463,41483,41465,41465,41483,41484,40517,40536,41474,41474,40536,41485,40536,40534,41485,41485,40534,41486,41485,41486,41487,41487,41486,41488,41474,41485,41476,41476,41485,41487,40534,40532,41486,41486,40532,41489,40532,40533,41489,41489,40533,41490,41489,41490,41491,41491,41490,41492,41486,41489,41488,41488,41489,41491,41488,41491,41493,41493,41491,41494,41491,41492,41494,41494,41492,41495,41494,41495,41496,41496,41495,41497,41493,41494,41498,41498,41494,41496,41476,41487,41479,41479,41487,41499,41487,41488,41499,41499,41488,41493,41499,41493,41500,41500,41493,41498,41479,41499,41481,41481,41499,41500,40533,40552,41490,41490,40552,41501,40552,40550,41501,41501,40550,41502,41501,41502,41503,41503,41502,41504,41490,41501,41492,41492,41501,41503,40550,40548,41502,41502,40548,41505,40548,40549,41505,41505,40549,41506,41505,41506,41507,41507,41506,41508,41502,41505,41504,41504,41505,41507,41504,41507,41509,41509,41507,41510,41507,41508,41510,41510,41508,41511,41510,41511,41512,41512,41511,41513,41509,41510,41514,41514,41510,41512,41492,41503,41495,41495,41503,41515,41503,41504,41515,41515,41504,41509,41515,41509,41516,41516,41509,41514,41495,41515,41497,41497,41515,41516,40549,40568,41506,41506,40568,41517,40568,40566,41517,41517,40566,41518,41517,41518,41519,41519,41518,41520,41506,41517,41508,41508,41517,41519,40566,40564,41518,41518,40564,41521,40564,40565,41521,41521,40565,41522,41521,41522,41523,41523,41522,41524,41518,41521,41520,41520,41521,41523,41520,41523,41525,41525,41523,41526,41523,41524,41526,41526,41524,41527,41526,41527,41528,41528,41527,41529,41525,41526,41530,41530,41526,41528,41508,41519,41511,41511,41519,41531,41519,41520,41531,41531,41520,41525,41531,41525,41532,41532,41525,41530,41511,41531,41513,41513,41531,41532,40565,40584,41522,41522,40584,41533,40584,40582,41533,41533,40582,41534,41533,41534,41535,41535,41534,41536,41522,41533,41524,41524,41533,41535,40582,40580,41534,41534,40580,41537,40580,40581,41537,41537,40581,41538,41537,41538,41539,41539,41538,41540,41534,41537,41536,41536,41537,41539,41536,41539,41541,41541,41539,41542,41539,41540,41542,41542,41540,41543,41542,41543,41544,41544,41543,41545,41541,41542,41546,41546,41542,41544,41524,41535,41527,41527,41535,41547,41535,41536,41547,41547,41536,41541,41547,41541,41548,41548,41541,41546,41527,41547,41529,41529,41547,41548,40581,40600,41538,41538,40600,41549,40600,40598,41549,41549,40598,41550,41549,41550,41551,41551,41550,41552,41538,41549,41540,41540,41549,41551,40598,40596,41550,41550,40596,41553,40596,40597,41553,41553,40597,41554,41553,41554,41555,41555,41554,41556,41550,41553,41552,41552,41553,41555,41552,41555,41557,41557,41555,41558,41555,41556,41558,41558,41556,41559,41558,41559,41560,41560,41559,41561,41557,41558,41562,41562,41558,41560,41540,41551,41543,41543,41551,41563,41551,41552,41563,41563,41552,41557,41563,41557,41564,41564,41557,41562,41543,41563,41545,41545,41563,41564,40597,40616,41554,41554,40616,41565,40616,40614,41565,41565,40614,41566,41565,41566,41567,41567,41566,41568,41554,41565,41556,41556,41565,41567,40614,40612,41566,41566,40612,41569,40612,40613,41569,41569,40613,41570,41569,41570,41571,41571,41570,41572,41566,41569,41568,41568,41569,41571,41568,41571,41573,41573,41571,41574,41571,41572,41574,41574,41572,41575,41574,41575,41576,41576,41575,41577,41573,41574,41578,41578,41574,41576,41556,41567,41559,41559,41567,41579,41567,41568,41579,41579,41568,41573,41579,41573,41580,41580,41573,41578,41559,41579,41561,41561,41579,41580,40613,40632,41570,41570,40632,41581,40632,40630,41581,41581,40630,41582,41581,41582,41583,41583,41582,41584,41570,41581,41572,41572,41581,41583,40628,41585,40630,40630,41585,41582,40629,41586,40628,40628,41586,41585,41586,41587,41585,41585,41587,41588,41585,41588,41582,41582,41588,41584,41588,41589,41584,41584,41589,41590,41587,41591,41588,41588,41591,41589,41591,41592,41589,41589,41592,41593,41590,41589,41594,41594,41589,41593,41572,41583,41575,41575,41583,41595,41583,41584,41595,41595,41584,41590,41595,41590,41596,41596,41590,41594,41575,41595,41577,41577,41595,41596,40648,41597,40629,40629,41597,41586,40646,41598,40648,40648,41598,41597,41598,41599,41597,41597,41599,41600,41597,41600,41586,41586,41600,41587,40645,41601,40646,40646,41601,41598,40644,41602,40645,40645,41602,41601,41602,41603,41601,41601,41603,41604,41601,41604,41598,41598,41604,41599,41604,41605,41599,41599,41605,41606,41603,41607,41604,41604,41607,41605,41607,41608,41605,41605,41608,41609,41605,41609,41606,41606,41609,41610,41600,41611,41587,41587,41611,41591,41599,41606,41600,41600,41606,41611,41606,41610,41611,41611,41610,41612,41591,41611,41592,41592,41611,41612,40664,41613,40644,40644,41613,41602,40662,41614,40664,40664,41614,41613,41614,41615,41613,41613,41615,41616,41613,41616,41602,41602,41616,41603,40661,41617,40662,40662,41617,41614,40660,41618,40661,40661,41618,41617,41618,41619,41617,41617,41619,41620,41617,41620,41614,41614,41620,41615,41620,41621,41615,41615,41621,41622,41619,41623,41620,41620,41623,41621,41623,41624,41621,41621,41624,41625,41621,41625,41622,41622,41625,41626,41616,41627,41603,41603,41627,41607,41615,41622,41616,41616,41622,41627,41622,41626,41627,41627,41626,41628,41627,41628,41607,41607,41628,41608,40680,41629,40660,40660,41629,41618,40678,41630,40680,40680,41630,41629,41630,41631,41629,41629,41631,41632,41629,41632,41618,41618,41632,41619,40676,41633,40678,40678,41633,41630,40677,41634,40676,40676,41634,41633,41634,41635,41633,41633,41635,41636,41633,41636,41630,41630,41636,41631,41636,41637,41631,41631,41637,41638,41635,41639,41636,41636,41639,41637,41639,41640,41637,41637,41640,41641,41637,41641,41638,41638,41641,41642,41632,41643,41619,41619,41643,41623,41631,41638,41632,41632,41638,41643,41638,41642,41643,41643,41642,41644,41643,41644,41623,41623,41644,41624,40696,41645,40677,40677,41645,41634,40696,40694,41645,41645,40694,41646,41646,41647,41645,41645,41647,41648,41645,41648,41634,41634,41648,41635,40694,40692,41646,41646,40692,41649,40692,40693,41649,41649,40693,41650,41650,41651,41649,41649,41651,41652,41649,41652,41646,41646,41652,41647,41652,41653,41647,41647,41653,41654,41651,41655,41652,41652,41655,41653,41655,41656,41653,41653,41656,41657,41653,41657,41654,41654,41657,41658,41648,41659,41635,41635,41659,41639,41647,41654,41648,41648,41654,41659,41654,41658,41659,41659,41658,41660,41659,41660,41639,41639,41660,41640,40693,40712,41650,41650,40712,41661,40712,40710,41661,41661,40710,41662,41661,41662,41663,41663,41662,41664,41661,41663,41650,41650,41663,41651,40710,40708,41662,41662,40708,41665,40708,40709,41665,41665,40709,41666,41665,41666,41667,41667,41666,41668,41662,41665,41664,41664,41665,41667,41664,41667,41669,41669,41667,41670,41667,41668,41670,41670,41668,41671,41670,41671,41672,41672,41671,41673,41669,41670,41674,41674,41670,41672,41663,41675,41651,41651,41675,41655,41664,41669,41663,41663,41669,41675,41669,41674,41675,41675,41674,41676,41675,41676,41655,41655,41676,41656,40709,40728,41666,41666,40728,41677,40728,40726,41677,41677,40726,41678,41677,41678,41679,41679,41678,41680,41666,41677,41668,41668,41677,41679,40726,40724,41678,41678,40724,41681,40724,40725,41681,41681,40725,41682,41681,41682,41683,41683,41682,41684,41678,41681,41680,41680,41681,41683,41680,41683,41685,41685,41683,41686,41683,41684,41686,41686,41684,41687,41686,41687,41688,41688,41687,41689,41685,41686,41690,41690,41686,41688,41668,41679,41671,41671,41679,41691,41679,41680,41691,41691,41680,41685,41691,41685,41692,41692,41685,41690,41671,41691,41673,41673,41691,41692,40747,41693,40748,40748,41693,41694,40747,40744,41693,41693,40744,41695,41695,41696,41693,41693,41696,41697,41693,41697,41694,41694,41697,41698,40744,40742,41695,41695,40742,41699,40742,40743,41699,41699,40743,41700,41699,41700,41701,41701,41700,41702,41695,41699,41696,41696,41699,41701,41696,41701,41703,41703,41701,41704,41701,41702,41704,41704,41702,41705,41704,41705,41706,41706,41705,41707,41703,41704,41708,41708,41704,41706,41697,41709,41698,41698,41709,41710,41696,41703,41697,41697,41703,41709,41709,41703,41711,41711,41703,41708,41710,41709,41712,41712,41709,41711,40743,40764,41700,41700,40764,41713,40764,40762,41713,41713,40762,41714,41713,41714,41715,41715,41714,41716,41700,41713,41702,41702,41713,41715,40762,40760,41714,41714,40760,41717,40760,40761,41717,41717,40761,41718,41717,41718,41719,41719,41718,41720,41714,41717,41716,41716,41717,41719,41716,41719,41721,41721,41719,41722,41719,41720,41722,41722,41720,41723,41722,41723,41724,41724,41723,41725,41721,41722,41726,41726,41722,41724,41702,41715,41705,41705,41715,41727,41715,41716,41727,41727,41716,41721,41727,41721,41728,41728,41721,41726,41705,41727,41707,41707,41727,41728,40761,40780,41718,41718,40780,41729,40780,40778,41729,41729,40778,41730,41729,41730,41731,41731,41730,41732,41718,41729,41720,41720,41729,41731,40778,40776,41730,41730,40776,41733,40776,40777,41733,41733,40777,41734,41733,41734,41735,41735,41734,41736,41730,41733,41732,41732,41733,41735,41732,41735,41737,41737,41735,41738,41735,41736,41738,41738,41736,41739,41738,41739,41740,41740,41739,41741,41737,41738,41742,41742,41738,41740,41720,41731,41723,41723,41731,41743,41731,41732,41743,41743,41732,41737,41743,41737,41744,41744,41737,41742,41723,41743,41725,41725,41743,41744,40777,40796,41734,41734,40796,41745,40794,41746,40796,40796,41746,41745,41745,41746,41747,41747,41746,41748,41734,41745,41736,41736,41745,41747,40793,41749,40794,40794,41749,41746,40792,41750,40793,40793,41750,41749,41750,41751,41749,41749,41751,41752,41746,41749,41748,41748,41749,41752,41748,41752,41753,41753,41752,41754,41752,41751,41754,41754,41751,41755,41754,41755,41756,41756,41755,41757,41753,41754,41758,41758,41754,41756,41736,41747,41739,41739,41747,41759,41747,41748,41759,41759,41748,41753,41759,41753,41760,41760,41753,41758,41739,41759,41741,41741,41759,41760,40812,41761,40792,40792,41761,41750,40810,41762,40812,40812,41762,41761,41762,41763,41761,41761,41763,41764,41761,41764,41750,41750,41764,41751,40809,41765,40810,40810,41765,41762,40808,41766,40809,40809,41766,41765,41766,41767,41765,41765,41767,41768,41765,41768,41762,41762,41768,41763,41768,41769,41763,41763,41769,41770,41767,41771,41768,41768,41771,41769,41771,41772,41769,41769,41772,41773,41769,41773,41770,41770,41773,41774,41764,41775,41751,41751,41775,41755,41763,41770,41764,41764,41770,41775,41770,41774,41775,41775,41774,41776,41755,41775,41757,41757,41775,41776,40808,40828,41766,41766,40828,41777,40828,40826,41777,41777,40826,41778,41778,41779,41777,41777,41779,41780,41766,41777,41767,41767,41777,41780,40825,41781,40826,40826,41781,41778,40824,41782,40825,40825,41782,41781,41782,41783,41781,41781,41783,41784,41781,41784,41778,41778,41784,41779,41784,41785,41779,41779,41785,41786,41783,41787,41784,41784,41787,41785,41787,41788,41785,41785,41788,41789,41785,41789,41786,41786,41789,41790,41780,41791,41767,41767,41791,41771,41779,41786,41780,41780,41786,41791,41786,41790,41791,41791,41790,41792,41791,41792,41771,41771,41792,41772,40844,41793,40824,40824,41793,41782,40842,41794,40844,40844,41794,41793,41794,41795,41793,41793,41795,41796,41793,41796,41782,41782,41796,41783,40841,41797,40842,40842,41797,41794,40840,41798,40841,40841,41798,41797,41798,41799,41797,41797,41799,41800,41797,41800,41794,41794,41800,41795,41800,41801,41795,41795,41801,41802,41799,41803,41800,41800,41803,41801,41803,41804,41801,41801,41804,41805,41801,41805,41802,41802,41805,41806,41796,41807,41783,41783,41807,41787,41795,41802,41796,41796,41802,41807,41802,41806,41807,41807,41806,41808,41807,41808,41787,41787,41808,41788,40860,41809,40840,40840,41809,41798,40858,41810,40860,40860,41810,41809,41810,41811,41809,41809,41811,41812,41809,41812,41798,41798,41812,41799,40857,41813,40858,40858,41813,41810,40856,41814,40857,40857,41814,41813,41814,41815,41813,41813,41815,41816,41813,41816,41810,41810,41816,41811,41816,41817,41811,41811,41817,41818,41815,41819,41816,41816,41819,41817,41819,41820,41817,41817,41820,41821,41817,41821,41818,41818,41821,41822,41812,41823,41799,41799,41823,41803,41811,41818,41812,41812,41818,41823,41818,41822,41823,41823,41822,41824,41823,41824,41803,41803,41824,41804,40876,41825,40856,40856,41825,41814,40874,41826,40876,40876,41826,41825,41826,41827,41825,41825,41827,41828,41825,41828,41814,41814,41828,41815,40873,41829,40874,40874,41829,41826,40872,41830,40873,40873,41830,41829,41830,41831,41829,41829,41831,41832,41829,41832,41826,41826,41832,41827,41832,41833,41827,41827,41833,41834,41831,41835,41832,41832,41835,41833,41835,41836,41833,41833,41836,41837,41833,41837,41834,41834,41837,41838,41828,41839,41815,41815,41839,41819,41827,41834,41828,41828,41834,41839,41834,41838,41839,41839,41838,41840,41839,41840,41819,41819,41840,41820,40892,41841,40872,40872,41841,41830,40890,41842,40892,40892,41842,41841,41842,41843,41841,41841,41843,41844,41841,41844,41830,41830,41844,41831,40888,41845,40890,40890,41845,41842,40889,41846,40888,40888,41846,41845,41846,41847,41845,41845,41847,41848,41845,41848,41842,41842,41848,41843,41848,41849,41843,41843,41849,41850,41847,41851,41848,41848,41851,41849,41851,41852,41849,41849,41852,41853,41849,41853,41850,41850,41853,41854,41844,41855,41831,41831,41855,41835,41843,41850,41844,41844,41850,41855,41850,41854,41855,41855,41854,41856,41855,41856,41835,41835,41856,41836,40908,41857,40889,40889,41857,41846,40906,41858,40908,40908,41858,41857,41858,41859,41857,41857,41859,41860,41857,41860,41846,41846,41860,41847,40905,41861,40906,40906,41861,41858,40904,41862,40905,40905,41862,41861,41862,41863,41861,41861,41863,41864,41861,41864,41858,41858,41864,41859,41864,41865,41859,41859,41865,41866,41863,41867,41864,41864,41867,41865,41867,41868,41865,41865,41868,41869,41865,41869,41866,41866,41869,41870,41860,41871,41847,41847,41871,41851,41859,41866,41860,41860,41866,41871,41866,41870,41871,41871,41870,41872,41871,41872,41851,41851,41872,41852,40924,41873,40904,40904,41873,41862,40922,41874,40924,40924,41874,41873,41874,41875,41873,41873,41875,41876,41873,41876,41862,41862,41876,41863,40921,41877,40922,40922,41877,41874,40920,41878,40921,40921,41878,41877,41878,41879,41877,41877,41879,41880,41877,41880,41874,41874,41880,41875,41880,41881,41875,41875,41881,41882,41879,41883,41880,41880,41883,41881,41883,41884,41881,41881,41884,41885,41881,41885,41882,41882,41885,41886,41876,41887,41863,41863,41887,41867,41875,41882,41876,41876,41882,41887,41882,41886,41887,41887,41886,41888,41887,41888,41867,41867,41888,41868,40940,41889,40920,40920,41889,41878,40938,41890,40940,40940,41890,41889,41890,41891,41889,41889,41891,41892,41889,41892,41878,41878,41892,41879,40937,41893,40938,40938,41893,41890,40936,41894,40937,40937,41894,41893,41894,41895,41893,41893,41895,41896,41893,41896,41890,41890,41896,41891,41896,41897,41891,41891,41897,41898,41895,41899,41896,41896,41899,41897,41899,41900,41897,41897,41900,41901,41897,41901,41898,41898,41901,41902,41892,41903,41879,41879,41903,41883,41891,41898,41892,41892,41898,41903,41898,41902,41903,41903,41902,41904,41903,41904,41883,41883,41904,41884,40956,41905,40936,40936,41905,41894,40954,41906,40956,40956,41906,41905,41906,41907,41905,41905,41907,41908,41905,41908,41894,41894,41908,41895,40953,41909,40954,40954,41909,41906,40953,40952,41909,41909,40952,41910,41909,41910,41911,41911,41910,41912,41906,41909,41907,41907,41909,41911,41907,41911,41913,41913,41911,41914,41911,41912,41914,41914,41912,41915,41914,41915,41916,41916,41915,41917,41913,41914,41918,41918,41914,41916,41908,41919,41895,41895,41919,41899,41908,41907,41919,41919,41907,41913,41919,41913,41920,41920,41913,41918,41919,41920,41899,41899,41920,41900,40952,40972,41910,41910,40972,41921,40972,40970,41921,41921,40970,41922,41921,41922,41923,41923,41922,41924,41910,41921,41912,41912,41921,41923,40970,40968,41922,41922,40968,41925,40968,40969,41925,41925,40969,41926,41925,41926,41927,41927,41926,41928,41922,41925,41924,41924,41925,41927,41924,41927,41929,41929,41927,41930,41927,41928,41930,41930,41928,41931,41930,41931,41932,41932,41931,41933,41929,41930,41934,41934,41930,41932,41912,41923,41915,41915,41923,41935,41923,41924,41935,41935,41924,41929,41935,41929,41936,41936,41929,41934,41915,41935,41917,41917,41935,41936,40969,40988,41926,41926,40988,41937,40988,40986,41937,41937,40986,41938,41937,41938,41939,41939,41938,41940,41926,41937,41928,41928,41937,41939,40985,41941,40986,40986,41941,41938,40984,41942,40985,40985,41942,41941,41942,41943,41941,41941,41943,41944,41941,41944,41938,41938,41944,41940,41940,41944,41945,41945,41944,41946,41944,41943,41946,41946,41943,41947,41946,41947,41948,41948,41947,41949,41945,41946,41950,41950,41946,41948,41928,41939,41931,41931,41939,41951,41939,41940,41951,41951,41940,41945,41951,41945,41952,41952,41945,41950,41931,41951,41933,41933,41951,41952,41004,41953,40984,40984,41953,41942,41002,41954,41004,41004,41954,41953,41953,41954,41955,41955,41954,41956,41953,41955,41942,41942,41955,41943,41001,41957,41002,41002,41957,41954,41000,41958,41001,41001,41958,41957,41958,41959,41957,41957,41959,41960,41954,41957,41956,41956,41957,41960,41956,41960,41961,41961,41960,41962,41959,41963,41960,41960,41963,41962,41963,41964,41962,41962,41964,41965,41962,41965,41961,41961,41965,41966,41943,41955,41947,41947,41955,41967,41955,41956,41967,41967,41956,41961,41967,41961,41968,41968,41961,41966,41947,41967,41949,41949,41967,41968,41020,41969,41000,41000,41969,41958,41018,41970,41020,41020,41970,41969,41970,41971,41969,41969,41971,41972,41969,41972,41958,41958,41972,41959,41017,41973,41018,41018,41973,41970,41016,41974,41017,41017,41974,41973,41974,41975,41973,41973,41975,41976,41973,41976,41970,41970,41976,41971,41976,41977,41971,41971,41977,41978,41975,41979,41976,41976,41979,41977,41979,41980,41977,41977,41980,41981,41977,41981,41978,41978,41981,41982,41972,41983,41959,41959,41983,41963,41971,41978,41972,41972,41978,41983,41978,41982,41983,41983,41982,41984,41983,41984,41963,41963,41984,41964,41036,41985,41016,41016,41985,41974,41034,41986,41036,41036,41986,41985,41986,41987,41985,41985,41987,41988,41985,41988,41974,41974,41988,41975,41033,41989,41034,41034,41989,41986,41032,41990,41033,41033,41990,41989,41990,41991,41989,41989,41991,41992,41989,41992,41986,41986,41992,41987,41992,41993,41987,41987,41993,41994,41991,41995,41992,41992,41995,41993,41995,41996,41993,41993,41996,41997,41993,41997,41994,41994,41997,41998,41988,41999,41975,41975,41999,41979,41987,41994,41988,41988,41994,41999,41994,41998,41999,41999,41998,42000,41999,42000,41979,41979,42000,41980,41052,42001,41032,41032,42001,41990,41050,42002,41052,41052,42002,42001,42002,42003,42001,42001,42003,42004,42001,42004,41990,41990,42004,41991,41049,42005,41050,41050,42005,42002,41048,42006,41049,41049,42006,42005,42006,42007,42005,42005,42007,42008,42005,42008,42002,42002,42008,42003,42008,42009,42003,42003,42009,42010,42007,42011,42008,42008,42011,42009,42011,42012,42009,42009,42012,42013,42009,42013,42010,42010,42013,42014,42004,42015,41991,41991,42015,41995,42003,42010,42004,42004,42010,42015,42010,42014,42015,42015,42014,42016,42015,42016,41995,41995,42016,41996,41068,42017,41048,41048,42017,42006,41066,42018,41068,41068,42018,42017,42018,42019,42017,42017,42019,42020,42017,42020,42006,42006,42020,42007,41065,42021,41066,41066,42021,42018,41064,42022,41065,41065,42022,42021,42022,42023,42021,42021,42023,42024,42021,42024,42018,42018,42024,42019,42024,42025,42019,42019,42025,42026,42023,42027,42024,42024,42027,42025,42027,42028,42025,42025,42028,42029,42025,42029,42026,42026,42029,42030,42020,42031,42007,42007,42031,42011,42019,42026,42020,42020,42026,42031,42026,42030,42031,42031,42030,42032,42031,42032,42011,42011,42032,42012,41084,42033,41064,41064,42033,42022,41082,42034,41084,41084,42034,42033,42034,42035,42033,42033,42035,42036,42033,42036,42022,42022,42036,42023,41081,42037,41082,41082,42037,42034,41080,42038,41081,41081,42038,42037,42038,42039,42037,42037,42039,42040,42037,42040,42034,42034,42040,42035,42040,42041,42035,42035,42041,42042,42039,42043,42040,42040,42043,42041,42043,42044,42041,42041,42044,42045,42041,42045,42042,42042,42045,42046,42036,42047,42023,42023,42047,42027,42035,42042,42036,42036,42042,42047,42042,42046,42047,42047,42046,42048,42047,42048,42027,42027,42048,42028,41100,42049,41080,41080,42049,42038,41098,42050,41100,41100,42050,42049,42050,42051,42049,42049,42051,42052,42049,42052,42038,42038,42052,42039,41097,42053,41098,41098,42053,42050,41096,42054,41097,41097,42054,42053,42054,42055,42053,42053,42055,42056,42053,42056,42050,42050,42056,42051,42056,42057,42051,42051,42057,42058,42055,42059,42056,42056,42059,42057,42059,42060,42057,42057,42060,42061,42057,42061,42058,42058,42061,42062,42052,42063,42039,42039,42063,42043,42051,42058,42052,42052,42058,42063,42058,42062,42063,42063,42062,42064,42063,42064,42043,42043,42064,42044,41116,42065,41096,41096,42065,42054,41114,42066,41116,41116,42066,42065,42066,42067,42065,42065,42067,42068,42065,42068,42054,42054,42068,42055,41113,42069,41114,41114,42069,42066,41112,42070,41113,41113,42070,42069,42070,42071,42069,42069,42071,42072,42069,42072,42066,42066,42072,42067,42072,42073,42067,42067,42073,42074,42071,42075,42072,42072,42075,42073,42075,42076,42073,42073,42076,42077,42073,42077,42074,42074,42077,42078,42068,42079,42055,42055,42079,42059,42067,42074,42068,42068,42074,42079,42074,42078,42079,42079,42078,42080,42079,42080,42059,42059,42080,42060,41132,42081,41112,41112,42081,42070,41130,42082,41132,41132,42082,42081,42082,42083,42081,42081,42083,42084,42081,42084,42070,42070,42084,42071,41129,42085,41130,41130,42085,42082,41128,42086,41129,41129,42086,42085,42086,42087,42085,42085,42087,42088,42085,42088,42082,42082,42088,42083,42088,42089,42083,42083,42089,42090,42087,42091,42088,42088,42091,42089,42091,42092,42089,42089,42092,42093,42089,42093,42090,42090,42093,42094,42084,42095,42071,42071,42095,42075,42083,42090,42084,42084,42090,42095,42090,42094,42095,42095,42094,42096,42095,42096,42075,42075,42096,42076,41148,42097,41128,41128,42097,42086,41146,42098,41148,41148,42098,42097,42098,42099,42097,42097,42099,42100,42097,42100,42086,42086,42100,42087,41145,42101,41146,41146,42101,42098,41144,42102,41145,41145,42102,42101,42102,42103,42101,42101,42103,42104,42101,42104,42098,42098,42104,42099,42104,42105,42099,42099,42105,42106,42103,42107,42104,42104,42107,42105,42107,42108,42105,42105,42108,42109,42105,42109,42106,42106,42109,42110,42100,42111,42087,42087,42111,42091,42099,42106,42100,42100,42106,42111,42106,42110,42111,42111,42110,42112,42111,42112,42091,42091,42112,42092,41164,42113,41144,41144,42113,42102,41162,42114,41164,41164,42114,42113,42114,42115,42113,42113,42115,42116,42113,42116,42102,42102,42116,42103,41161,42117,41162,41162,42117,42114,41160,42118,41161,41161,42118,42117,42118,42119,42117,42117,42119,42120,42117,42120,42114,42114,42120,42115,42120,42121,42115,42115,42121,42122,42119,42123,42120,42120,42123,42121,42123,42124,42121,42121,42124,42125,42121,42125,42122,42122,42125,42126,42116,42127,42103,42103,42127,42107,42115,42122,42116,42116,42122,42127,42122,42126,42127,42127,42126,42128,42127,42128,42107,42107,42128,42108,41180,42129,41160,41160,42129,42118,41178,42130,41180,41180,42130,42129,42130,42131,42129,42129,42131,42132,42129,42132,42118,42118,42132,42119,41177,42133,41178,41178,42133,42130,41176,42134,41177,41177,42134,42133,42134,42135,42133,42133,42135,42136,42133,42136,42130,42130,42136,42131,42136,42137,42131,42131,42137,42138,42135,42139,42136,42136,42139,42137,42139,42140,42137,42137,42140,42141,42137,42141,42138,42138,42141,42142,42132,42143,42119,42119,42143,42123,42131,42138,42132,42132,42138,42143,42138,42142,42143,42143,42142,42144,42143,42144,42123,42123,42144,42124,41196,42145,41176,41176,42145,42134,41194,42146,41196,41196,42146,42145,42146,42147,42145,42145,42147,42148,42145,42148,42134,42134,42148,42135,41193,42149,41194,41194,42149,42146,41192,42150,41193,41193,42150,42149,42150,42151,42149,42149,42151,42152,42149,42152,42146,42146,42152,42147,42152,42153,42147,42147,42153,42154,42151,42155,42152,42152,42155,42153,42155,42156,42153,42153,42156,42157,42153,42157,42154,42154,42157,42158,42148,42159,42135,42135,42159,42139,42147,42154,42148,42148,42154,42159,42154,42158,42159,42159,42158,42160,42159,42160,42139,42139,42160,42140,41212,42161,41192,41192,42161,42150,41210,42162,41212,41212,42162,42161,42162,42163,42161,42161,42163,42164,42161,42164,42150,42150,42164,42151,41209,42165,41210,41210,42165,42162,41208,42166,41209,41209,42166,42165,42166,42167,42165,42165,42167,42168,42165,42168,42162,42162,42168,42163,42168,42169,42163,42163,42169,42170,42167,42171,42168,42168,42171,42169,42171,42172,42169,42169,42172,42173,42169,42173,42170,42170,42173,42174,42164,42175,42151,42151,42175,42155,42163,42170,42164,42164,42170,42175,42170,42174,42175,42175,42174,42176,42175,42176,42155,42155,42176,42156,41228,42177,41208,41208,42177,42166,41226,42178,41228,41228,42178,42177,42178,42179,42177,42177,42179,42180,42177,42180,42166,42166,42180,42167,41225,42181,41226,41226,42181,42178,41224,42182,41225,41225,42182,42181,42182,42183,42181,42181,42183,42184,42181,42184,42178,42178,42184,42179,42184,42185,42179,42179,42185,42186,42183,42187,42184,42184,42187,42185,42187,42188,42185,42185,42188,42189,42185,42189,42186,42186,42189,42190,42180,42191,42167,42167,42191,42171,42179,42186,42180,42180,42186,42191,42186,42190,42191,42191,42190,42192,42191,42192,42171,42171,42192,42172,41244,42193,41224,41224,42193,42182,41242,42194,41244,41244,42194,42193,42194,42195,42193,42193,42195,42196,42193,42196,42182,42182,42196,42183,41240,42197,41242,41242,42197,42194,41240,41241,42197,42197,41241,42198,42198,42199,42197,42197,42199,42200,42197,42200,42194,42194,42200,42195,42200,42201,42195,42195,42201,42202,42199,42203,42200,42200,42203,42201,42203,42204,42201,42201,42204,42205,42201,42205,42202,42202,42205,42206,42196,42207,42183,42183,42207,42187,42195,42202,42196,42196,42202,42207,42202,42206,42207,42207,42206,42208,42207,42208,42187,42187,42208,42188,41260,42209,41241,41241,42209,42198,41258,42210,41260,41260,42210,42209,42210,42211,42209,42209,42211,42212,42209,42212,42198,42198,42212,42199,41257,42213,41258,41258,42213,42210,41256,42214,41257,41257,42214,42213,42214,42215,42213,42213,42215,42216,42213,42216,42210,42210,42216,42211,42216,42217,42211,42211,42217,42218,42215,42219,42216,42216,42219,42217,42219,42220,42217,42217,42220,42221,42217,42221,42218,42218,42221,42222,42212,42223,42199,42199,42223,42203,42211,42218,42212,42212,42218,42223,42218,42222,42223,42223,42222,42224,42223,42224,42203,42203,42224,42204,41276,42225,41256,41256,42225,42214,41274,42226,41276,41276,42226,42225,42226,42227,42225,42225,42227,42228,42225,42228,42214,42214,42228,42215,41273,42229,41274,41274,42229,42226,41272,42230,41273,41273,42230,42229,42230,42231,42229,42229,42231,42232,42229,42232,42226,42226,42232,42227,42232,42233,42227,42227,42233,42234,42231,42235,42232,42232,42235,42233,42235,42236,42233,42233,42236,42237,42233,42237,42234,42234,42237,42238,42228,42239,42215,42215,42239,42219,42227,42234,42228,42228,42234,42239,42234,42238,42239,42239,42238,42240,42239,42240,42219,42219,42240,42220,41292,42241,41272,41272,42241,42230,41290,42242,41292,41292,42242,42241,42242,42243,42241,42241,42243,42244,42241,42244,42230,42230,42244,42231,41290,41288,42242,42242,41288,42245,41289,42246,41288,41288,42246,42245,42246,42247,42245,42245,42247,42248,42245,42248,42242,42242,42248,42243,42248,42249,42243,42243,42249,42250,42247,42251,42248,42248,42251,42249,42251,42252,42249,42249,42252,42253,42249,42253,42250,42250,42253,42254,42244,42255,42231,42231,42255,42235,42243,42250,42244,42244,42250,42255,42250,42254,42255,42255,42254,42256,42255,42256,42235,42235,42256,42236,41308,42257,41289,41289,42257,42246,41308,41306,42257,42257,41306,42258,42257,42258,42259,42259,42258,42260,42257,42259,42246,42246,42259,42247,41306,41304,42258,42258,41304,42261,41304,41305,42261,42261,41305,42262,42261,42262,42263,42263,42262,42264,42258,42261,42260,42260,42261,42263,42260,42263,42265,42265,42263,42266,42263,42264,42266,42266,42264,42267,42266,42267,42268,42268,42267,42269,42265,42266,42270,42270,42266,42268,42259,42271,42247,42247,42271,42251,42259,42260,42271,42271,42260,42265,42271,42265,42272,42272,42265,42270,42271,42272,42251,42251,42272,42252,41305,41324,42262,42262,41324,42273,41324,41322,42273,42273,41322,42274,42273,42274,42275,42275,42274,42276,42262,42273,42264,42264,42273,42275,41322,41320,42274,42274,41320,42277,41320,41321,42277,42277,41321,42278,42277,42278,42279,42279,42278,42280,42274,42277,42276,42276,42277,42279,42276,42279,42281,42281,42279,42282,42279,42280,42282,42282,42280,42283,42282,42283,42284,42284,42283,42285,42281,42282,42286,42286,42282,42284,42264,42275,42267,42267,42275,42287,42275,42276,42287,42287,42276,42281,42287,42281,42288,42288,42281,42286,42267,42287,42269,42269,42287,42288,41321,41340,42278,42278,41340,42289,41340,41338,42289,42289,41338,42290,42289,42290,42291,42291,42290,42292,42278,42289,42280,42280,42289,42291,41338,41336,42290,42290,41336,42293,41336,41337,42293,42293,41337,42294,42293,42294,42295,42295,42294,42296,42290,42293,42292,42292,42293,42295,42292,42295,42297,42297,42295,42298,42295,42296,42298,42298,42296,42299,42298,42299,42300,42300,42299,42301,42297,42298,42302,42302,42298,42300,42280,42291,42283,42283,42291,42303,42291,42292,42303,42303,42292,42297,42303,42297,42304,42304,42297,42302,42283,42303,42285,42285,42303,42304,41337,41356,42294,42294,41356,42305,41356,41354,42305,42305,41354,42306,42305,42306,42307,42307,42306,42308,42294,42305,42296,42296,42305,42307,41354,41352,42306,42306,41352,42309,41352,41353,42309,42309,41353,42310,42309,42310,42311,42311,42310,42312,42306,42309,42308,42308,42309,42311,42308,42311,42313,42313,42311,42314,42311,42312,42314,42314,42312,42315,42314,42315,42316,42316,42315,42317,42313,42314,42318,42318,42314,42316,42296,42307,42299,42299,42307,42319,42307,42308,42319,42319,42308,42313,42319,42313,42320,42320,42313,42318,42299,42319,42301,42301,42319,42320,41353,41372,42310,42310,41372,42321,41372,41370,42321,42321,41370,42322,42321,42322,42323,42323,42322,42324,42310,42321,42312,42312,42321,42323,41370,41368,42322,42322,41368,42325,41368,41369,42325,42325,41369,42326,42325,42326,42327,42327,42326,42328,42322,42325,42324,42324,42325,42327,42324,42327,42329,42329,42327,42330,42327,42328,42330,42330,42328,42331,42330,42331,42332,42332,42331,42333,42329,42330,42334,42334,42330,42332,42312,42323,42315,42315,42323,42335,42323,42324,42335,42335,42324,42329,42335,42329,42336,42336,42329,42334,42315,42335,42317,42317,42335,42336,41369,41388,42326,42326,41388,42337,41388,41386,42337,42337,41386,42338,42337,42338,42339,42339,42338,42340,42326,42337,42328,42328,42337,42339,41386,41384,42338,42338,41384,42341,41384,41385,42341,42341,41385,42342,42341,42342,42343,42343,42342,42344,42338,42341,42340,42340,42341,42343,42340,42343,42345,42345,42343,42346,42343,42344,42346,42346,42344,42347,42346,42347,42348,42348,42347,42349,42345,42346,42350,42350,42346,42348,42328,42339,42331,42331,42339,42351,42339,42340,42351,42351,42340,42345,42351,42345,42352,42352,42345,42350,42331,42351,42333,42333,42351,42352,41385,41404,42342,42342,41404,42353,41404,41402,42353,42353,41402,42354,42353,42354,42355,42355,42354,42356,42342,42353,42344,42344,42353,42355,41402,41400,42354,42354,41400,42357,41400,41401,42357,42357,41401,42358,42357,42358,42359,42359,42358,42360,42354,42357,42356,42356,42357,42359,42356,42359,42361,42361,42359,42362,42359,42360,42362,42362,42360,42363,42362,42363,42364,42364,42363,42365,42361,42362,42366,42366,42362,42364,42344,42355,42347,42347,42355,42367,42355,42356,42367,42367,42356,42361,42367,42361,42368,42368,42361,42366,42347,42367,42349,42349,42367,42368,41401,41420,42358,42358,41420,42369,41418,42370,41420,41420,42370,42369,42369,42370,42371,42371,42370,42372,42358,42369,42360,42360,42369,42371,41416,42373,41418,41418,42373,42370,41417,42374,41416,41416,42374,42373,42374,42375,42373,42373,42375,42376,42373,42376,42370,42370,42376,42372,42376,42377,42372,42372,42377,42378,42375,42379,42376,42376,42379,42377,42379,42380,42377,42377,42380,42381,42377,42381,42378,42378,42381,42382,42360,42371,42363,42363,42371,42383,42371,42372,42383,42383,42372,42378,42383,42378,42384,42384,42378,42382,42363,42383,42365,42365,42383,42384,41436,42385,41417,41417,42385,42374,41436,41434,42385,42385,41434,42386,42385,42386,42387,42387,42386,42388,42385,42387,42374,42374,42387,42375,41434,41432,42386,42386,41432,42389,41432,41433,42389,42389,41433,42390,42389,42390,42391,42391,42390,42392,42386,42389,42388,42388,42389,42391,42391,42393,42388,42388,42393,42394,42391,42392,42393,42393,42392,42395,42395,42396,42393,42393,42396,42397,42393,42397,42394,42394,42397,42398,42387,42399,42375,42375,42399,42379,42388,42394,42387,42387,42394,42399,42394,42398,42399,42399,42398,42400,42399,42400,42379,42379,42400,42380,41433,41452,42390,42390,41452,42401,41452,41450,42401,42401,41450,42402,42401,42402,42403,42403,42402,42404,42390,42401,42392,42392,42401,42403,41450,41448,42402,42402,41448,42405,41448,41449,42405,42405,41449,42406,42405,42406,42407,42407,42406,42408,42402,42405,42404,42404,42405,42407,42404,42407,42409,42409,42407,42410,42407,42408,42410,42410,42408,42411,42410,42411,42412,42412,42411,42413,42409,42410,42414,42414,42410,42412,42392,42403,42395,42395,42403,42415,42403,42404,42415,42415,42404,42409,42415,42409,42416,42416,42409,42414,42395,42415,42396,42396,42415,42416,41449,41468,42406,42406,41468,42417,41468,41466,42417,42417,41466,42418,42417,42418,42419,42419,42418,42420,42406,42417,42408,42408,42417,42419,41466,41464,42418,42418,41464,42421,41464,41465,42421,42421,41465,42422,42421,42422,42423,42423,42422,42424,42418,42421,42420,42420,42421,42423,42420,42423,42425,42425,42423,42426,42423,42424,42426,42426,42424,42427,42426,42427,42428,42428,42427,42429,42425,42426,42430,42430,42426,42428,42408,42419,42411,42411,42419,42431,42419,42420,42431,42431,42420,42425,42431,42425,42432,42432,42425,42430,42411,42431,42413,42413,42431,42432,41465,41484,42422,42422,41484,42433,41484,41482,42433,42433,41482,42434,42433,42434,42435,42435,42434,42436,42422,42433,42424,42424,42433,42435,41482,41480,42434,42434,41480,42437,41480,41481,42437,42437,41481,42438,42437,42438,42439,42439,42438,42440,42434,42437,42436,42436,42437,42439,42436,42439,42441,42441,42439,42442,42439,42440,42442,42442,42440,42443,42442,42443,42444,42444,42443,42445,42441,42442,42446,42446,42442,42444,42424,42435,42427,42427,42435,42447,42435,42436,42447,42447,42436,42441,42447,42441,42448,42448,42441,42446,42427,42447,42429,42429,42447,42448,41481,41500,42438,42438,41500,42449,41500,41498,42449,42449,41498,42450,42449,42450,42451,42451,42450,42452,42438,42449,42440,42440,42449,42451,41498,41496,42450,42450,41496,42453,41496,41497,42453,42453,41497,42454,42453,42454,42455,42455,42454,42456,42450,42453,42452,42452,42453,42455,42452,42455,42457,42457,42455,42458,42455,42456,42458,42458,42456,42459,42458,42459,42460,42460,42459,42461,42457,42458,42462,42462,42458,42460,42440,42451,42443,42443,42451,42463,42451,42452,42463,42463,42452,42457,42463,42457,42464,42464,42457,42462,42443,42463,42445,42445,42463,42464,41497,41516,42454,42454,41516,42465,41516,41514,42465,42465,41514,42466,42465,42466,42467,42467,42466,42468,42454,42465,42456,42456,42465,42467,41514,41512,42466,42466,41512,42469,41512,41513,42469,42469,41513,42470,42469,42470,42471,42471,42470,42472,42466,42469,42468,42468,42469,42471,42468,42471,42473,42473,42471,42474,42471,42472,42474,42474,42472,42475,42474,42475,42476,42476,42475,42477,42473,42474,42478,42478,42474,42476,42456,42467,42459,42459,42467,42479,42467,42468,42479,42479,42468,42473,42479,42473,42480,42480,42473,42478,42459,42479,42461,42461,42479,42480,41513,41532,42470,42470,41532,42481,41532,41530,42481,42481,41530,42482,42481,42482,42483,42483,42482,42484,42470,42481,42472,42472,42481,42483,41530,41528,42482,42482,41528,42485,41528,41529,42485,42485,41529,42486,42485,42486,42487,42487,42486,42488,42482,42485,42484,42484,42485,42487,42484,42487,42489,42489,42487,42490,42487,42488,42490,42490,42488,42491,42490,42491,42492,42492,42491,42493,42489,42490,42494,42494,42490,42492,42472,42483,42475,42475,42483,42495,42483,42484,42495,42495,42484,42489,42495,42489,42496,42496,42489,42494,42475,42495,42477,42477,42495,42496,41529,41548,42486,42486,41548,42497,41548,41546,42497,42497,41546,42498,42497,42498,42499,42499,42498,42500,42486,42497,42488,42488,42497,42499,41546,41544,42498,42498,41544,42501,41544,41545,42501,42501,41545,42502,42501,42502,42503,42503,42502,42504,42498,42501,42500,42500,42501,42503,42500,42503,42505,42505,42503,42506,42503,42504,42506,42506,42504,42507,42506,42507,42508,42508,42507,42509,42505,42506,42510,42510,42506,42508,42488,42499,42491,42491,42499,42511,42499,42500,42511,42511,42500,42505,42511,42505,42512,42512,42505,42510,42491,42511,42493,42493,42511,42512,41545,41564,42502,42502,41564,42513,41564,41562,42513,42513,41562,42514,42513,42514,42515,42515,42514,42516,42502,42513,42504,42504,42513,42515,41562,41560,42514,42514,41560,42517,41560,41561,42517,42517,41561,42518,42517,42518,42519,42519,42518,42520,42514,42517,42516,42516,42517,42519,42516,42519,42521,42521,42519,42522,42519,42520,42522,42522,42520,42523,42522,42523,42524,42524,42523,42525,42521,42522,42526,42526,42522,42524,42504,42515,42507,42507,42515,42527,42515,42516,42527,42527,42516,42521,42527,42521,42528,42528,42521,42526,42507,42527,42509,42509,42527,42528,41561,41580,42518,42518,41580,42529,41580,41578,42529,42529,41578,42530,42529,42530,42531,42531,42530,42532,42518,42529,42520,42520,42529,42531,41578,41576,42530,42530,41576,42533,41576,41577,42533,42533,41577,42534,42533,42534,42535,42535,42534,42536,42530,42533,42532,42532,42533,42535,42532,42535,42537,42537,42535,42538,42535,42536,42538,42538,42536,42539,42538,42539,42540,42540,42539,42541,42537,42538,42542,42542,42538,42540,42520,42531,42523,42523,42531,42543,42531,42532,42543,42543,42532,42537,42543,42537,42544,42544,42537,42542,42523,42543,42525,42525,42543,42544,41577,41596,42534,42534,41596,42545,41596,41594,42545,42545,41594,42546,42545,42546,42547,42547,42546,42548,42534,42545,42536,42536,42545,42547,41594,41593,42546,42546,41593,42549,41593,41592,42549,42549,41592,42550,42549,42550,42551,42551,42550,42552,42546,42549,42548,42548,42549,42551,42548,42551,42553,42553,42551,42554,42551,42552,42554,42554,42552,42555,42554,42555,42556,42556,42555,42557,42553,42554,42558,42558,42554,42556,42536,42547,42539,42539,42547,42559,42547,42548,42559,42559,42548,42553,42559,42553,42560,42560,42553,42558,42539,42559,42541,42541,42559,42560,41592,41612,42550,42550,41612,42561,41612,41610,42561,42561,41610,42562,42561,42562,42563,42563,42562,42564,42550,42561,42552,42552,42561,42563,41610,41609,42562,42562,41609,42565,41608,42566,41609,41609,42566,42565,42566,42567,42565,42565,42567,42568,42562,42565,42564,42564,42565,42568,42564,42568,42569,42569,42568,42570,42568,42567,42570,42570,42567,42571,42570,42571,42572,42572,42571,42573,42569,42570,42574,42574,42570,42572,42552,42563,42555,42555,42563,42575,42563,42564,42575,42575,42564,42569,42575,42569,42576,42576,42569,42574,42555,42575,42557,42557,42575,42576,41628,42577,41608,41608,42577,42566,41626,42578,41628,41628,42578,42577,42578,42579,42577,42577,42579,42580,42577,42580,42566,42566,42580,42567,41625,42581,41626,41626,42581,42578,41624,42582,41625,41625,42582,42581,42582,42583,42581,42581,42583,42584,42581,42584,42578,42578,42584,42579,42584,42585,42579,42579,42585,42586,42583,42587,42584,42584,42587,42585,42587,42588,42585,42585,42588,42589,42585,42589,42586,42586,42589,42590,42580,42591,42567,42567,42591,42571,42579,42586,42580,42580,42586,42591,42586,42590,42591,42591,42590,42592,42591,42592,42571,42571,42592,42573,41644,42593,41624,41624,42593,42582,41642,42594,41644,41644,42594,42593,42594,42595,42593,42593,42595,42596,42593,42596,42582,42582,42596,42583,41641,42597,41642,41642,42597,42594,41640,42598,41641,41641,42598,42597,42598,42599,42597,42597,42599,42600,42597,42600,42594,42594,42600,42595,42600,42601,42595,42595,42601,42602,42599,42603,42600,42600,42603,42601,42603,42604,42601,42601,42604,42605,42601,42605,42602,42602,42605,42606,42596,42607,42583,42583,42607,42587,42595,42602,42596,42596,42602,42607,42602,42606,42607,42607,42606,42608,42607,42608,42587,42587,42608,42588,41660,42609,41640,41640,42609,42598,41658,42610,41660,41660,42610,42609,42610,42611,42609,42609,42611,42612,42609,42612,42598,42598,42612,42599,41657,42613,41658,41658,42613,42610,41656,42614,41657,41657,42614,42613,42614,42615,42613,42613,42615,42616,42613,42616,42610,42610,42616,42611,42616,42617,42611,42611,42617,42618,42615,42619,42616,42616,42619,42617,42619,42620,42617,42617,42620,42621,42617,42621,42618,42618,42621,42622,42612,42623,42599,42599,42623,42603,42611,42618,42612,42612,42618,42623,42618,42622,42623,42623,42622,42624,42623,42624,42603,42603,42624,42604,41676,42625,41656,41656,42625,42614,41674,42626,41676,41676,42626,42625,42626,42627,42625,42625,42627,42628,42625,42628,42614,42614,42628,42615,41674,41672,42626,42626,41672,42629,41672,41673,42629,42629,41673,42630,42629,42630,42631,42631,42630,42632,42626,42629,42627,42627,42629,42631,42627,42631,42633,42633,42631,42634,42631,42632,42634,42634,42632,42635,42634,42635,42636,42636,42635,42637,42633,42634,42638,42638,42634,42636,42628,42639,42615,42615,42639,42619,42628,42627,42639,42639,42627,42633,42639,42633,42640,42640,42633,42638,42639,42640,42619,42619,42640,42620,41673,41692,42630,42630,41692,42641,41692,41690,42641,42641,41690,42642,42641,42642,42643,42643,42642,42644,42630,42641,42632,42632,42641,42643,41690,41688,42642,42642,41688,42645,41688,41689,42645,42645,41689,42646,42645,42646,42647,42647,42646,42648,42642,42645,42644,42644,42645,42647,42644,42647,42649,42649,42647,42650,42647,42648,42650,42650,42648,42651,42650,42651,42652,42652,42651,42653,42649,42650,42654,42654,42650,42652,42632,42643,42635,42635,42643,42655,42643,42644,42655,42655,42644,42649,42655,42649,42656,42656,42649,42654,42635,42655,42637,42637,42655,42656,41712,41711,42657,42657,41711,42658,41711,41708,42658,42658,41708,42659,42658,42659,42660,42660,42659,42661,42657,42658,42662,42662,42658,42660,41708,41706,42659,42659,41706,42663,41706,41707,42663,42663,41707,42664,42663,42664,42665,42665,42664,42666,42659,42663,42661,42661,42663,42665,42661,42665,42667,42667,42665,42668,42665,42666,42668,42668,42666,42669,42668,42669,42670,42670,42669,42671,42667,42668,42672,42672,42668,42670,42662,42660,42673,42673,42660,42674,42660,42661,42674,42674,42661,42667,42674,42667,42675,42675,42667,42672,42673,42674,42676,42676,42674,42675,41707,41728,42664,42664,41728,42677,41728,41726,42677,42677,41726,42678,42677,42678,42679,42679,42678,42680,42677,42679,42664,42664,42679,42666,41726,41724,42678,42678,41724,42681,41724,41725,42681,42681,41725,42682,42681,42682,42683,42683,42682,42684,42678,42681,42680,42680,42681,42683,42680,42683,42685,42685,42683,42686,42683,42684,42686,42686,42684,42687,42686,42687,42688,42688,42687,42689,42685,42686,42690,42690,42686,42688,42679,42691,42666,42666,42691,42669,42680,42685,42679,42679,42685,42691,42685,42690,42691,42691,42690,42692,42691,42692,42669,42669,42692,42671,41725,41744,42682,42682,41744,42693,41744,41742,42693,42693,41742,42694,42693,42694,42695,42695,42694,42696,42682,42693,42684,42684,42693,42695,41742,41740,42694,42694,41740,42697,41740,41741,42697,42697,41741,42698,42697,42698,42699,42699,42698,42700,42694,42697,42696,42696,42697,42699,42696,42699,42701,42701,42699,42702,42699,42700,42702,42702,42700,42703,42702,42703,42704,42704,42703,42705,42701,42702,42706,42706,42702,42704,42684,42695,42687,42687,42695,42707,42695,42696,42707,42707,42696,42701,42707,42701,42708,42708,42701,42706,42687,42707,42689,42689,42707,42708,41741,41760,42698,42698,41760,42709,41760,41758,42709,42709,41758,42710,42709,42710,42711,42711,42710,42712,42698,42709,42700,42700,42709,42711,41758,41756,42710,42710,41756,42713,41756,41757,42713,42713,41757,42714,42713,42714,42715,42715,42714,42716,42710,42713,42712,42712,42713,42715,42712,42715,42717,42717,42715,42718,42715,42716,42718,42718,42716,42719,42718,42719,42720,42720,42719,42721,42717,42718,42722,42722,42718,42720,42700,42711,42703,42703,42711,42723,42711,42712,42723,42723,42712,42717,42723,42717,42724,42724,42717,42722,42703,42723,42705,42705,42723,42724,41757,41776,42714,42714,41776,42725,41776,41774,42725,42725,41774,42726,42725,42726,42727,42727,42726,42728,42714,42725,42716,42716,42725,42727,41773,42729,41774,41774,42729,42726,41772,42730,41773,41773,42730,42729,42730,42731,42729,42729,42731,42732,42729,42732,42726,42726,42732,42728,42732,42733,42728,42728,42733,42734,42731,42735,42732,42732,42735,42733,42735,42736,42733,42733,42736,42737,42733,42737,42734,42734,42737,42738,42716,42727,42719,42719,42727,42739,42727,42728,42739,42739,42728,42734,42739,42734,42740,42740,42734,42738,42719,42739,42721,42721,42739,42740,41792,42741,41772,41772,42741,42730,41790,42742,41792,41792,42742,42741,42742,42743,42741,42741,42743,42744,42741,42744,42730,42730,42744,42731,41789,42745,41790,41790,42745,42742,41788,42746,41789,41789,42746,42745,42746,42747,42745,42745,42747,42748,42745,42748,42742,42742,42748,42743,42748,42749,42743,42743,42749,42750,42747,42751,42748,42748,42751,42749,42751,42752,42749,42749,42752,42753,42749,42753,42750,42750,42753,42754,42744,42755,42731,42731,42755,42735,42743,42750,42744,42744,42750,42755,42750,42754,42755,42755,42754,42756,42755,42756,42735,42735,42756,42736,41808,42757,41788,41788,42757,42746,41806,42758,41808,41808,42758,42757,42758,42759,42757,42757,42759,42760,42757,42760,42746,42746,42760,42747,41805,42761,41806,41806,42761,42758,41804,42762,41805,41805,42762,42761,42762,42763,42761,42761,42763,42764,42761,42764,42758,42758,42764,42759,42764,42765,42759,42759,42765,42766,42763,42767,42764,42764,42767,42765,42767,42768,42765,42765,42768,42769,42765,42769,42766,42766,42769,42770,42760,42771,42747,42747,42771,42751,42759,42766,42760,42760,42766,42771,42766,42770,42771,42771,42770,42772,42771,42772,42751,42751,42772,42752,41824,42773,41804,41804,42773,42762,41822,42774,41824,41824,42774,42773,42774,42775,42773,42773,42775,42776,42773,42776,42762,42762,42776,42763,41821,42777,41822,41822,42777,42774,41820,42778,41821,41821,42778,42777,42778,42779,42777,42777,42779,42780,42777,42780,42774,42774,42780,42775,42780,42781,42775,42775,42781,42782,42779,42783,42780,42780,42783,42781,42783,42784,42781,42781,42784,42785,42781,42785,42782,42782,42785,42786,42776,42787,42763,42763,42787,42767,42775,42782,42776,42776,42782,42787,42782,42786,42787,42787,42786,42788,42787,42788,42767,42767,42788,42768,41840,42789,41820,41820,42789,42778,41838,42790,41840,41840,42790,42789,42790,42791,42789,42789,42791,42792,42789,42792,42778,42778,42792,42779,41837,42793,41838,41838,42793,42790,41836,42794,41837,41837,42794,42793,42794,42795,42793,42793,42795,42796,42793,42796,42790,42790,42796,42791,42796,42797,42791,42791,42797,42798,42795,42799,42796,42796,42799,42797,42799,42800,42797,42797,42800,42801,42797,42801,42798,42798,42801,42802,42792,42803,42779,42779,42803,42783,42791,42798,42792,42792,42798,42803,42798,42802,42803,42803,42802,42804,42803,42804,42783,42783,42804,42784,41856,42805,41836,41836,42805,42794,41854,42806,41856,41856,42806,42805,42806,42807,42805,42805,42807,42808,42805,42808,42794,42794,42808,42795,41853,42809,41854,41854,42809,42806,41852,42810,41853,41853,42810,42809,42810,42811,42809,42809,42811,42812,42809,42812,42806,42806,42812,42807,42812,42813,42807,42807,42813,42814,42811,42815,42812,42812,42815,42813,42815,42816,42813,42813,42816,42817,42813,42817,42814,42814,42817,42818,42808,42819,42795,42795,42819,42799,42807,42814,42808,42808,42814,42819,42814,42818,42819,42819,42818,42820,42819,42820,42799,42799,42820,42800,41872,42821,41852,41852,42821,42810,41870,42822,41872,41872,42822,42821,42822,42823,42821,42821,42823,42824,42821,42824,42810,42810,42824,42811,41869,42825,41870,41870,42825,42822,41868,42826,41869,41869,42826,42825,42826,42827,42825,42825,42827,42828,42825,42828,42822,42822,42828,42823,42828,42829,42823,42823,42829,42830,42827,42831,42828,42828,42831,42829,42829,42831,42832,42832,42831,42833,42829,42832,42830,42830,42832,42834,42824,42835,42811,42811,42835,42815,42823,42830,42824,42824,42830,42835,42830,42834,42835,42835,42834,42836,42835,42836,42815,42815,42836,42816,41888,42837,41868,41868,42837,42826,41886,42838,41888,41888,42838,42837,42838,42839,42837,42837,42839,42840,42837,42840,42826,42826,42840,42827,41885,42841,41886,41886,42841,42838,41884,42842,41885,41885,42842,42841,42842,42843,42841,42841,42843,42844,42841,42844,42838,42838,42844,42839,42844,42845,42839,42839,42845,42846,42843,42847,42844,42844,42847,42845,42847,42848,42845,42845,42848,42849,42845,42849,42846,42846,42849,42850,42827,42840,42831,42831,42840,42851,42840,42839,42851,42851,42839,42846,42851,42846,42852,42852,42846,42850,42831,42851,42833,42833,42851,42852,41904,42853,41884,41884,42853,42842,41902,42854,41904,41904,42854,42853,42854,42855,42853,42853,42855,42856,42853,42856,42842,42842,42856,42843,41901,42857,41902,41902,42857,42854,41900,42858,41901,41901,42858,42857,42858,42859,42857,42857,42859,42860,42857,42860,42854,42854,42860,42855,42860,42861,42855,42855,42861,42862,42859,42863,42860,42860,42863,42861,42861,42863,42864,42864,42863,42865,42861,42864,42862,42862,42864,42866,42856,42867,42843,42843,42867,42847,42855,42862,42856,42856,42862,42867,42862,42866,42867,42867,42866,42868,42867,42868,42847,42847,42868,42848,41900,41920,42858,42858,41920,42869,41920,41918,42869,42869,41918,42870,42869,42870,42871,42871,42870,42872,42858,42869,42859,42859,42869,42871,41918,41916,42870,42870,41916,42873,41916,41917,42873,42873,41917,42874,42873,42874,42875,42875,42874,42876,42870,42873,42872,42872,42873,42875,42872,42875,42877,42877,42875,42878,42875,42876,42878,42878,42876,42879,42878,42879,42880,42880,42879,42881,42877,42878,42882,42882,42878,42880,42859,42871,42863,42863,42871,42883,42871,42872,42883,42883,42872,42877,42883,42877,42884,42884,42877,42882,42863,42883,42865,42865,42883,42884,41917,41936,42874,42874,41936,42885,41936,41934,42885,42885,41934,42886,42885,42886,42887,42887,42886,42888,42874,42885,42876,42876,42885,42887,41934,41932,42886,42886,41932,42889,41932,41933,42889,42889,41933,42890,42889,42890,42891,42891,42890,42892,42886,42889,42888,42888,42889,42891,42888,42891,42893,42893,42891,42894,42891,42892,42894,42894,42892,42895,42894,42895,42896,42896,42895,42897,42893,42894,42898,42898,42894,42896,42876,42887,42879,42879,42887,42899,42887,42888,42899,42899,42888,42893,42899,42893,42900,42900,42893,42898,42879,42899,42881,42881,42899,42900,41933,41952,42890,42890,41952,42901,41952,41950,42901,42901,41950,42902,42901,42902,42903,42903,42902,42904,42890,42901,42892,42892,42901,42903,41950,41948,42902,42902,41948,42905,41948,41949,42905,42905,41949,42906,42906,42907,42905,42905,42907,42908,42905,42908,42902,42902,42908,42904,42908,42909,42904,42904,42909,42910,42907,42911,42908,42908,42911,42909,42911,42912,42909,42909,42912,42913,42909,42913,42910,42910,42913,42914,42892,42903,42895,42895,42903,42915,42903,42904,42915,42915,42904,42910,42910,42914,42915,42915,42914,42916,42895,42915,42897,42897,42915,42916,41968,42917,41949,41949,42917,42906,41966,42918,41968,41968,42918,42917,42918,42919,42917,42917,42919,42920,42917,42920,42906,42906,42920,42907,41965,42921,41966,41966,42921,42918,41964,42922,41965,41965,42922,42921,42922,42923,42921,42921,42923,42924,42921,42924,42918,42918,42924,42919,42924,42925,42919,42919,42925,42926,42923,42927,42924,42924,42927,42925,42927,42928,42925,42925,42928,42929,42925,42929,42926,42926,42929,42930,42920,42931,42907,42907,42931,42911,42919,42926,42920,42920,42926,42931,42926,42930,42931,42931,42930,42932,42931,42932,42911,42911,42932,42912,41984,42933,41964,41964,42933,42922,41982,42934,41984,41984,42934,42933,42934,42935,42933,42933,42935,42936,42933,42936,42922,42922,42936,42923,41981,42937,41982,41982,42937,42934,41980,42938,41981,41981,42938,42937,42938,42939,42937,42937,42939,42940,42937,42940,42934,42934,42940,42935,42940,42941,42935,42935,42941,42942,42939,42943,42940,42940,42943,42941,42943,42944,42941,42941,42944,42945,42941,42945,42942,42942,42945,42946,42936,42947,42923,42923,42947,42927,42935,42942,42936,42936,42942,42947,42942,42946,42947,42947,42946,42948,42947,42948,42927,42927,42948,42928,42000,42949,41980,41980,42949,42938,41998,42950,42000,42000,42950,42949,42950,42951,42949,42949,42951,42952,42949,42952,42938,42938,42952,42939,41997,42953,41998,41998,42953,42950,41996,42954,41997,41997,42954,42953,42954,42955,42953,42953,42955,42956,42953,42956,42950,42950,42956,42951,42956,42957,42951,42951,42957,42958,42955,42959,42956,42956,42959,42957,42959,42960,42957,42957,42960,42961,42957,42961,42958,42958,42961,42962,42952,42963,42939,42939,42963,42943,42951,42958,42952,42952,42958,42963,42958,42962,42963,42963,42962,42964,42963,42964,42943,42943,42964,42944,42016,42965,41996,41996,42965,42954,42014,42966,42016,42016,42966,42965,42966,42967,42965,42965,42967,42968,42965,42968,42954,42954,42968,42955,42013,42969,42014,42014,42969,42966,42012,42970,42013,42013,42970,42969,42970,42971,42969,42969,42971,42972,42969,42972,42966,42966,42972,42967,42972,42973,42967,42967,42973,42974,42971,42975,42972,42972,42975,42973,42975,42976,42973,42973,42976,42977,42973,42977,42974,42974,42977,42978,42968,42979,42955,42955,42979,42959,42967,42974,42968,42968,42974,42979,42974,42978,42979,42979,42978,42980,42979,42980,42959,42959,42980,42960,42032,42981,42012,42012,42981,42970,42030,42982,42032,42032,42982,42981,42982,42983,42981,42981,42983,42984,42981,42984,42970,42970,42984,42971,42029,42985,42030,42030,42985,42982,42028,42986,42029,42029,42986,42985,42986,42987,42985,42985,42987,42988,42985,42988,42982,42982,42988,42983,42988,42989,42983,42983,42989,42990,42987,42991,42988,42988,42991,42989,42991,42992,42989,42989,42992,42993,42989,42993,42990,42990,42993,42994,42984,42995,42971,42971,42995,42975,42983,42990,42984,42984,42990,42995,42990,42994,42995,42995,42994,42996,42995,42996,42975,42975,42996,42976,42048,42997,42028,42028,42997,42986,42046,42998,42048,42048,42998,42997,42998,42999,42997,42997,42999,43000,42997,43000,42986,42986,43000,42987,42045,43001,42046,42046,43001,42998,42044,43002,42045,42045,43002,43001,43002,43003,43001,43001,43003,43004,43001,43004,42998,42998,43004,42999,43004,43005,42999,42999,43005,43006,43003,43007,43004,43004,43007,43005,43007,43008,43005,43005,43008,43009,43005,43009,43006,43006,43009,43010,43000,43011,42987,42987,43011,42991,42999,43006,43000,43000,43006,43011,43006,43010,43011,43011,43010,43012,43011,43012,42991,42991,43012,42992,42064,43013,42044,42044,43013,43002,42062,43014,42064,42064,43014,43013,43014,43015,43013,43013,43015,43016,43013,43016,43002,43002,43016,43003,42061,43017,42062,42062,43017,43014,42060,43018,42061,42061,43018,43017,43018,43019,43017,43017,43019,43020,43017,43020,43014,43014,43020,43015,43020,43021,43015,43015,43021,43022,43019,43023,43020,43020,43023,43021,43023,43024,43021,43021,43024,43025,43021,43025,43022,43022,43025,43026,43016,43027,43003,43003,43027,43007,43015,43022,43016,43016,43022,43027,43022,43026,43027,43027,43026,43028,43027,43028,43007,43007,43028,43008,42080,43029,42060,42060,43029,43018,42078,43030,42080,42080,43030,43029,43030,43031,43029,43029,43031,43032,43029,43032,43018,43018,43032,43019,42077,43033,42078,42078,43033,43030,42076,43034,42077,42077,43034,43033,43034,43035,43033,43033,43035,43036,43033,43036,43030,43030,43036,43031,43036,43037,43031,43031,43037,43038,43035,43039,43036,43036,43039,43037,43039,43040,43037,43037,43040,43041,43037,43041,43038,43038,43041,43042,43032,43043,43019,43019,43043,43023,43031,43038,43032,43032,43038,43043,43038,43042,43043,43043,43042,43044,43043,43044,43023,43023,43044,43024,42096,43045,42076,42076,43045,43034,42094,43046,42096,42096,43046,43045,43046,43047,43045,43045,43047,43048,43045,43048,43034,43034,43048,43035,42093,43049,42094,42094,43049,43046,42092,43050,42093,42093,43050,43049,43050,43051,43049,43049,43051,43052,43049,43052,43046,43046,43052,43047,43052,43053,43047,43047,43053,43054,43051,43055,43052,43052,43055,43053,43055,43056,43053,43053,43056,43057,43053,43057,43054,43054,43057,43058,43048,43059,43035,43035,43059,43039,43047,43054,43048,43048,43054,43059,43054,43058,43059,43059,43058,43060,43059,43060,43039,43039,43060,43040,42112,43061,42092,42092,43061,43050,42110,43062,42112,42112,43062,43061,43062,43063,43061,43061,43063,43064,43061,43064,43050,43050,43064,43051,42109,43065,42110,42110,43065,43062,42108,43066,42109,42109,43066,43065,43066,43067,43065,43065,43067,43068,43065,43068,43062,43062,43068,43063,43068,43069,43063,43063,43069,43070,43067,43071,43068,43068,43071,43069,43071,43072,43069,43069,43072,43073,43069,43073,43070,43070,43073,43074,43064,43075,43051,43051,43075,43055,43063,43070,43064,43064,43070,43075,43070,43074,43075,43075,43074,43076,43075,43076,43055,43055,43076,43056,42128,43077,42108,42108,43077,43066,42126,43078,42128,42128,43078,43077,43078,43079,43077,43077,43079,43080,43077,43080,43066,43066,43080,43067,42125,43081,42126,42126,43081,43078,42124,43082,42125,42125,43082,43081,43082,43083,43081,43081,43083,43084,43081,43084,43078,43078,43084,43079,43084,43085,43079,43079,43085,43086,43083,43087,43084,43084,43087,43085,43085,43087,43088,43088,43087,43089,43085,43088,43086,43086,43088,43090,43080,43091,43067,43067,43091,43071,43079,43086,43080,43080,43086,43091,43086,43090,43091,43091,43090,43092,43091,43092,43071,43071,43092,43072,42144,43093,42124,42124,43093,43082,42142,43094,42144,42144,43094,43093,43094,43095,43093,43093,43095,43096,43093,43096,43082,43082,43096,43083,42141,43097,42142,42142,43097,43094,42140,43098,42141,42141,43098,43097,43098,43099,43097,43097,43099,43100,43097,43100,43094,43094,43100,43095,43100,43101,43095,43095,43101,43102,43099,43103,43100,43100,43103,43101,43103,43104,43101,43101,43104,43105,43101,43105,43102,43102,43105,43106,43096,43107,43083,43083,43107,43087,43095,43102,43096,43096,43102,43107,43102,43106,43107,43107,43106,43108,43087,43107,43089,43089,43107,43108,42160,43109,42140,42140,43109,43098,42158,43110,42160,42160,43110,43109,43110,43111,43109,43109,43111,43112,43109,43112,43098,43098,43112,43099,42157,43113,42158,42158,43113,43110,42156,43114,42157,42157,43114,43113,43114,43115,43113,43113,43115,43116,43113,43116,43110,43110,43116,43111,43116,43117,43111,43111,43117,43118,43115,43119,43116,43116,43119,43117,43119,43120,43117,43117,43120,43121,43117,43121,43118,43118,43121,43122,43112,43123,43099,43099,43123,43103,43111,43118,43112,43112,43118,43123,43118,43122,43123,43123,43122,43124,43123,43124,43103,43103,43124,43104,42176,43125,42156,42156,43125,43114,42174,43126,42176,42176,43126,43125,43126,43127,43125,43125,43127,43128,43125,43128,43114,43114,43128,43115,42173,43129,42174,42174,43129,43126,42172,43130,42173,42173,43130,43129,43130,43131,43129,43129,43131,43132,43129,43132,43126,43126,43132,43127,43132,43133,43127,43127,43133,43134,43131,43135,43132,43132,43135,43133,43135,43136,43133,43133,43136,43137,43133,43137,43134,43134,43137,43138,43128,43139,43115,43115,43139,43119,43127,43134,43128,43128,43134,43139,43134,43138,43139,43139,43138,43140,43139,43140,43119,43119,43140,43120,42192,43141,42172,42172,43141,43130,42190,43142,42192,42192,43142,43141,43142,43143,43141,43141,43143,43144,43141,43144,43130,43130,43144,43131,42189,43145,42190,42190,43145,43142,42188,43146,42189,42189,43146,43145,43146,43147,43145,43145,43147,43148,43145,43148,43142,43142,43148,43143,43148,43149,43143,43143,43149,43150,43147,43151,43148,43148,43151,43149,43151,43152,43149,43149,43152,43153,43149,43153,43150,43150,43153,43154,43144,43155,43131,43131,43155,43135,43143,43150,43144,43144,43150,43155,43150,43154,43155,43155,43154,43156,43155,43156,43135,43135,43156,43136,42208,43157,42188,42188,43157,43146,42206,43158,42208,42208,43158,43157,43158,43159,43157,43157,43159,43160,43157,43160,43146,43146,43160,43147,42205,43161,42206,42206,43161,43158,42204,43162,42205,42205,43162,43161,43162,43163,43161,43161,43163,43164,43161,43164,43158,43158,43164,43159,43164,43165,43159,43159,43165,43166,43163,43167,43164,43164,43167,43165,43167,43168,43165,43165,43168,43169,43165,43169,43166,43166,43169,43170,43160,43171,43147,43147,43171,43151,43159,43166,43160,43160,43166,43171,43166,43170,43171,43171,43170,43172,43171,43172,43151,43151,43172,43152,42224,43173,42204,42204,43173,43162,42222,43174,42224,42224,43174,43173,43174,43175,43173,43173,43175,43176,43173,43176,43162,43162,43176,43163,42221,43177,42222,42222,43177,43174,42220,43178,42221,42221,43178,43177,43178,43179,43177,43177,43179,43180,43177,43180,43174,43174,43180,43175,43180,43181,43175,43175,43181,43182,43179,43183,43180,43180,43183,43181,43183,43184,43181,43181,43184,43185,43181,43185,43182,43182,43185,43186,43176,43187,43163,43163,43187,43167,43175,43182,43176,43176,43182,43187,43182,43186,43187,43187,43186,43188,43187,43188,43167,43167,43188,43168,42240,43189,42220,42220,43189,43178,42238,43190,42240,42240,43190,43189,43190,43191,43189,43189,43191,43192,43189,43192,43178,43178,43192,43179,42237,43193,42238,42238,43193,43190,42236,43194,42237,42237,43194,43193,43194,43195,43193,43193,43195,43196,43193,43196,43190,43190,43196,43191,43196,43197,43191,43191,43197,43198,43195,43199,43196,43196,43199,43197,43197,43199,43200,43200,43199,43201,43197,43200,43198,43198,43200,43202,43192,43203,43179,43179,43203,43183,43191,43198,43192,43192,43198,43203,43198,43202,43203,43203,43202,43204,43203,43204,43183,43183,43204,43184,42256,43205,42236,42236,43205,43194,42256,42254,43205,43205,42254,43206,43205,43206,43207,43207,43206,43208,43205,43207,43194,43194,43207,43195,42253,43209,42254,42254,43209,43206,42252,43210,42253,42253,43210,43209,43210,43211,43209,43209,43211,43212,43209,43212,43206,43206,43212,43208,43212,43213,43208,43208,43213,43214,43211,43215,43212,43212,43215,43213,43215,43216,43213,43213,43216,43217,43213,43217,43214,43214,43217,43218,43195,43207,43199,43199,43207,43219,43207,43208,43219,43219,43208,43214,43219,43214,43220,43220,43214,43218,43199,43219,43201,43201,43219,43220,42272,43221,42252,42252,43221,43210,42272,42270,43221,43221,42270,43222,43222,43223,43221,43221,43223,43224,43221,43224,43210,43210,43224,43211,42270,42268,43222,43222,42268,43225,42268,42269,43225,43225,42269,43226,43225,43226,43227,43227,43226,43228,43222,43225,43223,43223,43225,43227,43223,43227,43229,43229,43227,43230,43227,43228,43230,43230,43228,43231,43230,43231,43232,43232,43231,43233,43229,43230,43234,43234,43230,43232,43224,43235,43211,43211,43235,43215,43223,43229,43224,43224,43229,43235,43229,43234,43235,43235,43234,43236,43235,43236,43215,43215,43236,43216,42269,42288,43226,43226,42288,43237,42288,42286,43237,43237,42286,43238,43237,43238,43239,43239,43238,43240,43226,43237,43228,43228,43237,43239,42286,42284,43238,43238,42284,43241,42284,42285,43241,43241,42285,43242,43241,43242,43243,43243,43242,43244,43238,43241,43240,43240,43241,43243,43240,43243,43245,43245,43243,43246,43243,43244,43246,43246,43244,43247,43246,43247,43248,43248,43247,43249,43245,43246,43250,43250,43246,43248,43228,43239,43231,43231,43239,43251,43239,43240,43251,43251,43240,43245,43251,43245,43252,43252,43245,43250,43231,43251,43233,43233,43251,43252,42285,42304,43242,43242,42304,43253,42304,42302,43253,43253,42302,43254,43253,43254,43255,43255,43254,43256,43242,43253,43244,43244,43253,43255,42302,42300,43254,43254,42300,43257,42300,42301,43257,43257,42301,43258,43257,43258,43259,43259,43258,43260,43254,43257,43256,43256,43257,43259,43256,43259,43261,43261,43259,43262,43259,43260,43262,43262,43260,43263,43262,43263,43264,43264,43263,43265,43261,43262,43266,43266,43262,43264,43244,43255,43247,43247,43255,43267,43255,43256,43267,43267,43256,43261,43267,43261,43268,43268,43261,43266,43247,43267,43249,43249,43267,43268,42301,42320,43258,43258,42320,43269,42320,42318,43269,43269,42318,43270,43269,43270,43271,43271,43270,43272,43258,43269,43260,43260,43269,43271,42318,42316,43270,43270,42316,43273,42316,42317,43273,43273,42317,43274,43273,43274,43275,43275,43274,43276,43270,43273,43272,43272,43273,43275,43272,43275,43277,43277,43275,43278,43275,43276,43278,43278,43276,43279,43278,43279,43280,43280,43279,43281,43277,43278,43282,43282,43278,43280,43260,43271,43263,43263,43271,43283,43271,43272,43283,43283,43272,43277,43283,43277,43284,43284,43277,43282,43263,43283,43265,43265,43283,43284,42317,42336,43274,43274,42336,43285,42336,42334,43285,43285,42334,43286,43285,43286,43287,43287,43286,43288,43274,43285,43276,43276,43285,43287,42334,42332,43286,43286,42332,43289,42332,42333,43289,43289,42333,43290,43289,43290,43291,43291,43290,43292,43286,43289,43288,43288,43289,43291,43288,43291,43293,43293,43291,43294,43291,43292,43294,43294,43292,43295,43294,43295,43296,43296,43295,43297,43293,43294,43298,43298,43294,43296,43276,43287,43279,43279,43287,43299,43287,43288,43299,43299,43288,43293,43299,43293,43300,43300,43293,43298,43279,43299,43281,43281,43299,43300,42333,42352,43290,43290,42352,43301,42350,43302,42352,42352,43302,43301,43302,43303,43301,43301,43303,43304,43290,43301,43292,43292,43301,43304,42348,43305,42350,42350,43305,43302,42348,42349,43305,43305,42349,43306,43306,43307,43305,43305,43307,43308,43305,43308,43302,43302,43308,43303,43308,43309,43303,43303,43309,43310,43307,43311,43308,43308,43311,43309,43311,43312,43309,43309,43312,43313,43309,43313,43310,43310,43313,43314,43292,43304,43295,43295,43304,43315,43304,43303,43315,43315,43303,43310,43315,43310,43316,43316,43310,43314,43295,43315,43297,43297,43315,43316,42349,42368,43306,43306,42368,43317,42368,42366,43317,43317,42366,43318,43317,43318,43319,43319,43318,43320,43306,43317,43307,43307,43317,43319,42366,42364,43318,43318,42364,43321,42364,42365,43321,43321,42365,43322,43321,43322,43323,43323,43322,43324,43318,43321,43320,43320,43321,43323,43320,43323,43325,43325,43323,43326,43323,43324,43326,43326,43324,43327,43326,43327,43328,43328,43327,43329,43325,43326,43330,43330,43326,43328,43307,43319,43311,43311,43319,43331,43319,43320,43331,43331,43320,43325,43331,43325,43332,43332,43325,43330,43311,43331,43312,43312,43331,43332,42365,42384,43322,43322,42384,43333,42384,42382,43333,43333,42382,43334,43333,43334,43335,43335,43334,43336,43322,43333,43324,43324,43333,43335,42382,42381,43334,43334,42381,43337,42380,43338,42381,42381,43338,43337,43337,43338,43339,43339,43338,43340,43334,43337,43336,43336,43337,43339,43336,43339,43341,43341,43339,43342,43339,43340,43342,43342,43340,43343,43342,43343,43344,43344,43343,43345,43341,43342,43346,43346,43342,43344,43324,43335,43327,43327,43335,43347,43335,43336,43347,43347,43336,43341,43347,43341,43348,43348,43341,43346,43327,43347,43329,43329,43347,43348,42400,43349,42380,42380,43349,43338,42398,43350,42400,42400,43350,43349,43350,43351,43349,43349,43351,43352,43349,43352,43338,43338,43352,43340,42397,43353,42398,42398,43353,43350,42396,43354,42397,42397,43354,43353,43354,43355,43353,43353,43355,43356,43353,43356,43350,43350,43356,43351,43351,43356,43357,43357,43356,43358,43356,43355,43358,43358,43355,43359,43358,43359,43360,43360,43359,43361,43357,43358,43362,43362,43358,43360,43340,43352,43343,43343,43352,43363,43352,43351,43363,43363,43351,43357,43363,43357,43364,43364,43357,43362,43343,43363,43345,43345,43363,43364,42396,42416,43354,43354,42416,43365,42416,42414,43365,43365,42414,43366,43365,43366,43367,43367,43366,43368,43354,43365,43355,43355,43365,43367,42414,42412,43366,43366,42412,43369,42412,42413,43369,43369,42413,43370,43369,43370,43371,43371,43370,43372,43366,43369,43368,43368,43369,43371,43368,43371,43373,43373,43371,43374,43371,43372,43374,43374,43372,43375,43374,43375,43376,43376,43375,43377,43373,43374,43378,43378,43374,43376,43355,43367,43359,43359,43367,43379,43367,43368,43379,43379,43368,43373,43379,43373,43380,43380,43373,43378,43359,43379,43361,43361,43379,43380,42413,42432,43370,43370,42432,43381,42432,42430,43381,43381,42430,43382,43381,43382,43383,43383,43382,43384,43370,43381,43372,43372,43381,43383,42430,42428,43382,43382,42428,43385,42428,42429,43385,43385,42429,43386,43385,43386,43387,43387,43386,43388,43382,43385,43384,43384,43385,43387,43384,43387,43389,43389,43387,43390,43387,43388,43390,43390,43388,43391,43390,43391,43392,43392,43391,43393,43389,43390,43394,43394,43390,43392,43372,43383,43375,43375,43383,43395,43383,43384,43395,43395,43384,43389,43395,43389,43396,43396,43389,43394,43375,43395,43377,43377,43395,43396,42429,42448,43386,43386,42448,43397,42448,42446,43397,43397,42446,43398,43397,43398,43399,43399,43398,43400,43386,43397,43388,43388,43397,43399,42446,42444,43398,43398,42444,43401,42444,42445,43401,43401,42445,43402,43402,43403,43401,43401,43403,43404,43401,43404,43398,43398,43404,43400,43404,43405,43400,43400,43405,43406,43403,43407,43404,43404,43407,43405,43407,43408,43405,43405,43408,43409,43405,43409,43406,43406,43409,43410,43388,43399,43391,43391,43399,43411,43400,43406,43399,43399,43406,43411,43406,43410,43411,43411,43410,43412,43391,43411,43393,43393,43411,43412,42445,42464,43402,43402,42464,43413,42464,42462,43413,43413,42462,43414,43413,43414,43415,43415,43414,43416,43402,43413,43403,43403,43413,43415,42462,42460,43414,43414,42460,43417,42460,42461,43417,43417,42461,43418,43417,43418,43419,43419,43418,43420,43414,43417,43416,43416,43417,43419,43416,43419,43421,43421,43419,43422,43419,43420,43422,43422,43420,43423,43422,43423,43424,43424,43423,43425,43421,43422,43426,43426,43422,43424,43403,43415,43407,43407,43415,43427,43415,43416,43427,43427,43416,43421,43427,43421,43428,43428,43421,43426,43407,43427,43408,43408,43427,43428,42461,42480,43418,43418,42480,43429,42480,42478,43429,43429,42478,43430,43429,43430,43431,43431,43430,43432,43418,43429,43420,43420,43429,43431,42478,42476,43430,43430,42476,43433,42476,42477,43433,43433,42477,43434,43433,43434,43435,43435,43434,43436,43430,43433,43432,43432,43433,43435,43432,43435,43437,43437,43435,43438,43435,43436,43438,43438,43436,43439,43438,43439,43440,43440,43439,43441,43437,43438,43442,43442,43438,43440,43420,43431,43423,43423,43431,43443,43431,43432,43443,43443,43432,43437,43443,43437,43444,43444,43437,43442,43423,43443,43425,43425,43443,43444,42477,42496,43434,43434,42496,43445,42496,42494,43445,43445,42494,43446,43445,43446,43447,43447,43446,43448,43434,43445,43436,43436,43445,43447,42494,42492,43446,43446,42492,43449,42492,42493,43449,43449,42493,43450,43449,43450,43451,43451,43450,43452,43446,43449,43448,43448,43449,43451,43448,43451,43453,43453,43451,43454,43451,43452,43454,43454,43452,43455,43454,43455,43456,43456,43455,43457,43453,43454,43458,43458,43454,43456,43436,43447,43439,43439,43447,43459,43447,43448,43459,43459,43448,43453,43459,43453,43460,43460,43453,43458,43439,43459,43441,43441,43459,43460,42493,42512,43450,43450,42512,43461,42512,42510,43461,43461,42510,43462,43461,43462,43463,43463,43462,43464,43450,43461,43452,43452,43461,43463,42510,42508,43462,43462,42508,43465,42508,42509,43465,43465,42509,43466,43465,43466,43467,43467,43466,43468,43462,43465,43464,43464,43465,43467,43464,43467,43469,43469,43467,43470,43467,43468,43470,43470,43468,43471,43470,43471,43472,43472,43471,43473,43469,43470,43474,43474,43470,43472,43452,43463,43455,43455,43463,43475,43463,43464,43475,43475,43464,43469,43475,43469,43476,43476,43469,43474,43455,43475,43457,43457,43475,43476,42509,42528,43466,43466,42528,43477,42528,42526,43477,43477,42526,43478,43477,43478,43479,43479,43478,43480,43466,43477,43468,43468,43477,43479,42526,42524,43478,43478,42524,43481,42524,42525,43481,43481,42525,43482,43481,43482,43483,43483,43482,43484,43478,43481,43480,43480,43481,43483,43480,43483,43485,43485,43483,43486,43483,43484,43486,43486,43484,43487,43486,43487,43488,43488,43487,43489,43485,43486,43490,43490,43486,43488,43468,43479,43471,43471,43479,43491,43479,43480,43491,43491,43480,43485,43491,43485,43492,43492,43485,43490,43471,43491,43473,43473,43491,43492,42525,42544,43482,43482,42544,43493,42544,42542,43493,43493,42542,43494,43493,43494,43495,43495,43494,43496,43482,43493,43484,43484,43493,43495,42542,42540,43494,43494,42540,43497,42540,42541,43497,43497,42541,43498,43497,43498,43499,43499,43498,43500,43494,43497,43496,43496,43497,43499,43496,43499,43501,43501,43499,43502,43499,43500,43502,43502,43500,43503,43502,43503,43504,43504,43503,43505,43501,43502,43506,43506,43502,43504,43484,43495,43487,43487,43495,43507,43495,43496,43507,43507,43496,43501,43507,43501,43508,43508,43501,43506,43487,43507,43489,43489,43507,43508,42541,42560,43498,43498,42560,43509,42560,42558,43509,43509,42558,43510,43509,43510,43511,43511,43510,43512,43498,43509,43500,43500,43509,43511,42558,42556,43510,43510,42556,43513,42556,42557,43513,43513,42557,43514,43513,43514,43515,43515,43514,43516,43510,43513,43512,43512,43513,43515,43512,43515,43517,43517,43515,43518,43515,43516,43518,43518,43516,43519,43518,43519,43520,43520,43519,43521,43517,43518,43522,43522,43518,43520,43500,43511,43503,43503,43511,43523,43511,43512,43523,43523,43512,43517,43523,43517,43524,43524,43517,43522,43503,43523,43505,43505,43523,43524,42557,42576,43514,43514,42576,43525,42576,42574,43525,43525,42574,43526,43525,43526,43527,43527,43526,43528,43514,43525,43516,43516,43525,43527,42574,42572,43526,43526,42572,43529,42572,42573,43529,43529,42573,43530,43529,43530,43531,43531,43530,43532,43526,43529,43528,43528,43529,43531,43528,43531,43533,43533,43531,43534,43531,43532,43534,43534,43532,43535,43534,43535,43536,43536,43535,43537,43533,43534,43538,43538,43534,43536,43516,43527,43519,43519,43527,43539,43527,43528,43539,43539,43528,43533,43539,43533,43540,43540,43533,43538,43519,43539,43521,43521,43539,43540,42573,42592,43530,43530,42592,43541,42590,43542,42592,42592,43542,43541,43541,43542,43543,43543,43542,43544,43530,43541,43532,43532,43541,43543,42589,43545,42590,42590,43545,43542,42588,43546,42589,42589,43546,43545,43545,43546,43547,43547,43546,43548,43542,43545,43544,43544,43545,43547,43544,43547,43549,43549,43547,43550,43547,43548,43550,43550,43548,43551,43550,43551,43552,43552,43551,43553,43549,43550,43554,43554,43550,43552,43532,43543,43535,43535,43543,43555,43543,43544,43555,43555,43544,43549,43555,43549,43556,43556,43549,43554,43535,43555,43537,43537,43555,43556,42608,43557,42588,42588,43557,43546,42606,43558,42608,42608,43558,43557,43557,43558,43559,43559,43558,43560,43546,43557,43548,43548,43557,43559,42605,43561,42606,42606,43561,43558,42604,43562,42605,42605,43562,43561,43562,43563,43561,43561,43563,43564,43561,43564,43558,43558,43564,43560,43560,43564,43565,43565,43564,43566,43563,43567,43564,43564,43567,43566,43566,43567,43568,43568,43567,43569,43565,43566,43570,43570,43566,43568,43548,43559,43551,43551,43559,43571,43559,43560,43571,43571,43560,43565,43571,43565,43572,43572,43565,43570,43551,43571,43553,43553,43571,43572,42624,43573,42604,42604,43573,43562,42622,43574,42624,42624,43574,43573,43574,43575,43573,43573,43575,43576,43573,43576,43562,43562,43576,43563,42621,43577,42622,42622,43577,43574,42620,43578,42621,42621,43578,43577,43577,43578,43579,43579,43578,43580,43577,43579,43574,43574,43579,43575,43579,43581,43575,43575,43581,43582,43579,43580,43581,43581,43580,43583,43583,43584,43581,43581,43584,43585,43581,43585,43582,43582,43585,43586,43576,43587,43563,43563,43587,43567,43575,43582,43576,43576,43582,43587,43582,43586,43587,43587,43586,43588,43567,43587,43569,43569,43587,43588,42620,42640,43578,43578,42640,43589,42640,42638,43589,43589,42638,43590,43589,43590,43591,43591,43590,43592,43578,43589,43580,43580,43589,43591,42638,42636,43590,43590,42636,43593,42636,42637,43593,43593,42637,43594,43593,43594,43595,43595,43594,43596,43590,43593,43592,43592,43593,43595,43592,43595,43597,43597,43595,43598,43595,43596,43598,43598,43596,43599,43598,43599,43600,43600,43599,43601,43597,43598,43602,43602,43598,43600,43580,43591,43583,43583,43591,43603,43591,43592,43603,43603,43592,43597,43603,43597,43604,43604,43597,43602,43583,43603,43584,43584,43603,43604,42637,42656,43594,43594,42656,43605,42656,42654,43605,43605,42654,43606,43605,43606,43607,43607,43606,43608,43594,43605,43596,43596,43605,43607,42654,42652,43606,43606,42652,43609,42652,42653,43609,43609,42653,43610,43609,43610,43611,43611,43610,43612,43606,43609,43608,43608,43609,43611,43608,43611,43613,43613,43611,43614,43611,43612,43614,43614,43612,43615,43614,43615,43616,43616,43615,43617,43613,43614,43618,43618,43614,43616,43596,43607,43599,43599,43607,43619,43607,43608,43619,43619,43608,43613,43619,43613,43620,43620,43613,43618,43599,43619,43601,43601,43619,43620,42676,42675,43621,43621,42675,43622,42675,42672,43622,43622,42672,43623,43622,43623,43624,43624,43623,43625,43621,43622,43626,43626,43622,43624,42672,42670,43623,43623,42670,43627,42670,42671,43627,43627,42671,43628,43627,43628,43629,43629,43628,43630,43623,43627,43625,43625,43627,43629,43625,43629,43631,43631,43629,43632,43629,43630,43632,43632,43630,43633,43632,43633,43634,43634,43633,43635,43631,43632,43636,43636,43632,43634,43626,43624,43637,43637,43624,43638,43624,43625,43638,43638,43625,43631,43638,43631,43639,43639,43631,43636,43637,43638,43640,43640,43638,43639,42692,43641,42671,42671,43641,43628,42690,43642,42692,42692,43642,43641,43642,43643,43641,43641,43643,43644,43641,43644,43628,43628,43644,43630,42690,42688,43642,43642,42688,43645,42688,42689,43645,43645,42689,43646,43645,43646,43647,43647,43646,43648,43642,43645,43643,43643,43645,43647,43643,43647,43649,43649,43647,43650,43647,43648,43650,43650,43648,43651,43650,43651,43652,43652,43651,43653,43649,43650,43654,43654,43650,43652,43630,43644,43633,43633,43644,43655,43644,43643,43655,43655,43643,43649,43655,43649,43656,43656,43649,43654,43633,43655,43635,43635,43655,43656,42689,42708,43646,43646,42708,43657,42708,42706,43657,43657,42706,43658,43657,43658,43659,43659,43658,43660,43646,43657,43648,43648,43657,43659,42706,42704,43658,43658,42704,43661,42704,42705,43661,43661,42705,43662,43661,43662,43663,43663,43662,43664,43658,43661,43660,43660,43661,43663,43660,43663,43665,43665,43663,43666,43663,43664,43666,43666,43664,43667,43666,43667,43668,43668,43667,43669,43665,43666,43670,43670,43666,43668,43648,43659,43651,43651,43659,43671,43659,43660,43671,43671,43660,43665,43671,43665,43672,43672,43665,43670,43651,43671,43653,43653,43671,43672,42705,42724,43662,43662,42724,43673,42724,42722,43673,43673,42722,43674,43673,43674,43675,43675,43674,43676,43662,43673,43664,43664,43673,43675,42722,42720,43674,43674,42720,43677,42720,42721,43677,43677,42721,43678,43677,43678,43679,43679,43678,43680,43674,43677,43676,43676,43677,43679,43676,43679,43681,43681,43679,43682,43679,43680,43682,43682,43680,43683,43682,43683,43684,43684,43683,43685,43681,43682,43686,43686,43682,43684,43664,43675,43667,43667,43675,43687,43675,43676,43687,43687,43676,43681,43687,43681,43688,43688,43681,43686,43667,43687,43669,43669,43687,43688,42721,42740,43678,43678,42740,43689,42740,42738,43689,43689,42738,43690,43689,43690,43691,43691,43690,43692,43678,43689,43680,43680,43689,43691,42737,43693,42738,42738,43693,43690,42736,43694,42737,42737,43694,43693,43694,43695,43693,43693,43695,43696,43693,43696,43690,43690,43696,43692,43696,43697,43692,43692,43697,43698,43695,43699,43696,43696,43699,43697,43699,43700,43697,43697,43700,43701,43697,43701,43698,43698,43701,43702,43680,43691,43683,43683,43691,43703,43691,43692,43703,43703,43692,43698,43698,43702,43703,43703,43702,43704,43683,43703,43685,43685,43703,43704,42756,43705,42736,42736,43705,43694,42754,43706,42756,42756,43706,43705,43706,43707,43705,43705,43707,43708,43705,43708,43694,43694,43708,43695,42753,43709,42754,42754,43709,43706,42752,43710,42753,42753,43710,43709,43710,43711,43709,43709,43711,43712,43709,43712,43706,43706,43712,43707,43712,43713,43707,43707,43713,43714,43711,43715,43712,43712,43715,43713,43715,43716,43713,43713,43716,43717,43713,43717,43714,43714,43717,43718,43708,43719,43695,43695,43719,43699,43707,43714,43708,43708,43714,43719,43714,43718,43719,43719,43718,43720,43719,43720,43699,43699,43720,43700,42772,43721,42752,42752,43721,43710,42770,43722,42772,42772,43722,43721,43722,43723,43721,43721,43723,43724,43721,43724,43710,43710,43724,43711,42769,43725,42770,42770,43725,43722,42768,43726,42769,42769,43726,43725,43726,43727,43725,43725,43727,43728,43725,43728,43722,43722,43728,43723,43728,43729,43723,43723,43729,43730,43727,43731,43728,43728,43731,43729,43731,43732,43729,43729,43732,43733,43729,43733,43730,43730,43733,43734,43724,43735,43711,43711,43735,43715,43723,43730,43724,43724,43730,43735,43730,43734,43735,43735,43734,43736,43735,43736,43715,43715,43736,43716,42788,43737,42768,42768,43737,43726,42786,43738,42788,42788,43738,43737,43738,43739,43737,43737,43739,43740,43737,43740,43726,43726,43740,43727,42785,43741,42786,42786,43741,43738,42784,43742,42785,42785,43742,43741,43742,43743,43741,43741,43743,43744,43741,43744,43738,43738,43744,43739,43744,43745,43739,43739,43745,43746,43743,43747,43744,43744,43747,43745,43747,43748,43745,43745,43748,43749,43745,43749,43746,43746,43749,43750,43740,43751,43727,43727,43751,43731,43739,43746,43740,43740,43746,43751,43746,43750,43751,43751,43750,43752,43751,43752,43731,43731,43752,43732,42804,43753,42784,42784,43753,43742,42802,43754,42804,42804,43754,43753,43754,43755,43753,43753,43755,43756,43753,43756,43742,43742,43756,43743,42801,43757,42802,42802,43757,43754,42800,43758,42801,42801,43758,43757,43758,43759,43757,43757,43759,43760,43757,43760,43754,43754,43760,43755,43760,43761,43755,43755,43761,43762,43759,43763,43760,43760,43763,43761,43763,43764,43761,43761,43764,43765,43761,43765,43762,43762,43765,43766,43756,43767,43743,43743,43767,43747,43755,43762,43756,43756,43762,43767,43762,43766,43767,43767,43766,43768,43767,43768,43747,43747,43768,43748,42820,43769,42800,42800,43769,43758,42818,43770,42820,42820,43770,43769,43770,43771,43769,43769,43771,43772,43769,43772,43758,43758,43772,43759,42817,43773,42818,42818,43773,43770,42816,43774,42817,42817,43774,43773,43774,43775,43773,43773,43775,43776,43773,43776,43770,43770,43776,43771,43776,43777,43771,43771,43777,43778,43775,43779,43776,43776,43779,43777,43779,43780,43777,43777,43780,43781,43777,43781,43778,43778,43781,43782,43772,43783,43759,43759,43783,43763,43771,43778,43772,43772,43778,43783,43778,43782,43783,43783,43782,43784,43783,43784,43763,43763,43784,43764,42836,43785,42816,42816,43785,43774,42834,43786,42836,42836,43786,43785,43786,43787,43785,43785,43787,43788,43785,43788,43774,43774,43788,43775,42832,43789,42834,42834,43789,43786,42832,42833,43789,43789,42833,43790,43789,43790,43791,43791,43790,43792,43786,43789,43787,43787,43789,43791,43787,43791,43793,43793,43791,43794,43791,43792,43794,43794,43792,43795,43794,43795,43796,43796,43795,43797,43793,43794,43798,43798,43794,43796,43788,43799,43775,43775,43799,43779,43787,43793,43788,43788,43793,43799,43799,43793,43800,43800,43793,43798,43779,43799,43780,43780,43799,43800,42833,42852,43790,43790,42852,43801,42852,42850,43801,43801,42850,43802,43801,43802,43803,43803,43802,43804,43790,43801,43792,43792,43801,43803,42850,42849,43802,43802,42849,43805,42848,43806,42849,42849,43806,43805,43806,43807,43805,43805,43807,43808,43802,43805,43804,43804,43805,43808,43808,43809,43804,43804,43809,43810,43807,43811,43808,43808,43811,43809,43811,43812,43809,43809,43812,43813,43809,43813,43810,43810,43813,43814,43792,43803,43795,43795,43803,43815,43803,43804,43815,43815,43804,43810,43810,43814,43815,43815,43814,43816,43795,43815,43797,43797,43815,43816,42868,43817,42848,42848,43817,43806,42866,43818,42868,42868,43818,43817,43818,43819,43817,43817,43819,43820,43817,43820,43806,43806,43820,43807,42866,42864,43818,43818,42864,43821,42864,42865,43821,43821,42865,43822,43821,43822,43823,43823,43822,43824,43818,43821,43819,43819,43821,43823,43819,43823,43825,43825,43823,43826,43823,43824,43826,43826,43824,43827,43826,43827,43828,43828,43827,43829,43825,43826,43830,43830,43826,43828,43820,43831,43807,43807,43831,43811,43819,43825,43820,43820,43825,43831,43825,43830,43831,43831,43830,43832,43831,43832,43811,43811,43832,43812,42865,42884,43822,43822,42884,43833,42884,42882,43833,43833,42882,43834,43833,43834,43835,43835,43834,43836,43822,43833,43824,43824,43833,43835,42882,42880,43834,43834,42880,43837,42880,42881,43837,43837,42881,43838,43838,43839,43837,43837,43839,43840,43834,43837,43836,43836,43837,43840,43840,43841,43836,43836,43841,43842,43839,43843,43840,43840,43843,43841,43843,43844,43841,43841,43844,43845,43841,43845,43842,43842,43845,43846,43824,43835,43827,43827,43835,43847,43835,43836,43847,43847,43836,43842,43847,43842,43848,43848,43842,43846,43827,43847,43829,43829,43847,43848,42881,42900,43838,43838,42900,43849,42900,42898,43849,43849,42898,43850,43850,43851,43849,43849,43851,43852,43849,43852,43838,43838,43852,43839,42896,43853,42898,42898,43853,43850,42897,43854,42896,42896,43854,43853,43854,43855,43853,43853,43855,43856,43853,43856,43850,43850,43856,43851,43856,43857,43851,43851,43857,43858,43855,43859,43856,43856,43859,43857,43859,43860,43857,43857,43860,43861,43857,43861,43858,43858,43861,43862,43852,43863,43839,43839,43863,43843,43851,43858,43852,43852,43858,43863,43858,43862,43863,43863,43862,43864,43863,43864,43843,43843,43864,43844,42916,43865,42897,42897,43865,43854,42914,43866,42916,42916,43866,43865,43866,43867,43865,43865,43867,43868,43865,43868,43854,43854,43868,43855,42913,43869,42914,42914,43869,43866,42912,43870,42913,42913,43870,43869,43870,43871,43869,43869,43871,43872,43869,43872,43866,43866,43872,43867,43872,43873,43867,43867,43873,43874,43871,43875,43872,43872,43875,43873,43875,43876,43873,43873,43876,43877,43873,43877,43874,43874,43877,43878,43868,43879,43855,43855,43879,43859,43867,43874,43868,43868,43874,43879,43874,43878,43879,43879,43878,43880,43879,43880,43859,43859,43880,43860,42932,43881,42912,42912,43881,43870,42930,43882,42932,42932,43882,43881,43882,43883,43881,43881,43883,43884,43881,43884,43870,43870,43884,43871,42929,43885,42930,42930,43885,43882,42928,43886,42929,42929,43886,43885,43886,43887,43885,43885,43887,43888,43885,43888,43882,43882,43888,43883,43888,43889,43883,43883,43889,43890,43887,43891,43888,43888,43891,43889,43891,43892,43889,43889,43892,43893,43889,43893,43890,43890,43893,43894,43884,43895,43871,43871,43895,43875,43883,43890,43884,43884,43890,43895,43890,43894,43895,43895,43894,43896,43895,43896,43875,43875,43896,43876,42948,43897,42928,42928,43897,43886,42946,43898,42948,42948,43898,43897,43898,43899,43897,43897,43899,43900,43897,43900,43886,43886,43900,43887,42945,43901,42946,42946,43901,43898,42944,43902,42945,42945,43902,43901,43902,43903,43901,43901,43903,43904,43901,43904,43898,43898,43904,43899,43904,43905,43899,43899,43905,43906,43903,43907,43904,43904,43907,43905,43907,43908,43905,43905,43908,43909,43905,43909,43906,43906,43909,43910,43900,43911,43887,43887,43911,43891,43899,43906,43900,43900,43906,43911,43906,43910,43911,43911,43910,43912,43911,43912,43891,43891,43912,43892,42964,43913,42944,42944,43913,43902,42962,43914,42964,42964,43914,43913,43914,43915,43913,43913,43915,43916,43913,43916,43902,43902,43916,43903,42961,43917,42962,42962,43917,43914,42960,43918,42961,42961,43918,43917,43918,43919,43917,43917,43919,43920,43917,43920,43914,43914,43920,43915,43920,43921,43915,43915,43921,43922,43919,43923,43920,43920,43923,43921,43923,43924,43921,43921,43924,43925,43921,43925,43922,43922,43925,43926,43916,43927,43903,43903,43927,43907,43915,43922,43916,43916,43922,43927,43922,43926,43927,43927,43926,43928,43927,43928,43907,43907,43928,43908,42980,43929,42960,42960,43929,43918,42978,43930,42980,42980,43930,43929,43930,43931,43929,43929,43931,43932,43929,43932,43918,43918,43932,43919,42977,43933,42978,42978,43933,43930,42976,43934,42977,42977,43934,43933,43934,43935,43933,43933,43935,43936,43933,43936,43930,43930,43936,43931,43936,43937,43931,43931,43937,43938,43935,43939,43936,43936,43939,43937,43939,43940,43937,43937,43940,43941,43937,43941,43938,43938,43941,43942,43932,43943,43919,43919,43943,43923,43931,43938,43932,43932,43938,43943,43938,43942,43943,43943,43942,43944,43943,43944,43923,43923,43944,43924,42996,43945,42976,42976,43945,43934,42994,43946,42996,42996,43946,43945,43946,43947,43945,43945,43947,43948,43945,43948,43934,43934,43948,43935,42993,43949,42994,42994,43949,43946,42992,43950,42993,42993,43950,43949,43950,43951,43949,43949,43951,43952,43949,43952,43946,43946,43952,43947,43952,43953,43947,43947,43953,43954,43951,43955,43952,43952,43955,43953,43955,43956,43953,43953,43956,43957,43953,43957,43954,43954,43957,43958,43948,43959,43935,43935,43959,43939,43947,43954,43948,43948,43954,43959,43954,43958,43959,43959,43958,43960,43959,43960,43939,43939,43960,43940,43012,43961,42992,42992,43961,43950,43010,43962,43012,43012,43962,43961,43962,43963,43961,43961,43963,43964,43961,43964,43950,43950,43964,43951,43009,43965,43010,43010,43965,43962,43008,43966,43009,43009,43966,43965,43966,43967,43965,43965,43967,43968,43965,43968,43962,43962,43968,43963,43968,43969,43963,43963,43969,43970,43967,43971,43968,43968,43971,43969,43971,43972,43969,43969,43972,43973,43969,43973,43970,43970,43973,43974,43964,43975,43951,43951,43975,43955,43963,43970,43964,43964,43970,43975,43970,43974,43975,43975,43974,43976,43975,43976,43955,43955,43976,43956,43028,43977,43008,43008,43977,43966,43026,43978,43028,43028,43978,43977,43978,43979,43977,43977,43979,43980,43977,43980,43966,43966,43980,43967,43025,43981,43026,43026,43981,43978,43024,43982,43025,43025,43982,43981,43982,43983,43981,43981,43983,43984,43981,43984,43978,43978,43984,43979,43984,43985,43979,43979,43985,43986,43983,43987,43984,43984,43987,43985,43987,43988,43985,43985,43988,43989,43985,43989,43986,43986,43989,43990,43980,43991,43967,43967,43991,43971,43979,43986,43980,43980,43986,43991,43986,43990,43991,43991,43990,43992,43991,43992,43971,43971,43992,43972,43044,43993,43024,43024,43993,43982,43042,43994,43044,43044,43994,43993,43994,43995,43993,43993,43995,43996,43993,43996,43982,43982,43996,43983,43041,43997,43042,43042,43997,43994,43040,43998,43041,43041,43998,43997,43998,43999,43997,43997,43999,44000,43997,44000,43994,43994,44000,43995,44000,44001,43995,43995,44001,44002,43999,44003,44000,44000,44003,44001,44003,44004,44001,44001,44004,44005,44001,44005,44002,44002,44005,44006,43996,44007,43983,43983,44007,43987,43995,44002,43996,43996,44002,44007,44002,44006,44007,44007,44006,44008,44007,44008,43987,43987,44008,43988,43060,44009,43040,43040,44009,43998,43058,44010,43060,43060,44010,44009,44010,44011,44009,44009,44011,44012,44009,44012,43998,43998,44012,43999,43057,44013,43058,43058,44013,44010,43056,44014,43057,43057,44014,44013,44014,44015,44013,44013,44015,44016,44013,44016,44010,44010,44016,44011,44016,44017,44011,44011,44017,44018,44015,44019,44016,44016,44019,44017,44019,44020,44017,44017,44020,44021,44017,44021,44018,44018,44021,44022,44012,44023,43999,43999,44023,44003,44011,44018,44012,44012,44018,44023,44018,44022,44023,44023,44022,44024,44023,44024,44003,44003,44024,44004,43076,44025,43056,43056,44025,44014,43074,44026,43076,43076,44026,44025,44026,44027,44025,44025,44027,44028,44025,44028,44014,44014,44028,44015,43073,44029,43074,43074,44029,44026,43072,44030,43073,43073,44030,44029,44030,44031,44029,44029,44031,44032,44029,44032,44026,44026,44032,44027,44032,44033,44027,44027,44033,44034,44031,44035,44032,44032,44035,44033,44035,44036,44033,44033,44036,44037,44033,44037,44034,44034,44037,44038,44028,44039,44015,44015,44039,44019,44027,44034,44028,44028,44034,44039,44034,44038,44039,44039,44038,44040,44039,44040,44019,44019,44040,44020,43092,44041,43072,43072,44041,44030,43090,44042,43092,43092,44042,44041,44041,44042,44043,44043,44042,44044,44041,44043,44030,44030,44043,44031,43090,43088,44042,44042,43088,44045,43088,43089,44045,44045,43089,44046,44045,44046,44047,44047,44046,44048,44042,44045,44044,44044,44045,44047,44044,44047,44049,44049,44047,44050,44047,44048,44050,44050,44048,44051,44050,44051,44052,44052,44051,44053,44049,44050,44054,44054,44050,44052,44043,44055,44031,44031,44055,44035,44043,44044,44055,44055,44044,44049,44055,44049,44056,44056,44049,44054,44055,44056,44035,44035,44056,44036,43089,43108,44046,44046,43108,44057,43108,43106,44057,44057,43106,44058,44057,44058,44059,44059,44058,44060,44046,44057,44048,44048,44057,44059,43105,44061,43106,43106,44061,44058,43104,44062,43105,43105,44062,44061,44062,44063,44061,44061,44063,44064,44061,44064,44058,44058,44064,44060,44064,44065,44060,44060,44065,44066,44063,44067,44064,44064,44067,44065,44067,44068,44065,44065,44068,44069,44065,44069,44066,44066,44069,44070,44048,44059,44051,44051,44059,44071,44059,44060,44071,44071,44060,44066,44066,44070,44071,44071,44070,44072,44051,44071,44053,44053,44071,44072,43124,44073,43104,43104,44073,44062,43122,44074,43124,43124,44074,44073,44074,44075,44073,44073,44075,44076,44073,44076,44062,44062,44076,44063,43121,44077,43122,43122,44077,44074,43120,44078,43121,43121,44078,44077,44078,44079,44077,44077,44079,44080,44077,44080,44074,44074,44080,44075,44080,44081,44075,44075,44081,44082,44079,44083,44080,44080,44083,44081,44083,44084,44081,44081,44084,44085,44081,44085,44082,44082,44085,44086,44076,44087,44063,44063,44087,44067,44075,44082,44076,44076,44082,44087,44082,44086,44087,44087,44086,44088,44087,44088,44067,44067,44088,44068,43140,44089,43120,43120,44089,44078,43138,44090,43140,43140,44090,44089,44090,44091,44089,44089,44091,44092,44089,44092,44078,44078,44092,44079,43137,44093,43138,43138,44093,44090,43136,44094,43137,43137,44094,44093,44094,44095,44093,44093,44095,44096,44093,44096,44090,44090,44096,44091,44096,44097,44091,44091,44097,44098,44095,44099,44096,44096,44099,44097,44099,44100,44097,44097,44100,44101,44097,44101,44098,44098,44101,44102,44092,44103,44079,44079,44103,44083,44091,44098,44092,44092,44098,44103,44098,44102,44103,44103,44102,44104,44103,44104,44083,44083,44104,44084,43156,44105,43136,43136,44105,44094,43154,44106,43156,43156,44106,44105,44106,44107,44105,44105,44107,44108,44105,44108,44094,44094,44108,44095,43153,44109,43154,43154,44109,44106,43152,44110,43153,43153,44110,44109,44110,44111,44109,44109,44111,44112,44109,44112,44106,44106,44112,44107,44112,44113,44107,44107,44113,44114,44111,44115,44112,44112,44115,44113,44115,44116,44113,44113,44116,44117,44113,44117,44114,44114,44117,44118,44108,44119,44095,44095,44119,44099,44107,44114,44108,44108,44114,44119,44114,44118,44119,44119,44118,44120,44119,44120,44099,44099,44120,44100,43172,44121,43152,43152,44121,44110,43170,44122,43172,43172,44122,44121,44122,44123,44121,44121,44123,44124,44121,44124,44110,44110,44124,44111,43169,44125,43170,43170,44125,44122,43168,44126,43169,43169,44126,44125,44126,44127,44125,44125,44127,44128,44125,44128,44122,44122,44128,44123,44128,44129,44123,44123,44129,44130,44127,44131,44128,44128,44131,44129,44131,44132,44129,44129,44132,44133,44129,44133,44130,44130,44133,44134,44124,44135,44111,44111,44135,44115,44123,44130,44124,44124,44130,44135,44130,44134,44135,44135,44134,44136,44135,44136,44115,44115,44136,44116,43188,44137,43168,43168,44137,44126,43186,44138,43188,43188,44138,44137,44138,44139,44137,44137,44139,44140,44137,44140,44126,44126,44140,44127,43185,44141,43186,43186,44141,44138,43184,44142,43185,43185,44142,44141,44142,44143,44141,44141,44143,44144,44141,44144,44138,44138,44144,44139,44144,44145,44139,44139,44145,44146,44143,44147,44144,44144,44147,44145,44147,44148,44145,44145,44148,44149,44145,44149,44146,44146,44149,44150,44140,44151,44127,44127,44151,44131,44139,44146,44140,44140,44146,44151,44146,44150,44151,44151,44150,44152,44151,44152,44131,44131,44152,44132,43204,44153,43184,43184,44153,44142,43202,44154,43204,43204,44154,44153,44154,44155,44153,44153,44155,44156,44153,44156,44142,44142,44156,44143,43200,44157,43202,43202,44157,44154,43200,43201,44157,44157,43201,44158,44157,44158,44159,44159,44158,44160,44154,44157,44155,44155,44157,44159,44155,44159,44161,44161,44159,44162,44159,44160,44162,44162,44160,44163,44162,44163,44164,44164,44163,44165,44161,44162,44166,44166,44162,44164,44156,44167,44143,44143,44167,44147,44155,44161,44156,44156,44161,44167,44167,44161,44168,44168,44161,44166,44167,44168,44147,44147,44168,44148,43201,43220,44158,44158,43220,44169,43220,43218,44169,44169,43218,44170,44170,44171,44169,44169,44171,44172,44158,44169,44160,44160,44169,44172,43217,44173,43218,43218,44173,44170,43216,44174,43217,43217,44174,44173,44174,44175,44173,44173,44175,44176,44173,44176,44170,44170,44176,44171,44176,44177,44171,44171,44177,44178,44175,44179,44176,44176,44179,44177,44179,44180,44177,44177,44180,44181,44177,44181,44178,44178,44181,44182,44160,44172,44163,44163,44172,44183,44171,44178,44172,44172,44178,44183,44178,44182,44183,44183,44182,44184,44163,44183,44165,44165,44183,44184,43236,44185,43216,43216,44185,44174,43234,44186,43236,43236,44186,44185,44186,44187,44185,44185,44187,44188,44185,44188,44174,44174,44188,44175,43234,43232,44186,44186,43232,44189,43232,43233,44189,44189,43233,44190,44189,44190,44191,44191,44190,44192,44186,44189,44187,44187,44189,44191,44191,44193,44187,44187,44193,44194,44191,44192,44193,44193,44192,44195,44193,44195,44196,44196,44195,44197,44193,44196,44194,44194,44196,44198,44188,44199,44175,44175,44199,44179,44187,44194,44188,44188,44194,44199,44194,44198,44199,44199,44198,44200,44199,44200,44179,44179,44200,44180,43233,43252,44190,44190,43252,44201,43252,43250,44201,44201,43250,44202,44201,44202,44203,44203,44202,44204,44190,44201,44192,44192,44201,44203,43250,43248,44202,44202,43248,44205,43248,43249,44205,44205,43249,44206,44205,44206,44207,44207,44206,44208,44202,44205,44204,44204,44205,44207,44204,44207,44209,44209,44207,44210,44208,44211,44207,44207,44211,44210,44211,44212,44210,44210,44212,44213,44210,44213,44209,44209,44213,44214,44192,44203,44195,44195,44203,44215,44203,44204,44215,44215,44204,44209,44209,44214,44215,44215,44214,44216,44195,44215,44197,44197,44215,44216,43249,43268,44206,44206,43268,44217,43268,43266,44217,44217,43266,44218,44217,44218,44219,44219,44218,44220,44206,44217,44208,44208,44217,44219,43266,43264,44218,44218,43264,44221,43264,43265,44221,44221,43265,44222,44221,44222,44223,44223,44222,44224,44218,44221,44220,44220,44221,44223,44220,44223,44225,44225,44223,44226,44223,44224,44226,44226,44224,44227,44226,44227,44228,44228,44227,44229,44225,44226,44230,44230,44226,44228,44208,44219,44211,44211,44219,44231,44219,44220,44231,44231,44220,44225,44231,44225,44232,44232,44225,44230,44211,44231,44212,44212,44231,44232,43265,43284,44222,44222,43284,44233,43284,43282,44233,44233,43282,44234,44233,44234,44235,44235,44234,44236,44222,44233,44224,44224,44233,44235,43282,43280,44234,44234,43280,44237,43280,43281,44237,44237,43281,44238,44237,44238,44239,44239,44238,44240,44234,44237,44236,44236,44237,44239,44236,44239,44241,44241,44239,44242,44239,44240,44242,44242,44240,44243,44242,44243,44244,44244,44243,44245,44241,44242,44246,44246,44242,44244,44224,44235,44227,44227,44235,44247,44235,44236,44247,44247,44236,44241,44247,44241,44248,44248,44241,44246,44227,44247,44229,44229,44247,44248,43281,43300,44238,44238,43300,44249,43300,43298,44249,44249,43298,44250,44249,44250,44251,44251,44250,44252,44238,44249,44240,44240,44249,44251,43298,43296,44250,44250,43296,44253,43296,43297,44253,44253,43297,44254,44253,44254,44255,44255,44254,44256,44250,44253,44252,44252,44253,44255,44252,44255,44257,44257,44255,44258,44255,44256,44258,44258,44256,44259,44258,44259,44260,44260,44259,44261,44257,44258,44262,44262,44258,44260,44240,44251,44243,44243,44251,44263,44251,44252,44263,44263,44252,44257,44263,44257,44264,44264,44257,44262,44243,44263,44245,44245,44263,44264,43297,43316,44254,44254,43316,44265,43316,43314,44265,44265,43314,44266,44265,44266,44267,44267,44266,44268,44254,44265,44256,44256,44265,44267,43314,43313,44266,44266,43313,44269,43312,44270,43313,43313,44270,44269,44269,44270,44271,44271,44270,44272,44266,44269,44268,44268,44269,44271,44268,44271,44273,44273,44271,44274,44271,44272,44274,44274,44272,44275,44274,44275,44276,44276,44275,44277,44273,44274,44278,44278,44274,44276,44256,44267,44259,44259,44267,44279,44267,44268,44279,44279,44268,44273,44279,44273,44280,44280,44273,44278,44259,44279,44261,44261,44279,44280,43312,43332,44270,44270,43332,44281,43332,43330,44281,44281,43330,44282,44281,44282,44283,44283,44282,44284,44270,44281,44272,44272,44281,44283,43330,43328,44282,44282,43328,44285,43328,43329,44285,44285,43329,44286,44285,44286,44287,44287,44286,44288,44282,44285,44284,44284,44285,44287,44284,44287,44289,44289,44287,44290,44287,44288,44290,44290,44288,44291,44291,44292,44290,44290,44292,44293,44290,44293,44289,44289,44293,44294,44272,44283,44275,44275,44283,44295,44283,44284,44295,44295,44284,44289,44295,44289,44296,44296,44289,44294,44275,44295,44277,44277,44295,44296,43329,43348,44286,44286,43348,44297,43348,43346,44297,44297,43346,44298,44297,44298,44299,44299,44298,44300,44286,44297,44288,44288,44297,44299,43346,43344,44298,44298,43344,44301,43344,43345,44301,44301,43345,44302,44301,44302,44303,44303,44302,44304,44298,44301,44300,44300,44301,44303,44300,44303,44305,44305,44303,44306,44303,44304,44306,44306,44304,44307,44306,44307,44308,44308,44307,44309,44305,44306,44310,44310,44306,44308,44288,44299,44291,44291,44299,44311,44299,44300,44311,44311,44300,44305,44311,44305,44312,44312,44305,44310,44291,44311,44292,44292,44311,44312,43345,43364,44302,44302,43364,44313,43364,43362,44313,44313,43362,44314,44313,44314,44315,44315,44314,44316,44302,44313,44304,44304,44313,44315,43362,43360,44314,44314,43360,44317,43360,43361,44317,44317,43361,44318,44317,44318,44319,44319,44318,44320,44314,44317,44316,44316,44317,44319,44316,44319,44321,44321,44319,44322,44319,44320,44322,44322,44320,44323,44322,44323,44324,44324,44323,44325,44321,44322,44326,44326,44322,44324,44304,44315,44307,44307,44315,44327,44315,44316,44327,44327,44316,44321,44327,44321,44328,44328,44321,44326,44307,44327,44309,44309,44327,44328,43361,43380,44318,44318,43380,44329,43378,44330,43380,43380,44330,44329,44330,44331,44329,44329,44331,44332,44318,44329,44320,44320,44329,44332,43376,44333,43378,43378,44333,44330,43377,44334,43376,43376,44334,44333,44334,44335,44333,44333,44335,44336,44333,44336,44330,44330,44336,44331,44336,44337,44331,44331,44337,44338,44335,44339,44336,44336,44339,44337,44337,44339,44340,44340,44339,44341,44338,44337,44342,44342,44337,44340,44320,44332,44323,44323,44332,44343,44332,44331,44343,44343,44331,44338,44343,44338,44344,44344,44338,44342,44323,44343,44325,44325,44343,44344,43396,44345,43377,43377,44345,44334,43396,43394,44345,44345,43394,44346,44346,44347,44345,44345,44347,44348,44345,44348,44334,44334,44348,44335,43394,43392,44346,44346,43392,44349,43392,43393,44349,44349,43393,44350,44349,44350,44351,44351,44350,44352,44346,44349,44347,44347,44349,44351,44347,44351,44353,44353,44351,44354,44351,44352,44354,44354,44352,44355,44354,44355,44356,44356,44355,44357,44353,44354,44358,44358,44354,44356,44348,44359,44335,44335,44359,44339,44347,44353,44348,44348,44353,44359,44359,44353,44360,44360,44353,44358,44339,44359,44341,44341,44359,44360,43393,43412,44350,44350,43412,44361,43412,43410,44361,44361,43410,44362,44361,44362,44363,44363,44362,44364,44350,44361,44352,44352,44361,44363,43410,43409,44362,44362,43409,44365,43409,43408,44365,44365,43408,44366,44365,44366,44367,44367,44366,44368,44362,44365,44364,44364,44365,44367,44364,44367,44369,44369,44367,44370,44367,44368,44370,44370,44368,44371,44370,44371,44372,44372,44371,44373,44369,44370,44374,44374,44370,44372,44352,44363,44355,44355,44363,44375,44363,44364,44375,44375,44364,44369,44375,44369,44376,44376,44369,44374,44355,44375,44357,44357,44375,44376,43408,43428,44366,44366,43428,44377,43428,43426,44377,44377,43426,44378,44377,44378,44379,44379,44378,44380,44366,44377,44368,44368,44377,44379,43426,43424,44378,44378,43424,44381,43424,43425,44381,44381,43425,44382,44381,44382,44383,44383,44382,44384,44378,44381,44380,44380,44381,44383,44380,44383,44385,44385,44383,44386,44383,44384,44386,44386,44384,44387,44387,44388,44386,44386,44388,44389,44385,44386,44390,44390,44386,44389,44368,44379,44371,44371,44379,44391,44379,44380,44391,44391,44380,44385,44391,44385,44392,44392,44385,44390,44371,44391,44373,44373,44391,44392,43425,43444,44382,44382,43444,44393,43444,43442,44393,44393,43442,44394,44393,44394,44395,44395,44394,44396,44382,44393,44384,44384,44393,44395,43442,43440,44394,44394,43440,44397,43440,43441,44397,44397,43441,44398,44397,44398,44399,44399,44398,44400,44394,44397,44396,44396,44397,44399,44396,44399,44401,44401,44399,44402,44399,44400,44402,44402,44400,44403,44402,44403,44404,44404,44403,44405,44401,44402,44406,44406,44402,44404,44384,44395,44387,44387,44395,44407,44395,44396,44407,44407,44396,44401,44407,44401,44408,44408,44401,44406,44407,44408,44387,44387,44408,44388,43441,43460,44398,44398,43460,44409,43460,43458,44409,44409,43458,44410,44409,44410,44411,44411,44410,44412,44398,44409,44400,44400,44409,44411,43458,43456,44410,44410,43456,44413,43456,43457,44413,44413,43457,44414,44413,44414,44415,44415,44414,44416,44410,44413,44412,44412,44413,44415,44412,44415,44417,44417,44415,44418,44415,44416,44418,44418,44416,44419,44418,44419,44420,44420,44419,44421,44417,44418,44422,44422,44418,44420,44400,44411,44403,44403,44411,44423,44411,44412,44423,44423,44412,44417,44423,44417,44424,44424,44417,44422,44403,44423,44405,44405,44423,44424,43457,43476,44414,44414,43476,44425,43476,43474,44425,44425,43474,44426,44425,44426,44427,44427,44426,44428,44414,44425,44416,44416,44425,44427,43474,43472,44426,44426,43472,44429,43472,43473,44429,44429,43473,44430,44429,44430,44431,44431,44430,44432,44426,44429,44428,44428,44429,44431,44428,44431,44433,44433,44431,44434,44431,44432,44434,44434,44432,44435,44434,44435,44436,44436,44435,44437,44433,44434,44438,44438,44434,44436,44416,44427,44419,44419,44427,44439,44427,44428,44439,44439,44428,44433,44439,44433,44440,44440,44433,44438,44419,44439,44421,44421,44439,44440,43473,43492,44430,44430,43492,44441,43492,43490,44441,44441,43490,44442,44441,44442,44443,44443,44442,44444,44430,44441,44432,44432,44441,44443,43490,43488,44442,44442,43488,44445,43488,43489,44445,44445,43489,44446,44445,44446,44447,44447,44446,44448,44442,44445,44444,44444,44445,44447,44444,44447,44449,44449,44447,44450,44447,44448,44450,44450,44448,44451,44450,44451,44452,44452,44451,44453,44449,44450,44454,44454,44450,44452,44432,44443,44435,44435,44443,44455,44443,44444,44455,44455,44444,44449,44455,44449,44456,44456,44449,44454,44435,44455,44437,44437,44455,44456,43489,43508,44446,44446,43508,44457,43508,43506,44457,44457,43506,44458,44457,44458,44459,44459,44458,44460,44446,44457,44448,44448,44457,44459,43506,43504,44458,44458,43504,44461,43504,43505,44461,44461,43505,44462,44461,44462,44463,44463,44462,44464,44458,44461,44460,44460,44461,44463,44460,44463,44465,44465,44463,44466,44463,44464,44466,44466,44464,44467,44466,44467,44468,44468,44467,44469,44465,44466,44470,44470,44466,44468,44448,44459,44451,44451,44459,44471,44459,44460,44471,44471,44460,44465,44471,44465,44472,44472,44465,44470,44451,44471,44453,44453,44471,44472,43505,43524,44462,44462,43524,44473,43524,43522,44473,44473,43522,44474,44473,44474,44475,44475,44474,44476,44462,44473,44464,44464,44473,44475,43522,43520,44474,44474,43520,44477,43520,43521,44477,44477,43521,44478,44477,44478,44479,44479,44478,44480,44474,44477,44476,44476,44477,44479,44476,44479,44481,44481,44479,44482,44479,44480,44482,44482,44480,44483,44482,44483,44484,44484,44483,44485,44481,44482,44486,44486,44482,44484,44464,44475,44467,44467,44475,44487,44475,44476,44487,44487,44476,44481,44487,44481,44488,44488,44481,44486,44467,44487,44469,44469,44487,44488,43521,43540,44478,44478,43540,44489,43540,43538,44489,44489,43538,44490,44489,44490,44491,44491,44490,44492,44478,44489,44480,44480,44489,44491,43538,43536,44490,44490,43536,44493,43536,43537,44493,44493,43537,44494,44493,44494,44495,44495,44494,44496,44490,44493,44492,44492,44493,44495,44492,44495,44497,44497,44495,44498,44495,44496,44498,44498,44496,44499,44498,44499,44500,44500,44499,44501,44497,44498,44502,44502,44498,44500,44480,44491,44483,44483,44491,44503,44491,44492,44503,44503,44492,44497,44503,44497,44504,44504,44497,44502,44483,44503,44485,44485,44503,44504,43537,43556,44494,44494,43556,44505,43556,43554,44505,44505,43554,44506,44505,44506,44507,44507,44506,44508,44494,44505,44496,44496,44505,44507,43554,43552,44506,44506,43552,44509,43552,43553,44509,44509,43553,44510,44509,44510,44511,44511,44510,44512,44506,44509,44508,44508,44509,44511,44508,44511,44513,44513,44511,44514,44511,44512,44514,44514,44512,44515,44514,44515,44516,44516,44515,44517,44513,44514,44518,44518,44514,44516,44496,44507,44499,44499,44507,44519,44507,44508,44519,44519,44508,44513,44519,44513,44520,44520,44513,44518,44499,44519,44501,44501,44519,44520,43553,43572,44510,44510,43572,44521,43572,43570,44521,44521,43570,44522,44521,44522,44523,44523,44522,44524,44510,44521,44512,44512,44521,44523,43570,43568,44522,44522,43568,44525,43568,43569,44525,44525,43569,44526,44525,44526,44527,44527,44526,44528,44522,44525,44524,44524,44525,44527,44524,44527,44529,44529,44527,44530,44527,44528,44530,44530,44528,44531,44530,44531,44532,44532,44531,44533,44529,44530,44534,44534,44530,44532,44512,44523,44515,44515,44523,44535,44523,44524,44535,44535,44524,44529,44535,44529,44536,44536,44529,44534,44515,44535,44517,44517,44535,44536,43569,43588,44526,44526,43588,44537,43588,43586,44537,44537,43586,44538,44537,44538,44539,44539,44538,44540,44526,44537,44528,44528,44537,44539,43585,44541,43586,43586,44541,44538,43584,44542,43585,43585,44542,44541,44542,44543,44541,44541,44543,44544,44541,44544,44538,44538,44544,44540,44544,44545,44540,44540,44545,44546,44543,44547,44544,44544,44547,44545,44545,44547,44548,44548,44547,44549,44546,44545,44550,44550,44545,44548,44528,44539,44531,44531,44539,44551,44539,44540,44551,44551,44540,44546,44551,44546,44552,44552,44546,44550,44531,44551,44533,44533,44551,44552,43604,44553,43584,43584,44553,44542,43602,44554,43604,43604,44554,44553,44554,44555,44553,44553,44555,44556,44553,44556,44542,44542,44556,44543,43600,44557,43602,43602,44557,44554,43601,44558,43600,43600,44558,44557,44558,44559,44557,44557,44559,44560,44557,44560,44554,44554,44560,44555,44560,44561,44555,44555,44561,44562,44560,44559,44561,44561,44559,44563,44561,44563,44564,44564,44563,44565,44562,44561,44566,44566,44561,44564,44556,44567,44543,44543,44567,44547,44555,44562,44556,44556,44562,44567,44567,44562,44568,44568,44562,44566,44567,44568,44547,44547,44568,44549,43601,43620,44558,44558,43620,44569,43620,43618,44569,44569,43618,44570,44569,44570,44571,44571,44570,44572,44558,44569,44559,44559,44569,44571,43618,43616,44570,44570,43616,44573,43616,43617,44573,44573,43617,44574,44573,44574,44575,44575,44574,44576,44570,44573,44572,44572,44573,44575,44572,44575,44577,44577,44575,44578,44576,44579,44575,44575,44579,44578,44579,44580,44578,44578,44580,44581,44578,44581,44577,44577,44581,44582,44559,44571,44563,44563,44571,44583,44571,44572,44583,44583,44572,44577,44583,44577,44584,44584,44577,44582,44563,44583,44565,44565,44583,44584,43640,43639,44585,44585,43639,44586,43639,43636,44586,44586,43636,44587,44586,44587,44588,44588,44587,44589,44585,44586,44590,44590,44586,44588,43636,43634,44587,44587,43634,44591,43634,43635,44591,44591,43635,44592,44591,44592,44593,44593,44592,44594,44587,44591,44589,44589,44591,44593,44589,44593,44595,44595,44593,44596,44593,44594,44596,44596,44594,44597,44596,44597,44598,44598,44597,44599,44595,44596,44600,44600,44596,44598,44590,44588,44601,44601,44588,44602,44588,44589,44602,44602,44589,44595,44602,44595,44603,44603,44595,44600,44601,44602,44604,44604,44602,44603,43635,43656,44592,44592,43656,44605,43656,43654,44605,44605,43654,44606,44605,44606,44607,44607,44606,44608,44592,44605,44594,44594,44605,44607,43654,43652,44606,44606,43652,44609,43652,43653,44609,44609,43653,44610,44609,44610,44611,44611,44610,44612,44606,44609,44608,44608,44609,44611,44608,44611,44613,44613,44611,44614,44611,44612,44614,44614,44612,44615,44614,44615,44616,44616,44615,44617,44613,44614,44618,44618,44614,44616,44594,44607,44597,44597,44607,44619,44607,44608,44619,44619,44608,44613,44619,44613,44620,44620,44613,44618,44597,44619,44599,44599,44619,44620,43653,43672,44610,44610,43672,44621,43672,43670,44621,44621,43670,44622,44621,44622,44623,44623,44622,44624,44610,44621,44612,44612,44621,44623,43670,43668,44622,44622,43668,44625,43668,43669,44625,44625,43669,44626,44625,44626,44627,44627,44626,44628,44622,44625,44624,44624,44625,44627,44624,44627,44629,44629,44627,44630,44627,44628,44630,44630,44628,44631,44630,44631,44632,44632,44631,44633,44629,44630,44634,44634,44630,44632,44612,44623,44615,44615,44623,44635,44623,44624,44635,44635,44624,44629,44635,44629,44636,44636,44629,44634,44615,44635,44617,44617,44635,44636,43669,43688,44626,44626,43688,44637,43688,43686,44637,44637,43686,44638,44637,44638,44639,44639,44638,44640,44626,44637,44628,44628,44637,44639,43686,43684,44638,44638,43684,44641,43684,43685,44641,44641,43685,44642,44642,44643,44641,44641,44643,44644,44638,44641,44640,44640,44641,44644,44644,44645,44640,44640,44645,44646,44643,44647,44644,44644,44647,44645,44647,44648,44645,44645,44648,44649,44645,44649,44646,44646,44649,44650,44628,44639,44631,44631,44639,44651,44639,44640,44651,44651,44640,44646,44646,44650,44651,44651,44650,44652,44631,44651,44633,44633,44651,44652,43704,44653,43685,43685,44653,44642,43702,44654,43704,43704,44654,44653,44654,44655,44653,44653,44655,44656,44653,44656,44642,44642,44656,44643,43701,44657,43702,43702,44657,44654,43700,44658,43701,43701,44658,44657,44658,44659,44657,44657,44659,44660,44657,44660,44654,44654,44660,44655,44660,44661,44655,44655,44661,44662,44659,44663,44660,44660,44663,44661,44663,44664,44661,44661,44664,44665,44661,44665,44662,44662,44665,44666,44656,44667,44643,44643,44667,44647,44655,44662,44656,44656,44662,44667,44662,44666,44667,44667,44666,44668,44667,44668,44647,44647,44668,44648,43720,44669,43700,43700,44669,44658,43718,44670,43720,43720,44670,44669,44670,44671,44669,44669,44671,44672,44669,44672,44658,44658,44672,44659,43717,44673,43718,43718,44673,44670,43716,44674,43717,43717,44674,44673,44674,44675,44673,44673,44675,44676,44673,44676,44670,44670,44676,44671,44676,44677,44671,44671,44677,44678,44675,44679,44676,44676,44679,44677,44679,44680,44677,44677,44680,44681,44677,44681,44678,44678,44681,44682,44672,44683,44659,44659,44683,44663,44671,44678,44672,44672,44678,44683,44678,44682,44683,44683,44682,44684,44683,44684,44663,44663,44684,44664,43736,44685,43716,43716,44685,44674,43734,44686,43736,43736,44686,44685,44686,44687,44685,44685,44687,44688,44685,44688,44674,44674,44688,44675,43733,44689,43734,43734,44689,44686,43732,44690,43733,43733,44690,44689,44690,44691,44689,44689,44691,44692,44689,44692,44686,44686,44692,44687,44692,44693,44687,44687,44693,44694,44691,44695,44692,44692,44695,44693,44695,44696,44693,44693,44696,44697,44693,44697,44694,44694,44697,44698,44688,44699,44675,44675,44699,44679,44687,44694,44688,44688,44694,44699,44694,44698,44699,44699,44698,44700,44699,44700,44679,44679,44700,44680,43752,44701,43732,43732,44701,44690,43750,44702,43752,43752,44702,44701,44702,44703,44701,44701,44703,44704,44701,44704,44690,44690,44704,44691,43749,44705,43750,43750,44705,44702,43748,44706,43749,43749,44706,44705,44706,44707,44705,44705,44707,44708,44705,44708,44702,44702,44708,44703,44708,44709,44703,44703,44709,44710,44708,44707,44709,44709,44707,44711,44709,44711,44712,44712,44711,44713,44709,44712,44710,44710,44712,44714,44704,44715,44691,44691,44715,44695,44703,44710,44704,44704,44710,44715,44710,44714,44715,44715,44714,44716,44715,44716,44695,44695,44716,44696,43768,44717,43748,43748,44717,44706,43766,44718,43768,43768,44718,44717,44717,44718,44719,44719,44718,44720,44706,44717,44707,44707,44717,44719,43766,43765,44718,44718,43765,44721,43765,43764,44721,44721,43764,44722,44721,44722,44723,44723,44722,44724,44718,44721,44720,44720,44721,44723,44720,44723,44725,44725,44723,44726,44723,44724,44726,44726,44724,44727,44726,44727,44728,44728,44727,44729,44725,44726,44730,44730,44726,44728,44707,44719,44711,44711,44719,44731,44719,44720,44731,44731,44720,44725,44731,44725,44732,44732,44725,44730,44711,44731,44713,44713,44731,44732,43764,43784,44722,44722,43784,44733,43784,43782,44733,44733,43782,44734,44733,44734,44735,44735,44734,44736,44722,44733,44724,44724,44733,44735,43782,43781,44734,44734,43781,44737,43781,43780,44737,44737,43780,44738,44737,44738,44739,44739,44738,44740,44734,44737,44736,44736,44737,44739,44736,44739,44741,44741,44739,44742,44739,44740,44742,44742,44740,44743,44742,44743,44744,44744,44743,44745,44741,44742,44746,44746,44742,44744,44724,44735,44727,44727,44735,44747,44735,44736,44747,44747,44736,44741,44747,44741,44748,44748,44741,44746,44727,44747,44729,44729,44747,44748,43780,43800,44738,44738,43800,44749,43800,43798,44749,44749,43798,44750,44749,44750,44751,44751,44750,44752,44738,44749,44740,44740,44749,44751,43798,43796,44750,44750,43796,44753,43796,43797,44753,44753,43797,44754,44754,44755,44753,44753,44755,44756,44750,44753,44752,44752,44753,44756,44752,44756,44757,44757,44756,44758,44755,44759,44756,44756,44759,44758,44759,44760,44758,44758,44760,44761,44758,44761,44757,44757,44761,44762,44740,44751,44743,44743,44751,44763,44751,44752,44763,44763,44752,44757,44763,44757,44764,44764,44757,44762,44743,44763,44745,44745,44763,44764,43816,44765,43797,43797,44765,44754,43814,44766,43816,43816,44766,44765,44766,44767,44765,44765,44767,44768,44765,44768,44754,44754,44768,44755,43813,44769,43814,43814,44769,44766,43812,44770,43813,43813,44770,44769,44770,44771,44769,44769,44771,44772,44769,44772,44766,44766,44772,44767,44772,44773,44767,44767,44773,44774,44771,44775,44772,44772,44775,44773,44775,44776,44773,44773,44776,44777,44773,44777,44774,44774,44777,44778,44768,44779,44755,44755,44779,44759,44767,44774,44768,44768,44774,44779,44774,44778,44779,44779,44778,44780,44779,44780,44759,44759,44780,44760,43832,44781,43812,43812,44781,44770,43830,44782,43832,43832,44782,44781,44782,44783,44781,44781,44783,44784,44781,44784,44770,44770,44784,44771,43828,44785,43830,43830,44785,44782,43829,44786,43828,43828,44786,44785,44786,44787,44785,44785,44787,44788,44785,44788,44782,44782,44788,44783,44788,44789,44783,44783,44789,44790,44787,44791,44788,44788,44791,44789,44791,44792,44789,44789,44792,44793,44789,44793,44790,44790,44793,44794,44784,44795,44771,44771,44795,44775,44783,44790,44784,44784,44790,44795,44790,44794,44795,44795,44794,44796,44795,44796,44775,44775,44796,44776,43848,44797,43829,43829,44797,44786,43846,44798,43848,43848,44798,44797,44798,44799,44797,44797,44799,44800,44797,44800,44786,44786,44800,44787,43845,44801,43846,43846,44801,44798,43844,44802,43845,43845,44802,44801,44802,44803,44801,44801,44803,44804,44801,44804,44798,44798,44804,44799,44804,44805,44799,44799,44805,44806,44803,44807,44804,44804,44807,44805,44807,44808,44805,44805,44808,44809,44805,44809,44806,44806,44809,44810,44800,44811,44787,44787,44811,44791,44799,44806,44800,44800,44806,44811,44806,44810,44811,44811,44810,44812,44811,44812,44791,44791,44812,44792,43864,44813,43844,43844,44813,44802,43862,44814,43864,43864,44814,44813,44814,44815,44813,44813,44815,44816,44813,44816,44802,44802,44816,44803,43861,44817,43862,43862,44817,44814,43860,44818,43861,43861,44818,44817,44818,44819,44817,44817,44819,44820,44817,44820,44814,44814,44820,44815,44820,44821,44815,44815,44821,44822,44819,44823,44820,44820,44823,44821,44823,44824,44821,44821,44824,44825,44821,44825,44822,44822,44825,44826,44816,44827,44803,44803,44827,44807,44815,44822,44816,44816,44822,44827,44822,44826,44827,44827,44826,44828,44827,44828,44807,44807,44828,44808,43880,44829,43860,43860,44829,44818,43878,44830,43880,43880,44830,44829,44830,44831,44829,44829,44831,44832,44829,44832,44818,44818,44832,44819,43877,44833,43878,43878,44833,44830,43876,44834,43877,43877,44834,44833,44834,44835,44833,44833,44835,44836,44833,44836,44830,44830,44836,44831,44836,44837,44831,44831,44837,44838,44835,44839,44836,44836,44839,44837,44839,44840,44837,44837,44840,44841,44837,44841,44838,44838,44841,44842,44832,44843,44819,44819,44843,44823,44831,44838,44832,44832,44838,44843,44838,44842,44843,44843,44842,44844,44843,44844,44823,44823,44844,44824,43896,44845,43876,43876,44845,44834,43894,44846,43896,43896,44846,44845,44846,44847,44845,44845,44847,44848,44845,44848,44834,44834,44848,44835,43893,44849,43894,43894,44849,44846,43892,44850,43893,43893,44850,44849,44850,44851,44849,44849,44851,44852,44849,44852,44846,44846,44852,44847,44852,44853,44847,44847,44853,44854,44851,44855,44852,44852,44855,44853,44855,44856,44853,44853,44856,44857,44853,44857,44854,44854,44857,44858,44848,44859,44835,44835,44859,44839,44848,44847,44859,44859,44847,44854,44854,44858,44859,44859,44858,44860,44839,44859,44840,44840,44859,44860,43912,44861,43892,43892,44861,44850,43910,44862,43912,43912,44862,44861,44862,44863,44861,44861,44863,44864,44861,44864,44850,44850,44864,44851,43909,44865,43910,43910,44865,44862,43908,44866,43909,43909,44866,44865,44866,44867,44865,44865,44867,44868,44865,44868,44862,44862,44868,44863,44868,44869,44863,44863,44869,44870,44867,44871,44868,44868,44871,44869,44871,44872,44869,44869,44872,44873,44869,44873,44870,44870,44873,44874,44864,44875,44851,44851,44875,44855,44863,44870,44864,44864,44870,44875,44870,44874,44875,44875,44874,44876,44875,44876,44855,44855,44876,44856,43928,44877,43908,43908,44877,44866,43926,44878,43928,43928,44878,44877,44878,44879,44877,44877,44879,44880,44877,44880,44866,44866,44880,44867,43925,44881,43926,43926,44881,44878,43924,44882,43925,43925,44882,44881,44882,44883,44881,44881,44883,44884,44881,44884,44878,44878,44884,44879,44884,44885,44879,44879,44885,44886,44883,44887,44884,44884,44887,44885,44887,44888,44885,44885,44888,44889,44885,44889,44886,44886,44889,44890,44880,44891,44867,44867,44891,44871,44879,44886,44880,44880,44886,44891,44886,44890,44891,44891,44890,44892,44891,44892,44871,44871,44892,44872,43944,44893,43924,43924,44893,44882,43942,44894,43944,43944,44894,44893,44894,44895,44893,44893,44895,44896,44893,44896,44882,44882,44896,44883,43941,44897,43942,43942,44897,44894,43940,44898,43941,43941,44898,44897,44898,44899,44897,44897,44899,44900,44897,44900,44894,44894,44900,44895,44900,44901,44895,44895,44901,44902,44899,44903,44900,44900,44903,44901,44903,44904,44901,44901,44904,44905,44901,44905,44902,44902,44905,44906,44896,44907,44883,44883,44907,44887,44895,44902,44896,44896,44902,44907,44902,44906,44907,44907,44906,44908,44907,44908,44887,44887,44908,44888,43960,44909,43940,43940,44909,44898,43958,44910,43960,43960,44910,44909,44910,44911,44909,44909,44911,44912,44909,44912,44898,44898,44912,44899,43957,44913,43958,43958,44913,44910,43956,44914,43957,43957,44914,44913,44914,44915,44913,44913,44915,44916,44913,44916,44910,44910,44916,44911,44916,44917,44911,44911,44917,44918,44915,44919,44916,44916,44919,44917,44919,44920,44917,44917,44920,44921,44917,44921,44918,44918,44921,44922,44912,44923,44899,44899,44923,44903,44911,44918,44912,44912,44918,44923,44918,44922,44923,44923,44922,44924,44923,44924,44903,44903,44924,44904,43976,44925,43956,43956,44925,44914,43974,44926,43976,43976,44926,44925,44926,44927,44925,44925,44927,44928,44925,44928,44914,44914,44928,44915,43973,44929,43974,43974,44929,44926,43972,44930,43973,43973,44930,44929,44930,44931,44929,44929,44931,44932,44929,44932,44926,44926,44932,44927,44932,44933,44927,44927,44933,44934,44931,44935,44932,44932,44935,44933,44935,44936,44933,44933,44936,44937,44933,44937,44934,44934,44937,44938,44928,44939,44915,44915,44939,44919,44927,44934,44928,44928,44934,44939,44934,44938,44939,44939,44938,44940,44939,44940,44919,44919,44940,44920,43992,44941,43972,43972,44941,44930,43990,44942,43992,43992,44942,44941,44942,44943,44941,44941,44943,44944,44941,44944,44930,44930,44944,44931,43989,44945,43990,43990,44945,44942,43988,44946,43989,43989,44946,44945,44946,44947,44945,44945,44947,44948,44945,44948,44942,44942,44948,44943,44948,44949,44943,44943,44949,44950,44947,44951,44948,44948,44951,44949,44951,44952,44949,44949,44952,44953,44949,44953,44950,44950,44953,44954,44944,44955,44931,44931,44955,44935,44943,44950,44944,44944,44950,44955,44950,44954,44955,44955,44954,44956,44955,44956,44935,44935,44956,44936,44008,44957,43988,43988,44957,44946,44006,44958,44008,44008,44958,44957,44958,44959,44957,44957,44959,44960,44957,44960,44946,44946,44960,44947,44005,44961,44006,44006,44961,44958,44004,44962,44005,44005,44962,44961,44962,44963,44961,44961,44963,44964,44961,44964,44958,44958,44964,44959,44964,44965,44959,44959,44965,44966,44963,44967,44964,44964,44967,44965,44967,44968,44965,44965,44968,44969,44965,44969,44966,44966,44969,44970,44960,44971,44947,44947,44971,44951,44959,44966,44960,44960,44966,44971,44966,44970,44971,44971,44970,44972,44971,44972,44951,44951,44972,44952,44024,44973,44004,44004,44973,44962,44022,44974,44024,44024,44974,44973,44974,44975,44973,44973,44975,44976,44973,44976,44962,44962,44976,44963,44021,44977,44022,44022,44977,44974,44020,44978,44021,44021,44978,44977,44978,44979,44977,44977,44979,44980,44977,44980,44974,44974,44980,44975,44980,44981,44975,44975,44981,44982,44979,44983,44980,44980,44983,44981,44983,44984,44981,44981,44984,44985,44981,44985,44982,44982,44985,44986,44976,44987,44963,44963,44987,44967,44975,44982,44976,44976,44982,44987,44982,44986,44987,44987,44986,44988,44987,44988,44967,44967,44988,44968,44040,44989,44020,44020,44989,44978,44038,44990,44040,44040,44990,44989,44990,44991,44989,44989,44991,44992,44989,44992,44978,44978,44992,44979,44037,44993,44038,44038,44993,44990,44036,44994,44037,44037,44994,44993,44994,44995,44993,44993,44995,44996,44993,44996,44990,44990,44996,44991,44996,44997,44991,44991,44997,44998,44995,44999,44996,44996,44999,44997,44997,44999,45000,45000,44999,45001,44997,45000,44998,44998,45000,45002,44992,45003,44979,44979,45003,44983,44991,44998,44992,44992,44998,45003,44998,45002,45003,45003,45002,45004,45003,45004,44983,44983,45004,44984,44056,45005,44036,44036,45005,44994,44054,45006,44056,44056,45006,45005,45006,45007,45005,45005,45007,45008,45005,45008,44994,44994,45008,44995,44054,44052,45006,45006,44052,45009,44052,44053,45009,45009,44053,45010,45010,45011,45009,45009,45011,45012,45009,45012,45006,45006,45012,45007,45012,45013,45007,45007,45013,45014,45011,45015,45012,45012,45015,45013,45015,45016,45013,45013,45016,45017,45013,45017,45014,45014,45017,45018,45008,45019,44995,44995,45019,44999,45007,45014,45008,45008,45014,45019,45014,45018,45019,45019,45018,45020,44999,45019,45001,45001,45019,45020,44072,45021,44053,44053,45021,45010,44070,45022,44072,44072,45022,45021,45022,45023,45021,45021,45023,45024,45021,45024,45010,45010,45024,45011,44069,45025,44070,44070,45025,45022,44068,45026,44069,44069,45026,45025,45026,45027,45025,45025,45027,45028,45025,45028,45022,45022,45028,45023,45028,45029,45023,45023,45029,45030,45027,45031,45028,45028,45031,45029,45031,45032,45029,45029,45032,45033,45029,45033,45030,45030,45033,45034,45024,45035,45011,45011,45035,45015,45023,45030,45024,45024,45030,45035,45030,45034,45035,45035,45034,45036,45035,45036,45015,45015,45036,45016,44088,45037,44068,44068,45037,45026,44086,45038,44088,44088,45038,45037,45038,45039,45037,45037,45039,45040,45037,45040,45026,45026,45040,45027,44085,45041,44086,44086,45041,45038,44084,45042,44085,44085,45042,45041,45042,45043,45041,45041,45043,45044,45041,45044,45038,45038,45044,45039,45044,45045,45039,45039,45045,45046,45043,45047,45044,45044,45047,45045,45047,45048,45045,45045,45048,45049,45045,45049,45046,45046,45049,45050,45040,45051,45027,45027,45051,45031,45039,45046,45040,45040,45046,45051,45046,45050,45051,45051,45050,45052,45051,45052,45031,45031,45052,45032,44104,45053,44084,44084,45053,45042,44102,45054,44104,44104,45054,45053,45054,45055,45053,45053,45055,45056,45053,45056,45042,45042,45056,45043,44101,45057,44102,44102,45057,45054,44100,45058,44101,44101,45058,45057,45058,45059,45057,45057,45059,45060,45057,45060,45054,45054,45060,45055,45060,45061,45055,45055,45061,45062,45059,45063,45060,45060,45063,45061,45063,45064,45061,45061,45064,45065,45061,45065,45062,45062,45065,45066,45056,45067,45043,45043,45067,45047,45055,45062,45056,45056,45062,45067,45062,45066,45067,45067,45066,45068,45067,45068,45047,45047,45068,45048,44120,45069,44100,44100,45069,45058,44118,45070,44120,44120,45070,45069,45070,45071,45069,45069,45071,45072,45069,45072,45058,45058,45072,45059,44117,45073,44118,44118,45073,45070,44116,45074,44117,44117,45074,45073,45074,45075,45073,45073,45075,45076,45073,45076,45070,45070,45076,45071,45076,45077,45071,45071,45077,45078,45075,45079,45076,45076,45079,45077,45079,45080,45077,45077,45080,45081,45077,45081,45078,45078,45081,45082,45072,45083,45059,45059,45083,45063,45071,45078,45072,45072,45078,45083,45078,45082,45083,45083,45082,45084,45083,45084,45063,45063,45084,45064,44136,45085,44116,44116,45085,45074,44134,45086,44136,44136,45086,45085,45086,45087,45085,45085,45087,45088,45085,45088,45074,45074,45088,45075,44133,45089,44134,44134,45089,45086,44132,45090,44133,44133,45090,45089,45090,45091,45089,45089,45091,45092,45089,45092,45086,45086,45092,45087,45092,45093,45087,45087,45093,45094,45091,45095,45092,45092,45095,45093,45095,45096,45093,45093,45096,45097,45093,45097,45094,45094,45097,45098,45088,45099,45075,45075,45099,45079,45087,45094,45088,45088,45094,45099,45094,45098,45099,45099,45098,45100,45099,45100,45079,45079,45100,45080,44152,45101,44132,44132,45101,45090,44150,45102,44152,44152,45102,45101,45102,45103,45101,45101,45103,45104,45101,45104,45090,45090,45104,45091,44149,45105,44150,44150,45105,45102,44148,45106,44149,44149,45106,45105,45106,45107,45105,45105,45107,45108,45105,45108,45102,45102,45108,45103,45108,45109,45103,45103,45109,45110,45107,45111,45108,45108,45111,45109,45111,45112,45109,45109,45112,45113,45109,45113,45110,45110,45113,45114,45104,45115,45091,45091,45115,45095,45103,45110,45104,45104,45110,45115,45110,45114,45115,45115,45114,45116,45115,45116,45095,45095,45116,45096,44168,45117,44148,44148,45117,45106,44168,44166,45117,45117,44166,45118,45117,45118,45119,45119,45118,45120,45117,45119,45106,45106,45119,45107,44166,44164,45118,45118,44164,45121,44164,44165,45121,45121,44165,45122,45121,45122,45123,45123,45122,45124,45118,45121,45120,45120,45121,45123,45120,45123,45125,45125,45123,45126,45123,45124,45126,45126,45124,45127,45126,45127,45128,45128,45127,45129,45125,45126,45130,45130,45126,45128,45119,45131,45107,45107,45131,45111,45119,45120,45131,45131,45120,45125,45131,45125,45132,45132,45125,45130,45131,45132,45111,45111,45132,45112,44165,44184,45122,45122,44184,45133,44182,45134,44184,44184,45134,45133,45134,45135,45133,45133,45135,45136,45122,45133,45124,45124,45133,45136,44181,45137,44182,44182,45137,45134,44180,45138,44181,44181,45138,45137,45138,45139,45137,45137,45139,45140,45137,45140,45134,45134,45140,45135,45140,45141,45135,45135,45141,45142,45139,45143,45140,45140,45143,45141,45143,45144,45141,45141,45144,45145,45141,45145,45142,45142,45145,45146,45124,45136,45127,45127,45136,45147,45135,45142,45136,45136,45142,45147,45142,45146,45147,45147,45146,45148,45127,45147,45129,45129,45147,45148,44200,45149,44180,44180,45149,45138,44198,45150,44200,44200,45150,45149,45150,45151,45149,45149,45151,45152,45149,45152,45138,45138,45152,45139,44196,45153,44198,44198,45153,45150,44197,45154,44196,44196,45154,45153,45154,45155,45153,45153,45155,45156,45153,45156,45150,45150,45156,45151,45156,45157,45151,45151,45157,45158,45155,45159,45156,45156,45159,45157,45159,45160,45157,45157,45160,45161,45157,45161,45158,45158,45161,45162,45152,45163,45139,45139,45163,45143,45151,45158,45152,45152,45158,45163,45158,45162,45163,45163,45162,45164,45163,45164,45143,45143,45164,45144,44216,45165,44197,44197,45165,45154,44214,45166,44216,44216,45166,45165,45166,45167,45165,45165,45167,45168,45165,45168,45154,45154,45168,45155,44213,45169,44214,44214,45169,45166,44212,45170,44213,44213,45170,45169,45170,45171,45169,45169,45171,45172,45169,45172,45166,45166,45172,45167,45172,45173,45167,45167,45173,45174,45171,45175,45172,45172,45175,45173,45175,45176,45173,45173,45176,45177,45173,45177,45174,45174,45177,45178,45168,45179,45155,45155,45179,45159,45167,45174,45168,45168,45174,45179,45174,45178,45179,45179,45178,45180,45179,45180,45159,45159,45180,45160,44212,44232,45170,45170,44232,45181,44232,44230,45181,45181,44230,45182,45181,45182,45183,45183,45182,45184,45170,45181,45171,45171,45181,45183,44230,44228,45182,45182,44228,45185,44228,44229,45185,45185,44229,45186,45185,45186,45187,45187,45186,45188,45182,45185,45184,45184,45185,45187,45184,45187,45189,45189,45187,45190,45187,45188,45190,45190,45188,45191,45190,45191,45192,45192,45191,45193,45189,45190,45194,45194,45190,45192,45171,45183,45175,45175,45183,45195,45183,45184,45195,45195,45184,45189,45195,45189,45196,45196,45189,45194,45175,45195,45176,45176,45195,45196,44229,44248,45186,45186,44248,45197,44248,44246,45197,45197,44246,45198,45197,45198,45199,45199,45198,45200,45186,45197,45188,45188,45197,45199,44246,44244,45198,45198,44244,45201,44244,44245,45201,45201,44245,45202,45201,45202,45203,45203,45202,45204,45198,45201,45200,45200,45201,45203,45200,45203,45205,45205,45203,45206,45203,45204,45206,45206,45204,45207,45206,45207,45208,45208,45207,45209,45205,45206,45210,45210,45206,45208,45188,45199,45191,45191,45199,45211,45199,45200,45211,45211,45200,45205,45211,45205,45212,45212,45205,45210,45191,45211,45193,45193,45211,45212,44245,44264,45202,45202,44264,45213,44264,44262,45213,45213,44262,45214,45213,45214,45215,45215,45214,45216,45202,45213,45204,45204,45213,45215,44262,44260,45214,45214,44260,45217,44260,44261,45217,45217,44261,45218,45217,45218,45219,45219,45218,45220,45214,45217,45216,45216,45217,45219,45216,45219,45221,45221,45219,45222,45219,45220,45222,45222,45220,45223,45222,45223,45224,45224,45223,45225,45221,45222,45226,45226,45222,45224,45204,45215,45207,45207,45215,45227,45215,45216,45227,45227,45216,45221,45227,45221,45228,45228,45221,45226,45207,45227,45209,45209,45227,45228,44261,44280,45218,45218,44280,45229,44280,44278,45229,45229,44278,45230,45229,45230,45231,45231,45230,45232,45218,45229,45220,45220,45229,45231,44278,44276,45230,45230,44276,45233,44276,44277,45233,45233,44277,45234,45233,45234,45235,45235,45234,45236,45230,45233,45232,45232,45233,45235,45232,45235,45237,45237,45235,45238,45235,45236,45238,45238,45236,45239,45238,45239,45240,45240,45239,45241,45237,45238,45242,45242,45238,45240,45220,45231,45223,45223,45231,45243,45231,45232,45243,45243,45232,45237,45243,45237,45244,45244,45237,45242,45223,45243,45225,45225,45243,45244,44277,44296,45234,45234,44296,45245,44296,44294,45245,45245,44294,45246,45245,45246,45247,45247,45246,45248,45234,45245,45236,45236,45245,45247,44293,45249,44294,44294,45249,45246,44292,45250,44293,44293,45250,45249,45250,45251,45249,45249,45251,45252,45249,45252,45246,45246,45252,45248,45248,45252,45253,45253,45252,45254,45251,45255,45252,45252,45255,45254,45254,45255,45256,45256,45255,45257,45253,45254,45258,45258,45254,45256,45236,45247,45239,45239,45247,45259,45247,45248,45259,45259,45248,45253,45259,45253,45260,45260,45253,45258,45239,45259,45241,45241,45259,45260,44312,45261,44292,44292,45261,45250,44312,44310,45261,45261,44310,45262,45261,45262,45263,45263,45262,45264,45261,45263,45250,45250,45263,45251,44310,44308,45262,45262,44308,45265,44308,44309,45265,45265,44309,45266,45265,45266,45267,45267,45266,45268,45262,45265,45264,45264,45265,45267,45264,45267,45269,45269,45267,45270,45267,45268,45270,45270,45268,45271,45270,45271,45272,45272,45271,45273,45269,45270,45274,45274,45270,45272,45251,45263,45255,45255,45263,45275,45263,45264,45275,45275,45264,45269,45275,45269,45276,45276,45269,45274,45255,45275,45257,45257,45275,45276,44309,44328,45266,45266,44328,45277,44328,44326,45277,45277,44326,45278,45277,45278,45279,45279,45278,45280,45266,45277,45268,45268,45277,45279,44326,44324,45278,45278,44324,45281,44324,44325,45281,45281,44325,45282,45281,45282,45283,45283,45282,45284,45278,45281,45280,45280,45281,45283,45280,45283,45285,45285,45283,45286,45283,45284,45286,45286,45284,45287,45286,45287,45288,45288,45287,45289,45285,45286,45290,45290,45286,45288,45268,45279,45271,45271,45279,45291,45279,45280,45291,45291,45280,45285,45291,45285,45292,45292,45285,45290,45271,45291,45273,45273,45291,45292,44325,44344,45282,45282,44344,45293,44344,44342,45293,45293,44342,45294,45293,45294,45295,45295,45294,45296,45282,45293,45284,45284,45293,45295,44342,44340,45294,45294,44340,45297,44340,44341,45297,45297,44341,45298,45297,45298,45299,45299,45298,45300,45294,45297,45296,45296,45297,45299,45296,45299,45301,45301,45299,45302,45299,45300,45302,45302,45300,45303,45302,45303,45304,45304,45303,45305,45301,45302,45306,45306,45302,45304,45284,45295,45287,45287,45295,45307,45295,45296,45307,45307,45296,45301,45307,45301,45308,45308,45301,45306,45287,45307,45289,45289,45307,45308,44341,44360,45298,45298,44360,45309,44360,44358,45309,45309,44358,45310,45309,45310,45311,45311,45310,45312,45298,45309,45300,45300,45309,45311,44358,44356,45310,45310,44356,45313,44356,44357,45313,45313,44357,45314,45313,45314,45315,45315,45314,45316,45310,45313,45312,45312,45313,45315,45312,45315,45317,45317,45315,45318,45315,45316,45318,45318,45316,45319,45318,45319,45320,45320,45319,45321,45317,45318,45322,45322,45318,45320,45300,45311,45303,45303,45311,45323,45311,45312,45323,45323,45312,45317,45323,45317,45324,45324,45317,45322,45303,45323,45305,45305,45323,45324,44357,44376,45314,45314,44376,45325,44376,44374,45325,45325,44374,45326,45325,45326,45327,45327,45326,45328,45314,45325,45316,45316,45325,45327,44374,44372,45326,45326,44372,45329,44372,44373,45329,45329,44373,45330,45329,45330,45331,45331,45330,45332,45326,45329,45328,45328,45329,45331,45328,45331,45333,45333,45331,45334,45331,45332,45334,45334,45332,45335,45334,45335,45336,45336,45335,45337,45333,45334,45338,45338,45334,45336,45316,45327,45319,45319,45327,45339,45327,45328,45339,45339,45328,45333,45339,45333,45340,45340,45333,45338,45319,45339,45321,45321,45339,45340,44373,44392,45330,45330,44392,45341,44390,45342,44392,44392,45342,45341,45342,45343,45341,45341,45343,45344,45330,45341,45332,45332,45341,45344,44389,45345,44390,44390,45345,45342,44388,45346,44389,44389,45346,45345,45346,45347,45345,45345,45347,45348,45345,45348,45342,45342,45348,45343,45348,45349,45343,45343,45349,45350,45347,45351,45348,45348,45351,45349,45351,45352,45349,45349,45352,45353,45350,45349,45354,45354,45349,45353,45332,45344,45335,45335,45344,45355,45344,45343,45355,45355,45343,45350,45355,45350,45356,45356,45350,45354,45335,45355,45337,45337,45355,45356,44408,45357,44388,44388,45357,45346,44406,45358,44408,44408,45358,45357,45358,45359,45357,45357,45359,45360,45357,45360,45346,45346,45360,45347,44406,44404,45358,45358,44404,45361,44404,44405,45361,45361,44405,45362,45361,45362,45363,45363,45362,45364,45358,45361,45359,45359,45361,45363,45359,45363,45365,45365,45363,45366,45363,45364,45366,45366,45364,45367,45366,45367,45368,45368,45367,45369,45365,45366,45370,45370,45366,45368,45360,45371,45347,45347,45371,45351,45359,45365,45360,45360,45365,45371,45371,45365,45372,45372,45365,45370,45371,45372,45351,45351,45372,45352,44424,45373,44405,44405,45373,45362,44422,45374,44424,44424,45374,45373,45374,45375,45373,45373,45375,45376,45373,45376,45362,45362,45376,45364,44420,45377,44422,44422,45377,45374,44420,44421,45377,45377,44421,45378,45378,45379,45377,45377,45379,45380,45377,45380,45374,45374,45380,45375,45375,45380,45381,45381,45380,45382,45380,45379,45382,45382,45379,45383,45382,45383,45384,45384,45383,45385,45381,45382,45386,45386,45382,45384,45364,45376,45367,45367,45376,45387,45376,45375,45387,45387,45375,45381,45387,45381,45388,45388,45381,45386,45367,45387,45369,45369,45387,45388,44421,44440,45378,45378,44440,45389,44440,44438,45389,45389,44438,45390,45389,45390,45391,45391,45390,45392,45378,45389,45379,45379,45389,45391,44438,44436,45390,45390,44436,45393,44436,44437,45393,45393,44437,45394,45393,45394,45395,45395,45394,45396,45390,45393,45392,45392,45393,45395,45392,45395,45397,45397,45395,45398,45395,45396,45398,45398,45396,45399,45398,45399,45400,45400,45399,45401,45397,45398,45402,45402,45398,45400,45379,45391,45383,45383,45391,45403,45391,45392,45403,45403,45392,45397,45403,45397,45404,45404,45397,45402,45383,45403,45385,45385,45403,45404,44437,44456,45394,45394,44456,45405,44456,44454,45405,45405,44454,45406,45405,45406,45407,45407,45406,45408,45394,45405,45396,45396,45405,45407,44454,44452,45406,45406,44452,45409,44452,44453,45409,45409,44453,45410,45409,45410,45411,45411,45410,45412,45406,45409,45408,45408,45409,45411,45408,45411,45413,45413,45411,45414,45411,45412,45414,45414,45412,45415,45414,45415,45416,45416,45415,45417,45413,45414,45418,45418,45414,45416,45396,45407,45399,45399,45407,45419,45407,45408,45419,45419,45408,45413,45419,45413,45420,45420,45413,45418,45399,45419,45401,45401,45419,45420,44453,44472,45410,45410,44472,45421,44472,44470,45421,45421,44470,45422,45421,45422,45423,45423,45422,45424,45410,45421,45412,45412,45421,45423,44470,44468,45422,45422,44468,45425,44468,44469,45425,45425,44469,45426,45425,45426,45427,45427,45426,45428,45422,45425,45424,45424,45425,45427,45424,45427,45429,45429,45427,45430,45427,45428,45430,45430,45428,45431,45430,45431,45432,45432,45431,45433,45429,45430,45434,45434,45430,45432,45412,45423,45415,45415,45423,45435,45423,45424,45435,45435,45424,45429,45435,45429,45436,45436,45429,45434,45415,45435,45417,45417,45435,45436,44469,44488,45426,45426,44488,45437,44488,44486,45437,45437,44486,45438,45437,45438,45439,45439,45438,45440,45426,45437,45428,45428,45437,45439,44486,44484,45438,45438,44484,45441,44484,44485,45441,45441,44485,45442,45441,45442,45443,45443,45442,45444,45438,45441,45440,45440,45441,45443,45440,45443,45445,45445,45443,45446,45443,45444,45446,45446,45444,45447,45446,45447,45448,45448,45447,45449,45445,45446,45450,45450,45446,45448,45428,45439,45431,45431,45439,45451,45439,45440,45451,45451,45440,45445,45451,45445,45452,45452,45445,45450,45431,45451,45433,45433,45451,45452,44485,44504,45442,45442,44504,45453,44504,44502,45453,45453,44502,45454,45453,45454,45455,45455,45454,45456,45442,45453,45444,45444,45453,45455,44502,44500,45454,45454,44500,45457,44500,44501,45457,45457,44501,45458,45457,45458,45459,45459,45458,45460,45454,45457,45456,45456,45457,45459,45456,45459,45461,45461,45459,45462,45459,45460,45462,45462,45460,45463,45462,45463,45464,45464,45463,45465,45461,45462,45466,45466,45462,45464,45444,45455,45447,45447,45455,45467,45455,45456,45467,45467,45456,45461,45467,45461,45468,45468,45461,45466,45447,45467,45449,45449,45467,45468,44501,44520,45458,45458,44520,45469,44520,44518,45469,45469,44518,45470,45469,45470,45471,45471,45470,45472,45458,45469,45460,45460,45469,45471,44518,44516,45470,45470,44516,45473,44516,44517,45473,45473,44517,45474,45473,45474,45475,45475,45474,45476,45470,45473,45472,45472,45473,45475,45472,45475,45477,45477,45475,45478,45475,45476,45478,45478,45476,45479,45478,45479,45480,45480,45479,45481,45477,45478,45482,45482,45478,45480,45460,45471,45463,45463,45471,45483,45471,45472,45483,45483,45472,45477,45483,45477,45484,45484,45477,45482,45463,45483,45465,45465,45483,45484,44517,44536,45474,45474,44536,45485,44536,44534,45485,45485,44534,45486,45485,45486,45487,45487,45486,45488,45474,45485,45476,45476,45485,45487,44534,44532,45486,45486,44532,45489,44532,44533,45489,45489,44533,45490,45490,45491,45489,45489,45491,45492,45489,45492,45486,45486,45492,45488,45492,45493,45488,45488,45493,45494,45491,45495,45492,45492,45495,45493,45495,45496,45493,45493,45496,45497,45493,45497,45494,45494,45497,45498,45476,45487,45479,45479,45487,45499,45488,45494,45487,45487,45494,45499,45494,45498,45499,45499,45498,45500,45499,45500,45479,45479,45500,45481,44533,44552,45490,45490,44552,45501,44552,44550,45501,45501,44550,45502,45501,45502,45503,45503,45502,45504,45490,45501,45491,45491,45501,45503,44550,44548,45502,45502,44548,45505,44548,44549,45505,45505,44549,45506,45505,45506,45507,45507,45506,45508,45502,45505,45504,45504,45505,45507,45504,45507,45509,45509,45507,45510,45507,45508,45510,45510,45508,45511,45510,45511,45512,45512,45511,45513,45509,45510,45514,45514,45510,45512,45491,45503,45495,45495,45503,45515,45503,45504,45515,45515,45504,45509,45515,45509,45516,45516,45509,45514,45495,45515,45496,45496,45515,45516,44549,44568,45506,45506,44568,45517,44568,44566,45517,45517,44566,45518,45517,45518,45519,45519,45518,45520,45506,45517,45508,45508,45517,45519,44566,44564,45518,45518,44564,45521,44564,44565,45521,45521,44565,45522,45521,45522,45523,45523,45522,45524,45518,45521,45520,45520,45521,45523,45520,45523,45525,45525,45523,45526,45523,45524,45526,45526,45524,45527,45526,45527,45528,45528,45527,45529,45525,45526,45530,45530,45526,45528,45508,45519,45511,45511,45519,45531,45519,45520,45531,45531,45520,45525,45531,45525,45532,45532,45525,45530,45511,45531,45513,45513,45531,45532,44565,44584,45522,45522,44584,45533,44584,44582,45533,45533,44582,45534,45534,45535,45533,45533,45535,45536,45522,45533,45524,45524,45533,45536,44581,45537,44582,44582,45537,45534,44580,45538,44581,44581,45538,45537,45538,45539,45537,45537,45539,45540,45537,45540,45534,45534,45540,45535,45540,45541,45535,45535,45541,45542,45539,45543,45540,45540,45543,45541,45543,45544,45541,45541,45544,45545,45541,45545,45542,45542,45545,45546,45524,45536,45527,45527,45536,45547,45535,45542,45536,45536,45542,45547,45542,45546,45547,45547,45546,45548,45527,45547,45529,45529,45547,45548,44604,44603,45549,45549,44603,45550,44603,44600,45550,45550,44600,45551,45550,45551,45552,45552,45551,45553,45549,45550,45554,45554,45550,45552,44600,44598,45551,45551,44598,45555,44598,44599,45555,45555,44599,45556,45555,45556,45557,45557,45556,45558,45551,45555,45553,45553,45555,45557,45553,45557,45559,45559,45557,45560,45557,45558,45560,45560,45558,45561,45560,45561,45562,45562,45561,45563,45559,45560,45564,45564,45560,45562,45554,45552,45565,45565,45552,45566,45552,45553,45566,45566,45553,45559,45566,45559,45567,45567,45559,45564,45565,45566,45568,45568,45566,45567,44599,44620,45556,45556,44620,45569,44620,44618,45569,45569,44618,45570,45569,45570,45571,45571,45570,45572,45556,45569,45558,45558,45569,45571,44618,44616,45570,45570,44616,45573,44616,44617,45573,45573,44617,45574,45573,45574,45575,45575,45574,45576,45570,45573,45572,45572,45573,45575,45572,45575,45577,45577,45575,45578,45575,45576,45578,45578,45576,45579,45578,45579,45580,45580,45579,45581,45577,45578,45582,45582,45578,45580,45558,45571,45561,45561,45571,45583,45571,45572,45583,45583,45572,45577,45583,45577,45584,45584,45577,45582,45561,45583,45563,45563,45583,45584,44617,44636,45574,45574,44636,45585,44636,44634,45585,45585,44634,45586,45585,45586,45587,45587,45586,45588,45574,45585,45576,45576,45585,45587,44634,44632,45586,45586,44632,45589,44632,44633,45589,45589,44633,45590,45589,45590,45591,45591,45590,45592,45586,45589,45588,45588,45589,45591,45588,45591,45593,45593,45591,45594,45591,45592,45594,45594,45592,45595,45594,45595,45596,45596,45595,45597,45593,45594,45598,45598,45594,45596,45576,45587,45579,45579,45587,45599,45587,45588,45599,45599,45588,45593,45599,45593,45600,45600,45593,45598,45579,45599,45581,45581,45599,45600,44652,45601,44633,44633,45601,45590,44650,45602,44652,44652,45602,45601,45602,45603,45601,45601,45603,45604,45601,45604,45590,45590,45604,45592,44649,45605,44650,44650,45605,45602,44648,45606,44649,44649,45606,45605,45606,45607,45605,45605,45607,45608,45605,45608,45602,45602,45608,45603,45608,45609,45603,45603,45609,45610,45607,45611,45608,45608,45611,45609,45611,45612,45609,45609,45612,45613,45609,45613,45610,45610,45613,45614,45604,45615,45592,45592,45615,45595,45603,45610,45604,45604,45610,45615,45610,45614,45615,45615,45614,45616,45615,45616,45595,45595,45616,45597,44668,45617,44648,44648,45617,45606,44666,45618,44668,44668,45618,45617,45618,45619,45617,45617,45619,45620,45617,45620,45606,45606,45620,45607,44665,45621,44666,44666,45621,45618,44664,45622,44665,44665,45622,45621,45622,45623,45621,45621,45623,45624,45621,45624,45618,45618,45624,45619,45624,45625,45619,45619,45625,45626,45623,45627,45624,45624,45627,45625,45627,45628,45625,45625,45628,45629,45625,45629,45626,45626,45629,45630,45620,45631,45607,45607,45631,45611,45619,45626,45620,45620,45626,45631,45626,45630,45631,45631,45630,45632,45631,45632,45611,45611,45632,45612,44684,45633,44664,44664,45633,45622,44682,45634,44684,44684,45634,45633,45634,45635,45633,45633,45635,45636,45633,45636,45622,45622,45636,45623,44681,45637,44682,44682,45637,45634,44680,45638,44681,44681,45638,45637,45638,45639,45637,45637,45639,45640,45637,45640,45634,45634,45640,45635,45640,45641,45635,45635,45641,45642,45639,45643,45640,45640,45643,45641,45643,45644,45641,45641,45644,45645,45641,45645,45642,45642,45645,45646,45636,45647,45623,45623,45647,45627,45635,45642,45636,45636,45642,45647,45642,45646,45647,45647,45646,45648,45647,45648,45627,45627,45648,45628,44700,45649,44680,44680,45649,45638,44698,45650,44700,44700,45650,45649,45650,45651,45649,45649,45651,45652,45649,45652,45638,45638,45652,45639,44697,45653,44698,44698,45653,45650,44696,45654,44697,44697,45654,45653,45654,45655,45653,45653,45655,45656,45653,45656,45650,45650,45656,45651,45656,45657,45651,45651,45657,45658,45655,45659,45656,45656,45659,45657,45659,45660,45657,45657,45660,45661,45657,45661,45658,45658,45661,45662,45652,45663,45639,45639,45663,45643,45651,45658,45652,45652,45658,45663,45658,45662,45663,45663,45662,45664,45663,45664,45643,45643,45664,45644,44716,45665,44696,44696,45665,45654,44714,45666,44716,44716,45666,45665,45666,45667,45665,45665,45667,45668,45665,45668,45654,45654,45668,45655,44712,45669,44714,44714,45669,45666,44712,44713,45669,45669,44713,45670,45669,45670,45671,45671,45670,45672,45669,45671,45666,45666,45671,45667,45667,45671,45673,45673,45671,45674,45671,45672,45674,45674,45672,45675,45674,45675,45676,45676,45675,45677,45673,45674,45678,45678,45674,45676,45668,45679,45655,45655,45679,45659,45667,45673,45668,45668,45673,45679,45679,45673,45680,45680,45673,45678,45659,45679,45660,45660,45679,45680,44713,44732,45670,45670,44732,45681,44732,44730,45681,45681,44730,45682,45681,45682,45683,45683,45682,45684,45670,45681,45672,45672,45681,45683,44730,44728,45682,45682,44728,45685,44728,44729,45685,45685,44729,45686,45685,45686,45687,45687,45686,45688,45682,45685,45684,45684,45685,45687,45684,45687,45689,45689,45687,45690,45687,45688,45690,45690,45688,45691,45690,45691,45692,45692,45691,45693,45689,45690,45694,45694,45690,45692,45672,45683,45675,45675,45683,45695,45683,45684,45695,45695,45684,45689,45695,45689,45696,45696,45689,45694,45675,45695,45677,45677,45695,45696,44729,44748,45686,45686,44748,45697,44748,44746,45697,45697,44746,45698,45697,45698,45699,45699,45698,45700,45686,45697,45688,45688,45697,45699,44746,44744,45698,45698,44744,45701,44744,44745,45701,45701,44745,45702,45701,45702,45703,45703,45702,45704,45698,45701,45700,45700,45701,45703,45700,45703,45705,45705,45703,45706,45703,45704,45706,45706,45704,45707,45706,45707,45708,45708,45707,45709,45705,45706,45710,45710,45706,45708,45688,45699,45691,45691,45699,45711,45699,45700,45711,45711,45700,45705,45711,45705,45712,45712,45705,45710,45691,45711,45693,45693,45711,45712,44745,44764,45702,45702,44764,45713,44764,44762,45713,45713,44762,45714,45714,45715,45713,45713,45715,45716,45702,45713,45704,45704,45713,45716,44761,45717,44762,44762,45717,45714,44760,45718,44761,44761,45718,45717,45718,45719,45717,45717,45719,45720,45717,45720,45714,45714,45720,45715,45720,45721,45715,45715,45721,45722,45719,45723,45720,45720,45723,45721,45723,45724,45721,45721,45724,45725,45721,45725,45722,45722,45725,45726,45716,45727,45704,45704,45727,45707,45715,45722,45716,45716,45722,45727,45722,45726,45727,45727,45726,45728,45727,45728,45707,45707,45728,45709,44780,45729,44760,44760,45729,45718,44778,45730,44780,44780,45730,45729,45730,45731,45729,45729,45731,45732,45729,45732,45718,45718,45732,45719,44777,45733,44778,44778,45733,45730,44776,45734,44777,44777,45734,45733,45734,45735,45733,45733,45735,45736,45733,45736,45730,45730,45736,45731,45736,45737,45731,45731,45737,45738,45735,45739,45736,45736,45739,45737,45739,45740,45737,45737,45740,45741,45737,45741,45738,45738,45741,45742,45732,45743,45719,45719,45743,45723,45731,45738,45732,45732,45738,45743,45738,45742,45743,45743,45742,45744,45743,45744,45723,45723,45744,45724,44796,45745,44776,44776,45745,45734,44794,45746,44796,44796,45746,45745,45746,45747,45745,45745,45747,45748,45745,45748,45734,45734,45748,45735,44793,45749,44794,44794,45749,45746,44792,45750,44793,44793,45750,45749,45750,45751,45749,45749,45751,45752,45749,45752,45746,45746,45752,45747,45752,45753,45747,45747,45753,45754,45751,45755,45752,45752,45755,45753,45755,45756,45753,45753,45756,45757,45753,45757,45754,45754,45757,45758,45748,45759,45735,45735,45759,45739,45747,45754,45748,45748,45754,45759,45754,45758,45759,45759,45758,45760,45759,45760,45739,45739,45760,45740,44812,45761,44792,44792,45761,45750,44810,45762,44812,44812,45762,45761,45762,45763,45761,45761,45763,45764,45761,45764,45750,45750,45764,45751,44809,45765,44810,44810,45765,45762,44808,45766,44809,44809,45766,45765,45766,45767,45765,45765,45767,45768,45765,45768,45762,45762,45768,45763,45768,45769,45763,45763,45769,45770,45767,45771,45768,45768,45771,45769,45771,45772,45769,45769,45772,45773,45769,45773,45770,45770,45773,45774,45764,45775,45751,45751,45775,45755,45763,45770,45764,45764,45770,45775,45770,45774,45775,45775,45774,45776,45775,45776,45755,45755,45776,45756,44828,45777,44808,44808,45777,45766,44826,45778,44828,44828,45778,45777,45778,45779,45777,45777,45779,45780,45777,45780,45766,45766,45780,45767,44825,45781,44826,44826,45781,45778,44824,45782,44825,44825,45782,45781,45782,45783,45781,45781,45783,45784,45781,45784,45778,45778,45784,45779,45784,45785,45779,45779,45785,45786,45783,45787,45784,45784,45787,45785,45787,45788,45785,45785,45788,45789,45785,45789,45786,45786,45789,45790,45780,45791,45767,45767,45791,45771,45779,45786,45780,45780,45786,45791,45786,45790,45791,45791,45790,45792,45791,45792,45771,45771,45792,45772,44844,45793,44824,44824,45793,45782,44842,45794,44844,44844,45794,45793,45794,45795,45793,45793,45795,45796,45793,45796,45782,45782,45796,45783,44841,45797,44842,44842,45797,45794,44840,45798,44841,44841,45798,45797,45798,45799,45797,45797,45799,45800,45797,45800,45794,45794,45800,45795,45800,45801,45795,45795,45801,45802,45799,45803,45800,45800,45803,45801,45803,45804,45801,45801,45804,45805,45801,45805,45802,45802,45805,45806,45796,45807,45783,45783,45807,45787,45795,45802,45796,45796,45802,45807,45802,45806,45807,45807,45806,45808,45807,45808,45787,45787,45808,45788,44840,44860,45798,45798,44860,45809,44858,45810,44860,44860,45810,45809,45810,45811,45809,45809,45811,45812,45809,45812,45798,45798,45812,45799,44857,45813,44858,44858,45813,45810,44856,45814,44857,44857,45814,45813,45814,45815,45813,45813,45815,45816,45813,45816,45810,45810,45816,45811,45816,45817,45811,45811,45817,45818,45815,45819,45816,45816,45819,45817,45819,45820,45817,45817,45820,45821,45817,45821,45818,45818,45821,45822,45812,45823,45799,45799,45823,45803,45811,45818,45812,45812,45818,45823,45818,45822,45823,45823,45822,45824,45823,45824,45803,45803,45824,45804,44876,45825,44856,44856,45825,45814,44874,45826,44876,44876,45826,45825,45826,45827,45825,45825,45827,45828,45825,45828,45814,45814,45828,45815,44873,45829,44874,44874,45829,45826,44872,45830,44873,44873,45830,45829,45830,45831,45829,45829,45831,45832,45829,45832,45826,45826,45832,45827,45832,45833,45827,45827,45833,45834,45831,45835,45832,45832,45835,45833,45835,45836,45833,45833,45836,45837,45833,45837,45834,45834,45837,45838,45828,45839,45815,45815,45839,45819,45827,45834,45828,45828,45834,45839,45834,45838,45839,45839,45838,45840,45839,45840,45819,45819,45840,45820,44892,45841,44872,44872,45841,45830,44890,45842,44892,44892,45842,45841,45842,45843,45841,45841,45843,45844,45841,45844,45830,45830,45844,45831,44889,45845,44890,44890,45845,45842,44888,45846,44889,44889,45846,45845,45846,45847,45845,45845,45847,45848,45845,45848,45842,45842,45848,45843,45848,45849,45843,45843,45849,45850,45847,45851,45848,45848,45851,45849,45851,45852,45849,45849,45852,45853,45849,45853,45850,45850,45853,45854,45844,45855,45831,45831,45855,45835,45843,45850,45844,45844,45850,45855,45850,45854,45855,45855,45854,45856,45855,45856,45835,45835,45856,45836,44908,45857,44888,44888,45857,45846,44906,45858,44908,44908,45858,45857,45858,45859,45857,45857,45859,45860,45857,45860,45846,45846,45860,45847,44905,45861,44906,44906,45861,45858,44904,45862,44905,44905,45862,45861,45862,45863,45861,45861,45863,45864,45861,45864,45858,45858,45864,45859,45864,45865,45859,45859,45865,45866,45863,45867,45864,45864,45867,45865,45867,45868,45865,45865,45868,45869,45865,45869,45866,45866,45869,45870,45860,45871,45847,45847,45871,45851,45859,45866,45860,45860,45866,45871,45866,45870,45871,45871,45870,45872,45871,45872,45851,45851,45872,45852,44924,45873,44904,44904,45873,45862,44922,45874,44924,44924,45874,45873,45874,45875,45873,45873,45875,45876,45873,45876,45862,45862,45876,45863,44921,45877,44922,44922,45877,45874,44920,45878,44921,44921,45878,45877,45878,45879,45877,45877,45879,45880,45877,45880,45874,45874,45880,45875,45880,45881,45875,45875,45881,45882,45879,45883,45880,45880,45883,45881,45883,45884,45881,45881,45884,45885,45881,45885,45882,45882,45885,45886,45876,45887,45863,45863,45887,45867,45875,45882,45876,45876,45882,45887,45882,45886,45887,45887,45886,45888,45887,45888,45867,45867,45888,45868,44940,45889,44920,44920,45889,45878,44938,45890,44940,44940,45890,45889,45890,45891,45889,45889,45891,45892,45889,45892,45878,45878,45892,45879,44937,45893,44938,44938,45893,45890,44936,45894,44937,44937,45894,45893,45894,45895,45893,45893,45895,45896,45893,45896,45890,45890,45896,45891,45896,45897,45891,45891,45897,45898,45895,45899,45896,45896,45899,45897,45899,45900,45897,45897,45900,45901,45897,45901,45898,45898,45901,45902,45892,45903,45879,45879,45903,45883,45891,45898,45892,45892,45898,45903,45898,45902,45903,45903,45902,45904,45903,45904,45883,45883,45904,45884,44956,45905,44936,44936,45905,45894,44954,45906,44956,44956,45906,45905,45906,45907,45905,45905,45907,45908,45905,45908,45894,45894,45908,45895,44953,45909,44954,44954,45909,45906,44952,45910,44953,44953,45910,45909,45910,45911,45909,45909,45911,45912,45909,45912,45906,45906,45912,45907,45912,45913,45907,45907,45913,45914,45911,45915,45912,45912,45915,45913,45915,45916,45913,45913,45916,45917,45913,45917,45914,45914,45917,45918,45908,45919,45895,45895,45919,45899,45907,45914,45908,45908,45914,45919,45914,45918,45919,45919,45918,45920,45919,45920,45899,45899,45920,45900,44972,45921,44952,44952,45921,45910,44970,45922,44972,44972,45922,45921,45922,45923,45921,45921,45923,45924,45921,45924,45910,45910,45924,45911,44969,45925,44970,44970,45925,45922,44968,45926,44969,44969,45926,45925,45926,45927,45925,45925,45927,45928,45925,45928,45922,45922,45928,45923,45928,45929,45923,45923,45929,45930,45927,45931,45928,45928,45931,45929,45931,45932,45929,45929,45932,45933,45929,45933,45930,45930,45933,45934,45924,45935,45911,45911,45935,45915,45923,45930,45924,45924,45930,45935,45930,45934,45935,45935,45934,45936,45935,45936,45915,45915,45936,45916,44988,45937,44968,44968,45937,45926,44986,45938,44988,44988,45938,45937,45938,45939,45937,45937,45939,45940,45937,45940,45926,45926,45940,45927,44985,45941,44986,44986,45941,45938,44984,45942,44985,44985,45942,45941,45942,45943,45941,45941,45943,45944,45941,45944,45938,45938,45944,45939,45944,45945,45939,45939,45945,45946,45943,45947,45944,45944,45947,45945,45947,45948,45945,45945,45948,45949,45945,45949,45946,45946,45949,45950,45940,45951,45927,45927,45951,45931,45939,45946,45940,45940,45946,45951,45946,45950,45951,45951,45950,45952,45951,45952,45931,45931,45952,45932,45004,45953,44984,44984,45953,45942,45002,45954,45004,45004,45954,45953,45954,45955,45953,45953,45955,45956,45953,45956,45942,45942,45956,45943,45000,45957,45002,45002,45957,45954,45000,45001,45957,45957,45001,45958,45957,45958,45959,45959,45958,45960,45954,45957,45955,45955,45957,45959,45955,45959,45961,45961,45959,45962,45959,45960,45962,45962,45960,45963,45962,45963,45964,45964,45963,45965,45961,45962,45966,45966,45962,45964,45956,45967,45943,45943,45967,45947,45955,45961,45956,45956,45961,45967,45961,45966,45967,45967,45966,45968,45967,45968,45947,45947,45968,45948,45001,45020,45958,45958,45020,45969,45018,45970,45020,45020,45970,45969,45970,45971,45969,45969,45971,45972,45958,45969,45960,45960,45969,45972,45017,45973,45018,45018,45973,45970,45016,45974,45017,45017,45974,45973,45974,45975,45973,45973,45975,45976,45973,45976,45970,45970,45976,45971,45976,45977,45971,45971,45977,45978,45975,45979,45976,45976,45979,45977,45979,45980,45977,45977,45980,45981,45977,45981,45978,45978,45981,45982,45960,45972,45963,45963,45972,45983,45971,45978,45972,45972,45978,45983,45978,45982,45983,45983,45982,45984,45983,45984,45963,45963,45984,45965,45036,45985,45016,45016,45985,45974,45034,45986,45036,45036,45986,45985,45986,45987,45985,45985,45987,45988,45985,45988,45974,45974,45988,45975,45033,45989,45034,45034,45989,45986,45032,45990,45033,45033,45990,45989,45990,45991,45989,45989,45991,45992,45989,45992,45986,45986,45992,45987,45992,45993,45987,45987,45993,45994,45991,45995,45992,45992,45995,45993,45995,45996,45993,45993,45996,45997,45993,45997,45994,45994,45997,45998,45988,45999,45975,45975,45999,45979,45987,45994,45988,45988,45994,45999,45994,45998,45999,45999,45998,46000,45999,46000,45979,45979,46000,45980,45052,46001,45032,45032,46001,45990,45050,46002,45052,45052,46002,46001,46002,46003,46001,46001,46003,46004,46001,46004,45990,45990,46004,45991,45049,46005,45050,45050,46005,46002,45048,46006,45049,45049,46006,46005,46006,46007,46005,46005,46007,46008,46005,46008,46002,46002,46008,46003,46008,46009,46003,46003,46009,46010,46007,46011,46008,46008,46011,46009,46011,46012,46009,46009,46012,46013,46009,46013,46010,46010,46013,46014,46004,46015,45991,45991,46015,45995,46003,46010,46004,46004,46010,46015,46010,46014,46015,46015,46014,46016,46015,46016,45995,45995,46016,45996,45068,46017,45048,45048,46017,46006,45066,46018,45068,45068,46018,46017,46018,46019,46017,46017,46019,46020,46017,46020,46006,46006,46020,46007,45065,46021,45066,45066,46021,46018,45064,46022,45065,45065,46022,46021,46022,46023,46021,46021,46023,46024,46021,46024,46018,46018,46024,46019,46024,46025,46019,46019,46025,46026,46023,46027,46024,46024,46027,46025,46027,46028,46025,46025,46028,46029,46025,46029,46026,46026,46029,46030,46020,46031,46007,46007,46031,46011,46019,46026,46020,46020,46026,46031,46026,46030,46031,46031,46030,46032,46031,46032,46011,46011,46032,46012,45084,46033,45064,45064,46033,46022,45082,46034,45084,45084,46034,46033,46034,46035,46033,46033,46035,46036,46033,46036,46022,46022,46036,46023,45081,46037,45082,45082,46037,46034,45080,46038,45081,45081,46038,46037,46038,46039,46037,46037,46039,46040,46037,46040,46034,46034,46040,46035,46040,46041,46035,46035,46041,46042,46039,46043,46040,46040,46043,46041,46043,46044,46041,46041,46044,46045,46041,46045,46042,46042,46045,46046,46036,46047,46023,46023,46047,46027,46035,46042,46036,46036,46042,46047,46042,46046,46047,46047,46046,46048,46047,46048,46027,46027,46048,46028,45100,46049,45080,45080,46049,46038,45098,46050,45100,45100,46050,46049,46050,46051,46049,46049,46051,46052,46049,46052,46038,46038,46052,46039,45097,46053,45098,45098,46053,46050,45096,46054,45097,45097,46054,46053,46054,46055,46053,46053,46055,46056,46053,46056,46050,46050,46056,46051,46056,46057,46051,46051,46057,46058,46055,46059,46056,46056,46059,46057,46059,46060,46057,46057,46060,46061,46057,46061,46058,46058,46061,46062,46052,46063,46039,46039,46063,46043,46051,46058,46052,46052,46058,46063,46058,46062,46063,46063,46062,46064,46063,46064,46043,46043,46064,46044,45116,46065,45096,45096,46065,46054,45114,46066,45116,45116,46066,46065,46066,46067,46065,46065,46067,46068,46065,46068,46054,46054,46068,46055,45113,46069,45114,45114,46069,46066,45112,46070,45113,45113,46070,46069,46070,46071,46069,46069,46071,46072,46069,46072,46066,46066,46072,46067,46072,46073,46067,46067,46073,46074,46071,46075,46072,46072,46075,46073,46075,46076,46073,46073,46076,46077,46073,46077,46074,46074,46077,46078,46068,46079,46055,46055,46079,46059,46067,46074,46068,46068,46074,46079,46074,46078,46079,46079,46078,46080,46079,46080,46059,46059,46080,46060,45132,46081,45112,45112,46081,46070,45132,45130,46081,46081,45130,46082,46081,46082,46083,46083,46082,46084,46081,46083,46070,46070,46083,46071,45130,45128,46082,46082,45128,46085,45128,45129,46085,46085,45129,46086,46085,46086,46087,46087,46086,46088,46082,46085,46084,46084,46085,46087,46084,46087,46089,46089,46087,46090,46087,46088,46090,46090,46088,46091,46091,46092,46090,46090,46092,46093,46089,46090,46094,46094,46090,46093,46083,46095,46071,46071,46095,46075,46083,46084,46095,46095,46084,46089,46089,46094,46095,46095,46094,46096,46095,46096,46075,46075,46096,46076,45129,45148,46086,46086,45148,46097,45146,46098,45148,45148,46098,46097,46098,46099,46097,46097,46099,46100,46097,46100,46086,46086,46100,46088,45145,46101,45146,45146,46101,46098,45144,46102,45145,45145,46102,46101,46102,46103,46101,46101,46103,46104,46101,46104,46098,46098,46104,46099,46104,46105,46099,46099,46105,46106,46103,46107,46104,46104,46107,46105,46107,46108,46105,46105,46108,46109,46105,46109,46106,46106,46109,46110,46100,46111,46088,46088,46111,46091,46099,46106,46100,46100,46106,46111,46106,46110,46111,46111,46110,46112,46111,46112,46091,46091,46112,46092,45164,46113,45144,45144,46113,46102,45162,46114,45164,45164,46114,46113,46114,46115,46113,46113,46115,46116,46113,46116,46102,46102,46116,46103,45161,46117,45162,45162,46117,46114,45160,46118,45161,45161,46118,46117,46118,46119,46117,46117,46119,46120,46117,46120,46114,46114,46120,46115,46120,46121,46115,46115,46121,46122,46119,46123,46120,46120,46123,46121,46123,46124,46121,46121,46124,46125,46121,46125,46122,46122,46125,46126,46116,46127,46103,46103,46127,46107,46115,46122,46116,46116,46122,46127,46122,46126,46127,46127,46126,46128,46127,46128,46107,46107,46128,46108,45180,46129,45160,45160,46129,46118,45178,46130,45180,45180,46130,46129,46130,46131,46129,46129,46131,46132,46129,46132,46118,46118,46132,46119,45177,46133,45178,45178,46133,46130,45176,46134,45177,45177,46134,46133,46134,46135,46133,46133,46135,46136,46133,46136,46130,46130,46136,46131,46136,46137,46131,46131,46137,46138,46135,46139,46136,46136,46139,46137,46139,46140,46137,46137,46140,46141,46137,46141,46138,46138,46141,46142,46132,46143,46119,46119,46143,46123,46131,46138,46132,46132,46138,46143,46138,46142,46143,46143,46142,46144,46123,46143,46124,46124,46143,46144,45176,45196,46134,46134,45196,46145,45196,45194,46145,46145,45194,46146,46145,46146,46147,46147,46146,46148,46134,46145,46135,46135,46145,46147,45194,45192,46146,46146,45192,46149,45192,45193,46149,46149,45193,46150,46149,46150,46151,46151,46150,46152,46146,46149,46148,46148,46149,46151,46148,46151,46153,46153,46151,46154,46151,46152,46154,46154,46152,46155,46154,46155,46156,46156,46155,46157,46153,46154,46158,46158,46154,46156,46147,46159,46135,46135,46159,46139,46147,46148,46159,46159,46148,46153,46159,46153,46160,46160,46153,46158,46159,46160,46139,46139,46160,46140,45193,45212,46150,46150,45212,46161,45210,46162,45212,45212,46162,46161,46162,46163,46161,46161,46163,46164,46150,46161,46152,46152,46161,46164,45210,45208,46162,46162,45208,46165,45208,45209,46165,46165,45209,46166,46165,46166,46167,46167,46166,46168,46162,46165,46163,46163,46165,46167,46163,46167,46169,46169,46167,46170,46167,46168,46170,46170,46168,46171,46170,46171,46172,46172,46171,46173,46169,46170,46174,46174,46170,46172,46152,46164,46155,46155,46164,46175,46164,46163,46175,46175,46163,46169,46175,46169,46176,46176,46169,46174,46155,46175,46157,46157,46175,46176,45209,45228,46166,46166,45228,46177,45228,45226,46177,46177,45226,46178,46177,46178,46179,46179,46178,46180,46166,46177,46168,46168,46177,46179,45226,45224,46178,46178,45224,46181,45224,45225,46181,46181,45225,46182,46181,46182,46183,46183,46182,46184,46178,46181,46180,46180,46181,46183,46180,46183,46185,46185,46183,46186,46183,46184,46186,46186,46184,46187,46186,46187,46188,46188,46187,46189,46185,46186,46190,46190,46186,46188,46168,46179,46171,46171,46179,46191,46179,46180,46191,46191,46180,46185,46191,46185,46192,46192,46185,46190,46171,46191,46173,46173,46191,46192,45225,45244,46182,46182,45244,46193,45244,45242,46193,46193,45242,46194,46193,46194,46195,46195,46194,46196,46182,46193,46184,46184,46193,46195,45242,45240,46194,46194,45240,46197,45240,45241,46197,46197,45241,46198,46197,46198,46199,46199,46198,46200,46194,46197,46196,46196,46197,46199,46196,46199,46201,46201,46199,46202,46199,46200,46202,46202,46200,46203,46202,46203,46204,46204,46203,46205,46201,46202,46206,46206,46202,46204,46184,46195,46187,46187,46195,46207,46195,46196,46207,46207,46196,46201,46207,46201,46208,46208,46201,46206,46187,46207,46189,46189,46207,46208,45241,45260,46198,46198,45260,46209,45260,45258,46209,46209,45258,46210,46209,46210,46211,46211,46210,46212,46198,46209,46200,46200,46209,46211,45258,45256,46210,46210,45256,46213,45256,45257,46213,46213,45257,46214,46213,46214,46215,46215,46214,46216,46210,46213,46212,46212,46213,46215,46212,46215,46217,46217,46215,46218,46215,46216,46218,46218,46216,46219,46218,46219,46220,46220,46219,46221,46217,46218,46222,46222,46218,46220,46200,46211,46203,46203,46211,46223,46211,46212,46223,46223,46212,46217,46223,46217,46224,46224,46217,46222,46203,46223,46205,46205,46223,46224,45257,45276,46214,46214,45276,46225,45276,45274,46225,46225,45274,46226,46225,46226,46227,46227,46226,46228,46214,46225,46216,46216,46225,46227,45274,45272,46226,46226,45272,46229,45272,45273,46229,46229,45273,46230,46229,46230,46231,46231,46230,46232,46226,46229,46228,46228,46229,46231,46228,46231,46233,46233,46231,46234,46231,46232,46234,46234,46232,46235,46234,46235,46236,46236,46235,46237,46233,46234,46238,46238,46234,46236,46216,46227,46219,46219,46227,46239,46227,46228,46239,46239,46228,46233,46239,46233,46240,46240,46233,46238,46219,46239,46221,46221,46239,46240,45273,45292,46230,46230,45292,46241,45292,45290,46241,46241,45290,46242,46241,46242,46243,46243,46242,46244,46230,46241,46232,46232,46241,46243,45290,45288,46242,46242,45288,46245,45288,45289,46245,46245,45289,46246,46245,46246,46247,46247,46246,46248,46242,46245,46244,46244,46245,46247,46244,46247,46249,46249,46247,46250,46247,46248,46250,46250,46248,46251,46250,46251,46252,46252,46251,46253,46249,46250,46254,46254,46250,46252,46232,46243,46235,46235,46243,46255,46243,46244,46255,46255,46244,46249,46255,46249,46256,46256,46249,46254,46235,46255,46237,46237,46255,46256,45289,45308,46246,46246,45308,46257,45308,45306,46257,46257,45306,46258,46257,46258,46259,46259,46258,46260,46246,46257,46248,46248,46257,46259,45306,45304,46258,46258,45304,46261,45304,45305,46261,46261,45305,46262,46261,46262,46263,46263,46262,46264,46258,46261,46260,46260,46261,46263,46260,46263,46265,46265,46263,46266,46263,46264,46266,46266,46264,46267,46266,46267,46268,46268,46267,46269,46265,46266,46270,46270,46266,46268,46248,46259,46251,46251,46259,46271,46259,46260,46271,46271,46260,46265,46271,46265,46272,46272,46265,46270,46251,46271,46253,46253,46271,46272,45305,45324,46262,46262,45324,46273,45324,45322,46273,46273,45322,46274,46273,46274,46275,46275,46274,46276,46262,46273,46264,46264,46273,46275,45322,45320,46274,46274,45320,46277,45320,45321,46277,46277,45321,46278,46277,46278,46279,46279,46278,46280,46274,46277,46276,46276,46277,46279,46276,46279,46281,46281,46279,46282,46279,46280,46282,46282,46280,46283,46282,46283,46284,46284,46283,46285,46281,46282,46286,46286,46282,46284,46264,46275,46267,46267,46275,46287,46275,46276,46287,46287,46276,46281,46287,46281,46288,46288,46281,46286,46267,46287,46269,46269,46287,46288,45321,45340,46278,46278,45340,46289,45340,45338,46289,46289,45338,46290,46289,46290,46291,46291,46290,46292,46278,46289,46280,46280,46289,46291,45338,45336,46290,46290,45336,46293,45336,45337,46293,46293,45337,46294,46293,46294,46295,46295,46294,46296,46290,46293,46292,46292,46293,46295,46292,46295,46297,46297,46295,46298,46295,46296,46298,46298,46296,46299,46298,46299,46300,46300,46299,46301,46297,46298,46302,46302,46298,46300,46280,46291,46283,46283,46291,46303,46291,46292,46303,46303,46292,46297,46303,46297,46304,46304,46297,46302,46283,46303,46285,46285,46303,46304,45337,45356,46294,46294,45356,46305,45356,45354,46305,46305,45354,46306,46305,46306,46307,46307,46306,46308,46294,46305,46296,46296,46305,46307,45354,45353,46306,46306,45353,46309,45353,45352,46309,46309,45352,46310,46309,46310,46311,46311,46310,46312,46306,46309,46308,46308,46309,46311,46308,46311,46313,46313,46311,46314,46311,46312,46314,46314,46312,46315,46314,46315,46316,46316,46315,46317,46313,46314,46318,46318,46314,46316,46296,46307,46299,46299,46307,46319,46307,46308,46319,46319,46308,46313,46319,46313,46320,46320,46313,46318,46299,46319,46301,46301,46319,46320,45372,46321,45352,45352,46321,46310,45370,46322,45372,45372,46322,46321,46321,46322,46323,46323,46322,46324,46310,46321,46312,46312,46321,46323,45370,45368,46322,46322,45368,46325,45368,45369,46325,46325,45369,46326,46325,46326,46327,46327,46326,46328,46322,46325,46324,46324,46325,46327,46324,46327,46329,46329,46327,46330,46327,46328,46330,46330,46328,46331,46330,46331,46332,46332,46331,46333,46329,46330,46334,46334,46330,46332,46312,46323,46315,46315,46323,46335,46323,46324,46335,46335,46324,46329,46335,46329,46336,46336,46329,46334,46315,46335,46317,46317,46335,46336,45369,45388,46326,46326,45388,46337,45388,45386,46337,46337,45386,46338,46337,46338,46339,46339,46338,46340,46326,46337,46328,46328,46337,46339,45386,45384,46338,46338,45384,46341,45384,45385,46341,46341,45385,46342,46341,46342,46343,46343,46342,46344,46338,46341,46340,46340,46341,46343,46340,46343,46345,46345,46343,46346,46343,46344,46346,46346,46344,46347,46346,46347,46348,46348,46347,46349,46345,46346,46350,46350,46346,46348,46328,46339,46331,46331,46339,46351,46339,46340,46351,46351,46340,46345,46351,46345,46352,46352,46345,46350,46331,46351,46333,46333,46351,46352,45385,45404,46342,46342,45404,46353,45402,46354,45404,45404,46354,46353,46354,46355,46353,46353,46355,46356,46342,46353,46344,46344,46353,46356,45400,46357,45402,45402,46357,46354,45401,46358,45400,45400,46358,46357,46358,46359,46357,46357,46359,46360,46357,46360,46354,46354,46360,46355,46360,46361,46355,46355,46361,46362,46359,46363,46360,46360,46363,46361,46363,46364,46361,46361,46364,46365,46361,46365,46362,46362,46365,46366,46344,46356,46347,46347,46356,46367,46355,46362,46356,46356,46362,46367,46367,46362,46368,46368,46362,46366,46347,46367,46349,46349,46367,46368,45420,46369,45401,45401,46369,46358,45418,46370,45420,45420,46370,46369,46370,46371,46369,46369,46371,46372,46369,46372,46358,46358,46372,46359,45416,46373,45418,45418,46373,46370,45417,46374,45416,45416,46374,46373,46374,46375,46373,46373,46375,46376,46373,46376,46370,46370,46376,46371,46376,46377,46371,46371,46377,46378,46375,46379,46376,46376,46379,46377,46377,46379,46380,46380,46379,46381,46377,46380,46378,46378,46380,46382,46372,46383,46359,46359,46383,46363,46371,46378,46372,46372,46378,46383,46378,46382,46383,46383,46382,46384,46383,46384,46363,46363,46384,46364,45436,46385,45417,45417,46385,46374,45434,46386,45436,45436,46386,46385,46386,46387,46385,46385,46387,46388,46385,46388,46374,46374,46388,46375,45432,46389,45434,45434,46389,46386,45433,46390,45432,45432,46390,46389,46390,46391,46389,46389,46391,46392,46389,46392,46386,46386,46392,46387,46387,46392,46393,46393,46392,46394,46392,46391,46394,46394,46391,46395,46394,46395,46396,46396,46395,46397,46393,46394,46398,46398,46394,46396,46388,46399,46375,46375,46399,46379,46388,46387,46399,46399,46387,46393,46399,46393,46400,46400,46393,46398,46379,46399,46381,46381,46399,46400,45433,45452,46390,46390,45452,46401,45452,45450,46401,46401,45450,46402,46401,46402,46403,46403,46402,46404,46390,46401,46391,46391,46401,46403,45450,45448,46402,46402,45448,46405,45448,45449,46405,46405,45449,46406,46405,46406,46407,46407,46406,46408,46402,46405,46404,46404,46405,46407,46404,46407,46409,46409,46407,46410,46407,46408,46410,46410,46408,46411,46410,46411,46412,46412,46411,46413,46409,46410,46414,46414,46410,46412,46391,46403,46395,46395,46403,46415,46403,46404,46415,46415,46404,46409,46415,46409,46416,46416,46409,46414,46395,46415,46397,46397,46415,46416,45449,45468,46406,46406,45468,46417,45468,45466,46417,46417,45466,46418,46417,46418,46419,46419,46418,46420,46406,46417,46408,46408,46417,46419,45466,45464,46418,46418,45464,46421,45464,45465,46421,46421,45465,46422,46421,46422,46423,46423,46422,46424,46418,46421,46420,46420,46421,46423,46420,46423,46425,46425,46423,46426,46423,46424,46426,46426,46424,46427,46426,46427,46428,46428,46427,46429,46425,46426,46430,46430,46426,46428,46408,46419,46411,46411,46419,46431,46419,46420,46431,46431,46420,46425,46431,46425,46432,46432,46425,46430,46411,46431,46413,46413,46431,46432,45465,45484,46422,46422,45484,46433,45484,45482,46433,46433,45482,46434,46433,46434,46435,46435,46434,46436,46422,46433,46424,46424,46433,46435,45482,45480,46434,46434,45480,46437,45480,45481,46437,46437,45481,46438,46438,46439,46437,46437,46439,46440,46434,46437,46436,46436,46437,46440,46440,46441,46436,46436,46441,46442,46439,46443,46440,46440,46443,46441,46443,46444,46441,46441,46444,46445,46441,46445,46442,46442,46445,46446,46424,46435,46427,46427,46435,46447,46435,46436,46447,46447,46436,46442,46442,46446,46447,46447,46446,46448,46427,46447,46429,46429,46447,46448,45500,46449,45481,45481,46449,46438,45498,46450,45500,45500,46450,46449,46450,46451,46449,46449,46451,46452,46449,46452,46438,46438,46452,46439,45497,46453,45498,45498,46453,46450,45496,46454,45497,45497,46454,46453,46454,46455,46453,46453,46455,46456,46453,46456,46450,46450,46456,46451,46456,46457,46451,46451,46457,46458,46455,46459,46456,46456,46459,46457,46457,46459,46460,46460,46459,46461,46457,46460,46458,46458,46460,46462,46452,46463,46439,46439,46463,46443,46451,46458,46452,46452,46458,46463,46458,46462,46463,46463,46462,46464,46463,46464,46443,46443,46464,46444,45496,45516,46454,46454,45516,46465,45516,45514,46465,46465,45514,46466,46465,46466,46467,46467,46466,46468,46454,46465,46455,46455,46465,46467,45514,45512,46466,46466,45512,46469,45512,45513,46469,46469,45513,46470,46469,46470,46471,46471,46470,46472,46466,46469,46468,46468,46469,46471,46468,46471,46473,46473,46471,46474,46471,46472,46474,46474,46472,46475,46474,46475,46476,46476,46475,46477,46473,46474,46478,46478,46474,46476,46455,46467,46459,46459,46467,46479,46467,46468,46479,46479,46468,46473,46479,46473,46480,46480,46473,46478,46459,46479,46461,46461,46479,46480,45513,45532,46470,46470,45532,46481,45532,45530,46481,46481,45530,46482,46481,46482,46483,46483,46482,46484,46470,46481,46472,46472,46481,46483,45530,45528,46482,46482,45528,46485,45528,45529,46485,46485,45529,46486,46485,46486,46487,46487,46486,46488,46482,46485,46484,46484,46485,46487,46484,46487,46489,46489,46487,46490,46487,46488,46490,46490,46488,46491,46490,46491,46492,46492,46491,46493,46489,46490,46494,46494,46490,46492,46472,46483,46475,46475,46483,46495,46483,46484,46495,46495,46484,46489,46495,46489,46496,46496,46489,46494,46475,46495,46477,46477,46495,46496,45529,45548,46486,46486,45548,46497,45546,46498,45548,45548,46498,46497,46497,46498,46499,46499,46498,46500,46486,46497,46488,46488,46497,46499,45545,46501,45546,45546,46501,46498,45545,45544,46501,46501,45544,46502,46501,46502,46503,46503,46502,46504,46498,46501,46500,46500,46501,46503,46500,46503,46505,46505,46503,46506,46503,46504,46506,46506,46504,46507,46506,46507,46508,46508,46507,46509,46505,46506,46510,46510,46506,46508,46488,46499,46491,46491,46499,46511,46499,46500,46511,46511,46500,46505,46511,46505,46512,46512,46505,46510,46491,46511,46493,46493,46511,46512,45568,45567,46513,46513,45567,46514,45567,45564,46514,46514,45564,46515,46515,46516,46514,46514,46516,46517,46514,46517,46513,46513,46517,46518,45562,46519,45564,45564,46519,46515,45562,45563,46519,46519,45563,46520,46520,46521,46519,46519,46521,46522,46519,46522,46515,46515,46522,46516,46522,46523,46516,46516,46523,46524,46521,46525,46522,46522,46525,46523,46525,46526,46523,46523,46526,46527,46523,46527,46524,46524,46527,46528,46517,46529,46518,46518,46529,46530,46516,46524,46517,46517,46524,46529,46524,46528,46529,46529,46528,46531,46529,46531,46530,46530,46531,46532,45563,45584,46520,46520,45584,46533,45584,45582,46533,46533,45582,46534,46533,46534,46535,46535,46534,46536,46520,46533,46521,46521,46533,46535,45582,45580,46534,46534,45580,46537,45580,45581,46537,46537,45581,46538,46537,46538,46539,46539,46538,46540,46534,46537,46536,46536,46537,46539,46536,46539,46541,46541,46539,46542,46539,46540,46542,46542,46540,46543,46543,46544,46542,46542,46544,46545,46542,46545,46541,46541,46545,46546,46521,46535,46525,46525,46535,46547,46535,46536,46547,46547,46536,46541,46541,46546,46547,46547,46546,46548,46547,46548,46525,46525,46548,46526,45581,45600,46538,46538,45600,46549,45600,45598,46549,46549,45598,46550,46549,46550,46551,46551,46550,46552,46538,46549,46540,46540,46549,46551,45598,45596,46550,46550,45596,46553,45597,46554,45596,45596,46554,46553,46554,46555,46553,46553,46555,46556,46550,46553,46552,46552,46553,46556,46556,46557,46552,46552,46557,46558,46555,46559,46556,46556,46559,46557,46559,46560,46557,46557,46560,46561,46557,46561,46558,46558,46561,46562,46540,46551,46543,46543,46551,46563,46551,46552,46563,46563,46552,46558,46558,46562,46563,46563,46562,46564,46563,46564,46543,46543,46564,46544,45616,46565,45597,45597,46565,46554,45614,46566,45616,45616,46566,46565,46566,46567,46565,46565,46567,46568,46565,46568,46554,46554,46568,46555,45613,46569,45614,45614,46569,46566,45612,46570,45613,45613,46570,46569,46570,46571,46569,46569,46571,46572,46569,46572,46566,46566,46572,46567,46572,46573,46567,46567,46573,46574,46571,46575,46572,46572,46575,46573,46575,46576,46573,46573,46576,46577,46573,46577,46574,46574,46577,46578,46568,46579,46555,46555,46579,46559,46567,46574,46568,46568,46574,46579,46574,46578,46579,46579,46578,46580,46579,46580,46559,46559,46580,46560,45632,46581,45612,45612,46581,46570,45630,46582,45632,45632,46582,46581,46582,46583,46581,46581,46583,46584,46581,46584,46570,46570,46584,46571,45629,46585,45630,45630,46585,46582,45628,46586,45629,45629,46586,46585,46586,46587,46585,46585,46587,46588,46585,46588,46582,46582,46588,46583,46588,46589,46583,46583,46589,46590,46587,46591,46588,46588,46591,46589,46591,46592,46589,46589,46592,46593,46589,46593,46590,46590,46593,46594,46584,46595,46571,46571,46595,46575,46583,46590,46584,46584,46590,46595,46590,46594,46595,46595,46594,46596,46595,46596,46575,46575,46596,46576,45648,46597,45628,45628,46597,46586,45646,46598,45648,45648,46598,46597,46598,46599,46597,46597,46599,46600,46597,46600,46586,46586,46600,46587,45645,46601,45646,45646,46601,46598,45644,46602,45645,45645,46602,46601,46602,46603,46601,46601,46603,46604,46601,46604,46598,46598,46604,46599,46604,46605,46599,46599,46605,46606,46603,46607,46604,46604,46607,46605,46607,46608,46605,46605,46608,46609,46605,46609,46606,46606,46609,46610,46600,46611,46587,46587,46611,46591,46599,46606,46600,46600,46606,46611,46606,46610,46611,46611,46610,46612,46611,46612,46591,46591,46612,46592,45664,46613,45644,45644,46613,46602,45662,46614,45664,45664,46614,46613,46614,46615,46613,46613,46615,46616,46613,46616,46602,46602,46616,46603,45661,46617,45662,45662,46617,46614,45661,45660,46617,46617,45660,46618,46617,46618,46619,46619,46618,46620,46617,46619,46614,46614,46619,46615,46619,46621,46615,46615,46621,46622,46619,46620,46621,46621,46620,46623,46621,46623,46624,46624,46623,46625,46621,46624,46622,46622,46624,46626,46616,46627,46603,46603,46627,46607,46615,46622,46616,46616,46622,46627,46622,46626,46627,46627,46626,46628,46627,46628,46607,46607,46628,46608,45660,45680,46618,46618,45680,46629,45680,45678,46629,46629,45678,46630,46629,46630,46631,46631,46630,46632,46618,46629,46620,46620,46629,46631,45678,45676,46630,46630,45676,46633,45676,45677,46633,46633,45677,46634,46633,46634,46635,46635,46634,46636,46630,46633,46632,46632,46633,46635,46632,46635,46637,46637,46635,46638,46635,46636,46638,46638,46636,46639,46638,46639,46640,46640,46639,46641,46637,46638,46642,46642,46638,46640,46620,46631,46623,46623,46631,46643,46631,46632,46643,46643,46632,46637,46643,46637,46644,46644,46637,46642,46623,46643,46625,46625,46643,46644,45677,45696,46634,46634,45696,46645,45696,45694,46645,46645,45694,46646,46646,46647,46645,46645,46647,46648,46634,46645,46636,46636,46645,46648,45694,45692,46646,46646,45692,46649,45692,45693,46649,46649,45693,46650,46649,46650,46651,46651,46650,46652,46649,46651,46646,46646,46651,46647,46651,46653,46647,46647,46653,46654,46651,46652,46653,46653,46652,46655,46655,46656,46653,46653,46656,46657,46653,46657,46654,46654,46657,46658,46648,46659,46636,46636,46659,46639,46647,46654,46648,46648,46654,46659,46654,46658,46659,46659,46658,46660,46659,46660,46639,46639,46660,46641,45693,45712,46650,46650,45712,46661,45710,46662,45712,45712,46662,46661,46662,46663,46661,46661,46663,46664,46650,46661,46652,46652,46661,46664,45708,46665,45710,45710,46665,46662,45709,46666,45708,45708,46666,46665,46666,46667,46665,46665,46667,46668,46665,46668,46662,46662,46668,46663,46668,46669,46663,46663,46669,46670,46667,46671,46668,46668,46671,46669,46671,46672,46669,46669,46672,46673,46669,46673,46670,46670,46673,46674,46652,46664,46655,46655,46664,46675,46663,46670,46664,46664,46670,46675,46670,46674,46675,46675,46674,46676,46675,46676,46655,46655,46676,46656,45728,46677,45709,45709,46677,46666,45726,46678,45728,45728,46678,46677,46678,46679,46677,46677,46679,46680,46677,46680,46666,46666,46680,46667,45725,46681,45726,45726,46681,46678,45724,46682,45725,45725,46682,46681,46682,46683,46681,46681,46683,46684,46681,46684,46678,46678,46684,46679,46684,46685,46679,46679,46685,46686,46683,46687,46684,46684,46687,46685,46687,46688,46685,46685,46688,46689,46685,46689,46686,46686,46689,46690,46680,46691,46667,46667,46691,46671,46679,46686,46680,46680,46686,46691,46686,46690,46691,46691,46690,46692,46691,46692,46671,46671,46692,46672,45744,46693,45724,45724,46693,46682,45742,46694,45744,45744,46694,46693,46694,46695,46693,46693,46695,46696,46693,46696,46682,46682,46696,46683,45741,46697,45742,45742,46697,46694,45740,46698,45741,45741,46698,46697,46698,46699,46697,46697,46699,46700,46697,46700,46694,46694,46700,46695,46700,46701,46695,46695,46701,46702,46699,46703,46700,46700,46703,46701,46703,46704,46701,46701,46704,46705,46701,46705,46702,46702,46705,46706,46696,46707,46683,46683,46707,46687,46695,46702,46696,46696,46702,46707,46702,46706,46707,46707,46706,46708,46707,46708,46687,46687,46708,46688,45760,46709,45740,45740,46709,46698,45758,46710,45760,45760,46710,46709,46710,46711,46709,46709,46711,46712,46709,46712,46698,46698,46712,46699,45757,46713,45758,45758,46713,46710,45756,46714,45757,45757,46714,46713,46714,46715,46713,46713,46715,46716,46713,46716,46710,46710,46716,46711,46716,46717,46711,46711,46717,46718,46715,46719,46716,46716,46719,46717,46719,46720,46717,46717,46720,46721,46717,46721,46718,46718,46721,46722,46712,46723,46699,46699,46723,46703,46711,46718,46712,46712,46718,46723,46718,46722,46723,46723,46722,46724,46723,46724,46703,46703,46724,46704,45776,46725,45756,45756,46725,46714,45774,46726,45776,45776,46726,46725,46726,46727,46725,46725,46727,46728,46725,46728,46714,46714,46728,46715,45773,46729,45774,45774,46729,46726,45772,46730,45773,45773,46730,46729,46730,46731,46729,46729,46731,46732,46729,46732,46726,46726,46732,46727,46732,46733,46727,46727,46733,46734,46731,46735,46732,46732,46735,46733,46735,46736,46733,46733,46736,46737,46733,46737,46734,46734,46737,46738,46728,46739,46715,46715,46739,46719,46727,46734,46728,46728,46734,46739,46734,46738,46739,46739,46738,46740,46739,46740,46719,46719,46740,46720,45792,46741,45772,45772,46741,46730,45790,46742,45792,45792,46742,46741,46742,46743,46741,46741,46743,46744,46741,46744,46730,46730,46744,46731,45789,46745,45790,45790,46745,46742,45788,46746,45789,45789,46746,46745,46746,46747,46745,46745,46747,46748,46745,46748,46742,46742,46748,46743,46748,46749,46743,46743,46749,46750,46747,46751,46748,46748,46751,46749,46751,46752,46749,46749,46752,46753,46749,46753,46750,46750,46753,46754,46744,46755,46731,46731,46755,46735,46743,46750,46744,46744,46750,46755,46750,46754,46755,46755,46754,46756,46755,46756,46735,46735,46756,46736,45808,46757,45788,45788,46757,46746,45806,46758,45808,45808,46758,46757,46758,46759,46757,46757,46759,46760,46757,46760,46746,46746,46760,46747,45805,46761,45806,45806,46761,46758,45804,46762,45805,45805,46762,46761,46762,46763,46761,46761,46763,46764,46761,46764,46758,46758,46764,46759,46764,46765,46759,46759,46765,46766,46763,46767,46764,46764,46767,46765,46767,46768,46765,46765,46768,46769,46765,46769,46766,46766,46769,46770,46760,46771,46747,46747,46771,46751,46759,46766,46760,46760,46766,46771,46766,46770,46771,46771,46770,46772,46771,46772,46751,46751,46772,46752,45824,46773,45804,45804,46773,46762,45822,46774,45824,45824,46774,46773,46774,46775,46773,46773,46775,46776,46773,46776,46762,46762,46776,46763,45821,46777,45822,45822,46777,46774,45820,46778,45821,45821,46778,46777,46778,46779,46777,46777,46779,46780,46777,46780,46774,46774,46780,46775,46780,46781,46775,46775,46781,46782,46779,46783,46780,46780,46783,46781,46783,46784,46781,46781,46784,46785,46781,46785,46782,46782,46785,46786,46776,46787,46763,46763,46787,46767,46775,46782,46776,46776,46782,46787,46782,46786,46787,46787,46786,46788,46787,46788,46767,46767,46788,46768,45840,46789,45820,45820,46789,46778,45838,46790,45840,45840,46790,46789,46790,46791,46789,46789,46791,46792,46789,46792,46778,46778,46792,46779,45837,46793,45838,45838,46793,46790,45836,46794,45837,45837,46794,46793,46794,46795,46793,46793,46795,46796,46793,46796,46790,46790,46796,46791,46796,46797,46791,46791,46797,46798,46795,46799,46796,46796,46799,46797,46799,46800,46797,46797,46800,46801,46797,46801,46798,46798,46801,46802,46792,46803,46779,46779,46803,46783,46791,46798,46792,46792,46798,46803,46798,46802,46803,46803,46802,46804,46803,46804,46783,46783,46804,46784,45856,46805,45836,45836,46805,46794,45854,46806,45856,45856,46806,46805,46806,46807,46805,46805,46807,46808,46805,46808,46794,46794,46808,46795,45853,46809,45854,45854,46809,46806,45852,46810,45853,45853,46810,46809,46810,46811,46809,46809,46811,46812,46809,46812,46806,46806,46812,46807,46812,46813,46807,46807,46813,46814,46811,46815,46812,46812,46815,46813,46815,46816,46813,46813,46816,46817,46813,46817,46814,46814,46817,46818,46808,46819,46795,46795,46819,46799,46807,46814,46808,46808,46814,46819,46814,46818,46819,46819,46818,46820,46819,46820,46799,46799,46820,46800,45872,46821,45852,45852,46821,46810,45870,46822,45872,45872,46822,46821,46822,46823,46821,46821,46823,46824,46821,46824,46810,46810,46824,46811,45869,46825,45870,45870,46825,46822,45868,46826,45869,45869,46826,46825,46826,46827,46825,46825,46827,46828,46825,46828,46822,46822,46828,46823,46828,46829,46823,46823,46829,46830,46827,46831,46828,46828,46831,46829,46831,46832,46829,46829,46832,46833,46829,46833,46830,46830,46833,46834,46824,46835,46811,46811,46835,46815,46823,46830,46824,46824,46830,46835,46830,46834,46835,46835,46834,46836,46835,46836,46815,46815,46836,46816,45888,46837,45868,45868,46837,46826,45886,46838,45888,45888,46838,46837,46838,46839,46837,46837,46839,46840,46837,46840,46826,46826,46840,46827,45885,46841,45886,45886,46841,46838,45884,46842,45885,45885,46842,46841,46842,46843,46841,46841,46843,46844,46841,46844,46838,46838,46844,46839,46844,46845,46839,46839,46845,46846,46843,46847,46844,46844,46847,46845,46847,46848,46845,46845,46848,46849,46845,46849,46846,46846,46849,46850,46840,46851,46827,46827,46851,46831,46839,46846,46840,46840,46846,46851,46846,46850,46851,46851,46850,46852,46851,46852,46831,46831,46852,46832,45904,46853,45884,45884,46853,46842,45904,45902,46853,46853,45902,46854,46853,46854,46855,46855,46854,46856,46853,46855,46842,46842,46855,46843,45902,45901,46854,46854,45901,46857,45901,45900,46857,46857,45900,46858,46857,46858,46859,46859,46858,46860,46854,46857,46856,46856,46857,46859,46856,46859,46861,46861,46859,46862,46859,46860,46862,46862,46860,46863,46862,46863,46864,46864,46863,46865,46861,46862,46866,46866,46862,46864,46843,46855,46847,46847,46855,46867,46855,46856,46867,46867,46856,46861,46867,46861,46868,46868,46861,46866,46867,46868,46847,46847,46868,46848,45900,45920,46858,46858,45920,46869,45920,45918,46869,46869,45918,46870,46869,46870,46871,46871,46870,46872,46858,46869,46860,46860,46869,46871,45918,45917,46870,46870,45917,46873,45916,46874,45917,45917,46874,46873,46873,46874,46875,46875,46874,46876,46870,46873,46872,46872,46873,46875,46872,46875,46877,46877,46875,46878,46875,46876,46878,46878,46876,46879,46878,46879,46880,46880,46879,46881,46877,46878,46882,46882,46878,46880,46860,46871,46863,46863,46871,46883,46871,46872,46883,46883,46872,46877,46883,46877,46884,46884,46877,46882,46863,46883,46865,46865,46883,46884,45936,46885,45916,45916,46885,46874,45934,46886,45936,45936,46886,46885,46886,46887,46885,46885,46887,46888,46874,46885,46876,46876,46885,46888,45933,46889,45934,45934,46889,46886,45932,46890,45933,45933,46890,46889,46890,46891,46889,46889,46891,46892,46889,46892,46886,46886,46892,46887,46892,46893,46887,46887,46893,46894,46891,46895,46892,46892,46895,46893,46895,46896,46893,46893,46896,46897,46893,46897,46894,46894,46897,46898,46876,46888,46879,46879,46888,46899,46888,46887,46899,46899,46887,46894,46899,46894,46900,46900,46894,46898,46879,46899,46881,46881,46899,46900,45952,46901,45932,45932,46901,46890,45950,46902,45952,45952,46902,46901,46902,46903,46901,46901,46903,46904,46901,46904,46890,46890,46904,46891,45949,46905,45950,45950,46905,46902,45948,46906,45949,45949,46906,46905,46905,46906,46907,46907,46906,46908,46902,46905,46903,46903,46905,46907,46903,46907,46909,46909,46907,46910,46907,46908,46910,46910,46908,46911,46910,46911,46912,46912,46911,46913,46909,46910,46914,46914,46910,46912,46904,46915,46891,46891,46915,46895,46903,46909,46904,46904,46909,46915,46909,46914,46915,46915,46914,46916,46915,46916,46895,46895,46916,46896,45968,46917,45948,45948,46917,46906,45968,45966,46917,46917,45966,46918,46917,46918,46919,46919,46918,46920,46906,46917,46908,46908,46917,46919,45964,46921,45966,45966,46921,46918,45965,46922,45964,45964,46922,46921,46922,46923,46921,46921,46923,46924,46921,46924,46918,46918,46924,46920,46924,46925,46920,46920,46925,46926,46923,46927,46924,46924,46927,46925,46927,46928,46925,46925,46928,46929,46925,46929,46926,46926,46929,46930,46908,46919,46911,46911,46919,46931,46919,46920,46931,46931,46920,46926,46926,46930,46931,46931,46930,46932,46911,46931,46913,46913,46931,46932,45984,46933,45965,45965,46933,46922,45982,46934,45984,45984,46934,46933,46934,46935,46933,46933,46935,46936,46933,46936,46922,46922,46936,46923,45981,46937,45982,45982,46937,46934,45980,46938,45981,45981,46938,46937,46938,46939,46937,46937,46939,46940,46937,46940,46934,46934,46940,46935,46940,46941,46935,46935,46941,46942,46939,46943,46940,46940,46943,46941,46943,46944,46941,46941,46944,46945,46941,46945,46942,46942,46945,46946,46936,46947,46923,46923,46947,46927,46935,46942,46936,46936,46942,46947,46942,46946,46947,46947,46946,46948,46947,46948,46927,46927,46948,46928,46000,46949,45980,45980,46949,46938,45998,46950,46000,46000,46950,46949,46950,46951,46949,46949,46951,46952,46949,46952,46938,46938,46952,46939,45997,46953,45998,45998,46953,46950,45996,46954,45997,45997,46954,46953,46954,46955,46953,46953,46955,46956,46953,46956,46950,46950,46956,46951,46956,46957,46951,46951,46957,46958,46955,46959,46956,46956,46959,46957,46959,46960,46957,46957,46960,46961,46957,46961,46958,46958,46961,46962,46952,46963,46939,46939,46963,46943,46951,46958,46952,46952,46958,46963,46958,46962,46963,46963,46962,46964,46963,46964,46943,46943,46964,46944,46016,46965,45996,45996,46965,46954,46014,46966,46016,46016,46966,46965,46966,46967,46965,46965,46967,46968,46965,46968,46954,46954,46968,46955,46013,46969,46014,46014,46969,46966,46012,46970,46013,46013,46970,46969,46970,46971,46969,46969,46971,46972,46969,46972,46966,46966,46972,46967,46972,46973,46967,46967,46973,46974,46971,46975,46972,46972,46975,46973,46975,46976,46973,46973,46976,46977,46973,46977,46974,46974,46977,46978,46968,46979,46955,46955,46979,46959,46967,46974,46968,46968,46974,46979,46974,46978,46979,46979,46978,46980,46979,46980,46959,46959,46980,46960,46032,46981,46012,46012,46981,46970,46030,46982,46032,46032,46982,46981,46982,46983,46981,46981,46983,46984,46981,46984,46970,46970,46984,46971,46029,46985,46030,46030,46985,46982,46028,46986,46029,46029,46986,46985,46986,46987,46985,46985,46987,46988,46985,46988,46982,46982,46988,46983,46988,46989,46983,46983,46989,46990,46987,46991,46988,46988,46991,46989,46991,46992,46989,46989,46992,46993,46989,46993,46990,46990,46993,46994,46984,46995,46971,46971,46995,46975,46983,46990,46984,46984,46990,46995,46990,46994,46995,46995,46994,46996,46995,46996,46975,46975,46996,46976,46048,46997,46028,46028,46997,46986,46046,46998,46048,46048,46998,46997,46998,46999,46997,46997,46999,47000,46997,47000,46986,46986,47000,46987,46045,47001,46046,46046,47001,46998,46044,47002,46045,46045,47002,47001,47002,47003,47001,47001,47003,47004,47001,47004,46998,46998,47004,46999,47004,47005,46999,46999,47005,47006,47003,47007,47004,47004,47007,47005,47007,47008,47005,47005,47008,47009,47005,47009,47006,47006,47009,47010,47000,47011,46987,46987,47011,46991,46999,47006,47000,47000,47006,47011,47006,47010,47011,47011,47010,47012,47011,47012,46991,46991,47012,46992,46064,47013,46044,46044,47013,47002,46062,47014,46064,46064,47014,47013,47014,47015,47013,47013,47015,47016,47013,47016,47002,47002,47016,47003,46061,47017,46062,46062,47017,47014,46060,47018,46061,46061,47018,47017,47018,47019,47017,47017,47019,47020,47017,47020,47014,47014,47020,47015,47020,47021,47015,47015,47021,47022,47019,47023,47020,47020,47023,47021,47023,47024,47021,47021,47024,47025,47021,47025,47022,47022,47025,47026,47016,47027,47003,47003,47027,47007,47015,47022,47016,47016,47022,47027,47022,47026,47027,47027,47026,47028,47027,47028,47007,47007,47028,47008,46080,47029,46060,46060,47029,47018,46078,47030,46080,46080,47030,47029,47030,47031,47029,47029,47031,47032,47029,47032,47018,47018,47032,47019,46077,47033,46078,46078,47033,47030,46076,47034,46077,46077,47034,47033,47034,47035,47033,47033,47035,47036,47033,47036,47030,47030,47036,47031,47031,47036,47037,47037,47036,47038,47036,47035,47038,47038,47035,47039,47038,47039,47040,47040,47039,47041,47037,47038,47042,47042,47038,47040,47032,47043,47019,47019,47043,47023,47031,47037,47032,47032,47037,47043,47043,47037,47044,47044,47037,47042,47043,47044,47023,47023,47044,47024,46096,47045,46076,46076,47045,47034,46094,47046,46096,46096,47046,47045,47046,47047,47045,47045,47047,47048,47045,47048,47034,47034,47048,47035,46093,47049,46094,46094,47049,47046,46092,47050,46093,46093,47050,47049,47050,47051,47049,47049,47051,47052,47049,47052,47046,47046,47052,47047,47052,47053,47047,47047,47053,47054,47051,47055,47052,47052,47055,47053,47055,47056,47053,47053,47056,47057,47053,47057,47054,47054,47057,47058,47035,47048,47039,47039,47048,47059,47047,47054,47048,47048,47054,47059,47054,47058,47059,47059,47058,47060,47039,47059,47041,47041,47059,47060,46112,47061,46092,46092,47061,47050,46110,47062,46112,46112,47062,47061,47062,47063,47061,47061,47063,47064,47061,47064,47050,47050,47064,47051,46109,47065,46110,46110,47065,47062,46108,47066,46109,46109,47066,47065,47065,47066,47067,47067,47066,47068,47065,47067,47062,47062,47067,47063,47063,47067,47069,47069,47067,47070,47067,47068,47070,47070,47068,47071,47070,47071,47072,47072,47071,47073,47069,47070,47074,47074,47070,47072,47064,47075,47051,47051,47075,47055,47063,47069,47064,47064,47069,47075,47075,47069,47076,47076,47069,47074,47075,47076,47055,47055,47076,47056,46128,47077,46108,46108,47077,47066,46126,47078,46128,46128,47078,47077,47078,47079,47077,47077,47079,47080,47066,47077,47068,47068,47077,47080,46125,47081,46126,46126,47081,47078,46124,47082,46125,46125,47082,47081,47082,47083,47081,47081,47083,47084,47081,47084,47078,47078,47084,47079,47084,47085,47079,47079,47085,47086,47083,47087,47084,47084,47087,47085,47087,47088,47085,47085,47088,47089,47085,47089,47086,47086,47089,47090,47068,47080,47071,47071,47080,47091,47079,47086,47080,47080,47086,47091,47091,47086,47092,47092,47086,47090,47071,47091,47073,47073,47091,47092,46124,46144,47082,47082,46144,47093,46142,47094,46144,46144,47094,47093,47094,47095,47093,47093,47095,47096,47093,47096,47082,47082,47096,47083,46141,47097,46142,46142,47097,47094,46140,47098,46141,46141,47098,47097,47098,47099,47097,47097,47099,47100,47097,47100,47094,47094,47100,47095,47100,47101,47095,47095,47101,47102,47099,47103,47100,47100,47103,47101,47103,47104,47101,47101,47104,47105,47101,47105,47102,47102,47105,47106,47096,47107,47083,47083,47107,47087,47095,47102,47096,47096,47102,47107,47102,47106,47107,47107,47106,47108,47107,47108,47087,47087,47108,47088,46160,47109,46140,46140,47109,47098,46160,46158,47109,47109,46158,47110,47109,47110,47111,47111,47110,47112,47109,47111,47098,47098,47111,47099,46158,46156,47110,47110,46156,47113,46156,46157,47113,47113,46157,47114,47113,47114,47115,47115,47114,47116,47110,47113,47112,47112,47113,47115,47112,47115,47117,47117,47115,47118,47115,47116,47118,47118,47116,47119,47118,47119,47120,47120,47119,47121,47117,47118,47122,47122,47118,47120,47111,47123,47099,47099,47123,47103,47111,47112,47123,47123,47112,47117,47117,47122,47123,47123,47122,47124,47123,47124,47103,47103,47124,47104,46157,46176,47114,47114,46176,47125,46176,46174,47125,47125,46174,47126,47125,47126,47127,47127,47126,47128,47114,47125,47116,47116,47125,47127,46174,46172,47126,47126,46172,47129,46172,46173,47129,47129,46173,47130,47129,47130,47131,47131,47130,47132,47126,47129,47128,47128,47129,47131,47128,47131,47133,47133,47131,47134,47131,47132,47134,47134,47132,47135,47134,47135,47136,47136,47135,47137,47133,47134,47138,47138,47134,47136,47116,47127,47119,47119,47127,47139,47127,47128,47139,47139,47128,47133,47139,47133,47140,47140,47133,47138,47119,47139,47121,47121,47139,47140,46173,46192,47130,47130,46192,47141,46192,46190,47141,47141,46190,47142,47142,47143,47141,47141,47143,47144,47130,47141,47132,47132,47141,47144,46190,46188,47142,47142,46188,47145,46188,46189,47145,47145,46189,47146,47146,47147,47145,47145,47147,47148,47145,47148,47142,47142,47148,47143,47148,47149,47143,47143,47149,47150,47147,47151,47148,47148,47151,47149,47151,47152,47149,47149,47152,47153,47149,47153,47150,47150,47153,47154,47132,47144,47135,47135,47144,47155,47143,47150,47144,47144,47150,47155,47150,47154,47155,47155,47154,47156,47155,47156,47135,47135,47156,47137,46189,46208,47146,47146,46208,47157,46208,46206,47157,47157,46206,47158,47157,47158,47159,47159,47158,47160,47157,47159,47146,47146,47159,47147,46206,46204,47158,47158,46204,47161,46204,46205,47161,47161,46205,47162,47161,47162,47163,47163,47162,47164,47158,47161,47160,47160,47161,47163,47160,47163,47165,47165,47163,47166,47163,47164,47166,47166,47164,47167,47166,47167,47168,47168,47167,47169,47166,47168,47165,47165,47168,47170,47159,47171,47147,47147,47171,47151,47160,47165,47159,47159,47165,47171,47165,47170,47171,47171,47170,47172,47171,47172,47151,47151,47172,47152,46205,46224,47162,47162,46224,47173,46224,46222,47173,47173,46222,47174,47173,47174,47175,47175,47174,47176,47162,47173,47164,47164,47173,47175,46222,46220,47174,47174,46220,47177,46220,46221,47177,47177,46221,47178,47177,47178,47179,47179,47178,47180,47174,47177,47176,47176,47177,47179,47176,47179,47181,47181,47179,47182,47179,47180,47182,47182,47180,47183,47182,47183,47184,47184,47183,47185,47181,47182,47186,47186,47182,47184,47164,47175,47167,47167,47175,47187,47175,47176,47187,47187,47176,47181,47187,47181,47188,47188,47181,47186,47167,47187,47169,47169,47187,47188,46221,46240,47178,47178,46240,47189,46240,46238,47189,47189,46238,47190,47189,47190,47191,47191,47190,47192,47178,47189,47180,47180,47189,47191,46238,46236,47190,47190,46236,47193,46236,46237,47193,47193,46237,47194,47193,47194,47195,47195,47194,47196,47190,47193,47192,47192,47193,47195,47192,47195,47197,47197,47195,47198,47195,47196,47198,47198,47196,47199,47198,47199,47200,47200,47199,47201,47197,47198,47202,47202,47198,47200,47180,47191,47183,47183,47191,47203,47191,47192,47203,47203,47192,47197,47203,47197,47204,47204,47197,47202,47183,47203,47185,47185,47203,47204,46237,46256,47194,47194,46256,47205,46256,46254,47205,47205,46254,47206,47205,47206,47207,47207,47206,47208,47194,47205,47196,47196,47205,47207,46254,46252,47206,47206,46252,47209,46252,46253,47209,47209,46253,47210,47209,47210,47211,47211,47210,47212,47206,47209,47208,47208,47209,47211,47208,47211,47213,47213,47211,47214,47211,47212,47214,47214,47212,47215,47214,47215,47216,47216,47215,47217,47213,47214,47218,47218,47214,47216,47196,47207,47199,47199,47207,47219,47207,47208,47219,47219,47208,47213,47219,47213,47220,47220,47213,47218,47199,47219,47201,47201,47219,47220,46253,46272,47210,47210,46272,47221,46272,46270,47221,47221,46270,47222,47221,47222,47223,47223,47222,47224,47210,47221,47212,47212,47221,47223,46270,46268,47222,47222,46268,47225,46268,46269,47225,47225,46269,47226,47225,47226,47227,47227,47226,47228,47222,47225,47224,47224,47225,47227,47224,47227,47229,47229,47227,47230,47227,47228,47230,47230,47228,47231,47230,47231,47232,47232,47231,47233,47229,47230,47234,47234,47230,47232,47212,47223,47215,47215,47223,47235,47223,47224,47235,47235,47224,47229,47235,47229,47236,47236,47229,47234,47215,47235,47217,47217,47235,47236,46269,46288,47226,47226,46288,47237,46288,46286,47237,47237,46286,47238,47237,47238,47239,47239,47238,47240,47226,47237,47228,47228,47237,47239,46286,46284,47238,47238,46284,47241,46284,46285,47241,47241,46285,47242,47241,47242,47243,47243,47242,47244,47238,47241,47240,47240,47241,47243,47240,47243,47245,47245,47243,47246,47243,47244,47246,47246,47244,47247,47246,47247,47248,47248,47247,47249,47245,47246,47250,47250,47246,47248,47228,47239,47231,47231,47239,47251,47239,47240,47251,47251,47240,47245,47251,47245,47252,47252,47245,47250,47231,47251,47233,47233,47251,47252,46285,46304,47242,47242,46304,47253,46304,46302,47253,47253,46302,47254,47253,47254,47255,47255,47254,47256,47242,47253,47244,47244,47253,47255,46302,46300,47254,47254,46300,47257,46300,46301,47257,47257,46301,47258,47257,47258,47259,47259,47258,47260,47254,47257,47256,47256,47257,47259,47256,47259,47261,47261,47259,47262,47259,47260,47262,47262,47260,47263,47262,47263,47264,47264,47263,47265,47261,47262,47266,47266,47262,47264,47244,47255,47247,47247,47255,47267,47255,47256,47267,47267,47256,47261,47267,47261,47268,47268,47261,47266,47247,47267,47249,47249,47267,47268,46301,46320,47258,47258,46320,47269,46320,46318,47269,47269,46318,47270,47269,47270,47271,47271,47270,47272,47258,47269,47260,47260,47269,47271,46318,46316,47270,47270,46316,47273,46316,46317,47273,47273,46317,47274,47273,47274,47275,47275,47274,47276,47270,47273,47272,47272,47273,47275,47272,47275,47277,47277,47275,47278,47275,47276,47278,47278,47276,47279,47278,47279,47280,47280,47279,47281,47277,47278,47282,47282,47278,47280,47260,47271,47263,47263,47271,47283,47271,47272,47283,47283,47272,47277,47283,47277,47284,47284,47277,47282,47263,47283,47265,47265,47283,47284,46317,46336,47274,47274,46336,47285,46336,46334,47285,47285,46334,47286,47285,47286,47287,47287,47286,47288,47274,47285,47276,47276,47285,47287,46334,46332,47286,47286,46332,47289,46332,46333,47289,47289,46333,47290,47289,47290,47291,47291,47290,47292,47286,47289,47288,47288,47289,47291,47288,47291,47293,47293,47291,47294,47291,47292,47294,47294,47292,47295,47294,47295,47296,47296,47295,47297,47293,47294,47298,47298,47294,47296,47276,47287,47279,47279,47287,47299,47287,47288,47299,47299,47288,47293,47299,47293,47300,47300,47293,47298,47279,47299,47281,47281,47299,47300,46333,46352,47290,47290,46352,47301,46352,46350,47301,47301,46350,47302,47301,47302,47303,47303,47302,47304,47290,47301,47292,47292,47301,47303,46350,46348,47302,47302,46348,47305,46348,46349,47305,47305,46349,47306,47305,47306,47307,47307,47306,47308,47302,47305,47304,47304,47305,47307,47304,47307,47309,47309,47307,47310,47307,47308,47310,47310,47308,47311,47310,47311,47312,47312,47311,47313,47309,47310,47314,47314,47310,47312,47292,47303,47295,47295,47303,47315,47303,47304,47315,47315,47304,47309,47315,47309,47316,47316,47309,47314,47295,47315,47297,47297,47315,47316,46349,46368,47306,47306,46368,47317,46368,46366,47317,47317,46366,47318,47318,47319,47317,47317,47319,47320,47306,47317,47308,47308,47317,47320,46365,47321,46366,46366,47321,47318,46364,47322,46365,46365,47322,47321,47322,47323,47321,47321,47323,47324,47321,47324,47318,47318,47324,47319,47324,47325,47319,47319,47325,47326,47323,47327,47324,47324,47327,47325,47327,47328,47325,47325,47328,47329,47325,47329,47326,47326,47329,47330,47308,47320,47311,47311,47320,47331,47319,47326,47320,47320,47326,47331,47326,47330,47331,47331,47330,47332,47311,47331,47313,47313,47331,47332,46364,46384,47322,47322,46384,47333,46384,46382,47333,47333,46382,47334,47333,47334,47335,47335,47334,47336,47322,47333,47323,47323,47333,47335,46382,46380,47334,47334,46380,47337,46380,46381,47337,47337,46381,47338,47337,47338,47339,47339,47338,47340,47334,47337,47336,47336,47337,47339,47336,47339,47341,47341,47339,47342,47339,47340,47342,47342,47340,47343,47342,47343,47344,47344,47343,47345,47341,47342,47346,47346,47342,47344,47323,47335,47327,47327,47335,47347,47335,47336,47347,47347,47336,47341,47347,47341,47348,47348,47341,47346,47327,47347,47328,47328,47347,47348,46381,46400,47338,47338,46400,47349,46400,46398,47349,47349,46398,47350,47349,47350,47351,47351,47350,47352,47338,47349,47340,47340,47349,47351,46398,46396,47350,47350,46396,47353,46396,46397,47353,47353,46397,47354,47353,47354,47355,47355,47354,47356,47350,47353,47352,47352,47353,47355,47352,47355,47357,47357,47355,47358,47355,47356,47358,47358,47356,47359,47358,47359,47360,47360,47359,47361,47357,47358,47362,47362,47358,47360,47340,47351,47343,47343,47351,47363,47351,47352,47363,47363,47352,47357,47363,47357,47364,47364,47357,47362,47343,47363,47345,47345,47363,47364,46397,46416,47354,47354,46416,47365,46416,46414,47365,47365,46414,47366,47365,47366,47367,47367,47366,47368,47354,47365,47356,47356,47365,47367,46412,47369,46414,46414,47369,47366,46413,47370,46412,46412,47370,47369,47370,47371,47369,47369,47371,47372,47369,47372,47366,47366,47372,47368,47368,47372,47373,47373,47372,47374,47371,47375,47372,47372,47375,47374,47375,47376,47374,47374,47376,47377,47373,47374,47378,47378,47374,47377,47356,47367,47359,47359,47367,47379,47367,47368,47379,47379,47368,47373,47379,47373,47380,47380,47373,47378,47359,47379,47361,47361,47379,47380,46432,47381,46413,46413,47381,47370,46430,47382,46432,46432,47382,47381,47382,47383,47381,47381,47383,47384,47381,47384,47370,47370,47384,47371,46428,47385,46430,46430,47385,47382,46429,47386,46428,46428,47386,47385,47386,47387,47385,47385,47387,47388,47385,47388,47382,47382,47388,47383,47388,47389,47383,47383,47389,47390,47387,47391,47388,47388,47391,47389,47391,47392,47389,47389,47392,47393,47389,47393,47390,47390,47393,47394,47384,47395,47371,47371,47395,47375,47383,47390,47384,47384,47390,47395,47390,47394,47395,47395,47394,47396,47395,47396,47375,47375,47396,47376,46448,47397,46429,46429,47397,47386,46446,47398,46448,46448,47398,47397,47398,47399,47397,47397,47399,47400,47397,47400,47386,47386,47400,47387,46445,47401,46446,46446,47401,47398,46444,47402,46445,46445,47402,47401,47402,47403,47401,47401,47403,47404,47401,47404,47398,47398,47404,47399,47399,47404,47405,47405,47404,47406,47404,47403,47406,47406,47403,47407,47406,47407,47408,47408,47407,47409,47405,47406,47410,47410,47406,47408,47400,47411,47387,47387,47411,47391,47399,47405,47400,47400,47405,47411,47411,47405,47412,47412,47405,47410,47391,47411,47392,47392,47411,47412,46464,47413,46444,46444,47413,47402,46462,47414,46464,46464,47414,47413,47413,47414,47415,47415,47414,47416,47402,47413,47403,47403,47413,47415,46460,47417,46462,46462,47417,47414,46460,46461,47417,47417,46461,47418,47417,47418,47419,47419,47418,47420,47414,47417,47416,47416,47417,47419,47416,47419,47421,47421,47419,47422,47419,47420,47422,47422,47420,47423,47422,47423,47424,47424,47423,47425,47421,47422,47426,47426,47422,47424,47403,47415,47407,47407,47415,47427,47415,47416,47427,47427,47416,47421,47427,47421,47428,47428,47421,47426,47407,47427,47409,47409,47427,47428,46461,46480,47418,47418,46480,47429,46480,46478,47429,47429,46478,47430,47429,47430,47431,47431,47430,47432,47418,47429,47420,47420,47429,47431,46478,46476,47430,47430,46476,47433,46476,46477,47433,47433,46477,47434,47433,47434,47435,47435,47434,47436,47430,47433,47432,47432,47433,47435,47432,47435,47437,47437,47435,47438,47435,47436,47438,47438,47436,47439,47438,47439,47440,47440,47439,47441,47437,47438,47442,47442,47438,47440,47420,47431,47423,47423,47431,47443,47431,47432,47443,47443,47432,47437,47443,47437,47444,47444,47437,47442,47423,47443,47425,47425,47443,47444,46477,46496,47434,47434,46496,47445,46496,46494,47445,47445,46494,47446,47445,47446,47447,47447,47446,47448,47434,47445,47436,47436,47445,47447,46494,46492,47446,47446,46492,47449,46492,46493,47449,47449,46493,47450,47449,47450,47451,47451,47450,47452,47446,47449,47448,47448,47449,47451,47448,47451,47453,47453,47451,47454,47451,47452,47454,47454,47452,47455,47454,47455,47456,47456,47455,47457,47453,47454,47458,47458,47454,47456,47436,47447,47439,47439,47447,47459,47447,47448,47459,47459,47448,47453,47459,47453,47460,47460,47453,47458,47439,47459,47441,47441,47459,47460,46493,46512,47450,47450,46512,47461,46512,46510,47461,47461,46510,47462,47461,47462,47463,47463,47462,47464,47450,47461,47452,47452,47461,47463,46510,46508,47462,47462,46508,47465,46508,46509,47465,47465,46509,47466,47465,47466,47467,47467,47466,47468,47462,47465,47464,47464,47465,47467,47464,47467,47469,47469,47467,47470,47467,47468,47470,47470,47468,47471,47470,47471,47472,47472,47471,47473,47469,47470,47474,47474,47470,47472,47452,47463,47455,47455,47463,47475,47463,47464,47475,47475,47464,47469,47475,47469,47476,47476,47469,47474,47455,47475,47457,47457,47475,47476,46531,47477,46532,46532,47477,47478,46528,47479,46531,46531,47479,47477,47479,47480,47477,47477,47480,47481,47477,47481,47478,47478,47481,47482,46527,47483,46528,46528,47483,47479,46526,47484,46527,46527,47484,47483,47484,47485,47483,47483,47485,47486,47483,47486,47479,47479,47486,47480,47486,47487,47480,47480,47487,47488,47485,47489,47486,47486,47489,47487,47489,47490,47487,47487,47490,47491,47487,47491,47488,47488,47491,47492,47481,47493,47482,47482,47493,47494,47480,47488,47481,47481,47488,47493,47488,47492,47493,47493,47492,47495,47493,47495,47494,47494,47495,47496,46548,47497,46526,46526,47497,47484,46546,47498,46548,46548,47498,47497,47498,47499,47497,47497,47499,47500,47497,47500,47484,47484,47500,47485,46545,47501,46546,46546,47501,47498,46544,47502,46545,46545,47502,47501,47502,47503,47501,47501,47503,47504,47501,47504,47498,47498,47504,47499,47504,47505,47499,47499,47505,47506,47503,47507,47504,47504,47507,47505,47507,47508,47505,47505,47508,47509,47505,47509,47506,47506,47509,47510,47500,47511,47485,47485,47511,47489,47499,47506,47500,47500,47506,47511,47506,47510,47511,47511,47510,47512,47511,47512,47489,47489,47512,47490,46564,47513,46544,46544,47513,47502,46562,47514,46564,46564,47514,47513,47514,47515,47513,47513,47515,47516,47513,47516,47502,47502,47516,47503,46561,47517,46562,46562,47517,47514,46560,47518,46561,46561,47518,47517,47518,47519,47517,47517,47519,47520,47517,47520,47514,47514,47520,47515,47520,47521,47515,47515,47521,47522,47519,47523,47520,47520,47523,47521,47523,47524,47521,47521,47524,47525,47521,47525,47522,47522,47525,47526,47516,47527,47503,47503,47527,47507,47515,47522,47516,47516,47522,47527,47522,47526,47527,47527,47526,47528,47527,47528,47507,47507,47528,47508,46580,47529,46560,46560,47529,47518,46578,47530,46580,46580,47530,47529,47530,47531,47529,47529,47531,47532,47529,47532,47518,47518,47532,47519,46577,47533,46578,46578,47533,47530,46576,47534,46577,46577,47534,47533,47534,47535,47533,47533,47535,47536,47533,47536,47530,47530,47536,47531,47536,47537,47531,47531,47537,47538,47535,47539,47536,47536,47539,47537,47539,47540,47537,47537,47540,47541,47537,47541,47538,47538,47541,47542,47532,47543,47519,47519,47543,47523,47531,47538,47532,47532,47538,47543,47538,47542,47543,47543,47542,47544,47543,47544,47523,47523,47544,47524,46596,47545,46576,46576,47545,47534,46594,47546,46596,46596,47546,47545,47546,47547,47545,47545,47547,47548,47545,47548,47534,47534,47548,47535,46593,47549,46594,46594,47549,47546,46592,47550,46593,46593,47550,47549,47550,47551,47549,47549,47551,47552,47549,47552,47546,47546,47552,47547,47552,47553,47547,47547,47553,47554,47551,47555,47552,47552,47555,47553,47555,47556,47553,47553,47556,47557,47553,47557,47554,47554,47557,47558,47548,47559,47535,47535,47559,47539,47547,47554,47548,47548,47554,47559,47554,47558,47559,47559,47558,47560,47559,47560,47539,47539,47560,47540,46612,47561,46592,46592,47561,47550,46610,47562,46612,46612,47562,47561,47562,47563,47561,47561,47563,47564,47561,47564,47550,47550,47564,47551,46609,47565,46610,46610,47565,47562,46608,47566,46609,46609,47566,47565,47566,47567,47565,47565,47567,47568,47565,47568,47562,47562,47568,47563,47568,47569,47563,47563,47569,47570,47567,47571,47568,47568,47571,47569,47571,47572,47569,47569,47572,47573,47569,47573,47570,47570,47573,47574,47564,47575,47551,47551,47575,47555,47563,47570,47564,47564,47570,47575,47570,47574,47575,47575,47574,47576,47575,47576,47555,47555,47576,47556,46628,47577,46608,46608,47577,47566,46626,47578,46628,46628,47578,47577,47578,47579,47577,47577,47579,47580,47577,47580,47566,47566,47580,47567,46624,47581,46626,46626,47581,47578,46624,46625,47581,47581,46625,47582,47582,47583,47581,47581,47583,47584,47581,47584,47578,47578,47584,47579,47584,47585,47579,47579,47585,47586,47583,47587,47584,47584,47587,47585,47587,47588,47585,47585,47588,47589,47585,47589,47586,47586,47589,47590,47580,47591,47567,47567,47591,47571,47579,47586,47580,47580,47586,47591,47586,47590,47591,47591,47590,47592,47591,47592,47571,47571,47592,47572,46625,46644,47582,47582,46644,47593,46644,46642,47593,47593,46642,47594,47593,47594,47595,47595,47594,47596,47582,47593,47583,47583,47593,47595,46642,46640,47594,47594,46640,47597,46641,47598,46640,46640,47598,47597,47598,47599,47597,47597,47599,47600,47594,47597,47596,47596,47597,47600,47596,47600,47601,47601,47600,47602,47599,47603,47600,47600,47603,47602,47603,47604,47602,47602,47604,47605,47602,47605,47601,47601,47605,47606,47583,47595,47587,47587,47595,47607,47595,47596,47607,47607,47596,47601,47601,47606,47607,47607,47606,47608,47607,47608,47587,47587,47608,47588,46660,47609,46641,46641,47609,47598,46658,47610,46660,46660,47610,47609,47610,47611,47609,47609,47611,47612,47609,47612,47598,47598,47612,47599,46657,47613,46658,46658,47613,47610,46656,47614,46657,46657,47614,47613,47614,47615,47613,47613,47615,47616,47613,47616,47610,47610,47616,47611,47616,47617,47611,47611,47617,47618,47615,47619,47616,47616,47619,47617,47619,47620,47617,47617,47620,47621,47617,47621,47618,47618,47621,47622,47612,47623,47599,47599,47623,47603,47611,47618,47612,47612,47618,47623,47618,47622,47623,47623,47622,47624,47623,47624,47603,47603,47624,47604,46676,47625,46656,46656,47625,47614,46674,47626,46676,46676,47626,47625,47626,47627,47625,47625,47627,47628,47625,47628,47614,47614,47628,47615,46673,47629,46674,46674,47629,47626,46672,47630,46673,46673,47630,47629,47630,47631,47629,47629,47631,47632,47629,47632,47626,47626,47632,47627,47632,47633,47627,47627,47633,47634,47631,47635,47632,47632,47635,47633,47635,47636,47633,47633,47636,47637,47633,47637,47634,47634,47637,47638,47628,47639,47615,47615,47639,47619,47627,47634,47628,47628,47634,47639,47634,47638,47639,47639,47638,47640,47639,47640,47619,47619,47640,47620,46692,47641,46672,46672,47641,47630,46690,47642,46692,46692,47642,47641,47642,47643,47641,47641,47643,47644,47641,47644,47630,47630,47644,47631,46689,47645,46690,46690,47645,47642,46688,47646,46689,46689,47646,47645,47646,47647,47645,47645,47647,47648,47645,47648,47642,47642,47648,47643,47648,47649,47643,47643,47649,47650,47647,47651,47648,47648,47651,47649,47651,47652,47649,47649,47652,47653,47649,47653,47650,47650,47653,47654,47644,47655,47631,47631,47655,47635,47643,47650,47644,47644,47650,47655,47650,47654,47655,47655,47654,47656,47655,47656,47635,47635,47656,47636,46708,47657,46688,46688,47657,47646,46706,47658,46708,46708,47658,47657,47658,47659,47657,47657,47659,47660,47657,47660,47646,47646,47660,47647,46705,47661,46706,46706,47661,47658,46704,47662,46705,46705,47662,47661,47662,47663,47661,47661,47663,47664,47661,47664,47658,47658,47664,47659,47664,47665,47659,47659,47665,47666,47663,47667,47664,47664,47667,47665,47667,47668,47665,47665,47668,47669,47665,47669,47666,47666,47669,47670,47660,47671,47647,47647,47671,47651,47659,47666,47660,47660,47666,47671,47666,47670,47671,47671,47670,47672,47671,47672,47651,47651,47672,47652,46724,47673,46704,46704,47673,47662,46722,47674,46724,46724,47674,47673,47674,47675,47673,47673,47675,47676,47673,47676,47662,47662,47676,47663,46721,47677,46722,46722,47677,47674,46720,47678,46721,46721,47678,47677,47678,47679,47677,47677,47679,47680,47677,47680,47674,47674,47680,47675,47680,47681,47675,47675,47681,47682,47679,47683,47680,47680,47683,47681,47683,47684,47681,47681,47684,47685,47681,47685,47682,47682,47685,47686,47676,47687,47663,47663,47687,47667,47675,47682,47676,47676,47682,47687,47682,47686,47687,47687,47686,47688,47687,47688,47667,47667,47688,47668,46740,47689,46720,46720,47689,47678,46738,47690,46740,46740,47690,47689,47690,47691,47689,47689,47691,47692,47689,47692,47678,47678,47692,47679,46737,47693,46738,46738,47693,47690,46736,47694,46737,46737,47694,47693,47694,47695,47693,47693,47695,47696,47693,47696,47690,47690,47696,47691,47696,47697,47691,47691,47697,47698,47695,47699,47696,47696,47699,47697,47699,47700,47697,47697,47700,47701,47697,47701,47698,47698,47701,47702,47692,47703,47679,47679,47703,47683,47691,47698,47692,47692,47698,47703,47698,47702,47703,47703,47702,47704,47703,47704,47683,47683,47704,47684,46756,47705,46736,46736,47705,47694,46754,47706,46756,46756,47706,47705,47706,47707,47705,47705,47707,47708,47705,47708,47694,47694,47708,47695,46753,47709,46754,46754,47709,47706,46752,47710,46753,46753,47710,47709,47710,47711,47709,47709,47711,47712,47709,47712,47706,47706,47712,47707,47712,47713,47707,47707,47713,47714,47711,47715,47712,47712,47715,47713,47715,47716,47713,47713,47716,47717,47713,47717,47714,47714,47717,47718,47708,47719,47695,47695,47719,47699,47707,47714,47708,47708,47714,47719,47714,47718,47719,47719,47718,47720,47719,47720,47699,47699,47720,47700,46772,47721,46752,46752,47721,47710,46770,47722,46772,46772,47722,47721,47722,47723,47721,47721,47723,47724,47721,47724,47710,47710,47724,47711,46769,47725,46770,46770,47725,47722,46768,47726,46769,46769,47726,47725,47726,47727,47725,47725,47727,47728,47725,47728,47722,47722,47728,47723,47728,47729,47723,47723,47729,47730,47727,47731,47728,47728,47731,47729,47731,47732,47729,47729,47732,47733,47729,47733,47730,47730,47733,47734,47724,47735,47711,47711,47735,47715,47723,47730,47724,47724,47730,47735,47730,47734,47735,47735,47734,47736,47735,47736,47715,47715,47736,47716,46788,47737,46768,46768,47737,47726,46786,47738,46788,46788,47738,47737,47738,47739,47737,47737,47739,47740,47737,47740,47726,47726,47740,47727,46785,47741,46786,46786,47741,47738,46784,47742,46785,46785,47742,47741,47742,47743,47741,47741,47743,47744,47741,47744,47738,47738,47744,47739,47744,47745,47739,47739,47745,47746,47743,47747,47744,47744,47747,47745,47747,47748,47745,47745,47748,47749,47745,47749,47746,47746,47749,47750,47740,47751,47727,47727,47751,47731,47739,47746,47740,47740,47746,47751,47746,47750,47751,47751,47750,47752,47751,47752,47731,47731,47752,47732,46804,47753,46784,46784,47753,47742,46802,47754,46804,46804,47754,47753,47754,47755,47753,47753,47755,47756,47753,47756,47742,47742,47756,47743,46801,47757,46802,46802,47757,47754,46800,47758,46801,46801,47758,47757,47758,47759,47757,47757,47759,47760,47757,47760,47754,47754,47760,47755,47760,47761,47755,47755,47761,47762,47759,47763,47760,47760,47763,47761,47763,47764,47761,47761,47764,47765,47761,47765,47762,47762,47765,47766,47756,47767,47743,47743,47767,47747,47755,47762,47756,47756,47762,47767,47762,47766,47767,47767,47766,47768,47767,47768,47747,47747,47768,47748,46820,47769,46800,46800,47769,47758,46818,47770,46820,46820,47770,47769,47770,47771,47769,47769,47771,47772,47769,47772,47758,47758,47772,47759,46817,47773,46818,46818,47773,47770,46816,47774,46817,46817,47774,47773,47774,47775,47773,47773,47775,47776,47773,47776,47770,47770,47776,47771,47776,47777,47771,47771,47777,47778,47775,47779,47776,47776,47779,47777,47779,47780,47777,47777,47780,47781,47777,47781,47778,47778,47781,47782,47772,47783,47759,47759,47783,47763,47771,47778,47772,47772,47778,47783,47778,47782,47783,47783,47782,47784,47783,47784,47763,47763,47784,47764,46836,47785,46816,46816,47785,47774,46834,47786,46836,46836,47786,47785,47786,47787,47785,47785,47787,47788,47785,47788,47774,47774,47788,47775,46833,47789,46834,46834,47789,47786,46832,47790,46833,46833,47790,47789,47790,47791,47789,47789,47791,47792,47789,47792,47786,47786,47792,47787,47792,47793,47787,47787,47793,47794,47791,47795,47792,47792,47795,47793,47795,47796,47793,47793,47796,47797,47793,47797,47794,47794,47797,47798,47788,47799,47775,47775,47799,47779,47787,47794,47788,47788,47794,47799,47794,47798,47799,47799,47798,47800,47799,47800,47779,47779,47800,47780,46852,47801,46832,46832,47801,47790,46850,47802,46852,46852,47802,47801,47802,47803,47801,47801,47803,47804,47801,47804,47790,47790,47804,47791,46849,47805,46850,46850,47805,47802,46848,47806,46849,46849,47806,47805,47805,47806,47807,47807,47806,47808,47802,47805,47803,47803,47805,47807,47803,47807,47809,47809,47807,47810,47807,47808,47810,47810,47808,47811,47810,47811,47812,47812,47811,47813,47809,47810,47814,47814,47810,47812,47791,47804,47795,47795,47804,47815,47804,47803,47815,47815,47803,47809,47815,47809,47816,47816,47809,47814,47795,47815,47796,47796,47815,47816,46868,47817,46848,46848,47817,47806,46866,47818,46868,46868,47818,47817,47817,47818,47819,47819,47818,47820,47806,47817,47808,47808,47817,47819,46866,46864,47818,47818,46864,47821,46864,46865,47821,47821,46865,47822,47821,47822,47823,47823,47822,47824,47818,47821,47820,47820,47821,47823,47820,47823,47825,47825,47823,47826,47823,47824,47826,47826,47824,47827,47826,47827,47828,47828,47827,47829,47825,47826,47830,47830,47826,47828,47808,47819,47811,47811,47819,47831,47819,47820,47831,47831,47820,47825,47831,47825,47832,47832,47825,47830,47811,47831,47813,47813,47831,47832,46865,46884,47822,47822,46884,47833,46884,46882,47833,47833,46882,47834,47833,47834,47835,47835,47834,47836,47822,47833,47824,47824,47833,47835,46882,46880,47834,47834,46880,47837,46880,46881,47837,47837,46881,47838,47837,47838,47839,47839,47838,47840,47834,47837,47836,47836,47837,47839,47836,47839,47841,47841,47839,47842,47839,47840,47842,47842,47840,47843,47842,47843,47844,47844,47843,47845,47841,47842,47846,47846,47842,47844,47824,47835,47827,47827,47835,47847,47835,47836,47847,47847,47836,47841,47847,47841,47848,47848,47841,47846,47827,47847,47829,47829,47847,47848,46881,46900,47838,47838,46900,47849,46900,46898,47849,47849,46898,47850,47850,47851,47849,47849,47851,47852,47838,47849,47840,47840,47849,47852,46897,47853,46898,46898,47853,47850,46896,47854,46897,46897,47854,47853,47854,47855,47853,47853,47855,47856,47853,47856,47850,47850,47856,47851,47856,47857,47851,47851,47857,47858,47855,47859,47856,47856,47859,47857,47859,47860,47857,47857,47860,47861,47857,47861,47858,47858,47861,47862,47840,47852,47843,47843,47852,47863,47851,47858,47852,47852,47858,47863,47858,47862,47863,47863,47862,47864,47863,47864,47843,47843,47864,47845,46916,47865,46896,46896,47865,47854,46914,47866,46916,46916,47866,47865,47866,47867,47865,47865,47867,47868,47865,47868,47854,47854,47868,47855,46914,46912,47866,47866,46912,47869,46912,46913,47869,47869,46913,47870,47869,47870,47871,47871,47870,47872,47866,47869,47867,47867,47869,47871,47871,47873,47867,47867,47873,47874,47872,47875,47871,47871,47875,47873,47875,47876,47873,47873,47876,47877,47873,47877,47874,47874,47877,47878,47868,47879,47855,47855,47879,47859,47867,47874,47868,47868,47874,47879,47874,47878,47879,47879,47878,47880,47879,47880,47859,47859,47880,47860,46913,46932,47870,47870,46932,47881,46930,47882,46932,46932,47882,47881,47882,47883,47881,47881,47883,47884,47881,47884,47870,47870,47884,47872,46929,47885,46930,46930,47885,47882,46928,47886,46929,46929,47886,47885,47886,47887,47885,47885,47887,47888,47885,47888,47882,47882,47888,47883,47888,47889,47883,47883,47889,47890,47887,47891,47888,47888,47891,47889,47891,47892,47889,47889,47892,47893,47889,47893,47890,47890,47893,47894,47884,47895,47872,47872,47895,47875,47883,47890,47884,47884,47890,47895,47890,47894,47895,47895,47894,47896,47895,47896,47875,47875,47896,47876,46948,47897,46928,46928,47897,47886,46946,47898,46948,46948,47898,47897,47898,47899,47897,47897,47899,47900,47897,47900,47886,47886,47900,47887,46945,47901,46946,46946,47901,47898,46944,47902,46945,46945,47902,47901,47902,47903,47901,47901,47903,47904,47901,47904,47898,47898,47904,47899,47904,47905,47899,47899,47905,47906,47903,47907,47904,47904,47907,47905,47907,47908,47905,47905,47908,47909,47905,47909,47906,47906,47909,47910,47900,47911,47887,47887,47911,47891,47899,47906,47900,47900,47906,47911,47906,47910,47911,47911,47910,47912,47911,47912,47891,47891,47912,47892,46964,47913,46944,46944,47913,47902,46962,47914,46964,46964,47914,47913,47914,47915,47913,47913,47915,47916,47913,47916,47902,47902,47916,47903,46961,47917,46962,46962,47917,47914,46960,47918,46961,46961,47918,47917,47918,47919,47917,47917,47919,47920,47917,47920,47914,47914,47920,47915,47920,47921,47915,47915,47921,47922,47919,47923,47920,47920,47923,47921,47923,47924,47921,47921,47924,47925,47921,47925,47922,47922,47925,47926,47916,47927,47903,47903,47927,47907,47915,47922,47916,47916,47922,47927,47922,47926,47927,47927,47926,47928,47927,47928,47907,47907,47928,47908,46980,47929,46960,46960,47929,47918,46978,47930,46980,46980,47930,47929,47930,47931,47929,47929,47931,47932,47929,47932,47918,47918,47932,47919,46977,47933,46978,46978,47933,47930,46976,47934,46977,46977,47934,47933,47934,47935,47933,47933,47935,47936,47933,47936,47930,47930,47936,47931,47936,47937,47931,47931,47937,47938,47935,47939,47936,47936,47939,47937,47937,47939,47940,47940,47939,47941,47937,47940,47938,47938,47940,47942,47932,47943,47919,47919,47943,47923,47931,47938,47932,47932,47938,47943,47938,47942,47943,47943,47942,47944,47943,47944,47923,47923,47944,47924,46996,47945,46976,46976,47945,47934,46994,47946,46996,46996,47946,47945,47946,47947,47945,47945,47947,47948,47945,47948,47934,47934,47948,47935,46993,47949,46994,46994,47949,47946,46992,47950,46993,46993,47950,47949,47950,47951,47949,47949,47951,47952,47949,47952,47946,47946,47952,47947,47952,47953,47947,47947,47953,47954,47951,47955,47952,47952,47955,47953,47955,47956,47953,47953,47956,47957,47953,47957,47954,47954,47957,47958,47948,47959,47935,47935,47959,47939,47947,47954,47948,47948,47954,47959,47954,47958,47959,47959,47958,47960,47939,47959,47941,47941,47959,47960,47012,47961,46992,46992,47961,47950,47010,47962,47012,47012,47962,47961,47962,47963,47961,47961,47963,47964,47961,47964,47950,47950,47964,47951,47009,47965,47010,47010,47965,47962,47008,47966,47009,47009,47966,47965,47966,47967,47965,47965,47967,47968,47965,47968,47962,47962,47968,47963,47968,47969,47963,47963,47969,47970,47967,47971,47968,47968,47971,47969,47971,47972,47969,47969,47972,47973,47969,47973,47970,47970,47973,47974,47964,47975,47951,47951,47975,47955,47963,47970,47964,47964,47970,47975,47970,47974,47975,47975,47974,47976,47975,47976,47955,47955,47976,47956,47028,47977,47008,47008,47977,47966,47026,47978,47028,47028,47978,47977,47978,47979,47977,47977,47979,47980,47977,47980,47966,47966,47980,47967,47025,47981,47026,47026,47981,47978,47024,47982,47025,47025,47982,47981,47982,47983,47981,47981,47983,47984,47981,47984,47978,47978,47984,47979,47984,47985,47979,47979,47985,47986,47983,47987,47984,47984,47987,47985,47987,47988,47985,47985,47988,47989,47985,47989,47986,47986,47989,47990,47980,47991,47967,47967,47991,47971,47979,47986,47980,47980,47986,47991,47986,47990,47991,47991,47990,47992,47991,47992,47971,47971,47992,47972,47044,47993,47024,47024,47993,47982,47044,47042,47993,47993,47042,47994,47993,47994,47995,47995,47994,47996,47993,47995,47982,47982,47995,47983,47042,47040,47994,47994,47040,47997,47040,47041,47997,47997,47041,47998,47997,47998,47999,47999,47998,48000,47994,47997,47996,47996,47997,47999,47996,47999,48001,48001,47999,48002,47999,48000,48002,48002,48000,48003,48002,48003,48004,48004,48003,48005,48001,48002,48006,48006,48002,48004,47995,48007,47983,47983,48007,47987,47995,47996,48007,48007,47996,48001,48001,48006,48007,48007,48006,48008,48007,48008,47987,47987,48008,47988,47041,47060,47998,47998,47060,48009,47058,48010,47060,47060,48010,48009,48009,48010,48011,48011,48010,48012,47998,48009,48000,48000,48009,48011,47057,48013,47058,47058,48013,48010,47056,48014,47057,47057,48014,48013,48014,48015,48013,48013,48015,48016,48013,48016,48010,48010,48016,48012,48016,48017,48012,48012,48017,48018,48015,48019,48016,48016,48019,48017,48019,48020,48017,48017,48020,48021,48017,48021,48018,48018,48021,48022,48000,48011,48003,48003,48011,48023,48011,48012,48023,48023,48012,48018,48023,48018,48024,48024,48018,48022,48003,48023,48005,48005,48023,48024,47076,48025,47056,47056,48025,48014,47076,47074,48025,48025,47074,48026,48025,48026,48027,48027,48026,48028,48025,48027,48014,48014,48027,48015,47074,47072,48026,48026,47072,48029,47072,47073,48029,48029,47073,48030,48029,48030,48031,48031,48030,48032,48026,48029,48028,48028,48029,48031,48028,48031,48033,48033,48031,48034,48031,48032,48034,48034,48032,48035,48034,48035,48036,48036,48035,48037,48033,48034,48038,48038,48034,48036,48027,48039,48015,48015,48039,48019,48027,48028,48039,48039,48028,48033,48039,48033,48040,48040,48033,48038,48039,48040,48019,48019,48040,48020,47073,47092,48030,48030,47092,48041,47092,47090,48041,48041,47090,48042,48041,48042,48043,48043,48042,48044,48030,48041,48032,48032,48041,48043,47089,48045,47090,47090,48045,48042,47088,48046,47089,47089,48046,48045,48046,48047,48045,48045,48047,48048,48045,48048,48042,48042,48048,48044,48048,48049,48044,48044,48049,48050,48047,48051,48048,48048,48051,48049,48051,48052,48049,48049,48052,48053,48049,48053,48050,48050,48053,48054,48032,48043,48035,48035,48043,48055,48043,48044,48055,48055,48044,48050,48055,48050,48056,48056,48050,48054,48035,48055,48037,48037,48055,48056,47108,48057,47088,47088,48057,48046,47106,48058,47108,47108,48058,48057,48058,48059,48057,48057,48059,48060,48057,48060,48046,48046,48060,48047,47105,48061,47106,47106,48061,48058,47104,48062,47105,47105,48062,48061,48062,48063,48061,48061,48063,48064,48061,48064,48058,48058,48064,48059,48064,48065,48059,48059,48065,48066,48063,48067,48064,48064,48067,48065,48067,48068,48065,48065,48068,48069,48065,48069,48066,48066,48069,48070,48060,48071,48047,48047,48071,48051,48059,48066,48060,48060,48066,48071,48066,48070,48071,48071,48070,48072,48071,48072,48051,48051,48072,48052,47124,48073,47104,47104,48073,48062,47122,48074,47124,47124,48074,48073,48074,48075,48073,48073,48075,48076,48073,48076,48062,48062,48076,48063,47120,48077,47122,47122,48077,48074,47120,47121,48077,48077,47121,48078,48078,48079,48077,48077,48079,48080,48077,48080,48074,48074,48080,48075,48080,48081,48075,48075,48081,48082,48079,48083,48080,48080,48083,48081,48083,48084,48081,48081,48084,48085,48081,48085,48082,48082,48085,48086,48076,48087,48063,48063,48087,48067,48075,48082,48076,48076,48082,48087,48082,48086,48087,48087,48086,48088,48087,48088,48067,48067,48088,48068,47121,47140,48078,48078,47140,48089,47140,47138,48089,48089,47138,48090,48089,48090,48091,48091,48090,48092,48078,48089,48079,48079,48089,48091,47138,47136,48090,48090,47136,48093,47136,47137,48093,48093,47137,48094,48094,48095,48093,48093,48095,48096,48090,48093,48092,48092,48093,48096,48096,48097,48092,48092,48097,48098,48095,48099,48096,48096,48099,48097,48099,48100,48097,48097,48100,48101,48097,48101,48098,48098,48101,48102,48079,48091,48083,48083,48091,48103,48091,48092,48103,48103,48092,48098,48103,48098,48104,48104,48098,48102,48083,48103,48084,48084,48103,48104,47156,48105,47137,47137,48105,48094,47154,48106,47156,47156,48106,48105,48106,48107,48105,48105,48107,48108,48105,48108,48094,48094,48108,48095,47153,48109,47154,47154,48109,48106,47152,48110,47153,47153,48110,48109,48109,48110,48111,48111,48110,48112,48109,48111,48106,48106,48111,48107,48111,48113,48107,48107,48113,48114,48112,48115,48111,48111,48115,48113,48115,48116,48113,48113,48116,48117,48113,48117,48114,48114,48117,48118,48108,48119,48095,48095,48119,48099,48107,48114,48108,48108,48114,48119,48114,48118,48119,48119,48118,48120,48119,48120,48099,48099,48120,48100,47172,48121,47152,47152,48121,48110,47172,47170,48121,48121,47170,48122,48121,48122,48123,48123,48122,48124,48110,48121,48112,48112,48121,48123,47170,47168,48122,48122,47168,48125,47168,47169,48125,48125,47169,48126,48125,48126,48127,48127,48126,48128,48122,48125,48124,48124,48125,48127,48124,48127,48129,48129,48127,48130,48127,48128,48130,48130,48128,48131,48130,48131,48132,48132,48131,48133,48129,48130,48134,48134,48130,48132,48112,48123,48115,48115,48123,48135,48123,48124,48135,48135,48124,48129,48135,48129,48136,48136,48129,48134,48115,48135,48116,48116,48135,48136,47169,47188,48126,48126,47188,48137,47188,47186,48137,48137,47186,48138,48137,48138,48139,48139,48138,48140,48126,48137,48128,48128,48137,48139,47186,47184,48138,48138,47184,48141,47184,47185,48141,48141,47185,48142,48141,48142,48143,48143,48142,48144,48138,48141,48140,48140,48141,48143,48140,48143,48145,48145,48143,48146,48143,48144,48146,48146,48144,48147,48146,48147,48148,48148,48147,48149,48145,48146,48150,48150,48146,48148,48128,48139,48131,48131,48139,48151,48139,48140,48151,48151,48140,48145,48151,48145,48152,48152,48145,48150,48131,48151,48133,48133,48151,48152,47185,47204,48142,48142,47204,48153,47204,47202,48153,48153,47202,48154,48153,48154,48155,48155,48154,48156,48142,48153,48144,48144,48153,48155,47202,47200,48154,48154,47200,48157,47200,47201,48157,48157,47201,48158,48157,48158,48159,48159,48158,48160,48154,48157,48156,48156,48157,48159,48156,48159,48161,48161,48159,48162,48159,48160,48162,48162,48160,48163,48162,48163,48164,48164,48163,48165,48161,48162,48166,48166,48162,48164,48144,48155,48147,48147,48155,48167,48155,48156,48167,48167,48156,48161,48167,48161,48168,48168,48161,48166,48147,48167,48149,48149,48167,48168,47201,47220,48158,48158,47220,48169,47220,47218,48169,48169,47218,48170,48169,48170,48171,48171,48170,48172,48158,48169,48160,48160,48169,48171,47218,47216,48170,48170,47216,48173,47216,47217,48173,48173,47217,48174,48173,48174,48175,48175,48174,48176,48170,48173,48172,48172,48173,48175,48172,48175,48177,48177,48175,48178,48175,48176,48178,48178,48176,48179,48178,48179,48180,48180,48179,48181,48177,48178,48182,48182,48178,48180,48160,48171,48163,48163,48171,48183,48171,48172,48183,48183,48172,48177,48183,48177,48184,48184,48177,48182,48163,48183,48165,48165,48183,48184,47217,47236,48174,48174,47236,48185,47236,47234,48185,48185,47234,48186,48185,48186,48187,48187,48186,48188,48174,48185,48176,48176,48185,48187,47234,47232,48186,48186,47232,48189,47232,47233,48189,48189,47233,48190,48189,48190,48191,48191,48190,48192,48186,48189,48188,48188,48189,48191,48188,48191,48193,48193,48191,48194,48191,48192,48194,48194,48192,48195,48194,48195,48196,48196,48195,48197,48193,48194,48198,48198,48194,48196,48176,48187,48179,48179,48187,48199,48187,48188,48199,48199,48188,48193,48199,48193,48200,48200,48193,48198,48179,48199,48181,48181,48199,48200,47233,47252,48190,48190,47252,48201,47252,47250,48201,48201,47250,48202,48201,48202,48203,48203,48202,48204,48190,48201,48192,48192,48201,48203,47250,47248,48202,48202,47248,48205,47248,47249,48205,48205,47249,48206,48205,48206,48207,48207,48206,48208,48202,48205,48204,48204,48205,48207,48204,48207,48209,48209,48207,48210,48207,48208,48210,48210,48208,48211,48210,48211,48212,48212,48211,48213,48209,48210,48214,48214,48210,48212,48192,48203,48195,48195,48203,48215,48203,48204,48215,48215,48204,48209,48215,48209,48216,48216,48209,48214,48195,48215,48197,48197,48215,48216,47249,47268,48206,48206,47268,48217,47268,47266,48217,48217,47266,48218,48217,48218,48219,48219,48218,48220,48206,48217,48208,48208,48217,48219,47266,47264,48218,48218,47264,48221,47264,47265,48221,48221,47265,48222,48221,48222,48223,48223,48222,48224,48218,48221,48220,48220,48221,48223,48220,48223,48225,48225,48223,48226,48223,48224,48226,48226,48224,48227,48226,48227,48228,48228,48227,48229,48225,48226,48230,48230,48226,48228,48208,48219,48211,48211,48219,48231,48219,48220,48231,48231,48220,48225,48231,48225,48232,48232,48225,48230,48211,48231,48213,48213,48231,48232,47265,47284,48222,48222,47284,48233,47284,47282,48233,48233,47282,48234,48233,48234,48235,48235,48234,48236,48222,48233,48224,48224,48233,48235,47282,47280,48234,48234,47280,48237,47280,47281,48237,48237,47281,48238,48237,48238,48239,48239,48238,48240,48234,48237,48236,48236,48237,48239,48236,48239,48241,48241,48239,48242,48239,48240,48242,48242,48240,48243,48242,48243,48244,48244,48243,48245,48241,48242,48246,48246,48242,48244,48224,48235,48227,48227,48235,48247,48235,48236,48247,48247,48236,48241,48247,48241,48248,48248,48241,48246,48227,48247,48229,48229,48247,48248,47281,47300,48238,48238,47300,48249,47300,47298,48249,48249,47298,48250,48249,48250,48251,48251,48250,48252,48238,48249,48240,48240,48249,48251,47298,47296,48250,48250,47296,48253,47296,47297,48253,48253,47297,48254,48253,48254,48255,48255,48254,48256,48250,48253,48252,48252,48253,48255,48252,48255,48257,48257,48255,48258,48255,48256,48258,48258,48256,48259,48258,48259,48260,48260,48259,48261,48257,48258,48262,48262,48258,48260,48240,48251,48243,48243,48251,48263,48251,48252,48263,48263,48252,48257,48263,48257,48264,48264,48257,48262,48243,48263,48245,48245,48263,48264,47297,47316,48254,48254,47316,48265,47316,47314,48265,48265,47314,48266,48265,48266,48267,48267,48266,48268,48254,48265,48256,48256,48265,48267,47314,47312,48266,48266,47312,48269,47312,47313,48269,48269,47313,48270,48269,48270,48271,48271,48270,48272,48266,48269,48268,48268,48269,48271,48268,48271,48273,48273,48271,48274,48271,48272,48274,48274,48272,48275,48274,48275,48276,48276,48275,48277,48273,48274,48278,48278,48274,48276,48256,48267,48259,48259,48267,48279,48267,48268,48279,48279,48268,48273,48279,48273,48280,48280,48273,48278,48259,48279,48261,48261,48279,48280,47313,47332,48270,48270,47332,48281,47330,48282,47332,47332,48282,48281,48282,48283,48281,48281,48283,48284,48270,48281,48272,48272,48281,48284,47329,48285,47330,47330,48285,48282,47328,48286,47329,47329,48286,48285,48286,48287,48285,48285,48287,48288,48285,48288,48282,48282,48288,48283,48288,48289,48283,48283,48289,48290,48287,48291,48288,48288,48291,48289,48291,48292,48289,48289,48292,48293,48289,48293,48290,48290,48293,48294,48284,48295,48272,48272,48295,48275,48283,48290,48284,48284,48290,48295,48290,48294,48295,48295,48294,48296,48295,48296,48275,48275,48296,48277,47348,48297,47328,47328,48297,48286,47348,47346,48297,48297,47346,48298,48298,48299,48297,48297,48299,48300,48297,48300,48286,48286,48300,48287,47346,47344,48298,48298,47344,48301,47344,47345,48301,48301,47345,48302,48302,48303,48301,48301,48303,48304,48301,48304,48298,48298,48304,48299,48304,48305,48299,48299,48305,48306,48303,48307,48304,48304,48307,48305,48307,48308,48305,48305,48308,48309,48305,48309,48306,48306,48309,48310,48300,48311,48287,48287,48311,48291,48299,48306,48300,48300,48306,48311,48306,48310,48311,48311,48310,48312,48311,48312,48291,48291,48312,48292,47345,47364,48302,48302,47364,48313,47364,47362,48313,48313,47362,48314,48314,48315,48313,48313,48315,48316,48313,48316,48302,48302,48316,48303,47362,47360,48314,48314,47360,48317,47360,47361,48317,48317,47361,48318,48318,48319,48317,48317,48319,48320,48317,48320,48314,48314,48320,48315,48320,48321,48315,48315,48321,48322,48319,48323,48320,48320,48323,48321,48323,48324,48321,48321,48324,48325,48321,48325,48322,48322,48325,48326,48316,48327,48303,48303,48327,48307,48315,48322,48316,48316,48322,48327,48322,48326,48327,48327,48326,48328,48327,48328,48307,48307,48328,48308,47380,48329,47361,47361,48329,48318,47378,48330,47380,47380,48330,48329,48330,48331,48329,48329,48331,48332,48329,48332,48318,48318,48332,48319,47377,48333,47378,47378,48333,48330,47376,48334,47377,47377,48334,48333,48334,48335,48333,48333,48335,48336,48333,48336,48330,48330,48336,48331,48336,48337,48331,48331,48337,48338,48335,48339,48336,48336,48339,48337,48339,48340,48337,48337,48340,48341,48337,48341,48338,48338,48341,48342,48332,48343,48319,48319,48343,48323,48331,48338,48332,48332,48338,48343,48338,48342,48343,48343,48342,48344,48343,48344,48323,48323,48344,48324,47396,48345,47376,47376,48345,48334,47394,48346,47396,47396,48346,48345,48345,48346,48347,48347,48346,48348,48345,48347,48334,48334,48347,48335,47393,48349,47394,47394,48349,48346,47393,47392,48349,48349,47392,48350,48349,48350,48351,48351,48350,48352,48346,48349,48348,48348,48349,48351,48348,48351,48353,48353,48351,48354,48351,48352,48354,48354,48352,48355,48354,48355,48356,48356,48355,48357,48353,48354,48358,48358,48354,48356,48347,48359,48335,48335,48359,48339,48347,48348,48359,48359,48348,48353,48359,48353,48360,48360,48353,48358,48359,48360,48339,48339,48360,48340,47392,47412,48350,48350,47412,48361,47412,47410,48361,48361,47410,48362,48361,48362,48363,48363,48362,48364,48350,48361,48352,48352,48361,48363,47410,47408,48362,48362,47408,48365,47408,47409,48365,48365,47409,48366,48365,48366,48367,48367,48366,48368,48362,48365,48364,48364,48365,48367,48364,48367,48369,48369,48367,48370,48367,48368,48370,48370,48368,48371,48370,48371,48372,48372,48371,48373,48369,48370,48374,48374,48370,48372,48352,48363,48355,48355,48363,48375,48363,48364,48375,48375,48364,48369,48375,48369,48376,48376,48369,48374,48355,48375,48357,48357,48375,48376,47409,47428,48366,48366,47428,48377,47428,47426,48377,48377,47426,48378,48377,48378,48379,48379,48378,48380,48366,48377,48368,48368,48377,48379,47426,47424,48378,48378,47424,48381,47424,47425,48381,48381,47425,48382,48381,48382,48383,48383,48382,48384,48378,48381,48380,48380,48381,48383,48380,48383,48385,48385,48383,48386,48383,48384,48386,48386,48384,48387,48386,48387,48388,48388,48387,48389,48385,48386,48390,48390,48386,48388,48368,48379,48371,48371,48379,48391,48379,48380,48391,48391,48380,48385,48391,48385,48392,48392,48385,48390,48371,48391,48373,48373,48391,48392,47425,47444,48382,48382,47444,48393,47444,47442,48393,48393,47442,48394,48393,48394,48395,48395,48394,48396,48382,48393,48384,48384,48393,48395,47442,47440,48394,48394,47440,48397,47440,47441,48397,48397,47441,48398,48397,48398,48399,48399,48398,48400,48394,48397,48396,48396,48397,48399,48396,48399,48401,48401,48399,48402,48399,48400,48402,48402,48400,48403,48402,48403,48404,48404,48403,48405,48401,48402,48406,48406,48402,48404,48384,48395,48387,48387,48395,48407,48395,48396,48407,48407,48396,48401,48407,48401,48408,48408,48401,48406,48387,48407,48389,48389,48407,48408,47441,47460,48398,48398,47460,48409,47460,47458,48409,48409,47458,48410,48409,48410,48411,48411,48410,48412,48398,48409,48400,48400,48409,48411,47458,47456,48410,48410,47456,48413,47456,47457,48413,48413,47457,48414,48413,48414,48415,48415,48414,48416,48410,48413,48412,48412,48413,48415,48412,48415,48417,48417,48415,48418,48415,48416,48418,48418,48416,48419,48418,48419,48420,48420,48419,48421,48417,48418,48422,48422,48418,48420,48400,48411,48403,48403,48411,48423,48411,48412,48423,48423,48412,48417,48423,48417,48424,48424,48417,48422,48403,48423,48405,48405,48423,48424,47457,47476,48414,48414,47476,48425,47476,47474,48425,48425,47474,48426,48425,48426,48427,48427,48426,48428,48414,48425,48416,48416,48425,48427,47474,47472,48426,48426,47472,48429,47472,47473,48429,48429,47473,48430,48429,48430,48431,48431,48430,48432,48426,48429,48428,48428,48429,48431,48428,48431,48433,48433,48431,48434,48431,48432,48434,48434,48432,48435,48434,48435,48436,48436,48435,48437,48433,48434,48438,48438,48434,48436,48416,48427,48419,48419,48427,48439,48427,48428,48439,48439,48428,48433,48439,48433,48440,48440,48433,48438,48419,48439,48421,48421,48439,48440,47495,48441,47496,47496,48441,48442,47492,48443,47495,47495,48443,48441,48443,48444,48441,48441,48444,48445,48441,48445,48442,48442,48445,48446,47491,48447,47492,47492,48447,48443,47490,48448,47491,47491,48448,48447,48448,48449,48447,48447,48449,48450,48447,48450,48443,48443,48450,48444,48450,48451,48444,48444,48451,48452,48449,48453,48450,48450,48453,48451,48453,48454,48451,48451,48454,48455,48451,48455,48452,48452,48455,48456,48445,48457,48446,48446,48457,48458,48444,48452,48445,48445,48452,48457,48452,48456,48457,48457,48456,48459,48457,48459,48458,48458,48459,48460,47512,48461,47490,47490,48461,48448,47510,48462,47512,47512,48462,48461,48462,48463,48461,48461,48463,48464,48461,48464,48448,48448,48464,48449,47509,48465,47510,47510,48465,48462,47508,48466,47509,47509,48466,48465,48466,48467,48465,48465,48467,48468,48465,48468,48462,48462,48468,48463,48468,48469,48463,48463,48469,48470,48467,48471,48468,48468,48471,48469,48471,48472,48469,48469,48472,48473,48469,48473,48470,48470,48473,48474,48464,48475,48449,48449,48475,48453,48463,48470,48464,48464,48470,48475,48470,48474,48475,48475,48474,48476,48475,48476,48453,48453,48476,48454,47528,48477,47508,47508,48477,48466,47526,48478,47528,47528,48478,48477,48478,48479,48477,48477,48479,48480,48477,48480,48466,48466,48480,48467,47525,48481,47526,47526,48481,48478,47524,48482,47525,47525,48482,48481,48482,48483,48481,48481,48483,48484,48481,48484,48478,48478,48484,48479,48484,48485,48479,48479,48485,48486,48483,48487,48484,48484,48487,48485,48487,48488,48485,48485,48488,48489,48485,48489,48486,48486,48489,48490,48480,48491,48467,48467,48491,48471,48479,48486,48480,48480,48486,48491,48486,48490,48491,48491,48490,48492,48491,48492,48471,48471,48492,48472,47544,48493,47524,47524,48493,48482,47542,48494,47544,47544,48494,48493,48494,48495,48493,48493,48495,48496,48493,48496,48482,48482,48496,48483,47541,48497,47542,47542,48497,48494,47540,48498,47541,47541,48498,48497,48498,48499,48497,48497,48499,48500,48497,48500,48494,48494,48500,48495,48500,48501,48495,48495,48501,48502,48499,48503,48500,48500,48503,48501,48503,48504,48501,48501,48504,48505,48501,48505,48502,48502,48505,48506,48496,48507,48483,48483,48507,48487,48495,48502,48496,48496,48502,48507,48502,48506,48507,48507,48506,48508,48507,48508,48487,48487,48508,48488,47560,48509,47540,47540,48509,48498,47558,48510,47560,47560,48510,48509,48510,48511,48509,48509,48511,48512,48509,48512,48498,48498,48512,48499,47557,48513,47558,47558,48513,48510,47556,48514,47557,47557,48514,48513,48514,48515,48513,48513,48515,48516,48513,48516,48510,48510,48516,48511,48516,48517,48511,48511,48517,48518,48515,48519,48516,48516,48519,48517,48519,48520,48517,48517,48520,48521,48517,48521,48518,48518,48521,48522,48512,48523,48499,48499,48523,48503,48511,48518,48512,48512,48518,48523,48518,48522,48523,48523,48522,48524,48523,48524,48503,48503,48524,48504,47576,48525,47556,47556,48525,48514,47574,48526,47576,47576,48526,48525,48526,48527,48525,48525,48527,48528,48525,48528,48514,48514,48528,48515,47573,48529,47574,47574,48529,48526,47572,48530,47573,47573,48530,48529,48530,48531,48529,48529,48531,48532,48529,48532,48526,48526,48532,48527,48532,48533,48527,48527,48533,48534,48531,48535,48532,48532,48535,48533,48535,48536,48533,48533,48536,48537,48533,48537,48534,48534,48537,48538,48528,48539,48515,48515,48539,48519,48527,48534,48528,48528,48534,48539,48534,48538,48539,48539,48538,48540,48539,48540,48519,48519,48540,48520,47592,48541,47572,47572,48541,48530,47590,48542,47592,47592,48542,48541,48542,48543,48541,48541,48543,48544,48541,48544,48530,48530,48544,48531,47589,48545,47590,47590,48545,48542,47588,48546,47589,47589,48546,48545,48546,48547,48545,48545,48547,48548,48545,48548,48542,48542,48548,48543,48548,48549,48543,48543,48549,48550,48547,48551,48548,48548,48551,48549,48551,48552,48549,48549,48552,48553,48549,48553,48550,48550,48553,48554,48544,48555,48531,48531,48555,48535,48543,48550,48544,48544,48550,48555,48550,48554,48555,48555,48554,48556,48555,48556,48535,48535,48556,48536,47608,48557,47588,47588,48557,48546,47606,48558,47608,47608,48558,48557,48558,48559,48557,48557,48559,48560,48557,48560,48546,48546,48560,48547,47605,48561,47606,47606,48561,48558,47604,48562,47605,47605,48562,48561,48562,48563,48561,48561,48563,48564,48561,48564,48558,48558,48564,48559,48564,48565,48559,48559,48565,48566,48563,48567,48564,48564,48567,48565,48567,48568,48565,48565,48568,48569,48565,48569,48566,48566,48569,48570,48560,48571,48547,48547,48571,48551,48559,48566,48560,48560,48566,48571,48566,48570,48571,48571,48570,48572,48571,48572,48551,48551,48572,48552,47624,48573,47604,47604,48573,48562,47622,48574,47624,47624,48574,48573,48574,48575,48573,48573,48575,48576,48573,48576,48562,48562,48576,48563,47621,48577,47622,47622,48577,48574,47620,48578,47621,47621,48578,48577,48578,48579,48577,48577,48579,48580,48577,48580,48574,48574,48580,48575,48580,48581,48575,48575,48581,48582,48579,48583,48580,48580,48583,48581,48583,48584,48581,48581,48584,48585,48581,48585,48582,48582,48585,48586,48576,48587,48563,48563,48587,48567,48575,48582,48576,48576,48582,48587,48582,48586,48587,48587,48586,48588,48587,48588,48567,48567,48588,48568,47640,48589,47620,47620,48589,48578,47638,48590,47640,47640,48590,48589,48590,48591,48589,48589,48591,48592,48589,48592,48578,48578,48592,48579,47637,48593,47638,47638,48593,48590,47636,48594,47637,47637,48594,48593,48594,48595,48593,48593,48595,48596,48593,48596,48590,48590,48596,48591,48596,48597,48591,48591,48597,48598,48595,48599,48596,48596,48599,48597,48599,48600,48597,48597,48600,48601,48597,48601,48598,48598,48601,48602,48592,48603,48579,48579,48603,48583,48591,48598,48592,48592,48598,48603,48598,48602,48603,48603,48602,48604,48603,48604,48583,48583,48604,48584,47656,48605,47636,47636,48605,48594,47654,48606,47656,47656,48606,48605,48606,48607,48605,48605,48607,48608,48605,48608,48594,48594,48608,48595,47653,48609,47654,47654,48609,48606,47652,48610,47653,47653,48610,48609,48610,48611,48609,48609,48611,48612,48609,48612,48606,48606,48612,48607,48612,48613,48607,48607,48613,48614,48611,48615,48612,48612,48615,48613,48615,48616,48613,48613,48616,48617,48613,48617,48614,48614,48617,48618,48608,48619,48595,48595,48619,48599,48607,48614,48608,48608,48614,48619,48614,48618,48619,48619,48618,48620,48619,48620,48599,48599,48620,48600,47672,48621,47652,47652,48621,48610,47670,48622,47672,47672,48622,48621,48622,48623,48621,48621,48623,48624,48621,48624,48610,48610,48624,48611,47669,48625,47670,47670,48625,48622,47668,48626,47669,47669,48626,48625,48626,48627,48625,48625,48627,48628,48625,48628,48622,48622,48628,48623,48628,48629,48623,48623,48629,48630,48627,48631,48628,48628,48631,48629,48631,48632,48629,48629,48632,48633,48629,48633,48630,48630,48633,48634,48624,48635,48611,48611,48635,48615,48623,48630,48624,48624,48630,48635,48630,48634,48635,48635,48634,48636,48635,48636,48615,48615,48636,48616,47688,48637,47668,47668,48637,48626,47686,48638,47688,47688,48638,48637,48638,48639,48637,48637,48639,48640,48637,48640,48626,48626,48640,48627,47685,48641,47686,47686,48641,48638,47684,48642,47685,47685,48642,48641,48642,48643,48641,48641,48643,48644,48641,48644,48638,48638,48644,48639,48644,48645,48639,48639,48645,48646,48643,48647,48644,48644,48647,48645,48647,48648,48645,48645,48648,48649,48645,48649,48646,48646,48649,48650,48640,48651,48627,48627,48651,48631,48639,48646,48640,48640,48646,48651,48646,48650,48651,48651,48650,48652,48651,48652,48631,48631,48652,48632,47704,48653,47684,47684,48653,48642,47702,48654,47704,47704,48654,48653,48654,48655,48653,48653,48655,48656,48653,48656,48642,48642,48656,48643,47701,48657,47702,47702,48657,48654,47700,48658,47701,47701,48658,48657,48658,48659,48657,48657,48659,48660,48657,48660,48654,48654,48660,48655,48660,48661,48655,48655,48661,48662,48659,48663,48660,48660,48663,48661,48663,48664,48661,48661,48664,48665,48661,48665,48662,48662,48665,48666,48656,48667,48643,48643,48667,48647,48655,48662,48656,48656,48662,48667,48662,48666,48667,48667,48666,48668,48667,48668,48647,48647,48668,48648,47720,48669,47700,47700,48669,48658,47718,48670,47720,47720,48670,48669,48670,48671,48669,48669,48671,48672,48669,48672,48658,48658,48672,48659,47717,48673,47718,47718,48673,48670,47716,48674,47717,47717,48674,48673,48674,48675,48673,48673,48675,48676,48673,48676,48670,48670,48676,48671,48676,48677,48671,48671,48677,48678,48675,48679,48676,48676,48679,48677,48679,48680,48677,48677,48680,48681,48677,48681,48678,48678,48681,48682,48672,48683,48659,48659,48683,48663,48671,48678,48672,48672,48678,48683,48678,48682,48683,48683,48682,48684,48683,48684,48663,48663,48684,48664,47736,48685,47716,47716,48685,48674,47734,48686,47736,47736,48686,48685,48686,48687,48685,48685,48687,48688,48685,48688,48674,48674,48688,48675,47733,48689,47734,47734,48689,48686,47732,48690,47733,47733,48690,48689,48690,48691,48689,48689,48691,48692,48689,48692,48686,48686,48692,48687,48692,48693,48687,48687,48693,48694,48691,48695,48692,48692,48695,48693,48695,48696,48693,48693,48696,48697,48693,48697,48694,48694,48697,48698,48688,48699,48675,48675,48699,48679,48687,48694,48688,48688,48694,48699,48694,48698,48699,48699,48698,48700,48699,48700,48679,48679,48700,48680,47752,48701,47732,47732,48701,48690,47750,48702,47752,47752,48702,48701,48702,48703,48701,48701,48703,48704,48701,48704,48690,48690,48704,48691,47749,48705,47750,47750,48705,48702,47748,48706,47749,47749,48706,48705,48706,48707,48705,48705,48707,48708,48705,48708,48702,48702,48708,48703,48708,48709,48703,48703,48709,48710,48707,48711,48708,48708,48711,48709,48711,48712,48709,48709,48712,48713,48709,48713,48710,48710,48713,48714,48704,48715,48691,48691,48715,48695,48703,48710,48704,48704,48710,48715,48710,48714,48715,48715,48714,48716,48715,48716,48695,48695,48716,48696,47768,48717,47748,47748,48717,48706,47766,48718,47768,47768,48718,48717,48718,48719,48717,48717,48719,48720,48717,48720,48706,48706,48720,48707,47765,48721,47766,47766,48721,48718,47764,48722,47765,47765,48722,48721,48722,48723,48721,48721,48723,48724,48721,48724,48718,48718,48724,48719,48724,48725,48719,48719,48725,48726,48723,48727,48724,48724,48727,48725,48727,48728,48725,48725,48728,48729,48725,48729,48726,48726,48729,48730,48720,48731,48707,48707,48731,48711,48719,48726,48720,48720,48726,48731,48726,48730,48731,48731,48730,48732,48731,48732,48711,48711,48732,48712,47784,48733,47764,47764,48733,48722,47782,48734,47784,47784,48734,48733,48734,48735,48733,48733,48735,48736,48733,48736,48722,48722,48736,48723,47781,48737,47782,47782,48737,48734,47780,48738,47781,47781,48738,48737,48738,48739,48737,48737,48739,48740,48737,48740,48734,48734,48740,48735,48740,48741,48735,48735,48741,48742,48739,48743,48740,48740,48743,48741,48743,48744,48741,48741,48744,48745,48741,48745,48742,48742,48745,48746,48736,48747,48723,48723,48747,48727,48735,48742,48736,48736,48742,48747,48742,48746,48747,48747,48746,48748,48747,48748,48727,48727,48748,48728,47800,48749,47780,47780,48749,48738,47798,48750,47800,47800,48750,48749,48750,48751,48749,48749,48751,48752,48749,48752,48738,48738,48752,48739,47797,48753,47798,47798,48753,48750,47796,48754,47797,47797,48754,48753,48753,48754,48755,48755,48754,48756,48753,48755,48750,48750,48755,48751,48755,48757,48751,48751,48757,48758,48755,48756,48757,48757,48756,48759,48757,48759,48760,48760,48759,48761,48758,48757,48762,48762,48757,48760,48752,48763,48739,48739,48763,48743,48751,48758,48752,48752,48758,48763,48758,48762,48763,48763,48762,48764,48763,48764,48743,48743,48764,48744,47796,47816,48754,48754,47816,48765,47816,47814,48765,48765,47814,48766,48765,48766,48767,48767,48766,48768,48754,48765,48756,48756,48765,48767,47814,47812,48766,48766,47812,48769,47812,47813,48769,48769,47813,48770,48769,48770,48771,48771,48770,48772,48766,48769,48768,48768,48769,48771,48768,48771,48773,48773,48771,48774,48771,48772,48774,48774,48772,48775,48774,48775,48776,48776,48775,48777,48773,48774,48778,48778,48774,48776,48756,48767,48759,48759,48767,48779,48767,48768,48779,48779,48768,48773,48779,48773,48780,48780,48773,48778,48759,48779,48761,48761,48779,48780,47813,47832,48770,48770,47832,48781,47832,47830,48781,48781,47830,48782,48781,48782,48783,48783,48782,48784,48770,48781,48772,48772,48781,48783,47830,47828,48782,48782,47828,48785,47828,47829,48785,48785,47829,48786,48785,48786,48787,48787,48786,48788,48782,48785,48784,48784,48785,48787,48784,48787,48789,48789,48787,48790,48787,48788,48790,48790,48788,48791,48790,48791,48792,48792,48791,48793,48789,48790,48794,48794,48790,48792,48772,48783,48775,48775,48783,48795,48783,48784,48795,48795,48784,48789,48795,48789,48796,48796,48789,48794,48775,48795,48777,48777,48795,48796,47829,47848,48786,48786,47848,48797,47848,47846,48797,48797,47846,48798,48797,48798,48799,48799,48798,48800,48786,48797,48788,48788,48797,48799,47846,47844,48798,48798,47844,48801,47844,47845,48801,48801,47845,48802,48802,48803,48801,48801,48803,48804,48798,48801,48800,48800,48801,48804,48800,48804,48805,48805,48804,48806,48803,48807,48804,48804,48807,48806,48807,48808,48806,48806,48808,48809,48806,48809,48805,48805,48809,48810,48788,48799,48791,48791,48799,48811,48799,48800,48811,48811,48800,48805,48805,48810,48811,48811,48810,48812,48791,48811,48793,48793,48811,48812,47864,48813,47845,47845,48813,48802,47862,48814,47864,47864,48814,48813,48814,48815,48813,48813,48815,48816,48813,48816,48802,48802,48816,48803,47861,48817,47862,47862,48817,48814,47860,48818,47861,47861,48818,48817,48818,48819,48817,48817,48819,48820,48817,48820,48814,48814,48820,48815,48820,48821,48815,48815,48821,48822,48819,48823,48820,48820,48823,48821,48823,48824,48821,48821,48824,48825,48821,48825,48822,48822,48825,48826,48816,48827,48803,48803,48827,48807,48815,48822,48816,48816,48822,48827,48822,48826,48827,48827,48826,48828,48827,48828,48807,48807,48828,48808,47880,48829,47860,47860,48829,48818,47878,48830,47880,47880,48830,48829,48830,48831,48829,48829,48831,48832,48829,48832,48818,48818,48832,48819,47877,48833,47878,47878,48833,48830,47876,48834,47877,47877,48834,48833,48834,48835,48833,48833,48835,48836,48833,48836,48830,48830,48836,48831,48836,48837,48831,48831,48837,48838,48835,48839,48836,48836,48839,48837,48839,48840,48837,48837,48840,48841,48837,48841,48838,48838,48841,48842,48832,48843,48819,48819,48843,48823,48831,48838,48832,48832,48838,48843,48838,48842,48843,48843,48842,48844,48843,48844,48823,48823,48844,48824,47896,48845,47876,47876,48845,48834,47894,48846,47896,47896,48846,48845,48846,48847,48845,48845,48847,48848,48845,48848,48834,48834,48848,48835,47893,48849,47894,47894,48849,48846,47892,48850,47893,47893,48850,48849,48850,48851,48849,48849,48851,48852,48849,48852,48846,48846,48852,48847,48852,48853,48847,48847,48853,48854,48851,48855,48852,48852,48855,48853,48855,48856,48853,48853,48856,48857,48853,48857,48854,48854,48857,48858,48848,48859,48835,48835,48859,48839,48847,48854,48848,48848,48854,48859,48854,48858,48859,48859,48858,48860,48859,48860,48839,48839,48860,48840,47912,48861,47892,47892,48861,48850,47910,48862,47912,47912,48862,48861,48862,48863,48861,48861,48863,48864,48861,48864,48850,48850,48864,48851,47909,48865,47910,47910,48865,48862,47908,48866,47909,47909,48866,48865,48866,48867,48865,48865,48867,48868,48865,48868,48862,48862,48868,48863,48868,48869,48863,48863,48869,48870,48867,48871,48868,48868,48871,48869,48871,48872,48869,48869,48872,48873,48869,48873,48870,48870,48873,48874,48864,48875,48851,48851,48875,48855,48863,48870,48864,48864,48870,48875,48870,48874,48875,48875,48874,48876,48875,48876,48855,48855,48876,48856,47928,48877,47908,47908,48877,48866,47926,48878,47928,47928,48878,48877,48878,48879,48877,48877,48879,48880,48877,48880,48866,48866,48880,48867,47925,48881,47926,47926,48881,48878,47924,48882,47925,47925,48882,48881,48882,48883,48881,48881,48883,48884,48881,48884,48878,48878,48884,48879,48884,48885,48879,48879,48885,48886,48883,48887,48884,48884,48887,48885,48887,48888,48885,48885,48888,48889,48885,48889,48886,48886,48889,48890,48880,48891,48867,48867,48891,48871,48879,48886,48880,48880,48886,48891,48886,48890,48891,48891,48890,48892,48891,48892,48871,48871,48892,48872,47944,48893,47924,47924,48893,48882,47942,48894,47944,47944,48894,48893,48893,48894,48895,48895,48894,48896,48893,48895,48882,48882,48895,48883,47942,47940,48894,48894,47940,48897,47940,47941,48897,48897,47941,48898,48897,48898,48899,48899,48898,48900,48894,48897,48896,48896,48897,48899,48896,48899,48901,48901,48899,48902,48899,48900,48902,48902,48900,48903,48902,48903,48904,48904,48903,48905,48901,48902,48906,48906,48902,48904,48883,48895,48887,48887,48895,48907,48895,48896,48907,48907,48896,48901,48907,48901,48908,48908,48901,48906,48887,48907,48888,48888,48907,48908,47941,47960,48898,48898,47960,48909,47960,47958,48909,48909,47958,48910,48909,48910,48911,48911,48910,48912,48898,48909,48900,48900,48909,48911,47957,48913,47958,47958,48913,48910,47956,48914,47957,47957,48914,48913,48914,48915,48913,48913,48915,48916,48913,48916,48910,48910,48916,48912,48912,48916,48917,48917,48916,48918,48915,48919,48916,48916,48919,48918,48919,48920,48918,48918,48920,48921,48917,48918,48922,48922,48918,48921,48900,48911,48903,48903,48911,48923,48911,48912,48923,48923,48912,48917,48923,48917,48924,48924,48917,48922,48903,48923,48905,48905,48923,48924,47976,48925,47956,47956,48925,48914,47974,48926,47976,47976,48926,48925,48926,48927,48925,48925,48927,48928,48925,48928,48914,48914,48928,48915,47973,48929,47974,47974,48929,48926,47972,48930,47973,47973,48930,48929,48930,48931,48929,48929,48931,48932,48929,48932,48926,48926,48932,48927,48932,48933,48927,48927,48933,48934,48931,48935,48932,48932,48935,48933,48935,48936,48933,48933,48936,48937,48933,48937,48934,48934,48937,48938,48928,48939,48915,48915,48939,48919,48927,48934,48928,48928,48934,48939,48934,48938,48939,48939,48938,48940,48939,48940,48919,48919,48940,48920,47992,48941,47972,47972,48941,48930,47990,48942,47992,47992,48942,48941,48942,48943,48941,48941,48943,48944,48941,48944,48930,48930,48944,48931,47989,48945,47990,47990,48945,48942,47988,48946,47989,47989,48946,48945,48946,48947,48945,48945,48947,48948,48945,48948,48942,48942,48948,48943,48948,48949,48943,48943,48949,48950,48947,48951,48948,48948,48951,48949,48951,48952,48949,48949,48952,48953,48949,48953,48950,48950,48953,48954,48944,48955,48931,48931,48955,48935,48943,48950,48944,48944,48950,48955,48950,48954,48955,48955,48954,48956,48955,48956,48935,48935,48956,48936,48008,48957,47988,47988,48957,48946,48006,48958,48008,48008,48958,48957,48958,48959,48957,48957,48959,48960,48957,48960,48946,48946,48960,48947,48006,48004,48958,48958,48004,48961,48004,48005,48961,48961,48005,48962,48961,48962,48963,48963,48962,48964,48958,48961,48959,48959,48961,48963,48959,48963,48965,48965,48963,48966,48963,48964,48966,48966,48964,48967,48967,48968,48966,48966,48968,48969,48966,48969,48965,48965,48969,48970,48960,48971,48947,48947,48971,48951,48959,48965,48960,48960,48965,48971,48965,48970,48971,48971,48970,48972,48971,48972,48951,48951,48972,48952,48005,48024,48962,48962,48024,48973,48024,48022,48973,48973,48022,48974,48973,48974,48975,48975,48974,48976,48962,48973,48964,48964,48973,48975,48021,48977,48022,48022,48977,48974,48020,48978,48021,48021,48978,48977,48978,48979,48977,48977,48979,48980,48977,48980,48974,48974,48980,48976,48980,48981,48976,48976,48981,48982,48979,48983,48980,48980,48983,48981,48983,48984,48981,48981,48984,48985,48981,48985,48982,48982,48985,48986,48964,48975,48967,48967,48975,48987,48975,48976,48987,48987,48976,48982,48982,48986,48987,48987,48986,48988,48987,48988,48967,48967,48988,48968,48040,48989,48020,48020,48989,48978,48038,48990,48040,48040,48990,48989,48990,48991,48989,48989,48991,48992,48989,48992,48978,48978,48992,48979,48038,48036,48990,48990,48036,48993,48036,48037,48993,48993,48037,48994,48993,48994,48995,48995,48994,48996,48993,48995,48990,48990,48995,48991,48995,48997,48991,48991,48997,48998,48996,48999,48995,48995,48999,48997,48999,49000,48997,48997,49000,49001,48997,49001,48998,48998,49001,49002,48992,49003,48979,48979,49003,48983,48991,48998,48992,48992,48998,49003,48998,49002,49003,49003,49002,49004,49003,49004,48983,48983,49004,48984,48037,48056,48994,48994,48056,49005,48054,49006,48056,48056,49006,49005,49006,49007,49005,49005,49007,49008,49005,49008,48994,48994,49008,48996,48053,49009,48054,48054,49009,49006,48052,49010,48053,48053,49010,49009,49010,49011,49009,49009,49011,49012,49009,49012,49006,49006,49012,49007,49012,49013,49007,49007,49013,49014,49011,49015,49012,49012,49015,49013,49015,49016,49013,49013,49016,49017,49013,49017,49014,49014,49017,49018,49008,49019,48996,48996,49019,48999,49007,49014,49008,49008,49014,49019,49014,49018,49019,49019,49018,49020,49019,49020,48999,48999,49020,49000,48072,49021,48052,48052,49021,49010,48070,49022,48072,48072,49022,49021,49022,49023,49021,49021,49023,49024,49021,49024,49010,49010,49024,49011,48069,49025,48070,48070,49025,49022,48068,49026,48069,48069,49026,49025,49026,49027,49025,49025,49027,49028,49025,49028,49022,49022,49028,49023,49028,49029,49023,49023,49029,49030,49027,49031,49028,49028,49031,49029,49031,49032,49029,49029,49032,49033,49029,49033,49030,49030,49033,49034,49024,49035,49011,49011,49035,49015,49023,49030,49024,49024,49030,49035,49030,49034,49035,49035,49034,49036,49035,49036,49015,49015,49036,49016,48088,49037,48068,48068,49037,49026,48086,49038,48088,48088,49038,49037,49038,49039,49037,49037,49039,49040,49037,49040,49026,49026,49040,49027,48085,49041,48086,48086,49041,49038,48084,49042,48085,48085,49042,49041,49042,49043,49041,49041,49043,49044,49041,49044,49038,49038,49044,49039,49044,49045,49039,49039,49045,49046,49043,49047,49044,49044,49047,49045,49047,49048,49045,49045,49048,49049,49045,49049,49046,49046,49049,49050,49040,49051,49027,49027,49051,49031,49039,49046,49040,49040,49046,49051,49046,49050,49051,49051,49050,49052,49051,49052,49031,49031,49052,49032,48084,48104,49042,49042,48104,49053,48104,48102,49053,49053,48102,49054,49053,49054,49055,49055,49054,49056,49042,49053,49043,49043,49053,49055,48101,49057,48102,48102,49057,49054,48100,49058,48101,48101,49058,49057,49058,49059,49057,49057,49059,49060,49057,49060,49054,49054,49060,49056,49060,49061,49056,49056,49061,49062,49059,49063,49060,49060,49063,49061,49063,49064,49061,49061,49064,49065,49061,49065,49062,49062,49065,49066,49043,49055,49047,49047,49055,49067,49056,49062,49055,49055,49062,49067,49062,49066,49067,49067,49066,49068,49047,49067,49048,49048,49067,49068,48120,49069,48100,48100,49069,49058,48118,49070,48120,48120,49070,49069,49070,49071,49069,49069,49071,49072,49069,49072,49058,49058,49072,49059,48117,49073,48118,48118,49073,49070,48116,49074,48117,48117,49074,49073,49074,49075,49073,49073,49075,49076,49073,49076,49070,49070,49076,49071,49076,49077,49071,49071,49077,49078,49075,49079,49076,49076,49079,49077,49079,49080,49077,49077,49080,49081,49077,49081,49078,49078,49081,49082,49072,49083,49059,49059,49083,49063,49071,49078,49072,49072,49078,49083,49078,49082,49083,49083,49082,49084,49083,49084,49063,49063,49084,49064,48136,49085,48116,48116,49085,49074,48136,48134,49085,49085,48134,49086,49085,49086,49087,49087,49086,49088,49085,49087,49074,49074,49087,49075,48134,48132,49086,49086,48132,49089,48132,48133,49089,49089,48133,49090,49089,49090,49091,49091,49090,49092,49086,49089,49088,49088,49089,49091,49088,49091,49093,49093,49091,49094,49091,49092,49094,49094,49092,49095,49094,49095,49096,49096,49095,49097,49093,49094,49098,49098,49094,49096,49087,49099,49075,49075,49099,49079,49087,49088,49099,49099,49088,49093,49099,49093,49100,49100,49093,49098,49079,49099,49080,49080,49099,49100,48133,48152,49090,49090,48152,49101,48152,48150,49101,49101,48150,49102,49101,49102,49103,49103,49102,49104,49090,49101,49092,49092,49101,49103,48150,48148,49102,49102,48148,49105,48148,48149,49105,49105,48149,49106,49105,49106,49107,49107,49106,49108,49102,49105,49104,49104,49105,49107,49104,49107,49109,49109,49107,49110,49107,49108,49110,49110,49108,49111,49110,49111,49112,49112,49111,49113,49109,49110,49114,49114,49110,49112,49092,49103,49095,49095,49103,49115,49103,49104,49115,49115,49104,49109,49115,49109,49116,49116,49109,49114,49095,49115,49097,49097,49115,49116,48149,48168,49106,49106,48168,49117,48168,48166,49117,49117,48166,49118,49117,49118,49119,49119,49118,49120,49106,49117,49108,49108,49117,49119,48166,48164,49118,49118,48164,49121,48164,48165,49121,49121,48165,49122,49121,49122,49123,49123,49122,49124,49118,49121,49120,49120,49121,49123,49120,49123,49125,49125,49123,49126,49123,49124,49126,49126,49124,49127,49126,49127,49128,49128,49127,49129,49125,49126,49130,49130,49126,49128,49108,49119,49111,49111,49119,49131,49119,49120,49131,49131,49120,49125,49131,49125,49132,49132,49125,49130,49111,49131,49113,49113,49131,49132,48165,48184,49122,49122,48184,49133,48184,48182,49133,49133,48182,49134,49133,49134,49135,49135,49134,49136,49122,49133,49124,49124,49133,49135,48182,48180,49134,49134,48180,49137,48180,48181,49137,49137,48181,49138,49137,49138,49139,49139,49138,49140,49134,49137,49136,49136,49137,49139,49136,49139,49141,49141,49139,49142,49139,49140,49142,49142,49140,49143,49142,49143,49144,49144,49143,49145,49141,49142,49146,49146,49142,49144,49124,49135,49127,49127,49135,49147,49135,49136,49147,49147,49136,49141,49147,49141,49148,49148,49141,49146,49127,49147,49129,49129,49147,49148,48181,48200,49138,49138,48200,49149,48200,48198,49149,49149,48198,49150,49149,49150,49151,49151,49150,49152,49138,49149,49140,49140,49149,49151,48198,48196,49150,49150,48196,49153,48196,48197,49153,49153,48197,49154,49153,49154,49155,49155,49154,49156,49150,49153,49152,49152,49153,49155,49152,49155,49157,49157,49155,49158,49155,49156,49158,49158,49156,49159,49158,49159,49160,49160,49159,49161,49157,49158,49162,49162,49158,49160,49140,49151,49143,49143,49151,49163,49151,49152,49163,49163,49152,49157,49163,49157,49164,49164,49157,49162,49143,49163,49145,49145,49163,49164,48197,48216,49154,49154,48216,49165,48216,48214,49165,49165,48214,49166,49165,49166,49167,49167,49166,49168,49154,49165,49156,49156,49165,49167,48214,48212,49166,49166,48212,49169,48212,48213,49169,49169,48213,49170,49169,49170,49171,49171,49170,49172,49166,49169,49168,49168,49169,49171,49168,49171,49173,49173,49171,49174,49171,49172,49174,49174,49172,49175,49174,49175,49176,49176,49175,49177,49173,49174,49178,49178,49174,49176,49156,49167,49159,49159,49167,49179,49167,49168,49179,49179,49168,49173,49179,49173,49180,49180,49173,49178,49159,49179,49161,49161,49179,49180,48213,48232,49170,49170,48232,49181,48232,48230,49181,49181,48230,49182,49181,49182,49183,49183,49182,49184,49170,49181,49172,49172,49181,49183,48230,48228,49182,49182,48228,49185,48228,48229,49185,49185,48229,49186,49185,49186,49187,49187,49186,49188,49182,49185,49184,49184,49185,49187,49184,49187,49189,49189,49187,49190,49187,49188,49190,49190,49188,49191,49190,49191,49192,49192,49191,49193,49189,49190,49194,49194,49190,49192,49172,49183,49175,49175,49183,49195,49183,49184,49195,49195,49184,49189,49195,49189,49196,49196,49189,49194,49175,49195,49177,49177,49195,49196,48229,48248,49186,49186,48248,49197,48248,48246,49197,49197,48246,49198,49197,49198,49199,49199,49198,49200,49186,49197,49188,49188,49197,49199,48246,48244,49198,49198,48244,49201,48244,48245,49201,49201,48245,49202,49201,49202,49203,49203,49202,49204,49198,49201,49200,49200,49201,49203,49200,49203,49205,49205,49203,49206,49203,49204,49206,49206,49204,49207,49206,49207,49208,49208,49207,49209,49205,49206,49210,49210,49206,49208,49188,49199,49191,49191,49199,49211,49199,49200,49211,49211,49200,49205,49211,49205,49212,49212,49205,49210,49191,49211,49193,49193,49211,49212,48245,48264,49202,49202,48264,49213,48264,48262,49213,49213,48262,49214,49213,49214,49215,49215,49214,49216,49202,49213,49204,49204,49213,49215,48262,48260,49214,49214,48260,49217,48260,48261,49217,49217,48261,49218,49218,49219,49217,49217,49219,49220,49214,49217,49216,49216,49217,49220,49220,49221,49216,49216,49221,49222,49219,49223,49220,49220,49223,49221,49223,49224,49221,49221,49224,49225,49221,49225,49222,49222,49225,49226,49204,49215,49207,49207,49215,49227,49216,49222,49215,49215,49222,49227,49222,49226,49227,49227,49226,49228,49207,49227,49209,49209,49227,49228,48261,48280,49218,49218,48280,49229,48280,48278,49229,49229,48278,49230,49230,49231,49229,49229,49231,49232,49229,49232,49218,49218,49232,49219,48276,49233,48278,48278,49233,49230,48277,49234,48276,48276,49234,49233,49234,49235,49233,49233,49235,49236,49233,49236,49230,49230,49236,49231,49236,49237,49231,49231,49237,49238,49235,49239,49236,49236,49239,49237,49239,49240,49237,49237,49240,49241,49237,49241,49238,49238,49241,49242,49232,49243,49219,49219,49243,49223,49231,49238,49232,49232,49238,49243,49238,49242,49243,49243,49242,49244,49243,49244,49223,49223,49244,49224,48296,49245,48277,48277,49245,49234,48294,49246,48296,48296,49246,49245,49246,49247,49245,49245,49247,49248,49245,49248,49234,49234,49248,49235,48293,49249,48294,48294,49249,49246,48292,49250,48293,48293,49250,49249,49250,49251,49249,49249,49251,49252,49249,49252,49246,49246,49252,49247,49252,49253,49247,49247,49253,49254,49251,49255,49252,49252,49255,49253,49255,49256,49253,49253,49256,49257,49253,49257,49254,49254,49257,49258,49248,49259,49235,49235,49259,49239,49247,49254,49248,49248,49254,49259,49254,49258,49259,49259,49258,49260,49259,49260,49239,49239,49260,49240,48312,49261,48292,48292,49261,49250,48310,49262,48312,48312,49262,49261,49262,49263,49261,49261,49263,49264,49261,49264,49250,49250,49264,49251,48309,49265,48310,48310,49265,49262,48308,49266,48309,48309,49266,49265,49266,49267,49265,49265,49267,49268,49265,49268,49262,49262,49268,49263,49268,49269,49263,49263,49269,49270,49267,49271,49268,49268,49271,49269,49271,49272,49269,49269,49272,49273,49269,49273,49270,49270,49273,49274,49264,49275,49251,49251,49275,49255,49263,49270,49264,49264,49270,49275,49270,49274,49275,49275,49274,49276,49275,49276,49255,49255,49276,49256,48328,49277,48308,48308,49277,49266,48326,49278,48328,48328,49278,49277,49278,49279,49277,49277,49279,49280,49277,49280,49266,49266,49280,49267,48325,49281,48326,48326,49281,49278,48324,49282,48325,48325,49282,49281,49282,49283,49281,49281,49283,49284,49281,49284,49278,49278,49284,49279,49279,49284,49285,49285,49284,49286,49284,49283,49286,49286,49283,49287,49286,49287,49288,49288,49287,49289,49285,49286,49290,49290,49286,49288,49280,49291,49267,49267,49291,49271,49280,49279,49291,49291,49279,49285,49291,49285,49292,49292,49285,49290,49271,49291,49272,49272,49291,49292,48344,49293,48324,48324,49293,49282,48342,49294,48344,48344,49294,49293,49293,49294,49295,49295,49294,49296,49282,49293,49283,49283,49293,49295,48341,49297,48342,48342,49297,49294,48340,49298,48341,48341,49298,49297,49297,49298,49299,49299,49298,49300,49294,49297,49296,49296,49297,49299,49296,49299,49301,49301,49299,49302,49299,49300,49302,49302,49300,49303,49302,49303,49304,49304,49303,49305,49301,49302,49306,49306,49302,49304,49283,49295,49287,49287,49295,49307,49295,49296,49307,49307,49296,49301,49307,49301,49308,49308,49301,49306,49287,49307,49289,49289,49307,49308,48340,48360,49298,49298,48360,49309,48360,48358,49309,49309,48358,49310,49309,49310,49311,49311,49310,49312,49298,49309,49300,49300,49309,49311,48358,48356,49310,49310,48356,49313,48356,48357,49313,49313,48357,49314,49313,49314,49315,49315,49314,49316,49310,49313,49312,49312,49313,49315,49312,49315,49317,49317,49315,49318,49315,49316,49318,49318,49316,49319,49318,49319,49320,49320,49319,49321,49317,49318,49322,49322,49318,49320,49300,49311,49303,49303,49311,49323,49311,49312,49323,49323,49312,49317,49323,49317,49324,49324,49317,49322,49303,49323,49305,49305,49323,49324,48357,48376,49314,49314,48376,49325,48376,48374,49325,49325,48374,49326,49325,49326,49327,49327,49326,49328,49314,49325,49316,49316,49325,49327,48374,48372,49326,49326,48372,49329,48372,48373,49329,49329,48373,49330,49329,49330,49331,49331,49330,49332,49326,49329,49328,49328,49329,49331,49328,49331,49333,49333,49331,49334,49331,49332,49334,49334,49332,49335,49334,49335,49336,49336,49335,49337,49333,49334,49338,49338,49334,49336,49316,49327,49319,49319,49327,49339,49327,49328,49339,49339,49328,49333,49339,49333,49340,49340,49333,49338,49319,49339,49321,49321,49339,49340,48373,48392,49330,49330,48392,49341,48392,48390,49341,49341,48390,49342,49341,49342,49343,49343,49342,49344,49330,49341,49332,49332,49341,49343,48390,48388,49342,49342,48388,49345,48388,48389,49345,49345,48389,49346,49345,49346,49347,49347,49346,49348,49342,49345,49344,49344,49345,49347,49344,49347,49349,49349,49347,49350,49347,49348,49350,49350,49348,49351,49350,49351,49352,49352,49351,49353,49349,49350,49354,49354,49350,49352,49332,49343,49335,49335,49343,49355,49343,49344,49355,49355,49344,49349,49355,49349,49356,49356,49349,49354,49335,49355,49337,49337,49355,49356,48389,48408,49346,49346,48408,49357,48408,48406,49357,49357,48406,49358,49357,49358,49359,49359,49358,49360,49346,49357,49348,49348,49357,49359,48406,48404,49358,49358,48404,49361,48404,48405,49361,49361,48405,49362,49361,49362,49363,49363,49362,49364,49358,49361,49360,49360,49361,49363,49360,49363,49365,49365,49363,49366,49364,49367,49363,49363,49367,49366,49367,49368,49366,49366,49368,49369,49366,49369,49365,49365,49369,49370,49348,49359,49351,49351,49359,49371,49359,49360,49371,49371,49360,49365,49371,49365,49372,49372,49365,49370,49351,49371,49353,49353,49371,49372,48405,48424,49362,49362,48424,49373,48424,48422,49373,49373,48422,49374,49373,49374,49375,49375,49374,49376,49362,49373,49364,49364,49373,49375,48422,48420,49374,49374,48420,49377,48420,48421,49377,49377,48421,49378,49377,49378,49379,49379,49378,49380,49374,49377,49376,49376,49377,49379,49376,49379,49381,49381,49379,49382,49379,49380,49382,49382,49380,49383,49382,49383,49384,49384,49383,49385,49382,49384,49381,49381,49384,49386,49375,49387,49364,49364,49387,49367,49376,49381,49375,49375,49381,49387,49381,49386,49387,49387,49386,49388,49387,49388,49367,49367,49388,49368,48421,48440,49378,49378,48440,49389,48440,48438,49389,49389,48438,49390,49389,49390,49391,49391,49390,49392,49378,49389,49380,49380,49389,49391,48438,48436,49390,49390,48436,49393,48436,48437,49393,49393,48437,49394,49393,49394,49395,49395,49394,49396,49390,49393,49392,49392,49393,49395,49392,49395,49397,49397,49395,49398,49395,49396,49398,49398,49396,49399,49398,49399,49400,49400,49399,49401,49397,49398,49402,49402,49398,49400,49380,49391,49383,49383,49391,49403,49391,49392,49403,49403,49392,49397,49403,49397,49404,49404,49397,49402,49383,49403,49385,49385,49403,49404,48459,49405,48460,48460,49405,49406,48456,49407,48459,48459,49407,49405,49407,49408,49405,49405,49408,49409,49405,49409,49406,49406,49409,49410,48455,49411,48456,48456,49411,49407,48454,49412,48455,48455,49412,49411,49412,49413,49411,49411,49413,49414,49411,49414,49407,49407,49414,49408,49414,49415,49408,49408,49415,49416,49413,49417,49414,49414,49417,49415,49417,49418,49415,49415,49418,49419,49415,49419,49416,49416,49419,49420,49409,49421,49410,49410,49421,49422,49408,49416,49409,49409,49416,49421,49416,49420,49421,49421,49420,49423,49421,49423,49422,49422,49423,49424,48476,49425,48454,48454,49425,49412,48474,49426,48476,48476,49426,49425,49426,49427,49425,49425,49427,49428,49425,49428,49412,49412,49428,49413,48473,49429,48474,48474,49429,49426,48472,49430,48473,48473,49430,49429,49430,49431,49429,49429,49431,49432,49429,49432,49426,49426,49432,49427,49432,49433,49427,49427,49433,49434,49431,49435,49432,49432,49435,49433,49435,49436,49433,49433,49436,49437,49433,49437,49434,49434,49437,49438,49428,49439,49413,49413,49439,49417,49427,49434,49428,49428,49434,49439,49434,49438,49439,49439,49438,49440,49439,49440,49417,49417,49440,49418,48492,49441,48472,48472,49441,49430,48490,49442,48492,48492,49442,49441,49442,49443,49441,49441,49443,49444,49441,49444,49430,49430,49444,49431,48489,49445,48490,48490,49445,49442,48488,49446,48489,48489,49446,49445,49446,49447,49445,49445,49447,49448,49445,49448,49442,49442,49448,49443,49448,49449,49443,49443,49449,49450,49447,49451,49448,49448,49451,49449,49451,49452,49449,49449,49452,49453,49449,49453,49450,49450,49453,49454,49444,49455,49431,49431,49455,49435,49443,49450,49444,49444,49450,49455,49450,49454,49455,49455,49454,49456,49455,49456,49435,49435,49456,49436,48508,49457,48488,48488,49457,49446,48506,49458,48508,48508,49458,49457,49458,49459,49457,49457,49459,49460,49457,49460,49446,49446,49460,49447,48505,49461,48506,48506,49461,49458,48504,49462,48505,48505,49462,49461,49462,49463,49461,49461,49463,49464,49461,49464,49458,49458,49464,49459,49464,49465,49459,49459,49465,49466,49463,49467,49464,49464,49467,49465,49467,49468,49465,49465,49468,49469,49465,49469,49466,49466,49469,49470,49460,49471,49447,49447,49471,49451,49459,49466,49460,49460,49466,49471,49466,49470,49471,49471,49470,49472,49471,49472,49451,49451,49472,49452,48524,49473,48504,48504,49473,49462,48522,49474,48524,48524,49474,49473,49474,49475,49473,49473,49475,49476,49473,49476,49462,49462,49476,49463,48521,49477,48522,48522,49477,49474,48520,49478,48521,48521,49478,49477,49478,49479,49477,49477,49479,49480,49477,49480,49474,49474,49480,49475,49480,49481,49475,49475,49481,49482,49479,49483,49480,49480,49483,49481,49483,49484,49481,49481,49484,49485,49481,49485,49482,49482,49485,49486,49476,49487,49463,49463,49487,49467,49475,49482,49476,49476,49482,49487,49482,49486,49487,49487,49486,49488,49487,49488,49467,49467,49488,49468,48540,49489,48520,48520,49489,49478,48538,49490,48540,48540,49490,49489,49490,49491,49489,49489,49491,49492,49489,49492,49478,49478,49492,49479,48537,49493,48538,48538,49493,49490,48536,49494,48537,48537,49494,49493,49494,49495,49493,49493,49495,49496,49493,49496,49490,49490,49496,49491,49496,49497,49491,49491,49497,49498,49495,49499,49496,49496,49499,49497,49497,49499,49500,49500,49499,49501,49497,49500,49498,49498,49500,49502,49492,49503,49479,49479,49503,49483,49491,49498,49492,49492,49498,49503,49498,49502,49503,49503,49502,49504,49503,49504,49483,49483,49504,49484,48556,49505,48536,48536,49505,49494,48554,49506,48556,48556,49506,49505,49506,49507,49505,49505,49507,49508,49505,49508,49494,49494,49508,49495,48553,49509,48554,48554,49509,49506,48552,49510,48553,48553,49510,49509,49510,49511,49509,49509,49511,49512,49509,49512,49506,49506,49512,49507,49512,49513,49507,49507,49513,49514,49511,49515,49512,49512,49515,49513,49515,49516,49513,49513,49516,49517,49513,49517,49514,49514,49517,49518,49508,49519,49495,49495,49519,49499,49507,49514,49508,49508,49514,49519,49514,49518,49519,49519,49518,49520,49519,49520,49499,49499,49520,49501,48572,49521,48552,48552,49521,49510,48570,49522,48572,48572,49522,49521,49522,49523,49521,49521,49523,49524,49521,49524,49510,49510,49524,49511,48569,49525,48570,48570,49525,49522,48568,49526,48569,48569,49526,49525,49526,49527,49525,49525,49527,49528,49525,49528,49522,49522,49528,49523,49528,49529,49523,49523,49529,49530,49527,49531,49528,49528,49531,49529,49531,49532,49529,49529,49532,49533,49529,49533,49530,49530,49533,49534,49524,49535,49511,49511,49535,49515,49523,49530,49524,49524,49530,49535,49530,49534,49535,49535,49534,49536,49535,49536,49515,49515,49536,49516,48588,49537,48568,48568,49537,49526,48586,49538,48588,48588,49538,49537,49538,49539,49537,49537,49539,49540,49537,49540,49526,49526,49540,49527,48585,49541,48586,48586,49541,49538,48584,49542,48585,48585,49542,49541,49542,49543,49541,49541,49543,49544,49541,49544,49538,49538,49544,49539,49544,49545,49539,49539,49545,49546,49543,49547,49544,49544,49547,49545,49547,49548,49545,49545,49548,49549,49545,49549,49546,49546,49549,49550,49540,49551,49527,49527,49551,49531,49539,49546,49540,49540,49546,49551,49546,49550,49551,49551,49550,49552,49551,49552,49531,49531,49552,49532,48604,49553,48584,48584,49553,49542,48602,49554,48604,48604,49554,49553,49554,49555,49553,49553,49555,49556,49553,49556,49542,49542,49556,49543,48601,49557,48602,48602,49557,49554,48600,49558,48601,48601,49558,49557,49558,49559,49557,49557,49559,49560,49557,49560,49554,49554,49560,49555,49560,49561,49555,49555,49561,49562,49559,49563,49560,49560,49563,49561,49563,49564,49561,49561,49564,49565,49561,49565,49562,49562,49565,49566,49556,49567,49543,49543,49567,49547,49555,49562,49556,49556,49562,49567,49562,49566,49567,49567,49566,49568,49567,49568,49547,49547,49568,49548,48620,49569,48600,48600,49569,49558,48618,49570,48620,48620,49570,49569,49570,49571,49569,49569,49571,49572,49569,49572,49558,49558,49572,49559,48617,49573,48618,48618,49573,49570,48616,49574,48617,48617,49574,49573,49574,49575,49573,49573,49575,49576,49573,49576,49570,49570,49576,49571,49576,49577,49571,49571,49577,49578,49575,49579,49576,49576,49579,49577,49579,49580,49577,49577,49580,49581,49577,49581,49578,49578,49581,49582,49572,49583,49559,49559,49583,49563,49571,49578,49572,49572,49578,49583,49578,49582,49583,49583,49582,49584,49583,49584,49563,49563,49584,49564,48636,49585,48616,48616,49585,49574,48634,49586,48636,48636,49586,49585,49586,49587,49585,49585,49587,49588,49585,49588,49574,49574,49588,49575,48633,49589,48634,48634,49589,49586,48632,49590,48633,48633,49590,49589,49590,49591,49589,49589,49591,49592,49589,49592,49586,49586,49592,49587,49592,49593,49587,49587,49593,49594,49591,49595,49592,49592,49595,49593,49593,49595,49596,49596,49595,49597,49593,49596,49594,49594,49596,49598,49588,49599,49575,49575,49599,49579,49587,49594,49588,49588,49594,49599,49594,49598,49599,49599,49598,49600,49599,49600,49579,49579,49600,49580,48652,49601,48632,48632,49601,49590,48650,49602,48652,48652,49602,49601,49602,49603,49601,49601,49603,49604,49601,49604,49590,49590,49604,49591,48649,49605,48650,48650,49605,49602,48648,49606,48649,48649,49606,49605,49605,49606,49607,49607,49606,49608,49605,49607,49602,49602,49607,49603,49603,49607,49609,49609,49607,49610,49607,49608,49610,49610,49608,49611,49610,49611,49612,49612,49611,49613,49609,49610,49614,49614,49610,49612,49604,49615,49591,49591,49615,49595,49604,49603,49615,49615,49603,49609,49615,49609,49616,49616,49609,49614,49595,49615,49597,49597,49615,49616,48668,49617,48648,48648,49617,49606,48668,48666,49617,49617,48666,49618,49617,49618,49619,49619,49618,49620,49606,49617,49608,49608,49617,49619,48666,48665,49618,49618,48665,49621,48665,48664,49621,49621,48664,49622,49621,49622,49623,49623,49622,49624,49618,49621,49620,49620,49621,49623,49620,49623,49625,49625,49623,49626,49624,49627,49623,49623,49627,49626,49627,49628,49626,49626,49628,49629,49626,49629,49625,49625,49629,49630,49608,49619,49611,49611,49619,49631,49619,49620,49631,49631,49620,49625,49631,49625,49632,49632,49625,49630,49611,49631,49613,49613,49631,49632,48684,49633,48664,48664,49633,49622,48682,49634,48684,48684,49634,49633,49634,49635,49633,49633,49635,49636,49633,49636,49622,49622,49636,49624,48681,49637,48682,48682,49637,49634,48680,49638,48681,48681,49638,49637,49638,49639,49637,49637,49639,49640,49637,49640,49634,49634,49640,49635,49640,49641,49635,49635,49641,49642,49639,49643,49640,49640,49643,49641,49643,49644,49641,49641,49644,49645,49641,49645,49642,49642,49645,49646,49636,49647,49624,49624,49647,49627,49635,49642,49636,49636,49642,49647,49642,49646,49647,49647,49646,49648,49647,49648,49627,49627,49648,49628,48700,49649,48680,48680,49649,49638,48698,49650,48700,48700,49650,49649,49650,49651,49649,49649,49651,49652,49649,49652,49638,49638,49652,49639,48697,49653,48698,48698,49653,49650,48696,49654,48697,48697,49654,49653,49654,49655,49653,49653,49655,49656,49653,49656,49650,49650,49656,49651,49656,49657,49651,49651,49657,49658,49655,49659,49656,49656,49659,49657,49659,49660,49657,49657,49660,49661,49657,49661,49658,49658,49661,49662,49652,49663,49639,49639,49663,49643,49651,49658,49652,49652,49658,49663,49658,49662,49663,49663,49662,49664,49663,49664,49643,49643,49664,49644,48716,49665,48696,48696,49665,49654,48714,49666,48716,48716,49666,49665,49666,49667,49665,49665,49667,49668,49665,49668,49654,49654,49668,49655,48713,49669,48714,48714,49669,49666,48712,49670,48713,48713,49670,49669,49670,49671,49669,49669,49671,49672,49669,49672,49666,49666,49672,49667,49672,49673,49667,49667,49673,49674,49671,49675,49672,49672,49675,49673,49675,49676,49673,49673,49676,49677,49673,49677,49674,49674,49677,49678,49668,49679,49655,49655,49679,49659,49667,49674,49668,49668,49674,49679,49674,49678,49679,49679,49678,49680,49679,49680,49659,49659,49680,49660,48732,49681,48712,48712,49681,49670,48730,49682,48732,48732,49682,49681,49682,49683,49681,49681,49683,49684,49681,49684,49670,49670,49684,49671,48729,49685,48730,48730,49685,49682,48728,49686,48729,48729,49686,49685,49686,49687,49685,49685,49687,49688,49685,49688,49682,49682,49688,49683,49688,49689,49683,49683,49689,49690,49687,49691,49688,49688,49691,49689,49691,49692,49689,49689,49692,49693,49689,49693,49690,49690,49693,49694,49684,49695,49671,49671,49695,49675,49683,49690,49684,49684,49690,49695,49690,49694,49695,49695,49694,49696,49695,49696,49675,49675,49696,49676,48748,49697,48728,48728,49697,49686,48746,49698,48748,48748,49698,49697,49698,49699,49697,49697,49699,49700,49697,49700,49686,49686,49700,49687,48745,49701,48746,48746,49701,49698,48744,49702,48745,48745,49702,49701,49702,49703,49701,49701,49703,49704,49701,49704,49698,49698,49704,49699,49704,49705,49699,49699,49705,49706,49704,49703,49705,49705,49703,49707,49705,49707,49708,49708,49707,49709,49706,49705,49710,49710,49705,49708,49700,49711,49687,49687,49711,49691,49699,49706,49700,49700,49706,49711,49711,49706,49712,49712,49706,49710,49711,49712,49691,49691,49712,49692,48764,49713,48744,48744,49713,49702,48764,48762,49713,49713,48762,49714,49713,49714,49715,49715,49714,49716,49702,49713,49703,49703,49713,49715,48762,48760,49714,49714,48760,49717,48760,48761,49717,49717,48761,49718,49717,49718,49719,49719,49718,49720,49714,49717,49716,49716,49717,49719,49716,49719,49721,49721,49719,49722,49719,49720,49722,49722,49720,49723,49722,49723,49724,49724,49723,49725,49721,49722,49726,49726,49722,49724,49703,49715,49707,49707,49715,49727,49715,49716,49727,49727,49716,49721,49727,49721,49728,49728,49721,49726,49707,49727,49709,49709,49727,49728,48761,48780,49718,49718,48780,49729,48780,48778,49729,49729,48778,49730,49729,49730,49731,49731,49730,49732,49718,49729,49720,49720,49729,49731,48778,48776,49730,49730,48776,49733,48776,48777,49733,49733,48777,49734,49733,49734,49735,49735,49734,49736,49730,49733,49732,49732,49733,49735,49732,49735,49737,49737,49735,49738,49735,49736,49738,49738,49736,49739,49738,49739,49740,49740,49739,49741,49737,49738,49742,49742,49738,49740,49720,49731,49723,49723,49731,49743,49731,49732,49743,49743,49732,49737,49743,49737,49744,49744,49737,49742,49723,49743,49725,49725,49743,49744,48777,48796,49734,49734,48796,49745,48796,48794,49745,49745,48794,49746,49745,49746,49747,49747,49746,49748,49734,49745,49736,49736,49745,49747,48794,48792,49746,49746,48792,49749,48793,49750,48792,48792,49750,49749,49750,49751,49749,49749,49751,49752,49746,49749,49748,49748,49749,49752,49752,49753,49748,49748,49753,49754,49751,49755,49752,49752,49755,49753,49755,49756,49753,49753,49756,49757,49753,49757,49754,49754,49757,49758,49736,49747,49739,49739,49747,49759,49747,49748,49759,49759,49748,49754,49754,49758,49759,49759,49758,49760,49759,49760,49739,49739,49760,49741,48812,49761,48793,48793,49761,49750,48810,49762,48812,48812,49762,49761,49762,49763,49761,49761,49763,49764,49761,49764,49750,49750,49764,49751,48809,49765,48810,48810,49765,49762,48808,49766,48809,48809,49766,49765,49766,49767,49765,49765,49767,49768,49765,49768,49762,49762,49768,49763,49768,49769,49763,49763,49769,49770,49767,49771,49768,49768,49771,49769,49771,49772,49769,49769,49772,49773,49769,49773,49770,49770,49773,49774,49764,49775,49751,49751,49775,49755,49763,49770,49764,49764,49770,49775,49770,49774,49775,49775,49774,49776,49775,49776,49755,49755,49776,49756,48828,49777,48808,48808,49777,49766,48826,49778,48828,48828,49778,49777,49778,49779,49777,49777,49779,49780,49777,49780,49766,49766,49780,49767,48825,49781,48826,48826,49781,49778,48824,49782,48825,48825,49782,49781,49782,49783,49781,49781,49783,49784,49781,49784,49778,49778,49784,49779,49784,49785,49779,49779,49785,49786,49783,49787,49784,49784,49787,49785,49787,49788,49785,49785,49788,49789,49785,49789,49786,49786,49789,49790,49780,49791,49767,49767,49791,49771,49779,49786,49780,49780,49786,49791,49786,49790,49791,49791,49790,49792,49791,49792,49771,49771,49792,49772,48844,49793,48824,48824,49793,49782,48842,49794,48844,48844,49794,49793,49794,49795,49793,49793,49795,49796,49793,49796,49782,49782,49796,49783,48841,49797,48842,48842,49797,49794,48840,49798,48841,48841,49798,49797,49798,49799,49797,49797,49799,49800,49797,49800,49794,49794,49800,49795,49800,49801,49795,49795,49801,49802,49799,49803,49800,49800,49803,49801,49803,49804,49801,49801,49804,49805,49801,49805,49802,49802,49805,49806,49796,49807,49783,49783,49807,49787,49795,49802,49796,49796,49802,49807,49802,49806,49807,49807,49806,49808,49807,49808,49787,49787,49808,49788,48860,49809,48840,48840,49809,49798,48858,49810,48860,48860,49810,49809,49810,49811,49809,49809,49811,49812,49809,49812,49798,49798,49812,49799,48857,49813,48858,48858,49813,49810,48856,49814,48857,48857,49814,49813,49814,49815,49813,49813,49815,49816,49813,49816,49810,49810,49816,49811,49816,49817,49811,49811,49817,49818,49815,49819,49816,49816,49819,49817,49819,49820,49817,49817,49820,49821,49817,49821,49818,49818,49821,49822,49812,49823,49799,49799,49823,49803,49811,49818,49812,49812,49818,49823,49818,49822,49823,49823,49822,49824,49823,49824,49803,49803,49824,49804,48876,49825,48856,48856,49825,49814,48874,49826,48876,48876,49826,49825,49826,49827,49825,49825,49827,49828,49825,49828,49814,49814,49828,49815,48873,49829,48874,48874,49829,49826,48872,49830,48873,48873,49830,49829,49830,49831,49829,49829,49831,49832,49829,49832,49826,49826,49832,49827,49832,49833,49827,49827,49833,49834,49831,49835,49832,49832,49835,49833,49835,49836,49833,49833,49836,49837,49833,49837,49834,49834,49837,49838,49828,49839,49815,49815,49839,49819,49827,49834,49828,49828,49834,49839,49834,49838,49839,49839,49838,49840,49839,49840,49819,49819,49840,49820,48892,49841,48872,48872,49841,49830,48890,49842,48892,48892,49842,49841,49842,49843,49841,49841,49843,49844,49841,49844,49830,49830,49844,49831,48889,49845,48890,48890,49845,49842,48889,48888,49845,49845,48888,49846,49845,49846,49847,49847,49846,49848,49845,49847,49842,49842,49847,49843,49843,49847,49849,49849,49847,49850,49847,49848,49850,49850,49848,49851,49850,49851,49852,49852,49851,49853,49849,49850,49854,49854,49850,49852,49844,49855,49831,49831,49855,49835,49843,49849,49844,49844,49849,49855,49849,49854,49855,49855,49854,49856,49855,49856,49835,49835,49856,49836,48888,48908,49846,49846,48908,49857,48908,48906,49857,49857,48906,49858,49857,49858,49859,49859,49858,49860,49846,49857,49848,49848,49857,49859,48906,48904,49858,49858,48904,49861,48904,48905,49861,49861,48905,49862,49861,49862,49863,49863,49862,49864,49858,49861,49860,49860,49861,49863,49860,49863,49865,49865,49863,49866,49863,49864,49866,49866,49864,49867,49866,49867,49868,49868,49867,49869,49865,49866,49870,49870,49866,49868,49848,49859,49851,49851,49859,49871,49859,49860,49871,49871,49860,49865,49871,49865,49872,49872,49865,49870,49851,49871,49853,49853,49871,49872,48905,48924,49862,49862,48924,49873,48924,48922,49873,49873,48922,49874,49873,49874,49875,49875,49874,49876,49862,49873,49864,49864,49873,49875,48922,48921,49874,49874,48921,49877,48921,48920,49877,49877,48920,49878,49877,49878,49879,49879,49878,49880,49874,49877,49876,49876,49877,49879,49876,49879,49881,49881,49879,49882,49879,49880,49882,49882,49880,49883,49882,49883,49884,49884,49883,49885,49881,49882,49886,49886,49882,49884,49864,49875,49867,49867,49875,49887,49875,49876,49887,49887,49876,49881,49887,49881,49888,49888,49881,49886,49867,49887,49869,49869,49887,49888,48940,49889,48920,48920,49889,49878,48938,49890,48940,48940,49890,49889,49890,49891,49889,49889,49891,49892,49878,49889,49880,49880,49889,49892,48937,49893,48938,48938,49893,49890,48936,49894,48937,48937,49894,49893,49894,49895,49893,49893,49895,49896,49893,49896,49890,49890,49896,49891,49896,49897,49891,49891,49897,49898,49895,49899,49896,49896,49899,49897,49899,49900,49897,49897,49900,49901,49898,49897,49902,49902,49897,49901,49880,49892,49883,49883,49892,49903,49891,49898,49892,49892,49898,49903,49903,49898,49904,49904,49898,49902,49883,49903,49885,49885,49903,49904,48956,49905,48936,48936,49905,49894,48954,49906,48956,48956,49906,49905,49906,49907,49905,49905,49907,49908,49905,49908,49894,49894,49908,49895,48953,49909,48954,48954,49909,49906,48952,49910,48953,48953,49910,49909,49910,49911,49909,49909,49911,49912,49909,49912,49906,49906,49912,49907,49912,49913,49907,49907,49913,49914,49911,49915,49912,49912,49915,49913,49915,49916,49913,49913,49916,49917,49913,49917,49914,49914,49917,49918,49908,49919,49895,49895,49919,49899,49907,49914,49908,49908,49914,49919,49914,49918,49919,49919,49918,49920,49919,49920,49899,49899,49920,49900,48972,49921,48952,48952,49921,49910,48970,49922,48972,48972,49922,49921,49922,49923,49921,49921,49923,49924,49921,49924,49910,49910,49924,49911,48969,49925,48970,48970,49925,49922,48968,49926,48969,48969,49926,49925,49926,49927,49925,49925,49927,49928,49925,49928,49922,49922,49928,49923,49928,49929,49923,49923,49929,49930,49927,49931,49928,49928,49931,49929,49931,49932,49929,49929,49932,49933,49929,49933,49930,49930,49933,49934,49924,49935,49911,49911,49935,49915,49923,49930,49924,49924,49930,49935,49930,49934,49935,49935,49934,49936,49935,49936,49915,49915,49936,49916,48988,49937,48968,48968,49937,49926,48986,49938,48988,48988,49938,49937,49938,49939,49937,49937,49939,49940,49937,49940,49926,49926,49940,49927,48985,49941,48986,48986,49941,49938,48984,49942,48985,48985,49942,49941,49942,49943,49941,49941,49943,49944,49941,49944,49938,49938,49944,49939,49944,49945,49939,49939,49945,49946,49943,49947,49944,49944,49947,49945,49947,49948,49945,49945,49948,49949,49945,49949,49946,49946,49949,49950,49940,49951,49927,49927,49951,49931,49939,49946,49940,49940,49946,49951,49946,49950,49951,49951,49950,49952,49951,49952,49931,49931,49952,49932,49004,49953,48984,48984,49953,49942,49002,49954,49004,49004,49954,49953,49954,49955,49953,49953,49955,49956,49953,49956,49942,49942,49956,49943,49001,49957,49002,49002,49957,49954,49000,49958,49001,49001,49958,49957,49958,49959,49957,49957,49959,49960,49957,49960,49954,49954,49960,49955,49960,49961,49955,49955,49961,49962,49959,49963,49960,49960,49963,49961,49963,49964,49961,49961,49964,49965,49961,49965,49962,49962,49965,49966,49956,49967,49943,49943,49967,49947,49955,49962,49956,49956,49962,49967,49962,49966,49967,49967,49966,49968,49967,49968,49947,49947,49968,49948,49020,49969,49000,49000,49969,49958,49018,49970,49020,49020,49970,49969,49970,49971,49969,49969,49971,49972,49969,49972,49958,49958,49972,49959,49017,49973,49018,49018,49973,49970,49016,49974,49017,49017,49974,49973,49974,49975,49973,49973,49975,49976,49973,49976,49970,49970,49976,49971,49976,49977,49971,49971,49977,49978,49975,49979,49976,49976,49979,49977,49979,49980,49977,49977,49980,49981,49977,49981,49978,49978,49981,49982,49972,49983,49959,49959,49983,49963,49971,49978,49972,49972,49978,49983,49978,49982,49983,49983,49982,49984,49983,49984,49963,49963,49984,49964,49036,49985,49016,49016,49985,49974,49034,49986,49036,49036,49986,49985,49986,49987,49985,49985,49987,49988,49985,49988,49974,49974,49988,49975,49033,49989,49034,49034,49989,49986,49032,49990,49033,49033,49990,49989,49990,49991,49989,49989,49991,49992,49989,49992,49986,49986,49992,49987,49992,49993,49987,49987,49993,49994,49991,49995,49992,49992,49995,49993,49995,49996,49993,49993,49996,49997,49993,49997,49994,49994,49997,49998,49988,49999,49975,49975,49999,49979,49987,49994,49988,49988,49994,49999,49994,49998,49999,49999,49998,50000,49999,50000,49979,49979,50000,49980,49052,50001,49032,49032,50001,49990,49050,50002,49052,49052,50002,50001,50002,50003,50001,50001,50003,50004,50001,50004,49990,49990,50004,49991,49049,50005,49050,49050,50005,50002,49049,49048,50005,50005,49048,50006,50005,50006,50007,50007,50006,50008,50005,50007,50002,50002,50007,50003,50007,50009,50003,50003,50009,50010,50007,50008,50009,50009,50008,50011,50009,50011,50012,50012,50011,50013,50009,50012,50010,50010,50012,50014,50004,50015,49991,49991,50015,49995,50003,50010,50004,50004,50010,50015,50010,50014,50015,50015,50014,50016,50015,50016,49995,49995,50016,49996,49048,49068,50006,50006,49068,50017,49066,50018,49068,49068,50018,50017,50018,50019,50017,50017,50019,50020,50006,50017,50008,50008,50017,50020,49065,50021,49066,49066,50021,50018,49064,50022,49065,49065,50022,50021,50022,50023,50021,50021,50023,50024,50021,50024,50018,50018,50024,50019,50024,50025,50019,50019,50025,50026,50023,50027,50024,50024,50027,50025,50027,50028,50025,50025,50028,50029,50025,50029,50026,50026,50029,50030,50008,50020,50011,50011,50020,50031,50019,50026,50020,50020,50026,50031,50026,50030,50031,50031,50030,50032,50011,50031,50013,50013,50031,50032,49084,50033,49064,49064,50033,50022,49082,50034,49084,49084,50034,50033,50034,50035,50033,50033,50035,50036,50033,50036,50022,50022,50036,50023,49081,50037,49082,49082,50037,50034,49081,49080,50037,50037,49080,50038,50037,50038,50039,50039,50038,50040,50034,50037,50035,50035,50037,50039,50035,50039,50041,50041,50039,50042,50039,50040,50042,50042,50040,50043,50042,50043,50044,50044,50043,50045,50041,50042,50046,50046,50042,50044,50036,50047,50023,50023,50047,50027,50035,50041,50036,50036,50041,50047,50041,50046,50047,50047,50046,50048,50047,50048,50027,50027,50048,50028,49080,49100,50038,50038,49100,50049,49100,49098,50049,50049,49098,50050,50049,50050,50051,50051,50050,50052,50038,50049,50040,50040,50049,50051,49098,49096,50050,50050,49096,50053,49096,49097,50053,50053,49097,50054,50053,50054,50055,50055,50054,50056,50050,50053,50052,50052,50053,50055,50052,50055,50057,50057,50055,50058,50055,50056,50058,50058,50056,50059,50058,50059,50060,50060,50059,50061,50057,50058,50062,50062,50058,50060,50040,50051,50043,50043,50051,50063,50051,50052,50063,50063,50052,50057,50063,50057,50064,50064,50057,50062,50043,50063,50045,50045,50063,50064,49097,49116,50054,50054,49116,50065,49116,49114,50065,50065,49114,50066,50065,50066,50067,50067,50066,50068,50054,50065,50056,50056,50065,50067,49114,49112,50066,50066,49112,50069,49112,49113,50069,50069,49113,50070,50069,50070,50071,50071,50070,50072,50066,50069,50068,50068,50069,50071,50068,50071,50073,50073,50071,50074,50071,50072,50074,50074,50072,50075,50074,50075,50076,50076,50075,50077,50073,50074,50078,50078,50074,50076,50056,50067,50059,50059,50067,50079,50067,50068,50079,50079,50068,50073,50079,50073,50080,50080,50073,50078,50059,50079,50061,50061,50079,50080,49113,49132,50070,50070,49132,50081,49132,49130,50081,50081,49130,50082,50081,50082,50083,50083,50082,50084,50070,50081,50072,50072,50081,50083,49130,49128,50082,50082,49128,50085,49128,49129,50085,50085,49129,50086,50085,50086,50087,50087,50086,50088,50082,50085,50084,50084,50085,50087,50084,50087,50089,50089,50087,50090,50087,50088,50090,50090,50088,50091,50090,50091,50092,50092,50091,50093,50089,50090,50094,50094,50090,50092,50072,50083,50075,50075,50083,50095,50083,50084,50095,50095,50084,50089,50095,50089,50096,50096,50089,50094,50075,50095,50077,50077,50095,50096,49129,49148,50086,50086,49148,50097,49148,49146,50097,50097,49146,50098,50097,50098,50099,50099,50098,50100,50086,50097,50088,50088,50097,50099,49146,49144,50098,50098,49144,50101,49144,49145,50101,50101,49145,50102,50101,50102,50103,50103,50102,50104,50098,50101,50100,50100,50101,50103,50100,50103,50105,50105,50103,50106,50103,50104,50106,50106,50104,50107,50106,50107,50108,50108,50107,50109,50105,50106,50110,50110,50106,50108,50088,50099,50091,50091,50099,50111,50099,50100,50111,50111,50100,50105,50111,50105,50112,50112,50105,50110,50091,50111,50093,50093,50111,50112,49145,49164,50102,50102,49164,50113,49164,49162,50113,50113,49162,50114,50113,50114,50115,50115,50114,50116,50102,50113,50104,50104,50113,50115,49162,49160,50114,50114,49160,50117,49160,49161,50117,50117,49161,50118,50117,50118,50119,50119,50118,50120,50114,50117,50116,50116,50117,50119,50116,50119,50121,50121,50119,50122,50119,50120,50122,50122,50120,50123,50122,50123,50124,50124,50123,50125,50121,50122,50126,50126,50122,50124,50104,50115,50107,50107,50115,50127,50115,50116,50127,50127,50116,50121,50127,50121,50128,50128,50121,50126,50107,50127,50109,50109,50127,50128,49161,49180,50118,50118,49180,50129,49180,49178,50129,50129,49178,50130,50129,50130,50131,50131,50130,50132,50118,50129,50120,50120,50129,50131,49178,49176,50130,50130,49176,50133,49176,49177,50133,50133,49177,50134,50133,50134,50135,50135,50134,50136,50130,50133,50132,50132,50133,50135,50132,50135,50137,50137,50135,50138,50135,50136,50138,50138,50136,50139,50138,50139,50140,50140,50139,50141,50137,50138,50142,50142,50138,50140,50120,50131,50123,50123,50131,50143,50131,50132,50143,50143,50132,50137,50143,50137,50144,50144,50137,50142,50123,50143,50125,50125,50143,50144,49177,49196,50134,50134,49196,50145,49196,49194,50145,50145,49194,50146,50145,50146,50147,50147,50146,50148,50134,50145,50136,50136,50145,50147,49194,49192,50146,50146,49192,50149,49192,49193,50149,50149,49193,50150,50149,50150,50151,50151,50150,50152,50146,50149,50148,50148,50149,50151,50148,50151,50153,50153,50151,50154,50151,50152,50154,50154,50152,50155,50154,50155,50156,50156,50155,50157,50153,50154,50158,50158,50154,50156,50136,50147,50139,50139,50147,50159,50147,50148,50159,50159,50148,50153,50159,50153,50160,50160,50153,50158,50139,50159,50141,50141,50159,50160,49193,49212,50150,50150,49212,50161,49212,49210,50161,50161,49210,50162,50161,50162,50163,50163,50162,50164,50150,50161,50152,50152,50161,50163,49210,49208,50162,50162,49208,50165,49208,49209,50165,50165,49209,50166,50165,50166,50167,50167,50166,50168,50162,50165,50164,50164,50165,50167,50164,50167,50169,50169,50167,50170,50167,50168,50170,50170,50168,50171,50170,50171,50172,50172,50171,50173,50169,50170,50174,50174,50170,50172,50152,50163,50155,50155,50163,50175,50163,50164,50175,50175,50164,50169,50175,50169,50176,50176,50169,50174,50155,50175,50157,50157,50175,50176,49209,49228,50166,50166,49228,50177,49226,50178,49228,49228,50178,50177,50177,50178,50179,50179,50178,50180,50166,50177,50168,50168,50177,50179,49225,50181,49226,49226,50181,50178,49224,50182,49225,49225,50182,50181,50182,50183,50181,50181,50183,50184,50181,50184,50178,50178,50184,50180,50180,50184,50185,50185,50184,50186,50183,50187,50184,50184,50187,50186,50187,50188,50186,50186,50188,50189,50185,50186,50190,50190,50186,50189,50168,50179,50171,50171,50179,50191,50179,50180,50191,50191,50180,50185,50191,50185,50192,50192,50185,50190,50171,50191,50173,50173,50191,50192,49244,50193,49224,49224,50193,50182,49242,50194,49244,49244,50194,50193,50194,50195,50193,50193,50195,50196,50193,50196,50182,50182,50196,50183,49241,50197,49242,49242,50197,50194,49240,50198,49241,49241,50198,50197,50198,50199,50197,50197,50199,50200,50197,50200,50194,50194,50200,50195,50200,50201,50195,50195,50201,50202,50199,50203,50200,50200,50203,50201,50203,50204,50201,50201,50204,50205,50201,50205,50202,50202,50205,50206,50196,50207,50183,50183,50207,50187,50195,50202,50196,50196,50202,50207,50202,50206,50207,50207,50206,50208,50207,50208,50187,50187,50208,50188,49240,49260,50198,50198,49260,50209,49258,50210,49260,49260,50210,50209,50209,50210,50211,50211,50210,50212,50198,50209,50199,50199,50209,50211,49257,50213,49258,49258,50213,50210,49256,50214,49257,49257,50214,50213,50214,50215,50213,50213,50215,50216,50213,50216,50210,50210,50216,50212,50216,50217,50212,50212,50217,50218,50215,50219,50216,50216,50219,50217,50219,50220,50217,50217,50220,50221,50217,50221,50218,50218,50221,50222,50199,50211,50203,50203,50211,50223,50211,50212,50223,50223,50212,50218,50223,50218,50224,50224,50218,50222,50223,50224,50203,50203,50224,50204,49276,50225,49256,49256,50225,50214,49274,50226,49276,49276,50226,50225,50226,50227,50225,50225,50227,50228,50225,50228,50214,50214,50228,50215,49273,50229,49274,49274,50229,50226,49272,50230,49273,49273,50230,50229,50230,50231,50229,50229,50231,50232,50229,50232,50226,50226,50232,50227,50232,50233,50227,50227,50233,50234,50231,50235,50232,50232,50235,50233,50235,50236,50233,50233,50236,50237,50233,50237,50234,50234,50237,50238,50228,50239,50215,50215,50239,50219,50227,50234,50228,50228,50234,50239,50234,50238,50239,50239,50238,50240,50239,50240,50219,50219,50240,50220,49272,49292,50230,50230,49292,50241,49292,49290,50241,50241,49290,50242,50241,50242,50243,50243,50242,50244,50230,50241,50231,50231,50241,50243,49290,49288,50242,50242,49288,50245,49288,49289,50245,50245,49289,50246,50245,50246,50247,50247,50246,50248,50242,50245,50244,50244,50245,50247,50244,50247,50249,50249,50247,50250,50247,50248,50250,50250,50248,50251,50250,50251,50252,50252,50251,50253,50249,50250,50254,50254,50250,50252,50231,50243,50235,50235,50243,50255,50243,50244,50255,50255,50244,50249,50255,50249,50256,50256,50249,50254,50255,50256,50235,50235,50256,50236,49289,49308,50246,50246,49308,50257,49308,49306,50257,50257,49306,50258,50257,50258,50259,50259,50258,50260,50246,50257,50248,50248,50257,50259,49306,49304,50258,50258,49304,50261,49304,49305,50261,50261,49305,50262,50261,50262,50263,50263,50262,50264,50258,50261,50260,50260,50261,50263,50260,50263,50265,50265,50263,50266,50263,50264,50266,50266,50264,50267,50266,50267,50268,50268,50267,50269,50265,50266,50270,50270,50266,50268,50248,50259,50251,50251,50259,50271,50259,50260,50271,50271,50260,50265,50271,50265,50272,50272,50265,50270,50251,50271,50253,50253,50271,50272,49305,49324,50262,50262,49324,50273,49324,49322,50273,50273,49322,50274,50273,50274,50275,50275,50274,50276,50262,50273,50264,50264,50273,50275,49322,49320,50274,50274,49320,50277,49320,49321,50277,50277,49321,50278,50277,50278,50279,50279,50278,50280,50274,50277,50276,50276,50277,50279,50276,50279,50281,50281,50279,50282,50279,50280,50282,50282,50280,50283,50282,50283,50284,50284,50283,50285,50281,50282,50286,50286,50282,50284,50264,50275,50267,50267,50275,50287,50275,50276,50287,50287,50276,50281,50287,50281,50288,50288,50281,50286,50267,50287,50269,50269,50287,50288,49340,50289,49321,49321,50289,50278,49340,49338,50289,50289,49338,50290,50290,50291,50289,50289,50291,50292,50289,50292,50278,50278,50292,50280,49338,49336,50290,50290,49336,50293,49336,49337,50293,50293,49337,50294,50293,50294,50295,50295,50294,50296,50293,50295,50290,50290,50295,50291,50295,50297,50291,50291,50297,50298,50296,50299,50295,50295,50299,50297,50299,50300,50297,50297,50300,50301,50297,50301,50298,50298,50301,50302,50292,50303,50280,50280,50303,50283,50291,50298,50292,50292,50298,50303,50298,50302,50303,50303,50302,50304,50303,50304,50283,50283,50304,50285,49337,49356,50294,50294,49356,50305,49356,49354,50305,50305,49354,50306,50305,50306,50307,50307,50306,50308,50294,50305,50296,50296,50305,50307,49354,49352,50306,50306,49352,50309,49352,49353,50309,50309,49353,50310,50309,50310,50311,50311,50310,50312,50306,50309,50308,50308,50309,50311,50308,50311,50313,50313,50311,50314,50312,50315,50311,50311,50315,50314,50315,50316,50314,50314,50316,50317,50314,50317,50313,50313,50317,50318,50307,50319,50296,50296,50319,50299,50308,50313,50307,50307,50313,50319,50313,50318,50319,50319,50318,50320,50319,50320,50299,50299,50320,50300,49353,49372,50310,50310,49372,50321,49370,50322,49372,49372,50322,50321,50322,50323,50321,50321,50323,50324,50321,50324,50310,50310,50324,50312,49369,50325,49370,49370,50325,50322,49368,50326,49369,49369,50326,50325,50326,50327,50325,50325,50327,50328,50325,50328,50322,50322,50328,50323,50328,50329,50323,50323,50329,50330,50327,50331,50328,50328,50331,50329,50331,50332,50329,50329,50332,50333,50329,50333,50330,50330,50333,50334,50324,50335,50312,50312,50335,50315,50323,50330,50324,50324,50330,50335,50330,50334,50335,50335,50334,50336,50335,50336,50315,50315,50336,50316,49388,50337,49368,49368,50337,50326,49386,50338,49388,49388,50338,50337,50338,50339,50337,50337,50339,50340,50337,50340,50326,50326,50340,50327,49384,50341,49386,49386,50341,50338,49384,49385,50341,50341,49385,50342,50341,50342,50343,50343,50342,50344,50341,50343,50338,50338,50343,50339,50343,50345,50339,50339,50345,50346,50344,50347,50343,50343,50347,50345,50347,50348,50345,50345,50348,50349,50345,50349,50346,50346,50349,50350,50340,50351,50327,50327,50351,50331,50339,50346,50340,50340,50346,50351,50346,50350,50351,50351,50350,50352,50351,50352,50331,50331,50352,50332,49385,49404,50342,50342,49404,50353,49404,49402,50353,50353,49402,50354,50353,50354,50355,50355,50354,50356,50342,50353,50344,50344,50353,50355,49402,49400,50354,50354,49400,50357,49400,49401,50357,50357,49401,50358,50357,50358,50359,50359,50358,50360,50354,50357,50356,50356,50357,50359,50356,50359,50361,50361,50359,50362,50359,50360,50362,50362,50360,50363,50362,50363,50364,50364,50363,50365,50361,50362,50366,50366,50362,50364,50344,50355,50347,50347,50355,50367,50355,50356,50367,50367,50356,50361,50367,50361,50368,50368,50361,50366,50347,50367,50348,50348,50367,50368,49424,49423,50369,50369,49423,50370,49420,50371,49423,49423,50371,50370,50370,50371,50372,50372,50371,50373,50369,50370,50374,50374,50370,50372,49419,50375,49420,49420,50375,50371,49418,50376,49419,49419,50376,50375,50376,50377,50375,50375,50377,50378,50375,50378,50371,50371,50378,50373,50378,50379,50373,50373,50379,50380,50377,50381,50378,50378,50381,50379,50381,50382,50379,50379,50382,50383,50379,50383,50380,50380,50383,50384,50374,50372,50385,50385,50372,50386,50372,50373,50386,50386,50373,50380,50386,50380,50387,50387,50380,50384,50385,50386,50388,50388,50386,50387,49440,50389,49418,49418,50389,50376,49438,50390,49440,49440,50390,50389,50390,50391,50389,50389,50391,50392,50389,50392,50376,50376,50392,50377,49437,50393,49438,49438,50393,50390,49436,50394,49437,49437,50394,50393,50394,50395,50393,50393,50395,50396,50393,50396,50390,50390,50396,50391,50396,50397,50391,50391,50397,50398,50395,50399,50396,50396,50399,50397,50399,50400,50397,50397,50400,50401,50397,50401,50398,50398,50401,50402,50392,50403,50377,50377,50403,50381,50391,50398,50392,50392,50398,50403,50398,50402,50403,50403,50402,50404,50403,50404,50381,50381,50404,50382,49456,50405,49436,49436,50405,50394,49454,50406,49456,49456,50406,50405,50406,50407,50405,50405,50407,50408,50405,50408,50394,50394,50408,50395,49453,50409,49454,49454,50409,50406,49452,50410,49453,49453,50410,50409,50410,50411,50409,50409,50411,50412,50409,50412,50406,50406,50412,50407,50412,50413,50407,50407,50413,50414,50411,50415,50412,50412,50415,50413,50415,50416,50413,50413,50416,50417,50413,50417,50414,50414,50417,50418,50408,50419,50395,50395,50419,50399,50407,50414,50408,50408,50414,50419,50414,50418,50419,50419,50418,50420,50419,50420,50399,50399,50420,50400,49472,50421,49452,49452,50421,50410,49470,50422,49472,49472,50422,50421,50422,50423,50421,50421,50423,50424,50421,50424,50410,50410,50424,50411,49469,50425,49470,49470,50425,50422,49468,50426,49469,49469,50426,50425,50426,50427,50425,50425,50427,50428,50425,50428,50422,50422,50428,50423,50428,50429,50423,50423,50429,50430,50427,50431,50428,50428,50431,50429,50431,50432,50429,50429,50432,50433,50429,50433,50430,50430,50433,50434,50424,50435,50411,50411,50435,50415,50423,50430,50424,50424,50430,50435,50430,50434,50435,50435,50434,50436,50435,50436,50415,50415,50436,50416,49488,50437,49468,49468,50437,50426,49486,50438,49488,49488,50438,50437,50438,50439,50437,50437,50439,50440,50437,50440,50426,50426,50440,50427,49485,50441,49486,49486,50441,50438,49485,49484,50441,50441,49484,50442,50441,50442,50443,50443,50442,50444,50441,50443,50438,50438,50443,50439,50443,50445,50439,50439,50445,50446,50443,50444,50445,50445,50444,50447,50447,50448,50445,50445,50448,50449,50445,50449,50446,50446,50449,50450,50440,50451,50427,50427,50451,50431,50439,50446,50440,50440,50446,50451,50446,50450,50451,50451,50450,50452,50451,50452,50431,50431,50452,50432,49484,49504,50442,50442,49504,50453,49504,49502,50453,50453,49502,50454,50453,50454,50455,50455,50454,50456,50442,50453,50444,50444,50453,50455,49502,49500,50454,50454,49500,50457,49500,49501,50457,50457,49501,50458,50457,50458,50459,50459,50458,50460,50454,50457,50456,50456,50457,50459,50456,50459,50461,50461,50459,50462,50459,50460,50462,50462,50460,50463,50462,50463,50464,50464,50463,50465,50461,50462,50466,50466,50462,50464,50444,50455,50447,50447,50455,50467,50455,50456,50467,50467,50456,50461,50467,50461,50468,50468,50461,50466,50447,50467,50448,50448,50467,50468,49501,49520,50458,50458,49520,50469,49518,50470,49520,49520,50470,50469,50470,50471,50469,50469,50471,50472,50458,50469,50460,50460,50469,50472,49517,50473,49518,49518,50473,50470,49516,50474,49517,49517,50474,50473,50474,50475,50473,50473,50475,50476,50473,50476,50470,50470,50476,50471,50476,50477,50471,50471,50477,50478,50475,50479,50476,50476,50479,50477,50479,50480,50477,50477,50480,50481,50477,50481,50478,50478,50481,50482,50460,50472,50463,50463,50472,50483,50471,50478,50472,50472,50478,50483,50483,50478,50484,50484,50478,50482,50463,50483,50465,50465,50483,50484,49536,50485,49516,49516,50485,50474,49534,50486,49536,49536,50486,50485,50486,50487,50485,50485,50487,50488,50485,50488,50474,50474,50488,50475,49533,50489,49534,49534,50489,50486,49532,50490,49533,49533,50490,50489,50490,50491,50489,50489,50491,50492,50489,50492,50486,50486,50492,50487,50492,50493,50487,50487,50493,50494,50491,50495,50492,50492,50495,50493,50495,50496,50493,50493,50496,50497,50493,50497,50494,50494,50497,50498,50488,50499,50475,50475,50499,50479,50487,50494,50488,50488,50494,50499,50494,50498,50499,50499,50498,50500,50499,50500,50479,50479,50500,50480,49552,50501,49532,49532,50501,50490,49550,50502,49552,49552,50502,50501,50502,50503,50501,50501,50503,50504,50501,50504,50490,50490,50504,50491,49549,50505,49550,49550,50505,50502,49548,50506,49549,49549,50506,50505,50506,50507,50505,50505,50507,50508,50505,50508,50502,50502,50508,50503,50508,50509,50503,50503,50509,50510,50507,50511,50508,50508,50511,50509,50511,50512,50509,50509,50512,50513,50509,50513,50510,50510,50513,50514,50504,50515,50491,50491,50515,50495,50503,50510,50504,50504,50510,50515,50510,50514,50515,50515,50514,50516,50515,50516,50495,50495,50516,50496,49568,50517,49548,49548,50517,50506,49566,50518,49568,49568,50518,50517,50518,50519,50517,50517,50519,50520,50517,50520,50506,50506,50520,50507,49565,50521,49566,49566,50521,50518,49564,50522,49565,49565,50522,50521,50522,50523,50521,50521,50523,50524,50521,50524,50518,50518,50524,50519,50524,50525,50519,50519,50525,50526,50523,50527,50524,50524,50527,50525,50527,50528,50525,50525,50528,50529,50525,50529,50526,50526,50529,50530,50520,50531,50507,50507,50531,50511,50519,50526,50520,50520,50526,50531,50526,50530,50531,50531,50530,50532,50531,50532,50511,50511,50532,50512,49584,50533,49564,49564,50533,50522,49582,50534,49584,49584,50534,50533,50534,50535,50533,50533,50535,50536,50533,50536,50522,50522,50536,50523,49581,50537,49582,49582,50537,50534,49580,50538,49581,49581,50538,50537,50538,50539,50537,50537,50539,50540,50537,50540,50534,50534,50540,50535,50540,50541,50535,50535,50541,50542,50539,50543,50540,50540,50543,50541,50543,50544,50541,50541,50544,50545,50541,50545,50542,50542,50545,50546,50536,50547,50523,50523,50547,50527,50535,50542,50536,50536,50542,50547,50542,50546,50547,50547,50546,50548,50547,50548,50527,50527,50548,50528,49600,50549,49580,49580,50549,50538,49598,50550,49600,49600,50550,50549,50550,50551,50549,50549,50551,50552,50549,50552,50538,50538,50552,50539,49598,49596,50550,50550,49596,50553,49596,49597,50553,50553,49597,50554,50553,50554,50555,50555,50554,50556,50550,50553,50551,50551,50553,50555,50555,50557,50551,50551,50557,50558,50556,50559,50555,50555,50559,50557,50559,50560,50557,50557,50560,50561,50557,50561,50558,50558,50561,50562,50552,50563,50539,50539,50563,50543,50551,50558,50552,50552,50558,50563,50558,50562,50563,50563,50562,50564,50563,50564,50543,50543,50564,50544,49597,49616,50554,50554,49616,50565,49616,49614,50565,50565,49614,50566,50565,50566,50567,50567,50566,50568,50554,50565,50556,50556,50565,50567,49614,49612,50566,50566,49612,50569,49613,50570,49612,49612,50570,50569,50570,50571,50569,50569,50571,50572,50569,50572,50566,50566,50572,50568,50572,50573,50568,50568,50573,50574,50571,50575,50572,50572,50575,50573,50575,50576,50573,50573,50576,50577,50573,50577,50574,50574,50577,50578,50567,50579,50556,50556,50579,50559,50568,50574,50567,50567,50574,50579,50574,50578,50579,50579,50578,50580,50579,50580,50559,50559,50580,50560,49632,50581,49613,49613,50581,50570,49630,50582,49632,49632,50582,50581,50582,50583,50581,50581,50583,50584,50581,50584,50570,50570,50584,50571,49629,50585,49630,49630,50585,50582,49628,50586,49629,49629,50586,50585,50586,50587,50585,50585,50587,50588,50585,50588,50582,50582,50588,50583,50588,50589,50583,50583,50589,50590,50587,50591,50588,50588,50591,50589,50591,50592,50589,50589,50592,50593,50589,50593,50590,50590,50593,50594,50584,50595,50571,50571,50595,50575,50583,50590,50584,50584,50590,50595,50590,50594,50595,50595,50594,50596,50595,50596,50575,50575,50596,50576,49648,50597,49628,49628,50597,50586,49646,50598,49648,49648,50598,50597,50598,50599,50597,50597,50599,50600,50597,50600,50586,50586,50600,50587,49645,50601,49646,49646,50601,50598,49644,50602,49645,49645,50602,50601,50602,50603,50601,50601,50603,50604,50601,50604,50598,50598,50604,50599,50604,50605,50599,50599,50605,50606,50603,50607,50604,50604,50607,50605,50607,50608,50605,50605,50608,50609,50605,50609,50606,50606,50609,50610,50600,50611,50587,50587,50611,50591,50599,50606,50600,50600,50606,50611,50606,50610,50611,50611,50610,50612,50611,50612,50591,50591,50612,50592,49664,50613,49644,49644,50613,50602,49662,50614,49664,49664,50614,50613,50614,50615,50613,50613,50615,50616,50613,50616,50602,50602,50616,50603,49661,50617,49662,49662,50617,50614,49660,50618,49661,49661,50618,50617,50618,50619,50617,50617,50619,50620,50617,50620,50614,50614,50620,50615,50620,50621,50615,50615,50621,50622,50619,50623,50620,50620,50623,50621,50623,50624,50621,50621,50624,50625,50621,50625,50622,50622,50625,50626,50616,50627,50603,50603,50627,50607,50615,50622,50616,50616,50622,50627,50622,50626,50627,50627,50626,50628,50627,50628,50607,50607,50628,50608,49680,50629,49660,49660,50629,50618,49678,50630,49680,49680,50630,50629,50630,50631,50629,50629,50631,50632,50629,50632,50618,50618,50632,50619,49677,50633,49678,49678,50633,50630,49676,50634,49677,49677,50634,50633,50634,50635,50633,50633,50635,50636,50633,50636,50630,50630,50636,50631,50636,50637,50631,50631,50637,50638,50635,50639,50636,50636,50639,50637,50637,50639,50640,50640,50639,50641,50637,50640,50638,50638,50640,50642,50632,50643,50619,50619,50643,50623,50631,50638,50632,50632,50638,50643,50638,50642,50643,50643,50642,50644,50643,50644,50623,50623,50644,50624,49696,50645,49676,49676,50645,50634,49694,50646,49696,49696,50646,50645,50646,50647,50645,50645,50647,50648,50645,50648,50634,50634,50648,50635,49693,50649,49694,49694,50649,50646,49692,50650,49693,49693,50650,50649,50649,50650,50651,50651,50650,50652,50646,50649,50647,50647,50649,50651,50647,50651,50653,50653,50651,50654,50651,50652,50654,50654,50652,50655,50655,50656,50654,50654,50656,50657,50654,50657,50653,50653,50657,50658,50635,50648,50639,50639,50648,50659,50648,50647,50659,50659,50647,50653,50653,50658,50659,50659,50658,50660,50639,50659,50641,50641,50659,50660,49692,49712,50650,50650,49712,50661,49712,49710,50661,50661,49710,50662,50661,50662,50663,50663,50662,50664,50650,50661,50652,50652,50661,50663,49710,49708,50662,50662,49708,50665,49708,49709,50665,50665,49709,50666,50665,50666,50667,50667,50666,50668,50662,50665,50664,50664,50665,50667,50664,50667,50669,50669,50667,50670,50667,50668,50670,50670,50668,50671,50671,50672,50670,50670,50672,50673,50670,50673,50669,50669,50673,50674,50652,50663,50655,50655,50663,50675,50663,50664,50675,50675,50664,50669,50669,50674,50675,50675,50674,50676,50675,50676,50655,50655,50676,50656,49709,49728,50666,50666,49728,50677,49728,49726,50677,50677,49726,50678,50677,50678,50679,50679,50678,50680,50666,50677,50668,50668,50677,50679,49726,49724,50678,50678,49724,50681,49724,49725,50681,50681,49725,50682,50681,50682,50683,50683,50682,50684,50678,50681,50680,50680,50681,50683,50680,50683,50685,50685,50683,50686,50683,50684,50686,50686,50684,50687,50687,50688,50686,50686,50688,50689,50686,50689,50685,50685,50689,50690,50668,50679,50671,50671,50679,50691,50679,50680,50691,50691,50680,50685,50685,50690,50691,50691,50690,50692,50691,50692,50671,50671,50692,50672,49725,49744,50682,50682,49744,50693,49744,49742,50693,50693,49742,50694,50693,50694,50695,50695,50694,50696,50682,50693,50684,50684,50693,50695,49742,49740,50694,50694,49740,50697,49740,49741,50697,50697,49741,50698,50698,50699,50697,50697,50699,50700,50694,50697,50696,50696,50697,50700,50696,50700,50701,50701,50700,50702,50699,50703,50700,50700,50703,50702,50703,50704,50702,50702,50704,50705,50702,50705,50701,50701,50705,50706,50684,50695,50687,50687,50695,50707,50695,50696,50707,50707,50696,50701,50701,50706,50707,50707,50706,50708,50707,50708,50687,50687,50708,50688,49760,50709,49741,49741,50709,50698,49758,50710,49760,49760,50710,50709,50710,50711,50709,50709,50711,50712,50709,50712,50698,50698,50712,50699,49757,50713,49758,49758,50713,50710,49756,50714,49757,49757,50714,50713,50714,50715,50713,50713,50715,50716,50713,50716,50710,50710,50716,50711,50716,50717,50711,50711,50717,50718,50715,50719,50716,50716,50719,50717,50719,50720,50717,50717,50720,50721,50717,50721,50718,50718,50721,50722,50712,50723,50699,50699,50723,50703,50711,50718,50712,50712,50718,50723,50718,50722,50723,50723,50722,50724,50723,50724,50703,50703,50724,50704,49776,50725,49756,49756,50725,50714,49774,50726,49776,49776,50726,50725,50726,50727,50725,50725,50727,50728,50725,50728,50714,50714,50728,50715,49773,50729,49774,49774,50729,50726,49772,50730,49773,49773,50730,50729,50730,50731,50729,50729,50731,50732,50729,50732,50726,50726,50732,50727,50732,50733,50727,50727,50733,50734,50731,50735,50732,50732,50735,50733,50735,50736,50733,50733,50736,50737,50733,50737,50734,50734,50737,50738,50728,50739,50715,50715,50739,50719,50727,50734,50728,50728,50734,50739,50734,50738,50739,50739,50738,50740,50739,50740,50719,50719,50740,50720,49792,50741,49772,49772,50741,50730,49790,50742,49792,49792,50742,50741,50742,50743,50741,50741,50743,50744,50741,50744,50730,50730,50744,50731,49789,50745,49790,49790,50745,50742,49788,50746,49789,49789,50746,50745,50746,50747,50745,50745,50747,50748,50745,50748,50742,50742,50748,50743,50748,50749,50743,50743,50749,50750,50747,50751,50748,50748,50751,50749,50751,50752,50749,50749,50752,50753,50749,50753,50750,50750,50753,50754,50744,50755,50731,50731,50755,50735,50743,50750,50744,50744,50750,50755,50750,50754,50755,50755,50754,50756,50755,50756,50735,50735,50756,50736,49808,50757,49788,49788,50757,50746,49806,50758,49808,49808,50758,50757,50758,50759,50757,50757,50759,50760,50757,50760,50746,50746,50760,50747,49805,50761,49806,49806,50761,50758,49804,50762,49805,49805,50762,50761,50762,50763,50761,50761,50763,50764,50761,50764,50758,50758,50764,50759,50764,50765,50759,50759,50765,50766,50763,50767,50764,50764,50767,50765,50767,50768,50765,50765,50768,50769,50765,50769,50766,50766,50769,50770,50760,50771,50747,50747,50771,50751,50759,50766,50760,50760,50766,50771,50766,50770,50771,50771,50770,50772,50771,50772,50751,50751,50772,50752,49824,50773,49804,49804,50773,50762,49822,50774,49824,49824,50774,50773,50774,50775,50773,50773,50775,50776,50773,50776,50762,50762,50776,50763,49821,50777,49822,49822,50777,50774,49820,50778,49821,49821,50778,50777,50778,50779,50777,50777,50779,50780,50777,50780,50774,50774,50780,50775,50780,50781,50775,50775,50781,50782,50779,50783,50780,50780,50783,50781,50783,50784,50781,50781,50784,50785,50781,50785,50782,50782,50785,50786,50776,50787,50763,50763,50787,50767,50775,50782,50776,50776,50782,50787,50782,50786,50787,50787,50786,50788,50787,50788,50767,50767,50788,50768,49840,50789,49820,49820,50789,50778,49838,50790,49840,49840,50790,50789,50790,50791,50789,50789,50791,50792,50789,50792,50778,50778,50792,50779,49837,50793,49838,49838,50793,50790,49836,50794,49837,49837,50794,50793,50794,50795,50793,50793,50795,50796,50793,50796,50790,50790,50796,50791,50796,50797,50791,50791,50797,50798,50795,50799,50796,50796,50799,50797,50799,50800,50797,50797,50800,50801,50797,50801,50798,50798,50801,50802,50792,50803,50779,50779,50803,50783,50791,50798,50792,50792,50798,50803,50798,50802,50803,50803,50802,50804,50803,50804,50783,50783,50804,50784,49856,50805,49836,49836,50805,50794,49856,49854,50805,50805,49854,50806,50805,50806,50807,50807,50806,50808,50805,50807,50794,50794,50807,50795,49854,49852,50806,50806,49852,50809,49852,49853,50809,50809,49853,50810,50809,50810,50811,50811,50810,50812,50806,50809,50808,50808,50809,50811,50808,50811,50813,50813,50811,50814,50811,50812,50814,50814,50812,50815,50814,50815,50816,50816,50815,50817,50813,50814,50818,50818,50814,50816,50795,50807,50799,50799,50807,50819,50807,50808,50819,50819,50808,50813,50819,50813,50820,50820,50813,50818,50799,50819,50800,50800,50819,50820,49853,49872,50810,50810,49872,50821,49872,49870,50821,50821,49870,50822,50821,50822,50823,50823,50822,50824,50810,50821,50812,50812,50821,50823,49870,49868,50822,50822,49868,50825,49868,49869,50825,50825,49869,50826,50825,50826,50827,50827,50826,50828,50822,50825,50824,50824,50825,50827,50824,50827,50829,50829,50827,50830,50827,50828,50830,50830,50828,50831,50830,50831,50832,50832,50831,50833,50829,50830,50834,50834,50830,50832,50812,50823,50815,50815,50823,50835,50823,50824,50835,50835,50824,50829,50835,50829,50836,50836,50829,50834,50815,50835,50817,50817,50835,50836,49869,49888,50826,50826,49888,50837,49888,49886,50837,50837,49886,50838,50837,50838,50839,50839,50838,50840,50826,50837,50828,50828,50837,50839,49886,49884,50838,50838,49884,50841,49884,49885,50841,50841,49885,50842,50841,50842,50843,50843,50842,50844,50838,50841,50840,50840,50841,50843,50840,50843,50845,50845,50843,50846,50843,50844,50846,50846,50844,50847,50846,50847,50848,50848,50847,50849,50845,50846,50850,50850,50846,50848,50828,50839,50831,50831,50839,50851,50839,50840,50851,50851,50840,50845,50851,50845,50852,50852,50845,50850,50831,50851,50833,50833,50851,50852,49885,49904,50842,50842,49904,50853,49904,49902,50853,50853,49902,50854,50853,50854,50855,50855,50854,50856,50842,50853,50844,50844,50853,50855,49902,49901,50854,50854,49901,50857,49901,49900,50857,50857,49900,50858,50857,50858,50859,50859,50858,50860,50854,50857,50856,50856,50857,50859,50856,50859,50861,50861,50859,50862,50859,50860,50862,50862,50860,50863,50862,50863,50864,50864,50863,50865,50861,50862,50866,50866,50862,50864,50844,50855,50847,50847,50855,50867,50855,50856,50867,50867,50856,50861,50867,50861,50868,50868,50861,50866,50847,50867,50849,50849,50867,50868,49900,49920,50858,50858,49920,50869,49918,50870,49920,49920,50870,50869,50869,50870,50871,50871,50870,50872,50858,50869,50860,50860,50869,50871,49917,50873,49918,49918,50873,50870,49916,50874,49917,49917,50874,50873,50874,50875,50873,50873,50875,50876,50873,50876,50870,50870,50876,50872,50872,50876,50877,50877,50876,50878,50875,50879,50876,50876,50879,50878,50879,50880,50878,50878,50880,50881,50877,50878,50882,50882,50878,50881,50860,50871,50863,50863,50871,50883,50871,50872,50883,50883,50872,50877,50883,50877,50884,50884,50877,50882,50863,50883,50865,50865,50883,50884,49936,50885,49916,49916,50885,50874,49934,50886,49936,49936,50886,50885,50886,50887,50885,50885,50887,50888,50885,50888,50874,50874,50888,50875,49933,50889,49934,49934,50889,50886,49932,50890,49933,49933,50890,50889,50890,50891,50889,50889,50891,50892,50889,50892,50886,50886,50892,50887,50892,50893,50887,50887,50893,50894,50891,50895,50892,50892,50895,50893,50895,50896,50893,50893,50896,50897,50893,50897,50894,50894,50897,50898,50888,50899,50875,50875,50899,50879,50887,50894,50888,50888,50894,50899,50894,50898,50899,50899,50898,50900,50899,50900,50879,50879,50900,50880,49952,50901,49932,49932,50901,50890,49950,50902,49952,49952,50902,50901,50902,50903,50901,50901,50903,50904,50901,50904,50890,50890,50904,50891,49949,50905,49950,49950,50905,50902,49948,50906,49949,49949,50906,50905,50906,50907,50905,50905,50907,50908,50905,50908,50902,50902,50908,50903,50908,50909,50903,50903,50909,50910,50907,50911,50908,50908,50911,50909,50911,50912,50909,50909,50912,50913,50909,50913,50910,50910,50913,50914,50904,50915,50891,50891,50915,50895,50903,50910,50904,50904,50910,50915,50910,50914,50915,50915,50914,50916,50915,50916,50895,50895,50916,50896,49968,50917,49948,49948,50917,50906,49966,50918,49968,49968,50918,50917,50918,50919,50917,50917,50919,50920,50917,50920,50906,50906,50920,50907,49965,50921,49966,49966,50921,50918,49964,50922,49965,49965,50922,50921,50922,50923,50921,50921,50923,50924,50921,50924,50918,50918,50924,50919,50924,50925,50919,50919,50925,50926,50923,50927,50924,50924,50927,50925,50927,50928,50925,50925,50928,50929,50925,50929,50926,50926,50929,50930,50920,50931,50907,50907,50931,50911,50919,50926,50920,50920,50926,50931,50926,50930,50931,50931,50930,50932,50931,50932,50911,50911,50932,50912,49984,50933,49964,49964,50933,50922,49982,50934,49984,49984,50934,50933,50934,50935,50933,50933,50935,50936,50933,50936,50922,50922,50936,50923,49981,50937,49982,49982,50937,50934,49980,50938,49981,49981,50938,50937,50938,50939,50937,50937,50939,50940,50937,50940,50934,50934,50940,50935,50940,50941,50935,50935,50941,50942,50939,50943,50940,50940,50943,50941,50943,50944,50941,50941,50944,50945,50941,50945,50942,50942,50945,50946,50936,50947,50923,50923,50947,50927,50935,50942,50936,50936,50942,50947,50942,50946,50947,50947,50946,50948,50947,50948,50927,50927,50948,50928,50000,50949,49980,49980,50949,50938,49998,50950,50000,50000,50950,50949,50950,50951,50949,50949,50951,50952,50949,50952,50938,50938,50952,50939,49997,50953,49998,49998,50953,50950,49996,50954,49997,49997,50954,50953,50954,50955,50953,50953,50955,50956,50953,50956,50950,50950,50956,50951,50956,50957,50951,50951,50957,50958,50955,50959,50956,50956,50959,50957,50959,50960,50957,50957,50960,50961,50957,50961,50958,50958,50961,50962,50952,50963,50939,50939,50963,50943,50951,50958,50952,50952,50958,50963,50958,50962,50963,50963,50962,50964,50963,50964,50943,50943,50964,50944,50016,50965,49996,49996,50965,50954,50014,50966,50016,50016,50966,50965,50966,50967,50965,50965,50967,50968,50965,50968,50954,50954,50968,50955,50012,50969,50014,50014,50969,50966,50012,50013,50969,50969,50013,50970,50970,50971,50969,50969,50971,50972,50969,50972,50966,50966,50972,50967,50972,50973,50967,50967,50973,50974,50971,50975,50972,50972,50975,50973,50975,50976,50973,50973,50976,50977,50973,50977,50974,50974,50977,50978,50968,50979,50955,50955,50979,50959,50967,50974,50968,50968,50974,50979,50974,50978,50979,50979,50978,50980,50979,50980,50959,50959,50980,50960,50013,50032,50970,50970,50032,50981,50030,50982,50032,50032,50982,50981,50982,50983,50981,50981,50983,50984,50981,50984,50970,50970,50984,50971,50029,50985,50030,50030,50985,50982,50028,50986,50029,50029,50986,50985,50986,50987,50985,50985,50987,50988,50985,50988,50982,50982,50988,50983,50988,50989,50983,50983,50989,50990,50987,50991,50988,50988,50991,50989,50991,50992,50989,50989,50992,50993,50989,50993,50990,50990,50993,50994,50984,50995,50971,50971,50995,50975,50983,50990,50984,50984,50990,50995,50990,50994,50995,50995,50994,50996,50995,50996,50975,50975,50996,50976,50048,50997,50028,50028,50997,50986,50046,50998,50048,50048,50998,50997,50998,50999,50997,50997,50999,51000,50997,51000,50986,50986,51000,50987,50046,50044,50998,50998,50044,51001,50044,50045,51001,51001,50045,51002,51001,51002,51003,51003,51002,51004,50998,51001,50999,50999,51001,51003,51003,51005,50999,50999,51005,51006,51004,51007,51003,51003,51007,51005,51007,51008,51005,51005,51008,51009,51005,51009,51006,51006,51009,51010,51000,51011,50987,50987,51011,50991,50999,51006,51000,51000,51006,51011,51006,51010,51011,51011,51010,51012,51011,51012,50991,50991,51012,50992,50045,50064,51002,51002,50064,51013,50064,50062,51013,51013,50062,51014,51013,51014,51015,51015,51014,51016,51002,51013,51004,51004,51013,51015,50062,50060,51014,51014,50060,51017,50060,50061,51017,51017,50061,51018,51017,51018,51019,51019,51018,51020,51014,51017,51016,51016,51017,51019,51016,51019,51021,51021,51019,51022,51019,51020,51022,51022,51020,51023,51022,51023,51024,51024,51023,51025,51021,51022,51026,51026,51022,51024,51015,51027,51004,51004,51027,51007,51015,51016,51027,51027,51016,51021,51027,51021,51028,51028,51021,51026,51027,51028,51007,51007,51028,51008,50061,50080,51018,51018,50080,51029,50080,50078,51029,51029,50078,51030,51029,51030,51031,51031,51030,51032,51018,51029,51020,51020,51029,51031,50078,50076,51030,51030,50076,51033,50076,50077,51033,51033,50077,51034,51033,51034,51035,51035,51034,51036,51030,51033,51032,51032,51033,51035,51032,51035,51037,51037,51035,51038,51035,51036,51038,51038,51036,51039,51038,51039,51040,51040,51039,51041,51037,51038,51042,51042,51038,51040,51020,51031,51023,51023,51031,51043,51031,51032,51043,51043,51032,51037,51043,51037,51044,51044,51037,51042,51023,51043,51025,51025,51043,51044,50077,50096,51034,51034,50096,51045,50096,50094,51045,51045,50094,51046,51045,51046,51047,51047,51046,51048,51034,51045,51036,51036,51045,51047,50094,50092,51046,51046,50092,51049,50092,50093,51049,51049,50093,51050,51049,51050,51051,51051,51050,51052,51046,51049,51048,51048,51049,51051,51048,51051,51053,51053,51051,51054,51051,51052,51054,51054,51052,51055,51054,51055,51056,51056,51055,51057,51053,51054,51058,51058,51054,51056,51036,51047,51039,51039,51047,51059,51047,51048,51059,51059,51048,51053,51059,51053,51060,51060,51053,51058,51039,51059,51041,51041,51059,51060,50093,50112,51050,51050,50112,51061,50112,50110,51061,51061,50110,51062,51061,51062,51063,51063,51062,51064,51050,51061,51052,51052,51061,51063,50110,50108,51062,51062,50108,51065,50108,50109,51065,51065,50109,51066,51065,51066,51067,51067,51066,51068,51062,51065,51064,51064,51065,51067,51064,51067,51069,51069,51067,51070,51067,51068,51070,51070,51068,51071,51070,51071,51072,51072,51071,51073,51069,51070,51074,51074,51070,51072,51052,51063,51055,51055,51063,51075,51063,51064,51075,51075,51064,51069,51075,51069,51076,51076,51069,51074,51055,51075,51057,51057,51075,51076,50109,50128,51066,51066,50128,51077,50128,50126,51077,51077,50126,51078,51077,51078,51079,51079,51078,51080,51066,51077,51068,51068,51077,51079,50126,50124,51078,51078,50124,51081,50124,50125,51081,51081,50125,51082,51081,51082,51083,51083,51082,51084,51078,51081,51080,51080,51081,51083,51080,51083,51085,51085,51083,51086,51083,51084,51086,51086,51084,51087,51086,51087,51088,51088,51087,51089,51085,51086,51090,51090,51086,51088,51068,51079,51071,51071,51079,51091,51079,51080,51091,51091,51080,51085,51091,51085,51092,51092,51085,51090,51071,51091,51073,51073,51091,51092,50125,50144,51082,51082,50144,51093,50144,50142,51093,51093,50142,51094,51093,51094,51095,51095,51094,51096,51082,51093,51084,51084,51093,51095,50142,50140,51094,51094,50140,51097,50140,50141,51097,51097,50141,51098,51097,51098,51099,51099,51098,51100,51094,51097,51096,51096,51097,51099,51096,51099,51101,51101,51099,51102,51099,51100,51102,51102,51100,51103,51102,51103,51104,51104,51103,51105,51101,51102,51106,51106,51102,51104,51084,51095,51087,51087,51095,51107,51095,51096,51107,51107,51096,51101,51107,51101,51108,51108,51101,51106,51087,51107,51089,51089,51107,51108,50141,50160,51098,51098,50160,51109,50160,50158,51109,51109,50158,51110,51109,51110,51111,51111,51110,51112,51098,51109,51100,51100,51109,51111,50158,50156,51110,51110,50156,51113,50156,50157,51113,51113,50157,51114,51113,51114,51115,51115,51114,51116,51110,51113,51112,51112,51113,51115,51112,51115,51117,51117,51115,51118,51115,51116,51118,51118,51116,51119,51118,51119,51120,51120,51119,51121,51117,51118,51122,51122,51118,51120,51100,51111,51103,51103,51111,51123,51111,51112,51123,51123,51112,51117,51123,51117,51124,51124,51117,51122,51103,51123,51105,51105,51123,51124,50157,50176,51114,51114,50176,51125,50176,50174,51125,51125,50174,51126,51125,51126,51127,51127,51126,51128,51114,51125,51116,51116,51125,51127,50174,50172,51126,51126,50172,51129,50172,50173,51129,51129,50173,51130,51129,51130,51131,51131,51130,51132,51126,51129,51128,51128,51129,51131,51128,51131,51133,51133,51131,51134,51131,51132,51134,51134,51132,51135,51134,51135,51136,51136,51135,51137,51133,51134,51138,51138,51134,51136,51116,51127,51119,51119,51127,51139,51127,51128,51139,51139,51128,51133,51139,51133,51140,51140,51133,51138,51119,51139,51121,51121,51139,51140,50173,50192,51130,51130,50192,51141,50192,50190,51141,51141,50190,51142,51141,51142,51143,51143,51142,51144,51130,51141,51132,51132,51141,51143,50190,50189,51142,51142,50189,51145,50189,50188,51145,51145,50188,51146,51145,51146,51147,51147,51146,51148,51142,51145,51144,51144,51145,51147,51144,51147,51149,51149,51147,51150,51147,51148,51150,51150,51148,51151,51150,51151,51152,51152,51151,51153,51149,51150,51154,51154,51150,51152,51132,51143,51135,51135,51143,51155,51143,51144,51155,51155,51144,51149,51155,51149,51156,51156,51149,51154,51135,51155,51137,51137,51155,51156,50208,51157,50188,50188,51157,51146,50206,51158,50208,50208,51158,51157,51158,51159,51157,51157,51159,51160,51146,51157,51148,51148,51157,51160,50205,51161,50206,50206,51161,51158,50204,51162,50205,50205,51162,51161,51162,51163,51161,51161,51163,51164,51161,51164,51158,51158,51164,51159,51159,51164,51165,51165,51164,51166,51163,51167,51164,51164,51167,51166,51166,51167,51168,51168,51167,51169,51165,51166,51170,51170,51166,51168,51148,51160,51151,51151,51160,51171,51160,51159,51171,51171,51159,51165,51171,51165,51172,51172,51165,51170,51151,51171,51153,51153,51171,51172,50224,51173,50204,50204,51173,51162,50222,51174,50224,50224,51174,51173,51174,51175,51173,51173,51175,51176,51173,51176,51162,51162,51176,51163,50221,51177,50222,50222,51177,51174,50220,51178,50221,50221,51178,51177,51178,51179,51177,51177,51179,51180,51177,51180,51174,51174,51180,51175,51180,51181,51175,51175,51181,51182,51179,51183,51180,51180,51183,51181,51183,51184,51181,51181,51184,51185,51181,51185,51182,51182,51185,51186,51176,51187,51163,51163,51187,51167,51175,51182,51176,51176,51182,51187,51182,51186,51187,51187,51186,51188,51167,51187,51169,51169,51187,51188,50240,51189,50220,50220,51189,51178,50238,51190,50240,50240,51190,51189,51190,51191,51189,51189,51191,51192,51189,51192,51178,51178,51192,51179,50237,51193,50238,50238,51193,51190,50236,51194,50237,50237,51194,51193,51194,51195,51193,51193,51195,51196,51193,51196,51190,51190,51196,51191,51196,51197,51191,51191,51197,51198,51195,51199,51196,51196,51199,51197,51199,51200,51197,51197,51200,51201,51197,51201,51198,51198,51201,51202,51192,51203,51179,51179,51203,51183,51191,51198,51192,51192,51198,51203,51198,51202,51203,51203,51202,51204,51203,51204,51183,51183,51204,51184,50256,51205,50236,50236,51205,51194,50254,51206,50256,50256,51206,51205,51206,51207,51205,51205,51207,51208,51205,51208,51194,51194,51208,51195,50254,50252,51206,51206,50252,51209,50252,50253,51209,51209,50253,51210,51210,51211,51209,51209,51211,51212,51209,51212,51206,51206,51212,51207,51212,51213,51207,51207,51213,51214,51211,51215,51212,51212,51215,51213,51215,51216,51213,51213,51216,51217,51213,51217,51214,51214,51217,51218,51208,51219,51195,51195,51219,51199,51207,51214,51208,51208,51214,51219,51214,51218,51219,51219,51218,51220,51219,51220,51199,51199,51220,51200,50253,50272,51210,51210,50272,51221,50272,50270,51221,51221,50270,51222,51222,51223,51221,51221,51223,51224,51221,51224,51210,51210,51224,51211,50270,50268,51222,51222,50268,51225,50268,50269,51225,51225,50269,51226,51226,51227,51225,51225,51227,51228,51225,51228,51222,51222,51228,51223,51228,51229,51223,51223,51229,51230,51227,51231,51228,51228,51231,51229,51231,51232,51229,51229,51232,51233,51229,51233,51230,51230,51233,51234,51224,51235,51211,51211,51235,51215,51223,51230,51224,51224,51230,51235,51230,51234,51235,51235,51234,51236,51235,51236,51215,51215,51236,51216,50288,51237,50269,50269,51237,51226,50286,51238,50288,50288,51238,51237,51238,51239,51237,51237,51239,51240,51237,51240,51226,51226,51240,51227,50284,51241,50286,50286,51241,51238,50285,51242,50284,50284,51242,51241,51242,51243,51241,51241,51243,51244,51241,51244,51238,51238,51244,51239,51244,51245,51239,51239,51245,51246,51243,51247,51244,51244,51247,51245,51247,51248,51245,51245,51248,51249,51245,51249,51246,51246,51249,51250,51240,51251,51227,51227,51251,51231,51239,51246,51240,51240,51246,51251,51246,51250,51251,51251,51250,51252,51251,51252,51231,51231,51252,51232,50304,51253,50285,50285,51253,51242,50302,51254,50304,50304,51254,51253,51254,51255,51253,51253,51255,51256,51253,51256,51242,51242,51256,51243,50301,51257,50302,50302,51257,51254,50300,51258,50301,50301,51258,51257,51258,51259,51257,51257,51259,51260,51257,51260,51254,51254,51260,51255,51260,51261,51255,51255,51261,51262,51259,51263,51260,51260,51263,51261,51263,51264,51261,51261,51264,51265,51261,51265,51262,51262,51265,51266,51256,51267,51243,51243,51267,51247,51255,51262,51256,51256,51262,51267,51262,51266,51267,51267,51266,51268,51267,51268,51247,51247,51268,51248,50320,51269,50300,50300,51269,51258,50318,51270,50320,50320,51270,51269,51270,51271,51269,51269,51271,51272,51269,51272,51258,51258,51272,51259,50317,51273,50318,50318,51273,51270,50316,51274,50317,50317,51274,51273,51274,51275,51273,51273,51275,51276,51273,51276,51270,51270,51276,51271,51276,51277,51271,51271,51277,51278,51275,51279,51276,51276,51279,51277,51279,51280,51277,51277,51280,51281,51277,51281,51278,51278,51281,51282,51272,51283,51259,51259,51283,51263,51271,51278,51272,51272,51278,51283,51278,51282,51283,51283,51282,51284,51283,51284,51263,51263,51284,51264,50336,51285,50316,50316,51285,51274,50334,51286,50336,50336,51286,51285,51286,51287,51285,51285,51287,51288,51285,51288,51274,51274,51288,51275,50333,51289,50334,50334,51289,51286,50332,51290,50333,50333,51290,51289,51290,51291,51289,51289,51291,51292,51289,51292,51286,51286,51292,51287,51292,51293,51287,51287,51293,51294,51291,51295,51292,51292,51295,51293,51295,51296,51293,51293,51296,51297,51293,51297,51294,51294,51297,51298,51288,51299,51275,51275,51299,51279,51287,51294,51288,51288,51294,51299,51294,51298,51299,51299,51298,51300,51299,51300,51279,51279,51300,51280,50352,51301,50332,50332,51301,51290,50350,51302,50352,50352,51302,51301,51302,51303,51301,51301,51303,51304,51301,51304,51290,51290,51304,51291,50349,51305,50350,50350,51305,51302,50349,50348,51305,51305,50348,51306,51305,51306,51307,51307,51306,51308,51305,51307,51302,51302,51307,51303,51307,51309,51303,51303,51309,51310,51307,51308,51309,51309,51308,51311,51309,51311,51312,51312,51311,51313,51310,51309,51314,51314,51309,51312,51304,51315,51291,51291,51315,51295,51303,51310,51304,51304,51310,51315,51310,51314,51315,51315,51314,51316,51315,51316,51295,51295,51316,51296,50348,50368,51306,51306,50368,51317,50368,50366,51317,51317,50366,51318,51317,51318,51319,51319,51318,51320,51306,51317,51308,51308,51317,51319,50366,50364,51318,51318,50364,51321,50364,50365,51321,51321,50365,51322,51321,51322,51323,51323,51322,51324,51318,51321,51320,51320,51321,51323,51320,51323,51325,51325,51323,51326,51323,51324,51326,51326,51324,51327,51326,51327,51328,51328,51327,51329,51325,51326,51330,51330,51326,51328,51308,51319,51311,51311,51319,51331,51319,51320,51331,51331,51320,51325,51331,51325,51332,51332,51325,51330,51311,51331,51313,51313,51331,51332,50387,51333,50388,50388,51333,51334,50384,51335,50387,50387,51335,51333,51335,51336,51333,51333,51336,51337,51333,51337,51334,51334,51337,51338,50383,51339,50384,50384,51339,51335,50382,51340,50383,50383,51340,51339,51340,51341,51339,51339,51341,51342,51339,51342,51335,51335,51342,51336,51342,51343,51336,51336,51343,51344,51341,51345,51342,51342,51345,51343,51345,51346,51343,51343,51346,51347,51343,51347,51344,51344,51347,51348,51337,51349,51338,51338,51349,51350,51336,51344,51337,51337,51344,51349,51344,51348,51349,51349,51348,51351,51349,51351,51350,51350,51351,51352,50404,51353,50382,50382,51353,51340,50402,51354,50404,50404,51354,51353,51354,51355,51353,51353,51355,51356,51353,51356,51340,51340,51356,51341,50401,51357,50402,50402,51357,51354,50400,51358,50401,50401,51358,51357,51358,51359,51357,51357,51359,51360,51357,51360,51354,51354,51360,51355,51360,51361,51355,51355,51361,51362,51359,51363,51360,51360,51363,51361,51363,51364,51361,51361,51364,51365,51361,51365,51362,51362,51365,51366,51356,51367,51341,51341,51367,51345,51355,51362,51356,51356,51362,51367,51362,51366,51367,51367,51366,51368,51367,51368,51345,51345,51368,51346,50420,51369,50400,50400,51369,51358,50418,51370,50420,50420,51370,51369,51370,51371,51369,51369,51371,51372,51369,51372,51358,51358,51372,51359,50417,51373,50418,50418,51373,51370,50416,51374,50417,50417,51374,51373,51374,51375,51373,51373,51375,51376,51373,51376,51370,51370,51376,51371,51376,51377,51371,51371,51377,51378,51375,51379,51376,51376,51379,51377,51379,51380,51377,51377,51380,51381,51377,51381,51378,51378,51381,51382,51372,51383,51359,51359,51383,51363,51371,51378,51372,51372,51378,51383,51378,51382,51383,51383,51382,51384,51383,51384,51363,51363,51384,51364,50436,51385,50416,50416,51385,51374,50434,51386,50436,50436,51386,51385,51386,51387,51385,51385,51387,51388,51385,51388,51374,51374,51388,51375,50433,51389,50434,50434,51389,51386,50432,51390,50433,50433,51390,51389,51390,51391,51389,51389,51391,51392,51389,51392,51386,51386,51392,51387,51392,51393,51387,51387,51393,51394,51391,51395,51392,51392,51395,51393,51395,51396,51393,51393,51396,51397,51393,51397,51394,51394,51397,51398,51388,51399,51375,51375,51399,51379,51387,51394,51388,51388,51394,51399,51394,51398,51399,51399,51398,51400,51399,51400,51379,51379,51400,51380,50452,51401,50432,50432,51401,51390,50450,51402,50452,50452,51402,51401,51402,51403,51401,51401,51403,51404,51401,51404,51390,51390,51404,51391,50449,51405,50450,50450,51405,51402,50448,51406,50449,50449,51406,51405,51406,51407,51405,51405,51407,51408,51405,51408,51402,51402,51408,51403,51408,51409,51403,51403,51409,51410,51407,51411,51408,51408,51411,51409,51411,51412,51409,51409,51412,51413,51409,51413,51410,51410,51413,51414,51404,51415,51391,51391,51415,51395,51403,51410,51404,51404,51410,51415,51410,51414,51415,51415,51414,51416,51415,51416,51395,51395,51416,51396,50468,51417,50448,50448,51417,51406,50468,50466,51417,51417,50466,51418,51418,51419,51417,51417,51419,51420,51417,51420,51406,51406,51420,51407,50466,50464,51418,51418,50464,51421,50464,50465,51421,51421,50465,51422,51421,51422,51423,51423,51422,51424,51418,51421,51419,51419,51421,51423,51419,51423,51425,51425,51423,51426,51423,51424,51426,51426,51424,51427,51426,51427,51428,51428,51427,51429,51425,51426,51430,51430,51426,51428,51420,51431,51407,51407,51431,51411,51419,51425,51420,51420,51425,51431,51425,51430,51431,51431,51430,51432,51431,51432,51411,51411,51432,51412,50465,50484,51422,51422,50484,51433,50484,50482,51433,51433,50482,51434,51433,51434,51435,51435,51434,51436,51422,51433,51424,51424,51433,51435,50482,50481,51434,51434,50481,51437,50480,51438,50481,50481,51438,51437,51437,51438,51439,51439,51438,51440,51434,51437,51436,51436,51437,51439,51436,51439,51441,51441,51439,51442,51439,51440,51442,51442,51440,51443,51442,51443,51444,51444,51443,51445,51441,51442,51446,51446,51442,51444,51424,51435,51427,51427,51435,51447,51435,51436,51447,51447,51436,51441,51447,51441,51448,51448,51441,51446,51427,51447,51429,51429,51447,51448,50500,51449,50480,50480,51449,51438,50498,51450,50500,50500,51450,51449,51450,51451,51449,51449,51451,51452,51449,51452,51438,51438,51452,51440,50497,51453,50498,50498,51453,51450,50496,51454,50497,50497,51454,51453,51454,51455,51453,51453,51455,51456,51453,51456,51450,51450,51456,51451,51456,51457,51451,51451,51457,51458,51455,51459,51456,51456,51459,51457,51459,51460,51457,51457,51460,51461,51457,51461,51458,51458,51461,51462,51452,51463,51440,51440,51463,51443,51451,51458,51452,51452,51458,51463,51458,51462,51463,51463,51462,51464,51463,51464,51443,51443,51464,51445,50516,51465,50496,50496,51465,51454,50514,51466,50516,50516,51466,51465,51466,51467,51465,51465,51467,51468,51465,51468,51454,51454,51468,51455,50513,51469,50514,50514,51469,51466,50512,51470,50513,50513,51470,51469,51470,51471,51469,51469,51471,51472,51469,51472,51466,51466,51472,51467,51472,51473,51467,51467,51473,51474,51471,51475,51472,51472,51475,51473,51475,51476,51473,51473,51476,51477,51473,51477,51474,51474,51477,51478,51468,51479,51455,51455,51479,51459,51467,51474,51468,51468,51474,51479,51474,51478,51479,51479,51478,51480,51479,51480,51459,51459,51480,51460,50532,51481,50512,50512,51481,51470,50530,51482,50532,50532,51482,51481,51482,51483,51481,51481,51483,51484,51481,51484,51470,51470,51484,51471,50529,51485,50530,50530,51485,51482,50528,51486,50529,50529,51486,51485,51486,51487,51485,51485,51487,51488,51485,51488,51482,51482,51488,51483,51488,51489,51483,51483,51489,51490,51487,51491,51488,51488,51491,51489,51489,51491,51492,51492,51491,51493,51490,51489,51494,51494,51489,51492,51484,51495,51471,51471,51495,51475,51483,51490,51484,51484,51490,51495,51495,51490,51496,51496,51490,51494,51495,51496,51475,51475,51496,51476,50548,51497,50528,50528,51497,51486,50546,51498,50548,50548,51498,51497,51498,51499,51497,51497,51499,51500,51497,51500,51486,51486,51500,51487,50545,51501,50546,50546,51501,51498,50544,51502,50545,50545,51502,51501,51502,51503,51501,51501,51503,51504,51501,51504,51498,51498,51504,51499,51504,51505,51499,51499,51505,51506,51503,51507,51504,51504,51507,51505,51507,51508,51505,51505,51508,51509,51505,51509,51506,51506,51509,51510,51500,51511,51487,51487,51511,51491,51499,51506,51500,51500,51506,51511,51506,51510,51511,51511,51510,51512,51511,51512,51491,51491,51512,51493,50564,51513,50544,50544,51513,51502,50562,51514,50564,50564,51514,51513,51514,51515,51513,51513,51515,51516,51513,51516,51502,51502,51516,51503,50561,51517,50562,50562,51517,51514,50560,51518,50561,50561,51518,51517,51518,51519,51517,51517,51519,51520,51517,51520,51514,51514,51520,51515,51520,51521,51515,51515,51521,51522,51519,51523,51520,51520,51523,51521,51523,51524,51521,51521,51524,51525,51521,51525,51522,51522,51525,51526,51516,51527,51503,51503,51527,51507,51515,51522,51516,51516,51522,51527,51522,51526,51527,51527,51526,51528,51527,51528,51507,51507,51528,51508,50580,51529,50560,50560,51529,51518,50578,51530,50580,50580,51530,51529,51530,51531,51529,51529,51531,51532,51529,51532,51518,51518,51532,51519,50577,51533,50578,50578,51533,51530,50576,51534,50577,50577,51534,51533,51534,51535,51533,51533,51535,51536,51533,51536,51530,51530,51536,51531,51536,51537,51531,51531,51537,51538,51535,51539,51536,51536,51539,51537,51539,51540,51537,51537,51540,51541,51537,51541,51538,51538,51541,51542,51532,51543,51519,51519,51543,51523,51531,51538,51532,51532,51538,51543,51538,51542,51543,51543,51542,51544,51543,51544,51523,51523,51544,51524,50596,51545,50576,50576,51545,51534,50594,51546,50596,50596,51546,51545,51546,51547,51545,51545,51547,51548,51545,51548,51534,51534,51548,51535,50593,51549,50594,50594,51549,51546,50592,51550,50593,50593,51550,51549,51550,51551,51549,51549,51551,51552,51549,51552,51546,51546,51552,51547,51552,51553,51547,51547,51553,51554,51551,51555,51552,51552,51555,51553,51555,51556,51553,51553,51556,51557,51553,51557,51554,51554,51557,51558,51548,51559,51535,51535,51559,51539,51547,51554,51548,51548,51554,51559,51554,51558,51559,51559,51558,51560,51559,51560,51539,51539,51560,51540,50612,51561,50592,50592,51561,51550,50610,51562,50612,50612,51562,51561,51562,51563,51561,51561,51563,51564,51561,51564,51550,51550,51564,51551,50609,51565,50610,50610,51565,51562,50608,51566,50609,50609,51566,51565,51566,51567,51565,51565,51567,51568,51565,51568,51562,51562,51568,51563,51568,51569,51563,51563,51569,51570,51567,51571,51568,51568,51571,51569,51571,51572,51569,51569,51572,51573,51569,51573,51570,51570,51573,51574,51564,51575,51551,51551,51575,51555,51563,51570,51564,51564,51570,51575,51570,51574,51575,51575,51574,51576,51575,51576,51555,51555,51576,51556,50628,51577,50608,50608,51577,51566,50626,51578,50628,50628,51578,51577,51578,51579,51577,51577,51579,51580,51577,51580,51566,51566,51580,51567,50625,51581,50626,50626,51581,51578,50624,51582,50625,50625,51582,51581,51581,51582,51583,51583,51582,51584,51581,51583,51578,51578,51583,51579,51583,51585,51579,51579,51585,51586,51584,51587,51583,51583,51587,51585,51587,51588,51585,51585,51588,51589,51586,51585,51590,51590,51585,51589,51580,51591,51567,51567,51591,51571,51579,51586,51580,51580,51586,51591,51586,51590,51591,51591,51590,51592,51591,51592,51571,51571,51592,51572,50624,50644,51582,51582,50644,51593,50644,50642,51593,51593,50642,51594,51594,51595,51593,51593,51595,51596,51582,51593,51584,51584,51593,51596,50642,50640,51594,51594,50640,51597,50641,51598,50640,50640,51598,51597,51598,51599,51597,51597,51599,51600,51597,51600,51594,51594,51600,51595,51600,51601,51595,51595,51601,51602,51599,51603,51600,51600,51603,51601,51603,51604,51601,51601,51604,51605,51601,51605,51602,51602,51605,51606,51596,51607,51584,51584,51607,51587,51595,51602,51596,51596,51602,51607,51602,51606,51607,51607,51606,51608,51607,51608,51587,51587,51608,51588,50660,51609,50641,50641,51609,51598,50658,51610,50660,50660,51610,51609,51610,51611,51609,51609,51611,51612,51609,51612,51598,51598,51612,51599,50657,51613,50658,50658,51613,51610,50656,51614,50657,50657,51614,51613,51614,51615,51613,51613,51615,51616,51613,51616,51610,51610,51616,51611,51616,51617,51611,51611,51617,51618,51615,51619,51616,51616,51619,51617,51619,51620,51617,51617,51620,51621,51617,51621,51618,51618,51621,51622,51612,51623,51599,51599,51623,51603,51611,51618,51612,51612,51618,51623,51618,51622,51623,51623,51622,51624,51623,51624,51603,51603,51624,51604,50676,51625,50656,50656,51625,51614,50674,51626,50676,50676,51626,51625,51626,51627,51625,51625,51627,51628,51625,51628,51614,51614,51628,51615,50673,51629,50674,50674,51629,51626,50672,51630,50673,50673,51630,51629,51630,51631,51629,51629,51631,51632,51629,51632,51626,51626,51632,51627,51632,51633,51627,51627,51633,51634,51631,51635,51632,51632,51635,51633,51635,51636,51633,51633,51636,51637,51633,51637,51634,51634,51637,51638,51628,51639,51615,51615,51639,51619,51627,51634,51628,51628,51634,51639,51634,51638,51639,51639,51638,51640,51639,51640,51619,51619,51640,51620,50692,51641,50672,50672,51641,51630,50690,51642,50692,50692,51642,51641,51642,51643,51641,51641,51643,51644,51641,51644,51630,51630,51644,51631,50689,51645,50690,50690,51645,51642,50688,51646,50689,50689,51646,51645,51646,51647,51645,51645,51647,51648,51645,51648,51642,51642,51648,51643,51648,51649,51643,51643,51649,51650,51647,51651,51648,51648,51651,51649,51651,51652,51649,51649,51652,51653,51649,51653,51650,51650,51653,51654,51644,51655,51631,51631,51655,51635,51643,51650,51644,51644,51650,51655,51650,51654,51655,51655,51654,51656,51655,51656,51635,51635,51656,51636,50708,51657,50688,50688,51657,51646,50706,51658,50708,50708,51658,51657,51658,51659,51657,51657,51659,51660,51657,51660,51646,51646,51660,51647,50705,51661,50706,50706,51661,51658,50704,51662,50705,50705,51662,51661,51662,51663,51661,51661,51663,51664,51661,51664,51658,51658,51664,51659,51664,51665,51659,51659,51665,51666,51663,51667,51664,51664,51667,51665,51667,51668,51665,51665,51668,51669,51665,51669,51666,51666,51669,51670,51660,51671,51647,51647,51671,51651,51659,51666,51660,51660,51666,51671,51666,51670,51671,51671,51670,51672,51671,51672,51651,51651,51672,51652,50724,51673,50704,50704,51673,51662,50722,51674,50724,50724,51674,51673,51674,51675,51673,51673,51675,51676,51673,51676,51662,51662,51676,51663,50721,51677,50722,50722,51677,51674,50720,51678,50721,50721,51678,51677,51677,51678,51679,51679,51678,51680,51677,51679,51674,51674,51679,51675,51679,51681,51675,51675,51681,51682,51680,51683,51679,51679,51683,51681,51683,51684,51681,51681,51684,51685,51681,51685,51682,51682,51685,51686,51676,51687,51663,51663,51687,51667,51675,51682,51676,51676,51682,51687,51682,51686,51687,51687,51686,51688,51687,51688,51667,51667,51688,51668,50720,50740,51678,51678,50740,51689,50740,50738,51689,51689,50738,51690,51689,51690,51691,51691,51690,51692,51678,51689,51680,51680,51689,51691,50738,50737,51690,51690,50737,51693,50737,50736,51693,51693,50736,51694,51694,51695,51693,51693,51695,51696,51690,51693,51692,51692,51693,51696,51696,51697,51692,51692,51697,51698,51695,51699,51696,51696,51699,51697,51699,51700,51697,51697,51700,51701,51697,51701,51698,51698,51701,51702,51691,51703,51680,51680,51703,51683,51692,51698,51691,51691,51698,51703,51698,51702,51703,51703,51702,51704,51703,51704,51683,51683,51704,51684,50756,51705,50736,50736,51705,51694,50754,51706,50756,50756,51706,51705,51706,51707,51705,51705,51707,51708,51705,51708,51694,51694,51708,51695,50753,51709,50754,50754,51709,51706,50752,51710,50753,50753,51710,51709,51710,51711,51709,51709,51711,51712,51709,51712,51706,51706,51712,51707,51712,51713,51707,51707,51713,51714,51711,51715,51712,51712,51715,51713,51715,51716,51713,51713,51716,51717,51713,51717,51714,51714,51717,51718,51708,51719,51695,51695,51719,51699,51707,51714,51708,51708,51714,51719,51714,51718,51719,51719,51718,51720,51719,51720,51699,51699,51720,51700,50772,51721,50752,50752,51721,51710,50770,51722,50772,50772,51722,51721,51722,51723,51721,51721,51723,51724,51721,51724,51710,51710,51724,51711,50769,51725,50770,50770,51725,51722,50768,51726,50769,50769,51726,51725,51726,51727,51725,51725,51727,51728,51725,51728,51722,51722,51728,51723,51728,51729,51723,51723,51729,51730,51727,51731,51728,51728,51731,51729,51731,51732,51729,51729,51732,51733,51729,51733,51730,51730,51733,51734,51724,51735,51711,51711,51735,51715,51723,51730,51724,51724,51730,51735,51730,51734,51735,51735,51734,51736,51735,51736,51715,51715,51736,51716,50788,51737,50768,50768,51737,51726,50786,51738,50788,50788,51738,51737,51738,51739,51737,51737,51739,51740,51737,51740,51726,51726,51740,51727,50785,51741,50786,50786,51741,51738,50784,51742,50785,50785,51742,51741,51742,51743,51741,51741,51743,51744,51741,51744,51738,51738,51744,51739,51744,51745,51739,51739,51745,51746,51743,51747,51744,51744,51747,51745,51747,51748,51745,51745,51748,51749,51745,51749,51746,51746,51749,51750,51740,51751,51727,51727,51751,51731,51739,51746,51740,51740,51746,51751,51746,51750,51751,51751,51750,51752,51751,51752,51731,51731,51752,51732,50804,51753,50784,50784,51753,51742,50802,51754,50804,50804,51754,51753,51754,51755,51753,51753,51755,51756,51753,51756,51742,51742,51756,51743,50801,51757,50802,50802,51757,51754,50801,50800,51757,51757,50800,51758,51757,51758,51759,51759,51758,51760,51757,51759,51754,51754,51759,51755,51755,51759,51761,51761,51759,51762,51759,51760,51762,51762,51760,51763,51762,51763,51764,51764,51763,51765,51761,51762,51766,51766,51762,51764,51756,51767,51743,51743,51767,51747,51755,51761,51756,51756,51761,51767,51761,51766,51767,51767,51766,51768,51767,51768,51747,51747,51768,51748,50800,50820,51758,51758,50820,51769,50820,50818,51769,51769,50818,51770,51769,51770,51771,51771,51770,51772,51758,51769,51760,51760,51769,51771,50818,50816,51770,51770,50816,51773,50816,50817,51773,51773,50817,51774,51773,51774,51775,51775,51774,51776,51770,51773,51772,51772,51773,51775,51772,51775,51777,51777,51775,51778,51775,51776,51778,51778,51776,51779,51778,51779,51780,51780,51779,51781,51777,51778,51782,51782,51778,51780,51760,51771,51763,51763,51771,51783,51771,51772,51783,51783,51772,51777,51783,51777,51784,51784,51777,51782,51763,51783,51765,51765,51783,51784,50817,50836,51774,51774,50836,51785,50836,50834,51785,51785,50834,51786,51785,51786,51787,51787,51786,51788,51774,51785,51776,51776,51785,51787,50834,50832,51786,51786,50832,51789,50832,50833,51789,51789,50833,51790,51789,51790,51791,51791,51790,51792,51786,51789,51788,51788,51789,51791,51788,51791,51793,51793,51791,51794,51791,51792,51794,51794,51792,51795,51794,51795,51796,51796,51795,51797,51793,51794,51798,51798,51794,51796,51776,51787,51779,51779,51787,51799,51787,51788,51799,51799,51788,51793,51799,51793,51800,51800,51793,51798,51779,51799,51781,51781,51799,51800,50833,50852,51790,51790,50852,51801,50852,50850,51801,51801,50850,51802,51801,51802,51803,51803,51802,51804,51790,51801,51792,51792,51801,51803,50850,50848,51802,51802,50848,51805,50848,50849,51805,51805,50849,51806,51805,51806,51807,51807,51806,51808,51802,51805,51804,51804,51805,51807,51804,51807,51809,51809,51807,51810,51807,51808,51810,51810,51808,51811,51810,51811,51812,51812,51811,51813,51809,51810,51814,51814,51810,51812,51792,51803,51795,51795,51803,51815,51803,51804,51815,51815,51804,51809,51815,51809,51816,51816,51809,51814,51795,51815,51797,51797,51815,51816,50849,50868,51806,51806,50868,51817,50868,50866,51817,51817,50866,51818,51817,51818,51819,51819,51818,51820,51806,51817,51808,51808,51817,51819,50866,50864,51818,51818,50864,51821,50864,50865,51821,51821,50865,51822,51821,51822,51823,51823,51822,51824,51818,51821,51820,51820,51821,51823,51820,51823,51825,51825,51823,51826,51823,51824,51826,51826,51824,51827,51826,51827,51828,51828,51827,51829,51825,51826,51830,51830,51826,51828,51808,51819,51811,51811,51819,51831,51819,51820,51831,51831,51820,51825,51831,51825,51832,51832,51825,51830,51811,51831,51813,51813,51831,51832,50865,50884,51822,51822,50884,51833,50884,50882,51833,51833,50882,51834,51833,51834,51835,51835,51834,51836,51822,51833,51824,51824,51833,51835,50882,50881,51834,51834,50881,51837,50880,51838,50881,50881,51838,51837,51838,51839,51837,51837,51839,51840,51834,51837,51836,51836,51837,51840,51836,51840,51841,51841,51840,51842,51839,51843,51840,51840,51843,51842,51843,51844,51842,51842,51844,51845,51841,51842,51846,51846,51842,51845,51824,51835,51827,51827,51835,51847,51835,51836,51847,51847,51836,51841,51847,51841,51848,51848,51841,51846,51827,51847,51829,51829,51847,51848,50900,51849,50880,50880,51849,51838,50898,51850,50900,50900,51850,51849,51850,51851,51849,51849,51851,51852,51849,51852,51838,51838,51852,51839,50897,51853,50898,50898,51853,51850,50896,51854,50897,50897,51854,51853,51854,51855,51853,51853,51855,51856,51853,51856,51850,51850,51856,51851,51856,51857,51851,51851,51857,51858,51855,51859,51856,51856,51859,51857,51859,51860,51857,51857,51860,51861,51857,51861,51858,51858,51861,51862,51852,51863,51839,51839,51863,51843,51851,51858,51852,51852,51858,51863,51858,51862,51863,51863,51862,51864,51863,51864,51843,51843,51864,51844,50916,51865,50896,50896,51865,51854,50914,51866,50916,50916,51866,51865,51866,51867,51865,51865,51867,51868,51865,51868,51854,51854,51868,51855,50913,51869,50914,50914,51869,51866,50912,51870,50913,50913,51870,51869,51870,51871,51869,51869,51871,51872,51869,51872,51866,51866,51872,51867,51872,51873,51867,51867,51873,51874,51871,51875,51872,51872,51875,51873,51875,51876,51873,51873,51876,51877,51873,51877,51874,51874,51877,51878,51868,51879,51855,51855,51879,51859,51867,51874,51868,51868,51874,51879,51874,51878,51879,51879,51878,51880,51879,51880,51859,51859,51880,51860,50932,51881,50912,50912,51881,51870,50930,51882,50932,50932,51882,51881,51882,51883,51881,51881,51883,51884,51881,51884,51870,51870,51884,51871,50929,51885,50930,50930,51885,51882,50928,51886,50929,50929,51886,51885,51886,51887,51885,51885,51887,51888,51885,51888,51882,51882,51888,51883,51888,51889,51883,51883,51889,51890,51887,51891,51888,51888,51891,51889,51891,51892,51889,51889,51892,51893,51889,51893,51890,51890,51893,51894,51884,51895,51871,51871,51895,51875,51883,51890,51884,51884,51890,51895,51890,51894,51895,51895,51894,51896,51895,51896,51875,51875,51896,51876,50948,51897,50928,50928,51897,51886,50946,51898,50948,50948,51898,51897,51898,51899,51897,51897,51899,51900,51897,51900,51886,51886,51900,51887,50945,51901,50946,50946,51901,51898,50944,51902,50945,50945,51902,51901,51902,51903,51901,51901,51903,51904,51901,51904,51898,51898,51904,51899,51904,51905,51899,51899,51905,51906,51903,51907,51904,51904,51907,51905,51905,51907,51908,51908,51907,51909,51905,51908,51906,51906,51908,51910,51900,51911,51887,51887,51911,51891,51899,51906,51900,51900,51906,51911,51906,51910,51911,51911,51910,51912,51911,51912,51891,51891,51912,51892,50964,51913,50944,50944,51913,51902,50962,51914,50964,50964,51914,51913,51914,51915,51913,51913,51915,51916,51913,51916,51902,51902,51916,51903,50961,51917,50962,50962,51917,51914,50960,51918,50961,50961,51918,51917,51917,51918,51919,51919,51918,51920,51914,51917,51915,51915,51917,51919,51915,51919,51921,51921,51919,51922,51919,51920,51922,51922,51920,51923,51922,51923,51924,51924,51923,51925,51921,51922,51926,51926,51922,51924,51903,51916,51907,51907,51916,51927,51916,51915,51927,51927,51915,51921,51927,51921,51928,51928,51921,51926,51907,51927,51909,51909,51927,51928,50980,51929,50960,50960,51929,51918,50978,51930,50980,50980,51930,51929,51930,51931,51929,51929,51931,51932,51918,51929,51920,51920,51929,51932,50977,51933,50978,50978,51933,51930,50976,51934,50977,50977,51934,51933,51934,51935,51933,51933,51935,51936,51933,51936,51930,51930,51936,51931,51936,51937,51931,51931,51937,51938,51935,51939,51936,51936,51939,51937,51939,51940,51937,51937,51940,51941,51937,51941,51938,51938,51941,51942,51920,51932,51923,51923,51932,51943,51931,51938,51932,51932,51938,51943,51938,51942,51943,51943,51942,51944,51923,51943,51925,51925,51943,51944,50996,51945,50976,50976,51945,51934,50994,51946,50996,50996,51946,51945,51946,51947,51945,51945,51947,51948,51945,51948,51934,51934,51948,51935,50993,51949,50994,50994,51949,51946,50992,51950,50993,50993,51950,51949,51950,51951,51949,51949,51951,51952,51949,51952,51946,51946,51952,51947,51952,51953,51947,51947,51953,51954,51951,51955,51952,51952,51955,51953,51955,51956,51953,51953,51956,51957,51953,51957,51954,51954,51957,51958,51948,51959,51935,51935,51959,51939,51947,51954,51948,51948,51954,51959,51954,51958,51959,51959,51958,51960,51959,51960,51939,51939,51960,51940,51012,51961,50992,50992,51961,51950,51010,51962,51012,51012,51962,51961,51962,51963,51961,51961,51963,51964,51961,51964,51950,51950,51964,51951,51009,51965,51010,51010,51965,51962,51008,51966,51009,51009,51966,51965,51966,51967,51965,51965,51967,51968,51965,51968,51962,51962,51968,51963,51968,51969,51963,51963,51969,51970,51967,51971,51968,51968,51971,51969,51971,51972,51969,51969,51972,51973,51969,51973,51970,51970,51973,51974,51964,51975,51951,51951,51975,51955,51963,51970,51964,51964,51970,51975,51970,51974,51975,51975,51974,51976,51975,51976,51955,51955,51976,51956,51028,51977,51008,51008,51977,51966,51026,51978,51028,51028,51978,51977,51978,51979,51977,51977,51979,51980,51977,51980,51966,51966,51980,51967,51026,51024,51978,51978,51024,51981,51024,51025,51981,51981,51025,51982,51981,51982,51983,51983,51982,51984,51981,51983,51978,51978,51983,51979,51983,51985,51979,51979,51985,51986,51984,51987,51983,51983,51987,51985,51987,51988,51985,51985,51988,51989,51985,51989,51986,51986,51989,51990,51980,51991,51967,51967,51991,51971,51979,51986,51980,51980,51986,51991,51986,51990,51991,51991,51990,51992,51991,51992,51971,51971,51992,51972,51025,51044,51982,51982,51044,51993,51044,51042,51993,51993,51042,51994,51993,51994,51995,51995,51994,51996,51982,51993,51984,51984,51993,51995,51042,51040,51994,51994,51040,51997,51040,51041,51997,51997,51041,51998,51997,51998,51999,51999,51998,52000,51994,51997,51996,51996,51997,51999,51996,51999,52001,52001,51999,52002,51999,52000,52002,52002,52000,52003,52002,52003,52004,52004,52003,52005,52001,52002,52006,52006,52002,52004,51995,52007,51984,51984,52007,51987,51996,52001,51995,51995,52001,52007,52001,52006,52007,52007,52006,52008,52007,52008,51987,51987,52008,51988,51041,51060,51998,51998,51060,52009,51060,51058,52009,52009,51058,52010,52009,52010,52011,52011,52010,52012,51998,52009,52000,52000,52009,52011,51058,51056,52010,52010,51056,52013,51056,51057,52013,52013,51057,52014,52013,52014,52015,52015,52014,52016,52010,52013,52012,52012,52013,52015,52012,52015,52017,52017,52015,52018,52015,52016,52018,52018,52016,52019,52018,52019,52020,52020,52019,52021,52017,52018,52022,52022,52018,52020,52000,52011,52003,52003,52011,52023,52011,52012,52023,52023,52012,52017,52023,52017,52024,52024,52017,52022,52003,52023,52005,52005,52023,52024,51057,51076,52014,52014,51076,52025,51076,51074,52025,52025,51074,52026,52025,52026,52027,52027,52026,52028,52014,52025,52016,52016,52025,52027,51074,51072,52026,52026,51072,52029,51072,51073,52029,52029,51073,52030,52029,52030,52031,52031,52030,52032,52026,52029,52028,52028,52029,52031,52028,52031,52033,52033,52031,52034,52031,52032,52034,52034,52032,52035,52034,52035,52036,52036,52035,52037,52033,52034,52038,52038,52034,52036,52016,52027,52019,52019,52027,52039,52027,52028,52039,52039,52028,52033,52039,52033,52040,52040,52033,52038,52019,52039,52021,52021,52039,52040,51073,51092,52030,52030,51092,52041,51092,51090,52041,52041,51090,52042,52041,52042,52043,52043,52042,52044,52030,52041,52032,52032,52041,52043,51090,51088,52042,52042,51088,52045,51088,51089,52045,52045,51089,52046,52045,52046,52047,52047,52046,52048,52042,52045,52044,52044,52045,52047,52044,52047,52049,52049,52047,52050,52047,52048,52050,52050,52048,52051,52050,52051,52052,52052,52051,52053,52049,52050,52054,52054,52050,52052,52032,52043,52035,52035,52043,52055,52043,52044,52055,52055,52044,52049,52055,52049,52056,52056,52049,52054,52035,52055,52037,52037,52055,52056,51089,51108,52046,52046,51108,52057,51108,51106,52057,52057,51106,52058,52057,52058,52059,52059,52058,52060,52046,52057,52048,52048,52057,52059,51106,51104,52058,52058,51104,52061,51104,51105,52061,52061,51105,52062,52061,52062,52063,52063,52062,52064,52058,52061,52060,52060,52061,52063,52060,52063,52065,52065,52063,52066,52063,52064,52066,52066,52064,52067,52066,52067,52068,52068,52067,52069,52065,52066,52070,52070,52066,52068,52048,52059,52051,52051,52059,52071,52059,52060,52071,52071,52060,52065,52071,52065,52072,52072,52065,52070,52051,52071,52053,52053,52071,52072,51105,51124,52062,52062,51124,52073,51124,51122,52073,52073,51122,52074,52073,52074,52075,52075,52074,52076,52062,52073,52064,52064,52073,52075,51122,51120,52074,52074,51120,52077,51120,51121,52077,52077,51121,52078,52077,52078,52079,52079,52078,52080,52074,52077,52076,52076,52077,52079,52076,52079,52081,52081,52079,52082,52079,52080,52082,52082,52080,52083,52082,52083,52084,52084,52083,52085,52081,52082,52086,52086,52082,52084,52064,52075,52067,52067,52075,52087,52075,52076,52087,52087,52076,52081,52087,52081,52088,52088,52081,52086,52067,52087,52069,52069,52087,52088,51121,51140,52078,52078,51140,52089,51140,51138,52089,52089,51138,52090,52089,52090,52091,52091,52090,52092,52078,52089,52080,52080,52089,52091,51138,51136,52090,52090,51136,52093,51136,51137,52093,52093,51137,52094,52093,52094,52095,52095,52094,52096,52090,52093,52092,52092,52093,52095,52092,52095,52097,52097,52095,52098,52095,52096,52098,52098,52096,52099,52098,52099,52100,52100,52099,52101,52097,52098,52102,52102,52098,52100,52080,52091,52083,52083,52091,52103,52091,52092,52103,52103,52092,52097,52103,52097,52104,52104,52097,52102,52083,52103,52085,52085,52103,52104,51137,51156,52094,52094,51156,52105,51156,51154,52105,52105,51154,52106,52105,52106,52107,52107,52106,52108,52094,52105,52096,52096,52105,52107,51154,51152,52106,52106,51152,52109,51152,51153,52109,52109,51153,52110,52109,52110,52111,52111,52110,52112,52106,52109,52108,52108,52109,52111,52108,52111,52113,52113,52111,52114,52111,52112,52114,52114,52112,52115,52114,52115,52116,52116,52115,52117,52113,52114,52118,52118,52114,52116,52096,52107,52099,52099,52107,52119,52107,52108,52119,52119,52108,52113,52119,52113,52120,52120,52113,52118,52099,52119,52101,52101,52119,52120,51153,51172,52110,52110,51172,52121,51172,51170,52121,52121,51170,52122,52121,52122,52123,52123,52122,52124,52110,52121,52112,52112,52121,52123,51170,51168,52122,52122,51168,52125,51168,51169,52125,52125,51169,52126,52125,52126,52127,52127,52126,52128,52122,52125,52124,52124,52125,52127,52124,52127,52129,52129,52127,52130,52127,52128,52130,52130,52128,52131,52130,52131,52132,52132,52131,52133,52129,52130,52134,52134,52130,52132,52112,52123,52115,52115,52123,52135,52123,52124,52135,52135,52124,52129,52135,52129,52136,52136,52129,52134,52115,52135,52117,52117,52135,52136,51169,51188,52126,52126,51188,52137,51188,51186,52137,52137,51186,52138,52137,52138,52139,52139,52138,52140,52126,52137,52128,52128,52137,52139,51185,52141,51186,51186,52141,52138,51184,52142,51185,51185,52142,52141,52142,52143,52141,52141,52143,52144,52138,52141,52140,52140,52141,52144,52140,52144,52145,52145,52144,52146,52144,52143,52146,52146,52143,52147,52146,52147,52148,52148,52147,52149,52145,52146,52150,52150,52146,52148,52128,52139,52131,52131,52139,52151,52139,52140,52151,52151,52140,52145,52151,52145,52152,52152,52145,52150,52131,52151,52133,52133,52151,52152,51204,52153,51184,51184,52153,52142,51202,52154,51204,51204,52154,52153,52154,52155,52153,52153,52155,52156,52153,52156,52142,52142,52156,52143,51201,52157,51202,51202,52157,52154,51200,52158,51201,51201,52158,52157,52158,52159,52157,52157,52159,52160,52157,52160,52154,52154,52160,52155,52160,52161,52155,52155,52161,52162,52159,52163,52160,52160,52163,52161,52163,52164,52161,52161,52164,52165,52161,52165,52162,52162,52165,52166,52156,52167,52143,52143,52167,52147,52155,52162,52156,52156,52162,52167,52162,52166,52167,52167,52166,52168,52147,52167,52149,52149,52167,52168,51220,52169,51200,51200,52169,52158,51218,52170,51220,51220,52170,52169,52170,52171,52169,52169,52171,52172,52169,52172,52158,52158,52172,52159,51217,52173,51218,51218,52173,52170,51216,52174,51217,51217,52174,52173,52174,52175,52173,52173,52175,52176,52173,52176,52170,52170,52176,52171,52176,52177,52171,52171,52177,52178,52175,52179,52176,52176,52179,52177,52179,52180,52177,52177,52180,52181,52177,52181,52178,52178,52181,52182,52172,52183,52159,52159,52183,52163,52171,52178,52172,52172,52178,52183,52178,52182,52183,52183,52182,52184,52183,52184,52163,52163,52184,52164,51236,52185,51216,51216,52185,52174,51234,52186,51236,51236,52186,52185,52186,52187,52185,52185,52187,52188,52185,52188,52174,52174,52188,52175,51233,52189,51234,51234,52189,52186,51232,52190,51233,51233,52190,52189,52190,52191,52189,52189,52191,52192,52189,52192,52186,52186,52192,52187,52192,52193,52187,52187,52193,52194,52191,52195,52192,52192,52195,52193,52195,52196,52193,52193,52196,52197,52193,52197,52194,52194,52197,52198,52188,52199,52175,52175,52199,52179,52187,52194,52188,52188,52194,52199,52194,52198,52199,52199,52198,52200,52199,52200,52179,52179,52200,52180,51252,52201,51232,51232,52201,52190,51250,52202,51252,51252,52202,52201,52202,52203,52201,52201,52203,52204,52201,52204,52190,52190,52204,52191,51249,52205,51250,51250,52205,52202,51248,52206,51249,51249,52206,52205,52206,52207,52205,52205,52207,52208,52205,52208,52202,52202,52208,52203,52208,52209,52203,52203,52209,52210,52207,52211,52208,52208,52211,52209,52211,52212,52209,52209,52212,52213,52209,52213,52210,52210,52213,52214,52204,52215,52191,52191,52215,52195,52203,52210,52204,52204,52210,52215,52210,52214,52215,52215,52214,52216,52215,52216,52195,52195,52216,52196,51268,52217,51248,51248,52217,52206,51266,52218,51268,51268,52218,52217,52218,52219,52217,52217,52219,52220,52217,52220,52206,52206,52220,52207,51265,52221,51266,51266,52221,52218,51264,52222,51265,51265,52222,52221,52222,52223,52221,52221,52223,52224,52221,52224,52218,52218,52224,52219,52224,52225,52219,52219,52225,52226,52223,52227,52224,52224,52227,52225,52227,52228,52225,52225,52228,52229,52225,52229,52226,52226,52229,52230,52220,52231,52207,52207,52231,52211,52219,52226,52220,52220,52226,52231,52226,52230,52231,52231,52230,52232,52231,52232,52211,52211,52232,52212,51284,52233,51264,51264,52233,52222,51282,52234,51284,51284,52234,52233,52234,52235,52233,52233,52235,52236,52233,52236,52222,52222,52236,52223,51281,52237,51282,51282,52237,52234,51281,51280,52237,52237,51280,52238,52237,52238,52239,52239,52238,52240,52237,52239,52234,52234,52239,52235,52239,52241,52235,52235,52241,52242,52239,52240,52241,52241,52240,52243,52241,52243,52244,52244,52243,52245,52241,52244,52242,52242,52244,52246,52236,52247,52223,52223,52247,52227,52235,52242,52236,52236,52242,52247,52242,52246,52247,52247,52246,52248,52247,52248,52227,52227,52248,52228,51280,51300,52238,52238,51300,52249,51298,52250,51300,51300,52250,52249,52249,52250,52251,52251,52250,52252,52238,52249,52240,52240,52249,52251,51297,52253,51298,51298,52253,52250,51296,52254,51297,51297,52254,52253,52253,52254,52255,52255,52254,52256,52250,52253,52252,52252,52253,52255,52252,52255,52257,52257,52255,52258,52255,52256,52258,52258,52256,52259,52258,52259,52260,52260,52259,52261,52257,52258,52262,52262,52258,52260,52240,52251,52243,52243,52251,52263,52251,52252,52263,52263,52252,52257,52263,52257,52264,52264,52257,52262,52243,52263,52245,52245,52263,52264,51316,52265,51296,51296,52265,52254,51316,51314,52265,52265,51314,52266,52265,52266,52267,52267,52266,52268,52254,52265,52256,52256,52265,52267,51314,51312,52266,52266,51312,52269,51312,51313,52269,52269,51313,52270,52269,52270,52271,52271,52270,52272,52266,52269,52268,52268,52269,52271,52268,52271,52273,52273,52271,52274,52271,52272,52274,52274,52272,52275,52274,52275,52276,52276,52275,52277,52273,52274,52278,52278,52274,52276,52256,52267,52259,52259,52267,52279,52267,52268,52279,52279,52268,52273,52279,52273,52280,52280,52273,52278,52259,52279,52261,52261,52279,52280,51313,51332,52270,52270,51332,52281,51332,51330,52281,52281,51330,52282,52281,52282,52283,52283,52282,52284,52270,52281,52272,52272,52281,52283,51330,51328,52282,52282,51328,52285,51328,51329,52285,52285,51329,52286,52285,52286,52287,52287,52286,52288,52282,52285,52284,52284,52285,52287,52284,52287,52289,52289,52287,52290,52287,52288,52290,52290,52288,52291,52290,52291,52292,52292,52291,52293,52289,52290,52294,52294,52290,52292,52272,52283,52275,52275,52283,52295,52283,52284,52295,52295,52284,52289,52295,52289,52296,52296,52289,52294,52275,52295,52277,52277,52295,52296,51351,52297,51352,51352,52297,52298,51348,52299,51351,51351,52299,52297,52299,52300,52297,52297,52300,52301,52297,52301,52298,52298,52301,52302,51347,52303,51348,51348,52303,52299,51346,52304,51347,51347,52304,52303,52304,52305,52303,52303,52305,52306,52303,52306,52299,52299,52306,52300,52306,52307,52300,52300,52307,52308,52305,52309,52306,52306,52309,52307,52309,52310,52307,52307,52310,52311,52307,52311,52308,52308,52311,52312,52302,52301,52313,52313,52301,52314,52300,52308,52301,52301,52308,52314,52308,52312,52314,52314,52312,52315,52313,52314,52316,52316,52314,52315,51368,52317,51346,51346,52317,52304,51366,52318,51368,51368,52318,52317,52318,52319,52317,52317,52319,52320,52317,52320,52304,52304,52320,52305,51365,52321,51366,51366,52321,52318,51364,52322,51365,51365,52322,52321,52322,52323,52321,52321,52323,52324,52321,52324,52318,52318,52324,52319,52324,52325,52319,52319,52325,52326,52323,52327,52324,52324,52327,52325,52327,52328,52325,52325,52328,52329,52325,52329,52326,52326,52329,52330,52320,52331,52305,52305,52331,52309,52319,52326,52320,52320,52326,52331,52326,52330,52331,52331,52330,52332,52331,52332,52309,52309,52332,52310,51384,52333,51364,51364,52333,52322,51382,52334,51384,51384,52334,52333,52334,52335,52333,52333,52335,52336,52333,52336,52322,52322,52336,52323,51381,52337,51382,51382,52337,52334,51380,52338,51381,51381,52338,52337,52338,52339,52337,52337,52339,52340,52337,52340,52334,52334,52340,52335,52340,52341,52335,52335,52341,52342,52339,52343,52340,52340,52343,52341,52343,52344,52341,52341,52344,52345,52341,52345,52342,52342,52345,52346,52336,52347,52323,52323,52347,52327,52335,52342,52336,52336,52342,52347,52342,52346,52347,52347,52346,52348,52347,52348,52327,52327,52348,52328,51400,52349,51380,51380,52349,52338,51398,52350,51400,51400,52350,52349,52350,52351,52349,52349,52351,52352,52349,52352,52338,52338,52352,52339,51397,52353,51398,51398,52353,52350,51396,52354,51397,51397,52354,52353,52354,52355,52353,52353,52355,52356,52353,52356,52350,52350,52356,52351,52356,52357,52351,52351,52357,52358,52355,52359,52356,52356,52359,52357,52359,52360,52357,52357,52360,52361,52357,52361,52358,52358,52361,52362,52352,52363,52339,52339,52363,52343,52351,52358,52352,52352,52358,52363,52358,52362,52363,52363,52362,52364,52363,52364,52343,52343,52364,52344,51416,52365,51396,51396,52365,52354,51414,52366,51416,51416,52366,52365,52366,52367,52365,52365,52367,52368,52365,52368,52354,52354,52368,52355,51413,52369,51414,51414,52369,52366,51412,52370,51413,51413,52370,52369,52370,52371,52369,52369,52371,52372,52369,52372,52366,52366,52372,52367,52372,52373,52367,52367,52373,52374,52371,52375,52372,52372,52375,52373,52375,52376,52373,52373,52376,52377,52373,52377,52374,52374,52377,52378,52368,52379,52355,52355,52379,52359,52367,52374,52368,52368,52374,52379,52374,52378,52379,52379,52378,52380,52379,52380,52359,52359,52380,52360,51432,52381,51412,51412,52381,52370,51430,52382,51432,51432,52382,52381,52382,52383,52381,52381,52383,52384,52381,52384,52370,52370,52384,52371,51428,52385,51430,51430,52385,52382,51428,51429,52385,52385,51429,52386,52386,52387,52385,52385,52387,52388,52385,52388,52382,52382,52388,52383,52388,52389,52383,52383,52389,52390,52387,52391,52388,52388,52391,52389,52391,52392,52389,52389,52392,52393,52389,52393,52390,52390,52393,52394,52384,52395,52371,52371,52395,52375,52383,52390,52384,52384,52390,52395,52390,52394,52395,52395,52394,52396,52395,52396,52375,52375,52396,52376,51429,51448,52386,52386,51448,52397,51448,51446,52397,52397,51446,52398,52397,52398,52399,52399,52398,52400,52386,52397,52387,52387,52397,52399,51446,51444,52398,52398,51444,52401,51445,52402,51444,51444,52402,52401,52402,52403,52401,52401,52403,52404,52401,52404,52398,52398,52404,52400,52404,52405,52400,52400,52405,52406,52403,52407,52404,52404,52407,52405,52407,52408,52405,52405,52408,52409,52405,52409,52406,52406,52409,52410,52399,52411,52387,52387,52411,52391,52400,52406,52399,52399,52406,52411,52406,52410,52411,52411,52410,52412,52411,52412,52391,52391,52412,52392,51464,52413,51445,51445,52413,52402,51462,52414,51464,51464,52414,52413,52414,52415,52413,52413,52415,52416,52413,52416,52402,52402,52416,52403,51461,52417,51462,51462,52417,52414,51460,52418,51461,51461,52418,52417,52418,52419,52417,52417,52419,52420,52417,52420,52414,52414,52420,52415,52420,52421,52415,52415,52421,52422,52419,52423,52420,52420,52423,52421,52423,52424,52421,52421,52424,52425,52421,52425,52422,52422,52425,52426,52416,52427,52403,52403,52427,52407,52415,52422,52416,52416,52422,52427,52422,52426,52427,52427,52426,52428,52427,52428,52407,52407,52428,52408,51480,52429,51460,51460,52429,52418,51478,52430,51480,51480,52430,52429,52430,52431,52429,52429,52431,52432,52429,52432,52418,52418,52432,52419,51477,52433,51478,51478,52433,52430,51477,51476,52433,52433,51476,52434,52433,52434,52435,52435,52434,52436,52433,52435,52430,52430,52435,52431,52435,52437,52431,52431,52437,52438,52435,52436,52437,52437,52436,52439,52439,52440,52437,52437,52440,52441,52437,52441,52438,52438,52441,52442,52432,52443,52419,52419,52443,52423,52431,52438,52432,52432,52438,52443,52438,52442,52443,52443,52442,52444,52443,52444,52423,52423,52444,52424,51476,51496,52434,52434,51496,52445,51496,51494,52445,52445,51494,52446,52445,52446,52447,52447,52446,52448,52434,52445,52436,52436,52445,52447,51494,51492,52446,52446,51492,52449,51492,51493,52449,52449,51493,52450,52449,52450,52451,52451,52450,52452,52446,52449,52448,52448,52449,52451,52448,52451,52453,52453,52451,52454,52451,52452,52454,52454,52452,52455,52454,52455,52456,52456,52455,52457,52453,52454,52458,52458,52454,52456,52436,52447,52439,52439,52447,52459,52447,52448,52459,52459,52448,52453,52459,52453,52460,52460,52453,52458,52439,52459,52440,52440,52459,52460,51493,51512,52450,52450,51512,52461,51512,51510,52461,52461,51510,52462,52461,52462,52463,52463,52462,52464,52450,52461,52452,52452,52461,52463,51509,52465,51510,51510,52465,52462,51508,52466,51509,51509,52466,52465,52465,52466,52467,52467,52466,52468,52462,52465,52464,52464,52465,52467,52464,52467,52469,52469,52467,52470,52467,52468,52470,52470,52468,52471,52470,52471,52472,52472,52471,52473,52469,52470,52474,52474,52470,52472,52452,52463,52455,52455,52463,52475,52463,52464,52475,52475,52464,52469,52475,52469,52476,52476,52469,52474,52455,52475,52457,52457,52475,52476,51528,52477,51508,51508,52477,52466,51526,52478,51528,51528,52478,52477,52478,52479,52477,52477,52479,52480,52466,52477,52468,52468,52477,52480,51525,52481,51526,51526,52481,52478,51524,52482,51525,51525,52482,52481,52482,52483,52481,52481,52483,52484,52481,52484,52478,52478,52484,52479,52479,52484,52485,52485,52484,52486,52483,52487,52484,52484,52487,52486,52486,52487,52488,52488,52487,52489,52485,52486,52490,52490,52486,52488,52468,52480,52471,52471,52480,52491,52480,52479,52491,52491,52479,52485,52491,52485,52492,52492,52485,52490,52471,52491,52473,52473,52491,52492,51544,52493,51524,51524,52493,52482,51542,52494,51544,51544,52494,52493,52494,52495,52493,52493,52495,52496,52493,52496,52482,52482,52496,52483,51541,52497,51542,51542,52497,52494,51540,52498,51541,51541,52498,52497,52498,52499,52497,52497,52499,52500,52497,52500,52494,52494,52500,52495,52500,52501,52495,52495,52501,52502,52499,52503,52500,52500,52503,52501,52503,52504,52501,52501,52504,52505,52501,52505,52502,52502,52505,52506,52496,52507,52483,52483,52507,52487,52495,52502,52496,52496,52502,52507,52502,52506,52507,52507,52506,52508,52507,52508,52487,52487,52508,52489,51560,52509,51540,51540,52509,52498,51558,52510,51560,51560,52510,52509,52510,52511,52509,52509,52511,52512,52509,52512,52498,52498,52512,52499,51557,52513,51558,51558,52513,52510,51556,52514,51557,51557,52514,52513,52514,52515,52513,52513,52515,52516,52513,52516,52510,52510,52516,52511,52516,52517,52511,52511,52517,52518,52515,52519,52516,52516,52519,52517,52519,52520,52517,52517,52520,52521,52517,52521,52518,52518,52521,52522,52512,52523,52499,52499,52523,52503,52511,52518,52512,52512,52518,52523,52518,52522,52523,52523,52522,52524,52523,52524,52503,52503,52524,52504,51576,52525,51556,51556,52525,52514,51574,52526,51576,51576,52526,52525,52526,52527,52525,52525,52527,52528,52525,52528,52514,52514,52528,52515,51573,52529,51574,51574,52529,52526,51572,52530,51573,51573,52530,52529,52530,52531,52529,52529,52531,52532,52529,52532,52526,52526,52532,52527,52532,52533,52527,52527,52533,52534,52531,52535,52532,52532,52535,52533,52535,52536,52533,52533,52536,52537,52533,52537,52534,52534,52537,52538,52528,52539,52515,52515,52539,52519,52527,52534,52528,52528,52534,52539,52534,52538,52539,52539,52538,52540,52539,52540,52519,52519,52540,52520,51592,52541,51572,51572,52541,52530,51592,51590,52541,52541,51590,52542,52541,52542,52543,52543,52542,52544,52541,52543,52530,52530,52543,52531,51590,51589,52542,52542,51589,52545,51588,52546,51589,51589,52546,52545,52546,52547,52545,52545,52547,52548,52542,52545,52544,52544,52545,52548,52548,52549,52544,52544,52549,52550,52547,52551,52548,52548,52551,52549,52551,52552,52549,52549,52552,52553,52549,52553,52550,52550,52553,52554,52543,52555,52531,52531,52555,52535,52543,52544,52555,52555,52544,52550,52550,52554,52555,52555,52554,52556,52555,52556,52535,52535,52556,52536,51608,52557,51588,51588,52557,52546,51606,52558,51608,51608,52558,52557,52558,52559,52557,52557,52559,52560,52557,52560,52546,52546,52560,52547,51605,52561,51606,51606,52561,52558,51604,52562,51605,51605,52562,52561,52562,52563,52561,52561,52563,52564,52561,52564,52558,52558,52564,52559,52564,52565,52559,52559,52565,52566,52563,52567,52564,52564,52567,52565,52567,52568,52565,52565,52568,52569,52565,52569,52566,52566,52569,52570,52560,52571,52547,52547,52571,52551,52559,52566,52560,52560,52566,52571,52566,52570,52571,52571,52570,52572,52571,52572,52551,52551,52572,52552,51624,52573,51604,51604,52573,52562,51622,52574,51624,51624,52574,52573,52574,52575,52573,52573,52575,52576,52573,52576,52562,52562,52576,52563,51621,52577,51622,51622,52577,52574,51620,52578,51621,51621,52578,52577,52578,52579,52577,52577,52579,52580,52577,52580,52574,52574,52580,52575,52580,52581,52575,52575,52581,52582,52579,52583,52580,52580,52583,52581,52581,52583,52584,52584,52583,52585,52581,52584,52582,52582,52584,52586,52576,52587,52563,52563,52587,52567,52575,52582,52576,52576,52582,52587,52582,52586,52587,52587,52586,52588,52587,52588,52567,52567,52588,52568,51640,52589,51620,51620,52589,52578,51638,52590,51640,51640,52590,52589,52590,52591,52589,52589,52591,52592,52589,52592,52578,52578,52592,52579,51637,52593,51638,51638,52593,52590,51636,52594,51637,51637,52594,52593,52594,52595,52593,52593,52595,52596,52593,52596,52590,52590,52596,52591,52596,52597,52591,52591,52597,52598,52595,52599,52596,52596,52599,52597,52597,52599,52600,52600,52599,52601,52598,52597,52602,52602,52597,52600,52592,52603,52579,52579,52603,52583,52591,52598,52592,52592,52598,52603,52603,52598,52604,52604,52598,52602,52583,52603,52585,52585,52603,52604,51656,52605,51636,51636,52605,52594,51654,52606,51656,51656,52606,52605,52606,52607,52605,52605,52607,52608,52605,52608,52594,52594,52608,52595,51653,52609,51654,51654,52609,52606,51652,52610,51653,51653,52610,52609,52610,52611,52609,52609,52611,52612,52609,52612,52606,52606,52612,52607,52612,52613,52607,52607,52613,52614,52611,52615,52612,52612,52615,52613,52615,52616,52613,52613,52616,52617,52613,52617,52614,52614,52617,52618,52608,52619,52595,52595,52619,52599,52607,52614,52608,52608,52614,52619,52614,52618,52619,52619,52618,52620,52619,52620,52599,52599,52620,52601,51672,52621,51652,51652,52621,52610,51670,52622,51672,51672,52622,52621,52622,52623,52621,52621,52623,52624,52621,52624,52610,52610,52624,52611,51669,52625,51670,51670,52625,52622,51668,52626,51669,51669,52626,52625,52626,52627,52625,52625,52627,52628,52625,52628,52622,52622,52628,52623,52628,52629,52623,52623,52629,52630,52627,52631,52628,52628,52631,52629,52631,52632,52629,52629,52632,52633,52629,52633,52630,52630,52633,52634,52624,52635,52611,52611,52635,52615,52623,52630,52624,52624,52630,52635,52630,52634,52635,52635,52634,52636,52635,52636,52615,52615,52636,52616,51688,52637,51668,51668,52637,52626,51686,52638,51688,51688,52638,52637,52638,52639,52637,52637,52639,52640,52637,52640,52626,52626,52640,52627,51685,52641,51686,51686,52641,52638,51684,52642,51685,51685,52642,52641,52642,52643,52641,52641,52643,52644,52641,52644,52638,52638,52644,52639,52644,52645,52639,52639,52645,52646,52643,52647,52644,52644,52647,52645,52647,52648,52645,52645,52648,52649,52645,52649,52646,52646,52649,52650,52640,52651,52627,52627,52651,52631,52639,52646,52640,52640,52646,52651,52646,52650,52651,52651,52650,52652,52651,52652,52631,52631,52652,52632,51704,52653,51684,51684,52653,52642,51702,52654,51704,51704,52654,52653,52654,52655,52653,52653,52655,52656,52653,52656,52642,52642,52656,52643,51701,52657,51702,51702,52657,52654,51700,52658,51701,51701,52658,52657,52658,52659,52657,52657,52659,52660,52657,52660,52654,52654,52660,52655,52660,52661,52655,52655,52661,52662,52659,52663,52660,52660,52663,52661,52663,52664,52661,52661,52664,52665,52661,52665,52662,52662,52665,52666,52656,52667,52643,52643,52667,52647,52655,52662,52656,52656,52662,52667,52662,52666,52667,52667,52666,52668,52667,52668,52647,52647,52668,52648,51720,52669,51700,51700,52669,52658,51718,52670,51720,51720,52670,52669,52670,52671,52669,52669,52671,52672,52669,52672,52658,52658,52672,52659,51717,52673,51718,51718,52673,52670,51716,52674,51717,51717,52674,52673,52674,52675,52673,52673,52675,52676,52673,52676,52670,52670,52676,52671,52676,52677,52671,52671,52677,52678,52675,52679,52676,52676,52679,52677,52679,52680,52677,52677,52680,52681,52677,52681,52678,52678,52681,52682,52672,52683,52659,52659,52683,52663,52671,52678,52672,52672,52678,52683,52678,52682,52683,52683,52682,52684,52683,52684,52663,52663,52684,52664,51736,52685,51716,51716,52685,52674,51734,52686,51736,51736,52686,52685,52686,52687,52685,52685,52687,52688,52685,52688,52674,52674,52688,52675,51733,52689,51734,51734,52689,52686,51732,52690,51733,51733,52690,52689,52690,52691,52689,52689,52691,52692,52689,52692,52686,52686,52692,52687,52692,52693,52687,52687,52693,52694,52691,52695,52692,52692,52695,52693,52695,52696,52693,52693,52696,52697,52694,52693,52698,52698,52693,52697,52688,52699,52675,52675,52699,52679,52687,52694,52688,52688,52694,52699,52694,52698,52699,52699,52698,52700,52699,52700,52679,52679,52700,52680,51752,52701,51732,51732,52701,52690,51750,52702,51752,51752,52702,52701,52702,52703,52701,52701,52703,52704,52701,52704,52690,52690,52704,52691,51749,52705,51750,51750,52705,52702,51748,52706,51749,51749,52706,52705,52705,52706,52707,52707,52706,52708,52702,52705,52703,52703,52705,52707,52703,52707,52709,52709,52707,52710,52707,52708,52710,52710,52708,52711,52710,52711,52712,52712,52711,52713,52709,52710,52714,52714,52710,52712,52704,52715,52691,52691,52715,52695,52703,52709,52704,52704,52709,52715,52709,52714,52715,52715,52714,52716,52715,52716,52695,52695,52716,52696,51768,52717,51748,51748,52717,52706,51768,51766,52717,52717,51766,52718,52717,52718,52719,52719,52718,52720,52706,52717,52708,52708,52717,52719,51766,51764,52718,52718,51764,52721,51764,51765,52721,52721,51765,52722,52721,52722,52723,52723,52722,52724,52718,52721,52720,52720,52721,52723,52723,52725,52720,52720,52725,52726,52724,52727,52723,52723,52727,52725,52727,52728,52725,52725,52728,52729,52725,52729,52726,52726,52729,52730,52708,52719,52711,52711,52719,52731,52719,52720,52731,52731,52720,52726,52731,52726,52732,52732,52726,52730,52711,52731,52713,52713,52731,52732,51765,51784,52722,52722,51784,52733,51784,51782,52733,52733,51782,52734,52733,52734,52735,52735,52734,52736,52733,52735,52722,52722,52735,52724,51782,51780,52734,52734,51780,52737,51780,51781,52737,52737,51781,52738,52737,52738,52739,52739,52738,52740,52734,52737,52736,52736,52737,52739,52739,52741,52736,52736,52741,52742,52740,52743,52739,52739,52743,52741,52743,52744,52741,52741,52744,52745,52741,52745,52742,52742,52745,52746,52735,52747,52724,52724,52747,52727,52736,52742,52735,52735,52742,52747,52742,52746,52747,52747,52746,52748,52747,52748,52727,52727,52748,52728,51781,51800,52738,52738,51800,52749,51798,52750,51800,51800,52750,52749,52750,52751,52749,52749,52751,52752,52749,52752,52738,52738,52752,52740,51796,52753,51798,51798,52753,52750,51797,52754,51796,51796,52754,52753,52754,52755,52753,52753,52755,52756,52753,52756,52750,52750,52756,52751,52756,52757,52751,52751,52757,52758,52755,52759,52756,52756,52759,52757,52759,52760,52757,52757,52760,52761,52757,52761,52758,52758,52761,52762,52752,52763,52740,52740,52763,52743,52751,52758,52752,52752,52758,52763,52758,52762,52763,52763,52762,52764,52763,52764,52743,52743,52764,52744,51797,51816,52754,52754,51816,52765,51816,51814,52765,52765,51814,52766,52765,52766,52767,52767,52766,52768,52765,52767,52754,52754,52767,52755,51814,51812,52766,52766,51812,52769,51812,51813,52769,52769,51813,52770,52769,52770,52771,52771,52770,52772,52766,52769,52768,52768,52769,52771,52768,52771,52773,52773,52771,52774,52771,52772,52774,52774,52772,52775,52774,52775,52776,52776,52775,52777,52773,52774,52778,52778,52774,52776,52767,52779,52755,52755,52779,52759,52767,52768,52779,52779,52768,52773,52779,52773,52780,52780,52773,52778,52779,52780,52759,52759,52780,52760,51813,51832,52770,52770,51832,52781,51832,51830,52781,52781,51830,52782,52781,52782,52783,52783,52782,52784,52770,52781,52772,52772,52781,52783,51830,51828,52782,52782,51828,52785,51828,51829,52785,52785,51829,52786,52785,52786,52787,52787,52786,52788,52782,52785,52784,52784,52785,52787,52784,52787,52789,52789,52787,52790,52787,52788,52790,52790,52788,52791,52790,52791,52792,52792,52791,52793,52789,52790,52794,52794,52790,52792,52772,52783,52775,52775,52783,52795,52783,52784,52795,52795,52784,52789,52795,52789,52796,52796,52789,52794,52775,52795,52777,52777,52795,52796,51829,51848,52786,52786,51848,52797,51848,51846,52797,52797,51846,52798,52797,52798,52799,52799,52798,52800,52786,52797,52788,52788,52797,52799,51846,51845,52798,52798,51845,52801,51844,52802,51845,51845,52802,52801,52801,52802,52803,52803,52802,52804,52798,52801,52800,52800,52801,52803,52800,52803,52805,52805,52803,52806,52803,52804,52806,52806,52804,52807,52806,52807,52808,52808,52807,52809,52805,52806,52810,52810,52806,52808,52788,52799,52791,52791,52799,52811,52799,52800,52811,52811,52800,52805,52811,52805,52812,52812,52805,52810,52791,52811,52793,52793,52811,52812,51864,52813,51844,51844,52813,52802,51862,52814,51864,51864,52814,52813,52814,52815,52813,52813,52815,52816,52813,52816,52802,52802,52816,52804,51861,52817,51862,51862,52817,52814,51860,52818,51861,51861,52818,52817,52818,52819,52817,52817,52819,52820,52817,52820,52814,52814,52820,52815,52820,52821,52815,52815,52821,52822,52819,52823,52820,52820,52823,52821,52823,52824,52821,52821,52824,52825,52821,52825,52822,52822,52825,52826,52816,52827,52804,52804,52827,52807,52815,52822,52816,52816,52822,52827,52822,52826,52827,52827,52826,52828,52827,52828,52807,52807,52828,52809,51880,52829,51860,51860,52829,52818,51878,52830,51880,51880,52830,52829,52830,52831,52829,52829,52831,52832,52829,52832,52818,52818,52832,52819,51877,52833,51878,51878,52833,52830,51876,52834,51877,51877,52834,52833,52834,52835,52833,52833,52835,52836,52833,52836,52830,52830,52836,52831,52836,52837,52831,52831,52837,52838,52835,52839,52836,52836,52839,52837,52839,52840,52837,52837,52840,52841,52837,52841,52838,52838,52841,52842,52832,52843,52819,52819,52843,52823,52831,52838,52832,52832,52838,52843,52838,52842,52843,52843,52842,52844,52843,52844,52823,52823,52844,52824,51896,52845,51876,51876,52845,52834,51894,52846,51896,51896,52846,52845,52846,52847,52845,52845,52847,52848,52845,52848,52834,52834,52848,52835,51893,52849,51894,51894,52849,52846,51892,52850,51893,51893,52850,52849,52850,52851,52849,52849,52851,52852,52849,52852,52846,52846,52852,52847,52852,52853,52847,52847,52853,52854,52851,52855,52852,52852,52855,52853,52855,52856,52853,52853,52856,52857,52853,52857,52854,52854,52857,52858,52848,52859,52835,52835,52859,52839,52847,52854,52848,52848,52854,52859,52854,52858,52859,52859,52858,52860,52859,52860,52839,52839,52860,52840,51912,52861,51892,51892,52861,52850,51910,52862,51912,51912,52862,52861,52862,52863,52861,52861,52863,52864,52861,52864,52850,52850,52864,52851,51908,52865,51910,51910,52865,52862,51908,51909,52865,52865,51909,52866,52865,52866,52867,52867,52866,52868,52862,52865,52863,52863,52865,52867,52863,52867,52869,52869,52867,52870,52867,52868,52870,52870,52868,52871,52870,52871,52872,52872,52871,52873,52869,52870,52874,52874,52870,52872,52864,52875,52851,52851,52875,52855,52863,52869,52864,52864,52869,52875,52869,52874,52875,52875,52874,52876,52875,52876,52855,52855,52876,52856,51909,51928,52866,52866,51928,52877,51928,51926,52877,52877,51926,52878,52877,52878,52879,52879,52878,52880,52866,52877,52868,52868,52877,52879,51926,51924,52878,52878,51924,52881,51924,51925,52881,52881,51925,52882,52881,52882,52883,52883,52882,52884,52878,52881,52880,52880,52881,52883,52880,52883,52885,52885,52883,52886,52883,52884,52886,52886,52884,52887,52886,52887,52888,52888,52887,52889,52885,52886,52890,52890,52886,52888,52868,52879,52871,52871,52879,52891,52879,52880,52891,52891,52880,52885,52891,52885,52892,52892,52885,52890,52871,52891,52873,52873,52891,52892,51925,51944,52882,52882,51944,52893,51942,52894,51944,51944,52894,52893,52894,52895,52893,52893,52895,52896,52882,52893,52884,52884,52893,52896,51941,52897,51942,51942,52897,52894,51940,52898,51941,51941,52898,52897,52898,52899,52897,52897,52899,52900,52897,52900,52894,52894,52900,52895,52900,52901,52895,52895,52901,52902,52899,52903,52900,52900,52903,52901,52903,52904,52901,52901,52904,52905,52901,52905,52902,52902,52905,52906,52884,52896,52887,52887,52896,52907,52895,52902,52896,52896,52902,52907,52902,52906,52907,52907,52906,52908,52907,52908,52887,52887,52908,52889,51960,52909,51940,51940,52909,52898,51958,52910,51960,51960,52910,52909,52910,52911,52909,52909,52911,52912,52909,52912,52898,52898,52912,52899,51957,52913,51958,51958,52913,52910,51956,52914,51957,51957,52914,52913,52914,52915,52913,52913,52915,52916,52913,52916,52910,52910,52916,52911,52916,52917,52911,52911,52917,52918,52915,52919,52916,52916,52919,52917,52919,52920,52917,52917,52920,52921,52917,52921,52918,52918,52921,52922,52912,52923,52899,52899,52923,52903,52911,52918,52912,52912,52918,52923,52918,52922,52923,52923,52922,52924,52923,52924,52903,52903,52924,52904,51976,52925,51956,51956,52925,52914,51974,52926,51976,51976,52926,52925,52926,52927,52925,52925,52927,52928,52925,52928,52914,52914,52928,52915,51973,52929,51974,51974,52929,52926,51972,52930,51973,51973,52930,52929,52930,52931,52929,52929,52931,52932,52929,52932,52926,52926,52932,52927,52932,52933,52927,52927,52933,52934,52931,52935,52932,52932,52935,52933,52935,52936,52933,52933,52936,52937,52933,52937,52934,52934,52937,52938,52928,52939,52915,52915,52939,52919,52927,52934,52928,52928,52934,52939,52934,52938,52939,52939,52938,52940,52939,52940,52919,52919,52940,52920,51992,52941,51972,51972,52941,52930,51990,52942,51992,51992,52942,52941,52942,52943,52941,52941,52943,52944,52941,52944,52930,52930,52944,52931,51989,52945,51990,51990,52945,52942,51988,52946,51989,51989,52946,52945,52946,52947,52945,52945,52947,52948,52945,52948,52942,52942,52948,52943,52948,52949,52943,52943,52949,52950,52947,52951,52948,52948,52951,52949,52951,52952,52949,52949,52952,52953,52949,52953,52950,52950,52953,52954,52944,52955,52931,52931,52955,52935,52943,52950,52944,52944,52950,52955,52950,52954,52955,52955,52954,52956,52955,52956,52935,52935,52956,52936,52008,52957,51988,51988,52957,52946,52006,52958,52008,52008,52958,52957,52958,52959,52957,52957,52959,52960,52957,52960,52946,52946,52960,52947,52004,52961,52006,52006,52961,52958,52004,52005,52961,52961,52005,52962,52961,52962,52963,52963,52962,52964,52961,52963,52958,52958,52963,52959,52963,52965,52959,52959,52965,52966,52964,52967,52963,52963,52967,52965,52967,52968,52965,52965,52968,52969,52965,52969,52966,52966,52969,52970,52960,52971,52947,52947,52971,52951,52959,52966,52960,52960,52966,52971,52966,52970,52971,52971,52970,52972,52971,52972,52951,52951,52972,52952,52005,52024,52962,52962,52024,52973,52024,52022,52973,52973,52022,52974,52974,52975,52973,52973,52975,52976,52962,52973,52964,52964,52973,52976,52022,52020,52974,52974,52020,52977,52020,52021,52977,52977,52021,52978,52977,52978,52979,52979,52978,52980,52977,52979,52974,52974,52979,52975,52979,52981,52975,52975,52981,52982,52980,52983,52979,52979,52983,52981,52983,52984,52981,52981,52984,52985,52981,52985,52982,52982,52985,52986,52976,52987,52964,52964,52987,52967,52975,52982,52976,52976,52982,52987,52982,52986,52987,52987,52986,52988,52987,52988,52967,52967,52988,52968,52021,52040,52978,52978,52040,52989,52040,52038,52989,52989,52038,52990,52989,52990,52991,52991,52990,52992,52978,52989,52980,52980,52989,52991,52038,52036,52990,52990,52036,52993,52036,52037,52993,52993,52037,52994,52993,52994,52995,52995,52994,52996,52990,52993,52992,52992,52993,52995,52992,52995,52997,52997,52995,52998,52995,52996,52998,52998,52996,52999,52998,52999,53000,53000,52999,53001,52997,52998,53002,53002,52998,53000,52991,53003,52980,52980,53003,52983,52991,52992,53003,53003,52992,52997,53003,52997,53004,53004,52997,53002,53003,53004,52983,52983,53004,52984,52037,52056,52994,52994,52056,53005,52056,52054,53005,53005,52054,53006,53005,53006,53007,53007,53006,53008,52994,53005,52996,52996,53005,53007,52054,52052,53006,53006,52052,53009,52052,52053,53009,53009,52053,53010,53009,53010,53011,53011,53010,53012,53006,53009,53008,53008,53009,53011,53008,53011,53013,53013,53011,53014,53011,53012,53014,53014,53012,53015,53014,53015,53016,53016,53015,53017,53013,53014,53018,53018,53014,53016,52996,53007,52999,52999,53007,53019,53007,53008,53019,53019,53008,53013,53019,53013,53020,53020,53013,53018,52999,53019,53001,53001,53019,53020,52053,52072,53010,53010,52072,53021,52072,52070,53021,53021,52070,53022,53021,53022,53023,53023,53022,53024,53010,53021,53012,53012,53021,53023,52070,52068,53022,53022,52068,53025,52068,52069,53025,53025,52069,53026,53025,53026,53027,53027,53026,53028,53022,53025,53024,53024,53025,53027,53024,53027,53029,53029,53027,53030,53027,53028,53030,53030,53028,53031,53030,53031,53032,53032,53031,53033,53029,53030,53034,53034,53030,53032,53012,53023,53015,53015,53023,53035,53023,53024,53035,53035,53024,53029,53035,53029,53036,53036,53029,53034,53015,53035,53017,53017,53035,53036,52069,52088,53026,53026,52088,53037,52088,52086,53037,53037,52086,53038,53037,53038,53039,53039,53038,53040,53026,53037,53028,53028,53037,53039,52086,52084,53038,53038,52084,53041,52084,52085,53041,53041,52085,53042,53041,53042,53043,53043,53042,53044,53038,53041,53040,53040,53041,53043,53040,53043,53045,53045,53043,53046,53043,53044,53046,53046,53044,53047,53046,53047,53048,53048,53047,53049,53045,53046,53050,53050,53046,53048,53028,53039,53031,53031,53039,53051,53039,53040,53051,53051,53040,53045,53051,53045,53052,53052,53045,53050,53031,53051,53033,53033,53051,53052,52085,52104,53042,53042,52104,53053,52104,52102,53053,53053,52102,53054,53053,53054,53055,53055,53054,53056,53042,53053,53044,53044,53053,53055,52102,52100,53054,53054,52100,53057,52100,52101,53057,53057,52101,53058,53057,53058,53059,53059,53058,53060,53054,53057,53056,53056,53057,53059,53056,53059,53061,53061,53059,53062,53059,53060,53062,53062,53060,53063,53062,53063,53064,53064,53063,53065,53061,53062,53066,53066,53062,53064,53044,53055,53047,53047,53055,53067,53055,53056,53067,53067,53056,53061,53067,53061,53068,53068,53061,53066,53047,53067,53049,53049,53067,53068,52101,52120,53058,53058,52120,53069,52120,52118,53069,53069,52118,53070,53069,53070,53071,53071,53070,53072,53058,53069,53060,53060,53069,53071,52118,52116,53070,53070,52116,53073,52116,52117,53073,53073,52117,53074,53073,53074,53075,53075,53074,53076,53070,53073,53072,53072,53073,53075,53072,53075,53077,53077,53075,53078,53075,53076,53078,53078,53076,53079,53078,53079,53080,53080,53079,53081,53077,53078,53082,53082,53078,53080,53060,53071,53063,53063,53071,53083,53071,53072,53083,53083,53072,53077,53083,53077,53084,53084,53077,53082,53063,53083,53065,53065,53083,53084,52117,52136,53074,53074,52136,53085,52136,52134,53085,53085,52134,53086,53085,53086,53087,53087,53086,53088,53074,53085,53076,53076,53085,53087,52134,52132,53086,53086,52132,53089,52132,52133,53089,53089,52133,53090,53089,53090,53091,53091,53090,53092,53086,53089,53088,53088,53089,53091,53088,53091,53093,53093,53091,53094,53091,53092,53094,53094,53092,53095,53094,53095,53096,53096,53095,53097,53093,53094,53098,53098,53094,53096,53076,53087,53079,53079,53087,53099,53087,53088,53099,53099,53088,53093,53099,53093,53100,53100,53093,53098,53079,53099,53081,53081,53099,53100,52133,52152,53090,53090,52152,53101,52152,52150,53101,53101,52150,53102,53101,53102,53103,53103,53102,53104,53090,53101,53092,53092,53101,53103,52150,52148,53102,53102,52148,53105,52148,52149,53105,53105,52149,53106,53105,53106,53107,53107,53106,53108,53102,53105,53104,53104,53105,53107,53104,53107,53109,53109,53107,53110,53107,53108,53110,53110,53108,53111,53110,53111,53112,53112,53111,53113,53109,53110,53114,53114,53110,53112,53092,53103,53095,53095,53103,53115,53103,53104,53115,53115,53104,53109,53115,53109,53116,53116,53109,53114,53095,53115,53097,53097,53115,53116,52149,52168,53106,53106,52168,53117,52168,52166,53117,53117,52166,53118,53117,53118,53119,53119,53118,53120,53106,53117,53108,53108,53117,53119,52165,53121,52166,52166,53121,53118,52164,53122,52165,52165,53122,53121,53121,53122,53123,53123,53122,53124,53118,53121,53120,53120,53121,53123,53120,53123,53125,53125,53123,53126,53123,53124,53126,53126,53124,53127,53126,53127,53128,53128,53127,53129,53125,53126,53130,53130,53126,53128,53108,53119,53111,53111,53119,53131,53119,53120,53131,53131,53120,53125,53131,53125,53132,53132,53125,53130,53111,53131,53113,53113,53131,53132,52184,53133,52164,52164,53133,53122,52182,53134,52184,52184,53134,53133,53134,53135,53133,53133,53135,53136,53133,53136,53122,53122,53136,53124,52181,53137,52182,52182,53137,53134,52180,53138,52181,52181,53138,53137,53138,53139,53137,53137,53139,53140,53137,53140,53134,53134,53140,53135,53140,53141,53135,53135,53141,53142,53139,53143,53140,53140,53143,53141,53141,53143,53144,53144,53143,53145,53142,53141,53146,53146,53141,53144,53124,53136,53127,53127,53136,53147,53136,53135,53147,53147,53135,53142,53147,53142,53148,53148,53142,53146,53127,53147,53129,53129,53147,53148,52200,53149,52180,52180,53149,53138,52198,53150,52200,52200,53150,53149,53150,53151,53149,53149,53151,53152,53149,53152,53138,53138,53152,53139,52197,53153,52198,52198,53153,53150,52196,53154,52197,52197,53154,53153,53154,53155,53153,53153,53155,53156,53153,53156,53150,53150,53156,53151,53156,53157,53151,53151,53157,53158,53155,53159,53156,53156,53159,53157,53159,53160,53157,53157,53160,53161,53157,53161,53158,53158,53161,53162,53152,53163,53139,53139,53163,53143,53151,53158,53152,53152,53158,53163,53158,53162,53163,53163,53162,53164,53163,53164,53143,53143,53164,53145,52216,53165,52196,52196,53165,53154,52214,53166,52216,52216,53166,53165,53166,53167,53165,53165,53167,53168,53165,53168,53154,53154,53168,53155,52213,53169,52214,52214,53169,53166,52212,53170,52213,52213,53170,53169,53170,53171,53169,53169,53171,53172,53169,53172,53166,53166,53172,53167,53172,53173,53167,53167,53173,53174,53171,53175,53172,53172,53175,53173,53175,53176,53173,53173,53176,53177,53173,53177,53174,53174,53177,53178,53168,53179,53155,53155,53179,53159,53167,53174,53168,53168,53174,53179,53174,53178,53179,53179,53178,53180,53179,53180,53159,53159,53180,53160,52232,53181,52212,52212,53181,53170,52230,53182,52232,52232,53182,53181,53182,53183,53181,53181,53183,53184,53181,53184,53170,53170,53184,53171,52229,53185,52230,52230,53185,53182,52228,53186,52229,52229,53186,53185,53186,53187,53185,53185,53187,53188,53185,53188,53182,53182,53188,53183,53188,53189,53183,53183,53189,53190,53187,53191,53188,53188,53191,53189,53191,53192,53189,53189,53192,53193,53189,53193,53190,53190,53193,53194,53184,53195,53171,53171,53195,53175,53183,53190,53184,53184,53190,53195,53190,53194,53195,53195,53194,53196,53195,53196,53175,53175,53196,53176,52248,53197,52228,52228,53197,53186,52246,53198,52248,52248,53198,53197,53198,53199,53197,53197,53199,53200,53197,53200,53186,53186,53200,53187,52244,53201,52246,52246,53201,53198,52244,52245,53201,53201,52245,53202,53201,53202,53203,53203,53202,53204,53201,53203,53198,53198,53203,53199,53203,53205,53199,53199,53205,53206,53203,53204,53205,53205,53204,53207,53205,53207,53208,53208,53207,53209,53205,53208,53206,53206,53208,53210,53200,53211,53187,53187,53211,53191,53199,53206,53200,53200,53206,53211,53206,53210,53211,53211,53210,53212,53211,53212,53191,53191,53212,53192,52245,52264,53202,53202,52264,53213,52264,52262,53213,53213,52262,53214,53213,53214,53215,53215,53214,53216,53202,53213,53204,53204,53213,53215,52262,52260,53214,53214,52260,53217,52260,52261,53217,53217,52261,53218,53217,53218,53219,53219,53218,53220,53214,53217,53216,53216,53217,53219,53216,53219,53221,53221,53219,53222,53219,53220,53222,53222,53220,53223,53222,53223,53224,53224,53223,53225,53221,53222,53226,53226,53222,53224,53204,53215,53207,53207,53215,53227,53215,53216,53227,53227,53216,53221,53227,53221,53228,53228,53221,53226,53207,53227,53209,53209,53227,53228,52261,52280,53218,53218,52280,53229,52280,52278,53229,53229,52278,53230,53229,53230,53231,53231,53230,53232,53218,53229,53220,53220,53229,53231,52278,52276,53230,53230,52276,53233,52276,52277,53233,53233,52277,53234,53233,53234,53235,53235,53234,53236,53230,53233,53232,53232,53233,53235,53232,53235,53237,53237,53235,53238,53235,53236,53238,53238,53236,53239,53238,53239,53240,53240,53239,53241,53237,53238,53242,53242,53238,53240,53220,53231,53223,53223,53231,53243,53231,53232,53243,53243,53232,53237,53243,53237,53244,53244,53237,53242,53223,53243,53225,53225,53243,53244,52277,52296,53234,53234,52296,53245,52296,52294,53245,53245,52294,53246,53246,53247,53245,53245,53247,53248,53234,53245,53236,53236,53245,53248,52294,52292,53246,53246,52292,53249,52292,52293,53249,53249,52293,53250,53250,53251,53249,53249,53251,53252,53249,53252,53246,53246,53252,53247,53252,53253,53247,53247,53253,53254,53251,53255,53252,53252,53255,53253,53255,53256,53253,53253,53256,53257,53253,53257,53254,53254,53257,53258,53236,53248,53239,53239,53248,53259,53247,53254,53248,53248,53254,53259,53254,53258,53259,53259,53258,53260,53239,53259,53241,53241,53259,53260,52316,52315,53261,53261,52315,53262,52312,53263,52315,52315,53263,53262,53263,53264,53262,53262,53264,53265,53262,53265,53261,53261,53265,53266,52311,53267,52312,52312,53267,53263,52310,53268,52311,52311,53268,53267,53268,53269,53267,53267,53269,53270,53267,53270,53263,53263,53270,53264,53270,53271,53264,53264,53271,53272,53269,53273,53270,53270,53273,53271,53273,53274,53271,53271,53274,53275,53271,53275,53272,53272,53275,53276,53265,53277,53266,53266,53277,53278,53264,53272,53265,53265,53272,53277,53272,53276,53277,53277,53276,53279,53277,53279,53278,53278,53279,53280,52332,53281,52310,52310,53281,53268,52330,53282,52332,52332,53282,53281,53282,53283,53281,53281,53283,53284,53281,53284,53268,53268,53284,53269,52329,53285,52330,52330,53285,53282,52328,53286,52329,52329,53286,53285,53286,53287,53285,53285,53287,53288,53285,53288,53282,53282,53288,53283,53288,53289,53283,53283,53289,53290,53287,53291,53288,53288,53291,53289,53291,53292,53289,53289,53292,53293,53289,53293,53290,53290,53293,53294,53284,53295,53269,53269,53295,53273,53283,53290,53284,53284,53290,53295,53290,53294,53295,53295,53294,53296,53295,53296,53273,53273,53296,53274,52348,53297,52328,52328,53297,53286,52346,53298,52348,52348,53298,53297,53298,53299,53297,53297,53299,53300,53297,53300,53286,53286,53300,53287,52345,53301,52346,52346,53301,53298,52344,53302,52345,52345,53302,53301,53302,53303,53301,53301,53303,53304,53301,53304,53298,53298,53304,53299,53304,53305,53299,53299,53305,53306,53303,53307,53304,53304,53307,53305,53307,53308,53305,53305,53308,53309,53305,53309,53306,53306,53309,53310,53300,53311,53287,53287,53311,53291,53299,53306,53300,53300,53306,53311,53306,53310,53311,53311,53310,53312,53311,53312,53291,53291,53312,53292,52364,53313,52344,52344,53313,53302,52362,53314,52364,52364,53314,53313,53314,53315,53313,53313,53315,53316,53313,53316,53302,53302,53316,53303,52361,53317,52362,52362,53317,53314,52360,53318,52361,52361,53318,53317,53318,53319,53317,53317,53319,53320,53317,53320,53314,53314,53320,53315,53320,53321,53315,53315,53321,53322,53319,53323,53320,53320,53323,53321,53323,53324,53321,53321,53324,53325,53321,53325,53322,53322,53325,53326,53316,53327,53303,53303,53327,53307,53315,53322,53316,53316,53322,53327,53322,53326,53327,53327,53326,53328,53327,53328,53307,53307,53328,53308,52380,53329,52360,52360,53329,53318,52378,53330,52380,52380,53330,53329,53330,53331,53329,53329,53331,53332,53329,53332,53318,53318,53332,53319,52377,53333,52378,52378,53333,53330,52376,53334,52377,52377,53334,53333,53334,53335,53333,53333,53335,53336,53333,53336,53330,53330,53336,53331,53336,53337,53331,53331,53337,53338,53335,53339,53336,53336,53339,53337,53339,53340,53337,53337,53340,53341,53337,53341,53338,53338,53341,53342,53332,53343,53319,53319,53343,53323,53331,53338,53332,53332,53338,53343,53338,53342,53343,53343,53342,53344,53343,53344,53323,53323,53344,53324,52396,53345,52376,52376,53345,53334,52394,53346,52396,52396,53346,53345,53346,53347,53345,53345,53347,53348,53345,53348,53334,53334,53348,53335,52393,53349,52394,52394,53349,53346,52392,53350,52393,52393,53350,53349,53350,53351,53349,53349,53351,53352,53349,53352,53346,53346,53352,53347,53352,53353,53347,53347,53353,53354,53351,53355,53352,53352,53355,53353,53355,53356,53353,53353,53356,53357,53353,53357,53354,53354,53357,53358,53348,53359,53335,53335,53359,53339,53347,53354,53348,53348,53354,53359,53354,53358,53359,53359,53358,53360,53359,53360,53339,53339,53360,53340,52412,53361,52392,52392,53361,53350,52410,53362,52412,52412,53362,53361,53362,53363,53361,53361,53363,53364,53361,53364,53350,53350,53364,53351,52409,53365,52410,52410,53365,53362,52408,53366,52409,52409,53366,53365,53366,53367,53365,53365,53367,53368,53365,53368,53362,53362,53368,53363,53368,53369,53363,53363,53369,53370,53367,53371,53368,53368,53371,53369,53371,53372,53369,53369,53372,53373,53369,53373,53370,53370,53373,53374,53364,53375,53351,53351,53375,53355,53363,53370,53364,53364,53370,53375,53370,53374,53375,53375,53374,53376,53375,53376,53355,53355,53376,53356,52428,53377,52408,52408,53377,53366,52426,53378,52428,52428,53378,53377,53378,53379,53377,53377,53379,53380,53377,53380,53366,53366,53380,53367,52425,53381,52426,52426,53381,53378,52424,53382,52425,52425,53382,53381,53382,53383,53381,53381,53383,53384,53381,53384,53378,53378,53384,53379,53384,53385,53379,53379,53385,53386,53383,53387,53384,53384,53387,53385,53385,53387,53388,53388,53387,53389,53386,53385,53390,53390,53385,53388,53380,53391,53367,53367,53391,53371,53379,53386,53380,53380,53386,53391,53386,53390,53391,53391,53390,53392,53391,53392,53371,53371,53392,53372,52444,53393,52424,52424,53393,53382,52442,53394,52444,52444,53394,53393,53394,53395,53393,53393,53395,53396,53393,53396,53382,53382,53396,53383,52441,53397,52442,52442,53397,53394,52440,53398,52441,52441,53398,53397,53398,53399,53397,53397,53399,53400,53397,53400,53394,53394,53400,53395,53400,53401,53395,53395,53401,53402,53399,53403,53400,53400,53403,53401,53403,53404,53401,53401,53404,53405,53401,53405,53402,53402,53405,53406,53396,53407,53383,53383,53407,53387,53395,53402,53396,53396,53402,53407,53402,53406,53407,53407,53406,53408,53407,53408,53387,53387,53408,53389,52460,53409,52440,52440,53409,53398,52460,52458,53409,53409,52458,53410,53410,53411,53409,53409,53411,53412,53409,53412,53398,53398,53412,53399,52458,52456,53410,53410,52456,53413,52456,52457,53413,53413,52457,53414,53413,53414,53415,53415,53414,53416,53410,53413,53411,53411,53413,53415,53415,53417,53411,53411,53417,53418,53415,53416,53417,53417,53416,53419,53419,53420,53417,53417,53420,53421,53417,53421,53418,53418,53421,53422,53412,53423,53399,53399,53423,53403,53411,53418,53412,53412,53418,53423,53418,53422,53423,53423,53422,53424,53423,53424,53403,53403,53424,53404,52457,52476,53414,53414,52476,53425,52476,52474,53425,53425,52474,53426,53425,53426,53427,53427,53426,53428,53414,53425,53416,53416,53425,53427,52474,52472,53426,53426,52472,53429,52472,52473,53429,53429,52473,53430,53429,53430,53431,53431,53430,53432,53426,53429,53428,53428,53429,53431,53428,53431,53433,53433,53431,53434,53431,53432,53434,53434,53432,53435,53434,53435,53436,53436,53435,53437,53433,53434,53438,53438,53434,53436,53416,53427,53419,53419,53427,53439,53427,53428,53439,53439,53428,53433,53439,53433,53440,53440,53433,53438,53419,53439,53420,53420,53439,53440,52473,52492,53430,53430,52492,53441,52492,52490,53441,53441,52490,53442,53441,53442,53443,53443,53442,53444,53430,53441,53432,53432,53441,53443,52490,52488,53442,53442,52488,53445,52488,52489,53445,53445,52489,53446,53445,53446,53447,53447,53446,53448,53442,53445,53444,53444,53445,53447,53444,53447,53449,53449,53447,53450,53447,53448,53450,53450,53448,53451,53450,53451,53452,53452,53451,53453,53449,53450,53454,53454,53450,53452,53432,53443,53435,53435,53443,53455,53443,53444,53455,53455,53444,53449,53455,53449,53456,53456,53449,53454,53435,53455,53437,53437,53455,53456,52508,53457,52489,52489,53457,53446,52506,53458,52508,52508,53458,53457,53458,53459,53457,53457,53459,53460,53446,53457,53448,53448,53457,53460,52505,53461,52506,52506,53461,53458,52504,53462,52505,52505,53462,53461,53462,53463,53461,53461,53463,53464,53461,53464,53458,53458,53464,53459,53464,53465,53459,53459,53465,53466,53463,53467,53464,53464,53467,53465,53467,53468,53465,53465,53468,53469,53465,53469,53466,53466,53469,53470,53448,53460,53451,53451,53460,53471,53459,53466,53460,53460,53466,53471,53471,53466,53472,53472,53466,53470,53451,53471,53453,53453,53471,53472,52524,53473,52504,52504,53473,53462,52522,53474,52524,52524,53474,53473,53474,53475,53473,53473,53475,53476,53473,53476,53462,53462,53476,53463,52521,53477,52522,52522,53477,53474,52520,53478,52521,52521,53478,53477,53478,53479,53477,53477,53479,53480,53477,53480,53474,53474,53480,53475,53480,53481,53475,53475,53481,53482,53479,53483,53480,53480,53483,53481,53483,53484,53481,53481,53484,53485,53481,53485,53482,53482,53485,53486,53476,53487,53463,53463,53487,53467,53475,53482,53476,53476,53482,53487,53482,53486,53487,53487,53486,53488,53487,53488,53467,53467,53488,53468,52540,53489,52520,52520,53489,53478,52538,53490,52540,52540,53490,53489,53490,53491,53489,53489,53491,53492,53489,53492,53478,53478,53492,53479,52537,53493,52538,52538,53493,53490,52536,53494,52537,52537,53494,53493,53494,53495,53493,53493,53495,53496,53493,53496,53490,53490,53496,53491,53496,53497,53491,53491,53497,53498,53495,53499,53496,53496,53499,53497,53499,53500,53497,53497,53500,53501,53497,53501,53498,53498,53501,53502,53492,53503,53479,53479,53503,53483,53491,53498,53492,53492,53498,53503,53498,53502,53503,53503,53502,53504,53503,53504,53483,53483,53504,53484,52556,53505,52536,52536,53505,53494,52554,53506,52556,52556,53506,53505,53506,53507,53505,53505,53507,53508,53505,53508,53494,53494,53508,53495,52553,53509,52554,52554,53509,53506,52552,53510,52553,52553,53510,53509,53510,53511,53509,53509,53511,53512,53509,53512,53506,53506,53512,53507,53512,53513,53507,53507,53513,53514,53511,53515,53512,53512,53515,53513,53515,53516,53513,53513,53516,53517,53513,53517,53514,53514,53517,53518,53508,53519,53495,53495,53519,53499,53507,53514,53508,53508,53514,53519,53514,53518,53519,53519,53518,53520,53519,53520,53499,53499,53520,53500,52572,53521,52552,52552,53521,53510,52570,53522,52572,52572,53522,53521,53522,53523,53521,53521,53523,53524,53521,53524,53510,53510,53524,53511,52569,53525,52570,52570,53525,53522,52568,53526,52569,52569,53526,53525,53525,53526,53527,53527,53526,53528,53525,53527,53522,53522,53527,53523,53523,53527,53529,53529,53527,53530,53527,53528,53530,53530,53528,53531,53530,53531,53532,53532,53531,53533,53529,53530,53534,53534,53530,53532,53524,53535,53511,53511,53535,53515,53523,53529,53524,53524,53529,53535,53535,53529,53536,53536,53529,53534,53535,53536,53515,53515,53536,53516,52588,53537,52568,52568,53537,53526,52588,52586,53537,53537,52586,53538,53537,53538,53539,53539,53538,53540,53526,53537,53528,53528,53537,53539,52586,52584,53538,53538,52584,53541,52584,52585,53541,53541,52585,53542,53541,53542,53543,53543,53542,53544,53538,53541,53540,53540,53541,53543,53540,53543,53545,53545,53543,53546,53543,53544,53546,53546,53544,53547,53546,53547,53548,53548,53547,53549,53545,53546,53550,53550,53546,53548,53528,53539,53531,53531,53539,53551,53539,53540,53551,53551,53540,53545,53551,53545,53552,53552,53545,53550,53531,53551,53533,53533,53551,53552,52585,52604,53542,53542,52604,53553,52604,52602,53553,53553,52602,53554,53553,53554,53555,53555,53554,53556,53542,53553,53544,53544,53553,53555,52602,52600,53554,53554,52600,53557,52601,53558,52600,52600,53558,53557,53558,53559,53557,53557,53559,53560,53557,53560,53554,53554,53560,53556,53560,53561,53556,53556,53561,53562,53559,53563,53560,53560,53563,53561,53563,53564,53561,53561,53564,53565,53561,53565,53562,53562,53565,53566,53544,53555,53547,53547,53555,53567,53555,53556,53567,53567,53556,53562,53562,53566,53567,53567,53566,53568,53547,53567,53549,53549,53567,53568,52620,53569,52601,52601,53569,53558,52618,53570,52620,52620,53570,53569,53570,53571,53569,53569,53571,53572,53569,53572,53558,53558,53572,53559,52617,53573,52618,52618,53573,53570,52616,53574,52617,52617,53574,53573,53574,53575,53573,53573,53575,53576,53573,53576,53570,53570,53576,53571,53576,53577,53571,53571,53577,53578,53575,53579,53576,53576,53579,53577,53579,53580,53577,53577,53580,53581,53577,53581,53578,53578,53581,53582,53572,53583,53559,53559,53583,53563,53571,53578,53572,53572,53578,53583,53578,53582,53583,53583,53582,53584,53583,53584,53563,53563,53584,53564,52636,53585,52616,52616,53585,53574,52634,53586,52636,52636,53586,53585,53586,53587,53585,53585,53587,53588,53585,53588,53574,53574,53588,53575,52633,53589,52634,52634,53589,53586,52632,53590,52633,52633,53590,53589,53590,53591,53589,53589,53591,53592,53589,53592,53586,53586,53592,53587,53592,53593,53587,53587,53593,53594,53591,53595,53592,53592,53595,53593,53595,53596,53593,53593,53596,53597,53593,53597,53594,53594,53597,53598,53588,53599,53575,53575,53599,53579,53587,53594,53588,53588,53594,53599,53594,53598,53599,53599,53598,53600,53599,53600,53579,53579,53600,53580,52652,53601,52632,52632,53601,53590,52650,53602,52652,52652,53602,53601,53602,53603,53601,53601,53603,53604,53601,53604,53590,53590,53604,53591,52649,53605,52650,52650,53605,53602,52648,53606,52649,52649,53606,53605,53606,53607,53605,53605,53607,53608,53605,53608,53602,53602,53608,53603,53608,53609,53603,53603,53609,53610,53607,53611,53608,53608,53611,53609,53611,53612,53609,53609,53612,53613,53609,53613,53610,53610,53613,53614,53604,53615,53591,53591,53615,53595,53603,53610,53604,53604,53610,53615,53610,53614,53615,53615,53614,53616,53615,53616,53595,53595,53616,53596,52668,53617,52648,52648,53617,53606,52666,53618,52668,52668,53618,53617,53618,53619,53617,53617,53619,53620,53617,53620,53606,53606,53620,53607,52665,53621,52666,52666,53621,53618,52664,53622,52665,52665,53622,53621,53622,53623,53621,53621,53623,53624,53621,53624,53618,53618,53624,53619,53624,53625,53619,53619,53625,53626,53623,53627,53624,53624,53627,53625,53627,53628,53625,53625,53628,53629,53625,53629,53626,53626,53629,53630,53620,53631,53607,53607,53631,53611,53619,53626,53620,53620,53626,53631,53626,53630,53631,53631,53630,53632,53631,53632,53611,53611,53632,53612,52684,53633,52664,52664,53633,53622,52682,53634,52684,52684,53634,53633,53634,53635,53633,53633,53635,53636,53633,53636,53622,53622,53636,53623,52681,53637,52682,52682,53637,53634,52680,53638,52681,52681,53638,53637,53637,53638,53639,53639,53638,53640,53634,53637,53635,53635,53637,53639,53635,53639,53641,53641,53639,53642,53639,53640,53642,53642,53640,53643,53642,53643,53644,53644,53643,53645,53641,53642,53646,53646,53642,53644,53636,53647,53623,53623,53647,53627,53635,53641,53636,53636,53641,53647,53641,53646,53647,53647,53646,53648,53647,53648,53627,53627,53648,53628,52680,52700,53638,53638,52700,53649,52700,52698,53649,53649,52698,53650,53649,53650,53651,53651,53650,53652,53638,53649,53640,53640,53649,53651,52698,52697,53650,53650,52697,53653,52696,53654,52697,52697,53654,53653,53654,53655,53653,53653,53655,53656,53650,53653,53652,53652,53653,53656,53652,53656,53657,53657,53656,53658,53655,53659,53656,53656,53659,53658,53659,53660,53658,53658,53660,53661,53657,53658,53662,53662,53658,53661,53640,53651,53643,53643,53651,53663,53651,53652,53663,53663,53652,53657,53663,53657,53664,53664,53657,53662,53643,53663,53645,53645,53663,53664,52716,53665,52696,52696,53665,53654,52714,53666,52716,52716,53666,53665,53666,53667,53665,53665,53667,53668,53665,53668,53654,53654,53668,53655,52714,52712,53666,53666,52712,53669,52712,52713,53669,53669,52713,53670,53669,53670,53671,53671,53670,53672,53669,53671,53666,53666,53671,53667,53671,53673,53667,53667,53673,53674,53672,53675,53671,53671,53675,53673,53675,53676,53673,53673,53676,53677,53673,53677,53674,53674,53677,53678,53668,53679,53655,53655,53679,53659,53667,53674,53668,53668,53674,53679,53674,53678,53679,53679,53678,53680,53679,53680,53659,53659,53680,53660,52713,52732,53670,53670,52732,53681,52730,53682,52732,52732,53682,53681,53682,53683,53681,53681,53683,53684,53670,53681,53672,53672,53681,53684,52729,53685,52730,52730,53685,53682,52728,53686,52729,52729,53686,53685,53686,53687,53685,53685,53687,53688,53685,53688,53682,53682,53688,53683,53688,53689,53683,53683,53689,53690,53687,53691,53688,53688,53691,53689,53691,53692,53689,53689,53692,53693,53689,53693,53690,53690,53693,53694,53684,53695,53672,53672,53695,53675,53683,53690,53684,53684,53690,53695,53690,53694,53695,53695,53694,53696,53695,53696,53675,53675,53696,53676,52748,53697,52728,52728,53697,53686,52746,53698,52748,52748,53698,53697,53698,53699,53697,53697,53699,53700,53697,53700,53686,53686,53700,53687,52745,53701,52746,52746,53701,53698,52744,53702,52745,52745,53702,53701,53702,53703,53701,53701,53703,53704,53701,53704,53698,53698,53704,53699,53704,53705,53699,53699,53705,53706,53703,53707,53704,53704,53707,53705,53707,53708,53705,53705,53708,53709,53705,53709,53706,53706,53709,53710,53700,53711,53687,53687,53711,53691,53699,53706,53700,53700,53706,53711,53706,53710,53711,53711,53710,53712,53711,53712,53691,53691,53712,53692,52764,53713,52744,52744,53713,53702,52762,53714,52764,52764,53714,53713,53714,53715,53713,53713,53715,53716,53713,53716,53702,53702,53716,53703,52761,53717,52762,52762,53717,53714,52760,53718,52761,52761,53718,53717,53718,53719,53717,53717,53719,53720,53717,53720,53714,53714,53720,53715,53720,53721,53715,53715,53721,53722,53719,53723,53720,53720,53723,53721,53723,53724,53721,53721,53724,53725,53721,53725,53722,53722,53725,53726,53716,53727,53703,53703,53727,53707,53715,53722,53716,53716,53722,53727,53722,53726,53727,53727,53726,53728,53727,53728,53707,53707,53728,53708,52780,53729,52760,52760,53729,53718,52780,52778,53729,53729,52778,53730,53729,53730,53731,53731,53730,53732,53718,53729,53719,53719,53729,53731,52778,52776,53730,53730,52776,53733,52776,52777,53733,53733,52777,53734,53733,53734,53735,53735,53734,53736,53730,53733,53732,53732,53733,53735,53732,53735,53737,53737,53735,53738,53735,53736,53738,53738,53736,53739,53738,53739,53740,53740,53739,53741,53737,53738,53742,53742,53738,53740,53719,53731,53723,53723,53731,53743,53731,53732,53743,53743,53732,53737,53743,53737,53744,53744,53737,53742,53723,53743,53724,53724,53743,53744,52777,52796,53734,53734,52796,53745,52796,52794,53745,53745,52794,53746,53745,53746,53747,53747,53746,53748,53734,53745,53736,53736,53745,53747,52794,52792,53746,53746,52792,53749,52792,52793,53749,53749,52793,53750,53749,53750,53751,53751,53750,53752,53746,53749,53748,53748,53749,53751,53748,53751,53753,53753,53751,53754,53751,53752,53754,53754,53752,53755,53754,53755,53756,53756,53755,53757,53753,53754,53758,53758,53754,53756,53736,53747,53739,53739,53747,53759,53747,53748,53759,53759,53748,53753,53759,53753,53760,53760,53753,53758,53739,53759,53741,53741,53759,53760,52793,52812,53750,53750,52812,53761,52812,52810,53761,53761,52810,53762,53761,53762,53763,53763,53762,53764,53750,53761,53752,53752,53761,53763,52810,52808,53762,53762,52808,53765,52808,52809,53765,53765,52809,53766,53765,53766,53767,53767,53766,53768,53762,53765,53764,53764,53765,53767,53764,53767,53769,53769,53767,53770,53767,53768,53770,53770,53768,53771,53770,53771,53772,53772,53771,53773,53769,53770,53774,53774,53770,53772,53752,53763,53755,53755,53763,53775,53763,53764,53775,53775,53764,53769,53775,53769,53776,53776,53769,53774,53755,53775,53757,53757,53775,53776,52809,52828,53766,53766,52828,53777,52826,53778,52828,52828,53778,53777,53778,53779,53777,53777,53779,53780,53766,53777,53768,53768,53777,53780,52825,53781,52826,52826,53781,53778,52824,53782,52825,52825,53782,53781,53782,53783,53781,53781,53783,53784,53781,53784,53778,53778,53784,53779,53784,53785,53779,53779,53785,53786,53783,53787,53784,53784,53787,53785,53787,53788,53785,53785,53788,53789,53785,53789,53786,53786,53789,53790,53768,53780,53771,53771,53780,53791,53780,53779,53791,53791,53779,53786,53791,53786,53792,53792,53786,53790,53771,53791,53773,53773,53791,53792,52844,53793,52824,52824,53793,53782,52842,53794,52844,52844,53794,53793,53794,53795,53793,53793,53795,53796,53793,53796,53782,53782,53796,53783,52841,53797,52842,52842,53797,53794,52840,53798,52841,52841,53798,53797,53798,53799,53797,53797,53799,53800,53797,53800,53794,53794,53800,53795,53800,53801,53795,53795,53801,53802,53799,53803,53800,53800,53803,53801,53803,53804,53801,53801,53804,53805,53801,53805,53802,53802,53805,53806,53796,53807,53783,53783,53807,53787,53795,53802,53796,53796,53802,53807,53802,53806,53807,53807,53806,53808,53807,53808,53787,53787,53808,53788,52860,53809,52840,52840,53809,53798,52858,53810,52860,52860,53810,53809,53810,53811,53809,53809,53811,53812,53809,53812,53798,53798,53812,53799,52857,53813,52858,52858,53813,53810,52856,53814,52857,52857,53814,53813,53814,53815,53813,53813,53815,53816,53813,53816,53810,53810,53816,53811,53816,53817,53811,53811,53817,53818,53815,53819,53816,53816,53819,53817,53819,53820,53817,53817,53820,53821,53817,53821,53818,53818,53821,53822,53812,53823,53799,53799,53823,53803,53811,53818,53812,53812,53818,53823,53818,53822,53823,53823,53822,53824,53823,53824,53803,53803,53824,53804,52876,53825,52856,52856,53825,53814,52874,53826,52876,52876,53826,53825,53825,53826,53827,53827,53826,53828,53825,53827,53814,53814,53827,53815,52874,52872,53826,53826,52872,53829,52872,52873,53829,53829,52873,53830,53829,53830,53831,53831,53830,53832,53826,53829,53828,53828,53829,53831,53828,53831,53833,53833,53831,53834,53831,53832,53834,53834,53832,53835,53834,53835,53836,53836,53835,53837,53833,53834,53838,53838,53834,53836,53827,53839,53815,53815,53839,53819,53827,53828,53839,53839,53828,53833,53839,53833,53840,53840,53833,53838,53839,53840,53819,53819,53840,53820,52873,52892,53830,53830,52892,53841,52892,52890,53841,53841,52890,53842,53841,53842,53843,53843,53842,53844,53830,53841,53832,53832,53841,53843,52890,52888,53842,53842,52888,53845,52888,52889,53845,53845,52889,53846,53845,53846,53847,53847,53846,53848,53842,53845,53844,53844,53845,53847,53844,53847,53849,53849,53847,53850,53848,53851,53847,53847,53851,53850,53851,53852,53850,53850,53852,53853,53849,53850,53854,53854,53850,53853,53832,53843,53835,53835,53843,53855,53843,53844,53855,53855,53844,53849,53855,53849,53856,53856,53849,53854,53835,53855,53837,53837,53855,53856,52908,53857,52889,52889,53857,53846,52906,53858,52908,52908,53858,53857,53858,53859,53857,53857,53859,53860,53857,53860,53846,53846,53860,53848,52905,53861,52906,52906,53861,53858,52904,53862,52905,52905,53862,53861,53862,53863,53861,53861,53863,53864,53861,53864,53858,53858,53864,53859,53864,53865,53859,53859,53865,53866,53863,53867,53864,53864,53867,53865,53867,53868,53865,53865,53868,53869,53865,53869,53866,53866,53869,53870,53860,53871,53848,53848,53871,53851,53859,53866,53860,53860,53866,53871,53866,53870,53871,53871,53870,53872,53871,53872,53851,53851,53872,53852,52924,53873,52904,52904,53873,53862,52922,53874,52924,52924,53874,53873,53874,53875,53873,53873,53875,53876,53873,53876,53862,53862,53876,53863,52921,53877,52922,52922,53877,53874,52920,53878,52921,52921,53878,53877,53878,53879,53877,53877,53879,53880,53877,53880,53874,53874,53880,53875,53880,53881,53875,53875,53881,53882,53879,53883,53880,53880,53883,53881,53883,53884,53881,53881,53884,53885,53881,53885,53882,53882,53885,53886,53876,53887,53863,53863,53887,53867,53875,53882,53876,53876,53882,53887,53882,53886,53887,53887,53886,53888,53887,53888,53867,53867,53888,53868,52940,53889,52920,52920,53889,53878,52938,53890,52940,52940,53890,53889,53890,53891,53889,53889,53891,53892,53889,53892,53878,53878,53892,53879,52937,53893,52938,52938,53893,53890,52936,53894,52937,52937,53894,53893,53894,53895,53893,53893,53895,53896,53893,53896,53890,53890,53896,53891,53896,53897,53891,53891,53897,53898,53895,53899,53896,53896,53899,53897,53899,53900,53897,53897,53900,53901,53897,53901,53898,53898,53901,53902,53892,53903,53879,53879,53903,53883,53891,53898,53892,53892,53898,53903,53898,53902,53903,53903,53902,53904,53903,53904,53883,53883,53904,53884,52956,53905,52936,52936,53905,53894,52954,53906,52956,52956,53906,53905,53906,53907,53905,53905,53907,53908,53905,53908,53894,53894,53908,53895,52953,53909,52954,52954,53909,53906,52952,53910,52953,52953,53910,53909,53910,53911,53909,53909,53911,53912,53909,53912,53906,53906,53912,53907,53912,53913,53907,53907,53913,53914,53911,53915,53912,53912,53915,53913,53915,53916,53913,53913,53916,53917,53913,53917,53914,53914,53917,53918,53908,53919,53895,53895,53919,53899,53907,53914,53908,53908,53914,53919,53914,53918,53919,53919,53918,53920,53919,53920,53899,53899,53920,53900,52972,53921,52952,52952,53921,53910,52970,53922,52972,52972,53922,53921,53922,53923,53921,53921,53923,53924,53921,53924,53910,53910,53924,53911,52969,53925,52970,52970,53925,53922,52968,53926,52969,52969,53926,53925,53926,53927,53925,53925,53927,53928,53925,53928,53922,53922,53928,53923,53928,53929,53923,53923,53929,53930,53927,53931,53928,53928,53931,53929,53931,53932,53929,53929,53932,53933,53929,53933,53930,53930,53933,53934,53924,53935,53911,53911,53935,53915,53923,53930,53924,53924,53930,53935,53930,53934,53935,53935,53934,53936,53935,53936,53915,53915,53936,53916,52988,53937,52968,52968,53937,53926,52986,53938,52988,52988,53938,53937,53938,53939,53937,53937,53939,53940,53937,53940,53926,53926,53940,53927,52985,53941,52986,52986,53941,53938,52984,53942,52985,52985,53942,53941,53942,53943,53941,53941,53943,53944,53941,53944,53938,53938,53944,53939,53944,53945,53939,53939,53945,53946,53943,53947,53944,53944,53947,53945,53947,53948,53945,53945,53948,53949,53945,53949,53946,53946,53949,53950,53940,53951,53927,53927,53951,53931,53939,53946,53940,53940,53946,53951,53946,53950,53951,53951,53950,53952,53951,53952,53931,53931,53952,53932,53004,53953,52984,52984,53953,53942,53004,53002,53953,53953,53002,53954,53954,53955,53953,53953,53955,53956,53953,53956,53942,53942,53956,53943,53002,53000,53954,53954,53000,53957,53000,53001,53957,53957,53001,53958,53957,53958,53959,53959,53958,53960,53954,53957,53955,53955,53957,53959,53959,53961,53955,53955,53961,53962,53959,53960,53961,53961,53960,53963,53961,53963,53964,53964,53963,53965,53961,53964,53962,53962,53964,53966,53956,53967,53943,53943,53967,53947,53955,53962,53956,53956,53962,53967,53962,53966,53967,53967,53966,53968,53967,53968,53947,53947,53968,53948,53001,53020,53958,53958,53020,53969,53020,53018,53969,53969,53018,53970,53969,53970,53971,53971,53970,53972,53958,53969,53960,53960,53969,53971,53018,53016,53970,53970,53016,53973,53016,53017,53973,53973,53017,53974,53973,53974,53975,53975,53974,53976,53970,53973,53972,53972,53973,53975,53972,53975,53977,53977,53975,53978,53975,53976,53978,53978,53976,53979,53978,53979,53980,53980,53979,53981,53977,53978,53982,53982,53978,53980,53960,53971,53963,53963,53971,53983,53971,53972,53983,53983,53972,53977,53983,53977,53984,53984,53977,53982,53963,53983,53965,53965,53983,53984,53017,53036,53974,53974,53036,53985,53036,53034,53985,53985,53034,53986,53985,53986,53987,53987,53986,53988,53974,53985,53976,53976,53985,53987,53034,53032,53986,53986,53032,53989,53032,53033,53989,53989,53033,53990,53989,53990,53991,53991,53990,53992,53986,53989,53988,53988,53989,53991,53988,53991,53993,53993,53991,53994,53991,53992,53994,53994,53992,53995,53994,53995,53996,53996,53995,53997,53993,53994,53998,53998,53994,53996,53976,53987,53979,53979,53987,53999,53987,53988,53999,53999,53988,53993,53999,53993,54000,54000,53993,53998,53979,53999,53981,53981,53999,54000,53033,53052,53990,53990,53052,54001,53052,53050,54001,54001,53050,54002,54001,54002,54003,54003,54002,54004,53990,54001,53992,53992,54001,54003,53050,53048,54002,54002,53048,54005,53048,53049,54005,54005,53049,54006,54005,54006,54007,54007,54006,54008,54002,54005,54004,54004,54005,54007,54004,54007,54009,54009,54007,54010,54007,54008,54010,54010,54008,54011,54010,54011,54012,54012,54011,54013,54009,54010,54014,54014,54010,54012,53992,54003,53995,53995,54003,54015,54003,54004,54015,54015,54004,54009,54015,54009,54016,54016,54009,54014,53995,54015,53997,53997,54015,54016,53049,53068,54006,54006,53068,54017,53068,53066,54017,54017,53066,54018,54017,54018,54019,54019,54018,54020,54006,54017,54008,54008,54017,54019,53066,53064,54018,54018,53064,54021,53064,53065,54021,54021,53065,54022,54021,54022,54023,54023,54022,54024,54018,54021,54020,54020,54021,54023,54020,54023,54025,54025,54023,54026,54023,54024,54026,54026,54024,54027,54026,54027,54028,54028,54027,54029,54025,54026,54030,54030,54026,54028,54008,54019,54011,54011,54019,54031,54019,54020,54031,54031,54020,54025,54031,54025,54032,54032,54025,54030,54011,54031,54013,54013,54031,54032,53065,53084,54022,54022,53084,54033,53084,53082,54033,54033,53082,54034,54033,54034,54035,54035,54034,54036,54022,54033,54024,54024,54033,54035,53082,53080,54034,54034,53080,54037,53080,53081,54037,54037,53081,54038,54037,54038,54039,54039,54038,54040,54034,54037,54036,54036,54037,54039,54036,54039,54041,54041,54039,54042,54039,54040,54042,54042,54040,54043,54042,54043,54044,54044,54043,54045,54041,54042,54046,54046,54042,54044,54024,54035,54027,54027,54035,54047,54035,54036,54047,54047,54036,54041,54047,54041,54048,54048,54041,54046,54027,54047,54029,54029,54047,54048,53081,53100,54038,54038,53100,54049,53100,53098,54049,54049,53098,54050,54049,54050,54051,54051,54050,54052,54038,54049,54040,54040,54049,54051,53098,53096,54050,54050,53096,54053,53096,53097,54053,54053,53097,54054,54053,54054,54055,54055,54054,54056,54050,54053,54052,54052,54053,54055,54052,54055,54057,54057,54055,54058,54055,54056,54058,54058,54056,54059,54058,54059,54060,54060,54059,54061,54057,54058,54062,54062,54058,54060,54040,54051,54043,54043,54051,54063,54051,54052,54063,54063,54052,54057,54063,54057,54064,54064,54057,54062,54043,54063,54045,54045,54063,54064,53097,53116,54054,54054,53116,54065,53116,53114,54065,54065,53114,54066,54065,54066,54067,54067,54066,54068,54054,54065,54056,54056,54065,54067,53114,53112,54066,54066,53112,54069,53112,53113,54069,54069,53113,54070,54069,54070,54071,54071,54070,54072,54066,54069,54068,54068,54069,54071,54068,54071,54073,54073,54071,54074,54071,54072,54074,54074,54072,54075,54074,54075,54076,54076,54075,54077,54073,54074,54078,54078,54074,54076,54056,54067,54059,54059,54067,54079,54067,54068,54079,54079,54068,54073,54079,54073,54080,54080,54073,54078,54059,54079,54061,54061,54079,54080,53113,53132,54070,54070,53132,54081,53132,53130,54081,54081,53130,54082,54081,54082,54083,54083,54082,54084,54070,54081,54072,54072,54081,54083,53130,53128,54082,54082,53128,54085,53128,53129,54085,54085,53129,54086,54085,54086,54087,54087,54086,54088,54082,54085,54084,54084,54085,54087,54084,54087,54089,54089,54087,54090,54087,54088,54090,54090,54088,54091,54090,54091,54092,54092,54091,54093,54089,54090,54094,54094,54090,54092,54072,54083,54075,54075,54083,54095,54083,54084,54095,54095,54084,54089,54095,54089,54096,54096,54089,54094,54075,54095,54077,54077,54095,54096,53129,53148,54086,54086,53148,54097,53148,53146,54097,54097,53146,54098,54097,54098,54099,54099,54098,54100,54086,54097,54088,54088,54097,54099,53146,53144,54098,54098,53144,54101,53144,53145,54101,54101,53145,54102,54101,54102,54103,54103,54102,54104,54098,54101,54100,54100,54101,54103,54100,54103,54105,54105,54103,54106,54103,54104,54106,54106,54104,54107,54106,54107,54108,54108,54107,54109,54105,54106,54110,54110,54106,54108,54088,54099,54091,54091,54099,54111,54099,54100,54111,54111,54100,54105,54111,54105,54112,54112,54105,54110,54091,54111,54093,54093,54111,54112,53145,53164,54102,54102,53164,54113,53164,53162,54113,54113,53162,54114,54113,54114,54115,54115,54114,54116,54102,54113,54104,54104,54113,54115,53162,53161,54114,54114,53161,54117,53161,53160,54117,54117,53160,54118,54117,54118,54119,54119,54118,54120,54114,54117,54116,54116,54117,54119,54116,54119,54121,54121,54119,54122,54119,54120,54122,54122,54120,54123,54122,54123,54124,54124,54123,54125,54121,54122,54126,54126,54122,54124,54104,54115,54107,54107,54115,54127,54115,54116,54127,54127,54116,54121,54127,54121,54128,54128,54121,54126,54107,54127,54109,54109,54127,54128,53160,53180,54118,54118,53180,54129,53180,53178,54129,54129,53178,54130,54129,54130,54131,54131,54130,54132,54118,54129,54120,54120,54129,54131,53178,53177,54130,54130,53177,54133,53176,54134,53177,53177,54134,54133,54133,54134,54135,54135,54134,54136,54130,54133,54132,54132,54133,54135,54132,54135,54137,54137,54135,54138,54135,54136,54138,54138,54136,54139,54138,54139,54140,54140,54139,54141,54137,54138,54142,54142,54138,54140,54120,54131,54123,54123,54131,54143,54131,54132,54143,54143,54132,54137,54143,54137,54144,54144,54137,54142,54123,54143,54125,54125,54143,54144,53196,54145,53176,53176,54145,54134,53194,54146,53196,53196,54146,54145,54146,54147,54145,54145,54147,54148,54145,54148,54134,54134,54148,54136,53193,54149,53194,53194,54149,54146,53192,54150,53193,53193,54150,54149,54150,54151,54149,54149,54151,54152,54149,54152,54146,54146,54152,54147,54152,54153,54147,54147,54153,54154,54151,54155,54152,54152,54155,54153,54155,54156,54153,54153,54156,54157,54153,54157,54154,54154,54157,54158,54148,54159,54136,54136,54159,54139,54147,54154,54148,54148,54154,54159,54154,54158,54159,54159,54158,54160,54159,54160,54139,54139,54160,54141,53212,54161,53192,53192,54161,54150,53210,54162,53212,53212,54162,54161,54162,54163,54161,54161,54163,54164,54161,54164,54150,54150,54164,54151,53210,53208,54162,54162,53208,54165,53208,53209,54165,54165,53209,54166,54166,54167,54165,54165,54167,54168,54165,54168,54162,54162,54168,54163,54168,54169,54163,54163,54169,54170,54167,54171,54168,54168,54171,54169,54171,54172,54169,54169,54172,54173,54169,54173,54170,54170,54173,54174,54164,54175,54151,54151,54175,54155,54163,54170,54164,54164,54170,54175,54170,54174,54175,54175,54174,54176,54175,54176,54155,54155,54176,54156,53228,54177,53209,53209,54177,54166,53228,53226,54177,54177,53226,54178,54178,54179,54177,54177,54179,54180,54177,54180,54166,54166,54180,54167,53226,53224,54178,54178,53224,54181,53224,53225,54181,54181,53225,54182,54181,54182,54183,54183,54182,54184,54181,54183,54178,54178,54183,54179,54183,54185,54179,54179,54185,54186,54184,54187,54183,54183,54187,54185,54187,54188,54185,54185,54188,54189,54185,54189,54186,54186,54189,54190,54180,54191,54167,54167,54191,54171,54179,54186,54180,54180,54186,54191,54186,54190,54191,54191,54190,54192,54191,54192,54171,54171,54192,54172,53225,53244,54182,54182,53244,54193,53244,53242,54193,54193,53242,54194,54193,54194,54195,54195,54194,54196,54182,54193,54184,54184,54193,54195,53242,53240,54194,54194,53240,54197,53240,53241,54197,54197,53241,54198,54197,54198,54199,54199,54198,54200,54194,54197,54196,54196,54197,54199,54199,54201,54196,54196,54201,54202,54200,54203,54199,54199,54203,54201,54203,54204,54201,54201,54204,54205,54201,54205,54202,54202,54205,54206,54184,54195,54187,54187,54195,54207,54195,54196,54207,54207,54196,54202,54202,54206,54207,54207,54206,54208,54207,54208,54187,54187,54208,54188,53260,54209,53241,53241,54209,54198,53258,54210,53260,53260,54210,54209,54210,54211,54209,54209,54211,54212,54209,54212,54198,54198,54212,54200,53257,54213,53258,53258,54213,54210,53256,54214,53257,53257,54214,54213,54214,54215,54213,54213,54215,54216,54213,54216,54210,54210,54216,54211,54216,54217,54211,54211,54217,54218,54215,54219,54216,54216,54219,54217,54219,54220,54217,54217,54220,54221,54217,54221,54218,54218,54221,54222,54212,54223,54200,54200,54223,54203,54211,54218,54212,54212,54218,54223,54218,54222,54223,54223,54222,54224,54223,54224,54203,54203,54224,54204,53279,54225,53280,53280,54225,54226,53276,54227,53279,53279,54227,54225,54227,54228,54225,54225,54228,54229,54225,54229,54226,54226,54229,54230,53275,54231,53276,53276,54231,54227,53274,54232,53275,53275,54232,54231,54232,54233,54231,54231,54233,54234,54231,54234,54227,54227,54234,54228,54234,54235,54228,54228,54235,54236,54233,54237,54234,54234,54237,54235,54235,54237,54238,54238,54237,54239,54236,54235,54240,54240,54235,54238,54230,54229,54241,54241,54229,54242,54229,54228,54242,54242,54228,54236,54242,54236,54243,54243,54236,54240,54241,54242,54244,54244,54242,54243,53296,54245,53274,53274,54245,54232,53294,54246,53296,53296,54246,54245,54246,54247,54245,54245,54247,54248,54245,54248,54232,54232,54248,54233,53293,54249,53294,53294,54249,54246,53292,54250,53293,53293,54250,54249,54250,54251,54249,54249,54251,54252,54249,54252,54246,54246,54252,54247,54252,54253,54247,54247,54253,54254,54251,54255,54252,54252,54255,54253,54255,54256,54253,54253,54256,54257,54253,54257,54254,54254,54257,54258,54248,54259,54233,54233,54259,54237,54247,54254,54248,54248,54254,54259,54254,54258,54259,54259,54258,54260,54237,54259,54239,54239,54259,54260,53312,54261,53292,53292,54261,54250,53310,54262,53312,53312,54262,54261,54262,54263,54261,54261,54263,54264,54261,54264,54250,54250,54264,54251,53309,54265,53310,53310,54265,54262,53308,54266,53309,53309,54266,54265,54266,54267,54265,54265,54267,54268,54265,54268,54262,54262,54268,54263,54268,54269,54263,54263,54269,54270,54267,54271,54268,54268,54271,54269,54271,54272,54269,54269,54272,54273,54269,54273,54270,54270,54273,54274,54264,54275,54251,54251,54275,54255,54263,54270,54264,54264,54270,54275,54270,54274,54275,54275,54274,54276,54275,54276,54255,54255,54276,54256,53328,54277,53308,53308,54277,54266,53326,54278,53328,53328,54278,54277,54278,54279,54277,54277,54279,54280,54277,54280,54266,54266,54280,54267,53325,54281,53326,53326,54281,54278,53324,54282,53325,53325,54282,54281,54282,54283,54281,54281,54283,54284,54281,54284,54278,54278,54284,54279,54284,54285,54279,54279,54285,54286,54283,54287,54284,54284,54287,54285,54287,54288,54285,54285,54288,54289,54285,54289,54286,54286,54289,54290,54280,54291,54267,54267,54291,54271,54279,54286,54280,54280,54286,54291,54286,54290,54291,54291,54290,54292,54291,54292,54271,54271,54292,54272,53344,54293,53324,53324,54293,54282,53342,54294,53344,53344,54294,54293,54294,54295,54293,54293,54295,54296,54293,54296,54282,54282,54296,54283,53341,54297,53342,53342,54297,54294,53340,54298,53341,53341,54298,54297,54298,54299,54297,54297,54299,54300,54297,54300,54294,54294,54300,54295,54300,54301,54295,54295,54301,54302,54299,54303,54300,54300,54303,54301,54303,54304,54301,54301,54304,54305,54301,54305,54302,54302,54305,54306,54296,54307,54283,54283,54307,54287,54295,54302,54296,54296,54302,54307,54302,54306,54307,54307,54306,54308,54307,54308,54287,54287,54308,54288,53360,54309,53340,53340,54309,54298,53358,54310,53360,53360,54310,54309,54310,54311,54309,54309,54311,54312,54309,54312,54298,54298,54312,54299,53357,54313,53358,53358,54313,54310,53356,54314,53357,53357,54314,54313,54314,54315,54313,54313,54315,54316,54313,54316,54310,54310,54316,54311,54316,54317,54311,54311,54317,54318,54315,54319,54316,54316,54319,54317,54319,54320,54317,54317,54320,54321,54317,54321,54318,54318,54321,54322,54312,54323,54299,54299,54323,54303,54311,54318,54312,54312,54318,54323,54318,54322,54323,54323,54322,54324,54323,54324,54303,54303,54324,54304,53376,54325,53356,53356,54325,54314,53374,54326,53376,53376,54326,54325,54326,54327,54325,54325,54327,54328,54325,54328,54314,54314,54328,54315,53373,54329,53374,53374,54329,54326,53372,54330,53373,53373,54330,54329,54330,54331,54329,54329,54331,54332,54329,54332,54326,54326,54332,54327,54332,54333,54327,54327,54333,54334,54331,54335,54332,54332,54335,54333,54335,54336,54333,54333,54336,54337,54333,54337,54334,54334,54337,54338,54328,54339,54315,54315,54339,54319,54327,54334,54328,54328,54334,54339,54334,54338,54339,54339,54338,54340,54339,54340,54319,54319,54340,54320,53392,54341,53372,53372,54341,54330,53390,54342,53392,53392,54342,54341,54341,54342,54343,54343,54342,54344,54341,54343,54330,54330,54343,54331,53390,53388,54342,54342,53388,54345,53388,53389,54345,54345,53389,54346,54345,54346,54347,54347,54346,54348,54342,54345,54344,54344,54345,54347,54344,54347,54349,54349,54347,54350,54347,54348,54350,54350,54348,54351,54350,54351,54352,54352,54351,54353,54349,54350,54354,54354,54350,54352,54343,54355,54331,54331,54355,54335,54343,54344,54355,54355,54344,54349,54355,54349,54356,54356,54349,54354,54355,54356,54335,54335,54356,54336,53389,53408,54346,54346,53408,54357,53406,54358,53408,53408,54358,54357,54358,54359,54357,54357,54359,54360,54346,54357,54348,54348,54357,54360,53405,54361,53406,53406,54361,54358,53404,54362,53405,53405,54362,54361,54362,54363,54361,54361,54363,54364,54361,54364,54358,54358,54364,54359,54364,54365,54359,54359,54365,54366,54363,54367,54364,54364,54367,54365,54365,54367,54368,54368,54367,54369,54366,54365,54370,54370,54365,54368,54348,54360,54351,54351,54360,54371,54360,54359,54371,54371,54359,54366,54371,54366,54372,54372,54366,54370,54351,54371,54353,54353,54371,54372,53424,54373,53404,53404,54373,54362,53422,54374,53424,53424,54374,54373,54374,54375,54373,54373,54375,54376,54373,54376,54362,54362,54376,54363,53421,54377,53422,53422,54377,54374,53420,54378,53421,53421,54378,54377,54378,54379,54377,54377,54379,54380,54377,54380,54374,54374,54380,54375,54380,54381,54375,54375,54381,54382,54379,54383,54380,54380,54383,54381,54383,54384,54381,54381,54384,54385,54381,54385,54382,54382,54385,54386,54376,54387,54363,54363,54387,54367,54375,54382,54376,54376,54382,54387,54382,54386,54387,54387,54386,54388,54387,54388,54367,54367,54388,54369,53440,54389,53420,53420,54389,54378,53440,53438,54389,54389,53438,54390,54390,54391,54389,54389,54391,54392,54389,54392,54378,54378,54392,54379,53438,53436,54390,54390,53436,54393,53436,53437,54393,54393,53437,54394,54393,54394,54395,54395,54394,54396,54390,54393,54391,54391,54393,54395,54395,54397,54391,54391,54397,54398,54395,54396,54397,54397,54396,54399,54397,54399,54400,54400,54399,54401,54397,54400,54398,54398,54400,54402,54392,54403,54379,54379,54403,54383,54391,54398,54392,54392,54398,54403,54398,54402,54403,54403,54402,54404,54403,54404,54383,54383,54404,54384,53437,53456,54394,54394,53456,54405,53456,53454,54405,54405,53454,54406,54405,54406,54407,54407,54406,54408,54394,54405,54396,54396,54405,54407,53454,53452,54406,54406,53452,54409,53452,53453,54409,54409,53453,54410,54409,54410,54411,54411,54410,54412,54406,54409,54408,54408,54409,54411,54408,54411,54413,54413,54411,54414,54411,54412,54414,54414,54412,54415,54414,54415,54416,54416,54415,54417,54413,54414,54418,54418,54414,54416,54396,54407,54399,54399,54407,54419,54407,54408,54419,54419,54408,54413,54419,54413,54420,54420,54413,54418,54399,54419,54401,54401,54419,54420,53453,53472,54410,54410,53472,54421,53472,53470,54421,54421,53470,54422,54421,54422,54423,54423,54422,54424,54410,54421,54412,54412,54421,54423,53470,53469,54422,54422,53469,54425,53468,54426,53469,53469,54426,54425,54425,54426,54427,54427,54426,54428,54422,54425,54424,54424,54425,54427,54424,54427,54429,54429,54427,54430,54427,54428,54430,54430,54428,54431,54430,54431,54432,54432,54431,54433,54429,54430,54434,54434,54430,54432,54412,54423,54415,54415,54423,54435,54423,54424,54435,54435,54424,54429,54435,54429,54436,54436,54429,54434,54415,54435,54417,54417,54435,54436,53488,54437,53468,53468,54437,54426,53486,54438,53488,53488,54438,54437,54438,54439,54437,54437,54439,54440,54437,54440,54426,54426,54440,54428,53485,54441,53486,53486,54441,54438,53484,54442,53485,53485,54442,54441,54442,54443,54441,54441,54443,54444,54441,54444,54438,54438,54444,54439,54444,54445,54439,54439,54445,54446,54444,54443,54445,54445,54443,54447,54445,54447,54448,54448,54447,54449,54446,54445,54450,54450,54445,54448,54428,54440,54431,54431,54440,54451,54439,54446,54440,54440,54446,54451,54451,54446,54452,54452,54446,54450,54431,54451,54433,54433,54451,54452,53504,54453,53484,53484,54453,54442,53502,54454,53504,53504,54454,54453,54453,54454,54455,54455,54454,54456,54442,54453,54443,54443,54453,54455,53501,54457,53502,53502,54457,54454,53500,54458,53501,53501,54458,54457,54458,54459,54457,54457,54459,54460,54457,54460,54454,54454,54460,54456,54460,54461,54456,54456,54461,54462,54459,54463,54460,54460,54463,54461,54463,54464,54461,54461,54464,54465,54461,54465,54462,54462,54465,54466,54443,54455,54447,54447,54455,54467,54455,54456,54467,54467,54456,54462,54467,54462,54468,54468,54462,54466,54447,54467,54449,54449,54467,54468,53520,54469,53500,53500,54469,54458,53518,54470,53520,53520,54470,54469,54470,54471,54469,54469,54471,54472,54469,54472,54458,54458,54472,54459,53517,54473,53518,53518,54473,54470,53516,54474,53517,53517,54474,54473,54474,54475,54473,54473,54475,54476,54473,54476,54470,54470,54476,54471,54476,54477,54471,54471,54477,54478,54475,54479,54476,54476,54479,54477,54479,54480,54477,54477,54480,54481,54477,54481,54478,54478,54481,54482,54472,54483,54459,54459,54483,54463,54471,54478,54472,54472,54478,54483,54478,54482,54483,54483,54482,54484,54483,54484,54463,54463,54484,54464,53536,54485,53516,53516,54485,54474,53536,53534,54485,54485,53534,54486,54485,54486,54487,54487,54486,54488,54485,54487,54474,54474,54487,54475,53534,53532,54486,54486,53532,54489,53532,53533,54489,54489,53533,54490,54489,54490,54491,54491,54490,54492,54486,54489,54488,54488,54489,54491,54488,54491,54493,54493,54491,54494,54491,54492,54494,54494,54492,54495,54494,54495,54496,54496,54495,54497,54493,54494,54498,54498,54494,54496,54487,54499,54475,54475,54499,54479,54487,54488,54499,54499,54488,54493,54493,54498,54499,54499,54498,54500,54499,54500,54479,54479,54500,54480,53533,53552,54490,54490,53552,54501,53552,53550,54501,54501,53550,54502,54501,54502,54503,54503,54502,54504,54490,54501,54492,54492,54501,54503,53550,53548,54502,54502,53548,54505,53548,53549,54505,54505,53549,54506,54506,54507,54505,54505,54507,54508,54502,54505,54504,54504,54505,54508,54504,54508,54509,54509,54508,54510,54507,54511,54508,54508,54511,54510,54511,54512,54510,54510,54512,54513,54510,54513,54509,54509,54513,54514,54492,54503,54495,54495,54503,54515,54503,54504,54515,54515,54504,54509,54515,54509,54516,54516,54509,54514,54495,54515,54497,54497,54515,54516,53568,54517,53549,53549,54517,54506,53566,54518,53568,53568,54518,54517,54518,54519,54517,54517,54519,54520,54517,54520,54506,54506,54520,54507,53565,54521,53566,53566,54521,54518,53564,54522,53565,53565,54522,54521,54522,54523,54521,54521,54523,54524,54521,54524,54518,54518,54524,54519,54524,54525,54519,54519,54525,54526,54523,54527,54524,54524,54527,54525,54527,54528,54525,54525,54528,54529,54525,54529,54526,54526,54529,54530,54520,54531,54507,54507,54531,54511,54519,54526,54520,54520,54526,54531,54526,54530,54531,54531,54530,54532,54531,54532,54511,54511,54532,54512,53584,54533,53564,53564,54533,54522,53582,54534,53584,53584,54534,54533,54534,54535,54533,54533,54535,54536,54533,54536,54522,54522,54536,54523,53581,54537,53582,53582,54537,54534,53580,54538,53581,53581,54538,54537,54538,54539,54537,54537,54539,54540,54537,54540,54534,54534,54540,54535,54540,54541,54535,54535,54541,54542,54539,54543,54540,54540,54543,54541,54543,54544,54541,54541,54544,54545,54541,54545,54542,54542,54545,54546,54536,54547,54523,54523,54547,54527,54535,54542,54536,54536,54542,54547,54542,54546,54547,54547,54546,54548,54547,54548,54527,54527,54548,54528,53600,54549,53580,53580,54549,54538,53598,54550,53600,53600,54550,54549,54550,54551,54549,54549,54551,54552,54549,54552,54538,54538,54552,54539,53597,54553,53598,53598,54553,54550,53596,54554,53597,53597,54554,54553,54554,54555,54553,54553,54555,54556,54553,54556,54550,54550,54556,54551,54556,54557,54551,54551,54557,54558,54555,54559,54556,54556,54559,54557,54559,54560,54557,54557,54560,54561,54557,54561,54558,54558,54561,54562,54552,54563,54539,54539,54563,54543,54551,54558,54552,54552,54558,54563,54558,54562,54563,54563,54562,54564,54563,54564,54543,54543,54564,54544,53616,54565,53596,53596,54565,54554,53614,54566,53616,53616,54566,54565,54566,54567,54565,54565,54567,54568,54565,54568,54554,54554,54568,54555,53613,54569,53614,53614,54569,54566,53612,54570,53613,53613,54570,54569,54570,54571,54569,54569,54571,54572,54569,54572,54566,54566,54572,54567,54572,54573,54567,54567,54573,54574,54571,54575,54572,54572,54575,54573,54575,54576,54573,54573,54576,54577,54573,54577,54574,54574,54577,54578,54568,54579,54555,54555,54579,54559,54567,54574,54568,54568,54574,54579,54574,54578,54579,54579,54578,54580,54579,54580,54559,54559,54580,54560,53632,54581,53612,53612,54581,54570,53630,54582,53632,53632,54582,54581,54582,54583,54581,54581,54583,54584,54581,54584,54570,54570,54584,54571,53629,54585,53630,53630,54585,54582,53628,54586,53629,53629,54586,54585,54586,54587,54585,54585,54587,54588,54585,54588,54582,54582,54588,54583,54588,54589,54583,54583,54589,54590,54587,54591,54588,54588,54591,54589,54591,54592,54589,54589,54592,54593,54589,54593,54590,54590,54593,54594,54584,54595,54571,54571,54595,54575,54583,54590,54584,54584,54590,54595,54590,54594,54595,54595,54594,54596,54595,54596,54575,54575,54596,54576,53648,54597,53628,53628,54597,54586,53646,54598,53648,53648,54598,54597,54598,54599,54597,54597,54599,54600,54597,54600,54586,54586,54600,54587,53646,53644,54598,54598,53644,54601,53644,53645,54601,54601,53645,54602,54601,54602,54603,54603,54602,54604,54601,54603,54598,54598,54603,54599,54603,54605,54599,54599,54605,54606,54604,54607,54603,54603,54607,54605,54607,54608,54605,54605,54608,54609,54605,54609,54606,54606,54609,54610,54600,54611,54587,54587,54611,54591,54599,54606,54600,54600,54606,54611,54606,54610,54611,54611,54610,54612,54611,54612,54591,54591,54612,54592,53645,53664,54602,54602,53664,54613,53664,53662,54613,54613,53662,54614,54613,54614,54615,54615,54614,54616,54602,54613,54604,54604,54613,54615,53662,53661,54614,54614,53661,54617,53660,54618,53661,53661,54618,54617,54618,54619,54617,54617,54619,54620,54617,54620,54614,54614,54620,54616,54620,54621,54616,54616,54621,54622,54619,54623,54620,54620,54623,54621,54623,54624,54621,54621,54624,54625,54621,54625,54622,54622,54625,54626,54604,54615,54607,54607,54615,54627,54616,54622,54615,54615,54622,54627,54622,54626,54627,54627,54626,54628,54627,54628,54607,54607,54628,54608,53680,54629,53660,53660,54629,54618,53678,54630,53680,53680,54630,54629,54630,54631,54629,54629,54631,54632,54629,54632,54618,54618,54632,54619,53677,54633,53678,53678,54633,54630,53676,54634,53677,53677,54634,54633,54634,54635,54633,54633,54635,54636,54633,54636,54630,54630,54636,54631,54636,54637,54631,54631,54637,54638,54635,54639,54636,54636,54639,54637,54639,54640,54637,54637,54640,54641,54637,54641,54638,54638,54641,54642,54632,54643,54619,54619,54643,54623,54631,54638,54632,54632,54638,54643,54643,54638,54644,54644,54638,54642,54643,54644,54623,54623,54644,54624,53696,54645,53676,53676,54645,54634,53694,54646,53696,53696,54646,54645,54646,54647,54645,54645,54647,54648,54645,54648,54634,54634,54648,54635,53693,54649,53694,53694,54649,54646,53692,54650,53693,53693,54650,54649,54650,54651,54649,54649,54651,54652,54649,54652,54646,54646,54652,54647,54652,54653,54647,54647,54653,54654,54651,54655,54652,54652,54655,54653,54655,54656,54653,54653,54656,54657,54653,54657,54654,54654,54657,54658,54648,54659,54635,54635,54659,54639,54647,54654,54648,54648,54654,54659,54654,54658,54659,54659,54658,54660,54659,54660,54639,54639,54660,54640,53712,54661,53692,53692,54661,54650,53710,54662,53712,53712,54662,54661,54662,54663,54661,54661,54663,54664,54661,54664,54650,54650,54664,54651,53709,54665,53710,53710,54665,54662,53708,54666,53709,53709,54666,54665,54666,54667,54665,54665,54667,54668,54665,54668,54662,54662,54668,54663,54668,54669,54663,54663,54669,54670,54667,54671,54668,54668,54671,54669,54671,54672,54669,54669,54672,54673,54669,54673,54670,54670,54673,54674,54664,54675,54651,54651,54675,54655,54663,54670,54664,54664,54670,54675,54670,54674,54675,54675,54674,54676,54675,54676,54655,54655,54676,54656,53728,54677,53708,53708,54677,54666,53726,54678,53728,53728,54678,54677,54678,54679,54677,54677,54679,54680,54677,54680,54666,54666,54680,54667,53725,54681,53726,53726,54681,54678,53725,53724,54681,54681,53724,54682,54681,54682,54683,54683,54682,54684,54681,54683,54678,54678,54683,54679,54683,54685,54679,54679,54685,54686,54684,54687,54683,54683,54687,54685,54687,54688,54685,54685,54688,54689,54685,54689,54686,54686,54689,54690,54680,54691,54667,54667,54691,54671,54679,54686,54680,54680,54686,54691,54686,54690,54691,54691,54690,54692,54671,54691,54672,54672,54691,54692,53724,53744,54682,54682,53744,54693,53744,53742,54693,54693,53742,54694,54693,54694,54695,54695,54694,54696,54682,54693,54684,54684,54693,54695,53742,53740,54694,54694,53740,54697,53740,53741,54697,54697,53741,54698,54697,54698,54699,54699,54698,54700,54694,54697,54696,54696,54697,54699,54696,54699,54701,54701,54699,54702,54699,54700,54702,54702,54700,54703,54702,54703,54704,54704,54703,54705,54701,54702,54706,54706,54702,54704,54684,54695,54687,54687,54695,54707,54695,54696,54707,54707,54696,54701,54707,54701,54708,54708,54701,54706,54707,54708,54687,54687,54708,54688,53741,53760,54698,54698,53760,54709,53760,53758,54709,54709,53758,54710,54709,54710,54711,54711,54710,54712,54698,54709,54700,54700,54709,54711,53758,53756,54710,54710,53756,54713,53756,53757,54713,54713,53757,54714,54713,54714,54715,54715,54714,54716,54710,54713,54712,54712,54713,54715,54712,54715,54717,54717,54715,54718,54715,54716,54718,54718,54716,54719,54718,54719,54720,54720,54719,54721,54717,54718,54722,54722,54718,54720,54700,54711,54703,54703,54711,54723,54711,54712,54723,54723,54712,54717,54723,54717,54724,54724,54717,54722,54703,54723,54705,54705,54723,54724,53757,53776,54714,54714,53776,54725,53776,53774,54725,54725,53774,54726,54725,54726,54727,54727,54726,54728,54714,54725,54716,54716,54725,54727,53774,53772,54726,54726,53772,54729,53772,53773,54729,54729,53773,54730,54729,54730,54731,54731,54730,54732,54726,54729,54728,54728,54729,54731,54728,54731,54733,54733,54731,54734,54731,54732,54734,54734,54732,54735,54734,54735,54736,54736,54735,54737,54733,54734,54738,54738,54734,54736,54716,54727,54719,54719,54727,54739,54727,54728,54739,54739,54728,54733,54739,54733,54740,54740,54733,54738,54719,54739,54721,54721,54739,54740,53773,53792,54730,54730,53792,54741,53792,53790,54741,54741,53790,54742,54741,54742,54743,54743,54742,54744,54730,54741,54732,54732,54741,54743,53789,54745,53790,53790,54745,54742,53788,54746,53789,53789,54746,54745,54746,54747,54745,54745,54747,54748,54742,54745,54744,54744,54745,54748,54744,54748,54749,54749,54748,54750,54748,54747,54750,54750,54747,54751,54750,54751,54752,54752,54751,54753,54749,54750,54754,54754,54750,54752,54732,54743,54735,54735,54743,54755,54743,54744,54755,54755,54744,54749,54755,54749,54756,54756,54749,54754,54735,54755,54737,54737,54755,54756,53808,54757,53788,53788,54757,54746,53806,54758,53808,53808,54758,54757,54758,54759,54757,54757,54759,54760,54757,54760,54746,54746,54760,54747,53805,54761,53806,53806,54761,54758,53804,54762,53805,53805,54762,54761,54762,54763,54761,54761,54763,54764,54761,54764,54758,54758,54764,54759,54764,54765,54759,54759,54765,54766,54763,54767,54764,54764,54767,54765,54767,54768,54765,54765,54768,54769,54765,54769,54766,54766,54769,54770,54760,54771,54747,54747,54771,54751,54759,54766,54760,54760,54766,54771,54771,54766,54772,54772,54766,54770,54751,54771,54753,54753,54771,54772,53824,54773,53804,53804,54773,54762,53822,54774,53824,53824,54774,54773,54774,54775,54773,54773,54775,54776,54773,54776,54762,54762,54776,54763,53821,54777,53822,53822,54777,54774,53820,54778,53821,53821,54778,54777,54777,54778,54779,54779,54778,54780,54777,54779,54774,54774,54779,54775,54775,54779,54781,54781,54779,54782,54779,54780,54782,54782,54780,54783,54782,54783,54784,54784,54783,54785,54781,54782,54786,54786,54782,54784,54776,54787,54763,54763,54787,54767,54775,54781,54776,54776,54781,54787,54781,54786,54787,54787,54786,54788,54787,54788,54767,54767,54788,54768,53820,53840,54778,54778,53840,54789,53840,53838,54789,54789,53838,54790,54789,54790,54791,54791,54790,54792,54778,54789,54780,54780,54789,54791,53838,53836,54790,54790,53836,54793,53836,53837,54793,54793,53837,54794,54793,54794,54795,54795,54794,54796,54790,54793,54792,54792,54793,54795,54792,54795,54797,54797,54795,54798,54796,54799,54795,54795,54799,54798,54799,54800,54798,54798,54800,54801,54798,54801,54797,54797,54801,54802,54780,54791,54783,54783,54791,54803,54791,54792,54803,54803,54792,54797,54797,54802,54803,54803,54802,54804,54803,54804,54783,54783,54804,54785,53837,53856,54794,54794,53856,54805,53856,53854,54805,54805,53854,54806,54805,54806,54807,54807,54806,54808,54794,54805,54796,54796,54805,54807,53853,54809,53854,53854,54809,54806,53852,54810,53853,53853,54810,54809,54810,54811,54809,54809,54811,54812,54809,54812,54806,54806,54812,54808,54812,54813,54808,54808,54813,54814,54811,54815,54812,54812,54815,54813,54815,54816,54813,54813,54816,54817,54813,54817,54814,54814,54817,54818,54807,54819,54796,54796,54819,54799,54808,54814,54807,54807,54814,54819,54814,54818,54819,54819,54818,54820,54819,54820,54799,54799,54820,54800,53872,54821,53852,53852,54821,54810,53870,54822,53872,53872,54822,54821,54822,54823,54821,54821,54823,54824,54821,54824,54810,54810,54824,54811,53869,54825,53870,53870,54825,54822,53868,54826,53869,53869,54826,54825,54826,54827,54825,54825,54827,54828,54825,54828,54822,54822,54828,54823,54828,54829,54823,54823,54829,54830,54827,54831,54828,54828,54831,54829,54831,54832,54829,54829,54832,54833,54829,54833,54830,54830,54833,54834,54824,54835,54811,54811,54835,54815,54823,54830,54824,54824,54830,54835,54830,54834,54835,54835,54834,54836,54835,54836,54815,54815,54836,54816,53888,54837,53868,53868,54837,54826,53886,54838,53888,53888,54838,54837,54838,54839,54837,54837,54839,54840,54837,54840,54826,54826,54840,54827,53885,54841,53886,53886,54841,54838,53884,54842,53885,53885,54842,54841,54842,54843,54841,54841,54843,54844,54841,54844,54838,54838,54844,54839,54844,54845,54839,54839,54845,54846,54843,54847,54844,54844,54847,54845,54847,54848,54845,54845,54848,54849,54845,54849,54846,54846,54849,54850,54840,54851,54827,54827,54851,54831,54839,54846,54840,54840,54846,54851,54846,54850,54851,54851,54850,54852,54851,54852,54831,54831,54852,54832,53904,54853,53884,53884,54853,54842,53902,54854,53904,53904,54854,54853,54854,54855,54853,54853,54855,54856,54853,54856,54842,54842,54856,54843,53901,54857,53902,53902,54857,54854,53900,54858,53901,53901,54858,54857,54858,54859,54857,54857,54859,54860,54857,54860,54854,54854,54860,54855,54860,54861,54855,54855,54861,54862,54859,54863,54860,54860,54863,54861,54863,54864,54861,54861,54864,54865,54861,54865,54862,54862,54865,54866,54856,54867,54843,54843,54867,54847,54855,54862,54856,54856,54862,54867,54862,54866,54867,54867,54866,54868,54867,54868,54847,54847,54868,54848,53920,54869,53900,53900,54869,54858,53918,54870,53920,53920,54870,54869,54870,54871,54869,54869,54871,54872,54869,54872,54858,54858,54872,54859,53917,54873,53918,53918,54873,54870,53916,54874,53917,53917,54874,54873,54874,54875,54873,54873,54875,54876,54873,54876,54870,54870,54876,54871,54876,54877,54871,54871,54877,54878,54875,54879,54876,54876,54879,54877,54879,54880,54877,54877,54880,54881,54877,54881,54878,54878,54881,54882,54872,54883,54859,54859,54883,54863,54871,54878,54872,54872,54878,54883,54878,54882,54883,54883,54882,54884,54883,54884,54863,54863,54884,54864,53936,54885,53916,53916,54885,54874,53934,54886,53936,53936,54886,54885,54886,54887,54885,54885,54887,54888,54885,54888,54874,54874,54888,54875,53933,54889,53934,53934,54889,54886,53932,54890,53933,53933,54890,54889,54890,54891,54889,54889,54891,54892,54889,54892,54886,54886,54892,54887,54892,54893,54887,54887,54893,54894,54891,54895,54892,54892,54895,54893,54895,54896,54893,54893,54896,54897,54893,54897,54894,54894,54897,54898,54888,54899,54875,54875,54899,54879,54887,54894,54888,54888,54894,54899,54894,54898,54899,54899,54898,54900,54899,54900,54879,54879,54900,54880,53952,54901,53932,53932,54901,54890,53950,54902,53952,53952,54902,54901,54902,54903,54901,54901,54903,54904,54901,54904,54890,54890,54904,54891,53949,54905,53950,53950,54905,54902,53948,54906,53949,53949,54906,54905,54906,54907,54905,54905,54907,54908,54905,54908,54902,54902,54908,54903,54908,54909,54903,54903,54909,54910,54907,54911,54908,54908,54911,54909,54911,54912,54909,54909,54912,54913,54909,54913,54910,54910,54913,54914,54904,54915,54891,54891,54915,54895,54903,54910,54904,54904,54910,54915,54910,54914,54915,54915,54914,54916,54915,54916,54895,54895,54916,54896,53968,54917,53948,53948,54917,54906,53966,54918,53968,53968,54918,54917,54918,54919,54917,54917,54919,54920,54917,54920,54906,54906,54920,54907,53964,54921,53966,53966,54921,54918,53965,54922,53964,53964,54922,54921,54922,54923,54921,54921,54923,54924,54921,54924,54918,54918,54924,54919,54924,54925,54919,54919,54925,54926,54923,54927,54924,54924,54927,54925,54927,54928,54925,54925,54928,54929,54925,54929,54926,54926,54929,54930,54920,54931,54907,54907,54931,54911,54919,54926,54920,54920,54926,54931,54926,54930,54931,54931,54930,54932,54931,54932,54911,54911,54932,54912,53965,53984,54922,54922,53984,54933,53984,53982,54933,54933,53982,54934,54933,54934,54935,54935,54934,54936,54922,54933,54923,54923,54933,54935,53982,53980,54934,54934,53980,54937,53980,53981,54937,54937,53981,54938,54937,54938,54939,54939,54938,54940,54934,54937,54936,54936,54937,54939,54936,54939,54941,54941,54939,54942,54939,54940,54942,54942,54940,54943,54942,54943,54944,54944,54943,54945,54941,54942,54946,54946,54942,54944,54923,54935,54927,54927,54935,54947,54935,54936,54947,54947,54936,54941,54947,54941,54948,54948,54941,54946,54927,54947,54928,54928,54947,54948,53981,54000,54938,54938,54000,54949,54000,53998,54949,54949,53998,54950,54949,54950,54951,54951,54950,54952,54938,54949,54940,54940,54949,54951,53998,53996,54950,54950,53996,54953,53996,53997,54953,54953,53997,54954,54953,54954,54955,54955,54954,54956,54950,54953,54952,54952,54953,54955,54952,54955,54957,54957,54955,54958,54955,54956,54958,54958,54956,54959,54958,54959,54960,54960,54959,54961,54957,54958,54962,54962,54958,54960,54940,54951,54943,54943,54951,54963,54951,54952,54963,54963,54952,54957,54963,54957,54964,54964,54957,54962,54943,54963,54945,54945,54963,54964,53997,54016,54954,54954,54016,54965,54016,54014,54965,54965,54014,54966,54965,54966,54967,54967,54966,54968,54954,54965,54956,54956,54965,54967,54014,54012,54966,54966,54012,54969,54012,54013,54969,54969,54013,54970,54969,54970,54971,54971,54970,54972,54966,54969,54968,54968,54969,54971,54968,54971,54973,54973,54971,54974,54971,54972,54974,54974,54972,54975,54974,54975,54976,54976,54975,54977,54973,54974,54978,54978,54974,54976,54956,54967,54959,54959,54967,54979,54967,54968,54979,54979,54968,54973,54979,54973,54980,54980,54973,54978,54959,54979,54961,54961,54979,54980,54013,54032,54970,54970,54032,54981,54032,54030,54981,54981,54030,54982,54981,54982,54983,54983,54982,54984,54970,54981,54972,54972,54981,54983,54030,54028,54982,54982,54028,54985,54028,54029,54985,54985,54029,54986,54985,54986,54987,54987,54986,54988,54982,54985,54984,54984,54985,54987,54984,54987,54989,54989,54987,54990,54987,54988,54990,54990,54988,54991,54990,54991,54992,54992,54991,54993,54989,54990,54994,54994,54990,54992,54972,54983,54975,54975,54983,54995,54983,54984,54995,54995,54984,54989,54995,54989,54996,54996,54989,54994,54975,54995,54977,54977,54995,54996,54029,54048,54986,54986,54048,54997,54048,54046,54997,54997,54046,54998,54997,54998,54999,54999,54998,55000,54986,54997,54988,54988,54997,54999,54046,54044,54998,54998,54044,55001,54044,54045,55001,55001,54045,55002,55001,55002,55003,55003,55002,55004,54998,55001,55000,55000,55001,55003,55000,55003,55005,55005,55003,55006,55003,55004,55006,55006,55004,55007,55006,55007,55008,55008,55007,55009,55005,55006,55010,55010,55006,55008,54988,54999,54991,54991,54999,55011,54999,55000,55011,55011,55000,55005,55011,55005,55012,55012,55005,55010,54991,55011,54993,54993,55011,55012,54045,54064,55002,55002,54064,55013,54064,54062,55013,55013,54062,55014,55013,55014,55015,55015,55014,55016,55002,55013,55004,55004,55013,55015,54062,54060,55014,55014,54060,55017,54060,54061,55017,55017,54061,55018,55017,55018,55019,55019,55018,55020,55014,55017,55016,55016,55017,55019,55016,55019,55021,55021,55019,55022,55019,55020,55022,55022,55020,55023,55022,55023,55024,55024,55023,55025,55021,55022,55026,55026,55022,55024,55004,55015,55007,55007,55015,55027,55015,55016,55027,55027,55016,55021,55027,55021,55028,55028,55021,55026,55007,55027,55009,55009,55027,55028,54061,54080,55018,55018,54080,55029,54080,54078,55029,55029,54078,55030,55029,55030,55031,55031,55030,55032,55018,55029,55020,55020,55029,55031,54078,54076,55030,55030,54076,55033,54076,54077,55033,55033,54077,55034,55033,55034,55035,55035,55034,55036,55030,55033,55032,55032,55033,55035,55032,55035,55037,55037,55035,55038,55035,55036,55038,55038,55036,55039,55038,55039,55040,55040,55039,55041,55037,55038,55042,55042,55038,55040,55020,55031,55023,55023,55031,55043,55031,55032,55043,55043,55032,55037,55043,55037,55044,55044,55037,55042,55023,55043,55025,55025,55043,55044,54077,54096,55034,55034,54096,55045,54096,54094,55045,55045,54094,55046,55045,55046,55047,55047,55046,55048,55034,55045,55036,55036,55045,55047,54094,54092,55046,55046,54092,55049,54092,54093,55049,55049,54093,55050,55049,55050,55051,55051,55050,55052,55046,55049,55048,55048,55049,55051,55048,55051,55053,55053,55051,55054,55051,55052,55054,55054,55052,55055,55054,55055,55056,55056,55055,55057,55053,55054,55058,55058,55054,55056,55036,55047,55039,55039,55047,55059,55047,55048,55059,55059,55048,55053,55059,55053,55060,55060,55053,55058,55039,55059,55041,55041,55059,55060,54093,54112,55050,55050,54112,55061,54112,54110,55061,55061,54110,55062,55061,55062,55063,55063,55062,55064,55050,55061,55052,55052,55061,55063,54110,54108,55062,55062,54108,55065,54108,54109,55065,55065,54109,55066,55065,55066,55067,55067,55066,55068,55062,55065,55064,55064,55065,55067,55064,55067,55069,55069,55067,55070,55067,55068,55070,55070,55068,55071,55070,55071,55072,55072,55071,55073,55069,55070,55074,55074,55070,55072,55052,55063,55055,55055,55063,55075,55063,55064,55075,55075,55064,55069,55075,55069,55076,55076,55069,55074,55055,55075,55057,55057,55075,55076,54109,54128,55066,55066,54128,55077,54128,54126,55077,55077,54126,55078,55077,55078,55079,55079,55078,55080,55066,55077,55068,55068,55077,55079,54126,54124,55078,55078,54124,55081,54124,54125,55081,55081,54125,55082,55081,55082,55083,55083,55082,55084,55078,55081,55080,55080,55081,55083,55080,55083,55085,55085,55083,55086,55083,55084,55086,55086,55084,55087,55086,55087,55088,55088,55087,55089,55085,55086,55090,55090,55086,55088,55068,55079,55071,55071,55079,55091,55079,55080,55091,55091,55080,55085,55091,55085,55092,55092,55085,55090,55071,55091,55073,55073,55091,55092,54125,54144,55082,55082,54144,55093,54144,54142,55093,55093,54142,55094,55093,55094,55095,55095,55094,55096,55082,55093,55084,55084,55093,55095,54142,54140,55094,55094,54140,55097,54141,55098,54140,54140,55098,55097,55098,55099,55097,55097,55099,55100,55094,55097,55096,55096,55097,55100,55096,55100,55101,55101,55100,55102,55100,55099,55102,55102,55099,55103,55102,55103,55104,55104,55103,55105,55101,55102,55106,55106,55102,55104,55084,55095,55087,55087,55095,55107,55095,55096,55107,55107,55096,55101,55107,55101,55108,55108,55101,55106,55087,55107,55089,55089,55107,55108,54160,55109,54141,54141,55109,55098,54158,55110,54160,54160,55110,55109,55110,55111,55109,55109,55111,55112,55109,55112,55098,55098,55112,55099,54157,55113,54158,54158,55113,55110,54156,55114,54157,54157,55114,55113,55114,55115,55113,55113,55115,55116,55113,55116,55110,55110,55116,55111,55116,55117,55111,55111,55117,55118,55115,55119,55116,55116,55119,55117,55119,55120,55117,55117,55120,55121,55117,55121,55118,55118,55121,55122,55112,55123,55099,55099,55123,55103,55111,55118,55112,55112,55118,55123,55123,55118,55124,55124,55118,55122,55103,55123,55105,55105,55123,55124,54176,55125,54156,54156,55125,55114,54174,55126,54176,54176,55126,55125,55126,55127,55125,55125,55127,55128,55125,55128,55114,55114,55128,55115,54173,55129,54174,54174,55129,55126,54172,55130,54173,54173,55130,55129,55130,55131,55129,55129,55131,55132,55129,55132,55126,55126,55132,55127,55132,55133,55127,55127,55133,55134,55131,55135,55132,55132,55135,55133,55135,55136,55133,55133,55136,55137,55133,55137,55134,55134,55137,55138,55128,55139,55115,55115,55139,55119,55127,55134,55128,55128,55134,55139,55134,55138,55139,55139,55138,55140,55139,55140,55119,55119,55140,55120,54192,55141,54172,54172,55141,55130,54190,55142,54192,54192,55142,55141,55142,55143,55141,55141,55143,55144,55141,55144,55130,55130,55144,55131,54189,55145,54190,54190,55145,55142,54188,55146,54189,54189,55146,55145,55146,55147,55145,55145,55147,55148,55145,55148,55142,55142,55148,55143,55148,55149,55143,55143,55149,55150,55147,55151,55148,55148,55151,55149,55151,55152,55149,55149,55152,55153,55149,55153,55150,55150,55153,55154,55144,55155,55131,55131,55155,55135,55143,55150,55144,55144,55150,55155,55150,55154,55155,55155,55154,55156,55155,55156,55135,55135,55156,55136,54208,55157,54188,54188,55157,55146,54206,55158,54208,54208,55158,55157,55158,55159,55157,55157,55159,55160,55157,55160,55146,55146,55160,55147,54205,55161,54206,54206,55161,55158,54204,55162,54205,54205,55162,55161,55162,55163,55161,55161,55163,55164,55161,55164,55158,55158,55164,55159,55159,55164,55165,55165,55164,55166,55164,55163,55166,55166,55163,55167,55166,55167,55168,55168,55167,55169,55165,55166,55170,55170,55166,55168,55160,55171,55147,55147,55171,55151,55160,55159,55171,55171,55159,55165,55171,55165,55172,55172,55165,55170,55151,55171,55152,55152,55171,55172,54224,55173,54204,54204,55173,55162,54222,55174,54224,54224,55174,55173,55174,55175,55173,55173,55175,55176,55173,55176,55162,55162,55176,55163,54221,55177,54222,54222,55177,55174,54220,55178,54221,54221,55178,55177,55178,55179,55177,55177,55179,55180,55177,55180,55174,55174,55180,55175,55180,55181,55175,55175,55181,55182,55179,55183,55180,55180,55183,55181,55183,55184,55181,55181,55184,55185,55181,55185,55182,55182,55185,55186,55163,55176,55167,55167,55176,55187,55175,55182,55176,55176,55182,55187,55187,55182,55188,55188,55182,55186,55167,55187,55169,55169,55187,55188,54244,54243,55189,55189,54243,55190,54243,54240,55190,55190,54240,55191,55190,55191,55192,55192,55191,55193,55189,55190,55194,55194,55190,55192,54240,54238,55191,55191,54238,55195,54238,54239,55195,55195,54239,55196,55195,55196,55197,55197,55196,55198,55191,55195,55193,55193,55195,55197,55193,55197,55199,55199,55197,55200,55197,55198,55200,55200,55198,55201,55200,55201,55202,55202,55201,55203,55199,55200,55204,55204,55200,55202,55192,55205,55194,55194,55205,55206,55192,55193,55205,55205,55193,55199,55205,55199,55207,55207,55199,55204,55205,55207,55206,55206,55207,55208,54239,54260,55196,55196,54260,55209,54260,54258,55209,55209,54258,55210,55209,55210,55211,55211,55210,55212,55196,55209,55198,55198,55209,55211,54257,55213,54258,54258,55213,55210,54256,55214,54257,54257,55214,55213,55214,55215,55213,55213,55215,55216,55213,55216,55210,55210,55216,55212,55216,55217,55212,55212,55217,55218,55215,55219,55216,55216,55219,55217,55219,55220,55217,55217,55220,55221,55217,55221,55218,55218,55221,55222,55198,55211,55201,55201,55211,55223,55212,55218,55211,55211,55218,55223,55218,55222,55223,55223,55222,55224,55223,55224,55201,55201,55224,55203,54276,55225,54256,54256,55225,55214,54274,55226,54276,54276,55226,55225,55226,55227,55225,55225,55227,55228,55225,55228,55214,55214,55228,55215,54273,55229,54274,54274,55229,55226,54272,55230,54273,54273,55230,55229,55230,55231,55229,55229,55231,55232,55229,55232,55226,55226,55232,55227,55232,55233,55227,55227,55233,55234,55231,55235,55232,55232,55235,55233,55235,55236,55233,55233,55236,55237,55233,55237,55234,55234,55237,55238,55228,55239,55215,55215,55239,55219,55227,55234,55228,55228,55234,55239,55234,55238,55239,55239,55238,55240,55239,55240,55219,55219,55240,55220,54292,55241,54272,54272,55241,55230,54290,55242,54292,54292,55242,55241,55242,55243,55241,55241,55243,55244,55241,55244,55230,55230,55244,55231,54289,55245,54290,54290,55245,55242,54288,55246,54289,54289,55246,55245,55246,55247,55245,55245,55247,55248,55245,55248,55242,55242,55248,55243,55248,55249,55243,55243,55249,55250,55247,55251,55248,55248,55251,55249,55251,55252,55249,55249,55252,55253,55249,55253,55250,55250,55253,55254,55244,55255,55231,55231,55255,55235,55243,55250,55244,55244,55250,55255,55250,55254,55255,55255,55254,55256,55255,55256,55235,55235,55256,55236,54308,55257,54288,54288,55257,55246,54306,55258,54308,54308,55258,55257,55258,55259,55257,55257,55259,55260,55257,55260,55246,55246,55260,55247,54305,55261,54306,54306,55261,55258,54304,55262,54305,54305,55262,55261,55262,55263,55261,55261,55263,55264,55261,55264,55258,55258,55264,55259,55264,55265,55259,55259,55265,55266,55263,55267,55264,55264,55267,55265,55267,55268,55265,55265,55268,55269,55265,55269,55266,55266,55269,55270,55260,55271,55247,55247,55271,55251,55259,55266,55260,55260,55266,55271,55266,55270,55271,55271,55270,55272,55271,55272,55251,55251,55272,55252,54324,55273,54304,54304,55273,55262,54322,55274,54324,54324,55274,55273,55274,55275,55273,55273,55275,55276,55273,55276,55262,55262,55276,55263,54321,55277,54322,54322,55277,55274,54320,55278,54321,54321,55278,55277,55278,55279,55277,55277,55279,55280,55277,55280,55274,55274,55280,55275,55280,55281,55275,55275,55281,55282,55279,55283,55280,55280,55283,55281,55283,55284,55281,55281,55284,55285,55281,55285,55282,55282,55285,55286,55276,55287,55263,55263,55287,55267,55275,55282,55276,55276,55282,55287,55282,55286,55287,55287,55286,55288,55287,55288,55267,55267,55288,55268,54340,55289,54320,54320,55289,55278,54338,55290,54340,54340,55290,55289,55290,55291,55289,55289,55291,55292,55289,55292,55278,55278,55292,55279,54337,55293,54338,54338,55293,55290,54336,55294,54337,54337,55294,55293,55294,55295,55293,55293,55295,55296,55293,55296,55290,55290,55296,55291,55296,55297,55291,55291,55297,55298,55296,55295,55297,55297,55295,55299,55297,55299,55300,55300,55299,55301,55298,55297,55302,55302,55297,55300,55292,55303,55279,55279,55303,55283,55291,55298,55292,55292,55298,55303,55298,55302,55303,55303,55302,55304,55303,55304,55283,55283,55304,55284,54356,55305,54336,54336,55305,55294,54356,54354,55305,55305,54354,55306,55305,55306,55307,55307,55306,55308,55294,55305,55295,55295,55305,55307,54354,54352,55306,55306,54352,55309,54352,54353,55309,55309,54353,55310,55309,55310,55311,55311,55310,55312,55306,55309,55308,55308,55309,55311,55308,55311,55313,55313,55311,55314,55311,55312,55314,55314,55312,55315,55314,55315,55316,55316,55315,55317,55313,55314,55318,55318,55314,55316,55295,55307,55299,55299,55307,55319,55307,55308,55319,55319,55308,55313,55319,55313,55320,55320,55313,55318,55299,55319,55301,55301,55319,55320,54353,54372,55310,55310,54372,55321,54372,54370,55321,55321,54370,55322,55321,55322,55323,55323,55322,55324,55310,55321,55312,55312,55321,55323,54370,54368,55322,55322,54368,55325,54368,54369,55325,55325,54369,55326,55325,55326,55327,55327,55326,55328,55322,55325,55324,55324,55325,55327,55324,55327,55329,55329,55327,55330,55327,55328,55330,55330,55328,55331,55330,55331,55332,55332,55331,55333,55329,55330,55334,55334,55330,55332,55312,55323,55315,55315,55323,55335,55323,55324,55335,55335,55324,55329,55335,55329,55336,55336,55329,55334,55315,55335,55317,55317,55335,55336,54388,55337,54369,54369,55337,55326,54386,55338,54388,54388,55338,55337,55338,55339,55337,55337,55339,55340,55326,55337,55328,55328,55337,55340,54385,55341,54386,54386,55341,55338,54384,55342,54385,54385,55342,55341,55342,55343,55341,55341,55343,55344,55341,55344,55338,55338,55344,55339,55344,55345,55339,55339,55345,55346,55343,55347,55344,55344,55347,55345,55347,55348,55345,55345,55348,55349,55345,55349,55346,55346,55349,55350,55328,55340,55331,55331,55340,55351,55340,55339,55351,55351,55339,55346,55351,55346,55352,55352,55346,55350,55331,55351,55333,55333,55351,55352,54404,55353,54384,54384,55353,55342,54402,55354,54404,54404,55354,55353,55354,55355,55353,55353,55355,55356,55353,55356,55342,55342,55356,55343,54400,55357,54402,54402,55357,55354,54400,54401,55357,55357,54401,55358,55358,55359,55357,55357,55359,55360,55357,55360,55354,55354,55360,55355,55360,55361,55355,55355,55361,55362,55359,55363,55360,55360,55363,55361,55363,55364,55361,55361,55364,55365,55361,55365,55362,55362,55365,55366,55356,55367,55343,55343,55367,55347,55355,55362,55356,55356,55362,55367,55362,55366,55367,55367,55366,55368,55367,55368,55347,55347,55368,55348,54401,54420,55358,55358,54420,55369,54420,54418,55369,55369,54418,55370,55369,55370,55371,55371,55370,55372,55358,55369,55359,55359,55369,55371,54418,54416,55370,55370,54416,55373,54416,54417,55373,55373,54417,55374,55373,55374,55375,55375,55374,55376,55370,55373,55372,55372,55373,55375,55372,55375,55377,55377,55375,55378,55375,55376,55378,55378,55376,55379,55378,55379,55380,55380,55379,55381,55377,55378,55382,55382,55378,55380,55371,55383,55359,55359,55383,55363,55371,55372,55383,55383,55372,55377,55383,55377,55384,55384,55377,55382,55383,55384,55363,55363,55384,55364,54417,54436,55374,55374,54436,55385,54436,54434,55385,55385,54434,55386,55385,55386,55387,55387,55386,55388,55374,55385,55376,55376,55385,55387,54434,54432,55386,55386,54432,55389,54432,54433,55389,55389,54433,55390,55389,55390,55391,55391,55390,55392,55386,55389,55388,55388,55389,55391,55388,55391,55393,55393,55391,55394,55391,55392,55394,55394,55392,55395,55394,55395,55396,55396,55395,55397,55393,55394,55398,55398,55394,55396,55376,55387,55379,55379,55387,55399,55387,55388,55399,55399,55388,55393,55399,55393,55400,55400,55393,55398,55379,55399,55381,55381,55399,55400,54433,54452,55390,55390,54452,55401,54452,54450,55401,55401,54450,55402,55401,55402,55403,55403,55402,55404,55390,55401,55392,55392,55401,55403,54450,54448,55402,55402,54448,55405,54449,55406,54448,54448,55406,55405,55406,55407,55405,55405,55407,55408,55402,55405,55404,55404,55405,55408,55404,55408,55409,55409,55408,55410,55407,55411,55408,55408,55411,55410,55411,55412,55410,55410,55412,55413,55409,55410,55414,55414,55410,55413,55392,55403,55395,55395,55403,55415,55403,55404,55415,55415,55404,55409,55415,55409,55416,55416,55409,55414,55395,55415,55397,55397,55415,55416,54468,55417,54449,54449,55417,55406,54466,55418,54468,54468,55418,55417,55418,55419,55417,55417,55419,55420,55417,55420,55406,55406,55420,55407,54465,55421,54466,54466,55421,55418,54464,55422,54465,54465,55422,55421,55422,55423,55421,55421,55423,55424,55421,55424,55418,55418,55424,55419,55424,55425,55419,55419,55425,55426,55423,55427,55424,55424,55427,55425,55427,55428,55425,55425,55428,55429,55425,55429,55426,55426,55429,55430,55420,55431,55407,55407,55431,55411,55419,55426,55420,55420,55426,55431,55426,55430,55431,55431,55430,55432,55431,55432,55411,55411,55432,55412,54484,55433,54464,54464,55433,55422,54482,55434,54484,54484,55434,55433,55434,55435,55433,55433,55435,55436,55433,55436,55422,55422,55436,55423,54481,55437,54482,54482,55437,55434,54480,55438,54481,54481,55438,55437,55438,55439,55437,55437,55439,55440,55437,55440,55434,55434,55440,55435,55440,55441,55435,55435,55441,55442,55439,55443,55440,55440,55443,55441,55443,55444,55441,55441,55444,55445,55441,55445,55442,55442,55445,55446,55436,55447,55423,55423,55447,55427,55435,55442,55436,55436,55442,55447,55442,55446,55447,55447,55446,55448,55447,55448,55427,55427,55448,55428,54500,55449,54480,54480,55449,55438,54498,55450,54500,54500,55450,55449,55450,55451,55449,55449,55451,55452,55449,55452,55438,55438,55452,55439,54496,55453,54498,54498,55453,55450,54497,55454,54496,54496,55454,55453,55454,55455,55453,55453,55455,55456,55453,55456,55450,55450,55456,55451,55456,55457,55451,55451,55457,55458,55455,55459,55456,55456,55459,55457,55459,55460,55457,55457,55460,55461,55457,55461,55458,55458,55461,55462,55452,55463,55439,55439,55463,55443,55451,55458,55452,55452,55458,55463,55458,55462,55463,55463,55462,55464,55463,55464,55443,55443,55464,55444,54516,55465,54497,54497,55465,55454,54514,55466,54516,54516,55466,55465,55466,55467,55465,55465,55467,55468,55465,55468,55454,55454,55468,55455,54513,55469,54514,54514,55469,55466,54512,55470,54513,54513,55470,55469,55470,55471,55469,55469,55471,55472,55469,55472,55466,55466,55472,55467,55472,55473,55467,55467,55473,55474,55471,55475,55472,55472,55475,55473,55475,55476,55473,55473,55476,55477,55473,55477,55474,55474,55477,55478,55468,55479,55455,55455,55479,55459,55467,55474,55468,55468,55474,55479,55474,55478,55479,55479,55478,55480,55479,55480,55459,55459,55480,55460,54532,55481,54512,54512,55481,55470,54530,55482,54532,54532,55482,55481,55482,55483,55481,55481,55483,55484,55481,55484,55470,55470,55484,55471,54529,55485,54530,54530,55485,55482,54528,55486,54529,54529,55486,55485,55486,55487,55485,55485,55487,55488,55485,55488,55482,55482,55488,55483,55488,55489,55483,55483,55489,55490,55487,55491,55488,55488,55491,55489,55491,55492,55489,55489,55492,55493,55489,55493,55490,55490,55493,55494,55484,55495,55471,55471,55495,55475,55483,55490,55484,55484,55490,55495,55490,55494,55495,55495,55494,55496,55495,55496,55475,55475,55496,55476,54548,55497,54528,54528,55497,55486,54546,55498,54548,54548,55498,55497,55498,55499,55497,55497,55499,55500,55497,55500,55486,55486,55500,55487,54545,55501,54546,54546,55501,55498,54544,55502,54545,54545,55502,55501,55502,55503,55501,55501,55503,55504,55501,55504,55498,55498,55504,55499,55504,55505,55499,55499,55505,55506,55503,55507,55504,55504,55507,55505,55507,55508,55505,55505,55508,55509,55505,55509,55506,55506,55509,55510,55500,55511,55487,55487,55511,55491,55499,55506,55500,55500,55506,55511,55506,55510,55511,55511,55510,55512,55511,55512,55491,55491,55512,55492,54564,55513,54544,54544,55513,55502,54562,55514,54564,54564,55514,55513,55514,55515,55513,55513,55515,55516,55513,55516,55502,55502,55516,55503,54561,55517,54562,54562,55517,55514,54560,55518,54561,54561,55518,55517,55518,55519,55517,55517,55519,55520,55517,55520,55514,55514,55520,55515,55520,55521,55515,55515,55521,55522,55519,55523,55520,55520,55523,55521,55523,55524,55521,55521,55524,55525,55521,55525,55522,55522,55525,55526,55516,55527,55503,55503,55527,55507,55515,55522,55516,55516,55522,55527,55522,55526,55527,55527,55526,55528,55527,55528,55507,55507,55528,55508,54580,55529,54560,54560,55529,55518,54578,55530,54580,54580,55530,55529,55530,55531,55529,55529,55531,55532,55529,55532,55518,55518,55532,55519,54577,55533,54578,54578,55533,55530,54576,55534,54577,54577,55534,55533,55534,55535,55533,55533,55535,55536,55533,55536,55530,55530,55536,55531,55536,55537,55531,55531,55537,55538,55535,55539,55536,55536,55539,55537,55539,55540,55537,55537,55540,55541,55537,55541,55538,55538,55541,55542,55532,55543,55519,55519,55543,55523,55531,55538,55532,55532,55538,55543,55538,55542,55543,55543,55542,55544,55543,55544,55523,55523,55544,55524,54596,55545,54576,54576,55545,55534,54594,55546,54596,54596,55546,55545,55546,55547,55545,55545,55547,55548,55545,55548,55534,55534,55548,55535,54593,55549,54594,54594,55549,55546,54592,55550,54593,54593,55550,55549,55550,55551,55549,55549,55551,55552,55549,55552,55546,55546,55552,55547,55552,55553,55547,55547,55553,55554,55551,55555,55552,55552,55555,55553,55555,55556,55553,55553,55556,55557,55553,55557,55554,55554,55557,55558,55548,55559,55535,55535,55559,55539,55547,55554,55548,55548,55554,55559,55554,55558,55559,55559,55558,55560,55559,55560,55539,55539,55560,55540,54612,55561,54592,54592,55561,55550,54610,55562,54612,54612,55562,55561,55562,55563,55561,55561,55563,55564,55561,55564,55550,55550,55564,55551,54609,55565,54610,54610,55565,55562,54608,55566,54609,54609,55566,55565,55566,55567,55565,55565,55567,55568,55565,55568,55562,55562,55568,55563,55568,55569,55563,55563,55569,55570,55567,55571,55568,55568,55571,55569,55571,55572,55569,55569,55572,55573,55569,55573,55570,55570,55573,55574,55564,55575,55551,55551,55575,55555,55563,55570,55564,55564,55570,55575,55570,55574,55575,55575,55574,55576,55575,55576,55555,55555,55576,55556,54628,55577,54608,54608,55577,55566,54626,55578,54628,54628,55578,55577,55578,55579,55577,55577,55579,55580,55577,55580,55566,55566,55580,55567,54625,55581,54626,54626,55581,55578,54624,55582,54625,54625,55582,55581,55582,55583,55581,55581,55583,55584,55581,55584,55578,55578,55584,55579,55584,55585,55579,55579,55585,55586,55583,55587,55584,55584,55587,55585,55587,55588,55585,55585,55588,55589,55585,55589,55586,55586,55589,55590,55580,55591,55567,55567,55591,55571,55579,55586,55580,55580,55586,55591,55586,55590,55591,55591,55590,55592,55591,55592,55571,55571,55592,55572,54644,55593,54624,54624,55593,55582,54644,54642,55593,55593,54642,55594,55594,55595,55593,55593,55595,55596,55593,55596,55582,55582,55596,55583,54641,55597,54642,54642,55597,55594,54640,55598,54641,54641,55598,55597,55598,55599,55597,55597,55599,55600,55597,55600,55594,55594,55600,55595,55600,55601,55595,55595,55601,55602,55599,55603,55600,55600,55603,55601,55603,55604,55601,55601,55604,55605,55601,55605,55602,55602,55605,55606,55596,55607,55583,55583,55607,55587,55595,55602,55596,55596,55602,55607,55602,55606,55607,55607,55606,55608,55607,55608,55587,55587,55608,55588,54660,55609,54640,54640,55609,55598,54658,55610,54660,54660,55610,55609,55610,55611,55609,55609,55611,55612,55609,55612,55598,55598,55612,55599,54657,55613,54658,54658,55613,55610,54656,55614,54657,54657,55614,55613,55614,55615,55613,55613,55615,55616,55613,55616,55610,55610,55616,55611,55616,55617,55611,55611,55617,55618,55615,55619,55616,55616,55619,55617,55619,55620,55617,55617,55620,55621,55617,55621,55618,55618,55621,55622,55612,55623,55599,55599,55623,55603,55611,55618,55612,55612,55618,55623,55618,55622,55623,55623,55622,55624,55623,55624,55603,55603,55624,55604,54676,55625,54656,54656,55625,55614,54674,55626,54676,54676,55626,55625,55626,55627,55625,55625,55627,55628,55625,55628,55614,55614,55628,55615,54673,55629,54674,54674,55629,55626,54672,55630,54673,54673,55630,55629,55629,55630,55631,55631,55630,55632,55629,55631,55626,55626,55631,55627,55631,55633,55627,55627,55633,55634,55631,55632,55633,55633,55632,55635,55633,55635,55636,55636,55635,55637,55633,55636,55634,55634,55636,55638,55628,55639,55615,55615,55639,55619,55627,55634,55628,55628,55634,55639,55634,55638,55639,55639,55638,55640,55639,55640,55619,55619,55640,55620,54672,54692,55630,55630,54692,55641,54690,55642,54692,54692,55642,55641,55642,55643,55641,55641,55643,55644,55630,55641,55632,55632,55641,55644,54689,55645,54690,54690,55645,55642,54688,55646,54689,54689,55646,55645,55646,55647,55645,55645,55647,55648,55645,55648,55642,55642,55648,55643,55648,55649,55643,55643,55649,55650,55647,55651,55648,55648,55651,55649,55651,55652,55649,55649,55652,55653,55649,55653,55650,55650,55653,55654,55632,55644,55635,55635,55644,55655,55643,55650,55644,55644,55650,55655,55650,55654,55655,55655,55654,55656,55635,55655,55637,55637,55655,55656,54708,55657,54688,54688,55657,55646,54706,55658,54708,54708,55658,55657,55658,55659,55657,55657,55659,55660,55657,55660,55646,55646,55660,55647,54706,54704,55658,55658,54704,55661,54704,54705,55661,55661,54705,55662,55661,55662,55663,55663,55662,55664,55661,55663,55658,55658,55663,55659,55663,55665,55659,55659,55665,55666,55664,55667,55663,55663,55667,55665,55667,55668,55665,55665,55668,55669,55665,55669,55666,55666,55669,55670,55660,55671,55647,55647,55671,55651,55659,55666,55660,55660,55666,55671,55666,55670,55671,55671,55670,55672,55671,55672,55651,55651,55672,55652,54705,54724,55662,55662,54724,55673,54724,54722,55673,55673,54722,55674,55673,55674,55675,55675,55674,55676,55662,55673,55664,55664,55673,55675,54722,54720,55674,55674,54720,55677,54720,54721,55677,55677,54721,55678,55677,55678,55679,55679,55678,55680,55674,55677,55676,55676,55677,55679,55676,55679,55681,55681,55679,55682,55679,55680,55682,55682,55680,55683,55682,55683,55684,55684,55683,55685,55681,55682,55686,55686,55682,55684,55675,55687,55664,55664,55687,55667,55675,55676,55687,55687,55676,55681,55681,55686,55687,55687,55686,55688,55687,55688,55667,55667,55688,55668,54721,54740,55678,55678,54740,55689,54740,54738,55689,55689,54738,55690,55689,55690,55691,55691,55690,55692,55678,55689,55680,55680,55689,55691,54738,54736,55690,55690,54736,55693,54736,54737,55693,55693,54737,55694,55693,55694,55695,55695,55694,55696,55690,55693,55692,55692,55693,55695,55692,55695,55697,55697,55695,55698,55695,55696,55698,55698,55696,55699,55698,55699,55700,55700,55699,55701,55697,55698,55702,55702,55698,55700,55680,55691,55683,55683,55691,55703,55691,55692,55703,55703,55692,55697,55703,55697,55704,55704,55697,55702,55683,55703,55685,55685,55703,55704,54737,54756,55694,55694,54756,55705,54756,54754,55705,55705,54754,55706,55705,55706,55707,55707,55706,55708,55694,55705,55696,55696,55705,55707,54754,54752,55706,55706,54752,55709,54752,54753,55709,55709,54753,55710,55709,55710,55711,55711,55710,55712,55706,55709,55708,55708,55709,55711,55708,55711,55713,55713,55711,55714,55711,55712,55714,55714,55712,55715,55714,55715,55716,55716,55715,55717,55713,55714,55718,55718,55714,55716,55696,55707,55699,55699,55707,55719,55707,55708,55719,55719,55708,55713,55719,55713,55720,55720,55713,55718,55699,55719,55701,55701,55719,55720,54753,54772,55710,55710,54772,55721,54772,54770,55721,55721,54770,55722,55721,55722,55723,55723,55722,55724,55710,55721,55712,55712,55721,55723,54769,55725,54770,54770,55725,55722,54768,55726,54769,54769,55726,55725,55726,55727,55725,55725,55727,55728,55725,55728,55722,55722,55728,55724,55724,55728,55729,55729,55728,55730,55727,55731,55728,55728,55731,55730,55731,55732,55730,55730,55732,55733,55729,55730,55734,55734,55730,55733,55712,55723,55715,55715,55723,55735,55723,55724,55735,55735,55724,55729,55735,55729,55736,55736,55729,55734,55715,55735,55717,55717,55735,55736,54788,55737,54768,54768,55737,55726,54786,55738,54788,54788,55738,55737,55738,55739,55737,55737,55739,55740,55737,55740,55726,55726,55740,55727,54784,55741,54786,54786,55741,55738,54785,55742,54784,54784,55742,55741,55742,55743,55741,55741,55743,55744,55741,55744,55738,55738,55744,55739,55744,55745,55739,55739,55745,55746,55743,55747,55744,55744,55747,55745,55747,55748,55745,55745,55748,55749,55745,55749,55746,55746,55749,55750,55740,55751,55727,55727,55751,55731,55739,55746,55740,55740,55746,55751,55746,55750,55751,55751,55750,55752,55751,55752,55731,55731,55752,55732,54804,55753,54785,54785,55753,55742,54802,55754,54804,54804,55754,55753,55754,55755,55753,55753,55755,55756,55753,55756,55742,55742,55756,55743,54801,55757,54802,54802,55757,55754,54800,55758,54801,54801,55758,55757,55758,55759,55757,55757,55759,55760,55757,55760,55754,55754,55760,55755,55760,55761,55755,55755,55761,55762,55759,55763,55760,55760,55763,55761,55763,55764,55761,55761,55764,55765,55761,55765,55762,55762,55765,55766,55756,55767,55743,55743,55767,55747,55755,55762,55756,55756,55762,55767,55762,55766,55767,55767,55766,55768,55767,55768,55747,55747,55768,55748,54820,55769,54800,54800,55769,55758,54818,55770,54820,54820,55770,55769,55770,55771,55769,55769,55771,55772,55769,55772,55758,55758,55772,55759,54817,55773,54818,54818,55773,55770,54816,55774,54817,54817,55774,55773,55774,55775,55773,55773,55775,55776,55773,55776,55770,55770,55776,55771,55776,55777,55771,55771,55777,55778,55775,55779,55776,55776,55779,55777,55779,55780,55777,55777,55780,55781,55777,55781,55778,55778,55781,55782,55772,55783,55759,55759,55783,55763,55771,55778,55772,55772,55778,55783,55778,55782,55783,55783,55782,55784,55783,55784,55763,55763,55784,55764,54836,55785,54816,54816,55785,55774,54834,55786,54836,54836,55786,55785,55786,55787,55785,55785,55787,55788,55785,55788,55774,55774,55788,55775,54833,55789,54834,54834,55789,55786,54832,55790,54833,54833,55790,55789,55790,55791,55789,55789,55791,55792,55789,55792,55786,55786,55792,55787,55792,55793,55787,55787,55793,55794,55791,55795,55792,55792,55795,55793,55793,55795,55796,55796,55795,55797,55794,55793,55798,55798,55793,55796,55788,55799,55775,55775,55799,55779,55787,55794,55788,55788,55794,55799,55799,55794,55800,55800,55794,55798,55799,55800,55779,55779,55800,55780,54852,55801,54832,54832,55801,55790,54850,55802,54852,54852,55802,55801,55802,55803,55801,55801,55803,55804,55801,55804,55790,55790,55804,55791,54849,55805,54850,54850,55805,55802,54848,55806,54849,54849,55806,55805,55806,55807,55805,55805,55807,55808,55805,55808,55802,55802,55808,55803,55808,55809,55803,55803,55809,55810,55807,55811,55808,55808,55811,55809,55811,55812,55809,55809,55812,55813,55809,55813,55810,55810,55813,55814,55804,55815,55791,55791,55815,55795,55803,55810,55804,55804,55810,55815,55810,55814,55815,55815,55814,55816,55815,55816,55795,55795,55816,55797,54868,55817,54848,54848,55817,55806,54866,55818,54868,54868,55818,55817,55818,55819,55817,55817,55819,55820,55817,55820,55806,55806,55820,55807,54865,55821,54866,54866,55821,55818,54864,55822,54865,54865,55822,55821,55822,55823,55821,55821,55823,55824,55821,55824,55818,55818,55824,55819,55824,55825,55819,55819,55825,55826,55823,55827,55824,55824,55827,55825,55827,55828,55825,55825,55828,55829,55825,55829,55826,55826,55829,55830,55820,55831,55807,55807,55831,55811,55819,55826,55820,55820,55826,55831,55826,55830,55831,55831,55830,55832,55831,55832,55811,55811,55832,55812,54884,55833,54864,54864,55833,55822,54882,55834,54884,54884,55834,55833,55834,55835,55833,55833,55835,55836,55833,55836,55822,55822,55836,55823,54881,55837,54882,54882,55837,55834,54880,55838,54881,54881,55838,55837,55838,55839,55837,55837,55839,55840,55837,55840,55834,55834,55840,55835,55840,55841,55835,55835,55841,55842,55839,55843,55840,55840,55843,55841,55843,55844,55841,55841,55844,55845,55841,55845,55842,55842,55845,55846,55836,55847,55823,55823,55847,55827,55835,55842,55836,55836,55842,55847,55842,55846,55847,55847,55846,55848,55847,55848,55827,55827,55848,55828,54900,55849,54880,54880,55849,55838,54898,55850,54900,54900,55850,55849,55850,55851,55849,55849,55851,55852,55849,55852,55838,55838,55852,55839,54897,55853,54898,54898,55853,55850,54896,55854,54897,54897,55854,55853,55854,55855,55853,55853,55855,55856,55853,55856,55850,55850,55856,55851,55856,55857,55851,55851,55857,55858,55855,55859,55856,55856,55859,55857,55859,55860,55857,55857,55860,55861,55857,55861,55858,55858,55861,55862,55852,55863,55839,55839,55863,55843,55851,55858,55852,55852,55858,55863,55858,55862,55863,55863,55862,55864,55863,55864,55843,55843,55864,55844,54916,55865,54896,54896,55865,55854,54914,55866,54916,54916,55866,55865,55866,55867,55865,55865,55867,55868,55865,55868,55854,55854,55868,55855,54913,55869,54914,54914,55869,55866,54912,55870,54913,54913,55870,55869,55870,55871,55869,55869,55871,55872,55869,55872,55866,55866,55872,55867,55872,55873,55867,55867,55873,55874,55871,55875,55872,55872,55875,55873,55875,55876,55873,55873,55876,55877,55873,55877,55874,55874,55877,55878,55868,55879,55855,55855,55879,55859,55867,55874,55868,55868,55874,55879,55874,55878,55879,55879,55878,55880,55879,55880,55859,55859,55880,55860,54932,55881,54912,54912,55881,55870,54930,55882,54932,54932,55882,55881,55882,55883,55881,55881,55883,55884,55881,55884,55870,55870,55884,55871,54929,55885,54930,54930,55885,55882,54929,54928,55885,55885,54928,55886,55885,55886,55887,55887,55886,55888,55885,55887,55882,55882,55887,55883,55887,55889,55883,55883,55889,55890,55887,55888,55889,55889,55888,55891,55889,55891,55892,55892,55891,55893,55890,55889,55894,55894,55889,55892,55884,55895,55871,55871,55895,55875,55883,55890,55884,55884,55890,55895,55890,55894,55895,55895,55894,55896,55895,55896,55875,55875,55896,55876,54928,54948,55886,55886,54948,55897,54948,54946,55897,55897,54946,55898,55897,55898,55899,55899,55898,55900,55886,55897,55888,55888,55897,55899,54946,54944,55898,55898,54944,55901,54944,54945,55901,55901,54945,55902,55901,55902,55903,55903,55902,55904,55898,55901,55900,55900,55901,55903,55900,55903,55905,55905,55903,55906,55903,55904,55906,55906,55904,55907,55906,55907,55908,55908,55907,55909,55905,55906,55910,55910,55906,55908,55888,55899,55891,55891,55899,55911,55899,55900,55911,55911,55900,55905,55911,55905,55912,55912,55905,55910,55891,55911,55893,55893,55911,55912,54945,54964,55902,55902,54964,55913,54964,54962,55913,55913,54962,55914,55913,55914,55915,55915,55914,55916,55902,55913,55904,55904,55913,55915,54962,54960,55914,55914,54960,55917,54960,54961,55917,55917,54961,55918,55917,55918,55919,55919,55918,55920,55914,55917,55916,55916,55917,55919,55916,55919,55921,55921,55919,55922,55919,55920,55922,55922,55920,55923,55922,55923,55924,55924,55923,55925,55921,55922,55926,55926,55922,55924,55904,55915,55907,55907,55915,55927,55915,55916,55927,55927,55916,55921,55927,55921,55928,55928,55921,55926,55907,55927,55909,55909,55927,55928,54961,54980,55918,55918,54980,55929,54980,54978,55929,55929,54978,55930,55929,55930,55931,55931,55930,55932,55918,55929,55920,55920,55929,55931,54978,54976,55930,55930,54976,55933,54976,54977,55933,55933,54977,55934,55933,55934,55935,55935,55934,55936,55930,55933,55932,55932,55933,55935,55932,55935,55937,55937,55935,55938,55935,55936,55938,55938,55936,55939,55938,55939,55940,55940,55939,55941,55937,55938,55942,55942,55938,55940,55920,55931,55923,55923,55931,55943,55931,55932,55943,55943,55932,55937,55943,55937,55944,55944,55937,55942,55923,55943,55925,55925,55943,55944,54977,54996,55934,55934,54996,55945,54996,54994,55945,55945,54994,55946,55945,55946,55947,55947,55946,55948,55934,55945,55936,55936,55945,55947,54994,54992,55946,55946,54992,55949,54992,54993,55949,55949,54993,55950,55949,55950,55951,55951,55950,55952,55946,55949,55948,55948,55949,55951,55948,55951,55953,55953,55951,55954,55951,55952,55954,55954,55952,55955,55954,55955,55956,55956,55955,55957,55953,55954,55958,55958,55954,55956,55936,55947,55939,55939,55947,55959,55947,55948,55959,55959,55948,55953,55959,55953,55960,55960,55953,55958,55939,55959,55941,55941,55959,55960,54993,55012,55950,55950,55012,55961,55012,55010,55961,55961,55010,55962,55961,55962,55963,55963,55962,55964,55950,55961,55952,55952,55961,55963,55010,55008,55962,55962,55008,55965,55008,55009,55965,55965,55009,55966,55965,55966,55967,55967,55966,55968,55962,55965,55964,55964,55965,55967,55964,55967,55969,55969,55967,55970,55967,55968,55970,55970,55968,55971,55970,55971,55972,55972,55971,55973,55969,55970,55974,55974,55970,55972,55952,55963,55955,55955,55963,55975,55963,55964,55975,55975,55964,55969,55975,55969,55976,55976,55969,55974,55955,55975,55957,55957,55975,55976,55009,55028,55966,55966,55028,55977,55028,55026,55977,55977,55026,55978,55977,55978,55979,55979,55978,55980,55966,55977,55968,55968,55977,55979,55026,55024,55978,55978,55024,55981,55024,55025,55981,55981,55025,55982,55981,55982,55983,55983,55982,55984,55978,55981,55980,55980,55981,55983,55980,55983,55985,55985,55983,55986,55983,55984,55986,55986,55984,55987,55986,55987,55988,55988,55987,55989,55985,55986,55990,55990,55986,55988,55968,55979,55971,55971,55979,55991,55979,55980,55991,55991,55980,55985,55991,55985,55992,55992,55985,55990,55971,55991,55973,55973,55991,55992,55025,55044,55982,55982,55044,55993,55044,55042,55993,55993,55042,55994,55993,55994,55995,55995,55994,55996,55982,55993,55984,55984,55993,55995,55042,55040,55994,55994,55040,55997,55040,55041,55997,55997,55041,55998,55997,55998,55999,55999,55998,56000,55994,55997,55996,55996,55997,55999,55996,55999,56001,56001,55999,56002,55999,56000,56002,56002,56000,56003,56002,56003,56004,56004,56003,56005,56001,56002,56006,56006,56002,56004,55984,55995,55987,55987,55995,56007,55995,55996,56007,56007,55996,56001,56007,56001,56008,56008,56001,56006,55987,56007,55989,55989,56007,56008,55041,55060,55998,55998,55060,56009,55060,55058,56009,56009,55058,56010,56009,56010,56011,56011,56010,56012,55998,56009,56000,56000,56009,56011,55058,55056,56010,56010,55056,56013,55056,55057,56013,56013,55057,56014,56013,56014,56015,56015,56014,56016,56010,56013,56012,56012,56013,56015,56012,56015,56017,56017,56015,56018,56015,56016,56018,56018,56016,56019,56018,56019,56020,56020,56019,56021,56017,56018,56022,56022,56018,56020,56000,56011,56003,56003,56011,56023,56011,56012,56023,56023,56012,56017,56023,56017,56024,56024,56017,56022,56003,56023,56005,56005,56023,56024,55057,55076,56014,56014,55076,56025,55076,55074,56025,56025,55074,56026,56025,56026,56027,56027,56026,56028,56014,56025,56016,56016,56025,56027,55074,55072,56026,56026,55072,56029,55072,55073,56029,56029,55073,56030,56029,56030,56031,56031,56030,56032,56026,56029,56028,56028,56029,56031,56028,56031,56033,56033,56031,56034,56031,56032,56034,56034,56032,56035,56034,56035,56036,56036,56035,56037,56033,56034,56038,56038,56034,56036,56016,56027,56019,56019,56027,56039,56027,56028,56039,56039,56028,56033,56039,56033,56040,56040,56033,56038,56019,56039,56021,56021,56039,56040,55073,55092,56030,56030,55092,56041,55092,55090,56041,56041,55090,56042,56041,56042,56043,56043,56042,56044,56030,56041,56032,56032,56041,56043,55090,55088,56042,56042,55088,56045,55088,55089,56045,56045,55089,56046,56045,56046,56047,56047,56046,56048,56042,56045,56044,56044,56045,56047,56044,56047,56049,56049,56047,56050,56047,56048,56050,56050,56048,56051,56050,56051,56052,56052,56051,56053,56049,56050,56054,56054,56050,56052,56032,56043,56035,56035,56043,56055,56043,56044,56055,56055,56044,56049,56055,56049,56056,56056,56049,56054,56035,56055,56037,56037,56055,56056,55089,55108,56046,56046,55108,56057,55108,55106,56057,56057,55106,56058,56057,56058,56059,56059,56058,56060,56046,56057,56048,56048,56057,56059,55106,55104,56058,56058,55104,56061,55104,55105,56061,56061,55105,56062,56061,56062,56063,56063,56062,56064,56058,56061,56060,56060,56061,56063,56060,56063,56065,56065,56063,56066,56063,56064,56066,56066,56064,56067,56066,56067,56068,56068,56067,56069,56065,56066,56070,56070,56066,56068,56048,56059,56051,56051,56059,56071,56059,56060,56071,56071,56060,56065,56071,56065,56072,56072,56065,56070,56051,56071,56053,56053,56071,56072,55105,55124,56062,56062,55124,56073,55124,55122,56073,56073,55122,56074,56073,56074,56075,56075,56074,56076,56062,56073,56064,56064,56073,56075,55122,55121,56074,56074,55121,56077,55120,56078,55121,55121,56078,56077,56077,56078,56079,56079,56078,56080,56074,56077,56076,56076,56077,56079,56076,56079,56081,56081,56079,56082,56079,56080,56082,56082,56080,56083,56082,56083,56084,56084,56083,56085,56081,56082,56086,56086,56082,56084,56064,56075,56067,56067,56075,56087,56075,56076,56087,56087,56076,56081,56087,56081,56088,56088,56081,56086,56067,56087,56069,56069,56087,56088,55140,56089,55120,55120,56089,56078,55138,56090,55140,55140,56090,56089,56090,56091,56089,56089,56091,56092,56089,56092,56078,56078,56092,56080,55137,56093,55138,55138,56093,56090,55136,56094,55137,55137,56094,56093,56094,56095,56093,56093,56095,56096,56093,56096,56090,56090,56096,56091,56096,56097,56091,56091,56097,56098,56095,56099,56096,56096,56099,56097,56099,56100,56097,56097,56100,56101,56097,56101,56098,56098,56101,56102,56080,56092,56083,56083,56092,56103,56091,56098,56092,56092,56098,56103,56103,56098,56104,56104,56098,56102,56083,56103,56085,56085,56103,56104,55156,56105,55136,55136,56105,56094,55154,56106,55156,55156,56106,56105,56106,56107,56105,56105,56107,56108,56105,56108,56094,56094,56108,56095,55153,56109,55154,55154,56109,56106,55153,55152,56109,56109,55152,56110,56109,56110,56111,56111,56110,56112,56106,56109,56107,56107,56109,56111,56107,56111,56113,56113,56111,56114,56111,56112,56114,56114,56112,56115,56114,56115,56116,56116,56115,56117,56113,56114,56118,56118,56114,56116,56108,56119,56095,56095,56119,56099,56108,56107,56119,56119,56107,56113,56119,56113,56120,56120,56113,56118,56099,56119,56100,56100,56119,56120,55152,55172,56110,56110,55172,56121,55172,55170,56121,56121,55170,56122,56121,56122,56123,56123,56122,56124,56110,56121,56112,56112,56121,56123,55170,55168,56122,56122,55168,56125,55168,55169,56125,56125,55169,56126,56126,56127,56125,56125,56127,56128,56122,56125,56124,56124,56125,56128,56128,56129,56124,56124,56129,56130,56127,56131,56128,56128,56131,56129,56131,56132,56129,56129,56132,56133,56129,56133,56130,56130,56133,56134,56112,56123,56115,56115,56123,56135,56123,56124,56135,56135,56124,56130,56130,56134,56135,56135,56134,56136,56115,56135,56117,56117,56135,56136,55169,55188,56126,56126,55188,56137,55186,56138,55188,55188,56138,56137,56138,56139,56137,56137,56139,56140,56137,56140,56126,56126,56140,56127,55185,56141,55186,55186,56141,56138,55184,56142,55185,55185,56142,56141,56142,56143,56141,56141,56143,56144,56141,56144,56138,56138,56144,56139,56144,56145,56139,56139,56145,56146,56143,56147,56144,56144,56147,56145,56147,56148,56145,56145,56148,56149,56145,56149,56146,56146,56149,56150,56140,56151,56127,56127,56151,56131,56139,56146,56140,56140,56146,56151,56146,56150,56151,56151,56150,56152,56151,56152,56131,56131,56152,56132,55207,56153,55208,55208,56153,56154,55204,56155,55207,55207,56155,56153,56153,56155,56156,56156,56155,56157,56154,56153,56158,56158,56153,56156,55204,55202,56155,56155,55202,56159,55203,56160,55202,55202,56160,56159,56160,56161,56159,56159,56161,56162,56155,56159,56157,56157,56159,56162,56157,56162,56163,56163,56162,56164,56162,56161,56164,56164,56161,56165,56164,56165,56166,56166,56165,56167,56163,56164,56168,56168,56164,56166,56158,56156,56169,56169,56156,56170,56156,56157,56170,56170,56157,56163,56170,56163,56171,56171,56163,56168,56169,56170,56172,56172,56170,56171,55224,56173,55203,55203,56173,56160,55222,56174,55224,55224,56174,56173,56174,56175,56173,56173,56175,56176,56173,56176,56160,56160,56176,56161,55221,56177,55222,55222,56177,56174,55220,56178,55221,55221,56178,56177,56178,56179,56177,56177,56179,56180,56177,56180,56174,56174,56180,56175,56175,56180,56181,56181,56180,56182,56179,56183,56180,56180,56183,56182,56182,56183,56184,56184,56183,56185,56181,56182,56186,56186,56182,56184,56161,56176,56165,56165,56176,56187,56176,56175,56187,56187,56175,56181,56187,56181,56188,56188,56181,56186,56165,56187,56167,56167,56187,56188,55240,56189,55220,55220,56189,56178,55238,56190,55240,55240,56190,56189,56190,56191,56189,56189,56191,56192,56189,56192,56178,56178,56192,56179,55237,56193,55238,55238,56193,56190,55236,56194,55237,55237,56194,56193,56194,56195,56193,56193,56195,56196,56193,56196,56190,56190,56196,56191,56196,56197,56191,56191,56197,56198,56195,56199,56196,56196,56199,56197,56199,56200,56197,56197,56200,56201,56197,56201,56198,56198,56201,56202,56192,56203,56179,56179,56203,56183,56191,56198,56192,56192,56198,56203,56198,56202,56203,56203,56202,56204,56203,56204,56183,56183,56204,56185,55256,56205,55236,55236,56205,56194,55254,56206,55256,55256,56206,56205,56206,56207,56205,56205,56207,56208,56205,56208,56194,56194,56208,56195,55253,56209,55254,55254,56209,56206,55252,56210,55253,55253,56210,56209,56210,56211,56209,56209,56211,56212,56209,56212,56206,56206,56212,56207,56212,56213,56207,56207,56213,56214,56211,56215,56212,56212,56215,56213,56215,56216,56213,56213,56216,56217,56213,56217,56214,56214,56217,56218,56208,56219,56195,56195,56219,56199,56207,56214,56208,56208,56214,56219,56214,56218,56219,56219,56218,56220,56219,56220,56199,56199,56220,56200,55272,56221,55252,55252,56221,56210,55270,56222,55272,55272,56222,56221,56222,56223,56221,56221,56223,56224,56221,56224,56210,56210,56224,56211,55269,56225,55270,55270,56225,56222,55268,56226,55269,55269,56226,56225,56226,56227,56225,56225,56227,56228,56225,56228,56222,56222,56228,56223,56228,56229,56223,56223,56229,56230,56227,56231,56228,56228,56231,56229,56231,56232,56229,56229,56232,56233,56229,56233,56230,56230,56233,56234,56224,56235,56211,56211,56235,56215,56223,56230,56224,56224,56230,56235,56230,56234,56235,56235,56234,56236,56235,56236,56215,56215,56236,56216,55288,56237,55268,55268,56237,56226,55286,56238,55288,55288,56238,56237,56238,56239,56237,56237,56239,56240,56237,56240,56226,56226,56240,56227,55285,56241,55286,55286,56241,56238,55284,56242,55285,55285,56242,56241,56242,56243,56241,56241,56243,56244,56241,56244,56238,56238,56244,56239,56244,56245,56239,56239,56245,56246,56243,56247,56244,56244,56247,56245,56247,56248,56245,56245,56248,56249,56245,56249,56246,56246,56249,56250,56240,56251,56227,56227,56251,56231,56239,56246,56240,56240,56246,56251,56246,56250,56251,56251,56250,56252,56251,56252,56231,56231,56252,56232,55304,56253,55284,55284,56253,56242,55304,55302,56253,56253,55302,56254,56253,56254,56255,56255,56254,56256,56253,56255,56242,56242,56255,56243,55302,55300,56254,56254,55300,56257,55300,55301,56257,56257,55301,56258,56257,56258,56259,56259,56258,56260,56254,56257,56256,56256,56257,56259,56256,56259,56261,56261,56259,56262,56259,56260,56262,56262,56260,56263,56262,56263,56264,56264,56263,56265,56261,56262,56266,56266,56262,56264,56255,56267,56243,56243,56267,56247,56255,56256,56267,56267,56256,56261,56267,56261,56268,56268,56261,56266,56267,56268,56247,56247,56268,56248,55301,55320,56258,56258,55320,56269,55318,56270,55320,55320,56270,56269,56270,56271,56269,56269,56271,56272,56269,56272,56258,56258,56272,56260,55318,55316,56270,56270,55316,56273,55316,55317,56273,56273,55317,56274,56273,56274,56275,56275,56274,56276,56273,56275,56270,56270,56275,56271,56275,56277,56271,56271,56277,56278,56276,56279,56275,56275,56279,56277,56279,56280,56277,56277,56280,56281,56277,56281,56278,56278,56281,56282,56272,56283,56260,56260,56283,56263,56271,56278,56272,56272,56278,56283,56278,56282,56283,56283,56282,56284,56283,56284,56263,56263,56284,56265,55317,55336,56274,56274,55336,56285,55336,55334,56285,56285,55334,56286,56285,56286,56287,56287,56286,56288,56274,56285,56276,56276,56285,56287,55334,55332,56286,56286,55332,56289,55332,55333,56289,56289,55333,56290,56289,56290,56291,56291,56290,56292,56286,56289,56288,56288,56289,56291,56288,56291,56293,56293,56291,56294,56291,56292,56294,56294,56292,56295,56294,56295,56296,56296,56295,56297,56293,56294,56298,56298,56294,56296,56276,56287,56279,56279,56287,56299,56287,56288,56299,56299,56288,56293,56299,56293,56300,56300,56293,56298,56299,56300,56279,56279,56300,56280,55333,55352,56290,56290,55352,56301,55352,55350,56301,56301,55350,56302,56301,56302,56303,56303,56302,56304,56290,56301,56292,56292,56301,56303,55350,55349,56302,56302,55349,56305,55348,56306,55349,55349,56306,56305,56305,56306,56307,56307,56306,56308,56302,56305,56304,56304,56305,56307,56304,56307,56309,56309,56307,56310,56307,56308,56310,56310,56308,56311,56310,56311,56312,56312,56311,56313,56309,56310,56314,56314,56310,56312,56292,56303,56295,56295,56303,56315,56303,56304,56315,56315,56304,56309,56315,56309,56316,56316,56309,56314,56295,56315,56297,56297,56315,56316,55368,56317,55348,55348,56317,56306,55366,56318,55368,55368,56318,56317,56318,56319,56317,56317,56319,56320,56317,56320,56306,56306,56320,56308,55365,56321,55366,55366,56321,56318,55364,56322,55365,55365,56322,56321,56322,56323,56321,56321,56323,56324,56321,56324,56318,56318,56324,56319,56324,56325,56319,56319,56325,56326,56323,56327,56324,56324,56327,56325,56325,56327,56328,56328,56327,56329,56326,56325,56330,56330,56325,56328,56308,56320,56311,56311,56320,56331,56320,56319,56331,56331,56319,56326,56331,56326,56332,56332,56326,56330,56311,56331,56313,56313,56331,56332,55384,56333,55364,55364,56333,56322,55382,56334,55384,55384,56334,56333,56334,56335,56333,56333,56335,56336,56333,56336,56322,56322,56336,56323,55382,55380,56334,56334,55380,56337,55380,55381,56337,56337,55381,56338,56337,56338,56339,56339,56338,56340,56334,56337,56335,56335,56337,56339,56335,56339,56341,56341,56339,56342,56339,56340,56342,56342,56340,56343,56342,56343,56344,56344,56343,56345,56341,56342,56346,56346,56342,56344,56336,56347,56323,56323,56347,56327,56335,56341,56336,56336,56341,56347,56341,56346,56347,56347,56346,56348,56347,56348,56327,56327,56348,56329,55381,55400,56338,56338,55400,56349,55400,55398,56349,56349,55398,56350,56349,56350,56351,56351,56350,56352,56338,56349,56340,56340,56349,56351,55398,55396,56350,56350,55396,56353,55396,55397,56353,56353,55397,56354,56353,56354,56355,56355,56354,56356,56350,56353,56352,56352,56353,56355,56352,56355,56357,56357,56355,56358,56355,56356,56358,56358,56356,56359,56358,56359,56360,56360,56359,56361,56357,56358,56362,56362,56358,56360,56340,56351,56343,56343,56351,56363,56351,56352,56363,56363,56352,56357,56363,56357,56364,56364,56357,56362,56343,56363,56345,56345,56363,56364,55397,55416,56354,56354,55416,56365,55416,55414,56365,56365,55414,56366,56365,56366,56367,56367,56366,56368,56354,56365,56356,56356,56365,56367,55414,55413,56366,56366,55413,56369,55413,55412,56369,56369,55412,56370,56369,56370,56371,56371,56370,56372,56366,56369,56368,56368,56369,56371,56368,56371,56373,56373,56371,56374,56371,56372,56374,56374,56372,56375,56374,56375,56376,56376,56375,56377,56373,56374,56378,56378,56374,56376,56356,56367,56359,56359,56367,56379,56367,56368,56379,56379,56368,56373,56379,56373,56380,56380,56373,56378,56359,56379,56361,56361,56379,56380,55412,55432,56370,56370,55432,56381,55430,56382,55432,55432,56382,56381,56382,56383,56381,56381,56383,56384,56370,56381,56372,56372,56381,56384,55429,56385,55430,55430,56385,56382,55428,56386,55429,55429,56386,56385,56386,56387,56385,56385,56387,56388,56385,56388,56382,56382,56388,56383,56388,56389,56383,56383,56389,56390,56387,56391,56388,56388,56391,56389,56391,56392,56389,56389,56392,56393,56390,56389,56394,56394,56389,56393,56372,56384,56375,56375,56384,56395,56384,56383,56395,56395,56383,56390,56395,56390,56396,56396,56390,56394,56375,56395,56377,56377,56395,56396,55448,56397,55428,55428,56397,56386,55446,56398,55448,55448,56398,56397,56398,56399,56397,56397,56399,56400,56397,56400,56386,56386,56400,56387,55445,56401,55446,55446,56401,56398,55444,56402,55445,55445,56402,56401,56402,56403,56401,56401,56403,56404,56401,56404,56398,56398,56404,56399,56404,56405,56399,56399,56405,56406,56403,56407,56404,56404,56407,56405,56407,56408,56405,56405,56408,56409,56405,56409,56406,56406,56409,56410,56400,56411,56387,56387,56411,56391,56399,56406,56400,56400,56406,56411,56406,56410,56411,56411,56410,56412,56411,56412,56391,56391,56412,56392,55464,56413,55444,55444,56413,56402,55462,56414,55464,55464,56414,56413,56414,56415,56413,56413,56415,56416,56413,56416,56402,56402,56416,56403,55461,56417,55462,55462,56417,56414,55460,56418,55461,55461,56418,56417,56418,56419,56417,56417,56419,56420,56417,56420,56414,56414,56420,56415,56420,56421,56415,56415,56421,56422,56419,56423,56420,56420,56423,56421,56423,56424,56421,56421,56424,56425,56421,56425,56422,56422,56425,56426,56416,56427,56403,56403,56427,56407,56415,56422,56416,56416,56422,56427,56422,56426,56427,56427,56426,56428,56427,56428,56407,56407,56428,56408,55480,56429,55460,55460,56429,56418,55478,56430,55480,55480,56430,56429,56430,56431,56429,56429,56431,56432,56429,56432,56418,56418,56432,56419,55477,56433,55478,55478,56433,56430,55476,56434,55477,55477,56434,56433,56434,56435,56433,56433,56435,56436,56433,56436,56430,56430,56436,56431,56436,56437,56431,56431,56437,56438,56435,56439,56436,56436,56439,56437,56439,56440,56437,56437,56440,56441,56437,56441,56438,56438,56441,56442,56432,56443,56419,56419,56443,56423,56431,56438,56432,56432,56438,56443,56438,56442,56443,56443,56442,56444,56443,56444,56423,56423,56444,56424,55496,56445,55476,55476,56445,56434,55494,56446,55496,55496,56446,56445,56446,56447,56445,56445,56447,56448,56445,56448,56434,56434,56448,56435,55493,56449,55494,55494,56449,56446,55492,56450,55493,55493,56450,56449,56450,56451,56449,56449,56451,56452,56449,56452,56446,56446,56452,56447,56452,56453,56447,56447,56453,56454,56451,56455,56452,56452,56455,56453,56455,56456,56453,56453,56456,56457,56453,56457,56454,56454,56457,56458,56448,56459,56435,56435,56459,56439,56447,56454,56448,56448,56454,56459,56454,56458,56459,56459,56458,56460,56459,56460,56439,56439,56460,56440,55512,56461,55492,55492,56461,56450,55510,56462,55512,55512,56462,56461,56462,56463,56461,56461,56463,56464,56461,56464,56450,56450,56464,56451,55509,56465,55510,55510,56465,56462,55508,56466,55509,55509,56466,56465,56466,56467,56465,56465,56467,56468,56465,56468,56462,56462,56468,56463,56468,56469,56463,56463,56469,56470,56468,56467,56469,56469,56467,56471,56469,56471,56472,56472,56471,56473,56470,56469,56474,56474,56469,56472,56464,56475,56451,56451,56475,56455,56463,56470,56464,56464,56470,56475,56470,56474,56475,56475,56474,56476,56475,56476,56455,56455,56476,56456,55528,56477,55508,55508,56477,56466,55526,56478,55528,55528,56478,56477,56477,56478,56479,56479,56478,56480,56466,56477,56467,56467,56477,56479,55525,56481,55526,55526,56481,56478,55524,56482,55525,55525,56482,56481,56481,56482,56483,56483,56482,56484,56478,56481,56480,56480,56481,56483,56480,56483,56485,56485,56483,56486,56483,56484,56486,56486,56484,56487,56486,56487,56488,56488,56487,56489,56485,56486,56490,56490,56486,56488,56467,56479,56471,56471,56479,56491,56479,56480,56491,56491,56480,56485,56491,56485,56492,56492,56485,56490,56471,56491,56473,56473,56491,56492,55544,56493,55524,55524,56493,56482,55542,56494,55544,55544,56494,56493,56494,56495,56493,56493,56495,56496,56493,56496,56482,56482,56496,56484,55541,56497,55542,55542,56497,56494,55540,56498,55541,55541,56498,56497,56498,56499,56497,56497,56499,56500,56497,56500,56494,56494,56500,56495,56500,56501,56495,56495,56501,56502,56499,56503,56500,56500,56503,56501,56501,56503,56504,56504,56503,56505,56502,56501,56506,56506,56501,56504,56484,56496,56487,56487,56496,56507,56496,56495,56507,56507,56495,56502,56507,56502,56508,56508,56502,56506,56487,56507,56489,56489,56507,56508,55560,56509,55540,55540,56509,56498,55558,56510,55560,55560,56510,56509,56510,56511,56509,56509,56511,56512,56509,56512,56498,56498,56512,56499,55557,56513,55558,55558,56513,56510,55556,56514,55557,55557,56514,56513,56514,56515,56513,56513,56515,56516,56513,56516,56510,56510,56516,56511,56516,56517,56511,56511,56517,56518,56515,56519,56516,56516,56519,56517,56519,56520,56517,56517,56520,56521,56518,56517,56522,56522,56517,56521,56512,56523,56499,56499,56523,56503,56511,56518,56512,56512,56518,56523,56523,56518,56524,56524,56518,56522,56503,56523,56505,56505,56523,56524,55576,56525,55556,55556,56525,56514,55574,56526,55576,55576,56526,56525,56526,56527,56525,56525,56527,56528,56525,56528,56514,56514,56528,56515,55573,56529,55574,55574,56529,56526,55572,56530,55573,55573,56530,56529,56530,56531,56529,56529,56531,56532,56529,56532,56526,56526,56532,56527,56532,56533,56527,56527,56533,56534,56531,56535,56532,56532,56535,56533,56535,56536,56533,56533,56536,56537,56533,56537,56534,56534,56537,56538,56528,56539,56515,56515,56539,56519,56527,56534,56528,56528,56534,56539,56534,56538,56539,56539,56538,56540,56539,56540,56519,56519,56540,56520,55592,56541,55572,55572,56541,56530,55590,56542,55592,55592,56542,56541,56542,56543,56541,56541,56543,56544,56541,56544,56530,56530,56544,56531,55589,56545,55590,55590,56545,56542,55588,56546,55589,55589,56546,56545,56546,56547,56545,56545,56547,56548,56545,56548,56542,56542,56548,56543,56548,56549,56543,56543,56549,56550,56547,56551,56548,56548,56551,56549,56551,56552,56549,56549,56552,56553,56549,56553,56550,56550,56553,56554,56544,56555,56531,56531,56555,56535,56543,56550,56544,56544,56550,56555,56550,56554,56555,56555,56554,56556,56555,56556,56535,56535,56556,56536,55608,56557,55588,55588,56557,56546,55606,56558,55608,55608,56558,56557,56558,56559,56557,56557,56559,56560,56557,56560,56546,56546,56560,56547,55605,56561,55606,55606,56561,56558,55604,56562,55605,55605,56562,56561,56562,56563,56561,56561,56563,56564,56561,56564,56558,56558,56564,56559,56564,56565,56559,56559,56565,56566,56563,56567,56564,56564,56567,56565,56567,56568,56565,56565,56568,56569,56565,56569,56566,56566,56569,56570,56560,56571,56547,56547,56571,56551,56559,56566,56560,56560,56566,56571,56566,56570,56571,56571,56570,56572,56571,56572,56551,56551,56572,56552,55624,56573,55604,55604,56573,56562,55624,55622,56573,56573,55622,56574,56574,56575,56573,56573,56575,56576,56573,56576,56562,56562,56576,56563,55621,56577,55622,55622,56577,56574,55620,56578,55621,55621,56578,56577,56578,56579,56577,56577,56579,56580,56577,56580,56574,56574,56580,56575,56580,56581,56575,56575,56581,56582,56579,56583,56580,56580,56583,56581,56583,56584,56581,56581,56584,56585,56581,56585,56582,56582,56585,56586,56576,56587,56563,56563,56587,56567,56575,56582,56576,56576,56582,56587,56582,56586,56587,56587,56586,56588,56587,56588,56567,56567,56588,56568,55640,56589,55620,55620,56589,56578,55638,56590,55640,55640,56590,56589,56590,56591,56589,56589,56591,56592,56589,56592,56578,56578,56592,56579,55636,56593,55638,55638,56593,56590,55636,55637,56593,56593,55637,56594,56593,56594,56595,56595,56594,56596,56593,56595,56590,56590,56595,56591,56595,56597,56591,56591,56597,56598,56595,56596,56597,56597,56596,56599,56597,56599,56600,56600,56599,56601,56597,56600,56598,56598,56600,56602,56592,56603,56579,56579,56603,56583,56591,56598,56592,56592,56598,56603,56598,56602,56603,56603,56602,56604,56603,56604,56583,56583,56604,56584,55637,55656,56594,56594,55656,56605,55656,55654,56605,56605,55654,56606,56605,56606,56607,56607,56606,56608,56594,56605,56596,56596,56605,56607,55653,56609,55654,55654,56609,56606,55652,56610,55653,55653,56610,56609,56610,56611,56609,56609,56611,56612,56609,56612,56606,56606,56612,56608,56612,56613,56608,56608,56613,56614,56611,56615,56612,56612,56615,56613,56615,56616,56613,56613,56616,56617,56613,56617,56614,56614,56617,56618,56596,56607,56599,56599,56607,56619,56607,56608,56619,56619,56608,56614,56619,56614,56620,56620,56614,56618,56599,56619,56601,56601,56619,56620,55672,56621,55652,55652,56621,56610,55670,56622,55672,55672,56622,56621,56622,56623,56621,56621,56623,56624,56621,56624,56610,56610,56624,56611,55669,56625,55670,55670,56625,56622,55668,56626,55669,55669,56626,56625,56626,56627,56625,56625,56627,56628,56625,56628,56622,56622,56628,56623,56628,56629,56623,56623,56629,56630,56627,56631,56628,56628,56631,56629,56631,56632,56629,56629,56632,56633,56629,56633,56630,56630,56633,56634,56624,56635,56611,56611,56635,56615,56623,56630,56624,56624,56630,56635,56630,56634,56635,56635,56634,56636,56635,56636,56615,56615,56636,56616,55688,56637,55668,55668,56637,56626,55686,56638,55688,55688,56638,56637,56638,56639,56637,56637,56639,56640,56637,56640,56626,56626,56640,56627,55686,55684,56638,56638,55684,56641,55684,55685,56641,56641,55685,56642,56641,56642,56643,56643,56642,56644,56638,56641,56639,56639,56641,56643,56643,56645,56639,56639,56645,56646,56643,56644,56645,56645,56644,56647,56645,56647,56648,56648,56647,56649,56645,56648,56646,56646,56648,56650,56640,56651,56627,56627,56651,56631,56639,56646,56640,56640,56646,56651,56646,56650,56651,56651,56650,56652,56651,56652,56631,56631,56652,56632,55685,55704,56642,56642,55704,56653,55704,55702,56653,56653,55702,56654,56653,56654,56655,56655,56654,56656,56642,56653,56644,56644,56653,56655,55702,55700,56654,56654,55700,56657,55700,55701,56657,56657,55701,56658,56657,56658,56659,56659,56658,56660,56654,56657,56656,56656,56657,56659,56656,56659,56661,56661,56659,56662,56659,56660,56662,56662,56660,56663,56662,56663,56664,56664,56663,56665,56661,56662,56666,56666,56662,56664,56644,56655,56647,56647,56655,56667,56655,56656,56667,56667,56656,56661,56667,56661,56668,56668,56661,56666,56647,56667,56649,56649,56667,56668,55701,55720,56658,56658,55720,56669,55720,55718,56669,56669,55718,56670,56669,56670,56671,56671,56670,56672,56658,56669,56660,56660,56669,56671,55718,55716,56670,56670,55716,56673,55716,55717,56673,56673,55717,56674,56673,56674,56675,56675,56674,56676,56670,56673,56672,56672,56673,56675,56672,56675,56677,56677,56675,56678,56675,56676,56678,56678,56676,56679,56678,56679,56680,56680,56679,56681,56677,56678,56682,56682,56678,56680,56660,56671,56663,56663,56671,56683,56671,56672,56683,56683,56672,56677,56683,56677,56684,56684,56677,56682,56663,56683,56665,56665,56683,56684,55717,55736,56674,56674,55736,56685,55736,55734,56685,56685,55734,56686,56685,56686,56687,56687,56686,56688,56674,56685,56676,56676,56685,56687,55734,55733,56686,56686,55733,56689,55733,55732,56689,56689,55732,56690,56689,56690,56691,56691,56690,56692,56686,56689,56688,56688,56689,56691,56688,56691,56693,56693,56691,56694,56691,56692,56694,56694,56692,56695,56694,56695,56696,56696,56695,56697,56693,56694,56698,56698,56694,56696,56676,56687,56679,56679,56687,56699,56687,56688,56699,56699,56688,56693,56699,56693,56700,56700,56693,56698,56679,56699,56681,56681,56699,56700,55732,55752,56690,56690,55752,56701,55752,55750,56701,56701,55750,56702,56701,56702,56703,56703,56702,56704,56690,56701,56692,56692,56701,56703,55750,55749,56702,56702,55749,56705,55749,55748,56705,56705,55748,56706,56705,56706,56707,56707,56706,56708,56702,56705,56704,56704,56705,56707,56704,56707,56709,56709,56707,56710,56707,56708,56710,56710,56708,56711,56710,56711,56712,56712,56711,56713,56709,56710,56714,56714,56710,56712,56692,56703,56695,56695,56703,56715,56703,56704,56715,56715,56704,56709,56715,56709,56716,56716,56709,56714,56695,56715,56697,56697,56715,56716,55768,56717,55748,55748,56717,56706,55766,56718,55768,55768,56718,56717,56717,56718,56719,56719,56718,56720,56706,56717,56708,56708,56717,56719,55765,56721,55766,55766,56721,56718,55764,56722,55765,55765,56722,56721,56721,56722,56723,56723,56722,56724,56718,56721,56720,56720,56721,56723,56720,56723,56725,56725,56723,56726,56723,56724,56726,56726,56724,56727,56726,56727,56728,56728,56727,56729,56725,56726,56730,56730,56726,56728,56708,56719,56711,56711,56719,56731,56719,56720,56731,56731,56720,56725,56731,56725,56732,56732,56725,56730,56711,56731,56713,56713,56731,56732,55784,56733,55764,55764,56733,56722,55784,55782,56733,56733,55782,56734,56733,56734,56735,56735,56734,56736,56722,56733,56724,56724,56733,56735,55782,55781,56734,56734,55781,56737,55781,55780,56737,56737,55780,56738,56737,56738,56739,56739,56738,56740,56734,56737,56736,56736,56737,56739,56736,56739,56741,56741,56739,56742,56739,56740,56742,56742,56740,56743,56742,56743,56744,56744,56743,56745,56741,56742,56746,56746,56742,56744,56724,56735,56727,56727,56735,56747,56735,56736,56747,56747,56736,56741,56747,56741,56748,56748,56741,56746,56727,56747,56729,56729,56747,56748,55780,55800,56738,56738,55800,56749,55800,55798,56749,56749,55798,56750,56749,56750,56751,56751,56750,56752,56738,56749,56740,56740,56749,56751,55798,55796,56750,56750,55796,56753,55796,55797,56753,56753,55797,56754,56753,56754,56755,56755,56754,56756,56750,56753,56752,56752,56753,56755,56752,56755,56757,56757,56755,56758,56755,56756,56758,56758,56756,56759,56758,56759,56760,56760,56759,56761,56757,56758,56762,56762,56758,56760,56740,56751,56743,56743,56751,56763,56751,56752,56763,56763,56752,56757,56763,56757,56764,56764,56757,56762,56743,56763,56745,56745,56763,56764,55797,55816,56754,56754,55816,56765,55814,56766,55816,55816,56766,56765,56766,56767,56765,56765,56767,56768,56754,56765,56756,56756,56765,56768,55813,56769,55814,55814,56769,56766,55812,56770,55813,55813,56770,56769,56770,56771,56769,56769,56771,56772,56769,56772,56766,56766,56772,56767,56772,56773,56767,56767,56773,56774,56771,56775,56772,56772,56775,56773,56775,56776,56773,56773,56776,56777,56773,56777,56774,56774,56777,56778,56756,56768,56759,56759,56768,56779,56767,56774,56768,56768,56774,56779,56774,56778,56779,56779,56778,56780,56759,56779,56761,56761,56779,56780,55832,56781,55812,55812,56781,56770,55830,56782,55832,55832,56782,56781,56782,56783,56781,56781,56783,56784,56781,56784,56770,56770,56784,56771,55829,56785,55830,55830,56785,56782,55828,56786,55829,55829,56786,56785,56786,56787,56785,56785,56787,56788,56785,56788,56782,56782,56788,56783,56788,56789,56783,56783,56789,56790,56787,56791,56788,56788,56791,56789,56791,56792,56789,56789,56792,56793,56789,56793,56790,56790,56793,56794,56784,56795,56771,56771,56795,56775,56783,56790,56784,56784,56790,56795,56790,56794,56795,56795,56794,56796,56795,56796,56775,56775,56796,56776,55848,56797,55828,55828,56797,56786,55846,56798,55848,55848,56798,56797,56798,56799,56797,56797,56799,56800,56797,56800,56786,56786,56800,56787,55845,56801,55846,55846,56801,56798,55844,56802,55845,55845,56802,56801,56802,56803,56801,56801,56803,56804,56801,56804,56798,56798,56804,56799,56804,56805,56799,56799,56805,56806,56803,56807,56804,56804,56807,56805,56807,56808,56805,56805,56808,56809,56805,56809,56806,56806,56809,56810,56800,56811,56787,56787,56811,56791,56799,56806,56800,56800,56806,56811,56806,56810,56811,56811,56810,56812,56811,56812,56791,56791,56812,56792,55864,56813,55844,55844,56813,56802,55862,56814,55864,55864,56814,56813,56814,56815,56813,56813,56815,56816,56813,56816,56802,56802,56816,56803,55861,56817,55862,55862,56817,56814,55860,56818,55861,55861,56818,56817,56818,56819,56817,56817,56819,56820,56817,56820,56814,56814,56820,56815,56820,56821,56815,56815,56821,56822,56819,56823,56820,56820,56823,56821,56823,56824,56821,56821,56824,56825,56821,56825,56822,56822,56825,56826,56816,56827,56803,56803,56827,56807,56815,56822,56816,56816,56822,56827,56822,56826,56827,56827,56826,56828,56827,56828,56807,56807,56828,56808,55880,56829,55860,55860,56829,56818,55878,56830,55880,55880,56830,56829,56830,56831,56829,56829,56831,56832,56829,56832,56818,56818,56832,56819,55877,56833,55878,55878,56833,56830,55876,56834,55877,55877,56834,56833,56834,56835,56833,56833,56835,56836,56833,56836,56830,56830,56836,56831,56836,56837,56831,56831,56837,56838,56835,56839,56836,56836,56839,56837,56839,56840,56837,56837,56840,56841,56837,56841,56838,56838,56841,56842,56832,56843,56819,56819,56843,56823,56831,56838,56832,56832,56838,56843,56838,56842,56843,56843,56842,56844,56843,56844,56823,56823,56844,56824,55896,56845,55876,55876,56845,56834,55894,56846,55896,55896,56846,56845,56846,56847,56845,56845,56847,56848,56845,56848,56834,56834,56848,56835,55894,55892,56846,56846,55892,56849,55892,55893,56849,56849,55893,56850,56849,56850,56851,56851,56850,56852,56849,56851,56846,56846,56851,56847,56851,56853,56847,56847,56853,56854,56851,56852,56853,56853,56852,56855,56853,56855,56856,56856,56855,56857,56853,56856,56854,56854,56856,56858,56848,56859,56835,56835,56859,56839,56847,56854,56848,56848,56854,56859,56854,56858,56859,56859,56858,56860,56859,56860,56839,56839,56860,56840,55893,55912,56850,56850,55912,56861,55912,55910,56861,56861,55910,56862,56861,56862,56863,56863,56862,56864,56850,56861,56852,56852,56861,56863,55910,55908,56862,56862,55908,56865,55908,55909,56865,56865,55909,56866,56865,56866,56867,56867,56866,56868,56862,56865,56864,56864,56865,56867,56864,56867,56869,56869,56867,56870,56867,56868,56870,56870,56868,56871,56870,56871,56872,56872,56871,56873,56869,56870,56874,56874,56870,56872,56852,56863,56855,56855,56863,56875,56863,56864,56875,56875,56864,56869,56875,56869,56876,56876,56869,56874,56855,56875,56857,56857,56875,56876,55909,55928,56866,56866,55928,56877,55928,55926,56877,56877,55926,56878,56877,56878,56879,56879,56878,56880,56866,56877,56868,56868,56877,56879,55926,55924,56878,56878,55924,56881,55924,55925,56881,56881,55925,56882,56881,56882,56883,56883,56882,56884,56878,56881,56880,56880,56881,56883,56880,56883,56885,56885,56883,56886,56883,56884,56886,56886,56884,56887,56886,56887,56888,56888,56887,56889,56885,56886,56890,56890,56886,56888,56868,56879,56871,56871,56879,56891,56879,56880,56891,56891,56880,56885,56891,56885,56892,56892,56885,56890,56871,56891,56873,56873,56891,56892,55925,55944,56882,56882,55944,56893,55944,55942,56893,56893,55942,56894,56893,56894,56895,56895,56894,56896,56882,56893,56884,56884,56893,56895,55942,55940,56894,56894,55940,56897,55940,55941,56897,56897,55941,56898,56897,56898,56899,56899,56898,56900,56894,56897,56896,56896,56897,56899,56896,56899,56901,56901,56899,56902,56899,56900,56902,56902,56900,56903,56902,56903,56904,56904,56903,56905,56901,56902,56906,56906,56902,56904,56884,56895,56887,56887,56895,56907,56895,56896,56907,56907,56896,56901,56907,56901,56908,56908,56901,56906,56887,56907,56889,56889,56907,56908,55941,55960,56898,56898,55960,56909,55960,55958,56909,56909,55958,56910,56909,56910,56911,56911,56910,56912,56898,56909,56900,56900,56909,56911,55958,55956,56910,56910,55956,56913,55956,55957,56913,56913,55957,56914,56913,56914,56915,56915,56914,56916,56910,56913,56912,56912,56913,56915,56912,56915,56917,56917,56915,56918,56915,56916,56918,56918,56916,56919,56918,56919,56920,56920,56919,56921,56917,56918,56922,56922,56918,56920,56900,56911,56903,56903,56911,56923,56911,56912,56923,56923,56912,56917,56923,56917,56924,56924,56917,56922,56903,56923,56905,56905,56923,56924,55957,55976,56914,56914,55976,56925,55976,55974,56925,56925,55974,56926,56925,56926,56927,56927,56926,56928,56914,56925,56916,56916,56925,56927,55974,55972,56926,56926,55972,56929,55972,55973,56929,56929,55973,56930,56929,56930,56931,56931,56930,56932,56926,56929,56928,56928,56929,56931,56928,56931,56933,56933,56931,56934,56931,56932,56934,56934,56932,56935,56934,56935,56936,56936,56935,56937,56933,56934,56938,56938,56934,56936,56916,56927,56919,56919,56927,56939,56927,56928,56939,56939,56928,56933,56939,56933,56940,56940,56933,56938,56919,56939,56921,56921,56939,56940,55973,55992,56930,56930,55992,56941,55992,55990,56941,56941,55990,56942,56941,56942,56943,56943,56942,56944,56930,56941,56932,56932,56941,56943,55990,55988,56942,56942,55988,56945,55988,55989,56945,56945,55989,56946,56945,56946,56947,56947,56946,56948,56942,56945,56944,56944,56945,56947,56944,56947,56949,56949,56947,56950,56947,56948,56950,56950,56948,56951,56950,56951,56952,56952,56951,56953,56949,56950,56954,56954,56950,56952,56932,56943,56935,56935,56943,56955,56943,56944,56955,56955,56944,56949,56955,56949,56956,56956,56949,56954,56935,56955,56937,56937,56955,56956,55989,56008,56946,56946,56008,56957,56008,56006,56957,56957,56006,56958,56957,56958,56959,56959,56958,56960,56946,56957,56948,56948,56957,56959,56006,56004,56958,56958,56004,56961,56004,56005,56961,56961,56005,56962,56961,56962,56963,56963,56962,56964,56958,56961,56960,56960,56961,56963,56960,56963,56965,56965,56963,56966,56963,56964,56966,56966,56964,56967,56966,56967,56968,56968,56967,56969,56965,56966,56970,56970,56966,56968,56948,56959,56951,56951,56959,56971,56959,56960,56971,56971,56960,56965,56971,56965,56972,56972,56965,56970,56951,56971,56953,56953,56971,56972,56005,56024,56962,56962,56024,56973,56024,56022,56973,56973,56022,56974,56973,56974,56975,56975,56974,56976,56962,56973,56964,56964,56973,56975,56022,56020,56974,56974,56020,56977,56020,56021,56977,56977,56021,56978,56977,56978,56979,56979,56978,56980,56974,56977,56976,56976,56977,56979,56976,56979,56981,56981,56979,56982,56979,56980,56982,56982,56980,56983,56982,56983,56984,56984,56983,56985,56981,56982,56986,56986,56982,56984,56964,56975,56967,56967,56975,56987,56975,56976,56987,56987,56976,56981,56987,56981,56988,56988,56981,56986,56967,56987,56969,56969,56987,56988,56021,56040,56978,56978,56040,56989,56040,56038,56989,56989,56038,56990,56989,56990,56991,56991,56990,56992,56978,56989,56980,56980,56989,56991,56038,56036,56990,56990,56036,56993,56036,56037,56993,56993,56037,56994,56993,56994,56995,56995,56994,56996,56990,56993,56992,56992,56993,56995,56992,56995,56997,56997,56995,56998,56995,56996,56998,56998,56996,56999,56998,56999,57000,57000,56999,57001,56997,56998,57002,57002,56998,57000,56980,56991,56983,56983,56991,57003,56991,56992,57003,57003,56992,56997,57003,56997,57004,57004,56997,57002,56983,57003,56985,56985,57003,57004,56037,56056,56994,56994,56056,57005,56056,56054,57005,57005,56054,57006,57005,57006,57007,57007,57006,57008,56994,57005,56996,56996,57005,57007,56054,56052,57006,57006,56052,57009,56052,56053,57009,57009,56053,57010,57009,57010,57011,57011,57010,57012,57006,57009,57008,57008,57009,57011,57008,57011,57013,57013,57011,57014,57011,57012,57014,57014,57012,57015,57014,57015,57016,57016,57015,57017,57013,57014,57018,57018,57014,57016,56996,57007,56999,56999,57007,57019,57007,57008,57019,57019,57008,57013,57019,57013,57020,57020,57013,57018,56999,57019,57001,57001,57019,57020,56053,56072,57010,57010,56072,57021,56072,56070,57021,57021,56070,57022,57021,57022,57023,57023,57022,57024,57010,57021,57012,57012,57021,57023,56070,56068,57022,57022,56068,57025,56068,56069,57025,57025,56069,57026,57025,57026,57027,57027,57026,57028,57022,57025,57024,57024,57025,57027,57024,57027,57029,57029,57027,57030,57027,57028,57030,57030,57028,57031,57030,57031,57032,57032,57031,57033,57029,57030,57034,57034,57030,57032,57012,57023,57015,57015,57023,57035,57023,57024,57035,57035,57024,57029,57035,57029,57036,57036,57029,57034,57015,57035,57017,57017,57035,57036,56069,56088,57026,57026,56088,57037,56088,56086,57037,57037,56086,57038,57037,57038,57039,57039,57038,57040,57026,57037,57028,57028,57037,57039,56086,56084,57038,57038,56084,57041,56084,56085,57041,57041,56085,57042,57041,57042,57043,57043,57042,57044,57038,57041,57040,57040,57041,57043,57040,57043,57045,57045,57043,57046,57043,57044,57046,57046,57044,57047,57046,57047,57048,57048,57047,57049,57045,57046,57050,57050,57046,57048,57028,57039,57031,57031,57039,57051,57039,57040,57051,57051,57040,57045,57051,57045,57052,57052,57045,57050,57031,57051,57033,57033,57051,57052,56085,56104,57042,57042,56104,57053,56104,56102,57053,57053,56102,57054,57053,57054,57055,57055,57054,57056,57042,57053,57044,57044,57053,57055,56102,56101,57054,57054,56101,57057,56101,56100,57057,57057,56100,57058,57057,57058,57059,57059,57058,57060,57054,57057,57056,57056,57057,57059,57056,57059,57061,57061,57059,57062,57059,57060,57062,57062,57060,57063,57062,57063,57064,57064,57063,57065,57061,57062,57066,57066,57062,57064,57044,57055,57047,57047,57055,57067,57055,57056,57067,57067,57056,57061,57067,57061,57068,57068,57061,57066,57047,57067,57049,57049,57067,57068,56100,56120,57058,57058,56120,57069,56120,56118,57069,57069,56118,57070,57069,57070,57071,57071,57070,57072,57058,57069,57060,57060,57069,57071,56118,56116,57070,57070,56116,57073,56116,56117,57073,57073,56117,57074,57073,57074,57075,57075,57074,57076,57070,57073,57072,57072,57073,57075,57072,57075,57077,57077,57075,57078,57076,57079,57075,57075,57079,57078,57079,57080,57078,57078,57080,57081,57077,57078,57082,57082,57078,57081,57060,57071,57063,57063,57071,57083,57071,57072,57083,57083,57072,57077,57083,57077,57084,57084,57077,57082,57063,57083,57065,57065,57083,57084,56136,57085,56117,56117,57085,57074,56134,57086,56136,56136,57086,57085,57086,57087,57085,57085,57087,57088,57085,57088,57074,57074,57088,57076,56133,57089,56134,56134,57089,57086,56132,57090,56133,56133,57090,57089,57090,57091,57089,57089,57091,57092,57089,57092,57086,57086,57092,57087,57092,57093,57087,57087,57093,57094,57091,57095,57092,57092,57095,57093,57095,57096,57093,57093,57096,57097,57093,57097,57094,57094,57097,57098,57088,57099,57076,57076,57099,57079,57087,57094,57088,57088,57094,57099,57094,57098,57099,57099,57098,57100,57099,57100,57079,57079,57100,57080,56152,57101,56132,56132,57101,57090,56150,57102,56152,56152,57102,57101,57102,57103,57101,57101,57103,57104,57101,57104,57090,57090,57104,57091,56149,57105,56150,56150,57105,57102,56148,57106,56149,56149,57106,57105,57106,57107,57105,57105,57107,57108,57105,57108,57102,57102,57108,57103,57108,57109,57103,57103,57109,57110,57107,57111,57108,57108,57111,57109,57111,57112,57109,57109,57112,57113,57109,57113,57110,57110,57113,57114,57104,57115,57091,57091,57115,57095,57103,57110,57104,57104,57110,57115,57110,57114,57115,57115,57114,57116,57115,57116,57095,57095,57116,57096,56172,56171,57117,57117,56171,57118,56171,56168,57118,57118,56168,57119,57118,57119,57120,57120,57119,57121,57117,57118,57122,57122,57118,57120,56168,56166,57119,57119,56166,57123,56166,56167,57123,57123,56167,57124,57123,57124,57125,57125,57124,57126,57119,57123,57121,57121,57123,57125,57121,57125,57127,57127,57125,57128,57125,57126,57128,57128,57126,57129,57128,57129,57130,57130,57129,57131,57127,57128,57132,57132,57128,57130,57120,57133,57122,57122,57133,57134,57121,57127,57120,57120,57127,57133,57127,57132,57133,57133,57132,57135,57133,57135,57134,57134,57135,57136,56167,56188,57124,57124,56188,57137,56188,56186,57137,57137,56186,57138,57137,57138,57139,57139,57138,57140,57124,57137,57126,57126,57137,57139,56186,56184,57138,57138,56184,57141,56184,56185,57141,57141,56185,57142,57141,57142,57143,57143,57142,57144,57138,57141,57140,57140,57141,57143,57140,57143,57145,57145,57143,57146,57143,57144,57146,57146,57144,57147,57146,57147,57148,57148,57147,57149,57145,57146,57150,57150,57146,57148,57126,57139,57129,57129,57139,57151,57139,57140,57151,57151,57140,57145,57151,57145,57152,57152,57145,57150,57129,57151,57131,57131,57151,57152,56204,57153,56185,56185,57153,57142,56202,57154,56204,56204,57154,57153,57154,57155,57153,57153,57155,57156,57153,57156,57142,57142,57156,57144,56201,57157,56202,56202,57157,57154,56200,57158,56201,56201,57158,57157,57158,57159,57157,57157,57159,57160,57157,57160,57154,57154,57160,57155,57160,57161,57155,57155,57161,57162,57159,57163,57160,57160,57163,57161,57163,57164,57161,57161,57164,57165,57161,57165,57162,57162,57165,57166,57144,57156,57147,57147,57156,57167,57155,57162,57156,57156,57162,57167,57167,57162,57168,57168,57162,57166,57147,57167,57149,57149,57167,57168,56220,57169,56200,56200,57169,57158,56218,57170,56220,56220,57170,57169,57170,57171,57169,57169,57171,57172,57169,57172,57158,57158,57172,57159,56217,57173,56218,56218,57173,57170,56216,57174,56217,56217,57174,57173,57174,57175,57173,57173,57175,57176,57173,57176,57170,57170,57176,57171,57176,57177,57171,57171,57177,57178,57175,57179,57176,57176,57179,57177,57179,57180,57177,57177,57180,57181,57177,57181,57178,57178,57181,57182,57172,57183,57159,57159,57183,57163,57171,57178,57172,57172,57178,57183,57178,57182,57183,57183,57182,57184,57183,57184,57163,57163,57184,57164,56236,57185,56216,56216,57185,57174,56234,57186,56236,56236,57186,57185,57186,57187,57185,57185,57187,57188,57185,57188,57174,57174,57188,57175,56233,57189,56234,56234,57189,57186,56232,57190,56233,56233,57190,57189,57190,57191,57189,57189,57191,57192,57189,57192,57186,57186,57192,57187,57192,57193,57187,57187,57193,57194,57191,57195,57192,57192,57195,57193,57195,57196,57193,57193,57196,57197,57193,57197,57194,57194,57197,57198,57188,57199,57175,57175,57199,57179,57187,57194,57188,57188,57194,57199,57194,57198,57199,57199,57198,57200,57199,57200,57179,57179,57200,57180,56252,57201,56232,56232,57201,57190,56250,57202,56252,56252,57202,57201,57202,57203,57201,57201,57203,57204,57201,57204,57190,57190,57204,57191,56249,57205,56250,56250,57205,57202,56248,57206,56249,56249,57206,57205,57206,57207,57205,57205,57207,57208,57205,57208,57202,57202,57208,57203,57208,57209,57203,57203,57209,57210,57207,57211,57208,57208,57211,57209,57211,57212,57209,57209,57212,57213,57209,57213,57210,57210,57213,57214,57204,57215,57191,57191,57215,57195,57203,57210,57204,57204,57210,57215,57210,57214,57215,57215,57214,57216,57215,57216,57195,57195,57216,57196,56268,57217,56248,56248,57217,57206,56268,56266,57217,57217,56266,57218,57218,57219,57217,57217,57219,57220,57217,57220,57206,57206,57220,57207,56266,56264,57218,57218,56264,57221,56265,57222,56264,56264,57222,57221,57222,57223,57221,57221,57223,57224,57221,57224,57218,57218,57224,57219,57224,57225,57219,57219,57225,57226,57223,57227,57224,57224,57227,57225,57227,57228,57225,57225,57228,57229,57225,57229,57226,57226,57229,57230,57220,57231,57207,57207,57231,57211,57219,57226,57220,57220,57226,57231,57226,57230,57231,57231,57230,57232,57231,57232,57211,57211,57232,57212,56284,57233,56265,56265,57233,57222,56282,57234,56284,56284,57234,57233,57234,57235,57233,57233,57235,57236,57233,57236,57222,57222,57236,57223,56281,57237,56282,56282,57237,57234,56280,57238,56281,56281,57238,57237,57238,57239,57237,57237,57239,57240,57237,57240,57234,57234,57240,57235,57240,57241,57235,57235,57241,57242,57239,57243,57240,57240,57243,57241,57243,57244,57241,57241,57244,57245,57241,57245,57242,57242,57245,57246,57236,57247,57223,57223,57247,57227,57235,57242,57236,57236,57242,57247,57242,57246,57247,57247,57246,57248,57247,57248,57227,57227,57248,57228,56300,57249,56280,56280,57249,57238,56300,56298,57249,57249,56298,57250,57249,57250,57251,57251,57250,57252,57249,57251,57238,57238,57251,57239,56298,56296,57250,57250,56296,57253,56296,56297,57253,57253,56297,57254,57253,57254,57255,57255,57254,57256,57250,57253,57252,57252,57253,57255,57252,57255,57257,57257,57255,57258,57255,57256,57258,57258,57256,57259,57258,57259,57260,57260,57259,57261,57257,57258,57262,57262,57258,57260,57251,57263,57239,57239,57263,57243,57251,57252,57263,57263,57252,57257,57263,57257,57264,57264,57257,57262,57263,57264,57243,57243,57264,57244,56297,56316,57254,57254,56316,57265,56316,56314,57265,57265,56314,57266,57265,57266,57267,57267,57266,57268,57254,57265,57256,57256,57265,57267,56314,56312,57266,57266,56312,57269,56312,56313,57269,57269,56313,57270,57269,57270,57271,57271,57270,57272,57266,57269,57268,57268,57269,57271,57268,57271,57273,57273,57271,57274,57271,57272,57274,57274,57272,57275,57274,57275,57276,57276,57275,57277,57273,57274,57278,57278,57274,57276,57256,57267,57259,57259,57267,57279,57267,57268,57279,57279,57268,57273,57279,57273,57280,57280,57273,57278,57259,57279,57261,57261,57279,57280,56313,56332,57270,57270,56332,57281,56332,56330,57281,57281,56330,57282,57281,57282,57283,57283,57282,57284,57270,57281,57272,57272,57281,57283,56330,56328,57282,57282,56328,57285,56328,56329,57285,57285,56329,57286,57285,57286,57287,57287,57286,57288,57282,57285,57284,57284,57285,57287,57284,57287,57289,57289,57287,57290,57287,57288,57290,57290,57288,57291,57290,57291,57292,57292,57291,57293,57289,57290,57294,57294,57290,57292,57272,57283,57275,57275,57283,57295,57283,57284,57295,57295,57284,57289,57295,57289,57296,57296,57289,57294,57275,57295,57277,57277,57295,57296,56329,56348,57286,57286,56348,57297,56348,56346,57297,57297,56346,57298,57297,57298,57299,57299,57298,57300,57286,57297,57288,57288,57297,57299,56346,56344,57298,57298,56344,57301,56344,56345,57301,57301,56345,57302,57301,57302,57303,57303,57302,57304,57298,57301,57300,57300,57301,57303,57303,57305,57300,57300,57305,57306,57303,57304,57305,57305,57304,57307,57307,57308,57305,57305,57308,57309,57305,57309,57306,57306,57309,57310,57288,57299,57291,57291,57299,57311,57300,57306,57299,57299,57306,57311,57306,57310,57311,57311,57310,57312,57291,57311,57293,57293,57311,57312,56345,56364,57302,57302,56364,57313,56364,56362,57313,57313,56362,57314,57313,57314,57315,57315,57314,57316,57302,57313,57304,57304,57313,57315,56362,56360,57314,57314,56360,57317,56360,56361,57317,57317,56361,57318,57317,57318,57319,57319,57318,57320,57314,57317,57316,57316,57317,57319,57316,57319,57321,57321,57319,57322,57319,57320,57322,57322,57320,57323,57322,57323,57324,57324,57323,57325,57321,57322,57326,57326,57322,57324,57304,57315,57307,57307,57315,57327,57315,57316,57327,57327,57316,57321,57327,57321,57328,57328,57321,57326,57327,57328,57307,57307,57328,57308,56361,56380,57318,57318,56380,57329,56380,56378,57329,57329,56378,57330,57329,57330,57331,57331,57330,57332,57318,57329,57320,57320,57329,57331,56378,56376,57330,57330,56376,57333,56376,56377,57333,57333,56377,57334,57333,57334,57335,57335,57334,57336,57330,57333,57332,57332,57333,57335,57332,57335,57337,57337,57335,57338,57335,57336,57338,57338,57336,57339,57338,57339,57340,57340,57339,57341,57337,57338,57342,57342,57338,57340,57320,57331,57323,57323,57331,57343,57331,57332,57343,57343,57332,57337,57343,57337,57344,57344,57337,57342,57323,57343,57325,57325,57343,57344,56377,56396,57334,57334,56396,57345,56396,56394,57345,57345,56394,57346,57345,57346,57347,57347,57346,57348,57334,57345,57336,57336,57345,57347,56394,56393,57346,57346,56393,57349,56393,56392,57349,57349,56392,57350,57349,57350,57351,57351,57350,57352,57346,57349,57348,57348,57349,57351,57348,57351,57353,57353,57351,57354,57351,57352,57354,57354,57352,57355,57354,57355,57356,57356,57355,57357,57353,57354,57358,57358,57354,57356,57336,57347,57339,57339,57347,57359,57347,57348,57359,57359,57348,57353,57359,57353,57360,57360,57353,57358,57339,57359,57341,57341,57359,57360,56412,57361,56392,56392,57361,57350,56410,57362,56412,56412,57362,57361,57362,57363,57361,57361,57363,57364,57350,57361,57352,57352,57361,57364,56409,57365,56410,56410,57365,57362,56408,57366,56409,56409,57366,57365,57366,57367,57365,57365,57367,57368,57365,57368,57362,57362,57368,57363,57368,57369,57363,57363,57369,57370,57367,57371,57368,57368,57371,57369,57371,57372,57369,57369,57372,57373,57369,57373,57370,57370,57373,57374,57352,57364,57355,57355,57364,57375,57363,57370,57364,57364,57370,57375,57370,57374,57375,57375,57374,57376,57355,57375,57357,57357,57375,57376,56428,57377,56408,56408,57377,57366,56426,57378,56428,56428,57378,57377,57378,57379,57377,57377,57379,57380,57377,57380,57366,57366,57380,57367,56425,57381,56426,56426,57381,57378,56424,57382,56425,56425,57382,57381,57382,57383,57381,57381,57383,57384,57381,57384,57378,57378,57384,57379,57384,57385,57379,57379,57385,57386,57383,57387,57384,57384,57387,57385,57387,57388,57385,57385,57388,57389,57385,57389,57386,57386,57389,57390,57380,57391,57367,57367,57391,57371,57379,57386,57380,57380,57386,57391,57391,57386,57392,57392,57386,57390,57371,57391,57372,57372,57391,57392,56444,57393,56424,56424,57393,57382,56442,57394,56444,56444,57394,57393,57394,57395,57393,57393,57395,57396,57393,57396,57382,57382,57396,57383,56441,57397,56442,56442,57397,57394,56440,57398,56441,56441,57398,57397,57398,57399,57397,57397,57399,57400,57397,57400,57394,57394,57400,57395,57400,57401,57395,57395,57401,57402,57399,57403,57400,57400,57403,57401,57403,57404,57401,57401,57404,57405,57401,57405,57402,57402,57405,57406,57396,57407,57383,57383,57407,57387,57395,57402,57396,57396,57402,57407,57402,57406,57407,57407,57406,57408,57407,57408,57387,57387,57408,57388,56460,57409,56440,56440,57409,57398,56458,57410,56460,56460,57410,57409,57410,57411,57409,57409,57411,57412,57409,57412,57398,57398,57412,57399,56457,57413,56458,56458,57413,57410,56456,57414,56457,56457,57414,57413,57414,57415,57413,57413,57415,57416,57413,57416,57410,57410,57416,57411,57416,57417,57411,57411,57417,57418,57415,57419,57416,57416,57419,57417,57419,57420,57417,57417,57420,57421,57417,57421,57418,57418,57421,57422,57412,57423,57399,57399,57423,57403,57411,57418,57412,57412,57418,57423,57418,57422,57423,57423,57422,57424,57423,57424,57403,57403,57424,57404,56476,57425,56456,56456,57425,57414,56474,57426,56476,56476,57426,57425,57425,57426,57427,57427,57426,57428,57425,57427,57414,57414,57427,57415,56474,56472,57426,57426,56472,57429,56472,56473,57429,57429,56473,57430,57429,57430,57431,57431,57430,57432,57426,57429,57428,57428,57429,57431,57428,57431,57433,57433,57431,57434,57431,57432,57434,57434,57432,57435,57434,57435,57436,57436,57435,57437,57433,57434,57438,57438,57434,57436,57427,57439,57415,57415,57439,57419,57427,57428,57439,57439,57428,57433,57439,57433,57440,57440,57433,57438,57439,57440,57419,57419,57440,57420,56473,56492,57430,57430,56492,57441,56492,56490,57441,57441,56490,57442,57441,57442,57443,57443,57442,57444,57430,57441,57432,57432,57441,57443,56490,56488,57442,57442,56488,57445,56488,56489,57445,57445,56489,57446,57445,57446,57447,57447,57446,57448,57442,57445,57444,57444,57445,57447,57444,57447,57449,57449,57447,57450,57447,57448,57450,57450,57448,57451,57450,57451,57452,57452,57451,57453,57449,57450,57454,57454,57450,57452,57432,57443,57435,57435,57443,57455,57443,57444,57455,57455,57444,57449,57455,57449,57456,57456,57449,57454,57435,57455,57437,57437,57455,57456,56489,56508,57446,57446,56508,57457,56508,56506,57457,57457,56506,57458,57457,57458,57459,57459,57458,57460,57446,57457,57448,57448,57457,57459,56506,56504,57458,57458,56504,57461,56504,56505,57461,57461,56505,57462,57461,57462,57463,57463,57462,57464,57458,57461,57460,57460,57461,57463,57460,57463,57465,57465,57463,57466,57463,57464,57466,57466,57464,57467,57466,57467,57468,57468,57467,57469,57465,57466,57470,57470,57466,57468,57448,57459,57451,57451,57459,57471,57459,57460,57471,57471,57460,57465,57471,57465,57472,57472,57465,57470,57451,57471,57453,57453,57471,57472,56505,56524,57462,57462,56524,57473,56524,56522,57473,57473,56522,57474,57473,57474,57475,57475,57474,57476,57462,57473,57464,57464,57473,57475,56522,56521,57474,57474,56521,57477,56521,56520,57477,57477,56520,57478,57477,57478,57479,57479,57478,57480,57474,57477,57476,57476,57477,57479,57476,57479,57481,57481,57479,57482,57479,57480,57482,57482,57480,57483,57482,57483,57484,57484,57483,57485,57481,57482,57486,57486,57482,57484,57464,57475,57467,57467,57475,57487,57475,57476,57487,57487,57476,57481,57487,57481,57488,57488,57481,57486,57467,57487,57469,57469,57487,57488,56540,57489,56520,56520,57489,57478,56538,57490,56540,56540,57490,57489,57490,57491,57489,57489,57491,57492,57478,57489,57480,57480,57489,57492,56537,57493,56538,56538,57493,57490,56536,57494,56537,56537,57494,57493,57494,57495,57493,57493,57495,57496,57493,57496,57490,57490,57496,57491,57496,57497,57491,57491,57497,57498,57495,57499,57496,57496,57499,57497,57499,57500,57497,57497,57500,57501,57497,57501,57498,57498,57501,57502,57480,57492,57483,57483,57492,57503,57492,57491,57503,57503,57491,57498,57503,57498,57504,57504,57498,57502,57483,57503,57485,57485,57503,57504,56556,57505,56536,56536,57505,57494,56554,57506,56556,56556,57506,57505,57506,57507,57505,57505,57507,57508,57505,57508,57494,57494,57508,57495,56553,57509,56554,56554,57509,57506,56552,57510,56553,56553,57510,57509,57510,57511,57509,57509,57511,57512,57509,57512,57506,57506,57512,57507,57512,57513,57507,57507,57513,57514,57511,57515,57512,57512,57515,57513,57515,57516,57513,57513,57516,57517,57513,57517,57514,57514,57517,57518,57508,57519,57495,57495,57519,57499,57507,57514,57508,57508,57514,57519,57514,57518,57519,57519,57518,57520,57519,57520,57499,57499,57520,57500,56572,57521,56552,56552,57521,57510,56570,57522,56572,56572,57522,57521,57522,57523,57521,57521,57523,57524,57521,57524,57510,57510,57524,57511,56569,57525,56570,56570,57525,57522,56568,57526,56569,56569,57526,57525,57526,57527,57525,57525,57527,57528,57525,57528,57522,57522,57528,57523,57528,57529,57523,57523,57529,57530,57527,57531,57528,57528,57531,57529,57531,57532,57529,57529,57532,57533,57529,57533,57530,57530,57533,57534,57524,57535,57511,57511,57535,57515,57523,57530,57524,57524,57530,57535,57530,57534,57535,57535,57534,57536,57535,57536,57515,57515,57536,57516,56588,57537,56568,56568,57537,57526,56586,57538,56588,56588,57538,57537,57538,57539,57537,57537,57539,57540,57537,57540,57526,57526,57540,57527,56585,57541,56586,56586,57541,57538,56584,57542,56585,56585,57542,57541,57542,57543,57541,57541,57543,57544,57541,57544,57538,57538,57544,57539,57544,57545,57539,57539,57545,57546,57543,57547,57544,57544,57547,57545,57547,57548,57545,57545,57548,57549,57545,57549,57546,57546,57549,57550,57540,57551,57527,57527,57551,57531,57539,57546,57540,57540,57546,57551,57546,57550,57551,57551,57550,57552,57551,57552,57531,57531,57552,57532,56604,57553,56584,56584,57553,57542,56602,57554,56604,56604,57554,57553,57554,57555,57553,57553,57555,57556,57553,57556,57542,57542,57556,57543,56600,57557,56602,56602,57557,57554,56600,56601,57557,57557,56601,57558,57557,57558,57559,57559,57558,57560,57557,57559,57554,57554,57559,57555,57559,57561,57555,57555,57561,57562,57559,57560,57561,57561,57560,57563,57561,57563,57564,57564,57563,57565,57561,57564,57562,57562,57564,57566,57556,57567,57543,57543,57567,57547,57555,57562,57556,57556,57562,57567,57562,57566,57567,57567,57566,57568,57567,57568,57547,57547,57568,57548,56601,56620,57558,57558,56620,57569,56620,56618,57569,57569,56618,57570,57569,57570,57571,57571,57570,57572,57558,57569,57560,57560,57569,57571,56617,57573,56618,56618,57573,57570,56616,57574,56617,56617,57574,57573,57574,57575,57573,57573,57575,57576,57573,57576,57570,57570,57576,57572,57576,57577,57572,57572,57577,57578,57575,57579,57576,57576,57579,57577,57579,57580,57577,57577,57580,57581,57577,57581,57578,57578,57581,57582,57560,57571,57563,57563,57571,57583,57571,57572,57583,57583,57572,57578,57583,57578,57584,57584,57578,57582,57563,57583,57565,57565,57583,57584,56636,57585,56616,56616,57585,57574,56634,57586,56636,56636,57586,57585,57586,57587,57585,57585,57587,57588,57585,57588,57574,57574,57588,57575,56633,57589,56634,56634,57589,57586,56632,57590,56633,56633,57590,57589,57590,57591,57589,57589,57591,57592,57589,57592,57586,57586,57592,57587,57592,57593,57587,57587,57593,57594,57591,57595,57592,57592,57595,57593,57595,57596,57593,57593,57596,57597,57593,57597,57594,57594,57597,57598,57588,57599,57575,57575,57599,57579,57587,57594,57588,57588,57594,57599,57594,57598,57599,57599,57598,57600,57599,57600,57579,57579,57600,57580,56652,57601,56632,56632,57601,57590,56650,57602,56652,56652,57602,57601,57602,57603,57601,57601,57603,57604,57601,57604,57590,57590,57604,57591,56648,57605,56650,56650,57605,57602,56649,57606,56648,56648,57606,57605,57606,57607,57605,57605,57607,57608,57605,57608,57602,57602,57608,57603,57608,57609,57603,57603,57609,57610,57607,57611,57608,57608,57611,57609,57611,57612,57609,57609,57612,57613,57609,57613,57610,57610,57613,57614,57604,57615,57591,57591,57615,57595,57603,57610,57604,57604,57610,57615,57610,57614,57615,57615,57614,57616,57615,57616,57595,57595,57616,57596,56649,56668,57606,57606,56668,57617,56668,56666,57617,57617,56666,57618,57617,57618,57619,57619,57618,57620,57606,57617,57607,57607,57617,57619,56666,56664,57618,57618,56664,57621,56664,56665,57621,57621,56665,57622,57621,57622,57623,57623,57622,57624,57618,57621,57620,57620,57621,57623,57620,57623,57625,57625,57623,57626,57623,57624,57626,57626,57624,57627,57626,57627,57628,57628,57627,57629,57625,57626,57630,57630,57626,57628,57607,57619,57611,57611,57619,57631,57619,57620,57631,57631,57620,57625,57631,57625,57632,57632,57625,57630,57611,57631,57612,57612,57631,57632,56665,56684,57622,57622,56684,57633,56684,56682,57633,57633,56682,57634,57633,57634,57635,57635,57634,57636,57622,57633,57624,57624,57633,57635,56682,56680,57634,57634,56680,57637,56680,56681,57637,57637,56681,57638,57637,57638,57639,57639,57638,57640,57634,57637,57636,57636,57637,57639,57636,57639,57641,57641,57639,57642,57639,57640,57642,57642,57640,57643,57642,57643,57644,57644,57643,57645,57641,57642,57646,57646,57642,57644,57624,57635,57627,57627,57635,57647,57635,57636,57647,57647,57636,57641,57647,57641,57648,57648,57641,57646,57627,57647,57629,57629,57647,57648,56681,56700,57638,57638,56700,57649,56700,56698,57649,57649,56698,57650,57649,57650,57651,57651,57650,57652,57638,57649,57640,57640,57649,57651,56698,56696,57650,57650,56696,57653,56696,56697,57653,57653,56697,57654,57654,57655,57653,57653,57655,57656,57650,57653,57652,57652,57653,57656,57652,57656,57657,57657,57656,57658,57655,57659,57656,57656,57659,57658,57659,57660,57658,57658,57660,57661,57657,57658,57662,57662,57658,57661,57640,57651,57643,57643,57651,57663,57651,57652,57663,57663,57652,57657,57663,57657,57664,57664,57657,57662,57643,57663,57645,57645,57663,57664,56697,56716,57654,57654,56716,57665,56716,56714,57665,57665,56714,57666,57665,57666,57667,57667,57666,57668,57665,57667,57654,57654,57667,57655,56714,56712,57666,57666,56712,57669,56712,56713,57669,57669,56713,57670,57669,57670,57671,57671,57670,57672,57666,57669,57668,57668,57669,57671,57668,57671,57673,57673,57671,57674,57671,57672,57674,57674,57672,57675,57674,57675,57676,57676,57675,57677,57674,57676,57673,57673,57676,57678,57667,57679,57655,57655,57679,57659,57668,57673,57667,57667,57673,57679,57673,57678,57679,57679,57678,57680,57679,57680,57659,57659,57680,57660,56713,56732,57670,57670,56732,57681,56732,56730,57681,57681,56730,57682,57681,57682,57683,57683,57682,57684,57670,57681,57672,57672,57681,57683,56730,56728,57682,57682,56728,57685,56728,56729,57685,57685,56729,57686,57685,57686,57687,57687,57686,57688,57682,57685,57684,57684,57685,57687,57684,57687,57689,57689,57687,57690,57687,57688,57690,57690,57688,57691,57690,57691,57692,57692,57691,57693,57689,57690,57694,57694,57690,57692,57672,57683,57675,57675,57683,57695,57683,57684,57695,57695,57684,57689,57695,57689,57696,57696,57689,57694,57675,57695,57677,57677,57695,57696,56729,56748,57686,57686,56748,57697,56748,56746,57697,57697,56746,57698,57697,57698,57699,57699,57698,57700,57686,57697,57688,57688,57697,57699,56746,56744,57698,57698,56744,57701,56744,56745,57701,57701,56745,57702,57701,57702,57703,57703,57702,57704,57698,57701,57700,57700,57701,57703,57700,57703,57705,57705,57703,57706,57703,57704,57706,57706,57704,57707,57706,57707,57708,57708,57707,57709,57705,57706,57710,57710,57706,57708,57688,57699,57691,57691,57699,57711,57699,57700,57711,57711,57700,57705,57711,57705,57712,57712,57705,57710,57691,57711,57693,57693,57711,57712,56745,56764,57702,57702,56764,57713,56764,56762,57713,57713,56762,57714,57713,57714,57715,57715,57714,57716,57702,57713,57704,57704,57713,57715,56762,56760,57714,57714,56760,57717,56760,56761,57717,57717,56761,57718,57717,57718,57719,57719,57718,57720,57714,57717,57716,57716,57717,57719,57716,57719,57721,57721,57719,57722,57719,57720,57722,57722,57720,57723,57722,57723,57724,57724,57723,57725,57721,57722,57726,57726,57722,57724,57704,57715,57707,57707,57715,57727,57715,57716,57727,57727,57716,57721,57727,57721,57728,57728,57721,57726,57707,57727,57709,57709,57727,57728,56761,56780,57718,57718,56780,57729,56778,57730,56780,56780,57730,57729,57730,57731,57729,57729,57731,57732,57729,57732,57718,57718,57732,57720,56777,57733,56778,56778,57733,57730,56776,57734,56777,56777,57734,57733,57734,57735,57733,57733,57735,57736,57733,57736,57730,57730,57736,57731,57736,57737,57731,57731,57737,57738,57735,57739,57736,57736,57739,57737,57739,57740,57737,57737,57740,57741,57737,57741,57738,57738,57741,57742,57732,57743,57720,57720,57743,57723,57731,57738,57732,57732,57738,57743,57738,57742,57743,57743,57742,57744,57743,57744,57723,57723,57744,57725,56796,57745,56776,56776,57745,57734,56794,57746,56796,56796,57746,57745,57746,57747,57745,57745,57747,57748,57745,57748,57734,57734,57748,57735,56793,57749,56794,56794,57749,57746,56792,57750,56793,56793,57750,57749,57750,57751,57749,57749,57751,57752,57749,57752,57746,57746,57752,57747,57752,57753,57747,57747,57753,57754,57751,57755,57752,57752,57755,57753,57755,57756,57753,57753,57756,57757,57753,57757,57754,57754,57757,57758,57748,57759,57735,57735,57759,57739,57747,57754,57748,57748,57754,57759,57754,57758,57759,57759,57758,57760,57759,57760,57739,57739,57760,57740,56812,57761,56792,56792,57761,57750,56810,57762,56812,56812,57762,57761,57762,57763,57761,57761,57763,57764,57761,57764,57750,57750,57764,57751,56809,57765,56810,56810,57765,57762,56808,57766,56809,56809,57766,57765,57766,57767,57765,57765,57767,57768,57765,57768,57762,57762,57768,57763,57768,57769,57763,57763,57769,57770,57767,57771,57768,57768,57771,57769,57771,57772,57769,57769,57772,57773,57769,57773,57770,57770,57773,57774,57764,57775,57751,57751,57775,57755,57763,57770,57764,57764,57770,57775,57770,57774,57775,57775,57774,57776,57775,57776,57755,57755,57776,57756,56828,57777,56808,56808,57777,57766,56826,57778,56828,56828,57778,57777,57778,57779,57777,57777,57779,57780,57777,57780,57766,57766,57780,57767,56825,57781,56826,56826,57781,57778,56824,57782,56825,56825,57782,57781,57782,57783,57781,57781,57783,57784,57781,57784,57778,57778,57784,57779,57784,57785,57779,57779,57785,57786,57783,57787,57784,57784,57787,57785,57787,57788,57785,57785,57788,57789,57785,57789,57786,57786,57789,57790,57780,57791,57767,57767,57791,57771,57779,57786,57780,57780,57786,57791,57786,57790,57791,57791,57790,57792,57791,57792,57771,57771,57792,57772,56844,57793,56824,56824,57793,57782,56842,57794,56844,56844,57794,57793,57794,57795,57793,57793,57795,57796,57793,57796,57782,57782,57796,57783,56841,57797,56842,56842,57797,57794,56840,57798,56841,56841,57798,57797,57798,57799,57797,57797,57799,57800,57797,57800,57794,57794,57800,57795,57800,57801,57795,57795,57801,57802,57799,57803,57800,57800,57803,57801,57803,57804,57801,57801,57804,57805,57801,57805,57802,57802,57805,57806,57796,57807,57783,57783,57807,57787,57795,57802,57796,57796,57802,57807,57802,57806,57807,57807,57806,57808,57807,57808,57787,57787,57808,57788,56860,57809,56840,56840,57809,57798,56858,57810,56860,56860,57810,57809,57810,57811,57809,57809,57811,57812,57809,57812,57798,57798,57812,57799,56856,57813,56858,56858,57813,57810,56857,57814,56856,56856,57814,57813,57814,57815,57813,57813,57815,57816,57813,57816,57810,57810,57816,57811,57816,57817,57811,57811,57817,57818,57815,57819,57816,57816,57819,57817,57819,57820,57817,57817,57820,57821,57817,57821,57818,57818,57821,57822,57812,57823,57799,57799,57823,57803,57811,57818,57812,57812,57818,57823,57818,57822,57823,57823,57822,57824,57823,57824,57803,57803,57824,57804,56857,56876,57814,57814,56876,57825,56876,56874,57825,57825,56874,57826,57825,57826,57827,57827,57826,57828,57814,57825,57815,57815,57825,57827,56874,56872,57826,57826,56872,57829,56872,56873,57829,57829,56873,57830,57829,57830,57831,57831,57830,57832,57826,57829,57828,57828,57829,57831,57828,57831,57833,57833,57831,57834,57831,57832,57834,57834,57832,57835,57834,57835,57836,57836,57835,57837,57833,57834,57838,57838,57834,57836,57815,57827,57819,57819,57827,57839,57827,57828,57839,57839,57828,57833,57839,57833,57840,57840,57833,57838,57819,57839,57820,57820,57839,57840,56873,56892,57830,57830,56892,57841,56892,56890,57841,57841,56890,57842,57841,57842,57843,57843,57842,57844,57830,57841,57832,57832,57841,57843,56890,56888,57842,57842,56888,57845,56888,56889,57845,57845,56889,57846,57845,57846,57847,57847,57846,57848,57842,57845,57844,57844,57845,57847,57844,57847,57849,57849,57847,57850,57847,57848,57850,57850,57848,57851,57850,57851,57852,57852,57851,57853,57849,57850,57854,57854,57850,57852,57832,57843,57835,57835,57843,57855,57843,57844,57855,57855,57844,57849,57855,57849,57856,57856,57849,57854,57835,57855,57837,57837,57855,57856,56889,56908,57846,57846,56908,57857,56908,56906,57857,57857,56906,57858,57857,57858,57859,57859,57858,57860,57846,57857,57848,57848,57857,57859,56906,56904,57858,57858,56904,57861,56904,56905,57861,57861,56905,57862,57861,57862,57863,57863,57862,57864,57858,57861,57860,57860,57861,57863,57860,57863,57865,57865,57863,57866,57863,57864,57866,57866,57864,57867,57866,57867,57868,57868,57867,57869,57865,57866,57870,57870,57866,57868,57848,57859,57851,57851,57859,57871,57859,57860,57871,57871,57860,57865,57871,57865,57872,57872,57865,57870,57851,57871,57853,57853,57871,57872,56905,56924,57862,57862,56924,57873,56924,56922,57873,57873,56922,57874,57873,57874,57875,57875,57874,57876,57862,57873,57864,57864,57873,57875,56922,56920,57874,57874,56920,57877,56920,56921,57877,57877,56921,57878,57877,57878,57879,57879,57878,57880,57874,57877,57876,57876,57877,57879,57876,57879,57881,57881,57879,57882,57879,57880,57882,57882,57880,57883,57882,57883,57884,57884,57883,57885,57881,57882,57886,57886,57882,57884,57864,57875,57867,57867,57875,57887,57875,57876,57887,57887,57876,57881,57887,57881,57888,57888,57881,57886,57867,57887,57869,57869,57887,57888,56921,56940,57878,57878,56940,57889,56940,56938,57889,57889,56938,57890,57889,57890,57891,57891,57890,57892,57878,57889,57880,57880,57889,57891,56938,56936,57890,57890,56936,57893,56936,56937,57893,57893,56937,57894,57893,57894,57895,57895,57894,57896,57890,57893,57892,57892,57893,57895,57892,57895,57897,57897,57895,57898,57895,57896,57898,57898,57896,57899,57898,57899,57900,57900,57899,57901,57897,57898,57902,57902,57898,57900,57880,57891,57883,57883,57891,57903,57891,57892,57903,57903,57892,57897,57903,57897,57904,57904,57897,57902,57883,57903,57885,57885,57903,57904,56937,56956,57894,57894,56956,57905,56956,56954,57905,57905,56954,57906,57905,57906,57907,57907,57906,57908,57894,57905,57896,57896,57905,57907,56954,56952,57906,57906,56952,57909,56952,56953,57909,57909,56953,57910,57909,57910,57911,57911,57910,57912,57906,57909,57908,57908,57909,57911,57908,57911,57913,57913,57911,57914,57911,57912,57914,57914,57912,57915,57914,57915,57916,57916,57915,57917,57913,57914,57918,57918,57914,57916,57896,57907,57899,57899,57907,57919,57907,57908,57919,57919,57908,57913,57919,57913,57920,57920,57913,57918,57899,57919,57901,57901,57919,57920,56953,56972,57910,57910,56972,57921,56972,56970,57921,57921,56970,57922,57921,57922,57923,57923,57922,57924,57910,57921,57912,57912,57921,57923,56970,56968,57922,57922,56968,57925,56968,56969,57925,57925,56969,57926,57925,57926,57927,57927,57926,57928,57922,57925,57924,57924,57925,57927,57924,57927,57929,57929,57927,57930,57927,57928,57930,57930,57928,57931,57930,57931,57932,57932,57931,57933,57929,57930,57934,57934,57930,57932,57912,57923,57915,57915,57923,57935,57923,57924,57935,57935,57924,57929,57935,57929,57936,57936,57929,57934,57915,57935,57917,57917,57935,57936,56969,56988,57926,57926,56988,57937,56986,57938,56988,56988,57938,57937,57938,57939,57937,57937,57939,57940,57937,57940,57926,57926,57940,57928,56986,56984,57938,57938,56984,57941,56984,56985,57941,57941,56985,57942,57942,57943,57941,57941,57943,57944,57941,57944,57938,57938,57944,57939,57944,57945,57939,57939,57945,57946,57943,57947,57944,57944,57947,57945,57947,57948,57945,57945,57948,57949,57945,57949,57946,57946,57949,57950,57940,57951,57928,57928,57951,57931,57939,57946,57940,57940,57946,57951,57946,57950,57951,57951,57950,57952,57951,57952,57931,57931,57952,57933,56985,57004,57942,57942,57004,57953,57004,57002,57953,57953,57002,57954,57953,57954,57955,57955,57954,57956,57942,57953,57943,57943,57953,57955,57002,57000,57954,57954,57000,57957,57000,57001,57957,57957,57001,57958,57957,57958,57959,57959,57958,57960,57954,57957,57956,57956,57957,57959,57956,57959,57961,57961,57959,57962,57959,57960,57962,57962,57960,57963,57962,57963,57964,57964,57963,57965,57961,57962,57966,57966,57962,57964,57943,57955,57947,57947,57955,57967,57955,57956,57967,57967,57956,57961,57967,57961,57968,57968,57961,57966,57967,57968,57947,57947,57968,57948,57001,57020,57958,57958,57020,57969,57020,57018,57969,57969,57018,57970,57969,57970,57971,57971,57970,57972,57958,57969,57960,57960,57969,57971,57018,57016,57970,57970,57016,57973,57016,57017,57973,57973,57017,57974,57973,57974,57975,57975,57974,57976,57970,57973,57972,57972,57973,57975,57972,57975,57977,57977,57975,57978,57975,57976,57978,57978,57976,57979,57978,57979,57980,57980,57979,57981,57977,57978,57982,57982,57978,57980,57960,57971,57963,57963,57971,57983,57971,57972,57983,57983,57972,57977,57983,57977,57984,57984,57977,57982,57963,57983,57965,57965,57983,57984,57017,57036,57974,57974,57036,57985,57036,57034,57985,57985,57034,57986,57985,57986,57987,57987,57986,57988,57974,57985,57976,57976,57985,57987,57034,57032,57986,57986,57032,57989,57032,57033,57989,57989,57033,57990,57989,57990,57991,57991,57990,57992,57986,57989,57988,57988,57989,57991,57988,57991,57993,57993,57991,57994,57991,57992,57994,57994,57992,57995,57994,57995,57996,57996,57995,57997,57993,57994,57998,57998,57994,57996,57976,57987,57979,57979,57987,57999,57987,57988,57999,57999,57988,57993,57999,57993,58000,58000,57993,57998,57979,57999,57981,57981,57999,58000,57033,57052,57990,57990,57052,58001,57052,57050,58001,58001,57050,58002,58001,58002,58003,58003,58002,58004,57990,58001,57992,57992,58001,58003,57050,57048,58002,58002,57048,58005,57048,57049,58005,58005,57049,58006,58005,58006,58007,58007,58006,58008,58002,58005,58004,58004,58005,58007,58004,58007,58009,58009,58007,58010,58007,58008,58010,58010,58008,58011,58010,58011,58012,58012,58011,58013,58009,58010,58014,58014,58010,58012,57992,58003,57995,57995,58003,58015,58003,58004,58015,58015,58004,58009,58015,58009,58016,58016,58009,58014,57995,58015,57997,57997,58015,58016,57049,57068,58006,58006,57068,58017,57068,57066,58017,58017,57066,58018,58017,58018,58019,58019,58018,58020,58006,58017,58008,58008,58017,58019,57066,57064,58018,58018,57064,58021,57064,57065,58021,58021,57065,58022,58021,58022,58023,58023,58022,58024,58018,58021,58020,58020,58021,58023,58020,58023,58025,58025,58023,58026,58023,58024,58026,58026,58024,58027,58026,58027,58028,58028,58027,58029,58025,58026,58030,58030,58026,58028,58008,58019,58011,58011,58019,58031,58019,58020,58031,58031,58020,58025,58031,58025,58032,58032,58025,58030,58011,58031,58013,58013,58031,58032,57065,57084,58022,58022,57084,58033,57084,57082,58033,58033,57082,58034,58033,58034,58035,58035,58034,58036,58022,58033,58024,58024,58033,58035,57081,58037,57082,57082,58037,58034,57080,58038,57081,57081,58038,58037,58038,58039,58037,58037,58039,58040,58037,58040,58034,58034,58040,58036,58040,58041,58036,58036,58041,58042,58039,58043,58040,58040,58043,58041,58041,58043,58044,58044,58043,58045,58042,58041,58046,58046,58041,58044,58024,58035,58027,58027,58035,58047,58035,58036,58047,58047,58036,58042,58047,58042,58048,58048,58042,58046,58027,58047,58029,58029,58047,58048,57100,58049,57080,57080,58049,58038,57098,58050,57100,57100,58050,58049,58050,58051,58049,58049,58051,58052,58049,58052,58038,58038,58052,58039,57097,58053,57098,57098,58053,58050,57096,58054,57097,57097,58054,58053,58054,58055,58053,58053,58055,58056,58053,58056,58050,58050,58056,58051,58056,58057,58051,58051,58057,58058,58055,58059,58056,58056,58059,58057,58059,58060,58057,58057,58060,58061,58057,58061,58058,58058,58061,58062,58052,58063,58039,58039,58063,58043,58051,58058,58052,58052,58058,58063,58058,58062,58063,58063,58062,58064,58063,58064,58043,58043,58064,58045,57116,58065,57096,57096,58065,58054,57114,58066,57116,57116,58066,58065,58066,58067,58065,58065,58067,58068,58065,58068,58054,58054,58068,58055,57113,58069,57114,57114,58069,58066,57112,58070,57113,57113,58070,58069,58069,58070,58071,58071,58070,58072,58066,58069,58067,58067,58069,58071,58067,58071,58073,58073,58071,58074,58071,58072,58074,58074,58072,58075,58074,58075,58076,58076,58075,58077,58073,58074,58078,58078,58074,58076,58068,58079,58055,58055,58079,58059,58068,58067,58079,58079,58067,58073,58079,58073,58080,58080,58073,58078,58059,58079,58060,58060,58079,58080],solid=False,ccw=True,colorPerVertex=True,normalPerVertex=True,
        texCoord=MultiTextureCoordinate(
          texCoord=[
          TextureCoordinate(mapping='TEXCOORD_0',point=[(0.9951518,0),(0.9951518,0.004097223),(0.999094,0),(0.999094,0.004097223),(0.9912095,0),(0.9912094,0.004097223),(0.9912094,0.008191884),(0.9951518,0.008192956),(0.999094,0.008194506),(0.9872673,0),(0.9872668,0.004097223),(0.983325,0),(0.9833236,0.004097223),(0.9833231,0.008191526),(0.9872665,0.008191526),(0.9872664,0.01227999),(0.9912093,0.01228142),(0.983323,0.01227999),(0.983323,0.01635957),(0.9872664,0.01635963),(0.9912093,0.01636183),(0.9951518,0.01228583),(0.999094,0.01229179),(0.9951518,0.01636839),(0.999094,0.01638901),(0.9793795,0),(0.9793791,0.004097223),(0.975434,0),(0.9754307,0.004097223),(0.9754282,0.008191526),(0.9793788,0.008191526),(0.9714885,0),(0.9714758,0.004097223),(0.967543,0),(0.9674986,0.004097223),(0.9674844,0.008191526),(0.9714663,0.008191526),(0.9714631,0.01227999),(0.9754274,0.01227999),(0.9674796,0.01227999),(0.9674796,0.01635957),(0.9714631,0.01635963),(0.9754274,0.01635957),(0.9793787,0.01227999),(0.9793787,0.01635963),(0.963496,0),(0.9634833,0.004097223),(0.959449,0),(0.9594458,0.004097223),(0.9594433,0.008191526),(0.9634739,0.008191526),(0.955402,0),(0.9554018,0.004097223),(0.951355,0),(0.9513543,0.004097223),(0.951354,0.008191526),(0.9554017,0.008191526),(0.9554016,0.01227999),(0.9594426,0.01227999),(0.9513539,0.01227999),(0.9513539,0.01635957),(0.9554016,0.01635963),(0.9594425,0.01635957),(0.9634707,0.01227999),(0.9634706,0.01635963),(0.9473062,0),(0.947306,0.004097223),(0.9432575,0),(0.9432536,0.004097223),(0.9432507,0.008191526),(0.9473059,0.008191526),(0.9392087,0),(0.9391935,0.004097223),(0.93516,0),(0.9351067,0.004097223),(0.9350896,0.008191526),(0.9391821,0.008191526),(0.9391782,0.01227999),(0.9432497,0.01227999),(0.9350839,0.01227999),(0.9350839,0.01635957),(0.9391783,0.01635963),(0.9432497,0.01635957),(0.9473058,0.01227999),(0.9473058,0.01635963),(0.9309895,0),(0.9309742,0.004097223),(0.926819,0),(0.9268148,0.004097223),(0.9268116,0.008191526),(0.9309629,0.008191526),(0.9226485,0),(0.9226469,0.004097223),(0.918478,0),(0.9184725,0.004097223),(0.9184707,0.008191526),(0.9226457,0.008191526),(0.9226453,0.01227999),(0.9268106,0.01227999),(0.9184701,0.01227999),(0.9184701,0.01635957),(0.9226453,0.01635963),(0.9268106,0.01635957),(0.930959,0.01227999),(0.930959,0.01635963),(0.914295,0),(0.9142934,0.004097223),(0.910112,0),(0.9101115,0.004097223),(0.9142922,0.008191526),(0.9101111,0.008191526),(0.905929,0),(0.9059284,0.004097223),(0.901746,0),(0.9017438,0.004097223),(0.9059279,0.008191526),(0.9017431,0.008191526),(0.910111,0.01227999),(0.9059278,0.01227999),(0.9017429,0.01227999),(0.9017428,0.01635957),(0.9059278,0.01635963),(0.9101109,0.01635957),(0.9142919,0.01227999),(0.9142919,0.01635963),(0.897558,0),(0.8975573,0.004097223),(0.89337,0),(0.8933694,0.004097223),(0.8975568,0.008191526),(0.893369,0.008191526),(0.889182,0),(0.8891804,0.004097223),(0.884994,0),(0.8849883,0.004097223),(0.8849865,0.008191526),(0.8891792,0.008191526),(0.8891787,0.01227999),(0.8933688,0.01227999),(0.8849859,0.01227999),(0.8849859,0.01635957),(0.8891788,0.01635963),(0.8933688,0.01635957),(0.8975567,0.01227999),(0.8975567,0.01635963),(0.880793,0),(0.8807913,0.004097223),(0.876592,0),(0.8765863,0.004097223),(0.8765821,0.008191526),(0.8807901,0.008191526),(0.872391,0),(0.8723699,0.004097223),(0.86819,0),(0.8681161,0.004097223),(0.8680924,0.008191526),(0.872354,0.008191526),(0.8723488,0.01227999),(0.8765806,0.01227999),(0.8680845,0.01227999),(0.8680845,0.01635957),(0.8723488,0.01635963),(0.8765806,0.01635957),(0.8807898,0.01227999),(0.8807898,0.01635963),(0.8638202,0),(0.8637992,0.004097223),(0.8594505,0),(0.8594497,0.004097223),(0.8594493,0.008191526),(0.8637834,0.008191526),(0.8550807,0),(0.855099,0.004097223),(0.850711,0),(0.850775,0.004097223),(0.8507955,0.008191526),(0.8551127,0.008191526),(0.8551173,0.01227999),(0.8594491,0.01227999),(0.8508024,0.01227999),(0.8508024,0.01635957),(0.8551173,0.01635963),(0.859449,0.01635957),(0.8637781,0.01227999),(0.8637781,0.01635963),(0.8464875,0),(0.8465058,0.004097223),(0.842264,0),(0.8422685,0.004097223),(0.8422719,0.008191526),(0.8465195,0.008191526),(0.8380405,0),(0.8380404,0.004097223),(0.833817,0),(0.8338167,0.004097223),(0.8338166,0.008191526),(0.8380404,0.008191526),(0.8422731,0.01227999),(0.8380403,0.01227999),(0.8338165,0.01227999),(0.8380404,0.01635963),(0.8338165,0.01635957),(0.8422731,0.01635957),(0.846524,0.01227999),(0.846524,0.01635963),(0.8295928,0),(0.8295927,0.004097223),(0.8253685,0),(0.8253657,0.004097223),(0.8295926,0.008191526),(0.8253635,0.008191526),(0.8211442,0),(0.821133,0.004097223),(0.81692,0),(0.8168806,0.004097223),(0.8168679,0.008191526),(0.8211246,0.008191526),(0.8253628,0.01227999),(0.8211217,0.01227999),(0.8168637,0.01227999),(0.8211217,0.01635963),(0.8168637,0.01635957),(0.8253628,0.01635957),(0.8295926,0.01227999),(0.8295926,0.01635963),(0.8126057,0),(0.8125945,0.004097223),(0.8082915,0),(0.8082907,0.004097223),(0.8082901,0.008191526),(0.812586,0.008191526),(0.8039773,0),(0.8039854,0.004097223),(0.799663,0),(0.7996913,0.004097223),(0.7997004,0.008191526),(0.8039914,0.008191526),(0.8082899,0.01227999),(0.8039935,0.01227999),(0.7997035,0.01227999),(0.8039935,0.01635963),(0.7997035,0.01635957),(0.8082899,0.01635957),(0.8125832,0.01227999),(0.8125832,0.01635963),(0.7954135,0),(0.7954216,0.004097223),(0.791164,0),(0.7911699,0.004097223),(0.7911743,0.008191526),(0.7954277,0.008191526),(0.7869145,0),(0.7869298,0.004097223),(0.782665,0),(0.7827187,0.004097223),(0.7827359,0.008191526),(0.7869414,0.008191526),(0.7869452,0.01227999),(0.7911757,0.01227999),(0.7827417,0.01227999),(0.7827417,0.01635957),(0.7869452,0.01635963),(0.7911757,0.01635957),(0.7954297,0.01227999),(0.7954297,0.01635963),(0.7785382,0),(0.7785535,0.004097223),(0.7744115,0),(0.7744163,0.004097223),(0.7744199,0.008191526),(0.778565,0.008191526),(0.7702848,0),(0.7702886,0.004097223),(0.766158,0),(0.7661716,0.004097223),(0.766176,0.008191526),(0.7702916,0.008191526),(0.7702925,0.01227999),(0.7744212,0.01227999),(0.7661775,0.01227999),(0.7661775,0.01635957),(0.7702925,0.01635963),(0.7744212,0.01635957),(0.778569,0.01227999),(0.778569,0.01635963),(0.7620625,0),(0.7620664,0.004097223),(0.757967,0),(0.757964,0.004097223),(0.7579618,0.008191526),(0.7620693,0.008191526),(0.7538715,0),(0.7538557,0.004097223),(0.749776,0),(0.7497207,0.004097223),(0.7497028,0.008191526),(0.7538438,0.008191526),(0.7538399,0.01227999),(0.757961,0.01227999),(0.7496969,0.01227999),(0.7496969,0.01635957),(0.7538399,0.01635963),(0.757961,0.01635957),(0.7620703,0.01227999),(0.7620703,0.01635963),(0.745554,0),(0.7455382,0.004097223),(0.741332,0),(0.7413282,0.004097223),(0.7413254,0.008191526),(0.7455263,0.008191526),(0.73711,0),(0.7371109,0.004097223),(0.732888,0),(0.732891,0.004097223),(0.7328919,0.008191526),(0.7371114,0.008191526),(0.7371117,0.01227999),(0.7413245,0.01227999),(0.7328922,0.01227999),(0.7328922,0.01635957),(0.7371117,0.01635963),(0.7413245,0.01635957),(0.7455223,0.01227999),(0.7455223,0.01635963),(0.7286727,0),(0.7286736,0.004097223),(0.7244575,0),(0.7244573,0.004097223),(0.7286742,0.008191526),(0.7244573,0.008191526),(0.7202423,0),(0.7202409,0.004097223),(0.716027,0),(0.7160221,0.004097223),(0.7202398,0.008191526),(0.7160205,0.008191526),(0.7244572,0.01227999),(0.7202395,0.01227999),(0.71602,0.01227999),(0.7202394,0.01635963),(0.71602,0.01635957),(0.7244572,0.01635957),(0.7286744,0.01227999),(0.7286744,0.01635963),(0.7118005,0),(0.7117991,0.004097223),(0.707574,0),(0.7075741,0.004097223),(0.7117981,0.008191526),(0.7075742,0.008191526),(0.7033475,0),(0.7033495,0.004097223),(0.699121,0),(0.6991278,0.004097223),(0.7033509,0.008191526),(0.6991299,0.008191526),(0.7075742,0.01227999),(0.7033514,0.01227999),(0.6991307,0.01227999),(0.7033514,0.01635963),(0.6991307,0.01635957),(0.7075742,0.01635957),(0.7117977,0.01227999),(0.7117977,0.01635963),(0.69491,0),(0.694912,0.004097223),(0.690699,0),(0.6906991,0.004097223),(0.6949134,0.008191526),(0.6906992,0.008191526),(0.686488,0),(0.6864865,0.004097223),(0.682277,0),(0.6822717,0.004097223),(0.6864853,0.008191526),(0.6822699,0.008191526),(0.6906992,0.01227999),(0.6864849,0.01227999),(0.6822694,0.01227999),(0.6864849,0.01635963),(0.6822693,0.01635957),(0.6906992,0.01635957),(0.6949139,0.01227999),(0.6949139,0.01635963),(0.6780537,0),(0.6780522,0.004097223),(0.6738305,0),(0.6738288,0.004097223),(0.6780511,0.008191526),(0.6738276,0.008191526),(0.6696073,0),(0.6696022,0.004097223),(0.665384,0),(0.6653663,0.004097223),(0.6695984,0.008191526),(0.6653606,0.008191526),(0.6738272,0.01227999),(0.6695971,0.01227999),(0.6653587,0.01227999),(0.6695971,0.01635963),(0.6653587,0.01635957),(0.6738272,0.01635957),(0.6780508,0.01227999),(0.6780507,0.01635963),(0.6611203,0),(0.6611152,0.004097223),(0.6568565,0),(0.6568568,0.004097223),(0.6611114,0.008191526),(0.6568571,0.008191526),(0.6525928,0),(0.6525991,0.004097223),(0.648329,0),(0.648351,0.004097223),(0.6526038,0.008191526),(0.6483581,0.008191526),(0.6568571,0.01227999),(0.6526054,0.01227999),(0.6483604,0.01227999),(0.6526053,0.01635963),(0.6483604,0.01635957),(0.6568571,0.01635957),(0.6611102,0.01227999),(0.6611102,0.01635963),(0.6441155,0),(0.6441218,0.004097223),(0.639902,0),(0.6399031,0.004097223),(0.6441265,0.008191526),(0.639904,0.008191526),(0.6356885,0),(0.6356868,0.004097223),(0.631475,0),(0.6314689,0.004097223),(0.6356854,0.008191526),(0.6314669,0.008191526),(0.6399043,0.01227999),(0.635685,0.01227999),(0.6314663,0.01227999),(0.635685,0.01635963),(0.6314663,0.01635957),(0.6399043,0.01635957),(0.6441281,0.01227999),(0.6441281,0.01635963),(0.6272475,0),(0.6272457,0.004097223),(0.62302,0),(0.6230204,0.004097223),(0.6272444,0.008191526),(0.6230208,0.008191526),(0.6187925,0),(0.6187959,0.004097223),(0.614565,0),(0.6145771,0.004097223),(0.6187985,0.008191526),(0.6145809,0.008191526),(0.6230208,0.01227999),(0.6187993,0.01227999),(0.6145822,0.01227999),(0.6187993,0.01635963),(0.6145822,0.01635957),(0.6230209,0.01635957),(0.627244,0.01227999),(0.627244,0.01635963),(0.610365,0),(0.6103685,0.004097223),(0.6061651,0),(0.6061629,0.004097223),(0.6103711,0.008191526),(0.6061612,0.008191526),(0.6019651,0),(0.6019529,0.004097223),(0.597765,0),(0.5977224,0.004097223),(0.6019437,0.008191526),(0.5977086,0.008191526),(0.6019406,0.01227999),(0.6061606,0.01227999),(0.5977041,0.01227999),(0.5977041,0.01635957),(0.6019406,0.01635963),(0.6061606,0.01635957),(0.6103719,0.01227999),(0.6103719,0.01635963),(0.5934675,0),(0.5934553,0.004097223),(0.58917,0),(0.5891695,0.004097223),(0.5891691,0.008191526),(0.5934462,0.008191526),(0.5848725,0),(0.5848826,0.004097223),(0.580575,0),(0.5806105,0.004097223),(0.5806218,0.008191526),(0.5848902,0.008191526),(0.5848927,0.01227999),(0.589169,0.01227999),(0.5806257,0.01227999),(0.5806257,0.01635957),(0.5848927,0.01635963),(0.589169,0.01635957),(0.5934432,0.01227999),(0.5934432,0.01635963),(0.5763585,0),(0.5763686,0.004097223),(0.572142,0),(0.5721444,0.004097223),(0.5721463,0.008191526),(0.5763762,0.008191526),(0.5679255,0),(0.5679252,0.004097223),(0.563709,0),(0.5637081,0.004097223),(0.5637078,0.008191526),(0.567925,0.008191526),(0.567925,0.01227999),(0.572147,0.01227999),(0.5637077,0.01227999),(0.5637077,0.01635957),(0.567925,0.01635963),(0.572147,0.01635957),(0.5763788,0.01227999),(0.5763788,0.01635963),(0.5594905,0),(0.5594903,0.004097223),(0.555272,0),(0.5552717,0.004097223),(0.5552716,0.008191526),(0.55949,0.008191526),(0.5510535,0),(0.5510528,0.004097223),(0.546835,0),(0.5468327,0.004097223),(0.546832,0.008191526),(0.5510523,0.008191526),(0.5510522,0.01227999),(0.5552715,0.01227999),(0.5468317,0.01227999),(0.5468317,0.01635957),(0.5510522,0.01635963),(0.5552715,0.01635957),(0.55949,0.01227999),(0.55949,0.01635963),(0.5426112,0),(0.5426106,0.004097223),(0.5383875,0),(0.5383887,0.004097223),(0.5383896,0.008191526),(0.5426101,0.008191526),(0.5341638,0),(0.5341691,0.004097223),(0.52994,0),(0.5299588,0.004097223),(0.5299649,0.008191526),(0.5341733,0.008191526),(0.5341746,0.01227999),(0.5383899,0.01227999),(0.5299669,0.01227999),(0.529967,0.01635957),(0.5341746,0.01635963),(0.5383899,0.01635957),(0.5426099,0.01227999),(0.5426099,0.01635963),(0.5257592,0),(0.5257646,0.004097223),(0.5215785,0),(0.5215801,0.004097223),(0.5257687,0.008191526),(0.5215814,0.008191526),(0.5173978,0),(0.5173989,0.004097223),(0.513217,0),(0.513221,0.004097223),(0.5173997,0.008191526),(0.5132223,0.008191526),(0.5215818,0.01227999),(0.5174,0.01227999),(0.5132228,0.01227999),(0.5174,0.01635963),(0.5132228,0.01635957),(0.5215818,0.01635957),(0.52577,0.01227999),(0.52577,0.01635963),(0.5090455,0),(0.5090467,0.004097223),(0.504874,0),(0.5048733,0.004097223),(0.5090475,0.008191526),(0.5048728,0.008191526),(0.5007025,0),(0.5006987,0.004097223),(0.496531,0),(0.4965177,0.004097223),(0.5006958,0.008191526),(0.4965134,0.008191526),(0.5048727,0.01227999),(0.5006949,0.01227999),(0.4965119,0.01227999),(0.5006949,0.01635963),(0.4965119,0.01635957),(0.5048727,0.01635957),(0.5090478,0.01227999),(0.5090478,0.01635963),(0.492329,0),(0.4923252,0.004097223),(0.488127,0),(0.4881252,0.004097223),(0.4923223,0.008191526),(0.4881239,0.008191526),(0.483925,0),(0.4839217,0.004097223),(0.479723,0),(0.4797114,0.004097223),(0.4839192,0.008191526),(0.4797077,0.008191526),(0.4881234,0.01227999),(0.4839184,0.01227999),(0.4797065,0.01227999),(0.4839184,0.01635963),(0.4797064,0.01635957),(0.4881234,0.01635957),(0.4923214,0.01227999),(0.4923214,0.01635963),(0.4754945,0),(0.4754912,0.004097223),(0.471266,0),(0.4712706,0.004097223),(0.4754887,0.008191526),(0.471274,0.008191526),(0.4670375,0),(0.4670591,0.004097223),(0.462809,0),(0.4628847,0.004097223),(0.4670753,0.008191526),(0.462909,0.008191526),(0.4712752,0.01227999),(0.4670808,0.01227999),(0.4629171,0.01227999),(0.4670808,0.01635963),(0.4629171,0.01635957),(0.4712752,0.01635957),(0.4754879,0.01227999),(0.4754879,0.01635963),(0.4587535,0),(0.4587751,0.004097223),(0.454698,0),(0.4547005,0.004097223),(0.4547025,0.008191526),(0.4587913,0.008191526),(0.4506425,0),(0.4506311,0.004097223),(0.446587,0),(0.4465471,0.004097223),(0.4465342,0.008191526),(0.4506226,0.008191526),(0.4506197,0.01227999),(0.4547031,0.01227999),(0.44653,0.01227999),(0.44653,0.01635957),(0.4506197,0.01635963),(0.4547031,0.01635957),(0.4587967,0.01227999),(0.4587967,0.01635963),(0.4424403,0),(0.4424288,0.004097223),(0.4382935,0),(0.4382896,0.004097223),(0.4382866,0.008191526),(0.4424203,0.008191526),(0.4341468,0),(0.4341424,0.004097223),(0.43,0),(0.4299846,0.004097223),(0.4299796,0.008191526),(0.434139,0.008191526),(0.4341379,0.01227999),(0.4382856,0.01227999),(0.429978,0.01227999),(0.4341379,0.01635963),(0.429978,0.01635957),(0.4382856,0.01635957),(0.4424174,0.01227999),(0.4424174,0.01635963),(0.425818,0),(0.4258136,0.004097223),(0.421636,0),(0.4216336,0.004097223),(0.4258103,0.008191526),(0.4216318,0.008191526),(0.417454,0),(0.4174487,0.004097223),(0.413272,0),(0.4132535,0.004097223),(0.4132476,0.008191526),(0.4174447,0.008191526),(0.4174434,0.01227999),(0.4216312,0.01227999),(0.4132456,0.01227999),(0.4132456,0.01635957),(0.4174434,0.01635963),(0.4216312,0.01635957),(0.4258092,0.01227999),(0.4258092,0.01635963),(0.4090477,0),(0.4090425,0.004097223),(0.4048235,0),(0.4048218,0.004097223),(0.4048206,0.008191526),(0.4090385,0.008191526),(0.4005992,0),(0.4005978,0.004097223),(0.396375,0),(0.3963698,0.004097223),(0.4005966,0.008191526),(0.3963681,0.008191526),(0.4048201,0.01227999),(0.4005963,0.01227999),(0.3963675,0.01227999),(0.4005963,0.01635963),(0.3963675,0.01635957),(0.4048201,0.01635957),(0.4090372,0.01227999),(0.4090372,0.01635963),(0.3921387,0),(0.3921372,0.004097223),(0.3879025,0),(0.3879019,0.004097223),(0.3879014,0.008191526),(0.3921361,0.008191526),(0.3836662,0),(0.3836652,0.004097223),(0.37943,0),(0.3794264,0.004097223),(0.3836644,0.008191526),(0.3794252,0.008191526),(0.3836642,0.01227999),(0.3879012,0.01227999),(0.3794248,0.01227999),(0.3836642,0.01635963),(0.3794248,0.01635957),(0.3879012,0.01635957),(0.3921357,0.01227999),(0.3921357,0.01635963),(0.3751855,0),(0.3751844,0.004097223),(0.370941,0),(0.3709425,0.004097223),(0.3751837,0.008191526),(0.3709437,0.008191526),(0.3666965,0),(0.3667038,0.004097223),(0.362452,0),(0.3624777,0.004097223),(0.3667094,0.008191526),(0.3624859,0.008191526),(0.3709442,0.01227999),(0.3667112,0.01227999),(0.3624887,0.01227999),(0.3667112,0.01635963),(0.3624887,0.01635957),(0.3709441,0.01635957),(0.3751834,0.01227999),(0.3751834,0.01635963),(0.3582662,0),(0.3582736,0.004097223),(0.3540805,0),(0.3540813,0.004097223),(0.3582791,0.008191526),(0.3540819,0.008191526),(0.3498948,0),(0.3498906,0.004097223),(0.345709,0),(0.3456945,0.004097223),(0.3498875,0.008191526),(0.3456898,0.008191526),(0.3540821,0.01227999),(0.3498864,0.01227999),(0.3456882,0.01227999),(0.3498864,0.01635963),(0.3456882,0.01635957),(0.3540821,0.01635957),(0.3582809,0.01227999),(0.358281,0.01635963),(0.34149,0),(0.3414859,0.004097223),(0.337271,0),(0.3372703,0.004097223),(0.3414827,0.008191526),(0.3372697,0.008191526),(0.333052,0),(0.3330531,0.004097223),(0.328833,0),(0.3288367,0.004097223),(0.3288379,0.008191526),(0.3330539,0.008191526),(0.3372695,0.01227999),(0.3330541,0.01227999),(0.3288383,0.01227999),(0.3288383,0.01635957),(0.3330541,0.01635963),(0.3372695,0.01635957),(0.3414817,0.01227999),(0.3414817,0.01635963),(0.3246225,0),(0.3246236,0.004097223),(0.320412,0),(0.3204149,0.004097223),(0.3204171,0.008191526),(0.3246244,0.008191526),(0.3162015,0),(0.3162121,0.004097223),(0.311991,0),(0.3120282,0.004097223),(0.3120402,0.008191526),(0.3162201,0.008191526),(0.3162228,0.01227999),(0.3204179,0.01227999),(0.3120441,0.01227999),(0.3120441,0.01635957),(0.3162228,0.01635963),(0.3204179,0.01635957),(0.3246247,0.01227999),(0.3246247,0.01635963),(0.3078655,0),(0.3078761,0.004097223),(0.30374,0),(0.3037414,0.004097223),(0.3078841,0.008191526),(0.3037424,0.008191526),(0.2996145,0),(0.2996093,0.004097223),(0.295489,0),(0.2954708,0.004097223),(0.2996055,0.008191526),(0.295465,0.008191526),(0.3037428,0.01227999),(0.2996041,0.01227999),(0.2954631,0.01227999),(0.2954631,0.01635957),(0.2996041,0.01635963),(0.3037427,0.01635957),(0.3078868,0.01227999),(0.3078868,0.01635963),(0.291322,0),(0.2913168,0.004097223),(0.287155,0),(0.2871546,0.004097223),(0.2913129,0.008191526),(0.2871544,0.008191526),(0.282988,0),(0.2829918,0.004097223),(0.278821,0),(0.2788342,0.004097223),(0.2829946,0.008191526),(0.2788385,0.008191526),(0.2871543,0.01227999),(0.2829956,0.01227999),(0.2788399,0.01227999),(0.2829956,0.01635963),(0.2788399,0.01635957),(0.2871543,0.01635957),(0.2913116,0.01227999),(0.2913116,0.01635963),(0.2746843,0),(0.274688,0.004097223),(0.2705475,0),(0.2705516,0.004097223),(0.2746909,0.008191526),(0.2705546,0.008191526),(0.2664108,0),(0.2664232,0.004097223),(0.262274,0),(0.2623174,0.004097223),(0.2664325,0.008191526),(0.2623314,0.008191526),(0.2705556,0.01227999),(0.2664356,0.01227999),(0.262336,0.01227999),(0.2664356,0.01635963),(0.262336,0.01635957),(0.2705556,0.01635957),(0.2746918,0.01227999),(0.2746918,0.01635963),(0.2582365,0),(0.2582489,0.004097223),(0.254199,0),(0.254204,0.004097223),(0.2582582,0.008191526),(0.2542078,0.008191526),(0.2501615,0),(0.2501692,0.004097223),(0.246124,0),(0.2461509,0.004097223),(0.2461596,0.008191526),(0.250175,0.008191526),(0.2501769,0.01227999),(0.254209,0.01227999),(0.2461624,0.01227999),(0.2461624,0.01635957),(0.2501769,0.01635963),(0.254209,0.01635957),(0.2582613,0.01227999),(0.2582613,0.01635963),(0.242148,0),(0.2421557,0.004097223),(0.238172,0),(0.238168,0.004097223),(0.238165,0.008191526),(0.2421614,0.008191526),(0.234196,0),(0.2341723,0.004097223),(0.23022,0),(0.2301372,0.004097223),(0.2301106,0.008191526),(0.2341546,0.008191526),(0.2341487,0.01227999),(0.238164,0.01227999),(0.2301017,0.01227999),(0.2301017,0.01635957),(0.2341487,0.01635963),(0.238164,0.01635957),(0.2421634,0.01227999),(0.2421634,0.01635963),(0.2260548,0),(0.2260311,0.004097223),(0.2218895,0),(0.2218841,0.004097223),(0.22188,0.008191526),(0.2260133,0.008191526),(0.2177242,0),(0.2177263,0.004097223),(0.213559,0),(0.2135661,0.004097223),(0.2135684,0.008191526),(0.2177278,0.008191526),(0.2177283,0.01227999),(0.2218787,0.01227999),(0.2135691,0.01227999),(0.2135692,0.01635957),(0.2177283,0.01635963),(0.2218787,0.01635957),(0.2260074,0.01227999),(0.2260074,0.01635963),(0.20941,0),(0.209412,0.004097223),(0.205261,0),(0.2052619,0.004097223),(0.2052625,0.008191526),(0.2094136,0.008191526),(0.201112,0),(0.2011134,0.004097223),(0.196963,0),(0.1969678,0.004097223),(0.1969694,0.008191526),(0.2011144,0.008191526),(0.2011147,0.01227999),(0.2052627,0.01227999),(0.1969699,0.01227999),(0.1969699,0.01635957),(0.2011147,0.01635963),(0.2052627,0.01635957),(0.2094141,0.01227999),(0.2094141,0.01635963),(0.192825,0),(0.1928264,0.004097223),(0.188687,0),(0.1886879,0.004097223),(0.1886885,0.008191526),(0.1928274,0.008191526),(0.184549,0),(0.1845511,0.004097223),(0.180411,0),(0.1804186,0.004097223),(0.180421,0.008191526),(0.1845528,0.008191526),(0.1845533,0.01227999),(0.1886888,0.01227999),(0.1804218,0.01227999),(0.1804218,0.01635957),(0.1845533,0.01635963),(0.1886888,0.01635957),(0.1928277,0.01227999),(0.1928277,0.01635963),(0.1762902,0),(0.1762924,0.004097223),(0.1721695,0),(0.1721698,0.004097223),(0.17217,0.008191526),(0.176294,0.008191526),(0.1680488,0),(0.1680478,0.004097223),(0.163928,0),(0.1639245,0.004097223),(0.168047,0.008191526),(0.1639234,0.008191526),(0.1680468,0.01227999),(0.1721701,0.01227999),(0.163923,0.01227999),(0.1680468,0.01635963),(0.163923,0.01635957),(0.1721701,0.01635957),(0.1762946,0.01227999),(0.1762946,0.01635963),(0.1597992,0),(0.1597982,0.004097223),(0.1556705,0),(0.1556698,0.004097223),(0.1597975,0.008191526),(0.1556693,0.008191526),(0.1515417,0),(0.15154,0.004097223),(0.147413,0),(0.1474068,0.004097223),(0.1515386,0.008191526),(0.1474048,0.008191526),(0.1556691,0.01227999),(0.1515382,0.01227999),(0.1474041,0.01227999),(0.1515382,0.01635963),(0.1474041,0.01635957),(0.1556691,0.01635957),(0.1597973,0.01227999),(0.1597973,0.01635963),(0.14327,0),(0.1432682,0.004097223),(0.139127,0),(0.1391264,0.004097223),(0.1432669,0.008191526),(0.139126,0.008191526),(0.134984,0),(0.1349835,0.004097223),(0.130841,0),(0.1308392,0.004097223),(0.1349831,0.008191526),(0.1308387,0.008191526),(0.1391259,0.01227999),(0.134983,0.01227999),(0.1308385,0.01227999),(0.134983,0.01635963),(0.1308385,0.01635957),(0.1391259,0.01635957),(0.1432664,0.01227999),(0.1432664,0.01635963),(0.126694,0),(0.1266935,0.004097223),(0.122547,0),(0.1225485,0.004097223),(0.1266931,0.008191526),(0.1225496,0.008191526),(0.1184,0),(0.1184065,0.004097223),(0.114253,0),(0.1142759,0.004097223),(0.1184114,0.008191526),(0.1142832,0.008191526),(0.12255,0.01227999),(0.1184131,0.01227999),(0.1142857,0.01227999),(0.1184131,0.01635963),(0.1142857,0.01635957),(0.12255,0.01635957),(0.126693,0.01227999),(0.126693,0.01635963),(0.1101582,0),(0.1101648,0.004097223),(0.1060635,0),(0.1060693,0.004097223),(0.1101697,0.008191526),(0.1060737,0.008191526),(0.1019688,0),(0.1019855,0.004097223),(0.097874,0),(0.09793273,0.004097223),(0.09795162,0.008191526),(0.1019981,0.008191526),(0.1020023,0.01227999),(0.1060752,0.01227999),(0.09795791,0.01227999),(0.09795791,0.01635957),(0.1020023,0.01635963),(0.1060752,0.01635957),(0.1101713,0.01227999),(0.1101713,0.01635963),(0.0939135,0),(0.09393028,0.004097223),(0.08995301,0),(0.08994941,0.004097223),(0.08994673,0.008191526),(0.09394287,0.008191526),(0.0859925,0),(0.08596137,0.004097223),(0.082032,0),(0.08192307,0.004097223),(0.08188805,0.008191526),(0.08593803,0.008191526),(0.08593026,0.01227999),(0.08994584,0.01227999),(0.08187638,0.01227999),(0.08187638,0.01635957),(0.08593026,0.01635963),(0.08994584,0.01635957),(0.09394707,0.01227999),(0.09394707,0.01635963),(0.07782251,0),(0.07779138,0.004097223),(0.073613,0),(0.07361194,0.004097223),(0.07361114,0.008191526),(0.07776803,0.008191526),(0.0694035,0),(0.06943038,0.004097223),(0.065194,0),(0.06528807,0.004097223),(0.0653183,0.008191526),(0.06945053,0.008191526),(0.06945725,0.01227999),(0.07361087,0.01227999),(0.06532837,0.01227999),(0.06532837,0.01635957),(0.06945725,0.01635963),(0.07361087,0.01635957),(0.07776025,0.01227999),(0.07776025,0.01635963),(0.0611995,0),(0.06122638,0.004097223),(0.057205,0),(0.05721052,0.004097223),(0.05721466,0.008191526),(0.06124653,0.008191526),(0.0532105,0),(0.05320571,0.004097223),(0.049216,0),(0.04919926,0.004097223),(0.04919389,0.008191526),(0.05320213,0.008191526),(0.05320094,0.01227999),(0.05721605,0.01227999),(0.0491921,0.01227999),(0.04919209,0.01635957),(0.05320094,0.01635963),(0.05721605,0.01635957),(0.06125325,0.01227999),(0.06125325,0.01635963),(0.04518325,0),(0.04517847,0.004097223),(0.0411505,0),(0.04115077,0.004097223),(0.04115098,0.008191526),(0.04517488,0.008191526),(0.03711775,0),(0.03712362,0.004097223),(0.033085,0),(0.03310556,0.004097223),(0.03311218,0.008191526),(0.03712803,0.008191526),(0.0371295,0.01227999),(0.04115105,0.01227999),(0.03311438,0.01227999),(0.03311438,0.01635957),(0.0371295,0.01635963),(0.04115105,0.01635957),(0.04517369,0.01227999),(0.04517369,0.01635963),(0.02909925,0),(0.02910513,0.004097223),(0.0251135,0),(0.02511268,0.004097223),(0.02511206,0.008191526),(0.02910953,0.008191526),(0.02112775,0),(0.02111859,0.004097223),(0.017142,0),(0.01710995,0.004097223),(0.01709965,0.008191526),(0.02111173,0.008191526),(0.02110944,0.01227999),(0.02511186,0.01227999),(0.01709622,0.01227999),(0.01709622,0.01635957),(0.02110944,0.01635963),(0.02511186,0.01635957),(0.029111,0.01227999),(0.029111,0.01635963),(0.013083,0),(0.01307384,0.004097223),(0.009024,0),(0.009021711,0.004097223),(0.01306698,0.008191526),(0.009019993,0.008191884),(0.004965,0),(0.004965,0.004097223),(0.000906,0),(0.000906,0.004097223),(0.000906,0.008194506),(0.004965,0.008193016),(0.009019421,0.01228142),(0.004965,0.01228583),(0.000906,0.01229179),(0.004965,0.01636839),(0.000906,0.01638901),(0.009019421,0.01636177),(0.01306469,0.01227999),(0.01306469,0.01635963),(0.9951518,0.02043331),(0.999094,0.02043927),(0.9912093,0.02042896),(0.9951518,0.02448881),(0.9912093,0.02448833),(0.999094,0.02448952),(0.9872664,0.02042747),(0.983323,0.02042747),(0.9872664,0.02448821),(0.983323,0.02448815),(0.9912093,0.02854538),(0.9872664,0.02854621),(0.983323,0.02854621),(0.9872664,0.03260624),(0.983323,0.03260624),(0.9912093,0.03260505),(0.999094,0.02853978),(0.9951518,0.028543),(0.9951518,0.03260136),(0.999094,0.03258997),(0.9793787,0.02042747),(0.9754275,0.02042747),(0.9793787,0.02448815),(0.9754274,0.02448821),(0.9714631,0.02042747),(0.9674796,0.02042747),(0.9674796,0.02448815),(0.9714631,0.02448821),(0.9714631,0.02854621),(0.9754274,0.02854621),(0.9674796,0.02854621),(0.9674796,0.03260624),(0.9714631,0.03260624),(0.9754274,0.03260624),(0.9793787,0.02854627),(0.9793787,0.03260624),(0.9634706,0.02042747),(0.9594426,0.02042747),(0.9594426,0.02448821),(0.9634707,0.02448815),(0.9554016,0.02042747),(0.9513539,0.02042747),(0.9513539,0.02448815),(0.9554016,0.02448821),(0.9554016,0.02854621),(0.9594426,0.02854621),(0.9513539,0.02854621),(0.9513539,0.03260624),(0.9554016,0.03260624),(0.9594425,0.03260624),(0.9634707,0.02854627),(0.9634706,0.03260624),(0.9473058,0.02042747),(0.9432498,0.02042747),(0.9432497,0.02448821),(0.9473058,0.02448815),(0.9391782,0.02042747),(0.9350839,0.02042747),(0.9350839,0.02448815),(0.9391783,0.02448821),(0.9391782,0.02854621),(0.9432497,0.02854621),(0.9350839,0.02854621),(0.9350839,0.03260624),(0.9391783,0.03260624),(0.9432497,0.03260624),(0.9473058,0.02854627),(0.9473058,0.03260624),(0.930959,0.02042747),(0.9268106,0.02042747),(0.9268106,0.02448821),(0.930959,0.02448815),(0.9226453,0.02042747),(0.9184701,0.02042747),(0.9184701,0.02448815),(0.9226453,0.02448821),(0.9226453,0.02854621),(0.9268106,0.02854621),(0.9184701,0.02854621),(0.9184701,0.03260624),(0.9226453,0.03260624),(0.9268106,0.03260624),(0.930959,0.02854627),(0.930959,0.03260624),(0.9142919,0.02042747),(0.910111,0.02042747),(0.9101109,0.02448821),(0.9142919,0.02448815),(0.9059278,0.02042747),(0.9017429,0.02042747),(0.9017429,0.02448815),(0.9059278,0.02448821),(0.9059278,0.02854621),(0.910111,0.02854621),(0.9017429,0.02854621),(0.9017428,0.03260624),(0.9059278,0.03260624),(0.9101109,0.03260624),(0.9142919,0.02854627),(0.9142919,0.03260624),(0.8975567,0.02042747),(0.8933688,0.02042747),(0.8933688,0.02448821),(0.8975567,0.02448815),(0.8891787,0.02042747),(0.8849859,0.02042747),(0.8849859,0.02448815),(0.8891788,0.02448821),(0.8891787,0.02854621),(0.8933688,0.02854621),(0.8849859,0.02854621),(0.8849859,0.03260624),(0.8891788,0.03260624),(0.8933688,0.03260624),(0.8975567,0.02854627),(0.8975567,0.03260624),(0.8807898,0.02042747),(0.8765806,0.02042747),(0.8765807,0.02448821),(0.8807898,0.02448815),(0.8723488,0.02042747),(0.8680845,0.02042747),(0.8680845,0.02448815),(0.8723488,0.02448821),(0.8723488,0.02854621),(0.8765806,0.02854621),(0.8680845,0.02854621),(0.8680845,0.03260624),(0.8723488,0.03260624),(0.8765806,0.03260624),(0.8807898,0.02854627),(0.8807898,0.03260624),(0.8637781,0.02042747),(0.8594491,0.02042747),(0.8594491,0.02448821),(0.8637781,0.02448815),(0.8551173,0.02042747),(0.8508024,0.02042747),(0.8508024,0.02448815),(0.8551173,0.02448821),(0.8551173,0.02854621),(0.8594491,0.02854621),(0.8508024,0.02854621),(0.8508024,0.03260624),(0.8551173,0.03260624),(0.859449,0.03260624),(0.8637781,0.02854627),(0.8637781,0.03260624),(0.846524,0.02042747),(0.8422731,0.02042747),(0.8422731,0.02448821),(0.846524,0.02448815),(0.8380403,0.02042747),(0.8338165,0.02042747),(0.8338165,0.02448815),(0.8380403,0.02448821),(0.8380403,0.02854621),(0.8422731,0.02854621),(0.8338165,0.02854621),(0.8338165,0.03260624),(0.8380404,0.03260624),(0.8422731,0.03260624),(0.846524,0.02854627),(0.846524,0.03260624),(0.8295926,0.02042747),(0.8253628,0.02042747),(0.8253628,0.02448821),(0.8295926,0.02448815),(0.8211217,0.02042747),(0.8168637,0.02042747),(0.8168637,0.02448815),(0.8211217,0.02448821),(0.8211217,0.02854621),(0.8253628,0.02854621),(0.8168637,0.02854621),(0.8168637,0.03260624),(0.8211217,0.03260624),(0.8253628,0.03260624),(0.8295926,0.02854627),(0.8295926,0.03260624),(0.8125832,0.02042747),(0.8082899,0.02042747),(0.8082899,0.02448821),(0.8125832,0.02448815),(0.8039935,0.02042747),(0.7997035,0.02042747),(0.7997035,0.02448815),(0.8039935,0.02448821),(0.8039935,0.02854621),(0.8082899,0.02854621),(0.7997035,0.02854621),(0.7997035,0.03260624),(0.8039935,0.03260624),(0.8082899,0.03260624),(0.8125832,0.02854627),(0.8125832,0.03260624),(0.7954297,0.02042747),(0.7911757,0.02042747),(0.7911757,0.02448821),(0.7954297,0.02448815),(0.7869452,0.02042747),(0.7827417,0.02042747),(0.7827417,0.02448815),(0.7869452,0.02448821),(0.7869452,0.02854621),(0.7911757,0.02854621),(0.7827417,0.02854621),(0.7827417,0.03260624),(0.7869452,0.03260624),(0.7911757,0.03260624),(0.7954297,0.02854627),(0.7954297,0.03260624),(0.7785689,0.02042747),(0.7744211,0.02042747),(0.7744212,0.02448821),(0.7785689,0.02448815),(0.7702925,0.02042747),(0.7661775,0.02042747),(0.7661775,0.02448815),(0.7702925,0.02448821),(0.7744212,0.02854621),(0.7702925,0.02854621),(0.7661775,0.02854621),(0.7702925,0.03260624),(0.7661775,0.03260624),(0.7744212,0.03260624),(0.778569,0.02854627),(0.778569,0.03260624),(0.7620703,0.02042747),(0.757961,0.02042747),(0.757961,0.02448821),(0.7620703,0.02448815),(0.7538399,0.02042747),(0.7496969,0.02042747),(0.7496969,0.02448815),(0.7538399,0.02448821),(0.757961,0.02854621),(0.7538399,0.02854621),(0.7496969,0.02854621),(0.7538399,0.03260624),(0.7496969,0.03260624),(0.757961,0.03260624),(0.7620703,0.02854627),(0.7620703,0.03260624),(0.7455223,0.02042747),(0.7413244,0.02042747),(0.7455223,0.02448815),(0.7413245,0.02448821),(0.7371117,0.02042747),(0.7328922,0.02042747),(0.7371117,0.02448821),(0.7328923,0.02448815),(0.7413245,0.02854621),(0.7371117,0.02854621),(0.7328922,0.02854621),(0.7371117,0.03260624),(0.7328922,0.03260624),(0.7413245,0.03260624),(0.7455223,0.02854627),(0.7455223,0.03260624),(0.7286744,0.02042747),(0.7244572,0.02042747),(0.7286744,0.02448815),(0.7244572,0.02448821),(0.7202395,0.02042747),(0.71602,0.02042747),(0.7202395,0.02448821),(0.71602,0.02448815),(0.7244572,0.02854621),(0.7202395,0.02854621),(0.71602,0.02854621),(0.7202394,0.03260624),(0.71602,0.03260624),(0.7244572,0.03260624),(0.7286744,0.02854627),(0.7286744,0.03260624),(0.7117977,0.02042747),(0.7075742,0.02042747),(0.7117977,0.02448815),(0.7075742,0.02448821),(0.7033514,0.02042747),(0.6991307,0.02042747),(0.7033514,0.02448821),(0.6991307,0.02448815),(0.7075742,0.02854621),(0.7033514,0.02854621),(0.6991307,0.02854621),(0.7033514,0.03260624),(0.6991307,0.03260624),(0.7075742,0.03260624),(0.7117977,0.02854627),(0.7117977,0.03260624),(0.6949139,0.02042747),(0.6906992,0.02042747),(0.6949139,0.02448815),(0.6906992,0.02448821),(0.6864849,0.02042747),(0.6822694,0.02042747),(0.6864849,0.02448821),(0.6822693,0.02448815),(0.6906992,0.02854621),(0.6864849,0.02854621),(0.6822694,0.02854621),(0.6864849,0.03260624),(0.6822693,0.03260624),(0.6906992,0.03260624),(0.6949139,0.02854627),(0.6949139,0.03260624),(0.6780508,0.02042747),(0.6738272,0.02042747),(0.6780507,0.02448815),(0.6738272,0.02448821),(0.6695971,0.02042747),(0.6653587,0.02042747),(0.6695971,0.02448821),(0.6653587,0.02448815),(0.6738272,0.02854621),(0.6695971,0.02854621),(0.6653587,0.02854621),(0.6695971,0.03260624),(0.6653587,0.03260624),(0.6738272,0.03260624),(0.6780508,0.02854627),(0.6780507,0.03260624),(0.6611102,0.02042747),(0.6568571,0.02042747),(0.6611102,0.02448815),(0.6568571,0.02448821),(0.6526053,0.02042747),(0.6483604,0.02042747),(0.6526054,0.02448821),(0.6483604,0.02448815),(0.6568571,0.02854621),(0.6526054,0.02854621),(0.6483604,0.02854621),(0.6526053,0.03260624),(0.6483604,0.03260624),(0.6568571,0.03260624),(0.6611102,0.02854627),(0.6611102,0.03260624),(0.6441281,0.02042747),(0.6399043,0.02042747),(0.6441281,0.02448815),(0.6399043,0.02448821),(0.635685,0.02042747),(0.6314663,0.02042747),(0.635685,0.02448821),(0.6314663,0.02448815),(0.6399043,0.02854621),(0.635685,0.02854621),(0.6314663,0.02854621),(0.6314663,0.03260624),(0.635685,0.03260624),(0.6399043,0.03260624),(0.6441281,0.02854627),(0.6441281,0.03260624),(0.627244,0.02042747),(0.6230208,0.02042747),(0.627244,0.02448815),(0.6230209,0.02448821),(0.6187993,0.02042747),(0.6145822,0.02042747),(0.6145822,0.02448815),(0.6187993,0.02448821),(0.6187993,0.02854621),(0.6230208,0.02854621),(0.6145822,0.02854621),(0.6145822,0.03260624),(0.6187993,0.03260624),(0.6230209,0.03260624),(0.627244,0.02854627),(0.627244,0.03260624),(0.6103719,0.02042747),(0.6061606,0.02042747),(0.6061606,0.02448821),(0.6103719,0.02448815),(0.6019406,0.02042747),(0.5977041,0.02042747),(0.5977041,0.02448815),(0.6019406,0.02448821),(0.6019406,0.02854621),(0.6061606,0.02854621),(0.5977041,0.02854621),(0.5977041,0.03260624),(0.6019406,0.03260624),(0.6061606,0.03260624),(0.6103719,0.02854627),(0.6103719,0.03260624),(0.5934432,0.02042747),(0.589169,0.02042747),(0.589169,0.02448821),(0.5934432,0.02448815),(0.5848927,0.02042747),(0.5806257,0.02042747),(0.5806257,0.02448815),(0.5848927,0.02448821),(0.5848927,0.02854621),(0.589169,0.02854621),(0.5806257,0.02854621),(0.5806257,0.03260624),(0.5848927,0.03260624),(0.589169,0.03260624),(0.5934432,0.02854627),(0.5934432,0.03260624),(0.5763788,0.02042747),(0.572147,0.02042747),(0.572147,0.02448821),(0.5763788,0.02448815),(0.567925,0.02042747),(0.5637077,0.02042747),(0.5637077,0.02448815),(0.567925,0.02448821),(0.567925,0.02854621),(0.572147,0.02854621),(0.5637077,0.02854621),(0.5637077,0.03260624),(0.567925,0.03260624),(0.572147,0.03260624),(0.5763788,0.02854627),(0.5763788,0.03260624),(0.55949,0.02042747),(0.5552715,0.02042747),(0.5552715,0.02448821),(0.55949,0.02448815),(0.5510522,0.02042747),(0.5468317,0.02042747),(0.5468317,0.02448815),(0.5510522,0.02448821),(0.5510522,0.02854621),(0.5552715,0.02854621),(0.5468317,0.02854621),(0.5468317,0.03260624),(0.5510522,0.03260624),(0.5552715,0.03260624),(0.55949,0.02854627),(0.55949,0.03260624),(0.5426099,0.02042747),(0.5383899,0.02042747),(0.5383899,0.02448821),(0.5426099,0.02448815),(0.5341746,0.02042747),(0.5299669,0.02042747),(0.5341746,0.02448821),(0.5299669,0.02448815),(0.5383899,0.02854621),(0.5341746,0.02854621),(0.5299669,0.02854621),(0.5341746,0.03260624),(0.529967,0.03260624),(0.5383899,0.03260624),(0.5426099,0.02854627),(0.5426099,0.03260624),(0.52577,0.02042747),(0.5215818,0.02042747),(0.52577,0.02448815),(0.5215818,0.02448821),(0.5174,0.02042747),(0.5132228,0.02042747),(0.5174,0.02448821),(0.5132228,0.02448815),(0.5215818,0.02854621),(0.5174,0.02854621),(0.5132228,0.02854621),(0.5174,0.03260624),(0.5132228,0.03260624),(0.5215818,0.03260624),(0.52577,0.02854627),(0.52577,0.03260624),(0.5090478,0.02042747),(0.5048727,0.02042747),(0.5090478,0.02448815),(0.5048727,0.02448821),(0.5006949,0.02042747),(0.4965119,0.02042747),(0.5006949,0.02448821),(0.4965119,0.02448815),(0.5048727,0.02854621),(0.5006949,0.02854621),(0.4965119,0.02854621),(0.5006949,0.03260624),(0.4965119,0.03260624),(0.5048727,0.03260624),(0.5090478,0.02854627),(0.5090478,0.03260624),(0.4923214,0.02042747),(0.4881234,0.02042747),(0.4923214,0.02448815),(0.4881234,0.02448821),(0.4839184,0.02042747),(0.4797065,0.02042747),(0.4839184,0.02448821),(0.4797065,0.02448815),(0.4881234,0.02854621),(0.4839184,0.02854621),(0.4797065,0.02854621),(0.4839184,0.03260624),(0.4797064,0.03260624),(0.4881234,0.03260624),(0.4923214,0.02854627),(0.4923214,0.03260624),(0.4754879,0.02042747),(0.4712752,0.02042747),(0.4754879,0.02448815),(0.4712752,0.02448821),(0.4670808,0.02042747),(0.4629171,0.02042747),(0.4670808,0.02448821),(0.4629171,0.02448815),(0.4712752,0.02854621),(0.4670808,0.02854621),(0.4629171,0.02854621),(0.4670808,0.03260624),(0.4629171,0.03260624),(0.4712752,0.03260624),(0.4754879,0.02854627),(0.4754879,0.03260624),(0.4587967,0.02042747),(0.4547031,0.02042747),(0.4547031,0.02448821),(0.4587967,0.02448815),(0.4506197,0.02042747),(0.44653,0.02042747),(0.44653,0.02448815),(0.4506197,0.02448821),(0.4506197,0.02854621),(0.4547031,0.02854621),(0.44653,0.02854621),(0.4506197,0.03260624),(0.44653,0.03260624),(0.4547031,0.03260624),(0.4587967,0.02854627),(0.4587967,0.03260624),(0.4424174,0.02042747),(0.4382856,0.02042747),(0.4424174,0.02448815),(0.4382856,0.02448821),(0.4341379,0.02042747),(0.429978,0.02042747),(0.4341379,0.02448821),(0.429978,0.02448815),(0.4382856,0.02854621),(0.4341379,0.02854621),(0.429978,0.02854621),(0.4341379,0.03260624),(0.429978,0.03260624),(0.4382856,0.03260624),(0.4424174,0.02854627),(0.4424174,0.03260624),(0.4258092,0.02042747),(0.4216311,0.02042747),(0.4216312,0.02448821),(0.4258092,0.02448815),(0.4174434,0.02042747),(0.4132456,0.02042747),(0.4132456,0.02448815),(0.4174434,0.02448821),(0.4174434,0.02854621),(0.4216312,0.02854621),(0.4132456,0.02854621),(0.4132456,0.03260624),(0.4174434,0.03260624),(0.4216312,0.03260624),(0.4258092,0.02854627),(0.4258092,0.03260624),(0.4090372,0.02042747),(0.4048201,0.02042747),(0.4048201,0.02448821),(0.4090372,0.02448815),(0.4005963,0.02042747),(0.3963675,0.02042747),(0.3963675,0.02448815),(0.4005963,0.02448821),(0.4005963,0.02854621),(0.4048201,0.02854621),(0.3963675,0.02854621),(0.3963675,0.03260624),(0.4005963,0.03260624),(0.4048201,0.03260624),(0.4090372,0.02854627),(0.4090372,0.03260624),(0.3921357,0.02042747),(0.3879012,0.02042747),(0.3879012,0.02448821),(0.3921357,0.02448815),(0.3836642,0.02042747),(0.3794248,0.02042747),(0.3836642,0.02448821),(0.3794249,0.02448815),(0.3836642,0.02854621),(0.3879012,0.02854621),(0.3794248,0.02854621),(0.3794248,0.03260624),(0.3836642,0.03260624),(0.3879012,0.03260624),(0.3921357,0.02854627),(0.3921357,0.03260624),(0.3751834,0.02042747),(0.3709441,0.02042747),(0.3709441,0.02448821),(0.3751834,0.02448815),(0.3667112,0.02042747),(0.3624887,0.02042747),(0.3667112,0.02448821),(0.3624887,0.02448815),(0.3667112,0.02854621),(0.3709442,0.02854621),(0.3624887,0.02854621),(0.3624887,0.03260624),(0.3667112,0.03260624),(0.3709441,0.03260624),(0.3751834,0.02854627),(0.3751834,0.03260624),(0.358281,0.02042747),(0.3540821,0.02042747),(0.358281,0.02448815),(0.3540821,0.02448821),(0.3498864,0.02042747),(0.3456882,0.02042747),(0.3456882,0.02448815),(0.3498864,0.02448821),(0.3498864,0.02854621),(0.3540821,0.02854621),(0.3456882,0.02854621),(0.3456882,0.03260624),(0.3498864,0.03260624),(0.3540821,0.03260624),(0.3582809,0.02854627),(0.358281,0.03260624),(0.3414817,0.02042747),(0.3372694,0.02042747),(0.3372695,0.02448821),(0.3414817,0.02448815),(0.3330541,0.02042747),(0.3288383,0.02042747),(0.3288383,0.02448815),(0.3330541,0.02448821),(0.3330541,0.02854621),(0.3372695,0.02854621),(0.3288383,0.02854621),(0.3330541,0.03260624),(0.3288383,0.03260624),(0.3372695,0.03260624),(0.3414817,0.02854627),(0.3414817,0.03260624),(0.3246247,0.02042747),(0.3204179,0.02042747),(0.3246247,0.02448815),(0.3204179,0.02448821),(0.3162228,0.02042747),(0.3120441,0.02042747),(0.3162228,0.02448821),(0.3120441,0.02448815),(0.3204179,0.02854621),(0.3162228,0.02854621),(0.3120441,0.02854621),(0.3162228,0.03260624),(0.3120441,0.03260624),(0.3204179,0.03260624),(0.3246247,0.02854627),(0.3246247,0.03260624),(0.3078868,0.02042747),(0.3037427,0.02042747),(0.3037427,0.02448821),(0.3078868,0.02448815),(0.2996041,0.02042747),(0.2954631,0.02042747),(0.2954631,0.02448815),(0.2996041,0.02448821),(0.2996041,0.02854621),(0.3037428,0.02854621),(0.2954631,0.02854621),(0.2954631,0.03260624),(0.2996041,0.03260624),(0.3037427,0.03260624),(0.3078868,0.02854627),(0.3078868,0.03260624),(0.2913116,0.02042747),(0.2871543,0.02042747),(0.2871543,0.02448821),(0.2913116,0.02448815),(0.2829956,0.02042747),(0.2788399,0.02042747),(0.2829956,0.02448821),(0.2788399,0.02448815),(0.2871543,0.02854621),(0.2829956,0.02854621),(0.2788399,0.02854621),(0.2829956,0.03260624),(0.2788399,0.03260624),(0.2871543,0.03260624),(0.2913116,0.02854627),(0.2913116,0.03260624),(0.2746918,0.02042747),(0.2705556,0.02042747),(0.2746918,0.02448815),(0.2705556,0.02448821),(0.2664356,0.02042747),(0.262336,0.02042747),(0.2664356,0.02448821),(0.262336,0.02448815),(0.2705556,0.02854621),(0.2664356,0.02854621),(0.262336,0.02854621),(0.262336,0.03260624),(0.2664356,0.03260624),(0.2705556,0.03260624),(0.2746918,0.02854627),(0.2746918,0.03260624),(0.2582613,0.02042747),(0.254209,0.02042747),(0.254209,0.02448821),(0.2582613,0.02448815),(0.2501769,0.02042747),(0.2461624,0.02042747),(0.2461624,0.02448815),(0.2501769,0.02448821),(0.2501769,0.02854621),(0.254209,0.02854621),(0.2461624,0.02854621),(0.2461624,0.03260624),(0.2501769,0.03260624),(0.254209,0.03260624),(0.2582613,0.02854627),(0.2582613,0.03260624),(0.2421634,0.02042747),(0.238164,0.02042747),(0.238164,0.02448821),(0.2421634,0.02448815),(0.2341487,0.02042747),(0.2301017,0.02042747),(0.2301017,0.02448815),(0.2341487,0.02448821),(0.2341487,0.02854621),(0.238164,0.02854621),(0.2301017,0.02854621),(0.2301017,0.03260624),(0.2341487,0.03260624),(0.238164,0.03260624),(0.2421634,0.02854627),(0.2421634,0.03260624),(0.2260074,0.02042747),(0.2218787,0.02042747),(0.2218787,0.02448821),(0.2260074,0.02448815),(0.2177283,0.02042747),(0.2135691,0.02042747),(0.2135692,0.02448815),(0.2177283,0.02448821),(0.2177283,0.02854621),(0.2218787,0.02854621),(0.2135691,0.02854621),(0.2135692,0.03260624),(0.2177283,0.03260624),(0.2218787,0.03260624),(0.2260074,0.02854627),(0.2260074,0.03260624),(0.2094141,0.02042747),(0.2052627,0.02042747),(0.2052627,0.02448821),(0.2094141,0.02448815),(0.2011147,0.02042747),(0.1969699,0.02042747),(0.1969699,0.02448815),(0.2011147,0.02448821),(0.2011147,0.02854621),(0.2052627,0.02854621),(0.1969699,0.02854621),(0.2011147,0.03260624),(0.1969699,0.03260624),(0.2052627,0.03260624),(0.2094141,0.02854627),(0.2094141,0.03260624),(0.1928277,0.02042747),(0.1886888,0.02042747),(0.1928277,0.02448815),(0.1886888,0.02448821),(0.1845533,0.02042747),(0.1804218,0.02042747),(0.1845533,0.02448821),(0.1804218,0.02448815),(0.1886888,0.02854621),(0.1845533,0.02854621),(0.1804218,0.02854621),(0.1845533,0.03260624),(0.1804218,0.03260624),(0.1886888,0.03260624),(0.1928277,0.02854627),(0.1928277,0.03260624),(0.1762946,0.02042747),(0.1721701,0.02042747),(0.1762946,0.02448815),(0.1721701,0.02448821),(0.1680468,0.02042747),(0.163923,0.02042747),(0.1680468,0.02448821),(0.163923,0.02448815),(0.1721701,0.02854621),(0.1680468,0.02854621),(0.163923,0.02854621),(0.1680468,0.03260624),(0.163923,0.03260624),(0.1721701,0.03260624),(0.1762946,0.02854627),(0.1762946,0.03260624),(0.1597973,0.02042747),(0.1556691,0.02042747),(0.1597973,0.02448815),(0.1556691,0.02448821),(0.1515382,0.02042747),(0.1474041,0.02042747),(0.1515382,0.02448821),(0.1474041,0.02448815),(0.1556691,0.02854621),(0.1515382,0.02854621),(0.1474041,0.02854621),(0.1474041,0.03260624),(0.1515382,0.03260624),(0.1556691,0.03260624),(0.1597973,0.02854627),(0.1597973,0.03260624),(0.1432664,0.02042747),(0.1391259,0.02042747),(0.1391259,0.02448821),(0.1432664,0.02448815),(0.134983,0.02042747),(0.1308385,0.02042747),(0.1308385,0.02448815),(0.134983,0.02448821),(0.134983,0.02854621),(0.1391259,0.02854621),(0.1308385,0.02854621),(0.1308385,0.03260624),(0.134983,0.03260624),(0.1391259,0.03260624),(0.1432664,0.02854627),(0.1432664,0.03260624),(0.126693,0.02042747),(0.12255,0.02042747),(0.12255,0.02448821),(0.126693,0.02448815),(0.1184131,0.02042747),(0.1142857,0.02042747),(0.1142857,0.02448815),(0.1184131,0.02448821),(0.1184131,0.02854621),(0.12255,0.02854621),(0.1142857,0.02854621),(0.1142857,0.03260624),(0.1184131,0.03260624),(0.12255,0.03260624),(0.126693,0.02854627),(0.126693,0.03260624),(0.1101713,0.02042747),(0.1060752,0.02042747),(0.1060752,0.02448821),(0.1101713,0.02448815),(0.1020023,0.02042747),(0.09795791,0.02042747),(0.09795791,0.02448815),(0.1020023,0.02448821),(0.1020023,0.02854621),(0.1060752,0.02854621),(0.09795791,0.02854621),(0.09795791,0.03260624),(0.1020023,0.03260624),(0.1060752,0.03260624),(0.1101713,0.02854627),(0.1101713,0.03260624),(0.09394707,0.02042747),(0.08994583,0.02042747),(0.08994584,0.02448821),(0.09394707,0.02448815),(0.08593026,0.02042747),(0.08187638,0.02042747),(0.08187637,0.02448815),(0.08593025,0.02448821),(0.08593026,0.02854621),(0.08994584,0.02854621),(0.08187638,0.02854621),(0.08187638,0.03260624),(0.08593026,0.03260624),(0.08994584,0.03260624),(0.09394707,0.02854627),(0.09394707,0.03260624),(0.07776025,0.02042747),(0.07361087,0.02042747),(0.07361087,0.02448821),(0.07776025,0.02448815),(0.06945725,0.02042747),(0.06532837,0.02042747),(0.06532837,0.02448815),(0.06945725,0.02448821),(0.06945725,0.02854621),(0.07361087,0.02854621),(0.06532837,0.02854621),(0.06532837,0.03260624),(0.06945725,0.03260624),(0.07361087,0.03260624),(0.07776025,0.02854627),(0.07776025,0.03260624),(0.06125325,0.02042747),(0.05721605,0.02042747),(0.05721604,0.02448821),(0.06125325,0.02448815),(0.05320094,0.02042747),(0.0491921,0.02042747),(0.04919209,0.02448815),(0.05320094,0.02448821),(0.05320094,0.02854621),(0.05721605,0.02854621),(0.0491921,0.02854621),(0.04919209,0.03260624),(0.05320094,0.03260624),(0.05721605,0.03260624),(0.06125325,0.02854627),(0.06125325,0.03260624),(0.04517369,0.02042747),(0.04115105,0.02042747),(0.04115105,0.02448821),(0.04517369,0.02448815),(0.0371295,0.02042747),(0.03311438,0.02042747),(0.03311437,0.02448815),(0.0371295,0.02448821),(0.0371295,0.02854621),(0.04115105,0.02854621),(0.03311438,0.02854621),(0.03311438,0.03260624),(0.0371295,0.03260624),(0.04115105,0.03260624),(0.04517369,0.02854627),(0.04517369,0.03260624),(0.029111,0.02042747),(0.02511186,0.02042747),(0.02511186,0.02448821),(0.029111,0.02448815),(0.02110944,0.02042747),(0.01709622,0.02042747),(0.01709622,0.02448815),(0.02110944,0.02448821),(0.02110944,0.02854621),(0.02511186,0.02854621),(0.01709622,0.02854621),(0.01709622,0.03260624),(0.02110944,0.03260624),(0.02511186,0.03260624),(0.029111,0.02854627),(0.029111,0.03260624),(0.01306469,0.02042747),(0.009019421,0.0204289),(0.009019421,0.02448833),(0.01306469,0.02448815),(0.004965,0.02043331),(0.000906,0.02043927),(0.004965,0.02448881),(0.000906,0.02448952),(0.004965,0.028543),(0.009019421,0.02854544),(0.000906,0.02853978),(0.004965,0.03260136),(0.000906,0.03258997),(0.009019421,0.03260505),(0.01306469,0.02854627),(0.01306469,0.03260624),(0.999094,0.03666627),(0.9951518,0.03666949),(0.9912093,0.03667188),(0.9951518,0.04074377),(0.9912093,0.04074466),(0.999094,0.04074252),(0.9872664,0.03667271),(0.983323,0.03667271),(0.9872664,0.04074502),(0.983323,0.04074496),(0.9912093,0.04482174),(0.9872664,0.04482222),(0.983323,0.04482222),(0.983323,0.04890364),(0.9872664,0.04890364),(0.9912093,0.04890299),(0.999094,0.04481876),(0.9951518,0.04482043),(0.9951518,0.04890096),(0.999094,0.048895),(0.9793787,0.03667271),(0.9754275,0.03667271),(0.9754274,0.04074502),(0.9793787,0.04074502),(0.9714631,0.03667271),(0.9674796,0.03667271),(0.9674796,0.04074496),(0.9714631,0.04074502),(0.9714631,0.04482222),(0.9754274,0.04482222),(0.9674796,0.04482222),(0.9674796,0.04890364),(0.9714631,0.04890364),(0.9754274,0.04890364),(0.9793787,0.04482222),(0.9793787,0.04890364),(0.9634706,0.03667271),(0.9594426,0.03667271),(0.9594426,0.04074502),(0.9634707,0.04074502),(0.9554016,0.03667271),(0.9513539,0.03667271),(0.9513539,0.04074496),(0.9554016,0.04074502),(0.9554016,0.04482222),(0.9594426,0.04482222),(0.9513539,0.04482222),(0.9513539,0.04890364),(0.9554016,0.04890364),(0.9594425,0.04890364),(0.9634707,0.04482222),(0.9634706,0.04890364),(0.9473058,0.03667271),(0.9432498,0.03667271),(0.9432497,0.04074502),(0.9473058,0.04074502),(0.9391782,0.03667271),(0.9350839,0.03667271),(0.9350839,0.04074496),(0.9391783,0.04074502),(0.9391782,0.04482222),(0.9432497,0.04482222),(0.9350839,0.04482222),(0.9350839,0.04890364),(0.9391783,0.04890364),(0.9432497,0.04890364),(0.9473058,0.04482222),(0.9473058,0.04890364),(0.930959,0.03667271),(0.9268106,0.03667271),(0.9268106,0.04074502),(0.930959,0.04074502),(0.9226453,0.03667271),(0.9184701,0.03667271),(0.9184701,0.04074496),(0.9226453,0.04074502),(0.9226453,0.04482222),(0.9268106,0.04482222),(0.9184701,0.04482222),(0.9184701,0.04890364),(0.9226453,0.04890364),(0.9268106,0.04890364),(0.930959,0.04482222),(0.930959,0.04890364),(0.9142919,0.03667271),(0.910111,0.03667271),(0.9101109,0.04074502),(0.9142919,0.04074502),(0.9059278,0.03667271),(0.9017429,0.03667271),(0.9017429,0.04074496),(0.9059278,0.04074502),(0.9059278,0.04482222),(0.910111,0.04482222),(0.9017429,0.04482222),(0.9017428,0.04890364),(0.9059278,0.04890364),(0.9101109,0.04890364),(0.9142919,0.04482222),(0.9142919,0.04890364),(0.8975567,0.03667271),(0.8933688,0.03667271),(0.8933688,0.04074502),(0.8975567,0.04074502),(0.8891787,0.03667271),(0.8849859,0.03667271),(0.8849859,0.04074496),(0.8891788,0.04074502),(0.8891787,0.04482222),(0.8933688,0.04482222),(0.8849859,0.04482222),(0.8849859,0.04890364),(0.8891788,0.04890364),(0.8933688,0.04890364),(0.8975567,0.04482222),(0.8975567,0.04890364),(0.8807898,0.03667271),(0.8765806,0.03667271),(0.8765807,0.04074502),(0.8807898,0.04074502),(0.8723488,0.03667271),(0.8680845,0.03667271),(0.8680845,0.04074496),(0.8723488,0.04074502),(0.8723488,0.04482222),(0.8765806,0.04482222),(0.8680845,0.04482222),(0.8680845,0.04890364),(0.8723488,0.04890364),(0.8765806,0.04890364),(0.8807898,0.04482222),(0.8807898,0.04890364),(0.8637781,0.03667271),(0.8594491,0.03667271),(0.8594491,0.04074502),(0.8637781,0.04074502),(0.8551173,0.03667271),(0.8508024,0.03667271),(0.8508024,0.04074496),(0.8551173,0.04074502),(0.8551173,0.04482222),(0.8594491,0.04482222),(0.8508024,0.04482222),(0.8508024,0.04890364),(0.8551173,0.04890364),(0.859449,0.04890364),(0.8637781,0.04482222),(0.8637781,0.04890364),(0.846524,0.03667271),(0.8422731,0.03667271),(0.8422731,0.04074502),(0.846524,0.04074502),(0.8380403,0.03667271),(0.8338165,0.03667271),(0.8338165,0.04074496),(0.8380403,0.04074502),(0.8380403,0.04482222),(0.8422731,0.04482222),(0.8338165,0.04482222),(0.8338165,0.04890364),(0.8380404,0.04890364),(0.8422731,0.04890364),(0.846524,0.04482222),(0.846524,0.04890364),(0.8295926,0.03667271),(0.8253628,0.03667271),(0.8253628,0.04074502),(0.8295926,0.04074502),(0.8211217,0.03667271),(0.8168637,0.03667271),(0.8168637,0.04074496),(0.8211217,0.04074502),(0.8211217,0.04482222),(0.8253628,0.04482222),(0.8168637,0.04482222),(0.8168637,0.04890364),(0.8211217,0.04890364),(0.8253628,0.04890364),(0.8295926,0.04482222),(0.8295926,0.04890364),(0.8125832,0.03667271),(0.8082899,0.03667271),(0.8082899,0.04074502),(0.8125832,0.04074502),(0.8039935,0.03667271),(0.7997035,0.03667271),(0.7997035,0.04074496),(0.8039935,0.04074502),(0.8039935,0.04482222),(0.8082899,0.04482222),(0.7997035,0.04482222),(0.7997035,0.04890364),(0.8039935,0.04890364),(0.8082899,0.04890364),(0.8125832,0.04482222),(0.8125832,0.04890364),(0.7954297,0.03667271),(0.7911757,0.03667271),(0.7911757,0.04074502),(0.7954297,0.04074502),(0.7869452,0.03667271),(0.7827417,0.03667271),(0.7869452,0.04074502),(0.7827417,0.04074496),(0.7911757,0.04482222),(0.7869452,0.04482222),(0.7827417,0.04482222),(0.7869452,0.04890364),(0.7827417,0.04890364),(0.7911757,0.04890364),(0.7954297,0.04482222),(0.7954297,0.04890364),(0.7785689,0.03667271),(0.7744211,0.03667271),(0.7785689,0.04074502),(0.7744212,0.04074502),(0.7702925,0.03667271),(0.7661775,0.03667271),(0.7702925,0.04074502),(0.7661775,0.04074496),(0.7744212,0.04482222),(0.7702925,0.04482222),(0.7661775,0.04482222),(0.7702925,0.04890364),(0.7661775,0.04890364),(0.7744212,0.04890364),(0.778569,0.04482222),(0.778569,0.04890364),(0.7620703,0.03667271),(0.757961,0.03667271),(0.7620703,0.04074502),(0.757961,0.04074502),(0.7538399,0.03667271),(0.7496969,0.03667271),(0.7538399,0.04074502),(0.7496969,0.04074496),(0.757961,0.04482222),(0.7538399,0.04482222),(0.7496969,0.04482222),(0.7538399,0.04890364),(0.7496969,0.04890364),(0.757961,0.04890364),(0.7620703,0.04482222),(0.7620703,0.04890364),(0.7455223,0.03667271),(0.7413244,0.03667271),(0.7455223,0.04074502),(0.7413245,0.04074502),(0.7371117,0.03667271),(0.7328922,0.03667271),(0.7371117,0.04074502),(0.7328923,0.04074496),(0.7413245,0.04482222),(0.7371117,0.04482222),(0.7328922,0.04482222),(0.7371117,0.04890364),(0.7328922,0.04890364),(0.7413245,0.04890364),(0.7455223,0.04482222),(0.7455223,0.04890364),(0.7286744,0.03667271),(0.7244572,0.03667271),(0.7286744,0.04074502),(0.7244572,0.04074502),(0.7202395,0.03667271),(0.71602,0.03667271),(0.7202395,0.04074502),(0.71602,0.04074496),(0.7244572,0.04482222),(0.7202395,0.04482222),(0.71602,0.04482222),(0.7202394,0.04890364),(0.71602,0.04890364),(0.7244572,0.04890364),(0.7286744,0.04482222),(0.7286744,0.04890364),(0.7117977,0.03667271),(0.7075742,0.03667271),(0.7117977,0.04074502),(0.7075742,0.04074502),(0.7033514,0.03667271),(0.6991307,0.03667271),(0.7033514,0.04074502),(0.6991307,0.04074496),(0.7075742,0.04482222),(0.7033514,0.04482222),(0.6991307,0.04482222),(0.7033514,0.04890364),(0.6991307,0.04890364),(0.7075742,0.04890364),(0.7117977,0.04482222),(0.7117977,0.04890364),(0.6949139,0.03667271),(0.6906992,0.03667271),(0.6949139,0.04074502),(0.6906992,0.04074502),(0.6864849,0.03667271),(0.6822694,0.03667271),(0.6864849,0.04074502),(0.6822693,0.04074496),(0.6906992,0.04482222),(0.6864849,0.04482222),(0.6822694,0.04482222),(0.6864849,0.04890364),(0.6822693,0.04890364),(0.6906992,0.04890364),(0.6949139,0.04482222),(0.6949139,0.04890364),(0.6780508,0.03667271),(0.6738272,0.03667271),(0.6780507,0.04074502),(0.6738272,0.04074502),(0.6695971,0.03667271),(0.6653587,0.03667271),(0.6695971,0.04074502),(0.6653587,0.04074496),(0.6738272,0.04482222),(0.6695971,0.04482222),(0.6653587,0.04482222),(0.6653587,0.04890364),(0.6695971,0.04890364),(0.6738272,0.04890364),(0.6780508,0.04482222),(0.6780507,0.04890364),(0.6611102,0.03667271),(0.6568571,0.03667271),(0.6611102,0.04074502),(0.6568571,0.04074502),(0.6526053,0.03667271),(0.6483604,0.03667271),(0.6526054,0.04074502),(0.6483604,0.04074496),(0.6526054,0.04482222),(0.6568571,0.04482222),(0.6483604,0.04482222),(0.6483604,0.04890364),(0.6526053,0.04890364),(0.6568571,0.04890364),(0.6611102,0.04482222),(0.6611102,0.04890364),(0.6441281,0.03667271),(0.6399043,0.03667271),(0.6441281,0.04074502),(0.6399043,0.04074502),(0.635685,0.03667271),(0.6314663,0.03667271),(0.6314663,0.04074496),(0.635685,0.04074502),(0.635685,0.04482222),(0.6399043,0.04482222),(0.6314663,0.04482222),(0.6314663,0.04890364),(0.635685,0.04890364),(0.6399043,0.04890364),(0.6441281,0.04482222),(0.6441281,0.04890364),(0.627244,0.03667271),(0.6230208,0.03667271),(0.6230209,0.04074502),(0.627244,0.04074502),(0.6187993,0.03667271),(0.6145822,0.03667271),(0.6145822,0.04074496),(0.6187993,0.04074502),(0.6187993,0.04482222),(0.6230208,0.04482222),(0.6145822,0.04482222),(0.6145822,0.04890364),(0.6187993,0.04890364),(0.6230209,0.04890364),(0.627244,0.04482222),(0.627244,0.04890364),(0.6103719,0.03667271),(0.6061606,0.03667271),(0.6061606,0.04074502),(0.6103719,0.04074502),(0.6019406,0.03667271),(0.5977041,0.03667271),(0.5977041,0.04074496),(0.6019406,0.04074502),(0.6019406,0.04482222),(0.6061606,0.04482222),(0.5977041,0.04482222),(0.5977041,0.04890364),(0.6019406,0.04890364),(0.6061606,0.04890364),(0.6103719,0.04482222),(0.6103719,0.04890364),(0.5934432,0.03667271),(0.589169,0.03667271),(0.589169,0.04074502),(0.5934432,0.04074502),(0.5848927,0.03667271),(0.5806257,0.03667271),(0.5806257,0.04074496),(0.5848927,0.04074502),(0.5848927,0.04482222),(0.589169,0.04482222),(0.5806257,0.04482222),(0.5806257,0.04890364),(0.5848927,0.04890364),(0.589169,0.04890364),(0.5934432,0.04482222),(0.5934432,0.04890364),(0.5763788,0.03667271),(0.572147,0.03667271),(0.572147,0.04074502),(0.5763788,0.04074502),(0.567925,0.03667271),(0.5637077,0.03667271),(0.5637077,0.04074496),(0.567925,0.04074502),(0.567925,0.04482222),(0.572147,0.04482222),(0.5637077,0.04482222),(0.567925,0.04890364),(0.5637077,0.04890364),(0.572147,0.04890364),(0.5763788,0.04482222),(0.5763788,0.04890364),(0.55949,0.03667271),(0.5552715,0.03667271),(0.5552715,0.04074502),(0.55949,0.04074502),(0.5510522,0.03667271),(0.5468317,0.03667271),(0.5510522,0.04074502),(0.5468317,0.04074496),(0.5552715,0.04482222),(0.5510522,0.04482222),(0.5468317,0.04482222),(0.5510522,0.04890364),(0.5468317,0.04890364),(0.5552715,0.04890364),(0.55949,0.04482222),(0.55949,0.04890364),(0.5426099,0.03667271),(0.5383899,0.03667271),(0.5426099,0.04074502),(0.5383899,0.04074502),(0.5341746,0.03667271),(0.5299669,0.03667271),(0.5341746,0.04074502),(0.5299669,0.04074496),(0.5383899,0.04482222),(0.5341746,0.04482222),(0.5299669,0.04482222),(0.5341746,0.04890364),(0.529967,0.04890364),(0.5383899,0.04890364),(0.5426099,0.04482222),(0.5426099,0.04890364),(0.52577,0.03667271),(0.5215818,0.03667271),(0.52577,0.04074502),(0.5215818,0.04074502),(0.5174,0.03667271),(0.5132228,0.03667271),(0.5174,0.04074502),(0.5132228,0.04074496),(0.5215818,0.04482222),(0.5174,0.04482222),(0.5132228,0.04482222),(0.5174,0.04890364),(0.5132228,0.04890364),(0.5215818,0.04890364),(0.52577,0.04482222),(0.52577,0.04890364),(0.5090478,0.03667271),(0.5048727,0.03667271),(0.5090478,0.04074502),(0.5048727,0.04074502),(0.5006949,0.03667271),(0.4965119,0.03667271),(0.5006949,0.04074502),(0.4965119,0.04074496),(0.5048727,0.04482222),(0.5006949,0.04482222),(0.4965119,0.04482222),(0.5006949,0.04890364),(0.4965119,0.04890364),(0.5048727,0.04890364),(0.5090478,0.04482222),(0.5090478,0.04890364),(0.4923214,0.03667271),(0.4881234,0.03667271),(0.4923214,0.04074502),(0.4881234,0.04074502),(0.4839184,0.03667271),(0.4797065,0.03667271),(0.4839184,0.04074502),(0.4797065,0.04074496),(0.4881234,0.04482222),(0.4839184,0.04482222),(0.4797065,0.04482222),(0.4839184,0.04890364),(0.4797064,0.04890364),(0.4881234,0.04890364),(0.4923214,0.04482222),(0.4923214,0.04890364),(0.4754879,0.03667271),(0.4712752,0.03667271),(0.4754879,0.04074502),(0.4712752,0.04074502),(0.4670808,0.03667271),(0.4629171,0.03667271),(0.4670808,0.04074502),(0.4629171,0.04074496),(0.4712752,0.04482222),(0.4670808,0.04482222),(0.4629171,0.04482222),(0.4670808,0.04890364),(0.4629171,0.04890364),(0.4712752,0.04890364),(0.4754879,0.04482222),(0.4754879,0.04890364),(0.4587967,0.03667271),(0.4547031,0.03667271),(0.4587967,0.04074502),(0.4547031,0.04074502),(0.4506197,0.03667271),(0.44653,0.03667271),(0.4506197,0.04074502),(0.44653,0.04074496),(0.4547031,0.04482222),(0.4506197,0.04482222),(0.44653,0.04482222),(0.4506197,0.04890364),(0.44653,0.04890364),(0.4547031,0.04890364),(0.4587967,0.04482222),(0.4587967,0.04890364),(0.4424174,0.03667271),(0.4382856,0.03667271),(0.4424174,0.04074502),(0.4382856,0.04074502),(0.4341379,0.03667271),(0.429978,0.03667271),(0.429978,0.04074496),(0.4341379,0.04074502),(0.4382856,0.04482222),(0.4341379,0.04482222),(0.429978,0.04482222),(0.429978,0.04890364),(0.4341379,0.04890364),(0.4382856,0.04890364),(0.4424174,0.04482222),(0.4424174,0.04890364),(0.4258092,0.03667271),(0.4216311,0.03667271),(0.4216312,0.04074502),(0.4258092,0.04074502),(0.4174434,0.03667271),(0.4132456,0.03667271),(0.4132456,0.04074496),(0.4174434,0.04074502),(0.4174434,0.04482222),(0.4216312,0.04482222),(0.4132456,0.04482222),(0.4132456,0.04890364),(0.4174434,0.04890364),(0.4216312,0.04890364),(0.4258092,0.04482222),(0.4258092,0.04890364),(0.4090372,0.03667271),(0.4048201,0.03667271),(0.4048201,0.04074502),(0.4090372,0.04074502),(0.4005963,0.03667271),(0.3963675,0.03667271),(0.3963675,0.04074496),(0.4005963,0.04074502),(0.4005963,0.04482222),(0.4048201,0.04482222),(0.3963675,0.04482222),(0.3963675,0.04890364),(0.4005963,0.04890364),(0.4048201,0.04890364),(0.4090372,0.04482222),(0.4090372,0.04890364),(0.3921357,0.03667271),(0.3879012,0.03667271),(0.3879012,0.04074502),(0.3921357,0.04074502),(0.3836642,0.03667271),(0.3794248,0.03667271),(0.3794249,0.04074496),(0.3836642,0.04074502),(0.3836642,0.04482222),(0.3879012,0.04482222),(0.3794248,0.04482222),(0.3794248,0.04890364),(0.3836642,0.04890364),(0.3879012,0.04890364),(0.3921357,0.04482222),(0.3921357,0.04890364),(0.3751834,0.03667271),(0.3709441,0.03667271),(0.3709441,0.04074502),(0.3751834,0.04074502),(0.3667112,0.03667271),(0.3624887,0.03667271),(0.3624887,0.04074496),(0.3667112,0.04074502),(0.3667112,0.04482222),(0.3709442,0.04482222),(0.3624887,0.04482222),(0.3624887,0.04890364),(0.3667112,0.04890364),(0.3709441,0.04890364),(0.3751834,0.04482222),(0.3751834,0.04890364),(0.358281,0.03667271),(0.3540821,0.03667271),(0.3540821,0.04074502),(0.358281,0.04074502),(0.3498864,0.03667271),(0.3456882,0.03667271),(0.3456882,0.04074496),(0.3498864,0.04074502),(0.3498864,0.04482222),(0.3540821,0.04482222),(0.3456882,0.04482222),(0.3456882,0.04890364),(0.3498864,0.04890364),(0.3540821,0.04890364),(0.3582809,0.04482222),(0.358281,0.04890364),(0.3414817,0.03667271),(0.3372694,0.03667271),(0.3372695,0.04074502),(0.3414817,0.04074502),(0.3330541,0.03667271),(0.3288383,0.03667271),(0.3330541,0.04074502),(0.3288383,0.04074496),(0.3330541,0.04482222),(0.3372695,0.04482222),(0.3288383,0.04482222),(0.3330541,0.04890364),(0.3288383,0.04890364),(0.3372695,0.04890364),(0.3414817,0.04482222),(0.3414817,0.04890364),(0.3246247,0.03667271),(0.3204179,0.03667271),(0.3246247,0.04074502),(0.3204179,0.04074502),(0.3162228,0.03667271),(0.3120441,0.03667271),(0.3162228,0.04074502),(0.3120441,0.04074496),(0.3204179,0.04482222),(0.3162228,0.04482222),(0.3120441,0.04482222),(0.3120441,0.04890364),(0.3162228,0.04890364),(0.3204179,0.04890364),(0.3246247,0.04482222),(0.3246247,0.04890364),(0.3078868,0.03667271),(0.3037427,0.03667271),(0.3037427,0.04074502),(0.3078868,0.04074502),(0.2996041,0.03667271),(0.2954631,0.03667271),(0.2954631,0.04074496),(0.2996041,0.04074502),(0.2996041,0.04482222),(0.3037428,0.04482222),(0.2954631,0.04482222),(0.2954631,0.04890364),(0.2996041,0.04890364),(0.3037427,0.04890364),(0.3078868,0.04482222),(0.3078868,0.04890364),(0.2913116,0.03667271),(0.2871543,0.03667271),(0.2871543,0.04074502),(0.2913116,0.04074502),(0.2829956,0.03667271),(0.2788399,0.03667271),(0.2829956,0.04074502),(0.2788399,0.04074496),(0.2871543,0.04482222),(0.2829956,0.04482222),(0.2788399,0.04482222),(0.2829956,0.04890364),(0.2788399,0.04890364),(0.2871543,0.04890364),(0.2913116,0.04482222),(0.2913116,0.04890364),(0.2746918,0.03667271),(0.2705556,0.03667271),(0.2746918,0.04074502),(0.2705556,0.04074502),(0.2664356,0.03667271),(0.262336,0.03667271),(0.262336,0.04074496),(0.2664356,0.04074502),(0.2664356,0.04482222),(0.2705556,0.04482222),(0.262336,0.04482222),(0.262336,0.04890364),(0.2664356,0.04890364),(0.2705556,0.04890364),(0.2746918,0.04482222),(0.2746918,0.04890364),(0.2582613,0.03667271),(0.254209,0.03667271),(0.254209,0.04074502),(0.2582613,0.04074502),(0.2501769,0.03667271),(0.2461624,0.03667271),(0.2461624,0.04074496),(0.2501769,0.04074502),(0.2501769,0.04482222),(0.254209,0.04482222),(0.2461624,0.04482222),(0.2461624,0.04890364),(0.2501769,0.04890364),(0.254209,0.04890364),(0.2582613,0.04482222),(0.2582613,0.04890364),(0.2421634,0.03667271),(0.238164,0.03667271),(0.238164,0.04074502),(0.2421634,0.04074502),(0.2341487,0.03667271),(0.2301017,0.03667271),(0.2301017,0.04074496),(0.2341487,0.04074502),(0.2341487,0.04482222),(0.238164,0.04482222),(0.2301017,0.04482222),(0.2301017,0.04890364),(0.2341487,0.04890364),(0.238164,0.04890364),(0.2421634,0.04482222),(0.2421634,0.04890364),(0.2260074,0.03667271),(0.2218787,0.03667271),(0.2218787,0.04074502),(0.2260074,0.04074502),(0.2177283,0.03667271),(0.2135691,0.03667271),(0.2135692,0.04074496),(0.2177283,0.04074502),(0.2177283,0.04482222),(0.2218787,0.04482222),(0.2135691,0.04482222),(0.2177283,0.04890364),(0.2135692,0.04890364),(0.2218787,0.04890364),(0.2260074,0.04482222),(0.2260074,0.04890364),(0.2094141,0.03667271),(0.2052627,0.03667271),(0.2094141,0.04074502),(0.2052627,0.04074502),(0.2011147,0.03667271),(0.1969699,0.03667271),(0.2011147,0.04074502),(0.1969699,0.04074496),(0.2052627,0.04482222),(0.2011147,0.04482222),(0.1969699,0.04482222),(0.2011147,0.04890364),(0.1969699,0.04890364),(0.2052627,0.04890364),(0.2094141,0.04482222),(0.2094141,0.04890364),(0.1928277,0.03667271),(0.1886888,0.03667271),(0.1928277,0.04074502),(0.1886888,0.04074502),(0.1845533,0.03667271),(0.1804218,0.03667271),(0.1845533,0.04074502),(0.1804218,0.04074496),(0.1886888,0.04482222),(0.1845533,0.04482222),(0.1804218,0.04482222),(0.1845533,0.04890364),(0.1804218,0.04890364),(0.1886888,0.04890364),(0.1928277,0.04482222),(0.1928277,0.04890364),(0.1762946,0.03667271),(0.1721701,0.03667271),(0.1762946,0.04074502),(0.1721701,0.04074502),(0.1680468,0.03667271),(0.163923,0.03667271),(0.1680468,0.04074502),(0.163923,0.04074496),(0.1721701,0.04482222),(0.1680468,0.04482222),(0.163923,0.04482222),(0.1680468,0.04890364),(0.163923,0.04890364),(0.1721701,0.04890364),(0.1762946,0.04482222),(0.1762946,0.04890364),(0.1597973,0.03667271),(0.1556691,0.03667271),(0.1597973,0.04074502),(0.1556691,0.04074502),(0.1515382,0.03667271),(0.1474041,0.03667271),(0.1474041,0.04074496),(0.1515382,0.04074502),(0.1515382,0.04482222),(0.1556691,0.04482222),(0.1474041,0.04482222),(0.1474041,0.04890364),(0.1515382,0.04890364),(0.1556691,0.04890364),(0.1597973,0.04482222),(0.1597973,0.04890364),(0.1432664,0.03667271),(0.1391259,0.03667271),(0.1391259,0.04074502),(0.1432664,0.04074502),(0.134983,0.03667271),(0.1308385,0.03667271),(0.1308385,0.04074496),(0.134983,0.04074502),(0.134983,0.04482222),(0.1391259,0.04482222),(0.1308385,0.04482222),(0.1308385,0.04890364),(0.134983,0.04890364),(0.1391259,0.04890364),(0.1432664,0.04482222),(0.1432664,0.04890364),(0.126693,0.03667271),(0.12255,0.03667271),(0.12255,0.04074502),(0.126693,0.04074502),(0.1184131,0.03667271),(0.1142857,0.03667271),(0.1142857,0.04074496),(0.1184131,0.04074502),(0.1184131,0.04482222),(0.12255,0.04482222),(0.1142857,0.04482222),(0.1142857,0.04890364),(0.1184131,0.04890364),(0.12255,0.04890364),(0.126693,0.04482222),(0.126693,0.04890364),(0.1101713,0.03667271),(0.1060752,0.03667271),(0.1060752,0.04074502),(0.1101713,0.04074502),(0.1020023,0.03667271),(0.09795791,0.03667271),(0.09795791,0.04074496),(0.1020023,0.04074502),(0.1020023,0.04482222),(0.1060752,0.04482222),(0.09795791,0.04482222),(0.09795791,0.04890364),(0.1020023,0.04890364),(0.1060752,0.04890364),(0.1101713,0.04482222),(0.1101713,0.04890364),(0.09394707,0.03667271),(0.08994583,0.03667271),(0.08994584,0.04074502),(0.09394707,0.04074502),(0.08593026,0.03667271),(0.08187638,0.03667271),(0.08187637,0.04074496),(0.08593025,0.04074502),(0.08593026,0.04482222),(0.08994584,0.04482222),(0.08187638,0.04482222),(0.08187638,0.04890364),(0.08593026,0.04890364),(0.08994584,0.04890364),(0.09394707,0.04482222),(0.09394707,0.04890364),(0.07776025,0.03667271),(0.07361087,0.03667271),(0.07361087,0.04074502),(0.07776025,0.04074502),(0.06945725,0.03667271),(0.06532837,0.03667271),(0.06532837,0.04074496),(0.06945725,0.04074502),(0.06945725,0.04482222),(0.07361087,0.04482222),(0.06532837,0.04482222),(0.06532837,0.04890364),(0.06945725,0.04890364),(0.07361087,0.04890364),(0.07776025,0.04482222),(0.07776025,0.04890364),(0.06125325,0.03667271),(0.05721605,0.03667271),(0.05721604,0.04074502),(0.06125325,0.04074502),(0.05320094,0.03667271),(0.0491921,0.03667271),(0.04919209,0.04074496),(0.05320094,0.04074502),(0.05320094,0.04482222),(0.05721605,0.04482222),(0.0491921,0.04482222),(0.04919209,0.04890364),(0.05320094,0.04890364),(0.05721605,0.04890364),(0.06125325,0.04482222),(0.06125325,0.04890364),(0.04517369,0.03667271),(0.04115105,0.03667271),(0.04115105,0.04074502),(0.04517369,0.04074502),(0.0371295,0.03667271),(0.03311438,0.03667271),(0.03311437,0.04074496),(0.0371295,0.04074502),(0.0371295,0.04482222),(0.04115105,0.04482222),(0.03311438,0.04482222),(0.03311438,0.04890364),(0.0371295,0.04890364),(0.04115105,0.04890364),(0.04517369,0.04482222),(0.04517369,0.04890364),(0.029111,0.03667271),(0.02511186,0.03667271),(0.02511186,0.04074502),(0.029111,0.04074502),(0.02110944,0.03667271),(0.01709622,0.03667271),(0.01709622,0.04074496),(0.02110944,0.04074502),(0.02110944,0.04482222),(0.02511186,0.04482222),(0.01709622,0.04482222),(0.01709622,0.04890364),(0.02110944,0.04890364),(0.02511186,0.04890364),(0.029111,0.04482222),(0.029111,0.04890364),(0.01306469,0.03667271),(0.009019421,0.03667194),(0.009019421,0.04074466),(0.01306469,0.04074502),(0.004965,0.03666949),(0.000906,0.03666627),(0.000906,0.04074252),(0.004965,0.04074377),(0.004965,0.04482055),(0.009019421,0.0448218),(0.000906,0.04481876),(0.000906,0.048895),(0.004965,0.04890108),(0.009019421,0.04890299),(0.01306469,0.04482222),(0.01306469,0.04890364),(0.999094,0.05298501),(0.9951518,0.05298674),(0.9912093,0.05298805),(0.9951518,0.05707669),(0.9912093,0.057078),(0.999094,0.05707502),(0.9872664,0.05298847),(0.983323,0.05298847),(0.983323,0.05707848),(0.9872664,0.05707848),(0.9912093,0.06117404),(0.9872664,0.06117535),(0.983323,0.06117535),(0.983323,0.0652808),(0.9872664,0.0652808),(0.9912093,0.06527883),(0.999094,0.06116498),(0.9951518,0.06117016),(0.9951518,0.06527305),(0.999094,0.06525499),(0.9793787,0.05298847),(0.9754275,0.05298847),(0.9754274,0.05707848),(0.9793787,0.05707848),(0.9714631,0.05298847),(0.9674796,0.05298847),(0.9674796,0.05707848),(0.9714631,0.05707848),(0.9714631,0.06117535),(0.9754274,0.06117535),(0.9674796,0.06117535),(0.9674796,0.0652808),(0.9714631,0.0652808),(0.9754274,0.0652808),(0.9793787,0.06117535),(0.9793787,0.0652808),(0.9634706,0.05298847),(0.9594426,0.05298847),(0.9594426,0.05707848),(0.9634707,0.05707848),(0.9554016,0.05298847),(0.9513539,0.05298847),(0.9513539,0.05707848),(0.9554016,0.05707848),(0.9554016,0.06117535),(0.9594426,0.06117535),(0.9513539,0.06117535),(0.9513539,0.0652808),(0.9554016,0.0652808),(0.9594425,0.0652808),(0.9634707,0.06117535),(0.9634706,0.0652808),(0.9473058,0.05298847),(0.9432498,0.05298847),(0.9432497,0.05707848),(0.9473058,0.05707848),(0.9391782,0.05298847),(0.9350839,0.05298847),(0.9350839,0.05707848),(0.9391783,0.05707848),(0.9391782,0.06117535),(0.9432497,0.06117535),(0.9350839,0.06117535),(0.9350839,0.0652808),(0.9391783,0.0652808),(0.9432497,0.0652808),(0.9473058,0.06117535),(0.9473058,0.0652808),(0.930959,0.05298847),(0.9268106,0.05298847),(0.9268106,0.05707848),(0.930959,0.05707848),(0.9226453,0.05298847),(0.9184701,0.05298847),(0.9184701,0.05707848),(0.9226453,0.05707848),(0.9226453,0.06117535),(0.9268106,0.06117535),(0.9184701,0.06117535),(0.9184701,0.0652808),(0.9226453,0.0652808),(0.9268106,0.0652808),(0.930959,0.06117535),(0.930959,0.0652808),(0.9142919,0.05298847),(0.910111,0.05298847),(0.9101109,0.05707848),(0.9142919,0.05707848),(0.9059278,0.05298847),(0.9017429,0.05298847),(0.9017429,0.05707848),(0.9059278,0.05707848),(0.9059278,0.06117535),(0.910111,0.06117535),(0.9017429,0.06117535),(0.9017428,0.0652808),(0.9059278,0.0652808),(0.9101109,0.0652808),(0.9142919,0.06117535),(0.9142919,0.0652808),(0.8975567,0.05298847),(0.8933688,0.05298847),(0.8933688,0.05707848),(0.8975567,0.05707848),(0.8891787,0.05298847),(0.8849859,0.05298847),(0.8849859,0.05707848),(0.8891788,0.05707848),(0.8891787,0.06117535),(0.8933688,0.06117535),(0.8849859,0.06117535),(0.8849859,0.0652808),(0.8891788,0.0652808),(0.8933688,0.0652808),(0.8975567,0.06117535),(0.8975567,0.0652808),(0.8807898,0.05298847),(0.8765806,0.05298847),(0.8765807,0.05707848),(0.8807898,0.05707848),(0.8723488,0.05298847),(0.8680845,0.05298847),(0.8680845,0.05707848),(0.8723488,0.05707848),(0.8723488,0.06117535),(0.8765806,0.06117535),(0.8680845,0.06117535),(0.8680845,0.0652808),(0.8723488,0.0652808),(0.8765806,0.0652808),(0.8807898,0.06117535),(0.8807898,0.0652808),(0.8637781,0.05298847),(0.8594491,0.05298847),(0.8594491,0.05707848),(0.8637781,0.05707848),(0.8551173,0.05298847),(0.8508024,0.05298847),(0.8508024,0.05707848),(0.8551173,0.05707848),(0.8551173,0.06117535),(0.8594491,0.06117535),(0.8508024,0.06117535),(0.8508024,0.0652808),(0.8551173,0.0652808),(0.859449,0.0652808),(0.8637781,0.06117535),(0.8637781,0.0652808),(0.846524,0.05298847),(0.8422731,0.05298847),(0.8422731,0.05707848),(0.846524,0.05707848),(0.8380403,0.05298847),(0.8338165,0.05298847),(0.8338165,0.05707848),(0.8380403,0.05707848),(0.8380403,0.06117535),(0.8422731,0.06117535),(0.8338165,0.06117535),(0.8380404,0.0652808),(0.8338165,0.0652808),(0.8422731,0.0652808),(0.846524,0.06117535),(0.846524,0.0652808),(0.8295926,0.05298847),(0.8253628,0.05298847),(0.8253628,0.05707848),(0.8295926,0.05707848),(0.8211217,0.05298847),(0.8168637,0.05298847),(0.8168637,0.05707848),(0.8211217,0.05707848),(0.8211217,0.06117535),(0.8253628,0.06117535),(0.8168637,0.06117535),(0.8168637,0.0652808),(0.8211217,0.0652808),(0.8253628,0.0652808),(0.8295926,0.06117535),(0.8295926,0.0652808),(0.8125832,0.05298847),(0.8082899,0.05298847),(0.8082899,0.05707848),(0.8125832,0.05707848),(0.8039935,0.05298847),(0.7997035,0.05298847),(0.7997035,0.05707848),(0.8039935,0.05707848),(0.8082899,0.06117535),(0.8039935,0.06117535),(0.7997035,0.06117535),(0.8039935,0.0652808),(0.7997035,0.0652808),(0.8082899,0.0652808),(0.8125832,0.06117535),(0.8125832,0.0652808),(0.7954297,0.05298847),(0.7911757,0.05298847),(0.7954297,0.05707848),(0.7911757,0.05707848),(0.7869452,0.05298847),(0.7827417,0.05298847),(0.7869452,0.05707848),(0.7827417,0.05707848),(0.7911757,0.06117535),(0.7869452,0.06117535),(0.7827417,0.06117535),(0.7869452,0.0652808),(0.7827417,0.0652808),(0.7911757,0.0652808),(0.7954297,0.06117535),(0.7954297,0.0652808),(0.7785689,0.05298847),(0.7744211,0.05298847),(0.7785689,0.05707848),(0.7744212,0.05707848),(0.7702925,0.05298847),(0.7661775,0.05298847),(0.7702925,0.05707848),(0.7661775,0.05707848),(0.7744212,0.06117535),(0.7702925,0.06117535),(0.7661775,0.06117535),(0.7702925,0.0652808),(0.7661775,0.0652808),(0.7744212,0.0652808),(0.778569,0.06117535),(0.778569,0.0652808),(0.7620703,0.05298847),(0.757961,0.05298847),(0.7620703,0.05707848),(0.757961,0.05707848),(0.7538399,0.05298847),(0.7496969,0.05298847),(0.7538399,0.05707848),(0.7496969,0.05707848),(0.757961,0.06117535),(0.7538399,0.06117535),(0.7496969,0.06117535),(0.7538399,0.0652808),(0.7496969,0.0652808),(0.757961,0.0652808),(0.7620703,0.06117535),(0.7620703,0.0652808),(0.7455223,0.05298847),(0.7413244,0.05298847),(0.7455223,0.05707848),(0.7413245,0.05707848),(0.7371117,0.05298847),(0.7328922,0.05298847),(0.7371117,0.05707848),(0.7328923,0.05707848),(0.7413245,0.06117535),(0.7371117,0.06117535),(0.7328922,0.06117535),(0.7371117,0.0652808),(0.7328922,0.0652808),(0.7413245,0.0652808),(0.7455223,0.06117535),(0.7455223,0.0652808),(0.7286744,0.05298847),(0.7244572,0.05298847),(0.7286744,0.05707848),(0.7244572,0.05707848),(0.7202395,0.05298847),(0.71602,0.05298847),(0.7202395,0.05707848),(0.71602,0.05707848),(0.7244572,0.06117535),(0.7202395,0.06117535),(0.71602,0.06117535),(0.7202394,0.0652808),(0.71602,0.0652808),(0.7244572,0.0652808),(0.7286744,0.06117535),(0.7286744,0.0652808),(0.7117977,0.05298847),(0.7075742,0.05298847),(0.7117977,0.05707848),(0.7075742,0.05707848),(0.7033514,0.05298847),(0.6991307,0.05298847),(0.7033514,0.05707848),(0.6991307,0.05707848),(0.7075742,0.06117535),(0.7033514,0.06117535),(0.6991307,0.06117535),(0.7033514,0.0652808),(0.6991307,0.0652808),(0.7075742,0.0652808),(0.7117977,0.06117535),(0.7117977,0.0652808),(0.6949139,0.05298847),(0.6906992,0.05298847),(0.6949139,0.05707848),(0.6906992,0.05707848),(0.6864849,0.05298847),(0.6822694,0.05298847),(0.6864849,0.05707848),(0.6822693,0.05707848),(0.6864849,0.06117535),(0.6906992,0.06117535),(0.6822694,0.06117535),(0.6822693,0.0652808),(0.6864849,0.0652808),(0.6906992,0.0652808),(0.6949139,0.06117535),(0.6949139,0.0652808),(0.6780508,0.05298847),(0.6738272,0.05298847),(0.6738272,0.05707848),(0.6780507,0.05707848),(0.6695971,0.05298847),(0.6653587,0.05298847),(0.6653587,0.05707848),(0.6695971,0.05707848),(0.6695971,0.06117535),(0.6738272,0.06117535),(0.6653587,0.06117535),(0.6653587,0.0652808),(0.6695971,0.0652808),(0.6738272,0.0652808),(0.6780508,0.06117535),(0.6780507,0.0652808),(0.6611102,0.05298847),(0.6568571,0.05298847),(0.6568571,0.05707848),(0.6611102,0.05707848),(0.6526053,0.05298847),(0.6483604,0.05298847),(0.6483604,0.05707848),(0.6526054,0.05707848),(0.6526054,0.06117535),(0.6568571,0.06117535),(0.6483604,0.06117535),(0.6483604,0.0652808),(0.6526053,0.0652808),(0.6568571,0.0652808),(0.6611102,0.06117535),(0.6611102,0.0652808),(0.6441281,0.05298847),(0.6399043,0.05298847),(0.6399043,0.05707848),(0.6441281,0.05707848),(0.635685,0.05298847),(0.6314663,0.05298847),(0.6314663,0.05707848),(0.635685,0.05707848),(0.635685,0.06117535),(0.6399043,0.06117535),(0.6314663,0.06117535),(0.6314663,0.0652808),(0.635685,0.0652808),(0.6399043,0.0652808),(0.6441281,0.06117535),(0.6441281,0.0652808),(0.627244,0.05298847),(0.6230208,0.05298847),(0.6230209,0.05707848),(0.627244,0.05707848),(0.6187993,0.05298847),(0.6145822,0.05298847),(0.6145822,0.05707848),(0.6187993,0.05707848),(0.6187993,0.06117535),(0.6230208,0.06117535),(0.6145822,0.06117535),(0.6145822,0.0652808),(0.6187993,0.0652808),(0.6230209,0.0652808),(0.627244,0.06117535),(0.627244,0.0652808),(0.6103719,0.05298847),(0.6061606,0.05298847),(0.6061606,0.05707848),(0.6103719,0.05707848),(0.6019406,0.05298847),(0.5977041,0.05298847),(0.5977041,0.05707848),(0.6019406,0.05707848),(0.6019406,0.06117535),(0.6061606,0.06117535),(0.5977041,0.06117535),(0.6019406,0.0652808),(0.5977041,0.0652808),(0.6061606,0.0652808),(0.6103719,0.06117535),(0.6103719,0.0652808),(0.5934432,0.05298847),(0.589169,0.05298847),(0.5934432,0.05707848),(0.589169,0.05707848),(0.5848927,0.05298847),(0.5806257,0.05298847),(0.5848927,0.05707848),(0.5806257,0.05707848),(0.589169,0.06117535),(0.5848927,0.06117535),(0.5806257,0.06117535),(0.5848927,0.0652808),(0.5806257,0.0652808),(0.589169,0.0652808),(0.5934432,0.06117535),(0.5934432,0.0652808),(0.5763788,0.05298847),(0.572147,0.05298847),(0.5763788,0.05707848),(0.572147,0.05707848),(0.567925,0.05298847),(0.5637077,0.05298847),(0.567925,0.05707848),(0.5637077,0.05707848),(0.572147,0.06117535),(0.567925,0.06117535),(0.5637077,0.06117535),(0.567925,0.0652808),(0.5637077,0.0652808),(0.572147,0.0652808),(0.5763788,0.06117535),(0.5763788,0.0652808),(0.55949,0.05298847),(0.5552715,0.05298847),(0.55949,0.05707848),(0.5552715,0.05707848),(0.5510522,0.05298847),(0.5468317,0.05298847),(0.5510522,0.05707848),(0.5468317,0.05707848),(0.5552715,0.06117535),(0.5510522,0.06117535),(0.5468317,0.06117535),(0.5510522,0.0652808),(0.5468317,0.0652808),(0.5552715,0.0652808),(0.55949,0.06117535),(0.55949,0.0652808),(0.5426099,0.05298847),(0.5383899,0.05298847),(0.5426099,0.05707848),(0.5383899,0.05707848),(0.5341746,0.05298847),(0.5299669,0.05298847),(0.5341746,0.05707848),(0.5299669,0.05707848),(0.5383899,0.06117535),(0.5341746,0.06117535),(0.5299669,0.06117535),(0.5341746,0.0652808),(0.529967,0.0652808),(0.5383899,0.0652808),(0.5426099,0.06117535),(0.5426099,0.0652808),(0.52577,0.05298847),(0.5215818,0.05298847),(0.52577,0.05707848),(0.5215818,0.05707848),(0.5174,0.05298847),(0.5132228,0.05298847),(0.5174,0.05707848),(0.5132228,0.05707848),(0.5215818,0.06117535),(0.5174,0.06117535),(0.5132228,0.06117535),(0.5174,0.0652808),(0.5132228,0.0652808),(0.5215818,0.0652808),(0.52577,0.06117535),(0.52577,0.0652808),(0.5090478,0.05298847),(0.5048727,0.05298847),(0.5090478,0.05707848),(0.5048727,0.05707848),(0.5006949,0.05298847),(0.4965119,0.05298847),(0.5006949,0.05707848),(0.4965119,0.05707848),(0.5048727,0.06117535),(0.5006949,0.06117535),(0.4965119,0.06117535),(0.5006949,0.0652808),(0.4965119,0.0652808),(0.5048727,0.0652808),(0.5090478,0.06117535),(0.5090478,0.0652808),(0.4923214,0.05298847),(0.4881234,0.05298847),(0.4923214,0.05707848),(0.4881234,0.05707848),(0.4839184,0.05298847),(0.4797065,0.05298847),(0.4839184,0.05707848),(0.4797065,0.05707848),(0.4881234,0.06117535),(0.4839184,0.06117535),(0.4797065,0.06117535),(0.4839184,0.0652808),(0.4797064,0.0652808),(0.4881234,0.0652808),(0.4923214,0.06117535),(0.4923214,0.0652808),(0.4754879,0.05298847),(0.4712752,0.05298847),(0.4754879,0.05707848),(0.4712752,0.05707848),(0.4670808,0.05298847),(0.4629171,0.05298847),(0.4670808,0.05707848),(0.4629171,0.05707848),(0.4712752,0.06117535),(0.4670808,0.06117535),(0.4629171,0.06117535),(0.4670808,0.0652808),(0.4629171,0.0652808),(0.4712752,0.0652808),(0.4754879,0.06117535),(0.4754879,0.0652808),(0.4587967,0.05298847),(0.4547031,0.05298847),(0.4587967,0.05707848),(0.4547031,0.05707848),(0.4506197,0.05298847),(0.44653,0.05298847),(0.4506197,0.05707848),(0.44653,0.05707848),(0.4547031,0.06117535),(0.4506197,0.06117535),(0.44653,0.06117535),(0.4506197,0.0652808),(0.44653,0.0652808),(0.4547031,0.0652808),(0.4587967,0.06117535),(0.4587967,0.0652808),(0.4424174,0.05298847),(0.4382856,0.05298847),(0.4424174,0.05707848),(0.4382856,0.05707848),(0.4341379,0.05298847),(0.429978,0.05298847),(0.429978,0.05707848),(0.4341379,0.05707848),(0.4341379,0.06117535),(0.4382856,0.06117535),(0.429978,0.06117535),(0.429978,0.0652808),(0.4341379,0.0652808),(0.4382856,0.0652808),(0.4424174,0.06117535),(0.4424174,0.0652808),(0.4258092,0.05298847),(0.4216311,0.05298847),(0.4216312,0.05707848),(0.4258092,0.05707848),(0.4174434,0.05298847),(0.4132456,0.05298847),(0.4174434,0.05707848),(0.4132456,0.05707848),(0.4216312,0.06117535),(0.4174434,0.06117535),(0.4132456,0.06117535),(0.4174434,0.0652808),(0.4132456,0.0652808),(0.4216312,0.0652808),(0.4258092,0.06117535),(0.4258092,0.0652808),(0.4090372,0.05298847),(0.4048201,0.05298847),(0.4048201,0.05707848),(0.4090372,0.05707848),(0.4005963,0.05298847),(0.3963675,0.05298847),(0.3963675,0.05707848),(0.4005963,0.05707848),(0.4005963,0.06117535),(0.4048201,0.06117535),(0.3963675,0.06117535),(0.4005963,0.0652808),(0.3963675,0.0652808),(0.4048201,0.0652808),(0.4090372,0.06117535),(0.4090372,0.0652808),(0.3921357,0.05298847),(0.3879012,0.05298847),(0.3879012,0.05707848),(0.3921357,0.05707848),(0.3836642,0.05298847),(0.3794248,0.05298847),(0.3794249,0.05707848),(0.3836642,0.05707848),(0.3836642,0.06117535),(0.3879012,0.06117535),(0.3794248,0.06117535),(0.3794248,0.0652808),(0.3836642,0.0652808),(0.3879012,0.0652808),(0.3921357,0.06117535),(0.3921357,0.0652808),(0.3751834,0.05298847),(0.3709441,0.05298847),(0.3751834,0.05707848),(0.3709441,0.05707848),(0.3667112,0.05298847),(0.3624887,0.05298847),(0.3667112,0.05707848),(0.3624887,0.05707848),(0.3709442,0.06117535),(0.3667112,0.06117535),(0.3624887,0.06117535),(0.3667112,0.0652808),(0.3624887,0.0652808),(0.3709441,0.0652808),(0.3751834,0.06117535),(0.3751834,0.0652808),(0.358281,0.05298847),(0.3540821,0.05298847),(0.3540821,0.05707848),(0.358281,0.05707848),(0.3498864,0.05298847),(0.3456882,0.05298847),(0.3456882,0.05707848),(0.3498864,0.05707848),(0.3498864,0.06117535),(0.3540821,0.06117535),(0.3456882,0.06117535),(0.3456882,0.0652808),(0.3498864,0.0652808),(0.3540821,0.0652808),(0.3582809,0.06117535),(0.358281,0.0652808),(0.3414817,0.05298847),(0.3372694,0.05298847),(0.3372695,0.05707848),(0.3414817,0.05707848),(0.3330541,0.05298847),(0.3288383,0.05298847),(0.3330541,0.05707848),(0.3288383,0.05707848),(0.3372695,0.06117535),(0.3330541,0.06117535),(0.3288383,0.06117535),(0.3330541,0.0652808),(0.3288383,0.0652808),(0.3372695,0.0652808),(0.3414817,0.06117535),(0.3414817,0.0652808),(0.3246247,0.05298847),(0.3204179,0.05298847),(0.3246247,0.05707848),(0.3204179,0.05707848),(0.3162228,0.05298847),(0.3120441,0.05298847),(0.3120441,0.05707848),(0.3162228,0.05707848),(0.3162228,0.06117535),(0.3204179,0.06117535),(0.3120441,0.06117535),(0.3120441,0.0652808),(0.3162228,0.0652808),(0.3204179,0.0652808),(0.3246247,0.06117535),(0.3246247,0.0652808),(0.3078868,0.05298847),(0.3037427,0.05298847),(0.3037427,0.05707848),(0.3078868,0.05707848),(0.2996041,0.05298847),(0.2954631,0.05298847),(0.2954631,0.05707848),(0.2996041,0.05707848),(0.2996041,0.06117535),(0.3037428,0.06117535),(0.2954631,0.06117535),(0.2954631,0.0652808),(0.2996041,0.0652808),(0.3037427,0.0652808),(0.3078868,0.06117535),(0.3078868,0.0652808),(0.2913116,0.05298847),(0.2871543,0.05298847),(0.2913116,0.05707848),(0.2871543,0.05707848),(0.2829956,0.05298847),(0.2788399,0.05298847),(0.2829956,0.05707848),(0.2788399,0.05707848),(0.2871543,0.06117535),(0.2829956,0.06117535),(0.2788399,0.06117535),(0.2829956,0.0652808),(0.2788399,0.0652808),(0.2871543,0.0652808),(0.2913116,0.06117535),(0.2913116,0.0652808),(0.2746918,0.05298847),(0.2705556,0.05298847),(0.2705556,0.05707848),(0.2746918,0.05707848),(0.2664356,0.05298847),(0.262336,0.05298847),(0.262336,0.05707848),(0.2664356,0.05707848),(0.2664356,0.06117535),(0.2705556,0.06117535),(0.262336,0.06117535),(0.262336,0.0652808),(0.2664356,0.0652808),(0.2705556,0.0652808),(0.2746918,0.06117535),(0.2746918,0.0652808),(0.2582613,0.05298847),(0.254209,0.05298847),(0.254209,0.05707848),(0.2582613,0.05707848),(0.2501769,0.05298847),(0.2461624,0.05298847),(0.2461624,0.05707848),(0.2501769,0.05707848),(0.2501769,0.06117535),(0.254209,0.06117535),(0.2461624,0.06117535),(0.2461624,0.0652808),(0.2501769,0.0652808),(0.254209,0.0652808),(0.2582613,0.06117535),(0.2582613,0.0652808),(0.2421634,0.05298847),(0.238164,0.05298847),(0.238164,0.05707848),(0.2421634,0.05707848),(0.2341487,0.05298847),(0.2301017,0.05298847),(0.2301017,0.05707848),(0.2341487,0.05707848),(0.2341487,0.06117535),(0.238164,0.06117535),(0.2301017,0.06117535),(0.2301017,0.0652808),(0.2341487,0.0652808),(0.238164,0.0652808),(0.2421634,0.06117535),(0.2421634,0.0652808),(0.2260074,0.05298847),(0.2218787,0.05298847),(0.2218787,0.05707848),(0.2260074,0.05707848),(0.2177283,0.05298847),(0.2135691,0.05298847),(0.2177283,0.05707848),(0.2135692,0.05707848),(0.2218787,0.06117535),(0.2177283,0.06117535),(0.2135691,0.06117535),(0.2177283,0.0652808),(0.2135692,0.0652808),(0.2218787,0.0652808),(0.2260074,0.06117535),(0.2260074,0.0652808),(0.2094141,0.05298847),(0.2052627,0.05298847),(0.2094141,0.05707848),(0.2052627,0.05707848),(0.2011147,0.05298847),(0.1969699,0.05298847),(0.2011147,0.05707848),(0.1969699,0.05707848),(0.2052627,0.06117535),(0.2011147,0.06117535),(0.1969699,0.06117535),(0.2011147,0.0652808),(0.1969699,0.0652808),(0.2052627,0.0652808),(0.2094141,0.06117535),(0.2094141,0.0652808),(0.1928277,0.05298847),(0.1886888,0.05298847),(0.1928277,0.05707848),(0.1886888,0.05707848),(0.1845533,0.05298847),(0.1804218,0.05298847),(0.1845533,0.05707848),(0.1804218,0.05707848),(0.1886888,0.06117535),(0.1845533,0.06117535),(0.1804218,0.06117535),(0.1845533,0.0652808),(0.1804218,0.0652808),(0.1886888,0.0652808),(0.1928277,0.06117535),(0.1928277,0.0652808),(0.1762946,0.05298847),(0.1721701,0.05298847),(0.1762946,0.05707848),(0.1721701,0.05707848),(0.1680468,0.05298847),(0.163923,0.05298847),(0.1680468,0.05707848),(0.163923,0.05707848),(0.1721701,0.06117535),(0.1680468,0.06117535),(0.163923,0.06117535),(0.1680468,0.0652808),(0.163923,0.0652808),(0.1721701,0.0652808),(0.1762946,0.06117535),(0.1762946,0.0652808),(0.1597973,0.05298847),(0.1556691,0.05298847),(0.1556691,0.05707848),(0.1597973,0.05707848),(0.1515382,0.05298847),(0.1474041,0.05298847),(0.1474041,0.05707848),(0.1515382,0.05707848),(0.1515382,0.06117535),(0.1556691,0.06117535),(0.1474041,0.06117535),(0.1474041,0.0652808),(0.1515382,0.0652808),(0.1556691,0.0652808),(0.1597973,0.06117535),(0.1597973,0.0652808),(0.1432664,0.05298847),(0.1391259,0.05298847),(0.1391259,0.05707848),(0.1432664,0.05707848),(0.134983,0.05298847),(0.1308385,0.05298847),(0.1308385,0.05707848),(0.134983,0.05707848),(0.134983,0.06117535),(0.1391259,0.06117535),(0.1308385,0.06117535),(0.1308385,0.0652808),(0.134983,0.0652808),(0.1391259,0.0652808),(0.1432664,0.06117535),(0.1432664,0.0652808),(0.126693,0.05298847),(0.12255,0.05298847),(0.12255,0.05707848),(0.126693,0.05707848),(0.1184131,0.05298847),(0.1142857,0.05298847),(0.1142857,0.05707848),(0.1184131,0.05707848),(0.1184131,0.06117535),(0.12255,0.06117535),(0.1142857,0.06117535),(0.1142857,0.0652808),(0.1184131,0.0652808),(0.12255,0.0652808),(0.126693,0.06117535),(0.126693,0.0652808),(0.1101713,0.05298847),(0.1060752,0.05298847),(0.1060752,0.05707848),(0.1101713,0.05707848),(0.1020023,0.05298847),(0.09795791,0.05298847),(0.09795791,0.05707848),(0.1020023,0.05707848),(0.1020023,0.06117535),(0.1060752,0.06117535),(0.09795791,0.06117535),(0.09795791,0.0652808),(0.1020023,0.0652808),(0.1060752,0.0652808),(0.1101713,0.06117535),(0.1101713,0.0652808),(0.09394707,0.05298847),(0.08994583,0.05298847),(0.08994584,0.05707848),(0.09394707,0.05707848),(0.08593026,0.05298847),(0.08187638,0.05298847),(0.08187637,0.05707848),(0.08593025,0.05707848),(0.08593026,0.06117535),(0.08994584,0.06117535),(0.08187638,0.06117535),(0.08187638,0.0652808),(0.08593026,0.0652808),(0.08994584,0.0652808),(0.09394707,0.06117535),(0.09394707,0.0652808),(0.07776025,0.05298847),(0.07361087,0.05298847),(0.07361087,0.05707848),(0.07776025,0.05707848),(0.06945725,0.05298847),(0.06532837,0.05298847),(0.06532837,0.05707848),(0.06945725,0.05707848),(0.06945725,0.06117535),(0.07361087,0.06117535),(0.06532837,0.06117535),(0.06532837,0.0652808),(0.06945725,0.0652808),(0.07361087,0.0652808),(0.07776025,0.06117535),(0.07776025,0.0652808),(0.06125325,0.05298847),(0.05721605,0.05298847),(0.05721604,0.05707848),(0.06125325,0.05707848),(0.05320094,0.05298847),(0.0491921,0.05298847),(0.04919209,0.05707848),(0.05320094,0.05707848),(0.05320094,0.06117535),(0.05721605,0.06117535),(0.0491921,0.06117535),(0.04919209,0.0652808),(0.05320094,0.0652808),(0.05721605,0.0652808),(0.06125325,0.06117535),(0.06125325,0.0652808),(0.04517369,0.05298847),(0.04115105,0.05298847),(0.04115105,0.05707848),(0.04517369,0.05707848),(0.0371295,0.05298847),(0.03311438,0.05298847),(0.03311437,0.05707848),(0.0371295,0.05707848),(0.0371295,0.06117535),(0.04115105,0.06117535),(0.03311438,0.06117535),(0.03311438,0.0652808),(0.0371295,0.0652808),(0.04115105,0.0652808),(0.04517369,0.06117535),(0.04517369,0.0652808),(0.029111,0.05298847),(0.02511186,0.05298847),(0.02511186,0.05707848),(0.029111,0.05707848),(0.02110944,0.05298847),(0.01709622,0.05298847),(0.01709622,0.05707848),(0.02110944,0.05707848),(0.02110944,0.06117535),(0.02511186,0.06117535),(0.01709622,0.06117535),(0.01709622,0.0652808),(0.02110944,0.0652808),(0.02511186,0.0652808),(0.029111,0.06117535),(0.029111,0.0652808),(0.01306469,0.05298847),(0.009019421,0.05298805),(0.009019421,0.057078),(0.01306469,0.05707848),(0.004965,0.05298674),(0.000906,0.05298501),(0.000906,0.05707502),(0.004965,0.05707669),(0.004965,0.06117016),(0.009019421,0.06117404),(0.000906,0.06116498),(0.000906,0.06525499),(0.004965,0.06527305),(0.009019421,0.06527883),(0.01306469,0.06117535),(0.01306469,0.0652808),(0.999094,0.06938624),(0.9951518,0.06939143),(0.9912093,0.06939524),(0.9951518,0.07352036),(0.9912093,0.07352251),(0.999094,0.0735175),(0.9872664,0.06939656),(0.983323,0.06939656),(0.983323,0.07352322),(0.9872664,0.07352328),(0.9872664,0.0776614),(0.9912093,0.07765979),(0.983323,0.0776614),(0.983323,0.08181155),(0.9872664,0.08181155),(0.9912093,0.08180916),(0.999094,0.07764876),(0.9951518,0.07765508),(0.9951518,0.08180207),(0.999094,0.08178002),(0.9793787,0.06939656),(0.9754275,0.06939656),(0.9754274,0.07352322),(0.9793787,0.07352322),(0.9714631,0.06939656),(0.9674796,0.06939656),(0.9674796,0.07352322),(0.9714631,0.07352328),(0.9714631,0.0776614),(0.9754274,0.0776614),(0.9674796,0.0776614),(0.9674796,0.08181155),(0.9714631,0.08181155),(0.9754274,0.08181155),(0.9793787,0.0776614),(0.9793787,0.08181155),(0.9634706,0.06939656),(0.9594426,0.06939656),(0.9594426,0.07352322),(0.9634707,0.07352322),(0.9554016,0.06939656),(0.9513539,0.06939656),(0.9513539,0.07352322),(0.9554016,0.07352328),(0.9554016,0.0776614),(0.9594426,0.0776614),(0.9513539,0.0776614),(0.9513539,0.08181155),(0.9554016,0.08181155),(0.9594425,0.08181155),(0.9634707,0.0776614),(0.9634706,0.08181155),(0.9473058,0.06939656),(0.9432498,0.06939656),(0.9432497,0.07352322),(0.9473058,0.07352322),(0.9391782,0.06939656),(0.9350839,0.06939656),(0.9350839,0.07352322),(0.9391783,0.07352328),(0.9391782,0.0776614),(0.9432497,0.0776614),(0.9350839,0.0776614),(0.9350839,0.08181155),(0.9391783,0.08181155),(0.9432497,0.08181155),(0.9473058,0.0776614),(0.9473058,0.08181155),(0.930959,0.06939656),(0.9268106,0.06939656),(0.9268106,0.07352322),(0.930959,0.07352322),(0.9226453,0.06939656),(0.9184701,0.06939656),(0.9184701,0.07352322),(0.9226453,0.07352328),(0.9226453,0.0776614),(0.9268106,0.0776614),(0.9184701,0.0776614),(0.9184701,0.08181155),(0.9226453,0.08181155),(0.9268106,0.08181155),(0.930959,0.0776614),(0.930959,0.08181155),(0.9142919,0.06939656),(0.910111,0.06939656),(0.9101109,0.07352322),(0.9142919,0.07352322),(0.9059278,0.06939656),(0.9017429,0.06939656),(0.9017429,0.07352322),(0.9059278,0.07352328),(0.9059278,0.0776614),(0.910111,0.0776614),(0.9017429,0.0776614),(0.9017428,0.08181155),(0.9059278,0.08181155),(0.9101109,0.08181155),(0.9142919,0.0776614),(0.9142919,0.08181155),(0.8975567,0.06939656),(0.8933688,0.06939656),(0.8933688,0.07352322),(0.8975567,0.07352322),(0.8891787,0.06939656),(0.8849859,0.06939656),(0.8849859,0.07352322),(0.8891788,0.07352328),(0.8891787,0.0776614),(0.8933688,0.0776614),(0.8849859,0.0776614),(0.8891788,0.08181155),(0.8849859,0.08181155),(0.8933688,0.08181155),(0.8975567,0.0776614),(0.8975567,0.08181155),(0.8807898,0.06939656),(0.8765806,0.06939656),(0.8765807,0.07352322),(0.8807898,0.07352322),(0.8723488,0.06939656),(0.8680845,0.06939656),(0.8680845,0.07352322),(0.8723488,0.07352328),(0.8723488,0.0776614),(0.8765806,0.0776614),(0.8680845,0.0776614),(0.8723488,0.08181155),(0.8680845,0.08181155),(0.8765806,0.08181155),(0.8807898,0.0776614),(0.8807898,0.08181155),(0.8637781,0.06939656),(0.8594491,0.06939656),(0.8594491,0.07352322),(0.8637781,0.07352322),(0.8551173,0.06939656),(0.8508024,0.06939656),(0.8508024,0.07352322),(0.8551173,0.07352328),(0.8551173,0.0776614),(0.8594491,0.0776614),(0.8508024,0.0776614),(0.8551173,0.08181155),(0.8508024,0.08181155),(0.859449,0.08181155),(0.8637781,0.0776614),(0.8637781,0.08181155),(0.846524,0.06939656),(0.8422731,0.06939656),(0.846524,0.07352322),(0.8422731,0.07352322),(0.8380403,0.06939656),(0.8338165,0.06939656),(0.8380403,0.07352328),(0.8338165,0.07352322),(0.8422731,0.0776614),(0.8380403,0.0776614),(0.8338165,0.0776614),(0.8380404,0.08181155),(0.8338165,0.08181155),(0.8422731,0.08181155),(0.846524,0.0776614),(0.846524,0.08181155),(0.8295926,0.06939656),(0.8253628,0.06939656),(0.8295926,0.07352322),(0.8253628,0.07352322),(0.8211217,0.06939656),(0.8168637,0.06939656),(0.8211217,0.07352328),(0.8168637,0.07352322),(0.8253628,0.0776614),(0.8211217,0.0776614),(0.8168637,0.0776614),(0.8211217,0.08181155),(0.8168637,0.08181155),(0.8253628,0.08181155),(0.8295926,0.0776614),(0.8295926,0.08181155),(0.8125832,0.06939656),(0.8082899,0.06939656),(0.8125832,0.07352322),(0.8082899,0.07352322),(0.8039935,0.06939656),(0.7997035,0.06939656),(0.8039935,0.07352328),(0.7997035,0.07352322),(0.8082899,0.0776614),(0.8039935,0.0776614),(0.7997035,0.0776614),(0.8039935,0.08181155),(0.7997035,0.08181155),(0.8082899,0.08181155),(0.8125832,0.0776614),(0.8125832,0.08181155),(0.7954297,0.06939656),(0.7911757,0.06939656),(0.7954297,0.07352322),(0.7911757,0.07352322),(0.7869452,0.06939656),(0.7827417,0.06939656),(0.7869452,0.07352328),(0.7827417,0.07352322),(0.7911757,0.0776614),(0.7869452,0.0776614),(0.7827417,0.0776614),(0.7869452,0.08181155),(0.7827417,0.08181155),(0.7911757,0.08181155),(0.7954297,0.0776614),(0.7954297,0.08181155),(0.7785689,0.06939656),(0.7744211,0.06939656),(0.7785689,0.07352322),(0.7744212,0.07352322),(0.7702925,0.06939656),(0.7661775,0.06939656),(0.7702925,0.07352328),(0.7661775,0.07352322),(0.7744212,0.0776614),(0.7702925,0.0776614),(0.7661775,0.0776614),(0.7702925,0.08181155),(0.7661775,0.08181155),(0.7744212,0.08181155),(0.778569,0.0776614),(0.778569,0.08181155),(0.7620703,0.06939656),(0.757961,0.06939656),(0.7620703,0.07352322),(0.757961,0.07352322),(0.7538399,0.06939656),(0.7496969,0.06939656),(0.7538399,0.07352328),(0.7496969,0.07352322),(0.757961,0.0776614),(0.7538399,0.0776614),(0.7496969,0.0776614),(0.7538399,0.08181155),(0.7496969,0.08181155),(0.757961,0.08181155),(0.7620703,0.0776614),(0.7620703,0.08181155),(0.7455223,0.06939656),(0.7413244,0.06939656),(0.7455223,0.07352322),(0.7413245,0.07352322),(0.7371117,0.06939656),(0.7328922,0.06939656),(0.7371117,0.07352328),(0.7328923,0.07352322),(0.7413245,0.0776614),(0.7371117,0.0776614),(0.7328922,0.0776614),(0.7371117,0.08181155),(0.7328922,0.08181155),(0.7413245,0.08181155),(0.7455223,0.0776614),(0.7455223,0.08181155),(0.7286744,0.06939656),(0.7244572,0.06939656),(0.7286744,0.07352322),(0.7244572,0.07352322),(0.7202395,0.06939656),(0.71602,0.06939656),(0.7202395,0.07352328),(0.71602,0.07352322),(0.7244572,0.0776614),(0.7202395,0.0776614),(0.71602,0.0776614),(0.7202394,0.08181155),(0.71602,0.08181155),(0.7244572,0.08181155),(0.7286744,0.0776614),(0.7286744,0.08181155),(0.7117977,0.06939656),(0.7075742,0.06939656),(0.7075742,0.07352322),(0.7117977,0.07352322),(0.7033514,0.06939656),(0.6991307,0.06939656),(0.6991307,0.07352322),(0.7033514,0.07352328),(0.7033514,0.0776614),(0.7075742,0.0776614),(0.6991307,0.0776614),(0.7033514,0.08181155),(0.6991307,0.08181155),(0.7075742,0.08181155),(0.7117977,0.0776614),(0.7117977,0.08181155),(0.6949139,0.06939656),(0.6906992,0.06939656),(0.6906992,0.07352322),(0.6949139,0.07352322),(0.6864849,0.06939656),(0.6822694,0.06939656),(0.6864849,0.07352328),(0.6822693,0.07352322),(0.6906992,0.0776614),(0.6864849,0.0776614),(0.6822694,0.0776614),(0.6864849,0.08181155),(0.6822693,0.08181155),(0.6906992,0.08181155),(0.6949139,0.0776614),(0.6949139,0.08181155),(0.6780508,0.06939656),(0.6738272,0.06939656),(0.6738272,0.07352322),(0.6780507,0.07352322),(0.6695971,0.06939656),(0.6653587,0.06939656),(0.6695971,0.07352328),(0.6653587,0.07352322),(0.6738272,0.0776614),(0.6695971,0.0776614),(0.6653587,0.0776614),(0.6695971,0.08181155),(0.6653587,0.08181155),(0.6738272,0.08181155),(0.6780508,0.0776614),(0.6780507,0.08181155),(0.6611102,0.06939656),(0.6568571,0.06939656),(0.6611102,0.07352322),(0.6568571,0.07352322),(0.6526053,0.06939656),(0.6483604,0.06939656),(0.6526054,0.07352328),(0.6483604,0.07352322),(0.6568571,0.0776614),(0.6526054,0.0776614),(0.6483604,0.0776614),(0.6526053,0.08181155),(0.6483604,0.08181155),(0.6568571,0.08181155),(0.6611102,0.0776614),(0.6611102,0.08181155),(0.6441281,0.06939656),(0.6399043,0.06939656),(0.6399043,0.07352322),(0.6441281,0.07352322),(0.635685,0.06939656),(0.6314663,0.06939656),(0.6314663,0.07352322),(0.635685,0.07352328),(0.635685,0.0776614),(0.6399043,0.0776614),(0.6314663,0.0776614),(0.635685,0.08181155),(0.6314663,0.08181155),(0.6399043,0.08181155),(0.6441281,0.0776614),(0.6441281,0.08181155),(0.627244,0.06939656),(0.6230208,0.06939656),(0.6230209,0.07352322),(0.627244,0.07352322),(0.6187993,0.06939656),(0.6145822,0.06939656),(0.6187993,0.07352328),(0.6145822,0.07352322),(0.6230208,0.0776614),(0.6187993,0.0776614),(0.6145822,0.0776614),(0.6187993,0.08181155),(0.6145822,0.08181155),(0.6230209,0.08181155),(0.627244,0.0776614),(0.627244,0.08181155),(0.6103719,0.06939656),(0.6061606,0.06939656),(0.6103719,0.07352322),(0.6061606,0.07352322),(0.6019406,0.06939656),(0.5977041,0.06939656),(0.6019406,0.07352328),(0.5977041,0.07352322),(0.6061606,0.0776614),(0.6019406,0.0776614),(0.5977041,0.0776614),(0.6019406,0.08181155),(0.5977041,0.08181155),(0.6061606,0.08181155),(0.6103719,0.0776614),(0.6103719,0.08181155),(0.5934432,0.06939656),(0.589169,0.06939656),(0.5934432,0.07352322),(0.589169,0.07352322),(0.5848927,0.06939656),(0.5806257,0.06939656),(0.5806257,0.07352322),(0.5848927,0.07352328),(0.5848927,0.0776614),(0.589169,0.0776614),(0.5806257,0.0776614),(0.5806257,0.08181155),(0.5848927,0.08181155),(0.589169,0.08181155),(0.5934432,0.0776614),(0.5934432,0.08181155),(0.5763788,0.06939656),(0.572147,0.06939656),(0.572147,0.07352322),(0.5763788,0.07352322),(0.567925,0.06939656),(0.5637077,0.06939656),(0.567925,0.07352328),(0.5637077,0.07352322),(0.567925,0.0776614),(0.572147,0.0776614),(0.5637077,0.0776614),(0.5637077,0.08181155),(0.567925,0.08181155),(0.572147,0.08181155),(0.5763788,0.0776614),(0.5763788,0.08181155),(0.55949,0.06939656),(0.5552715,0.06939656),(0.55949,0.07352322),(0.5552715,0.07352322),(0.5510522,0.06939656),(0.5468317,0.06939656),(0.5510522,0.07352328),(0.5468317,0.07352322),(0.5552715,0.0776614),(0.5510522,0.0776614),(0.5468317,0.0776614),(0.5468317,0.08181155),(0.5510522,0.08181155),(0.5552715,0.08181155),(0.55949,0.0776614),(0.55949,0.08181155),(0.5426099,0.06939656),(0.5383899,0.06939656),(0.5426099,0.07352322),(0.5383899,0.07352322),(0.5341746,0.06939656),(0.5299669,0.06939656),(0.5341746,0.07352328),(0.5299669,0.07352322),(0.5383899,0.0776614),(0.5341746,0.0776614),(0.5299669,0.0776614),(0.5341746,0.08181155),(0.529967,0.08181155),(0.5383899,0.08181155),(0.5426099,0.0776614),(0.5426099,0.08181155),(0.52577,0.06939656),(0.5215818,0.06939656),(0.52577,0.07352322),(0.5215818,0.07352322),(0.5174,0.06939656),(0.5132228,0.06939656),(0.5132228,0.07352322),(0.5174,0.07352328),(0.5215818,0.0776614),(0.5174,0.0776614),(0.5132228,0.0776614),(0.5174,0.08181155),(0.5132228,0.08181155),(0.5215818,0.08181155),(0.52577,0.0776614),(0.52577,0.08181155),(0.5090478,0.06939656),(0.5048727,0.06939656),(0.5090478,0.07352322),(0.5048727,0.07352322),(0.5006949,0.06939656),(0.4965119,0.06939656),(0.5006949,0.07352328),(0.4965119,0.07352322),(0.5048727,0.0776614),(0.5006949,0.0776614),(0.4965119,0.0776614),(0.5006949,0.08181155),(0.4965119,0.08181155),(0.5048727,0.08181155),(0.5090478,0.0776614),(0.5090478,0.08181155),(0.4923214,0.06939656),(0.4881234,0.06939656),(0.4923214,0.07352322),(0.4881234,0.07352322),(0.4839184,0.06939656),(0.4797065,0.06939656),(0.4839184,0.07352328),(0.4797065,0.07352322),(0.4881234,0.0776614),(0.4839184,0.0776614),(0.4797065,0.0776614),(0.4839184,0.08181155),(0.4797064,0.08181155),(0.4881234,0.08181155),(0.4923214,0.0776614),(0.4923214,0.08181155),(0.4754879,0.06939656),(0.4712752,0.06939656),(0.4754879,0.07352322),(0.4712752,0.07352322),(0.4670808,0.06939656),(0.4629171,0.06939656),(0.4670808,0.07352328),(0.4629171,0.07352322),(0.4712752,0.0776614),(0.4670808,0.0776614),(0.4629171,0.0776614),(0.4670808,0.08181155),(0.4629171,0.08181155),(0.4712752,0.08181155),(0.4754879,0.0776614),(0.4754879,0.08181155),(0.4587967,0.06939656),(0.4547031,0.06939656),(0.4587967,0.07352322),(0.4547031,0.07352322),(0.4506197,0.06939656),(0.44653,0.06939656),(0.4506197,0.07352328),(0.44653,0.07352322),(0.4547031,0.0776614),(0.4506197,0.0776614),(0.44653,0.0776614),(0.4506197,0.08181155),(0.44653,0.08181155),(0.4547031,0.08181155),(0.4587967,0.0776614),(0.4587967,0.08181155),(0.4424174,0.06939656),(0.4382856,0.06939656),(0.4424174,0.07352322),(0.4382856,0.07352322),(0.4341379,0.06939656),(0.429978,0.06939656),(0.4341379,0.07352328),(0.429978,0.07352322),(0.4382856,0.0776614),(0.4341379,0.0776614),(0.429978,0.0776614),(0.4341379,0.08181155),(0.429978,0.08181155),(0.4382856,0.08181155),(0.4424174,0.0776614),(0.4424174,0.08181155),(0.4258092,0.06939656),(0.4216311,0.06939656),(0.4258092,0.07352322),(0.4216312,0.07352322),(0.4174434,0.06939656),(0.4132456,0.06939656),(0.4174434,0.07352328),(0.4132456,0.07352322),(0.4216312,0.0776614),(0.4174434,0.0776614),(0.4132456,0.0776614),(0.4174434,0.08181155),(0.4132456,0.08181155),(0.4216312,0.08181155),(0.4258092,0.0776614),(0.4258092,0.08181155),(0.4090372,0.06939656),(0.4048201,0.06939656),(0.4090372,0.07352322),(0.4048201,0.07352322),(0.4005963,0.06939656),(0.3963675,0.06939656),(0.4005963,0.07352328),(0.3963675,0.07352322),(0.4048201,0.0776614),(0.4005963,0.0776614),(0.3963675,0.0776614),(0.4005963,0.08181155),(0.3963675,0.08181155),(0.4048201,0.08181155),(0.4090372,0.0776614),(0.4090372,0.08181155),(0.3921357,0.06939656),(0.3879012,0.06939656),(0.3921357,0.07352322),(0.3879012,0.07352322),(0.3836642,0.06939656),(0.3794248,0.06939656),(0.3794249,0.07352322),(0.3836642,0.07352328),(0.3879012,0.0776614),(0.3836642,0.0776614),(0.3794248,0.0776614),(0.3794248,0.08181155),(0.3836642,0.08181155),(0.3879012,0.08181155),(0.3921357,0.0776614),(0.3921357,0.08181155),(0.3751834,0.06939656),(0.3709441,0.06939656),(0.3709441,0.07352322),(0.3751834,0.07352322),(0.3667112,0.06939656),(0.3624887,0.06939656),(0.3667112,0.07352328),(0.3624887,0.07352322),(0.3667112,0.0776614),(0.3709442,0.0776614),(0.3624887,0.0776614),(0.3624887,0.08181155),(0.3667112,0.08181155),(0.3709441,0.08181155),(0.3751834,0.0776614),(0.3751834,0.08181155),(0.358281,0.06939656),(0.3540821,0.06939656),(0.3540821,0.07352322),(0.358281,0.07352322),(0.3498864,0.06939656),(0.3456882,0.06939656),(0.3456882,0.07352322),(0.3498864,0.07352328),(0.3498864,0.0776614),(0.3540821,0.0776614),(0.3456882,0.0776614),(0.3456882,0.08181155),(0.3498864,0.08181155),(0.3540821,0.08181155),(0.3582809,0.0776614),(0.358281,0.08181155),(0.3414817,0.06939656),(0.3372694,0.06939656),(0.3372695,0.07352322),(0.3414817,0.07352322),(0.3330541,0.06939656),(0.3288383,0.06939656),(0.3330541,0.07352328),(0.3288383,0.07352322),(0.3372695,0.0776614),(0.3330541,0.0776614),(0.3288383,0.0776614),(0.3288383,0.08181155),(0.3330541,0.08181155),(0.3372695,0.08181155),(0.3414817,0.0776614),(0.3414817,0.08181155),(0.3246247,0.06939656),(0.3204179,0.06939656),(0.3204179,0.07352322),(0.3246247,0.07352322),(0.3162228,0.06939656),(0.3120441,0.06939656),(0.3120441,0.07352322),(0.3162228,0.07352328),(0.3162228,0.0776614),(0.3204179,0.0776614),(0.3120441,0.0776614),(0.3120441,0.08181155),(0.3162228,0.08181155),(0.3204179,0.08181155),(0.3246247,0.0776614),(0.3246247,0.08181155),(0.3078868,0.06939656),(0.3037427,0.06939656),(0.3037427,0.07352322),(0.3078868,0.07352322),(0.2996041,0.06939656),(0.2954631,0.06939656),(0.2954631,0.07352322),(0.2996041,0.07352328),(0.2996041,0.0776614),(0.3037428,0.0776614),(0.2954631,0.0776614),(0.2996041,0.08181155),(0.2954631,0.08181155),(0.3037427,0.08181155),(0.3078868,0.0776614),(0.3078868,0.08181155),(0.2913116,0.06939656),(0.2871543,0.06939656),(0.2913116,0.07352322),(0.2871543,0.07352322),(0.2829956,0.06939656),(0.2788399,0.06939656),(0.2829956,0.07352328),(0.2788399,0.07352322),(0.2871543,0.0776614),(0.2829956,0.0776614),(0.2788399,0.0776614),(0.2788399,0.08181155),(0.2829956,0.08181155),(0.2871543,0.08181155),(0.2913116,0.0776614),(0.2913116,0.08181155),(0.2746918,0.06939656),(0.2705556,0.06939656),(0.2705556,0.07352322),(0.2746918,0.07352322),(0.2664356,0.06939656),(0.262336,0.06939656),(0.262336,0.07352322),(0.2664356,0.07352328),(0.2664356,0.0776614),(0.2705556,0.0776614),(0.262336,0.0776614),(0.262336,0.08181155),(0.2664356,0.08181155),(0.2705556,0.08181155),(0.2746918,0.0776614),(0.2746918,0.08181155),(0.2582613,0.06939656),(0.254209,0.06939656),(0.254209,0.07352322),(0.2582613,0.07352322),(0.2501769,0.06939656),(0.2461624,0.06939656),(0.2461624,0.07352322),(0.2501769,0.07352328),(0.2501769,0.0776614),(0.254209,0.0776614),(0.2461624,0.0776614),(0.2461624,0.08181155),(0.2501769,0.08181155),(0.254209,0.08181155),(0.2582613,0.0776614),(0.2582613,0.08181155),(0.2421634,0.06939656),(0.238164,0.06939656),(0.238164,0.07352322),(0.2421634,0.07352322),(0.2341487,0.06939656),(0.2301017,0.06939656),(0.2301017,0.07352322),(0.2341487,0.07352328),(0.2341487,0.0776614),(0.238164,0.0776614),(0.2301017,0.0776614),(0.2301017,0.08181155),(0.2341487,0.08181155),(0.238164,0.08181155),(0.2421634,0.0776614),(0.2421634,0.08181155),(0.2260074,0.06939656),(0.2218787,0.06939656),(0.2218787,0.07352322),(0.2260074,0.07352322),(0.2177283,0.06939656),(0.2135691,0.06939656),(0.2177283,0.07352328),(0.2135692,0.07352322),(0.2218787,0.0776614),(0.2177283,0.0776614),(0.2135691,0.0776614),(0.2177283,0.08181155),(0.2135692,0.08181155),(0.2218787,0.08181155),(0.2260074,0.0776614),(0.2260074,0.08181155),(0.2094141,0.06939656),(0.2052627,0.06939656),(0.2094141,0.07352322),(0.2052627,0.07352322),(0.2011147,0.06939656),(0.1969699,0.06939656),(0.2011147,0.07352328),(0.1969699,0.07352322),(0.2052627,0.0776614),(0.2011147,0.0776614),(0.1969699,0.0776614),(0.2011147,0.08181155),(0.1969699,0.08181155),(0.2052627,0.08181155),(0.2094141,0.0776614),(0.2094141,0.08181155),(0.1928277,0.06939656),(0.1886888,0.06939656),(0.1928277,0.07352322),(0.1886888,0.07352322),(0.1845533,0.06939656),(0.1804218,0.06939656),(0.1845533,0.07352328),(0.1804218,0.07352322),(0.1886888,0.0776614),(0.1845533,0.0776614),(0.1804218,0.0776614),(0.1804218,0.08181155),(0.1845533,0.08181155),(0.1886888,0.08181155),(0.1928277,0.0776614),(0.1928277,0.08181155),(0.1762946,0.06939656),(0.1721701,0.06939656),(0.1762946,0.07352322),(0.1721701,0.07352322),(0.1680468,0.06939656),(0.163923,0.06939656),(0.163923,0.07352322),(0.1680468,0.07352328),(0.1680468,0.0776614),(0.1721701,0.0776614),(0.163923,0.0776614),(0.163923,0.08181155),(0.1680468,0.08181155),(0.1721701,0.08181155),(0.1762946,0.0776614),(0.1762946,0.08181155),(0.1597973,0.06939656),(0.1556691,0.06939656),(0.1556691,0.07352322),(0.1597973,0.07352322),(0.1515382,0.06939656),(0.1474041,0.06939656),(0.1474041,0.07352322),(0.1515382,0.07352328),(0.1515382,0.0776614),(0.1556691,0.0776614),(0.1474041,0.0776614),(0.1474041,0.08181155),(0.1515382,0.08181155),(0.1556691,0.08181155),(0.1597973,0.0776614),(0.1597973,0.08181155),(0.1432664,0.06939656),(0.1391259,0.06939656),(0.1391259,0.07352322),(0.1432664,0.07352322),(0.134983,0.06939656),(0.1308385,0.06939656),(0.1308385,0.07352322),(0.134983,0.07352328),(0.134983,0.0776614),(0.1391259,0.0776614),(0.1308385,0.0776614),(0.1308385,0.08181155),(0.134983,0.08181155),(0.1391259,0.08181155),(0.1432664,0.0776614),(0.1432664,0.08181155),(0.126693,0.06939656),(0.12255,0.06939656),(0.12255,0.07352322),(0.126693,0.07352322),(0.1184131,0.06939656),(0.1142857,0.06939656),(0.1142857,0.07352322),(0.1184131,0.07352328),(0.1184131,0.0776614),(0.12255,0.0776614),(0.1142857,0.0776614),(0.1142857,0.08181155),(0.1184131,0.08181155),(0.12255,0.08181155),(0.126693,0.0776614),(0.126693,0.08181155),(0.1101713,0.06939656),(0.1060752,0.06939656),(0.1060752,0.07352322),(0.1101713,0.07352322),(0.1020023,0.06939656),(0.09795791,0.06939656),(0.09795791,0.07352322),(0.1020023,0.07352328),(0.1020023,0.0776614),(0.1060752,0.0776614),(0.09795791,0.0776614),(0.09795791,0.08181155),(0.1020023,0.08181155),(0.1060752,0.08181155),(0.1101713,0.0776614),(0.1101713,0.08181155),(0.09394707,0.06939656),(0.08994583,0.06939656),(0.08994584,0.07352322),(0.09394707,0.07352322),(0.08593026,0.06939656),(0.08187638,0.06939656),(0.08187637,0.07352322),(0.08593025,0.07352328),(0.08593026,0.0776614),(0.08994584,0.0776614),(0.08187638,0.0776614),(0.08187638,0.08181155),(0.08593026,0.08181155),(0.08994584,0.08181155),(0.09394707,0.0776614),(0.09394707,0.08181155),(0.07776025,0.06939656),(0.07361087,0.06939656),(0.07361087,0.07352322),(0.07776025,0.07352322),(0.06945725,0.06939656),(0.06532837,0.06939656),(0.06532837,0.07352322),(0.06945725,0.07352328),(0.06945725,0.0776614),(0.07361087,0.0776614),(0.06532837,0.0776614),(0.06532837,0.08181155),(0.06945725,0.08181155),(0.07361087,0.08181155),(0.07776025,0.0776614),(0.07776025,0.08181155),(0.06125325,0.06939656),(0.05721605,0.06939656),(0.05721604,0.07352322),(0.06125325,0.07352322),(0.05320094,0.06939656),(0.0491921,0.06939656),(0.04919209,0.07352322),(0.05320094,0.07352328),(0.05320094,0.0776614),(0.05721605,0.0776614),(0.0491921,0.0776614),(0.04919209,0.08181155),(0.05320094,0.08181155),(0.05721605,0.08181155),(0.06125325,0.0776614),(0.06125325,0.08181155),(0.04517369,0.06939656),(0.04115105,0.06939656),(0.04115105,0.07352322),(0.04517369,0.07352322),(0.0371295,0.06939656),(0.03311438,0.06939656),(0.03311437,0.07352322),(0.0371295,0.07352328),(0.0371295,0.0776614),(0.04115105,0.0776614),(0.03311438,0.0776614),(0.0371295,0.08181155),(0.03311438,0.08181155),(0.04115105,0.08181155),(0.04517369,0.0776614),(0.04517369,0.08181155),(0.029111,0.06939656),(0.02511186,0.06939656),(0.02511186,0.07352322),(0.029111,0.07352322),(0.02110944,0.06939656),(0.01709622,0.06939656),(0.01709622,0.07352322),(0.02110944,0.07352328),(0.02110944,0.0776614),(0.02511186,0.0776614),(0.01709622,0.0776614),(0.01709622,0.08181155),(0.02110944,0.08181155),(0.02511186,0.08181155),(0.029111,0.0776614),(0.029111,0.08181155),(0.01306469,0.06939656),(0.009019421,0.0693953),(0.009019421,0.07352251),(0.01306469,0.07352322),(0.004965,0.06939143),(0.000906,0.06938624),(0.000906,0.0735175),(0.004965,0.07352036),(0.004965,0.07765508),(0.009019421,0.07765985),(0.000906,0.07764876),(0.004965,0.08180207),(0.000906,0.08178002),(0.009019421,0.08180916),(0.01306469,0.0776614),(0.01306469,0.08181155),(0.999094,0.08596176),(0.9951518,0.08596802),(0.9912093,0.08597279),(0.9951518,0.0901407),(0.9912093,0.09013855),(0.999094,0.0901435),(0.9872664,0.08597434),(0.983323,0.08597434),(0.983323,0.0901379),(0.9872664,0.0901379),(0.9912093,0.09429455),(0.9872664,0.0942902),(0.983323,0.0942902),(0.9872664,0.09841937),(0.983323,0.09841943),(0.9912093,0.09842598),(0.999094,0.09432524),(0.9951518,0.09430772),(0.9951518,0.09844565),(0.999094,0.09850699),(0.9793787,0.08597434),(0.9754275,0.08597434),(0.9754274,0.0901379),(0.9793787,0.09013784),(0.9714631,0.08597434),(0.9674796,0.08597434),(0.9674796,0.0901379),(0.9714631,0.0901379),(0.9714631,0.0942902),(0.9754274,0.0942902),(0.9674796,0.0942902),(0.9674796,0.09841943),(0.9714631,0.09841937),(0.9754274,0.09841943),(0.9793787,0.0942902),(0.9793787,0.09841937),(0.9634706,0.08597434),(0.9594426,0.08597434),(0.9594426,0.0901379),(0.9634707,0.09013784),(0.9554016,0.08597434),(0.9513539,0.08597434),(0.9513539,0.0901379),(0.9554016,0.0901379),(0.9554016,0.0942902),(0.9594426,0.0942902),(0.9513539,0.0942902),(0.9554016,0.09841937),(0.9513539,0.09841943),(0.9594425,0.09841943),(0.9634707,0.0942902),(0.9634706,0.09841937),(0.9473058,0.08597434),(0.9432498,0.08597434),(0.9473058,0.09013784),(0.9432497,0.0901379),(0.9391782,0.08597434),(0.9350839,0.08597434),(0.9391783,0.0901379),(0.9350839,0.0901379),(0.9432497,0.0942902),(0.9391782,0.0942902),(0.9350839,0.0942902),(0.9391783,0.09841937),(0.9350839,0.09841943),(0.9432497,0.09841943),(0.9473058,0.0942902),(0.9473058,0.09841937),(0.930959,0.08597434),(0.9268106,0.08597434),(0.930959,0.09013784),(0.9268106,0.0901379),(0.9226453,0.08597434),(0.9184701,0.08597434),(0.9226453,0.0901379),(0.9184701,0.0901379),(0.9268106,0.0942902),(0.9226453,0.0942902),(0.9184701,0.0942902),(0.9226453,0.09841937),(0.9184701,0.09841943),(0.9268106,0.09841943),(0.930959,0.0942902),(0.930959,0.09841937),(0.9142919,0.08597434),(0.910111,0.08597434),(0.9142919,0.09013784),(0.9101109,0.0901379),(0.9059278,0.08597434),(0.9017429,0.08597434),(0.9059278,0.0901379),(0.9017429,0.0901379),(0.910111,0.0942902),(0.9059278,0.0942902),(0.9017429,0.0942902),(0.9059278,0.09841937),(0.9017428,0.09841943),(0.9101109,0.09841943),(0.9142919,0.0942902),(0.9142919,0.09841937),(0.8975567,0.08597434),(0.8933688,0.08597434),(0.8975567,0.09013784),(0.8933688,0.0901379),(0.8891787,0.08597434),(0.8849859,0.08597434),(0.8891788,0.0901379),(0.8849859,0.0901379),(0.8933688,0.0942902),(0.8891787,0.0942902),(0.8849859,0.0942902),(0.8891788,0.09841937),(0.8849859,0.09841943),(0.8933688,0.09841943),(0.8975567,0.0942902),(0.8975567,0.09841937),(0.8807898,0.08597434),(0.8765806,0.08597434),(0.8807898,0.09013784),(0.8765807,0.0901379),(0.8723488,0.08597434),(0.8680845,0.08597434),(0.8723488,0.0901379),(0.8680845,0.0901379),(0.8765806,0.0942902),(0.8723488,0.0942902),(0.8680845,0.0942902),(0.8723488,0.09841937),(0.8680845,0.09841943),(0.8765806,0.09841943),(0.8807898,0.0942902),(0.8807898,0.09841937),(0.8637781,0.08597434),(0.8594491,0.08597434),(0.8637781,0.09013784),(0.8594491,0.0901379),(0.8551173,0.08597434),(0.8508024,0.08597434),(0.8551173,0.0901379),(0.8508024,0.0901379),(0.8594491,0.0942902),(0.8551173,0.0942902),(0.8508024,0.0942902),(0.8551173,0.09841937),(0.8508024,0.09841943),(0.859449,0.09841943),(0.8637781,0.0942902),(0.8637781,0.09841937),(0.846524,0.08597434),(0.8422731,0.08597434),(0.846524,0.09013784),(0.8422731,0.0901379),(0.8380403,0.08597434),(0.8338165,0.08597434),(0.8380403,0.0901379),(0.8338165,0.0901379),(0.8422731,0.0942902),(0.8380403,0.0942902),(0.8338165,0.0942902),(0.8380404,0.09841937),(0.8338165,0.09841943),(0.8422731,0.09841943),(0.846524,0.0942902),(0.846524,0.09841937),(0.8295926,0.08597434),(0.8253628,0.08597434),(0.8295926,0.09013784),(0.8253628,0.0901379),(0.8211217,0.08597434),(0.8168637,0.08597434),(0.8211217,0.0901379),(0.8168637,0.0901379),(0.8253628,0.0942902),(0.8211217,0.0942902),(0.8168637,0.0942902),(0.8211217,0.09841937),(0.8168637,0.09841943),(0.8253628,0.09841943),(0.8295926,0.0942902),(0.8295926,0.09841937),(0.8125832,0.08597434),(0.8082899,0.08597434),(0.8125832,0.09013784),(0.8082899,0.0901379),(0.8039935,0.08597434),(0.7997035,0.08597434),(0.8039935,0.0901379),(0.7997035,0.0901379),(0.8082899,0.0942902),(0.8039935,0.0942902),(0.7997035,0.0942902),(0.8039935,0.09841937),(0.7997035,0.09841943),(0.8082899,0.09841943),(0.8125832,0.0942902),(0.8125832,0.09841937),(0.7954297,0.08597434),(0.7911757,0.08597434),(0.7954297,0.09013784),(0.7911757,0.0901379),(0.7869452,0.08597434),(0.7827417,0.08597434),(0.7869452,0.0901379),(0.7827417,0.0901379),(0.7911757,0.0942902),(0.7869452,0.0942902),(0.7827417,0.0942902),(0.7869452,0.09841937),(0.7827417,0.09841943),(0.7911757,0.09841943),(0.7954297,0.0942902),(0.7954297,0.09841937),(0.7785689,0.08597434),(0.7744211,0.08597434),(0.7785689,0.09013784),(0.7744212,0.0901379),(0.7702925,0.08597434),(0.7661775,0.08597434),(0.7702925,0.0901379),(0.7661775,0.0901379),(0.7744212,0.0942902),(0.7702925,0.0942902),(0.7661775,0.0942902),(0.7702925,0.09841937),(0.7661775,0.09841943),(0.7744212,0.09841943),(0.778569,0.0942902),(0.778569,0.09841937),(0.7620703,0.08597434),(0.757961,0.08597434),(0.7620703,0.09013784),(0.757961,0.0901379),(0.7538399,0.08597434),(0.7496969,0.08597434),(0.7538399,0.0901379),(0.7496969,0.0901379),(0.757961,0.0942902),(0.7538399,0.0942902),(0.7496969,0.0942902),(0.7496969,0.09841943),(0.7538399,0.09841937),(0.757961,0.09841943),(0.7620703,0.0942902),(0.7620703,0.09841937),(0.7455223,0.08597434),(0.7413244,0.08597434),(0.7455223,0.09013784),(0.7413245,0.0901379),(0.7371117,0.08597434),(0.7328922,0.08597434),(0.7328923,0.0901379),(0.7371117,0.0901379),(0.7371117,0.0942902),(0.7413245,0.0942902),(0.7328922,0.0942902),(0.7371117,0.09841937),(0.7328922,0.09841943),(0.7413245,0.09841943),(0.7455223,0.0942902),(0.7455223,0.09841937),(0.7286744,0.08597434),(0.7244572,0.08597434),(0.7286744,0.09013784),(0.7244572,0.0901379),(0.7202395,0.08597434),(0.71602,0.08597434),(0.7202395,0.0901379),(0.71602,0.0901379),(0.7244572,0.0942902),(0.7202395,0.0942902),(0.71602,0.0942902),(0.7202394,0.09841937),(0.71602,0.09841943),(0.7244572,0.09841943),(0.7286744,0.0942902),(0.7286744,0.09841937),(0.7117977,0.08597434),(0.7075742,0.08597434),(0.7117977,0.09013784),(0.7075742,0.0901379),(0.7033514,0.08597434),(0.6991307,0.08597434),(0.7033514,0.0901379),(0.6991307,0.0901379),(0.7075742,0.0942902),(0.7033514,0.0942902),(0.6991307,0.0942902),(0.7033514,0.09841937),(0.6991307,0.09841943),(0.7075742,0.09841943),(0.7117977,0.0942902),(0.7117977,0.09841937),(0.6949139,0.08597434),(0.6906992,0.08597434),(0.6949139,0.09013784),(0.6906992,0.0901379),(0.6864849,0.08597434),(0.6822694,0.08597434),(0.6864849,0.0901379),(0.6822693,0.0901379),(0.6906992,0.0942902),(0.6864849,0.0942902),(0.6822694,0.0942902),(0.6864849,0.09841937),(0.6822693,0.09841943),(0.6906992,0.09841943),(0.6949139,0.0942902),(0.6949139,0.09841937),(0.6780508,0.08597434),(0.6738272,0.08597434),(0.6780507,0.09013784),(0.6738272,0.0901379),(0.6695971,0.08597434),(0.6653587,0.08597434),(0.6695971,0.0901379),(0.6653587,0.0901379),(0.6738272,0.0942902),(0.6695971,0.0942902),(0.6653587,0.0942902),(0.6695971,0.09841937),(0.6653587,0.09841943),(0.6738272,0.09841943),(0.6780508,0.0942902),(0.6780507,0.09841937),(0.6611102,0.08597434),(0.6568571,0.08597434),(0.6611102,0.09013784),(0.6568571,0.0901379),(0.6526053,0.08597434),(0.6483604,0.08597434),(0.6526054,0.0901379),(0.6483604,0.0901379),(0.6568571,0.0942902),(0.6526054,0.0942902),(0.6483604,0.0942902),(0.6526053,0.09841937),(0.6483604,0.09841943),(0.6568571,0.09841943),(0.6611102,0.0942902),(0.6611102,0.09841937),(0.6441281,0.08597434),(0.6399043,0.08597434),(0.6441281,0.09013784),(0.6399043,0.0901379),(0.635685,0.08597434),(0.6314663,0.08597434),(0.635685,0.0901379),(0.6314663,0.0901379),(0.6399043,0.0942902),(0.635685,0.0942902),(0.6314663,0.0942902),(0.6314663,0.09841943),(0.635685,0.09841937),(0.6399043,0.09841943),(0.6441281,0.0942902),(0.6441281,0.09841937),(0.627244,0.08597434),(0.6230208,0.08597434),(0.627244,0.09013784),(0.6230209,0.0901379),(0.6187993,0.08597434),(0.6145822,0.08597434),(0.6187993,0.0901379),(0.6145822,0.0901379),(0.6230208,0.0942902),(0.6187993,0.0942902),(0.6145822,0.0942902),(0.6187993,0.09841937),(0.6145822,0.09841943),(0.6230209,0.09841943),(0.627244,0.0942902),(0.627244,0.09841937),(0.6103719,0.08597434),(0.6061606,0.08597434),(0.6061606,0.0901379),(0.6103719,0.09013784),(0.6019406,0.08597434),(0.5977041,0.08597434),(0.5977041,0.0901379),(0.6019406,0.0901379),(0.6019406,0.0942902),(0.6061606,0.0942902),(0.5977041,0.0942902),(0.5977041,0.09841943),(0.6019406,0.09841937),(0.6061606,0.09841943),(0.6103719,0.0942902),(0.6103719,0.09841937),(0.5934432,0.08597434),(0.589169,0.08597434),(0.589169,0.0901379),(0.5934432,0.09013784),(0.5848927,0.08597434),(0.5806257,0.08597434),(0.5806257,0.0901379),(0.5848927,0.0901379),(0.5848927,0.0942902),(0.589169,0.0942902),(0.5806257,0.0942902),(0.5806257,0.09841943),(0.5848927,0.09841937),(0.589169,0.09841943),(0.5934432,0.0942902),(0.5934432,0.09841937),(0.5763788,0.08597434),(0.572147,0.08597434),(0.572147,0.0901379),(0.5763788,0.09013784),(0.567925,0.08597434),(0.5637077,0.08597434),(0.5637077,0.0901379),(0.567925,0.0901379),(0.567925,0.0942902),(0.572147,0.0942902),(0.5637077,0.0942902),(0.5637077,0.09841943),(0.567925,0.09841937),(0.572147,0.09841943),(0.5763788,0.0942902),(0.5763788,0.09841937),(0.55949,0.08597434),(0.5552715,0.08597434),(0.5552715,0.0901379),(0.55949,0.09013784),(0.5510522,0.08597434),(0.5468317,0.08597434),(0.5468317,0.0901379),(0.5510522,0.0901379),(0.5510522,0.0942902),(0.5552715,0.0942902),(0.5468317,0.0942902),(0.5468317,0.09841943),(0.5510522,0.09841937),(0.5552715,0.09841943),(0.55949,0.0942902),(0.55949,0.09841937),(0.5426099,0.08597434),(0.5383899,0.08597434),(0.5383899,0.0901379),(0.5426099,0.09013784),(0.5341746,0.08597434),(0.5299669,0.08597434),(0.5341746,0.0901379),(0.5299669,0.0901379),(0.5383899,0.0942902),(0.5341746,0.0942902),(0.5299669,0.0942902),(0.5341746,0.09841937),(0.529967,0.09841943),(0.5383899,0.09841943),(0.5426099,0.0942902),(0.5426099,0.09841937),(0.52577,0.08597434),(0.5215818,0.08597434),(0.52577,0.09013784),(0.5215818,0.0901379),(0.5174,0.08597434),(0.5132228,0.08597434),(0.5174,0.0901379),(0.5132228,0.0901379),(0.5215818,0.0942902),(0.5174,0.0942902),(0.5132228,0.0942902),(0.5174,0.09841937),(0.5132228,0.09841943),(0.5215818,0.09841943),(0.52577,0.0942902),(0.52577,0.09841937),(0.5090478,0.08597434),(0.5048727,0.08597434),(0.5090478,0.09013784),(0.5048727,0.0901379),(0.5006949,0.08597434),(0.4965119,0.08597434),(0.5006949,0.0901379),(0.4965119,0.0901379),(0.5048727,0.0942902),(0.5006949,0.0942902),(0.4965119,0.0942902),(0.5006949,0.09841937),(0.4965119,0.09841943),(0.5048727,0.09841943),(0.5090478,0.0942902),(0.5090478,0.09841937),(0.4923214,0.08597434),(0.4881234,0.08597434),(0.4923214,0.09013784),(0.4881234,0.0901379),(0.4839184,0.08597434),(0.4797065,0.08597434),(0.4839184,0.0901379),(0.4797065,0.0901379),(0.4881234,0.0942902),(0.4839184,0.0942902),(0.4797065,0.0942902),(0.4839184,0.09841937),(0.4797064,0.09841943),(0.4881234,0.09841943),(0.4923214,0.0942902),(0.4923214,0.09841937),(0.4754879,0.08597434),(0.4712752,0.08597434),(0.4754879,0.09013784),(0.4712752,0.0901379),(0.4670808,0.08597434),(0.4629171,0.08597434),(0.4670808,0.0901379),(0.4629171,0.0901379),(0.4712752,0.0942902),(0.4670808,0.0942902),(0.4629171,0.0942902),(0.4670808,0.09841937),(0.4629171,0.09841943),(0.4712752,0.09841943),(0.4754879,0.0942902),(0.4754879,0.09841937),(0.4587967,0.08597434),(0.4547031,0.08597434),(0.4587967,0.09013784),(0.4547031,0.0901379),(0.4506197,0.08597434),(0.44653,0.08597434),(0.4506197,0.0901379),(0.44653,0.0901379),(0.4547031,0.0942902),(0.4506197,0.0942902),(0.44653,0.0942902),(0.4506197,0.09841937),(0.44653,0.09841943),(0.4547031,0.09841943),(0.4587967,0.0942902),(0.4587967,0.09841937),(0.4424174,0.08597434),(0.4382856,0.08597434),(0.4424174,0.09013784),(0.4382856,0.0901379),(0.4341379,0.08597434),(0.429978,0.08597434),(0.4341379,0.0901379),(0.429978,0.0901379),(0.4382856,0.0942902),(0.4341379,0.0942902),(0.429978,0.0942902),(0.4341379,0.09841937),(0.429978,0.09841943),(0.4382856,0.09841943),(0.4424174,0.0942902),(0.4424174,0.09841937),(0.4258092,0.08597434),(0.4216311,0.08597434),(0.4258092,0.09013784),(0.4216312,0.0901379),(0.4174434,0.08597434),(0.4132456,0.08597434),(0.4174434,0.0901379),(0.4132456,0.0901379),(0.4216312,0.0942902),(0.4174434,0.0942902),(0.4132456,0.0942902),(0.4174434,0.09841937),(0.4132456,0.09841943),(0.4216312,0.09841943),(0.4258092,0.0942902),(0.4258092,0.09841937),(0.4090372,0.08597434),(0.4048201,0.08597434),(0.4090372,0.09013784),(0.4048201,0.0901379),(0.4005963,0.08597434),(0.3963675,0.08597434),(0.4005963,0.0901379),(0.3963675,0.0901379),(0.4048201,0.0942902),(0.4005963,0.0942902),(0.3963675,0.0942902),(0.4005963,0.09841937),(0.3963675,0.09841943),(0.4048201,0.09841943),(0.4090372,0.0942902),(0.4090372,0.09841937),(0.3921357,0.08597434),(0.3879012,0.08597434),(0.3921357,0.09013784),(0.3879012,0.0901379),(0.3836642,0.08597434),(0.3794248,0.08597434),(0.3836642,0.0901379),(0.3794249,0.0901379),(0.3879012,0.0942902),(0.3836642,0.0942902),(0.3794248,0.0942902),(0.3836642,0.09841937),(0.3794248,0.09841943),(0.3879012,0.09841943),(0.3921357,0.0942902),(0.3921357,0.09841937),(0.3751834,0.08597434),(0.3709441,0.08597434),(0.3751834,0.09013784),(0.3709441,0.0901379),(0.3667112,0.08597434),(0.3624887,0.08597434),(0.3624887,0.0901379),(0.3667112,0.0901379),(0.3667112,0.0942902),(0.3709442,0.0942902),(0.3624887,0.0942902),(0.3624887,0.09841943),(0.3667112,0.09841937),(0.3709441,0.09841943),(0.3751834,0.0942902),(0.3751834,0.09841937),(0.358281,0.08597434),(0.3540821,0.08597434),(0.3540821,0.0901379),(0.358281,0.09013784),(0.3498864,0.08597434),(0.3456882,0.08597434),(0.3456882,0.0901379),(0.3498864,0.0901379),(0.3498864,0.0942902),(0.3540821,0.0942902),(0.3456882,0.0942902),(0.3456882,0.09841943),(0.3498864,0.09841937),(0.3540821,0.09841943),(0.3582809,0.0942902),(0.358281,0.09841937),(0.3414817,0.08597434),(0.3372694,0.08597434),(0.3372695,0.0901379),(0.3414817,0.09013784),(0.3330541,0.08597434),(0.3288383,0.08597434),(0.3288383,0.0901379),(0.3330541,0.0901379),(0.3330541,0.0942902),(0.3372695,0.0942902),(0.3288383,0.0942902),(0.3288383,0.09841943),(0.3330541,0.09841937),(0.3372695,0.09841943),(0.3414817,0.0942902),(0.3414817,0.09841937),(0.3246247,0.08597434),(0.3204179,0.08597434),(0.3204179,0.0901379),(0.3246247,0.09013784),(0.3162228,0.08597434),(0.3120441,0.08597434),(0.3120441,0.0901379),(0.3162228,0.0901379),(0.3162228,0.0942902),(0.3204179,0.0942902),(0.3120441,0.0942902),(0.3120441,0.09841943),(0.3162228,0.09841937),(0.3204179,0.09841943),(0.3246247,0.0942902),(0.3246247,0.09841937),(0.3078868,0.08597434),(0.3037427,0.08597434),(0.3078868,0.09013784),(0.3037427,0.0901379),(0.2996041,0.08597434),(0.2954631,0.08597434),(0.2996041,0.0901379),(0.2954631,0.0901379),(0.3037428,0.0942902),(0.2996041,0.0942902),(0.2954631,0.0942902),(0.2954631,0.09841943),(0.2996041,0.09841937),(0.3037427,0.09841943),(0.3078868,0.0942902),(0.3078868,0.09841937),(0.2913116,0.08597434),(0.2871543,0.08597434),(0.2871543,0.0901379),(0.2913116,0.09013784),(0.2829956,0.08597434),(0.2788399,0.08597434),(0.2788399,0.0901379),(0.2829956,0.0901379),(0.2829956,0.0942902),(0.2871543,0.0942902),(0.2788399,0.0942902),(0.2788399,0.09841943),(0.2829956,0.09841937),(0.2871543,0.09841943),(0.2913116,0.0942902),(0.2913116,0.09841937),(0.2746918,0.08597434),(0.2705556,0.08597434),(0.2705556,0.0901379),(0.2746918,0.09013784),(0.2664356,0.08597434),(0.262336,0.08597434),(0.262336,0.0901379),(0.2664356,0.0901379),(0.2664356,0.0942902),(0.2705556,0.0942902),(0.262336,0.0942902),(0.262336,0.09841943),(0.2664356,0.09841937),(0.2705556,0.09841943),(0.2746918,0.0942902),(0.2746918,0.09841937),(0.2582613,0.08597434),(0.254209,0.08597434),(0.254209,0.0901379),(0.2582613,0.09013784),(0.2501769,0.08597434),(0.2461624,0.08597434),(0.2461624,0.0901379),(0.2501769,0.0901379),(0.2501769,0.0942902),(0.254209,0.0942902),(0.2461624,0.0942902),(0.2461624,0.09841943),(0.2501769,0.09841937),(0.254209,0.09841943),(0.2582613,0.0942902),(0.2582613,0.09841937),(0.2421634,0.08597434),(0.238164,0.08597434),(0.238164,0.0901379),(0.2421634,0.09013784),(0.2341487,0.08597434),(0.2301017,0.08597434),(0.2301017,0.0901379),(0.2341487,0.0901379),(0.2341487,0.0942902),(0.238164,0.0942902),(0.2301017,0.0942902),(0.2301017,0.09841943),(0.2341487,0.09841937),(0.238164,0.09841943),(0.2421634,0.0942902),(0.2421634,0.09841937),(0.2260074,0.08597434),(0.2218787,0.08597434),(0.2260074,0.09013784),(0.2218787,0.0901379),(0.2177283,0.08597434),(0.2135691,0.08597434),(0.2177283,0.0901379),(0.2135692,0.0901379),(0.2218787,0.0942902),(0.2177283,0.0942902),(0.2135691,0.0942902),(0.2177283,0.09841937),(0.2135692,0.09841943),(0.2218787,0.09841943),(0.2260074,0.0942902),(0.2260074,0.09841937),(0.2094141,0.08597434),(0.2052627,0.08597434),(0.2094141,0.09013784),(0.2052627,0.0901379),(0.2011147,0.08597434),(0.1969699,0.08597434),(0.2011147,0.0901379),(0.1969699,0.0901379),(0.2052627,0.0942902),(0.2011147,0.0942902),(0.1969699,0.0942902),(0.2011147,0.09841937),(0.1969699,0.09841943),(0.2052627,0.09841943),(0.2094141,0.0942902),(0.2094141,0.09841937),(0.1928277,0.08597434),(0.1886888,0.08597434),(0.1928277,0.09013784),(0.1886888,0.0901379),(0.1845533,0.08597434),(0.1804218,0.08597434),(0.1804218,0.0901379),(0.1845533,0.0901379),(0.1845533,0.0942902),(0.1886888,0.0942902),(0.1804218,0.0942902),(0.1804218,0.09841943),(0.1845533,0.09841937),(0.1886888,0.09841943),(0.1928277,0.0942902),(0.1928277,0.09841937),(0.1762946,0.08597434),(0.1721701,0.08597434),(0.1721701,0.0901379),(0.1762946,0.09013784),(0.1680468,0.08597434),(0.163923,0.08597434),(0.163923,0.0901379),(0.1680468,0.0901379),(0.1680468,0.0942902),(0.1721701,0.0942902),(0.163923,0.0942902),(0.163923,0.09841943),(0.1680468,0.09841937),(0.1721701,0.09841943),(0.1762946,0.0942902),(0.1762946,0.09841937),(0.1597973,0.08597434),(0.1556691,0.08597434),(0.1556691,0.0901379),(0.1597973,0.09013784),(0.1515382,0.08597434),(0.1474041,0.08597434),(0.1474041,0.0901379),(0.1515382,0.0901379),(0.1515382,0.0942902),(0.1556691,0.0942902),(0.1474041,0.0942902),(0.1474041,0.09841943),(0.1515382,0.09841937),(0.1556691,0.09841943),(0.1597973,0.0942902),(0.1597973,0.09841937),(0.1432664,0.08597434),(0.1391259,0.08597434),(0.1391259,0.0901379),(0.1432664,0.09013784),(0.134983,0.08597434),(0.1308385,0.08597434),(0.134983,0.0901379),(0.1308385,0.0901379),(0.134983,0.0942902),(0.1391259,0.0942902),(0.1308385,0.0942902),(0.134983,0.09841937),(0.1308385,0.09841943),(0.1391259,0.09841943),(0.1432664,0.0942902),(0.1432664,0.09841937),(0.126693,0.08597434),(0.12255,0.08597434),(0.12255,0.0901379),(0.126693,0.09013784),(0.1184131,0.08597434),(0.1142857,0.08597434),(0.1142857,0.0901379),(0.1184131,0.0901379),(0.1184131,0.0942902),(0.12255,0.0942902),(0.1142857,0.0942902),(0.1142857,0.09841943),(0.1184131,0.09841937),(0.12255,0.09841943),(0.126693,0.0942902),(0.126693,0.09841937),(0.1101713,0.08597434),(0.1060752,0.08597434),(0.1060752,0.0901379),(0.1101713,0.09013784),(0.1020023,0.08597434),(0.09795791,0.08597434),(0.09795791,0.0901379),(0.1020023,0.0901379),(0.1020023,0.0942902),(0.1060752,0.0942902),(0.09795791,0.0942902),(0.09795791,0.09841943),(0.1020023,0.09841937),(0.1060752,0.09841943),(0.1101713,0.0942902),(0.1101713,0.09841937),(0.09394707,0.08597434),(0.08994583,0.08597434),(0.08994584,0.0901379),(0.09394707,0.09013784),(0.08593026,0.08597434),(0.08187638,0.08597434),(0.08187637,0.0901379),(0.08593025,0.0901379),(0.08593026,0.0942902),(0.08994584,0.0942902),(0.08187638,0.0942902),(0.08187638,0.09841943),(0.08593026,0.09841937),(0.08994584,0.09841943),(0.09394707,0.0942902),(0.09394707,0.09841937),(0.07776025,0.08597434),(0.07361087,0.08597434),(0.07361087,0.0901379),(0.07776025,0.09013784),(0.06945725,0.08597434),(0.06532837,0.08597434),(0.06532837,0.0901379),(0.06945725,0.0901379),(0.06945725,0.0942902),(0.07361087,0.0942902),(0.06532837,0.0942902),(0.06532837,0.09841943),(0.06945725,0.09841937),(0.07361087,0.09841943),(0.07776025,0.0942902),(0.07776025,0.09841937),(0.06125325,0.08597434),(0.05721605,0.08597434),(0.05721604,0.0901379),(0.06125325,0.09013784),(0.05320094,0.08597434),(0.0491921,0.08597434),(0.04919209,0.0901379),(0.05320094,0.0901379),(0.05320094,0.0942902),(0.05721605,0.0942902),(0.0491921,0.0942902),(0.05320094,0.09841937),(0.04919209,0.09841943),(0.05721605,0.09841943),(0.06125325,0.0942902),(0.06125325,0.09841937),(0.04517369,0.08597434),(0.04115105,0.08597434),(0.04517369,0.09013784),(0.04115105,0.0901379),(0.0371295,0.08597434),(0.03311438,0.08597434),(0.0371295,0.0901379),(0.03311437,0.0901379),(0.04115105,0.0942902),(0.0371295,0.0942902),(0.03311438,0.0942902),(0.0371295,0.09841937),(0.03311438,0.09841943),(0.04115105,0.09841943),(0.04517369,0.0942902),(0.04517369,0.09841937),(0.029111,0.08597434),(0.02511186,0.08597434),(0.029111,0.09013784),(0.02511186,0.0901379),(0.02110944,0.08597434),(0.01709622,0.08597434),(0.02110944,0.0901379),(0.01709622,0.0901379),(0.02511186,0.0942902),(0.02110944,0.0942902),(0.01709622,0.0942902),(0.02110944,0.09841937),(0.01709622,0.09841943),(0.02511186,0.09841943),(0.029111,0.0942902),(0.029111,0.09841937),(0.01306469,0.08597434),(0.009019421,0.08597279),(0.01306469,0.09013784),(0.009019421,0.09013861),(0.004965,0.08596802),(0.000906,0.08596176),(0.004965,0.09014064),(0.000906,0.0901435),(0.009019421,0.09429461),(0.004965,0.09430772),(0.000906,0.09432524),(0.004965,0.09844565),(0.000906,0.09850699),(0.009019421,0.09842598),(0.01306469,0.0942902),(0.01306469,0.09841937),(0.999094,0.1025485),(0.9951518,0.102531),(0.9912093,0.1025178),(0.9951518,0.106588),(0.9912093,0.1065865),(0.999094,0.10659),(0.9872664,0.1025135),(0.983323,0.1025135),(0.9872664,0.106586),(0.983323,0.106586),(0.9912093,0.110648),(0.9872664,0.1106504),(0.983323,0.1106504),(0.9872664,0.1147202),(0.983323,0.1147202),(0.9912093,0.1147166),(0.999094,0.1106315),(0.9951518,0.110641),(0.9951518,0.114706),(0.999094,0.114673),(0.9793787,0.1025135),(0.9754275,0.1025135),(0.9793787,0.106586),(0.9754274,0.106586),(0.9714631,0.1025135),(0.9674796,0.1025135),(0.9714631,0.106586),(0.9674796,0.106586),(0.9754274,0.1106504),(0.9714631,0.1106504),(0.9674796,0.1106504),(0.9714631,0.1147202),(0.9674796,0.1147202),(0.9754274,0.1147202),(0.9793787,0.1106504),(0.9793787,0.1147202),(0.9634706,0.1025135),(0.9594426,0.1025135),(0.9634707,0.106586),(0.9594426,0.106586),(0.9554016,0.1025135),(0.9513539,0.1025135),(0.9554016,0.106586),(0.9513539,0.106586),(0.9594426,0.1106504),(0.9554016,0.1106504),(0.9513539,0.1106504),(0.9554016,0.1147202),(0.9513539,0.1147202),(0.9594425,0.1147202),(0.9634707,0.1106504),(0.9634706,0.1147202),(0.9473058,0.1025135),(0.9432498,0.1025135),(0.9473058,0.106586),(0.9432497,0.106586),(0.9391782,0.1025135),(0.9350839,0.1025135),(0.9391783,0.106586),(0.9350839,0.106586),(0.9432497,0.1106504),(0.9391782,0.1106504),(0.9350839,0.1106504),(0.9391783,0.1147202),(0.9350839,0.1147202),(0.9432497,0.1147202),(0.9473058,0.1106504),(0.9473058,0.1147202),(0.930959,0.1025135),(0.9268106,0.1025135),(0.930959,0.106586),(0.9268106,0.106586),(0.9226453,0.1025135),(0.9184701,0.1025135),(0.9226453,0.106586),(0.9184701,0.106586),(0.9268106,0.1106504),(0.9226453,0.1106504),(0.9184701,0.1106504),(0.9226453,0.1147202),(0.9184701,0.1147202),(0.9268106,0.1147202),(0.930959,0.1106504),(0.930959,0.1147202),(0.9142919,0.1025135),(0.910111,0.1025135),(0.9142919,0.106586),(0.9101109,0.106586),(0.9059278,0.1025135),(0.9017429,0.1025135),(0.9059278,0.106586),(0.9017429,0.106586),(0.910111,0.1106504),(0.9059278,0.1106504),(0.9017429,0.1106504),(0.9059278,0.1147202),(0.9017428,0.1147202),(0.9101109,0.1147202),(0.9142919,0.1106504),(0.9142919,0.1147202),(0.8975567,0.1025135),(0.8933688,0.1025135),(0.8975567,0.106586),(0.8933688,0.106586),(0.8891787,0.1025135),(0.8849859,0.1025135),(0.8891788,0.106586),(0.8849859,0.106586),(0.8933688,0.1106504),(0.8891787,0.1106504),(0.8849859,0.1106504),(0.8891788,0.1147202),(0.8849859,0.1147202),(0.8933688,0.1147202),(0.8975567,0.1106504),(0.8975567,0.1147202),(0.8807898,0.1025135),(0.8765806,0.1025135),(0.8807898,0.106586),(0.8765807,0.106586),(0.8723488,0.1025135),(0.8680845,0.1025135),(0.8723488,0.106586),(0.8680845,0.106586),(0.8765806,0.1106504),(0.8723488,0.1106504),(0.8680845,0.1106504),(0.8723488,0.1147202),(0.8680845,0.1147202),(0.8765806,0.1147202),(0.8807898,0.1106504),(0.8807898,0.1147202),(0.8637781,0.1025135),(0.8594491,0.1025135),(0.8637781,0.106586),(0.8594491,0.106586),(0.8551173,0.1025135),(0.8508024,0.1025135),(0.8551173,0.106586),(0.8508024,0.106586),(0.8594491,0.1106504),(0.8551173,0.1106504),(0.8508024,0.1106504),(0.8551173,0.1147202),(0.8508024,0.1147202),(0.859449,0.1147202),(0.8637781,0.1106504),(0.8637781,0.1147202),(0.846524,0.1025135),(0.8422731,0.1025135),(0.846524,0.106586),(0.8422731,0.106586),(0.8380403,0.1025135),(0.8338165,0.1025135),(0.8380403,0.106586),(0.8338165,0.106586),(0.8422731,0.1106504),(0.8380403,0.1106504),(0.8338165,0.1106504),(0.8380404,0.1147202),(0.8338165,0.1147202),(0.8422731,0.1147202),(0.846524,0.1106504),(0.846524,0.1147202),(0.8295926,0.1025135),(0.8253628,0.1025135),(0.8295926,0.106586),(0.8253628,0.106586),(0.8211217,0.1025135),(0.8168637,0.1025135),(0.8211217,0.106586),(0.8168637,0.106586),(0.8253628,0.1106504),(0.8211217,0.1106504),(0.8168637,0.1106504),(0.8211217,0.1147202),(0.8168637,0.1147202),(0.8253628,0.1147202),(0.8295926,0.1106504),(0.8295926,0.1147202),(0.8125832,0.1025135),(0.8082899,0.1025135),(0.8125832,0.106586),(0.8082899,0.106586),(0.8039935,0.1025135),(0.7997035,0.1025135),(0.8039935,0.106586),(0.7997035,0.106586),(0.8082899,0.1106504),(0.8039935,0.1106504),(0.7997035,0.1106504),(0.8039935,0.1147202),(0.7997035,0.1147202),(0.8082899,0.1147202),(0.8125832,0.1106504),(0.8125832,0.1147202),(0.7954297,0.1025135),(0.7911757,0.1025135),(0.7954297,0.106586),(0.7911757,0.106586),(0.7869452,0.1025135),(0.7827417,0.1025135),(0.7869452,0.106586),(0.7827417,0.106586),(0.7911757,0.1106504),(0.7869452,0.1106504),(0.7827417,0.1106504),(0.7827417,0.1147202),(0.7869452,0.1147202),(0.7911757,0.1147202),(0.7954297,0.1106504),(0.7954297,0.1147202),(0.7785689,0.1025135),(0.7744211,0.1025135),(0.7744212,0.106586),(0.7785689,0.106586),(0.7702925,0.1025135),(0.7661775,0.1025135),(0.7661775,0.106586),(0.7702925,0.106586),(0.7702925,0.1106504),(0.7744212,0.1106504),(0.7661775,0.1106504),(0.7702925,0.1147202),(0.7661775,0.1147202),(0.7744212,0.1147202),(0.778569,0.1106504),(0.778569,0.1147202),(0.7620703,0.1025135),(0.757961,0.1025135),(0.757961,0.106586),(0.7620703,0.106586),(0.7538399,0.1025135),(0.7496969,0.1025135),(0.7538399,0.106586),(0.7496969,0.106586),(0.757961,0.1106504),(0.7538399,0.1106504),(0.7496969,0.1106504),(0.7538399,0.1147202),(0.7496969,0.1147202),(0.757961,0.1147202),(0.7620703,0.1106504),(0.7620703,0.1147202),(0.7455223,0.1025135),(0.7413244,0.1025135),(0.7455223,0.106586),(0.7413245,0.106586),(0.7371117,0.1025135),(0.7328922,0.1025135),(0.7371117,0.106586),(0.7328923,0.106586),(0.7413245,0.1106504),(0.7371117,0.1106504),(0.7328922,0.1106504),(0.7371117,0.1147202),(0.7328922,0.1147202),(0.7413245,0.1147202),(0.7455223,0.1106504),(0.7455223,0.1147202),(0.7286744,0.1025135),(0.7244572,0.1025135),(0.7286744,0.106586),(0.7244572,0.106586),(0.7202395,0.1025135),(0.71602,0.1025135),(0.7202395,0.106586),(0.71602,0.106586),(0.7244572,0.1106504),(0.7202395,0.1106504),(0.71602,0.1106504),(0.7202394,0.1147202),(0.71602,0.1147202),(0.7244572,0.1147202),(0.7286744,0.1106504),(0.7286744,0.1147202),(0.7117977,0.1025135),(0.7075742,0.1025135),(0.7117977,0.106586),(0.7075742,0.106586),(0.7033514,0.1025135),(0.6991307,0.1025135),(0.7033514,0.106586),(0.6991307,0.106586),(0.7075742,0.1106504),(0.7033514,0.1106504),(0.6991307,0.1106504),(0.7033514,0.1147202),(0.6991307,0.1147202),(0.7075742,0.1147202),(0.7117977,0.1106504),(0.7117977,0.1147202),(0.6949139,0.1025135),(0.6906992,0.1025135),(0.6949139,0.106586),(0.6906992,0.106586),(0.6864849,0.1025135),(0.6822694,0.1025135),(0.6864849,0.106586),(0.6822693,0.106586),(0.6906992,0.1106504),(0.6864849,0.1106504),(0.6822694,0.1106504),(0.6864849,0.1147202),(0.6822693,0.1147202),(0.6906992,0.1147202),(0.6949139,0.1106504),(0.6949139,0.1147202),(0.6780508,0.1025135),(0.6738272,0.1025135),(0.6780507,0.106586),(0.6738272,0.106586),(0.6695971,0.1025135),(0.6653587,0.1025135),(0.6695971,0.106586),(0.6653587,0.106586),(0.6738272,0.1106504),(0.6695971,0.1106504),(0.6653587,0.1106504),(0.6695971,0.1147202),(0.6653587,0.1147202),(0.6738272,0.1147202),(0.6780508,0.1106504),(0.6780507,0.1147202),(0.6611102,0.1025135),(0.6568571,0.1025135),(0.6611102,0.106586),(0.6568571,0.106586),(0.6526053,0.1025135),(0.6483604,0.1025135),(0.6526054,0.106586),(0.6483604,0.106586),(0.6568571,0.1106504),(0.6526054,0.1106504),(0.6483604,0.1106504),(0.6526053,0.1147202),(0.6483604,0.1147202),(0.6568571,0.1147202),(0.6611102,0.1106504),(0.6611102,0.1147202),(0.6441281,0.1025135),(0.6399043,0.1025135),(0.6441281,0.106586),(0.6399043,0.106586),(0.635685,0.1025135),(0.6314663,0.1025135),(0.6314663,0.106586),(0.635685,0.106586),(0.6399043,0.1106504),(0.635685,0.1106504),(0.6314663,0.1106504),(0.635685,0.1147202),(0.6314663,0.1147202),(0.6399043,0.1147202),(0.6441281,0.1106504),(0.6441281,0.1147202),(0.627244,0.1025135),(0.6230208,0.1025135),(0.6230209,0.106586),(0.627244,0.106586),(0.6187993,0.1025135),(0.6145822,0.1025135),(0.6187993,0.106586),(0.6145822,0.106586),(0.6187993,0.1106504),(0.6230208,0.1106504),(0.6145822,0.1106504),(0.6187993,0.1147202),(0.6145822,0.1147202),(0.6230209,0.1147202),(0.627244,0.1106504),(0.627244,0.1147202),(0.6103719,0.1025135),(0.6061606,0.1025135),(0.6103719,0.106586),(0.6061606,0.106586),(0.6019406,0.1025135),(0.5977041,0.1025135),(0.6019406,0.106586),(0.5977041,0.106586),(0.6061606,0.1106504),(0.6019406,0.1106504),(0.5977041,0.1106504),(0.6019406,0.1147202),(0.5977041,0.1147202),(0.6061606,0.1147202),(0.6103719,0.1106504),(0.6103719,0.1147202),(0.5934432,0.1025135),(0.589169,0.1025135),(0.5934432,0.106586),(0.589169,0.106586),(0.5848927,0.1025135),(0.5806257,0.1025135),(0.5806257,0.106586),(0.5848927,0.106586),(0.589169,0.1106504),(0.5848927,0.1106504),(0.5806257,0.1106504),(0.5806257,0.1147202),(0.5848927,0.1147202),(0.589169,0.1147202),(0.5934432,0.1106504),(0.5934432,0.1147202),(0.5763788,0.1025135),(0.572147,0.1025135),(0.572147,0.106586),(0.5763788,0.106586),(0.567925,0.1025135),(0.5637077,0.1025135),(0.5637077,0.106586),(0.567925,0.106586),(0.567925,0.1106504),(0.572147,0.1106504),(0.5637077,0.1106504),(0.5637077,0.1147202),(0.567925,0.1147202),(0.572147,0.1147202),(0.5763788,0.1106504),(0.5763788,0.1147202),(0.55949,0.1025135),(0.5552715,0.1025135),(0.5552715,0.106586),(0.55949,0.106586),(0.5510522,0.1025135),(0.5468317,0.1025135),(0.5468317,0.106586),(0.5510522,0.106586),(0.5510522,0.1106504),(0.5552715,0.1106504),(0.5468317,0.1106504),(0.5468317,0.1147202),(0.5510522,0.1147202),(0.5552715,0.1147202),(0.55949,0.1106504),(0.55949,0.1147202),(0.5426099,0.1025135),(0.5383899,0.1025135),(0.5383899,0.106586),(0.5426099,0.106586),(0.5341746,0.1025135),(0.5299669,0.1025135),(0.5299669,0.106586),(0.5341746,0.106586),(0.5341746,0.1106504),(0.5383899,0.1106504),(0.5299669,0.1106504),(0.529967,0.1147202),(0.5341746,0.1147202),(0.5383899,0.1147202),(0.5426099,0.1106504),(0.5426099,0.1147202),(0.52577,0.1025135),(0.5215818,0.1025135),(0.5215818,0.106586),(0.52577,0.106586),(0.5174,0.1025135),(0.5132228,0.1025135),(0.5174,0.106586),(0.5132228,0.106586),(0.5174,0.1106504),(0.5215818,0.1106504),(0.5132228,0.1106504),(0.5132228,0.1147202),(0.5174,0.1147202),(0.5215818,0.1147202),(0.52577,0.1106504),(0.52577,0.1147202),(0.5090478,0.1025135),(0.5048727,0.1025135),(0.5090478,0.106586),(0.5048727,0.106586),(0.5006949,0.1025135),(0.4965119,0.1025135),(0.5006949,0.106586),(0.4965119,0.106586),(0.5048727,0.1106504),(0.5006949,0.1106504),(0.4965119,0.1106504),(0.5006949,0.1147202),(0.4965119,0.1147202),(0.5048727,0.1147202),(0.5090478,0.1106504),(0.5090478,0.1147202),(0.4923214,0.1025135),(0.4881234,0.1025135),(0.4923214,0.106586),(0.4881234,0.106586),(0.4839184,0.1025135),(0.4797065,0.1025135),(0.4839184,0.106586),(0.4797065,0.106586),(0.4881234,0.1106504),(0.4839184,0.1106504),(0.4797065,0.1106504),(0.4839184,0.1147202),(0.4797064,0.1147202),(0.4881234,0.1147202),(0.4923214,0.1106504),(0.4923214,0.1147202),(0.4754879,0.1025135),(0.4712752,0.1025135),(0.4754879,0.106586),(0.4712752,0.106586),(0.4670808,0.1025135),(0.4629171,0.1025135),(0.4670808,0.106586),(0.4629171,0.106586),(0.4712752,0.1106504),(0.4670808,0.1106504),(0.4629171,0.1106504),(0.4670808,0.1147202),(0.4629171,0.1147202),(0.4712752,0.1147202),(0.4754879,0.1106504),(0.4754879,0.1147202),(0.4587967,0.1025135),(0.4547031,0.1025135),(0.4587967,0.106586),(0.4547031,0.106586),(0.4506197,0.1025135),(0.44653,0.1025135),(0.4506197,0.106586),(0.44653,0.106586),(0.4547031,0.1106504),(0.4506197,0.1106504),(0.44653,0.1106504),(0.4506197,0.1147202),(0.44653,0.1147202),(0.4547031,0.1147202),(0.4587967,0.1106504),(0.4587967,0.1147202),(0.4424174,0.1025135),(0.4382856,0.1025135),(0.4424174,0.106586),(0.4382856,0.106586),(0.4341379,0.1025135),(0.429978,0.1025135),(0.4341379,0.106586),(0.429978,0.106586),(0.4382856,0.1106504),(0.4341379,0.1106504),(0.429978,0.1106504),(0.4341379,0.1147202),(0.429978,0.1147202),(0.4382856,0.1147202),(0.4424174,0.1106504),(0.4424174,0.1147202),(0.4258092,0.1025135),(0.4216311,0.1025135),(0.4258092,0.106586),(0.4216312,0.106586),(0.4174434,0.1025135),(0.4132456,0.1025135),(0.4174434,0.106586),(0.4132456,0.106586),(0.4216312,0.1106504),(0.4174434,0.1106504),(0.4132456,0.1106504),(0.4174434,0.1147202),(0.4132456,0.1147202),(0.4216312,0.1147202),(0.4258092,0.1106504),(0.4258092,0.1147202),(0.4090372,0.1025135),(0.4048201,0.1025135),(0.4090372,0.106586),(0.4048201,0.106586),(0.4005963,0.1025135),(0.3963675,0.1025135),(0.3963675,0.106586),(0.4005963,0.106586),(0.4005963,0.1106504),(0.4048201,0.1106504),(0.3963675,0.1106504),(0.3963675,0.1147202),(0.4005963,0.1147202),(0.4048201,0.1147202),(0.4090372,0.1106504),(0.4090372,0.1147202),(0.3921357,0.1025135),(0.3879012,0.1025135),(0.3879012,0.106586),(0.3921357,0.106586),(0.3836642,0.1025135),(0.3794248,0.1025135),(0.3794249,0.106586),(0.3836642,0.106586),(0.3836642,0.1106504),(0.3879012,0.1106504),(0.3794248,0.1106504),(0.3794248,0.1147202),(0.3836642,0.1147202),(0.3879012,0.1147202),(0.3921357,0.1106504),(0.3921357,0.1147202),(0.3751834,0.1025135),(0.3709441,0.1025135),(0.3709441,0.106586),(0.3751834,0.106586),(0.3667112,0.1025135),(0.3624887,0.1025135),(0.3624887,0.106586),(0.3667112,0.106586),(0.3667112,0.1106504),(0.3709442,0.1106504),(0.3624887,0.1106504),(0.3624887,0.1147202),(0.3667112,0.1147202),(0.3709441,0.1147202),(0.3751834,0.1106504),(0.3751834,0.1147202),(0.358281,0.1025135),(0.3540821,0.1025135),(0.3540821,0.106586),(0.358281,0.106586),(0.3498864,0.1025135),(0.3456882,0.1025135),(0.3456882,0.106586),(0.3498864,0.106586),(0.3498864,0.1106504),(0.3540821,0.1106504),(0.3456882,0.1106504),(0.3456882,0.1147202),(0.3498864,0.1147202),(0.3540821,0.1147202),(0.3582809,0.1106504),(0.358281,0.1147202),(0.3414817,0.1025135),(0.3372694,0.1025135),(0.3372695,0.106586),(0.3414817,0.106586),(0.3330541,0.1025135),(0.3288383,0.1025135),(0.3288383,0.106586),(0.3330541,0.106586),(0.3330541,0.1106504),(0.3372695,0.1106504),(0.3288383,0.1106504),(0.3288383,0.1147202),(0.3330541,0.1147202),(0.3372695,0.1147202),(0.3414817,0.1106504),(0.3414817,0.1147202),(0.3246247,0.1025135),(0.3204179,0.1025135),(0.3204179,0.106586),(0.3246247,0.106586),(0.3162228,0.1025135),(0.3120441,0.1025135),(0.3120441,0.106586),(0.3162228,0.106586),(0.3162228,0.1106504),(0.3204179,0.1106504),(0.3120441,0.1106504),(0.3120441,0.1147202),(0.3162228,0.1147202),(0.3204179,0.1147202),(0.3246247,0.1106504),(0.3246247,0.1147202),(0.3078868,0.1025135),(0.3037427,0.1025135),(0.3037427,0.106586),(0.3078868,0.106586),(0.2996041,0.1025135),(0.2954631,0.1025135),(0.2954631,0.106586),(0.2996041,0.106586),(0.2996041,0.1106504),(0.3037428,0.1106504),(0.2954631,0.1106504),(0.2954631,0.1147202),(0.2996041,0.1147202),(0.3037427,0.1147202),(0.3078868,0.1106504),(0.3078868,0.1147202),(0.2913116,0.1025135),(0.2871543,0.1025135),(0.2871543,0.106586),(0.2913116,0.106586),(0.2829956,0.1025135),(0.2788399,0.1025135),(0.2788399,0.106586),(0.2829956,0.106586),(0.2829956,0.1106504),(0.2871543,0.1106504),(0.2788399,0.1106504),(0.2788399,0.1147202),(0.2829956,0.1147202),(0.2871543,0.1147202),(0.2913116,0.1106504),(0.2913116,0.1147202),(0.2746918,0.1025135),(0.2705556,0.1025135),(0.2705556,0.106586),(0.2746918,0.106586),(0.2664356,0.1025135),(0.262336,0.1025135),(0.262336,0.106586),(0.2664356,0.106586),(0.2664356,0.1106504),(0.2705556,0.1106504),(0.262336,0.1106504),(0.262336,0.1147202),(0.2664356,0.1147202),(0.2705556,0.1147202),(0.2746918,0.1106504),(0.2746918,0.1147202),(0.2582613,0.1025135),(0.254209,0.1025135),(0.254209,0.106586),(0.2582613,0.106586),(0.2501769,0.1025135),(0.2461624,0.1025135),(0.2461624,0.106586),(0.2501769,0.106586),(0.2501769,0.1106504),(0.254209,0.1106504),(0.2461624,0.1106504),(0.2461624,0.1147202),(0.2501769,0.1147202),(0.254209,0.1147202),(0.2582613,0.1106504),(0.2582613,0.1147202),(0.2421634,0.1025135),(0.238164,0.1025135),(0.238164,0.106586),(0.2421634,0.106586),(0.2341487,0.1025135),(0.2301017,0.1025135),(0.2301017,0.106586),(0.2341487,0.106586),(0.2341487,0.1106504),(0.238164,0.1106504),(0.2301017,0.1106504),(0.2301017,0.1147202),(0.2341487,0.1147202),(0.238164,0.1147202),(0.2421634,0.1106504),(0.2421634,0.1147202),(0.2260074,0.1025135),(0.2218787,0.1025135),(0.2260074,0.106586),(0.2218787,0.106586),(0.2177283,0.1025135),(0.2135691,0.1025135),(0.2177283,0.106586),(0.2135692,0.106586),(0.2218787,0.1106504),(0.2177283,0.1106504),(0.2135691,0.1106504),(0.2177283,0.1147202),(0.2135692,0.1147202),(0.2218787,0.1147202),(0.2260074,0.1106504),(0.2260074,0.1147202),(0.2094141,0.1025135),(0.2052627,0.1025135),(0.2094141,0.106586),(0.2052627,0.106586),(0.2011147,0.1025135),(0.1969699,0.1025135),(0.2011147,0.106586),(0.1969699,0.106586),(0.2052627,0.1106504),(0.2011147,0.1106504),(0.1969699,0.1106504),(0.2011147,0.1147202),(0.1969699,0.1147202),(0.2052627,0.1147202),(0.2094141,0.1106504),(0.2094141,0.1147202),(0.1928277,0.1025135),(0.1886888,0.1025135),(0.1928277,0.106586),(0.1886888,0.106586),(0.1845533,0.1025135),(0.1804218,0.1025135),(0.1804218,0.106586),(0.1845533,0.106586),(0.1845533,0.1106504),(0.1886888,0.1106504),(0.1804218,0.1106504),(0.1804218,0.1147202),(0.1845533,0.1147202),(0.1886888,0.1147202),(0.1928277,0.1106504),(0.1928277,0.1147202),(0.1762946,0.1025135),(0.1721701,0.1025135),(0.1721701,0.106586),(0.1762946,0.106586),(0.1680468,0.1025135),(0.163923,0.1025135),(0.163923,0.106586),(0.1680468,0.106586),(0.1680468,0.1106504),(0.1721701,0.1106504),(0.163923,0.1106504),(0.163923,0.1147202),(0.1680468,0.1147202),(0.1721701,0.1147202),(0.1762946,0.1106504),(0.1762946,0.1147202),(0.1597973,0.1025135),(0.1556691,0.1025135),(0.1556691,0.106586),(0.1597973,0.106586),(0.1515382,0.1025135),(0.1474041,0.1025135),(0.1474041,0.106586),(0.1515382,0.106586),(0.1515382,0.1106504),(0.1556691,0.1106504),(0.1474041,0.1106504),(0.1474041,0.1147202),(0.1515382,0.1147202),(0.1556691,0.1147202),(0.1597973,0.1106504),(0.1597973,0.1147202),(0.1432664,0.1025135),(0.1391259,0.1025135),(0.1391259,0.106586),(0.1432664,0.106586),(0.134983,0.1025135),(0.1308385,0.1025135),(0.1308385,0.106586),(0.134983,0.106586),(0.134983,0.1106504),(0.1391259,0.1106504),(0.1308385,0.1106504),(0.1308385,0.1147202),(0.134983,0.1147202),(0.1391259,0.1147202),(0.1432664,0.1106504),(0.1432664,0.1147202),(0.126693,0.1025135),(0.12255,0.1025135),(0.126693,0.106586),(0.12255,0.106586),(0.1184131,0.1025135),(0.1142857,0.1025135),(0.1142857,0.106586),(0.1184131,0.106586),(0.1184131,0.1106504),(0.12255,0.1106504),(0.1142857,0.1106504),(0.1142857,0.1147202),(0.1184131,0.1147202),(0.12255,0.1147202),(0.126693,0.1106504),(0.126693,0.1147202),(0.1101713,0.1025135),(0.1060752,0.1025135),(0.1060752,0.106586),(0.1101713,0.106586),(0.1020023,0.1025135),(0.09795791,0.1025135),(0.09795791,0.106586),(0.1020023,0.106586),(0.1020023,0.1106504),(0.1060752,0.1106504),(0.09795791,0.1106504),(0.09795791,0.1147202),(0.1020023,0.1147202),(0.1060752,0.1147202),(0.1101713,0.1106504),(0.1101713,0.1147202),(0.09394707,0.1025135),(0.08994583,0.1025135),(0.08994584,0.106586),(0.09394707,0.106586),(0.08593026,0.1025135),(0.08187638,0.1025135),(0.08187637,0.106586),(0.08593025,0.106586),(0.08593026,0.1106504),(0.08994584,0.1106504),(0.08187638,0.1106504),(0.08187638,0.1147202),(0.08593026,0.1147202),(0.08994584,0.1147202),(0.09394707,0.1106504),(0.09394707,0.1147202),(0.07776025,0.1025135),(0.07361087,0.1025135),(0.07361087,0.106586),(0.07776025,0.106586),(0.06945725,0.1025135),(0.06532837,0.1025135),(0.06532837,0.106586),(0.06945725,0.106586),(0.06945725,0.1106504),(0.07361087,0.1106504),(0.06532837,0.1106504),(0.06532837,0.1147202),(0.06945725,0.1147202),(0.07361087,0.1147202),(0.07776025,0.1106504),(0.07776025,0.1147202),(0.06125325,0.1025135),(0.05721605,0.1025135),(0.05721604,0.106586),(0.06125325,0.106586),(0.05320094,0.1025135),(0.0491921,0.1025135),(0.05320094,0.106586),(0.04919209,0.106586),(0.05721605,0.1106504),(0.05320094,0.1106504),(0.0491921,0.1106504),(0.05320094,0.1147202),(0.04919209,0.1147202),(0.05721605,0.1147202),(0.06125325,0.1106504),(0.06125325,0.1147202),(0.04517369,0.1025135),(0.04115105,0.1025135),(0.04517369,0.106586),(0.04115105,0.106586),(0.0371295,0.1025135),(0.03311438,0.1025135),(0.0371295,0.106586),(0.03311437,0.106586),(0.04115105,0.1106504),(0.0371295,0.1106504),(0.03311438,0.1106504),(0.0371295,0.1147202),(0.03311438,0.1147202),(0.04115105,0.1147202),(0.04517369,0.1106504),(0.04517369,0.1147202),(0.029111,0.1025135),(0.02511186,0.1025135),(0.029111,0.106586),(0.02511186,0.106586),(0.02110944,0.1025135),(0.01709622,0.1025135),(0.02110944,0.106586),(0.01709622,0.106586),(0.02511186,0.1106504),(0.02110944,0.1106504),(0.01709622,0.1106504),(0.02110944,0.1147202),(0.01709622,0.1147202),(0.02511186,0.1147202),(0.029111,0.1106504),(0.029111,0.1147202),(0.01306469,0.1025135),(0.009019421,0.1025178),(0.01306469,0.106586),(0.009019421,0.1065865),(0.004965,0.102531),(0.000906,0.1025485),(0.004965,0.106588),(0.000906,0.10659),(0.009019421,0.110648),(0.004965,0.110641),(0.000906,0.1106315),(0.004965,0.114706),(0.000906,0.114673),(0.009019421,0.1147166),(0.01306469,0.1106504),(0.01306469,0.1147202),(0.999094,0.11879),(0.9951518,0.1187994),(0.9912093,0.1188065),(0.9951518,0.122908),(0.9912093,0.1229087),(0.999094,0.122907),(0.9872664,0.1188089),(0.983323,0.1188089),(0.9872664,0.1229089),(0.983323,0.1229089),(0.9912093,0.1270142),(0.9872664,0.1270128),(0.983323,0.1270127),(0.9872664,0.1311129),(0.983323,0.1311129),(0.9912093,0.131115),(0.999094,0.1270241),(0.9951518,0.1270184),(0.9951518,0.1311213),(0.999094,0.131141),(0.9793787,0.1188089),(0.9754275,0.1188089),(0.9793787,0.1229089),(0.9754274,0.1229089),(0.9714631,0.1188089),(0.9674796,0.1188089),(0.9714631,0.1229089),(0.9674796,0.1229089),(0.9754274,0.1270127),(0.9714631,0.1270128),(0.9674796,0.1270127),(0.9714631,0.1311129),(0.9674796,0.1311129),(0.9754274,0.1311129),(0.9793787,0.1270128),(0.9793787,0.1311129),(0.9634706,0.1188089),(0.9594426,0.1188089),(0.9634707,0.1229089),(0.9594426,0.1229089),(0.9554016,0.1188089),(0.9513539,0.1188089),(0.9554016,0.1229089),(0.9513539,0.1229089),(0.9594426,0.1270127),(0.9554016,0.1270128),(0.9513539,0.1270127),(0.9554016,0.1311129),(0.9513539,0.1311129),(0.9594425,0.1311129),(0.9634707,0.1270128),(0.9634706,0.1311129),(0.9473058,0.1188089),(0.9432498,0.1188089),(0.9473058,0.1229089),(0.9432497,0.1229089),(0.9391782,0.1188089),(0.9350839,0.1188089),(0.9391783,0.1229089),(0.9350839,0.1229089),(0.9432497,0.1270127),(0.9391782,0.1270128),(0.9350839,0.1270127),(0.9391783,0.1311129),(0.9350839,0.1311129),(0.9432497,0.1311129),(0.9473058,0.1270128),(0.9473058,0.1311129),(0.930959,0.1188089),(0.9268106,0.1188089),(0.930959,0.1229089),(0.9268106,0.1229089),(0.9226453,0.1188089),(0.9184701,0.1188089),(0.9226453,0.1229089),(0.9184701,0.1229089),(0.9268106,0.1270127),(0.9226453,0.1270128),(0.9184701,0.1270127),(0.9226453,0.1311129),(0.9184701,0.1311129),(0.9268106,0.1311129),(0.930959,0.1270128),(0.930959,0.1311129),(0.9142919,0.1188089),(0.910111,0.1188089),(0.9142919,0.1229089),(0.9101109,0.1229089),(0.9059278,0.1188089),(0.9017429,0.1188089),(0.9059278,0.1229089),(0.9017429,0.1229089),(0.910111,0.1270127),(0.9059278,0.1270128),(0.9017429,0.1270127),(0.9059278,0.1311129),(0.9017428,0.1311129),(0.9101109,0.1311129),(0.9142919,0.1270128),(0.9142919,0.1311129),(0.8975567,0.1188089),(0.8933688,0.1188089),(0.8975567,0.1229089),(0.8933688,0.1229089),(0.8891787,0.1188089),(0.8849859,0.1188089),(0.8891788,0.1229089),(0.8849859,0.1229089),(0.8933688,0.1270127),(0.8891787,0.1270128),(0.8849859,0.1270127),(0.8891788,0.1311129),(0.8849859,0.1311129),(0.8933688,0.1311129),(0.8975567,0.1270128),(0.8975567,0.1311129),(0.8807898,0.1188089),(0.8765806,0.1188089),(0.8807898,0.1229089),(0.8765807,0.1229089),(0.8723488,0.1188089),(0.8680845,0.1188089),(0.8723488,0.1229089),(0.8680845,0.1229089),(0.8765806,0.1270127),(0.8723488,0.1270128),(0.8680845,0.1270127),(0.8723488,0.1311129),(0.8680845,0.1311129),(0.8765806,0.1311129),(0.8807898,0.1270128),(0.8807898,0.1311129),(0.8637781,0.1188089),(0.8594491,0.1188089),(0.8637781,0.1229089),(0.8594491,0.1229089),(0.8551173,0.1188089),(0.8508024,0.1188089),(0.8551173,0.1229089),(0.8508024,0.1229089),(0.8594491,0.1270127),(0.8551173,0.1270128),(0.8508024,0.1270127),(0.8551173,0.1311129),(0.8508024,0.1311129),(0.859449,0.1311129),(0.8637781,0.1270128),(0.8637781,0.1311129),(0.846524,0.1188089),(0.8422731,0.1188089),(0.846524,0.1229089),(0.8422731,0.1229089),(0.8380403,0.1188089),(0.8338165,0.1188089),(0.8380403,0.1229089),(0.8338165,0.1229089),(0.8422731,0.1270127),(0.8380403,0.1270128),(0.8338165,0.1270127),(0.8380404,0.1311129),(0.8338165,0.1311129),(0.8422731,0.1311129),(0.846524,0.1270128),(0.846524,0.1311129),(0.8295926,0.1188089),(0.8253628,0.1188089),(0.8295926,0.1229089),(0.8253628,0.1229089),(0.8211217,0.1188089),(0.8168637,0.1188089),(0.8211217,0.1229089),(0.8168637,0.1229089),(0.8253628,0.1270127),(0.8211217,0.1270128),(0.8168637,0.1270127),(0.8211217,0.1311129),(0.8168637,0.1311129),(0.8253628,0.1311129),(0.8295926,0.1270128),(0.8295926,0.1311129),(0.8125832,0.1188089),(0.8082899,0.1188089),(0.8125832,0.1229089),(0.8082899,0.1229089),(0.8039935,0.1188089),(0.7997035,0.1188089),(0.7997035,0.1229089),(0.8039935,0.1229089),(0.8082899,0.1270127),(0.8039935,0.1270128),(0.7997035,0.1270127),(0.8039935,0.1311129),(0.7997035,0.1311129),(0.8082899,0.1311129),(0.8125832,0.1270128),(0.8125832,0.1311129),(0.7954297,0.1188089),(0.7911757,0.1188089),(0.7954297,0.1229089),(0.7911757,0.1229089),(0.7869452,0.1188089),(0.7827417,0.1188089),(0.7869452,0.1229089),(0.7827417,0.1229089),(0.7911757,0.1270127),(0.7869452,0.1270128),(0.7827417,0.1270127),(0.7869452,0.1311129),(0.7827417,0.1311129),(0.7911757,0.1311129),(0.7954297,0.1270128),(0.7954297,0.1311129),(0.7785689,0.1188089),(0.7744211,0.1188089),(0.7785689,0.1229089),(0.7744212,0.1229089),(0.7702925,0.1188089),(0.7661775,0.1188089),(0.7702925,0.1229089),(0.7661775,0.1229089),(0.7744212,0.1270127),(0.7702925,0.1270128),(0.7661775,0.1270127),(0.7702925,0.1311129),(0.7661775,0.1311129),(0.7744212,0.1311129),(0.778569,0.1270128),(0.778569,0.1311129),(0.7620703,0.1188089),(0.757961,0.1188089),(0.7620703,0.1229089),(0.757961,0.1229089),(0.7538399,0.1188089),(0.7496969,0.1188089),(0.7538399,0.1229089),(0.7496969,0.1229089),(0.757961,0.1270127),(0.7538399,0.1270128),(0.7496969,0.1270127),(0.7538399,0.1311129),(0.7496969,0.1311129),(0.757961,0.1311129),(0.7620703,0.1270128),(0.7620703,0.1311129),(0.7455223,0.1188089),(0.7413244,0.1188089),(0.7455223,0.1229089),(0.7413245,0.1229089),(0.7371117,0.1188089),(0.7328922,0.1188089),(0.7371117,0.1229089),(0.7328923,0.1229089),(0.7413245,0.1270127),(0.7371117,0.1270128),(0.7328922,0.1270127),(0.7371117,0.1311129),(0.7328922,0.1311129),(0.7413245,0.1311129),(0.7455223,0.1270128),(0.7455223,0.1311129),(0.7286744,0.1188089),(0.7244572,0.1188089),(0.7286744,0.1229089),(0.7244572,0.1229089),(0.7202395,0.1188089),(0.71602,0.1188089),(0.7202395,0.1229089),(0.71602,0.1229089),(0.7244572,0.1270127),(0.7202395,0.1270128),(0.71602,0.1270127),(0.7202394,0.1311129),(0.71602,0.1311129),(0.7244572,0.1311129),(0.7286744,0.1270128),(0.7286744,0.1311129),(0.7117977,0.1188089),(0.7075742,0.1188089),(0.7117977,0.1229089),(0.7075742,0.1229089),(0.7033514,0.1188089),(0.6991307,0.1188089),(0.7033514,0.1229089),(0.6991307,0.1229089),(0.7075742,0.1270127),(0.7033514,0.1270128),(0.6991307,0.1270127),(0.7033514,0.1311129),(0.6991307,0.1311129),(0.7075742,0.1311129),(0.7117977,0.1270128),(0.7117977,0.1311129),(0.6949139,0.1188089),(0.6906992,0.1188089),(0.6949139,0.1229089),(0.6906992,0.1229089),(0.6864849,0.1188089),(0.6822694,0.1188089),(0.6864849,0.1229089),(0.6822693,0.1229089),(0.6906992,0.1270127),(0.6864849,0.1270128),(0.6822694,0.1270127),(0.6864849,0.1311129),(0.6822693,0.1311129),(0.6906992,0.1311129),(0.6949139,0.1270128),(0.6949139,0.1311129),(0.6780508,0.1188089),(0.6738272,0.1188089),(0.6780507,0.1229089),(0.6738272,0.1229089),(0.6695971,0.1188089),(0.6653587,0.1188089),(0.6695971,0.1229089),(0.6653587,0.1229089),(0.6738272,0.1270127),(0.6695971,0.1270128),(0.6653587,0.1270127),(0.6695971,0.1311129),(0.6653587,0.1311129),(0.6738272,0.1311129),(0.6780508,0.1270128),(0.6780507,0.1311129),(0.6611102,0.1188089),(0.6568571,0.1188089),(0.6611102,0.1229089),(0.6568571,0.1229089),(0.6526053,0.1188089),(0.6483604,0.1188089),(0.6526054,0.1229089),(0.6483604,0.1229089),(0.6568571,0.1270127),(0.6526054,0.1270128),(0.6483604,0.1270127),(0.6526053,0.1311129),(0.6483604,0.1311129),(0.6568571,0.1311129),(0.6611102,0.1270128),(0.6611102,0.1311129),(0.6441281,0.1188089),(0.6399043,0.1188089),(0.6441281,0.1229089),(0.6399043,0.1229089),(0.635685,0.1188089),(0.6314663,0.1188089),(0.635685,0.1229089),(0.6314663,0.1229089),(0.6399043,0.1270127),(0.635685,0.1270128),(0.6314663,0.1270127),(0.635685,0.1311129),(0.6314663,0.1311129),(0.6399043,0.1311129),(0.6441281,0.1270128),(0.6441281,0.1311129),(0.627244,0.1188089),(0.6230208,0.1188089),(0.627244,0.1229089),(0.6230209,0.1229089),(0.6187993,0.1188089),(0.6145822,0.1188089),(0.6187993,0.1229089),(0.6145822,0.1229089),(0.6230208,0.1270127),(0.6187993,0.1270128),(0.6145822,0.1270127),(0.6187993,0.1311129),(0.6145822,0.1311129),(0.6230209,0.1311129),(0.627244,0.1270128),(0.627244,0.1311129),(0.6103719,0.1188089),(0.6061606,0.1188089),(0.6103719,0.1229089),(0.6061606,0.1229089),(0.6019406,0.1188089),(0.5977041,0.1188089),(0.6019406,0.1229089),(0.5977041,0.1229089),(0.6061606,0.1270127),(0.6019406,0.1270128),(0.5977041,0.1270127),(0.6019406,0.1311129),(0.5977041,0.1311129),(0.6061606,0.1311129),(0.6103719,0.1270128),(0.6103719,0.1311129),(0.5934432,0.1188089),(0.589169,0.1188089),(0.5934432,0.1229089),(0.589169,0.1229089),(0.5848927,0.1188089),(0.5806257,0.1188089),(0.5848927,0.1229089),(0.5806257,0.1229089),(0.589169,0.1270127),(0.5848927,0.1270128),(0.5806257,0.1270127),(0.5848927,0.1311129),(0.5806257,0.1311129),(0.589169,0.1311129),(0.5934432,0.1270128),(0.5934432,0.1311129),(0.5763788,0.1188089),(0.572147,0.1188089),(0.572147,0.1229089),(0.5763788,0.1229089),(0.567925,0.1188089),(0.5637077,0.1188089),(0.5637077,0.1229089),(0.567925,0.1229089),(0.567925,0.1270128),(0.572147,0.1270127),(0.5637077,0.1270127),(0.5637077,0.1311129),(0.567925,0.1311129),(0.572147,0.1311129),(0.5763788,0.1270128),(0.5763788,0.1311129),(0.55949,0.1188089),(0.5552715,0.1188089),(0.5552715,0.1229089),(0.55949,0.1229089),(0.5510522,0.1188089),(0.5468317,0.1188089),(0.5468317,0.1229089),(0.5510522,0.1229089),(0.5510522,0.1270128),(0.5552715,0.1270127),(0.5468317,0.1270127),(0.5468317,0.1311129),(0.5510522,0.1311129),(0.5552715,0.1311129),(0.55949,0.1270128),(0.55949,0.1311129),(0.5426099,0.1188089),(0.5383899,0.1188089),(0.5383899,0.1229089),(0.5426099,0.1229089),(0.5341746,0.1188089),(0.5299669,0.1188089),(0.5299669,0.1229089),(0.5341746,0.1229089),(0.5341746,0.1270128),(0.5383899,0.1270127),(0.5299669,0.1270127),(0.529967,0.1311129),(0.5341746,0.1311129),(0.5383899,0.1311129),(0.5426099,0.1270128),(0.5426099,0.1311129),(0.52577,0.1188089),(0.5215818,0.1188089),(0.5215818,0.1229089),(0.52577,0.1229089),(0.5174,0.1188089),(0.5132228,0.1188089),(0.5132228,0.1229089),(0.5174,0.1229089),(0.5174,0.1270128),(0.5215818,0.1270127),(0.5132228,0.1270127),(0.5132228,0.1311129),(0.5174,0.1311129),(0.5215818,0.1311129),(0.52577,0.1270128),(0.52577,0.1311129),(0.5090478,0.1188089),(0.5048727,0.1188089),(0.5048727,0.1229089),(0.5090478,0.1229089),(0.5006949,0.1188089),(0.4965119,0.1188089),(0.5006949,0.1229089),(0.4965119,0.1229089),(0.5006949,0.1270128),(0.5048727,0.1270127),(0.4965119,0.1270127),(0.5006949,0.1311129),(0.4965119,0.1311129),(0.5048727,0.1311129),(0.5090478,0.1270128),(0.5090478,0.1311129),(0.4923214,0.1188089),(0.4881234,0.1188089),(0.4923214,0.1229089),(0.4881234,0.1229089),(0.4839184,0.1188089),(0.4797065,0.1188089),(0.4839184,0.1229089),(0.4797065,0.1229089),(0.4881234,0.1270127),(0.4839184,0.1270128),(0.4797065,0.1270127),(0.4839184,0.1311129),(0.4797064,0.1311129),(0.4881234,0.1311129),(0.4923214,0.1270128),(0.4923214,0.1311129),(0.4754879,0.1188089),(0.4712752,0.1188089),(0.4754879,0.1229089),(0.4712752,0.1229089),(0.4670808,0.1188089),(0.4629171,0.1188089),(0.4670808,0.1229089),(0.4629171,0.1229089),(0.4712752,0.1270127),(0.4670808,0.1270128),(0.4629171,0.1270127),(0.4670808,0.1311129),(0.4629171,0.1311129),(0.4712752,0.1311129),(0.4754879,0.1270128),(0.4754879,0.1311129),(0.4587967,0.1188089),(0.4547031,0.1188089),(0.4587967,0.1229089),(0.4547031,0.1229089),(0.4506197,0.1188089),(0.44653,0.1188089),(0.4506197,0.1229089),(0.44653,0.1229089),(0.4547031,0.1270127),(0.4506197,0.1270128),(0.44653,0.1270127),(0.4506197,0.1311129),(0.44653,0.1311129),(0.4547031,0.1311129),(0.4587967,0.1270128),(0.4587967,0.1311129),(0.4424174,0.1188089),(0.4382856,0.1188089),(0.4424174,0.1229089),(0.4382856,0.1229089),(0.4341379,0.1188089),(0.429978,0.1188089),(0.4341379,0.1229089),(0.429978,0.1229089),(0.4382856,0.1270127),(0.4341379,0.1270128),(0.429978,0.1270127),(0.4341379,0.1311129),(0.429978,0.1311129),(0.4382856,0.1311129),(0.4424174,0.1270128),(0.4424174,0.1311129),(0.4258092,0.1188089),(0.4216311,0.1188089),(0.4258092,0.1229089),(0.4216312,0.1229089),(0.4174434,0.1188089),(0.4132456,0.1188089),(0.4174434,0.1229089),(0.4132456,0.1229089),(0.4216312,0.1270127),(0.4174434,0.1270128),(0.4132456,0.1270127),(0.4132456,0.1311129),(0.4174434,0.1311129),(0.4216312,0.1311129),(0.4258092,0.1270128),(0.4258092,0.1311129),(0.4090372,0.1188089),(0.4048201,0.1188089),(0.4048201,0.1229089),(0.4090372,0.1229089),(0.4005963,0.1188089),(0.3963675,0.1188089),(0.3963675,0.1229089),(0.4005963,0.1229089),(0.4005963,0.1270128),(0.4048201,0.1270127),(0.3963675,0.1270127),(0.3963675,0.1311129),(0.4005963,0.1311129),(0.4048201,0.1311129),(0.4090372,0.1270128),(0.4090372,0.1311129),(0.3921357,0.1188089),(0.3879012,0.1188089),(0.3879012,0.1229089),(0.3921357,0.1229089),(0.3836642,0.1188089),(0.3794248,0.1188089),(0.3794249,0.1229089),(0.3836642,0.1229089),(0.3836642,0.1270128),(0.3879012,0.1270127),(0.3794248,0.1270127),(0.3794248,0.1311129),(0.3836642,0.1311129),(0.3879012,0.1311129),(0.3921357,0.1270128),(0.3921357,0.1311129),(0.3751834,0.1188089),(0.3709441,0.1188089),(0.3709441,0.1229089),(0.3751834,0.1229089),(0.3667112,0.1188089),(0.3624887,0.1188089),(0.3624887,0.1229089),(0.3667112,0.1229089),(0.3667112,0.1270128),(0.3709442,0.1270127),(0.3624887,0.1270127),(0.3624887,0.1311129),(0.3667112,0.1311129),(0.3709441,0.1311129),(0.3751834,0.1270128),(0.3751834,0.1311129),(0.358281,0.1188089),(0.3540821,0.1188089),(0.3540821,0.1229089),(0.358281,0.1229089),(0.3498864,0.1188089),(0.3456882,0.1188089),(0.3456882,0.1229089),(0.3498864,0.1229089),(0.3498864,0.1270128),(0.3540821,0.1270127),(0.3456882,0.1270127),(0.3456882,0.1311129),(0.3498864,0.1311129),(0.3540821,0.1311129),(0.3582809,0.1270128),(0.358281,0.1311129),(0.3414817,0.1188089),(0.3372694,0.1188089),(0.3372695,0.1229089),(0.3414817,0.1229089),(0.3330541,0.1188089),(0.3288383,0.1188089),(0.3288383,0.1229089),(0.3330541,0.1229089),(0.3330541,0.1270128),(0.3372695,0.1270127),(0.3288383,0.1270127),(0.3288383,0.1311129),(0.3330541,0.1311129),(0.3372695,0.1311129),(0.3414817,0.1270128),(0.3414817,0.1311129),(0.3246247,0.1188089),(0.3204179,0.1188089),(0.3204179,0.1229089),(0.3246247,0.1229089),(0.3162228,0.1188089),(0.3120441,0.1188089),(0.3120441,0.1229089),(0.3162228,0.1229089),(0.3162228,0.1270128),(0.3204179,0.1270127),(0.3120441,0.1270127),(0.3120441,0.1311129),(0.3162228,0.1311129),(0.3204179,0.1311129),(0.3246247,0.1270128),(0.3246247,0.1311129),(0.3078868,0.1188089),(0.3037427,0.1188089),(0.3037427,0.1229089),(0.3078868,0.1229089),(0.2996041,0.1188089),(0.2954631,0.1188089),(0.2996041,0.1229089),(0.2954631,0.1229089),(0.3037428,0.1270127),(0.2996041,0.1270128),(0.2954631,0.1270127),(0.2996041,0.1311129),(0.2954631,0.1311129),(0.3037427,0.1311129),(0.3078868,0.1270128),(0.3078868,0.1311129),(0.2913116,0.1188089),(0.2871543,0.1188089),(0.2871543,0.1229089),(0.2913116,0.1229089),(0.2829956,0.1188089),(0.2788399,0.1188089),(0.2788399,0.1229089),(0.2829956,0.1229089),(0.2829956,0.1270128),(0.2871543,0.1270127),(0.2788399,0.1270127),(0.2788399,0.1311129),(0.2829956,0.1311129),(0.2871543,0.1311129),(0.2913116,0.1270128),(0.2913116,0.1311129),(0.2746918,0.1188089),(0.2705556,0.1188089),(0.2705556,0.1229089),(0.2746918,0.1229089),(0.2664356,0.1188089),(0.262336,0.1188089),(0.262336,0.1229089),(0.2664356,0.1229089),(0.2664356,0.1270128),(0.2705556,0.1270127),(0.262336,0.1270127),(0.262336,0.1311129),(0.2664356,0.1311129),(0.2705556,0.1311129),(0.2746918,0.1270128),(0.2746918,0.1311129),(0.2582613,0.1188089),(0.254209,0.1188089),(0.254209,0.1229089),(0.2582613,0.1229089),(0.2501769,0.1188089),(0.2461624,0.1188089),(0.2461624,0.1229089),(0.2501769,0.1229089),(0.2501769,0.1270128),(0.254209,0.1270127),(0.2461624,0.1270127),(0.2461624,0.1311129),(0.2501769,0.1311129),(0.254209,0.1311129),(0.2582613,0.1270128),(0.2582613,0.1311129),(0.2421634,0.1188089),(0.238164,0.1188089),(0.238164,0.1229089),(0.2421634,0.1229089),(0.2341487,0.1188089),(0.2301017,0.1188089),(0.2301017,0.1229089),(0.2341487,0.1229089),(0.2341487,0.1270128),(0.238164,0.1270127),(0.2301017,0.1270127),(0.2301017,0.1311129),(0.2341487,0.1311129),(0.238164,0.1311129),(0.2421634,0.1270128),(0.2421634,0.1311129),(0.2260074,0.1188089),(0.2218787,0.1188089),(0.2218787,0.1229089),(0.2260074,0.1229089),(0.2177283,0.1188089),(0.2135691,0.1188089),(0.2177283,0.1229089),(0.2135692,0.1229089),(0.2218787,0.1270127),(0.2177283,0.1270128),(0.2135691,0.1270127),(0.2177283,0.1311129),(0.2135692,0.1311129),(0.2218787,0.1311129),(0.2260074,0.1270128),(0.2260074,0.1311129),(0.2094141,0.1188089),(0.2052627,0.1188089),(0.2094141,0.1229089),(0.2052627,0.1229089),(0.2011147,0.1188089),(0.1969699,0.1188089),(0.2011147,0.1229089),(0.1969699,0.1229089),(0.2052627,0.1270127),(0.2011147,0.1270128),(0.1969699,0.1270127),(0.1969699,0.1311129),(0.2011147,0.1311129),(0.2052627,0.1311129),(0.2094141,0.1270128),(0.2094141,0.1311129),(0.1928277,0.1188089),(0.1886888,0.1188089),(0.1886888,0.1229089),(0.1928277,0.1229089),(0.1845533,0.1188089),(0.1804218,0.1188089),(0.1804218,0.1229089),(0.1845533,0.1229089),(0.1845533,0.1270128),(0.1886888,0.1270127),(0.1804218,0.1270127),(0.1804218,0.1311129),(0.1845533,0.1311129),(0.1886888,0.1311129),(0.1928277,0.1270128),(0.1928277,0.1311129),(0.1762946,0.1188089),(0.1721701,0.1188089),(0.1721701,0.1229089),(0.1762946,0.1229089),(0.1680468,0.1188089),(0.163923,0.1188089),(0.163923,0.1229089),(0.1680468,0.1229089),(0.1680468,0.1270128),(0.1721701,0.1270127),(0.163923,0.1270127),(0.163923,0.1311129),(0.1680468,0.1311129),(0.1721701,0.1311129),(0.1762946,0.1270128),(0.1762946,0.1311129),(0.1597973,0.1188089),(0.1556691,0.1188089),(0.1556691,0.1229089),(0.1597973,0.1229089),(0.1515382,0.1188089),(0.1474041,0.1188089),(0.1474041,0.1229089),(0.1515382,0.1229089),(0.1515382,0.1270128),(0.1556691,0.1270127),(0.1474041,0.1270127),(0.1474041,0.1311129),(0.1515382,0.1311129),(0.1556691,0.1311129),(0.1597973,0.1270128),(0.1597973,0.1311129),(0.1432664,0.1188089),(0.1391259,0.1188089),(0.1391259,0.1229089),(0.1432664,0.1229089),(0.134983,0.1188089),(0.1308385,0.1188089),(0.1308385,0.1229089),(0.134983,0.1229089),(0.134983,0.1270128),(0.1391259,0.1270127),(0.1308385,0.1270127),(0.134983,0.1311129),(0.1308385,0.1311129),(0.1391259,0.1311129),(0.1432664,0.1270128),(0.1432664,0.1311129),(0.126693,0.1188089),(0.12255,0.1188089),(0.126693,0.1229089),(0.12255,0.1229089),(0.1184131,0.1188089),(0.1142857,0.1188089),(0.1142857,0.1229089),(0.1184131,0.1229089),(0.1184131,0.1270128),(0.12255,0.1270127),(0.1142857,0.1270127),(0.1142857,0.1311129),(0.1184131,0.1311129),(0.12255,0.1311129),(0.126693,0.1270128),(0.126693,0.1311129),(0.1101713,0.1188089),(0.1060752,0.1188089),(0.1060752,0.1229089),(0.1101713,0.1229089),(0.1020023,0.1188089),(0.09795791,0.1188089),(0.09795791,0.1229089),(0.1020023,0.1229089),(0.1020023,0.1270128),(0.1060752,0.1270127),(0.09795791,0.1270127),(0.09795791,0.1311129),(0.1020023,0.1311129),(0.1060752,0.1311129),(0.1101713,0.1270128),(0.1101713,0.1311129),(0.09394707,0.1188089),(0.08994583,0.1188089),(0.08994584,0.1229089),(0.09394707,0.1229089),(0.08593026,0.1188089),(0.08187638,0.1188089),(0.08187637,0.1229089),(0.08593025,0.1229089),(0.08593026,0.1270128),(0.08994584,0.1270127),(0.08187638,0.1270127),(0.08593026,0.1311129),(0.08187638,0.1311129),(0.08994584,0.1311129),(0.09394707,0.1270128),(0.09394707,0.1311129),(0.07776025,0.1188089),(0.07361087,0.1188089),(0.07361087,0.1229089),(0.07776025,0.1229089),(0.06945725,0.1188089),(0.06532837,0.1188089),(0.06945725,0.1229089),(0.06532837,0.1229089),(0.06945725,0.1270128),(0.07361087,0.1270127),(0.06532837,0.1270127),(0.06945725,0.1311129),(0.06532837,0.1311129),(0.07361087,0.1311129),(0.07776025,0.1270128),(0.07776025,0.1311129),(0.06125325,0.1188089),(0.05721605,0.1188089),(0.06125325,0.1229089),(0.05721604,0.1229089),(0.05320094,0.1188089),(0.0491921,0.1188089),(0.05320094,0.1229089),(0.04919209,0.1229089),(0.05721605,0.1270127),(0.05320094,0.1270128),(0.0491921,0.1270127),(0.05320094,0.1311129),(0.04919209,0.1311129),(0.05721605,0.1311129),(0.06125325,0.1270128),(0.06125325,0.1311129),(0.04517369,0.1188089),(0.04115105,0.1188089),(0.04517369,0.1229089),(0.04115105,0.1229089),(0.0371295,0.1188089),(0.03311438,0.1188089),(0.0371295,0.1229089),(0.03311437,0.1229089),(0.04115105,0.1270127),(0.0371295,0.1270128),(0.03311438,0.1270127),(0.0371295,0.1311129),(0.03311438,0.1311129),(0.04115105,0.1311129),(0.04517369,0.1270128),(0.04517369,0.1311129),(0.029111,0.1188089),(0.02511186,0.1188089),(0.02511186,0.1229089),(0.029111,0.1229089),(0.02110944,0.1188089),(0.01709622,0.1188089),(0.01709622,0.1229089),(0.02110944,0.1229089),(0.02110944,0.1270128),(0.02511186,0.1270127),(0.01709622,0.1270127),(0.02110944,0.1311129),(0.01709622,0.1311129),(0.02511186,0.1311129),(0.029111,0.1270128),(0.029111,0.1311129),(0.01306469,0.1188089),(0.009019421,0.1188065),(0.01306469,0.1229089),(0.009019421,0.1229087),(0.004965,0.1187994),(0.000906,0.11879),(0.004965,0.122908),(0.000906,0.122907),(0.009019421,0.1270142),(0.004965,0.1270184),(0.000906,0.1270241),(0.004965,0.1311213),(0.000906,0.131141),(0.009019421,0.131115),(0.01306469,0.1270128),(0.01306469,0.1311129),(0.999094,0.135213),(0.9951518,0.1352074),(0.9912093,0.1352032),(0.9951518,0.1392873),(0.9912093,0.139289),(0.999094,0.139285),(0.9872664,0.1352018),(0.983323,0.1352018),(0.9872664,0.1392895),(0.983323,0.1392896),(0.9912093,0.1433828),(0.9872664,0.1433865),(0.983323,0.1433865),(0.9872664,0.1475028),(0.983323,0.1475028),(0.9912093,0.1474972),(0.999094,0.143357),(0.9951518,0.1433717),(0.9951518,0.1474806),(0.999094,0.147429),(0.9793787,0.1352018),(0.9754275,0.1352018),(0.9793787,0.1392896),(0.9754274,0.1392896),(0.9714631,0.1352018),(0.9674796,0.1352018),(0.9714631,0.1392895),(0.9674796,0.1392896),(0.9754274,0.1433865),(0.9714631,0.1433865),(0.9674796,0.1433865),(0.9714631,0.1475028),(0.9674796,0.1475028),(0.9754274,0.1475028),(0.9793787,0.1433865),(0.9793787,0.1475028),(0.9634706,0.1352018),(0.9594426,0.1352018),(0.9634707,0.1392896),(0.9594426,0.1392896),(0.9554016,0.1352018),(0.9513539,0.1352018),(0.9554016,0.1392895),(0.9513539,0.1392896),(0.9594426,0.1433865),(0.9554016,0.1433865),(0.9513539,0.1433865),(0.9554016,0.1475028),(0.9513539,0.1475028),(0.9594425,0.1475028),(0.9634707,0.1433865),(0.9634706,0.1475028),(0.9473058,0.1352018),(0.9432498,0.1352018),(0.9473058,0.1392896),(0.9432497,0.1392896),(0.9391782,0.1352018),(0.9350839,0.1352018),(0.9391783,0.1392895),(0.9350839,0.1392896),(0.9432497,0.1433865),(0.9391782,0.1433865),(0.9350839,0.1433865),(0.9391783,0.1475028),(0.9350839,0.1475028),(0.9432497,0.1475028),(0.9473058,0.1433865),(0.9473058,0.1475028),(0.930959,0.1352018),(0.9268106,0.1352018),(0.930959,0.1392896),(0.9268106,0.1392896),(0.9226453,0.1352018),(0.9184701,0.1352018),(0.9226453,0.1392895),(0.9184701,0.1392896),(0.9268106,0.1433865),(0.9226453,0.1433865),(0.9184701,0.1433865),(0.9226453,0.1475028),(0.9184701,0.1475028),(0.9268106,0.1475028),(0.930959,0.1433865),(0.930959,0.1475028),(0.9142919,0.1352018),(0.910111,0.1352018),(0.9142919,0.1392896),(0.9101109,0.1392896),(0.9059278,0.1352018),(0.9017429,0.1352018),(0.9059278,0.1392895),(0.9017429,0.1392896),(0.910111,0.1433865),(0.9059278,0.1433865),(0.9017429,0.1433865),(0.9017428,0.1475028),(0.9059278,0.1475028),(0.9101109,0.1475028),(0.9142919,0.1433865),(0.9142919,0.1475028),(0.8975567,0.1352018),(0.8933688,0.1352018),(0.8975567,0.1392896),(0.8933688,0.1392896),(0.8891787,0.1352018),(0.8849859,0.1352018),(0.8891788,0.1392895),(0.8849859,0.1392896),(0.8933688,0.1433865),(0.8891787,0.1433865),(0.8849859,0.1433865),(0.8849859,0.1475028),(0.8891788,0.1475028),(0.8933688,0.1475028),(0.8975567,0.1433865),(0.8975567,0.1475028),(0.8807898,0.1352018),(0.8765806,0.1352018),(0.8807898,0.1392896),(0.8765807,0.1392896),(0.8723488,0.1352018),(0.8680845,0.1352018),(0.8723488,0.1392895),(0.8680845,0.1392896),(0.8765806,0.1433865),(0.8723488,0.1433865),(0.8680845,0.1433865),(0.8723488,0.1475028),(0.8680845,0.1475028),(0.8765806,0.1475028),(0.8807898,0.1433865),(0.8807898,0.1475028),(0.8637781,0.1352018),(0.8594491,0.1352018),(0.8637781,0.1392896),(0.8594491,0.1392896),(0.8551173,0.1352018),(0.8508024,0.1352018),(0.8551173,0.1392895),(0.8508024,0.1392896),(0.8594491,0.1433865),(0.8551173,0.1433865),(0.8508024,0.1433865),(0.8551173,0.1475028),(0.8508024,0.1475028),(0.859449,0.1475028),(0.8637781,0.1433865),(0.8637781,0.1475028),(0.846524,0.1352018),(0.8422731,0.1352018),(0.846524,0.1392896),(0.8422731,0.1392896),(0.8380403,0.1352018),(0.8338165,0.1352018),(0.8380403,0.1392895),(0.8338165,0.1392896),(0.8422731,0.1433865),(0.8380403,0.1433865),(0.8338165,0.1433865),(0.8380404,0.1475028),(0.8338165,0.1475028),(0.8422731,0.1475028),(0.846524,0.1433865),(0.846524,0.1475028),(0.8295926,0.1352018),(0.8253628,0.1352018),(0.8295926,0.1392896),(0.8253628,0.1392896),(0.8211217,0.1352018),(0.8168637,0.1352018),(0.8211217,0.1392895),(0.8168637,0.1392896),(0.8253628,0.1433865),(0.8211217,0.1433865),(0.8168637,0.1433865),(0.8211217,0.1475028),(0.8168637,0.1475028),(0.8253628,0.1475028),(0.8295926,0.1433865),(0.8295926,0.1475028),(0.8125832,0.1352018),(0.8082899,0.1352018),(0.8125832,0.1392896),(0.8082899,0.1392896),(0.8039935,0.1352018),(0.7997035,0.1352018),(0.8039935,0.1392895),(0.7997035,0.1392896),(0.8082899,0.1433865),(0.8039935,0.1433865),(0.7997035,0.1433865),(0.8039935,0.1475028),(0.7997035,0.1475028),(0.8082899,0.1475028),(0.8125832,0.1433865),(0.8125832,0.1475028),(0.7954297,0.1352018),(0.7911757,0.1352018),(0.7954297,0.1392896),(0.7911757,0.1392896),(0.7869452,0.1352018),(0.7827417,0.1352018),(0.7869452,0.1392895),(0.7827417,0.1392896),(0.7911757,0.1433865),(0.7869452,0.1433865),(0.7827417,0.1433865),(0.7869452,0.1475028),(0.7827417,0.1475028),(0.7911757,0.1475028),(0.7954297,0.1433865),(0.7954297,0.1475028),(0.7785689,0.1352018),(0.7744211,0.1352018),(0.7785689,0.1392896),(0.7744212,0.1392896),(0.7702925,0.1352018),(0.7661775,0.1352018),(0.7702925,0.1392895),(0.7661775,0.1392896),(0.7744212,0.1433865),(0.7702925,0.1433865),(0.7661775,0.1433865),(0.7702925,0.1475028),(0.7661775,0.1475028),(0.7744212,0.1475028),(0.778569,0.1433865),(0.778569,0.1475028),(0.7620703,0.1352018),(0.757961,0.1352018),(0.7620703,0.1392896),(0.757961,0.1392896),(0.7538399,0.1352018),(0.7496969,0.1352018),(0.7538399,0.1392895),(0.7496969,0.1392896),(0.757961,0.1433865),(0.7538399,0.1433865),(0.7496969,0.1433865),(0.7538399,0.1475028),(0.7496969,0.1475028),(0.757961,0.1475028),(0.7620703,0.1433865),(0.7620703,0.1475028),(0.7455223,0.1352018),(0.7413244,0.1352018),(0.7455223,0.1392896),(0.7413245,0.1392896),(0.7371117,0.1352018),(0.7328922,0.1352018),(0.7371117,0.1392895),(0.7328923,0.1392896),(0.7413245,0.1433865),(0.7371117,0.1433865),(0.7328922,0.1433865),(0.7371117,0.1475028),(0.7328922,0.1475028),(0.7413245,0.1475028),(0.7455223,0.1433865),(0.7455223,0.1475028),(0.7286744,0.1352018),(0.7244572,0.1352018),(0.7286744,0.1392896),(0.7244572,0.1392896),(0.7202395,0.1352018),(0.71602,0.1352018),(0.7202395,0.1392895),(0.71602,0.1392896),(0.7244572,0.1433865),(0.7202395,0.1433865),(0.71602,0.1433865),(0.7202394,0.1475028),(0.71602,0.1475028),(0.7244572,0.1475028),(0.7286744,0.1433865),(0.7286744,0.1475028),(0.7117977,0.1352018),(0.7075742,0.1352018),(0.7117977,0.1392896),(0.7075742,0.1392896),(0.7033514,0.1352018),(0.6991307,0.1352018),(0.7033514,0.1392895),(0.6991307,0.1392896),(0.7075742,0.1433865),(0.7033514,0.1433865),(0.6991307,0.1433865),(0.7033514,0.1475028),(0.6991307,0.1475028),(0.7075742,0.1475028),(0.7117977,0.1433865),(0.7117977,0.1475028),(0.6949139,0.1352018),(0.6906992,0.1352018),(0.6949139,0.1392896),(0.6906992,0.1392896),(0.6864849,0.1352018),(0.6822694,0.1352018),(0.6864849,0.1392895),(0.6822693,0.1392896),(0.6906992,0.1433865),(0.6864849,0.1433865),(0.6822694,0.1433865),(0.6864849,0.1475028),(0.6822693,0.1475028),(0.6906992,0.1475028),(0.6949139,0.1433865),(0.6949139,0.1475028),(0.6780508,0.1352018),(0.6738272,0.1352018),(0.6780507,0.1392896),(0.6738272,0.1392896),(0.6695971,0.1352018),(0.6653587,0.1352018),(0.6695971,0.1392895),(0.6653587,0.1392896),(0.6738272,0.1433865),(0.6695971,0.1433865),(0.6653587,0.1433865),(0.6695971,0.1475028),(0.6653587,0.1475028),(0.6738272,0.1475028),(0.6780508,0.1433865),(0.6780507,0.1475028),(0.6611102,0.1352018),(0.6568571,0.1352018),(0.6611102,0.1392896),(0.6568571,0.1392896),(0.6526053,0.1352018),(0.6483604,0.1352018),(0.6526054,0.1392895),(0.6483604,0.1392896),(0.6568571,0.1433865),(0.6526054,0.1433865),(0.6483604,0.1433865),(0.6526053,0.1475028),(0.6483604,0.1475028),(0.6568571,0.1475028),(0.6611102,0.1433865),(0.6611102,0.1475028),(0.6441281,0.1352018),(0.6399043,0.1352018),(0.6441281,0.1392896),(0.6399043,0.1392896),(0.635685,0.1352018),(0.6314663,0.1352018),(0.635685,0.1392895),(0.6314663,0.1392896),(0.6399043,0.1433865),(0.635685,0.1433865),(0.6314663,0.1433865),(0.635685,0.1475028),(0.6314663,0.1475028),(0.6399043,0.1475028),(0.6441281,0.1433865),(0.6441281,0.1475028),(0.627244,0.1352018),(0.6230208,0.1352018),(0.627244,0.1392896),(0.6230209,0.1392896),(0.6187993,0.1352018),(0.6145822,0.1352018),(0.6187993,0.1392895),(0.6145822,0.1392896),(0.6230208,0.1433865),(0.6187993,0.1433865),(0.6145822,0.1433865),(0.6187993,0.1475028),(0.6145822,0.1475028),(0.6230209,0.1475028),(0.627244,0.1433865),(0.627244,0.1475028),(0.6103719,0.1352018),(0.6061606,0.1352018),(0.6103719,0.1392896),(0.6061606,0.1392896),(0.6019406,0.1352018),(0.5977041,0.1352018),(0.6019406,0.1392895),(0.5977041,0.1392896),(0.6061606,0.1433865),(0.6019406,0.1433865),(0.5977041,0.1433865),(0.6019406,0.1475028),(0.5977041,0.1475028),(0.6061606,0.1475028),(0.6103719,0.1433865),(0.6103719,0.1475028),(0.5934432,0.1352018),(0.589169,0.1352018),(0.5934432,0.1392896),(0.589169,0.1392896),(0.5848927,0.1352018),(0.5806257,0.1352018),(0.5848927,0.1392895),(0.5806257,0.1392896),(0.589169,0.1433865),(0.5848927,0.1433865),(0.5806257,0.1433865),(0.5848927,0.1475028),(0.5806257,0.1475028),(0.589169,0.1475028),(0.5934432,0.1433865),(0.5934432,0.1475028),(0.5763788,0.1352018),(0.572147,0.1352018),(0.5763788,0.1392896),(0.572147,0.1392896),(0.567925,0.1352018),(0.5637077,0.1352018),(0.567925,0.1392895),(0.5637077,0.1392896),(0.572147,0.1433865),(0.567925,0.1433865),(0.5637077,0.1433865),(0.567925,0.1475028),(0.5637077,0.1475028),(0.572147,0.1475028),(0.5763788,0.1433865),(0.5763788,0.1475028),(0.55949,0.1352018),(0.5552715,0.1352018),(0.5552715,0.1392896),(0.55949,0.1392896),(0.5510522,0.1352018),(0.5468317,0.1352018),(0.5468317,0.1392896),(0.5510522,0.1392895),(0.5510522,0.1433865),(0.5552715,0.1433865),(0.5468317,0.1433865),(0.5468317,0.1475028),(0.5510522,0.1475028),(0.5552715,0.1475028),(0.55949,0.1433865),(0.55949,0.1475028),(0.5426099,0.1352018),(0.5383899,0.1352018),(0.5383899,0.1392896),(0.5426099,0.1392896),(0.5341746,0.1352018),(0.5299669,0.1352018),(0.5299669,0.1392896),(0.5341746,0.1392895),(0.5341746,0.1433865),(0.5383899,0.1433865),(0.5299669,0.1433865),(0.529967,0.1475028),(0.5341746,0.1475028),(0.5383899,0.1475028),(0.5426099,0.1433865),(0.5426099,0.1475028),(0.52577,0.1352018),(0.5215818,0.1352018),(0.5215818,0.1392896),(0.52577,0.1392896),(0.5174,0.1352018),(0.5132228,0.1352018),(0.5132228,0.1392896),(0.5174,0.1392895),(0.5174,0.1433865),(0.5215818,0.1433865),(0.5132228,0.1433865),(0.5132228,0.1475028),(0.5174,0.1475028),(0.5215818,0.1475028),(0.52577,0.1433865),(0.52577,0.1475028),(0.5090478,0.1352018),(0.5048727,0.1352018),(0.5048727,0.1392896),(0.5090478,0.1392896),(0.5006949,0.1352018),(0.4965119,0.1352018),(0.4965119,0.1392896),(0.5006949,0.1392895),(0.5006949,0.1433865),(0.5048727,0.1433865),(0.4965119,0.1433865),(0.4965119,0.1475028),(0.5006949,0.1475028),(0.5048727,0.1475028),(0.5090478,0.1433865),(0.5090478,0.1475028),(0.4923214,0.1352018),(0.4881234,0.1352018),(0.4923214,0.1392896),(0.4881234,0.1392896),(0.4839184,0.1352018),(0.4797065,0.1352018),(0.4839184,0.1392895),(0.4797065,0.1392896),(0.4881234,0.1433865),(0.4839184,0.1433865),(0.4797065,0.1433865),(0.4839184,0.1475028),(0.4797064,0.1475028),(0.4881234,0.1475028),(0.4923214,0.1433865),(0.4923214,0.1475028),(0.4754879,0.1352018),(0.4712752,0.1352018),(0.4754879,0.1392896),(0.4712752,0.1392896),(0.4670808,0.1352018),(0.4629171,0.1352018),(0.4670808,0.1392895),(0.4629171,0.1392896),(0.4712752,0.1433865),(0.4670808,0.1433865),(0.4629171,0.1433865),(0.4670808,0.1475028),(0.4629171,0.1475028),(0.4712752,0.1475028),(0.4754879,0.1433865),(0.4754879,0.1475028),(0.4587967,0.1352018),(0.4547031,0.1352018),(0.4587967,0.1392896),(0.4547031,0.1392896),(0.4506197,0.1352018),(0.44653,0.1352018),(0.4506197,0.1392895),(0.44653,0.1392896),(0.4547031,0.1433865),(0.4506197,0.1433865),(0.44653,0.1433865),(0.4506197,0.1475028),(0.44653,0.1475028),(0.4547031,0.1475028),(0.4587967,0.1433865),(0.4587967,0.1475028),(0.4424174,0.1352018),(0.4382856,0.1352018),(0.4424174,0.1392896),(0.4382856,0.1392896),(0.4341379,0.1352018),(0.429978,0.1352018),(0.4341379,0.1392895),(0.429978,0.1392896),(0.4341379,0.1433865),(0.4382856,0.1433865),(0.429978,0.1433865),(0.429978,0.1475028),(0.4341379,0.1475028),(0.4382856,0.1475028),(0.4424174,0.1433865),(0.4424174,0.1475028),(0.4258092,0.1352018),(0.4216311,0.1352018),(0.4258092,0.1392896),(0.4216312,0.1392896),(0.4174434,0.1352018),(0.4132456,0.1352018),(0.4132456,0.1392896),(0.4174434,0.1392895),(0.4174434,0.1433865),(0.4216312,0.1433865),(0.4132456,0.1433865),(0.4132456,0.1475028),(0.4174434,0.1475028),(0.4216312,0.1475028),(0.4258092,0.1433865),(0.4258092,0.1475028),(0.4090372,0.1352018),(0.4048201,0.1352018),(0.4048201,0.1392896),(0.4090372,0.1392896),(0.4005963,0.1352018),(0.3963675,0.1352018),(0.3963675,0.1392896),(0.4005963,0.1392895),(0.4005963,0.1433865),(0.4048201,0.1433865),(0.3963675,0.1433865),(0.3963675,0.1475028),(0.4005963,0.1475028),(0.4048201,0.1475028),(0.4090372,0.1433865),(0.4090372,0.1475028),(0.3921357,0.1352018),(0.3879012,0.1352018),(0.3879012,0.1392896),(0.3921357,0.1392896),(0.3836642,0.1352018),(0.3794248,0.1352018),(0.3794249,0.1392896),(0.3836642,0.1392895),(0.3836642,0.1433865),(0.3879012,0.1433865),(0.3794248,0.1433865),(0.3794248,0.1475028),(0.3836642,0.1475028),(0.3879012,0.1475028),(0.3921357,0.1433865),(0.3921357,0.1475028),(0.3751834,0.1352018),(0.3709441,0.1352018),(0.3709441,0.1392896),(0.3751834,0.1392896),(0.3667112,0.1352018),(0.3624887,0.1352018),(0.3624887,0.1392896),(0.3667112,0.1392895),(0.3667112,0.1433865),(0.3709442,0.1433865),(0.3624887,0.1433865),(0.3624887,0.1475028),(0.3667112,0.1475028),(0.3709441,0.1475028),(0.3751834,0.1433865),(0.3751834,0.1475028),(0.358281,0.1352018),(0.3540821,0.1352018),(0.3540821,0.1392896),(0.358281,0.1392896),(0.3498864,0.1352018),(0.3456882,0.1352018),(0.3456882,0.1392896),(0.3498864,0.1392895),(0.3498864,0.1433865),(0.3540821,0.1433865),(0.3456882,0.1433865),(0.3456882,0.1475028),(0.3498864,0.1475028),(0.3540821,0.1475028),(0.3582809,0.1433865),(0.358281,0.1475028),(0.3414817,0.1352018),(0.3372694,0.1352018),(0.3372695,0.1392896),(0.3414817,0.1392896),(0.3330541,0.1352018),(0.3288383,0.1352018),(0.3288383,0.1392896),(0.3330541,0.1392895),(0.3330541,0.1433865),(0.3372695,0.1433865),(0.3288383,0.1433865),(0.3288383,0.1475028),(0.3330541,0.1475028),(0.3372695,0.1475028),(0.3414817,0.1433865),(0.3414817,0.1475028),(0.3246247,0.1352018),(0.3204179,0.1352018),(0.3204179,0.1392896),(0.3246247,0.1392896),(0.3162228,0.1352018),(0.3120441,0.1352018),(0.3120441,0.1392896),(0.3162228,0.1392895),(0.3162228,0.1433865),(0.3204179,0.1433865),(0.3120441,0.1433865),(0.3120441,0.1475028),(0.3162228,0.1475028),(0.3204179,0.1475028),(0.3246247,0.1433865),(0.3246247,0.1475028),(0.3078868,0.1352018),(0.3037427,0.1352018),(0.3037427,0.1392896),(0.3078868,0.1392896),(0.2996041,0.1352018),(0.2954631,0.1352018),(0.2954631,0.1392896),(0.2996041,0.1392895),(0.2996041,0.1433865),(0.3037428,0.1433865),(0.2954631,0.1433865),(0.2954631,0.1475028),(0.2996041,0.1475028),(0.3037427,0.1475028),(0.3078868,0.1433865),(0.3078868,0.1475028),(0.2913116,0.1352018),(0.2871543,0.1352018),(0.2871543,0.1392896),(0.2913116,0.1392896),(0.2829956,0.1352018),(0.2788399,0.1352018),(0.2788399,0.1392896),(0.2829956,0.1392895),(0.2829956,0.1433865),(0.2871543,0.1433865),(0.2788399,0.1433865),(0.2788399,0.1475028),(0.2829956,0.1475028),(0.2871543,0.1475028),(0.2913116,0.1433865),(0.2913116,0.1475028),(0.2746918,0.1352018),(0.2705556,0.1352018),(0.2705556,0.1392896),(0.2746918,0.1392896),(0.2664356,0.1352018),(0.262336,0.1352018),(0.262336,0.1392896),(0.2664356,0.1392895),(0.2664356,0.1433865),(0.2705556,0.1433865),(0.262336,0.1433865),(0.262336,0.1475028),(0.2664356,0.1475028),(0.2705556,0.1475028),(0.2746918,0.1433865),(0.2746918,0.1475028),(0.2582613,0.1352018),(0.254209,0.1352018),(0.254209,0.1392896),(0.2582613,0.1392896),(0.2501769,0.1352018),(0.2461624,0.1352018),(0.2461624,0.1392896),(0.2501769,0.1392895),(0.2501769,0.1433865),(0.254209,0.1433865),(0.2461624,0.1433865),(0.2461624,0.1475028),(0.2501769,0.1475028),(0.254209,0.1475028),(0.2582613,0.1433865),(0.2582613,0.1475028),(0.2421634,0.1352018),(0.238164,0.1352018),(0.238164,0.1392896),(0.2421634,0.1392896),(0.2341487,0.1352018),(0.2301017,0.1352018),(0.2301017,0.1392896),(0.2341487,0.1392895),(0.2341487,0.1433865),(0.238164,0.1433865),(0.2301017,0.1433865),(0.2301017,0.1475028),(0.2341487,0.1475028),(0.238164,0.1475028),(0.2421634,0.1433865),(0.2421634,0.1475028),(0.2260074,0.1352018),(0.2218787,0.1352018),(0.2260074,0.1392896),(0.2218787,0.1392896),(0.2177283,0.1352018),(0.2135691,0.1352018),(0.2177283,0.1392895),(0.2135692,0.1392896),(0.2218787,0.1433865),(0.2177283,0.1433865),(0.2135691,0.1433865),(0.2177283,0.1475028),(0.2135692,0.1475028),(0.2218787,0.1475028),(0.2260074,0.1433865),(0.2260074,0.1475028),(0.2094141,0.1352018),(0.2052627,0.1352018),(0.2094141,0.1392896),(0.2052627,0.1392896),(0.2011147,0.1352018),(0.1969699,0.1352018),(0.1969699,0.1392896),(0.2011147,0.1392895),(0.2011147,0.1433865),(0.2052627,0.1433865),(0.1969699,0.1433865),(0.1969699,0.1475028),(0.2011147,0.1475028),(0.2052627,0.1475028),(0.2094141,0.1433865),(0.2094141,0.1475028),(0.1928277,0.1352018),(0.1886888,0.1352018),(0.1886888,0.1392896),(0.1928277,0.1392896),(0.1845533,0.1352018),(0.1804218,0.1352018),(0.1804218,0.1392896),(0.1845533,0.1392895),(0.1845533,0.1433865),(0.1886888,0.1433865),(0.1804218,0.1433865),(0.1804218,0.1475028),(0.1845533,0.1475028),(0.1886888,0.1475028),(0.1928277,0.1433865),(0.1928277,0.1475028),(0.1762946,0.1352018),(0.1721701,0.1352018),(0.1721701,0.1392896),(0.1762946,0.1392896),(0.1680468,0.1352018),(0.163923,0.1352018),(0.163923,0.1392896),(0.1680468,0.1392895),(0.1680468,0.1433865),(0.1721701,0.1433865),(0.163923,0.1433865),(0.163923,0.1475028),(0.1680468,0.1475028),(0.1721701,0.1475028),(0.1762946,0.1433865),(0.1762946,0.1475028),(0.1597973,0.1352018),(0.1556691,0.1352018),(0.1556691,0.1392896),(0.1597973,0.1392896),(0.1515382,0.1352018),(0.1474041,0.1352018),(0.1474041,0.1392896),(0.1515382,0.1392895),(0.1515382,0.1433865),(0.1556691,0.1433865),(0.1474041,0.1433865),(0.1474041,0.1475028),(0.1515382,0.1475028),(0.1556691,0.1475028),(0.1597973,0.1433865),(0.1597973,0.1475028),(0.1432664,0.1352018),(0.1391259,0.1352018),(0.1432664,0.1392896),(0.1391259,0.1392896),(0.134983,0.1352018),(0.1308385,0.1352018),(0.134983,0.1392895),(0.1308385,0.1392896),(0.1391259,0.1433865),(0.134983,0.1433865),(0.1308385,0.1433865),(0.134983,0.1475028),(0.1308385,0.1475028),(0.1391259,0.1475028),(0.1432664,0.1433865),(0.1432664,0.1475028),(0.126693,0.1352018),(0.12255,0.1352018),(0.126693,0.1392896),(0.12255,0.1392896),(0.1184131,0.1352018),(0.1142857,0.1352018),(0.1142857,0.1392896),(0.1184131,0.1392895),(0.1184131,0.1433865),(0.12255,0.1433865),(0.1142857,0.1433865),(0.1142857,0.1475028),(0.1184131,0.1475028),(0.12255,0.1475028),(0.126693,0.1433865),(0.126693,0.1475028),(0.1101713,0.1352018),(0.1060752,0.1352018),(0.1060752,0.1392896),(0.1101713,0.1392896),(0.1020023,0.1352018),(0.09795791,0.1352018),(0.09795791,0.1392896),(0.1020023,0.1392895),(0.1020023,0.1433865),(0.1060752,0.1433865),(0.09795791,0.1433865),(0.09795791,0.1475028),(0.1020023,0.1475028),(0.1060752,0.1475028),(0.1101713,0.1433865),(0.1101713,0.1475028),(0.09394707,0.1352018),(0.08994583,0.1352018),(0.08994584,0.1392896),(0.09394707,0.1392896),(0.08593026,0.1352018),(0.08187638,0.1352018),(0.08593025,0.1392895),(0.08187637,0.1392896),(0.08994584,0.1433865),(0.08593026,0.1433865),(0.08187638,0.1433865),(0.08593026,0.1475028),(0.08187638,0.1475028),(0.08994584,0.1475028),(0.09394707,0.1433865),(0.09394707,0.1475028),(0.07776025,0.1352018),(0.07361087,0.1352018),(0.07776025,0.1392896),(0.07361087,0.1392896),(0.06945725,0.1352018),(0.06532837,0.1352018),(0.06945725,0.1392895),(0.06532837,0.1392896),(0.07361087,0.1433865),(0.06945725,0.1433865),(0.06532837,0.1433865),(0.06945725,0.1475028),(0.06532837,0.1475028),(0.07361087,0.1475028),(0.07776025,0.1433865),(0.07776025,0.1475028),(0.06125325,0.1352018),(0.05721605,0.1352018),(0.06125325,0.1392896),(0.05721604,0.1392896),(0.05320094,0.1352018),(0.0491921,0.1352018),(0.05320094,0.1392895),(0.04919209,0.1392896),(0.05721605,0.1433865),(0.05320094,0.1433865),(0.0491921,0.1433865),(0.05320094,0.1475028),(0.04919209,0.1475028),(0.05721605,0.1475028),(0.06125325,0.1433865),(0.06125325,0.1475028),(0.04517369,0.1352018),(0.04115105,0.1352018),(0.04517369,0.1392896),(0.04115105,0.1392896),(0.0371295,0.1352018),(0.03311438,0.1352018),(0.0371295,0.1392895),(0.03311437,0.1392896),(0.04115105,0.1433865),(0.0371295,0.1433865),(0.03311438,0.1433865),(0.0371295,0.1475028),(0.03311438,0.1475028),(0.04115105,0.1475028),(0.04517369,0.1433865),(0.04517369,0.1475028),(0.029111,0.1352018),(0.02511186,0.1352018),(0.029111,0.1392896),(0.02511186,0.1392896),(0.02110944,0.1352018),(0.01709622,0.1352018),(0.02110944,0.1392895),(0.01709622,0.1392896),(0.02511186,0.1433865),(0.02110944,0.1433865),(0.01709622,0.1433865),(0.02110944,0.1475028),(0.01709622,0.1475028),(0.02511186,0.1475028),(0.029111,0.1433865),(0.029111,0.1475028),(0.01306469,0.1352018),(0.009019421,0.1352032),(0.01306469,0.1392896),(0.009019421,0.139289),(0.004965,0.1352074),(0.000906,0.135213),(0.004965,0.1392872),(0.000906,0.139285),(0.009019421,0.1433828),(0.004965,0.1433717),(0.000906,0.143357),(0.004965,0.1474806),(0.000906,0.147429),(0.009019421,0.1474972),(0.01306469,0.1433865),(0.01306469,0.1475028),(0.999094,0.151619),(0.9951518,0.1516337),(0.9912093,0.1516448),(0.9951518,0.1558126),(0.9912093,0.1558153),(0.999094,0.155809),(0.9872664,0.1516485),(0.983323,0.1516485),(0.9872664,0.1558162),(0.983323,0.1558162),(0.9912093,0.1599985),(0.9872664,0.1599984),(0.983323,0.1599984),(0.983323,0.1641877),(0.9872664,0.1641877),(0.9912093,0.1641878),(0.999094,0.159999),(0.9951518,0.1599987),(0.9951518,0.1641881),(0.999094,0.164189),(0.9793787,0.1516485),(0.9754275,0.1516485),(0.9793787,0.1558162),(0.9754274,0.1558162),(0.9714631,0.1516485),(0.9674796,0.1516485),(0.9714631,0.1558162),(0.9674796,0.1558162),(0.9754274,0.1599984),(0.9714631,0.1599984),(0.9674796,0.1599984),(0.9674796,0.1641877),(0.9714631,0.1641877),(0.9754274,0.1641877),(0.9793787,0.1599984),(0.9793787,0.1641877),(0.9634706,0.1516485),(0.9594426,0.1516485),(0.9634707,0.1558162),(0.9594426,0.1558162),(0.9554016,0.1516485),(0.9513539,0.1516485),(0.9554016,0.1558162),(0.9513539,0.1558162),(0.9594426,0.1599984),(0.9554016,0.1599984),(0.9513539,0.1599984),(0.9554016,0.1641877),(0.9513539,0.1641877),(0.9594425,0.1641877),(0.9634707,0.1599984),(0.9634706,0.1641877),(0.9473058,0.1516485),(0.9432498,0.1516485),(0.9473058,0.1558162),(0.9432497,0.1558162),(0.9391782,0.1516485),(0.9350839,0.1516485),(0.9391783,0.1558162),(0.9350839,0.1558162),(0.9432497,0.1599984),(0.9391782,0.1599984),(0.9350839,0.1599984),(0.9391783,0.1641877),(0.9350839,0.1641877),(0.9432497,0.1641877),(0.9473058,0.1599984),(0.9473058,0.1641877),(0.930959,0.1516485),(0.9268106,0.1516485),(0.930959,0.1558162),(0.9268106,0.1558162),(0.9226453,0.1516485),(0.9184701,0.1516485),(0.9226453,0.1558162),(0.9184701,0.1558162),(0.9268106,0.1599984),(0.9226453,0.1599984),(0.9184701,0.1599984),(0.9226453,0.1641877),(0.9184701,0.1641877),(0.9268106,0.1641877),(0.930959,0.1599984),(0.930959,0.1641877),(0.9142919,0.1516485),(0.910111,0.1516485),(0.9101109,0.1558162),(0.9142919,0.1558162),(0.9059278,0.1516485),(0.9017429,0.1516485),(0.9017429,0.1558162),(0.9059278,0.1558162),(0.9059278,0.1599984),(0.910111,0.1599984),(0.9017429,0.1599984),(0.9059278,0.1641877),(0.9017428,0.1641877),(0.9101109,0.1641877),(0.9142919,0.1599984),(0.9142919,0.1641877),(0.8975567,0.1516485),(0.8933688,0.1516485),(0.8933688,0.1558162),(0.8975567,0.1558162),(0.8891787,0.1516485),(0.8849859,0.1516485),(0.8849859,0.1558162),(0.8891788,0.1558162),(0.8891787,0.1599984),(0.8933688,0.1599984),(0.8849859,0.1599984),(0.8891788,0.1641877),(0.8849859,0.1641877),(0.8933688,0.1641877),(0.8975567,0.1599984),(0.8975567,0.1641877),(0.8807898,0.1516485),(0.8765806,0.1516485),(0.8807898,0.1558162),(0.8765807,0.1558162),(0.8723488,0.1516485),(0.8680845,0.1516485),(0.8723488,0.1558162),(0.8680845,0.1558162),(0.8765806,0.1599984),(0.8723488,0.1599984),(0.8680845,0.1599984),(0.8723488,0.1641877),(0.8680845,0.1641877),(0.8765806,0.1641877),(0.8807898,0.1599984),(0.8807898,0.1641877),(0.8637781,0.1516485),(0.8594491,0.1516485),(0.8637781,0.1558162),(0.8594491,0.1558162),(0.8551173,0.1516485),(0.8508024,0.1516485),(0.8551173,0.1558162),(0.8508024,0.1558162),(0.8594491,0.1599984),(0.8551173,0.1599984),(0.8508024,0.1599984),(0.8551173,0.1641877),(0.8508024,0.1641877),(0.859449,0.1641877),(0.8637781,0.1599984),(0.8637781,0.1641877),(0.846524,0.1516485),(0.8422731,0.1516485),(0.846524,0.1558162),(0.8422731,0.1558162),(0.8380403,0.1516485),(0.8338165,0.1516485),(0.8380403,0.1558162),(0.8338165,0.1558162),(0.8422731,0.1599984),(0.8380403,0.1599984),(0.8338165,0.1599984),(0.8380404,0.1641877),(0.8338165,0.1641877),(0.8422731,0.1641877),(0.846524,0.1599984),(0.846524,0.1641877),(0.8295926,0.1516485),(0.8253628,0.1516485),(0.8295926,0.1558162),(0.8253628,0.1558162),(0.8211217,0.1516485),(0.8168637,0.1516485),(0.8211217,0.1558162),(0.8168637,0.1558162),(0.8253628,0.1599984),(0.8211217,0.1599984),(0.8168637,0.1599984),(0.8211217,0.1641877),(0.8168637,0.1641877),(0.8253628,0.1641877),(0.8295926,0.1599984),(0.8295926,0.1641877),(0.8125832,0.1516485),(0.8082899,0.1516485),(0.8125832,0.1558162),(0.8082899,0.1558162),(0.8039935,0.1516485),(0.7997035,0.1516485),(0.8039935,0.1558162),(0.7997035,0.1558162),(0.8082899,0.1599984),(0.8039935,0.1599984),(0.7997035,0.1599984),(0.8039935,0.1641877),(0.7997035,0.1641877),(0.8082899,0.1641877),(0.8125832,0.1599984),(0.8125832,0.1641877),(0.7954297,0.1516485),(0.7911757,0.1516485),(0.7954297,0.1558162),(0.7911757,0.1558162),(0.7869452,0.1516485),(0.7827417,0.1516485),(0.7869452,0.1558162),(0.7827417,0.1558162),(0.7911757,0.1599984),(0.7869452,0.1599984),(0.7827417,0.1599984),(0.7869452,0.1641877),(0.7827417,0.1641877),(0.7911757,0.1641877),(0.7954297,0.1599984),(0.7954297,0.1641877),(0.7785689,0.1516485),(0.7744211,0.1516485),(0.7785689,0.1558162),(0.7744212,0.1558162),(0.7702925,0.1516485),(0.7661775,0.1516485),(0.7702925,0.1558162),(0.7661775,0.1558162),(0.7744212,0.1599984),(0.7702925,0.1599984),(0.7661775,0.1599984),(0.7702925,0.1641877),(0.7661775,0.1641877),(0.7744212,0.1641877),(0.778569,0.1599984),(0.778569,0.1641877),(0.7620703,0.1516485),(0.757961,0.1516485),(0.7620703,0.1558162),(0.757961,0.1558162),(0.7538399,0.1516485),(0.7496969,0.1516485),(0.7538399,0.1558162),(0.7496969,0.1558162),(0.757961,0.1599984),(0.7538399,0.1599984),(0.7496969,0.1599984),(0.7538399,0.1641877),(0.7496969,0.1641877),(0.757961,0.1641877),(0.7620703,0.1599984),(0.7620703,0.1641877),(0.7455223,0.1516485),(0.7413244,0.1516485),(0.7455223,0.1558162),(0.7413245,0.1558162),(0.7371117,0.1516485),(0.7328922,0.1516485),(0.7371117,0.1558162),(0.7328923,0.1558162),(0.7413245,0.1599984),(0.7371117,0.1599984),(0.7328922,0.1599984),(0.7371117,0.1641877),(0.7328922,0.1641877),(0.7413245,0.1641877),(0.7455223,0.1599984),(0.7455223,0.1641877),(0.7286744,0.1516485),(0.7244572,0.1516485),(0.7286744,0.1558162),(0.7244572,0.1558162),(0.7202395,0.1516485),(0.71602,0.1516485),(0.7202395,0.1558162),(0.71602,0.1558162),(0.7244572,0.1599984),(0.7202395,0.1599984),(0.71602,0.1599984),(0.7202394,0.1641877),(0.71602,0.1641877),(0.7244572,0.1641877),(0.7286744,0.1599984),(0.7286744,0.1641877),(0.7117977,0.1516485),(0.7075742,0.1516485),(0.7117977,0.1558162),(0.7075742,0.1558162),(0.7033514,0.1516485),(0.6991307,0.1516485),(0.7033514,0.1558162),(0.6991307,0.1558162),(0.7075742,0.1599984),(0.7033514,0.1599984),(0.6991307,0.1599984),(0.7033514,0.1641877),(0.6991307,0.1641877),(0.7075742,0.1641877),(0.7117977,0.1599984),(0.7117977,0.1641877),(0.6949139,0.1516485),(0.6906992,0.1516485),(0.6949139,0.1558162),(0.6906992,0.1558162),(0.6864849,0.1516485),(0.6822694,0.1516485),(0.6864849,0.1558162),(0.6822693,0.1558162),(0.6906992,0.1599984),(0.6864849,0.1599984),(0.6822694,0.1599984),(0.6864849,0.1641877),(0.6822693,0.1641877),(0.6906992,0.1641877),(0.6949139,0.1599984),(0.6949139,0.1641877),(0.6780508,0.1516485),(0.6738272,0.1516485),(0.6780507,0.1558162),(0.6738272,0.1558162),(0.6695971,0.1516485),(0.6653587,0.1516485),(0.6695971,0.1558162),(0.6653587,0.1558162),(0.6738272,0.1599984),(0.6695971,0.1599984),(0.6653587,0.1599984),(0.6695971,0.1641877),(0.6653587,0.1641877),(0.6738272,0.1641877),(0.6780508,0.1599984),(0.6780507,0.1641877),(0.6611102,0.1516485),(0.6568571,0.1516485),(0.6611102,0.1558162),(0.6568571,0.1558162),(0.6526053,0.1516485),(0.6483604,0.1516485),(0.6526054,0.1558162),(0.6483604,0.1558162),(0.6568571,0.1599984),(0.6526054,0.1599984),(0.6483604,0.1599984),(0.6526053,0.1641877),(0.6483604,0.1641877),(0.6568571,0.1641877),(0.6611102,0.1599984),(0.6611102,0.1641877),(0.6441281,0.1516485),(0.6399043,0.1516485),(0.6441281,0.1558162),(0.6399043,0.1558162),(0.635685,0.1516485),(0.6314663,0.1516485),(0.635685,0.1558162),(0.6314663,0.1558162),(0.6399043,0.1599984),(0.635685,0.1599984),(0.6314663,0.1599984),(0.635685,0.1641877),(0.6314663,0.1641877),(0.6399043,0.1641877),(0.6441281,0.1599984),(0.6441281,0.1641877),(0.627244,0.1516485),(0.6230208,0.1516485),(0.627244,0.1558162),(0.6230209,0.1558162),(0.6187993,0.1516485),(0.6145822,0.1516485),(0.6187993,0.1558162),(0.6145822,0.1558162),(0.6230208,0.1599984),(0.6187993,0.1599984),(0.6145822,0.1599984),(0.6187993,0.1641877),(0.6145822,0.1641877),(0.6230209,0.1641877),(0.627244,0.1599984),(0.627244,0.1641877),(0.6103719,0.1516485),(0.6061606,0.1516485),(0.6103719,0.1558162),(0.6061606,0.1558162),(0.6019406,0.1516485),(0.5977041,0.1516485),(0.6019406,0.1558162),(0.5977041,0.1558162),(0.6061606,0.1599984),(0.6019406,0.1599984),(0.5977041,0.1599984),(0.6019406,0.1641877),(0.5977041,0.1641877),(0.6061606,0.1641877),(0.6103719,0.1599984),(0.6103719,0.1641877),(0.5934432,0.1516485),(0.589169,0.1516485),(0.5934432,0.1558162),(0.589169,0.1558162),(0.5848927,0.1516485),(0.5806257,0.1516485),(0.5848927,0.1558162),(0.5806257,0.1558162),(0.589169,0.1599984),(0.5848927,0.1599984),(0.5806257,0.1599984),(0.5848927,0.1641877),(0.5806257,0.1641877),(0.589169,0.1641877),(0.5934432,0.1599984),(0.5934432,0.1641877),(0.5763788,0.1516485),(0.572147,0.1516485),(0.5763788,0.1558162),(0.572147,0.1558162),(0.567925,0.1516485),(0.5637077,0.1516485),(0.567925,0.1558162),(0.5637077,0.1558162),(0.572147,0.1599984),(0.567925,0.1599984),(0.5637077,0.1599984),(0.567925,0.1641877),(0.5637077,0.1641877),(0.572147,0.1641877),(0.5763788,0.1599984),(0.5763788,0.1641877),(0.55949,0.1516485),(0.5552715,0.1516485),(0.55949,0.1558162),(0.5552715,0.1558162),(0.5510522,0.1516485),(0.5468317,0.1516485),(0.5510522,0.1558162),(0.5468317,0.1558162),(0.5552715,0.1599984),(0.5510522,0.1599984),(0.5468317,0.1599984),(0.5510522,0.1641877),(0.5468317,0.1641877),(0.5552715,0.1641877),(0.55949,0.1599984),(0.55949,0.1641877),(0.5426099,0.1516485),(0.5383899,0.1516485),(0.5383899,0.1558162),(0.5426099,0.1558162),(0.5341746,0.1516485),(0.5299669,0.1516485),(0.5299669,0.1558162),(0.5341746,0.1558162),(0.5341746,0.1599984),(0.5383899,0.1599984),(0.5299669,0.1599984),(0.529967,0.1641877),(0.5341746,0.1641877),(0.5383899,0.1641877),(0.5426099,0.1599984),(0.5426099,0.1641877),(0.52577,0.1516485),(0.5215818,0.1516485),(0.5215818,0.1558162),(0.52577,0.1558162),(0.5174,0.1516485),(0.5132228,0.1516485),(0.5132228,0.1558162),(0.5174,0.1558162),(0.5174,0.1599984),(0.5215818,0.1599984),(0.5132228,0.1599984),(0.5132228,0.1641877),(0.5174,0.1641877),(0.5215818,0.1641877),(0.52577,0.1599984),(0.52577,0.1641877),(0.5090478,0.1516485),(0.5048727,0.1516485),(0.5048727,0.1558162),(0.5090478,0.1558162),(0.5006949,0.1516485),(0.4965119,0.1516485),(0.4965119,0.1558162),(0.5006949,0.1558162),(0.5006949,0.1599984),(0.5048727,0.1599984),(0.4965119,0.1599984),(0.4965119,0.1641877),(0.5006949,0.1641877),(0.5048727,0.1641877),(0.5090478,0.1599984),(0.5090478,0.1641877),(0.4923214,0.1516485),(0.4881234,0.1516485),(0.4923214,0.1558162),(0.4881234,0.1558162),(0.4839184,0.1516485),(0.4797065,0.1516485),(0.4839184,0.1558162),(0.4797065,0.1558162),(0.4881234,0.1599984),(0.4839184,0.1599984),(0.4797065,0.1599984),(0.4839184,0.1641877),(0.4797064,0.1641877),(0.4881234,0.1641877),(0.4923214,0.1599984),(0.4923214,0.1641877),(0.4754879,0.1516485),(0.4712752,0.1516485),(0.4754879,0.1558162),(0.4712752,0.1558162),(0.4670808,0.1516485),(0.4629171,0.1516485),(0.4670808,0.1558162),(0.4629171,0.1558162),(0.4712752,0.1599984),(0.4670808,0.1599984),(0.4629171,0.1599984),(0.4670808,0.1641877),(0.4629171,0.1641877),(0.4712752,0.1641877),(0.4754879,0.1599984),(0.4754879,0.1641877),(0.4587967,0.1516485),(0.4547031,0.1516485),(0.4587967,0.1558162),(0.4547031,0.1558162),(0.4506197,0.1516485),(0.44653,0.1516485),(0.4506197,0.1558162),(0.44653,0.1558162),(0.4547031,0.1599984),(0.4506197,0.1599984),(0.44653,0.1599984),(0.4506197,0.1641877),(0.44653,0.1641877),(0.4547031,0.1641877),(0.4587967,0.1599984),(0.4587967,0.1641877),(0.4424174,0.1516485),(0.4382856,0.1516485),(0.4424174,0.1558162),(0.4382856,0.1558162),(0.4341379,0.1516485),(0.429978,0.1516485),(0.429978,0.1558162),(0.4341379,0.1558162),(0.4341379,0.1599984),(0.4382856,0.1599984),(0.429978,0.1599984),(0.429978,0.1641877),(0.4341379,0.1641877),(0.4382856,0.1641877),(0.4424174,0.1599984),(0.4424174,0.1641877),(0.4258092,0.1516485),(0.4216311,0.1516485),(0.4216312,0.1558162),(0.4258092,0.1558162),(0.4174434,0.1516485),(0.4132456,0.1516485),(0.4132456,0.1558162),(0.4174434,0.1558162),(0.4174434,0.1599984),(0.4216312,0.1599984),(0.4132456,0.1599984),(0.4132456,0.1641877),(0.4174434,0.1641877),(0.4216312,0.1641877),(0.4258092,0.1599984),(0.4258092,0.1641877),(0.4090372,0.1516485),(0.4048201,0.1516485),(0.4048201,0.1558162),(0.4090372,0.1558162),(0.4005963,0.1516485),(0.3963675,0.1516485),(0.3963675,0.1558162),(0.4005963,0.1558162),(0.4005963,0.1599984),(0.4048201,0.1599984),(0.3963675,0.1599984),(0.3963675,0.1641877),(0.4005963,0.1641877),(0.4048201,0.1641877),(0.4090372,0.1599984),(0.4090372,0.1641877),(0.3921357,0.1516485),(0.3879012,0.1516485),(0.3879012,0.1558162),(0.3921357,0.1558162),(0.3836642,0.1516485),(0.3794248,0.1516485),(0.3794249,0.1558162),(0.3836642,0.1558162),(0.3836642,0.1599984),(0.3879012,0.1599984),(0.3794248,0.1599984),(0.3794248,0.1641877),(0.3836642,0.1641877),(0.3879012,0.1641877),(0.3921357,0.1599984),(0.3921357,0.1641877),(0.3751834,0.1516485),(0.3709441,0.1516485),(0.3709441,0.1558162),(0.3751834,0.1558162),(0.3667112,0.1516485),(0.3624887,0.1516485),(0.3624887,0.1558162),(0.3667112,0.1558162),(0.3667112,0.1599984),(0.3709442,0.1599984),(0.3624887,0.1599984),(0.3624887,0.1641877),(0.3667112,0.1641877),(0.3709441,0.1641877),(0.3751834,0.1599984),(0.3751834,0.1641877),(0.358281,0.1516485),(0.3540821,0.1516485),(0.3540821,0.1558162),(0.358281,0.1558162),(0.3498864,0.1516485),(0.3456882,0.1516485),(0.3456882,0.1558162),(0.3498864,0.1558162),(0.3498864,0.1599984),(0.3540821,0.1599984),(0.3456882,0.1599984),(0.3456882,0.1641877),(0.3498864,0.1641877),(0.3540821,0.1641877),(0.3582809,0.1599984),(0.358281,0.1641877),(0.3414817,0.1516485),(0.3372694,0.1516485),(0.3372695,0.1558162),(0.3414817,0.1558162),(0.3330541,0.1516485),(0.3288383,0.1516485),(0.3288383,0.1558162),(0.3330541,0.1558162),(0.3330541,0.1599984),(0.3372695,0.1599984),(0.3288383,0.1599984),(0.3288383,0.1641877),(0.3330541,0.1641877),(0.3372695,0.1641877),(0.3414817,0.1599984),(0.3414817,0.1641877),(0.3246247,0.1516485),(0.3204179,0.1516485),(0.3204179,0.1558162),(0.3246247,0.1558162),(0.3162228,0.1516485),(0.3120441,0.1516485),(0.3120441,0.1558162),(0.3162228,0.1558162),(0.3162228,0.1599984),(0.3204179,0.1599984),(0.3120441,0.1599984),(0.3120441,0.1641877),(0.3162228,0.1641877),(0.3204179,0.1641877),(0.3246247,0.1599984),(0.3246247,0.1641877),(0.3078868,0.1516485),(0.3037427,0.1516485),(0.3037427,0.1558162),(0.3078868,0.1558162),(0.2996041,0.1516485),(0.2954631,0.1516485),(0.2954631,0.1558162),(0.2996041,0.1558162),(0.2996041,0.1599984),(0.3037428,0.1599984),(0.2954631,0.1599984),(0.2954631,0.1641877),(0.2996041,0.1641877),(0.3037427,0.1641877),(0.3078868,0.1599984),(0.3078868,0.1641877),(0.2913116,0.1516485),(0.2871543,0.1516485),(0.2871543,0.1558162),(0.2913116,0.1558162),(0.2829956,0.1516485),(0.2788399,0.1516485),(0.2788399,0.1558162),(0.2829956,0.1558162),(0.2829956,0.1599984),(0.2871543,0.1599984),(0.2788399,0.1599984),(0.2788399,0.1641877),(0.2829956,0.1641877),(0.2871543,0.1641877),(0.2913116,0.1599984),(0.2913116,0.1641877),(0.2746918,0.1516485),(0.2705556,0.1516485),(0.2705556,0.1558162),(0.2746918,0.1558162),(0.2664356,0.1516485),(0.262336,0.1516485),(0.262336,0.1558162),(0.2664356,0.1558162),(0.2664356,0.1599984),(0.2705556,0.1599984),(0.262336,0.1599984),(0.262336,0.1641877),(0.2664356,0.1641877),(0.2705556,0.1641877),(0.2746918,0.1599984),(0.2746918,0.1641877),(0.2582613,0.1516485),(0.254209,0.1516485),(0.254209,0.1558162),(0.2582613,0.1558162),(0.2501769,0.1516485),(0.2461624,0.1516485),(0.2461624,0.1558162),(0.2501769,0.1558162),(0.2501769,0.1599984),(0.254209,0.1599984),(0.2461624,0.1599984),(0.2461624,0.1641877),(0.2501769,0.1641877),(0.254209,0.1641877),(0.2582613,0.1599984),(0.2582613,0.1641877),(0.2421634,0.1516485),(0.238164,0.1516485),(0.238164,0.1558162),(0.2421634,0.1558162),(0.2341487,0.1516485),(0.2301017,0.1516485),(0.2301017,0.1558162),(0.2341487,0.1558162),(0.2341487,0.1599984),(0.238164,0.1599984),(0.2301017,0.1599984),(0.2301017,0.1641877),(0.2341487,0.1641877),(0.238164,0.1641877),(0.2421634,0.1599984),(0.2421634,0.1641877),(0.2260074,0.1516485),(0.2218787,0.1516485),(0.2260074,0.1558162),(0.2218787,0.1558162),(0.2177283,0.1516485),(0.2135691,0.1516485),(0.2177283,0.1558162),(0.2135692,0.1558162),(0.2218787,0.1599984),(0.2177283,0.1599984),(0.2135691,0.1599984),(0.2177283,0.1641877),(0.2135692,0.1641877),(0.2218787,0.1641877),(0.2260074,0.1599984),(0.2260074,0.1641877),(0.2094141,0.1516485),(0.2052627,0.1516485),(0.2052627,0.1558162),(0.2094141,0.1558162),(0.2011147,0.1516485),(0.1969699,0.1516485),(0.1969699,0.1558162),(0.2011147,0.1558162),(0.2011147,0.1599984),(0.2052627,0.1599984),(0.1969699,0.1599984),(0.1969699,0.1641877),(0.2011147,0.1641877),(0.2052627,0.1641877),(0.2094141,0.1599984),(0.2094141,0.1641877),(0.1928277,0.1516485),(0.1886888,0.1516485),(0.1886888,0.1558162),(0.1928277,0.1558162),(0.1845533,0.1516485),(0.1804218,0.1516485),(0.1804218,0.1558162),(0.1845533,0.1558162),(0.1845533,0.1599984),(0.1886888,0.1599984),(0.1804218,0.1599984),(0.1804218,0.1641877),(0.1845533,0.1641877),(0.1886888,0.1641877),(0.1928277,0.1599984),(0.1928277,0.1641877),(0.1762946,0.1516485),(0.1721701,0.1516485),(0.1721701,0.1558162),(0.1762946,0.1558162),(0.1680468,0.1516485),(0.163923,0.1516485),(0.163923,0.1558162),(0.1680468,0.1558162),(0.1680468,0.1599984),(0.1721701,0.1599984),(0.163923,0.1599984),(0.163923,0.1641877),(0.1680468,0.1641877),(0.1721701,0.1641877),(0.1762946,0.1599984),(0.1762946,0.1641877),(0.1597973,0.1516485),(0.1556691,0.1516485),(0.1556691,0.1558162),(0.1597973,0.1558162),(0.1515382,0.1516485),(0.1474041,0.1516485),(0.1515382,0.1558162),(0.1474041,0.1558162),(0.1556691,0.1599984),(0.1515382,0.1599984),(0.1474041,0.1599984),(0.1515382,0.1641877),(0.1474041,0.1641877),(0.1556691,0.1641877),(0.1597973,0.1599984),(0.1597973,0.1641877),(0.1432664,0.1516485),(0.1391259,0.1516485),(0.1432664,0.1558162),(0.1391259,0.1558162),(0.134983,0.1516485),(0.1308385,0.1516485),(0.134983,0.1558162),(0.1308385,0.1558162),(0.1391259,0.1599984),(0.134983,0.1599984),(0.1308385,0.1599984),(0.1308385,0.1641877),(0.134983,0.1641877),(0.1391259,0.1641877),(0.1432664,0.1599984),(0.1432664,0.1641877),(0.126693,0.1516485),(0.12255,0.1516485),(0.12255,0.1558162),(0.126693,0.1558162),(0.1184131,0.1516485),(0.1142857,0.1516485),(0.1142857,0.1558162),(0.1184131,0.1558162),(0.1184131,0.1599984),(0.12255,0.1599984),(0.1142857,0.1599984),(0.1142857,0.1641877),(0.1184131,0.1641877),(0.12255,0.1641877),(0.126693,0.1599984),(0.126693,0.1641877),(0.1101713,0.1516485),(0.1060752,0.1516485),(0.1060752,0.1558162),(0.1101713,0.1558162),(0.1020023,0.1516485),(0.09795791,0.1516485),(0.09795791,0.1558162),(0.1020023,0.1558162),(0.1020023,0.1599984),(0.1060752,0.1599984),(0.09795791,0.1599984),(0.09795791,0.1641877),(0.1020023,0.1641877),(0.1060752,0.1641877),(0.1101713,0.1599984),(0.1101713,0.1641877),(0.09394707,0.1516485),(0.08994583,0.1516485),(0.08994584,0.1558162),(0.09394707,0.1558162),(0.08593026,0.1516485),(0.08187638,0.1516485),(0.08593025,0.1558162),(0.08187637,0.1558162),(0.08994584,0.1599984),(0.08593026,0.1599984),(0.08187638,0.1599984),(0.08593026,0.1641877),(0.08187638,0.1641877),(0.08994584,0.1641877),(0.09394707,0.1599984),(0.09394707,0.1641877),(0.07776025,0.1516485),(0.07361087,0.1516485),(0.07776025,0.1558162),(0.07361087,0.1558162),(0.06945725,0.1516485),(0.06532837,0.1516485),(0.06945725,0.1558162),(0.06532837,0.1558162),(0.07361087,0.1599984),(0.06945725,0.1599984),(0.06532837,0.1599984),(0.06945725,0.1641877),(0.06532837,0.1641877),(0.07361087,0.1641877),(0.07776025,0.1599984),(0.07776025,0.1641877),(0.06125325,0.1516485),(0.05721605,0.1516485),(0.06125325,0.1558162),(0.05721604,0.1558162),(0.05320094,0.1516485),(0.0491921,0.1516485),(0.05320094,0.1558162),(0.04919209,0.1558162),(0.05721605,0.1599984),(0.05320094,0.1599984),(0.0491921,0.1599984),(0.05320094,0.1641877),(0.04919209,0.1641877),(0.05721605,0.1641877),(0.06125325,0.1599984),(0.06125325,0.1641877),(0.04517369,0.1516485),(0.04115105,0.1516485),(0.04517369,0.1558162),(0.04115105,0.1558162),(0.0371295,0.1516485),(0.03311438,0.1516485),(0.0371295,0.1558162),(0.03311437,0.1558162),(0.04115105,0.1599984),(0.0371295,0.1599984),(0.03311438,0.1599984),(0.0371295,0.1641877),(0.03311438,0.1641877),(0.04115105,0.1641877),(0.04517369,0.1599984),(0.04517369,0.1641877),(0.029111,0.1516485),(0.02511186,0.1516485),(0.029111,0.1558162),(0.02511186,0.1558162),(0.02110944,0.1516485),(0.01709622,0.1516485),(0.02110944,0.1558162),(0.01709622,0.1558162),(0.02511186,0.1599984),(0.02110944,0.1599984),(0.01709622,0.1599984),(0.02110944,0.1641877),(0.01709622,0.1641877),(0.02511186,0.1641877),(0.029111,0.1599984),(0.029111,0.1641877),(0.01306469,0.1516485),(0.009019421,0.1516448),(0.009019421,0.1558152),(0.01306469,0.1558162),(0.004965,0.1516337),(0.000906,0.151619),(0.000906,0.155809),(0.004965,0.1558126),(0.004965,0.1599987),(0.009019421,0.1599985),(0.000906,0.159999),(0.000906,0.164189),(0.004965,0.1641881),(0.009019421,0.1641878),(0.01306469,0.1599984),(0.01306469,0.1641877),(0.9951518,0.1683767),(0.999094,0.168377),(0.9912093,0.1683765),(0.9912093,0.172564),(0.9951518,0.1725644),(0.999094,0.172565),(0.9872664,0.1683764),(0.983323,0.1683764),(0.983323,0.1725639),(0.9872664,0.1725639),(0.9872664,0.176749),(0.9912093,0.1767495),(0.983323,0.176749),(0.983323,0.180931),(0.9872664,0.180931),(0.9912093,0.1809317),(0.9951518,0.176751),(0.999094,0.176753),(0.9951518,0.180934),(0.999094,0.180941),(0.9793787,0.1683764),(0.9754275,0.1683764),(0.9754274,0.1725639),(0.9793787,0.1725639),(0.9714631,0.1683764),(0.9674796,0.1683764),(0.9674796,0.1725639),(0.9714631,0.1725639),(0.9714631,0.176749),(0.9754274,0.176749),(0.9674796,0.176749),(0.9674796,0.180931),(0.9714631,0.180931),(0.9754274,0.180931),(0.9793787,0.176749),(0.9793787,0.180931),(0.9634706,0.1683764),(0.9594426,0.1683764),(0.9594426,0.1725639),(0.9634707,0.1725639),(0.9554016,0.1683764),(0.9513539,0.1683764),(0.9513539,0.1725639),(0.9554016,0.1725639),(0.9554016,0.176749),(0.9594426,0.176749),(0.9513539,0.176749),(0.9554016,0.180931),(0.9513539,0.180931),(0.9594425,0.180931),(0.9634707,0.176749),(0.9634706,0.180931),(0.9473058,0.1683764),(0.9432498,0.1683764),(0.9473058,0.1725639),(0.9432497,0.1725639),(0.9391782,0.1683764),(0.9350839,0.1683764),(0.9391783,0.1725639),(0.9350839,0.1725639),(0.9432497,0.176749),(0.9391782,0.176749),(0.9350839,0.176749),(0.9391783,0.180931),(0.9350839,0.180931),(0.9432497,0.180931),(0.9473058,0.176749),(0.9473058,0.180931),(0.930959,0.1683764),(0.9268106,0.1683764),(0.930959,0.1725639),(0.9268106,0.1725639),(0.9226453,0.1683764),(0.9184701,0.1683764),(0.9226453,0.1725639),(0.9184701,0.1725639),(0.9268106,0.176749),(0.9226453,0.176749),(0.9184701,0.176749),(0.9226453,0.180931),(0.9184701,0.180931),(0.9268106,0.180931),(0.930959,0.176749),(0.930959,0.180931),(0.9142919,0.1683764),(0.910111,0.1683764),(0.9142919,0.1725639),(0.9101109,0.1725639),(0.9059278,0.1683764),(0.9017429,0.1683764),(0.9059278,0.1725639),(0.9017429,0.1725639),(0.910111,0.176749),(0.9059278,0.176749),(0.9017429,0.176749),(0.9059278,0.180931),(0.9017428,0.180931),(0.9101109,0.180931),(0.9142919,0.176749),(0.9142919,0.180931),(0.8975567,0.1683764),(0.8933688,0.1683764),(0.8975567,0.1725639),(0.8933688,0.1725639),(0.8891787,0.1683764),(0.8849859,0.1683764),(0.8891788,0.1725639),(0.8849859,0.1725639),(0.8933688,0.176749),(0.8891787,0.176749),(0.8849859,0.176749),(0.8891788,0.180931),(0.8849859,0.180931),(0.8933688,0.180931),(0.8975567,0.176749),(0.8975567,0.180931),(0.8807898,0.1683764),(0.8765806,0.1683764),(0.8807898,0.1725639),(0.8765807,0.1725639),(0.8723488,0.1683764),(0.8680845,0.1683764),(0.8723488,0.1725639),(0.8680845,0.1725639),(0.8765806,0.176749),(0.8723488,0.176749),(0.8680845,0.176749),(0.8723488,0.180931),(0.8680845,0.180931),(0.8765806,0.180931),(0.8807898,0.176749),(0.8807898,0.180931),(0.8637781,0.1683764),(0.8594491,0.1683764),(0.8637781,0.1725639),(0.8594491,0.1725639),(0.8551173,0.1683764),(0.8508024,0.1683764),(0.8551173,0.1725639),(0.8508024,0.1725639),(0.8594491,0.176749),(0.8551173,0.176749),(0.8508024,0.176749),(0.8551173,0.180931),(0.8508024,0.180931),(0.859449,0.180931),(0.8637781,0.176749),(0.8637781,0.180931),(0.846524,0.1683764),(0.8422731,0.1683764),(0.846524,0.1725639),(0.8422731,0.1725639),(0.8380403,0.1683764),(0.8338165,0.1683764),(0.8380403,0.1725639),(0.8338165,0.1725639),(0.8422731,0.176749),(0.8380403,0.176749),(0.8338165,0.176749),(0.8380404,0.180931),(0.8338165,0.180931),(0.8422731,0.180931),(0.846524,0.176749),(0.846524,0.180931),(0.8295926,0.1683764),(0.8253628,0.1683764),(0.8295926,0.1725639),(0.8253628,0.1725639),(0.8211217,0.1683764),(0.8168637,0.1683764),(0.8211217,0.1725639),(0.8168637,0.1725639),(0.8253628,0.176749),(0.8211217,0.176749),(0.8168637,0.176749),(0.8211217,0.180931),(0.8168637,0.180931),(0.8253628,0.180931),(0.8295926,0.176749),(0.8295926,0.180931),(0.8125832,0.1683764),(0.8082899,0.1683764),(0.8125832,0.1725639),(0.8082899,0.1725639),(0.8039935,0.1683764),(0.7997035,0.1683764),(0.8039935,0.1725639),(0.7997035,0.1725639),(0.8082899,0.176749),(0.8039935,0.176749),(0.7997035,0.176749),(0.8039935,0.180931),(0.7997035,0.180931),(0.8082899,0.180931),(0.8125832,0.176749),(0.8125832,0.180931),(0.7954297,0.1683764),(0.7911757,0.1683764),(0.7954297,0.1725639),(0.7911757,0.1725639),(0.7869452,0.1683764),(0.7827417,0.1683764),(0.7869452,0.1725639),(0.7827417,0.1725639),(0.7911757,0.176749),(0.7869452,0.176749),(0.7827417,0.176749),(0.7869452,0.180931),(0.7827417,0.180931),(0.7911757,0.180931),(0.7954297,0.176749),(0.7954297,0.180931),(0.7785689,0.1683764),(0.7744211,0.1683764),(0.7785689,0.1725639),(0.7744212,0.1725639),(0.7702925,0.1683764),(0.7661775,0.1683764),(0.7702925,0.1725639),(0.7661775,0.1725639),(0.7744212,0.176749),(0.7702925,0.176749),(0.7661775,0.176749),(0.7702925,0.180931),(0.7661775,0.180931),(0.7744212,0.180931),(0.778569,0.176749),(0.778569,0.180931),(0.7620703,0.1683764),(0.757961,0.1683764),(0.7620703,0.1725639),(0.757961,0.1725639),(0.7538399,0.1683764),(0.7496969,0.1683764),(0.7538399,0.1725639),(0.7496969,0.1725639),(0.757961,0.176749),(0.7538399,0.176749),(0.7496969,0.176749),(0.7538399,0.180931),(0.7496969,0.180931),(0.757961,0.180931),(0.7620703,0.176749),(0.7620703,0.180931),(0.7455223,0.1683764),(0.7413244,0.1683764),(0.7455223,0.1725639),(0.7413245,0.1725639),(0.7371117,0.1683764),(0.7328922,0.1683764),(0.7371117,0.1725639),(0.7328923,0.1725639),(0.7413245,0.176749),(0.7371117,0.176749),(0.7328922,0.176749),(0.7371117,0.180931),(0.7328922,0.180931),(0.7413245,0.180931),(0.7455223,0.176749),(0.7455223,0.180931),(0.7286744,0.1683764),(0.7244572,0.1683764),(0.7286744,0.1725639),(0.7244572,0.1725639),(0.7202395,0.1683764),(0.71602,0.1683764),(0.7202395,0.1725639),(0.71602,0.1725639),(0.7244572,0.176749),(0.7202395,0.176749),(0.71602,0.176749),(0.7202394,0.180931),(0.71602,0.180931),(0.7244572,0.180931),(0.7286744,0.176749),(0.7286744,0.180931),(0.7117977,0.1683764),(0.7075742,0.1683764),(0.7117977,0.1725639),(0.7075742,0.1725639),(0.7033514,0.1683764),(0.6991307,0.1683764),(0.7033514,0.1725639),(0.6991307,0.1725639),(0.7075742,0.176749),(0.7033514,0.176749),(0.6991307,0.176749),(0.7033514,0.180931),(0.6991307,0.180931),(0.7075742,0.180931),(0.7117977,0.176749),(0.7117977,0.180931),(0.6949139,0.1683764),(0.6906992,0.1683764),(0.6949139,0.1725639),(0.6906992,0.1725639),(0.6864849,0.1683764),(0.6822694,0.1683764),(0.6864849,0.1725639),(0.6822693,0.1725639),(0.6906992,0.176749),(0.6864849,0.176749),(0.6822694,0.176749),(0.6864849,0.180931),(0.6822693,0.180931),(0.6906992,0.180931),(0.6949139,0.176749),(0.6949139,0.180931),(0.6780508,0.1683764),(0.6738272,0.1683764),(0.6780507,0.1725639),(0.6738272,0.1725639),(0.6695971,0.1683764),(0.6653587,0.1683764),(0.6695971,0.1725639),(0.6653587,0.1725639),(0.6738272,0.176749),(0.6695971,0.176749),(0.6653587,0.176749),(0.6695971,0.180931),(0.6653587,0.180931),(0.6738272,0.180931),(0.6780508,0.176749),(0.6780507,0.180931),(0.6611102,0.1683764),(0.6568571,0.1683764),(0.6611102,0.1725639),(0.6568571,0.1725639),(0.6526053,0.1683764),(0.6483604,0.1683764),(0.6526054,0.1725639),(0.6483604,0.1725639),(0.6568571,0.176749),(0.6526054,0.176749),(0.6483604,0.176749),(0.6526053,0.180931),(0.6483604,0.180931),(0.6568571,0.180931),(0.6611102,0.176749),(0.6611102,0.180931),(0.6441281,0.1683764),(0.6399043,0.1683764),(0.6441281,0.1725639),(0.6399043,0.1725639),(0.635685,0.1683764),(0.6314663,0.1683764),(0.635685,0.1725639),(0.6314663,0.1725639),(0.6399043,0.176749),(0.635685,0.176749),(0.6314663,0.176749),(0.635685,0.180931),(0.6314663,0.180931),(0.6399043,0.180931),(0.6441281,0.176749),(0.6441281,0.180931),(0.627244,0.1683764),(0.6230208,0.1683764),(0.627244,0.1725639),(0.6230209,0.1725639),(0.6187993,0.1683764),(0.6145822,0.1683764),(0.6187993,0.1725639),(0.6145822,0.1725639),(0.6230208,0.176749),(0.6187993,0.176749),(0.6145822,0.176749),(0.6187993,0.180931),(0.6145822,0.180931),(0.6230209,0.180931),(0.627244,0.176749),(0.627244,0.180931),(0.6103719,0.1683764),(0.6061606,0.1683764),(0.6103719,0.1725639),(0.6061606,0.1725639),(0.6019406,0.1683764),(0.5977041,0.1683764),(0.6019406,0.1725639),(0.5977041,0.1725639),(0.6061606,0.176749),(0.6019406,0.176749),(0.5977041,0.176749),(0.6019406,0.180931),(0.5977041,0.180931),(0.6061606,0.180931),(0.6103719,0.176749),(0.6103719,0.180931),(0.5934432,0.1683764),(0.589169,0.1683764),(0.5934432,0.1725639),(0.589169,0.1725639),(0.5848927,0.1683764),(0.5806257,0.1683764),(0.5848927,0.1725639),(0.5806257,0.1725639),(0.589169,0.176749),(0.5848927,0.176749),(0.5806257,0.176749),(0.5848927,0.180931),(0.5806257,0.180931),(0.589169,0.180931),(0.5934432,0.176749),(0.5934432,0.180931),(0.5763788,0.1683764),(0.572147,0.1683764),(0.5763788,0.1725639),(0.572147,0.1725639),(0.567925,0.1683764),(0.5637077,0.1683764),(0.567925,0.1725639),(0.5637077,0.1725639),(0.572147,0.176749),(0.567925,0.176749),(0.5637077,0.176749),(0.567925,0.180931),(0.5637077,0.180931),(0.572147,0.180931),(0.5763788,0.176749),(0.5763788,0.180931),(0.55949,0.1683764),(0.5552715,0.1683764),(0.55949,0.1725639),(0.5552715,0.1725639),(0.5510522,0.1683764),(0.5468317,0.1683764),(0.5510522,0.1725639),(0.5468317,0.1725639),(0.5552715,0.176749),(0.5510522,0.176749),(0.5468317,0.176749),(0.5510522,0.180931),(0.5468317,0.180931),(0.5552715,0.180931),(0.55949,0.176749),(0.55949,0.180931),(0.5426099,0.1683764),(0.5383899,0.1683764),(0.5426099,0.1725639),(0.5383899,0.1725639),(0.5341746,0.1683764),(0.5299669,0.1683764),(0.5341746,0.1725639),(0.5299669,0.1725639),(0.5383899,0.176749),(0.5341746,0.176749),(0.5299669,0.176749),(0.5341746,0.180931),(0.529967,0.180931),(0.5383899,0.180931),(0.5426099,0.176749),(0.5426099,0.180931),(0.52577,0.1683764),(0.5215818,0.1683764),(0.5215818,0.1725639),(0.52577,0.1725639),(0.5174,0.1683764),(0.5132228,0.1683764),(0.5132228,0.1725639),(0.5174,0.1725639),(0.5215818,0.176749),(0.5174,0.176749),(0.5132228,0.176749),(0.5174,0.180931),(0.5132228,0.180931),(0.5215818,0.180931),(0.52577,0.176749),(0.52577,0.180931),(0.5090478,0.1683764),(0.5048727,0.1683764),(0.5048727,0.1725639),(0.5090478,0.1725639),(0.5006949,0.1683764),(0.4965119,0.1683764),(0.4965119,0.1725639),(0.5006949,0.1725639),(0.5006949,0.176749),(0.5048727,0.176749),(0.4965119,0.176749),(0.4965119,0.180931),(0.5006949,0.180931),(0.5048727,0.180931),(0.5090478,0.176749),(0.5090478,0.180931),(0.4923214,0.1683764),(0.4881234,0.1683764),(0.4881234,0.1725639),(0.4923214,0.1725639),(0.4839184,0.1683764),(0.4797065,0.1683764),(0.4797065,0.1725639),(0.4839184,0.1725639),(0.4839184,0.176749),(0.4881234,0.176749),(0.4797065,0.176749),(0.4797064,0.180931),(0.4839184,0.180931),(0.4881234,0.180931),(0.4923214,0.176749),(0.4923214,0.180931),(0.4754879,0.1683764),(0.4712752,0.1683764),(0.4754879,0.1725639),(0.4712752,0.1725639),(0.4670808,0.1683764),(0.4629171,0.1683764),(0.4629171,0.1725639),(0.4670808,0.1725639),(0.4670808,0.176749),(0.4712752,0.176749),(0.4629171,0.176749),(0.4629171,0.180931),(0.4670808,0.180931),(0.4712752,0.180931),(0.4754879,0.176749),(0.4754879,0.180931),(0.4587967,0.1683764),(0.4547031,0.1683764),(0.4547031,0.1725639),(0.4587967,0.1725639),(0.4506197,0.1683764),(0.44653,0.1683764),(0.4506197,0.1725639),(0.44653,0.1725639),(0.4506197,0.176749),(0.4547031,0.176749),(0.44653,0.176749),(0.44653,0.180931),(0.4506197,0.180931),(0.4547031,0.180931),(0.4587967,0.176749),(0.4587967,0.180931),(0.4424174,0.1683764),(0.4382856,0.1683764),(0.4424174,0.1725639),(0.4382856,0.1725639),(0.4341379,0.1683764),(0.429978,0.1683764),(0.429978,0.1725639),(0.4341379,0.1725639),(0.4341379,0.176749),(0.4382856,0.176749),(0.429978,0.176749),(0.429978,0.180931),(0.4341379,0.180931),(0.4382856,0.180931),(0.4424174,0.176749),(0.4424174,0.180931),(0.4258092,0.1683764),(0.4216311,0.1683764),(0.4216312,0.1725639),(0.4258092,0.1725639),(0.4174434,0.1683764),(0.4132456,0.1683764),(0.4132456,0.1725639),(0.4174434,0.1725639),(0.4174434,0.176749),(0.4216312,0.176749),(0.4132456,0.176749),(0.4132456,0.180931),(0.4174434,0.180931),(0.4216312,0.180931),(0.4258092,0.176749),(0.4258092,0.180931),(0.4090372,0.1683764),(0.4048201,0.1683764),(0.4048201,0.1725639),(0.4090372,0.1725639),(0.4005963,0.1683764),(0.3963675,0.1683764),(0.3963675,0.1725639),(0.4005963,0.1725639),(0.4005963,0.176749),(0.4048201,0.176749),(0.3963675,0.176749),(0.3963675,0.180931),(0.4005963,0.180931),(0.4048201,0.180931),(0.4090372,0.176749),(0.4090372,0.180931),(0.3921357,0.1683764),(0.3879012,0.1683764),(0.3879012,0.1725639),(0.3921357,0.1725639),(0.3836642,0.1683764),(0.3794248,0.1683764),(0.3794249,0.1725639),(0.3836642,0.1725639),(0.3836642,0.176749),(0.3879012,0.176749),(0.3794248,0.176749),(0.3794248,0.180931),(0.3836642,0.180931),(0.3879012,0.180931),(0.3921357,0.176749),(0.3921357,0.180931),(0.3751834,0.1683764),(0.3709441,0.1683764),(0.3709441,0.1725639),(0.3751834,0.1725639),(0.3667112,0.1683764),(0.3624887,0.1683764),(0.3624887,0.1725639),(0.3667112,0.1725639),(0.3667112,0.176749),(0.3709442,0.176749),(0.3624887,0.176749),(0.3624887,0.180931),(0.3667112,0.180931),(0.3709441,0.180931),(0.3751834,0.176749),(0.3751834,0.180931),(0.358281,0.1683764),(0.3540821,0.1683764),(0.358281,0.1725639),(0.3540821,0.1725639),(0.3498864,0.1683764),(0.3456882,0.1683764),(0.3456882,0.1725639),(0.3498864,0.1725639),(0.3540821,0.176749),(0.3498864,0.176749),(0.3456882,0.176749),(0.3498864,0.180931),(0.3456882,0.180931),(0.3540821,0.180931),(0.3582809,0.176749),(0.358281,0.180931),(0.3414817,0.1683764),(0.3372694,0.1683764),(0.3372695,0.1725639),(0.3414817,0.1725639),(0.3330541,0.1683764),(0.3288383,0.1683764),(0.3288383,0.1725639),(0.3330541,0.1725639),(0.3330541,0.176749),(0.3372695,0.176749),(0.3288383,0.176749),(0.3288383,0.180931),(0.3330541,0.180931),(0.3372695,0.180931),(0.3414817,0.176749),(0.3414817,0.180931),(0.3246247,0.1683764),(0.3204179,0.1683764),(0.3204179,0.1725639),(0.3246247,0.1725639),(0.3162228,0.1683764),(0.3120441,0.1683764),(0.3120441,0.1725639),(0.3162228,0.1725639),(0.3162228,0.176749),(0.3204179,0.176749),(0.3120441,0.176749),(0.3120441,0.180931),(0.3162228,0.180931),(0.3204179,0.180931),(0.3246247,0.176749),(0.3246247,0.180931),(0.3078868,0.1683764),(0.3037427,0.1683764),(0.3037427,0.1725639),(0.3078868,0.1725639),(0.2996041,0.1683764),(0.2954631,0.1683764),(0.2954631,0.1725639),(0.2996041,0.1725639),(0.2996041,0.176749),(0.3037428,0.176749),(0.2954631,0.176749),(0.2954631,0.180931),(0.2996041,0.180931),(0.3037427,0.180931),(0.3078868,0.176749),(0.3078868,0.180931),(0.2913116,0.1683764),(0.2871543,0.1683764),(0.2871543,0.1725639),(0.2913116,0.1725639),(0.2829956,0.1683764),(0.2788399,0.1683764),(0.2788399,0.1725639),(0.2829956,0.1725639),(0.2829956,0.176749),(0.2871543,0.176749),(0.2788399,0.176749),(0.2788399,0.180931),(0.2829956,0.180931),(0.2871543,0.180931),(0.2913116,0.176749),(0.2913116,0.180931),(0.2746918,0.1683764),(0.2705556,0.1683764),(0.2705556,0.1725639),(0.2746918,0.1725639),(0.2664356,0.1683764),(0.262336,0.1683764),(0.262336,0.1725639),(0.2664356,0.1725639),(0.2664356,0.176749),(0.2705556,0.176749),(0.262336,0.176749),(0.262336,0.180931),(0.2664356,0.180931),(0.2705556,0.180931),(0.2746918,0.176749),(0.2746918,0.180931),(0.2582613,0.1683764),(0.254209,0.1683764),(0.254209,0.1725639),(0.2582613,0.1725639),(0.2501769,0.1683764),(0.2461624,0.1683764),(0.2461624,0.1725639),(0.2501769,0.1725639),(0.2501769,0.176749),(0.254209,0.176749),(0.2461624,0.176749),(0.2461624,0.180931),(0.2501769,0.180931),(0.254209,0.180931),(0.2582613,0.176749),(0.2582613,0.180931),(0.2421634,0.1683764),(0.238164,0.1683764),(0.238164,0.1725639),(0.2421634,0.1725639),(0.2341487,0.1683764),(0.2301017,0.1683764),(0.2341487,0.1725639),(0.2301017,0.1725639),(0.2341487,0.176749),(0.238164,0.176749),(0.2301017,0.176749),(0.2341487,0.180931),(0.2301017,0.180931),(0.238164,0.180931),(0.2421634,0.176749),(0.2421634,0.180931),(0.2260074,0.1683764),(0.2218787,0.1683764),(0.2260074,0.1725639),(0.2218787,0.1725639),(0.2177283,0.1683764),(0.2135691,0.1683764),(0.2135692,0.1725639),(0.2177283,0.1725639),(0.2218787,0.176749),(0.2177283,0.176749),(0.2135691,0.176749),(0.2135692,0.180931),(0.2177283,0.180931),(0.2218787,0.180931),(0.2260074,0.176749),(0.2260074,0.180931),(0.2094141,0.1683764),(0.2052627,0.1683764),(0.2052627,0.1725639),(0.2094141,0.1725639),(0.2011147,0.1683764),(0.1969699,0.1683764),(0.1969699,0.1725639),(0.2011147,0.1725639),(0.2011147,0.176749),(0.2052627,0.176749),(0.1969699,0.176749),(0.1969699,0.180931),(0.2011147,0.180931),(0.2052627,0.180931),(0.2094141,0.176749),(0.2094141,0.180931),(0.1928277,0.1683764),(0.1886888,0.1683764),(0.1886888,0.1725639),(0.1928277,0.1725639),(0.1845533,0.1683764),(0.1804218,0.1683764),(0.1804218,0.1725639),(0.1845533,0.1725639),(0.1845533,0.176749),(0.1886888,0.176749),(0.1804218,0.176749),(0.1804218,0.180931),(0.1845533,0.180931),(0.1886888,0.180931),(0.1928277,0.176749),(0.1928277,0.180931),(0.1762946,0.1683764),(0.1721701,0.1683764),(0.1721701,0.1725639),(0.1762946,0.1725639),(0.1680468,0.1683764),(0.163923,0.1683764),(0.163923,0.1725639),(0.1680468,0.1725639),(0.1680468,0.176749),(0.1721701,0.176749),(0.163923,0.176749),(0.1680468,0.180931),(0.163923,0.180931),(0.1721701,0.180931),(0.1762946,0.176749),(0.1762946,0.180931),(0.1597973,0.1683764),(0.1556691,0.1683764),(0.1597973,0.1725639),(0.1556691,0.1725639),(0.1515382,0.1683764),(0.1474041,0.1683764),(0.1515382,0.1725639),(0.1474041,0.1725639),(0.1556691,0.176749),(0.1515382,0.176749),(0.1474041,0.176749),(0.1515382,0.180931),(0.1474041,0.180931),(0.1556691,0.180931),(0.1597973,0.176749),(0.1597973,0.180931),(0.1432664,0.1683764),(0.1391259,0.1683764),(0.1432664,0.1725639),(0.1391259,0.1725639),(0.134983,0.1683764),(0.1308385,0.1683764),(0.1308385,0.1725639),(0.134983,0.1725639),(0.134983,0.176749),(0.1391259,0.176749),(0.1308385,0.176749),(0.1308385,0.180931),(0.134983,0.180931),(0.1391259,0.180931),(0.1432664,0.176749),(0.1432664,0.180931),(0.126693,0.1683764),(0.12255,0.1683764),(0.12255,0.1725639),(0.126693,0.1725639),(0.1184131,0.1683764),(0.1142857,0.1683764),(0.1142857,0.1725639),(0.1184131,0.1725639),(0.1184131,0.176749),(0.12255,0.176749),(0.1142857,0.176749),(0.1142857,0.180931),(0.1184131,0.180931),(0.12255,0.180931),(0.126693,0.176749),(0.126693,0.180931),(0.1101713,0.1683764),(0.1060752,0.1683764),(0.1060752,0.1725639),(0.1101713,0.1725639),(0.1020023,0.1683764),(0.09795791,0.1683764),(0.09795791,0.1725639),(0.1020023,0.1725639),(0.1020023,0.176749),(0.1060752,0.176749),(0.09795791,0.176749),(0.09795791,0.180931),(0.1020023,0.180931),(0.1060752,0.180931),(0.1101713,0.176749),(0.1101713,0.180931),(0.09394707,0.1683764),(0.08994583,0.1683764),(0.08994584,0.1725639),(0.09394707,0.1725639),(0.08593026,0.1683764),(0.08187638,0.1683764),(0.08593025,0.1725639),(0.08187637,0.1725639),(0.08593026,0.176749),(0.08994584,0.176749),(0.08187638,0.176749),(0.08593026,0.180931),(0.08187638,0.180931),(0.08994584,0.180931),(0.09394707,0.176749),(0.09394707,0.180931),(0.07776025,0.1683764),(0.07361087,0.1683764),(0.07776025,0.1725639),(0.07361087,0.1725639),(0.06945725,0.1683764),(0.06532837,0.1683764),(0.06945725,0.1725639),(0.06532837,0.1725639),(0.07361087,0.176749),(0.06945725,0.176749),(0.06532837,0.176749),(0.06945725,0.180931),(0.06532837,0.180931),(0.07361087,0.180931),(0.07776025,0.176749),(0.07776025,0.180931),(0.06125325,0.1683764),(0.05721605,0.1683764),(0.06125325,0.1725639),(0.05721604,0.1725639),(0.05320094,0.1683764),(0.0491921,0.1683764),(0.05320094,0.1725639),(0.04919209,0.1725639),(0.05721605,0.176749),(0.05320094,0.176749),(0.0491921,0.176749),(0.05320094,0.180931),(0.04919209,0.180931),(0.05721605,0.180931),(0.06125325,0.176749),(0.06125325,0.180931),(0.04517369,0.1683764),(0.04115105,0.1683764),(0.04517369,0.1725639),(0.04115105,0.1725639),(0.0371295,0.1683764),(0.03311438,0.1683764),(0.0371295,0.1725639),(0.03311437,0.1725639),(0.04115105,0.176749),(0.0371295,0.176749),(0.03311438,0.176749),(0.0371295,0.180931),(0.03311438,0.180931),(0.04115105,0.180931),(0.04517369,0.176749),(0.04517369,0.180931),(0.029111,0.1683764),(0.02511186,0.1683764),(0.029111,0.1725639),(0.02511186,0.1725639),(0.02110944,0.1683764),(0.01709622,0.1683764),(0.01709622,0.1725639),(0.02110944,0.1725639),(0.02511186,0.176749),(0.02110944,0.176749),(0.01709622,0.176749),(0.01709622,0.180931),(0.02110944,0.180931),(0.02511186,0.180931),(0.029111,0.176749),(0.029111,0.180931),(0.01306469,0.1683764),(0.009019421,0.1683765),(0.009019421,0.172564),(0.01306469,0.1725639),(0.004965,0.1683767),(0.000906,0.168377),(0.000906,0.172565),(0.004965,0.1725644),(0.004965,0.176751),(0.009019421,0.1767495),(0.000906,0.176753),(0.000906,0.180941),(0.004965,0.180934),(0.009019421,0.1809317),(0.01306469,0.176749),(0.01306469,0.180931),(0.9951518,0.185111),(0.999094,0.185113),(0.9912093,0.1851095),(0.9912093,0.1892837),(0.9951518,0.1892843),(0.999094,0.189285),(0.9872664,0.185109),(0.983323,0.185109),(0.9872664,0.1892836),(0.983323,0.1892836),(0.9912093,0.1934556),(0.9872664,0.1934554),(0.983323,0.1934555),(0.9872664,0.1976251),(0.983323,0.197625),(0.9912093,0.1976253),(0.999094,0.193457),(0.9951518,0.1934562),(0.9951518,0.1976262),(0.999094,0.197629),(0.9793787,0.185109),(0.9754275,0.185109),(0.9793787,0.1892836),(0.9754274,0.1892836),(0.9714631,0.185109),(0.9674796,0.185109),(0.9714631,0.1892836),(0.9674796,0.1892836),(0.9754274,0.1934555),(0.9714631,0.1934554),(0.9674796,0.1934555),(0.9714631,0.1976251),(0.9674796,0.197625),(0.9754274,0.197625),(0.9793787,0.1934554),(0.9793787,0.1976251),(0.9634706,0.185109),(0.9594426,0.185109),(0.9634707,0.1892836),(0.9594426,0.1892836),(0.9554016,0.185109),(0.9513539,0.185109),(0.9554016,0.1892836),(0.9513539,0.1892836),(0.9594426,0.1934555),(0.9554016,0.1934554),(0.9513539,0.1934555),(0.9554016,0.1976251),(0.9513539,0.197625),(0.9594425,0.197625),(0.9634707,0.1934554),(0.9634706,0.1976251),(0.9473058,0.185109),(0.9432498,0.185109),(0.9473058,0.1892836),(0.9432497,0.1892836),(0.9391782,0.185109),(0.9350839,0.185109),(0.9391783,0.1892836),(0.9350839,0.1892836),(0.9432497,0.1934555),(0.9391782,0.1934554),(0.9350839,0.1934555),(0.9391783,0.1976251),(0.9350839,0.197625),(0.9432497,0.197625),(0.9473058,0.1934554),(0.9473058,0.1976251),(0.930959,0.185109),(0.9268106,0.185109),(0.930959,0.1892836),(0.9268106,0.1892836),(0.9226453,0.185109),(0.9184701,0.185109),(0.9226453,0.1892836),(0.9184701,0.1892836),(0.9268106,0.1934555),(0.9226453,0.1934554),(0.9184701,0.1934555),(0.9226453,0.1976251),(0.9184701,0.197625),(0.9268106,0.197625),(0.930959,0.1934554),(0.930959,0.1976251),(0.9142919,0.185109),(0.910111,0.185109),(0.9142919,0.1892836),(0.9101109,0.1892836),(0.9059278,0.185109),(0.9017429,0.185109),(0.9059278,0.1892836),(0.9017429,0.1892836),(0.910111,0.1934555),(0.9059278,0.1934554),(0.9017429,0.1934555),(0.9059278,0.1976251),(0.9017428,0.197625),(0.9101109,0.197625),(0.9142919,0.1934554),(0.9142919,0.1976251),(0.8975567,0.185109),(0.8933688,0.185109),(0.8975567,0.1892836),(0.8933688,0.1892836),(0.8891787,0.185109),(0.8849859,0.185109),(0.8891788,0.1892836),(0.8849859,0.1892836),(0.8933688,0.1934555),(0.8891787,0.1934554),(0.8849859,0.1934555),(0.8891788,0.1976251),(0.8849859,0.197625),(0.8933688,0.197625),(0.8975567,0.1934554),(0.8975567,0.1976251),(0.8807898,0.185109),(0.8765806,0.185109),(0.8807898,0.1892836),(0.8765807,0.1892836),(0.8723488,0.185109),(0.8680845,0.185109),(0.8723488,0.1892836),(0.8680845,0.1892836),(0.8765806,0.1934555),(0.8723488,0.1934554),(0.8680845,0.1934555),(0.8723488,0.1976251),(0.8680845,0.197625),(0.8765806,0.197625),(0.8807898,0.1934554),(0.8807898,0.1976251),(0.8637781,0.185109),(0.8594491,0.185109),(0.8637781,0.1892836),(0.8594491,0.1892836),(0.8551173,0.185109),(0.8508024,0.185109),(0.8551173,0.1892836),(0.8508024,0.1892836),(0.8594491,0.1934555),(0.8551173,0.1934554),(0.8508024,0.1934555),(0.8551173,0.1976251),(0.8508024,0.197625),(0.859449,0.197625),(0.8637781,0.1934554),(0.8637781,0.1976251),(0.846524,0.185109),(0.8422731,0.185109),(0.846524,0.1892836),(0.8422731,0.1892836),(0.8380403,0.185109),(0.8338165,0.185109),(0.8380403,0.1892836),(0.8338165,0.1892836),(0.8422731,0.1934555),(0.8380403,0.1934554),(0.8338165,0.1934555),(0.8380404,0.1976251),(0.8338165,0.197625),(0.8422731,0.197625),(0.846524,0.1934554),(0.846524,0.1976251),(0.8295926,0.185109),(0.8253628,0.185109),(0.8295926,0.1892836),(0.8253628,0.1892836),(0.8211217,0.185109),(0.8168637,0.185109),(0.8211217,0.1892836),(0.8168637,0.1892836),(0.8253628,0.1934555),(0.8211217,0.1934554),(0.8168637,0.1934555),(0.8211217,0.1976251),(0.8168637,0.197625),(0.8253628,0.197625),(0.8295926,0.1934554),(0.8295926,0.1976251),(0.8125832,0.185109),(0.8082899,0.185109),(0.8125832,0.1892836),(0.8082899,0.1892836),(0.8039935,0.185109),(0.7997035,0.185109),(0.8039935,0.1892836),(0.7997035,0.1892836),(0.8082899,0.1934555),(0.8039935,0.1934554),(0.7997035,0.1934555),(0.8039935,0.1976251),(0.7997035,0.197625),(0.8082899,0.197625),(0.8125832,0.1934554),(0.8125832,0.1976251),(0.7954297,0.185109),(0.7911757,0.185109),(0.7954297,0.1892836),(0.7911757,0.1892836),(0.7869452,0.185109),(0.7827417,0.185109),(0.7869452,0.1892836),(0.7827417,0.1892836),(0.7911757,0.1934555),(0.7869452,0.1934554),(0.7827417,0.1934555),(0.7869452,0.1976251),(0.7827417,0.197625),(0.7911757,0.197625),(0.7954297,0.1934554),(0.7954297,0.1976251),(0.7785689,0.185109),(0.7744211,0.185109),(0.7785689,0.1892836),(0.7744212,0.1892836),(0.7702925,0.185109),(0.7661775,0.185109),(0.7702925,0.1892836),(0.7661775,0.1892836),(0.7744212,0.1934555),(0.7702925,0.1934554),(0.7661775,0.1934555),(0.7702925,0.1976251),(0.7661775,0.197625),(0.7744212,0.197625),(0.778569,0.1934554),(0.778569,0.1976251),(0.7620703,0.185109),(0.757961,0.185109),(0.7620703,0.1892836),(0.757961,0.1892836),(0.7538399,0.185109),(0.7496969,0.185109),(0.7538399,0.1892836),(0.7496969,0.1892836),(0.757961,0.1934555),(0.7538399,0.1934554),(0.7496969,0.1934555),(0.7538399,0.1976251),(0.7496969,0.197625),(0.757961,0.197625),(0.7620703,0.1934554),(0.7620703,0.1976251),(0.7455223,0.185109),(0.7413244,0.185109),(0.7455223,0.1892836),(0.7413245,0.1892836),(0.7371117,0.185109),(0.7328922,0.185109),(0.7371117,0.1892836),(0.7328923,0.1892836),(0.7413245,0.1934555),(0.7371117,0.1934554),(0.7328922,0.1934555),(0.7371117,0.1976251),(0.7328922,0.197625),(0.7413245,0.197625),(0.7455223,0.1934554),(0.7455223,0.1976251),(0.7286744,0.185109),(0.7244572,0.185109),(0.7286744,0.1892836),(0.7244572,0.1892836),(0.7202395,0.185109),(0.71602,0.185109),(0.7202395,0.1892836),(0.71602,0.1892836),(0.7244572,0.1934555),(0.7202395,0.1934554),(0.71602,0.1934555),(0.7202394,0.1976251),(0.71602,0.197625),(0.7244572,0.197625),(0.7286744,0.1934554),(0.7286744,0.1976251),(0.7117977,0.185109),(0.7075742,0.185109),(0.7117977,0.1892836),(0.7075742,0.1892836),(0.7033514,0.185109),(0.6991307,0.185109),(0.7033514,0.1892836),(0.6991307,0.1892836),(0.7075742,0.1934555),(0.7033514,0.1934554),(0.6991307,0.1934555),(0.7033514,0.1976251),(0.6991307,0.197625),(0.7075742,0.197625),(0.7117977,0.1934554),(0.7117977,0.1976251),(0.6949139,0.185109),(0.6906992,0.185109),(0.6949139,0.1892836),(0.6906992,0.1892836),(0.6864849,0.185109),(0.6822694,0.185109),(0.6864849,0.1892836),(0.6822693,0.1892836),(0.6906992,0.1934555),(0.6864849,0.1934554),(0.6822694,0.1934555),(0.6864849,0.1976251),(0.6822693,0.197625),(0.6906992,0.197625),(0.6949139,0.1934554),(0.6949139,0.1976251),(0.6780508,0.185109),(0.6738272,0.185109),(0.6780507,0.1892836),(0.6738272,0.1892836),(0.6695971,0.185109),(0.6653587,0.185109),(0.6695971,0.1892836),(0.6653587,0.1892836),(0.6738272,0.1934555),(0.6695971,0.1934554),(0.6653587,0.1934555),(0.6695971,0.1976251),(0.6653587,0.197625),(0.6738272,0.197625),(0.6780508,0.1934554),(0.6780507,0.1976251),(0.6611102,0.185109),(0.6568571,0.185109),(0.6611102,0.1892836),(0.6568571,0.1892836),(0.6526053,0.185109),(0.6483604,0.185109),(0.6526054,0.1892836),(0.6483604,0.1892836),(0.6568571,0.1934555),(0.6526054,0.1934554),(0.6483604,0.1934555),(0.6526053,0.1976251),(0.6483604,0.197625),(0.6568571,0.197625),(0.6611102,0.1934554),(0.6611102,0.1976251),(0.6441281,0.185109),(0.6399043,0.185109),(0.6441281,0.1892836),(0.6399043,0.1892836),(0.635685,0.185109),(0.6314663,0.185109),(0.635685,0.1892836),(0.6314663,0.1892836),(0.6399043,0.1934555),(0.635685,0.1934554),(0.6314663,0.1934555),(0.635685,0.1976251),(0.6314663,0.197625),(0.6399043,0.197625),(0.6441281,0.1934554),(0.6441281,0.1976251),(0.627244,0.185109),(0.6230208,0.185109),(0.627244,0.1892836),(0.6230209,0.1892836),(0.6187993,0.185109),(0.6145822,0.185109),(0.6187993,0.1892836),(0.6145822,0.1892836),(0.6230208,0.1934555),(0.6187993,0.1934554),(0.6145822,0.1934555),(0.6187993,0.1976251),(0.6145822,0.197625),(0.6230209,0.197625),(0.627244,0.1934554),(0.627244,0.1976251),(0.6103719,0.185109),(0.6061606,0.185109),(0.6103719,0.1892836),(0.6061606,0.1892836),(0.6019406,0.185109),(0.5977041,0.185109),(0.6019406,0.1892836),(0.5977041,0.1892836),(0.6061606,0.1934555),(0.6019406,0.1934554),(0.5977041,0.1934555),(0.6019406,0.1976251),(0.5977041,0.197625),(0.6061606,0.197625),(0.6103719,0.1934554),(0.6103719,0.1976251),(0.5934432,0.185109),(0.589169,0.185109),(0.5934432,0.1892836),(0.589169,0.1892836),(0.5848927,0.185109),(0.5806257,0.185109),(0.5848927,0.1892836),(0.5806257,0.1892836),(0.589169,0.1934555),(0.5848927,0.1934554),(0.5806257,0.1934555),(0.5848927,0.1976251),(0.5806257,0.197625),(0.589169,0.197625),(0.5934432,0.1934554),(0.5934432,0.1976251),(0.5763788,0.185109),(0.572147,0.185109),(0.5763788,0.1892836),(0.572147,0.1892836),(0.567925,0.185109),(0.5637077,0.185109),(0.567925,0.1892836),(0.5637077,0.1892836),(0.572147,0.1934555),(0.567925,0.1934554),(0.5637077,0.1934555),(0.567925,0.1976251),(0.5637077,0.197625),(0.572147,0.197625),(0.5763788,0.1934554),(0.5763788,0.1976251),(0.55949,0.185109),(0.5552715,0.185109),(0.55949,0.1892836),(0.5552715,0.1892836),(0.5510522,0.185109),(0.5468317,0.185109),(0.5510522,0.1892836),(0.5468317,0.1892836),(0.5552715,0.1934555),(0.5510522,0.1934554),(0.5468317,0.1934555),(0.5510522,0.1976251),(0.5468317,0.197625),(0.5552715,0.197625),(0.55949,0.1934554),(0.55949,0.1976251),(0.5426099,0.185109),(0.5383899,0.185109),(0.5426099,0.1892836),(0.5383899,0.1892836),(0.5341746,0.185109),(0.5299669,0.185109),(0.5341746,0.1892836),(0.5299669,0.1892836),(0.5383899,0.1934555),(0.5341746,0.1934554),(0.5299669,0.1934555),(0.5341746,0.1976251),(0.529967,0.197625),(0.5383899,0.197625),(0.5426099,0.1934554),(0.5426099,0.1976251),(0.52577,0.185109),(0.5215818,0.185109),(0.52577,0.1892836),(0.5215818,0.1892836),(0.5174,0.185109),(0.5132228,0.185109),(0.5174,0.1892836),(0.5132228,0.1892836),(0.5215818,0.1934555),(0.5174,0.1934554),(0.5132228,0.1934555),(0.5174,0.1976251),(0.5132228,0.197625),(0.5215818,0.197625),(0.52577,0.1934554),(0.52577,0.1976251),(0.5090478,0.185109),(0.5048727,0.185109),(0.5090478,0.1892836),(0.5048727,0.1892836),(0.5006949,0.185109),(0.4965119,0.185109),(0.4965119,0.1892836),(0.5006949,0.1892836),(0.5048727,0.1934555),(0.5006949,0.1934554),(0.4965119,0.1934555),(0.5006949,0.1976251),(0.4965119,0.197625),(0.5048727,0.197625),(0.5090478,0.1934554),(0.5090478,0.1976251),(0.4923214,0.185109),(0.4881234,0.185109),(0.4881234,0.1892836),(0.4923214,0.1892836),(0.4839184,0.185109),(0.4797065,0.185109),(0.4797065,0.1892836),(0.4839184,0.1892836),(0.4839184,0.1934554),(0.4881234,0.1934555),(0.4797065,0.1934555),(0.4797064,0.197625),(0.4839184,0.1976251),(0.4881234,0.197625),(0.4923214,0.1934554),(0.4923214,0.1976251),(0.4754879,0.185109),(0.4712752,0.185109),(0.4712752,0.1892836),(0.4754879,0.1892836),(0.4670808,0.185109),(0.4629171,0.185109),(0.4629171,0.1892836),(0.4670808,0.1892836),(0.4670808,0.1934554),(0.4712752,0.1934555),(0.4629171,0.1934555),(0.4629171,0.197625),(0.4670808,0.1976251),(0.4712752,0.197625),(0.4754879,0.1934554),(0.4754879,0.1976251),(0.4587967,0.185109),(0.4547031,0.185109),(0.4547031,0.1892836),(0.4587967,0.1892836),(0.4506197,0.185109),(0.44653,0.185109),(0.44653,0.1892836),(0.4506197,0.1892836),(0.4506197,0.1934554),(0.4547031,0.1934555),(0.44653,0.1934555),(0.44653,0.197625),(0.4506197,0.1976251),(0.4547031,0.197625),(0.4587967,0.1934554),(0.4587967,0.1976251),(0.4424174,0.185109),(0.4382856,0.185109),(0.4382856,0.1892836),(0.4424174,0.1892836),(0.4341379,0.185109),(0.429978,0.185109),(0.429978,0.1892836),(0.4341379,0.1892836),(0.4341379,0.1934554),(0.4382856,0.1934555),(0.429978,0.1934555),(0.429978,0.197625),(0.4341379,0.1976251),(0.4382856,0.197625),(0.4424174,0.1934554),(0.4424174,0.1976251),(0.4258092,0.185109),(0.4216311,0.185109),(0.4216312,0.1892836),(0.4258092,0.1892836),(0.4174434,0.185109),(0.4132456,0.185109),(0.4132456,0.1892836),(0.4174434,0.1892836),(0.4174434,0.1934554),(0.4216312,0.1934555),(0.4132456,0.1934555),(0.4132456,0.197625),(0.4174434,0.1976251),(0.4216312,0.197625),(0.4258092,0.1934554),(0.4258092,0.1976251),(0.4090372,0.185109),(0.4048201,0.185109),(0.4048201,0.1892836),(0.4090372,0.1892836),(0.4005963,0.185109),(0.3963675,0.185109),(0.3963675,0.1892836),(0.4005963,0.1892836),(0.4005963,0.1934554),(0.4048201,0.1934555),(0.3963675,0.1934555),(0.3963675,0.197625),(0.4005963,0.1976251),(0.4048201,0.197625),(0.4090372,0.1934554),(0.4090372,0.1976251),(0.3921357,0.185109),(0.3879012,0.185109),(0.3879012,0.1892836),(0.3921357,0.1892836),(0.3836642,0.185109),(0.3794248,0.185109),(0.3794249,0.1892836),(0.3836642,0.1892836),(0.3836642,0.1934554),(0.3879012,0.1934555),(0.3794248,0.1934555),(0.3794248,0.197625),(0.3836642,0.1976251),(0.3879012,0.197625),(0.3921357,0.1934554),(0.3921357,0.1976251),(0.3751834,0.185109),(0.3709441,0.185109),(0.3709441,0.1892836),(0.3751834,0.1892836),(0.3667112,0.185109),(0.3624887,0.185109),(0.3624887,0.1892836),(0.3667112,0.1892836),(0.3667112,0.1934554),(0.3709442,0.1934555),(0.3624887,0.1934555),(0.3624887,0.197625),(0.3667112,0.1976251),(0.3709441,0.197625),(0.3751834,0.1934554),(0.3751834,0.1976251),(0.358281,0.185109),(0.3540821,0.185109),(0.358281,0.1892836),(0.3540821,0.1892836),(0.3498864,0.185109),(0.3456882,0.185109),(0.3456882,0.1892836),(0.3498864,0.1892836),(0.3540821,0.1934555),(0.3498864,0.1934554),(0.3456882,0.1934555),(0.3456882,0.197625),(0.3498864,0.1976251),(0.3540821,0.197625),(0.3582809,0.1934554),(0.358281,0.1976251),(0.3414817,0.185109),(0.3372694,0.185109),(0.3372695,0.1892836),(0.3414817,0.1892836),(0.3330541,0.185109),(0.3288383,0.185109),(0.3288383,0.1892836),(0.3330541,0.1892836),(0.3330541,0.1934554),(0.3372695,0.1934555),(0.3288383,0.1934555),(0.3288383,0.197625),(0.3330541,0.1976251),(0.3372695,0.197625),(0.3414817,0.1934554),(0.3414817,0.1976251),(0.3246247,0.185109),(0.3204179,0.185109),(0.3204179,0.1892836),(0.3246247,0.1892836),(0.3162228,0.185109),(0.3120441,0.185109),(0.3120441,0.1892836),(0.3162228,0.1892836),(0.3162228,0.1934554),(0.3204179,0.1934555),(0.3120441,0.1934555),(0.3120441,0.197625),(0.3162228,0.1976251),(0.3204179,0.197625),(0.3246247,0.1934554),(0.3246247,0.1976251),(0.3078868,0.185109),(0.3037427,0.185109),(0.3037427,0.1892836),(0.3078868,0.1892836),(0.2996041,0.185109),(0.2954631,0.185109),(0.2954631,0.1892836),(0.2996041,0.1892836),(0.2996041,0.1934554),(0.3037428,0.1934555),(0.2954631,0.1934555),(0.2954631,0.197625),(0.2996041,0.1976251),(0.3037427,0.197625),(0.3078868,0.1934554),(0.3078868,0.1976251),(0.2913116,0.185109),(0.2871543,0.185109),(0.2871543,0.1892836),(0.2913116,0.1892836),(0.2829956,0.185109),(0.2788399,0.185109),(0.2788399,0.1892836),(0.2829956,0.1892836),(0.2829956,0.1934554),(0.2871543,0.1934555),(0.2788399,0.1934555),(0.2788399,0.197625),(0.2829956,0.1976251),(0.2871543,0.197625),(0.2913116,0.1934554),(0.2913116,0.1976251),(0.2746918,0.185109),(0.2705556,0.185109),(0.2705556,0.1892836),(0.2746918,0.1892836),(0.2664356,0.185109),(0.262336,0.185109),(0.262336,0.1892836),(0.2664356,0.1892836),(0.2664356,0.1934554),(0.2705556,0.1934555),(0.262336,0.1934555),(0.262336,0.197625),(0.2664356,0.1976251),(0.2705556,0.197625),(0.2746918,0.1934554),(0.2746918,0.1976251),(0.2582613,0.185109),(0.254209,0.185109),(0.254209,0.1892836),(0.2582613,0.1892836),(0.2501769,0.185109),(0.2461624,0.185109),(0.2461624,0.1892836),(0.2501769,0.1892836),(0.2501769,0.1934554),(0.254209,0.1934555),(0.2461624,0.1934555),(0.2461624,0.197625),(0.2501769,0.1976251),(0.254209,0.197625),(0.2582613,0.1934554),(0.2582613,0.1976251),(0.2421634,0.185109),(0.238164,0.185109),(0.238164,0.1892836),(0.2421634,0.1892836),(0.2341487,0.185109),(0.2301017,0.185109),(0.2341487,0.1892836),(0.2301017,0.1892836),(0.238164,0.1934555),(0.2341487,0.1934554),(0.2301017,0.1934555),(0.2341487,0.1976251),(0.2301017,0.197625),(0.238164,0.197625),(0.2421634,0.1934554),(0.2421634,0.1976251),(0.2260074,0.185109),(0.2218787,0.185109),(0.2260074,0.1892836),(0.2218787,0.1892836),(0.2177283,0.185109),(0.2135691,0.185109),(0.2135692,0.1892836),(0.2177283,0.1892836),(0.2177283,0.1934554),(0.2218787,0.1934555),(0.2135691,0.1934555),(0.2135692,0.197625),(0.2177283,0.1976251),(0.2218787,0.197625),(0.2260074,0.1934554),(0.2260074,0.1976251),(0.2094141,0.185109),(0.2052627,0.185109),(0.2052627,0.1892836),(0.2094141,0.1892836),(0.2011147,0.185109),(0.1969699,0.185109),(0.1969699,0.1892836),(0.2011147,0.1892836),(0.2011147,0.1934554),(0.2052627,0.1934555),(0.1969699,0.1934555),(0.1969699,0.197625),(0.2011147,0.1976251),(0.2052627,0.197625),(0.2094141,0.1934554),(0.2094141,0.1976251),(0.1928277,0.185109),(0.1886888,0.185109),(0.1886888,0.1892836),(0.1928277,0.1892836),(0.1845533,0.185109),(0.1804218,0.185109),(0.1804218,0.1892836),(0.1845533,0.1892836),(0.1845533,0.1934554),(0.1886888,0.1934555),(0.1804218,0.1934555),(0.1804218,0.197625),(0.1845533,0.1976251),(0.1886888,0.197625),(0.1928277,0.1934554),(0.1928277,0.1976251),(0.1762946,0.185109),(0.1721701,0.185109),(0.1721701,0.1892836),(0.1762946,0.1892836),(0.1680468,0.185109),(0.163923,0.185109),(0.1680468,0.1892836),(0.163923,0.1892836),(0.1680468,0.1934554),(0.1721701,0.1934555),(0.163923,0.1934555),(0.1680468,0.1976251),(0.163923,0.197625),(0.1721701,0.197625),(0.1762946,0.1934554),(0.1762946,0.1976251),(0.1597973,0.185109),(0.1556691,0.185109),(0.1597973,0.1892836),(0.1556691,0.1892836),(0.1515382,0.185109),(0.1474041,0.185109),(0.1515382,0.1892836),(0.1474041,0.1892836),(0.1556691,0.1934555),(0.1515382,0.1934554),(0.1474041,0.1934555),(0.1474041,0.197625),(0.1515382,0.1976251),(0.1556691,0.197625),(0.1597973,0.1934554),(0.1597973,0.1976251),(0.1432664,0.185109),(0.1391259,0.185109),(0.1391259,0.1892836),(0.1432664,0.1892836),(0.134983,0.185109),(0.1308385,0.185109),(0.1308385,0.1892836),(0.134983,0.1892836),(0.134983,0.1934554),(0.1391259,0.1934555),(0.1308385,0.1934555),(0.1308385,0.197625),(0.134983,0.1976251),(0.1391259,0.197625),(0.1432664,0.1934554),(0.1432664,0.1976251),(0.126693,0.185109),(0.12255,0.185109),(0.12255,0.1892836),(0.126693,0.1892836),(0.1184131,0.185109),(0.1142857,0.185109),(0.1142857,0.1892836),(0.1184131,0.1892836),(0.1184131,0.1934554),(0.12255,0.1934555),(0.1142857,0.1934555),(0.1142857,0.197625),(0.1184131,0.1976251),(0.12255,0.197625),(0.126693,0.1934554),(0.126693,0.1976251),(0.1101713,0.185109),(0.1060752,0.185109),(0.1060752,0.1892836),(0.1101713,0.1892836),(0.1020023,0.185109),(0.09795791,0.185109),(0.09795791,0.1892836),(0.1020023,0.1892836),(0.1020023,0.1934554),(0.1060752,0.1934555),(0.09795791,0.1934555),(0.1020023,0.1976251),(0.09795791,0.197625),(0.1060752,0.197625),(0.1101713,0.1934554),(0.1101713,0.1976251),(0.09394707,0.185109),(0.08994583,0.185109),(0.09394707,0.1892836),(0.08994584,0.1892836),(0.08593026,0.185109),(0.08187638,0.185109),(0.08593025,0.1892836),(0.08187637,0.1892836),(0.08994584,0.1934555),(0.08593026,0.1934554),(0.08187638,0.1934555),(0.08593026,0.1976251),(0.08187638,0.197625),(0.08994584,0.197625),(0.09394707,0.1934554),(0.09394707,0.1976251),(0.07776025,0.185109),(0.07361087,0.185109),(0.07776025,0.1892836),(0.07361087,0.1892836),(0.06945725,0.185109),(0.06532837,0.185109),(0.06945725,0.1892836),(0.06532837,0.1892836),(0.07361087,0.1934555),(0.06945725,0.1934554),(0.06532837,0.1934555),(0.06945725,0.1976251),(0.06532837,0.197625),(0.07361087,0.197625),(0.07776025,0.1934554),(0.07776025,0.1976251),(0.06125325,0.185109),(0.05721605,0.185109),(0.06125325,0.1892836),(0.05721604,0.1892836),(0.05320094,0.185109),(0.0491921,0.185109),(0.05320094,0.1892836),(0.04919209,0.1892836),(0.05721605,0.1934555),(0.05320094,0.1934554),(0.0491921,0.1934555),(0.05320094,0.1976251),(0.04919209,0.197625),(0.05721605,0.197625),(0.06125325,0.1934554),(0.06125325,0.1976251),(0.04517369,0.185109),(0.04115105,0.185109),(0.04517369,0.1892836),(0.04115105,0.1892836),(0.0371295,0.185109),(0.03311438,0.185109),(0.0371295,0.1892836),(0.03311437,0.1892836),(0.04115105,0.1934555),(0.0371295,0.1934554),(0.03311438,0.1934555),(0.0371295,0.1976251),(0.03311438,0.197625),(0.04115105,0.197625),(0.04517369,0.1934554),(0.04517369,0.1976251),(0.029111,0.185109),(0.02511186,0.185109),(0.02511186,0.1892836),(0.029111,0.1892836),(0.02110944,0.185109),(0.01709622,0.185109),(0.01709622,0.1892836),(0.02110944,0.1892836),(0.02110944,0.1934554),(0.02511186,0.1934555),(0.01709622,0.1934555),(0.01709622,0.197625),(0.02110944,0.1976251),(0.02511186,0.197625),(0.029111,0.1934554),(0.029111,0.1976251),(0.01306469,0.185109),(0.009019421,0.1851095),(0.009019421,0.1892837),(0.01306469,0.1892836),(0.004965,0.185111),(0.000906,0.185113),(0.000906,0.189285),(0.004965,0.1892843),(0.004965,0.1934562),(0.009019421,0.1934556),(0.000906,0.193457),(0.000906,0.197629),(0.004965,0.1976262),(0.009019421,0.1976254),(0.01306469,0.1934554),(0.01306469,0.1976251),(0.999094,0.2017947),(0.9951518,0.201794),(0.9912093,0.2017934),(0.9951518,0.205961),(0.9912093,0.2059615),(0.999094,0.2059605),(0.9872664,0.2017932),(0.983323,0.2017932),(0.9872664,0.2059617),(0.983323,0.2059617),(0.9912093,0.2101316),(0.9872664,0.2101325),(0.983323,0.2101325),(0.9872664,0.2143076),(0.983323,0.2143075),(0.9912093,0.2143064),(0.999094,0.2101263),(0.9951518,0.2101294),(0.9951518,0.2143029),(0.999094,0.214292),(0.9793787,0.2017932),(0.9754275,0.2017932),(0.9793787,0.2059617),(0.9754274,0.2059617),(0.9714631,0.2017932),(0.9674796,0.2017932),(0.9714631,0.2059617),(0.9674796,0.2059617),(0.9754274,0.2101325),(0.9714631,0.2101325),(0.9674796,0.2101325),(0.9714631,0.2143076),(0.9674796,0.2143075),(0.9754274,0.2143075),(0.9793787,0.2101325),(0.9793787,0.2143076),(0.9634706,0.2017932),(0.9594426,0.2017932),(0.9634707,0.2059617),(0.9594426,0.2059617),(0.9554016,0.2017932),(0.9513539,0.2017932),(0.9554016,0.2059617),(0.9513539,0.2059617),(0.9594426,0.2101325),(0.9554016,0.2101325),(0.9513539,0.2101325),(0.9554016,0.2143076),(0.9513539,0.2143075),(0.9594425,0.2143075),(0.9634707,0.2101325),(0.9634706,0.2143076),(0.9473058,0.2017932),(0.9432498,0.2017932),(0.9473058,0.2059617),(0.9432497,0.2059617),(0.9391782,0.2017932),(0.9350839,0.2017932),(0.9391783,0.2059617),(0.9350839,0.2059617),(0.9432497,0.2101325),(0.9391782,0.2101325),(0.9350839,0.2101325),(0.9391783,0.2143076),(0.9350839,0.2143075),(0.9432497,0.2143075),(0.9473058,0.2101325),(0.9473058,0.2143076),(0.930959,0.2017932),(0.9268106,0.2017932),(0.930959,0.2059617),(0.9268106,0.2059617),(0.9226453,0.2017932),(0.9184701,0.2017932),(0.9226453,0.2059617),(0.9184701,0.2059617),(0.9268106,0.2101325),(0.9226453,0.2101325),(0.9184701,0.2101325),(0.9226453,0.2143076),(0.9184701,0.2143075),(0.9268106,0.2143075),(0.930959,0.2101325),(0.930959,0.2143076),(0.9142919,0.2017932),(0.910111,0.2017932),(0.9142919,0.2059617),(0.9101109,0.2059617),(0.9059278,0.2017932),(0.9017429,0.2017932),(0.9059278,0.2059617),(0.9017429,0.2059617),(0.910111,0.2101325),(0.9059278,0.2101325),(0.9017429,0.2101325),(0.9059278,0.2143076),(0.9017428,0.2143075),(0.9101109,0.2143075),(0.9142919,0.2101325),(0.9142919,0.2143076),(0.8975567,0.2017932),(0.8933688,0.2017932),(0.8975567,0.2059617),(0.8933688,0.2059617),(0.8891787,0.2017932),(0.8849859,0.2017932),(0.8891788,0.2059617),(0.8849859,0.2059617),(0.8933688,0.2101325),(0.8891787,0.2101325),(0.8849859,0.2101325),(0.8891788,0.2143076),(0.8849859,0.2143075),(0.8933688,0.2143075),(0.8975567,0.2101325),(0.8975567,0.2143076),(0.8807898,0.2017932),(0.8765806,0.2017932),(0.8807898,0.2059617),(0.8765807,0.2059617),(0.8723488,0.2017932),(0.8680845,0.2017932),(0.8723488,0.2059617),(0.8680845,0.2059617),(0.8765806,0.2101325),(0.8723488,0.2101325),(0.8680845,0.2101325),(0.8723488,0.2143076),(0.8680845,0.2143075),(0.8765806,0.2143075),(0.8807898,0.2101325),(0.8807898,0.2143076),(0.8637781,0.2017932),(0.8594491,0.2017932),(0.8637781,0.2059617),(0.8594491,0.2059617),(0.8551173,0.2017932),(0.8508024,0.2017932),(0.8551173,0.2059617),(0.8508024,0.2059617),(0.8594491,0.2101325),(0.8551173,0.2101325),(0.8508024,0.2101325),(0.8551173,0.2143076),(0.8508024,0.2143075),(0.859449,0.2143075),(0.8637781,0.2101325),(0.8637781,0.2143076),(0.846524,0.2017932),(0.8422731,0.2017932),(0.846524,0.2059617),(0.8422731,0.2059617),(0.8380403,0.2017932),(0.8338165,0.2017932),(0.8380403,0.2059617),(0.8338165,0.2059617),(0.8422731,0.2101325),(0.8380403,0.2101325),(0.8338165,0.2101325),(0.8380404,0.2143076),(0.8338165,0.2143075),(0.8422731,0.2143075),(0.846524,0.2101325),(0.846524,0.2143076),(0.8295926,0.2017932),(0.8253628,0.2017932),(0.8295926,0.2059617),(0.8253628,0.2059617),(0.8211217,0.2017932),(0.8168637,0.2017932),(0.8211217,0.2059617),(0.8168637,0.2059617),(0.8253628,0.2101325),(0.8211217,0.2101325),(0.8168637,0.2101325),(0.8211217,0.2143076),(0.8168637,0.2143075),(0.8253628,0.2143075),(0.8295926,0.2101325),(0.8295926,0.2143076),(0.8125832,0.2017932),(0.8082899,0.2017932),(0.8125832,0.2059617),(0.8082899,0.2059617),(0.8039935,0.2017932),(0.7997035,0.2017932),(0.8039935,0.2059617),(0.7997035,0.2059617),(0.8082899,0.2101325),(0.8039935,0.2101325),(0.7997035,0.2101325),(0.8039935,0.2143076),(0.7997035,0.2143075),(0.8082899,0.2143075),(0.8125832,0.2101325),(0.8125832,0.2143076),(0.7954297,0.2017932),(0.7911757,0.2017932),(0.7954297,0.2059617),(0.7911757,0.2059617),(0.7869452,0.2017932),(0.7827417,0.2017932),(0.7869452,0.2059617),(0.7827417,0.2059617),(0.7911757,0.2101325),(0.7869452,0.2101325),(0.7827417,0.2101325),(0.7869452,0.2143076),(0.7827417,0.2143075),(0.7911757,0.2143075),(0.7954297,0.2101325),(0.7954297,0.2143076),(0.7785689,0.2017932),(0.7744211,0.2017932),(0.7785689,0.2059617),(0.7744212,0.2059617),(0.7702925,0.2017932),(0.7661775,0.2017932),(0.7702925,0.2059617),(0.7661775,0.2059617),(0.7744212,0.2101325),(0.7702925,0.2101325),(0.7661775,0.2101325),(0.7702925,0.2143076),(0.7661775,0.2143075),(0.7744212,0.2143075),(0.778569,0.2101325),(0.778569,0.2143076),(0.7620703,0.2017932),(0.757961,0.2017932),(0.7620703,0.2059617),(0.757961,0.2059617),(0.7538399,0.2017932),(0.7496969,0.2017932),(0.7538399,0.2059617),(0.7496969,0.2059617),(0.757961,0.2101325),(0.7538399,0.2101325),(0.7496969,0.2101325),(0.7538399,0.2143076),(0.7496969,0.2143075),(0.757961,0.2143075),(0.7620703,0.2101325),(0.7620703,0.2143076),(0.7455223,0.2017932),(0.7413244,0.2017932),(0.7455223,0.2059617),(0.7413245,0.2059617),(0.7371117,0.2017932),(0.7328922,0.2017932),(0.7371117,0.2059617),(0.7328923,0.2059617),(0.7413245,0.2101325),(0.7371117,0.2101325),(0.7328922,0.2101325),(0.7371117,0.2143076),(0.7328922,0.2143075),(0.7413245,0.2143075),(0.7455223,0.2101325),(0.7455223,0.2143076),(0.7286744,0.2017932),(0.7244572,0.2017932),(0.7286744,0.2059617),(0.7244572,0.2059617),(0.7202395,0.2017932),(0.71602,0.2017932),(0.7202395,0.2059617),(0.71602,0.2059617),(0.7244572,0.2101325),(0.7202395,0.2101325),(0.71602,0.2101325),(0.7202394,0.2143076),(0.71602,0.2143075),(0.7244572,0.2143075),(0.7286744,0.2101325),(0.7286744,0.2143076),(0.7117977,0.2017932),(0.7075742,0.2017932),(0.7117977,0.2059617),(0.7075742,0.2059617),(0.7033514,0.2017932),(0.6991307,0.2017932),(0.7033514,0.2059617),(0.6991307,0.2059617),(0.7075742,0.2101325),(0.7033514,0.2101325),(0.6991307,0.2101325),(0.7033514,0.2143076),(0.6991307,0.2143075),(0.7075742,0.2143075),(0.7117977,0.2101325),(0.7117977,0.2143076),(0.6949139,0.2017932),(0.6906992,0.2017932),(0.6949139,0.2059617),(0.6906992,0.2059617),(0.6864849,0.2017932),(0.6822694,0.2017932),(0.6864849,0.2059617),(0.6822693,0.2059617),(0.6906992,0.2101325),(0.6864849,0.2101325),(0.6822694,0.2101325),(0.6864849,0.2143076),(0.6822693,0.2143075),(0.6906992,0.2143075),(0.6949139,0.2101325),(0.6949139,0.2143076),(0.6780508,0.2017932),(0.6738272,0.2017932),(0.6780507,0.2059617),(0.6738272,0.2059617),(0.6695971,0.2017932),(0.6653587,0.2017932),(0.6695971,0.2059617),(0.6653587,0.2059617),(0.6738272,0.2101325),(0.6695971,0.2101325),(0.6653587,0.2101325),(0.6695971,0.2143076),(0.6653587,0.2143075),(0.6738272,0.2143075),(0.6780508,0.2101325),(0.6780507,0.2143076),(0.6611102,0.2017932),(0.6568571,0.2017932),(0.6611102,0.2059617),(0.6568571,0.2059617),(0.6526053,0.2017932),(0.6483604,0.2017932),(0.6526054,0.2059617),(0.6483604,0.2059617),(0.6568571,0.2101325),(0.6526054,0.2101325),(0.6483604,0.2101325),(0.6526053,0.2143076),(0.6483604,0.2143075),(0.6568571,0.2143075),(0.6611102,0.2101325),(0.6611102,0.2143076),(0.6441281,0.2017932),(0.6399043,0.2017932),(0.6441281,0.2059617),(0.6399043,0.2059617),(0.635685,0.2017932),(0.6314663,0.2017932),(0.635685,0.2059617),(0.6314663,0.2059617),(0.6399043,0.2101325),(0.635685,0.2101325),(0.6314663,0.2101325),(0.635685,0.2143076),(0.6314663,0.2143075),(0.6399043,0.2143075),(0.6441281,0.2101325),(0.6441281,0.2143076),(0.627244,0.2017932),(0.6230208,0.2017932),(0.627244,0.2059617),(0.6230209,0.2059617),(0.6187993,0.2017932),(0.6145822,0.2017932),(0.6187993,0.2059617),(0.6145822,0.2059617),(0.6230208,0.2101325),(0.6187993,0.2101325),(0.6145822,0.2101325),(0.6187993,0.2143076),(0.6145822,0.2143075),(0.6230209,0.2143075),(0.627244,0.2101325),(0.627244,0.2143076),(0.6103719,0.2017932),(0.6061606,0.2017932),(0.6103719,0.2059617),(0.6061606,0.2059617),(0.6019406,0.2017932),(0.5977041,0.2017932),(0.6019406,0.2059617),(0.5977041,0.2059617),(0.6061606,0.2101325),(0.6019406,0.2101325),(0.5977041,0.2101325),(0.6019406,0.2143076),(0.5977041,0.2143075),(0.6061606,0.2143075),(0.6103719,0.2101325),(0.6103719,0.2143076),(0.5934432,0.2017932),(0.589169,0.2017932),(0.5934432,0.2059617),(0.589169,0.2059617),(0.5848927,0.2017932),(0.5806257,0.2017932),(0.5848927,0.2059617),(0.5806257,0.2059617),(0.589169,0.2101325),(0.5848927,0.2101325),(0.5806257,0.2101325),(0.5848927,0.2143076),(0.5806257,0.2143075),(0.589169,0.2143075),(0.5934432,0.2101325),(0.5934432,0.2143076),(0.5763788,0.2017932),(0.572147,0.2017932),(0.5763788,0.2059617),(0.572147,0.2059617),(0.567925,0.2017932),(0.5637077,0.2017932),(0.567925,0.2059617),(0.5637077,0.2059617),(0.572147,0.2101325),(0.567925,0.2101325),(0.5637077,0.2101325),(0.567925,0.2143076),(0.5637077,0.2143075),(0.572147,0.2143075),(0.5763788,0.2101325),(0.5763788,0.2143076),(0.55949,0.2017932),(0.5552715,0.2017932),(0.55949,0.2059617),(0.5552715,0.2059617),(0.5510522,0.2017932),(0.5468317,0.2017932),(0.5510522,0.2059617),(0.5468317,0.2059617),(0.5552715,0.2101325),(0.5510522,0.2101325),(0.5468317,0.2101325),(0.5510522,0.2143076),(0.5468317,0.2143075),(0.5552715,0.2143075),(0.55949,0.2101325),(0.55949,0.2143076),(0.5426099,0.2017932),(0.5383899,0.2017932),(0.5426099,0.2059617),(0.5383899,0.2059617),(0.5341746,0.2017932),(0.5299669,0.2017932),(0.5341746,0.2059617),(0.5299669,0.2059617),(0.5383899,0.2101325),(0.5341746,0.2101325),(0.5299669,0.2101325),(0.5341746,0.2143076),(0.529967,0.2143075),(0.5383899,0.2143075),(0.5426099,0.2101325),(0.5426099,0.2143076),(0.52577,0.2017932),(0.5215818,0.2017932),(0.52577,0.2059617),(0.5215818,0.2059617),(0.5174,0.2017932),(0.5132228,0.2017932),(0.5174,0.2059617),(0.5132228,0.2059617),(0.5215818,0.2101325),(0.5174,0.2101325),(0.5132228,0.2101325),(0.5174,0.2143076),(0.5132228,0.2143075),(0.5215818,0.2143075),(0.52577,0.2101325),(0.52577,0.2143076),(0.5090478,0.2017932),(0.5048727,0.2017932),(0.5090478,0.2059617),(0.5048727,0.2059617),(0.5006949,0.2017932),(0.4965119,0.2017932),(0.5006949,0.2059617),(0.4965119,0.2059617),(0.5048727,0.2101325),(0.5006949,0.2101325),(0.4965119,0.2101325),(0.5006949,0.2143076),(0.4965119,0.2143075),(0.5048727,0.2143075),(0.5090478,0.2101325),(0.5090478,0.2143076),(0.4923214,0.2017932),(0.4881234,0.2017932),(0.4881234,0.2059617),(0.4923214,0.2059617),(0.4839184,0.2017932),(0.4797065,0.2017932),(0.4797065,0.2059617),(0.4839184,0.2059617),(0.4839184,0.2101325),(0.4881234,0.2101325),(0.4797065,0.2101325),(0.4797064,0.2143075),(0.4839184,0.2143076),(0.4881234,0.2143075),(0.4923214,0.2101325),(0.4923214,0.2143076),(0.4754879,0.2017932),(0.4712752,0.2017932),(0.4712752,0.2059617),(0.4754879,0.2059617),(0.4670808,0.2017932),(0.4629171,0.2017932),(0.4629171,0.2059617),(0.4670808,0.2059617),(0.4670808,0.2101325),(0.4712752,0.2101325),(0.4629171,0.2101325),(0.4629171,0.2143075),(0.4670808,0.2143076),(0.4712752,0.2143075),(0.4754879,0.2101325),(0.4754879,0.2143076),(0.4587967,0.2017932),(0.4547031,0.2017932),(0.4547031,0.2059617),(0.4587967,0.2059617),(0.4506197,0.2017932),(0.44653,0.2017932),(0.44653,0.2059617),(0.4506197,0.2059617),(0.4506197,0.2101325),(0.4547031,0.2101325),(0.44653,0.2101325),(0.44653,0.2143075),(0.4506197,0.2143076),(0.4547031,0.2143075),(0.4587967,0.2101325),(0.4587967,0.2143076),(0.4424174,0.2017932),(0.4382856,0.2017932),(0.4382856,0.2059617),(0.4424174,0.2059617),(0.4341379,0.2017932),(0.429978,0.2017932),(0.429978,0.2059617),(0.4341379,0.2059617),(0.4341379,0.2101325),(0.4382856,0.2101325),(0.429978,0.2101325),(0.429978,0.2143075),(0.4341379,0.2143076),(0.4382856,0.2143075),(0.4424174,0.2101325),(0.4424174,0.2143076),(0.4258092,0.2017932),(0.4216311,0.2017932),(0.4216312,0.2059617),(0.4258092,0.2059617),(0.4174434,0.2017932),(0.4132456,0.2017932),(0.4132456,0.2059617),(0.4174434,0.2059617),(0.4174434,0.2101325),(0.4216312,0.2101325),(0.4132456,0.2101325),(0.4132456,0.2143075),(0.4174434,0.2143076),(0.4216312,0.2143075),(0.4258092,0.2101325),(0.4258092,0.2143076),(0.4090372,0.2017932),(0.4048201,0.2017932),(0.4048201,0.2059617),(0.4090372,0.2059617),(0.4005963,0.2017932),(0.3963675,0.2017932),(0.3963675,0.2059617),(0.4005963,0.2059617),(0.4005963,0.2101325),(0.4048201,0.2101325),(0.3963675,0.2101325),(0.3963675,0.2143075),(0.4005963,0.2143076),(0.4048201,0.2143075),(0.4090372,0.2101325),(0.4090372,0.2143076),(0.3921357,0.2017932),(0.3879012,0.2017932),(0.3879012,0.2059617),(0.3921357,0.2059617),(0.3836642,0.2017932),(0.3794248,0.2017932),(0.3794249,0.2059617),(0.3836642,0.2059617),(0.3836642,0.2101325),(0.3879012,0.2101325),(0.3794248,0.2101325),(0.3794248,0.2143075),(0.3836642,0.2143076),(0.3879012,0.2143075),(0.3921357,0.2101325),(0.3921357,0.2143076),(0.3751834,0.2017932),(0.3709441,0.2017932),(0.3709441,0.2059617),(0.3751834,0.2059617),(0.3667112,0.2017932),(0.3624887,0.2017932),(0.3624887,0.2059617),(0.3667112,0.2059617),(0.3667112,0.2101325),(0.3709442,0.2101325),(0.3624887,0.2101325),(0.3624887,0.2143075),(0.3667112,0.2143076),(0.3709441,0.2143075),(0.3751834,0.2101325),(0.3751834,0.2143076),(0.358281,0.2017932),(0.3540821,0.2017932),(0.3540821,0.2059617),(0.358281,0.2059617),(0.3498864,0.2017932),(0.3456882,0.2017932),(0.3456882,0.2059617),(0.3498864,0.2059617),(0.3498864,0.2101325),(0.3540821,0.2101325),(0.3456882,0.2101325),(0.3456882,0.2143075),(0.3498864,0.2143076),(0.3540821,0.2143075),(0.3582809,0.2101325),(0.358281,0.2143076),(0.3414817,0.2017932),(0.3372694,0.2017932),(0.3372695,0.2059617),(0.3414817,0.2059617),(0.3330541,0.2017932),(0.3288383,0.2017932),(0.3288383,0.2059617),(0.3330541,0.2059617),(0.3330541,0.2101325),(0.3372695,0.2101325),(0.3288383,0.2101325),(0.3288383,0.2143075),(0.3330541,0.2143076),(0.3372695,0.2143075),(0.3414817,0.2101325),(0.3414817,0.2143076),(0.3246247,0.2017932),(0.3204179,0.2017932),(0.3204179,0.2059617),(0.3246247,0.2059617),(0.3162228,0.2017932),(0.3120441,0.2017932),(0.3120441,0.2059617),(0.3162228,0.2059617),(0.3162228,0.2101325),(0.3204179,0.2101325),(0.3120441,0.2101325),(0.3120441,0.2143075),(0.3162228,0.2143076),(0.3204179,0.2143075),(0.3246247,0.2101325),(0.3246247,0.2143076),(0.3078868,0.2017932),(0.3037427,0.2017932),(0.3037427,0.2059617),(0.3078868,0.2059617),(0.2996041,0.2017932),(0.2954631,0.2017932),(0.2954631,0.2059617),(0.2996041,0.2059617),(0.2996041,0.2101325),(0.3037428,0.2101325),(0.2954631,0.2101325),(0.2954631,0.2143075),(0.2996041,0.2143076),(0.3037427,0.2143075),(0.3078868,0.2101325),(0.3078868,0.2143076),(0.2913116,0.2017932),(0.2871543,0.2017932),(0.2871543,0.2059617),(0.2913116,0.2059617),(0.2829956,0.2017932),(0.2788399,0.2017932),(0.2788399,0.2059617),(0.2829956,0.2059617),(0.2829956,0.2101325),(0.2871543,0.2101325),(0.2788399,0.2101325),(0.2788399,0.2143075),(0.2829956,0.2143076),(0.2871543,0.2143075),(0.2913116,0.2101325),(0.2913116,0.2143076),(0.2746918,0.2017932),(0.2705556,0.2017932),(0.2705556,0.2059617),(0.2746918,0.2059617),(0.2664356,0.2017932),(0.262336,0.2017932),(0.262336,0.2059617),(0.2664356,0.2059617),(0.2664356,0.2101325),(0.2705556,0.2101325),(0.262336,0.2101325),(0.262336,0.2143075),(0.2664356,0.2143076),(0.2705556,0.2143075),(0.2746918,0.2101325),(0.2746918,0.2143076),(0.2582613,0.2017932),(0.254209,0.2017932),(0.254209,0.2059617),(0.2582613,0.2059617),(0.2501769,0.2017932),(0.2461624,0.2017932),(0.2461624,0.2059617),(0.2501769,0.2059617),(0.2501769,0.2101325),(0.254209,0.2101325),(0.2461624,0.2101325),(0.2461624,0.2143075),(0.2501769,0.2143076),(0.254209,0.2143075),(0.2582613,0.2101325),(0.2582613,0.2143076),(0.2421634,0.2017932),(0.238164,0.2017932),(0.2421634,0.2059617),(0.238164,0.2059617),(0.2341487,0.2017932),(0.2301017,0.2017932),(0.2341487,0.2059617),(0.2301017,0.2059617),(0.238164,0.2101325),(0.2341487,0.2101325),(0.2301017,0.2101325),(0.2341487,0.2143076),(0.2301017,0.2143075),(0.238164,0.2143075),(0.2421634,0.2101325),(0.2421634,0.2143076),(0.2260074,0.2017932),(0.2218787,0.2017932),(0.2260074,0.2059617),(0.2218787,0.2059617),(0.2177283,0.2017932),(0.2135691,0.2017932),(0.2135692,0.2059617),(0.2177283,0.2059617),(0.2177283,0.2101325),(0.2218787,0.2101325),(0.2135691,0.2101325),(0.2135692,0.2143075),(0.2177283,0.2143076),(0.2218787,0.2143075),(0.2260074,0.2101325),(0.2260074,0.2143076),(0.2094141,0.2017932),(0.2052627,0.2017932),(0.2052627,0.2059617),(0.2094141,0.2059617),(0.2011147,0.2017932),(0.1969699,0.2017932),(0.1969699,0.2059617),(0.2011147,0.2059617),(0.2011147,0.2101325),(0.2052627,0.2101325),(0.1969699,0.2101325),(0.1969699,0.2143075),(0.2011147,0.2143076),(0.2052627,0.2143075),(0.2094141,0.2101325),(0.2094141,0.2143076),(0.1928277,0.2017932),(0.1886888,0.2017932),(0.1886888,0.2059617),(0.1928277,0.2059617),(0.1845533,0.2017932),(0.1804218,0.2017932),(0.1804218,0.2059617),(0.1845533,0.2059617),(0.1845533,0.2101325),(0.1886888,0.2101325),(0.1804218,0.2101325),(0.1804218,0.2143075),(0.1845533,0.2143076),(0.1886888,0.2143075),(0.1928277,0.2101325),(0.1928277,0.2143076),(0.1762946,0.2017932),(0.1721701,0.2017932),(0.1721701,0.2059617),(0.1762946,0.2059617),(0.1680468,0.2017932),(0.163923,0.2017932),(0.1680468,0.2059617),(0.163923,0.2059617),(0.1721701,0.2101325),(0.1680468,0.2101325),(0.163923,0.2101325),(0.1680468,0.2143076),(0.163923,0.2143075),(0.1721701,0.2143075),(0.1762946,0.2101325),(0.1762946,0.2143076),(0.1597973,0.2017932),(0.1556691,0.2017932),(0.1597973,0.2059617),(0.1556691,0.2059617),(0.1515382,0.2017932),(0.1474041,0.2017932),(0.1474041,0.2059617),(0.1515382,0.2059617),(0.1515382,0.2101325),(0.1556691,0.2101325),(0.1474041,0.2101325),(0.1474041,0.2143075),(0.1515382,0.2143076),(0.1556691,0.2143075),(0.1597973,0.2101325),(0.1597973,0.2143076),(0.1432664,0.2017932),(0.1391259,0.2017932),(0.1391259,0.2059617),(0.1432664,0.2059617),(0.134983,0.2017932),(0.1308385,0.2017932),(0.1308385,0.2059617),(0.134983,0.2059617),(0.134983,0.2101325),(0.1391259,0.2101325),(0.1308385,0.2101325),(0.1308385,0.2143075),(0.134983,0.2143076),(0.1391259,0.2143075),(0.1432664,0.2101325),(0.1432664,0.2143076),(0.126693,0.2017932),(0.12255,0.2017932),(0.12255,0.2059617),(0.126693,0.2059617),(0.1184131,0.2017932),(0.1142857,0.2017932),(0.1142857,0.2059617),(0.1184131,0.2059617),(0.1184131,0.2101325),(0.12255,0.2101325),(0.1142857,0.2101325),(0.1142857,0.2143075),(0.1184131,0.2143076),(0.12255,0.2143075),(0.126693,0.2101325),(0.126693,0.2143076),(0.1101713,0.2017932),(0.1060752,0.2017932),(0.1060752,0.2059617),(0.1101713,0.2059617),(0.1020023,0.2017932),(0.09795791,0.2017932),(0.1020023,0.2059617),(0.09795791,0.2059617),(0.1060752,0.2101325),(0.1020023,0.2101325),(0.09795791,0.2101325),(0.1020023,0.2143076),(0.09795791,0.2143075),(0.1060752,0.2143075),(0.1101713,0.2101325),(0.1101713,0.2143076),(0.09394707,0.2017932),(0.08994583,0.2017932),(0.09394707,0.2059617),(0.08994584,0.2059617),(0.08593026,0.2017932),(0.08187638,0.2017932),(0.08593025,0.2059617),(0.08187637,0.2059617),(0.08994584,0.2101325),(0.08593026,0.2101325),(0.08187638,0.2101325),(0.08593026,0.2143076),(0.08187638,0.2143075),(0.08994584,0.2143075),(0.09394707,0.2101325),(0.09394707,0.2143076),(0.07776025,0.2017932),(0.07361087,0.2017932),(0.07776025,0.2059617),(0.07361087,0.2059617),(0.06945725,0.2017932),(0.06532837,0.2017932),(0.06945725,0.2059617),(0.06532837,0.2059617),(0.07361087,0.2101325),(0.06945725,0.2101325),(0.06532837,0.2101325),(0.06945725,0.2143076),(0.06532837,0.2143075),(0.07361087,0.2143075),(0.07776025,0.2101325),(0.07776025,0.2143076),(0.06125325,0.2017932),(0.05721605,0.2017932),(0.06125325,0.2059617),(0.05721604,0.2059617),(0.05320094,0.2017932),(0.0491921,0.2017932),(0.05320094,0.2059617),(0.04919209,0.2059617),(0.05721605,0.2101325),(0.05320094,0.2101325),(0.0491921,0.2101325),(0.05320094,0.2143076),(0.04919209,0.2143075),(0.05721605,0.2143075),(0.06125325,0.2101325),(0.06125325,0.2143076),(0.04517369,0.2017932),(0.04115105,0.2017932),(0.04517369,0.2059617),(0.04115105,0.2059617),(0.0371295,0.2017932),(0.03311438,0.2017932),(0.0371295,0.2059617),(0.03311437,0.2059617),(0.04115105,0.2101325),(0.0371295,0.2101325),(0.03311438,0.2101325),(0.0371295,0.2143076),(0.03311438,0.2143075),(0.04115105,0.2143075),(0.04517369,0.2101325),(0.04517369,0.2143076),(0.029111,0.2017932),(0.02511186,0.2017932),(0.029111,0.2059617),(0.02511186,0.2059617),(0.02110944,0.2017932),(0.01709622,0.2017932),(0.01709622,0.2059617),(0.02110944,0.2059617),(0.02511186,0.2101325),(0.02110944,0.2101325),(0.01709622,0.2101325),(0.01709622,0.2143075),(0.02110944,0.2143076),(0.02511186,0.2143075),(0.029111,0.2101325),(0.029111,0.2143076),(0.01306469,0.2017932),(0.009019421,0.2017934),(0.009019421,0.2059616),(0.01306469,0.2059617),(0.004965,0.201794),(0.000906,0.2017947),(0.000906,0.2059605),(0.004965,0.2059611),(0.004965,0.2101294),(0.009019421,0.2101318),(0.000906,0.2101263),(0.000906,0.214292),(0.004965,0.2143029),(0.009019421,0.2143064),(0.01306469,0.2101325),(0.01306469,0.2143076),(0.999094,0.2184827),(0.9951518,0.2184858),(0.9912093,0.2184882),(0.9951518,0.2226738),(0.9912093,0.2226739),(0.999094,0.2226735),(0.9872664,0.2184889),(0.983323,0.2184889),(0.9872664,0.222674),(0.983323,0.222674),(0.9912093,0.2268606),(0.9872664,0.22686),(0.983323,0.22686),(0.9872664,0.2310445),(0.983323,0.2310445),(0.9912093,0.2310454),(0.999094,0.2268643),(0.9951518,0.2268622),(0.9951518,0.2310477),(0.999094,0.231055),(0.9793787,0.2184889),(0.9754275,0.2184889),(0.9793787,0.222674),(0.9754274,0.222674),(0.9714631,0.2184889),(0.9674796,0.2184889),(0.9714631,0.222674),(0.9674796,0.222674),(0.9754274,0.22686),(0.9714631,0.22686),(0.9674796,0.22686),(0.9714631,0.2310445),(0.9674796,0.2310445),(0.9754274,0.2310445),(0.9793787,0.22686),(0.9793787,0.2310445),(0.9634706,0.2184889),(0.9594426,0.2184889),(0.9634707,0.222674),(0.9594426,0.222674),(0.9554016,0.2184889),(0.9513539,0.2184889),(0.9554016,0.222674),(0.9513539,0.222674),(0.9594426,0.22686),(0.9554016,0.22686),(0.9513539,0.22686),(0.9554016,0.2310445),(0.9513539,0.2310445),(0.9594425,0.2310445),(0.9634707,0.22686),(0.9634706,0.2310445),(0.9473058,0.2184889),(0.9432498,0.2184889),(0.9473058,0.222674),(0.9432497,0.222674),(0.9391782,0.2184889),(0.9350839,0.2184889),(0.9391783,0.222674),(0.9350839,0.222674),(0.9432497,0.22686),(0.9391782,0.22686),(0.9350839,0.22686),(0.9391783,0.2310445),(0.9350839,0.2310445),(0.9432497,0.2310445),(0.9473058,0.22686),(0.9473058,0.2310445),(0.930959,0.2184889),(0.9268106,0.2184889),(0.930959,0.222674),(0.9268106,0.222674),(0.9226453,0.2184889),(0.9184701,0.2184889),(0.9226453,0.222674),(0.9184701,0.222674),(0.9268106,0.22686),(0.9226453,0.22686),(0.9184701,0.22686),(0.9226453,0.2310445),(0.9184701,0.2310445),(0.9268106,0.2310445),(0.930959,0.22686),(0.930959,0.2310445),(0.9142919,0.2184889),(0.910111,0.2184889),(0.9142919,0.222674),(0.9101109,0.222674),(0.9059278,0.2184889),(0.9017429,0.2184889),(0.9059278,0.222674),(0.9017429,0.222674),(0.910111,0.22686),(0.9059278,0.22686),(0.9017429,0.22686),(0.9059278,0.2310445),(0.9017428,0.2310445),(0.9101109,0.2310445),(0.9142919,0.22686),(0.9142919,0.2310445),(0.8975567,0.2184889),(0.8933688,0.2184889),(0.8975567,0.222674),(0.8933688,0.222674),(0.8891787,0.2184889),(0.8849859,0.2184889),(0.8891788,0.222674),(0.8849859,0.222674),(0.8933688,0.22686),(0.8891787,0.22686),(0.8849859,0.22686),(0.8891788,0.2310445),(0.8849859,0.2310445),(0.8933688,0.2310445),(0.8975567,0.22686),(0.8975567,0.2310445),(0.8807898,0.2184889),(0.8765806,0.2184889),(0.8807898,0.222674),(0.8765807,0.222674),(0.8723488,0.2184889),(0.8680845,0.2184889),(0.8723488,0.222674),(0.8680845,0.222674),(0.8765806,0.22686),(0.8723488,0.22686),(0.8680845,0.22686),(0.8723488,0.2310445),(0.8680845,0.2310445),(0.8765806,0.2310445),(0.8807898,0.22686),(0.8807898,0.2310445),(0.8637781,0.2184889),(0.8594491,0.2184889),(0.8637781,0.222674),(0.8594491,0.222674),(0.8551173,0.2184889),(0.8508024,0.2184889),(0.8551173,0.222674),(0.8508024,0.222674),(0.8594491,0.22686),(0.8551173,0.22686),(0.8508024,0.22686),(0.8551173,0.2310445),(0.8508024,0.2310445),(0.859449,0.2310445),(0.8637781,0.22686),(0.8637781,0.2310445),(0.846524,0.2184889),(0.8422731,0.2184889),(0.846524,0.222674),(0.8422731,0.222674),(0.8380403,0.2184889),(0.8338165,0.2184889),(0.8380403,0.222674),(0.8338165,0.222674),(0.8422731,0.22686),(0.8380403,0.22686),(0.8338165,0.22686),(0.8380404,0.2310445),(0.8338165,0.2310445),(0.8422731,0.2310445),(0.846524,0.22686),(0.846524,0.2310445),(0.8295926,0.2184889),(0.8253628,0.2184889),(0.8295926,0.222674),(0.8253628,0.222674),(0.8211217,0.2184889),(0.8168637,0.2184889),(0.8211217,0.222674),(0.8168637,0.222674),(0.8253628,0.22686),(0.8211217,0.22686),(0.8168637,0.22686),(0.8211217,0.2310445),(0.8168637,0.2310445),(0.8253628,0.2310445),(0.8295926,0.22686),(0.8295926,0.2310445),(0.8125832,0.2184889),(0.8082899,0.2184889),(0.8125832,0.222674),(0.8082899,0.222674),(0.8039935,0.2184889),(0.7997035,0.2184889),(0.8039935,0.222674),(0.7997035,0.222674),(0.8082899,0.22686),(0.8039935,0.22686),(0.7997035,0.22686),(0.8039935,0.2310445),(0.7997035,0.2310445),(0.8082899,0.2310445),(0.8125832,0.22686),(0.8125832,0.2310445),(0.7954297,0.2184889),(0.7911757,0.2184889),(0.7954297,0.222674),(0.7911757,0.222674),(0.7869452,0.2184889),(0.7827417,0.2184889),(0.7869452,0.222674),(0.7827417,0.222674),(0.7911757,0.22686),(0.7869452,0.22686),(0.7827417,0.22686),(0.7869452,0.2310445),(0.7827417,0.2310445),(0.7911757,0.2310445),(0.7954297,0.22686),(0.7954297,0.2310445),(0.7785689,0.2184889),(0.7744211,0.2184889),(0.7785689,0.222674),(0.7744212,0.222674),(0.7702925,0.2184889),(0.7661775,0.2184889),(0.7702925,0.222674),(0.7661775,0.222674),(0.7744212,0.22686),(0.7702925,0.22686),(0.7661775,0.22686),(0.7702925,0.2310445),(0.7661775,0.2310445),(0.7744212,0.2310445),(0.778569,0.22686),(0.778569,0.2310445),(0.7620703,0.2184889),(0.757961,0.2184889),(0.7620703,0.222674),(0.757961,0.222674),(0.7538399,0.2184889),(0.7496969,0.2184889),(0.7538399,0.222674),(0.7496969,0.222674),(0.757961,0.22686),(0.7538399,0.22686),(0.7496969,0.22686),(0.7538399,0.2310445),(0.7496969,0.2310445),(0.757961,0.2310445),(0.7620703,0.22686),(0.7620703,0.2310445),(0.7455223,0.2184889),(0.7413244,0.2184889),(0.7455223,0.222674),(0.7413245,0.222674),(0.7371117,0.2184889),(0.7328922,0.2184889),(0.7371117,0.222674),(0.7328923,0.222674),(0.7413245,0.22686),(0.7371117,0.22686),(0.7328922,0.22686),(0.7371117,0.2310445),(0.7328922,0.2310445),(0.7413245,0.2310445),(0.7455223,0.22686),(0.7455223,0.2310445),(0.7286744,0.2184889),(0.7244572,0.2184889),(0.7286744,0.222674),(0.7244572,0.222674),(0.7202395,0.2184889),(0.71602,0.2184889),(0.7202395,0.222674),(0.71602,0.222674),(0.7244572,0.22686),(0.7202395,0.22686),(0.71602,0.22686),(0.7202394,0.2310445),(0.71602,0.2310445),(0.7244572,0.2310445),(0.7286744,0.22686),(0.7286744,0.2310445),(0.7117977,0.2184889),(0.7075742,0.2184889),(0.7117977,0.222674),(0.7075742,0.222674),(0.7033514,0.2184889),(0.6991307,0.2184889),(0.7033514,0.222674),(0.6991307,0.222674),(0.7075742,0.22686),(0.7033514,0.22686),(0.6991307,0.22686),(0.7033514,0.2310445),(0.6991307,0.2310445),(0.7075742,0.2310445),(0.7117977,0.22686),(0.7117977,0.2310445),(0.6949139,0.2184889),(0.6906992,0.2184889),(0.6949139,0.222674),(0.6906992,0.222674),(0.6864849,0.2184889),(0.6822694,0.2184889),(0.6864849,0.222674),(0.6822693,0.222674),(0.6906992,0.22686),(0.6864849,0.22686),(0.6822694,0.22686),(0.6864849,0.2310445),(0.6822693,0.2310445),(0.6906992,0.2310445),(0.6949139,0.22686),(0.6949139,0.2310445),(0.6780508,0.2184889),(0.6738272,0.2184889),(0.6780507,0.222674),(0.6738272,0.222674),(0.6695971,0.2184889),(0.6653587,0.2184889),(0.6695971,0.222674),(0.6653587,0.222674),(0.6738272,0.22686),(0.6695971,0.22686),(0.6653587,0.22686),(0.6695971,0.2310445),(0.6653587,0.2310445),(0.6738272,0.2310445),(0.6780508,0.22686),(0.6780507,0.2310445),(0.6611102,0.2184889),(0.6568571,0.2184889),(0.6611102,0.222674),(0.6568571,0.222674),(0.6526053,0.2184889),(0.6483604,0.2184889),(0.6526054,0.222674),(0.6483604,0.222674),(0.6568571,0.22686),(0.6526054,0.22686),(0.6483604,0.22686),(0.6526053,0.2310445),(0.6483604,0.2310445),(0.6568571,0.2310445),(0.6611102,0.22686),(0.6611102,0.2310445),(0.6441281,0.2184889),(0.6399043,0.2184889),(0.6441281,0.222674),(0.6399043,0.222674),(0.635685,0.2184889),(0.6314663,0.2184889),(0.635685,0.222674),(0.6314663,0.222674),(0.6399043,0.22686),(0.635685,0.22686),(0.6314663,0.22686),(0.635685,0.2310445),(0.6314663,0.2310445),(0.6399043,0.2310445),(0.6441281,0.22686),(0.6441281,0.2310445),(0.627244,0.2184889),(0.6230208,0.2184889),(0.627244,0.222674),(0.6230209,0.222674),(0.6187993,0.2184889),(0.6145822,0.2184889),(0.6187993,0.222674),(0.6145822,0.222674),(0.6230208,0.22686),(0.6187993,0.22686),(0.6145822,0.22686),(0.6187993,0.2310445),(0.6145822,0.2310445),(0.6230209,0.2310445),(0.627244,0.22686),(0.627244,0.2310445),(0.6103719,0.2184889),(0.6061606,0.2184889),(0.6103719,0.222674),(0.6061606,0.222674),(0.6019406,0.2184889),(0.5977041,0.2184889),(0.6019406,0.222674),(0.5977041,0.222674),(0.6061606,0.22686),(0.6019406,0.22686),(0.5977041,0.22686),(0.6019406,0.2310445),(0.5977041,0.2310445),(0.6061606,0.2310445),(0.6103719,0.22686),(0.6103719,0.2310445),(0.5934432,0.2184889),(0.589169,0.2184889),(0.5934432,0.222674),(0.589169,0.222674),(0.5848927,0.2184889),(0.5806257,0.2184889),(0.5848927,0.222674),(0.5806257,0.222674),(0.589169,0.22686),(0.5848927,0.22686),(0.5806257,0.22686),(0.5848927,0.2310445),(0.5806257,0.2310445),(0.589169,0.2310445),(0.5934432,0.22686),(0.5934432,0.2310445),(0.5763788,0.2184889),(0.572147,0.2184889),(0.5763788,0.222674),(0.572147,0.222674),(0.567925,0.2184889),(0.5637077,0.2184889),(0.567925,0.222674),(0.5637077,0.222674),(0.572147,0.22686),(0.567925,0.22686),(0.5637077,0.22686),(0.567925,0.2310445),(0.5637077,0.2310445),(0.572147,0.2310445),(0.5763788,0.22686),(0.5763788,0.2310445),(0.55949,0.2184889),(0.5552715,0.2184889),(0.55949,0.222674),(0.5552715,0.222674),(0.5510522,0.2184889),(0.5468317,0.2184889),(0.5510522,0.222674),(0.5468317,0.222674),(0.5552715,0.22686),(0.5510522,0.22686),(0.5468317,0.22686),(0.5510522,0.2310445),(0.5468317,0.2310445),(0.5552715,0.2310445),(0.55949,0.22686),(0.55949,0.2310445),(0.5426099,0.2184889),(0.5383899,0.2184889),(0.5426099,0.222674),(0.5383899,0.222674),(0.5341746,0.2184889),(0.5299669,0.2184889),(0.5341746,0.222674),(0.5299669,0.222674),(0.5383899,0.22686),(0.5341746,0.22686),(0.5299669,0.22686),(0.5341746,0.2310445),(0.529967,0.2310445),(0.5383899,0.2310445),(0.5426099,0.22686),(0.5426099,0.2310445),(0.52577,0.2184889),(0.5215818,0.2184889),(0.52577,0.222674),(0.5215818,0.222674),(0.5174,0.2184889),(0.5132228,0.2184889),(0.5174,0.222674),(0.5132228,0.222674),(0.5215818,0.22686),(0.5174,0.22686),(0.5132228,0.22686),(0.5174,0.2310445),(0.5132228,0.2310445),(0.5215818,0.2310445),(0.52577,0.22686),(0.52577,0.2310445),(0.5090478,0.2184889),(0.5048727,0.2184889),(0.5090478,0.222674),(0.5048727,0.222674),(0.5006949,0.2184889),(0.4965119,0.2184889),(0.5006949,0.222674),(0.4965119,0.222674),(0.5048727,0.22686),(0.5006949,0.22686),(0.4965119,0.22686),(0.5006949,0.2310445),(0.4965119,0.2310445),(0.5048727,0.2310445),(0.5090478,0.22686),(0.5090478,0.2310445),(0.4923214,0.2184889),(0.4881234,0.2184889),(0.4881234,0.222674),(0.4923214,0.222674),(0.4839184,0.2184889),(0.4797065,0.2184889),(0.4797065,0.222674),(0.4839184,0.222674),(0.4839184,0.22686),(0.4881234,0.22686),(0.4797065,0.22686),(0.4797064,0.2310445),(0.4839184,0.2310445),(0.4881234,0.2310445),(0.4923214,0.22686),(0.4923214,0.2310445),(0.4754879,0.2184889),(0.4712752,0.2184889),(0.4712752,0.222674),(0.4754879,0.222674),(0.4670808,0.2184889),(0.4629171,0.2184889),(0.4629171,0.222674),(0.4670808,0.222674),(0.4670808,0.22686),(0.4712752,0.22686),(0.4629171,0.22686),(0.4629171,0.2310445),(0.4670808,0.2310445),(0.4712752,0.2310445),(0.4754879,0.22686),(0.4754879,0.2310445),(0.4587967,0.2184889),(0.4547031,0.2184889),(0.4547031,0.222674),(0.4587967,0.222674),(0.4506197,0.2184889),(0.44653,0.2184889),(0.4506197,0.222674),(0.44653,0.222674),(0.4506197,0.22686),(0.4547031,0.22686),(0.44653,0.22686),(0.4506197,0.2310445),(0.44653,0.2310445),(0.4547031,0.2310445),(0.4587967,0.22686),(0.4587967,0.2310445),(0.4424174,0.2184889),(0.4382856,0.2184889),(0.4424174,0.222674),(0.4382856,0.222674),(0.4341379,0.2184889),(0.429978,0.2184889),(0.429978,0.222674),(0.4341379,0.222674),(0.4341379,0.22686),(0.4382856,0.22686),(0.429978,0.22686),(0.429978,0.2310445),(0.4341379,0.2310445),(0.4382856,0.2310445),(0.4424174,0.22686),(0.4424174,0.2310445),(0.4258092,0.2184889),(0.4216311,0.2184889),(0.4216312,0.222674),(0.4258092,0.222674),(0.4174434,0.2184889),(0.4132456,0.2184889),(0.4132456,0.222674),(0.4174434,0.222674),(0.4174434,0.22686),(0.4216312,0.22686),(0.4132456,0.22686),(0.4132456,0.2310445),(0.4174434,0.2310445),(0.4216312,0.2310445),(0.4258092,0.22686),(0.4258092,0.2310445),(0.4090372,0.2184889),(0.4048201,0.2184889),(0.4048201,0.222674),(0.4090372,0.222674),(0.4005963,0.2184889),(0.3963675,0.2184889),(0.3963675,0.222674),(0.4005963,0.222674),(0.4005963,0.22686),(0.4048201,0.22686),(0.3963675,0.22686),(0.3963675,0.2310445),(0.4005963,0.2310445),(0.4048201,0.2310445),(0.4090372,0.22686),(0.4090372,0.2310445),(0.3921357,0.2184889),(0.3879012,0.2184889),(0.3879012,0.222674),(0.3921357,0.222674),(0.3836642,0.2184889),(0.3794248,0.2184889),(0.3794249,0.222674),(0.3836642,0.222674),(0.3836642,0.22686),(0.3879012,0.22686),(0.3794248,0.22686),(0.3794248,0.2310445),(0.3836642,0.2310445),(0.3879012,0.2310445),(0.3921357,0.22686),(0.3921357,0.2310445),(0.3751834,0.2184889),(0.3709441,0.2184889),(0.3709441,0.222674),(0.3751834,0.222674),(0.3667112,0.2184889),(0.3624887,0.2184889),(0.3624887,0.222674),(0.3667112,0.222674),(0.3667112,0.22686),(0.3709442,0.22686),(0.3624887,0.22686),(0.3624887,0.2310445),(0.3667112,0.2310445),(0.3709441,0.2310445),(0.3751834,0.22686),(0.3751834,0.2310445),(0.358281,0.2184889),(0.3540821,0.2184889),(0.3540821,0.222674),(0.358281,0.222674),(0.3498864,0.2184889),(0.3456882,0.2184889),(0.3456882,0.222674),(0.3498864,0.222674),(0.3498864,0.22686),(0.3540821,0.22686),(0.3456882,0.22686),(0.3456882,0.2310445),(0.3498864,0.2310445),(0.3540821,0.2310445),(0.3582809,0.22686),(0.358281,0.2310445),(0.3414817,0.2184889),(0.3372694,0.2184889),(0.3372695,0.222674),(0.3414817,0.222674),(0.3330541,0.2184889),(0.3288383,0.2184889),(0.3288383,0.222674),(0.3330541,0.222674),(0.3330541,0.22686),(0.3372695,0.22686),(0.3288383,0.22686),(0.3288383,0.2310445),(0.3330541,0.2310445),(0.3372695,0.2310445),(0.3414817,0.22686),(0.3414817,0.2310445),(0.3246247,0.2184889),(0.3204179,0.2184889),(0.3204179,0.222674),(0.3246247,0.222674),(0.3162228,0.2184889),(0.3120441,0.2184889),(0.3120441,0.222674),(0.3162228,0.222674),(0.3162228,0.22686),(0.3204179,0.22686),(0.3120441,0.22686),(0.3120441,0.2310445),(0.3162228,0.2310445),(0.3204179,0.2310445),(0.3246247,0.22686),(0.3246247,0.2310445),(0.3078868,0.2184889),(0.3037427,0.2184889),(0.3037427,0.222674),(0.3078868,0.222674),(0.2996041,0.2184889),(0.2954631,0.2184889),(0.2954631,0.222674),(0.2996041,0.222674),(0.2996041,0.22686),(0.3037428,0.22686),(0.2954631,0.22686),(0.2954631,0.2310445),(0.2996041,0.2310445),(0.3037427,0.2310445),(0.3078868,0.22686),(0.3078868,0.2310445),(0.2913116,0.2184889),(0.2871543,0.2184889),(0.2871543,0.222674),(0.2913116,0.222674),(0.2829956,0.2184889),(0.2788399,0.2184889),(0.2788399,0.222674),(0.2829956,0.222674),(0.2829956,0.22686),(0.2871543,0.22686),(0.2788399,0.22686),(0.2788399,0.2310445),(0.2829956,0.2310445),(0.2871543,0.2310445),(0.2913116,0.22686),(0.2913116,0.2310445),(0.2746918,0.2184889),(0.2705556,0.2184889),(0.2705556,0.222674),(0.2746918,0.222674),(0.2664356,0.2184889),(0.262336,0.2184889),(0.262336,0.222674),(0.2664356,0.222674),(0.2664356,0.22686),(0.2705556,0.22686),(0.262336,0.22686),(0.262336,0.2310445),(0.2664356,0.2310445),(0.2705556,0.2310445),(0.2746918,0.22686),(0.2746918,0.2310445),(0.2582613,0.2184889),(0.254209,0.2184889),(0.254209,0.222674),(0.2582613,0.222674),(0.2501769,0.2184889),(0.2461624,0.2184889),(0.2501769,0.222674),(0.2461624,0.222674),(0.2501769,0.22686),(0.254209,0.22686),(0.2461624,0.22686),(0.2501769,0.2310445),(0.2461624,0.2310445),(0.254209,0.2310445),(0.2582613,0.22686),(0.2582613,0.2310445),(0.2421634,0.2184889),(0.238164,0.2184889),(0.2421634,0.222674),(0.238164,0.222674),(0.2341487,0.2184889),(0.2301017,0.2184889),(0.2341487,0.222674),(0.2301017,0.222674),(0.238164,0.22686),(0.2341487,0.22686),(0.2301017,0.22686),(0.2341487,0.2310445),(0.2301017,0.2310445),(0.238164,0.2310445),(0.2421634,0.22686),(0.2421634,0.2310445),(0.2260074,0.2184889),(0.2218787,0.2184889),(0.2218787,0.222674),(0.2260074,0.222674),(0.2177283,0.2184889),(0.2135691,0.2184889),(0.2135692,0.222674),(0.2177283,0.222674),(0.2177283,0.22686),(0.2218787,0.22686),(0.2135691,0.22686),(0.2135692,0.2310445),(0.2177283,0.2310445),(0.2218787,0.2310445),(0.2260074,0.22686),(0.2260074,0.2310445),(0.2094141,0.2184889),(0.2052627,0.2184889),(0.2052627,0.222674),(0.2094141,0.222674),(0.2011147,0.2184889),(0.1969699,0.2184889),(0.1969699,0.222674),(0.2011147,0.222674),(0.2011147,0.22686),(0.2052627,0.22686),(0.1969699,0.22686),(0.1969699,0.2310445),(0.2011147,0.2310445),(0.2052627,0.2310445),(0.2094141,0.22686),(0.2094141,0.2310445),(0.1928277,0.2184889),(0.1886888,0.2184889),(0.1886888,0.222674),(0.1928277,0.222674),(0.1845533,0.2184889),(0.1804218,0.2184889),(0.1804218,0.222674),(0.1845533,0.222674),(0.1845533,0.22686),(0.1886888,0.22686),(0.1804218,0.22686),(0.1804218,0.2310445),(0.1845533,0.2310445),(0.1886888,0.2310445),(0.1928277,0.22686),(0.1928277,0.2310445),(0.1762946,0.2184889),(0.1721701,0.2184889),(0.1762946,0.222674),(0.1721701,0.222674),(0.1680468,0.2184889),(0.163923,0.2184889),(0.163923,0.222674),(0.1680468,0.222674),(0.1680468,0.22686),(0.1721701,0.22686),(0.163923,0.22686),(0.163923,0.2310445),(0.1680468,0.2310445),(0.1721701,0.2310445),(0.1762946,0.22686),(0.1762946,0.2310445),(0.1597973,0.2184889),(0.1556691,0.2184889),(0.1556691,0.222674),(0.1597973,0.222674),(0.1515382,0.2184889),(0.1474041,0.2184889),(0.1474041,0.222674),(0.1515382,0.222674),(0.1515382,0.22686),(0.1556691,0.22686),(0.1474041,0.22686),(0.1474041,0.2310445),(0.1515382,0.2310445),(0.1556691,0.2310445),(0.1597973,0.22686),(0.1597973,0.2310445),(0.1432664,0.2184889),(0.1391259,0.2184889),(0.1391259,0.222674),(0.1432664,0.222674),(0.134983,0.2184889),(0.1308385,0.2184889),(0.1308385,0.222674),(0.134983,0.222674),(0.134983,0.22686),(0.1391259,0.22686),(0.1308385,0.22686),(0.1308385,0.2310445),(0.134983,0.2310445),(0.1391259,0.2310445),(0.1432664,0.22686),(0.1432664,0.2310445),(0.126693,0.2184889),(0.12255,0.2184889),(0.12255,0.222674),(0.126693,0.222674),(0.1184131,0.2184889),(0.1142857,0.2184889),(0.1142857,0.222674),(0.1184131,0.222674),(0.1184131,0.22686),(0.12255,0.22686),(0.1142857,0.22686),(0.1184131,0.2310445),(0.1142857,0.2310445),(0.12255,0.2310445),(0.126693,0.22686),(0.126693,0.2310445),(0.1101713,0.2184889),(0.1060752,0.2184889),(0.1101713,0.222674),(0.1060752,0.222674),(0.1020023,0.2184889),(0.09795791,0.2184889),(0.1020023,0.222674),(0.09795791,0.222674),(0.1060752,0.22686),(0.1020023,0.22686),(0.09795791,0.22686),(0.1020023,0.2310445),(0.09795791,0.2310445),(0.1060752,0.2310445),(0.1101713,0.22686),(0.1101713,0.2310445),(0.09394707,0.2184889),(0.08994583,0.2184889),(0.09394707,0.222674),(0.08994584,0.222674),(0.08593026,0.2184889),(0.08187638,0.2184889),(0.08593025,0.222674),(0.08187637,0.222674),(0.08994584,0.22686),(0.08593026,0.22686),(0.08187638,0.22686),(0.08593026,0.2310445),(0.08187638,0.2310445),(0.08994584,0.2310445),(0.09394707,0.22686),(0.09394707,0.2310445),(0.07776025,0.2184889),(0.07361087,0.2184889),(0.07776025,0.222674),(0.07361087,0.222674),(0.06945725,0.2184889),(0.06532837,0.2184889),(0.06945725,0.222674),(0.06532837,0.222674),(0.07361087,0.22686),(0.06945725,0.22686),(0.06532837,0.22686),(0.06945725,0.2310445),(0.06532837,0.2310445),(0.07361087,0.2310445),(0.07776025,0.22686),(0.07776025,0.2310445),(0.06125325,0.2184889),(0.05721605,0.2184889),(0.06125325,0.222674),(0.05721604,0.222674),(0.05320094,0.2184889),(0.0491921,0.2184889),(0.05320094,0.222674),(0.04919209,0.222674),(0.05721605,0.22686),(0.05320094,0.22686),(0.0491921,0.22686),(0.05320094,0.2310445),(0.04919209,0.2310445),(0.05721605,0.2310445),(0.06125325,0.22686),(0.06125325,0.2310445),(0.04517369,0.2184889),(0.04115105,0.2184889),(0.04517369,0.222674),(0.04115105,0.222674),(0.0371295,0.2184889),(0.03311438,0.2184889),(0.0371295,0.222674),(0.03311437,0.222674),(0.0371295,0.22686),(0.04115105,0.22686),(0.03311438,0.22686),(0.03311438,0.2310445),(0.0371295,0.2310445),(0.04115105,0.2310445),(0.04517369,0.22686),(0.04517369,0.2310445),(0.029111,0.2184889),(0.02511186,0.2184889),(0.029111,0.222674),(0.02511186,0.222674),(0.02110944,0.2184889),(0.01709622,0.2184889),(0.01709622,0.222674),(0.02110944,0.222674),(0.02511186,0.22686),(0.02110944,0.22686),(0.01709622,0.22686),(0.02110944,0.2310445),(0.01709622,0.2310445),(0.02511186,0.2310445),(0.029111,0.22686),(0.029111,0.2310445),(0.01306469,0.2184889),(0.009019421,0.2184882),(0.009019421,0.2226739),(0.01306469,0.222674),(0.004965,0.2184858),(0.000906,0.2184827),(0.000906,0.2226735),(0.004965,0.2226738),(0.004965,0.2268622),(0.009019421,0.2268606),(0.000906,0.2268643),(0.000906,0.231055),(0.004965,0.2310477),(0.009019421,0.2310452),(0.01306469,0.22686),(0.01306469,0.2310445),(0.999094,0.235229),(0.9951518,0.2352269),(0.9912093,0.2352253),(0.9951518,0.2394009),(0.9912093,0.2393993),(0.999094,0.239403),(0.9872664,0.2352248),(0.983323,0.2352248),(0.9872664,0.2393987),(0.983323,0.2393988),(0.9912093,0.2435659),(0.9872664,0.2435642),(0.983323,0.2435642),(0.9872664,0.2477191),(0.983323,0.2477192),(0.9912093,0.2477216),(0.999094,0.243577),(0.9951518,0.2435706),(0.9951518,0.2477286),(0.999094,0.247751),(0.9793787,0.2352248),(0.9754275,0.2352248),(0.9793787,0.2393987),(0.9754274,0.2393988),(0.9714631,0.2352248),(0.9674796,0.2352248),(0.9714631,0.2393987),(0.9674796,0.2393988),(0.9754274,0.2435642),(0.9714631,0.2435642),(0.9674796,0.2435642),(0.9714631,0.2477191),(0.9674796,0.2477192),(0.9754274,0.2477192),(0.9793787,0.2435642),(0.9793787,0.2477191),(0.9634706,0.2352248),(0.9594426,0.2352248),(0.9634707,0.2393987),(0.9594426,0.2393988),(0.9554016,0.2352248),(0.9513539,0.2352248),(0.9554016,0.2393987),(0.9513539,0.2393988),(0.9594426,0.2435642),(0.9554016,0.2435642),(0.9513539,0.2435642),(0.9554016,0.2477191),(0.9513539,0.2477192),(0.9594425,0.2477192),(0.9634707,0.2435642),(0.9634706,0.2477191),(0.9473058,0.2352248),(0.9432498,0.2352248),(0.9473058,0.2393987),(0.9432497,0.2393988),(0.9391782,0.2352248),(0.9350839,0.2352248),(0.9391783,0.2393987),(0.9350839,0.2393988),(0.9432497,0.2435642),(0.9391782,0.2435642),(0.9350839,0.2435642),(0.9391783,0.2477191),(0.9350839,0.2477192),(0.9432497,0.2477192),(0.9473058,0.2435642),(0.9473058,0.2477191),(0.930959,0.2352248),(0.9268106,0.2352248),(0.930959,0.2393987),(0.9268106,0.2393988),(0.9226453,0.2352248),(0.9184701,0.2352248),(0.9226453,0.2393987),(0.9184701,0.2393988),(0.9268106,0.2435642),(0.9226453,0.2435642),(0.9184701,0.2435642),(0.9226453,0.2477191),(0.9184701,0.2477192),(0.9268106,0.2477192),(0.930959,0.2435642),(0.930959,0.2477191),(0.9142919,0.2352248),(0.910111,0.2352248),(0.9142919,0.2393987),(0.9101109,0.2393988),(0.9059278,0.2352248),(0.9017429,0.2352248),(0.9059278,0.2393987),(0.9017429,0.2393988),(0.910111,0.2435642),(0.9059278,0.2435642),(0.9017429,0.2435642),(0.9059278,0.2477191),(0.9017428,0.2477192),(0.9101109,0.2477192),(0.9142919,0.2435642),(0.9142919,0.2477191),(0.8975567,0.2352248),(0.8933688,0.2352248),(0.8975567,0.2393987),(0.8933688,0.2393988),(0.8891787,0.2352248),(0.8849859,0.2352248),(0.8891788,0.2393987),(0.8849859,0.2393988),(0.8933688,0.2435642),(0.8891787,0.2435642),(0.8849859,0.2435642),(0.8891788,0.2477191),(0.8849859,0.2477192),(0.8933688,0.2477192),(0.8975567,0.2435642),(0.8975567,0.2477191),(0.8807898,0.2352248),(0.8765806,0.2352248),(0.8807898,0.2393987),(0.8765807,0.2393988),(0.8723488,0.2352248),(0.8680845,0.2352248),(0.8723488,0.2393987),(0.8680845,0.2393988),(0.8765806,0.2435642),(0.8723488,0.2435642),(0.8680845,0.2435642),(0.8723488,0.2477191),(0.8680845,0.2477192),(0.8765806,0.2477192),(0.8807898,0.2435642),(0.8807898,0.2477191),(0.8637781,0.2352248),(0.8594491,0.2352248),(0.8637781,0.2393987),(0.8594491,0.2393988),(0.8551173,0.2352248),(0.8508024,0.2352248),(0.8551173,0.2393987),(0.8508024,0.2393988),(0.8594491,0.2435642),(0.8551173,0.2435642),(0.8508024,0.2435642),(0.8551173,0.2477191),(0.8508024,0.2477192),(0.859449,0.2477192),(0.8637781,0.2435642),(0.8637781,0.2477191),(0.846524,0.2352248),(0.8422731,0.2352248),(0.846524,0.2393987),(0.8422731,0.2393988),(0.8380403,0.2352248),(0.8338165,0.2352248),(0.8380403,0.2393987),(0.8338165,0.2393988),(0.8422731,0.2435642),(0.8380403,0.2435642),(0.8338165,0.2435642),(0.8380404,0.2477191),(0.8338165,0.2477192),(0.8422731,0.2477192),(0.846524,0.2435642),(0.846524,0.2477191),(0.8295926,0.2352248),(0.8253628,0.2352248),(0.8295926,0.2393987),(0.8253628,0.2393988),(0.8211217,0.2352248),(0.8168637,0.2352248),(0.8211217,0.2393987),(0.8168637,0.2393988),(0.8253628,0.2435642),(0.8211217,0.2435642),(0.8168637,0.2435642),(0.8211217,0.2477191),(0.8168637,0.2477192),(0.8253628,0.2477192),(0.8295926,0.2435642),(0.8295926,0.2477191),(0.8125832,0.2352248),(0.8082899,0.2352248),(0.8125832,0.2393987),(0.8082899,0.2393988),(0.8039935,0.2352248),(0.7997035,0.2352248),(0.8039935,0.2393987),(0.7997035,0.2393988),(0.8082899,0.2435642),(0.8039935,0.2435642),(0.7997035,0.2435642),(0.8039935,0.2477191),(0.7997035,0.2477192),(0.8082899,0.2477192),(0.8125832,0.2435642),(0.8125832,0.2477191),(0.7954297,0.2352248),(0.7911757,0.2352248),(0.7954297,0.2393987),(0.7911757,0.2393988),(0.7869452,0.2352248),(0.7827417,0.2352248),(0.7869452,0.2393987),(0.7827417,0.2393988),(0.7911757,0.2435642),(0.7869452,0.2435642),(0.7827417,0.2435642),(0.7869452,0.2477191),(0.7827417,0.2477192),(0.7911757,0.2477192),(0.7954297,0.2435642),(0.7954297,0.2477191),(0.7785689,0.2352248),(0.7744211,0.2352248),(0.7785689,0.2393987),(0.7744212,0.2393988),(0.7702925,0.2352248),(0.7661775,0.2352248),(0.7702925,0.2393987),(0.7661775,0.2393988),(0.7744212,0.2435642),(0.7702925,0.2435642),(0.7661775,0.2435642),(0.7702925,0.2477191),(0.7661775,0.2477192),(0.7744212,0.2477192),(0.778569,0.2435642),(0.778569,0.2477191),(0.7620703,0.2352248),(0.757961,0.2352248),(0.7620703,0.2393987),(0.757961,0.2393988),(0.7538399,0.2352248),(0.7496969,0.2352248),(0.7538399,0.2393987),(0.7496969,0.2393988),(0.757961,0.2435642),(0.7538399,0.2435642),(0.7496969,0.2435642),(0.7538399,0.2477191),(0.7496969,0.2477192),(0.757961,0.2477192),(0.7620703,0.2435642),(0.7620703,0.2477191),(0.7455223,0.2352248),(0.7413244,0.2352248),(0.7455223,0.2393987),(0.7413245,0.2393988),(0.7371117,0.2352248),(0.7328922,0.2352248),(0.7371117,0.2393987),(0.7328923,0.2393988),(0.7413245,0.2435642),(0.7371117,0.2435642),(0.7328922,0.2435642),(0.7371117,0.2477191),(0.7328922,0.2477192),(0.7413245,0.2477192),(0.7455223,0.2435642),(0.7455223,0.2477191),(0.7286744,0.2352248),(0.7244572,0.2352248),(0.7286744,0.2393987),(0.7244572,0.2393988),(0.7202395,0.2352248),(0.71602,0.2352248),(0.7202395,0.2393987),(0.71602,0.2393988),(0.7244572,0.2435642),(0.7202395,0.2435642),(0.71602,0.2435642),(0.7202394,0.2477191),(0.71602,0.2477192),(0.7244572,0.2477192),(0.7286744,0.2435642),(0.7286744,0.2477191),(0.7117977,0.2352248),(0.7075742,0.2352248),(0.7117977,0.2393987),(0.7075742,0.2393988),(0.7033514,0.2352248),(0.6991307,0.2352248),(0.7033514,0.2393987),(0.6991307,0.2393988),(0.7075742,0.2435642),(0.7033514,0.2435642),(0.6991307,0.2435642),(0.7033514,0.2477191),(0.6991307,0.2477192),(0.7075742,0.2477192),(0.7117977,0.2435642),(0.7117977,0.2477191),(0.6949139,0.2352248),(0.6906992,0.2352248),(0.6949139,0.2393987),(0.6906992,0.2393988),(0.6864849,0.2352248),(0.6822694,0.2352248),(0.6864849,0.2393987),(0.6822693,0.2393988),(0.6906992,0.2435642),(0.6864849,0.2435642),(0.6822694,0.2435642),(0.6864849,0.2477191),(0.6822693,0.2477192),(0.6906992,0.2477192),(0.6949139,0.2435642),(0.6949139,0.2477191),(0.6780508,0.2352248),(0.6738272,0.2352248),(0.6780507,0.2393987),(0.6738272,0.2393988),(0.6695971,0.2352248),(0.6653587,0.2352248),(0.6695971,0.2393987),(0.6653587,0.2393988),(0.6738272,0.2435642),(0.6695971,0.2435642),(0.6653587,0.2435642),(0.6695971,0.2477191),(0.6653587,0.2477192),(0.6738272,0.2477192),(0.6780508,0.2435642),(0.6780507,0.2477191),(0.6611102,0.2352248),(0.6568571,0.2352248),(0.6611102,0.2393987),(0.6568571,0.2393988),(0.6526053,0.2352248),(0.6483604,0.2352248),(0.6526054,0.2393987),(0.6483604,0.2393988),(0.6568571,0.2435642),(0.6526054,0.2435642),(0.6483604,0.2435642),(0.6526053,0.2477191),(0.6483604,0.2477192),(0.6568571,0.2477192),(0.6611102,0.2435642),(0.6611102,0.2477191),(0.6441281,0.2352248),(0.6399043,0.2352248),(0.6441281,0.2393987),(0.6399043,0.2393988),(0.635685,0.2352248),(0.6314663,0.2352248),(0.635685,0.2393987),(0.6314663,0.2393988),(0.6399043,0.2435642),(0.635685,0.2435642),(0.6314663,0.2435642),(0.635685,0.2477191),(0.6314663,0.2477192),(0.6399043,0.2477192),(0.6441281,0.2435642),(0.6441281,0.2477191),(0.627244,0.2352248),(0.6230208,0.2352248),(0.627244,0.2393987),(0.6230209,0.2393988),(0.6187993,0.2352248),(0.6145822,0.2352248),(0.6187993,0.2393987),(0.6145822,0.2393988),(0.6230208,0.2435642),(0.6187993,0.2435642),(0.6145822,0.2435642),(0.6187993,0.2477191),(0.6145822,0.2477192),(0.6230209,0.2477192),(0.627244,0.2435642),(0.627244,0.2477191),(0.6103719,0.2352248),(0.6061606,0.2352248),(0.6103719,0.2393987),(0.6061606,0.2393988),(0.6019406,0.2352248),(0.5977041,0.2352248),(0.6019406,0.2393987),(0.5977041,0.2393988),(0.6061606,0.2435642),(0.6019406,0.2435642),(0.5977041,0.2435642),(0.6019406,0.2477191),(0.5977041,0.2477192),(0.6061606,0.2477192),(0.6103719,0.2435642),(0.6103719,0.2477191),(0.5934432,0.2352248),(0.589169,0.2352248),(0.5934432,0.2393987),(0.589169,0.2393988),(0.5848927,0.2352248),(0.5806257,0.2352248),(0.5848927,0.2393987),(0.5806257,0.2393988),(0.589169,0.2435642),(0.5848927,0.2435642),(0.5806257,0.2435642),(0.5848927,0.2477191),(0.5806257,0.2477192),(0.589169,0.2477192),(0.5934432,0.2435642),(0.5934432,0.2477191),(0.5763788,0.2352248),(0.572147,0.2352248),(0.5763788,0.2393987),(0.572147,0.2393988),(0.567925,0.2352248),(0.5637077,0.2352248),(0.567925,0.2393987),(0.5637077,0.2393988),(0.572147,0.2435642),(0.567925,0.2435642),(0.5637077,0.2435642),(0.567925,0.2477191),(0.5637077,0.2477192),(0.572147,0.2477192),(0.5763788,0.2435642),(0.5763788,0.2477191),(0.55949,0.2352248),(0.5552715,0.2352248),(0.55949,0.2393987),(0.5552715,0.2393988),(0.5510522,0.2352248),(0.5468317,0.2352248),(0.5510522,0.2393987),(0.5468317,0.2393988),(0.5552715,0.2435642),(0.5510522,0.2435642),(0.5468317,0.2435642),(0.5510522,0.2477191),(0.5468317,0.2477192),(0.5552715,0.2477192),(0.55949,0.2435642),(0.55949,0.2477191),(0.5426099,0.2352248),(0.5383899,0.2352248),(0.5426099,0.2393987),(0.5383899,0.2393988),(0.5341746,0.2352248),(0.5299669,0.2352248),(0.5341746,0.2393987),(0.5299669,0.2393988),(0.5383899,0.2435642),(0.5341746,0.2435642),(0.5299669,0.2435642),(0.5341746,0.2477191),(0.529967,0.2477192),(0.5383899,0.2477192),(0.5426099,0.2435642),(0.5426099,0.2477191),(0.52577,0.2352248),(0.5215818,0.2352248),(0.52577,0.2393987),(0.5215818,0.2393988),(0.5174,0.2352248),(0.5132228,0.2352248),(0.5174,0.2393987),(0.5132228,0.2393988),(0.5215818,0.2435642),(0.5174,0.2435642),(0.5132228,0.2435642),(0.5174,0.2477191),(0.5132228,0.2477192),(0.5215818,0.2477192),(0.52577,0.2435642),(0.52577,0.2477191),(0.5090478,0.2352248),(0.5048727,0.2352248),(0.5090478,0.2393987),(0.5048727,0.2393988),(0.5006949,0.2352248),(0.4965119,0.2352248),(0.5006949,0.2393987),(0.4965119,0.2393988),(0.5048727,0.2435642),(0.5006949,0.2435642),(0.4965119,0.2435642),(0.5006949,0.2477191),(0.4965119,0.2477192),(0.5048727,0.2477192),(0.5090478,0.2435642),(0.5090478,0.2477191),(0.4923214,0.2352248),(0.4881234,0.2352248),(0.4923214,0.2393987),(0.4881234,0.2393988),(0.4839184,0.2352248),(0.4797065,0.2352248),(0.4839184,0.2393987),(0.4797065,0.2393988),(0.4881234,0.2435642),(0.4839184,0.2435642),(0.4797065,0.2435642),(0.4839184,0.2477191),(0.4797064,0.2477192),(0.4881234,0.2477192),(0.4923214,0.2435642),(0.4923214,0.2477191),(0.4754879,0.2352248),(0.4712752,0.2352248),(0.4754879,0.2393987),(0.4712752,0.2393988),(0.4670808,0.2352248),(0.4629171,0.2352248),(0.4629171,0.2393988),(0.4670808,0.2393987),(0.4712752,0.2435642),(0.4670808,0.2435642),(0.4629171,0.2435642),(0.4629171,0.2477192),(0.4670808,0.2477191),(0.4712752,0.2477192),(0.4754879,0.2435642),(0.4754879,0.2477191),(0.4587967,0.2352248),(0.4547031,0.2352248),(0.4547031,0.2393988),(0.4587967,0.2393987),(0.4506197,0.2352248),(0.44653,0.2352248),(0.4506197,0.2393987),(0.44653,0.2393988),(0.4506197,0.2435642),(0.4547031,0.2435642),(0.44653,0.2435642),(0.4506197,0.2477191),(0.44653,0.2477192),(0.4547031,0.2477192),(0.4587967,0.2435642),(0.4587967,0.2477191),(0.4424174,0.2352248),(0.4382856,0.2352248),(0.4424174,0.2393987),(0.4382856,0.2393988),(0.4341379,0.2352248),(0.429978,0.2352248),(0.429978,0.2393988),(0.4341379,0.2393987),(0.4341379,0.2435642),(0.4382856,0.2435642),(0.429978,0.2435642),(0.429978,0.2477192),(0.4341379,0.2477191),(0.4382856,0.2477192),(0.4424174,0.2435642),(0.4424174,0.2477191),(0.4258092,0.2352248),(0.4216311,0.2352248),(0.4216312,0.2393988),(0.4258092,0.2393987),(0.4174434,0.2352248),(0.4132456,0.2352248),(0.4132456,0.2393988),(0.4174434,0.2393987),(0.4174434,0.2435642),(0.4216312,0.2435642),(0.4132456,0.2435642),(0.4132456,0.2477192),(0.4174434,0.2477191),(0.4216312,0.2477192),(0.4258092,0.2435642),(0.4258092,0.2477191),(0.4090372,0.2352248),(0.4048201,0.2352248),(0.4048201,0.2393988),(0.4090372,0.2393987),(0.4005963,0.2352248),(0.3963675,0.2352248),(0.3963675,0.2393988),(0.4005963,0.2393987),(0.4005963,0.2435642),(0.4048201,0.2435642),(0.3963675,0.2435642),(0.3963675,0.2477192),(0.4005963,0.2477191),(0.4048201,0.2477192),(0.4090372,0.2435642),(0.4090372,0.2477191),(0.3921357,0.2352248),(0.3879012,0.2352248),(0.3879012,0.2393988),(0.3921357,0.2393987),(0.3836642,0.2352248),(0.3794248,0.2352248),(0.3794249,0.2393988),(0.3836642,0.2393987),(0.3836642,0.2435642),(0.3879012,0.2435642),(0.3794248,0.2435642),(0.3794248,0.2477192),(0.3836642,0.2477191),(0.3879012,0.2477192),(0.3921357,0.2435642),(0.3921357,0.2477191),(0.3751834,0.2352248),(0.3709441,0.2352248),(0.3709441,0.2393988),(0.3751834,0.2393987),(0.3667112,0.2352248),(0.3624887,0.2352248),(0.3624887,0.2393988),(0.3667112,0.2393987),(0.3667112,0.2435642),(0.3709442,0.2435642),(0.3624887,0.2435642),(0.3624887,0.2477192),(0.3667112,0.2477191),(0.3709441,0.2477192),(0.3751834,0.2435642),(0.3751834,0.2477191),(0.358281,0.2352248),(0.3540821,0.2352248),(0.3540821,0.2393988),(0.358281,0.2393987),(0.3498864,0.2352248),(0.3456882,0.2352248),(0.3456882,0.2393988),(0.3498864,0.2393987),(0.3498864,0.2435642),(0.3540821,0.2435642),(0.3456882,0.2435642),(0.3456882,0.2477192),(0.3498864,0.2477191),(0.3540821,0.2477192),(0.3582809,0.2435642),(0.358281,0.2477191),(0.3414817,0.2352248),(0.3372694,0.2352248),(0.3372695,0.2393988),(0.3414817,0.2393987),(0.3330541,0.2352248),(0.3288383,0.2352248),(0.3288383,0.2393988),(0.3330541,0.2393987),(0.3330541,0.2435642),(0.3372695,0.2435642),(0.3288383,0.2435642),(0.3288383,0.2477192),(0.3330541,0.2477191),(0.3372695,0.2477192),(0.3414817,0.2435642),(0.3414817,0.2477191),(0.3246247,0.2352248),(0.3204179,0.2352248),(0.3204179,0.2393988),(0.3246247,0.2393987),(0.3162228,0.2352248),(0.3120441,0.2352248),(0.3120441,0.2393988),(0.3162228,0.2393987),(0.3162228,0.2435642),(0.3204179,0.2435642),(0.3120441,0.2435642),(0.3120441,0.2477192),(0.3162228,0.2477191),(0.3204179,0.2477192),(0.3246247,0.2435642),(0.3246247,0.2477191),(0.3078868,0.2352248),(0.3037427,0.2352248),(0.3037427,0.2393988),(0.3078868,0.2393987),(0.2996041,0.2352248),(0.2954631,0.2352248),(0.2954631,0.2393988),(0.2996041,0.2393987),(0.2996041,0.2435642),(0.3037428,0.2435642),(0.2954631,0.2435642),(0.2954631,0.2477192),(0.2996041,0.2477191),(0.3037427,0.2477192),(0.3078868,0.2435642),(0.3078868,0.2477191),(0.2913116,0.2352248),(0.2871543,0.2352248),(0.2871543,0.2393988),(0.2913116,0.2393987),(0.2829956,0.2352248),(0.2788399,0.2352248),(0.2788399,0.2393988),(0.2829956,0.2393987),(0.2829956,0.2435642),(0.2871543,0.2435642),(0.2788399,0.2435642),(0.2788399,0.2477192),(0.2829956,0.2477191),(0.2871543,0.2477192),(0.2913116,0.2435642),(0.2913116,0.2477191),(0.2746918,0.2352248),(0.2705556,0.2352248),(0.2705556,0.2393988),(0.2746918,0.2393987),(0.2664356,0.2352248),(0.262336,0.2352248),(0.262336,0.2393988),(0.2664356,0.2393987),(0.2664356,0.2435642),(0.2705556,0.2435642),(0.262336,0.2435642),(0.262336,0.2477192),(0.2664356,0.2477191),(0.2705556,0.2477192),(0.2746918,0.2435642),(0.2746918,0.2477191),(0.2582613,0.2352248),(0.254209,0.2352248),(0.2582613,0.2393987),(0.254209,0.2393988),(0.2501769,0.2352248),(0.2461624,0.2352248),(0.2501769,0.2393987),(0.2461624,0.2393988),(0.254209,0.2435642),(0.2501769,0.2435642),(0.2461624,0.2435642),(0.2501769,0.2477191),(0.2461624,0.2477192),(0.254209,0.2477192),(0.2582613,0.2435642),(0.2582613,0.2477191),(0.2421634,0.2352248),(0.238164,0.2352248),(0.2421634,0.2393987),(0.238164,0.2393988),(0.2341487,0.2352248),(0.2301017,0.2352248),(0.2301017,0.2393988),(0.2341487,0.2393987),(0.2341487,0.2435642),(0.238164,0.2435642),(0.2301017,0.2435642),(0.2301017,0.2477192),(0.2341487,0.2477191),(0.238164,0.2477192),(0.2421634,0.2435642),(0.2421634,0.2477191),(0.2260074,0.2352248),(0.2218787,0.2352248),(0.2218787,0.2393988),(0.2260074,0.2393987),(0.2177283,0.2352248),(0.2135691,0.2352248),(0.2135692,0.2393988),(0.2177283,0.2393987),(0.2177283,0.2435642),(0.2218787,0.2435642),(0.2135691,0.2435642),(0.2135692,0.2477192),(0.2177283,0.2477191),(0.2218787,0.2477192),(0.2260074,0.2435642),(0.2260074,0.2477191),(0.2094141,0.2352248),(0.2052627,0.2352248),(0.2052627,0.2393988),(0.2094141,0.2393987),(0.2011147,0.2352248),(0.1969699,0.2352248),(0.1969699,0.2393988),(0.2011147,0.2393987),(0.2011147,0.2435642),(0.2052627,0.2435642),(0.1969699,0.2435642),(0.1969699,0.2477192),(0.2011147,0.2477191),(0.2052627,0.2477192),(0.2094141,0.2435642),(0.2094141,0.2477191),(0.1928277,0.2352248),(0.1886888,0.2352248),(0.1886888,0.2393988),(0.1928277,0.2393987),(0.1845533,0.2352248),(0.1804218,0.2352248),(0.1804218,0.2393988),(0.1845533,0.2393987),(0.1845533,0.2435642),(0.1886888,0.2435642),(0.1804218,0.2435642),(0.1804218,0.2477192),(0.1845533,0.2477191),(0.1886888,0.2477192),(0.1928277,0.2435642),(0.1928277,0.2477191),(0.1762946,0.2352248),(0.1721701,0.2352248),(0.1721701,0.2393988),(0.1762946,0.2393987),(0.1680468,0.2352248),(0.163923,0.2352248),(0.163923,0.2393988),(0.1680468,0.2393987),(0.1680468,0.2435642),(0.1721701,0.2435642),(0.163923,0.2435642),(0.163923,0.2477192),(0.1680468,0.2477191),(0.1721701,0.2477192),(0.1762946,0.2435642),(0.1762946,0.2477191),(0.1597973,0.2352248),(0.1556691,0.2352248),(0.1556691,0.2393988),(0.1597973,0.2393987),(0.1515382,0.2352248),(0.1474041,0.2352248),(0.1474041,0.2393988),(0.1515382,0.2393987),(0.1515382,0.2435642),(0.1556691,0.2435642),(0.1474041,0.2435642),(0.1474041,0.2477192),(0.1515382,0.2477191),(0.1556691,0.2477192),(0.1597973,0.2435642),(0.1597973,0.2477191),(0.1432664,0.2352248),(0.1391259,0.2352248),(0.1391259,0.2393988),(0.1432664,0.2393987),(0.134983,0.2352248),(0.1308385,0.2352248),(0.1308385,0.2393988),(0.134983,0.2393987),(0.134983,0.2435642),(0.1391259,0.2435642),(0.1308385,0.2435642),(0.1308385,0.2477192),(0.134983,0.2477191),(0.1391259,0.2477192),(0.1432664,0.2435642),(0.1432664,0.2477191),(0.126693,0.2352248),(0.12255,0.2352248),(0.12255,0.2393988),(0.126693,0.2393987),(0.1184131,0.2352248),(0.1142857,0.2352248),(0.1184131,0.2393987),(0.1142857,0.2393988),(0.12255,0.2435642),(0.1184131,0.2435642),(0.1142857,0.2435642),(0.1184131,0.2477191),(0.1142857,0.2477192),(0.12255,0.2477192),(0.126693,0.2435642),(0.126693,0.2477191),(0.1101713,0.2352248),(0.1060752,0.2352248),(0.1101713,0.2393987),(0.1060752,0.2393988),(0.1020023,0.2352248),(0.09795791,0.2352248),(0.1020023,0.2393987),(0.09795791,0.2393988),(0.1060752,0.2435642),(0.1020023,0.2435642),(0.09795791,0.2435642),(0.1020023,0.2477191),(0.09795791,0.2477192),(0.1060752,0.2477192),(0.1101713,0.2435642),(0.1101713,0.2477191),(0.09394707,0.2352248),(0.08994583,0.2352248),(0.09394707,0.2393987),(0.08994584,0.2393988),(0.08593026,0.2352248),(0.08187638,0.2352248),(0.08187637,0.2393988),(0.08593025,0.2393987),(0.08593026,0.2435642),(0.08994584,0.2435642),(0.08187638,0.2435642),(0.08187638,0.2477192),(0.08593026,0.2477191),(0.08994584,0.2477192),(0.09394707,0.2435642),(0.09394707,0.2477191),(0.07776025,0.2352248),(0.07361087,0.2352248),(0.07361087,0.2393988),(0.07776025,0.2393987),(0.06945725,0.2352248),(0.06532837,0.2352248),(0.06532837,0.2393988),(0.06945725,0.2393987),(0.06945725,0.2435642),(0.07361087,0.2435642),(0.06532837,0.2435642),(0.06532837,0.2477192),(0.06945725,0.2477191),(0.07361087,0.2477192),(0.07776025,0.2435642),(0.07776025,0.2477191),(0.06125325,0.2352248),(0.05721605,0.2352248),(0.06125325,0.2393987),(0.05721604,0.2393988),(0.05320094,0.2352248),(0.0491921,0.2352248),(0.05320094,0.2393987),(0.04919209,0.2393988),(0.05721605,0.2435642),(0.05320094,0.2435642),(0.0491921,0.2435642),(0.04919209,0.2477192),(0.05320094,0.2477191),(0.05721605,0.2477192),(0.06125325,0.2435642),(0.06125325,0.2477191),(0.04517369,0.2352248),(0.04115105,0.2352248),(0.04115105,0.2393988),(0.04517369,0.2393987),(0.0371295,0.2352248),(0.03311438,0.2352248),(0.03311437,0.2393988),(0.0371295,0.2393987),(0.0371295,0.2435642),(0.04115105,0.2435642),(0.03311438,0.2435642),(0.0371295,0.2477191),(0.03311438,0.2477192),(0.04115105,0.2477192),(0.04517369,0.2435642),(0.04517369,0.2477191),(0.029111,0.2352248),(0.02511186,0.2352248),(0.029111,0.2393987),(0.02511186,0.2393988),(0.02110944,0.2352248),(0.01709622,0.2352248),(0.02110944,0.2393987),(0.01709622,0.2393988),(0.02511186,0.2435642),(0.02110944,0.2435642),(0.01709622,0.2435642),(0.02110944,0.2477191),(0.01709622,0.2477192),(0.02511186,0.2477192),(0.029111,0.2435642),(0.029111,0.2477191),(0.01306469,0.2352248),(0.009019421,0.2352254),(0.01306469,0.2393987),(0.009019421,0.2393993),(0.004965,0.2352269),(0.000906,0.235229),(0.004965,0.2394009),(0.000906,0.239403),(0.009019421,0.2435658),(0.004965,0.2435706),(0.000906,0.243577),(0.004965,0.2477287),(0.000906,0.247751),(0.009019421,0.2477216),(0.01306469,0.2435642),(0.01306469,0.2477191),(0.999094,0.251874),(0.9951518,0.2518676),(0.9912093,0.2518629),(0.9951518,0.2559957),(0.9912093,0.2559947),(0.999094,0.255997),(0.9872664,0.2518613),(0.983323,0.2518613),(0.983323,0.2559944),(0.9872664,0.2559944),(0.9872664,0.2601221),(0.9912093,0.2601219),(0.983323,0.2601222),(0.983323,0.2642484),(0.9872664,0.2642483),(0.9912093,0.2642479),(0.9951518,0.2601211),(0.999094,0.26012),(0.9951518,0.2642468),(0.999094,0.264243),(0.9793787,0.2518613),(0.9754275,0.2518613),(0.9754274,0.2559944),(0.9793787,0.2559944),(0.9714631,0.2518613),(0.9674796,0.2518613),(0.9714631,0.2559944),(0.9674796,0.2559944),(0.9714631,0.2601221),(0.9754274,0.2601222),(0.9674796,0.2601222),(0.9714631,0.2642483),(0.9674796,0.2642484),(0.9754274,0.2642484),(0.9793787,0.2601222),(0.9793787,0.2642483),(0.9634706,0.2518613),(0.9594426,0.2518613),(0.9634707,0.2559944),(0.9594426,0.2559944),(0.9554016,0.2518613),(0.9513539,0.2518613),(0.9554016,0.2559944),(0.9513539,0.2559944),(0.9594426,0.2601222),(0.9554016,0.2601221),(0.9513539,0.2601222),(0.9554016,0.2642483),(0.9513539,0.2642484),(0.9594425,0.2642484),(0.9634707,0.2601222),(0.9634706,0.2642483),(0.9473058,0.2518613),(0.9432498,0.2518613),(0.9473058,0.2559944),(0.9432497,0.2559944),(0.9391782,0.2518613),(0.9350839,0.2518613),(0.9391783,0.2559944),(0.9350839,0.2559944),(0.9432497,0.2601222),(0.9391782,0.2601221),(0.9350839,0.2601222),(0.9391783,0.2642483),(0.9350839,0.2642484),(0.9432497,0.2642484),(0.9473058,0.2601222),(0.9473058,0.2642483),(0.930959,0.2518613),(0.9268106,0.2518613),(0.930959,0.2559944),(0.9268106,0.2559944),(0.9226453,0.2518613),(0.9184701,0.2518613),(0.9226453,0.2559944),(0.9184701,0.2559944),(0.9268106,0.2601222),(0.9226453,0.2601221),(0.9184701,0.2601222),(0.9226453,0.2642483),(0.9184701,0.2642484),(0.9268106,0.2642484),(0.930959,0.2601222),(0.930959,0.2642483),(0.9142919,0.2518613),(0.910111,0.2518613),(0.9142919,0.2559944),(0.9101109,0.2559944),(0.9059278,0.2518613),(0.9017429,0.2518613),(0.9059278,0.2559944),(0.9017429,0.2559944),(0.910111,0.2601222),(0.9059278,0.2601221),(0.9017429,0.2601222),(0.9059278,0.2642483),(0.9017428,0.2642484),(0.9101109,0.2642484),(0.9142919,0.2601222),(0.9142919,0.2642483),(0.8975567,0.2518613),(0.8933688,0.2518613),(0.8975567,0.2559944),(0.8933688,0.2559944),(0.8891787,0.2518613),(0.8849859,0.2518613),(0.8891788,0.2559944),(0.8849859,0.2559944),(0.8933688,0.2601222),(0.8891787,0.2601221),(0.8849859,0.2601222),(0.8891788,0.2642483),(0.8849859,0.2642484),(0.8933688,0.2642484),(0.8975567,0.2601222),(0.8975567,0.2642483),(0.8807898,0.2518613),(0.8765806,0.2518613),(0.8807898,0.2559944),(0.8765807,0.2559944),(0.8723488,0.2518613),(0.8680845,0.2518613),(0.8723488,0.2559944),(0.8680845,0.2559944),(0.8765806,0.2601222),(0.8723488,0.2601221),(0.8680845,0.2601222),(0.8723488,0.2642483),(0.8680845,0.2642484),(0.8765806,0.2642484),(0.8807898,0.2601222),(0.8807898,0.2642483),(0.8637781,0.2518613),(0.8594491,0.2518613),(0.8637781,0.2559944),(0.8594491,0.2559944),(0.8551173,0.2518613),(0.8508024,0.2518613),(0.8551173,0.2559944),(0.8508024,0.2559944),(0.8594491,0.2601222),(0.8551173,0.2601221),(0.8508024,0.2601222),(0.8551173,0.2642483),(0.8508024,0.2642484),(0.859449,0.2642484),(0.8637781,0.2601222),(0.8637781,0.2642483),(0.846524,0.2518613),(0.8422731,0.2518613),(0.846524,0.2559944),(0.8422731,0.2559944),(0.8380403,0.2518613),(0.8338165,0.2518613),(0.8380403,0.2559944),(0.8338165,0.2559944),(0.8422731,0.2601222),(0.8380403,0.2601221),(0.8338165,0.2601222),(0.8380404,0.2642483),(0.8338165,0.2642484),(0.8422731,0.2642484),(0.846524,0.2601222),(0.846524,0.2642483),(0.8295926,0.2518613),(0.8253628,0.2518613),(0.8295926,0.2559944),(0.8253628,0.2559944),(0.8211217,0.2518613),(0.8168637,0.2518613),(0.8211217,0.2559944),(0.8168637,0.2559944),(0.8253628,0.2601222),(0.8211217,0.2601221),(0.8168637,0.2601222),(0.8211217,0.2642483),(0.8168637,0.2642484),(0.8253628,0.2642484),(0.8295926,0.2601222),(0.8295926,0.2642483),(0.8125832,0.2518613),(0.8082899,0.2518613),(0.8125832,0.2559944),(0.8082899,0.2559944),(0.8039935,0.2518613),(0.7997035,0.2518613),(0.8039935,0.2559944),(0.7997035,0.2559944),(0.8082899,0.2601222),(0.8039935,0.2601221),(0.7997035,0.2601222),(0.8039935,0.2642483),(0.7997035,0.2642484),(0.8082899,0.2642484),(0.8125832,0.2601222),(0.8125832,0.2642483),(0.7954297,0.2518613),(0.7911757,0.2518613),(0.7954297,0.2559944),(0.7911757,0.2559944),(0.7869452,0.2518613),(0.7827417,0.2518613),(0.7869452,0.2559944),(0.7827417,0.2559944),(0.7911757,0.2601222),(0.7869452,0.2601221),(0.7827417,0.2601222),(0.7869452,0.2642483),(0.7827417,0.2642484),(0.7911757,0.2642484),(0.7954297,0.2601222),(0.7954297,0.2642483),(0.7785689,0.2518613),(0.7744211,0.2518613),(0.7785689,0.2559944),(0.7744212,0.2559944),(0.7702925,0.2518613),(0.7661775,0.2518613),(0.7702925,0.2559944),(0.7661775,0.2559944),(0.7744212,0.2601222),(0.7702925,0.2601221),(0.7661775,0.2601222),(0.7702925,0.2642483),(0.7661775,0.2642484),(0.7744212,0.2642484),(0.778569,0.2601222),(0.778569,0.2642483),(0.7620703,0.2518613),(0.757961,0.2518613),(0.7620703,0.2559944),(0.757961,0.2559944),(0.7538399,0.2518613),(0.7496969,0.2518613),(0.7538399,0.2559944),(0.7496969,0.2559944),(0.757961,0.2601222),(0.7538399,0.2601221),(0.7496969,0.2601222),(0.7538399,0.2642483),(0.7496969,0.2642484),(0.757961,0.2642484),(0.7620703,0.2601222),(0.7620703,0.2642483),(0.7455223,0.2518613),(0.7413244,0.2518613),(0.7455223,0.2559944),(0.7413245,0.2559944),(0.7371117,0.2518613),(0.7328922,0.2518613),(0.7371117,0.2559944),(0.7328923,0.2559944),(0.7413245,0.2601222),(0.7371117,0.2601221),(0.7328922,0.2601222),(0.7371117,0.2642483),(0.7328922,0.2642484),(0.7413245,0.2642484),(0.7455223,0.2601222),(0.7455223,0.2642483),(0.7286744,0.2518613),(0.7244572,0.2518613),(0.7286744,0.2559944),(0.7244572,0.2559944),(0.7202395,0.2518613),(0.71602,0.2518613),(0.7202395,0.2559944),(0.71602,0.2559944),(0.7244572,0.2601222),(0.7202395,0.2601221),(0.71602,0.2601222),(0.7202394,0.2642483),(0.71602,0.2642484),(0.7244572,0.2642484),(0.7286744,0.2601222),(0.7286744,0.2642483),(0.7117977,0.2518613),(0.7075742,0.2518613),(0.7117977,0.2559944),(0.7075742,0.2559944),(0.7033514,0.2518613),(0.6991307,0.2518613),(0.7033514,0.2559944),(0.6991307,0.2559944),(0.7075742,0.2601222),(0.7033514,0.2601221),(0.6991307,0.2601222),(0.7033514,0.2642483),(0.6991307,0.2642484),(0.7075742,0.2642484),(0.7117977,0.2601222),(0.7117977,0.2642483),(0.6949139,0.2518613),(0.6906992,0.2518613),(0.6949139,0.2559944),(0.6906992,0.2559944),(0.6864849,0.2518613),(0.6822694,0.2518613),(0.6864849,0.2559944),(0.6822693,0.2559944),(0.6906992,0.2601222),(0.6864849,0.2601221),(0.6822694,0.2601222),(0.6864849,0.2642483),(0.6822693,0.2642484),(0.6906992,0.2642484),(0.6949139,0.2601222),(0.6949139,0.2642483),(0.6780508,0.2518613),(0.6738272,0.2518613),(0.6780507,0.2559944),(0.6738272,0.2559944),(0.6695971,0.2518613),(0.6653587,0.2518613),(0.6695971,0.2559944),(0.6653587,0.2559944),(0.6738272,0.2601222),(0.6695971,0.2601221),(0.6653587,0.2601222),(0.6695971,0.2642483),(0.6653587,0.2642484),(0.6738272,0.2642484),(0.6780508,0.2601222),(0.6780507,0.2642483),(0.6611102,0.2518613),(0.6568571,0.2518613),(0.6611102,0.2559944),(0.6568571,0.2559944),(0.6526053,0.2518613),(0.6483604,0.2518613),(0.6526054,0.2559944),(0.6483604,0.2559944),(0.6568571,0.2601222),(0.6526054,0.2601221),(0.6483604,0.2601222),(0.6526053,0.2642483),(0.6483604,0.2642484),(0.6568571,0.2642484),(0.6611102,0.2601222),(0.6611102,0.2642483),(0.6441281,0.2518613),(0.6399043,0.2518613),(0.6441281,0.2559944),(0.6399043,0.2559944),(0.635685,0.2518613),(0.6314663,0.2518613),(0.635685,0.2559944),(0.6314663,0.2559944),(0.6399043,0.2601222),(0.635685,0.2601221),(0.6314663,0.2601222),(0.635685,0.2642483),(0.6314663,0.2642484),(0.6399043,0.2642484),(0.6441281,0.2601222),(0.6441281,0.2642483),(0.627244,0.2518613),(0.6230208,0.2518613),(0.627244,0.2559944),(0.6230209,0.2559944),(0.6187993,0.2518613),(0.6145822,0.2518613),(0.6187993,0.2559944),(0.6145822,0.2559944),(0.6230208,0.2601222),(0.6187993,0.2601221),(0.6145822,0.2601222),(0.6187993,0.2642483),(0.6145822,0.2642484),(0.6230209,0.2642484),(0.627244,0.2601222),(0.627244,0.2642483),(0.6103719,0.2518613),(0.6061606,0.2518613),(0.6103719,0.2559944),(0.6061606,0.2559944),(0.6019406,0.2518613),(0.5977041,0.2518613),(0.6019406,0.2559944),(0.5977041,0.2559944),(0.6061606,0.2601222),(0.6019406,0.2601221),(0.5977041,0.2601222),(0.6019406,0.2642483),(0.5977041,0.2642484),(0.6061606,0.2642484),(0.6103719,0.2601222),(0.6103719,0.2642483),(0.5934432,0.2518613),(0.589169,0.2518613),(0.5934432,0.2559944),(0.589169,0.2559944),(0.5848927,0.2518613),(0.5806257,0.2518613),(0.5848927,0.2559944),(0.5806257,0.2559944),(0.589169,0.2601222),(0.5848927,0.2601221),(0.5806257,0.2601222),(0.5848927,0.2642483),(0.5806257,0.2642484),(0.589169,0.2642484),(0.5934432,0.2601222),(0.5934432,0.2642483),(0.5763788,0.2518613),(0.572147,0.2518613),(0.5763788,0.2559944),(0.572147,0.2559944),(0.567925,0.2518613),(0.5637077,0.2518613),(0.567925,0.2559944),(0.5637077,0.2559944),(0.572147,0.2601222),(0.567925,0.2601221),(0.5637077,0.2601222),(0.567925,0.2642483),(0.5637077,0.2642484),(0.572147,0.2642484),(0.5763788,0.2601222),(0.5763788,0.2642483),(0.55949,0.2518613),(0.5552715,0.2518613),(0.55949,0.2559944),(0.5552715,0.2559944),(0.5510522,0.2518613),(0.5468317,0.2518613),(0.5510522,0.2559944),(0.5468317,0.2559944),(0.5552715,0.2601222),(0.5510522,0.2601221),(0.5468317,0.2601222),(0.5510522,0.2642483),(0.5468317,0.2642484),(0.5552715,0.2642484),(0.55949,0.2601222),(0.55949,0.2642483),(0.5426099,0.2518613),(0.5383899,0.2518613),(0.5426099,0.2559944),(0.5383899,0.2559944),(0.5341746,0.2518613),(0.5299669,0.2518613),(0.5341746,0.2559944),(0.5299669,0.2559944),(0.5383899,0.2601222),(0.5341746,0.2601221),(0.5299669,0.2601222),(0.5341746,0.2642483),(0.529967,0.2642484),(0.5383899,0.2642484),(0.5426099,0.2601222),(0.5426099,0.2642483),(0.52577,0.2518613),(0.5215818,0.2518613),(0.52577,0.2559944),(0.5215818,0.2559944),(0.5174,0.2518613),(0.5132228,0.2518613),(0.5174,0.2559944),(0.5132228,0.2559944),(0.5215818,0.2601222),(0.5174,0.2601221),(0.5132228,0.2601222),(0.5174,0.2642483),(0.5132228,0.2642484),(0.5215818,0.2642484),(0.52577,0.2601222),(0.52577,0.2642483),(0.5090478,0.2518613),(0.5048727,0.2518613),(0.5090478,0.2559944),(0.5048727,0.2559944),(0.5006949,0.2518613),(0.4965119,0.2518613),(0.5006949,0.2559944),(0.4965119,0.2559944),(0.5048727,0.2601222),(0.5006949,0.2601221),(0.4965119,0.2601222),(0.5006949,0.2642483),(0.4965119,0.2642484),(0.5048727,0.2642484),(0.5090478,0.2601222),(0.5090478,0.2642483),(0.4923214,0.2518613),(0.4881234,0.2518613),(0.4923214,0.2559944),(0.4881234,0.2559944),(0.4839184,0.2518613),(0.4797065,0.2518613),(0.4839184,0.2559944),(0.4797065,0.2559944),(0.4881234,0.2601222),(0.4839184,0.2601221),(0.4797065,0.2601222),(0.4839184,0.2642483),(0.4797064,0.2642484),(0.4881234,0.2642484),(0.4923214,0.2601222),(0.4923214,0.2642483),(0.4754879,0.2518613),(0.4712752,0.2518613),(0.4754879,0.2559944),(0.4712752,0.2559944),(0.4670808,0.2518613),(0.4629171,0.2518613),(0.4629171,0.2559944),(0.4670808,0.2559944),(0.4712752,0.2601222),(0.4670808,0.2601221),(0.4629171,0.2601222),(0.4670808,0.2642483),(0.4629171,0.2642484),(0.4712752,0.2642484),(0.4754879,0.2601222),(0.4754879,0.2642483),(0.4587967,0.2518613),(0.4547031,0.2518613),(0.4547031,0.2559944),(0.4587967,0.2559944),(0.4506197,0.2518613),(0.44653,0.2518613),(0.4506197,0.2559944),(0.44653,0.2559944),(0.4506197,0.2601221),(0.4547031,0.2601222),(0.44653,0.2601222),(0.44653,0.2642484),(0.4506197,0.2642483),(0.4547031,0.2642484),(0.4587967,0.2601222),(0.4587967,0.2642483),(0.4424174,0.2518613),(0.4382856,0.2518613),(0.4382856,0.2559944),(0.4424174,0.2559944),(0.4341379,0.2518613),(0.429978,0.2518613),(0.429978,0.2559944),(0.4341379,0.2559944),(0.4341379,0.2601221),(0.4382856,0.2601222),(0.429978,0.2601222),(0.429978,0.2642484),(0.4341379,0.2642483),(0.4382856,0.2642484),(0.4424174,0.2601222),(0.4424174,0.2642483),(0.4258092,0.2518613),(0.4216311,0.2518613),(0.4216312,0.2559944),(0.4258092,0.2559944),(0.4174434,0.2518613),(0.4132456,0.2518613),(0.4132456,0.2559944),(0.4174434,0.2559944),(0.4174434,0.2601221),(0.4216312,0.2601222),(0.4132456,0.2601222),(0.4132456,0.2642484),(0.4174434,0.2642483),(0.4216312,0.2642484),(0.4258092,0.2601222),(0.4258092,0.2642483),(0.4090372,0.2518613),(0.4048201,0.2518613),(0.4048201,0.2559944),(0.4090372,0.2559944),(0.4005963,0.2518613),(0.3963675,0.2518613),(0.3963675,0.2559944),(0.4005963,0.2559944),(0.4005963,0.2601221),(0.4048201,0.2601222),(0.3963675,0.2601222),(0.3963675,0.2642484),(0.4005963,0.2642483),(0.4048201,0.2642484),(0.4090372,0.2601222),(0.4090372,0.2642483),(0.3921357,0.2518613),(0.3879012,0.2518613),(0.3879012,0.2559944),(0.3921357,0.2559944),(0.3836642,0.2518613),(0.3794248,0.2518613),(0.3794249,0.2559944),(0.3836642,0.2559944),(0.3836642,0.2601221),(0.3879012,0.2601222),(0.3794248,0.2601222),(0.3794248,0.2642484),(0.3836642,0.2642483),(0.3879012,0.2642484),(0.3921357,0.2601222),(0.3921357,0.2642483),(0.3751834,0.2518613),(0.3709441,0.2518613),(0.3709441,0.2559944),(0.3751834,0.2559944),(0.3667112,0.2518613),(0.3624887,0.2518613),(0.3624887,0.2559944),(0.3667112,0.2559944),(0.3667112,0.2601221),(0.3709442,0.2601222),(0.3624887,0.2601222),(0.3624887,0.2642484),(0.3667112,0.2642483),(0.3709441,0.2642484),(0.3751834,0.2601222),(0.3751834,0.2642483),(0.358281,0.2518613),(0.3540821,0.2518613),(0.3540821,0.2559944),(0.358281,0.2559944),(0.3498864,0.2518613),(0.3456882,0.2518613),(0.3456882,0.2559944),(0.3498864,0.2559944),(0.3498864,0.2601221),(0.3540821,0.2601222),(0.3456882,0.2601222),(0.3456882,0.2642484),(0.3498864,0.2642483),(0.3540821,0.2642484),(0.3582809,0.2601222),(0.358281,0.2642483),(0.3414817,0.2518613),(0.3372694,0.2518613),(0.3372695,0.2559944),(0.3414817,0.2559944),(0.3330541,0.2518613),(0.3288383,0.2518613),(0.3288383,0.2559944),(0.3330541,0.2559944),(0.3330541,0.2601221),(0.3372695,0.2601222),(0.3288383,0.2601222),(0.3288383,0.2642484),(0.3330541,0.2642483),(0.3372695,0.2642484),(0.3414817,0.2601222),(0.3414817,0.2642483),(0.3246247,0.2518613),(0.3204179,0.2518613),(0.3204179,0.2559944),(0.3246247,0.2559944),(0.3162228,0.2518613),(0.3120441,0.2518613),(0.3120441,0.2559944),(0.3162228,0.2559944),(0.3162228,0.2601221),(0.3204179,0.2601222),(0.3120441,0.2601222),(0.3120441,0.2642484),(0.3162228,0.2642483),(0.3204179,0.2642484),(0.3246247,0.2601222),(0.3246247,0.2642483),(0.3078868,0.2518613),(0.3037427,0.2518613),(0.3037427,0.2559944),(0.3078868,0.2559944),(0.2996041,0.2518613),(0.2954631,0.2518613),(0.2954631,0.2559944),(0.2996041,0.2559944),(0.2996041,0.2601221),(0.3037428,0.2601222),(0.2954631,0.2601222),(0.2954631,0.2642484),(0.2996041,0.2642483),(0.3037427,0.2642484),(0.3078868,0.2601222),(0.3078868,0.2642483),(0.2913116,0.2518613),(0.2871543,0.2518613),(0.2871543,0.2559944),(0.2913116,0.2559944),(0.2829956,0.2518613),(0.2788399,0.2518613),(0.2788399,0.2559944),(0.2829956,0.2559944),(0.2829956,0.2601221),(0.2871543,0.2601222),(0.2788399,0.2601222),(0.2788399,0.2642484),(0.2829956,0.2642483),(0.2871543,0.2642484),(0.2913116,0.2601222),(0.2913116,0.2642483),(0.2746918,0.2518613),(0.2705556,0.2518613),(0.2705556,0.2559944),(0.2746918,0.2559944),(0.2664356,0.2518613),(0.262336,0.2518613),(0.262336,0.2559944),(0.2664356,0.2559944),(0.2664356,0.2601221),(0.2705556,0.2601222),(0.262336,0.2601222),(0.262336,0.2642484),(0.2664356,0.2642483),(0.2705556,0.2642484),(0.2746918,0.2601222),(0.2746918,0.2642483),(0.2582613,0.2518613),(0.254209,0.2518613),(0.2582613,0.2559944),(0.254209,0.2559944),(0.2501769,0.2518613),(0.2461624,0.2518613),(0.2501769,0.2559944),(0.2461624,0.2559944),(0.254209,0.2601222),(0.2501769,0.2601221),(0.2461624,0.2601222),(0.2461624,0.2642484),(0.2501769,0.2642483),(0.254209,0.2642484),(0.2582613,0.2601222),(0.2582613,0.2642483),(0.2421634,0.2518613),(0.238164,0.2518613),(0.238164,0.2559944),(0.2421634,0.2559944),(0.2341487,0.2518613),(0.2301017,0.2518613),(0.2301017,0.2559944),(0.2341487,0.2559944),(0.2341487,0.2601221),(0.238164,0.2601222),(0.2301017,0.2601222),(0.2301017,0.2642484),(0.2341487,0.2642483),(0.238164,0.2642484),(0.2421634,0.2601222),(0.2421634,0.2642483),(0.2260074,0.2518613),(0.2218787,0.2518613),(0.2218787,0.2559944),(0.2260074,0.2559944),(0.2177283,0.2518613),(0.2135691,0.2518613),(0.2135692,0.2559944),(0.2177283,0.2559944),(0.2177283,0.2601221),(0.2218787,0.2601222),(0.2135691,0.2601222),(0.2135692,0.2642484),(0.2177283,0.2642483),(0.2218787,0.2642484),(0.2260074,0.2601222),(0.2260074,0.2642483),(0.2094141,0.2518613),(0.2052627,0.2518613),(0.2052627,0.2559944),(0.2094141,0.2559944),(0.2011147,0.2518613),(0.1969699,0.2518613),(0.1969699,0.2559944),(0.2011147,0.2559944),(0.2011147,0.2601221),(0.2052627,0.2601222),(0.1969699,0.2601222),(0.1969699,0.2642484),(0.2011147,0.2642483),(0.2052627,0.2642484),(0.2094141,0.2601222),(0.2094141,0.2642483),(0.1928277,0.2518613),(0.1886888,0.2518613),(0.1886888,0.2559944),(0.1928277,0.2559944),(0.1845533,0.2518613),(0.1804218,0.2518613),(0.1804218,0.2559944),(0.1845533,0.2559944),(0.1845533,0.2601221),(0.1886888,0.2601222),(0.1804218,0.2601222),(0.1804218,0.2642484),(0.1845533,0.2642483),(0.1886888,0.2642484),(0.1928277,0.2601222),(0.1928277,0.2642483),(0.1762946,0.2518613),(0.1721701,0.2518613),(0.1721701,0.2559944),(0.1762946,0.2559944),(0.1680468,0.2518613),(0.163923,0.2518613),(0.163923,0.2559944),(0.1680468,0.2559944),(0.1680468,0.2601221),(0.1721701,0.2601222),(0.163923,0.2601222),(0.163923,0.2642484),(0.1680468,0.2642483),(0.1721701,0.2642484),(0.1762946,0.2601222),(0.1762946,0.2642483),(0.1597973,0.2518613),(0.1556691,0.2518613),(0.1556691,0.2559944),(0.1597973,0.2559944),(0.1515382,0.2518613),(0.1474041,0.2518613),(0.1474041,0.2559944),(0.1515382,0.2559944),(0.1515382,0.2601221),(0.1556691,0.2601222),(0.1474041,0.2601222),(0.1474041,0.2642484),(0.1515382,0.2642483),(0.1556691,0.2642484),(0.1597973,0.2601222),(0.1597973,0.2642483),(0.1432664,0.2518613),(0.1391259,0.2518613),(0.1391259,0.2559944),(0.1432664,0.2559944),(0.134983,0.2518613),(0.1308385,0.2518613),(0.1308385,0.2559944),(0.134983,0.2559944),(0.134983,0.2601221),(0.1391259,0.2601222),(0.1308385,0.2601222),(0.1308385,0.2642484),(0.134983,0.2642483),(0.1391259,0.2642484),(0.1432664,0.2601222),(0.1432664,0.2642483),(0.126693,0.2518613),(0.12255,0.2518613),(0.126693,0.2559944),(0.12255,0.2559944),(0.1184131,0.2518613),(0.1142857,0.2518613),(0.1184131,0.2559944),(0.1142857,0.2559944),(0.12255,0.2601222),(0.1184131,0.2601221),(0.1142857,0.2601222),(0.1184131,0.2642483),(0.1142857,0.2642484),(0.12255,0.2642484),(0.126693,0.2601222),(0.126693,0.2642483),(0.1101713,0.2518613),(0.1060752,0.2518613),(0.1060752,0.2559944),(0.1101713,0.2559944),(0.1020023,0.2518613),(0.09795791,0.2518613),(0.09795791,0.2559944),(0.1020023,0.2559944),(0.1020023,0.2601221),(0.1060752,0.2601222),(0.09795791,0.2601222),(0.09795791,0.2642484),(0.1020023,0.2642483),(0.1060752,0.2642484),(0.1101713,0.2601222),(0.1101713,0.2642483),(0.09394707,0.2518613),(0.08994583,0.2518613),(0.08994584,0.2559944),(0.09394707,0.2559944),(0.08593026,0.2518613),(0.08187638,0.2518613),(0.08187637,0.2559944),(0.08593025,0.2559944),(0.08593026,0.2601221),(0.08994584,0.2601222),(0.08187638,0.2601222),(0.08187638,0.2642484),(0.08593026,0.2642483),(0.08994584,0.2642484),(0.09394707,0.2601222),(0.09394707,0.2642483),(0.07776025,0.2518613),(0.07361087,0.2518613),(0.07361087,0.2559944),(0.07776025,0.2559944),(0.06945725,0.2518613),(0.06532837,0.2518613),(0.06532837,0.2559944),(0.06945725,0.2559944),(0.06945725,0.2601221),(0.07361087,0.2601222),(0.06532837,0.2601222),(0.06532837,0.2642484),(0.06945725,0.2642483),(0.07361087,0.2642484),(0.07776025,0.2601222),(0.07776025,0.2642483),(0.06125325,0.2518613),(0.05721605,0.2518613),(0.05721604,0.2559944),(0.06125325,0.2559944),(0.05320094,0.2518613),(0.0491921,0.2518613),(0.04919209,0.2559944),(0.05320094,0.2559944),(0.05320094,0.2601221),(0.05721605,0.2601222),(0.0491921,0.2601222),(0.04919209,0.2642484),(0.05320094,0.2642483),(0.05721605,0.2642484),(0.06125325,0.2601222),(0.06125325,0.2642483),(0.04517369,0.2518613),(0.04115105,0.2518613),(0.04115105,0.2559944),(0.04517369,0.2559944),(0.0371295,0.2518613),(0.03311438,0.2518613),(0.0371295,0.2559944),(0.03311437,0.2559944),(0.04115105,0.2601222),(0.0371295,0.2601221),(0.03311438,0.2601222),(0.0371295,0.2642483),(0.03311438,0.2642484),(0.04115105,0.2642484),(0.04517369,0.2601222),(0.04517369,0.2642483),(0.029111,0.2518613),(0.02511186,0.2518613),(0.029111,0.2559944),(0.02511186,0.2559944),(0.02110944,0.2518613),(0.01709622,0.2518613),(0.02110944,0.2559944),(0.01709622,0.2559944),(0.02511186,0.2601222),(0.02110944,0.2601221),(0.01709622,0.2601222),(0.02110944,0.2642483),(0.01709622,0.2642484),(0.02511186,0.2642484),(0.029111,0.2601222),(0.029111,0.2642483),(0.01306469,0.2518613),(0.009019421,0.2518629),(0.01306469,0.2559944),(0.009019421,0.2559947),(0.004965,0.2518677),(0.000906,0.251874),(0.004965,0.2559957),(0.000906,0.255997),(0.009019421,0.2601219),(0.004965,0.260121),(0.000906,0.26012),(0.004965,0.2642468),(0.000906,0.264243),(0.009019421,0.2642479),(0.01306469,0.2601222),(0.01306469,0.2642483),(0.9951518,0.2683756),(0.999094,0.2683745),(0.9912093,0.2683764),(0.9912093,0.272507),(0.9951518,0.2725065),(0.999094,0.272506),(0.9872664,0.2683766),(0.983323,0.2683766),(0.983323,0.2725071),(0.9872664,0.2725071),(0.9872664,0.2766397),(0.9912093,0.2766395),(0.983323,0.2766397),(0.983323,0.2807745),(0.9872664,0.2807745),(0.9912093,0.2807741),(0.9951518,0.2766386),(0.999094,0.2766375),(0.9951518,0.2807728),(0.999094,0.280769),(0.9793787,0.2683766),(0.9754275,0.2683766),(0.9754274,0.2725071),(0.9793787,0.2725071),(0.9714631,0.2683766),(0.9674796,0.2683766),(0.9714631,0.2725071),(0.9674796,0.2725071),(0.9714631,0.2766397),(0.9754274,0.2766397),(0.9674796,0.2766397),(0.9674796,0.2807745),(0.9714631,0.2807745),(0.9754274,0.2807745),(0.9793787,0.2766397),(0.9793787,0.2807745),(0.9634706,0.2683766),(0.9594426,0.2683766),(0.9634707,0.2725071),(0.9594426,0.2725071),(0.9554016,0.2683766),(0.9513539,0.2683766),(0.9554016,0.2725071),(0.9513539,0.2725071),(0.9594426,0.2766397),(0.9554016,0.2766397),(0.9513539,0.2766397),(0.9554016,0.2807745),(0.9513539,0.2807745),(0.9594425,0.2807745),(0.9634707,0.2766397),(0.9634706,0.2807745),(0.9473058,0.2683766),(0.9432498,0.2683766),(0.9473058,0.2725071),(0.9432497,0.2725071),(0.9391782,0.2683766),(0.9350839,0.2683766),(0.9391783,0.2725071),(0.9350839,0.2725071),(0.9432497,0.2766397),(0.9391782,0.2766397),(0.9350839,0.2766397),(0.9391783,0.2807745),(0.9350839,0.2807745),(0.9432497,0.2807745),(0.9473058,0.2766397),(0.9473058,0.2807745),(0.930959,0.2683766),(0.9268106,0.2683766),(0.930959,0.2725071),(0.9268106,0.2725071),(0.9226453,0.2683766),(0.9184701,0.2683766),(0.9226453,0.2725071),(0.9184701,0.2725071),(0.9268106,0.2766397),(0.9226453,0.2766397),(0.9184701,0.2766397),(0.9226453,0.2807745),(0.9184701,0.2807745),(0.9268106,0.2807745),(0.930959,0.2766397),(0.930959,0.2807745),(0.9142919,0.2683766),(0.910111,0.2683766),(0.9142919,0.2725071),(0.9101109,0.2725071),(0.9059278,0.2683766),(0.9017429,0.2683766),(0.9059278,0.2725071),(0.9017429,0.2725071),(0.910111,0.2766397),(0.9059278,0.2766397),(0.9017429,0.2766397),(0.9059278,0.2807745),(0.9017428,0.2807745),(0.9101109,0.2807745),(0.9142919,0.2766397),(0.9142919,0.2807745),(0.8975567,0.2683766),(0.8933688,0.2683766),(0.8975567,0.2725071),(0.8933688,0.2725071),(0.8891787,0.2683766),(0.8849859,0.2683766),(0.8891788,0.2725071),(0.8849859,0.2725071),(0.8933688,0.2766397),(0.8891787,0.2766397),(0.8849859,0.2766397),(0.8891788,0.2807745),(0.8849859,0.2807745),(0.8933688,0.2807745),(0.8975567,0.2766397),(0.8975567,0.2807745),(0.8807898,0.2683766),(0.8765806,0.2683766),(0.8807898,0.2725071),(0.8765807,0.2725071),(0.8723488,0.2683766),(0.8680845,0.2683766),(0.8723488,0.2725071),(0.8680845,0.2725071),(0.8765806,0.2766397),(0.8723488,0.2766397),(0.8680845,0.2766397),(0.8723488,0.2807745),(0.8680845,0.2807745),(0.8765806,0.2807745),(0.8807898,0.2766397),(0.8807898,0.2807745),(0.8637781,0.2683766),(0.8594491,0.2683766),(0.8637781,0.2725071),(0.8594491,0.2725071),(0.8551173,0.2683766),(0.8508024,0.2683766),(0.8551173,0.2725071),(0.8508024,0.2725071),(0.8594491,0.2766397),(0.8551173,0.2766397),(0.8508024,0.2766397),(0.8551173,0.2807745),(0.8508024,0.2807745),(0.859449,0.2807745),(0.8637781,0.2766397),(0.8637781,0.2807745),(0.846524,0.2683766),(0.8422731,0.2683766),(0.846524,0.2725071),(0.8422731,0.2725071),(0.8380403,0.2683766),(0.8338165,0.2683766),(0.8380403,0.2725071),(0.8338165,0.2725071),(0.8422731,0.2766397),(0.8380403,0.2766397),(0.8338165,0.2766397),(0.8380404,0.2807745),(0.8338165,0.2807745),(0.8422731,0.2807745),(0.846524,0.2766397),(0.846524,0.2807745),(0.8295926,0.2683766),(0.8253628,0.2683766),(0.8295926,0.2725071),(0.8253628,0.2725071),(0.8211217,0.2683766),(0.8168637,0.2683766),(0.8211217,0.2725071),(0.8168637,0.2725071),(0.8253628,0.2766397),(0.8211217,0.2766397),(0.8168637,0.2766397),(0.8211217,0.2807745),(0.8168637,0.2807745),(0.8253628,0.2807745),(0.8295926,0.2766397),(0.8295926,0.2807745),(0.8125832,0.2683766),(0.8082899,0.2683766),(0.8125832,0.2725071),(0.8082899,0.2725071),(0.8039935,0.2683766),(0.7997035,0.2683766),(0.8039935,0.2725071),(0.7997035,0.2725071),(0.8082899,0.2766397),(0.8039935,0.2766397),(0.7997035,0.2766397),(0.8039935,0.2807745),(0.7997035,0.2807745),(0.8082899,0.2807745),(0.8125832,0.2766397),(0.8125832,0.2807745),(0.7954297,0.2683766),(0.7911757,0.2683766),(0.7954297,0.2725071),(0.7911757,0.2725071),(0.7869452,0.2683766),(0.7827417,0.2683766),(0.7869452,0.2725071),(0.7827417,0.2725071),(0.7911757,0.2766397),(0.7869452,0.2766397),(0.7827417,0.2766397),(0.7869452,0.2807745),(0.7827417,0.2807745),(0.7911757,0.2807745),(0.7954297,0.2766397),(0.7954297,0.2807745),(0.7785689,0.2683766),(0.7744211,0.2683766),(0.7785689,0.2725071),(0.7744212,0.2725071),(0.7702925,0.2683766),(0.7661775,0.2683766),(0.7702925,0.2725071),(0.7661775,0.2725071),(0.7744212,0.2766397),(0.7702925,0.2766397),(0.7661775,0.2766397),(0.7702925,0.2807745),(0.7661775,0.2807745),(0.7744212,0.2807745),(0.778569,0.2766397),(0.778569,0.2807745),(0.7620703,0.2683766),(0.757961,0.2683766),(0.7620703,0.2725071),(0.757961,0.2725071),(0.7538399,0.2683766),(0.7496969,0.2683766),(0.7538399,0.2725071),(0.7496969,0.2725071),(0.757961,0.2766397),(0.7538399,0.2766397),(0.7496969,0.2766397),(0.7538399,0.2807745),(0.7496969,0.2807745),(0.757961,0.2807745),(0.7620703,0.2766397),(0.7620703,0.2807745),(0.7455223,0.2683766),(0.7413244,0.2683766),(0.7455223,0.2725071),(0.7413245,0.2725071),(0.7371117,0.2683766),(0.7328922,0.2683766),(0.7371117,0.2725071),(0.7328923,0.2725071),(0.7413245,0.2766397),(0.7371117,0.2766397),(0.7328922,0.2766397),(0.7371117,0.2807745),(0.7328922,0.2807745),(0.7413245,0.2807745),(0.7455223,0.2766397),(0.7455223,0.2807745),(0.7286744,0.2683766),(0.7244572,0.2683766),(0.7286744,0.2725071),(0.7244572,0.2725071),(0.7202395,0.2683766),(0.71602,0.2683766),(0.7202395,0.2725071),(0.71602,0.2725071),(0.7244572,0.2766397),(0.7202395,0.2766397),(0.71602,0.2766397),(0.7202394,0.2807745),(0.71602,0.2807745),(0.7244572,0.2807745),(0.7286744,0.2766397),(0.7286744,0.2807745),(0.7117977,0.2683766),(0.7075742,0.2683766),(0.7117977,0.2725071),(0.7075742,0.2725071),(0.7033514,0.2683766),(0.6991307,0.2683766),(0.7033514,0.2725071),(0.6991307,0.2725071),(0.7075742,0.2766397),(0.7033514,0.2766397),(0.6991307,0.2766397),(0.7033514,0.2807745),(0.6991307,0.2807745),(0.7075742,0.2807745),(0.7117977,0.2766397),(0.7117977,0.2807745),(0.6949139,0.2683766),(0.6906992,0.2683766),(0.6949139,0.2725071),(0.6906992,0.2725071),(0.6864849,0.2683766),(0.6822694,0.2683766),(0.6864849,0.2725071),(0.6822693,0.2725071),(0.6906992,0.2766397),(0.6864849,0.2766397),(0.6822694,0.2766397),(0.6864849,0.2807745),(0.6822693,0.2807745),(0.6906992,0.2807745),(0.6949139,0.2766397),(0.6949139,0.2807745),(0.6780508,0.2683766),(0.6738272,0.2683766),(0.6780507,0.2725071),(0.6738272,0.2725071),(0.6695971,0.2683766),(0.6653587,0.2683766),(0.6695971,0.2725071),(0.6653587,0.2725071),(0.6738272,0.2766397),(0.6695971,0.2766397),(0.6653587,0.2766397),(0.6695971,0.2807745),(0.6653587,0.2807745),(0.6738272,0.2807745),(0.6780508,0.2766397),(0.6780507,0.2807745),(0.6611102,0.2683766),(0.6568571,0.2683766),(0.6611102,0.2725071),(0.6568571,0.2725071),(0.6526053,0.2683766),(0.6483604,0.2683766),(0.6526054,0.2725071),(0.6483604,0.2725071),(0.6568571,0.2766397),(0.6526054,0.2766397),(0.6483604,0.2766397),(0.6526053,0.2807745),(0.6483604,0.2807745),(0.6568571,0.2807745),(0.6611102,0.2766397),(0.6611102,0.2807745),(0.6441281,0.2683766),(0.6399043,0.2683766),(0.6441281,0.2725071),(0.6399043,0.2725071),(0.635685,0.2683766),(0.6314663,0.2683766),(0.635685,0.2725071),(0.6314663,0.2725071),(0.6399043,0.2766397),(0.635685,0.2766397),(0.6314663,0.2766397),(0.635685,0.2807745),(0.6314663,0.2807745),(0.6399043,0.2807745),(0.6441281,0.2766397),(0.6441281,0.2807745),(0.627244,0.2683766),(0.6230208,0.2683766),(0.627244,0.2725071),(0.6230209,0.2725071),(0.6187993,0.2683766),(0.6145822,0.2683766),(0.6187993,0.2725071),(0.6145822,0.2725071),(0.6230208,0.2766397),(0.6187993,0.2766397),(0.6145822,0.2766397),(0.6187993,0.2807745),(0.6145822,0.2807745),(0.6230209,0.2807745),(0.627244,0.2766397),(0.627244,0.2807745),(0.6103719,0.2683766),(0.6061606,0.2683766),(0.6103719,0.2725071),(0.6061606,0.2725071),(0.6019406,0.2683766),(0.5977041,0.2683766),(0.6019406,0.2725071),(0.5977041,0.2725071),(0.6061606,0.2766397),(0.6019406,0.2766397),(0.5977041,0.2766397),(0.6019406,0.2807745),(0.5977041,0.2807745),(0.6061606,0.2807745),(0.6103719,0.2766397),(0.6103719,0.2807745),(0.5934432,0.2683766),(0.589169,0.2683766),(0.5934432,0.2725071),(0.589169,0.2725071),(0.5848927,0.2683766),(0.5806257,0.2683766),(0.5848927,0.2725071),(0.5806257,0.2725071),(0.589169,0.2766397),(0.5848927,0.2766397),(0.5806257,0.2766397),(0.5848927,0.2807745),(0.5806257,0.2807745),(0.589169,0.2807745),(0.5934432,0.2766397),(0.5934432,0.2807745),(0.5763788,0.2683766),(0.572147,0.2683766),(0.5763788,0.2725071),(0.572147,0.2725071),(0.567925,0.2683766),(0.5637077,0.2683766),(0.567925,0.2725071),(0.5637077,0.2725071),(0.572147,0.2766397),(0.567925,0.2766397),(0.5637077,0.2766397),(0.567925,0.2807745),(0.5637077,0.2807745),(0.572147,0.2807745),(0.5763788,0.2766397),(0.5763788,0.2807745),(0.55949,0.2683766),(0.5552715,0.2683766),(0.55949,0.2725071),(0.5552715,0.2725071),(0.5510522,0.2683766),(0.5468317,0.2683766),(0.5510522,0.2725071),(0.5468317,0.2725071),(0.5552715,0.2766397),(0.5510522,0.2766397),(0.5468317,0.2766397),(0.5510522,0.2807745),(0.5468317,0.2807745),(0.5552715,0.2807745),(0.55949,0.2766397),(0.55949,0.2807745),(0.5426099,0.2683766),(0.5383899,0.2683766),(0.5426099,0.2725071),(0.5383899,0.2725071),(0.5341746,0.2683766),(0.5299669,0.2683766),(0.5341746,0.2725071),(0.5299669,0.2725071),(0.5383899,0.2766397),(0.5341746,0.2766397),(0.5299669,0.2766397),(0.5341746,0.2807745),(0.529967,0.2807745),(0.5383899,0.2807745),(0.5426099,0.2766397),(0.5426099,0.2807745),(0.52577,0.2683766),(0.5215818,0.2683766),(0.52577,0.2725071),(0.5215818,0.2725071),(0.5174,0.2683766),(0.5132228,0.2683766),(0.5174,0.2725071),(0.5132228,0.2725071),(0.5215818,0.2766397),(0.5174,0.2766397),(0.5132228,0.2766397),(0.5174,0.2807745),(0.5132228,0.2807745),(0.5215818,0.2807745),(0.52577,0.2766397),(0.52577,0.2807745),(0.5090478,0.2683766),(0.5048727,0.2683766),(0.5090478,0.2725071),(0.5048727,0.2725071),(0.5006949,0.2683766),(0.4965119,0.2683766),(0.5006949,0.2725071),(0.4965119,0.2725071),(0.5048727,0.2766397),(0.5006949,0.2766397),(0.4965119,0.2766397),(0.5006949,0.2807745),(0.4965119,0.2807745),(0.5048727,0.2807745),(0.5090478,0.2766397),(0.5090478,0.2807745),(0.4923214,0.2683766),(0.4881234,0.2683766),(0.4923214,0.2725071),(0.4881234,0.2725071),(0.4839184,0.2683766),(0.4797065,0.2683766),(0.4839184,0.2725071),(0.4797065,0.2725071),(0.4881234,0.2766397),(0.4839184,0.2766397),(0.4797065,0.2766397),(0.4839184,0.2807745),(0.4797064,0.2807745),(0.4881234,0.2807745),(0.4923214,0.2766397),(0.4923214,0.2807745),(0.4754879,0.2683766),(0.4712752,0.2683766),(0.4754879,0.2725071),(0.4712752,0.2725071),(0.4670808,0.2683766),(0.4629171,0.2683766),(0.4670808,0.2725071),(0.4629171,0.2725071),(0.4712752,0.2766397),(0.4670808,0.2766397),(0.4629171,0.2766397),(0.4670808,0.2807745),(0.4629171,0.2807745),(0.4712752,0.2807745),(0.4754879,0.2766397),(0.4754879,0.2807745),(0.4587967,0.2683766),(0.4547031,0.2683766),(0.4547031,0.2725071),(0.4587967,0.2725071),(0.4506197,0.2683766),(0.44653,0.2683766),(0.44653,0.2725071),(0.4506197,0.2725071),(0.4506197,0.2766397),(0.4547031,0.2766397),(0.44653,0.2766397),(0.44653,0.2807745),(0.4506197,0.2807745),(0.4547031,0.2807745),(0.4587967,0.2766397),(0.4587967,0.2807745),(0.4424174,0.2683766),(0.4382856,0.2683766),(0.4382856,0.2725071),(0.4424174,0.2725071),(0.4341379,0.2683766),(0.429978,0.2683766),(0.429978,0.2725071),(0.4341379,0.2725071),(0.4341379,0.2766397),(0.4382856,0.2766397),(0.429978,0.2766397),(0.429978,0.2807745),(0.4341379,0.2807745),(0.4382856,0.2807745),(0.4424174,0.2766397),(0.4424174,0.2807745),(0.4258092,0.2683766),(0.4216311,0.2683766),(0.4216312,0.2725071),(0.4258092,0.2725071),(0.4174434,0.2683766),(0.4132456,0.2683766),(0.4132456,0.2725071),(0.4174434,0.2725071),(0.4174434,0.2766397),(0.4216312,0.2766397),(0.4132456,0.2766397),(0.4132456,0.2807745),(0.4174434,0.2807745),(0.4216312,0.2807745),(0.4258092,0.2766397),(0.4258092,0.2807745),(0.4090372,0.2683766),(0.4048201,0.2683766),(0.4048201,0.2725071),(0.4090372,0.2725071),(0.4005963,0.2683766),(0.3963675,0.2683766),(0.3963675,0.2725071),(0.4005963,0.2725071),(0.4005963,0.2766397),(0.4048201,0.2766397),(0.3963675,0.2766397),(0.3963675,0.2807745),(0.4005963,0.2807745),(0.4048201,0.2807745),(0.4090372,0.2766397),(0.4090372,0.2807745),(0.3921357,0.2683766),(0.3879012,0.2683766),(0.3879012,0.2725071),(0.3921357,0.2725071),(0.3836642,0.2683766),(0.3794248,0.2683766),(0.3794249,0.2725071),(0.3836642,0.2725071),(0.3836642,0.2766397),(0.3879012,0.2766397),(0.3794248,0.2766397),(0.3794248,0.2807745),(0.3836642,0.2807745),(0.3879012,0.2807745),(0.3921357,0.2766397),(0.3921357,0.2807745),(0.3751834,0.2683766),(0.3709441,0.2683766),(0.3709441,0.2725071),(0.3751834,0.2725071),(0.3667112,0.2683766),(0.3624887,0.2683766),(0.3624887,0.2725071),(0.3667112,0.2725071),(0.3667112,0.2766397),(0.3709442,0.2766397),(0.3624887,0.2766397),(0.3624887,0.2807745),(0.3667112,0.2807745),(0.3709441,0.2807745),(0.3751834,0.2766397),(0.3751834,0.2807745),(0.358281,0.2683766),(0.3540821,0.2683766),(0.3540821,0.2725071),(0.358281,0.2725071),(0.3498864,0.2683766),(0.3456882,0.2683766),(0.3456882,0.2725071),(0.3498864,0.2725071),(0.3498864,0.2766397),(0.3540821,0.2766397),(0.3456882,0.2766397),(0.3456882,0.2807745),(0.3498864,0.2807745),(0.3540821,0.2807745),(0.3582809,0.2766397),(0.358281,0.2807745),(0.3414817,0.2683766),(0.3372694,0.2683766),(0.3372695,0.2725071),(0.3414817,0.2725071),(0.3330541,0.2683766),(0.3288383,0.2683766),(0.3288383,0.2725071),(0.3330541,0.2725071),(0.3330541,0.2766397),(0.3372695,0.2766397),(0.3288383,0.2766397),(0.3288383,0.2807745),(0.3330541,0.2807745),(0.3372695,0.2807745),(0.3414817,0.2766397),(0.3414817,0.2807745),(0.3246247,0.2683766),(0.3204179,0.2683766),(0.3204179,0.2725071),(0.3246247,0.2725071),(0.3162228,0.2683766),(0.3120441,0.2683766),(0.3120441,0.2725071),(0.3162228,0.2725071),(0.3162228,0.2766397),(0.3204179,0.2766397),(0.3120441,0.2766397),(0.3120441,0.2807745),(0.3162228,0.2807745),(0.3204179,0.2807745),(0.3246247,0.2766397),(0.3246247,0.2807745),(0.3078868,0.2683766),(0.3037427,0.2683766),(0.3037427,0.2725071),(0.3078868,0.2725071),(0.2996041,0.2683766),(0.2954631,0.2683766),(0.2954631,0.2725071),(0.2996041,0.2725071),(0.2996041,0.2766397),(0.3037428,0.2766397),(0.2954631,0.2766397),(0.2954631,0.2807745),(0.2996041,0.2807745),(0.3037427,0.2807745),(0.3078868,0.2766397),(0.3078868,0.2807745),(0.2913116,0.2683766),(0.2871543,0.2683766),(0.2871543,0.2725071),(0.2913116,0.2725071),(0.2829956,0.2683766),(0.2788399,0.2683766),(0.2788399,0.2725071),(0.2829956,0.2725071),(0.2829956,0.2766397),(0.2871543,0.2766397),(0.2788399,0.2766397),(0.2788399,0.2807745),(0.2829956,0.2807745),(0.2871543,0.2807745),(0.2913116,0.2766397),(0.2913116,0.2807745),(0.2746918,0.2683766),(0.2705556,0.2683766),(0.2705556,0.2725071),(0.2746918,0.2725071),(0.2664356,0.2683766),(0.262336,0.2683766),(0.262336,0.2725071),(0.2664356,0.2725071),(0.2664356,0.2766397),(0.2705556,0.2766397),(0.262336,0.2766397),(0.262336,0.2807745),(0.2664356,0.2807745),(0.2705556,0.2807745),(0.2746918,0.2766397),(0.2746918,0.2807745),(0.2582613,0.2683766),(0.254209,0.2683766),(0.254209,0.2725071),(0.2582613,0.2725071),(0.2501769,0.2683766),(0.2461624,0.2683766),(0.2461624,0.2725071),(0.2501769,0.2725071),(0.2501769,0.2766397),(0.254209,0.2766397),(0.2461624,0.2766397),(0.2461624,0.2807745),(0.2501769,0.2807745),(0.254209,0.2807745),(0.2582613,0.2766397),(0.2582613,0.2807745),(0.2421634,0.2683766),(0.238164,0.2683766),(0.238164,0.2725071),(0.2421634,0.2725071),(0.2341487,0.2683766),(0.2301017,0.2683766),(0.2301017,0.2725071),(0.2341487,0.2725071),(0.2341487,0.2766397),(0.238164,0.2766397),(0.2301017,0.2766397),(0.2301017,0.2807745),(0.2341487,0.2807745),(0.238164,0.2807745),(0.2421634,0.2766397),(0.2421634,0.2807745),(0.2260074,0.2683766),(0.2218787,0.2683766),(0.2218787,0.2725071),(0.2260074,0.2725071),(0.2177283,0.2683766),(0.2135691,0.2683766),(0.2135692,0.2725071),(0.2177283,0.2725071),(0.2177283,0.2766397),(0.2218787,0.2766397),(0.2135691,0.2766397),(0.2135692,0.2807745),(0.2177283,0.2807745),(0.2218787,0.2807745),(0.2260074,0.2766397),(0.2260074,0.2807745),(0.2094141,0.2683766),(0.2052627,0.2683766),(0.2052627,0.2725071),(0.2094141,0.2725071),(0.2011147,0.2683766),(0.1969699,0.2683766),(0.1969699,0.2725071),(0.2011147,0.2725071),(0.2011147,0.2766397),(0.2052627,0.2766397),(0.1969699,0.2766397),(0.1969699,0.2807745),(0.2011147,0.2807745),(0.2052627,0.2807745),(0.2094141,0.2766397),(0.2094141,0.2807745),(0.1928277,0.2683766),(0.1886888,0.2683766),(0.1886888,0.2725071),(0.1928277,0.2725071),(0.1845533,0.2683766),(0.1804218,0.2683766),(0.1804218,0.2725071),(0.1845533,0.2725071),(0.1845533,0.2766397),(0.1886888,0.2766397),(0.1804218,0.2766397),(0.1804218,0.2807745),(0.1845533,0.2807745),(0.1886888,0.2807745),(0.1928277,0.2766397),(0.1928277,0.2807745),(0.1762946,0.2683766),(0.1721701,0.2683766),(0.1721701,0.2725071),(0.1762946,0.2725071),(0.1680468,0.2683766),(0.163923,0.2683766),(0.163923,0.2725071),(0.1680468,0.2725071),(0.1680468,0.2766397),(0.1721701,0.2766397),(0.163923,0.2766397),(0.163923,0.2807745),(0.1680468,0.2807745),(0.1721701,0.2807745),(0.1762946,0.2766397),(0.1762946,0.2807745),(0.1597973,0.2683766),(0.1556691,0.2683766),(0.1556691,0.2725071),(0.1597973,0.2725071),(0.1515382,0.2683766),(0.1474041,0.2683766),(0.1474041,0.2725071),(0.1515382,0.2725071),(0.1515382,0.2766397),(0.1556691,0.2766397),(0.1474041,0.2766397),(0.1474041,0.2807745),(0.1515382,0.2807745),(0.1556691,0.2807745),(0.1597973,0.2766397),(0.1597973,0.2807745),(0.1432664,0.2683766),(0.1391259,0.2683766),(0.1391259,0.2725071),(0.1432664,0.2725071),(0.134983,0.2683766),(0.1308385,0.2683766),(0.1308385,0.2725071),(0.134983,0.2725071),(0.134983,0.2766397),(0.1391259,0.2766397),(0.1308385,0.2766397),(0.134983,0.2807745),(0.1308385,0.2807745),(0.1391259,0.2807745),(0.1432664,0.2766397),(0.1432664,0.2807745),(0.126693,0.2683766),(0.12255,0.2683766),(0.126693,0.2725071),(0.12255,0.2725071),(0.1184131,0.2683766),(0.1142857,0.2683766),(0.1142857,0.2725071),(0.1184131,0.2725071),(0.1184131,0.2766397),(0.12255,0.2766397),(0.1142857,0.2766397),(0.1142857,0.2807745),(0.1184131,0.2807745),(0.12255,0.2807745),(0.126693,0.2766397),(0.126693,0.2807745),(0.1101713,0.2683766),(0.1060752,0.2683766),(0.1101713,0.2725071),(0.1060752,0.2725071),(0.1020023,0.2683766),(0.09795791,0.2683766),(0.1020023,0.2725071),(0.09795791,0.2725071),(0.1060752,0.2766397),(0.1020023,0.2766397),(0.09795791,0.2766397),(0.1020023,0.2807745),(0.09795791,0.2807745),(0.1060752,0.2807745),(0.1101713,0.2766397),(0.1101713,0.2807745),(0.09394707,0.2683766),(0.08994583,0.2683766),(0.08994584,0.2725071),(0.09394707,0.2725071),(0.08593026,0.2683766),(0.08187638,0.2683766),(0.08187637,0.2725071),(0.08593025,0.2725071),(0.08994584,0.2766397),(0.08593026,0.2766397),(0.08187638,0.2766397),(0.08593026,0.2807745),(0.08187638,0.2807745),(0.08994584,0.2807745),(0.09394707,0.2766397),(0.09394707,0.2807745),(0.07776025,0.2683766),(0.07361087,0.2683766),(0.07361087,0.2725071),(0.07776025,0.2725071),(0.06945725,0.2683766),(0.06532837,0.2683766),(0.06532837,0.2725071),(0.06945725,0.2725071),(0.06945725,0.2766397),(0.07361087,0.2766397),(0.06532837,0.2766397),(0.06532837,0.2807745),(0.06945725,0.2807745),(0.07361087,0.2807745),(0.07776025,0.2766397),(0.07776025,0.2807745),(0.06125325,0.2683766),(0.05721605,0.2683766),(0.05721604,0.2725071),(0.06125325,0.2725071),(0.05320094,0.2683766),(0.0491921,0.2683766),(0.05320094,0.2725071),(0.04919209,0.2725071),(0.05721605,0.2766397),(0.05320094,0.2766397),(0.0491921,0.2766397),(0.05320094,0.2807745),(0.04919209,0.2807745),(0.05721605,0.2807745),(0.06125325,0.2766397),(0.06125325,0.2807745),(0.04517369,0.2683766),(0.04115105,0.2683766),(0.04517369,0.2725071),(0.04115105,0.2725071),(0.0371295,0.2683766),(0.03311438,0.2683766),(0.0371295,0.2725071),(0.03311437,0.2725071),(0.04115105,0.2766397),(0.0371295,0.2766397),(0.03311438,0.2766397),(0.0371295,0.2807745),(0.03311438,0.2807745),(0.04115105,0.2807745),(0.04517369,0.2766397),(0.04517369,0.2807745),(0.029111,0.2683766),(0.02511186,0.2683766),(0.029111,0.2725071),(0.02511186,0.2725071),(0.02110944,0.2683766),(0.01709622,0.2683766),(0.02110944,0.2725071),(0.01709622,0.2725071),(0.02511186,0.2766397),(0.02110944,0.2766397),(0.01709622,0.2766397),(0.02110944,0.2807745),(0.01709622,0.2807745),(0.02511186,0.2807745),(0.029111,0.2766397),(0.029111,0.2807745),(0.01306469,0.2683766),(0.009019421,0.2683764),(0.01306469,0.2725071),(0.009019421,0.272507),(0.004965,0.2683756),(0.000906,0.2683745),(0.004965,0.2725065),(0.000906,0.272506),(0.009019421,0.2766394),(0.004965,0.2766386),(0.000906,0.2766375),(0.004965,0.2807728),(0.000906,0.280769),(0.009019421,0.2807741),(0.01306469,0.2766397),(0.01306469,0.2807745),(0.999094,0.2849092),(0.9951518,0.2849103),(0.9912093,0.2849112),(0.9951518,0.2890505),(0.9912093,0.2890512),(0.999094,0.2890495),(0.9872664,0.2849115),(0.983323,0.2849115),(0.9872664,0.2890514),(0.983323,0.2890514),(0.9912093,0.2931947),(0.9872664,0.2931953),(0.983323,0.2931953),(0.9872664,0.2973439),(0.983323,0.2973439),(0.9912093,0.2973429),(0.999094,0.2931898),(0.9951518,0.2931925),(0.9951518,0.2973397),(0.999094,0.29733),(0.9793787,0.2849115),(0.9754275,0.2849115),(0.9793787,0.2890514),(0.9754274,0.2890514),(0.9714631,0.2849115),(0.9674796,0.2849115),(0.9674796,0.2890514),(0.9714631,0.2890514),(0.9754274,0.2931953),(0.9714631,0.2931953),(0.9674796,0.2931953),(0.9674796,0.2973439),(0.9714631,0.2973439),(0.9754274,0.2973439),(0.9793787,0.2931953),(0.9793787,0.2973439),(0.9634706,0.2849115),(0.9594426,0.2849115),(0.9594426,0.2890514),(0.9634707,0.2890514),(0.9554016,0.2849115),(0.9513539,0.2849115),(0.9554016,0.2890514),(0.9513539,0.2890514),(0.9554016,0.2931953),(0.9594426,0.2931953),(0.9513539,0.2931953),(0.9513539,0.2973439),(0.9554016,0.2973439),(0.9594425,0.2973439),(0.9634707,0.2931953),(0.9634706,0.2973439),(0.9473058,0.2849115),(0.9432498,0.2849115),(0.9473058,0.2890514),(0.9432497,0.2890514),(0.9391782,0.2849115),(0.9350839,0.2849115),(0.9391783,0.2890514),(0.9350839,0.2890514),(0.9391782,0.2931953),(0.9432497,0.2931953),(0.9350839,0.2931953),(0.9350839,0.2973439),(0.9391783,0.2973439),(0.9432497,0.2973439),(0.9473058,0.2931953),(0.9473058,0.2973439),(0.930959,0.2849115),(0.9268106,0.2849115),(0.930959,0.2890514),(0.9268106,0.2890514),(0.9226453,0.2849115),(0.9184701,0.2849115),(0.9226453,0.2890514),(0.9184701,0.2890514),(0.9268106,0.2931953),(0.9226453,0.2931953),(0.9184701,0.2931953),(0.9226453,0.2973439),(0.9184701,0.2973439),(0.9268106,0.2973439),(0.930959,0.2931953),(0.930959,0.2973439),(0.9142919,0.2849115),(0.910111,0.2849115),(0.9142919,0.2890514),(0.9101109,0.2890514),(0.9059278,0.2849115),(0.9017429,0.2849115),(0.9059278,0.2890514),(0.9017429,0.2890514),(0.910111,0.2931953),(0.9059278,0.2931953),(0.9017429,0.2931953),(0.9059278,0.2973439),(0.9017428,0.2973439),(0.9101109,0.2973439),(0.9142919,0.2931953),(0.9142919,0.2973439),(0.8975567,0.2849115),(0.8933688,0.2849115),(0.8975567,0.2890514),(0.8933688,0.2890514),(0.8891787,0.2849115),(0.8849859,0.2849115),(0.8891788,0.2890514),(0.8849859,0.2890514),(0.8933688,0.2931953),(0.8891787,0.2931953),(0.8849859,0.2931953),(0.8891788,0.2973439),(0.8849859,0.2973439),(0.8933688,0.2973439),(0.8975567,0.2931953),(0.8975567,0.2973439),(0.8807898,0.2849115),(0.8765806,0.2849115),(0.8807898,0.2890514),(0.8765807,0.2890514),(0.8723488,0.2849115),(0.8680845,0.2849115),(0.8680845,0.2890514),(0.8723488,0.2890514),(0.8723488,0.2931953),(0.8765806,0.2931953),(0.8680845,0.2931953),(0.8723488,0.2973439),(0.8680845,0.2973439),(0.8765806,0.2973439),(0.8807898,0.2931953),(0.8807898,0.2973439),(0.8637781,0.2849115),(0.8594491,0.2849115),(0.8594491,0.2890514),(0.8637781,0.2890514),(0.8551173,0.2849115),(0.8508024,0.2849115),(0.8551173,0.2890514),(0.8508024,0.2890514),(0.8551173,0.2931953),(0.8594491,0.2931953),(0.8508024,0.2931953),(0.8508024,0.2973439),(0.8551173,0.2973439),(0.859449,0.2973439),(0.8637781,0.2931953),(0.8637781,0.2973439),(0.846524,0.2849115),(0.8422731,0.2849115),(0.846524,0.2890514),(0.8422731,0.2890514),(0.8380403,0.2849115),(0.8338165,0.2849115),(0.8380403,0.2890514),(0.8338165,0.2890514),(0.8380403,0.2931953),(0.8422731,0.2931953),(0.8338165,0.2931953),(0.8380404,0.2973439),(0.8338165,0.2973439),(0.8422731,0.2973439),(0.846524,0.2931953),(0.846524,0.2973439),(0.8295926,0.2849115),(0.8253628,0.2849115),(0.8295926,0.2890514),(0.8253628,0.2890514),(0.8211217,0.2849115),(0.8168637,0.2849115),(0.8211217,0.2890514),(0.8168637,0.2890514),(0.8253628,0.2931953),(0.8211217,0.2931953),(0.8168637,0.2931953),(0.8211217,0.2973439),(0.8168637,0.2973439),(0.8253628,0.2973439),(0.8295926,0.2931953),(0.8295926,0.2973439),(0.8125832,0.2849115),(0.8082899,0.2849115),(0.8125832,0.2890514),(0.8082899,0.2890514),(0.8039935,0.2849115),(0.7997035,0.2849115),(0.8039935,0.2890514),(0.7997035,0.2890514),(0.8082899,0.2931953),(0.8039935,0.2931953),(0.7997035,0.2931953),(0.8039935,0.2973439),(0.7997035,0.2973439),(0.8082899,0.2973439),(0.8125832,0.2931953),(0.8125832,0.2973439),(0.7954297,0.2849115),(0.7911757,0.2849115),(0.7954297,0.2890514),(0.7911757,0.2890514),(0.7869452,0.2849115),(0.7827417,0.2849115),(0.7869452,0.2890514),(0.7827417,0.2890514),(0.7911757,0.2931953),(0.7869452,0.2931953),(0.7827417,0.2931953),(0.7869452,0.2973439),(0.7827417,0.2973439),(0.7911757,0.2973439),(0.7954297,0.2931953),(0.7954297,0.2973439),(0.7785689,0.2849115),(0.7744211,0.2849115),(0.7785689,0.2890514),(0.7744212,0.2890514),(0.7702925,0.2849115),(0.7661775,0.2849115),(0.7702925,0.2890514),(0.7661775,0.2890514),(0.7744212,0.2931953),(0.7702925,0.2931953),(0.7661775,0.2931953),(0.7702925,0.2973439),(0.7661775,0.2973439),(0.7744212,0.2973439),(0.778569,0.2931953),(0.778569,0.2973439),(0.7620703,0.2849115),(0.757961,0.2849115),(0.7620703,0.2890514),(0.757961,0.2890514),(0.7538399,0.2849115),(0.7496969,0.2849115),(0.7538399,0.2890514),(0.7496969,0.2890514),(0.757961,0.2931953),(0.7538399,0.2931953),(0.7496969,0.2931953),(0.7538399,0.2973439),(0.7496969,0.2973439),(0.757961,0.2973439),(0.7620703,0.2931953),(0.7620703,0.2973439),(0.7455223,0.2849115),(0.7413244,0.2849115),(0.7455223,0.2890514),(0.7413245,0.2890514),(0.7371117,0.2849115),(0.7328922,0.2849115),(0.7371117,0.2890514),(0.7328923,0.2890514),(0.7413245,0.2931953),(0.7371117,0.2931953),(0.7328922,0.2931953),(0.7371117,0.2973439),(0.7328922,0.2973439),(0.7413245,0.2973439),(0.7455223,0.2931953),(0.7455223,0.2973439),(0.7286744,0.2849115),(0.7244572,0.2849115),(0.7286744,0.2890514),(0.7244572,0.2890514),(0.7202395,0.2849115),(0.71602,0.2849115),(0.7202395,0.2890514),(0.71602,0.2890514),(0.7244572,0.2931953),(0.7202395,0.2931953),(0.71602,0.2931953),(0.7202394,0.2973439),(0.71602,0.2973439),(0.7244572,0.2973439),(0.7286744,0.2931953),(0.7286744,0.2973439),(0.7117977,0.2849115),(0.7075742,0.2849115),(0.7117977,0.2890514),(0.7075742,0.2890514),(0.7033514,0.2849115),(0.6991307,0.2849115),(0.7033514,0.2890514),(0.6991307,0.2890514),(0.7075742,0.2931953),(0.7033514,0.2931953),(0.6991307,0.2931953),(0.7033514,0.2973439),(0.6991307,0.2973439),(0.7075742,0.2973439),(0.7117977,0.2931953),(0.7117977,0.2973439),(0.6949139,0.2849115),(0.6906992,0.2849115),(0.6949139,0.2890514),(0.6906992,0.2890514),(0.6864849,0.2849115),(0.6822694,0.2849115),(0.6864849,0.2890514),(0.6822693,0.2890514),(0.6906992,0.2931953),(0.6864849,0.2931953),(0.6822694,0.2931953),(0.6864849,0.2973439),(0.6822693,0.2973439),(0.6906992,0.2973439),(0.6949139,0.2931953),(0.6949139,0.2973439),(0.6780508,0.2849115),(0.6738272,0.2849115),(0.6780507,0.2890514),(0.6738272,0.2890514),(0.6695971,0.2849115),(0.6653587,0.2849115),(0.6695971,0.2890514),(0.6653587,0.2890514),(0.6738272,0.2931953),(0.6695971,0.2931953),(0.6653587,0.2931953),(0.6695971,0.2973439),(0.6653587,0.2973439),(0.6738272,0.2973439),(0.6780508,0.2931953),(0.6780507,0.2973439),(0.6611102,0.2849115),(0.6568571,0.2849115),(0.6611102,0.2890514),(0.6568571,0.2890514),(0.6526053,0.2849115),(0.6483604,0.2849115),(0.6526054,0.2890514),(0.6483604,0.2890514),(0.6568571,0.2931953),(0.6526054,0.2931953),(0.6483604,0.2931953),(0.6526053,0.2973439),(0.6483604,0.2973439),(0.6568571,0.2973439),(0.6611102,0.2931953),(0.6611102,0.2973439),(0.6441281,0.2849115),(0.6399043,0.2849115),(0.6441281,0.2890514),(0.6399043,0.2890514),(0.635685,0.2849115),(0.6314663,0.2849115),(0.635685,0.2890514),(0.6314663,0.2890514),(0.6399043,0.2931953),(0.635685,0.2931953),(0.6314663,0.2931953),(0.635685,0.2973439),(0.6314663,0.2973439),(0.6399043,0.2973439),(0.6441281,0.2931953),(0.6441281,0.2973439),(0.627244,0.2849115),(0.6230208,0.2849115),(0.627244,0.2890514),(0.6230209,0.2890514),(0.6187993,0.2849115),(0.6145822,0.2849115),(0.6187993,0.2890514),(0.6145822,0.2890514),(0.6230208,0.2931953),(0.6187993,0.2931953),(0.6145822,0.2931953),(0.6187993,0.2973439),(0.6145822,0.2973439),(0.6230209,0.2973439),(0.627244,0.2931953),(0.627244,0.2973439),(0.6103719,0.2849115),(0.6061606,0.2849115),(0.6103719,0.2890514),(0.6061606,0.2890514),(0.6019406,0.2849115),(0.5977041,0.2849115),(0.6019406,0.2890514),(0.5977041,0.2890514),(0.6061606,0.2931953),(0.6019406,0.2931953),(0.5977041,0.2931953),(0.6019406,0.2973439),(0.5977041,0.2973439),(0.6061606,0.2973439),(0.6103719,0.2931953),(0.6103719,0.2973439),(0.5934432,0.2849115),(0.589169,0.2849115),(0.5934432,0.2890514),(0.589169,0.2890514),(0.5848927,0.2849115),(0.5806257,0.2849115),(0.5848927,0.2890514),(0.5806257,0.2890514),(0.589169,0.2931953),(0.5848927,0.2931953),(0.5806257,0.2931953),(0.5848927,0.2973439),(0.5806257,0.2973439),(0.589169,0.2973439),(0.5934432,0.2931953),(0.5934432,0.2973439),(0.5763788,0.2849115),(0.572147,0.2849115),(0.5763788,0.2890514),(0.572147,0.2890514),(0.567925,0.2849115),(0.5637077,0.2849115),(0.567925,0.2890514),(0.5637077,0.2890514),(0.572147,0.2931953),(0.567925,0.2931953),(0.5637077,0.2931953),(0.567925,0.2973439),(0.5637077,0.2973439),(0.572147,0.2973439),(0.5763788,0.2931953),(0.5763788,0.2973439),(0.55949,0.2849115),(0.5552715,0.2849115),(0.55949,0.2890514),(0.5552715,0.2890514),(0.5510522,0.2849115),(0.5468317,0.2849115),(0.5510522,0.2890514),(0.5468317,0.2890514),(0.5552715,0.2931953),(0.5510522,0.2931953),(0.5468317,0.2931953),(0.5510522,0.2973439),(0.5468317,0.2973439),(0.5552715,0.2973439),(0.55949,0.2931953),(0.55949,0.2973439),(0.5426099,0.2849115),(0.5383899,0.2849115),(0.5426099,0.2890514),(0.5383899,0.2890514),(0.5341746,0.2849115),(0.5299669,0.2849115),(0.5341746,0.2890514),(0.5299669,0.2890514),(0.5383899,0.2931953),(0.5341746,0.2931953),(0.5299669,0.2931953),(0.5341746,0.2973439),(0.529967,0.2973439),(0.5383899,0.2973439),(0.5426099,0.2931953),(0.5426099,0.2973439),(0.52577,0.2849115),(0.5215818,0.2849115),(0.52577,0.2890514),(0.5215818,0.2890514),(0.5174,0.2849115),(0.5132228,0.2849115),(0.5174,0.2890514),(0.5132228,0.2890514),(0.5215818,0.2931953),(0.5174,0.2931953),(0.5132228,0.2931953),(0.5174,0.2973439),(0.5132228,0.2973439),(0.5215818,0.2973439),(0.52577,0.2931953),(0.52577,0.2973439),(0.5090478,0.2849115),(0.5048727,0.2849115),(0.5090478,0.2890514),(0.5048727,0.2890514),(0.5006949,0.2849115),(0.4965119,0.2849115),(0.5006949,0.2890514),(0.4965119,0.2890514),(0.5048727,0.2931953),(0.5006949,0.2931953),(0.4965119,0.2931953),(0.5006949,0.2973439),(0.4965119,0.2973439),(0.5048727,0.2973439),(0.5090478,0.2931953),(0.5090478,0.2973439),(0.4923214,0.2849115),(0.4881234,0.2849115),(0.4923214,0.2890514),(0.4881234,0.2890514),(0.4839184,0.2849115),(0.4797065,0.2849115),(0.4839184,0.2890514),(0.4797065,0.2890514),(0.4881234,0.2931953),(0.4839184,0.2931953),(0.4797065,0.2931953),(0.4839184,0.2973439),(0.4797064,0.2973439),(0.4881234,0.2973439),(0.4923214,0.2931953),(0.4923214,0.2973439),(0.4754879,0.2849115),(0.4712752,0.2849115),(0.4754879,0.2890514),(0.4712752,0.2890514),(0.4670808,0.2849115),(0.4629171,0.2849115),(0.4670808,0.2890514),(0.4629171,0.2890514),(0.4712752,0.2931953),(0.4670808,0.2931953),(0.4629171,0.2931953),(0.4670808,0.2973439),(0.4629171,0.2973439),(0.4712752,0.2973439),(0.4754879,0.2931953),(0.4754879,0.2973439),(0.4587967,0.2849115),(0.4547031,0.2849115),(0.4587967,0.2890514),(0.4547031,0.2890514),(0.4506197,0.2849115),(0.44653,0.2849115),(0.4506197,0.2890514),(0.44653,0.2890514),(0.4547031,0.2931953),(0.4506197,0.2931953),(0.44653,0.2931953),(0.4506197,0.2973439),(0.44653,0.2973439),(0.4547031,0.2973439),(0.4587967,0.2931953),(0.4587967,0.2973439),(0.4424174,0.2849115),(0.4382856,0.2849115),(0.4382856,0.2890514),(0.4424174,0.2890514),(0.4341379,0.2849115),(0.429978,0.2849115),(0.429978,0.2890514),(0.4341379,0.2890514),(0.4341379,0.2931953),(0.4382856,0.2931953),(0.429978,0.2931953),(0.429978,0.2973439),(0.4341379,0.2973439),(0.4382856,0.2973439),(0.4424174,0.2931953),(0.4424174,0.2973439),(0.4258092,0.2849115),(0.4216311,0.2849115),(0.4216312,0.2890514),(0.4258092,0.2890514),(0.4174434,0.2849115),(0.4132456,0.2849115),(0.4132456,0.2890514),(0.4174434,0.2890514),(0.4174434,0.2931953),(0.4216312,0.2931953),(0.4132456,0.2931953),(0.4132456,0.2973439),(0.4174434,0.2973439),(0.4216312,0.2973439),(0.4258092,0.2931953),(0.4258092,0.2973439),(0.4090372,0.2849115),(0.4048201,0.2849115),(0.4048201,0.2890514),(0.4090372,0.2890514),(0.4005963,0.2849115),(0.3963675,0.2849115),(0.3963675,0.2890514),(0.4005963,0.2890514),(0.4005963,0.2931953),(0.4048201,0.2931953),(0.3963675,0.2931953),(0.3963675,0.2973439),(0.4005963,0.2973439),(0.4048201,0.2973439),(0.4090372,0.2931953),(0.4090372,0.2973439),(0.3921357,0.2849115),(0.3879012,0.2849115),(0.3879012,0.2890514),(0.3921357,0.2890514),(0.3836642,0.2849115),(0.3794248,0.2849115),(0.3794249,0.2890514),(0.3836642,0.2890514),(0.3836642,0.2931953),(0.3879012,0.2931953),(0.3794248,0.2931953),(0.3794248,0.2973439),(0.3836642,0.2973439),(0.3879012,0.2973439),(0.3921357,0.2931953),(0.3921357,0.2973439),(0.3751834,0.2849115),(0.3709441,0.2849115),(0.3709441,0.2890514),(0.3751834,0.2890514),(0.3667112,0.2849115),(0.3624887,0.2849115),(0.3624887,0.2890514),(0.3667112,0.2890514),(0.3667112,0.2931953),(0.3709442,0.2931953),(0.3624887,0.2931953),(0.3624887,0.2973439),(0.3667112,0.2973439),(0.3709441,0.2973439),(0.3751834,0.2931953),(0.3751834,0.2973439),(0.358281,0.2849115),(0.3540821,0.2849115),(0.3540821,0.2890514),(0.358281,0.2890514),(0.3498864,0.2849115),(0.3456882,0.2849115),(0.3456882,0.2890514),(0.3498864,0.2890514),(0.3498864,0.2931953),(0.3540821,0.2931953),(0.3456882,0.2931953),(0.3456882,0.2973439),(0.3498864,0.2973439),(0.3540821,0.2973439),(0.3582809,0.2931953),(0.358281,0.2973439),(0.3414817,0.2849115),(0.3372694,0.2849115),(0.3372695,0.2890514),(0.3414817,0.2890514),(0.3330541,0.2849115),(0.3288383,0.2849115),(0.3288383,0.2890514),(0.3330541,0.2890514),(0.3330541,0.2931953),(0.3372695,0.2931953),(0.3288383,0.2931953),(0.3288383,0.2973439),(0.3330541,0.2973439),(0.3372695,0.2973439),(0.3414817,0.2931953),(0.3414817,0.2973439),(0.3246247,0.2849115),(0.3204179,0.2849115),(0.3204179,0.2890514),(0.3246247,0.2890514),(0.3162228,0.2849115),(0.3120441,0.2849115),(0.3120441,0.2890514),(0.3162228,0.2890514),(0.3162228,0.2931953),(0.3204179,0.2931953),(0.3120441,0.2931953),(0.3120441,0.2973439),(0.3162228,0.2973439),(0.3204179,0.2973439),(0.3246247,0.2931953),(0.3246247,0.2973439),(0.3078868,0.2849115),(0.3037427,0.2849115),(0.3037427,0.2890514),(0.3078868,0.2890514),(0.2996041,0.2849115),(0.2954631,0.2849115),(0.2954631,0.2890514),(0.2996041,0.2890514),(0.2996041,0.2931953),(0.3037428,0.2931953),(0.2954631,0.2931953),(0.2954631,0.2973439),(0.2996041,0.2973439),(0.3037427,0.2973439),(0.3078868,0.2931953),(0.3078868,0.2973439),(0.2913116,0.2849115),(0.2871543,0.2849115),(0.2871543,0.2890514),(0.2913116,0.2890514),(0.2829956,0.2849115),(0.2788399,0.2849115),(0.2788399,0.2890514),(0.2829956,0.2890514),(0.2829956,0.2931953),(0.2871543,0.2931953),(0.2788399,0.2931953),(0.2788399,0.2973439),(0.2829956,0.2973439),(0.2871543,0.2973439),(0.2913116,0.2931953),(0.2913116,0.2973439),(0.2746918,0.2849115),(0.2705556,0.2849115),(0.2705556,0.2890514),(0.2746918,0.2890514),(0.2664356,0.2849115),(0.262336,0.2849115),(0.262336,0.2890514),(0.2664356,0.2890514),(0.2664356,0.2931953),(0.2705556,0.2931953),(0.262336,0.2931953),(0.262336,0.2973439),(0.2664356,0.2973439),(0.2705556,0.2973439),(0.2746918,0.2931953),(0.2746918,0.2973439),(0.2582613,0.2849115),(0.254209,0.2849115),(0.254209,0.2890514),(0.2582613,0.2890514),(0.2501769,0.2849115),(0.2461624,0.2849115),(0.2461624,0.2890514),(0.2501769,0.2890514),(0.2501769,0.2931953),(0.254209,0.2931953),(0.2461624,0.2931953),(0.2461624,0.2973439),(0.2501769,0.2973439),(0.254209,0.2973439),(0.2582613,0.2931953),(0.2582613,0.2973439),(0.2421634,0.2849115),(0.238164,0.2849115),(0.238164,0.2890514),(0.2421634,0.2890514),(0.2341487,0.2849115),(0.2301017,0.2849115),(0.2301017,0.2890514),(0.2341487,0.2890514),(0.2341487,0.2931953),(0.238164,0.2931953),(0.2301017,0.2931953),(0.2301017,0.2973439),(0.2341487,0.2973439),(0.238164,0.2973439),(0.2421634,0.2931953),(0.2421634,0.2973439),(0.2260074,0.2849115),(0.2218787,0.2849115),(0.2218787,0.2890514),(0.2260074,0.2890514),(0.2177283,0.2849115),(0.2135691,0.2849115),(0.2135692,0.2890514),(0.2177283,0.2890514),(0.2177283,0.2931953),(0.2218787,0.2931953),(0.2135691,0.2931953),(0.2135692,0.2973439),(0.2177283,0.2973439),(0.2218787,0.2973439),(0.2260074,0.2931953),(0.2260074,0.2973439),(0.2094141,0.2849115),(0.2052627,0.2849115),(0.2052627,0.2890514),(0.2094141,0.2890514),(0.2011147,0.2849115),(0.1969699,0.2849115),(0.1969699,0.2890514),(0.2011147,0.2890514),(0.2011147,0.2931953),(0.2052627,0.2931953),(0.1969699,0.2931953),(0.1969699,0.2973439),(0.2011147,0.2973439),(0.2052627,0.2973439),(0.2094141,0.2931953),(0.2094141,0.2973439),(0.1928277,0.2849115),(0.1886888,0.2849115),(0.1886888,0.2890514),(0.1928277,0.2890514),(0.1845533,0.2849115),(0.1804218,0.2849115),(0.1804218,0.2890514),(0.1845533,0.2890514),(0.1845533,0.2931953),(0.1886888,0.2931953),(0.1804218,0.2931953),(0.1804218,0.2973439),(0.1845533,0.2973439),(0.1886888,0.2973439),(0.1928277,0.2931953),(0.1928277,0.2973439),(0.1762946,0.2849115),(0.1721701,0.2849115),(0.1721701,0.2890514),(0.1762946,0.2890514),(0.1680468,0.2849115),(0.163923,0.2849115),(0.163923,0.2890514),(0.1680468,0.2890514),(0.1680468,0.2931953),(0.1721701,0.2931953),(0.163923,0.2931953),(0.163923,0.2973439),(0.1680468,0.2973439),(0.1721701,0.2973439),(0.1762946,0.2931953),(0.1762946,0.2973439),(0.1597973,0.2849115),(0.1556691,0.2849115),(0.1556691,0.2890514),(0.1597973,0.2890514),(0.1515382,0.2849115),(0.1474041,0.2849115),(0.1474041,0.2890514),(0.1515382,0.2890514),(0.1515382,0.2931953),(0.1556691,0.2931953),(0.1474041,0.2931953),(0.1515382,0.2973439),(0.1474041,0.2973439),(0.1556691,0.2973439),(0.1597973,0.2931953),(0.1597973,0.2973439),(0.1432664,0.2849115),(0.1391259,0.2849115),(0.1432664,0.2890514),(0.1391259,0.2890514),(0.134983,0.2849115),(0.1308385,0.2849115),(0.134983,0.2890514),(0.1308385,0.2890514),(0.1391259,0.2931953),(0.134983,0.2931953),(0.1308385,0.2931953),(0.134983,0.2973439),(0.1308385,0.2973439),(0.1391259,0.2973439),(0.1432664,0.2931953),(0.1432664,0.2973439),(0.126693,0.2849115),(0.12255,0.2849115),(0.126693,0.2890514),(0.12255,0.2890514),(0.1184131,0.2849115),(0.1142857,0.2849115),(0.1184131,0.2890514),(0.1142857,0.2890514),(0.12255,0.2931953),(0.1184131,0.2931953),(0.1142857,0.2931953),(0.1184131,0.2973439),(0.1142857,0.2973439),(0.12255,0.2973439),(0.126693,0.2931953),(0.126693,0.2973439),(0.1101713,0.2849115),(0.1060752,0.2849115),(0.1101713,0.2890514),(0.1060752,0.2890514),(0.1020023,0.2849115),(0.09795791,0.2849115),(0.1020023,0.2890514),(0.09795791,0.2890514),(0.1060752,0.2931953),(0.1020023,0.2931953),(0.09795791,0.2931953),(0.1020023,0.2973439),(0.09795791,0.2973439),(0.1060752,0.2973439),(0.1101713,0.2931953),(0.1101713,0.2973439),(0.09394707,0.2849115),(0.08994583,0.2849115),(0.09394707,0.2890514),(0.08994584,0.2890514),(0.08593026,0.2849115),(0.08187638,0.2849115),(0.08187637,0.2890514),(0.08593025,0.2890514),(0.08593026,0.2931953),(0.08994584,0.2931953),(0.08187638,0.2931953),(0.08187638,0.2973439),(0.08593026,0.2973439),(0.08994584,0.2973439),(0.09394707,0.2931953),(0.09394707,0.2973439),(0.07776025,0.2849115),(0.07361087,0.2849115),(0.07361087,0.2890514),(0.07776025,0.2890514),(0.06945725,0.2849115),(0.06532837,0.2849115),(0.06945725,0.2890514),(0.06532837,0.2890514),(0.07361087,0.2931953),(0.06945725,0.2931953),(0.06532837,0.2931953),(0.06945725,0.2973439),(0.06532837,0.2973439),(0.07361087,0.2973439),(0.07776025,0.2931953),(0.07776025,0.2973439),(0.06125325,0.2849115),(0.05721605,0.2849115),(0.06125325,0.2890514),(0.05721604,0.2890514),(0.05320094,0.2849115),(0.0491921,0.2849115),(0.05320094,0.2890514),(0.04919209,0.2890514),(0.05721605,0.2931953),(0.05320094,0.2931953),(0.0491921,0.2931953),(0.05320094,0.2973439),(0.04919209,0.2973439),(0.05721605,0.2973439),(0.06125325,0.2931953),(0.06125325,0.2973439),(0.04517369,0.2849115),(0.04115105,0.2849115),(0.04517369,0.2890514),(0.04115105,0.2890514),(0.0371295,0.2849115),(0.03311438,0.2849115),(0.0371295,0.2890514),(0.03311437,0.2890514),(0.04115105,0.2931953),(0.0371295,0.2931953),(0.03311438,0.2931953),(0.0371295,0.2973439),(0.03311438,0.2973439),(0.04115105,0.2973439),(0.04517369,0.2931953),(0.04517369,0.2973439),(0.029111,0.2849115),(0.02511186,0.2849115),(0.029111,0.2890514),(0.02511186,0.2890514),(0.02110944,0.2849115),(0.01709622,0.2849115),(0.02110944,0.2890514),(0.01709622,0.2890514),(0.02511186,0.2931953),(0.02110944,0.2931953),(0.01709622,0.2931953),(0.02110944,0.2973439),(0.01709622,0.2973439),(0.02511186,0.2973439),(0.029111,0.2931953),(0.029111,0.2973439),(0.01306469,0.2849115),(0.009019421,0.2849112),(0.01306469,0.2890514),(0.009019421,0.2890512),(0.004965,0.2849103),(0.000906,0.2849092),(0.004965,0.2890505),(0.000906,0.2890495),(0.009019421,0.2931946),(0.004965,0.2931926),(0.000906,0.2931898),(0.004965,0.2973397),(0.000906,0.29733),(0.009019421,0.2973428),(0.01306469,0.2931953),(0.01306469,0.2973439),(0.999094,0.3014925),(0.9951518,0.3014953),(0.9912093,0.3014973),(0.9951518,0.3056565),(0.9912093,0.3056576),(0.999094,0.305655),(0.9872664,0.3014981),(0.983323,0.3014981),(0.9872664,0.305658),(0.983323,0.305658),(0.9912093,0.3098232),(0.9872664,0.309824),(0.983323,0.309824),(0.9872664,0.3139964),(0.983323,0.3139964),(0.9912093,0.3139951),(0.999094,0.3098175),(0.9951518,0.3098208),(0.9951518,0.3139914),(0.999094,0.31398),(0.9793787,0.3014981),(0.9754275,0.3014981),(0.9793787,0.305658),(0.9754274,0.305658),(0.9714631,0.3014981),(0.9674796,0.3014981),(0.9714631,0.305658),(0.9674796,0.305658),(0.9754274,0.309824),(0.9714631,0.309824),(0.9674796,0.309824),(0.9714631,0.3139964),(0.9674796,0.3139964),(0.9754274,0.3139964),(0.9793787,0.309824),(0.9793787,0.3139964),(0.9634706,0.3014981),(0.9594426,0.3014981),(0.9594426,0.305658),(0.9634707,0.305658),(0.9554016,0.3014981),(0.9513539,0.3014981),(0.9513539,0.305658),(0.9554016,0.305658),(0.9594426,0.309824),(0.9554016,0.309824),(0.9513539,0.309824),(0.9554016,0.3139964),(0.9513539,0.3139964),(0.9594425,0.3139964),(0.9634707,0.309824),(0.9634706,0.3139964),(0.9473058,0.3014981),(0.9432498,0.3014981),(0.9432497,0.305658),(0.9473058,0.305658),(0.9391782,0.3014981),(0.9350839,0.3014981),(0.9350839,0.305658),(0.9391783,0.305658),(0.9432497,0.309824),(0.9391782,0.309824),(0.9350839,0.309824),(0.9391783,0.3139964),(0.9350839,0.3139964),(0.9432497,0.3139964),(0.9473058,0.309824),(0.9473058,0.3139964),(0.930959,0.3014981),(0.9268106,0.3014981),(0.930959,0.305658),(0.9268106,0.305658),(0.9226453,0.3014981),(0.9184701,0.3014981),(0.9226453,0.305658),(0.9184701,0.305658),(0.9268106,0.309824),(0.9226453,0.309824),(0.9184701,0.309824),(0.9226453,0.3139964),(0.9184701,0.3139964),(0.9268106,0.3139964),(0.930959,0.309824),(0.930959,0.3139964),(0.9142919,0.3014981),(0.910111,0.3014981),(0.9142919,0.305658),(0.9101109,0.305658),(0.9059278,0.3014981),(0.9017429,0.3014981),(0.9059278,0.305658),(0.9017429,0.305658),(0.910111,0.309824),(0.9059278,0.309824),(0.9017429,0.309824),(0.9059278,0.3139964),(0.9017428,0.3139964),(0.9101109,0.3139964),(0.9142919,0.309824),(0.9142919,0.3139964),(0.8975567,0.3014981),(0.8933688,0.3014981),(0.8975567,0.305658),(0.8933688,0.305658),(0.8891787,0.3014981),(0.8849859,0.3014981),(0.8891788,0.305658),(0.8849859,0.305658),(0.8933688,0.309824),(0.8891787,0.309824),(0.8849859,0.309824),(0.8849859,0.3139964),(0.8891788,0.3139964),(0.8933688,0.3139964),(0.8975567,0.309824),(0.8975567,0.3139964),(0.8807898,0.3014981),(0.8765806,0.3014981),(0.8807898,0.305658),(0.8765807,0.305658),(0.8723488,0.3014981),(0.8680845,0.3014981),(0.8723488,0.305658),(0.8680845,0.305658),(0.8723488,0.309824),(0.8765806,0.309824),(0.8680845,0.309824),(0.8680845,0.3139964),(0.8723488,0.3139964),(0.8765806,0.3139964),(0.8807898,0.309824),(0.8807898,0.3139964),(0.8637781,0.3014981),(0.8594491,0.3014981),(0.8637781,0.305658),(0.8594491,0.305658),(0.8551173,0.3014981),(0.8508024,0.3014981),(0.8508024,0.305658),(0.8551173,0.305658),(0.8551173,0.309824),(0.8594491,0.309824),(0.8508024,0.309824),(0.8508024,0.3139964),(0.8551173,0.3139964),(0.859449,0.3139964),(0.8637781,0.309824),(0.8637781,0.3139964),(0.846524,0.3014981),(0.8422731,0.3014981),(0.8422731,0.305658),(0.846524,0.305658),(0.8380403,0.3014981),(0.8338165,0.3014981),(0.8380403,0.305658),(0.8338165,0.305658),(0.8422731,0.309824),(0.8380403,0.309824),(0.8338165,0.309824),(0.8380404,0.3139964),(0.8338165,0.3139964),(0.8422731,0.3139964),(0.846524,0.309824),(0.846524,0.3139964),(0.8295926,0.3014981),(0.8253628,0.3014981),(0.8295926,0.305658),(0.8253628,0.305658),(0.8211217,0.3014981),(0.8168637,0.3014981),(0.8211217,0.305658),(0.8168637,0.305658),(0.8253628,0.309824),(0.8211217,0.309824),(0.8168637,0.309824),(0.8211217,0.3139964),(0.8168637,0.3139964),(0.8253628,0.3139964),(0.8295926,0.309824),(0.8295926,0.3139964),(0.8125832,0.3014981),(0.8082899,0.3014981),(0.8125832,0.305658),(0.8082899,0.305658),(0.8039935,0.3014981),(0.7997035,0.3014981),(0.8039935,0.305658),(0.7997035,0.305658),(0.8082899,0.309824),(0.8039935,0.309824),(0.7997035,0.309824),(0.8039935,0.3139964),(0.7997035,0.3139964),(0.8082899,0.3139964),(0.8125832,0.309824),(0.8125832,0.3139964),(0.7954297,0.3014981),(0.7911757,0.3014981),(0.7954297,0.305658),(0.7911757,0.305658),(0.7869452,0.3014981),(0.7827417,0.3014981),(0.7869452,0.305658),(0.7827417,0.305658),(0.7911757,0.309824),(0.7869452,0.309824),(0.7827417,0.309824),(0.7869452,0.3139964),(0.7827417,0.3139964),(0.7911757,0.3139964),(0.7954297,0.309824),(0.7954297,0.3139964),(0.7785689,0.3014981),(0.7744211,0.3014981),(0.7785689,0.305658),(0.7744212,0.305658),(0.7702925,0.3014981),(0.7661775,0.3014981),(0.7702925,0.305658),(0.7661775,0.305658),(0.7744212,0.309824),(0.7702925,0.309824),(0.7661775,0.309824),(0.7702925,0.3139964),(0.7661775,0.3139964),(0.7744212,0.3139964),(0.778569,0.309824),(0.778569,0.3139964),(0.7620703,0.3014981),(0.757961,0.3014981),(0.7620703,0.305658),(0.757961,0.305658),(0.7538399,0.3014981),(0.7496969,0.3014981),(0.7538399,0.305658),(0.7496969,0.305658),(0.757961,0.309824),(0.7538399,0.309824),(0.7496969,0.309824),(0.7538399,0.3139964),(0.7496969,0.3139964),(0.757961,0.3139964),(0.7620703,0.309824),(0.7620703,0.3139964),(0.7455223,0.3014981),(0.7413244,0.3014981),(0.7455223,0.305658),(0.7413245,0.305658),(0.7371117,0.3014981),(0.7328922,0.3014981),(0.7371117,0.305658),(0.7328923,0.305658),(0.7413245,0.309824),(0.7371117,0.309824),(0.7328922,0.309824),(0.7371117,0.3139964),(0.7328922,0.3139964),(0.7413245,0.3139964),(0.7455223,0.309824),(0.7455223,0.3139964),(0.7286744,0.3014981),(0.7244572,0.3014981),(0.7286744,0.305658),(0.7244572,0.305658),(0.7202395,0.3014981),(0.71602,0.3014981),(0.7202395,0.305658),(0.71602,0.305658),(0.7244572,0.309824),(0.7202395,0.309824),(0.71602,0.309824),(0.7202394,0.3139964),(0.71602,0.3139964),(0.7244572,0.3139964),(0.7286744,0.309824),(0.7286744,0.3139964),(0.7117977,0.3014981),(0.7075742,0.3014981),(0.7117977,0.305658),(0.7075742,0.305658),(0.7033514,0.3014981),(0.6991307,0.3014981),(0.7033514,0.305658),(0.6991307,0.305658),(0.7075742,0.309824),(0.7033514,0.309824),(0.6991307,0.309824),(0.7033514,0.3139964),(0.6991307,0.3139964),(0.7075742,0.3139964),(0.7117977,0.309824),(0.7117977,0.3139964),(0.6949139,0.3014981),(0.6906992,0.3014981),(0.6949139,0.305658),(0.6906992,0.305658),(0.6864849,0.3014981),(0.6822694,0.3014981),(0.6864849,0.305658),(0.6822693,0.305658),(0.6906992,0.309824),(0.6864849,0.309824),(0.6822694,0.309824),(0.6864849,0.3139964),(0.6822693,0.3139964),(0.6906992,0.3139964),(0.6949139,0.309824),(0.6949139,0.3139964),(0.6780508,0.3014981),(0.6738272,0.3014981),(0.6780507,0.305658),(0.6738272,0.305658),(0.6695971,0.3014981),(0.6653587,0.3014981),(0.6695971,0.305658),(0.6653587,0.305658),(0.6738272,0.309824),(0.6695971,0.309824),(0.6653587,0.309824),(0.6695971,0.3139964),(0.6653587,0.3139964),(0.6738272,0.3139964),(0.6780508,0.309824),(0.6780507,0.3139964),(0.6611102,0.3014981),(0.6568571,0.3014981),(0.6611102,0.305658),(0.6568571,0.305658),(0.6526053,0.3014981),(0.6483604,0.3014981),(0.6526054,0.305658),(0.6483604,0.305658),(0.6568571,0.309824),(0.6526054,0.309824),(0.6483604,0.309824),(0.6526053,0.3139964),(0.6483604,0.3139964),(0.6568571,0.3139964),(0.6611102,0.309824),(0.6611102,0.3139964),(0.6441281,0.3014981),(0.6399043,0.3014981),(0.6441281,0.305658),(0.6399043,0.305658),(0.635685,0.3014981),(0.6314663,0.3014981),(0.635685,0.305658),(0.6314663,0.305658),(0.6399043,0.309824),(0.635685,0.309824),(0.6314663,0.309824),(0.635685,0.3139964),(0.6314663,0.3139964),(0.6399043,0.3139964),(0.6441281,0.309824),(0.6441281,0.3139964),(0.627244,0.3014981),(0.6230208,0.3014981),(0.627244,0.305658),(0.6230209,0.305658),(0.6187993,0.3014981),(0.6145822,0.3014981),(0.6187993,0.305658),(0.6145822,0.305658),(0.6230208,0.309824),(0.6187993,0.309824),(0.6145822,0.309824),(0.6187993,0.3139964),(0.6145822,0.3139964),(0.6230209,0.3139964),(0.627244,0.309824),(0.627244,0.3139964),(0.6103719,0.3014981),(0.6061606,0.3014981),(0.6103719,0.305658),(0.6061606,0.305658),(0.6019406,0.3014981),(0.5977041,0.3014981),(0.6019406,0.305658),(0.5977041,0.305658),(0.6061606,0.309824),(0.6019406,0.309824),(0.5977041,0.309824),(0.6019406,0.3139964),(0.5977041,0.3139964),(0.6061606,0.3139964),(0.6103719,0.309824),(0.6103719,0.3139964),(0.5934432,0.3014981),(0.589169,0.3014981),(0.5934432,0.305658),(0.589169,0.305658),(0.5848927,0.3014981),(0.5806257,0.3014981),(0.5848927,0.305658),(0.5806257,0.305658),(0.589169,0.309824),(0.5848927,0.309824),(0.5806257,0.309824),(0.5848927,0.3139964),(0.5806257,0.3139964),(0.589169,0.3139964),(0.5934432,0.309824),(0.5934432,0.3139964),(0.5763788,0.3014981),(0.572147,0.3014981),(0.5763788,0.305658),(0.572147,0.305658),(0.567925,0.3014981),(0.5637077,0.3014981),(0.567925,0.305658),(0.5637077,0.305658),(0.572147,0.309824),(0.567925,0.309824),(0.5637077,0.309824),(0.567925,0.3139964),(0.5637077,0.3139964),(0.572147,0.3139964),(0.5763788,0.309824),(0.5763788,0.3139964),(0.55949,0.3014981),(0.5552715,0.3014981),(0.55949,0.305658),(0.5552715,0.305658),(0.5510522,0.3014981),(0.5468317,0.3014981),(0.5510522,0.305658),(0.5468317,0.305658),(0.5552715,0.309824),(0.5510522,0.309824),(0.5468317,0.309824),(0.5510522,0.3139964),(0.5468317,0.3139964),(0.5552715,0.3139964),(0.55949,0.309824),(0.55949,0.3139964),(0.5426099,0.3014981),(0.5383899,0.3014981),(0.5426099,0.305658),(0.5383899,0.305658),(0.5341746,0.3014981),(0.5299669,0.3014981),(0.5341746,0.305658),(0.5299669,0.305658),(0.5383899,0.309824),(0.5341746,0.309824),(0.5299669,0.309824),(0.5341746,0.3139964),(0.529967,0.3139964),(0.5383899,0.3139964),(0.5426099,0.309824),(0.5426099,0.3139964),(0.52577,0.3014981),(0.5215818,0.3014981),(0.52577,0.305658),(0.5215818,0.305658),(0.5174,0.3014981),(0.5132228,0.3014981),(0.5174,0.305658),(0.5132228,0.305658),(0.5215818,0.309824),(0.5174,0.309824),(0.5132228,0.309824),(0.5174,0.3139964),(0.5132228,0.3139964),(0.5215818,0.3139964),(0.52577,0.309824),(0.52577,0.3139964),(0.5090478,0.3014981),(0.5048727,0.3014981),(0.5090478,0.305658),(0.5048727,0.305658),(0.5006949,0.3014981),(0.4965119,0.3014981),(0.5006949,0.305658),(0.4965119,0.305658),(0.5048727,0.309824),(0.5006949,0.309824),(0.4965119,0.309824),(0.5006949,0.3139964),(0.4965119,0.3139964),(0.5048727,0.3139964),(0.5090478,0.309824),(0.5090478,0.3139964),(0.4923214,0.3014981),(0.4881234,0.3014981),(0.4923214,0.305658),(0.4881234,0.305658),(0.4839184,0.3014981),(0.4797065,0.3014981),(0.4839184,0.305658),(0.4797065,0.305658),(0.4881234,0.309824),(0.4839184,0.309824),(0.4797065,0.309824),(0.4839184,0.3139964),(0.4797064,0.3139964),(0.4881234,0.3139964),(0.4923214,0.309824),(0.4923214,0.3139964),(0.4754879,0.3014981),(0.4712752,0.3014981),(0.4754879,0.305658),(0.4712752,0.305658),(0.4670808,0.3014981),(0.4629171,0.3014981),(0.4670808,0.305658),(0.4629171,0.305658),(0.4712752,0.309824),(0.4670808,0.309824),(0.4629171,0.309824),(0.4670808,0.3139964),(0.4629171,0.3139964),(0.4712752,0.3139964),(0.4754879,0.309824),(0.4754879,0.3139964),(0.4587967,0.3014981),(0.4547031,0.3014981),(0.4587967,0.305658),(0.4547031,0.305658),(0.4506197,0.3014981),(0.44653,0.3014981),(0.4506197,0.305658),(0.44653,0.305658),(0.4547031,0.309824),(0.4506197,0.309824),(0.44653,0.309824),(0.4506197,0.3139964),(0.44653,0.3139964),(0.4547031,0.3139964),(0.4587967,0.309824),(0.4587967,0.3139964),(0.4424174,0.3014981),(0.4382856,0.3014981),(0.4382856,0.305658),(0.4424174,0.305658),(0.4341379,0.3014981),(0.429978,0.3014981),(0.429978,0.305658),(0.4341379,0.305658),(0.4341379,0.309824),(0.4382856,0.309824),(0.429978,0.309824),(0.429978,0.3139964),(0.4341379,0.3139964),(0.4382856,0.3139964),(0.4424174,0.309824),(0.4424174,0.3139964),(0.4258092,0.3014981),(0.4216311,0.3014981),(0.4216312,0.305658),(0.4258092,0.305658),(0.4174434,0.3014981),(0.4132456,0.3014981),(0.4132456,0.305658),(0.4174434,0.305658),(0.4174434,0.309824),(0.4216312,0.309824),(0.4132456,0.309824),(0.4132456,0.3139964),(0.4174434,0.3139964),(0.4216312,0.3139964),(0.4258092,0.309824),(0.4258092,0.3139964),(0.4090372,0.3014981),(0.4048201,0.3014981),(0.4048201,0.305658),(0.4090372,0.305658),(0.4005963,0.3014981),(0.3963675,0.3014981),(0.3963675,0.305658),(0.4005963,0.305658),(0.4005963,0.309824),(0.4048201,0.309824),(0.3963675,0.309824),(0.3963675,0.3139964),(0.4005963,0.3139964),(0.4048201,0.3139964),(0.4090372,0.309824),(0.4090372,0.3139964),(0.3921357,0.3014981),(0.3879012,0.3014981),(0.3879012,0.305658),(0.3921357,0.305658),(0.3836642,0.3014981),(0.3794248,0.3014981),(0.3794249,0.305658),(0.3836642,0.305658),(0.3836642,0.309824),(0.3879012,0.309824),(0.3794248,0.309824),(0.3794248,0.3139964),(0.3836642,0.3139964),(0.3879012,0.3139964),(0.3921357,0.309824),(0.3921357,0.3139964),(0.3751834,0.3014981),(0.3709441,0.3014981),(0.3709441,0.305658),(0.3751834,0.305658),(0.3667112,0.3014981),(0.3624887,0.3014981),(0.3624887,0.305658),(0.3667112,0.305658),(0.3667112,0.309824),(0.3709442,0.309824),(0.3624887,0.309824),(0.3624887,0.3139964),(0.3667112,0.3139964),(0.3709441,0.3139964),(0.3751834,0.309824),(0.3751834,0.3139964),(0.358281,0.3014981),(0.3540821,0.3014981),(0.3540821,0.305658),(0.358281,0.305658),(0.3498864,0.3014981),(0.3456882,0.3014981),(0.3456882,0.305658),(0.3498864,0.305658),(0.3498864,0.309824),(0.3540821,0.309824),(0.3456882,0.309824),(0.3456882,0.3139964),(0.3498864,0.3139964),(0.3540821,0.3139964),(0.3582809,0.309824),(0.358281,0.3139964),(0.3414817,0.3014981),(0.3372694,0.3014981),(0.3372695,0.305658),(0.3414817,0.305658),(0.3330541,0.3014981),(0.3288383,0.3014981),(0.3288383,0.305658),(0.3330541,0.305658),(0.3330541,0.309824),(0.3372695,0.309824),(0.3288383,0.309824),(0.3288383,0.3139964),(0.3330541,0.3139964),(0.3372695,0.3139964),(0.3414817,0.309824),(0.3414817,0.3139964),(0.3246247,0.3014981),(0.3204179,0.3014981),(0.3204179,0.305658),(0.3246247,0.305658),(0.3162228,0.3014981),(0.3120441,0.3014981),(0.3120441,0.305658),(0.3162228,0.305658),(0.3162228,0.309824),(0.3204179,0.309824),(0.3120441,0.309824),(0.3120441,0.3139964),(0.3162228,0.3139964),(0.3204179,0.3139964),(0.3246247,0.309824),(0.3246247,0.3139964),(0.3078868,0.3014981),(0.3037427,0.3014981),(0.3037427,0.305658),(0.3078868,0.305658),(0.2996041,0.3014981),(0.2954631,0.3014981),(0.2954631,0.305658),(0.2996041,0.305658),(0.2996041,0.309824),(0.3037428,0.309824),(0.2954631,0.309824),(0.2954631,0.3139964),(0.2996041,0.3139964),(0.3037427,0.3139964),(0.3078868,0.309824),(0.3078868,0.3139964),(0.2913116,0.3014981),(0.2871543,0.3014981),(0.2871543,0.305658),(0.2913116,0.305658),(0.2829956,0.3014981),(0.2788399,0.3014981),(0.2788399,0.305658),(0.2829956,0.305658),(0.2829956,0.309824),(0.2871543,0.309824),(0.2788399,0.309824),(0.2788399,0.3139964),(0.2829956,0.3139964),(0.2871543,0.3139964),(0.2913116,0.309824),(0.2913116,0.3139964),(0.2746918,0.3014981),(0.2705556,0.3014981),(0.2705556,0.305658),(0.2746918,0.305658),(0.2664356,0.3014981),(0.262336,0.3014981),(0.262336,0.305658),(0.2664356,0.305658),(0.2664356,0.309824),(0.2705556,0.309824),(0.262336,0.309824),(0.262336,0.3139964),(0.2664356,0.3139964),(0.2705556,0.3139964),(0.2746918,0.309824),(0.2746918,0.3139964),(0.2582613,0.3014981),(0.254209,0.3014981),(0.254209,0.305658),(0.2582613,0.305658),(0.2501769,0.3014981),(0.2461624,0.3014981),(0.2461624,0.305658),(0.2501769,0.305658),(0.2501769,0.309824),(0.254209,0.309824),(0.2461624,0.309824),(0.2461624,0.3139964),(0.2501769,0.3139964),(0.254209,0.3139964),(0.2582613,0.309824),(0.2582613,0.3139964),(0.2421634,0.3014981),(0.238164,0.3014981),(0.238164,0.305658),(0.2421634,0.305658),(0.2341487,0.3014981),(0.2301017,0.3014981),(0.2301017,0.305658),(0.2341487,0.305658),(0.2341487,0.309824),(0.238164,0.309824),(0.2301017,0.309824),(0.2301017,0.3139964),(0.2341487,0.3139964),(0.238164,0.3139964),(0.2421634,0.309824),(0.2421634,0.3139964),(0.2260074,0.3014981),(0.2218787,0.3014981),(0.2218787,0.305658),(0.2260074,0.305658),(0.2177283,0.3014981),(0.2135691,0.3014981),(0.2135692,0.305658),(0.2177283,0.305658),(0.2177283,0.309824),(0.2218787,0.309824),(0.2135691,0.309824),(0.2135692,0.3139964),(0.2177283,0.3139964),(0.2218787,0.3139964),(0.2260074,0.309824),(0.2260074,0.3139964),(0.2094141,0.3014981),(0.2052627,0.3014981),(0.2052627,0.305658),(0.2094141,0.305658),(0.2011147,0.3014981),(0.1969699,0.3014981),(0.1969699,0.305658),(0.2011147,0.305658),(0.2011147,0.309824),(0.2052627,0.309824),(0.1969699,0.309824),(0.1969699,0.3139964),(0.2011147,0.3139964),(0.2052627,0.3139964),(0.2094141,0.309824),(0.2094141,0.3139964),(0.1928277,0.3014981),(0.1886888,0.3014981),(0.1886888,0.305658),(0.1928277,0.305658),(0.1845533,0.3014981),(0.1804218,0.3014981),(0.1804218,0.305658),(0.1845533,0.305658),(0.1845533,0.309824),(0.1886888,0.309824),(0.1804218,0.309824),(0.1804218,0.3139964),(0.1845533,0.3139964),(0.1886888,0.3139964),(0.1928277,0.309824),(0.1928277,0.3139964),(0.1762946,0.3014981),(0.1721701,0.3014981),(0.1721701,0.305658),(0.1762946,0.305658),(0.1680468,0.3014981),(0.163923,0.3014981),(0.163923,0.305658),(0.1680468,0.305658),(0.1680468,0.309824),(0.1721701,0.309824),(0.163923,0.309824),(0.163923,0.3139964),(0.1680468,0.3139964),(0.1721701,0.3139964),(0.1762946,0.309824),(0.1762946,0.3139964),(0.1597973,0.3014981),(0.1556691,0.3014981),(0.1556691,0.305658),(0.1597973,0.305658),(0.1515382,0.3014981),(0.1474041,0.3014981),(0.1515382,0.305658),(0.1474041,0.305658),(0.1556691,0.309824),(0.1515382,0.309824),(0.1474041,0.309824),(0.1515382,0.3139964),(0.1474041,0.3139964),(0.1556691,0.3139964),(0.1597973,0.309824),(0.1597973,0.3139964),(0.1432664,0.3014981),(0.1391259,0.3014981),(0.1432664,0.305658),(0.1391259,0.305658),(0.134983,0.3014981),(0.1308385,0.3014981),(0.134983,0.305658),(0.1308385,0.305658),(0.1391259,0.309824),(0.134983,0.309824),(0.1308385,0.309824),(0.134983,0.3139964),(0.1308385,0.3139964),(0.1391259,0.3139964),(0.1432664,0.309824),(0.1432664,0.3139964),(0.126693,0.3014981),(0.12255,0.3014981),(0.126693,0.305658),(0.12255,0.305658),(0.1184131,0.3014981),(0.1142857,0.3014981),(0.1184131,0.305658),(0.1142857,0.305658),(0.12255,0.309824),(0.1184131,0.309824),(0.1142857,0.309824),(0.1142857,0.3139964),(0.1184131,0.3139964),(0.12255,0.3139964),(0.126693,0.309824),(0.126693,0.3139964),(0.1101713,0.3014981),(0.1060752,0.3014981),(0.1101713,0.305658),(0.1060752,0.305658),(0.1020023,0.3014981),(0.09795791,0.3014981),(0.1020023,0.305658),(0.09795791,0.305658),(0.1060752,0.309824),(0.1020023,0.309824),(0.09795791,0.309824),(0.09795791,0.3139964),(0.1020023,0.3139964),(0.1060752,0.3139964),(0.1101713,0.309824),(0.1101713,0.3139964),(0.09394707,0.3014981),(0.08994583,0.3014981),(0.09394707,0.305658),(0.08994584,0.305658),(0.08593026,0.3014981),(0.08187638,0.3014981),(0.08593025,0.305658),(0.08187637,0.305658),(0.08994584,0.309824),(0.08593026,0.309824),(0.08187638,0.309824),(0.08593026,0.3139964),(0.08187638,0.3139964),(0.08994584,0.3139964),(0.09394707,0.309824),(0.09394707,0.3139964),(0.07776025,0.3014981),(0.07361087,0.3014981),(0.07776025,0.305658),(0.07361087,0.305658),(0.06945725,0.3014981),(0.06532837,0.3014981),(0.06945725,0.305658),(0.06532837,0.305658),(0.07361087,0.309824),(0.06945725,0.309824),(0.06532837,0.309824),(0.06945725,0.3139964),(0.06532837,0.3139964),(0.07361087,0.3139964),(0.07776025,0.309824),(0.07776025,0.3139964),(0.06125325,0.3014981),(0.05721605,0.3014981),(0.06125325,0.305658),(0.05721604,0.305658),(0.05320094,0.3014981),(0.0491921,0.3014981),(0.05320094,0.305658),(0.04919209,0.305658),(0.05721605,0.309824),(0.05320094,0.309824),(0.0491921,0.309824),(0.05320094,0.3139964),(0.04919209,0.3139964),(0.05721605,0.3139964),(0.06125325,0.309824),(0.06125325,0.3139964),(0.04517369,0.3014981),(0.04115105,0.3014981),(0.04517369,0.305658),(0.04115105,0.305658),(0.0371295,0.3014981),(0.03311438,0.3014981),(0.0371295,0.305658),(0.03311437,0.305658),(0.04115105,0.309824),(0.0371295,0.309824),(0.03311438,0.309824),(0.0371295,0.3139964),(0.03311438,0.3139964),(0.04115105,0.3139964),(0.04517369,0.309824),(0.04517369,0.3139964),(0.029111,0.3014981),(0.02511186,0.3014981),(0.029111,0.305658),(0.02511186,0.305658),(0.02110944,0.3014981),(0.01709622,0.3014981),(0.02110944,0.305658),(0.01709622,0.305658),(0.02511186,0.309824),(0.02110944,0.309824),(0.01709622,0.309824),(0.02110944,0.3139964),(0.01709622,0.3139964),(0.02511186,0.3139964),(0.029111,0.309824),(0.029111,0.3139964),(0.01306469,0.3014981),(0.009019421,0.3014974),(0.01306469,0.305658),(0.009019421,0.3056576),(0.004965,0.3014953),(0.000906,0.3014925),(0.004965,0.3056566),(0.000906,0.305655),(0.009019421,0.3098232),(0.004965,0.3098208),(0.000906,0.3098175),(0.004965,0.3139914),(0.000906,0.31398),(0.009019421,0.3139952),(0.01306469,0.309824),(0.01306469,0.3139964),(0.9951518,0.318172),(0.999094,0.3181688),(0.9912093,0.3181745),(0.9912093,0.3223598),(0.9951518,0.3223588),(0.999094,0.3223575),(0.9872664,0.3181753),(0.983323,0.3181753),(0.983323,0.3223602),(0.9872664,0.3223601),(0.9872664,0.3265503),(0.9912093,0.3265498),(0.983323,0.3265502),(0.983323,0.330745),(0.9872664,0.330745),(0.9912093,0.3307443),(0.9951518,0.3265483),(0.999094,0.3265463),(0.9951518,0.330742),(0.999094,0.330735),(0.9793787,0.3181753),(0.9754275,0.3181753),(0.9754274,0.3223602),(0.9793787,0.3223602),(0.9714631,0.3181753),(0.9674796,0.3181753),(0.9674796,0.3223602),(0.9714631,0.3223601),(0.9754274,0.3265502),(0.9714631,0.3265503),(0.9674796,0.3265502),(0.9714631,0.330745),(0.9674796,0.330745),(0.9754274,0.330745),(0.9793787,0.3265502),(0.9793787,0.330745),(0.9634706,0.3181753),(0.9594426,0.3181753),(0.9594426,0.3223602),(0.9634707,0.3223602),(0.9554016,0.3181753),(0.9513539,0.3181753),(0.9554016,0.3223601),(0.9513539,0.3223602),(0.9594426,0.3265502),(0.9554016,0.3265503),(0.9513539,0.3265502),(0.9554016,0.330745),(0.9513539,0.330745),(0.9594425,0.330745),(0.9634707,0.3265502),(0.9634706,0.330745),(0.9473058,0.3181753),(0.9432498,0.3181753),(0.9473058,0.3223602),(0.9432497,0.3223602),(0.9391782,0.3181753),(0.9350839,0.3181753),(0.9391783,0.3223601),(0.9350839,0.3223602),(0.9432497,0.3265502),(0.9391782,0.3265503),(0.9350839,0.3265502),(0.9391783,0.330745),(0.9350839,0.330745),(0.9432497,0.330745),(0.9473058,0.3265502),(0.9473058,0.330745),(0.930959,0.3181753),(0.9268106,0.3181753),(0.930959,0.3223602),(0.9268106,0.3223602),(0.9226453,0.3181753),(0.9184701,0.3181753),(0.9226453,0.3223601),(0.9184701,0.3223602),(0.9268106,0.3265502),(0.9226453,0.3265503),(0.9184701,0.3265502),(0.9226453,0.330745),(0.9184701,0.330745),(0.9268106,0.330745),(0.930959,0.3265502),(0.930959,0.330745),(0.9142919,0.3181753),(0.910111,0.3181753),(0.9142919,0.3223602),(0.9101109,0.3223602),(0.9059278,0.3181753),(0.9017429,0.3181753),(0.9059278,0.3223601),(0.9017429,0.3223602),(0.910111,0.3265502),(0.9059278,0.3265503),(0.9017429,0.3265502),(0.9059278,0.330745),(0.9017428,0.330745),(0.9101109,0.330745),(0.9142919,0.3265502),(0.9142919,0.330745),(0.8975567,0.3181753),(0.8933688,0.3181753),(0.8975567,0.3223602),(0.8933688,0.3223602),(0.8891787,0.3181753),(0.8849859,0.3181753),(0.8849859,0.3223602),(0.8891788,0.3223601),(0.8933688,0.3265502),(0.8891787,0.3265503),(0.8849859,0.3265502),(0.8891788,0.330745),(0.8849859,0.330745),(0.8933688,0.330745),(0.8975567,0.3265502),(0.8975567,0.330745),(0.8807898,0.3181753),(0.8765806,0.3181753),(0.8765807,0.3223602),(0.8807898,0.3223602),(0.8723488,0.3181753),(0.8680845,0.3181753),(0.8680845,0.3223602),(0.8723488,0.3223601),(0.8723488,0.3265503),(0.8765806,0.3265502),(0.8680845,0.3265502),(0.8680845,0.330745),(0.8723488,0.330745),(0.8765806,0.330745),(0.8807898,0.3265502),(0.8807898,0.330745),(0.8637781,0.3181753),(0.8594491,0.3181753),(0.8594491,0.3223602),(0.8637781,0.3223602),(0.8551173,0.3181753),(0.8508024,0.3181753),(0.8508024,0.3223602),(0.8551173,0.3223601),(0.8551173,0.3265503),(0.8594491,0.3265502),(0.8508024,0.3265502),(0.8508024,0.330745),(0.8551173,0.330745),(0.859449,0.330745),(0.8637781,0.3265502),(0.8637781,0.330745),(0.846524,0.3181753),(0.8422731,0.3181753),(0.8422731,0.3223602),(0.846524,0.3223602),(0.8380403,0.3181753),(0.8338165,0.3181753),(0.8380403,0.3223601),(0.8338165,0.3223602),(0.8380403,0.3265503),(0.8422731,0.3265502),(0.8338165,0.3265502),(0.8338165,0.330745),(0.8380404,0.330745),(0.8422731,0.330745),(0.846524,0.3265502),(0.846524,0.330745),(0.8295926,0.3181753),(0.8253628,0.3181753),(0.8295926,0.3223602),(0.8253628,0.3223602),(0.8211217,0.3181753),(0.8168637,0.3181753),(0.8211217,0.3223601),(0.8168637,0.3223602),(0.8253628,0.3265502),(0.8211217,0.3265503),(0.8168637,0.3265502),(0.8211217,0.330745),(0.8168637,0.330745),(0.8253628,0.330745),(0.8295926,0.3265502),(0.8295926,0.330745),(0.8125832,0.3181753),(0.8082899,0.3181753),(0.8125832,0.3223602),(0.8082899,0.3223602),(0.8039935,0.3181753),(0.7997035,0.3181753),(0.8039935,0.3223601),(0.7997035,0.3223602),(0.8082899,0.3265502),(0.8039935,0.3265503),(0.7997035,0.3265502),(0.8039935,0.330745),(0.7997035,0.330745),(0.8082899,0.330745),(0.8125832,0.3265502),(0.8125832,0.330745),(0.7954297,0.3181753),(0.7911757,0.3181753),(0.7954297,0.3223602),(0.7911757,0.3223602),(0.7869452,0.3181753),(0.7827417,0.3181753),(0.7869452,0.3223601),(0.7827417,0.3223602),(0.7911757,0.3265502),(0.7869452,0.3265503),(0.7827417,0.3265502),(0.7869452,0.330745),(0.7827417,0.330745),(0.7911757,0.330745),(0.7954297,0.3265502),(0.7954297,0.330745),(0.7785689,0.3181753),(0.7744211,0.3181753),(0.7785689,0.3223602),(0.7744212,0.3223602),(0.7702925,0.3181753),(0.7661775,0.3181753),(0.7702925,0.3223601),(0.7661775,0.3223602),(0.7744212,0.3265502),(0.7702925,0.3265503),(0.7661775,0.3265502),(0.7702925,0.330745),(0.7661775,0.330745),(0.7744212,0.330745),(0.778569,0.3265502),(0.778569,0.330745),(0.7620703,0.3181753),(0.757961,0.3181753),(0.7620703,0.3223602),(0.757961,0.3223602),(0.7538399,0.3181753),(0.7496969,0.3181753),(0.7538399,0.3223601),(0.7496969,0.3223602),(0.757961,0.3265502),(0.7538399,0.3265503),(0.7496969,0.3265502),(0.7538399,0.330745),(0.7496969,0.330745),(0.757961,0.330745),(0.7620703,0.3265502),(0.7620703,0.330745),(0.7455223,0.3181753),(0.7413244,0.3181753),(0.7455223,0.3223602),(0.7413245,0.3223602),(0.7371117,0.3181753),(0.7328922,0.3181753),(0.7371117,0.3223601),(0.7328923,0.3223602),(0.7413245,0.3265502),(0.7371117,0.3265503),(0.7328922,0.3265502),(0.7371117,0.330745),(0.7328922,0.330745),(0.7413245,0.330745),(0.7455223,0.3265502),(0.7455223,0.330745),(0.7286744,0.3181753),(0.7244572,0.3181753),(0.7286744,0.3223602),(0.7244572,0.3223602),(0.7202395,0.3181753),(0.71602,0.3181753),(0.7202395,0.3223601),(0.71602,0.3223602),(0.7244572,0.3265502),(0.7202395,0.3265503),(0.71602,0.3265502),(0.7202394,0.330745),(0.71602,0.330745),(0.7244572,0.330745),(0.7286744,0.3265502),(0.7286744,0.330745),(0.7117977,0.3181753),(0.7075742,0.3181753),(0.7117977,0.3223602),(0.7075742,0.3223602),(0.7033514,0.3181753),(0.6991307,0.3181753),(0.7033514,0.3223601),(0.6991307,0.3223602),(0.7075742,0.3265502),(0.7033514,0.3265503),(0.6991307,0.3265502),(0.7033514,0.330745),(0.6991307,0.330745),(0.7075742,0.330745),(0.7117977,0.3265502),(0.7117977,0.330745),(0.6949139,0.3181753),(0.6906992,0.3181753),(0.6949139,0.3223602),(0.6906992,0.3223602),(0.6864849,0.3181753),(0.6822694,0.3181753),(0.6864849,0.3223601),(0.6822693,0.3223602),(0.6906992,0.3265502),(0.6864849,0.3265503),(0.6822694,0.3265502),(0.6864849,0.330745),(0.6822693,0.330745),(0.6906992,0.330745),(0.6949139,0.3265502),(0.6949139,0.330745),(0.6780508,0.3181753),(0.6738272,0.3181753),(0.6780507,0.3223602),(0.6738272,0.3223602),(0.6695971,0.3181753),(0.6653587,0.3181753),(0.6695971,0.3223601),(0.6653587,0.3223602),(0.6738272,0.3265502),(0.6695971,0.3265503),(0.6653587,0.3265502),(0.6695971,0.330745),(0.6653587,0.330745),(0.6738272,0.330745),(0.6780508,0.3265502),(0.6780507,0.330745),(0.6611102,0.3181753),(0.6568571,0.3181753),(0.6611102,0.3223602),(0.6568571,0.3223602),(0.6526053,0.3181753),(0.6483604,0.3181753),(0.6526054,0.3223601),(0.6483604,0.3223602),(0.6568571,0.3265502),(0.6526054,0.3265503),(0.6483604,0.3265502),(0.6526053,0.330745),(0.6483604,0.330745),(0.6568571,0.330745),(0.6611102,0.3265502),(0.6611102,0.330745),(0.6441281,0.3181753),(0.6399043,0.3181753),(0.6441281,0.3223602),(0.6399043,0.3223602),(0.635685,0.3181753),(0.6314663,0.3181753),(0.635685,0.3223601),(0.6314663,0.3223602),(0.6399043,0.3265502),(0.635685,0.3265503),(0.6314663,0.3265502),(0.635685,0.330745),(0.6314663,0.330745),(0.6399043,0.330745),(0.6441281,0.3265502),(0.6441281,0.330745),(0.627244,0.3181753),(0.6230208,0.3181753),(0.627244,0.3223602),(0.6230209,0.3223602),(0.6187993,0.3181753),(0.6145822,0.3181753),(0.6187993,0.3223601),(0.6145822,0.3223602),(0.6230208,0.3265502),(0.6187993,0.3265503),(0.6145822,0.3265502),(0.6187993,0.330745),(0.6145822,0.330745),(0.6230209,0.330745),(0.627244,0.3265502),(0.627244,0.330745),(0.6103719,0.3181753),(0.6061606,0.3181753),(0.6103719,0.3223602),(0.6061606,0.3223602),(0.6019406,0.3181753),(0.5977041,0.3181753),(0.6019406,0.3223601),(0.5977041,0.3223602),(0.6061606,0.3265502),(0.6019406,0.3265503),(0.5977041,0.3265502),(0.6019406,0.330745),(0.5977041,0.330745),(0.6061606,0.330745),(0.6103719,0.3265502),(0.6103719,0.330745),(0.5934432,0.3181753),(0.589169,0.3181753),(0.5934432,0.3223602),(0.589169,0.3223602),(0.5848927,0.3181753),(0.5806257,0.3181753),(0.5848927,0.3223601),(0.5806257,0.3223602),(0.589169,0.3265502),(0.5848927,0.3265503),(0.5806257,0.3265502),(0.5848927,0.330745),(0.5806257,0.330745),(0.589169,0.330745),(0.5934432,0.3265502),(0.5934432,0.330745),(0.5763788,0.3181753),(0.572147,0.3181753),(0.5763788,0.3223602),(0.572147,0.3223602),(0.567925,0.3181753),(0.5637077,0.3181753),(0.567925,0.3223601),(0.5637077,0.3223602),(0.572147,0.3265502),(0.567925,0.3265503),(0.5637077,0.3265502),(0.567925,0.330745),(0.5637077,0.330745),(0.572147,0.330745),(0.5763788,0.3265502),(0.5763788,0.330745),(0.55949,0.3181753),(0.5552715,0.3181753),(0.55949,0.3223602),(0.5552715,0.3223602),(0.5510522,0.3181753),(0.5468317,0.3181753),(0.5510522,0.3223601),(0.5468317,0.3223602),(0.5552715,0.3265502),(0.5510522,0.3265503),(0.5468317,0.3265502),(0.5510522,0.330745),(0.5468317,0.330745),(0.5552715,0.330745),(0.55949,0.3265502),(0.55949,0.330745),(0.5426099,0.3181753),(0.5383899,0.3181753),(0.5426099,0.3223602),(0.5383899,0.3223602),(0.5341746,0.3181753),(0.5299669,0.3181753),(0.5341746,0.3223601),(0.5299669,0.3223602),(0.5383899,0.3265502),(0.5341746,0.3265503),(0.5299669,0.3265502),(0.5341746,0.330745),(0.529967,0.330745),(0.5383899,0.330745),(0.5426099,0.3265502),(0.5426099,0.330745),(0.52577,0.3181753),(0.5215818,0.3181753),(0.52577,0.3223602),(0.5215818,0.3223602),(0.5174,0.3181753),(0.5132228,0.3181753),(0.5174,0.3223601),(0.5132228,0.3223602),(0.5215818,0.3265502),(0.5174,0.3265503),(0.5132228,0.3265502),(0.5174,0.330745),(0.5132228,0.330745),(0.5215818,0.330745),(0.52577,0.3265502),(0.52577,0.330745),(0.5090478,0.3181753),(0.5048727,0.3181753),(0.5090478,0.3223602),(0.5048727,0.3223602),(0.5006949,0.3181753),(0.4965119,0.3181753),(0.5006949,0.3223601),(0.4965119,0.3223602),(0.5048727,0.3265502),(0.5006949,0.3265503),(0.4965119,0.3265502),(0.5006949,0.330745),(0.4965119,0.330745),(0.5048727,0.330745),(0.5090478,0.3265502),(0.5090478,0.330745),(0.4923214,0.3181753),(0.4881234,0.3181753),(0.4923214,0.3223602),(0.4881234,0.3223602),(0.4839184,0.3181753),(0.4797065,0.3181753),(0.4839184,0.3223601),(0.4797065,0.3223602),(0.4881234,0.3265502),(0.4839184,0.3265503),(0.4797065,0.3265502),(0.4839184,0.330745),(0.4797064,0.330745),(0.4881234,0.330745),(0.4923214,0.3265502),(0.4923214,0.330745),(0.4754879,0.3181753),(0.4712752,0.3181753),(0.4754879,0.3223602),(0.4712752,0.3223602),(0.4670808,0.3181753),(0.4629171,0.3181753),(0.4670808,0.3223601),(0.4629171,0.3223602),(0.4712752,0.3265502),(0.4670808,0.3265503),(0.4629171,0.3265502),(0.4670808,0.330745),(0.4629171,0.330745),(0.4712752,0.330745),(0.4754879,0.3265502),(0.4754879,0.330745),(0.4587967,0.3181753),(0.4547031,0.3181753),(0.4587967,0.3223602),(0.4547031,0.3223602),(0.4506197,0.3181753),(0.44653,0.3181753),(0.44653,0.3223602),(0.4506197,0.3223601),(0.4547031,0.3265502),(0.4506197,0.3265503),(0.44653,0.3265502),(0.4506197,0.330745),(0.44653,0.330745),(0.4547031,0.330745),(0.4587967,0.3265502),(0.4587967,0.330745),(0.4424174,0.3181753),(0.4382856,0.3181753),(0.4382856,0.3223602),(0.4424174,0.3223602),(0.4341379,0.3181753),(0.429978,0.3181753),(0.429978,0.3223602),(0.4341379,0.3223601),(0.4341379,0.3265503),(0.4382856,0.3265502),(0.429978,0.3265502),(0.429978,0.330745),(0.4341379,0.330745),(0.4382856,0.330745),(0.4424174,0.3265502),(0.4424174,0.330745),(0.4258092,0.3181753),(0.4216311,0.3181753),(0.4216312,0.3223602),(0.4258092,0.3223602),(0.4174434,0.3181753),(0.4132456,0.3181753),(0.4132456,0.3223602),(0.4174434,0.3223601),(0.4174434,0.3265503),(0.4216312,0.3265502),(0.4132456,0.3265502),(0.4132456,0.330745),(0.4174434,0.330745),(0.4216312,0.330745),(0.4258092,0.3265502),(0.4258092,0.330745),(0.4090372,0.3181753),(0.4048201,0.3181753),(0.4048201,0.3223602),(0.4090372,0.3223602),(0.4005963,0.3181753),(0.3963675,0.3181753),(0.3963675,0.3223602),(0.4005963,0.3223601),(0.4005963,0.3265503),(0.4048201,0.3265502),(0.3963675,0.3265502),(0.3963675,0.330745),(0.4005963,0.330745),(0.4048201,0.330745),(0.4090372,0.3265502),(0.4090372,0.330745),(0.3921357,0.3181753),(0.3879012,0.3181753),(0.3879012,0.3223602),(0.3921357,0.3223602),(0.3836642,0.3181753),(0.3794248,0.3181753),(0.3794249,0.3223602),(0.3836642,0.3223601),(0.3836642,0.3265503),(0.3879012,0.3265502),(0.3794248,0.3265502),(0.3794248,0.330745),(0.3836642,0.330745),(0.3879012,0.330745),(0.3921357,0.3265502),(0.3921357,0.330745),(0.3751834,0.3181753),(0.3709441,0.3181753),(0.3709441,0.3223602),(0.3751834,0.3223602),(0.3667112,0.3181753),(0.3624887,0.3181753),(0.3624887,0.3223602),(0.3667112,0.3223601),(0.3667112,0.3265503),(0.3709442,0.3265502),(0.3624887,0.3265502),(0.3624887,0.330745),(0.3667112,0.330745),(0.3709441,0.330745),(0.3751834,0.3265502),(0.3751834,0.330745),(0.358281,0.3181753),(0.3540821,0.3181753),(0.3540821,0.3223602),(0.358281,0.3223602),(0.3498864,0.3181753),(0.3456882,0.3181753),(0.3456882,0.3223602),(0.3498864,0.3223601),(0.3498864,0.3265503),(0.3540821,0.3265502),(0.3456882,0.3265502),(0.3456882,0.330745),(0.3498864,0.330745),(0.3540821,0.330745),(0.3582809,0.3265502),(0.358281,0.330745),(0.3414817,0.3181753),(0.3372694,0.3181753),(0.3372695,0.3223602),(0.3414817,0.3223602),(0.3330541,0.3181753),(0.3288383,0.3181753),(0.3288383,0.3223602),(0.3330541,0.3223601),(0.3330541,0.3265503),(0.3372695,0.3265502),(0.3288383,0.3265502),(0.3288383,0.330745),(0.3330541,0.330745),(0.3372695,0.330745),(0.3414817,0.3265502),(0.3414817,0.330745),(0.3246247,0.3181753),(0.3204179,0.3181753),(0.3204179,0.3223602),(0.3246247,0.3223602),(0.3162228,0.3181753),(0.3120441,0.3181753),(0.3120441,0.3223602),(0.3162228,0.3223601),(0.3162228,0.3265503),(0.3204179,0.3265502),(0.3120441,0.3265502),(0.3120441,0.330745),(0.3162228,0.330745),(0.3204179,0.330745),(0.3246247,0.3265502),(0.3246247,0.330745),(0.3078868,0.3181753),(0.3037427,0.3181753),(0.3037427,0.3223602),(0.3078868,0.3223602),(0.2996041,0.3181753),(0.2954631,0.3181753),(0.2954631,0.3223602),(0.2996041,0.3223601),(0.2996041,0.3265503),(0.3037428,0.3265502),(0.2954631,0.3265502),(0.2954631,0.330745),(0.2996041,0.330745),(0.3037427,0.330745),(0.3078868,0.3265502),(0.3078868,0.330745),(0.2913116,0.3181753),(0.2871543,0.3181753),(0.2871543,0.3223602),(0.2913116,0.3223602),(0.2829956,0.3181753),(0.2788399,0.3181753),(0.2788399,0.3223602),(0.2829956,0.3223601),(0.2829956,0.3265503),(0.2871543,0.3265502),(0.2788399,0.3265502),(0.2788399,0.330745),(0.2829956,0.330745),(0.2871543,0.330745),(0.2913116,0.3265502),(0.2913116,0.330745),(0.2746918,0.3181753),(0.2705556,0.3181753),(0.2705556,0.3223602),(0.2746918,0.3223602),(0.2664356,0.3181753),(0.262336,0.3181753),(0.262336,0.3223602),(0.2664356,0.3223601),(0.2664356,0.3265503),(0.2705556,0.3265502),(0.262336,0.3265502),(0.262336,0.330745),(0.2664356,0.330745),(0.2705556,0.330745),(0.2746918,0.3265502),(0.2746918,0.330745),(0.2582613,0.3181753),(0.254209,0.3181753),(0.254209,0.3223602),(0.2582613,0.3223602),(0.2501769,0.3181753),(0.2461624,0.3181753),(0.2461624,0.3223602),(0.2501769,0.3223601),(0.2501769,0.3265503),(0.254209,0.3265502),(0.2461624,0.3265502),(0.2461624,0.330745),(0.2501769,0.330745),(0.254209,0.330745),(0.2582613,0.3265502),(0.2582613,0.330745),(0.2421634,0.3181753),(0.238164,0.3181753),(0.238164,0.3223602),(0.2421634,0.3223602),(0.2341487,0.3181753),(0.2301017,0.3181753),(0.2301017,0.3223602),(0.2341487,0.3223601),(0.2341487,0.3265503),(0.238164,0.3265502),(0.2301017,0.3265502),(0.2301017,0.330745),(0.2341487,0.330745),(0.238164,0.330745),(0.2421634,0.3265502),(0.2421634,0.330745),(0.2260074,0.3181753),(0.2218787,0.3181753),(0.2218787,0.3223602),(0.2260074,0.3223602),(0.2177283,0.3181753),(0.2135691,0.3181753),(0.2135692,0.3223602),(0.2177283,0.3223601),(0.2177283,0.3265503),(0.2218787,0.3265502),(0.2135691,0.3265502),(0.2135692,0.330745),(0.2177283,0.330745),(0.2218787,0.330745),(0.2260074,0.3265502),(0.2260074,0.330745),(0.2094141,0.3181753),(0.2052627,0.3181753),(0.2052627,0.3223602),(0.2094141,0.3223602),(0.2011147,0.3181753),(0.1969699,0.3181753),(0.1969699,0.3223602),(0.2011147,0.3223601),(0.2011147,0.3265503),(0.2052627,0.3265502),(0.1969699,0.3265502),(0.1969699,0.330745),(0.2011147,0.330745),(0.2052627,0.330745),(0.2094141,0.3265502),(0.2094141,0.330745),(0.1928277,0.3181753),(0.1886888,0.3181753),(0.1886888,0.3223602),(0.1928277,0.3223602),(0.1845533,0.3181753),(0.1804218,0.3181753),(0.1804218,0.3223602),(0.1845533,0.3223601),(0.1845533,0.3265503),(0.1886888,0.3265502),(0.1804218,0.3265502),(0.1804218,0.330745),(0.1845533,0.330745),(0.1886888,0.330745),(0.1928277,0.3265502),(0.1928277,0.330745),(0.1762946,0.3181753),(0.1721701,0.3181753),(0.1721701,0.3223602),(0.1762946,0.3223602),(0.1680468,0.3181753),(0.163923,0.3181753),(0.163923,0.3223602),(0.1680468,0.3223601),(0.1680468,0.3265503),(0.1721701,0.3265502),(0.163923,0.3265502),(0.163923,0.330745),(0.1680468,0.330745),(0.1721701,0.330745),(0.1762946,0.3265502),(0.1762946,0.330745),(0.1597973,0.3181753),(0.1556691,0.3181753),(0.1556691,0.3223602),(0.1597973,0.3223602),(0.1515382,0.3181753),(0.1474041,0.3181753),(0.1515382,0.3223601),(0.1474041,0.3223602),(0.1556691,0.3265502),(0.1515382,0.3265503),(0.1474041,0.3265502),(0.1515382,0.330745),(0.1474041,0.330745),(0.1556691,0.330745),(0.1597973,0.3265502),(0.1597973,0.330745),(0.1432664,0.3181753),(0.1391259,0.3181753),(0.1432664,0.3223602),(0.1391259,0.3223602),(0.134983,0.3181753),(0.1308385,0.3181753),(0.134983,0.3223601),(0.1308385,0.3223602),(0.1391259,0.3265502),(0.134983,0.3265503),(0.1308385,0.3265502),(0.1308385,0.330745),(0.134983,0.330745),(0.1391259,0.330745),(0.1432664,0.3265502),(0.1432664,0.330745),(0.126693,0.3181753),(0.12255,0.3181753),(0.126693,0.3223602),(0.12255,0.3223602),(0.1184131,0.3181753),(0.1142857,0.3181753),(0.1142857,0.3223602),(0.1184131,0.3223601),(0.1184131,0.3265503),(0.12255,0.3265502),(0.1142857,0.3265502),(0.1142857,0.330745),(0.1184131,0.330745),(0.12255,0.330745),(0.126693,0.3265502),(0.126693,0.330745),(0.1101713,0.3181753),(0.1060752,0.3181753),(0.1060752,0.3223602),(0.1101713,0.3223602),(0.1020023,0.3181753),(0.09795791,0.3181753),(0.09795791,0.3223602),(0.1020023,0.3223601),(0.1020023,0.3265503),(0.1060752,0.3265502),(0.09795791,0.3265502),(0.09795791,0.330745),(0.1020023,0.330745),(0.1060752,0.330745),(0.1101713,0.3265502),(0.1101713,0.330745),(0.09394707,0.3181753),(0.08994583,0.3181753),(0.08994584,0.3223602),(0.09394707,0.3223602),(0.08593026,0.3181753),(0.08187638,0.3181753),(0.08593025,0.3223601),(0.08187637,0.3223602),(0.08994584,0.3265502),(0.08593026,0.3265503),(0.08187638,0.3265502),(0.08593026,0.330745),(0.08187638,0.330745),(0.08994584,0.330745),(0.09394707,0.3265502),(0.09394707,0.330745),(0.07776025,0.3181753),(0.07361087,0.3181753),(0.07776025,0.3223602),(0.07361087,0.3223602),(0.06945725,0.3181753),(0.06532837,0.3181753),(0.06945725,0.3223601),(0.06532837,0.3223602),(0.07361087,0.3265502),(0.06945725,0.3265503),(0.06532837,0.3265502),(0.06945725,0.330745),(0.06532837,0.330745),(0.07361087,0.330745),(0.07776025,0.3265502),(0.07776025,0.330745),(0.06125325,0.3181753),(0.05721605,0.3181753),(0.06125325,0.3223602),(0.05721604,0.3223602),(0.05320094,0.3181753),(0.0491921,0.3181753),(0.05320094,0.3223601),(0.04919209,0.3223602),(0.05721605,0.3265502),(0.05320094,0.3265503),(0.0491921,0.3265502),(0.05320094,0.330745),(0.04919209,0.330745),(0.05721605,0.330745),(0.06125325,0.3265502),(0.06125325,0.330745),(0.04517369,0.3181753),(0.04115105,0.3181753),(0.04517369,0.3223602),(0.04115105,0.3223602),(0.0371295,0.3181753),(0.03311438,0.3181753),(0.0371295,0.3223601),(0.03311437,0.3223602),(0.04115105,0.3265502),(0.0371295,0.3265503),(0.03311438,0.3265502),(0.0371295,0.330745),(0.03311438,0.330745),(0.04115105,0.330745),(0.04517369,0.3265502),(0.04517369,0.330745),(0.029111,0.3181753),(0.02511186,0.3181753),(0.029111,0.3223602),(0.02511186,0.3223602),(0.02110944,0.3181753),(0.01709622,0.3181753),(0.02110944,0.3223601),(0.01709622,0.3223602),(0.02511186,0.3265502),(0.02110944,0.3265503),(0.01709622,0.3265502),(0.02110944,0.330745),(0.01709622,0.330745),(0.02511186,0.330745),(0.029111,0.3265502),(0.029111,0.330745),(0.01306469,0.3181753),(0.009019421,0.3181745),(0.01306469,0.3223602),(0.009019421,0.3223598),(0.004965,0.318172),(0.000906,0.3181688),(0.004965,0.3223588),(0.000906,0.3223575),(0.009019421,0.3265498),(0.004965,0.3265483),(0.000906,0.3265463),(0.004965,0.330742),(0.000906,0.330735),(0.009019421,0.3307443),(0.01306469,0.3265502),(0.01306469,0.330745),(0.9951518,0.3349417),(0.999094,0.3349398),(0.9912093,0.3349433),(0.9912093,0.3391454),(0.9951518,0.3391449),(0.999094,0.3391445),(0.9872664,0.3349438),(0.983323,0.3349438),(0.983323,0.3391454),(0.9872664,0.3391455),(0.9872664,0.343349),(0.9912093,0.3433491),(0.983323,0.343349),(0.9872664,0.3475534),(0.983323,0.3475534),(0.9912093,0.3475534),(0.9951518,0.3433492),(0.999094,0.3433493),(0.9951518,0.3475536),(0.999094,0.347554),(0.9793787,0.3349438),(0.9754275,0.3349438),(0.9793787,0.3391455),(0.9754274,0.3391455),(0.9714631,0.3349438),(0.9674796,0.3349438),(0.9714631,0.3391455),(0.9674796,0.3391454),(0.9754274,0.343349),(0.9714631,0.343349),(0.9674796,0.343349),(0.9714631,0.3475534),(0.9674796,0.3475534),(0.9754274,0.3475534),(0.9793787,0.343349),(0.9793787,0.3475534),(0.9634706,0.3349438),(0.9594426,0.3349438),(0.9634707,0.3391455),(0.9594426,0.3391455),(0.9554016,0.3349438),(0.9513539,0.3349438),(0.9554016,0.3391455),(0.9513539,0.3391454),(0.9594426,0.343349),(0.9554016,0.343349),(0.9513539,0.343349),(0.9554016,0.3475534),(0.9513539,0.3475534),(0.9594425,0.3475534),(0.9634707,0.343349),(0.9634706,0.3475534),(0.9473058,0.3349438),(0.9432498,0.3349438),(0.9473058,0.3391455),(0.9432497,0.3391455),(0.9391782,0.3349438),(0.9350839,0.3349438),(0.9391783,0.3391455),(0.9350839,0.3391454),(0.9432497,0.343349),(0.9391782,0.343349),(0.9350839,0.343349),(0.9391783,0.3475534),(0.9350839,0.3475534),(0.9432497,0.3475534),(0.9473058,0.343349),(0.9473058,0.3475534),(0.930959,0.3349438),(0.9268106,0.3349438),(0.9268106,0.3391455),(0.930959,0.3391455),(0.9226453,0.3349438),(0.9184701,0.3349438),(0.9184701,0.3391454),(0.9226453,0.3391455),(0.9226453,0.343349),(0.9268106,0.343349),(0.9184701,0.343349),(0.9226453,0.3475534),(0.9184701,0.3475534),(0.9268106,0.3475534),(0.930959,0.343349),(0.930959,0.3475534),(0.9142919,0.3349438),(0.910111,0.3349438),(0.9142919,0.3391455),(0.9101109,0.3391455),(0.9059278,0.3349438),(0.9017429,0.3349438),(0.9059278,0.3391455),(0.9017429,0.3391454),(0.910111,0.343349),(0.9059278,0.343349),(0.9017429,0.343349),(0.9059278,0.3475534),(0.9017428,0.3475534),(0.9101109,0.3475534),(0.9142919,0.343349),(0.9142919,0.3475534),(0.8975567,0.3349438),(0.8933688,0.3349438),(0.8975567,0.3391455),(0.8933688,0.3391455),(0.8891787,0.3349438),(0.8849859,0.3349438),(0.8891788,0.3391455),(0.8849859,0.3391454),(0.8933688,0.343349),(0.8891787,0.343349),(0.8849859,0.343349),(0.8891788,0.3475534),(0.8849859,0.3475534),(0.8933688,0.3475534),(0.8975567,0.343349),(0.8975567,0.3475534),(0.8807898,0.3349438),(0.8765806,0.3349438),(0.8807898,0.3391455),(0.8765807,0.3391455),(0.8723488,0.3349438),(0.8680845,0.3349438),(0.8723488,0.3391455),(0.8680845,0.3391454),(0.8765806,0.343349),(0.8723488,0.343349),(0.8680845,0.343349),(0.8723488,0.3475534),(0.8680845,0.3475534),(0.8765806,0.3475534),(0.8807898,0.343349),(0.8807898,0.3475534),(0.8637781,0.3349438),(0.8594491,0.3349438),(0.8594491,0.3391455),(0.8637781,0.3391455),(0.8551173,0.3349438),(0.8508024,0.3349438),(0.8508024,0.3391454),(0.8551173,0.3391455),(0.8551173,0.343349),(0.8594491,0.343349),(0.8508024,0.343349),(0.8508024,0.3475534),(0.8551173,0.3475534),(0.859449,0.3475534),(0.8637781,0.343349),(0.8637781,0.3475534),(0.846524,0.3349438),(0.8422731,0.3349438),(0.8422731,0.3391455),(0.846524,0.3391455),(0.8380403,0.3349438),(0.8338165,0.3349438),(0.8338165,0.3391454),(0.8380403,0.3391455),(0.8380403,0.343349),(0.8422731,0.343349),(0.8338165,0.343349),(0.8338165,0.3475534),(0.8380404,0.3475534),(0.8422731,0.3475534),(0.846524,0.343349),(0.846524,0.3475534),(0.8295926,0.3349438),(0.8253628,0.3349438),(0.8253628,0.3391455),(0.8295926,0.3391455),(0.8211217,0.3349438),(0.8168637,0.3349438),(0.8168637,0.3391454),(0.8211217,0.3391455),(0.8211217,0.343349),(0.8253628,0.343349),(0.8168637,0.343349),(0.8168637,0.3475534),(0.8211217,0.3475534),(0.8253628,0.3475534),(0.8295926,0.343349),(0.8295926,0.3475534),(0.8125832,0.3349438),(0.8082899,0.3349438),(0.8082899,0.3391455),(0.8125832,0.3391455),(0.8039935,0.3349438),(0.7997035,0.3349438),(0.8039935,0.3391455),(0.7997035,0.3391454),(0.8039935,0.343349),(0.8082899,0.343349),(0.7997035,0.343349),(0.7997035,0.3475534),(0.8039935,0.3475534),(0.8082899,0.3475534),(0.8125832,0.343349),(0.8125832,0.3475534),(0.7954297,0.3349438),(0.7911757,0.3349438),(0.7954297,0.3391455),(0.7911757,0.3391455),(0.7869452,0.3349438),(0.7827417,0.3349438),(0.7869452,0.3391455),(0.7827417,0.3391454),(0.7911757,0.343349),(0.7869452,0.343349),(0.7827417,0.343349),(0.7869452,0.3475534),(0.7827417,0.3475534),(0.7911757,0.3475534),(0.7954297,0.343349),(0.7954297,0.3475534),(0.7785689,0.3349438),(0.7744211,0.3349438),(0.7785689,0.3391455),(0.7744212,0.3391455),(0.7702925,0.3349438),(0.7661775,0.3349438),(0.7702925,0.3391455),(0.7661775,0.3391454),(0.7744212,0.343349),(0.7702925,0.343349),(0.7661775,0.343349),(0.7702925,0.3475534),(0.7661775,0.3475534),(0.7744212,0.3475534),(0.778569,0.343349),(0.778569,0.3475534),(0.7620703,0.3349438),(0.757961,0.3349438),(0.7620703,0.3391455),(0.757961,0.3391455),(0.7538399,0.3349438),(0.7496969,0.3349438),(0.7538399,0.3391455),(0.7496969,0.3391454),(0.757961,0.343349),(0.7538399,0.343349),(0.7496969,0.343349),(0.7538399,0.3475534),(0.7496969,0.3475534),(0.757961,0.3475534),(0.7620703,0.343349),(0.7620703,0.3475534),(0.7455223,0.3349438),(0.7413244,0.3349438),(0.7455223,0.3391455),(0.7413245,0.3391455),(0.7371117,0.3349438),(0.7328922,0.3349438),(0.7371117,0.3391455),(0.7328923,0.3391454),(0.7413245,0.343349),(0.7371117,0.343349),(0.7328922,0.343349),(0.7371117,0.3475534),(0.7328922,0.3475534),(0.7413245,0.3475534),(0.7455223,0.343349),(0.7455223,0.3475534),(0.7286744,0.3349438),(0.7244572,0.3349438),(0.7286744,0.3391455),(0.7244572,0.3391455),(0.7202395,0.3349438),(0.71602,0.3349438),(0.7202395,0.3391455),(0.71602,0.3391454),(0.7244572,0.343349),(0.7202395,0.343349),(0.71602,0.343349),(0.7202394,0.3475534),(0.71602,0.3475534),(0.7244572,0.3475534),(0.7286744,0.343349),(0.7286744,0.3475534),(0.7117977,0.3349438),(0.7075742,0.3349438),(0.7117977,0.3391455),(0.7075742,0.3391455),(0.7033514,0.3349438),(0.6991307,0.3349438),(0.7033514,0.3391455),(0.6991307,0.3391454),(0.7075742,0.343349),(0.7033514,0.343349),(0.6991307,0.343349),(0.7033514,0.3475534),(0.6991307,0.3475534),(0.7075742,0.3475534),(0.7117977,0.343349),(0.7117977,0.3475534),(0.6949139,0.3349438),(0.6906992,0.3349438),(0.6949139,0.3391455),(0.6906992,0.3391455),(0.6864849,0.3349438),(0.6822694,0.3349438),(0.6864849,0.3391455),(0.6822693,0.3391454),(0.6906992,0.343349),(0.6864849,0.343349),(0.6822694,0.343349),(0.6864849,0.3475534),(0.6822693,0.3475534),(0.6906992,0.3475534),(0.6949139,0.343349),(0.6949139,0.3475534),(0.6780508,0.3349438),(0.6738272,0.3349438),(0.6780507,0.3391455),(0.6738272,0.3391455),(0.6695971,0.3349438),(0.6653587,0.3349438),(0.6695971,0.3391455),(0.6653587,0.3391454),(0.6738272,0.343349),(0.6695971,0.343349),(0.6653587,0.343349),(0.6695971,0.3475534),(0.6653587,0.3475534),(0.6738272,0.3475534),(0.6780508,0.343349),(0.6780507,0.3475534),(0.6611102,0.3349438),(0.6568571,0.3349438),(0.6611102,0.3391455),(0.6568571,0.3391455),(0.6526053,0.3349438),(0.6483604,0.3349438),(0.6526054,0.3391455),(0.6483604,0.3391454),(0.6568571,0.343349),(0.6526054,0.343349),(0.6483604,0.343349),(0.6526053,0.3475534),(0.6483604,0.3475534),(0.6568571,0.3475534),(0.6611102,0.343349),(0.6611102,0.3475534),(0.6441281,0.3349438),(0.6399043,0.3349438),(0.6441281,0.3391455),(0.6399043,0.3391455),(0.635685,0.3349438),(0.6314663,0.3349438),(0.635685,0.3391455),(0.6314663,0.3391454),(0.6399043,0.343349),(0.635685,0.343349),(0.6314663,0.343349),(0.635685,0.3475534),(0.6314663,0.3475534),(0.6399043,0.3475534),(0.6441281,0.343349),(0.6441281,0.3475534),(0.627244,0.3349438),(0.6230208,0.3349438),(0.627244,0.3391455),(0.6230209,0.3391455),(0.6187993,0.3349438),(0.6145822,0.3349438),(0.6187993,0.3391455),(0.6145822,0.3391454),(0.6230208,0.343349),(0.6187993,0.343349),(0.6145822,0.343349),(0.6187993,0.3475534),(0.6145822,0.3475534),(0.6230209,0.3475534),(0.627244,0.343349),(0.627244,0.3475534),(0.6103719,0.3349438),(0.6061606,0.3349438),(0.6103719,0.3391455),(0.6061606,0.3391455),(0.6019406,0.3349438),(0.5977041,0.3349438),(0.6019406,0.3391455),(0.5977041,0.3391454),(0.6061606,0.343349),(0.6019406,0.343349),(0.5977041,0.343349),(0.6019406,0.3475534),(0.5977041,0.3475534),(0.6061606,0.3475534),(0.6103719,0.343349),(0.6103719,0.3475534),(0.5934432,0.3349438),(0.589169,0.3349438),(0.5934432,0.3391455),(0.589169,0.3391455),(0.5848927,0.3349438),(0.5806257,0.3349438),(0.5848927,0.3391455),(0.5806257,0.3391454),(0.589169,0.343349),(0.5848927,0.343349),(0.5806257,0.343349),(0.5848927,0.3475534),(0.5806257,0.3475534),(0.589169,0.3475534),(0.5934432,0.343349),(0.5934432,0.3475534),(0.5763788,0.3349438),(0.572147,0.3349438),(0.5763788,0.3391455),(0.572147,0.3391455),(0.567925,0.3349438),(0.5637077,0.3349438),(0.567925,0.3391455),(0.5637077,0.3391454),(0.572147,0.343349),(0.567925,0.343349),(0.5637077,0.343349),(0.567925,0.3475534),(0.5637077,0.3475534),(0.572147,0.3475534),(0.5763788,0.343349),(0.5763788,0.3475534),(0.55949,0.3349438),(0.5552715,0.3349438),(0.55949,0.3391455),(0.5552715,0.3391455),(0.5510522,0.3349438),(0.5468317,0.3349438),(0.5510522,0.3391455),(0.5468317,0.3391454),(0.5552715,0.343349),(0.5510522,0.343349),(0.5468317,0.343349),(0.5510522,0.3475534),(0.5468317,0.3475534),(0.5552715,0.3475534),(0.55949,0.343349),(0.55949,0.3475534),(0.5426099,0.3349438),(0.5383899,0.3349438),(0.5426099,0.3391455),(0.5383899,0.3391455),(0.5341746,0.3349438),(0.5299669,0.3349438),(0.5341746,0.3391455),(0.5299669,0.3391454),(0.5383899,0.343349),(0.5341746,0.343349),(0.5299669,0.343349),(0.5341746,0.3475534),(0.529967,0.3475534),(0.5383899,0.3475534),(0.5426099,0.343349),(0.5426099,0.3475534),(0.52577,0.3349438),(0.5215818,0.3349438),(0.52577,0.3391455),(0.5215818,0.3391455),(0.5174,0.3349438),(0.5132228,0.3349438),(0.5174,0.3391455),(0.5132228,0.3391454),(0.5215818,0.343349),(0.5174,0.343349),(0.5132228,0.343349),(0.5174,0.3475534),(0.5132228,0.3475534),(0.5215818,0.3475534),(0.52577,0.343349),(0.52577,0.3475534),(0.5090478,0.3349438),(0.5048727,0.3349438),(0.5090478,0.3391455),(0.5048727,0.3391455),(0.5006949,0.3349438),(0.4965119,0.3349438),(0.5006949,0.3391455),(0.4965119,0.3391454),(0.5048727,0.343349),(0.5006949,0.343349),(0.4965119,0.343349),(0.5006949,0.3475534),(0.4965119,0.3475534),(0.5048727,0.3475534),(0.5090478,0.343349),(0.5090478,0.3475534),(0.4923214,0.3349438),(0.4881234,0.3349438),(0.4923214,0.3391455),(0.4881234,0.3391455),(0.4839184,0.3349438),(0.4797065,0.3349438),(0.4839184,0.3391455),(0.4797065,0.3391454),(0.4881234,0.343349),(0.4839184,0.343349),(0.4797065,0.343349),(0.4839184,0.3475534),(0.4797064,0.3475534),(0.4881234,0.3475534),(0.4923214,0.343349),(0.4923214,0.3475534),(0.4754879,0.3349438),(0.4712752,0.3349438),(0.4754879,0.3391455),(0.4712752,0.3391455),(0.4670808,0.3349438),(0.4629171,0.3349438),(0.4670808,0.3391455),(0.4629171,0.3391454),(0.4712752,0.343349),(0.4670808,0.343349),(0.4629171,0.343349),(0.4670808,0.3475534),(0.4629171,0.3475534),(0.4712752,0.3475534),(0.4754879,0.343349),(0.4754879,0.3475534),(0.4587967,0.3349438),(0.4547031,0.3349438),(0.4587967,0.3391455),(0.4547031,0.3391455),(0.4506197,0.3349438),(0.44653,0.3349438),(0.44653,0.3391454),(0.4506197,0.3391455),(0.4547031,0.343349),(0.4506197,0.343349),(0.44653,0.343349),(0.44653,0.3475534),(0.4506197,0.3475534),(0.4547031,0.3475534),(0.4587967,0.343349),(0.4587967,0.3475534),(0.4424174,0.3349438),(0.4382856,0.3349438),(0.4382856,0.3391455),(0.4424174,0.3391455),(0.4341379,0.3349438),(0.429978,0.3349438),(0.429978,0.3391454),(0.4341379,0.3391455),(0.4341379,0.343349),(0.4382856,0.343349),(0.429978,0.343349),(0.429978,0.3475534),(0.4341379,0.3475534),(0.4382856,0.3475534),(0.4424174,0.343349),(0.4424174,0.3475534),(0.4258092,0.3349438),(0.4216311,0.3349438),(0.4216312,0.3391455),(0.4258092,0.3391455),(0.4174434,0.3349438),(0.4132456,0.3349438),(0.4132456,0.3391454),(0.4174434,0.3391455),(0.4174434,0.343349),(0.4216312,0.343349),(0.4132456,0.343349),(0.4132456,0.3475534),(0.4174434,0.3475534),(0.4216312,0.3475534),(0.4258092,0.343349),(0.4258092,0.3475534),(0.4090372,0.3349438),(0.4048201,0.3349438),(0.4048201,0.3391455),(0.4090372,0.3391455),(0.4005963,0.3349438),(0.3963675,0.3349438),(0.3963675,0.3391454),(0.4005963,0.3391455),(0.4005963,0.343349),(0.4048201,0.343349),(0.3963675,0.343349),(0.3963675,0.3475534),(0.4005963,0.3475534),(0.4048201,0.3475534),(0.4090372,0.343349),(0.4090372,0.3475534),(0.3921357,0.3349438),(0.3879012,0.3349438),(0.3879012,0.3391455),(0.3921357,0.3391455),(0.3836642,0.3349438),(0.3794248,0.3349438),(0.3794249,0.3391454),(0.3836642,0.3391455),(0.3836642,0.343349),(0.3879012,0.343349),(0.3794248,0.343349),(0.3794248,0.3475534),(0.3836642,0.3475534),(0.3879012,0.3475534),(0.3921357,0.343349),(0.3921357,0.3475534),(0.3751834,0.3349438),(0.3709441,0.3349438),(0.3709441,0.3391455),(0.3751834,0.3391455),(0.3667112,0.3349438),(0.3624887,0.3349438),(0.3624887,0.3391454),(0.3667112,0.3391455),(0.3667112,0.343349),(0.3709442,0.343349),(0.3624887,0.343349),(0.3624887,0.3475534),(0.3667112,0.3475534),(0.3709441,0.3475534),(0.3751834,0.343349),(0.3751834,0.3475534),(0.358281,0.3349438),(0.3540821,0.3349438),(0.3540821,0.3391455),(0.358281,0.3391455),(0.3498864,0.3349438),(0.3456882,0.3349438),(0.3456882,0.3391454),(0.3498864,0.3391455),(0.3498864,0.343349),(0.3540821,0.343349),(0.3456882,0.343349),(0.3456882,0.3475534),(0.3498864,0.3475534),(0.3540821,0.3475534),(0.3582809,0.343349),(0.358281,0.3475534),(0.3414817,0.3349438),(0.3372694,0.3349438),(0.3372695,0.3391455),(0.3414817,0.3391455),(0.3330541,0.3349438),(0.3288383,0.3349438),(0.3288383,0.3391454),(0.3330541,0.3391455),(0.3330541,0.343349),(0.3372695,0.343349),(0.3288383,0.343349),(0.3288383,0.3475534),(0.3330541,0.3475534),(0.3372695,0.3475534),(0.3414817,0.343349),(0.3414817,0.3475534),(0.3246247,0.3349438),(0.3204179,0.3349438),(0.3204179,0.3391455),(0.3246247,0.3391455),(0.3162228,0.3349438),(0.3120441,0.3349438),(0.3120441,0.3391454),(0.3162228,0.3391455),(0.3162228,0.343349),(0.3204179,0.343349),(0.3120441,0.343349),(0.3120441,0.3475534),(0.3162228,0.3475534),(0.3204179,0.3475534),(0.3246247,0.343349),(0.3246247,0.3475534),(0.3078868,0.3349438),(0.3037427,0.3349438),(0.3037427,0.3391455),(0.3078868,0.3391455),(0.2996041,0.3349438),(0.2954631,0.3349438),(0.2954631,0.3391454),(0.2996041,0.3391455),(0.2996041,0.343349),(0.3037428,0.343349),(0.2954631,0.343349),(0.2954631,0.3475534),(0.2996041,0.3475534),(0.3037427,0.3475534),(0.3078868,0.343349),(0.3078868,0.3475534),(0.2913116,0.3349438),(0.2871543,0.3349438),(0.2871543,0.3391455),(0.2913116,0.3391455),(0.2829956,0.3349438),(0.2788399,0.3349438),(0.2788399,0.3391454),(0.2829956,0.3391455),(0.2829956,0.343349),(0.2871543,0.343349),(0.2788399,0.343349),(0.2788399,0.3475534),(0.2829956,0.3475534),(0.2871543,0.3475534),(0.2913116,0.343349),(0.2913116,0.3475534),(0.2746918,0.3349438),(0.2705556,0.3349438),(0.2705556,0.3391455),(0.2746918,0.3391455),(0.2664356,0.3349438),(0.262336,0.3349438),(0.262336,0.3391454),(0.2664356,0.3391455),(0.2664356,0.343349),(0.2705556,0.343349),(0.262336,0.343349),(0.262336,0.3475534),(0.2664356,0.3475534),(0.2705556,0.3475534),(0.2746918,0.343349),(0.2746918,0.3475534),(0.2582613,0.3349438),(0.254209,0.3349438),(0.254209,0.3391455),(0.2582613,0.3391455),(0.2501769,0.3349438),(0.2461624,0.3349438),(0.2461624,0.3391454),(0.2501769,0.3391455),(0.2501769,0.343349),(0.254209,0.343349),(0.2461624,0.343349),(0.2461624,0.3475534),(0.2501769,0.3475534),(0.254209,0.3475534),(0.2582613,0.343349),(0.2582613,0.3475534),(0.2421634,0.3349438),(0.238164,0.3349438),(0.238164,0.3391455),(0.2421634,0.3391455),(0.2341487,0.3349438),(0.2301017,0.3349438),(0.2301017,0.3391454),(0.2341487,0.3391455),(0.2341487,0.343349),(0.238164,0.343349),(0.2301017,0.343349),(0.2301017,0.3475534),(0.2341487,0.3475534),(0.238164,0.3475534),(0.2421634,0.343349),(0.2421634,0.3475534),(0.2260074,0.3349438),(0.2218787,0.3349438),(0.2218787,0.3391455),(0.2260074,0.3391455),(0.2177283,0.3349438),(0.2135691,0.3349438),(0.2135692,0.3391454),(0.2177283,0.3391455),(0.2177283,0.343349),(0.2218787,0.343349),(0.2135691,0.343349),(0.2135692,0.3475534),(0.2177283,0.3475534),(0.2218787,0.3475534),(0.2260074,0.343349),(0.2260074,0.3475534),(0.2094141,0.3349438),(0.2052627,0.3349438),(0.2052627,0.3391455),(0.2094141,0.3391455),(0.2011147,0.3349438),(0.1969699,0.3349438),(0.1969699,0.3391454),(0.2011147,0.3391455),(0.2011147,0.343349),(0.2052627,0.343349),(0.1969699,0.343349),(0.1969699,0.3475534),(0.2011147,0.3475534),(0.2052627,0.3475534),(0.2094141,0.343349),(0.2094141,0.3475534),(0.1928277,0.3349438),(0.1886888,0.3349438),(0.1886888,0.3391455),(0.1928277,0.3391455),(0.1845533,0.3349438),(0.1804218,0.3349438),(0.1804218,0.3391454),(0.1845533,0.3391455),(0.1845533,0.343349),(0.1886888,0.343349),(0.1804218,0.343349),(0.1804218,0.3475534),(0.1845533,0.3475534),(0.1886888,0.3475534),(0.1928277,0.343349),(0.1928277,0.3475534),(0.1762946,0.3349438),(0.1721701,0.3349438),(0.1721701,0.3391455),(0.1762946,0.3391455),(0.1680468,0.3349438),(0.163923,0.3349438),(0.163923,0.3391454),(0.1680468,0.3391455),(0.1680468,0.343349),(0.1721701,0.343349),(0.163923,0.343349),(0.1680468,0.3475534),(0.163923,0.3475534),(0.1721701,0.3475534),(0.1762946,0.343349),(0.1762946,0.3475534),(0.1597973,0.3349438),(0.1556691,0.3349438),(0.1597973,0.3391455),(0.1556691,0.3391455),(0.1515382,0.3349438),(0.1474041,0.3349438),(0.1515382,0.3391455),(0.1474041,0.3391454),(0.1556691,0.343349),(0.1515382,0.343349),(0.1474041,0.343349),(0.1474041,0.3475534),(0.1515382,0.3475534),(0.1556691,0.3475534),(0.1597973,0.343349),(0.1597973,0.3475534),(0.1432664,0.3349438),(0.1391259,0.3349438),(0.1432664,0.3391455),(0.1391259,0.3391455),(0.134983,0.3349438),(0.1308385,0.3349438),(0.1308385,0.3391454),(0.134983,0.3391455),(0.134983,0.343349),(0.1391259,0.343349),(0.1308385,0.343349),(0.1308385,0.3475534),(0.134983,0.3475534),(0.1391259,0.3475534),(0.1432664,0.343349),(0.1432664,0.3475534),(0.126693,0.3349438),(0.12255,0.3349438),(0.12255,0.3391455),(0.126693,0.3391455),(0.1184131,0.3349438),(0.1142857,0.3349438),(0.1142857,0.3391454),(0.1184131,0.3391455),(0.1184131,0.343349),(0.12255,0.343349),(0.1142857,0.343349),(0.1184131,0.3475534),(0.1142857,0.3475534),(0.12255,0.3475534),(0.126693,0.343349),(0.126693,0.3475534),(0.1101713,0.3349438),(0.1060752,0.3349438),(0.1101713,0.3391455),(0.1060752,0.3391455),(0.1020023,0.3349438),(0.09795791,0.3349438),(0.1020023,0.3391455),(0.09795791,0.3391454),(0.1060752,0.343349),(0.1020023,0.343349),(0.09795791,0.343349),(0.1020023,0.3475534),(0.09795791,0.3475534),(0.1060752,0.3475534),(0.1101713,0.343349),(0.1101713,0.3475534),(0.09394707,0.3349438),(0.08994583,0.3349438),(0.09394707,0.3391455),(0.08994584,0.3391455),(0.08593026,0.3349438),(0.08187638,0.3349438),(0.08593025,0.3391455),(0.08187637,0.3391454),(0.08994584,0.343349),(0.08593026,0.343349),(0.08187638,0.343349),(0.08593026,0.3475534),(0.08187638,0.3475534),(0.08994584,0.3475534),(0.09394707,0.343349),(0.09394707,0.3475534),(0.07776025,0.3349438),(0.07361087,0.3349438),(0.07776025,0.3391455),(0.07361087,0.3391455),(0.06945725,0.3349438),(0.06532837,0.3349438),(0.06945725,0.3391455),(0.06532837,0.3391454),(0.07361087,0.343349),(0.06945725,0.343349),(0.06532837,0.343349),(0.06945725,0.3475534),(0.06532837,0.3475534),(0.07361087,0.3475534),(0.07776025,0.343349),(0.07776025,0.3475534),(0.06125325,0.3349438),(0.05721605,0.3349438),(0.06125325,0.3391455),(0.05721604,0.3391455),(0.05320094,0.3349438),(0.0491921,0.3349438),(0.04919209,0.3391454),(0.05320094,0.3391455),(0.05320094,0.343349),(0.05721605,0.343349),(0.0491921,0.343349),(0.04919209,0.3475534),(0.05320094,0.3475534),(0.05721605,0.3475534),(0.06125325,0.343349),(0.06125325,0.3475534),(0.04517369,0.3349438),(0.04115105,0.3349438),(0.04517369,0.3391455),(0.04115105,0.3391455),(0.0371295,0.3349438),(0.03311438,0.3349438),(0.0371295,0.3391455),(0.03311437,0.3391454),(0.04115105,0.343349),(0.0371295,0.343349),(0.03311438,0.343349),(0.0371295,0.3475534),(0.03311438,0.3475534),(0.04115105,0.3475534),(0.04517369,0.343349),(0.04517369,0.3475534),(0.029111,0.3349438),(0.02511186,0.3349438),(0.029111,0.3391455),(0.02511186,0.3391455),(0.02110944,0.3349438),(0.01709622,0.3349438),(0.02110944,0.3391455),(0.01709622,0.3391454),(0.02511186,0.343349),(0.02110944,0.343349),(0.01709622,0.343349),(0.01709622,0.3475534),(0.02110944,0.3475534),(0.02511186,0.3475534),(0.029111,0.343349),(0.029111,0.3475534),(0.01306469,0.3349438),(0.009019421,0.3349433),(0.01306469,0.3391455),(0.009019421,0.3391454),(0.004965,0.3349417),(0.000906,0.3349398),(0.004965,0.339145),(0.000906,0.3391445),(0.009019421,0.343349),(0.004965,0.3433492),(0.000906,0.3433493),(0.004965,0.3475536),(0.000906,0.347554),(0.009019421,0.3475535),(0.01306469,0.343349),(0.01306469,0.3475534),(0.999094,0.3517578),(0.9951518,0.3517576),(0.9912093,0.3517575),(0.9951518,0.3559613),(0.9912093,0.3559612),(0.999094,0.3559615),(0.9872664,0.3517575),(0.983323,0.3517575),(0.9872664,0.3559612),(0.983323,0.3559612),(0.9912093,0.3601643),(0.9872664,0.3601642),(0.983323,0.3601642),(0.9872664,0.3643664),(0.983323,0.3643664),(0.9912093,0.3643665),(0.999094,0.3601652),(0.9951518,0.3601647),(0.9951518,0.3643671),(0.999094,0.364369),(0.9793787,0.3517575),(0.9754275,0.3517575),(0.9793787,0.3559612),(0.9754274,0.3559612),(0.9714631,0.3517575),(0.9674796,0.3517575),(0.9714631,0.3559612),(0.9674796,0.3559612),(0.9754274,0.3601642),(0.9714631,0.3601642),(0.9674796,0.3601642),(0.9714631,0.3643664),(0.9674796,0.3643664),(0.9754274,0.3643663),(0.9793787,0.3601642),(0.9793787,0.3643664),(0.9634706,0.3517575),(0.9594426,0.3517575),(0.9634707,0.3559612),(0.9594426,0.3559612),(0.9554016,0.3517575),(0.9513539,0.3517575),(0.9554016,0.3559612),(0.9513539,0.3559612),(0.9594426,0.3601642),(0.9554016,0.3601642),(0.9513539,0.3601642),(0.9554016,0.3643664),(0.9513539,0.3643664),(0.9594425,0.3643663),(0.9634707,0.3601642),(0.9634706,0.3643664),(0.9473058,0.3517575),(0.9432498,0.3517575),(0.9473058,0.3559612),(0.9432497,0.3559612),(0.9391782,0.3517575),(0.9350839,0.3517575),(0.9391783,0.3559612),(0.9350839,0.3559612),(0.9432497,0.3601642),(0.9391782,0.3601642),(0.9350839,0.3601642),(0.9391783,0.3643664),(0.9350839,0.3643664),(0.9432497,0.3643663),(0.9473058,0.3601642),(0.9473058,0.3643664),(0.930959,0.3517575),(0.9268106,0.3517575),(0.930959,0.3559612),(0.9268106,0.3559612),(0.9226453,0.3517575),(0.9184701,0.3517575),(0.9226453,0.3559612),(0.9184701,0.3559612),(0.9268106,0.3601642),(0.9226453,0.3601642),(0.9184701,0.3601642),(0.9226453,0.3643664),(0.9184701,0.3643664),(0.9268106,0.3643663),(0.930959,0.3601642),(0.930959,0.3643664),(0.9142919,0.3517575),(0.910111,0.3517575),(0.9142919,0.3559612),(0.9101109,0.3559612),(0.9059278,0.3517575),(0.9017429,0.3517575),(0.9059278,0.3559612),(0.9017429,0.3559612),(0.910111,0.3601642),(0.9059278,0.3601642),(0.9017429,0.3601642),(0.9059278,0.3643664),(0.9017428,0.3643664),(0.9101109,0.3643663),(0.9142919,0.3601642),(0.9142919,0.3643664),(0.8975567,0.3517575),(0.8933688,0.3517575),(0.8975567,0.3559612),(0.8933688,0.3559612),(0.8891787,0.3517575),(0.8849859,0.3517575),(0.8891788,0.3559612),(0.8849859,0.3559612),(0.8891787,0.3601642),(0.8933688,0.3601642),(0.8849859,0.3601642),(0.8849859,0.3643664),(0.8891788,0.3643664),(0.8933688,0.3643663),(0.8975567,0.3601642),(0.8975567,0.3643664),(0.8807898,0.3517575),(0.8765806,0.3517575),(0.8807898,0.3559612),(0.8765807,0.3559612),(0.8723488,0.3517575),(0.8680845,0.3517575),(0.8723488,0.3559612),(0.8680845,0.3559612),(0.8765806,0.3601642),(0.8723488,0.3601642),(0.8680845,0.3601642),(0.8723488,0.3643664),(0.8680845,0.3643664),(0.8765806,0.3643663),(0.8807898,0.3601642),(0.8807898,0.3643664),(0.8637781,0.3517575),(0.8594491,0.3517575),(0.8637781,0.3559612),(0.8594491,0.3559612),(0.8551173,0.3517575),(0.8508024,0.3517575),(0.8551173,0.3559612),(0.8508024,0.3559612),(0.8594491,0.3601642),(0.8551173,0.3601642),(0.8508024,0.3601642),(0.8551173,0.3643664),(0.8508024,0.3643664),(0.859449,0.3643663),(0.8637781,0.3601642),(0.8637781,0.3643664),(0.846524,0.3517575),(0.8422731,0.3517575),(0.846524,0.3559612),(0.8422731,0.3559612),(0.8380403,0.3517575),(0.8338165,0.3517575),(0.8338165,0.3559612),(0.8380403,0.3559612),(0.8422731,0.3601642),(0.8380403,0.3601642),(0.8338165,0.3601642),(0.8380404,0.3643664),(0.8338165,0.3643664),(0.8422731,0.3643663),(0.846524,0.3601642),(0.846524,0.3643664),(0.8295926,0.3517575),(0.8253628,0.3517575),(0.8253628,0.3559612),(0.8295926,0.3559612),(0.8211217,0.3517575),(0.8168637,0.3517575),(0.8168637,0.3559612),(0.8211217,0.3559612),(0.8211217,0.3601642),(0.8253628,0.3601642),(0.8168637,0.3601642),(0.8211217,0.3643664),(0.8168637,0.3643664),(0.8253628,0.3643663),(0.8295926,0.3601642),(0.8295926,0.3643664),(0.8125832,0.3517575),(0.8082899,0.3517575),(0.8082899,0.3559612),(0.8125832,0.3559612),(0.8039935,0.3517575),(0.7997035,0.3517575),(0.7997035,0.3559612),(0.8039935,0.3559612),(0.8039935,0.3601642),(0.8082899,0.3601642),(0.7997035,0.3601642),(0.7997035,0.3643664),(0.8039935,0.3643664),(0.8082899,0.3643663),(0.8125832,0.3601642),(0.8125832,0.3643664),(0.7954297,0.3517575),(0.7911757,0.3517575),(0.7911757,0.3559612),(0.7954297,0.3559612),(0.7869452,0.3517575),(0.7827417,0.3517575),(0.7827417,0.3559612),(0.7869452,0.3559612),(0.7869452,0.3601642),(0.7911757,0.3601642),(0.7827417,0.3601642),(0.7827417,0.3643664),(0.7869452,0.3643664),(0.7911757,0.3643663),(0.7954297,0.3601642),(0.7954297,0.3643664),(0.7785689,0.3517575),(0.7744211,0.3517575),(0.7785689,0.3559612),(0.7744212,0.3559612),(0.7702925,0.3517575),(0.7661775,0.3517575),(0.7702925,0.3559612),(0.7661775,0.3559612),(0.7744212,0.3601642),(0.7702925,0.3601642),(0.7661775,0.3601642),(0.7702925,0.3643664),(0.7661775,0.3643664),(0.7744212,0.3643663),(0.778569,0.3601642),(0.778569,0.3643664),(0.7620703,0.3517575),(0.757961,0.3517575),(0.7620703,0.3559612),(0.757961,0.3559612),(0.7538399,0.3517575),(0.7496969,0.3517575),(0.7538399,0.3559612),(0.7496969,0.3559612),(0.757961,0.3601642),(0.7538399,0.3601642),(0.7496969,0.3601642),(0.7538399,0.3643664),(0.7496969,0.3643664),(0.757961,0.3643663),(0.7620703,0.3601642),(0.7620703,0.3643664),(0.7455223,0.3517575),(0.7413244,0.3517575),(0.7455223,0.3559612),(0.7413245,0.3559612),(0.7371117,0.3517575),(0.7328922,0.3517575),(0.7371117,0.3559612),(0.7328923,0.3559612),(0.7413245,0.3601642),(0.7371117,0.3601642),(0.7328922,0.3601642),(0.7371117,0.3643664),(0.7328922,0.3643664),(0.7413245,0.3643663),(0.7455223,0.3601642),(0.7455223,0.3643664),(0.7286744,0.3517575),(0.7244572,0.3517575),(0.7286744,0.3559612),(0.7244572,0.3559612),(0.7202395,0.3517575),(0.71602,0.3517575),(0.7202395,0.3559612),(0.71602,0.3559612),(0.7244572,0.3601642),(0.7202395,0.3601642),(0.71602,0.3601642),(0.7202394,0.3643664),(0.71602,0.3643664),(0.7244572,0.3643663),(0.7286744,0.3601642),(0.7286744,0.3643664),(0.7117977,0.3517575),(0.7075742,0.3517575),(0.7117977,0.3559612),(0.7075742,0.3559612),(0.7033514,0.3517575),(0.6991307,0.3517575),(0.7033514,0.3559612),(0.6991307,0.3559612),(0.7075742,0.3601642),(0.7033514,0.3601642),(0.6991307,0.3601642),(0.7033514,0.3643664),(0.6991307,0.3643664),(0.7075742,0.3643663),(0.7117977,0.3601642),(0.7117977,0.3643664),(0.6949139,0.3517575),(0.6906992,0.3517575),(0.6949139,0.3559612),(0.6906992,0.3559612),(0.6864849,0.3517575),(0.6822694,0.3517575),(0.6864849,0.3559612),(0.6822693,0.3559612),(0.6906992,0.3601642),(0.6864849,0.3601642),(0.6822694,0.3601642),(0.6864849,0.3643664),(0.6822693,0.3643664),(0.6906992,0.3643663),(0.6949139,0.3601642),(0.6949139,0.3643664),(0.6780508,0.3517575),(0.6738272,0.3517575),(0.6780507,0.3559612),(0.6738272,0.3559612),(0.6695971,0.3517575),(0.6653587,0.3517575),(0.6695971,0.3559612),(0.6653587,0.3559612),(0.6738272,0.3601642),(0.6695971,0.3601642),(0.6653587,0.3601642),(0.6695971,0.3643664),(0.6653587,0.3643664),(0.6738272,0.3643663),(0.6780508,0.3601642),(0.6780507,0.3643664),(0.6611102,0.3517575),(0.6568571,0.3517575),(0.6611102,0.3559612),(0.6568571,0.3559612),(0.6526053,0.3517575),(0.6483604,0.3517575),(0.6526054,0.3559612),(0.6483604,0.3559612),(0.6568571,0.3601642),(0.6526054,0.3601642),(0.6483604,0.3601642),(0.6526053,0.3643664),(0.6483604,0.3643664),(0.6568571,0.3643663),(0.6611102,0.3601642),(0.6611102,0.3643664),(0.6441281,0.3517575),(0.6399043,0.3517575),(0.6441281,0.3559612),(0.6399043,0.3559612),(0.635685,0.3517575),(0.6314663,0.3517575),(0.635685,0.3559612),(0.6314663,0.3559612),(0.6399043,0.3601642),(0.635685,0.3601642),(0.6314663,0.3601642),(0.635685,0.3643664),(0.6314663,0.3643664),(0.6399043,0.3643663),(0.6441281,0.3601642),(0.6441281,0.3643664),(0.627244,0.3517575),(0.6230208,0.3517575),(0.627244,0.3559612),(0.6230209,0.3559612),(0.6187993,0.3517575),(0.6145822,0.3517575),(0.6187993,0.3559612),(0.6145822,0.3559612),(0.6230208,0.3601642),(0.6187993,0.3601642),(0.6145822,0.3601642),(0.6187993,0.3643664),(0.6145822,0.3643664),(0.6230209,0.3643663),(0.627244,0.3601642),(0.627244,0.3643664),(0.6103719,0.3517575),(0.6061606,0.3517575),(0.6103719,0.3559612),(0.6061606,0.3559612),(0.6019406,0.3517575),(0.5977041,0.3517575),(0.6019406,0.3559612),(0.5977041,0.3559612),(0.6061606,0.3601642),(0.6019406,0.3601642),(0.5977041,0.3601642),(0.6019406,0.3643664),(0.5977041,0.3643664),(0.6061606,0.3643663),(0.6103719,0.3601642),(0.6103719,0.3643664),(0.5934432,0.3517575),(0.589169,0.3517575),(0.5934432,0.3559612),(0.589169,0.3559612),(0.5848927,0.3517575),(0.5806257,0.3517575),(0.5848927,0.3559612),(0.5806257,0.3559612),(0.589169,0.3601642),(0.5848927,0.3601642),(0.5806257,0.3601642),(0.5848927,0.3643664),(0.5806257,0.3643664),(0.589169,0.3643663),(0.5934432,0.3601642),(0.5934432,0.3643664),(0.5763788,0.3517575),(0.572147,0.3517575),(0.5763788,0.3559612),(0.572147,0.3559612),(0.567925,0.3517575),(0.5637077,0.3517575),(0.567925,0.3559612),(0.5637077,0.3559612),(0.572147,0.3601642),(0.567925,0.3601642),(0.5637077,0.3601642),(0.567925,0.3643664),(0.5637077,0.3643664),(0.572147,0.3643663),(0.5763788,0.3601642),(0.5763788,0.3643664),(0.55949,0.3517575),(0.5552715,0.3517575),(0.55949,0.3559612),(0.5552715,0.3559612),(0.5510522,0.3517575),(0.5468317,0.3517575),(0.5510522,0.3559612),(0.5468317,0.3559612),(0.5552715,0.3601642),(0.5510522,0.3601642),(0.5468317,0.3601642),(0.5510522,0.3643664),(0.5468317,0.3643664),(0.5552715,0.3643663),(0.55949,0.3601642),(0.55949,0.3643664),(0.5426099,0.3517575),(0.5383899,0.3517575),(0.5426099,0.3559612),(0.5383899,0.3559612),(0.5341746,0.3517575),(0.5299669,0.3517575),(0.5341746,0.3559612),(0.5299669,0.3559612),(0.5383899,0.3601642),(0.5341746,0.3601642),(0.5299669,0.3601642),(0.5341746,0.3643664),(0.529967,0.3643664),(0.5383899,0.3643663),(0.5426099,0.3601642),(0.5426099,0.3643664),(0.52577,0.3517575),(0.5215818,0.3517575),(0.52577,0.3559612),(0.5215818,0.3559612),(0.5174,0.3517575),(0.5132228,0.3517575),(0.5174,0.3559612),(0.5132228,0.3559612),(0.5215818,0.3601642),(0.5174,0.3601642),(0.5132228,0.3601642),(0.5174,0.3643664),(0.5132228,0.3643664),(0.5215818,0.3643663),(0.52577,0.3601642),(0.52577,0.3643664),(0.5090478,0.3517575),(0.5048727,0.3517575),(0.5090478,0.3559612),(0.5048727,0.3559612),(0.5006949,0.3517575),(0.4965119,0.3517575),(0.5006949,0.3559612),(0.4965119,0.3559612),(0.5048727,0.3601642),(0.5006949,0.3601642),(0.4965119,0.3601642),(0.5006949,0.3643664),(0.4965119,0.3643664),(0.5048727,0.3643663),(0.5090478,0.3601642),(0.5090478,0.3643664),(0.4923214,0.3517575),(0.4881234,0.3517575),(0.4923214,0.3559612),(0.4881234,0.3559612),(0.4839184,0.3517575),(0.4797065,0.3517575),(0.4839184,0.3559612),(0.4797065,0.3559612),(0.4881234,0.3601642),(0.4839184,0.3601642),(0.4797065,0.3601642),(0.4839184,0.3643664),(0.4797064,0.3643664),(0.4881234,0.3643663),(0.4923214,0.3601642),(0.4923214,0.3643664),(0.4754879,0.3517575),(0.4712752,0.3517575),(0.4754879,0.3559612),(0.4712752,0.3559612),(0.4670808,0.3517575),(0.4629171,0.3517575),(0.4670808,0.3559612),(0.4629171,0.3559612),(0.4712752,0.3601642),(0.4670808,0.3601642),(0.4629171,0.3601642),(0.4670808,0.3643664),(0.4629171,0.3643664),(0.4712752,0.3643663),(0.4754879,0.3601642),(0.4754879,0.3643664),(0.4587967,0.3517575),(0.4547031,0.3517575),(0.4587967,0.3559612),(0.4547031,0.3559612),(0.4506197,0.3517575),(0.44653,0.3517575),(0.44653,0.3559612),(0.4506197,0.3559612),(0.4506197,0.3601642),(0.4547031,0.3601642),(0.44653,0.3601642),(0.44653,0.3643664),(0.4506197,0.3643664),(0.4547031,0.3643663),(0.4587967,0.3601642),(0.4587967,0.3643664),(0.4424174,0.3517575),(0.4382856,0.3517575),(0.4382856,0.3559612),(0.4424174,0.3559612),(0.4341379,0.3517575),(0.429978,0.3517575),(0.429978,0.3559612),(0.4341379,0.3559612),(0.4341379,0.3601642),(0.4382856,0.3601642),(0.429978,0.3601642),(0.429978,0.3643664),(0.4341379,0.3643664),(0.4382856,0.3643663),(0.4424174,0.3601642),(0.4424174,0.3643664),(0.4258092,0.3517575),(0.4216311,0.3517575),(0.4216312,0.3559612),(0.4258092,0.3559612),(0.4174434,0.3517575),(0.4132456,0.3517575),(0.4132456,0.3559612),(0.4174434,0.3559612),(0.4174434,0.3601642),(0.4216312,0.3601642),(0.4132456,0.3601642),(0.4132456,0.3643664),(0.4174434,0.3643664),(0.4216312,0.3643663),(0.4258092,0.3601642),(0.4258092,0.3643664),(0.4090372,0.3517575),(0.4048201,0.3517575),(0.4048201,0.3559612),(0.4090372,0.3559612),(0.4005963,0.3517575),(0.3963675,0.3517575),(0.3963675,0.3559612),(0.4005963,0.3559612),(0.4005963,0.3601642),(0.4048201,0.3601642),(0.3963675,0.3601642),(0.3963675,0.3643664),(0.4005963,0.3643664),(0.4048201,0.3643663),(0.4090372,0.3601642),(0.4090372,0.3643664),(0.3921357,0.3517575),(0.3879012,0.3517575),(0.3879012,0.3559612),(0.3921357,0.3559612),(0.3836642,0.3517575),(0.3794248,0.3517575),(0.3794249,0.3559612),(0.3836642,0.3559612),(0.3836642,0.3601642),(0.3879012,0.3601642),(0.3794248,0.3601642),(0.3794248,0.3643664),(0.3836642,0.3643664),(0.3879012,0.3643663),(0.3921357,0.3601642),(0.3921357,0.3643664),(0.3751834,0.3517575),(0.3709441,0.3517575),(0.3709441,0.3559612),(0.3751834,0.3559612),(0.3667112,0.3517575),(0.3624887,0.3517575),(0.3624887,0.3559612),(0.3667112,0.3559612),(0.3667112,0.3601642),(0.3709442,0.3601642),(0.3624887,0.3601642),(0.3624887,0.3643664),(0.3667112,0.3643664),(0.3709441,0.3643663),(0.3751834,0.3601642),(0.3751834,0.3643664),(0.358281,0.3517575),(0.3540821,0.3517575),(0.3540821,0.3559612),(0.358281,0.3559612),(0.3498864,0.3517575),(0.3456882,0.3517575),(0.3456882,0.3559612),(0.3498864,0.3559612),(0.3498864,0.3601642),(0.3540821,0.3601642),(0.3456882,0.3601642),(0.3456882,0.3643664),(0.3498864,0.3643664),(0.3540821,0.3643663),(0.3582809,0.3601642),(0.358281,0.3643664),(0.3414817,0.3517575),(0.3372694,0.3517575),(0.3372695,0.3559612),(0.3414817,0.3559612),(0.3330541,0.3517575),(0.3288383,0.3517575),(0.3288383,0.3559612),(0.3330541,0.3559612),(0.3330541,0.3601642),(0.3372695,0.3601642),(0.3288383,0.3601642),(0.3288383,0.3643664),(0.3330541,0.3643664),(0.3372695,0.3643663),(0.3414817,0.3601642),(0.3414817,0.3643664),(0.3246247,0.3517575),(0.3204179,0.3517575),(0.3204179,0.3559612),(0.3246247,0.3559612),(0.3162228,0.3517575),(0.3120441,0.3517575),(0.3120441,0.3559612),(0.3162228,0.3559612),(0.3162228,0.3601642),(0.3204179,0.3601642),(0.3120441,0.3601642),(0.3120441,0.3643664),(0.3162228,0.3643664),(0.3204179,0.3643663),(0.3246247,0.3601642),(0.3246247,0.3643664),(0.3078868,0.3517575),(0.3037427,0.3517575),(0.3037427,0.3559612),(0.3078868,0.3559612),(0.2996041,0.3517575),(0.2954631,0.3517575),(0.2954631,0.3559612),(0.2996041,0.3559612),(0.2996041,0.3601642),(0.3037428,0.3601642),(0.2954631,0.3601642),(0.2954631,0.3643664),(0.2996041,0.3643664),(0.3037427,0.3643663),(0.3078868,0.3601642),(0.3078868,0.3643664),(0.2913116,0.3517575),(0.2871543,0.3517575),(0.2871543,0.3559612),(0.2913116,0.3559612),(0.2829956,0.3517575),(0.2788399,0.3517575),(0.2788399,0.3559612),(0.2829956,0.3559612),(0.2829956,0.3601642),(0.2871543,0.3601642),(0.2788399,0.3601642),(0.2788399,0.3643664),(0.2829956,0.3643664),(0.2871543,0.3643663),(0.2913116,0.3601642),(0.2913116,0.3643664),(0.2746918,0.3517575),(0.2705556,0.3517575),(0.2705556,0.3559612),(0.2746918,0.3559612),(0.2664356,0.3517575),(0.262336,0.3517575),(0.262336,0.3559612),(0.2664356,0.3559612),(0.2664356,0.3601642),(0.2705556,0.3601642),(0.262336,0.3601642),(0.262336,0.3643664),(0.2664356,0.3643664),(0.2705556,0.3643663),(0.2746918,0.3601642),(0.2746918,0.3643664),(0.2582613,0.3517575),(0.254209,0.3517575),(0.254209,0.3559612),(0.2582613,0.3559612),(0.2501769,0.3517575),(0.2461624,0.3517575),(0.2461624,0.3559612),(0.2501769,0.3559612),(0.2501769,0.3601642),(0.254209,0.3601642),(0.2461624,0.3601642),(0.2461624,0.3643664),(0.2501769,0.3643664),(0.254209,0.3643663),(0.2582613,0.3601642),(0.2582613,0.3643664),(0.2421634,0.3517575),(0.238164,0.3517575),(0.238164,0.3559612),(0.2421634,0.3559612),(0.2341487,0.3517575),(0.2301017,0.3517575),(0.2301017,0.3559612),(0.2341487,0.3559612),(0.2341487,0.3601642),(0.238164,0.3601642),(0.2301017,0.3601642),(0.2301017,0.3643664),(0.2341487,0.3643664),(0.238164,0.3643663),(0.2421634,0.3601642),(0.2421634,0.3643664),(0.2260074,0.3517575),(0.2218787,0.3517575),(0.2218787,0.3559612),(0.2260074,0.3559612),(0.2177283,0.3517575),(0.2135691,0.3517575),(0.2135692,0.3559612),(0.2177283,0.3559612),(0.2177283,0.3601642),(0.2218787,0.3601642),(0.2135691,0.3601642),(0.2135692,0.3643664),(0.2177283,0.3643664),(0.2218787,0.3643663),(0.2260074,0.3601642),(0.2260074,0.3643664),(0.2094141,0.3517575),(0.2052627,0.3517575),(0.2052627,0.3559612),(0.2094141,0.3559612),(0.2011147,0.3517575),(0.1969699,0.3517575),(0.1969699,0.3559612),(0.2011147,0.3559612),(0.2011147,0.3601642),(0.2052627,0.3601642),(0.1969699,0.3601642),(0.1969699,0.3643664),(0.2011147,0.3643664),(0.2052627,0.3643663),(0.2094141,0.3601642),(0.2094141,0.3643664),(0.1928277,0.3517575),(0.1886888,0.3517575),(0.1886888,0.3559612),(0.1928277,0.3559612),(0.1845533,0.3517575),(0.1804218,0.3517575),(0.1804218,0.3559612),(0.1845533,0.3559612),(0.1845533,0.3601642),(0.1886888,0.3601642),(0.1804218,0.3601642),(0.1845533,0.3643664),(0.1804218,0.3643664),(0.1886888,0.3643663),(0.1928277,0.3601642),(0.1928277,0.3643664),(0.1762946,0.3517575),(0.1721701,0.3517575),(0.1762946,0.3559612),(0.1721701,0.3559612),(0.1680468,0.3517575),(0.163923,0.3517575),(0.1680468,0.3559612),(0.163923,0.3559612),(0.1721701,0.3601642),(0.1680468,0.3601642),(0.163923,0.3601642),(0.1680468,0.3643664),(0.163923,0.3643664),(0.1721701,0.3643663),(0.1762946,0.3601642),(0.1762946,0.3643664),(0.1597973,0.3517575),(0.1556691,0.3517575),(0.1597973,0.3559612),(0.1556691,0.3559612),(0.1515382,0.3517575),(0.1474041,0.3517575),(0.1474041,0.3559612),(0.1515382,0.3559612),(0.1515382,0.3601642),(0.1556691,0.3601642),(0.1474041,0.3601642),(0.1515382,0.3643664),(0.1474041,0.3643664),(0.1556691,0.3643663),(0.1597973,0.3601642),(0.1597973,0.3643664),(0.1432664,0.3517575),(0.1391259,0.3517575),(0.1432664,0.3559612),(0.1391259,0.3559612),(0.134983,0.3517575),(0.1308385,0.3517575),(0.134983,0.3559612),(0.1308385,0.3559612),(0.1391259,0.3601642),(0.134983,0.3601642),(0.1308385,0.3601642),(0.134983,0.3643664),(0.1308385,0.3643664),(0.1391259,0.3643663),(0.1432664,0.3601642),(0.1432664,0.3643664),(0.126693,0.3517575),(0.12255,0.3517575),(0.126693,0.3559612),(0.12255,0.3559612),(0.1184131,0.3517575),(0.1142857,0.3517575),(0.1184131,0.3559612),(0.1142857,0.3559612),(0.12255,0.3601642),(0.1184131,0.3601642),(0.1142857,0.3601642),(0.1184131,0.3643664),(0.1142857,0.3643664),(0.12255,0.3643663),(0.126693,0.3601642),(0.126693,0.3643664),(0.1101713,0.3517575),(0.1060752,0.3517575),(0.1101713,0.3559612),(0.1060752,0.3559612),(0.1020023,0.3517575),(0.09795791,0.3517575),(0.1020023,0.3559612),(0.09795791,0.3559612),(0.1060752,0.3601642),(0.1020023,0.3601642),(0.09795791,0.3601642),(0.1020023,0.3643664),(0.09795791,0.3643664),(0.1060752,0.3643663),(0.1101713,0.3601642),(0.1101713,0.3643664),(0.09394707,0.3517575),(0.08994583,0.3517575),(0.09394707,0.3559612),(0.08994584,0.3559612),(0.08593026,0.3517575),(0.08187638,0.3517575),(0.08593025,0.3559612),(0.08187637,0.3559612),(0.08994584,0.3601642),(0.08593026,0.3601642),(0.08187638,0.3601642),(0.08593026,0.3643664),(0.08187638,0.3643664),(0.08994584,0.3643663),(0.09394707,0.3601642),(0.09394707,0.3643664),(0.07776025,0.3517575),(0.07361087,0.3517575),(0.07776025,0.3559612),(0.07361087,0.3559612),(0.06945725,0.3517575),(0.06532837,0.3517575),(0.06945725,0.3559612),(0.06532837,0.3559612),(0.07361087,0.3601642),(0.06945725,0.3601642),(0.06532837,0.3601642),(0.06945725,0.3643664),(0.06532837,0.3643664),(0.07361087,0.3643663),(0.07776025,0.3601642),(0.07776025,0.3643664),(0.06125325,0.3517575),(0.05721605,0.3517575),(0.05721604,0.3559612),(0.06125325,0.3559612),(0.05320094,0.3517575),(0.0491921,0.3517575),(0.04919209,0.3559612),(0.05320094,0.3559612),(0.05320094,0.3601642),(0.05721605,0.3601642),(0.0491921,0.3601642),(0.04919209,0.3643664),(0.05320094,0.3643664),(0.05721605,0.3643663),(0.06125325,0.3601642),(0.06125325,0.3643664),(0.04517369,0.3517575),(0.04115105,0.3517575),(0.04517369,0.3559612),(0.04115105,0.3559612),(0.0371295,0.3517575),(0.03311438,0.3517575),(0.0371295,0.3559612),(0.03311437,0.3559612),(0.04115105,0.3601642),(0.0371295,0.3601642),(0.03311438,0.3601642),(0.0371295,0.3643664),(0.03311438,0.3643664),(0.04115105,0.3643663),(0.04517369,0.3601642),(0.04517369,0.3643664),(0.029111,0.3517575),(0.02511186,0.3517575),(0.02511186,0.3559612),(0.029111,0.3559612),(0.02110944,0.3517575),(0.01709622,0.3517575),(0.01709622,0.3559612),(0.02110944,0.3559612),(0.02110944,0.3601642),(0.02511186,0.3601642),(0.01709622,0.3601642),(0.01709622,0.3643664),(0.02110944,0.3643664),(0.02511186,0.3643663),(0.029111,0.3601642),(0.029111,0.3643664),(0.01306469,0.3517575),(0.009019421,0.3517575),(0.009019421,0.3559612),(0.01306469,0.3559612),(0.004965,0.3517576),(0.000906,0.3517578),(0.004965,0.3559613),(0.000906,0.3559615),(0.009019421,0.3601643),(0.004965,0.3601647),(0.000906,0.3601652),(0.000906,0.364369),(0.004965,0.3643671),(0.009019421,0.3643665),(0.01306469,0.3601642),(0.01306469,0.3643664),(0.999094,0.3685685),(0.9951518,0.3685679),(0.9912093,0.3685675),(0.9951518,0.3727667),(0.9912093,0.3727658),(0.999094,0.372768),(0.9872664,0.3685674),(0.983323,0.3685675),(0.9872664,0.3727654),(0.983323,0.3727654),(0.9912093,0.3769594),(0.9872664,0.3769583),(0.983323,0.3769583),(0.9872664,0.381144),(0.983323,0.381144),(0.9912093,0.3811458),(0.999094,0.3769675),(0.9951518,0.3769629),(0.9951518,0.381151),(0.999094,0.381167),(0.9793787,0.3685674),(0.9754275,0.3685674),(0.9793787,0.3727654),(0.9754274,0.3727654),(0.9714631,0.3685674),(0.9674796,0.3685675),(0.9714631,0.3727654),(0.9674796,0.3727654),(0.9754274,0.3769583),(0.9714631,0.3769583),(0.9674796,0.3769583),(0.9714631,0.381144),(0.9674796,0.381144),(0.9754274,0.381144),(0.9793787,0.3769583),(0.9793787,0.381144),(0.9634706,0.3685674),(0.9594426,0.3685674),(0.9634707,0.3727654),(0.9594426,0.3727654),(0.9554016,0.3685674),(0.9513539,0.3685675),(0.9554016,0.3727654),(0.9513539,0.3727654),(0.9594426,0.3769583),(0.9554016,0.3769583),(0.9513539,0.3769583),(0.9554016,0.381144),(0.9513539,0.381144),(0.9594425,0.381144),(0.9634707,0.3769583),(0.9634706,0.381144),(0.9473058,0.3685674),(0.9432498,0.3685674),(0.9473058,0.3727654),(0.9432497,0.3727654),(0.9391782,0.3685674),(0.9350839,0.3685675),(0.9391783,0.3727654),(0.9350839,0.3727654),(0.9432497,0.3769583),(0.9391782,0.3769583),(0.9350839,0.3769583),(0.9391783,0.381144),(0.9350839,0.381144),(0.9432497,0.381144),(0.9473058,0.3769583),(0.9473058,0.381144),(0.930959,0.3685674),(0.9268106,0.3685674),(0.930959,0.3727654),(0.9268106,0.3727654),(0.9226453,0.3685674),(0.9184701,0.3685675),(0.9226453,0.3727654),(0.9184701,0.3727654),(0.9268106,0.3769583),(0.9226453,0.3769583),(0.9184701,0.3769583),(0.9226453,0.381144),(0.9184701,0.381144),(0.9268106,0.381144),(0.930959,0.3769583),(0.930959,0.381144),(0.9142919,0.3685674),(0.910111,0.3685674),(0.9142919,0.3727654),(0.9101109,0.3727654),(0.9059278,0.3685674),(0.9017429,0.3685675),(0.9059278,0.3727654),(0.9017429,0.3727654),(0.910111,0.3769583),(0.9059278,0.3769583),(0.9017429,0.3769583),(0.9059278,0.381144),(0.9017428,0.381144),(0.9101109,0.381144),(0.9142919,0.3769583),(0.9142919,0.381144),(0.8975567,0.3685674),(0.8933688,0.3685674),(0.8975567,0.3727654),(0.8933688,0.3727654),(0.8891787,0.3685674),(0.8849859,0.3685675),(0.8891788,0.3727654),(0.8849859,0.3727654),(0.8933688,0.3769583),(0.8891787,0.3769583),(0.8849859,0.3769583),(0.8891788,0.381144),(0.8849859,0.381144),(0.8933688,0.381144),(0.8975567,0.3769583),(0.8975567,0.381144),(0.8807898,0.3685674),(0.8765806,0.3685674),(0.8807898,0.3727654),(0.8765807,0.3727654),(0.8723488,0.3685674),(0.8680845,0.3685675),(0.8723488,0.3727654),(0.8680845,0.3727654),(0.8765806,0.3769583),(0.8723488,0.3769583),(0.8680845,0.3769583),(0.8723488,0.381144),(0.8680845,0.381144),(0.8765806,0.381144),(0.8807898,0.3769583),(0.8807898,0.381144),(0.8637781,0.3685674),(0.8594491,0.3685674),(0.8637781,0.3727654),(0.8594491,0.3727654),(0.8551173,0.3685674),(0.8508024,0.3685675),(0.8551173,0.3727654),(0.8508024,0.3727654),(0.8594491,0.3769583),(0.8551173,0.3769583),(0.8508024,0.3769583),(0.8551173,0.381144),(0.8508024,0.381144),(0.859449,0.381144),(0.8637781,0.3769583),(0.8637781,0.381144),(0.846524,0.3685674),(0.8422731,0.3685674),(0.846524,0.3727654),(0.8422731,0.3727654),(0.8380403,0.3685674),(0.8338165,0.3685675),(0.8380403,0.3727654),(0.8338165,0.3727654),(0.8422731,0.3769583),(0.8380403,0.3769583),(0.8338165,0.3769583),(0.8380404,0.381144),(0.8338165,0.381144),(0.8422731,0.381144),(0.846524,0.3769583),(0.846524,0.381144),(0.8295926,0.3685674),(0.8253628,0.3685674),(0.8295926,0.3727654),(0.8253628,0.3727654),(0.8211217,0.3685674),(0.8168637,0.3685675),(0.8211217,0.3727654),(0.8168637,0.3727654),(0.8253628,0.3769583),(0.8211217,0.3769583),(0.8168637,0.3769583),(0.8211217,0.381144),(0.8168637,0.381144),(0.8253628,0.381144),(0.8295926,0.3769583),(0.8295926,0.381144),(0.8125832,0.3685674),(0.8082899,0.3685674),(0.8125832,0.3727654),(0.8082899,0.3727654),(0.8039935,0.3685674),(0.7997035,0.3685675),(0.7997035,0.3727654),(0.8039935,0.3727654),(0.8082899,0.3769583),(0.8039935,0.3769583),(0.7997035,0.3769583),(0.8039935,0.381144),(0.7997035,0.381144),(0.8082899,0.381144),(0.8125832,0.3769583),(0.8125832,0.381144),(0.7954297,0.3685674),(0.7911757,0.3685674),(0.7911757,0.3727654),(0.7954297,0.3727654),(0.7869452,0.3685674),(0.7827417,0.3685675),(0.7827417,0.3727654),(0.7869452,0.3727654),(0.7911757,0.3769583),(0.7869452,0.3769583),(0.7827417,0.3769583),(0.7869452,0.381144),(0.7827417,0.381144),(0.7911757,0.381144),(0.7954297,0.3769583),(0.7954297,0.381144),(0.7785689,0.3685674),(0.7744211,0.3685674),(0.7744212,0.3727654),(0.7785689,0.3727654),(0.7702925,0.3685674),(0.7661775,0.3685675),(0.7661775,0.3727654),(0.7702925,0.3727654),(0.7702925,0.3769583),(0.7744212,0.3769583),(0.7661775,0.3769583),(0.7702925,0.381144),(0.7661775,0.381144),(0.7744212,0.381144),(0.778569,0.3769583),(0.778569,0.381144),(0.7620703,0.3685674),(0.757961,0.3685674),(0.7620703,0.3727654),(0.757961,0.3727654),(0.7538399,0.3685674),(0.7496969,0.3685675),(0.7538399,0.3727654),(0.7496969,0.3727654),(0.757961,0.3769583),(0.7538399,0.3769583),(0.7496969,0.3769583),(0.7538399,0.381144),(0.7496969,0.381144),(0.757961,0.381144),(0.7620703,0.3769583),(0.7620703,0.381144),(0.7455223,0.3685674),(0.7413244,0.3685674),(0.7455223,0.3727654),(0.7413245,0.3727654),(0.7371117,0.3685674),(0.7328922,0.3685675),(0.7371117,0.3727654),(0.7328923,0.3727654),(0.7413245,0.3769583),(0.7371117,0.3769583),(0.7328922,0.3769583),(0.7371117,0.381144),(0.7328922,0.381144),(0.7413245,0.381144),(0.7455223,0.3769583),(0.7455223,0.381144),(0.7286744,0.3685674),(0.7244572,0.3685674),(0.7286744,0.3727654),(0.7244572,0.3727654),(0.7202395,0.3685674),(0.71602,0.3685675),(0.7202395,0.3727654),(0.71602,0.3727654),(0.7244572,0.3769583),(0.7202395,0.3769583),(0.71602,0.3769583),(0.7202394,0.381144),(0.71602,0.381144),(0.7244572,0.381144),(0.7286744,0.3769583),(0.7286744,0.381144),(0.7117977,0.3685674),(0.7075742,0.3685674),(0.7117977,0.3727654),(0.7075742,0.3727654),(0.7033514,0.3685674),(0.6991307,0.3685675),(0.7033514,0.3727654),(0.6991307,0.3727654),(0.7075742,0.3769583),(0.7033514,0.3769583),(0.6991307,0.3769583),(0.7033514,0.381144),(0.6991307,0.381144),(0.7075742,0.381144),(0.7117977,0.3769583),(0.7117977,0.381144),(0.6949139,0.3685674),(0.6906992,0.3685674),(0.6949139,0.3727654),(0.6906992,0.3727654),(0.6864849,0.3685674),(0.6822694,0.3685675),(0.6864849,0.3727654),(0.6822693,0.3727654),(0.6906992,0.3769583),(0.6864849,0.3769583),(0.6822694,0.3769583),(0.6864849,0.381144),(0.6822693,0.381144),(0.6906992,0.381144),(0.6949139,0.3769583),(0.6949139,0.381144),(0.6780508,0.3685674),(0.6738272,0.3685674),(0.6780507,0.3727654),(0.6738272,0.3727654),(0.6695971,0.3685674),(0.6653587,0.3685675),(0.6695971,0.3727654),(0.6653587,0.3727654),(0.6738272,0.3769583),(0.6695971,0.3769583),(0.6653587,0.3769583),(0.6695971,0.381144),(0.6653587,0.381144),(0.6738272,0.381144),(0.6780508,0.3769583),(0.6780507,0.381144),(0.6611102,0.3685674),(0.6568571,0.3685674),(0.6611102,0.3727654),(0.6568571,0.3727654),(0.6526053,0.3685674),(0.6483604,0.3685675),(0.6526054,0.3727654),(0.6483604,0.3727654),(0.6568571,0.3769583),(0.6526054,0.3769583),(0.6483604,0.3769583),(0.6526053,0.381144),(0.6483604,0.381144),(0.6568571,0.381144),(0.6611102,0.3769583),(0.6611102,0.381144),(0.6441281,0.3685674),(0.6399043,0.3685674),(0.6441281,0.3727654),(0.6399043,0.3727654),(0.635685,0.3685674),(0.6314663,0.3685675),(0.635685,0.3727654),(0.6314663,0.3727654),(0.6399043,0.3769583),(0.635685,0.3769583),(0.6314663,0.3769583),(0.635685,0.381144),(0.6314663,0.381144),(0.6399043,0.381144),(0.6441281,0.3769583),(0.6441281,0.381144),(0.627244,0.3685674),(0.6230208,0.3685674),(0.627244,0.3727654),(0.6230209,0.3727654),(0.6187993,0.3685674),(0.6145822,0.3685675),(0.6187993,0.3727654),(0.6145822,0.3727654),(0.6230208,0.3769583),(0.6187993,0.3769583),(0.6145822,0.3769583),(0.6187993,0.381144),(0.6145822,0.381144),(0.6230209,0.381144),(0.627244,0.3769583),(0.627244,0.381144),(0.6103719,0.3685674),(0.6061606,0.3685674),(0.6103719,0.3727654),(0.6061606,0.3727654),(0.6019406,0.3685674),(0.5977041,0.3685675),(0.6019406,0.3727654),(0.5977041,0.3727654),(0.6061606,0.3769583),(0.6019406,0.3769583),(0.5977041,0.3769583),(0.6019406,0.381144),(0.5977041,0.381144),(0.6061606,0.381144),(0.6103719,0.3769583),(0.6103719,0.381144),(0.5934432,0.3685674),(0.589169,0.3685674),(0.5934432,0.3727654),(0.589169,0.3727654),(0.5848927,0.3685674),(0.5806257,0.3685675),(0.5848927,0.3727654),(0.5806257,0.3727654),(0.589169,0.3769583),(0.5848927,0.3769583),(0.5806257,0.3769583),(0.5848927,0.381144),(0.5806257,0.381144),(0.589169,0.381144),(0.5934432,0.3769583),(0.5934432,0.381144),(0.5763788,0.3685674),(0.572147,0.3685674),(0.5763788,0.3727654),(0.572147,0.3727654),(0.567925,0.3685674),(0.5637077,0.3685675),(0.567925,0.3727654),(0.5637077,0.3727654),(0.572147,0.3769583),(0.567925,0.3769583),(0.5637077,0.3769583),(0.567925,0.381144),(0.5637077,0.381144),(0.572147,0.381144),(0.5763788,0.3769583),(0.5763788,0.381144),(0.55949,0.3685674),(0.5552715,0.3685674),(0.55949,0.3727654),(0.5552715,0.3727654),(0.5510522,0.3685674),(0.5468317,0.3685675),(0.5510522,0.3727654),(0.5468317,0.3727654),(0.5552715,0.3769583),(0.5510522,0.3769583),(0.5468317,0.3769583),(0.5510522,0.381144),(0.5468317,0.381144),(0.5552715,0.381144),(0.55949,0.3769583),(0.55949,0.381144),(0.5426099,0.3685674),(0.5383899,0.3685674),(0.5426099,0.3727654),(0.5383899,0.3727654),(0.5341746,0.3685674),(0.5299669,0.3685675),(0.5341746,0.3727654),(0.5299669,0.3727654),(0.5383899,0.3769583),(0.5341746,0.3769583),(0.5299669,0.3769583),(0.5341746,0.381144),(0.529967,0.381144),(0.5383899,0.381144),(0.5426099,0.3769583),(0.5426099,0.381144),(0.52577,0.3685674),(0.5215818,0.3685674),(0.52577,0.3727654),(0.5215818,0.3727654),(0.5174,0.3685674),(0.5132228,0.3685675),(0.5174,0.3727654),(0.5132228,0.3727654),(0.5215818,0.3769583),(0.5174,0.3769583),(0.5132228,0.3769583),(0.5174,0.381144),(0.5132228,0.381144),(0.5215818,0.381144),(0.52577,0.3769583),(0.52577,0.381144),(0.5090478,0.3685674),(0.5048727,0.3685674),(0.5090478,0.3727654),(0.5048727,0.3727654),(0.5006949,0.3685674),(0.4965119,0.3685675),(0.5006949,0.3727654),(0.4965119,0.3727654),(0.5048727,0.3769583),(0.5006949,0.3769583),(0.4965119,0.3769583),(0.5006949,0.381144),(0.4965119,0.381144),(0.5048727,0.381144),(0.5090478,0.3769583),(0.5090478,0.381144),(0.4923214,0.3685674),(0.4881234,0.3685674),(0.4923214,0.3727654),(0.4881234,0.3727654),(0.4839184,0.3685674),(0.4797065,0.3685675),(0.4839184,0.3727654),(0.4797065,0.3727654),(0.4881234,0.3769583),(0.4839184,0.3769583),(0.4797065,0.3769583),(0.4839184,0.381144),(0.4797064,0.381144),(0.4881234,0.381144),(0.4923214,0.3769583),(0.4923214,0.381144),(0.4754879,0.3685674),(0.4712752,0.3685674),(0.4754879,0.3727654),(0.4712752,0.3727654),(0.4670808,0.3685674),(0.4629171,0.3685675),(0.4670808,0.3727654),(0.4629171,0.3727654),(0.4712752,0.3769583),(0.4670808,0.3769583),(0.4629171,0.3769583),(0.4670808,0.381144),(0.4629171,0.381144),(0.4712752,0.381144),(0.4754879,0.3769583),(0.4754879,0.381144),(0.4587967,0.3685674),(0.4547031,0.3685674),(0.4547031,0.3727654),(0.4587967,0.3727654),(0.4506197,0.3685674),(0.44653,0.3685675),(0.44653,0.3727654),(0.4506197,0.3727654),(0.4506197,0.3769583),(0.4547031,0.3769583),(0.44653,0.3769583),(0.44653,0.381144),(0.4506197,0.381144),(0.4547031,0.381144),(0.4587967,0.3769583),(0.4587967,0.381144),(0.4424174,0.3685674),(0.4382856,0.3685674),(0.4382856,0.3727654),(0.4424174,0.3727654),(0.4341379,0.3685674),(0.429978,0.3685675),(0.429978,0.3727654),(0.4341379,0.3727654),(0.4341379,0.3769583),(0.4382856,0.3769583),(0.429978,0.3769583),(0.429978,0.381144),(0.4341379,0.381144),(0.4382856,0.381144),(0.4424174,0.3769583),(0.4424174,0.381144),(0.4258092,0.3685674),(0.4216311,0.3685674),(0.4216312,0.3727654),(0.4258092,0.3727654),(0.4174434,0.3685674),(0.4132456,0.3685675),(0.4132456,0.3727654),(0.4174434,0.3727654),(0.4174434,0.3769583),(0.4216312,0.3769583),(0.4132456,0.3769583),(0.4132456,0.381144),(0.4174434,0.381144),(0.4216312,0.381144),(0.4258092,0.3769583),(0.4258092,0.381144),(0.4090372,0.3685674),(0.4048201,0.3685674),(0.4048201,0.3727654),(0.4090372,0.3727654),(0.4005963,0.3685674),(0.3963675,0.3685675),(0.3963675,0.3727654),(0.4005963,0.3727654),(0.4005963,0.3769583),(0.4048201,0.3769583),(0.3963675,0.3769583),(0.3963675,0.381144),(0.4005963,0.381144),(0.4048201,0.381144),(0.4090372,0.3769583),(0.4090372,0.381144),(0.3921357,0.3685674),(0.3879012,0.3685674),(0.3879012,0.3727654),(0.3921357,0.3727654),(0.3836642,0.3685674),(0.3794248,0.3685675),(0.3794249,0.3727654),(0.3836642,0.3727654),(0.3836642,0.3769583),(0.3879012,0.3769583),(0.3794248,0.3769583),(0.3794248,0.381144),(0.3836642,0.381144),(0.3879012,0.381144),(0.3921357,0.3769583),(0.3921357,0.381144),(0.3751834,0.3685674),(0.3709441,0.3685674),(0.3709441,0.3727654),(0.3751834,0.3727654),(0.3667112,0.3685674),(0.3624887,0.3685675),(0.3624887,0.3727654),(0.3667112,0.3727654),(0.3667112,0.3769583),(0.3709442,0.3769583),(0.3624887,0.3769583),(0.3624887,0.381144),(0.3667112,0.381144),(0.3709441,0.381144),(0.3751834,0.3769583),(0.3751834,0.381144),(0.358281,0.3685674),(0.3540821,0.3685674),(0.3540821,0.3727654),(0.358281,0.3727654),(0.3498864,0.3685674),(0.3456882,0.3685675),(0.3456882,0.3727654),(0.3498864,0.3727654),(0.3498864,0.3769583),(0.3540821,0.3769583),(0.3456882,0.3769583),(0.3456882,0.381144),(0.3498864,0.381144),(0.3540821,0.381144),(0.3582809,0.3769583),(0.358281,0.381144),(0.3414817,0.3685674),(0.3372694,0.3685674),(0.3372695,0.3727654),(0.3414817,0.3727654),(0.3330541,0.3685674),(0.3288383,0.3685675),(0.3288383,0.3727654),(0.3330541,0.3727654),(0.3330541,0.3769583),(0.3372695,0.3769583),(0.3288383,0.3769583),(0.3288383,0.381144),(0.3330541,0.381144),(0.3372695,0.381144),(0.3414817,0.3769583),(0.3414817,0.381144),(0.3246247,0.3685674),(0.3204179,0.3685674),(0.3204179,0.3727654),(0.3246247,0.3727654),(0.3162228,0.3685674),(0.3120441,0.3685675),(0.3120441,0.3727654),(0.3162228,0.3727654),(0.3162228,0.3769583),(0.3204179,0.3769583),(0.3120441,0.3769583),(0.3120441,0.381144),(0.3162228,0.381144),(0.3204179,0.381144),(0.3246247,0.3769583),(0.3246247,0.381144),(0.3078868,0.3685674),(0.3037427,0.3685674),(0.3037427,0.3727654),(0.3078868,0.3727654),(0.2996041,0.3685674),(0.2954631,0.3685675),(0.2954631,0.3727654),(0.2996041,0.3727654),(0.2996041,0.3769583),(0.3037428,0.3769583),(0.2954631,0.3769583),(0.2954631,0.381144),(0.2996041,0.381144),(0.3037427,0.381144),(0.3078868,0.3769583),(0.3078868,0.381144),(0.2913116,0.3685674),(0.2871543,0.3685674),(0.2871543,0.3727654),(0.2913116,0.3727654),(0.2829956,0.3685674),(0.2788399,0.3685675),(0.2788399,0.3727654),(0.2829956,0.3727654),(0.2829956,0.3769583),(0.2871543,0.3769583),(0.2788399,0.3769583),(0.2788399,0.381144),(0.2829956,0.381144),(0.2871543,0.381144),(0.2913116,0.3769583),(0.2913116,0.381144),(0.2746918,0.3685674),(0.2705556,0.3685674),(0.2705556,0.3727654),(0.2746918,0.3727654),(0.2664356,0.3685674),(0.262336,0.3685675),(0.262336,0.3727654),(0.2664356,0.3727654),(0.2664356,0.3769583),(0.2705556,0.3769583),(0.262336,0.3769583),(0.262336,0.381144),(0.2664356,0.381144),(0.2705556,0.381144),(0.2746918,0.3769583),(0.2746918,0.381144),(0.2582613,0.3685674),(0.254209,0.3685674),(0.254209,0.3727654),(0.2582613,0.3727654),(0.2501769,0.3685674),(0.2461624,0.3685675),(0.2461624,0.3727654),(0.2501769,0.3727654),(0.2501769,0.3769583),(0.254209,0.3769583),(0.2461624,0.3769583),(0.2461624,0.381144),(0.2501769,0.381144),(0.254209,0.381144),(0.2582613,0.3769583),(0.2582613,0.381144),(0.2421634,0.3685674),(0.238164,0.3685674),(0.238164,0.3727654),(0.2421634,0.3727654),(0.2341487,0.3685674),(0.2301017,0.3685675),(0.2301017,0.3727654),(0.2341487,0.3727654),(0.2341487,0.3769583),(0.238164,0.3769583),(0.2301017,0.3769583),(0.2301017,0.381144),(0.2341487,0.381144),(0.238164,0.381144),(0.2421634,0.3769583),(0.2421634,0.381144),(0.2260074,0.3685674),(0.2218787,0.3685674),(0.2218787,0.3727654),(0.2260074,0.3727654),(0.2177283,0.3685674),(0.2135691,0.3685675),(0.2135692,0.3727654),(0.2177283,0.3727654),(0.2177283,0.3769583),(0.2218787,0.3769583),(0.2135691,0.3769583),(0.2135692,0.381144),(0.2177283,0.381144),(0.2218787,0.381144),(0.2260074,0.3769583),(0.2260074,0.381144),(0.2094141,0.3685674),(0.2052627,0.3685674),(0.2052627,0.3727654),(0.2094141,0.3727654),(0.2011147,0.3685674),(0.1969699,0.3685675),(0.1969699,0.3727654),(0.2011147,0.3727654),(0.2011147,0.3769583),(0.2052627,0.3769583),(0.1969699,0.3769583),(0.2011147,0.381144),(0.1969699,0.381144),(0.2052627,0.381144),(0.2094141,0.3769583),(0.2094141,0.381144),(0.1928277,0.3685674),(0.1886888,0.3685674),(0.1928277,0.3727654),(0.1886888,0.3727654),(0.1845533,0.3685674),(0.1804218,0.3685675),(0.1845533,0.3727654),(0.1804218,0.3727654),(0.1886888,0.3769583),(0.1845533,0.3769583),(0.1804218,0.3769583),(0.1845533,0.381144),(0.1804218,0.381144),(0.1886888,0.381144),(0.1928277,0.3769583),(0.1928277,0.381144),(0.1762946,0.3685674),(0.1721701,0.3685674),(0.1762946,0.3727654),(0.1721701,0.3727654),(0.1680468,0.3685674),(0.163923,0.3685675),(0.1680468,0.3727654),(0.163923,0.3727654),(0.1721701,0.3769583),(0.1680468,0.3769583),(0.163923,0.3769583),(0.1680468,0.381144),(0.163923,0.381144),(0.1721701,0.381144),(0.1762946,0.3769583),(0.1762946,0.381144),(0.1597973,0.3685674),(0.1556691,0.3685674),(0.1597973,0.3727654),(0.1556691,0.3727654),(0.1515382,0.3685674),(0.1474041,0.3685675),(0.1515382,0.3727654),(0.1474041,0.3727654),(0.1556691,0.3769583),(0.1515382,0.3769583),(0.1474041,0.3769583),(0.1515382,0.381144),(0.1474041,0.381144),(0.1556691,0.381144),(0.1597973,0.3769583),(0.1597973,0.381144),(0.1432664,0.3685674),(0.1391259,0.3685674),(0.1432664,0.3727654),(0.1391259,0.3727654),(0.134983,0.3685674),(0.1308385,0.3685675),(0.134983,0.3727654),(0.1308385,0.3727654),(0.1391259,0.3769583),(0.134983,0.3769583),(0.1308385,0.3769583),(0.134983,0.381144),(0.1308385,0.381144),(0.1391259,0.381144),(0.1432664,0.3769583),(0.1432664,0.381144),(0.126693,0.3685674),(0.12255,0.3685674),(0.126693,0.3727654),(0.12255,0.3727654),(0.1184131,0.3685674),(0.1142857,0.3685675),(0.1184131,0.3727654),(0.1142857,0.3727654),(0.12255,0.3769583),(0.1184131,0.3769583),(0.1142857,0.3769583),(0.1184131,0.381144),(0.1142857,0.381144),(0.12255,0.381144),(0.126693,0.3769583),(0.126693,0.381144),(0.1101713,0.3685674),(0.1060752,0.3685674),(0.1101713,0.3727654),(0.1060752,0.3727654),(0.1020023,0.3685674),(0.09795791,0.3685675),(0.1020023,0.3727654),(0.09795791,0.3727654),(0.1020023,0.3769583),(0.1060752,0.3769583),(0.09795791,0.3769583),(0.09795791,0.381144),(0.1020023,0.381144),(0.1060752,0.381144),(0.1101713,0.3769583),(0.1101713,0.381144),(0.09394707,0.3685674),(0.08994583,0.3685674),(0.09394707,0.3727654),(0.08994584,0.3727654),(0.08593026,0.3685674),(0.08187638,0.3685675),(0.08593025,0.3727654),(0.08187637,0.3727654),(0.08994584,0.3769583),(0.08593026,0.3769583),(0.08187638,0.3769583),(0.08593026,0.381144),(0.08187638,0.381144),(0.08994584,0.381144),(0.09394707,0.3769583),(0.09394707,0.381144),(0.07776025,0.3685674),(0.07361087,0.3685674),(0.07776025,0.3727654),(0.07361087,0.3727654),(0.06945725,0.3685674),(0.06532837,0.3685675),(0.06945725,0.3727654),(0.06532837,0.3727654),(0.07361087,0.3769583),(0.06945725,0.3769583),(0.06532837,0.3769583),(0.06945725,0.381144),(0.06532837,0.381144),(0.07361087,0.381144),(0.07776025,0.3769583),(0.07776025,0.381144),(0.06125325,0.3685674),(0.05721605,0.3685674),(0.05721604,0.3727654),(0.06125325,0.3727654),(0.05320094,0.3685674),(0.0491921,0.3685675),(0.05320094,0.3727654),(0.04919209,0.3727654),(0.05721605,0.3769583),(0.05320094,0.3769583),(0.0491921,0.3769583),(0.05320094,0.381144),(0.04919209,0.381144),(0.05721605,0.381144),(0.06125325,0.3769583),(0.06125325,0.381144),(0.04517369,0.3685674),(0.04115105,0.3685674),(0.04517369,0.3727654),(0.04115105,0.3727654),(0.0371295,0.3685674),(0.03311438,0.3685675),(0.0371295,0.3727654),(0.03311437,0.3727654),(0.04115105,0.3769583),(0.0371295,0.3769583),(0.03311438,0.3769583),(0.0371295,0.381144),(0.03311438,0.381144),(0.04115105,0.381144),(0.04517369,0.3769583),(0.04517369,0.381144),(0.029111,0.3685674),(0.02511186,0.3685674),(0.029111,0.3727654),(0.02511186,0.3727654),(0.02110944,0.3685674),(0.01709622,0.3685675),(0.01709622,0.3727654),(0.02110944,0.3727654),(0.02110944,0.3769583),(0.02511186,0.3769583),(0.01709622,0.3769583),(0.01709622,0.381144),(0.02110944,0.381144),(0.02511186,0.381144),(0.029111,0.3769583),(0.029111,0.381144),(0.01306469,0.3685674),(0.009019421,0.3685675),(0.009019421,0.3727658),(0.01306469,0.3727654),(0.004965,0.3685679),(0.000906,0.3685685),(0.000906,0.372768),(0.004965,0.3727667),(0.004965,0.3769629),(0.009019421,0.3769594),(0.000906,0.3769675),(0.000906,0.381167),(0.004965,0.381151),(0.009019421,0.3811458),(0.01306469,0.3769583),(0.01306469,0.381144),(0.999094,0.3853297),(0.9951518,0.3853252),(0.9912093,0.3853217),(0.9951518,0.3894927),(0.9912093,0.3894928),(0.999094,0.3894925),(0.9872664,0.3853205),(0.983323,0.3853205),(0.9872664,0.3894928),(0.983323,0.3894928),(0.9912093,0.3936644),(0.9872664,0.3936657),(0.983323,0.3936657),(0.9872664,0.3978441),(0.983323,0.3978441),(0.9912093,0.3978422),(0.999094,0.3936553),(0.9951518,0.3936605),(0.9951518,0.3978363),(0.999094,0.397818),(0.9793787,0.3853205),(0.9754275,0.3853205),(0.9793787,0.3894928),(0.9754274,0.3894929),(0.9714631,0.3853205),(0.9674796,0.3853205),(0.9714631,0.3894928),(0.9674796,0.3894928),(0.9754274,0.3936657),(0.9714631,0.3936657),(0.9674796,0.3936657),(0.9714631,0.3978441),(0.9674796,0.3978441),(0.9754274,0.3978441),(0.9793787,0.3936657),(0.9793787,0.3978441),(0.9634706,0.3853205),(0.9594426,0.3853205),(0.9634707,0.3894928),(0.9594426,0.3894929),(0.9554016,0.3853205),(0.9513539,0.3853205),(0.9554016,0.3894928),(0.9513539,0.3894928),(0.9594426,0.3936657),(0.9554016,0.3936657),(0.9513539,0.3936657),(0.9554016,0.3978441),(0.9513539,0.3978441),(0.9594425,0.3978441),(0.9634707,0.3936657),(0.9634706,0.3978441),(0.9473058,0.3853205),(0.9432498,0.3853205),(0.9473058,0.3894928),(0.9432497,0.3894929),(0.9391782,0.3853205),(0.9350839,0.3853205),(0.9391783,0.3894928),(0.9350839,0.3894928),(0.9432497,0.3936657),(0.9391782,0.3936657),(0.9350839,0.3936657),(0.9391783,0.3978441),(0.9350839,0.3978441),(0.9432497,0.3978441),(0.9473058,0.3936657),(0.9473058,0.3978441),(0.930959,0.3853205),(0.9268106,0.3853205),(0.930959,0.3894928),(0.9268106,0.3894929),(0.9226453,0.3853205),(0.9184701,0.3853205),(0.9226453,0.3894928),(0.9184701,0.3894928),(0.9268106,0.3936657),(0.9226453,0.3936657),(0.9184701,0.3936657),(0.9226453,0.3978441),(0.9184701,0.3978441),(0.9268106,0.3978441),(0.930959,0.3936657),(0.930959,0.3978441),(0.9142919,0.3853205),(0.910111,0.3853205),(0.9142919,0.3894928),(0.9101109,0.3894929),(0.9059278,0.3853205),(0.9017429,0.3853205),(0.9059278,0.3894928),(0.9017429,0.3894928),(0.910111,0.3936657),(0.9059278,0.3936657),(0.9017429,0.3936657),(0.9059278,0.3978441),(0.9017428,0.3978441),(0.9101109,0.3978441),(0.9142919,0.3936657),(0.9142919,0.3978441),(0.8975567,0.3853205),(0.8933688,0.3853205),(0.8975567,0.3894928),(0.8933688,0.3894929),(0.8891787,0.3853205),(0.8849859,0.3853205),(0.8891788,0.3894928),(0.8849859,0.3894928),(0.8933688,0.3936657),(0.8891787,0.3936657),(0.8849859,0.3936657),(0.8891788,0.3978441),(0.8849859,0.3978441),(0.8933688,0.3978441),(0.8975567,0.3936657),(0.8975567,0.3978441),(0.8807898,0.3853205),(0.8765806,0.3853205),(0.8807898,0.3894928),(0.8765807,0.3894929),(0.8723488,0.3853205),(0.8680845,0.3853205),(0.8723488,0.3894928),(0.8680845,0.3894928),(0.8765806,0.3936657),(0.8723488,0.3936657),(0.8680845,0.3936657),(0.8723488,0.3978441),(0.8680845,0.3978441),(0.8765806,0.3978441),(0.8807898,0.3936657),(0.8807898,0.3978441),(0.8637781,0.3853205),(0.8594491,0.3853205),(0.8637781,0.3894928),(0.8594491,0.3894929),(0.8551173,0.3853205),(0.8508024,0.3853205),(0.8551173,0.3894928),(0.8508024,0.3894928),(0.8594491,0.3936657),(0.8551173,0.3936657),(0.8508024,0.3936657),(0.8551173,0.3978441),(0.8508024,0.3978441),(0.859449,0.3978441),(0.8637781,0.3936657),(0.8637781,0.3978441),(0.846524,0.3853205),(0.8422731,0.3853205),(0.846524,0.3894928),(0.8422731,0.3894929),(0.8380403,0.3853205),(0.8338165,0.3853205),(0.8380403,0.3894928),(0.8338165,0.3894928),(0.8422731,0.3936657),(0.8380403,0.3936657),(0.8338165,0.3936657),(0.8380404,0.3978441),(0.8338165,0.3978441),(0.8422731,0.3978441),(0.846524,0.3936657),(0.846524,0.3978441),(0.8295926,0.3853205),(0.8253628,0.3853205),(0.8295926,0.3894928),(0.8253628,0.3894929),(0.8211217,0.3853205),(0.8168637,0.3853205),(0.8211217,0.3894928),(0.8168637,0.3894928),(0.8253628,0.3936657),(0.8211217,0.3936657),(0.8168637,0.3936657),(0.8211217,0.3978441),(0.8168637,0.3978441),(0.8253628,0.3978441),(0.8295926,0.3936657),(0.8295926,0.3978441),(0.8125832,0.3853205),(0.8082899,0.3853205),(0.8125832,0.3894928),(0.8082899,0.3894929),(0.8039935,0.3853205),(0.7997035,0.3853205),(0.8039935,0.3894928),(0.7997035,0.3894928),(0.8082899,0.3936657),(0.8039935,0.3936657),(0.7997035,0.3936657),(0.8039935,0.3978441),(0.7997035,0.3978441),(0.8082899,0.3978441),(0.8125832,0.3936657),(0.8125832,0.3978441),(0.7954297,0.3853205),(0.7911757,0.3853205),(0.7954297,0.3894928),(0.7911757,0.3894929),(0.7869452,0.3853205),(0.7827417,0.3853205),(0.7869452,0.3894928),(0.7827417,0.3894928),(0.7911757,0.3936657),(0.7869452,0.3936657),(0.7827417,0.3936657),(0.7869452,0.3978441),(0.7827417,0.3978441),(0.7911757,0.3978441),(0.7954297,0.3936657),(0.7954297,0.3978441),(0.7785689,0.3853205),(0.7744211,0.3853205),(0.7785689,0.3894928),(0.7744212,0.3894929),(0.7702925,0.3853205),(0.7661775,0.3853205),(0.7702925,0.3894928),(0.7661775,0.3894928),(0.7744212,0.3936657),(0.7702925,0.3936657),(0.7661775,0.3936657),(0.7702925,0.3978441),(0.7661775,0.3978441),(0.7744212,0.3978441),(0.778569,0.3936657),(0.778569,0.3978441),(0.7620703,0.3853205),(0.757961,0.3853205),(0.7620703,0.3894928),(0.757961,0.3894929),(0.7538399,0.3853205),(0.7496969,0.3853205),(0.7538399,0.3894928),(0.7496969,0.3894928),(0.757961,0.3936657),(0.7538399,0.3936657),(0.7496969,0.3936657),(0.7538399,0.3978441),(0.7496969,0.3978441),(0.757961,0.3978441),(0.7620703,0.3936657),(0.7620703,0.3978441),(0.7455223,0.3853205),(0.7413244,0.3853205),(0.7455223,0.3894928),(0.7413245,0.3894929),(0.7371117,0.3853205),(0.7328922,0.3853205),(0.7371117,0.3894928),(0.7328923,0.3894928),(0.7413245,0.3936657),(0.7371117,0.3936657),(0.7328922,0.3936657),(0.7371117,0.3978441),(0.7328922,0.3978441),(0.7413245,0.3978441),(0.7455223,0.3936657),(0.7455223,0.3978441),(0.7286744,0.3853205),(0.7244572,0.3853205),(0.7286744,0.3894928),(0.7244572,0.3894929),(0.7202395,0.3853205),(0.71602,0.3853205),(0.7202395,0.3894928),(0.71602,0.3894928),(0.7244572,0.3936657),(0.7202395,0.3936657),(0.71602,0.3936657),(0.7202394,0.3978441),(0.71602,0.3978441),(0.7244572,0.3978441),(0.7286744,0.3936657),(0.7286744,0.3978441),(0.7117977,0.3853205),(0.7075742,0.3853205),(0.7117977,0.3894928),(0.7075742,0.3894929),(0.7033514,0.3853205),(0.6991307,0.3853205),(0.7033514,0.3894928),(0.6991307,0.3894928),(0.7075742,0.3936657),(0.7033514,0.3936657),(0.6991307,0.3936657),(0.7033514,0.3978441),(0.6991307,0.3978441),(0.7075742,0.3978441),(0.7117977,0.3936657),(0.7117977,0.3978441),(0.6949139,0.3853205),(0.6906992,0.3853205),(0.6949139,0.3894928),(0.6906992,0.3894929),(0.6864849,0.3853205),(0.6822694,0.3853205),(0.6864849,0.3894928),(0.6822693,0.3894928),(0.6906992,0.3936657),(0.6864849,0.3936657),(0.6822694,0.3936657),(0.6864849,0.3978441),(0.6822693,0.3978441),(0.6906992,0.3978441),(0.6949139,0.3936657),(0.6949139,0.3978441),(0.6780508,0.3853205),(0.6738272,0.3853205),(0.6780507,0.3894928),(0.6738272,0.3894929),(0.6695971,0.3853205),(0.6653587,0.3853205),(0.6695971,0.3894928),(0.6653587,0.3894928),(0.6738272,0.3936657),(0.6695971,0.3936657),(0.6653587,0.3936657),(0.6695971,0.3978441),(0.6653587,0.3978441),(0.6738272,0.3978441),(0.6780508,0.3936657),(0.6780507,0.3978441),(0.6611102,0.3853205),(0.6568571,0.3853205),(0.6611102,0.3894928),(0.6568571,0.3894929),(0.6526053,0.3853205),(0.6483604,0.3853205),(0.6526054,0.3894928),(0.6483604,0.3894928),(0.6568571,0.3936657),(0.6526054,0.3936657),(0.6483604,0.3936657),(0.6526053,0.3978441),(0.6483604,0.3978441),(0.6568571,0.3978441),(0.6611102,0.3936657),(0.6611102,0.3978441),(0.6441281,0.3853205),(0.6399043,0.3853205),(0.6441281,0.3894928),(0.6399043,0.3894929),(0.635685,0.3853205),(0.6314663,0.3853205),(0.635685,0.3894928),(0.6314663,0.3894928),(0.6399043,0.3936657),(0.635685,0.3936657),(0.6314663,0.3936657),(0.635685,0.3978441),(0.6314663,0.3978441),(0.6399043,0.3978441),(0.6441281,0.3936657),(0.6441281,0.3978441),(0.627244,0.3853205),(0.6230208,0.3853205),(0.627244,0.3894928),(0.6230209,0.3894929),(0.6187993,0.3853205),(0.6145822,0.3853205),(0.6187993,0.3894928),(0.6145822,0.3894928),(0.6230208,0.3936657),(0.6187993,0.3936657),(0.6145822,0.3936657),(0.6187993,0.3978441),(0.6145822,0.3978441),(0.6230209,0.3978441),(0.627244,0.3936657),(0.627244,0.3978441),(0.6103719,0.3853205),(0.6061606,0.3853205),(0.6103719,0.3894928),(0.6061606,0.3894929),(0.6019406,0.3853205),(0.5977041,0.3853205),(0.6019406,0.3894928),(0.5977041,0.3894928),(0.6061606,0.3936657),(0.6019406,0.3936657),(0.5977041,0.3936657),(0.6019406,0.3978441),(0.5977041,0.3978441),(0.6061606,0.3978441),(0.6103719,0.3936657),(0.6103719,0.3978441),(0.5934432,0.3853205),(0.589169,0.3853205),(0.5934432,0.3894928),(0.589169,0.3894929),(0.5848927,0.3853205),(0.5806257,0.3853205),(0.5848927,0.3894928),(0.5806257,0.3894928),(0.589169,0.3936657),(0.5848927,0.3936657),(0.5806257,0.3936657),(0.5848927,0.3978441),(0.5806257,0.3978441),(0.589169,0.3978441),(0.5934432,0.3936657),(0.5934432,0.3978441),(0.5763788,0.3853205),(0.572147,0.3853205),(0.5763788,0.3894928),(0.572147,0.3894929),(0.567925,0.3853205),(0.5637077,0.3853205),(0.567925,0.3894928),(0.5637077,0.3894928),(0.572147,0.3936657),(0.567925,0.3936657),(0.5637077,0.3936657),(0.567925,0.3978441),(0.5637077,0.3978441),(0.572147,0.3978441),(0.5763788,0.3936657),(0.5763788,0.3978441),(0.55949,0.3853205),(0.5552715,0.3853205),(0.55949,0.3894928),(0.5552715,0.3894929),(0.5510522,0.3853205),(0.5468317,0.3853205),(0.5510522,0.3894928),(0.5468317,0.3894928),(0.5552715,0.3936657),(0.5510522,0.3936657),(0.5468317,0.3936657),(0.5510522,0.3978441),(0.5468317,0.3978441),(0.5552715,0.3978441),(0.55949,0.3936657),(0.55949,0.3978441),(0.5426099,0.3853205),(0.5383899,0.3853205),(0.5426099,0.3894928),(0.5383899,0.3894929),(0.5341746,0.3853205),(0.5299669,0.3853205),(0.5341746,0.3894928),(0.5299669,0.3894928),(0.5383899,0.3936657),(0.5341746,0.3936657),(0.5299669,0.3936657),(0.5341746,0.3978441),(0.529967,0.3978441),(0.5383899,0.3978441),(0.5426099,0.3936657),(0.5426099,0.3978441),(0.52577,0.3853205),(0.5215818,0.3853205),(0.52577,0.3894928),(0.5215818,0.3894929),(0.5174,0.3853205),(0.5132228,0.3853205),(0.5174,0.3894928),(0.5132228,0.3894928),(0.5215818,0.3936657),(0.5174,0.3936657),(0.5132228,0.3936657),(0.5174,0.3978441),(0.5132228,0.3978441),(0.5215818,0.3978441),(0.52577,0.3936657),(0.52577,0.3978441),(0.5090478,0.3853205),(0.5048727,0.3853205),(0.5090478,0.3894928),(0.5048727,0.3894929),(0.5006949,0.3853205),(0.4965119,0.3853205),(0.5006949,0.3894928),(0.4965119,0.3894928),(0.5048727,0.3936657),(0.5006949,0.3936657),(0.4965119,0.3936657),(0.5006949,0.3978441),(0.4965119,0.3978441),(0.5048727,0.3978441),(0.5090478,0.3936657),(0.5090478,0.3978441),(0.4923214,0.3853205),(0.4881234,0.3853205),(0.4923214,0.3894928),(0.4881234,0.3894929),(0.4839184,0.3853205),(0.4797065,0.3853205),(0.4839184,0.3894928),(0.4797065,0.3894928),(0.4881234,0.3936657),(0.4839184,0.3936657),(0.4797065,0.3936657),(0.4839184,0.3978441),(0.4797064,0.3978441),(0.4881234,0.3978441),(0.4923214,0.3936657),(0.4923214,0.3978441),(0.4754879,0.3853205),(0.4712752,0.3853205),(0.4754879,0.3894928),(0.4712752,0.3894929),(0.4670808,0.3853205),(0.4629171,0.3853205),(0.4670808,0.3894928),(0.4629171,0.3894928),(0.4712752,0.3936657),(0.4670808,0.3936657),(0.4629171,0.3936657),(0.4670808,0.3978441),(0.4629171,0.3978441),(0.4712752,0.3978441),(0.4754879,0.3936657),(0.4754879,0.3978441),(0.4587967,0.3853205),(0.4547031,0.3853205),(0.4587967,0.3894928),(0.4547031,0.3894929),(0.4506197,0.3853205),(0.44653,0.3853205),(0.44653,0.3894928),(0.4506197,0.3894928),(0.4547031,0.3936657),(0.4506197,0.3936657),(0.44653,0.3936657),(0.4506197,0.3978441),(0.44653,0.3978441),(0.4547031,0.3978441),(0.4587967,0.3936657),(0.4587967,0.3978441),(0.4424174,0.3853205),(0.4382856,0.3853205),(0.4382856,0.3894929),(0.4424174,0.3894928),(0.4341379,0.3853205),(0.429978,0.3853205),(0.429978,0.3894928),(0.4341379,0.3894928),(0.4341379,0.3936657),(0.4382856,0.3936657),(0.429978,0.3936657),(0.429978,0.3978441),(0.4341379,0.3978441),(0.4382856,0.3978441),(0.4424174,0.3936657),(0.4424174,0.3978441),(0.4258092,0.3853205),(0.4216311,0.3853205),(0.4216312,0.3894929),(0.4258092,0.3894928),(0.4174434,0.3853205),(0.4132456,0.3853205),(0.4132456,0.3894928),(0.4174434,0.3894928),(0.4174434,0.3936657),(0.4216312,0.3936657),(0.4132456,0.3936657),(0.4132456,0.3978441),(0.4174434,0.3978441),(0.4216312,0.3978441),(0.4258092,0.3936657),(0.4258092,0.3978441),(0.4090372,0.3853205),(0.4048201,0.3853205),(0.4048201,0.3894929),(0.4090372,0.3894928),(0.4005963,0.3853205),(0.3963675,0.3853205),(0.3963675,0.3894928),(0.4005963,0.3894928),(0.4005963,0.3936657),(0.4048201,0.3936657),(0.3963675,0.3936657),(0.3963675,0.3978441),(0.4005963,0.3978441),(0.4048201,0.3978441),(0.4090372,0.3936657),(0.4090372,0.3978441),(0.3921357,0.3853205),(0.3879012,0.3853205),(0.3879012,0.3894929),(0.3921357,0.3894928),(0.3836642,0.3853205),(0.3794248,0.3853205),(0.3794249,0.3894928),(0.3836642,0.3894928),(0.3836642,0.3936657),(0.3879012,0.3936657),(0.3794248,0.3936657),(0.3794248,0.3978441),(0.3836642,0.3978441),(0.3879012,0.3978441),(0.3921357,0.3936657),(0.3921357,0.3978441),(0.3751834,0.3853205),(0.3709441,0.3853205),(0.3709441,0.3894929),(0.3751834,0.3894928),(0.3667112,0.3853205),(0.3624887,0.3853205),(0.3624887,0.3894928),(0.3667112,0.3894928),(0.3667112,0.3936657),(0.3709442,0.3936657),(0.3624887,0.3936657),(0.3624887,0.3978441),(0.3667112,0.3978441),(0.3709441,0.3978441),(0.3751834,0.3936657),(0.3751834,0.3978441),(0.358281,0.3853205),(0.3540821,0.3853205),(0.3540821,0.3894929),(0.358281,0.3894928),(0.3498864,0.3853205),(0.3456882,0.3853205),(0.3456882,0.3894928),(0.3498864,0.3894928),(0.3498864,0.3936657),(0.3540821,0.3936657),(0.3456882,0.3936657),(0.3456882,0.3978441),(0.3498864,0.3978441),(0.3540821,0.3978441),(0.3582809,0.3936657),(0.358281,0.3978441),(0.3414817,0.3853205),(0.3372694,0.3853205),(0.3372695,0.3894929),(0.3414817,0.3894928),(0.3330541,0.3853205),(0.3288383,0.3853205),(0.3288383,0.3894928),(0.3330541,0.3894928),(0.3330541,0.3936657),(0.3372695,0.3936657),(0.3288383,0.3936657),(0.3288383,0.3978441),(0.3330541,0.3978441),(0.3372695,0.3978441),(0.3414817,0.3936657),(0.3414817,0.3978441),(0.3246247,0.3853205),(0.3204179,0.3853205),(0.3204179,0.3894929),(0.3246247,0.3894928),(0.3162228,0.3853205),(0.3120441,0.3853205),(0.3120441,0.3894928),(0.3162228,0.3894928),(0.3162228,0.3936657),(0.3204179,0.3936657),(0.3120441,0.3936657),(0.3120441,0.3978441),(0.3162228,0.3978441),(0.3204179,0.3978441),(0.3246247,0.3936657),(0.3246247,0.3978441),(0.3078868,0.3853205),(0.3037427,0.3853205),(0.3037427,0.3894929),(0.3078868,0.3894928),(0.2996041,0.3853205),(0.2954631,0.3853205),(0.2954631,0.3894928),(0.2996041,0.3894928),(0.2996041,0.3936657),(0.3037428,0.3936657),(0.2954631,0.3936657),(0.2954631,0.3978441),(0.2996041,0.3978441),(0.3037427,0.3978441),(0.3078868,0.3936657),(0.3078868,0.3978441),(0.2913116,0.3853205),(0.2871543,0.3853205),(0.2871543,0.3894929),(0.2913116,0.3894928),(0.2829956,0.3853205),(0.2788399,0.3853205),(0.2788399,0.3894928),(0.2829956,0.3894928),(0.2829956,0.3936657),(0.2871543,0.3936657),(0.2788399,0.3936657),(0.2788399,0.3978441),(0.2829956,0.3978441),(0.2871543,0.3978441),(0.2913116,0.3936657),(0.2913116,0.3978441),(0.2746918,0.3853205),(0.2705556,0.3853205),(0.2705556,0.3894929),(0.2746918,0.3894928),(0.2664356,0.3853205),(0.262336,0.3853205),(0.262336,0.3894928),(0.2664356,0.3894928),(0.2664356,0.3936657),(0.2705556,0.3936657),(0.262336,0.3936657),(0.262336,0.3978441),(0.2664356,0.3978441),(0.2705556,0.3978441),(0.2746918,0.3936657),(0.2746918,0.3978441),(0.2582613,0.3853205),(0.254209,0.3853205),(0.254209,0.3894929),(0.2582613,0.3894928),(0.2501769,0.3853205),(0.2461624,0.3853205),(0.2461624,0.3894928),(0.2501769,0.3894928),(0.2501769,0.3936657),(0.254209,0.3936657),(0.2461624,0.3936657),(0.2461624,0.3978441),(0.2501769,0.3978441),(0.254209,0.3978441),(0.2582613,0.3936657),(0.2582613,0.3978441),(0.2421634,0.3853205),(0.238164,0.3853205),(0.238164,0.3894929),(0.2421634,0.3894928),(0.2341487,0.3853205),(0.2301017,0.3853205),(0.2301017,0.3894928),(0.2341487,0.3894928),(0.2341487,0.3936657),(0.238164,0.3936657),(0.2301017,0.3936657),(0.2301017,0.3978441),(0.2341487,0.3978441),(0.238164,0.3978441),(0.2421634,0.3936657),(0.2421634,0.3978441),(0.2260074,0.3853205),(0.2218787,0.3853205),(0.2218787,0.3894929),(0.2260074,0.3894928),(0.2177283,0.3853205),(0.2135691,0.3853205),(0.2135692,0.3894928),(0.2177283,0.3894928),(0.2177283,0.3936657),(0.2218787,0.3936657),(0.2135691,0.3936657),(0.2177283,0.3978441),(0.2135692,0.3978441),(0.2218787,0.3978441),(0.2260074,0.3936657),(0.2260074,0.3978441),(0.2094141,0.3853205),(0.2052627,0.3853205),(0.2094141,0.3894928),(0.2052627,0.3894929),(0.2011147,0.3853205),(0.1969699,0.3853205),(0.2011147,0.3894928),(0.1969699,0.3894928),(0.2052627,0.3936657),(0.2011147,0.3936657),(0.1969699,0.3936657),(0.2011147,0.3978441),(0.1969699,0.3978441),(0.2052627,0.3978441),(0.2094141,0.3936657),(0.2094141,0.3978441),(0.1928277,0.3853205),(0.1886888,0.3853205),(0.1928277,0.3894928),(0.1886888,0.3894929),(0.1845533,0.3853205),(0.1804218,0.3853205),(0.1845533,0.3894928),(0.1804218,0.3894928),(0.1886888,0.3936657),(0.1845533,0.3936657),(0.1804218,0.3936657),(0.1804218,0.3978441),(0.1845533,0.3978441),(0.1886888,0.3978441),(0.1928277,0.3936657),(0.1928277,0.3978441),(0.1762946,0.3853205),(0.1721701,0.3853205),(0.1762946,0.3894928),(0.1721701,0.3894929),(0.1680468,0.3853205),(0.163923,0.3853205),(0.163923,0.3894928),(0.1680468,0.3894928),(0.1680468,0.3936657),(0.1721701,0.3936657),(0.163923,0.3936657),(0.163923,0.3978441),(0.1680468,0.3978441),(0.1721701,0.3978441),(0.1762946,0.3936657),(0.1762946,0.3978441),(0.1597973,0.3853205),(0.1556691,0.3853205),(0.1556691,0.3894929),(0.1597973,0.3894928),(0.1515382,0.3853205),(0.1474041,0.3853205),(0.1474041,0.3894928),(0.1515382,0.3894928),(0.1515382,0.3936657),(0.1556691,0.3936657),(0.1474041,0.3936657),(0.1515382,0.3978441),(0.1474041,0.3978441),(0.1556691,0.3978441),(0.1597973,0.3936657),(0.1597973,0.3978441),(0.1432664,0.3853205),(0.1391259,0.3853205),(0.1432664,0.3894928),(0.1391259,0.3894929),(0.134983,0.3853205),(0.1308385,0.3853205),(0.134983,0.3894928),(0.1308385,0.3894928),(0.1391259,0.3936657),(0.134983,0.3936657),(0.1308385,0.3936657),(0.134983,0.3978441),(0.1308385,0.3978441),(0.1391259,0.3978441),(0.1432664,0.3936657),(0.1432664,0.3978441),(0.126693,0.3853205),(0.12255,0.3853205),(0.126693,0.3894928),(0.12255,0.3894929),(0.1184131,0.3853205),(0.1142857,0.3853205),(0.1184131,0.3894928),(0.1142857,0.3894928),(0.12255,0.3936657),(0.1184131,0.3936657),(0.1142857,0.3936657),(0.1142857,0.3978441),(0.1184131,0.3978441),(0.12255,0.3978441),(0.126693,0.3936657),(0.126693,0.3978441),(0.1101713,0.3853205),(0.1060752,0.3853205),(0.1060752,0.3894929),(0.1101713,0.3894928),(0.1020023,0.3853205),(0.09795791,0.3853205),(0.09795791,0.3894928),(0.1020023,0.3894928),(0.1020023,0.3936657),(0.1060752,0.3936657),(0.09795791,0.3936657),(0.09795791,0.3978441),(0.1020023,0.3978441),(0.1060752,0.3978441),(0.1101713,0.3936657),(0.1101713,0.3978441),(0.09394707,0.3853205),(0.08994583,0.3853205),(0.09394707,0.3894928),(0.08994584,0.3894929),(0.08593026,0.3853205),(0.08187638,0.3853205),(0.08187637,0.3894928),(0.08593025,0.3894928),(0.08593026,0.3936657),(0.08994584,0.3936657),(0.08187638,0.3936657),(0.08187638,0.3978441),(0.08593026,0.3978441),(0.08994584,0.3978441),(0.09394707,0.3936657),(0.09394707,0.3978441),(0.07776025,0.3853205),(0.07361087,0.3853205),(0.07361087,0.3894929),(0.07776025,0.3894928),(0.06945725,0.3853205),(0.06532837,0.3853205),(0.06532837,0.3894928),(0.06945725,0.3894928),(0.06945725,0.3936657),(0.07361087,0.3936657),(0.06532837,0.3936657),(0.06532837,0.3978441),(0.06945725,0.3978441),(0.07361087,0.3978441),(0.07776025,0.3936657),(0.07776025,0.3978441),(0.06125325,0.3853205),(0.05721605,0.3853205),(0.05721604,0.3894929),(0.06125325,0.3894928),(0.05320094,0.3853205),(0.0491921,0.3853205),(0.04919209,0.3894928),(0.05320094,0.3894928),(0.05320094,0.3936657),(0.05721605,0.3936657),(0.0491921,0.3936657),(0.04919209,0.3978441),(0.05320094,0.3978441),(0.05721605,0.3978441),(0.06125325,0.3936657),(0.06125325,0.3978441),(0.04517369,0.3853205),(0.04115105,0.3853205),(0.04517369,0.3894928),(0.04115105,0.3894929),(0.0371295,0.3853205),(0.03311438,0.3853205),(0.0371295,0.3894928),(0.03311437,0.3894928),(0.0371295,0.3936657),(0.04115105,0.3936657),(0.03311438,0.3936657),(0.03311438,0.3978441),(0.0371295,0.3978441),(0.04115105,0.3978441),(0.04517369,0.3936657),(0.04517369,0.3978441),(0.029111,0.3853205),(0.02511186,0.3853205),(0.02511186,0.3894929),(0.029111,0.3894928),(0.02110944,0.3853205),(0.01709622,0.3853205),(0.01709622,0.3894928),(0.02110944,0.3894928),(0.02110944,0.3936657),(0.02511186,0.3936657),(0.01709622,0.3936657),(0.01709622,0.3978441),(0.02110944,0.3978441),(0.02511186,0.3978441),(0.029111,0.3936657),(0.029111,0.3978441),(0.01306469,0.3853205),(0.009019421,0.3853217),(0.009019421,0.3894928),(0.01306469,0.3894928),(0.004965,0.3853252),(0.000906,0.3853297),(0.000906,0.3894925),(0.004965,0.3894927),(0.004965,0.3936605),(0.009019421,0.3936644),(0.000906,0.3936553),(0.000906,0.397818),(0.004965,0.3978363),(0.009019421,0.3978422),(0.01306469,0.3936657),(0.01306469,0.3978441),(0.999094,0.4020225),(0.9951518,0.4020277),(0.9912093,0.4020317),(0.9912093,0.4062249),(0.9951518,0.4062258),(0.999094,0.406227),(0.9872664,0.402033),(0.983323,0.402033),(0.983323,0.4062246),(0.9872664,0.4062246),(0.9872664,0.4104115),(0.9912093,0.410414),(0.983323,0.4104115),(0.983323,0.4145861),(0.9872664,0.414586),(0.9912093,0.4145898),(0.9951518,0.4104215),(0.999094,0.4104315),(0.9951518,0.414601),(0.999094,0.414636),(0.9793787,0.402033),(0.9754275,0.402033),(0.9793787,0.4062246),(0.9754274,0.4062246),(0.9714631,0.402033),(0.9674796,0.402033),(0.9714631,0.4062246),(0.9674796,0.4062246),(0.9754274,0.4104115),(0.9714631,0.4104115),(0.9674796,0.4104115),(0.9674796,0.4145861),(0.9714631,0.414586),(0.9754274,0.4145861),(0.9793787,0.4104115),(0.9793787,0.414586),(0.9634706,0.402033),(0.9594426,0.402033),(0.9634707,0.4062246),(0.9594426,0.4062246),(0.9554016,0.402033),(0.9513539,0.402033),(0.9554016,0.4062246),(0.9513539,0.4062246),(0.9594426,0.4104115),(0.9554016,0.4104115),(0.9513539,0.4104115),(0.9554016,0.414586),(0.9513539,0.4145861),(0.9594425,0.4145861),(0.9634707,0.4104115),(0.9634706,0.414586),(0.9473058,0.402033),(0.9432498,0.402033),(0.9473058,0.4062246),(0.9432497,0.4062246),(0.9391782,0.402033),(0.9350839,0.402033),(0.9391783,0.4062246),(0.9350839,0.4062246),(0.9432497,0.4104115),(0.9391782,0.4104115),(0.9350839,0.4104115),(0.9391783,0.414586),(0.9350839,0.4145861),(0.9432497,0.4145861),(0.9473058,0.4104115),(0.9473058,0.414586),(0.930959,0.402033),(0.9268106,0.402033),(0.930959,0.4062246),(0.9268106,0.4062246),(0.9226453,0.402033),(0.9184701,0.402033),(0.9226453,0.4062246),(0.9184701,0.4062246),(0.9268106,0.4104115),(0.9226453,0.4104115),(0.9184701,0.4104115),(0.9226453,0.414586),(0.9184701,0.4145861),(0.9268106,0.4145861),(0.930959,0.4104115),(0.930959,0.414586),(0.9142919,0.402033),(0.910111,0.402033),(0.9142919,0.4062246),(0.9101109,0.4062246),(0.9059278,0.402033),(0.9017429,0.402033),(0.9059278,0.4062246),(0.9017429,0.4062246),(0.910111,0.4104115),(0.9059278,0.4104115),(0.9017429,0.4104115),(0.9059278,0.414586),(0.9017428,0.4145861),(0.9101109,0.4145861),(0.9142919,0.4104115),(0.9142919,0.414586),(0.8975567,0.402033),(0.8933688,0.402033),(0.8975567,0.4062246),(0.8933688,0.4062246),(0.8891787,0.402033),(0.8849859,0.402033),(0.8891788,0.4062246),(0.8849859,0.4062246),(0.8933688,0.4104115),(0.8891787,0.4104115),(0.8849859,0.4104115),(0.8891788,0.414586),(0.8849859,0.4145861),(0.8933688,0.4145861),(0.8975567,0.4104115),(0.8975567,0.414586),(0.8807898,0.402033),(0.8765806,0.402033),(0.8807898,0.4062246),(0.8765807,0.4062246),(0.8723488,0.402033),(0.8680845,0.402033),(0.8723488,0.4062246),(0.8680845,0.4062246),(0.8765806,0.4104115),(0.8723488,0.4104115),(0.8680845,0.4104115),(0.8723488,0.414586),(0.8680845,0.4145861),(0.8765806,0.4145861),(0.8807898,0.4104115),(0.8807898,0.414586),(0.8637781,0.402033),(0.8594491,0.402033),(0.8637781,0.4062246),(0.8594491,0.4062246),(0.8551173,0.402033),(0.8508024,0.402033),(0.8551173,0.4062246),(0.8508024,0.4062246),(0.8594491,0.4104115),(0.8551173,0.4104115),(0.8508024,0.4104115),(0.8551173,0.414586),(0.8508024,0.4145861),(0.859449,0.4145861),(0.8637781,0.4104115),(0.8637781,0.414586),(0.846524,0.402033),(0.8422731,0.402033),(0.846524,0.4062246),(0.8422731,0.4062246),(0.8380403,0.402033),(0.8338165,0.402033),(0.8380403,0.4062246),(0.8338165,0.4062246),(0.8422731,0.4104115),(0.8380403,0.4104115),(0.8338165,0.4104115),(0.8380404,0.414586),(0.8338165,0.4145861),(0.8422731,0.4145861),(0.846524,0.4104115),(0.846524,0.414586),(0.8295926,0.402033),(0.8253628,0.402033),(0.8295926,0.4062246),(0.8253628,0.4062246),(0.8211217,0.402033),(0.8168637,0.402033),(0.8211217,0.4062246),(0.8168637,0.4062246),(0.8253628,0.4104115),(0.8211217,0.4104115),(0.8168637,0.4104115),(0.8211217,0.414586),(0.8168637,0.4145861),(0.8253628,0.4145861),(0.8295926,0.4104115),(0.8295926,0.414586),(0.8125832,0.402033),(0.8082899,0.402033),(0.8125832,0.4062246),(0.8082899,0.4062246),(0.8039935,0.402033),(0.7997035,0.402033),(0.8039935,0.4062246),(0.7997035,0.4062246),(0.8082899,0.4104115),(0.8039935,0.4104115),(0.7997035,0.4104115),(0.8039935,0.414586),(0.7997035,0.4145861),(0.8082899,0.4145861),(0.8125832,0.4104115),(0.8125832,0.414586),(0.7954297,0.402033),(0.7911757,0.402033),(0.7954297,0.4062246),(0.7911757,0.4062246),(0.7869452,0.402033),(0.7827417,0.402033),(0.7869452,0.4062246),(0.7827417,0.4062246),(0.7911757,0.4104115),(0.7869452,0.4104115),(0.7827417,0.4104115),(0.7827417,0.4145861),(0.7869452,0.414586),(0.7911757,0.4145861),(0.7954297,0.4104115),(0.7954297,0.414586),(0.7785689,0.402033),(0.7744211,0.402033),(0.7785689,0.4062246),(0.7744212,0.4062246),(0.7702925,0.402033),(0.7661775,0.402033),(0.7702925,0.4062246),(0.7661775,0.4062246),(0.7744212,0.4104115),(0.7702925,0.4104115),(0.7661775,0.4104115),(0.7702925,0.414586),(0.7661775,0.4145861),(0.7744212,0.4145861),(0.778569,0.4104115),(0.778569,0.414586),(0.7620703,0.402033),(0.757961,0.402033),(0.7620703,0.4062246),(0.757961,0.4062246),(0.7538399,0.402033),(0.7496969,0.402033),(0.7538399,0.4062246),(0.7496969,0.4062246),(0.757961,0.4104115),(0.7538399,0.4104115),(0.7496969,0.4104115),(0.7538399,0.414586),(0.7496969,0.4145861),(0.757961,0.4145861),(0.7620703,0.4104115),(0.7620703,0.414586),(0.7455223,0.402033),(0.7413244,0.402033),(0.7455223,0.4062246),(0.7413245,0.4062246),(0.7371117,0.402033),(0.7328922,0.402033),(0.7371117,0.4062246),(0.7328923,0.4062246),(0.7413245,0.4104115),(0.7371117,0.4104115),(0.7328922,0.4104115),(0.7371117,0.414586),(0.7328922,0.4145861),(0.7413245,0.4145861),(0.7455223,0.4104115),(0.7455223,0.414586),(0.7286744,0.402033),(0.7244572,0.402033),(0.7286744,0.4062246),(0.7244572,0.4062246),(0.7202395,0.402033),(0.71602,0.402033),(0.7202395,0.4062246),(0.71602,0.4062246),(0.7244572,0.4104115),(0.7202395,0.4104115),(0.71602,0.4104115),(0.7202394,0.414586),(0.71602,0.4145861),(0.7244572,0.4145861),(0.7286744,0.4104115),(0.7286744,0.414586),(0.7117977,0.402033),(0.7075742,0.402033),(0.7117977,0.4062246),(0.7075742,0.4062246),(0.7033514,0.402033),(0.6991307,0.402033),(0.7033514,0.4062246),(0.6991307,0.4062246),(0.7075742,0.4104115),(0.7033514,0.4104115),(0.6991307,0.4104115),(0.7033514,0.414586),(0.6991307,0.4145861),(0.7075742,0.4145861),(0.7117977,0.4104115),(0.7117977,0.414586),(0.6949139,0.402033),(0.6906992,0.402033),(0.6949139,0.4062246),(0.6906992,0.4062246),(0.6864849,0.402033),(0.6822694,0.402033),(0.6864849,0.4062246),(0.6822693,0.4062246),(0.6906992,0.4104115),(0.6864849,0.4104115),(0.6822694,0.4104115),(0.6864849,0.414586),(0.6822693,0.4145861),(0.6906992,0.4145861),(0.6949139,0.4104115),(0.6949139,0.414586),(0.6780508,0.402033),(0.6738272,0.402033),(0.6780507,0.4062246),(0.6738272,0.4062246),(0.6695971,0.402033),(0.6653587,0.402033),(0.6695971,0.4062246),(0.6653587,0.4062246),(0.6738272,0.4104115),(0.6695971,0.4104115),(0.6653587,0.4104115),(0.6695971,0.414586),(0.6653587,0.4145861),(0.6738272,0.4145861),(0.6780508,0.4104115),(0.6780507,0.414586),(0.6611102,0.402033),(0.6568571,0.402033),(0.6611102,0.4062246),(0.6568571,0.4062246),(0.6526053,0.402033),(0.6483604,0.402033),(0.6526054,0.4062246),(0.6483604,0.4062246),(0.6568571,0.4104115),(0.6526054,0.4104115),(0.6483604,0.4104115),(0.6526053,0.414586),(0.6483604,0.4145861),(0.6568571,0.4145861),(0.6611102,0.4104115),(0.6611102,0.414586),(0.6441281,0.402033),(0.6399043,0.402033),(0.6441281,0.4062246),(0.6399043,0.4062246),(0.635685,0.402033),(0.6314663,0.402033),(0.635685,0.4062246),(0.6314663,0.4062246),(0.6399043,0.4104115),(0.635685,0.4104115),(0.6314663,0.4104115),(0.635685,0.414586),(0.6314663,0.4145861),(0.6399043,0.4145861),(0.6441281,0.4104115),(0.6441281,0.414586),(0.627244,0.402033),(0.6230208,0.402033),(0.627244,0.4062246),(0.6230209,0.4062246),(0.6187993,0.402033),(0.6145822,0.402033),(0.6187993,0.4062246),(0.6145822,0.4062246),(0.6230208,0.4104115),(0.6187993,0.4104115),(0.6145822,0.4104115),(0.6187993,0.414586),(0.6145822,0.4145861),(0.6230209,0.4145861),(0.627244,0.4104115),(0.627244,0.414586),(0.6103719,0.402033),(0.6061606,0.402033),(0.6103719,0.4062246),(0.6061606,0.4062246),(0.6019406,0.402033),(0.5977041,0.402033),(0.6019406,0.4062246),(0.5977041,0.4062246),(0.6061606,0.4104115),(0.6019406,0.4104115),(0.5977041,0.4104115),(0.6019406,0.414586),(0.5977041,0.4145861),(0.6061606,0.4145861),(0.6103719,0.4104115),(0.6103719,0.414586),(0.5934432,0.402033),(0.589169,0.402033),(0.5934432,0.4062246),(0.589169,0.4062246),(0.5848927,0.402033),(0.5806257,0.402033),(0.5848927,0.4062246),(0.5806257,0.4062246),(0.589169,0.4104115),(0.5848927,0.4104115),(0.5806257,0.4104115),(0.5848927,0.414586),(0.5806257,0.4145861),(0.589169,0.4145861),(0.5934432,0.4104115),(0.5934432,0.414586),(0.5763788,0.402033),(0.572147,0.402033),(0.5763788,0.4062246),(0.572147,0.4062246),(0.567925,0.402033),(0.5637077,0.402033),(0.567925,0.4062246),(0.5637077,0.4062246),(0.572147,0.4104115),(0.567925,0.4104115),(0.5637077,0.4104115),(0.567925,0.414586),(0.5637077,0.4145861),(0.572147,0.4145861),(0.5763788,0.4104115),(0.5763788,0.414586),(0.55949,0.402033),(0.5552715,0.402033),(0.55949,0.4062246),(0.5552715,0.4062246),(0.5510522,0.402033),(0.5468317,0.402033),(0.5510522,0.4062246),(0.5468317,0.4062246),(0.5552715,0.4104115),(0.5510522,0.4104115),(0.5468317,0.4104115),(0.5510522,0.414586),(0.5468317,0.4145861),(0.5552715,0.4145861),(0.55949,0.4104115),(0.55949,0.414586),(0.5426099,0.402033),(0.5383899,0.402033),(0.5426099,0.4062246),(0.5383899,0.4062246),(0.5341746,0.402033),(0.5299669,0.402033),(0.5341746,0.4062246),(0.5299669,0.4062246),(0.5383899,0.4104115),(0.5341746,0.4104115),(0.5299669,0.4104115),(0.5341746,0.414586),(0.529967,0.4145861),(0.5383899,0.4145861),(0.5426099,0.4104115),(0.5426099,0.414586),(0.52577,0.402033),(0.5215818,0.402033),(0.52577,0.4062246),(0.5215818,0.4062246),(0.5174,0.402033),(0.5132228,0.402033),(0.5174,0.4062246),(0.5132228,0.4062246),(0.5215818,0.4104115),(0.5174,0.4104115),(0.5132228,0.4104115),(0.5174,0.414586),(0.5132228,0.4145861),(0.5215818,0.4145861),(0.52577,0.4104115),(0.52577,0.414586),(0.5090478,0.402033),(0.5048727,0.402033),(0.5090478,0.4062246),(0.5048727,0.4062246),(0.5006949,0.402033),(0.4965119,0.402033),(0.5006949,0.4062246),(0.4965119,0.4062246),(0.5048727,0.4104115),(0.5006949,0.4104115),(0.4965119,0.4104115),(0.5006949,0.414586),(0.4965119,0.4145861),(0.5048727,0.4145861),(0.5090478,0.4104115),(0.5090478,0.414586),(0.4923214,0.402033),(0.4881234,0.402033),(0.4923214,0.4062246),(0.4881234,0.4062246),(0.4839184,0.402033),(0.4797065,0.402033),(0.4839184,0.4062246),(0.4797065,0.4062246),(0.4881234,0.4104115),(0.4839184,0.4104115),(0.4797065,0.4104115),(0.4839184,0.414586),(0.4797064,0.4145861),(0.4881234,0.4145861),(0.4923214,0.4104115),(0.4923214,0.414586),(0.4754879,0.402033),(0.4712752,0.402033),(0.4754879,0.4062246),(0.4712752,0.4062246),(0.4670808,0.402033),(0.4629171,0.402033),(0.4670808,0.4062246),(0.4629171,0.4062246),(0.4712752,0.4104115),(0.4670808,0.4104115),(0.4629171,0.4104115),(0.4670808,0.414586),(0.4629171,0.4145861),(0.4712752,0.4145861),(0.4754879,0.4104115),(0.4754879,0.414586),(0.4587967,0.402033),(0.4547031,0.402033),(0.4587967,0.4062246),(0.4547031,0.4062246),(0.4506197,0.402033),(0.44653,0.402033),(0.4506197,0.4062246),(0.44653,0.4062246),(0.4547031,0.4104115),(0.4506197,0.4104115),(0.44653,0.4104115),(0.4506197,0.414586),(0.44653,0.4145861),(0.4547031,0.4145861),(0.4587967,0.4104115),(0.4587967,0.414586),(0.4424174,0.402033),(0.4382856,0.402033),(0.4424174,0.4062246),(0.4382856,0.4062246),(0.4341379,0.402033),(0.429978,0.402033),(0.429978,0.4062246),(0.4341379,0.4062246),(0.4382856,0.4104115),(0.4341379,0.4104115),(0.429978,0.4104115),(0.429978,0.4145861),(0.4341379,0.414586),(0.4382856,0.4145861),(0.4424174,0.4104115),(0.4424174,0.414586),(0.4258092,0.402033),(0.4216311,0.402033),(0.4216312,0.4062246),(0.4258092,0.4062246),(0.4174434,0.402033),(0.4132456,0.402033),(0.4132456,0.4062246),(0.4174434,0.4062246),(0.4174434,0.4104115),(0.4216312,0.4104115),(0.4132456,0.4104115),(0.4132456,0.4145861),(0.4174434,0.414586),(0.4216312,0.4145861),(0.4258092,0.4104115),(0.4258092,0.414586),(0.4090372,0.402033),(0.4048201,0.402033),(0.4048201,0.4062246),(0.4090372,0.4062246),(0.4005963,0.402033),(0.3963675,0.402033),(0.3963675,0.4062246),(0.4005963,0.4062246),(0.4005963,0.4104115),(0.4048201,0.4104115),(0.3963675,0.4104115),(0.3963675,0.4145861),(0.4005963,0.414586),(0.4048201,0.4145861),(0.4090372,0.4104115),(0.4090372,0.414586),(0.3921357,0.402033),(0.3879012,0.402033),(0.3879012,0.4062246),(0.3921357,0.4062246),(0.3836642,0.402033),(0.3794248,0.402033),(0.3794249,0.4062246),(0.3836642,0.4062246),(0.3836642,0.4104115),(0.3879012,0.4104115),(0.3794248,0.4104115),(0.3794248,0.4145861),(0.3836642,0.414586),(0.3879012,0.4145861),(0.3921357,0.4104115),(0.3921357,0.414586),(0.3751834,0.402033),(0.3709441,0.402033),(0.3709441,0.4062246),(0.3751834,0.4062246),(0.3667112,0.402033),(0.3624887,0.402033),(0.3624887,0.4062246),(0.3667112,0.4062246),(0.3667112,0.4104115),(0.3709442,0.4104115),(0.3624887,0.4104115),(0.3624887,0.4145861),(0.3667112,0.414586),(0.3709441,0.4145861),(0.3751834,0.4104115),(0.3751834,0.414586),(0.358281,0.402033),(0.3540821,0.402033),(0.3540821,0.4062246),(0.358281,0.4062246),(0.3498864,0.402033),(0.3456882,0.402033),(0.3456882,0.4062246),(0.3498864,0.4062246),(0.3498864,0.4104115),(0.3540821,0.4104115),(0.3456882,0.4104115),(0.3456882,0.4145861),(0.3498864,0.414586),(0.3540821,0.4145861),(0.3582809,0.4104115),(0.358281,0.414586),(0.3414817,0.402033),(0.3372694,0.402033),(0.3372695,0.4062246),(0.3414817,0.4062246),(0.3330541,0.402033),(0.3288383,0.402033),(0.3288383,0.4062246),(0.3330541,0.4062246),(0.3330541,0.4104115),(0.3372695,0.4104115),(0.3288383,0.4104115),(0.3288383,0.4145861),(0.3330541,0.414586),(0.3372695,0.4145861),(0.3414817,0.4104115),(0.3414817,0.414586),(0.3246247,0.402033),(0.3204179,0.402033),(0.3204179,0.4062246),(0.3246247,0.4062246),(0.3162228,0.402033),(0.3120441,0.402033),(0.3120441,0.4062246),(0.3162228,0.4062246),(0.3162228,0.4104115),(0.3204179,0.4104115),(0.3120441,0.4104115),(0.3120441,0.4145861),(0.3162228,0.414586),(0.3204179,0.4145861),(0.3246247,0.4104115),(0.3246247,0.414586),(0.3078868,0.402033),(0.3037427,0.402033),(0.3037427,0.4062246),(0.3078868,0.4062246),(0.2996041,0.402033),(0.2954631,0.402033),(0.2954631,0.4062246),(0.2996041,0.4062246),(0.2996041,0.4104115),(0.3037428,0.4104115),(0.2954631,0.4104115),(0.2954631,0.4145861),(0.2996041,0.414586),(0.3037427,0.4145861),(0.3078868,0.4104115),(0.3078868,0.414586),(0.2913116,0.402033),(0.2871543,0.402033),(0.2871543,0.4062246),(0.2913116,0.4062246),(0.2829956,0.402033),(0.2788399,0.402033),(0.2788399,0.4062246),(0.2829956,0.4062246),(0.2829956,0.4104115),(0.2871543,0.4104115),(0.2788399,0.4104115),(0.2788399,0.4145861),(0.2829956,0.414586),(0.2871543,0.4145861),(0.2913116,0.4104115),(0.2913116,0.414586),(0.2746918,0.402033),(0.2705556,0.402033),(0.2705556,0.4062246),(0.2746918,0.4062246),(0.2664356,0.402033),(0.262336,0.402033),(0.262336,0.4062246),(0.2664356,0.4062246),(0.2664356,0.4104115),(0.2705556,0.4104115),(0.262336,0.4104115),(0.262336,0.4145861),(0.2664356,0.414586),(0.2705556,0.4145861),(0.2746918,0.4104115),(0.2746918,0.414586),(0.2582613,0.402033),(0.254209,0.402033),(0.254209,0.4062246),(0.2582613,0.4062246),(0.2501769,0.402033),(0.2461624,0.402033),(0.2461624,0.4062246),(0.2501769,0.4062246),(0.2501769,0.4104115),(0.254209,0.4104115),(0.2461624,0.4104115),(0.2461624,0.4145861),(0.2501769,0.414586),(0.254209,0.4145861),(0.2582613,0.4104115),(0.2582613,0.414586),(0.2421634,0.402033),(0.238164,0.402033),(0.238164,0.4062246),(0.2421634,0.4062246),(0.2341487,0.402033),(0.2301017,0.402033),(0.2301017,0.4062246),(0.2341487,0.4062246),(0.2341487,0.4104115),(0.238164,0.4104115),(0.2301017,0.4104115),(0.2341487,0.414586),(0.2301017,0.4145861),(0.238164,0.4145861),(0.2421634,0.4104115),(0.2421634,0.414586),(0.2260074,0.402033),(0.2218787,0.402033),(0.2260074,0.4062246),(0.2218787,0.4062246),(0.2177283,0.402033),(0.2135691,0.402033),(0.2177283,0.4062246),(0.2135692,0.4062246),(0.2218787,0.4104115),(0.2177283,0.4104115),(0.2135691,0.4104115),(0.2177283,0.414586),(0.2135692,0.4145861),(0.2218787,0.4145861),(0.2260074,0.4104115),(0.2260074,0.414586),(0.2094141,0.402033),(0.2052627,0.402033),(0.2094141,0.4062246),(0.2052627,0.4062246),(0.2011147,0.402033),(0.1969699,0.402033),(0.2011147,0.4062246),(0.1969699,0.4062246),(0.2052627,0.4104115),(0.2011147,0.4104115),(0.1969699,0.4104115),(0.1969699,0.4145861),(0.2011147,0.414586),(0.2052627,0.4145861),(0.2094141,0.4104115),(0.2094141,0.414586),(0.1928277,0.402033),(0.1886888,0.402033),(0.1886888,0.4062246),(0.1928277,0.4062246),(0.1845533,0.402033),(0.1804218,0.402033),(0.1804218,0.4062246),(0.1845533,0.4062246),(0.1845533,0.4104115),(0.1886888,0.4104115),(0.1804218,0.4104115),(0.1804218,0.4145861),(0.1845533,0.414586),(0.1886888,0.4145861),(0.1928277,0.4104115),(0.1928277,0.414586),(0.1762946,0.402033),(0.1721701,0.402033),(0.1721701,0.4062246),(0.1762946,0.4062246),(0.1680468,0.402033),(0.163923,0.402033),(0.163923,0.4062246),(0.1680468,0.4062246),(0.1680468,0.4104115),(0.1721701,0.4104115),(0.163923,0.4104115),(0.163923,0.4145861),(0.1680468,0.414586),(0.1721701,0.4145861),(0.1762946,0.4104115),(0.1762946,0.414586),(0.1597973,0.402033),(0.1556691,0.402033),(0.1556691,0.4062246),(0.1597973,0.4062246),(0.1515382,0.402033),(0.1474041,0.402033),(0.1515382,0.4062246),(0.1474041,0.4062246),(0.1556691,0.4104115),(0.1515382,0.4104115),(0.1474041,0.4104115),(0.1515382,0.414586),(0.1474041,0.4145861),(0.1556691,0.4145861),(0.1597973,0.4104115),(0.1597973,0.414586),(0.1432664,0.402033),(0.1391259,0.402033),(0.1432664,0.4062246),(0.1391259,0.4062246),(0.134983,0.402033),(0.1308385,0.402033),(0.1308385,0.4062246),(0.134983,0.4062246),(0.1391259,0.4104115),(0.134983,0.4104115),(0.1308385,0.4104115),(0.134983,0.414586),(0.1308385,0.4145861),(0.1391259,0.4145861),(0.1432664,0.4104115),(0.1432664,0.414586),(0.126693,0.402033),(0.12255,0.402033),(0.12255,0.4062246),(0.126693,0.4062246),(0.1184131,0.402033),(0.1142857,0.402033),(0.1184131,0.4062246),(0.1142857,0.4062246),(0.12255,0.4104115),(0.1184131,0.4104115),(0.1142857,0.4104115),(0.1184131,0.414586),(0.1142857,0.4145861),(0.12255,0.4145861),(0.126693,0.4104115),(0.126693,0.414586),(0.1101713,0.402033),(0.1060752,0.402033),(0.1101713,0.4062246),(0.1060752,0.4062246),(0.1020023,0.402033),(0.09795791,0.402033),(0.09795791,0.4062246),(0.1020023,0.4062246),(0.1020023,0.4104115),(0.1060752,0.4104115),(0.09795791,0.4104115),(0.09795791,0.4145861),(0.1020023,0.414586),(0.1060752,0.4145861),(0.1101713,0.4104115),(0.1101713,0.414586),(0.09394707,0.402033),(0.08994583,0.402033),(0.08994584,0.4062246),(0.09394707,0.4062246),(0.08593026,0.402033),(0.08187638,0.402033),(0.08187637,0.4062246),(0.08593025,0.4062246),(0.08593026,0.4104115),(0.08994584,0.4104115),(0.08187638,0.4104115),(0.08187638,0.4145861),(0.08593026,0.414586),(0.08994584,0.4145861),(0.09394707,0.4104115),(0.09394707,0.414586),(0.07776025,0.402033),(0.07361087,0.402033),(0.07361087,0.4062246),(0.07776025,0.4062246),(0.06945725,0.402033),(0.06532837,0.402033),(0.06532837,0.4062246),(0.06945725,0.4062246),(0.06945725,0.4104115),(0.07361087,0.4104115),(0.06532837,0.4104115),(0.06532837,0.4145861),(0.06945725,0.414586),(0.07361087,0.4145861),(0.07776025,0.4104115),(0.07776025,0.414586),(0.06125325,0.402033),(0.05721605,0.402033),(0.05721604,0.4062246),(0.06125325,0.4062246),(0.05320094,0.402033),(0.0491921,0.402033),(0.04919209,0.4062246),(0.05320094,0.4062246),(0.05320094,0.4104115),(0.05721605,0.4104115),(0.0491921,0.4104115),(0.04919209,0.4145861),(0.05320094,0.414586),(0.05721605,0.4145861),(0.06125325,0.4104115),(0.06125325,0.414586),(0.04517369,0.402033),(0.04115105,0.402033),(0.04115105,0.4062246),(0.04517369,0.4062246),(0.0371295,0.402033),(0.03311438,0.402033),(0.03311437,0.4062246),(0.0371295,0.4062246),(0.0371295,0.4104115),(0.04115105,0.4104115),(0.03311438,0.4104115),(0.03311438,0.4145861),(0.0371295,0.414586),(0.04115105,0.4145861),(0.04517369,0.4104115),(0.04517369,0.414586),(0.029111,0.402033),(0.02511186,0.402033),(0.02511186,0.4062246),(0.029111,0.4062246),(0.02110944,0.402033),(0.01709622,0.402033),(0.01709622,0.4062246),(0.02110944,0.4062246),(0.02110944,0.4104115),(0.02511186,0.4104115),(0.01709622,0.4104115),(0.01709622,0.4145861),(0.02110944,0.414586),(0.02511186,0.4145861),(0.029111,0.4104115),(0.029111,0.414586),(0.01306469,0.402033),(0.009019421,0.4020317),(0.009019421,0.4062249),(0.01306469,0.4062246),(0.004965,0.4020277),(0.000906,0.4020225),(0.000906,0.406227),(0.004965,0.4062258),(0.004965,0.4104215),(0.009019421,0.410414),(0.000906,0.4104315),(0.000906,0.414636),(0.004965,0.414601),(0.009019421,0.4145898),(0.01306469,0.4104115),(0.01306469,0.414586),(0.9951518,0.4187505),(0.999094,0.4187605),(0.9912093,0.418743),(0.9951518,0.4228874),(0.9912093,0.4228892),(0.999094,0.422885),(0.9872664,0.4187405),(0.983323,0.4187405),(0.9872664,0.4228898),(0.983323,0.4228898),(0.9912093,0.4270439),(0.9872664,0.4270488),(0.983323,0.4270488),(0.9872664,0.4312323),(0.983323,0.4312323),(0.9912093,0.4312249),(0.999094,0.4270095),(0.9951518,0.4270291),(0.9951518,0.4312028),(0.999094,0.431134),(0.9793787,0.4187405),(0.9754275,0.4187405),(0.9793787,0.4228898),(0.9754274,0.4228898),(0.9714631,0.4187405),(0.9674796,0.4187405),(0.9714631,0.4228898),(0.9674796,0.4228898),(0.9754274,0.4270488),(0.9714631,0.4270488),(0.9674796,0.4270488),(0.9714631,0.4312323),(0.9674796,0.4312323),(0.9754274,0.4312323),(0.9793787,0.4270488),(0.9793787,0.4312323),(0.9634706,0.4187405),(0.9594426,0.4187405),(0.9634707,0.4228898),(0.9594426,0.4228898),(0.9554016,0.4187405),(0.9513539,0.4187405),(0.9554016,0.4228898),(0.9513539,0.4228898),(0.9594426,0.4270488),(0.9554016,0.4270488),(0.9513539,0.4270488),(0.9554016,0.4312323),(0.9513539,0.4312323),(0.9594425,0.4312323),(0.9634707,0.4270488),(0.9634706,0.4312323),(0.9473058,0.4187405),(0.9432498,0.4187405),(0.9473058,0.4228898),(0.9432497,0.4228898),(0.9391782,0.4187405),(0.9350839,0.4187405),(0.9391783,0.4228898),(0.9350839,0.4228898),(0.9432497,0.4270488),(0.9391782,0.4270488),(0.9350839,0.4270488),(0.9391783,0.4312323),(0.9350839,0.4312323),(0.9432497,0.4312323),(0.9473058,0.4270488),(0.9473058,0.4312323),(0.930959,0.4187405),(0.9268106,0.4187405),(0.930959,0.4228898),(0.9268106,0.4228898),(0.9226453,0.4187405),(0.9184701,0.4187405),(0.9226453,0.4228898),(0.9184701,0.4228898),(0.9268106,0.4270488),(0.9226453,0.4270488),(0.9184701,0.4270488),(0.9226453,0.4312323),(0.9184701,0.4312323),(0.9268106,0.4312323),(0.930959,0.4270488),(0.930959,0.4312323),(0.9142919,0.4187405),(0.910111,0.4187405),(0.9142919,0.4228898),(0.9101109,0.4228898),(0.9059278,0.4187405),(0.9017429,0.4187405),(0.9059278,0.4228898),(0.9017429,0.4228898),(0.910111,0.4270488),(0.9059278,0.4270488),(0.9017429,0.4270488),(0.9059278,0.4312323),(0.9017428,0.4312323),(0.9101109,0.4312323),(0.9142919,0.4270488),(0.9142919,0.4312323),(0.8975567,0.4187405),(0.8933688,0.4187405),(0.8975567,0.4228898),(0.8933688,0.4228898),(0.8891787,0.4187405),(0.8849859,0.4187405),(0.8891788,0.4228898),(0.8849859,0.4228898),(0.8933688,0.4270488),(0.8891787,0.4270488),(0.8849859,0.4270488),(0.8891788,0.4312323),(0.8849859,0.4312323),(0.8933688,0.4312323),(0.8975567,0.4270488),(0.8975567,0.4312323),(0.8807898,0.4187405),(0.8765806,0.4187405),(0.8807898,0.4228898),(0.8765807,0.4228898),(0.8723488,0.4187405),(0.8680845,0.4187405),(0.8723488,0.4228898),(0.8680845,0.4228898),(0.8765806,0.4270488),(0.8723488,0.4270488),(0.8680845,0.4270488),(0.8723488,0.4312323),(0.8680845,0.4312323),(0.8765806,0.4312323),(0.8807898,0.4270488),(0.8807898,0.4312323),(0.8637781,0.4187405),(0.8594491,0.4187405),(0.8637781,0.4228898),(0.8594491,0.4228898),(0.8551173,0.4187405),(0.8508024,0.4187405),(0.8551173,0.4228898),(0.8508024,0.4228898),(0.8594491,0.4270488),(0.8551173,0.4270488),(0.8508024,0.4270488),(0.8551173,0.4312323),(0.8508024,0.4312323),(0.859449,0.4312323),(0.8637781,0.4270488),(0.8637781,0.4312323),(0.846524,0.4187405),(0.8422731,0.4187405),(0.846524,0.4228898),(0.8422731,0.4228898),(0.8380403,0.4187405),(0.8338165,0.4187405),(0.8380403,0.4228898),(0.8338165,0.4228898),(0.8422731,0.4270488),(0.8380403,0.4270488),(0.8338165,0.4270488),(0.8380404,0.4312323),(0.8338165,0.4312323),(0.8422731,0.4312323),(0.846524,0.4270488),(0.846524,0.4312323),(0.8295926,0.4187405),(0.8253628,0.4187405),(0.8295926,0.4228898),(0.8253628,0.4228898),(0.8211217,0.4187405),(0.8168637,0.4187405),(0.8211217,0.4228898),(0.8168637,0.4228898),(0.8253628,0.4270488),(0.8211217,0.4270488),(0.8168637,0.4270488),(0.8211217,0.4312323),(0.8168637,0.4312323),(0.8253628,0.4312323),(0.8295926,0.4270488),(0.8295926,0.4312323),(0.8125832,0.4187405),(0.8082899,0.4187405),(0.8125832,0.4228898),(0.8082899,0.4228898),(0.8039935,0.4187405),(0.7997035,0.4187405),(0.8039935,0.4228898),(0.7997035,0.4228898),(0.8082899,0.4270488),(0.8039935,0.4270488),(0.7997035,0.4270488),(0.8039935,0.4312323),(0.7997035,0.4312323),(0.8082899,0.4312323),(0.8125832,0.4270488),(0.8125832,0.4312323),(0.7954297,0.4187405),(0.7911757,0.4187405),(0.7911757,0.4228898),(0.7954297,0.4228898),(0.7869452,0.4187405),(0.7827417,0.4187405),(0.7869452,0.4228898),(0.7827417,0.4228898),(0.7911757,0.4270488),(0.7869452,0.4270488),(0.7827417,0.4270488),(0.7869452,0.4312323),(0.7827417,0.4312323),(0.7911757,0.4312323),(0.7954297,0.4270488),(0.7954297,0.4312323),(0.7785689,0.4187405),(0.7744211,0.4187405),(0.7785689,0.4228898),(0.7744212,0.4228898),(0.7702925,0.4187405),(0.7661775,0.4187405),(0.7702925,0.4228898),(0.7661775,0.4228898),(0.7744212,0.4270488),(0.7702925,0.4270488),(0.7661775,0.4270488),(0.7702925,0.4312323),(0.7661775,0.4312323),(0.7744212,0.4312323),(0.778569,0.4270488),(0.778569,0.4312323),(0.7620703,0.4187405),(0.757961,0.4187405),(0.7620703,0.4228898),(0.757961,0.4228898),(0.7538399,0.4187405),(0.7496969,0.4187405),(0.7538399,0.4228898),(0.7496969,0.4228898),(0.757961,0.4270488),(0.7538399,0.4270488),(0.7496969,0.4270488),(0.7538399,0.4312323),(0.7496969,0.4312323),(0.757961,0.4312323),(0.7620703,0.4270488),(0.7620703,0.4312323),(0.7455223,0.4187405),(0.7413244,0.4187405),(0.7455223,0.4228898),(0.7413245,0.4228898),(0.7371117,0.4187405),(0.7328922,0.4187405),(0.7371117,0.4228898),(0.7328923,0.4228898),(0.7413245,0.4270488),(0.7371117,0.4270488),(0.7328922,0.4270488),(0.7371117,0.4312323),(0.7328922,0.4312323),(0.7413245,0.4312323),(0.7455223,0.4270488),(0.7455223,0.4312323),(0.7286744,0.4187405),(0.7244572,0.4187405),(0.7286744,0.4228898),(0.7244572,0.4228898),(0.7202395,0.4187405),(0.71602,0.4187405),(0.7202395,0.4228898),(0.71602,0.4228898),(0.7244572,0.4270488),(0.7202395,0.4270488),(0.71602,0.4270488),(0.7202394,0.4312323),(0.71602,0.4312323),(0.7244572,0.4312323),(0.7286744,0.4270488),(0.7286744,0.4312323),(0.7117977,0.4187405),(0.7075742,0.4187405),(0.7117977,0.4228898),(0.7075742,0.4228898),(0.7033514,0.4187405),(0.6991307,0.4187405),(0.7033514,0.4228898),(0.6991307,0.4228898),(0.7075742,0.4270488),(0.7033514,0.4270488),(0.6991307,0.4270488),(0.7033514,0.4312323),(0.6991307,0.4312323),(0.7075742,0.4312323),(0.7117977,0.4270488),(0.7117977,0.4312323),(0.6949139,0.4187405),(0.6906992,0.4187405),(0.6949139,0.4228898),(0.6906992,0.4228898),(0.6864849,0.4187405),(0.6822694,0.4187405),(0.6864849,0.4228898),(0.6822693,0.4228898),(0.6906992,0.4270488),(0.6864849,0.4270488),(0.6822694,0.4270488),(0.6864849,0.4312323),(0.6822693,0.4312323),(0.6906992,0.4312323),(0.6949139,0.4270488),(0.6949139,0.4312323),(0.6780508,0.4187405),(0.6738272,0.4187405),(0.6780507,0.4228898),(0.6738272,0.4228898),(0.6695971,0.4187405),(0.6653587,0.4187405),(0.6695971,0.4228898),(0.6653587,0.4228898),(0.6738272,0.4270488),(0.6695971,0.4270488),(0.6653587,0.4270488),(0.6695971,0.4312323),(0.6653587,0.4312323),(0.6738272,0.4312323),(0.6780508,0.4270488),(0.6780507,0.4312323),(0.6611102,0.4187405),(0.6568571,0.4187405),(0.6611102,0.4228898),(0.6568571,0.4228898),(0.6526053,0.4187405),(0.6483604,0.4187405),(0.6526054,0.4228898),(0.6483604,0.4228898),(0.6568571,0.4270488),(0.6526054,0.4270488),(0.6483604,0.4270488),(0.6526053,0.4312323),(0.6483604,0.4312323),(0.6568571,0.4312323),(0.6611102,0.4270488),(0.6611102,0.4312323),(0.6441281,0.4187405),(0.6399043,0.4187405),(0.6441281,0.4228898),(0.6399043,0.4228898),(0.635685,0.4187405),(0.6314663,0.4187405),(0.635685,0.4228898),(0.6314663,0.4228898),(0.6399043,0.4270488),(0.635685,0.4270488),(0.6314663,0.4270488),(0.635685,0.4312323),(0.6314663,0.4312323),(0.6399043,0.4312323),(0.6441281,0.4270488),(0.6441281,0.4312323),(0.627244,0.4187405),(0.6230208,0.4187405),(0.627244,0.4228898),(0.6230209,0.4228898),(0.6187993,0.4187405),(0.6145822,0.4187405),(0.6187993,0.4228898),(0.6145822,0.4228898),(0.6230208,0.4270488),(0.6187993,0.4270488),(0.6145822,0.4270488),(0.6187993,0.4312323),(0.6145822,0.4312323),(0.6230209,0.4312323),(0.627244,0.4270488),(0.627244,0.4312323),(0.6103719,0.4187405),(0.6061606,0.4187405),(0.6103719,0.4228898),(0.6061606,0.4228898),(0.6019406,0.4187405),(0.5977041,0.4187405),(0.6019406,0.4228898),(0.5977041,0.4228898),(0.6061606,0.4270488),(0.6019406,0.4270488),(0.5977041,0.4270488),(0.6019406,0.4312323),(0.5977041,0.4312323),(0.6061606,0.4312323),(0.6103719,0.4270488),(0.6103719,0.4312323),(0.5934432,0.4187405),(0.589169,0.4187405),(0.5934432,0.4228898),(0.589169,0.4228898),(0.5848927,0.4187405),(0.5806257,0.4187405),(0.5848927,0.4228898),(0.5806257,0.4228898),(0.589169,0.4270488),(0.5848927,0.4270488),(0.5806257,0.4270488),(0.5848927,0.4312323),(0.5806257,0.4312323),(0.589169,0.4312323),(0.5934432,0.4270488),(0.5934432,0.4312323),(0.5763788,0.4187405),(0.572147,0.4187405),(0.5763788,0.4228898),(0.572147,0.4228898),(0.567925,0.4187405),(0.5637077,0.4187405),(0.567925,0.4228898),(0.5637077,0.4228898),(0.572147,0.4270488),(0.567925,0.4270488),(0.5637077,0.4270488),(0.567925,0.4312323),(0.5637077,0.4312323),(0.572147,0.4312323),(0.5763788,0.4270488),(0.5763788,0.4312323),(0.55949,0.4187405),(0.5552715,0.4187405),(0.55949,0.4228898),(0.5552715,0.4228898),(0.5510522,0.4187405),(0.5468317,0.4187405),(0.5510522,0.4228898),(0.5468317,0.4228898),(0.5552715,0.4270488),(0.5510522,0.4270488),(0.5468317,0.4270488),(0.5510522,0.4312323),(0.5468317,0.4312323),(0.5552715,0.4312323),(0.55949,0.4270488),(0.55949,0.4312323),(0.5426099,0.4187405),(0.5383899,0.4187405),(0.5426099,0.4228898),(0.5383899,0.4228898),(0.5341746,0.4187405),(0.5299669,0.4187405),(0.5341746,0.4228898),(0.5299669,0.4228898),(0.5383899,0.4270488),(0.5341746,0.4270488),(0.5299669,0.4270488),(0.5341746,0.4312323),(0.529967,0.4312323),(0.5383899,0.4312323),(0.5426099,0.4270488),(0.5426099,0.4312323),(0.52577,0.4187405),(0.5215818,0.4187405),(0.52577,0.4228898),(0.5215818,0.4228898),(0.5174,0.4187405),(0.5132228,0.4187405),(0.5174,0.4228898),(0.5132228,0.4228898),(0.5215818,0.4270488),(0.5174,0.4270488),(0.5132228,0.4270488),(0.5174,0.4312323),(0.5132228,0.4312323),(0.5215818,0.4312323),(0.52577,0.4270488),(0.52577,0.4312323),(0.5090478,0.4187405),(0.5048727,0.4187405),(0.5090478,0.4228898),(0.5048727,0.4228898),(0.5006949,0.4187405),(0.4965119,0.4187405),(0.5006949,0.4228898),(0.4965119,0.4228898),(0.5048727,0.4270488),(0.5006949,0.4270488),(0.4965119,0.4270488),(0.5006949,0.4312323),(0.4965119,0.4312323),(0.5048727,0.4312323),(0.5090478,0.4270488),(0.5090478,0.4312323),(0.4923214,0.4187405),(0.4881234,0.4187405),(0.4923214,0.4228898),(0.4881234,0.4228898),(0.4839184,0.4187405),(0.4797065,0.4187405),(0.4839184,0.4228898),(0.4797065,0.4228898),(0.4881234,0.4270488),(0.4839184,0.4270488),(0.4797065,0.4270488),(0.4839184,0.4312323),(0.4797064,0.4312323),(0.4881234,0.4312323),(0.4923214,0.4270488),(0.4923214,0.4312323),(0.4754879,0.4187405),(0.4712752,0.4187405),(0.4754879,0.4228898),(0.4712752,0.4228898),(0.4670808,0.4187405),(0.4629171,0.4187405),(0.4670808,0.4228898),(0.4629171,0.4228898),(0.4712752,0.4270488),(0.4670808,0.4270488),(0.4629171,0.4270488),(0.4670808,0.4312323),(0.4629171,0.4312323),(0.4712752,0.4312323),(0.4754879,0.4270488),(0.4754879,0.4312323),(0.4587967,0.4187405),(0.4547031,0.4187405),(0.4587967,0.4228898),(0.4547031,0.4228898),(0.4506197,0.4187405),(0.44653,0.4187405),(0.4506197,0.4228898),(0.44653,0.4228898),(0.4547031,0.4270488),(0.4506197,0.4270488),(0.44653,0.4270488),(0.4506197,0.4312323),(0.44653,0.4312323),(0.4547031,0.4312323),(0.4587967,0.4270488),(0.4587967,0.4312323),(0.4424174,0.4187405),(0.4382856,0.4187405),(0.4424174,0.4228898),(0.4382856,0.4228898),(0.4341379,0.4187405),(0.429978,0.4187405),(0.429978,0.4228898),(0.4341379,0.4228898),(0.4382856,0.4270488),(0.4341379,0.4270488),(0.429978,0.4270488),(0.429978,0.4312323),(0.4341379,0.4312323),(0.4382856,0.4312323),(0.4424174,0.4270488),(0.4424174,0.4312323),(0.4258092,0.4187405),(0.4216311,0.4187405),(0.4216312,0.4228898),(0.4258092,0.4228898),(0.4174434,0.4187405),(0.4132456,0.4187405),(0.4132456,0.4228898),(0.4174434,0.4228898),(0.4174434,0.4270488),(0.4216312,0.4270488),(0.4132456,0.4270488),(0.4132456,0.4312323),(0.4174434,0.4312323),(0.4216312,0.4312323),(0.4258092,0.4270488),(0.4258092,0.4312323),(0.4090372,0.4187405),(0.4048201,0.4187405),(0.4048201,0.4228898),(0.4090372,0.4228898),(0.4005963,0.4187405),(0.3963675,0.4187405),(0.3963675,0.4228898),(0.4005963,0.4228898),(0.4005963,0.4270488),(0.4048201,0.4270488),(0.3963675,0.4270488),(0.3963675,0.4312323),(0.4005963,0.4312323),(0.4048201,0.4312323),(0.4090372,0.4270488),(0.4090372,0.4312323),(0.3921357,0.4187405),(0.3879012,0.4187405),(0.3879012,0.4228898),(0.3921357,0.4228898),(0.3836642,0.4187405),(0.3794248,0.4187405),(0.3794249,0.4228898),(0.3836642,0.4228898),(0.3836642,0.4270488),(0.3879012,0.4270488),(0.3794248,0.4270488),(0.3794248,0.4312323),(0.3836642,0.4312323),(0.3879012,0.4312323),(0.3921357,0.4270488),(0.3921357,0.4312323),(0.3751834,0.4187405),(0.3709441,0.4187405),(0.3709441,0.4228898),(0.3751834,0.4228898),(0.3667112,0.4187405),(0.3624887,0.4187405),(0.3624887,0.4228898),(0.3667112,0.4228898),(0.3667112,0.4270488),(0.3709442,0.4270488),(0.3624887,0.4270488),(0.3624887,0.4312323),(0.3667112,0.4312323),(0.3709441,0.4312323),(0.3751834,0.4270488),(0.3751834,0.4312323),(0.358281,0.4187405),(0.3540821,0.4187405),(0.3540821,0.4228898),(0.358281,0.4228898),(0.3498864,0.4187405),(0.3456882,0.4187405),(0.3456882,0.4228898),(0.3498864,0.4228898),(0.3498864,0.4270488),(0.3540821,0.4270488),(0.3456882,0.4270488),(0.3456882,0.4312323),(0.3498864,0.4312323),(0.3540821,0.4312323),(0.3582809,0.4270488),(0.358281,0.4312323),(0.3414817,0.4187405),(0.3372694,0.4187405),(0.3372695,0.4228898),(0.3414817,0.4228898),(0.3330541,0.4187405),(0.3288383,0.4187405),(0.3288383,0.4228898),(0.3330541,0.4228898),(0.3330541,0.4270488),(0.3372695,0.4270488),(0.3288383,0.4270488),(0.3288383,0.4312323),(0.3330541,0.4312323),(0.3372695,0.4312323),(0.3414817,0.4270488),(0.3414817,0.4312323),(0.3246247,0.4187405),(0.3204179,0.4187405),(0.3204179,0.4228898),(0.3246247,0.4228898),(0.3162228,0.4187405),(0.3120441,0.4187405),(0.3120441,0.4228898),(0.3162228,0.4228898),(0.3162228,0.4270488),(0.3204179,0.4270488),(0.3120441,0.4270488),(0.3120441,0.4312323),(0.3162228,0.4312323),(0.3204179,0.4312323),(0.3246247,0.4270488),(0.3246247,0.4312323),(0.3078868,0.4187405),(0.3037427,0.4187405),(0.3037427,0.4228898),(0.3078868,0.4228898),(0.2996041,0.4187405),(0.2954631,0.4187405),(0.2954631,0.4228898),(0.2996041,0.4228898),(0.2996041,0.4270488),(0.3037428,0.4270488),(0.2954631,0.4270488),(0.2954631,0.4312323),(0.2996041,0.4312323),(0.3037427,0.4312323),(0.3078868,0.4270488),(0.3078868,0.4312323),(0.2913116,0.4187405),(0.2871543,0.4187405),(0.2871543,0.4228898),(0.2913116,0.4228898),(0.2829956,0.4187405),(0.2788399,0.4187405),(0.2788399,0.4228898),(0.2829956,0.4228898),(0.2829956,0.4270488),(0.2871543,0.4270488),(0.2788399,0.4270488),(0.2788399,0.4312323),(0.2829956,0.4312323),(0.2871543,0.4312323),(0.2913116,0.4270488),(0.2913116,0.4312323),(0.2746918,0.4187405),(0.2705556,0.4187405),(0.2705556,0.4228898),(0.2746918,0.4228898),(0.2664356,0.4187405),(0.262336,0.4187405),(0.262336,0.4228898),(0.2664356,0.4228898),(0.2664356,0.4270488),(0.2705556,0.4270488),(0.262336,0.4270488),(0.262336,0.4312323),(0.2664356,0.4312323),(0.2705556,0.4312323),(0.2746918,0.4270488),(0.2746918,0.4312323),(0.2582613,0.4187405),(0.254209,0.4187405),(0.254209,0.4228898),(0.2582613,0.4228898),(0.2501769,0.4187405),(0.2461624,0.4187405),(0.2461624,0.4228898),(0.2501769,0.4228898),(0.2501769,0.4270488),(0.254209,0.4270488),(0.2461624,0.4270488),(0.2461624,0.4312323),(0.2501769,0.4312323),(0.254209,0.4312323),(0.2582613,0.4270488),(0.2582613,0.4312323),(0.2421634,0.4187405),(0.238164,0.4187405),(0.238164,0.4228898),(0.2421634,0.4228898),(0.2341487,0.4187405),(0.2301017,0.4187405),(0.2301017,0.4228898),(0.2341487,0.4228898),(0.2341487,0.4270488),(0.238164,0.4270488),(0.2301017,0.4270488),(0.2301017,0.4312323),(0.2341487,0.4312323),(0.238164,0.4312323),(0.2421634,0.4270488),(0.2421634,0.4312323),(0.2260074,0.4187405),(0.2218787,0.4187405),(0.2218787,0.4228898),(0.2260074,0.4228898),(0.2177283,0.4187405),(0.2135691,0.4187405),(0.2135692,0.4228898),(0.2177283,0.4228898),(0.2177283,0.4270488),(0.2218787,0.4270488),(0.2135691,0.4270488),(0.2135692,0.4312323),(0.2177283,0.4312323),(0.2218787,0.4312323),(0.2260074,0.4270488),(0.2260074,0.4312323),(0.2094141,0.4187405),(0.2052627,0.4187405),(0.2052627,0.4228898),(0.2094141,0.4228898),(0.2011147,0.4187405),(0.1969699,0.4187405),(0.1969699,0.4228898),(0.2011147,0.4228898),(0.2011147,0.4270488),(0.2052627,0.4270488),(0.1969699,0.4270488),(0.1969699,0.4312323),(0.2011147,0.4312323),(0.2052627,0.4312323),(0.2094141,0.4270488),(0.2094141,0.4312323),(0.1928277,0.4187405),(0.1886888,0.4187405),(0.1886888,0.4228898),(0.1928277,0.4228898),(0.1845533,0.4187405),(0.1804218,0.4187405),(0.1804218,0.4228898),(0.1845533,0.4228898),(0.1845533,0.4270488),(0.1886888,0.4270488),(0.1804218,0.4270488),(0.1804218,0.4312323),(0.1845533,0.4312323),(0.1886888,0.4312323),(0.1928277,0.4270488),(0.1928277,0.4312323),(0.1762946,0.4187405),(0.1721701,0.4187405),(0.1721701,0.4228898),(0.1762946,0.4228898),(0.1680468,0.4187405),(0.163923,0.4187405),(0.163923,0.4228898),(0.1680468,0.4228898),(0.1680468,0.4270488),(0.1721701,0.4270488),(0.163923,0.4270488),(0.1680468,0.4312323),(0.163923,0.4312323),(0.1721701,0.4312323),(0.1762946,0.4270488),(0.1762946,0.4312323),(0.1597973,0.4187405),(0.1556691,0.4187405),(0.1597973,0.4228898),(0.1556691,0.4228898),(0.1515382,0.4187405),(0.1474041,0.4187405),(0.1515382,0.4228898),(0.1474041,0.4228898),(0.1556691,0.4270488),(0.1515382,0.4270488),(0.1474041,0.4270488),(0.1474041,0.4312323),(0.1515382,0.4312323),(0.1556691,0.4312323),(0.1597973,0.4270488),(0.1597973,0.4312323),(0.1432664,0.4187405),(0.1391259,0.4187405),(0.1432664,0.4228898),(0.1391259,0.4228898),(0.134983,0.4187405),(0.1308385,0.4187405),(0.134983,0.4228898),(0.1308385,0.4228898),(0.1391259,0.4270488),(0.134983,0.4270488),(0.1308385,0.4270488),(0.1308385,0.4312323),(0.134983,0.4312323),(0.1391259,0.4312323),(0.1432664,0.4270488),(0.1432664,0.4312323),(0.126693,0.4187405),(0.12255,0.4187405),(0.126693,0.4228898),(0.12255,0.4228898),(0.1184131,0.4187405),(0.1142857,0.4187405),(0.1142857,0.4228898),(0.1184131,0.4228898),(0.1184131,0.4270488),(0.12255,0.4270488),(0.1142857,0.4270488),(0.1142857,0.4312323),(0.1184131,0.4312323),(0.12255,0.4312323),(0.126693,0.4270488),(0.126693,0.4312323),(0.1101713,0.4187405),(0.1060752,0.4187405),(0.1060752,0.4228898),(0.1101713,0.4228898),(0.1020023,0.4187405),(0.09795791,0.4187405),(0.09795791,0.4228898),(0.1020023,0.4228898),(0.1020023,0.4270488),(0.1060752,0.4270488),(0.09795791,0.4270488),(0.09795791,0.4312323),(0.1020023,0.4312323),(0.1060752,0.4312323),(0.1101713,0.4270488),(0.1101713,0.4312323),(0.09394707,0.4187405),(0.08994583,0.4187405),(0.08994584,0.4228898),(0.09394707,0.4228898),(0.08593026,0.4187405),(0.08187638,0.4187405),(0.08187637,0.4228898),(0.08593025,0.4228898),(0.08593026,0.4270488),(0.08994584,0.4270488),(0.08187638,0.4270488),(0.08187638,0.4312323),(0.08593026,0.4312323),(0.08994584,0.4312323),(0.09394707,0.4270488),(0.09394707,0.4312323),(0.07776025,0.4187405),(0.07361087,0.4187405),(0.07361087,0.4228898),(0.07776025,0.4228898),(0.06945725,0.4187405),(0.06532837,0.4187405),(0.06532837,0.4228898),(0.06945725,0.4228898),(0.06945725,0.4270488),(0.07361087,0.4270488),(0.06532837,0.4270488),(0.06532837,0.4312323),(0.06945725,0.4312323),(0.07361087,0.4312323),(0.07776025,0.4270488),(0.07776025,0.4312323),(0.06125325,0.4187405),(0.05721605,0.4187405),(0.05721604,0.4228898),(0.06125325,0.4228898),(0.05320094,0.4187405),(0.0491921,0.4187405),(0.04919209,0.4228898),(0.05320094,0.4228898),(0.05320094,0.4270488),(0.05721605,0.4270488),(0.0491921,0.4270488),(0.04919209,0.4312323),(0.05320094,0.4312323),(0.05721605,0.4312323),(0.06125325,0.4270488),(0.06125325,0.4312323),(0.04517369,0.4187405),(0.04115105,0.4187405),(0.04115105,0.4228898),(0.04517369,0.4228898),(0.0371295,0.4187405),(0.03311438,0.4187405),(0.03311437,0.4228898),(0.0371295,0.4228898),(0.0371295,0.4270488),(0.04115105,0.4270488),(0.03311438,0.4270488),(0.03311438,0.4312323),(0.0371295,0.4312323),(0.04115105,0.4312323),(0.04517369,0.4270488),(0.04517369,0.4312323),(0.029111,0.4187405),(0.02511186,0.4187405),(0.02511186,0.4228898),(0.029111,0.4228898),(0.02110944,0.4187405),(0.01709622,0.4187405),(0.02110944,0.4228898),(0.01709622,0.4228898),(0.02511186,0.4270488),(0.02110944,0.4270488),(0.01709622,0.4270488),(0.01709622,0.4312323),(0.02110944,0.4312323),(0.02511186,0.4312323),(0.029111,0.4270488),(0.029111,0.4312323),(0.01306469,0.4187405),(0.009019421,0.418743),(0.009019421,0.4228892),(0.01306469,0.4228898),(0.004965,0.4187505),(0.000906,0.4187605),(0.000906,0.422885),(0.004965,0.4228874),(0.004965,0.4270291),(0.009019421,0.4270439),(0.000906,0.4270095),(0.000906,0.431134),(0.004965,0.4312028),(0.009019421,0.4312249),(0.01306469,0.4270488),(0.01306469,0.4312323),(0.999094,0.4354157),(0.9951518,0.4354354),(0.9912093,0.4354502),(0.9912093,0.4397045),(0.9951518,0.4397015),(0.999094,0.4396975),(0.9872664,0.4354551),(0.983323,0.4354551),(0.983323,0.4397055),(0.9872664,0.4397055),(0.9872664,0.4439719),(0.9912093,0.4439728),(0.983323,0.4439719),(0.983323,0.4482427),(0.9872664,0.4482427),(0.9912093,0.4482441),(0.9951518,0.4439756),(0.999094,0.4439793),(0.9951518,0.4482482),(0.999094,0.448261),(0.9793787,0.4354551),(0.9754275,0.4354551),(0.9754274,0.4397055),(0.9793787,0.4397055),(0.9714631,0.4354551),(0.9674796,0.4354551),(0.9714631,0.4397055),(0.9674796,0.4397055),(0.9714631,0.4439719),(0.9754274,0.4439719),(0.9674796,0.4439719),(0.9674796,0.4482427),(0.9714631,0.4482427),(0.9754274,0.4482427),(0.9793787,0.4439719),(0.9793787,0.4482427),(0.9634706,0.4354551),(0.9594426,0.4354551),(0.9634707,0.4397055),(0.9594426,0.4397055),(0.9554016,0.4354551),(0.9513539,0.4354551),(0.9554016,0.4397055),(0.9513539,0.4397055),(0.9594426,0.4439719),(0.9554016,0.4439719),(0.9513539,0.4439719),(0.9554016,0.4482427),(0.9513539,0.4482427),(0.9594425,0.4482427),(0.9634707,0.4439719),(0.9634706,0.4482427),(0.9473058,0.4354551),(0.9432498,0.4354551),(0.9473058,0.4397055),(0.9432497,0.4397055),(0.9391782,0.4354551),(0.9350839,0.4354551),(0.9391783,0.4397055),(0.9350839,0.4397055),(0.9432497,0.4439719),(0.9391782,0.4439719),(0.9350839,0.4439719),(0.9391783,0.4482427),(0.9350839,0.4482427),(0.9432497,0.4482427),(0.9473058,0.4439719),(0.9473058,0.4482427),(0.930959,0.4354551),(0.9268106,0.4354551),(0.930959,0.4397055),(0.9268106,0.4397055),(0.9226453,0.4354551),(0.9184701,0.4354551),(0.9226453,0.4397055),(0.9184701,0.4397055),(0.9268106,0.4439719),(0.9226453,0.4439719),(0.9184701,0.4439719),(0.9226453,0.4482427),(0.9184701,0.4482427),(0.9268106,0.4482427),(0.930959,0.4439719),(0.930959,0.4482427),(0.9142919,0.4354551),(0.910111,0.4354551),(0.9142919,0.4397055),(0.9101109,0.4397055),(0.9059278,0.4354551),(0.9017429,0.4354551),(0.9059278,0.4397055),(0.9017429,0.4397055),(0.910111,0.4439719),(0.9059278,0.4439719),(0.9017429,0.4439719),(0.9059278,0.4482427),(0.9017428,0.4482427),(0.9101109,0.4482427),(0.9142919,0.4439719),(0.9142919,0.4482427),(0.8975567,0.4354551),(0.8933688,0.4354551),(0.8975567,0.4397055),(0.8933688,0.4397055),(0.8891787,0.4354551),(0.8849859,0.4354551),(0.8891788,0.4397055),(0.8849859,0.4397055),(0.8933688,0.4439719),(0.8891787,0.4439719),(0.8849859,0.4439719),(0.8891788,0.4482427),(0.8849859,0.4482427),(0.8933688,0.4482427),(0.8975567,0.4439719),(0.8975567,0.4482427),(0.8807898,0.4354551),(0.8765806,0.4354551),(0.8807898,0.4397055),(0.8765807,0.4397055),(0.8723488,0.4354551),(0.8680845,0.4354551),(0.8723488,0.4397055),(0.8680845,0.4397055),(0.8765806,0.4439719),(0.8723488,0.4439719),(0.8680845,0.4439719),(0.8723488,0.4482427),(0.8680845,0.4482427),(0.8765806,0.4482427),(0.8807898,0.4439719),(0.8807898,0.4482427),(0.8637781,0.4354551),(0.8594491,0.4354551),(0.8637781,0.4397055),(0.8594491,0.4397055),(0.8551173,0.4354551),(0.8508024,0.4354551),(0.8551173,0.4397055),(0.8508024,0.4397055),(0.8594491,0.4439719),(0.8551173,0.4439719),(0.8508024,0.4439719),(0.8551173,0.4482427),(0.8508024,0.4482427),(0.859449,0.4482427),(0.8637781,0.4439719),(0.8637781,0.4482427),(0.846524,0.4354551),(0.8422731,0.4354551),(0.846524,0.4397055),(0.8422731,0.4397055),(0.8380403,0.4354551),(0.8338165,0.4354551),(0.8380403,0.4397055),(0.8338165,0.4397055),(0.8422731,0.4439719),(0.8380403,0.4439719),(0.8338165,0.4439719),(0.8380404,0.4482427),(0.8338165,0.4482427),(0.8422731,0.4482427),(0.846524,0.4439719),(0.846524,0.4482427),(0.8295926,0.4354551),(0.8253628,0.4354551),(0.8295926,0.4397055),(0.8253628,0.4397055),(0.8211217,0.4354551),(0.8168637,0.4354551),(0.8211217,0.4397055),(0.8168637,0.4397055),(0.8253628,0.4439719),(0.8211217,0.4439719),(0.8168637,0.4439719),(0.8211217,0.4482427),(0.8168637,0.4482427),(0.8253628,0.4482427),(0.8295926,0.4439719),(0.8295926,0.4482427),(0.8125832,0.4354551),(0.8082899,0.4354551),(0.8125832,0.4397055),(0.8082899,0.4397055),(0.8039935,0.4354551),(0.7997035,0.4354551),(0.8039935,0.4397055),(0.7997035,0.4397055),(0.8082899,0.4439719),(0.8039935,0.4439719),(0.7997035,0.4439719),(0.8039935,0.4482427),(0.7997035,0.4482427),(0.8082899,0.4482427),(0.8125832,0.4439719),(0.8125832,0.4482427),(0.7954297,0.4354551),(0.7911757,0.4354551),(0.7954297,0.4397055),(0.7911757,0.4397055),(0.7869452,0.4354551),(0.7827417,0.4354551),(0.7869452,0.4397055),(0.7827417,0.4397055),(0.7911757,0.4439719),(0.7869452,0.4439719),(0.7827417,0.4439719),(0.7869452,0.4482427),(0.7827417,0.4482427),(0.7911757,0.4482427),(0.7954297,0.4439719),(0.7954297,0.4482427),(0.7785689,0.4354551),(0.7744211,0.4354551),(0.7785689,0.4397055),(0.7744212,0.4397055),(0.7702925,0.4354551),(0.7661775,0.4354551),(0.7661775,0.4397055),(0.7702925,0.4397055),(0.7744212,0.4439719),(0.7702925,0.4439719),(0.7661775,0.4439719),(0.7702925,0.4482427),(0.7661775,0.4482427),(0.7744212,0.4482427),(0.778569,0.4439719),(0.778569,0.4482427),(0.7620703,0.4354551),(0.757961,0.4354551),(0.757961,0.4397055),(0.7620703,0.4397055),(0.7538399,0.4354551),(0.7496969,0.4354551),(0.7538399,0.4397055),(0.7496969,0.4397055),(0.757961,0.4439719),(0.7538399,0.4439719),(0.7496969,0.4439719),(0.7538399,0.4482427),(0.7496969,0.4482427),(0.757961,0.4482427),(0.7620703,0.4439719),(0.7620703,0.4482427),(0.7455223,0.4354551),(0.7413244,0.4354551),(0.7455223,0.4397055),(0.7413245,0.4397055),(0.7371117,0.4354551),(0.7328922,0.4354551),(0.7371117,0.4397055),(0.7328923,0.4397055),(0.7413245,0.4439719),(0.7371117,0.4439719),(0.7328922,0.4439719),(0.7371117,0.4482427),(0.7328922,0.4482427),(0.7413245,0.4482427),(0.7455223,0.4439719),(0.7455223,0.4482427),(0.7286744,0.4354551),(0.7244572,0.4354551),(0.7286744,0.4397055),(0.7244572,0.4397055),(0.7202395,0.4354551),(0.71602,0.4354551),(0.7202395,0.4397055),(0.71602,0.4397055),(0.7244572,0.4439719),(0.7202395,0.4439719),(0.71602,0.4439719),(0.7202394,0.4482427),(0.71602,0.4482427),(0.7244572,0.4482427),(0.7286744,0.4439719),(0.7286744,0.4482427),(0.7117977,0.4354551),(0.7075742,0.4354551),(0.7117977,0.4397055),(0.7075742,0.4397055),(0.7033514,0.4354551),(0.6991307,0.4354551),(0.7033514,0.4397055),(0.6991307,0.4397055),(0.7075742,0.4439719),(0.7033514,0.4439719),(0.6991307,0.4439719),(0.6991307,0.4482427),(0.7033514,0.4482427),(0.7075742,0.4482427),(0.7117977,0.4439719),(0.7117977,0.4482427),(0.6949139,0.4354551),(0.6906992,0.4354551),(0.6949139,0.4397055),(0.6906992,0.4397055),(0.6864849,0.4354551),(0.6822694,0.4354551),(0.6864849,0.4397055),(0.6822693,0.4397055),(0.6906992,0.4439719),(0.6864849,0.4439719),(0.6822694,0.4439719),(0.6822693,0.4482427),(0.6864849,0.4482427),(0.6906992,0.4482427),(0.6949139,0.4439719),(0.6949139,0.4482427),(0.6780508,0.4354551),(0.6738272,0.4354551),(0.6780507,0.4397055),(0.6738272,0.4397055),(0.6695971,0.4354551),(0.6653587,0.4354551),(0.6695971,0.4397055),(0.6653587,0.4397055),(0.6738272,0.4439719),(0.6695971,0.4439719),(0.6653587,0.4439719),(0.6653587,0.4482427),(0.6695971,0.4482427),(0.6738272,0.4482427),(0.6780508,0.4439719),(0.6780507,0.4482427),(0.6611102,0.4354551),(0.6568571,0.4354551),(0.6611102,0.4397055),(0.6568571,0.4397055),(0.6526053,0.4354551),(0.6483604,0.4354551),(0.6526054,0.4397055),(0.6483604,0.4397055),(0.6568571,0.4439719),(0.6526054,0.4439719),(0.6483604,0.4439719),(0.6526053,0.4482427),(0.6483604,0.4482427),(0.6568571,0.4482427),(0.6611102,0.4439719),(0.6611102,0.4482427),(0.6441281,0.4354551),(0.6399043,0.4354551),(0.6441281,0.4397055),(0.6399043,0.4397055),(0.635685,0.4354551),(0.6314663,0.4354551),(0.635685,0.4397055),(0.6314663,0.4397055),(0.6399043,0.4439719),(0.635685,0.4439719),(0.6314663,0.4439719),(0.635685,0.4482427),(0.6314663,0.4482427),(0.6399043,0.4482427),(0.6441281,0.4439719),(0.6441281,0.4482427),(0.627244,0.4354551),(0.6230208,0.4354551),(0.627244,0.4397055),(0.6230209,0.4397055),(0.6187993,0.4354551),(0.6145822,0.4354551),(0.6187993,0.4397055),(0.6145822,0.4397055),(0.6230208,0.4439719),(0.6187993,0.4439719),(0.6145822,0.4439719),(0.6187993,0.4482427),(0.6145822,0.4482427),(0.6230209,0.4482427),(0.627244,0.4439719),(0.627244,0.4482427),(0.6103719,0.4354551),(0.6061606,0.4354551),(0.6103719,0.4397055),(0.6061606,0.4397055),(0.6019406,0.4354551),(0.5977041,0.4354551),(0.6019406,0.4397055),(0.5977041,0.4397055),(0.6061606,0.4439719),(0.6019406,0.4439719),(0.5977041,0.4439719),(0.6019406,0.4482427),(0.5977041,0.4482427),(0.6061606,0.4482427),(0.6103719,0.4439719),(0.6103719,0.4482427),(0.5934432,0.4354551),(0.589169,0.4354551),(0.5934432,0.4397055),(0.589169,0.4397055),(0.5848927,0.4354551),(0.5806257,0.4354551),(0.5848927,0.4397055),(0.5806257,0.4397055),(0.589169,0.4439719),(0.5848927,0.4439719),(0.5806257,0.4439719),(0.5848927,0.4482427),(0.5806257,0.4482427),(0.589169,0.4482427),(0.5934432,0.4439719),(0.5934432,0.4482427),(0.5763788,0.4354551),(0.572147,0.4354551),(0.5763788,0.4397055),(0.572147,0.4397055),(0.567925,0.4354551),(0.5637077,0.4354551),(0.567925,0.4397055),(0.5637077,0.4397055),(0.572147,0.4439719),(0.567925,0.4439719),(0.5637077,0.4439719),(0.567925,0.4482427),(0.5637077,0.4482427),(0.572147,0.4482427),(0.5763788,0.4439719),(0.5763788,0.4482427),(0.55949,0.4354551),(0.5552715,0.4354551),(0.55949,0.4397055),(0.5552715,0.4397055),(0.5510522,0.4354551),(0.5468317,0.4354551),(0.5510522,0.4397055),(0.5468317,0.4397055),(0.5552715,0.4439719),(0.5510522,0.4439719),(0.5468317,0.4439719),(0.5510522,0.4482427),(0.5468317,0.4482427),(0.5552715,0.4482427),(0.55949,0.4439719),(0.55949,0.4482427),(0.5426099,0.4354551),(0.5383899,0.4354551),(0.5426099,0.4397055),(0.5383899,0.4397055),(0.5341746,0.4354551),(0.5299669,0.4354551),(0.5341746,0.4397055),(0.5299669,0.4397055),(0.5383899,0.4439719),(0.5341746,0.4439719),(0.5299669,0.4439719),(0.5341746,0.4482427),(0.529967,0.4482427),(0.5383899,0.4482427),(0.5426099,0.4439719),(0.5426099,0.4482427),(0.52577,0.4354551),(0.5215818,0.4354551),(0.52577,0.4397055),(0.5215818,0.4397055),(0.5174,0.4354551),(0.5132228,0.4354551),(0.5174,0.4397055),(0.5132228,0.4397055),(0.5215818,0.4439719),(0.5174,0.4439719),(0.5132228,0.4439719),(0.5174,0.4482427),(0.5132228,0.4482427),(0.5215818,0.4482427),(0.52577,0.4439719),(0.52577,0.4482427),(0.5090478,0.4354551),(0.5048727,0.4354551),(0.5090478,0.4397055),(0.5048727,0.4397055),(0.5006949,0.4354551),(0.4965119,0.4354551),(0.5006949,0.4397055),(0.4965119,0.4397055),(0.5048727,0.4439719),(0.5006949,0.4439719),(0.4965119,0.4439719),(0.5006949,0.4482427),(0.4965119,0.4482427),(0.5048727,0.4482427),(0.5090478,0.4439719),(0.5090478,0.4482427),(0.4923214,0.4354551),(0.4881234,0.4354551),(0.4923214,0.4397055),(0.4881234,0.4397055),(0.4839184,0.4354551),(0.4797065,0.4354551),(0.4839184,0.4397055),(0.4797065,0.4397055),(0.4881234,0.4439719),(0.4839184,0.4439719),(0.4797065,0.4439719),(0.4839184,0.4482427),(0.4797064,0.4482427),(0.4881234,0.4482427),(0.4923214,0.4439719),(0.4923214,0.4482427),(0.4754879,0.4354551),(0.4712752,0.4354551),(0.4754879,0.4397055),(0.4712752,0.4397055),(0.4670808,0.4354551),(0.4629171,0.4354551),(0.4670808,0.4397055),(0.4629171,0.4397055),(0.4712752,0.4439719),(0.4670808,0.4439719),(0.4629171,0.4439719),(0.4670808,0.4482427),(0.4629171,0.4482427),(0.4712752,0.4482427),(0.4754879,0.4439719),(0.4754879,0.4482427),(0.4587967,0.4354551),(0.4547031,0.4354551),(0.4587967,0.4397055),(0.4547031,0.4397055),(0.4506197,0.4354551),(0.44653,0.4354551),(0.4506197,0.4397055),(0.44653,0.4397055),(0.4547031,0.4439719),(0.4506197,0.4439719),(0.44653,0.4439719),(0.4506197,0.4482427),(0.44653,0.4482427),(0.4547031,0.4482427),(0.4587967,0.4439719),(0.4587967,0.4482427),(0.4424174,0.4354551),(0.4382856,0.4354551),(0.4424174,0.4397055),(0.4382856,0.4397055),(0.4341379,0.4354551),(0.429978,0.4354551),(0.4341379,0.4397055),(0.429978,0.4397055),(0.4382856,0.4439719),(0.4341379,0.4439719),(0.429978,0.4439719),(0.4341379,0.4482427),(0.429978,0.4482427),(0.4382856,0.4482427),(0.4424174,0.4439719),(0.4424174,0.4482427),(0.4258092,0.4354551),(0.4216311,0.4354551),(0.4216312,0.4397055),(0.4258092,0.4397055),(0.4174434,0.4354551),(0.4132456,0.4354551),(0.4132456,0.4397055),(0.4174434,0.4397055),(0.4216312,0.4439719),(0.4174434,0.4439719),(0.4132456,0.4439719),(0.4174434,0.4482427),(0.4132456,0.4482427),(0.4216312,0.4482427),(0.4258092,0.4439719),(0.4258092,0.4482427),(0.4090372,0.4354551),(0.4048201,0.4354551),(0.4048201,0.4397055),(0.4090372,0.4397055),(0.4005963,0.4354551),(0.3963675,0.4354551),(0.3963675,0.4397055),(0.4005963,0.4397055),(0.4005963,0.4439719),(0.4048201,0.4439719),(0.3963675,0.4439719),(0.3963675,0.4482427),(0.4005963,0.4482427),(0.4048201,0.4482427),(0.4090372,0.4439719),(0.4090372,0.4482427),(0.3921357,0.4354551),(0.3879012,0.4354551),(0.3879012,0.4397055),(0.3921357,0.4397055),(0.3836642,0.4354551),(0.3794248,0.4354551),(0.3794249,0.4397055),(0.3836642,0.4397055),(0.3836642,0.4439719),(0.3879012,0.4439719),(0.3794248,0.4439719),(0.3794248,0.4482427),(0.3836642,0.4482427),(0.3879012,0.4482427),(0.3921357,0.4439719),(0.3921357,0.4482427),(0.3751834,0.4354551),(0.3709441,0.4354551),(0.3709441,0.4397055),(0.3751834,0.4397055),(0.3667112,0.4354551),(0.3624887,0.4354551),(0.3624887,0.4397055),(0.3667112,0.4397055),(0.3667112,0.4439719),(0.3709442,0.4439719),(0.3624887,0.4439719),(0.3624887,0.4482427),(0.3667112,0.4482427),(0.3709441,0.4482427),(0.3751834,0.4439719),(0.3751834,0.4482427),(0.358281,0.4354551),(0.3540821,0.4354551),(0.3540821,0.4397055),(0.358281,0.4397055),(0.3498864,0.4354551),(0.3456882,0.4354551),(0.3456882,0.4397055),(0.3498864,0.4397055),(0.3498864,0.4439719),(0.3540821,0.4439719),(0.3456882,0.4439719),(0.3456882,0.4482427),(0.3498864,0.4482427),(0.3540821,0.4482427),(0.3582809,0.4439719),(0.358281,0.4482427),(0.3414817,0.4354551),(0.3372694,0.4354551),(0.3372695,0.4397055),(0.3414817,0.4397055),(0.3330541,0.4354551),(0.3288383,0.4354551),(0.3288383,0.4397055),(0.3330541,0.4397055),(0.3330541,0.4439719),(0.3372695,0.4439719),(0.3288383,0.4439719),(0.3288383,0.4482427),(0.3330541,0.4482427),(0.3372695,0.4482427),(0.3414817,0.4439719),(0.3414817,0.4482427),(0.3246247,0.4354551),(0.3204179,0.4354551),(0.3204179,0.4397055),(0.3246247,0.4397055),(0.3162228,0.4354551),(0.3120441,0.4354551),(0.3120441,0.4397055),(0.3162228,0.4397055),(0.3162228,0.4439719),(0.3204179,0.4439719),(0.3120441,0.4439719),(0.3120441,0.4482427),(0.3162228,0.4482427),(0.3204179,0.4482427),(0.3246247,0.4439719),(0.3246247,0.4482427),(0.3078868,0.4354551),(0.3037427,0.4354551),(0.3037427,0.4397055),(0.3078868,0.4397055),(0.2996041,0.4354551),(0.2954631,0.4354551),(0.2954631,0.4397055),(0.2996041,0.4397055),(0.2996041,0.4439719),(0.3037428,0.4439719),(0.2954631,0.4439719),(0.2954631,0.4482427),(0.2996041,0.4482427),(0.3037427,0.4482427),(0.3078868,0.4439719),(0.3078868,0.4482427),(0.2913116,0.4354551),(0.2871543,0.4354551),(0.2871543,0.4397055),(0.2913116,0.4397055),(0.2829956,0.4354551),(0.2788399,0.4354551),(0.2788399,0.4397055),(0.2829956,0.4397055),(0.2829956,0.4439719),(0.2871543,0.4439719),(0.2788399,0.4439719),(0.2788399,0.4482427),(0.2829956,0.4482427),(0.2871543,0.4482427),(0.2913116,0.4439719),(0.2913116,0.4482427),(0.2746918,0.4354551),(0.2705556,0.4354551),(0.2705556,0.4397055),(0.2746918,0.4397055),(0.2664356,0.4354551),(0.262336,0.4354551),(0.262336,0.4397055),(0.2664356,0.4397055),(0.2664356,0.4439719),(0.2705556,0.4439719),(0.262336,0.4439719),(0.262336,0.4482427),(0.2664356,0.4482427),(0.2705556,0.4482427),(0.2746918,0.4439719),(0.2746918,0.4482427),(0.2582613,0.4354551),(0.254209,0.4354551),(0.254209,0.4397055),(0.2582613,0.4397055),(0.2501769,0.4354551),(0.2461624,0.4354551),(0.2461624,0.4397055),(0.2501769,0.4397055),(0.2501769,0.4439719),(0.254209,0.4439719),(0.2461624,0.4439719),(0.2461624,0.4482427),(0.2501769,0.4482427),(0.254209,0.4482427),(0.2582613,0.4439719),(0.2582613,0.4482427),(0.2421634,0.4354551),(0.238164,0.4354551),(0.238164,0.4397055),(0.2421634,0.4397055),(0.2341487,0.4354551),(0.2301017,0.4354551),(0.2301017,0.4397055),(0.2341487,0.4397055),(0.2341487,0.4439719),(0.238164,0.4439719),(0.2301017,0.4439719),(0.2301017,0.4482427),(0.2341487,0.4482427),(0.238164,0.4482427),(0.2421634,0.4439719),(0.2421634,0.4482427),(0.2260074,0.4354551),(0.2218787,0.4354551),(0.2218787,0.4397055),(0.2260074,0.4397055),(0.2177283,0.4354551),(0.2135691,0.4354551),(0.2135692,0.4397055),(0.2177283,0.4397055),(0.2177283,0.4439719),(0.2218787,0.4439719),(0.2135691,0.4439719),(0.2135692,0.4482427),(0.2177283,0.4482427),(0.2218787,0.4482427),(0.2260074,0.4439719),(0.2260074,0.4482427),(0.2094141,0.4354551),(0.2052627,0.4354551),(0.2052627,0.4397055),(0.2094141,0.4397055),(0.2011147,0.4354551),(0.1969699,0.4354551),(0.1969699,0.4397055),(0.2011147,0.4397055),(0.2011147,0.4439719),(0.2052627,0.4439719),(0.1969699,0.4439719),(0.2011147,0.4482427),(0.1969699,0.4482427),(0.2052627,0.4482427),(0.2094141,0.4439719),(0.2094141,0.4482427),(0.1928277,0.4354551),(0.1886888,0.4354551),(0.1886888,0.4397055),(0.1928277,0.4397055),(0.1845533,0.4354551),(0.1804218,0.4354551),(0.1845533,0.4397055),(0.1804218,0.4397055),(0.1886888,0.4439719),(0.1845533,0.4439719),(0.1804218,0.4439719),(0.1845533,0.4482427),(0.1804218,0.4482427),(0.1886888,0.4482427),(0.1928277,0.4439719),(0.1928277,0.4482427),(0.1762946,0.4354551),(0.1721701,0.4354551),(0.1762946,0.4397055),(0.1721701,0.4397055),(0.1680468,0.4354551),(0.163923,0.4354551),(0.1680468,0.4397055),(0.163923,0.4397055),(0.1680468,0.4439719),(0.1721701,0.4439719),(0.163923,0.4439719),(0.163923,0.4482427),(0.1680468,0.4482427),(0.1721701,0.4482427),(0.1762946,0.4439719),(0.1762946,0.4482427),(0.1597973,0.4354551),(0.1556691,0.4354551),(0.1556691,0.4397055),(0.1597973,0.4397055),(0.1515382,0.4354551),(0.1474041,0.4354551),(0.1474041,0.4397055),(0.1515382,0.4397055),(0.1515382,0.4439719),(0.1556691,0.4439719),(0.1474041,0.4439719),(0.1474041,0.4482427),(0.1515382,0.4482427),(0.1556691,0.4482427),(0.1597973,0.4439719),(0.1597973,0.4482427),(0.1432664,0.4354551),(0.1391259,0.4354551),(0.1391259,0.4397055),(0.1432664,0.4397055),(0.134983,0.4354551),(0.1308385,0.4354551),(0.1308385,0.4397055),(0.134983,0.4397055),(0.134983,0.4439719),(0.1391259,0.4439719),(0.1308385,0.4439719),(0.1308385,0.4482427),(0.134983,0.4482427),(0.1391259,0.4482427),(0.1432664,0.4439719),(0.1432664,0.4482427),(0.126693,0.4354551),(0.12255,0.4354551),(0.12255,0.4397055),(0.126693,0.4397055),(0.1184131,0.4354551),(0.1142857,0.4354551),(0.1142857,0.4397055),(0.1184131,0.4397055),(0.12255,0.4439719),(0.1184131,0.4439719),(0.1142857,0.4439719),(0.1184131,0.4482427),(0.1142857,0.4482427),(0.12255,0.4482427),(0.126693,0.4439719),(0.126693,0.4482427),(0.1101713,0.4354551),(0.1060752,0.4354551),(0.1101713,0.4397055),(0.1060752,0.4397055),(0.1020023,0.4354551),(0.09795791,0.4354551),(0.1020023,0.4397055),(0.09795791,0.4397055),(0.1060752,0.4439719),(0.1020023,0.4439719),(0.09795791,0.4439719),(0.09795791,0.4482427),(0.1020023,0.4482427),(0.1060752,0.4482427),(0.1101713,0.4439719),(0.1101713,0.4482427),(0.09394707,0.4354551),(0.08994583,0.4354551),(0.09394707,0.4397055),(0.08994584,0.4397055),(0.08593026,0.4354551),(0.08187638,0.4354551),(0.08187637,0.4397055),(0.08593025,0.4397055),(0.08994584,0.4439719),(0.08593026,0.4439719),(0.08187638,0.4439719),(0.08187638,0.4482427),(0.08593026,0.4482427),(0.08994584,0.4482427),(0.09394707,0.4439719),(0.09394707,0.4482427),(0.07776025,0.4354551),(0.07361087,0.4354551),(0.07361087,0.4397055),(0.07776025,0.4397055),(0.06945725,0.4354551),(0.06532837,0.4354551),(0.06532837,0.4397055),(0.06945725,0.4397055),(0.06945725,0.4439719),(0.07361087,0.4439719),(0.06532837,0.4439719),(0.06532837,0.4482427),(0.06945725,0.4482427),(0.07361087,0.4482427),(0.07776025,0.4439719),(0.07776025,0.4482427),(0.06125325,0.4354551),(0.05721605,0.4354551),(0.05721604,0.4397055),(0.06125325,0.4397055),(0.05320094,0.4354551),(0.0491921,0.4354551),(0.04919209,0.4397055),(0.05320094,0.4397055),(0.05320094,0.4439719),(0.05721605,0.4439719),(0.0491921,0.4439719),(0.04919209,0.4482427),(0.05320094,0.4482427),(0.05721605,0.4482427),(0.06125325,0.4439719),(0.06125325,0.4482427),(0.04517369,0.4354551),(0.04115105,0.4354551),(0.04115105,0.4397055),(0.04517369,0.4397055),(0.0371295,0.4354551),(0.03311438,0.4354551),(0.03311437,0.4397055),(0.0371295,0.4397055),(0.0371295,0.4439719),(0.04115105,0.4439719),(0.03311438,0.4439719),(0.03311438,0.4482427),(0.0371295,0.4482427),(0.04115105,0.4482427),(0.04517369,0.4439719),(0.04517369,0.4482427),(0.029111,0.4354551),(0.02511186,0.4354551),(0.02511186,0.4397055),(0.029111,0.4397055),(0.02110944,0.4354551),(0.01709622,0.4354551),(0.01709622,0.4397055),(0.02110944,0.4397055),(0.02110944,0.4439719),(0.02511186,0.4439719),(0.01709622,0.4439719),(0.01709622,0.4482427),(0.02110944,0.4482427),(0.02511186,0.4482427),(0.029111,0.4439719),(0.029111,0.4482427),(0.01306469,0.4354551),(0.009019421,0.4354502),(0.009019421,0.4397045),(0.01306469,0.4397055),(0.004965,0.4354354),(0.000906,0.4354157),(0.004965,0.4397015),(0.000906,0.4396975),(0.009019421,0.4439728),(0.004965,0.4439756),(0.000906,0.4439793),(0.004965,0.4482482),(0.000906,0.448261),(0.009019421,0.4482441),(0.01306469,0.4439719),(0.01306469,0.4482427),(0.9951518,0.4525099),(0.999094,0.4525135),(0.9912093,0.4525071),(0.9912093,0.4567627),(0.9951518,0.4567641),(0.999094,0.456766),(0.9872664,0.4525062),(0.983323,0.4525062),(0.983323,0.4567623),(0.9872664,0.4567623),(0.9872664,0.4610108),(0.9912093,0.4610118),(0.983323,0.4610108),(0.983323,0.4652516),(0.9872664,0.4652516),(0.9912093,0.4652531),(0.9951518,0.4610146),(0.999094,0.4610185),(0.9951518,0.4652574),(0.999094,0.465271),(0.9793787,0.4525062),(0.9754275,0.4525062),(0.9754274,0.4567623),(0.9793787,0.4567622),(0.9714631,0.4525062),(0.9674796,0.4525062),(0.9674796,0.4567623),(0.9714631,0.4567623),(0.9714631,0.4610108),(0.9754274,0.4610108),(0.9674796,0.4610108),(0.9674796,0.4652516),(0.9714631,0.4652516),(0.9754274,0.4652516),(0.9793787,0.4610108),(0.9793787,0.4652516),(0.9634706,0.4525062),(0.9594426,0.4525062),(0.9594426,0.4567623),(0.9634707,0.4567622),(0.9554016,0.4525062),(0.9513539,0.4525062),(0.9554016,0.4567623),(0.9513539,0.4567623),(0.9554016,0.4610108),(0.9594426,0.4610108),(0.9513539,0.4610108),(0.9513539,0.4652516),(0.9554016,0.4652516),(0.9594425,0.4652516),(0.9634707,0.4610108),(0.9634706,0.4652516),(0.9473058,0.4525062),(0.9432498,0.4525062),(0.9473058,0.4567622),(0.9432497,0.4567623),(0.9391782,0.4525062),(0.9350839,0.4525062),(0.9391783,0.4567623),(0.9350839,0.4567623),(0.9432497,0.4610108),(0.9391782,0.4610108),(0.9350839,0.4610108),(0.9391783,0.4652516),(0.9350839,0.4652516),(0.9432497,0.4652516),(0.9473058,0.4610108),(0.9473058,0.4652516),(0.930959,0.4525062),(0.9268106,0.4525062),(0.930959,0.4567622),(0.9268106,0.4567623),(0.9226453,0.4525062),(0.9184701,0.4525062),(0.9226453,0.4567623),(0.9184701,0.4567623),(0.9268106,0.4610108),(0.9226453,0.4610108),(0.9184701,0.4610108),(0.9226453,0.4652516),(0.9184701,0.4652516),(0.9268106,0.4652516),(0.930959,0.4610108),(0.930959,0.4652516),(0.9142919,0.4525062),(0.910111,0.4525062),(0.9142919,0.4567622),(0.9101109,0.4567623),(0.9059278,0.4525062),(0.9017429,0.4525062),(0.9059278,0.4567623),(0.9017429,0.4567623),(0.910111,0.4610108),(0.9059278,0.4610108),(0.9017429,0.4610108),(0.9059278,0.4652516),(0.9017428,0.4652516),(0.9101109,0.4652516),(0.9142919,0.4610108),(0.9142919,0.4652516),(0.8975567,0.4525062),(0.8933688,0.4525062),(0.8975567,0.4567622),(0.8933688,0.4567623),(0.8891787,0.4525062),(0.8849859,0.4525062),(0.8891788,0.4567623),(0.8849859,0.4567623),(0.8933688,0.4610108),(0.8891787,0.4610108),(0.8849859,0.4610108),(0.8891788,0.4652516),(0.8849859,0.4652516),(0.8933688,0.4652516),(0.8975567,0.4610108),(0.8975567,0.4652516),(0.8807898,0.4525062),(0.8765806,0.4525062),(0.8807898,0.4567622),(0.8765807,0.4567623),(0.8723488,0.4525062),(0.8680845,0.4525062),(0.8723488,0.4567623),(0.8680845,0.4567623),(0.8765806,0.4610108),(0.8723488,0.4610108),(0.8680845,0.4610108),(0.8723488,0.4652516),(0.8680845,0.4652516),(0.8765806,0.4652516),(0.8807898,0.4610108),(0.8807898,0.4652516),(0.8637781,0.4525062),(0.8594491,0.4525062),(0.8637781,0.4567622),(0.8594491,0.4567623),(0.8551173,0.4525062),(0.8508024,0.4525062),(0.8551173,0.4567623),(0.8508024,0.4567623),(0.8594491,0.4610108),(0.8551173,0.4610108),(0.8508024,0.4610108),(0.8551173,0.4652516),(0.8508024,0.4652516),(0.859449,0.4652516),(0.8637781,0.4610108),(0.8637781,0.4652516),(0.846524,0.4525062),(0.8422731,0.4525062),(0.846524,0.4567622),(0.8422731,0.4567623),(0.8380403,0.4525062),(0.8338165,0.4525062),(0.8380403,0.4567623),(0.8338165,0.4567623),(0.8422731,0.4610108),(0.8380403,0.4610108),(0.8338165,0.4610108),(0.8380404,0.4652516),(0.8338165,0.4652516),(0.8422731,0.4652516),(0.846524,0.4610108),(0.846524,0.4652516),(0.8295926,0.4525062),(0.8253628,0.4525062),(0.8295926,0.4567622),(0.8253628,0.4567623),(0.8211217,0.4525062),(0.8168637,0.4525062),(0.8211217,0.4567623),(0.8168637,0.4567623),(0.8253628,0.4610108),(0.8211217,0.4610108),(0.8168637,0.4610108),(0.8211217,0.4652516),(0.8168637,0.4652516),(0.8253628,0.4652516),(0.8295926,0.4610108),(0.8295926,0.4652516),(0.8125832,0.4525062),(0.8082899,0.4525062),(0.8125832,0.4567622),(0.8082899,0.4567623),(0.8039935,0.4525062),(0.7997035,0.4525062),(0.8039935,0.4567623),(0.7997035,0.4567623),(0.8082899,0.4610108),(0.8039935,0.4610108),(0.7997035,0.4610108),(0.8039935,0.4652516),(0.7997035,0.4652516),(0.8082899,0.4652516),(0.8125832,0.4610108),(0.8125832,0.4652516),(0.7954297,0.4525062),(0.7911757,0.4525062),(0.7954297,0.4567622),(0.7911757,0.4567623),(0.7869452,0.4525062),(0.7827417,0.4525062),(0.7869452,0.4567623),(0.7827417,0.4567623),(0.7911757,0.4610108),(0.7869452,0.4610108),(0.7827417,0.4610108),(0.7869452,0.4652516),(0.7827417,0.4652516),(0.7911757,0.4652516),(0.7954297,0.4610108),(0.7954297,0.4652516),(0.7785689,0.4525062),(0.7744211,0.4525062),(0.7744212,0.4567623),(0.7785689,0.4567622),(0.7702925,0.4525062),(0.7661775,0.4525062),(0.7661775,0.4567623),(0.7702925,0.4567623),(0.7702925,0.4610108),(0.7744212,0.4610108),(0.7661775,0.4610108),(0.7661775,0.4652516),(0.7702925,0.4652516),(0.7744212,0.4652516),(0.778569,0.4610108),(0.778569,0.4652516),(0.7620703,0.4525062),(0.757961,0.4525062),(0.7620703,0.4567622),(0.757961,0.4567623),(0.7538399,0.4525062),(0.7496969,0.4525062),(0.7538399,0.4567623),(0.7496969,0.4567623),(0.757961,0.4610108),(0.7538399,0.4610108),(0.7496969,0.4610108),(0.7496969,0.4652516),(0.7538399,0.4652516),(0.757961,0.4652516),(0.7620703,0.4610108),(0.7620703,0.4652516),(0.7455223,0.4525062),(0.7413244,0.4525062),(0.7455223,0.4567622),(0.7413245,0.4567623),(0.7371117,0.4525062),(0.7328922,0.4525062),(0.7328923,0.4567623),(0.7371117,0.4567623),(0.7371117,0.4610108),(0.7413245,0.4610108),(0.7328922,0.4610108),(0.7328922,0.4652516),(0.7371117,0.4652516),(0.7413245,0.4652516),(0.7455223,0.4610108),(0.7455223,0.4652516),(0.7286744,0.4525062),(0.7244572,0.4525062),(0.7244572,0.4567623),(0.7286744,0.4567622),(0.7202395,0.4525062),(0.71602,0.4525062),(0.71602,0.4567623),(0.7202395,0.4567623),(0.7202395,0.4610108),(0.7244572,0.4610108),(0.71602,0.4610108),(0.71602,0.4652516),(0.7202394,0.4652516),(0.7244572,0.4652516),(0.7286744,0.4610108),(0.7286744,0.4652516),(0.7117977,0.4525062),(0.7075742,0.4525062),(0.7075742,0.4567623),(0.7117977,0.4567622),(0.7033514,0.4525062),(0.6991307,0.4525062),(0.6991307,0.4567623),(0.7033514,0.4567623),(0.7033514,0.4610108),(0.7075742,0.4610108),(0.6991307,0.4610108),(0.6991307,0.4652516),(0.7033514,0.4652516),(0.7075742,0.4652516),(0.7117977,0.4610108),(0.7117977,0.4652516),(0.6949139,0.4525062),(0.6906992,0.4525062),(0.6906992,0.4567623),(0.6949139,0.4567622),(0.6864849,0.4525062),(0.6822694,0.4525062),(0.6822693,0.4567623),(0.6864849,0.4567623),(0.6864849,0.4610108),(0.6906992,0.4610108),(0.6822694,0.4610108),(0.6822693,0.4652516),(0.6864849,0.4652516),(0.6906992,0.4652516),(0.6949139,0.4610108),(0.6949139,0.4652516),(0.6780508,0.4525062),(0.6738272,0.4525062),(0.6780507,0.4567622),(0.6738272,0.4567623),(0.6695971,0.4525062),(0.6653587,0.4525062),(0.6695971,0.4567623),(0.6653587,0.4567623),(0.6738272,0.4610108),(0.6695971,0.4610108),(0.6653587,0.4610108),(0.6695971,0.4652516),(0.6653587,0.4652516),(0.6738272,0.4652516),(0.6780508,0.4610108),(0.6780507,0.4652516),(0.6611102,0.4525062),(0.6568571,0.4525062),(0.6611102,0.4567622),(0.6568571,0.4567623),(0.6526053,0.4525062),(0.6483604,0.4525062),(0.6526054,0.4567623),(0.6483604,0.4567623),(0.6568571,0.4610108),(0.6526054,0.4610108),(0.6483604,0.4610108),(0.6526053,0.4652516),(0.6483604,0.4652516),(0.6568571,0.4652516),(0.6611102,0.4610108),(0.6611102,0.4652516),(0.6441281,0.4525062),(0.6399043,0.4525062),(0.6441281,0.4567622),(0.6399043,0.4567623),(0.635685,0.4525062),(0.6314663,0.4525062),(0.635685,0.4567623),(0.6314663,0.4567623),(0.6399043,0.4610108),(0.635685,0.4610108),(0.6314663,0.4610108),(0.635685,0.4652516),(0.6314663,0.4652516),(0.6399043,0.4652516),(0.6441281,0.4610108),(0.6441281,0.4652516),(0.627244,0.4525062),(0.6230208,0.4525062),(0.627244,0.4567622),(0.6230209,0.4567623),(0.6187993,0.4525062),(0.6145822,0.4525062),(0.6187993,0.4567623),(0.6145822,0.4567623),(0.6230208,0.4610108),(0.6187993,0.4610108),(0.6145822,0.4610108),(0.6187993,0.4652516),(0.6145822,0.4652516),(0.6230209,0.4652516),(0.627244,0.4610108),(0.627244,0.4652516),(0.6103719,0.4525062),(0.6061606,0.4525062),(0.6103719,0.4567622),(0.6061606,0.4567623),(0.6019406,0.4525062),(0.5977041,0.4525062),(0.6019406,0.4567623),(0.5977041,0.4567623),(0.6061606,0.4610108),(0.6019406,0.4610108),(0.5977041,0.4610108),(0.6019406,0.4652516),(0.5977041,0.4652516),(0.6061606,0.4652516),(0.6103719,0.4610108),(0.6103719,0.4652516),(0.5934432,0.4525062),(0.589169,0.4525062),(0.5934432,0.4567622),(0.589169,0.4567623),(0.5848927,0.4525062),(0.5806257,0.4525062),(0.5848927,0.4567623),(0.5806257,0.4567623),(0.589169,0.4610108),(0.5848927,0.4610108),(0.5806257,0.4610108),(0.5848927,0.4652516),(0.5806257,0.4652516),(0.589169,0.4652516),(0.5934432,0.4610108),(0.5934432,0.4652516),(0.5763788,0.4525062),(0.572147,0.4525062),(0.5763788,0.4567622),(0.572147,0.4567623),(0.567925,0.4525062),(0.5637077,0.4525062),(0.567925,0.4567623),(0.5637077,0.4567623),(0.572147,0.4610108),(0.567925,0.4610108),(0.5637077,0.4610108),(0.567925,0.4652516),(0.5637077,0.4652516),(0.572147,0.4652516),(0.5763788,0.4610108),(0.5763788,0.4652516),(0.55949,0.4525062),(0.5552715,0.4525062),(0.55949,0.4567622),(0.5552715,0.4567623),(0.5510522,0.4525062),(0.5468317,0.4525062),(0.5510522,0.4567623),(0.5468317,0.4567623),(0.5552715,0.4610108),(0.5510522,0.4610108),(0.5468317,0.4610108),(0.5510522,0.4652516),(0.5468317,0.4652516),(0.5552715,0.4652516),(0.55949,0.4610108),(0.55949,0.4652516),(0.5426099,0.4525062),(0.5383899,0.4525062),(0.5426099,0.4567622),(0.5383899,0.4567623),(0.5341746,0.4525062),(0.5299669,0.4525062),(0.5341746,0.4567623),(0.5299669,0.4567623),(0.5383899,0.4610108),(0.5341746,0.4610108),(0.5299669,0.4610108),(0.5341746,0.4652516),(0.529967,0.4652516),(0.5383899,0.4652516),(0.5426099,0.4610108),(0.5426099,0.4652516),(0.52577,0.4525062),(0.5215818,0.4525062),(0.52577,0.4567622),(0.5215818,0.4567623),(0.5174,0.4525062),(0.5132228,0.4525062),(0.5174,0.4567623),(0.5132228,0.4567623),(0.5215818,0.4610108),(0.5174,0.4610108),(0.5132228,0.4610108),(0.5174,0.4652516),(0.5132228,0.4652516),(0.5215818,0.4652516),(0.52577,0.4610108),(0.52577,0.4652516),(0.5090478,0.4525062),(0.5048727,0.4525062),(0.5090478,0.4567622),(0.5048727,0.4567623),(0.5006949,0.4525062),(0.4965119,0.4525062),(0.5006949,0.4567623),(0.4965119,0.4567623),(0.5048727,0.4610108),(0.5006949,0.4610108),(0.4965119,0.4610108),(0.5006949,0.4652516),(0.4965119,0.4652516),(0.5048727,0.4652516),(0.5090478,0.4610108),(0.5090478,0.4652516),(0.4923214,0.4525062),(0.4881234,0.4525062),(0.4923214,0.4567622),(0.4881234,0.4567623),(0.4839184,0.4525062),(0.4797065,0.4525062),(0.4839184,0.4567623),(0.4797065,0.4567623),(0.4881234,0.4610108),(0.4839184,0.4610108),(0.4797065,0.4610108),(0.4839184,0.4652516),(0.4797064,0.4652516),(0.4881234,0.4652516),(0.4923214,0.4610108),(0.4923214,0.4652516),(0.4754879,0.4525062),(0.4712752,0.4525062),(0.4754879,0.4567622),(0.4712752,0.4567623),(0.4670808,0.4525062),(0.4629171,0.4525062),(0.4670808,0.4567623),(0.4629171,0.4567623),(0.4712752,0.4610108),(0.4670808,0.4610108),(0.4629171,0.4610108),(0.4670808,0.4652516),(0.4629171,0.4652516),(0.4712752,0.4652516),(0.4754879,0.4610108),(0.4754879,0.4652516),(0.4587967,0.4525062),(0.4547031,0.4525062),(0.4587967,0.4567622),(0.4547031,0.4567623),(0.4506197,0.4525062),(0.44653,0.4525062),(0.4506197,0.4567623),(0.44653,0.4567623),(0.4547031,0.4610108),(0.4506197,0.4610108),(0.44653,0.4610108),(0.4506197,0.4652516),(0.44653,0.4652516),(0.4547031,0.4652516),(0.4587967,0.4610108),(0.4587967,0.4652516),(0.4424174,0.4525062),(0.4382856,0.4525062),(0.4424174,0.4567622),(0.4382856,0.4567623),(0.4341379,0.4525062),(0.429978,0.4525062),(0.4341379,0.4567623),(0.429978,0.4567623),(0.4382856,0.4610108),(0.4341379,0.4610108),(0.429978,0.4610108),(0.4341379,0.4652516),(0.429978,0.4652516),(0.4382856,0.4652516),(0.4424174,0.4610108),(0.4424174,0.4652516),(0.4258092,0.4525062),(0.4216311,0.4525062),(0.4258092,0.4567622),(0.4216312,0.4567623),(0.4174434,0.4525062),(0.4132456,0.4525062),(0.4174434,0.4567623),(0.4132456,0.4567623),(0.4216312,0.4610108),(0.4174434,0.4610108),(0.4132456,0.4610108),(0.4132456,0.4652516),(0.4174434,0.4652516),(0.4216312,0.4652516),(0.4258092,0.4610108),(0.4258092,0.4652516),(0.4090372,0.4525062),(0.4048201,0.4525062),(0.4048201,0.4567623),(0.4090372,0.4567622),(0.4005963,0.4525062),(0.3963675,0.4525062),(0.3963675,0.4567623),(0.4005963,0.4567623),(0.4005963,0.4610108),(0.4048201,0.4610108),(0.3963675,0.4610108),(0.3963675,0.4652516),(0.4005963,0.4652516),(0.4048201,0.4652516),(0.4090372,0.4610108),(0.4090372,0.4652516),(0.3921357,0.4525062),(0.3879012,0.4525062),(0.3879012,0.4567623),(0.3921357,0.4567622),(0.3836642,0.4525062),(0.3794248,0.4525062),(0.3794249,0.4567623),(0.3836642,0.4567623),(0.3836642,0.4610108),(0.3879012,0.4610108),(0.3794248,0.4610108),(0.3794248,0.4652516),(0.3836642,0.4652516),(0.3879012,0.4652516),(0.3921357,0.4610108),(0.3921357,0.4652516),(0.3751834,0.4525062),(0.3709441,0.4525062),(0.3709441,0.4567623),(0.3751834,0.4567622),(0.3667112,0.4525062),(0.3624887,0.4525062),(0.3624887,0.4567623),(0.3667112,0.4567623),(0.3667112,0.4610108),(0.3709442,0.4610108),(0.3624887,0.4610108),(0.3624887,0.4652516),(0.3667112,0.4652516),(0.3709441,0.4652516),(0.3751834,0.4610108),(0.3751834,0.4652516),(0.358281,0.4525062),(0.3540821,0.4525062),(0.3540821,0.4567623),(0.358281,0.4567622),(0.3498864,0.4525062),(0.3456882,0.4525062),(0.3456882,0.4567623),(0.3498864,0.4567623),(0.3498864,0.4610108),(0.3540821,0.4610108),(0.3456882,0.4610108),(0.3456882,0.4652516),(0.3498864,0.4652516),(0.3540821,0.4652516),(0.3582809,0.4610108),(0.358281,0.4652516),(0.3414817,0.4525062),(0.3372694,0.4525062),(0.3372695,0.4567623),(0.3414817,0.4567622),(0.3330541,0.4525062),(0.3288383,0.4525062),(0.3288383,0.4567623),(0.3330541,0.4567623),(0.3330541,0.4610108),(0.3372695,0.4610108),(0.3288383,0.4610108),(0.3288383,0.4652516),(0.3330541,0.4652516),(0.3372695,0.4652516),(0.3414817,0.4610108),(0.3414817,0.4652516),(0.3246247,0.4525062),(0.3204179,0.4525062),(0.3204179,0.4567623),(0.3246247,0.4567622),(0.3162228,0.4525062),(0.3120441,0.4525062),(0.3120441,0.4567623),(0.3162228,0.4567623),(0.3162228,0.4610108),(0.3204179,0.4610108),(0.3120441,0.4610108),(0.3120441,0.4652516),(0.3162228,0.4652516),(0.3204179,0.4652516),(0.3246247,0.4610108),(0.3246247,0.4652516),(0.3078868,0.4525062),(0.3037427,0.4525062),(0.3037427,0.4567623),(0.3078868,0.4567622),(0.2996041,0.4525062),(0.2954631,0.4525062),(0.2954631,0.4567623),(0.2996041,0.4567623),(0.2996041,0.4610108),(0.3037428,0.4610108),(0.2954631,0.4610108),(0.2954631,0.4652516),(0.2996041,0.4652516),(0.3037427,0.4652516),(0.3078868,0.4610108),(0.3078868,0.4652516),(0.2913116,0.4525062),(0.2871543,0.4525062),(0.2871543,0.4567623),(0.2913116,0.4567622),(0.2829956,0.4525062),(0.2788399,0.4525062),(0.2788399,0.4567623),(0.2829956,0.4567623),(0.2829956,0.4610108),(0.2871543,0.4610108),(0.2788399,0.4610108),(0.2829956,0.4652516),(0.2788399,0.4652516),(0.2871543,0.4652516),(0.2913116,0.4610108),(0.2913116,0.4652516),(0.2746918,0.4525062),(0.2705556,0.4525062),(0.2705556,0.4567623),(0.2746918,0.4567622),(0.2664356,0.4525062),(0.262336,0.4525062),(0.262336,0.4567623),(0.2664356,0.4567623),(0.2705556,0.4610108),(0.2664356,0.4610108),(0.262336,0.4610108),(0.2664356,0.4652516),(0.262336,0.4652516),(0.2705556,0.4652516),(0.2746918,0.4610108),(0.2746918,0.4652516),(0.2582613,0.4525062),(0.254209,0.4525062),(0.254209,0.4567623),(0.2582613,0.4567622),(0.2501769,0.4525062),(0.2461624,0.4525062),(0.2461624,0.4567623),(0.2501769,0.4567623),(0.254209,0.4610108),(0.2501769,0.4610108),(0.2461624,0.4610108),(0.2501769,0.4652516),(0.2461624,0.4652516),(0.254209,0.4652516),(0.2582613,0.4610108),(0.2582613,0.4652516),(0.2421634,0.4525062),(0.238164,0.4525062),(0.238164,0.4567623),(0.2421634,0.4567622),(0.2341487,0.4525062),(0.2301017,0.4525062),(0.2341487,0.4567623),(0.2301017,0.4567623),(0.238164,0.4610108),(0.2341487,0.4610108),(0.2301017,0.4610108),(0.2341487,0.4652516),(0.2301017,0.4652516),(0.238164,0.4652516),(0.2421634,0.4610108),(0.2421634,0.4652516),(0.2260074,0.4525062),(0.2218787,0.4525062),(0.2260074,0.4567622),(0.2218787,0.4567623),(0.2177283,0.4525062),(0.2135691,0.4525062),(0.2177283,0.4567623),(0.2135692,0.4567623),(0.2218787,0.4610108),(0.2177283,0.4610108),(0.2135691,0.4610108),(0.2177283,0.4652516),(0.2135692,0.4652516),(0.2218787,0.4652516),(0.2260074,0.4610108),(0.2260074,0.4652516),(0.2094141,0.4525062),(0.2052627,0.4525062),(0.2094141,0.4567622),(0.2052627,0.4567623),(0.2011147,0.4525062),(0.1969699,0.4525062),(0.2011147,0.4567623),(0.1969699,0.4567623),(0.2011147,0.4610108),(0.2052627,0.4610108),(0.1969699,0.4610108),(0.1969699,0.4652516),(0.2011147,0.4652516),(0.2052627,0.4652516),(0.2094141,0.4610108),(0.2094141,0.4652516),(0.1928277,0.4525062),(0.1886888,0.4525062),(0.1886888,0.4567623),(0.1928277,0.4567622),(0.1845533,0.4525062),(0.1804218,0.4525062),(0.1804218,0.4567623),(0.1845533,0.4567623),(0.1845533,0.4610108),(0.1886888,0.4610108),(0.1804218,0.4610108),(0.1804218,0.4652516),(0.1845533,0.4652516),(0.1886888,0.4652516),(0.1928277,0.4610108),(0.1928277,0.4652516),(0.1762946,0.4525062),(0.1721701,0.4525062),(0.1721701,0.4567623),(0.1762946,0.4567622),(0.1680468,0.4525062),(0.163923,0.4525062),(0.163923,0.4567623),(0.1680468,0.4567623),(0.1680468,0.4610108),(0.1721701,0.4610108),(0.163923,0.4610108),(0.163923,0.4652516),(0.1680468,0.4652516),(0.1721701,0.4652516),(0.1762946,0.4610108),(0.1762946,0.4652516),(0.1597973,0.4525062),(0.1556691,0.4525062),(0.1556691,0.4567623),(0.1597973,0.4567622),(0.1515382,0.4525062),(0.1474041,0.4525062),(0.1474041,0.4567623),(0.1515382,0.4567623),(0.1515382,0.4610108),(0.1556691,0.4610108),(0.1474041,0.4610108),(0.1474041,0.4652516),(0.1515382,0.4652516),(0.1556691,0.4652516),(0.1597973,0.4610108),(0.1597973,0.4652516),(0.1432664,0.4525062),(0.1391259,0.4525062),(0.1391259,0.4567623),(0.1432664,0.4567622),(0.134983,0.4525062),(0.1308385,0.4525062),(0.1308385,0.4567623),(0.134983,0.4567623),(0.134983,0.4610108),(0.1391259,0.4610108),(0.1308385,0.4610108),(0.1308385,0.4652516),(0.134983,0.4652516),(0.1391259,0.4652516),(0.1432664,0.4610108),(0.1432664,0.4652516),(0.126693,0.4525062),(0.12255,0.4525062),(0.12255,0.4567623),(0.126693,0.4567622),(0.1184131,0.4525062),(0.1142857,0.4525062),(0.1142857,0.4567623),(0.1184131,0.4567623),(0.1184131,0.4610108),(0.12255,0.4610108),(0.1142857,0.4610108),(0.1142857,0.4652516),(0.1184131,0.4652516),(0.12255,0.4652516),(0.126693,0.4610108),(0.126693,0.4652516),(0.1101713,0.4525062),(0.1060752,0.4525062),(0.1060752,0.4567623),(0.1101713,0.4567622),(0.1020023,0.4525062),(0.09795791,0.4525062),(0.09795791,0.4567623),(0.1020023,0.4567623),(0.1020023,0.4610108),(0.1060752,0.4610108),(0.09795791,0.4610108),(0.09795791,0.4652516),(0.1020023,0.4652516),(0.1060752,0.4652516),(0.1101713,0.4610108),(0.1101713,0.4652516),(0.09394707,0.4525062),(0.08994583,0.4525062),(0.08994584,0.4567623),(0.09394707,0.4567622),(0.08593026,0.4525062),(0.08187638,0.4525062),(0.08187637,0.4567623),(0.08593025,0.4567623),(0.08593026,0.4610108),(0.08994584,0.4610108),(0.08187638,0.4610108),(0.08187638,0.4652516),(0.08593026,0.4652516),(0.08994584,0.4652516),(0.09394707,0.4610108),(0.09394707,0.4652516),(0.07776025,0.4525062),(0.07361087,0.4525062),(0.07361087,0.4567623),(0.07776025,0.4567622),(0.06945725,0.4525062),(0.06532837,0.4525062),(0.06532837,0.4567623),(0.06945725,0.4567623),(0.06945725,0.4610108),(0.07361087,0.4610108),(0.06532837,0.4610108),(0.06532837,0.4652516),(0.06945725,0.4652516),(0.07361087,0.4652516),(0.07776025,0.4610108),(0.07776025,0.4652516),(0.06125325,0.4525062),(0.05721605,0.4525062),(0.05721604,0.4567623),(0.06125325,0.4567622),(0.05320094,0.4525062),(0.0491921,0.4525062),(0.04919209,0.4567623),(0.05320094,0.4567623),(0.05320094,0.4610108),(0.05721605,0.4610108),(0.0491921,0.4610108),(0.04919209,0.4652516),(0.05320094,0.4652516),(0.05721605,0.4652516),(0.06125325,0.4610108),(0.06125325,0.4652516),(0.04517369,0.4525062),(0.04115105,0.4525062),(0.04115105,0.4567623),(0.04517369,0.4567622),(0.0371295,0.4525062),(0.03311438,0.4525062),(0.03311437,0.4567623),(0.0371295,0.4567623),(0.0371295,0.4610108),(0.04115105,0.4610108),(0.03311438,0.4610108),(0.03311438,0.4652516),(0.0371295,0.4652516),(0.04115105,0.4652516),(0.04517369,0.4610108),(0.04517369,0.4652516),(0.029111,0.4525062),(0.02511186,0.4525062),(0.02511186,0.4567623),(0.029111,0.4567622),(0.02110944,0.4525062),(0.01709622,0.4525062),(0.01709622,0.4567623),(0.02110944,0.4567623),(0.02110944,0.4610108),(0.02511186,0.4610108),(0.01709622,0.4610108),(0.01709622,0.4652516),(0.02110944,0.4652516),(0.02511186,0.4652516),(0.029111,0.4610108),(0.029111,0.4652516),(0.01306469,0.4525062),(0.009019421,0.4525071),(0.009019421,0.4567627),(0.01306469,0.4567622),(0.004965,0.4525099),(0.000906,0.4525135),(0.004965,0.4567641),(0.000906,0.456766),(0.009019421,0.4610117),(0.004965,0.4610146),(0.000906,0.4610185),(0.004965,0.4652574),(0.000906,0.465271),(0.009019421,0.4652531),(0.01306469,0.4610108),(0.01306469,0.4652516),(0.9951518,0.4694886),(0.999094,0.4694925),(0.9912093,0.4694857),(0.9912093,0.4737152),(0.9951518,0.4737146),(0.999094,0.473714),(0.9872664,0.4694847),(0.983323,0.4694847),(0.983323,0.4737153),(0.9872664,0.4737153),(0.9872664,0.4779484),(0.9912093,0.4779468),(0.983323,0.4779484),(0.983323,0.4821893),(0.9872664,0.4821893),(0.9912093,0.4821869),(0.999094,0.4779355),(0.9951518,0.477942),(0.9951518,0.4821796),(0.999094,0.482157),(0.9793787,0.4694847),(0.9754275,0.4694847),(0.9754274,0.4737153),(0.9793787,0.4737153),(0.9714631,0.4694847),(0.9674796,0.4694847),(0.9674796,0.4737153),(0.9714631,0.4737153),(0.9714631,0.4779484),(0.9754274,0.4779484),(0.9674796,0.4779484),(0.9674796,0.4821893),(0.9714631,0.4821893),(0.9754274,0.4821893),(0.9793787,0.4779484),(0.9793787,0.4821893),(0.9634706,0.4694847),(0.9594426,0.4694847),(0.9594426,0.4737153),(0.9634707,0.4737153),(0.9554016,0.4694847),(0.9513539,0.4694847),(0.9513539,0.4737153),(0.9554016,0.4737153),(0.9554016,0.4779484),(0.9594426,0.4779484),(0.9513539,0.4779484),(0.9513539,0.4821893),(0.9554016,0.4821893),(0.9594425,0.4821893),(0.9634707,0.4779484),(0.9634706,0.4821893),(0.9473058,0.4694847),(0.9432498,0.4694847),(0.9432497,0.4737153),(0.9473058,0.4737153),(0.9391782,0.4694847),(0.9350839,0.4694847),(0.9350839,0.4737153),(0.9391783,0.4737153),(0.9391782,0.4779484),(0.9432497,0.4779484),(0.9350839,0.4779484),(0.9350839,0.4821893),(0.9391783,0.4821893),(0.9432497,0.4821893),(0.9473058,0.4779484),(0.9473058,0.4821893),(0.930959,0.4694847),(0.9268106,0.4694847),(0.9268106,0.4737153),(0.930959,0.4737153),(0.9226453,0.4694847),(0.9184701,0.4694847),(0.9226453,0.4737153),(0.9184701,0.4737153),(0.9226453,0.4779484),(0.9268106,0.4779484),(0.9184701,0.4779484),(0.9184701,0.4821893),(0.9226453,0.4821893),(0.9268106,0.4821893),(0.930959,0.4779484),(0.930959,0.4821893),(0.9142919,0.4694847),(0.910111,0.4694847),(0.9142919,0.4737153),(0.9101109,0.4737153),(0.9059278,0.4694847),(0.9017429,0.4694847),(0.9059278,0.4737153),(0.9017429,0.4737153),(0.9059278,0.4779484),(0.910111,0.4779484),(0.9017429,0.4779484),(0.9017428,0.4821893),(0.9059278,0.4821893),(0.9101109,0.4821893),(0.9142919,0.4779484),(0.9142919,0.4821893),(0.8975567,0.4694847),(0.8933688,0.4694847),(0.8975567,0.4737153),(0.8933688,0.4737153),(0.8891787,0.4694847),(0.8849859,0.4694847),(0.8891788,0.4737153),(0.8849859,0.4737153),(0.8933688,0.4779484),(0.8891787,0.4779484),(0.8849859,0.4779484),(0.8891788,0.4821893),(0.8849859,0.4821893),(0.8933688,0.4821893),(0.8975567,0.4779484),(0.8975567,0.4821893),(0.8807898,0.4694847),(0.8765806,0.4694847),(0.8807898,0.4737153),(0.8765807,0.4737153),(0.8723488,0.4694847),(0.8680845,0.4694847),(0.8723488,0.4737153),(0.8680845,0.4737153),(0.8765806,0.4779484),(0.8723488,0.4779484),(0.8680845,0.4779484),(0.8723488,0.4821893),(0.8680845,0.4821893),(0.8765806,0.4821893),(0.8807898,0.4779484),(0.8807898,0.4821893),(0.8637781,0.4694847),(0.8594491,0.4694847),(0.8637781,0.4737153),(0.8594491,0.4737153),(0.8551173,0.4694847),(0.8508024,0.4694847),(0.8551173,0.4737153),(0.8508024,0.4737153),(0.8594491,0.4779484),(0.8551173,0.4779484),(0.8508024,0.4779484),(0.8551173,0.4821893),(0.8508024,0.4821893),(0.859449,0.4821893),(0.8637781,0.4779484),(0.8637781,0.4821893),(0.846524,0.4694847),(0.8422731,0.4694847),(0.846524,0.4737153),(0.8422731,0.4737153),(0.8380403,0.4694847),(0.8338165,0.4694847),(0.8380403,0.4737153),(0.8338165,0.4737153),(0.8422731,0.4779484),(0.8380403,0.4779484),(0.8338165,0.4779484),(0.8380404,0.4821893),(0.8338165,0.4821893),(0.8422731,0.4821893),(0.846524,0.4779484),(0.846524,0.4821893),(0.8295926,0.4694847),(0.8253628,0.4694847),(0.8295926,0.4737153),(0.8253628,0.4737153),(0.8211217,0.4694847),(0.8168637,0.4694847),(0.8211217,0.4737153),(0.8168637,0.4737153),(0.8253628,0.4779484),(0.8211217,0.4779484),(0.8168637,0.4779484),(0.8211217,0.4821893),(0.8168637,0.4821893),(0.8253628,0.4821893),(0.8295926,0.4779484),(0.8295926,0.4821893),(0.8125832,0.4694847),(0.8082899,0.4694847),(0.8125832,0.4737153),(0.8082899,0.4737153),(0.8039935,0.4694847),(0.7997035,0.4694847),(0.8039935,0.4737153),(0.7997035,0.4737153),(0.8039935,0.4779484),(0.8082899,0.4779484),(0.7997035,0.4779484),(0.7997035,0.4821893),(0.8039935,0.4821893),(0.8082899,0.4821893),(0.8125832,0.4779484),(0.8125832,0.4821893),(0.7954297,0.4694847),(0.7911757,0.4694847),(0.7911757,0.4737153),(0.7954297,0.4737153),(0.7869452,0.4694847),(0.7827417,0.4694847),(0.7827417,0.4737153),(0.7869452,0.4737153),(0.7869452,0.4779484),(0.7911757,0.4779484),(0.7827417,0.4779484),(0.7827417,0.4821893),(0.7869452,0.4821893),(0.7911757,0.4821893),(0.7954297,0.4779484),(0.7954297,0.4821893),(0.7785689,0.4694847),(0.7744211,0.4694847),(0.7744212,0.4737153),(0.7785689,0.4737153),(0.7702925,0.4694847),(0.7661775,0.4694847),(0.7661775,0.4737153),(0.7702925,0.4737153),(0.7702925,0.4779484),(0.7744212,0.4779484),(0.7661775,0.4779484),(0.7661775,0.4821893),(0.7702925,0.4821893),(0.7744212,0.4821893),(0.778569,0.4779484),(0.778569,0.4821893),(0.7620703,0.4694847),(0.757961,0.4694847),(0.757961,0.4737153),(0.7620703,0.4737153),(0.7538399,0.4694847),(0.7496969,0.4694847),(0.7496969,0.4737153),(0.7538399,0.4737153),(0.7538399,0.4779484),(0.757961,0.4779484),(0.7496969,0.4779484),(0.7496969,0.4821893),(0.7538399,0.4821893),(0.757961,0.4821893),(0.7620703,0.4779484),(0.7620703,0.4821893),(0.7455223,0.4694847),(0.7413244,0.4694847),(0.7413245,0.4737153),(0.7455223,0.4737153),(0.7371117,0.4694847),(0.7328922,0.4694847),(0.7328923,0.4737153),(0.7371117,0.4737153),(0.7371117,0.4779484),(0.7413245,0.4779484),(0.7328922,0.4779484),(0.7328922,0.4821893),(0.7371117,0.4821893),(0.7413245,0.4821893),(0.7455223,0.4779484),(0.7455223,0.4821893),(0.7286744,0.4694847),(0.7244572,0.4694847),(0.7244572,0.4737153),(0.7286744,0.4737153),(0.7202395,0.4694847),(0.71602,0.4694847),(0.71602,0.4737153),(0.7202395,0.4737153),(0.7202395,0.4779484),(0.7244572,0.4779484),(0.71602,0.4779484),(0.71602,0.4821893),(0.7202394,0.4821893),(0.7244572,0.4821893),(0.7286744,0.4779484),(0.7286744,0.4821893),(0.7117977,0.4694847),(0.7075742,0.4694847),(0.7075742,0.4737153),(0.7117977,0.4737153),(0.7033514,0.4694847),(0.6991307,0.4694847),(0.6991307,0.4737153),(0.7033514,0.4737153),(0.7033514,0.4779484),(0.7075742,0.4779484),(0.6991307,0.4779484),(0.7033514,0.4821893),(0.6991307,0.4821893),(0.7075742,0.4821893),(0.7117977,0.4779484),(0.7117977,0.4821893),(0.6949139,0.4694847),(0.6906992,0.4694847),(0.6906992,0.4737153),(0.6949139,0.4737153),(0.6864849,0.4694847),(0.6822694,0.4694847),(0.6822693,0.4737153),(0.6864849,0.4737153),(0.6906992,0.4779484),(0.6864849,0.4779484),(0.6822694,0.4779484),(0.6864849,0.4821893),(0.6822693,0.4821893),(0.6906992,0.4821893),(0.6949139,0.4779484),(0.6949139,0.4821893),(0.6780508,0.4694847),(0.6738272,0.4694847),(0.6780507,0.4737153),(0.6738272,0.4737153),(0.6695971,0.4694847),(0.6653587,0.4694847),(0.6695971,0.4737153),(0.6653587,0.4737153),(0.6738272,0.4779484),(0.6695971,0.4779484),(0.6653587,0.4779484),(0.6695971,0.4821893),(0.6653587,0.4821893),(0.6738272,0.4821893),(0.6780508,0.4779484),(0.6780507,0.4821893),(0.6611102,0.4694847),(0.6568571,0.4694847),(0.6611102,0.4737153),(0.6568571,0.4737153),(0.6526053,0.4694847),(0.6483604,0.4694847),(0.6526054,0.4737153),(0.6483604,0.4737153),(0.6568571,0.4779484),(0.6526054,0.4779484),(0.6483604,0.4779484),(0.6526053,0.4821893),(0.6483604,0.4821893),(0.6568571,0.4821893),(0.6611102,0.4779484),(0.6611102,0.4821893),(0.6441281,0.4694847),(0.6399043,0.4694847),(0.6441281,0.4737153),(0.6399043,0.4737153),(0.635685,0.4694847),(0.6314663,0.4694847),(0.635685,0.4737153),(0.6314663,0.4737153),(0.6399043,0.4779484),(0.635685,0.4779484),(0.6314663,0.4779484),(0.635685,0.4821893),(0.6314663,0.4821893),(0.6399043,0.4821893),(0.6441281,0.4779484),(0.6441281,0.4821893),(0.627244,0.4694847),(0.6230208,0.4694847),(0.627244,0.4737153),(0.6230209,0.4737153),(0.6187993,0.4694847),(0.6145822,0.4694847),(0.6187993,0.4737153),(0.6145822,0.4737153),(0.6230208,0.4779484),(0.6187993,0.4779484),(0.6145822,0.4779484),(0.6187993,0.4821893),(0.6145822,0.4821893),(0.6230209,0.4821893),(0.627244,0.4779484),(0.627244,0.4821893),(0.6103719,0.4694847),(0.6061606,0.4694847),(0.6103719,0.4737153),(0.6061606,0.4737153),(0.6019406,0.4694847),(0.5977041,0.4694847),(0.5977041,0.4737153),(0.6019406,0.4737153),(0.6061606,0.4779484),(0.6019406,0.4779484),(0.5977041,0.4779484),(0.6019406,0.4821893),(0.5977041,0.4821893),(0.6061606,0.4821893),(0.6103719,0.4779484),(0.6103719,0.4821893),(0.5934432,0.4694847),(0.589169,0.4694847),(0.589169,0.4737153),(0.5934432,0.4737153),(0.5848927,0.4694847),(0.5806257,0.4694847),(0.5848927,0.4737153),(0.5806257,0.4737153),(0.5848927,0.4779484),(0.589169,0.4779484),(0.5806257,0.4779484),(0.5848927,0.4821893),(0.5806257,0.4821893),(0.589169,0.4821893),(0.5934432,0.4779484),(0.5934432,0.4821893),(0.5763788,0.4694847),(0.572147,0.4694847),(0.5763788,0.4737153),(0.572147,0.4737153),(0.567925,0.4694847),(0.5637077,0.4694847),(0.567925,0.4737153),(0.5637077,0.4737153),(0.572147,0.4779484),(0.567925,0.4779484),(0.5637077,0.4779484),(0.567925,0.4821893),(0.5637077,0.4821893),(0.572147,0.4821893),(0.5763788,0.4779484),(0.5763788,0.4821893),(0.55949,0.4694847),(0.5552715,0.4694847),(0.55949,0.4737153),(0.5552715,0.4737153),(0.5510522,0.4694847),(0.5468317,0.4694847),(0.5510522,0.4737153),(0.5468317,0.4737153),(0.5552715,0.4779484),(0.5510522,0.4779484),(0.5468317,0.4779484),(0.5468317,0.4821893),(0.5510522,0.4821893),(0.5552715,0.4821893),(0.55949,0.4779484),(0.55949,0.4821893),(0.5426099,0.4694847),(0.5383899,0.4694847),(0.5426099,0.4737153),(0.5383899,0.4737153),(0.5341746,0.4694847),(0.5299669,0.4694847),(0.5341746,0.4737153),(0.5299669,0.4737153),(0.5341746,0.4779484),(0.5383899,0.4779484),(0.5299669,0.4779484),(0.5341746,0.4821893),(0.529967,0.4821893),(0.5383899,0.4821893),(0.5426099,0.4779484),(0.5426099,0.4821893),(0.52577,0.4694847),(0.5215818,0.4694847),(0.52577,0.4737153),(0.5215818,0.4737153),(0.5174,0.4694847),(0.5132228,0.4694847),(0.5174,0.4737153),(0.5132228,0.4737153),(0.5215818,0.4779484),(0.5174,0.4779484),(0.5132228,0.4779484),(0.5174,0.4821893),(0.5132228,0.4821893),(0.5215818,0.4821893),(0.52577,0.4779484),(0.52577,0.4821893),(0.5090478,0.4694847),(0.5048727,0.4694847),(0.5090478,0.4737153),(0.5048727,0.4737153),(0.5006949,0.4694847),(0.4965119,0.4694847),(0.5006949,0.4737153),(0.4965119,0.4737153),(0.5048727,0.4779484),(0.5006949,0.4779484),(0.4965119,0.4779484),(0.5006949,0.4821893),(0.4965119,0.4821893),(0.5048727,0.4821893),(0.5090478,0.4779484),(0.5090478,0.4821893),(0.4923214,0.4694847),(0.4881234,0.4694847),(0.4923214,0.4737153),(0.4881234,0.4737153),(0.4839184,0.4694847),(0.4797065,0.4694847),(0.4839184,0.4737153),(0.4797065,0.4737153),(0.4881234,0.4779484),(0.4839184,0.4779484),(0.4797065,0.4779484),(0.4839184,0.4821893),(0.4797064,0.4821893),(0.4881234,0.4821893),(0.4923214,0.4779484),(0.4923214,0.4821893),(0.4754879,0.4694847),(0.4712752,0.4694847),(0.4754879,0.4737153),(0.4712752,0.4737153),(0.4670808,0.4694847),(0.4629171,0.4694847),(0.4670808,0.4737153),(0.4629171,0.4737153),(0.4712752,0.4779484),(0.4670808,0.4779484),(0.4629171,0.4779484),(0.4670808,0.4821893),(0.4629171,0.4821893),(0.4712752,0.4821893),(0.4754879,0.4779484),(0.4754879,0.4821893),(0.4587967,0.4694847),(0.4547031,0.4694847),(0.4587967,0.4737153),(0.4547031,0.4737153),(0.4506197,0.4694847),(0.44653,0.4694847),(0.4506197,0.4737153),(0.44653,0.4737153),(0.4547031,0.4779484),(0.4506197,0.4779484),(0.44653,0.4779484),(0.4506197,0.4821893),(0.44653,0.4821893),(0.4547031,0.4821893),(0.4587967,0.4779484),(0.4587967,0.4821893),(0.4424174,0.4694847),(0.4382856,0.4694847),(0.4424174,0.4737153),(0.4382856,0.4737153),(0.4341379,0.4694847),(0.429978,0.4694847),(0.4341379,0.4737153),(0.429978,0.4737153),(0.4382856,0.4779484),(0.4341379,0.4779484),(0.429978,0.4779484),(0.4341379,0.4821893),(0.429978,0.4821893),(0.4382856,0.4821893),(0.4424174,0.4779484),(0.4424174,0.4821893),(0.4258092,0.4694847),(0.4216311,0.4694847),(0.4258092,0.4737153),(0.4216312,0.4737153),(0.4174434,0.4694847),(0.4132456,0.4694847),(0.4132456,0.4737153),(0.4174434,0.4737153),(0.4174434,0.4779484),(0.4216312,0.4779484),(0.4132456,0.4779484),(0.4132456,0.4821893),(0.4174434,0.4821893),(0.4216312,0.4821893),(0.4258092,0.4779484),(0.4258092,0.4821893),(0.4090372,0.4694847),(0.4048201,0.4694847),(0.4048201,0.4737153),(0.4090372,0.4737153),(0.4005963,0.4694847),(0.3963675,0.4694847),(0.3963675,0.4737153),(0.4005963,0.4737153),(0.4005963,0.4779484),(0.4048201,0.4779484),(0.3963675,0.4779484),(0.3963675,0.4821893),(0.4005963,0.4821893),(0.4048201,0.4821893),(0.4090372,0.4779484),(0.4090372,0.4821893),(0.3921357,0.4694847),(0.3879012,0.4694847),(0.3921357,0.4737153),(0.3879012,0.4737153),(0.3836642,0.4694847),(0.3794248,0.4694847),(0.3836642,0.4737153),(0.3794249,0.4737153),(0.3836642,0.4779484),(0.3879012,0.4779484),(0.3794248,0.4779484),(0.3836642,0.4821893),(0.3794248,0.4821893),(0.3879012,0.4821893),(0.3921357,0.4779484),(0.3921357,0.4821893),(0.3751834,0.4694847),(0.3709441,0.4694847),(0.3751834,0.4737153),(0.3709441,0.4737153),(0.3667112,0.4694847),(0.3624887,0.4694847),(0.3624887,0.4737153),(0.3667112,0.4737153),(0.3709442,0.4779484),(0.3667112,0.4779484),(0.3624887,0.4779484),(0.3667112,0.4821893),(0.3624887,0.4821893),(0.3709441,0.4821893),(0.3751834,0.4779484),(0.3751834,0.4821893),(0.358281,0.4694847),(0.3540821,0.4694847),(0.3540821,0.4737153),(0.358281,0.4737153),(0.3498864,0.4694847),(0.3456882,0.4694847),(0.3498864,0.4737153),(0.3456882,0.4737153),(0.3540821,0.4779484),(0.3498864,0.4779484),(0.3456882,0.4779484),(0.3498864,0.4821893),(0.3456882,0.4821893),(0.3540821,0.4821893),(0.3582809,0.4779484),(0.358281,0.4821893),(0.3414817,0.4694847),(0.3372694,0.4694847),(0.3414817,0.4737153),(0.3372695,0.4737153),(0.3330541,0.4694847),(0.3288383,0.4694847),(0.3330541,0.4737153),(0.3288383,0.4737153),(0.3372695,0.4779484),(0.3330541,0.4779484),(0.3288383,0.4779484),(0.3330541,0.4821893),(0.3288383,0.4821893),(0.3372695,0.4821893),(0.3414817,0.4779484),(0.3414817,0.4821893),(0.3246247,0.4694847),(0.3204179,0.4694847),(0.3246247,0.4737153),(0.3204179,0.4737153),(0.3162228,0.4694847),(0.3120441,0.4694847),(0.3162228,0.4737153),(0.3120441,0.4737153),(0.3204179,0.4779484),(0.3162228,0.4779484),(0.3120441,0.4779484),(0.3162228,0.4821893),(0.3120441,0.4821893),(0.3204179,0.4821893),(0.3246247,0.4779484),(0.3246247,0.4821893),(0.3078868,0.4694847),(0.3037427,0.4694847),(0.3078868,0.4737153),(0.3037427,0.4737153),(0.2996041,0.4694847),(0.2954631,0.4694847),(0.2996041,0.4737153),(0.2954631,0.4737153),(0.3037428,0.4779484),(0.2996041,0.4779484),(0.2954631,0.4779484),(0.2996041,0.4821893),(0.2954631,0.4821893),(0.3037427,0.4821893),(0.3078868,0.4779484),(0.3078868,0.4821893),(0.2913116,0.4694847),(0.2871543,0.4694847),(0.2913116,0.4737153),(0.2871543,0.4737153),(0.2829956,0.4694847),(0.2788399,0.4694847),(0.2829956,0.4737153),(0.2788399,0.4737153),(0.2871543,0.4779484),(0.2829956,0.4779484),(0.2788399,0.4779484),(0.2829956,0.4821893),(0.2788399,0.4821893),(0.2871543,0.4821893),(0.2913116,0.4779484),(0.2913116,0.4821893),(0.2746918,0.4694847),(0.2705556,0.4694847),(0.2746918,0.4737153),(0.2705556,0.4737153),(0.2664356,0.4694847),(0.262336,0.4694847),(0.2664356,0.4737153),(0.262336,0.4737153),(0.2705556,0.4779484),(0.2664356,0.4779484),(0.262336,0.4779484),(0.2664356,0.4821893),(0.262336,0.4821893),(0.2705556,0.4821893),(0.2746918,0.4779484),(0.2746918,0.4821893),(0.2582613,0.4694847),(0.254209,0.4694847),(0.2582613,0.4737153),(0.254209,0.4737153),(0.2501769,0.4694847),(0.2461624,0.4694847),(0.2501769,0.4737153),(0.2461624,0.4737153),(0.254209,0.4779484),(0.2501769,0.4779484),(0.2461624,0.4779484),(0.2501769,0.4821893),(0.2461624,0.4821893),(0.254209,0.4821893),(0.2582613,0.4779484),(0.2582613,0.4821893),(0.2421634,0.4694847),(0.238164,0.4694847),(0.2421634,0.4737153),(0.238164,0.4737153),(0.2341487,0.4694847),(0.2301017,0.4694847),(0.2341487,0.4737153),(0.2301017,0.4737153),(0.238164,0.4779484),(0.2341487,0.4779484),(0.2301017,0.4779484),(0.2341487,0.4821893),(0.2301017,0.4821893),(0.238164,0.4821893),(0.2421634,0.4779484),(0.2421634,0.4821893),(0.2260074,0.4694847),(0.2218787,0.4694847),(0.2260074,0.4737153),(0.2218787,0.4737153),(0.2177283,0.4694847),(0.2135691,0.4694847),(0.2177283,0.4737153),(0.2135692,0.4737153),(0.2218787,0.4779484),(0.2177283,0.4779484),(0.2135691,0.4779484),(0.2177283,0.4821893),(0.2135692,0.4821893),(0.2218787,0.4821893),(0.2260074,0.4779484),(0.2260074,0.4821893),(0.2094141,0.4694847),(0.2052627,0.4694847),(0.2094141,0.4737153),(0.2052627,0.4737153),(0.2011147,0.4694847),(0.1969699,0.4694847),(0.1969699,0.4737153),(0.2011147,0.4737153),(0.2052627,0.4779484),(0.2011147,0.4779484),(0.1969699,0.4779484),(0.2011147,0.4821893),(0.1969699,0.4821893),(0.2052627,0.4821893),(0.2094141,0.4779484),(0.2094141,0.4821893),(0.1928277,0.4694847),(0.1886888,0.4694847),(0.1886888,0.4737153),(0.1928277,0.4737153),(0.1845533,0.4694847),(0.1804218,0.4694847),(0.1804218,0.4737153),(0.1845533,0.4737153),(0.1886888,0.4779484),(0.1845533,0.4779484),(0.1804218,0.4779484),(0.1845533,0.4821893),(0.1804218,0.4821893),(0.1886888,0.4821893),(0.1928277,0.4779484),(0.1928277,0.4821893),(0.1762946,0.4694847),(0.1721701,0.4694847),(0.1762946,0.4737153),(0.1721701,0.4737153),(0.1680468,0.4694847),(0.163923,0.4694847),(0.163923,0.4737153),(0.1680468,0.4737153),(0.1721701,0.4779484),(0.1680468,0.4779484),(0.163923,0.4779484),(0.1680468,0.4821893),(0.163923,0.4821893),(0.1721701,0.4821893),(0.1762946,0.4779484),(0.1762946,0.4821893),(0.1597973,0.4694847),(0.1556691,0.4694847),(0.1556691,0.4737153),(0.1597973,0.4737153),(0.1515382,0.4694847),(0.1474041,0.4694847),(0.1474041,0.4737153),(0.1515382,0.4737153),(0.1515382,0.4779484),(0.1556691,0.4779484),(0.1474041,0.4779484),(0.1474041,0.4821893),(0.1515382,0.4821893),(0.1556691,0.4821893),(0.1597973,0.4779484),(0.1597973,0.4821893),(0.1432664,0.4694847),(0.1391259,0.4694847),(0.1391259,0.4737153),(0.1432664,0.4737153),(0.134983,0.4694847),(0.1308385,0.4694847),(0.1308385,0.4737153),(0.134983,0.4737153),(0.134983,0.4779484),(0.1391259,0.4779484),(0.1308385,0.4779484),(0.1308385,0.4821893),(0.134983,0.4821893),(0.1391259,0.4821893),(0.1432664,0.4779484),(0.1432664,0.4821893),(0.126693,0.4694847),(0.12255,0.4694847),(0.12255,0.4737153),(0.126693,0.4737153),(0.1184131,0.4694847),(0.1142857,0.4694847),(0.1142857,0.4737153),(0.1184131,0.4737153),(0.1184131,0.4779484),(0.12255,0.4779484),(0.1142857,0.4779484),(0.1142857,0.4821893),(0.1184131,0.4821893),(0.12255,0.4821893),(0.126693,0.4779484),(0.126693,0.4821893),(0.1101713,0.4694847),(0.1060752,0.4694847),(0.1060752,0.4737153),(0.1101713,0.4737153),(0.1020023,0.4694847),(0.09795791,0.4694847),(0.09795791,0.4737153),(0.1020023,0.4737153),(0.1020023,0.4779484),(0.1060752,0.4779484),(0.09795791,0.4779484),(0.09795791,0.4821893),(0.1020023,0.4821893),(0.1060752,0.4821893),(0.1101713,0.4779484),(0.1101713,0.4821893),(0.09394707,0.4694847),(0.08994583,0.4694847),(0.09394707,0.4737153),(0.08994584,0.4737153),(0.08593026,0.4694847),(0.08187638,0.4694847),(0.08187637,0.4737153),(0.08593025,0.4737153),(0.08593026,0.4779484),(0.08994584,0.4779484),(0.08187638,0.4779484),(0.08187638,0.4821893),(0.08593026,0.4821893),(0.08994584,0.4821893),(0.09394707,0.4779484),(0.09394707,0.4821893),(0.07776025,0.4694847),(0.07361087,0.4694847),(0.07361087,0.4737153),(0.07776025,0.4737153),(0.06945725,0.4694847),(0.06532837,0.4694847),(0.06532837,0.4737153),(0.06945725,0.4737153),(0.06945725,0.4779484),(0.07361087,0.4779484),(0.06532837,0.4779484),(0.06532837,0.4821893),(0.06945725,0.4821893),(0.07361087,0.4821893),(0.07776025,0.4779484),(0.07776025,0.4821893),(0.06125325,0.4694847),(0.05721605,0.4694847),(0.05721604,0.4737153),(0.06125325,0.4737153),(0.05320094,0.4694847),(0.0491921,0.4694847),(0.04919209,0.4737153),(0.05320094,0.4737153),(0.05320094,0.4779484),(0.05721605,0.4779484),(0.0491921,0.4779484),(0.04919209,0.4821893),(0.05320094,0.4821893),(0.05721605,0.4821893),(0.06125325,0.4779484),(0.06125325,0.4821893),(0.04517369,0.4694847),(0.04115105,0.4694847),(0.04115105,0.4737153),(0.04517369,0.4737153),(0.0371295,0.4694847),(0.03311438,0.4694847),(0.03311437,0.4737153),(0.0371295,0.4737153),(0.0371295,0.4779484),(0.04115105,0.4779484),(0.03311438,0.4779484),(0.03311438,0.4821893),(0.0371295,0.4821893),(0.04115105,0.4821893),(0.04517369,0.4779484),(0.04517369,0.4821893),(0.029111,0.4694847),(0.02511186,0.4694847),(0.02511186,0.4737153),(0.029111,0.4737153),(0.02110944,0.4694847),(0.01709622,0.4694847),(0.01709622,0.4737153),(0.02110944,0.4737153),(0.02110944,0.4779484),(0.02511186,0.4779484),(0.01709622,0.4779484),(0.01709622,0.4821893),(0.02110944,0.4821893),(0.02511186,0.4821893),(0.029111,0.4779484),(0.029111,0.4821893),(0.01306469,0.4694847),(0.009019421,0.4694857),(0.009019421,0.4737152),(0.01306469,0.4737153),(0.004965,0.4694886),(0.000906,0.4694925),(0.000906,0.473714),(0.004965,0.4737146),(0.004965,0.477942),(0.009019421,0.4779468),(0.000906,0.4779355),(0.000906,0.482157),(0.004965,0.4821796),(0.009019421,0.4821869),(0.01306469,0.4779484),(0.01306469,0.4821893),(0.999094,0.4864302),(0.9951518,0.4864367),(0.9912093,0.4864416),(0.9912093,0.4907176),(0.9951518,0.4907116),(0.999094,0.4907035),(0.9872664,0.4864432),(0.983323,0.4864432),(0.983323,0.4907197),(0.9872664,0.4907197),(0.9872664,0.4950286),(0.9912093,0.4950221),(0.983323,0.4950286),(0.983323,0.4993798),(0.9872664,0.4993797),(0.9912093,0.49937),(0.9951518,0.4950027),(0.999094,0.4949768),(0.9951518,0.4993408),(0.999094,0.49925),(0.9793787,0.4864432),(0.9754275,0.4864432),(0.9754274,0.4907197),(0.9793787,0.4907197),(0.9714631,0.4864432),(0.9674796,0.4864432),(0.9674796,0.4907197),(0.9714631,0.4907197),(0.9714631,0.4950286),(0.9754274,0.4950286),(0.9674796,0.4950286),(0.9674796,0.4993798),(0.9714631,0.4993797),(0.9754274,0.4993798),(0.9793787,0.4950286),(0.9793787,0.4993797),(0.9634706,0.4864432),(0.9594426,0.4864432),(0.9594426,0.4907197),(0.9634707,0.4907197),(0.9554016,0.4864432),(0.9513539,0.4864432),(0.9513539,0.4907197),(0.9554016,0.4907197),(0.9554016,0.4950286),(0.9594426,0.4950286),(0.9513539,0.4950286),(0.9513539,0.4993798),(0.9554016,0.4993797),(0.9594425,0.4993798),(0.9634707,0.4950286),(0.9634706,0.4993797),(0.9473058,0.4864432),(0.9432498,0.4864432),(0.9432497,0.4907197),(0.9473058,0.4907197),(0.9391782,0.4864432),(0.9350839,0.4864432),(0.9350839,0.4907197),(0.9391783,0.4907197),(0.9391782,0.4950286),(0.9432497,0.4950286),(0.9350839,0.4950286),(0.9350839,0.4993798),(0.9391783,0.4993797),(0.9432497,0.4993798),(0.9473058,0.4950286),(0.9473058,0.4993797),(0.930959,0.4864432),(0.9268106,0.4864432),(0.9268106,0.4907197),(0.930959,0.4907197),(0.9226453,0.4864432),(0.9184701,0.4864432),(0.9184701,0.4907197),(0.9226453,0.4907197),(0.9226453,0.4950286),(0.9268106,0.4950286),(0.9184701,0.4950286),(0.9184701,0.4993798),(0.9226453,0.4993797),(0.9268106,0.4993798),(0.930959,0.4950286),(0.930959,0.4993797),(0.9142919,0.4864432),(0.910111,0.4864432),(0.9101109,0.4907197),(0.9142919,0.4907197),(0.9059278,0.4864432),(0.9017429,0.4864432),(0.9017429,0.4907197),(0.9059278,0.4907197),(0.910111,0.4950286),(0.9059278,0.4950286),(0.9017429,0.4950286),(0.9059278,0.4993797),(0.9017428,0.4993798),(0.9101109,0.4993798),(0.9142919,0.4950286),(0.9142919,0.4993797),(0.8975567,0.4864432),(0.8933688,0.4864432),(0.8975567,0.4907197),(0.8933688,0.4907197),(0.8891787,0.4864432),(0.8849859,0.4864432),(0.8891788,0.4907197),(0.8849859,0.4907197),(0.8933688,0.4950286),(0.8891787,0.4950286),(0.8849859,0.4950286),(0.8891788,0.4993797),(0.8849859,0.4993798),(0.8933688,0.4993798),(0.8975567,0.4950286),(0.8975567,0.4993797),(0.8807898,0.4864432),(0.8765806,0.4864432),(0.8807898,0.4907197),(0.8765807,0.4907197),(0.8723488,0.4864432),(0.8680845,0.4864432),(0.8723488,0.4907197),(0.8680845,0.4907197),(0.8765806,0.4950286),(0.8723488,0.4950286),(0.8680845,0.4950286),(0.8723488,0.4993797),(0.8680845,0.4993798),(0.8765806,0.4993798),(0.8807898,0.4950286),(0.8807898,0.4993797),(0.8637781,0.4864432),(0.8594491,0.4864432),(0.8637781,0.4907197),(0.8594491,0.4907197),(0.8551173,0.4864432),(0.8508024,0.4864432),(0.8551173,0.4907197),(0.8508024,0.4907197),(0.8594491,0.4950286),(0.8551173,0.4950286),(0.8508024,0.4950286),(0.8551173,0.4993797),(0.8508024,0.4993798),(0.859449,0.4993798),(0.8637781,0.4950286),(0.8637781,0.4993797),(0.846524,0.4864432),(0.8422731,0.4864432),(0.846524,0.4907197),(0.8422731,0.4907197),(0.8380403,0.4864432),(0.8338165,0.4864432),(0.8380403,0.4907197),(0.8338165,0.4907197),(0.8422731,0.4950286),(0.8380403,0.4950286),(0.8338165,0.4950286),(0.8380404,0.4993797),(0.8338165,0.4993798),(0.8422731,0.4993798),(0.846524,0.4950286),(0.846524,0.4993797),(0.8295926,0.4864432),(0.8253628,0.4864432),(0.8295926,0.4907197),(0.8253628,0.4907197),(0.8211217,0.4864432),(0.8168637,0.4864432),(0.8211217,0.4907197),(0.8168637,0.4907197),(0.8253628,0.4950286),(0.8211217,0.4950286),(0.8168637,0.4950286),(0.8168637,0.4993798),(0.8211217,0.4993797),(0.8253628,0.4993798),(0.8295926,0.4950286),(0.8295926,0.4993797),(0.8125832,0.4864432),(0.8082899,0.4864432),(0.8082899,0.4907197),(0.8125832,0.4907197),(0.8039935,0.4864432),(0.7997035,0.4864432),(0.7997035,0.4907197),(0.8039935,0.4907197),(0.8039935,0.4950286),(0.8082899,0.4950286),(0.7997035,0.4950286),(0.7997035,0.4993798),(0.8039935,0.4993797),(0.8082899,0.4993798),(0.8125832,0.4950286),(0.8125832,0.4993797),(0.7954297,0.4864432),(0.7911757,0.4864432),(0.7911757,0.4907197),(0.7954297,0.4907197),(0.7869452,0.4864432),(0.7827417,0.4864432),(0.7827417,0.4907197),(0.7869452,0.4907197),(0.7869452,0.4950286),(0.7911757,0.4950286),(0.7827417,0.4950286),(0.7827417,0.4993798),(0.7869452,0.4993797),(0.7911757,0.4993798),(0.7954297,0.4950286),(0.7954297,0.4993797),(0.7785689,0.4864432),(0.7744211,0.4864432),(0.7744212,0.4907197),(0.7785689,0.4907197),(0.7702925,0.4864432),(0.7661775,0.4864432),(0.7661775,0.4907197),(0.7702925,0.4907197),(0.7702925,0.4950286),(0.7744212,0.4950286),(0.7661775,0.4950286),(0.7702925,0.4993797),(0.7661775,0.4993798),(0.7744212,0.4993798),(0.778569,0.4950286),(0.778569,0.4993797),(0.7620703,0.4864432),(0.757961,0.4864432),(0.757961,0.4907197),(0.7620703,0.4907197),(0.7538399,0.4864432),(0.7496969,0.4864432),(0.7496969,0.4907197),(0.7538399,0.4907197),(0.757961,0.4950286),(0.7538399,0.4950286),(0.7496969,0.4950286),(0.7538399,0.4993797),(0.7496969,0.4993798),(0.757961,0.4993798),(0.7620703,0.4950286),(0.7620703,0.4993797),(0.7455223,0.4864432),(0.7413244,0.4864432),(0.7413245,0.4907197),(0.7455223,0.4907197),(0.7371117,0.4864432),(0.7328922,0.4864432),(0.7371117,0.4907197),(0.7328923,0.4907197),(0.7413245,0.4950286),(0.7371117,0.4950286),(0.7328922,0.4950286),(0.7371117,0.4993797),(0.7328922,0.4993798),(0.7413245,0.4993798),(0.7455223,0.4950286),(0.7455223,0.4993797),(0.7286744,0.4864432),(0.7244572,0.4864432),(0.7286744,0.4907197),(0.7244572,0.4907197),(0.7202395,0.4864432),(0.71602,0.4864432),(0.7202395,0.4907197),(0.71602,0.4907197),(0.7244572,0.4950286),(0.7202395,0.4950286),(0.71602,0.4950286),(0.7202394,0.4993797),(0.71602,0.4993798),(0.7244572,0.4993798),(0.7286744,0.4950286),(0.7286744,0.4993797),(0.7117977,0.4864432),(0.7075742,0.4864432),(0.7117977,0.4907197),(0.7075742,0.4907197),(0.7033514,0.4864432),(0.6991307,0.4864432),(0.7033514,0.4907197),(0.6991307,0.4907197),(0.7075742,0.4950286),(0.7033514,0.4950286),(0.6991307,0.4950286),(0.7033514,0.4993797),(0.6991307,0.4993798),(0.7075742,0.4993798),(0.7117977,0.4950286),(0.7117977,0.4993797),(0.6949139,0.4864432),(0.6906992,0.4864432),(0.6949139,0.4907197),(0.6906992,0.4907197),(0.6864849,0.4864432),(0.6822694,0.4864432),(0.6864849,0.4907197),(0.6822693,0.4907197),(0.6864849,0.4950286),(0.6906992,0.4950286),(0.6822694,0.4950286),(0.6822693,0.4993798),(0.6864849,0.4993797),(0.6906992,0.4993798),(0.6949139,0.4950286),(0.6949139,0.4993797),(0.6780508,0.4864432),(0.6738272,0.4864432),(0.6738272,0.4907197),(0.6780507,0.4907197),(0.6695971,0.4864432),(0.6653587,0.4864432),(0.6695971,0.4907197),(0.6653587,0.4907197),(0.6738272,0.4950286),(0.6695971,0.4950286),(0.6653587,0.4950286),(0.6695971,0.4993797),(0.6653587,0.4993798),(0.6738272,0.4993798),(0.6780508,0.4950286),(0.6780507,0.4993797),(0.6611102,0.4864432),(0.6568571,0.4864432),(0.6611102,0.4907197),(0.6568571,0.4907197),(0.6526053,0.4864432),(0.6483604,0.4864432),(0.6526054,0.4907197),(0.6483604,0.4907197),(0.6568571,0.4950286),(0.6526054,0.4950286),(0.6483604,0.4950286),(0.6526053,0.4993797),(0.6483604,0.4993798),(0.6568571,0.4993798),(0.6611102,0.4950286),(0.6611102,0.4993797),(0.6441281,0.4864432),(0.6399043,0.4864432),(0.6441281,0.4907197),(0.6399043,0.4907197),(0.635685,0.4864432),(0.6314663,0.4864432),(0.635685,0.4907197),(0.6314663,0.4907197),(0.6399043,0.4950286),(0.635685,0.4950286),(0.6314663,0.4950286),(0.6314663,0.4993798),(0.635685,0.4993797),(0.6399043,0.4993798),(0.6441281,0.4950286),(0.6441281,0.4993797),(0.627244,0.4864432),(0.6230208,0.4864432),(0.627244,0.4907197),(0.6230209,0.4907197),(0.6187993,0.4864432),(0.6145822,0.4864432),(0.6145822,0.4907197),(0.6187993,0.4907197),(0.6187993,0.4950286),(0.6230208,0.4950286),(0.6145822,0.4950286),(0.6145822,0.4993798),(0.6187993,0.4993797),(0.6230209,0.4993798),(0.627244,0.4950286),(0.627244,0.4993797),(0.6103719,0.4864432),(0.6061606,0.4864432),(0.6061606,0.4907197),(0.6103719,0.4907197),(0.6019406,0.4864432),(0.5977041,0.4864432),(0.5977041,0.4907197),(0.6019406,0.4907197),(0.6019406,0.4950286),(0.6061606,0.4950286),(0.5977041,0.4950286),(0.5977041,0.4993798),(0.6019406,0.4993797),(0.6061606,0.4993798),(0.6103719,0.4950286),(0.6103719,0.4993797),(0.5934432,0.4864432),(0.589169,0.4864432),(0.589169,0.4907197),(0.5934432,0.4907197),(0.5848927,0.4864432),(0.5806257,0.4864432),(0.5848927,0.4907197),(0.5806257,0.4907197),(0.5848927,0.4950286),(0.589169,0.4950286),(0.5806257,0.4950286),(0.5806257,0.4993798),(0.5848927,0.4993797),(0.589169,0.4993798),(0.5934432,0.4950286),(0.5934432,0.4993797),(0.5763788,0.4864432),(0.572147,0.4864432),(0.5763788,0.4907197),(0.572147,0.4907197),(0.567925,0.4864432),(0.5637077,0.4864432),(0.567925,0.4907197),(0.5637077,0.4907197),(0.572147,0.4950286),(0.567925,0.4950286),(0.5637077,0.4950286),(0.5637077,0.4993798),(0.567925,0.4993797),(0.572147,0.4993798),(0.5763788,0.4950286),(0.5763788,0.4993797),(0.55949,0.4864432),(0.5552715,0.4864432),(0.5552715,0.4907197),(0.55949,0.4907197),(0.5510522,0.4864432),(0.5468317,0.4864432),(0.5468317,0.4907197),(0.5510522,0.4907197),(0.5510522,0.4950286),(0.5552715,0.4950286),(0.5468317,0.4950286),(0.5468317,0.4993798),(0.5510522,0.4993797),(0.5552715,0.4993798),(0.55949,0.4950286),(0.55949,0.4993797),(0.5426099,0.4864432),(0.5383899,0.4864432),(0.5383899,0.4907197),(0.5426099,0.4907197),(0.5341746,0.4864432),(0.5299669,0.4864432),(0.5299669,0.4907197),(0.5341746,0.4907197),(0.5341746,0.4950286),(0.5383899,0.4950286),(0.5299669,0.4950286),(0.529967,0.4993798),(0.5341746,0.4993797),(0.5383899,0.4993798),(0.5426099,0.4950286),(0.5426099,0.4993797),(0.52577,0.4864432),(0.5215818,0.4864432),(0.52577,0.4907197),(0.5215818,0.4907197),(0.5174,0.4864432),(0.5132228,0.4864432),(0.5174,0.4907197),(0.5132228,0.4907197),(0.5174,0.4950286),(0.5215818,0.4950286),(0.5132228,0.4950286),(0.5132228,0.4993798),(0.5174,0.4993797),(0.5215818,0.4993798),(0.52577,0.4950286),(0.52577,0.4993797),(0.5090478,0.4864432),(0.5048727,0.4864432),(0.5048727,0.4907197),(0.5090478,0.4907197),(0.5006949,0.4864432),(0.4965119,0.4864432),(0.4965119,0.4907197),(0.5006949,0.4907197),(0.5006949,0.4950286),(0.5048727,0.4950286),(0.4965119,0.4950286),(0.4965119,0.4993798),(0.5006949,0.4993797),(0.5048727,0.4993798),(0.5090478,0.4950286),(0.5090478,0.4993797),(0.4923214,0.4864432),(0.4881234,0.4864432),(0.4881234,0.4907197),(0.4923214,0.4907197),(0.4839184,0.4864432),(0.4797065,0.4864432),(0.4839184,0.4907197),(0.4797065,0.4907197),(0.4839184,0.4950286),(0.4881234,0.4950286),(0.4797065,0.4950286),(0.4839184,0.4993797),(0.4797064,0.4993798),(0.4881234,0.4993798),(0.4923214,0.4950286),(0.4923214,0.4993797),(0.4754879,0.4864432),(0.4712752,0.4864432),(0.4754879,0.4907197),(0.4712752,0.4907197),(0.4670808,0.4864432),(0.4629171,0.4864432),(0.4670808,0.4907197),(0.4629171,0.4907197),(0.4712752,0.4950286),(0.4670808,0.4950286),(0.4629171,0.4950286),(0.4670808,0.4993797),(0.4629171,0.4993798),(0.4712752,0.4993798),(0.4754879,0.4950286),(0.4754879,0.4993797),(0.4587967,0.4864432),(0.4547031,0.4864432),(0.4587967,0.4907197),(0.4547031,0.4907197),(0.4506197,0.4864432),(0.44653,0.4864432),(0.4506197,0.4907197),(0.44653,0.4907197),(0.4547031,0.4950286),(0.4506197,0.4950286),(0.44653,0.4950286),(0.4506197,0.4993797),(0.44653,0.4993798),(0.4547031,0.4993798),(0.4587967,0.4950286),(0.4587967,0.4993797),(0.4424174,0.4864432),(0.4382856,0.4864432),(0.4424174,0.4907197),(0.4382856,0.4907197),(0.4341379,0.4864432),(0.429978,0.4864432),(0.4341379,0.4907197),(0.429978,0.4907197),(0.4382856,0.4950286),(0.4341379,0.4950286),(0.429978,0.4950286),(0.4341379,0.4993797),(0.429978,0.4993798),(0.4382856,0.4993798),(0.4424174,0.4950286),(0.4424174,0.4993797),(0.4258092,0.4864432),(0.4216311,0.4864432),(0.4258092,0.4907197),(0.4216312,0.4907197),(0.4174434,0.4864432),(0.4132456,0.4864432),(0.4132456,0.4907197),(0.4174434,0.4907197),(0.4216312,0.4950286),(0.4174434,0.4950286),(0.4132456,0.4950286),(0.4174434,0.4993797),(0.4132456,0.4993798),(0.4216312,0.4993798),(0.4258092,0.4950286),(0.4258092,0.4993797),(0.4090372,0.4864432),(0.4048201,0.4864432),(0.4048201,0.4907197),(0.4090372,0.4907197),(0.4005963,0.4864432),(0.3963675,0.4864432),(0.3963675,0.4907197),(0.4005963,0.4907197),(0.4005963,0.4950286),(0.4048201,0.4950286),(0.3963675,0.4950286),(0.3963675,0.4993798),(0.4005963,0.4993797),(0.4048201,0.4993798),(0.4090372,0.4950286),(0.4090372,0.4993797),(0.3921357,0.4864432),(0.3879012,0.4864432),(0.3879012,0.4907197),(0.3921357,0.4907197),(0.3836642,0.4864432),(0.3794248,0.4864432),(0.3836642,0.4907197),(0.3794249,0.4907197),(0.3879012,0.4950286),(0.3836642,0.4950286),(0.3794248,0.4950286),(0.3836642,0.4993797),(0.3794248,0.4993798),(0.3879012,0.4993798),(0.3921357,0.4950286),(0.3921357,0.4993797),(0.3751834,0.4864432),(0.3709441,0.4864432),(0.3751834,0.4907197),(0.3709441,0.4907197),(0.3667112,0.4864432),(0.3624887,0.4864432),(0.3667112,0.4907197),(0.3624887,0.4907197),(0.3709442,0.4950286),(0.3667112,0.4950286),(0.3624887,0.4950286),(0.3667112,0.4993797),(0.3624887,0.4993798),(0.3709441,0.4993798),(0.3751834,0.4950286),(0.3751834,0.4993797),(0.358281,0.4864432),(0.3540821,0.4864432),(0.358281,0.4907197),(0.3540821,0.4907197),(0.3498864,0.4864432),(0.3456882,0.4864432),(0.3498864,0.4907197),(0.3456882,0.4907197),(0.3540821,0.4950286),(0.3498864,0.4950286),(0.3456882,0.4950286),(0.3498864,0.4993797),(0.3456882,0.4993798),(0.3540821,0.4993798),(0.3582809,0.4950286),(0.358281,0.4993797),(0.3414817,0.4864432),(0.3372694,0.4864432),(0.3414817,0.4907197),(0.3372695,0.4907197),(0.3330541,0.4864432),(0.3288383,0.4864432),(0.3330541,0.4907197),(0.3288383,0.4907197),(0.3372695,0.4950286),(0.3330541,0.4950286),(0.3288383,0.4950286),(0.3330541,0.4993797),(0.3288383,0.4993798),(0.3372695,0.4993798),(0.3414817,0.4950286),(0.3414817,0.4993797),(0.3246247,0.4864432),(0.3204179,0.4864432),(0.3246247,0.4907197),(0.3204179,0.4907197),(0.3162228,0.4864432),(0.3120441,0.4864432),(0.3162228,0.4907197),(0.3120441,0.4907197),(0.3204179,0.4950286),(0.3162228,0.4950286),(0.3120441,0.4950286),(0.3162228,0.4993797),(0.3120441,0.4993798),(0.3204179,0.4993798),(0.3246247,0.4950286),(0.3246247,0.4993797),(0.3078868,0.4864432),(0.3037427,0.4864432),(0.3078868,0.4907197),(0.3037427,0.4907197),(0.2996041,0.4864432),(0.2954631,0.4864432),(0.2996041,0.4907197),(0.2954631,0.4907197),(0.3037428,0.4950286),(0.2996041,0.4950286),(0.2954631,0.4950286),(0.2996041,0.4993797),(0.2954631,0.4993798),(0.3037427,0.4993798),(0.3078868,0.4950286),(0.3078868,0.4993797),(0.2913116,0.4864432),(0.2871543,0.4864432),(0.2913116,0.4907197),(0.2871543,0.4907197),(0.2829956,0.4864432),(0.2788399,0.4864432),(0.2829956,0.4907197),(0.2788399,0.4907197),(0.2871543,0.4950286),(0.2829956,0.4950286),(0.2788399,0.4950286),(0.2829956,0.4993797),(0.2788399,0.4993798),(0.2871543,0.4993798),(0.2913116,0.4950286),(0.2913116,0.4993797),(0.2746918,0.4864432),(0.2705556,0.4864432),(0.2746918,0.4907197),(0.2705556,0.4907197),(0.2664356,0.4864432),(0.262336,0.4864432),(0.2664356,0.4907197),(0.262336,0.4907197),(0.2705556,0.4950286),(0.2664356,0.4950286),(0.262336,0.4950286),(0.2664356,0.4993797),(0.262336,0.4993798),(0.2705556,0.4993798),(0.2746918,0.4950286),(0.2746918,0.4993797),(0.2582613,0.4864432),(0.254209,0.4864432),(0.2582613,0.4907197),(0.254209,0.4907197),(0.2501769,0.4864432),(0.2461624,0.4864432),(0.2501769,0.4907197),(0.2461624,0.4907197),(0.254209,0.4950286),(0.2501769,0.4950286),(0.2461624,0.4950286),(0.2501769,0.4993797),(0.2461624,0.4993798),(0.254209,0.4993798),(0.2582613,0.4950286),(0.2582613,0.4993797),(0.2421634,0.4864432),(0.238164,0.4864432),(0.2421634,0.4907197),(0.238164,0.4907197),(0.2341487,0.4864432),(0.2301017,0.4864432),(0.2341487,0.4907197),(0.2301017,0.4907197),(0.238164,0.4950286),(0.2341487,0.4950286),(0.2301017,0.4950286),(0.2341487,0.4993797),(0.2301017,0.4993798),(0.238164,0.4993798),(0.2421634,0.4950286),(0.2421634,0.4993797),(0.2260074,0.4864432),(0.2218787,0.4864432),(0.2260074,0.4907197),(0.2218787,0.4907197),(0.2177283,0.4864432),(0.2135691,0.4864432),(0.2177283,0.4907197),(0.2135692,0.4907197),(0.2218787,0.4950286),(0.2177283,0.4950286),(0.2135691,0.4950286),(0.2177283,0.4993797),(0.2135692,0.4993798),(0.2218787,0.4993798),(0.2260074,0.4950286),(0.2260074,0.4993797),(0.2094141,0.4864432),(0.2052627,0.4864432),(0.2094141,0.4907197),(0.2052627,0.4907197),(0.2011147,0.4864432),(0.1969699,0.4864432),(0.2011147,0.4907197),(0.1969699,0.4907197),(0.2052627,0.4950286),(0.2011147,0.4950286),(0.1969699,0.4950286),(0.2011147,0.4993797),(0.1969699,0.4993798),(0.2052627,0.4993798),(0.2094141,0.4950286),(0.2094141,0.4993797),(0.1928277,0.4864432),(0.1886888,0.4864432),(0.1928277,0.4907197),(0.1886888,0.4907197),(0.1845533,0.4864432),(0.1804218,0.4864432),(0.1845533,0.4907197),(0.1804218,0.4907197),(0.1886888,0.4950286),(0.1845533,0.4950286),(0.1804218,0.4950286),(0.1845533,0.4993797),(0.1804218,0.4993798),(0.1886888,0.4993798),(0.1928277,0.4950286),(0.1928277,0.4993797),(0.1762946,0.4864432),(0.1721701,0.4864432),(0.1762946,0.4907197),(0.1721701,0.4907197),(0.1680468,0.4864432),(0.163923,0.4864432),(0.1680468,0.4907197),(0.163923,0.4907197),(0.1721701,0.4950286),(0.1680468,0.4950286),(0.163923,0.4950286),(0.1680468,0.4993797),(0.163923,0.4993798),(0.1721701,0.4993798),(0.1762946,0.4950286),(0.1762946,0.4993797),(0.1597973,0.4864432),(0.1556691,0.4864432),(0.1556691,0.4907197),(0.1597973,0.4907197),(0.1515382,0.4864432),(0.1474041,0.4864432),(0.1474041,0.4907197),(0.1515382,0.4907197),(0.1515382,0.4950286),(0.1556691,0.4950286),(0.1474041,0.4950286),(0.1474041,0.4993798),(0.1515382,0.4993797),(0.1556691,0.4993798),(0.1597973,0.4950286),(0.1597973,0.4993797),(0.1432664,0.4864432),(0.1391259,0.4864432),(0.1391259,0.4907197),(0.1432664,0.4907197),(0.134983,0.4864432),(0.1308385,0.4864432),(0.1308385,0.4907197),(0.134983,0.4907197),(0.134983,0.4950286),(0.1391259,0.4950286),(0.1308385,0.4950286),(0.1308385,0.4993798),(0.134983,0.4993797),(0.1391259,0.4993798),(0.1432664,0.4950286),(0.1432664,0.4993797),(0.126693,0.4864432),(0.12255,0.4864432),(0.12255,0.4907197),(0.126693,0.4907197),(0.1184131,0.4864432),(0.1142857,0.4864432),(0.1142857,0.4907197),(0.1184131,0.4907197),(0.1184131,0.4950286),(0.12255,0.4950286),(0.1142857,0.4950286),(0.1142857,0.4993798),(0.1184131,0.4993797),(0.12255,0.4993798),(0.126693,0.4950286),(0.126693,0.4993797),(0.1101713,0.4864432),(0.1060752,0.4864432),(0.1060752,0.4907197),(0.1101713,0.4907197),(0.1020023,0.4864432),(0.09795791,0.4864432),(0.09795791,0.4907197),(0.1020023,0.4907197),(0.1020023,0.4950286),(0.1060752,0.4950286),(0.09795791,0.4950286),(0.09795791,0.4993798),(0.1020023,0.4993797),(0.1060752,0.4993798),(0.1101713,0.4950286),(0.1101713,0.4993797),(0.09394707,0.4864432),(0.08994583,0.4864432),(0.08994584,0.4907197),(0.09394707,0.4907197),(0.08593026,0.4864432),(0.08187638,0.4864432),(0.08187637,0.4907197),(0.08593025,0.4907197),(0.08593026,0.4950286),(0.08994584,0.4950286),(0.08187638,0.4950286),(0.08593026,0.4993797),(0.08187638,0.4993798),(0.08994584,0.4993798),(0.09394707,0.4950286),(0.09394707,0.4993797),(0.07776025,0.4864432),(0.07361087,0.4864432),(0.07361087,0.4907197),(0.07776025,0.4907197),(0.06945725,0.4864432),(0.06532837,0.4864432),(0.06532837,0.4907197),(0.06945725,0.4907197),(0.06945725,0.4950286),(0.07361087,0.4950286),(0.06532837,0.4950286),(0.06532837,0.4993798),(0.06945725,0.4993797),(0.07361087,0.4993798),(0.07776025,0.4950286),(0.07776025,0.4993797),(0.06125325,0.4864432),(0.05721605,0.4864432),(0.05721604,0.4907197),(0.06125325,0.4907197),(0.05320094,0.4864432),(0.0491921,0.4864432),(0.04919209,0.4907197),(0.05320094,0.4907197),(0.05320094,0.4950286),(0.05721605,0.4950286),(0.0491921,0.4950286),(0.04919209,0.4993798),(0.05320094,0.4993797),(0.05721605,0.4993798),(0.06125325,0.4950286),(0.06125325,0.4993797),(0.04517369,0.4864432),(0.04115105,0.4864432),(0.04115105,0.4907197),(0.04517369,0.4907197),(0.0371295,0.4864432),(0.03311438,0.4864432),(0.03311437,0.4907197),(0.0371295,0.4907197),(0.0371295,0.4950286),(0.04115105,0.4950286),(0.03311438,0.4950286),(0.03311438,0.4993798),(0.0371295,0.4993797),(0.04115105,0.4993798),(0.04517369,0.4950286),(0.04517369,0.4993797),(0.029111,0.4864432),(0.02511186,0.4864432),(0.02511186,0.4907197),(0.029111,0.4907197),(0.02110944,0.4864432),(0.01709622,0.4864432),(0.01709622,0.4907197),(0.02110944,0.4907197),(0.02110944,0.4950286),(0.02511186,0.4950286),(0.01709622,0.4950286),(0.01709622,0.4993798),(0.02110944,0.4993797),(0.02511186,0.4993798),(0.029111,0.4950286),(0.029111,0.4993797),(0.01306469,0.4864432),(0.009019421,0.4864416),(0.009019421,0.4907176),(0.01306469,0.4907197),(0.004965,0.4864367),(0.000906,0.4864302),(0.000906,0.4907035),(0.004965,0.4907116),(0.004965,0.4950026),(0.009019421,0.4950221),(0.000906,0.4949768),(0.000906,0.49925),(0.004965,0.4993408),(0.009019421,0.49937),(0.01306469,0.4950286),(0.01306469,0.4993797),(0.9951518,0.5037567),(0.999094,0.5037308),(0.9912093,0.5037762),(0.9912093,0.5082004),(0.9951518,0.5082052),(0.999094,0.5082115),(0.9872664,0.5037826),(0.983323,0.5037826),(0.983323,0.5081988),(0.9872664,0.5081988),(0.9872664,0.5125895),(0.9912093,0.5126024),(0.983323,0.5125895),(0.983323,0.5169162),(0.9872664,0.5169162),(0.9912093,0.5169353),(0.9951518,0.5126409),(0.999094,0.5126922),(0.9951518,0.5169932),(0.999094,0.517173),(0.9793787,0.5037826),(0.9754275,0.5037826),(0.9754274,0.5081988),(0.9793787,0.5081987),(0.9714631,0.5037826),(0.9674796,0.5037826),(0.9674796,0.5081988),(0.9714631,0.5081988),(0.9714631,0.5125895),(0.9754274,0.5125895),(0.9674796,0.5125895),(0.9674796,0.5169162),(0.9714631,0.5169162),(0.9754274,0.5169162),(0.9793787,0.5125895),(0.9793787,0.5169162),(0.9634706,0.5037826),(0.9594426,0.5037826),(0.9594426,0.5081988),(0.9634707,0.5081987),(0.9554016,0.5037826),(0.9513539,0.5037826),(0.9513539,0.5081988),(0.9554016,0.5081988),(0.9554016,0.5125895),(0.9594426,0.5125895),(0.9513539,0.5125895),(0.9554016,0.5169162),(0.9513539,0.5169162),(0.9594425,0.5169162),(0.9634707,0.5125895),(0.9634706,0.5169162),(0.9473058,0.5037826),(0.9432498,0.5037826),(0.9473058,0.5081987),(0.9432497,0.5081988),(0.9391782,0.5037826),(0.9350839,0.5037826),(0.9391783,0.5081988),(0.9350839,0.5081988),(0.9432497,0.5125895),(0.9391782,0.5125895),(0.9350839,0.5125895),(0.9391783,0.5169162),(0.9350839,0.5169162),(0.9432497,0.5169162),(0.9473058,0.5125895),(0.9473058,0.5169162),(0.930959,0.5037826),(0.9268106,0.5037826),(0.9268106,0.5081988),(0.930959,0.5081987),(0.9226453,0.5037826),(0.9184701,0.5037826),(0.9226453,0.5081988),(0.9184701,0.5081988),(0.9268106,0.5125895),(0.9226453,0.5125895),(0.9184701,0.5125895),(0.9226453,0.5169162),(0.9184701,0.5169162),(0.9268106,0.5169162),(0.930959,0.5125895),(0.930959,0.5169162),(0.9142919,0.5037826),(0.910111,0.5037826),(0.9142919,0.5081987),(0.9101109,0.5081988),(0.9059278,0.5037826),(0.9017429,0.5037826),(0.9059278,0.5081988),(0.9017429,0.5081988),(0.910111,0.5125895),(0.9059278,0.5125895),(0.9017429,0.5125895),(0.9059278,0.5169162),(0.9017428,0.5169162),(0.9101109,0.5169162),(0.9142919,0.5125895),(0.9142919,0.5169162),(0.8975567,0.5037826),(0.8933688,0.5037826),(0.8975567,0.5081987),(0.8933688,0.5081988),(0.8891787,0.5037826),(0.8849859,0.5037826),(0.8891788,0.5081988),(0.8849859,0.5081988),(0.8933688,0.5125895),(0.8891787,0.5125895),(0.8849859,0.5125895),(0.8891788,0.5169162),(0.8849859,0.5169162),(0.8933688,0.5169162),(0.8975567,0.5125895),(0.8975567,0.5169162),(0.8807898,0.5037826),(0.8765806,0.5037826),(0.8807898,0.5081987),(0.8765807,0.5081988),(0.8723488,0.5037826),(0.8680845,0.5037826),(0.8723488,0.5081988),(0.8680845,0.5081988),(0.8765806,0.5125895),(0.8723488,0.5125895),(0.8680845,0.5125895),(0.8723488,0.5169162),(0.8680845,0.5169162),(0.8765806,0.5169162),(0.8807898,0.5125895),(0.8807898,0.5169162),(0.8637781,0.5037826),(0.8594491,0.5037826),(0.8637781,0.5081987),(0.8594491,0.5081988),(0.8551173,0.5037826),(0.8508024,0.5037826),(0.8551173,0.5081988),(0.8508024,0.5081988),(0.8594491,0.5125895),(0.8551173,0.5125895),(0.8508024,0.5125895),(0.8551173,0.5169162),(0.8508024,0.5169162),(0.859449,0.5169162),(0.8637781,0.5125895),(0.8637781,0.5169162),(0.846524,0.5037826),(0.8422731,0.5037826),(0.846524,0.5081987),(0.8422731,0.5081988),(0.8380403,0.5037826),(0.8338165,0.5037826),(0.8380403,0.5081988),(0.8338165,0.5081988),(0.8422731,0.5125895),(0.8380403,0.5125895),(0.8338165,0.5125895),(0.8380404,0.5169162),(0.8338165,0.5169162),(0.8422731,0.5169162),(0.846524,0.5125895),(0.846524,0.5169162),(0.8295926,0.5037826),(0.8253628,0.5037826),(0.8295926,0.5081987),(0.8253628,0.5081988),(0.8211217,0.5037826),(0.8168637,0.5037826),(0.8168637,0.5081988),(0.8211217,0.5081988),(0.8253628,0.5125895),(0.8211217,0.5125895),(0.8168637,0.5125895),(0.8168637,0.5169162),(0.8211217,0.5169162),(0.8253628,0.5169162),(0.8295926,0.5125895),(0.8295926,0.5169162),(0.8125832,0.5037826),(0.8082899,0.5037826),(0.8082899,0.5081988),(0.8125832,0.5081987),(0.8039935,0.5037826),(0.7997035,0.5037826),(0.7997035,0.5081988),(0.8039935,0.5081988),(0.8039935,0.5125895),(0.8082899,0.5125895),(0.7997035,0.5125895),(0.7997035,0.5169162),(0.8039935,0.5169162),(0.8082899,0.5169162),(0.8125832,0.5125895),(0.8125832,0.5169162),(0.7954297,0.5037826),(0.7911757,0.5037826),(0.7911757,0.5081988),(0.7954297,0.5081987),(0.7869452,0.5037826),(0.7827417,0.5037826),(0.7827417,0.5081988),(0.7869452,0.5081988),(0.7869452,0.5125895),(0.7911757,0.5125895),(0.7827417,0.5125895),(0.7827417,0.5169162),(0.7869452,0.5169162),(0.7911757,0.5169162),(0.7954297,0.5125895),(0.7954297,0.5169162),(0.7785689,0.5037826),(0.7744211,0.5037826),(0.7785689,0.5081987),(0.7744212,0.5081988),(0.7702925,0.5037826),(0.7661775,0.5037826),(0.7702925,0.5081988),(0.7661775,0.5081988),(0.7744212,0.5125895),(0.7702925,0.5125895),(0.7661775,0.5125895),(0.7702925,0.5169162),(0.7661775,0.5169162),(0.7744212,0.5169162),(0.778569,0.5125895),(0.778569,0.5169162),(0.7620703,0.5037826),(0.757961,0.5037826),(0.7620703,0.5081987),(0.757961,0.5081988),(0.7538399,0.5037826),(0.7496969,0.5037826),(0.7538399,0.5081988),(0.7496969,0.5081988),(0.757961,0.5125895),(0.7538399,0.5125895),(0.7496969,0.5125895),(0.7496969,0.5169162),(0.7538399,0.5169162),(0.757961,0.5169162),(0.7620703,0.5125895),(0.7620703,0.5169162),(0.7455223,0.5037826),(0.7413244,0.5037826),(0.7455223,0.5081987),(0.7413245,0.5081988),(0.7371117,0.5037826),(0.7328922,0.5037826),(0.7371117,0.5081988),(0.7328923,0.5081988),(0.7413245,0.5125895),(0.7371117,0.5125895),(0.7328922,0.5125895),(0.7328922,0.5169162),(0.7371117,0.5169162),(0.7413245,0.5169162),(0.7455223,0.5125895),(0.7455223,0.5169162),(0.7286744,0.5037826),(0.7244572,0.5037826),(0.7286744,0.5081987),(0.7244572,0.5081988),(0.7202395,0.5037826),(0.71602,0.5037826),(0.7202395,0.5081988),(0.71602,0.5081988),(0.7202395,0.5125895),(0.7244572,0.5125895),(0.71602,0.5125895),(0.71602,0.5169162),(0.7202394,0.5169162),(0.7244572,0.5169162),(0.7286744,0.5125895),(0.7286744,0.5169162),(0.7117977,0.5037826),(0.7075742,0.5037826),(0.7075742,0.5081988),(0.7117977,0.5081987),(0.7033514,0.5037826),(0.6991307,0.5037826),(0.6991307,0.5081988),(0.7033514,0.5081988),(0.7033514,0.5125895),(0.7075742,0.5125895),(0.6991307,0.5125895),(0.6991307,0.5169162),(0.7033514,0.5169162),(0.7075742,0.5169162),(0.7117977,0.5125895),(0.7117977,0.5169162),(0.6949139,0.5037826),(0.6906992,0.5037826),(0.6906992,0.5081988),(0.6949139,0.5081987),(0.6864849,0.5037826),(0.6822694,0.5037826),(0.6822693,0.5081988),(0.6864849,0.5081988),(0.6864849,0.5125895),(0.6906992,0.5125895),(0.6822694,0.5125895),(0.6822693,0.5169162),(0.6864849,0.5169162),(0.6906992,0.5169162),(0.6949139,0.5125895),(0.6949139,0.5169162),(0.6780508,0.5037826),(0.6738272,0.5037826),(0.6738272,0.5081988),(0.6780507,0.5081987),(0.6695971,0.5037826),(0.6653587,0.5037826),(0.6653587,0.5081988),(0.6695971,0.5081988),(0.6695971,0.5125895),(0.6738272,0.5125895),(0.6653587,0.5125895),(0.6653587,0.5169162),(0.6695971,0.5169162),(0.6738272,0.5169162),(0.6780508,0.5125895),(0.6780507,0.5169162),(0.6611102,0.5037826),(0.6568571,0.5037826),(0.6568571,0.5081988),(0.6611102,0.5081987),(0.6526053,0.5037826),(0.6483604,0.5037826),(0.6483604,0.5081988),(0.6526054,0.5081988),(0.6526054,0.5125895),(0.6568571,0.5125895),(0.6483604,0.5125895),(0.6483604,0.5169162),(0.6526053,0.5169162),(0.6568571,0.5169162),(0.6611102,0.5125895),(0.6611102,0.5169162),(0.6441281,0.5037826),(0.6399043,0.5037826),(0.6399043,0.5081988),(0.6441281,0.5081987),(0.635685,0.5037826),(0.6314663,0.5037826),(0.6314663,0.5081988),(0.635685,0.5081988),(0.635685,0.5125895),(0.6399043,0.5125895),(0.6314663,0.5125895),(0.6314663,0.5169162),(0.635685,0.5169162),(0.6399043,0.5169162),(0.6441281,0.5125895),(0.6441281,0.5169162),(0.627244,0.5037826),(0.6230208,0.5037826),(0.6230209,0.5081988),(0.627244,0.5081987),(0.6187993,0.5037826),(0.6145822,0.5037826),(0.6145822,0.5081988),(0.6187993,0.5081988),(0.6187993,0.5125895),(0.6230208,0.5125895),(0.6145822,0.5125895),(0.6145822,0.5169162),(0.6187993,0.5169162),(0.6230209,0.5169162),(0.627244,0.5125895),(0.627244,0.5169162),(0.6103719,0.5037826),(0.6061606,0.5037826),(0.6061606,0.5081988),(0.6103719,0.5081987),(0.6019406,0.5037826),(0.5977041,0.5037826),(0.5977041,0.5081988),(0.6019406,0.5081988),(0.6019406,0.5125895),(0.6061606,0.5125895),(0.5977041,0.5125895),(0.5977041,0.5169162),(0.6019406,0.5169162),(0.6061606,0.5169162),(0.6103719,0.5125895),(0.6103719,0.5169162),(0.5934432,0.5037826),(0.589169,0.5037826),(0.589169,0.5081988),(0.5934432,0.5081987),(0.5848927,0.5037826),(0.5806257,0.5037826),(0.5806257,0.5081988),(0.5848927,0.5081988),(0.5848927,0.5125895),(0.589169,0.5125895),(0.5806257,0.5125895),(0.5806257,0.5169162),(0.5848927,0.5169162),(0.589169,0.5169162),(0.5934432,0.5125895),(0.5934432,0.5169162),(0.5763788,0.5037826),(0.572147,0.5037826),(0.572147,0.5081988),(0.5763788,0.5081987),(0.567925,0.5037826),(0.5637077,0.5037826),(0.5637077,0.5081988),(0.567925,0.5081988),(0.567925,0.5125895),(0.572147,0.5125895),(0.5637077,0.5125895),(0.5637077,0.5169162),(0.567925,0.5169162),(0.572147,0.5169162),(0.5763788,0.5125895),(0.5763788,0.5169162),(0.55949,0.5037826),(0.5552715,0.5037826),(0.5552715,0.5081988),(0.55949,0.5081987),(0.5510522,0.5037826),(0.5468317,0.5037826),(0.5468317,0.5081988),(0.5510522,0.5081988),(0.5510522,0.5125895),(0.5552715,0.5125895),(0.5468317,0.5125895),(0.5468317,0.5169162),(0.5510522,0.5169162),(0.5552715,0.5169162),(0.55949,0.5125895),(0.55949,0.5169162),(0.5426099,0.5037826),(0.5383899,0.5037826),(0.5383899,0.5081988),(0.5426099,0.5081987),(0.5341746,0.5037826),(0.5299669,0.5037826),(0.5299669,0.5081988),(0.5341746,0.5081988),(0.5341746,0.5125895),(0.5383899,0.5125895),(0.5299669,0.5125895),(0.529967,0.5169162),(0.5341746,0.5169162),(0.5383899,0.5169162),(0.5426099,0.5125895),(0.5426099,0.5169162),(0.52577,0.5037826),(0.5215818,0.5037826),(0.5215818,0.5081988),(0.52577,0.5081987),(0.5174,0.5037826),(0.5132228,0.5037826),(0.5132228,0.5081988),(0.5174,0.5081988),(0.5174,0.5125895),(0.5215818,0.5125895),(0.5132228,0.5125895),(0.5132228,0.5169162),(0.5174,0.5169162),(0.5215818,0.5169162),(0.52577,0.5125895),(0.52577,0.5169162),(0.5090478,0.5037826),(0.5048727,0.5037826),(0.5048727,0.5081988),(0.5090478,0.5081987),(0.5006949,0.5037826),(0.4965119,0.5037826),(0.4965119,0.5081988),(0.5006949,0.5081988),(0.5048727,0.5125895),(0.5006949,0.5125895),(0.4965119,0.5125895),(0.5006949,0.5169162),(0.4965119,0.5169162),(0.5048727,0.5169162),(0.5090478,0.5125895),(0.5090478,0.5169162),(0.4923214,0.5037826),(0.4881234,0.5037826),(0.4881234,0.5081988),(0.4923214,0.5081987),(0.4839184,0.5037826),(0.4797065,0.5037826),(0.4839184,0.5081988),(0.4797065,0.5081988),(0.4881234,0.5125895),(0.4839184,0.5125895),(0.4797065,0.5125895),(0.4839184,0.5169162),(0.4797064,0.5169162),(0.4881234,0.5169162),(0.4923214,0.5125895),(0.4923214,0.5169162),(0.4754879,0.5037826),(0.4712752,0.5037826),(0.4754879,0.5081987),(0.4712752,0.5081988),(0.4670808,0.5037826),(0.4629171,0.5037826),(0.4670808,0.5081988),(0.4629171,0.5081988),(0.4712752,0.5125895),(0.4670808,0.5125895),(0.4629171,0.5125895),(0.4629171,0.5169162),(0.4670808,0.5169162),(0.4712752,0.5169162),(0.4754879,0.5125895),(0.4754879,0.5169162),(0.4587967,0.5037826),(0.4547031,0.5037826),(0.4587967,0.5081987),(0.4547031,0.5081988),(0.4506197,0.5037826),(0.44653,0.5037826),(0.4506197,0.5081988),(0.44653,0.5081988),(0.4506197,0.5125895),(0.4547031,0.5125895),(0.44653,0.5125895),(0.44653,0.5169162),(0.4506197,0.5169162),(0.4547031,0.5169162),(0.4587967,0.5125895),(0.4587967,0.5169162),(0.4424174,0.5037826),(0.4382856,0.5037826),(0.4424174,0.5081987),(0.4382856,0.5081988),(0.4341379,0.5037826),(0.429978,0.5037826),(0.4341379,0.5081988),(0.429978,0.5081988),(0.4382856,0.5125895),(0.4341379,0.5125895),(0.429978,0.5125895),(0.429978,0.5169162),(0.4341379,0.5169162),(0.4382856,0.5169162),(0.4424174,0.5125895),(0.4424174,0.5169162),(0.4258092,0.5037826),(0.4216311,0.5037826),(0.4258092,0.5081987),(0.4216312,0.5081988),(0.4174434,0.5037826),(0.4132456,0.5037826),(0.4174434,0.5081988),(0.4132456,0.5081988),(0.4216312,0.5125895),(0.4174434,0.5125895),(0.4132456,0.5125895),(0.4174434,0.5169162),(0.4132456,0.5169162),(0.4216312,0.5169162),(0.4258092,0.5125895),(0.4258092,0.5169162),(0.4090372,0.5037826),(0.4048201,0.5037826),(0.4090372,0.5081987),(0.4048201,0.5081988),(0.4005963,0.5037826),(0.3963675,0.5037826),(0.4005963,0.5081988),(0.3963675,0.5081988),(0.4048201,0.5125895),(0.4005963,0.5125895),(0.3963675,0.5125895),(0.4005963,0.5169162),(0.3963675,0.5169162),(0.4048201,0.5169162),(0.4090372,0.5125895),(0.4090372,0.5169162),(0.3921357,0.5037826),(0.3879012,0.5037826),(0.3921357,0.5081987),(0.3879012,0.5081988),(0.3836642,0.5037826),(0.3794248,0.5037826),(0.3836642,0.5081988),(0.3794249,0.5081988),(0.3879012,0.5125895),(0.3836642,0.5125895),(0.3794248,0.5125895),(0.3836642,0.5169162),(0.3794248,0.5169162),(0.3879012,0.5169162),(0.3921357,0.5125895),(0.3921357,0.5169162),(0.3751834,0.5037826),(0.3709441,0.5037826),(0.3751834,0.5081987),(0.3709441,0.5081988),(0.3667112,0.5037826),(0.3624887,0.5037826),(0.3667112,0.5081988),(0.3624887,0.5081988),(0.3709442,0.5125895),(0.3667112,0.5125895),(0.3624887,0.5125895),(0.3667112,0.5169162),(0.3624887,0.5169162),(0.3709441,0.5169162),(0.3751834,0.5125895),(0.3751834,0.5169162),(0.358281,0.5037826),(0.3540821,0.5037826),(0.358281,0.5081987),(0.3540821,0.5081988),(0.3498864,0.5037826),(0.3456882,0.5037826),(0.3498864,0.5081988),(0.3456882,0.5081988),(0.3540821,0.5125895),(0.3498864,0.5125895),(0.3456882,0.5125895),(0.3498864,0.5169162),(0.3456882,0.5169162),(0.3540821,0.5169162),(0.3582809,0.5125895),(0.358281,0.5169162),(0.3414817,0.5037826),(0.3372694,0.5037826),(0.3414817,0.5081987),(0.3372695,0.5081988),(0.3330541,0.5037826),(0.3288383,0.5037826),(0.3330541,0.5081988),(0.3288383,0.5081988),(0.3372695,0.5125895),(0.3330541,0.5125895),(0.3288383,0.5125895),(0.3330541,0.5169162),(0.3288383,0.5169162),(0.3372695,0.5169162),(0.3414817,0.5125895),(0.3414817,0.5169162),(0.3246247,0.5037826),(0.3204179,0.5037826),(0.3246247,0.5081987),(0.3204179,0.5081988),(0.3162228,0.5037826),(0.3120441,0.5037826),(0.3162228,0.5081988),(0.3120441,0.5081988),(0.3204179,0.5125895),(0.3162228,0.5125895),(0.3120441,0.5125895),(0.3162228,0.5169162),(0.3120441,0.5169162),(0.3204179,0.5169162),(0.3246247,0.5125895),(0.3246247,0.5169162),(0.3078868,0.5037826),(0.3037427,0.5037826),(0.3078868,0.5081987),(0.3037427,0.5081988),(0.2996041,0.5037826),(0.2954631,0.5037826),(0.2996041,0.5081988),(0.2954631,0.5081988),(0.3037428,0.5125895),(0.2996041,0.5125895),(0.2954631,0.5125895),(0.2996041,0.5169162),(0.2954631,0.5169162),(0.3037427,0.5169162),(0.3078868,0.5125895),(0.3078868,0.5169162),(0.2913116,0.5037826),(0.2871543,0.5037826),(0.2913116,0.5081987),(0.2871543,0.5081988),(0.2829956,0.5037826),(0.2788399,0.5037826),(0.2829956,0.5081988),(0.2788399,0.5081988),(0.2871543,0.5125895),(0.2829956,0.5125895),(0.2788399,0.5125895),(0.2829956,0.5169162),(0.2788399,0.5169162),(0.2871543,0.5169162),(0.2913116,0.5125895),(0.2913116,0.5169162),(0.2746918,0.5037826),(0.2705556,0.5037826),(0.2746918,0.5081987),(0.2705556,0.5081988),(0.2664356,0.5037826),(0.262336,0.5037826),(0.2664356,0.5081988),(0.262336,0.5081988),(0.2705556,0.5125895),(0.2664356,0.5125895),(0.262336,0.5125895),(0.2664356,0.5169162),(0.262336,0.5169162),(0.2705556,0.5169162),(0.2746918,0.5125895),(0.2746918,0.5169162),(0.2582613,0.5037826),(0.254209,0.5037826),(0.2582613,0.5081987),(0.254209,0.5081988),(0.2501769,0.5037826),(0.2461624,0.5037826),(0.2501769,0.5081988),(0.2461624,0.5081988),(0.254209,0.5125895),(0.2501769,0.5125895),(0.2461624,0.5125895),(0.2501769,0.5169162),(0.2461624,0.5169162),(0.254209,0.5169162),(0.2582613,0.5125895),(0.2582613,0.5169162),(0.2421634,0.5037826),(0.238164,0.5037826),(0.2421634,0.5081987),(0.238164,0.5081988),(0.2341487,0.5037826),(0.2301017,0.5037826),(0.2341487,0.5081988),(0.2301017,0.5081988),(0.238164,0.5125895),(0.2341487,0.5125895),(0.2301017,0.5125895),(0.2341487,0.5169162),(0.2301017,0.5169162),(0.238164,0.5169162),(0.2421634,0.5125895),(0.2421634,0.5169162),(0.2260074,0.5037826),(0.2218787,0.5037826),(0.2260074,0.5081987),(0.2218787,0.5081988),(0.2177283,0.5037826),(0.2135691,0.5037826),(0.2177283,0.5081988),(0.2135692,0.5081988),(0.2218787,0.5125895),(0.2177283,0.5125895),(0.2135691,0.5125895),(0.2177283,0.5169162),(0.2135692,0.5169162),(0.2218787,0.5169162),(0.2260074,0.5125895),(0.2260074,0.5169162),(0.2094141,0.5037826),(0.2052627,0.5037826),(0.2094141,0.5081987),(0.2052627,0.5081988),(0.2011147,0.5037826),(0.1969699,0.5037826),(0.2011147,0.5081988),(0.1969699,0.5081988),(0.2052627,0.5125895),(0.2011147,0.5125895),(0.1969699,0.5125895),(0.2011147,0.5169162),(0.1969699,0.5169162),(0.2052627,0.5169162),(0.2094141,0.5125895),(0.2094141,0.5169162),(0.1928277,0.5037826),(0.1886888,0.5037826),(0.1928277,0.5081987),(0.1886888,0.5081988),(0.1845533,0.5037826),(0.1804218,0.5037826),(0.1845533,0.5081988),(0.1804218,0.5081988),(0.1886888,0.5125895),(0.1845533,0.5125895),(0.1804218,0.5125895),(0.1845533,0.5169162),(0.1804218,0.5169162),(0.1886888,0.5169162),(0.1928277,0.5125895),(0.1928277,0.5169162),(0.1762946,0.5037826),(0.1721701,0.5037826),(0.1762946,0.5081987),(0.1721701,0.5081988),(0.1680468,0.5037826),(0.163923,0.5037826),(0.1680468,0.5081988),(0.163923,0.5081988),(0.1721701,0.5125895),(0.1680468,0.5125895),(0.163923,0.5125895),(0.1680468,0.5169162),(0.163923,0.5169162),(0.1721701,0.5169162),(0.1762946,0.5125895),(0.1762946,0.5169162),(0.1597973,0.5037826),(0.1556691,0.5037826),(0.1597973,0.5081987),(0.1556691,0.5081988),(0.1515382,0.5037826),(0.1474041,0.5037826),(0.1515382,0.5081988),(0.1474041,0.5081988),(0.1556691,0.5125895),(0.1515382,0.5125895),(0.1474041,0.5125895),(0.1515382,0.5169162),(0.1474041,0.5169162),(0.1556691,0.5169162),(0.1597973,0.5125895),(0.1597973,0.5169162),(0.1432664,0.5037826),(0.1391259,0.5037826),(0.1432664,0.5081987),(0.1391259,0.5081988),(0.134983,0.5037826),(0.1308385,0.5037826),(0.134983,0.5081988),(0.1308385,0.5081988),(0.1391259,0.5125895),(0.134983,0.5125895),(0.1308385,0.5125895),(0.134983,0.5169162),(0.1308385,0.5169162),(0.1391259,0.5169162),(0.1432664,0.5125895),(0.1432664,0.5169162),(0.126693,0.5037826),(0.12255,0.5037826),(0.12255,0.5081988),(0.126693,0.5081987),(0.1184131,0.5037826),(0.1142857,0.5037826),(0.1142857,0.5081988),(0.1184131,0.5081988),(0.1184131,0.5125895),(0.12255,0.5125895),(0.1142857,0.5125895),(0.1142857,0.5169162),(0.1184131,0.5169162),(0.12255,0.5169162),(0.126693,0.5125895),(0.126693,0.5169162),(0.1101713,0.5037826),(0.1060752,0.5037826),(0.1060752,0.5081988),(0.1101713,0.5081987),(0.1020023,0.5037826),(0.09795791,0.5037826),(0.09795791,0.5081988),(0.1020023,0.5081988),(0.1020023,0.5125895),(0.1060752,0.5125895),(0.09795791,0.5125895),(0.1020023,0.5169162),(0.09795791,0.5169162),(0.1060752,0.5169162),(0.1101713,0.5125895),(0.1101713,0.5169162),(0.09394707,0.5037826),(0.08994583,0.5037826),(0.09394707,0.5081987),(0.08994584,0.5081988),(0.08593026,0.5037826),(0.08187638,0.5037826),(0.08593025,0.5081988),(0.08187637,0.5081988),(0.08994584,0.5125895),(0.08593026,0.5125895),(0.08187638,0.5125895),(0.08593026,0.5169162),(0.08187638,0.5169162),(0.08994584,0.5169162),(0.09394707,0.5125895),(0.09394707,0.5169162),(0.07776025,0.5037826),(0.07361087,0.5037826),(0.07361087,0.5081988),(0.07776025,0.5081987),(0.06945725,0.5037826),(0.06532837,0.5037826),(0.06532837,0.5081988),(0.06945725,0.5081988),(0.06945725,0.5125895),(0.07361087,0.5125895),(0.06532837,0.5125895),(0.06532837,0.5169162),(0.06945725,0.5169162),(0.07361087,0.5169162),(0.07776025,0.5125895),(0.07776025,0.5169162),(0.06125325,0.5037826),(0.05721605,0.5037826),(0.05721604,0.5081988),(0.06125325,0.5081987),(0.05320094,0.5037826),(0.0491921,0.5037826),(0.04919209,0.5081988),(0.05320094,0.5081988),(0.05320094,0.5125895),(0.05721605,0.5125895),(0.0491921,0.5125895),(0.04919209,0.5169162),(0.05320094,0.5169162),(0.05721605,0.5169162),(0.06125325,0.5125895),(0.06125325,0.5169162),(0.04517369,0.5037826),(0.04115105,0.5037826),(0.04115105,0.5081988),(0.04517369,0.5081987),(0.0371295,0.5037826),(0.03311438,0.5037826),(0.0371295,0.5081988),(0.03311437,0.5081988),(0.04115105,0.5125895),(0.0371295,0.5125895),(0.03311438,0.5125895),(0.03311438,0.5169162),(0.0371295,0.5169162),(0.04115105,0.5169162),(0.04517369,0.5125895),(0.04517369,0.5169162),(0.029111,0.5037826),(0.02511186,0.5037826),(0.02511186,0.5081988),(0.029111,0.5081987),(0.02110944,0.5037826),(0.01709622,0.5037826),(0.01709622,0.5081988),(0.02110944,0.5081988),(0.02110944,0.5125895),(0.02511186,0.5125895),(0.01709622,0.5125895),(0.01709622,0.5169162),(0.02110944,0.5169162),(0.02511186,0.5169162),(0.029111,0.5125895),(0.029111,0.5169162),(0.01306469,0.5037826),(0.009019421,0.5037761),(0.009019421,0.5082004),(0.01306469,0.5081987),(0.004965,0.5037567),(0.000906,0.5037308),(0.000906,0.5082115),(0.004965,0.5082052),(0.004965,0.5126409),(0.009019421,0.5126023),(0.000906,0.5126922),(0.000906,0.517173),(0.004965,0.5169932),(0.009019421,0.5169353),(0.01306469,0.5125895),(0.01306469,0.5169162),(0.999094,0.5212427),(0.9951518,0.5211914),(0.9912093,0.5211529),(0.9951518,0.5253009),(0.9912093,0.5252922),(0.999094,0.5253125),(0.9872664,0.52114),(0.983323,0.52114),(0.9872664,0.5252893),(0.983323,0.5252893),(0.9912093,0.529391),(0.9872664,0.5293922),(0.983323,0.5293922),(0.9872664,0.533477),(0.983323,0.533477),(0.9912093,0.5334752),(0.999094,0.5293822),(0.9951518,0.5293872),(0.9951518,0.5334695),(0.999094,0.533452),(0.9793787,0.52114),(0.9754275,0.52114),(0.9793787,0.5252893),(0.9754274,0.5252893),(0.9714631,0.52114),(0.9674796,0.52114),(0.9674796,0.5252893),(0.9714631,0.5252893),(0.9754274,0.5293922),(0.9714631,0.5293922),(0.9674796,0.5293922),(0.9714631,0.533477),(0.9674796,0.533477),(0.9754274,0.533477),(0.9793787,0.5293922),(0.9793787,0.533477),(0.9634706,0.52114),(0.9594426,0.52114),(0.9634707,0.5252893),(0.9594426,0.5252893),(0.9554016,0.52114),(0.9513539,0.52114),(0.9554016,0.5252893),(0.9513539,0.5252893),(0.9594426,0.5293922),(0.9554016,0.5293922),(0.9513539,0.5293922),(0.9554016,0.533477),(0.9513539,0.533477),(0.9594425,0.533477),(0.9634707,0.5293922),(0.9634706,0.533477),(0.9473058,0.52114),(0.9432498,0.52114),(0.9473058,0.5252893),(0.9432497,0.5252893),(0.9391782,0.52114),(0.9350839,0.52114),(0.9391783,0.5252893),(0.9350839,0.5252893),(0.9432497,0.5293922),(0.9391782,0.5293922),(0.9350839,0.5293922),(0.9391783,0.533477),(0.9350839,0.533477),(0.9432497,0.533477),(0.9473058,0.5293922),(0.9473058,0.533477),(0.930959,0.52114),(0.9268106,0.52114),(0.930959,0.5252893),(0.9268106,0.5252893),(0.9226453,0.52114),(0.9184701,0.52114),(0.9226453,0.5252893),(0.9184701,0.5252893),(0.9268106,0.5293922),(0.9226453,0.5293922),(0.9184701,0.5293922),(0.9226453,0.533477),(0.9184701,0.533477),(0.9268106,0.533477),(0.930959,0.5293922),(0.930959,0.533477),(0.9142919,0.52114),(0.910111,0.52114),(0.9142919,0.5252893),(0.9101109,0.5252893),(0.9059278,0.52114),(0.9017429,0.52114),(0.9059278,0.5252893),(0.9017429,0.5252893),(0.910111,0.5293922),(0.9059278,0.5293922),(0.9017429,0.5293922),(0.9059278,0.533477),(0.9017428,0.533477),(0.9101109,0.533477),(0.9142919,0.5293922),(0.9142919,0.533477),(0.8975567,0.52114),(0.8933688,0.52114),(0.8975567,0.5252893),(0.8933688,0.5252893),(0.8891787,0.52114),(0.8849859,0.52114),(0.8891788,0.5252893),(0.8849859,0.5252893),(0.8933688,0.5293922),(0.8891787,0.5293922),(0.8849859,0.5293922),(0.8891788,0.533477),(0.8849859,0.533477),(0.8933688,0.533477),(0.8975567,0.5293922),(0.8975567,0.533477),(0.8807898,0.52114),(0.8765806,0.52114),(0.8807898,0.5252893),(0.8765807,0.5252893),(0.8723488,0.52114),(0.8680845,0.52114),(0.8723488,0.5252893),(0.8680845,0.5252893),(0.8765806,0.5293922),(0.8723488,0.5293922),(0.8680845,0.5293922),(0.8723488,0.533477),(0.8680845,0.533477),(0.8765806,0.533477),(0.8807898,0.5293922),(0.8807898,0.533477),(0.8637781,0.52114),(0.8594491,0.52114),(0.8637781,0.5252893),(0.8594491,0.5252893),(0.8551173,0.52114),(0.8508024,0.52114),(0.8551173,0.5252893),(0.8508024,0.5252893),(0.8594491,0.5293922),(0.8551173,0.5293922),(0.8508024,0.5293922),(0.8551173,0.533477),(0.8508024,0.533477),(0.859449,0.533477),(0.8637781,0.5293922),(0.8637781,0.533477),(0.846524,0.52114),(0.8422731,0.52114),(0.846524,0.5252893),(0.8422731,0.5252893),(0.8380403,0.52114),(0.8338165,0.52114),(0.8380403,0.5252893),(0.8338165,0.5252893),(0.8422731,0.5293922),(0.8380403,0.5293922),(0.8338165,0.5293922),(0.8380404,0.533477),(0.8338165,0.533477),(0.8422731,0.533477),(0.846524,0.5293922),(0.846524,0.533477),(0.8295926,0.52114),(0.8253628,0.52114),(0.8295926,0.5252893),(0.8253628,0.5252893),(0.8211217,0.52114),(0.8168637,0.52114),(0.8168637,0.5252893),(0.8211217,0.5252893),(0.8211217,0.5293922),(0.8253628,0.5293922),(0.8168637,0.5293922),(0.8168637,0.533477),(0.8211217,0.533477),(0.8253628,0.533477),(0.8295926,0.5293922),(0.8295926,0.533477),(0.8125832,0.52114),(0.8082899,0.52114),(0.8082899,0.5252893),(0.8125832,0.5252893),(0.8039935,0.52114),(0.7997035,0.52114),(0.7997035,0.5252893),(0.8039935,0.5252893),(0.8039935,0.5293922),(0.8082899,0.5293922),(0.7997035,0.5293922),(0.7997035,0.533477),(0.8039935,0.533477),(0.8082899,0.533477),(0.8125832,0.5293922),(0.8125832,0.533477),(0.7954297,0.52114),(0.7911757,0.52114),(0.7911757,0.5252893),(0.7954297,0.5252893),(0.7869452,0.52114),(0.7827417,0.52114),(0.7827417,0.5252893),(0.7869452,0.5252893),(0.7869452,0.5293922),(0.7911757,0.5293922),(0.7827417,0.5293922),(0.7827417,0.533477),(0.7869452,0.533477),(0.7911757,0.533477),(0.7954297,0.5293922),(0.7954297,0.533477),(0.7785689,0.52114),(0.7744211,0.52114),(0.7785689,0.5252893),(0.7744212,0.5252893),(0.7702925,0.52114),(0.7661775,0.52114),(0.7661775,0.5252893),(0.7702925,0.5252893),(0.7702925,0.5293922),(0.7744212,0.5293922),(0.7661775,0.5293922),(0.7661775,0.533477),(0.7702925,0.533477),(0.7744212,0.533477),(0.778569,0.5293922),(0.778569,0.533477),(0.7620703,0.52114),(0.757961,0.52114),(0.757961,0.5252893),(0.7620703,0.5252893),(0.7538399,0.52114),(0.7496969,0.52114),(0.7496969,0.5252893),(0.7538399,0.5252893),(0.7538399,0.5293922),(0.757961,0.5293922),(0.7496969,0.5293922),(0.7496969,0.533477),(0.7538399,0.533477),(0.757961,0.533477),(0.7620703,0.5293922),(0.7620703,0.533477),(0.7455223,0.52114),(0.7413244,0.52114),(0.7413245,0.5252893),(0.7455223,0.5252893),(0.7371117,0.52114),(0.7328922,0.52114),(0.7328923,0.5252893),(0.7371117,0.5252893),(0.7371117,0.5293922),(0.7413245,0.5293922),(0.7328922,0.5293922),(0.7328922,0.533477),(0.7371117,0.533477),(0.7413245,0.533477),(0.7455223,0.5293922),(0.7455223,0.533477),(0.7286744,0.52114),(0.7244572,0.52114),(0.7244572,0.5252893),(0.7286744,0.5252893),(0.7202395,0.52114),(0.71602,0.52114),(0.71602,0.5252893),(0.7202395,0.5252893),(0.7202395,0.5293922),(0.7244572,0.5293922),(0.71602,0.5293922),(0.71602,0.533477),(0.7202394,0.533477),(0.7244572,0.533477),(0.7286744,0.5293922),(0.7286744,0.533477),(0.7117977,0.52114),(0.7075742,0.52114),(0.7075742,0.5252893),(0.7117977,0.5252893),(0.7033514,0.52114),(0.6991307,0.52114),(0.6991307,0.5252893),(0.7033514,0.5252893),(0.7033514,0.5293922),(0.7075742,0.5293922),(0.6991307,0.5293922),(0.6991307,0.533477),(0.7033514,0.533477),(0.7075742,0.533477),(0.7117977,0.5293922),(0.7117977,0.533477),(0.6949139,0.52114),(0.6906992,0.52114),(0.6906992,0.5252893),(0.6949139,0.5252893),(0.6864849,0.52114),(0.6822694,0.52114),(0.6822693,0.5252893),(0.6864849,0.5252893),(0.6864849,0.5293922),(0.6906992,0.5293922),(0.6822694,0.5293922),(0.6822693,0.533477),(0.6864849,0.533477),(0.6906992,0.533477),(0.6949139,0.5293922),(0.6949139,0.533477),(0.6780508,0.52114),(0.6738272,0.52114),(0.6738272,0.5252893),(0.6780507,0.5252893),(0.6695971,0.52114),(0.6653587,0.52114),(0.6653587,0.5252893),(0.6695971,0.5252893),(0.6695971,0.5293922),(0.6738272,0.5293922),(0.6653587,0.5293922),(0.6653587,0.533477),(0.6695971,0.533477),(0.6738272,0.533477),(0.6780508,0.5293922),(0.6780507,0.533477),(0.6611102,0.52114),(0.6568571,0.52114),(0.6568571,0.5252893),(0.6611102,0.5252893),(0.6526053,0.52114),(0.6483604,0.52114),(0.6483604,0.5252893),(0.6526054,0.5252893),(0.6526054,0.5293922),(0.6568571,0.5293922),(0.6483604,0.5293922),(0.6483604,0.533477),(0.6526053,0.533477),(0.6568571,0.533477),(0.6611102,0.5293922),(0.6611102,0.533477),(0.6441281,0.52114),(0.6399043,0.52114),(0.6399043,0.5252893),(0.6441281,0.5252893),(0.635685,0.52114),(0.6314663,0.52114),(0.6314663,0.5252893),(0.635685,0.5252893),(0.635685,0.5293922),(0.6399043,0.5293922),(0.6314663,0.5293922),(0.6314663,0.533477),(0.635685,0.533477),(0.6399043,0.533477),(0.6441281,0.5293922),(0.6441281,0.533477),(0.627244,0.52114),(0.6230208,0.52114),(0.6230209,0.5252893),(0.627244,0.5252893),(0.6187993,0.52114),(0.6145822,0.52114),(0.6145822,0.5252893),(0.6187993,0.5252893),(0.6187993,0.5293922),(0.6230208,0.5293922),(0.6145822,0.5293922),(0.6145822,0.533477),(0.6187993,0.533477),(0.6230209,0.533477),(0.627244,0.5293922),(0.627244,0.533477),(0.6103719,0.52114),(0.6061606,0.52114),(0.6061606,0.5252893),(0.6103719,0.5252893),(0.6019406,0.52114),(0.5977041,0.52114),(0.5977041,0.5252893),(0.6019406,0.5252893),(0.6019406,0.5293922),(0.6061606,0.5293922),(0.5977041,0.5293922),(0.5977041,0.533477),(0.6019406,0.533477),(0.6061606,0.533477),(0.6103719,0.5293922),(0.6103719,0.533477),(0.5934432,0.52114),(0.589169,0.52114),(0.589169,0.5252893),(0.5934432,0.5252893),(0.5848927,0.52114),(0.5806257,0.52114),(0.5806257,0.5252893),(0.5848927,0.5252893),(0.5848927,0.5293922),(0.589169,0.5293922),(0.5806257,0.5293922),(0.5806257,0.533477),(0.5848927,0.533477),(0.589169,0.533477),(0.5934432,0.5293922),(0.5934432,0.533477),(0.5763788,0.52114),(0.572147,0.52114),(0.572147,0.5252893),(0.5763788,0.5252893),(0.567925,0.52114),(0.5637077,0.52114),(0.5637077,0.5252893),(0.567925,0.5252893),(0.567925,0.5293922),(0.572147,0.5293922),(0.5637077,0.5293922),(0.5637077,0.533477),(0.567925,0.533477),(0.572147,0.533477),(0.5763788,0.5293922),(0.5763788,0.533477),(0.55949,0.52114),(0.5552715,0.52114),(0.5552715,0.5252893),(0.55949,0.5252893),(0.5510522,0.52114),(0.5468317,0.52114),(0.5468317,0.5252893),(0.5510522,0.5252893),(0.5510522,0.5293922),(0.5552715,0.5293922),(0.5468317,0.5293922),(0.5468317,0.533477),(0.5510522,0.533477),(0.5552715,0.533477),(0.55949,0.5293922),(0.55949,0.533477),(0.5426099,0.52114),(0.5383899,0.52114),(0.5383899,0.5252893),(0.5426099,0.5252893),(0.5341746,0.52114),(0.5299669,0.52114),(0.5299669,0.5252893),(0.5341746,0.5252893),(0.5341746,0.5293922),(0.5383899,0.5293922),(0.5299669,0.5293922),(0.529967,0.533477),(0.5341746,0.533477),(0.5383899,0.533477),(0.5426099,0.5293922),(0.5426099,0.533477),(0.52577,0.52114),(0.5215818,0.52114),(0.5215818,0.5252893),(0.52577,0.5252893),(0.5174,0.52114),(0.5132228,0.52114),(0.5132228,0.5252893),(0.5174,0.5252893),(0.5174,0.5293922),(0.5215818,0.5293922),(0.5132228,0.5293922),(0.5132228,0.533477),(0.5174,0.533477),(0.5215818,0.533477),(0.52577,0.5293922),(0.52577,0.533477),(0.5090478,0.52114),(0.5048727,0.52114),(0.5090478,0.5252893),(0.5048727,0.5252893),(0.5006949,0.52114),(0.4965119,0.52114),(0.5006949,0.5252893),(0.4965119,0.5252893),(0.5048727,0.5293922),(0.5006949,0.5293922),(0.4965119,0.5293922),(0.5006949,0.533477),(0.4965119,0.533477),(0.5048727,0.533477),(0.5090478,0.5293922),(0.5090478,0.533477),(0.4923214,0.52114),(0.4881234,0.52114),(0.4923214,0.5252893),(0.4881234,0.5252893),(0.4839184,0.52114),(0.4797065,0.52114),(0.4839184,0.5252893),(0.4797065,0.5252893),(0.4881234,0.5293922),(0.4839184,0.5293922),(0.4797065,0.5293922),(0.4839184,0.533477),(0.4797064,0.533477),(0.4881234,0.533477),(0.4923214,0.5293922),(0.4923214,0.533477),(0.4754879,0.52114),(0.4712752,0.52114),(0.4712752,0.5252893),(0.4754879,0.5252893),(0.4670808,0.52114),(0.4629171,0.52114),(0.4629171,0.5252893),(0.4670808,0.5252893),(0.4670808,0.5293922),(0.4712752,0.5293922),(0.4629171,0.5293922),(0.4629171,0.533477),(0.4670808,0.533477),(0.4712752,0.533477),(0.4754879,0.5293922),(0.4754879,0.533477),(0.4587967,0.52114),(0.4547031,0.52114),(0.4547031,0.5252893),(0.4587967,0.5252893),(0.4506197,0.52114),(0.44653,0.52114),(0.44653,0.5252893),(0.4506197,0.5252893),(0.4506197,0.5293922),(0.4547031,0.5293922),(0.44653,0.5293922),(0.44653,0.533477),(0.4506197,0.533477),(0.4547031,0.533477),(0.4587967,0.5293922),(0.4587967,0.533477),(0.4424174,0.52114),(0.4382856,0.52114),(0.4382856,0.5252893),(0.4424174,0.5252893),(0.4341379,0.52114),(0.429978,0.52114),(0.429978,0.5252893),(0.4341379,0.5252893),(0.4341379,0.5293922),(0.4382856,0.5293922),(0.429978,0.5293922),(0.429978,0.533477),(0.4341379,0.533477),(0.4382856,0.533477),(0.4424174,0.5293922),(0.4424174,0.533477),(0.4258092,0.52114),(0.4216311,0.52114),(0.4216312,0.5252893),(0.4258092,0.5252893),(0.4174434,0.52114),(0.4132456,0.52114),(0.4132456,0.5252893),(0.4174434,0.5252893),(0.4174434,0.5293922),(0.4216312,0.5293922),(0.4132456,0.5293922),(0.4132456,0.533477),(0.4174434,0.533477),(0.4216312,0.533477),(0.4258092,0.5293922),(0.4258092,0.533477),(0.4090372,0.52114),(0.4048201,0.52114),(0.4090372,0.5252893),(0.4048201,0.5252893),(0.4005963,0.52114),(0.3963675,0.52114),(0.4005963,0.5252893),(0.3963675,0.5252893),(0.4048201,0.5293922),(0.4005963,0.5293922),(0.3963675,0.5293922),(0.4005963,0.533477),(0.3963675,0.533477),(0.4048201,0.533477),(0.4090372,0.5293922),(0.4090372,0.533477),(0.3921357,0.52114),(0.3879012,0.52114),(0.3921357,0.5252893),(0.3879012,0.5252893),(0.3836642,0.52114),(0.3794248,0.52114),(0.3836642,0.5252893),(0.3794249,0.5252893),(0.3879012,0.5293922),(0.3836642,0.5293922),(0.3794248,0.5293922),(0.3836642,0.533477),(0.3794248,0.533477),(0.3879012,0.533477),(0.3921357,0.5293922),(0.3921357,0.533477),(0.3751834,0.52114),(0.3709441,0.52114),(0.3751834,0.5252893),(0.3709441,0.5252893),(0.3667112,0.52114),(0.3624887,0.52114),(0.3667112,0.5252893),(0.3624887,0.5252893),(0.3709442,0.5293922),(0.3667112,0.5293922),(0.3624887,0.5293922),(0.3667112,0.533477),(0.3624887,0.533477),(0.3709441,0.533477),(0.3751834,0.5293922),(0.3751834,0.533477),(0.358281,0.52114),(0.3540821,0.52114),(0.358281,0.5252893),(0.3540821,0.5252893),(0.3498864,0.52114),(0.3456882,0.52114),(0.3498864,0.5252893),(0.3456882,0.5252893),(0.3540821,0.5293922),(0.3498864,0.5293922),(0.3456882,0.5293922),(0.3498864,0.533477),(0.3456882,0.533477),(0.3540821,0.533477),(0.3582809,0.5293922),(0.358281,0.533477),(0.3414817,0.52114),(0.3372694,0.52114),(0.3414817,0.5252893),(0.3372695,0.5252893),(0.3330541,0.52114),(0.3288383,0.52114),(0.3330541,0.5252893),(0.3288383,0.5252893),(0.3372695,0.5293922),(0.3330541,0.5293922),(0.3288383,0.5293922),(0.3330541,0.533477),(0.3288383,0.533477),(0.3372695,0.533477),(0.3414817,0.5293922),(0.3414817,0.533477),(0.3246247,0.52114),(0.3204179,0.52114),(0.3246247,0.5252893),(0.3204179,0.5252893),(0.3162228,0.52114),(0.3120441,0.52114),(0.3162228,0.5252893),(0.3120441,0.5252893),(0.3204179,0.5293922),(0.3162228,0.5293922),(0.3120441,0.5293922),(0.3162228,0.533477),(0.3120441,0.533477),(0.3204179,0.533477),(0.3246247,0.5293922),(0.3246247,0.533477),(0.3078868,0.52114),(0.3037427,0.52114),(0.3078868,0.5252893),(0.3037427,0.5252893),(0.2996041,0.52114),(0.2954631,0.52114),(0.2996041,0.5252893),(0.2954631,0.5252893),(0.3037428,0.5293922),(0.2996041,0.5293922),(0.2954631,0.5293922),(0.2996041,0.533477),(0.2954631,0.533477),(0.3037427,0.533477),(0.3078868,0.5293922),(0.3078868,0.533477),(0.2913116,0.52114),(0.2871543,0.52114),(0.2913116,0.5252893),(0.2871543,0.5252893),(0.2829956,0.52114),(0.2788399,0.52114),(0.2829956,0.5252893),(0.2788399,0.5252893),(0.2871543,0.5293922),(0.2829956,0.5293922),(0.2788399,0.5293922),(0.2829956,0.533477),(0.2788399,0.533477),(0.2871543,0.533477),(0.2913116,0.5293922),(0.2913116,0.533477),(0.2746918,0.52114),(0.2705556,0.52114),(0.2746918,0.5252893),(0.2705556,0.5252893),(0.2664356,0.52114),(0.262336,0.52114),(0.2664356,0.5252893),(0.262336,0.5252893),(0.2705556,0.5293922),(0.2664356,0.5293922),(0.262336,0.5293922),(0.2664356,0.533477),(0.262336,0.533477),(0.2705556,0.533477),(0.2746918,0.5293922),(0.2746918,0.533477),(0.2582613,0.52114),(0.254209,0.52114),(0.2582613,0.5252893),(0.254209,0.5252893),(0.2501769,0.52114),(0.2461624,0.52114),(0.2501769,0.5252893),(0.2461624,0.5252893),(0.254209,0.5293922),(0.2501769,0.5293922),(0.2461624,0.5293922),(0.2501769,0.533477),(0.2461624,0.533477),(0.254209,0.533477),(0.2582613,0.5293922),(0.2582613,0.533477),(0.2421634,0.52114),(0.238164,0.52114),(0.2421634,0.5252893),(0.238164,0.5252893),(0.2341487,0.52114),(0.2301017,0.52114),(0.2341487,0.5252893),(0.2301017,0.5252893),(0.238164,0.5293922),(0.2341487,0.5293922),(0.2301017,0.5293922),(0.2341487,0.533477),(0.2301017,0.533477),(0.238164,0.533477),(0.2421634,0.5293922),(0.2421634,0.533477),(0.2260074,0.52114),(0.2218787,0.52114),(0.2260074,0.5252893),(0.2218787,0.5252893),(0.2177283,0.52114),(0.2135691,0.52114),(0.2177283,0.5252893),(0.2135692,0.5252893),(0.2218787,0.5293922),(0.2177283,0.5293922),(0.2135691,0.5293922),(0.2177283,0.533477),(0.2135692,0.533477),(0.2218787,0.533477),(0.2260074,0.5293922),(0.2260074,0.533477),(0.2094141,0.52114),(0.2052627,0.52114),(0.2094141,0.5252893),(0.2052627,0.5252893),(0.2011147,0.52114),(0.1969699,0.52114),(0.2011147,0.5252893),(0.1969699,0.5252893),(0.2052627,0.5293922),(0.2011147,0.5293922),(0.1969699,0.5293922),(0.2011147,0.533477),(0.1969699,0.533477),(0.2052627,0.533477),(0.2094141,0.5293922),(0.2094141,0.533477),(0.1928277,0.52114),(0.1886888,0.52114),(0.1928277,0.5252893),(0.1886888,0.5252893),(0.1845533,0.52114),(0.1804218,0.52114),(0.1845533,0.5252893),(0.1804218,0.5252893),(0.1886888,0.5293922),(0.1845533,0.5293922),(0.1804218,0.5293922),(0.1845533,0.533477),(0.1804218,0.533477),(0.1886888,0.533477),(0.1928277,0.5293922),(0.1928277,0.533477),(0.1762946,0.52114),(0.1721701,0.52114),(0.1762946,0.5252893),(0.1721701,0.5252893),(0.1680468,0.52114),(0.163923,0.52114),(0.1680468,0.5252893),(0.163923,0.5252893),(0.1721701,0.5293922),(0.1680468,0.5293922),(0.163923,0.5293922),(0.1680468,0.533477),(0.163923,0.533477),(0.1721701,0.533477),(0.1762946,0.5293922),(0.1762946,0.533477),(0.1597973,0.52114),(0.1556691,0.52114),(0.1597973,0.5252893),(0.1556691,0.5252893),(0.1515382,0.52114),(0.1474041,0.52114),(0.1515382,0.5252893),(0.1474041,0.5252893),(0.1556691,0.5293922),(0.1515382,0.5293922),(0.1474041,0.5293922),(0.1515382,0.533477),(0.1474041,0.533477),(0.1556691,0.533477),(0.1597973,0.5293922),(0.1597973,0.533477),(0.1432664,0.52114),(0.1391259,0.52114),(0.1432664,0.5252893),(0.1391259,0.5252893),(0.134983,0.52114),(0.1308385,0.52114),(0.134983,0.5252893),(0.1308385,0.5252893),(0.1391259,0.5293922),(0.134983,0.5293922),(0.1308385,0.5293922),(0.1308385,0.533477),(0.134983,0.533477),(0.1391259,0.533477),(0.1432664,0.5293922),(0.1432664,0.533477),(0.126693,0.52114),(0.12255,0.52114),(0.126693,0.5252893),(0.12255,0.5252893),(0.1184131,0.52114),(0.1142857,0.52114),(0.1142857,0.5252893),(0.1184131,0.5252893),(0.1184131,0.5293922),(0.12255,0.5293922),(0.1142857,0.5293922),(0.1142857,0.533477),(0.1184131,0.533477),(0.12255,0.533477),(0.126693,0.5293922),(0.126693,0.533477),(0.1101713,0.52114),(0.1060752,0.52114),(0.1060752,0.5252893),(0.1101713,0.5252893),(0.1020023,0.52114),(0.09795791,0.52114),(0.09795791,0.5252893),(0.1020023,0.5252893),(0.1020023,0.5293922),(0.1060752,0.5293922),(0.09795791,0.5293922),(0.09795791,0.533477),(0.1020023,0.533477),(0.1060752,0.533477),(0.1101713,0.5293922),(0.1101713,0.533477),(0.09394707,0.52114),(0.08994583,0.52114),(0.08994584,0.5252893),(0.09394707,0.5252893),(0.08593026,0.52114),(0.08187638,0.52114),(0.08187637,0.5252893),(0.08593025,0.5252893),(0.08593026,0.5293922),(0.08994584,0.5293922),(0.08187638,0.5293922),(0.08187638,0.533477),(0.08593026,0.533477),(0.08994584,0.533477),(0.09394707,0.5293922),(0.09394707,0.533477),(0.07776025,0.52114),(0.07361087,0.52114),(0.07361087,0.5252893),(0.07776025,0.5252893),(0.06945725,0.52114),(0.06532837,0.52114),(0.06532837,0.5252893),(0.06945725,0.5252893),(0.06945725,0.5293922),(0.07361087,0.5293922),(0.06532837,0.5293922),(0.06532837,0.533477),(0.06945725,0.533477),(0.07361087,0.533477),(0.07776025,0.5293922),(0.07776025,0.533477),(0.06125325,0.52114),(0.05721605,0.52114),(0.05721604,0.5252893),(0.06125325,0.5252893),(0.05320094,0.52114),(0.0491921,0.52114),(0.04919209,0.5252893),(0.05320094,0.5252893),(0.05320094,0.5293922),(0.05721605,0.5293922),(0.0491921,0.5293922),(0.04919209,0.533477),(0.05320094,0.533477),(0.05721605,0.533477),(0.06125325,0.5293922),(0.06125325,0.533477),(0.04517369,0.52114),(0.04115105,0.52114),(0.04517369,0.5252893),(0.04115105,0.5252893),(0.0371295,0.52114),(0.03311438,0.52114),(0.03311437,0.5252893),(0.0371295,0.5252893),(0.04115105,0.5293922),(0.0371295,0.5293922),(0.03311438,0.5293922),(0.03311438,0.533477),(0.0371295,0.533477),(0.04115105,0.533477),(0.04517369,0.5293922),(0.04517369,0.533477),(0.029111,0.52114),(0.02511186,0.52114),(0.02511186,0.5252893),(0.029111,0.5252893),(0.02110944,0.52114),(0.01709622,0.52114),(0.01709622,0.5252893),(0.02110944,0.5252893),(0.02110944,0.5293922),(0.02511186,0.5293922),(0.01709622,0.5293922),(0.01709622,0.533477),(0.02110944,0.533477),(0.02511186,0.533477),(0.029111,0.5293922),(0.029111,0.533477),(0.01306469,0.52114),(0.009019421,0.5211529),(0.009019421,0.5252922),(0.01306469,0.5252893),(0.004965,0.5211914),(0.000906,0.5212427),(0.000906,0.5253125),(0.004965,0.5253009),(0.004965,0.5293872),(0.009019421,0.529391),(0.000906,0.5293822),(0.000906,0.533452),(0.004965,0.5334695),(0.009019421,0.5334752),(0.01306469,0.5293922),(0.01306469,0.533477),(0.999094,0.5375618),(0.9951518,0.5375668),(0.9912093,0.5375705),(0.9951518,0.5416695),(0.9912093,0.5416681),(0.999094,0.5416715),(0.9872664,0.5375718),(0.983323,0.5375718),(0.9872664,0.5416675),(0.983323,0.5416675),(0.9912093,0.5457585),(0.9872664,0.5457553),(0.983323,0.5457553),(0.9872664,0.5498262),(0.983323,0.5498262),(0.9912093,0.549831),(0.9951518,0.5457683),(0.999094,0.5457813),(0.9951518,0.5498456),(0.999094,0.549891),(0.9793787,0.5375718),(0.9754275,0.5375718),(0.9793787,0.5416676),(0.9754274,0.5416675),(0.9714631,0.5375718),(0.9674796,0.5375718),(0.9714631,0.5416675),(0.9674796,0.5416675),(0.9754274,0.5457553),(0.9714631,0.5457553),(0.9674796,0.5457553),(0.9714631,0.5498262),(0.9674796,0.5498262),(0.9754274,0.5498262),(0.9793787,0.5457553),(0.9793787,0.5498262),(0.9634706,0.5375718),(0.9594426,0.5375718),(0.9634707,0.5416676),(0.9594426,0.5416675),(0.9554016,0.5375718),(0.9513539,0.5375718),(0.9554016,0.5416675),(0.9513539,0.5416675),(0.9594426,0.5457553),(0.9554016,0.5457553),(0.9513539,0.5457553),(0.9554016,0.5498262),(0.9513539,0.5498262),(0.9594425,0.5498262),(0.9634707,0.5457553),(0.9634706,0.5498262),(0.9473058,0.5375718),(0.9432498,0.5375718),(0.9473058,0.5416676),(0.9432497,0.5416675),(0.9391782,0.5375718),(0.9350839,0.5375718),(0.9391783,0.5416675),(0.9350839,0.5416675),(0.9432497,0.5457553),(0.9391782,0.5457553),(0.9350839,0.5457553),(0.9391783,0.5498262),(0.9350839,0.5498262),(0.9432497,0.5498262),(0.9473058,0.5457553),(0.9473058,0.5498262),(0.930959,0.5375718),(0.9268106,0.5375718),(0.930959,0.5416676),(0.9268106,0.5416675),(0.9226453,0.5375718),(0.9184701,0.5375718),(0.9226453,0.5416675),(0.9184701,0.5416675),(0.9268106,0.5457553),(0.9226453,0.5457553),(0.9184701,0.5457553),(0.9184701,0.5498262),(0.9226453,0.5498262),(0.9268106,0.5498262),(0.930959,0.5457553),(0.930959,0.5498262),(0.9142919,0.5375718),(0.910111,0.5375718),(0.9101109,0.5416675),(0.9142919,0.5416676),(0.9059278,0.5375718),(0.9017429,0.5375718),(0.9017429,0.5416675),(0.9059278,0.5416675),(0.9059278,0.5457553),(0.910111,0.5457553),(0.9017429,0.5457553),(0.9017428,0.5498262),(0.9059278,0.5498262),(0.9101109,0.5498262),(0.9142919,0.5457553),(0.9142919,0.5498262),(0.8975567,0.5375718),(0.8933688,0.5375718),(0.8933688,0.5416675),(0.8975567,0.5416676),(0.8891787,0.5375718),(0.8849859,0.5375718),(0.8891788,0.5416675),(0.8849859,0.5416675),(0.8933688,0.5457553),(0.8891787,0.5457553),(0.8849859,0.5457553),(0.8891788,0.5498262),(0.8849859,0.5498262),(0.8933688,0.5498262),(0.8975567,0.5457553),(0.8975567,0.5498262),(0.8807898,0.5375718),(0.8765806,0.5375718),(0.8807898,0.5416676),(0.8765807,0.5416675),(0.8723488,0.5375718),(0.8680845,0.5375718),(0.8723488,0.5416675),(0.8680845,0.5416675),(0.8765806,0.5457553),(0.8723488,0.5457553),(0.8680845,0.5457553),(0.8723488,0.5498262),(0.8680845,0.5498262),(0.8765806,0.5498262),(0.8807898,0.5457553),(0.8807898,0.5498262),(0.8637781,0.5375718),(0.8594491,0.5375718),(0.8637781,0.5416676),(0.8594491,0.5416675),(0.8551173,0.5375718),(0.8508024,0.5375718),(0.8551173,0.5416675),(0.8508024,0.5416675),(0.8551173,0.5457553),(0.8594491,0.5457553),(0.8508024,0.5457553),(0.8508024,0.5498262),(0.8551173,0.5498262),(0.859449,0.5498262),(0.8637781,0.5457553),(0.8637781,0.5498262),(0.846524,0.5375718),(0.8422731,0.5375718),(0.846524,0.5416676),(0.8422731,0.5416675),(0.8380403,0.5375718),(0.8338165,0.5375718),(0.8380403,0.5416675),(0.8338165,0.5416675),(0.8422731,0.5457553),(0.8380403,0.5457553),(0.8338165,0.5457553),(0.8338165,0.5498262),(0.8380404,0.5498262),(0.8422731,0.5498262),(0.846524,0.5457553),(0.846524,0.5498262),(0.8295926,0.5375718),(0.8253628,0.5375718),(0.8253628,0.5416675),(0.8295926,0.5416676),(0.8211217,0.5375718),(0.8168637,0.5375718),(0.8168637,0.5416675),(0.8211217,0.5416675),(0.8211217,0.5457553),(0.8253628,0.5457553),(0.8168637,0.5457553),(0.8168637,0.5498262),(0.8211217,0.5498262),(0.8253628,0.5498262),(0.8295926,0.5457553),(0.8295926,0.5498262),(0.8125832,0.5375718),(0.8082899,0.5375718),(0.8082899,0.5416675),(0.8125832,0.5416676),(0.8039935,0.5375718),(0.7997035,0.5375718),(0.7997035,0.5416675),(0.8039935,0.5416675),(0.8039935,0.5457553),(0.8082899,0.5457553),(0.7997035,0.5457553),(0.7997035,0.5498262),(0.8039935,0.5498262),(0.8082899,0.5498262),(0.8125832,0.5457553),(0.8125832,0.5498262),(0.7954297,0.5375718),(0.7911757,0.5375718),(0.7911757,0.5416675),(0.7954297,0.5416676),(0.7869452,0.5375718),(0.7827417,0.5375718),(0.7827417,0.5416675),(0.7869452,0.5416675),(0.7869452,0.5457553),(0.7911757,0.5457553),(0.7827417,0.5457553),(0.7827417,0.5498262),(0.7869452,0.5498262),(0.7911757,0.5498262),(0.7954297,0.5457553),(0.7954297,0.5498262),(0.7785689,0.5375718),(0.7744211,0.5375718),(0.7744212,0.5416675),(0.7785689,0.5416676),(0.7702925,0.5375718),(0.7661775,0.5375718),(0.7661775,0.5416675),(0.7702925,0.5416675),(0.7702925,0.5457553),(0.7744212,0.5457553),(0.7661775,0.5457553),(0.7661775,0.5498262),(0.7702925,0.5498262),(0.7744212,0.5498262),(0.778569,0.5457553),(0.778569,0.5498262),(0.7620703,0.5375718),(0.757961,0.5375718),(0.757961,0.5416675),(0.7620703,0.5416676),(0.7538399,0.5375718),(0.7496969,0.5375718),(0.7496969,0.5416675),(0.7538399,0.5416675),(0.7538399,0.5457553),(0.757961,0.5457553),(0.7496969,0.5457553),(0.7496969,0.5498262),(0.7538399,0.5498262),(0.757961,0.5498262),(0.7620703,0.5457553),(0.7620703,0.5498262),(0.7455223,0.5375718),(0.7413244,0.5375718),(0.7413245,0.5416675),(0.7455223,0.5416676),(0.7371117,0.5375718),(0.7328922,0.5375718),(0.7328923,0.5416675),(0.7371117,0.5416675),(0.7371117,0.5457553),(0.7413245,0.5457553),(0.7328922,0.5457553),(0.7328922,0.5498262),(0.7371117,0.5498262),(0.7413245,0.5498262),(0.7455223,0.5457553),(0.7455223,0.5498262),(0.7286744,0.5375718),(0.7244572,0.5375718),(0.7244572,0.5416675),(0.7286744,0.5416676),(0.7202395,0.5375718),(0.71602,0.5375718),(0.71602,0.5416675),(0.7202395,0.5416675),(0.7202395,0.5457553),(0.7244572,0.5457553),(0.71602,0.5457553),(0.71602,0.5498262),(0.7202394,0.5498262),(0.7244572,0.5498262),(0.7286744,0.5457553),(0.7286744,0.5498262),(0.7117977,0.5375718),(0.7075742,0.5375718),(0.7075742,0.5416675),(0.7117977,0.5416676),(0.7033514,0.5375718),(0.6991307,0.5375718),(0.6991307,0.5416675),(0.7033514,0.5416675),(0.7033514,0.5457553),(0.7075742,0.5457553),(0.6991307,0.5457553),(0.6991307,0.5498262),(0.7033514,0.5498262),(0.7075742,0.5498262),(0.7117977,0.5457553),(0.7117977,0.5498262),(0.6949139,0.5375718),(0.6906992,0.5375718),(0.6906992,0.5416675),(0.6949139,0.5416676),(0.6864849,0.5375718),(0.6822694,0.5375718),(0.6822693,0.5416675),(0.6864849,0.5416675),(0.6864849,0.5457553),(0.6906992,0.5457553),(0.6822694,0.5457553),(0.6822693,0.5498262),(0.6864849,0.5498262),(0.6906992,0.5498262),(0.6949139,0.5457553),(0.6949139,0.5498262),(0.6780508,0.5375718),(0.6738272,0.5375718),(0.6738272,0.5416675),(0.6780507,0.5416676),(0.6695971,0.5375718),(0.6653587,0.5375718),(0.6653587,0.5416675),(0.6695971,0.5416675),(0.6695971,0.5457553),(0.6738272,0.5457553),(0.6653587,0.5457553),(0.6653587,0.5498262),(0.6695971,0.5498262),(0.6738272,0.5498262),(0.6780508,0.5457553),(0.6780507,0.5498262),(0.6611102,0.5375718),(0.6568571,0.5375718),(0.6568571,0.5416675),(0.6611102,0.5416676),(0.6526053,0.5375718),(0.6483604,0.5375718),(0.6483604,0.5416675),(0.6526054,0.5416675),(0.6526054,0.5457553),(0.6568571,0.5457553),(0.6483604,0.5457553),(0.6483604,0.5498262),(0.6526053,0.5498262),(0.6568571,0.5498262),(0.6611102,0.5457553),(0.6611102,0.5498262),(0.6441281,0.5375718),(0.6399043,0.5375718),(0.6399043,0.5416675),(0.6441281,0.5416676),(0.635685,0.5375718),(0.6314663,0.5375718),(0.6314663,0.5416675),(0.635685,0.5416675),(0.635685,0.5457553),(0.6399043,0.5457553),(0.6314663,0.5457553),(0.6314663,0.5498262),(0.635685,0.5498262),(0.6399043,0.5498262),(0.6441281,0.5457553),(0.6441281,0.5498262),(0.627244,0.5375718),(0.6230208,0.5375718),(0.6230209,0.5416675),(0.627244,0.5416676),(0.6187993,0.5375718),(0.6145822,0.5375718),(0.6145822,0.5416675),(0.6187993,0.5416675),(0.6187993,0.5457553),(0.6230208,0.5457553),(0.6145822,0.5457553),(0.6145822,0.5498262),(0.6187993,0.5498262),(0.6230209,0.5498262),(0.627244,0.5457553),(0.627244,0.5498262),(0.6103719,0.5375718),(0.6061606,0.5375718),(0.6061606,0.5416675),(0.6103719,0.5416676),(0.6019406,0.5375718),(0.5977041,0.5375718),(0.5977041,0.5416675),(0.6019406,0.5416675),(0.6019406,0.5457553),(0.6061606,0.5457553),(0.5977041,0.5457553),(0.5977041,0.5498262),(0.6019406,0.5498262),(0.6061606,0.5498262),(0.6103719,0.5457553),(0.6103719,0.5498262),(0.5934432,0.5375718),(0.589169,0.5375718),(0.589169,0.5416675),(0.5934432,0.5416676),(0.5848927,0.5375718),(0.5806257,0.5375718),(0.5806257,0.5416675),(0.5848927,0.5416675),(0.5848927,0.5457553),(0.589169,0.5457553),(0.5806257,0.5457553),(0.5806257,0.5498262),(0.5848927,0.5498262),(0.589169,0.5498262),(0.5934432,0.5457553),(0.5934432,0.5498262),(0.5763788,0.5375718),(0.572147,0.5375718),(0.572147,0.5416675),(0.5763788,0.5416676),(0.567925,0.5375718),(0.5637077,0.5375718),(0.5637077,0.5416675),(0.567925,0.5416675),(0.567925,0.5457553),(0.572147,0.5457553),(0.5637077,0.5457553),(0.5637077,0.5498262),(0.567925,0.5498262),(0.572147,0.5498262),(0.5763788,0.5457553),(0.5763788,0.5498262),(0.55949,0.5375718),(0.5552715,0.5375718),(0.5552715,0.5416675),(0.55949,0.5416676),(0.5510522,0.5375718),(0.5468317,0.5375718),(0.5468317,0.5416675),(0.5510522,0.5416675),(0.5510522,0.5457553),(0.5552715,0.5457553),(0.5468317,0.5457553),(0.5468317,0.5498262),(0.5510522,0.5498262),(0.5552715,0.5498262),(0.55949,0.5457553),(0.55949,0.5498262),(0.5426099,0.5375718),(0.5383899,0.5375718),(0.5383899,0.5416675),(0.5426099,0.5416676),(0.5341746,0.5375718),(0.5299669,0.5375718),(0.5299669,0.5416675),(0.5341746,0.5416675),(0.5341746,0.5457553),(0.5383899,0.5457553),(0.5299669,0.5457553),(0.529967,0.5498262),(0.5341746,0.5498262),(0.5383899,0.5498262),(0.5426099,0.5457553),(0.5426099,0.5498262),(0.52577,0.5375718),(0.5215818,0.5375718),(0.5215818,0.5416675),(0.52577,0.5416676),(0.5174,0.5375718),(0.5132228,0.5375718),(0.5132228,0.5416675),(0.5174,0.5416675),(0.5174,0.5457553),(0.5215818,0.5457553),(0.5132228,0.5457553),(0.5132228,0.5498262),(0.5174,0.5498262),(0.5215818,0.5498262),(0.52577,0.5457553),(0.52577,0.5498262),(0.5090478,0.5375718),(0.5048727,0.5375718),(0.5048727,0.5416675),(0.5090478,0.5416676),(0.5006949,0.5375718),(0.4965119,0.5375718),(0.5006949,0.5416675),(0.4965119,0.5416675),(0.5048727,0.5457553),(0.5006949,0.5457553),(0.4965119,0.5457553),(0.5006949,0.5498262),(0.4965119,0.5498262),(0.5048727,0.5498262),(0.5090478,0.5457553),(0.5090478,0.5498262),(0.4923214,0.5375718),(0.4881234,0.5375718),(0.4881234,0.5416675),(0.4923214,0.5416676),(0.4839184,0.5375718),(0.4797065,0.5375718),(0.4797065,0.5416675),(0.4839184,0.5416675),(0.4839184,0.5457553),(0.4881234,0.5457553),(0.4797065,0.5457553),(0.4797064,0.5498262),(0.4839184,0.5498262),(0.4881234,0.5498262),(0.4923214,0.5457553),(0.4923214,0.5498262),(0.4754879,0.5375718),(0.4712752,0.5375718),(0.4712752,0.5416675),(0.4754879,0.5416676),(0.4670808,0.5375718),(0.4629171,0.5375718),(0.4629171,0.5416675),(0.4670808,0.5416675),(0.4670808,0.5457553),(0.4712752,0.5457553),(0.4629171,0.5457553),(0.4629171,0.5498262),(0.4670808,0.5498262),(0.4712752,0.5498262),(0.4754879,0.5457553),(0.4754879,0.5498262),(0.4587967,0.5375718),(0.4547031,0.5375718),(0.4547031,0.5416675),(0.4587967,0.5416676),(0.4506197,0.5375718),(0.44653,0.5375718),(0.4506197,0.5416675),(0.44653,0.5416675),(0.4547031,0.5457553),(0.4506197,0.5457553),(0.44653,0.5457553),(0.4506197,0.5498262),(0.44653,0.5498262),(0.4547031,0.5498262),(0.4587967,0.5457553),(0.4587967,0.5498262),(0.4424174,0.5375718),(0.4382856,0.5375718),(0.4424174,0.5416676),(0.4382856,0.5416675),(0.4341379,0.5375718),(0.429978,0.5375718),(0.4341379,0.5416675),(0.429978,0.5416675),(0.4382856,0.5457553),(0.4341379,0.5457553),(0.429978,0.5457553),(0.4341379,0.5498262),(0.429978,0.5498262),(0.4382856,0.5498262),(0.4424174,0.5457553),(0.4424174,0.5498262),(0.4258092,0.5375718),(0.4216311,0.5375718),(0.4258092,0.5416676),(0.4216312,0.5416675),(0.4174434,0.5375718),(0.4132456,0.5375718),(0.4174434,0.5416675),(0.4132456,0.5416675),(0.4216312,0.5457553),(0.4174434,0.5457553),(0.4132456,0.5457553),(0.4174434,0.5498262),(0.4132456,0.5498262),(0.4216312,0.5498262),(0.4258092,0.5457553),(0.4258092,0.5498262),(0.4090372,0.5375718),(0.4048201,0.5375718),(0.4090372,0.5416676),(0.4048201,0.5416675),(0.4005963,0.5375718),(0.3963675,0.5375718),(0.4005963,0.5416675),(0.3963675,0.5416675),(0.4048201,0.5457553),(0.4005963,0.5457553),(0.3963675,0.5457553),(0.4005963,0.5498262),(0.3963675,0.5498262),(0.4048201,0.5498262),(0.4090372,0.5457553),(0.4090372,0.5498262),(0.3921357,0.5375718),(0.3879012,0.5375718),(0.3921357,0.5416676),(0.3879012,0.5416675),(0.3836642,0.5375718),(0.3794248,0.5375718),(0.3836642,0.5416675),(0.3794249,0.5416675),(0.3879012,0.5457553),(0.3836642,0.5457553),(0.3794248,0.5457553),(0.3836642,0.5498262),(0.3794248,0.5498262),(0.3879012,0.5498262),(0.3921357,0.5457553),(0.3921357,0.5498262),(0.3751834,0.5375718),(0.3709441,0.5375718),(0.3751834,0.5416676),(0.3709441,0.5416675),(0.3667112,0.5375718),(0.3624887,0.5375718),(0.3667112,0.5416675),(0.3624887,0.5416675),(0.3709442,0.5457553),(0.3667112,0.5457553),(0.3624887,0.5457553),(0.3667112,0.5498262),(0.3624887,0.5498262),(0.3709441,0.5498262),(0.3751834,0.5457553),(0.3751834,0.5498262),(0.358281,0.5375718),(0.3540821,0.5375718),(0.358281,0.5416676),(0.3540821,0.5416675),(0.3498864,0.5375718),(0.3456882,0.5375718),(0.3498864,0.5416675),(0.3456882,0.5416675),(0.3540821,0.5457553),(0.3498864,0.5457553),(0.3456882,0.5457553),(0.3498864,0.5498262),(0.3456882,0.5498262),(0.3540821,0.5498262),(0.3582809,0.5457553),(0.358281,0.5498262),(0.3414817,0.5375718),(0.3372694,0.5375718),(0.3414817,0.5416676),(0.3372695,0.5416675),(0.3330541,0.5375718),(0.3288383,0.5375718),(0.3330541,0.5416675),(0.3288383,0.5416675),(0.3372695,0.5457553),(0.3330541,0.5457553),(0.3288383,0.5457553),(0.3330541,0.5498262),(0.3288383,0.5498262),(0.3372695,0.5498262),(0.3414817,0.5457553),(0.3414817,0.5498262),(0.3246247,0.5375718),(0.3204179,0.5375718),(0.3246247,0.5416676),(0.3204179,0.5416675),(0.3162228,0.5375718),(0.3120441,0.5375718),(0.3162228,0.5416675),(0.3120441,0.5416675),(0.3204179,0.5457553),(0.3162228,0.5457553),(0.3120441,0.5457553),(0.3162228,0.5498262),(0.3120441,0.5498262),(0.3204179,0.5498262),(0.3246247,0.5457553),(0.3246247,0.5498262),(0.3078868,0.5375718),(0.3037427,0.5375718),(0.3078868,0.5416676),(0.3037427,0.5416675),(0.2996041,0.5375718),(0.2954631,0.5375718),(0.2996041,0.5416675),(0.2954631,0.5416675),(0.3037428,0.5457553),(0.2996041,0.5457553),(0.2954631,0.5457553),(0.2996041,0.5498262),(0.2954631,0.5498262),(0.3037427,0.5498262),(0.3078868,0.5457553),(0.3078868,0.5498262),(0.2913116,0.5375718),(0.2871543,0.5375718),(0.2913116,0.5416676),(0.2871543,0.5416675),(0.2829956,0.5375718),(0.2788399,0.5375718),(0.2829956,0.5416675),(0.2788399,0.5416675),(0.2871543,0.5457553),(0.2829956,0.5457553),(0.2788399,0.5457553),(0.2829956,0.5498262),(0.2788399,0.5498262),(0.2871543,0.5498262),(0.2913116,0.5457553),(0.2913116,0.5498262),(0.2746918,0.5375718),(0.2705556,0.5375718),(0.2746918,0.5416676),(0.2705556,0.5416675),(0.2664356,0.5375718),(0.262336,0.5375718),(0.2664356,0.5416675),(0.262336,0.5416675),(0.2705556,0.5457553),(0.2664356,0.5457553),(0.262336,0.5457553),(0.2664356,0.5498262),(0.262336,0.5498262),(0.2705556,0.5498262),(0.2746918,0.5457553),(0.2746918,0.5498262),(0.2582613,0.5375718),(0.254209,0.5375718),(0.2582613,0.5416676),(0.254209,0.5416675),(0.2501769,0.5375718),(0.2461624,0.5375718),(0.2501769,0.5416675),(0.2461624,0.5416675),(0.254209,0.5457553),(0.2501769,0.5457553),(0.2461624,0.5457553),(0.2501769,0.5498262),(0.2461624,0.5498262),(0.254209,0.5498262),(0.2582613,0.5457553),(0.2582613,0.5498262),(0.2421634,0.5375718),(0.238164,0.5375718),(0.2421634,0.5416676),(0.238164,0.5416675),(0.2341487,0.5375718),(0.2301017,0.5375718),(0.2341487,0.5416675),(0.2301017,0.5416675),(0.238164,0.5457553),(0.2341487,0.5457553),(0.2301017,0.5457553),(0.2341487,0.5498262),(0.2301017,0.5498262),(0.238164,0.5498262),(0.2421634,0.5457553),(0.2421634,0.5498262),(0.2260074,0.5375718),(0.2218787,0.5375718),(0.2260074,0.5416676),(0.2218787,0.5416675),(0.2177283,0.5375718),(0.2135691,0.5375718),(0.2177283,0.5416675),(0.2135692,0.5416675),(0.2218787,0.5457553),(0.2177283,0.5457553),(0.2135691,0.5457553),(0.2177283,0.5498262),(0.2135692,0.5498262),(0.2218787,0.5498262),(0.2260074,0.5457553),(0.2260074,0.5498262),(0.2094141,0.5375718),(0.2052627,0.5375718),(0.2094141,0.5416676),(0.2052627,0.5416675),(0.2011147,0.5375718),(0.1969699,0.5375718),(0.2011147,0.5416675),(0.1969699,0.5416675),(0.2052627,0.5457553),(0.2011147,0.5457553),(0.1969699,0.5457553),(0.2011147,0.5498262),(0.1969699,0.5498262),(0.2052627,0.5498262),(0.2094141,0.5457553),(0.2094141,0.5498262),(0.1928277,0.5375718),(0.1886888,0.5375718),(0.1928277,0.5416676),(0.1886888,0.5416675),(0.1845533,0.5375718),(0.1804218,0.5375718),(0.1845533,0.5416675),(0.1804218,0.5416675),(0.1886888,0.5457553),(0.1845533,0.5457553),(0.1804218,0.5457553),(0.1845533,0.5498262),(0.1804218,0.5498262),(0.1886888,0.5498262),(0.1928277,0.5457553),(0.1928277,0.5498262),(0.1762946,0.5375718),(0.1721701,0.5375718),(0.1762946,0.5416676),(0.1721701,0.5416675),(0.1680468,0.5375718),(0.163923,0.5375718),(0.1680468,0.5416675),(0.163923,0.5416675),(0.1721701,0.5457553),(0.1680468,0.5457553),(0.163923,0.5457553),(0.1680468,0.5498262),(0.163923,0.5498262),(0.1721701,0.5498262),(0.1762946,0.5457553),(0.1762946,0.5498262),(0.1597973,0.5375718),(0.1556691,0.5375718),(0.1597973,0.5416676),(0.1556691,0.5416675),(0.1515382,0.5375718),(0.1474041,0.5375718),(0.1515382,0.5416675),(0.1474041,0.5416675),(0.1556691,0.5457553),(0.1515382,0.5457553),(0.1474041,0.5457553),(0.1515382,0.5498262),(0.1474041,0.5498262),(0.1556691,0.5498262),(0.1597973,0.5457553),(0.1597973,0.5498262),(0.1432664,0.5375718),(0.1391259,0.5375718),(0.1391259,0.5416675),(0.1432664,0.5416676),(0.134983,0.5375718),(0.1308385,0.5375718),(0.1308385,0.5416675),(0.134983,0.5416675),(0.134983,0.5457553),(0.1391259,0.5457553),(0.1308385,0.5457553),(0.134983,0.5498262),(0.1308385,0.5498262),(0.1391259,0.5498262),(0.1432664,0.5457553),(0.1432664,0.5498262),(0.126693,0.5375718),(0.12255,0.5375718),(0.12255,0.5416675),(0.126693,0.5416676),(0.1184131,0.5375718),(0.1142857,0.5375718),(0.1184131,0.5416675),(0.1142857,0.5416675),(0.12255,0.5457553),(0.1184131,0.5457553),(0.1142857,0.5457553),(0.1142857,0.5498262),(0.1184131,0.5498262),(0.12255,0.5498262),(0.126693,0.5457553),(0.126693,0.5498262),(0.1101713,0.5375718),(0.1060752,0.5375718),(0.1060752,0.5416675),(0.1101713,0.5416676),(0.1020023,0.5375718),(0.09795791,0.5375718),(0.09795791,0.5416675),(0.1020023,0.5416675),(0.1020023,0.5457553),(0.1060752,0.5457553),(0.09795791,0.5457553),(0.09795791,0.5498262),(0.1020023,0.5498262),(0.1060752,0.5498262),(0.1101713,0.5457553),(0.1101713,0.5498262),(0.09394707,0.5375718),(0.08994583,0.5375718),(0.08994584,0.5416675),(0.09394707,0.5416676),(0.08593026,0.5375718),(0.08187638,0.5375718),(0.08187637,0.5416675),(0.08593025,0.5416675),(0.08593026,0.5457553),(0.08994584,0.5457553),(0.08187638,0.5457553),(0.08187638,0.5498262),(0.08593026,0.5498262),(0.08994584,0.5498262),(0.09394707,0.5457553),(0.09394707,0.5498262),(0.07776025,0.5375718),(0.07361087,0.5375718),(0.07361087,0.5416675),(0.07776025,0.5416676),(0.06945725,0.5375718),(0.06532837,0.5375718),(0.06532837,0.5416675),(0.06945725,0.5416675),(0.06945725,0.5457553),(0.07361087,0.5457553),(0.06532837,0.5457553),(0.06532837,0.5498262),(0.06945725,0.5498262),(0.07361087,0.5498262),(0.07776025,0.5457553),(0.07776025,0.5498262),(0.06125325,0.5375718),(0.05721605,0.5375718),(0.05721604,0.5416675),(0.06125325,0.5416676),(0.05320094,0.5375718),(0.0491921,0.5375718),(0.04919209,0.5416675),(0.05320094,0.5416675),(0.05320094,0.5457553),(0.05721605,0.5457553),(0.0491921,0.5457553),(0.04919209,0.5498262),(0.05320094,0.5498262),(0.05721605,0.5498262),(0.06125325,0.5457553),(0.06125325,0.5498262),(0.04517369,0.5375718),(0.04115105,0.5375718),(0.04115105,0.5416675),(0.04517369,0.5416676),(0.0371295,0.5375718),(0.03311438,0.5375718),(0.03311437,0.5416675),(0.0371295,0.5416675),(0.0371295,0.5457553),(0.04115105,0.5457553),(0.03311438,0.5457553),(0.03311438,0.5498262),(0.0371295,0.5498262),(0.04115105,0.5498262),(0.04517369,0.5457553),(0.04517369,0.5498262),(0.029111,0.5375718),(0.02511186,0.5375718),(0.02511186,0.5416675),(0.029111,0.5416676),(0.02110944,0.5375718),(0.01709622,0.5375718),(0.01709622,0.5416675),(0.02110944,0.5416675),(0.02110944,0.5457553),(0.02511186,0.5457553),(0.01709622,0.5457553),(0.02110944,0.5498262),(0.01709622,0.5498262),(0.02511186,0.5498262),(0.029111,0.5457553),(0.029111,0.5498262),(0.01306469,0.5375718),(0.009019421,0.5375705),(0.009019421,0.5416681),(0.01306469,0.5416676),(0.004965,0.5375668),(0.000906,0.5375618),(0.000906,0.5416715),(0.004965,0.5416695),(0.004965,0.5457683),(0.009019421,0.5457585),(0.000906,0.5457813),(0.004965,0.5498456),(0.000906,0.549891),(0.009019421,0.549831),(0.01306469,0.5457553),(0.01306469,0.5498262),(0.9951518,0.553884),(0.999094,0.553897),(0.9912093,0.5538743),(0.9912093,0.5579093),(0.9951518,0.5579066),(0.999094,0.557903),(0.9872664,0.5538711),(0.983323,0.5538711),(0.983323,0.5579101),(0.9872664,0.5579101),(0.9872664,0.5619636),(0.9912093,0.5619568),(0.983323,0.5619636),(0.983323,0.5660514),(0.9872664,0.5660514),(0.9912093,0.5660412),(0.9951518,0.5619363),(0.999094,0.561909),(0.9951518,0.5660105),(0.999094,0.565915),(0.9793787,0.5538711),(0.9754275,0.5538711),(0.9754274,0.5579101),(0.9793787,0.5579101),(0.9714631,0.5538711),(0.9674796,0.5538711),(0.9714631,0.5579101),(0.9674796,0.5579101),(0.9714631,0.5619636),(0.9754274,0.5619636),(0.9674796,0.5619636),(0.9714631,0.5660514),(0.9674796,0.5660514),(0.9754274,0.5660514),(0.9793787,0.5619636),(0.9793787,0.5660514),(0.9634706,0.5538711),(0.9594426,0.5538711),(0.9634707,0.5579101),(0.9594426,0.5579101),(0.9554016,0.5538711),(0.9513539,0.5538711),(0.9554016,0.5579101),(0.9513539,0.5579101),(0.9594426,0.5619636),(0.9554016,0.5619636),(0.9513539,0.5619636),(0.9554016,0.5660514),(0.9513539,0.5660514),(0.9594425,0.5660514),(0.9634707,0.5619636),(0.9634706,0.5660514),(0.9473058,0.5538711),(0.9432498,0.5538711),(0.9473058,0.5579101),(0.9432497,0.5579101),(0.9391782,0.5538711),(0.9350839,0.5538711),(0.9350839,0.5579101),(0.9391783,0.5579101),(0.9391782,0.5619636),(0.9432497,0.5619636),(0.9350839,0.5619636),(0.9350839,0.5660514),(0.9391783,0.5660514),(0.9432497,0.5660514),(0.9473058,0.5619636),(0.9473058,0.5660514),(0.930959,0.5538711),(0.9268106,0.5538711),(0.9268106,0.5579101),(0.930959,0.5579101),(0.9226453,0.5538711),(0.9184701,0.5538711),(0.9184701,0.5579101),(0.9226453,0.5579101),(0.9226453,0.5619636),(0.9268106,0.5619636),(0.9184701,0.5619636),(0.9184701,0.5660514),(0.9226453,0.5660514),(0.9268106,0.5660514),(0.930959,0.5619636),(0.930959,0.5660514),(0.9142919,0.5538711),(0.910111,0.5538711),(0.9101109,0.5579101),(0.9142919,0.5579101),(0.9059278,0.5538711),(0.9017429,0.5538711),(0.9017429,0.5579101),(0.9059278,0.5579101),(0.9059278,0.5619636),(0.910111,0.5619636),(0.9017429,0.5619636),(0.9017428,0.5660514),(0.9059278,0.5660514),(0.9101109,0.5660514),(0.9142919,0.5619636),(0.9142919,0.5660514),(0.8975567,0.5538711),(0.8933688,0.5538711),(0.8933688,0.5579101),(0.8975567,0.5579101),(0.8891787,0.5538711),(0.8849859,0.5538711),(0.8849859,0.5579101),(0.8891788,0.5579101),(0.8891787,0.5619636),(0.8933688,0.5619636),(0.8849859,0.5619636),(0.8849859,0.5660514),(0.8891788,0.5660514),(0.8933688,0.5660514),(0.8975567,0.5619636),(0.8975567,0.5660514),(0.8807898,0.5538711),(0.8765806,0.5538711),(0.8765807,0.5579101),(0.8807898,0.5579101),(0.8723488,0.5538711),(0.8680845,0.5538711),(0.8680845,0.5579101),(0.8723488,0.5579101),(0.8723488,0.5619636),(0.8765806,0.5619636),(0.8680845,0.5619636),(0.8680845,0.5660514),(0.8723488,0.5660514),(0.8765806,0.5660514),(0.8807898,0.5619636),(0.8807898,0.5660514),(0.8637781,0.5538711),(0.8594491,0.5538711),(0.8594491,0.5579101),(0.8637781,0.5579101),(0.8551173,0.5538711),(0.8508024,0.5538711),(0.8508024,0.5579101),(0.8551173,0.5579101),(0.8551173,0.5619636),(0.8594491,0.5619636),(0.8508024,0.5619636),(0.8508024,0.5660514),(0.8551173,0.5660514),(0.859449,0.5660514),(0.8637781,0.5619636),(0.8637781,0.5660514),(0.846524,0.5538711),(0.8422731,0.5538711),(0.8422731,0.5579101),(0.846524,0.5579101),(0.8380403,0.5538711),(0.8338165,0.5538711),(0.8338165,0.5579101),(0.8380403,0.5579101),(0.8380403,0.5619636),(0.8422731,0.5619636),(0.8338165,0.5619636),(0.8338165,0.5660514),(0.8380404,0.5660514),(0.8422731,0.5660514),(0.846524,0.5619636),(0.846524,0.5660514),(0.8295926,0.5538711),(0.8253628,0.5538711),(0.8253628,0.5579101),(0.8295926,0.5579101),(0.8211217,0.5538711),(0.8168637,0.5538711),(0.8168637,0.5579101),(0.8211217,0.5579101),(0.8211217,0.5619636),(0.8253628,0.5619636),(0.8168637,0.5619636),(0.8168637,0.5660514),(0.8211217,0.5660514),(0.8253628,0.5660514),(0.8295926,0.5619636),(0.8295926,0.5660514),(0.8125832,0.5538711),(0.8082899,0.5538711),(0.8082899,0.5579101),(0.8125832,0.5579101),(0.8039935,0.5538711),(0.7997035,0.5538711),(0.7997035,0.5579101),(0.8039935,0.5579101),(0.8039935,0.5619636),(0.8082899,0.5619636),(0.7997035,0.5619636),(0.7997035,0.5660514),(0.8039935,0.5660514),(0.8082899,0.5660514),(0.8125832,0.5619636),(0.8125832,0.5660514),(0.7954297,0.5538711),(0.7911757,0.5538711),(0.7911757,0.5579101),(0.7954297,0.5579101),(0.7869452,0.5538711),(0.7827417,0.5538711),(0.7827417,0.5579101),(0.7869452,0.5579101),(0.7869452,0.5619636),(0.7911757,0.5619636),(0.7827417,0.5619636),(0.7827417,0.5660514),(0.7869452,0.5660514),(0.7911757,0.5660514),(0.7954297,0.5619636),(0.7954297,0.5660514),(0.7785689,0.5538711),(0.7744211,0.5538711),(0.7744212,0.5579101),(0.7785689,0.5579101),(0.7702925,0.5538711),(0.7661775,0.5538711),(0.7661775,0.5579101),(0.7702925,0.5579101),(0.7702925,0.5619636),(0.7744212,0.5619636),(0.7661775,0.5619636),(0.7661775,0.5660514),(0.7702925,0.5660514),(0.7744212,0.5660514),(0.778569,0.5619636),(0.778569,0.5660514),(0.7620703,0.5538711),(0.757961,0.5538711),(0.757961,0.5579101),(0.7620703,0.5579101),(0.7538399,0.5538711),(0.7496969,0.5538711),(0.7496969,0.5579101),(0.7538399,0.5579101),(0.7538399,0.5619636),(0.757961,0.5619636),(0.7496969,0.5619636),(0.7496969,0.5660514),(0.7538399,0.5660514),(0.757961,0.5660514),(0.7620703,0.5619636),(0.7620703,0.5660514),(0.7455223,0.5538711),(0.7413244,0.5538711),(0.7413245,0.5579101),(0.7455223,0.5579101),(0.7371117,0.5538711),(0.7328922,0.5538711),(0.7328923,0.5579101),(0.7371117,0.5579101),(0.7371117,0.5619636),(0.7413245,0.5619636),(0.7328922,0.5619636),(0.7328922,0.5660514),(0.7371117,0.5660514),(0.7413245,0.5660514),(0.7455223,0.5619636),(0.7455223,0.5660514),(0.7286744,0.5538711),(0.7244572,0.5538711),(0.7244572,0.5579101),(0.7286744,0.5579101),(0.7202395,0.5538711),(0.71602,0.5538711),(0.71602,0.5579101),(0.7202395,0.5579101),(0.7202395,0.5619636),(0.7244572,0.5619636),(0.71602,0.5619636),(0.71602,0.5660514),(0.7202394,0.5660514),(0.7244572,0.5660514),(0.7286744,0.5619636),(0.7286744,0.5660514),(0.7117977,0.5538711),(0.7075742,0.5538711),(0.7075742,0.5579101),(0.7117977,0.5579101),(0.7033514,0.5538711),(0.6991307,0.5538711),(0.6991307,0.5579101),(0.7033514,0.5579101),(0.7033514,0.5619636),(0.7075742,0.5619636),(0.6991307,0.5619636),(0.6991307,0.5660514),(0.7033514,0.5660514),(0.7075742,0.5660514),(0.7117977,0.5619636),(0.7117977,0.5660514),(0.6949139,0.5538711),(0.6906992,0.5538711),(0.6906992,0.5579101),(0.6949139,0.5579101),(0.6864849,0.5538711),(0.6822694,0.5538711),(0.6822693,0.5579101),(0.6864849,0.5579101),(0.6864849,0.5619636),(0.6906992,0.5619636),(0.6822694,0.5619636),(0.6822693,0.5660514),(0.6864849,0.5660514),(0.6906992,0.5660514),(0.6949139,0.5619636),(0.6949139,0.5660514),(0.6780508,0.5538711),(0.6738272,0.5538711),(0.6738272,0.5579101),(0.6780507,0.5579101),(0.6695971,0.5538711),(0.6653587,0.5538711),(0.6653587,0.5579101),(0.6695971,0.5579101),(0.6695971,0.5619636),(0.6738272,0.5619636),(0.6653587,0.5619636),(0.6653587,0.5660514),(0.6695971,0.5660514),(0.6738272,0.5660514),(0.6780508,0.5619636),(0.6780507,0.5660514),(0.6611102,0.5538711),(0.6568571,0.5538711),(0.6568571,0.5579101),(0.6611102,0.5579101),(0.6526053,0.5538711),(0.6483604,0.5538711),(0.6483604,0.5579101),(0.6526054,0.5579101),(0.6526054,0.5619636),(0.6568571,0.5619636),(0.6483604,0.5619636),(0.6483604,0.5660514),(0.6526053,0.5660514),(0.6568571,0.5660514),(0.6611102,0.5619636),(0.6611102,0.5660514),(0.6441281,0.5538711),(0.6399043,0.5538711),(0.6399043,0.5579101),(0.6441281,0.5579101),(0.635685,0.5538711),(0.6314663,0.5538711),(0.6314663,0.5579101),(0.635685,0.5579101),(0.635685,0.5619636),(0.6399043,0.5619636),(0.6314663,0.5619636),(0.6314663,0.5660514),(0.635685,0.5660514),(0.6399043,0.5660514),(0.6441281,0.5619636),(0.6441281,0.5660514),(0.627244,0.5538711),(0.6230208,0.5538711),(0.6230209,0.5579101),(0.627244,0.5579101),(0.6187993,0.5538711),(0.6145822,0.5538711),(0.6145822,0.5579101),(0.6187993,0.5579101),(0.6187993,0.5619636),(0.6230208,0.5619636),(0.6145822,0.5619636),(0.6145822,0.5660514),(0.6187993,0.5660514),(0.6230209,0.5660514),(0.627244,0.5619636),(0.627244,0.5660514),(0.6103719,0.5538711),(0.6061606,0.5538711),(0.6061606,0.5579101),(0.6103719,0.5579101),(0.6019406,0.5538711),(0.5977041,0.5538711),(0.5977041,0.5579101),(0.6019406,0.5579101),(0.6019406,0.5619636),(0.6061606,0.5619636),(0.5977041,0.5619636),(0.5977041,0.5660514),(0.6019406,0.5660514),(0.6061606,0.5660514),(0.6103719,0.5619636),(0.6103719,0.5660514),(0.5934432,0.5538711),(0.589169,0.5538711),(0.589169,0.5579101),(0.5934432,0.5579101),(0.5848927,0.5538711),(0.5806257,0.5538711),(0.5806257,0.5579101),(0.5848927,0.5579101),(0.5848927,0.5619636),(0.589169,0.5619636),(0.5806257,0.5619636),(0.5806257,0.5660514),(0.5848927,0.5660514),(0.589169,0.5660514),(0.5934432,0.5619636),(0.5934432,0.5660514),(0.5763788,0.5538711),(0.572147,0.5538711),(0.572147,0.5579101),(0.5763788,0.5579101),(0.567925,0.5538711),(0.5637077,0.5538711),(0.5637077,0.5579101),(0.567925,0.5579101),(0.567925,0.5619636),(0.572147,0.5619636),(0.5637077,0.5619636),(0.5637077,0.5660514),(0.567925,0.5660514),(0.572147,0.5660514),(0.5763788,0.5619636),(0.5763788,0.5660514),(0.55949,0.5538711),(0.5552715,0.5538711),(0.5552715,0.5579101),(0.55949,0.5579101),(0.5510522,0.5538711),(0.5468317,0.5538711),(0.5468317,0.5579101),(0.5510522,0.5579101),(0.5510522,0.5619636),(0.5552715,0.5619636),(0.5468317,0.5619636),(0.5468317,0.5660514),(0.5510522,0.5660514),(0.5552715,0.5660514),(0.55949,0.5619636),(0.55949,0.5660514),(0.5426099,0.5538711),(0.5383899,0.5538711),(0.5383899,0.5579101),(0.5426099,0.5579101),(0.5341746,0.5538711),(0.5299669,0.5538711),(0.5299669,0.5579101),(0.5341746,0.5579101),(0.5341746,0.5619636),(0.5383899,0.5619636),(0.5299669,0.5619636),(0.529967,0.5660514),(0.5341746,0.5660514),(0.5383899,0.5660514),(0.5426099,0.5619636),(0.5426099,0.5660514),(0.52577,0.5538711),(0.5215818,0.5538711),(0.5215818,0.5579101),(0.52577,0.5579101),(0.5174,0.5538711),(0.5132228,0.5538711),(0.5132228,0.5579101),(0.5174,0.5579101),(0.5174,0.5619636),(0.5215818,0.5619636),(0.5132228,0.5619636),(0.5132228,0.5660514),(0.5174,0.5660514),(0.5215818,0.5660514),(0.52577,0.5619636),(0.52577,0.5660514),(0.5090478,0.5538711),(0.5048727,0.5538711),(0.5048727,0.5579101),(0.5090478,0.5579101),(0.5006949,0.5538711),(0.4965119,0.5538711),(0.4965119,0.5579101),(0.5006949,0.5579101),(0.5006949,0.5619636),(0.5048727,0.5619636),(0.4965119,0.5619636),(0.4965119,0.5660514),(0.5006949,0.5660514),(0.5048727,0.5660514),(0.5090478,0.5619636),(0.5090478,0.5660514),(0.4923214,0.5538711),(0.4881234,0.5538711),(0.4881234,0.5579101),(0.4923214,0.5579101),(0.4839184,0.5538711),(0.4797065,0.5538711),(0.4797065,0.5579101),(0.4839184,0.5579101),(0.4839184,0.5619636),(0.4881234,0.5619636),(0.4797065,0.5619636),(0.4797064,0.5660514),(0.4839184,0.5660514),(0.4881234,0.5660514),(0.4923214,0.5619636),(0.4923214,0.5660514),(0.4754879,0.5538711),(0.4712752,0.5538711),(0.4712752,0.5579101),(0.4754879,0.5579101),(0.4670808,0.5538711),(0.4629171,0.5538711),(0.4629171,0.5579101),(0.4670808,0.5579101),(0.4670808,0.5619636),(0.4712752,0.5619636),(0.4629171,0.5619636),(0.4629171,0.5660514),(0.4670808,0.5660514),(0.4712752,0.5660514),(0.4754879,0.5619636),(0.4754879,0.5660514),(0.4587967,0.5538711),(0.4547031,0.5538711),(0.4587967,0.5579101),(0.4547031,0.5579101),(0.4506197,0.5538711),(0.44653,0.5538711),(0.4506197,0.5579101),(0.44653,0.5579101),(0.4547031,0.5619636),(0.4506197,0.5619636),(0.44653,0.5619636),(0.4506197,0.5660514),(0.44653,0.5660514),(0.4547031,0.5660514),(0.4587967,0.5619636),(0.4587967,0.5660514),(0.4424174,0.5538711),(0.4382856,0.5538711),(0.4424174,0.5579101),(0.4382856,0.5579101),(0.4341379,0.5538711),(0.429978,0.5538711),(0.4341379,0.5579101),(0.429978,0.5579101),(0.4382856,0.5619636),(0.4341379,0.5619636),(0.429978,0.5619636),(0.4341379,0.5660514),(0.429978,0.5660514),(0.4382856,0.5660514),(0.4424174,0.5619636),(0.4424174,0.5660514),(0.4258092,0.5538711),(0.4216311,0.5538711),(0.4258092,0.5579101),(0.4216312,0.5579101),(0.4174434,0.5538711),(0.4132456,0.5538711),(0.4174434,0.5579101),(0.4132456,0.5579101),(0.4216312,0.5619636),(0.4174434,0.5619636),(0.4132456,0.5619636),(0.4174434,0.5660514),(0.4132456,0.5660514),(0.4216312,0.5660514),(0.4258092,0.5619636),(0.4258092,0.5660514),(0.4090372,0.5538711),(0.4048201,0.5538711),(0.4090372,0.5579101),(0.4048201,0.5579101),(0.4005963,0.5538711),(0.3963675,0.5538711),(0.4005963,0.5579101),(0.3963675,0.5579101),(0.4048201,0.5619636),(0.4005963,0.5619636),(0.3963675,0.5619636),(0.4005963,0.5660514),(0.3963675,0.5660514),(0.4048201,0.5660514),(0.4090372,0.5619636),(0.4090372,0.5660514),(0.3921357,0.5538711),(0.3879012,0.5538711),(0.3921357,0.5579101),(0.3879012,0.5579101),(0.3836642,0.5538711),(0.3794248,0.5538711),(0.3836642,0.5579101),(0.3794249,0.5579101),(0.3879012,0.5619636),(0.3836642,0.5619636),(0.3794248,0.5619636),(0.3836642,0.5660514),(0.3794248,0.5660514),(0.3879012,0.5660514),(0.3921357,0.5619636),(0.3921357,0.5660514),(0.3751834,0.5538711),(0.3709441,0.5538711),(0.3751834,0.5579101),(0.3709441,0.5579101),(0.3667112,0.5538711),(0.3624887,0.5538711),(0.3667112,0.5579101),(0.3624887,0.5579101),(0.3709442,0.5619636),(0.3667112,0.5619636),(0.3624887,0.5619636),(0.3667112,0.5660514),(0.3624887,0.5660514),(0.3709441,0.5660514),(0.3751834,0.5619636),(0.3751834,0.5660514),(0.358281,0.5538711),(0.3540821,0.5538711),(0.358281,0.5579101),(0.3540821,0.5579101),(0.3498864,0.5538711),(0.3456882,0.5538711),(0.3498864,0.5579101),(0.3456882,0.5579101),(0.3540821,0.5619636),(0.3498864,0.5619636),(0.3456882,0.5619636),(0.3498864,0.5660514),(0.3456882,0.5660514),(0.3540821,0.5660514),(0.3582809,0.5619636),(0.358281,0.5660514),(0.3414817,0.5538711),(0.3372694,0.5538711),(0.3414817,0.5579101),(0.3372695,0.5579101),(0.3330541,0.5538711),(0.3288383,0.5538711),(0.3330541,0.5579101),(0.3288383,0.5579101),(0.3372695,0.5619636),(0.3330541,0.5619636),(0.3288383,0.5619636),(0.3330541,0.5660514),(0.3288383,0.5660514),(0.3372695,0.5660514),(0.3414817,0.5619636),(0.3414817,0.5660514),(0.3246247,0.5538711),(0.3204179,0.5538711),(0.3246247,0.5579101),(0.3204179,0.5579101),(0.3162228,0.5538711),(0.3120441,0.5538711),(0.3162228,0.5579101),(0.3120441,0.5579101),(0.3204179,0.5619636),(0.3162228,0.5619636),(0.3120441,0.5619636),(0.3162228,0.5660514),(0.3120441,0.5660514),(0.3204179,0.5660514),(0.3246247,0.5619636),(0.3246247,0.5660514),(0.3078868,0.5538711),(0.3037427,0.5538711),(0.3078868,0.5579101),(0.3037427,0.5579101),(0.2996041,0.5538711),(0.2954631,0.5538711),(0.2996041,0.5579101),(0.2954631,0.5579101),(0.3037428,0.5619636),(0.2996041,0.5619636),(0.2954631,0.5619636),(0.2996041,0.5660514),(0.2954631,0.5660514),(0.3037427,0.5660514),(0.3078868,0.5619636),(0.3078868,0.5660514),(0.2913116,0.5538711),(0.2871543,0.5538711),(0.2913116,0.5579101),(0.2871543,0.5579101),(0.2829956,0.5538711),(0.2788399,0.5538711),(0.2829956,0.5579101),(0.2788399,0.5579101),(0.2871543,0.5619636),(0.2829956,0.5619636),(0.2788399,0.5619636),(0.2829956,0.5660514),(0.2788399,0.5660514),(0.2871543,0.5660514),(0.2913116,0.5619636),(0.2913116,0.5660514),(0.2746918,0.5538711),(0.2705556,0.5538711),(0.2746918,0.5579101),(0.2705556,0.5579101),(0.2664356,0.5538711),(0.262336,0.5538711),(0.2664356,0.5579101),(0.262336,0.5579101),(0.2705556,0.5619636),(0.2664356,0.5619636),(0.262336,0.5619636),(0.2664356,0.5660514),(0.262336,0.5660514),(0.2705556,0.5660514),(0.2746918,0.5619636),(0.2746918,0.5660514),(0.2582613,0.5538711),(0.254209,0.5538711),(0.2582613,0.5579101),(0.254209,0.5579101),(0.2501769,0.5538711),(0.2461624,0.5538711),(0.2501769,0.5579101),(0.2461624,0.5579101),(0.254209,0.5619636),(0.2501769,0.5619636),(0.2461624,0.5619636),(0.2501769,0.5660514),(0.2461624,0.5660514),(0.254209,0.5660514),(0.2582613,0.5619636),(0.2582613,0.5660514),(0.2421634,0.5538711),(0.238164,0.5538711),(0.2421634,0.5579101),(0.238164,0.5579101),(0.2341487,0.5538711),(0.2301017,0.5538711),(0.2341487,0.5579101),(0.2301017,0.5579101),(0.238164,0.5619636),(0.2341487,0.5619636),(0.2301017,0.5619636),(0.2341487,0.5660514),(0.2301017,0.5660514),(0.238164,0.5660514),(0.2421634,0.5619636),(0.2421634,0.5660514),(0.2260074,0.5538711),(0.2218787,0.5538711),(0.2260074,0.5579101),(0.2218787,0.5579101),(0.2177283,0.5538711),(0.2135691,0.5538711),(0.2177283,0.5579101),(0.2135692,0.5579101),(0.2218787,0.5619636),(0.2177283,0.5619636),(0.2135691,0.5619636),(0.2177283,0.5660514),(0.2135692,0.5660514),(0.2218787,0.5660514),(0.2260074,0.5619636),(0.2260074,0.5660514),(0.2094141,0.5538711),(0.2052627,0.5538711),(0.2094141,0.5579101),(0.2052627,0.5579101),(0.2011147,0.5538711),(0.1969699,0.5538711),(0.2011147,0.5579101),(0.1969699,0.5579101),(0.2052627,0.5619636),(0.2011147,0.5619636),(0.1969699,0.5619636),(0.2011147,0.5660514),(0.1969699,0.5660514),(0.2052627,0.5660514),(0.2094141,0.5619636),(0.2094141,0.5660514),(0.1928277,0.5538711),(0.1886888,0.5538711),(0.1928277,0.5579101),(0.1886888,0.5579101),(0.1845533,0.5538711),(0.1804218,0.5538711),(0.1845533,0.5579101),(0.1804218,0.5579101),(0.1886888,0.5619636),(0.1845533,0.5619636),(0.1804218,0.5619636),(0.1845533,0.5660514),(0.1804218,0.5660514),(0.1886888,0.5660514),(0.1928277,0.5619636),(0.1928277,0.5660514),(0.1762946,0.5538711),(0.1721701,0.5538711),(0.1762946,0.5579101),(0.1721701,0.5579101),(0.1680468,0.5538711),(0.163923,0.5538711),(0.1680468,0.5579101),(0.163923,0.5579101),(0.1721701,0.5619636),(0.1680468,0.5619636),(0.163923,0.5619636),(0.1680468,0.5660514),(0.163923,0.5660514),(0.1721701,0.5660514),(0.1762946,0.5619636),(0.1762946,0.5660514),(0.1597973,0.5538711),(0.1556691,0.5538711),(0.1597973,0.5579101),(0.1556691,0.5579101),(0.1515382,0.5538711),(0.1474041,0.5538711),(0.1515382,0.5579101),(0.1474041,0.5579101),(0.1556691,0.5619636),(0.1515382,0.5619636),(0.1474041,0.5619636),(0.1515382,0.5660514),(0.1474041,0.5660514),(0.1556691,0.5660514),(0.1597973,0.5619636),(0.1597973,0.5660514),(0.1432664,0.5538711),(0.1391259,0.5538711),(0.1432664,0.5579101),(0.1391259,0.5579101),(0.134983,0.5538711),(0.1308385,0.5538711),(0.134983,0.5579101),(0.1308385,0.5579101),(0.1391259,0.5619636),(0.134983,0.5619636),(0.1308385,0.5619636),(0.1308385,0.5660514),(0.134983,0.5660514),(0.1391259,0.5660514),(0.1432664,0.5619636),(0.1432664,0.5660514),(0.126693,0.5538711),(0.12255,0.5538711),(0.12255,0.5579101),(0.126693,0.5579101),(0.1184131,0.5538711),(0.1142857,0.5538711),(0.1142857,0.5579101),(0.1184131,0.5579101),(0.1184131,0.5619636),(0.12255,0.5619636),(0.1142857,0.5619636),(0.1142857,0.5660514),(0.1184131,0.5660514),(0.12255,0.5660514),(0.126693,0.5619636),(0.126693,0.5660514),(0.1101713,0.5538711),(0.1060752,0.5538711),(0.1060752,0.5579101),(0.1101713,0.5579101),(0.1020023,0.5538711),(0.09795791,0.5538711),(0.09795791,0.5579101),(0.1020023,0.5579101),(0.1020023,0.5619636),(0.1060752,0.5619636),(0.09795791,0.5619636),(0.09795791,0.5660514),(0.1020023,0.5660514),(0.1060752,0.5660514),(0.1101713,0.5619636),(0.1101713,0.5660514),(0.09394707,0.5538711),(0.08994583,0.5538711),(0.08994584,0.5579101),(0.09394707,0.5579101),(0.08593026,0.5538711),(0.08187638,0.5538711),(0.08187637,0.5579101),(0.08593025,0.5579101),(0.08593026,0.5619636),(0.08994584,0.5619636),(0.08187638,0.5619636),(0.08187638,0.5660514),(0.08593026,0.5660514),(0.08994584,0.5660514),(0.09394707,0.5619636),(0.09394707,0.5660514),(0.07776025,0.5538711),(0.07361087,0.5538711),(0.07361087,0.5579101),(0.07776025,0.5579101),(0.06945725,0.5538711),(0.06532837,0.5538711),(0.06532837,0.5579101),(0.06945725,0.5579101),(0.06945725,0.5619636),(0.07361087,0.5619636),(0.06532837,0.5619636),(0.06532837,0.5660514),(0.06945725,0.5660514),(0.07361087,0.5660514),(0.07776025,0.5619636),(0.07776025,0.5660514),(0.06125325,0.5538711),(0.05721605,0.5538711),(0.05721604,0.5579101),(0.06125325,0.5579101),(0.05320094,0.5538711),(0.0491921,0.5538711),(0.04919209,0.5579101),(0.05320094,0.5579101),(0.05320094,0.5619636),(0.05721605,0.5619636),(0.0491921,0.5619636),(0.05320094,0.5660514),(0.04919209,0.5660514),(0.05721605,0.5660514),(0.06125325,0.5619636),(0.06125325,0.5660514),(0.04517369,0.5538711),(0.04115105,0.5538711),(0.04115105,0.5579101),(0.04517369,0.5579101),(0.0371295,0.5538711),(0.03311438,0.5538711),(0.03311437,0.5579101),(0.0371295,0.5579101),(0.0371295,0.5619636),(0.04115105,0.5619636),(0.03311438,0.5619636),(0.0371295,0.5660514),(0.03311438,0.5660514),(0.04115105,0.5660514),(0.04517369,0.5619636),(0.04517369,0.5660514),(0.029111,0.5538711),(0.02511186,0.5538711),(0.029111,0.5579101),(0.02511186,0.5579101),(0.02110944,0.5538711),(0.01709622,0.5538711),(0.02110944,0.5579101),(0.01709622,0.5579101),(0.02511186,0.5619636),(0.02110944,0.5619636),(0.01709622,0.5619636),(0.02110944,0.5660514),(0.01709622,0.5660514),(0.02511186,0.5660514),(0.029111,0.5619636),(0.029111,0.5660514),(0.01306469,0.5538711),(0.009019421,0.5538743),(0.01306469,0.5579101),(0.009019421,0.5579093),(0.004965,0.553884),(0.000906,0.553897),(0.004965,0.5579066),(0.000906,0.557903),(0.009019421,0.5619568),(0.004965,0.5619363),(0.000906,0.561909),(0.004965,0.5660105),(0.000906,0.565915),(0.009019421,0.5660412),(0.01306469,0.5619636),(0.01306469,0.5660514),(0.9951518,0.5701665),(0.999094,0.5701392),(0.9912093,0.570187),(0.9912093,0.5743724),(0.9951518,0.5743686),(0.999094,0.5743635),(0.9872664,0.5701938),(0.983323,0.5701938),(0.983323,0.5743737),(0.9872664,0.5743737),(0.9872664,0.5785739),(0.9912093,0.5785757),(0.983323,0.5785739),(0.983323,0.5827775),(0.9872664,0.5827775),(0.9912093,0.5827801),(0.9951518,0.5785809),(0.999094,0.5785878),(0.9951518,0.5827879),(0.999094,0.582812),(0.9793787,0.5701938),(0.9754275,0.5701938),(0.9754274,0.5743737),(0.9793787,0.5743737),(0.9714631,0.5701938),(0.9674796,0.5701938),(0.9674796,0.5743737),(0.9714631,0.5743737),(0.9714631,0.5785739),(0.9754274,0.5785739),(0.9674796,0.5785739),(0.9674796,0.5827775),(0.9714631,0.5827775),(0.9754274,0.5827775),(0.9793787,0.5785739),(0.9793787,0.5827775),(0.9634706,0.5701938),(0.9594426,0.5701938),(0.9634707,0.5743737),(0.9594426,0.5743737),(0.9554016,0.5701938),(0.9513539,0.5701938),(0.9513539,0.5743737),(0.9554016,0.5743737),(0.9554016,0.5785739),(0.9594426,0.5785739),(0.9513539,0.5785739),(0.9513539,0.5827775),(0.9554016,0.5827775),(0.9594425,0.5827775),(0.9634707,0.5785739),(0.9634706,0.5827775),(0.9473058,0.5701938),(0.9432498,0.5701938),(0.9432497,0.5743737),(0.9473058,0.5743737),(0.9391782,0.5701938),(0.9350839,0.5701938),(0.9350839,0.5743737),(0.9391783,0.5743737),(0.9391782,0.5785739),(0.9432497,0.5785739),(0.9350839,0.5785739),(0.9350839,0.5827775),(0.9391783,0.5827775),(0.9432497,0.5827775),(0.9473058,0.5785739),(0.9473058,0.5827775),(0.930959,0.5701938),(0.9268106,0.5701938),(0.9268106,0.5743737),(0.930959,0.5743737),(0.9226453,0.5701938),(0.9184701,0.5701938),(0.9184701,0.5743737),(0.9226453,0.5743737),(0.9226453,0.5785739),(0.9268106,0.5785739),(0.9184701,0.5785739),(0.9226453,0.5827775),(0.9184701,0.5827775),(0.9268106,0.5827775),(0.930959,0.5785739),(0.930959,0.5827775),(0.9142919,0.5701938),(0.910111,0.5701938),(0.9142919,0.5743737),(0.9101109,0.5743737),(0.9059278,0.5701938),(0.9017429,0.5701938),(0.9059278,0.5743737),(0.9017429,0.5743737),(0.910111,0.5785739),(0.9059278,0.5785739),(0.9017429,0.5785739),(0.9059278,0.5827775),(0.9017428,0.5827775),(0.9101109,0.5827775),(0.9142919,0.5785739),(0.9142919,0.5827775),(0.8975567,0.5701938),(0.8933688,0.5701938),(0.8933688,0.5743737),(0.8975567,0.5743737),(0.8891787,0.5701938),(0.8849859,0.5701938),(0.8849859,0.5743737),(0.8891788,0.5743737),(0.8891787,0.5785739),(0.8933688,0.5785739),(0.8849859,0.5785739),(0.8849859,0.5827775),(0.8891788,0.5827775),(0.8933688,0.5827775),(0.8975567,0.5785739),(0.8975567,0.5827775),(0.8807898,0.5701938),(0.8765806,0.5701938),(0.8765807,0.5743737),(0.8807898,0.5743737),(0.8723488,0.5701938),(0.8680845,0.5701938),(0.8680845,0.5743737),(0.8723488,0.5743737),(0.8723488,0.5785739),(0.8765806,0.5785739),(0.8680845,0.5785739),(0.8680845,0.5827775),(0.8723488,0.5827775),(0.8765806,0.5827775),(0.8807898,0.5785739),(0.8807898,0.5827775),(0.8637781,0.5701938),(0.8594491,0.5701938),(0.8594491,0.5743737),(0.8637781,0.5743737),(0.8551173,0.5701938),(0.8508024,0.5701938),(0.8508024,0.5743737),(0.8551173,0.5743737),(0.8551173,0.5785739),(0.8594491,0.5785739),(0.8508024,0.5785739),(0.8508024,0.5827775),(0.8551173,0.5827775),(0.859449,0.5827775),(0.8637781,0.5785739),(0.8637781,0.5827775),(0.846524,0.5701938),(0.8422731,0.5701938),(0.8422731,0.5743737),(0.846524,0.5743737),(0.8380403,0.5701938),(0.8338165,0.5701938),(0.8338165,0.5743737),(0.8380403,0.5743737),(0.8380403,0.5785739),(0.8422731,0.5785739),(0.8338165,0.5785739),(0.8338165,0.5827775),(0.8380404,0.5827775),(0.8422731,0.5827775),(0.846524,0.5785739),(0.846524,0.5827775),(0.8295926,0.5701938),(0.8253628,0.5701938),(0.8253628,0.5743737),(0.8295926,0.5743737),(0.8211217,0.5701938),(0.8168637,0.5701938),(0.8168637,0.5743737),(0.8211217,0.5743737),(0.8211217,0.5785739),(0.8253628,0.5785739),(0.8168637,0.5785739),(0.8168637,0.5827775),(0.8211217,0.5827775),(0.8253628,0.5827775),(0.8295926,0.5785739),(0.8295926,0.5827775),(0.8125832,0.5701938),(0.8082899,0.5701938),(0.8082899,0.5743737),(0.8125832,0.5743737),(0.8039935,0.5701938),(0.7997035,0.5701938),(0.7997035,0.5743737),(0.8039935,0.5743737),(0.8039935,0.5785739),(0.8082899,0.5785739),(0.7997035,0.5785739),(0.7997035,0.5827775),(0.8039935,0.5827775),(0.8082899,0.5827775),(0.8125832,0.5785739),(0.8125832,0.5827775),(0.7954297,0.5701938),(0.7911757,0.5701938),(0.7911757,0.5743737),(0.7954297,0.5743737),(0.7869452,0.5701938),(0.7827417,0.5701938),(0.7827417,0.5743737),(0.7869452,0.5743737),(0.7869452,0.5785739),(0.7911757,0.5785739),(0.7827417,0.5785739),(0.7827417,0.5827775),(0.7869452,0.5827775),(0.7911757,0.5827775),(0.7954297,0.5785739),(0.7954297,0.5827775),(0.7785689,0.5701938),(0.7744211,0.5701938),(0.7744212,0.5743737),(0.7785689,0.5743737),(0.7702925,0.5701938),(0.7661775,0.5701938),(0.7661775,0.5743737),(0.7702925,0.5743737),(0.7702925,0.5785739),(0.7744212,0.5785739),(0.7661775,0.5785739),(0.7661775,0.5827775),(0.7702925,0.5827775),(0.7744212,0.5827775),(0.778569,0.5785739),(0.778569,0.5827775),(0.7620703,0.5701938),(0.757961,0.5701938),(0.757961,0.5743737),(0.7620703,0.5743737),(0.7538399,0.5701938),(0.7496969,0.5701938),(0.7496969,0.5743737),(0.7538399,0.5743737),(0.7538399,0.5785739),(0.757961,0.5785739),(0.7496969,0.5785739),(0.7496969,0.5827775),(0.7538399,0.5827775),(0.757961,0.5827775),(0.7620703,0.5785739),(0.7620703,0.5827775),(0.7455223,0.5701938),(0.7413244,0.5701938),(0.7413245,0.5743737),(0.7455223,0.5743737),(0.7371117,0.5701938),(0.7328922,0.5701938),(0.7328923,0.5743737),(0.7371117,0.5743737),(0.7371117,0.5785739),(0.7413245,0.5785739),(0.7328922,0.5785739),(0.7328922,0.5827775),(0.7371117,0.5827775),(0.7413245,0.5827775),(0.7455223,0.5785739),(0.7455223,0.5827775),(0.7286744,0.5701938),(0.7244572,0.5701938),(0.7244572,0.5743737),(0.7286744,0.5743737),(0.7202395,0.5701938),(0.71602,0.5701938),(0.71602,0.5743737),(0.7202395,0.5743737),(0.7202395,0.5785739),(0.7244572,0.5785739),(0.71602,0.5785739),(0.71602,0.5827775),(0.7202394,0.5827775),(0.7244572,0.5827775),(0.7286744,0.5785739),(0.7286744,0.5827775),(0.7117977,0.5701938),(0.7075742,0.5701938),(0.7075742,0.5743737),(0.7117977,0.5743737),(0.7033514,0.5701938),(0.6991307,0.5701938),(0.6991307,0.5743737),(0.7033514,0.5743737),(0.7033514,0.5785739),(0.7075742,0.5785739),(0.6991307,0.5785739),(0.6991307,0.5827775),(0.7033514,0.5827775),(0.7075742,0.5827775),(0.7117977,0.5785739),(0.7117977,0.5827775),(0.6949139,0.5701938),(0.6906992,0.5701938),(0.6906992,0.5743737),(0.6949139,0.5743737),(0.6864849,0.5701938),(0.6822694,0.5701938),(0.6822693,0.5743737),(0.6864849,0.5743737),(0.6864849,0.5785739),(0.6906992,0.5785739),(0.6822694,0.5785739),(0.6822693,0.5827775),(0.6864849,0.5827775),(0.6906992,0.5827775),(0.6949139,0.5785739),(0.6949139,0.5827775),(0.6780508,0.5701938),(0.6738272,0.5701938),(0.6738272,0.5743737),(0.6780507,0.5743737),(0.6695971,0.5701938),(0.6653587,0.5701938),(0.6653587,0.5743737),(0.6695971,0.5743737),(0.6695971,0.5785739),(0.6738272,0.5785739),(0.6653587,0.5785739),(0.6653587,0.5827775),(0.6695971,0.5827775),(0.6738272,0.5827775),(0.6780508,0.5785739),(0.6780507,0.5827775),(0.6611102,0.5701938),(0.6568571,0.5701938),(0.6568571,0.5743737),(0.6611102,0.5743737),(0.6526053,0.5701938),(0.6483604,0.5701938),(0.6483604,0.5743737),(0.6526054,0.5743737),(0.6526054,0.5785739),(0.6568571,0.5785739),(0.6483604,0.5785739),(0.6483604,0.5827775),(0.6526053,0.5827775),(0.6568571,0.5827775),(0.6611102,0.5785739),(0.6611102,0.5827775),(0.6441281,0.5701938),(0.6399043,0.5701938),(0.6399043,0.5743737),(0.6441281,0.5743737),(0.635685,0.5701938),(0.6314663,0.5701938),(0.6314663,0.5743737),(0.635685,0.5743737),(0.635685,0.5785739),(0.6399043,0.5785739),(0.6314663,0.5785739),(0.6314663,0.5827775),(0.635685,0.5827775),(0.6399043,0.5827775),(0.6441281,0.5785739),(0.6441281,0.5827775),(0.627244,0.5701938),(0.6230208,0.5701938),(0.6230209,0.5743737),(0.627244,0.5743737),(0.6187993,0.5701938),(0.6145822,0.5701938),(0.6145822,0.5743737),(0.6187993,0.5743737),(0.6187993,0.5785739),(0.6230208,0.5785739),(0.6145822,0.5785739),(0.6145822,0.5827775),(0.6187993,0.5827775),(0.6230209,0.5827775),(0.627244,0.5785739),(0.627244,0.5827775),(0.6103719,0.5701938),(0.6061606,0.5701938),(0.6061606,0.5743737),(0.6103719,0.5743737),(0.6019406,0.5701938),(0.5977041,0.5701938),(0.5977041,0.5743737),(0.6019406,0.5743737),(0.6019406,0.5785739),(0.6061606,0.5785739),(0.5977041,0.5785739),(0.5977041,0.5827775),(0.6019406,0.5827775),(0.6061606,0.5827775),(0.6103719,0.5785739),(0.6103719,0.5827775),(0.5934432,0.5701938),(0.589169,0.5701938),(0.589169,0.5743737),(0.5934432,0.5743737),(0.5848927,0.5701938),(0.5806257,0.5701938),(0.5806257,0.5743737),(0.5848927,0.5743737),(0.5848927,0.5785739),(0.589169,0.5785739),(0.5806257,0.5785739),(0.5806257,0.5827775),(0.5848927,0.5827775),(0.589169,0.5827775),(0.5934432,0.5785739),(0.5934432,0.5827775),(0.5763788,0.5701938),(0.572147,0.5701938),(0.572147,0.5743737),(0.5763788,0.5743737),(0.567925,0.5701938),(0.5637077,0.5701938),(0.5637077,0.5743737),(0.567925,0.5743737),(0.567925,0.5785739),(0.572147,0.5785739),(0.5637077,0.5785739),(0.5637077,0.5827775),(0.567925,0.5827775),(0.572147,0.5827775),(0.5763788,0.5785739),(0.5763788,0.5827775),(0.55949,0.5701938),(0.5552715,0.5701938),(0.5552715,0.5743737),(0.55949,0.5743737),(0.5510522,0.5701938),(0.5468317,0.5701938),(0.5468317,0.5743737),(0.5510522,0.5743737),(0.5510522,0.5785739),(0.5552715,0.5785739),(0.5468317,0.5785739),(0.5468317,0.5827775),(0.5510522,0.5827775),(0.5552715,0.5827775),(0.55949,0.5785739),(0.55949,0.5827775),(0.5426099,0.5701938),(0.5383899,0.5701938),(0.5383899,0.5743737),(0.5426099,0.5743737),(0.5341746,0.5701938),(0.5299669,0.5701938),(0.5299669,0.5743737),(0.5341746,0.5743737),(0.5341746,0.5785739),(0.5383899,0.5785739),(0.5299669,0.5785739),(0.529967,0.5827775),(0.5341746,0.5827775),(0.5383899,0.5827775),(0.5426099,0.5785739),(0.5426099,0.5827775),(0.52577,0.5701938),(0.5215818,0.5701938),(0.5215818,0.5743737),(0.52577,0.5743737),(0.5174,0.5701938),(0.5132228,0.5701938),(0.5132228,0.5743737),(0.5174,0.5743737),(0.5174,0.5785739),(0.5215818,0.5785739),(0.5132228,0.5785739),(0.5132228,0.5827775),(0.5174,0.5827775),(0.5215818,0.5827775),(0.52577,0.5785739),(0.52577,0.5827775),(0.5090478,0.5701938),(0.5048727,0.5701938),(0.5048727,0.5743737),(0.5090478,0.5743737),(0.5006949,0.5701938),(0.4965119,0.5701938),(0.4965119,0.5743737),(0.5006949,0.5743737),(0.5006949,0.5785739),(0.5048727,0.5785739),(0.4965119,0.5785739),(0.4965119,0.5827775),(0.5006949,0.5827775),(0.5048727,0.5827775),(0.5090478,0.5785739),(0.5090478,0.5827775),(0.4923214,0.5701938),(0.4881234,0.5701938),(0.4881234,0.5743737),(0.4923214,0.5743737),(0.4839184,0.5701938),(0.4797065,0.5701938),(0.4797065,0.5743737),(0.4839184,0.5743737),(0.4839184,0.5785739),(0.4881234,0.5785739),(0.4797065,0.5785739),(0.4797064,0.5827775),(0.4839184,0.5827775),(0.4881234,0.5827775),(0.4923214,0.5785739),(0.4923214,0.5827775),(0.4754879,0.5701938),(0.4712752,0.5701938),(0.4712752,0.5743737),(0.4754879,0.5743737),(0.4670808,0.5701938),(0.4629171,0.5701938),(0.4629171,0.5743737),(0.4670808,0.5743737),(0.4670808,0.5785739),(0.4712752,0.5785739),(0.4629171,0.5785739),(0.4629171,0.5827775),(0.4670808,0.5827775),(0.4712752,0.5827775),(0.4754879,0.5785739),(0.4754879,0.5827775),(0.4587967,0.5701938),(0.4547031,0.5701938),(0.4547031,0.5743737),(0.4587967,0.5743737),(0.4506197,0.5701938),(0.44653,0.5701938),(0.4506197,0.5743737),(0.44653,0.5743737),(0.4547031,0.5785739),(0.4506197,0.5785739),(0.44653,0.5785739),(0.4506197,0.5827775),(0.44653,0.5827775),(0.4547031,0.5827775),(0.4587967,0.5785739),(0.4587967,0.5827775),(0.4424174,0.5701938),(0.4382856,0.5701938),(0.4424174,0.5743737),(0.4382856,0.5743737),(0.4341379,0.5701938),(0.429978,0.5701938),(0.4341379,0.5743737),(0.429978,0.5743737),(0.4382856,0.5785739),(0.4341379,0.5785739),(0.429978,0.5785739),(0.4341379,0.5827775),(0.429978,0.5827775),(0.4382856,0.5827775),(0.4424174,0.5785739),(0.4424174,0.5827775),(0.4258092,0.5701938),(0.4216311,0.5701938),(0.4258092,0.5743737),(0.4216312,0.5743737),(0.4174434,0.5701938),(0.4132456,0.5701938),(0.4174434,0.5743737),(0.4132456,0.5743737),(0.4216312,0.5785739),(0.4174434,0.5785739),(0.4132456,0.5785739),(0.4174434,0.5827775),(0.4132456,0.5827775),(0.4216312,0.5827775),(0.4258092,0.5785739),(0.4258092,0.5827775),(0.4090372,0.5701938),(0.4048201,0.5701938),(0.4090372,0.5743737),(0.4048201,0.5743737),(0.4005963,0.5701938),(0.3963675,0.5701938),(0.4005963,0.5743737),(0.3963675,0.5743737),(0.4048201,0.5785739),(0.4005963,0.5785739),(0.3963675,0.5785739),(0.4005963,0.5827775),(0.3963675,0.5827775),(0.4048201,0.5827775),(0.4090372,0.5785739),(0.4090372,0.5827775),(0.3921357,0.5701938),(0.3879012,0.5701938),(0.3921357,0.5743737),(0.3879012,0.5743737),(0.3836642,0.5701938),(0.3794248,0.5701938),(0.3836642,0.5743737),(0.3794249,0.5743737),(0.3879012,0.5785739),(0.3836642,0.5785739),(0.3794248,0.5785739),(0.3836642,0.5827775),(0.3794248,0.5827775),(0.3879012,0.5827775),(0.3921357,0.5785739),(0.3921357,0.5827775),(0.3751834,0.5701938),(0.3709441,0.5701938),(0.3751834,0.5743737),(0.3709441,0.5743737),(0.3667112,0.5701938),(0.3624887,0.5701938),(0.3667112,0.5743737),(0.3624887,0.5743737),(0.3709442,0.5785739),(0.3667112,0.5785739),(0.3624887,0.5785739),(0.3667112,0.5827775),(0.3624887,0.5827775),(0.3709441,0.5827775),(0.3751834,0.5785739),(0.3751834,0.5827775),(0.358281,0.5701938),(0.3540821,0.5701938),(0.358281,0.5743737),(0.3540821,0.5743737),(0.3498864,0.5701938),(0.3456882,0.5701938),(0.3498864,0.5743737),(0.3456882,0.5743737),(0.3540821,0.5785739),(0.3498864,0.5785739),(0.3456882,0.5785739),(0.3498864,0.5827775),(0.3456882,0.5827775),(0.3540821,0.5827775),(0.3582809,0.5785739),(0.358281,0.5827775),(0.3414817,0.5701938),(0.3372694,0.5701938),(0.3414817,0.5743737),(0.3372695,0.5743737),(0.3330541,0.5701938),(0.3288383,0.5701938),(0.3330541,0.5743737),(0.3288383,0.5743737),(0.3372695,0.5785739),(0.3330541,0.5785739),(0.3288383,0.5785739),(0.3330541,0.5827775),(0.3288383,0.5827775),(0.3372695,0.5827775),(0.3414817,0.5785739),(0.3414817,0.5827775),(0.3246247,0.5701938),(0.3204179,0.5701938),(0.3246247,0.5743737),(0.3204179,0.5743737),(0.3162228,0.5701938),(0.3120441,0.5701938),(0.3162228,0.5743737),(0.3120441,0.5743737),(0.3204179,0.5785739),(0.3162228,0.5785739),(0.3120441,0.5785739),(0.3162228,0.5827775),(0.3120441,0.5827775),(0.3204179,0.5827775),(0.3246247,0.5785739),(0.3246247,0.5827775),(0.3078868,0.5701938),(0.3037427,0.5701938),(0.3078868,0.5743737),(0.3037427,0.5743737),(0.2996041,0.5701938),(0.2954631,0.5701938),(0.2996041,0.5743737),(0.2954631,0.5743737),(0.3037428,0.5785739),(0.2996041,0.5785739),(0.2954631,0.5785739),(0.2996041,0.5827775),(0.2954631,0.5827775),(0.3037427,0.5827775),(0.3078868,0.5785739),(0.3078868,0.5827775),(0.2913116,0.5701938),(0.2871543,0.5701938),(0.2913116,0.5743737),(0.2871543,0.5743737),(0.2829956,0.5701938),(0.2788399,0.5701938),(0.2829956,0.5743737),(0.2788399,0.5743737),(0.2871543,0.5785739),(0.2829956,0.5785739),(0.2788399,0.5785739),(0.2829956,0.5827775),(0.2788399,0.5827775),(0.2871543,0.5827775),(0.2913116,0.5785739),(0.2913116,0.5827775),(0.2746918,0.5701938),(0.2705556,0.5701938),(0.2746918,0.5743737),(0.2705556,0.5743737),(0.2664356,0.5701938),(0.262336,0.5701938),(0.2664356,0.5743737),(0.262336,0.5743737),(0.2705556,0.5785739),(0.2664356,0.5785739),(0.262336,0.5785739),(0.2664356,0.5827775),(0.262336,0.5827775),(0.2705556,0.5827775),(0.2746918,0.5785739),(0.2746918,0.5827775),(0.2582613,0.5701938),(0.254209,0.5701938),(0.2582613,0.5743737),(0.254209,0.5743737),(0.2501769,0.5701938),(0.2461624,0.5701938),(0.2501769,0.5743737),(0.2461624,0.5743737),(0.254209,0.5785739),(0.2501769,0.5785739),(0.2461624,0.5785739),(0.2501769,0.5827775),(0.2461624,0.5827775),(0.254209,0.5827775),(0.2582613,0.5785739),(0.2582613,0.5827775),(0.2421634,0.5701938),(0.238164,0.5701938),(0.2421634,0.5743737),(0.238164,0.5743737),(0.2341487,0.5701938),(0.2301017,0.5701938),(0.2341487,0.5743737),(0.2301017,0.5743737),(0.238164,0.5785739),(0.2341487,0.5785739),(0.2301017,0.5785739),(0.2341487,0.5827775),(0.2301017,0.5827775),(0.238164,0.5827775),(0.2421634,0.5785739),(0.2421634,0.5827775),(0.2260074,0.5701938),(0.2218787,0.5701938),(0.2260074,0.5743737),(0.2218787,0.5743737),(0.2177283,0.5701938),(0.2135691,0.5701938),(0.2177283,0.5743737),(0.2135692,0.5743737),(0.2218787,0.5785739),(0.2177283,0.5785739),(0.2135691,0.5785739),(0.2177283,0.5827775),(0.2135692,0.5827775),(0.2218787,0.5827775),(0.2260074,0.5785739),(0.2260074,0.5827775),(0.2094141,0.5701938),(0.2052627,0.5701938),(0.2094141,0.5743737),(0.2052627,0.5743737),(0.2011147,0.5701938),(0.1969699,0.5701938),(0.2011147,0.5743737),(0.1969699,0.5743737),(0.2052627,0.5785739),(0.2011147,0.5785739),(0.1969699,0.5785739),(0.2011147,0.5827775),(0.1969699,0.5827775),(0.2052627,0.5827775),(0.2094141,0.5785739),(0.2094141,0.5827775),(0.1928277,0.5701938),(0.1886888,0.5701938),(0.1928277,0.5743737),(0.1886888,0.5743737),(0.1845533,0.5701938),(0.1804218,0.5701938),(0.1845533,0.5743737),(0.1804218,0.5743737),(0.1886888,0.5785739),(0.1845533,0.5785739),(0.1804218,0.5785739),(0.1845533,0.5827775),(0.1804218,0.5827775),(0.1886888,0.5827775),(0.1928277,0.5785739),(0.1928277,0.5827775),(0.1762946,0.5701938),(0.1721701,0.5701938),(0.1762946,0.5743737),(0.1721701,0.5743737),(0.1680468,0.5701938),(0.163923,0.5701938),(0.1680468,0.5743737),(0.163923,0.5743737),(0.1721701,0.5785739),(0.1680468,0.5785739),(0.163923,0.5785739),(0.1680468,0.5827775),(0.163923,0.5827775),(0.1721701,0.5827775),(0.1762946,0.5785739),(0.1762946,0.5827775),(0.1597973,0.5701938),(0.1556691,0.5701938),(0.1597973,0.5743737),(0.1556691,0.5743737),(0.1515382,0.5701938),(0.1474041,0.5701938),(0.1515382,0.5743737),(0.1474041,0.5743737),(0.1556691,0.5785739),(0.1515382,0.5785739),(0.1474041,0.5785739),(0.1515382,0.5827775),(0.1474041,0.5827775),(0.1556691,0.5827775),(0.1597973,0.5785739),(0.1597973,0.5827775),(0.1432664,0.5701938),(0.1391259,0.5701938),(0.1432664,0.5743737),(0.1391259,0.5743737),(0.134983,0.5701938),(0.1308385,0.5701938),(0.1308385,0.5743737),(0.134983,0.5743737),(0.134983,0.5785739),(0.1391259,0.5785739),(0.1308385,0.5785739),(0.1308385,0.5827775),(0.134983,0.5827775),(0.1391259,0.5827775),(0.1432664,0.5785739),(0.1432664,0.5827775),(0.126693,0.5701938),(0.12255,0.5701938),(0.12255,0.5743737),(0.126693,0.5743737),(0.1184131,0.5701938),(0.1142857,0.5701938),(0.1142857,0.5743737),(0.1184131,0.5743737),(0.1184131,0.5785739),(0.12255,0.5785739),(0.1142857,0.5785739),(0.1142857,0.5827775),(0.1184131,0.5827775),(0.12255,0.5827775),(0.126693,0.5785739),(0.126693,0.5827775),(0.1101713,0.5701938),(0.1060752,0.5701938),(0.1060752,0.5743737),(0.1101713,0.5743737),(0.1020023,0.5701938),(0.09795791,0.5701938),(0.09795791,0.5743737),(0.1020023,0.5743737),(0.1020023,0.5785739),(0.1060752,0.5785739),(0.09795791,0.5785739),(0.1020023,0.5827775),(0.09795791,0.5827775),(0.1060752,0.5827775),(0.1101713,0.5785739),(0.1101713,0.5827775),(0.09394707,0.5701938),(0.08994583,0.5701938),(0.08994584,0.5743737),(0.09394707,0.5743737),(0.08593026,0.5701938),(0.08187638,0.5701938),(0.08187637,0.5743737),(0.08593025,0.5743737),(0.08593026,0.5785739),(0.08994584,0.5785739),(0.08187638,0.5785739),(0.08187638,0.5827775),(0.08593026,0.5827775),(0.08994584,0.5827775),(0.09394707,0.5785739),(0.09394707,0.5827775),(0.07776025,0.5701938),(0.07361087,0.5701938),(0.07361087,0.5743737),(0.07776025,0.5743737),(0.06945725,0.5701938),(0.06532837,0.5701938),(0.06532837,0.5743737),(0.06945725,0.5743737),(0.06945725,0.5785739),(0.07361087,0.5785739),(0.06532837,0.5785739),(0.06532837,0.5827775),(0.06945725,0.5827775),(0.07361087,0.5827775),(0.07776025,0.5785739),(0.07776025,0.5827775),(0.06125325,0.5701938),(0.05721605,0.5701938),(0.05721604,0.5743737),(0.06125325,0.5743737),(0.05320094,0.5701938),(0.0491921,0.5701938),(0.05320094,0.5743737),(0.04919209,0.5743737),(0.05320094,0.5785739),(0.05721605,0.5785739),(0.0491921,0.5785739),(0.04919209,0.5827775),(0.05320094,0.5827775),(0.05721605,0.5827775),(0.06125325,0.5785739),(0.06125325,0.5827775),(0.04517369,0.5701938),(0.04115105,0.5701938),(0.04517369,0.5743737),(0.04115105,0.5743737),(0.0371295,0.5701938),(0.03311438,0.5701938),(0.0371295,0.5743737),(0.03311437,0.5743737),(0.04115105,0.5785739),(0.0371295,0.5785739),(0.03311438,0.5785739),(0.0371295,0.5827775),(0.03311438,0.5827775),(0.04115105,0.5827775),(0.04517369,0.5785739),(0.04517369,0.5827775),(0.029111,0.5701938),(0.02511186,0.5701938),(0.029111,0.5743737),(0.02511186,0.5743737),(0.02110944,0.5701938),(0.01709622,0.5701938),(0.02110944,0.5743737),(0.01709622,0.5743737),(0.02511186,0.5785739),(0.02110944,0.5785739),(0.01709622,0.5785739),(0.02110944,0.5827775),(0.01709622,0.5827775),(0.02511186,0.5827775),(0.029111,0.5785739),(0.029111,0.5827775),(0.01306469,0.5701938),(0.009019421,0.570187),(0.01306469,0.5743737),(0.009019421,0.5743724),(0.004965,0.5701665),(0.000906,0.5701392),(0.004965,0.5743686),(0.000906,0.5743635),(0.009019421,0.5785757),(0.004965,0.5785809),(0.000906,0.5785878),(0.004965,0.5827879),(0.000906,0.582812),(0.009019421,0.5827801),(0.01306469,0.5785739),(0.01306469,0.5827775),(0.9951518,0.5869741),(0.999094,0.586981),(0.9912093,0.586969),(0.9912093,0.5911466),(0.9951518,0.5911481),(0.999094,0.59115),(0.9872664,0.5869672),(0.983323,0.5869672),(0.983323,0.5911462),(0.9872664,0.5911462),(0.9912093,0.5953176),(0.9872664,0.5953174),(0.983323,0.5953174),(0.9872664,0.599484),(0.983323,0.599484),(0.9912093,0.5994842),(0.999094,0.595319),(0.9951518,0.5953182),(0.9951518,0.5994852),(0.999094,0.599488),(0.9793787,0.5869672),(0.9754275,0.5869672),(0.9793787,0.5911462),(0.9754274,0.5911462),(0.9714631,0.5869672),(0.9674796,0.5869672),(0.9674796,0.5911462),(0.9714631,0.5911462),(0.9714631,0.5953174),(0.9754274,0.5953174),(0.9674796,0.5953174),(0.9674796,0.599484),(0.9714631,0.599484),(0.9754274,0.599484),(0.9793787,0.5953174),(0.9793787,0.599484),(0.9634706,0.5869672),(0.9594426,0.5869672),(0.9594426,0.5911462),(0.9634707,0.5911462),(0.9554016,0.5869672),(0.9513539,0.5869672),(0.9513539,0.5911462),(0.9554016,0.5911462),(0.9554016,0.5953174),(0.9594426,0.5953174),(0.9513539,0.5953174),(0.9513539,0.599484),(0.9554016,0.599484),(0.9594425,0.599484),(0.9634707,0.5953174),(0.9634706,0.599484),(0.9473058,0.5869672),(0.9432498,0.5869672),(0.9432497,0.5911462),(0.9473058,0.5911462),(0.9391782,0.5869672),(0.9350839,0.5869672),(0.9350839,0.5911462),(0.9391783,0.5911462),(0.9391782,0.5953174),(0.9432497,0.5953174),(0.9350839,0.5953174),(0.9391783,0.599484),(0.9350839,0.599484),(0.9432497,0.599484),(0.9473058,0.5953174),(0.9473058,0.599484),(0.930959,0.5869672),(0.9268106,0.5869672),(0.9268106,0.5911462),(0.930959,0.5911462),(0.9226453,0.5869672),(0.9184701,0.5869672),(0.9226453,0.5911462),(0.9184701,0.5911462),(0.9268106,0.5953174),(0.9226453,0.5953174),(0.9184701,0.5953174),(0.9226453,0.599484),(0.9184701,0.599484),(0.9268106,0.599484),(0.930959,0.5953174),(0.930959,0.599484),(0.9142919,0.5869672),(0.910111,0.5869672),(0.9142919,0.5911462),(0.9101109,0.5911462),(0.9059278,0.5869672),(0.9017429,0.5869672),(0.9059278,0.5911462),(0.9017429,0.5911462),(0.910111,0.5953174),(0.9059278,0.5953174),(0.9017429,0.5953174),(0.9017428,0.599484),(0.9059278,0.599484),(0.9101109,0.599484),(0.9142919,0.5953174),(0.9142919,0.599484),(0.8975567,0.5869672),(0.8933688,0.5869672),(0.8933688,0.5911462),(0.8975567,0.5911462),(0.8891787,0.5869672),(0.8849859,0.5869672),(0.8849859,0.5911462),(0.8891788,0.5911462),(0.8891787,0.5953174),(0.8933688,0.5953174),(0.8849859,0.5953174),(0.8849859,0.599484),(0.8891788,0.599484),(0.8933688,0.599484),(0.8975567,0.5953174),(0.8975567,0.599484),(0.8807898,0.5869672),(0.8765806,0.5869672),(0.8765807,0.5911462),(0.8807898,0.5911462),(0.8723488,0.5869672),(0.8680845,0.5869672),(0.8680845,0.5911462),(0.8723488,0.5911462),(0.8723488,0.5953174),(0.8765806,0.5953174),(0.8680845,0.5953174),(0.8680845,0.599484),(0.8723488,0.599484),(0.8765806,0.599484),(0.8807898,0.5953174),(0.8807898,0.599484),(0.8637781,0.5869672),(0.8594491,0.5869672),(0.8594491,0.5911462),(0.8637781,0.5911462),(0.8551173,0.5869672),(0.8508024,0.5869672),(0.8508024,0.5911462),(0.8551173,0.5911462),(0.8551173,0.5953174),(0.8594491,0.5953174),(0.8508024,0.5953174),(0.8508024,0.599484),(0.8551173,0.599484),(0.859449,0.599484),(0.8637781,0.5953174),(0.8637781,0.599484),(0.846524,0.5869672),(0.8422731,0.5869672),(0.8422731,0.5911462),(0.846524,0.5911462),(0.8380403,0.5869672),(0.8338165,0.5869672),(0.8338165,0.5911462),(0.8380403,0.5911462),(0.8380403,0.5953174),(0.8422731,0.5953174),(0.8338165,0.5953174),(0.8338165,0.599484),(0.8380404,0.599484),(0.8422731,0.599484),(0.846524,0.5953174),(0.846524,0.599484),(0.8295926,0.5869672),(0.8253628,0.5869672),(0.8253628,0.5911462),(0.8295926,0.5911462),(0.8211217,0.5869672),(0.8168637,0.5869672),(0.8168637,0.5911462),(0.8211217,0.5911462),(0.8211217,0.5953174),(0.8253628,0.5953174),(0.8168637,0.5953174),(0.8168637,0.599484),(0.8211217,0.599484),(0.8253628,0.599484),(0.8295926,0.5953174),(0.8295926,0.599484),(0.8125832,0.5869672),(0.8082899,0.5869672),(0.8082899,0.5911462),(0.8125832,0.5911462),(0.8039935,0.5869672),(0.7997035,0.5869672),(0.7997035,0.5911462),(0.8039935,0.5911462),(0.8039935,0.5953174),(0.8082899,0.5953174),(0.7997035,0.5953174),(0.7997035,0.599484),(0.8039935,0.599484),(0.8082899,0.599484),(0.8125832,0.5953174),(0.8125832,0.599484),(0.7954297,0.5869672),(0.7911757,0.5869672),(0.7911757,0.5911462),(0.7954297,0.5911462),(0.7869452,0.5869672),(0.7827417,0.5869672),(0.7827417,0.5911462),(0.7869452,0.5911462),(0.7869452,0.5953174),(0.7911757,0.5953174),(0.7827417,0.5953174),(0.7827417,0.599484),(0.7869452,0.599484),(0.7911757,0.599484),(0.7954297,0.5953174),(0.7954297,0.599484),(0.7785689,0.5869672),(0.7744211,0.5869672),(0.7744212,0.5911462),(0.7785689,0.5911462),(0.7702925,0.5869672),(0.7661775,0.5869672),(0.7661775,0.5911462),(0.7702925,0.5911462),(0.7702925,0.5953174),(0.7744212,0.5953174),(0.7661775,0.5953174),(0.7661775,0.599484),(0.7702925,0.599484),(0.7744212,0.599484),(0.778569,0.5953174),(0.778569,0.599484),(0.7620703,0.5869672),(0.757961,0.5869672),(0.757961,0.5911462),(0.7620703,0.5911462),(0.7538399,0.5869672),(0.7496969,0.5869672),(0.7496969,0.5911462),(0.7538399,0.5911462),(0.7538399,0.5953174),(0.757961,0.5953174),(0.7496969,0.5953174),(0.7496969,0.599484),(0.7538399,0.599484),(0.757961,0.599484),(0.7620703,0.5953174),(0.7620703,0.599484),(0.7455223,0.5869672),(0.7413244,0.5869672),(0.7413245,0.5911462),(0.7455223,0.5911462),(0.7371117,0.5869672),(0.7328922,0.5869672),(0.7328923,0.5911462),(0.7371117,0.5911462),(0.7371117,0.5953174),(0.7413245,0.5953174),(0.7328922,0.5953174),(0.7328922,0.599484),(0.7371117,0.599484),(0.7413245,0.599484),(0.7455223,0.5953174),(0.7455223,0.599484),(0.7286744,0.5869672),(0.7244572,0.5869672),(0.7244572,0.5911462),(0.7286744,0.5911462),(0.7202395,0.5869672),(0.71602,0.5869672),(0.71602,0.5911462),(0.7202395,0.5911462),(0.7202395,0.5953174),(0.7244572,0.5953174),(0.71602,0.5953174),(0.71602,0.599484),(0.7202394,0.599484),(0.7244572,0.599484),(0.7286744,0.5953174),(0.7286744,0.599484),(0.7117977,0.5869672),(0.7075742,0.5869672),(0.7075742,0.5911462),(0.7117977,0.5911462),(0.7033514,0.5869672),(0.6991307,0.5869672),(0.6991307,0.5911462),(0.7033514,0.5911462),(0.7033514,0.5953174),(0.7075742,0.5953174),(0.6991307,0.5953174),(0.6991307,0.599484),(0.7033514,0.599484),(0.7075742,0.599484),(0.7117977,0.5953174),(0.7117977,0.599484),(0.6949139,0.5869672),(0.6906992,0.5869672),(0.6906992,0.5911462),(0.6949139,0.5911462),(0.6864849,0.5869672),(0.6822694,0.5869672),(0.6822693,0.5911462),(0.6864849,0.5911462),(0.6864849,0.5953174),(0.6906992,0.5953174),(0.6822694,0.5953174),(0.6822693,0.599484),(0.6864849,0.599484),(0.6906992,0.599484),(0.6949139,0.5953174),(0.6949139,0.599484),(0.6780508,0.5869672),(0.6738272,0.5869672),(0.6738272,0.5911462),(0.6780507,0.5911462),(0.6695971,0.5869672),(0.6653587,0.5869672),(0.6653587,0.5911462),(0.6695971,0.5911462),(0.6695971,0.5953174),(0.6738272,0.5953174),(0.6653587,0.5953174),(0.6653587,0.599484),(0.6695971,0.599484),(0.6738272,0.599484),(0.6780508,0.5953174),(0.6780507,0.599484),(0.6611102,0.5869672),(0.6568571,0.5869672),(0.6568571,0.5911462),(0.6611102,0.5911462),(0.6526053,0.5869672),(0.6483604,0.5869672),(0.6483604,0.5911462),(0.6526054,0.5911462),(0.6526054,0.5953174),(0.6568571,0.5953174),(0.6483604,0.5953174),(0.6483604,0.599484),(0.6526053,0.599484),(0.6568571,0.599484),(0.6611102,0.5953174),(0.6611102,0.599484),(0.6441281,0.5869672),(0.6399043,0.5869672),(0.6399043,0.5911462),(0.6441281,0.5911462),(0.635685,0.5869672),(0.6314663,0.5869672),(0.6314663,0.5911462),(0.635685,0.5911462),(0.635685,0.5953174),(0.6399043,0.5953174),(0.6314663,0.5953174),(0.6314663,0.599484),(0.635685,0.599484),(0.6399043,0.599484),(0.6441281,0.5953174),(0.6441281,0.599484),(0.627244,0.5869672),(0.6230208,0.5869672),(0.6230209,0.5911462),(0.627244,0.5911462),(0.6187993,0.5869672),(0.6145822,0.5869672),(0.6145822,0.5911462),(0.6187993,0.5911462),(0.6187993,0.5953174),(0.6230208,0.5953174),(0.6145822,0.5953174),(0.6145822,0.599484),(0.6187993,0.599484),(0.6230209,0.599484),(0.627244,0.5953174),(0.627244,0.599484),(0.6103719,0.5869672),(0.6061606,0.5869672),(0.6061606,0.5911462),(0.6103719,0.5911462),(0.6019406,0.5869672),(0.5977041,0.5869672),(0.5977041,0.5911462),(0.6019406,0.5911462),(0.6019406,0.5953174),(0.6061606,0.5953174),(0.5977041,0.5953174),(0.5977041,0.599484),(0.6019406,0.599484),(0.6061606,0.599484),(0.6103719,0.5953174),(0.6103719,0.599484),(0.5934432,0.5869672),(0.589169,0.5869672),(0.589169,0.5911462),(0.5934432,0.5911462),(0.5848927,0.5869672),(0.5806257,0.5869672),(0.5806257,0.5911462),(0.5848927,0.5911462),(0.5848927,0.5953174),(0.589169,0.5953174),(0.5806257,0.5953174),(0.5806257,0.599484),(0.5848927,0.599484),(0.589169,0.599484),(0.5934432,0.5953174),(0.5934432,0.599484),(0.5763788,0.5869672),(0.572147,0.5869672),(0.572147,0.5911462),(0.5763788,0.5911462),(0.567925,0.5869672),(0.5637077,0.5869672),(0.5637077,0.5911462),(0.567925,0.5911462),(0.567925,0.5953174),(0.572147,0.5953174),(0.5637077,0.5953174),(0.5637077,0.599484),(0.567925,0.599484),(0.572147,0.599484),(0.5763788,0.5953174),(0.5763788,0.599484),(0.55949,0.5869672),(0.5552715,0.5869672),(0.5552715,0.5911462),(0.55949,0.5911462),(0.5510522,0.5869672),(0.5468317,0.5869672),(0.5468317,0.5911462),(0.5510522,0.5911462),(0.5510522,0.5953174),(0.5552715,0.5953174),(0.5468317,0.5953174),(0.5468317,0.599484),(0.5510522,0.599484),(0.5552715,0.599484),(0.55949,0.5953174),(0.55949,0.599484),(0.5426099,0.5869672),(0.5383899,0.5869672),(0.5383899,0.5911462),(0.5426099,0.5911462),(0.5341746,0.5869672),(0.5299669,0.5869672),(0.5299669,0.5911462),(0.5341746,0.5911462),(0.5341746,0.5953174),(0.5383899,0.5953174),(0.5299669,0.5953174),(0.529967,0.599484),(0.5341746,0.599484),(0.5383899,0.599484),(0.5426099,0.5953174),(0.5426099,0.599484),(0.52577,0.5869672),(0.5215818,0.5869672),(0.5215818,0.5911462),(0.52577,0.5911462),(0.5174,0.5869672),(0.5132228,0.5869672),(0.5132228,0.5911462),(0.5174,0.5911462),(0.5174,0.5953174),(0.5215818,0.5953174),(0.5132228,0.5953174),(0.5132228,0.599484),(0.5174,0.599484),(0.5215818,0.599484),(0.52577,0.5953174),(0.52577,0.599484),(0.5090478,0.5869672),(0.5048727,0.5869672),(0.5048727,0.5911462),(0.5090478,0.5911462),(0.5006949,0.5869672),(0.4965119,0.5869672),(0.4965119,0.5911462),(0.5006949,0.5911462),(0.5006949,0.5953174),(0.5048727,0.5953174),(0.4965119,0.5953174),(0.4965119,0.599484),(0.5006949,0.599484),(0.5048727,0.599484),(0.5090478,0.5953174),(0.5090478,0.599484),(0.4923214,0.5869672),(0.4881234,0.5869672),(0.4881234,0.5911462),(0.4923214,0.5911462),(0.4839184,0.5869672),(0.4797065,0.5869672),(0.4797065,0.5911462),(0.4839184,0.5911462),(0.4839184,0.5953174),(0.4881234,0.5953174),(0.4797065,0.5953174),(0.4797064,0.599484),(0.4839184,0.599484),(0.4881234,0.599484),(0.4923214,0.5953174),(0.4923214,0.599484),(0.4754879,0.5869672),(0.4712752,0.5869672),(0.4712752,0.5911462),(0.4754879,0.5911462),(0.4670808,0.5869672),(0.4629171,0.5869672),(0.4670808,0.5911462),(0.4629171,0.5911462),(0.4712752,0.5953174),(0.4670808,0.5953174),(0.4629171,0.5953174),(0.4670808,0.599484),(0.4629171,0.599484),(0.4712752,0.599484),(0.4754879,0.5953174),(0.4754879,0.599484),(0.4587967,0.5869672),(0.4547031,0.5869672),(0.4547031,0.5911462),(0.4587967,0.5911462),(0.4506197,0.5869672),(0.44653,0.5869672),(0.4506197,0.5911462),(0.44653,0.5911462),(0.4547031,0.5953174),(0.4506197,0.5953174),(0.44653,0.5953174),(0.4506197,0.599484),(0.44653,0.599484),(0.4547031,0.599484),(0.4587967,0.5953174),(0.4587967,0.599484),(0.4424174,0.5869672),(0.4382856,0.5869672),(0.4424174,0.5911462),(0.4382856,0.5911462),(0.4341379,0.5869672),(0.429978,0.5869672),(0.4341379,0.5911462),(0.429978,0.5911462),(0.4382856,0.5953174),(0.4341379,0.5953174),(0.429978,0.5953174),(0.4341379,0.599484),(0.429978,0.599484),(0.4382856,0.599484),(0.4424174,0.5953174),(0.4424174,0.599484),(0.4258092,0.5869672),(0.4216311,0.5869672),(0.4258092,0.5911462),(0.4216312,0.5911462),(0.4174434,0.5869672),(0.4132456,0.5869672),(0.4174434,0.5911462),(0.4132456,0.5911462),(0.4216312,0.5953174),(0.4174434,0.5953174),(0.4132456,0.5953174),(0.4174434,0.599484),(0.4132456,0.599484),(0.4216312,0.599484),(0.4258092,0.5953174),(0.4258092,0.599484),(0.4090372,0.5869672),(0.4048201,0.5869672),(0.4090372,0.5911462),(0.4048201,0.5911462),(0.4005963,0.5869672),(0.3963675,0.5869672),(0.4005963,0.5911462),(0.3963675,0.5911462),(0.4048201,0.5953174),(0.4005963,0.5953174),(0.3963675,0.5953174),(0.4005963,0.599484),(0.3963675,0.599484),(0.4048201,0.599484),(0.4090372,0.5953174),(0.4090372,0.599484),(0.3921357,0.5869672),(0.3879012,0.5869672),(0.3921357,0.5911462),(0.3879012,0.5911462),(0.3836642,0.5869672),(0.3794248,0.5869672),(0.3836642,0.5911462),(0.3794249,0.5911462),(0.3879012,0.5953174),(0.3836642,0.5953174),(0.3794248,0.5953174),(0.3836642,0.599484),(0.3794248,0.599484),(0.3879012,0.599484),(0.3921357,0.5953174),(0.3921357,0.599484),(0.3751834,0.5869672),(0.3709441,0.5869672),(0.3751834,0.5911462),(0.3709441,0.5911462),(0.3667112,0.5869672),(0.3624887,0.5869672),(0.3667112,0.5911462),(0.3624887,0.5911462),(0.3709442,0.5953174),(0.3667112,0.5953174),(0.3624887,0.5953174),(0.3667112,0.599484),(0.3624887,0.599484),(0.3709441,0.599484),(0.3751834,0.5953174),(0.3751834,0.599484),(0.358281,0.5869672),(0.3540821,0.5869672),(0.358281,0.5911462),(0.3540821,0.5911462),(0.3498864,0.5869672),(0.3456882,0.5869672),(0.3498864,0.5911462),(0.3456882,0.5911462),(0.3540821,0.5953174),(0.3498864,0.5953174),(0.3456882,0.5953174),(0.3498864,0.599484),(0.3456882,0.599484),(0.3540821,0.599484),(0.3582809,0.5953174),(0.358281,0.599484),(0.3414817,0.5869672),(0.3372694,0.5869672),(0.3414817,0.5911462),(0.3372695,0.5911462),(0.3330541,0.5869672),(0.3288383,0.5869672),(0.3330541,0.5911462),(0.3288383,0.5911462),(0.3372695,0.5953174),(0.3330541,0.5953174),(0.3288383,0.5953174),(0.3330541,0.599484),(0.3288383,0.599484),(0.3372695,0.599484),(0.3414817,0.5953174),(0.3414817,0.599484),(0.3246247,0.5869672),(0.3204179,0.5869672),(0.3246247,0.5911462),(0.3204179,0.5911462),(0.3162228,0.5869672),(0.3120441,0.5869672),(0.3162228,0.5911462),(0.3120441,0.5911462),(0.3204179,0.5953174),(0.3162228,0.5953174),(0.3120441,0.5953174),(0.3162228,0.599484),(0.3120441,0.599484),(0.3204179,0.599484),(0.3246247,0.5953174),(0.3246247,0.599484),(0.3078868,0.5869672),(0.3037427,0.5869672),(0.3078868,0.5911462),(0.3037427,0.5911462),(0.2996041,0.5869672),(0.2954631,0.5869672),(0.2996041,0.5911462),(0.2954631,0.5911462),(0.3037428,0.5953174),(0.2996041,0.5953174),(0.2954631,0.5953174),(0.2996041,0.599484),(0.2954631,0.599484),(0.3037427,0.599484),(0.3078868,0.5953174),(0.3078868,0.599484),(0.2913116,0.5869672),(0.2871543,0.5869672),(0.2913116,0.5911462),(0.2871543,0.5911462),(0.2829956,0.5869672),(0.2788399,0.5869672),(0.2829956,0.5911462),(0.2788399,0.5911462),(0.2871543,0.5953174),(0.2829956,0.5953174),(0.2788399,0.5953174),(0.2829956,0.599484),(0.2788399,0.599484),(0.2871543,0.599484),(0.2913116,0.5953174),(0.2913116,0.599484),(0.2746918,0.5869672),(0.2705556,0.5869672),(0.2746918,0.5911462),(0.2705556,0.5911462),(0.2664356,0.5869672),(0.262336,0.5869672),(0.2664356,0.5911462),(0.262336,0.5911462),(0.2705556,0.5953174),(0.2664356,0.5953174),(0.262336,0.5953174),(0.2664356,0.599484),(0.262336,0.599484),(0.2705556,0.599484),(0.2746918,0.5953174),(0.2746918,0.599484),(0.2582613,0.5869672),(0.254209,0.5869672),(0.2582613,0.5911462),(0.254209,0.5911462),(0.2501769,0.5869672),(0.2461624,0.5869672),(0.2501769,0.5911462),(0.2461624,0.5911462),(0.254209,0.5953174),(0.2501769,0.5953174),(0.2461624,0.5953174),(0.2501769,0.599484),(0.2461624,0.599484),(0.254209,0.599484),(0.2582613,0.5953174),(0.2582613,0.599484),(0.2421634,0.5869672),(0.238164,0.5869672),(0.2421634,0.5911462),(0.238164,0.5911462),(0.2341487,0.5869672),(0.2301017,0.5869672),(0.2341487,0.5911462),(0.2301017,0.5911462),(0.238164,0.5953174),(0.2341487,0.5953174),(0.2301017,0.5953174),(0.2341487,0.599484),(0.2301017,0.599484),(0.238164,0.599484),(0.2421634,0.5953174),(0.2421634,0.599484),(0.2260074,0.5869672),(0.2218787,0.5869672),(0.2260074,0.5911462),(0.2218787,0.5911462),(0.2177283,0.5869672),(0.2135691,0.5869672),(0.2177283,0.5911462),(0.2135692,0.5911462),(0.2218787,0.5953174),(0.2177283,0.5953174),(0.2135691,0.5953174),(0.2177283,0.599484),(0.2135692,0.599484),(0.2218787,0.599484),(0.2260074,0.5953174),(0.2260074,0.599484),(0.2094141,0.5869672),(0.2052627,0.5869672),(0.2094141,0.5911462),(0.2052627,0.5911462),(0.2011147,0.5869672),(0.1969699,0.5869672),(0.2011147,0.5911462),(0.1969699,0.5911462),(0.2052627,0.5953174),(0.2011147,0.5953174),(0.1969699,0.5953174),(0.2011147,0.599484),(0.1969699,0.599484),(0.2052627,0.599484),(0.2094141,0.5953174),(0.2094141,0.599484),(0.1928277,0.5869672),(0.1886888,0.5869672),(0.1928277,0.5911462),(0.1886888,0.5911462),(0.1845533,0.5869672),(0.1804218,0.5869672),(0.1845533,0.5911462),(0.1804218,0.5911462),(0.1886888,0.5953174),(0.1845533,0.5953174),(0.1804218,0.5953174),(0.1845533,0.599484),(0.1804218,0.599484),(0.1886888,0.599484),(0.1928277,0.5953174),(0.1928277,0.599484),(0.1762946,0.5869672),(0.1721701,0.5869672),(0.1762946,0.5911462),(0.1721701,0.5911462),(0.1680468,0.5869672),(0.163923,0.5869672),(0.1680468,0.5911462),(0.163923,0.5911462),(0.1721701,0.5953174),(0.1680468,0.5953174),(0.163923,0.5953174),(0.1680468,0.599484),(0.163923,0.599484),(0.1721701,0.599484),(0.1762946,0.5953174),(0.1762946,0.599484),(0.1597973,0.5869672),(0.1556691,0.5869672),(0.1597973,0.5911462),(0.1556691,0.5911462),(0.1515382,0.5869672),(0.1474041,0.5869672),(0.1474041,0.5911462),(0.1515382,0.5911462),(0.1515382,0.5953174),(0.1556691,0.5953174),(0.1474041,0.5953174),(0.1474041,0.599484),(0.1515382,0.599484),(0.1556691,0.599484),(0.1597973,0.5953174),(0.1597973,0.599484),(0.1432664,0.5869672),(0.1391259,0.5869672),(0.1391259,0.5911462),(0.1432664,0.5911462),(0.134983,0.5869672),(0.1308385,0.5869672),(0.1308385,0.5911462),(0.134983,0.5911462),(0.134983,0.5953174),(0.1391259,0.5953174),(0.1308385,0.5953174),(0.1308385,0.599484),(0.134983,0.599484),(0.1391259,0.599484),(0.1432664,0.5953174),(0.1432664,0.599484),(0.126693,0.5869672),(0.12255,0.5869672),(0.12255,0.5911462),(0.126693,0.5911462),(0.1184131,0.5869672),(0.1142857,0.5869672),(0.1142857,0.5911462),(0.1184131,0.5911462),(0.1184131,0.5953174),(0.12255,0.5953174),(0.1142857,0.5953174),(0.1184131,0.599484),(0.1142857,0.599484),(0.12255,0.599484),(0.126693,0.5953174),(0.126693,0.599484),(0.1101713,0.5869672),(0.1060752,0.5869672),(0.1101713,0.5911462),(0.1060752,0.5911462),(0.1020023,0.5869672),(0.09795791,0.5869672),(0.1020023,0.5911462),(0.09795791,0.5911462),(0.1060752,0.5953174),(0.1020023,0.5953174),(0.09795791,0.5953174),(0.1020023,0.599484),(0.09795791,0.599484),(0.1060752,0.599484),(0.1101713,0.5953174),(0.1101713,0.599484),(0.09394707,0.5869672),(0.08994583,0.5869672),(0.09394707,0.5911462),(0.08994584,0.5911462),(0.08593026,0.5869672),(0.08187638,0.5869672),(0.08187637,0.5911462),(0.08593025,0.5911462),(0.08593026,0.5953174),(0.08994584,0.5953174),(0.08187638,0.5953174),(0.08187638,0.599484),(0.08593026,0.599484),(0.08994584,0.599484),(0.09394707,0.5953174),(0.09394707,0.599484),(0.07776025,0.5869672),(0.07361087,0.5869672),(0.07361087,0.5911462),(0.07776025,0.5911462),(0.06945725,0.5869672),(0.06532837,0.5869672),(0.06532837,0.5911462),(0.06945725,0.5911462),(0.06945725,0.5953174),(0.07361087,0.5953174),(0.06532837,0.5953174),(0.06532837,0.599484),(0.06945725,0.599484),(0.07361087,0.599484),(0.07776025,0.5953174),(0.07776025,0.599484),(0.06125325,0.5869672),(0.05721605,0.5869672),(0.05721604,0.5911462),(0.06125325,0.5911462),(0.05320094,0.5869672),(0.0491921,0.5869672),(0.04919209,0.5911462),(0.05320094,0.5911462),(0.05320094,0.5953174),(0.05721605,0.5953174),(0.0491921,0.5953174),(0.04919209,0.599484),(0.05320094,0.599484),(0.05721605,0.599484),(0.06125325,0.5953174),(0.06125325,0.599484),(0.04517369,0.5869672),(0.04115105,0.5869672),(0.04517369,0.5911462),(0.04115105,0.5911462),(0.0371295,0.5869672),(0.03311438,0.5869672),(0.0371295,0.5911462),(0.03311437,0.5911462),(0.04115105,0.5953174),(0.0371295,0.5953174),(0.03311438,0.5953174),(0.0371295,0.599484),(0.03311438,0.599484),(0.04115105,0.599484),(0.04517369,0.5953174),(0.04517369,0.599484),(0.029111,0.5869672),(0.02511186,0.5869672),(0.029111,0.5911462),(0.02511186,0.5911462),(0.02110944,0.5869672),(0.01709622,0.5869672),(0.02110944,0.5911462),(0.01709622,0.5911462),(0.02511186,0.5953174),(0.02110944,0.5953174),(0.01709622,0.5953174),(0.02110944,0.599484),(0.01709622,0.599484),(0.02511186,0.599484),(0.029111,0.5953174),(0.029111,0.599484),(0.01306469,0.5869672),(0.009019421,0.586969),(0.01306469,0.5911462),(0.009019421,0.5911466),(0.004965,0.5869741),(0.000906,0.586981),(0.000906,0.59115),(0.004965,0.5911481),(0.004965,0.5953182),(0.009019421,0.5953176),(0.000906,0.595319),(0.000906,0.599488),(0.004965,0.5994852),(0.009019421,0.5994842),(0.01306469,0.5953174),(0.01306469,0.599484),(0.999094,0.6036505),(0.9951518,0.6036497),(0.9912093,0.6036491),(0.9951518,0.6078159),(0.9912093,0.6078181),(0.999094,0.607813),(0.9872664,0.6036489),(0.983323,0.6036489),(0.9872664,0.6078188),(0.983323,0.6078188),(0.9912093,0.6119974),(0.9872664,0.6120005),(0.983323,0.6120005),(0.983323,0.6162003),(0.9872664,0.6162003),(0.9912093,0.6161957),(0.999094,0.6119755),(0.9951518,0.6119879),(0.9951518,0.6161816),(0.999094,0.616138),(0.9793787,0.6036489),(0.9754275,0.6036489),(0.9754274,0.6078188),(0.9793787,0.6078188),(0.9714631,0.6036489),(0.9674796,0.6036489),(0.9674796,0.6078188),(0.9714631,0.6078188),(0.9714631,0.6120005),(0.9754274,0.6120005),(0.9674796,0.6120005),(0.9674796,0.6162003),(0.9714631,0.6162003),(0.9754274,0.6162004),(0.9793787,0.6120005),(0.9793787,0.6162003),(0.9634706,0.6036489),(0.9594426,0.6036489),(0.9594426,0.6078188),(0.9634707,0.6078188),(0.9554016,0.6036489),(0.9513539,0.6036489),(0.9513539,0.6078188),(0.9554016,0.6078188),(0.9554016,0.6120005),(0.9594426,0.6120005),(0.9513539,0.6120005),(0.9554016,0.6162003),(0.9513539,0.6162003),(0.9594425,0.6162004),(0.9634707,0.6120005),(0.9634706,0.6162003),(0.9473058,0.6036489),(0.9432498,0.6036489),(0.9473058,0.6078188),(0.9432497,0.6078188),(0.9391782,0.6036489),(0.9350839,0.6036489),(0.9391783,0.6078188),(0.9350839,0.6078188),(0.9432497,0.6120005),(0.9391782,0.6120005),(0.9350839,0.6120005),(0.9391783,0.6162003),(0.9350839,0.6162003),(0.9432497,0.6162004),(0.9473058,0.6120005),(0.9473058,0.6162003),(0.930959,0.6036489),(0.9268106,0.6036489),(0.930959,0.6078188),(0.9268106,0.6078188),(0.9226453,0.6036489),(0.9184701,0.6036489),(0.9226453,0.6078188),(0.9184701,0.6078188),(0.9268106,0.6120005),(0.9226453,0.6120005),(0.9184701,0.6120005),(0.9226453,0.6162003),(0.9184701,0.6162003),(0.9268106,0.6162004),(0.930959,0.6120005),(0.930959,0.6162003),(0.9142919,0.6036489),(0.910111,0.6036489),(0.9101109,0.6078188),(0.9142919,0.6078188),(0.9059278,0.6036489),(0.9017429,0.6036489),(0.9017429,0.6078188),(0.9059278,0.6078188),(0.9059278,0.6120005),(0.910111,0.6120005),(0.9017429,0.6120005),(0.9017428,0.6162003),(0.9059278,0.6162003),(0.9101109,0.6162004),(0.9142919,0.6120005),(0.9142919,0.6162003),(0.8975567,0.6036489),(0.8933688,0.6036489),(0.8933688,0.6078188),(0.8975567,0.6078188),(0.8891787,0.6036489),(0.8849859,0.6036489),(0.8849859,0.6078188),(0.8891788,0.6078188),(0.8891787,0.6120005),(0.8933688,0.6120005),(0.8849859,0.6120005),(0.8849859,0.6162003),(0.8891788,0.6162003),(0.8933688,0.6162004),(0.8975567,0.6120005),(0.8975567,0.6162003),(0.8807898,0.6036489),(0.8765806,0.6036489),(0.8765807,0.6078188),(0.8807898,0.6078188),(0.8723488,0.6036489),(0.8680845,0.6036489),(0.8680845,0.6078188),(0.8723488,0.6078188),(0.8723488,0.6120005),(0.8765806,0.6120005),(0.8680845,0.6120005),(0.8680845,0.6162003),(0.8723488,0.6162003),(0.8765806,0.6162004),(0.8807898,0.6120005),(0.8807898,0.6162003),(0.8637781,0.6036489),(0.8594491,0.6036489),(0.8594491,0.6078188),(0.8637781,0.6078188),(0.8551173,0.6036489),(0.8508024,0.6036489),(0.8508024,0.6078188),(0.8551173,0.6078188),(0.8551173,0.6120005),(0.8594491,0.6120005),(0.8508024,0.6120005),(0.8508024,0.6162003),(0.8551173,0.6162003),(0.859449,0.6162004),(0.8637781,0.6120005),(0.8637781,0.6162003),(0.846524,0.6036489),(0.8422731,0.6036489),(0.8422731,0.6078188),(0.846524,0.6078188),(0.8380403,0.6036489),(0.8338165,0.6036489),(0.8338165,0.6078188),(0.8380403,0.6078188),(0.8380403,0.6120005),(0.8422731,0.6120005),(0.8338165,0.6120005),(0.8338165,0.6162003),(0.8380404,0.6162003),(0.8422731,0.6162004),(0.846524,0.6120005),(0.846524,0.6162003),(0.8295926,0.6036489),(0.8253628,0.6036489),(0.8253628,0.6078188),(0.8295926,0.6078188),(0.8211217,0.6036489),(0.8168637,0.6036489),(0.8168637,0.6078188),(0.8211217,0.6078188),(0.8211217,0.6120005),(0.8253628,0.6120005),(0.8168637,0.6120005),(0.8168637,0.6162003),(0.8211217,0.6162003),(0.8253628,0.6162004),(0.8295926,0.6120005),(0.8295926,0.6162003),(0.8125832,0.6036489),(0.8082899,0.6036489),(0.8082899,0.6078188),(0.8125832,0.6078188),(0.8039935,0.6036489),(0.7997035,0.6036489),(0.7997035,0.6078188),(0.8039935,0.6078188),(0.8039935,0.6120005),(0.8082899,0.6120005),(0.7997035,0.6120005),(0.7997035,0.6162003),(0.8039935,0.6162003),(0.8082899,0.6162004),(0.8125832,0.6120005),(0.8125832,0.6162003),(0.7954297,0.6036489),(0.7911757,0.6036489),(0.7911757,0.6078188),(0.7954297,0.6078188),(0.7869452,0.6036489),(0.7827417,0.6036489),(0.7827417,0.6078188),(0.7869452,0.6078188),(0.7869452,0.6120005),(0.7911757,0.6120005),(0.7827417,0.6120005),(0.7827417,0.6162003),(0.7869452,0.6162003),(0.7911757,0.6162004),(0.7954297,0.6120005),(0.7954297,0.6162003),(0.7785689,0.6036489),(0.7744211,0.6036489),(0.7744212,0.6078188),(0.7785689,0.6078188),(0.7702925,0.6036489),(0.7661775,0.6036489),(0.7661775,0.6078188),(0.7702925,0.6078188),(0.7702925,0.6120005),(0.7744212,0.6120005),(0.7661775,0.6120005),(0.7661775,0.6162003),(0.7702925,0.6162003),(0.7744212,0.6162004),(0.778569,0.6120005),(0.778569,0.6162003),(0.7620703,0.6036489),(0.757961,0.6036489),(0.757961,0.6078188),(0.7620703,0.6078188),(0.7538399,0.6036489),(0.7496969,0.6036489),(0.7496969,0.6078188),(0.7538399,0.6078188),(0.7538399,0.6120005),(0.757961,0.6120005),(0.7496969,0.6120005),(0.7496969,0.6162003),(0.7538399,0.6162003),(0.757961,0.6162004),(0.7620703,0.6120005),(0.7620703,0.6162003),(0.7455223,0.6036489),(0.7413244,0.6036489),(0.7413245,0.6078188),(0.7455223,0.6078188),(0.7371117,0.6036489),(0.7328922,0.6036489),(0.7328923,0.6078188),(0.7371117,0.6078188),(0.7371117,0.6120005),(0.7413245,0.6120005),(0.7328922,0.6120005),(0.7328922,0.6162003),(0.7371117,0.6162003),(0.7413245,0.6162004),(0.7455223,0.6120005),(0.7455223,0.6162003),(0.7286744,0.6036489),(0.7244572,0.6036489),(0.7244572,0.6078188),(0.7286744,0.6078188),(0.7202395,0.6036489),(0.71602,0.6036489),(0.71602,0.6078188),(0.7202395,0.6078188),(0.7202395,0.6120005),(0.7244572,0.6120005),(0.71602,0.6120005),(0.71602,0.6162003),(0.7202394,0.6162003),(0.7244572,0.6162004),(0.7286744,0.6120005),(0.7286744,0.6162003),(0.7117977,0.6036489),(0.7075742,0.6036489),(0.7075742,0.6078188),(0.7117977,0.6078188),(0.7033514,0.6036489),(0.6991307,0.6036489),(0.6991307,0.6078188),(0.7033514,0.6078188),(0.7033514,0.6120005),(0.7075742,0.6120005),(0.6991307,0.6120005),(0.6991307,0.6162003),(0.7033514,0.6162003),(0.7075742,0.6162004),(0.7117977,0.6120005),(0.7117977,0.6162003),(0.6949139,0.6036489),(0.6906992,0.6036489),(0.6906992,0.6078188),(0.6949139,0.6078188),(0.6864849,0.6036489),(0.6822694,0.6036489),(0.6822693,0.6078188),(0.6864849,0.6078188),(0.6864849,0.6120005),(0.6906992,0.6120005),(0.6822694,0.6120005),(0.6822693,0.6162003),(0.6864849,0.6162003),(0.6906992,0.6162004),(0.6949139,0.6120005),(0.6949139,0.6162003),(0.6780508,0.6036489),(0.6738272,0.6036489),(0.6738272,0.6078188),(0.6780507,0.6078188),(0.6695971,0.6036489),(0.6653587,0.6036489),(0.6653587,0.6078188),(0.6695971,0.6078188),(0.6695971,0.6120005),(0.6738272,0.6120005),(0.6653587,0.6120005),(0.6653587,0.6162003),(0.6695971,0.6162003),(0.6738272,0.6162004),(0.6780508,0.6120005),(0.6780507,0.6162003),(0.6611102,0.6036489),(0.6568571,0.6036489),(0.6568571,0.6078188),(0.6611102,0.6078188),(0.6526053,0.6036489),(0.6483604,0.6036489),(0.6483604,0.6078188),(0.6526054,0.6078188),(0.6526054,0.6120005),(0.6568571,0.6120005),(0.6483604,0.6120005),(0.6483604,0.6162003),(0.6526053,0.6162003),(0.6568571,0.6162004),(0.6611102,0.6120005),(0.6611102,0.6162003),(0.6441281,0.6036489),(0.6399043,0.6036489),(0.6399043,0.6078188),(0.6441281,0.6078188),(0.635685,0.6036489),(0.6314663,0.6036489),(0.6314663,0.6078188),(0.635685,0.6078188),(0.635685,0.6120005),(0.6399043,0.6120005),(0.6314663,0.6120005),(0.6314663,0.6162003),(0.635685,0.6162003),(0.6399043,0.6162004),(0.6441281,0.6120005),(0.6441281,0.6162003),(0.627244,0.6036489),(0.6230208,0.6036489),(0.6230209,0.6078188),(0.627244,0.6078188),(0.6187993,0.6036489),(0.6145822,0.6036489),(0.6145822,0.6078188),(0.6187993,0.6078188),(0.6187993,0.6120005),(0.6230208,0.6120005),(0.6145822,0.6120005),(0.6145822,0.6162003),(0.6187993,0.6162003),(0.6230209,0.6162004),(0.627244,0.6120005),(0.627244,0.6162003),(0.6103719,0.6036489),(0.6061606,0.6036489),(0.6061606,0.6078188),(0.6103719,0.6078188),(0.6019406,0.6036489),(0.5977041,0.6036489),(0.5977041,0.6078188),(0.6019406,0.6078188),(0.6019406,0.6120005),(0.6061606,0.6120005),(0.5977041,0.6120005),(0.5977041,0.6162003),(0.6019406,0.6162003),(0.6061606,0.6162004),(0.6103719,0.6120005),(0.6103719,0.6162003),(0.5934432,0.6036489),(0.589169,0.6036489),(0.589169,0.6078188),(0.5934432,0.6078188),(0.5848927,0.6036489),(0.5806257,0.6036489),(0.5806257,0.6078188),(0.5848927,0.6078188),(0.5848927,0.6120005),(0.589169,0.6120005),(0.5806257,0.6120005),(0.5806257,0.6162003),(0.5848927,0.6162003),(0.589169,0.6162004),(0.5934432,0.6120005),(0.5934432,0.6162003),(0.5763788,0.6036489),(0.572147,0.6036489),(0.572147,0.6078188),(0.5763788,0.6078188),(0.567925,0.6036489),(0.5637077,0.6036489),(0.5637077,0.6078188),(0.567925,0.6078188),(0.567925,0.6120005),(0.572147,0.6120005),(0.5637077,0.6120005),(0.5637077,0.6162003),(0.567925,0.6162003),(0.572147,0.6162004),(0.5763788,0.6120005),(0.5763788,0.6162003),(0.55949,0.6036489),(0.5552715,0.6036489),(0.5552715,0.6078188),(0.55949,0.6078188),(0.5510522,0.6036489),(0.5468317,0.6036489),(0.5468317,0.6078188),(0.5510522,0.6078188),(0.5510522,0.6120005),(0.5552715,0.6120005),(0.5468317,0.6120005),(0.5468317,0.6162003),(0.5510522,0.6162003),(0.5552715,0.6162004),(0.55949,0.6120005),(0.55949,0.6162003),(0.5426099,0.6036489),(0.5383899,0.6036489),(0.5383899,0.6078188),(0.5426099,0.6078188),(0.5341746,0.6036489),(0.5299669,0.6036489),(0.5299669,0.6078188),(0.5341746,0.6078188),(0.5341746,0.6120005),(0.5383899,0.6120005),(0.5299669,0.6120005),(0.529967,0.6162003),(0.5341746,0.6162003),(0.5383899,0.6162004),(0.5426099,0.6120005),(0.5426099,0.6162003),(0.52577,0.6036489),(0.5215818,0.6036489),(0.5215818,0.6078188),(0.52577,0.6078188),(0.5174,0.6036489),(0.5132228,0.6036489),(0.5132228,0.6078188),(0.5174,0.6078188),(0.5174,0.6120005),(0.5215818,0.6120005),(0.5132228,0.6120005),(0.5132228,0.6162003),(0.5174,0.6162003),(0.5215818,0.6162004),(0.52577,0.6120005),(0.52577,0.6162003),(0.5090478,0.6036489),(0.5048727,0.6036489),(0.5048727,0.6078188),(0.5090478,0.6078188),(0.5006949,0.6036489),(0.4965119,0.6036489),(0.4965119,0.6078188),(0.5006949,0.6078188),(0.5006949,0.6120005),(0.5048727,0.6120005),(0.4965119,0.6120005),(0.4965119,0.6162003),(0.5006949,0.6162003),(0.5048727,0.6162004),(0.5090478,0.6120005),(0.5090478,0.6162003),(0.4923214,0.6036489),(0.4881234,0.6036489),(0.4881234,0.6078188),(0.4923214,0.6078188),(0.4839184,0.6036489),(0.4797065,0.6036489),(0.4797065,0.6078188),(0.4839184,0.6078188),(0.4839184,0.6120005),(0.4881234,0.6120005),(0.4797065,0.6120005),(0.4839184,0.6162003),(0.4797064,0.6162003),(0.4881234,0.6162004),(0.4923214,0.6120005),(0.4923214,0.6162003),(0.4754879,0.6036489),(0.4712752,0.6036489),(0.4754879,0.6078188),(0.4712752,0.6078188),(0.4670808,0.6036489),(0.4629171,0.6036489),(0.4670808,0.6078188),(0.4629171,0.6078188),(0.4712752,0.6120005),(0.4670808,0.6120005),(0.4629171,0.6120005),(0.4670808,0.6162003),(0.4629171,0.6162003),(0.4712752,0.6162004),(0.4754879,0.6120005),(0.4754879,0.6162003),(0.4587967,0.6036489),(0.4547031,0.6036489),(0.4587967,0.6078188),(0.4547031,0.6078188),(0.4506197,0.6036489),(0.44653,0.6036489),(0.4506197,0.6078188),(0.44653,0.6078188),(0.4547031,0.6120005),(0.4506197,0.6120005),(0.44653,0.6120005),(0.4506197,0.6162003),(0.44653,0.6162003),(0.4547031,0.6162004),(0.4587967,0.6120005),(0.4587967,0.6162003),(0.4424174,0.6036489),(0.4382856,0.6036489),(0.4424174,0.6078188),(0.4382856,0.6078188),(0.4341379,0.6036489),(0.429978,0.6036489),(0.4341379,0.6078188),(0.429978,0.6078188),(0.4382856,0.6120005),(0.4341379,0.6120005),(0.429978,0.6120005),(0.4341379,0.6162003),(0.429978,0.6162003),(0.4382856,0.6162004),(0.4424174,0.6120005),(0.4424174,0.6162003),(0.4258092,0.6036489),(0.4216311,0.6036489),(0.4258092,0.6078188),(0.4216312,0.6078188),(0.4174434,0.6036489),(0.4132456,0.6036489),(0.4174434,0.6078188),(0.4132456,0.6078188),(0.4216312,0.6120005),(0.4174434,0.6120005),(0.4132456,0.6120005),(0.4174434,0.6162003),(0.4132456,0.6162003),(0.4216312,0.6162004),(0.4258092,0.6120005),(0.4258092,0.6162003),(0.4090372,0.6036489),(0.4048201,0.6036489),(0.4090372,0.6078188),(0.4048201,0.6078188),(0.4005963,0.6036489),(0.3963675,0.6036489),(0.4005963,0.6078188),(0.3963675,0.6078188),(0.4048201,0.6120005),(0.4005963,0.6120005),(0.3963675,0.6120005),(0.4005963,0.6162003),(0.3963675,0.6162003),(0.4048201,0.6162004),(0.4090372,0.6120005),(0.4090372,0.6162003),(0.3921357,0.6036489),(0.3879012,0.6036489),(0.3921357,0.6078188),(0.3879012,0.6078188),(0.3836642,0.6036489),(0.3794248,0.6036489),(0.3836642,0.6078188),(0.3794249,0.6078188),(0.3879012,0.6120005),(0.3836642,0.6120005),(0.3794248,0.6120005),(0.3836642,0.6162003),(0.3794248,0.6162003),(0.3879012,0.6162004),(0.3921357,0.6120005),(0.3921357,0.6162003),(0.3751834,0.6036489),(0.3709441,0.6036489),(0.3751834,0.6078188),(0.3709441,0.6078188),(0.3667112,0.6036489),(0.3624887,0.6036489),(0.3667112,0.6078188),(0.3624887,0.6078188),(0.3709442,0.6120005),(0.3667112,0.6120005),(0.3624887,0.6120005),(0.3667112,0.6162003),(0.3624887,0.6162003),(0.3709441,0.6162004),(0.3751834,0.6120005),(0.3751834,0.6162003),(0.358281,0.6036489),(0.3540821,0.6036489),(0.358281,0.6078188),(0.3540821,0.6078188),(0.3498864,0.6036489),(0.3456882,0.6036489),(0.3498864,0.6078188),(0.3456882,0.6078188),(0.3540821,0.6120005),(0.3498864,0.6120005),(0.3456882,0.6120005),(0.3498864,0.6162003),(0.3456882,0.6162003),(0.3540821,0.6162004),(0.3582809,0.6120005),(0.358281,0.6162003),(0.3414817,0.6036489),(0.3372694,0.6036489),(0.3414817,0.6078188),(0.3372695,0.6078188),(0.3330541,0.6036489),(0.3288383,0.6036489),(0.3330541,0.6078188),(0.3288383,0.6078188),(0.3372695,0.6120005),(0.3330541,0.6120005),(0.3288383,0.6120005),(0.3330541,0.6162003),(0.3288383,0.6162003),(0.3372695,0.6162004),(0.3414817,0.6120005),(0.3414817,0.6162003),(0.3246247,0.6036489),(0.3204179,0.6036489),(0.3246247,0.6078188),(0.3204179,0.6078188),(0.3162228,0.6036489),(0.3120441,0.6036489),(0.3162228,0.6078188),(0.3120441,0.6078188),(0.3204179,0.6120005),(0.3162228,0.6120005),(0.3120441,0.6120005),(0.3162228,0.6162003),(0.3120441,0.6162003),(0.3204179,0.6162004),(0.3246247,0.6120005),(0.3246247,0.6162003),(0.3078868,0.6036489),(0.3037427,0.6036489),(0.3078868,0.6078188),(0.3037427,0.6078188),(0.2996041,0.6036489),(0.2954631,0.6036489),(0.2996041,0.6078188),(0.2954631,0.6078188),(0.3037428,0.6120005),(0.2996041,0.6120005),(0.2954631,0.6120005),(0.2996041,0.6162003),(0.2954631,0.6162003),(0.3037427,0.6162004),(0.3078868,0.6120005),(0.3078868,0.6162003),(0.2913116,0.6036489),(0.2871543,0.6036489),(0.2913116,0.6078188),(0.2871543,0.6078188),(0.2829956,0.6036489),(0.2788399,0.6036489),(0.2829956,0.6078188),(0.2788399,0.6078188),(0.2871543,0.6120005),(0.2829956,0.6120005),(0.2788399,0.6120005),(0.2829956,0.6162003),(0.2788399,0.6162003),(0.2871543,0.6162004),(0.2913116,0.6120005),(0.2913116,0.6162003),(0.2746918,0.6036489),(0.2705556,0.6036489),(0.2746918,0.6078188),(0.2705556,0.6078188),(0.2664356,0.6036489),(0.262336,0.6036489),(0.2664356,0.6078188),(0.262336,0.6078188),(0.2705556,0.6120005),(0.2664356,0.6120005),(0.262336,0.6120005),(0.2664356,0.6162003),(0.262336,0.6162003),(0.2705556,0.6162004),(0.2746918,0.6120005),(0.2746918,0.6162003),(0.2582613,0.6036489),(0.254209,0.6036489),(0.2582613,0.6078188),(0.254209,0.6078188),(0.2501769,0.6036489),(0.2461624,0.6036489),(0.2501769,0.6078188),(0.2461624,0.6078188),(0.254209,0.6120005),(0.2501769,0.6120005),(0.2461624,0.6120005),(0.2501769,0.6162003),(0.2461624,0.6162003),(0.254209,0.6162004),(0.2582613,0.6120005),(0.2582613,0.6162003),(0.2421634,0.6036489),(0.238164,0.6036489),(0.2421634,0.6078188),(0.238164,0.6078188),(0.2341487,0.6036489),(0.2301017,0.6036489),(0.2341487,0.6078188),(0.2301017,0.6078188),(0.238164,0.6120005),(0.2341487,0.6120005),(0.2301017,0.6120005),(0.2341487,0.6162003),(0.2301017,0.6162003),(0.238164,0.6162004),(0.2421634,0.6120005),(0.2421634,0.6162003),(0.2260074,0.6036489),(0.2218787,0.6036489),(0.2260074,0.6078188),(0.2218787,0.6078188),(0.2177283,0.6036489),(0.2135691,0.6036489),(0.2177283,0.6078188),(0.2135692,0.6078188),(0.2218787,0.6120005),(0.2177283,0.6120005),(0.2135691,0.6120005),(0.2177283,0.6162003),(0.2135692,0.6162003),(0.2218787,0.6162004),(0.2260074,0.6120005),(0.2260074,0.6162003),(0.2094141,0.6036489),(0.2052627,0.6036489),(0.2094141,0.6078188),(0.2052627,0.6078188),(0.2011147,0.6036489),(0.1969699,0.6036489),(0.2011147,0.6078188),(0.1969699,0.6078188),(0.2052627,0.6120005),(0.2011147,0.6120005),(0.1969699,0.6120005),(0.2011147,0.6162003),(0.1969699,0.6162003),(0.2052627,0.6162004),(0.2094141,0.6120005),(0.2094141,0.6162003),(0.1928277,0.6036489),(0.1886888,0.6036489),(0.1928277,0.6078188),(0.1886888,0.6078188),(0.1845533,0.6036489),(0.1804218,0.6036489),(0.1845533,0.6078188),(0.1804218,0.6078188),(0.1886888,0.6120005),(0.1845533,0.6120005),(0.1804218,0.6120005),(0.1845533,0.6162003),(0.1804218,0.6162003),(0.1886888,0.6162004),(0.1928277,0.6120005),(0.1928277,0.6162003),(0.1762946,0.6036489),(0.1721701,0.6036489),(0.1762946,0.6078188),(0.1721701,0.6078188),(0.1680468,0.6036489),(0.163923,0.6036489),(0.1680468,0.6078188),(0.163923,0.6078188),(0.1721701,0.6120005),(0.1680468,0.6120005),(0.163923,0.6120005),(0.1680468,0.6162003),(0.163923,0.6162003),(0.1721701,0.6162004),(0.1762946,0.6120005),(0.1762946,0.6162003),(0.1597973,0.6036489),(0.1556691,0.6036489),(0.1556691,0.6078188),(0.1597973,0.6078188),(0.1515382,0.6036489),(0.1474041,0.6036489),(0.1474041,0.6078188),(0.1515382,0.6078188),(0.1515382,0.6120005),(0.1556691,0.6120005),(0.1474041,0.6120005),(0.1515382,0.6162003),(0.1474041,0.6162003),(0.1556691,0.6162004),(0.1597973,0.6120005),(0.1597973,0.6162003),(0.1432664,0.6036489),(0.1391259,0.6036489),(0.1391259,0.6078188),(0.1432664,0.6078188),(0.134983,0.6036489),(0.1308385,0.6036489),(0.134983,0.6078188),(0.1308385,0.6078188),(0.1391259,0.6120005),(0.134983,0.6120005),(0.1308385,0.6120005),(0.134983,0.6162003),(0.1308385,0.6162003),(0.1391259,0.6162004),(0.1432664,0.6120005),(0.1432664,0.6162003),(0.126693,0.6036489),(0.12255,0.6036489),(0.126693,0.6078188),(0.12255,0.6078188),(0.1184131,0.6036489),(0.1142857,0.6036489),(0.1184131,0.6078188),(0.1142857,0.6078188),(0.12255,0.6120005),(0.1184131,0.6120005),(0.1142857,0.6120005),(0.1184131,0.6162003),(0.1142857,0.6162003),(0.12255,0.6162004),(0.126693,0.6120005),(0.126693,0.6162003),(0.1101713,0.6036489),(0.1060752,0.6036489),(0.1101713,0.6078188),(0.1060752,0.6078188),(0.1020023,0.6036489),(0.09795791,0.6036489),(0.1020023,0.6078188),(0.09795791,0.6078188),(0.1060752,0.6120005),(0.1020023,0.6120005),(0.09795791,0.6120005),(0.1020023,0.6162003),(0.09795791,0.6162003),(0.1060752,0.6162004),(0.1101713,0.6120005),(0.1101713,0.6162003),(0.09394707,0.6036489),(0.08994583,0.6036489),(0.08994584,0.6078188),(0.09394707,0.6078188),(0.08593026,0.6036489),(0.08187638,0.6036489),(0.08593025,0.6078188),(0.08187637,0.6078188),(0.08994584,0.6120005),(0.08593026,0.6120005),(0.08187638,0.6120005),(0.08593026,0.6162003),(0.08187638,0.6162003),(0.08994584,0.6162004),(0.09394707,0.6120005),(0.09394707,0.6162003),(0.07776025,0.6036489),(0.07361087,0.6036489),(0.07776025,0.6078188),(0.07361087,0.6078188),(0.06945725,0.6036489),(0.06532837,0.6036489),(0.06945725,0.6078188),(0.06532837,0.6078188),(0.07361087,0.6120005),(0.06945725,0.6120005),(0.06532837,0.6120005),(0.06945725,0.6162003),(0.06532837,0.6162003),(0.07361087,0.6162004),(0.07776025,0.6120005),(0.07776025,0.6162003),(0.06125325,0.6036489),(0.05721605,0.6036489),(0.06125325,0.6078188),(0.05721604,0.6078188),(0.05320094,0.6036489),(0.0491921,0.6036489),(0.05320094,0.6078188),(0.04919209,0.6078188),(0.05721605,0.6120005),(0.05320094,0.6120005),(0.0491921,0.6120005),(0.05320094,0.6162003),(0.04919209,0.6162003),(0.05721605,0.6162004),(0.06125325,0.6120005),(0.06125325,0.6162003),(0.04517369,0.6036489),(0.04115105,0.6036489),(0.04115105,0.6078188),(0.04517369,0.6078188),(0.0371295,0.6036489),(0.03311438,0.6036489),(0.03311437,0.6078188),(0.0371295,0.6078188),(0.0371295,0.6120005),(0.04115105,0.6120005),(0.03311438,0.6120005),(0.03311438,0.6162003),(0.0371295,0.6162003),(0.04115105,0.6162004),(0.04517369,0.6120005),(0.04517369,0.6162003),(0.029111,0.6036489),(0.02511186,0.6036489),(0.02511186,0.6078188),(0.029111,0.6078188),(0.02110944,0.6036489),(0.01709622,0.6036489),(0.01709622,0.6078188),(0.02110944,0.6078188),(0.02110944,0.6120005),(0.02511186,0.6120005),(0.01709622,0.6120005),(0.01709622,0.6162003),(0.02110944,0.6162003),(0.02511186,0.6162004),(0.029111,0.6120005),(0.029111,0.6162003),(0.01306469,0.6036489),(0.009019421,0.6036491),(0.009019421,0.6078181),(0.01306469,0.6078188),(0.004965,0.6036497),(0.000906,0.6036505),(0.000906,0.607813),(0.004965,0.6078159),(0.004965,0.6119879),(0.009019421,0.6119974),(0.000906,0.6119755),(0.000906,0.616138),(0.004965,0.6161816),(0.009019421,0.6161957),(0.01306469,0.6120005),(0.01306469,0.6162003),(0.999094,0.6204002),(0.9951518,0.6204127),(0.9912093,0.6204221),(0.9951518,0.6246656),(0.9912093,0.6246679),(0.999094,0.6246625),(0.9872664,0.6204252),(0.983323,0.6204252),(0.983323,0.6246686),(0.9872664,0.6246686),(0.9872664,0.6289242),(0.9912093,0.6289243),(0.983323,0.6289242),(0.983323,0.6331856),(0.9872664,0.6331856),(0.9912093,0.6331857),(0.9951518,0.6289245),(0.999094,0.6289247),(0.9951518,0.633186),(0.999094,0.633187),(0.9793787,0.6204252),(0.9754275,0.6204252),(0.9754274,0.6246686),(0.9793787,0.6246686),(0.9714631,0.6204252),(0.9674796,0.6204252),(0.9674796,0.6246686),(0.9714631,0.6246686),(0.9714631,0.6289242),(0.9754274,0.6289242),(0.9674796,0.6289242),(0.9674796,0.6331856),(0.9714631,0.6331856),(0.9754274,0.6331856),(0.9793787,0.6289242),(0.9793787,0.6331856),(0.9634706,0.6204252),(0.9594426,0.6204252),(0.9594426,0.6246686),(0.9634707,0.6246686),(0.9554016,0.6204252),(0.9513539,0.6204252),(0.9554016,0.6246686),(0.9513539,0.6246686),(0.9594426,0.6289242),(0.9554016,0.6289242),(0.9513539,0.6289242),(0.9554016,0.6331856),(0.9513539,0.6331856),(0.9594425,0.6331856),(0.9634707,0.6289242),(0.9634706,0.6331856),(0.9473058,0.6204252),(0.9432498,0.6204252),(0.9473058,0.6246686),(0.9432497,0.6246686),(0.9391782,0.6204252),(0.9350839,0.6204252),(0.9391783,0.6246686),(0.9350839,0.6246686),(0.9432497,0.6289242),(0.9391782,0.6289242),(0.9350839,0.6289242),(0.9391783,0.6331856),(0.9350839,0.6331856),(0.9432497,0.6331856),(0.9473058,0.6289242),(0.9473058,0.6331856),(0.930959,0.6204252),(0.9268106,0.6204252),(0.930959,0.6246686),(0.9268106,0.6246686),(0.9226453,0.6204252),(0.9184701,0.6204252),(0.9226453,0.6246686),(0.9184701,0.6246686),(0.9268106,0.6289242),(0.9226453,0.6289242),(0.9184701,0.6289242),(0.9184701,0.6331856),(0.9226453,0.6331856),(0.9268106,0.6331856),(0.930959,0.6289242),(0.930959,0.6331856),(0.9142919,0.6204252),(0.910111,0.6204252),(0.9101109,0.6246686),(0.9142919,0.6246686),(0.9059278,0.6204252),(0.9017429,0.6204252),(0.9017429,0.6246686),(0.9059278,0.6246686),(0.9059278,0.6289242),(0.910111,0.6289242),(0.9017429,0.6289242),(0.9017428,0.6331856),(0.9059278,0.6331856),(0.9101109,0.6331856),(0.9142919,0.6289242),(0.9142919,0.6331856),(0.8975567,0.6204252),(0.8933688,0.6204252),(0.8933688,0.6246686),(0.8975567,0.6246686),(0.8891787,0.6204252),(0.8849859,0.6204252),(0.8849859,0.6246686),(0.8891788,0.6246686),(0.8891787,0.6289242),(0.8933688,0.6289242),(0.8849859,0.6289242),(0.8849859,0.6331856),(0.8891788,0.6331856),(0.8933688,0.6331856),(0.8975567,0.6289242),(0.8975567,0.6331856),(0.8807898,0.6204252),(0.8765806,0.6204252),(0.8765807,0.6246686),(0.8807898,0.6246686),(0.8723488,0.6204252),(0.8680845,0.6204252),(0.8680845,0.6246686),(0.8723488,0.6246686),(0.8723488,0.6289242),(0.8765806,0.6289242),(0.8680845,0.6289242),(0.8680845,0.6331856),(0.8723488,0.6331856),(0.8765806,0.6331856),(0.8807898,0.6289242),(0.8807898,0.6331856),(0.8637781,0.6204252),(0.8594491,0.6204252),(0.8594491,0.6246686),(0.8637781,0.6246686),(0.8551173,0.6204252),(0.8508024,0.6204252),(0.8508024,0.6246686),(0.8551173,0.6246686),(0.8551173,0.6289242),(0.8594491,0.6289242),(0.8508024,0.6289242),(0.8508024,0.6331856),(0.8551173,0.6331856),(0.859449,0.6331856),(0.8637781,0.6289242),(0.8637781,0.6331856),(0.846524,0.6204252),(0.8422731,0.6204252),(0.8422731,0.6246686),(0.846524,0.6246686),(0.8380403,0.6204252),(0.8338165,0.6204252),(0.8338165,0.6246686),(0.8380403,0.6246686),(0.8380403,0.6289242),(0.8422731,0.6289242),(0.8338165,0.6289242),(0.8380404,0.6331856),(0.8338165,0.6331856),(0.8422731,0.6331856),(0.846524,0.6289242),(0.846524,0.6331856),(0.8295926,0.6204252),(0.8253628,0.6204252),(0.8253628,0.6246686),(0.8295926,0.6246686),(0.8211217,0.6204252),(0.8168637,0.6204252),(0.8168637,0.6246686),(0.8211217,0.6246686),(0.8211217,0.6289242),(0.8253628,0.6289242),(0.8168637,0.6289242),(0.8168637,0.6331856),(0.8211217,0.6331856),(0.8253628,0.6331856),(0.8295926,0.6289242),(0.8295926,0.6331856),(0.8125832,0.6204252),(0.8082899,0.6204252),(0.8082899,0.6246686),(0.8125832,0.6246686),(0.8039935,0.6204252),(0.7997035,0.6204252),(0.7997035,0.6246686),(0.8039935,0.6246686),(0.8039935,0.6289242),(0.8082899,0.6289242),(0.7997035,0.6289242),(0.7997035,0.6331856),(0.8039935,0.6331856),(0.8082899,0.6331856),(0.8125832,0.6289242),(0.8125832,0.6331856),(0.7954297,0.6204252),(0.7911757,0.6204252),(0.7911757,0.6246686),(0.7954297,0.6246686),(0.7869452,0.6204252),(0.7827417,0.6204252),(0.7827417,0.6246686),(0.7869452,0.6246686),(0.7869452,0.6289242),(0.7911757,0.6289242),(0.7827417,0.6289242),(0.7827417,0.6331856),(0.7869452,0.6331856),(0.7911757,0.6331856),(0.7954297,0.6289242),(0.7954297,0.6331856),(0.7785689,0.6204252),(0.7744211,0.6204252),(0.7744212,0.6246686),(0.7785689,0.6246686),(0.7702925,0.6204252),(0.7661775,0.6204252),(0.7661775,0.6246686),(0.7702925,0.6246686),(0.7702925,0.6289242),(0.7744212,0.6289242),(0.7661775,0.6289242),(0.7661775,0.6331856),(0.7702925,0.6331856),(0.7744212,0.6331856),(0.778569,0.6289242),(0.778569,0.6331856),(0.7620703,0.6204252),(0.757961,0.6204252),(0.757961,0.6246686),(0.7620703,0.6246686),(0.7538399,0.6204252),(0.7496969,0.6204252),(0.7496969,0.6246686),(0.7538399,0.6246686),(0.7538399,0.6289242),(0.757961,0.6289242),(0.7496969,0.6289242),(0.7496969,0.6331856),(0.7538399,0.6331856),(0.757961,0.6331856),(0.7620703,0.6289242),(0.7620703,0.6331856),(0.7455223,0.6204252),(0.7413244,0.6204252),(0.7413245,0.6246686),(0.7455223,0.6246686),(0.7371117,0.6204252),(0.7328922,0.6204252),(0.7328923,0.6246686),(0.7371117,0.6246686),(0.7371117,0.6289242),(0.7413245,0.6289242),(0.7328922,0.6289242),(0.7328922,0.6331856),(0.7371117,0.6331856),(0.7413245,0.6331856),(0.7455223,0.6289242),(0.7455223,0.6331856),(0.7286744,0.6204252),(0.7244572,0.6204252),(0.7244572,0.6246686),(0.7286744,0.6246686),(0.7202395,0.6204252),(0.71602,0.6204252),(0.71602,0.6246686),(0.7202395,0.6246686),(0.7202395,0.6289242),(0.7244572,0.6289242),(0.71602,0.6289242),(0.71602,0.6331856),(0.7202394,0.6331856),(0.7244572,0.6331856),(0.7286744,0.6289242),(0.7286744,0.6331856),(0.7117977,0.6204252),(0.7075742,0.6204252),(0.7075742,0.6246686),(0.7117977,0.6246686),(0.7033514,0.6204252),(0.6991307,0.6204252),(0.6991307,0.6246686),(0.7033514,0.6246686),(0.7033514,0.6289242),(0.7075742,0.6289242),(0.6991307,0.6289242),(0.6991307,0.6331856),(0.7033514,0.6331856),(0.7075742,0.6331856),(0.7117977,0.6289242),(0.7117977,0.6331856),(0.6949139,0.6204252),(0.6906992,0.6204252),(0.6906992,0.6246686),(0.6949139,0.6246686),(0.6864849,0.6204252),(0.6822694,0.6204252),(0.6822693,0.6246686),(0.6864849,0.6246686),(0.6864849,0.6289242),(0.6906992,0.6289242),(0.6822694,0.6289242),(0.6822693,0.6331856),(0.6864849,0.6331856),(0.6906992,0.6331856),(0.6949139,0.6289242),(0.6949139,0.6331856),(0.6780508,0.6204252),(0.6738272,0.6204252),(0.6738272,0.6246686),(0.6780507,0.6246686),(0.6695971,0.6204252),(0.6653587,0.6204252),(0.6653587,0.6246686),(0.6695971,0.6246686),(0.6695971,0.6289242),(0.6738272,0.6289242),(0.6653587,0.6289242),(0.6653587,0.6331856),(0.6695971,0.6331856),(0.6738272,0.6331856),(0.6780508,0.6289242),(0.6780507,0.6331856),(0.6611102,0.6204252),(0.6568571,0.6204252),(0.6568571,0.6246686),(0.6611102,0.6246686),(0.6526053,0.6204252),(0.6483604,0.6204252),(0.6483604,0.6246686),(0.6526054,0.6246686),(0.6526054,0.6289242),(0.6568571,0.6289242),(0.6483604,0.6289242),(0.6483604,0.6331856),(0.6526053,0.6331856),(0.6568571,0.6331856),(0.6611102,0.6289242),(0.6611102,0.6331856),(0.6441281,0.6204252),(0.6399043,0.6204252),(0.6399043,0.6246686),(0.6441281,0.6246686),(0.635685,0.6204252),(0.6314663,0.6204252),(0.6314663,0.6246686),(0.635685,0.6246686),(0.635685,0.6289242),(0.6399043,0.6289242),(0.6314663,0.6289242),(0.6314663,0.6331856),(0.635685,0.6331856),(0.6399043,0.6331856),(0.6441281,0.6289242),(0.6441281,0.6331856),(0.627244,0.6204252),(0.6230208,0.6204252),(0.6230209,0.6246686),(0.627244,0.6246686),(0.6187993,0.6204252),(0.6145822,0.6204252),(0.6145822,0.6246686),(0.6187993,0.6246686),(0.6187993,0.6289242),(0.6230208,0.6289242),(0.6145822,0.6289242),(0.6145822,0.6331856),(0.6187993,0.6331856),(0.6230209,0.6331856),(0.627244,0.6289242),(0.627244,0.6331856),(0.6103719,0.6204252),(0.6061606,0.6204252),(0.6061606,0.6246686),(0.6103719,0.6246686),(0.6019406,0.6204252),(0.5977041,0.6204252),(0.5977041,0.6246686),(0.6019406,0.6246686),(0.6019406,0.6289242),(0.6061606,0.6289242),(0.5977041,0.6289242),(0.5977041,0.6331856),(0.6019406,0.6331856),(0.6061606,0.6331856),(0.6103719,0.6289242),(0.6103719,0.6331856),(0.5934432,0.6204252),(0.589169,0.6204252),(0.589169,0.6246686),(0.5934432,0.6246686),(0.5848927,0.6204252),(0.5806257,0.6204252),(0.5806257,0.6246686),(0.5848927,0.6246686),(0.5848927,0.6289242),(0.589169,0.6289242),(0.5806257,0.6289242),(0.5806257,0.6331856),(0.5848927,0.6331856),(0.589169,0.6331856),(0.5934432,0.6289242),(0.5934432,0.6331856),(0.5763788,0.6204252),(0.572147,0.6204252),(0.572147,0.6246686),(0.5763788,0.6246686),(0.567925,0.6204252),(0.5637077,0.6204252),(0.5637077,0.6246686),(0.567925,0.6246686),(0.567925,0.6289242),(0.572147,0.6289242),(0.5637077,0.6289242),(0.5637077,0.6331856),(0.567925,0.6331856),(0.572147,0.6331856),(0.5763788,0.6289242),(0.5763788,0.6331856),(0.55949,0.6204252),(0.5552715,0.6204252),(0.5552715,0.6246686),(0.55949,0.6246686),(0.5510522,0.6204252),(0.5468317,0.6204252),(0.5468317,0.6246686),(0.5510522,0.6246686),(0.5510522,0.6289242),(0.5552715,0.6289242),(0.5468317,0.6289242),(0.5468317,0.6331856),(0.5510522,0.6331856),(0.5552715,0.6331856),(0.55949,0.6289242),(0.55949,0.6331856),(0.5426099,0.6204252),(0.5383899,0.6204252),(0.5383899,0.6246686),(0.5426099,0.6246686),(0.5341746,0.6204252),(0.5299669,0.6204252),(0.5299669,0.6246686),(0.5341746,0.6246686),(0.5341746,0.6289242),(0.5383899,0.6289242),(0.5299669,0.6289242),(0.529967,0.6331856),(0.5341746,0.6331856),(0.5383899,0.6331856),(0.5426099,0.6289242),(0.5426099,0.6331856),(0.52577,0.6204252),(0.5215818,0.6204252),(0.5215818,0.6246686),(0.52577,0.6246686),(0.5174,0.6204252),(0.5132228,0.6204252),(0.5132228,0.6246686),(0.5174,0.6246686),(0.5174,0.6289242),(0.5215818,0.6289242),(0.5132228,0.6289242),(0.5132228,0.6331856),(0.5174,0.6331856),(0.5215818,0.6331856),(0.52577,0.6289242),(0.52577,0.6331856),(0.5090478,0.6204252),(0.5048727,0.6204252),(0.5048727,0.6246686),(0.5090478,0.6246686),(0.5006949,0.6204252),(0.4965119,0.6204252),(0.4965119,0.6246686),(0.5006949,0.6246686),(0.5006949,0.6289242),(0.5048727,0.6289242),(0.4965119,0.6289242),(0.4965119,0.6331856),(0.5006949,0.6331856),(0.5048727,0.6331856),(0.5090478,0.6289242),(0.5090478,0.6331856),(0.4923214,0.6204252),(0.4881234,0.6204252),(0.4881234,0.6246686),(0.4923214,0.6246686),(0.4839184,0.6204252),(0.4797065,0.6204252),(0.4797065,0.6246686),(0.4839184,0.6246686),(0.4839184,0.6289242),(0.4881234,0.6289242),(0.4797065,0.6289242),(0.4797064,0.6331856),(0.4839184,0.6331856),(0.4881234,0.6331856),(0.4923214,0.6289242),(0.4923214,0.6331856),(0.4754879,0.6204252),(0.4712752,0.6204252),(0.4754879,0.6246686),(0.4712752,0.6246686),(0.4670808,0.6204252),(0.4629171,0.6204252),(0.4670808,0.6246686),(0.4629171,0.6246686),(0.4712752,0.6289242),(0.4670808,0.6289242),(0.4629171,0.6289242),(0.4670808,0.6331856),(0.4629171,0.6331856),(0.4712752,0.6331856),(0.4754879,0.6289242),(0.4754879,0.6331856),(0.4587967,0.6204252),(0.4547031,0.6204252),(0.4587967,0.6246686),(0.4547031,0.6246686),(0.4506197,0.6204252),(0.44653,0.6204252),(0.4506197,0.6246686),(0.44653,0.6246686),(0.4547031,0.6289242),(0.4506197,0.6289242),(0.44653,0.6289242),(0.4506197,0.6331856),(0.44653,0.6331856),(0.4547031,0.6331856),(0.4587967,0.6289242),(0.4587967,0.6331856),(0.4424174,0.6204252),(0.4382856,0.6204252),(0.4424174,0.6246686),(0.4382856,0.6246686),(0.4341379,0.6204252),(0.429978,0.6204252),(0.4341379,0.6246686),(0.429978,0.6246686),(0.4382856,0.6289242),(0.4341379,0.6289242),(0.429978,0.6289242),(0.4341379,0.6331856),(0.429978,0.6331856),(0.4382856,0.6331856),(0.4424174,0.6289242),(0.4424174,0.6331856),(0.4258092,0.6204252),(0.4216311,0.6204252),(0.4258092,0.6246686),(0.4216312,0.6246686),(0.4174434,0.6204252),(0.4132456,0.6204252),(0.4174434,0.6246686),(0.4132456,0.6246686),(0.4216312,0.6289242),(0.4174434,0.6289242),(0.4132456,0.6289242),(0.4174434,0.6331856),(0.4132456,0.6331856),(0.4216312,0.6331856),(0.4258092,0.6289242),(0.4258092,0.6331856),(0.4090372,0.6204252),(0.4048201,0.6204252),(0.4090372,0.6246686),(0.4048201,0.6246686),(0.4005963,0.6204252),(0.3963675,0.6204252),(0.4005963,0.6246686),(0.3963675,0.6246686),(0.4048201,0.6289242),(0.4005963,0.6289242),(0.3963675,0.6289242),(0.4005963,0.6331856),(0.3963675,0.6331856),(0.4048201,0.6331856),(0.4090372,0.6289242),(0.4090372,0.6331856),(0.3921357,0.6204252),(0.3879012,0.6204252),(0.3921357,0.6246686),(0.3879012,0.6246686),(0.3836642,0.6204252),(0.3794248,0.6204252),(0.3836642,0.6246686),(0.3794249,0.6246686),(0.3879012,0.6289242),(0.3836642,0.6289242),(0.3794248,0.6289242),(0.3836642,0.6331856),(0.3794248,0.6331856),(0.3879012,0.6331856),(0.3921357,0.6289242),(0.3921357,0.6331856),(0.3751834,0.6204252),(0.3709441,0.6204252),(0.3751834,0.6246686),(0.3709441,0.6246686),(0.3667112,0.6204252),(0.3624887,0.6204252),(0.3667112,0.6246686),(0.3624887,0.6246686),(0.3709442,0.6289242),(0.3667112,0.6289242),(0.3624887,0.6289242),(0.3667112,0.6331856),(0.3624887,0.6331856),(0.3709441,0.6331856),(0.3751834,0.6289242),(0.3751834,0.6331856),(0.358281,0.6204252),(0.3540821,0.6204252),(0.358281,0.6246686),(0.3540821,0.6246686),(0.3498864,0.6204252),(0.3456882,0.6204252),(0.3498864,0.6246686),(0.3456882,0.6246686),(0.3540821,0.6289242),(0.3498864,0.6289242),(0.3456882,0.6289242),(0.3498864,0.6331856),(0.3456882,0.6331856),(0.3540821,0.6331856),(0.3582809,0.6289242),(0.358281,0.6331856),(0.3414817,0.6204252),(0.3372694,0.6204252),(0.3414817,0.6246686),(0.3372695,0.6246686),(0.3330541,0.6204252),(0.3288383,0.6204252),(0.3330541,0.6246686),(0.3288383,0.6246686),(0.3372695,0.6289242),(0.3330541,0.6289242),(0.3288383,0.6289242),(0.3330541,0.6331856),(0.3288383,0.6331856),(0.3372695,0.6331856),(0.3414817,0.6289242),(0.3414817,0.6331856),(0.3246247,0.6204252),(0.3204179,0.6204252),(0.3246247,0.6246686),(0.3204179,0.6246686),(0.3162228,0.6204252),(0.3120441,0.6204252),(0.3162228,0.6246686),(0.3120441,0.6246686),(0.3204179,0.6289242),(0.3162228,0.6289242),(0.3120441,0.6289242),(0.3162228,0.6331856),(0.3120441,0.6331856),(0.3204179,0.6331856),(0.3246247,0.6289242),(0.3246247,0.6331856),(0.3078868,0.6204252),(0.3037427,0.6204252),(0.3078868,0.6246686),(0.3037427,0.6246686),(0.2996041,0.6204252),(0.2954631,0.6204252),(0.2996041,0.6246686),(0.2954631,0.6246686),(0.3037428,0.6289242),(0.2996041,0.6289242),(0.2954631,0.6289242),(0.2996041,0.6331856),(0.2954631,0.6331856),(0.3037427,0.6331856),(0.3078868,0.6289242),(0.3078868,0.6331856),(0.2913116,0.6204252),(0.2871543,0.6204252),(0.2913116,0.6246686),(0.2871543,0.6246686),(0.2829956,0.6204252),(0.2788399,0.6204252),(0.2829956,0.6246686),(0.2788399,0.6246686),(0.2871543,0.6289242),(0.2829956,0.6289242),(0.2788399,0.6289242),(0.2829956,0.6331856),(0.2788399,0.6331856),(0.2871543,0.6331856),(0.2913116,0.6289242),(0.2913116,0.6331856),(0.2746918,0.6204252),(0.2705556,0.6204252),(0.2746918,0.6246686),(0.2705556,0.6246686),(0.2664356,0.6204252),(0.262336,0.6204252),(0.2664356,0.6246686),(0.262336,0.6246686),(0.2705556,0.6289242),(0.2664356,0.6289242),(0.262336,0.6289242),(0.2664356,0.6331856),(0.262336,0.6331856),(0.2705556,0.6331856),(0.2746918,0.6289242),(0.2746918,0.6331856),(0.2582613,0.6204252),(0.254209,0.6204252),(0.2582613,0.6246686),(0.254209,0.6246686),(0.2501769,0.6204252),(0.2461624,0.6204252),(0.2501769,0.6246686),(0.2461624,0.6246686),(0.254209,0.6289242),(0.2501769,0.6289242),(0.2461624,0.6289242),(0.2501769,0.6331856),(0.2461624,0.6331856),(0.254209,0.6331856),(0.2582613,0.6289242),(0.2582613,0.6331856),(0.2421634,0.6204252),(0.238164,0.6204252),(0.2421634,0.6246686),(0.238164,0.6246686),(0.2341487,0.6204252),(0.2301017,0.6204252),(0.2341487,0.6246686),(0.2301017,0.6246686),(0.238164,0.6289242),(0.2341487,0.6289242),(0.2301017,0.6289242),(0.2341487,0.6331856),(0.2301017,0.6331856),(0.238164,0.6331856),(0.2421634,0.6289242),(0.2421634,0.6331856),(0.2260074,0.6204252),(0.2218787,0.6204252),(0.2260074,0.6246686),(0.2218787,0.6246686),(0.2177283,0.6204252),(0.2135691,0.6204252),(0.2177283,0.6246686),(0.2135692,0.6246686),(0.2218787,0.6289242),(0.2177283,0.6289242),(0.2135691,0.6289242),(0.2177283,0.6331856),(0.2135692,0.6331856),(0.2218787,0.6331856),(0.2260074,0.6289242),(0.2260074,0.6331856),(0.2094141,0.6204252),(0.2052627,0.6204252),(0.2094141,0.6246686),(0.2052627,0.6246686),(0.2011147,0.6204252),(0.1969699,0.6204252),(0.2011147,0.6246686),(0.1969699,0.6246686),(0.2052627,0.6289242),(0.2011147,0.6289242),(0.1969699,0.6289242),(0.2011147,0.6331856),(0.1969699,0.6331856),(0.2052627,0.6331856),(0.2094141,0.6289242),(0.2094141,0.6331856),(0.1928277,0.6204252),(0.1886888,0.6204252),(0.1928277,0.6246686),(0.1886888,0.6246686),(0.1845533,0.6204252),(0.1804218,0.6204252),(0.1845533,0.6246686),(0.1804218,0.6246686),(0.1886888,0.6289242),(0.1845533,0.6289242),(0.1804218,0.6289242),(0.1845533,0.6331856),(0.1804218,0.6331856),(0.1886888,0.6331856),(0.1928277,0.6289242),(0.1928277,0.6331856),(0.1762946,0.6204252),(0.1721701,0.6204252),(0.1762946,0.6246686),(0.1721701,0.6246686),(0.1680468,0.6204252),(0.163923,0.6204252),(0.1680468,0.6246686),(0.163923,0.6246686),(0.1721701,0.6289242),(0.1680468,0.6289242),(0.163923,0.6289242),(0.1680468,0.6331856),(0.163923,0.6331856),(0.1721701,0.6331856),(0.1762946,0.6289242),(0.1762946,0.6331856),(0.1597973,0.6204252),(0.1556691,0.6204252),(0.1597973,0.6246686),(0.1556691,0.6246686),(0.1515382,0.6204252),(0.1474041,0.6204252),(0.1515382,0.6246686),(0.1474041,0.6246686),(0.1556691,0.6289242),(0.1515382,0.6289242),(0.1474041,0.6289242),(0.1515382,0.6331856),(0.1474041,0.6331856),(0.1556691,0.6331856),(0.1597973,0.6289242),(0.1597973,0.6331856),(0.1432664,0.6204252),(0.1391259,0.6204252),(0.1432664,0.6246686),(0.1391259,0.6246686),(0.134983,0.6204252),(0.1308385,0.6204252),(0.134983,0.6246686),(0.1308385,0.6246686),(0.1391259,0.6289242),(0.134983,0.6289242),(0.1308385,0.6289242),(0.134983,0.6331856),(0.1308385,0.6331856),(0.1391259,0.6331856),(0.1432664,0.6289242),(0.1432664,0.6331856),(0.126693,0.6204252),(0.12255,0.6204252),(0.126693,0.6246686),(0.12255,0.6246686),(0.1184131,0.6204252),(0.1142857,0.6204252),(0.1184131,0.6246686),(0.1142857,0.6246686),(0.12255,0.6289242),(0.1184131,0.6289242),(0.1142857,0.6289242),(0.1184131,0.6331856),(0.1142857,0.6331856),(0.12255,0.6331856),(0.126693,0.6289242),(0.126693,0.6331856),(0.1101713,0.6204252),(0.1060752,0.6204252),(0.1101713,0.6246686),(0.1060752,0.6246686),(0.1020023,0.6204252),(0.09795791,0.6204252),(0.1020023,0.6246686),(0.09795791,0.6246686),(0.1060752,0.6289242),(0.1020023,0.6289242),(0.09795791,0.6289242),(0.1020023,0.6331856),(0.09795791,0.6331856),(0.1060752,0.6331856),(0.1101713,0.6289242),(0.1101713,0.6331856),(0.09394707,0.6204252),(0.08994583,0.6204252),(0.09394707,0.6246686),(0.08994584,0.6246686),(0.08593026,0.6204252),(0.08187638,0.6204252),(0.08593025,0.6246686),(0.08187637,0.6246686),(0.08994584,0.6289242),(0.08593026,0.6289242),(0.08187638,0.6289242),(0.08593026,0.6331856),(0.08187638,0.6331856),(0.08994584,0.6331856),(0.09394707,0.6289242),(0.09394707,0.6331856),(0.07776025,0.6204252),(0.07361087,0.6204252),(0.07776025,0.6246686),(0.07361087,0.6246686),(0.06945725,0.6204252),(0.06532837,0.6204252),(0.06945725,0.6246686),(0.06532837,0.6246686),(0.07361087,0.6289242),(0.06945725,0.6289242),(0.06532837,0.6289242),(0.06945725,0.6331856),(0.06532837,0.6331856),(0.07361087,0.6331856),(0.07776025,0.6289242),(0.07776025,0.6331856),(0.06125325,0.6204252),(0.05721605,0.6204252),(0.06125325,0.6246686),(0.05721604,0.6246686),(0.05320094,0.6204252),(0.0491921,0.6204252),(0.05320094,0.6246686),(0.04919209,0.6246686),(0.05721605,0.6289242),(0.05320094,0.6289242),(0.0491921,0.6289242),(0.05320094,0.6331856),(0.04919209,0.6331856),(0.05721605,0.6331856),(0.06125325,0.6289242),(0.06125325,0.6331856),(0.04517369,0.6204252),(0.04115105,0.6204252),(0.04115105,0.6246686),(0.04517369,0.6246686),(0.0371295,0.6204252),(0.03311438,0.6204252),(0.03311437,0.6246686),(0.0371295,0.6246686),(0.0371295,0.6289242),(0.04115105,0.6289242),(0.03311438,0.6289242),(0.03311438,0.6331856),(0.0371295,0.6331856),(0.04115105,0.6331856),(0.04517369,0.6289242),(0.04517369,0.6331856),(0.029111,0.6204252),(0.02511186,0.6204252),(0.02511186,0.6246686),(0.029111,0.6246686),(0.02110944,0.6204252),(0.01709622,0.6204252),(0.01709622,0.6246686),(0.02110944,0.6246686),(0.02110944,0.6289242),(0.02511186,0.6289242),(0.01709622,0.6289242),(0.01709622,0.6331856),(0.02110944,0.6331856),(0.02511186,0.6331856),(0.029111,0.6289242),(0.029111,0.6331856),(0.01306469,0.6204252),(0.009019421,0.6204221),(0.009019421,0.6246679),(0.01306469,0.6246686),(0.004965,0.6204127),(0.000906,0.6204002),(0.000906,0.6246625),(0.004965,0.6246656),(0.004965,0.6289245),(0.009019421,0.6289243),(0.000906,0.6289247),(0.000906,0.633187),(0.004965,0.633186),(0.009019421,0.6331857),(0.01306469,0.6289242),(0.01306469,0.6331856),(0.9951518,0.6374467),(0.999094,0.637447),(0.9912093,0.6374465),(0.9912093,0.6417063),(0.9951518,0.6417066),(0.999094,0.641707),(0.9872664,0.6374464),(0.983323,0.6374464),(0.983323,0.6417062),(0.9872664,0.6417062),(0.9872664,0.6459646),(0.9912093,0.6459649),(0.983323,0.6459646),(0.9872664,0.6502209),(0.983323,0.6502209),(0.9912093,0.6502213),(0.9951518,0.6459658),(0.999094,0.645967),(0.9951518,0.6502228),(0.999094,0.650227),(0.9793787,0.6374464),(0.9754275,0.6374464),(0.9793787,0.6417062),(0.9754274,0.6417062),(0.9714631,0.6374464),(0.9674796,0.6374464),(0.9714631,0.6417062),(0.9674796,0.6417062),(0.9754274,0.6459646),(0.9714631,0.6459646),(0.9674796,0.6459646),(0.9714631,0.6502209),(0.9674796,0.6502209),(0.9754274,0.6502209),(0.9793787,0.6459646),(0.9793787,0.6502209),(0.9634706,0.6374464),(0.9594426,0.6374464),(0.9634707,0.6417062),(0.9594426,0.6417062),(0.9554016,0.6374464),(0.9513539,0.6374464),(0.9554016,0.6417062),(0.9513539,0.6417062),(0.9594426,0.6459646),(0.9554016,0.6459646),(0.9513539,0.6459646),(0.9554016,0.6502209),(0.9513539,0.6502209),(0.9594425,0.6502209),(0.9634707,0.6459646),(0.9634706,0.6502209),(0.9473058,0.6374464),(0.9432498,0.6374464),(0.9473058,0.6417062),(0.9432497,0.6417062),(0.9391782,0.6374464),(0.9350839,0.6374464),(0.9391783,0.6417062),(0.9350839,0.6417062),(0.9432497,0.6459646),(0.9391782,0.6459646),(0.9350839,0.6459646),(0.9391783,0.6502209),(0.9350839,0.6502209),(0.9432497,0.6502209),(0.9473058,0.6459646),(0.9473058,0.6502209),(0.930959,0.6374464),(0.9268106,0.6374464),(0.930959,0.6417062),(0.9268106,0.6417062),(0.9226453,0.6374464),(0.9184701,0.6374464),(0.9184701,0.6417062),(0.9226453,0.6417062),(0.9226453,0.6459646),(0.9268106,0.6459646),(0.9184701,0.6459646),(0.9184701,0.6502209),(0.9226453,0.6502209),(0.9268106,0.6502209),(0.930959,0.6459646),(0.930959,0.6502209),(0.9142919,0.6374464),(0.910111,0.6374464),(0.9101109,0.6417062),(0.9142919,0.6417062),(0.9059278,0.6374464),(0.9017429,0.6374464),(0.9017429,0.6417062),(0.9059278,0.6417062),(0.9059278,0.6459646),(0.910111,0.6459646),(0.9017429,0.6459646),(0.9017428,0.6502209),(0.9059278,0.6502209),(0.9101109,0.6502209),(0.9142919,0.6459646),(0.9142919,0.6502209),(0.8975567,0.6374464),(0.8933688,0.6374464),(0.8933688,0.6417062),(0.8975567,0.6417062),(0.8891787,0.6374464),(0.8849859,0.6374464),(0.8849859,0.6417062),(0.8891788,0.6417062),(0.8891787,0.6459646),(0.8933688,0.6459646),(0.8849859,0.6459646),(0.8849859,0.6502209),(0.8891788,0.6502209),(0.8933688,0.6502209),(0.8975567,0.6459646),(0.8975567,0.6502209),(0.8807898,0.6374464),(0.8765806,0.6374464),(0.8765807,0.6417062),(0.8807898,0.6417062),(0.8723488,0.6374464),(0.8680845,0.6374464),(0.8680845,0.6417062),(0.8723488,0.6417062),(0.8723488,0.6459646),(0.8765806,0.6459646),(0.8680845,0.6459646),(0.8680845,0.6502209),(0.8723488,0.6502209),(0.8765806,0.6502209),(0.8807898,0.6459646),(0.8807898,0.6502209),(0.8637781,0.6374464),(0.8594491,0.6374464),(0.8594491,0.6417062),(0.8637781,0.6417062),(0.8551173,0.6374464),(0.8508024,0.6374464),(0.8508024,0.6417062),(0.8551173,0.6417062),(0.8551173,0.6459646),(0.8594491,0.6459646),(0.8508024,0.6459646),(0.8508024,0.6502209),(0.8551173,0.6502209),(0.859449,0.6502209),(0.8637781,0.6459646),(0.8637781,0.6502209),(0.846524,0.6374464),(0.8422731,0.6374464),(0.8422731,0.6417062),(0.846524,0.6417062),(0.8380403,0.6374464),(0.8338165,0.6374464),(0.8380403,0.6417062),(0.8338165,0.6417062),(0.8380403,0.6459646),(0.8422731,0.6459646),(0.8338165,0.6459646),(0.8338165,0.6502209),(0.8380404,0.6502209),(0.8422731,0.6502209),(0.846524,0.6459646),(0.846524,0.6502209),(0.8295926,0.6374464),(0.8253628,0.6374464),(0.8253628,0.6417062),(0.8295926,0.6417062),(0.8211217,0.6374464),(0.8168637,0.6374464),(0.8168637,0.6417062),(0.8211217,0.6417062),(0.8211217,0.6459646),(0.8253628,0.6459646),(0.8168637,0.6459646),(0.8168637,0.6502209),(0.8211217,0.6502209),(0.8253628,0.6502209),(0.8295926,0.6459646),(0.8295926,0.6502209),(0.8125832,0.6374464),(0.8082899,0.6374464),(0.8082899,0.6417062),(0.8125832,0.6417062),(0.8039935,0.6374464),(0.7997035,0.6374464),(0.7997035,0.6417062),(0.8039935,0.6417062),(0.8039935,0.6459646),(0.8082899,0.6459646),(0.7997035,0.6459646),(0.7997035,0.6502209),(0.8039935,0.6502209),(0.8082899,0.6502209),(0.8125832,0.6459646),(0.8125832,0.6502209),(0.7954297,0.6374464),(0.7911757,0.6374464),(0.7911757,0.6417062),(0.7954297,0.6417062),(0.7869452,0.6374464),(0.7827417,0.6374464),(0.7827417,0.6417062),(0.7869452,0.6417062),(0.7869452,0.6459646),(0.7911757,0.6459646),(0.7827417,0.6459646),(0.7827417,0.6502209),(0.7869452,0.6502209),(0.7911757,0.6502209),(0.7954297,0.6459646),(0.7954297,0.6502209),(0.7785689,0.6374464),(0.7744211,0.6374464),(0.7744212,0.6417062),(0.7785689,0.6417062),(0.7702925,0.6374464),(0.7661775,0.6374464),(0.7661775,0.6417062),(0.7702925,0.6417062),(0.7702925,0.6459646),(0.7744212,0.6459646),(0.7661775,0.6459646),(0.7661775,0.6502209),(0.7702925,0.6502209),(0.7744212,0.6502209),(0.778569,0.6459646),(0.778569,0.6502209),(0.7620703,0.6374464),(0.757961,0.6374464),(0.757961,0.6417062),(0.7620703,0.6417062),(0.7538399,0.6374464),(0.7496969,0.6374464),(0.7496969,0.6417062),(0.7538399,0.6417062),(0.7538399,0.6459646),(0.757961,0.6459646),(0.7496969,0.6459646),(0.7496969,0.6502209),(0.7538399,0.6502209),(0.757961,0.6502209),(0.7620703,0.6459646),(0.7620703,0.6502209),(0.7455223,0.6374464),(0.7413244,0.6374464),(0.7413245,0.6417062),(0.7455223,0.6417062),(0.7371117,0.6374464),(0.7328922,0.6374464),(0.7328923,0.6417062),(0.7371117,0.6417062),(0.7371117,0.6459646),(0.7413245,0.6459646),(0.7328922,0.6459646),(0.7328922,0.6502209),(0.7371117,0.6502209),(0.7413245,0.6502209),(0.7455223,0.6459646),(0.7455223,0.6502209),(0.7286744,0.6374464),(0.7244572,0.6374464),(0.7244572,0.6417062),(0.7286744,0.6417062),(0.7202395,0.6374464),(0.71602,0.6374464),(0.71602,0.6417062),(0.7202395,0.6417062),(0.7202395,0.6459646),(0.7244572,0.6459646),(0.71602,0.6459646),(0.71602,0.6502209),(0.7202394,0.6502209),(0.7244572,0.6502209),(0.7286744,0.6459646),(0.7286744,0.6502209),(0.7117977,0.6374464),(0.7075742,0.6374464),(0.7075742,0.6417062),(0.7117977,0.6417062),(0.7033514,0.6374464),(0.6991307,0.6374464),(0.6991307,0.6417062),(0.7033514,0.6417062),(0.7033514,0.6459646),(0.7075742,0.6459646),(0.6991307,0.6459646),(0.6991307,0.6502209),(0.7033514,0.6502209),(0.7075742,0.6502209),(0.7117977,0.6459646),(0.7117977,0.6502209),(0.6949139,0.6374464),(0.6906992,0.6374464),(0.6906992,0.6417062),(0.6949139,0.6417062),(0.6864849,0.6374464),(0.6822694,0.6374464),(0.6822693,0.6417062),(0.6864849,0.6417062),(0.6864849,0.6459646),(0.6906992,0.6459646),(0.6822694,0.6459646),(0.6822693,0.6502209),(0.6864849,0.6502209),(0.6906992,0.6502209),(0.6949139,0.6459646),(0.6949139,0.6502209),(0.6780508,0.6374464),(0.6738272,0.6374464),(0.6738272,0.6417062),(0.6780507,0.6417062),(0.6695971,0.6374464),(0.6653587,0.6374464),(0.6653587,0.6417062),(0.6695971,0.6417062),(0.6695971,0.6459646),(0.6738272,0.6459646),(0.6653587,0.6459646),(0.6653587,0.6502209),(0.6695971,0.6502209),(0.6738272,0.6502209),(0.6780508,0.6459646),(0.6780507,0.6502209),(0.6611102,0.6374464),(0.6568571,0.6374464),(0.6568571,0.6417062),(0.6611102,0.6417062),(0.6526053,0.6374464),(0.6483604,0.6374464),(0.6483604,0.6417062),(0.6526054,0.6417062),(0.6526054,0.6459646),(0.6568571,0.6459646),(0.6483604,0.6459646),(0.6483604,0.6502209),(0.6526053,0.6502209),(0.6568571,0.6502209),(0.6611102,0.6459646),(0.6611102,0.6502209),(0.6441281,0.6374464),(0.6399043,0.6374464),(0.6399043,0.6417062),(0.6441281,0.6417062),(0.635685,0.6374464),(0.6314663,0.6374464),(0.6314663,0.6417062),(0.635685,0.6417062),(0.635685,0.6459646),(0.6399043,0.6459646),(0.6314663,0.6459646),(0.6314663,0.6502209),(0.635685,0.6502209),(0.6399043,0.6502209),(0.6441281,0.6459646),(0.6441281,0.6502209),(0.627244,0.6374464),(0.6230208,0.6374464),(0.6230209,0.6417062),(0.627244,0.6417062),(0.6187993,0.6374464),(0.6145822,0.6374464),(0.6145822,0.6417062),(0.6187993,0.6417062),(0.6187993,0.6459646),(0.6230208,0.6459646),(0.6145822,0.6459646),(0.6145822,0.6502209),(0.6187993,0.6502209),(0.6230209,0.6502209),(0.627244,0.6459646),(0.627244,0.6502209),(0.6103719,0.6374464),(0.6061606,0.6374464),(0.6061606,0.6417062),(0.6103719,0.6417062),(0.6019406,0.6374464),(0.5977041,0.6374464),(0.5977041,0.6417062),(0.6019406,0.6417062),(0.6019406,0.6459646),(0.6061606,0.6459646),(0.5977041,0.6459646),(0.5977041,0.6502209),(0.6019406,0.6502209),(0.6061606,0.6502209),(0.6103719,0.6459646),(0.6103719,0.6502209),(0.5934432,0.6374464),(0.589169,0.6374464),(0.589169,0.6417062),(0.5934432,0.6417062),(0.5848927,0.6374464),(0.5806257,0.6374464),(0.5806257,0.6417062),(0.5848927,0.6417062),(0.5848927,0.6459646),(0.589169,0.6459646),(0.5806257,0.6459646),(0.5806257,0.6502209),(0.5848927,0.6502209),(0.589169,0.6502209),(0.5934432,0.6459646),(0.5934432,0.6502209),(0.5763788,0.6374464),(0.572147,0.6374464),(0.572147,0.6417062),(0.5763788,0.6417062),(0.567925,0.6374464),(0.5637077,0.6374464),(0.5637077,0.6417062),(0.567925,0.6417062),(0.567925,0.6459646),(0.572147,0.6459646),(0.5637077,0.6459646),(0.5637077,0.6502209),(0.567925,0.6502209),(0.572147,0.6502209),(0.5763788,0.6459646),(0.5763788,0.6502209),(0.55949,0.6374464),(0.5552715,0.6374464),(0.5552715,0.6417062),(0.55949,0.6417062),(0.5510522,0.6374464),(0.5468317,0.6374464),(0.5468317,0.6417062),(0.5510522,0.6417062),(0.5510522,0.6459646),(0.5552715,0.6459646),(0.5468317,0.6459646),(0.5468317,0.6502209),(0.5510522,0.6502209),(0.5552715,0.6502209),(0.55949,0.6459646),(0.55949,0.6502209),(0.5426099,0.6374464),(0.5383899,0.6374464),(0.5383899,0.6417062),(0.5426099,0.6417062),(0.5341746,0.6374464),(0.5299669,0.6374464),(0.5299669,0.6417062),(0.5341746,0.6417062),(0.5341746,0.6459646),(0.5383899,0.6459646),(0.5299669,0.6459646),(0.529967,0.6502209),(0.5341746,0.6502209),(0.5383899,0.6502209),(0.5426099,0.6459646),(0.5426099,0.6502209),(0.52577,0.6374464),(0.5215818,0.6374464),(0.5215818,0.6417062),(0.52577,0.6417062),(0.5174,0.6374464),(0.5132228,0.6374464),(0.5132228,0.6417062),(0.5174,0.6417062),(0.5174,0.6459646),(0.5215818,0.6459646),(0.5132228,0.6459646),(0.5132228,0.6502209),(0.5174,0.6502209),(0.5215818,0.6502209),(0.52577,0.6459646),(0.52577,0.6502209),(0.5090478,0.6374464),(0.5048727,0.6374464),(0.5048727,0.6417062),(0.5090478,0.6417062),(0.5006949,0.6374464),(0.4965119,0.6374464),(0.4965119,0.6417062),(0.5006949,0.6417062),(0.5006949,0.6459646),(0.5048727,0.6459646),(0.4965119,0.6459646),(0.4965119,0.6502209),(0.5006949,0.6502209),(0.5048727,0.6502209),(0.5090478,0.6459646),(0.5090478,0.6502209),(0.4923214,0.6374464),(0.4881234,0.6374464),(0.4881234,0.6417062),(0.4923214,0.6417062),(0.4839184,0.6374464),(0.4797065,0.6374464),(0.4839184,0.6417062),(0.4797065,0.6417062),(0.4881234,0.6459646),(0.4839184,0.6459646),(0.4797065,0.6459646),(0.4839184,0.6502209),(0.4797064,0.6502209),(0.4881234,0.6502209),(0.4923214,0.6459646),(0.4923214,0.6502209),(0.4754879,0.6374464),(0.4712752,0.6374464),(0.4754879,0.6417062),(0.4712752,0.6417062),(0.4670808,0.6374464),(0.4629171,0.6374464),(0.4670808,0.6417062),(0.4629171,0.6417062),(0.4712752,0.6459646),(0.4670808,0.6459646),(0.4629171,0.6459646),(0.4670808,0.6502209),(0.4629171,0.6502209),(0.4712752,0.6502209),(0.4754879,0.6459646),(0.4754879,0.6502209),(0.4587967,0.6374464),(0.4547031,0.6374464),(0.4587967,0.6417062),(0.4547031,0.6417062),(0.4506197,0.6374464),(0.44653,0.6374464),(0.4506197,0.6417062),(0.44653,0.6417062),(0.4547031,0.6459646),(0.4506197,0.6459646),(0.44653,0.6459646),(0.4506197,0.6502209),(0.44653,0.6502209),(0.4547031,0.6502209),(0.4587967,0.6459646),(0.4587967,0.6502209),(0.4424174,0.6374464),(0.4382856,0.6374464),(0.4424174,0.6417062),(0.4382856,0.6417062),(0.4341379,0.6374464),(0.429978,0.6374464),(0.4341379,0.6417062),(0.429978,0.6417062),(0.4382856,0.6459646),(0.4341379,0.6459646),(0.429978,0.6459646),(0.429978,0.6502209),(0.4341379,0.6502209),(0.4382856,0.6502209),(0.4424174,0.6459646),(0.4424174,0.6502209),(0.4258092,0.6374464),(0.4216311,0.6374464),(0.4216312,0.6417062),(0.4258092,0.6417062),(0.4174434,0.6374464),(0.4132456,0.6374464),(0.4174434,0.6417062),(0.4132456,0.6417062),(0.4216312,0.6459646),(0.4174434,0.6459646),(0.4132456,0.6459646),(0.4174434,0.6502209),(0.4132456,0.6502209),(0.4216312,0.6502209),(0.4258092,0.6459646),(0.4258092,0.6502209),(0.4090372,0.6374464),(0.4048201,0.6374464),(0.4090372,0.6417062),(0.4048201,0.6417062),(0.4005963,0.6374464),(0.3963675,0.6374464),(0.4005963,0.6417062),(0.3963675,0.6417062),(0.4048201,0.6459646),(0.4005963,0.6459646),(0.3963675,0.6459646),(0.4005963,0.6502209),(0.3963675,0.6502209),(0.4048201,0.6502209),(0.4090372,0.6459646),(0.4090372,0.6502209),(0.3921357,0.6374464),(0.3879012,0.6374464),(0.3921357,0.6417062),(0.3879012,0.6417062),(0.3836642,0.6374464),(0.3794248,0.6374464),(0.3836642,0.6417062),(0.3794249,0.6417062),(0.3879012,0.6459646),(0.3836642,0.6459646),(0.3794248,0.6459646),(0.3836642,0.6502209),(0.3794248,0.6502209),(0.3879012,0.6502209),(0.3921357,0.6459646),(0.3921357,0.6502209),(0.3751834,0.6374464),(0.3709441,0.6374464),(0.3751834,0.6417062),(0.3709441,0.6417062),(0.3667112,0.6374464),(0.3624887,0.6374464),(0.3667112,0.6417062),(0.3624887,0.6417062),(0.3709442,0.6459646),(0.3667112,0.6459646),(0.3624887,0.6459646),(0.3667112,0.6502209),(0.3624887,0.6502209),(0.3709441,0.6502209),(0.3751834,0.6459646),(0.3751834,0.6502209),(0.358281,0.6374464),(0.3540821,0.6374464),(0.358281,0.6417062),(0.3540821,0.6417062),(0.3498864,0.6374464),(0.3456882,0.6374464),(0.3498864,0.6417062),(0.3456882,0.6417062),(0.3540821,0.6459646),(0.3498864,0.6459646),(0.3456882,0.6459646),(0.3498864,0.6502209),(0.3456882,0.6502209),(0.3540821,0.6502209),(0.3582809,0.6459646),(0.358281,0.6502209),(0.3414817,0.6374464),(0.3372694,0.6374464),(0.3414817,0.6417062),(0.3372695,0.6417062),(0.3330541,0.6374464),(0.3288383,0.6374464),(0.3330541,0.6417062),(0.3288383,0.6417062),(0.3372695,0.6459646),(0.3330541,0.6459646),(0.3288383,0.6459646),(0.3330541,0.6502209),(0.3288383,0.6502209),(0.3372695,0.6502209),(0.3414817,0.6459646),(0.3414817,0.6502209),(0.3246247,0.6374464),(0.3204179,0.6374464),(0.3246247,0.6417062),(0.3204179,0.6417062),(0.3162228,0.6374464),(0.3120441,0.6374464),(0.3162228,0.6417062),(0.3120441,0.6417062),(0.3204179,0.6459646),(0.3162228,0.6459646),(0.3120441,0.6459646),(0.3162228,0.6502209),(0.3120441,0.6502209),(0.3204179,0.6502209),(0.3246247,0.6459646),(0.3246247,0.6502209),(0.3078868,0.6374464),(0.3037427,0.6374464),(0.3078868,0.6417062),(0.3037427,0.6417062),(0.2996041,0.6374464),(0.2954631,0.6374464),(0.2996041,0.6417062),(0.2954631,0.6417062),(0.3037428,0.6459646),(0.2996041,0.6459646),(0.2954631,0.6459646),(0.2996041,0.6502209),(0.2954631,0.6502209),(0.3037427,0.6502209),(0.3078868,0.6459646),(0.3078868,0.6502209),(0.2913116,0.6374464),(0.2871543,0.6374464),(0.2913116,0.6417062),(0.2871543,0.6417062),(0.2829956,0.6374464),(0.2788399,0.6374464),(0.2829956,0.6417062),(0.2788399,0.6417062),(0.2871543,0.6459646),(0.2829956,0.6459646),(0.2788399,0.6459646),(0.2829956,0.6502209),(0.2788399,0.6502209),(0.2871543,0.6502209),(0.2913116,0.6459646),(0.2913116,0.6502209),(0.2746918,0.6374464),(0.2705556,0.6374464),(0.2746918,0.6417062),(0.2705556,0.6417062),(0.2664356,0.6374464),(0.262336,0.6374464),(0.2664356,0.6417062),(0.262336,0.6417062),(0.2705556,0.6459646),(0.2664356,0.6459646),(0.262336,0.6459646),(0.2664356,0.6502209),(0.262336,0.6502209),(0.2705556,0.6502209),(0.2746918,0.6459646),(0.2746918,0.6502209),(0.2582613,0.6374464),(0.254209,0.6374464),(0.2582613,0.6417062),(0.254209,0.6417062),(0.2501769,0.6374464),(0.2461624,0.6374464),(0.2501769,0.6417062),(0.2461624,0.6417062),(0.254209,0.6459646),(0.2501769,0.6459646),(0.2461624,0.6459646),(0.2501769,0.6502209),(0.2461624,0.6502209),(0.254209,0.6502209),(0.2582613,0.6459646),(0.2582613,0.6502209),(0.2421634,0.6374464),(0.238164,0.6374464),(0.2421634,0.6417062),(0.238164,0.6417062),(0.2341487,0.6374464),(0.2301017,0.6374464),(0.2341487,0.6417062),(0.2301017,0.6417062),(0.238164,0.6459646),(0.2341487,0.6459646),(0.2301017,0.6459646),(0.2341487,0.6502209),(0.2301017,0.6502209),(0.238164,0.6502209),(0.2421634,0.6459646),(0.2421634,0.6502209),(0.2260074,0.6374464),(0.2218787,0.6374464),(0.2260074,0.6417062),(0.2218787,0.6417062),(0.2177283,0.6374464),(0.2135691,0.6374464),(0.2177283,0.6417062),(0.2135692,0.6417062),(0.2218787,0.6459646),(0.2177283,0.6459646),(0.2135691,0.6459646),(0.2177283,0.6502209),(0.2135692,0.6502209),(0.2218787,0.6502209),(0.2260074,0.6459646),(0.2260074,0.6502209),(0.2094141,0.6374464),(0.2052627,0.6374464),(0.2094141,0.6417062),(0.2052627,0.6417062),(0.2011147,0.6374464),(0.1969699,0.6374464),(0.2011147,0.6417062),(0.1969699,0.6417062),(0.2052627,0.6459646),(0.2011147,0.6459646),(0.1969699,0.6459646),(0.2011147,0.6502209),(0.1969699,0.6502209),(0.2052627,0.6502209),(0.2094141,0.6459646),(0.2094141,0.6502209),(0.1928277,0.6374464),(0.1886888,0.6374464),(0.1928277,0.6417062),(0.1886888,0.6417062),(0.1845533,0.6374464),(0.1804218,0.6374464),(0.1845533,0.6417062),(0.1804218,0.6417062),(0.1886888,0.6459646),(0.1845533,0.6459646),(0.1804218,0.6459646),(0.1845533,0.6502209),(0.1804218,0.6502209),(0.1886888,0.6502209),(0.1928277,0.6459646),(0.1928277,0.6502209),(0.1762946,0.6374464),(0.1721701,0.6374464),(0.1762946,0.6417062),(0.1721701,0.6417062),(0.1680468,0.6374464),(0.163923,0.6374464),(0.1680468,0.6417062),(0.163923,0.6417062),(0.1721701,0.6459646),(0.1680468,0.6459646),(0.163923,0.6459646),(0.1680468,0.6502209),(0.163923,0.6502209),(0.1721701,0.6502209),(0.1762946,0.6459646),(0.1762946,0.6502209),(0.1597973,0.6374464),(0.1556691,0.6374464),(0.1597973,0.6417062),(0.1556691,0.6417062),(0.1515382,0.6374464),(0.1474041,0.6374464),(0.1515382,0.6417062),(0.1474041,0.6417062),(0.1556691,0.6459646),(0.1515382,0.6459646),(0.1474041,0.6459646),(0.1515382,0.6502209),(0.1474041,0.6502209),(0.1556691,0.6502209),(0.1597973,0.6459646),(0.1597973,0.6502209),(0.1432664,0.6374464),(0.1391259,0.6374464),(0.1432664,0.6417062),(0.1391259,0.6417062),(0.134983,0.6374464),(0.1308385,0.6374464),(0.1308385,0.6417062),(0.134983,0.6417062),(0.1391259,0.6459646),(0.134983,0.6459646),(0.1308385,0.6459646),(0.134983,0.6502209),(0.1308385,0.6502209),(0.1391259,0.6502209),(0.1432664,0.6459646),(0.1432664,0.6502209),(0.126693,0.6374464),(0.12255,0.6374464),(0.12255,0.6417062),(0.126693,0.6417062),(0.1184131,0.6374464),(0.1142857,0.6374464),(0.1142857,0.6417062),(0.1184131,0.6417062),(0.1184131,0.6459646),(0.12255,0.6459646),(0.1142857,0.6459646),(0.1142857,0.6502209),(0.1184131,0.6502209),(0.12255,0.6502209),(0.126693,0.6459646),(0.126693,0.6502209),(0.1101713,0.6374464),(0.1060752,0.6374464),(0.1101713,0.6417062),(0.1060752,0.6417062),(0.1020023,0.6374464),(0.09795791,0.6374464),(0.1020023,0.6417062),(0.09795791,0.6417062),(0.1060752,0.6459646),(0.1020023,0.6459646),(0.09795791,0.6459646),(0.1020023,0.6502209),(0.09795791,0.6502209),(0.1060752,0.6502209),(0.1101713,0.6459646),(0.1101713,0.6502209),(0.09394707,0.6374464),(0.08994583,0.6374464),(0.09394707,0.6417062),(0.08994584,0.6417062),(0.08593026,0.6374464),(0.08187638,0.6374464),(0.08593025,0.6417062),(0.08187637,0.6417062),(0.08994584,0.6459646),(0.08593026,0.6459646),(0.08187638,0.6459646),(0.08593026,0.6502209),(0.08187638,0.6502209),(0.08994584,0.6502209),(0.09394707,0.6459646),(0.09394707,0.6502209),(0.07776025,0.6374464),(0.07361087,0.6374464),(0.07776025,0.6417062),(0.07361087,0.6417062),(0.06945725,0.6374464),(0.06532837,0.6374464),(0.06945725,0.6417062),(0.06532837,0.6417062),(0.07361087,0.6459646),(0.06945725,0.6459646),(0.06532837,0.6459646),(0.06945725,0.6502209),(0.06532837,0.6502209),(0.07361087,0.6502209),(0.07776025,0.6459646),(0.07776025,0.6502209),(0.06125325,0.6374464),(0.05721605,0.6374464),(0.06125325,0.6417062),(0.05721604,0.6417062),(0.05320094,0.6374464),(0.0491921,0.6374464),(0.05320094,0.6417062),(0.04919209,0.6417062),(0.05721605,0.6459646),(0.05320094,0.6459646),(0.0491921,0.6459646),(0.05320094,0.6502209),(0.04919209,0.6502209),(0.05721605,0.6502209),(0.06125325,0.6459646),(0.06125325,0.6502209),(0.04517369,0.6374464),(0.04115105,0.6374464),(0.04115105,0.6417062),(0.04517369,0.6417062),(0.0371295,0.6374464),(0.03311438,0.6374464),(0.03311437,0.6417062),(0.0371295,0.6417062),(0.0371295,0.6459646),(0.04115105,0.6459646),(0.03311438,0.6459646),(0.03311438,0.6502209),(0.0371295,0.6502209),(0.04115105,0.6502209),(0.04517369,0.6459646),(0.04517369,0.6502209),(0.029111,0.6374464),(0.02511186,0.6374464),(0.02511186,0.6417062),(0.029111,0.6417062),(0.02110944,0.6374464),(0.01709622,0.6374464),(0.01709622,0.6417062),(0.02110944,0.6417062),(0.02110944,0.6459646),(0.02511186,0.6459646),(0.01709622,0.6459646),(0.01709622,0.6502209),(0.02110944,0.6502209),(0.02511186,0.6502209),(0.029111,0.6459646),(0.029111,0.6502209),(0.01306469,0.6374464),(0.009019421,0.6374465),(0.009019421,0.6417063),(0.01306469,0.6417062),(0.004965,0.6374467),(0.000906,0.637447),(0.000906,0.641707),(0.004965,0.6417066),(0.004965,0.6459658),(0.009019421,0.6459649),(0.000906,0.645967),(0.000906,0.650227),(0.004965,0.6502228),(0.009019421,0.6502213),(0.01306469,0.6459646),(0.01306469,0.6502209),(0.9951518,0.654476),(0.999094,0.6544772),(0.9912093,0.6544751),(0.9912093,0.6587218),(0.9951518,0.6587243),(0.999094,0.6587275),(0.9872664,0.6544749),(0.983323,0.6544749),(0.9872664,0.658721),(0.983323,0.658721),(0.9872664,0.6629542),(0.9912093,0.6629571),(0.983323,0.6629542),(0.983323,0.667169),(0.9872664,0.667169),(0.9912093,0.6671734),(0.9951518,0.662966),(0.999094,0.6629778),(0.9951518,0.6671867),(0.999094,0.667228),(0.9793787,0.6544749),(0.9754275,0.6544749),(0.9793787,0.658721),(0.9754274,0.658721),(0.9714631,0.6544749),(0.9674796,0.6544749),(0.9714631,0.658721),(0.9674796,0.658721),(0.9754274,0.6629542),(0.9714631,0.6629542),(0.9674796,0.6629542),(0.9714631,0.667169),(0.9674796,0.667169),(0.9754274,0.667169),(0.9793787,0.6629542),(0.9793787,0.667169),(0.9634706,0.6544749),(0.9594426,0.6544749),(0.9634707,0.658721),(0.9594426,0.658721),(0.9554016,0.6544749),(0.9513539,0.6544749),(0.9554016,0.658721),(0.9513539,0.658721),(0.9594426,0.6629542),(0.9554016,0.6629542),(0.9513539,0.6629542),(0.9554016,0.667169),(0.9513539,0.667169),(0.9594425,0.667169),(0.9634707,0.6629542),(0.9634706,0.667169),(0.9473058,0.6544749),(0.9432498,0.6544749),(0.9473058,0.658721),(0.9432497,0.658721),(0.9391782,0.6544749),(0.9350839,0.6544749),(0.9391783,0.658721),(0.9350839,0.658721),(0.9432497,0.6629542),(0.9391782,0.6629542),(0.9350839,0.6629542),(0.9391783,0.667169),(0.9350839,0.667169),(0.9432497,0.667169),(0.9473058,0.6629542),(0.9473058,0.667169),(0.930959,0.6544749),(0.9268106,0.6544749),(0.930959,0.658721),(0.9268106,0.658721),(0.9226453,0.6544749),(0.9184701,0.6544749),(0.9184701,0.658721),(0.9226453,0.658721),(0.9226453,0.6629542),(0.9268106,0.6629542),(0.9184701,0.6629542),(0.9184701,0.667169),(0.9226453,0.667169),(0.9268106,0.667169),(0.930959,0.6629542),(0.930959,0.667169),(0.9142919,0.6544749),(0.910111,0.6544749),(0.9101109,0.658721),(0.9142919,0.658721),(0.9059278,0.6544749),(0.9017429,0.6544749),(0.9017429,0.658721),(0.9059278,0.658721),(0.9059278,0.6629542),(0.910111,0.6629542),(0.9017429,0.6629542),(0.9017428,0.667169),(0.9059278,0.667169),(0.9101109,0.667169),(0.9142919,0.6629542),(0.9142919,0.667169),(0.8975567,0.6544749),(0.8933688,0.6544749),(0.8933688,0.658721),(0.8975567,0.658721),(0.8891787,0.6544749),(0.8849859,0.6544749),(0.8849859,0.658721),(0.8891788,0.658721),(0.8891787,0.6629542),(0.8933688,0.6629542),(0.8849859,0.6629542),(0.8849859,0.667169),(0.8891788,0.667169),(0.8933688,0.667169),(0.8975567,0.6629542),(0.8975567,0.667169),(0.8807898,0.6544749),(0.8765806,0.6544749),(0.8765807,0.658721),(0.8807898,0.658721),(0.8723488,0.6544749),(0.8680845,0.6544749),(0.8680845,0.658721),(0.8723488,0.658721),(0.8723488,0.6629542),(0.8765806,0.6629542),(0.8680845,0.6629542),(0.8680845,0.667169),(0.8723488,0.667169),(0.8765806,0.667169),(0.8807898,0.6629542),(0.8807898,0.667169),(0.8637781,0.6544749),(0.8594491,0.6544749),(0.8594491,0.658721),(0.8637781,0.658721),(0.8551173,0.6544749),(0.8508024,0.6544749),(0.8508024,0.658721),(0.8551173,0.658721),(0.8551173,0.6629542),(0.8594491,0.6629542),(0.8508024,0.6629542),(0.8508024,0.667169),(0.8551173,0.667169),(0.859449,0.667169),(0.8637781,0.6629542),(0.8637781,0.667169),(0.846524,0.6544749),(0.8422731,0.6544749),(0.8422731,0.658721),(0.846524,0.658721),(0.8380403,0.6544749),(0.8338165,0.6544749),(0.8338165,0.658721),(0.8380403,0.658721),(0.8380403,0.6629542),(0.8422731,0.6629542),(0.8338165,0.6629542),(0.8338165,0.667169),(0.8380404,0.667169),(0.8422731,0.667169),(0.846524,0.6629542),(0.846524,0.667169),(0.8295926,0.6544749),(0.8253628,0.6544749),(0.8253628,0.658721),(0.8295926,0.658721),(0.8211217,0.6544749),(0.8168637,0.6544749),(0.8168637,0.658721),(0.8211217,0.658721),(0.8211217,0.6629542),(0.8253628,0.6629542),(0.8168637,0.6629542),(0.8168637,0.667169),(0.8211217,0.667169),(0.8253628,0.667169),(0.8295926,0.6629542),(0.8295926,0.667169),(0.8125832,0.6544749),(0.8082899,0.6544749),(0.8082899,0.658721),(0.8125832,0.658721),(0.8039935,0.6544749),(0.7997035,0.6544749),(0.7997035,0.658721),(0.8039935,0.658721),(0.8039935,0.6629542),(0.8082899,0.6629542),(0.7997035,0.6629542),(0.7997035,0.667169),(0.8039935,0.667169),(0.8082899,0.667169),(0.8125832,0.6629542),(0.8125832,0.667169),(0.7954297,0.6544749),(0.7911757,0.6544749),(0.7911757,0.658721),(0.7954297,0.658721),(0.7869452,0.6544749),(0.7827417,0.6544749),(0.7827417,0.658721),(0.7869452,0.658721),(0.7869452,0.6629542),(0.7911757,0.6629542),(0.7827417,0.6629542),(0.7827417,0.667169),(0.7869452,0.667169),(0.7911757,0.667169),(0.7954297,0.6629542),(0.7954297,0.667169),(0.7785689,0.6544749),(0.7744211,0.6544749),(0.7744212,0.658721),(0.7785689,0.658721),(0.7702925,0.6544749),(0.7661775,0.6544749),(0.7661775,0.658721),(0.7702925,0.658721),(0.7702925,0.6629542),(0.7744212,0.6629542),(0.7661775,0.6629542),(0.7661775,0.667169),(0.7702925,0.667169),(0.7744212,0.667169),(0.778569,0.6629542),(0.778569,0.667169),(0.7620703,0.6544749),(0.757961,0.6544749),(0.757961,0.658721),(0.7620703,0.658721),(0.7538399,0.6544749),(0.7496969,0.6544749),(0.7496969,0.658721),(0.7538399,0.658721),(0.7538399,0.6629542),(0.757961,0.6629542),(0.7496969,0.6629542),(0.7496969,0.667169),(0.7538399,0.667169),(0.757961,0.667169),(0.7620703,0.6629542),(0.7620703,0.667169),(0.7455223,0.6544749),(0.7413244,0.6544749),(0.7413245,0.658721),(0.7455223,0.658721),(0.7371117,0.6544749),(0.7328922,0.6544749),(0.7328923,0.658721),(0.7371117,0.658721),(0.7371117,0.6629542),(0.7413245,0.6629542),(0.7328922,0.6629542),(0.7328922,0.667169),(0.7371117,0.667169),(0.7413245,0.667169),(0.7455223,0.6629542),(0.7455223,0.667169),(0.7286744,0.6544749),(0.7244572,0.6544749),(0.7244572,0.658721),(0.7286744,0.658721),(0.7202395,0.6544749),(0.71602,0.6544749),(0.71602,0.658721),(0.7202395,0.658721),(0.7202395,0.6629542),(0.7244572,0.6629542),(0.71602,0.6629542),(0.71602,0.667169),(0.7202394,0.667169),(0.7244572,0.667169),(0.7286744,0.6629542),(0.7286744,0.667169),(0.7117977,0.6544749),(0.7075742,0.6544749),(0.7075742,0.658721),(0.7117977,0.658721),(0.7033514,0.6544749),(0.6991307,0.6544749),(0.6991307,0.658721),(0.7033514,0.658721),(0.7033514,0.6629542),(0.7075742,0.6629542),(0.6991307,0.6629542),(0.6991307,0.667169),(0.7033514,0.667169),(0.7075742,0.667169),(0.7117977,0.6629542),(0.7117977,0.667169),(0.6949139,0.6544749),(0.6906992,0.6544749),(0.6906992,0.658721),(0.6949139,0.658721),(0.6864849,0.6544749),(0.6822694,0.6544749),(0.6822693,0.658721),(0.6864849,0.658721),(0.6864849,0.6629542),(0.6906992,0.6629542),(0.6822694,0.6629542),(0.6822693,0.667169),(0.6864849,0.667169),(0.6906992,0.667169),(0.6949139,0.6629542),(0.6949139,0.667169),(0.6780508,0.6544749),(0.6738272,0.6544749),(0.6738272,0.658721),(0.6780507,0.658721),(0.6695971,0.6544749),(0.6653587,0.6544749),(0.6653587,0.658721),(0.6695971,0.658721),(0.6695971,0.6629542),(0.6738272,0.6629542),(0.6653587,0.6629542),(0.6653587,0.667169),(0.6695971,0.667169),(0.6738272,0.667169),(0.6780508,0.6629542),(0.6780507,0.667169),(0.6611102,0.6544749),(0.6568571,0.6544749),(0.6568571,0.658721),(0.6611102,0.658721),(0.6526053,0.6544749),(0.6483604,0.6544749),(0.6483604,0.658721),(0.6526054,0.658721),(0.6526054,0.6629542),(0.6568571,0.6629542),(0.6483604,0.6629542),(0.6483604,0.667169),(0.6526053,0.667169),(0.6568571,0.667169),(0.6611102,0.6629542),(0.6611102,0.667169),(0.6441281,0.6544749),(0.6399043,0.6544749),(0.6399043,0.658721),(0.6441281,0.658721),(0.635685,0.6544749),(0.6314663,0.6544749),(0.6314663,0.658721),(0.635685,0.658721),(0.635685,0.6629542),(0.6399043,0.6629542),(0.6314663,0.6629542),(0.6314663,0.667169),(0.635685,0.667169),(0.6399043,0.667169),(0.6441281,0.6629542),(0.6441281,0.667169),(0.627244,0.6544749),(0.6230208,0.6544749),(0.6230209,0.658721),(0.627244,0.658721),(0.6187993,0.6544749),(0.6145822,0.6544749),(0.6145822,0.658721),(0.6187993,0.658721),(0.6187993,0.6629542),(0.6230208,0.6629542),(0.6145822,0.6629542),(0.6145822,0.667169),(0.6187993,0.667169),(0.6230209,0.667169),(0.627244,0.6629542),(0.627244,0.667169),(0.6103719,0.6544749),(0.6061606,0.6544749),(0.6061606,0.658721),(0.6103719,0.658721),(0.6019406,0.6544749),(0.5977041,0.6544749),(0.5977041,0.658721),(0.6019406,0.658721),(0.6019406,0.6629542),(0.6061606,0.6629542),(0.5977041,0.6629542),(0.5977041,0.667169),(0.6019406,0.667169),(0.6061606,0.667169),(0.6103719,0.6629542),(0.6103719,0.667169),(0.5934432,0.6544749),(0.589169,0.6544749),(0.589169,0.658721),(0.5934432,0.658721),(0.5848927,0.6544749),(0.5806257,0.6544749),(0.5806257,0.658721),(0.5848927,0.658721),(0.5848927,0.6629542),(0.589169,0.6629542),(0.5806257,0.6629542),(0.5806257,0.667169),(0.5848927,0.667169),(0.589169,0.667169),(0.5934432,0.6629542),(0.5934432,0.667169),(0.5763788,0.6544749),(0.572147,0.6544749),(0.572147,0.658721),(0.5763788,0.658721),(0.567925,0.6544749),(0.5637077,0.6544749),(0.5637077,0.658721),(0.567925,0.658721),(0.567925,0.6629542),(0.572147,0.6629542),(0.5637077,0.6629542),(0.5637077,0.667169),(0.567925,0.667169),(0.572147,0.667169),(0.5763788,0.6629542),(0.5763788,0.667169),(0.55949,0.6544749),(0.5552715,0.6544749),(0.5552715,0.658721),(0.55949,0.658721),(0.5510522,0.6544749),(0.5468317,0.6544749),(0.5468317,0.658721),(0.5510522,0.658721),(0.5510522,0.6629542),(0.5552715,0.6629542),(0.5468317,0.6629542),(0.5468317,0.667169),(0.5510522,0.667169),(0.5552715,0.667169),(0.55949,0.6629542),(0.55949,0.667169),(0.5426099,0.6544749),(0.5383899,0.6544749),(0.5383899,0.658721),(0.5426099,0.658721),(0.5341746,0.6544749),(0.5299669,0.6544749),(0.5299669,0.658721),(0.5341746,0.658721),(0.5341746,0.6629542),(0.5383899,0.6629542),(0.5299669,0.6629542),(0.529967,0.667169),(0.5341746,0.667169),(0.5383899,0.667169),(0.5426099,0.6629542),(0.5426099,0.667169),(0.52577,0.6544749),(0.5215818,0.6544749),(0.5215818,0.658721),(0.52577,0.658721),(0.5174,0.6544749),(0.5132228,0.6544749),(0.5132228,0.658721),(0.5174,0.658721),(0.5174,0.6629542),(0.5215818,0.6629542),(0.5132228,0.6629542),(0.5132228,0.667169),(0.5174,0.667169),(0.5215818,0.667169),(0.52577,0.6629542),(0.52577,0.667169),(0.5090478,0.6544749),(0.5048727,0.6544749),(0.5048727,0.658721),(0.5090478,0.658721),(0.5006949,0.6544749),(0.4965119,0.6544749),(0.4965119,0.658721),(0.5006949,0.658721),(0.5006949,0.6629542),(0.5048727,0.6629542),(0.4965119,0.6629542),(0.4965119,0.667169),(0.5006949,0.667169),(0.5048727,0.667169),(0.5090478,0.6629542),(0.5090478,0.667169),(0.4923214,0.6544749),(0.4881234,0.6544749),(0.4881234,0.658721),(0.4923214,0.658721),(0.4839184,0.6544749),(0.4797065,0.6544749),(0.4839184,0.658721),(0.4797065,0.658721),(0.4881234,0.6629542),(0.4839184,0.6629542),(0.4797065,0.6629542),(0.4839184,0.667169),(0.4797064,0.667169),(0.4881234,0.667169),(0.4923214,0.6629542),(0.4923214,0.667169),(0.4754879,0.6544749),(0.4712752,0.6544749),(0.4754879,0.658721),(0.4712752,0.658721),(0.4670808,0.6544749),(0.4629171,0.6544749),(0.4670808,0.658721),(0.4629171,0.658721),(0.4712752,0.6629542),(0.4670808,0.6629542),(0.4629171,0.6629542),(0.4670808,0.667169),(0.4629171,0.667169),(0.4712752,0.667169),(0.4754879,0.6629542),(0.4754879,0.667169),(0.4587967,0.6544749),(0.4547031,0.6544749),(0.4587967,0.658721),(0.4547031,0.658721),(0.4506197,0.6544749),(0.44653,0.6544749),(0.4506197,0.658721),(0.44653,0.658721),(0.4547031,0.6629542),(0.4506197,0.6629542),(0.44653,0.6629542),(0.44653,0.667169),(0.4506197,0.667169),(0.4547031,0.667169),(0.4587967,0.6629542),(0.4587967,0.667169),(0.4424174,0.6544749),(0.4382856,0.6544749),(0.4424174,0.658721),(0.4382856,0.658721),(0.4341379,0.6544749),(0.429978,0.6544749),(0.4341379,0.658721),(0.429978,0.658721),(0.4341379,0.6629542),(0.4382856,0.6629542),(0.429978,0.6629542),(0.429978,0.667169),(0.4341379,0.667169),(0.4382856,0.667169),(0.4424174,0.6629542),(0.4424174,0.667169),(0.4258092,0.6544749),(0.4216311,0.6544749),(0.4216312,0.658721),(0.4258092,0.658721),(0.4174434,0.6544749),(0.4132456,0.6544749),(0.4174434,0.658721),(0.4132456,0.658721),(0.4174434,0.6629542),(0.4216312,0.6629542),(0.4132456,0.6629542),(0.4132456,0.667169),(0.4174434,0.667169),(0.4216312,0.667169),(0.4258092,0.6629542),(0.4258092,0.667169),(0.4090372,0.6544749),(0.4048201,0.6544749),(0.4090372,0.658721),(0.4048201,0.658721),(0.4005963,0.6544749),(0.3963675,0.6544749),(0.4005963,0.658721),(0.3963675,0.658721),(0.4048201,0.6629542),(0.4005963,0.6629542),(0.3963675,0.6629542),(0.4005963,0.667169),(0.3963675,0.667169),(0.4048201,0.667169),(0.4090372,0.6629542),(0.4090372,0.667169),(0.3921357,0.6544749),(0.3879012,0.6544749),(0.3921357,0.658721),(0.3879012,0.658721),(0.3836642,0.6544749),(0.3794248,0.6544749),(0.3836642,0.658721),(0.3794249,0.658721),(0.3879012,0.6629542),(0.3836642,0.6629542),(0.3794248,0.6629542),(0.3836642,0.667169),(0.3794248,0.667169),(0.3879012,0.667169),(0.3921357,0.6629542),(0.3921357,0.667169),(0.3751834,0.6544749),(0.3709441,0.6544749),(0.3751834,0.658721),(0.3709441,0.658721),(0.3667112,0.6544749),(0.3624887,0.6544749),(0.3667112,0.658721),(0.3624887,0.658721),(0.3709442,0.6629542),(0.3667112,0.6629542),(0.3624887,0.6629542),(0.3667112,0.667169),(0.3624887,0.667169),(0.3709441,0.667169),(0.3751834,0.6629542),(0.3751834,0.667169),(0.358281,0.6544749),(0.3540821,0.6544749),(0.358281,0.658721),(0.3540821,0.658721),(0.3498864,0.6544749),(0.3456882,0.6544749),(0.3498864,0.658721),(0.3456882,0.658721),(0.3540821,0.6629542),(0.3498864,0.6629542),(0.3456882,0.6629542),(0.3498864,0.667169),(0.3456882,0.667169),(0.3540821,0.667169),(0.3582809,0.6629542),(0.358281,0.667169),(0.3414817,0.6544749),(0.3372694,0.6544749),(0.3414817,0.658721),(0.3372695,0.658721),(0.3330541,0.6544749),(0.3288383,0.6544749),(0.3330541,0.658721),(0.3288383,0.658721),(0.3372695,0.6629542),(0.3330541,0.6629542),(0.3288383,0.6629542),(0.3330541,0.667169),(0.3288383,0.667169),(0.3372695,0.667169),(0.3414817,0.6629542),(0.3414817,0.667169),(0.3246247,0.6544749),(0.3204179,0.6544749),(0.3246247,0.658721),(0.3204179,0.658721),(0.3162228,0.6544749),(0.3120441,0.6544749),(0.3162228,0.658721),(0.3120441,0.658721),(0.3204179,0.6629542),(0.3162228,0.6629542),(0.3120441,0.6629542),(0.3162228,0.667169),(0.3120441,0.667169),(0.3204179,0.667169),(0.3246247,0.6629542),(0.3246247,0.667169),(0.3078868,0.6544749),(0.3037427,0.6544749),(0.3078868,0.658721),(0.3037427,0.658721),(0.2996041,0.6544749),(0.2954631,0.6544749),(0.2996041,0.658721),(0.2954631,0.658721),(0.3037428,0.6629542),(0.2996041,0.6629542),(0.2954631,0.6629542),(0.2996041,0.667169),(0.2954631,0.667169),(0.3037427,0.667169),(0.3078868,0.6629542),(0.3078868,0.667169),(0.2913116,0.6544749),(0.2871543,0.6544749),(0.2913116,0.658721),(0.2871543,0.658721),(0.2829956,0.6544749),(0.2788399,0.6544749),(0.2829956,0.658721),(0.2788399,0.658721),(0.2871543,0.6629542),(0.2829956,0.6629542),(0.2788399,0.6629542),(0.2829956,0.667169),(0.2788399,0.667169),(0.2871543,0.667169),(0.2913116,0.6629542),(0.2913116,0.667169),(0.2746918,0.6544749),(0.2705556,0.6544749),(0.2746918,0.658721),(0.2705556,0.658721),(0.2664356,0.6544749),(0.262336,0.6544749),(0.2664356,0.658721),(0.262336,0.658721),(0.2705556,0.6629542),(0.2664356,0.6629542),(0.262336,0.6629542),(0.2664356,0.667169),(0.262336,0.667169),(0.2705556,0.667169),(0.2746918,0.6629542),(0.2746918,0.667169),(0.2582613,0.6544749),(0.254209,0.6544749),(0.2582613,0.658721),(0.254209,0.658721),(0.2501769,0.6544749),(0.2461624,0.6544749),(0.2501769,0.658721),(0.2461624,0.658721),(0.254209,0.6629542),(0.2501769,0.6629542),(0.2461624,0.6629542),(0.2501769,0.667169),(0.2461624,0.667169),(0.254209,0.667169),(0.2582613,0.6629542),(0.2582613,0.667169),(0.2421634,0.6544749),(0.238164,0.6544749),(0.2421634,0.658721),(0.238164,0.658721),(0.2341487,0.6544749),(0.2301017,0.6544749),(0.2341487,0.658721),(0.2301017,0.658721),(0.238164,0.6629542),(0.2341487,0.6629542),(0.2301017,0.6629542),(0.2341487,0.667169),(0.2301017,0.667169),(0.238164,0.667169),(0.2421634,0.6629542),(0.2421634,0.667169),(0.2260074,0.6544749),(0.2218787,0.6544749),(0.2260074,0.658721),(0.2218787,0.658721),(0.2177283,0.6544749),(0.2135691,0.6544749),(0.2177283,0.658721),(0.2135692,0.658721),(0.2218787,0.6629542),(0.2177283,0.6629542),(0.2135691,0.6629542),(0.2177283,0.667169),(0.2135692,0.667169),(0.2218787,0.667169),(0.2260074,0.6629542),(0.2260074,0.667169),(0.2094141,0.6544749),(0.2052627,0.6544749),(0.2094141,0.658721),(0.2052627,0.658721),(0.2011147,0.6544749),(0.1969699,0.6544749),(0.2011147,0.658721),(0.1969699,0.658721),(0.2052627,0.6629542),(0.2011147,0.6629542),(0.1969699,0.6629542),(0.2011147,0.667169),(0.1969699,0.667169),(0.2052627,0.667169),(0.2094141,0.6629542),(0.2094141,0.667169),(0.1928277,0.6544749),(0.1886888,0.6544749),(0.1928277,0.658721),(0.1886888,0.658721),(0.1845533,0.6544749),(0.1804218,0.6544749),(0.1845533,0.658721),(0.1804218,0.658721),(0.1886888,0.6629542),(0.1845533,0.6629542),(0.1804218,0.6629542),(0.1845533,0.667169),(0.1804218,0.667169),(0.1886888,0.667169),(0.1928277,0.6629542),(0.1928277,0.667169),(0.1762946,0.6544749),(0.1721701,0.6544749),(0.1762946,0.658721),(0.1721701,0.658721),(0.1680468,0.6544749),(0.163923,0.6544749),(0.1680468,0.658721),(0.163923,0.658721),(0.1721701,0.6629542),(0.1680468,0.6629542),(0.163923,0.6629542),(0.1680468,0.667169),(0.163923,0.667169),(0.1721701,0.667169),(0.1762946,0.6629542),(0.1762946,0.667169),(0.1597973,0.6544749),(0.1556691,0.6544749),(0.1597973,0.658721),(0.1556691,0.658721),(0.1515382,0.6544749),(0.1474041,0.6544749),(0.1515382,0.658721),(0.1474041,0.658721),(0.1556691,0.6629542),(0.1515382,0.6629542),(0.1474041,0.6629542),(0.1515382,0.667169),(0.1474041,0.667169),(0.1556691,0.667169),(0.1597973,0.6629542),(0.1597973,0.667169),(0.1432664,0.6544749),(0.1391259,0.6544749),(0.1432664,0.658721),(0.1391259,0.658721),(0.134983,0.6544749),(0.1308385,0.6544749),(0.134983,0.658721),(0.1308385,0.658721),(0.1391259,0.6629542),(0.134983,0.6629542),(0.1308385,0.6629542),(0.134983,0.667169),(0.1308385,0.667169),(0.1391259,0.667169),(0.1432664,0.6629542),(0.1432664,0.667169),(0.126693,0.6544749),(0.12255,0.6544749),(0.126693,0.658721),(0.12255,0.658721),(0.1184131,0.6544749),(0.1142857,0.6544749),(0.1184131,0.658721),(0.1142857,0.658721),(0.12255,0.6629542),(0.1184131,0.6629542),(0.1142857,0.6629542),(0.1184131,0.667169),(0.1142857,0.667169),(0.12255,0.667169),(0.126693,0.6629542),(0.126693,0.667169),(0.1101713,0.6544749),(0.1060752,0.6544749),(0.1060752,0.658721),(0.1101713,0.658721),(0.1020023,0.6544749),(0.09795791,0.6544749),(0.09795791,0.658721),(0.1020023,0.658721),(0.1020023,0.6629542),(0.1060752,0.6629542),(0.09795791,0.6629542),(0.1020023,0.667169),(0.09795791,0.667169),(0.1060752,0.667169),(0.1101713,0.6629542),(0.1101713,0.667169),(0.09394707,0.6544749),(0.08994583,0.6544749),(0.09394707,0.658721),(0.08994584,0.658721),(0.08593026,0.6544749),(0.08187638,0.6544749),(0.08187637,0.658721),(0.08593025,0.658721),(0.08994584,0.6629542),(0.08593026,0.6629542),(0.08187638,0.6629542),(0.08593026,0.667169),(0.08187638,0.667169),(0.08994584,0.667169),(0.09394707,0.6629542),(0.09394707,0.667169),(0.07776025,0.6544749),(0.07361087,0.6544749),(0.07361087,0.658721),(0.07776025,0.658721),(0.06945725,0.6544749),(0.06532837,0.6544749),(0.06945725,0.658721),(0.06532837,0.658721),(0.06945725,0.6629542),(0.07361087,0.6629542),(0.06532837,0.6629542),(0.06945725,0.667169),(0.06532837,0.667169),(0.07361087,0.667169),(0.07776025,0.6629542),(0.07776025,0.667169),(0.06125325,0.6544749),(0.05721605,0.6544749),(0.06125325,0.658721),(0.05721604,0.658721),(0.05320094,0.6544749),(0.0491921,0.6544749),(0.05320094,0.658721),(0.04919209,0.658721),(0.05721605,0.6629542),(0.05320094,0.6629542),(0.0491921,0.6629542),(0.05320094,0.667169),(0.04919209,0.667169),(0.05721605,0.667169),(0.06125325,0.6629542),(0.06125325,0.667169),(0.04517369,0.6544749),(0.04115105,0.6544749),(0.04115105,0.658721),(0.04517369,0.658721),(0.0371295,0.6544749),(0.03311438,0.6544749),(0.03311437,0.658721),(0.0371295,0.658721),(0.04115105,0.6629542),(0.0371295,0.6629542),(0.03311438,0.6629542),(0.0371295,0.667169),(0.03311438,0.667169),(0.04115105,0.667169),(0.04517369,0.6629542),(0.04517369,0.667169),(0.029111,0.6544749),(0.02511186,0.6544749),(0.02511186,0.658721),(0.029111,0.658721),(0.02110944,0.6544749),(0.01709622,0.6544749),(0.01709622,0.658721),(0.02110944,0.658721),(0.02110944,0.6629542),(0.02511186,0.6629542),(0.01709622,0.6629542),(0.01709622,0.667169),(0.02110944,0.667169),(0.02511186,0.667169),(0.029111,0.6629542),(0.029111,0.667169),(0.01306469,0.6544749),(0.009019421,0.6544751),(0.009019421,0.6587218),(0.01306469,0.658721),(0.004965,0.654476),(0.000906,0.6544772),(0.000906,0.6587275),(0.004965,0.6587242),(0.009019421,0.6629571),(0.004965,0.662966),(0.000906,0.6629778),(0.004965,0.6671867),(0.000906,0.667228),(0.009019421,0.6671734),(0.01306469,0.6629542),(0.01306469,0.667169),(0.9951518,0.6713719),(0.999094,0.6713837),(0.9912093,0.6713631),(0.9912093,0.6755415),(0.9951518,0.6755407),(0.999094,0.6755395),(0.9872664,0.6713601),(0.983323,0.6713601),(0.983323,0.6755419),(0.9872664,0.6755419),(0.9912093,0.6797242),(0.9872664,0.6797283),(0.983323,0.6797283),(0.9872664,0.6839336),(0.983323,0.6839336),(0.9912093,0.6839274),(0.9951518,0.6797118),(0.999094,0.6796952),(0.9951518,0.6839088),(0.999094,0.683851),(0.9793787,0.6713601),(0.9754275,0.6713601),(0.9754274,0.6755419),(0.9793787,0.6755419),(0.9714631,0.6713601),(0.9674796,0.6713601),(0.9674796,0.6755419),(0.9714631,0.6755419),(0.9714631,0.6797283),(0.9754274,0.6797283),(0.9674796,0.6797283),(0.9674796,0.6839336),(0.9714631,0.6839336),(0.9754274,0.6839336),(0.9793787,0.6797283),(0.9793787,0.6839336),(0.9634706,0.6713601),(0.9594426,0.6713601),(0.9634707,0.6755419),(0.9594426,0.6755419),(0.9554016,0.6713601),(0.9513539,0.6713601),(0.9554016,0.6755419),(0.9513539,0.6755419),(0.9594426,0.6797283),(0.9554016,0.6797283),(0.9513539,0.6797283),(0.9554016,0.6839336),(0.9513539,0.6839336),(0.9594425,0.6839336),(0.9634707,0.6797283),(0.9634706,0.6839336),(0.9473058,0.6713601),(0.9432498,0.6713601),(0.9473058,0.6755419),(0.9432497,0.6755419),(0.9391782,0.6713601),(0.9350839,0.6713601),(0.9391783,0.6755419),(0.9350839,0.6755419),(0.9432497,0.6797283),(0.9391782,0.6797283),(0.9350839,0.6797283),(0.9350839,0.6839336),(0.9391783,0.6839336),(0.9432497,0.6839336),(0.9473058,0.6797283),(0.9473058,0.6839336),(0.930959,0.6713601),(0.9268106,0.6713601),(0.9268106,0.6755419),(0.930959,0.6755419),(0.9226453,0.6713601),(0.9184701,0.6713601),(0.9184701,0.6755419),(0.9226453,0.6755419),(0.9226453,0.6797283),(0.9268106,0.6797283),(0.9184701,0.6797283),(0.9184701,0.6839336),(0.9226453,0.6839336),(0.9268106,0.6839336),(0.930959,0.6797283),(0.930959,0.6839336),(0.9142919,0.6713601),(0.910111,0.6713601),(0.9101109,0.6755419),(0.9142919,0.6755419),(0.9059278,0.6713601),(0.9017429,0.6713601),(0.9017429,0.6755419),(0.9059278,0.6755419),(0.9059278,0.6797283),(0.910111,0.6797283),(0.9017429,0.6797283),(0.9017428,0.6839336),(0.9059278,0.6839336),(0.9101109,0.6839336),(0.9142919,0.6797283),(0.9142919,0.6839336),(0.8975567,0.6713601),(0.8933688,0.6713601),(0.8933688,0.6755419),(0.8975567,0.6755419),(0.8891787,0.6713601),(0.8849859,0.6713601),(0.8849859,0.6755419),(0.8891788,0.6755419),(0.8891787,0.6797283),(0.8933688,0.6797283),(0.8849859,0.6797283),(0.8849859,0.6839336),(0.8891788,0.6839336),(0.8933688,0.6839336),(0.8975567,0.6797283),(0.8975567,0.6839336),(0.8807898,0.6713601),(0.8765806,0.6713601),(0.8765807,0.6755419),(0.8807898,0.6755419),(0.8723488,0.6713601),(0.8680845,0.6713601),(0.8680845,0.6755419),(0.8723488,0.6755419),(0.8723488,0.6797283),(0.8765806,0.6797283),(0.8680845,0.6797283),(0.8680845,0.6839336),(0.8723488,0.6839336),(0.8765806,0.6839336),(0.8807898,0.6797283),(0.8807898,0.6839336),(0.8637781,0.6713601),(0.8594491,0.6713601),(0.8594491,0.6755419),(0.8637781,0.6755419),(0.8551173,0.6713601),(0.8508024,0.6713601),(0.8508024,0.6755419),(0.8551173,0.6755419),(0.8551173,0.6797283),(0.8594491,0.6797283),(0.8508024,0.6797283),(0.8508024,0.6839336),(0.8551173,0.6839336),(0.859449,0.6839336),(0.8637781,0.6797283),(0.8637781,0.6839336),(0.846524,0.6713601),(0.8422731,0.6713601),(0.8422731,0.6755419),(0.846524,0.6755419),(0.8380403,0.6713601),(0.8338165,0.6713601),(0.8338165,0.6755419),(0.8380403,0.6755419),(0.8380403,0.6797283),(0.8422731,0.6797283),(0.8338165,0.6797283),(0.8338165,0.6839336),(0.8380404,0.6839336),(0.8422731,0.6839336),(0.846524,0.6797283),(0.846524,0.6839336),(0.8295926,0.6713601),(0.8253628,0.6713601),(0.8253628,0.6755419),(0.8295926,0.6755419),(0.8211217,0.6713601),(0.8168637,0.6713601),(0.8168637,0.6755419),(0.8211217,0.6755419),(0.8211217,0.6797283),(0.8253628,0.6797283),(0.8168637,0.6797283),(0.8168637,0.6839336),(0.8211217,0.6839336),(0.8253628,0.6839336),(0.8295926,0.6797283),(0.8295926,0.6839336),(0.8125832,0.6713601),(0.8082899,0.6713601),(0.8082899,0.6755419),(0.8125832,0.6755419),(0.8039935,0.6713601),(0.7997035,0.6713601),(0.7997035,0.6755419),(0.8039935,0.6755419),(0.8039935,0.6797283),(0.8082899,0.6797283),(0.7997035,0.6797283),(0.7997035,0.6839336),(0.8039935,0.6839336),(0.8082899,0.6839336),(0.8125832,0.6797283),(0.8125832,0.6839336),(0.7954297,0.6713601),(0.7911757,0.6713601),(0.7911757,0.6755419),(0.7954297,0.6755419),(0.7869452,0.6713601),(0.7827417,0.6713601),(0.7827417,0.6755419),(0.7869452,0.6755419),(0.7869452,0.6797283),(0.7911757,0.6797283),(0.7827417,0.6797283),(0.7827417,0.6839336),(0.7869452,0.6839336),(0.7911757,0.6839336),(0.7954297,0.6797283),(0.7954297,0.6839336),(0.7785689,0.6713601),(0.7744211,0.6713601),(0.7744212,0.6755419),(0.7785689,0.6755419),(0.7702925,0.6713601),(0.7661775,0.6713601),(0.7661775,0.6755419),(0.7702925,0.6755419),(0.7702925,0.6797283),(0.7744212,0.6797283),(0.7661775,0.6797283),(0.7661775,0.6839336),(0.7702925,0.6839336),(0.7744212,0.6839336),(0.778569,0.6797283),(0.778569,0.6839336),(0.7620703,0.6713601),(0.757961,0.6713601),(0.757961,0.6755419),(0.7620703,0.6755419),(0.7538399,0.6713601),(0.7496969,0.6713601),(0.7496969,0.6755419),(0.7538399,0.6755419),(0.7538399,0.6797283),(0.757961,0.6797283),(0.7496969,0.6797283),(0.7496969,0.6839336),(0.7538399,0.6839336),(0.757961,0.6839336),(0.7620703,0.6797283),(0.7620703,0.6839336),(0.7455223,0.6713601),(0.7413244,0.6713601),(0.7413245,0.6755419),(0.7455223,0.6755419),(0.7371117,0.6713601),(0.7328922,0.6713601),(0.7328923,0.6755419),(0.7371117,0.6755419),(0.7371117,0.6797283),(0.7413245,0.6797283),(0.7328922,0.6797283),(0.7328922,0.6839336),(0.7371117,0.6839336),(0.7413245,0.6839336),(0.7455223,0.6797283),(0.7455223,0.6839336),(0.7286744,0.6713601),(0.7244572,0.6713601),(0.7244572,0.6755419),(0.7286744,0.6755419),(0.7202395,0.6713601),(0.71602,0.6713601),(0.71602,0.6755419),(0.7202395,0.6755419),(0.7202395,0.6797283),(0.7244572,0.6797283),(0.71602,0.6797283),(0.71602,0.6839336),(0.7202394,0.6839336),(0.7244572,0.6839336),(0.7286744,0.6797283),(0.7286744,0.6839336),(0.7117977,0.6713601),(0.7075742,0.6713601),(0.7075742,0.6755419),(0.7117977,0.6755419),(0.7033514,0.6713601),(0.6991307,0.6713601),(0.6991307,0.6755419),(0.7033514,0.6755419),(0.7033514,0.6797283),(0.7075742,0.6797283),(0.6991307,0.6797283),(0.6991307,0.6839336),(0.7033514,0.6839336),(0.7075742,0.6839336),(0.7117977,0.6797283),(0.7117977,0.6839336),(0.6949139,0.6713601),(0.6906992,0.6713601),(0.6906992,0.6755419),(0.6949139,0.6755419),(0.6864849,0.6713601),(0.6822694,0.6713601),(0.6822693,0.6755419),(0.6864849,0.6755419),(0.6864849,0.6797283),(0.6906992,0.6797283),(0.6822694,0.6797283),(0.6822693,0.6839336),(0.6864849,0.6839336),(0.6906992,0.6839336),(0.6949139,0.6797283),(0.6949139,0.6839336),(0.6780508,0.6713601),(0.6738272,0.6713601),(0.6738272,0.6755419),(0.6780507,0.6755419),(0.6695971,0.6713601),(0.6653587,0.6713601),(0.6653587,0.6755419),(0.6695971,0.6755419),(0.6695971,0.6797283),(0.6738272,0.6797283),(0.6653587,0.6797283),(0.6653587,0.6839336),(0.6695971,0.6839336),(0.6738272,0.6839336),(0.6780508,0.6797283),(0.6780507,0.6839336),(0.6611102,0.6713601),(0.6568571,0.6713601),(0.6568571,0.6755419),(0.6611102,0.6755419),(0.6526053,0.6713601),(0.6483604,0.6713601),(0.6483604,0.6755419),(0.6526054,0.6755419),(0.6526054,0.6797283),(0.6568571,0.6797283),(0.6483604,0.6797283),(0.6483604,0.6839336),(0.6526053,0.6839336),(0.6568571,0.6839336),(0.6611102,0.6797283),(0.6611102,0.6839336),(0.6441281,0.6713601),(0.6399043,0.6713601),(0.6399043,0.6755419),(0.6441281,0.6755419),(0.635685,0.6713601),(0.6314663,0.6713601),(0.6314663,0.6755419),(0.635685,0.6755419),(0.635685,0.6797283),(0.6399043,0.6797283),(0.6314663,0.6797283),(0.6314663,0.6839336),(0.635685,0.6839336),(0.6399043,0.6839336),(0.6441281,0.6797283),(0.6441281,0.6839336),(0.627244,0.6713601),(0.6230208,0.6713601),(0.6230209,0.6755419),(0.627244,0.6755419),(0.6187993,0.6713601),(0.6145822,0.6713601),(0.6145822,0.6755419),(0.6187993,0.6755419),(0.6187993,0.6797283),(0.6230208,0.6797283),(0.6145822,0.6797283),(0.6145822,0.6839336),(0.6187993,0.6839336),(0.6230209,0.6839336),(0.627244,0.6797283),(0.627244,0.6839336),(0.6103719,0.6713601),(0.6061606,0.6713601),(0.6061606,0.6755419),(0.6103719,0.6755419),(0.6019406,0.6713601),(0.5977041,0.6713601),(0.5977041,0.6755419),(0.6019406,0.6755419),(0.6019406,0.6797283),(0.6061606,0.6797283),(0.5977041,0.6797283),(0.5977041,0.6839336),(0.6019406,0.6839336),(0.6061606,0.6839336),(0.6103719,0.6797283),(0.6103719,0.6839336),(0.5934432,0.6713601),(0.589169,0.6713601),(0.589169,0.6755419),(0.5934432,0.6755419),(0.5848927,0.6713601),(0.5806257,0.6713601),(0.5806257,0.6755419),(0.5848927,0.6755419),(0.5848927,0.6797283),(0.589169,0.6797283),(0.5806257,0.6797283),(0.5806257,0.6839336),(0.5848927,0.6839336),(0.589169,0.6839336),(0.5934432,0.6797283),(0.5934432,0.6839336),(0.5763788,0.6713601),(0.572147,0.6713601),(0.572147,0.6755419),(0.5763788,0.6755419),(0.567925,0.6713601),(0.5637077,0.6713601),(0.5637077,0.6755419),(0.567925,0.6755419),(0.567925,0.6797283),(0.572147,0.6797283),(0.5637077,0.6797283),(0.5637077,0.6839336),(0.567925,0.6839336),(0.572147,0.6839336),(0.5763788,0.6797283),(0.5763788,0.6839336),(0.55949,0.6713601),(0.5552715,0.6713601),(0.5552715,0.6755419),(0.55949,0.6755419),(0.5510522,0.6713601),(0.5468317,0.6713601),(0.5468317,0.6755419),(0.5510522,0.6755419),(0.5510522,0.6797283),(0.5552715,0.6797283),(0.5468317,0.6797283),(0.5468317,0.6839336),(0.5510522,0.6839336),(0.5552715,0.6839336),(0.55949,0.6797283),(0.55949,0.6839336),(0.5426099,0.6713601),(0.5383899,0.6713601),(0.5383899,0.6755419),(0.5426099,0.6755419),(0.5341746,0.6713601),(0.5299669,0.6713601),(0.5299669,0.6755419),(0.5341746,0.6755419),(0.5341746,0.6797283),(0.5383899,0.6797283),(0.5299669,0.6797283),(0.529967,0.6839336),(0.5341746,0.6839336),(0.5383899,0.6839336),(0.5426099,0.6797283),(0.5426099,0.6839336),(0.52577,0.6713601),(0.5215818,0.6713601),(0.5215818,0.6755419),(0.52577,0.6755419),(0.5174,0.6713601),(0.5132228,0.6713601),(0.5132228,0.6755419),(0.5174,0.6755419),(0.5174,0.6797283),(0.5215818,0.6797283),(0.5132228,0.6797283),(0.5132228,0.6839336),(0.5174,0.6839336),(0.5215818,0.6839336),(0.52577,0.6797283),(0.52577,0.6839336),(0.5090478,0.6713601),(0.5048727,0.6713601),(0.5048727,0.6755419),(0.5090478,0.6755419),(0.5006949,0.6713601),(0.4965119,0.6713601),(0.4965119,0.6755419),(0.5006949,0.6755419),(0.5006949,0.6797283),(0.5048727,0.6797283),(0.4965119,0.6797283),(0.4965119,0.6839336),(0.5006949,0.6839336),(0.5048727,0.6839336),(0.5090478,0.6797283),(0.5090478,0.6839336),(0.4923214,0.6713601),(0.4881234,0.6713601),(0.4881234,0.6755419),(0.4923214,0.6755419),(0.4839184,0.6713601),(0.4797065,0.6713601),(0.4839184,0.6755419),(0.4797065,0.6755419),(0.4839184,0.6797283),(0.4881234,0.6797283),(0.4797065,0.6797283),(0.4797064,0.6839336),(0.4839184,0.6839336),(0.4881234,0.6839336),(0.4923214,0.6797283),(0.4923214,0.6839336),(0.4754879,0.6713601),(0.4712752,0.6713601),(0.4754879,0.6755419),(0.4712752,0.6755419),(0.4670808,0.6713601),(0.4629171,0.6713601),(0.4670808,0.6755419),(0.4629171,0.6755419),(0.4712752,0.6797283),(0.4670808,0.6797283),(0.4629171,0.6797283),(0.4670808,0.6839336),(0.4629171,0.6839336),(0.4712752,0.6839336),(0.4754879,0.6797283),(0.4754879,0.6839336),(0.4587967,0.6713601),(0.4547031,0.6713601),(0.4587967,0.6755419),(0.4547031,0.6755419),(0.4506197,0.6713601),(0.44653,0.6713601),(0.44653,0.6755419),(0.4506197,0.6755419),(0.4506197,0.6797283),(0.4547031,0.6797283),(0.44653,0.6797283),(0.44653,0.6839336),(0.4506197,0.6839336),(0.4547031,0.6839336),(0.4587967,0.6797283),(0.4587967,0.6839336),(0.4424174,0.6713601),(0.4382856,0.6713601),(0.4382856,0.6755419),(0.4424174,0.6755419),(0.4341379,0.6713601),(0.429978,0.6713601),(0.429978,0.6755419),(0.4341379,0.6755419),(0.4341379,0.6797283),(0.4382856,0.6797283),(0.429978,0.6797283),(0.429978,0.6839336),(0.4341379,0.6839336),(0.4382856,0.6839336),(0.4424174,0.6797283),(0.4424174,0.6839336),(0.4258092,0.6713601),(0.4216311,0.6713601),(0.4216312,0.6755419),(0.4258092,0.6755419),(0.4174434,0.6713601),(0.4132456,0.6713601),(0.4132456,0.6755419),(0.4174434,0.6755419),(0.4174434,0.6797283),(0.4216312,0.6797283),(0.4132456,0.6797283),(0.4132456,0.6839336),(0.4174434,0.6839336),(0.4216312,0.6839336),(0.4258092,0.6797283),(0.4258092,0.6839336),(0.4090372,0.6713601),(0.4048201,0.6713601),(0.4090372,0.6755419),(0.4048201,0.6755419),(0.4005963,0.6713601),(0.3963675,0.6713601),(0.4005963,0.6755419),(0.3963675,0.6755419),(0.4048201,0.6797283),(0.4005963,0.6797283),(0.3963675,0.6797283),(0.4005963,0.6839336),(0.3963675,0.6839336),(0.4048201,0.6839336),(0.4090372,0.6797283),(0.4090372,0.6839336),(0.3921357,0.6713601),(0.3879012,0.6713601),(0.3921357,0.6755419),(0.3879012,0.6755419),(0.3836642,0.6713601),(0.3794248,0.6713601),(0.3836642,0.6755419),(0.3794249,0.6755419),(0.3879012,0.6797283),(0.3836642,0.6797283),(0.3794248,0.6797283),(0.3836642,0.6839336),(0.3794248,0.6839336),(0.3879012,0.6839336),(0.3921357,0.6797283),(0.3921357,0.6839336),(0.3751834,0.6713601),(0.3709441,0.6713601),(0.3751834,0.6755419),(0.3709441,0.6755419),(0.3667112,0.6713601),(0.3624887,0.6713601),(0.3667112,0.6755419),(0.3624887,0.6755419),(0.3709442,0.6797283),(0.3667112,0.6797283),(0.3624887,0.6797283),(0.3667112,0.6839336),(0.3624887,0.6839336),(0.3709441,0.6839336),(0.3751834,0.6797283),(0.3751834,0.6839336),(0.358281,0.6713601),(0.3540821,0.6713601),(0.358281,0.6755419),(0.3540821,0.6755419),(0.3498864,0.6713601),(0.3456882,0.6713601),(0.3498864,0.6755419),(0.3456882,0.6755419),(0.3540821,0.6797283),(0.3498864,0.6797283),(0.3456882,0.6797283),(0.3498864,0.6839336),(0.3456882,0.6839336),(0.3540821,0.6839336),(0.3582809,0.6797283),(0.358281,0.6839336),(0.3414817,0.6713601),(0.3372694,0.6713601),(0.3414817,0.6755419),(0.3372695,0.6755419),(0.3330541,0.6713601),(0.3288383,0.6713601),(0.3330541,0.6755419),(0.3288383,0.6755419),(0.3372695,0.6797283),(0.3330541,0.6797283),(0.3288383,0.6797283),(0.3330541,0.6839336),(0.3288383,0.6839336),(0.3372695,0.6839336),(0.3414817,0.6797283),(0.3414817,0.6839336),(0.3246247,0.6713601),(0.3204179,0.6713601),(0.3246247,0.6755419),(0.3204179,0.6755419),(0.3162228,0.6713601),(0.3120441,0.6713601),(0.3162228,0.6755419),(0.3120441,0.6755419),(0.3204179,0.6797283),(0.3162228,0.6797283),(0.3120441,0.6797283),(0.3162228,0.6839336),(0.3120441,0.6839336),(0.3204179,0.6839336),(0.3246247,0.6797283),(0.3246247,0.6839336),(0.3078868,0.6713601),(0.3037427,0.6713601),(0.3078868,0.6755419),(0.3037427,0.6755419),(0.2996041,0.6713601),(0.2954631,0.6713601),(0.2996041,0.6755419),(0.2954631,0.6755419),(0.3037428,0.6797283),(0.2996041,0.6797283),(0.2954631,0.6797283),(0.2996041,0.6839336),(0.2954631,0.6839336),(0.3037427,0.6839336),(0.3078868,0.6797283),(0.3078868,0.6839336),(0.2913116,0.6713601),(0.2871543,0.6713601),(0.2913116,0.6755419),(0.2871543,0.6755419),(0.2829956,0.6713601),(0.2788399,0.6713601),(0.2829956,0.6755419),(0.2788399,0.6755419),(0.2871543,0.6797283),(0.2829956,0.6797283),(0.2788399,0.6797283),(0.2829956,0.6839336),(0.2788399,0.6839336),(0.2871543,0.6839336),(0.2913116,0.6797283),(0.2913116,0.6839336),(0.2746918,0.6713601),(0.2705556,0.6713601),(0.2746918,0.6755419),(0.2705556,0.6755419),(0.2664356,0.6713601),(0.262336,0.6713601),(0.2664356,0.6755419),(0.262336,0.6755419),(0.2705556,0.6797283),(0.2664356,0.6797283),(0.262336,0.6797283),(0.2664356,0.6839336),(0.262336,0.6839336),(0.2705556,0.6839336),(0.2746918,0.6797283),(0.2746918,0.6839336),(0.2582613,0.6713601),(0.254209,0.6713601),(0.2582613,0.6755419),(0.254209,0.6755419),(0.2501769,0.6713601),(0.2461624,0.6713601),(0.2501769,0.6755419),(0.2461624,0.6755419),(0.254209,0.6797283),(0.2501769,0.6797283),(0.2461624,0.6797283),(0.2501769,0.6839336),(0.2461624,0.6839336),(0.254209,0.6839336),(0.2582613,0.6797283),(0.2582613,0.6839336),(0.2421634,0.6713601),(0.238164,0.6713601),(0.2421634,0.6755419),(0.238164,0.6755419),(0.2341487,0.6713601),(0.2301017,0.6713601),(0.2341487,0.6755419),(0.2301017,0.6755419),(0.238164,0.6797283),(0.2341487,0.6797283),(0.2301017,0.6797283),(0.2341487,0.6839336),(0.2301017,0.6839336),(0.238164,0.6839336),(0.2421634,0.6797283),(0.2421634,0.6839336),(0.2260074,0.6713601),(0.2218787,0.6713601),(0.2260074,0.6755419),(0.2218787,0.6755419),(0.2177283,0.6713601),(0.2135691,0.6713601),(0.2177283,0.6755419),(0.2135692,0.6755419),(0.2218787,0.6797283),(0.2177283,0.6797283),(0.2135691,0.6797283),(0.2177283,0.6839336),(0.2135692,0.6839336),(0.2218787,0.6839336),(0.2260074,0.6797283),(0.2260074,0.6839336),(0.2094141,0.6713601),(0.2052627,0.6713601),(0.2094141,0.6755419),(0.2052627,0.6755419),(0.2011147,0.6713601),(0.1969699,0.6713601),(0.2011147,0.6755419),(0.1969699,0.6755419),(0.2052627,0.6797283),(0.2011147,0.6797283),(0.1969699,0.6797283),(0.2011147,0.6839336),(0.1969699,0.6839336),(0.2052627,0.6839336),(0.2094141,0.6797283),(0.2094141,0.6839336),(0.1928277,0.6713601),(0.1886888,0.6713601),(0.1928277,0.6755419),(0.1886888,0.6755419),(0.1845533,0.6713601),(0.1804218,0.6713601),(0.1845533,0.6755419),(0.1804218,0.6755419),(0.1886888,0.6797283),(0.1845533,0.6797283),(0.1804218,0.6797283),(0.1845533,0.6839336),(0.1804218,0.6839336),(0.1886888,0.6839336),(0.1928277,0.6797283),(0.1928277,0.6839336),(0.1762946,0.6713601),(0.1721701,0.6713601),(0.1762946,0.6755419),(0.1721701,0.6755419),(0.1680468,0.6713601),(0.163923,0.6713601),(0.1680468,0.6755419),(0.163923,0.6755419),(0.1721701,0.6797283),(0.1680468,0.6797283),(0.163923,0.6797283),(0.1680468,0.6839336),(0.163923,0.6839336),(0.1721701,0.6839336),(0.1762946,0.6797283),(0.1762946,0.6839336),(0.1597973,0.6713601),(0.1556691,0.6713601),(0.1597973,0.6755419),(0.1556691,0.6755419),(0.1515382,0.6713601),(0.1474041,0.6713601),(0.1515382,0.6755419),(0.1474041,0.6755419),(0.1556691,0.6797283),(0.1515382,0.6797283),(0.1474041,0.6797283),(0.1515382,0.6839336),(0.1474041,0.6839336),(0.1556691,0.6839336),(0.1597973,0.6797283),(0.1597973,0.6839336),(0.1432664,0.6713601),(0.1391259,0.6713601),(0.1432664,0.6755419),(0.1391259,0.6755419),(0.134983,0.6713601),(0.1308385,0.6713601),(0.134983,0.6755419),(0.1308385,0.6755419),(0.1391259,0.6797283),(0.134983,0.6797283),(0.1308385,0.6797283),(0.134983,0.6839336),(0.1308385,0.6839336),(0.1391259,0.6839336),(0.1432664,0.6797283),(0.1432664,0.6839336),(0.126693,0.6713601),(0.12255,0.6713601),(0.126693,0.6755419),(0.12255,0.6755419),(0.1184131,0.6713601),(0.1142857,0.6713601),(0.1184131,0.6755419),(0.1142857,0.6755419),(0.12255,0.6797283),(0.1184131,0.6797283),(0.1142857,0.6797283),(0.1184131,0.6839336),(0.1142857,0.6839336),(0.12255,0.6839336),(0.126693,0.6797283),(0.126693,0.6839336),(0.1101713,0.6713601),(0.1060752,0.6713601),(0.1101713,0.6755419),(0.1060752,0.6755419),(0.1020023,0.6713601),(0.09795791,0.6713601),(0.1020023,0.6755419),(0.09795791,0.6755419),(0.1060752,0.6797283),(0.1020023,0.6797283),(0.09795791,0.6797283),(0.1020023,0.6839336),(0.09795791,0.6839336),(0.1060752,0.6839336),(0.1101713,0.6797283),(0.1101713,0.6839336),(0.09394707,0.6713601),(0.08994583,0.6713601),(0.09394707,0.6755419),(0.08994584,0.6755419),(0.08593026,0.6713601),(0.08187638,0.6713601),(0.08593025,0.6755419),(0.08187637,0.6755419),(0.08994584,0.6797283),(0.08593026,0.6797283),(0.08187638,0.6797283),(0.08593026,0.6839336),(0.08187638,0.6839336),(0.08994584,0.6839336),(0.09394707,0.6797283),(0.09394707,0.6839336),(0.07776025,0.6713601),(0.07361087,0.6713601),(0.07776025,0.6755419),(0.07361087,0.6755419),(0.06945725,0.6713601),(0.06532837,0.6713601),(0.06945725,0.6755419),(0.06532837,0.6755419),(0.07361087,0.6797283),(0.06945725,0.6797283),(0.06532837,0.6797283),(0.06945725,0.6839336),(0.06532837,0.6839336),(0.07361087,0.6839336),(0.07776025,0.6797283),(0.07776025,0.6839336),(0.06125325,0.6713601),(0.05721605,0.6713601),(0.06125325,0.6755419),(0.05721604,0.6755419),(0.05320094,0.6713601),(0.0491921,0.6713601),(0.05320094,0.6755419),(0.04919209,0.6755419),(0.05721605,0.6797283),(0.05320094,0.6797283),(0.0491921,0.6797283),(0.05320094,0.6839336),(0.04919209,0.6839336),(0.05721605,0.6839336),(0.06125325,0.6797283),(0.06125325,0.6839336),(0.04517369,0.6713601),(0.04115105,0.6713601),(0.04517369,0.6755419),(0.04115105,0.6755419),(0.0371295,0.6713601),(0.03311438,0.6713601),(0.0371295,0.6755419),(0.03311437,0.6755419),(0.04115105,0.6797283),(0.0371295,0.6797283),(0.03311438,0.6797283),(0.0371295,0.6839336),(0.03311438,0.6839336),(0.04115105,0.6839336),(0.04517369,0.6797283),(0.04517369,0.6839336),(0.029111,0.6713601),(0.02511186,0.6713601),(0.029111,0.6755419),(0.02511186,0.6755419),(0.02110944,0.6713601),(0.01709622,0.6713601),(0.02110944,0.6755419),(0.01709622,0.6755419),(0.02511186,0.6797283),(0.02110944,0.6797283),(0.01709622,0.6797283),(0.02110944,0.6839336),(0.01709622,0.6839336),(0.02511186,0.6839336),(0.029111,0.6797283),(0.029111,0.6839336),(0.01306469,0.6713601),(0.009019421,0.6713631),(0.01306469,0.6755419),(0.009019421,0.6755415),(0.004965,0.6713719),(0.000906,0.6713837),(0.000906,0.6755395),(0.004965,0.6755407),(0.004965,0.6797118),(0.009019421,0.6797242),(0.000906,0.6796952),(0.000906,0.683851),(0.004965,0.6839088),(0.009019421,0.6839274),(0.01306469,0.6797283),(0.01306469,0.6839336),(0.999094,0.688139),(0.9951518,0.6881555),(0.9912093,0.6881679),(0.9951518,0.6924271),(0.9912093,0.6924272),(0.999094,0.692427),(0.9872664,0.688172),(0.983323,0.688172),(0.9872664,0.6924272),(0.983323,0.6924272),(0.9912093,0.6966869),(0.9872664,0.6966829),(0.983323,0.6966829),(0.9872664,0.7009228),(0.983323,0.7009228),(0.9912093,0.7009289),(0.999094,0.696715),(0.9951518,0.696699),(0.9951518,0.7009469),(0.999094,0.701003),(0.9793787,0.688172),(0.9754275,0.688172),(0.9793787,0.6924272),(0.9754274,0.6924272),(0.9714631,0.688172),(0.9674796,0.688172),(0.9714631,0.6924272),(0.9674796,0.6924272),(0.9754274,0.6966829),(0.9714631,0.6966829),(0.9674796,0.6966829),(0.9714631,0.7009228),(0.9674796,0.7009228),(0.9754274,0.7009228),(0.9793787,0.6966829),(0.9793787,0.7009228),(0.9634706,0.688172),(0.9594426,0.688172),(0.9634707,0.6924272),(0.9594426,0.6924272),(0.9554016,0.688172),(0.9513539,0.688172),(0.9513539,0.6924272),(0.9554016,0.6924272),(0.9554016,0.6966829),(0.9594426,0.6966829),(0.9513539,0.6966829),(0.9513539,0.7009228),(0.9554016,0.7009228),(0.9594425,0.7009228),(0.9634707,0.6966829),(0.9634706,0.7009228),(0.9473058,0.688172),(0.9432498,0.688172),(0.9432497,0.6924272),(0.9473058,0.6924272),(0.9391782,0.688172),(0.9350839,0.688172),(0.9350839,0.6924272),(0.9391783,0.6924272),(0.9391782,0.6966829),(0.9432497,0.6966829),(0.9350839,0.6966829),(0.9350839,0.7009228),(0.9391783,0.7009228),(0.9432497,0.7009228),(0.9473058,0.6966829),(0.9473058,0.7009228),(0.930959,0.688172),(0.9268106,0.688172),(0.9268106,0.6924272),(0.930959,0.6924272),(0.9226453,0.688172),(0.9184701,0.688172),(0.9184701,0.6924272),(0.9226453,0.6924272),(0.9226453,0.6966829),(0.9268106,0.6966829),(0.9184701,0.6966829),(0.9184701,0.7009228),(0.9226453,0.7009228),(0.9268106,0.7009228),(0.930959,0.6966829),(0.930959,0.7009228),(0.9142919,0.688172),(0.910111,0.688172),(0.9101109,0.6924272),(0.9142919,0.6924272),(0.9059278,0.688172),(0.9017429,0.688172),(0.9017429,0.6924272),(0.9059278,0.6924272),(0.9059278,0.6966829),(0.910111,0.6966829),(0.9017429,0.6966829),(0.9017428,0.7009228),(0.9059278,0.7009228),(0.9101109,0.7009228),(0.9142919,0.6966829),(0.9142919,0.7009228),(0.8975567,0.688172),(0.8933688,0.688172),(0.8933688,0.6924272),(0.8975567,0.6924272),(0.8891787,0.688172),(0.8849859,0.688172),(0.8849859,0.6924272),(0.8891788,0.6924272),(0.8891787,0.6966829),(0.8933688,0.6966829),(0.8849859,0.6966829),(0.8849859,0.7009228),(0.8891788,0.7009228),(0.8933688,0.7009228),(0.8975567,0.6966829),(0.8975567,0.7009228),(0.8807898,0.688172),(0.8765806,0.688172),(0.8765807,0.6924272),(0.8807898,0.6924272),(0.8723488,0.688172),(0.8680845,0.688172),(0.8680845,0.6924272),(0.8723488,0.6924272),(0.8723488,0.6966829),(0.8765806,0.6966829),(0.8680845,0.6966829),(0.8680845,0.7009228),(0.8723488,0.7009228),(0.8765806,0.7009228),(0.8807898,0.6966829),(0.8807898,0.7009228),(0.8637781,0.688172),(0.8594491,0.688172),(0.8594491,0.6924272),(0.8637781,0.6924272),(0.8551173,0.688172),(0.8508024,0.688172),(0.8508024,0.6924272),(0.8551173,0.6924272),(0.8551173,0.6966829),(0.8594491,0.6966829),(0.8508024,0.6966829),(0.8508024,0.7009228),(0.8551173,0.7009228),(0.859449,0.7009228),(0.8637781,0.6966829),(0.8637781,0.7009228),(0.846524,0.688172),(0.8422731,0.688172),(0.8422731,0.6924272),(0.846524,0.6924272),(0.8380403,0.688172),(0.8338165,0.688172),(0.8338165,0.6924272),(0.8380403,0.6924272),(0.8380403,0.6966829),(0.8422731,0.6966829),(0.8338165,0.6966829),(0.8338165,0.7009228),(0.8380404,0.7009228),(0.8422731,0.7009228),(0.846524,0.6966829),(0.846524,0.7009228),(0.8295926,0.688172),(0.8253628,0.688172),(0.8253628,0.6924272),(0.8295926,0.6924272),(0.8211217,0.688172),(0.8168637,0.688172),(0.8168637,0.6924272),(0.8211217,0.6924272),(0.8211217,0.6966829),(0.8253628,0.6966829),(0.8168637,0.6966829),(0.8168637,0.7009228),(0.8211217,0.7009228),(0.8253628,0.7009228),(0.8295926,0.6966829),(0.8295926,0.7009228),(0.8125832,0.688172),(0.8082899,0.688172),(0.8082899,0.6924272),(0.8125832,0.6924272),(0.8039935,0.688172),(0.7997035,0.688172),(0.7997035,0.6924272),(0.8039935,0.6924272),(0.8039935,0.6966829),(0.8082899,0.6966829),(0.7997035,0.6966829),(0.7997035,0.7009228),(0.8039935,0.7009228),(0.8082899,0.7009228),(0.8125832,0.6966829),(0.8125832,0.7009228),(0.7954297,0.688172),(0.7911757,0.688172),(0.7911757,0.6924272),(0.7954297,0.6924272),(0.7869452,0.688172),(0.7827417,0.688172),(0.7827417,0.6924272),(0.7869452,0.6924272),(0.7869452,0.6966829),(0.7911757,0.6966829),(0.7827417,0.6966829),(0.7827417,0.7009228),(0.7869452,0.7009228),(0.7911757,0.7009228),(0.7954297,0.6966829),(0.7954297,0.7009228),(0.7785689,0.688172),(0.7744211,0.688172),(0.7744212,0.6924272),(0.7785689,0.6924272),(0.7702925,0.688172),(0.7661775,0.688172),(0.7661775,0.6924272),(0.7702925,0.6924272),(0.7702925,0.6966829),(0.7744212,0.6966829),(0.7661775,0.6966829),(0.7661775,0.7009228),(0.7702925,0.7009228),(0.7744212,0.7009228),(0.778569,0.6966829),(0.778569,0.7009228),(0.7620703,0.688172),(0.757961,0.688172),(0.757961,0.6924272),(0.7620703,0.6924272),(0.7538399,0.688172),(0.7496969,0.688172),(0.7496969,0.6924272),(0.7538399,0.6924272),(0.7538399,0.6966829),(0.757961,0.6966829),(0.7496969,0.6966829),(0.7496969,0.7009228),(0.7538399,0.7009228),(0.757961,0.7009228),(0.7620703,0.6966829),(0.7620703,0.7009228),(0.7455223,0.688172),(0.7413244,0.688172),(0.7413245,0.6924272),(0.7455223,0.6924272),(0.7371117,0.688172),(0.7328922,0.688172),(0.7328923,0.6924272),(0.7371117,0.6924272),(0.7413245,0.6966829),(0.7371117,0.6966829),(0.7328922,0.6966829),(0.7371117,0.7009228),(0.7328922,0.7009228),(0.7413245,0.7009228),(0.7455223,0.6966829),(0.7455223,0.7009228),(0.7286744,0.688172),(0.7244572,0.688172),(0.7244572,0.6924272),(0.7286744,0.6924272),(0.7202395,0.688172),(0.71602,0.688172),(0.71602,0.6924272),(0.7202395,0.6924272),(0.7202395,0.6966829),(0.7244572,0.6966829),(0.71602,0.6966829),(0.71602,0.7009228),(0.7202394,0.7009228),(0.7244572,0.7009228),(0.7286744,0.6966829),(0.7286744,0.7009228),(0.7117977,0.688172),(0.7075742,0.688172),(0.7075742,0.6924272),(0.7117977,0.6924272),(0.7033514,0.688172),(0.6991307,0.688172),(0.6991307,0.6924272),(0.7033514,0.6924272),(0.7033514,0.6966829),(0.7075742,0.6966829),(0.6991307,0.6966829),(0.6991307,0.7009228),(0.7033514,0.7009228),(0.7075742,0.7009228),(0.7117977,0.6966829),(0.7117977,0.7009228),(0.6949139,0.688172),(0.6906992,0.688172),(0.6906992,0.6924272),(0.6949139,0.6924272),(0.6864849,0.688172),(0.6822694,0.688172),(0.6822693,0.6924272),(0.6864849,0.6924272),(0.6864849,0.6966829),(0.6906992,0.6966829),(0.6822694,0.6966829),(0.6822693,0.7009228),(0.6864849,0.7009228),(0.6906992,0.7009228),(0.6949139,0.6966829),(0.6949139,0.7009228),(0.6780508,0.688172),(0.6738272,0.688172),(0.6738272,0.6924272),(0.6780507,0.6924272),(0.6695971,0.688172),(0.6653587,0.688172),(0.6653587,0.6924272),(0.6695971,0.6924272),(0.6695971,0.6966829),(0.6738272,0.6966829),(0.6653587,0.6966829),(0.6653587,0.7009228),(0.6695971,0.7009228),(0.6738272,0.7009228),(0.6780508,0.6966829),(0.6780507,0.7009228),(0.6611102,0.688172),(0.6568571,0.688172),(0.6568571,0.6924272),(0.6611102,0.6924272),(0.6526053,0.688172),(0.6483604,0.688172),(0.6483604,0.6924272),(0.6526054,0.6924272),(0.6526054,0.6966829),(0.6568571,0.6966829),(0.6483604,0.6966829),(0.6483604,0.7009228),(0.6526053,0.7009228),(0.6568571,0.7009228),(0.6611102,0.6966829),(0.6611102,0.7009228),(0.6441281,0.688172),(0.6399043,0.688172),(0.6399043,0.6924272),(0.6441281,0.6924272),(0.635685,0.688172),(0.6314663,0.688172),(0.6314663,0.6924272),(0.635685,0.6924272),(0.635685,0.6966829),(0.6399043,0.6966829),(0.6314663,0.6966829),(0.6314663,0.7009228),(0.635685,0.7009228),(0.6399043,0.7009228),(0.6441281,0.6966829),(0.6441281,0.7009228),(0.627244,0.688172),(0.6230208,0.688172),(0.6230209,0.6924272),(0.627244,0.6924272),(0.6187993,0.688172),(0.6145822,0.688172),(0.6145822,0.6924272),(0.6187993,0.6924272),(0.6187993,0.6966829),(0.6230208,0.6966829),(0.6145822,0.6966829),(0.6145822,0.7009228),(0.6187993,0.7009228),(0.6230209,0.7009228),(0.627244,0.6966829),(0.627244,0.7009228),(0.6103719,0.688172),(0.6061606,0.688172),(0.6061606,0.6924272),(0.6103719,0.6924272),(0.6019406,0.688172),(0.5977041,0.688172),(0.5977041,0.6924272),(0.6019406,0.6924272),(0.6019406,0.6966829),(0.6061606,0.6966829),(0.5977041,0.6966829),(0.5977041,0.7009228),(0.6019406,0.7009228),(0.6061606,0.7009228),(0.6103719,0.6966829),(0.6103719,0.7009228),(0.5934432,0.688172),(0.589169,0.688172),(0.589169,0.6924272),(0.5934432,0.6924272),(0.5848927,0.688172),(0.5806257,0.688172),(0.5806257,0.6924272),(0.5848927,0.6924272),(0.5848927,0.6966829),(0.589169,0.6966829),(0.5806257,0.6966829),(0.5806257,0.7009228),(0.5848927,0.7009228),(0.589169,0.7009228),(0.5934432,0.6966829),(0.5934432,0.7009228),(0.5763788,0.688172),(0.572147,0.688172),(0.572147,0.6924272),(0.5763788,0.6924272),(0.567925,0.688172),(0.5637077,0.688172),(0.5637077,0.6924272),(0.567925,0.6924272),(0.567925,0.6966829),(0.572147,0.6966829),(0.5637077,0.6966829),(0.5637077,0.7009228),(0.567925,0.7009228),(0.572147,0.7009228),(0.5763788,0.6966829),(0.5763788,0.7009228),(0.55949,0.688172),(0.5552715,0.688172),(0.5552715,0.6924272),(0.55949,0.6924272),(0.5510522,0.688172),(0.5468317,0.688172),(0.5468317,0.6924272),(0.5510522,0.6924272),(0.5510522,0.6966829),(0.5552715,0.6966829),(0.5468317,0.6966829),(0.5468317,0.7009228),(0.5510522,0.7009228),(0.5552715,0.7009228),(0.55949,0.6966829),(0.55949,0.7009228),(0.5426099,0.688172),(0.5383899,0.688172),(0.5383899,0.6924272),(0.5426099,0.6924272),(0.5341746,0.688172),(0.5299669,0.688172),(0.5299669,0.6924272),(0.5341746,0.6924272),(0.5341746,0.6966829),(0.5383899,0.6966829),(0.5299669,0.6966829),(0.529967,0.7009228),(0.5341746,0.7009228),(0.5383899,0.7009228),(0.5426099,0.6966829),(0.5426099,0.7009228),(0.52577,0.688172),(0.5215818,0.688172),(0.5215818,0.6924272),(0.52577,0.6924272),(0.5174,0.688172),(0.5132228,0.688172),(0.5132228,0.6924272),(0.5174,0.6924272),(0.5174,0.6966829),(0.5215818,0.6966829),(0.5132228,0.6966829),(0.5132228,0.7009228),(0.5174,0.7009228),(0.5215818,0.7009228),(0.52577,0.6966829),(0.52577,0.7009228),(0.5090478,0.688172),(0.5048727,0.688172),(0.5048727,0.6924272),(0.5090478,0.6924272),(0.5006949,0.688172),(0.4965119,0.688172),(0.4965119,0.6924272),(0.5006949,0.6924272),(0.5006949,0.6966829),(0.5048727,0.6966829),(0.4965119,0.6966829),(0.4965119,0.7009228),(0.5006949,0.7009228),(0.5048727,0.7009228),(0.5090478,0.6966829),(0.5090478,0.7009228),(0.4923214,0.688172),(0.4881234,0.688172),(0.4881234,0.6924272),(0.4923214,0.6924272),(0.4839184,0.688172),(0.4797065,0.688172),(0.4797065,0.6924272),(0.4839184,0.6924272),(0.4839184,0.6966829),(0.4881234,0.6966829),(0.4797065,0.6966829),(0.4797064,0.7009228),(0.4839184,0.7009228),(0.4881234,0.7009228),(0.4923214,0.6966829),(0.4923214,0.7009228),(0.4754879,0.688172),(0.4712752,0.688172),(0.4712752,0.6924272),(0.4754879,0.6924272),(0.4670808,0.688172),(0.4629171,0.688172),(0.4670808,0.6924272),(0.4629171,0.6924272),(0.4712752,0.6966829),(0.4670808,0.6966829),(0.4629171,0.6966829),(0.4670808,0.7009228),(0.4629171,0.7009228),(0.4712752,0.7009228),(0.4754879,0.6966829),(0.4754879,0.7009228),(0.4587967,0.688172),(0.4547031,0.688172),(0.4587967,0.6924272),(0.4547031,0.6924272),(0.4506197,0.688172),(0.44653,0.688172),(0.4506197,0.6924272),(0.44653,0.6924272),(0.4547031,0.6966829),(0.4506197,0.6966829),(0.44653,0.6966829),(0.4506197,0.7009228),(0.44653,0.7009228),(0.4547031,0.7009228),(0.4587967,0.6966829),(0.4587967,0.7009228),(0.4424174,0.688172),(0.4382856,0.688172),(0.4424174,0.6924272),(0.4382856,0.6924272),(0.4341379,0.688172),(0.429978,0.688172),(0.429978,0.6924272),(0.4341379,0.6924272),(0.4341379,0.6966829),(0.4382856,0.6966829),(0.429978,0.6966829),(0.429978,0.7009228),(0.4341379,0.7009228),(0.4382856,0.7009228),(0.4424174,0.6966829),(0.4424174,0.7009228),(0.4258092,0.688172),(0.4216311,0.688172),(0.4216312,0.6924272),(0.4258092,0.6924272),(0.4174434,0.688172),(0.4132456,0.688172),(0.4132456,0.6924272),(0.4174434,0.6924272),(0.4174434,0.6966829),(0.4216312,0.6966829),(0.4132456,0.6966829),(0.4132456,0.7009228),(0.4174434,0.7009228),(0.4216312,0.7009228),(0.4258092,0.6966829),(0.4258092,0.7009228),(0.4090372,0.688172),(0.4048201,0.688172),(0.4048201,0.6924272),(0.4090372,0.6924272),(0.4005963,0.688172),(0.3963675,0.688172),(0.4005963,0.6924272),(0.3963675,0.6924272),(0.4005963,0.6966829),(0.4048201,0.6966829),(0.3963675,0.6966829),(0.4005963,0.7009228),(0.3963675,0.7009228),(0.4048201,0.7009228),(0.4090372,0.6966829),(0.4090372,0.7009228),(0.3921357,0.688172),(0.3879012,0.688172),(0.3921357,0.6924272),(0.3879012,0.6924272),(0.3836642,0.688172),(0.3794248,0.688172),(0.3836642,0.6924272),(0.3794249,0.6924272),(0.3879012,0.6966829),(0.3836642,0.6966829),(0.3794248,0.6966829),(0.3836642,0.7009228),(0.3794248,0.7009228),(0.3879012,0.7009228),(0.3921357,0.6966829),(0.3921357,0.7009228),(0.3751834,0.688172),(0.3709441,0.688172),(0.3751834,0.6924272),(0.3709441,0.6924272),(0.3667112,0.688172),(0.3624887,0.688172),(0.3667112,0.6924272),(0.3624887,0.6924272),(0.3709442,0.6966829),(0.3667112,0.6966829),(0.3624887,0.6966829),(0.3667112,0.7009228),(0.3624887,0.7009228),(0.3709441,0.7009228),(0.3751834,0.6966829),(0.3751834,0.7009228),(0.358281,0.688172),(0.3540821,0.688172),(0.358281,0.6924272),(0.3540821,0.6924272),(0.3498864,0.688172),(0.3456882,0.688172),(0.3498864,0.6924272),(0.3456882,0.6924272),(0.3540821,0.6966829),(0.3498864,0.6966829),(0.3456882,0.6966829),(0.3498864,0.7009228),(0.3456882,0.7009228),(0.3540821,0.7009228),(0.3582809,0.6966829),(0.358281,0.7009228),(0.3414817,0.688172),(0.3372694,0.688172),(0.3414817,0.6924272),(0.3372695,0.6924272),(0.3330541,0.688172),(0.3288383,0.688172),(0.3330541,0.6924272),(0.3288383,0.6924272),(0.3372695,0.6966829),(0.3330541,0.6966829),(0.3288383,0.6966829),(0.3330541,0.7009228),(0.3288383,0.7009228),(0.3372695,0.7009228),(0.3414817,0.6966829),(0.3414817,0.7009228),(0.3246247,0.688172),(0.3204179,0.688172),(0.3246247,0.6924272),(0.3204179,0.6924272),(0.3162228,0.688172),(0.3120441,0.688172),(0.3162228,0.6924272),(0.3120441,0.6924272),(0.3204179,0.6966829),(0.3162228,0.6966829),(0.3120441,0.6966829),(0.3162228,0.7009228),(0.3120441,0.7009228),(0.3204179,0.7009228),(0.3246247,0.6966829),(0.3246247,0.7009228),(0.3078868,0.688172),(0.3037427,0.688172),(0.3078868,0.6924272),(0.3037427,0.6924272),(0.2996041,0.688172),(0.2954631,0.688172),(0.2996041,0.6924272),(0.2954631,0.6924272),(0.3037428,0.6966829),(0.2996041,0.6966829),(0.2954631,0.6966829),(0.2996041,0.7009228),(0.2954631,0.7009228),(0.3037427,0.7009228),(0.3078868,0.6966829),(0.3078868,0.7009228),(0.2913116,0.688172),(0.2871543,0.688172),(0.2913116,0.6924272),(0.2871543,0.6924272),(0.2829956,0.688172),(0.2788399,0.688172),(0.2829956,0.6924272),(0.2788399,0.6924272),(0.2871543,0.6966829),(0.2829956,0.6966829),(0.2788399,0.6966829),(0.2829956,0.7009228),(0.2788399,0.7009228),(0.2871543,0.7009228),(0.2913116,0.6966829),(0.2913116,0.7009228),(0.2746918,0.688172),(0.2705556,0.688172),(0.2746918,0.6924272),(0.2705556,0.6924272),(0.2664356,0.688172),(0.262336,0.688172),(0.2664356,0.6924272),(0.262336,0.6924272),(0.2705556,0.6966829),(0.2664356,0.6966829),(0.262336,0.6966829),(0.2664356,0.7009228),(0.262336,0.7009228),(0.2705556,0.7009228),(0.2746918,0.6966829),(0.2746918,0.7009228),(0.2582613,0.688172),(0.254209,0.688172),(0.2582613,0.6924272),(0.254209,0.6924272),(0.2501769,0.688172),(0.2461624,0.688172),(0.2501769,0.6924272),(0.2461624,0.6924272),(0.254209,0.6966829),(0.2501769,0.6966829),(0.2461624,0.6966829),(0.2501769,0.7009228),(0.2461624,0.7009228),(0.254209,0.7009228),(0.2582613,0.6966829),(0.2582613,0.7009228),(0.2421634,0.688172),(0.238164,0.688172),(0.2421634,0.6924272),(0.238164,0.6924272),(0.2341487,0.688172),(0.2301017,0.688172),(0.2341487,0.6924272),(0.2301017,0.6924272),(0.238164,0.6966829),(0.2341487,0.6966829),(0.2301017,0.6966829),(0.2341487,0.7009228),(0.2301017,0.7009228),(0.238164,0.7009228),(0.2421634,0.6966829),(0.2421634,0.7009228),(0.2260074,0.688172),(0.2218787,0.688172),(0.2260074,0.6924272),(0.2218787,0.6924272),(0.2177283,0.688172),(0.2135691,0.688172),(0.2177283,0.6924272),(0.2135692,0.6924272),(0.2218787,0.6966829),(0.2177283,0.6966829),(0.2135691,0.6966829),(0.2177283,0.7009228),(0.2135692,0.7009228),(0.2218787,0.7009228),(0.2260074,0.6966829),(0.2260074,0.7009228),(0.2094141,0.688172),(0.2052627,0.688172),(0.2094141,0.6924272),(0.2052627,0.6924272),(0.2011147,0.688172),(0.1969699,0.688172),(0.2011147,0.6924272),(0.1969699,0.6924272),(0.2052627,0.6966829),(0.2011147,0.6966829),(0.1969699,0.6966829),(0.2011147,0.7009228),(0.1969699,0.7009228),(0.2052627,0.7009228),(0.2094141,0.6966829),(0.2094141,0.7009228),(0.1928277,0.688172),(0.1886888,0.688172),(0.1928277,0.6924272),(0.1886888,0.6924272),(0.1845533,0.688172),(0.1804218,0.688172),(0.1845533,0.6924272),(0.1804218,0.6924272),(0.1886888,0.6966829),(0.1845533,0.6966829),(0.1804218,0.6966829),(0.1845533,0.7009228),(0.1804218,0.7009228),(0.1886888,0.7009228),(0.1928277,0.6966829),(0.1928277,0.7009228),(0.1762946,0.688172),(0.1721701,0.688172),(0.1762946,0.6924272),(0.1721701,0.6924272),(0.1680468,0.688172),(0.163923,0.688172),(0.1680468,0.6924272),(0.163923,0.6924272),(0.1721701,0.6966829),(0.1680468,0.6966829),(0.163923,0.6966829),(0.1680468,0.7009228),(0.163923,0.7009228),(0.1721701,0.7009228),(0.1762946,0.6966829),(0.1762946,0.7009228),(0.1597973,0.688172),(0.1556691,0.688172),(0.1597973,0.6924272),(0.1556691,0.6924272),(0.1515382,0.688172),(0.1474041,0.688172),(0.1515382,0.6924272),(0.1474041,0.6924272),(0.1556691,0.6966829),(0.1515382,0.6966829),(0.1474041,0.6966829),(0.1515382,0.7009228),(0.1474041,0.7009228),(0.1556691,0.7009228),(0.1597973,0.6966829),(0.1597973,0.7009228),(0.1432664,0.688172),(0.1391259,0.688172),(0.1391259,0.6924272),(0.1432664,0.6924272),(0.134983,0.688172),(0.1308385,0.688172),(0.1308385,0.6924272),(0.134983,0.6924272),(0.1391259,0.6966829),(0.134983,0.6966829),(0.1308385,0.6966829),(0.134983,0.7009228),(0.1308385,0.7009228),(0.1391259,0.7009228),(0.1432664,0.6966829),(0.1432664,0.7009228),(0.126693,0.688172),(0.12255,0.688172),(0.12255,0.6924272),(0.126693,0.6924272),(0.1184131,0.688172),(0.1142857,0.688172),(0.1184131,0.6924272),(0.1142857,0.6924272),(0.12255,0.6966829),(0.1184131,0.6966829),(0.1142857,0.6966829),(0.1184131,0.7009228),(0.1142857,0.7009228),(0.12255,0.7009228),(0.126693,0.6966829),(0.126693,0.7009228),(0.1101713,0.688172),(0.1060752,0.688172),(0.1101713,0.6924272),(0.1060752,0.6924272),(0.1020023,0.688172),(0.09795791,0.688172),(0.1020023,0.6924272),(0.09795791,0.6924272),(0.1060752,0.6966829),(0.1020023,0.6966829),(0.09795791,0.6966829),(0.1020023,0.7009228),(0.09795791,0.7009228),(0.1060752,0.7009228),(0.1101713,0.6966829),(0.1101713,0.7009228),(0.09394707,0.688172),(0.08994583,0.688172),(0.09394707,0.6924272),(0.08994584,0.6924272),(0.08593026,0.688172),(0.08187638,0.688172),(0.08593025,0.6924272),(0.08187637,0.6924272),(0.08994584,0.6966829),(0.08593026,0.6966829),(0.08187638,0.6966829),(0.08187638,0.7009228),(0.08593026,0.7009228),(0.08994584,0.7009228),(0.09394707,0.6966829),(0.09394707,0.7009228),(0.07776025,0.688172),(0.07361087,0.688172),(0.07776025,0.6924272),(0.07361087,0.6924272),(0.06945725,0.688172),(0.06532837,0.688172),(0.06945725,0.6924272),(0.06532837,0.6924272),(0.06945725,0.6966829),(0.07361087,0.6966829),(0.06532837,0.6966829),(0.06532837,0.7009228),(0.06945725,0.7009228),(0.07361087,0.7009228),(0.07776025,0.6966829),(0.07776025,0.7009228),(0.06125325,0.688172),(0.05721605,0.688172),(0.06125325,0.6924272),(0.05721604,0.6924272),(0.05320094,0.688172),(0.0491921,0.688172),(0.05320094,0.6924272),(0.04919209,0.6924272),(0.05721605,0.6966829),(0.05320094,0.6966829),(0.0491921,0.6966829),(0.05320094,0.7009228),(0.04919209,0.7009228),(0.05721605,0.7009228),(0.06125325,0.6966829),(0.06125325,0.7009228),(0.04517369,0.688172),(0.04115105,0.688172),(0.04517369,0.6924272),(0.04115105,0.6924272),(0.0371295,0.688172),(0.03311438,0.688172),(0.0371295,0.6924272),(0.03311437,0.6924272),(0.04115105,0.6966829),(0.0371295,0.6966829),(0.03311438,0.6966829),(0.0371295,0.7009228),(0.03311438,0.7009228),(0.04115105,0.7009228),(0.04517369,0.6966829),(0.04517369,0.7009228),(0.029111,0.688172),(0.02511186,0.688172),(0.029111,0.6924272),(0.02511186,0.6924272),(0.02110944,0.688172),(0.01709622,0.688172),(0.02110944,0.6924272),(0.01709622,0.6924272),(0.02511186,0.6966829),(0.02110944,0.6966829),(0.01709622,0.6966829),(0.02110944,0.7009228),(0.01709622,0.7009228),(0.02511186,0.7009228),(0.029111,0.6966829),(0.029111,0.7009228),(0.01306469,0.688172),(0.009019421,0.6881679),(0.01306469,0.6924272),(0.009019421,0.6924272),(0.004965,0.6881555),(0.000906,0.688139),(0.000906,0.692427),(0.004965,0.6924271),(0.009019421,0.6966869),(0.004965,0.696699),(0.000906,0.696715),(0.004965,0.7009469),(0.000906,0.701003),(0.009019421,0.7009289),(0.01306469,0.6966829),(0.01306469,0.7009228),(0.999094,0.7051628),(0.9951518,0.7051467),(0.9912093,0.7051347),(0.9951518,0.7093208),(0.9912093,0.7093196),(0.999094,0.7093225),(0.9872664,0.7051307),(0.983323,0.7051307),(0.9872664,0.7093191),(0.983323,0.7093191),(0.9912093,0.7134986),(0.9872664,0.7135009),(0.983323,0.7135009),(0.9872664,0.7176886),(0.983323,0.7176886),(0.9912093,0.7176851),(0.999094,0.7134823),(0.9951518,0.7134916),(0.9951518,0.7176746),(0.999094,0.717642),(0.9793787,0.7051307),(0.9754275,0.7051307),(0.9793787,0.7093191),(0.9754274,0.7093191),(0.9714631,0.7051307),(0.9674796,0.7051307),(0.9714631,0.7093191),(0.9674796,0.7093191),(0.9754274,0.7135009),(0.9714631,0.7135009),(0.9674796,0.7135009),(0.9714631,0.7176886),(0.9674796,0.7176886),(0.9754274,0.7176886),(0.9793787,0.7135009),(0.9793787,0.7176886),(0.9634706,0.7051307),(0.9594426,0.7051307),(0.9634707,0.7093191),(0.9594426,0.7093191),(0.9554016,0.7051307),(0.9513539,0.7051307),(0.9513539,0.7093191),(0.9554016,0.7093191),(0.9594426,0.7135009),(0.9554016,0.7135009),(0.9513539,0.7135009),(0.9554016,0.7176886),(0.9513539,0.7176886),(0.9594425,0.7176886),(0.9634707,0.7135009),(0.9634706,0.7176886),(0.9473058,0.7051307),(0.9432498,0.7051307),(0.9432497,0.7093191),(0.9473058,0.7093191),(0.9391782,0.7051307),(0.9350839,0.7051307),(0.9350839,0.7093191),(0.9391783,0.7093191),(0.9391782,0.7135009),(0.9432497,0.7135009),(0.9350839,0.7135009),(0.9350839,0.7176886),(0.9391783,0.7176886),(0.9432497,0.7176886),(0.9473058,0.7135009),(0.9473058,0.7176886),(0.930959,0.7051307),(0.9268106,0.7051307),(0.9268106,0.7093191),(0.930959,0.7093191),(0.9226453,0.7051307),(0.9184701,0.7051307),(0.9184701,0.7093191),(0.9226453,0.7093191),(0.9226453,0.7135009),(0.9268106,0.7135009),(0.9184701,0.7135009),(0.9184701,0.7176886),(0.9226453,0.7176886),(0.9268106,0.7176886),(0.930959,0.7135009),(0.930959,0.7176886),(0.9142919,0.7051307),(0.910111,0.7051307),(0.9101109,0.7093191),(0.9142919,0.7093191),(0.9059278,0.7051307),(0.9017429,0.7051307),(0.9017429,0.7093191),(0.9059278,0.7093191),(0.9059278,0.7135009),(0.910111,0.7135009),(0.9017429,0.7135009),(0.9017428,0.7176886),(0.9059278,0.7176886),(0.9101109,0.7176886),(0.9142919,0.7135009),(0.9142919,0.7176886),(0.8975567,0.7051307),(0.8933688,0.7051307),(0.8933688,0.7093191),(0.8975567,0.7093191),(0.8891787,0.7051307),(0.8849859,0.7051307),(0.8849859,0.7093191),(0.8891788,0.7093191),(0.8891787,0.7135009),(0.8933688,0.7135009),(0.8849859,0.7135009),(0.8849859,0.7176886),(0.8891788,0.7176886),(0.8933688,0.7176886),(0.8975567,0.7135009),(0.8975567,0.7176886),(0.8807898,0.7051307),(0.8765806,0.7051307),(0.8765807,0.7093191),(0.8807898,0.7093191),(0.8723488,0.7051307),(0.8680845,0.7051307),(0.8680845,0.7093191),(0.8723488,0.7093191),(0.8723488,0.7135009),(0.8765806,0.7135009),(0.8680845,0.7135009),(0.8680845,0.7176886),(0.8723488,0.7176886),(0.8765806,0.7176886),(0.8807898,0.7135009),(0.8807898,0.7176886),(0.8637781,0.7051307),(0.8594491,0.7051307),(0.8594491,0.7093191),(0.8637781,0.7093191),(0.8551173,0.7051307),(0.8508024,0.7051307),(0.8508024,0.7093191),(0.8551173,0.7093191),(0.8551173,0.7135009),(0.8594491,0.7135009),(0.8508024,0.7135009),(0.8508024,0.7176886),(0.8551173,0.7176886),(0.859449,0.7176886),(0.8637781,0.7135009),(0.8637781,0.7176886),(0.846524,0.7051307),(0.8422731,0.7051307),(0.8422731,0.7093191),(0.846524,0.7093191),(0.8380403,0.7051307),(0.8338165,0.7051307),(0.8338165,0.7093191),(0.8380403,0.7093191),(0.8380403,0.7135009),(0.8422731,0.7135009),(0.8338165,0.7135009),(0.8380404,0.7176886),(0.8338165,0.7176886),(0.8422731,0.7176886),(0.846524,0.7135009),(0.846524,0.7176886),(0.8295926,0.7051307),(0.8253628,0.7051307),(0.8253628,0.7093191),(0.8295926,0.7093191),(0.8211217,0.7051307),(0.8168637,0.7051307),(0.8168637,0.7093191),(0.8211217,0.7093191),(0.8211217,0.7135009),(0.8253628,0.7135009),(0.8168637,0.7135009),(0.8168637,0.7176886),(0.8211217,0.7176886),(0.8253628,0.7176886),(0.8295926,0.7135009),(0.8295926,0.7176886),(0.8125832,0.7051307),(0.8082899,0.7051307),(0.8082899,0.7093191),(0.8125832,0.7093191),(0.8039935,0.7051307),(0.7997035,0.7051307),(0.7997035,0.7093191),(0.8039935,0.7093191),(0.8039935,0.7135009),(0.8082899,0.7135009),(0.7997035,0.7135009),(0.7997035,0.7176886),(0.8039935,0.7176886),(0.8082899,0.7176886),(0.8125832,0.7135009),(0.8125832,0.7176886),(0.7954297,0.7051307),(0.7911757,0.7051307),(0.7911757,0.7093191),(0.7954297,0.7093191),(0.7869452,0.7051307),(0.7827417,0.7051307),(0.7827417,0.7093191),(0.7869452,0.7093191),(0.7869452,0.7135009),(0.7911757,0.7135009),(0.7827417,0.7135009),(0.7827417,0.7176886),(0.7869452,0.7176886),(0.7911757,0.7176886),(0.7954297,0.7135009),(0.7954297,0.7176886),(0.7785689,0.7051307),(0.7744211,0.7051307),(0.7744212,0.7093191),(0.7785689,0.7093191),(0.7702925,0.7051307),(0.7661775,0.7051307),(0.7661775,0.7093191),(0.7702925,0.7093191),(0.7702925,0.7135009),(0.7744212,0.7135009),(0.7661775,0.7135009),(0.7661775,0.7176886),(0.7702925,0.7176886),(0.7744212,0.7176886),(0.778569,0.7135009),(0.778569,0.7176886),(0.7620703,0.7051307),(0.757961,0.7051307),(0.757961,0.7093191),(0.7620703,0.7093191),(0.7538399,0.7051307),(0.7496969,0.7051307),(0.7538399,0.7093191),(0.7496969,0.7093191),(0.757961,0.7135009),(0.7538399,0.7135009),(0.7496969,0.7135009),(0.7538399,0.7176886),(0.7496969,0.7176886),(0.757961,0.7176886),(0.7620703,0.7135009),(0.7620703,0.7176886),(0.7455223,0.7051307),(0.7413244,0.7051307),(0.7455223,0.7093191),(0.7413245,0.7093191),(0.7371117,0.7051307),(0.7328922,0.7051307),(0.7371117,0.7093191),(0.7328923,0.7093191),(0.7413245,0.7135009),(0.7371117,0.7135009),(0.7328922,0.7135009),(0.7328922,0.7176886),(0.7371117,0.7176886),(0.7413245,0.7176886),(0.7455223,0.7135009),(0.7455223,0.7176886),(0.7286744,0.7051307),(0.7244572,0.7051307),(0.7244572,0.7093191),(0.7286744,0.7093191),(0.7202395,0.7051307),(0.71602,0.7051307),(0.71602,0.7093191),(0.7202395,0.7093191),(0.7202395,0.7135009),(0.7244572,0.7135009),(0.71602,0.7135009),(0.71602,0.7176886),(0.7202394,0.7176886),(0.7244572,0.7176886),(0.7286744,0.7135009),(0.7286744,0.7176886),(0.7117977,0.7051307),(0.7075742,0.7051307),(0.7075742,0.7093191),(0.7117977,0.7093191),(0.7033514,0.7051307),(0.6991307,0.7051307),(0.6991307,0.7093191),(0.7033514,0.7093191),(0.7033514,0.7135009),(0.7075742,0.7135009),(0.6991307,0.7135009),(0.6991307,0.7176886),(0.7033514,0.7176886),(0.7075742,0.7176886),(0.7117977,0.7135009),(0.7117977,0.7176886),(0.6949139,0.7051307),(0.6906992,0.7051307),(0.6906992,0.7093191),(0.6949139,0.7093191),(0.6864849,0.7051307),(0.6822694,0.7051307),(0.6822693,0.7093191),(0.6864849,0.7093191),(0.6864849,0.7135009),(0.6906992,0.7135009),(0.6822694,0.7135009),(0.6822693,0.7176886),(0.6864849,0.7176886),(0.6906992,0.7176886),(0.6949139,0.7135009),(0.6949139,0.7176886),(0.6780508,0.7051307),(0.6738272,0.7051307),(0.6738272,0.7093191),(0.6780507,0.7093191),(0.6695971,0.7051307),(0.6653587,0.7051307),(0.6653587,0.7093191),(0.6695971,0.7093191),(0.6695971,0.7135009),(0.6738272,0.7135009),(0.6653587,0.7135009),(0.6653587,0.7176886),(0.6695971,0.7176886),(0.6738272,0.7176886),(0.6780508,0.7135009),(0.6780507,0.7176886),(0.6611102,0.7051307),(0.6568571,0.7051307),(0.6568571,0.7093191),(0.6611102,0.7093191),(0.6526053,0.7051307),(0.6483604,0.7051307),(0.6483604,0.7093191),(0.6526054,0.7093191),(0.6526054,0.7135009),(0.6568571,0.7135009),(0.6483604,0.7135009),(0.6483604,0.7176886),(0.6526053,0.7176886),(0.6568571,0.7176886),(0.6611102,0.7135009),(0.6611102,0.7176886),(0.6441281,0.7051307),(0.6399043,0.7051307),(0.6399043,0.7093191),(0.6441281,0.7093191),(0.635685,0.7051307),(0.6314663,0.7051307),(0.6314663,0.7093191),(0.635685,0.7093191),(0.635685,0.7135009),(0.6399043,0.7135009),(0.6314663,0.7135009),(0.6314663,0.7176886),(0.635685,0.7176886),(0.6399043,0.7176886),(0.6441281,0.7135009),(0.6441281,0.7176886),(0.627244,0.7051307),(0.6230208,0.7051307),(0.6230209,0.7093191),(0.627244,0.7093191),(0.6187993,0.7051307),(0.6145822,0.7051307),(0.6145822,0.7093191),(0.6187993,0.7093191),(0.6187993,0.7135009),(0.6230208,0.7135009),(0.6145822,0.7135009),(0.6145822,0.7176886),(0.6187993,0.7176886),(0.6230209,0.7176886),(0.627244,0.7135009),(0.627244,0.7176886),(0.6103719,0.7051307),(0.6061606,0.7051307),(0.6061606,0.7093191),(0.6103719,0.7093191),(0.6019406,0.7051307),(0.5977041,0.7051307),(0.5977041,0.7093191),(0.6019406,0.7093191),(0.6019406,0.7135009),(0.6061606,0.7135009),(0.5977041,0.7135009),(0.5977041,0.7176886),(0.6019406,0.7176886),(0.6061606,0.7176886),(0.6103719,0.7135009),(0.6103719,0.7176886),(0.5934432,0.7051307),(0.589169,0.7051307),(0.589169,0.7093191),(0.5934432,0.7093191),(0.5848927,0.7051307),(0.5806257,0.7051307),(0.5806257,0.7093191),(0.5848927,0.7093191),(0.5848927,0.7135009),(0.589169,0.7135009),(0.5806257,0.7135009),(0.5806257,0.7176886),(0.5848927,0.7176886),(0.589169,0.7176886),(0.5934432,0.7135009),(0.5934432,0.7176886),(0.5763788,0.7051307),(0.572147,0.7051307),(0.572147,0.7093191),(0.5763788,0.7093191),(0.567925,0.7051307),(0.5637077,0.7051307),(0.5637077,0.7093191),(0.567925,0.7093191),(0.567925,0.7135009),(0.572147,0.7135009),(0.5637077,0.7135009),(0.5637077,0.7176886),(0.567925,0.7176886),(0.572147,0.7176886),(0.5763788,0.7135009),(0.5763788,0.7176886),(0.55949,0.7051307),(0.5552715,0.7051307),(0.5552715,0.7093191),(0.55949,0.7093191),(0.5510522,0.7051307),(0.5468317,0.7051307),(0.5468317,0.7093191),(0.5510522,0.7093191),(0.5510522,0.7135009),(0.5552715,0.7135009),(0.5468317,0.7135009),(0.5468317,0.7176886),(0.5510522,0.7176886),(0.5552715,0.7176886),(0.55949,0.7135009),(0.55949,0.7176886),(0.5426099,0.7051307),(0.5383899,0.7051307),(0.5383899,0.7093191),(0.5426099,0.7093191),(0.5341746,0.7051307),(0.5299669,0.7051307),(0.5299669,0.7093191),(0.5341746,0.7093191),(0.5341746,0.7135009),(0.5383899,0.7135009),(0.5299669,0.7135009),(0.529967,0.7176886),(0.5341746,0.7176886),(0.5383899,0.7176886),(0.5426099,0.7135009),(0.5426099,0.7176886),(0.52577,0.7051307),(0.5215818,0.7051307),(0.5215818,0.7093191),(0.52577,0.7093191),(0.5174,0.7051307),(0.5132228,0.7051307),(0.5132228,0.7093191),(0.5174,0.7093191),(0.5174,0.7135009),(0.5215818,0.7135009),(0.5132228,0.7135009),(0.5132228,0.7176886),(0.5174,0.7176886),(0.5215818,0.7176886),(0.52577,0.7135009),(0.52577,0.7176886),(0.5090478,0.7051307),(0.5048727,0.7051307),(0.5048727,0.7093191),(0.5090478,0.7093191),(0.5006949,0.7051307),(0.4965119,0.7051307),(0.4965119,0.7093191),(0.5006949,0.7093191),(0.5006949,0.7135009),(0.5048727,0.7135009),(0.4965119,0.7135009),(0.4965119,0.7176886),(0.5006949,0.7176886),(0.5048727,0.7176886),(0.5090478,0.7135009),(0.5090478,0.7176886),(0.4923214,0.7051307),(0.4881234,0.7051307),(0.4881234,0.7093191),(0.4923214,0.7093191),(0.4839184,0.7051307),(0.4797065,0.7051307),(0.4797065,0.7093191),(0.4839184,0.7093191),(0.4839184,0.7135009),(0.4881234,0.7135009),(0.4797065,0.7135009),(0.4797064,0.7176886),(0.4839184,0.7176886),(0.4881234,0.7176886),(0.4923214,0.7135009),(0.4923214,0.7176886),(0.4754879,0.7051307),(0.4712752,0.7051307),(0.4712752,0.7093191),(0.4754879,0.7093191),(0.4670808,0.7051307),(0.4629171,0.7051307),(0.4670808,0.7093191),(0.4629171,0.7093191),(0.4670808,0.7135009),(0.4712752,0.7135009),(0.4629171,0.7135009),(0.4670808,0.7176886),(0.4629171,0.7176886),(0.4712752,0.7176886),(0.4754879,0.7135009),(0.4754879,0.7176886),(0.4587967,0.7051307),(0.4547031,0.7051307),(0.4587967,0.7093191),(0.4547031,0.7093191),(0.4506197,0.7051307),(0.44653,0.7051307),(0.44653,0.7093191),(0.4506197,0.7093191),(0.4506197,0.7135009),(0.4547031,0.7135009),(0.44653,0.7135009),(0.44653,0.7176886),(0.4506197,0.7176886),(0.4547031,0.7176886),(0.4587967,0.7135009),(0.4587967,0.7176886),(0.4424174,0.7051307),(0.4382856,0.7051307),(0.4382856,0.7093191),(0.4424174,0.7093191),(0.4341379,0.7051307),(0.429978,0.7051307),(0.429978,0.7093191),(0.4341379,0.7093191),(0.4341379,0.7135009),(0.4382856,0.7135009),(0.429978,0.7135009),(0.429978,0.7176886),(0.4341379,0.7176886),(0.4382856,0.7176886),(0.4424174,0.7135009),(0.4424174,0.7176886),(0.4258092,0.7051307),(0.4216311,0.7051307),(0.4216312,0.7093191),(0.4258092,0.7093191),(0.4174434,0.7051307),(0.4132456,0.7051307),(0.4174434,0.7093191),(0.4132456,0.7093191),(0.4216312,0.7135009),(0.4174434,0.7135009),(0.4132456,0.7135009),(0.4174434,0.7176886),(0.4132456,0.7176886),(0.4216312,0.7176886),(0.4258092,0.7135009),(0.4258092,0.7176886),(0.4090372,0.7051307),(0.4048201,0.7051307),(0.4048201,0.7093191),(0.4090372,0.7093191),(0.4005963,0.7051307),(0.3963675,0.7051307),(0.4005963,0.7093191),(0.3963675,0.7093191),(0.4048201,0.7135009),(0.4005963,0.7135009),(0.3963675,0.7135009),(0.4005963,0.7176886),(0.3963675,0.7176886),(0.4048201,0.7176886),(0.4090372,0.7135009),(0.4090372,0.7176886),(0.3921357,0.7051307),(0.3879012,0.7051307),(0.3921357,0.7093191),(0.3879012,0.7093191),(0.3836642,0.7051307),(0.3794248,0.7051307),(0.3836642,0.7093191),(0.3794249,0.7093191),(0.3879012,0.7135009),(0.3836642,0.7135009),(0.3794248,0.7135009),(0.3836642,0.7176886),(0.3794248,0.7176886),(0.3879012,0.7176886),(0.3921357,0.7135009),(0.3921357,0.7176886),(0.3751834,0.7051307),(0.3709441,0.7051307),(0.3751834,0.7093191),(0.3709441,0.7093191),(0.3667112,0.7051307),(0.3624887,0.7051307),(0.3667112,0.7093191),(0.3624887,0.7093191),(0.3709442,0.7135009),(0.3667112,0.7135009),(0.3624887,0.7135009),(0.3667112,0.7176886),(0.3624887,0.7176886),(0.3709441,0.7176886),(0.3751834,0.7135009),(0.3751834,0.7176886),(0.358281,0.7051307),(0.3540821,0.7051307),(0.358281,0.7093191),(0.3540821,0.7093191),(0.3498864,0.7051307),(0.3456882,0.7051307),(0.3498864,0.7093191),(0.3456882,0.7093191),(0.3540821,0.7135009),(0.3498864,0.7135009),(0.3456882,0.7135009),(0.3498864,0.7176886),(0.3456882,0.7176886),(0.3540821,0.7176886),(0.3582809,0.7135009),(0.358281,0.7176886),(0.3414817,0.7051307),(0.3372694,0.7051307),(0.3414817,0.7093191),(0.3372695,0.7093191),(0.3330541,0.7051307),(0.3288383,0.7051307),(0.3330541,0.7093191),(0.3288383,0.7093191),(0.3372695,0.7135009),(0.3330541,0.7135009),(0.3288383,0.7135009),(0.3330541,0.7176886),(0.3288383,0.7176886),(0.3372695,0.7176886),(0.3414817,0.7135009),(0.3414817,0.7176886),(0.3246247,0.7051307),(0.3204179,0.7051307),(0.3246247,0.7093191),(0.3204179,0.7093191),(0.3162228,0.7051307),(0.3120441,0.7051307),(0.3162228,0.7093191),(0.3120441,0.7093191),(0.3204179,0.7135009),(0.3162228,0.7135009),(0.3120441,0.7135009),(0.3162228,0.7176886),(0.3120441,0.7176886),(0.3204179,0.7176886),(0.3246247,0.7135009),(0.3246247,0.7176886),(0.3078868,0.7051307),(0.3037427,0.7051307),(0.3078868,0.7093191),(0.3037427,0.7093191),(0.2996041,0.7051307),(0.2954631,0.7051307),(0.2996041,0.7093191),(0.2954631,0.7093191),(0.3037428,0.7135009),(0.2996041,0.7135009),(0.2954631,0.7135009),(0.2996041,0.7176886),(0.2954631,0.7176886),(0.3037427,0.7176886),(0.3078868,0.7135009),(0.3078868,0.7176886),(0.2913116,0.7051307),(0.2871543,0.7051307),(0.2913116,0.7093191),(0.2871543,0.7093191),(0.2829956,0.7051307),(0.2788399,0.7051307),(0.2829956,0.7093191),(0.2788399,0.7093191),(0.2871543,0.7135009),(0.2829956,0.7135009),(0.2788399,0.7135009),(0.2829956,0.7176886),(0.2788399,0.7176886),(0.2871543,0.7176886),(0.2913116,0.7135009),(0.2913116,0.7176886),(0.2746918,0.7051307),(0.2705556,0.7051307),(0.2746918,0.7093191),(0.2705556,0.7093191),(0.2664356,0.7051307),(0.262336,0.7051307),(0.2664356,0.7093191),(0.262336,0.7093191),(0.2705556,0.7135009),(0.2664356,0.7135009),(0.262336,0.7135009),(0.2664356,0.7176886),(0.262336,0.7176886),(0.2705556,0.7176886),(0.2746918,0.7135009),(0.2746918,0.7176886),(0.2582613,0.7051307),(0.254209,0.7051307),(0.2582613,0.7093191),(0.254209,0.7093191),(0.2501769,0.7051307),(0.2461624,0.7051307),(0.2501769,0.7093191),(0.2461624,0.7093191),(0.254209,0.7135009),(0.2501769,0.7135009),(0.2461624,0.7135009),(0.2501769,0.7176886),(0.2461624,0.7176886),(0.254209,0.7176886),(0.2582613,0.7135009),(0.2582613,0.7176886),(0.2421634,0.7051307),(0.238164,0.7051307),(0.2421634,0.7093191),(0.238164,0.7093191),(0.2341487,0.7051307),(0.2301017,0.7051307),(0.2341487,0.7093191),(0.2301017,0.7093191),(0.238164,0.7135009),(0.2341487,0.7135009),(0.2301017,0.7135009),(0.2341487,0.7176886),(0.2301017,0.7176886),(0.238164,0.7176886),(0.2421634,0.7135009),(0.2421634,0.7176886),(0.2260074,0.7051307),(0.2218787,0.7051307),(0.2260074,0.7093191),(0.2218787,0.7093191),(0.2177283,0.7051307),(0.2135691,0.7051307),(0.2177283,0.7093191),(0.2135692,0.7093191),(0.2218787,0.7135009),(0.2177283,0.7135009),(0.2135691,0.7135009),(0.2177283,0.7176886),(0.2135692,0.7176886),(0.2218787,0.7176886),(0.2260074,0.7135009),(0.2260074,0.7176886),(0.2094141,0.7051307),(0.2052627,0.7051307),(0.2094141,0.7093191),(0.2052627,0.7093191),(0.2011147,0.7051307),(0.1969699,0.7051307),(0.2011147,0.7093191),(0.1969699,0.7093191),(0.2052627,0.7135009),(0.2011147,0.7135009),(0.1969699,0.7135009),(0.2011147,0.7176886),(0.1969699,0.7176886),(0.2052627,0.7176886),(0.2094141,0.7135009),(0.2094141,0.7176886),(0.1928277,0.7051307),(0.1886888,0.7051307),(0.1928277,0.7093191),(0.1886888,0.7093191),(0.1845533,0.7051307),(0.1804218,0.7051307),(0.1845533,0.7093191),(0.1804218,0.7093191),(0.1886888,0.7135009),(0.1845533,0.7135009),(0.1804218,0.7135009),(0.1845533,0.7176886),(0.1804218,0.7176886),(0.1886888,0.7176886),(0.1928277,0.7135009),(0.1928277,0.7176886),(0.1762946,0.7051307),(0.1721701,0.7051307),(0.1762946,0.7093191),(0.1721701,0.7093191),(0.1680468,0.7051307),(0.163923,0.7051307),(0.1680468,0.7093191),(0.163923,0.7093191),(0.1721701,0.7135009),(0.1680468,0.7135009),(0.163923,0.7135009),(0.1680468,0.7176886),(0.163923,0.7176886),(0.1721701,0.7176886),(0.1762946,0.7135009),(0.1762946,0.7176886),(0.1597973,0.7051307),(0.1556691,0.7051307),(0.1597973,0.7093191),(0.1556691,0.7093191),(0.1515382,0.7051307),(0.1474041,0.7051307),(0.1515382,0.7093191),(0.1474041,0.7093191),(0.1556691,0.7135009),(0.1515382,0.7135009),(0.1474041,0.7135009),(0.1515382,0.7176886),(0.1474041,0.7176886),(0.1556691,0.7176886),(0.1597973,0.7135009),(0.1597973,0.7176886),(0.1432664,0.7051307),(0.1391259,0.7051307),(0.1432664,0.7093191),(0.1391259,0.7093191),(0.134983,0.7051307),(0.1308385,0.7051307),(0.134983,0.7093191),(0.1308385,0.7093191),(0.1391259,0.7135009),(0.134983,0.7135009),(0.1308385,0.7135009),(0.134983,0.7176886),(0.1308385,0.7176886),(0.1391259,0.7176886),(0.1432664,0.7135009),(0.1432664,0.7176886),(0.126693,0.7051307),(0.12255,0.7051307),(0.126693,0.7093191),(0.12255,0.7093191),(0.1184131,0.7051307),(0.1142857,0.7051307),(0.1184131,0.7093191),(0.1142857,0.7093191),(0.12255,0.7135009),(0.1184131,0.7135009),(0.1142857,0.7135009),(0.1184131,0.7176886),(0.1142857,0.7176886),(0.12255,0.7176886),(0.126693,0.7135009),(0.126693,0.7176886),(0.1101713,0.7051307),(0.1060752,0.7051307),(0.1101713,0.7093191),(0.1060752,0.7093191),(0.1020023,0.7051307),(0.09795791,0.7051307),(0.09795791,0.7093191),(0.1020023,0.7093191),(0.1020023,0.7135009),(0.1060752,0.7135009),(0.09795791,0.7135009),(0.09795791,0.7176886),(0.1020023,0.7176886),(0.1060752,0.7176886),(0.1101713,0.7135009),(0.1101713,0.7176886),(0.09394707,0.7051307),(0.08994583,0.7051307),(0.08994584,0.7093191),(0.09394707,0.7093191),(0.08593026,0.7051307),(0.08187638,0.7051307),(0.08187637,0.7093191),(0.08593025,0.7093191),(0.08593026,0.7135009),(0.08994584,0.7135009),(0.08187638,0.7135009),(0.08187638,0.7176886),(0.08593026,0.7176886),(0.08994584,0.7176886),(0.09394707,0.7135009),(0.09394707,0.7176886),(0.07776025,0.7051307),(0.07361087,0.7051307),(0.07361087,0.7093191),(0.07776025,0.7093191),(0.06945725,0.7051307),(0.06532837,0.7051307),(0.06532837,0.7093191),(0.06945725,0.7093191),(0.06945725,0.7135009),(0.07361087,0.7135009),(0.06532837,0.7135009),(0.06532837,0.7176886),(0.06945725,0.7176886),(0.07361087,0.7176886),(0.07776025,0.7135009),(0.07776025,0.7176886),(0.06125325,0.7051307),(0.05721605,0.7051307),(0.05721604,0.7093191),(0.06125325,0.7093191),(0.05320094,0.7051307),(0.0491921,0.7051307),(0.04919209,0.7093191),(0.05320094,0.7093191),(0.05320094,0.7135009),(0.05721605,0.7135009),(0.0491921,0.7135009),(0.04919209,0.7176886),(0.05320094,0.7176886),(0.05721605,0.7176886),(0.06125325,0.7135009),(0.06125325,0.7176886),(0.04517369,0.7051307),(0.04115105,0.7051307),(0.04115105,0.7093191),(0.04517369,0.7093191),(0.0371295,0.7051307),(0.03311438,0.7051307),(0.03311437,0.7093191),(0.0371295,0.7093191),(0.0371295,0.7135009),(0.04115105,0.7135009),(0.03311438,0.7135009),(0.03311438,0.7176886),(0.0371295,0.7176886),(0.04115105,0.7176886),(0.04517369,0.7135009),(0.04517369,0.7176886),(0.029111,0.7051307),(0.02511186,0.7051307),(0.029111,0.7093191),(0.02511186,0.7093191),(0.02110944,0.7051307),(0.01709622,0.7051307),(0.02110944,0.7093191),(0.01709622,0.7093191),(0.02511186,0.7135009),(0.02110944,0.7135009),(0.01709622,0.7135009),(0.02110944,0.7176886),(0.01709622,0.7176886),(0.02511186,0.7176886),(0.029111,0.7135009),(0.029111,0.7176886),(0.01306469,0.7051307),(0.009019421,0.7051347),(0.01306469,0.7093191),(0.009019421,0.7093196),(0.004965,0.7051467),(0.000906,0.7051628),(0.004965,0.7093208),(0.000906,0.7093225),(0.009019421,0.7134986),(0.004965,0.7134916),(0.000906,0.7134823),(0.004965,0.7176746),(0.000906,0.717642),(0.009019421,0.7176851),(0.01306469,0.7135009),(0.01306469,0.7176886),(0.9951518,0.7218856),(0.999094,0.7218763),(0.9912093,0.7218925),(0.9912093,0.7261127),(0.9951518,0.7261118),(0.999094,0.7261105),(0.9872664,0.7218949),(0.983323,0.7218949),(0.9872664,0.726113),(0.983323,0.726113),(0.9912093,0.7303371),(0.9872664,0.7303361),(0.983323,0.7303361),(0.9872664,0.7345573),(0.983323,0.7345573),(0.9912093,0.7345589),(0.9951518,0.7303404),(0.999094,0.7303448),(0.9951518,0.7345638),(0.999094,0.734579),(0.9793787,0.7218949),(0.9754275,0.7218949),(0.9793787,0.726113),(0.9754274,0.726113),(0.9714631,0.7218949),(0.9674796,0.7218949),(0.9714631,0.726113),(0.9674796,0.726113),(0.9754274,0.7303361),(0.9714631,0.7303361),(0.9674796,0.7303361),(0.9714631,0.7345573),(0.9674796,0.7345573),(0.9754274,0.7345573),(0.9793787,0.7303361),(0.9793787,0.7345573),(0.9634706,0.7218949),(0.9594426,0.7218949),(0.9634707,0.726113),(0.9594426,0.726113),(0.9554016,0.7218949),(0.9513539,0.7218949),(0.9554016,0.726113),(0.9513539,0.726113),(0.9594426,0.7303361),(0.9554016,0.7303361),(0.9513539,0.7303361),(0.9554016,0.7345573),(0.9513539,0.7345573),(0.9594425,0.7345573),(0.9634707,0.7303361),(0.9634706,0.7345573),(0.9473058,0.7218949),(0.9432498,0.7218949),(0.9473058,0.726113),(0.9432497,0.726113),(0.9391782,0.7218949),(0.9350839,0.7218949),(0.9350839,0.726113),(0.9391783,0.726113),(0.9432497,0.7303361),(0.9391782,0.7303361),(0.9350839,0.7303361),(0.9391783,0.7345573),(0.9350839,0.7345573),(0.9432497,0.7345573),(0.9473058,0.7303361),(0.9473058,0.7345573),(0.930959,0.7218949),(0.9268106,0.7218949),(0.9268106,0.726113),(0.930959,0.726113),(0.9226453,0.7218949),(0.9184701,0.7218949),(0.9184701,0.726113),(0.9226453,0.726113),(0.9226453,0.7303361),(0.9268106,0.7303361),(0.9184701,0.7303361),(0.9184701,0.7345573),(0.9226453,0.7345573),(0.9268106,0.7345573),(0.930959,0.7303361),(0.930959,0.7345573),(0.9142919,0.7218949),(0.910111,0.7218949),(0.9101109,0.726113),(0.9142919,0.726113),(0.9059278,0.7218949),(0.9017429,0.7218949),(0.9017429,0.726113),(0.9059278,0.726113),(0.9059278,0.7303361),(0.910111,0.7303361),(0.9017429,0.7303361),(0.9017428,0.7345573),(0.9059278,0.7345573),(0.9101109,0.7345573),(0.9142919,0.7303361),(0.9142919,0.7345573),(0.8975567,0.7218949),(0.8933688,0.7218949),(0.8933688,0.726113),(0.8975567,0.726113),(0.8891787,0.7218949),(0.8849859,0.7218949),(0.8849859,0.726113),(0.8891788,0.726113),(0.8891787,0.7303361),(0.8933688,0.7303361),(0.8849859,0.7303361),(0.8849859,0.7345573),(0.8891788,0.7345573),(0.8933688,0.7345573),(0.8975567,0.7303361),(0.8975567,0.7345573),(0.8807898,0.7218949),(0.8765806,0.7218949),(0.8765807,0.726113),(0.8807898,0.726113),(0.8723488,0.7218949),(0.8680845,0.7218949),(0.8680845,0.726113),(0.8723488,0.726113),(0.8723488,0.7303361),(0.8765806,0.7303361),(0.8680845,0.7303361),(0.8680845,0.7345573),(0.8723488,0.7345573),(0.8765806,0.7345573),(0.8807898,0.7303361),(0.8807898,0.7345573),(0.8637781,0.7218949),(0.8594491,0.7218949),(0.8594491,0.726113),(0.8637781,0.726113),(0.8551173,0.7218949),(0.8508024,0.7218949),(0.8508024,0.726113),(0.8551173,0.726113),(0.8551173,0.7303361),(0.8594491,0.7303361),(0.8508024,0.7303361),(0.8508024,0.7345573),(0.8551173,0.7345573),(0.859449,0.7345573),(0.8637781,0.7303361),(0.8637781,0.7345573),(0.846524,0.7218949),(0.8422731,0.7218949),(0.8422731,0.726113),(0.846524,0.726113),(0.8380403,0.7218949),(0.8338165,0.7218949),(0.8338165,0.726113),(0.8380403,0.726113),(0.8380403,0.7303361),(0.8422731,0.7303361),(0.8338165,0.7303361),(0.8338165,0.7345573),(0.8380404,0.7345573),(0.8422731,0.7345573),(0.846524,0.7303361),(0.846524,0.7345573),(0.8295926,0.7218949),(0.8253628,0.7218949),(0.8253628,0.726113),(0.8295926,0.726113),(0.8211217,0.7218949),(0.8168637,0.7218949),(0.8168637,0.726113),(0.8211217,0.726113),(0.8211217,0.7303361),(0.8253628,0.7303361),(0.8168637,0.7303361),(0.8168637,0.7345573),(0.8211217,0.7345573),(0.8253628,0.7345573),(0.8295926,0.7303361),(0.8295926,0.7345573),(0.8125832,0.7218949),(0.8082899,0.7218949),(0.8082899,0.726113),(0.8125832,0.726113),(0.8039935,0.7218949),(0.7997035,0.7218949),(0.7997035,0.726113),(0.8039935,0.726113),(0.8039935,0.7303361),(0.8082899,0.7303361),(0.7997035,0.7303361),(0.7997035,0.7345573),(0.8039935,0.7345573),(0.8082899,0.7345573),(0.8125832,0.7303361),(0.8125832,0.7345573),(0.7954297,0.7218949),(0.7911757,0.7218949),(0.7911757,0.726113),(0.7954297,0.726113),(0.7869452,0.7218949),(0.7827417,0.7218949),(0.7827417,0.726113),(0.7869452,0.726113),(0.7869452,0.7303361),(0.7911757,0.7303361),(0.7827417,0.7303361),(0.7827417,0.7345573),(0.7869452,0.7345573),(0.7911757,0.7345573),(0.7954297,0.7303361),(0.7954297,0.7345573),(0.7785689,0.7218949),(0.7744211,0.7218949),(0.7744212,0.726113),(0.7785689,0.726113),(0.7702925,0.7218949),(0.7661775,0.7218949),(0.7702925,0.726113),(0.7661775,0.726113),(0.7744212,0.7303361),(0.7702925,0.7303361),(0.7661775,0.7303361),(0.7702925,0.7345573),(0.7661775,0.7345573),(0.7744212,0.7345573),(0.778569,0.7303361),(0.778569,0.7345573),(0.7620703,0.7218949),(0.757961,0.7218949),(0.7620703,0.726113),(0.757961,0.726113),(0.7538399,0.7218949),(0.7496969,0.7218949),(0.7538399,0.726113),(0.7496969,0.726113),(0.757961,0.7303361),(0.7538399,0.7303361),(0.7496969,0.7303361),(0.7538399,0.7345573),(0.7496969,0.7345573),(0.757961,0.7345573),(0.7620703,0.7303361),(0.7620703,0.7345573),(0.7455223,0.7218949),(0.7413244,0.7218949),(0.7455223,0.726113),(0.7413245,0.726113),(0.7371117,0.7218949),(0.7328922,0.7218949),(0.7328923,0.726113),(0.7371117,0.726113),(0.7413245,0.7303361),(0.7371117,0.7303361),(0.7328922,0.7303361),(0.7371117,0.7345573),(0.7328922,0.7345573),(0.7413245,0.7345573),(0.7455223,0.7303361),(0.7455223,0.7345573),(0.7286744,0.7218949),(0.7244572,0.7218949),(0.7286744,0.726113),(0.7244572,0.726113),(0.7202395,0.7218949),(0.71602,0.7218949),(0.71602,0.726113),(0.7202395,0.726113),(0.7244572,0.7303361),(0.7202395,0.7303361),(0.71602,0.7303361),(0.71602,0.7345573),(0.7202394,0.7345573),(0.7244572,0.7345573),(0.7286744,0.7303361),(0.7286744,0.7345573),(0.7117977,0.7218949),(0.7075742,0.7218949),(0.7075742,0.726113),(0.7117977,0.726113),(0.7033514,0.7218949),(0.6991307,0.7218949),(0.6991307,0.726113),(0.7033514,0.726113),(0.7033514,0.7303361),(0.7075742,0.7303361),(0.6991307,0.7303361),(0.6991307,0.7345573),(0.7033514,0.7345573),(0.7075742,0.7345573),(0.7117977,0.7303361),(0.7117977,0.7345573),(0.6949139,0.7218949),(0.6906992,0.7218949),(0.6906992,0.726113),(0.6949139,0.726113),(0.6864849,0.7218949),(0.6822694,0.7218949),(0.6822693,0.726113),(0.6864849,0.726113),(0.6864849,0.7303361),(0.6906992,0.7303361),(0.6822694,0.7303361),(0.6822693,0.7345573),(0.6864849,0.7345573),(0.6906992,0.7345573),(0.6949139,0.7303361),(0.6949139,0.7345573),(0.6780508,0.7218949),(0.6738272,0.7218949),(0.6738272,0.726113),(0.6780507,0.726113),(0.6695971,0.7218949),(0.6653587,0.7218949),(0.6653587,0.726113),(0.6695971,0.726113),(0.6695971,0.7303361),(0.6738272,0.7303361),(0.6653587,0.7303361),(0.6653587,0.7345573),(0.6695971,0.7345573),(0.6738272,0.7345573),(0.6780508,0.7303361),(0.6780507,0.7345573),(0.6611102,0.7218949),(0.6568571,0.7218949),(0.6568571,0.726113),(0.6611102,0.726113),(0.6526053,0.7218949),(0.6483604,0.7218949),(0.6483604,0.726113),(0.6526054,0.726113),(0.6526054,0.7303361),(0.6568571,0.7303361),(0.6483604,0.7303361),(0.6483604,0.7345573),(0.6526053,0.7345573),(0.6568571,0.7345573),(0.6611102,0.7303361),(0.6611102,0.7345573),(0.6441281,0.7218949),(0.6399043,0.7218949),(0.6399043,0.726113),(0.6441281,0.726113),(0.635685,0.7218949),(0.6314663,0.7218949),(0.6314663,0.726113),(0.635685,0.726113),(0.635685,0.7303361),(0.6399043,0.7303361),(0.6314663,0.7303361),(0.6314663,0.7345573),(0.635685,0.7345573),(0.6399043,0.7345573),(0.6441281,0.7303361),(0.6441281,0.7345573),(0.627244,0.7218949),(0.6230208,0.7218949),(0.6230209,0.726113),(0.627244,0.726113),(0.6187993,0.7218949),(0.6145822,0.7218949),(0.6145822,0.726113),(0.6187993,0.726113),(0.6187993,0.7303361),(0.6230208,0.7303361),(0.6145822,0.7303361),(0.6145822,0.7345573),(0.6187993,0.7345573),(0.6230209,0.7345573),(0.627244,0.7303361),(0.627244,0.7345573),(0.6103719,0.7218949),(0.6061606,0.7218949),(0.6061606,0.726113),(0.6103719,0.726113),(0.6019406,0.7218949),(0.5977041,0.7218949),(0.5977041,0.726113),(0.6019406,0.726113),(0.6019406,0.7303361),(0.6061606,0.7303361),(0.5977041,0.7303361),(0.5977041,0.7345573),(0.6019406,0.7345573),(0.6061606,0.7345573),(0.6103719,0.7303361),(0.6103719,0.7345573),(0.5934432,0.7218949),(0.589169,0.7218949),(0.589169,0.726113),(0.5934432,0.726113),(0.5848927,0.7218949),(0.5806257,0.7218949),(0.5806257,0.726113),(0.5848927,0.726113),(0.5848927,0.7303361),(0.589169,0.7303361),(0.5806257,0.7303361),(0.5806257,0.7345573),(0.5848927,0.7345573),(0.589169,0.7345573),(0.5934432,0.7303361),(0.5934432,0.7345573),(0.5763788,0.7218949),(0.572147,0.7218949),(0.572147,0.726113),(0.5763788,0.726113),(0.567925,0.7218949),(0.5637077,0.7218949),(0.5637077,0.726113),(0.567925,0.726113),(0.567925,0.7303361),(0.572147,0.7303361),(0.5637077,0.7303361),(0.5637077,0.7345573),(0.567925,0.7345573),(0.572147,0.7345573),(0.5763788,0.7303361),(0.5763788,0.7345573),(0.55949,0.7218949),(0.5552715,0.7218949),(0.5552715,0.726113),(0.55949,0.726113),(0.5510522,0.7218949),(0.5468317,0.7218949),(0.5468317,0.726113),(0.5510522,0.726113),(0.5510522,0.7303361),(0.5552715,0.7303361),(0.5468317,0.7303361),(0.5468317,0.7345573),(0.5510522,0.7345573),(0.5552715,0.7345573),(0.55949,0.7303361),(0.55949,0.7345573),(0.5426099,0.7218949),(0.5383899,0.7218949),(0.5383899,0.726113),(0.5426099,0.726113),(0.5341746,0.7218949),(0.5299669,0.7218949),(0.5299669,0.726113),(0.5341746,0.726113),(0.5341746,0.7303361),(0.5383899,0.7303361),(0.5299669,0.7303361),(0.529967,0.7345573),(0.5341746,0.7345573),(0.5383899,0.7345573),(0.5426099,0.7303361),(0.5426099,0.7345573),(0.52577,0.7218949),(0.5215818,0.7218949),(0.5215818,0.726113),(0.52577,0.726113),(0.5174,0.7218949),(0.5132228,0.7218949),(0.5132228,0.726113),(0.5174,0.726113),(0.5174,0.7303361),(0.5215818,0.7303361),(0.5132228,0.7303361),(0.5132228,0.7345573),(0.5174,0.7345573),(0.5215818,0.7345573),(0.52577,0.7303361),(0.52577,0.7345573),(0.5090478,0.7218949),(0.5048727,0.7218949),(0.5048727,0.726113),(0.5090478,0.726113),(0.5006949,0.7218949),(0.4965119,0.7218949),(0.4965119,0.726113),(0.5006949,0.726113),(0.5006949,0.7303361),(0.5048727,0.7303361),(0.4965119,0.7303361),(0.4965119,0.7345573),(0.5006949,0.7345573),(0.5048727,0.7345573),(0.5090478,0.7303361),(0.5090478,0.7345573),(0.4923214,0.7218949),(0.4881234,0.7218949),(0.4881234,0.726113),(0.4923214,0.726113),(0.4839184,0.7218949),(0.4797065,0.7218949),(0.4797065,0.726113),(0.4839184,0.726113),(0.4839184,0.7303361),(0.4881234,0.7303361),(0.4797065,0.7303361),(0.4797064,0.7345573),(0.4839184,0.7345573),(0.4881234,0.7345573),(0.4923214,0.7303361),(0.4923214,0.7345573),(0.4754879,0.7218949),(0.4712752,0.7218949),(0.4712752,0.726113),(0.4754879,0.726113),(0.4670808,0.7218949),(0.4629171,0.7218949),(0.4629171,0.726113),(0.4670808,0.726113),(0.4670808,0.7303361),(0.4712752,0.7303361),(0.4629171,0.7303361),(0.4629171,0.7345573),(0.4670808,0.7345573),(0.4712752,0.7345573),(0.4754879,0.7303361),(0.4754879,0.7345573),(0.4587967,0.7218949),(0.4547031,0.7218949),(0.4547031,0.726113),(0.4587967,0.726113),(0.4506197,0.7218949),(0.44653,0.7218949),(0.44653,0.726113),(0.4506197,0.726113),(0.4506197,0.7303361),(0.4547031,0.7303361),(0.44653,0.7303361),(0.44653,0.7345573),(0.4506197,0.7345573),(0.4547031,0.7345573),(0.4587967,0.7303361),(0.4587967,0.7345573),(0.4424174,0.7218949),(0.4382856,0.7218949),(0.4382856,0.726113),(0.4424174,0.726113),(0.4341379,0.7218949),(0.429978,0.7218949),(0.429978,0.726113),(0.4341379,0.726113),(0.4341379,0.7303361),(0.4382856,0.7303361),(0.429978,0.7303361),(0.429978,0.7345573),(0.4341379,0.7345573),(0.4382856,0.7345573),(0.4424174,0.7303361),(0.4424174,0.7345573),(0.4258092,0.7218949),(0.4216311,0.7218949),(0.4216312,0.726113),(0.4258092,0.726113),(0.4174434,0.7218949),(0.4132456,0.7218949),(0.4132456,0.726113),(0.4174434,0.726113),(0.4174434,0.7303361),(0.4216312,0.7303361),(0.4132456,0.7303361),(0.4132456,0.7345573),(0.4174434,0.7345573),(0.4216312,0.7345573),(0.4258092,0.7303361),(0.4258092,0.7345573),(0.4090372,0.7218949),(0.4048201,0.7218949),(0.4090372,0.726113),(0.4048201,0.726113),(0.4005963,0.7218949),(0.3963675,0.7218949),(0.4005963,0.726113),(0.3963675,0.726113),(0.4048201,0.7303361),(0.4005963,0.7303361),(0.3963675,0.7303361),(0.4005963,0.7345573),(0.3963675,0.7345573),(0.4048201,0.7345573),(0.4090372,0.7303361),(0.4090372,0.7345573),(0.3921357,0.7218949),(0.3879012,0.7218949),(0.3921357,0.726113),(0.3879012,0.726113),(0.3836642,0.7218949),(0.3794248,0.7218949),(0.3836642,0.726113),(0.3794249,0.726113),(0.3879012,0.7303361),(0.3836642,0.7303361),(0.3794248,0.7303361),(0.3836642,0.7345573),(0.3794248,0.7345573),(0.3879012,0.7345573),(0.3921357,0.7303361),(0.3921357,0.7345573),(0.3751834,0.7218949),(0.3709441,0.7218949),(0.3751834,0.726113),(0.3709441,0.726113),(0.3667112,0.7218949),(0.3624887,0.7218949),(0.3667112,0.726113),(0.3624887,0.726113),(0.3709442,0.7303361),(0.3667112,0.7303361),(0.3624887,0.7303361),(0.3667112,0.7345573),(0.3624887,0.7345573),(0.3709441,0.7345573),(0.3751834,0.7303361),(0.3751834,0.7345573),(0.358281,0.7218949),(0.3540821,0.7218949),(0.358281,0.726113),(0.3540821,0.726113),(0.3498864,0.7218949),(0.3456882,0.7218949),(0.3498864,0.726113),(0.3456882,0.726113),(0.3540821,0.7303361),(0.3498864,0.7303361),(0.3456882,0.7303361),(0.3498864,0.7345573),(0.3456882,0.7345573),(0.3540821,0.7345573),(0.3582809,0.7303361),(0.358281,0.7345573),(0.3414817,0.7218949),(0.3372694,0.7218949),(0.3414817,0.726113),(0.3372695,0.726113),(0.3330541,0.7218949),(0.3288383,0.7218949),(0.3330541,0.726113),(0.3288383,0.726113),(0.3372695,0.7303361),(0.3330541,0.7303361),(0.3288383,0.7303361),(0.3330541,0.7345573),(0.3288383,0.7345573),(0.3372695,0.7345573),(0.3414817,0.7303361),(0.3414817,0.7345573),(0.3246247,0.7218949),(0.3204179,0.7218949),(0.3246247,0.726113),(0.3204179,0.726113),(0.3162228,0.7218949),(0.3120441,0.7218949),(0.3162228,0.726113),(0.3120441,0.726113),(0.3204179,0.7303361),(0.3162228,0.7303361),(0.3120441,0.7303361),(0.3162228,0.7345573),(0.3120441,0.7345573),(0.3204179,0.7345573),(0.3246247,0.7303361),(0.3246247,0.7345573),(0.3078868,0.7218949),(0.3037427,0.7218949),(0.3078868,0.726113),(0.3037427,0.726113),(0.2996041,0.7218949),(0.2954631,0.7218949),(0.2996041,0.726113),(0.2954631,0.726113),(0.3037428,0.7303361),(0.2996041,0.7303361),(0.2954631,0.7303361),(0.2996041,0.7345573),(0.2954631,0.7345573),(0.3037427,0.7345573),(0.3078868,0.7303361),(0.3078868,0.7345573),(0.2913116,0.7218949),(0.2871543,0.7218949),(0.2913116,0.726113),(0.2871543,0.726113),(0.2829956,0.7218949),(0.2788399,0.7218949),(0.2788399,0.726113),(0.2829956,0.726113),(0.2829956,0.7303361),(0.2871543,0.7303361),(0.2788399,0.7303361),(0.2788399,0.7345573),(0.2829956,0.7345573),(0.2871543,0.7345573),(0.2913116,0.7303361),(0.2913116,0.7345573),(0.2746918,0.7218949),(0.2705556,0.7218949),(0.2746918,0.726113),(0.2705556,0.726113),(0.2664356,0.7218949),(0.262336,0.7218949),(0.2664356,0.726113),(0.262336,0.726113),(0.2664356,0.7303361),(0.2705556,0.7303361),(0.262336,0.7303361),(0.262336,0.7345573),(0.2664356,0.7345573),(0.2705556,0.7345573),(0.2746918,0.7303361),(0.2746918,0.7345573),(0.2582613,0.7218949),(0.254209,0.7218949),(0.2582613,0.726113),(0.254209,0.726113),(0.2501769,0.7218949),(0.2461624,0.7218949),(0.2501769,0.726113),(0.2461624,0.726113),(0.254209,0.7303361),(0.2501769,0.7303361),(0.2461624,0.7303361),(0.2501769,0.7345573),(0.2461624,0.7345573),(0.254209,0.7345573),(0.2582613,0.7303361),(0.2582613,0.7345573),(0.2421634,0.7218949),(0.238164,0.7218949),(0.2421634,0.726113),(0.238164,0.726113),(0.2341487,0.7218949),(0.2301017,0.7218949),(0.2341487,0.726113),(0.2301017,0.726113),(0.238164,0.7303361),(0.2341487,0.7303361),(0.2301017,0.7303361),(0.2341487,0.7345573),(0.2301017,0.7345573),(0.238164,0.7345573),(0.2421634,0.7303361),(0.2421634,0.7345573),(0.2260074,0.7218949),(0.2218787,0.7218949),(0.2260074,0.726113),(0.2218787,0.726113),(0.2177283,0.7218949),(0.2135691,0.7218949),(0.2177283,0.726113),(0.2135692,0.726113),(0.2218787,0.7303361),(0.2177283,0.7303361),(0.2135691,0.7303361),(0.2177283,0.7345573),(0.2135692,0.7345573),(0.2218787,0.7345573),(0.2260074,0.7303361),(0.2260074,0.7345573),(0.2094141,0.7218949),(0.2052627,0.7218949),(0.2094141,0.726113),(0.2052627,0.726113),(0.2011147,0.7218949),(0.1969699,0.7218949),(0.2011147,0.726113),(0.1969699,0.726113),(0.2052627,0.7303361),(0.2011147,0.7303361),(0.1969699,0.7303361),(0.2011147,0.7345573),(0.1969699,0.7345573),(0.2052627,0.7345573),(0.2094141,0.7303361),(0.2094141,0.7345573),(0.1928277,0.7218949),(0.1886888,0.7218949),(0.1928277,0.726113),(0.1886888,0.726113),(0.1845533,0.7218949),(0.1804218,0.7218949),(0.1845533,0.726113),(0.1804218,0.726113),(0.1886888,0.7303361),(0.1845533,0.7303361),(0.1804218,0.7303361),(0.1845533,0.7345573),(0.1804218,0.7345573),(0.1886888,0.7345573),(0.1928277,0.7303361),(0.1928277,0.7345573),(0.1762946,0.7218949),(0.1721701,0.7218949),(0.1762946,0.726113),(0.1721701,0.726113),(0.1680468,0.7218949),(0.163923,0.7218949),(0.1680468,0.726113),(0.163923,0.726113),(0.1721701,0.7303361),(0.1680468,0.7303361),(0.163923,0.7303361),(0.1680468,0.7345573),(0.163923,0.7345573),(0.1721701,0.7345573),(0.1762946,0.7303361),(0.1762946,0.7345573),(0.1597973,0.7218949),(0.1556691,0.7218949),(0.1597973,0.726113),(0.1556691,0.726113),(0.1515382,0.7218949),(0.1474041,0.7218949),(0.1515382,0.726113),(0.1474041,0.726113),(0.1556691,0.7303361),(0.1515382,0.7303361),(0.1474041,0.7303361),(0.1515382,0.7345573),(0.1474041,0.7345573),(0.1556691,0.7345573),(0.1597973,0.7303361),(0.1597973,0.7345573),(0.1432664,0.7218949),(0.1391259,0.7218949),(0.1432664,0.726113),(0.1391259,0.726113),(0.134983,0.7218949),(0.1308385,0.7218949),(0.134983,0.726113),(0.1308385,0.726113),(0.1391259,0.7303361),(0.134983,0.7303361),(0.1308385,0.7303361),(0.134983,0.7345573),(0.1308385,0.7345573),(0.1391259,0.7345573),(0.1432664,0.7303361),(0.1432664,0.7345573),(0.126693,0.7218949),(0.12255,0.7218949),(0.126693,0.726113),(0.12255,0.726113),(0.1184131,0.7218949),(0.1142857,0.7218949),(0.1184131,0.726113),(0.1142857,0.726113),(0.12255,0.7303361),(0.1184131,0.7303361),(0.1142857,0.7303361),(0.1184131,0.7345573),(0.1142857,0.7345573),(0.12255,0.7345573),(0.126693,0.7303361),(0.126693,0.7345573),(0.1101713,0.7218949),(0.1060752,0.7218949),(0.1101713,0.726113),(0.1060752,0.726113),(0.1020023,0.7218949),(0.09795791,0.7218949),(0.1020023,0.726113),(0.09795791,0.726113),(0.1060752,0.7303361),(0.1020023,0.7303361),(0.09795791,0.7303361),(0.1020023,0.7345573),(0.09795791,0.7345573),(0.1060752,0.7345573),(0.1101713,0.7303361),(0.1101713,0.7345573),(0.09394707,0.7218949),(0.08994583,0.7218949),(0.09394707,0.726113),(0.08994584,0.726113),(0.08593026,0.7218949),(0.08187638,0.7218949),(0.08187637,0.726113),(0.08593025,0.726113),(0.08994584,0.7303361),(0.08593026,0.7303361),(0.08187638,0.7303361),(0.08593026,0.7345573),(0.08187638,0.7345573),(0.08994584,0.7345573),(0.09394707,0.7303361),(0.09394707,0.7345573),(0.07776025,0.7218949),(0.07361087,0.7218949),(0.07361087,0.726113),(0.07776025,0.726113),(0.06945725,0.7218949),(0.06532837,0.7218949),(0.06532837,0.726113),(0.06945725,0.726113),(0.06945725,0.7303361),(0.07361087,0.7303361),(0.06532837,0.7303361),(0.06532837,0.7345573),(0.06945725,0.7345573),(0.07361087,0.7345573),(0.07776025,0.7303361),(0.07776025,0.7345573),(0.06125325,0.7218949),(0.05721605,0.7218949),(0.05721604,0.726113),(0.06125325,0.726113),(0.05320094,0.7218949),(0.0491921,0.7218949),(0.04919209,0.726113),(0.05320094,0.726113),(0.05320094,0.7303361),(0.05721605,0.7303361),(0.0491921,0.7303361),(0.04919209,0.7345573),(0.05320094,0.7345573),(0.05721605,0.7345573),(0.06125325,0.7303361),(0.06125325,0.7345573),(0.04517369,0.7218949),(0.04115105,0.7218949),(0.04115105,0.726113),(0.04517369,0.726113),(0.0371295,0.7218949),(0.03311438,0.7218949),(0.03311437,0.726113),(0.0371295,0.726113),(0.0371295,0.7303361),(0.04115105,0.7303361),(0.03311438,0.7303361),(0.03311438,0.7345573),(0.0371295,0.7345573),(0.04115105,0.7345573),(0.04517369,0.7303361),(0.04517369,0.7345573),(0.029111,0.7218949),(0.02511186,0.7218949),(0.02511186,0.726113),(0.029111,0.726113),(0.02110944,0.7218949),(0.01709622,0.7218949),(0.02110944,0.726113),(0.01709622,0.726113),(0.02511186,0.7303361),(0.02110944,0.7303361),(0.01709622,0.7303361),(0.02110944,0.7345573),(0.01709622,0.7345573),(0.02511186,0.7345573),(0.029111,0.7303361),(0.029111,0.7345573),(0.01306469,0.7218949),(0.009019421,0.7218925),(0.01306469,0.726113),(0.009019421,0.7261127),(0.004965,0.7218856),(0.000906,0.7218763),(0.004965,0.7261118),(0.000906,0.7261105),(0.009019421,0.7303371),(0.004965,0.7303404),(0.000906,0.7303448),(0.004965,0.7345638),(0.000906,0.734579),(0.009019421,0.7345589),(0.01306469,0.7303361),(0.01306469,0.7345573),(0.999094,0.7387785),(0.9951518,0.7387742),(0.9912093,0.7387709),(0.9951518,0.7429774),(0.9912093,0.742977),(0.999094,0.742978),(0.9872664,0.7387698),(0.983323,0.7387698),(0.9872664,0.7429769),(0.983323,0.7429769),(0.9912093,0.7471812),(0.9872664,0.7471818),(0.983323,0.7471818),(0.9872664,0.7513876),(0.983323,0.7513876),(0.9912093,0.7513868),(0.999094,0.7471775),(0.9951518,0.7471796),(0.9951518,0.7513844),(0.999094,0.751377),(0.9793787,0.7387698),(0.9754275,0.7387698),(0.9793787,0.7429769),(0.9754274,0.7429769),(0.9714631,0.7387698),(0.9674796,0.7387698),(0.9714631,0.7429769),(0.9674796,0.7429769),(0.9754274,0.7471818),(0.9714631,0.7471818),(0.9674796,0.7471818),(0.9714631,0.7513876),(0.9674796,0.7513876),(0.9754274,0.7513876),(0.9793787,0.7471818),(0.9793787,0.7513876),(0.9634706,0.7387698),(0.9594426,0.7387698),(0.9634707,0.7429769),(0.9594426,0.7429769),(0.9554016,0.7387698),(0.9513539,0.7387698),(0.9554016,0.7429769),(0.9513539,0.7429769),(0.9594426,0.7471818),(0.9554016,0.7471818),(0.9513539,0.7471818),(0.9554016,0.7513876),(0.9513539,0.7513876),(0.9594425,0.7513876),(0.9634707,0.7471818),(0.9634706,0.7513876),(0.9473058,0.7387698),(0.9432498,0.7387698),(0.9473058,0.7429769),(0.9432497,0.7429769),(0.9391782,0.7387698),(0.9350839,0.7387698),(0.9391783,0.7429769),(0.9350839,0.7429769),(0.9432497,0.7471818),(0.9391782,0.7471818),(0.9350839,0.7471818),(0.9391783,0.7513876),(0.9350839,0.7513876),(0.9432497,0.7513876),(0.9473058,0.7471818),(0.9473058,0.7513876),(0.930959,0.7387698),(0.9268106,0.7387698),(0.930959,0.7429769),(0.9268106,0.7429769),(0.9226453,0.7387698),(0.9184701,0.7387698),(0.9184701,0.7429769),(0.9226453,0.7429769),(0.9226453,0.7471818),(0.9268106,0.7471818),(0.9184701,0.7471818),(0.9184701,0.7513876),(0.9226453,0.7513876),(0.9268106,0.7513876),(0.930959,0.7471818),(0.930959,0.7513876),(0.9142919,0.7387698),(0.910111,0.7387698),(0.9101109,0.7429769),(0.9142919,0.7429769),(0.9059278,0.7387698),(0.9017429,0.7387698),(0.9017429,0.7429769),(0.9059278,0.7429769),(0.9059278,0.7471818),(0.910111,0.7471818),(0.9017429,0.7471818),(0.9017428,0.7513876),(0.9059278,0.7513876),(0.9101109,0.7513876),(0.9142919,0.7471818),(0.9142919,0.7513876),(0.8975567,0.7387698),(0.8933688,0.7387698),(0.8933688,0.7429769),(0.8975567,0.7429769),(0.8891787,0.7387698),(0.8849859,0.7387698),(0.8849859,0.7429769),(0.8891788,0.7429769),(0.8891787,0.7471818),(0.8933688,0.7471818),(0.8849859,0.7471818),(0.8849859,0.7513876),(0.8891788,0.7513876),(0.8933688,0.7513876),(0.8975567,0.7471818),(0.8975567,0.7513876),(0.8807898,0.7387698),(0.8765806,0.7387698),(0.8765807,0.7429769),(0.8807898,0.7429769),(0.8723488,0.7387698),(0.8680845,0.7387698),(0.8680845,0.7429769),(0.8723488,0.7429769),(0.8723488,0.7471818),(0.8765806,0.7471818),(0.8680845,0.7471818),(0.8680845,0.7513876),(0.8723488,0.7513876),(0.8765806,0.7513876),(0.8807898,0.7471818),(0.8807898,0.7513876),(0.8637781,0.7387698),(0.8594491,0.7387698),(0.8594491,0.7429769),(0.8637781,0.7429769),(0.8551173,0.7387698),(0.8508024,0.7387698),(0.8508024,0.7429769),(0.8551173,0.7429769),(0.8551173,0.7471818),(0.8594491,0.7471818),(0.8508024,0.7471818),(0.8508024,0.7513876),(0.8551173,0.7513876),(0.859449,0.7513876),(0.8637781,0.7471818),(0.8637781,0.7513876),(0.846524,0.7387698),(0.8422731,0.7387698),(0.8422731,0.7429769),(0.846524,0.7429769),(0.8380403,0.7387698),(0.8338165,0.7387698),(0.8338165,0.7429769),(0.8380403,0.7429769),(0.8380403,0.7471818),(0.8422731,0.7471818),(0.8338165,0.7471818),(0.8338165,0.7513876),(0.8380404,0.7513876),(0.8422731,0.7513876),(0.846524,0.7471818),(0.846524,0.7513876),(0.8295926,0.7387698),(0.8253628,0.7387698),(0.8253628,0.7429769),(0.8295926,0.7429769),(0.8211217,0.7387698),(0.8168637,0.7387698),(0.8168637,0.7429769),(0.8211217,0.7429769),(0.8211217,0.7471818),(0.8253628,0.7471818),(0.8168637,0.7471818),(0.8211217,0.7513876),(0.8168637,0.7513876),(0.8253628,0.7513876),(0.8295926,0.7471818),(0.8295926,0.7513876),(0.8125832,0.7387698),(0.8082899,0.7387698),(0.8082899,0.7429769),(0.8125832,0.7429769),(0.8039935,0.7387698),(0.7997035,0.7387698),(0.7997035,0.7429769),(0.8039935,0.7429769),(0.8039935,0.7471818),(0.8082899,0.7471818),(0.7997035,0.7471818),(0.7997035,0.7513876),(0.8039935,0.7513876),(0.8082899,0.7513876),(0.8125832,0.7471818),(0.8125832,0.7513876),(0.7954297,0.7387698),(0.7911757,0.7387698),(0.7911757,0.7429769),(0.7954297,0.7429769),(0.7869452,0.7387698),(0.7827417,0.7387698),(0.7827417,0.7429769),(0.7869452,0.7429769),(0.7869452,0.7471818),(0.7911757,0.7471818),(0.7827417,0.7471818),(0.7869452,0.7513876),(0.7827417,0.7513876),(0.7911757,0.7513876),(0.7954297,0.7471818),(0.7954297,0.7513876),(0.7785689,0.7387698),(0.7744211,0.7387698),(0.7785689,0.7429769),(0.7744212,0.7429769),(0.7702925,0.7387698),(0.7661775,0.7387698),(0.7702925,0.7429769),(0.7661775,0.7429769),(0.7744212,0.7471818),(0.7702925,0.7471818),(0.7661775,0.7471818),(0.7702925,0.7513876),(0.7661775,0.7513876),(0.7744212,0.7513876),(0.778569,0.7471818),(0.778569,0.7513876),(0.7620703,0.7387698),(0.757961,0.7387698),(0.7620703,0.7429769),(0.757961,0.7429769),(0.7538399,0.7387698),(0.7496969,0.7387698),(0.7538399,0.7429769),(0.7496969,0.7429769),(0.757961,0.7471818),(0.7538399,0.7471818),(0.7496969,0.7471818),(0.7538399,0.7513876),(0.7496969,0.7513876),(0.757961,0.7513876),(0.7620703,0.7471818),(0.7620703,0.7513876),(0.7455223,0.7387698),(0.7413244,0.7387698),(0.7455223,0.7429769),(0.7413245,0.7429769),(0.7371117,0.7387698),(0.7328922,0.7387698),(0.7328923,0.7429769),(0.7371117,0.7429769),(0.7371117,0.7471818),(0.7413245,0.7471818),(0.7328922,0.7471818),(0.7328922,0.7513876),(0.7371117,0.7513876),(0.7413245,0.7513876),(0.7455223,0.7471818),(0.7455223,0.7513876),(0.7286744,0.7387698),(0.7244572,0.7387698),(0.7244572,0.7429769),(0.7286744,0.7429769),(0.7202395,0.7387698),(0.71602,0.7387698),(0.71602,0.7429769),(0.7202395,0.7429769),(0.7202395,0.7471818),(0.7244572,0.7471818),(0.71602,0.7471818),(0.71602,0.7513876),(0.7202394,0.7513876),(0.7244572,0.7513876),(0.7286744,0.7471818),(0.7286744,0.7513876),(0.7117977,0.7387698),(0.7075742,0.7387698),(0.7075742,0.7429769),(0.7117977,0.7429769),(0.7033514,0.7387698),(0.6991307,0.7387698),(0.6991307,0.7429769),(0.7033514,0.7429769),(0.7033514,0.7471818),(0.7075742,0.7471818),(0.6991307,0.7471818),(0.6991307,0.7513876),(0.7033514,0.7513876),(0.7075742,0.7513876),(0.7117977,0.7471818),(0.7117977,0.7513876),(0.6949139,0.7387698),(0.6906992,0.7387698),(0.6906992,0.7429769),(0.6949139,0.7429769),(0.6864849,0.7387698),(0.6822694,0.7387698),(0.6822693,0.7429769),(0.6864849,0.7429769),(0.6864849,0.7471818),(0.6906992,0.7471818),(0.6822694,0.7471818),(0.6822693,0.7513876),(0.6864849,0.7513876),(0.6906992,0.7513876),(0.6949139,0.7471818),(0.6949139,0.7513876),(0.6780508,0.7387698),(0.6738272,0.7387698),(0.6738272,0.7429769),(0.6780507,0.7429769),(0.6695971,0.7387698),(0.6653587,0.7387698),(0.6653587,0.7429769),(0.6695971,0.7429769),(0.6695971,0.7471818),(0.6738272,0.7471818),(0.6653587,0.7471818),(0.6653587,0.7513876),(0.6695971,0.7513876),(0.6738272,0.7513876),(0.6780508,0.7471818),(0.6780507,0.7513876),(0.6611102,0.7387698),(0.6568571,0.7387698),(0.6568571,0.7429769),(0.6611102,0.7429769),(0.6526053,0.7387698),(0.6483604,0.7387698),(0.6483604,0.7429769),(0.6526054,0.7429769),(0.6526054,0.7471818),(0.6568571,0.7471818),(0.6483604,0.7471818),(0.6483604,0.7513876),(0.6526053,0.7513876),(0.6568571,0.7513876),(0.6611102,0.7471818),(0.6611102,0.7513876),(0.6441281,0.7387698),(0.6399043,0.7387698),(0.6399043,0.7429769),(0.6441281,0.7429769),(0.635685,0.7387698),(0.6314663,0.7387698),(0.6314663,0.7429769),(0.635685,0.7429769),(0.635685,0.7471818),(0.6399043,0.7471818),(0.6314663,0.7471818),(0.6314663,0.7513876),(0.635685,0.7513876),(0.6399043,0.7513876),(0.6441281,0.7471818),(0.6441281,0.7513876),(0.627244,0.7387698),(0.6230208,0.7387698),(0.6230209,0.7429769),(0.627244,0.7429769),(0.6187993,0.7387698),(0.6145822,0.7387698),(0.6145822,0.7429769),(0.6187993,0.7429769),(0.6187993,0.7471818),(0.6230208,0.7471818),(0.6145822,0.7471818),(0.6145822,0.7513876),(0.6187993,0.7513876),(0.6230209,0.7513876),(0.627244,0.7471818),(0.627244,0.7513876),(0.6103719,0.7387698),(0.6061606,0.7387698),(0.6061606,0.7429769),(0.6103719,0.7429769),(0.6019406,0.7387698),(0.5977041,0.7387698),(0.5977041,0.7429769),(0.6019406,0.7429769),(0.6019406,0.7471818),(0.6061606,0.7471818),(0.5977041,0.7471818),(0.5977041,0.7513876),(0.6019406,0.7513876),(0.6061606,0.7513876),(0.6103719,0.7471818),(0.6103719,0.7513876),(0.5934432,0.7387698),(0.589169,0.7387698),(0.589169,0.7429769),(0.5934432,0.7429769),(0.5848927,0.7387698),(0.5806257,0.7387698),(0.5806257,0.7429769),(0.5848927,0.7429769),(0.5848927,0.7471818),(0.589169,0.7471818),(0.5806257,0.7471818),(0.5806257,0.7513876),(0.5848927,0.7513876),(0.589169,0.7513876),(0.5934432,0.7471818),(0.5934432,0.7513876),(0.5763788,0.7387698),(0.572147,0.7387698),(0.572147,0.7429769),(0.5763788,0.7429769),(0.567925,0.7387698),(0.5637077,0.7387698),(0.5637077,0.7429769),(0.567925,0.7429769),(0.567925,0.7471818),(0.572147,0.7471818),(0.5637077,0.7471818),(0.5637077,0.7513876),(0.567925,0.7513876),(0.572147,0.7513876),(0.5763788,0.7471818),(0.5763788,0.7513876),(0.55949,0.7387698),(0.5552715,0.7387698),(0.5552715,0.7429769),(0.55949,0.7429769),(0.5510522,0.7387698),(0.5468317,0.7387698),(0.5468317,0.7429769),(0.5510522,0.7429769),(0.5510522,0.7471818),(0.5552715,0.7471818),(0.5468317,0.7471818),(0.5510522,0.7513876),(0.5468317,0.7513876),(0.5552715,0.7513876),(0.55949,0.7471818),(0.55949,0.7513876),(0.5426099,0.7387698),(0.5383899,0.7387698),(0.5383899,0.7429769),(0.5426099,0.7429769),(0.5341746,0.7387698),(0.5299669,0.7387698),(0.5299669,0.7429769),(0.5341746,0.7429769),(0.5341746,0.7471818),(0.5383899,0.7471818),(0.5299669,0.7471818),(0.529967,0.7513876),(0.5341746,0.7513876),(0.5383899,0.7513876),(0.5426099,0.7471818),(0.5426099,0.7513876),(0.52577,0.7387698),(0.5215818,0.7387698),(0.5215818,0.7429769),(0.52577,0.7429769),(0.5174,0.7387698),(0.5132228,0.7387698),(0.5132228,0.7429769),(0.5174,0.7429769),(0.5174,0.7471818),(0.5215818,0.7471818),(0.5132228,0.7471818),(0.5132228,0.7513876),(0.5174,0.7513876),(0.5215818,0.7513876),(0.52577,0.7471818),(0.52577,0.7513876),(0.5090478,0.7387698),(0.5048727,0.7387698),(0.5048727,0.7429769),(0.5090478,0.7429769),(0.5006949,0.7387698),(0.4965119,0.7387698),(0.4965119,0.7429769),(0.5006949,0.7429769),(0.5006949,0.7471818),(0.5048727,0.7471818),(0.4965119,0.7471818),(0.4965119,0.7513876),(0.5006949,0.7513876),(0.5048727,0.7513876),(0.5090478,0.7471818),(0.5090478,0.7513876),(0.4923214,0.7387698),(0.4881234,0.7387698),(0.4881234,0.7429769),(0.4923214,0.7429769),(0.4839184,0.7387698),(0.4797065,0.7387698),(0.4797065,0.7429769),(0.4839184,0.7429769),(0.4839184,0.7471818),(0.4881234,0.7471818),(0.4797065,0.7471818),(0.4797064,0.7513876),(0.4839184,0.7513876),(0.4881234,0.7513876),(0.4923214,0.7471818),(0.4923214,0.7513876),(0.4754879,0.7387698),(0.4712752,0.7387698),(0.4712752,0.7429769),(0.4754879,0.7429769),(0.4670808,0.7387698),(0.4629171,0.7387698),(0.4629171,0.7429769),(0.4670808,0.7429769),(0.4670808,0.7471818),(0.4712752,0.7471818),(0.4629171,0.7471818),(0.4629171,0.7513876),(0.4670808,0.7513876),(0.4712752,0.7513876),(0.4754879,0.7471818),(0.4754879,0.7513876),(0.4587967,0.7387698),(0.4547031,0.7387698),(0.4547031,0.7429769),(0.4587967,0.7429769),(0.4506197,0.7387698),(0.44653,0.7387698),(0.44653,0.7429769),(0.4506197,0.7429769),(0.4506197,0.7471818),(0.4547031,0.7471818),(0.44653,0.7471818),(0.44653,0.7513876),(0.4506197,0.7513876),(0.4547031,0.7513876),(0.4587967,0.7471818),(0.4587967,0.7513876),(0.4424174,0.7387698),(0.4382856,0.7387698),(0.4382856,0.7429769),(0.4424174,0.7429769),(0.4341379,0.7387698),(0.429978,0.7387698),(0.429978,0.7429769),(0.4341379,0.7429769),(0.4341379,0.7471818),(0.4382856,0.7471818),(0.429978,0.7471818),(0.4341379,0.7513876),(0.429978,0.7513876),(0.4382856,0.7513876),(0.4424174,0.7471818),(0.4424174,0.7513876),(0.4258092,0.7387698),(0.4216311,0.7387698),(0.4258092,0.7429769),(0.4216312,0.7429769),(0.4174434,0.7387698),(0.4132456,0.7387698),(0.4132456,0.7429769),(0.4174434,0.7429769),(0.4174434,0.7471818),(0.4216312,0.7471818),(0.4132456,0.7471818),(0.4132456,0.7513876),(0.4174434,0.7513876),(0.4216312,0.7513876),(0.4258092,0.7471818),(0.4258092,0.7513876),(0.4090372,0.7387698),(0.4048201,0.7387698),(0.4048201,0.7429769),(0.4090372,0.7429769),(0.4005963,0.7387698),(0.3963675,0.7387698),(0.4005963,0.7429769),(0.3963675,0.7429769),(0.4048201,0.7471818),(0.4005963,0.7471818),(0.3963675,0.7471818),(0.4005963,0.7513876),(0.3963675,0.7513876),(0.4048201,0.7513876),(0.4090372,0.7471818),(0.4090372,0.7513876),(0.3921357,0.7387698),(0.3879012,0.7387698),(0.3921357,0.7429769),(0.3879012,0.7429769),(0.3836642,0.7387698),(0.3794248,0.7387698),(0.3836642,0.7429769),(0.3794249,0.7429769),(0.3879012,0.7471818),(0.3836642,0.7471818),(0.3794248,0.7471818),(0.3836642,0.7513876),(0.3794248,0.7513876),(0.3879012,0.7513876),(0.3921357,0.7471818),(0.3921357,0.7513876),(0.3751834,0.7387698),(0.3709441,0.7387698),(0.3751834,0.7429769),(0.3709441,0.7429769),(0.3667112,0.7387698),(0.3624887,0.7387698),(0.3667112,0.7429769),(0.3624887,0.7429769),(0.3709442,0.7471818),(0.3667112,0.7471818),(0.3624887,0.7471818),(0.3667112,0.7513876),(0.3624887,0.7513876),(0.3709441,0.7513876),(0.3751834,0.7471818),(0.3751834,0.7513876),(0.358281,0.7387698),(0.3540821,0.7387698),(0.358281,0.7429769),(0.3540821,0.7429769),(0.3498864,0.7387698),(0.3456882,0.7387698),(0.3498864,0.7429769),(0.3456882,0.7429769),(0.3540821,0.7471818),(0.3498864,0.7471818),(0.3456882,0.7471818),(0.3498864,0.7513876),(0.3456882,0.7513876),(0.3540821,0.7513876),(0.3582809,0.7471818),(0.358281,0.7513876),(0.3414817,0.7387698),(0.3372694,0.7387698),(0.3414817,0.7429769),(0.3372695,0.7429769),(0.3330541,0.7387698),(0.3288383,0.7387698),(0.3330541,0.7429769),(0.3288383,0.7429769),(0.3372695,0.7471818),(0.3330541,0.7471818),(0.3288383,0.7471818),(0.3330541,0.7513876),(0.3288383,0.7513876),(0.3372695,0.7513876),(0.3414817,0.7471818),(0.3414817,0.7513876),(0.3246247,0.7387698),(0.3204179,0.7387698),(0.3204179,0.7429769),(0.3246247,0.7429769),(0.3162228,0.7387698),(0.3120441,0.7387698),(0.3120441,0.7429769),(0.3162228,0.7429769),(0.3162228,0.7471818),(0.3204179,0.7471818),(0.3120441,0.7471818),(0.3120441,0.7513876),(0.3162228,0.7513876),(0.3204179,0.7513876),(0.3246247,0.7471818),(0.3246247,0.7513876),(0.3078868,0.7387698),(0.3037427,0.7387698),(0.3078868,0.7429769),(0.3037427,0.7429769),(0.2996041,0.7387698),(0.2954631,0.7387698),(0.2996041,0.7429769),(0.2954631,0.7429769),(0.3037428,0.7471818),(0.2996041,0.7471818),(0.2954631,0.7471818),(0.2996041,0.7513876),(0.2954631,0.7513876),(0.3037427,0.7513876),(0.3078868,0.7471818),(0.3078868,0.7513876),(0.2913116,0.7387698),(0.2871543,0.7387698),(0.2913116,0.7429769),(0.2871543,0.7429769),(0.2829956,0.7387698),(0.2788399,0.7387698),(0.2829956,0.7429769),(0.2788399,0.7429769),(0.2871543,0.7471818),(0.2829956,0.7471818),(0.2788399,0.7471818),(0.2829956,0.7513876),(0.2788399,0.7513876),(0.2871543,0.7513876),(0.2913116,0.7471818),(0.2913116,0.7513876),(0.2746918,0.7387698),(0.2705556,0.7387698),(0.2705556,0.7429769),(0.2746918,0.7429769),(0.2664356,0.7387698),(0.262336,0.7387698),(0.262336,0.7429769),(0.2664356,0.7429769),(0.2705556,0.7471818),(0.2664356,0.7471818),(0.262336,0.7471818),(0.2664356,0.7513876),(0.262336,0.7513876),(0.2705556,0.7513876),(0.2746918,0.7471818),(0.2746918,0.7513876),(0.2582613,0.7387698),(0.254209,0.7387698),(0.2582613,0.7429769),(0.254209,0.7429769),(0.2501769,0.7387698),(0.2461624,0.7387698),(0.2501769,0.7429769),(0.2461624,0.7429769),(0.254209,0.7471818),(0.2501769,0.7471818),(0.2461624,0.7471818),(0.2501769,0.7513876),(0.2461624,0.7513876),(0.254209,0.7513876),(0.2582613,0.7471818),(0.2582613,0.7513876),(0.2421634,0.7387698),(0.238164,0.7387698),(0.2421634,0.7429769),(0.238164,0.7429769),(0.2341487,0.7387698),(0.2301017,0.7387698),(0.2341487,0.7429769),(0.2301017,0.7429769),(0.238164,0.7471818),(0.2341487,0.7471818),(0.2301017,0.7471818),(0.2341487,0.7513876),(0.2301017,0.7513876),(0.238164,0.7513876),(0.2421634,0.7471818),(0.2421634,0.7513876),(0.2260074,0.7387698),(0.2218787,0.7387698),(0.2260074,0.7429769),(0.2218787,0.7429769),(0.2177283,0.7387698),(0.2135691,0.7387698),(0.2135692,0.7429769),(0.2177283,0.7429769),(0.2177283,0.7471818),(0.2218787,0.7471818),(0.2135691,0.7471818),(0.2135692,0.7513876),(0.2177283,0.7513876),(0.2218787,0.7513876),(0.2260074,0.7471818),(0.2260074,0.7513876),(0.2094141,0.7387698),(0.2052627,0.7387698),(0.2094141,0.7429769),(0.2052627,0.7429769),(0.2011147,0.7387698),(0.1969699,0.7387698),(0.2011147,0.7429769),(0.1969699,0.7429769),(0.2052627,0.7471818),(0.2011147,0.7471818),(0.1969699,0.7471818),(0.2011147,0.7513876),(0.1969699,0.7513876),(0.2052627,0.7513876),(0.2094141,0.7471818),(0.2094141,0.7513876),(0.1928277,0.7387698),(0.1886888,0.7387698),(0.1928277,0.7429769),(0.1886888,0.7429769),(0.1845533,0.7387698),(0.1804218,0.7387698),(0.1845533,0.7429769),(0.1804218,0.7429769),(0.1886888,0.7471818),(0.1845533,0.7471818),(0.1804218,0.7471818),(0.1845533,0.7513876),(0.1804218,0.7513876),(0.1886888,0.7513876),(0.1928277,0.7471818),(0.1928277,0.7513876),(0.1762946,0.7387698),(0.1721701,0.7387698),(0.1762946,0.7429769),(0.1721701,0.7429769),(0.1680468,0.7387698),(0.163923,0.7387698),(0.1680468,0.7429769),(0.163923,0.7429769),(0.1721701,0.7471818),(0.1680468,0.7471818),(0.163923,0.7471818),(0.1680468,0.7513876),(0.163923,0.7513876),(0.1721701,0.7513876),(0.1762946,0.7471818),(0.1762946,0.7513876),(0.1597973,0.7387698),(0.1556691,0.7387698),(0.1597973,0.7429769),(0.1556691,0.7429769),(0.1515382,0.7387698),(0.1474041,0.7387698),(0.1515382,0.7429769),(0.1474041,0.7429769),(0.1556691,0.7471818),(0.1515382,0.7471818),(0.1474041,0.7471818),(0.1515382,0.7513876),(0.1474041,0.7513876),(0.1556691,0.7513876),(0.1597973,0.7471818),(0.1597973,0.7513876),(0.1432664,0.7387698),(0.1391259,0.7387698),(0.1432664,0.7429769),(0.1391259,0.7429769),(0.134983,0.7387698),(0.1308385,0.7387698),(0.134983,0.7429769),(0.1308385,0.7429769),(0.1391259,0.7471818),(0.134983,0.7471818),(0.1308385,0.7471818),(0.134983,0.7513876),(0.1308385,0.7513876),(0.1391259,0.7513876),(0.1432664,0.7471818),(0.1432664,0.7513876),(0.126693,0.7387698),(0.12255,0.7387698),(0.126693,0.7429769),(0.12255,0.7429769),(0.1184131,0.7387698),(0.1142857,0.7387698),(0.1184131,0.7429769),(0.1142857,0.7429769),(0.12255,0.7471818),(0.1184131,0.7471818),(0.1142857,0.7471818),(0.1184131,0.7513876),(0.1142857,0.7513876),(0.12255,0.7513876),(0.126693,0.7471818),(0.126693,0.7513876),(0.1101713,0.7387698),(0.1060752,0.7387698),(0.1101713,0.7429769),(0.1060752,0.7429769),(0.1020023,0.7387698),(0.09795791,0.7387698),(0.1020023,0.7429769),(0.09795791,0.7429769),(0.1060752,0.7471818),(0.1020023,0.7471818),(0.09795791,0.7471818),(0.1020023,0.7513876),(0.09795791,0.7513876),(0.1060752,0.7513876),(0.1101713,0.7471818),(0.1101713,0.7513876),(0.09394707,0.7387698),(0.08994583,0.7387698),(0.09394707,0.7429769),(0.08994584,0.7429769),(0.08593026,0.7387698),(0.08187638,0.7387698),(0.08593025,0.7429769),(0.08187637,0.7429769),(0.08994584,0.7471818),(0.08593026,0.7471818),(0.08187638,0.7471818),(0.08593026,0.7513876),(0.08187638,0.7513876),(0.08994584,0.7513876),(0.09394707,0.7471818),(0.09394707,0.7513876),(0.07776025,0.7387698),(0.07361087,0.7387698),(0.07776025,0.7429769),(0.07361087,0.7429769),(0.06945725,0.7387698),(0.06532837,0.7387698),(0.06945725,0.7429769),(0.06532837,0.7429769),(0.07361087,0.7471818),(0.06945725,0.7471818),(0.06532837,0.7471818),(0.06945725,0.7513876),(0.06532837,0.7513876),(0.07361087,0.7513876),(0.07776025,0.7471818),(0.07776025,0.7513876),(0.06125325,0.7387698),(0.05721605,0.7387698),(0.06125325,0.7429769),(0.05721604,0.7429769),(0.05320094,0.7387698),(0.0491921,0.7387698),(0.04919209,0.7429769),(0.05320094,0.7429769),(0.05721605,0.7471818),(0.05320094,0.7471818),(0.0491921,0.7471818),(0.05320094,0.7513876),(0.04919209,0.7513876),(0.05721605,0.7513876),(0.06125325,0.7471818),(0.06125325,0.7513876),(0.04517369,0.7387698),(0.04115105,0.7387698),(0.04115105,0.7429769),(0.04517369,0.7429769),(0.0371295,0.7387698),(0.03311438,0.7387698),(0.0371295,0.7429769),(0.03311437,0.7429769),(0.0371295,0.7471818),(0.04115105,0.7471818),(0.03311438,0.7471818),(0.03311438,0.7513876),(0.0371295,0.7513876),(0.04115105,0.7513876),(0.04517369,0.7471818),(0.04517369,0.7513876),(0.029111,0.7387698),(0.02511186,0.7387698),(0.029111,0.7429769),(0.02511186,0.7429769),(0.02110944,0.7387698),(0.01709622,0.7387698),(0.02110944,0.7429769),(0.01709622,0.7429769),(0.02511186,0.7471818),(0.02110944,0.7471818),(0.01709622,0.7471818),(0.02110944,0.7513876),(0.01709622,0.7513876),(0.02511186,0.7513876),(0.029111,0.7471818),(0.029111,0.7513876),(0.01306469,0.7387698),(0.009019421,0.7387709),(0.01306469,0.7429769),(0.009019421,0.742977),(0.004965,0.7387742),(0.000906,0.7387785),(0.004965,0.7429774),(0.000906,0.742978),(0.009019421,0.7471812),(0.004965,0.7471796),(0.000906,0.7471775),(0.004965,0.7513844),(0.000906,0.751377),(0.009019421,0.7513868),(0.01306469,0.7471818),(0.01306469,0.7513876),(0.999094,0.7555935),(0.9951518,0.7555956),(0.9912093,0.7555972),(0.9951518,0.7598137),(0.9912093,0.7598164),(0.999094,0.75981),(0.9872664,0.7555977),(0.983323,0.7555977),(0.9872664,0.7598173),(0.983323,0.7598173),(0.9912093,0.7640483),(0.9872664,0.7640514),(0.983323,0.7640514),(0.9872664,0.7683054),(0.983323,0.7683054),(0.9912093,0.7683007),(0.999094,0.7640265),(0.9951518,0.764039),(0.9951518,0.7682866),(0.999094,0.768243),(0.9793787,0.7555977),(0.9754275,0.7555977),(0.9754274,0.7598173),(0.9793787,0.7598173),(0.9714631,0.7555977),(0.9674796,0.7555977),(0.9714631,0.7598173),(0.9674796,0.7598173),(0.9754274,0.7640514),(0.9714631,0.7640514),(0.9674796,0.7640514),(0.9714631,0.7683054),(0.9674796,0.7683054),(0.9754274,0.7683054),(0.9793787,0.7640514),(0.9793787,0.7683054),(0.9634706,0.7555977),(0.9594426,0.7555977),(0.9634707,0.7598173),(0.9594426,0.7598173),(0.9554016,0.7555977),(0.9513539,0.7555977),(0.9554016,0.7598173),(0.9513539,0.7598173),(0.9594426,0.7640514),(0.9554016,0.7640514),(0.9513539,0.7640514),(0.9554016,0.7683054),(0.9513539,0.7683054),(0.9594425,0.7683054),(0.9634707,0.7640514),(0.9634706,0.7683054),(0.9473058,0.7555977),(0.9432498,0.7555977),(0.9473058,0.7598173),(0.9432497,0.7598173),(0.9391782,0.7555977),(0.9350839,0.7555977),(0.9391783,0.7598173),(0.9350839,0.7598173),(0.9432497,0.7640514),(0.9391782,0.7640514),(0.9350839,0.7640514),(0.9391783,0.7683054),(0.9350839,0.7683054),(0.9432497,0.7683054),(0.9473058,0.7640514),(0.9473058,0.7683054),(0.930959,0.7555977),(0.9268106,0.7555977),(0.930959,0.7598173),(0.9268106,0.7598173),(0.9226453,0.7555977),(0.9184701,0.7555977),(0.9184701,0.7598173),(0.9226453,0.7598173),(0.9226453,0.7640514),(0.9268106,0.7640514),(0.9184701,0.7640514),(0.9184701,0.7683054),(0.9226453,0.7683054),(0.9268106,0.7683054),(0.930959,0.7640514),(0.930959,0.7683054),(0.9142919,0.7555977),(0.910111,0.7555977),(0.9101109,0.7598173),(0.9142919,0.7598173),(0.9059278,0.7555977),(0.9017429,0.7555977),(0.9017429,0.7598173),(0.9059278,0.7598173),(0.9059278,0.7640514),(0.910111,0.7640514),(0.9017429,0.7640514),(0.9017428,0.7683054),(0.9059278,0.7683054),(0.9101109,0.7683054),(0.9142919,0.7640514),(0.9142919,0.7683054),(0.8975567,0.7555977),(0.8933688,0.7555977),(0.8933688,0.7598173),(0.8975567,0.7598173),(0.8891787,0.7555977),(0.8849859,0.7555977),(0.8849859,0.7598173),(0.8891788,0.7598173),(0.8891787,0.7640514),(0.8933688,0.7640514),(0.8849859,0.7640514),(0.8849859,0.7683054),(0.8891788,0.7683054),(0.8933688,0.7683054),(0.8975567,0.7640514),(0.8975567,0.7683054),(0.8807898,0.7555977),(0.8765806,0.7555977),(0.8765807,0.7598173),(0.8807898,0.7598173),(0.8723488,0.7555977),(0.8680845,0.7555977),(0.8680845,0.7598173),(0.8723488,0.7598173),(0.8723488,0.7640514),(0.8765806,0.7640514),(0.8680845,0.7640514),(0.8680845,0.7683054),(0.8723488,0.7683054),(0.8765806,0.7683054),(0.8807898,0.7640514),(0.8807898,0.7683054),(0.8637781,0.7555977),(0.8594491,0.7555977),(0.8594491,0.7598173),(0.8637781,0.7598173),(0.8551173,0.7555977),(0.8508024,0.7555977),(0.8508024,0.7598173),(0.8551173,0.7598173),(0.8551173,0.7640514),(0.8594491,0.7640514),(0.8508024,0.7640514),(0.8508024,0.7683054),(0.8551173,0.7683054),(0.859449,0.7683054),(0.8637781,0.7640514),(0.8637781,0.7683054),(0.846524,0.7555977),(0.8422731,0.7555977),(0.8422731,0.7598173),(0.846524,0.7598173),(0.8380403,0.7555977),(0.8338165,0.7555977),(0.8338165,0.7598173),(0.8380403,0.7598173),(0.8380403,0.7640514),(0.8422731,0.7640514),(0.8338165,0.7640514),(0.8338165,0.7683054),(0.8380404,0.7683054),(0.8422731,0.7683054),(0.846524,0.7640514),(0.846524,0.7683054),(0.8295926,0.7555977),(0.8253628,0.7555977),(0.8253628,0.7598173),(0.8295926,0.7598173),(0.8211217,0.7555977),(0.8168637,0.7555977),(0.8211217,0.7598173),(0.8168637,0.7598173),(0.8253628,0.7640514),(0.8211217,0.7640514),(0.8168637,0.7640514),(0.8211217,0.7683054),(0.8168637,0.7683054),(0.8253628,0.7683054),(0.8295926,0.7640514),(0.8295926,0.7683054),(0.8125832,0.7555977),(0.8082899,0.7555977),(0.8125832,0.7598173),(0.8082899,0.7598173),(0.8039935,0.7555977),(0.7997035,0.7555977),(0.7997035,0.7598173),(0.8039935,0.7598173),(0.8039935,0.7640514),(0.8082899,0.7640514),(0.7997035,0.7640514),(0.7997035,0.7683054),(0.8039935,0.7683054),(0.8082899,0.7683054),(0.8125832,0.7640514),(0.8125832,0.7683054),(0.7954297,0.7555977),(0.7911757,0.7555977),(0.7911757,0.7598173),(0.7954297,0.7598173),(0.7869452,0.7555977),(0.7827417,0.7555977),(0.7869452,0.7598173),(0.7827417,0.7598173),(0.7911757,0.7640514),(0.7869452,0.7640514),(0.7827417,0.7640514),(0.7869452,0.7683054),(0.7827417,0.7683054),(0.7911757,0.7683054),(0.7954297,0.7640514),(0.7954297,0.7683054),(0.7785689,0.7555977),(0.7744211,0.7555977),(0.7785689,0.7598173),(0.7744212,0.7598173),(0.7702925,0.7555977),(0.7661775,0.7555977),(0.7661775,0.7598173),(0.7702925,0.7598173),(0.7702925,0.7640514),(0.7744212,0.7640514),(0.7661775,0.7640514),(0.7661775,0.7683054),(0.7702925,0.7683054),(0.7744212,0.7683054),(0.778569,0.7640514),(0.778569,0.7683054),(0.7620703,0.7555977),(0.757961,0.7555977),(0.757961,0.7598173),(0.7620703,0.7598173),(0.7538399,0.7555977),(0.7496969,0.7555977),(0.7496969,0.7598173),(0.7538399,0.7598173),(0.7538399,0.7640514),(0.757961,0.7640514),(0.7496969,0.7640514),(0.7496969,0.7683054),(0.7538399,0.7683054),(0.757961,0.7683054),(0.7620703,0.7640514),(0.7620703,0.7683054),(0.7455223,0.7555977),(0.7413244,0.7555977),(0.7413245,0.7598173),(0.7455223,0.7598173),(0.7371117,0.7555977),(0.7328922,0.7555977),(0.7328923,0.7598173),(0.7371117,0.7598173),(0.7371117,0.7640514),(0.7413245,0.7640514),(0.7328922,0.7640514),(0.7328922,0.7683054),(0.7371117,0.7683054),(0.7413245,0.7683054),(0.7455223,0.7640514),(0.7455223,0.7683054),(0.7286744,0.7555977),(0.7244572,0.7555977),(0.7244572,0.7598173),(0.7286744,0.7598173),(0.7202395,0.7555977),(0.71602,0.7555977),(0.71602,0.7598173),(0.7202395,0.7598173),(0.7202395,0.7640514),(0.7244572,0.7640514),(0.71602,0.7640514),(0.71602,0.7683054),(0.7202394,0.7683054),(0.7244572,0.7683054),(0.7286744,0.7640514),(0.7286744,0.7683054),(0.7117977,0.7555977),(0.7075742,0.7555977),(0.7075742,0.7598173),(0.7117977,0.7598173),(0.7033514,0.7555977),(0.6991307,0.7555977),(0.6991307,0.7598173),(0.7033514,0.7598173),(0.7033514,0.7640514),(0.7075742,0.7640514),(0.6991307,0.7640514),(0.6991307,0.7683054),(0.7033514,0.7683054),(0.7075742,0.7683054),(0.7117977,0.7640514),(0.7117977,0.7683054),(0.6949139,0.7555977),(0.6906992,0.7555977),(0.6906992,0.7598173),(0.6949139,0.7598173),(0.6864849,0.7555977),(0.6822694,0.7555977),(0.6822693,0.7598173),(0.6864849,0.7598173),(0.6864849,0.7640514),(0.6906992,0.7640514),(0.6822694,0.7640514),(0.6822693,0.7683054),(0.6864849,0.7683054),(0.6906992,0.7683054),(0.6949139,0.7640514),(0.6949139,0.7683054),(0.6780508,0.7555977),(0.6738272,0.7555977),(0.6738272,0.7598173),(0.6780507,0.7598173),(0.6695971,0.7555977),(0.6653587,0.7555977),(0.6653587,0.7598173),(0.6695971,0.7598173),(0.6695971,0.7640514),(0.6738272,0.7640514),(0.6653587,0.7640514),(0.6653587,0.7683054),(0.6695971,0.7683054),(0.6738272,0.7683054),(0.6780508,0.7640514),(0.6780507,0.7683054),(0.6611102,0.7555977),(0.6568571,0.7555977),(0.6568571,0.7598173),(0.6611102,0.7598173),(0.6526053,0.7555977),(0.6483604,0.7555977),(0.6483604,0.7598173),(0.6526054,0.7598173),(0.6526054,0.7640514),(0.6568571,0.7640514),(0.6483604,0.7640514),(0.6483604,0.7683054),(0.6526053,0.7683054),(0.6568571,0.7683054),(0.6611102,0.7640514),(0.6611102,0.7683054),(0.6441281,0.7555977),(0.6399043,0.7555977),(0.6399043,0.7598173),(0.6441281,0.7598173),(0.635685,0.7555977),(0.6314663,0.7555977),(0.6314663,0.7598173),(0.635685,0.7598173),(0.635685,0.7640514),(0.6399043,0.7640514),(0.6314663,0.7640514),(0.6314663,0.7683054),(0.635685,0.7683054),(0.6399043,0.7683054),(0.6441281,0.7640514),(0.6441281,0.7683054),(0.627244,0.7555977),(0.6230208,0.7555977),(0.6230209,0.7598173),(0.627244,0.7598173),(0.6187993,0.7555977),(0.6145822,0.7555977),(0.6145822,0.7598173),(0.6187993,0.7598173),(0.6187993,0.7640514),(0.6230208,0.7640514),(0.6145822,0.7640514),(0.6145822,0.7683054),(0.6187993,0.7683054),(0.6230209,0.7683054),(0.627244,0.7640514),(0.627244,0.7683054),(0.6103719,0.7555977),(0.6061606,0.7555977),(0.6061606,0.7598173),(0.6103719,0.7598173),(0.6019406,0.7555977),(0.5977041,0.7555977),(0.5977041,0.7598173),(0.6019406,0.7598173),(0.6019406,0.7640514),(0.6061606,0.7640514),(0.5977041,0.7640514),(0.5977041,0.7683054),(0.6019406,0.7683054),(0.6061606,0.7683054),(0.6103719,0.7640514),(0.6103719,0.7683054),(0.5934432,0.7555977),(0.589169,0.7555977),(0.589169,0.7598173),(0.5934432,0.7598173),(0.5848927,0.7555977),(0.5806257,0.7555977),(0.5806257,0.7598173),(0.5848927,0.7598173),(0.5848927,0.7640514),(0.589169,0.7640514),(0.5806257,0.7640514),(0.5806257,0.7683054),(0.5848927,0.7683054),(0.589169,0.7683054),(0.5934432,0.7640514),(0.5934432,0.7683054),(0.5763788,0.7555977),(0.572147,0.7555977),(0.572147,0.7598173),(0.5763788,0.7598173),(0.567925,0.7555977),(0.5637077,0.7555977),(0.5637077,0.7598173),(0.567925,0.7598173),(0.567925,0.7640514),(0.572147,0.7640514),(0.5637077,0.7640514),(0.5637077,0.7683054),(0.567925,0.7683054),(0.572147,0.7683054),(0.5763788,0.7640514),(0.5763788,0.7683054),(0.55949,0.7555977),(0.5552715,0.7555977),(0.55949,0.7598173),(0.5552715,0.7598173),(0.5510522,0.7555977),(0.5468317,0.7555977),(0.5510522,0.7598173),(0.5468317,0.7598173),(0.5552715,0.7640514),(0.5510522,0.7640514),(0.5468317,0.7640514),(0.5510522,0.7683054),(0.5468317,0.7683054),(0.5552715,0.7683054),(0.55949,0.7640514),(0.55949,0.7683054),(0.5426099,0.7555977),(0.5383899,0.7555977),(0.5426099,0.7598173),(0.5383899,0.7598173),(0.5341746,0.7555977),(0.5299669,0.7555977),(0.5299669,0.7598173),(0.5341746,0.7598173),(0.5341746,0.7640514),(0.5383899,0.7640514),(0.5299669,0.7640514),(0.529967,0.7683054),(0.5341746,0.7683054),(0.5383899,0.7683054),(0.5426099,0.7640514),(0.5426099,0.7683054),(0.52577,0.7555977),(0.5215818,0.7555977),(0.5215818,0.7598173),(0.52577,0.7598173),(0.5174,0.7555977),(0.5132228,0.7555977),(0.5132228,0.7598173),(0.5174,0.7598173),(0.5174,0.7640514),(0.5215818,0.7640514),(0.5132228,0.7640514),(0.5132228,0.7683054),(0.5174,0.7683054),(0.5215818,0.7683054),(0.52577,0.7640514),(0.52577,0.7683054),(0.5090478,0.7555977),(0.5048727,0.7555977),(0.5048727,0.7598173),(0.5090478,0.7598173),(0.5006949,0.7555977),(0.4965119,0.7555977),(0.4965119,0.7598173),(0.5006949,0.7598173),(0.5006949,0.7640514),(0.5048727,0.7640514),(0.4965119,0.7640514),(0.4965119,0.7683054),(0.5006949,0.7683054),(0.5048727,0.7683054),(0.5090478,0.7640514),(0.5090478,0.7683054),(0.4923214,0.7555977),(0.4881234,0.7555977),(0.4881234,0.7598173),(0.4923214,0.7598173),(0.4839184,0.7555977),(0.4797065,0.7555977),(0.4797065,0.7598173),(0.4839184,0.7598173),(0.4839184,0.7640514),(0.4881234,0.7640514),(0.4797065,0.7640514),(0.4797064,0.7683054),(0.4839184,0.7683054),(0.4881234,0.7683054),(0.4923214,0.7640514),(0.4923214,0.7683054),(0.4754879,0.7555977),(0.4712752,0.7555977),(0.4712752,0.7598173),(0.4754879,0.7598173),(0.4670808,0.7555977),(0.4629171,0.7555977),(0.4629171,0.7598173),(0.4670808,0.7598173),(0.4670808,0.7640514),(0.4712752,0.7640514),(0.4629171,0.7640514),(0.4629171,0.7683054),(0.4670808,0.7683054),(0.4712752,0.7683054),(0.4754879,0.7640514),(0.4754879,0.7683054),(0.4587967,0.7555977),(0.4547031,0.7555977),(0.4547031,0.7598173),(0.4587967,0.7598173),(0.4506197,0.7555977),(0.44653,0.7555977),(0.44653,0.7598173),(0.4506197,0.7598173),(0.4506197,0.7640514),(0.4547031,0.7640514),(0.44653,0.7640514),(0.44653,0.7683054),(0.4506197,0.7683054),(0.4547031,0.7683054),(0.4587967,0.7640514),(0.4587967,0.7683054),(0.4424174,0.7555977),(0.4382856,0.7555977),(0.4382856,0.7598173),(0.4424174,0.7598173),(0.4341379,0.7555977),(0.429978,0.7555977),(0.4341379,0.7598173),(0.429978,0.7598173),(0.4382856,0.7640514),(0.4341379,0.7640514),(0.429978,0.7640514),(0.4341379,0.7683054),(0.429978,0.7683054),(0.4382856,0.7683054),(0.4424174,0.7640514),(0.4424174,0.7683054),(0.4258092,0.7555977),(0.4216311,0.7555977),(0.4216312,0.7598173),(0.4258092,0.7598173),(0.4174434,0.7555977),(0.4132456,0.7555977),(0.4132456,0.7598173),(0.4174434,0.7598173),(0.4174434,0.7640514),(0.4216312,0.7640514),(0.4132456,0.7640514),(0.4132456,0.7683054),(0.4174434,0.7683054),(0.4216312,0.7683054),(0.4258092,0.7640514),(0.4258092,0.7683054),(0.4090372,0.7555977),(0.4048201,0.7555977),(0.4048201,0.7598173),(0.4090372,0.7598173),(0.4005963,0.7555977),(0.3963675,0.7555977),(0.4005963,0.7598173),(0.3963675,0.7598173),(0.4005963,0.7640514),(0.4048201,0.7640514),(0.3963675,0.7640514),(0.4005963,0.7683054),(0.3963675,0.7683054),(0.4048201,0.7683054),(0.4090372,0.7640514),(0.4090372,0.7683054),(0.3921357,0.7555977),(0.3879012,0.7555977),(0.3921357,0.7598173),(0.3879012,0.7598173),(0.3836642,0.7555977),(0.3794248,0.7555977),(0.3836642,0.7598173),(0.3794249,0.7598173),(0.3879012,0.7640514),(0.3836642,0.7640514),(0.3794248,0.7640514),(0.3794248,0.7683054),(0.3836642,0.7683054),(0.3879012,0.7683054),(0.3921357,0.7640514),(0.3921357,0.7683054),(0.3751834,0.7555977),(0.3709441,0.7555977),(0.3751834,0.7598173),(0.3709441,0.7598173),(0.3667112,0.7555977),(0.3624887,0.7555977),(0.3667112,0.7598173),(0.3624887,0.7598173),(0.3709442,0.7640514),(0.3667112,0.7640514),(0.3624887,0.7640514),(0.3667112,0.7683054),(0.3624887,0.7683054),(0.3709441,0.7683054),(0.3751834,0.7640514),(0.3751834,0.7683054),(0.358281,0.7555977),(0.3540821,0.7555977),(0.358281,0.7598173),(0.3540821,0.7598173),(0.3498864,0.7555977),(0.3456882,0.7555977),(0.3498864,0.7598173),(0.3456882,0.7598173),(0.3540821,0.7640514),(0.3498864,0.7640514),(0.3456882,0.7640514),(0.3498864,0.7683054),(0.3456882,0.7683054),(0.3540821,0.7683054),(0.3582809,0.7640514),(0.358281,0.7683054),(0.3414817,0.7555977),(0.3372694,0.7555977),(0.3414817,0.7598173),(0.3372695,0.7598173),(0.3330541,0.7555977),(0.3288383,0.7555977),(0.3330541,0.7598173),(0.3288383,0.7598173),(0.3372695,0.7640514),(0.3330541,0.7640514),(0.3288383,0.7640514),(0.3330541,0.7683054),(0.3288383,0.7683054),(0.3372695,0.7683054),(0.3414817,0.7640514),(0.3414817,0.7683054),(0.3246247,0.7555977),(0.3204179,0.7555977),(0.3246247,0.7598173),(0.3204179,0.7598173),(0.3162228,0.7555977),(0.3120441,0.7555977),(0.3162228,0.7598173),(0.3120441,0.7598173),(0.3204179,0.7640514),(0.3162228,0.7640514),(0.3120441,0.7640514),(0.3162228,0.7683054),(0.3120441,0.7683054),(0.3204179,0.7683054),(0.3246247,0.7640514),(0.3246247,0.7683054),(0.3078868,0.7555977),(0.3037427,0.7555977),(0.3078868,0.7598173),(0.3037427,0.7598173),(0.2996041,0.7555977),(0.2954631,0.7555977),(0.2996041,0.7598173),(0.2954631,0.7598173),(0.3037428,0.7640514),(0.2996041,0.7640514),(0.2954631,0.7640514),(0.2954631,0.7683054),(0.2996041,0.7683054),(0.3037427,0.7683054),(0.3078868,0.7640514),(0.3078868,0.7683054),(0.2913116,0.7555977),(0.2871543,0.7555977),(0.2913116,0.7598173),(0.2871543,0.7598173),(0.2829956,0.7555977),(0.2788399,0.7555977),(0.2829956,0.7598173),(0.2788399,0.7598173),(0.2871543,0.7640514),(0.2829956,0.7640514),(0.2788399,0.7640514),(0.2829956,0.7683054),(0.2788399,0.7683054),(0.2871543,0.7683054),(0.2913116,0.7640514),(0.2913116,0.7683054),(0.2746918,0.7555977),(0.2705556,0.7555977),(0.2746918,0.7598173),(0.2705556,0.7598173),(0.2664356,0.7555977),(0.262336,0.7555977),(0.2664356,0.7598173),(0.262336,0.7598173),(0.2705556,0.7640514),(0.2664356,0.7640514),(0.262336,0.7640514),(0.2664356,0.7683054),(0.262336,0.7683054),(0.2705556,0.7683054),(0.2746918,0.7640514),(0.2746918,0.7683054),(0.2582613,0.7555977),(0.254209,0.7555977),(0.254209,0.7598173),(0.2582613,0.7598173),(0.2501769,0.7555977),(0.2461624,0.7555977),(0.2461624,0.7598173),(0.2501769,0.7598173),(0.2501769,0.7640514),(0.254209,0.7640514),(0.2461624,0.7640514),(0.2501769,0.7683054),(0.2461624,0.7683054),(0.254209,0.7683054),(0.2582613,0.7640514),(0.2582613,0.7683054),(0.2421634,0.7555977),(0.238164,0.7555977),(0.238164,0.7598173),(0.2421634,0.7598173),(0.2341487,0.7555977),(0.2301017,0.7555977),(0.2341487,0.7598173),(0.2301017,0.7598173),(0.238164,0.7640514),(0.2341487,0.7640514),(0.2301017,0.7640514),(0.2341487,0.7683054),(0.2301017,0.7683054),(0.238164,0.7683054),(0.2421634,0.7640514),(0.2421634,0.7683054),(0.2260074,0.7555977),(0.2218787,0.7555977),(0.2260074,0.7598173),(0.2218787,0.7598173),(0.2177283,0.7555977),(0.2135691,0.7555977),(0.2177283,0.7598173),(0.2135692,0.7598173),(0.2218787,0.7640514),(0.2177283,0.7640514),(0.2135691,0.7640514),(0.2177283,0.7683054),(0.2135692,0.7683054),(0.2218787,0.7683054),(0.2260074,0.7640514),(0.2260074,0.7683054),(0.2094141,0.7555977),(0.2052627,0.7555977),(0.2094141,0.7598173),(0.2052627,0.7598173),(0.2011147,0.7555977),(0.1969699,0.7555977),(0.2011147,0.7598173),(0.1969699,0.7598173),(0.2052627,0.7640514),(0.2011147,0.7640514),(0.1969699,0.7640514),(0.1969699,0.7683054),(0.2011147,0.7683054),(0.2052627,0.7683054),(0.2094141,0.7640514),(0.2094141,0.7683054),(0.1928277,0.7555977),(0.1886888,0.7555977),(0.1928277,0.7598173),(0.1886888,0.7598173),(0.1845533,0.7555977),(0.1804218,0.7555977),(0.1845533,0.7598173),(0.1804218,0.7598173),(0.1886888,0.7640514),(0.1845533,0.7640514),(0.1804218,0.7640514),(0.1845533,0.7683054),(0.1804218,0.7683054),(0.1886888,0.7683054),(0.1928277,0.7640514),(0.1928277,0.7683054),(0.1762946,0.7555977),(0.1721701,0.7555977),(0.1762946,0.7598173),(0.1721701,0.7598173),(0.1680468,0.7555977),(0.163923,0.7555977),(0.1680468,0.7598173),(0.163923,0.7598173),(0.1721701,0.7640514),(0.1680468,0.7640514),(0.163923,0.7640514),(0.1680468,0.7683054),(0.163923,0.7683054),(0.1721701,0.7683054),(0.1762946,0.7640514),(0.1762946,0.7683054),(0.1597973,0.7555977),(0.1556691,0.7555977),(0.1597973,0.7598173),(0.1556691,0.7598173),(0.1515382,0.7555977),(0.1474041,0.7555977),(0.1515382,0.7598173),(0.1474041,0.7598173),(0.1556691,0.7640514),(0.1515382,0.7640514),(0.1474041,0.7640514),(0.1515382,0.7683054),(0.1474041,0.7683054),(0.1556691,0.7683054),(0.1597973,0.7640514),(0.1597973,0.7683054),(0.1432664,0.7555977),(0.1391259,0.7555977),(0.1432664,0.7598173),(0.1391259,0.7598173),(0.134983,0.7555977),(0.1308385,0.7555977),(0.134983,0.7598173),(0.1308385,0.7598173),(0.1391259,0.7640514),(0.134983,0.7640514),(0.1308385,0.7640514),(0.134983,0.7683054),(0.1308385,0.7683054),(0.1391259,0.7683054),(0.1432664,0.7640514),(0.1432664,0.7683054),(0.126693,0.7555977),(0.12255,0.7555977),(0.126693,0.7598173),(0.12255,0.7598173),(0.1184131,0.7555977),(0.1142857,0.7555977),(0.1184131,0.7598173),(0.1142857,0.7598173),(0.12255,0.7640514),(0.1184131,0.7640514),(0.1142857,0.7640514),(0.1184131,0.7683054),(0.1142857,0.7683054),(0.12255,0.7683054),(0.126693,0.7640514),(0.126693,0.7683054),(0.1101713,0.7555977),(0.1060752,0.7555977),(0.1101713,0.7598173),(0.1060752,0.7598173),(0.1020023,0.7555977),(0.09795791,0.7555977),(0.1020023,0.7598173),(0.09795791,0.7598173),(0.1060752,0.7640514),(0.1020023,0.7640514),(0.09795791,0.7640514),(0.1020023,0.7683054),(0.09795791,0.7683054),(0.1060752,0.7683054),(0.1101713,0.7640514),(0.1101713,0.7683054),(0.09394707,0.7555977),(0.08994583,0.7555977),(0.09394707,0.7598173),(0.08994584,0.7598173),(0.08593026,0.7555977),(0.08187638,0.7555977),(0.08593025,0.7598173),(0.08187637,0.7598173),(0.08994584,0.7640514),(0.08593026,0.7640514),(0.08187638,0.7640514),(0.08593026,0.7683054),(0.08187638,0.7683054),(0.08994584,0.7683054),(0.09394707,0.7640514),(0.09394707,0.7683054),(0.07776025,0.7555977),(0.07361087,0.7555977),(0.07776025,0.7598173),(0.07361087,0.7598173),(0.06945725,0.7555977),(0.06532837,0.7555977),(0.06945725,0.7598173),(0.06532837,0.7598173),(0.07361087,0.7640514),(0.06945725,0.7640514),(0.06532837,0.7640514),(0.06945725,0.7683054),(0.06532837,0.7683054),(0.07361087,0.7683054),(0.07776025,0.7640514),(0.07776025,0.7683054),(0.06125325,0.7555977),(0.05721605,0.7555977),(0.06125325,0.7598173),(0.05721604,0.7598173),(0.05320094,0.7555977),(0.0491921,0.7555977),(0.05320094,0.7598173),(0.04919209,0.7598173),(0.05721605,0.7640514),(0.05320094,0.7640514),(0.0491921,0.7640514),(0.05320094,0.7683054),(0.04919209,0.7683054),(0.05721605,0.7683054),(0.06125325,0.7640514),(0.06125325,0.7683054),(0.04517369,0.7555977),(0.04115105,0.7555977),(0.04517369,0.7598173),(0.04115105,0.7598173),(0.0371295,0.7555977),(0.03311438,0.7555977),(0.03311437,0.7598173),(0.0371295,0.7598173),(0.0371295,0.7640514),(0.04115105,0.7640514),(0.03311438,0.7640514),(0.0371295,0.7683054),(0.03311438,0.7683054),(0.04115105,0.7683054),(0.04517369,0.7640514),(0.04517369,0.7683054),(0.029111,0.7555977),(0.02511186,0.7555977),(0.02511186,0.7598173),(0.029111,0.7598173),(0.02110944,0.7555977),(0.01709622,0.7555977),(0.01709622,0.7598173),(0.02110944,0.7598173),(0.02110944,0.7640514),(0.02511186,0.7640514),(0.01709622,0.7640514),(0.02110944,0.7683054),(0.01709622,0.7683054),(0.02511186,0.7683054),(0.029111,0.7640514),(0.029111,0.7683054),(0.01306469,0.7555977),(0.009019421,0.7555972),(0.01306469,0.7598173),(0.009019421,0.7598164),(0.004965,0.7555956),(0.000906,0.7555935),(0.004965,0.7598137),(0.000906,0.75981),(0.009019421,0.7640483),(0.004965,0.764039),(0.000906,0.7640265),(0.000906,0.768243),(0.004965,0.7682866),(0.009019421,0.7683007),(0.01306469,0.7640514),(0.01306469,0.7683054),(0.999094,0.7725593),(0.9951518,0.7725717),(0.9912093,0.7725811),(0.9951518,0.7768756),(0.9912093,0.7768756),(0.999094,0.7768755),(0.9872664,0.7725842),(0.983323,0.7725842),(0.9872664,0.7768756),(0.983323,0.7768756),(0.9912093,0.7811704),(0.9872664,0.7811673),(0.983323,0.7811673),(0.9872664,0.7854469),(0.983323,0.7854469),(0.9912093,0.7854515),(0.999094,0.7811918),(0.9951518,0.7811795),(0.9951518,0.7854652),(0.999094,0.785508),(0.9793787,0.7725842),(0.9754275,0.7725842),(0.9793787,0.7768756),(0.9754274,0.7768756),(0.9714631,0.7725842),(0.9674796,0.7725842),(0.9714631,0.7768756),(0.9674796,0.7768756),(0.9754274,0.7811673),(0.9714631,0.7811673),(0.9674796,0.7811673),(0.9714631,0.7854469),(0.9674796,0.7854469),(0.9754274,0.7854469),(0.9793787,0.7811673),(0.9793787,0.7854469),(0.9634706,0.7725842),(0.9594426,0.7725842),(0.9634707,0.7768756),(0.9594426,0.7768756),(0.9554016,0.7725842),(0.9513539,0.7725842),(0.9554016,0.7768756),(0.9513539,0.7768756),(0.9594426,0.7811673),(0.9554016,0.7811673),(0.9513539,0.7811673),(0.9554016,0.7854469),(0.9513539,0.7854469),(0.9594425,0.7854469),(0.9634707,0.7811673),(0.9634706,0.7854469),(0.9473058,0.7725842),(0.9432498,0.7725842),(0.9473058,0.7768756),(0.9432497,0.7768756),(0.9391782,0.7725842),(0.9350839,0.7725842),(0.9350839,0.7768756),(0.9391783,0.7768756),(0.9391782,0.7811673),(0.9432497,0.7811673),(0.9350839,0.7811673),(0.9350839,0.7854469),(0.9391783,0.7854469),(0.9432497,0.7854469),(0.9473058,0.7811673),(0.9473058,0.7854469),(0.930959,0.7725842),(0.9268106,0.7725842),(0.9268106,0.7768756),(0.930959,0.7768756),(0.9226453,0.7725842),(0.9184701,0.7725842),(0.9184701,0.7768756),(0.9226453,0.7768756),(0.9226453,0.7811673),(0.9268106,0.7811673),(0.9184701,0.7811673),(0.9184701,0.7854469),(0.9226453,0.7854469),(0.9268106,0.7854469),(0.930959,0.7811673),(0.930959,0.7854469),(0.9142919,0.7725842),(0.910111,0.7725842),(0.9101109,0.7768756),(0.9142919,0.7768756),(0.9059278,0.7725842),(0.9017429,0.7725842),(0.9017429,0.7768756),(0.9059278,0.7768756),(0.9059278,0.7811673),(0.910111,0.7811673),(0.9017429,0.7811673),(0.9017428,0.7854469),(0.9059278,0.7854469),(0.9101109,0.7854469),(0.9142919,0.7811673),(0.9142919,0.7854469),(0.8975567,0.7725842),(0.8933688,0.7725842),(0.8933688,0.7768756),(0.8975567,0.7768756),(0.8891787,0.7725842),(0.8849859,0.7725842),(0.8849859,0.7768756),(0.8891788,0.7768756),(0.8891787,0.7811673),(0.8933688,0.7811673),(0.8849859,0.7811673),(0.8849859,0.7854469),(0.8891788,0.7854469),(0.8933688,0.7854469),(0.8975567,0.7811673),(0.8975567,0.7854469),(0.8807898,0.7725842),(0.8765806,0.7725842),(0.8765807,0.7768756),(0.8807898,0.7768756),(0.8723488,0.7725842),(0.8680845,0.7725842),(0.8680845,0.7768756),(0.8723488,0.7768756),(0.8723488,0.7811673),(0.8765806,0.7811673),(0.8680845,0.7811673),(0.8723488,0.7854469),(0.8680845,0.7854469),(0.8765806,0.7854469),(0.8807898,0.7811673),(0.8807898,0.7854469),(0.8637781,0.7725842),(0.8594491,0.7725842),(0.8637781,0.7768756),(0.8594491,0.7768756),(0.8551173,0.7725842),(0.8508024,0.7725842),(0.8551173,0.7768756),(0.8508024,0.7768756),(0.8594491,0.7811673),(0.8551173,0.7811673),(0.8508024,0.7811673),(0.8551173,0.7854469),(0.8508024,0.7854469),(0.859449,0.7854469),(0.8637781,0.7811673),(0.8637781,0.7854469),(0.846524,0.7725842),(0.8422731,0.7725842),(0.846524,0.7768756),(0.8422731,0.7768756),(0.8380403,0.7725842),(0.8338165,0.7725842),(0.8380403,0.7768756),(0.8338165,0.7768756),(0.8422731,0.7811673),(0.8380403,0.7811673),(0.8338165,0.7811673),(0.8380404,0.7854469),(0.8338165,0.7854469),(0.8422731,0.7854469),(0.846524,0.7811673),(0.846524,0.7854469),(0.8295926,0.7725842),(0.8253628,0.7725842),(0.8295926,0.7768756),(0.8253628,0.7768756),(0.8211217,0.7725842),(0.8168637,0.7725842),(0.8168637,0.7768756),(0.8211217,0.7768756),(0.8253628,0.7811673),(0.8211217,0.7811673),(0.8168637,0.7811673),(0.8168637,0.7854469),(0.8211217,0.7854469),(0.8253628,0.7854469),(0.8295926,0.7811673),(0.8295926,0.7854469),(0.8125832,0.7725842),(0.8082899,0.7725842),(0.8082899,0.7768756),(0.8125832,0.7768756),(0.8039935,0.7725842),(0.7997035,0.7725842),(0.7997035,0.7768756),(0.8039935,0.7768756),(0.8039935,0.7811673),(0.8082899,0.7811673),(0.7997035,0.7811673),(0.7997035,0.7854469),(0.8039935,0.7854469),(0.8082899,0.7854469),(0.8125832,0.7811673),(0.8125832,0.7854469),(0.7954297,0.7725842),(0.7911757,0.7725842),(0.7911757,0.7768756),(0.7954297,0.7768756),(0.7869452,0.7725842),(0.7827417,0.7725842),(0.7827417,0.7768756),(0.7869452,0.7768756),(0.7869452,0.7811673),(0.7911757,0.7811673),(0.7827417,0.7811673),(0.7827417,0.7854469),(0.7869452,0.7854469),(0.7911757,0.7854469),(0.7954297,0.7811673),(0.7954297,0.7854469),(0.7785689,0.7725842),(0.7744211,0.7725842),(0.7744212,0.7768756),(0.7785689,0.7768756),(0.7702925,0.7725842),(0.7661775,0.7725842),(0.7661775,0.7768756),(0.7702925,0.7768756),(0.7702925,0.7811673),(0.7744212,0.7811673),(0.7661775,0.7811673),(0.7661775,0.7854469),(0.7702925,0.7854469),(0.7744212,0.7854469),(0.778569,0.7811673),(0.778569,0.7854469),(0.7620703,0.7725842),(0.757961,0.7725842),(0.757961,0.7768756),(0.7620703,0.7768756),(0.7538399,0.7725842),(0.7496969,0.7725842),(0.7496969,0.7768756),(0.7538399,0.7768756),(0.7538399,0.7811673),(0.757961,0.7811673),(0.7496969,0.7811673),(0.7496969,0.7854469),(0.7538399,0.7854469),(0.757961,0.7854469),(0.7620703,0.7811673),(0.7620703,0.7854469),(0.7455223,0.7725842),(0.7413244,0.7725842),(0.7413245,0.7768756),(0.7455223,0.7768756),(0.7371117,0.7725842),(0.7328922,0.7725842),(0.7328923,0.7768756),(0.7371117,0.7768756),(0.7371117,0.7811673),(0.7413245,0.7811673),(0.7328922,0.7811673),(0.7328922,0.7854469),(0.7371117,0.7854469),(0.7413245,0.7854469),(0.7455223,0.7811673),(0.7455223,0.7854469),(0.7286744,0.7725842),(0.7244572,0.7725842),(0.7244572,0.7768756),(0.7286744,0.7768756),(0.7202395,0.7725842),(0.71602,0.7725842),(0.71602,0.7768756),(0.7202395,0.7768756),(0.7202395,0.7811673),(0.7244572,0.7811673),(0.71602,0.7811673),(0.71602,0.7854469),(0.7202394,0.7854469),(0.7244572,0.7854469),(0.7286744,0.7811673),(0.7286744,0.7854469),(0.7117977,0.7725842),(0.7075742,0.7725842),(0.7075742,0.7768756),(0.7117977,0.7768756),(0.7033514,0.7725842),(0.6991307,0.7725842),(0.6991307,0.7768756),(0.7033514,0.7768756),(0.7033514,0.7811673),(0.7075742,0.7811673),(0.6991307,0.7811673),(0.6991307,0.7854469),(0.7033514,0.7854469),(0.7075742,0.7854469),(0.7117977,0.7811673),(0.7117977,0.7854469),(0.6949139,0.7725842),(0.6906992,0.7725842),(0.6906992,0.7768756),(0.6949139,0.7768756),(0.6864849,0.7725842),(0.6822694,0.7725842),(0.6822693,0.7768756),(0.6864849,0.7768756),(0.6864849,0.7811673),(0.6906992,0.7811673),(0.6822694,0.7811673),(0.6822693,0.7854469),(0.6864849,0.7854469),(0.6906992,0.7854469),(0.6949139,0.7811673),(0.6949139,0.7854469),(0.6780508,0.7725842),(0.6738272,0.7725842),(0.6738272,0.7768756),(0.6780507,0.7768756),(0.6695971,0.7725842),(0.6653587,0.7725842),(0.6653587,0.7768756),(0.6695971,0.7768756),(0.6695971,0.7811673),(0.6738272,0.7811673),(0.6653587,0.7811673),(0.6653587,0.7854469),(0.6695971,0.7854469),(0.6738272,0.7854469),(0.6780508,0.7811673),(0.6780507,0.7854469),(0.6611102,0.7725842),(0.6568571,0.7725842),(0.6568571,0.7768756),(0.6611102,0.7768756),(0.6526053,0.7725842),(0.6483604,0.7725842),(0.6483604,0.7768756),(0.6526054,0.7768756),(0.6526054,0.7811673),(0.6568571,0.7811673),(0.6483604,0.7811673),(0.6483604,0.7854469),(0.6526053,0.7854469),(0.6568571,0.7854469),(0.6611102,0.7811673),(0.6611102,0.7854469),(0.6441281,0.7725842),(0.6399043,0.7725842),(0.6399043,0.7768756),(0.6441281,0.7768756),(0.635685,0.7725842),(0.6314663,0.7725842),(0.6314663,0.7768756),(0.635685,0.7768756),(0.635685,0.7811673),(0.6399043,0.7811673),(0.6314663,0.7811673),(0.6314663,0.7854469),(0.635685,0.7854469),(0.6399043,0.7854469),(0.6441281,0.7811673),(0.6441281,0.7854469),(0.627244,0.7725842),(0.6230208,0.7725842),(0.6230209,0.7768756),(0.627244,0.7768756),(0.6187993,0.7725842),(0.6145822,0.7725842),(0.6145822,0.7768756),(0.6187993,0.7768756),(0.6187993,0.7811673),(0.6230208,0.7811673),(0.6145822,0.7811673),(0.6145822,0.7854469),(0.6187993,0.7854469),(0.6230209,0.7854469),(0.627244,0.7811673),(0.627244,0.7854469),(0.6103719,0.7725842),(0.6061606,0.7725842),(0.6061606,0.7768756),(0.6103719,0.7768756),(0.6019406,0.7725842),(0.5977041,0.7725842),(0.5977041,0.7768756),(0.6019406,0.7768756),(0.6019406,0.7811673),(0.6061606,0.7811673),(0.5977041,0.7811673),(0.5977041,0.7854469),(0.6019406,0.7854469),(0.6061606,0.7854469),(0.6103719,0.7811673),(0.6103719,0.7854469),(0.5934432,0.7725842),(0.589169,0.7725842),(0.589169,0.7768756),(0.5934432,0.7768756),(0.5848927,0.7725842),(0.5806257,0.7725842),(0.5806257,0.7768756),(0.5848927,0.7768756),(0.5848927,0.7811673),(0.589169,0.7811673),(0.5806257,0.7811673),(0.5806257,0.7854469),(0.5848927,0.7854469),(0.589169,0.7854469),(0.5934432,0.7811673),(0.5934432,0.7854469),(0.5763788,0.7725842),(0.572147,0.7725842),(0.572147,0.7768756),(0.5763788,0.7768756),(0.567925,0.7725842),(0.5637077,0.7725842),(0.5637077,0.7768756),(0.567925,0.7768756),(0.567925,0.7811673),(0.572147,0.7811673),(0.5637077,0.7811673),(0.567925,0.7854469),(0.5637077,0.7854469),(0.572147,0.7854469),(0.5763788,0.7811673),(0.5763788,0.7854469),(0.55949,0.7725842),(0.5552715,0.7725842),(0.5552715,0.7768756),(0.55949,0.7768756),(0.5510522,0.7725842),(0.5468317,0.7725842),(0.5468317,0.7768756),(0.5510522,0.7768756),(0.5510522,0.7811673),(0.5552715,0.7811673),(0.5468317,0.7811673),(0.5468317,0.7854469),(0.5510522,0.7854469),(0.5552715,0.7854469),(0.55949,0.7811673),(0.55949,0.7854469),(0.5426099,0.7725842),(0.5383899,0.7725842),(0.5383899,0.7768756),(0.5426099,0.7768756),(0.5341746,0.7725842),(0.5299669,0.7725842),(0.5299669,0.7768756),(0.5341746,0.7768756),(0.5341746,0.7811673),(0.5383899,0.7811673),(0.5299669,0.7811673),(0.529967,0.7854469),(0.5341746,0.7854469),(0.5383899,0.7854469),(0.5426099,0.7811673),(0.5426099,0.7854469),(0.52577,0.7725842),(0.5215818,0.7725842),(0.5215818,0.7768756),(0.52577,0.7768756),(0.5174,0.7725842),(0.5132228,0.7725842),(0.5132228,0.7768756),(0.5174,0.7768756),(0.5174,0.7811673),(0.5215818,0.7811673),(0.5132228,0.7811673),(0.5132228,0.7854469),(0.5174,0.7854469),(0.5215818,0.7854469),(0.52577,0.7811673),(0.52577,0.7854469),(0.5090478,0.7725842),(0.5048727,0.7725842),(0.5048727,0.7768756),(0.5090478,0.7768756),(0.5006949,0.7725842),(0.4965119,0.7725842),(0.4965119,0.7768756),(0.5006949,0.7768756),(0.5006949,0.7811673),(0.5048727,0.7811673),(0.4965119,0.7811673),(0.4965119,0.7854469),(0.5006949,0.7854469),(0.5048727,0.7854469),(0.5090478,0.7811673),(0.5090478,0.7854469),(0.4923214,0.7725842),(0.4881234,0.7725842),(0.4881234,0.7768756),(0.4923214,0.7768756),(0.4839184,0.7725842),(0.4797065,0.7725842),(0.4797065,0.7768756),(0.4839184,0.7768756),(0.4839184,0.7811673),(0.4881234,0.7811673),(0.4797065,0.7811673),(0.4797064,0.7854469),(0.4839184,0.7854469),(0.4881234,0.7854469),(0.4923214,0.7811673),(0.4923214,0.7854469),(0.4754879,0.7725842),(0.4712752,0.7725842),(0.4712752,0.7768756),(0.4754879,0.7768756),(0.4670808,0.7725842),(0.4629171,0.7725842),(0.4629171,0.7768756),(0.4670808,0.7768756),(0.4670808,0.7811673),(0.4712752,0.7811673),(0.4629171,0.7811673),(0.4629171,0.7854469),(0.4670808,0.7854469),(0.4712752,0.7854469),(0.4754879,0.7811673),(0.4754879,0.7854469),(0.4587967,0.7725842),(0.4547031,0.7725842),(0.4547031,0.7768756),(0.4587967,0.7768756),(0.4506197,0.7725842),(0.44653,0.7725842),(0.44653,0.7768756),(0.4506197,0.7768756),(0.4506197,0.7811673),(0.4547031,0.7811673),(0.44653,0.7811673),(0.44653,0.7854469),(0.4506197,0.7854469),(0.4547031,0.7854469),(0.4587967,0.7811673),(0.4587967,0.7854469),(0.4424174,0.7725842),(0.4382856,0.7725842),(0.4424174,0.7768756),(0.4382856,0.7768756),(0.4341379,0.7725842),(0.429978,0.7725842),(0.4341379,0.7768756),(0.429978,0.7768756),(0.4382856,0.7811673),(0.4341379,0.7811673),(0.429978,0.7811673),(0.4341379,0.7854469),(0.429978,0.7854469),(0.4382856,0.7854469),(0.4424174,0.7811673),(0.4424174,0.7854469),(0.4258092,0.7725842),(0.4216311,0.7725842),(0.4216312,0.7768756),(0.4258092,0.7768756),(0.4174434,0.7725842),(0.4132456,0.7725842),(0.4132456,0.7768756),(0.4174434,0.7768756),(0.4174434,0.7811673),(0.4216312,0.7811673),(0.4132456,0.7811673),(0.4132456,0.7854469),(0.4174434,0.7854469),(0.4216312,0.7854469),(0.4258092,0.7811673),(0.4258092,0.7854469),(0.4090372,0.7725842),(0.4048201,0.7725842),(0.4048201,0.7768756),(0.4090372,0.7768756),(0.4005963,0.7725842),(0.3963675,0.7725842),(0.3963675,0.7768756),(0.4005963,0.7768756),(0.4005963,0.7811673),(0.4048201,0.7811673),(0.3963675,0.7811673),(0.3963675,0.7854469),(0.4005963,0.7854469),(0.4048201,0.7854469),(0.4090372,0.7811673),(0.4090372,0.7854469),(0.3921357,0.7725842),(0.3879012,0.7725842),(0.3879012,0.7768756),(0.3921357,0.7768756),(0.3836642,0.7725842),(0.3794248,0.7725842),(0.3794249,0.7768756),(0.3836642,0.7768756),(0.3836642,0.7811673),(0.3879012,0.7811673),(0.3794248,0.7811673),(0.3794248,0.7854469),(0.3836642,0.7854469),(0.3879012,0.7854469),(0.3921357,0.7811673),(0.3921357,0.7854469),(0.3751834,0.7725842),(0.3709441,0.7725842),(0.3751834,0.7768756),(0.3709441,0.7768756),(0.3667112,0.7725842),(0.3624887,0.7725842),(0.3667112,0.7768756),(0.3624887,0.7768756),(0.3709442,0.7811673),(0.3667112,0.7811673),(0.3624887,0.7811673),(0.3667112,0.7854469),(0.3624887,0.7854469),(0.3709441,0.7854469),(0.3751834,0.7811673),(0.3751834,0.7854469),(0.358281,0.7725842),(0.3540821,0.7725842),(0.358281,0.7768756),(0.3540821,0.7768756),(0.3498864,0.7725842),(0.3456882,0.7725842),(0.3498864,0.7768756),(0.3456882,0.7768756),(0.3540821,0.7811673),(0.3498864,0.7811673),(0.3456882,0.7811673),(0.3498864,0.7854469),(0.3456882,0.7854469),(0.3540821,0.7854469),(0.3582809,0.7811673),(0.358281,0.7854469),(0.3414817,0.7725842),(0.3372694,0.7725842),(0.3414817,0.7768756),(0.3372695,0.7768756),(0.3330541,0.7725842),(0.3288383,0.7725842),(0.3330541,0.7768756),(0.3288383,0.7768756),(0.3372695,0.7811673),(0.3330541,0.7811673),(0.3288383,0.7811673),(0.3330541,0.7854469),(0.3288383,0.7854469),(0.3372695,0.7854469),(0.3414817,0.7811673),(0.3414817,0.7854469),(0.3246247,0.7725842),(0.3204179,0.7725842),(0.3246247,0.7768756),(0.3204179,0.7768756),(0.3162228,0.7725842),(0.3120441,0.7725842),(0.3162228,0.7768756),(0.3120441,0.7768756),(0.3204179,0.7811673),(0.3162228,0.7811673),(0.3120441,0.7811673),(0.3162228,0.7854469),(0.3120441,0.7854469),(0.3204179,0.7854469),(0.3246247,0.7811673),(0.3246247,0.7854469),(0.3078868,0.7725842),(0.3037427,0.7725842),(0.3078868,0.7768756),(0.3037427,0.7768756),(0.2996041,0.7725842),(0.2954631,0.7725842),(0.2954631,0.7768756),(0.2996041,0.7768756),(0.3037428,0.7811673),(0.2996041,0.7811673),(0.2954631,0.7811673),(0.2996041,0.7854469),(0.2954631,0.7854469),(0.3037427,0.7854469),(0.3078868,0.7811673),(0.3078868,0.7854469),(0.2913116,0.7725842),(0.2871543,0.7725842),(0.2913116,0.7768756),(0.2871543,0.7768756),(0.2829956,0.7725842),(0.2788399,0.7725842),(0.2829956,0.7768756),(0.2788399,0.7768756),(0.2871543,0.7811673),(0.2829956,0.7811673),(0.2788399,0.7811673),(0.2829956,0.7854469),(0.2788399,0.7854469),(0.2871543,0.7854469),(0.2913116,0.7811673),(0.2913116,0.7854469),(0.2746918,0.7725842),(0.2705556,0.7725842),(0.2746918,0.7768756),(0.2705556,0.7768756),(0.2664356,0.7725842),(0.262336,0.7725842),(0.2664356,0.7768756),(0.262336,0.7768756),(0.2705556,0.7811673),(0.2664356,0.7811673),(0.262336,0.7811673),(0.2664356,0.7854469),(0.262336,0.7854469),(0.2705556,0.7854469),(0.2746918,0.7811673),(0.2746918,0.7854469),(0.2582613,0.7725842),(0.254209,0.7725842),(0.2582613,0.7768756),(0.254209,0.7768756),(0.2501769,0.7725842),(0.2461624,0.7725842),(0.2501769,0.7768756),(0.2461624,0.7768756),(0.254209,0.7811673),(0.2501769,0.7811673),(0.2461624,0.7811673),(0.2501769,0.7854469),(0.2461624,0.7854469),(0.254209,0.7854469),(0.2582613,0.7811673),(0.2582613,0.7854469),(0.2421634,0.7725842),(0.238164,0.7725842),(0.2421634,0.7768756),(0.238164,0.7768756),(0.2341487,0.7725842),(0.2301017,0.7725842),(0.2341487,0.7768756),(0.2301017,0.7768756),(0.238164,0.7811673),(0.2341487,0.7811673),(0.2301017,0.7811673),(0.2341487,0.7854469),(0.2301017,0.7854469),(0.238164,0.7854469),(0.2421634,0.7811673),(0.2421634,0.7854469),(0.2260074,0.7725842),(0.2218787,0.7725842),(0.2260074,0.7768756),(0.2218787,0.7768756),(0.2177283,0.7725842),(0.2135691,0.7725842),(0.2177283,0.7768756),(0.2135692,0.7768756),(0.2218787,0.7811673),(0.2177283,0.7811673),(0.2135691,0.7811673),(0.2177283,0.7854469),(0.2135692,0.7854469),(0.2218787,0.7854469),(0.2260074,0.7811673),(0.2260074,0.7854469),(0.2094141,0.7725842),(0.2052627,0.7725842),(0.2052627,0.7768756),(0.2094141,0.7768756),(0.2011147,0.7725842),(0.1969699,0.7725842),(0.1969699,0.7768756),(0.2011147,0.7768756),(0.2011147,0.7811673),(0.2052627,0.7811673),(0.1969699,0.7811673),(0.1969699,0.7854469),(0.2011147,0.7854469),(0.2052627,0.7854469),(0.2094141,0.7811673),(0.2094141,0.7854469),(0.1928277,0.7725842),(0.1886888,0.7725842),(0.1886888,0.7768756),(0.1928277,0.7768756),(0.1845533,0.7725842),(0.1804218,0.7725842),(0.1845533,0.7768756),(0.1804218,0.7768756),(0.1886888,0.7811673),(0.1845533,0.7811673),(0.1804218,0.7811673),(0.1845533,0.7854469),(0.1804218,0.7854469),(0.1886888,0.7854469),(0.1928277,0.7811673),(0.1928277,0.7854469),(0.1762946,0.7725842),(0.1721701,0.7725842),(0.1721701,0.7768756),(0.1762946,0.7768756),(0.1680468,0.7725842),(0.163923,0.7725842),(0.163923,0.7768756),(0.1680468,0.7768756),(0.1721701,0.7811673),(0.1680468,0.7811673),(0.163923,0.7811673),(0.1680468,0.7854469),(0.163923,0.7854469),(0.1721701,0.7854469),(0.1762946,0.7811673),(0.1762946,0.7854469),(0.1597973,0.7725842),(0.1556691,0.7725842),(0.1597973,0.7768756),(0.1556691,0.7768756),(0.1515382,0.7725842),(0.1474041,0.7725842),(0.1515382,0.7768756),(0.1474041,0.7768756),(0.1556691,0.7811673),(0.1515382,0.7811673),(0.1474041,0.7811673),(0.1515382,0.7854469),(0.1474041,0.7854469),(0.1556691,0.7854469),(0.1597973,0.7811673),(0.1597973,0.7854469),(0.1432664,0.7725842),(0.1391259,0.7725842),(0.1432664,0.7768756),(0.1391259,0.7768756),(0.134983,0.7725842),(0.1308385,0.7725842),(0.134983,0.7768756),(0.1308385,0.7768756),(0.1391259,0.7811673),(0.134983,0.7811673),(0.1308385,0.7811673),(0.134983,0.7854469),(0.1308385,0.7854469),(0.1391259,0.7854469),(0.1432664,0.7811673),(0.1432664,0.7854469),(0.126693,0.7725842),(0.12255,0.7725842),(0.126693,0.7768756),(0.12255,0.7768756),(0.1184131,0.7725842),(0.1142857,0.7725842),(0.1184131,0.7768756),(0.1142857,0.7768756),(0.12255,0.7811673),(0.1184131,0.7811673),(0.1142857,0.7811673),(0.1184131,0.7854469),(0.1142857,0.7854469),(0.12255,0.7854469),(0.126693,0.7811673),(0.126693,0.7854469),(0.1101713,0.7725842),(0.1060752,0.7725842),(0.1101713,0.7768756),(0.1060752,0.7768756),(0.1020023,0.7725842),(0.09795791,0.7725842),(0.1020023,0.7768756),(0.09795791,0.7768756),(0.1060752,0.7811673),(0.1020023,0.7811673),(0.09795791,0.7811673),(0.1020023,0.7854469),(0.09795791,0.7854469),(0.1060752,0.7854469),(0.1101713,0.7811673),(0.1101713,0.7854469),(0.09394707,0.7725842),(0.08994583,0.7725842),(0.09394707,0.7768756),(0.08994584,0.7768756),(0.08593026,0.7725842),(0.08187638,0.7725842),(0.08593025,0.7768756),(0.08187637,0.7768756),(0.08994584,0.7811673),(0.08593026,0.7811673),(0.08187638,0.7811673),(0.08593026,0.7854469),(0.08187638,0.7854469),(0.08994584,0.7854469),(0.09394707,0.7811673),(0.09394707,0.7854469),(0.07776025,0.7725842),(0.07361087,0.7725842),(0.07776025,0.7768756),(0.07361087,0.7768756),(0.06945725,0.7725842),(0.06532837,0.7725842),(0.06945725,0.7768756),(0.06532837,0.7768756),(0.07361087,0.7811673),(0.06945725,0.7811673),(0.06532837,0.7811673),(0.06945725,0.7854469),(0.06532837,0.7854469),(0.07361087,0.7854469),(0.07776025,0.7811673),(0.07776025,0.7854469),(0.06125325,0.7725842),(0.05721605,0.7725842),(0.06125325,0.7768756),(0.05721604,0.7768756),(0.05320094,0.7725842),(0.0491921,0.7725842),(0.04919209,0.7768756),(0.05320094,0.7768756),(0.05320094,0.7811673),(0.05721605,0.7811673),(0.0491921,0.7811673),(0.04919209,0.7854469),(0.05320094,0.7854469),(0.05721605,0.7854469),(0.06125325,0.7811673),(0.06125325,0.7854469),(0.04517369,0.7725842),(0.04115105,0.7725842),(0.04517369,0.7768756),(0.04115105,0.7768756),(0.0371295,0.7725842),(0.03311438,0.7725842),(0.0371295,0.7768756),(0.03311437,0.7768756),(0.04115105,0.7811673),(0.0371295,0.7811673),(0.03311438,0.7811673),(0.0371295,0.7854469),(0.03311438,0.7854469),(0.04115105,0.7854469),(0.04517369,0.7811673),(0.04517369,0.7854469),(0.029111,0.7725842),(0.02511186,0.7725842),(0.029111,0.7768756),(0.02511186,0.7768756),(0.02110944,0.7725842),(0.01709622,0.7725842),(0.02110944,0.7768756),(0.01709622,0.7768756),(0.02511186,0.7811673),(0.02110944,0.7811673),(0.01709622,0.7811673),(0.02110944,0.7854469),(0.01709622,0.7854469),(0.02511186,0.7854469),(0.029111,0.7811673),(0.029111,0.7854469),(0.01306469,0.7725842),(0.009019421,0.7725811),(0.009019421,0.7768756),(0.01306469,0.7768756),(0.004965,0.7725717),(0.000906,0.7725593),(0.000906,0.7768755),(0.004965,0.7768756),(0.004965,0.7811795),(0.009019421,0.7811704),(0.000906,0.7811918),(0.000906,0.785508),(0.004965,0.7854652),(0.009019421,0.7854515),(0.01306469,0.7811673),(0.01306469,0.7854469),(0.999094,0.7897265),(0.9951518,0.7897143),(0.9912093,0.7897051),(0.9951518,0.793941),(0.9912093,0.793938),(0.999094,0.793945),(0.9872664,0.7897021),(0.983323,0.7897021),(0.9872664,0.793937),(0.983323,0.793937),(0.9912093,0.7981569),(0.9872664,0.798156),(0.983323,0.798156),(0.9872664,0.8023633),(0.983323,0.8023633),(0.9912093,0.8023646),(0.999094,0.7981635),(0.9951518,0.7981597),(0.9951518,0.8023689),(0.999094,0.802382),(0.9793787,0.7897021),(0.9754275,0.7897021),(0.9793787,0.793937),(0.9754274,0.793937),(0.9714631,0.7897021),(0.9674796,0.7897021),(0.9714631,0.793937),(0.9674796,0.793937),(0.9754274,0.798156),(0.9714631,0.798156),(0.9674796,0.798156),(0.9714631,0.8023633),(0.9674796,0.8023633),(0.9754274,0.8023633),(0.9793787,0.798156),(0.9793787,0.8023633),(0.9634706,0.7897021),(0.9594426,0.7897021),(0.9634707,0.793937),(0.9594426,0.793937),(0.9554016,0.7897021),(0.9513539,0.7897021),(0.9554016,0.793937),(0.9513539,0.793937),(0.9594426,0.798156),(0.9554016,0.798156),(0.9513539,0.798156),(0.9554016,0.8023633),(0.9513539,0.8023633),(0.9594425,0.8023633),(0.9634707,0.798156),(0.9634706,0.8023633),(0.9473058,0.7897021),(0.9432498,0.7897021),(0.9432497,0.793937),(0.9473058,0.793937),(0.9391782,0.7897021),(0.9350839,0.7897021),(0.9350839,0.793937),(0.9391783,0.793937),(0.9391782,0.798156),(0.9432497,0.798156),(0.9350839,0.798156),(0.9350839,0.8023633),(0.9391783,0.8023633),(0.9432497,0.8023633),(0.9473058,0.798156),(0.9473058,0.8023633),(0.930959,0.7897021),(0.9268106,0.7897021),(0.9268106,0.793937),(0.930959,0.793937),(0.9226453,0.7897021),(0.9184701,0.7897021),(0.9184701,0.793937),(0.9226453,0.793937),(0.9226453,0.798156),(0.9268106,0.798156),(0.9184701,0.798156),(0.9184701,0.8023633),(0.9226453,0.8023633),(0.9268106,0.8023633),(0.930959,0.798156),(0.930959,0.8023633),(0.9142919,0.7897021),(0.910111,0.7897021),(0.9101109,0.793937),(0.9142919,0.793937),(0.9059278,0.7897021),(0.9017429,0.7897021),(0.9017429,0.793937),(0.9059278,0.793937),(0.9059278,0.798156),(0.910111,0.798156),(0.9017429,0.798156),(0.9017428,0.8023633),(0.9059278,0.8023633),(0.9101109,0.8023633),(0.9142919,0.798156),(0.9142919,0.8023633),(0.8975567,0.7897021),(0.8933688,0.7897021),(0.8933688,0.793937),(0.8975567,0.793937),(0.8891787,0.7897021),(0.8849859,0.7897021),(0.8849859,0.793937),(0.8891788,0.793937),(0.8891787,0.798156),(0.8933688,0.798156),(0.8849859,0.798156),(0.8849859,0.8023633),(0.8891788,0.8023633),(0.8933688,0.8023633),(0.8975567,0.798156),(0.8975567,0.8023633),(0.8807898,0.7897021),(0.8765806,0.7897021),(0.8765807,0.793937),(0.8807898,0.793937),(0.8723488,0.7897021),(0.8680845,0.7897021),(0.8723488,0.793937),(0.8680845,0.793937),(0.8765806,0.798156),(0.8723488,0.798156),(0.8680845,0.798156),(0.8723488,0.8023633),(0.8680845,0.8023633),(0.8765806,0.8023633),(0.8807898,0.798156),(0.8807898,0.8023633),(0.8637781,0.7897021),(0.8594491,0.7897021),(0.8637781,0.793937),(0.8594491,0.793937),(0.8551173,0.7897021),(0.8508024,0.7897021),(0.8551173,0.793937),(0.8508024,0.793937),(0.8594491,0.798156),(0.8551173,0.798156),(0.8508024,0.798156),(0.8551173,0.8023633),(0.8508024,0.8023633),(0.859449,0.8023633),(0.8637781,0.798156),(0.8637781,0.8023633),(0.846524,0.7897021),(0.8422731,0.7897021),(0.846524,0.793937),(0.8422731,0.793937),(0.8380403,0.7897021),(0.8338165,0.7897021),(0.8380403,0.793937),(0.8338165,0.793937),(0.8422731,0.798156),(0.8380403,0.798156),(0.8338165,0.798156),(0.8380404,0.8023633),(0.8338165,0.8023633),(0.8422731,0.8023633),(0.846524,0.798156),(0.846524,0.8023633),(0.8295926,0.7897021),(0.8253628,0.7897021),(0.8253628,0.793937),(0.8295926,0.793937),(0.8211217,0.7897021),(0.8168637,0.7897021),(0.8168637,0.793937),(0.8211217,0.793937),(0.8211217,0.798156),(0.8253628,0.798156),(0.8168637,0.798156),(0.8168637,0.8023633),(0.8211217,0.8023633),(0.8253628,0.8023633),(0.8295926,0.798156),(0.8295926,0.8023633),(0.8125832,0.7897021),(0.8082899,0.7897021),(0.8082899,0.793937),(0.8125832,0.793937),(0.8039935,0.7897021),(0.7997035,0.7897021),(0.7997035,0.793937),(0.8039935,0.793937),(0.8039935,0.798156),(0.8082899,0.798156),(0.7997035,0.798156),(0.7997035,0.8023633),(0.8039935,0.8023633),(0.8082899,0.8023633),(0.8125832,0.798156),(0.8125832,0.8023633),(0.7954297,0.7897021),(0.7911757,0.7897021),(0.7911757,0.793937),(0.7954297,0.793937),(0.7869452,0.7897021),(0.7827417,0.7897021),(0.7827417,0.793937),(0.7869452,0.793937),(0.7869452,0.798156),(0.7911757,0.798156),(0.7827417,0.798156),(0.7827417,0.8023633),(0.7869452,0.8023633),(0.7911757,0.8023633),(0.7954297,0.798156),(0.7954297,0.8023633),(0.7785689,0.7897021),(0.7744211,0.7897021),(0.7744212,0.793937),(0.7785689,0.793937),(0.7702925,0.7897021),(0.7661775,0.7897021),(0.7661775,0.793937),(0.7702925,0.793937),(0.7702925,0.798156),(0.7744212,0.798156),(0.7661775,0.798156),(0.7661775,0.8023633),(0.7702925,0.8023633),(0.7744212,0.8023633),(0.778569,0.798156),(0.778569,0.8023633),(0.7620703,0.7897021),(0.757961,0.7897021),(0.757961,0.793937),(0.7620703,0.793937),(0.7538399,0.7897021),(0.7496969,0.7897021),(0.7496969,0.793937),(0.7538399,0.793937),(0.7538399,0.798156),(0.757961,0.798156),(0.7496969,0.798156),(0.7496969,0.8023633),(0.7538399,0.8023633),(0.757961,0.8023633),(0.7620703,0.798156),(0.7620703,0.8023633),(0.7455223,0.7897021),(0.7413244,0.7897021),(0.7413245,0.793937),(0.7455223,0.793937),(0.7371117,0.7897021),(0.7328922,0.7897021),(0.7328923,0.793937),(0.7371117,0.793937),(0.7371117,0.798156),(0.7413245,0.798156),(0.7328922,0.798156),(0.7328922,0.8023633),(0.7371117,0.8023633),(0.7413245,0.8023633),(0.7455223,0.798156),(0.7455223,0.8023633),(0.7286744,0.7897021),(0.7244572,0.7897021),(0.7244572,0.793937),(0.7286744,0.793937),(0.7202395,0.7897021),(0.71602,0.7897021),(0.71602,0.793937),(0.7202395,0.793937),(0.7202395,0.798156),(0.7244572,0.798156),(0.71602,0.798156),(0.71602,0.8023633),(0.7202394,0.8023633),(0.7244572,0.8023633),(0.7286744,0.798156),(0.7286744,0.8023633),(0.7117977,0.7897021),(0.7075742,0.7897021),(0.7075742,0.793937),(0.7117977,0.793937),(0.7033514,0.7897021),(0.6991307,0.7897021),(0.6991307,0.793937),(0.7033514,0.793937),(0.7033514,0.798156),(0.7075742,0.798156),(0.6991307,0.798156),(0.6991307,0.8023633),(0.7033514,0.8023633),(0.7075742,0.8023633),(0.7117977,0.798156),(0.7117977,0.8023633),(0.6949139,0.7897021),(0.6906992,0.7897021),(0.6906992,0.793937),(0.6949139,0.793937),(0.6864849,0.7897021),(0.6822694,0.7897021),(0.6822693,0.793937),(0.6864849,0.793937),(0.6864849,0.798156),(0.6906992,0.798156),(0.6822694,0.798156),(0.6822693,0.8023633),(0.6864849,0.8023633),(0.6906992,0.8023633),(0.6949139,0.798156),(0.6949139,0.8023633),(0.6780508,0.7897021),(0.6738272,0.7897021),(0.6738272,0.793937),(0.6780507,0.793937),(0.6695971,0.7897021),(0.6653587,0.7897021),(0.6653587,0.793937),(0.6695971,0.793937),(0.6695971,0.798156),(0.6738272,0.798156),(0.6653587,0.798156),(0.6653587,0.8023633),(0.6695971,0.8023633),(0.6738272,0.8023633),(0.6780508,0.798156),(0.6780507,0.8023633),(0.6611102,0.7897021),(0.6568571,0.7897021),(0.6568571,0.793937),(0.6611102,0.793937),(0.6526053,0.7897021),(0.6483604,0.7897021),(0.6483604,0.793937),(0.6526054,0.793937),(0.6526054,0.798156),(0.6568571,0.798156),(0.6483604,0.798156),(0.6483604,0.8023633),(0.6526053,0.8023633),(0.6568571,0.8023633),(0.6611102,0.798156),(0.6611102,0.8023633),(0.6441281,0.7897021),(0.6399043,0.7897021),(0.6399043,0.793937),(0.6441281,0.793937),(0.635685,0.7897021),(0.6314663,0.7897021),(0.6314663,0.793937),(0.635685,0.793937),(0.635685,0.798156),(0.6399043,0.798156),(0.6314663,0.798156),(0.6314663,0.8023633),(0.635685,0.8023633),(0.6399043,0.8023633),(0.6441281,0.798156),(0.6441281,0.8023633),(0.627244,0.7897021),(0.6230208,0.7897021),(0.6230209,0.793937),(0.627244,0.793937),(0.6187993,0.7897021),(0.6145822,0.7897021),(0.6145822,0.793937),(0.6187993,0.793937),(0.6187993,0.798156),(0.6230208,0.798156),(0.6145822,0.798156),(0.6145822,0.8023633),(0.6187993,0.8023633),(0.6230209,0.8023633),(0.627244,0.798156),(0.627244,0.8023633),(0.6103719,0.7897021),(0.6061606,0.7897021),(0.6061606,0.793937),(0.6103719,0.793937),(0.6019406,0.7897021),(0.5977041,0.7897021),(0.5977041,0.793937),(0.6019406,0.793937),(0.6019406,0.798156),(0.6061606,0.798156),(0.5977041,0.798156),(0.5977041,0.8023633),(0.6019406,0.8023633),(0.6061606,0.8023633),(0.6103719,0.798156),(0.6103719,0.8023633),(0.5934432,0.7897021),(0.589169,0.7897021),(0.589169,0.793937),(0.5934432,0.793937),(0.5848927,0.7897021),(0.5806257,0.7897021),(0.5806257,0.793937),(0.5848927,0.793937),(0.5848927,0.798156),(0.589169,0.798156),(0.5806257,0.798156),(0.5806257,0.8023633),(0.5848927,0.8023633),(0.589169,0.8023633),(0.5934432,0.798156),(0.5934432,0.8023633),(0.5763788,0.7897021),(0.572147,0.7897021),(0.572147,0.793937),(0.5763788,0.793937),(0.567925,0.7897021),(0.5637077,0.7897021),(0.567925,0.793937),(0.5637077,0.793937),(0.572147,0.798156),(0.567925,0.798156),(0.5637077,0.798156),(0.567925,0.8023633),(0.5637077,0.8023633),(0.572147,0.8023633),(0.5763788,0.798156),(0.5763788,0.8023633),(0.55949,0.7897021),(0.5552715,0.7897021),(0.5552715,0.793937),(0.55949,0.793937),(0.5510522,0.7897021),(0.5468317,0.7897021),(0.5468317,0.793937),(0.5510522,0.793937),(0.5510522,0.798156),(0.5552715,0.798156),(0.5468317,0.798156),(0.5468317,0.8023633),(0.5510522,0.8023633),(0.5552715,0.8023633),(0.55949,0.798156),(0.55949,0.8023633),(0.5426099,0.7897021),(0.5383899,0.7897021),(0.5383899,0.793937),(0.5426099,0.793937),(0.5341746,0.7897021),(0.5299669,0.7897021),(0.5299669,0.793937),(0.5341746,0.793937),(0.5341746,0.798156),(0.5383899,0.798156),(0.5299669,0.798156),(0.529967,0.8023633),(0.5341746,0.8023633),(0.5383899,0.8023633),(0.5426099,0.798156),(0.5426099,0.8023633),(0.52577,0.7897021),(0.5215818,0.7897021),(0.5215818,0.793937),(0.52577,0.793937),(0.5174,0.7897021),(0.5132228,0.7897021),(0.5132228,0.793937),(0.5174,0.793937),(0.5174,0.798156),(0.5215818,0.798156),(0.5132228,0.798156),(0.5132228,0.8023633),(0.5174,0.8023633),(0.5215818,0.8023633),(0.52577,0.798156),(0.52577,0.8023633),(0.5090478,0.7897021),(0.5048727,0.7897021),(0.5048727,0.793937),(0.5090478,0.793937),(0.5006949,0.7897021),(0.4965119,0.7897021),(0.4965119,0.793937),(0.5006949,0.793937),(0.5006949,0.798156),(0.5048727,0.798156),(0.4965119,0.798156),(0.4965119,0.8023633),(0.5006949,0.8023633),(0.5048727,0.8023633),(0.5090478,0.798156),(0.5090478,0.8023633),(0.4923214,0.7897021),(0.4881234,0.7897021),(0.4881234,0.793937),(0.4923214,0.793937),(0.4839184,0.7897021),(0.4797065,0.7897021),(0.4797065,0.793937),(0.4839184,0.793937),(0.4839184,0.798156),(0.4881234,0.798156),(0.4797065,0.798156),(0.4797064,0.8023633),(0.4839184,0.8023633),(0.4881234,0.8023633),(0.4923214,0.798156),(0.4923214,0.8023633),(0.4754879,0.7897021),(0.4712752,0.7897021),(0.4712752,0.793937),(0.4754879,0.793937),(0.4670808,0.7897021),(0.4629171,0.7897021),(0.4629171,0.793937),(0.4670808,0.793937),(0.4670808,0.798156),(0.4712752,0.798156),(0.4629171,0.798156),(0.4629171,0.8023633),(0.4670808,0.8023633),(0.4712752,0.8023633),(0.4754879,0.798156),(0.4754879,0.8023633),(0.4587967,0.7897021),(0.4547031,0.7897021),(0.4547031,0.793937),(0.4587967,0.793937),(0.4506197,0.7897021),(0.44653,0.7897021),(0.44653,0.793937),(0.4506197,0.793937),(0.4506197,0.798156),(0.4547031,0.798156),(0.44653,0.798156),(0.44653,0.8023633),(0.4506197,0.8023633),(0.4547031,0.8023633),(0.4587967,0.798156),(0.4587967,0.8023633),(0.4424174,0.7897021),(0.4382856,0.7897021),(0.4424174,0.793937),(0.4382856,0.793937),(0.4341379,0.7897021),(0.429978,0.7897021),(0.4341379,0.793937),(0.429978,0.793937),(0.4382856,0.798156),(0.4341379,0.798156),(0.429978,0.798156),(0.429978,0.8023633),(0.4341379,0.8023633),(0.4382856,0.8023633),(0.4424174,0.798156),(0.4424174,0.8023633),(0.4258092,0.7897021),(0.4216311,0.7897021),(0.4216312,0.793937),(0.4258092,0.793937),(0.4174434,0.7897021),(0.4132456,0.7897021),(0.4132456,0.793937),(0.4174434,0.793937),(0.4174434,0.798156),(0.4216312,0.798156),(0.4132456,0.798156),(0.4132456,0.8023633),(0.4174434,0.8023633),(0.4216312,0.8023633),(0.4258092,0.798156),(0.4258092,0.8023633),(0.4090372,0.7897021),(0.4048201,0.7897021),(0.4048201,0.793937),(0.4090372,0.793937),(0.4005963,0.7897021),(0.3963675,0.7897021),(0.3963675,0.793937),(0.4005963,0.793937),(0.4005963,0.798156),(0.4048201,0.798156),(0.3963675,0.798156),(0.3963675,0.8023633),(0.4005963,0.8023633),(0.4048201,0.8023633),(0.4090372,0.798156),(0.4090372,0.8023633),(0.3921357,0.7897021),(0.3879012,0.7897021),(0.3879012,0.793937),(0.3921357,0.793937),(0.3836642,0.7897021),(0.3794248,0.7897021),(0.3794249,0.793937),(0.3836642,0.793937),(0.3836642,0.798156),(0.3879012,0.798156),(0.3794248,0.798156),(0.3794248,0.8023633),(0.3836642,0.8023633),(0.3879012,0.8023633),(0.3921357,0.798156),(0.3921357,0.8023633),(0.3751834,0.7897021),(0.3709441,0.7897021),(0.3751834,0.793937),(0.3709441,0.793937),(0.3667112,0.7897021),(0.3624887,0.7897021),(0.3667112,0.793937),(0.3624887,0.793937),(0.3709442,0.798156),(0.3667112,0.798156),(0.3624887,0.798156),(0.3667112,0.8023633),(0.3624887,0.8023633),(0.3709441,0.8023633),(0.3751834,0.798156),(0.3751834,0.8023633),(0.358281,0.7897021),(0.3540821,0.7897021),(0.3540821,0.793937),(0.358281,0.793937),(0.3498864,0.7897021),(0.3456882,0.7897021),(0.3498864,0.793937),(0.3456882,0.793937),(0.3540821,0.798156),(0.3498864,0.798156),(0.3456882,0.798156),(0.3498864,0.8023633),(0.3456882,0.8023633),(0.3540821,0.8023633),(0.3582809,0.798156),(0.358281,0.8023633),(0.3414817,0.7897021),(0.3372694,0.7897021),(0.3414817,0.793937),(0.3372695,0.793937),(0.3330541,0.7897021),(0.3288383,0.7897021),(0.3330541,0.793937),(0.3288383,0.793937),(0.3372695,0.798156),(0.3330541,0.798156),(0.3288383,0.798156),(0.3330541,0.8023633),(0.3288383,0.8023633),(0.3372695,0.8023633),(0.3414817,0.798156),(0.3414817,0.8023633),(0.3246247,0.7897021),(0.3204179,0.7897021),(0.3246247,0.793937),(0.3204179,0.793937),(0.3162228,0.7897021),(0.3120441,0.7897021),(0.3162228,0.793937),(0.3120441,0.793937),(0.3204179,0.798156),(0.3162228,0.798156),(0.3120441,0.798156),(0.3162228,0.8023633),(0.3120441,0.8023633),(0.3204179,0.8023633),(0.3246247,0.798156),(0.3246247,0.8023633),(0.3078868,0.7897021),(0.3037427,0.7897021),(0.3078868,0.793937),(0.3037427,0.793937),(0.2996041,0.7897021),(0.2954631,0.7897021),(0.2996041,0.793937),(0.2954631,0.793937),(0.3037428,0.798156),(0.2996041,0.798156),(0.2954631,0.798156),(0.2996041,0.8023633),(0.2954631,0.8023633),(0.3037427,0.8023633),(0.3078868,0.798156),(0.3078868,0.8023633),(0.2913116,0.7897021),(0.2871543,0.7897021),(0.2913116,0.793937),(0.2871543,0.793937),(0.2829956,0.7897021),(0.2788399,0.7897021),(0.2829956,0.793937),(0.2788399,0.793937),(0.2871543,0.798156),(0.2829956,0.798156),(0.2788399,0.798156),(0.2829956,0.8023633),(0.2788399,0.8023633),(0.2871543,0.8023633),(0.2913116,0.798156),(0.2913116,0.8023633),(0.2746918,0.7897021),(0.2705556,0.7897021),(0.2746918,0.793937),(0.2705556,0.793937),(0.2664356,0.7897021),(0.262336,0.7897021),(0.2664356,0.793937),(0.262336,0.793937),(0.2705556,0.798156),(0.2664356,0.798156),(0.262336,0.798156),(0.2664356,0.8023633),(0.262336,0.8023633),(0.2705556,0.8023633),(0.2746918,0.798156),(0.2746918,0.8023633),(0.2582613,0.7897021),(0.254209,0.7897021),(0.2582613,0.793937),(0.254209,0.793937),(0.2501769,0.7897021),(0.2461624,0.7897021),(0.2501769,0.793937),(0.2461624,0.793937),(0.254209,0.798156),(0.2501769,0.798156),(0.2461624,0.798156),(0.2501769,0.8023633),(0.2461624,0.8023633),(0.254209,0.8023633),(0.2582613,0.798156),(0.2582613,0.8023633),(0.2421634,0.7897021),(0.238164,0.7897021),(0.2421634,0.793937),(0.238164,0.793937),(0.2341487,0.7897021),(0.2301017,0.7897021),(0.2341487,0.793937),(0.2301017,0.793937),(0.238164,0.798156),(0.2341487,0.798156),(0.2301017,0.798156),(0.2341487,0.8023633),(0.2301017,0.8023633),(0.238164,0.8023633),(0.2421634,0.798156),(0.2421634,0.8023633),(0.2260074,0.7897021),(0.2218787,0.7897021),(0.2260074,0.793937),(0.2218787,0.793937),(0.2177283,0.7897021),(0.2135691,0.7897021),(0.2177283,0.793937),(0.2135692,0.793937),(0.2218787,0.798156),(0.2177283,0.798156),(0.2135691,0.798156),(0.2177283,0.8023633),(0.2135692,0.8023633),(0.2218787,0.8023633),(0.2260074,0.798156),(0.2260074,0.8023633),(0.2094141,0.7897021),(0.2052627,0.7897021),(0.2094141,0.793937),(0.2052627,0.793937),(0.2011147,0.7897021),(0.1969699,0.7897021),(0.2011147,0.793937),(0.1969699,0.793937),(0.2052627,0.798156),(0.2011147,0.798156),(0.1969699,0.798156),(0.2011147,0.8023633),(0.1969699,0.8023633),(0.2052627,0.8023633),(0.2094141,0.798156),(0.2094141,0.8023633),(0.1928277,0.7897021),(0.1886888,0.7897021),(0.1928277,0.793937),(0.1886888,0.793937),(0.1845533,0.7897021),(0.1804218,0.7897021),(0.1845533,0.793937),(0.1804218,0.793937),(0.1886888,0.798156),(0.1845533,0.798156),(0.1804218,0.798156),(0.1845533,0.8023633),(0.1804218,0.8023633),(0.1886888,0.8023633),(0.1928277,0.798156),(0.1928277,0.8023633),(0.1762946,0.7897021),(0.1721701,0.7897021),(0.1762946,0.793937),(0.1721701,0.793937),(0.1680468,0.7897021),(0.163923,0.7897021),(0.1680468,0.793937),(0.163923,0.793937),(0.1721701,0.798156),(0.1680468,0.798156),(0.163923,0.798156),(0.1680468,0.8023633),(0.163923,0.8023633),(0.1721701,0.8023633),(0.1762946,0.798156),(0.1762946,0.8023633),(0.1597973,0.7897021),(0.1556691,0.7897021),(0.1556691,0.793937),(0.1597973,0.793937),(0.1515382,0.7897021),(0.1474041,0.7897021),(0.1474041,0.793937),(0.1515382,0.793937),(0.1515382,0.798156),(0.1556691,0.798156),(0.1474041,0.798156),(0.1474041,0.8023633),(0.1515382,0.8023633),(0.1556691,0.8023633),(0.1597973,0.798156),(0.1597973,0.8023633),(0.1432664,0.7897021),(0.1391259,0.7897021),(0.1391259,0.793937),(0.1432664,0.793937),(0.134983,0.7897021),(0.1308385,0.7897021),(0.1308385,0.793937),(0.134983,0.793937),(0.134983,0.798156),(0.1391259,0.798156),(0.1308385,0.798156),(0.134983,0.8023633),(0.1308385,0.8023633),(0.1391259,0.8023633),(0.1432664,0.798156),(0.1432664,0.8023633),(0.126693,0.7897021),(0.12255,0.7897021),(0.12255,0.793937),(0.126693,0.793937),(0.1184131,0.7897021),(0.1142857,0.7897021),(0.1142857,0.793937),(0.1184131,0.793937),(0.12255,0.798156),(0.1184131,0.798156),(0.1142857,0.798156),(0.1184131,0.8023633),(0.1142857,0.8023633),(0.12255,0.8023633),(0.126693,0.798156),(0.126693,0.8023633),(0.1101713,0.7897021),(0.1060752,0.7897021),(0.1101713,0.793937),(0.1060752,0.793937),(0.1020023,0.7897021),(0.09795791,0.7897021),(0.1020023,0.793937),(0.09795791,0.793937),(0.1060752,0.798156),(0.1020023,0.798156),(0.09795791,0.798156),(0.1020023,0.8023633),(0.09795791,0.8023633),(0.1060752,0.8023633),(0.1101713,0.798156),(0.1101713,0.8023633),(0.09394707,0.7897021),(0.08994583,0.7897021),(0.09394707,0.793937),(0.08994584,0.793937),(0.08593026,0.7897021),(0.08187638,0.7897021),(0.08593025,0.793937),(0.08187637,0.793937),(0.08994584,0.798156),(0.08593026,0.798156),(0.08187638,0.798156),(0.08593026,0.8023633),(0.08187638,0.8023633),(0.08994584,0.8023633),(0.09394707,0.798156),(0.09394707,0.8023633),(0.07776025,0.7897021),(0.07361087,0.7897021),(0.07776025,0.793937),(0.07361087,0.793937),(0.06945725,0.7897021),(0.06532837,0.7897021),(0.06532837,0.793937),(0.06945725,0.793937),(0.06945725,0.798156),(0.07361087,0.798156),(0.06532837,0.798156),(0.06532837,0.8023633),(0.06945725,0.8023633),(0.07361087,0.8023633),(0.07776025,0.798156),(0.07776025,0.8023633),(0.06125325,0.7897021),(0.05721605,0.7897021),(0.05721604,0.793937),(0.06125325,0.793937),(0.05320094,0.7897021),(0.0491921,0.7897021),(0.04919209,0.793937),(0.05320094,0.793937),(0.05320094,0.798156),(0.05721605,0.798156),(0.0491921,0.798156),(0.05320094,0.8023633),(0.04919209,0.8023633),(0.05721605,0.8023633),(0.06125325,0.798156),(0.06125325,0.8023633),(0.04517369,0.7897021),(0.04115105,0.7897021),(0.04517369,0.793937),(0.04115105,0.793937),(0.0371295,0.7897021),(0.03311438,0.7897021),(0.0371295,0.793937),(0.03311437,0.793937),(0.04115105,0.798156),(0.0371295,0.798156),(0.03311438,0.798156),(0.0371295,0.8023633),(0.03311438,0.8023633),(0.04115105,0.8023633),(0.04517369,0.798156),(0.04517369,0.8023633),(0.029111,0.7897021),(0.02511186,0.7897021),(0.029111,0.793937),(0.02511186,0.793937),(0.02110944,0.7897021),(0.01709622,0.7897021),(0.02110944,0.793937),(0.01709622,0.793937),(0.02511186,0.798156),(0.02110944,0.798156),(0.01709622,0.798156),(0.02110944,0.8023633),(0.01709622,0.8023633),(0.02511186,0.8023633),(0.029111,0.798156),(0.029111,0.8023633),(0.01306469,0.7897021),(0.009019421,0.7897051),(0.01306469,0.793937),(0.009019421,0.793938),(0.004965,0.7897143),(0.000906,0.7897265),(0.004965,0.793941),(0.000906,0.793945),(0.009019421,0.798157),(0.004965,0.7981597),(0.000906,0.7981635),(0.004965,0.8023689),(0.000906,0.802382),(0.009019421,0.8023646),(0.01306469,0.798156),(0.01306469,0.8023633),(0.999094,0.8065705),(0.9951518,0.8065668),(0.9912093,0.806564),(0.9912093,0.8107585),(0.9951518,0.8107587),(0.999094,0.810759),(0.9872664,0.806563),(0.983323,0.806563),(0.983323,0.8107584),(0.9872664,0.8107584),(0.9872664,0.8149525),(0.9912093,0.8149519),(0.983323,0.8149525),(0.983323,0.8191485),(0.9872664,0.8191485),(0.9912093,0.8191476),(0.9951518,0.81495),(0.999094,0.8149475),(0.9951518,0.8191447),(0.999094,0.819136),(0.9793787,0.806563),(0.9754275,0.806563),(0.9793787,0.8107584),(0.9754274,0.8107584),(0.9714631,0.806563),(0.9674796,0.806563),(0.9714631,0.8107584),(0.9674796,0.8107584),(0.9754274,0.8149525),(0.9714631,0.8149525),(0.9674796,0.8149525),(0.9674796,0.8191485),(0.9714631,0.8191485),(0.9754274,0.8191485),(0.9793787,0.8149525),(0.9793787,0.8191485),(0.9634706,0.806563),(0.9594426,0.806563),(0.9634707,0.8107584),(0.9594426,0.8107584),(0.9554016,0.806563),(0.9513539,0.806563),(0.9513539,0.8107584),(0.9554016,0.8107584),(0.9554016,0.8149525),(0.9594426,0.8149525),(0.9513539,0.8149525),(0.9513539,0.8191485),(0.9554016,0.8191485),(0.9594425,0.8191485),(0.9634707,0.8149525),(0.9634706,0.8191485),(0.9473058,0.806563),(0.9432498,0.806563),(0.9432497,0.8107584),(0.9473058,0.8107584),(0.9391782,0.806563),(0.9350839,0.806563),(0.9350839,0.8107584),(0.9391783,0.8107584),(0.9391782,0.8149525),(0.9432497,0.8149525),(0.9350839,0.8149525),(0.9350839,0.8191485),(0.9391783,0.8191485),(0.9432497,0.8191485),(0.9473058,0.8149525),(0.9473058,0.8191485),(0.930959,0.806563),(0.9268106,0.806563),(0.9268106,0.8107584),(0.930959,0.8107584),(0.9226453,0.806563),(0.9184701,0.806563),(0.9184701,0.8107584),(0.9226453,0.8107584),(0.9226453,0.8149525),(0.9268106,0.8149525),(0.9184701,0.8149525),(0.9184701,0.8191485),(0.9226453,0.8191485),(0.9268106,0.8191485),(0.930959,0.8149525),(0.930959,0.8191485),(0.9142919,0.806563),(0.910111,0.806563),(0.9101109,0.8107584),(0.9142919,0.8107584),(0.9059278,0.806563),(0.9017429,0.806563),(0.9017429,0.8107584),(0.9059278,0.8107584),(0.9059278,0.8149525),(0.910111,0.8149525),(0.9017429,0.8149525),(0.9017428,0.8191485),(0.9059278,0.8191485),(0.9101109,0.8191485),(0.9142919,0.8149525),(0.9142919,0.8191485),(0.8975567,0.806563),(0.8933688,0.806563),(0.8933688,0.8107584),(0.8975567,0.8107584),(0.8891787,0.806563),(0.8849859,0.806563),(0.8891788,0.8107584),(0.8849859,0.8107584),(0.8891787,0.8149525),(0.8933688,0.8149525),(0.8849859,0.8149525),(0.8891788,0.8191485),(0.8849859,0.8191485),(0.8933688,0.8191485),(0.8975567,0.8149525),(0.8975567,0.8191485),(0.8807898,0.806563),(0.8765806,0.806563),(0.8807898,0.8107584),(0.8765807,0.8107584),(0.8723488,0.806563),(0.8680845,0.806563),(0.8723488,0.8107584),(0.8680845,0.8107584),(0.8765806,0.8149525),(0.8723488,0.8149525),(0.8680845,0.8149525),(0.8723488,0.8191485),(0.8680845,0.8191485),(0.8765806,0.8191485),(0.8807898,0.8149525),(0.8807898,0.8191485),(0.8637781,0.806563),(0.8594491,0.806563),(0.8594491,0.8107584),(0.8637781,0.8107584),(0.8551173,0.806563),(0.8508024,0.806563),(0.8551173,0.8107584),(0.8508024,0.8107584),(0.8551173,0.8149525),(0.8594491,0.8149525),(0.8508024,0.8149525),(0.8508024,0.8191485),(0.8551173,0.8191485),(0.859449,0.8191485),(0.8637781,0.8149525),(0.8637781,0.8191485),(0.846524,0.806563),(0.8422731,0.806563),(0.8422731,0.8107584),(0.846524,0.8107584),(0.8380403,0.806563),(0.8338165,0.806563),(0.8338165,0.8107584),(0.8380403,0.8107584),(0.8380403,0.8149525),(0.8422731,0.8149525),(0.8338165,0.8149525),(0.8338165,0.8191485),(0.8380404,0.8191485),(0.8422731,0.8191485),(0.846524,0.8149525),(0.846524,0.8191485),(0.8295926,0.806563),(0.8253628,0.806563),(0.8253628,0.8107584),(0.8295926,0.8107584),(0.8211217,0.806563),(0.8168637,0.806563),(0.8168637,0.8107584),(0.8211217,0.8107584),(0.8211217,0.8149525),(0.8253628,0.8149525),(0.8168637,0.8149525),(0.8168637,0.8191485),(0.8211217,0.8191485),(0.8253628,0.8191485),(0.8295926,0.8149525),(0.8295926,0.8191485),(0.8125832,0.806563),(0.8082899,0.806563),(0.8082899,0.8107584),(0.8125832,0.8107584),(0.8039935,0.806563),(0.7997035,0.806563),(0.7997035,0.8107584),(0.8039935,0.8107584),(0.8039935,0.8149525),(0.8082899,0.8149525),(0.7997035,0.8149525),(0.7997035,0.8191485),(0.8039935,0.8191485),(0.8082899,0.8191485),(0.8125832,0.8149525),(0.8125832,0.8191485),(0.7954297,0.806563),(0.7911757,0.806563),(0.7911757,0.8107584),(0.7954297,0.8107584),(0.7869452,0.806563),(0.7827417,0.806563),(0.7827417,0.8107584),(0.7869452,0.8107584),(0.7869452,0.8149525),(0.7911757,0.8149525),(0.7827417,0.8149525),(0.7827417,0.8191485),(0.7869452,0.8191485),(0.7911757,0.8191485),(0.7954297,0.8149525),(0.7954297,0.8191485),(0.7785689,0.806563),(0.7744211,0.806563),(0.7744212,0.8107584),(0.7785689,0.8107584),(0.7702925,0.806563),(0.7661775,0.806563),(0.7661775,0.8107584),(0.7702925,0.8107584),(0.7702925,0.8149525),(0.7744212,0.8149525),(0.7661775,0.8149525),(0.7661775,0.8191485),(0.7702925,0.8191485),(0.7744212,0.8191485),(0.778569,0.8149525),(0.778569,0.8191485),(0.7620703,0.806563),(0.757961,0.806563),(0.757961,0.8107584),(0.7620703,0.8107584),(0.7538399,0.806563),(0.7496969,0.806563),(0.7496969,0.8107584),(0.7538399,0.8107584),(0.7538399,0.8149525),(0.757961,0.8149525),(0.7496969,0.8149525),(0.7496969,0.8191485),(0.7538399,0.8191485),(0.757961,0.8191485),(0.7620703,0.8149525),(0.7620703,0.8191485),(0.7455223,0.806563),(0.7413244,0.806563),(0.7413245,0.8107584),(0.7455223,0.8107584),(0.7371117,0.806563),(0.7328922,0.806563),(0.7328923,0.8107584),(0.7371117,0.8107584),(0.7371117,0.8149525),(0.7413245,0.8149525),(0.7328922,0.8149525),(0.7328922,0.8191485),(0.7371117,0.8191485),(0.7413245,0.8191485),(0.7455223,0.8149525),(0.7455223,0.8191485),(0.7286744,0.806563),(0.7244572,0.806563),(0.7244572,0.8107584),(0.7286744,0.8107584),(0.7202395,0.806563),(0.71602,0.806563),(0.71602,0.8107584),(0.7202395,0.8107584),(0.7202395,0.8149525),(0.7244572,0.8149525),(0.71602,0.8149525),(0.71602,0.8191485),(0.7202394,0.8191485),(0.7244572,0.8191485),(0.7286744,0.8149525),(0.7286744,0.8191485),(0.7117977,0.806563),(0.7075742,0.806563),(0.7075742,0.8107584),(0.7117977,0.8107584),(0.7033514,0.806563),(0.6991307,0.806563),(0.6991307,0.8107584),(0.7033514,0.8107584),(0.7033514,0.8149525),(0.7075742,0.8149525),(0.6991307,0.8149525),(0.6991307,0.8191485),(0.7033514,0.8191485),(0.7075742,0.8191485),(0.7117977,0.8149525),(0.7117977,0.8191485),(0.6949139,0.806563),(0.6906992,0.806563),(0.6906992,0.8107584),(0.6949139,0.8107584),(0.6864849,0.806563),(0.6822694,0.806563),(0.6822693,0.8107584),(0.6864849,0.8107584),(0.6864849,0.8149525),(0.6906992,0.8149525),(0.6822694,0.8149525),(0.6822693,0.8191485),(0.6864849,0.8191485),(0.6906992,0.8191485),(0.6949139,0.8149525),(0.6949139,0.8191485),(0.6780508,0.806563),(0.6738272,0.806563),(0.6738272,0.8107584),(0.6780507,0.8107584),(0.6695971,0.806563),(0.6653587,0.806563),(0.6653587,0.8107584),(0.6695971,0.8107584),(0.6695971,0.8149525),(0.6738272,0.8149525),(0.6653587,0.8149525),(0.6653587,0.8191485),(0.6695971,0.8191485),(0.6738272,0.8191485),(0.6780508,0.8149525),(0.6780507,0.8191485),(0.6611102,0.806563),(0.6568571,0.806563),(0.6568571,0.8107584),(0.6611102,0.8107584),(0.6526053,0.806563),(0.6483604,0.806563),(0.6483604,0.8107584),(0.6526054,0.8107584),(0.6526054,0.8149525),(0.6568571,0.8149525),(0.6483604,0.8149525),(0.6483604,0.8191485),(0.6526053,0.8191485),(0.6568571,0.8191485),(0.6611102,0.8149525),(0.6611102,0.8191485),(0.6441281,0.806563),(0.6399043,0.806563),(0.6441281,0.8107584),(0.6399043,0.8107584),(0.635685,0.806563),(0.6314663,0.806563),(0.635685,0.8107584),(0.6314663,0.8107584),(0.6399043,0.8149525),(0.635685,0.8149525),(0.6314663,0.8149525),(0.635685,0.8191485),(0.6314663,0.8191485),(0.6399043,0.8191485),(0.6441281,0.8149525),(0.6441281,0.8191485),(0.627244,0.806563),(0.6230208,0.806563),(0.627244,0.8107584),(0.6230209,0.8107584),(0.6187993,0.806563),(0.6145822,0.806563),(0.6187993,0.8107584),(0.6145822,0.8107584),(0.6230208,0.8149525),(0.6187993,0.8149525),(0.6145822,0.8149525),(0.6187993,0.8191485),(0.6145822,0.8191485),(0.6230209,0.8191485),(0.627244,0.8149525),(0.627244,0.8191485),(0.6103719,0.806563),(0.6061606,0.806563),(0.6061606,0.8107584),(0.6103719,0.8107584),(0.6019406,0.806563),(0.5977041,0.806563),(0.5977041,0.8107584),(0.6019406,0.8107584),(0.6019406,0.8149525),(0.6061606,0.8149525),(0.5977041,0.8149525),(0.5977041,0.8191485),(0.6019406,0.8191485),(0.6061606,0.8191485),(0.6103719,0.8149525),(0.6103719,0.8191485),(0.5934432,0.806563),(0.589169,0.806563),(0.589169,0.8107584),(0.5934432,0.8107584),(0.5848927,0.806563),(0.5806257,0.806563),(0.5848927,0.8107584),(0.5806257,0.8107584),(0.589169,0.8149525),(0.5848927,0.8149525),(0.5806257,0.8149525),(0.5848927,0.8191485),(0.5806257,0.8191485),(0.589169,0.8191485),(0.5934432,0.8149525),(0.5934432,0.8191485),(0.5763788,0.806563),(0.572147,0.806563),(0.5763788,0.8107584),(0.572147,0.8107584),(0.567925,0.806563),(0.5637077,0.806563),(0.5637077,0.8107584),(0.567925,0.8107584),(0.567925,0.8149525),(0.572147,0.8149525),(0.5637077,0.8149525),(0.5637077,0.8191485),(0.567925,0.8191485),(0.572147,0.8191485),(0.5763788,0.8149525),(0.5763788,0.8191485),(0.55949,0.806563),(0.5552715,0.806563),(0.5552715,0.8107584),(0.55949,0.8107584),(0.5510522,0.806563),(0.5468317,0.806563),(0.5468317,0.8107584),(0.5510522,0.8107584),(0.5510522,0.8149525),(0.5552715,0.8149525),(0.5468317,0.8149525),(0.5468317,0.8191485),(0.5510522,0.8191485),(0.5552715,0.8191485),(0.55949,0.8149525),(0.55949,0.8191485),(0.5426099,0.806563),(0.5383899,0.806563),(0.5383899,0.8107584),(0.5426099,0.8107584),(0.5341746,0.806563),(0.5299669,0.806563),(0.5299669,0.8107584),(0.5341746,0.8107584),(0.5341746,0.8149525),(0.5383899,0.8149525),(0.5299669,0.8149525),(0.529967,0.8191485),(0.5341746,0.8191485),(0.5383899,0.8191485),(0.5426099,0.8149525),(0.5426099,0.8191485),(0.52577,0.806563),(0.5215818,0.806563),(0.5215818,0.8107584),(0.52577,0.8107584),(0.5174,0.806563),(0.5132228,0.806563),(0.5132228,0.8107584),(0.5174,0.8107584),(0.5174,0.8149525),(0.5215818,0.8149525),(0.5132228,0.8149525),(0.5132228,0.8191485),(0.5174,0.8191485),(0.5215818,0.8191485),(0.52577,0.8149525),(0.52577,0.8191485),(0.5090478,0.806563),(0.5048727,0.806563),(0.5048727,0.8107584),(0.5090478,0.8107584),(0.5006949,0.806563),(0.4965119,0.806563),(0.4965119,0.8107584),(0.5006949,0.8107584),(0.5006949,0.8149525),(0.5048727,0.8149525),(0.4965119,0.8149525),(0.4965119,0.8191485),(0.5006949,0.8191485),(0.5048727,0.8191485),(0.5090478,0.8149525),(0.5090478,0.8191485),(0.4923214,0.806563),(0.4881234,0.806563),(0.4881234,0.8107584),(0.4923214,0.8107584),(0.4839184,0.806563),(0.4797065,0.806563),(0.4797065,0.8107584),(0.4839184,0.8107584),(0.4839184,0.8149525),(0.4881234,0.8149525),(0.4797065,0.8149525),(0.4797064,0.8191485),(0.4839184,0.8191485),(0.4881234,0.8191485),(0.4923214,0.8149525),(0.4923214,0.8191485),(0.4754879,0.806563),(0.4712752,0.806563),(0.4712752,0.8107584),(0.4754879,0.8107584),(0.4670808,0.806563),(0.4629171,0.806563),(0.4629171,0.8107584),(0.4670808,0.8107584),(0.4670808,0.8149525),(0.4712752,0.8149525),(0.4629171,0.8149525),(0.4629171,0.8191485),(0.4670808,0.8191485),(0.4712752,0.8191485),(0.4754879,0.8149525),(0.4754879,0.8191485),(0.4587967,0.806563),(0.4547031,0.806563),(0.4547031,0.8107584),(0.4587967,0.8107584),(0.4506197,0.806563),(0.44653,0.806563),(0.44653,0.8107584),(0.4506197,0.8107584),(0.4547031,0.8149525),(0.4506197,0.8149525),(0.44653,0.8149525),(0.4506197,0.8191485),(0.44653,0.8191485),(0.4547031,0.8191485),(0.4587967,0.8149525),(0.4587967,0.8191485),(0.4424174,0.806563),(0.4382856,0.806563),(0.4382856,0.8107584),(0.4424174,0.8107584),(0.4341379,0.806563),(0.429978,0.806563),(0.429978,0.8107584),(0.4341379,0.8107584),(0.4341379,0.8149525),(0.4382856,0.8149525),(0.429978,0.8149525),(0.429978,0.8191485),(0.4341379,0.8191485),(0.4382856,0.8191485),(0.4424174,0.8149525),(0.4424174,0.8191485),(0.4258092,0.806563),(0.4216311,0.806563),(0.4216312,0.8107584),(0.4258092,0.8107584),(0.4174434,0.806563),(0.4132456,0.806563),(0.4174434,0.8107584),(0.4132456,0.8107584),(0.4216312,0.8149525),(0.4174434,0.8149525),(0.4132456,0.8149525),(0.4174434,0.8191485),(0.4132456,0.8191485),(0.4216312,0.8191485),(0.4258092,0.8149525),(0.4258092,0.8191485),(0.4090372,0.806563),(0.4048201,0.806563),(0.4048201,0.8107584),(0.4090372,0.8107584),(0.4005963,0.806563),(0.3963675,0.806563),(0.3963675,0.8107584),(0.4005963,0.8107584),(0.4005963,0.8149525),(0.4048201,0.8149525),(0.3963675,0.8149525),(0.3963675,0.8191485),(0.4005963,0.8191485),(0.4048201,0.8191485),(0.4090372,0.8149525),(0.4090372,0.8191485),(0.3921357,0.806563),(0.3879012,0.806563),(0.3879012,0.8107584),(0.3921357,0.8107584),(0.3836642,0.806563),(0.3794248,0.806563),(0.3794249,0.8107584),(0.3836642,0.8107584),(0.3836642,0.8149525),(0.3879012,0.8149525),(0.3794248,0.8149525),(0.3794248,0.8191485),(0.3836642,0.8191485),(0.3879012,0.8191485),(0.3921357,0.8149525),(0.3921357,0.8191485),(0.3751834,0.806563),(0.3709441,0.806563),(0.3751834,0.8107584),(0.3709441,0.8107584),(0.3667112,0.806563),(0.3624887,0.806563),(0.3667112,0.8107584),(0.3624887,0.8107584),(0.3709442,0.8149525),(0.3667112,0.8149525),(0.3624887,0.8149525),(0.3667112,0.8191485),(0.3624887,0.8191485),(0.3709441,0.8191485),(0.3751834,0.8149525),(0.3751834,0.8191485),(0.358281,0.806563),(0.3540821,0.806563),(0.358281,0.8107584),(0.3540821,0.8107584),(0.3498864,0.806563),(0.3456882,0.806563),(0.3498864,0.8107584),(0.3456882,0.8107584),(0.3540821,0.8149525),(0.3498864,0.8149525),(0.3456882,0.8149525),(0.3498864,0.8191485),(0.3456882,0.8191485),(0.3540821,0.8191485),(0.3582809,0.8149525),(0.358281,0.8191485),(0.3414817,0.806563),(0.3372694,0.806563),(0.3372695,0.8107584),(0.3414817,0.8107584),(0.3330541,0.806563),(0.3288383,0.806563),(0.3288383,0.8107584),(0.3330541,0.8107584),(0.3330541,0.8149525),(0.3372695,0.8149525),(0.3288383,0.8149525),(0.3288383,0.8191485),(0.3330541,0.8191485),(0.3372695,0.8191485),(0.3414817,0.8149525),(0.3414817,0.8191485),(0.3246247,0.806563),(0.3204179,0.806563),(0.3246247,0.8107584),(0.3204179,0.8107584),(0.3162228,0.806563),(0.3120441,0.806563),(0.3162228,0.8107584),(0.3120441,0.8107584),(0.3204179,0.8149525),(0.3162228,0.8149525),(0.3120441,0.8149525),(0.3162228,0.8191485),(0.3120441,0.8191485),(0.3204179,0.8191485),(0.3246247,0.8149525),(0.3246247,0.8191485),(0.3078868,0.806563),(0.3037427,0.806563),(0.3078868,0.8107584),(0.3037427,0.8107584),(0.2996041,0.806563),(0.2954631,0.806563),(0.2996041,0.8107584),(0.2954631,0.8107584),(0.3037428,0.8149525),(0.2996041,0.8149525),(0.2954631,0.8149525),(0.2996041,0.8191485),(0.2954631,0.8191485),(0.3037427,0.8191485),(0.3078868,0.8149525),(0.3078868,0.8191485),(0.2913116,0.806563),(0.2871543,0.806563),(0.2913116,0.8107584),(0.2871543,0.8107584),(0.2829956,0.806563),(0.2788399,0.806563),(0.2829956,0.8107584),(0.2788399,0.8107584),(0.2871543,0.8149525),(0.2829956,0.8149525),(0.2788399,0.8149525),(0.2829956,0.8191485),(0.2788399,0.8191485),(0.2871543,0.8191485),(0.2913116,0.8149525),(0.2913116,0.8191485),(0.2746918,0.806563),(0.2705556,0.806563),(0.2746918,0.8107584),(0.2705556,0.8107584),(0.2664356,0.806563),(0.262336,0.806563),(0.2664356,0.8107584),(0.262336,0.8107584),(0.2705556,0.8149525),(0.2664356,0.8149525),(0.262336,0.8149525),(0.2664356,0.8191485),(0.262336,0.8191485),(0.2705556,0.8191485),(0.2746918,0.8149525),(0.2746918,0.8191485),(0.2582613,0.806563),(0.254209,0.806563),(0.2582613,0.8107584),(0.254209,0.8107584),(0.2501769,0.806563),(0.2461624,0.806563),(0.2501769,0.8107584),(0.2461624,0.8107584),(0.254209,0.8149525),(0.2501769,0.8149525),(0.2461624,0.8149525),(0.2501769,0.8191485),(0.2461624,0.8191485),(0.254209,0.8191485),(0.2582613,0.8149525),(0.2582613,0.8191485),(0.2421634,0.806563),(0.238164,0.806563),(0.2421634,0.8107584),(0.238164,0.8107584),(0.2341487,0.806563),(0.2301017,0.806563),(0.2341487,0.8107584),(0.2301017,0.8107584),(0.238164,0.8149525),(0.2341487,0.8149525),(0.2301017,0.8149525),(0.2341487,0.8191485),(0.2301017,0.8191485),(0.238164,0.8191485),(0.2421634,0.8149525),(0.2421634,0.8191485),(0.2260074,0.806563),(0.2218787,0.806563),(0.2260074,0.8107584),(0.2218787,0.8107584),(0.2177283,0.806563),(0.2135691,0.806563),(0.2177283,0.8107584),(0.2135692,0.8107584),(0.2218787,0.8149525),(0.2177283,0.8149525),(0.2135691,0.8149525),(0.2177283,0.8191485),(0.2135692,0.8191485),(0.2218787,0.8191485),(0.2260074,0.8149525),(0.2260074,0.8191485),(0.2094141,0.806563),(0.2052627,0.806563),(0.2094141,0.8107584),(0.2052627,0.8107584),(0.2011147,0.806563),(0.1969699,0.806563),(0.2011147,0.8107584),(0.1969699,0.8107584),(0.2052627,0.8149525),(0.2011147,0.8149525),(0.1969699,0.8149525),(0.2011147,0.8191485),(0.1969699,0.8191485),(0.2052627,0.8191485),(0.2094141,0.8149525),(0.2094141,0.8191485),(0.1928277,0.806563),(0.1886888,0.806563),(0.1928277,0.8107584),(0.1886888,0.8107584),(0.1845533,0.806563),(0.1804218,0.806563),(0.1845533,0.8107584),(0.1804218,0.8107584),(0.1886888,0.8149525),(0.1845533,0.8149525),(0.1804218,0.8149525),(0.1845533,0.8191485),(0.1804218,0.8191485),(0.1886888,0.8191485),(0.1928277,0.8149525),(0.1928277,0.8191485),(0.1762946,0.806563),(0.1721701,0.806563),(0.1762946,0.8107584),(0.1721701,0.8107584),(0.1680468,0.806563),(0.163923,0.806563),(0.1680468,0.8107584),(0.163923,0.8107584),(0.1721701,0.8149525),(0.1680468,0.8149525),(0.163923,0.8149525),(0.1680468,0.8191485),(0.163923,0.8191485),(0.1721701,0.8191485),(0.1762946,0.8149525),(0.1762946,0.8191485),(0.1597973,0.806563),(0.1556691,0.806563),(0.1556691,0.8107584),(0.1597973,0.8107584),(0.1515382,0.806563),(0.1474041,0.806563),(0.1474041,0.8107584),(0.1515382,0.8107584),(0.1515382,0.8149525),(0.1556691,0.8149525),(0.1474041,0.8149525),(0.1474041,0.8191485),(0.1515382,0.8191485),(0.1556691,0.8191485),(0.1597973,0.8149525),(0.1597973,0.8191485),(0.1432664,0.806563),(0.1391259,0.806563),(0.1432664,0.8107584),(0.1391259,0.8107584),(0.134983,0.806563),(0.1308385,0.806563),(0.134983,0.8107584),(0.1308385,0.8107584),(0.1391259,0.8149525),(0.134983,0.8149525),(0.1308385,0.8149525),(0.134983,0.8191485),(0.1308385,0.8191485),(0.1391259,0.8191485),(0.1432664,0.8149525),(0.1432664,0.8191485),(0.126693,0.806563),(0.12255,0.806563),(0.126693,0.8107584),(0.12255,0.8107584),(0.1184131,0.806563),(0.1142857,0.806563),(0.1184131,0.8107584),(0.1142857,0.8107584),(0.12255,0.8149525),(0.1184131,0.8149525),(0.1142857,0.8149525),(0.1184131,0.8191485),(0.1142857,0.8191485),(0.12255,0.8191485),(0.126693,0.8149525),(0.126693,0.8191485),(0.1101713,0.806563),(0.1060752,0.806563),(0.1101713,0.8107584),(0.1060752,0.8107584),(0.1020023,0.806563),(0.09795791,0.806563),(0.09795791,0.8107584),(0.1020023,0.8107584),(0.1060752,0.8149525),(0.1020023,0.8149525),(0.09795791,0.8149525),(0.09795791,0.8191485),(0.1020023,0.8191485),(0.1060752,0.8191485),(0.1101713,0.8149525),(0.1101713,0.8191485),(0.09394707,0.806563),(0.08994583,0.806563),(0.08994584,0.8107584),(0.09394707,0.8107584),(0.08593026,0.806563),(0.08187638,0.806563),(0.08187637,0.8107584),(0.08593025,0.8107584),(0.08593026,0.8149525),(0.08994584,0.8149525),(0.08187638,0.8149525),(0.08187638,0.8191485),(0.08593026,0.8191485),(0.08994584,0.8191485),(0.09394707,0.8149525),(0.09394707,0.8191485),(0.07776025,0.806563),(0.07361087,0.806563),(0.07361087,0.8107584),(0.07776025,0.8107584),(0.06945725,0.806563),(0.06532837,0.806563),(0.06532837,0.8107584),(0.06945725,0.8107584),(0.07361087,0.8149525),(0.06945725,0.8149525),(0.06532837,0.8149525),(0.06945725,0.8191485),(0.06532837,0.8191485),(0.07361087,0.8191485),(0.07776025,0.8149525),(0.07776025,0.8191485),(0.06125325,0.806563),(0.05721605,0.806563),(0.06125325,0.8107584),(0.05721604,0.8107584),(0.05320094,0.806563),(0.0491921,0.806563),(0.05320094,0.8107584),(0.04919209,0.8107584),(0.05721605,0.8149525),(0.05320094,0.8149525),(0.0491921,0.8149525),(0.05320094,0.8191485),(0.04919209,0.8191485),(0.05721605,0.8191485),(0.06125325,0.8149525),(0.06125325,0.8191485),(0.04517369,0.806563),(0.04115105,0.806563),(0.04517369,0.8107584),(0.04115105,0.8107584),(0.0371295,0.806563),(0.03311438,0.806563),(0.0371295,0.8107584),(0.03311437,0.8107584),(0.04115105,0.8149525),(0.0371295,0.8149525),(0.03311438,0.8149525),(0.0371295,0.8191485),(0.03311438,0.8191485),(0.04115105,0.8191485),(0.04517369,0.8149525),(0.04517369,0.8191485),(0.029111,0.806563),(0.02511186,0.806563),(0.029111,0.8107584),(0.02511186,0.8107584),(0.02110944,0.806563),(0.01709622,0.806563),(0.02110944,0.8107584),(0.01709622,0.8107584),(0.02511186,0.8149525),(0.02110944,0.8149525),(0.01709622,0.8149525),(0.02110944,0.8191485),(0.01709622,0.8191485),(0.02511186,0.8191485),(0.029111,0.8149525),(0.029111,0.8191485),(0.01306469,0.806563),(0.009019421,0.806564),(0.01306469,0.8107584),(0.009019421,0.8107585),(0.004965,0.8065668),(0.000906,0.8065705),(0.004965,0.8107587),(0.000906,0.810759),(0.009019421,0.8149519),(0.004965,0.81495),(0.000906,0.8149475),(0.004965,0.8191447),(0.000906,0.819136),(0.009019421,0.8191476),(0.01306469,0.8149525),(0.01306469,0.8191485),(0.9951518,0.823347),(0.999094,0.8233445),(0.9912093,0.8233489),(0.9912093,0.827548),(0.9951518,0.8275502),(0.999094,0.827553),(0.9872664,0.8233495),(0.983323,0.8233495),(0.983323,0.8275473),(0.9872664,0.8275473),(0.9872664,0.8317337),(0.9912093,0.8317372),(0.983323,0.8317337),(0.983323,0.8359006),(0.9872664,0.8359006),(0.9912093,0.8359058),(0.9951518,0.8317477),(0.999094,0.8317615),(0.9951518,0.8359214),(0.999094,0.83597),(0.9793787,0.8233495),(0.9754275,0.8233495),(0.9754274,0.8275473),(0.9793787,0.8275473),(0.9714631,0.8233495),(0.9674796,0.8233495),(0.9674796,0.8275473),(0.9714631,0.8275473),(0.9714631,0.8317337),(0.9754274,0.8317337),(0.9674796,0.8317337),(0.9674796,0.8359006),(0.9714631,0.8359006),(0.9754274,0.8359006),(0.9793787,0.8317337),(0.9793787,0.8359006),(0.9634706,0.8233495),(0.9594426,0.8233495),(0.9594426,0.8275473),(0.9634707,0.8275473),(0.9554016,0.8233495),(0.9513539,0.8233495),(0.9513539,0.8275473),(0.9554016,0.8275473),(0.9554016,0.8317337),(0.9594426,0.8317337),(0.9513539,0.8317337),(0.9513539,0.8359006),(0.9554016,0.8359006),(0.9594425,0.8359006),(0.9634707,0.8317337),(0.9634706,0.8359006),(0.9473058,0.8233495),(0.9432498,0.8233495),(0.9432497,0.8275473),(0.9473058,0.8275473),(0.9391782,0.8233495),(0.9350839,0.8233495),(0.9350839,0.8275473),(0.9391783,0.8275473),(0.9391782,0.8317337),(0.9432497,0.8317337),(0.9350839,0.8317337),(0.9350839,0.8359006),(0.9391783,0.8359006),(0.9432497,0.8359006),(0.9473058,0.8317337),(0.9473058,0.8359006),(0.930959,0.8233495),(0.9268106,0.8233495),(0.9268106,0.8275473),(0.930959,0.8275473),(0.9226453,0.8233495),(0.9184701,0.8233495),(0.9184701,0.8275473),(0.9226453,0.8275473),(0.9226453,0.8317337),(0.9268106,0.8317337),(0.9184701,0.8317337),(0.9184701,0.8359006),(0.9226453,0.8359006),(0.9268106,0.8359006),(0.930959,0.8317337),(0.930959,0.8359006),(0.9142919,0.8233495),(0.910111,0.8233495),(0.9101109,0.8275473),(0.9142919,0.8275473),(0.9059278,0.8233495),(0.9017429,0.8233495),(0.9017429,0.8275473),(0.9059278,0.8275473),(0.9059278,0.8317337),(0.910111,0.8317337),(0.9017429,0.8317337),(0.9017428,0.8359006),(0.9059278,0.8359006),(0.9101109,0.8359006),(0.9142919,0.8317337),(0.9142919,0.8359006),(0.8975567,0.8233495),(0.8933688,0.8233495),(0.8933688,0.8275473),(0.8975567,0.8275473),(0.8891787,0.8233495),(0.8849859,0.8233495),(0.8849859,0.8275473),(0.8891788,0.8275473),(0.8891787,0.8317337),(0.8933688,0.8317337),(0.8849859,0.8317337),(0.8849859,0.8359006),(0.8891788,0.8359006),(0.8933688,0.8359006),(0.8975567,0.8317337),(0.8975567,0.8359006),(0.8807898,0.8233495),(0.8765806,0.8233495),(0.8807898,0.8275473),(0.8765807,0.8275473),(0.8723488,0.8233495),(0.8680845,0.8233495),(0.8680845,0.8275473),(0.8723488,0.8275473),(0.8765806,0.8317337),(0.8723488,0.8317337),(0.8680845,0.8317337),(0.8680845,0.8359006),(0.8723488,0.8359006),(0.8765806,0.8359006),(0.8807898,0.8317337),(0.8807898,0.8359006),(0.8637781,0.8233495),(0.8594491,0.8233495),(0.8594491,0.8275473),(0.8637781,0.8275473),(0.8551173,0.8233495),(0.8508024,0.8233495),(0.8508024,0.8275473),(0.8551173,0.8275473),(0.8551173,0.8317337),(0.8594491,0.8317337),(0.8508024,0.8317337),(0.8508024,0.8359006),(0.8551173,0.8359006),(0.859449,0.8359006),(0.8637781,0.8317337),(0.8637781,0.8359006),(0.846524,0.8233495),(0.8422731,0.8233495),(0.8422731,0.8275473),(0.846524,0.8275473),(0.8380403,0.8233495),(0.8338165,0.8233495),(0.8338165,0.8275473),(0.8380403,0.8275473),(0.8380403,0.8317337),(0.8422731,0.8317337),(0.8338165,0.8317337),(0.8338165,0.8359006),(0.8380404,0.8359006),(0.8422731,0.8359006),(0.846524,0.8317337),(0.846524,0.8359006),(0.8295926,0.8233495),(0.8253628,0.8233495),(0.8253628,0.8275473),(0.8295926,0.8275473),(0.8211217,0.8233495),(0.8168637,0.8233495),(0.8168637,0.8275473),(0.8211217,0.8275473),(0.8211217,0.8317337),(0.8253628,0.8317337),(0.8168637,0.8317337),(0.8168637,0.8359006),(0.8211217,0.8359006),(0.8253628,0.8359006),(0.8295926,0.8317337),(0.8295926,0.8359006),(0.8125832,0.8233495),(0.8082899,0.8233495),(0.8082899,0.8275473),(0.8125832,0.8275473),(0.8039935,0.8233495),(0.7997035,0.8233495),(0.7997035,0.8275473),(0.8039935,0.8275473),(0.8039935,0.8317337),(0.8082899,0.8317337),(0.7997035,0.8317337),(0.7997035,0.8359006),(0.8039935,0.8359006),(0.8082899,0.8359006),(0.8125832,0.8317337),(0.8125832,0.8359006),(0.7954297,0.8233495),(0.7911757,0.8233495),(0.7911757,0.8275473),(0.7954297,0.8275473),(0.7869452,0.8233495),(0.7827417,0.8233495),(0.7827417,0.8275473),(0.7869452,0.8275473),(0.7869452,0.8317337),(0.7911757,0.8317337),(0.7827417,0.8317337),(0.7827417,0.8359006),(0.7869452,0.8359006),(0.7911757,0.8359006),(0.7954297,0.8317337),(0.7954297,0.8359006),(0.7785689,0.8233495),(0.7744211,0.8233495),(0.7744212,0.8275473),(0.7785689,0.8275473),(0.7702925,0.8233495),(0.7661775,0.8233495),(0.7661775,0.8275473),(0.7702925,0.8275473),(0.7702925,0.8317337),(0.7744212,0.8317337),(0.7661775,0.8317337),(0.7661775,0.8359006),(0.7702925,0.8359006),(0.7744212,0.8359006),(0.778569,0.8317337),(0.778569,0.8359006),(0.7620703,0.8233495),(0.757961,0.8233495),(0.757961,0.8275473),(0.7620703,0.8275473),(0.7538399,0.8233495),(0.7496969,0.8233495),(0.7496969,0.8275473),(0.7538399,0.8275473),(0.7538399,0.8317337),(0.757961,0.8317337),(0.7496969,0.8317337),(0.7496969,0.8359006),(0.7538399,0.8359006),(0.757961,0.8359006),(0.7620703,0.8317337),(0.7620703,0.8359006),(0.7455223,0.8233495),(0.7413244,0.8233495),(0.7413245,0.8275473),(0.7455223,0.8275473),(0.7371117,0.8233495),(0.7328922,0.8233495),(0.7328923,0.8275473),(0.7371117,0.8275473),(0.7371117,0.8317337),(0.7413245,0.8317337),(0.7328922,0.8317337),(0.7328922,0.8359006),(0.7371117,0.8359006),(0.7413245,0.8359006),(0.7455223,0.8317337),(0.7455223,0.8359006),(0.7286744,0.8233495),(0.7244572,0.8233495),(0.7244572,0.8275473),(0.7286744,0.8275473),(0.7202395,0.8233495),(0.71602,0.8233495),(0.71602,0.8275473),(0.7202395,0.8275473),(0.7202395,0.8317337),(0.7244572,0.8317337),(0.71602,0.8317337),(0.71602,0.8359006),(0.7202394,0.8359006),(0.7244572,0.8359006),(0.7286744,0.8317337),(0.7286744,0.8359006),(0.7117977,0.8233495),(0.7075742,0.8233495),(0.7075742,0.8275473),(0.7117977,0.8275473),(0.7033514,0.8233495),(0.6991307,0.8233495),(0.6991307,0.8275473),(0.7033514,0.8275473),(0.7033514,0.8317337),(0.7075742,0.8317337),(0.6991307,0.8317337),(0.6991307,0.8359006),(0.7033514,0.8359006),(0.7075742,0.8359006),(0.7117977,0.8317337),(0.7117977,0.8359006),(0.6949139,0.8233495),(0.6906992,0.8233495),(0.6906992,0.8275473),(0.6949139,0.8275473),(0.6864849,0.8233495),(0.6822694,0.8233495),(0.6822693,0.8275473),(0.6864849,0.8275473),(0.6864849,0.8317337),(0.6906992,0.8317337),(0.6822694,0.8317337),(0.6822693,0.8359006),(0.6864849,0.8359006),(0.6906992,0.8359006),(0.6949139,0.8317337),(0.6949139,0.8359006),(0.6780508,0.8233495),(0.6738272,0.8233495),(0.6738272,0.8275473),(0.6780507,0.8275473),(0.6695971,0.8233495),(0.6653587,0.8233495),(0.6653587,0.8275473),(0.6695971,0.8275473),(0.6695971,0.8317337),(0.6738272,0.8317337),(0.6653587,0.8317337),(0.6653587,0.8359006),(0.6695971,0.8359006),(0.6738272,0.8359006),(0.6780508,0.8317337),(0.6780507,0.8359006),(0.6611102,0.8233495),(0.6568571,0.8233495),(0.6568571,0.8275473),(0.6611102,0.8275473),(0.6526053,0.8233495),(0.6483604,0.8233495),(0.6526054,0.8275473),(0.6483604,0.8275473),(0.6568571,0.8317337),(0.6526054,0.8317337),(0.6483604,0.8317337),(0.6526053,0.8359006),(0.6483604,0.8359006),(0.6568571,0.8359006),(0.6611102,0.8317337),(0.6611102,0.8359006),(0.6441281,0.8233495),(0.6399043,0.8233495),(0.6441281,0.8275473),(0.6399043,0.8275473),(0.635685,0.8233495),(0.6314663,0.8233495),(0.635685,0.8275473),(0.6314663,0.8275473),(0.6399043,0.8317337),(0.635685,0.8317337),(0.6314663,0.8317337),(0.635685,0.8359006),(0.6314663,0.8359006),(0.6399043,0.8359006),(0.6441281,0.8317337),(0.6441281,0.8359006),(0.627244,0.8233495),(0.6230208,0.8233495),(0.627244,0.8275473),(0.6230209,0.8275473),(0.6187993,0.8233495),(0.6145822,0.8233495),(0.6187993,0.8275473),(0.6145822,0.8275473),(0.6230208,0.8317337),(0.6187993,0.8317337),(0.6145822,0.8317337),(0.6187993,0.8359006),(0.6145822,0.8359006),(0.6230209,0.8359006),(0.627244,0.8317337),(0.627244,0.8359006),(0.6103719,0.8233495),(0.6061606,0.8233495),(0.6061606,0.8275473),(0.6103719,0.8275473),(0.6019406,0.8233495),(0.5977041,0.8233495),(0.5977041,0.8275473),(0.6019406,0.8275473),(0.6019406,0.8317337),(0.6061606,0.8317337),(0.5977041,0.8317337),(0.5977041,0.8359006),(0.6019406,0.8359006),(0.6061606,0.8359006),(0.6103719,0.8317337),(0.6103719,0.8359006),(0.5934432,0.8233495),(0.589169,0.8233495),(0.589169,0.8275473),(0.5934432,0.8275473),(0.5848927,0.8233495),(0.5806257,0.8233495),(0.5848927,0.8275473),(0.5806257,0.8275473),(0.5848927,0.8317337),(0.589169,0.8317337),(0.5806257,0.8317337),(0.5806257,0.8359006),(0.5848927,0.8359006),(0.589169,0.8359006),(0.5934432,0.8317337),(0.5934432,0.8359006),(0.5763788,0.8233495),(0.572147,0.8233495),(0.572147,0.8275473),(0.5763788,0.8275473),(0.567925,0.8233495),(0.5637077,0.8233495),(0.5637077,0.8275473),(0.567925,0.8275473),(0.567925,0.8317337),(0.572147,0.8317337),(0.5637077,0.8317337),(0.5637077,0.8359006),(0.567925,0.8359006),(0.572147,0.8359006),(0.5763788,0.8317337),(0.5763788,0.8359006),(0.55949,0.8233495),(0.5552715,0.8233495),(0.5552715,0.8275473),(0.55949,0.8275473),(0.5510522,0.8233495),(0.5468317,0.8233495),(0.5468317,0.8275473),(0.5510522,0.8275473),(0.5510522,0.8317337),(0.5552715,0.8317337),(0.5468317,0.8317337),(0.5468317,0.8359006),(0.5510522,0.8359006),(0.5552715,0.8359006),(0.55949,0.8317337),(0.55949,0.8359006),(0.5426099,0.8233495),(0.5383899,0.8233495),(0.5383899,0.8275473),(0.5426099,0.8275473),(0.5341746,0.8233495),(0.5299669,0.8233495),(0.5299669,0.8275473),(0.5341746,0.8275473),(0.5341746,0.8317337),(0.5383899,0.8317337),(0.5299669,0.8317337),(0.529967,0.8359006),(0.5341746,0.8359006),(0.5383899,0.8359006),(0.5426099,0.8317337),(0.5426099,0.8359006),(0.52577,0.8233495),(0.5215818,0.8233495),(0.5215818,0.8275473),(0.52577,0.8275473),(0.5174,0.8233495),(0.5132228,0.8233495),(0.5132228,0.8275473),(0.5174,0.8275473),(0.5174,0.8317337),(0.5215818,0.8317337),(0.5132228,0.8317337),(0.5174,0.8359006),(0.5132228,0.8359006),(0.5215818,0.8359006),(0.52577,0.8317337),(0.52577,0.8359006),(0.5090478,0.8233495),(0.5048727,0.8233495),(0.5048727,0.8275473),(0.5090478,0.8275473),(0.5006949,0.8233495),(0.4965119,0.8233495),(0.4965119,0.8275473),(0.5006949,0.8275473),(0.5006949,0.8317337),(0.5048727,0.8317337),(0.4965119,0.8317337),(0.4965119,0.8359006),(0.5006949,0.8359006),(0.5048727,0.8359006),(0.5090478,0.8317337),(0.5090478,0.8359006),(0.4923214,0.8233495),(0.4881234,0.8233495),(0.4881234,0.8275473),(0.4923214,0.8275473),(0.4839184,0.8233495),(0.4797065,0.8233495),(0.4797065,0.8275473),(0.4839184,0.8275473),(0.4839184,0.8317337),(0.4881234,0.8317337),(0.4797065,0.8317337),(0.4797064,0.8359006),(0.4839184,0.8359006),(0.4881234,0.8359006),(0.4923214,0.8317337),(0.4923214,0.8359006),(0.4754879,0.8233495),(0.4712752,0.8233495),(0.4712752,0.8275473),(0.4754879,0.8275473),(0.4670808,0.8233495),(0.4629171,0.8233495),(0.4629171,0.8275473),(0.4670808,0.8275473),(0.4670808,0.8317337),(0.4712752,0.8317337),(0.4629171,0.8317337),(0.4629171,0.8359006),(0.4670808,0.8359006),(0.4712752,0.8359006),(0.4754879,0.8317337),(0.4754879,0.8359006),(0.4587967,0.8233495),(0.4547031,0.8233495),(0.4587967,0.8275473),(0.4547031,0.8275473),(0.4506197,0.8233495),(0.44653,0.8233495),(0.4506197,0.8275473),(0.44653,0.8275473),(0.4547031,0.8317337),(0.4506197,0.8317337),(0.44653,0.8317337),(0.4506197,0.8359006),(0.44653,0.8359006),(0.4547031,0.8359006),(0.4587967,0.8317337),(0.4587967,0.8359006),(0.4424174,0.8233495),(0.4382856,0.8233495),(0.4424174,0.8275473),(0.4382856,0.8275473),(0.4341379,0.8233495),(0.429978,0.8233495),(0.429978,0.8275473),(0.4341379,0.8275473),(0.4341379,0.8317337),(0.4382856,0.8317337),(0.429978,0.8317337),(0.429978,0.8359006),(0.4341379,0.8359006),(0.4382856,0.8359006),(0.4424174,0.8317337),(0.4424174,0.8359006),(0.4258092,0.8233495),(0.4216311,0.8233495),(0.4258092,0.8275473),(0.4216312,0.8275473),(0.4174434,0.8233495),(0.4132456,0.8233495),(0.4174434,0.8275473),(0.4132456,0.8275473),(0.4216312,0.8317337),(0.4174434,0.8317337),(0.4132456,0.8317337),(0.4174434,0.8359006),(0.4132456,0.8359006),(0.4216312,0.8359006),(0.4258092,0.8317337),(0.4258092,0.8359006),(0.4090372,0.8233495),(0.4048201,0.8233495),(0.4090372,0.8275473),(0.4048201,0.8275473),(0.4005963,0.8233495),(0.3963675,0.8233495),(0.3963675,0.8275473),(0.4005963,0.8275473),(0.4005963,0.8317337),(0.4048201,0.8317337),(0.3963675,0.8317337),(0.3963675,0.8359006),(0.4005963,0.8359006),(0.4048201,0.8359006),(0.4090372,0.8317337),(0.4090372,0.8359006),(0.3921357,0.8233495),(0.3879012,0.8233495),(0.3879012,0.8275473),(0.3921357,0.8275473),(0.3836642,0.8233495),(0.3794248,0.8233495),(0.3794249,0.8275473),(0.3836642,0.8275473),(0.3836642,0.8317337),(0.3879012,0.8317337),(0.3794248,0.8317337),(0.3794248,0.8359006),(0.3836642,0.8359006),(0.3879012,0.8359006),(0.3921357,0.8317337),(0.3921357,0.8359006),(0.3751834,0.8233495),(0.3709441,0.8233495),(0.3709441,0.8275473),(0.3751834,0.8275473),(0.3667112,0.8233495),(0.3624887,0.8233495),(0.3624887,0.8275473),(0.3667112,0.8275473),(0.3667112,0.8317337),(0.3709442,0.8317337),(0.3624887,0.8317337),(0.3624887,0.8359006),(0.3667112,0.8359006),(0.3709441,0.8359006),(0.3751834,0.8317337),(0.3751834,0.8359006),(0.358281,0.8233495),(0.3540821,0.8233495),(0.358281,0.8275473),(0.3540821,0.8275473),(0.3498864,0.8233495),(0.3456882,0.8233495),(0.3456882,0.8275473),(0.3498864,0.8275473),(0.3498864,0.8317337),(0.3540821,0.8317337),(0.3456882,0.8317337),(0.3456882,0.8359006),(0.3498864,0.8359006),(0.3540821,0.8359006),(0.3582809,0.8317337),(0.358281,0.8359006),(0.3414817,0.8233495),(0.3372694,0.8233495),(0.3372695,0.8275473),(0.3414817,0.8275473),(0.3330541,0.8233495),(0.3288383,0.8233495),(0.3330541,0.8275473),(0.3288383,0.8275473),(0.3330541,0.8317337),(0.3372695,0.8317337),(0.3288383,0.8317337),(0.3288383,0.8359006),(0.3330541,0.8359006),(0.3372695,0.8359006),(0.3414817,0.8317337),(0.3414817,0.8359006),(0.3246247,0.8233495),(0.3204179,0.8233495),(0.3246247,0.8275473),(0.3204179,0.8275473),(0.3162228,0.8233495),(0.3120441,0.8233495),(0.3162228,0.8275473),(0.3120441,0.8275473),(0.3204179,0.8317337),(0.3162228,0.8317337),(0.3120441,0.8317337),(0.3162228,0.8359006),(0.3120441,0.8359006),(0.3204179,0.8359006),(0.3246247,0.8317337),(0.3246247,0.8359006),(0.3078868,0.8233495),(0.3037427,0.8233495),(0.3078868,0.8275473),(0.3037427,0.8275473),(0.2996041,0.8233495),(0.2954631,0.8233495),(0.2996041,0.8275473),(0.2954631,0.8275473),(0.3037428,0.8317337),(0.2996041,0.8317337),(0.2954631,0.8317337),(0.2996041,0.8359006),(0.2954631,0.8359006),(0.3037427,0.8359006),(0.3078868,0.8317337),(0.3078868,0.8359006),(0.2913116,0.8233495),(0.2871543,0.8233495),(0.2913116,0.8275473),(0.2871543,0.8275473),(0.2829956,0.8233495),(0.2788399,0.8233495),(0.2829956,0.8275473),(0.2788399,0.8275473),(0.2871543,0.8317337),(0.2829956,0.8317337),(0.2788399,0.8317337),(0.2829956,0.8359006),(0.2788399,0.8359006),(0.2871543,0.8359006),(0.2913116,0.8317337),(0.2913116,0.8359006),(0.2746918,0.8233495),(0.2705556,0.8233495),(0.2746918,0.8275473),(0.2705556,0.8275473),(0.2664356,0.8233495),(0.262336,0.8233495),(0.2664356,0.8275473),(0.262336,0.8275473),(0.2705556,0.8317337),(0.2664356,0.8317337),(0.262336,0.8317337),(0.2664356,0.8359006),(0.262336,0.8359006),(0.2705556,0.8359006),(0.2746918,0.8317337),(0.2746918,0.8359006),(0.2582613,0.8233495),(0.254209,0.8233495),(0.2582613,0.8275473),(0.254209,0.8275473),(0.2501769,0.8233495),(0.2461624,0.8233495),(0.2501769,0.8275473),(0.2461624,0.8275473),(0.254209,0.8317337),(0.2501769,0.8317337),(0.2461624,0.8317337),(0.2501769,0.8359006),(0.2461624,0.8359006),(0.254209,0.8359006),(0.2582613,0.8317337),(0.2582613,0.8359006),(0.2421634,0.8233495),(0.238164,0.8233495),(0.2421634,0.8275473),(0.238164,0.8275473),(0.2341487,0.8233495),(0.2301017,0.8233495),(0.2341487,0.8275473),(0.2301017,0.8275473),(0.238164,0.8317337),(0.2341487,0.8317337),(0.2301017,0.8317337),(0.2341487,0.8359006),(0.2301017,0.8359006),(0.238164,0.8359006),(0.2421634,0.8317337),(0.2421634,0.8359006),(0.2260074,0.8233495),(0.2218787,0.8233495),(0.2260074,0.8275473),(0.2218787,0.8275473),(0.2177283,0.8233495),(0.2135691,0.8233495),(0.2177283,0.8275473),(0.2135692,0.8275473),(0.2218787,0.8317337),(0.2177283,0.8317337),(0.2135691,0.8317337),(0.2177283,0.8359006),(0.2135692,0.8359006),(0.2218787,0.8359006),(0.2260074,0.8317337),(0.2260074,0.8359006),(0.2094141,0.8233495),(0.2052627,0.8233495),(0.2094141,0.8275473),(0.2052627,0.8275473),(0.2011147,0.8233495),(0.1969699,0.8233495),(0.2011147,0.8275473),(0.1969699,0.8275473),(0.2052627,0.8317337),(0.2011147,0.8317337),(0.1969699,0.8317337),(0.2011147,0.8359006),(0.1969699,0.8359006),(0.2052627,0.8359006),(0.2094141,0.8317337),(0.2094141,0.8359006),(0.1928277,0.8233495),(0.1886888,0.8233495),(0.1928277,0.8275473),(0.1886888,0.8275473),(0.1845533,0.8233495),(0.1804218,0.8233495),(0.1845533,0.8275473),(0.1804218,0.8275473),(0.1886888,0.8317337),(0.1845533,0.8317337),(0.1804218,0.8317337),(0.1845533,0.8359006),(0.1804218,0.8359006),(0.1886888,0.8359006),(0.1928277,0.8317337),(0.1928277,0.8359006),(0.1762946,0.8233495),(0.1721701,0.8233495),(0.1762946,0.8275473),(0.1721701,0.8275473),(0.1680468,0.8233495),(0.163923,0.8233495),(0.1680468,0.8275473),(0.163923,0.8275473),(0.1721701,0.8317337),(0.1680468,0.8317337),(0.163923,0.8317337),(0.1680468,0.8359006),(0.163923,0.8359006),(0.1721701,0.8359006),(0.1762946,0.8317337),(0.1762946,0.8359006),(0.1597973,0.8233495),(0.1556691,0.8233495),(0.1556691,0.8275473),(0.1597973,0.8275473),(0.1515382,0.8233495),(0.1474041,0.8233495),(0.1474041,0.8275473),(0.1515382,0.8275473),(0.1515382,0.8317337),(0.1556691,0.8317337),(0.1474041,0.8317337),(0.1474041,0.8359006),(0.1515382,0.8359006),(0.1556691,0.8359006),(0.1597973,0.8317337),(0.1597973,0.8359006),(0.1432664,0.8233495),(0.1391259,0.8233495),(0.1391259,0.8275473),(0.1432664,0.8275473),(0.134983,0.8233495),(0.1308385,0.8233495),(0.1308385,0.8275473),(0.134983,0.8275473),(0.134983,0.8317337),(0.1391259,0.8317337),(0.1308385,0.8317337),(0.1308385,0.8359006),(0.134983,0.8359006),(0.1391259,0.8359006),(0.1432664,0.8317337),(0.1432664,0.8359006),(0.126693,0.8233495),(0.12255,0.8233495),(0.12255,0.8275473),(0.126693,0.8275473),(0.1184131,0.8233495),(0.1142857,0.8233495),(0.1142857,0.8275473),(0.1184131,0.8275473),(0.1184131,0.8317337),(0.12255,0.8317337),(0.1142857,0.8317337),(0.1142857,0.8359006),(0.1184131,0.8359006),(0.12255,0.8359006),(0.126693,0.8317337),(0.126693,0.8359006),(0.1101713,0.8233495),(0.1060752,0.8233495),(0.1060752,0.8275473),(0.1101713,0.8275473),(0.1020023,0.8233495),(0.09795791,0.8233495),(0.09795791,0.8275473),(0.1020023,0.8275473),(0.1020023,0.8317337),(0.1060752,0.8317337),(0.09795791,0.8317337),(0.09795791,0.8359006),(0.1020023,0.8359006),(0.1060752,0.8359006),(0.1101713,0.8317337),(0.1101713,0.8359006),(0.09394707,0.8233495),(0.08994583,0.8233495),(0.09394707,0.8275473),(0.08994584,0.8275473),(0.08593026,0.8233495),(0.08187638,0.8233495),(0.08593025,0.8275473),(0.08187637,0.8275473),(0.08994584,0.8317337),(0.08593026,0.8317337),(0.08187638,0.8317337),(0.08593026,0.8359006),(0.08187638,0.8359006),(0.08994584,0.8359006),(0.09394707,0.8317337),(0.09394707,0.8359006),(0.07776025,0.8233495),(0.07361087,0.8233495),(0.07776025,0.8275473),(0.07361087,0.8275473),(0.06945725,0.8233495),(0.06532837,0.8233495),(0.06945725,0.8275473),(0.06532837,0.8275473),(0.07361087,0.8317337),(0.06945725,0.8317337),(0.06532837,0.8317337),(0.06945725,0.8359006),(0.06532837,0.8359006),(0.07361087,0.8359006),(0.07776025,0.8317337),(0.07776025,0.8359006),(0.06125325,0.8233495),(0.05721605,0.8233495),(0.06125325,0.8275473),(0.05721604,0.8275473),(0.05320094,0.8233495),(0.0491921,0.8233495),(0.05320094,0.8275473),(0.04919209,0.8275473),(0.05721605,0.8317337),(0.05320094,0.8317337),(0.0491921,0.8317337),(0.05320094,0.8359006),(0.04919209,0.8359006),(0.05721605,0.8359006),(0.06125325,0.8317337),(0.06125325,0.8359006),(0.04517369,0.8233495),(0.04115105,0.8233495),(0.04517369,0.8275473),(0.04115105,0.8275473),(0.0371295,0.8233495),(0.03311438,0.8233495),(0.0371295,0.8275473),(0.03311437,0.8275473),(0.04115105,0.8317337),(0.0371295,0.8317337),(0.03311438,0.8317337),(0.0371295,0.8359006),(0.03311438,0.8359006),(0.04115105,0.8359006),(0.04517369,0.8317337),(0.04517369,0.8359006),(0.029111,0.8233495),(0.02511186,0.8233495),(0.029111,0.8275473),(0.02511186,0.8275473),(0.02110944,0.8233495),(0.01709622,0.8233495),(0.02110944,0.8275473),(0.01709622,0.8275473),(0.02511186,0.8317337),(0.02110944,0.8317337),(0.01709622,0.8317337),(0.02110944,0.8359006),(0.01709622,0.8359006),(0.02511186,0.8359006),(0.029111,0.8317337),(0.029111,0.8359006),(0.01306469,0.8233495),(0.009019421,0.8233489),(0.01306469,0.8275473),(0.009019421,0.827548),(0.004965,0.823347),(0.000906,0.8233445),(0.004965,0.8275502),(0.000906,0.827553),(0.009019421,0.8317372),(0.004965,0.8317477),(0.000906,0.8317615),(0.004965,0.8359214),(0.000906,0.83597),(0.009019421,0.8359058),(0.01306469,0.8317337),(0.01306469,0.8359006),(0.9951518,0.8400536),(0.999094,0.8400675),(0.9912093,0.8400432),(0.9912093,0.8441589),(0.9951518,0.8441615),(0.999094,0.844165),(0.9872664,0.8400397),(0.983323,0.8400397),(0.983323,0.8441581),(0.9872664,0.8441581),(0.9872664,0.8482624),(0.9912093,0.8482624),(0.983323,0.8482624),(0.983323,0.8523598),(0.9872664,0.8523598),(0.9912093,0.8523598),(0.9951518,0.8482624),(0.999094,0.8482625),(0.9951518,0.8523599),(0.999094,0.85236),(0.9793787,0.8400397),(0.9754275,0.8400397),(0.9754274,0.8441581),(0.9793787,0.8441581),(0.9714631,0.8400397),(0.9674796,0.8400397),(0.9674796,0.8441581),(0.9714631,0.8441581),(0.9714631,0.8482624),(0.9754274,0.8482624),(0.9674796,0.8482624),(0.9674796,0.8523598),(0.9714631,0.8523598),(0.9754274,0.8523598),(0.9793787,0.8482624),(0.9793787,0.8523598),(0.9634706,0.8400397),(0.9594426,0.8400397),(0.9594426,0.8441581),(0.9634707,0.8441581),(0.9554016,0.8400397),(0.9513539,0.8400397),(0.9513539,0.8441581),(0.9554016,0.8441581),(0.9554016,0.8482624),(0.9594426,0.8482624),(0.9513539,0.8482624),(0.9513539,0.8523598),(0.9554016,0.8523598),(0.9594425,0.8523598),(0.9634707,0.8482624),(0.9634706,0.8523598),(0.9473058,0.8400397),(0.9432498,0.8400397),(0.9432497,0.8441581),(0.9473058,0.8441581),(0.9391782,0.8400397),(0.9350839,0.8400397),(0.9350839,0.8441581),(0.9391783,0.8441581),(0.9391782,0.8482624),(0.9432497,0.8482624),(0.9350839,0.8482624),(0.9350839,0.8523598),(0.9391783,0.8523598),(0.9432497,0.8523598),(0.9473058,0.8482624),(0.9473058,0.8523598),(0.930959,0.8400397),(0.9268106,0.8400397),(0.9268106,0.8441581),(0.930959,0.8441581),(0.9226453,0.8400397),(0.9184701,0.8400397),(0.9184701,0.8441581),(0.9226453,0.8441581),(0.9226453,0.8482624),(0.9268106,0.8482624),(0.9184701,0.8482624),(0.9184701,0.8523598),(0.9226453,0.8523598),(0.9268106,0.8523598),(0.930959,0.8482624),(0.930959,0.8523598),(0.9142919,0.8400397),(0.910111,0.8400397),(0.9101109,0.8441581),(0.9142919,0.8441581),(0.9059278,0.8400397),(0.9017429,0.8400397),(0.9017429,0.8441581),(0.9059278,0.8441581),(0.9059278,0.8482624),(0.910111,0.8482624),(0.9017429,0.8482624),(0.9017428,0.8523598),(0.9059278,0.8523598),(0.9101109,0.8523598),(0.9142919,0.8482624),(0.9142919,0.8523598),(0.8975567,0.8400397),(0.8933688,0.8400397),(0.8933688,0.8441581),(0.8975567,0.8441581),(0.8891787,0.8400397),(0.8849859,0.8400397),(0.8849859,0.8441581),(0.8891788,0.8441581),(0.8891787,0.8482624),(0.8933688,0.8482624),(0.8849859,0.8482624),(0.8849859,0.8523598),(0.8891788,0.8523598),(0.8933688,0.8523598),(0.8975567,0.8482624),(0.8975567,0.8523598),(0.8807898,0.8400397),(0.8765806,0.8400397),(0.8765807,0.8441581),(0.8807898,0.8441581),(0.8723488,0.8400397),(0.8680845,0.8400397),(0.8680845,0.8441581),(0.8723488,0.8441581),(0.8723488,0.8482624),(0.8765806,0.8482624),(0.8680845,0.8482624),(0.8680845,0.8523598),(0.8723488,0.8523598),(0.8765806,0.8523598),(0.8807898,0.8482624),(0.8807898,0.8523598),(0.8637781,0.8400397),(0.8594491,0.8400397),(0.8594491,0.8441581),(0.8637781,0.8441581),(0.8551173,0.8400397),(0.8508024,0.8400397),(0.8508024,0.8441581),(0.8551173,0.8441581),(0.8551173,0.8482624),(0.8594491,0.8482624),(0.8508024,0.8482624),(0.8508024,0.8523598),(0.8551173,0.8523598),(0.859449,0.8523598),(0.8637781,0.8482624),(0.8637781,0.8523598),(0.846524,0.8400397),(0.8422731,0.8400397),(0.8422731,0.8441581),(0.846524,0.8441581),(0.8380403,0.8400397),(0.8338165,0.8400397),(0.8338165,0.8441581),(0.8380403,0.8441581),(0.8380403,0.8482624),(0.8422731,0.8482624),(0.8338165,0.8482624),(0.8338165,0.8523598),(0.8380404,0.8523598),(0.8422731,0.8523598),(0.846524,0.8482624),(0.846524,0.8523598),(0.8295926,0.8400397),(0.8253628,0.8400397),(0.8253628,0.8441581),(0.8295926,0.8441581),(0.8211217,0.8400397),(0.8168637,0.8400397),(0.8168637,0.8441581),(0.8211217,0.8441581),(0.8211217,0.8482624),(0.8253628,0.8482624),(0.8168637,0.8482624),(0.8168637,0.8523598),(0.8211217,0.8523598),(0.8253628,0.8523598),(0.8295926,0.8482624),(0.8295926,0.8523598),(0.8125832,0.8400397),(0.8082899,0.8400397),(0.8082899,0.8441581),(0.8125832,0.8441581),(0.8039935,0.8400397),(0.7997035,0.8400397),(0.7997035,0.8441581),(0.8039935,0.8441581),(0.8039935,0.8482624),(0.8082899,0.8482624),(0.7997035,0.8482624),(0.7997035,0.8523598),(0.8039935,0.8523598),(0.8082899,0.8523598),(0.8125832,0.8482624),(0.8125832,0.8523598),(0.7954297,0.8400397),(0.7911757,0.8400397),(0.7911757,0.8441581),(0.7954297,0.8441581),(0.7869452,0.8400397),(0.7827417,0.8400397),(0.7827417,0.8441581),(0.7869452,0.8441581),(0.7869452,0.8482624),(0.7911757,0.8482624),(0.7827417,0.8482624),(0.7827417,0.8523598),(0.7869452,0.8523598),(0.7911757,0.8523598),(0.7954297,0.8482624),(0.7954297,0.8523598),(0.7785689,0.8400397),(0.7744211,0.8400397),(0.7744212,0.8441581),(0.7785689,0.8441581),(0.7702925,0.8400397),(0.7661775,0.8400397),(0.7661775,0.8441581),(0.7702925,0.8441581),(0.7702925,0.8482624),(0.7744212,0.8482624),(0.7661775,0.8482624),(0.7661775,0.8523598),(0.7702925,0.8523598),(0.7744212,0.8523598),(0.778569,0.8482624),(0.778569,0.8523598),(0.7620703,0.8400397),(0.757961,0.8400397),(0.757961,0.8441581),(0.7620703,0.8441581),(0.7538399,0.8400397),(0.7496969,0.8400397),(0.7496969,0.8441581),(0.7538399,0.8441581),(0.7538399,0.8482624),(0.757961,0.8482624),(0.7496969,0.8482624),(0.7496969,0.8523598),(0.7538399,0.8523598),(0.757961,0.8523598),(0.7620703,0.8482624),(0.7620703,0.8523598),(0.7455223,0.8400397),(0.7413244,0.8400397),(0.7413245,0.8441581),(0.7455223,0.8441581),(0.7371117,0.8400397),(0.7328922,0.8400397),(0.7328923,0.8441581),(0.7371117,0.8441581),(0.7371117,0.8482624),(0.7413245,0.8482624),(0.7328922,0.8482624),(0.7328922,0.8523598),(0.7371117,0.8523598),(0.7413245,0.8523598),(0.7455223,0.8482624),(0.7455223,0.8523598),(0.7286744,0.8400397),(0.7244572,0.8400397),(0.7244572,0.8441581),(0.7286744,0.8441581),(0.7202395,0.8400397),(0.71602,0.8400397),(0.71602,0.8441581),(0.7202395,0.8441581),(0.7202395,0.8482624),(0.7244572,0.8482624),(0.71602,0.8482624),(0.71602,0.8523598),(0.7202394,0.8523598),(0.7244572,0.8523598),(0.7286744,0.8482624),(0.7286744,0.8523598),(0.7117977,0.8400397),(0.7075742,0.8400397),(0.7075742,0.8441581),(0.7117977,0.8441581),(0.7033514,0.8400397),(0.6991307,0.8400397),(0.6991307,0.8441581),(0.7033514,0.8441581),(0.7033514,0.8482624),(0.7075742,0.8482624),(0.6991307,0.8482624),(0.6991307,0.8523598),(0.7033514,0.8523598),(0.7075742,0.8523598),(0.7117977,0.8482624),(0.7117977,0.8523598),(0.6949139,0.8400397),(0.6906992,0.8400397),(0.6906992,0.8441581),(0.6949139,0.8441581),(0.6864849,0.8400397),(0.6822694,0.8400397),(0.6822693,0.8441581),(0.6864849,0.8441581),(0.6864849,0.8482624),(0.6906992,0.8482624),(0.6822694,0.8482624),(0.6822693,0.8523598),(0.6864849,0.8523598),(0.6906992,0.8523598),(0.6949139,0.8482624),(0.6949139,0.8523598),(0.6780508,0.8400397),(0.6738272,0.8400397),(0.6738272,0.8441581),(0.6780507,0.8441581),(0.6695971,0.8400397),(0.6653587,0.8400397),(0.6695971,0.8441581),(0.6653587,0.8441581),(0.6695971,0.8482624),(0.6738272,0.8482624),(0.6653587,0.8482624),(0.6695971,0.8523598),(0.6653587,0.8523598),(0.6738272,0.8523598),(0.6780508,0.8482624),(0.6780507,0.8523598),(0.6611102,0.8400397),(0.6568571,0.8400397),(0.6611102,0.8441581),(0.6568571,0.8441581),(0.6526053,0.8400397),(0.6483604,0.8400397),(0.6526054,0.8441581),(0.6483604,0.8441581),(0.6568571,0.8482624),(0.6526054,0.8482624),(0.6483604,0.8482624),(0.6526053,0.8523598),(0.6483604,0.8523598),(0.6568571,0.8523598),(0.6611102,0.8482624),(0.6611102,0.8523598),(0.6441281,0.8400397),(0.6399043,0.8400397),(0.6441281,0.8441581),(0.6399043,0.8441581),(0.635685,0.8400397),(0.6314663,0.8400397),(0.635685,0.8441581),(0.6314663,0.8441581),(0.6399043,0.8482624),(0.635685,0.8482624),(0.6314663,0.8482624),(0.635685,0.8523598),(0.6314663,0.8523598),(0.6399043,0.8523598),(0.6441281,0.8482624),(0.6441281,0.8523598),(0.627244,0.8400397),(0.6230208,0.8400397),(0.627244,0.8441581),(0.6230209,0.8441581),(0.6187993,0.8400397),(0.6145822,0.8400397),(0.6145822,0.8441581),(0.6187993,0.8441581),(0.6230208,0.8482624),(0.6187993,0.8482624),(0.6145822,0.8482624),(0.6145822,0.8523598),(0.6187993,0.8523598),(0.6230209,0.8523598),(0.627244,0.8482624),(0.627244,0.8523598),(0.6103719,0.8400397),(0.6061606,0.8400397),(0.6061606,0.8441581),(0.6103719,0.8441581),(0.6019406,0.8400397),(0.5977041,0.8400397),(0.5977041,0.8441581),(0.6019406,0.8441581),(0.6019406,0.8482624),(0.6061606,0.8482624),(0.5977041,0.8482624),(0.5977041,0.8523598),(0.6019406,0.8523598),(0.6061606,0.8523598),(0.6103719,0.8482624),(0.6103719,0.8523598),(0.5934432,0.8400397),(0.589169,0.8400397),(0.589169,0.8441581),(0.5934432,0.8441581),(0.5848927,0.8400397),(0.5806257,0.8400397),(0.5806257,0.8441581),(0.5848927,0.8441581),(0.5848927,0.8482624),(0.589169,0.8482624),(0.5806257,0.8482624),(0.5806257,0.8523598),(0.5848927,0.8523598),(0.589169,0.8523598),(0.5934432,0.8482624),(0.5934432,0.8523598),(0.5763788,0.8400397),(0.572147,0.8400397),(0.572147,0.8441581),(0.5763788,0.8441581),(0.567925,0.8400397),(0.5637077,0.8400397),(0.5637077,0.8441581),(0.567925,0.8441581),(0.567925,0.8482624),(0.572147,0.8482624),(0.5637077,0.8482624),(0.5637077,0.8523598),(0.567925,0.8523598),(0.572147,0.8523598),(0.5763788,0.8482624),(0.5763788,0.8523598),(0.55949,0.8400397),(0.5552715,0.8400397),(0.5552715,0.8441581),(0.55949,0.8441581),(0.5510522,0.8400397),(0.5468317,0.8400397),(0.5468317,0.8441581),(0.5510522,0.8441581),(0.5510522,0.8482624),(0.5552715,0.8482624),(0.5468317,0.8482624),(0.5468317,0.8523598),(0.5510522,0.8523598),(0.5552715,0.8523598),(0.55949,0.8482624),(0.55949,0.8523598),(0.5426099,0.8400397),(0.5383899,0.8400397),(0.5383899,0.8441581),(0.5426099,0.8441581),(0.5341746,0.8400397),(0.5299669,0.8400397),(0.5299669,0.8441581),(0.5341746,0.8441581),(0.5341746,0.8482624),(0.5383899,0.8482624),(0.5299669,0.8482624),(0.529967,0.8523598),(0.5341746,0.8523598),(0.5383899,0.8523598),(0.5426099,0.8482624),(0.5426099,0.8523598),(0.52577,0.8400397),(0.5215818,0.8400397),(0.52577,0.8441581),(0.5215818,0.8441581),(0.5174,0.8400397),(0.5132228,0.8400397),(0.5174,0.8441581),(0.5132228,0.8441581),(0.5215818,0.8482624),(0.5174,0.8482624),(0.5132228,0.8482624),(0.5174,0.8523598),(0.5132228,0.8523598),(0.5215818,0.8523598),(0.52577,0.8482624),(0.52577,0.8523598),(0.5090478,0.8400397),(0.5048727,0.8400397),(0.5090478,0.8441581),(0.5048727,0.8441581),(0.5006949,0.8400397),(0.4965119,0.8400397),(0.4965119,0.8441581),(0.5006949,0.8441581),(0.5048727,0.8482624),(0.5006949,0.8482624),(0.4965119,0.8482624),(0.4965119,0.8523598),(0.5006949,0.8523598),(0.5048727,0.8523598),(0.5090478,0.8482624),(0.5090478,0.8523598),(0.4923214,0.8400397),(0.4881234,0.8400397),(0.4881234,0.8441581),(0.4923214,0.8441581),(0.4839184,0.8400397),(0.4797065,0.8400397),(0.4797065,0.8441581),(0.4839184,0.8441581),(0.4839184,0.8482624),(0.4881234,0.8482624),(0.4797065,0.8482624),(0.4797064,0.8523598),(0.4839184,0.8523598),(0.4881234,0.8523598),(0.4923214,0.8482624),(0.4923214,0.8523598),(0.4754879,0.8400397),(0.4712752,0.8400397),(0.4712752,0.8441581),(0.4754879,0.8441581),(0.4670808,0.8400397),(0.4629171,0.8400397),(0.4629171,0.8441581),(0.4670808,0.8441581),(0.4670808,0.8482624),(0.4712752,0.8482624),(0.4629171,0.8482624),(0.4629171,0.8523598),(0.4670808,0.8523598),(0.4712752,0.8523598),(0.4754879,0.8482624),(0.4754879,0.8523598),(0.4587967,0.8400397),(0.4547031,0.8400397),(0.4547031,0.8441581),(0.4587967,0.8441581),(0.4506197,0.8400397),(0.44653,0.8400397),(0.4506197,0.8441581),(0.44653,0.8441581),(0.4547031,0.8482624),(0.4506197,0.8482624),(0.44653,0.8482624),(0.44653,0.8523598),(0.4506197,0.8523598),(0.4547031,0.8523598),(0.4587967,0.8482624),(0.4587967,0.8523598),(0.4424174,0.8400397),(0.4382856,0.8400397),(0.4424174,0.8441581),(0.4382856,0.8441581),(0.4341379,0.8400397),(0.429978,0.8400397),(0.429978,0.8441581),(0.4341379,0.8441581),(0.4341379,0.8482624),(0.4382856,0.8482624),(0.429978,0.8482624),(0.429978,0.8523598),(0.4341379,0.8523598),(0.4382856,0.8523598),(0.4424174,0.8482624),(0.4424174,0.8523598),(0.4258092,0.8400397),(0.4216311,0.8400397),(0.4216312,0.8441581),(0.4258092,0.8441581),(0.4174434,0.8400397),(0.4132456,0.8400397),(0.4174434,0.8441581),(0.4132456,0.8441581),(0.4174434,0.8482624),(0.4216312,0.8482624),(0.4132456,0.8482624),(0.4132456,0.8523598),(0.4174434,0.8523598),(0.4216312,0.8523598),(0.4258092,0.8482624),(0.4258092,0.8523598),(0.4090372,0.8400397),(0.4048201,0.8400397),(0.4048201,0.8441581),(0.4090372,0.8441581),(0.4005963,0.8400397),(0.3963675,0.8400397),(0.3963675,0.8441581),(0.4005963,0.8441581),(0.4005963,0.8482624),(0.4048201,0.8482624),(0.3963675,0.8482624),(0.3963675,0.8523598),(0.4005963,0.8523598),(0.4048201,0.8523598),(0.4090372,0.8482624),(0.4090372,0.8523598),(0.3921357,0.8400397),(0.3879012,0.8400397),(0.3879012,0.8441581),(0.3921357,0.8441581),(0.3836642,0.8400397),(0.3794248,0.8400397),(0.3794249,0.8441581),(0.3836642,0.8441581),(0.3836642,0.8482624),(0.3879012,0.8482624),(0.3794248,0.8482624),(0.3794248,0.8523598),(0.3836642,0.8523598),(0.3879012,0.8523598),(0.3921357,0.8482624),(0.3921357,0.8523598),(0.3751834,0.8400397),(0.3709441,0.8400397),(0.3709441,0.8441581),(0.3751834,0.8441581),(0.3667112,0.8400397),(0.3624887,0.8400397),(0.3624887,0.8441581),(0.3667112,0.8441581),(0.3667112,0.8482624),(0.3709442,0.8482624),(0.3624887,0.8482624),(0.3624887,0.8523598),(0.3667112,0.8523598),(0.3709441,0.8523598),(0.3751834,0.8482624),(0.3751834,0.8523598),(0.358281,0.8400397),(0.3540821,0.8400397),(0.358281,0.8441581),(0.3540821,0.8441581),(0.3498864,0.8400397),(0.3456882,0.8400397),(0.3456882,0.8441581),(0.3498864,0.8441581),(0.3498864,0.8482624),(0.3540821,0.8482624),(0.3456882,0.8482624),(0.3456882,0.8523598),(0.3498864,0.8523598),(0.3540821,0.8523598),(0.3582809,0.8482624),(0.358281,0.8523598),(0.3414817,0.8400397),(0.3372694,0.8400397),(0.3372695,0.8441581),(0.3414817,0.8441581),(0.3330541,0.8400397),(0.3288383,0.8400397),(0.3288383,0.8441581),(0.3330541,0.8441581),(0.3330541,0.8482624),(0.3372695,0.8482624),(0.3288383,0.8482624),(0.3288383,0.8523598),(0.3330541,0.8523598),(0.3372695,0.8523598),(0.3414817,0.8482624),(0.3414817,0.8523598),(0.3246247,0.8400397),(0.3204179,0.8400397),(0.3246247,0.8441581),(0.3204179,0.8441581),(0.3162228,0.8400397),(0.3120441,0.8400397),(0.3162228,0.8441581),(0.3120441,0.8441581),(0.3204179,0.8482624),(0.3162228,0.8482624),(0.3120441,0.8482624),(0.3162228,0.8523598),(0.3120441,0.8523598),(0.3204179,0.8523598),(0.3246247,0.8482624),(0.3246247,0.8523598),(0.3078868,0.8400397),(0.3037427,0.8400397),(0.3078868,0.8441581),(0.3037427,0.8441581),(0.2996041,0.8400397),(0.2954631,0.8400397),(0.2996041,0.8441581),(0.2954631,0.8441581),(0.3037428,0.8482624),(0.2996041,0.8482624),(0.2954631,0.8482624),(0.2996041,0.8523598),(0.2954631,0.8523598),(0.3037427,0.8523598),(0.3078868,0.8482624),(0.3078868,0.8523598),(0.2913116,0.8400397),(0.2871543,0.8400397),(0.2913116,0.8441581),(0.2871543,0.8441581),(0.2829956,0.8400397),(0.2788399,0.8400397),(0.2829956,0.8441581),(0.2788399,0.8441581),(0.2871543,0.8482624),(0.2829956,0.8482624),(0.2788399,0.8482624),(0.2829956,0.8523598),(0.2788399,0.8523598),(0.2871543,0.8523598),(0.2913116,0.8482624),(0.2913116,0.8523598),(0.2746918,0.8400397),(0.2705556,0.8400397),(0.2746918,0.8441581),(0.2705556,0.8441581),(0.2664356,0.8400397),(0.262336,0.8400397),(0.2664356,0.8441581),(0.262336,0.8441581),(0.2705556,0.8482624),(0.2664356,0.8482624),(0.262336,0.8482624),(0.2664356,0.8523598),(0.262336,0.8523598),(0.2705556,0.8523598),(0.2746918,0.8482624),(0.2746918,0.8523598),(0.2582613,0.8400397),(0.254209,0.8400397),(0.2582613,0.8441581),(0.254209,0.8441581),(0.2501769,0.8400397),(0.2461624,0.8400397),(0.2501769,0.8441581),(0.2461624,0.8441581),(0.254209,0.8482624),(0.2501769,0.8482624),(0.2461624,0.8482624),(0.2501769,0.8523598),(0.2461624,0.8523598),(0.254209,0.8523598),(0.2582613,0.8482624),(0.2582613,0.8523598),(0.2421634,0.8400397),(0.238164,0.8400397),(0.2421634,0.8441581),(0.238164,0.8441581),(0.2341487,0.8400397),(0.2301017,0.8400397),(0.2341487,0.8441581),(0.2301017,0.8441581),(0.238164,0.8482624),(0.2341487,0.8482624),(0.2301017,0.8482624),(0.2341487,0.8523598),(0.2301017,0.8523598),(0.238164,0.8523598),(0.2421634,0.8482624),(0.2421634,0.8523598),(0.2260074,0.8400397),(0.2218787,0.8400397),(0.2260074,0.8441581),(0.2218787,0.8441581),(0.2177283,0.8400397),(0.2135691,0.8400397),(0.2177283,0.8441581),(0.2135692,0.8441581),(0.2218787,0.8482624),(0.2177283,0.8482624),(0.2135691,0.8482624),(0.2177283,0.8523598),(0.2135692,0.8523598),(0.2218787,0.8523598),(0.2260074,0.8482624),(0.2260074,0.8523598),(0.2094141,0.8400397),(0.2052627,0.8400397),(0.2094141,0.8441581),(0.2052627,0.8441581),(0.2011147,0.8400397),(0.1969699,0.8400397),(0.2011147,0.8441581),(0.1969699,0.8441581),(0.2052627,0.8482624),(0.2011147,0.8482624),(0.1969699,0.8482624),(0.2011147,0.8523598),(0.1969699,0.8523598),(0.2052627,0.8523598),(0.2094141,0.8482624),(0.2094141,0.8523598),(0.1928277,0.8400397),(0.1886888,0.8400397),(0.1928277,0.8441581),(0.1886888,0.8441581),(0.1845533,0.8400397),(0.1804218,0.8400397),(0.1804218,0.8441581),(0.1845533,0.8441581),(0.1845533,0.8482624),(0.1886888,0.8482624),(0.1804218,0.8482624),(0.1804218,0.8523598),(0.1845533,0.8523598),(0.1886888,0.8523598),(0.1928277,0.8482624),(0.1928277,0.8523598),(0.1762946,0.8400397),(0.1721701,0.8400397),(0.1721701,0.8441581),(0.1762946,0.8441581),(0.1680468,0.8400397),(0.163923,0.8400397),(0.163923,0.8441581),(0.1680468,0.8441581),(0.1680468,0.8482624),(0.1721701,0.8482624),(0.163923,0.8482624),(0.163923,0.8523598),(0.1680468,0.8523598),(0.1721701,0.8523598),(0.1762946,0.8482624),(0.1762946,0.8523598),(0.1597973,0.8400397),(0.1556691,0.8400397),(0.1556691,0.8441581),(0.1597973,0.8441581),(0.1515382,0.8400397),(0.1474041,0.8400397),(0.1474041,0.8441581),(0.1515382,0.8441581),(0.1515382,0.8482624),(0.1556691,0.8482624),(0.1474041,0.8482624),(0.1474041,0.8523598),(0.1515382,0.8523598),(0.1556691,0.8523598),(0.1597973,0.8482624),(0.1597973,0.8523598),(0.1432664,0.8400397),(0.1391259,0.8400397),(0.1391259,0.8441581),(0.1432664,0.8441581),(0.134983,0.8400397),(0.1308385,0.8400397),(0.1308385,0.8441581),(0.134983,0.8441581),(0.134983,0.8482624),(0.1391259,0.8482624),(0.1308385,0.8482624),(0.1308385,0.8523598),(0.134983,0.8523598),(0.1391259,0.8523598),(0.1432664,0.8482624),(0.1432664,0.8523598),(0.126693,0.8400397),(0.12255,0.8400397),(0.12255,0.8441581),(0.126693,0.8441581),(0.1184131,0.8400397),(0.1142857,0.8400397),(0.1142857,0.8441581),(0.1184131,0.8441581),(0.12255,0.8482624),(0.1184131,0.8482624),(0.1142857,0.8482624),(0.1184131,0.8523598),(0.1142857,0.8523598),(0.12255,0.8523598),(0.126693,0.8482624),(0.126693,0.8523598),(0.1101713,0.8400397),(0.1060752,0.8400397),(0.1101713,0.8441581),(0.1060752,0.8441581),(0.1020023,0.8400397),(0.09795791,0.8400397),(0.1020023,0.8441581),(0.09795791,0.8441581),(0.1060752,0.8482624),(0.1020023,0.8482624),(0.09795791,0.8482624),(0.1020023,0.8523598),(0.09795791,0.8523598),(0.1060752,0.8523598),(0.1101713,0.8482624),(0.1101713,0.8523598),(0.09394707,0.8400397),(0.08994583,0.8400397),(0.09394707,0.8441581),(0.08994584,0.8441581),(0.08593026,0.8400397),(0.08187638,0.8400397),(0.08593025,0.8441581),(0.08187637,0.8441581),(0.08994584,0.8482624),(0.08593026,0.8482624),(0.08187638,0.8482624),(0.08593026,0.8523598),(0.08187638,0.8523598),(0.08994584,0.8523598),(0.09394707,0.8482624),(0.09394707,0.8523598),(0.07776025,0.8400397),(0.07361087,0.8400397),(0.07776025,0.8441581),(0.07361087,0.8441581),(0.06945725,0.8400397),(0.06532837,0.8400397),(0.06945725,0.8441581),(0.06532837,0.8441581),(0.07361087,0.8482624),(0.06945725,0.8482624),(0.06532837,0.8482624),(0.06945725,0.8523598),(0.06532837,0.8523598),(0.07361087,0.8523598),(0.07776025,0.8482624),(0.07776025,0.8523598),(0.06125325,0.8400397),(0.05721605,0.8400397),(0.06125325,0.8441581),(0.05721604,0.8441581),(0.05320094,0.8400397),(0.0491921,0.8400397),(0.05320094,0.8441581),(0.04919209,0.8441581),(0.05721605,0.8482624),(0.05320094,0.8482624),(0.0491921,0.8482624),(0.05320094,0.8523598),(0.04919209,0.8523598),(0.05721605,0.8523598),(0.06125325,0.8482624),(0.06125325,0.8523598),(0.04517369,0.8400397),(0.04115105,0.8400397),(0.04517369,0.8441581),(0.04115105,0.8441581),(0.0371295,0.8400397),(0.03311438,0.8400397),(0.0371295,0.8441581),(0.03311437,0.8441581),(0.04115105,0.8482624),(0.0371295,0.8482624),(0.03311438,0.8482624),(0.03311438,0.8523598),(0.0371295,0.8523598),(0.04115105,0.8523598),(0.04517369,0.8482624),(0.04517369,0.8523598),(0.029111,0.8400397),(0.02511186,0.8400397),(0.029111,0.8441581),(0.02511186,0.8441581),(0.02110944,0.8400397),(0.01709622,0.8400397),(0.02110944,0.8441581),(0.01709622,0.8441581),(0.02511186,0.8482624),(0.02110944,0.8482624),(0.01709622,0.8482624),(0.02110944,0.8523598),(0.01709622,0.8523598),(0.02511186,0.8523598),(0.029111,0.8482624),(0.029111,0.8523598),(0.01306469,0.8400397),(0.009019421,0.8400432),(0.01306469,0.8441581),(0.009019421,0.8441589),(0.004965,0.8400536),(0.000906,0.8400675),(0.004965,0.8441615),(0.000906,0.844165),(0.009019421,0.8482624),(0.004965,0.8482624),(0.000906,0.8482625),(0.004965,0.8523599),(0.000906,0.85236),(0.009019421,0.8523598),(0.01306469,0.8482624),(0.01306469,0.8523598),(0.9951518,0.8564572),(0.999094,0.8564572),(0.9912093,0.8564572),(0.9912093,0.860558),(0.9951518,0.8605565),(0.999094,0.8605545),(0.9872664,0.8564572),(0.983323,0.8564572),(0.983323,0.8605586),(0.9872664,0.8605586),(0.9872664,0.8646682),(0.9912093,0.8646661),(0.983323,0.8646682),(0.983323,0.8687901),(0.9872664,0.8687901),(0.9912093,0.868787),(0.9951518,0.86466),(0.999094,0.8646517),(0.9951518,0.8687778),(0.999094,0.868749),(0.9793787,0.8564572),(0.9754275,0.8564572),(0.9754274,0.8605586),(0.9793787,0.8605586),(0.9714631,0.8564572),(0.9674796,0.8564572),(0.9674796,0.8605586),(0.9714631,0.8605586),(0.9714631,0.8646682),(0.9754274,0.8646682),(0.9674796,0.8646682),(0.9674796,0.8687901),(0.9714631,0.8687901),(0.9754274,0.8687901),(0.9793787,0.8646682),(0.9793787,0.8687901),(0.9634706,0.8564572),(0.9594426,0.8564572),(0.9594426,0.8605586),(0.9634707,0.8605586),(0.9554016,0.8564572),(0.9513539,0.8564572),(0.9513539,0.8605586),(0.9554016,0.8605586),(0.9554016,0.8646682),(0.9594426,0.8646682),(0.9513539,0.8646682),(0.9513539,0.8687901),(0.9554016,0.8687901),(0.9594425,0.8687901),(0.9634707,0.8646682),(0.9634706,0.8687901),(0.9473058,0.8564572),(0.9432498,0.8564572),(0.9432497,0.8605586),(0.9473058,0.8605586),(0.9391782,0.8564572),(0.9350839,0.8564572),(0.9350839,0.8605586),(0.9391783,0.8605586),(0.9391782,0.8646682),(0.9432497,0.8646682),(0.9350839,0.8646682),(0.9350839,0.8687901),(0.9391783,0.8687901),(0.9432497,0.8687901),(0.9473058,0.8646682),(0.9473058,0.8687901),(0.930959,0.8564572),(0.9268106,0.8564572),(0.9268106,0.8605586),(0.930959,0.8605586),(0.9226453,0.8564572),(0.9184701,0.8564572),(0.9184701,0.8605586),(0.9226453,0.8605586),(0.9226453,0.8646682),(0.9268106,0.8646682),(0.9184701,0.8646682),(0.9184701,0.8687901),(0.9226453,0.8687901),(0.9268106,0.8687901),(0.930959,0.8646682),(0.930959,0.8687901),(0.9142919,0.8564572),(0.910111,0.8564572),(0.9101109,0.8605586),(0.9142919,0.8605586),(0.9059278,0.8564572),(0.9017429,0.8564572),(0.9017429,0.8605586),(0.9059278,0.8605586),(0.9059278,0.8646682),(0.910111,0.8646682),(0.9017429,0.8646682),(0.9059278,0.8687901),(0.9017428,0.8687901),(0.9101109,0.8687901),(0.9142919,0.8646682),(0.9142919,0.8687901),(0.8975567,0.8564572),(0.8933688,0.8564572),(0.8933688,0.8605586),(0.8975567,0.8605586),(0.8891787,0.8564572),(0.8849859,0.8564572),(0.8849859,0.8605586),(0.8891788,0.8605586),(0.8891787,0.8646682),(0.8933688,0.8646682),(0.8849859,0.8646682),(0.8849859,0.8687901),(0.8891788,0.8687901),(0.8933688,0.8687901),(0.8975567,0.8646682),(0.8975567,0.8687901),(0.8807898,0.8564572),(0.8765806,0.8564572),(0.8765807,0.8605586),(0.8807898,0.8605586),(0.8723488,0.8564572),(0.8680845,0.8564572),(0.8680845,0.8605586),(0.8723488,0.8605586),(0.8723488,0.8646682),(0.8765806,0.8646682),(0.8680845,0.8646682),(0.8680845,0.8687901),(0.8723488,0.8687901),(0.8765806,0.8687901),(0.8807898,0.8646682),(0.8807898,0.8687901),(0.8637781,0.8564572),(0.8594491,0.8564572),(0.8594491,0.8605586),(0.8637781,0.8605586),(0.8551173,0.8564572),(0.8508024,0.8564572),(0.8508024,0.8605586),(0.8551173,0.8605586),(0.8551173,0.8646682),(0.8594491,0.8646682),(0.8508024,0.8646682),(0.8508024,0.8687901),(0.8551173,0.8687901),(0.859449,0.8687901),(0.8637781,0.8646682),(0.8637781,0.8687901),(0.846524,0.8564572),(0.8422731,0.8564572),(0.8422731,0.8605586),(0.846524,0.8605586),(0.8380403,0.8564572),(0.8338165,0.8564572),(0.8338165,0.8605586),(0.8380403,0.8605586),(0.8380403,0.8646682),(0.8422731,0.8646682),(0.8338165,0.8646682),(0.8338165,0.8687901),(0.8380404,0.8687901),(0.8422731,0.8687901),(0.846524,0.8646682),(0.846524,0.8687901),(0.8295926,0.8564572),(0.8253628,0.8564572),(0.8253628,0.8605586),(0.8295926,0.8605586),(0.8211217,0.8564572),(0.8168637,0.8564572),(0.8168637,0.8605586),(0.8211217,0.8605586),(0.8211217,0.8646682),(0.8253628,0.8646682),(0.8168637,0.8646682),(0.8168637,0.8687901),(0.8211217,0.8687901),(0.8253628,0.8687901),(0.8295926,0.8646682),(0.8295926,0.8687901),(0.8125832,0.8564572),(0.8082899,0.8564572),(0.8082899,0.8605586),(0.8125832,0.8605586),(0.8039935,0.8564572),(0.7997035,0.8564572),(0.7997035,0.8605586),(0.8039935,0.8605586),(0.8039935,0.8646682),(0.8082899,0.8646682),(0.7997035,0.8646682),(0.8039935,0.8687901),(0.7997035,0.8687901),(0.8082899,0.8687901),(0.8125832,0.8646682),(0.8125832,0.8687901),(0.7954297,0.8564572),(0.7911757,0.8564572),(0.7911757,0.8605586),(0.7954297,0.8605586),(0.7869452,0.8564572),(0.7827417,0.8564572),(0.7869452,0.8605586),(0.7827417,0.8605586),(0.7911757,0.8646682),(0.7869452,0.8646682),(0.7827417,0.8646682),(0.7869452,0.8687901),(0.7827417,0.8687901),(0.7911757,0.8687901),(0.7954297,0.8646682),(0.7954297,0.8687901),(0.7785689,0.8564572),(0.7744211,0.8564572),(0.7785689,0.8605586),(0.7744212,0.8605586),(0.7702925,0.8564572),(0.7661775,0.8564572),(0.7702925,0.8605586),(0.7661775,0.8605586),(0.7744212,0.8646682),(0.7702925,0.8646682),(0.7661775,0.8646682),(0.7661775,0.8687901),(0.7702925,0.8687901),(0.7744212,0.8687901),(0.778569,0.8646682),(0.778569,0.8687901),(0.7620703,0.8564572),(0.757961,0.8564572),(0.757961,0.8605586),(0.7620703,0.8605586),(0.7538399,0.8564572),(0.7496969,0.8564572),(0.7496969,0.8605586),(0.7538399,0.8605586),(0.7538399,0.8646682),(0.757961,0.8646682),(0.7496969,0.8646682),(0.7496969,0.8687901),(0.7538399,0.8687901),(0.757961,0.8687901),(0.7620703,0.8646682),(0.7620703,0.8687901),(0.7455223,0.8564572),(0.7413244,0.8564572),(0.7413245,0.8605586),(0.7455223,0.8605586),(0.7371117,0.8564572),(0.7328922,0.8564572),(0.7328923,0.8605586),(0.7371117,0.8605586),(0.7371117,0.8646682),(0.7413245,0.8646682),(0.7328922,0.8646682),(0.7328922,0.8687901),(0.7371117,0.8687901),(0.7413245,0.8687901),(0.7455223,0.8646682),(0.7455223,0.8687901),(0.7286744,0.8564572),(0.7244572,0.8564572),(0.7244572,0.8605586),(0.7286744,0.8605586),(0.7202395,0.8564572),(0.71602,0.8564572),(0.71602,0.8605586),(0.7202395,0.8605586),(0.7202395,0.8646682),(0.7244572,0.8646682),(0.71602,0.8646682),(0.71602,0.8687901),(0.7202394,0.8687901),(0.7244572,0.8687901),(0.7286744,0.8646682),(0.7286744,0.8687901),(0.7117977,0.8564572),(0.7075742,0.8564572),(0.7075742,0.8605586),(0.7117977,0.8605586),(0.7033514,0.8564572),(0.6991307,0.8564572),(0.6991307,0.8605586),(0.7033514,0.8605586),(0.7033514,0.8646682),(0.7075742,0.8646682),(0.6991307,0.8646682),(0.6991307,0.8687901),(0.7033514,0.8687901),(0.7075742,0.8687901),(0.7117977,0.8646682),(0.7117977,0.8687901),(0.6949139,0.8564572),(0.6906992,0.8564572),(0.6906992,0.8605586),(0.6949139,0.8605586),(0.6864849,0.8564572),(0.6822694,0.8564572),(0.6822693,0.8605586),(0.6864849,0.8605586),(0.6864849,0.8646682),(0.6906992,0.8646682),(0.6822694,0.8646682),(0.6864849,0.8687901),(0.6822693,0.8687901),(0.6906992,0.8687901),(0.6949139,0.8646682),(0.6949139,0.8687901),(0.6780508,0.8564572),(0.6738272,0.8564572),(0.6780507,0.8605586),(0.6738272,0.8605586),(0.6695971,0.8564572),(0.6653587,0.8564572),(0.6695971,0.8605586),(0.6653587,0.8605586),(0.6738272,0.8646682),(0.6695971,0.8646682),(0.6653587,0.8646682),(0.6695971,0.8687901),(0.6653587,0.8687901),(0.6738272,0.8687901),(0.6780508,0.8646682),(0.6780507,0.8687901),(0.6611102,0.8564572),(0.6568571,0.8564572),(0.6611102,0.8605586),(0.6568571,0.8605586),(0.6526053,0.8564572),(0.6483604,0.8564572),(0.6526054,0.8605586),(0.6483604,0.8605586),(0.6568571,0.8646682),(0.6526054,0.8646682),(0.6483604,0.8646682),(0.6526053,0.8687901),(0.6483604,0.8687901),(0.6568571,0.8687901),(0.6611102,0.8646682),(0.6611102,0.8687901),(0.6441281,0.8564572),(0.6399043,0.8564572),(0.6441281,0.8605586),(0.6399043,0.8605586),(0.635685,0.8564572),(0.6314663,0.8564572),(0.6314663,0.8605586),(0.635685,0.8605586),(0.635685,0.8646682),(0.6399043,0.8646682),(0.6314663,0.8646682),(0.6314663,0.8687901),(0.635685,0.8687901),(0.6399043,0.8687901),(0.6441281,0.8646682),(0.6441281,0.8687901),(0.627244,0.8564572),(0.6230208,0.8564572),(0.6230209,0.8605586),(0.627244,0.8605586),(0.6187993,0.8564572),(0.6145822,0.8564572),(0.6145822,0.8605586),(0.6187993,0.8605586),(0.6187993,0.8646682),(0.6230208,0.8646682),(0.6145822,0.8646682),(0.6145822,0.8687901),(0.6187993,0.8687901),(0.6230209,0.8687901),(0.627244,0.8646682),(0.627244,0.8687901),(0.6103719,0.8564572),(0.6061606,0.8564572),(0.6061606,0.8605586),(0.6103719,0.8605586),(0.6019406,0.8564572),(0.5977041,0.8564572),(0.5977041,0.8605586),(0.6019406,0.8605586),(0.6019406,0.8646682),(0.6061606,0.8646682),(0.5977041,0.8646682),(0.5977041,0.8687901),(0.6019406,0.8687901),(0.6061606,0.8687901),(0.6103719,0.8646682),(0.6103719,0.8687901),(0.5934432,0.8564572),(0.589169,0.8564572),(0.589169,0.8605586),(0.5934432,0.8605586),(0.5848927,0.8564572),(0.5806257,0.8564572),(0.5806257,0.8605586),(0.5848927,0.8605586),(0.5848927,0.8646682),(0.589169,0.8646682),(0.5806257,0.8646682),(0.5806257,0.8687901),(0.5848927,0.8687901),(0.589169,0.8687901),(0.5934432,0.8646682),(0.5934432,0.8687901),(0.5763788,0.8564572),(0.572147,0.8564572),(0.572147,0.8605586),(0.5763788,0.8605586),(0.567925,0.8564572),(0.5637077,0.8564572),(0.5637077,0.8605586),(0.567925,0.8605586),(0.567925,0.8646682),(0.572147,0.8646682),(0.5637077,0.8646682),(0.5637077,0.8687901),(0.567925,0.8687901),(0.572147,0.8687901),(0.5763788,0.8646682),(0.5763788,0.8687901),(0.55949,0.8564572),(0.5552715,0.8564572),(0.5552715,0.8605586),(0.55949,0.8605586),(0.5510522,0.8564572),(0.5468317,0.8564572),(0.5468317,0.8605586),(0.5510522,0.8605586),(0.5510522,0.8646682),(0.5552715,0.8646682),(0.5468317,0.8646682),(0.5468317,0.8687901),(0.5510522,0.8687901),(0.5552715,0.8687901),(0.55949,0.8646682),(0.55949,0.8687901),(0.5426099,0.8564572),(0.5383899,0.8564572),(0.5383899,0.8605586),(0.5426099,0.8605586),(0.5341746,0.8564572),(0.5299669,0.8564572),(0.5341746,0.8605586),(0.5299669,0.8605586),(0.5383899,0.8646682),(0.5341746,0.8646682),(0.5299669,0.8646682),(0.5341746,0.8687901),(0.529967,0.8687901),(0.5383899,0.8687901),(0.5426099,0.8646682),(0.5426099,0.8687901),(0.52577,0.8564572),(0.5215818,0.8564572),(0.52577,0.8605586),(0.5215818,0.8605586),(0.5174,0.8564572),(0.5132228,0.8564572),(0.5174,0.8605586),(0.5132228,0.8605586),(0.5215818,0.8646682),(0.5174,0.8646682),(0.5132228,0.8646682),(0.5174,0.8687901),(0.5132228,0.8687901),(0.5215818,0.8687901),(0.52577,0.8646682),(0.52577,0.8687901),(0.5090478,0.8564572),(0.5048727,0.8564572),(0.5090478,0.8605586),(0.5048727,0.8605586),(0.5006949,0.8564572),(0.4965119,0.8564572),(0.5006949,0.8605586),(0.4965119,0.8605586),(0.5048727,0.8646682),(0.5006949,0.8646682),(0.4965119,0.8646682),(0.5006949,0.8687901),(0.4965119,0.8687901),(0.5048727,0.8687901),(0.5090478,0.8646682),(0.5090478,0.8687901),(0.4923214,0.8564572),(0.4881234,0.8564572),(0.4881234,0.8605586),(0.4923214,0.8605586),(0.4839184,0.8564572),(0.4797065,0.8564572),(0.4797065,0.8605586),(0.4839184,0.8605586),(0.4839184,0.8646682),(0.4881234,0.8646682),(0.4797065,0.8646682),(0.4797064,0.8687901),(0.4839184,0.8687901),(0.4881234,0.8687901),(0.4923214,0.8646682),(0.4923214,0.8687901),(0.4754879,0.8564572),(0.4712752,0.8564572),(0.4712752,0.8605586),(0.4754879,0.8605586),(0.4670808,0.8564572),(0.4629171,0.8564572),(0.4629171,0.8605586),(0.4670808,0.8605586),(0.4670808,0.8646682),(0.4712752,0.8646682),(0.4629171,0.8646682),(0.4629171,0.8687901),(0.4670808,0.8687901),(0.4712752,0.8687901),(0.4754879,0.8646682),(0.4754879,0.8687901),(0.4587967,0.8564572),(0.4547031,0.8564572),(0.4547031,0.8605586),(0.4587967,0.8605586),(0.4506197,0.8564572),(0.44653,0.8564572),(0.44653,0.8605586),(0.4506197,0.8605586),(0.4506197,0.8646682),(0.4547031,0.8646682),(0.44653,0.8646682),(0.44653,0.8687901),(0.4506197,0.8687901),(0.4547031,0.8687901),(0.4587967,0.8646682),(0.4587967,0.8687901),(0.4424174,0.8564572),(0.4382856,0.8564572),(0.4382856,0.8605586),(0.4424174,0.8605586),(0.4341379,0.8564572),(0.429978,0.8564572),(0.429978,0.8605586),(0.4341379,0.8605586),(0.4341379,0.8646682),(0.4382856,0.8646682),(0.429978,0.8646682),(0.429978,0.8687901),(0.4341379,0.8687901),(0.4382856,0.8687901),(0.4424174,0.8646682),(0.4424174,0.8687901),(0.4258092,0.8564572),(0.4216311,0.8564572),(0.4216312,0.8605586),(0.4258092,0.8605586),(0.4174434,0.8564572),(0.4132456,0.8564572),(0.4132456,0.8605586),(0.4174434,0.8605586),(0.4174434,0.8646682),(0.4216312,0.8646682),(0.4132456,0.8646682),(0.4132456,0.8687901),(0.4174434,0.8687901),(0.4216312,0.8687901),(0.4258092,0.8646682),(0.4258092,0.8687901),(0.4090372,0.8564572),(0.4048201,0.8564572),(0.4048201,0.8605586),(0.4090372,0.8605586),(0.4005963,0.8564572),(0.3963675,0.8564572),(0.3963675,0.8605586),(0.4005963,0.8605586),(0.4005963,0.8646682),(0.4048201,0.8646682),(0.3963675,0.8646682),(0.3963675,0.8687901),(0.4005963,0.8687901),(0.4048201,0.8687901),(0.4090372,0.8646682),(0.4090372,0.8687901),(0.3921357,0.8564572),(0.3879012,0.8564572),(0.3879012,0.8605586),(0.3921357,0.8605586),(0.3836642,0.8564572),(0.3794248,0.8564572),(0.3794249,0.8605586),(0.3836642,0.8605586),(0.3836642,0.8646682),(0.3879012,0.8646682),(0.3794248,0.8646682),(0.3794248,0.8687901),(0.3836642,0.8687901),(0.3879012,0.8687901),(0.3921357,0.8646682),(0.3921357,0.8687901),(0.3751834,0.8564572),(0.3709441,0.8564572),(0.3709441,0.8605586),(0.3751834,0.8605586),(0.3667112,0.8564572),(0.3624887,0.8564572),(0.3667112,0.8605586),(0.3624887,0.8605586),(0.3667112,0.8646682),(0.3709442,0.8646682),(0.3624887,0.8646682),(0.3667112,0.8687901),(0.3624887,0.8687901),(0.3709441,0.8687901),(0.3751834,0.8646682),(0.3751834,0.8687901),(0.358281,0.8564572),(0.3540821,0.8564572),(0.3540821,0.8605586),(0.358281,0.8605586),(0.3498864,0.8564572),(0.3456882,0.8564572),(0.3456882,0.8605586),(0.3498864,0.8605586),(0.3498864,0.8646682),(0.3540821,0.8646682),(0.3456882,0.8646682),(0.3456882,0.8687901),(0.3498864,0.8687901),(0.3540821,0.8687901),(0.3582809,0.8646682),(0.358281,0.8687901),(0.3414817,0.8564572),(0.3372694,0.8564572),(0.3372695,0.8605586),(0.3414817,0.8605586),(0.3330541,0.8564572),(0.3288383,0.8564572),(0.3330541,0.8605586),(0.3288383,0.8605586),(0.3372695,0.8646682),(0.3330541,0.8646682),(0.3288383,0.8646682),(0.3330541,0.8687901),(0.3288383,0.8687901),(0.3372695,0.8687901),(0.3414817,0.8646682),(0.3414817,0.8687901),(0.3246247,0.8564572),(0.3204179,0.8564572),(0.3246247,0.8605586),(0.3204179,0.8605586),(0.3162228,0.8564572),(0.3120441,0.8564572),(0.3162228,0.8605586),(0.3120441,0.8605586),(0.3204179,0.8646682),(0.3162228,0.8646682),(0.3120441,0.8646682),(0.3162228,0.8687901),(0.3120441,0.8687901),(0.3204179,0.8687901),(0.3246247,0.8646682),(0.3246247,0.8687901),(0.3078868,0.8564572),(0.3037427,0.8564572),(0.3078868,0.8605586),(0.3037427,0.8605586),(0.2996041,0.8564572),(0.2954631,0.8564572),(0.2996041,0.8605586),(0.2954631,0.8605586),(0.3037428,0.8646682),(0.2996041,0.8646682),(0.2954631,0.8646682),(0.2996041,0.8687901),(0.2954631,0.8687901),(0.3037427,0.8687901),(0.3078868,0.8646682),(0.3078868,0.8687901),(0.2913116,0.8564572),(0.2871543,0.8564572),(0.2913116,0.8605586),(0.2871543,0.8605586),(0.2829956,0.8564572),(0.2788399,0.8564572),(0.2829956,0.8605586),(0.2788399,0.8605586),(0.2871543,0.8646682),(0.2829956,0.8646682),(0.2788399,0.8646682),(0.2829956,0.8687901),(0.2788399,0.8687901),(0.2871543,0.8687901),(0.2913116,0.8646682),(0.2913116,0.8687901),(0.2746918,0.8564572),(0.2705556,0.8564572),(0.2746918,0.8605586),(0.2705556,0.8605586),(0.2664356,0.8564572),(0.262336,0.8564572),(0.2664356,0.8605586),(0.262336,0.8605586),(0.2705556,0.8646682),(0.2664356,0.8646682),(0.262336,0.8646682),(0.2664356,0.8687901),(0.262336,0.8687901),(0.2705556,0.8687901),(0.2746918,0.8646682),(0.2746918,0.8687901),(0.2582613,0.8564572),(0.254209,0.8564572),(0.2582613,0.8605586),(0.254209,0.8605586),(0.2501769,0.8564572),(0.2461624,0.8564572),(0.2501769,0.8605586),(0.2461624,0.8605586),(0.254209,0.8646682),(0.2501769,0.8646682),(0.2461624,0.8646682),(0.2501769,0.8687901),(0.2461624,0.8687901),(0.254209,0.8687901),(0.2582613,0.8646682),(0.2582613,0.8687901),(0.2421634,0.8564572),(0.238164,0.8564572),(0.2421634,0.8605586),(0.238164,0.8605586),(0.2341487,0.8564572),(0.2301017,0.8564572),(0.2341487,0.8605586),(0.2301017,0.8605586),(0.238164,0.8646682),(0.2341487,0.8646682),(0.2301017,0.8646682),(0.2341487,0.8687901),(0.2301017,0.8687901),(0.238164,0.8687901),(0.2421634,0.8646682),(0.2421634,0.8687901),(0.2260074,0.8564572),(0.2218787,0.8564572),(0.2260074,0.8605586),(0.2218787,0.8605586),(0.2177283,0.8564572),(0.2135691,0.8564572),(0.2177283,0.8605586),(0.2135692,0.8605586),(0.2218787,0.8646682),(0.2177283,0.8646682),(0.2135691,0.8646682),(0.2177283,0.8687901),(0.2135692,0.8687901),(0.2218787,0.8687901),(0.2260074,0.8646682),(0.2260074,0.8687901),(0.2094141,0.8564572),(0.2052627,0.8564572),(0.2094141,0.8605586),(0.2052627,0.8605586),(0.2011147,0.8564572),(0.1969699,0.8564572),(0.2011147,0.8605586),(0.1969699,0.8605586),(0.2052627,0.8646682),(0.2011147,0.8646682),(0.1969699,0.8646682),(0.2011147,0.8687901),(0.1969699,0.8687901),(0.2052627,0.8687901),(0.2094141,0.8646682),(0.2094141,0.8687901),(0.1928277,0.8564572),(0.1886888,0.8564572),(0.1928277,0.8605586),(0.1886888,0.8605586),(0.1845533,0.8564572),(0.1804218,0.8564572),(0.1804218,0.8605586),(0.1845533,0.8605586),(0.1886888,0.8646682),(0.1845533,0.8646682),(0.1804218,0.8646682),(0.1804218,0.8687901),(0.1845533,0.8687901),(0.1886888,0.8687901),(0.1928277,0.8646682),(0.1928277,0.8687901),(0.1762946,0.8564572),(0.1721701,0.8564572),(0.1721701,0.8605586),(0.1762946,0.8605586),(0.1680468,0.8564572),(0.163923,0.8564572),(0.163923,0.8605586),(0.1680468,0.8605586),(0.1680468,0.8646682),(0.1721701,0.8646682),(0.163923,0.8646682),(0.163923,0.8687901),(0.1680468,0.8687901),(0.1721701,0.8687901),(0.1762946,0.8646682),(0.1762946,0.8687901),(0.1597973,0.8564572),(0.1556691,0.8564572),(0.1597973,0.8605586),(0.1556691,0.8605586),(0.1515382,0.8564572),(0.1474041,0.8564572),(0.1474041,0.8605586),(0.1515382,0.8605586),(0.1515382,0.8646682),(0.1556691,0.8646682),(0.1474041,0.8646682),(0.1474041,0.8687901),(0.1515382,0.8687901),(0.1556691,0.8687901),(0.1597973,0.8646682),(0.1597973,0.8687901),(0.1432664,0.8564572),(0.1391259,0.8564572),(0.1391259,0.8605586),(0.1432664,0.8605586),(0.134983,0.8564572),(0.1308385,0.8564572),(0.1308385,0.8605586),(0.134983,0.8605586),(0.134983,0.8646682),(0.1391259,0.8646682),(0.1308385,0.8646682),(0.1308385,0.8687901),(0.134983,0.8687901),(0.1391259,0.8687901),(0.1432664,0.8646682),(0.1432664,0.8687901),(0.126693,0.8564572),(0.12255,0.8564572),(0.126693,0.8605586),(0.12255,0.8605586),(0.1184131,0.8564572),(0.1142857,0.8564572),(0.1184131,0.8605586),(0.1142857,0.8605586),(0.12255,0.8646682),(0.1184131,0.8646682),(0.1142857,0.8646682),(0.1184131,0.8687901),(0.1142857,0.8687901),(0.12255,0.8687901),(0.126693,0.8646682),(0.126693,0.8687901),(0.1101713,0.8564572),(0.1060752,0.8564572),(0.1101713,0.8605586),(0.1060752,0.8605586),(0.1020023,0.8564572),(0.09795791,0.8564572),(0.1020023,0.8605586),(0.09795791,0.8605586),(0.1060752,0.8646682),(0.1020023,0.8646682),(0.09795791,0.8646682),(0.1020023,0.8687901),(0.09795791,0.8687901),(0.1060752,0.8687901),(0.1101713,0.8646682),(0.1101713,0.8687901),(0.09394707,0.8564572),(0.08994583,0.8564572),(0.09394707,0.8605586),(0.08994584,0.8605586),(0.08593026,0.8564572),(0.08187638,0.8564572),(0.08593025,0.8605586),(0.08187637,0.8605586),(0.08994584,0.8646682),(0.08593026,0.8646682),(0.08187638,0.8646682),(0.08593026,0.8687901),(0.08187638,0.8687901),(0.08994584,0.8687901),(0.09394707,0.8646682),(0.09394707,0.8687901),(0.07776025,0.8564572),(0.07361087,0.8564572),(0.07361087,0.8605586),(0.07776025,0.8605586),(0.06945725,0.8564572),(0.06532837,0.8564572),(0.06945725,0.8605586),(0.06532837,0.8605586),(0.06945725,0.8646682),(0.07361087,0.8646682),(0.06532837,0.8646682),(0.06532837,0.8687901),(0.06945725,0.8687901),(0.07361087,0.8687901),(0.07776025,0.8646682),(0.07776025,0.8687901),(0.06125325,0.8564572),(0.05721605,0.8564572),(0.06125325,0.8605586),(0.05721604,0.8605586),(0.05320094,0.8564572),(0.0491921,0.8564572),(0.05320094,0.8605586),(0.04919209,0.8605586),(0.05721605,0.8646682),(0.05320094,0.8646682),(0.0491921,0.8646682),(0.04919209,0.8687901),(0.05320094,0.8687901),(0.05721605,0.8687901),(0.06125325,0.8646682),(0.06125325,0.8687901),(0.04517369,0.8564572),(0.04115105,0.8564572),(0.04115105,0.8605586),(0.04517369,0.8605586),(0.0371295,0.8564572),(0.03311438,0.8564572),(0.03311437,0.8605586),(0.0371295,0.8605586),(0.0371295,0.8646682),(0.04115105,0.8646682),(0.03311438,0.8646682),(0.03311438,0.8687901),(0.0371295,0.8687901),(0.04115105,0.8687901),(0.04517369,0.8646682),(0.04517369,0.8687901),(0.029111,0.8564572),(0.02511186,0.8564572),(0.02511186,0.8605586),(0.029111,0.8605586),(0.02110944,0.8564572),(0.01709622,0.8564572),(0.02110944,0.8605586),(0.01709622,0.8605586),(0.02110944,0.8646682),(0.02511186,0.8646682),(0.01709622,0.8646682),(0.01709622,0.8687901),(0.02110944,0.8687901),(0.02511186,0.8687901),(0.029111,0.8646682),(0.029111,0.8687901),(0.01306469,0.8564572),(0.009019421,0.8564572),(0.01306469,0.8605586),(0.009019421,0.860558),(0.004965,0.8564572),(0.000906,0.8564572),(0.004965,0.8605565),(0.000906,0.8605545),(0.009019421,0.8646661),(0.004965,0.86466),(0.000906,0.8646517),(0.004965,0.8687778),(0.000906,0.868749),(0.009019421,0.868787),(0.01306469,0.8646682),(0.01306469,0.8687901),(0.999094,0.872912),(0.9951518,0.8729202),(0.9912093,0.8729264),(0.9951518,0.8770761),(0.9912093,0.8770769),(0.999094,0.877075),(0.9872664,0.8729284),(0.983323,0.8729284),(0.983323,0.8770772),(0.9872664,0.8770772),(0.9872664,0.8812304),(0.9912093,0.8812313),(0.983323,0.8812304),(0.983323,0.8853819),(0.9872664,0.8853819),(0.9912093,0.8853834),(0.999094,0.881238),(0.9951518,0.8812342),(0.9951518,0.8853877),(0.999094,0.885401),(0.9793787,0.8729284),(0.9754275,0.8729284),(0.9754274,0.8770772),(0.9793787,0.8770772),(0.9714631,0.8729284),(0.9674796,0.8729284),(0.9674796,0.8770772),(0.9714631,0.8770772),(0.9714631,0.8812304),(0.9754274,0.8812304),(0.9674796,0.8812304),(0.9674796,0.8853819),(0.9714631,0.8853819),(0.9754274,0.8853819),(0.9793787,0.8812304),(0.9793787,0.8853819),(0.9634706,0.8729284),(0.9594426,0.8729284),(0.9594426,0.8770772),(0.9634707,0.8770772),(0.9554016,0.8729284),(0.9513539,0.8729284),(0.9513539,0.8770772),(0.9554016,0.8770772),(0.9554016,0.8812304),(0.9594426,0.8812304),(0.9513539,0.8812304),(0.9513539,0.8853819),(0.9554016,0.8853819),(0.9594425,0.8853819),(0.9634707,0.8812304),(0.9634706,0.8853819),(0.9473058,0.8729284),(0.9432498,0.8729284),(0.9432497,0.8770772),(0.9473058,0.8770772),(0.9391782,0.8729284),(0.9350839,0.8729284),(0.9350839,0.8770772),(0.9391783,0.8770772),(0.9391782,0.8812304),(0.9432497,0.8812304),(0.9350839,0.8812304),(0.9350839,0.8853819),(0.9391783,0.8853819),(0.9432497,0.8853819),(0.9473058,0.8812304),(0.9473058,0.8853819),(0.930959,0.8729284),(0.9268106,0.8729284),(0.9268106,0.8770772),(0.930959,0.8770772),(0.9226453,0.8729284),(0.9184701,0.8729284),(0.9226453,0.8770772),(0.9184701,0.8770772),(0.9226453,0.8812304),(0.9268106,0.8812304),(0.9184701,0.8812304),(0.9184701,0.8853819),(0.9226453,0.8853819),(0.9268106,0.8853819),(0.930959,0.8812304),(0.930959,0.8853819),(0.9142919,0.8729284),(0.910111,0.8729284),(0.9142919,0.8770772),(0.9101109,0.8770772),(0.9059278,0.8729284),(0.9017429,0.8729284),(0.9059278,0.8770772),(0.9017429,0.8770772),(0.910111,0.8812304),(0.9059278,0.8812304),(0.9017429,0.8812304),(0.9059278,0.8853819),(0.9017428,0.8853819),(0.9101109,0.8853819),(0.9142919,0.8812304),(0.9142919,0.8853819),(0.8975567,0.8729284),(0.8933688,0.8729284),(0.8933688,0.8770772),(0.8975567,0.8770772),(0.8891787,0.8729284),(0.8849859,0.8729284),(0.8849859,0.8770772),(0.8891788,0.8770772),(0.8891787,0.8812304),(0.8933688,0.8812304),(0.8849859,0.8812304),(0.8849859,0.8853819),(0.8891788,0.8853819),(0.8933688,0.8853819),(0.8975567,0.8812304),(0.8975567,0.8853819),(0.8807898,0.8729284),(0.8765806,0.8729284),(0.8765807,0.8770772),(0.8807898,0.8770772),(0.8723488,0.8729284),(0.8680845,0.8729284),(0.8680845,0.8770772),(0.8723488,0.8770772),(0.8723488,0.8812304),(0.8765806,0.8812304),(0.8680845,0.8812304),(0.8680845,0.8853819),(0.8723488,0.8853819),(0.8765806,0.8853819),(0.8807898,0.8812304),(0.8807898,0.8853819),(0.8637781,0.8729284),(0.8594491,0.8729284),(0.8594491,0.8770772),(0.8637781,0.8770772),(0.8551173,0.8729284),(0.8508024,0.8729284),(0.8508024,0.8770772),(0.8551173,0.8770772),(0.8551173,0.8812304),(0.8594491,0.8812304),(0.8508024,0.8812304),(0.8508024,0.8853819),(0.8551173,0.8853819),(0.859449,0.8853819),(0.8637781,0.8812304),(0.8637781,0.8853819),(0.846524,0.8729284),(0.8422731,0.8729284),(0.8422731,0.8770772),(0.846524,0.8770772),(0.8380403,0.8729284),(0.8338165,0.8729284),(0.8338165,0.8770772),(0.8380403,0.8770772),(0.8380403,0.8812304),(0.8422731,0.8812304),(0.8338165,0.8812304),(0.8338165,0.8853819),(0.8380404,0.8853819),(0.8422731,0.8853819),(0.846524,0.8812304),(0.846524,0.8853819),(0.8295926,0.8729284),(0.8253628,0.8729284),(0.8253628,0.8770772),(0.8295926,0.8770772),(0.8211217,0.8729284),(0.8168637,0.8729284),(0.8168637,0.8770772),(0.8211217,0.8770772),(0.8211217,0.8812304),(0.8253628,0.8812304),(0.8168637,0.8812304),(0.8168637,0.8853819),(0.8211217,0.8853819),(0.8253628,0.8853819),(0.8295926,0.8812304),(0.8295926,0.8853819),(0.8125832,0.8729284),(0.8082899,0.8729284),(0.8082899,0.8770772),(0.8125832,0.8770772),(0.8039935,0.8729284),(0.7997035,0.8729284),(0.8039935,0.8770772),(0.7997035,0.8770772),(0.8039935,0.8812304),(0.8082899,0.8812304),(0.7997035,0.8812304),(0.7997035,0.8853819),(0.8039935,0.8853819),(0.8082899,0.8853819),(0.8125832,0.8812304),(0.8125832,0.8853819),(0.7954297,0.8729284),(0.7911757,0.8729284),(0.7954297,0.8770772),(0.7911757,0.8770772),(0.7869452,0.8729284),(0.7827417,0.8729284),(0.7827417,0.8770772),(0.7869452,0.8770772),(0.7869452,0.8812304),(0.7911757,0.8812304),(0.7827417,0.8812304),(0.7827417,0.8853819),(0.7869452,0.8853819),(0.7911757,0.8853819),(0.7954297,0.8812304),(0.7954297,0.8853819),(0.7785689,0.8729284),(0.7744211,0.8729284),(0.7744212,0.8770772),(0.7785689,0.8770772),(0.7702925,0.8729284),(0.7661775,0.8729284),(0.7661775,0.8770772),(0.7702925,0.8770772),(0.7702925,0.8812304),(0.7744212,0.8812304),(0.7661775,0.8812304),(0.7661775,0.8853819),(0.7702925,0.8853819),(0.7744212,0.8853819),(0.778569,0.8812304),(0.778569,0.8853819),(0.7620703,0.8729284),(0.757961,0.8729284),(0.757961,0.8770772),(0.7620703,0.8770772),(0.7538399,0.8729284),(0.7496969,0.8729284),(0.7496969,0.8770772),(0.7538399,0.8770772),(0.7538399,0.8812304),(0.757961,0.8812304),(0.7496969,0.8812304),(0.7496969,0.8853819),(0.7538399,0.8853819),(0.757961,0.8853819),(0.7620703,0.8812304),(0.7620703,0.8853819),(0.7455223,0.8729284),(0.7413244,0.8729284),(0.7413245,0.8770772),(0.7455223,0.8770772),(0.7371117,0.8729284),(0.7328922,0.8729284),(0.7328923,0.8770772),(0.7371117,0.8770772),(0.7371117,0.8812304),(0.7413245,0.8812304),(0.7328922,0.8812304),(0.7328922,0.8853819),(0.7371117,0.8853819),(0.7413245,0.8853819),(0.7455223,0.8812304),(0.7455223,0.8853819),(0.7286744,0.8729284),(0.7244572,0.8729284),(0.7244572,0.8770772),(0.7286744,0.8770772),(0.7202395,0.8729284),(0.71602,0.8729284),(0.71602,0.8770772),(0.7202395,0.8770772),(0.7202395,0.8812304),(0.7244572,0.8812304),(0.71602,0.8812304),(0.7202394,0.8853819),(0.71602,0.8853819),(0.7244572,0.8853819),(0.7286744,0.8812304),(0.7286744,0.8853819),(0.7117977,0.8729284),(0.7075742,0.8729284),(0.7075742,0.8770772),(0.7117977,0.8770772),(0.7033514,0.8729284),(0.6991307,0.8729284),(0.7033514,0.8770772),(0.6991307,0.8770772),(0.7075742,0.8812304),(0.7033514,0.8812304),(0.6991307,0.8812304),(0.6991307,0.8853819),(0.7033514,0.8853819),(0.7075742,0.8853819),(0.7117977,0.8812304),(0.7117977,0.8853819),(0.6949139,0.8729284),(0.6906992,0.8729284),(0.6949139,0.8770772),(0.6906992,0.8770772),(0.6864849,0.8729284),(0.6822694,0.8729284),(0.6864849,0.8770772),(0.6822693,0.8770772),(0.6906992,0.8812304),(0.6864849,0.8812304),(0.6822694,0.8812304),(0.6822693,0.8853819),(0.6864849,0.8853819),(0.6906992,0.8853819),(0.6949139,0.8812304),(0.6949139,0.8853819),(0.6780508,0.8729284),(0.6738272,0.8729284),(0.6780507,0.8770772),(0.6738272,0.8770772),(0.6695971,0.8729284),(0.6653587,0.8729284),(0.6695971,0.8770772),(0.6653587,0.8770772),(0.6738272,0.8812304),(0.6695971,0.8812304),(0.6653587,0.8812304),(0.6653587,0.8853819),(0.6695971,0.8853819),(0.6738272,0.8853819),(0.6780508,0.8812304),(0.6780507,0.8853819),(0.6611102,0.8729284),(0.6568571,0.8729284),(0.6611102,0.8770772),(0.6568571,0.8770772),(0.6526053,0.8729284),(0.6483604,0.8729284),(0.6483604,0.8770772),(0.6526054,0.8770772),(0.6568571,0.8812304),(0.6526054,0.8812304),(0.6483604,0.8812304),(0.6483604,0.8853819),(0.6526053,0.8853819),(0.6568571,0.8853819),(0.6611102,0.8812304),(0.6611102,0.8853819),(0.6441281,0.8729284),(0.6399043,0.8729284),(0.6399043,0.8770772),(0.6441281,0.8770772),(0.635685,0.8729284),(0.6314663,0.8729284),(0.6314663,0.8770772),(0.635685,0.8770772),(0.635685,0.8812304),(0.6399043,0.8812304),(0.6314663,0.8812304),(0.6314663,0.8853819),(0.635685,0.8853819),(0.6399043,0.8853819),(0.6441281,0.8812304),(0.6441281,0.8853819),(0.627244,0.8729284),(0.6230208,0.8729284),(0.6230209,0.8770772),(0.627244,0.8770772),(0.6187993,0.8729284),(0.6145822,0.8729284),(0.6145822,0.8770772),(0.6187993,0.8770772),(0.6187993,0.8812304),(0.6230208,0.8812304),(0.6145822,0.8812304),(0.6145822,0.8853819),(0.6187993,0.8853819),(0.6230209,0.8853819),(0.627244,0.8812304),(0.627244,0.8853819),(0.6103719,0.8729284),(0.6061606,0.8729284),(0.6061606,0.8770772),(0.6103719,0.8770772),(0.6019406,0.8729284),(0.5977041,0.8729284),(0.5977041,0.8770772),(0.6019406,0.8770772),(0.6019406,0.8812304),(0.6061606,0.8812304),(0.5977041,0.8812304),(0.5977041,0.8853819),(0.6019406,0.8853819),(0.6061606,0.8853819),(0.6103719,0.8812304),(0.6103719,0.8853819),(0.5934432,0.8729284),(0.589169,0.8729284),(0.589169,0.8770772),(0.5934432,0.8770772),(0.5848927,0.8729284),(0.5806257,0.8729284),(0.5806257,0.8770772),(0.5848927,0.8770772),(0.5848927,0.8812304),(0.589169,0.8812304),(0.5806257,0.8812304),(0.5806257,0.8853819),(0.5848927,0.8853819),(0.589169,0.8853819),(0.5934432,0.8812304),(0.5934432,0.8853819),(0.5763788,0.8729284),(0.572147,0.8729284),(0.572147,0.8770772),(0.5763788,0.8770772),(0.567925,0.8729284),(0.5637077,0.8729284),(0.5637077,0.8770772),(0.567925,0.8770772),(0.567925,0.8812304),(0.572147,0.8812304),(0.5637077,0.8812304),(0.5637077,0.8853819),(0.567925,0.8853819),(0.572147,0.8853819),(0.5763788,0.8812304),(0.5763788,0.8853819),(0.55949,0.8729284),(0.5552715,0.8729284),(0.5552715,0.8770772),(0.55949,0.8770772),(0.5510522,0.8729284),(0.5468317,0.8729284),(0.5468317,0.8770772),(0.5510522,0.8770772),(0.5510522,0.8812304),(0.5552715,0.8812304),(0.5468317,0.8812304),(0.5468317,0.8853819),(0.5510522,0.8853819),(0.5552715,0.8853819),(0.55949,0.8812304),(0.55949,0.8853819),(0.5426099,0.8729284),(0.5383899,0.8729284),(0.5426099,0.8770772),(0.5383899,0.8770772),(0.5341746,0.8729284),(0.5299669,0.8729284),(0.5341746,0.8770772),(0.5299669,0.8770772),(0.5383899,0.8812304),(0.5341746,0.8812304),(0.5299669,0.8812304),(0.5341746,0.8853819),(0.529967,0.8853819),(0.5383899,0.8853819),(0.5426099,0.8812304),(0.5426099,0.8853819),(0.52577,0.8729284),(0.5215818,0.8729284),(0.52577,0.8770772),(0.5215818,0.8770772),(0.5174,0.8729284),(0.5132228,0.8729284),(0.5174,0.8770772),(0.5132228,0.8770772),(0.5215818,0.8812304),(0.5174,0.8812304),(0.5132228,0.8812304),(0.5174,0.8853819),(0.5132228,0.8853819),(0.5215818,0.8853819),(0.52577,0.8812304),(0.52577,0.8853819),(0.5090478,0.8729284),(0.5048727,0.8729284),(0.5090478,0.8770772),(0.5048727,0.8770772),(0.5006949,0.8729284),(0.4965119,0.8729284),(0.5006949,0.8770772),(0.4965119,0.8770772),(0.5048727,0.8812304),(0.5006949,0.8812304),(0.4965119,0.8812304),(0.5006949,0.8853819),(0.4965119,0.8853819),(0.5048727,0.8853819),(0.5090478,0.8812304),(0.5090478,0.8853819),(0.4923214,0.8729284),(0.4881234,0.8729284),(0.4923214,0.8770772),(0.4881234,0.8770772),(0.4839184,0.8729284),(0.4797065,0.8729284),(0.4839184,0.8770772),(0.4797065,0.8770772),(0.4881234,0.8812304),(0.4839184,0.8812304),(0.4797065,0.8812304),(0.4839184,0.8853819),(0.4797064,0.8853819),(0.4881234,0.8853819),(0.4923214,0.8812304),(0.4923214,0.8853819),(0.4754879,0.8729284),(0.4712752,0.8729284),(0.4754879,0.8770772),(0.4712752,0.8770772),(0.4670808,0.8729284),(0.4629171,0.8729284),(0.4629171,0.8770772),(0.4670808,0.8770772),(0.4712752,0.8812304),(0.4670808,0.8812304),(0.4629171,0.8812304),(0.4629171,0.8853819),(0.4670808,0.8853819),(0.4712752,0.8853819),(0.4754879,0.8812304),(0.4754879,0.8853819),(0.4587967,0.8729284),(0.4547031,0.8729284),(0.4547031,0.8770772),(0.4587967,0.8770772),(0.4506197,0.8729284),(0.44653,0.8729284),(0.44653,0.8770772),(0.4506197,0.8770772),(0.4506197,0.8812304),(0.4547031,0.8812304),(0.44653,0.8812304),(0.44653,0.8853819),(0.4506197,0.8853819),(0.4547031,0.8853819),(0.4587967,0.8812304),(0.4587967,0.8853819),(0.4424174,0.8729284),(0.4382856,0.8729284),(0.4382856,0.8770772),(0.4424174,0.8770772),(0.4341379,0.8729284),(0.429978,0.8729284),(0.429978,0.8770772),(0.4341379,0.8770772),(0.4341379,0.8812304),(0.4382856,0.8812304),(0.429978,0.8812304),(0.429978,0.8853819),(0.4341379,0.8853819),(0.4382856,0.8853819),(0.4424174,0.8812304),(0.4424174,0.8853819),(0.4258092,0.8729284),(0.4216311,0.8729284),(0.4216312,0.8770772),(0.4258092,0.8770772),(0.4174434,0.8729284),(0.4132456,0.8729284),(0.4132456,0.8770772),(0.4174434,0.8770772),(0.4174434,0.8812304),(0.4216312,0.8812304),(0.4132456,0.8812304),(0.4132456,0.8853819),(0.4174434,0.8853819),(0.4216312,0.8853819),(0.4258092,0.8812304),(0.4258092,0.8853819),(0.4090372,0.8729284),(0.4048201,0.8729284),(0.4048201,0.8770772),(0.4090372,0.8770772),(0.4005963,0.8729284),(0.3963675,0.8729284),(0.3963675,0.8770772),(0.4005963,0.8770772),(0.4005963,0.8812304),(0.4048201,0.8812304),(0.3963675,0.8812304),(0.3963675,0.8853819),(0.4005963,0.8853819),(0.4048201,0.8853819),(0.4090372,0.8812304),(0.4090372,0.8853819),(0.3921357,0.8729284),(0.3879012,0.8729284),(0.3879012,0.8770772),(0.3921357,0.8770772),(0.3836642,0.8729284),(0.3794248,0.8729284),(0.3794249,0.8770772),(0.3836642,0.8770772),(0.3836642,0.8812304),(0.3879012,0.8812304),(0.3794248,0.8812304),(0.3794248,0.8853819),(0.3836642,0.8853819),(0.3879012,0.8853819),(0.3921357,0.8812304),(0.3921357,0.8853819),(0.3751834,0.8729284),(0.3709441,0.8729284),(0.3709441,0.8770772),(0.3751834,0.8770772),(0.3667112,0.8729284),(0.3624887,0.8729284),(0.3624887,0.8770772),(0.3667112,0.8770772),(0.3667112,0.8812304),(0.3709442,0.8812304),(0.3624887,0.8812304),(0.3624887,0.8853819),(0.3667112,0.8853819),(0.3709441,0.8853819),(0.3751834,0.8812304),(0.3751834,0.8853819),(0.358281,0.8729284),(0.3540821,0.8729284),(0.3540821,0.8770772),(0.358281,0.8770772),(0.3498864,0.8729284),(0.3456882,0.8729284),(0.3456882,0.8770772),(0.3498864,0.8770772),(0.3498864,0.8812304),(0.3540821,0.8812304),(0.3456882,0.8812304),(0.3456882,0.8853819),(0.3498864,0.8853819),(0.3540821,0.8853819),(0.3582809,0.8812304),(0.358281,0.8853819),(0.3414817,0.8729284),(0.3372694,0.8729284),(0.3372695,0.8770772),(0.3414817,0.8770772),(0.3330541,0.8729284),(0.3288383,0.8729284),(0.3330541,0.8770772),(0.3288383,0.8770772),(0.3330541,0.8812304),(0.3372695,0.8812304),(0.3288383,0.8812304),(0.3288383,0.8853819),(0.3330541,0.8853819),(0.3372695,0.8853819),(0.3414817,0.8812304),(0.3414817,0.8853819),(0.3246247,0.8729284),(0.3204179,0.8729284),(0.3246247,0.8770772),(0.3204179,0.8770772),(0.3162228,0.8729284),(0.3120441,0.8729284),(0.3162228,0.8770772),(0.3120441,0.8770772),(0.3204179,0.8812304),(0.3162228,0.8812304),(0.3120441,0.8812304),(0.3162228,0.8853819),(0.3120441,0.8853819),(0.3204179,0.8853819),(0.3246247,0.8812304),(0.3246247,0.8853819),(0.3078868,0.8729284),(0.3037427,0.8729284),(0.3078868,0.8770772),(0.3037427,0.8770772),(0.2996041,0.8729284),(0.2954631,0.8729284),(0.2996041,0.8770772),(0.2954631,0.8770772),(0.3037428,0.8812304),(0.2996041,0.8812304),(0.2954631,0.8812304),(0.2996041,0.8853819),(0.2954631,0.8853819),(0.3037427,0.8853819),(0.3078868,0.8812304),(0.3078868,0.8853819),(0.2913116,0.8729284),(0.2871543,0.8729284),(0.2913116,0.8770772),(0.2871543,0.8770772),(0.2829956,0.8729284),(0.2788399,0.8729284),(0.2829956,0.8770772),(0.2788399,0.8770772),(0.2871543,0.8812304),(0.2829956,0.8812304),(0.2788399,0.8812304),(0.2829956,0.8853819),(0.2788399,0.8853819),(0.2871543,0.8853819),(0.2913116,0.8812304),(0.2913116,0.8853819),(0.2746918,0.8729284),(0.2705556,0.8729284),(0.2746918,0.8770772),(0.2705556,0.8770772),(0.2664356,0.8729284),(0.262336,0.8729284),(0.2664356,0.8770772),(0.262336,0.8770772),(0.2705556,0.8812304),(0.2664356,0.8812304),(0.262336,0.8812304),(0.2664356,0.8853819),(0.262336,0.8853819),(0.2705556,0.8853819),(0.2746918,0.8812304),(0.2746918,0.8853819),(0.2582613,0.8729284),(0.254209,0.8729284),(0.2582613,0.8770772),(0.254209,0.8770772),(0.2501769,0.8729284),(0.2461624,0.8729284),(0.2501769,0.8770772),(0.2461624,0.8770772),(0.254209,0.8812304),(0.2501769,0.8812304),(0.2461624,0.8812304),(0.2501769,0.8853819),(0.2461624,0.8853819),(0.254209,0.8853819),(0.2582613,0.8812304),(0.2582613,0.8853819),(0.2421634,0.8729284),(0.238164,0.8729284),(0.2421634,0.8770772),(0.238164,0.8770772),(0.2341487,0.8729284),(0.2301017,0.8729284),(0.2341487,0.8770772),(0.2301017,0.8770772),(0.238164,0.8812304),(0.2341487,0.8812304),(0.2301017,0.8812304),(0.2341487,0.8853819),(0.2301017,0.8853819),(0.238164,0.8853819),(0.2421634,0.8812304),(0.2421634,0.8853819),(0.2260074,0.8729284),(0.2218787,0.8729284),(0.2260074,0.8770772),(0.2218787,0.8770772),(0.2177283,0.8729284),(0.2135691,0.8729284),(0.2177283,0.8770772),(0.2135692,0.8770772),(0.2218787,0.8812304),(0.2177283,0.8812304),(0.2135691,0.8812304),(0.2177283,0.8853819),(0.2135692,0.8853819),(0.2218787,0.8853819),(0.2260074,0.8812304),(0.2260074,0.8853819),(0.2094141,0.8729284),(0.2052627,0.8729284),(0.2094141,0.8770772),(0.2052627,0.8770772),(0.2011147,0.8729284),(0.1969699,0.8729284),(0.2011147,0.8770772),(0.1969699,0.8770772),(0.2052627,0.8812304),(0.2011147,0.8812304),(0.1969699,0.8812304),(0.2011147,0.8853819),(0.1969699,0.8853819),(0.2052627,0.8853819),(0.2094141,0.8812304),(0.2094141,0.8853819),(0.1928277,0.8729284),(0.1886888,0.8729284),(0.1928277,0.8770772),(0.1886888,0.8770772),(0.1845533,0.8729284),(0.1804218,0.8729284),(0.1845533,0.8770772),(0.1804218,0.8770772),(0.1886888,0.8812304),(0.1845533,0.8812304),(0.1804218,0.8812304),(0.1845533,0.8853819),(0.1804218,0.8853819),(0.1886888,0.8853819),(0.1928277,0.8812304),(0.1928277,0.8853819),(0.1762946,0.8729284),(0.1721701,0.8729284),(0.1721701,0.8770772),(0.1762946,0.8770772),(0.1680468,0.8729284),(0.163923,0.8729284),(0.163923,0.8770772),(0.1680468,0.8770772),(0.1721701,0.8812304),(0.1680468,0.8812304),(0.163923,0.8812304),(0.1680468,0.8853819),(0.163923,0.8853819),(0.1721701,0.8853819),(0.1762946,0.8812304),(0.1762946,0.8853819),(0.1597973,0.8729284),(0.1556691,0.8729284),(0.1556691,0.8770772),(0.1597973,0.8770772),(0.1515382,0.8729284),(0.1474041,0.8729284),(0.1474041,0.8770772),(0.1515382,0.8770772),(0.1515382,0.8812304),(0.1556691,0.8812304),(0.1474041,0.8812304),(0.1474041,0.8853819),(0.1515382,0.8853819),(0.1556691,0.8853819),(0.1597973,0.8812304),(0.1597973,0.8853819),(0.1432664,0.8729284),(0.1391259,0.8729284),(0.1391259,0.8770772),(0.1432664,0.8770772),(0.134983,0.8729284),(0.1308385,0.8729284),(0.1308385,0.8770772),(0.134983,0.8770772),(0.134983,0.8812304),(0.1391259,0.8812304),(0.1308385,0.8812304),(0.1308385,0.8853819),(0.134983,0.8853819),(0.1391259,0.8853819),(0.1432664,0.8812304),(0.1432664,0.8853819),(0.126693,0.8729284),(0.12255,0.8729284),(0.12255,0.8770772),(0.126693,0.8770772),(0.1184131,0.8729284),(0.1142857,0.8729284),(0.1142857,0.8770772),(0.1184131,0.8770772),(0.1184131,0.8812304),(0.12255,0.8812304),(0.1142857,0.8812304),(0.1142857,0.8853819),(0.1184131,0.8853819),(0.12255,0.8853819),(0.126693,0.8812304),(0.126693,0.8853819),(0.1101713,0.8729284),(0.1060752,0.8729284),(0.1060752,0.8770772),(0.1101713,0.8770772),(0.1020023,0.8729284),(0.09795791,0.8729284),(0.09795791,0.8770772),(0.1020023,0.8770772),(0.1020023,0.8812304),(0.1060752,0.8812304),(0.09795791,0.8812304),(0.09795791,0.8853819),(0.1020023,0.8853819),(0.1060752,0.8853819),(0.1101713,0.8812304),(0.1101713,0.8853819),(0.09394707,0.8729284),(0.08994583,0.8729284),(0.08994584,0.8770772),(0.09394707,0.8770772),(0.08593026,0.8729284),(0.08187638,0.8729284),(0.08187637,0.8770772),(0.08593025,0.8770772),(0.08593026,0.8812304),(0.08994584,0.8812304),(0.08187638,0.8812304),(0.08187638,0.8853819),(0.08593026,0.8853819),(0.08994584,0.8853819),(0.09394707,0.8812304),(0.09394707,0.8853819),(0.07776025,0.8729284),(0.07361087,0.8729284),(0.07361087,0.8770772),(0.07776025,0.8770772),(0.06945725,0.8729284),(0.06532837,0.8729284),(0.06532837,0.8770772),(0.06945725,0.8770772),(0.06945725,0.8812304),(0.07361087,0.8812304),(0.06532837,0.8812304),(0.06532837,0.8853819),(0.06945725,0.8853819),(0.07361087,0.8853819),(0.07776025,0.8812304),(0.07776025,0.8853819),(0.06125325,0.8729284),(0.05721605,0.8729284),(0.05721604,0.8770772),(0.06125325,0.8770772),(0.05320094,0.8729284),(0.0491921,0.8729284),(0.04919209,0.8770772),(0.05320094,0.8770772),(0.05320094,0.8812304),(0.05721605,0.8812304),(0.0491921,0.8812304),(0.04919209,0.8853819),(0.05320094,0.8853819),(0.05721605,0.8853819),(0.06125325,0.8812304),(0.06125325,0.8853819),(0.04517369,0.8729284),(0.04115105,0.8729284),(0.04115105,0.8770772),(0.04517369,0.8770772),(0.0371295,0.8729284),(0.03311438,0.8729284),(0.03311437,0.8770772),(0.0371295,0.8770772),(0.0371295,0.8812304),(0.04115105,0.8812304),(0.03311438,0.8812304),(0.03311438,0.8853819),(0.0371295,0.8853819),(0.04115105,0.8853819),(0.04517369,0.8812304),(0.04517369,0.8853819),(0.029111,0.8729284),(0.02511186,0.8729284),(0.02511186,0.8770772),(0.029111,0.8770772),(0.02110944,0.8729284),(0.01709622,0.8729284),(0.02110944,0.8770772),(0.01709622,0.8770772),(0.02110944,0.8812304),(0.02511186,0.8812304),(0.01709622,0.8812304),(0.02110944,0.8853819),(0.01709622,0.8853819),(0.02511186,0.8853819),(0.029111,0.8812304),(0.029111,0.8853819),(0.01306469,0.8729284),(0.009019421,0.8729264),(0.01306469,0.8770772),(0.009019421,0.8770769),(0.004965,0.8729202),(0.000906,0.872912),(0.004965,0.8770761),(0.000906,0.877075),(0.009019421,0.8812313),(0.004965,0.8812342),(0.000906,0.881238),(0.004965,0.8853877),(0.000906,0.885401),(0.009019421,0.8853834),(0.01306469,0.8812304),(0.01306469,0.8853819),(0.9951518,0.8895297),(0.999094,0.8895335),(0.9912093,0.8895268),(0.9912093,0.8936646),(0.9951518,0.8936652),(0.999094,0.893666),(0.9872664,0.8895259),(0.983323,0.8895259),(0.983323,0.8936644),(0.9872664,0.8936644),(0.9872664,0.8977996),(0.9912093,0.8977995),(0.983323,0.8977996),(0.983323,0.9019338),(0.9872664,0.9019338),(0.9912093,0.9019336),(0.9951518,0.8977991),(0.999094,0.8977985),(0.9951518,0.901933),(0.999094,0.901931),(0.9793787,0.8895259),(0.9754275,0.8895259),(0.9754274,0.8936644),(0.9793787,0.8936644),(0.9714631,0.8895259),(0.9674796,0.8895259),(0.9674796,0.8936644),(0.9714631,0.8936644),(0.9714631,0.8977996),(0.9754274,0.8977996),(0.9674796,0.8977996),(0.9674796,0.9019338),(0.9714631,0.9019338),(0.9754274,0.9019338),(0.9793787,0.8977996),(0.9793787,0.9019338),(0.9634706,0.8895259),(0.9594426,0.8895259),(0.9594426,0.8936644),(0.9634707,0.8936644),(0.9554016,0.8895259),(0.9513539,0.8895259),(0.9513539,0.8936644),(0.9554016,0.8936644),(0.9554016,0.8977996),(0.9594426,0.8977996),(0.9513539,0.8977996),(0.9513539,0.9019338),(0.9554016,0.9019338),(0.9594425,0.9019338),(0.9634707,0.8977996),(0.9634706,0.9019338),(0.9473058,0.8895259),(0.9432498,0.8895259),(0.9432497,0.8936644),(0.9473058,0.8936644),(0.9391782,0.8895259),(0.9350839,0.8895259),(0.9350839,0.8936644),(0.9391783,0.8936644),(0.9391782,0.8977996),(0.9432497,0.8977996),(0.9350839,0.8977996),(0.9350839,0.9019338),(0.9391783,0.9019338),(0.9432497,0.9019338),(0.9473058,0.8977996),(0.9473058,0.9019338),(0.930959,0.8895259),(0.9268106,0.8895259),(0.9268106,0.8936644),(0.930959,0.8936644),(0.9226453,0.8895259),(0.9184701,0.8895259),(0.9184701,0.8936644),(0.9226453,0.8936644),(0.9226453,0.8977996),(0.9268106,0.8977996),(0.9184701,0.8977996),(0.9184701,0.9019338),(0.9226453,0.9019338),(0.9268106,0.9019338),(0.930959,0.8977996),(0.930959,0.9019338),(0.9142919,0.8895259),(0.910111,0.8895259),(0.9101109,0.8936644),(0.9142919,0.8936644),(0.9059278,0.8895259),(0.9017429,0.8895259),(0.9059278,0.8936644),(0.9017429,0.8936644),(0.910111,0.8977996),(0.9059278,0.8977996),(0.9017429,0.8977996),(0.9059278,0.9019338),(0.9017428,0.9019338),(0.9101109,0.9019338),(0.9142919,0.8977996),(0.9142919,0.9019338),(0.8975567,0.8895259),(0.8933688,0.8895259),(0.8975567,0.8936644),(0.8933688,0.8936644),(0.8891787,0.8895259),(0.8849859,0.8895259),(0.8891788,0.8936644),(0.8849859,0.8936644),(0.8933688,0.8977996),(0.8891787,0.8977996),(0.8849859,0.8977996),(0.8891788,0.9019338),(0.8849859,0.9019338),(0.8933688,0.9019338),(0.8975567,0.8977996),(0.8975567,0.9019338),(0.8807898,0.8895259),(0.8765806,0.8895259),(0.8765807,0.8936644),(0.8807898,0.8936644),(0.8723488,0.8895259),(0.8680845,0.8895259),(0.8680845,0.8936644),(0.8723488,0.8936644),(0.8723488,0.8977996),(0.8765806,0.8977996),(0.8680845,0.8977996),(0.8680845,0.9019338),(0.8723488,0.9019338),(0.8765806,0.9019338),(0.8807898,0.8977996),(0.8807898,0.9019338),(0.8637781,0.8895259),(0.8594491,0.8895259),(0.8594491,0.8936644),(0.8637781,0.8936644),(0.8551173,0.8895259),(0.8508024,0.8895259),(0.8508024,0.8936644),(0.8551173,0.8936644),(0.8551173,0.8977996),(0.8594491,0.8977996),(0.8508024,0.8977996),(0.8508024,0.9019338),(0.8551173,0.9019338),(0.859449,0.9019338),(0.8637781,0.8977996),(0.8637781,0.9019338),(0.846524,0.8895259),(0.8422731,0.8895259),(0.8422731,0.8936644),(0.846524,0.8936644),(0.8380403,0.8895259),(0.8338165,0.8895259),(0.8338165,0.8936644),(0.8380403,0.8936644),(0.8380403,0.8977996),(0.8422731,0.8977996),(0.8338165,0.8977996),(0.8380404,0.9019338),(0.8338165,0.9019338),(0.8422731,0.9019338),(0.846524,0.8977996),(0.846524,0.9019338),(0.8295926,0.8895259),(0.8253628,0.8895259),(0.8253628,0.8936644),(0.8295926,0.8936644),(0.8211217,0.8895259),(0.8168637,0.8895259),(0.8168637,0.8936644),(0.8211217,0.8936644),(0.8211217,0.8977996),(0.8253628,0.8977996),(0.8168637,0.8977996),(0.8168637,0.9019338),(0.8211217,0.9019338),(0.8253628,0.9019338),(0.8295926,0.8977996),(0.8295926,0.9019338),(0.8125832,0.8895259),(0.8082899,0.8895259),(0.8082899,0.8936644),(0.8125832,0.8936644),(0.8039935,0.8895259),(0.7997035,0.8895259),(0.7997035,0.8936644),(0.8039935,0.8936644),(0.8039935,0.8977996),(0.8082899,0.8977996),(0.7997035,0.8977996),(0.7997035,0.9019338),(0.8039935,0.9019338),(0.8082899,0.9019338),(0.8125832,0.8977996),(0.8125832,0.9019338),(0.7954297,0.8895259),(0.7911757,0.8895259),(0.7911757,0.8936644),(0.7954297,0.8936644),(0.7869452,0.8895259),(0.7827417,0.8895259),(0.7827417,0.8936644),(0.7869452,0.8936644),(0.7869452,0.8977996),(0.7911757,0.8977996),(0.7827417,0.8977996),(0.7827417,0.9019338),(0.7869452,0.9019338),(0.7911757,0.9019338),(0.7954297,0.8977996),(0.7954297,0.9019338),(0.7785689,0.8895259),(0.7744211,0.8895259),(0.7744212,0.8936644),(0.7785689,0.8936644),(0.7702925,0.8895259),(0.7661775,0.8895259),(0.7661775,0.8936644),(0.7702925,0.8936644),(0.7702925,0.8977996),(0.7744212,0.8977996),(0.7661775,0.8977996),(0.7661775,0.9019338),(0.7702925,0.9019338),(0.7744212,0.9019338),(0.778569,0.8977996),(0.778569,0.9019338),(0.7620703,0.8895259),(0.757961,0.8895259),(0.757961,0.8936644),(0.7620703,0.8936644),(0.7538399,0.8895259),(0.7496969,0.8895259),(0.7496969,0.8936644),(0.7538399,0.8936644),(0.7538399,0.8977996),(0.757961,0.8977996),(0.7496969,0.8977996),(0.7496969,0.9019338),(0.7538399,0.9019338),(0.757961,0.9019338),(0.7620703,0.8977996),(0.7620703,0.9019338),(0.7455223,0.8895259),(0.7413244,0.8895259),(0.7413245,0.8936644),(0.7455223,0.8936644),(0.7371117,0.8895259),(0.7328922,0.8895259),(0.7371117,0.8936644),(0.7328923,0.8936644),(0.7371117,0.8977996),(0.7413245,0.8977996),(0.7328922,0.8977996),(0.7328922,0.9019338),(0.7371117,0.9019338),(0.7413245,0.9019338),(0.7455223,0.8977996),(0.7455223,0.9019338),(0.7286744,0.8895259),(0.7244572,0.8895259),(0.7244572,0.8936644),(0.7286744,0.8936644),(0.7202395,0.8895259),(0.71602,0.8895259),(0.71602,0.8936644),(0.7202395,0.8936644),(0.7202395,0.8977996),(0.7244572,0.8977996),(0.71602,0.8977996),(0.71602,0.9019338),(0.7202394,0.9019338),(0.7244572,0.9019338),(0.7286744,0.8977996),(0.7286744,0.9019338),(0.7117977,0.8895259),(0.7075742,0.8895259),(0.7075742,0.8936644),(0.7117977,0.8936644),(0.7033514,0.8895259),(0.6991307,0.8895259),(0.6991307,0.8936644),(0.7033514,0.8936644),(0.7033514,0.8977996),(0.7075742,0.8977996),(0.6991307,0.8977996),(0.6991307,0.9019338),(0.7033514,0.9019338),(0.7075742,0.9019338),(0.7117977,0.8977996),(0.7117977,0.9019338),(0.6949139,0.8895259),(0.6906992,0.8895259),(0.6906992,0.8936644),(0.6949139,0.8936644),(0.6864849,0.8895259),(0.6822694,0.8895259),(0.6822693,0.8936644),(0.6864849,0.8936644),(0.6864849,0.8977996),(0.6906992,0.8977996),(0.6822694,0.8977996),(0.6822693,0.9019338),(0.6864849,0.9019338),(0.6906992,0.9019338),(0.6949139,0.8977996),(0.6949139,0.9019338),(0.6780508,0.8895259),(0.6738272,0.8895259),(0.6738272,0.8936644),(0.6780507,0.8936644),(0.6695971,0.8895259),(0.6653587,0.8895259),(0.6653587,0.8936644),(0.6695971,0.8936644),(0.6695971,0.8977996),(0.6738272,0.8977996),(0.6653587,0.8977996),(0.6653587,0.9019338),(0.6695971,0.9019338),(0.6738272,0.9019338),(0.6780508,0.8977996),(0.6780507,0.9019338),(0.6611102,0.8895259),(0.6568571,0.8895259),(0.6568571,0.8936644),(0.6611102,0.8936644),(0.6526053,0.8895259),(0.6483604,0.8895259),(0.6483604,0.8936644),(0.6526054,0.8936644),(0.6526054,0.8977996),(0.6568571,0.8977996),(0.6483604,0.8977996),(0.6483604,0.9019338),(0.6526053,0.9019338),(0.6568571,0.9019338),(0.6611102,0.8977996),(0.6611102,0.9019338),(0.6441281,0.8895259),(0.6399043,0.8895259),(0.6399043,0.8936644),(0.6441281,0.8936644),(0.635685,0.8895259),(0.6314663,0.8895259),(0.635685,0.8936644),(0.6314663,0.8936644),(0.635685,0.8977996),(0.6399043,0.8977996),(0.6314663,0.8977996),(0.6314663,0.9019338),(0.635685,0.9019338),(0.6399043,0.9019338),(0.6441281,0.8977996),(0.6441281,0.9019338),(0.627244,0.8895259),(0.6230208,0.8895259),(0.627244,0.8936644),(0.6230209,0.8936644),(0.6187993,0.8895259),(0.6145822,0.8895259),(0.6145822,0.8936644),(0.6187993,0.8936644),(0.6187993,0.8977996),(0.6230208,0.8977996),(0.6145822,0.8977996),(0.6145822,0.9019338),(0.6187993,0.9019338),(0.6230209,0.9019338),(0.627244,0.8977996),(0.627244,0.9019338),(0.6103719,0.8895259),(0.6061606,0.8895259),(0.6061606,0.8936644),(0.6103719,0.8936644),(0.6019406,0.8895259),(0.5977041,0.8895259),(0.5977041,0.8936644),(0.6019406,0.8936644),(0.6019406,0.8977996),(0.6061606,0.8977996),(0.5977041,0.8977996),(0.5977041,0.9019338),(0.6019406,0.9019338),(0.6061606,0.9019338),(0.6103719,0.8977996),(0.6103719,0.9019338),(0.5934432,0.8895259),(0.589169,0.8895259),(0.589169,0.8936644),(0.5934432,0.8936644),(0.5848927,0.8895259),(0.5806257,0.8895259),(0.5806257,0.8936644),(0.5848927,0.8936644),(0.5848927,0.8977996),(0.589169,0.8977996),(0.5806257,0.8977996),(0.5806257,0.9019338),(0.5848927,0.9019338),(0.589169,0.9019338),(0.5934432,0.8977996),(0.5934432,0.9019338),(0.5763788,0.8895259),(0.572147,0.8895259),(0.572147,0.8936644),(0.5763788,0.8936644),(0.567925,0.8895259),(0.5637077,0.8895259),(0.5637077,0.8936644),(0.567925,0.8936644),(0.567925,0.8977996),(0.572147,0.8977996),(0.5637077,0.8977996),(0.5637077,0.9019338),(0.567925,0.9019338),(0.572147,0.9019338),(0.5763788,0.8977996),(0.5763788,0.9019338),(0.55949,0.8895259),(0.5552715,0.8895259),(0.5552715,0.8936644),(0.55949,0.8936644),(0.5510522,0.8895259),(0.5468317,0.8895259),(0.5510522,0.8936644),(0.5468317,0.8936644),(0.5552715,0.8977996),(0.5510522,0.8977996),(0.5468317,0.8977996),(0.5510522,0.9019338),(0.5468317,0.9019338),(0.5552715,0.9019338),(0.55949,0.8977996),(0.55949,0.9019338),(0.5426099,0.8895259),(0.5383899,0.8895259),(0.5426099,0.8936644),(0.5383899,0.8936644),(0.5341746,0.8895259),(0.5299669,0.8895259),(0.5341746,0.8936644),(0.5299669,0.8936644),(0.5383899,0.8977996),(0.5341746,0.8977996),(0.5299669,0.8977996),(0.5341746,0.9019338),(0.529967,0.9019338),(0.5383899,0.9019338),(0.5426099,0.8977996),(0.5426099,0.9019338),(0.52577,0.8895259),(0.5215818,0.8895259),(0.52577,0.8936644),(0.5215818,0.8936644),(0.5174,0.8895259),(0.5132228,0.8895259),(0.5174,0.8936644),(0.5132228,0.8936644),(0.5215818,0.8977996),(0.5174,0.8977996),(0.5132228,0.8977996),(0.5174,0.9019338),(0.5132228,0.9019338),(0.5215818,0.9019338),(0.52577,0.8977996),(0.52577,0.9019338),(0.5090478,0.8895259),(0.5048727,0.8895259),(0.5090478,0.8936644),(0.5048727,0.8936644),(0.5006949,0.8895259),(0.4965119,0.8895259),(0.5006949,0.8936644),(0.4965119,0.8936644),(0.5048727,0.8977996),(0.5006949,0.8977996),(0.4965119,0.8977996),(0.5006949,0.9019338),(0.4965119,0.9019338),(0.5048727,0.9019338),(0.5090478,0.8977996),(0.5090478,0.9019338),(0.4923214,0.8895259),(0.4881234,0.8895259),(0.4923214,0.8936644),(0.4881234,0.8936644),(0.4839184,0.8895259),(0.4797065,0.8895259),(0.4839184,0.8936644),(0.4797065,0.8936644),(0.4881234,0.8977996),(0.4839184,0.8977996),(0.4797065,0.8977996),(0.4839184,0.9019338),(0.4797064,0.9019338),(0.4881234,0.9019338),(0.4923214,0.8977996),(0.4923214,0.9019338),(0.4754879,0.8895259),(0.4712752,0.8895259),(0.4754879,0.8936644),(0.4712752,0.8936644),(0.4670808,0.8895259),(0.4629171,0.8895259),(0.4629171,0.8936644),(0.4670808,0.8936644),(0.4712752,0.8977996),(0.4670808,0.8977996),(0.4629171,0.8977996),(0.4629171,0.9019338),(0.4670808,0.9019338),(0.4712752,0.9019338),(0.4754879,0.8977996),(0.4754879,0.9019338),(0.4587967,0.8895259),(0.4547031,0.8895259),(0.4547031,0.8936644),(0.4587967,0.8936644),(0.4506197,0.8895259),(0.44653,0.8895259),(0.44653,0.8936644),(0.4506197,0.8936644),(0.4506197,0.8977996),(0.4547031,0.8977996),(0.44653,0.8977996),(0.44653,0.9019338),(0.4506197,0.9019338),(0.4547031,0.9019338),(0.4587967,0.8977996),(0.4587967,0.9019338),(0.4424174,0.8895259),(0.4382856,0.8895259),(0.4382856,0.8936644),(0.4424174,0.8936644),(0.4341379,0.8895259),(0.429978,0.8895259),(0.429978,0.8936644),(0.4341379,0.8936644),(0.4341379,0.8977996),(0.4382856,0.8977996),(0.429978,0.8977996),(0.429978,0.9019338),(0.4341379,0.9019338),(0.4382856,0.9019338),(0.4424174,0.8977996),(0.4424174,0.9019338),(0.4258092,0.8895259),(0.4216311,0.8895259),(0.4216312,0.8936644),(0.4258092,0.8936644),(0.4174434,0.8895259),(0.4132456,0.8895259),(0.4132456,0.8936644),(0.4174434,0.8936644),(0.4174434,0.8977996),(0.4216312,0.8977996),(0.4132456,0.8977996),(0.4132456,0.9019338),(0.4174434,0.9019338),(0.4216312,0.9019338),(0.4258092,0.8977996),(0.4258092,0.9019338),(0.4090372,0.8895259),(0.4048201,0.8895259),(0.4048201,0.8936644),(0.4090372,0.8936644),(0.4005963,0.8895259),(0.3963675,0.8895259),(0.3963675,0.8936644),(0.4005963,0.8936644),(0.4005963,0.8977996),(0.4048201,0.8977996),(0.3963675,0.8977996),(0.4005963,0.9019338),(0.3963675,0.9019338),(0.4048201,0.9019338),(0.4090372,0.8977996),(0.4090372,0.9019338),(0.3921357,0.8895259),(0.3879012,0.8895259),(0.3879012,0.8936644),(0.3921357,0.8936644),(0.3836642,0.8895259),(0.3794248,0.8895259),(0.3836642,0.8936644),(0.3794249,0.8936644),(0.3879012,0.8977996),(0.3836642,0.8977996),(0.3794248,0.8977996),(0.3836642,0.9019338),(0.3794248,0.9019338),(0.3879012,0.9019338),(0.3921357,0.8977996),(0.3921357,0.9019338),(0.3751834,0.8895259),(0.3709441,0.8895259),(0.3709441,0.8936644),(0.3751834,0.8936644),(0.3667112,0.8895259),(0.3624887,0.8895259),(0.3624887,0.8936644),(0.3667112,0.8936644),(0.3667112,0.8977996),(0.3709442,0.8977996),(0.3624887,0.8977996),(0.3624887,0.9019338),(0.3667112,0.9019338),(0.3709441,0.9019338),(0.3751834,0.8977996),(0.3751834,0.9019338),(0.358281,0.8895259),(0.3540821,0.8895259),(0.3540821,0.8936644),(0.358281,0.8936644),(0.3498864,0.8895259),(0.3456882,0.8895259),(0.3456882,0.8936644),(0.3498864,0.8936644),(0.3498864,0.8977996),(0.3540821,0.8977996),(0.3456882,0.8977996),(0.3456882,0.9019338),(0.3498864,0.9019338),(0.3540821,0.9019338),(0.3582809,0.8977996),(0.358281,0.9019338),(0.3414817,0.8895259),(0.3372694,0.8895259),(0.3372695,0.8936644),(0.3414817,0.8936644),(0.3330541,0.8895259),(0.3288383,0.8895259),(0.3288383,0.8936644),(0.3330541,0.8936644),(0.3330541,0.8977996),(0.3372695,0.8977996),(0.3288383,0.8977996),(0.3288383,0.9019338),(0.3330541,0.9019338),(0.3372695,0.9019338),(0.3414817,0.8977996),(0.3414817,0.9019338),(0.3246247,0.8895259),(0.3204179,0.8895259),(0.3204179,0.8936644),(0.3246247,0.8936644),(0.3162228,0.8895259),(0.3120441,0.8895259),(0.3162228,0.8936644),(0.3120441,0.8936644),(0.3162228,0.8977996),(0.3204179,0.8977996),(0.3120441,0.8977996),(0.3120441,0.9019338),(0.3162228,0.9019338),(0.3204179,0.9019338),(0.3246247,0.8977996),(0.3246247,0.9019338),(0.3078868,0.8895259),(0.3037427,0.8895259),(0.3078868,0.8936644),(0.3037427,0.8936644),(0.2996041,0.8895259),(0.2954631,0.8895259),(0.2996041,0.8936644),(0.2954631,0.8936644),(0.3037428,0.8977996),(0.2996041,0.8977996),(0.2954631,0.8977996),(0.2996041,0.9019338),(0.2954631,0.9019338),(0.3037427,0.9019338),(0.3078868,0.8977996),(0.3078868,0.9019338),(0.2913116,0.8895259),(0.2871543,0.8895259),(0.2913116,0.8936644),(0.2871543,0.8936644),(0.2829956,0.8895259),(0.2788399,0.8895259),(0.2829956,0.8936644),(0.2788399,0.8936644),(0.2871543,0.8977996),(0.2829956,0.8977996),(0.2788399,0.8977996),(0.2829956,0.9019338),(0.2788399,0.9019338),(0.2871543,0.9019338),(0.2913116,0.8977996),(0.2913116,0.9019338),(0.2746918,0.8895259),(0.2705556,0.8895259),(0.2746918,0.8936644),(0.2705556,0.8936644),(0.2664356,0.8895259),(0.262336,0.8895259),(0.2664356,0.8936644),(0.262336,0.8936644),(0.2705556,0.8977996),(0.2664356,0.8977996),(0.262336,0.8977996),(0.2664356,0.9019338),(0.262336,0.9019338),(0.2705556,0.9019338),(0.2746918,0.8977996),(0.2746918,0.9019338),(0.2582613,0.8895259),(0.254209,0.8895259),(0.2582613,0.8936644),(0.254209,0.8936644),(0.2501769,0.8895259),(0.2461624,0.8895259),(0.2501769,0.8936644),(0.2461624,0.8936644),(0.254209,0.8977996),(0.2501769,0.8977996),(0.2461624,0.8977996),(0.2501769,0.9019338),(0.2461624,0.9019338),(0.254209,0.9019338),(0.2582613,0.8977996),(0.2582613,0.9019338),(0.2421634,0.8895259),(0.238164,0.8895259),(0.2421634,0.8936644),(0.238164,0.8936644),(0.2341487,0.8895259),(0.2301017,0.8895259),(0.2341487,0.8936644),(0.2301017,0.8936644),(0.238164,0.8977996),(0.2341487,0.8977996),(0.2301017,0.8977996),(0.2341487,0.9019338),(0.2301017,0.9019338),(0.238164,0.9019338),(0.2421634,0.8977996),(0.2421634,0.9019338),(0.2260074,0.8895259),(0.2218787,0.8895259),(0.2260074,0.8936644),(0.2218787,0.8936644),(0.2177283,0.8895259),(0.2135691,0.8895259),(0.2177283,0.8936644),(0.2135692,0.8936644),(0.2218787,0.8977996),(0.2177283,0.8977996),(0.2135691,0.8977996),(0.2177283,0.9019338),(0.2135692,0.9019338),(0.2218787,0.9019338),(0.2260074,0.8977996),(0.2260074,0.9019338),(0.2094141,0.8895259),(0.2052627,0.8895259),(0.2094141,0.8936644),(0.2052627,0.8936644),(0.2011147,0.8895259),(0.1969699,0.8895259),(0.2011147,0.8936644),(0.1969699,0.8936644),(0.2052627,0.8977996),(0.2011147,0.8977996),(0.1969699,0.8977996),(0.2011147,0.9019338),(0.1969699,0.9019338),(0.2052627,0.9019338),(0.2094141,0.8977996),(0.2094141,0.9019338),(0.1928277,0.8895259),(0.1886888,0.8895259),(0.1928277,0.8936644),(0.1886888,0.8936644),(0.1845533,0.8895259),(0.1804218,0.8895259),(0.1845533,0.8936644),(0.1804218,0.8936644),(0.1886888,0.8977996),(0.1845533,0.8977996),(0.1804218,0.8977996),(0.1845533,0.9019338),(0.1804218,0.9019338),(0.1886888,0.9019338),(0.1928277,0.8977996),(0.1928277,0.9019338),(0.1762946,0.8895259),(0.1721701,0.8895259),(0.1762946,0.8936644),(0.1721701,0.8936644),(0.1680468,0.8895259),(0.163923,0.8895259),(0.1680468,0.8936644),(0.163923,0.8936644),(0.1721701,0.8977996),(0.1680468,0.8977996),(0.163923,0.8977996),(0.1680468,0.9019338),(0.163923,0.9019338),(0.1721701,0.9019338),(0.1762946,0.8977996),(0.1762946,0.9019338),(0.1597973,0.8895259),(0.1556691,0.8895259),(0.1597973,0.8936644),(0.1556691,0.8936644),(0.1515382,0.8895259),(0.1474041,0.8895259),(0.1474041,0.8936644),(0.1515382,0.8936644),(0.1556691,0.8977996),(0.1515382,0.8977996),(0.1474041,0.8977996),(0.1515382,0.9019338),(0.1474041,0.9019338),(0.1556691,0.9019338),(0.1597973,0.8977996),(0.1597973,0.9019338),(0.1432664,0.8895259),(0.1391259,0.8895259),(0.1391259,0.8936644),(0.1432664,0.8936644),(0.134983,0.8895259),(0.1308385,0.8895259),(0.1308385,0.8936644),(0.134983,0.8936644),(0.134983,0.8977996),(0.1391259,0.8977996),(0.1308385,0.8977996),(0.1308385,0.9019338),(0.134983,0.9019338),(0.1391259,0.9019338),(0.1432664,0.8977996),(0.1432664,0.9019338),(0.126693,0.8895259),(0.12255,0.8895259),(0.12255,0.8936644),(0.126693,0.8936644),(0.1184131,0.8895259),(0.1142857,0.8895259),(0.1142857,0.8936644),(0.1184131,0.8936644),(0.1184131,0.8977996),(0.12255,0.8977996),(0.1142857,0.8977996),(0.1142857,0.9019338),(0.1184131,0.9019338),(0.12255,0.9019338),(0.126693,0.8977996),(0.126693,0.9019338),(0.1101713,0.8895259),(0.1060752,0.8895259),(0.1060752,0.8936644),(0.1101713,0.8936644),(0.1020023,0.8895259),(0.09795791,0.8895259),(0.09795791,0.8936644),(0.1020023,0.8936644),(0.1020023,0.8977996),(0.1060752,0.8977996),(0.09795791,0.8977996),(0.09795791,0.9019338),(0.1020023,0.9019338),(0.1060752,0.9019338),(0.1101713,0.8977996),(0.1101713,0.9019338),(0.09394707,0.8895259),(0.08994583,0.8895259),(0.08994584,0.8936644),(0.09394707,0.8936644),(0.08593026,0.8895259),(0.08187638,0.8895259),(0.08187637,0.8936644),(0.08593025,0.8936644),(0.08593026,0.8977996),(0.08994584,0.8977996),(0.08187638,0.8977996),(0.08187638,0.9019338),(0.08593026,0.9019338),(0.08994584,0.9019338),(0.09394707,0.8977996),(0.09394707,0.9019338),(0.07776025,0.8895259),(0.07361087,0.8895259),(0.07361087,0.8936644),(0.07776025,0.8936644),(0.06945725,0.8895259),(0.06532837,0.8895259),(0.06532837,0.8936644),(0.06945725,0.8936644),(0.06945725,0.8977996),(0.07361087,0.8977996),(0.06532837,0.8977996),(0.06532837,0.9019338),(0.06945725,0.9019338),(0.07361087,0.9019338),(0.07776025,0.8977996),(0.07776025,0.9019338),(0.06125325,0.8895259),(0.05721605,0.8895259),(0.05721604,0.8936644),(0.06125325,0.8936644),(0.05320094,0.8895259),(0.0491921,0.8895259),(0.05320094,0.8936644),(0.04919209,0.8936644),(0.05320094,0.8977996),(0.05721605,0.8977996),(0.0491921,0.8977996),(0.05320094,0.9019338),(0.04919209,0.9019338),(0.05721605,0.9019338),(0.06125325,0.8977996),(0.06125325,0.9019338),(0.04517369,0.8895259),(0.04115105,0.8895259),(0.04517369,0.8936644),(0.04115105,0.8936644),(0.0371295,0.8895259),(0.03311438,0.8895259),(0.0371295,0.8936644),(0.03311437,0.8936644),(0.04115105,0.8977996),(0.0371295,0.8977996),(0.03311438,0.8977996),(0.0371295,0.9019338),(0.03311438,0.9019338),(0.04115105,0.9019338),(0.04517369,0.8977996),(0.04517369,0.9019338),(0.029111,0.8895259),(0.02511186,0.8895259),(0.029111,0.8936644),(0.02511186,0.8936644),(0.02110944,0.8895259),(0.01709622,0.8895259),(0.02110944,0.8936644),(0.01709622,0.8936644),(0.02511186,0.8977996),(0.02110944,0.8977996),(0.01709622,0.8977996),(0.02110944,0.9019338),(0.01709622,0.9019338),(0.02511186,0.9019338),(0.029111,0.8977996),(0.029111,0.9019338),(0.01306469,0.8895259),(0.009019421,0.8895268),(0.01306469,0.8936644),(0.009019421,0.8936646),(0.004965,0.8895297),(0.000906,0.8895335),(0.004965,0.8936652),(0.000906,0.893666),(0.009019421,0.8977995),(0.004965,0.8977991),(0.000906,0.8977985),(0.004965,0.901933),(0.000906,0.901931),(0.009019421,0.9019336),(0.01306469,0.8977996),(0.01306469,0.9019338),(0.9951518,0.9060686),(0.999094,0.906068),(0.9912093,0.906069),(0.9912093,0.9102014),(0.9951518,0.910203),(0.999094,0.910205),(0.9872664,0.9060692),(0.983323,0.9060692),(0.983323,0.910201),(0.9872664,0.910201),(0.9872664,0.9143247),(0.9912093,0.9143268),(0.983323,0.9143247),(0.983323,0.9184357),(0.9872664,0.9184357),(0.9912093,0.918439),(0.999094,0.914342),(0.9951518,0.9143333),(0.9951518,0.9184487),(0.999094,0.918479),(0.9793787,0.9060692),(0.9754275,0.9060692),(0.9754274,0.910201),(0.9793787,0.910201),(0.9714631,0.9060692),(0.9674796,0.9060692),(0.9674796,0.910201),(0.9714631,0.910201),(0.9714631,0.9143247),(0.9754274,0.9143247),(0.9674796,0.9143247),(0.9674796,0.9184357),(0.9714631,0.9184357),(0.9754274,0.9184357),(0.9793787,0.9143247),(0.9793787,0.9184357),(0.9634706,0.9060692),(0.9594426,0.9060692),(0.9594426,0.910201),(0.9634707,0.910201),(0.9554016,0.9060692),(0.9513539,0.9060692),(0.9513539,0.910201),(0.9554016,0.910201),(0.9554016,0.9143247),(0.9594426,0.9143247),(0.9513539,0.9143247),(0.9513539,0.9184357),(0.9554016,0.9184357),(0.9594425,0.9184357),(0.9634707,0.9143247),(0.9634706,0.9184357),(0.9473058,0.9060692),(0.9432498,0.9060692),(0.9432497,0.910201),(0.9473058,0.910201),(0.9391782,0.9060692),(0.9350839,0.9060692),(0.9350839,0.910201),(0.9391783,0.910201),(0.9391782,0.9143247),(0.9432497,0.9143247),(0.9350839,0.9143247),(0.9350839,0.9184357),(0.9391783,0.9184357),(0.9432497,0.9184357),(0.9473058,0.9143247),(0.9473058,0.9184357),(0.930959,0.9060692),(0.9268106,0.9060692),(0.9268106,0.910201),(0.930959,0.910201),(0.9226453,0.9060692),(0.9184701,0.9060692),(0.9184701,0.910201),(0.9226453,0.910201),(0.9226453,0.9143247),(0.9268106,0.9143247),(0.9184701,0.9143247),(0.9184701,0.9184357),(0.9226453,0.9184357),(0.9268106,0.9184357),(0.930959,0.9143247),(0.930959,0.9184357),(0.9142919,0.9060692),(0.910111,0.9060692),(0.9101109,0.910201),(0.9142919,0.910201),(0.9059278,0.9060692),(0.9017429,0.9060692),(0.9017429,0.910201),(0.9059278,0.910201),(0.9059278,0.9143247),(0.910111,0.9143247),(0.9017429,0.9143247),(0.9017428,0.9184357),(0.9059278,0.9184357),(0.9101109,0.9184357),(0.9142919,0.9143247),(0.9142919,0.9184357),(0.8975567,0.9060692),(0.8933688,0.9060692),(0.8975567,0.910201),(0.8933688,0.910201),(0.8891787,0.9060692),(0.8849859,0.9060692),(0.8849859,0.910201),(0.8891788,0.910201),(0.8891787,0.9143247),(0.8933688,0.9143247),(0.8849859,0.9143247),(0.8849859,0.9184357),(0.8891788,0.9184357),(0.8933688,0.9184357),(0.8975567,0.9143247),(0.8975567,0.9184357),(0.8807898,0.9060692),(0.8765806,0.9060692),(0.8765807,0.910201),(0.8807898,0.910201),(0.8723488,0.9060692),(0.8680845,0.9060692),(0.8680845,0.910201),(0.8723488,0.910201),(0.8723488,0.9143247),(0.8765806,0.9143247),(0.8680845,0.9143247),(0.8680845,0.9184357),(0.8723488,0.9184357),(0.8765806,0.9184357),(0.8807898,0.9143247),(0.8807898,0.9184357),(0.8637781,0.9060692),(0.8594491,0.9060692),(0.8594491,0.910201),(0.8637781,0.910201),(0.8551173,0.9060692),(0.8508024,0.9060692),(0.8551173,0.910201),(0.8508024,0.910201),(0.8551173,0.9143247),(0.8594491,0.9143247),(0.8508024,0.9143247),(0.8508024,0.9184357),(0.8551173,0.9184357),(0.859449,0.9184357),(0.8637781,0.9143247),(0.8637781,0.9184357),(0.846524,0.9060692),(0.8422731,0.9060692),(0.846524,0.910201),(0.8422731,0.910201),(0.8380403,0.9060692),(0.8338165,0.9060692),(0.8380403,0.910201),(0.8338165,0.910201),(0.8422731,0.9143247),(0.8380403,0.9143247),(0.8338165,0.9143247),(0.8380404,0.9184357),(0.8338165,0.9184357),(0.8422731,0.9184357),(0.846524,0.9143247),(0.846524,0.9184357),(0.8295926,0.9060692),(0.8253628,0.9060692),(0.8295926,0.910201),(0.8253628,0.910201),(0.8211217,0.9060692),(0.8168637,0.9060692),(0.8211217,0.910201),(0.8168637,0.910201),(0.8253628,0.9143247),(0.8211217,0.9143247),(0.8168637,0.9143247),(0.8211217,0.9184357),(0.8168637,0.9184357),(0.8253628,0.9184357),(0.8295926,0.9143247),(0.8295926,0.9184357),(0.8125832,0.9060692),(0.8082899,0.9060692),(0.8082899,0.910201),(0.8125832,0.910201),(0.8039935,0.9060692),(0.7997035,0.9060692),(0.7997035,0.910201),(0.8039935,0.910201),(0.8082899,0.9143247),(0.8039935,0.9143247),(0.7997035,0.9143247),(0.8039935,0.9184357),(0.7997035,0.9184357),(0.8082899,0.9184357),(0.8125832,0.9143247),(0.8125832,0.9184357),(0.7954297,0.9060692),(0.7911757,0.9060692),(0.7911757,0.910201),(0.7954297,0.910201),(0.7869452,0.9060692),(0.7827417,0.9060692),(0.7827417,0.910201),(0.7869452,0.910201),(0.7869452,0.9143247),(0.7911757,0.9143247),(0.7827417,0.9143247),(0.7827417,0.9184357),(0.7869452,0.9184357),(0.7911757,0.9184357),(0.7954297,0.9143247),(0.7954297,0.9184357),(0.7785689,0.9060692),(0.7744211,0.9060692),(0.7744212,0.910201),(0.7785689,0.910201),(0.7702925,0.9060692),(0.7661775,0.9060692),(0.7661775,0.910201),(0.7702925,0.910201),(0.7702925,0.9143247),(0.7744212,0.9143247),(0.7661775,0.9143247),(0.7661775,0.9184357),(0.7702925,0.9184357),(0.7744212,0.9184357),(0.778569,0.9143247),(0.778569,0.9184357),(0.7620703,0.9060692),(0.757961,0.9060692),(0.757961,0.910201),(0.7620703,0.910201),(0.7538399,0.9060692),(0.7496969,0.9060692),(0.7496969,0.910201),(0.7538399,0.910201),(0.7538399,0.9143247),(0.757961,0.9143247),(0.7496969,0.9143247),(0.7496969,0.9184357),(0.7538399,0.9184357),(0.757961,0.9184357),(0.7620703,0.9143247),(0.7620703,0.9184357),(0.7455223,0.9060692),(0.7413244,0.9060692),(0.7455223,0.910201),(0.7413245,0.910201),(0.7371117,0.9060692),(0.7328922,0.9060692),(0.7328923,0.910201),(0.7371117,0.910201),(0.7371117,0.9143247),(0.7413245,0.9143247),(0.7328922,0.9143247),(0.7328922,0.9184357),(0.7371117,0.9184357),(0.7413245,0.9184357),(0.7455223,0.9143247),(0.7455223,0.9184357),(0.7286744,0.9060692),(0.7244572,0.9060692),(0.7244572,0.910201),(0.7286744,0.910201),(0.7202395,0.9060692),(0.71602,0.9060692),(0.71602,0.910201),(0.7202395,0.910201),(0.7202395,0.9143247),(0.7244572,0.9143247),(0.71602,0.9143247),(0.71602,0.9184357),(0.7202394,0.9184357),(0.7244572,0.9184357),(0.7286744,0.9143247),(0.7286744,0.9184357),(0.7117977,0.9060692),(0.7075742,0.9060692),(0.7075742,0.910201),(0.7117977,0.910201),(0.7033514,0.9060692),(0.6991307,0.9060692),(0.6991307,0.910201),(0.7033514,0.910201),(0.7033514,0.9143247),(0.7075742,0.9143247),(0.6991307,0.9143247),(0.7033514,0.9184357),(0.6991307,0.9184357),(0.7075742,0.9184357),(0.7117977,0.9143247),(0.7117977,0.9184357),(0.6949139,0.9060692),(0.6906992,0.9060692),(0.6906992,0.910201),(0.6949139,0.910201),(0.6864849,0.9060692),(0.6822694,0.9060692),(0.6822693,0.910201),(0.6864849,0.910201),(0.6864849,0.9143247),(0.6906992,0.9143247),(0.6822694,0.9143247),(0.6864849,0.9184357),(0.6822693,0.9184357),(0.6906992,0.9184357),(0.6949139,0.9143247),(0.6949139,0.9184357),(0.6780508,0.9060692),(0.6738272,0.9060692),(0.6738272,0.910201),(0.6780507,0.910201),(0.6695971,0.9060692),(0.6653587,0.9060692),(0.6653587,0.910201),(0.6695971,0.910201),(0.6695971,0.9143247),(0.6738272,0.9143247),(0.6653587,0.9143247),(0.6653587,0.9184357),(0.6695971,0.9184357),(0.6738272,0.9184357),(0.6780508,0.9143247),(0.6780507,0.9184357),(0.6611102,0.9060692),(0.6568571,0.9060692),(0.6568571,0.910201),(0.6611102,0.910201),(0.6526053,0.9060692),(0.6483604,0.9060692),(0.6483604,0.910201),(0.6526054,0.910201),(0.6526054,0.9143247),(0.6568571,0.9143247),(0.6483604,0.9143247),(0.6483604,0.9184357),(0.6526053,0.9184357),(0.6568571,0.9184357),(0.6611102,0.9143247),(0.6611102,0.9184357),(0.6441281,0.9060692),(0.6399043,0.9060692),(0.6399043,0.910201),(0.6441281,0.910201),(0.635685,0.9060692),(0.6314663,0.9060692),(0.6314663,0.910201),(0.635685,0.910201),(0.635685,0.9143247),(0.6399043,0.9143247),(0.6314663,0.9143247),(0.6314663,0.9184357),(0.635685,0.9184357),(0.6399043,0.9184357),(0.6441281,0.9143247),(0.6441281,0.9184357),(0.627244,0.9060692),(0.6230208,0.9060692),(0.6230209,0.910201),(0.627244,0.910201),(0.6187993,0.9060692),(0.6145822,0.9060692),(0.6145822,0.910201),(0.6187993,0.910201),(0.6187993,0.9143247),(0.6230208,0.9143247),(0.6145822,0.9143247),(0.6145822,0.9184357),(0.6187993,0.9184357),(0.6230209,0.9184357),(0.627244,0.9143247),(0.627244,0.9184357),(0.6103719,0.9060692),(0.6061606,0.9060692),(0.6061606,0.910201),(0.6103719,0.910201),(0.6019406,0.9060692),(0.5977041,0.9060692),(0.5977041,0.910201),(0.6019406,0.910201),(0.6019406,0.9143247),(0.6061606,0.9143247),(0.5977041,0.9143247),(0.5977041,0.9184357),(0.6019406,0.9184357),(0.6061606,0.9184357),(0.6103719,0.9143247),(0.6103719,0.9184357),(0.5934432,0.9060692),(0.589169,0.9060692),(0.589169,0.910201),(0.5934432,0.910201),(0.5848927,0.9060692),(0.5806257,0.9060692),(0.5806257,0.910201),(0.5848927,0.910201),(0.5848927,0.9143247),(0.589169,0.9143247),(0.5806257,0.9143247),(0.5806257,0.9184357),(0.5848927,0.9184357),(0.589169,0.9184357),(0.5934432,0.9143247),(0.5934432,0.9184357),(0.5763788,0.9060692),(0.572147,0.9060692),(0.572147,0.910201),(0.5763788,0.910201),(0.567925,0.9060692),(0.5637077,0.9060692),(0.567925,0.910201),(0.5637077,0.910201),(0.572147,0.9143247),(0.567925,0.9143247),(0.5637077,0.9143247),(0.567925,0.9184357),(0.5637077,0.9184357),(0.572147,0.9184357),(0.5763788,0.9143247),(0.5763788,0.9184357),(0.55949,0.9060692),(0.5552715,0.9060692),(0.55949,0.910201),(0.5552715,0.910201),(0.5510522,0.9060692),(0.5468317,0.9060692),(0.5510522,0.910201),(0.5468317,0.910201),(0.5510522,0.9143247),(0.5552715,0.9143247),(0.5468317,0.9143247),(0.5468317,0.9184357),(0.5510522,0.9184357),(0.5552715,0.9184357),(0.55949,0.9143247),(0.55949,0.9184357),(0.5426099,0.9060692),(0.5383899,0.9060692),(0.5426099,0.910201),(0.5383899,0.910201),(0.5341746,0.9060692),(0.5299669,0.9060692),(0.5341746,0.910201),(0.5299669,0.910201),(0.5341746,0.9143247),(0.5383899,0.9143247),(0.5299669,0.9143247),(0.529967,0.9184357),(0.5341746,0.9184357),(0.5383899,0.9184357),(0.5426099,0.9143247),(0.5426099,0.9184357),(0.52577,0.9060692),(0.5215818,0.9060692),(0.5215818,0.910201),(0.52577,0.910201),(0.5174,0.9060692),(0.5132228,0.9060692),(0.5132228,0.910201),(0.5174,0.910201),(0.5174,0.9143247),(0.5215818,0.9143247),(0.5132228,0.9143247),(0.5132228,0.9184357),(0.5174,0.9184357),(0.5215818,0.9184357),(0.52577,0.9143247),(0.52577,0.9184357),(0.5090478,0.9060692),(0.5048727,0.9060692),(0.5090478,0.910201),(0.5048727,0.910201),(0.5006949,0.9060692),(0.4965119,0.9060692),(0.5006949,0.910201),(0.4965119,0.910201),(0.5048727,0.9143247),(0.5006949,0.9143247),(0.4965119,0.9143247),(0.5006949,0.9184357),(0.4965119,0.9184357),(0.5048727,0.9184357),(0.5090478,0.9143247),(0.5090478,0.9184357),(0.4923214,0.9060692),(0.4881234,0.9060692),(0.4923214,0.910201),(0.4881234,0.910201),(0.4839184,0.9060692),(0.4797065,0.9060692),(0.4839184,0.910201),(0.4797065,0.910201),(0.4881234,0.9143247),(0.4839184,0.9143247),(0.4797065,0.9143247),(0.4839184,0.9184357),(0.4797064,0.9184357),(0.4881234,0.9184357),(0.4923214,0.9143247),(0.4923214,0.9184357),(0.4754879,0.9060692),(0.4712752,0.9060692),(0.4754879,0.910201),(0.4712752,0.910201),(0.4670808,0.9060692),(0.4629171,0.9060692),(0.4670808,0.910201),(0.4629171,0.910201),(0.4712752,0.9143247),(0.4670808,0.9143247),(0.4629171,0.9143247),(0.4670808,0.9184357),(0.4629171,0.9184357),(0.4712752,0.9184357),(0.4754879,0.9143247),(0.4754879,0.9184357),(0.4587967,0.9060692),(0.4547031,0.9060692),(0.4547031,0.910201),(0.4587967,0.910201),(0.4506197,0.9060692),(0.44653,0.9060692),(0.44653,0.910201),(0.4506197,0.910201),(0.4506197,0.9143247),(0.4547031,0.9143247),(0.44653,0.9143247),(0.44653,0.9184357),(0.4506197,0.9184357),(0.4547031,0.9184357),(0.4587967,0.9143247),(0.4587967,0.9184357),(0.4424174,0.9060692),(0.4382856,0.9060692),(0.4382856,0.910201),(0.4424174,0.910201),(0.4341379,0.9060692),(0.429978,0.9060692),(0.429978,0.910201),(0.4341379,0.910201),(0.4341379,0.9143247),(0.4382856,0.9143247),(0.429978,0.9143247),(0.429978,0.9184357),(0.4341379,0.9184357),(0.4382856,0.9184357),(0.4424174,0.9143247),(0.4424174,0.9184357),(0.4258092,0.9060692),(0.4216311,0.9060692),(0.4216312,0.910201),(0.4258092,0.910201),(0.4174434,0.9060692),(0.4132456,0.9060692),(0.4132456,0.910201),(0.4174434,0.910201),(0.4174434,0.9143247),(0.4216312,0.9143247),(0.4132456,0.9143247),(0.4132456,0.9184357),(0.4174434,0.9184357),(0.4216312,0.9184357),(0.4258092,0.9143247),(0.4258092,0.9184357),(0.4090372,0.9060692),(0.4048201,0.9060692),(0.4048201,0.910201),(0.4090372,0.910201),(0.4005963,0.9060692),(0.3963675,0.9060692),(0.4005963,0.910201),(0.3963675,0.910201),(0.4048201,0.9143247),(0.4005963,0.9143247),(0.3963675,0.9143247),(0.4005963,0.9184357),(0.3963675,0.9184357),(0.4048201,0.9184357),(0.4090372,0.9143247),(0.4090372,0.9184357),(0.3921357,0.9060692),(0.3879012,0.9060692),(0.3921357,0.910201),(0.3879012,0.910201),(0.3836642,0.9060692),(0.3794248,0.9060692),(0.3836642,0.910201),(0.3794249,0.910201),(0.3879012,0.9143247),(0.3836642,0.9143247),(0.3794248,0.9143247),(0.3836642,0.9184357),(0.3794248,0.9184357),(0.3879012,0.9184357),(0.3921357,0.9143247),(0.3921357,0.9184357),(0.3751834,0.9060692),(0.3709441,0.9060692),(0.3709441,0.910201),(0.3751834,0.910201),(0.3667112,0.9060692),(0.3624887,0.9060692),(0.3624887,0.910201),(0.3667112,0.910201),(0.3667112,0.9143247),(0.3709442,0.9143247),(0.3624887,0.9143247),(0.3624887,0.9184357),(0.3667112,0.9184357),(0.3709441,0.9184357),(0.3751834,0.9143247),(0.3751834,0.9184357),(0.358281,0.9060692),(0.3540821,0.9060692),(0.3540821,0.910201),(0.358281,0.910201),(0.3498864,0.9060692),(0.3456882,0.9060692),(0.3456882,0.910201),(0.3498864,0.910201),(0.3498864,0.9143247),(0.3540821,0.9143247),(0.3456882,0.9143247),(0.3456882,0.9184357),(0.3498864,0.9184357),(0.3540821,0.9184357),(0.3582809,0.9143247),(0.358281,0.9184357),(0.3414817,0.9060692),(0.3372694,0.9060692),(0.3372695,0.910201),(0.3414817,0.910201),(0.3330541,0.9060692),(0.3288383,0.9060692),(0.3288383,0.910201),(0.3330541,0.910201),(0.3330541,0.9143247),(0.3372695,0.9143247),(0.3288383,0.9143247),(0.3288383,0.9184357),(0.3330541,0.9184357),(0.3372695,0.9184357),(0.3414817,0.9143247),(0.3414817,0.9184357),(0.3246247,0.9060692),(0.3204179,0.9060692),(0.3204179,0.910201),(0.3246247,0.910201),(0.3162228,0.9060692),(0.3120441,0.9060692),(0.3120441,0.910201),(0.3162228,0.910201),(0.3162228,0.9143247),(0.3204179,0.9143247),(0.3120441,0.9143247),(0.3120441,0.9184357),(0.3162228,0.9184357),(0.3204179,0.9184357),(0.3246247,0.9143247),(0.3246247,0.9184357),(0.3078868,0.9060692),(0.3037427,0.9060692),(0.3037427,0.910201),(0.3078868,0.910201),(0.2996041,0.9060692),(0.2954631,0.9060692),(0.2996041,0.910201),(0.2954631,0.910201),(0.2996041,0.9143247),(0.3037428,0.9143247),(0.2954631,0.9143247),(0.2954631,0.9184357),(0.2996041,0.9184357),(0.3037427,0.9184357),(0.3078868,0.9143247),(0.3078868,0.9184357),(0.2913116,0.9060692),(0.2871543,0.9060692),(0.2871543,0.910201),(0.2913116,0.910201),(0.2829956,0.9060692),(0.2788399,0.9060692),(0.2829956,0.910201),(0.2788399,0.910201),(0.2829956,0.9143247),(0.2871543,0.9143247),(0.2788399,0.9143247),(0.2788399,0.9184357),(0.2829956,0.9184357),(0.2871543,0.9184357),(0.2913116,0.9143247),(0.2913116,0.9184357),(0.2746918,0.9060692),(0.2705556,0.9060692),(0.2746918,0.910201),(0.2705556,0.910201),(0.2664356,0.9060692),(0.262336,0.9060692),(0.2664356,0.910201),(0.262336,0.910201),(0.2705556,0.9143247),(0.2664356,0.9143247),(0.262336,0.9143247),(0.2664356,0.9184357),(0.262336,0.9184357),(0.2705556,0.9184357),(0.2746918,0.9143247),(0.2746918,0.9184357),(0.2582613,0.9060692),(0.254209,0.9060692),(0.2582613,0.910201),(0.254209,0.910201),(0.2501769,0.9060692),(0.2461624,0.9060692),(0.2501769,0.910201),(0.2461624,0.910201),(0.254209,0.9143247),(0.2501769,0.9143247),(0.2461624,0.9143247),(0.2501769,0.9184357),(0.2461624,0.9184357),(0.254209,0.9184357),(0.2582613,0.9143247),(0.2582613,0.9184357),(0.2421634,0.9060692),(0.238164,0.9060692),(0.2421634,0.910201),(0.238164,0.910201),(0.2341487,0.9060692),(0.2301017,0.9060692),(0.2341487,0.910201),(0.2301017,0.910201),(0.238164,0.9143247),(0.2341487,0.9143247),(0.2301017,0.9143247),(0.2341487,0.9184357),(0.2301017,0.9184357),(0.238164,0.9184357),(0.2421634,0.9143247),(0.2421634,0.9184357),(0.2260074,0.9060692),(0.2218787,0.9060692),(0.2260074,0.910201),(0.2218787,0.910201),(0.2177283,0.9060692),(0.2135691,0.9060692),(0.2177283,0.910201),(0.2135692,0.910201),(0.2218787,0.9143247),(0.2177283,0.9143247),(0.2135691,0.9143247),(0.2177283,0.9184357),(0.2135692,0.9184357),(0.2218787,0.9184357),(0.2260074,0.9143247),(0.2260074,0.9184357),(0.2094141,0.9060692),(0.2052627,0.9060692),(0.2094141,0.910201),(0.2052627,0.910201),(0.2011147,0.9060692),(0.1969699,0.9060692),(0.2011147,0.910201),(0.1969699,0.910201),(0.2052627,0.9143247),(0.2011147,0.9143247),(0.1969699,0.9143247),(0.2011147,0.9184357),(0.1969699,0.9184357),(0.2052627,0.9184357),(0.2094141,0.9143247),(0.2094141,0.9184357),(0.1928277,0.9060692),(0.1886888,0.9060692),(0.1928277,0.910201),(0.1886888,0.910201),(0.1845533,0.9060692),(0.1804218,0.9060692),(0.1845533,0.910201),(0.1804218,0.910201),(0.1886888,0.9143247),(0.1845533,0.9143247),(0.1804218,0.9143247),(0.1845533,0.9184357),(0.1804218,0.9184357),(0.1886888,0.9184357),(0.1928277,0.9143247),(0.1928277,0.9184357),(0.1762946,0.9060692),(0.1721701,0.9060692),(0.1762946,0.910201),(0.1721701,0.910201),(0.1680468,0.9060692),(0.163923,0.9060692),(0.1680468,0.910201),(0.163923,0.910201),(0.1721701,0.9143247),(0.1680468,0.9143247),(0.163923,0.9143247),(0.1680468,0.9184357),(0.163923,0.9184357),(0.1721701,0.9184357),(0.1762946,0.9143247),(0.1762946,0.9184357),(0.1597973,0.9060692),(0.1556691,0.9060692),(0.1597973,0.910201),(0.1556691,0.910201),(0.1515382,0.9060692),(0.1474041,0.9060692),(0.1515382,0.910201),(0.1474041,0.910201),(0.1556691,0.9143247),(0.1515382,0.9143247),(0.1474041,0.9143247),(0.1515382,0.9184357),(0.1474041,0.9184357),(0.1556691,0.9184357),(0.1597973,0.9143247),(0.1597973,0.9184357),(0.1432664,0.9060692),(0.1391259,0.9060692),(0.1432664,0.910201),(0.1391259,0.910201),(0.134983,0.9060692),(0.1308385,0.9060692),(0.134983,0.910201),(0.1308385,0.910201),(0.1391259,0.9143247),(0.134983,0.9143247),(0.1308385,0.9143247),(0.134983,0.9184357),(0.1308385,0.9184357),(0.1391259,0.9184357),(0.1432664,0.9143247),(0.1432664,0.9184357),(0.126693,0.9060692),(0.12255,0.9060692),(0.12255,0.910201),(0.126693,0.910201),(0.1184131,0.9060692),(0.1142857,0.9060692),(0.1142857,0.910201),(0.1184131,0.910201),(0.1184131,0.9143247),(0.12255,0.9143247),(0.1142857,0.9143247),(0.1184131,0.9184357),(0.1142857,0.9184357),(0.12255,0.9184357),(0.126693,0.9143247),(0.126693,0.9184357),(0.1101713,0.9060692),(0.1060752,0.9060692),(0.1060752,0.910201),(0.1101713,0.910201),(0.1020023,0.9060692),(0.09795791,0.9060692),(0.09795791,0.910201),(0.1020023,0.910201),(0.1020023,0.9143247),(0.1060752,0.9143247),(0.09795791,0.9143247),(0.09795791,0.9184357),(0.1020023,0.9184357),(0.1060752,0.9184357),(0.1101713,0.9143247),(0.1101713,0.9184357),(0.09394707,0.9060692),(0.08994583,0.9060692),(0.08994584,0.910201),(0.09394707,0.910201),(0.08593026,0.9060692),(0.08187638,0.9060692),(0.08187637,0.910201),(0.08593025,0.910201),(0.08593026,0.9143247),(0.08994584,0.9143247),(0.08187638,0.9143247),(0.08187638,0.9184357),(0.08593026,0.9184357),(0.08994584,0.9184357),(0.09394707,0.9143247),(0.09394707,0.9184357),(0.07776025,0.9060692),(0.07361087,0.9060692),(0.07361087,0.910201),(0.07776025,0.910201),(0.06945725,0.9060692),(0.06532837,0.9060692),(0.06532837,0.910201),(0.06945725,0.910201),(0.06945725,0.9143247),(0.07361087,0.9143247),(0.06532837,0.9143247),(0.06532837,0.9184357),(0.06945725,0.9184357),(0.07361087,0.9184357),(0.07776025,0.9143247),(0.07776025,0.9184357),(0.06125325,0.9060692),(0.05721605,0.9060692),(0.05721604,0.910201),(0.06125325,0.910201),(0.05320094,0.9060692),(0.0491921,0.9060692),(0.05320094,0.910201),(0.04919209,0.910201),(0.05320094,0.9143247),(0.05721605,0.9143247),(0.0491921,0.9143247),(0.05320094,0.9184357),(0.04919209,0.9184357),(0.05721605,0.9184357),(0.06125325,0.9143247),(0.06125325,0.9184357),(0.04517369,0.9060692),(0.04115105,0.9060692),(0.04517369,0.910201),(0.04115105,0.910201),(0.0371295,0.9060692),(0.03311438,0.9060692),(0.0371295,0.910201),(0.03311437,0.910201),(0.04115105,0.9143247),(0.0371295,0.9143247),(0.03311438,0.9143247),(0.0371295,0.9184357),(0.03311438,0.9184357),(0.04115105,0.9184357),(0.04517369,0.9143247),(0.04517369,0.9184357),(0.029111,0.9060692),(0.02511186,0.9060692),(0.029111,0.910201),(0.02511186,0.910201),(0.02110944,0.9060692),(0.01709622,0.9060692),(0.02110944,0.910201),(0.01709622,0.910201),(0.02511186,0.9143247),(0.02110944,0.9143247),(0.01709622,0.9143247),(0.02110944,0.9184357),(0.01709622,0.9184357),(0.02511186,0.9184357),(0.029111,0.9143247),(0.029111,0.9184357),(0.01306469,0.9060692),(0.009019421,0.906069),(0.009019421,0.9102014),(0.01306469,0.910201),(0.004965,0.9060686),(0.000906,0.906068),(0.000906,0.910205),(0.004965,0.910203),(0.004965,0.9143333),(0.009019421,0.9143268),(0.000906,0.914342),(0.000906,0.918479),(0.004965,0.9184487),(0.009019421,0.918439),(0.01306469,0.9143247),(0.01306469,0.9184357),(0.999094,0.9225467),(0.9951518,0.9225381),(0.9912093,0.9225316),(0.9912093,0.9266117),(0.9951518,0.9266129),(0.999094,0.9266145),(0.9872664,0.9225295),(0.983323,0.9225295),(0.983323,0.9266112),(0.9872664,0.9266112),(0.9872664,0.9306865),(0.9912093,0.930686),(0.983323,0.9306865),(0.983323,0.9347606),(0.9872664,0.9347606),(0.9912093,0.9347599),(0.9951518,0.9306844),(0.999094,0.9306822),(0.9951518,0.9347575),(0.999094,0.93475),(0.9793787,0.9225295),(0.9754275,0.9225295),(0.9754274,0.9266112),(0.9793787,0.9266112),(0.9714631,0.9225295),(0.9674796,0.9225295),(0.9674796,0.9266112),(0.9714631,0.9266112),(0.9714631,0.9306865),(0.9754274,0.9306865),(0.9674796,0.9306865),(0.9674796,0.9347606),(0.9714631,0.9347606),(0.9754274,0.9347606),(0.9793787,0.9306865),(0.9793787,0.9347606),(0.9634706,0.9225295),(0.9594426,0.9225295),(0.9594426,0.9266112),(0.9634707,0.9266112),(0.9554016,0.9225295),(0.9513539,0.9225295),(0.9513539,0.9266112),(0.9554016,0.9266112),(0.9554016,0.9306865),(0.9594426,0.9306865),(0.9513539,0.9306865),(0.9513539,0.9347606),(0.9554016,0.9347606),(0.9594425,0.9347606),(0.9634707,0.9306865),(0.9634706,0.9347606),(0.9473058,0.9225295),(0.9432498,0.9225295),(0.9432497,0.9266112),(0.9473058,0.9266112),(0.9391782,0.9225295),(0.9350839,0.9225295),(0.9350839,0.9266112),(0.9391783,0.9266112),(0.9391782,0.9306865),(0.9432497,0.9306865),(0.9350839,0.9306865),(0.9350839,0.9347606),(0.9391783,0.9347606),(0.9432497,0.9347606),(0.9473058,0.9306865),(0.9473058,0.9347606),(0.930959,0.9225295),(0.9268106,0.9225295),(0.9268106,0.9266112),(0.930959,0.9266112),(0.9226453,0.9225295),(0.9184701,0.9225295),(0.9184701,0.9266112),(0.9226453,0.9266112),(0.9226453,0.9306865),(0.9268106,0.9306865),(0.9184701,0.9306865),(0.9184701,0.9347606),(0.9226453,0.9347606),(0.9268106,0.9347606),(0.930959,0.9306865),(0.930959,0.9347606),(0.9142919,0.9225295),(0.910111,0.9225295),(0.9101109,0.9266112),(0.9142919,0.9266112),(0.9059278,0.9225295),(0.9017429,0.9225295),(0.9017429,0.9266112),(0.9059278,0.9266112),(0.9059278,0.9306865),(0.910111,0.9306865),(0.9017429,0.9306865),(0.9017428,0.9347606),(0.9059278,0.9347606),(0.9101109,0.9347606),(0.9142919,0.9306865),(0.9142919,0.9347606),(0.8975567,0.9225295),(0.8933688,0.9225295),(0.8933688,0.9266112),(0.8975567,0.9266112),(0.8891787,0.9225295),(0.8849859,0.9225295),(0.8849859,0.9266112),(0.8891788,0.9266112),(0.8891787,0.9306865),(0.8933688,0.9306865),(0.8849859,0.9306865),(0.8849859,0.9347606),(0.8891788,0.9347606),(0.8933688,0.9347606),(0.8975567,0.9306865),(0.8975567,0.9347606),(0.8807898,0.9225295),(0.8765806,0.9225295),(0.8765807,0.9266112),(0.8807898,0.9266112),(0.8723488,0.9225295),(0.8680845,0.9225295),(0.8680845,0.9266112),(0.8723488,0.9266112),(0.8723488,0.9306865),(0.8765806,0.9306865),(0.8680845,0.9306865),(0.8723488,0.9347606),(0.8680845,0.9347606),(0.8765806,0.9347606),(0.8807898,0.9306865),(0.8807898,0.9347606),(0.8637781,0.9225295),(0.8594491,0.9225295),(0.8594491,0.9266112),(0.8637781,0.9266112),(0.8551173,0.9225295),(0.8508024,0.9225295),(0.8508024,0.9266112),(0.8551173,0.9266112),(0.8551173,0.9306865),(0.8594491,0.9306865),(0.8508024,0.9306865),(0.8508024,0.9347606),(0.8551173,0.9347606),(0.859449,0.9347606),(0.8637781,0.9306865),(0.8637781,0.9347606),(0.846524,0.9225295),(0.8422731,0.9225295),(0.8422731,0.9266112),(0.846524,0.9266112),(0.8380403,0.9225295),(0.8338165,0.9225295),(0.8380403,0.9266112),(0.8338165,0.9266112),(0.8380403,0.9306865),(0.8422731,0.9306865),(0.8338165,0.9306865),(0.8338165,0.9347606),(0.8380404,0.9347606),(0.8422731,0.9347606),(0.846524,0.9306865),(0.846524,0.9347606),(0.8295926,0.9225295),(0.8253628,0.9225295),(0.8295926,0.9266112),(0.8253628,0.9266112),(0.8211217,0.9225295),(0.8168637,0.9225295),(0.8211217,0.9266112),(0.8168637,0.9266112),(0.8253628,0.9306865),(0.8211217,0.9306865),(0.8168637,0.9306865),(0.8211217,0.9347606),(0.8168637,0.9347606),(0.8253628,0.9347606),(0.8295926,0.9306865),(0.8295926,0.9347606),(0.8125832,0.9225295),(0.8082899,0.9225295),(0.8125832,0.9266112),(0.8082899,0.9266112),(0.8039935,0.9225295),(0.7997035,0.9225295),(0.8039935,0.9266112),(0.7997035,0.9266112),(0.8082899,0.9306865),(0.8039935,0.9306865),(0.7997035,0.9306865),(0.8039935,0.9347606),(0.7997035,0.9347606),(0.8082899,0.9347606),(0.8125832,0.9306865),(0.8125832,0.9347606),(0.7954297,0.9225295),(0.7911757,0.9225295),(0.7911757,0.9266112),(0.7954297,0.9266112),(0.7869452,0.9225295),(0.7827417,0.9225295),(0.7827417,0.9266112),(0.7869452,0.9266112),(0.7869452,0.9306865),(0.7911757,0.9306865),(0.7827417,0.9306865),(0.7827417,0.9347606),(0.7869452,0.9347606),(0.7911757,0.9347606),(0.7954297,0.9306865),(0.7954297,0.9347606),(0.7785689,0.9225295),(0.7744211,0.9225295),(0.7744212,0.9266112),(0.7785689,0.9266112),(0.7702925,0.9225295),(0.7661775,0.9225295),(0.7661775,0.9266112),(0.7702925,0.9266112),(0.7702925,0.9306865),(0.7744212,0.9306865),(0.7661775,0.9306865),(0.7661775,0.9347606),(0.7702925,0.9347606),(0.7744212,0.9347606),(0.778569,0.9306865),(0.778569,0.9347606),(0.7620703,0.9225295),(0.757961,0.9225295),(0.757961,0.9266112),(0.7620703,0.9266112),(0.7538399,0.9225295),(0.7496969,0.9225295),(0.7496969,0.9266112),(0.7538399,0.9266112),(0.7538399,0.9306865),(0.757961,0.9306865),(0.7496969,0.9306865),(0.7496969,0.9347606),(0.7538399,0.9347606),(0.757961,0.9347606),(0.7620703,0.9306865),(0.7620703,0.9347606),(0.7455223,0.9225295),(0.7413244,0.9225295),(0.7413245,0.9266112),(0.7455223,0.9266112),(0.7371117,0.9225295),(0.7328922,0.9225295),(0.7328923,0.9266112),(0.7371117,0.9266112),(0.7371117,0.9306865),(0.7413245,0.9306865),(0.7328922,0.9306865),(0.7328922,0.9347606),(0.7371117,0.9347606),(0.7413245,0.9347606),(0.7455223,0.9306865),(0.7455223,0.9347606),(0.7286744,0.9225295),(0.7244572,0.9225295),(0.7244572,0.9266112),(0.7286744,0.9266112),(0.7202395,0.9225295),(0.71602,0.9225295),(0.7202395,0.9266112),(0.71602,0.9266112),(0.7244572,0.9306865),(0.7202395,0.9306865),(0.71602,0.9306865),(0.7202394,0.9347606),(0.71602,0.9347606),(0.7244572,0.9347606),(0.7286744,0.9306865),(0.7286744,0.9347606),(0.7117977,0.9225295),(0.7075742,0.9225295),(0.7117977,0.9266112),(0.7075742,0.9266112),(0.7033514,0.9225295),(0.6991307,0.9225295),(0.7033514,0.9266112),(0.6991307,0.9266112),(0.7075742,0.9306865),(0.7033514,0.9306865),(0.6991307,0.9306865),(0.7033514,0.9347606),(0.6991307,0.9347606),(0.7075742,0.9347606),(0.7117977,0.9306865),(0.7117977,0.9347606),(0.6949139,0.9225295),(0.6906992,0.9225295),(0.6949139,0.9266112),(0.6906992,0.9266112),(0.6864849,0.9225295),(0.6822694,0.9225295),(0.6822693,0.9266112),(0.6864849,0.9266112),(0.6864849,0.9306865),(0.6906992,0.9306865),(0.6822694,0.9306865),(0.6822693,0.9347606),(0.6864849,0.9347606),(0.6906992,0.9347606),(0.6949139,0.9306865),(0.6949139,0.9347606),(0.6780508,0.9225295),(0.6738272,0.9225295),(0.6738272,0.9266112),(0.6780507,0.9266112),(0.6695971,0.9225295),(0.6653587,0.9225295),(0.6653587,0.9266112),(0.6695971,0.9266112),(0.6695971,0.9306865),(0.6738272,0.9306865),(0.6653587,0.9306865),(0.6653587,0.9347606),(0.6695971,0.9347606),(0.6738272,0.9347606),(0.6780508,0.9306865),(0.6780507,0.9347606),(0.6611102,0.9225295),(0.6568571,0.9225295),(0.6568571,0.9266112),(0.6611102,0.9266112),(0.6526053,0.9225295),(0.6483604,0.9225295),(0.6483604,0.9266112),(0.6526054,0.9266112),(0.6526054,0.9306865),(0.6568571,0.9306865),(0.6483604,0.9306865),(0.6483604,0.9347606),(0.6526053,0.9347606),(0.6568571,0.9347606),(0.6611102,0.9306865),(0.6611102,0.9347606),(0.6441281,0.9225295),(0.6399043,0.9225295),(0.6399043,0.9266112),(0.6441281,0.9266112),(0.635685,0.9225295),(0.6314663,0.9225295),(0.6314663,0.9266112),(0.635685,0.9266112),(0.635685,0.9306865),(0.6399043,0.9306865),(0.6314663,0.9306865),(0.6314663,0.9347606),(0.635685,0.9347606),(0.6399043,0.9347606),(0.6441281,0.9306865),(0.6441281,0.9347606),(0.627244,0.9225295),(0.6230208,0.9225295),(0.6230209,0.9266112),(0.627244,0.9266112),(0.6187993,0.9225295),(0.6145822,0.9225295),(0.6145822,0.9266112),(0.6187993,0.9266112),(0.6187993,0.9306865),(0.6230208,0.9306865),(0.6145822,0.9306865),(0.6145822,0.9347606),(0.6187993,0.9347606),(0.6230209,0.9347606),(0.627244,0.9306865),(0.627244,0.9347606),(0.6103719,0.9225295),(0.6061606,0.9225295),(0.6061606,0.9266112),(0.6103719,0.9266112),(0.6019406,0.9225295),(0.5977041,0.9225295),(0.6019406,0.9266112),(0.5977041,0.9266112),(0.6061606,0.9306865),(0.6019406,0.9306865),(0.5977041,0.9306865),(0.6019406,0.9347606),(0.5977041,0.9347606),(0.6061606,0.9347606),(0.6103719,0.9306865),(0.6103719,0.9347606),(0.5934432,0.9225295),(0.589169,0.9225295),(0.5934432,0.9266112),(0.589169,0.9266112),(0.5848927,0.9225295),(0.5806257,0.9225295),(0.5806257,0.9266112),(0.5848927,0.9266112),(0.589169,0.9306865),(0.5848927,0.9306865),(0.5806257,0.9306865),(0.5806257,0.9347606),(0.5848927,0.9347606),(0.589169,0.9347606),(0.5934432,0.9306865),(0.5934432,0.9347606),(0.5763788,0.9225295),(0.572147,0.9225295),(0.572147,0.9266112),(0.5763788,0.9266112),(0.567925,0.9225295),(0.5637077,0.9225295),(0.567925,0.9266112),(0.5637077,0.9266112),(0.567925,0.9306865),(0.572147,0.9306865),(0.5637077,0.9306865),(0.5637077,0.9347606),(0.567925,0.9347606),(0.572147,0.9347606),(0.5763788,0.9306865),(0.5763788,0.9347606),(0.55949,0.9225295),(0.5552715,0.9225295),(0.5552715,0.9266112),(0.55949,0.9266112),(0.5510522,0.9225295),(0.5468317,0.9225295),(0.5468317,0.9266112),(0.5510522,0.9266112),(0.5510522,0.9306865),(0.5552715,0.9306865),(0.5468317,0.9306865),(0.5468317,0.9347606),(0.5510522,0.9347606),(0.5552715,0.9347606),(0.55949,0.9306865),(0.55949,0.9347606),(0.5426099,0.9225295),(0.5383899,0.9225295),(0.5383899,0.9266112),(0.5426099,0.9266112),(0.5341746,0.9225295),(0.5299669,0.9225295),(0.5299669,0.9266112),(0.5341746,0.9266112),(0.5341746,0.9306865),(0.5383899,0.9306865),(0.5299669,0.9306865),(0.529967,0.9347606),(0.5341746,0.9347606),(0.5383899,0.9347606),(0.5426099,0.9306865),(0.5426099,0.9347606),(0.52577,0.9225295),(0.5215818,0.9225295),(0.5215818,0.9266112),(0.52577,0.9266112),(0.5174,0.9225295),(0.5132228,0.9225295),(0.5132228,0.9266112),(0.5174,0.9266112),(0.5174,0.9306865),(0.5215818,0.9306865),(0.5132228,0.9306865),(0.5132228,0.9347606),(0.5174,0.9347606),(0.5215818,0.9347606),(0.52577,0.9306865),(0.52577,0.9347606),(0.5090478,0.9225295),(0.5048727,0.9225295),(0.5090478,0.9266112),(0.5048727,0.9266112),(0.5006949,0.9225295),(0.4965119,0.9225295),(0.5006949,0.9266112),(0.4965119,0.9266112),(0.5048727,0.9306865),(0.5006949,0.9306865),(0.4965119,0.9306865),(0.5006949,0.9347606),(0.4965119,0.9347606),(0.5048727,0.9347606),(0.5090478,0.9306865),(0.5090478,0.9347606),(0.4923214,0.9225295),(0.4881234,0.9225295),(0.4923214,0.9266112),(0.4881234,0.9266112),(0.4839184,0.9225295),(0.4797065,0.9225295),(0.4839184,0.9266112),(0.4797065,0.9266112),(0.4881234,0.9306865),(0.4839184,0.9306865),(0.4797065,0.9306865),(0.4839184,0.9347606),(0.4797064,0.9347606),(0.4881234,0.9347606),(0.4923214,0.9306865),(0.4923214,0.9347606),(0.4754879,0.9225295),(0.4712752,0.9225295),(0.4754879,0.9266112),(0.4712752,0.9266112),(0.4670808,0.9225295),(0.4629171,0.9225295),(0.4670808,0.9266112),(0.4629171,0.9266112),(0.4712752,0.9306865),(0.4670808,0.9306865),(0.4629171,0.9306865),(0.4670808,0.9347606),(0.4629171,0.9347606),(0.4712752,0.9347606),(0.4754879,0.9306865),(0.4754879,0.9347606),(0.4587967,0.9225295),(0.4547031,0.9225295),(0.4547031,0.9266112),(0.4587967,0.9266112),(0.4506197,0.9225295),(0.44653,0.9225295),(0.44653,0.9266112),(0.4506197,0.9266112),(0.4506197,0.9306865),(0.4547031,0.9306865),(0.44653,0.9306865),(0.44653,0.9347606),(0.4506197,0.9347606),(0.4547031,0.9347606),(0.4587967,0.9306865),(0.4587967,0.9347606),(0.4424174,0.9225295),(0.4382856,0.9225295),(0.4382856,0.9266112),(0.4424174,0.9266112),(0.4341379,0.9225295),(0.429978,0.9225295),(0.429978,0.9266112),(0.4341379,0.9266112),(0.4341379,0.9306865),(0.4382856,0.9306865),(0.429978,0.9306865),(0.429978,0.9347606),(0.4341379,0.9347606),(0.4382856,0.9347606),(0.4424174,0.9306865),(0.4424174,0.9347606),(0.4258092,0.9225295),(0.4216311,0.9225295),(0.4216312,0.9266112),(0.4258092,0.9266112),(0.4174434,0.9225295),(0.4132456,0.9225295),(0.4132456,0.9266112),(0.4174434,0.9266112),(0.4174434,0.9306865),(0.4216312,0.9306865),(0.4132456,0.9306865),(0.4132456,0.9347606),(0.4174434,0.9347606),(0.4216312,0.9347606),(0.4258092,0.9306865),(0.4258092,0.9347606),(0.4090372,0.9225295),(0.4048201,0.9225295),(0.4090372,0.9266112),(0.4048201,0.9266112),(0.4005963,0.9225295),(0.3963675,0.9225295),(0.4005963,0.9266112),(0.3963675,0.9266112),(0.4048201,0.9306865),(0.4005963,0.9306865),(0.3963675,0.9306865),(0.4005963,0.9347606),(0.3963675,0.9347606),(0.4048201,0.9347606),(0.4090372,0.9306865),(0.4090372,0.9347606),(0.3921357,0.9225295),(0.3879012,0.9225295),(0.3921357,0.9266112),(0.3879012,0.9266112),(0.3836642,0.9225295),(0.3794248,0.9225295),(0.3836642,0.9266112),(0.3794249,0.9266112),(0.3879012,0.9306865),(0.3836642,0.9306865),(0.3794248,0.9306865),(0.3794248,0.9347606),(0.3836642,0.9347606),(0.3879012,0.9347606),(0.3921357,0.9306865),(0.3921357,0.9347606),(0.3751834,0.9225295),(0.3709441,0.9225295),(0.3709441,0.9266112),(0.3751834,0.9266112),(0.3667112,0.9225295),(0.3624887,0.9225295),(0.3624887,0.9266112),(0.3667112,0.9266112),(0.3667112,0.9306865),(0.3709442,0.9306865),(0.3624887,0.9306865),(0.3624887,0.9347606),(0.3667112,0.9347606),(0.3709441,0.9347606),(0.3751834,0.9306865),(0.3751834,0.9347606),(0.358281,0.9225295),(0.3540821,0.9225295),(0.3540821,0.9266112),(0.358281,0.9266112),(0.3498864,0.9225295),(0.3456882,0.9225295),(0.3456882,0.9266112),(0.3498864,0.9266112),(0.3498864,0.9306865),(0.3540821,0.9306865),(0.3456882,0.9306865),(0.3456882,0.9347606),(0.3498864,0.9347606),(0.3540821,0.9347606),(0.3582809,0.9306865),(0.358281,0.9347606),(0.3414817,0.9225295),(0.3372694,0.9225295),(0.3372695,0.9266112),(0.3414817,0.9266112),(0.3330541,0.9225295),(0.3288383,0.9225295),(0.3288383,0.9266112),(0.3330541,0.9266112),(0.3330541,0.9306865),(0.3372695,0.9306865),(0.3288383,0.9306865),(0.3288383,0.9347606),(0.3330541,0.9347606),(0.3372695,0.9347606),(0.3414817,0.9306865),(0.3414817,0.9347606),(0.3246247,0.9225295),(0.3204179,0.9225295),(0.3204179,0.9266112),(0.3246247,0.9266112),(0.3162228,0.9225295),(0.3120441,0.9225295),(0.3120441,0.9266112),(0.3162228,0.9266112),(0.3162228,0.9306865),(0.3204179,0.9306865),(0.3120441,0.9306865),(0.3120441,0.9347606),(0.3162228,0.9347606),(0.3204179,0.9347606),(0.3246247,0.9306865),(0.3246247,0.9347606),(0.3078868,0.9225295),(0.3037427,0.9225295),(0.3037427,0.9266112),(0.3078868,0.9266112),(0.2996041,0.9225295),(0.2954631,0.9225295),(0.2954631,0.9266112),(0.2996041,0.9266112),(0.2996041,0.9306865),(0.3037428,0.9306865),(0.2954631,0.9306865),(0.2954631,0.9347606),(0.2996041,0.9347606),(0.3037427,0.9347606),(0.3078868,0.9306865),(0.3078868,0.9347606),(0.2913116,0.9225295),(0.2871543,0.9225295),(0.2871543,0.9266112),(0.2913116,0.9266112),(0.2829956,0.9225295),(0.2788399,0.9225295),(0.2788399,0.9266112),(0.2829956,0.9266112),(0.2829956,0.9306865),(0.2871543,0.9306865),(0.2788399,0.9306865),(0.2788399,0.9347606),(0.2829956,0.9347606),(0.2871543,0.9347606),(0.2913116,0.9306865),(0.2913116,0.9347606),(0.2746918,0.9225295),(0.2705556,0.9225295),(0.2705556,0.9266112),(0.2746918,0.9266112),(0.2664356,0.9225295),(0.262336,0.9225295),(0.2664356,0.9266112),(0.262336,0.9266112),(0.2664356,0.9306865),(0.2705556,0.9306865),(0.262336,0.9306865),(0.2664356,0.9347606),(0.262336,0.9347606),(0.2705556,0.9347606),(0.2746918,0.9306865),(0.2746918,0.9347606),(0.2582613,0.9225295),(0.254209,0.9225295),(0.2582613,0.9266112),(0.254209,0.9266112),(0.2501769,0.9225295),(0.2461624,0.9225295),(0.2501769,0.9266112),(0.2461624,0.9266112),(0.254209,0.9306865),(0.2501769,0.9306865),(0.2461624,0.9306865),(0.2501769,0.9347606),(0.2461624,0.9347606),(0.254209,0.9347606),(0.2582613,0.9306865),(0.2582613,0.9347606),(0.2421634,0.9225295),(0.238164,0.9225295),(0.2421634,0.9266112),(0.238164,0.9266112),(0.2341487,0.9225295),(0.2301017,0.9225295),(0.2341487,0.9266112),(0.2301017,0.9266112),(0.238164,0.9306865),(0.2341487,0.9306865),(0.2301017,0.9306865),(0.2341487,0.9347606),(0.2301017,0.9347606),(0.238164,0.9347606),(0.2421634,0.9306865),(0.2421634,0.9347606),(0.2260074,0.9225295),(0.2218787,0.9225295),(0.2260074,0.9266112),(0.2218787,0.9266112),(0.2177283,0.9225295),(0.2135691,0.9225295),(0.2177283,0.9266112),(0.2135692,0.9266112),(0.2218787,0.9306865),(0.2177283,0.9306865),(0.2135691,0.9306865),(0.2177283,0.9347606),(0.2135692,0.9347606),(0.2218787,0.9347606),(0.2260074,0.9306865),(0.2260074,0.9347606),(0.2094141,0.9225295),(0.2052627,0.9225295),(0.2094141,0.9266112),(0.2052627,0.9266112),(0.2011147,0.9225295),(0.1969699,0.9225295),(0.2011147,0.9266112),(0.1969699,0.9266112),(0.2052627,0.9306865),(0.2011147,0.9306865),(0.1969699,0.9306865),(0.2011147,0.9347606),(0.1969699,0.9347606),(0.2052627,0.9347606),(0.2094141,0.9306865),(0.2094141,0.9347606),(0.1928277,0.9225295),(0.1886888,0.9225295),(0.1928277,0.9266112),(0.1886888,0.9266112),(0.1845533,0.9225295),(0.1804218,0.9225295),(0.1845533,0.9266112),(0.1804218,0.9266112),(0.1886888,0.9306865),(0.1845533,0.9306865),(0.1804218,0.9306865),(0.1845533,0.9347606),(0.1804218,0.9347606),(0.1886888,0.9347606),(0.1928277,0.9306865),(0.1928277,0.9347606),(0.1762946,0.9225295),(0.1721701,0.9225295),(0.1762946,0.9266112),(0.1721701,0.9266112),(0.1680468,0.9225295),(0.163923,0.9225295),(0.1680468,0.9266112),(0.163923,0.9266112),(0.1721701,0.9306865),(0.1680468,0.9306865),(0.163923,0.9306865),(0.1680468,0.9347606),(0.163923,0.9347606),(0.1721701,0.9347606),(0.1762946,0.9306865),(0.1762946,0.9347606),(0.1597973,0.9225295),(0.1556691,0.9225295),(0.1597973,0.9266112),(0.1556691,0.9266112),(0.1515382,0.9225295),(0.1474041,0.9225295),(0.1515382,0.9266112),(0.1474041,0.9266112),(0.1556691,0.9306865),(0.1515382,0.9306865),(0.1474041,0.9306865),(0.1515382,0.9347606),(0.1474041,0.9347606),(0.1556691,0.9347606),(0.1597973,0.9306865),(0.1597973,0.9347606),(0.1432664,0.9225295),(0.1391259,0.9225295),(0.1432664,0.9266112),(0.1391259,0.9266112),(0.134983,0.9225295),(0.1308385,0.9225295),(0.134983,0.9266112),(0.1308385,0.9266112),(0.1391259,0.9306865),(0.134983,0.9306865),(0.1308385,0.9306865),(0.134983,0.9347606),(0.1308385,0.9347606),(0.1391259,0.9347606),(0.1432664,0.9306865),(0.1432664,0.9347606),(0.126693,0.9225295),(0.12255,0.9225295),(0.126693,0.9266112),(0.12255,0.9266112),(0.1184131,0.9225295),(0.1142857,0.9225295),(0.1184131,0.9266112),(0.1142857,0.9266112),(0.12255,0.9306865),(0.1184131,0.9306865),(0.1142857,0.9306865),(0.1184131,0.9347606),(0.1142857,0.9347606),(0.12255,0.9347606),(0.126693,0.9306865),(0.126693,0.9347606),(0.1101713,0.9225295),(0.1060752,0.9225295),(0.1101713,0.9266112),(0.1060752,0.9266112),(0.1020023,0.9225295),(0.09795791,0.9225295),(0.1020023,0.9266112),(0.09795791,0.9266112),(0.1060752,0.9306865),(0.1020023,0.9306865),(0.09795791,0.9306865),(0.1020023,0.9347606),(0.09795791,0.9347606),(0.1060752,0.9347606),(0.1101713,0.9306865),(0.1101713,0.9347606),(0.09394707,0.9225295),(0.08994583,0.9225295),(0.09394707,0.9266112),(0.08994584,0.9266112),(0.08593026,0.9225295),(0.08187638,0.9225295),(0.08593025,0.9266112),(0.08187637,0.9266112),(0.08994584,0.9306865),(0.08593026,0.9306865),(0.08187638,0.9306865),(0.08593026,0.9347606),(0.08187638,0.9347606),(0.08994584,0.9347606),(0.09394707,0.9306865),(0.09394707,0.9347606),(0.07776025,0.9225295),(0.07361087,0.9225295),(0.07361087,0.9266112),(0.07776025,0.9266112),(0.06945725,0.9225295),(0.06532837,0.9225295),(0.06532837,0.9266112),(0.06945725,0.9266112),(0.06945725,0.9306865),(0.07361087,0.9306865),(0.06532837,0.9306865),(0.06532837,0.9347606),(0.06945725,0.9347606),(0.07361087,0.9347606),(0.07776025,0.9306865),(0.07776025,0.9347606),(0.06125325,0.9225295),(0.05721605,0.9225295),(0.05721604,0.9266112),(0.06125325,0.9266112),(0.05320094,0.9225295),(0.0491921,0.9225295),(0.04919209,0.9266112),(0.05320094,0.9266112),(0.05320094,0.9306865),(0.05721605,0.9306865),(0.0491921,0.9306865),(0.04919209,0.9347606),(0.05320094,0.9347606),(0.05721605,0.9347606),(0.06125325,0.9306865),(0.06125325,0.9347606),(0.04517369,0.9225295),(0.04115105,0.9225295),(0.04115105,0.9266112),(0.04517369,0.9266112),(0.0371295,0.9225295),(0.03311438,0.9225295),(0.0371295,0.9266112),(0.03311437,0.9266112),(0.0371295,0.9306865),(0.04115105,0.9306865),(0.03311438,0.9306865),(0.03311438,0.9347606),(0.0371295,0.9347606),(0.04115105,0.9347606),(0.04517369,0.9306865),(0.04517369,0.9347606),(0.029111,0.9225295),(0.02511186,0.9225295),(0.029111,0.9266112),(0.02511186,0.9266112),(0.02110944,0.9225295),(0.01709622,0.9225295),(0.02110944,0.9266112),(0.01709622,0.9266112),(0.02110944,0.9306865),(0.02511186,0.9306865),(0.01709622,0.9306865),(0.01709622,0.9347606),(0.02110944,0.9347606),(0.02511186,0.9347606),(0.029111,0.9306865),(0.029111,0.9347606),(0.01306469,0.9225295),(0.009019421,0.9225316),(0.009019421,0.9266117),(0.01306469,0.9266112),(0.004965,0.9225381),(0.000906,0.9225467),(0.000906,0.9266145),(0.004965,0.9266129),(0.004965,0.9306844),(0.009019421,0.930686),(0.000906,0.9306822),(0.000906,0.93475),(0.004965,0.9347575),(0.009019421,0.9347599),(0.01306469,0.9306865),(0.01306469,0.9347606),(0.9951518,0.9388369),(0.999094,0.9388347),(0.9912093,0.9388385),(0.9912093,0.9429196),(0.9951518,0.9429196),(0.999094,0.9429195),(0.9872664,0.938839),(0.983323,0.938839),(0.983323,0.9429196),(0.9872664,0.9429196),(0.9872664,0.9470006),(0.9912093,0.947001),(0.983323,0.9470006),(0.9872664,0.9510798),(0.983323,0.9510798),(0.9912093,0.9510804),(0.999094,0.9470043),(0.9951518,0.9470024),(0.9951518,0.9510825),(0.999094,0.951089),(0.9793787,0.938839),(0.9754275,0.938839),(0.9754274,0.9429196),(0.9793787,0.9429196),(0.9714631,0.938839),(0.9674796,0.938839),(0.9674796,0.9429196),(0.9714631,0.9429196),(0.9714631,0.9470006),(0.9754274,0.9470006),(0.9674796,0.9470006),(0.9674796,0.9510798),(0.9714631,0.9510798),(0.9754274,0.9510798),(0.9793787,0.9470006),(0.9793787,0.9510798),(0.9634706,0.938839),(0.9594426,0.938839),(0.9594426,0.9429196),(0.9634707,0.9429196),(0.9554016,0.938839),(0.9513539,0.938839),(0.9513539,0.9429196),(0.9554016,0.9429196),(0.9554016,0.9470006),(0.9594426,0.9470006),(0.9513539,0.9470006),(0.9513539,0.9510798),(0.9554016,0.9510798),(0.9594425,0.9510798),(0.9634707,0.9470006),(0.9634706,0.9510798),(0.9473058,0.938839),(0.9432498,0.938839),(0.9432497,0.9429196),(0.9473058,0.9429196),(0.9391782,0.938839),(0.9350839,0.938839),(0.9350839,0.9429196),(0.9391783,0.9429196),(0.9391782,0.9470006),(0.9432497,0.9470006),(0.9350839,0.9470006),(0.9350839,0.9510798),(0.9391783,0.9510798),(0.9432497,0.9510798),(0.9473058,0.9470006),(0.9473058,0.9510798),(0.930959,0.938839),(0.9268106,0.938839),(0.9268106,0.9429196),(0.930959,0.9429196),(0.9226453,0.938839),(0.9184701,0.938839),(0.9184701,0.9429196),(0.9226453,0.9429196),(0.9226453,0.9470006),(0.9268106,0.9470006),(0.9184701,0.9470006),(0.9184701,0.9510798),(0.9226453,0.9510798),(0.9268106,0.9510798),(0.930959,0.9470006),(0.930959,0.9510798),(0.9142919,0.938839),(0.910111,0.938839),(0.9101109,0.9429196),(0.9142919,0.9429196),(0.9059278,0.938839),(0.9017429,0.938839),(0.9017429,0.9429196),(0.9059278,0.9429196),(0.9059278,0.9470006),(0.910111,0.9470006),(0.9017429,0.9470006),(0.9017428,0.9510798),(0.9059278,0.9510798),(0.9101109,0.9510798),(0.9142919,0.9470006),(0.9142919,0.9510798),(0.8975567,0.938839),(0.8933688,0.938839),(0.8933688,0.9429196),(0.8975567,0.9429196),(0.8891787,0.938839),(0.8849859,0.938839),(0.8849859,0.9429196),(0.8891788,0.9429196),(0.8891787,0.9470006),(0.8933688,0.9470006),(0.8849859,0.9470006),(0.8849859,0.9510798),(0.8891788,0.9510798),(0.8933688,0.9510798),(0.8975567,0.9470006),(0.8975567,0.9510798),(0.8807898,0.938839),(0.8765806,0.938839),(0.8807898,0.9429196),(0.8765807,0.9429196),(0.8723488,0.938839),(0.8680845,0.938839),(0.8723488,0.9429196),(0.8680845,0.9429196),(0.8765806,0.9470006),(0.8723488,0.9470006),(0.8680845,0.9470006),(0.8723488,0.9510798),(0.8680845,0.9510798),(0.8765806,0.9510798),(0.8807898,0.9470006),(0.8807898,0.9510798),(0.8637781,0.938839),(0.8594491,0.938839),(0.8594491,0.9429196),(0.8637781,0.9429196),(0.8551173,0.938839),(0.8508024,0.938839),(0.8508024,0.9429196),(0.8551173,0.9429196),(0.8551173,0.9470006),(0.8594491,0.9470006),(0.8508024,0.9470006),(0.8551173,0.9510798),(0.8508024,0.9510798),(0.859449,0.9510798),(0.8637781,0.9470006),(0.8637781,0.9510798),(0.846524,0.938839),(0.8422731,0.938839),(0.8422731,0.9429196),(0.846524,0.9429196),(0.8380403,0.938839),(0.8338165,0.938839),(0.8338165,0.9429196),(0.8380403,0.9429196),(0.8380403,0.9470006),(0.8422731,0.9470006),(0.8338165,0.9470006),(0.8338165,0.9510798),(0.8380404,0.9510798),(0.8422731,0.9510798),(0.846524,0.9470006),(0.846524,0.9510798),(0.8295926,0.938839),(0.8253628,0.938839),(0.8253628,0.9429196),(0.8295926,0.9429196),(0.8211217,0.938839),(0.8168637,0.938839),(0.8211217,0.9429196),(0.8168637,0.9429196),(0.8211217,0.9470006),(0.8253628,0.9470006),(0.8168637,0.9470006),(0.8211217,0.9510798),(0.8168637,0.9510798),(0.8253628,0.9510798),(0.8295926,0.9470006),(0.8295926,0.9510798),(0.8125832,0.938839),(0.8082899,0.938839),(0.8125832,0.9429196),(0.8082899,0.9429196),(0.8039935,0.938839),(0.7997035,0.938839),(0.8039935,0.9429196),(0.7997035,0.9429196),(0.8082899,0.9470006),(0.8039935,0.9470006),(0.7997035,0.9470006),(0.8039935,0.9510798),(0.7997035,0.9510798),(0.8082899,0.9510798),(0.8125832,0.9470006),(0.8125832,0.9510798),(0.7954297,0.938839),(0.7911757,0.938839),(0.7954297,0.9429196),(0.7911757,0.9429196),(0.7869452,0.938839),(0.7827417,0.938839),(0.7869452,0.9429196),(0.7827417,0.9429196),(0.7911757,0.9470006),(0.7869452,0.9470006),(0.7827417,0.9470006),(0.7869452,0.9510798),(0.7827417,0.9510798),(0.7911757,0.9510798),(0.7954297,0.9470006),(0.7954297,0.9510798),(0.7785689,0.938839),(0.7744211,0.938839),(0.7744212,0.9429196),(0.7785689,0.9429196),(0.7702925,0.938839),(0.7661775,0.938839),(0.7661775,0.9429196),(0.7702925,0.9429196),(0.7702925,0.9470006),(0.7744212,0.9470006),(0.7661775,0.9470006),(0.7702925,0.9510798),(0.7661775,0.9510798),(0.7744212,0.9510798),(0.778569,0.9470006),(0.778569,0.9510798),(0.7620703,0.938839),(0.757961,0.938839),(0.7620703,0.9429196),(0.757961,0.9429196),(0.7538399,0.938839),(0.7496969,0.938839),(0.7496969,0.9429196),(0.7538399,0.9429196),(0.7538399,0.9470006),(0.757961,0.9470006),(0.7496969,0.9470006),(0.7496969,0.9510798),(0.7538399,0.9510798),(0.757961,0.9510798),(0.7620703,0.9470006),(0.7620703,0.9510798),(0.7455223,0.938839),(0.7413244,0.938839),(0.7413245,0.9429196),(0.7455223,0.9429196),(0.7371117,0.938839),(0.7328922,0.938839),(0.7328923,0.9429196),(0.7371117,0.9429196),(0.7371117,0.9470006),(0.7413245,0.9470006),(0.7328922,0.9470006),(0.7328922,0.9510798),(0.7371117,0.9510798),(0.7413245,0.9510798),(0.7455223,0.9470006),(0.7455223,0.9510798),(0.7286744,0.938839),(0.7244572,0.938839),(0.7286744,0.9429196),(0.7244572,0.9429196),(0.7202395,0.938839),(0.71602,0.938839),(0.7202395,0.9429196),(0.71602,0.9429196),(0.7244572,0.9470006),(0.7202395,0.9470006),(0.71602,0.9470006),(0.7202394,0.9510798),(0.71602,0.9510798),(0.7244572,0.9510798),(0.7286744,0.9470006),(0.7286744,0.9510798),(0.7117977,0.938839),(0.7075742,0.938839),(0.7117977,0.9429196),(0.7075742,0.9429196),(0.7033514,0.938839),(0.6991307,0.938839),(0.6991307,0.9429196),(0.7033514,0.9429196),(0.7075742,0.9470006),(0.7033514,0.9470006),(0.6991307,0.9470006),(0.6991307,0.9510798),(0.7033514,0.9510798),(0.7075742,0.9510798),(0.7117977,0.9470006),(0.7117977,0.9510798),(0.6949139,0.938839),(0.6906992,0.938839),(0.6906992,0.9429196),(0.6949139,0.9429196),(0.6864849,0.938839),(0.6822694,0.938839),(0.6822693,0.9429196),(0.6864849,0.9429196),(0.6864849,0.9470006),(0.6906992,0.9470006),(0.6822694,0.9470006),(0.6822693,0.9510798),(0.6864849,0.9510798),(0.6906992,0.9510798),(0.6949139,0.9470006),(0.6949139,0.9510798),(0.6780508,0.938839),(0.6738272,0.938839),(0.6738272,0.9429196),(0.6780507,0.9429196),(0.6695971,0.938839),(0.6653587,0.938839),(0.6653587,0.9429196),(0.6695971,0.9429196),(0.6695971,0.9470006),(0.6738272,0.9470006),(0.6653587,0.9470006),(0.6653587,0.9510798),(0.6695971,0.9510798),(0.6738272,0.9510798),(0.6780508,0.9470006),(0.6780507,0.9510798),(0.6611102,0.938839),(0.6568571,0.938839),(0.6568571,0.9429196),(0.6611102,0.9429196),(0.6526053,0.938839),(0.6483604,0.938839),(0.6483604,0.9429196),(0.6526054,0.9429196),(0.6526054,0.9470006),(0.6568571,0.9470006),(0.6483604,0.9470006),(0.6483604,0.9510798),(0.6526053,0.9510798),(0.6568571,0.9510798),(0.6611102,0.9470006),(0.6611102,0.9510798),(0.6441281,0.938839),(0.6399043,0.938839),(0.6399043,0.9429196),(0.6441281,0.9429196),(0.635685,0.938839),(0.6314663,0.938839),(0.6314663,0.9429196),(0.635685,0.9429196),(0.635685,0.9470006),(0.6399043,0.9470006),(0.6314663,0.9470006),(0.6314663,0.9510798),(0.635685,0.9510798),(0.6399043,0.9510798),(0.6441281,0.9470006),(0.6441281,0.9510798),(0.627244,0.938839),(0.6230208,0.938839),(0.6230209,0.9429196),(0.627244,0.9429196),(0.6187993,0.938839),(0.6145822,0.938839),(0.6145822,0.9429196),(0.6187993,0.9429196),(0.6187993,0.9470006),(0.6230208,0.9470006),(0.6145822,0.9470006),(0.6145822,0.9510798),(0.6187993,0.9510798),(0.6230209,0.9510798),(0.627244,0.9470006),(0.627244,0.9510798),(0.6103719,0.938839),(0.6061606,0.938839),(0.6061606,0.9429196),(0.6103719,0.9429196),(0.6019406,0.938839),(0.5977041,0.938839),(0.6019406,0.9429196),(0.5977041,0.9429196),(0.6019406,0.9470006),(0.6061606,0.9470006),(0.5977041,0.9470006),(0.5977041,0.9510798),(0.6019406,0.9510798),(0.6061606,0.9510798),(0.6103719,0.9470006),(0.6103719,0.9510798),(0.5934432,0.938839),(0.589169,0.938839),(0.5934432,0.9429196),(0.589169,0.9429196),(0.5848927,0.938839),(0.5806257,0.938839),(0.5806257,0.9429196),(0.5848927,0.9429196),(0.5848927,0.9470006),(0.589169,0.9470006),(0.5806257,0.9470006),(0.5806257,0.9510798),(0.5848927,0.9510798),(0.589169,0.9510798),(0.5934432,0.9470006),(0.5934432,0.9510798),(0.5763788,0.938839),(0.572147,0.938839),(0.572147,0.9429196),(0.5763788,0.9429196),(0.567925,0.938839),(0.5637077,0.938839),(0.5637077,0.9429196),(0.567925,0.9429196),(0.567925,0.9470006),(0.572147,0.9470006),(0.5637077,0.9470006),(0.5637077,0.9510798),(0.567925,0.9510798),(0.572147,0.9510798),(0.5763788,0.9470006),(0.5763788,0.9510798),(0.55949,0.938839),(0.5552715,0.938839),(0.5552715,0.9429196),(0.55949,0.9429196),(0.5510522,0.938839),(0.5468317,0.938839),(0.5468317,0.9429196),(0.5510522,0.9429196),(0.5510522,0.9470006),(0.5552715,0.9470006),(0.5468317,0.9470006),(0.5468317,0.9510798),(0.5510522,0.9510798),(0.5552715,0.9510798),(0.55949,0.9470006),(0.55949,0.9510798),(0.5426099,0.938839),(0.5383899,0.938839),(0.5383899,0.9429196),(0.5426099,0.9429196),(0.5341746,0.938839),(0.5299669,0.938839),(0.5299669,0.9429196),(0.5341746,0.9429196),(0.5341746,0.9470006),(0.5383899,0.9470006),(0.5299669,0.9470006),(0.529967,0.9510798),(0.5341746,0.9510798),(0.5383899,0.9510798),(0.5426099,0.9470006),(0.5426099,0.9510798),(0.52577,0.938839),(0.5215818,0.938839),(0.5215818,0.9429196),(0.52577,0.9429196),(0.5174,0.938839),(0.5132228,0.938839),(0.5174,0.9429196),(0.5132228,0.9429196),(0.5174,0.9470006),(0.5215818,0.9470006),(0.5132228,0.9470006),(0.5132228,0.9510798),(0.5174,0.9510798),(0.5215818,0.9510798),(0.52577,0.9470006),(0.52577,0.9510798),(0.5090478,0.938839),(0.5048727,0.938839),(0.5090478,0.9429196),(0.5048727,0.9429196),(0.5006949,0.938839),(0.4965119,0.938839),(0.5006949,0.9429196),(0.4965119,0.9429196),(0.5048727,0.9470006),(0.5006949,0.9470006),(0.4965119,0.9470006),(0.5006949,0.9510798),(0.4965119,0.9510798),(0.5048727,0.9510798),(0.5090478,0.9470006),(0.5090478,0.9510798),(0.4923214,0.938839),(0.4881234,0.938839),(0.4923214,0.9429196),(0.4881234,0.9429196),(0.4839184,0.938839),(0.4797065,0.938839),(0.4839184,0.9429196),(0.4797065,0.9429196),(0.4881234,0.9470006),(0.4839184,0.9470006),(0.4797065,0.9470006),(0.4839184,0.9510798),(0.4797064,0.9510798),(0.4881234,0.9510798),(0.4923214,0.9470006),(0.4923214,0.9510798),(0.4754879,0.938839),(0.4712752,0.938839),(0.4754879,0.9429196),(0.4712752,0.9429196),(0.4670808,0.938839),(0.4629171,0.938839),(0.4670808,0.9429196),(0.4629171,0.9429196),(0.4712752,0.9470006),(0.4670808,0.9470006),(0.4629171,0.9470006),(0.4670808,0.9510798),(0.4629171,0.9510798),(0.4712752,0.9510798),(0.4754879,0.9470006),(0.4754879,0.9510798),(0.4587967,0.938839),(0.4547031,0.938839),(0.4587967,0.9429196),(0.4547031,0.9429196),(0.4506197,0.938839),(0.44653,0.938839),(0.44653,0.9429196),(0.4506197,0.9429196),(0.4547031,0.9470006),(0.4506197,0.9470006),(0.44653,0.9470006),(0.4506197,0.9510798),(0.44653,0.9510798),(0.4547031,0.9510798),(0.4587967,0.9470006),(0.4587967,0.9510798),(0.4424174,0.938839),(0.4382856,0.938839),(0.4382856,0.9429196),(0.4424174,0.9429196),(0.4341379,0.938839),(0.429978,0.938839),(0.429978,0.9429196),(0.4341379,0.9429196),(0.4341379,0.9470006),(0.4382856,0.9470006),(0.429978,0.9470006),(0.429978,0.9510798),(0.4341379,0.9510798),(0.4382856,0.9510798),(0.4424174,0.9470006),(0.4424174,0.9510798),(0.4258092,0.938839),(0.4216311,0.938839),(0.4216312,0.9429196),(0.4258092,0.9429196),(0.4174434,0.938839),(0.4132456,0.938839),(0.4174434,0.9429196),(0.4132456,0.9429196),(0.4216312,0.9470006),(0.4174434,0.9470006),(0.4132456,0.9470006),(0.4174434,0.9510798),(0.4132456,0.9510798),(0.4216312,0.9510798),(0.4258092,0.9470006),(0.4258092,0.9510798),(0.4090372,0.938839),(0.4048201,0.938839),(0.4090372,0.9429196),(0.4048201,0.9429196),(0.4005963,0.938839),(0.3963675,0.938839),(0.4005963,0.9429196),(0.3963675,0.9429196),(0.4048201,0.9470006),(0.4005963,0.9470006),(0.3963675,0.9470006),(0.3963675,0.9510798),(0.4005963,0.9510798),(0.4048201,0.9510798),(0.4090372,0.9470006),(0.4090372,0.9510798),(0.3921357,0.938839),(0.3879012,0.938839),(0.3921357,0.9429196),(0.3879012,0.9429196),(0.3836642,0.938839),(0.3794248,0.938839),(0.3794249,0.9429196),(0.3836642,0.9429196),(0.3836642,0.9470006),(0.3879012,0.9470006),(0.3794248,0.9470006),(0.3794248,0.9510798),(0.3836642,0.9510798),(0.3879012,0.9510798),(0.3921357,0.9470006),(0.3921357,0.9510798),(0.3751834,0.938839),(0.3709441,0.938839),(0.3709441,0.9429196),(0.3751834,0.9429196),(0.3667112,0.938839),(0.3624887,0.938839),(0.3624887,0.9429196),(0.3667112,0.9429196),(0.3667112,0.9470006),(0.3709442,0.9470006),(0.3624887,0.9470006),(0.3624887,0.9510798),(0.3667112,0.9510798),(0.3709441,0.9510798),(0.3751834,0.9470006),(0.3751834,0.9510798),(0.358281,0.938839),(0.3540821,0.938839),(0.3540821,0.9429196),(0.358281,0.9429196),(0.3498864,0.938839),(0.3456882,0.938839),(0.3456882,0.9429196),(0.3498864,0.9429196),(0.3498864,0.9470006),(0.3540821,0.9470006),(0.3456882,0.9470006),(0.3456882,0.9510798),(0.3498864,0.9510798),(0.3540821,0.9510798),(0.3582809,0.9470006),(0.358281,0.9510798),(0.3414817,0.938839),(0.3372694,0.938839),(0.3372695,0.9429196),(0.3414817,0.9429196),(0.3330541,0.938839),(0.3288383,0.938839),(0.3288383,0.9429196),(0.3330541,0.9429196),(0.3330541,0.9470006),(0.3372695,0.9470006),(0.3288383,0.9470006),(0.3288383,0.9510798),(0.3330541,0.9510798),(0.3372695,0.9510798),(0.3414817,0.9470006),(0.3414817,0.9510798),(0.3246247,0.938839),(0.3204179,0.938839),(0.3204179,0.9429196),(0.3246247,0.9429196),(0.3162228,0.938839),(0.3120441,0.938839),(0.3120441,0.9429196),(0.3162228,0.9429196),(0.3162228,0.9470006),(0.3204179,0.9470006),(0.3120441,0.9470006),(0.3120441,0.9510798),(0.3162228,0.9510798),(0.3204179,0.9510798),(0.3246247,0.9470006),(0.3246247,0.9510798),(0.3078868,0.938839),(0.3037427,0.938839),(0.3037427,0.9429196),(0.3078868,0.9429196),(0.2996041,0.938839),(0.2954631,0.938839),(0.2954631,0.9429196),(0.2996041,0.9429196),(0.2996041,0.9470006),(0.3037428,0.9470006),(0.2954631,0.9470006),(0.2954631,0.9510798),(0.2996041,0.9510798),(0.3037427,0.9510798),(0.3078868,0.9470006),(0.3078868,0.9510798),(0.2913116,0.938839),(0.2871543,0.938839),(0.2871543,0.9429196),(0.2913116,0.9429196),(0.2829956,0.938839),(0.2788399,0.938839),(0.2788399,0.9429196),(0.2829956,0.9429196),(0.2829956,0.9470006),(0.2871543,0.9470006),(0.2788399,0.9470006),(0.2788399,0.9510798),(0.2829956,0.9510798),(0.2871543,0.9510798),(0.2913116,0.9470006),(0.2913116,0.9510798),(0.2746918,0.938839),(0.2705556,0.938839),(0.2705556,0.9429196),(0.2746918,0.9429196),(0.2664356,0.938839),(0.262336,0.938839),(0.262336,0.9429196),(0.2664356,0.9429196),(0.2664356,0.9470006),(0.2705556,0.9470006),(0.262336,0.9470006),(0.262336,0.9510798),(0.2664356,0.9510798),(0.2705556,0.9510798),(0.2746918,0.9470006),(0.2746918,0.9510798),(0.2582613,0.938839),(0.254209,0.938839),(0.2582613,0.9429196),(0.254209,0.9429196),(0.2501769,0.938839),(0.2461624,0.938839),(0.2501769,0.9429196),(0.2461624,0.9429196),(0.254209,0.9470006),(0.2501769,0.9470006),(0.2461624,0.9470006),(0.2501769,0.9510798),(0.2461624,0.9510798),(0.254209,0.9510798),(0.2582613,0.9470006),(0.2582613,0.9510798),(0.2421634,0.938839),(0.238164,0.938839),(0.2421634,0.9429196),(0.238164,0.9429196),(0.2341487,0.938839),(0.2301017,0.938839),(0.2341487,0.9429196),(0.2301017,0.9429196),(0.238164,0.9470006),(0.2341487,0.9470006),(0.2301017,0.9470006),(0.2341487,0.9510798),(0.2301017,0.9510798),(0.238164,0.9510798),(0.2421634,0.9470006),(0.2421634,0.9510798),(0.2260074,0.938839),(0.2218787,0.938839),(0.2260074,0.9429196),(0.2218787,0.9429196),(0.2177283,0.938839),(0.2135691,0.938839),(0.2177283,0.9429196),(0.2135692,0.9429196),(0.2218787,0.9470006),(0.2177283,0.9470006),(0.2135691,0.9470006),(0.2177283,0.9510798),(0.2135692,0.9510798),(0.2218787,0.9510798),(0.2260074,0.9470006),(0.2260074,0.9510798),(0.2094141,0.938839),(0.2052627,0.938839),(0.2094141,0.9429196),(0.2052627,0.9429196),(0.2011147,0.938839),(0.1969699,0.938839),(0.2011147,0.9429196),(0.1969699,0.9429196),(0.2052627,0.9470006),(0.2011147,0.9470006),(0.1969699,0.9470006),(0.2011147,0.9510798),(0.1969699,0.9510798),(0.2052627,0.9510798),(0.2094141,0.9470006),(0.2094141,0.9510798),(0.1928277,0.938839),(0.1886888,0.938839),(0.1928277,0.9429196),(0.1886888,0.9429196),(0.1845533,0.938839),(0.1804218,0.938839),(0.1845533,0.9429196),(0.1804218,0.9429196),(0.1886888,0.9470006),(0.1845533,0.9470006),(0.1804218,0.9470006),(0.1845533,0.9510798),(0.1804218,0.9510798),(0.1886888,0.9510798),(0.1928277,0.9470006),(0.1928277,0.9510798),(0.1762946,0.938839),(0.1721701,0.938839),(0.1762946,0.9429196),(0.1721701,0.9429196),(0.1680468,0.938839),(0.163923,0.938839),(0.1680468,0.9429196),(0.163923,0.9429196),(0.1721701,0.9470006),(0.1680468,0.9470006),(0.163923,0.9470006),(0.1680468,0.9510798),(0.163923,0.9510798),(0.1721701,0.9510798),(0.1762946,0.9470006),(0.1762946,0.9510798),(0.1597973,0.938839),(0.1556691,0.938839),(0.1597973,0.9429196),(0.1556691,0.9429196),(0.1515382,0.938839),(0.1474041,0.938839),(0.1515382,0.9429196),(0.1474041,0.9429196),(0.1556691,0.9470006),(0.1515382,0.9470006),(0.1474041,0.9470006),(0.1515382,0.9510798),(0.1474041,0.9510798),(0.1556691,0.9510798),(0.1597973,0.9470006),(0.1597973,0.9510798),(0.1432664,0.938839),(0.1391259,0.938839),(0.1432664,0.9429196),(0.1391259,0.9429196),(0.134983,0.938839),(0.1308385,0.938839),(0.134983,0.9429196),(0.1308385,0.9429196),(0.1391259,0.9470006),(0.134983,0.9470006),(0.1308385,0.9470006),(0.134983,0.9510798),(0.1308385,0.9510798),(0.1391259,0.9510798),(0.1432664,0.9470006),(0.1432664,0.9510798),(0.126693,0.938839),(0.12255,0.938839),(0.126693,0.9429196),(0.12255,0.9429196),(0.1184131,0.938839),(0.1142857,0.938839),(0.1184131,0.9429196),(0.1142857,0.9429196),(0.12255,0.9470006),(0.1184131,0.9470006),(0.1142857,0.9470006),(0.1184131,0.9510798),(0.1142857,0.9510798),(0.12255,0.9510798),(0.126693,0.9470006),(0.126693,0.9510798),(0.1101713,0.938839),(0.1060752,0.938839),(0.1101713,0.9429196),(0.1060752,0.9429196),(0.1020023,0.938839),(0.09795791,0.938839),(0.1020023,0.9429196),(0.09795791,0.9429196),(0.1060752,0.9470006),(0.1020023,0.9470006),(0.09795791,0.9470006),(0.1020023,0.9510798),(0.09795791,0.9510798),(0.1060752,0.9510798),(0.1101713,0.9470006),(0.1101713,0.9510798),(0.09394707,0.938839),(0.08994583,0.938839),(0.09394707,0.9429196),(0.08994584,0.9429196),(0.08593026,0.938839),(0.08187638,0.938839),(0.08187637,0.9429196),(0.08593025,0.9429196),(0.08994584,0.9470006),(0.08593026,0.9470006),(0.08187638,0.9470006),(0.08593026,0.9510798),(0.08187638,0.9510798),(0.08994584,0.9510798),(0.09394707,0.9470006),(0.09394707,0.9510798),(0.07776025,0.938839),(0.07361087,0.938839),(0.07361087,0.9429196),(0.07776025,0.9429196),(0.06945725,0.938839),(0.06532837,0.938839),(0.06532837,0.9429196),(0.06945725,0.9429196),(0.06945725,0.9470006),(0.07361087,0.9470006),(0.06532837,0.9470006),(0.06532837,0.9510798),(0.06945725,0.9510798),(0.07361087,0.9510798),(0.07776025,0.9470006),(0.07776025,0.9510798),(0.06125325,0.938839),(0.05721605,0.938839),(0.05721604,0.9429196),(0.06125325,0.9429196),(0.05320094,0.938839),(0.0491921,0.938839),(0.04919209,0.9429196),(0.05320094,0.9429196),(0.05320094,0.9470006),(0.05721605,0.9470006),(0.0491921,0.9470006),(0.04919209,0.9510798),(0.05320094,0.9510798),(0.05721605,0.9510798),(0.06125325,0.9470006),(0.06125325,0.9510798),(0.04517369,0.938839),(0.04115105,0.938839),(0.04115105,0.9429196),(0.04517369,0.9429196),(0.0371295,0.938839),(0.03311438,0.938839),(0.03311437,0.9429196),(0.0371295,0.9429196),(0.0371295,0.9470006),(0.04115105,0.9470006),(0.03311438,0.9470006),(0.03311438,0.9510798),(0.0371295,0.9510798),(0.04115105,0.9510798),(0.04517369,0.9470006),(0.04517369,0.9510798),(0.029111,0.938839),(0.02511186,0.938839),(0.02511186,0.9429196),(0.029111,0.9429196),(0.02110944,0.938839),(0.01709622,0.938839),(0.01709622,0.9429196),(0.02110944,0.9429196),(0.02511186,0.9470006),(0.02110944,0.9470006),(0.01709622,0.9470006),(0.02110944,0.9510798),(0.01709622,0.9510798),(0.02511186,0.9510798),(0.029111,0.9470006),(0.029111,0.9510798),(0.01306469,0.938839),(0.009019421,0.9388385),(0.009019421,0.9429196),(0.01306469,0.9429196),(0.004965,0.9388369),(0.000906,0.9388347),(0.000906,0.9429195),(0.004965,0.9429196),(0.004965,0.9470024),(0.009019421,0.947001),(0.000906,0.9470043),(0.000906,0.951089),(0.004965,0.9510825),(0.009019421,0.9510804),(0.01306469,0.9470006),(0.01306469,0.9510798),(0.999094,0.955159),(0.9951518,0.9551572),(0.9912093,0.9551558),(0.9951518,0.9592288),(0.9912093,0.9592286),(0.999094,0.959229),(0.9872664,0.9551553),(0.983323,0.9551553),(0.9872664,0.9592285),(0.983323,0.9592285),(0.9912093,0.9633005),(0.9872664,0.9633008),(0.983323,0.9633008),(0.9872664,0.9673734),(0.983323,0.9673734),(0.9912093,0.9673731),(0.9951518,0.9632999),(0.999094,0.963299),(0.9951518,0.9673721),(0.999094,0.967369),(0.9793787,0.9551553),(0.9754275,0.9551553),(0.9793787,0.9592285),(0.9754274,0.9592285),(0.9714631,0.9551553),(0.9674796,0.9551553),(0.9674796,0.9592285),(0.9714631,0.9592285),(0.9714631,0.9633008),(0.9754274,0.9633008),(0.9674796,0.9633008),(0.9674796,0.9673734),(0.9714631,0.9673734),(0.9754274,0.9673734),(0.9793787,0.9633008),(0.9793787,0.9673734),(0.9634706,0.9551553),(0.9594426,0.9551553),(0.9594426,0.9592285),(0.9634707,0.9592285),(0.9554016,0.9551553),(0.9513539,0.9551553),(0.9513539,0.9592285),(0.9554016,0.9592285),(0.9554016,0.9633008),(0.9594426,0.9633008),(0.9513539,0.9633008),(0.9513539,0.9673734),(0.9554016,0.9673734),(0.9594425,0.9673734),(0.9634707,0.9633008),(0.9634706,0.9673734),(0.9473058,0.9551553),(0.9432498,0.9551553),(0.9432497,0.9592285),(0.9473058,0.9592285),(0.9391782,0.9551553),(0.9350839,0.9551553),(0.9350839,0.9592285),(0.9391783,0.9592285),(0.9391782,0.9633008),(0.9432497,0.9633008),(0.9350839,0.9633008),(0.9350839,0.9673734),(0.9391783,0.9673734),(0.9432497,0.9673734),(0.9473058,0.9633008),(0.9473058,0.9673734),(0.930959,0.9551553),(0.9268106,0.9551553),(0.9268106,0.9592285),(0.930959,0.9592285),(0.9226453,0.9551553),(0.9184701,0.9551553),(0.9184701,0.9592285),(0.9226453,0.9592285),(0.9226453,0.9633008),(0.9268106,0.9633008),(0.9184701,0.9633008),(0.9184701,0.9673734),(0.9226453,0.9673734),(0.9268106,0.9673734),(0.930959,0.9633008),(0.930959,0.9673734),(0.9142919,0.9551553),(0.910111,0.9551553),(0.9101109,0.9592285),(0.9142919,0.9592285),(0.9059278,0.9551553),(0.9017429,0.9551553),(0.9017429,0.9592285),(0.9059278,0.9592285),(0.9059278,0.9633008),(0.910111,0.9633008),(0.9017429,0.9633008),(0.9017428,0.9673734),(0.9059278,0.9673734),(0.9101109,0.9673734),(0.9142919,0.9633008),(0.9142919,0.9673734),(0.8975567,0.9551553),(0.8933688,0.9551553),(0.8933688,0.9592285),(0.8975567,0.9592285),(0.8891787,0.9551553),(0.8849859,0.9551553),(0.8849859,0.9592285),(0.8891788,0.9592285),(0.8891787,0.9633008),(0.8933688,0.9633008),(0.8849859,0.9633008),(0.8891788,0.9673734),(0.8849859,0.9673734),(0.8933688,0.9673734),(0.8975567,0.9633008),(0.8975567,0.9673734),(0.8807898,0.9551553),(0.8765806,0.9551553),(0.8807898,0.9592285),(0.8765807,0.9592285),(0.8723488,0.9551553),(0.8680845,0.9551553),(0.8723488,0.9592285),(0.8680845,0.9592285),(0.8765806,0.9633008),(0.8723488,0.9633008),(0.8680845,0.9633008),(0.8723488,0.9673734),(0.8680845,0.9673734),(0.8765806,0.9673734),(0.8807898,0.9633008),(0.8807898,0.9673734),(0.8637781,0.9551553),(0.8594491,0.9551553),(0.8637781,0.9592285),(0.8594491,0.9592285),(0.8551173,0.9551553),(0.8508024,0.9551553),(0.8551173,0.9592285),(0.8508024,0.9592285),(0.8594491,0.9633008),(0.8551173,0.9633008),(0.8508024,0.9633008),(0.8551173,0.9673734),(0.8508024,0.9673734),(0.859449,0.9673734),(0.8637781,0.9633008),(0.8637781,0.9673734),(0.846524,0.9551553),(0.8422731,0.9551553),(0.8422731,0.9592285),(0.846524,0.9592285),(0.8380403,0.9551553),(0.8338165,0.9551553),(0.8338165,0.9592285),(0.8380403,0.9592285),(0.8380403,0.9633008),(0.8422731,0.9633008),(0.8338165,0.9633008),(0.8338165,0.9673734),(0.8380404,0.9673734),(0.8422731,0.9673734),(0.846524,0.9633008),(0.846524,0.9673734),(0.8295926,0.9551553),(0.8253628,0.9551553),(0.8253628,0.9592285),(0.8295926,0.9592285),(0.8211217,0.9551553),(0.8168637,0.9551553),(0.8168637,0.9592285),(0.8211217,0.9592285),(0.8211217,0.9633008),(0.8253628,0.9633008),(0.8168637,0.9633008),(0.8168637,0.9673734),(0.8211217,0.9673734),(0.8253628,0.9673734),(0.8295926,0.9633008),(0.8295926,0.9673734),(0.8125832,0.9551553),(0.8082899,0.9551553),(0.8125832,0.9592285),(0.8082899,0.9592285),(0.8039935,0.9551553),(0.7997035,0.9551553),(0.8039935,0.9592285),(0.7997035,0.9592285),(0.8082899,0.9633008),(0.8039935,0.9633008),(0.7997035,0.9633008),(0.8039935,0.9673734),(0.7997035,0.9673734),(0.8082899,0.9673734),(0.8125832,0.9633008),(0.8125832,0.9673734),(0.7954297,0.9551553),(0.7911757,0.9551553),(0.7954297,0.9592285),(0.7911757,0.9592285),(0.7869452,0.9551553),(0.7827417,0.9551553),(0.7869452,0.9592285),(0.7827417,0.9592285),(0.7911757,0.9633008),(0.7869452,0.9633008),(0.7827417,0.9633008),(0.7869452,0.9673734),(0.7827417,0.9673734),(0.7911757,0.9673734),(0.7954297,0.9633008),(0.7954297,0.9673734),(0.7785689,0.9551553),(0.7744211,0.9551553),(0.7785689,0.9592285),(0.7744212,0.9592285),(0.7702925,0.9551553),(0.7661775,0.9551553),(0.7661775,0.9592285),(0.7702925,0.9592285),(0.7744212,0.9633008),(0.7702925,0.9633008),(0.7661775,0.9633008),(0.7661775,0.9673734),(0.7702925,0.9673734),(0.7744212,0.9673734),(0.778569,0.9633008),(0.778569,0.9673734),(0.7620703,0.9551553),(0.757961,0.9551553),(0.757961,0.9592285),(0.7620703,0.9592285),(0.7538399,0.9551553),(0.7496969,0.9551553),(0.7496969,0.9592285),(0.7538399,0.9592285),(0.7538399,0.9633008),(0.757961,0.9633008),(0.7496969,0.9633008),(0.7496969,0.9673734),(0.7538399,0.9673734),(0.757961,0.9673734),(0.7620703,0.9633008),(0.7620703,0.9673734),(0.7455223,0.9551553),(0.7413244,0.9551553),(0.7413245,0.9592285),(0.7455223,0.9592285),(0.7371117,0.9551553),(0.7328922,0.9551553),(0.7328923,0.9592285),(0.7371117,0.9592285),(0.7371117,0.9633008),(0.7413245,0.9633008),(0.7328922,0.9633008),(0.7328922,0.9673734),(0.7371117,0.9673734),(0.7413245,0.9673734),(0.7455223,0.9633008),(0.7455223,0.9673734),(0.7286744,0.9551553),(0.7244572,0.9551553),(0.7244572,0.9592285),(0.7286744,0.9592285),(0.7202395,0.9551553),(0.71602,0.9551553),(0.71602,0.9592285),(0.7202395,0.9592285),(0.7202395,0.9633008),(0.7244572,0.9633008),(0.71602,0.9633008),(0.71602,0.9673734),(0.7202394,0.9673734),(0.7244572,0.9673734),(0.7286744,0.9633008),(0.7286744,0.9673734),(0.7117977,0.9551553),(0.7075742,0.9551553),(0.7075742,0.9592285),(0.7117977,0.9592285),(0.7033514,0.9551553),(0.6991307,0.9551553),(0.6991307,0.9592285),(0.7033514,0.9592285),(0.7033514,0.9633008),(0.7075742,0.9633008),(0.6991307,0.9633008),(0.6991307,0.9673734),(0.7033514,0.9673734),(0.7075742,0.9673734),(0.7117977,0.9633008),(0.7117977,0.9673734),(0.6949139,0.9551553),(0.6906992,0.9551553),(0.6906992,0.9592285),(0.6949139,0.9592285),(0.6864849,0.9551553),(0.6822694,0.9551553),(0.6822693,0.9592285),(0.6864849,0.9592285),(0.6864849,0.9633008),(0.6906992,0.9633008),(0.6822694,0.9633008),(0.6822693,0.9673734),(0.6864849,0.9673734),(0.6906992,0.9673734),(0.6949139,0.9633008),(0.6949139,0.9673734),(0.6780508,0.9551553),(0.6738272,0.9551553),(0.6738272,0.9592285),(0.6780507,0.9592285),(0.6695971,0.9551553),(0.6653587,0.9551553),(0.6653587,0.9592285),(0.6695971,0.9592285),(0.6695971,0.9633008),(0.6738272,0.9633008),(0.6653587,0.9633008),(0.6653587,0.9673734),(0.6695971,0.9673734),(0.6738272,0.9673734),(0.6780508,0.9633008),(0.6780507,0.9673734),(0.6611102,0.9551553),(0.6568571,0.9551553),(0.6568571,0.9592285),(0.6611102,0.9592285),(0.6526053,0.9551553),(0.6483604,0.9551553),(0.6483604,0.9592285),(0.6526054,0.9592285),(0.6526054,0.9633008),(0.6568571,0.9633008),(0.6483604,0.9633008),(0.6483604,0.9673734),(0.6526053,0.9673734),(0.6568571,0.9673734),(0.6611102,0.9633008),(0.6611102,0.9673734),(0.6441281,0.9551553),(0.6399043,0.9551553),(0.6399043,0.9592285),(0.6441281,0.9592285),(0.635685,0.9551553),(0.6314663,0.9551553),(0.6314663,0.9592285),(0.635685,0.9592285),(0.635685,0.9633008),(0.6399043,0.9633008),(0.6314663,0.9633008),(0.6314663,0.9673734),(0.635685,0.9673734),(0.6399043,0.9673734),(0.6441281,0.9633008),(0.6441281,0.9673734),(0.627244,0.9551553),(0.6230208,0.9551553),(0.6230209,0.9592285),(0.627244,0.9592285),(0.6187993,0.9551553),(0.6145822,0.9551553),(0.6145822,0.9592285),(0.6187993,0.9592285),(0.6187993,0.9633008),(0.6230208,0.9633008),(0.6145822,0.9633008),(0.6145822,0.9673734),(0.6187993,0.9673734),(0.6230209,0.9673734),(0.627244,0.9633008),(0.627244,0.9673734),(0.6103719,0.9551553),(0.6061606,0.9551553),(0.6061606,0.9592285),(0.6103719,0.9592285),(0.6019406,0.9551553),(0.5977041,0.9551553),(0.5977041,0.9592285),(0.6019406,0.9592285),(0.6019406,0.9633008),(0.6061606,0.9633008),(0.5977041,0.9633008),(0.5977041,0.9673734),(0.6019406,0.9673734),(0.6061606,0.9673734),(0.6103719,0.9633008),(0.6103719,0.9673734),(0.5934432,0.9551553),(0.589169,0.9551553),(0.589169,0.9592285),(0.5934432,0.9592285),(0.5848927,0.9551553),(0.5806257,0.9551553),(0.5806257,0.9592285),(0.5848927,0.9592285),(0.5848927,0.9633008),(0.589169,0.9633008),(0.5806257,0.9633008),(0.5806257,0.9673734),(0.5848927,0.9673734),(0.589169,0.9673734),(0.5934432,0.9633008),(0.5934432,0.9673734),(0.5763788,0.9551553),(0.572147,0.9551553),(0.572147,0.9592285),(0.5763788,0.9592285),(0.567925,0.9551553),(0.5637077,0.9551553),(0.5637077,0.9592285),(0.567925,0.9592285),(0.567925,0.9633008),(0.572147,0.9633008),(0.5637077,0.9633008),(0.5637077,0.9673734),(0.567925,0.9673734),(0.572147,0.9673734),(0.5763788,0.9633008),(0.5763788,0.9673734),(0.55949,0.9551553),(0.5552715,0.9551553),(0.5552715,0.9592285),(0.55949,0.9592285),(0.5510522,0.9551553),(0.5468317,0.9551553),(0.5468317,0.9592285),(0.5510522,0.9592285),(0.5510522,0.9633008),(0.5552715,0.9633008),(0.5468317,0.9633008),(0.5468317,0.9673734),(0.5510522,0.9673734),(0.5552715,0.9673734),(0.55949,0.9633008),(0.55949,0.9673734),(0.5426099,0.9551553),(0.5383899,0.9551553),(0.5383899,0.9592285),(0.5426099,0.9592285),(0.5341746,0.9551553),(0.5299669,0.9551553),(0.5341746,0.9592285),(0.5299669,0.9592285),(0.5341746,0.9633008),(0.5383899,0.9633008),(0.5299669,0.9633008),(0.5341746,0.9673734),(0.529967,0.9673734),(0.5383899,0.9673734),(0.5426099,0.9633008),(0.5426099,0.9673734),(0.52577,0.9551553),(0.5215818,0.9551553),(0.5215818,0.9592285),(0.52577,0.9592285),(0.5174,0.9551553),(0.5132228,0.9551553),(0.5132228,0.9592285),(0.5174,0.9592285),(0.5174,0.9633008),(0.5215818,0.9633008),(0.5132228,0.9633008),(0.5132228,0.9673734),(0.5174,0.9673734),(0.5215818,0.9673734),(0.52577,0.9633008),(0.52577,0.9673734),(0.5090478,0.9551553),(0.5048727,0.9551553),(0.5048727,0.9592285),(0.5090478,0.9592285),(0.5006949,0.9551553),(0.4965119,0.9551553),(0.5006949,0.9592285),(0.4965119,0.9592285),(0.5006949,0.9633008),(0.5048727,0.9633008),(0.4965119,0.9633008),(0.4965119,0.9673734),(0.5006949,0.9673734),(0.5048727,0.9673734),(0.5090478,0.9633008),(0.5090478,0.9673734),(0.4923214,0.9551553),(0.4881234,0.9551553),(0.4923214,0.9592285),(0.4881234,0.9592285),(0.4839184,0.9551553),(0.4797065,0.9551553),(0.4839184,0.9592285),(0.4797065,0.9592285),(0.4881234,0.9633008),(0.4839184,0.9633008),(0.4797065,0.9633008),(0.4839184,0.9673734),(0.4797064,0.9673734),(0.4881234,0.9673734),(0.4923214,0.9633008),(0.4923214,0.9673734),(0.4754879,0.9551553),(0.4712752,0.9551553),(0.4754879,0.9592285),(0.4712752,0.9592285),(0.4670808,0.9551553),(0.4629171,0.9551553),(0.4670808,0.9592285),(0.4629171,0.9592285),(0.4712752,0.9633008),(0.4670808,0.9633008),(0.4629171,0.9633008),(0.4670808,0.9673734),(0.4629171,0.9673734),(0.4712752,0.9673734),(0.4754879,0.9633008),(0.4754879,0.9673734),(0.4587967,0.9551553),(0.4547031,0.9551553),(0.4587967,0.9592285),(0.4547031,0.9592285),(0.4506197,0.9551553),(0.44653,0.9551553),(0.4506197,0.9592285),(0.44653,0.9592285),(0.4547031,0.9633008),(0.4506197,0.9633008),(0.44653,0.9633008),(0.4506197,0.9673734),(0.44653,0.9673734),(0.4547031,0.9673734),(0.4587967,0.9633008),(0.4587967,0.9673734),(0.4424174,0.9551553),(0.4382856,0.9551553),(0.4424174,0.9592285),(0.4382856,0.9592285),(0.4341379,0.9551553),(0.429978,0.9551553),(0.429978,0.9592285),(0.4341379,0.9592285),(0.4382856,0.9633008),(0.4341379,0.9633008),(0.429978,0.9633008),(0.429978,0.9673734),(0.4341379,0.9673734),(0.4382856,0.9673734),(0.4424174,0.9633008),(0.4424174,0.9673734),(0.4258092,0.9551553),(0.4216311,0.9551553),(0.4216312,0.9592285),(0.4258092,0.9592285),(0.4174434,0.9551553),(0.4132456,0.9551553),(0.4132456,0.9592285),(0.4174434,0.9592285),(0.4174434,0.9633008),(0.4216312,0.9633008),(0.4132456,0.9633008),(0.4132456,0.9673734),(0.4174434,0.9673734),(0.4216312,0.9673734),(0.4258092,0.9633008),(0.4258092,0.9673734),(0.4090372,0.9551553),(0.4048201,0.9551553),(0.4048201,0.9592285),(0.4090372,0.9592285),(0.4005963,0.9551553),(0.3963675,0.9551553),(0.3963675,0.9592285),(0.4005963,0.9592285),(0.4005963,0.9633008),(0.4048201,0.9633008),(0.3963675,0.9633008),(0.3963675,0.9673734),(0.4005963,0.9673734),(0.4048201,0.9673734),(0.4090372,0.9633008),(0.4090372,0.9673734),(0.3921357,0.9551553),(0.3879012,0.9551553),(0.3879012,0.9592285),(0.3921357,0.9592285),(0.3836642,0.9551553),(0.3794248,0.9551553),(0.3794249,0.9592285),(0.3836642,0.9592285),(0.3836642,0.9633008),(0.3879012,0.9633008),(0.3794248,0.9633008),(0.3794248,0.9673734),(0.3836642,0.9673734),(0.3879012,0.9673734),(0.3921357,0.9633008),(0.3921357,0.9673734),(0.3751834,0.9551553),(0.3709441,0.9551553),(0.3709441,0.9592285),(0.3751834,0.9592285),(0.3667112,0.9551553),(0.3624887,0.9551553),(0.3624887,0.9592285),(0.3667112,0.9592285),(0.3667112,0.9633008),(0.3709442,0.9633008),(0.3624887,0.9633008),(0.3667112,0.9673734),(0.3624887,0.9673734),(0.3709441,0.9673734),(0.3751834,0.9633008),(0.3751834,0.9673734),(0.358281,0.9551553),(0.3540821,0.9551553),(0.3540821,0.9592285),(0.358281,0.9592285),(0.3498864,0.9551553),(0.3456882,0.9551553),(0.3456882,0.9592285),(0.3498864,0.9592285),(0.3498864,0.9633008),(0.3540821,0.9633008),(0.3456882,0.9633008),(0.3456882,0.9673734),(0.3498864,0.9673734),(0.3540821,0.9673734),(0.3582809,0.9633008),(0.358281,0.9673734),(0.3414817,0.9551553),(0.3372694,0.9551553),(0.3372695,0.9592285),(0.3414817,0.9592285),(0.3330541,0.9551553),(0.3288383,0.9551553),(0.3288383,0.9592285),(0.3330541,0.9592285),(0.3330541,0.9633008),(0.3372695,0.9633008),(0.3288383,0.9633008),(0.3288383,0.9673734),(0.3330541,0.9673734),(0.3372695,0.9673734),(0.3414817,0.9633008),(0.3414817,0.9673734),(0.3246247,0.9551553),(0.3204179,0.9551553),(0.3204179,0.9592285),(0.3246247,0.9592285),(0.3162228,0.9551553),(0.3120441,0.9551553),(0.3120441,0.9592285),(0.3162228,0.9592285),(0.3162228,0.9633008),(0.3204179,0.9633008),(0.3120441,0.9633008),(0.3120441,0.9673734),(0.3162228,0.9673734),(0.3204179,0.9673734),(0.3246247,0.9633008),(0.3246247,0.9673734),(0.3078868,0.9551553),(0.3037427,0.9551553),(0.3037427,0.9592285),(0.3078868,0.9592285),(0.2996041,0.9551553),(0.2954631,0.9551553),(0.2954631,0.9592285),(0.2996041,0.9592285),(0.2996041,0.9633008),(0.3037428,0.9633008),(0.2954631,0.9633008),(0.2954631,0.9673734),(0.2996041,0.9673734),(0.3037427,0.9673734),(0.3078868,0.9633008),(0.3078868,0.9673734),(0.2913116,0.9551553),(0.2871543,0.9551553),(0.2871543,0.9592285),(0.2913116,0.9592285),(0.2829956,0.9551553),(0.2788399,0.9551553),(0.2788399,0.9592285),(0.2829956,0.9592285),(0.2829956,0.9633008),(0.2871543,0.9633008),(0.2788399,0.9633008),(0.2788399,0.9673734),(0.2829956,0.9673734),(0.2871543,0.9673734),(0.2913116,0.9633008),(0.2913116,0.9673734),(0.2746918,0.9551553),(0.2705556,0.9551553),(0.2705556,0.9592285),(0.2746918,0.9592285),(0.2664356,0.9551553),(0.262336,0.9551553),(0.2664356,0.9592285),(0.262336,0.9592285),(0.2664356,0.9633008),(0.2705556,0.9633008),(0.262336,0.9633008),(0.2664356,0.9673734),(0.262336,0.9673734),(0.2705556,0.9673734),(0.2746918,0.9633008),(0.2746918,0.9673734),(0.2582613,0.9551553),(0.254209,0.9551553),(0.2582613,0.9592285),(0.254209,0.9592285),(0.2501769,0.9551553),(0.2461624,0.9551553),(0.2501769,0.9592285),(0.2461624,0.9592285),(0.254209,0.9633008),(0.2501769,0.9633008),(0.2461624,0.9633008),(0.2501769,0.9673734),(0.2461624,0.9673734),(0.254209,0.9673734),(0.2582613,0.9633008),(0.2582613,0.9673734),(0.2421634,0.9551553),(0.238164,0.9551553),(0.2421634,0.9592285),(0.238164,0.9592285),(0.2341487,0.9551553),(0.2301017,0.9551553),(0.2341487,0.9592285),(0.2301017,0.9592285),(0.238164,0.9633008),(0.2341487,0.9633008),(0.2301017,0.9633008),(0.2341487,0.9673734),(0.2301017,0.9673734),(0.238164,0.9673734),(0.2421634,0.9633008),(0.2421634,0.9673734),(0.2260074,0.9551553),(0.2218787,0.9551553),(0.2260074,0.9592285),(0.2218787,0.9592285),(0.2177283,0.9551553),(0.2135691,0.9551553),(0.2177283,0.9592285),(0.2135692,0.9592285),(0.2218787,0.9633008),(0.2177283,0.9633008),(0.2135691,0.9633008),(0.2177283,0.9673734),(0.2135692,0.9673734),(0.2218787,0.9673734),(0.2260074,0.9633008),(0.2260074,0.9673734),(0.2094141,0.9551553),(0.2052627,0.9551553),(0.2094141,0.9592285),(0.2052627,0.9592285),(0.2011147,0.9551553),(0.1969699,0.9551553),(0.2011147,0.9592285),(0.1969699,0.9592285),(0.2052627,0.9633008),(0.2011147,0.9633008),(0.1969699,0.9633008),(0.2011147,0.9673734),(0.1969699,0.9673734),(0.2052627,0.9673734),(0.2094141,0.9633008),(0.2094141,0.9673734),(0.1928277,0.9551553),(0.1886888,0.9551553),(0.1928277,0.9592285),(0.1886888,0.9592285),(0.1845533,0.9551553),(0.1804218,0.9551553),(0.1845533,0.9592285),(0.1804218,0.9592285),(0.1886888,0.9633008),(0.1845533,0.9633008),(0.1804218,0.9633008),(0.1845533,0.9673734),(0.1804218,0.9673734),(0.1886888,0.9673734),(0.1928277,0.9633008),(0.1928277,0.9673734),(0.1762946,0.9551553),(0.1721701,0.9551553),(0.1762946,0.9592285),(0.1721701,0.9592285),(0.1680468,0.9551553),(0.163923,0.9551553),(0.1680468,0.9592285),(0.163923,0.9592285),(0.1721701,0.9633008),(0.1680468,0.9633008),(0.163923,0.9633008),(0.1680468,0.9673734),(0.163923,0.9673734),(0.1721701,0.9673734),(0.1762946,0.9633008),(0.1762946,0.9673734),(0.1597973,0.9551553),(0.1556691,0.9551553),(0.1597973,0.9592285),(0.1556691,0.9592285),(0.1515382,0.9551553),(0.1474041,0.9551553),(0.1515382,0.9592285),(0.1474041,0.9592285),(0.1556691,0.9633008),(0.1515382,0.9633008),(0.1474041,0.9633008),(0.1515382,0.9673734),(0.1474041,0.9673734),(0.1556691,0.9673734),(0.1597973,0.9633008),(0.1597973,0.9673734),(0.1432664,0.9551553),(0.1391259,0.9551553),(0.1432664,0.9592285),(0.1391259,0.9592285),(0.134983,0.9551553),(0.1308385,0.9551553),(0.134983,0.9592285),(0.1308385,0.9592285),(0.1391259,0.9633008),(0.134983,0.9633008),(0.1308385,0.9633008),(0.134983,0.9673734),(0.1308385,0.9673734),(0.1391259,0.9673734),(0.1432664,0.9633008),(0.1432664,0.9673734),(0.126693,0.9551553),(0.12255,0.9551553),(0.126693,0.9592285),(0.12255,0.9592285),(0.1184131,0.9551553),(0.1142857,0.9551553),(0.1184131,0.9592285),(0.1142857,0.9592285),(0.12255,0.9633008),(0.1184131,0.9633008),(0.1142857,0.9633008),(0.1184131,0.9673734),(0.1142857,0.9673734),(0.12255,0.9673734),(0.126693,0.9633008),(0.126693,0.9673734),(0.1101713,0.9551553),(0.1060752,0.9551553),(0.1101713,0.9592285),(0.1060752,0.9592285),(0.1020023,0.9551553),(0.09795791,0.9551553),(0.1020023,0.9592285),(0.09795791,0.9592285),(0.1060752,0.9633008),(0.1020023,0.9633008),(0.09795791,0.9633008),(0.1020023,0.9673734),(0.09795791,0.9673734),(0.1060752,0.9673734),(0.1101713,0.9633008),(0.1101713,0.9673734),(0.09394707,0.9551553),(0.08994583,0.9551553),(0.09394707,0.9592285),(0.08994584,0.9592285),(0.08593026,0.9551553),(0.08187638,0.9551553),(0.08593025,0.9592285),(0.08187637,0.9592285),(0.08994584,0.9633008),(0.08593026,0.9633008),(0.08187638,0.9633008),(0.08593026,0.9673734),(0.08187638,0.9673734),(0.08994584,0.9673734),(0.09394707,0.9633008),(0.09394707,0.9673734),(0.07776025,0.9551553),(0.07361087,0.9551553),(0.07776025,0.9592285),(0.07361087,0.9592285),(0.06945725,0.9551553),(0.06532837,0.9551553),(0.06945725,0.9592285),(0.06532837,0.9592285),(0.07361087,0.9633008),(0.06945725,0.9633008),(0.06532837,0.9633008),(0.06945725,0.9673734),(0.06532837,0.9673734),(0.07361087,0.9673734),(0.07776025,0.9633008),(0.07776025,0.9673734),(0.06125325,0.9551553),(0.05721605,0.9551553),(0.05721604,0.9592285),(0.06125325,0.9592285),(0.05320094,0.9551553),(0.0491921,0.9551553),(0.04919209,0.9592285),(0.05320094,0.9592285),(0.05320094,0.9633008),(0.05721605,0.9633008),(0.0491921,0.9633008),(0.04919209,0.9673734),(0.05320094,0.9673734),(0.05721605,0.9673734),(0.06125325,0.9633008),(0.06125325,0.9673734),(0.04517369,0.9551553),(0.04115105,0.9551553),(0.04115105,0.9592285),(0.04517369,0.9592285),(0.0371295,0.9551553),(0.03311438,0.9551553),(0.0371295,0.9592285),(0.03311437,0.9592285),(0.04115105,0.9633008),(0.0371295,0.9633008),(0.03311438,0.9633008),(0.0371295,0.9673734),(0.03311438,0.9673734),(0.04115105,0.9673734),(0.04517369,0.9633008),(0.04517369,0.9673734),(0.029111,0.9551553),(0.02511186,0.9551553),(0.029111,0.9592285),(0.02511186,0.9592285),(0.02110944,0.9551553),(0.01709622,0.9551553),(0.01709622,0.9592285),(0.02110944,0.9592285),(0.02110944,0.9633008),(0.02511186,0.9633008),(0.01709622,0.9633008),(0.01709622,0.9673734),(0.02110944,0.9673734),(0.02511186,0.9673734),(0.029111,0.9633008),(0.029111,0.9673734),(0.01306469,0.9551553),(0.009019421,0.9551558),(0.009019421,0.9592286),(0.01306469,0.9592285),(0.004965,0.9551572),(0.000906,0.955159),(0.000906,0.959229),(0.004965,0.9592288),(0.004965,0.9632999),(0.009019421,0.9633005),(0.000906,0.963299),(0.000906,0.967369),(0.004965,0.9673721),(0.009019421,0.9673731),(0.01306469,0.9633008),(0.01306469,0.9673734),(0.9951518,0.9714469),(0.999094,0.971446),(0.9912093,0.9714475),(0.9951518,0.9755234),(0.9912093,0.9755236),(0.999094,0.975523),(0.9872664,0.9714478),(0.983323,0.9714478),(0.983323,0.9755237),(0.9872664,0.9755237),(0.9912093,0.9796008),(0.9872664,0.979601),(0.983323,0.979601),(0.9872664,0.9836794),(0.983323,0.9836794),(0.9912093,0.9836792),(0.999094,0.9796),(0.9951518,0.9796005),(0.9951518,0.9836786),(0.999094,0.983677),(0.9793787,0.9714478),(0.9754275,0.9714478),(0.9754274,0.9755237),(0.9793787,0.9755237),(0.9714631,0.9714478),(0.9674796,0.9714478),(0.9674796,0.9755237),(0.9714631,0.9755237),(0.9754274,0.979601),(0.9714631,0.979601),(0.9674796,0.979601),(0.9714631,0.9836794),(0.9674796,0.9836794),(0.9754274,0.9836794),(0.9793787,0.979601),(0.9793787,0.9836794),(0.9634706,0.9714478),(0.9594426,0.9714478),(0.9594426,0.9755237),(0.9634707,0.9755237),(0.9554016,0.9714478),(0.9513539,0.9714478),(0.9513539,0.9755237),(0.9554016,0.9755237),(0.9554016,0.979601),(0.9594426,0.979601),(0.9513539,0.979601),(0.9513539,0.9836794),(0.9554016,0.9836794),(0.9594425,0.9836794),(0.9634707,0.979601),(0.9634706,0.9836794),(0.9473058,0.9714478),(0.9432498,0.9714478),(0.9432497,0.9755237),(0.9473058,0.9755237),(0.9391782,0.9714478),(0.9350839,0.9714478),(0.9350839,0.9755237),(0.9391783,0.9755237),(0.9391782,0.979601),(0.9432497,0.979601),(0.9350839,0.979601),(0.9350839,0.9836794),(0.9391783,0.9836794),(0.9432497,0.9836794),(0.9473058,0.979601),(0.9473058,0.9836794),(0.930959,0.9714478),(0.9268106,0.9714478),(0.9268106,0.9755237),(0.930959,0.9755237),(0.9226453,0.9714478),(0.9184701,0.9714478),(0.9184701,0.9755237),(0.9226453,0.9755237),(0.9226453,0.979601),(0.9268106,0.979601),(0.9184701,0.979601),(0.9184701,0.9836794),(0.9226453,0.9836794),(0.9268106,0.9836794),(0.930959,0.979601),(0.930959,0.9836794),(0.9142919,0.9714478),(0.910111,0.9714478),(0.9101109,0.9755237),(0.9142919,0.9755237),(0.9059278,0.9714478),(0.9017429,0.9714478),(0.9017429,0.9755237),(0.9059278,0.9755237),(0.9059278,0.979601),(0.910111,0.979601),(0.9017429,0.979601),(0.9017428,0.9836794),(0.9059278,0.9836794),(0.9101109,0.9836794),(0.9142919,0.979601),(0.9142919,0.9836794),(0.8975567,0.9714478),(0.8933688,0.9714478),(0.8975567,0.9755237),(0.8933688,0.9755237),(0.8891787,0.9714478),(0.8849859,0.9714478),(0.8891788,0.9755237),(0.8849859,0.9755237),(0.8933688,0.979601),(0.8891787,0.979601),(0.8849859,0.979601),(0.8891788,0.9836794),(0.8849859,0.9836794),(0.8933688,0.9836794),(0.8975567,0.979601),(0.8975567,0.9836794),(0.8807898,0.9714478),(0.8765806,0.9714478),(0.8765807,0.9755237),(0.8807898,0.9755237),(0.8723488,0.9714478),(0.8680845,0.9714478),(0.8723488,0.9755237),(0.8680845,0.9755237),(0.8723488,0.979601),(0.8765806,0.979601),(0.8680845,0.979601),(0.8680845,0.9836794),(0.8723488,0.9836794),(0.8765806,0.9836794),(0.8807898,0.979601),(0.8807898,0.9836794),(0.8637781,0.9714478),(0.8594491,0.9714478),(0.8637781,0.9755237),(0.8594491,0.9755237),(0.8551173,0.9714478),(0.8508024,0.9714478),(0.8551173,0.9755237),(0.8508024,0.9755237),(0.8594491,0.979601),(0.8551173,0.979601),(0.8508024,0.979601),(0.8551173,0.9836794),(0.8508024,0.9836794),(0.859449,0.9836794),(0.8637781,0.979601),(0.8637781,0.9836794),(0.846524,0.9714478),(0.8422731,0.9714478),(0.846524,0.9755237),(0.8422731,0.9755237),(0.8380403,0.9714478),(0.8338165,0.9714478),(0.8380403,0.9755237),(0.8338165,0.9755237),(0.8422731,0.979601),(0.8380403,0.979601),(0.8338165,0.979601),(0.8380404,0.9836794),(0.8338165,0.9836794),(0.8422731,0.9836794),(0.846524,0.979601),(0.846524,0.9836794),(0.8295926,0.9714478),(0.8253628,0.9714478),(0.8253628,0.9755237),(0.8295926,0.9755237),(0.8211217,0.9714478),(0.8168637,0.9714478),(0.8168637,0.9755237),(0.8211217,0.9755237),(0.8211217,0.979601),(0.8253628,0.979601),(0.8168637,0.979601),(0.8211217,0.9836794),(0.8168637,0.9836794),(0.8253628,0.9836794),(0.8295926,0.979601),(0.8295926,0.9836794),(0.8125832,0.9714478),(0.8082899,0.9714478),(0.8082899,0.9755237),(0.8125832,0.9755237),(0.8039935,0.9714478),(0.7997035,0.9714478),(0.8039935,0.9755237),(0.7997035,0.9755237),(0.8082899,0.979601),(0.8039935,0.979601),(0.7997035,0.979601),(0.8039935,0.9836794),(0.7997035,0.9836794),(0.8082899,0.9836794),(0.8125832,0.979601),(0.8125832,0.9836794),(0.7954297,0.9714478),(0.7911757,0.9714478),(0.7954297,0.9755237),(0.7911757,0.9755237),(0.7869452,0.9714478),(0.7827417,0.9714478),(0.7869452,0.9755237),(0.7827417,0.9755237),(0.7911757,0.979601),(0.7869452,0.979601),(0.7827417,0.979601),(0.7869452,0.9836794),(0.7827417,0.9836794),(0.7911757,0.9836794),(0.7954297,0.979601),(0.7954297,0.9836794),(0.7785689,0.9714478),(0.7744211,0.9714478),(0.7785689,0.9755237),(0.7744212,0.9755237),(0.7702925,0.9714478),(0.7661775,0.9714478),(0.7702925,0.9755237),(0.7661775,0.9755237),(0.7744212,0.979601),(0.7702925,0.979601),(0.7661775,0.979601),(0.7702925,0.9836794),(0.7661775,0.9836794),(0.7744212,0.9836794),(0.778569,0.979601),(0.778569,0.9836794),(0.7620703,0.9714478),(0.757961,0.9714478),(0.757961,0.9755237),(0.7620703,0.9755237),(0.7538399,0.9714478),(0.7496969,0.9714478),(0.7496969,0.9755237),(0.7538399,0.9755237),(0.7538399,0.979601),(0.757961,0.979601),(0.7496969,0.979601),(0.7496969,0.9836794),(0.7538399,0.9836794),(0.757961,0.9836794),(0.7620703,0.979601),(0.7620703,0.9836794),(0.7455223,0.9714478),(0.7413244,0.9714478),(0.7413245,0.9755237),(0.7455223,0.9755237),(0.7371117,0.9714478),(0.7328922,0.9714478),(0.7328923,0.9755237),(0.7371117,0.9755237),(0.7371117,0.979601),(0.7413245,0.979601),(0.7328922,0.979601),(0.7328922,0.9836794),(0.7371117,0.9836794),(0.7413245,0.9836794),(0.7455223,0.979601),(0.7455223,0.9836794),(0.7286744,0.9714478),(0.7244572,0.9714478),(0.7244572,0.9755237),(0.7286744,0.9755237),(0.7202395,0.9714478),(0.71602,0.9714478),(0.71602,0.9755237),(0.7202395,0.9755237),(0.7202395,0.979601),(0.7244572,0.979601),(0.71602,0.979601),(0.71602,0.9836794),(0.7202394,0.9836794),(0.7244572,0.9836794),(0.7286744,0.979601),(0.7286744,0.9836794),(0.7117977,0.9714478),(0.7075742,0.9714478),(0.7075742,0.9755237),(0.7117977,0.9755237),(0.7033514,0.9714478),(0.6991307,0.9714478),(0.6991307,0.9755237),(0.7033514,0.9755237),(0.7033514,0.979601),(0.7075742,0.979601),(0.6991307,0.979601),(0.6991307,0.9836794),(0.7033514,0.9836794),(0.7075742,0.9836794),(0.7117977,0.979601),(0.7117977,0.9836794),(0.6949139,0.9714478),(0.6906992,0.9714478),(0.6906992,0.9755237),(0.6949139,0.9755237),(0.6864849,0.9714478),(0.6822694,0.9714478),(0.6822693,0.9755237),(0.6864849,0.9755237),(0.6864849,0.979601),(0.6906992,0.979601),(0.6822694,0.979601),(0.6822693,0.9836794),(0.6864849,0.9836794),(0.6906992,0.9836794),(0.6949139,0.979601),(0.6949139,0.9836794),(0.6780508,0.9714478),(0.6738272,0.9714478),(0.6738272,0.9755237),(0.6780507,0.9755237),(0.6695971,0.9714478),(0.6653587,0.9714478),(0.6653587,0.9755237),(0.6695971,0.9755237),(0.6695971,0.979601),(0.6738272,0.979601),(0.6653587,0.979601),(0.6695971,0.9836794),(0.6653587,0.9836794),(0.6738272,0.9836794),(0.6780508,0.979601),(0.6780507,0.9836794),(0.6611102,0.9714478),(0.6568571,0.9714478),(0.6611102,0.9755237),(0.6568571,0.9755237),(0.6526053,0.9714478),(0.6483604,0.9714478),(0.6526054,0.9755237),(0.6483604,0.9755237),(0.6568571,0.979601),(0.6526054,0.979601),(0.6483604,0.979601),(0.6526053,0.9836794),(0.6483604,0.9836794),(0.6568571,0.9836794),(0.6611102,0.979601),(0.6611102,0.9836794),(0.6441281,0.9714478),(0.6399043,0.9714478),(0.6399043,0.9755237),(0.6441281,0.9755237),(0.635685,0.9714478),(0.6314663,0.9714478),(0.6314663,0.9755237),(0.635685,0.9755237),(0.635685,0.979601),(0.6399043,0.979601),(0.6314663,0.979601),(0.635685,0.9836794),(0.6314663,0.9836794),(0.6399043,0.9836794),(0.6441281,0.979601),(0.6441281,0.9836794),(0.627244,0.9714478),(0.6230208,0.9714478),(0.6230209,0.9755237),(0.627244,0.9755237),(0.6187993,0.9714478),(0.6145822,0.9714478),(0.6145822,0.9755237),(0.6187993,0.9755237),(0.6187993,0.979601),(0.6230208,0.979601),(0.6145822,0.979601),(0.6145822,0.9836794),(0.6187993,0.9836794),(0.6230209,0.9836794),(0.627244,0.979601),(0.627244,0.9836794),(0.6103719,0.9714478),(0.6061606,0.9714478),(0.6061606,0.9755237),(0.6103719,0.9755237),(0.6019406,0.9714478),(0.5977041,0.9714478),(0.5977041,0.9755237),(0.6019406,0.9755237),(0.6019406,0.979601),(0.6061606,0.979601),(0.5977041,0.979601),(0.5977041,0.9836794),(0.6019406,0.9836794),(0.6061606,0.9836794),(0.6103719,0.979601),(0.6103719,0.9836794),(0.5934432,0.9714478),(0.589169,0.9714478),(0.589169,0.9755237),(0.5934432,0.9755237),(0.5848927,0.9714478),(0.5806257,0.9714478),(0.5806257,0.9755237),(0.5848927,0.9755237),(0.5848927,0.979601),(0.589169,0.979601),(0.5806257,0.979601),(0.5806257,0.9836794),(0.5848927,0.9836794),(0.589169,0.9836794),(0.5934432,0.979601),(0.5934432,0.9836794),(0.5763788,0.9714478),(0.572147,0.9714478),(0.572147,0.9755237),(0.5763788,0.9755237),(0.567925,0.9714478),(0.5637077,0.9714478),(0.5637077,0.9755237),(0.567925,0.9755237),(0.567925,0.979601),(0.572147,0.979601),(0.5637077,0.979601),(0.5637077,0.9836794),(0.567925,0.9836794),(0.572147,0.9836794),(0.5763788,0.979601),(0.5763788,0.9836794),(0.55949,0.9714478),(0.5552715,0.9714478),(0.5552715,0.9755237),(0.55949,0.9755237),(0.5510522,0.9714478),(0.5468317,0.9714478),(0.5468317,0.9755237),(0.5510522,0.9755237),(0.5510522,0.979601),(0.5552715,0.979601),(0.5468317,0.979601),(0.5468317,0.9836794),(0.5510522,0.9836794),(0.5552715,0.9836794),(0.55949,0.979601),(0.55949,0.9836794),(0.5426099,0.9714478),(0.5383899,0.9714478),(0.5383899,0.9755237),(0.5426099,0.9755237),(0.5341746,0.9714478),(0.5299669,0.9714478),(0.5341746,0.9755237),(0.5299669,0.9755237),(0.5341746,0.979601),(0.5383899,0.979601),(0.5299669,0.979601),(0.5341746,0.9836794),(0.529967,0.9836794),(0.5383899,0.9836794),(0.5426099,0.979601),(0.5426099,0.9836794),(0.52577,0.9714478),(0.5215818,0.9714478),(0.52577,0.9755237),(0.5215818,0.9755237),(0.5174,0.9714478),(0.5132228,0.9714478),(0.5132228,0.9755237),(0.5174,0.9755237),(0.5174,0.979601),(0.5215818,0.979601),(0.5132228,0.979601),(0.5132228,0.9836794),(0.5174,0.9836794),(0.5215818,0.9836794),(0.52577,0.979601),(0.52577,0.9836794),(0.5090478,0.9714478),(0.5048727,0.9714478),(0.5048727,0.9755237),(0.5090478,0.9755237),(0.5006949,0.9714478),(0.4965119,0.9714478),(0.4965119,0.9755237),(0.5006949,0.9755237),(0.5006949,0.979601),(0.5048727,0.979601),(0.4965119,0.979601),(0.4965119,0.9836794),(0.5006949,0.9836794),(0.5048727,0.9836794),(0.5090478,0.979601),(0.5090478,0.9836794),(0.4923214,0.9714478),(0.4881234,0.9714478),(0.4881234,0.9755237),(0.4923214,0.9755237),(0.4839184,0.9714478),(0.4797065,0.9714478),(0.4839184,0.9755237),(0.4797065,0.9755237),(0.4839184,0.979601),(0.4881234,0.979601),(0.4797065,0.979601),(0.4839184,0.9836794),(0.4797064,0.9836794),(0.4881234,0.9836794),(0.4923214,0.979601),(0.4923214,0.9836794),(0.4754879,0.9714478),(0.4712752,0.9714478),(0.4754879,0.9755237),(0.4712752,0.9755237),(0.4670808,0.9714478),(0.4629171,0.9714478),(0.4670808,0.9755237),(0.4629171,0.9755237),(0.4712752,0.979601),(0.4670808,0.979601),(0.4629171,0.979601),(0.4670808,0.9836794),(0.4629171,0.9836794),(0.4712752,0.9836794),(0.4754879,0.979601),(0.4754879,0.9836794),(0.4587967,0.9714478),(0.4547031,0.9714478),(0.4587967,0.9755237),(0.4547031,0.9755237),(0.4506197,0.9714478),(0.44653,0.9714478),(0.4506197,0.9755237),(0.44653,0.9755237),(0.4547031,0.979601),(0.4506197,0.979601),(0.44653,0.979601),(0.4506197,0.9836794),(0.44653,0.9836794),(0.4547031,0.9836794),(0.4587967,0.979601),(0.4587967,0.9836794),(0.4424174,0.9714478),(0.4382856,0.9714478),(0.4424174,0.9755237),(0.4382856,0.9755237),(0.4341379,0.9714478),(0.429978,0.9714478),(0.4341379,0.9755237),(0.429978,0.9755237),(0.4382856,0.979601),(0.4341379,0.979601),(0.429978,0.979601),(0.4341379,0.9836794),(0.429978,0.9836794),(0.4382856,0.9836794),(0.4424174,0.979601),(0.4424174,0.9836794),(0.4258092,0.9714478),(0.4216311,0.9714478),(0.4258092,0.9755237),(0.4216312,0.9755237),(0.4174434,0.9714478),(0.4132456,0.9714478),(0.4174434,0.9755237),(0.4132456,0.9755237),(0.4216312,0.979601),(0.4174434,0.979601),(0.4132456,0.979601),(0.4174434,0.9836794),(0.4132456,0.9836794),(0.4216312,0.9836794),(0.4258092,0.979601),(0.4258092,0.9836794),(0.4090372,0.9714478),(0.4048201,0.9714478),(0.4090372,0.9755237),(0.4048201,0.9755237),(0.4005963,0.9714478),(0.3963675,0.9714478),(0.4005963,0.9755237),(0.3963675,0.9755237),(0.4048201,0.979601),(0.4005963,0.979601),(0.3963675,0.979601),(0.4005963,0.9836794),(0.3963675,0.9836794),(0.4048201,0.9836794),(0.4090372,0.979601),(0.4090372,0.9836794),(0.3921357,0.9714478),(0.3879012,0.9714478),(0.3921357,0.9755237),(0.3879012,0.9755237),(0.3836642,0.9714478),(0.3794248,0.9714478),(0.3836642,0.9755237),(0.3794249,0.9755237),(0.3879012,0.979601),(0.3836642,0.979601),(0.3794248,0.979601),(0.3836642,0.9836794),(0.3794248,0.9836794),(0.3879012,0.9836794),(0.3921357,0.979601),(0.3921357,0.9836794),(0.3751834,0.9714478),(0.3709441,0.9714478),(0.3751834,0.9755237),(0.3709441,0.9755237),(0.3667112,0.9714478),(0.3624887,0.9714478),(0.3667112,0.9755237),(0.3624887,0.9755237),(0.3709442,0.979601),(0.3667112,0.979601),(0.3624887,0.979601),(0.3667112,0.9836794),(0.3624887,0.9836794),(0.3709441,0.9836794),(0.3751834,0.979601),(0.3751834,0.9836794),(0.358281,0.9714478),(0.3540821,0.9714478),(0.3540821,0.9755237),(0.358281,0.9755237),(0.3498864,0.9714478),(0.3456882,0.9714478),(0.3456882,0.9755237),(0.3498864,0.9755237),(0.3498864,0.979601),(0.3540821,0.979601),(0.3456882,0.979601),(0.3456882,0.9836794),(0.3498864,0.9836794),(0.3540821,0.9836794),(0.3582809,0.979601),(0.358281,0.9836794),(0.3414817,0.9714478),(0.3372694,0.9714478),(0.3372695,0.9755237),(0.3414817,0.9755237),(0.3330541,0.9714478),(0.3288383,0.9714478),(0.3288383,0.9755237),(0.3330541,0.9755237),(0.3330541,0.979601),(0.3372695,0.979601),(0.3288383,0.979601),(0.3288383,0.9836794),(0.3330541,0.9836794),(0.3372695,0.9836794),(0.3414817,0.979601),(0.3414817,0.9836794),(0.3246247,0.9714478),(0.3204179,0.9714478),(0.3204179,0.9755237),(0.3246247,0.9755237),(0.3162228,0.9714478),(0.3120441,0.9714478),(0.3120441,0.9755237),(0.3162228,0.9755237),(0.3162228,0.979601),(0.3204179,0.979601),(0.3120441,0.979601),(0.3120441,0.9836794),(0.3162228,0.9836794),(0.3204179,0.9836794),(0.3246247,0.979601),(0.3246247,0.9836794),(0.3078868,0.9714478),(0.3037427,0.9714478),(0.3037427,0.9755237),(0.3078868,0.9755237),(0.2996041,0.9714478),(0.2954631,0.9714478),(0.2954631,0.9755237),(0.2996041,0.9755237),(0.2996041,0.979601),(0.3037428,0.979601),(0.2954631,0.979601),(0.2954631,0.9836794),(0.2996041,0.9836794),(0.3037427,0.9836794),(0.3078868,0.979601),(0.3078868,0.9836794),(0.2913116,0.9714478),(0.2871543,0.9714478),(0.2871543,0.9755237),(0.2913116,0.9755237),(0.2829956,0.9714478),(0.2788399,0.9714478),(0.2788399,0.9755237),(0.2829956,0.9755237),(0.2829956,0.979601),(0.2871543,0.979601),(0.2788399,0.979601),(0.2788399,0.9836794),(0.2829956,0.9836794),(0.2871543,0.9836794),(0.2913116,0.979601),(0.2913116,0.9836794),(0.2746918,0.9714478),(0.2705556,0.9714478),(0.2705556,0.9755237),(0.2746918,0.9755237),(0.2664356,0.9714478),(0.262336,0.9714478),(0.2664356,0.9755237),(0.262336,0.9755237),(0.2664356,0.979601),(0.2705556,0.979601),(0.262336,0.979601),(0.2664356,0.9836794),(0.262336,0.9836794),(0.2705556,0.9836794),(0.2746918,0.979601),(0.2746918,0.9836794),(0.2582613,0.9714478),(0.254209,0.9714478),(0.2582613,0.9755237),(0.254209,0.9755237),(0.2501769,0.9714478),(0.2461624,0.9714478),(0.2501769,0.9755237),(0.2461624,0.9755237),(0.254209,0.979601),(0.2501769,0.979601),(0.2461624,0.979601),(0.2501769,0.9836794),(0.2461624,0.9836794),(0.254209,0.9836794),(0.2582613,0.979601),(0.2582613,0.9836794),(0.2421634,0.9714478),(0.238164,0.9714478),(0.2421634,0.9755237),(0.238164,0.9755237),(0.2341487,0.9714478),(0.2301017,0.9714478),(0.2341487,0.9755237),(0.2301017,0.9755237),(0.238164,0.979601),(0.2341487,0.979601),(0.2301017,0.979601),(0.2341487,0.9836794),(0.2301017,0.9836794),(0.238164,0.9836794),(0.2421634,0.979601),(0.2421634,0.9836794),(0.2260074,0.9714478),(0.2218787,0.9714478),(0.2260074,0.9755237),(0.2218787,0.9755237),(0.2177283,0.9714478),(0.2135691,0.9714478),(0.2177283,0.9755237),(0.2135692,0.9755237),(0.2218787,0.979601),(0.2177283,0.979601),(0.2135691,0.979601),(0.2177283,0.9836794),(0.2135692,0.9836794),(0.2218787,0.9836794),(0.2260074,0.979601),(0.2260074,0.9836794),(0.2094141,0.9714478),(0.2052627,0.9714478),(0.2094141,0.9755237),(0.2052627,0.9755237),(0.2011147,0.9714478),(0.1969699,0.9714478),(0.2011147,0.9755237),(0.1969699,0.9755237),(0.2052627,0.979601),(0.2011147,0.979601),(0.1969699,0.979601),(0.2011147,0.9836794),(0.1969699,0.9836794),(0.2052627,0.9836794),(0.2094141,0.979601),(0.2094141,0.9836794),(0.1928277,0.9714478),(0.1886888,0.9714478),(0.1928277,0.9755237),(0.1886888,0.9755237),(0.1845533,0.9714478),(0.1804218,0.9714478),(0.1845533,0.9755237),(0.1804218,0.9755237),(0.1886888,0.979601),(0.1845533,0.979601),(0.1804218,0.979601),(0.1845533,0.9836794),(0.1804218,0.9836794),(0.1886888,0.9836794),(0.1928277,0.979601),(0.1928277,0.9836794),(0.1762946,0.9714478),(0.1721701,0.9714478),(0.1762946,0.9755237),(0.1721701,0.9755237),(0.1680468,0.9714478),(0.163923,0.9714478),(0.1680468,0.9755237),(0.163923,0.9755237),(0.1721701,0.979601),(0.1680468,0.979601),(0.163923,0.979601),(0.1680468,0.9836794),(0.163923,0.9836794),(0.1721701,0.9836794),(0.1762946,0.979601),(0.1762946,0.9836794),(0.1597973,0.9714478),(0.1556691,0.9714478),(0.1597973,0.9755237),(0.1556691,0.9755237),(0.1515382,0.9714478),(0.1474041,0.9714478),(0.1515382,0.9755237),(0.1474041,0.9755237),(0.1556691,0.979601),(0.1515382,0.979601),(0.1474041,0.979601),(0.1515382,0.9836794),(0.1474041,0.9836794),(0.1556691,0.9836794),(0.1597973,0.979601),(0.1597973,0.9836794),(0.1432664,0.9714478),(0.1391259,0.9714478),(0.1432664,0.9755237),(0.1391259,0.9755237),(0.134983,0.9714478),(0.1308385,0.9714478),(0.134983,0.9755237),(0.1308385,0.9755237),(0.1391259,0.979601),(0.134983,0.979601),(0.1308385,0.979601),(0.134983,0.9836794),(0.1308385,0.9836794),(0.1391259,0.9836794),(0.1432664,0.979601),(0.1432664,0.9836794),(0.126693,0.9714478),(0.12255,0.9714478),(0.126693,0.9755237),(0.12255,0.9755237),(0.1184131,0.9714478),(0.1142857,0.9714478),(0.1184131,0.9755237),(0.1142857,0.9755237),(0.12255,0.979601),(0.1184131,0.979601),(0.1142857,0.979601),(0.1184131,0.9836794),(0.1142857,0.9836794),(0.12255,0.9836794),(0.126693,0.979601),(0.126693,0.9836794),(0.1101713,0.9714478),(0.1060752,0.9714478),(0.1101713,0.9755237),(0.1060752,0.9755237),(0.1020023,0.9714478),(0.09795791,0.9714478),(0.1020023,0.9755237),(0.09795791,0.9755237),(0.1060752,0.979601),(0.1020023,0.979601),(0.09795791,0.979601),(0.1020023,0.9836794),(0.09795791,0.9836794),(0.1060752,0.9836794),(0.1101713,0.979601),(0.1101713,0.9836794),(0.09394707,0.9714478),(0.08994583,0.9714478),(0.09394707,0.9755237),(0.08994584,0.9755237),(0.08593026,0.9714478),(0.08187638,0.9714478),(0.08593025,0.9755237),(0.08187637,0.9755237),(0.08994584,0.979601),(0.08593026,0.979601),(0.08187638,0.979601),(0.08593026,0.9836794),(0.08187638,0.9836794),(0.08994584,0.9836794),(0.09394707,0.979601),(0.09394707,0.9836794),(0.07776025,0.9714478),(0.07361087,0.9714478),(0.07776025,0.9755237),(0.07361087,0.9755237),(0.06945725,0.9714478),(0.06532837,0.9714478),(0.06945725,0.9755237),(0.06532837,0.9755237),(0.07361087,0.979601),(0.06945725,0.979601),(0.06532837,0.979601),(0.06945725,0.9836794),(0.06532837,0.9836794),(0.07361087,0.9836794),(0.07776025,0.979601),(0.07776025,0.9836794),(0.06125325,0.9714478),(0.05721605,0.9714478),(0.06125325,0.9755237),(0.05721604,0.9755237),(0.05320094,0.9714478),(0.0491921,0.9714478),(0.05320094,0.9755237),(0.04919209,0.9755237),(0.05721605,0.979601),(0.05320094,0.979601),(0.0491921,0.979601),(0.05320094,0.9836794),(0.04919209,0.9836794),(0.05721605,0.9836794),(0.06125325,0.979601),(0.06125325,0.9836794),(0.04517369,0.9714478),(0.04115105,0.9714478),(0.04517369,0.9755237),(0.04115105,0.9755237),(0.0371295,0.9714478),(0.03311438,0.9714478),(0.0371295,0.9755237),(0.03311437,0.9755237),(0.04115105,0.979601),(0.0371295,0.979601),(0.03311438,0.979601),(0.03311438,0.9836794),(0.0371295,0.9836794),(0.04115105,0.9836794),(0.04517369,0.979601),(0.04517369,0.9836794),(0.029111,0.9714478),(0.02511186,0.9714478),(0.02511186,0.9755237),(0.029111,0.9755237),(0.02110944,0.9714478),(0.01709622,0.9714478),(0.01709622,0.9755237),(0.02110944,0.9755237),(0.02110944,0.979601),(0.02511186,0.979601),(0.01709622,0.979601),(0.01709622,0.9836794),(0.02110944,0.9836794),(0.02511186,0.9836794),(0.029111,0.979601),(0.029111,0.9836794),(0.01306469,0.9714478),(0.009019421,0.9714475),(0.009019421,0.9755236),(0.01306469,0.9755237),(0.004965,0.9714469),(0.000906,0.971446),(0.000906,0.975523),(0.004965,0.9755234),(0.004965,0.9796005),(0.009019421,0.9796008),(0.000906,0.9796),(0.000906,0.983677),(0.004965,0.9836786),(0.009019421,0.9836792),(0.01306469,0.979601),(0.01306469,0.9836794),(0.999094,0.9877577),(0.9951518,0.9877582),(0.9912093,0.9877586),(0.9951518,0.9918386),(0.9912094,0.9918387),(0.999094,0.9918385),(0.9872664,0.9877587),(0.983323,0.9877587),(0.9872665,0.9918388),(0.9833232,0.9918388),(0.9912094,0.9959192),(0.9872668,0.9959192),(0.9833236,0.9959192),(0.9872673,1),(0.983325,1),(0.9912095,1),(0.9951518,0.9959192),(0.999094,0.9959192),(0.9951518,1),(0.999094,1),(0.9793787,0.9877587),(0.9754275,0.9877587),(0.9793788,0.9918388),(0.9754282,0.9918388),(0.9714631,0.9877587),(0.9674796,0.9877587),(0.9714663,0.9918388),(0.9674844,0.9918388),(0.9754307,0.9959192),(0.9714758,0.9959192),(0.9674986,0.9959192),(0.9714885,1),(0.967543,1),(0.975434,1),(0.9793791,0.9959192),(0.9793795,1),(0.9634706,0.9877587),(0.9594426,0.9877587),(0.9594433,0.9918388),(0.9634739,0.9918388),(0.9554016,0.9877587),(0.9513539,0.9877587),(0.951354,0.9918388),(0.9554017,0.9918388),(0.9554018,0.9959192),(0.9594458,0.9959192),(0.9513543,0.9959192),(0.951355,1),(0.955402,1),(0.959449,1),(0.9634833,0.9959192),(0.963496,1),(0.9473058,0.9877587),(0.9432498,0.9877587),(0.9432507,0.9918388),(0.9473058,0.9918388),(0.9391782,0.9877587),(0.9350839,0.9877587),(0.9350896,0.9918388),(0.9391821,0.9918388),(0.9391935,0.9959192),(0.9432536,0.9959192),(0.9351067,0.9959192),(0.93516,1),(0.9392087,1),(0.9432575,1),(0.947306,0.9959192),(0.9473062,1),(0.930959,0.9877587),(0.9268106,0.9877587),(0.9268116,0.9918388),(0.9309629,0.9918388),(0.9226453,0.9877587),(0.9184701,0.9877587),(0.9184707,0.9918388),(0.9226457,0.9918388),(0.9226469,0.9959192),(0.9268147,0.9959192),(0.9184725,0.9959192),(0.918478,1),(0.9226485,1),(0.926819,1),(0.9309742,0.9959192),(0.9309895,1),(0.9142919,0.9877587),(0.910111,0.9877587),(0.9101111,0.9918388),(0.9142922,0.9918388),(0.9059278,0.9877587),(0.9017429,0.9877587),(0.9017431,0.9918388),(0.905928,0.9918388),(0.9059284,0.9959192),(0.9101114,0.9959192),(0.9017438,0.9959192),(0.901746,1),(0.905929,1),(0.910112,1),(0.9142934,0.9959192),(0.914295,1),(0.8975567,0.9877587),(0.8933688,0.9877587),(0.893369,0.9918388),(0.8975569,0.9918388),(0.8891787,0.9877587),(0.8849859,0.9877587),(0.8849865,0.9918388),(0.8891792,0.9918388),(0.8891804,0.9959192),(0.8933694,0.9959192),(0.8849883,0.9959192),(0.884994,1),(0.889182,1),(0.89337,1),(0.8975574,0.9959192),(0.897558,1),(0.8807898,0.9877587),(0.8765806,0.9877587),(0.8765821,0.9918388),(0.8807902,0.9918388),(0.8723488,0.9877587),(0.8680845,0.9877587),(0.8680924,0.9918388),(0.872354,0.9918388),(0.8723699,0.9959192),(0.8765863,0.9959192),(0.8681161,0.9959192),(0.86819,1),(0.872391,1),(0.876592,1),(0.8807914,0.9959192),(0.880793,1),(0.8637781,0.9877587),(0.8594491,0.9877587),(0.8637834,0.9918388),(0.8594493,0.9918388),(0.8551173,0.9877587),(0.8508024,0.9877587),(0.8551127,0.9918388),(0.8507955,0.9918388),(0.8594497,0.9959192),(0.855099,0.9959192),(0.850775,0.9959192),(0.8550807,1),(0.850711,1),(0.8594505,1),(0.8637992,0.9959192),(0.8638202,1),(0.846524,0.9877587),(0.8422731,0.9877587),(0.8465194,0.9918388),(0.8422719,0.9918388),(0.8380403,0.9877587),(0.8338165,0.9877587),(0.8380403,0.9918388),(0.8338165,0.9918388),(0.8422685,0.9959192),(0.8380404,0.9959192),(0.8338167,0.9959192),(0.8380405,1),(0.833817,1),(0.842264,1),(0.8465058,0.9959192),(0.8464875,1),(0.8295926,0.9877587),(0.8253628,0.9877587),(0.8295926,0.9918388),(0.8253635,0.9918388),(0.8211217,0.9877587),(0.8168637,0.9877587),(0.8211246,0.9918388),(0.8168679,0.9918388),(0.8253657,0.9959192),(0.821133,0.9959192),(0.8168806,0.9959192),(0.8211442,1),(0.81692,1),(0.8253685,1),(0.8295927,0.9959192),(0.8295928,1),(0.8125832,0.9877587),(0.8082899,0.9877587),(0.812586,0.9918388),(0.8082901,0.9918388),(0.8039935,0.9877587),(0.7997035,0.9877587),(0.8039914,0.9918388),(0.7997004,0.9918388),(0.8039854,0.9959192),(0.8082907,0.9959192),(0.7996913,0.9959192),(0.799663,1),(0.8039773,1),(0.8082915,1),(0.8125945,0.9959192),(0.8126057,1),(0.7954297,0.9877587),(0.7911757,0.9877587),(0.7954277,0.9918388),(0.7911743,0.9918388),(0.7869452,0.9877587),(0.7827417,0.9877587),(0.7869413,0.9918388),(0.7827359,0.9918388),(0.7911699,0.9959192),(0.7869298,0.9959192),(0.7827187,0.9959192),(0.7869145,1),(0.782665,1),(0.791164,1),(0.7954216,0.9959192),(0.7954135,1),(0.7785689,0.9877587),(0.7744211,0.9877587),(0.7785651,0.9918388),(0.77442,0.9918388),(0.7702925,0.9877587),(0.7661775,0.9877587),(0.7702916,0.9918388),(0.766176,0.9918388),(0.7744163,0.9959192),(0.7702886,0.9959192),(0.7661716,0.9959192),(0.7702848,1),(0.766158,1),(0.7744115,1),(0.7785536,0.9959192),(0.7785382,1),(0.7620703,0.9877587),(0.757961,0.9877587),(0.7620693,0.9918388),(0.7579618,0.9918388),(0.7538399,0.9877587),(0.7496969,0.9877587),(0.7538438,0.9918388),(0.7497028,0.9918388),(0.757964,0.9959192),(0.7538557,0.9959192),(0.7497207,0.9959192),(0.7538715,1),(0.749776,1),(0.757967,1),(0.7620664,0.9959192),(0.7620625,1),(0.7455223,0.9877587),(0.7413244,0.9877587),(0.7413254,0.9918388),(0.7455263,0.9918388),(0.7371117,0.9877587),(0.7328922,0.9877587),(0.7328919,0.9918388),(0.7371115,0.9918388),(0.7371109,0.9959192),(0.7413282,0.9959192),(0.732891,0.9959192),(0.732888,1),(0.73711,1),(0.741332,1),(0.7455381,0.9959192),(0.745554,1),(0.7286744,0.9877587),(0.7244572,0.9877587),(0.7244573,0.9918388),(0.7286742,0.9918388),(0.7202395,0.9877587),(0.71602,0.9877587),(0.7160205,0.9918388),(0.7202398,0.9918388),(0.7202409,0.9959192),(0.7244574,0.9959192),(0.7160221,0.9959192),(0.716027,1),(0.7202423,1),(0.7244575,1),(0.7286736,0.9959192),(0.7286727,1),(0.7117977,0.9877587),(0.7075742,0.9877587),(0.7075742,0.9918388),(0.7117981,0.9918388),(0.7033514,0.9877587),(0.6991307,0.9877587),(0.6991299,0.9918388),(0.7033509,0.9918388),(0.7033495,0.9959192),(0.7075741,0.9959192),(0.6991278,0.9959192),(0.699121,1),(0.7033475,1),(0.707574,1),(0.7117991,0.9959192),(0.7118005,1),(0.6949139,0.9877587),(0.6906992,0.9877587),(0.6906992,0.9918388),(0.6949134,0.9918388),(0.6864849,0.9877587),(0.6822694,0.9877587),(0.6822699,0.9918388),(0.6864854,0.9918388),(0.6864865,0.9959192),(0.6906991,0.9959192),(0.6822717,0.9959192),(0.682277,1),(0.686488,1),(0.690699,1),(0.694912,0.9959192),(0.69491,1),(0.6780508,0.9877587),(0.6738272,0.9877587),(0.6780511,0.9918388),(0.6738276,0.9918388),(0.6695971,0.9877587),(0.6653587,0.9877587),(0.6695984,0.9918388),(0.6653606,0.9918388),(0.6738288,0.9959192),(0.6696022,0.9959192),(0.6653663,0.9959192),(0.6696073,1),(0.665384,1),(0.6738305,1),(0.6780522,0.9959192),(0.6780537,1),(0.6611102,0.9877587),(0.6568571,0.9877587),(0.6611114,0.9918388),(0.6568571,0.9918388),(0.6526053,0.9877587),(0.6483604,0.9877587),(0.6526037,0.9918388),(0.6483581,0.9918388),(0.6568568,0.9959192),(0.6525991,0.9959192),(0.648351,0.9959192),(0.6525928,1),(0.648329,1),(0.6568565,1),(0.6611152,0.9959192),(0.6611203,1),(0.6441281,0.9877587),(0.6399043,0.9877587),(0.6441265,0.9918388),(0.639904,0.9918388),(0.635685,0.9877587),(0.6314663,0.9877587),(0.6356854,0.9918388),(0.6314669,0.9918388),(0.6399031,0.9959192),(0.6356868,0.9959192),(0.6314689,0.9959192),(0.6356885,1),(0.631475,1),(0.639902,1),(0.6441218,0.9959192),(0.6441155,1),(0.627244,0.9877587),(0.6230208,0.9877587),(0.6272444,0.9918388),(0.6230208,0.9918388),(0.6187993,0.9877587),(0.6145822,0.9877587),(0.6187985,0.9918388),(0.6145809,0.9918388),(0.6230204,0.9959192),(0.6187959,0.9959192),(0.6145771,0.9959192),(0.6187925,1),(0.614565,1),(0.62302,1),(0.6272457,0.9959192),(0.6272475,1),(0.6103719,0.9877587),(0.6061606,0.9877587),(0.6061612,0.9918388),(0.6103711,0.9918388),(0.6019406,0.9877587),(0.5977041,0.9877587),(0.5977086,0.9918388),(0.6019437,0.9918388),(0.6019528,0.9959192),(0.6061628,0.9959192),(0.5977224,0.9959192),(0.597765,1),(0.6019651,1),(0.6061651,1),(0.6103685,0.9959192),(0.610365,1),(0.5934432,0.9877587),(0.589169,0.9877587),(0.5891691,0.9918388),(0.5934462,0.9918388),(0.5848927,0.9877587),(0.5806257,0.9877587),(0.5806218,0.9918388),(0.5848902,0.9918388),(0.5848826,0.9959192),(0.5891695,0.9959192),(0.5806105,0.9959192),(0.580575,1),(0.5848725,1),(0.58917,1),(0.5934553,0.9959192),(0.5934675,1),(0.5763788,0.9877587),(0.572147,0.9877587),(0.5721463,0.9918388),(0.5763763,0.9918388),(0.567925,0.9877587),(0.5637077,0.9877587),(0.5637078,0.9918388),(0.567925,0.9918388),(0.5679252,0.9959192),(0.5721444,0.9959192),(0.5637081,0.9959192),(0.563709,1),(0.5679255,1),(0.572142,1),(0.5763686,0.9959192),(0.5763585,1),(0.55949,0.9877587),(0.5552715,0.9877587),(0.5552716,0.9918388),(0.55949,0.9918388),(0.5510522,0.9877587),(0.5468317,0.9877587),(0.546832,0.9918388),(0.5510523,0.9918388),(0.5510528,0.9959192),(0.5552717,0.9959192),(0.5468327,0.9959192),(0.546835,1),(0.5510535,1),(0.555272,1),(0.5594902,0.9959192),(0.5594905,1),(0.5426099,0.9877587),(0.5383899,0.9877587),(0.5383896,0.9918388),(0.5426101,0.9918388),(0.5341746,0.9877587),(0.5299669,0.9877587),(0.5341733,0.9918388),(0.5299649,0.9918388),(0.5341692,0.9959192),(0.5383887,0.9959192),(0.5299588,0.9959192),(0.5341638,1),(0.52994,1),(0.5383875,1),(0.5426106,0.9959192),(0.5426112,1),(0.52577,0.9877587),(0.5215818,0.9877587),(0.5257686,0.9918388),(0.5215813,0.9918388),(0.5174,0.9877587),(0.5132228,0.9877587),(0.5132223,0.9918388),(0.5173997,0.9918388),(0.5173989,0.9959192),(0.5215801,0.9959192),(0.513221,0.9959192),(0.513217,1),(0.5173978,1),(0.5215785,1),(0.5257646,0.9959192),(0.5257592,1),(0.5090478,0.9877587),(0.5048727,0.9877587),(0.5048728,0.9918388),(0.5090475,0.9918388),(0.5006949,0.9877587),(0.4965119,0.9877587),(0.4965134,0.9918388),(0.5006958,0.9918388),(0.5006987,0.9959192),(0.5048733,0.9959192),(0.4965177,0.9959192),(0.496531,1),(0.5007025,1),(0.504874,1),(0.5090467,0.9959192),(0.5090455,1),(0.4923214,0.9877587),(0.4881234,0.9877587),(0.4881239,0.9918388),(0.4923223,0.9918388),(0.4839184,0.9877587),(0.4797065,0.9877587),(0.4797077,0.9918388),(0.4839192,0.9918388),(0.4839217,0.9959192),(0.4881252,0.9959192),(0.4797114,0.9959192),(0.479723,1),(0.483925,1),(0.488127,1),(0.4923252,0.9959192),(0.492329,1),(0.4754879,0.9877587),(0.4712752,0.9877587),(0.4754887,0.9918388),(0.471274,0.9918388),(0.4670808,0.9877587),(0.4629171,0.9877587),(0.4670753,0.9918388),(0.462909,0.9918388),(0.4712706,0.9959192),(0.4670591,0.9959192),(0.4628847,0.9959192),(0.4670375,1),(0.462809,1),(0.471266,1),(0.4754912,0.9959192),(0.4754945,1),(0.4587967,0.9877587),(0.4547031,0.9877587),(0.4587913,0.9918388),(0.4547025,0.9918388),(0.4506197,0.9877587),(0.44653,0.9877587),(0.4506226,0.9918388),(0.4465342,0.9918388),(0.4547005,0.9959192),(0.4506311,0.9959192),(0.4465471,0.9959192),(0.4506425,1),(0.446587,1),(0.454698,1),(0.4587751,0.9959192),(0.4587535,1),(0.4424174,0.9877587),(0.4382856,0.9877587),(0.4424203,0.9918388),(0.4382866,0.9918388),(0.4341379,0.9877587),(0.429978,0.9877587),(0.4299796,0.9918388),(0.434139,0.9918388),(0.4382896,0.9959192),(0.4341424,0.9959192),(0.4299846,0.9959192),(0.43,1),(0.4341468,1),(0.4382935,1),(0.4424289,0.9959192),(0.4424403,1),(0.4258092,0.9877587),(0.4216311,0.9877587),(0.4258103,0.9918388),(0.4216318,0.9918388),(0.4174434,0.9877587),(0.4132456,0.9877587),(0.4174448,0.9918388),(0.4132476,0.9918388),(0.4216336,0.9959192),(0.4174487,0.9959192),(0.4132535,0.9959192),(0.417454,1),(0.413272,1),(0.421636,1),(0.4258136,0.9959192),(0.425818,1),(0.4090372,0.9877587),(0.4048201,0.9877587),(0.4090385,0.9918388),(0.4048206,0.9918388),(0.4005963,0.9877587),(0.3963675,0.9877587),(0.4005966,0.9918388),(0.3963681,0.9918388),(0.4048218,0.9959192),(0.4005978,0.9959192),(0.3963698,0.9959192),(0.4005992,1),(0.396375,1),(0.4048235,1),(0.4090424,0.9959192),(0.4090477,1),(0.3921357,0.9877587),(0.3879012,0.9877587),(0.3921361,0.9918388),(0.3879014,0.9918388),(0.3836642,0.9877587),(0.3794248,0.9877587),(0.3836645,0.9918388),(0.3794252,0.9918388),(0.3879018,0.9959192),(0.3836652,0.9959192),(0.3794264,0.9959192),(0.3836662,1),(0.37943,1),(0.3879025,1),(0.3921372,0.9959192),(0.3921387,1),(0.3751834,0.9877587),(0.3709441,0.9877587),(0.3751837,0.9918388),(0.3709438,0.9918388),(0.3667112,0.9877587),(0.3624887,0.9877587),(0.3667094,0.9918388),(0.3624859,0.9918388),(0.3709426,0.9959192),(0.3667038,0.9959192),(0.3624777,0.9959192),(0.3666965,1),(0.362452,1),(0.370941,1),(0.3751845,0.9959192),(0.3751855,1),(0.358281,0.9877587),(0.3540821,0.9877587),(0.3540819,0.9918388),(0.3582791,0.9918388),(0.3498864,0.9877587),(0.3456882,0.9877587),(0.3456898,0.9918388),(0.3498875,0.9918388),(0.3498906,0.9959192),(0.3540813,0.9959192),(0.3456945,0.9959192),(0.345709,1),(0.3498948,1),(0.3540805,1),(0.3582736,0.9959192),(0.3582662,1),(0.3414817,0.9877587),(0.3372694,0.9877587),(0.3372697,0.9918388),(0.3414827,0.9918388),(0.3330541,0.9877587),(0.3288383,0.9877587),(0.3288379,0.9918388),(0.3330539,0.9918388),(0.3330531,0.9959192),(0.3372702,0.9959192),(0.3288367,0.9959192),(0.328833,1),(0.333052,1),(0.337271,1),(0.3414858,0.9959192),(0.34149,1),(0.3246247,0.9877587),(0.3204179,0.9877587),(0.3204171,0.9918388),(0.3246244,0.9918388),(0.3162228,0.9877587),(0.3120441,0.9877587),(0.3120402,0.9918388),(0.3162201,0.9918388),(0.3162121,0.9959192),(0.3204149,0.9959192),(0.3120282,0.9959192),(0.311991,1),(0.3162015,1),(0.320412,1),(0.3246236,0.9959192),(0.3246225,1),(0.3078868,0.9877587),(0.3037427,0.9877587),(0.3037424,0.9918388),(0.3078841,0.9918388),(0.2996041,0.9877587),(0.2954631,0.9877587),(0.295465,0.9918388),(0.2996054,0.9918388),(0.2996093,0.9959192),(0.3037414,0.9959192),(0.2954708,0.9959192),(0.295489,1),(0.2996145,1),(0.30374,1),(0.3078761,0.9959192),(0.3078655,1),(0.2913116,0.9877587),(0.2871543,0.9877587),(0.2871544,0.9918388),(0.2913129,0.9918388),(0.2829956,0.9877587),(0.2788399,0.9877587),(0.2788385,0.9918388),(0.2829946,0.9918388),(0.2829918,0.9959192),(0.2871547,0.9959192),(0.2788342,0.9959192),(0.278821,1),(0.282988,1),(0.287155,1),(0.2913168,0.9959192),(0.291322,1),(0.2746918,0.9877587),(0.2705556,0.9877587),(0.2705546,0.9918388),(0.2746909,0.9918388),(0.2664356,0.9877587),(0.262336,0.9877587),(0.2623314,0.9918388),(0.2664325,0.9918388),(0.2664232,0.9959192),(0.2705516,0.9959192),(0.2623174,0.9959192),(0.262274,1),(0.2664108,1),(0.2705475,1),(0.274688,0.9959192),(0.2746843,1),(0.2582613,0.9877587),(0.254209,0.9877587),(0.2582582,0.9918388),(0.2542078,0.9918388),(0.2501769,0.9877587),(0.2461624,0.9877587),(0.2501749,0.9918388),(0.2461596,0.9918388),(0.254204,0.9959192),(0.2501692,0.9959192),(0.2461509,0.9959192),(0.2501615,1),(0.246124,1),(0.254199,1),(0.2582489,0.9959192),(0.2582365,1),(0.2421634,0.9877587),(0.238164,0.9877587),(0.2421614,0.9918388),(0.238165,0.9918388),(0.2341487,0.9877587),(0.2301017,0.9877587),(0.2341546,0.9918388),(0.2301106,0.9918388),(0.238168,0.9959192),(0.2341723,0.9959192),(0.2301372,0.9959192),(0.234196,1),(0.23022,1),(0.238172,1),(0.2421557,0.9959192),(0.242148,1),(0.2260074,0.9877587),(0.2218787,0.9877587),(0.2260134,0.9918388),(0.22188,0.9918388),(0.2177283,0.9877587),(0.2135691,0.9877587),(0.2177278,0.9918388),(0.2135684,0.9918388),(0.2218841,0.9959192),(0.2177263,0.9959192),(0.2135661,0.9959192),(0.2177242,1),(0.213559,1),(0.2218895,1),(0.2260311,0.9959192),(0.2260548,1),(0.2094141,0.9877587),(0.2052627,0.9877587),(0.2094136,0.9918388),(0.2052625,0.9918388),(0.2011147,0.9877587),(0.1969699,0.9877587),(0.2011144,0.9918388),(0.1969694,0.9918388),(0.2052618,0.9959192),(0.2011134,0.9959192),(0.1969678,0.9959192),(0.201112,1),(0.196963,1),(0.205261,1),(0.209412,0.9959192),(0.20941,1),(0.1928277,0.9877587),(0.1886888,0.9877587),(0.1928274,0.9918388),(0.1886885,0.9918388),(0.1845533,0.9877587),(0.1804218,0.9877587),(0.1845528,0.9918388),(0.180421,0.9918388),(0.1886879,0.9959192),(0.1845511,0.9959192),(0.1804186,0.9959192),(0.184549,1),(0.180411,1),(0.188687,1),(0.1928264,0.9959192),(0.192825,1),(0.1762946,0.9877587),(0.1721701,0.9877587),(0.176294,0.9918388),(0.17217,0.9918388),(0.1680468,0.9877587),(0.163923,0.9877587),(0.168047,0.9918388),(0.1639234,0.9918388),(0.1721698,0.9959192),(0.1680478,0.9959192),(0.1639245,0.9959192),(0.1680488,1),(0.163928,1),(0.1721695,1),(0.1762924,0.9959192),(0.1762902,1),(0.1597973,0.9877587),(0.1556691,0.9877587),(0.1597975,0.9918388),(0.1556693,0.9918388),(0.1515382,0.9877587),(0.1474041,0.9877587),(0.1515386,0.9918388),(0.1474048,0.9918388),(0.1556698,0.9959192),(0.15154,0.9959192),(0.1474068,0.9959192),(0.1515417,1),(0.147413,1),(0.1556705,1),(0.1597982,0.9959192),(0.1597992,1),(0.1432664,0.9877587),(0.1391259,0.9877587),(0.139126,0.9918388),(0.1432669,0.9918388),(0.134983,0.9877587),(0.1308385,0.9877587),(0.1308387,0.9918388),(0.1349831,0.9918388),(0.1349835,0.9959192),(0.1391264,0.9959192),(0.1308393,0.9959192),(0.130841,1),(0.134984,1),(0.139127,1),(0.1432682,0.9959192),(0.14327,1),(0.126693,0.9877587),(0.12255,0.9877587),(0.1266931,0.9918388),(0.1225496,0.9918388),(0.1184131,0.9877587),(0.1142857,0.9877587),(0.1184114,0.9918388),(0.1142832,0.9918388),(0.1225485,0.9959192),(0.1184065,0.9959192),(0.1142759,0.9959192),(0.1184,1),(0.114253,1),(0.122547,1),(0.1266935,0.9959192),(0.126694,1),(0.1101713,0.9877587),(0.1060752,0.9877587),(0.1101697,0.9918388),(0.1060737,0.9918388),(0.1020023,0.9877587),(0.09795791,0.9877587),(0.1019981,0.9918388),(0.09795161,0.9918388),(0.1060693,0.9959192),(0.1019855,0.9959192),(0.09793274,0.9959192),(0.1019688,1),(0.097874,1),(0.1060635,1),(0.1101648,0.9959192),(0.1101582,1),(0.09394707,0.9877587),(0.08994583,0.9877587),(0.09394287,0.9918388),(0.08994673,0.9918388),(0.08593026,0.9877587),(0.08187638,0.9877587),(0.08593803,0.9918388),(0.08188805,0.9918388),(0.08994941,0.9959192),(0.08596138,0.9959192),(0.08192307,0.9959192),(0.0859925,1),(0.082032,1),(0.08995301,1),(0.09393029,0.9959192),(0.0939135,1),(0.07776025,0.9877587),(0.07361087,0.9877587),(0.07776803,0.9918388),(0.07361114,0.9918388),(0.06945725,0.9877587),(0.06532837,0.9877587),(0.06945053,0.9918388),(0.0653183,0.9918388),(0.07361194,0.9959192),(0.06943038,0.9959192),(0.06528807,0.9959192),(0.0694035,1),(0.065194,1),(0.073613,1),(0.07779138,0.9959192),(0.07782251,1),(0.06125325,0.9877587),(0.05721605,0.9877587),(0.06124653,0.9918388),(0.05721466,0.9918388),(0.05320094,0.9877587),(0.0491921,0.9877587),(0.05320214,0.9918388),(0.04919389,0.9918388),(0.05721052,0.9959192),(0.05320572,0.9959192),(0.04919927,0.9959192),(0.0532105,1),(0.049216,1),(0.057205,1),(0.06122638,0.9959192),(0.0611995,1),(0.04517369,0.9877587),(0.04115105,0.9877587),(0.04517488,0.9918388),(0.04115098,0.9918388),(0.0371295,0.9877587),(0.03311438,0.9877587),(0.03311218,0.9918388),(0.03712803,0.9918388),(0.03712362,0.9959192),(0.04115077,0.9959192),(0.03310556,0.9959192),(0.03711775,1),(0.033085,1),(0.0411505,1),(0.04517847,0.9959192),(0.04518325,1),(0.029111,0.9877587),(0.02511186,0.9877587),(0.02511206,0.9918388),(0.02910953,0.9918388),(0.02110944,0.9877587),(0.01709622,0.9877587),(0.01709965,0.9918388),(0.02111173,0.9918388),(0.02111859,0.9959192),(0.02511268,0.9959192),(0.01710995,0.9959192),(0.017142,1),(0.02112775,1),(0.0251135,1),(0.02910513,0.9959192),(0.02909925,1),(0.01306469,0.9877587),(0.009019421,0.9877586),(0.009019993,0.9918387),(0.01306698,0.9918388),(0.004965,0.9877582),(0.000906,0.9877577),(0.004965,0.9918386),(0.000906,0.9918385),(0.009021711,0.9959192),(0.004965,0.9959192),(0.000906,0.9959192),(0.004965,1),(0.000906,1),(0.009024,1),(0.01307384,0.9959192),(0.013083,1)]),
          TextureCoordinate(mapping='TEXCOORD_1',point=[(0.9951518,0),(0.9951518,0.004097223),(0.999094,0),(0.999094,0.004097223),(0.9912095,0),(0.9912094,0.004097223),(0.9912094,0.008191884),(0.9951518,0.008192956),(0.999094,0.008194506),(0.9872673,0),(0.9872668,0.004097223),(0.983325,0),(0.9833236,0.004097223),(0.9833231,0.008191526),(0.9872665,0.008191526),(0.9872664,0.01227999),(0.9912093,0.01228142),(0.983323,0.01227999),(0.983323,0.01635957),(0.9872664,0.01635963),(0.9912093,0.01636183),(0.9951518,0.01228583),(0.999094,0.01229179),(0.9951518,0.01636839),(0.999094,0.01638901),(0.9793795,0),(0.9793791,0.004097223),(0.975434,0),(0.9754307,0.004097223),(0.9754282,0.008191526),(0.9793788,0.008191526),(0.9714885,0),(0.9714758,0.004097223),(0.967543,0),(0.9674986,0.004097223),(0.9674844,0.008191526),(0.9714663,0.008191526),(0.9714631,0.01227999),(0.9754274,0.01227999),(0.9674796,0.01227999),(0.9674796,0.01635957),(0.9714631,0.01635963),(0.9754274,0.01635957),(0.9793787,0.01227999),(0.9793787,0.01635963),(0.963496,0),(0.9634833,0.004097223),(0.959449,0),(0.9594458,0.004097223),(0.9594433,0.008191526),(0.9634739,0.008191526),(0.955402,0),(0.9554018,0.004097223),(0.951355,0),(0.9513543,0.004097223),(0.951354,0.008191526),(0.9554017,0.008191526),(0.9554016,0.01227999),(0.9594426,0.01227999),(0.9513539,0.01227999),(0.9513539,0.01635957),(0.9554016,0.01635963),(0.9594425,0.01635957),(0.9634707,0.01227999),(0.9634706,0.01635963),(0.9473062,0),(0.947306,0.004097223),(0.9432575,0),(0.9432536,0.004097223),(0.9432507,0.008191526),(0.9473059,0.008191526),(0.9392087,0),(0.9391935,0.004097223),(0.93516,0),(0.9351067,0.004097223),(0.9350896,0.008191526),(0.9391821,0.008191526),(0.9391782,0.01227999),(0.9432497,0.01227999),(0.9350839,0.01227999),(0.9350839,0.01635957),(0.9391783,0.01635963),(0.9432497,0.01635957),(0.9473058,0.01227999),(0.9473058,0.01635963),(0.9309895,0),(0.9309742,0.004097223),(0.926819,0),(0.9268148,0.004097223),(0.9268116,0.008191526),(0.9309629,0.008191526),(0.9226485,0),(0.9226469,0.004097223),(0.918478,0),(0.9184725,0.004097223),(0.9184707,0.008191526),(0.9226457,0.008191526),(0.9226453,0.01227999),(0.9268106,0.01227999),(0.9184701,0.01227999),(0.9184701,0.01635957),(0.9226453,0.01635963),(0.9268106,0.01635957),(0.930959,0.01227999),(0.930959,0.01635963),(0.914295,0),(0.9142934,0.004097223),(0.910112,0),(0.9101115,0.004097223),(0.9142922,0.008191526),(0.9101111,0.008191526),(0.905929,0),(0.9059284,0.004097223),(0.901746,0),(0.9017438,0.004097223),(0.9059279,0.008191526),(0.9017431,0.008191526),(0.910111,0.01227999),(0.9059278,0.01227999),(0.9017429,0.01227999),(0.9017428,0.01635957),(0.9059278,0.01635963),(0.9101109,0.01635957),(0.9142919,0.01227999),(0.9142919,0.01635963),(0.897558,0),(0.8975573,0.004097223),(0.89337,0),(0.8933694,0.004097223),(0.8975568,0.008191526),(0.893369,0.008191526),(0.889182,0),(0.8891804,0.004097223),(0.884994,0),(0.8849883,0.004097223),(0.8849865,0.008191526),(0.8891792,0.008191526),(0.8891787,0.01227999),(0.8933688,0.01227999),(0.8849859,0.01227999),(0.8849859,0.01635957),(0.8891788,0.01635963),(0.8933688,0.01635957),(0.8975567,0.01227999),(0.8975567,0.01635963),(0.880793,0),(0.8807913,0.004097223),(0.876592,0),(0.8765863,0.004097223),(0.8765821,0.008191526),(0.8807901,0.008191526),(0.872391,0),(0.8723699,0.004097223),(0.86819,0),(0.8681161,0.004097223),(0.8680924,0.008191526),(0.872354,0.008191526),(0.8723488,0.01227999),(0.8765806,0.01227999),(0.8680845,0.01227999),(0.8680845,0.01635957),(0.8723488,0.01635963),(0.8765806,0.01635957),(0.8807898,0.01227999),(0.8807898,0.01635963),(0.8638202,0),(0.8637992,0.004097223),(0.8594505,0),(0.8594497,0.004097223),(0.8594493,0.008191526),(0.8637834,0.008191526),(0.8550807,0),(0.855099,0.004097223),(0.850711,0),(0.850775,0.004097223),(0.8507955,0.008191526),(0.8551127,0.008191526),(0.8551173,0.01227999),(0.8594491,0.01227999),(0.8508024,0.01227999),(0.8508024,0.01635957),(0.8551173,0.01635963),(0.859449,0.01635957),(0.8637781,0.01227999),(0.8637781,0.01635963),(0.8464875,0),(0.8465058,0.004097223),(0.842264,0),(0.8422685,0.004097223),(0.8422719,0.008191526),(0.8465195,0.008191526),(0.8380405,0),(0.8380404,0.004097223),(0.833817,0),(0.8338167,0.004097223),(0.8338166,0.008191526),(0.8380404,0.008191526),(0.8422731,0.01227999),(0.8380403,0.01227999),(0.8338165,0.01227999),(0.8380404,0.01635963),(0.8338165,0.01635957),(0.8422731,0.01635957),(0.846524,0.01227999),(0.846524,0.01635963),(0.8295928,0),(0.8295927,0.004097223),(0.8253685,0),(0.8253657,0.004097223),(0.8295926,0.008191526),(0.8253635,0.008191526),(0.8211442,0),(0.821133,0.004097223),(0.81692,0),(0.8168806,0.004097223),(0.8168679,0.008191526),(0.8211246,0.008191526),(0.8253628,0.01227999),(0.8211217,0.01227999),(0.8168637,0.01227999),(0.8211217,0.01635963),(0.8168637,0.01635957),(0.8253628,0.01635957),(0.8295926,0.01227999),(0.8295926,0.01635963),(0.8126057,0),(0.8125945,0.004097223),(0.8082915,0),(0.8082907,0.004097223),(0.8082901,0.008191526),(0.812586,0.008191526),(0.8039773,0),(0.8039854,0.004097223),(0.799663,0),(0.7996913,0.004097223),(0.7997004,0.008191526),(0.8039914,0.008191526),(0.8082899,0.01227999),(0.8039935,0.01227999),(0.7997035,0.01227999),(0.8039935,0.01635963),(0.7997035,0.01635957),(0.8082899,0.01635957),(0.8125832,0.01227999),(0.8125832,0.01635963),(0.7954135,0),(0.7954216,0.004097223),(0.791164,0),(0.7911699,0.004097223),(0.7911743,0.008191526),(0.7954277,0.008191526),(0.7869145,0),(0.7869298,0.004097223),(0.782665,0),(0.7827187,0.004097223),(0.7827359,0.008191526),(0.7869414,0.008191526),(0.7869452,0.01227999),(0.7911757,0.01227999),(0.7827417,0.01227999),(0.7827417,0.01635957),(0.7869452,0.01635963),(0.7911757,0.01635957),(0.7954297,0.01227999),(0.7954297,0.01635963),(0.7785382,0),(0.7785535,0.004097223),(0.7744115,0),(0.7744163,0.004097223),(0.7744199,0.008191526),(0.778565,0.008191526),(0.7702848,0),(0.7702886,0.004097223),(0.766158,0),(0.7661716,0.004097223),(0.766176,0.008191526),(0.7702916,0.008191526),(0.7702925,0.01227999),(0.7744212,0.01227999),(0.7661775,0.01227999),(0.7661775,0.01635957),(0.7702925,0.01635963),(0.7744212,0.01635957),(0.778569,0.01227999),(0.778569,0.01635963),(0.7620625,0),(0.7620664,0.004097223),(0.757967,0),(0.757964,0.004097223),(0.7579618,0.008191526),(0.7620693,0.008191526),(0.7538715,0),(0.7538557,0.004097223),(0.749776,0),(0.7497207,0.004097223),(0.7497028,0.008191526),(0.7538438,0.008191526),(0.7538399,0.01227999),(0.757961,0.01227999),(0.7496969,0.01227999),(0.7496969,0.01635957),(0.7538399,0.01635963),(0.757961,0.01635957),(0.7620703,0.01227999),(0.7620703,0.01635963),(0.745554,0),(0.7455382,0.004097223),(0.741332,0),(0.7413282,0.004097223),(0.7413254,0.008191526),(0.7455263,0.008191526),(0.73711,0),(0.7371109,0.004097223),(0.732888,0),(0.732891,0.004097223),(0.7328919,0.008191526),(0.7371114,0.008191526),(0.7371117,0.01227999),(0.7413245,0.01227999),(0.7328922,0.01227999),(0.7328922,0.01635957),(0.7371117,0.01635963),(0.7413245,0.01635957),(0.7455223,0.01227999),(0.7455223,0.01635963),(0.7286727,0),(0.7286736,0.004097223),(0.7244575,0),(0.7244573,0.004097223),(0.7286742,0.008191526),(0.7244573,0.008191526),(0.7202423,0),(0.7202409,0.004097223),(0.716027,0),(0.7160221,0.004097223),(0.7202398,0.008191526),(0.7160205,0.008191526),(0.7244572,0.01227999),(0.7202395,0.01227999),(0.71602,0.01227999),(0.7202394,0.01635963),(0.71602,0.01635957),(0.7244572,0.01635957),(0.7286744,0.01227999),(0.7286744,0.01635963),(0.7118005,0),(0.7117991,0.004097223),(0.707574,0),(0.7075741,0.004097223),(0.7117981,0.008191526),(0.7075742,0.008191526),(0.7033475,0),(0.7033495,0.004097223),(0.699121,0),(0.6991278,0.004097223),(0.7033509,0.008191526),(0.6991299,0.008191526),(0.7075742,0.01227999),(0.7033514,0.01227999),(0.6991307,0.01227999),(0.7033514,0.01635963),(0.6991307,0.01635957),(0.7075742,0.01635957),(0.7117977,0.01227999),(0.7117977,0.01635963),(0.69491,0),(0.694912,0.004097223),(0.690699,0),(0.6906991,0.004097223),(0.6949134,0.008191526),(0.6906992,0.008191526),(0.686488,0),(0.6864865,0.004097223),(0.682277,0),(0.6822717,0.004097223),(0.6864853,0.008191526),(0.6822699,0.008191526),(0.6906992,0.01227999),(0.6864849,0.01227999),(0.6822694,0.01227999),(0.6864849,0.01635963),(0.6822693,0.01635957),(0.6906992,0.01635957),(0.6949139,0.01227999),(0.6949139,0.01635963),(0.6780537,0),(0.6780522,0.004097223),(0.6738305,0),(0.6738288,0.004097223),(0.6780511,0.008191526),(0.6738276,0.008191526),(0.6696073,0),(0.6696022,0.004097223),(0.665384,0),(0.6653663,0.004097223),(0.6695984,0.008191526),(0.6653606,0.008191526),(0.6738272,0.01227999),(0.6695971,0.01227999),(0.6653587,0.01227999),(0.6695971,0.01635963),(0.6653587,0.01635957),(0.6738272,0.01635957),(0.6780508,0.01227999),(0.6780507,0.01635963),(0.6611203,0),(0.6611152,0.004097223),(0.6568565,0),(0.6568568,0.004097223),(0.6611114,0.008191526),(0.6568571,0.008191526),(0.6525928,0),(0.6525991,0.004097223),(0.648329,0),(0.648351,0.004097223),(0.6526038,0.008191526),(0.6483581,0.008191526),(0.6568571,0.01227999),(0.6526054,0.01227999),(0.6483604,0.01227999),(0.6526053,0.01635963),(0.6483604,0.01635957),(0.6568571,0.01635957),(0.6611102,0.01227999),(0.6611102,0.01635963),(0.6441155,0),(0.6441218,0.004097223),(0.639902,0),(0.6399031,0.004097223),(0.6441265,0.008191526),(0.639904,0.008191526),(0.6356885,0),(0.6356868,0.004097223),(0.631475,0),(0.6314689,0.004097223),(0.6356854,0.008191526),(0.6314669,0.008191526),(0.6399043,0.01227999),(0.635685,0.01227999),(0.6314663,0.01227999),(0.635685,0.01635963),(0.6314663,0.01635957),(0.6399043,0.01635957),(0.6441281,0.01227999),(0.6441281,0.01635963),(0.6272475,0),(0.6272457,0.004097223),(0.62302,0),(0.6230204,0.004097223),(0.6272444,0.008191526),(0.6230208,0.008191526),(0.6187925,0),(0.6187959,0.004097223),(0.614565,0),(0.6145771,0.004097223),(0.6187985,0.008191526),(0.6145809,0.008191526),(0.6230208,0.01227999),(0.6187993,0.01227999),(0.6145822,0.01227999),(0.6187993,0.01635963),(0.6145822,0.01635957),(0.6230209,0.01635957),(0.627244,0.01227999),(0.627244,0.01635963),(0.610365,0),(0.6103685,0.004097223),(0.6061651,0),(0.6061629,0.004097223),(0.6103711,0.008191526),(0.6061612,0.008191526),(0.6019651,0),(0.6019529,0.004097223),(0.597765,0),(0.5977224,0.004097223),(0.6019437,0.008191526),(0.5977086,0.008191526),(0.6019406,0.01227999),(0.6061606,0.01227999),(0.5977041,0.01227999),(0.5977041,0.01635957),(0.6019406,0.01635963),(0.6061606,0.01635957),(0.6103719,0.01227999),(0.6103719,0.01635963),(0.5934675,0),(0.5934553,0.004097223),(0.58917,0),(0.5891695,0.004097223),(0.5891691,0.008191526),(0.5934462,0.008191526),(0.5848725,0),(0.5848826,0.004097223),(0.580575,0),(0.5806105,0.004097223),(0.5806218,0.008191526),(0.5848902,0.008191526),(0.5848927,0.01227999),(0.589169,0.01227999),(0.5806257,0.01227999),(0.5806257,0.01635957),(0.5848927,0.01635963),(0.589169,0.01635957),(0.5934432,0.01227999),(0.5934432,0.01635963),(0.5763585,0),(0.5763686,0.004097223),(0.572142,0),(0.5721444,0.004097223),(0.5721463,0.008191526),(0.5763762,0.008191526),(0.5679255,0),(0.5679252,0.004097223),(0.563709,0),(0.5637081,0.004097223),(0.5637078,0.008191526),(0.567925,0.008191526),(0.567925,0.01227999),(0.572147,0.01227999),(0.5637077,0.01227999),(0.5637077,0.01635957),(0.567925,0.01635963),(0.572147,0.01635957),(0.5763788,0.01227999),(0.5763788,0.01635963),(0.5594905,0),(0.5594903,0.004097223),(0.555272,0),(0.5552717,0.004097223),(0.5552716,0.008191526),(0.55949,0.008191526),(0.5510535,0),(0.5510528,0.004097223),(0.546835,0),(0.5468327,0.004097223),(0.546832,0.008191526),(0.5510523,0.008191526),(0.5510522,0.01227999),(0.5552715,0.01227999),(0.5468317,0.01227999),(0.5468317,0.01635957),(0.5510522,0.01635963),(0.5552715,0.01635957),(0.55949,0.01227999),(0.55949,0.01635963),(0.5426112,0),(0.5426106,0.004097223),(0.5383875,0),(0.5383887,0.004097223),(0.5383896,0.008191526),(0.5426101,0.008191526),(0.5341638,0),(0.5341691,0.004097223),(0.52994,0),(0.5299588,0.004097223),(0.5299649,0.008191526),(0.5341733,0.008191526),(0.5341746,0.01227999),(0.5383899,0.01227999),(0.5299669,0.01227999),(0.529967,0.01635957),(0.5341746,0.01635963),(0.5383899,0.01635957),(0.5426099,0.01227999),(0.5426099,0.01635963),(0.5257592,0),(0.5257646,0.004097223),(0.5215785,0),(0.5215801,0.004097223),(0.5257687,0.008191526),(0.5215814,0.008191526),(0.5173978,0),(0.5173989,0.004097223),(0.513217,0),(0.513221,0.004097223),(0.5173997,0.008191526),(0.5132223,0.008191526),(0.5215818,0.01227999),(0.5174,0.01227999),(0.5132228,0.01227999),(0.5174,0.01635963),(0.5132228,0.01635957),(0.5215818,0.01635957),(0.52577,0.01227999),(0.52577,0.01635963),(0.5090455,0),(0.5090467,0.004097223),(0.504874,0),(0.5048733,0.004097223),(0.5090475,0.008191526),(0.5048728,0.008191526),(0.5007025,0),(0.5006987,0.004097223),(0.496531,0),(0.4965177,0.004097223),(0.5006958,0.008191526),(0.4965134,0.008191526),(0.5048727,0.01227999),(0.5006949,0.01227999),(0.4965119,0.01227999),(0.5006949,0.01635963),(0.4965119,0.01635957),(0.5048727,0.01635957),(0.5090478,0.01227999),(0.5090478,0.01635963),(0.492329,0),(0.4923252,0.004097223),(0.488127,0),(0.4881252,0.004097223),(0.4923223,0.008191526),(0.4881239,0.008191526),(0.483925,0),(0.4839217,0.004097223),(0.479723,0),(0.4797114,0.004097223),(0.4839192,0.008191526),(0.4797077,0.008191526),(0.4881234,0.01227999),(0.4839184,0.01227999),(0.4797065,0.01227999),(0.4839184,0.01635963),(0.4797064,0.01635957),(0.4881234,0.01635957),(0.4923214,0.01227999),(0.4923214,0.01635963),(0.4754945,0),(0.4754912,0.004097223),(0.471266,0),(0.4712706,0.004097223),(0.4754887,0.008191526),(0.471274,0.008191526),(0.4670375,0),(0.4670591,0.004097223),(0.462809,0),(0.4628847,0.004097223),(0.4670753,0.008191526),(0.462909,0.008191526),(0.4712752,0.01227999),(0.4670808,0.01227999),(0.4629171,0.01227999),(0.4670808,0.01635963),(0.4629171,0.01635957),(0.4712752,0.01635957),(0.4754879,0.01227999),(0.4754879,0.01635963),(0.4587535,0),(0.4587751,0.004097223),(0.454698,0),(0.4547005,0.004097223),(0.4547025,0.008191526),(0.4587913,0.008191526),(0.4506425,0),(0.4506311,0.004097223),(0.446587,0),(0.4465471,0.004097223),(0.4465342,0.008191526),(0.4506226,0.008191526),(0.4506197,0.01227999),(0.4547031,0.01227999),(0.44653,0.01227999),(0.44653,0.01635957),(0.4506197,0.01635963),(0.4547031,0.01635957),(0.4587967,0.01227999),(0.4587967,0.01635963),(0.4424403,0),(0.4424288,0.004097223),(0.4382935,0),(0.4382896,0.004097223),(0.4382866,0.008191526),(0.4424203,0.008191526),(0.4341468,0),(0.4341424,0.004097223),(0.43,0),(0.4299846,0.004097223),(0.4299796,0.008191526),(0.434139,0.008191526),(0.4341379,0.01227999),(0.4382856,0.01227999),(0.429978,0.01227999),(0.4341379,0.01635963),(0.429978,0.01635957),(0.4382856,0.01635957),(0.4424174,0.01227999),(0.4424174,0.01635963),(0.425818,0),(0.4258136,0.004097223),(0.421636,0),(0.4216336,0.004097223),(0.4258103,0.008191526),(0.4216318,0.008191526),(0.417454,0),(0.4174487,0.004097223),(0.413272,0),(0.4132535,0.004097223),(0.4132476,0.008191526),(0.4174447,0.008191526),(0.4174434,0.01227999),(0.4216312,0.01227999),(0.4132456,0.01227999),(0.4132456,0.01635957),(0.4174434,0.01635963),(0.4216312,0.01635957),(0.4258092,0.01227999),(0.4258092,0.01635963),(0.4090477,0),(0.4090425,0.004097223),(0.4048235,0),(0.4048218,0.004097223),(0.4048206,0.008191526),(0.4090385,0.008191526),(0.4005992,0),(0.4005978,0.004097223),(0.396375,0),(0.3963698,0.004097223),(0.4005966,0.008191526),(0.3963681,0.008191526),(0.4048201,0.01227999),(0.4005963,0.01227999),(0.3963675,0.01227999),(0.4005963,0.01635963),(0.3963675,0.01635957),(0.4048201,0.01635957),(0.4090372,0.01227999),(0.4090372,0.01635963),(0.3921387,0),(0.3921372,0.004097223),(0.3879025,0),(0.3879019,0.004097223),(0.3879014,0.008191526),(0.3921361,0.008191526),(0.3836662,0),(0.3836652,0.004097223),(0.37943,0),(0.3794264,0.004097223),(0.3836644,0.008191526),(0.3794252,0.008191526),(0.3836642,0.01227999),(0.3879012,0.01227999),(0.3794248,0.01227999),(0.3836642,0.01635963),(0.3794248,0.01635957),(0.3879012,0.01635957),(0.3921357,0.01227999),(0.3921357,0.01635963),(0.3751855,0),(0.3751844,0.004097223),(0.370941,0),(0.3709425,0.004097223),(0.3751837,0.008191526),(0.3709437,0.008191526),(0.3666965,0),(0.3667038,0.004097223),(0.362452,0),(0.3624777,0.004097223),(0.3667094,0.008191526),(0.3624859,0.008191526),(0.3709442,0.01227999),(0.3667112,0.01227999),(0.3624887,0.01227999),(0.3667112,0.01635963),(0.3624887,0.01635957),(0.3709441,0.01635957),(0.3751834,0.01227999),(0.3751834,0.01635963),(0.3582662,0),(0.3582736,0.004097223),(0.3540805,0),(0.3540813,0.004097223),(0.3582791,0.008191526),(0.3540819,0.008191526),(0.3498948,0),(0.3498906,0.004097223),(0.345709,0),(0.3456945,0.004097223),(0.3498875,0.008191526),(0.3456898,0.008191526),(0.3540821,0.01227999),(0.3498864,0.01227999),(0.3456882,0.01227999),(0.3498864,0.01635963),(0.3456882,0.01635957),(0.3540821,0.01635957),(0.3582809,0.01227999),(0.358281,0.01635963),(0.34149,0),(0.3414859,0.004097223),(0.337271,0),(0.3372703,0.004097223),(0.3414827,0.008191526),(0.3372697,0.008191526),(0.333052,0),(0.3330531,0.004097223),(0.328833,0),(0.3288367,0.004097223),(0.3288379,0.008191526),(0.3330539,0.008191526),(0.3372695,0.01227999),(0.3330541,0.01227999),(0.3288383,0.01227999),(0.3288383,0.01635957),(0.3330541,0.01635963),(0.3372695,0.01635957),(0.3414817,0.01227999),(0.3414817,0.01635963),(0.3246225,0),(0.3246236,0.004097223),(0.320412,0),(0.3204149,0.004097223),(0.3204171,0.008191526),(0.3246244,0.008191526),(0.3162015,0),(0.3162121,0.004097223),(0.311991,0),(0.3120282,0.004097223),(0.3120402,0.008191526),(0.3162201,0.008191526),(0.3162228,0.01227999),(0.3204179,0.01227999),(0.3120441,0.01227999),(0.3120441,0.01635957),(0.3162228,0.01635963),(0.3204179,0.01635957),(0.3246247,0.01227999),(0.3246247,0.01635963),(0.3078655,0),(0.3078761,0.004097223),(0.30374,0),(0.3037414,0.004097223),(0.3078841,0.008191526),(0.3037424,0.008191526),(0.2996145,0),(0.2996093,0.004097223),(0.295489,0),(0.2954708,0.004097223),(0.2996055,0.008191526),(0.295465,0.008191526),(0.3037428,0.01227999),(0.2996041,0.01227999),(0.2954631,0.01227999),(0.2954631,0.01635957),(0.2996041,0.01635963),(0.3037427,0.01635957),(0.3078868,0.01227999),(0.3078868,0.01635963),(0.291322,0),(0.2913168,0.004097223),(0.287155,0),(0.2871546,0.004097223),(0.2913129,0.008191526),(0.2871544,0.008191526),(0.282988,0),(0.2829918,0.004097223),(0.278821,0),(0.2788342,0.004097223),(0.2829946,0.008191526),(0.2788385,0.008191526),(0.2871543,0.01227999),(0.2829956,0.01227999),(0.2788399,0.01227999),(0.2829956,0.01635963),(0.2788399,0.01635957),(0.2871543,0.01635957),(0.2913116,0.01227999),(0.2913116,0.01635963),(0.2746843,0),(0.274688,0.004097223),(0.2705475,0),(0.2705516,0.004097223),(0.2746909,0.008191526),(0.2705546,0.008191526),(0.2664108,0),(0.2664232,0.004097223),(0.262274,0),(0.2623174,0.004097223),(0.2664325,0.008191526),(0.2623314,0.008191526),(0.2705556,0.01227999),(0.2664356,0.01227999),(0.262336,0.01227999),(0.2664356,0.01635963),(0.262336,0.01635957),(0.2705556,0.01635957),(0.2746918,0.01227999),(0.2746918,0.01635963),(0.2582365,0),(0.2582489,0.004097223),(0.254199,0),(0.254204,0.004097223),(0.2582582,0.008191526),(0.2542078,0.008191526),(0.2501615,0),(0.2501692,0.004097223),(0.246124,0),(0.2461509,0.004097223),(0.2461596,0.008191526),(0.250175,0.008191526),(0.2501769,0.01227999),(0.254209,0.01227999),(0.2461624,0.01227999),(0.2461624,0.01635957),(0.2501769,0.01635963),(0.254209,0.01635957),(0.2582613,0.01227999),(0.2582613,0.01635963),(0.242148,0),(0.2421557,0.004097223),(0.238172,0),(0.238168,0.004097223),(0.238165,0.008191526),(0.2421614,0.008191526),(0.234196,0),(0.2341723,0.004097223),(0.23022,0),(0.2301372,0.004097223),(0.2301106,0.008191526),(0.2341546,0.008191526),(0.2341487,0.01227999),(0.238164,0.01227999),(0.2301017,0.01227999),(0.2301017,0.01635957),(0.2341487,0.01635963),(0.238164,0.01635957),(0.2421634,0.01227999),(0.2421634,0.01635963),(0.2260548,0),(0.2260311,0.004097223),(0.2218895,0),(0.2218841,0.004097223),(0.22188,0.008191526),(0.2260133,0.008191526),(0.2177242,0),(0.2177263,0.004097223),(0.213559,0),(0.2135661,0.004097223),(0.2135684,0.008191526),(0.2177278,0.008191526),(0.2177283,0.01227999),(0.2218787,0.01227999),(0.2135691,0.01227999),(0.2135692,0.01635957),(0.2177283,0.01635963),(0.2218787,0.01635957),(0.2260074,0.01227999),(0.2260074,0.01635963),(0.20941,0),(0.209412,0.004097223),(0.205261,0),(0.2052619,0.004097223),(0.2052625,0.008191526),(0.2094136,0.008191526),(0.201112,0),(0.2011134,0.004097223),(0.196963,0),(0.1969678,0.004097223),(0.1969694,0.008191526),(0.2011144,0.008191526),(0.2011147,0.01227999),(0.2052627,0.01227999),(0.1969699,0.01227999),(0.1969699,0.01635957),(0.2011147,0.01635963),(0.2052627,0.01635957),(0.2094141,0.01227999),(0.2094141,0.01635963),(0.192825,0),(0.1928264,0.004097223),(0.188687,0),(0.1886879,0.004097223),(0.1886885,0.008191526),(0.1928274,0.008191526),(0.184549,0),(0.1845511,0.004097223),(0.180411,0),(0.1804186,0.004097223),(0.180421,0.008191526),(0.1845528,0.008191526),(0.1845533,0.01227999),(0.1886888,0.01227999),(0.1804218,0.01227999),(0.1804218,0.01635957),(0.1845533,0.01635963),(0.1886888,0.01635957),(0.1928277,0.01227999),(0.1928277,0.01635963),(0.1762902,0),(0.1762924,0.004097223),(0.1721695,0),(0.1721698,0.004097223),(0.17217,0.008191526),(0.176294,0.008191526),(0.1680488,0),(0.1680478,0.004097223),(0.163928,0),(0.1639245,0.004097223),(0.168047,0.008191526),(0.1639234,0.008191526),(0.1680468,0.01227999),(0.1721701,0.01227999),(0.163923,0.01227999),(0.1680468,0.01635963),(0.163923,0.01635957),(0.1721701,0.01635957),(0.1762946,0.01227999),(0.1762946,0.01635963),(0.1597992,0),(0.1597982,0.004097223),(0.1556705,0),(0.1556698,0.004097223),(0.1597975,0.008191526),(0.1556693,0.008191526),(0.1515417,0),(0.15154,0.004097223),(0.147413,0),(0.1474068,0.004097223),(0.1515386,0.008191526),(0.1474048,0.008191526),(0.1556691,0.01227999),(0.1515382,0.01227999),(0.1474041,0.01227999),(0.1515382,0.01635963),(0.1474041,0.01635957),(0.1556691,0.01635957),(0.1597973,0.01227999),(0.1597973,0.01635963),(0.14327,0),(0.1432682,0.004097223),(0.139127,0),(0.1391264,0.004097223),(0.1432669,0.008191526),(0.139126,0.008191526),(0.134984,0),(0.1349835,0.004097223),(0.130841,0),(0.1308392,0.004097223),(0.1349831,0.008191526),(0.1308387,0.008191526),(0.1391259,0.01227999),(0.134983,0.01227999),(0.1308385,0.01227999),(0.134983,0.01635963),(0.1308385,0.01635957),(0.1391259,0.01635957),(0.1432664,0.01227999),(0.1432664,0.01635963),(0.126694,0),(0.1266935,0.004097223),(0.122547,0),(0.1225485,0.004097223),(0.1266931,0.008191526),(0.1225496,0.008191526),(0.1184,0),(0.1184065,0.004097223),(0.114253,0),(0.1142759,0.004097223),(0.1184114,0.008191526),(0.1142832,0.008191526),(0.12255,0.01227999),(0.1184131,0.01227999),(0.1142857,0.01227999),(0.1184131,0.01635963),(0.1142857,0.01635957),(0.12255,0.01635957),(0.126693,0.01227999),(0.126693,0.01635963),(0.1101582,0),(0.1101648,0.004097223),(0.1060635,0),(0.1060693,0.004097223),(0.1101697,0.008191526),(0.1060737,0.008191526),(0.1019688,0),(0.1019855,0.004097223),(0.097874,0),(0.09793273,0.004097223),(0.09795162,0.008191526),(0.1019981,0.008191526),(0.1020023,0.01227999),(0.1060752,0.01227999),(0.09795791,0.01227999),(0.09795791,0.01635957),(0.1020023,0.01635963),(0.1060752,0.01635957),(0.1101713,0.01227999),(0.1101713,0.01635963),(0.0939135,0),(0.09393028,0.004097223),(0.08995301,0),(0.08994941,0.004097223),(0.08994673,0.008191526),(0.09394287,0.008191526),(0.0859925,0),(0.08596137,0.004097223),(0.082032,0),(0.08192307,0.004097223),(0.08188805,0.008191526),(0.08593803,0.008191526),(0.08593026,0.01227999),(0.08994584,0.01227999),(0.08187638,0.01227999),(0.08187638,0.01635957),(0.08593026,0.01635963),(0.08994584,0.01635957),(0.09394707,0.01227999),(0.09394707,0.01635963),(0.07782251,0),(0.07779138,0.004097223),(0.073613,0),(0.07361194,0.004097223),(0.07361114,0.008191526),(0.07776803,0.008191526),(0.0694035,0),(0.06943038,0.004097223),(0.065194,0),(0.06528807,0.004097223),(0.0653183,0.008191526),(0.06945053,0.008191526),(0.06945725,0.01227999),(0.07361087,0.01227999),(0.06532837,0.01227999),(0.06532837,0.01635957),(0.06945725,0.01635963),(0.07361087,0.01635957),(0.07776025,0.01227999),(0.07776025,0.01635963),(0.0611995,0),(0.06122638,0.004097223),(0.057205,0),(0.05721052,0.004097223),(0.05721466,0.008191526),(0.06124653,0.008191526),(0.0532105,0),(0.05320571,0.004097223),(0.049216,0),(0.04919926,0.004097223),(0.04919389,0.008191526),(0.05320213,0.008191526),(0.05320094,0.01227999),(0.05721605,0.01227999),(0.0491921,0.01227999),(0.04919209,0.01635957),(0.05320094,0.01635963),(0.05721605,0.01635957),(0.06125325,0.01227999),(0.06125325,0.01635963),(0.04518325,0),(0.04517847,0.004097223),(0.0411505,0),(0.04115077,0.004097223),(0.04115098,0.008191526),(0.04517488,0.008191526),(0.03711775,0),(0.03712362,0.004097223),(0.033085,0),(0.03310556,0.004097223),(0.03311218,0.008191526),(0.03712803,0.008191526),(0.0371295,0.01227999),(0.04115105,0.01227999),(0.03311438,0.01227999),(0.03311438,0.01635957),(0.0371295,0.01635963),(0.04115105,0.01635957),(0.04517369,0.01227999),(0.04517369,0.01635963),(0.02909925,0),(0.02910513,0.004097223),(0.0251135,0),(0.02511268,0.004097223),(0.02511206,0.008191526),(0.02910953,0.008191526),(0.02112775,0),(0.02111859,0.004097223),(0.017142,0),(0.01710995,0.004097223),(0.01709965,0.008191526),(0.02111173,0.008191526),(0.02110944,0.01227999),(0.02511186,0.01227999),(0.01709622,0.01227999),(0.01709622,0.01635957),(0.02110944,0.01635963),(0.02511186,0.01635957),(0.029111,0.01227999),(0.029111,0.01635963),(0.013083,0),(0.01307384,0.004097223),(0.009024,0),(0.009021711,0.004097223),(0.01306698,0.008191526),(0.009019993,0.008191884),(0.004965,0),(0.004965,0.004097223),(0.000906,0),(0.000906,0.004097223),(0.000906,0.008194506),(0.004965,0.008193016),(0.009019421,0.01228142),(0.004965,0.01228583),(0.000906,0.01229179),(0.004965,0.01636839),(0.000906,0.01638901),(0.009019421,0.01636177),(0.01306469,0.01227999),(0.01306469,0.01635963),(0.9951518,0.02043331),(0.999094,0.02043927),(0.9912093,0.02042896),(0.9951518,0.02448881),(0.9912093,0.02448833),(0.999094,0.02448952),(0.9872664,0.02042747),(0.983323,0.02042747),(0.9872664,0.02448821),(0.983323,0.02448815),(0.9912093,0.02854538),(0.9872664,0.02854621),(0.983323,0.02854621),(0.9872664,0.03260624),(0.983323,0.03260624),(0.9912093,0.03260505),(0.999094,0.02853978),(0.9951518,0.028543),(0.9951518,0.03260136),(0.999094,0.03258997),(0.9793787,0.02042747),(0.9754275,0.02042747),(0.9793787,0.02448815),(0.9754274,0.02448821),(0.9714631,0.02042747),(0.9674796,0.02042747),(0.9674796,0.02448815),(0.9714631,0.02448821),(0.9714631,0.02854621),(0.9754274,0.02854621),(0.9674796,0.02854621),(0.9674796,0.03260624),(0.9714631,0.03260624),(0.9754274,0.03260624),(0.9793787,0.02854627),(0.9793787,0.03260624),(0.9634706,0.02042747),(0.9594426,0.02042747),(0.9594426,0.02448821),(0.9634707,0.02448815),(0.9554016,0.02042747),(0.9513539,0.02042747),(0.9513539,0.02448815),(0.9554016,0.02448821),(0.9554016,0.02854621),(0.9594426,0.02854621),(0.9513539,0.02854621),(0.9513539,0.03260624),(0.9554016,0.03260624),(0.9594425,0.03260624),(0.9634707,0.02854627),(0.9634706,0.03260624),(0.9473058,0.02042747),(0.9432498,0.02042747),(0.9432497,0.02448821),(0.9473058,0.02448815),(0.9391782,0.02042747),(0.9350839,0.02042747),(0.9350839,0.02448815),(0.9391783,0.02448821),(0.9391782,0.02854621),(0.9432497,0.02854621),(0.9350839,0.02854621),(0.9350839,0.03260624),(0.9391783,0.03260624),(0.9432497,0.03260624),(0.9473058,0.02854627),(0.9473058,0.03260624),(0.930959,0.02042747),(0.9268106,0.02042747),(0.9268106,0.02448821),(0.930959,0.02448815),(0.9226453,0.02042747),(0.9184701,0.02042747),(0.9184701,0.02448815),(0.9226453,0.02448821),(0.9226453,0.02854621),(0.9268106,0.02854621),(0.9184701,0.02854621),(0.9184701,0.03260624),(0.9226453,0.03260624),(0.9268106,0.03260624),(0.930959,0.02854627),(0.930959,0.03260624),(0.9142919,0.02042747),(0.910111,0.02042747),(0.9101109,0.02448821),(0.9142919,0.02448815),(0.9059278,0.02042747),(0.9017429,0.02042747),(0.9017429,0.02448815),(0.9059278,0.02448821),(0.9059278,0.02854621),(0.910111,0.02854621),(0.9017429,0.02854621),(0.9017428,0.03260624),(0.9059278,0.03260624),(0.9101109,0.03260624),(0.9142919,0.02854627),(0.9142919,0.03260624),(0.8975567,0.02042747),(0.8933688,0.02042747),(0.8933688,0.02448821),(0.8975567,0.02448815),(0.8891787,0.02042747),(0.8849859,0.02042747),(0.8849859,0.02448815),(0.8891788,0.02448821),(0.8891787,0.02854621),(0.8933688,0.02854621),(0.8849859,0.02854621),(0.8849859,0.03260624),(0.8891788,0.03260624),(0.8933688,0.03260624),(0.8975567,0.02854627),(0.8975567,0.03260624),(0.8807898,0.02042747),(0.8765806,0.02042747),(0.8765807,0.02448821),(0.8807898,0.02448815),(0.8723488,0.02042747),(0.8680845,0.02042747),(0.8680845,0.02448815),(0.8723488,0.02448821),(0.8723488,0.02854621),(0.8765806,0.02854621),(0.8680845,0.02854621),(0.8680845,0.03260624),(0.8723488,0.03260624),(0.8765806,0.03260624),(0.8807898,0.02854627),(0.8807898,0.03260624),(0.8637781,0.02042747),(0.8594491,0.02042747),(0.8594491,0.02448821),(0.8637781,0.02448815),(0.8551173,0.02042747),(0.8508024,0.02042747),(0.8508024,0.02448815),(0.8551173,0.02448821),(0.8551173,0.02854621),(0.8594491,0.02854621),(0.8508024,0.02854621),(0.8508024,0.03260624),(0.8551173,0.03260624),(0.859449,0.03260624),(0.8637781,0.02854627),(0.8637781,0.03260624),(0.846524,0.02042747),(0.8422731,0.02042747),(0.8422731,0.02448821),(0.846524,0.02448815),(0.8380403,0.02042747),(0.8338165,0.02042747),(0.8338165,0.02448815),(0.8380403,0.02448821),(0.8380403,0.02854621),(0.8422731,0.02854621),(0.8338165,0.02854621),(0.8338165,0.03260624),(0.8380404,0.03260624),(0.8422731,0.03260624),(0.846524,0.02854627),(0.846524,0.03260624),(0.8295926,0.02042747),(0.8253628,0.02042747),(0.8253628,0.02448821),(0.8295926,0.02448815),(0.8211217,0.02042747),(0.8168637,0.02042747),(0.8168637,0.02448815),(0.8211217,0.02448821),(0.8211217,0.02854621),(0.8253628,0.02854621),(0.8168637,0.02854621),(0.8168637,0.03260624),(0.8211217,0.03260624),(0.8253628,0.03260624),(0.8295926,0.02854627),(0.8295926,0.03260624),(0.8125832,0.02042747),(0.8082899,0.02042747),(0.8082899,0.02448821),(0.8125832,0.02448815),(0.8039935,0.02042747),(0.7997035,0.02042747),(0.7997035,0.02448815),(0.8039935,0.02448821),(0.8039935,0.02854621),(0.8082899,0.02854621),(0.7997035,0.02854621),(0.7997035,0.03260624),(0.8039935,0.03260624),(0.8082899,0.03260624),(0.8125832,0.02854627),(0.8125832,0.03260624),(0.7954297,0.02042747),(0.7911757,0.02042747),(0.7911757,0.02448821),(0.7954297,0.02448815),(0.7869452,0.02042747),(0.7827417,0.02042747),(0.7827417,0.02448815),(0.7869452,0.02448821),(0.7869452,0.02854621),(0.7911757,0.02854621),(0.7827417,0.02854621),(0.7827417,0.03260624),(0.7869452,0.03260624),(0.7911757,0.03260624),(0.7954297,0.02854627),(0.7954297,0.03260624),(0.7785689,0.02042747),(0.7744211,0.02042747),(0.7744212,0.02448821),(0.7785689,0.02448815),(0.7702925,0.02042747),(0.7661775,0.02042747),(0.7661775,0.02448815),(0.7702925,0.02448821),(0.7744212,0.02854621),(0.7702925,0.02854621),(0.7661775,0.02854621),(0.7702925,0.03260624),(0.7661775,0.03260624),(0.7744212,0.03260624),(0.778569,0.02854627),(0.778569,0.03260624),(0.7620703,0.02042747),(0.757961,0.02042747),(0.757961,0.02448821),(0.7620703,0.02448815),(0.7538399,0.02042747),(0.7496969,0.02042747),(0.7496969,0.02448815),(0.7538399,0.02448821),(0.757961,0.02854621),(0.7538399,0.02854621),(0.7496969,0.02854621),(0.7538399,0.03260624),(0.7496969,0.03260624),(0.757961,0.03260624),(0.7620703,0.02854627),(0.7620703,0.03260624),(0.7455223,0.02042747),(0.7413244,0.02042747),(0.7455223,0.02448815),(0.7413245,0.02448821),(0.7371117,0.02042747),(0.7328922,0.02042747),(0.7371117,0.02448821),(0.7328923,0.02448815),(0.7413245,0.02854621),(0.7371117,0.02854621),(0.7328922,0.02854621),(0.7371117,0.03260624),(0.7328922,0.03260624),(0.7413245,0.03260624),(0.7455223,0.02854627),(0.7455223,0.03260624),(0.7286744,0.02042747),(0.7244572,0.02042747),(0.7286744,0.02448815),(0.7244572,0.02448821),(0.7202395,0.02042747),(0.71602,0.02042747),(0.7202395,0.02448821),(0.71602,0.02448815),(0.7244572,0.02854621),(0.7202395,0.02854621),(0.71602,0.02854621),(0.7202394,0.03260624),(0.71602,0.03260624),(0.7244572,0.03260624),(0.7286744,0.02854627),(0.7286744,0.03260624),(0.7117977,0.02042747),(0.7075742,0.02042747),(0.7117977,0.02448815),(0.7075742,0.02448821),(0.7033514,0.02042747),(0.6991307,0.02042747),(0.7033514,0.02448821),(0.6991307,0.02448815),(0.7075742,0.02854621),(0.7033514,0.02854621),(0.6991307,0.02854621),(0.7033514,0.03260624),(0.6991307,0.03260624),(0.7075742,0.03260624),(0.7117977,0.02854627),(0.7117977,0.03260624),(0.6949139,0.02042747),(0.6906992,0.02042747),(0.6949139,0.02448815),(0.6906992,0.02448821),(0.6864849,0.02042747),(0.6822694,0.02042747),(0.6864849,0.02448821),(0.6822693,0.02448815),(0.6906992,0.02854621),(0.6864849,0.02854621),(0.6822694,0.02854621),(0.6864849,0.03260624),(0.6822693,0.03260624),(0.6906992,0.03260624),(0.6949139,0.02854627),(0.6949139,0.03260624),(0.6780508,0.02042747),(0.6738272,0.02042747),(0.6780507,0.02448815),(0.6738272,0.02448821),(0.6695971,0.02042747),(0.6653587,0.02042747),(0.6695971,0.02448821),(0.6653587,0.02448815),(0.6738272,0.02854621),(0.6695971,0.02854621),(0.6653587,0.02854621),(0.6695971,0.03260624),(0.6653587,0.03260624),(0.6738272,0.03260624),(0.6780508,0.02854627),(0.6780507,0.03260624),(0.6611102,0.02042747),(0.6568571,0.02042747),(0.6611102,0.02448815),(0.6568571,0.02448821),(0.6526053,0.02042747),(0.6483604,0.02042747),(0.6526054,0.02448821),(0.6483604,0.02448815),(0.6568571,0.02854621),(0.6526054,0.02854621),(0.6483604,0.02854621),(0.6526053,0.03260624),(0.6483604,0.03260624),(0.6568571,0.03260624),(0.6611102,0.02854627),(0.6611102,0.03260624),(0.6441281,0.02042747),(0.6399043,0.02042747),(0.6441281,0.02448815),(0.6399043,0.02448821),(0.635685,0.02042747),(0.6314663,0.02042747),(0.635685,0.02448821),(0.6314663,0.02448815),(0.6399043,0.02854621),(0.635685,0.02854621),(0.6314663,0.02854621),(0.6314663,0.03260624),(0.635685,0.03260624),(0.6399043,0.03260624),(0.6441281,0.02854627),(0.6441281,0.03260624),(0.627244,0.02042747),(0.6230208,0.02042747),(0.627244,0.02448815),(0.6230209,0.02448821),(0.6187993,0.02042747),(0.6145822,0.02042747),(0.6145822,0.02448815),(0.6187993,0.02448821),(0.6187993,0.02854621),(0.6230208,0.02854621),(0.6145822,0.02854621),(0.6145822,0.03260624),(0.6187993,0.03260624),(0.6230209,0.03260624),(0.627244,0.02854627),(0.627244,0.03260624),(0.6103719,0.02042747),(0.6061606,0.02042747),(0.6061606,0.02448821),(0.6103719,0.02448815),(0.6019406,0.02042747),(0.5977041,0.02042747),(0.5977041,0.02448815),(0.6019406,0.02448821),(0.6019406,0.02854621),(0.6061606,0.02854621),(0.5977041,0.02854621),(0.5977041,0.03260624),(0.6019406,0.03260624),(0.6061606,0.03260624),(0.6103719,0.02854627),(0.6103719,0.03260624),(0.5934432,0.02042747),(0.589169,0.02042747),(0.589169,0.02448821),(0.5934432,0.02448815),(0.5848927,0.02042747),(0.5806257,0.02042747),(0.5806257,0.02448815),(0.5848927,0.02448821),(0.5848927,0.02854621),(0.589169,0.02854621),(0.5806257,0.02854621),(0.5806257,0.03260624),(0.5848927,0.03260624),(0.589169,0.03260624),(0.5934432,0.02854627),(0.5934432,0.03260624),(0.5763788,0.02042747),(0.572147,0.02042747),(0.572147,0.02448821),(0.5763788,0.02448815),(0.567925,0.02042747),(0.5637077,0.02042747),(0.5637077,0.02448815),(0.567925,0.02448821),(0.567925,0.02854621),(0.572147,0.02854621),(0.5637077,0.02854621),(0.5637077,0.03260624),(0.567925,0.03260624),(0.572147,0.03260624),(0.5763788,0.02854627),(0.5763788,0.03260624),(0.55949,0.02042747),(0.5552715,0.02042747),(0.5552715,0.02448821),(0.55949,0.02448815),(0.5510522,0.02042747),(0.5468317,0.02042747),(0.5468317,0.02448815),(0.5510522,0.02448821),(0.5510522,0.02854621),(0.5552715,0.02854621),(0.5468317,0.02854621),(0.5468317,0.03260624),(0.5510522,0.03260624),(0.5552715,0.03260624),(0.55949,0.02854627),(0.55949,0.03260624),(0.5426099,0.02042747),(0.5383899,0.02042747),(0.5383899,0.02448821),(0.5426099,0.02448815),(0.5341746,0.02042747),(0.5299669,0.02042747),(0.5341746,0.02448821),(0.5299669,0.02448815),(0.5383899,0.02854621),(0.5341746,0.02854621),(0.5299669,0.02854621),(0.5341746,0.03260624),(0.529967,0.03260624),(0.5383899,0.03260624),(0.5426099,0.02854627),(0.5426099,0.03260624),(0.52577,0.02042747),(0.5215818,0.02042747),(0.52577,0.02448815),(0.5215818,0.02448821),(0.5174,0.02042747),(0.5132228,0.02042747),(0.5174,0.02448821),(0.5132228,0.02448815),(0.5215818,0.02854621),(0.5174,0.02854621),(0.5132228,0.02854621),(0.5174,0.03260624),(0.5132228,0.03260624),(0.5215818,0.03260624),(0.52577,0.02854627),(0.52577,0.03260624),(0.5090478,0.02042747),(0.5048727,0.02042747),(0.5090478,0.02448815),(0.5048727,0.02448821),(0.5006949,0.02042747),(0.4965119,0.02042747),(0.5006949,0.02448821),(0.4965119,0.02448815),(0.5048727,0.02854621),(0.5006949,0.02854621),(0.4965119,0.02854621),(0.5006949,0.03260624),(0.4965119,0.03260624),(0.5048727,0.03260624),(0.5090478,0.02854627),(0.5090478,0.03260624),(0.4923214,0.02042747),(0.4881234,0.02042747),(0.4923214,0.02448815),(0.4881234,0.02448821),(0.4839184,0.02042747),(0.4797065,0.02042747),(0.4839184,0.02448821),(0.4797065,0.02448815),(0.4881234,0.02854621),(0.4839184,0.02854621),(0.4797065,0.02854621),(0.4839184,0.03260624),(0.4797064,0.03260624),(0.4881234,0.03260624),(0.4923214,0.02854627),(0.4923214,0.03260624),(0.4754879,0.02042747),(0.4712752,0.02042747),(0.4754879,0.02448815),(0.4712752,0.02448821),(0.4670808,0.02042747),(0.4629171,0.02042747),(0.4670808,0.02448821),(0.4629171,0.02448815),(0.4712752,0.02854621),(0.4670808,0.02854621),(0.4629171,0.02854621),(0.4670808,0.03260624),(0.4629171,0.03260624),(0.4712752,0.03260624),(0.4754879,0.02854627),(0.4754879,0.03260624),(0.4587967,0.02042747),(0.4547031,0.02042747),(0.4547031,0.02448821),(0.4587967,0.02448815),(0.4506197,0.02042747),(0.44653,0.02042747),(0.44653,0.02448815),(0.4506197,0.02448821),(0.4506197,0.02854621),(0.4547031,0.02854621),(0.44653,0.02854621),(0.4506197,0.03260624),(0.44653,0.03260624),(0.4547031,0.03260624),(0.4587967,0.02854627),(0.4587967,0.03260624),(0.4424174,0.02042747),(0.4382856,0.02042747),(0.4424174,0.02448815),(0.4382856,0.02448821),(0.4341379,0.02042747),(0.429978,0.02042747),(0.4341379,0.02448821),(0.429978,0.02448815),(0.4382856,0.02854621),(0.4341379,0.02854621),(0.429978,0.02854621),(0.4341379,0.03260624),(0.429978,0.03260624),(0.4382856,0.03260624),(0.4424174,0.02854627),(0.4424174,0.03260624),(0.4258092,0.02042747),(0.4216311,0.02042747),(0.4216312,0.02448821),(0.4258092,0.02448815),(0.4174434,0.02042747),(0.4132456,0.02042747),(0.4132456,0.02448815),(0.4174434,0.02448821),(0.4174434,0.02854621),(0.4216312,0.02854621),(0.4132456,0.02854621),(0.4132456,0.03260624),(0.4174434,0.03260624),(0.4216312,0.03260624),(0.4258092,0.02854627),(0.4258092,0.03260624),(0.4090372,0.02042747),(0.4048201,0.02042747),(0.4048201,0.02448821),(0.4090372,0.02448815),(0.4005963,0.02042747),(0.3963675,0.02042747),(0.3963675,0.02448815),(0.4005963,0.02448821),(0.4005963,0.02854621),(0.4048201,0.02854621),(0.3963675,0.02854621),(0.3963675,0.03260624),(0.4005963,0.03260624),(0.4048201,0.03260624),(0.4090372,0.02854627),(0.4090372,0.03260624),(0.3921357,0.02042747),(0.3879012,0.02042747),(0.3879012,0.02448821),(0.3921357,0.02448815),(0.3836642,0.02042747),(0.3794248,0.02042747),(0.3836642,0.02448821),(0.3794249,0.02448815),(0.3836642,0.02854621),(0.3879012,0.02854621),(0.3794248,0.02854621),(0.3794248,0.03260624),(0.3836642,0.03260624),(0.3879012,0.03260624),(0.3921357,0.02854627),(0.3921357,0.03260624),(0.3751834,0.02042747),(0.3709441,0.02042747),(0.3709441,0.02448821),(0.3751834,0.02448815),(0.3667112,0.02042747),(0.3624887,0.02042747),(0.3667112,0.02448821),(0.3624887,0.02448815),(0.3667112,0.02854621),(0.3709442,0.02854621),(0.3624887,0.02854621),(0.3624887,0.03260624),(0.3667112,0.03260624),(0.3709441,0.03260624),(0.3751834,0.02854627),(0.3751834,0.03260624),(0.358281,0.02042747),(0.3540821,0.02042747),(0.358281,0.02448815),(0.3540821,0.02448821),(0.3498864,0.02042747),(0.3456882,0.02042747),(0.3456882,0.02448815),(0.3498864,0.02448821),(0.3498864,0.02854621),(0.3540821,0.02854621),(0.3456882,0.02854621),(0.3456882,0.03260624),(0.3498864,0.03260624),(0.3540821,0.03260624),(0.3582809,0.02854627),(0.358281,0.03260624),(0.3414817,0.02042747),(0.3372694,0.02042747),(0.3372695,0.02448821),(0.3414817,0.02448815),(0.3330541,0.02042747),(0.3288383,0.02042747),(0.3288383,0.02448815),(0.3330541,0.02448821),(0.3330541,0.02854621),(0.3372695,0.02854621),(0.3288383,0.02854621),(0.3330541,0.03260624),(0.3288383,0.03260624),(0.3372695,0.03260624),(0.3414817,0.02854627),(0.3414817,0.03260624),(0.3246247,0.02042747),(0.3204179,0.02042747),(0.3246247,0.02448815),(0.3204179,0.02448821),(0.3162228,0.02042747),(0.3120441,0.02042747),(0.3162228,0.02448821),(0.3120441,0.02448815),(0.3204179,0.02854621),(0.3162228,0.02854621),(0.3120441,0.02854621),(0.3162228,0.03260624),(0.3120441,0.03260624),(0.3204179,0.03260624),(0.3246247,0.02854627),(0.3246247,0.03260624),(0.3078868,0.02042747),(0.3037427,0.02042747),(0.3037427,0.02448821),(0.3078868,0.02448815),(0.2996041,0.02042747),(0.2954631,0.02042747),(0.2954631,0.02448815),(0.2996041,0.02448821),(0.2996041,0.02854621),(0.3037428,0.02854621),(0.2954631,0.02854621),(0.2954631,0.03260624),(0.2996041,0.03260624),(0.3037427,0.03260624),(0.3078868,0.02854627),(0.3078868,0.03260624),(0.2913116,0.02042747),(0.2871543,0.02042747),(0.2871543,0.02448821),(0.2913116,0.02448815),(0.2829956,0.02042747),(0.2788399,0.02042747),(0.2829956,0.02448821),(0.2788399,0.02448815),(0.2871543,0.02854621),(0.2829956,0.02854621),(0.2788399,0.02854621),(0.2829956,0.03260624),(0.2788399,0.03260624),(0.2871543,0.03260624),(0.2913116,0.02854627),(0.2913116,0.03260624),(0.2746918,0.02042747),(0.2705556,0.02042747),(0.2746918,0.02448815),(0.2705556,0.02448821),(0.2664356,0.02042747),(0.262336,0.02042747),(0.2664356,0.02448821),(0.262336,0.02448815),(0.2705556,0.02854621),(0.2664356,0.02854621),(0.262336,0.02854621),(0.262336,0.03260624),(0.2664356,0.03260624),(0.2705556,0.03260624),(0.2746918,0.02854627),(0.2746918,0.03260624),(0.2582613,0.02042747),(0.254209,0.02042747),(0.254209,0.02448821),(0.2582613,0.02448815),(0.2501769,0.02042747),(0.2461624,0.02042747),(0.2461624,0.02448815),(0.2501769,0.02448821),(0.2501769,0.02854621),(0.254209,0.02854621),(0.2461624,0.02854621),(0.2461624,0.03260624),(0.2501769,0.03260624),(0.254209,0.03260624),(0.2582613,0.02854627),(0.2582613,0.03260624),(0.2421634,0.02042747),(0.238164,0.02042747),(0.238164,0.02448821),(0.2421634,0.02448815),(0.2341487,0.02042747),(0.2301017,0.02042747),(0.2301017,0.02448815),(0.2341487,0.02448821),(0.2341487,0.02854621),(0.238164,0.02854621),(0.2301017,0.02854621),(0.2301017,0.03260624),(0.2341487,0.03260624),(0.238164,0.03260624),(0.2421634,0.02854627),(0.2421634,0.03260624),(0.2260074,0.02042747),(0.2218787,0.02042747),(0.2218787,0.02448821),(0.2260074,0.02448815),(0.2177283,0.02042747),(0.2135691,0.02042747),(0.2135692,0.02448815),(0.2177283,0.02448821),(0.2177283,0.02854621),(0.2218787,0.02854621),(0.2135691,0.02854621),(0.2135692,0.03260624),(0.2177283,0.03260624),(0.2218787,0.03260624),(0.2260074,0.02854627),(0.2260074,0.03260624),(0.2094141,0.02042747),(0.2052627,0.02042747),(0.2052627,0.02448821),(0.2094141,0.02448815),(0.2011147,0.02042747),(0.1969699,0.02042747),(0.1969699,0.02448815),(0.2011147,0.02448821),(0.2011147,0.02854621),(0.2052627,0.02854621),(0.1969699,0.02854621),(0.2011147,0.03260624),(0.1969699,0.03260624),(0.2052627,0.03260624),(0.2094141,0.02854627),(0.2094141,0.03260624),(0.1928277,0.02042747),(0.1886888,0.02042747),(0.1928277,0.02448815),(0.1886888,0.02448821),(0.1845533,0.02042747),(0.1804218,0.02042747),(0.1845533,0.02448821),(0.1804218,0.02448815),(0.1886888,0.02854621),(0.1845533,0.02854621),(0.1804218,0.02854621),(0.1845533,0.03260624),(0.1804218,0.03260624),(0.1886888,0.03260624),(0.1928277,0.02854627),(0.1928277,0.03260624),(0.1762946,0.02042747),(0.1721701,0.02042747),(0.1762946,0.02448815),(0.1721701,0.02448821),(0.1680468,0.02042747),(0.163923,0.02042747),(0.1680468,0.02448821),(0.163923,0.02448815),(0.1721701,0.02854621),(0.1680468,0.02854621),(0.163923,0.02854621),(0.1680468,0.03260624),(0.163923,0.03260624),(0.1721701,0.03260624),(0.1762946,0.02854627),(0.1762946,0.03260624),(0.1597973,0.02042747),(0.1556691,0.02042747),(0.1597973,0.02448815),(0.1556691,0.02448821),(0.1515382,0.02042747),(0.1474041,0.02042747),(0.1515382,0.02448821),(0.1474041,0.02448815),(0.1556691,0.02854621),(0.1515382,0.02854621),(0.1474041,0.02854621),(0.1474041,0.03260624),(0.1515382,0.03260624),(0.1556691,0.03260624),(0.1597973,0.02854627),(0.1597973,0.03260624),(0.1432664,0.02042747),(0.1391259,0.02042747),(0.1391259,0.02448821),(0.1432664,0.02448815),(0.134983,0.02042747),(0.1308385,0.02042747),(0.1308385,0.02448815),(0.134983,0.02448821),(0.134983,0.02854621),(0.1391259,0.02854621),(0.1308385,0.02854621),(0.1308385,0.03260624),(0.134983,0.03260624),(0.1391259,0.03260624),(0.1432664,0.02854627),(0.1432664,0.03260624),(0.126693,0.02042747),(0.12255,0.02042747),(0.12255,0.02448821),(0.126693,0.02448815),(0.1184131,0.02042747),(0.1142857,0.02042747),(0.1142857,0.02448815),(0.1184131,0.02448821),(0.1184131,0.02854621),(0.12255,0.02854621),(0.1142857,0.02854621),(0.1142857,0.03260624),(0.1184131,0.03260624),(0.12255,0.03260624),(0.126693,0.02854627),(0.126693,0.03260624),(0.1101713,0.02042747),(0.1060752,0.02042747),(0.1060752,0.02448821),(0.1101713,0.02448815),(0.1020023,0.02042747),(0.09795791,0.02042747),(0.09795791,0.02448815),(0.1020023,0.02448821),(0.1020023,0.02854621),(0.1060752,0.02854621),(0.09795791,0.02854621),(0.09795791,0.03260624),(0.1020023,0.03260624),(0.1060752,0.03260624),(0.1101713,0.02854627),(0.1101713,0.03260624),(0.09394707,0.02042747),(0.08994583,0.02042747),(0.08994584,0.02448821),(0.09394707,0.02448815),(0.08593026,0.02042747),(0.08187638,0.02042747),(0.08187637,0.02448815),(0.08593025,0.02448821),(0.08593026,0.02854621),(0.08994584,0.02854621),(0.08187638,0.02854621),(0.08187638,0.03260624),(0.08593026,0.03260624),(0.08994584,0.03260624),(0.09394707,0.02854627),(0.09394707,0.03260624),(0.07776025,0.02042747),(0.07361087,0.02042747),(0.07361087,0.02448821),(0.07776025,0.02448815),(0.06945725,0.02042747),(0.06532837,0.02042747),(0.06532837,0.02448815),(0.06945725,0.02448821),(0.06945725,0.02854621),(0.07361087,0.02854621),(0.06532837,0.02854621),(0.06532837,0.03260624),(0.06945725,0.03260624),(0.07361087,0.03260624),(0.07776025,0.02854627),(0.07776025,0.03260624),(0.06125325,0.02042747),(0.05721605,0.02042747),(0.05721604,0.02448821),(0.06125325,0.02448815),(0.05320094,0.02042747),(0.0491921,0.02042747),(0.04919209,0.02448815),(0.05320094,0.02448821),(0.05320094,0.02854621),(0.05721605,0.02854621),(0.0491921,0.02854621),(0.04919209,0.03260624),(0.05320094,0.03260624),(0.05721605,0.03260624),(0.06125325,0.02854627),(0.06125325,0.03260624),(0.04517369,0.02042747),(0.04115105,0.02042747),(0.04115105,0.02448821),(0.04517369,0.02448815),(0.0371295,0.02042747),(0.03311438,0.02042747),(0.03311437,0.02448815),(0.0371295,0.02448821),(0.0371295,0.02854621),(0.04115105,0.02854621),(0.03311438,0.02854621),(0.03311438,0.03260624),(0.0371295,0.03260624),(0.04115105,0.03260624),(0.04517369,0.02854627),(0.04517369,0.03260624),(0.029111,0.02042747),(0.02511186,0.02042747),(0.02511186,0.02448821),(0.029111,0.02448815),(0.02110944,0.02042747),(0.01709622,0.02042747),(0.01709622,0.02448815),(0.02110944,0.02448821),(0.02110944,0.02854621),(0.02511186,0.02854621),(0.01709622,0.02854621),(0.01709622,0.03260624),(0.02110944,0.03260624),(0.02511186,0.03260624),(0.029111,0.02854627),(0.029111,0.03260624),(0.01306469,0.02042747),(0.009019421,0.0204289),(0.009019421,0.02448833),(0.01306469,0.02448815),(0.004965,0.02043331),(0.000906,0.02043927),(0.004965,0.02448881),(0.000906,0.02448952),(0.004965,0.028543),(0.009019421,0.02854544),(0.000906,0.02853978),(0.004965,0.03260136),(0.000906,0.03258997),(0.009019421,0.03260505),(0.01306469,0.02854627),(0.01306469,0.03260624),(0.999094,0.03666627),(0.9951518,0.03666949),(0.9912093,0.03667188),(0.9951518,0.04074377),(0.9912093,0.04074466),(0.999094,0.04074252),(0.9872664,0.03667271),(0.983323,0.03667271),(0.9872664,0.04074502),(0.983323,0.04074496),(0.9912093,0.04482174),(0.9872664,0.04482222),(0.983323,0.04482222),(0.983323,0.04890364),(0.9872664,0.04890364),(0.9912093,0.04890299),(0.999094,0.04481876),(0.9951518,0.04482043),(0.9951518,0.04890096),(0.999094,0.048895),(0.9793787,0.03667271),(0.9754275,0.03667271),(0.9754274,0.04074502),(0.9793787,0.04074502),(0.9714631,0.03667271),(0.9674796,0.03667271),(0.9674796,0.04074496),(0.9714631,0.04074502),(0.9714631,0.04482222),(0.9754274,0.04482222),(0.9674796,0.04482222),(0.9674796,0.04890364),(0.9714631,0.04890364),(0.9754274,0.04890364),(0.9793787,0.04482222),(0.9793787,0.04890364),(0.9634706,0.03667271),(0.9594426,0.03667271),(0.9594426,0.04074502),(0.9634707,0.04074502),(0.9554016,0.03667271),(0.9513539,0.03667271),(0.9513539,0.04074496),(0.9554016,0.04074502),(0.9554016,0.04482222),(0.9594426,0.04482222),(0.9513539,0.04482222),(0.9513539,0.04890364),(0.9554016,0.04890364),(0.9594425,0.04890364),(0.9634707,0.04482222),(0.9634706,0.04890364),(0.9473058,0.03667271),(0.9432498,0.03667271),(0.9432497,0.04074502),(0.9473058,0.04074502),(0.9391782,0.03667271),(0.9350839,0.03667271),(0.9350839,0.04074496),(0.9391783,0.04074502),(0.9391782,0.04482222),(0.9432497,0.04482222),(0.9350839,0.04482222),(0.9350839,0.04890364),(0.9391783,0.04890364),(0.9432497,0.04890364),(0.9473058,0.04482222),(0.9473058,0.04890364),(0.930959,0.03667271),(0.9268106,0.03667271),(0.9268106,0.04074502),(0.930959,0.04074502),(0.9226453,0.03667271),(0.9184701,0.03667271),(0.9184701,0.04074496),(0.9226453,0.04074502),(0.9226453,0.04482222),(0.9268106,0.04482222),(0.9184701,0.04482222),(0.9184701,0.04890364),(0.9226453,0.04890364),(0.9268106,0.04890364),(0.930959,0.04482222),(0.930959,0.04890364),(0.9142919,0.03667271),(0.910111,0.03667271),(0.9101109,0.04074502),(0.9142919,0.04074502),(0.9059278,0.03667271),(0.9017429,0.03667271),(0.9017429,0.04074496),(0.9059278,0.04074502),(0.9059278,0.04482222),(0.910111,0.04482222),(0.9017429,0.04482222),(0.9017428,0.04890364),(0.9059278,0.04890364),(0.9101109,0.04890364),(0.9142919,0.04482222),(0.9142919,0.04890364),(0.8975567,0.03667271),(0.8933688,0.03667271),(0.8933688,0.04074502),(0.8975567,0.04074502),(0.8891787,0.03667271),(0.8849859,0.03667271),(0.8849859,0.04074496),(0.8891788,0.04074502),(0.8891787,0.04482222),(0.8933688,0.04482222),(0.8849859,0.04482222),(0.8849859,0.04890364),(0.8891788,0.04890364),(0.8933688,0.04890364),(0.8975567,0.04482222),(0.8975567,0.04890364),(0.8807898,0.03667271),(0.8765806,0.03667271),(0.8765807,0.04074502),(0.8807898,0.04074502),(0.8723488,0.03667271),(0.8680845,0.03667271),(0.8680845,0.04074496),(0.8723488,0.04074502),(0.8723488,0.04482222),(0.8765806,0.04482222),(0.8680845,0.04482222),(0.8680845,0.04890364),(0.8723488,0.04890364),(0.8765806,0.04890364),(0.8807898,0.04482222),(0.8807898,0.04890364),(0.8637781,0.03667271),(0.8594491,0.03667271),(0.8594491,0.04074502),(0.8637781,0.04074502),(0.8551173,0.03667271),(0.8508024,0.03667271),(0.8508024,0.04074496),(0.8551173,0.04074502),(0.8551173,0.04482222),(0.8594491,0.04482222),(0.8508024,0.04482222),(0.8508024,0.04890364),(0.8551173,0.04890364),(0.859449,0.04890364),(0.8637781,0.04482222),(0.8637781,0.04890364),(0.846524,0.03667271),(0.8422731,0.03667271),(0.8422731,0.04074502),(0.846524,0.04074502),(0.8380403,0.03667271),(0.8338165,0.03667271),(0.8338165,0.04074496),(0.8380403,0.04074502),(0.8380403,0.04482222),(0.8422731,0.04482222),(0.8338165,0.04482222),(0.8338165,0.04890364),(0.8380404,0.04890364),(0.8422731,0.04890364),(0.846524,0.04482222),(0.846524,0.04890364),(0.8295926,0.03667271),(0.8253628,0.03667271),(0.8253628,0.04074502),(0.8295926,0.04074502),(0.8211217,0.03667271),(0.8168637,0.03667271),(0.8168637,0.04074496),(0.8211217,0.04074502),(0.8211217,0.04482222),(0.8253628,0.04482222),(0.8168637,0.04482222),(0.8168637,0.04890364),(0.8211217,0.04890364),(0.8253628,0.04890364),(0.8295926,0.04482222),(0.8295926,0.04890364),(0.8125832,0.03667271),(0.8082899,0.03667271),(0.8082899,0.04074502),(0.8125832,0.04074502),(0.8039935,0.03667271),(0.7997035,0.03667271),(0.7997035,0.04074496),(0.8039935,0.04074502),(0.8039935,0.04482222),(0.8082899,0.04482222),(0.7997035,0.04482222),(0.7997035,0.04890364),(0.8039935,0.04890364),(0.8082899,0.04890364),(0.8125832,0.04482222),(0.8125832,0.04890364),(0.7954297,0.03667271),(0.7911757,0.03667271),(0.7911757,0.04074502),(0.7954297,0.04074502),(0.7869452,0.03667271),(0.7827417,0.03667271),(0.7869452,0.04074502),(0.7827417,0.04074496),(0.7911757,0.04482222),(0.7869452,0.04482222),(0.7827417,0.04482222),(0.7869452,0.04890364),(0.7827417,0.04890364),(0.7911757,0.04890364),(0.7954297,0.04482222),(0.7954297,0.04890364),(0.7785689,0.03667271),(0.7744211,0.03667271),(0.7785689,0.04074502),(0.7744212,0.04074502),(0.7702925,0.03667271),(0.7661775,0.03667271),(0.7702925,0.04074502),(0.7661775,0.04074496),(0.7744212,0.04482222),(0.7702925,0.04482222),(0.7661775,0.04482222),(0.7702925,0.04890364),(0.7661775,0.04890364),(0.7744212,0.04890364),(0.778569,0.04482222),(0.778569,0.04890364),(0.7620703,0.03667271),(0.757961,0.03667271),(0.7620703,0.04074502),(0.757961,0.04074502),(0.7538399,0.03667271),(0.7496969,0.03667271),(0.7538399,0.04074502),(0.7496969,0.04074496),(0.757961,0.04482222),(0.7538399,0.04482222),(0.7496969,0.04482222),(0.7538399,0.04890364),(0.7496969,0.04890364),(0.757961,0.04890364),(0.7620703,0.04482222),(0.7620703,0.04890364),(0.7455223,0.03667271),(0.7413244,0.03667271),(0.7455223,0.04074502),(0.7413245,0.04074502),(0.7371117,0.03667271),(0.7328922,0.03667271),(0.7371117,0.04074502),(0.7328923,0.04074496),(0.7413245,0.04482222),(0.7371117,0.04482222),(0.7328922,0.04482222),(0.7371117,0.04890364),(0.7328922,0.04890364),(0.7413245,0.04890364),(0.7455223,0.04482222),(0.7455223,0.04890364),(0.7286744,0.03667271),(0.7244572,0.03667271),(0.7286744,0.04074502),(0.7244572,0.04074502),(0.7202395,0.03667271),(0.71602,0.03667271),(0.7202395,0.04074502),(0.71602,0.04074496),(0.7244572,0.04482222),(0.7202395,0.04482222),(0.71602,0.04482222),(0.7202394,0.04890364),(0.71602,0.04890364),(0.7244572,0.04890364),(0.7286744,0.04482222),(0.7286744,0.04890364),(0.7117977,0.03667271),(0.7075742,0.03667271),(0.7117977,0.04074502),(0.7075742,0.04074502),(0.7033514,0.03667271),(0.6991307,0.03667271),(0.7033514,0.04074502),(0.6991307,0.04074496),(0.7075742,0.04482222),(0.7033514,0.04482222),(0.6991307,0.04482222),(0.7033514,0.04890364),(0.6991307,0.04890364),(0.7075742,0.04890364),(0.7117977,0.04482222),(0.7117977,0.04890364),(0.6949139,0.03667271),(0.6906992,0.03667271),(0.6949139,0.04074502),(0.6906992,0.04074502),(0.6864849,0.03667271),(0.6822694,0.03667271),(0.6864849,0.04074502),(0.6822693,0.04074496),(0.6906992,0.04482222),(0.6864849,0.04482222),(0.6822694,0.04482222),(0.6864849,0.04890364),(0.6822693,0.04890364),(0.6906992,0.04890364),(0.6949139,0.04482222),(0.6949139,0.04890364),(0.6780508,0.03667271),(0.6738272,0.03667271),(0.6780507,0.04074502),(0.6738272,0.04074502),(0.6695971,0.03667271),(0.6653587,0.03667271),(0.6695971,0.04074502),(0.6653587,0.04074496),(0.6738272,0.04482222),(0.6695971,0.04482222),(0.6653587,0.04482222),(0.6653587,0.04890364),(0.6695971,0.04890364),(0.6738272,0.04890364),(0.6780508,0.04482222),(0.6780507,0.04890364),(0.6611102,0.03667271),(0.6568571,0.03667271),(0.6611102,0.04074502),(0.6568571,0.04074502),(0.6526053,0.03667271),(0.6483604,0.03667271),(0.6526054,0.04074502),(0.6483604,0.04074496),(0.6526054,0.04482222),(0.6568571,0.04482222),(0.6483604,0.04482222),(0.6483604,0.04890364),(0.6526053,0.04890364),(0.6568571,0.04890364),(0.6611102,0.04482222),(0.6611102,0.04890364),(0.6441281,0.03667271),(0.6399043,0.03667271),(0.6441281,0.04074502),(0.6399043,0.04074502),(0.635685,0.03667271),(0.6314663,0.03667271),(0.6314663,0.04074496),(0.635685,0.04074502),(0.635685,0.04482222),(0.6399043,0.04482222),(0.6314663,0.04482222),(0.6314663,0.04890364),(0.635685,0.04890364),(0.6399043,0.04890364),(0.6441281,0.04482222),(0.6441281,0.04890364),(0.627244,0.03667271),(0.6230208,0.03667271),(0.6230209,0.04074502),(0.627244,0.04074502),(0.6187993,0.03667271),(0.6145822,0.03667271),(0.6145822,0.04074496),(0.6187993,0.04074502),(0.6187993,0.04482222),(0.6230208,0.04482222),(0.6145822,0.04482222),(0.6145822,0.04890364),(0.6187993,0.04890364),(0.6230209,0.04890364),(0.627244,0.04482222),(0.627244,0.04890364),(0.6103719,0.03667271),(0.6061606,0.03667271),(0.6061606,0.04074502),(0.6103719,0.04074502),(0.6019406,0.03667271),(0.5977041,0.03667271),(0.5977041,0.04074496),(0.6019406,0.04074502),(0.6019406,0.04482222),(0.6061606,0.04482222),(0.5977041,0.04482222),(0.5977041,0.04890364),(0.6019406,0.04890364),(0.6061606,0.04890364),(0.6103719,0.04482222),(0.6103719,0.04890364),(0.5934432,0.03667271),(0.589169,0.03667271),(0.589169,0.04074502),(0.5934432,0.04074502),(0.5848927,0.03667271),(0.5806257,0.03667271),(0.5806257,0.04074496),(0.5848927,0.04074502),(0.5848927,0.04482222),(0.589169,0.04482222),(0.5806257,0.04482222),(0.5806257,0.04890364),(0.5848927,0.04890364),(0.589169,0.04890364),(0.5934432,0.04482222),(0.5934432,0.04890364),(0.5763788,0.03667271),(0.572147,0.03667271),(0.572147,0.04074502),(0.5763788,0.04074502),(0.567925,0.03667271),(0.5637077,0.03667271),(0.5637077,0.04074496),(0.567925,0.04074502),(0.567925,0.04482222),(0.572147,0.04482222),(0.5637077,0.04482222),(0.567925,0.04890364),(0.5637077,0.04890364),(0.572147,0.04890364),(0.5763788,0.04482222),(0.5763788,0.04890364),(0.55949,0.03667271),(0.5552715,0.03667271),(0.5552715,0.04074502),(0.55949,0.04074502),(0.5510522,0.03667271),(0.5468317,0.03667271),(0.5510522,0.04074502),(0.5468317,0.04074496),(0.5552715,0.04482222),(0.5510522,0.04482222),(0.5468317,0.04482222),(0.5510522,0.04890364),(0.5468317,0.04890364),(0.5552715,0.04890364),(0.55949,0.04482222),(0.55949,0.04890364),(0.5426099,0.03667271),(0.5383899,0.03667271),(0.5426099,0.04074502),(0.5383899,0.04074502),(0.5341746,0.03667271),(0.5299669,0.03667271),(0.5341746,0.04074502),(0.5299669,0.04074496),(0.5383899,0.04482222),(0.5341746,0.04482222),(0.5299669,0.04482222),(0.5341746,0.04890364),(0.529967,0.04890364),(0.5383899,0.04890364),(0.5426099,0.04482222),(0.5426099,0.04890364),(0.52577,0.03667271),(0.5215818,0.03667271),(0.52577,0.04074502),(0.5215818,0.04074502),(0.5174,0.03667271),(0.5132228,0.03667271),(0.5174,0.04074502),(0.5132228,0.04074496),(0.5215818,0.04482222),(0.5174,0.04482222),(0.5132228,0.04482222),(0.5174,0.04890364),(0.5132228,0.04890364),(0.5215818,0.04890364),(0.52577,0.04482222),(0.52577,0.04890364),(0.5090478,0.03667271),(0.5048727,0.03667271),(0.5090478,0.04074502),(0.5048727,0.04074502),(0.5006949,0.03667271),(0.4965119,0.03667271),(0.5006949,0.04074502),(0.4965119,0.04074496),(0.5048727,0.04482222),(0.5006949,0.04482222),(0.4965119,0.04482222),(0.5006949,0.04890364),(0.4965119,0.04890364),(0.5048727,0.04890364),(0.5090478,0.04482222),(0.5090478,0.04890364),(0.4923214,0.03667271),(0.4881234,0.03667271),(0.4923214,0.04074502),(0.4881234,0.04074502),(0.4839184,0.03667271),(0.4797065,0.03667271),(0.4839184,0.04074502),(0.4797065,0.04074496),(0.4881234,0.04482222),(0.4839184,0.04482222),(0.4797065,0.04482222),(0.4839184,0.04890364),(0.4797064,0.04890364),(0.4881234,0.04890364),(0.4923214,0.04482222),(0.4923214,0.04890364),(0.4754879,0.03667271),(0.4712752,0.03667271),(0.4754879,0.04074502),(0.4712752,0.04074502),(0.4670808,0.03667271),(0.4629171,0.03667271),(0.4670808,0.04074502),(0.4629171,0.04074496),(0.4712752,0.04482222),(0.4670808,0.04482222),(0.4629171,0.04482222),(0.4670808,0.04890364),(0.4629171,0.04890364),(0.4712752,0.04890364),(0.4754879,0.04482222),(0.4754879,0.04890364),(0.4587967,0.03667271),(0.4547031,0.03667271),(0.4587967,0.04074502),(0.4547031,0.04074502),(0.4506197,0.03667271),(0.44653,0.03667271),(0.4506197,0.04074502),(0.44653,0.04074496),(0.4547031,0.04482222),(0.4506197,0.04482222),(0.44653,0.04482222),(0.4506197,0.04890364),(0.44653,0.04890364),(0.4547031,0.04890364),(0.4587967,0.04482222),(0.4587967,0.04890364),(0.4424174,0.03667271),(0.4382856,0.03667271),(0.4424174,0.04074502),(0.4382856,0.04074502),(0.4341379,0.03667271),(0.429978,0.03667271),(0.429978,0.04074496),(0.4341379,0.04074502),(0.4382856,0.04482222),(0.4341379,0.04482222),(0.429978,0.04482222),(0.429978,0.04890364),(0.4341379,0.04890364),(0.4382856,0.04890364),(0.4424174,0.04482222),(0.4424174,0.04890364),(0.4258092,0.03667271),(0.4216311,0.03667271),(0.4216312,0.04074502),(0.4258092,0.04074502),(0.4174434,0.03667271),(0.4132456,0.03667271),(0.4132456,0.04074496),(0.4174434,0.04074502),(0.4174434,0.04482222),(0.4216312,0.04482222),(0.4132456,0.04482222),(0.4132456,0.04890364),(0.4174434,0.04890364),(0.4216312,0.04890364),(0.4258092,0.04482222),(0.4258092,0.04890364),(0.4090372,0.03667271),(0.4048201,0.03667271),(0.4048201,0.04074502),(0.4090372,0.04074502),(0.4005963,0.03667271),(0.3963675,0.03667271),(0.3963675,0.04074496),(0.4005963,0.04074502),(0.4005963,0.04482222),(0.4048201,0.04482222),(0.3963675,0.04482222),(0.3963675,0.04890364),(0.4005963,0.04890364),(0.4048201,0.04890364),(0.4090372,0.04482222),(0.4090372,0.04890364),(0.3921357,0.03667271),(0.3879012,0.03667271),(0.3879012,0.04074502),(0.3921357,0.04074502),(0.3836642,0.03667271),(0.3794248,0.03667271),(0.3794249,0.04074496),(0.3836642,0.04074502),(0.3836642,0.04482222),(0.3879012,0.04482222),(0.3794248,0.04482222),(0.3794248,0.04890364),(0.3836642,0.04890364),(0.3879012,0.04890364),(0.3921357,0.04482222),(0.3921357,0.04890364),(0.3751834,0.03667271),(0.3709441,0.03667271),(0.3709441,0.04074502),(0.3751834,0.04074502),(0.3667112,0.03667271),(0.3624887,0.03667271),(0.3624887,0.04074496),(0.3667112,0.04074502),(0.3667112,0.04482222),(0.3709442,0.04482222),(0.3624887,0.04482222),(0.3624887,0.04890364),(0.3667112,0.04890364),(0.3709441,0.04890364),(0.3751834,0.04482222),(0.3751834,0.04890364),(0.358281,0.03667271),(0.3540821,0.03667271),(0.3540821,0.04074502),(0.358281,0.04074502),(0.3498864,0.03667271),(0.3456882,0.03667271),(0.3456882,0.04074496),(0.3498864,0.04074502),(0.3498864,0.04482222),(0.3540821,0.04482222),(0.3456882,0.04482222),(0.3456882,0.04890364),(0.3498864,0.04890364),(0.3540821,0.04890364),(0.3582809,0.04482222),(0.358281,0.04890364),(0.3414817,0.03667271),(0.3372694,0.03667271),(0.3372695,0.04074502),(0.3414817,0.04074502),(0.3330541,0.03667271),(0.3288383,0.03667271),(0.3330541,0.04074502),(0.3288383,0.04074496),(0.3330541,0.04482222),(0.3372695,0.04482222),(0.3288383,0.04482222),(0.3330541,0.04890364),(0.3288383,0.04890364),(0.3372695,0.04890364),(0.3414817,0.04482222),(0.3414817,0.04890364),(0.3246247,0.03667271),(0.3204179,0.03667271),(0.3246247,0.04074502),(0.3204179,0.04074502),(0.3162228,0.03667271),(0.3120441,0.03667271),(0.3162228,0.04074502),(0.3120441,0.04074496),(0.3204179,0.04482222),(0.3162228,0.04482222),(0.3120441,0.04482222),(0.3120441,0.04890364),(0.3162228,0.04890364),(0.3204179,0.04890364),(0.3246247,0.04482222),(0.3246247,0.04890364),(0.3078868,0.03667271),(0.3037427,0.03667271),(0.3037427,0.04074502),(0.3078868,0.04074502),(0.2996041,0.03667271),(0.2954631,0.03667271),(0.2954631,0.04074496),(0.2996041,0.04074502),(0.2996041,0.04482222),(0.3037428,0.04482222),(0.2954631,0.04482222),(0.2954631,0.04890364),(0.2996041,0.04890364),(0.3037427,0.04890364),(0.3078868,0.04482222),(0.3078868,0.04890364),(0.2913116,0.03667271),(0.2871543,0.03667271),(0.2871543,0.04074502),(0.2913116,0.04074502),(0.2829956,0.03667271),(0.2788399,0.03667271),(0.2829956,0.04074502),(0.2788399,0.04074496),(0.2871543,0.04482222),(0.2829956,0.04482222),(0.2788399,0.04482222),(0.2829956,0.04890364),(0.2788399,0.04890364),(0.2871543,0.04890364),(0.2913116,0.04482222),(0.2913116,0.04890364),(0.2746918,0.03667271),(0.2705556,0.03667271),(0.2746918,0.04074502),(0.2705556,0.04074502),(0.2664356,0.03667271),(0.262336,0.03667271),(0.262336,0.04074496),(0.2664356,0.04074502),(0.2664356,0.04482222),(0.2705556,0.04482222),(0.262336,0.04482222),(0.262336,0.04890364),(0.2664356,0.04890364),(0.2705556,0.04890364),(0.2746918,0.04482222),(0.2746918,0.04890364),(0.2582613,0.03667271),(0.254209,0.03667271),(0.254209,0.04074502),(0.2582613,0.04074502),(0.2501769,0.03667271),(0.2461624,0.03667271),(0.2461624,0.04074496),(0.2501769,0.04074502),(0.2501769,0.04482222),(0.254209,0.04482222),(0.2461624,0.04482222),(0.2461624,0.04890364),(0.2501769,0.04890364),(0.254209,0.04890364),(0.2582613,0.04482222),(0.2582613,0.04890364),(0.2421634,0.03667271),(0.238164,0.03667271),(0.238164,0.04074502),(0.2421634,0.04074502),(0.2341487,0.03667271),(0.2301017,0.03667271),(0.2301017,0.04074496),(0.2341487,0.04074502),(0.2341487,0.04482222),(0.238164,0.04482222),(0.2301017,0.04482222),(0.2301017,0.04890364),(0.2341487,0.04890364),(0.238164,0.04890364),(0.2421634,0.04482222),(0.2421634,0.04890364),(0.2260074,0.03667271),(0.2218787,0.03667271),(0.2218787,0.04074502),(0.2260074,0.04074502),(0.2177283,0.03667271),(0.2135691,0.03667271),(0.2135692,0.04074496),(0.2177283,0.04074502),(0.2177283,0.04482222),(0.2218787,0.04482222),(0.2135691,0.04482222),(0.2177283,0.04890364),(0.2135692,0.04890364),(0.2218787,0.04890364),(0.2260074,0.04482222),(0.2260074,0.04890364),(0.2094141,0.03667271),(0.2052627,0.03667271),(0.2094141,0.04074502),(0.2052627,0.04074502),(0.2011147,0.03667271),(0.1969699,0.03667271),(0.2011147,0.04074502),(0.1969699,0.04074496),(0.2052627,0.04482222),(0.2011147,0.04482222),(0.1969699,0.04482222),(0.2011147,0.04890364),(0.1969699,0.04890364),(0.2052627,0.04890364),(0.2094141,0.04482222),(0.2094141,0.04890364),(0.1928277,0.03667271),(0.1886888,0.03667271),(0.1928277,0.04074502),(0.1886888,0.04074502),(0.1845533,0.03667271),(0.1804218,0.03667271),(0.1845533,0.04074502),(0.1804218,0.04074496),(0.1886888,0.04482222),(0.1845533,0.04482222),(0.1804218,0.04482222),(0.1845533,0.04890364),(0.1804218,0.04890364),(0.1886888,0.04890364),(0.1928277,0.04482222),(0.1928277,0.04890364),(0.1762946,0.03667271),(0.1721701,0.03667271),(0.1762946,0.04074502),(0.1721701,0.04074502),(0.1680468,0.03667271),(0.163923,0.03667271),(0.1680468,0.04074502),(0.163923,0.04074496),(0.1721701,0.04482222),(0.1680468,0.04482222),(0.163923,0.04482222),(0.1680468,0.04890364),(0.163923,0.04890364),(0.1721701,0.04890364),(0.1762946,0.04482222),(0.1762946,0.04890364),(0.1597973,0.03667271),(0.1556691,0.03667271),(0.1597973,0.04074502),(0.1556691,0.04074502),(0.1515382,0.03667271),(0.1474041,0.03667271),(0.1474041,0.04074496),(0.1515382,0.04074502),(0.1515382,0.04482222),(0.1556691,0.04482222),(0.1474041,0.04482222),(0.1474041,0.04890364),(0.1515382,0.04890364),(0.1556691,0.04890364),(0.1597973,0.04482222),(0.1597973,0.04890364),(0.1432664,0.03667271),(0.1391259,0.03667271),(0.1391259,0.04074502),(0.1432664,0.04074502),(0.134983,0.03667271),(0.1308385,0.03667271),(0.1308385,0.04074496),(0.134983,0.04074502),(0.134983,0.04482222),(0.1391259,0.04482222),(0.1308385,0.04482222),(0.1308385,0.04890364),(0.134983,0.04890364),(0.1391259,0.04890364),(0.1432664,0.04482222),(0.1432664,0.04890364),(0.126693,0.03667271),(0.12255,0.03667271),(0.12255,0.04074502),(0.126693,0.04074502),(0.1184131,0.03667271),(0.1142857,0.03667271),(0.1142857,0.04074496),(0.1184131,0.04074502),(0.1184131,0.04482222),(0.12255,0.04482222),(0.1142857,0.04482222),(0.1142857,0.04890364),(0.1184131,0.04890364),(0.12255,0.04890364),(0.126693,0.04482222),(0.126693,0.04890364),(0.1101713,0.03667271),(0.1060752,0.03667271),(0.1060752,0.04074502),(0.1101713,0.04074502),(0.1020023,0.03667271),(0.09795791,0.03667271),(0.09795791,0.04074496),(0.1020023,0.04074502),(0.1020023,0.04482222),(0.1060752,0.04482222),(0.09795791,0.04482222),(0.09795791,0.04890364),(0.1020023,0.04890364),(0.1060752,0.04890364),(0.1101713,0.04482222),(0.1101713,0.04890364),(0.09394707,0.03667271),(0.08994583,0.03667271),(0.08994584,0.04074502),(0.09394707,0.04074502),(0.08593026,0.03667271),(0.08187638,0.03667271),(0.08187637,0.04074496),(0.08593025,0.04074502),(0.08593026,0.04482222),(0.08994584,0.04482222),(0.08187638,0.04482222),(0.08187638,0.04890364),(0.08593026,0.04890364),(0.08994584,0.04890364),(0.09394707,0.04482222),(0.09394707,0.04890364),(0.07776025,0.03667271),(0.07361087,0.03667271),(0.07361087,0.04074502),(0.07776025,0.04074502),(0.06945725,0.03667271),(0.06532837,0.03667271),(0.06532837,0.04074496),(0.06945725,0.04074502),(0.06945725,0.04482222),(0.07361087,0.04482222),(0.06532837,0.04482222),(0.06532837,0.04890364),(0.06945725,0.04890364),(0.07361087,0.04890364),(0.07776025,0.04482222),(0.07776025,0.04890364),(0.06125325,0.03667271),(0.05721605,0.03667271),(0.05721604,0.04074502),(0.06125325,0.04074502),(0.05320094,0.03667271),(0.0491921,0.03667271),(0.04919209,0.04074496),(0.05320094,0.04074502),(0.05320094,0.04482222),(0.05721605,0.04482222),(0.0491921,0.04482222),(0.04919209,0.04890364),(0.05320094,0.04890364),(0.05721605,0.04890364),(0.06125325,0.04482222),(0.06125325,0.04890364),(0.04517369,0.03667271),(0.04115105,0.03667271),(0.04115105,0.04074502),(0.04517369,0.04074502),(0.0371295,0.03667271),(0.03311438,0.03667271),(0.03311437,0.04074496),(0.0371295,0.04074502),(0.0371295,0.04482222),(0.04115105,0.04482222),(0.03311438,0.04482222),(0.03311438,0.04890364),(0.0371295,0.04890364),(0.04115105,0.04890364),(0.04517369,0.04482222),(0.04517369,0.04890364),(0.029111,0.03667271),(0.02511186,0.03667271),(0.02511186,0.04074502),(0.029111,0.04074502),(0.02110944,0.03667271),(0.01709622,0.03667271),(0.01709622,0.04074496),(0.02110944,0.04074502),(0.02110944,0.04482222),(0.02511186,0.04482222),(0.01709622,0.04482222),(0.01709622,0.04890364),(0.02110944,0.04890364),(0.02511186,0.04890364),(0.029111,0.04482222),(0.029111,0.04890364),(0.01306469,0.03667271),(0.009019421,0.03667194),(0.009019421,0.04074466),(0.01306469,0.04074502),(0.004965,0.03666949),(0.000906,0.03666627),(0.000906,0.04074252),(0.004965,0.04074377),(0.004965,0.04482055),(0.009019421,0.0448218),(0.000906,0.04481876),(0.000906,0.048895),(0.004965,0.04890108),(0.009019421,0.04890299),(0.01306469,0.04482222),(0.01306469,0.04890364),(0.999094,0.05298501),(0.9951518,0.05298674),(0.9912093,0.05298805),(0.9951518,0.05707669),(0.9912093,0.057078),(0.999094,0.05707502),(0.9872664,0.05298847),(0.983323,0.05298847),(0.983323,0.05707848),(0.9872664,0.05707848),(0.9912093,0.06117404),(0.9872664,0.06117535),(0.983323,0.06117535),(0.983323,0.0652808),(0.9872664,0.0652808),(0.9912093,0.06527883),(0.999094,0.06116498),(0.9951518,0.06117016),(0.9951518,0.06527305),(0.999094,0.06525499),(0.9793787,0.05298847),(0.9754275,0.05298847),(0.9754274,0.05707848),(0.9793787,0.05707848),(0.9714631,0.05298847),(0.9674796,0.05298847),(0.9674796,0.05707848),(0.9714631,0.05707848),(0.9714631,0.06117535),(0.9754274,0.06117535),(0.9674796,0.06117535),(0.9674796,0.0652808),(0.9714631,0.0652808),(0.9754274,0.0652808),(0.9793787,0.06117535),(0.9793787,0.0652808),(0.9634706,0.05298847),(0.9594426,0.05298847),(0.9594426,0.05707848),(0.9634707,0.05707848),(0.9554016,0.05298847),(0.9513539,0.05298847),(0.9513539,0.05707848),(0.9554016,0.05707848),(0.9554016,0.06117535),(0.9594426,0.06117535),(0.9513539,0.06117535),(0.9513539,0.0652808),(0.9554016,0.0652808),(0.9594425,0.0652808),(0.9634707,0.06117535),(0.9634706,0.0652808),(0.9473058,0.05298847),(0.9432498,0.05298847),(0.9432497,0.05707848),(0.9473058,0.05707848),(0.9391782,0.05298847),(0.9350839,0.05298847),(0.9350839,0.05707848),(0.9391783,0.05707848),(0.9391782,0.06117535),(0.9432497,0.06117535),(0.9350839,0.06117535),(0.9350839,0.0652808),(0.9391783,0.0652808),(0.9432497,0.0652808),(0.9473058,0.06117535),(0.9473058,0.0652808),(0.930959,0.05298847),(0.9268106,0.05298847),(0.9268106,0.05707848),(0.930959,0.05707848),(0.9226453,0.05298847),(0.9184701,0.05298847),(0.9184701,0.05707848),(0.9226453,0.05707848),(0.9226453,0.06117535),(0.9268106,0.06117535),(0.9184701,0.06117535),(0.9184701,0.0652808),(0.9226453,0.0652808),(0.9268106,0.0652808),(0.930959,0.06117535),(0.930959,0.0652808),(0.9142919,0.05298847),(0.910111,0.05298847),(0.9101109,0.05707848),(0.9142919,0.05707848),(0.9059278,0.05298847),(0.9017429,0.05298847),(0.9017429,0.05707848),(0.9059278,0.05707848),(0.9059278,0.06117535),(0.910111,0.06117535),(0.9017429,0.06117535),(0.9017428,0.0652808),(0.9059278,0.0652808),(0.9101109,0.0652808),(0.9142919,0.06117535),(0.9142919,0.0652808),(0.8975567,0.05298847),(0.8933688,0.05298847),(0.8933688,0.05707848),(0.8975567,0.05707848),(0.8891787,0.05298847),(0.8849859,0.05298847),(0.8849859,0.05707848),(0.8891788,0.05707848),(0.8891787,0.06117535),(0.8933688,0.06117535),(0.8849859,0.06117535),(0.8849859,0.0652808),(0.8891788,0.0652808),(0.8933688,0.0652808),(0.8975567,0.06117535),(0.8975567,0.0652808),(0.8807898,0.05298847),(0.8765806,0.05298847),(0.8765807,0.05707848),(0.8807898,0.05707848),(0.8723488,0.05298847),(0.8680845,0.05298847),(0.8680845,0.05707848),(0.8723488,0.05707848),(0.8723488,0.06117535),(0.8765806,0.06117535),(0.8680845,0.06117535),(0.8680845,0.0652808),(0.8723488,0.0652808),(0.8765806,0.0652808),(0.8807898,0.06117535),(0.8807898,0.0652808),(0.8637781,0.05298847),(0.8594491,0.05298847),(0.8594491,0.05707848),(0.8637781,0.05707848),(0.8551173,0.05298847),(0.8508024,0.05298847),(0.8508024,0.05707848),(0.8551173,0.05707848),(0.8551173,0.06117535),(0.8594491,0.06117535),(0.8508024,0.06117535),(0.8508024,0.0652808),(0.8551173,0.0652808),(0.859449,0.0652808),(0.8637781,0.06117535),(0.8637781,0.0652808),(0.846524,0.05298847),(0.8422731,0.05298847),(0.8422731,0.05707848),(0.846524,0.05707848),(0.8380403,0.05298847),(0.8338165,0.05298847),(0.8338165,0.05707848),(0.8380403,0.05707848),(0.8380403,0.06117535),(0.8422731,0.06117535),(0.8338165,0.06117535),(0.8380404,0.0652808),(0.8338165,0.0652808),(0.8422731,0.0652808),(0.846524,0.06117535),(0.846524,0.0652808),(0.8295926,0.05298847),(0.8253628,0.05298847),(0.8253628,0.05707848),(0.8295926,0.05707848),(0.8211217,0.05298847),(0.8168637,0.05298847),(0.8168637,0.05707848),(0.8211217,0.05707848),(0.8211217,0.06117535),(0.8253628,0.06117535),(0.8168637,0.06117535),(0.8168637,0.0652808),(0.8211217,0.0652808),(0.8253628,0.0652808),(0.8295926,0.06117535),(0.8295926,0.0652808),(0.8125832,0.05298847),(0.8082899,0.05298847),(0.8082899,0.05707848),(0.8125832,0.05707848),(0.8039935,0.05298847),(0.7997035,0.05298847),(0.7997035,0.05707848),(0.8039935,0.05707848),(0.8082899,0.06117535),(0.8039935,0.06117535),(0.7997035,0.06117535),(0.8039935,0.0652808),(0.7997035,0.0652808),(0.8082899,0.0652808),(0.8125832,0.06117535),(0.8125832,0.0652808),(0.7954297,0.05298847),(0.7911757,0.05298847),(0.7954297,0.05707848),(0.7911757,0.05707848),(0.7869452,0.05298847),(0.7827417,0.05298847),(0.7869452,0.05707848),(0.7827417,0.05707848),(0.7911757,0.06117535),(0.7869452,0.06117535),(0.7827417,0.06117535),(0.7869452,0.0652808),(0.7827417,0.0652808),(0.7911757,0.0652808),(0.7954297,0.06117535),(0.7954297,0.0652808),(0.7785689,0.05298847),(0.7744211,0.05298847),(0.7785689,0.05707848),(0.7744212,0.05707848),(0.7702925,0.05298847),(0.7661775,0.05298847),(0.7702925,0.05707848),(0.7661775,0.05707848),(0.7744212,0.06117535),(0.7702925,0.06117535),(0.7661775,0.06117535),(0.7702925,0.0652808),(0.7661775,0.0652808),(0.7744212,0.0652808),(0.778569,0.06117535),(0.778569,0.0652808),(0.7620703,0.05298847),(0.757961,0.05298847),(0.7620703,0.05707848),(0.757961,0.05707848),(0.7538399,0.05298847),(0.7496969,0.05298847),(0.7538399,0.05707848),(0.7496969,0.05707848),(0.757961,0.06117535),(0.7538399,0.06117535),(0.7496969,0.06117535),(0.7538399,0.0652808),(0.7496969,0.0652808),(0.757961,0.0652808),(0.7620703,0.06117535),(0.7620703,0.0652808),(0.7455223,0.05298847),(0.7413244,0.05298847),(0.7455223,0.05707848),(0.7413245,0.05707848),(0.7371117,0.05298847),(0.7328922,0.05298847),(0.7371117,0.05707848),(0.7328923,0.05707848),(0.7413245,0.06117535),(0.7371117,0.06117535),(0.7328922,0.06117535),(0.7371117,0.0652808),(0.7328922,0.0652808),(0.7413245,0.0652808),(0.7455223,0.06117535),(0.7455223,0.0652808),(0.7286744,0.05298847),(0.7244572,0.05298847),(0.7286744,0.05707848),(0.7244572,0.05707848),(0.7202395,0.05298847),(0.71602,0.05298847),(0.7202395,0.05707848),(0.71602,0.05707848),(0.7244572,0.06117535),(0.7202395,0.06117535),(0.71602,0.06117535),(0.7202394,0.0652808),(0.71602,0.0652808),(0.7244572,0.0652808),(0.7286744,0.06117535),(0.7286744,0.0652808),(0.7117977,0.05298847),(0.7075742,0.05298847),(0.7117977,0.05707848),(0.7075742,0.05707848),(0.7033514,0.05298847),(0.6991307,0.05298847),(0.7033514,0.05707848),(0.6991307,0.05707848),(0.7075742,0.06117535),(0.7033514,0.06117535),(0.6991307,0.06117535),(0.7033514,0.0652808),(0.6991307,0.0652808),(0.7075742,0.0652808),(0.7117977,0.06117535),(0.7117977,0.0652808),(0.6949139,0.05298847),(0.6906992,0.05298847),(0.6949139,0.05707848),(0.6906992,0.05707848),(0.6864849,0.05298847),(0.6822694,0.05298847),(0.6864849,0.05707848),(0.6822693,0.05707848),(0.6864849,0.06117535),(0.6906992,0.06117535),(0.6822694,0.06117535),(0.6822693,0.0652808),(0.6864849,0.0652808),(0.6906992,0.0652808),(0.6949139,0.06117535),(0.6949139,0.0652808),(0.6780508,0.05298847),(0.6738272,0.05298847),(0.6738272,0.05707848),(0.6780507,0.05707848),(0.6695971,0.05298847),(0.6653587,0.05298847),(0.6653587,0.05707848),(0.6695971,0.05707848),(0.6695971,0.06117535),(0.6738272,0.06117535),(0.6653587,0.06117535),(0.6653587,0.0652808),(0.6695971,0.0652808),(0.6738272,0.0652808),(0.6780508,0.06117535),(0.6780507,0.0652808),(0.6611102,0.05298847),(0.6568571,0.05298847),(0.6568571,0.05707848),(0.6611102,0.05707848),(0.6526053,0.05298847),(0.6483604,0.05298847),(0.6483604,0.05707848),(0.6526054,0.05707848),(0.6526054,0.06117535),(0.6568571,0.06117535),(0.6483604,0.06117535),(0.6483604,0.0652808),(0.6526053,0.0652808),(0.6568571,0.0652808),(0.6611102,0.06117535),(0.6611102,0.0652808),(0.6441281,0.05298847),(0.6399043,0.05298847),(0.6399043,0.05707848),(0.6441281,0.05707848),(0.635685,0.05298847),(0.6314663,0.05298847),(0.6314663,0.05707848),(0.635685,0.05707848),(0.635685,0.06117535),(0.6399043,0.06117535),(0.6314663,0.06117535),(0.6314663,0.0652808),(0.635685,0.0652808),(0.6399043,0.0652808),(0.6441281,0.06117535),(0.6441281,0.0652808),(0.627244,0.05298847),(0.6230208,0.05298847),(0.6230209,0.05707848),(0.627244,0.05707848),(0.6187993,0.05298847),(0.6145822,0.05298847),(0.6145822,0.05707848),(0.6187993,0.05707848),(0.6187993,0.06117535),(0.6230208,0.06117535),(0.6145822,0.06117535),(0.6145822,0.0652808),(0.6187993,0.0652808),(0.6230209,0.0652808),(0.627244,0.06117535),(0.627244,0.0652808),(0.6103719,0.05298847),(0.6061606,0.05298847),(0.6061606,0.05707848),(0.6103719,0.05707848),(0.6019406,0.05298847),(0.5977041,0.05298847),(0.5977041,0.05707848),(0.6019406,0.05707848),(0.6019406,0.06117535),(0.6061606,0.06117535),(0.5977041,0.06117535),(0.6019406,0.0652808),(0.5977041,0.0652808),(0.6061606,0.0652808),(0.6103719,0.06117535),(0.6103719,0.0652808),(0.5934432,0.05298847),(0.589169,0.05298847),(0.5934432,0.05707848),(0.589169,0.05707848),(0.5848927,0.05298847),(0.5806257,0.05298847),(0.5848927,0.05707848),(0.5806257,0.05707848),(0.589169,0.06117535),(0.5848927,0.06117535),(0.5806257,0.06117535),(0.5848927,0.0652808),(0.5806257,0.0652808),(0.589169,0.0652808),(0.5934432,0.06117535),(0.5934432,0.0652808),(0.5763788,0.05298847),(0.572147,0.05298847),(0.5763788,0.05707848),(0.572147,0.05707848),(0.567925,0.05298847),(0.5637077,0.05298847),(0.567925,0.05707848),(0.5637077,0.05707848),(0.572147,0.06117535),(0.567925,0.06117535),(0.5637077,0.06117535),(0.567925,0.0652808),(0.5637077,0.0652808),(0.572147,0.0652808),(0.5763788,0.06117535),(0.5763788,0.0652808),(0.55949,0.05298847),(0.5552715,0.05298847),(0.55949,0.05707848),(0.5552715,0.05707848),(0.5510522,0.05298847),(0.5468317,0.05298847),(0.5510522,0.05707848),(0.5468317,0.05707848),(0.5552715,0.06117535),(0.5510522,0.06117535),(0.5468317,0.06117535),(0.5510522,0.0652808),(0.5468317,0.0652808),(0.5552715,0.0652808),(0.55949,0.06117535),(0.55949,0.0652808),(0.5426099,0.05298847),(0.5383899,0.05298847),(0.5426099,0.05707848),(0.5383899,0.05707848),(0.5341746,0.05298847),(0.5299669,0.05298847),(0.5341746,0.05707848),(0.5299669,0.05707848),(0.5383899,0.06117535),(0.5341746,0.06117535),(0.5299669,0.06117535),(0.5341746,0.0652808),(0.529967,0.0652808),(0.5383899,0.0652808),(0.5426099,0.06117535),(0.5426099,0.0652808),(0.52577,0.05298847),(0.5215818,0.05298847),(0.52577,0.05707848),(0.5215818,0.05707848),(0.5174,0.05298847),(0.5132228,0.05298847),(0.5174,0.05707848),(0.5132228,0.05707848),(0.5215818,0.06117535),(0.5174,0.06117535),(0.5132228,0.06117535),(0.5174,0.0652808),(0.5132228,0.0652808),(0.5215818,0.0652808),(0.52577,0.06117535),(0.52577,0.0652808),(0.5090478,0.05298847),(0.5048727,0.05298847),(0.5090478,0.05707848),(0.5048727,0.05707848),(0.5006949,0.05298847),(0.4965119,0.05298847),(0.5006949,0.05707848),(0.4965119,0.05707848),(0.5048727,0.06117535),(0.5006949,0.06117535),(0.4965119,0.06117535),(0.5006949,0.0652808),(0.4965119,0.0652808),(0.5048727,0.0652808),(0.5090478,0.06117535),(0.5090478,0.0652808),(0.4923214,0.05298847),(0.4881234,0.05298847),(0.4923214,0.05707848),(0.4881234,0.05707848),(0.4839184,0.05298847),(0.4797065,0.05298847),(0.4839184,0.05707848),(0.4797065,0.05707848),(0.4881234,0.06117535),(0.4839184,0.06117535),(0.4797065,0.06117535),(0.4839184,0.0652808),(0.4797064,0.0652808),(0.4881234,0.0652808),(0.4923214,0.06117535),(0.4923214,0.0652808),(0.4754879,0.05298847),(0.4712752,0.05298847),(0.4754879,0.05707848),(0.4712752,0.05707848),(0.4670808,0.05298847),(0.4629171,0.05298847),(0.4670808,0.05707848),(0.4629171,0.05707848),(0.4712752,0.06117535),(0.4670808,0.06117535),(0.4629171,0.06117535),(0.4670808,0.0652808),(0.4629171,0.0652808),(0.4712752,0.0652808),(0.4754879,0.06117535),(0.4754879,0.0652808),(0.4587967,0.05298847),(0.4547031,0.05298847),(0.4587967,0.05707848),(0.4547031,0.05707848),(0.4506197,0.05298847),(0.44653,0.05298847),(0.4506197,0.05707848),(0.44653,0.05707848),(0.4547031,0.06117535),(0.4506197,0.06117535),(0.44653,0.06117535),(0.4506197,0.0652808),(0.44653,0.0652808),(0.4547031,0.0652808),(0.4587967,0.06117535),(0.4587967,0.0652808),(0.4424174,0.05298847),(0.4382856,0.05298847),(0.4424174,0.05707848),(0.4382856,0.05707848),(0.4341379,0.05298847),(0.429978,0.05298847),(0.429978,0.05707848),(0.4341379,0.05707848),(0.4341379,0.06117535),(0.4382856,0.06117535),(0.429978,0.06117535),(0.429978,0.0652808),(0.4341379,0.0652808),(0.4382856,0.0652808),(0.4424174,0.06117535),(0.4424174,0.0652808),(0.4258092,0.05298847),(0.4216311,0.05298847),(0.4216312,0.05707848),(0.4258092,0.05707848),(0.4174434,0.05298847),(0.4132456,0.05298847),(0.4174434,0.05707848),(0.4132456,0.05707848),(0.4216312,0.06117535),(0.4174434,0.06117535),(0.4132456,0.06117535),(0.4174434,0.0652808),(0.4132456,0.0652808),(0.4216312,0.0652808),(0.4258092,0.06117535),(0.4258092,0.0652808),(0.4090372,0.05298847),(0.4048201,0.05298847),(0.4048201,0.05707848),(0.4090372,0.05707848),(0.4005963,0.05298847),(0.3963675,0.05298847),(0.3963675,0.05707848),(0.4005963,0.05707848),(0.4005963,0.06117535),(0.4048201,0.06117535),(0.3963675,0.06117535),(0.4005963,0.0652808),(0.3963675,0.0652808),(0.4048201,0.0652808),(0.4090372,0.06117535),(0.4090372,0.0652808),(0.3921357,0.05298847),(0.3879012,0.05298847),(0.3879012,0.05707848),(0.3921357,0.05707848),(0.3836642,0.05298847),(0.3794248,0.05298847),(0.3794249,0.05707848),(0.3836642,0.05707848),(0.3836642,0.06117535),(0.3879012,0.06117535),(0.3794248,0.06117535),(0.3794248,0.0652808),(0.3836642,0.0652808),(0.3879012,0.0652808),(0.3921357,0.06117535),(0.3921357,0.0652808),(0.3751834,0.05298847),(0.3709441,0.05298847),(0.3751834,0.05707848),(0.3709441,0.05707848),(0.3667112,0.05298847),(0.3624887,0.05298847),(0.3667112,0.05707848),(0.3624887,0.05707848),(0.3709442,0.06117535),(0.3667112,0.06117535),(0.3624887,0.06117535),(0.3667112,0.0652808),(0.3624887,0.0652808),(0.3709441,0.0652808),(0.3751834,0.06117535),(0.3751834,0.0652808),(0.358281,0.05298847),(0.3540821,0.05298847),(0.3540821,0.05707848),(0.358281,0.05707848),(0.3498864,0.05298847),(0.3456882,0.05298847),(0.3456882,0.05707848),(0.3498864,0.05707848),(0.3498864,0.06117535),(0.3540821,0.06117535),(0.3456882,0.06117535),(0.3456882,0.0652808),(0.3498864,0.0652808),(0.3540821,0.0652808),(0.3582809,0.06117535),(0.358281,0.0652808),(0.3414817,0.05298847),(0.3372694,0.05298847),(0.3372695,0.05707848),(0.3414817,0.05707848),(0.3330541,0.05298847),(0.3288383,0.05298847),(0.3330541,0.05707848),(0.3288383,0.05707848),(0.3372695,0.06117535),(0.3330541,0.06117535),(0.3288383,0.06117535),(0.3330541,0.0652808),(0.3288383,0.0652808),(0.3372695,0.0652808),(0.3414817,0.06117535),(0.3414817,0.0652808),(0.3246247,0.05298847),(0.3204179,0.05298847),(0.3246247,0.05707848),(0.3204179,0.05707848),(0.3162228,0.05298847),(0.3120441,0.05298847),(0.3120441,0.05707848),(0.3162228,0.05707848),(0.3162228,0.06117535),(0.3204179,0.06117535),(0.3120441,0.06117535),(0.3120441,0.0652808),(0.3162228,0.0652808),(0.3204179,0.0652808),(0.3246247,0.06117535),(0.3246247,0.0652808),(0.3078868,0.05298847),(0.3037427,0.05298847),(0.3037427,0.05707848),(0.3078868,0.05707848),(0.2996041,0.05298847),(0.2954631,0.05298847),(0.2954631,0.05707848),(0.2996041,0.05707848),(0.2996041,0.06117535),(0.3037428,0.06117535),(0.2954631,0.06117535),(0.2954631,0.0652808),(0.2996041,0.0652808),(0.3037427,0.0652808),(0.3078868,0.06117535),(0.3078868,0.0652808),(0.2913116,0.05298847),(0.2871543,0.05298847),(0.2913116,0.05707848),(0.2871543,0.05707848),(0.2829956,0.05298847),(0.2788399,0.05298847),(0.2829956,0.05707848),(0.2788399,0.05707848),(0.2871543,0.06117535),(0.2829956,0.06117535),(0.2788399,0.06117535),(0.2829956,0.0652808),(0.2788399,0.0652808),(0.2871543,0.0652808),(0.2913116,0.06117535),(0.2913116,0.0652808),(0.2746918,0.05298847),(0.2705556,0.05298847),(0.2705556,0.05707848),(0.2746918,0.05707848),(0.2664356,0.05298847),(0.262336,0.05298847),(0.262336,0.05707848),(0.2664356,0.05707848),(0.2664356,0.06117535),(0.2705556,0.06117535),(0.262336,0.06117535),(0.262336,0.0652808),(0.2664356,0.0652808),(0.2705556,0.0652808),(0.2746918,0.06117535),(0.2746918,0.0652808),(0.2582613,0.05298847),(0.254209,0.05298847),(0.254209,0.05707848),(0.2582613,0.05707848),(0.2501769,0.05298847),(0.2461624,0.05298847),(0.2461624,0.05707848),(0.2501769,0.05707848),(0.2501769,0.06117535),(0.254209,0.06117535),(0.2461624,0.06117535),(0.2461624,0.0652808),(0.2501769,0.0652808),(0.254209,0.0652808),(0.2582613,0.06117535),(0.2582613,0.0652808),(0.2421634,0.05298847),(0.238164,0.05298847),(0.238164,0.05707848),(0.2421634,0.05707848),(0.2341487,0.05298847),(0.2301017,0.05298847),(0.2301017,0.05707848),(0.2341487,0.05707848),(0.2341487,0.06117535),(0.238164,0.06117535),(0.2301017,0.06117535),(0.2301017,0.0652808),(0.2341487,0.0652808),(0.238164,0.0652808),(0.2421634,0.06117535),(0.2421634,0.0652808),(0.2260074,0.05298847),(0.2218787,0.05298847),(0.2218787,0.05707848),(0.2260074,0.05707848),(0.2177283,0.05298847),(0.2135691,0.05298847),(0.2177283,0.05707848),(0.2135692,0.05707848),(0.2218787,0.06117535),(0.2177283,0.06117535),(0.2135691,0.06117535),(0.2177283,0.0652808),(0.2135692,0.0652808),(0.2218787,0.0652808),(0.2260074,0.06117535),(0.2260074,0.0652808),(0.2094141,0.05298847),(0.2052627,0.05298847),(0.2094141,0.05707848),(0.2052627,0.05707848),(0.2011147,0.05298847),(0.1969699,0.05298847),(0.2011147,0.05707848),(0.1969699,0.05707848),(0.2052627,0.06117535),(0.2011147,0.06117535),(0.1969699,0.06117535),(0.2011147,0.0652808),(0.1969699,0.0652808),(0.2052627,0.0652808),(0.2094141,0.06117535),(0.2094141,0.0652808),(0.1928277,0.05298847),(0.1886888,0.05298847),(0.1928277,0.05707848),(0.1886888,0.05707848),(0.1845533,0.05298847),(0.1804218,0.05298847),(0.1845533,0.05707848),(0.1804218,0.05707848),(0.1886888,0.06117535),(0.1845533,0.06117535),(0.1804218,0.06117535),(0.1845533,0.0652808),(0.1804218,0.0652808),(0.1886888,0.0652808),(0.1928277,0.06117535),(0.1928277,0.0652808),(0.1762946,0.05298847),(0.1721701,0.05298847),(0.1762946,0.05707848),(0.1721701,0.05707848),(0.1680468,0.05298847),(0.163923,0.05298847),(0.1680468,0.05707848),(0.163923,0.05707848),(0.1721701,0.06117535),(0.1680468,0.06117535),(0.163923,0.06117535),(0.1680468,0.0652808),(0.163923,0.0652808),(0.1721701,0.0652808),(0.1762946,0.06117535),(0.1762946,0.0652808),(0.1597973,0.05298847),(0.1556691,0.05298847),(0.1556691,0.05707848),(0.1597973,0.05707848),(0.1515382,0.05298847),(0.1474041,0.05298847),(0.1474041,0.05707848),(0.1515382,0.05707848),(0.1515382,0.06117535),(0.1556691,0.06117535),(0.1474041,0.06117535),(0.1474041,0.0652808),(0.1515382,0.0652808),(0.1556691,0.0652808),(0.1597973,0.06117535),(0.1597973,0.0652808),(0.1432664,0.05298847),(0.1391259,0.05298847),(0.1391259,0.05707848),(0.1432664,0.05707848),(0.134983,0.05298847),(0.1308385,0.05298847),(0.1308385,0.05707848),(0.134983,0.05707848),(0.134983,0.06117535),(0.1391259,0.06117535),(0.1308385,0.06117535),(0.1308385,0.0652808),(0.134983,0.0652808),(0.1391259,0.0652808),(0.1432664,0.06117535),(0.1432664,0.0652808),(0.126693,0.05298847),(0.12255,0.05298847),(0.12255,0.05707848),(0.126693,0.05707848),(0.1184131,0.05298847),(0.1142857,0.05298847),(0.1142857,0.05707848),(0.1184131,0.05707848),(0.1184131,0.06117535),(0.12255,0.06117535),(0.1142857,0.06117535),(0.1142857,0.0652808),(0.1184131,0.0652808),(0.12255,0.0652808),(0.126693,0.06117535),(0.126693,0.0652808),(0.1101713,0.05298847),(0.1060752,0.05298847),(0.1060752,0.05707848),(0.1101713,0.05707848),(0.1020023,0.05298847),(0.09795791,0.05298847),(0.09795791,0.05707848),(0.1020023,0.05707848),(0.1020023,0.06117535),(0.1060752,0.06117535),(0.09795791,0.06117535),(0.09795791,0.0652808),(0.1020023,0.0652808),(0.1060752,0.0652808),(0.1101713,0.06117535),(0.1101713,0.0652808),(0.09394707,0.05298847),(0.08994583,0.05298847),(0.08994584,0.05707848),(0.09394707,0.05707848),(0.08593026,0.05298847),(0.08187638,0.05298847),(0.08187637,0.05707848),(0.08593025,0.05707848),(0.08593026,0.06117535),(0.08994584,0.06117535),(0.08187638,0.06117535),(0.08187638,0.0652808),(0.08593026,0.0652808),(0.08994584,0.0652808),(0.09394707,0.06117535),(0.09394707,0.0652808),(0.07776025,0.05298847),(0.07361087,0.05298847),(0.07361087,0.05707848),(0.07776025,0.05707848),(0.06945725,0.05298847),(0.06532837,0.05298847),(0.06532837,0.05707848),(0.06945725,0.05707848),(0.06945725,0.06117535),(0.07361087,0.06117535),(0.06532837,0.06117535),(0.06532837,0.0652808),(0.06945725,0.0652808),(0.07361087,0.0652808),(0.07776025,0.06117535),(0.07776025,0.0652808),(0.06125325,0.05298847),(0.05721605,0.05298847),(0.05721604,0.05707848),(0.06125325,0.05707848),(0.05320094,0.05298847),(0.0491921,0.05298847),(0.04919209,0.05707848),(0.05320094,0.05707848),(0.05320094,0.06117535),(0.05721605,0.06117535),(0.0491921,0.06117535),(0.04919209,0.0652808),(0.05320094,0.0652808),(0.05721605,0.0652808),(0.06125325,0.06117535),(0.06125325,0.0652808),(0.04517369,0.05298847),(0.04115105,0.05298847),(0.04115105,0.05707848),(0.04517369,0.05707848),(0.0371295,0.05298847),(0.03311438,0.05298847),(0.03311437,0.05707848),(0.0371295,0.05707848),(0.0371295,0.06117535),(0.04115105,0.06117535),(0.03311438,0.06117535),(0.03311438,0.0652808),(0.0371295,0.0652808),(0.04115105,0.0652808),(0.04517369,0.06117535),(0.04517369,0.0652808),(0.029111,0.05298847),(0.02511186,0.05298847),(0.02511186,0.05707848),(0.029111,0.05707848),(0.02110944,0.05298847),(0.01709622,0.05298847),(0.01709622,0.05707848),(0.02110944,0.05707848),(0.02110944,0.06117535),(0.02511186,0.06117535),(0.01709622,0.06117535),(0.01709622,0.0652808),(0.02110944,0.0652808),(0.02511186,0.0652808),(0.029111,0.06117535),(0.029111,0.0652808),(0.01306469,0.05298847),(0.009019421,0.05298805),(0.009019421,0.057078),(0.01306469,0.05707848),(0.004965,0.05298674),(0.000906,0.05298501),(0.000906,0.05707502),(0.004965,0.05707669),(0.004965,0.06117016),(0.009019421,0.06117404),(0.000906,0.06116498),(0.000906,0.06525499),(0.004965,0.06527305),(0.009019421,0.06527883),(0.01306469,0.06117535),(0.01306469,0.0652808),(0.999094,0.06938624),(0.9951518,0.06939143),(0.9912093,0.06939524),(0.9951518,0.07352036),(0.9912093,0.07352251),(0.999094,0.0735175),(0.9872664,0.06939656),(0.983323,0.06939656),(0.983323,0.07352322),(0.9872664,0.07352328),(0.9872664,0.0776614),(0.9912093,0.07765979),(0.983323,0.0776614),(0.983323,0.08181155),(0.9872664,0.08181155),(0.9912093,0.08180916),(0.999094,0.07764876),(0.9951518,0.07765508),(0.9951518,0.08180207),(0.999094,0.08178002),(0.9793787,0.06939656),(0.9754275,0.06939656),(0.9754274,0.07352322),(0.9793787,0.07352322),(0.9714631,0.06939656),(0.9674796,0.06939656),(0.9674796,0.07352322),(0.9714631,0.07352328),(0.9714631,0.0776614),(0.9754274,0.0776614),(0.9674796,0.0776614),(0.9674796,0.08181155),(0.9714631,0.08181155),(0.9754274,0.08181155),(0.9793787,0.0776614),(0.9793787,0.08181155),(0.9634706,0.06939656),(0.9594426,0.06939656),(0.9594426,0.07352322),(0.9634707,0.07352322),(0.9554016,0.06939656),(0.9513539,0.06939656),(0.9513539,0.07352322),(0.9554016,0.07352328),(0.9554016,0.0776614),(0.9594426,0.0776614),(0.9513539,0.0776614),(0.9513539,0.08181155),(0.9554016,0.08181155),(0.9594425,0.08181155),(0.9634707,0.0776614),(0.9634706,0.08181155),(0.9473058,0.06939656),(0.9432498,0.06939656),(0.9432497,0.07352322),(0.9473058,0.07352322),(0.9391782,0.06939656),(0.9350839,0.06939656),(0.9350839,0.07352322),(0.9391783,0.07352328),(0.9391782,0.0776614),(0.9432497,0.0776614),(0.9350839,0.0776614),(0.9350839,0.08181155),(0.9391783,0.08181155),(0.9432497,0.08181155),(0.9473058,0.0776614),(0.9473058,0.08181155),(0.930959,0.06939656),(0.9268106,0.06939656),(0.9268106,0.07352322),(0.930959,0.07352322),(0.9226453,0.06939656),(0.9184701,0.06939656),(0.9184701,0.07352322),(0.9226453,0.07352328),(0.9226453,0.0776614),(0.9268106,0.0776614),(0.9184701,0.0776614),(0.9184701,0.08181155),(0.9226453,0.08181155),(0.9268106,0.08181155),(0.930959,0.0776614),(0.930959,0.08181155),(0.9142919,0.06939656),(0.910111,0.06939656),(0.9101109,0.07352322),(0.9142919,0.07352322),(0.9059278,0.06939656),(0.9017429,0.06939656),(0.9017429,0.07352322),(0.9059278,0.07352328),(0.9059278,0.0776614),(0.910111,0.0776614),(0.9017429,0.0776614),(0.9017428,0.08181155),(0.9059278,0.08181155),(0.9101109,0.08181155),(0.9142919,0.0776614),(0.9142919,0.08181155),(0.8975567,0.06939656),(0.8933688,0.06939656),(0.8933688,0.07352322),(0.8975567,0.07352322),(0.8891787,0.06939656),(0.8849859,0.06939656),(0.8849859,0.07352322),(0.8891788,0.07352328),(0.8891787,0.0776614),(0.8933688,0.0776614),(0.8849859,0.0776614),(0.8891788,0.08181155),(0.8849859,0.08181155),(0.8933688,0.08181155),(0.8975567,0.0776614),(0.8975567,0.08181155),(0.8807898,0.06939656),(0.8765806,0.06939656),(0.8765807,0.07352322),(0.8807898,0.07352322),(0.8723488,0.06939656),(0.8680845,0.06939656),(0.8680845,0.07352322),(0.8723488,0.07352328),(0.8723488,0.0776614),(0.8765806,0.0776614),(0.8680845,0.0776614),(0.8723488,0.08181155),(0.8680845,0.08181155),(0.8765806,0.08181155),(0.8807898,0.0776614),(0.8807898,0.08181155),(0.8637781,0.06939656),(0.8594491,0.06939656),(0.8594491,0.07352322),(0.8637781,0.07352322),(0.8551173,0.06939656),(0.8508024,0.06939656),(0.8508024,0.07352322),(0.8551173,0.07352328),(0.8551173,0.0776614),(0.8594491,0.0776614),(0.8508024,0.0776614),(0.8551173,0.08181155),(0.8508024,0.08181155),(0.859449,0.08181155),(0.8637781,0.0776614),(0.8637781,0.08181155),(0.846524,0.06939656),(0.8422731,0.06939656),(0.846524,0.07352322),(0.8422731,0.07352322),(0.8380403,0.06939656),(0.8338165,0.06939656),(0.8380403,0.07352328),(0.8338165,0.07352322),(0.8422731,0.0776614),(0.8380403,0.0776614),(0.8338165,0.0776614),(0.8380404,0.08181155),(0.8338165,0.08181155),(0.8422731,0.08181155),(0.846524,0.0776614),(0.846524,0.08181155),(0.8295926,0.06939656),(0.8253628,0.06939656),(0.8295926,0.07352322),(0.8253628,0.07352322),(0.8211217,0.06939656),(0.8168637,0.06939656),(0.8211217,0.07352328),(0.8168637,0.07352322),(0.8253628,0.0776614),(0.8211217,0.0776614),(0.8168637,0.0776614),(0.8211217,0.08181155),(0.8168637,0.08181155),(0.8253628,0.08181155),(0.8295926,0.0776614),(0.8295926,0.08181155),(0.8125832,0.06939656),(0.8082899,0.06939656),(0.8125832,0.07352322),(0.8082899,0.07352322),(0.8039935,0.06939656),(0.7997035,0.06939656),(0.8039935,0.07352328),(0.7997035,0.07352322),(0.8082899,0.0776614),(0.8039935,0.0776614),(0.7997035,0.0776614),(0.8039935,0.08181155),(0.7997035,0.08181155),(0.8082899,0.08181155),(0.8125832,0.0776614),(0.8125832,0.08181155),(0.7954297,0.06939656),(0.7911757,0.06939656),(0.7954297,0.07352322),(0.7911757,0.07352322),(0.7869452,0.06939656),(0.7827417,0.06939656),(0.7869452,0.07352328),(0.7827417,0.07352322),(0.7911757,0.0776614),(0.7869452,0.0776614),(0.7827417,0.0776614),(0.7869452,0.08181155),(0.7827417,0.08181155),(0.7911757,0.08181155),(0.7954297,0.0776614),(0.7954297,0.08181155),(0.7785689,0.06939656),(0.7744211,0.06939656),(0.7785689,0.07352322),(0.7744212,0.07352322),(0.7702925,0.06939656),(0.7661775,0.06939656),(0.7702925,0.07352328),(0.7661775,0.07352322),(0.7744212,0.0776614),(0.7702925,0.0776614),(0.7661775,0.0776614),(0.7702925,0.08181155),(0.7661775,0.08181155),(0.7744212,0.08181155),(0.778569,0.0776614),(0.778569,0.08181155),(0.7620703,0.06939656),(0.757961,0.06939656),(0.7620703,0.07352322),(0.757961,0.07352322),(0.7538399,0.06939656),(0.7496969,0.06939656),(0.7538399,0.07352328),(0.7496969,0.07352322),(0.757961,0.0776614),(0.7538399,0.0776614),(0.7496969,0.0776614),(0.7538399,0.08181155),(0.7496969,0.08181155),(0.757961,0.08181155),(0.7620703,0.0776614),(0.7620703,0.08181155),(0.7455223,0.06939656),(0.7413244,0.06939656),(0.7455223,0.07352322),(0.7413245,0.07352322),(0.7371117,0.06939656),(0.7328922,0.06939656),(0.7371117,0.07352328),(0.7328923,0.07352322),(0.7413245,0.0776614),(0.7371117,0.0776614),(0.7328922,0.0776614),(0.7371117,0.08181155),(0.7328922,0.08181155),(0.7413245,0.08181155),(0.7455223,0.0776614),(0.7455223,0.08181155),(0.7286744,0.06939656),(0.7244572,0.06939656),(0.7286744,0.07352322),(0.7244572,0.07352322),(0.7202395,0.06939656),(0.71602,0.06939656),(0.7202395,0.07352328),(0.71602,0.07352322),(0.7244572,0.0776614),(0.7202395,0.0776614),(0.71602,0.0776614),(0.7202394,0.08181155),(0.71602,0.08181155),(0.7244572,0.08181155),(0.7286744,0.0776614),(0.7286744,0.08181155),(0.7117977,0.06939656),(0.7075742,0.06939656),(0.7075742,0.07352322),(0.7117977,0.07352322),(0.7033514,0.06939656),(0.6991307,0.06939656),(0.6991307,0.07352322),(0.7033514,0.07352328),(0.7033514,0.0776614),(0.7075742,0.0776614),(0.6991307,0.0776614),(0.7033514,0.08181155),(0.6991307,0.08181155),(0.7075742,0.08181155),(0.7117977,0.0776614),(0.7117977,0.08181155),(0.6949139,0.06939656),(0.6906992,0.06939656),(0.6906992,0.07352322),(0.6949139,0.07352322),(0.6864849,0.06939656),(0.6822694,0.06939656),(0.6864849,0.07352328),(0.6822693,0.07352322),(0.6906992,0.0776614),(0.6864849,0.0776614),(0.6822694,0.0776614),(0.6864849,0.08181155),(0.6822693,0.08181155),(0.6906992,0.08181155),(0.6949139,0.0776614),(0.6949139,0.08181155),(0.6780508,0.06939656),(0.6738272,0.06939656),(0.6738272,0.07352322),(0.6780507,0.07352322),(0.6695971,0.06939656),(0.6653587,0.06939656),(0.6695971,0.07352328),(0.6653587,0.07352322),(0.6738272,0.0776614),(0.6695971,0.0776614),(0.6653587,0.0776614),(0.6695971,0.08181155),(0.6653587,0.08181155),(0.6738272,0.08181155),(0.6780508,0.0776614),(0.6780507,0.08181155),(0.6611102,0.06939656),(0.6568571,0.06939656),(0.6611102,0.07352322),(0.6568571,0.07352322),(0.6526053,0.06939656),(0.6483604,0.06939656),(0.6526054,0.07352328),(0.6483604,0.07352322),(0.6568571,0.0776614),(0.6526054,0.0776614),(0.6483604,0.0776614),(0.6526053,0.08181155),(0.6483604,0.08181155),(0.6568571,0.08181155),(0.6611102,0.0776614),(0.6611102,0.08181155),(0.6441281,0.06939656),(0.6399043,0.06939656),(0.6399043,0.07352322),(0.6441281,0.07352322),(0.635685,0.06939656),(0.6314663,0.06939656),(0.6314663,0.07352322),(0.635685,0.07352328),(0.635685,0.0776614),(0.6399043,0.0776614),(0.6314663,0.0776614),(0.635685,0.08181155),(0.6314663,0.08181155),(0.6399043,0.08181155),(0.6441281,0.0776614),(0.6441281,0.08181155),(0.627244,0.06939656),(0.6230208,0.06939656),(0.6230209,0.07352322),(0.627244,0.07352322),(0.6187993,0.06939656),(0.6145822,0.06939656),(0.6187993,0.07352328),(0.6145822,0.07352322),(0.6230208,0.0776614),(0.6187993,0.0776614),(0.6145822,0.0776614),(0.6187993,0.08181155),(0.6145822,0.08181155),(0.6230209,0.08181155),(0.627244,0.0776614),(0.627244,0.08181155),(0.6103719,0.06939656),(0.6061606,0.06939656),(0.6103719,0.07352322),(0.6061606,0.07352322),(0.6019406,0.06939656),(0.5977041,0.06939656),(0.6019406,0.07352328),(0.5977041,0.07352322),(0.6061606,0.0776614),(0.6019406,0.0776614),(0.5977041,0.0776614),(0.6019406,0.08181155),(0.5977041,0.08181155),(0.6061606,0.08181155),(0.6103719,0.0776614),(0.6103719,0.08181155),(0.5934432,0.06939656),(0.589169,0.06939656),(0.5934432,0.07352322),(0.589169,0.07352322),(0.5848927,0.06939656),(0.5806257,0.06939656),(0.5806257,0.07352322),(0.5848927,0.07352328),(0.5848927,0.0776614),(0.589169,0.0776614),(0.5806257,0.0776614),(0.5806257,0.08181155),(0.5848927,0.08181155),(0.589169,0.08181155),(0.5934432,0.0776614),(0.5934432,0.08181155),(0.5763788,0.06939656),(0.572147,0.06939656),(0.572147,0.07352322),(0.5763788,0.07352322),(0.567925,0.06939656),(0.5637077,0.06939656),(0.567925,0.07352328),(0.5637077,0.07352322),(0.567925,0.0776614),(0.572147,0.0776614),(0.5637077,0.0776614),(0.5637077,0.08181155),(0.567925,0.08181155),(0.572147,0.08181155),(0.5763788,0.0776614),(0.5763788,0.08181155),(0.55949,0.06939656),(0.5552715,0.06939656),(0.55949,0.07352322),(0.5552715,0.07352322),(0.5510522,0.06939656),(0.5468317,0.06939656),(0.5510522,0.07352328),(0.5468317,0.07352322),(0.5552715,0.0776614),(0.5510522,0.0776614),(0.5468317,0.0776614),(0.5468317,0.08181155),(0.5510522,0.08181155),(0.5552715,0.08181155),(0.55949,0.0776614),(0.55949,0.08181155),(0.5426099,0.06939656),(0.5383899,0.06939656),(0.5426099,0.07352322),(0.5383899,0.07352322),(0.5341746,0.06939656),(0.5299669,0.06939656),(0.5341746,0.07352328),(0.5299669,0.07352322),(0.5383899,0.0776614),(0.5341746,0.0776614),(0.5299669,0.0776614),(0.5341746,0.08181155),(0.529967,0.08181155),(0.5383899,0.08181155),(0.5426099,0.0776614),(0.5426099,0.08181155),(0.52577,0.06939656),(0.5215818,0.06939656),(0.52577,0.07352322),(0.5215818,0.07352322),(0.5174,0.06939656),(0.5132228,0.06939656),(0.5132228,0.07352322),(0.5174,0.07352328),(0.5215818,0.0776614),(0.5174,0.0776614),(0.5132228,0.0776614),(0.5174,0.08181155),(0.5132228,0.08181155),(0.5215818,0.08181155),(0.52577,0.0776614),(0.52577,0.08181155),(0.5090478,0.06939656),(0.5048727,0.06939656),(0.5090478,0.07352322),(0.5048727,0.07352322),(0.5006949,0.06939656),(0.4965119,0.06939656),(0.5006949,0.07352328),(0.4965119,0.07352322),(0.5048727,0.0776614),(0.5006949,0.0776614),(0.4965119,0.0776614),(0.5006949,0.08181155),(0.4965119,0.08181155),(0.5048727,0.08181155),(0.5090478,0.0776614),(0.5090478,0.08181155),(0.4923214,0.06939656),(0.4881234,0.06939656),(0.4923214,0.07352322),(0.4881234,0.07352322),(0.4839184,0.06939656),(0.4797065,0.06939656),(0.4839184,0.07352328),(0.4797065,0.07352322),(0.4881234,0.0776614),(0.4839184,0.0776614),(0.4797065,0.0776614),(0.4839184,0.08181155),(0.4797064,0.08181155),(0.4881234,0.08181155),(0.4923214,0.0776614),(0.4923214,0.08181155),(0.4754879,0.06939656),(0.4712752,0.06939656),(0.4754879,0.07352322),(0.4712752,0.07352322),(0.4670808,0.06939656),(0.4629171,0.06939656),(0.4670808,0.07352328),(0.4629171,0.07352322),(0.4712752,0.0776614),(0.4670808,0.0776614),(0.4629171,0.0776614),(0.4670808,0.08181155),(0.4629171,0.08181155),(0.4712752,0.08181155),(0.4754879,0.0776614),(0.4754879,0.08181155),(0.4587967,0.06939656),(0.4547031,0.06939656),(0.4587967,0.07352322),(0.4547031,0.07352322),(0.4506197,0.06939656),(0.44653,0.06939656),(0.4506197,0.07352328),(0.44653,0.07352322),(0.4547031,0.0776614),(0.4506197,0.0776614),(0.44653,0.0776614),(0.4506197,0.08181155),(0.44653,0.08181155),(0.4547031,0.08181155),(0.4587967,0.0776614),(0.4587967,0.08181155),(0.4424174,0.06939656),(0.4382856,0.06939656),(0.4424174,0.07352322),(0.4382856,0.07352322),(0.4341379,0.06939656),(0.429978,0.06939656),(0.4341379,0.07352328),(0.429978,0.07352322),(0.4382856,0.0776614),(0.4341379,0.0776614),(0.429978,0.0776614),(0.4341379,0.08181155),(0.429978,0.08181155),(0.4382856,0.08181155),(0.4424174,0.0776614),(0.4424174,0.08181155),(0.4258092,0.06939656),(0.4216311,0.06939656),(0.4258092,0.07352322),(0.4216312,0.07352322),(0.4174434,0.06939656),(0.4132456,0.06939656),(0.4174434,0.07352328),(0.4132456,0.07352322),(0.4216312,0.0776614),(0.4174434,0.0776614),(0.4132456,0.0776614),(0.4174434,0.08181155),(0.4132456,0.08181155),(0.4216312,0.08181155),(0.4258092,0.0776614),(0.4258092,0.08181155),(0.4090372,0.06939656),(0.4048201,0.06939656),(0.4090372,0.07352322),(0.4048201,0.07352322),(0.4005963,0.06939656),(0.3963675,0.06939656),(0.4005963,0.07352328),(0.3963675,0.07352322),(0.4048201,0.0776614),(0.4005963,0.0776614),(0.3963675,0.0776614),(0.4005963,0.08181155),(0.3963675,0.08181155),(0.4048201,0.08181155),(0.4090372,0.0776614),(0.4090372,0.08181155),(0.3921357,0.06939656),(0.3879012,0.06939656),(0.3921357,0.07352322),(0.3879012,0.07352322),(0.3836642,0.06939656),(0.3794248,0.06939656),(0.3794249,0.07352322),(0.3836642,0.07352328),(0.3879012,0.0776614),(0.3836642,0.0776614),(0.3794248,0.0776614),(0.3794248,0.08181155),(0.3836642,0.08181155),(0.3879012,0.08181155),(0.3921357,0.0776614),(0.3921357,0.08181155),(0.3751834,0.06939656),(0.3709441,0.06939656),(0.3709441,0.07352322),(0.3751834,0.07352322),(0.3667112,0.06939656),(0.3624887,0.06939656),(0.3667112,0.07352328),(0.3624887,0.07352322),(0.3667112,0.0776614),(0.3709442,0.0776614),(0.3624887,0.0776614),(0.3624887,0.08181155),(0.3667112,0.08181155),(0.3709441,0.08181155),(0.3751834,0.0776614),(0.3751834,0.08181155),(0.358281,0.06939656),(0.3540821,0.06939656),(0.3540821,0.07352322),(0.358281,0.07352322),(0.3498864,0.06939656),(0.3456882,0.06939656),(0.3456882,0.07352322),(0.3498864,0.07352328),(0.3498864,0.0776614),(0.3540821,0.0776614),(0.3456882,0.0776614),(0.3456882,0.08181155),(0.3498864,0.08181155),(0.3540821,0.08181155),(0.3582809,0.0776614),(0.358281,0.08181155),(0.3414817,0.06939656),(0.3372694,0.06939656),(0.3372695,0.07352322),(0.3414817,0.07352322),(0.3330541,0.06939656),(0.3288383,0.06939656),(0.3330541,0.07352328),(0.3288383,0.07352322),(0.3372695,0.0776614),(0.3330541,0.0776614),(0.3288383,0.0776614),(0.3288383,0.08181155),(0.3330541,0.08181155),(0.3372695,0.08181155),(0.3414817,0.0776614),(0.3414817,0.08181155),(0.3246247,0.06939656),(0.3204179,0.06939656),(0.3204179,0.07352322),(0.3246247,0.07352322),(0.3162228,0.06939656),(0.3120441,0.06939656),(0.3120441,0.07352322),(0.3162228,0.07352328),(0.3162228,0.0776614),(0.3204179,0.0776614),(0.3120441,0.0776614),(0.3120441,0.08181155),(0.3162228,0.08181155),(0.3204179,0.08181155),(0.3246247,0.0776614),(0.3246247,0.08181155),(0.3078868,0.06939656),(0.3037427,0.06939656),(0.3037427,0.07352322),(0.3078868,0.07352322),(0.2996041,0.06939656),(0.2954631,0.06939656),(0.2954631,0.07352322),(0.2996041,0.07352328),(0.2996041,0.0776614),(0.3037428,0.0776614),(0.2954631,0.0776614),(0.2996041,0.08181155),(0.2954631,0.08181155),(0.3037427,0.08181155),(0.3078868,0.0776614),(0.3078868,0.08181155),(0.2913116,0.06939656),(0.2871543,0.06939656),(0.2913116,0.07352322),(0.2871543,0.07352322),(0.2829956,0.06939656),(0.2788399,0.06939656),(0.2829956,0.07352328),(0.2788399,0.07352322),(0.2871543,0.0776614),(0.2829956,0.0776614),(0.2788399,0.0776614),(0.2788399,0.08181155),(0.2829956,0.08181155),(0.2871543,0.08181155),(0.2913116,0.0776614),(0.2913116,0.08181155),(0.2746918,0.06939656),(0.2705556,0.06939656),(0.2705556,0.07352322),(0.2746918,0.07352322),(0.2664356,0.06939656),(0.262336,0.06939656),(0.262336,0.07352322),(0.2664356,0.07352328),(0.2664356,0.0776614),(0.2705556,0.0776614),(0.262336,0.0776614),(0.262336,0.08181155),(0.2664356,0.08181155),(0.2705556,0.08181155),(0.2746918,0.0776614),(0.2746918,0.08181155),(0.2582613,0.06939656),(0.254209,0.06939656),(0.254209,0.07352322),(0.2582613,0.07352322),(0.2501769,0.06939656),(0.2461624,0.06939656),(0.2461624,0.07352322),(0.2501769,0.07352328),(0.2501769,0.0776614),(0.254209,0.0776614),(0.2461624,0.0776614),(0.2461624,0.08181155),(0.2501769,0.08181155),(0.254209,0.08181155),(0.2582613,0.0776614),(0.2582613,0.08181155),(0.2421634,0.06939656),(0.238164,0.06939656),(0.238164,0.07352322),(0.2421634,0.07352322),(0.2341487,0.06939656),(0.2301017,0.06939656),(0.2301017,0.07352322),(0.2341487,0.07352328),(0.2341487,0.0776614),(0.238164,0.0776614),(0.2301017,0.0776614),(0.2301017,0.08181155),(0.2341487,0.08181155),(0.238164,0.08181155),(0.2421634,0.0776614),(0.2421634,0.08181155),(0.2260074,0.06939656),(0.2218787,0.06939656),(0.2218787,0.07352322),(0.2260074,0.07352322),(0.2177283,0.06939656),(0.2135691,0.06939656),(0.2177283,0.07352328),(0.2135692,0.07352322),(0.2218787,0.0776614),(0.2177283,0.0776614),(0.2135691,0.0776614),(0.2177283,0.08181155),(0.2135692,0.08181155),(0.2218787,0.08181155),(0.2260074,0.0776614),(0.2260074,0.08181155),(0.2094141,0.06939656),(0.2052627,0.06939656),(0.2094141,0.07352322),(0.2052627,0.07352322),(0.2011147,0.06939656),(0.1969699,0.06939656),(0.2011147,0.07352328),(0.1969699,0.07352322),(0.2052627,0.0776614),(0.2011147,0.0776614),(0.1969699,0.0776614),(0.2011147,0.08181155),(0.1969699,0.08181155),(0.2052627,0.08181155),(0.2094141,0.0776614),(0.2094141,0.08181155),(0.1928277,0.06939656),(0.1886888,0.06939656),(0.1928277,0.07352322),(0.1886888,0.07352322),(0.1845533,0.06939656),(0.1804218,0.06939656),(0.1845533,0.07352328),(0.1804218,0.07352322),(0.1886888,0.0776614),(0.1845533,0.0776614),(0.1804218,0.0776614),(0.1804218,0.08181155),(0.1845533,0.08181155),(0.1886888,0.08181155),(0.1928277,0.0776614),(0.1928277,0.08181155),(0.1762946,0.06939656),(0.1721701,0.06939656),(0.1762946,0.07352322),(0.1721701,0.07352322),(0.1680468,0.06939656),(0.163923,0.06939656),(0.163923,0.07352322),(0.1680468,0.07352328),(0.1680468,0.0776614),(0.1721701,0.0776614),(0.163923,0.0776614),(0.163923,0.08181155),(0.1680468,0.08181155),(0.1721701,0.08181155),(0.1762946,0.0776614),(0.1762946,0.08181155),(0.1597973,0.06939656),(0.1556691,0.06939656),(0.1556691,0.07352322),(0.1597973,0.07352322),(0.1515382,0.06939656),(0.1474041,0.06939656),(0.1474041,0.07352322),(0.1515382,0.07352328),(0.1515382,0.0776614),(0.1556691,0.0776614),(0.1474041,0.0776614),(0.1474041,0.08181155),(0.1515382,0.08181155),(0.1556691,0.08181155),(0.1597973,0.0776614),(0.1597973,0.08181155),(0.1432664,0.06939656),(0.1391259,0.06939656),(0.1391259,0.07352322),(0.1432664,0.07352322),(0.134983,0.06939656),(0.1308385,0.06939656),(0.1308385,0.07352322),(0.134983,0.07352328),(0.134983,0.0776614),(0.1391259,0.0776614),(0.1308385,0.0776614),(0.1308385,0.08181155),(0.134983,0.08181155),(0.1391259,0.08181155),(0.1432664,0.0776614),(0.1432664,0.08181155),(0.126693,0.06939656),(0.12255,0.06939656),(0.12255,0.07352322),(0.126693,0.07352322),(0.1184131,0.06939656),(0.1142857,0.06939656),(0.1142857,0.07352322),(0.1184131,0.07352328),(0.1184131,0.0776614),(0.12255,0.0776614),(0.1142857,0.0776614),(0.1142857,0.08181155),(0.1184131,0.08181155),(0.12255,0.08181155),(0.126693,0.0776614),(0.126693,0.08181155),(0.1101713,0.06939656),(0.1060752,0.06939656),(0.1060752,0.07352322),(0.1101713,0.07352322),(0.1020023,0.06939656),(0.09795791,0.06939656),(0.09795791,0.07352322),(0.1020023,0.07352328),(0.1020023,0.0776614),(0.1060752,0.0776614),(0.09795791,0.0776614),(0.09795791,0.08181155),(0.1020023,0.08181155),(0.1060752,0.08181155),(0.1101713,0.0776614),(0.1101713,0.08181155),(0.09394707,0.06939656),(0.08994583,0.06939656),(0.08994584,0.07352322),(0.09394707,0.07352322),(0.08593026,0.06939656),(0.08187638,0.06939656),(0.08187637,0.07352322),(0.08593025,0.07352328),(0.08593026,0.0776614),(0.08994584,0.0776614),(0.08187638,0.0776614),(0.08187638,0.08181155),(0.08593026,0.08181155),(0.08994584,0.08181155),(0.09394707,0.0776614),(0.09394707,0.08181155),(0.07776025,0.06939656),(0.07361087,0.06939656),(0.07361087,0.07352322),(0.07776025,0.07352322),(0.06945725,0.06939656),(0.06532837,0.06939656),(0.06532837,0.07352322),(0.06945725,0.07352328),(0.06945725,0.0776614),(0.07361087,0.0776614),(0.06532837,0.0776614),(0.06532837,0.08181155),(0.06945725,0.08181155),(0.07361087,0.08181155),(0.07776025,0.0776614),(0.07776025,0.08181155),(0.06125325,0.06939656),(0.05721605,0.06939656),(0.05721604,0.07352322),(0.06125325,0.07352322),(0.05320094,0.06939656),(0.0491921,0.06939656),(0.04919209,0.07352322),(0.05320094,0.07352328),(0.05320094,0.0776614),(0.05721605,0.0776614),(0.0491921,0.0776614),(0.04919209,0.08181155),(0.05320094,0.08181155),(0.05721605,0.08181155),(0.06125325,0.0776614),(0.06125325,0.08181155),(0.04517369,0.06939656),(0.04115105,0.06939656),(0.04115105,0.07352322),(0.04517369,0.07352322),(0.0371295,0.06939656),(0.03311438,0.06939656),(0.03311437,0.07352322),(0.0371295,0.07352328),(0.0371295,0.0776614),(0.04115105,0.0776614),(0.03311438,0.0776614),(0.0371295,0.08181155),(0.03311438,0.08181155),(0.04115105,0.08181155),(0.04517369,0.0776614),(0.04517369,0.08181155),(0.029111,0.06939656),(0.02511186,0.06939656),(0.02511186,0.07352322),(0.029111,0.07352322),(0.02110944,0.06939656),(0.01709622,0.06939656),(0.01709622,0.07352322),(0.02110944,0.07352328),(0.02110944,0.0776614),(0.02511186,0.0776614),(0.01709622,0.0776614),(0.01709622,0.08181155),(0.02110944,0.08181155),(0.02511186,0.08181155),(0.029111,0.0776614),(0.029111,0.08181155),(0.01306469,0.06939656),(0.009019421,0.0693953),(0.009019421,0.07352251),(0.01306469,0.07352322),(0.004965,0.06939143),(0.000906,0.06938624),(0.000906,0.0735175),(0.004965,0.07352036),(0.004965,0.07765508),(0.009019421,0.07765985),(0.000906,0.07764876),(0.004965,0.08180207),(0.000906,0.08178002),(0.009019421,0.08180916),(0.01306469,0.0776614),(0.01306469,0.08181155),(0.999094,0.08596176),(0.9951518,0.08596802),(0.9912093,0.08597279),(0.9951518,0.0901407),(0.9912093,0.09013855),(0.999094,0.0901435),(0.9872664,0.08597434),(0.983323,0.08597434),(0.983323,0.0901379),(0.9872664,0.0901379),(0.9912093,0.09429455),(0.9872664,0.0942902),(0.983323,0.0942902),(0.9872664,0.09841937),(0.983323,0.09841943),(0.9912093,0.09842598),(0.999094,0.09432524),(0.9951518,0.09430772),(0.9951518,0.09844565),(0.999094,0.09850699),(0.9793787,0.08597434),(0.9754275,0.08597434),(0.9754274,0.0901379),(0.9793787,0.09013784),(0.9714631,0.08597434),(0.9674796,0.08597434),(0.9674796,0.0901379),(0.9714631,0.0901379),(0.9714631,0.0942902),(0.9754274,0.0942902),(0.9674796,0.0942902),(0.9674796,0.09841943),(0.9714631,0.09841937),(0.9754274,0.09841943),(0.9793787,0.0942902),(0.9793787,0.09841937),(0.9634706,0.08597434),(0.9594426,0.08597434),(0.9594426,0.0901379),(0.9634707,0.09013784),(0.9554016,0.08597434),(0.9513539,0.08597434),(0.9513539,0.0901379),(0.9554016,0.0901379),(0.9554016,0.0942902),(0.9594426,0.0942902),(0.9513539,0.0942902),(0.9554016,0.09841937),(0.9513539,0.09841943),(0.9594425,0.09841943),(0.9634707,0.0942902),(0.9634706,0.09841937),(0.9473058,0.08597434),(0.9432498,0.08597434),(0.9473058,0.09013784),(0.9432497,0.0901379),(0.9391782,0.08597434),(0.9350839,0.08597434),(0.9391783,0.0901379),(0.9350839,0.0901379),(0.9432497,0.0942902),(0.9391782,0.0942902),(0.9350839,0.0942902),(0.9391783,0.09841937),(0.9350839,0.09841943),(0.9432497,0.09841943),(0.9473058,0.0942902),(0.9473058,0.09841937),(0.930959,0.08597434),(0.9268106,0.08597434),(0.930959,0.09013784),(0.9268106,0.0901379),(0.9226453,0.08597434),(0.9184701,0.08597434),(0.9226453,0.0901379),(0.9184701,0.0901379),(0.9268106,0.0942902),(0.9226453,0.0942902),(0.9184701,0.0942902),(0.9226453,0.09841937),(0.9184701,0.09841943),(0.9268106,0.09841943),(0.930959,0.0942902),(0.930959,0.09841937),(0.9142919,0.08597434),(0.910111,0.08597434),(0.9142919,0.09013784),(0.9101109,0.0901379),(0.9059278,0.08597434),(0.9017429,0.08597434),(0.9059278,0.0901379),(0.9017429,0.0901379),(0.910111,0.0942902),(0.9059278,0.0942902),(0.9017429,0.0942902),(0.9059278,0.09841937),(0.9017428,0.09841943),(0.9101109,0.09841943),(0.9142919,0.0942902),(0.9142919,0.09841937),(0.8975567,0.08597434),(0.8933688,0.08597434),(0.8975567,0.09013784),(0.8933688,0.0901379),(0.8891787,0.08597434),(0.8849859,0.08597434),(0.8891788,0.0901379),(0.8849859,0.0901379),(0.8933688,0.0942902),(0.8891787,0.0942902),(0.8849859,0.0942902),(0.8891788,0.09841937),(0.8849859,0.09841943),(0.8933688,0.09841943),(0.8975567,0.0942902),(0.8975567,0.09841937),(0.8807898,0.08597434),(0.8765806,0.08597434),(0.8807898,0.09013784),(0.8765807,0.0901379),(0.8723488,0.08597434),(0.8680845,0.08597434),(0.8723488,0.0901379),(0.8680845,0.0901379),(0.8765806,0.0942902),(0.8723488,0.0942902),(0.8680845,0.0942902),(0.8723488,0.09841937),(0.8680845,0.09841943),(0.8765806,0.09841943),(0.8807898,0.0942902),(0.8807898,0.09841937),(0.8637781,0.08597434),(0.8594491,0.08597434),(0.8637781,0.09013784),(0.8594491,0.0901379),(0.8551173,0.08597434),(0.8508024,0.08597434),(0.8551173,0.0901379),(0.8508024,0.0901379),(0.8594491,0.0942902),(0.8551173,0.0942902),(0.8508024,0.0942902),(0.8551173,0.09841937),(0.8508024,0.09841943),(0.859449,0.09841943),(0.8637781,0.0942902),(0.8637781,0.09841937),(0.846524,0.08597434),(0.8422731,0.08597434),(0.846524,0.09013784),(0.8422731,0.0901379),(0.8380403,0.08597434),(0.8338165,0.08597434),(0.8380403,0.0901379),(0.8338165,0.0901379),(0.8422731,0.0942902),(0.8380403,0.0942902),(0.8338165,0.0942902),(0.8380404,0.09841937),(0.8338165,0.09841943),(0.8422731,0.09841943),(0.846524,0.0942902),(0.846524,0.09841937),(0.8295926,0.08597434),(0.8253628,0.08597434),(0.8295926,0.09013784),(0.8253628,0.0901379),(0.8211217,0.08597434),(0.8168637,0.08597434),(0.8211217,0.0901379),(0.8168637,0.0901379),(0.8253628,0.0942902),(0.8211217,0.0942902),(0.8168637,0.0942902),(0.8211217,0.09841937),(0.8168637,0.09841943),(0.8253628,0.09841943),(0.8295926,0.0942902),(0.8295926,0.09841937),(0.8125832,0.08597434),(0.8082899,0.08597434),(0.8125832,0.09013784),(0.8082899,0.0901379),(0.8039935,0.08597434),(0.7997035,0.08597434),(0.8039935,0.0901379),(0.7997035,0.0901379),(0.8082899,0.0942902),(0.8039935,0.0942902),(0.7997035,0.0942902),(0.8039935,0.09841937),(0.7997035,0.09841943),(0.8082899,0.09841943),(0.8125832,0.0942902),(0.8125832,0.09841937),(0.7954297,0.08597434),(0.7911757,0.08597434),(0.7954297,0.09013784),(0.7911757,0.0901379),(0.7869452,0.08597434),(0.7827417,0.08597434),(0.7869452,0.0901379),(0.7827417,0.0901379),(0.7911757,0.0942902),(0.7869452,0.0942902),(0.7827417,0.0942902),(0.7869452,0.09841937),(0.7827417,0.09841943),(0.7911757,0.09841943),(0.7954297,0.0942902),(0.7954297,0.09841937),(0.7785689,0.08597434),(0.7744211,0.08597434),(0.7785689,0.09013784),(0.7744212,0.0901379),(0.7702925,0.08597434),(0.7661775,0.08597434),(0.7702925,0.0901379),(0.7661775,0.0901379),(0.7744212,0.0942902),(0.7702925,0.0942902),(0.7661775,0.0942902),(0.7702925,0.09841937),(0.7661775,0.09841943),(0.7744212,0.09841943),(0.778569,0.0942902),(0.778569,0.09841937),(0.7620703,0.08597434),(0.757961,0.08597434),(0.7620703,0.09013784),(0.757961,0.0901379),(0.7538399,0.08597434),(0.7496969,0.08597434),(0.7538399,0.0901379),(0.7496969,0.0901379),(0.757961,0.0942902),(0.7538399,0.0942902),(0.7496969,0.0942902),(0.7496969,0.09841943),(0.7538399,0.09841937),(0.757961,0.09841943),(0.7620703,0.0942902),(0.7620703,0.09841937),(0.7455223,0.08597434),(0.7413244,0.08597434),(0.7455223,0.09013784),(0.7413245,0.0901379),(0.7371117,0.08597434),(0.7328922,0.08597434),(0.7328923,0.0901379),(0.7371117,0.0901379),(0.7371117,0.0942902),(0.7413245,0.0942902),(0.7328922,0.0942902),(0.7371117,0.09841937),(0.7328922,0.09841943),(0.7413245,0.09841943),(0.7455223,0.0942902),(0.7455223,0.09841937),(0.7286744,0.08597434),(0.7244572,0.08597434),(0.7286744,0.09013784),(0.7244572,0.0901379),(0.7202395,0.08597434),(0.71602,0.08597434),(0.7202395,0.0901379),(0.71602,0.0901379),(0.7244572,0.0942902),(0.7202395,0.0942902),(0.71602,0.0942902),(0.7202394,0.09841937),(0.71602,0.09841943),(0.7244572,0.09841943),(0.7286744,0.0942902),(0.7286744,0.09841937),(0.7117977,0.08597434),(0.7075742,0.08597434),(0.7117977,0.09013784),(0.7075742,0.0901379),(0.7033514,0.08597434),(0.6991307,0.08597434),(0.7033514,0.0901379),(0.6991307,0.0901379),(0.7075742,0.0942902),(0.7033514,0.0942902),(0.6991307,0.0942902),(0.7033514,0.09841937),(0.6991307,0.09841943),(0.7075742,0.09841943),(0.7117977,0.0942902),(0.7117977,0.09841937),(0.6949139,0.08597434),(0.6906992,0.08597434),(0.6949139,0.09013784),(0.6906992,0.0901379),(0.6864849,0.08597434),(0.6822694,0.08597434),(0.6864849,0.0901379),(0.6822693,0.0901379),(0.6906992,0.0942902),(0.6864849,0.0942902),(0.6822694,0.0942902),(0.6864849,0.09841937),(0.6822693,0.09841943),(0.6906992,0.09841943),(0.6949139,0.0942902),(0.6949139,0.09841937),(0.6780508,0.08597434),(0.6738272,0.08597434),(0.6780507,0.09013784),(0.6738272,0.0901379),(0.6695971,0.08597434),(0.6653587,0.08597434),(0.6695971,0.0901379),(0.6653587,0.0901379),(0.6738272,0.0942902),(0.6695971,0.0942902),(0.6653587,0.0942902),(0.6695971,0.09841937),(0.6653587,0.09841943),(0.6738272,0.09841943),(0.6780508,0.0942902),(0.6780507,0.09841937),(0.6611102,0.08597434),(0.6568571,0.08597434),(0.6611102,0.09013784),(0.6568571,0.0901379),(0.6526053,0.08597434),(0.6483604,0.08597434),(0.6526054,0.0901379),(0.6483604,0.0901379),(0.6568571,0.0942902),(0.6526054,0.0942902),(0.6483604,0.0942902),(0.6526053,0.09841937),(0.6483604,0.09841943),(0.6568571,0.09841943),(0.6611102,0.0942902),(0.6611102,0.09841937),(0.6441281,0.08597434),(0.6399043,0.08597434),(0.6441281,0.09013784),(0.6399043,0.0901379),(0.635685,0.08597434),(0.6314663,0.08597434),(0.635685,0.0901379),(0.6314663,0.0901379),(0.6399043,0.0942902),(0.635685,0.0942902),(0.6314663,0.0942902),(0.6314663,0.09841943),(0.635685,0.09841937),(0.6399043,0.09841943),(0.6441281,0.0942902),(0.6441281,0.09841937),(0.627244,0.08597434),(0.6230208,0.08597434),(0.627244,0.09013784),(0.6230209,0.0901379),(0.6187993,0.08597434),(0.6145822,0.08597434),(0.6187993,0.0901379),(0.6145822,0.0901379),(0.6230208,0.0942902),(0.6187993,0.0942902),(0.6145822,0.0942902),(0.6187993,0.09841937),(0.6145822,0.09841943),(0.6230209,0.09841943),(0.627244,0.0942902),(0.627244,0.09841937),(0.6103719,0.08597434),(0.6061606,0.08597434),(0.6061606,0.0901379),(0.6103719,0.09013784),(0.6019406,0.08597434),(0.5977041,0.08597434),(0.5977041,0.0901379),(0.6019406,0.0901379),(0.6019406,0.0942902),(0.6061606,0.0942902),(0.5977041,0.0942902),(0.5977041,0.09841943),(0.6019406,0.09841937),(0.6061606,0.09841943),(0.6103719,0.0942902),(0.6103719,0.09841937),(0.5934432,0.08597434),(0.589169,0.08597434),(0.589169,0.0901379),(0.5934432,0.09013784),(0.5848927,0.08597434),(0.5806257,0.08597434),(0.5806257,0.0901379),(0.5848927,0.0901379),(0.5848927,0.0942902),(0.589169,0.0942902),(0.5806257,0.0942902),(0.5806257,0.09841943),(0.5848927,0.09841937),(0.589169,0.09841943),(0.5934432,0.0942902),(0.5934432,0.09841937),(0.5763788,0.08597434),(0.572147,0.08597434),(0.572147,0.0901379),(0.5763788,0.09013784),(0.567925,0.08597434),(0.5637077,0.08597434),(0.5637077,0.0901379),(0.567925,0.0901379),(0.567925,0.0942902),(0.572147,0.0942902),(0.5637077,0.0942902),(0.5637077,0.09841943),(0.567925,0.09841937),(0.572147,0.09841943),(0.5763788,0.0942902),(0.5763788,0.09841937),(0.55949,0.08597434),(0.5552715,0.08597434),(0.5552715,0.0901379),(0.55949,0.09013784),(0.5510522,0.08597434),(0.5468317,0.08597434),(0.5468317,0.0901379),(0.5510522,0.0901379),(0.5510522,0.0942902),(0.5552715,0.0942902),(0.5468317,0.0942902),(0.5468317,0.09841943),(0.5510522,0.09841937),(0.5552715,0.09841943),(0.55949,0.0942902),(0.55949,0.09841937),(0.5426099,0.08597434),(0.5383899,0.08597434),(0.5383899,0.0901379),(0.5426099,0.09013784),(0.5341746,0.08597434),(0.5299669,0.08597434),(0.5341746,0.0901379),(0.5299669,0.0901379),(0.5383899,0.0942902),(0.5341746,0.0942902),(0.5299669,0.0942902),(0.5341746,0.09841937),(0.529967,0.09841943),(0.5383899,0.09841943),(0.5426099,0.0942902),(0.5426099,0.09841937),(0.52577,0.08597434),(0.5215818,0.08597434),(0.52577,0.09013784),(0.5215818,0.0901379),(0.5174,0.08597434),(0.5132228,0.08597434),(0.5174,0.0901379),(0.5132228,0.0901379),(0.5215818,0.0942902),(0.5174,0.0942902),(0.5132228,0.0942902),(0.5174,0.09841937),(0.5132228,0.09841943),(0.5215818,0.09841943),(0.52577,0.0942902),(0.52577,0.09841937),(0.5090478,0.08597434),(0.5048727,0.08597434),(0.5090478,0.09013784),(0.5048727,0.0901379),(0.5006949,0.08597434),(0.4965119,0.08597434),(0.5006949,0.0901379),(0.4965119,0.0901379),(0.5048727,0.0942902),(0.5006949,0.0942902),(0.4965119,0.0942902),(0.5006949,0.09841937),(0.4965119,0.09841943),(0.5048727,0.09841943),(0.5090478,0.0942902),(0.5090478,0.09841937),(0.4923214,0.08597434),(0.4881234,0.08597434),(0.4923214,0.09013784),(0.4881234,0.0901379),(0.4839184,0.08597434),(0.4797065,0.08597434),(0.4839184,0.0901379),(0.4797065,0.0901379),(0.4881234,0.0942902),(0.4839184,0.0942902),(0.4797065,0.0942902),(0.4839184,0.09841937),(0.4797064,0.09841943),(0.4881234,0.09841943),(0.4923214,0.0942902),(0.4923214,0.09841937),(0.4754879,0.08597434),(0.4712752,0.08597434),(0.4754879,0.09013784),(0.4712752,0.0901379),(0.4670808,0.08597434),(0.4629171,0.08597434),(0.4670808,0.0901379),(0.4629171,0.0901379),(0.4712752,0.0942902),(0.4670808,0.0942902),(0.4629171,0.0942902),(0.4670808,0.09841937),(0.4629171,0.09841943),(0.4712752,0.09841943),(0.4754879,0.0942902),(0.4754879,0.09841937),(0.4587967,0.08597434),(0.4547031,0.08597434),(0.4587967,0.09013784),(0.4547031,0.0901379),(0.4506197,0.08597434),(0.44653,0.08597434),(0.4506197,0.0901379),(0.44653,0.0901379),(0.4547031,0.0942902),(0.4506197,0.0942902),(0.44653,0.0942902),(0.4506197,0.09841937),(0.44653,0.09841943),(0.4547031,0.09841943),(0.4587967,0.0942902),(0.4587967,0.09841937),(0.4424174,0.08597434),(0.4382856,0.08597434),(0.4424174,0.09013784),(0.4382856,0.0901379),(0.4341379,0.08597434),(0.429978,0.08597434),(0.4341379,0.0901379),(0.429978,0.0901379),(0.4382856,0.0942902),(0.4341379,0.0942902),(0.429978,0.0942902),(0.4341379,0.09841937),(0.429978,0.09841943),(0.4382856,0.09841943),(0.4424174,0.0942902),(0.4424174,0.09841937),(0.4258092,0.08597434),(0.4216311,0.08597434),(0.4258092,0.09013784),(0.4216312,0.0901379),(0.4174434,0.08597434),(0.4132456,0.08597434),(0.4174434,0.0901379),(0.4132456,0.0901379),(0.4216312,0.0942902),(0.4174434,0.0942902),(0.4132456,0.0942902),(0.4174434,0.09841937),(0.4132456,0.09841943),(0.4216312,0.09841943),(0.4258092,0.0942902),(0.4258092,0.09841937),(0.4090372,0.08597434),(0.4048201,0.08597434),(0.4090372,0.09013784),(0.4048201,0.0901379),(0.4005963,0.08597434),(0.3963675,0.08597434),(0.4005963,0.0901379),(0.3963675,0.0901379),(0.4048201,0.0942902),(0.4005963,0.0942902),(0.3963675,0.0942902),(0.4005963,0.09841937),(0.3963675,0.09841943),(0.4048201,0.09841943),(0.4090372,0.0942902),(0.4090372,0.09841937),(0.3921357,0.08597434),(0.3879012,0.08597434),(0.3921357,0.09013784),(0.3879012,0.0901379),(0.3836642,0.08597434),(0.3794248,0.08597434),(0.3836642,0.0901379),(0.3794249,0.0901379),(0.3879012,0.0942902),(0.3836642,0.0942902),(0.3794248,0.0942902),(0.3836642,0.09841937),(0.3794248,0.09841943),(0.3879012,0.09841943),(0.3921357,0.0942902),(0.3921357,0.09841937),(0.3751834,0.08597434),(0.3709441,0.08597434),(0.3751834,0.09013784),(0.3709441,0.0901379),(0.3667112,0.08597434),(0.3624887,0.08597434),(0.3624887,0.0901379),(0.3667112,0.0901379),(0.3667112,0.0942902),(0.3709442,0.0942902),(0.3624887,0.0942902),(0.3624887,0.09841943),(0.3667112,0.09841937),(0.3709441,0.09841943),(0.3751834,0.0942902),(0.3751834,0.09841937),(0.358281,0.08597434),(0.3540821,0.08597434),(0.3540821,0.0901379),(0.358281,0.09013784),(0.3498864,0.08597434),(0.3456882,0.08597434),(0.3456882,0.0901379),(0.3498864,0.0901379),(0.3498864,0.0942902),(0.3540821,0.0942902),(0.3456882,0.0942902),(0.3456882,0.09841943),(0.3498864,0.09841937),(0.3540821,0.09841943),(0.3582809,0.0942902),(0.358281,0.09841937),(0.3414817,0.08597434),(0.3372694,0.08597434),(0.3372695,0.0901379),(0.3414817,0.09013784),(0.3330541,0.08597434),(0.3288383,0.08597434),(0.3288383,0.0901379),(0.3330541,0.0901379),(0.3330541,0.0942902),(0.3372695,0.0942902),(0.3288383,0.0942902),(0.3288383,0.09841943),(0.3330541,0.09841937),(0.3372695,0.09841943),(0.3414817,0.0942902),(0.3414817,0.09841937),(0.3246247,0.08597434),(0.3204179,0.08597434),(0.3204179,0.0901379),(0.3246247,0.09013784),(0.3162228,0.08597434),(0.3120441,0.08597434),(0.3120441,0.0901379),(0.3162228,0.0901379),(0.3162228,0.0942902),(0.3204179,0.0942902),(0.3120441,0.0942902),(0.3120441,0.09841943),(0.3162228,0.09841937),(0.3204179,0.09841943),(0.3246247,0.0942902),(0.3246247,0.09841937),(0.3078868,0.08597434),(0.3037427,0.08597434),(0.3078868,0.09013784),(0.3037427,0.0901379),(0.2996041,0.08597434),(0.2954631,0.08597434),(0.2996041,0.0901379),(0.2954631,0.0901379),(0.3037428,0.0942902),(0.2996041,0.0942902),(0.2954631,0.0942902),(0.2954631,0.09841943),(0.2996041,0.09841937),(0.3037427,0.09841943),(0.3078868,0.0942902),(0.3078868,0.09841937),(0.2913116,0.08597434),(0.2871543,0.08597434),(0.2871543,0.0901379),(0.2913116,0.09013784),(0.2829956,0.08597434),(0.2788399,0.08597434),(0.2788399,0.0901379),(0.2829956,0.0901379),(0.2829956,0.0942902),(0.2871543,0.0942902),(0.2788399,0.0942902),(0.2788399,0.09841943),(0.2829956,0.09841937),(0.2871543,0.09841943),(0.2913116,0.0942902),(0.2913116,0.09841937),(0.2746918,0.08597434),(0.2705556,0.08597434),(0.2705556,0.0901379),(0.2746918,0.09013784),(0.2664356,0.08597434),(0.262336,0.08597434),(0.262336,0.0901379),(0.2664356,0.0901379),(0.2664356,0.0942902),(0.2705556,0.0942902),(0.262336,0.0942902),(0.262336,0.09841943),(0.2664356,0.09841937),(0.2705556,0.09841943),(0.2746918,0.0942902),(0.2746918,0.09841937),(0.2582613,0.08597434),(0.254209,0.08597434),(0.254209,0.0901379),(0.2582613,0.09013784),(0.2501769,0.08597434),(0.2461624,0.08597434),(0.2461624,0.0901379),(0.2501769,0.0901379),(0.2501769,0.0942902),(0.254209,0.0942902),(0.2461624,0.0942902),(0.2461624,0.09841943),(0.2501769,0.09841937),(0.254209,0.09841943),(0.2582613,0.0942902),(0.2582613,0.09841937),(0.2421634,0.08597434),(0.238164,0.08597434),(0.238164,0.0901379),(0.2421634,0.09013784),(0.2341487,0.08597434),(0.2301017,0.08597434),(0.2301017,0.0901379),(0.2341487,0.0901379),(0.2341487,0.0942902),(0.238164,0.0942902),(0.2301017,0.0942902),(0.2301017,0.09841943),(0.2341487,0.09841937),(0.238164,0.09841943),(0.2421634,0.0942902),(0.2421634,0.09841937),(0.2260074,0.08597434),(0.2218787,0.08597434),(0.2260074,0.09013784),(0.2218787,0.0901379),(0.2177283,0.08597434),(0.2135691,0.08597434),(0.2177283,0.0901379),(0.2135692,0.0901379),(0.2218787,0.0942902),(0.2177283,0.0942902),(0.2135691,0.0942902),(0.2177283,0.09841937),(0.2135692,0.09841943),(0.2218787,0.09841943),(0.2260074,0.0942902),(0.2260074,0.09841937),(0.2094141,0.08597434),(0.2052627,0.08597434),(0.2094141,0.09013784),(0.2052627,0.0901379),(0.2011147,0.08597434),(0.1969699,0.08597434),(0.2011147,0.0901379),(0.1969699,0.0901379),(0.2052627,0.0942902),(0.2011147,0.0942902),(0.1969699,0.0942902),(0.2011147,0.09841937),(0.1969699,0.09841943),(0.2052627,0.09841943),(0.2094141,0.0942902),(0.2094141,0.09841937),(0.1928277,0.08597434),(0.1886888,0.08597434),(0.1928277,0.09013784),(0.1886888,0.0901379),(0.1845533,0.08597434),(0.1804218,0.08597434),(0.1804218,0.0901379),(0.1845533,0.0901379),(0.1845533,0.0942902),(0.1886888,0.0942902),(0.1804218,0.0942902),(0.1804218,0.09841943),(0.1845533,0.09841937),(0.1886888,0.09841943),(0.1928277,0.0942902),(0.1928277,0.09841937),(0.1762946,0.08597434),(0.1721701,0.08597434),(0.1721701,0.0901379),(0.1762946,0.09013784),(0.1680468,0.08597434),(0.163923,0.08597434),(0.163923,0.0901379),(0.1680468,0.0901379),(0.1680468,0.0942902),(0.1721701,0.0942902),(0.163923,0.0942902),(0.163923,0.09841943),(0.1680468,0.09841937),(0.1721701,0.09841943),(0.1762946,0.0942902),(0.1762946,0.09841937),(0.1597973,0.08597434),(0.1556691,0.08597434),(0.1556691,0.0901379),(0.1597973,0.09013784),(0.1515382,0.08597434),(0.1474041,0.08597434),(0.1474041,0.0901379),(0.1515382,0.0901379),(0.1515382,0.0942902),(0.1556691,0.0942902),(0.1474041,0.0942902),(0.1474041,0.09841943),(0.1515382,0.09841937),(0.1556691,0.09841943),(0.1597973,0.0942902),(0.1597973,0.09841937),(0.1432664,0.08597434),(0.1391259,0.08597434),(0.1391259,0.0901379),(0.1432664,0.09013784),(0.134983,0.08597434),(0.1308385,0.08597434),(0.134983,0.0901379),(0.1308385,0.0901379),(0.134983,0.0942902),(0.1391259,0.0942902),(0.1308385,0.0942902),(0.134983,0.09841937),(0.1308385,0.09841943),(0.1391259,0.09841943),(0.1432664,0.0942902),(0.1432664,0.09841937),(0.126693,0.08597434),(0.12255,0.08597434),(0.12255,0.0901379),(0.126693,0.09013784),(0.1184131,0.08597434),(0.1142857,0.08597434),(0.1142857,0.0901379),(0.1184131,0.0901379),(0.1184131,0.0942902),(0.12255,0.0942902),(0.1142857,0.0942902),(0.1142857,0.09841943),(0.1184131,0.09841937),(0.12255,0.09841943),(0.126693,0.0942902),(0.126693,0.09841937),(0.1101713,0.08597434),(0.1060752,0.08597434),(0.1060752,0.0901379),(0.1101713,0.09013784),(0.1020023,0.08597434),(0.09795791,0.08597434),(0.09795791,0.0901379),(0.1020023,0.0901379),(0.1020023,0.0942902),(0.1060752,0.0942902),(0.09795791,0.0942902),(0.09795791,0.09841943),(0.1020023,0.09841937),(0.1060752,0.09841943),(0.1101713,0.0942902),(0.1101713,0.09841937),(0.09394707,0.08597434),(0.08994583,0.08597434),(0.08994584,0.0901379),(0.09394707,0.09013784),(0.08593026,0.08597434),(0.08187638,0.08597434),(0.08187637,0.0901379),(0.08593025,0.0901379),(0.08593026,0.0942902),(0.08994584,0.0942902),(0.08187638,0.0942902),(0.08187638,0.09841943),(0.08593026,0.09841937),(0.08994584,0.09841943),(0.09394707,0.0942902),(0.09394707,0.09841937),(0.07776025,0.08597434),(0.07361087,0.08597434),(0.07361087,0.0901379),(0.07776025,0.09013784),(0.06945725,0.08597434),(0.06532837,0.08597434),(0.06532837,0.0901379),(0.06945725,0.0901379),(0.06945725,0.0942902),(0.07361087,0.0942902),(0.06532837,0.0942902),(0.06532837,0.09841943),(0.06945725,0.09841937),(0.07361087,0.09841943),(0.07776025,0.0942902),(0.07776025,0.09841937),(0.06125325,0.08597434),(0.05721605,0.08597434),(0.05721604,0.0901379),(0.06125325,0.09013784),(0.05320094,0.08597434),(0.0491921,0.08597434),(0.04919209,0.0901379),(0.05320094,0.0901379),(0.05320094,0.0942902),(0.05721605,0.0942902),(0.0491921,0.0942902),(0.05320094,0.09841937),(0.04919209,0.09841943),(0.05721605,0.09841943),(0.06125325,0.0942902),(0.06125325,0.09841937),(0.04517369,0.08597434),(0.04115105,0.08597434),(0.04517369,0.09013784),(0.04115105,0.0901379),(0.0371295,0.08597434),(0.03311438,0.08597434),(0.0371295,0.0901379),(0.03311437,0.0901379),(0.04115105,0.0942902),(0.0371295,0.0942902),(0.03311438,0.0942902),(0.0371295,0.09841937),(0.03311438,0.09841943),(0.04115105,0.09841943),(0.04517369,0.0942902),(0.04517369,0.09841937),(0.029111,0.08597434),(0.02511186,0.08597434),(0.029111,0.09013784),(0.02511186,0.0901379),(0.02110944,0.08597434),(0.01709622,0.08597434),(0.02110944,0.0901379),(0.01709622,0.0901379),(0.02511186,0.0942902),(0.02110944,0.0942902),(0.01709622,0.0942902),(0.02110944,0.09841937),(0.01709622,0.09841943),(0.02511186,0.09841943),(0.029111,0.0942902),(0.029111,0.09841937),(0.01306469,0.08597434),(0.009019421,0.08597279),(0.01306469,0.09013784),(0.009019421,0.09013861),(0.004965,0.08596802),(0.000906,0.08596176),(0.004965,0.09014064),(0.000906,0.0901435),(0.009019421,0.09429461),(0.004965,0.09430772),(0.000906,0.09432524),(0.004965,0.09844565),(0.000906,0.09850699),(0.009019421,0.09842598),(0.01306469,0.0942902),(0.01306469,0.09841937),(0.999094,0.1025485),(0.9951518,0.102531),(0.9912093,0.1025178),(0.9951518,0.106588),(0.9912093,0.1065865),(0.999094,0.10659),(0.9872664,0.1025135),(0.983323,0.1025135),(0.9872664,0.106586),(0.983323,0.106586),(0.9912093,0.110648),(0.9872664,0.1106504),(0.983323,0.1106504),(0.9872664,0.1147202),(0.983323,0.1147202),(0.9912093,0.1147166),(0.999094,0.1106315),(0.9951518,0.110641),(0.9951518,0.114706),(0.999094,0.114673),(0.9793787,0.1025135),(0.9754275,0.1025135),(0.9793787,0.106586),(0.9754274,0.106586),(0.9714631,0.1025135),(0.9674796,0.1025135),(0.9714631,0.106586),(0.9674796,0.106586),(0.9754274,0.1106504),(0.9714631,0.1106504),(0.9674796,0.1106504),(0.9714631,0.1147202),(0.9674796,0.1147202),(0.9754274,0.1147202),(0.9793787,0.1106504),(0.9793787,0.1147202),(0.9634706,0.1025135),(0.9594426,0.1025135),(0.9634707,0.106586),(0.9594426,0.106586),(0.9554016,0.1025135),(0.9513539,0.1025135),(0.9554016,0.106586),(0.9513539,0.106586),(0.9594426,0.1106504),(0.9554016,0.1106504),(0.9513539,0.1106504),(0.9554016,0.1147202),(0.9513539,0.1147202),(0.9594425,0.1147202),(0.9634707,0.1106504),(0.9634706,0.1147202),(0.9473058,0.1025135),(0.9432498,0.1025135),(0.9473058,0.106586),(0.9432497,0.106586),(0.9391782,0.1025135),(0.9350839,0.1025135),(0.9391783,0.106586),(0.9350839,0.106586),(0.9432497,0.1106504),(0.9391782,0.1106504),(0.9350839,0.1106504),(0.9391783,0.1147202),(0.9350839,0.1147202),(0.9432497,0.1147202),(0.9473058,0.1106504),(0.9473058,0.1147202),(0.930959,0.1025135),(0.9268106,0.1025135),(0.930959,0.106586),(0.9268106,0.106586),(0.9226453,0.1025135),(0.9184701,0.1025135),(0.9226453,0.106586),(0.9184701,0.106586),(0.9268106,0.1106504),(0.9226453,0.1106504),(0.9184701,0.1106504),(0.9226453,0.1147202),(0.9184701,0.1147202),(0.9268106,0.1147202),(0.930959,0.1106504),(0.930959,0.1147202),(0.9142919,0.1025135),(0.910111,0.1025135),(0.9142919,0.106586),(0.9101109,0.106586),(0.9059278,0.1025135),(0.9017429,0.1025135),(0.9059278,0.106586),(0.9017429,0.106586),(0.910111,0.1106504),(0.9059278,0.1106504),(0.9017429,0.1106504),(0.9059278,0.1147202),(0.9017428,0.1147202),(0.9101109,0.1147202),(0.9142919,0.1106504),(0.9142919,0.1147202),(0.8975567,0.1025135),(0.8933688,0.1025135),(0.8975567,0.106586),(0.8933688,0.106586),(0.8891787,0.1025135),(0.8849859,0.1025135),(0.8891788,0.106586),(0.8849859,0.106586),(0.8933688,0.1106504),(0.8891787,0.1106504),(0.8849859,0.1106504),(0.8891788,0.1147202),(0.8849859,0.1147202),(0.8933688,0.1147202),(0.8975567,0.1106504),(0.8975567,0.1147202),(0.8807898,0.1025135),(0.8765806,0.1025135),(0.8807898,0.106586),(0.8765807,0.106586),(0.8723488,0.1025135),(0.8680845,0.1025135),(0.8723488,0.106586),(0.8680845,0.106586),(0.8765806,0.1106504),(0.8723488,0.1106504),(0.8680845,0.1106504),(0.8723488,0.1147202),(0.8680845,0.1147202),(0.8765806,0.1147202),(0.8807898,0.1106504),(0.8807898,0.1147202),(0.8637781,0.1025135),(0.8594491,0.1025135),(0.8637781,0.106586),(0.8594491,0.106586),(0.8551173,0.1025135),(0.8508024,0.1025135),(0.8551173,0.106586),(0.8508024,0.106586),(0.8594491,0.1106504),(0.8551173,0.1106504),(0.8508024,0.1106504),(0.8551173,0.1147202),(0.8508024,0.1147202),(0.859449,0.1147202),(0.8637781,0.1106504),(0.8637781,0.1147202),(0.846524,0.1025135),(0.8422731,0.1025135),(0.846524,0.106586),(0.8422731,0.106586),(0.8380403,0.1025135),(0.8338165,0.1025135),(0.8380403,0.106586),(0.8338165,0.106586),(0.8422731,0.1106504),(0.8380403,0.1106504),(0.8338165,0.1106504),(0.8380404,0.1147202),(0.8338165,0.1147202),(0.8422731,0.1147202),(0.846524,0.1106504),(0.846524,0.1147202),(0.8295926,0.1025135),(0.8253628,0.1025135),(0.8295926,0.106586),(0.8253628,0.106586),(0.8211217,0.1025135),(0.8168637,0.1025135),(0.8211217,0.106586),(0.8168637,0.106586),(0.8253628,0.1106504),(0.8211217,0.1106504),(0.8168637,0.1106504),(0.8211217,0.1147202),(0.8168637,0.1147202),(0.8253628,0.1147202),(0.8295926,0.1106504),(0.8295926,0.1147202),(0.8125832,0.1025135),(0.8082899,0.1025135),(0.8125832,0.106586),(0.8082899,0.106586),(0.8039935,0.1025135),(0.7997035,0.1025135),(0.8039935,0.106586),(0.7997035,0.106586),(0.8082899,0.1106504),(0.8039935,0.1106504),(0.7997035,0.1106504),(0.8039935,0.1147202),(0.7997035,0.1147202),(0.8082899,0.1147202),(0.8125832,0.1106504),(0.8125832,0.1147202),(0.7954297,0.1025135),(0.7911757,0.1025135),(0.7954297,0.106586),(0.7911757,0.106586),(0.7869452,0.1025135),(0.7827417,0.1025135),(0.7869452,0.106586),(0.7827417,0.106586),(0.7911757,0.1106504),(0.7869452,0.1106504),(0.7827417,0.1106504),(0.7827417,0.1147202),(0.7869452,0.1147202),(0.7911757,0.1147202),(0.7954297,0.1106504),(0.7954297,0.1147202),(0.7785689,0.1025135),(0.7744211,0.1025135),(0.7744212,0.106586),(0.7785689,0.106586),(0.7702925,0.1025135),(0.7661775,0.1025135),(0.7661775,0.106586),(0.7702925,0.106586),(0.7702925,0.1106504),(0.7744212,0.1106504),(0.7661775,0.1106504),(0.7702925,0.1147202),(0.7661775,0.1147202),(0.7744212,0.1147202),(0.778569,0.1106504),(0.778569,0.1147202),(0.7620703,0.1025135),(0.757961,0.1025135),(0.757961,0.106586),(0.7620703,0.106586),(0.7538399,0.1025135),(0.7496969,0.1025135),(0.7538399,0.106586),(0.7496969,0.106586),(0.757961,0.1106504),(0.7538399,0.1106504),(0.7496969,0.1106504),(0.7538399,0.1147202),(0.7496969,0.1147202),(0.757961,0.1147202),(0.7620703,0.1106504),(0.7620703,0.1147202),(0.7455223,0.1025135),(0.7413244,0.1025135),(0.7455223,0.106586),(0.7413245,0.106586),(0.7371117,0.1025135),(0.7328922,0.1025135),(0.7371117,0.106586),(0.7328923,0.106586),(0.7413245,0.1106504),(0.7371117,0.1106504),(0.7328922,0.1106504),(0.7371117,0.1147202),(0.7328922,0.1147202),(0.7413245,0.1147202),(0.7455223,0.1106504),(0.7455223,0.1147202),(0.7286744,0.1025135),(0.7244572,0.1025135),(0.7286744,0.106586),(0.7244572,0.106586),(0.7202395,0.1025135),(0.71602,0.1025135),(0.7202395,0.106586),(0.71602,0.106586),(0.7244572,0.1106504),(0.7202395,0.1106504),(0.71602,0.1106504),(0.7202394,0.1147202),(0.71602,0.1147202),(0.7244572,0.1147202),(0.7286744,0.1106504),(0.7286744,0.1147202),(0.7117977,0.1025135),(0.7075742,0.1025135),(0.7117977,0.106586),(0.7075742,0.106586),(0.7033514,0.1025135),(0.6991307,0.1025135),(0.7033514,0.106586),(0.6991307,0.106586),(0.7075742,0.1106504),(0.7033514,0.1106504),(0.6991307,0.1106504),(0.7033514,0.1147202),(0.6991307,0.1147202),(0.7075742,0.1147202),(0.7117977,0.1106504),(0.7117977,0.1147202),(0.6949139,0.1025135),(0.6906992,0.1025135),(0.6949139,0.106586),(0.6906992,0.106586),(0.6864849,0.1025135),(0.6822694,0.1025135),(0.6864849,0.106586),(0.6822693,0.106586),(0.6906992,0.1106504),(0.6864849,0.1106504),(0.6822694,0.1106504),(0.6864849,0.1147202),(0.6822693,0.1147202),(0.6906992,0.1147202),(0.6949139,0.1106504),(0.6949139,0.1147202),(0.6780508,0.1025135),(0.6738272,0.1025135),(0.6780507,0.106586),(0.6738272,0.106586),(0.6695971,0.1025135),(0.6653587,0.1025135),(0.6695971,0.106586),(0.6653587,0.106586),(0.6738272,0.1106504),(0.6695971,0.1106504),(0.6653587,0.1106504),(0.6695971,0.1147202),(0.6653587,0.1147202),(0.6738272,0.1147202),(0.6780508,0.1106504),(0.6780507,0.1147202),(0.6611102,0.1025135),(0.6568571,0.1025135),(0.6611102,0.106586),(0.6568571,0.106586),(0.6526053,0.1025135),(0.6483604,0.1025135),(0.6526054,0.106586),(0.6483604,0.106586),(0.6568571,0.1106504),(0.6526054,0.1106504),(0.6483604,0.1106504),(0.6526053,0.1147202),(0.6483604,0.1147202),(0.6568571,0.1147202),(0.6611102,0.1106504),(0.6611102,0.1147202),(0.6441281,0.1025135),(0.6399043,0.1025135),(0.6441281,0.106586),(0.6399043,0.106586),(0.635685,0.1025135),(0.6314663,0.1025135),(0.6314663,0.106586),(0.635685,0.106586),(0.6399043,0.1106504),(0.635685,0.1106504),(0.6314663,0.1106504),(0.635685,0.1147202),(0.6314663,0.1147202),(0.6399043,0.1147202),(0.6441281,0.1106504),(0.6441281,0.1147202),(0.627244,0.1025135),(0.6230208,0.1025135),(0.6230209,0.106586),(0.627244,0.106586),(0.6187993,0.1025135),(0.6145822,0.1025135),(0.6187993,0.106586),(0.6145822,0.106586),(0.6187993,0.1106504),(0.6230208,0.1106504),(0.6145822,0.1106504),(0.6187993,0.1147202),(0.6145822,0.1147202),(0.6230209,0.1147202),(0.627244,0.1106504),(0.627244,0.1147202),(0.6103719,0.1025135),(0.6061606,0.1025135),(0.6103719,0.106586),(0.6061606,0.106586),(0.6019406,0.1025135),(0.5977041,0.1025135),(0.6019406,0.106586),(0.5977041,0.106586),(0.6061606,0.1106504),(0.6019406,0.1106504),(0.5977041,0.1106504),(0.6019406,0.1147202),(0.5977041,0.1147202),(0.6061606,0.1147202),(0.6103719,0.1106504),(0.6103719,0.1147202),(0.5934432,0.1025135),(0.589169,0.1025135),(0.5934432,0.106586),(0.589169,0.106586),(0.5848927,0.1025135),(0.5806257,0.1025135),(0.5806257,0.106586),(0.5848927,0.106586),(0.589169,0.1106504),(0.5848927,0.1106504),(0.5806257,0.1106504),(0.5806257,0.1147202),(0.5848927,0.1147202),(0.589169,0.1147202),(0.5934432,0.1106504),(0.5934432,0.1147202),(0.5763788,0.1025135),(0.572147,0.1025135),(0.572147,0.106586),(0.5763788,0.106586),(0.567925,0.1025135),(0.5637077,0.1025135),(0.5637077,0.106586),(0.567925,0.106586),(0.567925,0.1106504),(0.572147,0.1106504),(0.5637077,0.1106504),(0.5637077,0.1147202),(0.567925,0.1147202),(0.572147,0.1147202),(0.5763788,0.1106504),(0.5763788,0.1147202),(0.55949,0.1025135),(0.5552715,0.1025135),(0.5552715,0.106586),(0.55949,0.106586),(0.5510522,0.1025135),(0.5468317,0.1025135),(0.5468317,0.106586),(0.5510522,0.106586),(0.5510522,0.1106504),(0.5552715,0.1106504),(0.5468317,0.1106504),(0.5468317,0.1147202),(0.5510522,0.1147202),(0.5552715,0.1147202),(0.55949,0.1106504),(0.55949,0.1147202),(0.5426099,0.1025135),(0.5383899,0.1025135),(0.5383899,0.106586),(0.5426099,0.106586),(0.5341746,0.1025135),(0.5299669,0.1025135),(0.5299669,0.106586),(0.5341746,0.106586),(0.5341746,0.1106504),(0.5383899,0.1106504),(0.5299669,0.1106504),(0.529967,0.1147202),(0.5341746,0.1147202),(0.5383899,0.1147202),(0.5426099,0.1106504),(0.5426099,0.1147202),(0.52577,0.1025135),(0.5215818,0.1025135),(0.5215818,0.106586),(0.52577,0.106586),(0.5174,0.1025135),(0.5132228,0.1025135),(0.5174,0.106586),(0.5132228,0.106586),(0.5174,0.1106504),(0.5215818,0.1106504),(0.5132228,0.1106504),(0.5132228,0.1147202),(0.5174,0.1147202),(0.5215818,0.1147202),(0.52577,0.1106504),(0.52577,0.1147202),(0.5090478,0.1025135),(0.5048727,0.1025135),(0.5090478,0.106586),(0.5048727,0.106586),(0.5006949,0.1025135),(0.4965119,0.1025135),(0.5006949,0.106586),(0.4965119,0.106586),(0.5048727,0.1106504),(0.5006949,0.1106504),(0.4965119,0.1106504),(0.5006949,0.1147202),(0.4965119,0.1147202),(0.5048727,0.1147202),(0.5090478,0.1106504),(0.5090478,0.1147202),(0.4923214,0.1025135),(0.4881234,0.1025135),(0.4923214,0.106586),(0.4881234,0.106586),(0.4839184,0.1025135),(0.4797065,0.1025135),(0.4839184,0.106586),(0.4797065,0.106586),(0.4881234,0.1106504),(0.4839184,0.1106504),(0.4797065,0.1106504),(0.4839184,0.1147202),(0.4797064,0.1147202),(0.4881234,0.1147202),(0.4923214,0.1106504),(0.4923214,0.1147202),(0.4754879,0.1025135),(0.4712752,0.1025135),(0.4754879,0.106586),(0.4712752,0.106586),(0.4670808,0.1025135),(0.4629171,0.1025135),(0.4670808,0.106586),(0.4629171,0.106586),(0.4712752,0.1106504),(0.4670808,0.1106504),(0.4629171,0.1106504),(0.4670808,0.1147202),(0.4629171,0.1147202),(0.4712752,0.1147202),(0.4754879,0.1106504),(0.4754879,0.1147202),(0.4587967,0.1025135),(0.4547031,0.1025135),(0.4587967,0.106586),(0.4547031,0.106586),(0.4506197,0.1025135),(0.44653,0.1025135),(0.4506197,0.106586),(0.44653,0.106586),(0.4547031,0.1106504),(0.4506197,0.1106504),(0.44653,0.1106504),(0.4506197,0.1147202),(0.44653,0.1147202),(0.4547031,0.1147202),(0.4587967,0.1106504),(0.4587967,0.1147202),(0.4424174,0.1025135),(0.4382856,0.1025135),(0.4424174,0.106586),(0.4382856,0.106586),(0.4341379,0.1025135),(0.429978,0.1025135),(0.4341379,0.106586),(0.429978,0.106586),(0.4382856,0.1106504),(0.4341379,0.1106504),(0.429978,0.1106504),(0.4341379,0.1147202),(0.429978,0.1147202),(0.4382856,0.1147202),(0.4424174,0.1106504),(0.4424174,0.1147202),(0.4258092,0.1025135),(0.4216311,0.1025135),(0.4258092,0.106586),(0.4216312,0.106586),(0.4174434,0.1025135),(0.4132456,0.1025135),(0.4174434,0.106586),(0.4132456,0.106586),(0.4216312,0.1106504),(0.4174434,0.1106504),(0.4132456,0.1106504),(0.4174434,0.1147202),(0.4132456,0.1147202),(0.4216312,0.1147202),(0.4258092,0.1106504),(0.4258092,0.1147202),(0.4090372,0.1025135),(0.4048201,0.1025135),(0.4090372,0.106586),(0.4048201,0.106586),(0.4005963,0.1025135),(0.3963675,0.1025135),(0.3963675,0.106586),(0.4005963,0.106586),(0.4005963,0.1106504),(0.4048201,0.1106504),(0.3963675,0.1106504),(0.3963675,0.1147202),(0.4005963,0.1147202),(0.4048201,0.1147202),(0.4090372,0.1106504),(0.4090372,0.1147202),(0.3921357,0.1025135),(0.3879012,0.1025135),(0.3879012,0.106586),(0.3921357,0.106586),(0.3836642,0.1025135),(0.3794248,0.1025135),(0.3794249,0.106586),(0.3836642,0.106586),(0.3836642,0.1106504),(0.3879012,0.1106504),(0.3794248,0.1106504),(0.3794248,0.1147202),(0.3836642,0.1147202),(0.3879012,0.1147202),(0.3921357,0.1106504),(0.3921357,0.1147202),(0.3751834,0.1025135),(0.3709441,0.1025135),(0.3709441,0.106586),(0.3751834,0.106586),(0.3667112,0.1025135),(0.3624887,0.1025135),(0.3624887,0.106586),(0.3667112,0.106586),(0.3667112,0.1106504),(0.3709442,0.1106504),(0.3624887,0.1106504),(0.3624887,0.1147202),(0.3667112,0.1147202),(0.3709441,0.1147202),(0.3751834,0.1106504),(0.3751834,0.1147202),(0.358281,0.1025135),(0.3540821,0.1025135),(0.3540821,0.106586),(0.358281,0.106586),(0.3498864,0.1025135),(0.3456882,0.1025135),(0.3456882,0.106586),(0.3498864,0.106586),(0.3498864,0.1106504),(0.3540821,0.1106504),(0.3456882,0.1106504),(0.3456882,0.1147202),(0.3498864,0.1147202),(0.3540821,0.1147202),(0.3582809,0.1106504),(0.358281,0.1147202),(0.3414817,0.1025135),(0.3372694,0.1025135),(0.3372695,0.106586),(0.3414817,0.106586),(0.3330541,0.1025135),(0.3288383,0.1025135),(0.3288383,0.106586),(0.3330541,0.106586),(0.3330541,0.1106504),(0.3372695,0.1106504),(0.3288383,0.1106504),(0.3288383,0.1147202),(0.3330541,0.1147202),(0.3372695,0.1147202),(0.3414817,0.1106504),(0.3414817,0.1147202),(0.3246247,0.1025135),(0.3204179,0.1025135),(0.3204179,0.106586),(0.3246247,0.106586),(0.3162228,0.1025135),(0.3120441,0.1025135),(0.3120441,0.106586),(0.3162228,0.106586),(0.3162228,0.1106504),(0.3204179,0.1106504),(0.3120441,0.1106504),(0.3120441,0.1147202),(0.3162228,0.1147202),(0.3204179,0.1147202),(0.3246247,0.1106504),(0.3246247,0.1147202),(0.3078868,0.1025135),(0.3037427,0.1025135),(0.3037427,0.106586),(0.3078868,0.106586),(0.2996041,0.1025135),(0.2954631,0.1025135),(0.2954631,0.106586),(0.2996041,0.106586),(0.2996041,0.1106504),(0.3037428,0.1106504),(0.2954631,0.1106504),(0.2954631,0.1147202),(0.2996041,0.1147202),(0.3037427,0.1147202),(0.3078868,0.1106504),(0.3078868,0.1147202),(0.2913116,0.1025135),(0.2871543,0.1025135),(0.2871543,0.106586),(0.2913116,0.106586),(0.2829956,0.1025135),(0.2788399,0.1025135),(0.2788399,0.106586),(0.2829956,0.106586),(0.2829956,0.1106504),(0.2871543,0.1106504),(0.2788399,0.1106504),(0.2788399,0.1147202),(0.2829956,0.1147202),(0.2871543,0.1147202),(0.2913116,0.1106504),(0.2913116,0.1147202),(0.2746918,0.1025135),(0.2705556,0.1025135),(0.2705556,0.106586),(0.2746918,0.106586),(0.2664356,0.1025135),(0.262336,0.1025135),(0.262336,0.106586),(0.2664356,0.106586),(0.2664356,0.1106504),(0.2705556,0.1106504),(0.262336,0.1106504),(0.262336,0.1147202),(0.2664356,0.1147202),(0.2705556,0.1147202),(0.2746918,0.1106504),(0.2746918,0.1147202),(0.2582613,0.1025135),(0.254209,0.1025135),(0.254209,0.106586),(0.2582613,0.106586),(0.2501769,0.1025135),(0.2461624,0.1025135),(0.2461624,0.106586),(0.2501769,0.106586),(0.2501769,0.1106504),(0.254209,0.1106504),(0.2461624,0.1106504),(0.2461624,0.1147202),(0.2501769,0.1147202),(0.254209,0.1147202),(0.2582613,0.1106504),(0.2582613,0.1147202),(0.2421634,0.1025135),(0.238164,0.1025135),(0.238164,0.106586),(0.2421634,0.106586),(0.2341487,0.1025135),(0.2301017,0.1025135),(0.2301017,0.106586),(0.2341487,0.106586),(0.2341487,0.1106504),(0.238164,0.1106504),(0.2301017,0.1106504),(0.2301017,0.1147202),(0.2341487,0.1147202),(0.238164,0.1147202),(0.2421634,0.1106504),(0.2421634,0.1147202),(0.2260074,0.1025135),(0.2218787,0.1025135),(0.2260074,0.106586),(0.2218787,0.106586),(0.2177283,0.1025135),(0.2135691,0.1025135),(0.2177283,0.106586),(0.2135692,0.106586),(0.2218787,0.1106504),(0.2177283,0.1106504),(0.2135691,0.1106504),(0.2177283,0.1147202),(0.2135692,0.1147202),(0.2218787,0.1147202),(0.2260074,0.1106504),(0.2260074,0.1147202),(0.2094141,0.1025135),(0.2052627,0.1025135),(0.2094141,0.106586),(0.2052627,0.106586),(0.2011147,0.1025135),(0.1969699,0.1025135),(0.2011147,0.106586),(0.1969699,0.106586),(0.2052627,0.1106504),(0.2011147,0.1106504),(0.1969699,0.1106504),(0.2011147,0.1147202),(0.1969699,0.1147202),(0.2052627,0.1147202),(0.2094141,0.1106504),(0.2094141,0.1147202),(0.1928277,0.1025135),(0.1886888,0.1025135),(0.1928277,0.106586),(0.1886888,0.106586),(0.1845533,0.1025135),(0.1804218,0.1025135),(0.1804218,0.106586),(0.1845533,0.106586),(0.1845533,0.1106504),(0.1886888,0.1106504),(0.1804218,0.1106504),(0.1804218,0.1147202),(0.1845533,0.1147202),(0.1886888,0.1147202),(0.1928277,0.1106504),(0.1928277,0.1147202),(0.1762946,0.1025135),(0.1721701,0.1025135),(0.1721701,0.106586),(0.1762946,0.106586),(0.1680468,0.1025135),(0.163923,0.1025135),(0.163923,0.106586),(0.1680468,0.106586),(0.1680468,0.1106504),(0.1721701,0.1106504),(0.163923,0.1106504),(0.163923,0.1147202),(0.1680468,0.1147202),(0.1721701,0.1147202),(0.1762946,0.1106504),(0.1762946,0.1147202),(0.1597973,0.1025135),(0.1556691,0.1025135),(0.1556691,0.106586),(0.1597973,0.106586),(0.1515382,0.1025135),(0.1474041,0.1025135),(0.1474041,0.106586),(0.1515382,0.106586),(0.1515382,0.1106504),(0.1556691,0.1106504),(0.1474041,0.1106504),(0.1474041,0.1147202),(0.1515382,0.1147202),(0.1556691,0.1147202),(0.1597973,0.1106504),(0.1597973,0.1147202),(0.1432664,0.1025135),(0.1391259,0.1025135),(0.1391259,0.106586),(0.1432664,0.106586),(0.134983,0.1025135),(0.1308385,0.1025135),(0.1308385,0.106586),(0.134983,0.106586),(0.134983,0.1106504),(0.1391259,0.1106504),(0.1308385,0.1106504),(0.1308385,0.1147202),(0.134983,0.1147202),(0.1391259,0.1147202),(0.1432664,0.1106504),(0.1432664,0.1147202),(0.126693,0.1025135),(0.12255,0.1025135),(0.126693,0.106586),(0.12255,0.106586),(0.1184131,0.1025135),(0.1142857,0.1025135),(0.1142857,0.106586),(0.1184131,0.106586),(0.1184131,0.1106504),(0.12255,0.1106504),(0.1142857,0.1106504),(0.1142857,0.1147202),(0.1184131,0.1147202),(0.12255,0.1147202),(0.126693,0.1106504),(0.126693,0.1147202),(0.1101713,0.1025135),(0.1060752,0.1025135),(0.1060752,0.106586),(0.1101713,0.106586),(0.1020023,0.1025135),(0.09795791,0.1025135),(0.09795791,0.106586),(0.1020023,0.106586),(0.1020023,0.1106504),(0.1060752,0.1106504),(0.09795791,0.1106504),(0.09795791,0.1147202),(0.1020023,0.1147202),(0.1060752,0.1147202),(0.1101713,0.1106504),(0.1101713,0.1147202),(0.09394707,0.1025135),(0.08994583,0.1025135),(0.08994584,0.106586),(0.09394707,0.106586),(0.08593026,0.1025135),(0.08187638,0.1025135),(0.08187637,0.106586),(0.08593025,0.106586),(0.08593026,0.1106504),(0.08994584,0.1106504),(0.08187638,0.1106504),(0.08187638,0.1147202),(0.08593026,0.1147202),(0.08994584,0.1147202),(0.09394707,0.1106504),(0.09394707,0.1147202),(0.07776025,0.1025135),(0.07361087,0.1025135),(0.07361087,0.106586),(0.07776025,0.106586),(0.06945725,0.1025135),(0.06532837,0.1025135),(0.06532837,0.106586),(0.06945725,0.106586),(0.06945725,0.1106504),(0.07361087,0.1106504),(0.06532837,0.1106504),(0.06532837,0.1147202),(0.06945725,0.1147202),(0.07361087,0.1147202),(0.07776025,0.1106504),(0.07776025,0.1147202),(0.06125325,0.1025135),(0.05721605,0.1025135),(0.05721604,0.106586),(0.06125325,0.106586),(0.05320094,0.1025135),(0.0491921,0.1025135),(0.05320094,0.106586),(0.04919209,0.106586),(0.05721605,0.1106504),(0.05320094,0.1106504),(0.0491921,0.1106504),(0.05320094,0.1147202),(0.04919209,0.1147202),(0.05721605,0.1147202),(0.06125325,0.1106504),(0.06125325,0.1147202),(0.04517369,0.1025135),(0.04115105,0.1025135),(0.04517369,0.106586),(0.04115105,0.106586),(0.0371295,0.1025135),(0.03311438,0.1025135),(0.0371295,0.106586),(0.03311437,0.106586),(0.04115105,0.1106504),(0.0371295,0.1106504),(0.03311438,0.1106504),(0.0371295,0.1147202),(0.03311438,0.1147202),(0.04115105,0.1147202),(0.04517369,0.1106504),(0.04517369,0.1147202),(0.029111,0.1025135),(0.02511186,0.1025135),(0.029111,0.106586),(0.02511186,0.106586),(0.02110944,0.1025135),(0.01709622,0.1025135),(0.02110944,0.106586),(0.01709622,0.106586),(0.02511186,0.1106504),(0.02110944,0.1106504),(0.01709622,0.1106504),(0.02110944,0.1147202),(0.01709622,0.1147202),(0.02511186,0.1147202),(0.029111,0.1106504),(0.029111,0.1147202),(0.01306469,0.1025135),(0.009019421,0.1025178),(0.01306469,0.106586),(0.009019421,0.1065865),(0.004965,0.102531),(0.000906,0.1025485),(0.004965,0.106588),(0.000906,0.10659),(0.009019421,0.110648),(0.004965,0.110641),(0.000906,0.1106315),(0.004965,0.114706),(0.000906,0.114673),(0.009019421,0.1147166),(0.01306469,0.1106504),(0.01306469,0.1147202),(0.999094,0.11879),(0.9951518,0.1187994),(0.9912093,0.1188065),(0.9951518,0.122908),(0.9912093,0.1229087),(0.999094,0.122907),(0.9872664,0.1188089),(0.983323,0.1188089),(0.9872664,0.1229089),(0.983323,0.1229089),(0.9912093,0.1270142),(0.9872664,0.1270128),(0.983323,0.1270127),(0.9872664,0.1311129),(0.983323,0.1311129),(0.9912093,0.131115),(0.999094,0.1270241),(0.9951518,0.1270184),(0.9951518,0.1311213),(0.999094,0.131141),(0.9793787,0.1188089),(0.9754275,0.1188089),(0.9793787,0.1229089),(0.9754274,0.1229089),(0.9714631,0.1188089),(0.9674796,0.1188089),(0.9714631,0.1229089),(0.9674796,0.1229089),(0.9754274,0.1270127),(0.9714631,0.1270128),(0.9674796,0.1270127),(0.9714631,0.1311129),(0.9674796,0.1311129),(0.9754274,0.1311129),(0.9793787,0.1270128),(0.9793787,0.1311129),(0.9634706,0.1188089),(0.9594426,0.1188089),(0.9634707,0.1229089),(0.9594426,0.1229089),(0.9554016,0.1188089),(0.9513539,0.1188089),(0.9554016,0.1229089),(0.9513539,0.1229089),(0.9594426,0.1270127),(0.9554016,0.1270128),(0.9513539,0.1270127),(0.9554016,0.1311129),(0.9513539,0.1311129),(0.9594425,0.1311129),(0.9634707,0.1270128),(0.9634706,0.1311129),(0.9473058,0.1188089),(0.9432498,0.1188089),(0.9473058,0.1229089),(0.9432497,0.1229089),(0.9391782,0.1188089),(0.9350839,0.1188089),(0.9391783,0.1229089),(0.9350839,0.1229089),(0.9432497,0.1270127),(0.9391782,0.1270128),(0.9350839,0.1270127),(0.9391783,0.1311129),(0.9350839,0.1311129),(0.9432497,0.1311129),(0.9473058,0.1270128),(0.9473058,0.1311129),(0.930959,0.1188089),(0.9268106,0.1188089),(0.930959,0.1229089),(0.9268106,0.1229089),(0.9226453,0.1188089),(0.9184701,0.1188089),(0.9226453,0.1229089),(0.9184701,0.1229089),(0.9268106,0.1270127),(0.9226453,0.1270128),(0.9184701,0.1270127),(0.9226453,0.1311129),(0.9184701,0.1311129),(0.9268106,0.1311129),(0.930959,0.1270128),(0.930959,0.1311129),(0.9142919,0.1188089),(0.910111,0.1188089),(0.9142919,0.1229089),(0.9101109,0.1229089),(0.9059278,0.1188089),(0.9017429,0.1188089),(0.9059278,0.1229089),(0.9017429,0.1229089),(0.910111,0.1270127),(0.9059278,0.1270128),(0.9017429,0.1270127),(0.9059278,0.1311129),(0.9017428,0.1311129),(0.9101109,0.1311129),(0.9142919,0.1270128),(0.9142919,0.1311129),(0.8975567,0.1188089),(0.8933688,0.1188089),(0.8975567,0.1229089),(0.8933688,0.1229089),(0.8891787,0.1188089),(0.8849859,0.1188089),(0.8891788,0.1229089),(0.8849859,0.1229089),(0.8933688,0.1270127),(0.8891787,0.1270128),(0.8849859,0.1270127),(0.8891788,0.1311129),(0.8849859,0.1311129),(0.8933688,0.1311129),(0.8975567,0.1270128),(0.8975567,0.1311129),(0.8807898,0.1188089),(0.8765806,0.1188089),(0.8807898,0.1229089),(0.8765807,0.1229089),(0.8723488,0.1188089),(0.8680845,0.1188089),(0.8723488,0.1229089),(0.8680845,0.1229089),(0.8765806,0.1270127),(0.8723488,0.1270128),(0.8680845,0.1270127),(0.8723488,0.1311129),(0.8680845,0.1311129),(0.8765806,0.1311129),(0.8807898,0.1270128),(0.8807898,0.1311129),(0.8637781,0.1188089),(0.8594491,0.1188089),(0.8637781,0.1229089),(0.8594491,0.1229089),(0.8551173,0.1188089),(0.8508024,0.1188089),(0.8551173,0.1229089),(0.8508024,0.1229089),(0.8594491,0.1270127),(0.8551173,0.1270128),(0.8508024,0.1270127),(0.8551173,0.1311129),(0.8508024,0.1311129),(0.859449,0.1311129),(0.8637781,0.1270128),(0.8637781,0.1311129),(0.846524,0.1188089),(0.8422731,0.1188089),(0.846524,0.1229089),(0.8422731,0.1229089),(0.8380403,0.1188089),(0.8338165,0.1188089),(0.8380403,0.1229089),(0.8338165,0.1229089),(0.8422731,0.1270127),(0.8380403,0.1270128),(0.8338165,0.1270127),(0.8380404,0.1311129),(0.8338165,0.1311129),(0.8422731,0.1311129),(0.846524,0.1270128),(0.846524,0.1311129),(0.8295926,0.1188089),(0.8253628,0.1188089),(0.8295926,0.1229089),(0.8253628,0.1229089),(0.8211217,0.1188089),(0.8168637,0.1188089),(0.8211217,0.1229089),(0.8168637,0.1229089),(0.8253628,0.1270127),(0.8211217,0.1270128),(0.8168637,0.1270127),(0.8211217,0.1311129),(0.8168637,0.1311129),(0.8253628,0.1311129),(0.8295926,0.1270128),(0.8295926,0.1311129),(0.8125832,0.1188089),(0.8082899,0.1188089),(0.8125832,0.1229089),(0.8082899,0.1229089),(0.8039935,0.1188089),(0.7997035,0.1188089),(0.7997035,0.1229089),(0.8039935,0.1229089),(0.8082899,0.1270127),(0.8039935,0.1270128),(0.7997035,0.1270127),(0.8039935,0.1311129),(0.7997035,0.1311129),(0.8082899,0.1311129),(0.8125832,0.1270128),(0.8125832,0.1311129),(0.7954297,0.1188089),(0.7911757,0.1188089),(0.7954297,0.1229089),(0.7911757,0.1229089),(0.7869452,0.1188089),(0.7827417,0.1188089),(0.7869452,0.1229089),(0.7827417,0.1229089),(0.7911757,0.1270127),(0.7869452,0.1270128),(0.7827417,0.1270127),(0.7869452,0.1311129),(0.7827417,0.1311129),(0.7911757,0.1311129),(0.7954297,0.1270128),(0.7954297,0.1311129),(0.7785689,0.1188089),(0.7744211,0.1188089),(0.7785689,0.1229089),(0.7744212,0.1229089),(0.7702925,0.1188089),(0.7661775,0.1188089),(0.7702925,0.1229089),(0.7661775,0.1229089),(0.7744212,0.1270127),(0.7702925,0.1270128),(0.7661775,0.1270127),(0.7702925,0.1311129),(0.7661775,0.1311129),(0.7744212,0.1311129),(0.778569,0.1270128),(0.778569,0.1311129),(0.7620703,0.1188089),(0.757961,0.1188089),(0.7620703,0.1229089),(0.757961,0.1229089),(0.7538399,0.1188089),(0.7496969,0.1188089),(0.7538399,0.1229089),(0.7496969,0.1229089),(0.757961,0.1270127),(0.7538399,0.1270128),(0.7496969,0.1270127),(0.7538399,0.1311129),(0.7496969,0.1311129),(0.757961,0.1311129),(0.7620703,0.1270128),(0.7620703,0.1311129),(0.7455223,0.1188089),(0.7413244,0.1188089),(0.7455223,0.1229089),(0.7413245,0.1229089),(0.7371117,0.1188089),(0.7328922,0.1188089),(0.7371117,0.1229089),(0.7328923,0.1229089),(0.7413245,0.1270127),(0.7371117,0.1270128),(0.7328922,0.1270127),(0.7371117,0.1311129),(0.7328922,0.1311129),(0.7413245,0.1311129),(0.7455223,0.1270128),(0.7455223,0.1311129),(0.7286744,0.1188089),(0.7244572,0.1188089),(0.7286744,0.1229089),(0.7244572,0.1229089),(0.7202395,0.1188089),(0.71602,0.1188089),(0.7202395,0.1229089),(0.71602,0.1229089),(0.7244572,0.1270127),(0.7202395,0.1270128),(0.71602,0.1270127),(0.7202394,0.1311129),(0.71602,0.1311129),(0.7244572,0.1311129),(0.7286744,0.1270128),(0.7286744,0.1311129),(0.7117977,0.1188089),(0.7075742,0.1188089),(0.7117977,0.1229089),(0.7075742,0.1229089),(0.7033514,0.1188089),(0.6991307,0.1188089),(0.7033514,0.1229089),(0.6991307,0.1229089),(0.7075742,0.1270127),(0.7033514,0.1270128),(0.6991307,0.1270127),(0.7033514,0.1311129),(0.6991307,0.1311129),(0.7075742,0.1311129),(0.7117977,0.1270128),(0.7117977,0.1311129),(0.6949139,0.1188089),(0.6906992,0.1188089),(0.6949139,0.1229089),(0.6906992,0.1229089),(0.6864849,0.1188089),(0.6822694,0.1188089),(0.6864849,0.1229089),(0.6822693,0.1229089),(0.6906992,0.1270127),(0.6864849,0.1270128),(0.6822694,0.1270127),(0.6864849,0.1311129),(0.6822693,0.1311129),(0.6906992,0.1311129),(0.6949139,0.1270128),(0.6949139,0.1311129),(0.6780508,0.1188089),(0.6738272,0.1188089),(0.6780507,0.1229089),(0.6738272,0.1229089),(0.6695971,0.1188089),(0.6653587,0.1188089),(0.6695971,0.1229089),(0.6653587,0.1229089),(0.6738272,0.1270127),(0.6695971,0.1270128),(0.6653587,0.1270127),(0.6695971,0.1311129),(0.6653587,0.1311129),(0.6738272,0.1311129),(0.6780508,0.1270128),(0.6780507,0.1311129),(0.6611102,0.1188089),(0.6568571,0.1188089),(0.6611102,0.1229089),(0.6568571,0.1229089),(0.6526053,0.1188089),(0.6483604,0.1188089),(0.6526054,0.1229089),(0.6483604,0.1229089),(0.6568571,0.1270127),(0.6526054,0.1270128),(0.6483604,0.1270127),(0.6526053,0.1311129),(0.6483604,0.1311129),(0.6568571,0.1311129),(0.6611102,0.1270128),(0.6611102,0.1311129),(0.6441281,0.1188089),(0.6399043,0.1188089),(0.6441281,0.1229089),(0.6399043,0.1229089),(0.635685,0.1188089),(0.6314663,0.1188089),(0.635685,0.1229089),(0.6314663,0.1229089),(0.6399043,0.1270127),(0.635685,0.1270128),(0.6314663,0.1270127),(0.635685,0.1311129),(0.6314663,0.1311129),(0.6399043,0.1311129),(0.6441281,0.1270128),(0.6441281,0.1311129),(0.627244,0.1188089),(0.6230208,0.1188089),(0.627244,0.1229089),(0.6230209,0.1229089),(0.6187993,0.1188089),(0.6145822,0.1188089),(0.6187993,0.1229089),(0.6145822,0.1229089),(0.6230208,0.1270127),(0.6187993,0.1270128),(0.6145822,0.1270127),(0.6187993,0.1311129),(0.6145822,0.1311129),(0.6230209,0.1311129),(0.627244,0.1270128),(0.627244,0.1311129),(0.6103719,0.1188089),(0.6061606,0.1188089),(0.6103719,0.1229089),(0.6061606,0.1229089),(0.6019406,0.1188089),(0.5977041,0.1188089),(0.6019406,0.1229089),(0.5977041,0.1229089),(0.6061606,0.1270127),(0.6019406,0.1270128),(0.5977041,0.1270127),(0.6019406,0.1311129),(0.5977041,0.1311129),(0.6061606,0.1311129),(0.6103719,0.1270128),(0.6103719,0.1311129),(0.5934432,0.1188089),(0.589169,0.1188089),(0.5934432,0.1229089),(0.589169,0.1229089),(0.5848927,0.1188089),(0.5806257,0.1188089),(0.5848927,0.1229089),(0.5806257,0.1229089),(0.589169,0.1270127),(0.5848927,0.1270128),(0.5806257,0.1270127),(0.5848927,0.1311129),(0.5806257,0.1311129),(0.589169,0.1311129),(0.5934432,0.1270128),(0.5934432,0.1311129),(0.5763788,0.1188089),(0.572147,0.1188089),(0.572147,0.1229089),(0.5763788,0.1229089),(0.567925,0.1188089),(0.5637077,0.1188089),(0.5637077,0.1229089),(0.567925,0.1229089),(0.567925,0.1270128),(0.572147,0.1270127),(0.5637077,0.1270127),(0.5637077,0.1311129),(0.567925,0.1311129),(0.572147,0.1311129),(0.5763788,0.1270128),(0.5763788,0.1311129),(0.55949,0.1188089),(0.5552715,0.1188089),(0.5552715,0.1229089),(0.55949,0.1229089),(0.5510522,0.1188089),(0.5468317,0.1188089),(0.5468317,0.1229089),(0.5510522,0.1229089),(0.5510522,0.1270128),(0.5552715,0.1270127),(0.5468317,0.1270127),(0.5468317,0.1311129),(0.5510522,0.1311129),(0.5552715,0.1311129),(0.55949,0.1270128),(0.55949,0.1311129),(0.5426099,0.1188089),(0.5383899,0.1188089),(0.5383899,0.1229089),(0.5426099,0.1229089),(0.5341746,0.1188089),(0.5299669,0.1188089),(0.5299669,0.1229089),(0.5341746,0.1229089),(0.5341746,0.1270128),(0.5383899,0.1270127),(0.5299669,0.1270127),(0.529967,0.1311129),(0.5341746,0.1311129),(0.5383899,0.1311129),(0.5426099,0.1270128),(0.5426099,0.1311129),(0.52577,0.1188089),(0.5215818,0.1188089),(0.5215818,0.1229089),(0.52577,0.1229089),(0.5174,0.1188089),(0.5132228,0.1188089),(0.5132228,0.1229089),(0.5174,0.1229089),(0.5174,0.1270128),(0.5215818,0.1270127),(0.5132228,0.1270127),(0.5132228,0.1311129),(0.5174,0.1311129),(0.5215818,0.1311129),(0.52577,0.1270128),(0.52577,0.1311129),(0.5090478,0.1188089),(0.5048727,0.1188089),(0.5048727,0.1229089),(0.5090478,0.1229089),(0.5006949,0.1188089),(0.4965119,0.1188089),(0.5006949,0.1229089),(0.4965119,0.1229089),(0.5006949,0.1270128),(0.5048727,0.1270127),(0.4965119,0.1270127),(0.5006949,0.1311129),(0.4965119,0.1311129),(0.5048727,0.1311129),(0.5090478,0.1270128),(0.5090478,0.1311129),(0.4923214,0.1188089),(0.4881234,0.1188089),(0.4923214,0.1229089),(0.4881234,0.1229089),(0.4839184,0.1188089),(0.4797065,0.1188089),(0.4839184,0.1229089),(0.4797065,0.1229089),(0.4881234,0.1270127),(0.4839184,0.1270128),(0.4797065,0.1270127),(0.4839184,0.1311129),(0.4797064,0.1311129),(0.4881234,0.1311129),(0.4923214,0.1270128),(0.4923214,0.1311129),(0.4754879,0.1188089),(0.4712752,0.1188089),(0.4754879,0.1229089),(0.4712752,0.1229089),(0.4670808,0.1188089),(0.4629171,0.1188089),(0.4670808,0.1229089),(0.4629171,0.1229089),(0.4712752,0.1270127),(0.4670808,0.1270128),(0.4629171,0.1270127),(0.4670808,0.1311129),(0.4629171,0.1311129),(0.4712752,0.1311129),(0.4754879,0.1270128),(0.4754879,0.1311129),(0.4587967,0.1188089),(0.4547031,0.1188089),(0.4587967,0.1229089),(0.4547031,0.1229089),(0.4506197,0.1188089),(0.44653,0.1188089),(0.4506197,0.1229089),(0.44653,0.1229089),(0.4547031,0.1270127),(0.4506197,0.1270128),(0.44653,0.1270127),(0.4506197,0.1311129),(0.44653,0.1311129),(0.4547031,0.1311129),(0.4587967,0.1270128),(0.4587967,0.1311129),(0.4424174,0.1188089),(0.4382856,0.1188089),(0.4424174,0.1229089),(0.4382856,0.1229089),(0.4341379,0.1188089),(0.429978,0.1188089),(0.4341379,0.1229089),(0.429978,0.1229089),(0.4382856,0.1270127),(0.4341379,0.1270128),(0.429978,0.1270127),(0.4341379,0.1311129),(0.429978,0.1311129),(0.4382856,0.1311129),(0.4424174,0.1270128),(0.4424174,0.1311129),(0.4258092,0.1188089),(0.4216311,0.1188089),(0.4258092,0.1229089),(0.4216312,0.1229089),(0.4174434,0.1188089),(0.4132456,0.1188089),(0.4174434,0.1229089),(0.4132456,0.1229089),(0.4216312,0.1270127),(0.4174434,0.1270128),(0.4132456,0.1270127),(0.4132456,0.1311129),(0.4174434,0.1311129),(0.4216312,0.1311129),(0.4258092,0.1270128),(0.4258092,0.1311129),(0.4090372,0.1188089),(0.4048201,0.1188089),(0.4048201,0.1229089),(0.4090372,0.1229089),(0.4005963,0.1188089),(0.3963675,0.1188089),(0.3963675,0.1229089),(0.4005963,0.1229089),(0.4005963,0.1270128),(0.4048201,0.1270127),(0.3963675,0.1270127),(0.3963675,0.1311129),(0.4005963,0.1311129),(0.4048201,0.1311129),(0.4090372,0.1270128),(0.4090372,0.1311129),(0.3921357,0.1188089),(0.3879012,0.1188089),(0.3879012,0.1229089),(0.3921357,0.1229089),(0.3836642,0.1188089),(0.3794248,0.1188089),(0.3794249,0.1229089),(0.3836642,0.1229089),(0.3836642,0.1270128),(0.3879012,0.1270127),(0.3794248,0.1270127),(0.3794248,0.1311129),(0.3836642,0.1311129),(0.3879012,0.1311129),(0.3921357,0.1270128),(0.3921357,0.1311129),(0.3751834,0.1188089),(0.3709441,0.1188089),(0.3709441,0.1229089),(0.3751834,0.1229089),(0.3667112,0.1188089),(0.3624887,0.1188089),(0.3624887,0.1229089),(0.3667112,0.1229089),(0.3667112,0.1270128),(0.3709442,0.1270127),(0.3624887,0.1270127),(0.3624887,0.1311129),(0.3667112,0.1311129),(0.3709441,0.1311129),(0.3751834,0.1270128),(0.3751834,0.1311129),(0.358281,0.1188089),(0.3540821,0.1188089),(0.3540821,0.1229089),(0.358281,0.1229089),(0.3498864,0.1188089),(0.3456882,0.1188089),(0.3456882,0.1229089),(0.3498864,0.1229089),(0.3498864,0.1270128),(0.3540821,0.1270127),(0.3456882,0.1270127),(0.3456882,0.1311129),(0.3498864,0.1311129),(0.3540821,0.1311129),(0.3582809,0.1270128),(0.358281,0.1311129),(0.3414817,0.1188089),(0.3372694,0.1188089),(0.3372695,0.1229089),(0.3414817,0.1229089),(0.3330541,0.1188089),(0.3288383,0.1188089),(0.3288383,0.1229089),(0.3330541,0.1229089),(0.3330541,0.1270128),(0.3372695,0.1270127),(0.3288383,0.1270127),(0.3288383,0.1311129),(0.3330541,0.1311129),(0.3372695,0.1311129),(0.3414817,0.1270128),(0.3414817,0.1311129),(0.3246247,0.1188089),(0.3204179,0.1188089),(0.3204179,0.1229089),(0.3246247,0.1229089),(0.3162228,0.1188089),(0.3120441,0.1188089),(0.3120441,0.1229089),(0.3162228,0.1229089),(0.3162228,0.1270128),(0.3204179,0.1270127),(0.3120441,0.1270127),(0.3120441,0.1311129),(0.3162228,0.1311129),(0.3204179,0.1311129),(0.3246247,0.1270128),(0.3246247,0.1311129),(0.3078868,0.1188089),(0.3037427,0.1188089),(0.3037427,0.1229089),(0.3078868,0.1229089),(0.2996041,0.1188089),(0.2954631,0.1188089),(0.2996041,0.1229089),(0.2954631,0.1229089),(0.3037428,0.1270127),(0.2996041,0.1270128),(0.2954631,0.1270127),(0.2996041,0.1311129),(0.2954631,0.1311129),(0.3037427,0.1311129),(0.3078868,0.1270128),(0.3078868,0.1311129),(0.2913116,0.1188089),(0.2871543,0.1188089),(0.2871543,0.1229089),(0.2913116,0.1229089),(0.2829956,0.1188089),(0.2788399,0.1188089),(0.2788399,0.1229089),(0.2829956,0.1229089),(0.2829956,0.1270128),(0.2871543,0.1270127),(0.2788399,0.1270127),(0.2788399,0.1311129),(0.2829956,0.1311129),(0.2871543,0.1311129),(0.2913116,0.1270128),(0.2913116,0.1311129),(0.2746918,0.1188089),(0.2705556,0.1188089),(0.2705556,0.1229089),(0.2746918,0.1229089),(0.2664356,0.1188089),(0.262336,0.1188089),(0.262336,0.1229089),(0.2664356,0.1229089),(0.2664356,0.1270128),(0.2705556,0.1270127),(0.262336,0.1270127),(0.262336,0.1311129),(0.2664356,0.1311129),(0.2705556,0.1311129),(0.2746918,0.1270128),(0.2746918,0.1311129),(0.2582613,0.1188089),(0.254209,0.1188089),(0.254209,0.1229089),(0.2582613,0.1229089),(0.2501769,0.1188089),(0.2461624,0.1188089),(0.2461624,0.1229089),(0.2501769,0.1229089),(0.2501769,0.1270128),(0.254209,0.1270127),(0.2461624,0.1270127),(0.2461624,0.1311129),(0.2501769,0.1311129),(0.254209,0.1311129),(0.2582613,0.1270128),(0.2582613,0.1311129),(0.2421634,0.1188089),(0.238164,0.1188089),(0.238164,0.1229089),(0.2421634,0.1229089),(0.2341487,0.1188089),(0.2301017,0.1188089),(0.2301017,0.1229089),(0.2341487,0.1229089),(0.2341487,0.1270128),(0.238164,0.1270127),(0.2301017,0.1270127),(0.2301017,0.1311129),(0.2341487,0.1311129),(0.238164,0.1311129),(0.2421634,0.1270128),(0.2421634,0.1311129),(0.2260074,0.1188089),(0.2218787,0.1188089),(0.2218787,0.1229089),(0.2260074,0.1229089),(0.2177283,0.1188089),(0.2135691,0.1188089),(0.2177283,0.1229089),(0.2135692,0.1229089),(0.2218787,0.1270127),(0.2177283,0.1270128),(0.2135691,0.1270127),(0.2177283,0.1311129),(0.2135692,0.1311129),(0.2218787,0.1311129),(0.2260074,0.1270128),(0.2260074,0.1311129),(0.2094141,0.1188089),(0.2052627,0.1188089),(0.2094141,0.1229089),(0.2052627,0.1229089),(0.2011147,0.1188089),(0.1969699,0.1188089),(0.2011147,0.1229089),(0.1969699,0.1229089),(0.2052627,0.1270127),(0.2011147,0.1270128),(0.1969699,0.1270127),(0.1969699,0.1311129),(0.2011147,0.1311129),(0.2052627,0.1311129),(0.2094141,0.1270128),(0.2094141,0.1311129),(0.1928277,0.1188089),(0.1886888,0.1188089),(0.1886888,0.1229089),(0.1928277,0.1229089),(0.1845533,0.1188089),(0.1804218,0.1188089),(0.1804218,0.1229089),(0.1845533,0.1229089),(0.1845533,0.1270128),(0.1886888,0.1270127),(0.1804218,0.1270127),(0.1804218,0.1311129),(0.1845533,0.1311129),(0.1886888,0.1311129),(0.1928277,0.1270128),(0.1928277,0.1311129),(0.1762946,0.1188089),(0.1721701,0.1188089),(0.1721701,0.1229089),(0.1762946,0.1229089),(0.1680468,0.1188089),(0.163923,0.1188089),(0.163923,0.1229089),(0.1680468,0.1229089),(0.1680468,0.1270128),(0.1721701,0.1270127),(0.163923,0.1270127),(0.163923,0.1311129),(0.1680468,0.1311129),(0.1721701,0.1311129),(0.1762946,0.1270128),(0.1762946,0.1311129),(0.1597973,0.1188089),(0.1556691,0.1188089),(0.1556691,0.1229089),(0.1597973,0.1229089),(0.1515382,0.1188089),(0.1474041,0.1188089),(0.1474041,0.1229089),(0.1515382,0.1229089),(0.1515382,0.1270128),(0.1556691,0.1270127),(0.1474041,0.1270127),(0.1474041,0.1311129),(0.1515382,0.1311129),(0.1556691,0.1311129),(0.1597973,0.1270128),(0.1597973,0.1311129),(0.1432664,0.1188089),(0.1391259,0.1188089),(0.1391259,0.1229089),(0.1432664,0.1229089),(0.134983,0.1188089),(0.1308385,0.1188089),(0.1308385,0.1229089),(0.134983,0.1229089),(0.134983,0.1270128),(0.1391259,0.1270127),(0.1308385,0.1270127),(0.134983,0.1311129),(0.1308385,0.1311129),(0.1391259,0.1311129),(0.1432664,0.1270128),(0.1432664,0.1311129),(0.126693,0.1188089),(0.12255,0.1188089),(0.126693,0.1229089),(0.12255,0.1229089),(0.1184131,0.1188089),(0.1142857,0.1188089),(0.1142857,0.1229089),(0.1184131,0.1229089),(0.1184131,0.1270128),(0.12255,0.1270127),(0.1142857,0.1270127),(0.1142857,0.1311129),(0.1184131,0.1311129),(0.12255,0.1311129),(0.126693,0.1270128),(0.126693,0.1311129),(0.1101713,0.1188089),(0.1060752,0.1188089),(0.1060752,0.1229089),(0.1101713,0.1229089),(0.1020023,0.1188089),(0.09795791,0.1188089),(0.09795791,0.1229089),(0.1020023,0.1229089),(0.1020023,0.1270128),(0.1060752,0.1270127),(0.09795791,0.1270127),(0.09795791,0.1311129),(0.1020023,0.1311129),(0.1060752,0.1311129),(0.1101713,0.1270128),(0.1101713,0.1311129),(0.09394707,0.1188089),(0.08994583,0.1188089),(0.08994584,0.1229089),(0.09394707,0.1229089),(0.08593026,0.1188089),(0.08187638,0.1188089),(0.08187637,0.1229089),(0.08593025,0.1229089),(0.08593026,0.1270128),(0.08994584,0.1270127),(0.08187638,0.1270127),(0.08593026,0.1311129),(0.08187638,0.1311129),(0.08994584,0.1311129),(0.09394707,0.1270128),(0.09394707,0.1311129),(0.07776025,0.1188089),(0.07361087,0.1188089),(0.07361087,0.1229089),(0.07776025,0.1229089),(0.06945725,0.1188089),(0.06532837,0.1188089),(0.06945725,0.1229089),(0.06532837,0.1229089),(0.06945725,0.1270128),(0.07361087,0.1270127),(0.06532837,0.1270127),(0.06945725,0.1311129),(0.06532837,0.1311129),(0.07361087,0.1311129),(0.07776025,0.1270128),(0.07776025,0.1311129),(0.06125325,0.1188089),(0.05721605,0.1188089),(0.06125325,0.1229089),(0.05721604,0.1229089),(0.05320094,0.1188089),(0.0491921,0.1188089),(0.05320094,0.1229089),(0.04919209,0.1229089),(0.05721605,0.1270127),(0.05320094,0.1270128),(0.0491921,0.1270127),(0.05320094,0.1311129),(0.04919209,0.1311129),(0.05721605,0.1311129),(0.06125325,0.1270128),(0.06125325,0.1311129),(0.04517369,0.1188089),(0.04115105,0.1188089),(0.04517369,0.1229089),(0.04115105,0.1229089),(0.0371295,0.1188089),(0.03311438,0.1188089),(0.0371295,0.1229089),(0.03311437,0.1229089),(0.04115105,0.1270127),(0.0371295,0.1270128),(0.03311438,0.1270127),(0.0371295,0.1311129),(0.03311438,0.1311129),(0.04115105,0.1311129),(0.04517369,0.1270128),(0.04517369,0.1311129),(0.029111,0.1188089),(0.02511186,0.1188089),(0.02511186,0.1229089),(0.029111,0.1229089),(0.02110944,0.1188089),(0.01709622,0.1188089),(0.01709622,0.1229089),(0.02110944,0.1229089),(0.02110944,0.1270128),(0.02511186,0.1270127),(0.01709622,0.1270127),(0.02110944,0.1311129),(0.01709622,0.1311129),(0.02511186,0.1311129),(0.029111,0.1270128),(0.029111,0.1311129),(0.01306469,0.1188089),(0.009019421,0.1188065),(0.01306469,0.1229089),(0.009019421,0.1229087),(0.004965,0.1187994),(0.000906,0.11879),(0.004965,0.122908),(0.000906,0.122907),(0.009019421,0.1270142),(0.004965,0.1270184),(0.000906,0.1270241),(0.004965,0.1311213),(0.000906,0.131141),(0.009019421,0.131115),(0.01306469,0.1270128),(0.01306469,0.1311129),(0.999094,0.135213),(0.9951518,0.1352074),(0.9912093,0.1352032),(0.9951518,0.1392873),(0.9912093,0.139289),(0.999094,0.139285),(0.9872664,0.1352018),(0.983323,0.1352018),(0.9872664,0.1392895),(0.983323,0.1392896),(0.9912093,0.1433828),(0.9872664,0.1433865),(0.983323,0.1433865),(0.9872664,0.1475028),(0.983323,0.1475028),(0.9912093,0.1474972),(0.999094,0.143357),(0.9951518,0.1433717),(0.9951518,0.1474806),(0.999094,0.147429),(0.9793787,0.1352018),(0.9754275,0.1352018),(0.9793787,0.1392896),(0.9754274,0.1392896),(0.9714631,0.1352018),(0.9674796,0.1352018),(0.9714631,0.1392895),(0.9674796,0.1392896),(0.9754274,0.1433865),(0.9714631,0.1433865),(0.9674796,0.1433865),(0.9714631,0.1475028),(0.9674796,0.1475028),(0.9754274,0.1475028),(0.9793787,0.1433865),(0.9793787,0.1475028),(0.9634706,0.1352018),(0.9594426,0.1352018),(0.9634707,0.1392896),(0.9594426,0.1392896),(0.9554016,0.1352018),(0.9513539,0.1352018),(0.9554016,0.1392895),(0.9513539,0.1392896),(0.9594426,0.1433865),(0.9554016,0.1433865),(0.9513539,0.1433865),(0.9554016,0.1475028),(0.9513539,0.1475028),(0.9594425,0.1475028),(0.9634707,0.1433865),(0.9634706,0.1475028),(0.9473058,0.1352018),(0.9432498,0.1352018),(0.9473058,0.1392896),(0.9432497,0.1392896),(0.9391782,0.1352018),(0.9350839,0.1352018),(0.9391783,0.1392895),(0.9350839,0.1392896),(0.9432497,0.1433865),(0.9391782,0.1433865),(0.9350839,0.1433865),(0.9391783,0.1475028),(0.9350839,0.1475028),(0.9432497,0.1475028),(0.9473058,0.1433865),(0.9473058,0.1475028),(0.930959,0.1352018),(0.9268106,0.1352018),(0.930959,0.1392896),(0.9268106,0.1392896),(0.9226453,0.1352018),(0.9184701,0.1352018),(0.9226453,0.1392895),(0.9184701,0.1392896),(0.9268106,0.1433865),(0.9226453,0.1433865),(0.9184701,0.1433865),(0.9226453,0.1475028),(0.9184701,0.1475028),(0.9268106,0.1475028),(0.930959,0.1433865),(0.930959,0.1475028),(0.9142919,0.1352018),(0.910111,0.1352018),(0.9142919,0.1392896),(0.9101109,0.1392896),(0.9059278,0.1352018),(0.9017429,0.1352018),(0.9059278,0.1392895),(0.9017429,0.1392896),(0.910111,0.1433865),(0.9059278,0.1433865),(0.9017429,0.1433865),(0.9017428,0.1475028),(0.9059278,0.1475028),(0.9101109,0.1475028),(0.9142919,0.1433865),(0.9142919,0.1475028),(0.8975567,0.1352018),(0.8933688,0.1352018),(0.8975567,0.1392896),(0.8933688,0.1392896),(0.8891787,0.1352018),(0.8849859,0.1352018),(0.8891788,0.1392895),(0.8849859,0.1392896),(0.8933688,0.1433865),(0.8891787,0.1433865),(0.8849859,0.1433865),(0.8849859,0.1475028),(0.8891788,0.1475028),(0.8933688,0.1475028),(0.8975567,0.1433865),(0.8975567,0.1475028),(0.8807898,0.1352018),(0.8765806,0.1352018),(0.8807898,0.1392896),(0.8765807,0.1392896),(0.8723488,0.1352018),(0.8680845,0.1352018),(0.8723488,0.1392895),(0.8680845,0.1392896),(0.8765806,0.1433865),(0.8723488,0.1433865),(0.8680845,0.1433865),(0.8723488,0.1475028),(0.8680845,0.1475028),(0.8765806,0.1475028),(0.8807898,0.1433865),(0.8807898,0.1475028),(0.8637781,0.1352018),(0.8594491,0.1352018),(0.8637781,0.1392896),(0.8594491,0.1392896),(0.8551173,0.1352018),(0.8508024,0.1352018),(0.8551173,0.1392895),(0.8508024,0.1392896),(0.8594491,0.1433865),(0.8551173,0.1433865),(0.8508024,0.1433865),(0.8551173,0.1475028),(0.8508024,0.1475028),(0.859449,0.1475028),(0.8637781,0.1433865),(0.8637781,0.1475028),(0.846524,0.1352018),(0.8422731,0.1352018),(0.846524,0.1392896),(0.8422731,0.1392896),(0.8380403,0.1352018),(0.8338165,0.1352018),(0.8380403,0.1392895),(0.8338165,0.1392896),(0.8422731,0.1433865),(0.8380403,0.1433865),(0.8338165,0.1433865),(0.8380404,0.1475028),(0.8338165,0.1475028),(0.8422731,0.1475028),(0.846524,0.1433865),(0.846524,0.1475028),(0.8295926,0.1352018),(0.8253628,0.1352018),(0.8295926,0.1392896),(0.8253628,0.1392896),(0.8211217,0.1352018),(0.8168637,0.1352018),(0.8211217,0.1392895),(0.8168637,0.1392896),(0.8253628,0.1433865),(0.8211217,0.1433865),(0.8168637,0.1433865),(0.8211217,0.1475028),(0.8168637,0.1475028),(0.8253628,0.1475028),(0.8295926,0.1433865),(0.8295926,0.1475028),(0.8125832,0.1352018),(0.8082899,0.1352018),(0.8125832,0.1392896),(0.8082899,0.1392896),(0.8039935,0.1352018),(0.7997035,0.1352018),(0.8039935,0.1392895),(0.7997035,0.1392896),(0.8082899,0.1433865),(0.8039935,0.1433865),(0.7997035,0.1433865),(0.8039935,0.1475028),(0.7997035,0.1475028),(0.8082899,0.1475028),(0.8125832,0.1433865),(0.8125832,0.1475028),(0.7954297,0.1352018),(0.7911757,0.1352018),(0.7954297,0.1392896),(0.7911757,0.1392896),(0.7869452,0.1352018),(0.7827417,0.1352018),(0.7869452,0.1392895),(0.7827417,0.1392896),(0.7911757,0.1433865),(0.7869452,0.1433865),(0.7827417,0.1433865),(0.7869452,0.1475028),(0.7827417,0.1475028),(0.7911757,0.1475028),(0.7954297,0.1433865),(0.7954297,0.1475028),(0.7785689,0.1352018),(0.7744211,0.1352018),(0.7785689,0.1392896),(0.7744212,0.1392896),(0.7702925,0.1352018),(0.7661775,0.1352018),(0.7702925,0.1392895),(0.7661775,0.1392896),(0.7744212,0.1433865),(0.7702925,0.1433865),(0.7661775,0.1433865),(0.7702925,0.1475028),(0.7661775,0.1475028),(0.7744212,0.1475028),(0.778569,0.1433865),(0.778569,0.1475028),(0.7620703,0.1352018),(0.757961,0.1352018),(0.7620703,0.1392896),(0.757961,0.1392896),(0.7538399,0.1352018),(0.7496969,0.1352018),(0.7538399,0.1392895),(0.7496969,0.1392896),(0.757961,0.1433865),(0.7538399,0.1433865),(0.7496969,0.1433865),(0.7538399,0.1475028),(0.7496969,0.1475028),(0.757961,0.1475028),(0.7620703,0.1433865),(0.7620703,0.1475028),(0.7455223,0.1352018),(0.7413244,0.1352018),(0.7455223,0.1392896),(0.7413245,0.1392896),(0.7371117,0.1352018),(0.7328922,0.1352018),(0.7371117,0.1392895),(0.7328923,0.1392896),(0.7413245,0.1433865),(0.7371117,0.1433865),(0.7328922,0.1433865),(0.7371117,0.1475028),(0.7328922,0.1475028),(0.7413245,0.1475028),(0.7455223,0.1433865),(0.7455223,0.1475028),(0.7286744,0.1352018),(0.7244572,0.1352018),(0.7286744,0.1392896),(0.7244572,0.1392896),(0.7202395,0.1352018),(0.71602,0.1352018),(0.7202395,0.1392895),(0.71602,0.1392896),(0.7244572,0.1433865),(0.7202395,0.1433865),(0.71602,0.1433865),(0.7202394,0.1475028),(0.71602,0.1475028),(0.7244572,0.1475028),(0.7286744,0.1433865),(0.7286744,0.1475028),(0.7117977,0.1352018),(0.7075742,0.1352018),(0.7117977,0.1392896),(0.7075742,0.1392896),(0.7033514,0.1352018),(0.6991307,0.1352018),(0.7033514,0.1392895),(0.6991307,0.1392896),(0.7075742,0.1433865),(0.7033514,0.1433865),(0.6991307,0.1433865),(0.7033514,0.1475028),(0.6991307,0.1475028),(0.7075742,0.1475028),(0.7117977,0.1433865),(0.7117977,0.1475028),(0.6949139,0.1352018),(0.6906992,0.1352018),(0.6949139,0.1392896),(0.6906992,0.1392896),(0.6864849,0.1352018),(0.6822694,0.1352018),(0.6864849,0.1392895),(0.6822693,0.1392896),(0.6906992,0.1433865),(0.6864849,0.1433865),(0.6822694,0.1433865),(0.6864849,0.1475028),(0.6822693,0.1475028),(0.6906992,0.1475028),(0.6949139,0.1433865),(0.6949139,0.1475028),(0.6780508,0.1352018),(0.6738272,0.1352018),(0.6780507,0.1392896),(0.6738272,0.1392896),(0.6695971,0.1352018),(0.6653587,0.1352018),(0.6695971,0.1392895),(0.6653587,0.1392896),(0.6738272,0.1433865),(0.6695971,0.1433865),(0.6653587,0.1433865),(0.6695971,0.1475028),(0.6653587,0.1475028),(0.6738272,0.1475028),(0.6780508,0.1433865),(0.6780507,0.1475028),(0.6611102,0.1352018),(0.6568571,0.1352018),(0.6611102,0.1392896),(0.6568571,0.1392896),(0.6526053,0.1352018),(0.6483604,0.1352018),(0.6526054,0.1392895),(0.6483604,0.1392896),(0.6568571,0.1433865),(0.6526054,0.1433865),(0.6483604,0.1433865),(0.6526053,0.1475028),(0.6483604,0.1475028),(0.6568571,0.1475028),(0.6611102,0.1433865),(0.6611102,0.1475028),(0.6441281,0.1352018),(0.6399043,0.1352018),(0.6441281,0.1392896),(0.6399043,0.1392896),(0.635685,0.1352018),(0.6314663,0.1352018),(0.635685,0.1392895),(0.6314663,0.1392896),(0.6399043,0.1433865),(0.635685,0.1433865),(0.6314663,0.1433865),(0.635685,0.1475028),(0.6314663,0.1475028),(0.6399043,0.1475028),(0.6441281,0.1433865),(0.6441281,0.1475028),(0.627244,0.1352018),(0.6230208,0.1352018),(0.627244,0.1392896),(0.6230209,0.1392896),(0.6187993,0.1352018),(0.6145822,0.1352018),(0.6187993,0.1392895),(0.6145822,0.1392896),(0.6230208,0.1433865),(0.6187993,0.1433865),(0.6145822,0.1433865),(0.6187993,0.1475028),(0.6145822,0.1475028),(0.6230209,0.1475028),(0.627244,0.1433865),(0.627244,0.1475028),(0.6103719,0.1352018),(0.6061606,0.1352018),(0.6103719,0.1392896),(0.6061606,0.1392896),(0.6019406,0.1352018),(0.5977041,0.1352018),(0.6019406,0.1392895),(0.5977041,0.1392896),(0.6061606,0.1433865),(0.6019406,0.1433865),(0.5977041,0.1433865),(0.6019406,0.1475028),(0.5977041,0.1475028),(0.6061606,0.1475028),(0.6103719,0.1433865),(0.6103719,0.1475028),(0.5934432,0.1352018),(0.589169,0.1352018),(0.5934432,0.1392896),(0.589169,0.1392896),(0.5848927,0.1352018),(0.5806257,0.1352018),(0.5848927,0.1392895),(0.5806257,0.1392896),(0.589169,0.1433865),(0.5848927,0.1433865),(0.5806257,0.1433865),(0.5848927,0.1475028),(0.5806257,0.1475028),(0.589169,0.1475028),(0.5934432,0.1433865),(0.5934432,0.1475028),(0.5763788,0.1352018),(0.572147,0.1352018),(0.5763788,0.1392896),(0.572147,0.1392896),(0.567925,0.1352018),(0.5637077,0.1352018),(0.567925,0.1392895),(0.5637077,0.1392896),(0.572147,0.1433865),(0.567925,0.1433865),(0.5637077,0.1433865),(0.567925,0.1475028),(0.5637077,0.1475028),(0.572147,0.1475028),(0.5763788,0.1433865),(0.5763788,0.1475028),(0.55949,0.1352018),(0.5552715,0.1352018),(0.5552715,0.1392896),(0.55949,0.1392896),(0.5510522,0.1352018),(0.5468317,0.1352018),(0.5468317,0.1392896),(0.5510522,0.1392895),(0.5510522,0.1433865),(0.5552715,0.1433865),(0.5468317,0.1433865),(0.5468317,0.1475028),(0.5510522,0.1475028),(0.5552715,0.1475028),(0.55949,0.1433865),(0.55949,0.1475028),(0.5426099,0.1352018),(0.5383899,0.1352018),(0.5383899,0.1392896),(0.5426099,0.1392896),(0.5341746,0.1352018),(0.5299669,0.1352018),(0.5299669,0.1392896),(0.5341746,0.1392895),(0.5341746,0.1433865),(0.5383899,0.1433865),(0.5299669,0.1433865),(0.529967,0.1475028),(0.5341746,0.1475028),(0.5383899,0.1475028),(0.5426099,0.1433865),(0.5426099,0.1475028),(0.52577,0.1352018),(0.5215818,0.1352018),(0.5215818,0.1392896),(0.52577,0.1392896),(0.5174,0.1352018),(0.5132228,0.1352018),(0.5132228,0.1392896),(0.5174,0.1392895),(0.5174,0.1433865),(0.5215818,0.1433865),(0.5132228,0.1433865),(0.5132228,0.1475028),(0.5174,0.1475028),(0.5215818,0.1475028),(0.52577,0.1433865),(0.52577,0.1475028),(0.5090478,0.1352018),(0.5048727,0.1352018),(0.5048727,0.1392896),(0.5090478,0.1392896),(0.5006949,0.1352018),(0.4965119,0.1352018),(0.4965119,0.1392896),(0.5006949,0.1392895),(0.5006949,0.1433865),(0.5048727,0.1433865),(0.4965119,0.1433865),(0.4965119,0.1475028),(0.5006949,0.1475028),(0.5048727,0.1475028),(0.5090478,0.1433865),(0.5090478,0.1475028),(0.4923214,0.1352018),(0.4881234,0.1352018),(0.4923214,0.1392896),(0.4881234,0.1392896),(0.4839184,0.1352018),(0.4797065,0.1352018),(0.4839184,0.1392895),(0.4797065,0.1392896),(0.4881234,0.1433865),(0.4839184,0.1433865),(0.4797065,0.1433865),(0.4839184,0.1475028),(0.4797064,0.1475028),(0.4881234,0.1475028),(0.4923214,0.1433865),(0.4923214,0.1475028),(0.4754879,0.1352018),(0.4712752,0.1352018),(0.4754879,0.1392896),(0.4712752,0.1392896),(0.4670808,0.1352018),(0.4629171,0.1352018),(0.4670808,0.1392895),(0.4629171,0.1392896),(0.4712752,0.1433865),(0.4670808,0.1433865),(0.4629171,0.1433865),(0.4670808,0.1475028),(0.4629171,0.1475028),(0.4712752,0.1475028),(0.4754879,0.1433865),(0.4754879,0.1475028),(0.4587967,0.1352018),(0.4547031,0.1352018),(0.4587967,0.1392896),(0.4547031,0.1392896),(0.4506197,0.1352018),(0.44653,0.1352018),(0.4506197,0.1392895),(0.44653,0.1392896),(0.4547031,0.1433865),(0.4506197,0.1433865),(0.44653,0.1433865),(0.4506197,0.1475028),(0.44653,0.1475028),(0.4547031,0.1475028),(0.4587967,0.1433865),(0.4587967,0.1475028),(0.4424174,0.1352018),(0.4382856,0.1352018),(0.4424174,0.1392896),(0.4382856,0.1392896),(0.4341379,0.1352018),(0.429978,0.1352018),(0.4341379,0.1392895),(0.429978,0.1392896),(0.4341379,0.1433865),(0.4382856,0.1433865),(0.429978,0.1433865),(0.429978,0.1475028),(0.4341379,0.1475028),(0.4382856,0.1475028),(0.4424174,0.1433865),(0.4424174,0.1475028),(0.4258092,0.1352018),(0.4216311,0.1352018),(0.4258092,0.1392896),(0.4216312,0.1392896),(0.4174434,0.1352018),(0.4132456,0.1352018),(0.4132456,0.1392896),(0.4174434,0.1392895),(0.4174434,0.1433865),(0.4216312,0.1433865),(0.4132456,0.1433865),(0.4132456,0.1475028),(0.4174434,0.1475028),(0.4216312,0.1475028),(0.4258092,0.1433865),(0.4258092,0.1475028),(0.4090372,0.1352018),(0.4048201,0.1352018),(0.4048201,0.1392896),(0.4090372,0.1392896),(0.4005963,0.1352018),(0.3963675,0.1352018),(0.3963675,0.1392896),(0.4005963,0.1392895),(0.4005963,0.1433865),(0.4048201,0.1433865),(0.3963675,0.1433865),(0.3963675,0.1475028),(0.4005963,0.1475028),(0.4048201,0.1475028),(0.4090372,0.1433865),(0.4090372,0.1475028),(0.3921357,0.1352018),(0.3879012,0.1352018),(0.3879012,0.1392896),(0.3921357,0.1392896),(0.3836642,0.1352018),(0.3794248,0.1352018),(0.3794249,0.1392896),(0.3836642,0.1392895),(0.3836642,0.1433865),(0.3879012,0.1433865),(0.3794248,0.1433865),(0.3794248,0.1475028),(0.3836642,0.1475028),(0.3879012,0.1475028),(0.3921357,0.1433865),(0.3921357,0.1475028),(0.3751834,0.1352018),(0.3709441,0.1352018),(0.3709441,0.1392896),(0.3751834,0.1392896),(0.3667112,0.1352018),(0.3624887,0.1352018),(0.3624887,0.1392896),(0.3667112,0.1392895),(0.3667112,0.1433865),(0.3709442,0.1433865),(0.3624887,0.1433865),(0.3624887,0.1475028),(0.3667112,0.1475028),(0.3709441,0.1475028),(0.3751834,0.1433865),(0.3751834,0.1475028),(0.358281,0.1352018),(0.3540821,0.1352018),(0.3540821,0.1392896),(0.358281,0.1392896),(0.3498864,0.1352018),(0.3456882,0.1352018),(0.3456882,0.1392896),(0.3498864,0.1392895),(0.3498864,0.1433865),(0.3540821,0.1433865),(0.3456882,0.1433865),(0.3456882,0.1475028),(0.3498864,0.1475028),(0.3540821,0.1475028),(0.3582809,0.1433865),(0.358281,0.1475028),(0.3414817,0.1352018),(0.3372694,0.1352018),(0.3372695,0.1392896),(0.3414817,0.1392896),(0.3330541,0.1352018),(0.3288383,0.1352018),(0.3288383,0.1392896),(0.3330541,0.1392895),(0.3330541,0.1433865),(0.3372695,0.1433865),(0.3288383,0.1433865),(0.3288383,0.1475028),(0.3330541,0.1475028),(0.3372695,0.1475028),(0.3414817,0.1433865),(0.3414817,0.1475028),(0.3246247,0.1352018),(0.3204179,0.1352018),(0.3204179,0.1392896),(0.3246247,0.1392896),(0.3162228,0.1352018),(0.3120441,0.1352018),(0.3120441,0.1392896),(0.3162228,0.1392895),(0.3162228,0.1433865),(0.3204179,0.1433865),(0.3120441,0.1433865),(0.3120441,0.1475028),(0.3162228,0.1475028),(0.3204179,0.1475028),(0.3246247,0.1433865),(0.3246247,0.1475028),(0.3078868,0.1352018),(0.3037427,0.1352018),(0.3037427,0.1392896),(0.3078868,0.1392896),(0.2996041,0.1352018),(0.2954631,0.1352018),(0.2954631,0.1392896),(0.2996041,0.1392895),(0.2996041,0.1433865),(0.3037428,0.1433865),(0.2954631,0.1433865),(0.2954631,0.1475028),(0.2996041,0.1475028),(0.3037427,0.1475028),(0.3078868,0.1433865),(0.3078868,0.1475028),(0.2913116,0.1352018),(0.2871543,0.1352018),(0.2871543,0.1392896),(0.2913116,0.1392896),(0.2829956,0.1352018),(0.2788399,0.1352018),(0.2788399,0.1392896),(0.2829956,0.1392895),(0.2829956,0.1433865),(0.2871543,0.1433865),(0.2788399,0.1433865),(0.2788399,0.1475028),(0.2829956,0.1475028),(0.2871543,0.1475028),(0.2913116,0.1433865),(0.2913116,0.1475028),(0.2746918,0.1352018),(0.2705556,0.1352018),(0.2705556,0.1392896),(0.2746918,0.1392896),(0.2664356,0.1352018),(0.262336,0.1352018),(0.262336,0.1392896),(0.2664356,0.1392895),(0.2664356,0.1433865),(0.2705556,0.1433865),(0.262336,0.1433865),(0.262336,0.1475028),(0.2664356,0.1475028),(0.2705556,0.1475028),(0.2746918,0.1433865),(0.2746918,0.1475028),(0.2582613,0.1352018),(0.254209,0.1352018),(0.254209,0.1392896),(0.2582613,0.1392896),(0.2501769,0.1352018),(0.2461624,0.1352018),(0.2461624,0.1392896),(0.2501769,0.1392895),(0.2501769,0.1433865),(0.254209,0.1433865),(0.2461624,0.1433865),(0.2461624,0.1475028),(0.2501769,0.1475028),(0.254209,0.1475028),(0.2582613,0.1433865),(0.2582613,0.1475028),(0.2421634,0.1352018),(0.238164,0.1352018),(0.238164,0.1392896),(0.2421634,0.1392896),(0.2341487,0.1352018),(0.2301017,0.1352018),(0.2301017,0.1392896),(0.2341487,0.1392895),(0.2341487,0.1433865),(0.238164,0.1433865),(0.2301017,0.1433865),(0.2301017,0.1475028),(0.2341487,0.1475028),(0.238164,0.1475028),(0.2421634,0.1433865),(0.2421634,0.1475028),(0.2260074,0.1352018),(0.2218787,0.1352018),(0.2260074,0.1392896),(0.2218787,0.1392896),(0.2177283,0.1352018),(0.2135691,0.1352018),(0.2177283,0.1392895),(0.2135692,0.1392896),(0.2218787,0.1433865),(0.2177283,0.1433865),(0.2135691,0.1433865),(0.2177283,0.1475028),(0.2135692,0.1475028),(0.2218787,0.1475028),(0.2260074,0.1433865),(0.2260074,0.1475028),(0.2094141,0.1352018),(0.2052627,0.1352018),(0.2094141,0.1392896),(0.2052627,0.1392896),(0.2011147,0.1352018),(0.1969699,0.1352018),(0.1969699,0.1392896),(0.2011147,0.1392895),(0.2011147,0.1433865),(0.2052627,0.1433865),(0.1969699,0.1433865),(0.1969699,0.1475028),(0.2011147,0.1475028),(0.2052627,0.1475028),(0.2094141,0.1433865),(0.2094141,0.1475028),(0.1928277,0.1352018),(0.1886888,0.1352018),(0.1886888,0.1392896),(0.1928277,0.1392896),(0.1845533,0.1352018),(0.1804218,0.1352018),(0.1804218,0.1392896),(0.1845533,0.1392895),(0.1845533,0.1433865),(0.1886888,0.1433865),(0.1804218,0.1433865),(0.1804218,0.1475028),(0.1845533,0.1475028),(0.1886888,0.1475028),(0.1928277,0.1433865),(0.1928277,0.1475028),(0.1762946,0.1352018),(0.1721701,0.1352018),(0.1721701,0.1392896),(0.1762946,0.1392896),(0.1680468,0.1352018),(0.163923,0.1352018),(0.163923,0.1392896),(0.1680468,0.1392895),(0.1680468,0.1433865),(0.1721701,0.1433865),(0.163923,0.1433865),(0.163923,0.1475028),(0.1680468,0.1475028),(0.1721701,0.1475028),(0.1762946,0.1433865),(0.1762946,0.1475028),(0.1597973,0.1352018),(0.1556691,0.1352018),(0.1556691,0.1392896),(0.1597973,0.1392896),(0.1515382,0.1352018),(0.1474041,0.1352018),(0.1474041,0.1392896),(0.1515382,0.1392895),(0.1515382,0.1433865),(0.1556691,0.1433865),(0.1474041,0.1433865),(0.1474041,0.1475028),(0.1515382,0.1475028),(0.1556691,0.1475028),(0.1597973,0.1433865),(0.1597973,0.1475028),(0.1432664,0.1352018),(0.1391259,0.1352018),(0.1432664,0.1392896),(0.1391259,0.1392896),(0.134983,0.1352018),(0.1308385,0.1352018),(0.134983,0.1392895),(0.1308385,0.1392896),(0.1391259,0.1433865),(0.134983,0.1433865),(0.1308385,0.1433865),(0.134983,0.1475028),(0.1308385,0.1475028),(0.1391259,0.1475028),(0.1432664,0.1433865),(0.1432664,0.1475028),(0.126693,0.1352018),(0.12255,0.1352018),(0.126693,0.1392896),(0.12255,0.1392896),(0.1184131,0.1352018),(0.1142857,0.1352018),(0.1142857,0.1392896),(0.1184131,0.1392895),(0.1184131,0.1433865),(0.12255,0.1433865),(0.1142857,0.1433865),(0.1142857,0.1475028),(0.1184131,0.1475028),(0.12255,0.1475028),(0.126693,0.1433865),(0.126693,0.1475028),(0.1101713,0.1352018),(0.1060752,0.1352018),(0.1060752,0.1392896),(0.1101713,0.1392896),(0.1020023,0.1352018),(0.09795791,0.1352018),(0.09795791,0.1392896),(0.1020023,0.1392895),(0.1020023,0.1433865),(0.1060752,0.1433865),(0.09795791,0.1433865),(0.09795791,0.1475028),(0.1020023,0.1475028),(0.1060752,0.1475028),(0.1101713,0.1433865),(0.1101713,0.1475028),(0.09394707,0.1352018),(0.08994583,0.1352018),(0.08994584,0.1392896),(0.09394707,0.1392896),(0.08593026,0.1352018),(0.08187638,0.1352018),(0.08593025,0.1392895),(0.08187637,0.1392896),(0.08994584,0.1433865),(0.08593026,0.1433865),(0.08187638,0.1433865),(0.08593026,0.1475028),(0.08187638,0.1475028),(0.08994584,0.1475028),(0.09394707,0.1433865),(0.09394707,0.1475028),(0.07776025,0.1352018),(0.07361087,0.1352018),(0.07776025,0.1392896),(0.07361087,0.1392896),(0.06945725,0.1352018),(0.06532837,0.1352018),(0.06945725,0.1392895),(0.06532837,0.1392896),(0.07361087,0.1433865),(0.06945725,0.1433865),(0.06532837,0.1433865),(0.06945725,0.1475028),(0.06532837,0.1475028),(0.07361087,0.1475028),(0.07776025,0.1433865),(0.07776025,0.1475028),(0.06125325,0.1352018),(0.05721605,0.1352018),(0.06125325,0.1392896),(0.05721604,0.1392896),(0.05320094,0.1352018),(0.0491921,0.1352018),(0.05320094,0.1392895),(0.04919209,0.1392896),(0.05721605,0.1433865),(0.05320094,0.1433865),(0.0491921,0.1433865),(0.05320094,0.1475028),(0.04919209,0.1475028),(0.05721605,0.1475028),(0.06125325,0.1433865),(0.06125325,0.1475028),(0.04517369,0.1352018),(0.04115105,0.1352018),(0.04517369,0.1392896),(0.04115105,0.1392896),(0.0371295,0.1352018),(0.03311438,0.1352018),(0.0371295,0.1392895),(0.03311437,0.1392896),(0.04115105,0.1433865),(0.0371295,0.1433865),(0.03311438,0.1433865),(0.0371295,0.1475028),(0.03311438,0.1475028),(0.04115105,0.1475028),(0.04517369,0.1433865),(0.04517369,0.1475028),(0.029111,0.1352018),(0.02511186,0.1352018),(0.029111,0.1392896),(0.02511186,0.1392896),(0.02110944,0.1352018),(0.01709622,0.1352018),(0.02110944,0.1392895),(0.01709622,0.1392896),(0.02511186,0.1433865),(0.02110944,0.1433865),(0.01709622,0.1433865),(0.02110944,0.1475028),(0.01709622,0.1475028),(0.02511186,0.1475028),(0.029111,0.1433865),(0.029111,0.1475028),(0.01306469,0.1352018),(0.009019421,0.1352032),(0.01306469,0.1392896),(0.009019421,0.139289),(0.004965,0.1352074),(0.000906,0.135213),(0.004965,0.1392872),(0.000906,0.139285),(0.009019421,0.1433828),(0.004965,0.1433717),(0.000906,0.143357),(0.004965,0.1474806),(0.000906,0.147429),(0.009019421,0.1474972),(0.01306469,0.1433865),(0.01306469,0.1475028),(0.999094,0.151619),(0.9951518,0.1516337),(0.9912093,0.1516448),(0.9951518,0.1558126),(0.9912093,0.1558153),(0.999094,0.155809),(0.9872664,0.1516485),(0.983323,0.1516485),(0.9872664,0.1558162),(0.983323,0.1558162),(0.9912093,0.1599985),(0.9872664,0.1599984),(0.983323,0.1599984),(0.983323,0.1641877),(0.9872664,0.1641877),(0.9912093,0.1641878),(0.999094,0.159999),(0.9951518,0.1599987),(0.9951518,0.1641881),(0.999094,0.164189),(0.9793787,0.1516485),(0.9754275,0.1516485),(0.9793787,0.1558162),(0.9754274,0.1558162),(0.9714631,0.1516485),(0.9674796,0.1516485),(0.9714631,0.1558162),(0.9674796,0.1558162),(0.9754274,0.1599984),(0.9714631,0.1599984),(0.9674796,0.1599984),(0.9674796,0.1641877),(0.9714631,0.1641877),(0.9754274,0.1641877),(0.9793787,0.1599984),(0.9793787,0.1641877),(0.9634706,0.1516485),(0.9594426,0.1516485),(0.9634707,0.1558162),(0.9594426,0.1558162),(0.9554016,0.1516485),(0.9513539,0.1516485),(0.9554016,0.1558162),(0.9513539,0.1558162),(0.9594426,0.1599984),(0.9554016,0.1599984),(0.9513539,0.1599984),(0.9554016,0.1641877),(0.9513539,0.1641877),(0.9594425,0.1641877),(0.9634707,0.1599984),(0.9634706,0.1641877),(0.9473058,0.1516485),(0.9432498,0.1516485),(0.9473058,0.1558162),(0.9432497,0.1558162),(0.9391782,0.1516485),(0.9350839,0.1516485),(0.9391783,0.1558162),(0.9350839,0.1558162),(0.9432497,0.1599984),(0.9391782,0.1599984),(0.9350839,0.1599984),(0.9391783,0.1641877),(0.9350839,0.1641877),(0.9432497,0.1641877),(0.9473058,0.1599984),(0.9473058,0.1641877),(0.930959,0.1516485),(0.9268106,0.1516485),(0.930959,0.1558162),(0.9268106,0.1558162),(0.9226453,0.1516485),(0.9184701,0.1516485),(0.9226453,0.1558162),(0.9184701,0.1558162),(0.9268106,0.1599984),(0.9226453,0.1599984),(0.9184701,0.1599984),(0.9226453,0.1641877),(0.9184701,0.1641877),(0.9268106,0.1641877),(0.930959,0.1599984),(0.930959,0.1641877),(0.9142919,0.1516485),(0.910111,0.1516485),(0.9101109,0.1558162),(0.9142919,0.1558162),(0.9059278,0.1516485),(0.9017429,0.1516485),(0.9017429,0.1558162),(0.9059278,0.1558162),(0.9059278,0.1599984),(0.910111,0.1599984),(0.9017429,0.1599984),(0.9059278,0.1641877),(0.9017428,0.1641877),(0.9101109,0.1641877),(0.9142919,0.1599984),(0.9142919,0.1641877),(0.8975567,0.1516485),(0.8933688,0.1516485),(0.8933688,0.1558162),(0.8975567,0.1558162),(0.8891787,0.1516485),(0.8849859,0.1516485),(0.8849859,0.1558162),(0.8891788,0.1558162),(0.8891787,0.1599984),(0.8933688,0.1599984),(0.8849859,0.1599984),(0.8891788,0.1641877),(0.8849859,0.1641877),(0.8933688,0.1641877),(0.8975567,0.1599984),(0.8975567,0.1641877),(0.8807898,0.1516485),(0.8765806,0.1516485),(0.8807898,0.1558162),(0.8765807,0.1558162),(0.8723488,0.1516485),(0.8680845,0.1516485),(0.8723488,0.1558162),(0.8680845,0.1558162),(0.8765806,0.1599984),(0.8723488,0.1599984),(0.8680845,0.1599984),(0.8723488,0.1641877),(0.8680845,0.1641877),(0.8765806,0.1641877),(0.8807898,0.1599984),(0.8807898,0.1641877),(0.8637781,0.1516485),(0.8594491,0.1516485),(0.8637781,0.1558162),(0.8594491,0.1558162),(0.8551173,0.1516485),(0.8508024,0.1516485),(0.8551173,0.1558162),(0.8508024,0.1558162),(0.8594491,0.1599984),(0.8551173,0.1599984),(0.8508024,0.1599984),(0.8551173,0.1641877),(0.8508024,0.1641877),(0.859449,0.1641877),(0.8637781,0.1599984),(0.8637781,0.1641877),(0.846524,0.1516485),(0.8422731,0.1516485),(0.846524,0.1558162),(0.8422731,0.1558162),(0.8380403,0.1516485),(0.8338165,0.1516485),(0.8380403,0.1558162),(0.8338165,0.1558162),(0.8422731,0.1599984),(0.8380403,0.1599984),(0.8338165,0.1599984),(0.8380404,0.1641877),(0.8338165,0.1641877),(0.8422731,0.1641877),(0.846524,0.1599984),(0.846524,0.1641877),(0.8295926,0.1516485),(0.8253628,0.1516485),(0.8295926,0.1558162),(0.8253628,0.1558162),(0.8211217,0.1516485),(0.8168637,0.1516485),(0.8211217,0.1558162),(0.8168637,0.1558162),(0.8253628,0.1599984),(0.8211217,0.1599984),(0.8168637,0.1599984),(0.8211217,0.1641877),(0.8168637,0.1641877),(0.8253628,0.1641877),(0.8295926,0.1599984),(0.8295926,0.1641877),(0.8125832,0.1516485),(0.8082899,0.1516485),(0.8125832,0.1558162),(0.8082899,0.1558162),(0.8039935,0.1516485),(0.7997035,0.1516485),(0.8039935,0.1558162),(0.7997035,0.1558162),(0.8082899,0.1599984),(0.8039935,0.1599984),(0.7997035,0.1599984),(0.8039935,0.1641877),(0.7997035,0.1641877),(0.8082899,0.1641877),(0.8125832,0.1599984),(0.8125832,0.1641877),(0.7954297,0.1516485),(0.7911757,0.1516485),(0.7954297,0.1558162),(0.7911757,0.1558162),(0.7869452,0.1516485),(0.7827417,0.1516485),(0.7869452,0.1558162),(0.7827417,0.1558162),(0.7911757,0.1599984),(0.7869452,0.1599984),(0.7827417,0.1599984),(0.7869452,0.1641877),(0.7827417,0.1641877),(0.7911757,0.1641877),(0.7954297,0.1599984),(0.7954297,0.1641877),(0.7785689,0.1516485),(0.7744211,0.1516485),(0.7785689,0.1558162),(0.7744212,0.1558162),(0.7702925,0.1516485),(0.7661775,0.1516485),(0.7702925,0.1558162),(0.7661775,0.1558162),(0.7744212,0.1599984),(0.7702925,0.1599984),(0.7661775,0.1599984),(0.7702925,0.1641877),(0.7661775,0.1641877),(0.7744212,0.1641877),(0.778569,0.1599984),(0.778569,0.1641877),(0.7620703,0.1516485),(0.757961,0.1516485),(0.7620703,0.1558162),(0.757961,0.1558162),(0.7538399,0.1516485),(0.7496969,0.1516485),(0.7538399,0.1558162),(0.7496969,0.1558162),(0.757961,0.1599984),(0.7538399,0.1599984),(0.7496969,0.1599984),(0.7538399,0.1641877),(0.7496969,0.1641877),(0.757961,0.1641877),(0.7620703,0.1599984),(0.7620703,0.1641877),(0.7455223,0.1516485),(0.7413244,0.1516485),(0.7455223,0.1558162),(0.7413245,0.1558162),(0.7371117,0.1516485),(0.7328922,0.1516485),(0.7371117,0.1558162),(0.7328923,0.1558162),(0.7413245,0.1599984),(0.7371117,0.1599984),(0.7328922,0.1599984),(0.7371117,0.1641877),(0.7328922,0.1641877),(0.7413245,0.1641877),(0.7455223,0.1599984),(0.7455223,0.1641877),(0.7286744,0.1516485),(0.7244572,0.1516485),(0.7286744,0.1558162),(0.7244572,0.1558162),(0.7202395,0.1516485),(0.71602,0.1516485),(0.7202395,0.1558162),(0.71602,0.1558162),(0.7244572,0.1599984),(0.7202395,0.1599984),(0.71602,0.1599984),(0.7202394,0.1641877),(0.71602,0.1641877),(0.7244572,0.1641877),(0.7286744,0.1599984),(0.7286744,0.1641877),(0.7117977,0.1516485),(0.7075742,0.1516485),(0.7117977,0.1558162),(0.7075742,0.1558162),(0.7033514,0.1516485),(0.6991307,0.1516485),(0.7033514,0.1558162),(0.6991307,0.1558162),(0.7075742,0.1599984),(0.7033514,0.1599984),(0.6991307,0.1599984),(0.7033514,0.1641877),(0.6991307,0.1641877),(0.7075742,0.1641877),(0.7117977,0.1599984),(0.7117977,0.1641877),(0.6949139,0.1516485),(0.6906992,0.1516485),(0.6949139,0.1558162),(0.6906992,0.1558162),(0.6864849,0.1516485),(0.6822694,0.1516485),(0.6864849,0.1558162),(0.6822693,0.1558162),(0.6906992,0.1599984),(0.6864849,0.1599984),(0.6822694,0.1599984),(0.6864849,0.1641877),(0.6822693,0.1641877),(0.6906992,0.1641877),(0.6949139,0.1599984),(0.6949139,0.1641877),(0.6780508,0.1516485),(0.6738272,0.1516485),(0.6780507,0.1558162),(0.6738272,0.1558162),(0.6695971,0.1516485),(0.6653587,0.1516485),(0.6695971,0.1558162),(0.6653587,0.1558162),(0.6738272,0.1599984),(0.6695971,0.1599984),(0.6653587,0.1599984),(0.6695971,0.1641877),(0.6653587,0.1641877),(0.6738272,0.1641877),(0.6780508,0.1599984),(0.6780507,0.1641877),(0.6611102,0.1516485),(0.6568571,0.1516485),(0.6611102,0.1558162),(0.6568571,0.1558162),(0.6526053,0.1516485),(0.6483604,0.1516485),(0.6526054,0.1558162),(0.6483604,0.1558162),(0.6568571,0.1599984),(0.6526054,0.1599984),(0.6483604,0.1599984),(0.6526053,0.1641877),(0.6483604,0.1641877),(0.6568571,0.1641877),(0.6611102,0.1599984),(0.6611102,0.1641877),(0.6441281,0.1516485),(0.6399043,0.1516485),(0.6441281,0.1558162),(0.6399043,0.1558162),(0.635685,0.1516485),(0.6314663,0.1516485),(0.635685,0.1558162),(0.6314663,0.1558162),(0.6399043,0.1599984),(0.635685,0.1599984),(0.6314663,0.1599984),(0.635685,0.1641877),(0.6314663,0.1641877),(0.6399043,0.1641877),(0.6441281,0.1599984),(0.6441281,0.1641877),(0.627244,0.1516485),(0.6230208,0.1516485),(0.627244,0.1558162),(0.6230209,0.1558162),(0.6187993,0.1516485),(0.6145822,0.1516485),(0.6187993,0.1558162),(0.6145822,0.1558162),(0.6230208,0.1599984),(0.6187993,0.1599984),(0.6145822,0.1599984),(0.6187993,0.1641877),(0.6145822,0.1641877),(0.6230209,0.1641877),(0.627244,0.1599984),(0.627244,0.1641877),(0.6103719,0.1516485),(0.6061606,0.1516485),(0.6103719,0.1558162),(0.6061606,0.1558162),(0.6019406,0.1516485),(0.5977041,0.1516485),(0.6019406,0.1558162),(0.5977041,0.1558162),(0.6061606,0.1599984),(0.6019406,0.1599984),(0.5977041,0.1599984),(0.6019406,0.1641877),(0.5977041,0.1641877),(0.6061606,0.1641877),(0.6103719,0.1599984),(0.6103719,0.1641877),(0.5934432,0.1516485),(0.589169,0.1516485),(0.5934432,0.1558162),(0.589169,0.1558162),(0.5848927,0.1516485),(0.5806257,0.1516485),(0.5848927,0.1558162),(0.5806257,0.1558162),(0.589169,0.1599984),(0.5848927,0.1599984),(0.5806257,0.1599984),(0.5848927,0.1641877),(0.5806257,0.1641877),(0.589169,0.1641877),(0.5934432,0.1599984),(0.5934432,0.1641877),(0.5763788,0.1516485),(0.572147,0.1516485),(0.5763788,0.1558162),(0.572147,0.1558162),(0.567925,0.1516485),(0.5637077,0.1516485),(0.567925,0.1558162),(0.5637077,0.1558162),(0.572147,0.1599984),(0.567925,0.1599984),(0.5637077,0.1599984),(0.567925,0.1641877),(0.5637077,0.1641877),(0.572147,0.1641877),(0.5763788,0.1599984),(0.5763788,0.1641877),(0.55949,0.1516485),(0.5552715,0.1516485),(0.55949,0.1558162),(0.5552715,0.1558162),(0.5510522,0.1516485),(0.5468317,0.1516485),(0.5510522,0.1558162),(0.5468317,0.1558162),(0.5552715,0.1599984),(0.5510522,0.1599984),(0.5468317,0.1599984),(0.5510522,0.1641877),(0.5468317,0.1641877),(0.5552715,0.1641877),(0.55949,0.1599984),(0.55949,0.1641877),(0.5426099,0.1516485),(0.5383899,0.1516485),(0.5383899,0.1558162),(0.5426099,0.1558162),(0.5341746,0.1516485),(0.5299669,0.1516485),(0.5299669,0.1558162),(0.5341746,0.1558162),(0.5341746,0.1599984),(0.5383899,0.1599984),(0.5299669,0.1599984),(0.529967,0.1641877),(0.5341746,0.1641877),(0.5383899,0.1641877),(0.5426099,0.1599984),(0.5426099,0.1641877),(0.52577,0.1516485),(0.5215818,0.1516485),(0.5215818,0.1558162),(0.52577,0.1558162),(0.5174,0.1516485),(0.5132228,0.1516485),(0.5132228,0.1558162),(0.5174,0.1558162),(0.5174,0.1599984),(0.5215818,0.1599984),(0.5132228,0.1599984),(0.5132228,0.1641877),(0.5174,0.1641877),(0.5215818,0.1641877),(0.52577,0.1599984),(0.52577,0.1641877),(0.5090478,0.1516485),(0.5048727,0.1516485),(0.5048727,0.1558162),(0.5090478,0.1558162),(0.5006949,0.1516485),(0.4965119,0.1516485),(0.4965119,0.1558162),(0.5006949,0.1558162),(0.5006949,0.1599984),(0.5048727,0.1599984),(0.4965119,0.1599984),(0.4965119,0.1641877),(0.5006949,0.1641877),(0.5048727,0.1641877),(0.5090478,0.1599984),(0.5090478,0.1641877),(0.4923214,0.1516485),(0.4881234,0.1516485),(0.4923214,0.1558162),(0.4881234,0.1558162),(0.4839184,0.1516485),(0.4797065,0.1516485),(0.4839184,0.1558162),(0.4797065,0.1558162),(0.4881234,0.1599984),(0.4839184,0.1599984),(0.4797065,0.1599984),(0.4839184,0.1641877),(0.4797064,0.1641877),(0.4881234,0.1641877),(0.4923214,0.1599984),(0.4923214,0.1641877),(0.4754879,0.1516485),(0.4712752,0.1516485),(0.4754879,0.1558162),(0.4712752,0.1558162),(0.4670808,0.1516485),(0.4629171,0.1516485),(0.4670808,0.1558162),(0.4629171,0.1558162),(0.4712752,0.1599984),(0.4670808,0.1599984),(0.4629171,0.1599984),(0.4670808,0.1641877),(0.4629171,0.1641877),(0.4712752,0.1641877),(0.4754879,0.1599984),(0.4754879,0.1641877),(0.4587967,0.1516485),(0.4547031,0.1516485),(0.4587967,0.1558162),(0.4547031,0.1558162),(0.4506197,0.1516485),(0.44653,0.1516485),(0.4506197,0.1558162),(0.44653,0.1558162),(0.4547031,0.1599984),(0.4506197,0.1599984),(0.44653,0.1599984),(0.4506197,0.1641877),(0.44653,0.1641877),(0.4547031,0.1641877),(0.4587967,0.1599984),(0.4587967,0.1641877),(0.4424174,0.1516485),(0.4382856,0.1516485),(0.4424174,0.1558162),(0.4382856,0.1558162),(0.4341379,0.1516485),(0.429978,0.1516485),(0.429978,0.1558162),(0.4341379,0.1558162),(0.4341379,0.1599984),(0.4382856,0.1599984),(0.429978,0.1599984),(0.429978,0.1641877),(0.4341379,0.1641877),(0.4382856,0.1641877),(0.4424174,0.1599984),(0.4424174,0.1641877),(0.4258092,0.1516485),(0.4216311,0.1516485),(0.4216312,0.1558162),(0.4258092,0.1558162),(0.4174434,0.1516485),(0.4132456,0.1516485),(0.4132456,0.1558162),(0.4174434,0.1558162),(0.4174434,0.1599984),(0.4216312,0.1599984),(0.4132456,0.1599984),(0.4132456,0.1641877),(0.4174434,0.1641877),(0.4216312,0.1641877),(0.4258092,0.1599984),(0.4258092,0.1641877),(0.4090372,0.1516485),(0.4048201,0.1516485),(0.4048201,0.1558162),(0.4090372,0.1558162),(0.4005963,0.1516485),(0.3963675,0.1516485),(0.3963675,0.1558162),(0.4005963,0.1558162),(0.4005963,0.1599984),(0.4048201,0.1599984),(0.3963675,0.1599984),(0.3963675,0.1641877),(0.4005963,0.1641877),(0.4048201,0.1641877),(0.4090372,0.1599984),(0.4090372,0.1641877),(0.3921357,0.1516485),(0.3879012,0.1516485),(0.3879012,0.1558162),(0.3921357,0.1558162),(0.3836642,0.1516485),(0.3794248,0.1516485),(0.3794249,0.1558162),(0.3836642,0.1558162),(0.3836642,0.1599984),(0.3879012,0.1599984),(0.3794248,0.1599984),(0.3794248,0.1641877),(0.3836642,0.1641877),(0.3879012,0.1641877),(0.3921357,0.1599984),(0.3921357,0.1641877),(0.3751834,0.1516485),(0.3709441,0.1516485),(0.3709441,0.1558162),(0.3751834,0.1558162),(0.3667112,0.1516485),(0.3624887,0.1516485),(0.3624887,0.1558162),(0.3667112,0.1558162),(0.3667112,0.1599984),(0.3709442,0.1599984),(0.3624887,0.1599984),(0.3624887,0.1641877),(0.3667112,0.1641877),(0.3709441,0.1641877),(0.3751834,0.1599984),(0.3751834,0.1641877),(0.358281,0.1516485),(0.3540821,0.1516485),(0.3540821,0.1558162),(0.358281,0.1558162),(0.3498864,0.1516485),(0.3456882,0.1516485),(0.3456882,0.1558162),(0.3498864,0.1558162),(0.3498864,0.1599984),(0.3540821,0.1599984),(0.3456882,0.1599984),(0.3456882,0.1641877),(0.3498864,0.1641877),(0.3540821,0.1641877),(0.3582809,0.1599984),(0.358281,0.1641877),(0.3414817,0.1516485),(0.3372694,0.1516485),(0.3372695,0.1558162),(0.3414817,0.1558162),(0.3330541,0.1516485),(0.3288383,0.1516485),(0.3288383,0.1558162),(0.3330541,0.1558162),(0.3330541,0.1599984),(0.3372695,0.1599984),(0.3288383,0.1599984),(0.3288383,0.1641877),(0.3330541,0.1641877),(0.3372695,0.1641877),(0.3414817,0.1599984),(0.3414817,0.1641877),(0.3246247,0.1516485),(0.3204179,0.1516485),(0.3204179,0.1558162),(0.3246247,0.1558162),(0.3162228,0.1516485),(0.3120441,0.1516485),(0.3120441,0.1558162),(0.3162228,0.1558162),(0.3162228,0.1599984),(0.3204179,0.1599984),(0.3120441,0.1599984),(0.3120441,0.1641877),(0.3162228,0.1641877),(0.3204179,0.1641877),(0.3246247,0.1599984),(0.3246247,0.1641877),(0.3078868,0.1516485),(0.3037427,0.1516485),(0.3037427,0.1558162),(0.3078868,0.1558162),(0.2996041,0.1516485),(0.2954631,0.1516485),(0.2954631,0.1558162),(0.2996041,0.1558162),(0.2996041,0.1599984),(0.3037428,0.1599984),(0.2954631,0.1599984),(0.2954631,0.1641877),(0.2996041,0.1641877),(0.3037427,0.1641877),(0.3078868,0.1599984),(0.3078868,0.1641877),(0.2913116,0.1516485),(0.2871543,0.1516485),(0.2871543,0.1558162),(0.2913116,0.1558162),(0.2829956,0.1516485),(0.2788399,0.1516485),(0.2788399,0.1558162),(0.2829956,0.1558162),(0.2829956,0.1599984),(0.2871543,0.1599984),(0.2788399,0.1599984),(0.2788399,0.1641877),(0.2829956,0.1641877),(0.2871543,0.1641877),(0.2913116,0.1599984),(0.2913116,0.1641877),(0.2746918,0.1516485),(0.2705556,0.1516485),(0.2705556,0.1558162),(0.2746918,0.1558162),(0.2664356,0.1516485),(0.262336,0.1516485),(0.262336,0.1558162),(0.2664356,0.1558162),(0.2664356,0.1599984),(0.2705556,0.1599984),(0.262336,0.1599984),(0.262336,0.1641877),(0.2664356,0.1641877),(0.2705556,0.1641877),(0.2746918,0.1599984),(0.2746918,0.1641877),(0.2582613,0.1516485),(0.254209,0.1516485),(0.254209,0.1558162),(0.2582613,0.1558162),(0.2501769,0.1516485),(0.2461624,0.1516485),(0.2461624,0.1558162),(0.2501769,0.1558162),(0.2501769,0.1599984),(0.254209,0.1599984),(0.2461624,0.1599984),(0.2461624,0.1641877),(0.2501769,0.1641877),(0.254209,0.1641877),(0.2582613,0.1599984),(0.2582613,0.1641877),(0.2421634,0.1516485),(0.238164,0.1516485),(0.238164,0.1558162),(0.2421634,0.1558162),(0.2341487,0.1516485),(0.2301017,0.1516485),(0.2301017,0.1558162),(0.2341487,0.1558162),(0.2341487,0.1599984),(0.238164,0.1599984),(0.2301017,0.1599984),(0.2301017,0.1641877),(0.2341487,0.1641877),(0.238164,0.1641877),(0.2421634,0.1599984),(0.2421634,0.1641877),(0.2260074,0.1516485),(0.2218787,0.1516485),(0.2260074,0.1558162),(0.2218787,0.1558162),(0.2177283,0.1516485),(0.2135691,0.1516485),(0.2177283,0.1558162),(0.2135692,0.1558162),(0.2218787,0.1599984),(0.2177283,0.1599984),(0.2135691,0.1599984),(0.2177283,0.1641877),(0.2135692,0.1641877),(0.2218787,0.1641877),(0.2260074,0.1599984),(0.2260074,0.1641877),(0.2094141,0.1516485),(0.2052627,0.1516485),(0.2052627,0.1558162),(0.2094141,0.1558162),(0.2011147,0.1516485),(0.1969699,0.1516485),(0.1969699,0.1558162),(0.2011147,0.1558162),(0.2011147,0.1599984),(0.2052627,0.1599984),(0.1969699,0.1599984),(0.1969699,0.1641877),(0.2011147,0.1641877),(0.2052627,0.1641877),(0.2094141,0.1599984),(0.2094141,0.1641877),(0.1928277,0.1516485),(0.1886888,0.1516485),(0.1886888,0.1558162),(0.1928277,0.1558162),(0.1845533,0.1516485),(0.1804218,0.1516485),(0.1804218,0.1558162),(0.1845533,0.1558162),(0.1845533,0.1599984),(0.1886888,0.1599984),(0.1804218,0.1599984),(0.1804218,0.1641877),(0.1845533,0.1641877),(0.1886888,0.1641877),(0.1928277,0.1599984),(0.1928277,0.1641877),(0.1762946,0.1516485),(0.1721701,0.1516485),(0.1721701,0.1558162),(0.1762946,0.1558162),(0.1680468,0.1516485),(0.163923,0.1516485),(0.163923,0.1558162),(0.1680468,0.1558162),(0.1680468,0.1599984),(0.1721701,0.1599984),(0.163923,0.1599984),(0.163923,0.1641877),(0.1680468,0.1641877),(0.1721701,0.1641877),(0.1762946,0.1599984),(0.1762946,0.1641877),(0.1597973,0.1516485),(0.1556691,0.1516485),(0.1556691,0.1558162),(0.1597973,0.1558162),(0.1515382,0.1516485),(0.1474041,0.1516485),(0.1515382,0.1558162),(0.1474041,0.1558162),(0.1556691,0.1599984),(0.1515382,0.1599984),(0.1474041,0.1599984),(0.1515382,0.1641877),(0.1474041,0.1641877),(0.1556691,0.1641877),(0.1597973,0.1599984),(0.1597973,0.1641877),(0.1432664,0.1516485),(0.1391259,0.1516485),(0.1432664,0.1558162),(0.1391259,0.1558162),(0.134983,0.1516485),(0.1308385,0.1516485),(0.134983,0.1558162),(0.1308385,0.1558162),(0.1391259,0.1599984),(0.134983,0.1599984),(0.1308385,0.1599984),(0.1308385,0.1641877),(0.134983,0.1641877),(0.1391259,0.1641877),(0.1432664,0.1599984),(0.1432664,0.1641877),(0.126693,0.1516485),(0.12255,0.1516485),(0.12255,0.1558162),(0.126693,0.1558162),(0.1184131,0.1516485),(0.1142857,0.1516485),(0.1142857,0.1558162),(0.1184131,0.1558162),(0.1184131,0.1599984),(0.12255,0.1599984),(0.1142857,0.1599984),(0.1142857,0.1641877),(0.1184131,0.1641877),(0.12255,0.1641877),(0.126693,0.1599984),(0.126693,0.1641877),(0.1101713,0.1516485),(0.1060752,0.1516485),(0.1060752,0.1558162),(0.1101713,0.1558162),(0.1020023,0.1516485),(0.09795791,0.1516485),(0.09795791,0.1558162),(0.1020023,0.1558162),(0.1020023,0.1599984),(0.1060752,0.1599984),(0.09795791,0.1599984),(0.09795791,0.1641877),(0.1020023,0.1641877),(0.1060752,0.1641877),(0.1101713,0.1599984),(0.1101713,0.1641877),(0.09394707,0.1516485),(0.08994583,0.1516485),(0.08994584,0.1558162),(0.09394707,0.1558162),(0.08593026,0.1516485),(0.08187638,0.1516485),(0.08593025,0.1558162),(0.08187637,0.1558162),(0.08994584,0.1599984),(0.08593026,0.1599984),(0.08187638,0.1599984),(0.08593026,0.1641877),(0.08187638,0.1641877),(0.08994584,0.1641877),(0.09394707,0.1599984),(0.09394707,0.1641877),(0.07776025,0.1516485),(0.07361087,0.1516485),(0.07776025,0.1558162),(0.07361087,0.1558162),(0.06945725,0.1516485),(0.06532837,0.1516485),(0.06945725,0.1558162),(0.06532837,0.1558162),(0.07361087,0.1599984),(0.06945725,0.1599984),(0.06532837,0.1599984),(0.06945725,0.1641877),(0.06532837,0.1641877),(0.07361087,0.1641877),(0.07776025,0.1599984),(0.07776025,0.1641877),(0.06125325,0.1516485),(0.05721605,0.1516485),(0.06125325,0.1558162),(0.05721604,0.1558162),(0.05320094,0.1516485),(0.0491921,0.1516485),(0.05320094,0.1558162),(0.04919209,0.1558162),(0.05721605,0.1599984),(0.05320094,0.1599984),(0.0491921,0.1599984),(0.05320094,0.1641877),(0.04919209,0.1641877),(0.05721605,0.1641877),(0.06125325,0.1599984),(0.06125325,0.1641877),(0.04517369,0.1516485),(0.04115105,0.1516485),(0.04517369,0.1558162),(0.04115105,0.1558162),(0.0371295,0.1516485),(0.03311438,0.1516485),(0.0371295,0.1558162),(0.03311437,0.1558162),(0.04115105,0.1599984),(0.0371295,0.1599984),(0.03311438,0.1599984),(0.0371295,0.1641877),(0.03311438,0.1641877),(0.04115105,0.1641877),(0.04517369,0.1599984),(0.04517369,0.1641877),(0.029111,0.1516485),(0.02511186,0.1516485),(0.029111,0.1558162),(0.02511186,0.1558162),(0.02110944,0.1516485),(0.01709622,0.1516485),(0.02110944,0.1558162),(0.01709622,0.1558162),(0.02511186,0.1599984),(0.02110944,0.1599984),(0.01709622,0.1599984),(0.02110944,0.1641877),(0.01709622,0.1641877),(0.02511186,0.1641877),(0.029111,0.1599984),(0.029111,0.1641877),(0.01306469,0.1516485),(0.009019421,0.1516448),(0.009019421,0.1558152),(0.01306469,0.1558162),(0.004965,0.1516337),(0.000906,0.151619),(0.000906,0.155809),(0.004965,0.1558126),(0.004965,0.1599987),(0.009019421,0.1599985),(0.000906,0.159999),(0.000906,0.164189),(0.004965,0.1641881),(0.009019421,0.1641878),(0.01306469,0.1599984),(0.01306469,0.1641877),(0.9951518,0.1683767),(0.999094,0.168377),(0.9912093,0.1683765),(0.9912093,0.172564),(0.9951518,0.1725644),(0.999094,0.172565),(0.9872664,0.1683764),(0.983323,0.1683764),(0.983323,0.1725639),(0.9872664,0.1725639),(0.9872664,0.176749),(0.9912093,0.1767495),(0.983323,0.176749),(0.983323,0.180931),(0.9872664,0.180931),(0.9912093,0.1809317),(0.9951518,0.176751),(0.999094,0.176753),(0.9951518,0.180934),(0.999094,0.180941),(0.9793787,0.1683764),(0.9754275,0.1683764),(0.9754274,0.1725639),(0.9793787,0.1725639),(0.9714631,0.1683764),(0.9674796,0.1683764),(0.9674796,0.1725639),(0.9714631,0.1725639),(0.9714631,0.176749),(0.9754274,0.176749),(0.9674796,0.176749),(0.9674796,0.180931),(0.9714631,0.180931),(0.9754274,0.180931),(0.9793787,0.176749),(0.9793787,0.180931),(0.9634706,0.1683764),(0.9594426,0.1683764),(0.9594426,0.1725639),(0.9634707,0.1725639),(0.9554016,0.1683764),(0.9513539,0.1683764),(0.9513539,0.1725639),(0.9554016,0.1725639),(0.9554016,0.176749),(0.9594426,0.176749),(0.9513539,0.176749),(0.9554016,0.180931),(0.9513539,0.180931),(0.9594425,0.180931),(0.9634707,0.176749),(0.9634706,0.180931),(0.9473058,0.1683764),(0.9432498,0.1683764),(0.9473058,0.1725639),(0.9432497,0.1725639),(0.9391782,0.1683764),(0.9350839,0.1683764),(0.9391783,0.1725639),(0.9350839,0.1725639),(0.9432497,0.176749),(0.9391782,0.176749),(0.9350839,0.176749),(0.9391783,0.180931),(0.9350839,0.180931),(0.9432497,0.180931),(0.9473058,0.176749),(0.9473058,0.180931),(0.930959,0.1683764),(0.9268106,0.1683764),(0.930959,0.1725639),(0.9268106,0.1725639),(0.9226453,0.1683764),(0.9184701,0.1683764),(0.9226453,0.1725639),(0.9184701,0.1725639),(0.9268106,0.176749),(0.9226453,0.176749),(0.9184701,0.176749),(0.9226453,0.180931),(0.9184701,0.180931),(0.9268106,0.180931),(0.930959,0.176749),(0.930959,0.180931),(0.9142919,0.1683764),(0.910111,0.1683764),(0.9142919,0.1725639),(0.9101109,0.1725639),(0.9059278,0.1683764),(0.9017429,0.1683764),(0.9059278,0.1725639),(0.9017429,0.1725639),(0.910111,0.176749),(0.9059278,0.176749),(0.9017429,0.176749),(0.9059278,0.180931),(0.9017428,0.180931),(0.9101109,0.180931),(0.9142919,0.176749),(0.9142919,0.180931),(0.8975567,0.1683764),(0.8933688,0.1683764),(0.8975567,0.1725639),(0.8933688,0.1725639),(0.8891787,0.1683764),(0.8849859,0.1683764),(0.8891788,0.1725639),(0.8849859,0.1725639),(0.8933688,0.176749),(0.8891787,0.176749),(0.8849859,0.176749),(0.8891788,0.180931),(0.8849859,0.180931),(0.8933688,0.180931),(0.8975567,0.176749),(0.8975567,0.180931),(0.8807898,0.1683764),(0.8765806,0.1683764),(0.8807898,0.1725639),(0.8765807,0.1725639),(0.8723488,0.1683764),(0.8680845,0.1683764),(0.8723488,0.1725639),(0.8680845,0.1725639),(0.8765806,0.176749),(0.8723488,0.176749),(0.8680845,0.176749),(0.8723488,0.180931),(0.8680845,0.180931),(0.8765806,0.180931),(0.8807898,0.176749),(0.8807898,0.180931),(0.8637781,0.1683764),(0.8594491,0.1683764),(0.8637781,0.1725639),(0.8594491,0.1725639),(0.8551173,0.1683764),(0.8508024,0.1683764),(0.8551173,0.1725639),(0.8508024,0.1725639),(0.8594491,0.176749),(0.8551173,0.176749),(0.8508024,0.176749),(0.8551173,0.180931),(0.8508024,0.180931),(0.859449,0.180931),(0.8637781,0.176749),(0.8637781,0.180931),(0.846524,0.1683764),(0.8422731,0.1683764),(0.846524,0.1725639),(0.8422731,0.1725639),(0.8380403,0.1683764),(0.8338165,0.1683764),(0.8380403,0.1725639),(0.8338165,0.1725639),(0.8422731,0.176749),(0.8380403,0.176749),(0.8338165,0.176749),(0.8380404,0.180931),(0.8338165,0.180931),(0.8422731,0.180931),(0.846524,0.176749),(0.846524,0.180931),(0.8295926,0.1683764),(0.8253628,0.1683764),(0.8295926,0.1725639),(0.8253628,0.1725639),(0.8211217,0.1683764),(0.8168637,0.1683764),(0.8211217,0.1725639),(0.8168637,0.1725639),(0.8253628,0.176749),(0.8211217,0.176749),(0.8168637,0.176749),(0.8211217,0.180931),(0.8168637,0.180931),(0.8253628,0.180931),(0.8295926,0.176749),(0.8295926,0.180931),(0.8125832,0.1683764),(0.8082899,0.1683764),(0.8125832,0.1725639),(0.8082899,0.1725639),(0.8039935,0.1683764),(0.7997035,0.1683764),(0.8039935,0.1725639),(0.7997035,0.1725639),(0.8082899,0.176749),(0.8039935,0.176749),(0.7997035,0.176749),(0.8039935,0.180931),(0.7997035,0.180931),(0.8082899,0.180931),(0.8125832,0.176749),(0.8125832,0.180931),(0.7954297,0.1683764),(0.7911757,0.1683764),(0.7954297,0.1725639),(0.7911757,0.1725639),(0.7869452,0.1683764),(0.7827417,0.1683764),(0.7869452,0.1725639),(0.7827417,0.1725639),(0.7911757,0.176749),(0.7869452,0.176749),(0.7827417,0.176749),(0.7869452,0.180931),(0.7827417,0.180931),(0.7911757,0.180931),(0.7954297,0.176749),(0.7954297,0.180931),(0.7785689,0.1683764),(0.7744211,0.1683764),(0.7785689,0.1725639),(0.7744212,0.1725639),(0.7702925,0.1683764),(0.7661775,0.1683764),(0.7702925,0.1725639),(0.7661775,0.1725639),(0.7744212,0.176749),(0.7702925,0.176749),(0.7661775,0.176749),(0.7702925,0.180931),(0.7661775,0.180931),(0.7744212,0.180931),(0.778569,0.176749),(0.778569,0.180931),(0.7620703,0.1683764),(0.757961,0.1683764),(0.7620703,0.1725639),(0.757961,0.1725639),(0.7538399,0.1683764),(0.7496969,0.1683764),(0.7538399,0.1725639),(0.7496969,0.1725639),(0.757961,0.176749),(0.7538399,0.176749),(0.7496969,0.176749),(0.7538399,0.180931),(0.7496969,0.180931),(0.757961,0.180931),(0.7620703,0.176749),(0.7620703,0.180931),(0.7455223,0.1683764),(0.7413244,0.1683764),(0.7455223,0.1725639),(0.7413245,0.1725639),(0.7371117,0.1683764),(0.7328922,0.1683764),(0.7371117,0.1725639),(0.7328923,0.1725639),(0.7413245,0.176749),(0.7371117,0.176749),(0.7328922,0.176749),(0.7371117,0.180931),(0.7328922,0.180931),(0.7413245,0.180931),(0.7455223,0.176749),(0.7455223,0.180931),(0.7286744,0.1683764),(0.7244572,0.1683764),(0.7286744,0.1725639),(0.7244572,0.1725639),(0.7202395,0.1683764),(0.71602,0.1683764),(0.7202395,0.1725639),(0.71602,0.1725639),(0.7244572,0.176749),(0.7202395,0.176749),(0.71602,0.176749),(0.7202394,0.180931),(0.71602,0.180931),(0.7244572,0.180931),(0.7286744,0.176749),(0.7286744,0.180931),(0.7117977,0.1683764),(0.7075742,0.1683764),(0.7117977,0.1725639),(0.7075742,0.1725639),(0.7033514,0.1683764),(0.6991307,0.1683764),(0.7033514,0.1725639),(0.6991307,0.1725639),(0.7075742,0.176749),(0.7033514,0.176749),(0.6991307,0.176749),(0.7033514,0.180931),(0.6991307,0.180931),(0.7075742,0.180931),(0.7117977,0.176749),(0.7117977,0.180931),(0.6949139,0.1683764),(0.6906992,0.1683764),(0.6949139,0.1725639),(0.6906992,0.1725639),(0.6864849,0.1683764),(0.6822694,0.1683764),(0.6864849,0.1725639),(0.6822693,0.1725639),(0.6906992,0.176749),(0.6864849,0.176749),(0.6822694,0.176749),(0.6864849,0.180931),(0.6822693,0.180931),(0.6906992,0.180931),(0.6949139,0.176749),(0.6949139,0.180931),(0.6780508,0.1683764),(0.6738272,0.1683764),(0.6780507,0.1725639),(0.6738272,0.1725639),(0.6695971,0.1683764),(0.6653587,0.1683764),(0.6695971,0.1725639),(0.6653587,0.1725639),(0.6738272,0.176749),(0.6695971,0.176749),(0.6653587,0.176749),(0.6695971,0.180931),(0.6653587,0.180931),(0.6738272,0.180931),(0.6780508,0.176749),(0.6780507,0.180931),(0.6611102,0.1683764),(0.6568571,0.1683764),(0.6611102,0.1725639),(0.6568571,0.1725639),(0.6526053,0.1683764),(0.6483604,0.1683764),(0.6526054,0.1725639),(0.6483604,0.1725639),(0.6568571,0.176749),(0.6526054,0.176749),(0.6483604,0.176749),(0.6526053,0.180931),(0.6483604,0.180931),(0.6568571,0.180931),(0.6611102,0.176749),(0.6611102,0.180931),(0.6441281,0.1683764),(0.6399043,0.1683764),(0.6441281,0.1725639),(0.6399043,0.1725639),(0.635685,0.1683764),(0.6314663,0.1683764),(0.635685,0.1725639),(0.6314663,0.1725639),(0.6399043,0.176749),(0.635685,0.176749),(0.6314663,0.176749),(0.635685,0.180931),(0.6314663,0.180931),(0.6399043,0.180931),(0.6441281,0.176749),(0.6441281,0.180931),(0.627244,0.1683764),(0.6230208,0.1683764),(0.627244,0.1725639),(0.6230209,0.1725639),(0.6187993,0.1683764),(0.6145822,0.1683764),(0.6187993,0.1725639),(0.6145822,0.1725639),(0.6230208,0.176749),(0.6187993,0.176749),(0.6145822,0.176749),(0.6187993,0.180931),(0.6145822,0.180931),(0.6230209,0.180931),(0.627244,0.176749),(0.627244,0.180931),(0.6103719,0.1683764),(0.6061606,0.1683764),(0.6103719,0.1725639),(0.6061606,0.1725639),(0.6019406,0.1683764),(0.5977041,0.1683764),(0.6019406,0.1725639),(0.5977041,0.1725639),(0.6061606,0.176749),(0.6019406,0.176749),(0.5977041,0.176749),(0.6019406,0.180931),(0.5977041,0.180931),(0.6061606,0.180931),(0.6103719,0.176749),(0.6103719,0.180931),(0.5934432,0.1683764),(0.589169,0.1683764),(0.5934432,0.1725639),(0.589169,0.1725639),(0.5848927,0.1683764),(0.5806257,0.1683764),(0.5848927,0.1725639),(0.5806257,0.1725639),(0.589169,0.176749),(0.5848927,0.176749),(0.5806257,0.176749),(0.5848927,0.180931),(0.5806257,0.180931),(0.589169,0.180931),(0.5934432,0.176749),(0.5934432,0.180931),(0.5763788,0.1683764),(0.572147,0.1683764),(0.5763788,0.1725639),(0.572147,0.1725639),(0.567925,0.1683764),(0.5637077,0.1683764),(0.567925,0.1725639),(0.5637077,0.1725639),(0.572147,0.176749),(0.567925,0.176749),(0.5637077,0.176749),(0.567925,0.180931),(0.5637077,0.180931),(0.572147,0.180931),(0.5763788,0.176749),(0.5763788,0.180931),(0.55949,0.1683764),(0.5552715,0.1683764),(0.55949,0.1725639),(0.5552715,0.1725639),(0.5510522,0.1683764),(0.5468317,0.1683764),(0.5510522,0.1725639),(0.5468317,0.1725639),(0.5552715,0.176749),(0.5510522,0.176749),(0.5468317,0.176749),(0.5510522,0.180931),(0.5468317,0.180931),(0.5552715,0.180931),(0.55949,0.176749),(0.55949,0.180931),(0.5426099,0.1683764),(0.5383899,0.1683764),(0.5426099,0.1725639),(0.5383899,0.1725639),(0.5341746,0.1683764),(0.5299669,0.1683764),(0.5341746,0.1725639),(0.5299669,0.1725639),(0.5383899,0.176749),(0.5341746,0.176749),(0.5299669,0.176749),(0.5341746,0.180931),(0.529967,0.180931),(0.5383899,0.180931),(0.5426099,0.176749),(0.5426099,0.180931),(0.52577,0.1683764),(0.5215818,0.1683764),(0.5215818,0.1725639),(0.52577,0.1725639),(0.5174,0.1683764),(0.5132228,0.1683764),(0.5132228,0.1725639),(0.5174,0.1725639),(0.5215818,0.176749),(0.5174,0.176749),(0.5132228,0.176749),(0.5174,0.180931),(0.5132228,0.180931),(0.5215818,0.180931),(0.52577,0.176749),(0.52577,0.180931),(0.5090478,0.1683764),(0.5048727,0.1683764),(0.5048727,0.1725639),(0.5090478,0.1725639),(0.5006949,0.1683764),(0.4965119,0.1683764),(0.4965119,0.1725639),(0.5006949,0.1725639),(0.5006949,0.176749),(0.5048727,0.176749),(0.4965119,0.176749),(0.4965119,0.180931),(0.5006949,0.180931),(0.5048727,0.180931),(0.5090478,0.176749),(0.5090478,0.180931),(0.4923214,0.1683764),(0.4881234,0.1683764),(0.4881234,0.1725639),(0.4923214,0.1725639),(0.4839184,0.1683764),(0.4797065,0.1683764),(0.4797065,0.1725639),(0.4839184,0.1725639),(0.4839184,0.176749),(0.4881234,0.176749),(0.4797065,0.176749),(0.4797064,0.180931),(0.4839184,0.180931),(0.4881234,0.180931),(0.4923214,0.176749),(0.4923214,0.180931),(0.4754879,0.1683764),(0.4712752,0.1683764),(0.4754879,0.1725639),(0.4712752,0.1725639),(0.4670808,0.1683764),(0.4629171,0.1683764),(0.4629171,0.1725639),(0.4670808,0.1725639),(0.4670808,0.176749),(0.4712752,0.176749),(0.4629171,0.176749),(0.4629171,0.180931),(0.4670808,0.180931),(0.4712752,0.180931),(0.4754879,0.176749),(0.4754879,0.180931),(0.4587967,0.1683764),(0.4547031,0.1683764),(0.4547031,0.1725639),(0.4587967,0.1725639),(0.4506197,0.1683764),(0.44653,0.1683764),(0.4506197,0.1725639),(0.44653,0.1725639),(0.4506197,0.176749),(0.4547031,0.176749),(0.44653,0.176749),(0.44653,0.180931),(0.4506197,0.180931),(0.4547031,0.180931),(0.4587967,0.176749),(0.4587967,0.180931),(0.4424174,0.1683764),(0.4382856,0.1683764),(0.4424174,0.1725639),(0.4382856,0.1725639),(0.4341379,0.1683764),(0.429978,0.1683764),(0.429978,0.1725639),(0.4341379,0.1725639),(0.4341379,0.176749),(0.4382856,0.176749),(0.429978,0.176749),(0.429978,0.180931),(0.4341379,0.180931),(0.4382856,0.180931),(0.4424174,0.176749),(0.4424174,0.180931),(0.4258092,0.1683764),(0.4216311,0.1683764),(0.4216312,0.1725639),(0.4258092,0.1725639),(0.4174434,0.1683764),(0.4132456,0.1683764),(0.4132456,0.1725639),(0.4174434,0.1725639),(0.4174434,0.176749),(0.4216312,0.176749),(0.4132456,0.176749),(0.4132456,0.180931),(0.4174434,0.180931),(0.4216312,0.180931),(0.4258092,0.176749),(0.4258092,0.180931),(0.4090372,0.1683764),(0.4048201,0.1683764),(0.4048201,0.1725639),(0.4090372,0.1725639),(0.4005963,0.1683764),(0.3963675,0.1683764),(0.3963675,0.1725639),(0.4005963,0.1725639),(0.4005963,0.176749),(0.4048201,0.176749),(0.3963675,0.176749),(0.3963675,0.180931),(0.4005963,0.180931),(0.4048201,0.180931),(0.4090372,0.176749),(0.4090372,0.180931),(0.3921357,0.1683764),(0.3879012,0.1683764),(0.3879012,0.1725639),(0.3921357,0.1725639),(0.3836642,0.1683764),(0.3794248,0.1683764),(0.3794249,0.1725639),(0.3836642,0.1725639),(0.3836642,0.176749),(0.3879012,0.176749),(0.3794248,0.176749),(0.3794248,0.180931),(0.3836642,0.180931),(0.3879012,0.180931),(0.3921357,0.176749),(0.3921357,0.180931),(0.3751834,0.1683764),(0.3709441,0.1683764),(0.3709441,0.1725639),(0.3751834,0.1725639),(0.3667112,0.1683764),(0.3624887,0.1683764),(0.3624887,0.1725639),(0.3667112,0.1725639),(0.3667112,0.176749),(0.3709442,0.176749),(0.3624887,0.176749),(0.3624887,0.180931),(0.3667112,0.180931),(0.3709441,0.180931),(0.3751834,0.176749),(0.3751834,0.180931),(0.358281,0.1683764),(0.3540821,0.1683764),(0.358281,0.1725639),(0.3540821,0.1725639),(0.3498864,0.1683764),(0.3456882,0.1683764),(0.3456882,0.1725639),(0.3498864,0.1725639),(0.3540821,0.176749),(0.3498864,0.176749),(0.3456882,0.176749),(0.3498864,0.180931),(0.3456882,0.180931),(0.3540821,0.180931),(0.3582809,0.176749),(0.358281,0.180931),(0.3414817,0.1683764),(0.3372694,0.1683764),(0.3372695,0.1725639),(0.3414817,0.1725639),(0.3330541,0.1683764),(0.3288383,0.1683764),(0.3288383,0.1725639),(0.3330541,0.1725639),(0.3330541,0.176749),(0.3372695,0.176749),(0.3288383,0.176749),(0.3288383,0.180931),(0.3330541,0.180931),(0.3372695,0.180931),(0.3414817,0.176749),(0.3414817,0.180931),(0.3246247,0.1683764),(0.3204179,0.1683764),(0.3204179,0.1725639),(0.3246247,0.1725639),(0.3162228,0.1683764),(0.3120441,0.1683764),(0.3120441,0.1725639),(0.3162228,0.1725639),(0.3162228,0.176749),(0.3204179,0.176749),(0.3120441,0.176749),(0.3120441,0.180931),(0.3162228,0.180931),(0.3204179,0.180931),(0.3246247,0.176749),(0.3246247,0.180931),(0.3078868,0.1683764),(0.3037427,0.1683764),(0.3037427,0.1725639),(0.3078868,0.1725639),(0.2996041,0.1683764),(0.2954631,0.1683764),(0.2954631,0.1725639),(0.2996041,0.1725639),(0.2996041,0.176749),(0.3037428,0.176749),(0.2954631,0.176749),(0.2954631,0.180931),(0.2996041,0.180931),(0.3037427,0.180931),(0.3078868,0.176749),(0.3078868,0.180931),(0.2913116,0.1683764),(0.2871543,0.1683764),(0.2871543,0.1725639),(0.2913116,0.1725639),(0.2829956,0.1683764),(0.2788399,0.1683764),(0.2788399,0.1725639),(0.2829956,0.1725639),(0.2829956,0.176749),(0.2871543,0.176749),(0.2788399,0.176749),(0.2788399,0.180931),(0.2829956,0.180931),(0.2871543,0.180931),(0.2913116,0.176749),(0.2913116,0.180931),(0.2746918,0.1683764),(0.2705556,0.1683764),(0.2705556,0.1725639),(0.2746918,0.1725639),(0.2664356,0.1683764),(0.262336,0.1683764),(0.262336,0.1725639),(0.2664356,0.1725639),(0.2664356,0.176749),(0.2705556,0.176749),(0.262336,0.176749),(0.262336,0.180931),(0.2664356,0.180931),(0.2705556,0.180931),(0.2746918,0.176749),(0.2746918,0.180931),(0.2582613,0.1683764),(0.254209,0.1683764),(0.254209,0.1725639),(0.2582613,0.1725639),(0.2501769,0.1683764),(0.2461624,0.1683764),(0.2461624,0.1725639),(0.2501769,0.1725639),(0.2501769,0.176749),(0.254209,0.176749),(0.2461624,0.176749),(0.2461624,0.180931),(0.2501769,0.180931),(0.254209,0.180931),(0.2582613,0.176749),(0.2582613,0.180931),(0.2421634,0.1683764),(0.238164,0.1683764),(0.238164,0.1725639),(0.2421634,0.1725639),(0.2341487,0.1683764),(0.2301017,0.1683764),(0.2341487,0.1725639),(0.2301017,0.1725639),(0.2341487,0.176749),(0.238164,0.176749),(0.2301017,0.176749),(0.2341487,0.180931),(0.2301017,0.180931),(0.238164,0.180931),(0.2421634,0.176749),(0.2421634,0.180931),(0.2260074,0.1683764),(0.2218787,0.1683764),(0.2260074,0.1725639),(0.2218787,0.1725639),(0.2177283,0.1683764),(0.2135691,0.1683764),(0.2135692,0.1725639),(0.2177283,0.1725639),(0.2218787,0.176749),(0.2177283,0.176749),(0.2135691,0.176749),(0.2135692,0.180931),(0.2177283,0.180931),(0.2218787,0.180931),(0.2260074,0.176749),(0.2260074,0.180931),(0.2094141,0.1683764),(0.2052627,0.1683764),(0.2052627,0.1725639),(0.2094141,0.1725639),(0.2011147,0.1683764),(0.1969699,0.1683764),(0.1969699,0.1725639),(0.2011147,0.1725639),(0.2011147,0.176749),(0.2052627,0.176749),(0.1969699,0.176749),(0.1969699,0.180931),(0.2011147,0.180931),(0.2052627,0.180931),(0.2094141,0.176749),(0.2094141,0.180931),(0.1928277,0.1683764),(0.1886888,0.1683764),(0.1886888,0.1725639),(0.1928277,0.1725639),(0.1845533,0.1683764),(0.1804218,0.1683764),(0.1804218,0.1725639),(0.1845533,0.1725639),(0.1845533,0.176749),(0.1886888,0.176749),(0.1804218,0.176749),(0.1804218,0.180931),(0.1845533,0.180931),(0.1886888,0.180931),(0.1928277,0.176749),(0.1928277,0.180931),(0.1762946,0.1683764),(0.1721701,0.1683764),(0.1721701,0.1725639),(0.1762946,0.1725639),(0.1680468,0.1683764),(0.163923,0.1683764),(0.163923,0.1725639),(0.1680468,0.1725639),(0.1680468,0.176749),(0.1721701,0.176749),(0.163923,0.176749),(0.1680468,0.180931),(0.163923,0.180931),(0.1721701,0.180931),(0.1762946,0.176749),(0.1762946,0.180931),(0.1597973,0.1683764),(0.1556691,0.1683764),(0.1597973,0.1725639),(0.1556691,0.1725639),(0.1515382,0.1683764),(0.1474041,0.1683764),(0.1515382,0.1725639),(0.1474041,0.1725639),(0.1556691,0.176749),(0.1515382,0.176749),(0.1474041,0.176749),(0.1515382,0.180931),(0.1474041,0.180931),(0.1556691,0.180931),(0.1597973,0.176749),(0.1597973,0.180931),(0.1432664,0.1683764),(0.1391259,0.1683764),(0.1432664,0.1725639),(0.1391259,0.1725639),(0.134983,0.1683764),(0.1308385,0.1683764),(0.1308385,0.1725639),(0.134983,0.1725639),(0.134983,0.176749),(0.1391259,0.176749),(0.1308385,0.176749),(0.1308385,0.180931),(0.134983,0.180931),(0.1391259,0.180931),(0.1432664,0.176749),(0.1432664,0.180931),(0.126693,0.1683764),(0.12255,0.1683764),(0.12255,0.1725639),(0.126693,0.1725639),(0.1184131,0.1683764),(0.1142857,0.1683764),(0.1142857,0.1725639),(0.1184131,0.1725639),(0.1184131,0.176749),(0.12255,0.176749),(0.1142857,0.176749),(0.1142857,0.180931),(0.1184131,0.180931),(0.12255,0.180931),(0.126693,0.176749),(0.126693,0.180931),(0.1101713,0.1683764),(0.1060752,0.1683764),(0.1060752,0.1725639),(0.1101713,0.1725639),(0.1020023,0.1683764),(0.09795791,0.1683764),(0.09795791,0.1725639),(0.1020023,0.1725639),(0.1020023,0.176749),(0.1060752,0.176749),(0.09795791,0.176749),(0.09795791,0.180931),(0.1020023,0.180931),(0.1060752,0.180931),(0.1101713,0.176749),(0.1101713,0.180931),(0.09394707,0.1683764),(0.08994583,0.1683764),(0.08994584,0.1725639),(0.09394707,0.1725639),(0.08593026,0.1683764),(0.08187638,0.1683764),(0.08593025,0.1725639),(0.08187637,0.1725639),(0.08593026,0.176749),(0.08994584,0.176749),(0.08187638,0.176749),(0.08593026,0.180931),(0.08187638,0.180931),(0.08994584,0.180931),(0.09394707,0.176749),(0.09394707,0.180931),(0.07776025,0.1683764),(0.07361087,0.1683764),(0.07776025,0.1725639),(0.07361087,0.1725639),(0.06945725,0.1683764),(0.06532837,0.1683764),(0.06945725,0.1725639),(0.06532837,0.1725639),(0.07361087,0.176749),(0.06945725,0.176749),(0.06532837,0.176749),(0.06945725,0.180931),(0.06532837,0.180931),(0.07361087,0.180931),(0.07776025,0.176749),(0.07776025,0.180931),(0.06125325,0.1683764),(0.05721605,0.1683764),(0.06125325,0.1725639),(0.05721604,0.1725639),(0.05320094,0.1683764),(0.0491921,0.1683764),(0.05320094,0.1725639),(0.04919209,0.1725639),(0.05721605,0.176749),(0.05320094,0.176749),(0.0491921,0.176749),(0.05320094,0.180931),(0.04919209,0.180931),(0.05721605,0.180931),(0.06125325,0.176749),(0.06125325,0.180931),(0.04517369,0.1683764),(0.04115105,0.1683764),(0.04517369,0.1725639),(0.04115105,0.1725639),(0.0371295,0.1683764),(0.03311438,0.1683764),(0.0371295,0.1725639),(0.03311437,0.1725639),(0.04115105,0.176749),(0.0371295,0.176749),(0.03311438,0.176749),(0.0371295,0.180931),(0.03311438,0.180931),(0.04115105,0.180931),(0.04517369,0.176749),(0.04517369,0.180931),(0.029111,0.1683764),(0.02511186,0.1683764),(0.029111,0.1725639),(0.02511186,0.1725639),(0.02110944,0.1683764),(0.01709622,0.1683764),(0.01709622,0.1725639),(0.02110944,0.1725639),(0.02511186,0.176749),(0.02110944,0.176749),(0.01709622,0.176749),(0.01709622,0.180931),(0.02110944,0.180931),(0.02511186,0.180931),(0.029111,0.176749),(0.029111,0.180931),(0.01306469,0.1683764),(0.009019421,0.1683765),(0.009019421,0.172564),(0.01306469,0.1725639),(0.004965,0.1683767),(0.000906,0.168377),(0.000906,0.172565),(0.004965,0.1725644),(0.004965,0.176751),(0.009019421,0.1767495),(0.000906,0.176753),(0.000906,0.180941),(0.004965,0.180934),(0.009019421,0.1809317),(0.01306469,0.176749),(0.01306469,0.180931),(0.9951518,0.185111),(0.999094,0.185113),(0.9912093,0.1851095),(0.9912093,0.1892837),(0.9951518,0.1892843),(0.999094,0.189285),(0.9872664,0.185109),(0.983323,0.185109),(0.9872664,0.1892836),(0.983323,0.1892836),(0.9912093,0.1934556),(0.9872664,0.1934554),(0.983323,0.1934555),(0.9872664,0.1976251),(0.983323,0.197625),(0.9912093,0.1976253),(0.999094,0.193457),(0.9951518,0.1934562),(0.9951518,0.1976262),(0.999094,0.197629),(0.9793787,0.185109),(0.9754275,0.185109),(0.9793787,0.1892836),(0.9754274,0.1892836),(0.9714631,0.185109),(0.9674796,0.185109),(0.9714631,0.1892836),(0.9674796,0.1892836),(0.9754274,0.1934555),(0.9714631,0.1934554),(0.9674796,0.1934555),(0.9714631,0.1976251),(0.9674796,0.197625),(0.9754274,0.197625),(0.9793787,0.1934554),(0.9793787,0.1976251),(0.9634706,0.185109),(0.9594426,0.185109),(0.9634707,0.1892836),(0.9594426,0.1892836),(0.9554016,0.185109),(0.9513539,0.185109),(0.9554016,0.1892836),(0.9513539,0.1892836),(0.9594426,0.1934555),(0.9554016,0.1934554),(0.9513539,0.1934555),(0.9554016,0.1976251),(0.9513539,0.197625),(0.9594425,0.197625),(0.9634707,0.1934554),(0.9634706,0.1976251),(0.9473058,0.185109),(0.9432498,0.185109),(0.9473058,0.1892836),(0.9432497,0.1892836),(0.9391782,0.185109),(0.9350839,0.185109),(0.9391783,0.1892836),(0.9350839,0.1892836),(0.9432497,0.1934555),(0.9391782,0.1934554),(0.9350839,0.1934555),(0.9391783,0.1976251),(0.9350839,0.197625),(0.9432497,0.197625),(0.9473058,0.1934554),(0.9473058,0.1976251),(0.930959,0.185109),(0.9268106,0.185109),(0.930959,0.1892836),(0.9268106,0.1892836),(0.9226453,0.185109),(0.9184701,0.185109),(0.9226453,0.1892836),(0.9184701,0.1892836),(0.9268106,0.1934555),(0.9226453,0.1934554),(0.9184701,0.1934555),(0.9226453,0.1976251),(0.9184701,0.197625),(0.9268106,0.197625),(0.930959,0.1934554),(0.930959,0.1976251),(0.9142919,0.185109),(0.910111,0.185109),(0.9142919,0.1892836),(0.9101109,0.1892836),(0.9059278,0.185109),(0.9017429,0.185109),(0.9059278,0.1892836),(0.9017429,0.1892836),(0.910111,0.1934555),(0.9059278,0.1934554),(0.9017429,0.1934555),(0.9059278,0.1976251),(0.9017428,0.197625),(0.9101109,0.197625),(0.9142919,0.1934554),(0.9142919,0.1976251),(0.8975567,0.185109),(0.8933688,0.185109),(0.8975567,0.1892836),(0.8933688,0.1892836),(0.8891787,0.185109),(0.8849859,0.185109),(0.8891788,0.1892836),(0.8849859,0.1892836),(0.8933688,0.1934555),(0.8891787,0.1934554),(0.8849859,0.1934555),(0.8891788,0.1976251),(0.8849859,0.197625),(0.8933688,0.197625),(0.8975567,0.1934554),(0.8975567,0.1976251),(0.8807898,0.185109),(0.8765806,0.185109),(0.8807898,0.1892836),(0.8765807,0.1892836),(0.8723488,0.185109),(0.8680845,0.185109),(0.8723488,0.1892836),(0.8680845,0.1892836),(0.8765806,0.1934555),(0.8723488,0.1934554),(0.8680845,0.1934555),(0.8723488,0.1976251),(0.8680845,0.197625),(0.8765806,0.197625),(0.8807898,0.1934554),(0.8807898,0.1976251),(0.8637781,0.185109),(0.8594491,0.185109),(0.8637781,0.1892836),(0.8594491,0.1892836),(0.8551173,0.185109),(0.8508024,0.185109),(0.8551173,0.1892836),(0.8508024,0.1892836),(0.8594491,0.1934555),(0.8551173,0.1934554),(0.8508024,0.1934555),(0.8551173,0.1976251),(0.8508024,0.197625),(0.859449,0.197625),(0.8637781,0.1934554),(0.8637781,0.1976251),(0.846524,0.185109),(0.8422731,0.185109),(0.846524,0.1892836),(0.8422731,0.1892836),(0.8380403,0.185109),(0.8338165,0.185109),(0.8380403,0.1892836),(0.8338165,0.1892836),(0.8422731,0.1934555),(0.8380403,0.1934554),(0.8338165,0.1934555),(0.8380404,0.1976251),(0.8338165,0.197625),(0.8422731,0.197625),(0.846524,0.1934554),(0.846524,0.1976251),(0.8295926,0.185109),(0.8253628,0.185109),(0.8295926,0.1892836),(0.8253628,0.1892836),(0.8211217,0.185109),(0.8168637,0.185109),(0.8211217,0.1892836),(0.8168637,0.1892836),(0.8253628,0.1934555),(0.8211217,0.1934554),(0.8168637,0.1934555),(0.8211217,0.1976251),(0.8168637,0.197625),(0.8253628,0.197625),(0.8295926,0.1934554),(0.8295926,0.1976251),(0.8125832,0.185109),(0.8082899,0.185109),(0.8125832,0.1892836),(0.8082899,0.1892836),(0.8039935,0.185109),(0.7997035,0.185109),(0.8039935,0.1892836),(0.7997035,0.1892836),(0.8082899,0.1934555),(0.8039935,0.1934554),(0.7997035,0.1934555),(0.8039935,0.1976251),(0.7997035,0.197625),(0.8082899,0.197625),(0.8125832,0.1934554),(0.8125832,0.1976251),(0.7954297,0.185109),(0.7911757,0.185109),(0.7954297,0.1892836),(0.7911757,0.1892836),(0.7869452,0.185109),(0.7827417,0.185109),(0.7869452,0.1892836),(0.7827417,0.1892836),(0.7911757,0.1934555),(0.7869452,0.1934554),(0.7827417,0.1934555),(0.7869452,0.1976251),(0.7827417,0.197625),(0.7911757,0.197625),(0.7954297,0.1934554),(0.7954297,0.1976251),(0.7785689,0.185109),(0.7744211,0.185109),(0.7785689,0.1892836),(0.7744212,0.1892836),(0.7702925,0.185109),(0.7661775,0.185109),(0.7702925,0.1892836),(0.7661775,0.1892836),(0.7744212,0.1934555),(0.7702925,0.1934554),(0.7661775,0.1934555),(0.7702925,0.1976251),(0.7661775,0.197625),(0.7744212,0.197625),(0.778569,0.1934554),(0.778569,0.1976251),(0.7620703,0.185109),(0.757961,0.185109),(0.7620703,0.1892836),(0.757961,0.1892836),(0.7538399,0.185109),(0.7496969,0.185109),(0.7538399,0.1892836),(0.7496969,0.1892836),(0.757961,0.1934555),(0.7538399,0.1934554),(0.7496969,0.1934555),(0.7538399,0.1976251),(0.7496969,0.197625),(0.757961,0.197625),(0.7620703,0.1934554),(0.7620703,0.1976251),(0.7455223,0.185109),(0.7413244,0.185109),(0.7455223,0.1892836),(0.7413245,0.1892836),(0.7371117,0.185109),(0.7328922,0.185109),(0.7371117,0.1892836),(0.7328923,0.1892836),(0.7413245,0.1934555),(0.7371117,0.1934554),(0.7328922,0.1934555),(0.7371117,0.1976251),(0.7328922,0.197625),(0.7413245,0.197625),(0.7455223,0.1934554),(0.7455223,0.1976251),(0.7286744,0.185109),(0.7244572,0.185109),(0.7286744,0.1892836),(0.7244572,0.1892836),(0.7202395,0.185109),(0.71602,0.185109),(0.7202395,0.1892836),(0.71602,0.1892836),(0.7244572,0.1934555),(0.7202395,0.1934554),(0.71602,0.1934555),(0.7202394,0.1976251),(0.71602,0.197625),(0.7244572,0.197625),(0.7286744,0.1934554),(0.7286744,0.1976251),(0.7117977,0.185109),(0.7075742,0.185109),(0.7117977,0.1892836),(0.7075742,0.1892836),(0.7033514,0.185109),(0.6991307,0.185109),(0.7033514,0.1892836),(0.6991307,0.1892836),(0.7075742,0.1934555),(0.7033514,0.1934554),(0.6991307,0.1934555),(0.7033514,0.1976251),(0.6991307,0.197625),(0.7075742,0.197625),(0.7117977,0.1934554),(0.7117977,0.1976251),(0.6949139,0.185109),(0.6906992,0.185109),(0.6949139,0.1892836),(0.6906992,0.1892836),(0.6864849,0.185109),(0.6822694,0.185109),(0.6864849,0.1892836),(0.6822693,0.1892836),(0.6906992,0.1934555),(0.6864849,0.1934554),(0.6822694,0.1934555),(0.6864849,0.1976251),(0.6822693,0.197625),(0.6906992,0.197625),(0.6949139,0.1934554),(0.6949139,0.1976251),(0.6780508,0.185109),(0.6738272,0.185109),(0.6780507,0.1892836),(0.6738272,0.1892836),(0.6695971,0.185109),(0.6653587,0.185109),(0.6695971,0.1892836),(0.6653587,0.1892836),(0.6738272,0.1934555),(0.6695971,0.1934554),(0.6653587,0.1934555),(0.6695971,0.1976251),(0.6653587,0.197625),(0.6738272,0.197625),(0.6780508,0.1934554),(0.6780507,0.1976251),(0.6611102,0.185109),(0.6568571,0.185109),(0.6611102,0.1892836),(0.6568571,0.1892836),(0.6526053,0.185109),(0.6483604,0.185109),(0.6526054,0.1892836),(0.6483604,0.1892836),(0.6568571,0.1934555),(0.6526054,0.1934554),(0.6483604,0.1934555),(0.6526053,0.1976251),(0.6483604,0.197625),(0.6568571,0.197625),(0.6611102,0.1934554),(0.6611102,0.1976251),(0.6441281,0.185109),(0.6399043,0.185109),(0.6441281,0.1892836),(0.6399043,0.1892836),(0.635685,0.185109),(0.6314663,0.185109),(0.635685,0.1892836),(0.6314663,0.1892836),(0.6399043,0.1934555),(0.635685,0.1934554),(0.6314663,0.1934555),(0.635685,0.1976251),(0.6314663,0.197625),(0.6399043,0.197625),(0.6441281,0.1934554),(0.6441281,0.1976251),(0.627244,0.185109),(0.6230208,0.185109),(0.627244,0.1892836),(0.6230209,0.1892836),(0.6187993,0.185109),(0.6145822,0.185109),(0.6187993,0.1892836),(0.6145822,0.1892836),(0.6230208,0.1934555),(0.6187993,0.1934554),(0.6145822,0.1934555),(0.6187993,0.1976251),(0.6145822,0.197625),(0.6230209,0.197625),(0.627244,0.1934554),(0.627244,0.1976251),(0.6103719,0.185109),(0.6061606,0.185109),(0.6103719,0.1892836),(0.6061606,0.1892836),(0.6019406,0.185109),(0.5977041,0.185109),(0.6019406,0.1892836),(0.5977041,0.1892836),(0.6061606,0.1934555),(0.6019406,0.1934554),(0.5977041,0.1934555),(0.6019406,0.1976251),(0.5977041,0.197625),(0.6061606,0.197625),(0.6103719,0.1934554),(0.6103719,0.1976251),(0.5934432,0.185109),(0.589169,0.185109),(0.5934432,0.1892836),(0.589169,0.1892836),(0.5848927,0.185109),(0.5806257,0.185109),(0.5848927,0.1892836),(0.5806257,0.1892836),(0.589169,0.1934555),(0.5848927,0.1934554),(0.5806257,0.1934555),(0.5848927,0.1976251),(0.5806257,0.197625),(0.589169,0.197625),(0.5934432,0.1934554),(0.5934432,0.1976251),(0.5763788,0.185109),(0.572147,0.185109),(0.5763788,0.1892836),(0.572147,0.1892836),(0.567925,0.185109),(0.5637077,0.185109),(0.567925,0.1892836),(0.5637077,0.1892836),(0.572147,0.1934555),(0.567925,0.1934554),(0.5637077,0.1934555),(0.567925,0.1976251),(0.5637077,0.197625),(0.572147,0.197625),(0.5763788,0.1934554),(0.5763788,0.1976251),(0.55949,0.185109),(0.5552715,0.185109),(0.55949,0.1892836),(0.5552715,0.1892836),(0.5510522,0.185109),(0.5468317,0.185109),(0.5510522,0.1892836),(0.5468317,0.1892836),(0.5552715,0.1934555),(0.5510522,0.1934554),(0.5468317,0.1934555),(0.5510522,0.1976251),(0.5468317,0.197625),(0.5552715,0.197625),(0.55949,0.1934554),(0.55949,0.1976251),(0.5426099,0.185109),(0.5383899,0.185109),(0.5426099,0.1892836),(0.5383899,0.1892836),(0.5341746,0.185109),(0.5299669,0.185109),(0.5341746,0.1892836),(0.5299669,0.1892836),(0.5383899,0.1934555),(0.5341746,0.1934554),(0.5299669,0.1934555),(0.5341746,0.1976251),(0.529967,0.197625),(0.5383899,0.197625),(0.5426099,0.1934554),(0.5426099,0.1976251),(0.52577,0.185109),(0.5215818,0.185109),(0.52577,0.1892836),(0.5215818,0.1892836),(0.5174,0.185109),(0.5132228,0.185109),(0.5174,0.1892836),(0.5132228,0.1892836),(0.5215818,0.1934555),(0.5174,0.1934554),(0.5132228,0.1934555),(0.5174,0.1976251),(0.5132228,0.197625),(0.5215818,0.197625),(0.52577,0.1934554),(0.52577,0.1976251),(0.5090478,0.185109),(0.5048727,0.185109),(0.5090478,0.1892836),(0.5048727,0.1892836),(0.5006949,0.185109),(0.4965119,0.185109),(0.4965119,0.1892836),(0.5006949,0.1892836),(0.5048727,0.1934555),(0.5006949,0.1934554),(0.4965119,0.1934555),(0.5006949,0.1976251),(0.4965119,0.197625),(0.5048727,0.197625),(0.5090478,0.1934554),(0.5090478,0.1976251),(0.4923214,0.185109),(0.4881234,0.185109),(0.4881234,0.1892836),(0.4923214,0.1892836),(0.4839184,0.185109),(0.4797065,0.185109),(0.4797065,0.1892836),(0.4839184,0.1892836),(0.4839184,0.1934554),(0.4881234,0.1934555),(0.4797065,0.1934555),(0.4797064,0.197625),(0.4839184,0.1976251),(0.4881234,0.197625),(0.4923214,0.1934554),(0.4923214,0.1976251),(0.4754879,0.185109),(0.4712752,0.185109),(0.4712752,0.1892836),(0.4754879,0.1892836),(0.4670808,0.185109),(0.4629171,0.185109),(0.4629171,0.1892836),(0.4670808,0.1892836),(0.4670808,0.1934554),(0.4712752,0.1934555),(0.4629171,0.1934555),(0.4629171,0.197625),(0.4670808,0.1976251),(0.4712752,0.197625),(0.4754879,0.1934554),(0.4754879,0.1976251),(0.4587967,0.185109),(0.4547031,0.185109),(0.4547031,0.1892836),(0.4587967,0.1892836),(0.4506197,0.185109),(0.44653,0.185109),(0.44653,0.1892836),(0.4506197,0.1892836),(0.4506197,0.1934554),(0.4547031,0.1934555),(0.44653,0.1934555),(0.44653,0.197625),(0.4506197,0.1976251),(0.4547031,0.197625),(0.4587967,0.1934554),(0.4587967,0.1976251),(0.4424174,0.185109),(0.4382856,0.185109),(0.4382856,0.1892836),(0.4424174,0.1892836),(0.4341379,0.185109),(0.429978,0.185109),(0.429978,0.1892836),(0.4341379,0.1892836),(0.4341379,0.1934554),(0.4382856,0.1934555),(0.429978,0.1934555),(0.429978,0.197625),(0.4341379,0.1976251),(0.4382856,0.197625),(0.4424174,0.1934554),(0.4424174,0.1976251),(0.4258092,0.185109),(0.4216311,0.185109),(0.4216312,0.1892836),(0.4258092,0.1892836),(0.4174434,0.185109),(0.4132456,0.185109),(0.4132456,0.1892836),(0.4174434,0.1892836),(0.4174434,0.1934554),(0.4216312,0.1934555),(0.4132456,0.1934555),(0.4132456,0.197625),(0.4174434,0.1976251),(0.4216312,0.197625),(0.4258092,0.1934554),(0.4258092,0.1976251),(0.4090372,0.185109),(0.4048201,0.185109),(0.4048201,0.1892836),(0.4090372,0.1892836),(0.4005963,0.185109),(0.3963675,0.185109),(0.3963675,0.1892836),(0.4005963,0.1892836),(0.4005963,0.1934554),(0.4048201,0.1934555),(0.3963675,0.1934555),(0.3963675,0.197625),(0.4005963,0.1976251),(0.4048201,0.197625),(0.4090372,0.1934554),(0.4090372,0.1976251),(0.3921357,0.185109),(0.3879012,0.185109),(0.3879012,0.1892836),(0.3921357,0.1892836),(0.3836642,0.185109),(0.3794248,0.185109),(0.3794249,0.1892836),(0.3836642,0.1892836),(0.3836642,0.1934554),(0.3879012,0.1934555),(0.3794248,0.1934555),(0.3794248,0.197625),(0.3836642,0.1976251),(0.3879012,0.197625),(0.3921357,0.1934554),(0.3921357,0.1976251),(0.3751834,0.185109),(0.3709441,0.185109),(0.3709441,0.1892836),(0.3751834,0.1892836),(0.3667112,0.185109),(0.3624887,0.185109),(0.3624887,0.1892836),(0.3667112,0.1892836),(0.3667112,0.1934554),(0.3709442,0.1934555),(0.3624887,0.1934555),(0.3624887,0.197625),(0.3667112,0.1976251),(0.3709441,0.197625),(0.3751834,0.1934554),(0.3751834,0.1976251),(0.358281,0.185109),(0.3540821,0.185109),(0.358281,0.1892836),(0.3540821,0.1892836),(0.3498864,0.185109),(0.3456882,0.185109),(0.3456882,0.1892836),(0.3498864,0.1892836),(0.3540821,0.1934555),(0.3498864,0.1934554),(0.3456882,0.1934555),(0.3456882,0.197625),(0.3498864,0.1976251),(0.3540821,0.197625),(0.3582809,0.1934554),(0.358281,0.1976251),(0.3414817,0.185109),(0.3372694,0.185109),(0.3372695,0.1892836),(0.3414817,0.1892836),(0.3330541,0.185109),(0.3288383,0.185109),(0.3288383,0.1892836),(0.3330541,0.1892836),(0.3330541,0.1934554),(0.3372695,0.1934555),(0.3288383,0.1934555),(0.3288383,0.197625),(0.3330541,0.1976251),(0.3372695,0.197625),(0.3414817,0.1934554),(0.3414817,0.1976251),(0.3246247,0.185109),(0.3204179,0.185109),(0.3204179,0.1892836),(0.3246247,0.1892836),(0.3162228,0.185109),(0.3120441,0.185109),(0.3120441,0.1892836),(0.3162228,0.1892836),(0.3162228,0.1934554),(0.3204179,0.1934555),(0.3120441,0.1934555),(0.3120441,0.197625),(0.3162228,0.1976251),(0.3204179,0.197625),(0.3246247,0.1934554),(0.3246247,0.1976251),(0.3078868,0.185109),(0.3037427,0.185109),(0.3037427,0.1892836),(0.3078868,0.1892836),(0.2996041,0.185109),(0.2954631,0.185109),(0.2954631,0.1892836),(0.2996041,0.1892836),(0.2996041,0.1934554),(0.3037428,0.1934555),(0.2954631,0.1934555),(0.2954631,0.197625),(0.2996041,0.1976251),(0.3037427,0.197625),(0.3078868,0.1934554),(0.3078868,0.1976251),(0.2913116,0.185109),(0.2871543,0.185109),(0.2871543,0.1892836),(0.2913116,0.1892836),(0.2829956,0.185109),(0.2788399,0.185109),(0.2788399,0.1892836),(0.2829956,0.1892836),(0.2829956,0.1934554),(0.2871543,0.1934555),(0.2788399,0.1934555),(0.2788399,0.197625),(0.2829956,0.1976251),(0.2871543,0.197625),(0.2913116,0.1934554),(0.2913116,0.1976251),(0.2746918,0.185109),(0.2705556,0.185109),(0.2705556,0.1892836),(0.2746918,0.1892836),(0.2664356,0.185109),(0.262336,0.185109),(0.262336,0.1892836),(0.2664356,0.1892836),(0.2664356,0.1934554),(0.2705556,0.1934555),(0.262336,0.1934555),(0.262336,0.197625),(0.2664356,0.1976251),(0.2705556,0.197625),(0.2746918,0.1934554),(0.2746918,0.1976251),(0.2582613,0.185109),(0.254209,0.185109),(0.254209,0.1892836),(0.2582613,0.1892836),(0.2501769,0.185109),(0.2461624,0.185109),(0.2461624,0.1892836),(0.2501769,0.1892836),(0.2501769,0.1934554),(0.254209,0.1934555),(0.2461624,0.1934555),(0.2461624,0.197625),(0.2501769,0.1976251),(0.254209,0.197625),(0.2582613,0.1934554),(0.2582613,0.1976251),(0.2421634,0.185109),(0.238164,0.185109),(0.238164,0.1892836),(0.2421634,0.1892836),(0.2341487,0.185109),(0.2301017,0.185109),(0.2341487,0.1892836),(0.2301017,0.1892836),(0.238164,0.1934555),(0.2341487,0.1934554),(0.2301017,0.1934555),(0.2341487,0.1976251),(0.2301017,0.197625),(0.238164,0.197625),(0.2421634,0.1934554),(0.2421634,0.1976251),(0.2260074,0.185109),(0.2218787,0.185109),(0.2260074,0.1892836),(0.2218787,0.1892836),(0.2177283,0.185109),(0.2135691,0.185109),(0.2135692,0.1892836),(0.2177283,0.1892836),(0.2177283,0.1934554),(0.2218787,0.1934555),(0.2135691,0.1934555),(0.2135692,0.197625),(0.2177283,0.1976251),(0.2218787,0.197625),(0.2260074,0.1934554),(0.2260074,0.1976251),(0.2094141,0.185109),(0.2052627,0.185109),(0.2052627,0.1892836),(0.2094141,0.1892836),(0.2011147,0.185109),(0.1969699,0.185109),(0.1969699,0.1892836),(0.2011147,0.1892836),(0.2011147,0.1934554),(0.2052627,0.1934555),(0.1969699,0.1934555),(0.1969699,0.197625),(0.2011147,0.1976251),(0.2052627,0.197625),(0.2094141,0.1934554),(0.2094141,0.1976251),(0.1928277,0.185109),(0.1886888,0.185109),(0.1886888,0.1892836),(0.1928277,0.1892836),(0.1845533,0.185109),(0.1804218,0.185109),(0.1804218,0.1892836),(0.1845533,0.1892836),(0.1845533,0.1934554),(0.1886888,0.1934555),(0.1804218,0.1934555),(0.1804218,0.197625),(0.1845533,0.1976251),(0.1886888,0.197625),(0.1928277,0.1934554),(0.1928277,0.1976251),(0.1762946,0.185109),(0.1721701,0.185109),(0.1721701,0.1892836),(0.1762946,0.1892836),(0.1680468,0.185109),(0.163923,0.185109),(0.1680468,0.1892836),(0.163923,0.1892836),(0.1680468,0.1934554),(0.1721701,0.1934555),(0.163923,0.1934555),(0.1680468,0.1976251),(0.163923,0.197625),(0.1721701,0.197625),(0.1762946,0.1934554),(0.1762946,0.1976251),(0.1597973,0.185109),(0.1556691,0.185109),(0.1597973,0.1892836),(0.1556691,0.1892836),(0.1515382,0.185109),(0.1474041,0.185109),(0.1515382,0.1892836),(0.1474041,0.1892836),(0.1556691,0.1934555),(0.1515382,0.1934554),(0.1474041,0.1934555),(0.1474041,0.197625),(0.1515382,0.1976251),(0.1556691,0.197625),(0.1597973,0.1934554),(0.1597973,0.1976251),(0.1432664,0.185109),(0.1391259,0.185109),(0.1391259,0.1892836),(0.1432664,0.1892836),(0.134983,0.185109),(0.1308385,0.185109),(0.1308385,0.1892836),(0.134983,0.1892836),(0.134983,0.1934554),(0.1391259,0.1934555),(0.1308385,0.1934555),(0.1308385,0.197625),(0.134983,0.1976251),(0.1391259,0.197625),(0.1432664,0.1934554),(0.1432664,0.1976251),(0.126693,0.185109),(0.12255,0.185109),(0.12255,0.1892836),(0.126693,0.1892836),(0.1184131,0.185109),(0.1142857,0.185109),(0.1142857,0.1892836),(0.1184131,0.1892836),(0.1184131,0.1934554),(0.12255,0.1934555),(0.1142857,0.1934555),(0.1142857,0.197625),(0.1184131,0.1976251),(0.12255,0.197625),(0.126693,0.1934554),(0.126693,0.1976251),(0.1101713,0.185109),(0.1060752,0.185109),(0.1060752,0.1892836),(0.1101713,0.1892836),(0.1020023,0.185109),(0.09795791,0.185109),(0.09795791,0.1892836),(0.1020023,0.1892836),(0.1020023,0.1934554),(0.1060752,0.1934555),(0.09795791,0.1934555),(0.1020023,0.1976251),(0.09795791,0.197625),(0.1060752,0.197625),(0.1101713,0.1934554),(0.1101713,0.1976251),(0.09394707,0.185109),(0.08994583,0.185109),(0.09394707,0.1892836),(0.08994584,0.1892836),(0.08593026,0.185109),(0.08187638,0.185109),(0.08593025,0.1892836),(0.08187637,0.1892836),(0.08994584,0.1934555),(0.08593026,0.1934554),(0.08187638,0.1934555),(0.08593026,0.1976251),(0.08187638,0.197625),(0.08994584,0.197625),(0.09394707,0.1934554),(0.09394707,0.1976251),(0.07776025,0.185109),(0.07361087,0.185109),(0.07776025,0.1892836),(0.07361087,0.1892836),(0.06945725,0.185109),(0.06532837,0.185109),(0.06945725,0.1892836),(0.06532837,0.1892836),(0.07361087,0.1934555),(0.06945725,0.1934554),(0.06532837,0.1934555),(0.06945725,0.1976251),(0.06532837,0.197625),(0.07361087,0.197625),(0.07776025,0.1934554),(0.07776025,0.1976251),(0.06125325,0.185109),(0.05721605,0.185109),(0.06125325,0.1892836),(0.05721604,0.1892836),(0.05320094,0.185109),(0.0491921,0.185109),(0.05320094,0.1892836),(0.04919209,0.1892836),(0.05721605,0.1934555),(0.05320094,0.1934554),(0.0491921,0.1934555),(0.05320094,0.1976251),(0.04919209,0.197625),(0.05721605,0.197625),(0.06125325,0.1934554),(0.06125325,0.1976251),(0.04517369,0.185109),(0.04115105,0.185109),(0.04517369,0.1892836),(0.04115105,0.1892836),(0.0371295,0.185109),(0.03311438,0.185109),(0.0371295,0.1892836),(0.03311437,0.1892836),(0.04115105,0.1934555),(0.0371295,0.1934554),(0.03311438,0.1934555),(0.0371295,0.1976251),(0.03311438,0.197625),(0.04115105,0.197625),(0.04517369,0.1934554),(0.04517369,0.1976251),(0.029111,0.185109),(0.02511186,0.185109),(0.02511186,0.1892836),(0.029111,0.1892836),(0.02110944,0.185109),(0.01709622,0.185109),(0.01709622,0.1892836),(0.02110944,0.1892836),(0.02110944,0.1934554),(0.02511186,0.1934555),(0.01709622,0.1934555),(0.01709622,0.197625),(0.02110944,0.1976251),(0.02511186,0.197625),(0.029111,0.1934554),(0.029111,0.1976251),(0.01306469,0.185109),(0.009019421,0.1851095),(0.009019421,0.1892837),(0.01306469,0.1892836),(0.004965,0.185111),(0.000906,0.185113),(0.000906,0.189285),(0.004965,0.1892843),(0.004965,0.1934562),(0.009019421,0.1934556),(0.000906,0.193457),(0.000906,0.197629),(0.004965,0.1976262),(0.009019421,0.1976254),(0.01306469,0.1934554),(0.01306469,0.1976251),(0.999094,0.2017947),(0.9951518,0.201794),(0.9912093,0.2017934),(0.9951518,0.205961),(0.9912093,0.2059615),(0.999094,0.2059605),(0.9872664,0.2017932),(0.983323,0.2017932),(0.9872664,0.2059617),(0.983323,0.2059617),(0.9912093,0.2101316),(0.9872664,0.2101325),(0.983323,0.2101325),(0.9872664,0.2143076),(0.983323,0.2143075),(0.9912093,0.2143064),(0.999094,0.2101263),(0.9951518,0.2101294),(0.9951518,0.2143029),(0.999094,0.214292),(0.9793787,0.2017932),(0.9754275,0.2017932),(0.9793787,0.2059617),(0.9754274,0.2059617),(0.9714631,0.2017932),(0.9674796,0.2017932),(0.9714631,0.2059617),(0.9674796,0.2059617),(0.9754274,0.2101325),(0.9714631,0.2101325),(0.9674796,0.2101325),(0.9714631,0.2143076),(0.9674796,0.2143075),(0.9754274,0.2143075),(0.9793787,0.2101325),(0.9793787,0.2143076),(0.9634706,0.2017932),(0.9594426,0.2017932),(0.9634707,0.2059617),(0.9594426,0.2059617),(0.9554016,0.2017932),(0.9513539,0.2017932),(0.9554016,0.2059617),(0.9513539,0.2059617),(0.9594426,0.2101325),(0.9554016,0.2101325),(0.9513539,0.2101325),(0.9554016,0.2143076),(0.9513539,0.2143075),(0.9594425,0.2143075),(0.9634707,0.2101325),(0.9634706,0.2143076),(0.9473058,0.2017932),(0.9432498,0.2017932),(0.9473058,0.2059617),(0.9432497,0.2059617),(0.9391782,0.2017932),(0.9350839,0.2017932),(0.9391783,0.2059617),(0.9350839,0.2059617),(0.9432497,0.2101325),(0.9391782,0.2101325),(0.9350839,0.2101325),(0.9391783,0.2143076),(0.9350839,0.2143075),(0.9432497,0.2143075),(0.9473058,0.2101325),(0.9473058,0.2143076),(0.930959,0.2017932),(0.9268106,0.2017932),(0.930959,0.2059617),(0.9268106,0.2059617),(0.9226453,0.2017932),(0.9184701,0.2017932),(0.9226453,0.2059617),(0.9184701,0.2059617),(0.9268106,0.2101325),(0.9226453,0.2101325),(0.9184701,0.2101325),(0.9226453,0.2143076),(0.9184701,0.2143075),(0.9268106,0.2143075),(0.930959,0.2101325),(0.930959,0.2143076),(0.9142919,0.2017932),(0.910111,0.2017932),(0.9142919,0.2059617),(0.9101109,0.2059617),(0.9059278,0.2017932),(0.9017429,0.2017932),(0.9059278,0.2059617),(0.9017429,0.2059617),(0.910111,0.2101325),(0.9059278,0.2101325),(0.9017429,0.2101325),(0.9059278,0.2143076),(0.9017428,0.2143075),(0.9101109,0.2143075),(0.9142919,0.2101325),(0.9142919,0.2143076),(0.8975567,0.2017932),(0.8933688,0.2017932),(0.8975567,0.2059617),(0.8933688,0.2059617),(0.8891787,0.2017932),(0.8849859,0.2017932),(0.8891788,0.2059617),(0.8849859,0.2059617),(0.8933688,0.2101325),(0.8891787,0.2101325),(0.8849859,0.2101325),(0.8891788,0.2143076),(0.8849859,0.2143075),(0.8933688,0.2143075),(0.8975567,0.2101325),(0.8975567,0.2143076),(0.8807898,0.2017932),(0.8765806,0.2017932),(0.8807898,0.2059617),(0.8765807,0.2059617),(0.8723488,0.2017932),(0.8680845,0.2017932),(0.8723488,0.2059617),(0.8680845,0.2059617),(0.8765806,0.2101325),(0.8723488,0.2101325),(0.8680845,0.2101325),(0.8723488,0.2143076),(0.8680845,0.2143075),(0.8765806,0.2143075),(0.8807898,0.2101325),(0.8807898,0.2143076),(0.8637781,0.2017932),(0.8594491,0.2017932),(0.8637781,0.2059617),(0.8594491,0.2059617),(0.8551173,0.2017932),(0.8508024,0.2017932),(0.8551173,0.2059617),(0.8508024,0.2059617),(0.8594491,0.2101325),(0.8551173,0.2101325),(0.8508024,0.2101325),(0.8551173,0.2143076),(0.8508024,0.2143075),(0.859449,0.2143075),(0.8637781,0.2101325),(0.8637781,0.2143076),(0.846524,0.2017932),(0.8422731,0.2017932),(0.846524,0.2059617),(0.8422731,0.2059617),(0.8380403,0.2017932),(0.8338165,0.2017932),(0.8380403,0.2059617),(0.8338165,0.2059617),(0.8422731,0.2101325),(0.8380403,0.2101325),(0.8338165,0.2101325),(0.8380404,0.2143076),(0.8338165,0.2143075),(0.8422731,0.2143075),(0.846524,0.2101325),(0.846524,0.2143076),(0.8295926,0.2017932),(0.8253628,0.2017932),(0.8295926,0.2059617),(0.8253628,0.2059617),(0.8211217,0.2017932),(0.8168637,0.2017932),(0.8211217,0.2059617),(0.8168637,0.2059617),(0.8253628,0.2101325),(0.8211217,0.2101325),(0.8168637,0.2101325),(0.8211217,0.2143076),(0.8168637,0.2143075),(0.8253628,0.2143075),(0.8295926,0.2101325),(0.8295926,0.2143076),(0.8125832,0.2017932),(0.8082899,0.2017932),(0.8125832,0.2059617),(0.8082899,0.2059617),(0.8039935,0.2017932),(0.7997035,0.2017932),(0.8039935,0.2059617),(0.7997035,0.2059617),(0.8082899,0.2101325),(0.8039935,0.2101325),(0.7997035,0.2101325),(0.8039935,0.2143076),(0.7997035,0.2143075),(0.8082899,0.2143075),(0.8125832,0.2101325),(0.8125832,0.2143076),(0.7954297,0.2017932),(0.7911757,0.2017932),(0.7954297,0.2059617),(0.7911757,0.2059617),(0.7869452,0.2017932),(0.7827417,0.2017932),(0.7869452,0.2059617),(0.7827417,0.2059617),(0.7911757,0.2101325),(0.7869452,0.2101325),(0.7827417,0.2101325),(0.7869452,0.2143076),(0.7827417,0.2143075),(0.7911757,0.2143075),(0.7954297,0.2101325),(0.7954297,0.2143076),(0.7785689,0.2017932),(0.7744211,0.2017932),(0.7785689,0.2059617),(0.7744212,0.2059617),(0.7702925,0.2017932),(0.7661775,0.2017932),(0.7702925,0.2059617),(0.7661775,0.2059617),(0.7744212,0.2101325),(0.7702925,0.2101325),(0.7661775,0.2101325),(0.7702925,0.2143076),(0.7661775,0.2143075),(0.7744212,0.2143075),(0.778569,0.2101325),(0.778569,0.2143076),(0.7620703,0.2017932),(0.757961,0.2017932),(0.7620703,0.2059617),(0.757961,0.2059617),(0.7538399,0.2017932),(0.7496969,0.2017932),(0.7538399,0.2059617),(0.7496969,0.2059617),(0.757961,0.2101325),(0.7538399,0.2101325),(0.7496969,0.2101325),(0.7538399,0.2143076),(0.7496969,0.2143075),(0.757961,0.2143075),(0.7620703,0.2101325),(0.7620703,0.2143076),(0.7455223,0.2017932),(0.7413244,0.2017932),(0.7455223,0.2059617),(0.7413245,0.2059617),(0.7371117,0.2017932),(0.7328922,0.2017932),(0.7371117,0.2059617),(0.7328923,0.2059617),(0.7413245,0.2101325),(0.7371117,0.2101325),(0.7328922,0.2101325),(0.7371117,0.2143076),(0.7328922,0.2143075),(0.7413245,0.2143075),(0.7455223,0.2101325),(0.7455223,0.2143076),(0.7286744,0.2017932),(0.7244572,0.2017932),(0.7286744,0.2059617),(0.7244572,0.2059617),(0.7202395,0.2017932),(0.71602,0.2017932),(0.7202395,0.2059617),(0.71602,0.2059617),(0.7244572,0.2101325),(0.7202395,0.2101325),(0.71602,0.2101325),(0.7202394,0.2143076),(0.71602,0.2143075),(0.7244572,0.2143075),(0.7286744,0.2101325),(0.7286744,0.2143076),(0.7117977,0.2017932),(0.7075742,0.2017932),(0.7117977,0.2059617),(0.7075742,0.2059617),(0.7033514,0.2017932),(0.6991307,0.2017932),(0.7033514,0.2059617),(0.6991307,0.2059617),(0.7075742,0.2101325),(0.7033514,0.2101325),(0.6991307,0.2101325),(0.7033514,0.2143076),(0.6991307,0.2143075),(0.7075742,0.2143075),(0.7117977,0.2101325),(0.7117977,0.2143076),(0.6949139,0.2017932),(0.6906992,0.2017932),(0.6949139,0.2059617),(0.6906992,0.2059617),(0.6864849,0.2017932),(0.6822694,0.2017932),(0.6864849,0.2059617),(0.6822693,0.2059617),(0.6906992,0.2101325),(0.6864849,0.2101325),(0.6822694,0.2101325),(0.6864849,0.2143076),(0.6822693,0.2143075),(0.6906992,0.2143075),(0.6949139,0.2101325),(0.6949139,0.2143076),(0.6780508,0.2017932),(0.6738272,0.2017932),(0.6780507,0.2059617),(0.6738272,0.2059617),(0.6695971,0.2017932),(0.6653587,0.2017932),(0.6695971,0.2059617),(0.6653587,0.2059617),(0.6738272,0.2101325),(0.6695971,0.2101325),(0.6653587,0.2101325),(0.6695971,0.2143076),(0.6653587,0.2143075),(0.6738272,0.2143075),(0.6780508,0.2101325),(0.6780507,0.2143076),(0.6611102,0.2017932),(0.6568571,0.2017932),(0.6611102,0.2059617),(0.6568571,0.2059617),(0.6526053,0.2017932),(0.6483604,0.2017932),(0.6526054,0.2059617),(0.6483604,0.2059617),(0.6568571,0.2101325),(0.6526054,0.2101325),(0.6483604,0.2101325),(0.6526053,0.2143076),(0.6483604,0.2143075),(0.6568571,0.2143075),(0.6611102,0.2101325),(0.6611102,0.2143076),(0.6441281,0.2017932),(0.6399043,0.2017932),(0.6441281,0.2059617),(0.6399043,0.2059617),(0.635685,0.2017932),(0.6314663,0.2017932),(0.635685,0.2059617),(0.6314663,0.2059617),(0.6399043,0.2101325),(0.635685,0.2101325),(0.6314663,0.2101325),(0.635685,0.2143076),(0.6314663,0.2143075),(0.6399043,0.2143075),(0.6441281,0.2101325),(0.6441281,0.2143076),(0.627244,0.2017932),(0.6230208,0.2017932),(0.627244,0.2059617),(0.6230209,0.2059617),(0.6187993,0.2017932),(0.6145822,0.2017932),(0.6187993,0.2059617),(0.6145822,0.2059617),(0.6230208,0.2101325),(0.6187993,0.2101325),(0.6145822,0.2101325),(0.6187993,0.2143076),(0.6145822,0.2143075),(0.6230209,0.2143075),(0.627244,0.2101325),(0.627244,0.2143076),(0.6103719,0.2017932),(0.6061606,0.2017932),(0.6103719,0.2059617),(0.6061606,0.2059617),(0.6019406,0.2017932),(0.5977041,0.2017932),(0.6019406,0.2059617),(0.5977041,0.2059617),(0.6061606,0.2101325),(0.6019406,0.2101325),(0.5977041,0.2101325),(0.6019406,0.2143076),(0.5977041,0.2143075),(0.6061606,0.2143075),(0.6103719,0.2101325),(0.6103719,0.2143076),(0.5934432,0.2017932),(0.589169,0.2017932),(0.5934432,0.2059617),(0.589169,0.2059617),(0.5848927,0.2017932),(0.5806257,0.2017932),(0.5848927,0.2059617),(0.5806257,0.2059617),(0.589169,0.2101325),(0.5848927,0.2101325),(0.5806257,0.2101325),(0.5848927,0.2143076),(0.5806257,0.2143075),(0.589169,0.2143075),(0.5934432,0.2101325),(0.5934432,0.2143076),(0.5763788,0.2017932),(0.572147,0.2017932),(0.5763788,0.2059617),(0.572147,0.2059617),(0.567925,0.2017932),(0.5637077,0.2017932),(0.567925,0.2059617),(0.5637077,0.2059617),(0.572147,0.2101325),(0.567925,0.2101325),(0.5637077,0.2101325),(0.567925,0.2143076),(0.5637077,0.2143075),(0.572147,0.2143075),(0.5763788,0.2101325),(0.5763788,0.2143076),(0.55949,0.2017932),(0.5552715,0.2017932),(0.55949,0.2059617),(0.5552715,0.2059617),(0.5510522,0.2017932),(0.5468317,0.2017932),(0.5510522,0.2059617),(0.5468317,0.2059617),(0.5552715,0.2101325),(0.5510522,0.2101325),(0.5468317,0.2101325),(0.5510522,0.2143076),(0.5468317,0.2143075),(0.5552715,0.2143075),(0.55949,0.2101325),(0.55949,0.2143076),(0.5426099,0.2017932),(0.5383899,0.2017932),(0.5426099,0.2059617),(0.5383899,0.2059617),(0.5341746,0.2017932),(0.5299669,0.2017932),(0.5341746,0.2059617),(0.5299669,0.2059617),(0.5383899,0.2101325),(0.5341746,0.2101325),(0.5299669,0.2101325),(0.5341746,0.2143076),(0.529967,0.2143075),(0.5383899,0.2143075),(0.5426099,0.2101325),(0.5426099,0.2143076),(0.52577,0.2017932),(0.5215818,0.2017932),(0.52577,0.2059617),(0.5215818,0.2059617),(0.5174,0.2017932),(0.5132228,0.2017932),(0.5174,0.2059617),(0.5132228,0.2059617),(0.5215818,0.2101325),(0.5174,0.2101325),(0.5132228,0.2101325),(0.5174,0.2143076),(0.5132228,0.2143075),(0.5215818,0.2143075),(0.52577,0.2101325),(0.52577,0.2143076),(0.5090478,0.2017932),(0.5048727,0.2017932),(0.5090478,0.2059617),(0.5048727,0.2059617),(0.5006949,0.2017932),(0.4965119,0.2017932),(0.5006949,0.2059617),(0.4965119,0.2059617),(0.5048727,0.2101325),(0.5006949,0.2101325),(0.4965119,0.2101325),(0.5006949,0.2143076),(0.4965119,0.2143075),(0.5048727,0.2143075),(0.5090478,0.2101325),(0.5090478,0.2143076),(0.4923214,0.2017932),(0.4881234,0.2017932),(0.4881234,0.2059617),(0.4923214,0.2059617),(0.4839184,0.2017932),(0.4797065,0.2017932),(0.4797065,0.2059617),(0.4839184,0.2059617),(0.4839184,0.2101325),(0.4881234,0.2101325),(0.4797065,0.2101325),(0.4797064,0.2143075),(0.4839184,0.2143076),(0.4881234,0.2143075),(0.4923214,0.2101325),(0.4923214,0.2143076),(0.4754879,0.2017932),(0.4712752,0.2017932),(0.4712752,0.2059617),(0.4754879,0.2059617),(0.4670808,0.2017932),(0.4629171,0.2017932),(0.4629171,0.2059617),(0.4670808,0.2059617),(0.4670808,0.2101325),(0.4712752,0.2101325),(0.4629171,0.2101325),(0.4629171,0.2143075),(0.4670808,0.2143076),(0.4712752,0.2143075),(0.4754879,0.2101325),(0.4754879,0.2143076),(0.4587967,0.2017932),(0.4547031,0.2017932),(0.4547031,0.2059617),(0.4587967,0.2059617),(0.4506197,0.2017932),(0.44653,0.2017932),(0.44653,0.2059617),(0.4506197,0.2059617),(0.4506197,0.2101325),(0.4547031,0.2101325),(0.44653,0.2101325),(0.44653,0.2143075),(0.4506197,0.2143076),(0.4547031,0.2143075),(0.4587967,0.2101325),(0.4587967,0.2143076),(0.4424174,0.2017932),(0.4382856,0.2017932),(0.4382856,0.2059617),(0.4424174,0.2059617),(0.4341379,0.2017932),(0.429978,0.2017932),(0.429978,0.2059617),(0.4341379,0.2059617),(0.4341379,0.2101325),(0.4382856,0.2101325),(0.429978,0.2101325),(0.429978,0.2143075),(0.4341379,0.2143076),(0.4382856,0.2143075),(0.4424174,0.2101325),(0.4424174,0.2143076),(0.4258092,0.2017932),(0.4216311,0.2017932),(0.4216312,0.2059617),(0.4258092,0.2059617),(0.4174434,0.2017932),(0.4132456,0.2017932),(0.4132456,0.2059617),(0.4174434,0.2059617),(0.4174434,0.2101325),(0.4216312,0.2101325),(0.4132456,0.2101325),(0.4132456,0.2143075),(0.4174434,0.2143076),(0.4216312,0.2143075),(0.4258092,0.2101325),(0.4258092,0.2143076),(0.4090372,0.2017932),(0.4048201,0.2017932),(0.4048201,0.2059617),(0.4090372,0.2059617),(0.4005963,0.2017932),(0.3963675,0.2017932),(0.3963675,0.2059617),(0.4005963,0.2059617),(0.4005963,0.2101325),(0.4048201,0.2101325),(0.3963675,0.2101325),(0.3963675,0.2143075),(0.4005963,0.2143076),(0.4048201,0.2143075),(0.4090372,0.2101325),(0.4090372,0.2143076),(0.3921357,0.2017932),(0.3879012,0.2017932),(0.3879012,0.2059617),(0.3921357,0.2059617),(0.3836642,0.2017932),(0.3794248,0.2017932),(0.3794249,0.2059617),(0.3836642,0.2059617),(0.3836642,0.2101325),(0.3879012,0.2101325),(0.3794248,0.2101325),(0.3794248,0.2143075),(0.3836642,0.2143076),(0.3879012,0.2143075),(0.3921357,0.2101325),(0.3921357,0.2143076),(0.3751834,0.2017932),(0.3709441,0.2017932),(0.3709441,0.2059617),(0.3751834,0.2059617),(0.3667112,0.2017932),(0.3624887,0.2017932),(0.3624887,0.2059617),(0.3667112,0.2059617),(0.3667112,0.2101325),(0.3709442,0.2101325),(0.3624887,0.2101325),(0.3624887,0.2143075),(0.3667112,0.2143076),(0.3709441,0.2143075),(0.3751834,0.2101325),(0.3751834,0.2143076),(0.358281,0.2017932),(0.3540821,0.2017932),(0.3540821,0.2059617),(0.358281,0.2059617),(0.3498864,0.2017932),(0.3456882,0.2017932),(0.3456882,0.2059617),(0.3498864,0.2059617),(0.3498864,0.2101325),(0.3540821,0.2101325),(0.3456882,0.2101325),(0.3456882,0.2143075),(0.3498864,0.2143076),(0.3540821,0.2143075),(0.3582809,0.2101325),(0.358281,0.2143076),(0.3414817,0.2017932),(0.3372694,0.2017932),(0.3372695,0.2059617),(0.3414817,0.2059617),(0.3330541,0.2017932),(0.3288383,0.2017932),(0.3288383,0.2059617),(0.3330541,0.2059617),(0.3330541,0.2101325),(0.3372695,0.2101325),(0.3288383,0.2101325),(0.3288383,0.2143075),(0.3330541,0.2143076),(0.3372695,0.2143075),(0.3414817,0.2101325),(0.3414817,0.2143076),(0.3246247,0.2017932),(0.3204179,0.2017932),(0.3204179,0.2059617),(0.3246247,0.2059617),(0.3162228,0.2017932),(0.3120441,0.2017932),(0.3120441,0.2059617),(0.3162228,0.2059617),(0.3162228,0.2101325),(0.3204179,0.2101325),(0.3120441,0.2101325),(0.3120441,0.2143075),(0.3162228,0.2143076),(0.3204179,0.2143075),(0.3246247,0.2101325),(0.3246247,0.2143076),(0.3078868,0.2017932),(0.3037427,0.2017932),(0.3037427,0.2059617),(0.3078868,0.2059617),(0.2996041,0.2017932),(0.2954631,0.2017932),(0.2954631,0.2059617),(0.2996041,0.2059617),(0.2996041,0.2101325),(0.3037428,0.2101325),(0.2954631,0.2101325),(0.2954631,0.2143075),(0.2996041,0.2143076),(0.3037427,0.2143075),(0.3078868,0.2101325),(0.3078868,0.2143076),(0.2913116,0.2017932),(0.2871543,0.2017932),(0.2871543,0.2059617),(0.2913116,0.2059617),(0.2829956,0.2017932),(0.2788399,0.2017932),(0.2788399,0.2059617),(0.2829956,0.2059617),(0.2829956,0.2101325),(0.2871543,0.2101325),(0.2788399,0.2101325),(0.2788399,0.2143075),(0.2829956,0.2143076),(0.2871543,0.2143075),(0.2913116,0.2101325),(0.2913116,0.2143076),(0.2746918,0.2017932),(0.2705556,0.2017932),(0.2705556,0.2059617),(0.2746918,0.2059617),(0.2664356,0.2017932),(0.262336,0.2017932),(0.262336,0.2059617),(0.2664356,0.2059617),(0.2664356,0.2101325),(0.2705556,0.2101325),(0.262336,0.2101325),(0.262336,0.2143075),(0.2664356,0.2143076),(0.2705556,0.2143075),(0.2746918,0.2101325),(0.2746918,0.2143076),(0.2582613,0.2017932),(0.254209,0.2017932),(0.254209,0.2059617),(0.2582613,0.2059617),(0.2501769,0.2017932),(0.2461624,0.2017932),(0.2461624,0.2059617),(0.2501769,0.2059617),(0.2501769,0.2101325),(0.254209,0.2101325),(0.2461624,0.2101325),(0.2461624,0.2143075),(0.2501769,0.2143076),(0.254209,0.2143075),(0.2582613,0.2101325),(0.2582613,0.2143076),(0.2421634,0.2017932),(0.238164,0.2017932),(0.2421634,0.2059617),(0.238164,0.2059617),(0.2341487,0.2017932),(0.2301017,0.2017932),(0.2341487,0.2059617),(0.2301017,0.2059617),(0.238164,0.2101325),(0.2341487,0.2101325),(0.2301017,0.2101325),(0.2341487,0.2143076),(0.2301017,0.2143075),(0.238164,0.2143075),(0.2421634,0.2101325),(0.2421634,0.2143076),(0.2260074,0.2017932),(0.2218787,0.2017932),(0.2260074,0.2059617),(0.2218787,0.2059617),(0.2177283,0.2017932),(0.2135691,0.2017932),(0.2135692,0.2059617),(0.2177283,0.2059617),(0.2177283,0.2101325),(0.2218787,0.2101325),(0.2135691,0.2101325),(0.2135692,0.2143075),(0.2177283,0.2143076),(0.2218787,0.2143075),(0.2260074,0.2101325),(0.2260074,0.2143076),(0.2094141,0.2017932),(0.2052627,0.2017932),(0.2052627,0.2059617),(0.2094141,0.2059617),(0.2011147,0.2017932),(0.1969699,0.2017932),(0.1969699,0.2059617),(0.2011147,0.2059617),(0.2011147,0.2101325),(0.2052627,0.2101325),(0.1969699,0.2101325),(0.1969699,0.2143075),(0.2011147,0.2143076),(0.2052627,0.2143075),(0.2094141,0.2101325),(0.2094141,0.2143076),(0.1928277,0.2017932),(0.1886888,0.2017932),(0.1886888,0.2059617),(0.1928277,0.2059617),(0.1845533,0.2017932),(0.1804218,0.2017932),(0.1804218,0.2059617),(0.1845533,0.2059617),(0.1845533,0.2101325),(0.1886888,0.2101325),(0.1804218,0.2101325),(0.1804218,0.2143075),(0.1845533,0.2143076),(0.1886888,0.2143075),(0.1928277,0.2101325),(0.1928277,0.2143076),(0.1762946,0.2017932),(0.1721701,0.2017932),(0.1721701,0.2059617),(0.1762946,0.2059617),(0.1680468,0.2017932),(0.163923,0.2017932),(0.1680468,0.2059617),(0.163923,0.2059617),(0.1721701,0.2101325),(0.1680468,0.2101325),(0.163923,0.2101325),(0.1680468,0.2143076),(0.163923,0.2143075),(0.1721701,0.2143075),(0.1762946,0.2101325),(0.1762946,0.2143076),(0.1597973,0.2017932),(0.1556691,0.2017932),(0.1597973,0.2059617),(0.1556691,0.2059617),(0.1515382,0.2017932),(0.1474041,0.2017932),(0.1474041,0.2059617),(0.1515382,0.2059617),(0.1515382,0.2101325),(0.1556691,0.2101325),(0.1474041,0.2101325),(0.1474041,0.2143075),(0.1515382,0.2143076),(0.1556691,0.2143075),(0.1597973,0.2101325),(0.1597973,0.2143076),(0.1432664,0.2017932),(0.1391259,0.2017932),(0.1391259,0.2059617),(0.1432664,0.2059617),(0.134983,0.2017932),(0.1308385,0.2017932),(0.1308385,0.2059617),(0.134983,0.2059617),(0.134983,0.2101325),(0.1391259,0.2101325),(0.1308385,0.2101325),(0.1308385,0.2143075),(0.134983,0.2143076),(0.1391259,0.2143075),(0.1432664,0.2101325),(0.1432664,0.2143076),(0.126693,0.2017932),(0.12255,0.2017932),(0.12255,0.2059617),(0.126693,0.2059617),(0.1184131,0.2017932),(0.1142857,0.2017932),(0.1142857,0.2059617),(0.1184131,0.2059617),(0.1184131,0.2101325),(0.12255,0.2101325),(0.1142857,0.2101325),(0.1142857,0.2143075),(0.1184131,0.2143076),(0.12255,0.2143075),(0.126693,0.2101325),(0.126693,0.2143076),(0.1101713,0.2017932),(0.1060752,0.2017932),(0.1060752,0.2059617),(0.1101713,0.2059617),(0.1020023,0.2017932),(0.09795791,0.2017932),(0.1020023,0.2059617),(0.09795791,0.2059617),(0.1060752,0.2101325),(0.1020023,0.2101325),(0.09795791,0.2101325),(0.1020023,0.2143076),(0.09795791,0.2143075),(0.1060752,0.2143075),(0.1101713,0.2101325),(0.1101713,0.2143076),(0.09394707,0.2017932),(0.08994583,0.2017932),(0.09394707,0.2059617),(0.08994584,0.2059617),(0.08593026,0.2017932),(0.08187638,0.2017932),(0.08593025,0.2059617),(0.08187637,0.2059617),(0.08994584,0.2101325),(0.08593026,0.2101325),(0.08187638,0.2101325),(0.08593026,0.2143076),(0.08187638,0.2143075),(0.08994584,0.2143075),(0.09394707,0.2101325),(0.09394707,0.2143076),(0.07776025,0.2017932),(0.07361087,0.2017932),(0.07776025,0.2059617),(0.07361087,0.2059617),(0.06945725,0.2017932),(0.06532837,0.2017932),(0.06945725,0.2059617),(0.06532837,0.2059617),(0.07361087,0.2101325),(0.06945725,0.2101325),(0.06532837,0.2101325),(0.06945725,0.2143076),(0.06532837,0.2143075),(0.07361087,0.2143075),(0.07776025,0.2101325),(0.07776025,0.2143076),(0.06125325,0.2017932),(0.05721605,0.2017932),(0.06125325,0.2059617),(0.05721604,0.2059617),(0.05320094,0.2017932),(0.0491921,0.2017932),(0.05320094,0.2059617),(0.04919209,0.2059617),(0.05721605,0.2101325),(0.05320094,0.2101325),(0.0491921,0.2101325),(0.05320094,0.2143076),(0.04919209,0.2143075),(0.05721605,0.2143075),(0.06125325,0.2101325),(0.06125325,0.2143076),(0.04517369,0.2017932),(0.04115105,0.2017932),(0.04517369,0.2059617),(0.04115105,0.2059617),(0.0371295,0.2017932),(0.03311438,0.2017932),(0.0371295,0.2059617),(0.03311437,0.2059617),(0.04115105,0.2101325),(0.0371295,0.2101325),(0.03311438,0.2101325),(0.0371295,0.2143076),(0.03311438,0.2143075),(0.04115105,0.2143075),(0.04517369,0.2101325),(0.04517369,0.2143076),(0.029111,0.2017932),(0.02511186,0.2017932),(0.029111,0.2059617),(0.02511186,0.2059617),(0.02110944,0.2017932),(0.01709622,0.2017932),(0.01709622,0.2059617),(0.02110944,0.2059617),(0.02511186,0.2101325),(0.02110944,0.2101325),(0.01709622,0.2101325),(0.01709622,0.2143075),(0.02110944,0.2143076),(0.02511186,0.2143075),(0.029111,0.2101325),(0.029111,0.2143076),(0.01306469,0.2017932),(0.009019421,0.2017934),(0.009019421,0.2059616),(0.01306469,0.2059617),(0.004965,0.201794),(0.000906,0.2017947),(0.000906,0.2059605),(0.004965,0.2059611),(0.004965,0.2101294),(0.009019421,0.2101318),(0.000906,0.2101263),(0.000906,0.214292),(0.004965,0.2143029),(0.009019421,0.2143064),(0.01306469,0.2101325),(0.01306469,0.2143076),(0.999094,0.2184827),(0.9951518,0.2184858),(0.9912093,0.2184882),(0.9951518,0.2226738),(0.9912093,0.2226739),(0.999094,0.2226735),(0.9872664,0.2184889),(0.983323,0.2184889),(0.9872664,0.222674),(0.983323,0.222674),(0.9912093,0.2268606),(0.9872664,0.22686),(0.983323,0.22686),(0.9872664,0.2310445),(0.983323,0.2310445),(0.9912093,0.2310454),(0.999094,0.2268643),(0.9951518,0.2268622),(0.9951518,0.2310477),(0.999094,0.231055),(0.9793787,0.2184889),(0.9754275,0.2184889),(0.9793787,0.222674),(0.9754274,0.222674),(0.9714631,0.2184889),(0.9674796,0.2184889),(0.9714631,0.222674),(0.9674796,0.222674),(0.9754274,0.22686),(0.9714631,0.22686),(0.9674796,0.22686),(0.9714631,0.2310445),(0.9674796,0.2310445),(0.9754274,0.2310445),(0.9793787,0.22686),(0.9793787,0.2310445),(0.9634706,0.2184889),(0.9594426,0.2184889),(0.9634707,0.222674),(0.9594426,0.222674),(0.9554016,0.2184889),(0.9513539,0.2184889),(0.9554016,0.222674),(0.9513539,0.222674),(0.9594426,0.22686),(0.9554016,0.22686),(0.9513539,0.22686),(0.9554016,0.2310445),(0.9513539,0.2310445),(0.9594425,0.2310445),(0.9634707,0.22686),(0.9634706,0.2310445),(0.9473058,0.2184889),(0.9432498,0.2184889),(0.9473058,0.222674),(0.9432497,0.222674),(0.9391782,0.2184889),(0.9350839,0.2184889),(0.9391783,0.222674),(0.9350839,0.222674),(0.9432497,0.22686),(0.9391782,0.22686),(0.9350839,0.22686),(0.9391783,0.2310445),(0.9350839,0.2310445),(0.9432497,0.2310445),(0.9473058,0.22686),(0.9473058,0.2310445),(0.930959,0.2184889),(0.9268106,0.2184889),(0.930959,0.222674),(0.9268106,0.222674),(0.9226453,0.2184889),(0.9184701,0.2184889),(0.9226453,0.222674),(0.9184701,0.222674),(0.9268106,0.22686),(0.9226453,0.22686),(0.9184701,0.22686),(0.9226453,0.2310445),(0.9184701,0.2310445),(0.9268106,0.2310445),(0.930959,0.22686),(0.930959,0.2310445),(0.9142919,0.2184889),(0.910111,0.2184889),(0.9142919,0.222674),(0.9101109,0.222674),(0.9059278,0.2184889),(0.9017429,0.2184889),(0.9059278,0.222674),(0.9017429,0.222674),(0.910111,0.22686),(0.9059278,0.22686),(0.9017429,0.22686),(0.9059278,0.2310445),(0.9017428,0.2310445),(0.9101109,0.2310445),(0.9142919,0.22686),(0.9142919,0.2310445),(0.8975567,0.2184889),(0.8933688,0.2184889),(0.8975567,0.222674),(0.8933688,0.222674),(0.8891787,0.2184889),(0.8849859,0.2184889),(0.8891788,0.222674),(0.8849859,0.222674),(0.8933688,0.22686),(0.8891787,0.22686),(0.8849859,0.22686),(0.8891788,0.2310445),(0.8849859,0.2310445),(0.8933688,0.2310445),(0.8975567,0.22686),(0.8975567,0.2310445),(0.8807898,0.2184889),(0.8765806,0.2184889),(0.8807898,0.222674),(0.8765807,0.222674),(0.8723488,0.2184889),(0.8680845,0.2184889),(0.8723488,0.222674),(0.8680845,0.222674),(0.8765806,0.22686),(0.8723488,0.22686),(0.8680845,0.22686),(0.8723488,0.2310445),(0.8680845,0.2310445),(0.8765806,0.2310445),(0.8807898,0.22686),(0.8807898,0.2310445),(0.8637781,0.2184889),(0.8594491,0.2184889),(0.8637781,0.222674),(0.8594491,0.222674),(0.8551173,0.2184889),(0.8508024,0.2184889),(0.8551173,0.222674),(0.8508024,0.222674),(0.8594491,0.22686),(0.8551173,0.22686),(0.8508024,0.22686),(0.8551173,0.2310445),(0.8508024,0.2310445),(0.859449,0.2310445),(0.8637781,0.22686),(0.8637781,0.2310445),(0.846524,0.2184889),(0.8422731,0.2184889),(0.846524,0.222674),(0.8422731,0.222674),(0.8380403,0.2184889),(0.8338165,0.2184889),(0.8380403,0.222674),(0.8338165,0.222674),(0.8422731,0.22686),(0.8380403,0.22686),(0.8338165,0.22686),(0.8380404,0.2310445),(0.8338165,0.2310445),(0.8422731,0.2310445),(0.846524,0.22686),(0.846524,0.2310445),(0.8295926,0.2184889),(0.8253628,0.2184889),(0.8295926,0.222674),(0.8253628,0.222674),(0.8211217,0.2184889),(0.8168637,0.2184889),(0.8211217,0.222674),(0.8168637,0.222674),(0.8253628,0.22686),(0.8211217,0.22686),(0.8168637,0.22686),(0.8211217,0.2310445),(0.8168637,0.2310445),(0.8253628,0.2310445),(0.8295926,0.22686),(0.8295926,0.2310445),(0.8125832,0.2184889),(0.8082899,0.2184889),(0.8125832,0.222674),(0.8082899,0.222674),(0.8039935,0.2184889),(0.7997035,0.2184889),(0.8039935,0.222674),(0.7997035,0.222674),(0.8082899,0.22686),(0.8039935,0.22686),(0.7997035,0.22686),(0.8039935,0.2310445),(0.7997035,0.2310445),(0.8082899,0.2310445),(0.8125832,0.22686),(0.8125832,0.2310445),(0.7954297,0.2184889),(0.7911757,0.2184889),(0.7954297,0.222674),(0.7911757,0.222674),(0.7869452,0.2184889),(0.7827417,0.2184889),(0.7869452,0.222674),(0.7827417,0.222674),(0.7911757,0.22686),(0.7869452,0.22686),(0.7827417,0.22686),(0.7869452,0.2310445),(0.7827417,0.2310445),(0.7911757,0.2310445),(0.7954297,0.22686),(0.7954297,0.2310445),(0.7785689,0.2184889),(0.7744211,0.2184889),(0.7785689,0.222674),(0.7744212,0.222674),(0.7702925,0.2184889),(0.7661775,0.2184889),(0.7702925,0.222674),(0.7661775,0.222674),(0.7744212,0.22686),(0.7702925,0.22686),(0.7661775,0.22686),(0.7702925,0.2310445),(0.7661775,0.2310445),(0.7744212,0.2310445),(0.778569,0.22686),(0.778569,0.2310445),(0.7620703,0.2184889),(0.757961,0.2184889),(0.7620703,0.222674),(0.757961,0.222674),(0.7538399,0.2184889),(0.7496969,0.2184889),(0.7538399,0.222674),(0.7496969,0.222674),(0.757961,0.22686),(0.7538399,0.22686),(0.7496969,0.22686),(0.7538399,0.2310445),(0.7496969,0.2310445),(0.757961,0.2310445),(0.7620703,0.22686),(0.7620703,0.2310445),(0.7455223,0.2184889),(0.7413244,0.2184889),(0.7455223,0.222674),(0.7413245,0.222674),(0.7371117,0.2184889),(0.7328922,0.2184889),(0.7371117,0.222674),(0.7328923,0.222674),(0.7413245,0.22686),(0.7371117,0.22686),(0.7328922,0.22686),(0.7371117,0.2310445),(0.7328922,0.2310445),(0.7413245,0.2310445),(0.7455223,0.22686),(0.7455223,0.2310445),(0.7286744,0.2184889),(0.7244572,0.2184889),(0.7286744,0.222674),(0.7244572,0.222674),(0.7202395,0.2184889),(0.71602,0.2184889),(0.7202395,0.222674),(0.71602,0.222674),(0.7244572,0.22686),(0.7202395,0.22686),(0.71602,0.22686),(0.7202394,0.2310445),(0.71602,0.2310445),(0.7244572,0.2310445),(0.7286744,0.22686),(0.7286744,0.2310445),(0.7117977,0.2184889),(0.7075742,0.2184889),(0.7117977,0.222674),(0.7075742,0.222674),(0.7033514,0.2184889),(0.6991307,0.2184889),(0.7033514,0.222674),(0.6991307,0.222674),(0.7075742,0.22686),(0.7033514,0.22686),(0.6991307,0.22686),(0.7033514,0.2310445),(0.6991307,0.2310445),(0.7075742,0.2310445),(0.7117977,0.22686),(0.7117977,0.2310445),(0.6949139,0.2184889),(0.6906992,0.2184889),(0.6949139,0.222674),(0.6906992,0.222674),(0.6864849,0.2184889),(0.6822694,0.2184889),(0.6864849,0.222674),(0.6822693,0.222674),(0.6906992,0.22686),(0.6864849,0.22686),(0.6822694,0.22686),(0.6864849,0.2310445),(0.6822693,0.2310445),(0.6906992,0.2310445),(0.6949139,0.22686),(0.6949139,0.2310445),(0.6780508,0.2184889),(0.6738272,0.2184889),(0.6780507,0.222674),(0.6738272,0.222674),(0.6695971,0.2184889),(0.6653587,0.2184889),(0.6695971,0.222674),(0.6653587,0.222674),(0.6738272,0.22686),(0.6695971,0.22686),(0.6653587,0.22686),(0.6695971,0.2310445),(0.6653587,0.2310445),(0.6738272,0.2310445),(0.6780508,0.22686),(0.6780507,0.2310445),(0.6611102,0.2184889),(0.6568571,0.2184889),(0.6611102,0.222674),(0.6568571,0.222674),(0.6526053,0.2184889),(0.6483604,0.2184889),(0.6526054,0.222674),(0.6483604,0.222674),(0.6568571,0.22686),(0.6526054,0.22686),(0.6483604,0.22686),(0.6526053,0.2310445),(0.6483604,0.2310445),(0.6568571,0.2310445),(0.6611102,0.22686),(0.6611102,0.2310445),(0.6441281,0.2184889),(0.6399043,0.2184889),(0.6441281,0.222674),(0.6399043,0.222674),(0.635685,0.2184889),(0.6314663,0.2184889),(0.635685,0.222674),(0.6314663,0.222674),(0.6399043,0.22686),(0.635685,0.22686),(0.6314663,0.22686),(0.635685,0.2310445),(0.6314663,0.2310445),(0.6399043,0.2310445),(0.6441281,0.22686),(0.6441281,0.2310445),(0.627244,0.2184889),(0.6230208,0.2184889),(0.627244,0.222674),(0.6230209,0.222674),(0.6187993,0.2184889),(0.6145822,0.2184889),(0.6187993,0.222674),(0.6145822,0.222674),(0.6230208,0.22686),(0.6187993,0.22686),(0.6145822,0.22686),(0.6187993,0.2310445),(0.6145822,0.2310445),(0.6230209,0.2310445),(0.627244,0.22686),(0.627244,0.2310445),(0.6103719,0.2184889),(0.6061606,0.2184889),(0.6103719,0.222674),(0.6061606,0.222674),(0.6019406,0.2184889),(0.5977041,0.2184889),(0.6019406,0.222674),(0.5977041,0.222674),(0.6061606,0.22686),(0.6019406,0.22686),(0.5977041,0.22686),(0.6019406,0.2310445),(0.5977041,0.2310445),(0.6061606,0.2310445),(0.6103719,0.22686),(0.6103719,0.2310445),(0.5934432,0.2184889),(0.589169,0.2184889),(0.5934432,0.222674),(0.589169,0.222674),(0.5848927,0.2184889),(0.5806257,0.2184889),(0.5848927,0.222674),(0.5806257,0.222674),(0.589169,0.22686),(0.5848927,0.22686),(0.5806257,0.22686),(0.5848927,0.2310445),(0.5806257,0.2310445),(0.589169,0.2310445),(0.5934432,0.22686),(0.5934432,0.2310445),(0.5763788,0.2184889),(0.572147,0.2184889),(0.5763788,0.222674),(0.572147,0.222674),(0.567925,0.2184889),(0.5637077,0.2184889),(0.567925,0.222674),(0.5637077,0.222674),(0.572147,0.22686),(0.567925,0.22686),(0.5637077,0.22686),(0.567925,0.2310445),(0.5637077,0.2310445),(0.572147,0.2310445),(0.5763788,0.22686),(0.5763788,0.2310445),(0.55949,0.2184889),(0.5552715,0.2184889),(0.55949,0.222674),(0.5552715,0.222674),(0.5510522,0.2184889),(0.5468317,0.2184889),(0.5510522,0.222674),(0.5468317,0.222674),(0.5552715,0.22686),(0.5510522,0.22686),(0.5468317,0.22686),(0.5510522,0.2310445),(0.5468317,0.2310445),(0.5552715,0.2310445),(0.55949,0.22686),(0.55949,0.2310445),(0.5426099,0.2184889),(0.5383899,0.2184889),(0.5426099,0.222674),(0.5383899,0.222674),(0.5341746,0.2184889),(0.5299669,0.2184889),(0.5341746,0.222674),(0.5299669,0.222674),(0.5383899,0.22686),(0.5341746,0.22686),(0.5299669,0.22686),(0.5341746,0.2310445),(0.529967,0.2310445),(0.5383899,0.2310445),(0.5426099,0.22686),(0.5426099,0.2310445),(0.52577,0.2184889),(0.5215818,0.2184889),(0.52577,0.222674),(0.5215818,0.222674),(0.5174,0.2184889),(0.5132228,0.2184889),(0.5174,0.222674),(0.5132228,0.222674),(0.5215818,0.22686),(0.5174,0.22686),(0.5132228,0.22686),(0.5174,0.2310445),(0.5132228,0.2310445),(0.5215818,0.2310445),(0.52577,0.22686),(0.52577,0.2310445),(0.5090478,0.2184889),(0.5048727,0.2184889),(0.5090478,0.222674),(0.5048727,0.222674),(0.5006949,0.2184889),(0.4965119,0.2184889),(0.5006949,0.222674),(0.4965119,0.222674),(0.5048727,0.22686),(0.5006949,0.22686),(0.4965119,0.22686),(0.5006949,0.2310445),(0.4965119,0.2310445),(0.5048727,0.2310445),(0.5090478,0.22686),(0.5090478,0.2310445),(0.4923214,0.2184889),(0.4881234,0.2184889),(0.4881234,0.222674),(0.4923214,0.222674),(0.4839184,0.2184889),(0.4797065,0.2184889),(0.4797065,0.222674),(0.4839184,0.222674),(0.4839184,0.22686),(0.4881234,0.22686),(0.4797065,0.22686),(0.4797064,0.2310445),(0.4839184,0.2310445),(0.4881234,0.2310445),(0.4923214,0.22686),(0.4923214,0.2310445),(0.4754879,0.2184889),(0.4712752,0.2184889),(0.4712752,0.222674),(0.4754879,0.222674),(0.4670808,0.2184889),(0.4629171,0.2184889),(0.4629171,0.222674),(0.4670808,0.222674),(0.4670808,0.22686),(0.4712752,0.22686),(0.4629171,0.22686),(0.4629171,0.2310445),(0.4670808,0.2310445),(0.4712752,0.2310445),(0.4754879,0.22686),(0.4754879,0.2310445),(0.4587967,0.2184889),(0.4547031,0.2184889),(0.4547031,0.222674),(0.4587967,0.222674),(0.4506197,0.2184889),(0.44653,0.2184889),(0.4506197,0.222674),(0.44653,0.222674),(0.4506197,0.22686),(0.4547031,0.22686),(0.44653,0.22686),(0.4506197,0.2310445),(0.44653,0.2310445),(0.4547031,0.2310445),(0.4587967,0.22686),(0.4587967,0.2310445),(0.4424174,0.2184889),(0.4382856,0.2184889),(0.4424174,0.222674),(0.4382856,0.222674),(0.4341379,0.2184889),(0.429978,0.2184889),(0.429978,0.222674),(0.4341379,0.222674),(0.4341379,0.22686),(0.4382856,0.22686),(0.429978,0.22686),(0.429978,0.2310445),(0.4341379,0.2310445),(0.4382856,0.2310445),(0.4424174,0.22686),(0.4424174,0.2310445),(0.4258092,0.2184889),(0.4216311,0.2184889),(0.4216312,0.222674),(0.4258092,0.222674),(0.4174434,0.2184889),(0.4132456,0.2184889),(0.4132456,0.222674),(0.4174434,0.222674),(0.4174434,0.22686),(0.4216312,0.22686),(0.4132456,0.22686),(0.4132456,0.2310445),(0.4174434,0.2310445),(0.4216312,0.2310445),(0.4258092,0.22686),(0.4258092,0.2310445),(0.4090372,0.2184889),(0.4048201,0.2184889),(0.4048201,0.222674),(0.4090372,0.222674),(0.4005963,0.2184889),(0.3963675,0.2184889),(0.3963675,0.222674),(0.4005963,0.222674),(0.4005963,0.22686),(0.4048201,0.22686),(0.3963675,0.22686),(0.3963675,0.2310445),(0.4005963,0.2310445),(0.4048201,0.2310445),(0.4090372,0.22686),(0.4090372,0.2310445),(0.3921357,0.2184889),(0.3879012,0.2184889),(0.3879012,0.222674),(0.3921357,0.222674),(0.3836642,0.2184889),(0.3794248,0.2184889),(0.3794249,0.222674),(0.3836642,0.222674),(0.3836642,0.22686),(0.3879012,0.22686),(0.3794248,0.22686),(0.3794248,0.2310445),(0.3836642,0.2310445),(0.3879012,0.2310445),(0.3921357,0.22686),(0.3921357,0.2310445),(0.3751834,0.2184889),(0.3709441,0.2184889),(0.3709441,0.222674),(0.3751834,0.222674),(0.3667112,0.2184889),(0.3624887,0.2184889),(0.3624887,0.222674),(0.3667112,0.222674),(0.3667112,0.22686),(0.3709442,0.22686),(0.3624887,0.22686),(0.3624887,0.2310445),(0.3667112,0.2310445),(0.3709441,0.2310445),(0.3751834,0.22686),(0.3751834,0.2310445),(0.358281,0.2184889),(0.3540821,0.2184889),(0.3540821,0.222674),(0.358281,0.222674),(0.3498864,0.2184889),(0.3456882,0.2184889),(0.3456882,0.222674),(0.3498864,0.222674),(0.3498864,0.22686),(0.3540821,0.22686),(0.3456882,0.22686),(0.3456882,0.2310445),(0.3498864,0.2310445),(0.3540821,0.2310445),(0.3582809,0.22686),(0.358281,0.2310445),(0.3414817,0.2184889),(0.3372694,0.2184889),(0.3372695,0.222674),(0.3414817,0.222674),(0.3330541,0.2184889),(0.3288383,0.2184889),(0.3288383,0.222674),(0.3330541,0.222674),(0.3330541,0.22686),(0.3372695,0.22686),(0.3288383,0.22686),(0.3288383,0.2310445),(0.3330541,0.2310445),(0.3372695,0.2310445),(0.3414817,0.22686),(0.3414817,0.2310445),(0.3246247,0.2184889),(0.3204179,0.2184889),(0.3204179,0.222674),(0.3246247,0.222674),(0.3162228,0.2184889),(0.3120441,0.2184889),(0.3120441,0.222674),(0.3162228,0.222674),(0.3162228,0.22686),(0.3204179,0.22686),(0.3120441,0.22686),(0.3120441,0.2310445),(0.3162228,0.2310445),(0.3204179,0.2310445),(0.3246247,0.22686),(0.3246247,0.2310445),(0.3078868,0.2184889),(0.3037427,0.2184889),(0.3037427,0.222674),(0.3078868,0.222674),(0.2996041,0.2184889),(0.2954631,0.2184889),(0.2954631,0.222674),(0.2996041,0.222674),(0.2996041,0.22686),(0.3037428,0.22686),(0.2954631,0.22686),(0.2954631,0.2310445),(0.2996041,0.2310445),(0.3037427,0.2310445),(0.3078868,0.22686),(0.3078868,0.2310445),(0.2913116,0.2184889),(0.2871543,0.2184889),(0.2871543,0.222674),(0.2913116,0.222674),(0.2829956,0.2184889),(0.2788399,0.2184889),(0.2788399,0.222674),(0.2829956,0.222674),(0.2829956,0.22686),(0.2871543,0.22686),(0.2788399,0.22686),(0.2788399,0.2310445),(0.2829956,0.2310445),(0.2871543,0.2310445),(0.2913116,0.22686),(0.2913116,0.2310445),(0.2746918,0.2184889),(0.2705556,0.2184889),(0.2705556,0.222674),(0.2746918,0.222674),(0.2664356,0.2184889),(0.262336,0.2184889),(0.262336,0.222674),(0.2664356,0.222674),(0.2664356,0.22686),(0.2705556,0.22686),(0.262336,0.22686),(0.262336,0.2310445),(0.2664356,0.2310445),(0.2705556,0.2310445),(0.2746918,0.22686),(0.2746918,0.2310445),(0.2582613,0.2184889),(0.254209,0.2184889),(0.254209,0.222674),(0.2582613,0.222674),(0.2501769,0.2184889),(0.2461624,0.2184889),(0.2501769,0.222674),(0.2461624,0.222674),(0.2501769,0.22686),(0.254209,0.22686),(0.2461624,0.22686),(0.2501769,0.2310445),(0.2461624,0.2310445),(0.254209,0.2310445),(0.2582613,0.22686),(0.2582613,0.2310445),(0.2421634,0.2184889),(0.238164,0.2184889),(0.2421634,0.222674),(0.238164,0.222674),(0.2341487,0.2184889),(0.2301017,0.2184889),(0.2341487,0.222674),(0.2301017,0.222674),(0.238164,0.22686),(0.2341487,0.22686),(0.2301017,0.22686),(0.2341487,0.2310445),(0.2301017,0.2310445),(0.238164,0.2310445),(0.2421634,0.22686),(0.2421634,0.2310445),(0.2260074,0.2184889),(0.2218787,0.2184889),(0.2218787,0.222674),(0.2260074,0.222674),(0.2177283,0.2184889),(0.2135691,0.2184889),(0.2135692,0.222674),(0.2177283,0.222674),(0.2177283,0.22686),(0.2218787,0.22686),(0.2135691,0.22686),(0.2135692,0.2310445),(0.2177283,0.2310445),(0.2218787,0.2310445),(0.2260074,0.22686),(0.2260074,0.2310445),(0.2094141,0.2184889),(0.2052627,0.2184889),(0.2052627,0.222674),(0.2094141,0.222674),(0.2011147,0.2184889),(0.1969699,0.2184889),(0.1969699,0.222674),(0.2011147,0.222674),(0.2011147,0.22686),(0.2052627,0.22686),(0.1969699,0.22686),(0.1969699,0.2310445),(0.2011147,0.2310445),(0.2052627,0.2310445),(0.2094141,0.22686),(0.2094141,0.2310445),(0.1928277,0.2184889),(0.1886888,0.2184889),(0.1886888,0.222674),(0.1928277,0.222674),(0.1845533,0.2184889),(0.1804218,0.2184889),(0.1804218,0.222674),(0.1845533,0.222674),(0.1845533,0.22686),(0.1886888,0.22686),(0.1804218,0.22686),(0.1804218,0.2310445),(0.1845533,0.2310445),(0.1886888,0.2310445),(0.1928277,0.22686),(0.1928277,0.2310445),(0.1762946,0.2184889),(0.1721701,0.2184889),(0.1762946,0.222674),(0.1721701,0.222674),(0.1680468,0.2184889),(0.163923,0.2184889),(0.163923,0.222674),(0.1680468,0.222674),(0.1680468,0.22686),(0.1721701,0.22686),(0.163923,0.22686),(0.163923,0.2310445),(0.1680468,0.2310445),(0.1721701,0.2310445),(0.1762946,0.22686),(0.1762946,0.2310445),(0.1597973,0.2184889),(0.1556691,0.2184889),(0.1556691,0.222674),(0.1597973,0.222674),(0.1515382,0.2184889),(0.1474041,0.2184889),(0.1474041,0.222674),(0.1515382,0.222674),(0.1515382,0.22686),(0.1556691,0.22686),(0.1474041,0.22686),(0.1474041,0.2310445),(0.1515382,0.2310445),(0.1556691,0.2310445),(0.1597973,0.22686),(0.1597973,0.2310445),(0.1432664,0.2184889),(0.1391259,0.2184889),(0.1391259,0.222674),(0.1432664,0.222674),(0.134983,0.2184889),(0.1308385,0.2184889),(0.1308385,0.222674),(0.134983,0.222674),(0.134983,0.22686),(0.1391259,0.22686),(0.1308385,0.22686),(0.1308385,0.2310445),(0.134983,0.2310445),(0.1391259,0.2310445),(0.1432664,0.22686),(0.1432664,0.2310445),(0.126693,0.2184889),(0.12255,0.2184889),(0.12255,0.222674),(0.126693,0.222674),(0.1184131,0.2184889),(0.1142857,0.2184889),(0.1142857,0.222674),(0.1184131,0.222674),(0.1184131,0.22686),(0.12255,0.22686),(0.1142857,0.22686),(0.1184131,0.2310445),(0.1142857,0.2310445),(0.12255,0.2310445),(0.126693,0.22686),(0.126693,0.2310445),(0.1101713,0.2184889),(0.1060752,0.2184889),(0.1101713,0.222674),(0.1060752,0.222674),(0.1020023,0.2184889),(0.09795791,0.2184889),(0.1020023,0.222674),(0.09795791,0.222674),(0.1060752,0.22686),(0.1020023,0.22686),(0.09795791,0.22686),(0.1020023,0.2310445),(0.09795791,0.2310445),(0.1060752,0.2310445),(0.1101713,0.22686),(0.1101713,0.2310445),(0.09394707,0.2184889),(0.08994583,0.2184889),(0.09394707,0.222674),(0.08994584,0.222674),(0.08593026,0.2184889),(0.08187638,0.2184889),(0.08593025,0.222674),(0.08187637,0.222674),(0.08994584,0.22686),(0.08593026,0.22686),(0.08187638,0.22686),(0.08593026,0.2310445),(0.08187638,0.2310445),(0.08994584,0.2310445),(0.09394707,0.22686),(0.09394707,0.2310445),(0.07776025,0.2184889),(0.07361087,0.2184889),(0.07776025,0.222674),(0.07361087,0.222674),(0.06945725,0.2184889),(0.06532837,0.2184889),(0.06945725,0.222674),(0.06532837,0.222674),(0.07361087,0.22686),(0.06945725,0.22686),(0.06532837,0.22686),(0.06945725,0.2310445),(0.06532837,0.2310445),(0.07361087,0.2310445),(0.07776025,0.22686),(0.07776025,0.2310445),(0.06125325,0.2184889),(0.05721605,0.2184889),(0.06125325,0.222674),(0.05721604,0.222674),(0.05320094,0.2184889),(0.0491921,0.2184889),(0.05320094,0.222674),(0.04919209,0.222674),(0.05721605,0.22686),(0.05320094,0.22686),(0.0491921,0.22686),(0.05320094,0.2310445),(0.04919209,0.2310445),(0.05721605,0.2310445),(0.06125325,0.22686),(0.06125325,0.2310445),(0.04517369,0.2184889),(0.04115105,0.2184889),(0.04517369,0.222674),(0.04115105,0.222674),(0.0371295,0.2184889),(0.03311438,0.2184889),(0.0371295,0.222674),(0.03311437,0.222674),(0.0371295,0.22686),(0.04115105,0.22686),(0.03311438,0.22686),(0.03311438,0.2310445),(0.0371295,0.2310445),(0.04115105,0.2310445),(0.04517369,0.22686),(0.04517369,0.2310445),(0.029111,0.2184889),(0.02511186,0.2184889),(0.029111,0.222674),(0.02511186,0.222674),(0.02110944,0.2184889),(0.01709622,0.2184889),(0.01709622,0.222674),(0.02110944,0.222674),(0.02511186,0.22686),(0.02110944,0.22686),(0.01709622,0.22686),(0.02110944,0.2310445),(0.01709622,0.2310445),(0.02511186,0.2310445),(0.029111,0.22686),(0.029111,0.2310445),(0.01306469,0.2184889),(0.009019421,0.2184882),(0.009019421,0.2226739),(0.01306469,0.222674),(0.004965,0.2184858),(0.000906,0.2184827),(0.000906,0.2226735),(0.004965,0.2226738),(0.004965,0.2268622),(0.009019421,0.2268606),(0.000906,0.2268643),(0.000906,0.231055),(0.004965,0.2310477),(0.009019421,0.2310452),(0.01306469,0.22686),(0.01306469,0.2310445),(0.999094,0.235229),(0.9951518,0.2352269),(0.9912093,0.2352253),(0.9951518,0.2394009),(0.9912093,0.2393993),(0.999094,0.239403),(0.9872664,0.2352248),(0.983323,0.2352248),(0.9872664,0.2393987),(0.983323,0.2393988),(0.9912093,0.2435659),(0.9872664,0.2435642),(0.983323,0.2435642),(0.9872664,0.2477191),(0.983323,0.2477192),(0.9912093,0.2477216),(0.999094,0.243577),(0.9951518,0.2435706),(0.9951518,0.2477286),(0.999094,0.247751),(0.9793787,0.2352248),(0.9754275,0.2352248),(0.9793787,0.2393987),(0.9754274,0.2393988),(0.9714631,0.2352248),(0.9674796,0.2352248),(0.9714631,0.2393987),(0.9674796,0.2393988),(0.9754274,0.2435642),(0.9714631,0.2435642),(0.9674796,0.2435642),(0.9714631,0.2477191),(0.9674796,0.2477192),(0.9754274,0.2477192),(0.9793787,0.2435642),(0.9793787,0.2477191),(0.9634706,0.2352248),(0.9594426,0.2352248),(0.9634707,0.2393987),(0.9594426,0.2393988),(0.9554016,0.2352248),(0.9513539,0.2352248),(0.9554016,0.2393987),(0.9513539,0.2393988),(0.9594426,0.2435642),(0.9554016,0.2435642),(0.9513539,0.2435642),(0.9554016,0.2477191),(0.9513539,0.2477192),(0.9594425,0.2477192),(0.9634707,0.2435642),(0.9634706,0.2477191),(0.9473058,0.2352248),(0.9432498,0.2352248),(0.9473058,0.2393987),(0.9432497,0.2393988),(0.9391782,0.2352248),(0.9350839,0.2352248),(0.9391783,0.2393987),(0.9350839,0.2393988),(0.9432497,0.2435642),(0.9391782,0.2435642),(0.9350839,0.2435642),(0.9391783,0.2477191),(0.9350839,0.2477192),(0.9432497,0.2477192),(0.9473058,0.2435642),(0.9473058,0.2477191),(0.930959,0.2352248),(0.9268106,0.2352248),(0.930959,0.2393987),(0.9268106,0.2393988),(0.9226453,0.2352248),(0.9184701,0.2352248),(0.9226453,0.2393987),(0.9184701,0.2393988),(0.9268106,0.2435642),(0.9226453,0.2435642),(0.9184701,0.2435642),(0.9226453,0.2477191),(0.9184701,0.2477192),(0.9268106,0.2477192),(0.930959,0.2435642),(0.930959,0.2477191),(0.9142919,0.2352248),(0.910111,0.2352248),(0.9142919,0.2393987),(0.9101109,0.2393988),(0.9059278,0.2352248),(0.9017429,0.2352248),(0.9059278,0.2393987),(0.9017429,0.2393988),(0.910111,0.2435642),(0.9059278,0.2435642),(0.9017429,0.2435642),(0.9059278,0.2477191),(0.9017428,0.2477192),(0.9101109,0.2477192),(0.9142919,0.2435642),(0.9142919,0.2477191),(0.8975567,0.2352248),(0.8933688,0.2352248),(0.8975567,0.2393987),(0.8933688,0.2393988),(0.8891787,0.2352248),(0.8849859,0.2352248),(0.8891788,0.2393987),(0.8849859,0.2393988),(0.8933688,0.2435642),(0.8891787,0.2435642),(0.8849859,0.2435642),(0.8891788,0.2477191),(0.8849859,0.2477192),(0.8933688,0.2477192),(0.8975567,0.2435642),(0.8975567,0.2477191),(0.8807898,0.2352248),(0.8765806,0.2352248),(0.8807898,0.2393987),(0.8765807,0.2393988),(0.8723488,0.2352248),(0.8680845,0.2352248),(0.8723488,0.2393987),(0.8680845,0.2393988),(0.8765806,0.2435642),(0.8723488,0.2435642),(0.8680845,0.2435642),(0.8723488,0.2477191),(0.8680845,0.2477192),(0.8765806,0.2477192),(0.8807898,0.2435642),(0.8807898,0.2477191),(0.8637781,0.2352248),(0.8594491,0.2352248),(0.8637781,0.2393987),(0.8594491,0.2393988),(0.8551173,0.2352248),(0.8508024,0.2352248),(0.8551173,0.2393987),(0.8508024,0.2393988),(0.8594491,0.2435642),(0.8551173,0.2435642),(0.8508024,0.2435642),(0.8551173,0.2477191),(0.8508024,0.2477192),(0.859449,0.2477192),(0.8637781,0.2435642),(0.8637781,0.2477191),(0.846524,0.2352248),(0.8422731,0.2352248),(0.846524,0.2393987),(0.8422731,0.2393988),(0.8380403,0.2352248),(0.8338165,0.2352248),(0.8380403,0.2393987),(0.8338165,0.2393988),(0.8422731,0.2435642),(0.8380403,0.2435642),(0.8338165,0.2435642),(0.8380404,0.2477191),(0.8338165,0.2477192),(0.8422731,0.2477192),(0.846524,0.2435642),(0.846524,0.2477191),(0.8295926,0.2352248),(0.8253628,0.2352248),(0.8295926,0.2393987),(0.8253628,0.2393988),(0.8211217,0.2352248),(0.8168637,0.2352248),(0.8211217,0.2393987),(0.8168637,0.2393988),(0.8253628,0.2435642),(0.8211217,0.2435642),(0.8168637,0.2435642),(0.8211217,0.2477191),(0.8168637,0.2477192),(0.8253628,0.2477192),(0.8295926,0.2435642),(0.8295926,0.2477191),(0.8125832,0.2352248),(0.8082899,0.2352248),(0.8125832,0.2393987),(0.8082899,0.2393988),(0.8039935,0.2352248),(0.7997035,0.2352248),(0.8039935,0.2393987),(0.7997035,0.2393988),(0.8082899,0.2435642),(0.8039935,0.2435642),(0.7997035,0.2435642),(0.8039935,0.2477191),(0.7997035,0.2477192),(0.8082899,0.2477192),(0.8125832,0.2435642),(0.8125832,0.2477191),(0.7954297,0.2352248),(0.7911757,0.2352248),(0.7954297,0.2393987),(0.7911757,0.2393988),(0.7869452,0.2352248),(0.7827417,0.2352248),(0.7869452,0.2393987),(0.7827417,0.2393988),(0.7911757,0.2435642),(0.7869452,0.2435642),(0.7827417,0.2435642),(0.7869452,0.2477191),(0.7827417,0.2477192),(0.7911757,0.2477192),(0.7954297,0.2435642),(0.7954297,0.2477191),(0.7785689,0.2352248),(0.7744211,0.2352248),(0.7785689,0.2393987),(0.7744212,0.2393988),(0.7702925,0.2352248),(0.7661775,0.2352248),(0.7702925,0.2393987),(0.7661775,0.2393988),(0.7744212,0.2435642),(0.7702925,0.2435642),(0.7661775,0.2435642),(0.7702925,0.2477191),(0.7661775,0.2477192),(0.7744212,0.2477192),(0.778569,0.2435642),(0.778569,0.2477191),(0.7620703,0.2352248),(0.757961,0.2352248),(0.7620703,0.2393987),(0.757961,0.2393988),(0.7538399,0.2352248),(0.7496969,0.2352248),(0.7538399,0.2393987),(0.7496969,0.2393988),(0.757961,0.2435642),(0.7538399,0.2435642),(0.7496969,0.2435642),(0.7538399,0.2477191),(0.7496969,0.2477192),(0.757961,0.2477192),(0.7620703,0.2435642),(0.7620703,0.2477191),(0.7455223,0.2352248),(0.7413244,0.2352248),(0.7455223,0.2393987),(0.7413245,0.2393988),(0.7371117,0.2352248),(0.7328922,0.2352248),(0.7371117,0.2393987),(0.7328923,0.2393988),(0.7413245,0.2435642),(0.7371117,0.2435642),(0.7328922,0.2435642),(0.7371117,0.2477191),(0.7328922,0.2477192),(0.7413245,0.2477192),(0.7455223,0.2435642),(0.7455223,0.2477191),(0.7286744,0.2352248),(0.7244572,0.2352248),(0.7286744,0.2393987),(0.7244572,0.2393988),(0.7202395,0.2352248),(0.71602,0.2352248),(0.7202395,0.2393987),(0.71602,0.2393988),(0.7244572,0.2435642),(0.7202395,0.2435642),(0.71602,0.2435642),(0.7202394,0.2477191),(0.71602,0.2477192),(0.7244572,0.2477192),(0.7286744,0.2435642),(0.7286744,0.2477191),(0.7117977,0.2352248),(0.7075742,0.2352248),(0.7117977,0.2393987),(0.7075742,0.2393988),(0.7033514,0.2352248),(0.6991307,0.2352248),(0.7033514,0.2393987),(0.6991307,0.2393988),(0.7075742,0.2435642),(0.7033514,0.2435642),(0.6991307,0.2435642),(0.7033514,0.2477191),(0.6991307,0.2477192),(0.7075742,0.2477192),(0.7117977,0.2435642),(0.7117977,0.2477191),(0.6949139,0.2352248),(0.6906992,0.2352248),(0.6949139,0.2393987),(0.6906992,0.2393988),(0.6864849,0.2352248),(0.6822694,0.2352248),(0.6864849,0.2393987),(0.6822693,0.2393988),(0.6906992,0.2435642),(0.6864849,0.2435642),(0.6822694,0.2435642),(0.6864849,0.2477191),(0.6822693,0.2477192),(0.6906992,0.2477192),(0.6949139,0.2435642),(0.6949139,0.2477191),(0.6780508,0.2352248),(0.6738272,0.2352248),(0.6780507,0.2393987),(0.6738272,0.2393988),(0.6695971,0.2352248),(0.6653587,0.2352248),(0.6695971,0.2393987),(0.6653587,0.2393988),(0.6738272,0.2435642),(0.6695971,0.2435642),(0.6653587,0.2435642),(0.6695971,0.2477191),(0.6653587,0.2477192),(0.6738272,0.2477192),(0.6780508,0.2435642),(0.6780507,0.2477191),(0.6611102,0.2352248),(0.6568571,0.2352248),(0.6611102,0.2393987),(0.6568571,0.2393988),(0.6526053,0.2352248),(0.6483604,0.2352248),(0.6526054,0.2393987),(0.6483604,0.2393988),(0.6568571,0.2435642),(0.6526054,0.2435642),(0.6483604,0.2435642),(0.6526053,0.2477191),(0.6483604,0.2477192),(0.6568571,0.2477192),(0.6611102,0.2435642),(0.6611102,0.2477191),(0.6441281,0.2352248),(0.6399043,0.2352248),(0.6441281,0.2393987),(0.6399043,0.2393988),(0.635685,0.2352248),(0.6314663,0.2352248),(0.635685,0.2393987),(0.6314663,0.2393988),(0.6399043,0.2435642),(0.635685,0.2435642),(0.6314663,0.2435642),(0.635685,0.2477191),(0.6314663,0.2477192),(0.6399043,0.2477192),(0.6441281,0.2435642),(0.6441281,0.2477191),(0.627244,0.2352248),(0.6230208,0.2352248),(0.627244,0.2393987),(0.6230209,0.2393988),(0.6187993,0.2352248),(0.6145822,0.2352248),(0.6187993,0.2393987),(0.6145822,0.2393988),(0.6230208,0.2435642),(0.6187993,0.2435642),(0.6145822,0.2435642),(0.6187993,0.2477191),(0.6145822,0.2477192),(0.6230209,0.2477192),(0.627244,0.2435642),(0.627244,0.2477191),(0.6103719,0.2352248),(0.6061606,0.2352248),(0.6103719,0.2393987),(0.6061606,0.2393988),(0.6019406,0.2352248),(0.5977041,0.2352248),(0.6019406,0.2393987),(0.5977041,0.2393988),(0.6061606,0.2435642),(0.6019406,0.2435642),(0.5977041,0.2435642),(0.6019406,0.2477191),(0.5977041,0.2477192),(0.6061606,0.2477192),(0.6103719,0.2435642),(0.6103719,0.2477191),(0.5934432,0.2352248),(0.589169,0.2352248),(0.5934432,0.2393987),(0.589169,0.2393988),(0.5848927,0.2352248),(0.5806257,0.2352248),(0.5848927,0.2393987),(0.5806257,0.2393988),(0.589169,0.2435642),(0.5848927,0.2435642),(0.5806257,0.2435642),(0.5848927,0.2477191),(0.5806257,0.2477192),(0.589169,0.2477192),(0.5934432,0.2435642),(0.5934432,0.2477191),(0.5763788,0.2352248),(0.572147,0.2352248),(0.5763788,0.2393987),(0.572147,0.2393988),(0.567925,0.2352248),(0.5637077,0.2352248),(0.567925,0.2393987),(0.5637077,0.2393988),(0.572147,0.2435642),(0.567925,0.2435642),(0.5637077,0.2435642),(0.567925,0.2477191),(0.5637077,0.2477192),(0.572147,0.2477192),(0.5763788,0.2435642),(0.5763788,0.2477191),(0.55949,0.2352248),(0.5552715,0.2352248),(0.55949,0.2393987),(0.5552715,0.2393988),(0.5510522,0.2352248),(0.5468317,0.2352248),(0.5510522,0.2393987),(0.5468317,0.2393988),(0.5552715,0.2435642),(0.5510522,0.2435642),(0.5468317,0.2435642),(0.5510522,0.2477191),(0.5468317,0.2477192),(0.5552715,0.2477192),(0.55949,0.2435642),(0.55949,0.2477191),(0.5426099,0.2352248),(0.5383899,0.2352248),(0.5426099,0.2393987),(0.5383899,0.2393988),(0.5341746,0.2352248),(0.5299669,0.2352248),(0.5341746,0.2393987),(0.5299669,0.2393988),(0.5383899,0.2435642),(0.5341746,0.2435642),(0.5299669,0.2435642),(0.5341746,0.2477191),(0.529967,0.2477192),(0.5383899,0.2477192),(0.5426099,0.2435642),(0.5426099,0.2477191),(0.52577,0.2352248),(0.5215818,0.2352248),(0.52577,0.2393987),(0.5215818,0.2393988),(0.5174,0.2352248),(0.5132228,0.2352248),(0.5174,0.2393987),(0.5132228,0.2393988),(0.5215818,0.2435642),(0.5174,0.2435642),(0.5132228,0.2435642),(0.5174,0.2477191),(0.5132228,0.2477192),(0.5215818,0.2477192),(0.52577,0.2435642),(0.52577,0.2477191),(0.5090478,0.2352248),(0.5048727,0.2352248),(0.5090478,0.2393987),(0.5048727,0.2393988),(0.5006949,0.2352248),(0.4965119,0.2352248),(0.5006949,0.2393987),(0.4965119,0.2393988),(0.5048727,0.2435642),(0.5006949,0.2435642),(0.4965119,0.2435642),(0.5006949,0.2477191),(0.4965119,0.2477192),(0.5048727,0.2477192),(0.5090478,0.2435642),(0.5090478,0.2477191),(0.4923214,0.2352248),(0.4881234,0.2352248),(0.4923214,0.2393987),(0.4881234,0.2393988),(0.4839184,0.2352248),(0.4797065,0.2352248),(0.4839184,0.2393987),(0.4797065,0.2393988),(0.4881234,0.2435642),(0.4839184,0.2435642),(0.4797065,0.2435642),(0.4839184,0.2477191),(0.4797064,0.2477192),(0.4881234,0.2477192),(0.4923214,0.2435642),(0.4923214,0.2477191),(0.4754879,0.2352248),(0.4712752,0.2352248),(0.4754879,0.2393987),(0.4712752,0.2393988),(0.4670808,0.2352248),(0.4629171,0.2352248),(0.4629171,0.2393988),(0.4670808,0.2393987),(0.4712752,0.2435642),(0.4670808,0.2435642),(0.4629171,0.2435642),(0.4629171,0.2477192),(0.4670808,0.2477191),(0.4712752,0.2477192),(0.4754879,0.2435642),(0.4754879,0.2477191),(0.4587967,0.2352248),(0.4547031,0.2352248),(0.4547031,0.2393988),(0.4587967,0.2393987),(0.4506197,0.2352248),(0.44653,0.2352248),(0.4506197,0.2393987),(0.44653,0.2393988),(0.4506197,0.2435642),(0.4547031,0.2435642),(0.44653,0.2435642),(0.4506197,0.2477191),(0.44653,0.2477192),(0.4547031,0.2477192),(0.4587967,0.2435642),(0.4587967,0.2477191),(0.4424174,0.2352248),(0.4382856,0.2352248),(0.4424174,0.2393987),(0.4382856,0.2393988),(0.4341379,0.2352248),(0.429978,0.2352248),(0.429978,0.2393988),(0.4341379,0.2393987),(0.4341379,0.2435642),(0.4382856,0.2435642),(0.429978,0.2435642),(0.429978,0.2477192),(0.4341379,0.2477191),(0.4382856,0.2477192),(0.4424174,0.2435642),(0.4424174,0.2477191),(0.4258092,0.2352248),(0.4216311,0.2352248),(0.4216312,0.2393988),(0.4258092,0.2393987),(0.4174434,0.2352248),(0.4132456,0.2352248),(0.4132456,0.2393988),(0.4174434,0.2393987),(0.4174434,0.2435642),(0.4216312,0.2435642),(0.4132456,0.2435642),(0.4132456,0.2477192),(0.4174434,0.2477191),(0.4216312,0.2477192),(0.4258092,0.2435642),(0.4258092,0.2477191),(0.4090372,0.2352248),(0.4048201,0.2352248),(0.4048201,0.2393988),(0.4090372,0.2393987),(0.4005963,0.2352248),(0.3963675,0.2352248),(0.3963675,0.2393988),(0.4005963,0.2393987),(0.4005963,0.2435642),(0.4048201,0.2435642),(0.3963675,0.2435642),(0.3963675,0.2477192),(0.4005963,0.2477191),(0.4048201,0.2477192),(0.4090372,0.2435642),(0.4090372,0.2477191),(0.3921357,0.2352248),(0.3879012,0.2352248),(0.3879012,0.2393988),(0.3921357,0.2393987),(0.3836642,0.2352248),(0.3794248,0.2352248),(0.3794249,0.2393988),(0.3836642,0.2393987),(0.3836642,0.2435642),(0.3879012,0.2435642),(0.3794248,0.2435642),(0.3794248,0.2477192),(0.3836642,0.2477191),(0.3879012,0.2477192),(0.3921357,0.2435642),(0.3921357,0.2477191),(0.3751834,0.2352248),(0.3709441,0.2352248),(0.3709441,0.2393988),(0.3751834,0.2393987),(0.3667112,0.2352248),(0.3624887,0.2352248),(0.3624887,0.2393988),(0.3667112,0.2393987),(0.3667112,0.2435642),(0.3709442,0.2435642),(0.3624887,0.2435642),(0.3624887,0.2477192),(0.3667112,0.2477191),(0.3709441,0.2477192),(0.3751834,0.2435642),(0.3751834,0.2477191),(0.358281,0.2352248),(0.3540821,0.2352248),(0.3540821,0.2393988),(0.358281,0.2393987),(0.3498864,0.2352248),(0.3456882,0.2352248),(0.3456882,0.2393988),(0.3498864,0.2393987),(0.3498864,0.2435642),(0.3540821,0.2435642),(0.3456882,0.2435642),(0.3456882,0.2477192),(0.3498864,0.2477191),(0.3540821,0.2477192),(0.3582809,0.2435642),(0.358281,0.2477191),(0.3414817,0.2352248),(0.3372694,0.2352248),(0.3372695,0.2393988),(0.3414817,0.2393987),(0.3330541,0.2352248),(0.3288383,0.2352248),(0.3288383,0.2393988),(0.3330541,0.2393987),(0.3330541,0.2435642),(0.3372695,0.2435642),(0.3288383,0.2435642),(0.3288383,0.2477192),(0.3330541,0.2477191),(0.3372695,0.2477192),(0.3414817,0.2435642),(0.3414817,0.2477191),(0.3246247,0.2352248),(0.3204179,0.2352248),(0.3204179,0.2393988),(0.3246247,0.2393987),(0.3162228,0.2352248),(0.3120441,0.2352248),(0.3120441,0.2393988),(0.3162228,0.2393987),(0.3162228,0.2435642),(0.3204179,0.2435642),(0.3120441,0.2435642),(0.3120441,0.2477192),(0.3162228,0.2477191),(0.3204179,0.2477192),(0.3246247,0.2435642),(0.3246247,0.2477191),(0.3078868,0.2352248),(0.3037427,0.2352248),(0.3037427,0.2393988),(0.3078868,0.2393987),(0.2996041,0.2352248),(0.2954631,0.2352248),(0.2954631,0.2393988),(0.2996041,0.2393987),(0.2996041,0.2435642),(0.3037428,0.2435642),(0.2954631,0.2435642),(0.2954631,0.2477192),(0.2996041,0.2477191),(0.3037427,0.2477192),(0.3078868,0.2435642),(0.3078868,0.2477191),(0.2913116,0.2352248),(0.2871543,0.2352248),(0.2871543,0.2393988),(0.2913116,0.2393987),(0.2829956,0.2352248),(0.2788399,0.2352248),(0.2788399,0.2393988),(0.2829956,0.2393987),(0.2829956,0.2435642),(0.2871543,0.2435642),(0.2788399,0.2435642),(0.2788399,0.2477192),(0.2829956,0.2477191),(0.2871543,0.2477192),(0.2913116,0.2435642),(0.2913116,0.2477191),(0.2746918,0.2352248),(0.2705556,0.2352248),(0.2705556,0.2393988),(0.2746918,0.2393987),(0.2664356,0.2352248),(0.262336,0.2352248),(0.262336,0.2393988),(0.2664356,0.2393987),(0.2664356,0.2435642),(0.2705556,0.2435642),(0.262336,0.2435642),(0.262336,0.2477192),(0.2664356,0.2477191),(0.2705556,0.2477192),(0.2746918,0.2435642),(0.2746918,0.2477191),(0.2582613,0.2352248),(0.254209,0.2352248),(0.2582613,0.2393987),(0.254209,0.2393988),(0.2501769,0.2352248),(0.2461624,0.2352248),(0.2501769,0.2393987),(0.2461624,0.2393988),(0.254209,0.2435642),(0.2501769,0.2435642),(0.2461624,0.2435642),(0.2501769,0.2477191),(0.2461624,0.2477192),(0.254209,0.2477192),(0.2582613,0.2435642),(0.2582613,0.2477191),(0.2421634,0.2352248),(0.238164,0.2352248),(0.2421634,0.2393987),(0.238164,0.2393988),(0.2341487,0.2352248),(0.2301017,0.2352248),(0.2301017,0.2393988),(0.2341487,0.2393987),(0.2341487,0.2435642),(0.238164,0.2435642),(0.2301017,0.2435642),(0.2301017,0.2477192),(0.2341487,0.2477191),(0.238164,0.2477192),(0.2421634,0.2435642),(0.2421634,0.2477191),(0.2260074,0.2352248),(0.2218787,0.2352248),(0.2218787,0.2393988),(0.2260074,0.2393987),(0.2177283,0.2352248),(0.2135691,0.2352248),(0.2135692,0.2393988),(0.2177283,0.2393987),(0.2177283,0.2435642),(0.2218787,0.2435642),(0.2135691,0.2435642),(0.2135692,0.2477192),(0.2177283,0.2477191),(0.2218787,0.2477192),(0.2260074,0.2435642),(0.2260074,0.2477191),(0.2094141,0.2352248),(0.2052627,0.2352248),(0.2052627,0.2393988),(0.2094141,0.2393987),(0.2011147,0.2352248),(0.1969699,0.2352248),(0.1969699,0.2393988),(0.2011147,0.2393987),(0.2011147,0.2435642),(0.2052627,0.2435642),(0.1969699,0.2435642),(0.1969699,0.2477192),(0.2011147,0.2477191),(0.2052627,0.2477192),(0.2094141,0.2435642),(0.2094141,0.2477191),(0.1928277,0.2352248),(0.1886888,0.2352248),(0.1886888,0.2393988),(0.1928277,0.2393987),(0.1845533,0.2352248),(0.1804218,0.2352248),(0.1804218,0.2393988),(0.1845533,0.2393987),(0.1845533,0.2435642),(0.1886888,0.2435642),(0.1804218,0.2435642),(0.1804218,0.2477192),(0.1845533,0.2477191),(0.1886888,0.2477192),(0.1928277,0.2435642),(0.1928277,0.2477191),(0.1762946,0.2352248),(0.1721701,0.2352248),(0.1721701,0.2393988),(0.1762946,0.2393987),(0.1680468,0.2352248),(0.163923,0.2352248),(0.163923,0.2393988),(0.1680468,0.2393987),(0.1680468,0.2435642),(0.1721701,0.2435642),(0.163923,0.2435642),(0.163923,0.2477192),(0.1680468,0.2477191),(0.1721701,0.2477192),(0.1762946,0.2435642),(0.1762946,0.2477191),(0.1597973,0.2352248),(0.1556691,0.2352248),(0.1556691,0.2393988),(0.1597973,0.2393987),(0.1515382,0.2352248),(0.1474041,0.2352248),(0.1474041,0.2393988),(0.1515382,0.2393987),(0.1515382,0.2435642),(0.1556691,0.2435642),(0.1474041,0.2435642),(0.1474041,0.2477192),(0.1515382,0.2477191),(0.1556691,0.2477192),(0.1597973,0.2435642),(0.1597973,0.2477191),(0.1432664,0.2352248),(0.1391259,0.2352248),(0.1391259,0.2393988),(0.1432664,0.2393987),(0.134983,0.2352248),(0.1308385,0.2352248),(0.1308385,0.2393988),(0.134983,0.2393987),(0.134983,0.2435642),(0.1391259,0.2435642),(0.1308385,0.2435642),(0.1308385,0.2477192),(0.134983,0.2477191),(0.1391259,0.2477192),(0.1432664,0.2435642),(0.1432664,0.2477191),(0.126693,0.2352248),(0.12255,0.2352248),(0.12255,0.2393988),(0.126693,0.2393987),(0.1184131,0.2352248),(0.1142857,0.2352248),(0.1184131,0.2393987),(0.1142857,0.2393988),(0.12255,0.2435642),(0.1184131,0.2435642),(0.1142857,0.2435642),(0.1184131,0.2477191),(0.1142857,0.2477192),(0.12255,0.2477192),(0.126693,0.2435642),(0.126693,0.2477191),(0.1101713,0.2352248),(0.1060752,0.2352248),(0.1101713,0.2393987),(0.1060752,0.2393988),(0.1020023,0.2352248),(0.09795791,0.2352248),(0.1020023,0.2393987),(0.09795791,0.2393988),(0.1060752,0.2435642),(0.1020023,0.2435642),(0.09795791,0.2435642),(0.1020023,0.2477191),(0.09795791,0.2477192),(0.1060752,0.2477192),(0.1101713,0.2435642),(0.1101713,0.2477191),(0.09394707,0.2352248),(0.08994583,0.2352248),(0.09394707,0.2393987),(0.08994584,0.2393988),(0.08593026,0.2352248),(0.08187638,0.2352248),(0.08187637,0.2393988),(0.08593025,0.2393987),(0.08593026,0.2435642),(0.08994584,0.2435642),(0.08187638,0.2435642),(0.08187638,0.2477192),(0.08593026,0.2477191),(0.08994584,0.2477192),(0.09394707,0.2435642),(0.09394707,0.2477191),(0.07776025,0.2352248),(0.07361087,0.2352248),(0.07361087,0.2393988),(0.07776025,0.2393987),(0.06945725,0.2352248),(0.06532837,0.2352248),(0.06532837,0.2393988),(0.06945725,0.2393987),(0.06945725,0.2435642),(0.07361087,0.2435642),(0.06532837,0.2435642),(0.06532837,0.2477192),(0.06945725,0.2477191),(0.07361087,0.2477192),(0.07776025,0.2435642),(0.07776025,0.2477191),(0.06125325,0.2352248),(0.05721605,0.2352248),(0.06125325,0.2393987),(0.05721604,0.2393988),(0.05320094,0.2352248),(0.0491921,0.2352248),(0.05320094,0.2393987),(0.04919209,0.2393988),(0.05721605,0.2435642),(0.05320094,0.2435642),(0.0491921,0.2435642),(0.04919209,0.2477192),(0.05320094,0.2477191),(0.05721605,0.2477192),(0.06125325,0.2435642),(0.06125325,0.2477191),(0.04517369,0.2352248),(0.04115105,0.2352248),(0.04115105,0.2393988),(0.04517369,0.2393987),(0.0371295,0.2352248),(0.03311438,0.2352248),(0.03311437,0.2393988),(0.0371295,0.2393987),(0.0371295,0.2435642),(0.04115105,0.2435642),(0.03311438,0.2435642),(0.0371295,0.2477191),(0.03311438,0.2477192),(0.04115105,0.2477192),(0.04517369,0.2435642),(0.04517369,0.2477191),(0.029111,0.2352248),(0.02511186,0.2352248),(0.029111,0.2393987),(0.02511186,0.2393988),(0.02110944,0.2352248),(0.01709622,0.2352248),(0.02110944,0.2393987),(0.01709622,0.2393988),(0.02511186,0.2435642),(0.02110944,0.2435642),(0.01709622,0.2435642),(0.02110944,0.2477191),(0.01709622,0.2477192),(0.02511186,0.2477192),(0.029111,0.2435642),(0.029111,0.2477191),(0.01306469,0.2352248),(0.009019421,0.2352254),(0.01306469,0.2393987),(0.009019421,0.2393993),(0.004965,0.2352269),(0.000906,0.235229),(0.004965,0.2394009),(0.000906,0.239403),(0.009019421,0.2435658),(0.004965,0.2435706),(0.000906,0.243577),(0.004965,0.2477287),(0.000906,0.247751),(0.009019421,0.2477216),(0.01306469,0.2435642),(0.01306469,0.2477191),(0.999094,0.251874),(0.9951518,0.2518676),(0.9912093,0.2518629),(0.9951518,0.2559957),(0.9912093,0.2559947),(0.999094,0.255997),(0.9872664,0.2518613),(0.983323,0.2518613),(0.983323,0.2559944),(0.9872664,0.2559944),(0.9872664,0.2601221),(0.9912093,0.2601219),(0.983323,0.2601222),(0.983323,0.2642484),(0.9872664,0.2642483),(0.9912093,0.2642479),(0.9951518,0.2601211),(0.999094,0.26012),(0.9951518,0.2642468),(0.999094,0.264243),(0.9793787,0.2518613),(0.9754275,0.2518613),(0.9754274,0.2559944),(0.9793787,0.2559944),(0.9714631,0.2518613),(0.9674796,0.2518613),(0.9714631,0.2559944),(0.9674796,0.2559944),(0.9714631,0.2601221),(0.9754274,0.2601222),(0.9674796,0.2601222),(0.9714631,0.2642483),(0.9674796,0.2642484),(0.9754274,0.2642484),(0.9793787,0.2601222),(0.9793787,0.2642483),(0.9634706,0.2518613),(0.9594426,0.2518613),(0.9634707,0.2559944),(0.9594426,0.2559944),(0.9554016,0.2518613),(0.9513539,0.2518613),(0.9554016,0.2559944),(0.9513539,0.2559944),(0.9594426,0.2601222),(0.9554016,0.2601221),(0.9513539,0.2601222),(0.9554016,0.2642483),(0.9513539,0.2642484),(0.9594425,0.2642484),(0.9634707,0.2601222),(0.9634706,0.2642483),(0.9473058,0.2518613),(0.9432498,0.2518613),(0.9473058,0.2559944),(0.9432497,0.2559944),(0.9391782,0.2518613),(0.9350839,0.2518613),(0.9391783,0.2559944),(0.9350839,0.2559944),(0.9432497,0.2601222),(0.9391782,0.2601221),(0.9350839,0.2601222),(0.9391783,0.2642483),(0.9350839,0.2642484),(0.9432497,0.2642484),(0.9473058,0.2601222),(0.9473058,0.2642483),(0.930959,0.2518613),(0.9268106,0.2518613),(0.930959,0.2559944),(0.9268106,0.2559944),(0.9226453,0.2518613),(0.9184701,0.2518613),(0.9226453,0.2559944),(0.9184701,0.2559944),(0.9268106,0.2601222),(0.9226453,0.2601221),(0.9184701,0.2601222),(0.9226453,0.2642483),(0.9184701,0.2642484),(0.9268106,0.2642484),(0.930959,0.2601222),(0.930959,0.2642483),(0.9142919,0.2518613),(0.910111,0.2518613),(0.9142919,0.2559944),(0.9101109,0.2559944),(0.9059278,0.2518613),(0.9017429,0.2518613),(0.9059278,0.2559944),(0.9017429,0.2559944),(0.910111,0.2601222),(0.9059278,0.2601221),(0.9017429,0.2601222),(0.9059278,0.2642483),(0.9017428,0.2642484),(0.9101109,0.2642484),(0.9142919,0.2601222),(0.9142919,0.2642483),(0.8975567,0.2518613),(0.8933688,0.2518613),(0.8975567,0.2559944),(0.8933688,0.2559944),(0.8891787,0.2518613),(0.8849859,0.2518613),(0.8891788,0.2559944),(0.8849859,0.2559944),(0.8933688,0.2601222),(0.8891787,0.2601221),(0.8849859,0.2601222),(0.8891788,0.2642483),(0.8849859,0.2642484),(0.8933688,0.2642484),(0.8975567,0.2601222),(0.8975567,0.2642483),(0.8807898,0.2518613),(0.8765806,0.2518613),(0.8807898,0.2559944),(0.8765807,0.2559944),(0.8723488,0.2518613),(0.8680845,0.2518613),(0.8723488,0.2559944),(0.8680845,0.2559944),(0.8765806,0.2601222),(0.8723488,0.2601221),(0.8680845,0.2601222),(0.8723488,0.2642483),(0.8680845,0.2642484),(0.8765806,0.2642484),(0.8807898,0.2601222),(0.8807898,0.2642483),(0.8637781,0.2518613),(0.8594491,0.2518613),(0.8637781,0.2559944),(0.8594491,0.2559944),(0.8551173,0.2518613),(0.8508024,0.2518613),(0.8551173,0.2559944),(0.8508024,0.2559944),(0.8594491,0.2601222),(0.8551173,0.2601221),(0.8508024,0.2601222),(0.8551173,0.2642483),(0.8508024,0.2642484),(0.859449,0.2642484),(0.8637781,0.2601222),(0.8637781,0.2642483),(0.846524,0.2518613),(0.8422731,0.2518613),(0.846524,0.2559944),(0.8422731,0.2559944),(0.8380403,0.2518613),(0.8338165,0.2518613),(0.8380403,0.2559944),(0.8338165,0.2559944),(0.8422731,0.2601222),(0.8380403,0.2601221),(0.8338165,0.2601222),(0.8380404,0.2642483),(0.8338165,0.2642484),(0.8422731,0.2642484),(0.846524,0.2601222),(0.846524,0.2642483),(0.8295926,0.2518613),(0.8253628,0.2518613),(0.8295926,0.2559944),(0.8253628,0.2559944),(0.8211217,0.2518613),(0.8168637,0.2518613),(0.8211217,0.2559944),(0.8168637,0.2559944),(0.8253628,0.2601222),(0.8211217,0.2601221),(0.8168637,0.2601222),(0.8211217,0.2642483),(0.8168637,0.2642484),(0.8253628,0.2642484),(0.8295926,0.2601222),(0.8295926,0.2642483),(0.8125832,0.2518613),(0.8082899,0.2518613),(0.8125832,0.2559944),(0.8082899,0.2559944),(0.8039935,0.2518613),(0.7997035,0.2518613),(0.8039935,0.2559944),(0.7997035,0.2559944),(0.8082899,0.2601222),(0.8039935,0.2601221),(0.7997035,0.2601222),(0.8039935,0.2642483),(0.7997035,0.2642484),(0.8082899,0.2642484),(0.8125832,0.2601222),(0.8125832,0.2642483),(0.7954297,0.2518613),(0.7911757,0.2518613),(0.7954297,0.2559944),(0.7911757,0.2559944),(0.7869452,0.2518613),(0.7827417,0.2518613),(0.7869452,0.2559944),(0.7827417,0.2559944),(0.7911757,0.2601222),(0.7869452,0.2601221),(0.7827417,0.2601222),(0.7869452,0.2642483),(0.7827417,0.2642484),(0.7911757,0.2642484),(0.7954297,0.2601222),(0.7954297,0.2642483),(0.7785689,0.2518613),(0.7744211,0.2518613),(0.7785689,0.2559944),(0.7744212,0.2559944),(0.7702925,0.2518613),(0.7661775,0.2518613),(0.7702925,0.2559944),(0.7661775,0.2559944),(0.7744212,0.2601222),(0.7702925,0.2601221),(0.7661775,0.2601222),(0.7702925,0.2642483),(0.7661775,0.2642484),(0.7744212,0.2642484),(0.778569,0.2601222),(0.778569,0.2642483),(0.7620703,0.2518613),(0.757961,0.2518613),(0.7620703,0.2559944),(0.757961,0.2559944),(0.7538399,0.2518613),(0.7496969,0.2518613),(0.7538399,0.2559944),(0.7496969,0.2559944),(0.757961,0.2601222),(0.7538399,0.2601221),(0.7496969,0.2601222),(0.7538399,0.2642483),(0.7496969,0.2642484),(0.757961,0.2642484),(0.7620703,0.2601222),(0.7620703,0.2642483),(0.7455223,0.2518613),(0.7413244,0.2518613),(0.7455223,0.2559944),(0.7413245,0.2559944),(0.7371117,0.2518613),(0.7328922,0.2518613),(0.7371117,0.2559944),(0.7328923,0.2559944),(0.7413245,0.2601222),(0.7371117,0.2601221),(0.7328922,0.2601222),(0.7371117,0.2642483),(0.7328922,0.2642484),(0.7413245,0.2642484),(0.7455223,0.2601222),(0.7455223,0.2642483),(0.7286744,0.2518613),(0.7244572,0.2518613),(0.7286744,0.2559944),(0.7244572,0.2559944),(0.7202395,0.2518613),(0.71602,0.2518613),(0.7202395,0.2559944),(0.71602,0.2559944),(0.7244572,0.2601222),(0.7202395,0.2601221),(0.71602,0.2601222),(0.7202394,0.2642483),(0.71602,0.2642484),(0.7244572,0.2642484),(0.7286744,0.2601222),(0.7286744,0.2642483),(0.7117977,0.2518613),(0.7075742,0.2518613),(0.7117977,0.2559944),(0.7075742,0.2559944),(0.7033514,0.2518613),(0.6991307,0.2518613),(0.7033514,0.2559944),(0.6991307,0.2559944),(0.7075742,0.2601222),(0.7033514,0.2601221),(0.6991307,0.2601222),(0.7033514,0.2642483),(0.6991307,0.2642484),(0.7075742,0.2642484),(0.7117977,0.2601222),(0.7117977,0.2642483),(0.6949139,0.2518613),(0.6906992,0.2518613),(0.6949139,0.2559944),(0.6906992,0.2559944),(0.6864849,0.2518613),(0.6822694,0.2518613),(0.6864849,0.2559944),(0.6822693,0.2559944),(0.6906992,0.2601222),(0.6864849,0.2601221),(0.6822694,0.2601222),(0.6864849,0.2642483),(0.6822693,0.2642484),(0.6906992,0.2642484),(0.6949139,0.2601222),(0.6949139,0.2642483),(0.6780508,0.2518613),(0.6738272,0.2518613),(0.6780507,0.2559944),(0.6738272,0.2559944),(0.6695971,0.2518613),(0.6653587,0.2518613),(0.6695971,0.2559944),(0.6653587,0.2559944),(0.6738272,0.2601222),(0.6695971,0.2601221),(0.6653587,0.2601222),(0.6695971,0.2642483),(0.6653587,0.2642484),(0.6738272,0.2642484),(0.6780508,0.2601222),(0.6780507,0.2642483),(0.6611102,0.2518613),(0.6568571,0.2518613),(0.6611102,0.2559944),(0.6568571,0.2559944),(0.6526053,0.2518613),(0.6483604,0.2518613),(0.6526054,0.2559944),(0.6483604,0.2559944),(0.6568571,0.2601222),(0.6526054,0.2601221),(0.6483604,0.2601222),(0.6526053,0.2642483),(0.6483604,0.2642484),(0.6568571,0.2642484),(0.6611102,0.2601222),(0.6611102,0.2642483),(0.6441281,0.2518613),(0.6399043,0.2518613),(0.6441281,0.2559944),(0.6399043,0.2559944),(0.635685,0.2518613),(0.6314663,0.2518613),(0.635685,0.2559944),(0.6314663,0.2559944),(0.6399043,0.2601222),(0.635685,0.2601221),(0.6314663,0.2601222),(0.635685,0.2642483),(0.6314663,0.2642484),(0.6399043,0.2642484),(0.6441281,0.2601222),(0.6441281,0.2642483),(0.627244,0.2518613),(0.6230208,0.2518613),(0.627244,0.2559944),(0.6230209,0.2559944),(0.6187993,0.2518613),(0.6145822,0.2518613),(0.6187993,0.2559944),(0.6145822,0.2559944),(0.6230208,0.2601222),(0.6187993,0.2601221),(0.6145822,0.2601222),(0.6187993,0.2642483),(0.6145822,0.2642484),(0.6230209,0.2642484),(0.627244,0.2601222),(0.627244,0.2642483),(0.6103719,0.2518613),(0.6061606,0.2518613),(0.6103719,0.2559944),(0.6061606,0.2559944),(0.6019406,0.2518613),(0.5977041,0.2518613),(0.6019406,0.2559944),(0.5977041,0.2559944),(0.6061606,0.2601222),(0.6019406,0.2601221),(0.5977041,0.2601222),(0.6019406,0.2642483),(0.5977041,0.2642484),(0.6061606,0.2642484),(0.6103719,0.2601222),(0.6103719,0.2642483),(0.5934432,0.2518613),(0.589169,0.2518613),(0.5934432,0.2559944),(0.589169,0.2559944),(0.5848927,0.2518613),(0.5806257,0.2518613),(0.5848927,0.2559944),(0.5806257,0.2559944),(0.589169,0.2601222),(0.5848927,0.2601221),(0.5806257,0.2601222),(0.5848927,0.2642483),(0.5806257,0.2642484),(0.589169,0.2642484),(0.5934432,0.2601222),(0.5934432,0.2642483),(0.5763788,0.2518613),(0.572147,0.2518613),(0.5763788,0.2559944),(0.572147,0.2559944),(0.567925,0.2518613),(0.5637077,0.2518613),(0.567925,0.2559944),(0.5637077,0.2559944),(0.572147,0.2601222),(0.567925,0.2601221),(0.5637077,0.2601222),(0.567925,0.2642483),(0.5637077,0.2642484),(0.572147,0.2642484),(0.5763788,0.2601222),(0.5763788,0.2642483),(0.55949,0.2518613),(0.5552715,0.2518613),(0.55949,0.2559944),(0.5552715,0.2559944),(0.5510522,0.2518613),(0.5468317,0.2518613),(0.5510522,0.2559944),(0.5468317,0.2559944),(0.5552715,0.2601222),(0.5510522,0.2601221),(0.5468317,0.2601222),(0.5510522,0.2642483),(0.5468317,0.2642484),(0.5552715,0.2642484),(0.55949,0.2601222),(0.55949,0.2642483),(0.5426099,0.2518613),(0.5383899,0.2518613),(0.5426099,0.2559944),(0.5383899,0.2559944),(0.5341746,0.2518613),(0.5299669,0.2518613),(0.5341746,0.2559944),(0.5299669,0.2559944),(0.5383899,0.2601222),(0.5341746,0.2601221),(0.5299669,0.2601222),(0.5341746,0.2642483),(0.529967,0.2642484),(0.5383899,0.2642484),(0.5426099,0.2601222),(0.5426099,0.2642483),(0.52577,0.2518613),(0.5215818,0.2518613),(0.52577,0.2559944),(0.5215818,0.2559944),(0.5174,0.2518613),(0.5132228,0.2518613),(0.5174,0.2559944),(0.5132228,0.2559944),(0.5215818,0.2601222),(0.5174,0.2601221),(0.5132228,0.2601222),(0.5174,0.2642483),(0.5132228,0.2642484),(0.5215818,0.2642484),(0.52577,0.2601222),(0.52577,0.2642483),(0.5090478,0.2518613),(0.5048727,0.2518613),(0.5090478,0.2559944),(0.5048727,0.2559944),(0.5006949,0.2518613),(0.4965119,0.2518613),(0.5006949,0.2559944),(0.4965119,0.2559944),(0.5048727,0.2601222),(0.5006949,0.2601221),(0.4965119,0.2601222),(0.5006949,0.2642483),(0.4965119,0.2642484),(0.5048727,0.2642484),(0.5090478,0.2601222),(0.5090478,0.2642483),(0.4923214,0.2518613),(0.4881234,0.2518613),(0.4923214,0.2559944),(0.4881234,0.2559944),(0.4839184,0.2518613),(0.4797065,0.2518613),(0.4839184,0.2559944),(0.4797065,0.2559944),(0.4881234,0.2601222),(0.4839184,0.2601221),(0.4797065,0.2601222),(0.4839184,0.2642483),(0.4797064,0.2642484),(0.4881234,0.2642484),(0.4923214,0.2601222),(0.4923214,0.2642483),(0.4754879,0.2518613),(0.4712752,0.2518613),(0.4754879,0.2559944),(0.4712752,0.2559944),(0.4670808,0.2518613),(0.4629171,0.2518613),(0.4629171,0.2559944),(0.4670808,0.2559944),(0.4712752,0.2601222),(0.4670808,0.2601221),(0.4629171,0.2601222),(0.4670808,0.2642483),(0.4629171,0.2642484),(0.4712752,0.2642484),(0.4754879,0.2601222),(0.4754879,0.2642483),(0.4587967,0.2518613),(0.4547031,0.2518613),(0.4547031,0.2559944),(0.4587967,0.2559944),(0.4506197,0.2518613),(0.44653,0.2518613),(0.4506197,0.2559944),(0.44653,0.2559944),(0.4506197,0.2601221),(0.4547031,0.2601222),(0.44653,0.2601222),(0.44653,0.2642484),(0.4506197,0.2642483),(0.4547031,0.2642484),(0.4587967,0.2601222),(0.4587967,0.2642483),(0.4424174,0.2518613),(0.4382856,0.2518613),(0.4382856,0.2559944),(0.4424174,0.2559944),(0.4341379,0.2518613),(0.429978,0.2518613),(0.429978,0.2559944),(0.4341379,0.2559944),(0.4341379,0.2601221),(0.4382856,0.2601222),(0.429978,0.2601222),(0.429978,0.2642484),(0.4341379,0.2642483),(0.4382856,0.2642484),(0.4424174,0.2601222),(0.4424174,0.2642483),(0.4258092,0.2518613),(0.4216311,0.2518613),(0.4216312,0.2559944),(0.4258092,0.2559944),(0.4174434,0.2518613),(0.4132456,0.2518613),(0.4132456,0.2559944),(0.4174434,0.2559944),(0.4174434,0.2601221),(0.4216312,0.2601222),(0.4132456,0.2601222),(0.4132456,0.2642484),(0.4174434,0.2642483),(0.4216312,0.2642484),(0.4258092,0.2601222),(0.4258092,0.2642483),(0.4090372,0.2518613),(0.4048201,0.2518613),(0.4048201,0.2559944),(0.4090372,0.2559944),(0.4005963,0.2518613),(0.3963675,0.2518613),(0.3963675,0.2559944),(0.4005963,0.2559944),(0.4005963,0.2601221),(0.4048201,0.2601222),(0.3963675,0.2601222),(0.3963675,0.2642484),(0.4005963,0.2642483),(0.4048201,0.2642484),(0.4090372,0.2601222),(0.4090372,0.2642483),(0.3921357,0.2518613),(0.3879012,0.2518613),(0.3879012,0.2559944),(0.3921357,0.2559944),(0.3836642,0.2518613),(0.3794248,0.2518613),(0.3794249,0.2559944),(0.3836642,0.2559944),(0.3836642,0.2601221),(0.3879012,0.2601222),(0.3794248,0.2601222),(0.3794248,0.2642484),(0.3836642,0.2642483),(0.3879012,0.2642484),(0.3921357,0.2601222),(0.3921357,0.2642483),(0.3751834,0.2518613),(0.3709441,0.2518613),(0.3709441,0.2559944),(0.3751834,0.2559944),(0.3667112,0.2518613),(0.3624887,0.2518613),(0.3624887,0.2559944),(0.3667112,0.2559944),(0.3667112,0.2601221),(0.3709442,0.2601222),(0.3624887,0.2601222),(0.3624887,0.2642484),(0.3667112,0.2642483),(0.3709441,0.2642484),(0.3751834,0.2601222),(0.3751834,0.2642483),(0.358281,0.2518613),(0.3540821,0.2518613),(0.3540821,0.2559944),(0.358281,0.2559944),(0.3498864,0.2518613),(0.3456882,0.2518613),(0.3456882,0.2559944),(0.3498864,0.2559944),(0.3498864,0.2601221),(0.3540821,0.2601222),(0.3456882,0.2601222),(0.3456882,0.2642484),(0.3498864,0.2642483),(0.3540821,0.2642484),(0.3582809,0.2601222),(0.358281,0.2642483),(0.3414817,0.2518613),(0.3372694,0.2518613),(0.3372695,0.2559944),(0.3414817,0.2559944),(0.3330541,0.2518613),(0.3288383,0.2518613),(0.3288383,0.2559944),(0.3330541,0.2559944),(0.3330541,0.2601221),(0.3372695,0.2601222),(0.3288383,0.2601222),(0.3288383,0.2642484),(0.3330541,0.2642483),(0.3372695,0.2642484),(0.3414817,0.2601222),(0.3414817,0.2642483),(0.3246247,0.2518613),(0.3204179,0.2518613),(0.3204179,0.2559944),(0.3246247,0.2559944),(0.3162228,0.2518613),(0.3120441,0.2518613),(0.3120441,0.2559944),(0.3162228,0.2559944),(0.3162228,0.2601221),(0.3204179,0.2601222),(0.3120441,0.2601222),(0.3120441,0.2642484),(0.3162228,0.2642483),(0.3204179,0.2642484),(0.3246247,0.2601222),(0.3246247,0.2642483),(0.3078868,0.2518613),(0.3037427,0.2518613),(0.3037427,0.2559944),(0.3078868,0.2559944),(0.2996041,0.2518613),(0.2954631,0.2518613),(0.2954631,0.2559944),(0.2996041,0.2559944),(0.2996041,0.2601221),(0.3037428,0.2601222),(0.2954631,0.2601222),(0.2954631,0.2642484),(0.2996041,0.2642483),(0.3037427,0.2642484),(0.3078868,0.2601222),(0.3078868,0.2642483),(0.2913116,0.2518613),(0.2871543,0.2518613),(0.2871543,0.2559944),(0.2913116,0.2559944),(0.2829956,0.2518613),(0.2788399,0.2518613),(0.2788399,0.2559944),(0.2829956,0.2559944),(0.2829956,0.2601221),(0.2871543,0.2601222),(0.2788399,0.2601222),(0.2788399,0.2642484),(0.2829956,0.2642483),(0.2871543,0.2642484),(0.2913116,0.2601222),(0.2913116,0.2642483),(0.2746918,0.2518613),(0.2705556,0.2518613),(0.2705556,0.2559944),(0.2746918,0.2559944),(0.2664356,0.2518613),(0.262336,0.2518613),(0.262336,0.2559944),(0.2664356,0.2559944),(0.2664356,0.2601221),(0.2705556,0.2601222),(0.262336,0.2601222),(0.262336,0.2642484),(0.2664356,0.2642483),(0.2705556,0.2642484),(0.2746918,0.2601222),(0.2746918,0.2642483),(0.2582613,0.2518613),(0.254209,0.2518613),(0.2582613,0.2559944),(0.254209,0.2559944),(0.2501769,0.2518613),(0.2461624,0.2518613),(0.2501769,0.2559944),(0.2461624,0.2559944),(0.254209,0.2601222),(0.2501769,0.2601221),(0.2461624,0.2601222),(0.2461624,0.2642484),(0.2501769,0.2642483),(0.254209,0.2642484),(0.2582613,0.2601222),(0.2582613,0.2642483),(0.2421634,0.2518613),(0.238164,0.2518613),(0.238164,0.2559944),(0.2421634,0.2559944),(0.2341487,0.2518613),(0.2301017,0.2518613),(0.2301017,0.2559944),(0.2341487,0.2559944),(0.2341487,0.2601221),(0.238164,0.2601222),(0.2301017,0.2601222),(0.2301017,0.2642484),(0.2341487,0.2642483),(0.238164,0.2642484),(0.2421634,0.2601222),(0.2421634,0.2642483),(0.2260074,0.2518613),(0.2218787,0.2518613),(0.2218787,0.2559944),(0.2260074,0.2559944),(0.2177283,0.2518613),(0.2135691,0.2518613),(0.2135692,0.2559944),(0.2177283,0.2559944),(0.2177283,0.2601221),(0.2218787,0.2601222),(0.2135691,0.2601222),(0.2135692,0.2642484),(0.2177283,0.2642483),(0.2218787,0.2642484),(0.2260074,0.2601222),(0.2260074,0.2642483),(0.2094141,0.2518613),(0.2052627,0.2518613),(0.2052627,0.2559944),(0.2094141,0.2559944),(0.2011147,0.2518613),(0.1969699,0.2518613),(0.1969699,0.2559944),(0.2011147,0.2559944),(0.2011147,0.2601221),(0.2052627,0.2601222),(0.1969699,0.2601222),(0.1969699,0.2642484),(0.2011147,0.2642483),(0.2052627,0.2642484),(0.2094141,0.2601222),(0.2094141,0.2642483),(0.1928277,0.2518613),(0.1886888,0.2518613),(0.1886888,0.2559944),(0.1928277,0.2559944),(0.1845533,0.2518613),(0.1804218,0.2518613),(0.1804218,0.2559944),(0.1845533,0.2559944),(0.1845533,0.2601221),(0.1886888,0.2601222),(0.1804218,0.2601222),(0.1804218,0.2642484),(0.1845533,0.2642483),(0.1886888,0.2642484),(0.1928277,0.2601222),(0.1928277,0.2642483),(0.1762946,0.2518613),(0.1721701,0.2518613),(0.1721701,0.2559944),(0.1762946,0.2559944),(0.1680468,0.2518613),(0.163923,0.2518613),(0.163923,0.2559944),(0.1680468,0.2559944),(0.1680468,0.2601221),(0.1721701,0.2601222),(0.163923,0.2601222),(0.163923,0.2642484),(0.1680468,0.2642483),(0.1721701,0.2642484),(0.1762946,0.2601222),(0.1762946,0.2642483),(0.1597973,0.2518613),(0.1556691,0.2518613),(0.1556691,0.2559944),(0.1597973,0.2559944),(0.1515382,0.2518613),(0.1474041,0.2518613),(0.1474041,0.2559944),(0.1515382,0.2559944),(0.1515382,0.2601221),(0.1556691,0.2601222),(0.1474041,0.2601222),(0.1474041,0.2642484),(0.1515382,0.2642483),(0.1556691,0.2642484),(0.1597973,0.2601222),(0.1597973,0.2642483),(0.1432664,0.2518613),(0.1391259,0.2518613),(0.1391259,0.2559944),(0.1432664,0.2559944),(0.134983,0.2518613),(0.1308385,0.2518613),(0.1308385,0.2559944),(0.134983,0.2559944),(0.134983,0.2601221),(0.1391259,0.2601222),(0.1308385,0.2601222),(0.1308385,0.2642484),(0.134983,0.2642483),(0.1391259,0.2642484),(0.1432664,0.2601222),(0.1432664,0.2642483),(0.126693,0.2518613),(0.12255,0.2518613),(0.126693,0.2559944),(0.12255,0.2559944),(0.1184131,0.2518613),(0.1142857,0.2518613),(0.1184131,0.2559944),(0.1142857,0.2559944),(0.12255,0.2601222),(0.1184131,0.2601221),(0.1142857,0.2601222),(0.1184131,0.2642483),(0.1142857,0.2642484),(0.12255,0.2642484),(0.126693,0.2601222),(0.126693,0.2642483),(0.1101713,0.2518613),(0.1060752,0.2518613),(0.1060752,0.2559944),(0.1101713,0.2559944),(0.1020023,0.2518613),(0.09795791,0.2518613),(0.09795791,0.2559944),(0.1020023,0.2559944),(0.1020023,0.2601221),(0.1060752,0.2601222),(0.09795791,0.2601222),(0.09795791,0.2642484),(0.1020023,0.2642483),(0.1060752,0.2642484),(0.1101713,0.2601222),(0.1101713,0.2642483),(0.09394707,0.2518613),(0.08994583,0.2518613),(0.08994584,0.2559944),(0.09394707,0.2559944),(0.08593026,0.2518613),(0.08187638,0.2518613),(0.08187637,0.2559944),(0.08593025,0.2559944),(0.08593026,0.2601221),(0.08994584,0.2601222),(0.08187638,0.2601222),(0.08187638,0.2642484),(0.08593026,0.2642483),(0.08994584,0.2642484),(0.09394707,0.2601222),(0.09394707,0.2642483),(0.07776025,0.2518613),(0.07361087,0.2518613),(0.07361087,0.2559944),(0.07776025,0.2559944),(0.06945725,0.2518613),(0.06532837,0.2518613),(0.06532837,0.2559944),(0.06945725,0.2559944),(0.06945725,0.2601221),(0.07361087,0.2601222),(0.06532837,0.2601222),(0.06532837,0.2642484),(0.06945725,0.2642483),(0.07361087,0.2642484),(0.07776025,0.2601222),(0.07776025,0.2642483),(0.06125325,0.2518613),(0.05721605,0.2518613),(0.05721604,0.2559944),(0.06125325,0.2559944),(0.05320094,0.2518613),(0.0491921,0.2518613),(0.04919209,0.2559944),(0.05320094,0.2559944),(0.05320094,0.2601221),(0.05721605,0.2601222),(0.0491921,0.2601222),(0.04919209,0.2642484),(0.05320094,0.2642483),(0.05721605,0.2642484),(0.06125325,0.2601222),(0.06125325,0.2642483),(0.04517369,0.2518613),(0.04115105,0.2518613),(0.04115105,0.2559944),(0.04517369,0.2559944),(0.0371295,0.2518613),(0.03311438,0.2518613),(0.0371295,0.2559944),(0.03311437,0.2559944),(0.04115105,0.2601222),(0.0371295,0.2601221),(0.03311438,0.2601222),(0.0371295,0.2642483),(0.03311438,0.2642484),(0.04115105,0.2642484),(0.04517369,0.2601222),(0.04517369,0.2642483),(0.029111,0.2518613),(0.02511186,0.2518613),(0.029111,0.2559944),(0.02511186,0.2559944),(0.02110944,0.2518613),(0.01709622,0.2518613),(0.02110944,0.2559944),(0.01709622,0.2559944),(0.02511186,0.2601222),(0.02110944,0.2601221),(0.01709622,0.2601222),(0.02110944,0.2642483),(0.01709622,0.2642484),(0.02511186,0.2642484),(0.029111,0.2601222),(0.029111,0.2642483),(0.01306469,0.2518613),(0.009019421,0.2518629),(0.01306469,0.2559944),(0.009019421,0.2559947),(0.004965,0.2518677),(0.000906,0.251874),(0.004965,0.2559957),(0.000906,0.255997),(0.009019421,0.2601219),(0.004965,0.260121),(0.000906,0.26012),(0.004965,0.2642468),(0.000906,0.264243),(0.009019421,0.2642479),(0.01306469,0.2601222),(0.01306469,0.2642483),(0.9951518,0.2683756),(0.999094,0.2683745),(0.9912093,0.2683764),(0.9912093,0.272507),(0.9951518,0.2725065),(0.999094,0.272506),(0.9872664,0.2683766),(0.983323,0.2683766),(0.983323,0.2725071),(0.9872664,0.2725071),(0.9872664,0.2766397),(0.9912093,0.2766395),(0.983323,0.2766397),(0.983323,0.2807745),(0.9872664,0.2807745),(0.9912093,0.2807741),(0.9951518,0.2766386),(0.999094,0.2766375),(0.9951518,0.2807728),(0.999094,0.280769),(0.9793787,0.2683766),(0.9754275,0.2683766),(0.9754274,0.2725071),(0.9793787,0.2725071),(0.9714631,0.2683766),(0.9674796,0.2683766),(0.9714631,0.2725071),(0.9674796,0.2725071),(0.9714631,0.2766397),(0.9754274,0.2766397),(0.9674796,0.2766397),(0.9674796,0.2807745),(0.9714631,0.2807745),(0.9754274,0.2807745),(0.9793787,0.2766397),(0.9793787,0.2807745),(0.9634706,0.2683766),(0.9594426,0.2683766),(0.9634707,0.2725071),(0.9594426,0.2725071),(0.9554016,0.2683766),(0.9513539,0.2683766),(0.9554016,0.2725071),(0.9513539,0.2725071),(0.9594426,0.2766397),(0.9554016,0.2766397),(0.9513539,0.2766397),(0.9554016,0.2807745),(0.9513539,0.2807745),(0.9594425,0.2807745),(0.9634707,0.2766397),(0.9634706,0.2807745),(0.9473058,0.2683766),(0.9432498,0.2683766),(0.9473058,0.2725071),(0.9432497,0.2725071),(0.9391782,0.2683766),(0.9350839,0.2683766),(0.9391783,0.2725071),(0.9350839,0.2725071),(0.9432497,0.2766397),(0.9391782,0.2766397),(0.9350839,0.2766397),(0.9391783,0.2807745),(0.9350839,0.2807745),(0.9432497,0.2807745),(0.9473058,0.2766397),(0.9473058,0.2807745),(0.930959,0.2683766),(0.9268106,0.2683766),(0.930959,0.2725071),(0.9268106,0.2725071),(0.9226453,0.2683766),(0.9184701,0.2683766),(0.9226453,0.2725071),(0.9184701,0.2725071),(0.9268106,0.2766397),(0.9226453,0.2766397),(0.9184701,0.2766397),(0.9226453,0.2807745),(0.9184701,0.2807745),(0.9268106,0.2807745),(0.930959,0.2766397),(0.930959,0.2807745),(0.9142919,0.2683766),(0.910111,0.2683766),(0.9142919,0.2725071),(0.9101109,0.2725071),(0.9059278,0.2683766),(0.9017429,0.2683766),(0.9059278,0.2725071),(0.9017429,0.2725071),(0.910111,0.2766397),(0.9059278,0.2766397),(0.9017429,0.2766397),(0.9059278,0.2807745),(0.9017428,0.2807745),(0.9101109,0.2807745),(0.9142919,0.2766397),(0.9142919,0.2807745),(0.8975567,0.2683766),(0.8933688,0.2683766),(0.8975567,0.2725071),(0.8933688,0.2725071),(0.8891787,0.2683766),(0.8849859,0.2683766),(0.8891788,0.2725071),(0.8849859,0.2725071),(0.8933688,0.2766397),(0.8891787,0.2766397),(0.8849859,0.2766397),(0.8891788,0.2807745),(0.8849859,0.2807745),(0.8933688,0.2807745),(0.8975567,0.2766397),(0.8975567,0.2807745),(0.8807898,0.2683766),(0.8765806,0.2683766),(0.8807898,0.2725071),(0.8765807,0.2725071),(0.8723488,0.2683766),(0.8680845,0.2683766),(0.8723488,0.2725071),(0.8680845,0.2725071),(0.8765806,0.2766397),(0.8723488,0.2766397),(0.8680845,0.2766397),(0.8723488,0.2807745),(0.8680845,0.2807745),(0.8765806,0.2807745),(0.8807898,0.2766397),(0.8807898,0.2807745),(0.8637781,0.2683766),(0.8594491,0.2683766),(0.8637781,0.2725071),(0.8594491,0.2725071),(0.8551173,0.2683766),(0.8508024,0.2683766),(0.8551173,0.2725071),(0.8508024,0.2725071),(0.8594491,0.2766397),(0.8551173,0.2766397),(0.8508024,0.2766397),(0.8551173,0.2807745),(0.8508024,0.2807745),(0.859449,0.2807745),(0.8637781,0.2766397),(0.8637781,0.2807745),(0.846524,0.2683766),(0.8422731,0.2683766),(0.846524,0.2725071),(0.8422731,0.2725071),(0.8380403,0.2683766),(0.8338165,0.2683766),(0.8380403,0.2725071),(0.8338165,0.2725071),(0.8422731,0.2766397),(0.8380403,0.2766397),(0.8338165,0.2766397),(0.8380404,0.2807745),(0.8338165,0.2807745),(0.8422731,0.2807745),(0.846524,0.2766397),(0.846524,0.2807745),(0.8295926,0.2683766),(0.8253628,0.2683766),(0.8295926,0.2725071),(0.8253628,0.2725071),(0.8211217,0.2683766),(0.8168637,0.2683766),(0.8211217,0.2725071),(0.8168637,0.2725071),(0.8253628,0.2766397),(0.8211217,0.2766397),(0.8168637,0.2766397),(0.8211217,0.2807745),(0.8168637,0.2807745),(0.8253628,0.2807745),(0.8295926,0.2766397),(0.8295926,0.2807745),(0.8125832,0.2683766),(0.8082899,0.2683766),(0.8125832,0.2725071),(0.8082899,0.2725071),(0.8039935,0.2683766),(0.7997035,0.2683766),(0.8039935,0.2725071),(0.7997035,0.2725071),(0.8082899,0.2766397),(0.8039935,0.2766397),(0.7997035,0.2766397),(0.8039935,0.2807745),(0.7997035,0.2807745),(0.8082899,0.2807745),(0.8125832,0.2766397),(0.8125832,0.2807745),(0.7954297,0.2683766),(0.7911757,0.2683766),(0.7954297,0.2725071),(0.7911757,0.2725071),(0.7869452,0.2683766),(0.7827417,0.2683766),(0.7869452,0.2725071),(0.7827417,0.2725071),(0.7911757,0.2766397),(0.7869452,0.2766397),(0.7827417,0.2766397),(0.7869452,0.2807745),(0.7827417,0.2807745),(0.7911757,0.2807745),(0.7954297,0.2766397),(0.7954297,0.2807745),(0.7785689,0.2683766),(0.7744211,0.2683766),(0.7785689,0.2725071),(0.7744212,0.2725071),(0.7702925,0.2683766),(0.7661775,0.2683766),(0.7702925,0.2725071),(0.7661775,0.2725071),(0.7744212,0.2766397),(0.7702925,0.2766397),(0.7661775,0.2766397),(0.7702925,0.2807745),(0.7661775,0.2807745),(0.7744212,0.2807745),(0.778569,0.2766397),(0.778569,0.2807745),(0.7620703,0.2683766),(0.757961,0.2683766),(0.7620703,0.2725071),(0.757961,0.2725071),(0.7538399,0.2683766),(0.7496969,0.2683766),(0.7538399,0.2725071),(0.7496969,0.2725071),(0.757961,0.2766397),(0.7538399,0.2766397),(0.7496969,0.2766397),(0.7538399,0.2807745),(0.7496969,0.2807745),(0.757961,0.2807745),(0.7620703,0.2766397),(0.7620703,0.2807745),(0.7455223,0.2683766),(0.7413244,0.2683766),(0.7455223,0.2725071),(0.7413245,0.2725071),(0.7371117,0.2683766),(0.7328922,0.2683766),(0.7371117,0.2725071),(0.7328923,0.2725071),(0.7413245,0.2766397),(0.7371117,0.2766397),(0.7328922,0.2766397),(0.7371117,0.2807745),(0.7328922,0.2807745),(0.7413245,0.2807745),(0.7455223,0.2766397),(0.7455223,0.2807745),(0.7286744,0.2683766),(0.7244572,0.2683766),(0.7286744,0.2725071),(0.7244572,0.2725071),(0.7202395,0.2683766),(0.71602,0.2683766),(0.7202395,0.2725071),(0.71602,0.2725071),(0.7244572,0.2766397),(0.7202395,0.2766397),(0.71602,0.2766397),(0.7202394,0.2807745),(0.71602,0.2807745),(0.7244572,0.2807745),(0.7286744,0.2766397),(0.7286744,0.2807745),(0.7117977,0.2683766),(0.7075742,0.2683766),(0.7117977,0.2725071),(0.7075742,0.2725071),(0.7033514,0.2683766),(0.6991307,0.2683766),(0.7033514,0.2725071),(0.6991307,0.2725071),(0.7075742,0.2766397),(0.7033514,0.2766397),(0.6991307,0.2766397),(0.7033514,0.2807745),(0.6991307,0.2807745),(0.7075742,0.2807745),(0.7117977,0.2766397),(0.7117977,0.2807745),(0.6949139,0.2683766),(0.6906992,0.2683766),(0.6949139,0.2725071),(0.6906992,0.2725071),(0.6864849,0.2683766),(0.6822694,0.2683766),(0.6864849,0.2725071),(0.6822693,0.2725071),(0.6906992,0.2766397),(0.6864849,0.2766397),(0.6822694,0.2766397),(0.6864849,0.2807745),(0.6822693,0.2807745),(0.6906992,0.2807745),(0.6949139,0.2766397),(0.6949139,0.2807745),(0.6780508,0.2683766),(0.6738272,0.2683766),(0.6780507,0.2725071),(0.6738272,0.2725071),(0.6695971,0.2683766),(0.6653587,0.2683766),(0.6695971,0.2725071),(0.6653587,0.2725071),(0.6738272,0.2766397),(0.6695971,0.2766397),(0.6653587,0.2766397),(0.6695971,0.2807745),(0.6653587,0.2807745),(0.6738272,0.2807745),(0.6780508,0.2766397),(0.6780507,0.2807745),(0.6611102,0.2683766),(0.6568571,0.2683766),(0.6611102,0.2725071),(0.6568571,0.2725071),(0.6526053,0.2683766),(0.6483604,0.2683766),(0.6526054,0.2725071),(0.6483604,0.2725071),(0.6568571,0.2766397),(0.6526054,0.2766397),(0.6483604,0.2766397),(0.6526053,0.2807745),(0.6483604,0.2807745),(0.6568571,0.2807745),(0.6611102,0.2766397),(0.6611102,0.2807745),(0.6441281,0.2683766),(0.6399043,0.2683766),(0.6441281,0.2725071),(0.6399043,0.2725071),(0.635685,0.2683766),(0.6314663,0.2683766),(0.635685,0.2725071),(0.6314663,0.2725071),(0.6399043,0.2766397),(0.635685,0.2766397),(0.6314663,0.2766397),(0.635685,0.2807745),(0.6314663,0.2807745),(0.6399043,0.2807745),(0.6441281,0.2766397),(0.6441281,0.2807745),(0.627244,0.2683766),(0.6230208,0.2683766),(0.627244,0.2725071),(0.6230209,0.2725071),(0.6187993,0.2683766),(0.6145822,0.2683766),(0.6187993,0.2725071),(0.6145822,0.2725071),(0.6230208,0.2766397),(0.6187993,0.2766397),(0.6145822,0.2766397),(0.6187993,0.2807745),(0.6145822,0.2807745),(0.6230209,0.2807745),(0.627244,0.2766397),(0.627244,0.2807745),(0.6103719,0.2683766),(0.6061606,0.2683766),(0.6103719,0.2725071),(0.6061606,0.2725071),(0.6019406,0.2683766),(0.5977041,0.2683766),(0.6019406,0.2725071),(0.5977041,0.2725071),(0.6061606,0.2766397),(0.6019406,0.2766397),(0.5977041,0.2766397),(0.6019406,0.2807745),(0.5977041,0.2807745),(0.6061606,0.2807745),(0.6103719,0.2766397),(0.6103719,0.2807745),(0.5934432,0.2683766),(0.589169,0.2683766),(0.5934432,0.2725071),(0.589169,0.2725071),(0.5848927,0.2683766),(0.5806257,0.2683766),(0.5848927,0.2725071),(0.5806257,0.2725071),(0.589169,0.2766397),(0.5848927,0.2766397),(0.5806257,0.2766397),(0.5848927,0.2807745),(0.5806257,0.2807745),(0.589169,0.2807745),(0.5934432,0.2766397),(0.5934432,0.2807745),(0.5763788,0.2683766),(0.572147,0.2683766),(0.5763788,0.2725071),(0.572147,0.2725071),(0.567925,0.2683766),(0.5637077,0.2683766),(0.567925,0.2725071),(0.5637077,0.2725071),(0.572147,0.2766397),(0.567925,0.2766397),(0.5637077,0.2766397),(0.567925,0.2807745),(0.5637077,0.2807745),(0.572147,0.2807745),(0.5763788,0.2766397),(0.5763788,0.2807745),(0.55949,0.2683766),(0.5552715,0.2683766),(0.55949,0.2725071),(0.5552715,0.2725071),(0.5510522,0.2683766),(0.5468317,0.2683766),(0.5510522,0.2725071),(0.5468317,0.2725071),(0.5552715,0.2766397),(0.5510522,0.2766397),(0.5468317,0.2766397),(0.5510522,0.2807745),(0.5468317,0.2807745),(0.5552715,0.2807745),(0.55949,0.2766397),(0.55949,0.2807745),(0.5426099,0.2683766),(0.5383899,0.2683766),(0.5426099,0.2725071),(0.5383899,0.2725071),(0.5341746,0.2683766),(0.5299669,0.2683766),(0.5341746,0.2725071),(0.5299669,0.2725071),(0.5383899,0.2766397),(0.5341746,0.2766397),(0.5299669,0.2766397),(0.5341746,0.2807745),(0.529967,0.2807745),(0.5383899,0.2807745),(0.5426099,0.2766397),(0.5426099,0.2807745),(0.52577,0.2683766),(0.5215818,0.2683766),(0.52577,0.2725071),(0.5215818,0.2725071),(0.5174,0.2683766),(0.5132228,0.2683766),(0.5174,0.2725071),(0.5132228,0.2725071),(0.5215818,0.2766397),(0.5174,0.2766397),(0.5132228,0.2766397),(0.5174,0.2807745),(0.5132228,0.2807745),(0.5215818,0.2807745),(0.52577,0.2766397),(0.52577,0.2807745),(0.5090478,0.2683766),(0.5048727,0.2683766),(0.5090478,0.2725071),(0.5048727,0.2725071),(0.5006949,0.2683766),(0.4965119,0.2683766),(0.5006949,0.2725071),(0.4965119,0.2725071),(0.5048727,0.2766397),(0.5006949,0.2766397),(0.4965119,0.2766397),(0.5006949,0.2807745),(0.4965119,0.2807745),(0.5048727,0.2807745),(0.5090478,0.2766397),(0.5090478,0.2807745),(0.4923214,0.2683766),(0.4881234,0.2683766),(0.4923214,0.2725071),(0.4881234,0.2725071),(0.4839184,0.2683766),(0.4797065,0.2683766),(0.4839184,0.2725071),(0.4797065,0.2725071),(0.4881234,0.2766397),(0.4839184,0.2766397),(0.4797065,0.2766397),(0.4839184,0.2807745),(0.4797064,0.2807745),(0.4881234,0.2807745),(0.4923214,0.2766397),(0.4923214,0.2807745),(0.4754879,0.2683766),(0.4712752,0.2683766),(0.4754879,0.2725071),(0.4712752,0.2725071),(0.4670808,0.2683766),(0.4629171,0.2683766),(0.4670808,0.2725071),(0.4629171,0.2725071),(0.4712752,0.2766397),(0.4670808,0.2766397),(0.4629171,0.2766397),(0.4670808,0.2807745),(0.4629171,0.2807745),(0.4712752,0.2807745),(0.4754879,0.2766397),(0.4754879,0.2807745),(0.4587967,0.2683766),(0.4547031,0.2683766),(0.4547031,0.2725071),(0.4587967,0.2725071),(0.4506197,0.2683766),(0.44653,0.2683766),(0.44653,0.2725071),(0.4506197,0.2725071),(0.4506197,0.2766397),(0.4547031,0.2766397),(0.44653,0.2766397),(0.44653,0.2807745),(0.4506197,0.2807745),(0.4547031,0.2807745),(0.4587967,0.2766397),(0.4587967,0.2807745),(0.4424174,0.2683766),(0.4382856,0.2683766),(0.4382856,0.2725071),(0.4424174,0.2725071),(0.4341379,0.2683766),(0.429978,0.2683766),(0.429978,0.2725071),(0.4341379,0.2725071),(0.4341379,0.2766397),(0.4382856,0.2766397),(0.429978,0.2766397),(0.429978,0.2807745),(0.4341379,0.2807745),(0.4382856,0.2807745),(0.4424174,0.2766397),(0.4424174,0.2807745),(0.4258092,0.2683766),(0.4216311,0.2683766),(0.4216312,0.2725071),(0.4258092,0.2725071),(0.4174434,0.2683766),(0.4132456,0.2683766),(0.4132456,0.2725071),(0.4174434,0.2725071),(0.4174434,0.2766397),(0.4216312,0.2766397),(0.4132456,0.2766397),(0.4132456,0.2807745),(0.4174434,0.2807745),(0.4216312,0.2807745),(0.4258092,0.2766397),(0.4258092,0.2807745),(0.4090372,0.2683766),(0.4048201,0.2683766),(0.4048201,0.2725071),(0.4090372,0.2725071),(0.4005963,0.2683766),(0.3963675,0.2683766),(0.3963675,0.2725071),(0.4005963,0.2725071),(0.4005963,0.2766397),(0.4048201,0.2766397),(0.3963675,0.2766397),(0.3963675,0.2807745),(0.4005963,0.2807745),(0.4048201,0.2807745),(0.4090372,0.2766397),(0.4090372,0.2807745),(0.3921357,0.2683766),(0.3879012,0.2683766),(0.3879012,0.2725071),(0.3921357,0.2725071),(0.3836642,0.2683766),(0.3794248,0.2683766),(0.3794249,0.2725071),(0.3836642,0.2725071),(0.3836642,0.2766397),(0.3879012,0.2766397),(0.3794248,0.2766397),(0.3794248,0.2807745),(0.3836642,0.2807745),(0.3879012,0.2807745),(0.3921357,0.2766397),(0.3921357,0.2807745),(0.3751834,0.2683766),(0.3709441,0.2683766),(0.3709441,0.2725071),(0.3751834,0.2725071),(0.3667112,0.2683766),(0.3624887,0.2683766),(0.3624887,0.2725071),(0.3667112,0.2725071),(0.3667112,0.2766397),(0.3709442,0.2766397),(0.3624887,0.2766397),(0.3624887,0.2807745),(0.3667112,0.2807745),(0.3709441,0.2807745),(0.3751834,0.2766397),(0.3751834,0.2807745),(0.358281,0.2683766),(0.3540821,0.2683766),(0.3540821,0.2725071),(0.358281,0.2725071),(0.3498864,0.2683766),(0.3456882,0.2683766),(0.3456882,0.2725071),(0.3498864,0.2725071),(0.3498864,0.2766397),(0.3540821,0.2766397),(0.3456882,0.2766397),(0.3456882,0.2807745),(0.3498864,0.2807745),(0.3540821,0.2807745),(0.3582809,0.2766397),(0.358281,0.2807745),(0.3414817,0.2683766),(0.3372694,0.2683766),(0.3372695,0.2725071),(0.3414817,0.2725071),(0.3330541,0.2683766),(0.3288383,0.2683766),(0.3288383,0.2725071),(0.3330541,0.2725071),(0.3330541,0.2766397),(0.3372695,0.2766397),(0.3288383,0.2766397),(0.3288383,0.2807745),(0.3330541,0.2807745),(0.3372695,0.2807745),(0.3414817,0.2766397),(0.3414817,0.2807745),(0.3246247,0.2683766),(0.3204179,0.2683766),(0.3204179,0.2725071),(0.3246247,0.2725071),(0.3162228,0.2683766),(0.3120441,0.2683766),(0.3120441,0.2725071),(0.3162228,0.2725071),(0.3162228,0.2766397),(0.3204179,0.2766397),(0.3120441,0.2766397),(0.3120441,0.2807745),(0.3162228,0.2807745),(0.3204179,0.2807745),(0.3246247,0.2766397),(0.3246247,0.2807745),(0.3078868,0.2683766),(0.3037427,0.2683766),(0.3037427,0.2725071),(0.3078868,0.2725071),(0.2996041,0.2683766),(0.2954631,0.2683766),(0.2954631,0.2725071),(0.2996041,0.2725071),(0.2996041,0.2766397),(0.3037428,0.2766397),(0.2954631,0.2766397),(0.2954631,0.2807745),(0.2996041,0.2807745),(0.3037427,0.2807745),(0.3078868,0.2766397),(0.3078868,0.2807745),(0.2913116,0.2683766),(0.2871543,0.2683766),(0.2871543,0.2725071),(0.2913116,0.2725071),(0.2829956,0.2683766),(0.2788399,0.2683766),(0.2788399,0.2725071),(0.2829956,0.2725071),(0.2829956,0.2766397),(0.2871543,0.2766397),(0.2788399,0.2766397),(0.2788399,0.2807745),(0.2829956,0.2807745),(0.2871543,0.2807745),(0.2913116,0.2766397),(0.2913116,0.2807745),(0.2746918,0.2683766),(0.2705556,0.2683766),(0.2705556,0.2725071),(0.2746918,0.2725071),(0.2664356,0.2683766),(0.262336,0.2683766),(0.262336,0.2725071),(0.2664356,0.2725071),(0.2664356,0.2766397),(0.2705556,0.2766397),(0.262336,0.2766397),(0.262336,0.2807745),(0.2664356,0.2807745),(0.2705556,0.2807745),(0.2746918,0.2766397),(0.2746918,0.2807745),(0.2582613,0.2683766),(0.254209,0.2683766),(0.254209,0.2725071),(0.2582613,0.2725071),(0.2501769,0.2683766),(0.2461624,0.2683766),(0.2461624,0.2725071),(0.2501769,0.2725071),(0.2501769,0.2766397),(0.254209,0.2766397),(0.2461624,0.2766397),(0.2461624,0.2807745),(0.2501769,0.2807745),(0.254209,0.2807745),(0.2582613,0.2766397),(0.2582613,0.2807745),(0.2421634,0.2683766),(0.238164,0.2683766),(0.238164,0.2725071),(0.2421634,0.2725071),(0.2341487,0.2683766),(0.2301017,0.2683766),(0.2301017,0.2725071),(0.2341487,0.2725071),(0.2341487,0.2766397),(0.238164,0.2766397),(0.2301017,0.2766397),(0.2301017,0.2807745),(0.2341487,0.2807745),(0.238164,0.2807745),(0.2421634,0.2766397),(0.2421634,0.2807745),(0.2260074,0.2683766),(0.2218787,0.2683766),(0.2218787,0.2725071),(0.2260074,0.2725071),(0.2177283,0.2683766),(0.2135691,0.2683766),(0.2135692,0.2725071),(0.2177283,0.2725071),(0.2177283,0.2766397),(0.2218787,0.2766397),(0.2135691,0.2766397),(0.2135692,0.2807745),(0.2177283,0.2807745),(0.2218787,0.2807745),(0.2260074,0.2766397),(0.2260074,0.2807745),(0.2094141,0.2683766),(0.2052627,0.2683766),(0.2052627,0.2725071),(0.2094141,0.2725071),(0.2011147,0.2683766),(0.1969699,0.2683766),(0.1969699,0.2725071),(0.2011147,0.2725071),(0.2011147,0.2766397),(0.2052627,0.2766397),(0.1969699,0.2766397),(0.1969699,0.2807745),(0.2011147,0.2807745),(0.2052627,0.2807745),(0.2094141,0.2766397),(0.2094141,0.2807745),(0.1928277,0.2683766),(0.1886888,0.2683766),(0.1886888,0.2725071),(0.1928277,0.2725071),(0.1845533,0.2683766),(0.1804218,0.2683766),(0.1804218,0.2725071),(0.1845533,0.2725071),(0.1845533,0.2766397),(0.1886888,0.2766397),(0.1804218,0.2766397),(0.1804218,0.2807745),(0.1845533,0.2807745),(0.1886888,0.2807745),(0.1928277,0.2766397),(0.1928277,0.2807745),(0.1762946,0.2683766),(0.1721701,0.2683766),(0.1721701,0.2725071),(0.1762946,0.2725071),(0.1680468,0.2683766),(0.163923,0.2683766),(0.163923,0.2725071),(0.1680468,0.2725071),(0.1680468,0.2766397),(0.1721701,0.2766397),(0.163923,0.2766397),(0.163923,0.2807745),(0.1680468,0.2807745),(0.1721701,0.2807745),(0.1762946,0.2766397),(0.1762946,0.2807745),(0.1597973,0.2683766),(0.1556691,0.2683766),(0.1556691,0.2725071),(0.1597973,0.2725071),(0.1515382,0.2683766),(0.1474041,0.2683766),(0.1474041,0.2725071),(0.1515382,0.2725071),(0.1515382,0.2766397),(0.1556691,0.2766397),(0.1474041,0.2766397),(0.1474041,0.2807745),(0.1515382,0.2807745),(0.1556691,0.2807745),(0.1597973,0.2766397),(0.1597973,0.2807745),(0.1432664,0.2683766),(0.1391259,0.2683766),(0.1391259,0.2725071),(0.1432664,0.2725071),(0.134983,0.2683766),(0.1308385,0.2683766),(0.1308385,0.2725071),(0.134983,0.2725071),(0.134983,0.2766397),(0.1391259,0.2766397),(0.1308385,0.2766397),(0.134983,0.2807745),(0.1308385,0.2807745),(0.1391259,0.2807745),(0.1432664,0.2766397),(0.1432664,0.2807745),(0.126693,0.2683766),(0.12255,0.2683766),(0.126693,0.2725071),(0.12255,0.2725071),(0.1184131,0.2683766),(0.1142857,0.2683766),(0.1142857,0.2725071),(0.1184131,0.2725071),(0.1184131,0.2766397),(0.12255,0.2766397),(0.1142857,0.2766397),(0.1142857,0.2807745),(0.1184131,0.2807745),(0.12255,0.2807745),(0.126693,0.2766397),(0.126693,0.2807745),(0.1101713,0.2683766),(0.1060752,0.2683766),(0.1101713,0.2725071),(0.1060752,0.2725071),(0.1020023,0.2683766),(0.09795791,0.2683766),(0.1020023,0.2725071),(0.09795791,0.2725071),(0.1060752,0.2766397),(0.1020023,0.2766397),(0.09795791,0.2766397),(0.1020023,0.2807745),(0.09795791,0.2807745),(0.1060752,0.2807745),(0.1101713,0.2766397),(0.1101713,0.2807745),(0.09394707,0.2683766),(0.08994583,0.2683766),(0.08994584,0.2725071),(0.09394707,0.2725071),(0.08593026,0.2683766),(0.08187638,0.2683766),(0.08187637,0.2725071),(0.08593025,0.2725071),(0.08994584,0.2766397),(0.08593026,0.2766397),(0.08187638,0.2766397),(0.08593026,0.2807745),(0.08187638,0.2807745),(0.08994584,0.2807745),(0.09394707,0.2766397),(0.09394707,0.2807745),(0.07776025,0.2683766),(0.07361087,0.2683766),(0.07361087,0.2725071),(0.07776025,0.2725071),(0.06945725,0.2683766),(0.06532837,0.2683766),(0.06532837,0.2725071),(0.06945725,0.2725071),(0.06945725,0.2766397),(0.07361087,0.2766397),(0.06532837,0.2766397),(0.06532837,0.2807745),(0.06945725,0.2807745),(0.07361087,0.2807745),(0.07776025,0.2766397),(0.07776025,0.2807745),(0.06125325,0.2683766),(0.05721605,0.2683766),(0.05721604,0.2725071),(0.06125325,0.2725071),(0.05320094,0.2683766),(0.0491921,0.2683766),(0.05320094,0.2725071),(0.04919209,0.2725071),(0.05721605,0.2766397),(0.05320094,0.2766397),(0.0491921,0.2766397),(0.05320094,0.2807745),(0.04919209,0.2807745),(0.05721605,0.2807745),(0.06125325,0.2766397),(0.06125325,0.2807745),(0.04517369,0.2683766),(0.04115105,0.2683766),(0.04517369,0.2725071),(0.04115105,0.2725071),(0.0371295,0.2683766),(0.03311438,0.2683766),(0.0371295,0.2725071),(0.03311437,0.2725071),(0.04115105,0.2766397),(0.0371295,0.2766397),(0.03311438,0.2766397),(0.0371295,0.2807745),(0.03311438,0.2807745),(0.04115105,0.2807745),(0.04517369,0.2766397),(0.04517369,0.2807745),(0.029111,0.2683766),(0.02511186,0.2683766),(0.029111,0.2725071),(0.02511186,0.2725071),(0.02110944,0.2683766),(0.01709622,0.2683766),(0.02110944,0.2725071),(0.01709622,0.2725071),(0.02511186,0.2766397),(0.02110944,0.2766397),(0.01709622,0.2766397),(0.02110944,0.2807745),(0.01709622,0.2807745),(0.02511186,0.2807745),(0.029111,0.2766397),(0.029111,0.2807745),(0.01306469,0.2683766),(0.009019421,0.2683764),(0.01306469,0.2725071),(0.009019421,0.272507),(0.004965,0.2683756),(0.000906,0.2683745),(0.004965,0.2725065),(0.000906,0.272506),(0.009019421,0.2766394),(0.004965,0.2766386),(0.000906,0.2766375),(0.004965,0.2807728),(0.000906,0.280769),(0.009019421,0.2807741),(0.01306469,0.2766397),(0.01306469,0.2807745),(0.999094,0.2849092),(0.9951518,0.2849103),(0.9912093,0.2849112),(0.9951518,0.2890505),(0.9912093,0.2890512),(0.999094,0.2890495),(0.9872664,0.2849115),(0.983323,0.2849115),(0.9872664,0.2890514),(0.983323,0.2890514),(0.9912093,0.2931947),(0.9872664,0.2931953),(0.983323,0.2931953),(0.9872664,0.2973439),(0.983323,0.2973439),(0.9912093,0.2973429),(0.999094,0.2931898),(0.9951518,0.2931925),(0.9951518,0.2973397),(0.999094,0.29733),(0.9793787,0.2849115),(0.9754275,0.2849115),(0.9793787,0.2890514),(0.9754274,0.2890514),(0.9714631,0.2849115),(0.9674796,0.2849115),(0.9674796,0.2890514),(0.9714631,0.2890514),(0.9754274,0.2931953),(0.9714631,0.2931953),(0.9674796,0.2931953),(0.9674796,0.2973439),(0.9714631,0.2973439),(0.9754274,0.2973439),(0.9793787,0.2931953),(0.9793787,0.2973439),(0.9634706,0.2849115),(0.9594426,0.2849115),(0.9594426,0.2890514),(0.9634707,0.2890514),(0.9554016,0.2849115),(0.9513539,0.2849115),(0.9554016,0.2890514),(0.9513539,0.2890514),(0.9554016,0.2931953),(0.9594426,0.2931953),(0.9513539,0.2931953),(0.9513539,0.2973439),(0.9554016,0.2973439),(0.9594425,0.2973439),(0.9634707,0.2931953),(0.9634706,0.2973439),(0.9473058,0.2849115),(0.9432498,0.2849115),(0.9473058,0.2890514),(0.9432497,0.2890514),(0.9391782,0.2849115),(0.9350839,0.2849115),(0.9391783,0.2890514),(0.9350839,0.2890514),(0.9391782,0.2931953),(0.9432497,0.2931953),(0.9350839,0.2931953),(0.9350839,0.2973439),(0.9391783,0.2973439),(0.9432497,0.2973439),(0.9473058,0.2931953),(0.9473058,0.2973439),(0.930959,0.2849115),(0.9268106,0.2849115),(0.930959,0.2890514),(0.9268106,0.2890514),(0.9226453,0.2849115),(0.9184701,0.2849115),(0.9226453,0.2890514),(0.9184701,0.2890514),(0.9268106,0.2931953),(0.9226453,0.2931953),(0.9184701,0.2931953),(0.9226453,0.2973439),(0.9184701,0.2973439),(0.9268106,0.2973439),(0.930959,0.2931953),(0.930959,0.2973439),(0.9142919,0.2849115),(0.910111,0.2849115),(0.9142919,0.2890514),(0.9101109,0.2890514),(0.9059278,0.2849115),(0.9017429,0.2849115),(0.9059278,0.2890514),(0.9017429,0.2890514),(0.910111,0.2931953),(0.9059278,0.2931953),(0.9017429,0.2931953),(0.9059278,0.2973439),(0.9017428,0.2973439),(0.9101109,0.2973439),(0.9142919,0.2931953),(0.9142919,0.2973439),(0.8975567,0.2849115),(0.8933688,0.2849115),(0.8975567,0.2890514),(0.8933688,0.2890514),(0.8891787,0.2849115),(0.8849859,0.2849115),(0.8891788,0.2890514),(0.8849859,0.2890514),(0.8933688,0.2931953),(0.8891787,0.2931953),(0.8849859,0.2931953),(0.8891788,0.2973439),(0.8849859,0.2973439),(0.8933688,0.2973439),(0.8975567,0.2931953),(0.8975567,0.2973439),(0.8807898,0.2849115),(0.8765806,0.2849115),(0.8807898,0.2890514),(0.8765807,0.2890514),(0.8723488,0.2849115),(0.8680845,0.2849115),(0.8680845,0.2890514),(0.8723488,0.2890514),(0.8723488,0.2931953),(0.8765806,0.2931953),(0.8680845,0.2931953),(0.8723488,0.2973439),(0.8680845,0.2973439),(0.8765806,0.2973439),(0.8807898,0.2931953),(0.8807898,0.2973439),(0.8637781,0.2849115),(0.8594491,0.2849115),(0.8594491,0.2890514),(0.8637781,0.2890514),(0.8551173,0.2849115),(0.8508024,0.2849115),(0.8551173,0.2890514),(0.8508024,0.2890514),(0.8551173,0.2931953),(0.8594491,0.2931953),(0.8508024,0.2931953),(0.8508024,0.2973439),(0.8551173,0.2973439),(0.859449,0.2973439),(0.8637781,0.2931953),(0.8637781,0.2973439),(0.846524,0.2849115),(0.8422731,0.2849115),(0.846524,0.2890514),(0.8422731,0.2890514),(0.8380403,0.2849115),(0.8338165,0.2849115),(0.8380403,0.2890514),(0.8338165,0.2890514),(0.8380403,0.2931953),(0.8422731,0.2931953),(0.8338165,0.2931953),(0.8380404,0.2973439),(0.8338165,0.2973439),(0.8422731,0.2973439),(0.846524,0.2931953),(0.846524,0.2973439),(0.8295926,0.2849115),(0.8253628,0.2849115),(0.8295926,0.2890514),(0.8253628,0.2890514),(0.8211217,0.2849115),(0.8168637,0.2849115),(0.8211217,0.2890514),(0.8168637,0.2890514),(0.8253628,0.2931953),(0.8211217,0.2931953),(0.8168637,0.2931953),(0.8211217,0.2973439),(0.8168637,0.2973439),(0.8253628,0.2973439),(0.8295926,0.2931953),(0.8295926,0.2973439),(0.8125832,0.2849115),(0.8082899,0.2849115),(0.8125832,0.2890514),(0.8082899,0.2890514),(0.8039935,0.2849115),(0.7997035,0.2849115),(0.8039935,0.2890514),(0.7997035,0.2890514),(0.8082899,0.2931953),(0.8039935,0.2931953),(0.7997035,0.2931953),(0.8039935,0.2973439),(0.7997035,0.2973439),(0.8082899,0.2973439),(0.8125832,0.2931953),(0.8125832,0.2973439),(0.7954297,0.2849115),(0.7911757,0.2849115),(0.7954297,0.2890514),(0.7911757,0.2890514),(0.7869452,0.2849115),(0.7827417,0.2849115),(0.7869452,0.2890514),(0.7827417,0.2890514),(0.7911757,0.2931953),(0.7869452,0.2931953),(0.7827417,0.2931953),(0.7869452,0.2973439),(0.7827417,0.2973439),(0.7911757,0.2973439),(0.7954297,0.2931953),(0.7954297,0.2973439),(0.7785689,0.2849115),(0.7744211,0.2849115),(0.7785689,0.2890514),(0.7744212,0.2890514),(0.7702925,0.2849115),(0.7661775,0.2849115),(0.7702925,0.2890514),(0.7661775,0.2890514),(0.7744212,0.2931953),(0.7702925,0.2931953),(0.7661775,0.2931953),(0.7702925,0.2973439),(0.7661775,0.2973439),(0.7744212,0.2973439),(0.778569,0.2931953),(0.778569,0.2973439),(0.7620703,0.2849115),(0.757961,0.2849115),(0.7620703,0.2890514),(0.757961,0.2890514),(0.7538399,0.2849115),(0.7496969,0.2849115),(0.7538399,0.2890514),(0.7496969,0.2890514),(0.757961,0.2931953),(0.7538399,0.2931953),(0.7496969,0.2931953),(0.7538399,0.2973439),(0.7496969,0.2973439),(0.757961,0.2973439),(0.7620703,0.2931953),(0.7620703,0.2973439),(0.7455223,0.2849115),(0.7413244,0.2849115),(0.7455223,0.2890514),(0.7413245,0.2890514),(0.7371117,0.2849115),(0.7328922,0.2849115),(0.7371117,0.2890514),(0.7328923,0.2890514),(0.7413245,0.2931953),(0.7371117,0.2931953),(0.7328922,0.2931953),(0.7371117,0.2973439),(0.7328922,0.2973439),(0.7413245,0.2973439),(0.7455223,0.2931953),(0.7455223,0.2973439),(0.7286744,0.2849115),(0.7244572,0.2849115),(0.7286744,0.2890514),(0.7244572,0.2890514),(0.7202395,0.2849115),(0.71602,0.2849115),(0.7202395,0.2890514),(0.71602,0.2890514),(0.7244572,0.2931953),(0.7202395,0.2931953),(0.71602,0.2931953),(0.7202394,0.2973439),(0.71602,0.2973439),(0.7244572,0.2973439),(0.7286744,0.2931953),(0.7286744,0.2973439),(0.7117977,0.2849115),(0.7075742,0.2849115),(0.7117977,0.2890514),(0.7075742,0.2890514),(0.7033514,0.2849115),(0.6991307,0.2849115),(0.7033514,0.2890514),(0.6991307,0.2890514),(0.7075742,0.2931953),(0.7033514,0.2931953),(0.6991307,0.2931953),(0.7033514,0.2973439),(0.6991307,0.2973439),(0.7075742,0.2973439),(0.7117977,0.2931953),(0.7117977,0.2973439),(0.6949139,0.2849115),(0.6906992,0.2849115),(0.6949139,0.2890514),(0.6906992,0.2890514),(0.6864849,0.2849115),(0.6822694,0.2849115),(0.6864849,0.2890514),(0.6822693,0.2890514),(0.6906992,0.2931953),(0.6864849,0.2931953),(0.6822694,0.2931953),(0.6864849,0.2973439),(0.6822693,0.2973439),(0.6906992,0.2973439),(0.6949139,0.2931953),(0.6949139,0.2973439),(0.6780508,0.2849115),(0.6738272,0.2849115),(0.6780507,0.2890514),(0.6738272,0.2890514),(0.6695971,0.2849115),(0.6653587,0.2849115),(0.6695971,0.2890514),(0.6653587,0.2890514),(0.6738272,0.2931953),(0.6695971,0.2931953),(0.6653587,0.2931953),(0.6695971,0.2973439),(0.6653587,0.2973439),(0.6738272,0.2973439),(0.6780508,0.2931953),(0.6780507,0.2973439),(0.6611102,0.2849115),(0.6568571,0.2849115),(0.6611102,0.2890514),(0.6568571,0.2890514),(0.6526053,0.2849115),(0.6483604,0.2849115),(0.6526054,0.2890514),(0.6483604,0.2890514),(0.6568571,0.2931953),(0.6526054,0.2931953),(0.6483604,0.2931953),(0.6526053,0.2973439),(0.6483604,0.2973439),(0.6568571,0.2973439),(0.6611102,0.2931953),(0.6611102,0.2973439),(0.6441281,0.2849115),(0.6399043,0.2849115),(0.6441281,0.2890514),(0.6399043,0.2890514),(0.635685,0.2849115),(0.6314663,0.2849115),(0.635685,0.2890514),(0.6314663,0.2890514),(0.6399043,0.2931953),(0.635685,0.2931953),(0.6314663,0.2931953),(0.635685,0.2973439),(0.6314663,0.2973439),(0.6399043,0.2973439),(0.6441281,0.2931953),(0.6441281,0.2973439),(0.627244,0.2849115),(0.6230208,0.2849115),(0.627244,0.2890514),(0.6230209,0.2890514),(0.6187993,0.2849115),(0.6145822,0.2849115),(0.6187993,0.2890514),(0.6145822,0.2890514),(0.6230208,0.2931953),(0.6187993,0.2931953),(0.6145822,0.2931953),(0.6187993,0.2973439),(0.6145822,0.2973439),(0.6230209,0.2973439),(0.627244,0.2931953),(0.627244,0.2973439),(0.6103719,0.2849115),(0.6061606,0.2849115),(0.6103719,0.2890514),(0.6061606,0.2890514),(0.6019406,0.2849115),(0.5977041,0.2849115),(0.6019406,0.2890514),(0.5977041,0.2890514),(0.6061606,0.2931953),(0.6019406,0.2931953),(0.5977041,0.2931953),(0.6019406,0.2973439),(0.5977041,0.2973439),(0.6061606,0.2973439),(0.6103719,0.2931953),(0.6103719,0.2973439),(0.5934432,0.2849115),(0.589169,0.2849115),(0.5934432,0.2890514),(0.589169,0.2890514),(0.5848927,0.2849115),(0.5806257,0.2849115),(0.5848927,0.2890514),(0.5806257,0.2890514),(0.589169,0.2931953),(0.5848927,0.2931953),(0.5806257,0.2931953),(0.5848927,0.2973439),(0.5806257,0.2973439),(0.589169,0.2973439),(0.5934432,0.2931953),(0.5934432,0.2973439),(0.5763788,0.2849115),(0.572147,0.2849115),(0.5763788,0.2890514),(0.572147,0.2890514),(0.567925,0.2849115),(0.5637077,0.2849115),(0.567925,0.2890514),(0.5637077,0.2890514),(0.572147,0.2931953),(0.567925,0.2931953),(0.5637077,0.2931953),(0.567925,0.2973439),(0.5637077,0.2973439),(0.572147,0.2973439),(0.5763788,0.2931953),(0.5763788,0.2973439),(0.55949,0.2849115),(0.5552715,0.2849115),(0.55949,0.2890514),(0.5552715,0.2890514),(0.5510522,0.2849115),(0.5468317,0.2849115),(0.5510522,0.2890514),(0.5468317,0.2890514),(0.5552715,0.2931953),(0.5510522,0.2931953),(0.5468317,0.2931953),(0.5510522,0.2973439),(0.5468317,0.2973439),(0.5552715,0.2973439),(0.55949,0.2931953),(0.55949,0.2973439),(0.5426099,0.2849115),(0.5383899,0.2849115),(0.5426099,0.2890514),(0.5383899,0.2890514),(0.5341746,0.2849115),(0.5299669,0.2849115),(0.5341746,0.2890514),(0.5299669,0.2890514),(0.5383899,0.2931953),(0.5341746,0.2931953),(0.5299669,0.2931953),(0.5341746,0.2973439),(0.529967,0.2973439),(0.5383899,0.2973439),(0.5426099,0.2931953),(0.5426099,0.2973439),(0.52577,0.2849115),(0.5215818,0.2849115),(0.52577,0.2890514),(0.5215818,0.2890514),(0.5174,0.2849115),(0.5132228,0.2849115),(0.5174,0.2890514),(0.5132228,0.2890514),(0.5215818,0.2931953),(0.5174,0.2931953),(0.5132228,0.2931953),(0.5174,0.2973439),(0.5132228,0.2973439),(0.5215818,0.2973439),(0.52577,0.2931953),(0.52577,0.2973439),(0.5090478,0.2849115),(0.5048727,0.2849115),(0.5090478,0.2890514),(0.5048727,0.2890514),(0.5006949,0.2849115),(0.4965119,0.2849115),(0.5006949,0.2890514),(0.4965119,0.2890514),(0.5048727,0.2931953),(0.5006949,0.2931953),(0.4965119,0.2931953),(0.5006949,0.2973439),(0.4965119,0.2973439),(0.5048727,0.2973439),(0.5090478,0.2931953),(0.5090478,0.2973439),(0.4923214,0.2849115),(0.4881234,0.2849115),(0.4923214,0.2890514),(0.4881234,0.2890514),(0.4839184,0.2849115),(0.4797065,0.2849115),(0.4839184,0.2890514),(0.4797065,0.2890514),(0.4881234,0.2931953),(0.4839184,0.2931953),(0.4797065,0.2931953),(0.4839184,0.2973439),(0.4797064,0.2973439),(0.4881234,0.2973439),(0.4923214,0.2931953),(0.4923214,0.2973439),(0.4754879,0.2849115),(0.4712752,0.2849115),(0.4754879,0.2890514),(0.4712752,0.2890514),(0.4670808,0.2849115),(0.4629171,0.2849115),(0.4670808,0.2890514),(0.4629171,0.2890514),(0.4712752,0.2931953),(0.4670808,0.2931953),(0.4629171,0.2931953),(0.4670808,0.2973439),(0.4629171,0.2973439),(0.4712752,0.2973439),(0.4754879,0.2931953),(0.4754879,0.2973439),(0.4587967,0.2849115),(0.4547031,0.2849115),(0.4587967,0.2890514),(0.4547031,0.2890514),(0.4506197,0.2849115),(0.44653,0.2849115),(0.4506197,0.2890514),(0.44653,0.2890514),(0.4547031,0.2931953),(0.4506197,0.2931953),(0.44653,0.2931953),(0.4506197,0.2973439),(0.44653,0.2973439),(0.4547031,0.2973439),(0.4587967,0.2931953),(0.4587967,0.2973439),(0.4424174,0.2849115),(0.4382856,0.2849115),(0.4382856,0.2890514),(0.4424174,0.2890514),(0.4341379,0.2849115),(0.429978,0.2849115),(0.429978,0.2890514),(0.4341379,0.2890514),(0.4341379,0.2931953),(0.4382856,0.2931953),(0.429978,0.2931953),(0.429978,0.2973439),(0.4341379,0.2973439),(0.4382856,0.2973439),(0.4424174,0.2931953),(0.4424174,0.2973439),(0.4258092,0.2849115),(0.4216311,0.2849115),(0.4216312,0.2890514),(0.4258092,0.2890514),(0.4174434,0.2849115),(0.4132456,0.2849115),(0.4132456,0.2890514),(0.4174434,0.2890514),(0.4174434,0.2931953),(0.4216312,0.2931953),(0.4132456,0.2931953),(0.4132456,0.2973439),(0.4174434,0.2973439),(0.4216312,0.2973439),(0.4258092,0.2931953),(0.4258092,0.2973439),(0.4090372,0.2849115),(0.4048201,0.2849115),(0.4048201,0.2890514),(0.4090372,0.2890514),(0.4005963,0.2849115),(0.3963675,0.2849115),(0.3963675,0.2890514),(0.4005963,0.2890514),(0.4005963,0.2931953),(0.4048201,0.2931953),(0.3963675,0.2931953),(0.3963675,0.2973439),(0.4005963,0.2973439),(0.4048201,0.2973439),(0.4090372,0.2931953),(0.4090372,0.2973439),(0.3921357,0.2849115),(0.3879012,0.2849115),(0.3879012,0.2890514),(0.3921357,0.2890514),(0.3836642,0.2849115),(0.3794248,0.2849115),(0.3794249,0.2890514),(0.3836642,0.2890514),(0.3836642,0.2931953),(0.3879012,0.2931953),(0.3794248,0.2931953),(0.3794248,0.2973439),(0.3836642,0.2973439),(0.3879012,0.2973439),(0.3921357,0.2931953),(0.3921357,0.2973439),(0.3751834,0.2849115),(0.3709441,0.2849115),(0.3709441,0.2890514),(0.3751834,0.2890514),(0.3667112,0.2849115),(0.3624887,0.2849115),(0.3624887,0.2890514),(0.3667112,0.2890514),(0.3667112,0.2931953),(0.3709442,0.2931953),(0.3624887,0.2931953),(0.3624887,0.2973439),(0.3667112,0.2973439),(0.3709441,0.2973439),(0.3751834,0.2931953),(0.3751834,0.2973439),(0.358281,0.2849115),(0.3540821,0.2849115),(0.3540821,0.2890514),(0.358281,0.2890514),(0.3498864,0.2849115),(0.3456882,0.2849115),(0.3456882,0.2890514),(0.3498864,0.2890514),(0.3498864,0.2931953),(0.3540821,0.2931953),(0.3456882,0.2931953),(0.3456882,0.2973439),(0.3498864,0.2973439),(0.3540821,0.2973439),(0.3582809,0.2931953),(0.358281,0.2973439),(0.3414817,0.2849115),(0.3372694,0.2849115),(0.3372695,0.2890514),(0.3414817,0.2890514),(0.3330541,0.2849115),(0.3288383,0.2849115),(0.3288383,0.2890514),(0.3330541,0.2890514),(0.3330541,0.2931953),(0.3372695,0.2931953),(0.3288383,0.2931953),(0.3288383,0.2973439),(0.3330541,0.2973439),(0.3372695,0.2973439),(0.3414817,0.2931953),(0.3414817,0.2973439),(0.3246247,0.2849115),(0.3204179,0.2849115),(0.3204179,0.2890514),(0.3246247,0.2890514),(0.3162228,0.2849115),(0.3120441,0.2849115),(0.3120441,0.2890514),(0.3162228,0.2890514),(0.3162228,0.2931953),(0.3204179,0.2931953),(0.3120441,0.2931953),(0.3120441,0.2973439),(0.3162228,0.2973439),(0.3204179,0.2973439),(0.3246247,0.2931953),(0.3246247,0.2973439),(0.3078868,0.2849115),(0.3037427,0.2849115),(0.3037427,0.2890514),(0.3078868,0.2890514),(0.2996041,0.2849115),(0.2954631,0.2849115),(0.2954631,0.2890514),(0.2996041,0.2890514),(0.2996041,0.2931953),(0.3037428,0.2931953),(0.2954631,0.2931953),(0.2954631,0.2973439),(0.2996041,0.2973439),(0.3037427,0.2973439),(0.3078868,0.2931953),(0.3078868,0.2973439),(0.2913116,0.2849115),(0.2871543,0.2849115),(0.2871543,0.2890514),(0.2913116,0.2890514),(0.2829956,0.2849115),(0.2788399,0.2849115),(0.2788399,0.2890514),(0.2829956,0.2890514),(0.2829956,0.2931953),(0.2871543,0.2931953),(0.2788399,0.2931953),(0.2788399,0.2973439),(0.2829956,0.2973439),(0.2871543,0.2973439),(0.2913116,0.2931953),(0.2913116,0.2973439),(0.2746918,0.2849115),(0.2705556,0.2849115),(0.2705556,0.2890514),(0.2746918,0.2890514),(0.2664356,0.2849115),(0.262336,0.2849115),(0.262336,0.2890514),(0.2664356,0.2890514),(0.2664356,0.2931953),(0.2705556,0.2931953),(0.262336,0.2931953),(0.262336,0.2973439),(0.2664356,0.2973439),(0.2705556,0.2973439),(0.2746918,0.2931953),(0.2746918,0.2973439),(0.2582613,0.2849115),(0.254209,0.2849115),(0.254209,0.2890514),(0.2582613,0.2890514),(0.2501769,0.2849115),(0.2461624,0.2849115),(0.2461624,0.2890514),(0.2501769,0.2890514),(0.2501769,0.2931953),(0.254209,0.2931953),(0.2461624,0.2931953),(0.2461624,0.2973439),(0.2501769,0.2973439),(0.254209,0.2973439),(0.2582613,0.2931953),(0.2582613,0.2973439),(0.2421634,0.2849115),(0.238164,0.2849115),(0.238164,0.2890514),(0.2421634,0.2890514),(0.2341487,0.2849115),(0.2301017,0.2849115),(0.2301017,0.2890514),(0.2341487,0.2890514),(0.2341487,0.2931953),(0.238164,0.2931953),(0.2301017,0.2931953),(0.2301017,0.2973439),(0.2341487,0.2973439),(0.238164,0.2973439),(0.2421634,0.2931953),(0.2421634,0.2973439),(0.2260074,0.2849115),(0.2218787,0.2849115),(0.2218787,0.2890514),(0.2260074,0.2890514),(0.2177283,0.2849115),(0.2135691,0.2849115),(0.2135692,0.2890514),(0.2177283,0.2890514),(0.2177283,0.2931953),(0.2218787,0.2931953),(0.2135691,0.2931953),(0.2135692,0.2973439),(0.2177283,0.2973439),(0.2218787,0.2973439),(0.2260074,0.2931953),(0.2260074,0.2973439),(0.2094141,0.2849115),(0.2052627,0.2849115),(0.2052627,0.2890514),(0.2094141,0.2890514),(0.2011147,0.2849115),(0.1969699,0.2849115),(0.1969699,0.2890514),(0.2011147,0.2890514),(0.2011147,0.2931953),(0.2052627,0.2931953),(0.1969699,0.2931953),(0.1969699,0.2973439),(0.2011147,0.2973439),(0.2052627,0.2973439),(0.2094141,0.2931953),(0.2094141,0.2973439),(0.1928277,0.2849115),(0.1886888,0.2849115),(0.1886888,0.2890514),(0.1928277,0.2890514),(0.1845533,0.2849115),(0.1804218,0.2849115),(0.1804218,0.2890514),(0.1845533,0.2890514),(0.1845533,0.2931953),(0.1886888,0.2931953),(0.1804218,0.2931953),(0.1804218,0.2973439),(0.1845533,0.2973439),(0.1886888,0.2973439),(0.1928277,0.2931953),(0.1928277,0.2973439),(0.1762946,0.2849115),(0.1721701,0.2849115),(0.1721701,0.2890514),(0.1762946,0.2890514),(0.1680468,0.2849115),(0.163923,0.2849115),(0.163923,0.2890514),(0.1680468,0.2890514),(0.1680468,0.2931953),(0.1721701,0.2931953),(0.163923,0.2931953),(0.163923,0.2973439),(0.1680468,0.2973439),(0.1721701,0.2973439),(0.1762946,0.2931953),(0.1762946,0.2973439),(0.1597973,0.2849115),(0.1556691,0.2849115),(0.1556691,0.2890514),(0.1597973,0.2890514),(0.1515382,0.2849115),(0.1474041,0.2849115),(0.1474041,0.2890514),(0.1515382,0.2890514),(0.1515382,0.2931953),(0.1556691,0.2931953),(0.1474041,0.2931953),(0.1515382,0.2973439),(0.1474041,0.2973439),(0.1556691,0.2973439),(0.1597973,0.2931953),(0.1597973,0.2973439),(0.1432664,0.2849115),(0.1391259,0.2849115),(0.1432664,0.2890514),(0.1391259,0.2890514),(0.134983,0.2849115),(0.1308385,0.2849115),(0.134983,0.2890514),(0.1308385,0.2890514),(0.1391259,0.2931953),(0.134983,0.2931953),(0.1308385,0.2931953),(0.134983,0.2973439),(0.1308385,0.2973439),(0.1391259,0.2973439),(0.1432664,0.2931953),(0.1432664,0.2973439),(0.126693,0.2849115),(0.12255,0.2849115),(0.126693,0.2890514),(0.12255,0.2890514),(0.1184131,0.2849115),(0.1142857,0.2849115),(0.1184131,0.2890514),(0.1142857,0.2890514),(0.12255,0.2931953),(0.1184131,0.2931953),(0.1142857,0.2931953),(0.1184131,0.2973439),(0.1142857,0.2973439),(0.12255,0.2973439),(0.126693,0.2931953),(0.126693,0.2973439),(0.1101713,0.2849115),(0.1060752,0.2849115),(0.1101713,0.2890514),(0.1060752,0.2890514),(0.1020023,0.2849115),(0.09795791,0.2849115),(0.1020023,0.2890514),(0.09795791,0.2890514),(0.1060752,0.2931953),(0.1020023,0.2931953),(0.09795791,0.2931953),(0.1020023,0.2973439),(0.09795791,0.2973439),(0.1060752,0.2973439),(0.1101713,0.2931953),(0.1101713,0.2973439),(0.09394707,0.2849115),(0.08994583,0.2849115),(0.09394707,0.2890514),(0.08994584,0.2890514),(0.08593026,0.2849115),(0.08187638,0.2849115),(0.08187637,0.2890514),(0.08593025,0.2890514),(0.08593026,0.2931953),(0.08994584,0.2931953),(0.08187638,0.2931953),(0.08187638,0.2973439),(0.08593026,0.2973439),(0.08994584,0.2973439),(0.09394707,0.2931953),(0.09394707,0.2973439),(0.07776025,0.2849115),(0.07361087,0.2849115),(0.07361087,0.2890514),(0.07776025,0.2890514),(0.06945725,0.2849115),(0.06532837,0.2849115),(0.06945725,0.2890514),(0.06532837,0.2890514),(0.07361087,0.2931953),(0.06945725,0.2931953),(0.06532837,0.2931953),(0.06945725,0.2973439),(0.06532837,0.2973439),(0.07361087,0.2973439),(0.07776025,0.2931953),(0.07776025,0.2973439),(0.06125325,0.2849115),(0.05721605,0.2849115),(0.06125325,0.2890514),(0.05721604,0.2890514),(0.05320094,0.2849115),(0.0491921,0.2849115),(0.05320094,0.2890514),(0.04919209,0.2890514),(0.05721605,0.2931953),(0.05320094,0.2931953),(0.0491921,0.2931953),(0.05320094,0.2973439),(0.04919209,0.2973439),(0.05721605,0.2973439),(0.06125325,0.2931953),(0.06125325,0.2973439),(0.04517369,0.2849115),(0.04115105,0.2849115),(0.04517369,0.2890514),(0.04115105,0.2890514),(0.0371295,0.2849115),(0.03311438,0.2849115),(0.0371295,0.2890514),(0.03311437,0.2890514),(0.04115105,0.2931953),(0.0371295,0.2931953),(0.03311438,0.2931953),(0.0371295,0.2973439),(0.03311438,0.2973439),(0.04115105,0.2973439),(0.04517369,0.2931953),(0.04517369,0.2973439),(0.029111,0.2849115),(0.02511186,0.2849115),(0.029111,0.2890514),(0.02511186,0.2890514),(0.02110944,0.2849115),(0.01709622,0.2849115),(0.02110944,0.2890514),(0.01709622,0.2890514),(0.02511186,0.2931953),(0.02110944,0.2931953),(0.01709622,0.2931953),(0.02110944,0.2973439),(0.01709622,0.2973439),(0.02511186,0.2973439),(0.029111,0.2931953),(0.029111,0.2973439),(0.01306469,0.2849115),(0.009019421,0.2849112),(0.01306469,0.2890514),(0.009019421,0.2890512),(0.004965,0.2849103),(0.000906,0.2849092),(0.004965,0.2890505),(0.000906,0.2890495),(0.009019421,0.2931946),(0.004965,0.2931926),(0.000906,0.2931898),(0.004965,0.2973397),(0.000906,0.29733),(0.009019421,0.2973428),(0.01306469,0.2931953),(0.01306469,0.2973439),(0.999094,0.3014925),(0.9951518,0.3014953),(0.9912093,0.3014973),(0.9951518,0.3056565),(0.9912093,0.3056576),(0.999094,0.305655),(0.9872664,0.3014981),(0.983323,0.3014981),(0.9872664,0.305658),(0.983323,0.305658),(0.9912093,0.3098232),(0.9872664,0.309824),(0.983323,0.309824),(0.9872664,0.3139964),(0.983323,0.3139964),(0.9912093,0.3139951),(0.999094,0.3098175),(0.9951518,0.3098208),(0.9951518,0.3139914),(0.999094,0.31398),(0.9793787,0.3014981),(0.9754275,0.3014981),(0.9793787,0.305658),(0.9754274,0.305658),(0.9714631,0.3014981),(0.9674796,0.3014981),(0.9714631,0.305658),(0.9674796,0.305658),(0.9754274,0.309824),(0.9714631,0.309824),(0.9674796,0.309824),(0.9714631,0.3139964),(0.9674796,0.3139964),(0.9754274,0.3139964),(0.9793787,0.309824),(0.9793787,0.3139964),(0.9634706,0.3014981),(0.9594426,0.3014981),(0.9594426,0.305658),(0.9634707,0.305658),(0.9554016,0.3014981),(0.9513539,0.3014981),(0.9513539,0.305658),(0.9554016,0.305658),(0.9594426,0.309824),(0.9554016,0.309824),(0.9513539,0.309824),(0.9554016,0.3139964),(0.9513539,0.3139964),(0.9594425,0.3139964),(0.9634707,0.309824),(0.9634706,0.3139964),(0.9473058,0.3014981),(0.9432498,0.3014981),(0.9432497,0.305658),(0.9473058,0.305658),(0.9391782,0.3014981),(0.9350839,0.3014981),(0.9350839,0.305658),(0.9391783,0.305658),(0.9432497,0.309824),(0.9391782,0.309824),(0.9350839,0.309824),(0.9391783,0.3139964),(0.9350839,0.3139964),(0.9432497,0.3139964),(0.9473058,0.309824),(0.9473058,0.3139964),(0.930959,0.3014981),(0.9268106,0.3014981),(0.930959,0.305658),(0.9268106,0.305658),(0.9226453,0.3014981),(0.9184701,0.3014981),(0.9226453,0.305658),(0.9184701,0.305658),(0.9268106,0.309824),(0.9226453,0.309824),(0.9184701,0.309824),(0.9226453,0.3139964),(0.9184701,0.3139964),(0.9268106,0.3139964),(0.930959,0.309824),(0.930959,0.3139964),(0.9142919,0.3014981),(0.910111,0.3014981),(0.9142919,0.305658),(0.9101109,0.305658),(0.9059278,0.3014981),(0.9017429,0.3014981),(0.9059278,0.305658),(0.9017429,0.305658),(0.910111,0.309824),(0.9059278,0.309824),(0.9017429,0.309824),(0.9059278,0.3139964),(0.9017428,0.3139964),(0.9101109,0.3139964),(0.9142919,0.309824),(0.9142919,0.3139964),(0.8975567,0.3014981),(0.8933688,0.3014981),(0.8975567,0.305658),(0.8933688,0.305658),(0.8891787,0.3014981),(0.8849859,0.3014981),(0.8891788,0.305658),(0.8849859,0.305658),(0.8933688,0.309824),(0.8891787,0.309824),(0.8849859,0.309824),(0.8849859,0.3139964),(0.8891788,0.3139964),(0.8933688,0.3139964),(0.8975567,0.309824),(0.8975567,0.3139964),(0.8807898,0.3014981),(0.8765806,0.3014981),(0.8807898,0.305658),(0.8765807,0.305658),(0.8723488,0.3014981),(0.8680845,0.3014981),(0.8723488,0.305658),(0.8680845,0.305658),(0.8723488,0.309824),(0.8765806,0.309824),(0.8680845,0.309824),(0.8680845,0.3139964),(0.8723488,0.3139964),(0.8765806,0.3139964),(0.8807898,0.309824),(0.8807898,0.3139964),(0.8637781,0.3014981),(0.8594491,0.3014981),(0.8637781,0.305658),(0.8594491,0.305658),(0.8551173,0.3014981),(0.8508024,0.3014981),(0.8508024,0.305658),(0.8551173,0.305658),(0.8551173,0.309824),(0.8594491,0.309824),(0.8508024,0.309824),(0.8508024,0.3139964),(0.8551173,0.3139964),(0.859449,0.3139964),(0.8637781,0.309824),(0.8637781,0.3139964),(0.846524,0.3014981),(0.8422731,0.3014981),(0.8422731,0.305658),(0.846524,0.305658),(0.8380403,0.3014981),(0.8338165,0.3014981),(0.8380403,0.305658),(0.8338165,0.305658),(0.8422731,0.309824),(0.8380403,0.309824),(0.8338165,0.309824),(0.8380404,0.3139964),(0.8338165,0.3139964),(0.8422731,0.3139964),(0.846524,0.309824),(0.846524,0.3139964),(0.8295926,0.3014981),(0.8253628,0.3014981),(0.8295926,0.305658),(0.8253628,0.305658),(0.8211217,0.3014981),(0.8168637,0.3014981),(0.8211217,0.305658),(0.8168637,0.305658),(0.8253628,0.309824),(0.8211217,0.309824),(0.8168637,0.309824),(0.8211217,0.3139964),(0.8168637,0.3139964),(0.8253628,0.3139964),(0.8295926,0.309824),(0.8295926,0.3139964),(0.8125832,0.3014981),(0.8082899,0.3014981),(0.8125832,0.305658),(0.8082899,0.305658),(0.8039935,0.3014981),(0.7997035,0.3014981),(0.8039935,0.305658),(0.7997035,0.305658),(0.8082899,0.309824),(0.8039935,0.309824),(0.7997035,0.309824),(0.8039935,0.3139964),(0.7997035,0.3139964),(0.8082899,0.3139964),(0.8125832,0.309824),(0.8125832,0.3139964),(0.7954297,0.3014981),(0.7911757,0.3014981),(0.7954297,0.305658),(0.7911757,0.305658),(0.7869452,0.3014981),(0.7827417,0.3014981),(0.7869452,0.305658),(0.7827417,0.305658),(0.7911757,0.309824),(0.7869452,0.309824),(0.7827417,0.309824),(0.7869452,0.3139964),(0.7827417,0.3139964),(0.7911757,0.3139964),(0.7954297,0.309824),(0.7954297,0.3139964),(0.7785689,0.3014981),(0.7744211,0.3014981),(0.7785689,0.305658),(0.7744212,0.305658),(0.7702925,0.3014981),(0.7661775,0.3014981),(0.7702925,0.305658),(0.7661775,0.305658),(0.7744212,0.309824),(0.7702925,0.309824),(0.7661775,0.309824),(0.7702925,0.3139964),(0.7661775,0.3139964),(0.7744212,0.3139964),(0.778569,0.309824),(0.778569,0.3139964),(0.7620703,0.3014981),(0.757961,0.3014981),(0.7620703,0.305658),(0.757961,0.305658),(0.7538399,0.3014981),(0.7496969,0.3014981),(0.7538399,0.305658),(0.7496969,0.305658),(0.757961,0.309824),(0.7538399,0.309824),(0.7496969,0.309824),(0.7538399,0.3139964),(0.7496969,0.3139964),(0.757961,0.3139964),(0.7620703,0.309824),(0.7620703,0.3139964),(0.7455223,0.3014981),(0.7413244,0.3014981),(0.7455223,0.305658),(0.7413245,0.305658),(0.7371117,0.3014981),(0.7328922,0.3014981),(0.7371117,0.305658),(0.7328923,0.305658),(0.7413245,0.309824),(0.7371117,0.309824),(0.7328922,0.309824),(0.7371117,0.3139964),(0.7328922,0.3139964),(0.7413245,0.3139964),(0.7455223,0.309824),(0.7455223,0.3139964),(0.7286744,0.3014981),(0.7244572,0.3014981),(0.7286744,0.305658),(0.7244572,0.305658),(0.7202395,0.3014981),(0.71602,0.3014981),(0.7202395,0.305658),(0.71602,0.305658),(0.7244572,0.309824),(0.7202395,0.309824),(0.71602,0.309824),(0.7202394,0.3139964),(0.71602,0.3139964),(0.7244572,0.3139964),(0.7286744,0.309824),(0.7286744,0.3139964),(0.7117977,0.3014981),(0.7075742,0.3014981),(0.7117977,0.305658),(0.7075742,0.305658),(0.7033514,0.3014981),(0.6991307,0.3014981),(0.7033514,0.305658),(0.6991307,0.305658),(0.7075742,0.309824),(0.7033514,0.309824),(0.6991307,0.309824),(0.7033514,0.3139964),(0.6991307,0.3139964),(0.7075742,0.3139964),(0.7117977,0.309824),(0.7117977,0.3139964),(0.6949139,0.3014981),(0.6906992,0.3014981),(0.6949139,0.305658),(0.6906992,0.305658),(0.6864849,0.3014981),(0.6822694,0.3014981),(0.6864849,0.305658),(0.6822693,0.305658),(0.6906992,0.309824),(0.6864849,0.309824),(0.6822694,0.309824),(0.6864849,0.3139964),(0.6822693,0.3139964),(0.6906992,0.3139964),(0.6949139,0.309824),(0.6949139,0.3139964),(0.6780508,0.3014981),(0.6738272,0.3014981),(0.6780507,0.305658),(0.6738272,0.305658),(0.6695971,0.3014981),(0.6653587,0.3014981),(0.6695971,0.305658),(0.6653587,0.305658),(0.6738272,0.309824),(0.6695971,0.309824),(0.6653587,0.309824),(0.6695971,0.3139964),(0.6653587,0.3139964),(0.6738272,0.3139964),(0.6780508,0.309824),(0.6780507,0.3139964),(0.6611102,0.3014981),(0.6568571,0.3014981),(0.6611102,0.305658),(0.6568571,0.305658),(0.6526053,0.3014981),(0.6483604,0.3014981),(0.6526054,0.305658),(0.6483604,0.305658),(0.6568571,0.309824),(0.6526054,0.309824),(0.6483604,0.309824),(0.6526053,0.3139964),(0.6483604,0.3139964),(0.6568571,0.3139964),(0.6611102,0.309824),(0.6611102,0.3139964),(0.6441281,0.3014981),(0.6399043,0.3014981),(0.6441281,0.305658),(0.6399043,0.305658),(0.635685,0.3014981),(0.6314663,0.3014981),(0.635685,0.305658),(0.6314663,0.305658),(0.6399043,0.309824),(0.635685,0.309824),(0.6314663,0.309824),(0.635685,0.3139964),(0.6314663,0.3139964),(0.6399043,0.3139964),(0.6441281,0.309824),(0.6441281,0.3139964),(0.627244,0.3014981),(0.6230208,0.3014981),(0.627244,0.305658),(0.6230209,0.305658),(0.6187993,0.3014981),(0.6145822,0.3014981),(0.6187993,0.305658),(0.6145822,0.305658),(0.6230208,0.309824),(0.6187993,0.309824),(0.6145822,0.309824),(0.6187993,0.3139964),(0.6145822,0.3139964),(0.6230209,0.3139964),(0.627244,0.309824),(0.627244,0.3139964),(0.6103719,0.3014981),(0.6061606,0.3014981),(0.6103719,0.305658),(0.6061606,0.305658),(0.6019406,0.3014981),(0.5977041,0.3014981),(0.6019406,0.305658),(0.5977041,0.305658),(0.6061606,0.309824),(0.6019406,0.309824),(0.5977041,0.309824),(0.6019406,0.3139964),(0.5977041,0.3139964),(0.6061606,0.3139964),(0.6103719,0.309824),(0.6103719,0.3139964),(0.5934432,0.3014981),(0.589169,0.3014981),(0.5934432,0.305658),(0.589169,0.305658),(0.5848927,0.3014981),(0.5806257,0.3014981),(0.5848927,0.305658),(0.5806257,0.305658),(0.589169,0.309824),(0.5848927,0.309824),(0.5806257,0.309824),(0.5848927,0.3139964),(0.5806257,0.3139964),(0.589169,0.3139964),(0.5934432,0.309824),(0.5934432,0.3139964),(0.5763788,0.3014981),(0.572147,0.3014981),(0.5763788,0.305658),(0.572147,0.305658),(0.567925,0.3014981),(0.5637077,0.3014981),(0.567925,0.305658),(0.5637077,0.305658),(0.572147,0.309824),(0.567925,0.309824),(0.5637077,0.309824),(0.567925,0.3139964),(0.5637077,0.3139964),(0.572147,0.3139964),(0.5763788,0.309824),(0.5763788,0.3139964),(0.55949,0.3014981),(0.5552715,0.3014981),(0.55949,0.305658),(0.5552715,0.305658),(0.5510522,0.3014981),(0.5468317,0.3014981),(0.5510522,0.305658),(0.5468317,0.305658),(0.5552715,0.309824),(0.5510522,0.309824),(0.5468317,0.309824),(0.5510522,0.3139964),(0.5468317,0.3139964),(0.5552715,0.3139964),(0.55949,0.309824),(0.55949,0.3139964),(0.5426099,0.3014981),(0.5383899,0.3014981),(0.5426099,0.305658),(0.5383899,0.305658),(0.5341746,0.3014981),(0.5299669,0.3014981),(0.5341746,0.305658),(0.5299669,0.305658),(0.5383899,0.309824),(0.5341746,0.309824),(0.5299669,0.309824),(0.5341746,0.3139964),(0.529967,0.3139964),(0.5383899,0.3139964),(0.5426099,0.309824),(0.5426099,0.3139964),(0.52577,0.3014981),(0.5215818,0.3014981),(0.52577,0.305658),(0.5215818,0.305658),(0.5174,0.3014981),(0.5132228,0.3014981),(0.5174,0.305658),(0.5132228,0.305658),(0.5215818,0.309824),(0.5174,0.309824),(0.5132228,0.309824),(0.5174,0.3139964),(0.5132228,0.3139964),(0.5215818,0.3139964),(0.52577,0.309824),(0.52577,0.3139964),(0.5090478,0.3014981),(0.5048727,0.3014981),(0.5090478,0.305658),(0.5048727,0.305658),(0.5006949,0.3014981),(0.4965119,0.3014981),(0.5006949,0.305658),(0.4965119,0.305658),(0.5048727,0.309824),(0.5006949,0.309824),(0.4965119,0.309824),(0.5006949,0.3139964),(0.4965119,0.3139964),(0.5048727,0.3139964),(0.5090478,0.309824),(0.5090478,0.3139964),(0.4923214,0.3014981),(0.4881234,0.3014981),(0.4923214,0.305658),(0.4881234,0.305658),(0.4839184,0.3014981),(0.4797065,0.3014981),(0.4839184,0.305658),(0.4797065,0.305658),(0.4881234,0.309824),(0.4839184,0.309824),(0.4797065,0.309824),(0.4839184,0.3139964),(0.4797064,0.3139964),(0.4881234,0.3139964),(0.4923214,0.309824),(0.4923214,0.3139964),(0.4754879,0.3014981),(0.4712752,0.3014981),(0.4754879,0.305658),(0.4712752,0.305658),(0.4670808,0.3014981),(0.4629171,0.3014981),(0.4670808,0.305658),(0.4629171,0.305658),(0.4712752,0.309824),(0.4670808,0.309824),(0.4629171,0.309824),(0.4670808,0.3139964),(0.4629171,0.3139964),(0.4712752,0.3139964),(0.4754879,0.309824),(0.4754879,0.3139964),(0.4587967,0.3014981),(0.4547031,0.3014981),(0.4587967,0.305658),(0.4547031,0.305658),(0.4506197,0.3014981),(0.44653,0.3014981),(0.4506197,0.305658),(0.44653,0.305658),(0.4547031,0.309824),(0.4506197,0.309824),(0.44653,0.309824),(0.4506197,0.3139964),(0.44653,0.3139964),(0.4547031,0.3139964),(0.4587967,0.309824),(0.4587967,0.3139964),(0.4424174,0.3014981),(0.4382856,0.3014981),(0.4382856,0.305658),(0.4424174,0.305658),(0.4341379,0.3014981),(0.429978,0.3014981),(0.429978,0.305658),(0.4341379,0.305658),(0.4341379,0.309824),(0.4382856,0.309824),(0.429978,0.309824),(0.429978,0.3139964),(0.4341379,0.3139964),(0.4382856,0.3139964),(0.4424174,0.309824),(0.4424174,0.3139964),(0.4258092,0.3014981),(0.4216311,0.3014981),(0.4216312,0.305658),(0.4258092,0.305658),(0.4174434,0.3014981),(0.4132456,0.3014981),(0.4132456,0.305658),(0.4174434,0.305658),(0.4174434,0.309824),(0.4216312,0.309824),(0.4132456,0.309824),(0.4132456,0.3139964),(0.4174434,0.3139964),(0.4216312,0.3139964),(0.4258092,0.309824),(0.4258092,0.3139964),(0.4090372,0.3014981),(0.4048201,0.3014981),(0.4048201,0.305658),(0.4090372,0.305658),(0.4005963,0.3014981),(0.3963675,0.3014981),(0.3963675,0.305658),(0.4005963,0.305658),(0.4005963,0.309824),(0.4048201,0.309824),(0.3963675,0.309824),(0.3963675,0.3139964),(0.4005963,0.3139964),(0.4048201,0.3139964),(0.4090372,0.309824),(0.4090372,0.3139964),(0.3921357,0.3014981),(0.3879012,0.3014981),(0.3879012,0.305658),(0.3921357,0.305658),(0.3836642,0.3014981),(0.3794248,0.3014981),(0.3794249,0.305658),(0.3836642,0.305658),(0.3836642,0.309824),(0.3879012,0.309824),(0.3794248,0.309824),(0.3794248,0.3139964),(0.3836642,0.3139964),(0.3879012,0.3139964),(0.3921357,0.309824),(0.3921357,0.3139964),(0.3751834,0.3014981),(0.3709441,0.3014981),(0.3709441,0.305658),(0.3751834,0.305658),(0.3667112,0.3014981),(0.3624887,0.3014981),(0.3624887,0.305658),(0.3667112,0.305658),(0.3667112,0.309824),(0.3709442,0.309824),(0.3624887,0.309824),(0.3624887,0.3139964),(0.3667112,0.3139964),(0.3709441,0.3139964),(0.3751834,0.309824),(0.3751834,0.3139964),(0.358281,0.3014981),(0.3540821,0.3014981),(0.3540821,0.305658),(0.358281,0.305658),(0.3498864,0.3014981),(0.3456882,0.3014981),(0.3456882,0.305658),(0.3498864,0.305658),(0.3498864,0.309824),(0.3540821,0.309824),(0.3456882,0.309824),(0.3456882,0.3139964),(0.3498864,0.3139964),(0.3540821,0.3139964),(0.3582809,0.309824),(0.358281,0.3139964),(0.3414817,0.3014981),(0.3372694,0.3014981),(0.3372695,0.305658),(0.3414817,0.305658),(0.3330541,0.3014981),(0.3288383,0.3014981),(0.3288383,0.305658),(0.3330541,0.305658),(0.3330541,0.309824),(0.3372695,0.309824),(0.3288383,0.309824),(0.3288383,0.3139964),(0.3330541,0.3139964),(0.3372695,0.3139964),(0.3414817,0.309824),(0.3414817,0.3139964),(0.3246247,0.3014981),(0.3204179,0.3014981),(0.3204179,0.305658),(0.3246247,0.305658),(0.3162228,0.3014981),(0.3120441,0.3014981),(0.3120441,0.305658),(0.3162228,0.305658),(0.3162228,0.309824),(0.3204179,0.309824),(0.3120441,0.309824),(0.3120441,0.3139964),(0.3162228,0.3139964),(0.3204179,0.3139964),(0.3246247,0.309824),(0.3246247,0.3139964),(0.3078868,0.3014981),(0.3037427,0.3014981),(0.3037427,0.305658),(0.3078868,0.305658),(0.2996041,0.3014981),(0.2954631,0.3014981),(0.2954631,0.305658),(0.2996041,0.305658),(0.2996041,0.309824),(0.3037428,0.309824),(0.2954631,0.309824),(0.2954631,0.3139964),(0.2996041,0.3139964),(0.3037427,0.3139964),(0.3078868,0.309824),(0.3078868,0.3139964),(0.2913116,0.3014981),(0.2871543,0.3014981),(0.2871543,0.305658),(0.2913116,0.305658),(0.2829956,0.3014981),(0.2788399,0.3014981),(0.2788399,0.305658),(0.2829956,0.305658),(0.2829956,0.309824),(0.2871543,0.309824),(0.2788399,0.309824),(0.2788399,0.3139964),(0.2829956,0.3139964),(0.2871543,0.3139964),(0.2913116,0.309824),(0.2913116,0.3139964),(0.2746918,0.3014981),(0.2705556,0.3014981),(0.2705556,0.305658),(0.2746918,0.305658),(0.2664356,0.3014981),(0.262336,0.3014981),(0.262336,0.305658),(0.2664356,0.305658),(0.2664356,0.309824),(0.2705556,0.309824),(0.262336,0.309824),(0.262336,0.3139964),(0.2664356,0.3139964),(0.2705556,0.3139964),(0.2746918,0.309824),(0.2746918,0.3139964),(0.2582613,0.3014981),(0.254209,0.3014981),(0.254209,0.305658),(0.2582613,0.305658),(0.2501769,0.3014981),(0.2461624,0.3014981),(0.2461624,0.305658),(0.2501769,0.305658),(0.2501769,0.309824),(0.254209,0.309824),(0.2461624,0.309824),(0.2461624,0.3139964),(0.2501769,0.3139964),(0.254209,0.3139964),(0.2582613,0.309824),(0.2582613,0.3139964),(0.2421634,0.3014981),(0.238164,0.3014981),(0.238164,0.305658),(0.2421634,0.305658),(0.2341487,0.3014981),(0.2301017,0.3014981),(0.2301017,0.305658),(0.2341487,0.305658),(0.2341487,0.309824),(0.238164,0.309824),(0.2301017,0.309824),(0.2301017,0.3139964),(0.2341487,0.3139964),(0.238164,0.3139964),(0.2421634,0.309824),(0.2421634,0.3139964),(0.2260074,0.3014981),(0.2218787,0.3014981),(0.2218787,0.305658),(0.2260074,0.305658),(0.2177283,0.3014981),(0.2135691,0.3014981),(0.2135692,0.305658),(0.2177283,0.305658),(0.2177283,0.309824),(0.2218787,0.309824),(0.2135691,0.309824),(0.2135692,0.3139964),(0.2177283,0.3139964),(0.2218787,0.3139964),(0.2260074,0.309824),(0.2260074,0.3139964),(0.2094141,0.3014981),(0.2052627,0.3014981),(0.2052627,0.305658),(0.2094141,0.305658),(0.2011147,0.3014981),(0.1969699,0.3014981),(0.1969699,0.305658),(0.2011147,0.305658),(0.2011147,0.309824),(0.2052627,0.309824),(0.1969699,0.309824),(0.1969699,0.3139964),(0.2011147,0.3139964),(0.2052627,0.3139964),(0.2094141,0.309824),(0.2094141,0.3139964),(0.1928277,0.3014981),(0.1886888,0.3014981),(0.1886888,0.305658),(0.1928277,0.305658),(0.1845533,0.3014981),(0.1804218,0.3014981),(0.1804218,0.305658),(0.1845533,0.305658),(0.1845533,0.309824),(0.1886888,0.309824),(0.1804218,0.309824),(0.1804218,0.3139964),(0.1845533,0.3139964),(0.1886888,0.3139964),(0.1928277,0.309824),(0.1928277,0.3139964),(0.1762946,0.3014981),(0.1721701,0.3014981),(0.1721701,0.305658),(0.1762946,0.305658),(0.1680468,0.3014981),(0.163923,0.3014981),(0.163923,0.305658),(0.1680468,0.305658),(0.1680468,0.309824),(0.1721701,0.309824),(0.163923,0.309824),(0.163923,0.3139964),(0.1680468,0.3139964),(0.1721701,0.3139964),(0.1762946,0.309824),(0.1762946,0.3139964),(0.1597973,0.3014981),(0.1556691,0.3014981),(0.1556691,0.305658),(0.1597973,0.305658),(0.1515382,0.3014981),(0.1474041,0.3014981),(0.1515382,0.305658),(0.1474041,0.305658),(0.1556691,0.309824),(0.1515382,0.309824),(0.1474041,0.309824),(0.1515382,0.3139964),(0.1474041,0.3139964),(0.1556691,0.3139964),(0.1597973,0.309824),(0.1597973,0.3139964),(0.1432664,0.3014981),(0.1391259,0.3014981),(0.1432664,0.305658),(0.1391259,0.305658),(0.134983,0.3014981),(0.1308385,0.3014981),(0.134983,0.305658),(0.1308385,0.305658),(0.1391259,0.309824),(0.134983,0.309824),(0.1308385,0.309824),(0.134983,0.3139964),(0.1308385,0.3139964),(0.1391259,0.3139964),(0.1432664,0.309824),(0.1432664,0.3139964),(0.126693,0.3014981),(0.12255,0.3014981),(0.126693,0.305658),(0.12255,0.305658),(0.1184131,0.3014981),(0.1142857,0.3014981),(0.1184131,0.305658),(0.1142857,0.305658),(0.12255,0.309824),(0.1184131,0.309824),(0.1142857,0.309824),(0.1142857,0.3139964),(0.1184131,0.3139964),(0.12255,0.3139964),(0.126693,0.309824),(0.126693,0.3139964),(0.1101713,0.3014981),(0.1060752,0.3014981),(0.1101713,0.305658),(0.1060752,0.305658),(0.1020023,0.3014981),(0.09795791,0.3014981),(0.1020023,0.305658),(0.09795791,0.305658),(0.1060752,0.309824),(0.1020023,0.309824),(0.09795791,0.309824),(0.09795791,0.3139964),(0.1020023,0.3139964),(0.1060752,0.3139964),(0.1101713,0.309824),(0.1101713,0.3139964),(0.09394707,0.3014981),(0.08994583,0.3014981),(0.09394707,0.305658),(0.08994584,0.305658),(0.08593026,0.3014981),(0.08187638,0.3014981),(0.08593025,0.305658),(0.08187637,0.305658),(0.08994584,0.309824),(0.08593026,0.309824),(0.08187638,0.309824),(0.08593026,0.3139964),(0.08187638,0.3139964),(0.08994584,0.3139964),(0.09394707,0.309824),(0.09394707,0.3139964),(0.07776025,0.3014981),(0.07361087,0.3014981),(0.07776025,0.305658),(0.07361087,0.305658),(0.06945725,0.3014981),(0.06532837,0.3014981),(0.06945725,0.305658),(0.06532837,0.305658),(0.07361087,0.309824),(0.06945725,0.309824),(0.06532837,0.309824),(0.06945725,0.3139964),(0.06532837,0.3139964),(0.07361087,0.3139964),(0.07776025,0.309824),(0.07776025,0.3139964),(0.06125325,0.3014981),(0.05721605,0.3014981),(0.06125325,0.305658),(0.05721604,0.305658),(0.05320094,0.3014981),(0.0491921,0.3014981),(0.05320094,0.305658),(0.04919209,0.305658),(0.05721605,0.309824),(0.05320094,0.309824),(0.0491921,0.309824),(0.05320094,0.3139964),(0.04919209,0.3139964),(0.05721605,0.3139964),(0.06125325,0.309824),(0.06125325,0.3139964),(0.04517369,0.3014981),(0.04115105,0.3014981),(0.04517369,0.305658),(0.04115105,0.305658),(0.0371295,0.3014981),(0.03311438,0.3014981),(0.0371295,0.305658),(0.03311437,0.305658),(0.04115105,0.309824),(0.0371295,0.309824),(0.03311438,0.309824),(0.0371295,0.3139964),(0.03311438,0.3139964),(0.04115105,0.3139964),(0.04517369,0.309824),(0.04517369,0.3139964),(0.029111,0.3014981),(0.02511186,0.3014981),(0.029111,0.305658),(0.02511186,0.305658),(0.02110944,0.3014981),(0.01709622,0.3014981),(0.02110944,0.305658),(0.01709622,0.305658),(0.02511186,0.309824),(0.02110944,0.309824),(0.01709622,0.309824),(0.02110944,0.3139964),(0.01709622,0.3139964),(0.02511186,0.3139964),(0.029111,0.309824),(0.029111,0.3139964),(0.01306469,0.3014981),(0.009019421,0.3014974),(0.01306469,0.305658),(0.009019421,0.3056576),(0.004965,0.3014953),(0.000906,0.3014925),(0.004965,0.3056566),(0.000906,0.305655),(0.009019421,0.3098232),(0.004965,0.3098208),(0.000906,0.3098175),(0.004965,0.3139914),(0.000906,0.31398),(0.009019421,0.3139952),(0.01306469,0.309824),(0.01306469,0.3139964),(0.9951518,0.318172),(0.999094,0.3181688),(0.9912093,0.3181745),(0.9912093,0.3223598),(0.9951518,0.3223588),(0.999094,0.3223575),(0.9872664,0.3181753),(0.983323,0.3181753),(0.983323,0.3223602),(0.9872664,0.3223601),(0.9872664,0.3265503),(0.9912093,0.3265498),(0.983323,0.3265502),(0.983323,0.330745),(0.9872664,0.330745),(0.9912093,0.3307443),(0.9951518,0.3265483),(0.999094,0.3265463),(0.9951518,0.330742),(0.999094,0.330735),(0.9793787,0.3181753),(0.9754275,0.3181753),(0.9754274,0.3223602),(0.9793787,0.3223602),(0.9714631,0.3181753),(0.9674796,0.3181753),(0.9674796,0.3223602),(0.9714631,0.3223601),(0.9754274,0.3265502),(0.9714631,0.3265503),(0.9674796,0.3265502),(0.9714631,0.330745),(0.9674796,0.330745),(0.9754274,0.330745),(0.9793787,0.3265502),(0.9793787,0.330745),(0.9634706,0.3181753),(0.9594426,0.3181753),(0.9594426,0.3223602),(0.9634707,0.3223602),(0.9554016,0.3181753),(0.9513539,0.3181753),(0.9554016,0.3223601),(0.9513539,0.3223602),(0.9594426,0.3265502),(0.9554016,0.3265503),(0.9513539,0.3265502),(0.9554016,0.330745),(0.9513539,0.330745),(0.9594425,0.330745),(0.9634707,0.3265502),(0.9634706,0.330745),(0.9473058,0.3181753),(0.9432498,0.3181753),(0.9473058,0.3223602),(0.9432497,0.3223602),(0.9391782,0.3181753),(0.9350839,0.3181753),(0.9391783,0.3223601),(0.9350839,0.3223602),(0.9432497,0.3265502),(0.9391782,0.3265503),(0.9350839,0.3265502),(0.9391783,0.330745),(0.9350839,0.330745),(0.9432497,0.330745),(0.9473058,0.3265502),(0.9473058,0.330745),(0.930959,0.3181753),(0.9268106,0.3181753),(0.930959,0.3223602),(0.9268106,0.3223602),(0.9226453,0.3181753),(0.9184701,0.3181753),(0.9226453,0.3223601),(0.9184701,0.3223602),(0.9268106,0.3265502),(0.9226453,0.3265503),(0.9184701,0.3265502),(0.9226453,0.330745),(0.9184701,0.330745),(0.9268106,0.330745),(0.930959,0.3265502),(0.930959,0.330745),(0.9142919,0.3181753),(0.910111,0.3181753),(0.9142919,0.3223602),(0.9101109,0.3223602),(0.9059278,0.3181753),(0.9017429,0.3181753),(0.9059278,0.3223601),(0.9017429,0.3223602),(0.910111,0.3265502),(0.9059278,0.3265503),(0.9017429,0.3265502),(0.9059278,0.330745),(0.9017428,0.330745),(0.9101109,0.330745),(0.9142919,0.3265502),(0.9142919,0.330745),(0.8975567,0.3181753),(0.8933688,0.3181753),(0.8975567,0.3223602),(0.8933688,0.3223602),(0.8891787,0.3181753),(0.8849859,0.3181753),(0.8849859,0.3223602),(0.8891788,0.3223601),(0.8933688,0.3265502),(0.8891787,0.3265503),(0.8849859,0.3265502),(0.8891788,0.330745),(0.8849859,0.330745),(0.8933688,0.330745),(0.8975567,0.3265502),(0.8975567,0.330745),(0.8807898,0.3181753),(0.8765806,0.3181753),(0.8765807,0.3223602),(0.8807898,0.3223602),(0.8723488,0.3181753),(0.8680845,0.3181753),(0.8680845,0.3223602),(0.8723488,0.3223601),(0.8723488,0.3265503),(0.8765806,0.3265502),(0.8680845,0.3265502),(0.8680845,0.330745),(0.8723488,0.330745),(0.8765806,0.330745),(0.8807898,0.3265502),(0.8807898,0.330745),(0.8637781,0.3181753),(0.8594491,0.3181753),(0.8594491,0.3223602),(0.8637781,0.3223602),(0.8551173,0.3181753),(0.8508024,0.3181753),(0.8508024,0.3223602),(0.8551173,0.3223601),(0.8551173,0.3265503),(0.8594491,0.3265502),(0.8508024,0.3265502),(0.8508024,0.330745),(0.8551173,0.330745),(0.859449,0.330745),(0.8637781,0.3265502),(0.8637781,0.330745),(0.846524,0.3181753),(0.8422731,0.3181753),(0.8422731,0.3223602),(0.846524,0.3223602),(0.8380403,0.3181753),(0.8338165,0.3181753),(0.8380403,0.3223601),(0.8338165,0.3223602),(0.8380403,0.3265503),(0.8422731,0.3265502),(0.8338165,0.3265502),(0.8338165,0.330745),(0.8380404,0.330745),(0.8422731,0.330745),(0.846524,0.3265502),(0.846524,0.330745),(0.8295926,0.3181753),(0.8253628,0.3181753),(0.8295926,0.3223602),(0.8253628,0.3223602),(0.8211217,0.3181753),(0.8168637,0.3181753),(0.8211217,0.3223601),(0.8168637,0.3223602),(0.8253628,0.3265502),(0.8211217,0.3265503),(0.8168637,0.3265502),(0.8211217,0.330745),(0.8168637,0.330745),(0.8253628,0.330745),(0.8295926,0.3265502),(0.8295926,0.330745),(0.8125832,0.3181753),(0.8082899,0.3181753),(0.8125832,0.3223602),(0.8082899,0.3223602),(0.8039935,0.3181753),(0.7997035,0.3181753),(0.8039935,0.3223601),(0.7997035,0.3223602),(0.8082899,0.3265502),(0.8039935,0.3265503),(0.7997035,0.3265502),(0.8039935,0.330745),(0.7997035,0.330745),(0.8082899,0.330745),(0.8125832,0.3265502),(0.8125832,0.330745),(0.7954297,0.3181753),(0.7911757,0.3181753),(0.7954297,0.3223602),(0.7911757,0.3223602),(0.7869452,0.3181753),(0.7827417,0.3181753),(0.7869452,0.3223601),(0.7827417,0.3223602),(0.7911757,0.3265502),(0.7869452,0.3265503),(0.7827417,0.3265502),(0.7869452,0.330745),(0.7827417,0.330745),(0.7911757,0.330745),(0.7954297,0.3265502),(0.7954297,0.330745),(0.7785689,0.3181753),(0.7744211,0.3181753),(0.7785689,0.3223602),(0.7744212,0.3223602),(0.7702925,0.3181753),(0.7661775,0.3181753),(0.7702925,0.3223601),(0.7661775,0.3223602),(0.7744212,0.3265502),(0.7702925,0.3265503),(0.7661775,0.3265502),(0.7702925,0.330745),(0.7661775,0.330745),(0.7744212,0.330745),(0.778569,0.3265502),(0.778569,0.330745),(0.7620703,0.3181753),(0.757961,0.3181753),(0.7620703,0.3223602),(0.757961,0.3223602),(0.7538399,0.3181753),(0.7496969,0.3181753),(0.7538399,0.3223601),(0.7496969,0.3223602),(0.757961,0.3265502),(0.7538399,0.3265503),(0.7496969,0.3265502),(0.7538399,0.330745),(0.7496969,0.330745),(0.757961,0.330745),(0.7620703,0.3265502),(0.7620703,0.330745),(0.7455223,0.3181753),(0.7413244,0.3181753),(0.7455223,0.3223602),(0.7413245,0.3223602),(0.7371117,0.3181753),(0.7328922,0.3181753),(0.7371117,0.3223601),(0.7328923,0.3223602),(0.7413245,0.3265502),(0.7371117,0.3265503),(0.7328922,0.3265502),(0.7371117,0.330745),(0.7328922,0.330745),(0.7413245,0.330745),(0.7455223,0.3265502),(0.7455223,0.330745),(0.7286744,0.3181753),(0.7244572,0.3181753),(0.7286744,0.3223602),(0.7244572,0.3223602),(0.7202395,0.3181753),(0.71602,0.3181753),(0.7202395,0.3223601),(0.71602,0.3223602),(0.7244572,0.3265502),(0.7202395,0.3265503),(0.71602,0.3265502),(0.7202394,0.330745),(0.71602,0.330745),(0.7244572,0.330745),(0.7286744,0.3265502),(0.7286744,0.330745),(0.7117977,0.3181753),(0.7075742,0.3181753),(0.7117977,0.3223602),(0.7075742,0.3223602),(0.7033514,0.3181753),(0.6991307,0.3181753),(0.7033514,0.3223601),(0.6991307,0.3223602),(0.7075742,0.3265502),(0.7033514,0.3265503),(0.6991307,0.3265502),(0.7033514,0.330745),(0.6991307,0.330745),(0.7075742,0.330745),(0.7117977,0.3265502),(0.7117977,0.330745),(0.6949139,0.3181753),(0.6906992,0.3181753),(0.6949139,0.3223602),(0.6906992,0.3223602),(0.6864849,0.3181753),(0.6822694,0.3181753),(0.6864849,0.3223601),(0.6822693,0.3223602),(0.6906992,0.3265502),(0.6864849,0.3265503),(0.6822694,0.3265502),(0.6864849,0.330745),(0.6822693,0.330745),(0.6906992,0.330745),(0.6949139,0.3265502),(0.6949139,0.330745),(0.6780508,0.3181753),(0.6738272,0.3181753),(0.6780507,0.3223602),(0.6738272,0.3223602),(0.6695971,0.3181753),(0.6653587,0.3181753),(0.6695971,0.3223601),(0.6653587,0.3223602),(0.6738272,0.3265502),(0.6695971,0.3265503),(0.6653587,0.3265502),(0.6695971,0.330745),(0.6653587,0.330745),(0.6738272,0.330745),(0.6780508,0.3265502),(0.6780507,0.330745),(0.6611102,0.3181753),(0.6568571,0.3181753),(0.6611102,0.3223602),(0.6568571,0.3223602),(0.6526053,0.3181753),(0.6483604,0.3181753),(0.6526054,0.3223601),(0.6483604,0.3223602),(0.6568571,0.3265502),(0.6526054,0.3265503),(0.6483604,0.3265502),(0.6526053,0.330745),(0.6483604,0.330745),(0.6568571,0.330745),(0.6611102,0.3265502),(0.6611102,0.330745),(0.6441281,0.3181753),(0.6399043,0.3181753),(0.6441281,0.3223602),(0.6399043,0.3223602),(0.635685,0.3181753),(0.6314663,0.3181753),(0.635685,0.3223601),(0.6314663,0.3223602),(0.6399043,0.3265502),(0.635685,0.3265503),(0.6314663,0.3265502),(0.635685,0.330745),(0.6314663,0.330745),(0.6399043,0.330745),(0.6441281,0.3265502),(0.6441281,0.330745),(0.627244,0.3181753),(0.6230208,0.3181753),(0.627244,0.3223602),(0.6230209,0.3223602),(0.6187993,0.3181753),(0.6145822,0.3181753),(0.6187993,0.3223601),(0.6145822,0.3223602),(0.6230208,0.3265502),(0.6187993,0.3265503),(0.6145822,0.3265502),(0.6187993,0.330745),(0.6145822,0.330745),(0.6230209,0.330745),(0.627244,0.3265502),(0.627244,0.330745),(0.6103719,0.3181753),(0.6061606,0.3181753),(0.6103719,0.3223602),(0.6061606,0.3223602),(0.6019406,0.3181753),(0.5977041,0.3181753),(0.6019406,0.3223601),(0.5977041,0.3223602),(0.6061606,0.3265502),(0.6019406,0.3265503),(0.5977041,0.3265502),(0.6019406,0.330745),(0.5977041,0.330745),(0.6061606,0.330745),(0.6103719,0.3265502),(0.6103719,0.330745),(0.5934432,0.3181753),(0.589169,0.3181753),(0.5934432,0.3223602),(0.589169,0.3223602),(0.5848927,0.3181753),(0.5806257,0.3181753),(0.5848927,0.3223601),(0.5806257,0.3223602),(0.589169,0.3265502),(0.5848927,0.3265503),(0.5806257,0.3265502),(0.5848927,0.330745),(0.5806257,0.330745),(0.589169,0.330745),(0.5934432,0.3265502),(0.5934432,0.330745),(0.5763788,0.3181753),(0.572147,0.3181753),(0.5763788,0.3223602),(0.572147,0.3223602),(0.567925,0.3181753),(0.5637077,0.3181753),(0.567925,0.3223601),(0.5637077,0.3223602),(0.572147,0.3265502),(0.567925,0.3265503),(0.5637077,0.3265502),(0.567925,0.330745),(0.5637077,0.330745),(0.572147,0.330745),(0.5763788,0.3265502),(0.5763788,0.330745),(0.55949,0.3181753),(0.5552715,0.3181753),(0.55949,0.3223602),(0.5552715,0.3223602),(0.5510522,0.3181753),(0.5468317,0.3181753),(0.5510522,0.3223601),(0.5468317,0.3223602),(0.5552715,0.3265502),(0.5510522,0.3265503),(0.5468317,0.3265502),(0.5510522,0.330745),(0.5468317,0.330745),(0.5552715,0.330745),(0.55949,0.3265502),(0.55949,0.330745),(0.5426099,0.3181753),(0.5383899,0.3181753),(0.5426099,0.3223602),(0.5383899,0.3223602),(0.5341746,0.3181753),(0.5299669,0.3181753),(0.5341746,0.3223601),(0.5299669,0.3223602),(0.5383899,0.3265502),(0.5341746,0.3265503),(0.5299669,0.3265502),(0.5341746,0.330745),(0.529967,0.330745),(0.5383899,0.330745),(0.5426099,0.3265502),(0.5426099,0.330745),(0.52577,0.3181753),(0.5215818,0.3181753),(0.52577,0.3223602),(0.5215818,0.3223602),(0.5174,0.3181753),(0.5132228,0.3181753),(0.5174,0.3223601),(0.5132228,0.3223602),(0.5215818,0.3265502),(0.5174,0.3265503),(0.5132228,0.3265502),(0.5174,0.330745),(0.5132228,0.330745),(0.5215818,0.330745),(0.52577,0.3265502),(0.52577,0.330745),(0.5090478,0.3181753),(0.5048727,0.3181753),(0.5090478,0.3223602),(0.5048727,0.3223602),(0.5006949,0.3181753),(0.4965119,0.3181753),(0.5006949,0.3223601),(0.4965119,0.3223602),(0.5048727,0.3265502),(0.5006949,0.3265503),(0.4965119,0.3265502),(0.5006949,0.330745),(0.4965119,0.330745),(0.5048727,0.330745),(0.5090478,0.3265502),(0.5090478,0.330745),(0.4923214,0.3181753),(0.4881234,0.3181753),(0.4923214,0.3223602),(0.4881234,0.3223602),(0.4839184,0.3181753),(0.4797065,0.3181753),(0.4839184,0.3223601),(0.4797065,0.3223602),(0.4881234,0.3265502),(0.4839184,0.3265503),(0.4797065,0.3265502),(0.4839184,0.330745),(0.4797064,0.330745),(0.4881234,0.330745),(0.4923214,0.3265502),(0.4923214,0.330745),(0.4754879,0.3181753),(0.4712752,0.3181753),(0.4754879,0.3223602),(0.4712752,0.3223602),(0.4670808,0.3181753),(0.4629171,0.3181753),(0.4670808,0.3223601),(0.4629171,0.3223602),(0.4712752,0.3265502),(0.4670808,0.3265503),(0.4629171,0.3265502),(0.4670808,0.330745),(0.4629171,0.330745),(0.4712752,0.330745),(0.4754879,0.3265502),(0.4754879,0.330745),(0.4587967,0.3181753),(0.4547031,0.3181753),(0.4587967,0.3223602),(0.4547031,0.3223602),(0.4506197,0.3181753),(0.44653,0.3181753),(0.44653,0.3223602),(0.4506197,0.3223601),(0.4547031,0.3265502),(0.4506197,0.3265503),(0.44653,0.3265502),(0.4506197,0.330745),(0.44653,0.330745),(0.4547031,0.330745),(0.4587967,0.3265502),(0.4587967,0.330745),(0.4424174,0.3181753),(0.4382856,0.3181753),(0.4382856,0.3223602),(0.4424174,0.3223602),(0.4341379,0.3181753),(0.429978,0.3181753),(0.429978,0.3223602),(0.4341379,0.3223601),(0.4341379,0.3265503),(0.4382856,0.3265502),(0.429978,0.3265502),(0.429978,0.330745),(0.4341379,0.330745),(0.4382856,0.330745),(0.4424174,0.3265502),(0.4424174,0.330745),(0.4258092,0.3181753),(0.4216311,0.3181753),(0.4216312,0.3223602),(0.4258092,0.3223602),(0.4174434,0.3181753),(0.4132456,0.3181753),(0.4132456,0.3223602),(0.4174434,0.3223601),(0.4174434,0.3265503),(0.4216312,0.3265502),(0.4132456,0.3265502),(0.4132456,0.330745),(0.4174434,0.330745),(0.4216312,0.330745),(0.4258092,0.3265502),(0.4258092,0.330745),(0.4090372,0.3181753),(0.4048201,0.3181753),(0.4048201,0.3223602),(0.4090372,0.3223602),(0.4005963,0.3181753),(0.3963675,0.3181753),(0.3963675,0.3223602),(0.4005963,0.3223601),(0.4005963,0.3265503),(0.4048201,0.3265502),(0.3963675,0.3265502),(0.3963675,0.330745),(0.4005963,0.330745),(0.4048201,0.330745),(0.4090372,0.3265502),(0.4090372,0.330745),(0.3921357,0.3181753),(0.3879012,0.3181753),(0.3879012,0.3223602),(0.3921357,0.3223602),(0.3836642,0.3181753),(0.3794248,0.3181753),(0.3794249,0.3223602),(0.3836642,0.3223601),(0.3836642,0.3265503),(0.3879012,0.3265502),(0.3794248,0.3265502),(0.3794248,0.330745),(0.3836642,0.330745),(0.3879012,0.330745),(0.3921357,0.3265502),(0.3921357,0.330745),(0.3751834,0.3181753),(0.3709441,0.3181753),(0.3709441,0.3223602),(0.3751834,0.3223602),(0.3667112,0.3181753),(0.3624887,0.3181753),(0.3624887,0.3223602),(0.3667112,0.3223601),(0.3667112,0.3265503),(0.3709442,0.3265502),(0.3624887,0.3265502),(0.3624887,0.330745),(0.3667112,0.330745),(0.3709441,0.330745),(0.3751834,0.3265502),(0.3751834,0.330745),(0.358281,0.3181753),(0.3540821,0.3181753),(0.3540821,0.3223602),(0.358281,0.3223602),(0.3498864,0.3181753),(0.3456882,0.3181753),(0.3456882,0.3223602),(0.3498864,0.3223601),(0.3498864,0.3265503),(0.3540821,0.3265502),(0.3456882,0.3265502),(0.3456882,0.330745),(0.3498864,0.330745),(0.3540821,0.330745),(0.3582809,0.3265502),(0.358281,0.330745),(0.3414817,0.3181753),(0.3372694,0.3181753),(0.3372695,0.3223602),(0.3414817,0.3223602),(0.3330541,0.3181753),(0.3288383,0.3181753),(0.3288383,0.3223602),(0.3330541,0.3223601),(0.3330541,0.3265503),(0.3372695,0.3265502),(0.3288383,0.3265502),(0.3288383,0.330745),(0.3330541,0.330745),(0.3372695,0.330745),(0.3414817,0.3265502),(0.3414817,0.330745),(0.3246247,0.3181753),(0.3204179,0.3181753),(0.3204179,0.3223602),(0.3246247,0.3223602),(0.3162228,0.3181753),(0.3120441,0.3181753),(0.3120441,0.3223602),(0.3162228,0.3223601),(0.3162228,0.3265503),(0.3204179,0.3265502),(0.3120441,0.3265502),(0.3120441,0.330745),(0.3162228,0.330745),(0.3204179,0.330745),(0.3246247,0.3265502),(0.3246247,0.330745),(0.3078868,0.3181753),(0.3037427,0.3181753),(0.3037427,0.3223602),(0.3078868,0.3223602),(0.2996041,0.3181753),(0.2954631,0.3181753),(0.2954631,0.3223602),(0.2996041,0.3223601),(0.2996041,0.3265503),(0.3037428,0.3265502),(0.2954631,0.3265502),(0.2954631,0.330745),(0.2996041,0.330745),(0.3037427,0.330745),(0.3078868,0.3265502),(0.3078868,0.330745),(0.2913116,0.3181753),(0.2871543,0.3181753),(0.2871543,0.3223602),(0.2913116,0.3223602),(0.2829956,0.3181753),(0.2788399,0.3181753),(0.2788399,0.3223602),(0.2829956,0.3223601),(0.2829956,0.3265503),(0.2871543,0.3265502),(0.2788399,0.3265502),(0.2788399,0.330745),(0.2829956,0.330745),(0.2871543,0.330745),(0.2913116,0.3265502),(0.2913116,0.330745),(0.2746918,0.3181753),(0.2705556,0.3181753),(0.2705556,0.3223602),(0.2746918,0.3223602),(0.2664356,0.3181753),(0.262336,0.3181753),(0.262336,0.3223602),(0.2664356,0.3223601),(0.2664356,0.3265503),(0.2705556,0.3265502),(0.262336,0.3265502),(0.262336,0.330745),(0.2664356,0.330745),(0.2705556,0.330745),(0.2746918,0.3265502),(0.2746918,0.330745),(0.2582613,0.3181753),(0.254209,0.3181753),(0.254209,0.3223602),(0.2582613,0.3223602),(0.2501769,0.3181753),(0.2461624,0.3181753),(0.2461624,0.3223602),(0.2501769,0.3223601),(0.2501769,0.3265503),(0.254209,0.3265502),(0.2461624,0.3265502),(0.2461624,0.330745),(0.2501769,0.330745),(0.254209,0.330745),(0.2582613,0.3265502),(0.2582613,0.330745),(0.2421634,0.3181753),(0.238164,0.3181753),(0.238164,0.3223602),(0.2421634,0.3223602),(0.2341487,0.3181753),(0.2301017,0.3181753),(0.2301017,0.3223602),(0.2341487,0.3223601),(0.2341487,0.3265503),(0.238164,0.3265502),(0.2301017,0.3265502),(0.2301017,0.330745),(0.2341487,0.330745),(0.238164,0.330745),(0.2421634,0.3265502),(0.2421634,0.330745),(0.2260074,0.3181753),(0.2218787,0.3181753),(0.2218787,0.3223602),(0.2260074,0.3223602),(0.2177283,0.3181753),(0.2135691,0.3181753),(0.2135692,0.3223602),(0.2177283,0.3223601),(0.2177283,0.3265503),(0.2218787,0.3265502),(0.2135691,0.3265502),(0.2135692,0.330745),(0.2177283,0.330745),(0.2218787,0.330745),(0.2260074,0.3265502),(0.2260074,0.330745),(0.2094141,0.3181753),(0.2052627,0.3181753),(0.2052627,0.3223602),(0.2094141,0.3223602),(0.2011147,0.3181753),(0.1969699,0.3181753),(0.1969699,0.3223602),(0.2011147,0.3223601),(0.2011147,0.3265503),(0.2052627,0.3265502),(0.1969699,0.3265502),(0.1969699,0.330745),(0.2011147,0.330745),(0.2052627,0.330745),(0.2094141,0.3265502),(0.2094141,0.330745),(0.1928277,0.3181753),(0.1886888,0.3181753),(0.1886888,0.3223602),(0.1928277,0.3223602),(0.1845533,0.3181753),(0.1804218,0.3181753),(0.1804218,0.3223602),(0.1845533,0.3223601),(0.1845533,0.3265503),(0.1886888,0.3265502),(0.1804218,0.3265502),(0.1804218,0.330745),(0.1845533,0.330745),(0.1886888,0.330745),(0.1928277,0.3265502),(0.1928277,0.330745),(0.1762946,0.3181753),(0.1721701,0.3181753),(0.1721701,0.3223602),(0.1762946,0.3223602),(0.1680468,0.3181753),(0.163923,0.3181753),(0.163923,0.3223602),(0.1680468,0.3223601),(0.1680468,0.3265503),(0.1721701,0.3265502),(0.163923,0.3265502),(0.163923,0.330745),(0.1680468,0.330745),(0.1721701,0.330745),(0.1762946,0.3265502),(0.1762946,0.330745),(0.1597973,0.3181753),(0.1556691,0.3181753),(0.1556691,0.3223602),(0.1597973,0.3223602),(0.1515382,0.3181753),(0.1474041,0.3181753),(0.1515382,0.3223601),(0.1474041,0.3223602),(0.1556691,0.3265502),(0.1515382,0.3265503),(0.1474041,0.3265502),(0.1515382,0.330745),(0.1474041,0.330745),(0.1556691,0.330745),(0.1597973,0.3265502),(0.1597973,0.330745),(0.1432664,0.3181753),(0.1391259,0.3181753),(0.1432664,0.3223602),(0.1391259,0.3223602),(0.134983,0.3181753),(0.1308385,0.3181753),(0.134983,0.3223601),(0.1308385,0.3223602),(0.1391259,0.3265502),(0.134983,0.3265503),(0.1308385,0.3265502),(0.1308385,0.330745),(0.134983,0.330745),(0.1391259,0.330745),(0.1432664,0.3265502),(0.1432664,0.330745),(0.126693,0.3181753),(0.12255,0.3181753),(0.126693,0.3223602),(0.12255,0.3223602),(0.1184131,0.3181753),(0.1142857,0.3181753),(0.1142857,0.3223602),(0.1184131,0.3223601),(0.1184131,0.3265503),(0.12255,0.3265502),(0.1142857,0.3265502),(0.1142857,0.330745),(0.1184131,0.330745),(0.12255,0.330745),(0.126693,0.3265502),(0.126693,0.330745),(0.1101713,0.3181753),(0.1060752,0.3181753),(0.1060752,0.3223602),(0.1101713,0.3223602),(0.1020023,0.3181753),(0.09795791,0.3181753),(0.09795791,0.3223602),(0.1020023,0.3223601),(0.1020023,0.3265503),(0.1060752,0.3265502),(0.09795791,0.3265502),(0.09795791,0.330745),(0.1020023,0.330745),(0.1060752,0.330745),(0.1101713,0.3265502),(0.1101713,0.330745),(0.09394707,0.3181753),(0.08994583,0.3181753),(0.08994584,0.3223602),(0.09394707,0.3223602),(0.08593026,0.3181753),(0.08187638,0.3181753),(0.08593025,0.3223601),(0.08187637,0.3223602),(0.08994584,0.3265502),(0.08593026,0.3265503),(0.08187638,0.3265502),(0.08593026,0.330745),(0.08187638,0.330745),(0.08994584,0.330745),(0.09394707,0.3265502),(0.09394707,0.330745),(0.07776025,0.3181753),(0.07361087,0.3181753),(0.07776025,0.3223602),(0.07361087,0.3223602),(0.06945725,0.3181753),(0.06532837,0.3181753),(0.06945725,0.3223601),(0.06532837,0.3223602),(0.07361087,0.3265502),(0.06945725,0.3265503),(0.06532837,0.3265502),(0.06945725,0.330745),(0.06532837,0.330745),(0.07361087,0.330745),(0.07776025,0.3265502),(0.07776025,0.330745),(0.06125325,0.3181753),(0.05721605,0.3181753),(0.06125325,0.3223602),(0.05721604,0.3223602),(0.05320094,0.3181753),(0.0491921,0.3181753),(0.05320094,0.3223601),(0.04919209,0.3223602),(0.05721605,0.3265502),(0.05320094,0.3265503),(0.0491921,0.3265502),(0.05320094,0.330745),(0.04919209,0.330745),(0.05721605,0.330745),(0.06125325,0.3265502),(0.06125325,0.330745),(0.04517369,0.3181753),(0.04115105,0.3181753),(0.04517369,0.3223602),(0.04115105,0.3223602),(0.0371295,0.3181753),(0.03311438,0.3181753),(0.0371295,0.3223601),(0.03311437,0.3223602),(0.04115105,0.3265502),(0.0371295,0.3265503),(0.03311438,0.3265502),(0.0371295,0.330745),(0.03311438,0.330745),(0.04115105,0.330745),(0.04517369,0.3265502),(0.04517369,0.330745),(0.029111,0.3181753),(0.02511186,0.3181753),(0.029111,0.3223602),(0.02511186,0.3223602),(0.02110944,0.3181753),(0.01709622,0.3181753),(0.02110944,0.3223601),(0.01709622,0.3223602),(0.02511186,0.3265502),(0.02110944,0.3265503),(0.01709622,0.3265502),(0.02110944,0.330745),(0.01709622,0.330745),(0.02511186,0.330745),(0.029111,0.3265502),(0.029111,0.330745),(0.01306469,0.3181753),(0.009019421,0.3181745),(0.01306469,0.3223602),(0.009019421,0.3223598),(0.004965,0.318172),(0.000906,0.3181688),(0.004965,0.3223588),(0.000906,0.3223575),(0.009019421,0.3265498),(0.004965,0.3265483),(0.000906,0.3265463),(0.004965,0.330742),(0.000906,0.330735),(0.009019421,0.3307443),(0.01306469,0.3265502),(0.01306469,0.330745),(0.9951518,0.3349417),(0.999094,0.3349398),(0.9912093,0.3349433),(0.9912093,0.3391454),(0.9951518,0.3391449),(0.999094,0.3391445),(0.9872664,0.3349438),(0.983323,0.3349438),(0.983323,0.3391454),(0.9872664,0.3391455),(0.9872664,0.343349),(0.9912093,0.3433491),(0.983323,0.343349),(0.9872664,0.3475534),(0.983323,0.3475534),(0.9912093,0.3475534),(0.9951518,0.3433492),(0.999094,0.3433493),(0.9951518,0.3475536),(0.999094,0.347554),(0.9793787,0.3349438),(0.9754275,0.3349438),(0.9793787,0.3391455),(0.9754274,0.3391455),(0.9714631,0.3349438),(0.9674796,0.3349438),(0.9714631,0.3391455),(0.9674796,0.3391454),(0.9754274,0.343349),(0.9714631,0.343349),(0.9674796,0.343349),(0.9714631,0.3475534),(0.9674796,0.3475534),(0.9754274,0.3475534),(0.9793787,0.343349),(0.9793787,0.3475534),(0.9634706,0.3349438),(0.9594426,0.3349438),(0.9634707,0.3391455),(0.9594426,0.3391455),(0.9554016,0.3349438),(0.9513539,0.3349438),(0.9554016,0.3391455),(0.9513539,0.3391454),(0.9594426,0.343349),(0.9554016,0.343349),(0.9513539,0.343349),(0.9554016,0.3475534),(0.9513539,0.3475534),(0.9594425,0.3475534),(0.9634707,0.343349),(0.9634706,0.3475534),(0.9473058,0.3349438),(0.9432498,0.3349438),(0.9473058,0.3391455),(0.9432497,0.3391455),(0.9391782,0.3349438),(0.9350839,0.3349438),(0.9391783,0.3391455),(0.9350839,0.3391454),(0.9432497,0.343349),(0.9391782,0.343349),(0.9350839,0.343349),(0.9391783,0.3475534),(0.9350839,0.3475534),(0.9432497,0.3475534),(0.9473058,0.343349),(0.9473058,0.3475534),(0.930959,0.3349438),(0.9268106,0.3349438),(0.9268106,0.3391455),(0.930959,0.3391455),(0.9226453,0.3349438),(0.9184701,0.3349438),(0.9184701,0.3391454),(0.9226453,0.3391455),(0.9226453,0.343349),(0.9268106,0.343349),(0.9184701,0.343349),(0.9226453,0.3475534),(0.9184701,0.3475534),(0.9268106,0.3475534),(0.930959,0.343349),(0.930959,0.3475534),(0.9142919,0.3349438),(0.910111,0.3349438),(0.9142919,0.3391455),(0.9101109,0.3391455),(0.9059278,0.3349438),(0.9017429,0.3349438),(0.9059278,0.3391455),(0.9017429,0.3391454),(0.910111,0.343349),(0.9059278,0.343349),(0.9017429,0.343349),(0.9059278,0.3475534),(0.9017428,0.3475534),(0.9101109,0.3475534),(0.9142919,0.343349),(0.9142919,0.3475534),(0.8975567,0.3349438),(0.8933688,0.3349438),(0.8975567,0.3391455),(0.8933688,0.3391455),(0.8891787,0.3349438),(0.8849859,0.3349438),(0.8891788,0.3391455),(0.8849859,0.3391454),(0.8933688,0.343349),(0.8891787,0.343349),(0.8849859,0.343349),(0.8891788,0.3475534),(0.8849859,0.3475534),(0.8933688,0.3475534),(0.8975567,0.343349),(0.8975567,0.3475534),(0.8807898,0.3349438),(0.8765806,0.3349438),(0.8807898,0.3391455),(0.8765807,0.3391455),(0.8723488,0.3349438),(0.8680845,0.3349438),(0.8723488,0.3391455),(0.8680845,0.3391454),(0.8765806,0.343349),(0.8723488,0.343349),(0.8680845,0.343349),(0.8723488,0.3475534),(0.8680845,0.3475534),(0.8765806,0.3475534),(0.8807898,0.343349),(0.8807898,0.3475534),(0.8637781,0.3349438),(0.8594491,0.3349438),(0.8594491,0.3391455),(0.8637781,0.3391455),(0.8551173,0.3349438),(0.8508024,0.3349438),(0.8508024,0.3391454),(0.8551173,0.3391455),(0.8551173,0.343349),(0.8594491,0.343349),(0.8508024,0.343349),(0.8508024,0.3475534),(0.8551173,0.3475534),(0.859449,0.3475534),(0.8637781,0.343349),(0.8637781,0.3475534),(0.846524,0.3349438),(0.8422731,0.3349438),(0.8422731,0.3391455),(0.846524,0.3391455),(0.8380403,0.3349438),(0.8338165,0.3349438),(0.8338165,0.3391454),(0.8380403,0.3391455),(0.8380403,0.343349),(0.8422731,0.343349),(0.8338165,0.343349),(0.8338165,0.3475534),(0.8380404,0.3475534),(0.8422731,0.3475534),(0.846524,0.343349),(0.846524,0.3475534),(0.8295926,0.3349438),(0.8253628,0.3349438),(0.8253628,0.3391455),(0.8295926,0.3391455),(0.8211217,0.3349438),(0.8168637,0.3349438),(0.8168637,0.3391454),(0.8211217,0.3391455),(0.8211217,0.343349),(0.8253628,0.343349),(0.8168637,0.343349),(0.8168637,0.3475534),(0.8211217,0.3475534),(0.8253628,0.3475534),(0.8295926,0.343349),(0.8295926,0.3475534),(0.8125832,0.3349438),(0.8082899,0.3349438),(0.8082899,0.3391455),(0.8125832,0.3391455),(0.8039935,0.3349438),(0.7997035,0.3349438),(0.8039935,0.3391455),(0.7997035,0.3391454),(0.8039935,0.343349),(0.8082899,0.343349),(0.7997035,0.343349),(0.7997035,0.3475534),(0.8039935,0.3475534),(0.8082899,0.3475534),(0.8125832,0.343349),(0.8125832,0.3475534),(0.7954297,0.3349438),(0.7911757,0.3349438),(0.7954297,0.3391455),(0.7911757,0.3391455),(0.7869452,0.3349438),(0.7827417,0.3349438),(0.7869452,0.3391455),(0.7827417,0.3391454),(0.7911757,0.343349),(0.7869452,0.343349),(0.7827417,0.343349),(0.7869452,0.3475534),(0.7827417,0.3475534),(0.7911757,0.3475534),(0.7954297,0.343349),(0.7954297,0.3475534),(0.7785689,0.3349438),(0.7744211,0.3349438),(0.7785689,0.3391455),(0.7744212,0.3391455),(0.7702925,0.3349438),(0.7661775,0.3349438),(0.7702925,0.3391455),(0.7661775,0.3391454),(0.7744212,0.343349),(0.7702925,0.343349),(0.7661775,0.343349),(0.7702925,0.3475534),(0.7661775,0.3475534),(0.7744212,0.3475534),(0.778569,0.343349),(0.778569,0.3475534),(0.7620703,0.3349438),(0.757961,0.3349438),(0.7620703,0.3391455),(0.757961,0.3391455),(0.7538399,0.3349438),(0.7496969,0.3349438),(0.7538399,0.3391455),(0.7496969,0.3391454),(0.757961,0.343349),(0.7538399,0.343349),(0.7496969,0.343349),(0.7538399,0.3475534),(0.7496969,0.3475534),(0.757961,0.3475534),(0.7620703,0.343349),(0.7620703,0.3475534),(0.7455223,0.3349438),(0.7413244,0.3349438),(0.7455223,0.3391455),(0.7413245,0.3391455),(0.7371117,0.3349438),(0.7328922,0.3349438),(0.7371117,0.3391455),(0.7328923,0.3391454),(0.7413245,0.343349),(0.7371117,0.343349),(0.7328922,0.343349),(0.7371117,0.3475534),(0.7328922,0.3475534),(0.7413245,0.3475534),(0.7455223,0.343349),(0.7455223,0.3475534),(0.7286744,0.3349438),(0.7244572,0.3349438),(0.7286744,0.3391455),(0.7244572,0.3391455),(0.7202395,0.3349438),(0.71602,0.3349438),(0.7202395,0.3391455),(0.71602,0.3391454),(0.7244572,0.343349),(0.7202395,0.343349),(0.71602,0.343349),(0.7202394,0.3475534),(0.71602,0.3475534),(0.7244572,0.3475534),(0.7286744,0.343349),(0.7286744,0.3475534),(0.7117977,0.3349438),(0.7075742,0.3349438),(0.7117977,0.3391455),(0.7075742,0.3391455),(0.7033514,0.3349438),(0.6991307,0.3349438),(0.7033514,0.3391455),(0.6991307,0.3391454),(0.7075742,0.343349),(0.7033514,0.343349),(0.6991307,0.343349),(0.7033514,0.3475534),(0.6991307,0.3475534),(0.7075742,0.3475534),(0.7117977,0.343349),(0.7117977,0.3475534),(0.6949139,0.3349438),(0.6906992,0.3349438),(0.6949139,0.3391455),(0.6906992,0.3391455),(0.6864849,0.3349438),(0.6822694,0.3349438),(0.6864849,0.3391455),(0.6822693,0.3391454),(0.6906992,0.343349),(0.6864849,0.343349),(0.6822694,0.343349),(0.6864849,0.3475534),(0.6822693,0.3475534),(0.6906992,0.3475534),(0.6949139,0.343349),(0.6949139,0.3475534),(0.6780508,0.3349438),(0.6738272,0.3349438),(0.6780507,0.3391455),(0.6738272,0.3391455),(0.6695971,0.3349438),(0.6653587,0.3349438),(0.6695971,0.3391455),(0.6653587,0.3391454),(0.6738272,0.343349),(0.6695971,0.343349),(0.6653587,0.343349),(0.6695971,0.3475534),(0.6653587,0.3475534),(0.6738272,0.3475534),(0.6780508,0.343349),(0.6780507,0.3475534),(0.6611102,0.3349438),(0.6568571,0.3349438),(0.6611102,0.3391455),(0.6568571,0.3391455),(0.6526053,0.3349438),(0.6483604,0.3349438),(0.6526054,0.3391455),(0.6483604,0.3391454),(0.6568571,0.343349),(0.6526054,0.343349),(0.6483604,0.343349),(0.6526053,0.3475534),(0.6483604,0.3475534),(0.6568571,0.3475534),(0.6611102,0.343349),(0.6611102,0.3475534),(0.6441281,0.3349438),(0.6399043,0.3349438),(0.6441281,0.3391455),(0.6399043,0.3391455),(0.635685,0.3349438),(0.6314663,0.3349438),(0.635685,0.3391455),(0.6314663,0.3391454),(0.6399043,0.343349),(0.635685,0.343349),(0.6314663,0.343349),(0.635685,0.3475534),(0.6314663,0.3475534),(0.6399043,0.3475534),(0.6441281,0.343349),(0.6441281,0.3475534),(0.627244,0.3349438),(0.6230208,0.3349438),(0.627244,0.3391455),(0.6230209,0.3391455),(0.6187993,0.3349438),(0.6145822,0.3349438),(0.6187993,0.3391455),(0.6145822,0.3391454),(0.6230208,0.343349),(0.6187993,0.343349),(0.6145822,0.343349),(0.6187993,0.3475534),(0.6145822,0.3475534),(0.6230209,0.3475534),(0.627244,0.343349),(0.627244,0.3475534),(0.6103719,0.3349438),(0.6061606,0.3349438),(0.6103719,0.3391455),(0.6061606,0.3391455),(0.6019406,0.3349438),(0.5977041,0.3349438),(0.6019406,0.3391455),(0.5977041,0.3391454),(0.6061606,0.343349),(0.6019406,0.343349),(0.5977041,0.343349),(0.6019406,0.3475534),(0.5977041,0.3475534),(0.6061606,0.3475534),(0.6103719,0.343349),(0.6103719,0.3475534),(0.5934432,0.3349438),(0.589169,0.3349438),(0.5934432,0.3391455),(0.589169,0.3391455),(0.5848927,0.3349438),(0.5806257,0.3349438),(0.5848927,0.3391455),(0.5806257,0.3391454),(0.589169,0.343349),(0.5848927,0.343349),(0.5806257,0.343349),(0.5848927,0.3475534),(0.5806257,0.3475534),(0.589169,0.3475534),(0.5934432,0.343349),(0.5934432,0.3475534),(0.5763788,0.3349438),(0.572147,0.3349438),(0.5763788,0.3391455),(0.572147,0.3391455),(0.567925,0.3349438),(0.5637077,0.3349438),(0.567925,0.3391455),(0.5637077,0.3391454),(0.572147,0.343349),(0.567925,0.343349),(0.5637077,0.343349),(0.567925,0.3475534),(0.5637077,0.3475534),(0.572147,0.3475534),(0.5763788,0.343349),(0.5763788,0.3475534),(0.55949,0.3349438),(0.5552715,0.3349438),(0.55949,0.3391455),(0.5552715,0.3391455),(0.5510522,0.3349438),(0.5468317,0.3349438),(0.5510522,0.3391455),(0.5468317,0.3391454),(0.5552715,0.343349),(0.5510522,0.343349),(0.5468317,0.343349),(0.5510522,0.3475534),(0.5468317,0.3475534),(0.5552715,0.3475534),(0.55949,0.343349),(0.55949,0.3475534),(0.5426099,0.3349438),(0.5383899,0.3349438),(0.5426099,0.3391455),(0.5383899,0.3391455),(0.5341746,0.3349438),(0.5299669,0.3349438),(0.5341746,0.3391455),(0.5299669,0.3391454),(0.5383899,0.343349),(0.5341746,0.343349),(0.5299669,0.343349),(0.5341746,0.3475534),(0.529967,0.3475534),(0.5383899,0.3475534),(0.5426099,0.343349),(0.5426099,0.3475534),(0.52577,0.3349438),(0.5215818,0.3349438),(0.52577,0.3391455),(0.5215818,0.3391455),(0.5174,0.3349438),(0.5132228,0.3349438),(0.5174,0.3391455),(0.5132228,0.3391454),(0.5215818,0.343349),(0.5174,0.343349),(0.5132228,0.343349),(0.5174,0.3475534),(0.5132228,0.3475534),(0.5215818,0.3475534),(0.52577,0.343349),(0.52577,0.3475534),(0.5090478,0.3349438),(0.5048727,0.3349438),(0.5090478,0.3391455),(0.5048727,0.3391455),(0.5006949,0.3349438),(0.4965119,0.3349438),(0.5006949,0.3391455),(0.4965119,0.3391454),(0.5048727,0.343349),(0.5006949,0.343349),(0.4965119,0.343349),(0.5006949,0.3475534),(0.4965119,0.3475534),(0.5048727,0.3475534),(0.5090478,0.343349),(0.5090478,0.3475534),(0.4923214,0.3349438),(0.4881234,0.3349438),(0.4923214,0.3391455),(0.4881234,0.3391455),(0.4839184,0.3349438),(0.4797065,0.3349438),(0.4839184,0.3391455),(0.4797065,0.3391454),(0.4881234,0.343349),(0.4839184,0.343349),(0.4797065,0.343349),(0.4839184,0.3475534),(0.4797064,0.3475534),(0.4881234,0.3475534),(0.4923214,0.343349),(0.4923214,0.3475534),(0.4754879,0.3349438),(0.4712752,0.3349438),(0.4754879,0.3391455),(0.4712752,0.3391455),(0.4670808,0.3349438),(0.4629171,0.3349438),(0.4670808,0.3391455),(0.4629171,0.3391454),(0.4712752,0.343349),(0.4670808,0.343349),(0.4629171,0.343349),(0.4670808,0.3475534),(0.4629171,0.3475534),(0.4712752,0.3475534),(0.4754879,0.343349),(0.4754879,0.3475534),(0.4587967,0.3349438),(0.4547031,0.3349438),(0.4587967,0.3391455),(0.4547031,0.3391455),(0.4506197,0.3349438),(0.44653,0.3349438),(0.44653,0.3391454),(0.4506197,0.3391455),(0.4547031,0.343349),(0.4506197,0.343349),(0.44653,0.343349),(0.44653,0.3475534),(0.4506197,0.3475534),(0.4547031,0.3475534),(0.4587967,0.343349),(0.4587967,0.3475534),(0.4424174,0.3349438),(0.4382856,0.3349438),(0.4382856,0.3391455),(0.4424174,0.3391455),(0.4341379,0.3349438),(0.429978,0.3349438),(0.429978,0.3391454),(0.4341379,0.3391455),(0.4341379,0.343349),(0.4382856,0.343349),(0.429978,0.343349),(0.429978,0.3475534),(0.4341379,0.3475534),(0.4382856,0.3475534),(0.4424174,0.343349),(0.4424174,0.3475534),(0.4258092,0.3349438),(0.4216311,0.3349438),(0.4216312,0.3391455),(0.4258092,0.3391455),(0.4174434,0.3349438),(0.4132456,0.3349438),(0.4132456,0.3391454),(0.4174434,0.3391455),(0.4174434,0.343349),(0.4216312,0.343349),(0.4132456,0.343349),(0.4132456,0.3475534),(0.4174434,0.3475534),(0.4216312,0.3475534),(0.4258092,0.343349),(0.4258092,0.3475534),(0.4090372,0.3349438),(0.4048201,0.3349438),(0.4048201,0.3391455),(0.4090372,0.3391455),(0.4005963,0.3349438),(0.3963675,0.3349438),(0.3963675,0.3391454),(0.4005963,0.3391455),(0.4005963,0.343349),(0.4048201,0.343349),(0.3963675,0.343349),(0.3963675,0.3475534),(0.4005963,0.3475534),(0.4048201,0.3475534),(0.4090372,0.343349),(0.4090372,0.3475534),(0.3921357,0.3349438),(0.3879012,0.3349438),(0.3879012,0.3391455),(0.3921357,0.3391455),(0.3836642,0.3349438),(0.3794248,0.3349438),(0.3794249,0.3391454),(0.3836642,0.3391455),(0.3836642,0.343349),(0.3879012,0.343349),(0.3794248,0.343349),(0.3794248,0.3475534),(0.3836642,0.3475534),(0.3879012,0.3475534),(0.3921357,0.343349),(0.3921357,0.3475534),(0.3751834,0.3349438),(0.3709441,0.3349438),(0.3709441,0.3391455),(0.3751834,0.3391455),(0.3667112,0.3349438),(0.3624887,0.3349438),(0.3624887,0.3391454),(0.3667112,0.3391455),(0.3667112,0.343349),(0.3709442,0.343349),(0.3624887,0.343349),(0.3624887,0.3475534),(0.3667112,0.3475534),(0.3709441,0.3475534),(0.3751834,0.343349),(0.3751834,0.3475534),(0.358281,0.3349438),(0.3540821,0.3349438),(0.3540821,0.3391455),(0.358281,0.3391455),(0.3498864,0.3349438),(0.3456882,0.3349438),(0.3456882,0.3391454),(0.3498864,0.3391455),(0.3498864,0.343349),(0.3540821,0.343349),(0.3456882,0.343349),(0.3456882,0.3475534),(0.3498864,0.3475534),(0.3540821,0.3475534),(0.3582809,0.343349),(0.358281,0.3475534),(0.3414817,0.3349438),(0.3372694,0.3349438),(0.3372695,0.3391455),(0.3414817,0.3391455),(0.3330541,0.3349438),(0.3288383,0.3349438),(0.3288383,0.3391454),(0.3330541,0.3391455),(0.3330541,0.343349),(0.3372695,0.343349),(0.3288383,0.343349),(0.3288383,0.3475534),(0.3330541,0.3475534),(0.3372695,0.3475534),(0.3414817,0.343349),(0.3414817,0.3475534),(0.3246247,0.3349438),(0.3204179,0.3349438),(0.3204179,0.3391455),(0.3246247,0.3391455),(0.3162228,0.3349438),(0.3120441,0.3349438),(0.3120441,0.3391454),(0.3162228,0.3391455),(0.3162228,0.343349),(0.3204179,0.343349),(0.3120441,0.343349),(0.3120441,0.3475534),(0.3162228,0.3475534),(0.3204179,0.3475534),(0.3246247,0.343349),(0.3246247,0.3475534),(0.3078868,0.3349438),(0.3037427,0.3349438),(0.3037427,0.3391455),(0.3078868,0.3391455),(0.2996041,0.3349438),(0.2954631,0.3349438),(0.2954631,0.3391454),(0.2996041,0.3391455),(0.2996041,0.343349),(0.3037428,0.343349),(0.2954631,0.343349),(0.2954631,0.3475534),(0.2996041,0.3475534),(0.3037427,0.3475534),(0.3078868,0.343349),(0.3078868,0.3475534),(0.2913116,0.3349438),(0.2871543,0.3349438),(0.2871543,0.3391455),(0.2913116,0.3391455),(0.2829956,0.3349438),(0.2788399,0.3349438),(0.2788399,0.3391454),(0.2829956,0.3391455),(0.2829956,0.343349),(0.2871543,0.343349),(0.2788399,0.343349),(0.2788399,0.3475534),(0.2829956,0.3475534),(0.2871543,0.3475534),(0.2913116,0.343349),(0.2913116,0.3475534),(0.2746918,0.3349438),(0.2705556,0.3349438),(0.2705556,0.3391455),(0.2746918,0.3391455),(0.2664356,0.3349438),(0.262336,0.3349438),(0.262336,0.3391454),(0.2664356,0.3391455),(0.2664356,0.343349),(0.2705556,0.343349),(0.262336,0.343349),(0.262336,0.3475534),(0.2664356,0.3475534),(0.2705556,0.3475534),(0.2746918,0.343349),(0.2746918,0.3475534),(0.2582613,0.3349438),(0.254209,0.3349438),(0.254209,0.3391455),(0.2582613,0.3391455),(0.2501769,0.3349438),(0.2461624,0.3349438),(0.2461624,0.3391454),(0.2501769,0.3391455),(0.2501769,0.343349),(0.254209,0.343349),(0.2461624,0.343349),(0.2461624,0.3475534),(0.2501769,0.3475534),(0.254209,0.3475534),(0.2582613,0.343349),(0.2582613,0.3475534),(0.2421634,0.3349438),(0.238164,0.3349438),(0.238164,0.3391455),(0.2421634,0.3391455),(0.2341487,0.3349438),(0.2301017,0.3349438),(0.2301017,0.3391454),(0.2341487,0.3391455),(0.2341487,0.343349),(0.238164,0.343349),(0.2301017,0.343349),(0.2301017,0.3475534),(0.2341487,0.3475534),(0.238164,0.3475534),(0.2421634,0.343349),(0.2421634,0.3475534),(0.2260074,0.3349438),(0.2218787,0.3349438),(0.2218787,0.3391455),(0.2260074,0.3391455),(0.2177283,0.3349438),(0.2135691,0.3349438),(0.2135692,0.3391454),(0.2177283,0.3391455),(0.2177283,0.343349),(0.2218787,0.343349),(0.2135691,0.343349),(0.2135692,0.3475534),(0.2177283,0.3475534),(0.2218787,0.3475534),(0.2260074,0.343349),(0.2260074,0.3475534),(0.2094141,0.3349438),(0.2052627,0.3349438),(0.2052627,0.3391455),(0.2094141,0.3391455),(0.2011147,0.3349438),(0.1969699,0.3349438),(0.1969699,0.3391454),(0.2011147,0.3391455),(0.2011147,0.343349),(0.2052627,0.343349),(0.1969699,0.343349),(0.1969699,0.3475534),(0.2011147,0.3475534),(0.2052627,0.3475534),(0.2094141,0.343349),(0.2094141,0.3475534),(0.1928277,0.3349438),(0.1886888,0.3349438),(0.1886888,0.3391455),(0.1928277,0.3391455),(0.1845533,0.3349438),(0.1804218,0.3349438),(0.1804218,0.3391454),(0.1845533,0.3391455),(0.1845533,0.343349),(0.1886888,0.343349),(0.1804218,0.343349),(0.1804218,0.3475534),(0.1845533,0.3475534),(0.1886888,0.3475534),(0.1928277,0.343349),(0.1928277,0.3475534),(0.1762946,0.3349438),(0.1721701,0.3349438),(0.1721701,0.3391455),(0.1762946,0.3391455),(0.1680468,0.3349438),(0.163923,0.3349438),(0.163923,0.3391454),(0.1680468,0.3391455),(0.1680468,0.343349),(0.1721701,0.343349),(0.163923,0.343349),(0.1680468,0.3475534),(0.163923,0.3475534),(0.1721701,0.3475534),(0.1762946,0.343349),(0.1762946,0.3475534),(0.1597973,0.3349438),(0.1556691,0.3349438),(0.1597973,0.3391455),(0.1556691,0.3391455),(0.1515382,0.3349438),(0.1474041,0.3349438),(0.1515382,0.3391455),(0.1474041,0.3391454),(0.1556691,0.343349),(0.1515382,0.343349),(0.1474041,0.343349),(0.1474041,0.3475534),(0.1515382,0.3475534),(0.1556691,0.3475534),(0.1597973,0.343349),(0.1597973,0.3475534),(0.1432664,0.3349438),(0.1391259,0.3349438),(0.1432664,0.3391455),(0.1391259,0.3391455),(0.134983,0.3349438),(0.1308385,0.3349438),(0.1308385,0.3391454),(0.134983,0.3391455),(0.134983,0.343349),(0.1391259,0.343349),(0.1308385,0.343349),(0.1308385,0.3475534),(0.134983,0.3475534),(0.1391259,0.3475534),(0.1432664,0.343349),(0.1432664,0.3475534),(0.126693,0.3349438),(0.12255,0.3349438),(0.12255,0.3391455),(0.126693,0.3391455),(0.1184131,0.3349438),(0.1142857,0.3349438),(0.1142857,0.3391454),(0.1184131,0.3391455),(0.1184131,0.343349),(0.12255,0.343349),(0.1142857,0.343349),(0.1184131,0.3475534),(0.1142857,0.3475534),(0.12255,0.3475534),(0.126693,0.343349),(0.126693,0.3475534),(0.1101713,0.3349438),(0.1060752,0.3349438),(0.1101713,0.3391455),(0.1060752,0.3391455),(0.1020023,0.3349438),(0.09795791,0.3349438),(0.1020023,0.3391455),(0.09795791,0.3391454),(0.1060752,0.343349),(0.1020023,0.343349),(0.09795791,0.343349),(0.1020023,0.3475534),(0.09795791,0.3475534),(0.1060752,0.3475534),(0.1101713,0.343349),(0.1101713,0.3475534),(0.09394707,0.3349438),(0.08994583,0.3349438),(0.09394707,0.3391455),(0.08994584,0.3391455),(0.08593026,0.3349438),(0.08187638,0.3349438),(0.08593025,0.3391455),(0.08187637,0.3391454),(0.08994584,0.343349),(0.08593026,0.343349),(0.08187638,0.343349),(0.08593026,0.3475534),(0.08187638,0.3475534),(0.08994584,0.3475534),(0.09394707,0.343349),(0.09394707,0.3475534),(0.07776025,0.3349438),(0.07361087,0.3349438),(0.07776025,0.3391455),(0.07361087,0.3391455),(0.06945725,0.3349438),(0.06532837,0.3349438),(0.06945725,0.3391455),(0.06532837,0.3391454),(0.07361087,0.343349),(0.06945725,0.343349),(0.06532837,0.343349),(0.06945725,0.3475534),(0.06532837,0.3475534),(0.07361087,0.3475534),(0.07776025,0.343349),(0.07776025,0.3475534),(0.06125325,0.3349438),(0.05721605,0.3349438),(0.06125325,0.3391455),(0.05721604,0.3391455),(0.05320094,0.3349438),(0.0491921,0.3349438),(0.04919209,0.3391454),(0.05320094,0.3391455),(0.05320094,0.343349),(0.05721605,0.343349),(0.0491921,0.343349),(0.04919209,0.3475534),(0.05320094,0.3475534),(0.05721605,0.3475534),(0.06125325,0.343349),(0.06125325,0.3475534),(0.04517369,0.3349438),(0.04115105,0.3349438),(0.04517369,0.3391455),(0.04115105,0.3391455),(0.0371295,0.3349438),(0.03311438,0.3349438),(0.0371295,0.3391455),(0.03311437,0.3391454),(0.04115105,0.343349),(0.0371295,0.343349),(0.03311438,0.343349),(0.0371295,0.3475534),(0.03311438,0.3475534),(0.04115105,0.3475534),(0.04517369,0.343349),(0.04517369,0.3475534),(0.029111,0.3349438),(0.02511186,0.3349438),(0.029111,0.3391455),(0.02511186,0.3391455),(0.02110944,0.3349438),(0.01709622,0.3349438),(0.02110944,0.3391455),(0.01709622,0.3391454),(0.02511186,0.343349),(0.02110944,0.343349),(0.01709622,0.343349),(0.01709622,0.3475534),(0.02110944,0.3475534),(0.02511186,0.3475534),(0.029111,0.343349),(0.029111,0.3475534),(0.01306469,0.3349438),(0.009019421,0.3349433),(0.01306469,0.3391455),(0.009019421,0.3391454),(0.004965,0.3349417),(0.000906,0.3349398),(0.004965,0.339145),(0.000906,0.3391445),(0.009019421,0.343349),(0.004965,0.3433492),(0.000906,0.3433493),(0.004965,0.3475536),(0.000906,0.347554),(0.009019421,0.3475535),(0.01306469,0.343349),(0.01306469,0.3475534),(0.999094,0.3517578),(0.9951518,0.3517576),(0.9912093,0.3517575),(0.9951518,0.3559613),(0.9912093,0.3559612),(0.999094,0.3559615),(0.9872664,0.3517575),(0.983323,0.3517575),(0.9872664,0.3559612),(0.983323,0.3559612),(0.9912093,0.3601643),(0.9872664,0.3601642),(0.983323,0.3601642),(0.9872664,0.3643664),(0.983323,0.3643664),(0.9912093,0.3643665),(0.999094,0.3601652),(0.9951518,0.3601647),(0.9951518,0.3643671),(0.999094,0.364369),(0.9793787,0.3517575),(0.9754275,0.3517575),(0.9793787,0.3559612),(0.9754274,0.3559612),(0.9714631,0.3517575),(0.9674796,0.3517575),(0.9714631,0.3559612),(0.9674796,0.3559612),(0.9754274,0.3601642),(0.9714631,0.3601642),(0.9674796,0.3601642),(0.9714631,0.3643664),(0.9674796,0.3643664),(0.9754274,0.3643663),(0.9793787,0.3601642),(0.9793787,0.3643664),(0.9634706,0.3517575),(0.9594426,0.3517575),(0.9634707,0.3559612),(0.9594426,0.3559612),(0.9554016,0.3517575),(0.9513539,0.3517575),(0.9554016,0.3559612),(0.9513539,0.3559612),(0.9594426,0.3601642),(0.9554016,0.3601642),(0.9513539,0.3601642),(0.9554016,0.3643664),(0.9513539,0.3643664),(0.9594425,0.3643663),(0.9634707,0.3601642),(0.9634706,0.3643664),(0.9473058,0.3517575),(0.9432498,0.3517575),(0.9473058,0.3559612),(0.9432497,0.3559612),(0.9391782,0.3517575),(0.9350839,0.3517575),(0.9391783,0.3559612),(0.9350839,0.3559612),(0.9432497,0.3601642),(0.9391782,0.3601642),(0.9350839,0.3601642),(0.9391783,0.3643664),(0.9350839,0.3643664),(0.9432497,0.3643663),(0.9473058,0.3601642),(0.9473058,0.3643664),(0.930959,0.3517575),(0.9268106,0.3517575),(0.930959,0.3559612),(0.9268106,0.3559612),(0.9226453,0.3517575),(0.9184701,0.3517575),(0.9226453,0.3559612),(0.9184701,0.3559612),(0.9268106,0.3601642),(0.9226453,0.3601642),(0.9184701,0.3601642),(0.9226453,0.3643664),(0.9184701,0.3643664),(0.9268106,0.3643663),(0.930959,0.3601642),(0.930959,0.3643664),(0.9142919,0.3517575),(0.910111,0.3517575),(0.9142919,0.3559612),(0.9101109,0.3559612),(0.9059278,0.3517575),(0.9017429,0.3517575),(0.9059278,0.3559612),(0.9017429,0.3559612),(0.910111,0.3601642),(0.9059278,0.3601642),(0.9017429,0.3601642),(0.9059278,0.3643664),(0.9017428,0.3643664),(0.9101109,0.3643663),(0.9142919,0.3601642),(0.9142919,0.3643664),(0.8975567,0.3517575),(0.8933688,0.3517575),(0.8975567,0.3559612),(0.8933688,0.3559612),(0.8891787,0.3517575),(0.8849859,0.3517575),(0.8891788,0.3559612),(0.8849859,0.3559612),(0.8891787,0.3601642),(0.8933688,0.3601642),(0.8849859,0.3601642),(0.8849859,0.3643664),(0.8891788,0.3643664),(0.8933688,0.3643663),(0.8975567,0.3601642),(0.8975567,0.3643664),(0.8807898,0.3517575),(0.8765806,0.3517575),(0.8807898,0.3559612),(0.8765807,0.3559612),(0.8723488,0.3517575),(0.8680845,0.3517575),(0.8723488,0.3559612),(0.8680845,0.3559612),(0.8765806,0.3601642),(0.8723488,0.3601642),(0.8680845,0.3601642),(0.8723488,0.3643664),(0.8680845,0.3643664),(0.8765806,0.3643663),(0.8807898,0.3601642),(0.8807898,0.3643664),(0.8637781,0.3517575),(0.8594491,0.3517575),(0.8637781,0.3559612),(0.8594491,0.3559612),(0.8551173,0.3517575),(0.8508024,0.3517575),(0.8551173,0.3559612),(0.8508024,0.3559612),(0.8594491,0.3601642),(0.8551173,0.3601642),(0.8508024,0.3601642),(0.8551173,0.3643664),(0.8508024,0.3643664),(0.859449,0.3643663),(0.8637781,0.3601642),(0.8637781,0.3643664),(0.846524,0.3517575),(0.8422731,0.3517575),(0.846524,0.3559612),(0.8422731,0.3559612),(0.8380403,0.3517575),(0.8338165,0.3517575),(0.8338165,0.3559612),(0.8380403,0.3559612),(0.8422731,0.3601642),(0.8380403,0.3601642),(0.8338165,0.3601642),(0.8380404,0.3643664),(0.8338165,0.3643664),(0.8422731,0.3643663),(0.846524,0.3601642),(0.846524,0.3643664),(0.8295926,0.3517575),(0.8253628,0.3517575),(0.8253628,0.3559612),(0.8295926,0.3559612),(0.8211217,0.3517575),(0.8168637,0.3517575),(0.8168637,0.3559612),(0.8211217,0.3559612),(0.8211217,0.3601642),(0.8253628,0.3601642),(0.8168637,0.3601642),(0.8211217,0.3643664),(0.8168637,0.3643664),(0.8253628,0.3643663),(0.8295926,0.3601642),(0.8295926,0.3643664),(0.8125832,0.3517575),(0.8082899,0.3517575),(0.8082899,0.3559612),(0.8125832,0.3559612),(0.8039935,0.3517575),(0.7997035,0.3517575),(0.7997035,0.3559612),(0.8039935,0.3559612),(0.8039935,0.3601642),(0.8082899,0.3601642),(0.7997035,0.3601642),(0.7997035,0.3643664),(0.8039935,0.3643664),(0.8082899,0.3643663),(0.8125832,0.3601642),(0.8125832,0.3643664),(0.7954297,0.3517575),(0.7911757,0.3517575),(0.7911757,0.3559612),(0.7954297,0.3559612),(0.7869452,0.3517575),(0.7827417,0.3517575),(0.7827417,0.3559612),(0.7869452,0.3559612),(0.7869452,0.3601642),(0.7911757,0.3601642),(0.7827417,0.3601642),(0.7827417,0.3643664),(0.7869452,0.3643664),(0.7911757,0.3643663),(0.7954297,0.3601642),(0.7954297,0.3643664),(0.7785689,0.3517575),(0.7744211,0.3517575),(0.7785689,0.3559612),(0.7744212,0.3559612),(0.7702925,0.3517575),(0.7661775,0.3517575),(0.7702925,0.3559612),(0.7661775,0.3559612),(0.7744212,0.3601642),(0.7702925,0.3601642),(0.7661775,0.3601642),(0.7702925,0.3643664),(0.7661775,0.3643664),(0.7744212,0.3643663),(0.778569,0.3601642),(0.778569,0.3643664),(0.7620703,0.3517575),(0.757961,0.3517575),(0.7620703,0.3559612),(0.757961,0.3559612),(0.7538399,0.3517575),(0.7496969,0.3517575),(0.7538399,0.3559612),(0.7496969,0.3559612),(0.757961,0.3601642),(0.7538399,0.3601642),(0.7496969,0.3601642),(0.7538399,0.3643664),(0.7496969,0.3643664),(0.757961,0.3643663),(0.7620703,0.3601642),(0.7620703,0.3643664),(0.7455223,0.3517575),(0.7413244,0.3517575),(0.7455223,0.3559612),(0.7413245,0.3559612),(0.7371117,0.3517575),(0.7328922,0.3517575),(0.7371117,0.3559612),(0.7328923,0.3559612),(0.7413245,0.3601642),(0.7371117,0.3601642),(0.7328922,0.3601642),(0.7371117,0.3643664),(0.7328922,0.3643664),(0.7413245,0.3643663),(0.7455223,0.3601642),(0.7455223,0.3643664),(0.7286744,0.3517575),(0.7244572,0.3517575),(0.7286744,0.3559612),(0.7244572,0.3559612),(0.7202395,0.3517575),(0.71602,0.3517575),(0.7202395,0.3559612),(0.71602,0.3559612),(0.7244572,0.3601642),(0.7202395,0.3601642),(0.71602,0.3601642),(0.7202394,0.3643664),(0.71602,0.3643664),(0.7244572,0.3643663),(0.7286744,0.3601642),(0.7286744,0.3643664),(0.7117977,0.3517575),(0.7075742,0.3517575),(0.7117977,0.3559612),(0.7075742,0.3559612),(0.7033514,0.3517575),(0.6991307,0.3517575),(0.7033514,0.3559612),(0.6991307,0.3559612),(0.7075742,0.3601642),(0.7033514,0.3601642),(0.6991307,0.3601642),(0.7033514,0.3643664),(0.6991307,0.3643664),(0.7075742,0.3643663),(0.7117977,0.3601642),(0.7117977,0.3643664),(0.6949139,0.3517575),(0.6906992,0.3517575),(0.6949139,0.3559612),(0.6906992,0.3559612),(0.6864849,0.3517575),(0.6822694,0.3517575),(0.6864849,0.3559612),(0.6822693,0.3559612),(0.6906992,0.3601642),(0.6864849,0.3601642),(0.6822694,0.3601642),(0.6864849,0.3643664),(0.6822693,0.3643664),(0.6906992,0.3643663),(0.6949139,0.3601642),(0.6949139,0.3643664),(0.6780508,0.3517575),(0.6738272,0.3517575),(0.6780507,0.3559612),(0.6738272,0.3559612),(0.6695971,0.3517575),(0.6653587,0.3517575),(0.6695971,0.3559612),(0.6653587,0.3559612),(0.6738272,0.3601642),(0.6695971,0.3601642),(0.6653587,0.3601642),(0.6695971,0.3643664),(0.6653587,0.3643664),(0.6738272,0.3643663),(0.6780508,0.3601642),(0.6780507,0.3643664),(0.6611102,0.3517575),(0.6568571,0.3517575),(0.6611102,0.3559612),(0.6568571,0.3559612),(0.6526053,0.3517575),(0.6483604,0.3517575),(0.6526054,0.3559612),(0.6483604,0.3559612),(0.6568571,0.3601642),(0.6526054,0.3601642),(0.6483604,0.3601642),(0.6526053,0.3643664),(0.6483604,0.3643664),(0.6568571,0.3643663),(0.6611102,0.3601642),(0.6611102,0.3643664),(0.6441281,0.3517575),(0.6399043,0.3517575),(0.6441281,0.3559612),(0.6399043,0.3559612),(0.635685,0.3517575),(0.6314663,0.3517575),(0.635685,0.3559612),(0.6314663,0.3559612),(0.6399043,0.3601642),(0.635685,0.3601642),(0.6314663,0.3601642),(0.635685,0.3643664),(0.6314663,0.3643664),(0.6399043,0.3643663),(0.6441281,0.3601642),(0.6441281,0.3643664),(0.627244,0.3517575),(0.6230208,0.3517575),(0.627244,0.3559612),(0.6230209,0.3559612),(0.6187993,0.3517575),(0.6145822,0.3517575),(0.6187993,0.3559612),(0.6145822,0.3559612),(0.6230208,0.3601642),(0.6187993,0.3601642),(0.6145822,0.3601642),(0.6187993,0.3643664),(0.6145822,0.3643664),(0.6230209,0.3643663),(0.627244,0.3601642),(0.627244,0.3643664),(0.6103719,0.3517575),(0.6061606,0.3517575),(0.6103719,0.3559612),(0.6061606,0.3559612),(0.6019406,0.3517575),(0.5977041,0.3517575),(0.6019406,0.3559612),(0.5977041,0.3559612),(0.6061606,0.3601642),(0.6019406,0.3601642),(0.5977041,0.3601642),(0.6019406,0.3643664),(0.5977041,0.3643664),(0.6061606,0.3643663),(0.6103719,0.3601642),(0.6103719,0.3643664),(0.5934432,0.3517575),(0.589169,0.3517575),(0.5934432,0.3559612),(0.589169,0.3559612),(0.5848927,0.3517575),(0.5806257,0.3517575),(0.5848927,0.3559612),(0.5806257,0.3559612),(0.589169,0.3601642),(0.5848927,0.3601642),(0.5806257,0.3601642),(0.5848927,0.3643664),(0.5806257,0.3643664),(0.589169,0.3643663),(0.5934432,0.3601642),(0.5934432,0.3643664),(0.5763788,0.3517575),(0.572147,0.3517575),(0.5763788,0.3559612),(0.572147,0.3559612),(0.567925,0.3517575),(0.5637077,0.3517575),(0.567925,0.3559612),(0.5637077,0.3559612),(0.572147,0.3601642),(0.567925,0.3601642),(0.5637077,0.3601642),(0.567925,0.3643664),(0.5637077,0.3643664),(0.572147,0.3643663),(0.5763788,0.3601642),(0.5763788,0.3643664),(0.55949,0.3517575),(0.5552715,0.3517575),(0.55949,0.3559612),(0.5552715,0.3559612),(0.5510522,0.3517575),(0.5468317,0.3517575),(0.5510522,0.3559612),(0.5468317,0.3559612),(0.5552715,0.3601642),(0.5510522,0.3601642),(0.5468317,0.3601642),(0.5510522,0.3643664),(0.5468317,0.3643664),(0.5552715,0.3643663),(0.55949,0.3601642),(0.55949,0.3643664),(0.5426099,0.3517575),(0.5383899,0.3517575),(0.5426099,0.3559612),(0.5383899,0.3559612),(0.5341746,0.3517575),(0.5299669,0.3517575),(0.5341746,0.3559612),(0.5299669,0.3559612),(0.5383899,0.3601642),(0.5341746,0.3601642),(0.5299669,0.3601642),(0.5341746,0.3643664),(0.529967,0.3643664),(0.5383899,0.3643663),(0.5426099,0.3601642),(0.5426099,0.3643664),(0.52577,0.3517575),(0.5215818,0.3517575),(0.52577,0.3559612),(0.5215818,0.3559612),(0.5174,0.3517575),(0.5132228,0.3517575),(0.5174,0.3559612),(0.5132228,0.3559612),(0.5215818,0.3601642),(0.5174,0.3601642),(0.5132228,0.3601642),(0.5174,0.3643664),(0.5132228,0.3643664),(0.5215818,0.3643663),(0.52577,0.3601642),(0.52577,0.3643664),(0.5090478,0.3517575),(0.5048727,0.3517575),(0.5090478,0.3559612),(0.5048727,0.3559612),(0.5006949,0.3517575),(0.4965119,0.3517575),(0.5006949,0.3559612),(0.4965119,0.3559612),(0.5048727,0.3601642),(0.5006949,0.3601642),(0.4965119,0.3601642),(0.5006949,0.3643664),(0.4965119,0.3643664),(0.5048727,0.3643663),(0.5090478,0.3601642),(0.5090478,0.3643664),(0.4923214,0.3517575),(0.4881234,0.3517575),(0.4923214,0.3559612),(0.4881234,0.3559612),(0.4839184,0.3517575),(0.4797065,0.3517575),(0.4839184,0.3559612),(0.4797065,0.3559612),(0.4881234,0.3601642),(0.4839184,0.3601642),(0.4797065,0.3601642),(0.4839184,0.3643664),(0.4797064,0.3643664),(0.4881234,0.3643663),(0.4923214,0.3601642),(0.4923214,0.3643664),(0.4754879,0.3517575),(0.4712752,0.3517575),(0.4754879,0.3559612),(0.4712752,0.3559612),(0.4670808,0.3517575),(0.4629171,0.3517575),(0.4670808,0.3559612),(0.4629171,0.3559612),(0.4712752,0.3601642),(0.4670808,0.3601642),(0.4629171,0.3601642),(0.4670808,0.3643664),(0.4629171,0.3643664),(0.4712752,0.3643663),(0.4754879,0.3601642),(0.4754879,0.3643664),(0.4587967,0.3517575),(0.4547031,0.3517575),(0.4587967,0.3559612),(0.4547031,0.3559612),(0.4506197,0.3517575),(0.44653,0.3517575),(0.44653,0.3559612),(0.4506197,0.3559612),(0.4506197,0.3601642),(0.4547031,0.3601642),(0.44653,0.3601642),(0.44653,0.3643664),(0.4506197,0.3643664),(0.4547031,0.3643663),(0.4587967,0.3601642),(0.4587967,0.3643664),(0.4424174,0.3517575),(0.4382856,0.3517575),(0.4382856,0.3559612),(0.4424174,0.3559612),(0.4341379,0.3517575),(0.429978,0.3517575),(0.429978,0.3559612),(0.4341379,0.3559612),(0.4341379,0.3601642),(0.4382856,0.3601642),(0.429978,0.3601642),(0.429978,0.3643664),(0.4341379,0.3643664),(0.4382856,0.3643663),(0.4424174,0.3601642),(0.4424174,0.3643664),(0.4258092,0.3517575),(0.4216311,0.3517575),(0.4216312,0.3559612),(0.4258092,0.3559612),(0.4174434,0.3517575),(0.4132456,0.3517575),(0.4132456,0.3559612),(0.4174434,0.3559612),(0.4174434,0.3601642),(0.4216312,0.3601642),(0.4132456,0.3601642),(0.4132456,0.3643664),(0.4174434,0.3643664),(0.4216312,0.3643663),(0.4258092,0.3601642),(0.4258092,0.3643664),(0.4090372,0.3517575),(0.4048201,0.3517575),(0.4048201,0.3559612),(0.4090372,0.3559612),(0.4005963,0.3517575),(0.3963675,0.3517575),(0.3963675,0.3559612),(0.4005963,0.3559612),(0.4005963,0.3601642),(0.4048201,0.3601642),(0.3963675,0.3601642),(0.3963675,0.3643664),(0.4005963,0.3643664),(0.4048201,0.3643663),(0.4090372,0.3601642),(0.4090372,0.3643664),(0.3921357,0.3517575),(0.3879012,0.3517575),(0.3879012,0.3559612),(0.3921357,0.3559612),(0.3836642,0.3517575),(0.3794248,0.3517575),(0.3794249,0.3559612),(0.3836642,0.3559612),(0.3836642,0.3601642),(0.3879012,0.3601642),(0.3794248,0.3601642),(0.3794248,0.3643664),(0.3836642,0.3643664),(0.3879012,0.3643663),(0.3921357,0.3601642),(0.3921357,0.3643664),(0.3751834,0.3517575),(0.3709441,0.3517575),(0.3709441,0.3559612),(0.3751834,0.3559612),(0.3667112,0.3517575),(0.3624887,0.3517575),(0.3624887,0.3559612),(0.3667112,0.3559612),(0.3667112,0.3601642),(0.3709442,0.3601642),(0.3624887,0.3601642),(0.3624887,0.3643664),(0.3667112,0.3643664),(0.3709441,0.3643663),(0.3751834,0.3601642),(0.3751834,0.3643664),(0.358281,0.3517575),(0.3540821,0.3517575),(0.3540821,0.3559612),(0.358281,0.3559612),(0.3498864,0.3517575),(0.3456882,0.3517575),(0.3456882,0.3559612),(0.3498864,0.3559612),(0.3498864,0.3601642),(0.3540821,0.3601642),(0.3456882,0.3601642),(0.3456882,0.3643664),(0.3498864,0.3643664),(0.3540821,0.3643663),(0.3582809,0.3601642),(0.358281,0.3643664),(0.3414817,0.3517575),(0.3372694,0.3517575),(0.3372695,0.3559612),(0.3414817,0.3559612),(0.3330541,0.3517575),(0.3288383,0.3517575),(0.3288383,0.3559612),(0.3330541,0.3559612),(0.3330541,0.3601642),(0.3372695,0.3601642),(0.3288383,0.3601642),(0.3288383,0.3643664),(0.3330541,0.3643664),(0.3372695,0.3643663),(0.3414817,0.3601642),(0.3414817,0.3643664),(0.3246247,0.3517575),(0.3204179,0.3517575),(0.3204179,0.3559612),(0.3246247,0.3559612),(0.3162228,0.3517575),(0.3120441,0.3517575),(0.3120441,0.3559612),(0.3162228,0.3559612),(0.3162228,0.3601642),(0.3204179,0.3601642),(0.3120441,0.3601642),(0.3120441,0.3643664),(0.3162228,0.3643664),(0.3204179,0.3643663),(0.3246247,0.3601642),(0.3246247,0.3643664),(0.3078868,0.3517575),(0.3037427,0.3517575),(0.3037427,0.3559612),(0.3078868,0.3559612),(0.2996041,0.3517575),(0.2954631,0.3517575),(0.2954631,0.3559612),(0.2996041,0.3559612),(0.2996041,0.3601642),(0.3037428,0.3601642),(0.2954631,0.3601642),(0.2954631,0.3643664),(0.2996041,0.3643664),(0.3037427,0.3643663),(0.3078868,0.3601642),(0.3078868,0.3643664),(0.2913116,0.3517575),(0.2871543,0.3517575),(0.2871543,0.3559612),(0.2913116,0.3559612),(0.2829956,0.3517575),(0.2788399,0.3517575),(0.2788399,0.3559612),(0.2829956,0.3559612),(0.2829956,0.3601642),(0.2871543,0.3601642),(0.2788399,0.3601642),(0.2788399,0.3643664),(0.2829956,0.3643664),(0.2871543,0.3643663),(0.2913116,0.3601642),(0.2913116,0.3643664),(0.2746918,0.3517575),(0.2705556,0.3517575),(0.2705556,0.3559612),(0.2746918,0.3559612),(0.2664356,0.3517575),(0.262336,0.3517575),(0.262336,0.3559612),(0.2664356,0.3559612),(0.2664356,0.3601642),(0.2705556,0.3601642),(0.262336,0.3601642),(0.262336,0.3643664),(0.2664356,0.3643664),(0.2705556,0.3643663),(0.2746918,0.3601642),(0.2746918,0.3643664),(0.2582613,0.3517575),(0.254209,0.3517575),(0.254209,0.3559612),(0.2582613,0.3559612),(0.2501769,0.3517575),(0.2461624,0.3517575),(0.2461624,0.3559612),(0.2501769,0.3559612),(0.2501769,0.3601642),(0.254209,0.3601642),(0.2461624,0.3601642),(0.2461624,0.3643664),(0.2501769,0.3643664),(0.254209,0.3643663),(0.2582613,0.3601642),(0.2582613,0.3643664),(0.2421634,0.3517575),(0.238164,0.3517575),(0.238164,0.3559612),(0.2421634,0.3559612),(0.2341487,0.3517575),(0.2301017,0.3517575),(0.2301017,0.3559612),(0.2341487,0.3559612),(0.2341487,0.3601642),(0.238164,0.3601642),(0.2301017,0.3601642),(0.2301017,0.3643664),(0.2341487,0.3643664),(0.238164,0.3643663),(0.2421634,0.3601642),(0.2421634,0.3643664),(0.2260074,0.3517575),(0.2218787,0.3517575),(0.2218787,0.3559612),(0.2260074,0.3559612),(0.2177283,0.3517575),(0.2135691,0.3517575),(0.2135692,0.3559612),(0.2177283,0.3559612),(0.2177283,0.3601642),(0.2218787,0.3601642),(0.2135691,0.3601642),(0.2135692,0.3643664),(0.2177283,0.3643664),(0.2218787,0.3643663),(0.2260074,0.3601642),(0.2260074,0.3643664),(0.2094141,0.3517575),(0.2052627,0.3517575),(0.2052627,0.3559612),(0.2094141,0.3559612),(0.2011147,0.3517575),(0.1969699,0.3517575),(0.1969699,0.3559612),(0.2011147,0.3559612),(0.2011147,0.3601642),(0.2052627,0.3601642),(0.1969699,0.3601642),(0.1969699,0.3643664),(0.2011147,0.3643664),(0.2052627,0.3643663),(0.2094141,0.3601642),(0.2094141,0.3643664),(0.1928277,0.3517575),(0.1886888,0.3517575),(0.1886888,0.3559612),(0.1928277,0.3559612),(0.1845533,0.3517575),(0.1804218,0.3517575),(0.1804218,0.3559612),(0.1845533,0.3559612),(0.1845533,0.3601642),(0.1886888,0.3601642),(0.1804218,0.3601642),(0.1845533,0.3643664),(0.1804218,0.3643664),(0.1886888,0.3643663),(0.1928277,0.3601642),(0.1928277,0.3643664),(0.1762946,0.3517575),(0.1721701,0.3517575),(0.1762946,0.3559612),(0.1721701,0.3559612),(0.1680468,0.3517575),(0.163923,0.3517575),(0.1680468,0.3559612),(0.163923,0.3559612),(0.1721701,0.3601642),(0.1680468,0.3601642),(0.163923,0.3601642),(0.1680468,0.3643664),(0.163923,0.3643664),(0.1721701,0.3643663),(0.1762946,0.3601642),(0.1762946,0.3643664),(0.1597973,0.3517575),(0.1556691,0.3517575),(0.1597973,0.3559612),(0.1556691,0.3559612),(0.1515382,0.3517575),(0.1474041,0.3517575),(0.1474041,0.3559612),(0.1515382,0.3559612),(0.1515382,0.3601642),(0.1556691,0.3601642),(0.1474041,0.3601642),(0.1515382,0.3643664),(0.1474041,0.3643664),(0.1556691,0.3643663),(0.1597973,0.3601642),(0.1597973,0.3643664),(0.1432664,0.3517575),(0.1391259,0.3517575),(0.1432664,0.3559612),(0.1391259,0.3559612),(0.134983,0.3517575),(0.1308385,0.3517575),(0.134983,0.3559612),(0.1308385,0.3559612),(0.1391259,0.3601642),(0.134983,0.3601642),(0.1308385,0.3601642),(0.134983,0.3643664),(0.1308385,0.3643664),(0.1391259,0.3643663),(0.1432664,0.3601642),(0.1432664,0.3643664),(0.126693,0.3517575),(0.12255,0.3517575),(0.126693,0.3559612),(0.12255,0.3559612),(0.1184131,0.3517575),(0.1142857,0.3517575),(0.1184131,0.3559612),(0.1142857,0.3559612),(0.12255,0.3601642),(0.1184131,0.3601642),(0.1142857,0.3601642),(0.1184131,0.3643664),(0.1142857,0.3643664),(0.12255,0.3643663),(0.126693,0.3601642),(0.126693,0.3643664),(0.1101713,0.3517575),(0.1060752,0.3517575),(0.1101713,0.3559612),(0.1060752,0.3559612),(0.1020023,0.3517575),(0.09795791,0.3517575),(0.1020023,0.3559612),(0.09795791,0.3559612),(0.1060752,0.3601642),(0.1020023,0.3601642),(0.09795791,0.3601642),(0.1020023,0.3643664),(0.09795791,0.3643664),(0.1060752,0.3643663),(0.1101713,0.3601642),(0.1101713,0.3643664),(0.09394707,0.3517575),(0.08994583,0.3517575),(0.09394707,0.3559612),(0.08994584,0.3559612),(0.08593026,0.3517575),(0.08187638,0.3517575),(0.08593025,0.3559612),(0.08187637,0.3559612),(0.08994584,0.3601642),(0.08593026,0.3601642),(0.08187638,0.3601642),(0.08593026,0.3643664),(0.08187638,0.3643664),(0.08994584,0.3643663),(0.09394707,0.3601642),(0.09394707,0.3643664),(0.07776025,0.3517575),(0.07361087,0.3517575),(0.07776025,0.3559612),(0.07361087,0.3559612),(0.06945725,0.3517575),(0.06532837,0.3517575),(0.06945725,0.3559612),(0.06532837,0.3559612),(0.07361087,0.3601642),(0.06945725,0.3601642),(0.06532837,0.3601642),(0.06945725,0.3643664),(0.06532837,0.3643664),(0.07361087,0.3643663),(0.07776025,0.3601642),(0.07776025,0.3643664),(0.06125325,0.3517575),(0.05721605,0.3517575),(0.05721604,0.3559612),(0.06125325,0.3559612),(0.05320094,0.3517575),(0.0491921,0.3517575),(0.04919209,0.3559612),(0.05320094,0.3559612),(0.05320094,0.3601642),(0.05721605,0.3601642),(0.0491921,0.3601642),(0.04919209,0.3643664),(0.05320094,0.3643664),(0.05721605,0.3643663),(0.06125325,0.3601642),(0.06125325,0.3643664),(0.04517369,0.3517575),(0.04115105,0.3517575),(0.04517369,0.3559612),(0.04115105,0.3559612),(0.0371295,0.3517575),(0.03311438,0.3517575),(0.0371295,0.3559612),(0.03311437,0.3559612),(0.04115105,0.3601642),(0.0371295,0.3601642),(0.03311438,0.3601642),(0.0371295,0.3643664),(0.03311438,0.3643664),(0.04115105,0.3643663),(0.04517369,0.3601642),(0.04517369,0.3643664),(0.029111,0.3517575),(0.02511186,0.3517575),(0.02511186,0.3559612),(0.029111,0.3559612),(0.02110944,0.3517575),(0.01709622,0.3517575),(0.01709622,0.3559612),(0.02110944,0.3559612),(0.02110944,0.3601642),(0.02511186,0.3601642),(0.01709622,0.3601642),(0.01709622,0.3643664),(0.02110944,0.3643664),(0.02511186,0.3643663),(0.029111,0.3601642),(0.029111,0.3643664),(0.01306469,0.3517575),(0.009019421,0.3517575),(0.009019421,0.3559612),(0.01306469,0.3559612),(0.004965,0.3517576),(0.000906,0.3517578),(0.004965,0.3559613),(0.000906,0.3559615),(0.009019421,0.3601643),(0.004965,0.3601647),(0.000906,0.3601652),(0.000906,0.364369),(0.004965,0.3643671),(0.009019421,0.3643665),(0.01306469,0.3601642),(0.01306469,0.3643664),(0.999094,0.3685685),(0.9951518,0.3685679),(0.9912093,0.3685675),(0.9951518,0.3727667),(0.9912093,0.3727658),(0.999094,0.372768),(0.9872664,0.3685674),(0.983323,0.3685675),(0.9872664,0.3727654),(0.983323,0.3727654),(0.9912093,0.3769594),(0.9872664,0.3769583),(0.983323,0.3769583),(0.9872664,0.381144),(0.983323,0.381144),(0.9912093,0.3811458),(0.999094,0.3769675),(0.9951518,0.3769629),(0.9951518,0.381151),(0.999094,0.381167),(0.9793787,0.3685674),(0.9754275,0.3685674),(0.9793787,0.3727654),(0.9754274,0.3727654),(0.9714631,0.3685674),(0.9674796,0.3685675),(0.9714631,0.3727654),(0.9674796,0.3727654),(0.9754274,0.3769583),(0.9714631,0.3769583),(0.9674796,0.3769583),(0.9714631,0.381144),(0.9674796,0.381144),(0.9754274,0.381144),(0.9793787,0.3769583),(0.9793787,0.381144),(0.9634706,0.3685674),(0.9594426,0.3685674),(0.9634707,0.3727654),(0.9594426,0.3727654),(0.9554016,0.3685674),(0.9513539,0.3685675),(0.9554016,0.3727654),(0.9513539,0.3727654),(0.9594426,0.3769583),(0.9554016,0.3769583),(0.9513539,0.3769583),(0.9554016,0.381144),(0.9513539,0.381144),(0.9594425,0.381144),(0.9634707,0.3769583),(0.9634706,0.381144),(0.9473058,0.3685674),(0.9432498,0.3685674),(0.9473058,0.3727654),(0.9432497,0.3727654),(0.9391782,0.3685674),(0.9350839,0.3685675),(0.9391783,0.3727654),(0.9350839,0.3727654),(0.9432497,0.3769583),(0.9391782,0.3769583),(0.9350839,0.3769583),(0.9391783,0.381144),(0.9350839,0.381144),(0.9432497,0.381144),(0.9473058,0.3769583),(0.9473058,0.381144),(0.930959,0.3685674),(0.9268106,0.3685674),(0.930959,0.3727654),(0.9268106,0.3727654),(0.9226453,0.3685674),(0.9184701,0.3685675),(0.9226453,0.3727654),(0.9184701,0.3727654),(0.9268106,0.3769583),(0.9226453,0.3769583),(0.9184701,0.3769583),(0.9226453,0.381144),(0.9184701,0.381144),(0.9268106,0.381144),(0.930959,0.3769583),(0.930959,0.381144),(0.9142919,0.3685674),(0.910111,0.3685674),(0.9142919,0.3727654),(0.9101109,0.3727654),(0.9059278,0.3685674),(0.9017429,0.3685675),(0.9059278,0.3727654),(0.9017429,0.3727654),(0.910111,0.3769583),(0.9059278,0.3769583),(0.9017429,0.3769583),(0.9059278,0.381144),(0.9017428,0.381144),(0.9101109,0.381144),(0.9142919,0.3769583),(0.9142919,0.381144),(0.8975567,0.3685674),(0.8933688,0.3685674),(0.8975567,0.3727654),(0.8933688,0.3727654),(0.8891787,0.3685674),(0.8849859,0.3685675),(0.8891788,0.3727654),(0.8849859,0.3727654),(0.8933688,0.3769583),(0.8891787,0.3769583),(0.8849859,0.3769583),(0.8891788,0.381144),(0.8849859,0.381144),(0.8933688,0.381144),(0.8975567,0.3769583),(0.8975567,0.381144),(0.8807898,0.3685674),(0.8765806,0.3685674),(0.8807898,0.3727654),(0.8765807,0.3727654),(0.8723488,0.3685674),(0.8680845,0.3685675),(0.8723488,0.3727654),(0.8680845,0.3727654),(0.8765806,0.3769583),(0.8723488,0.3769583),(0.8680845,0.3769583),(0.8723488,0.381144),(0.8680845,0.381144),(0.8765806,0.381144),(0.8807898,0.3769583),(0.8807898,0.381144),(0.8637781,0.3685674),(0.8594491,0.3685674),(0.8637781,0.3727654),(0.8594491,0.3727654),(0.8551173,0.3685674),(0.8508024,0.3685675),(0.8551173,0.3727654),(0.8508024,0.3727654),(0.8594491,0.3769583),(0.8551173,0.3769583),(0.8508024,0.3769583),(0.8551173,0.381144),(0.8508024,0.381144),(0.859449,0.381144),(0.8637781,0.3769583),(0.8637781,0.381144),(0.846524,0.3685674),(0.8422731,0.3685674),(0.846524,0.3727654),(0.8422731,0.3727654),(0.8380403,0.3685674),(0.8338165,0.3685675),(0.8380403,0.3727654),(0.8338165,0.3727654),(0.8422731,0.3769583),(0.8380403,0.3769583),(0.8338165,0.3769583),(0.8380404,0.381144),(0.8338165,0.381144),(0.8422731,0.381144),(0.846524,0.3769583),(0.846524,0.381144),(0.8295926,0.3685674),(0.8253628,0.3685674),(0.8295926,0.3727654),(0.8253628,0.3727654),(0.8211217,0.3685674),(0.8168637,0.3685675),(0.8211217,0.3727654),(0.8168637,0.3727654),(0.8253628,0.3769583),(0.8211217,0.3769583),(0.8168637,0.3769583),(0.8211217,0.381144),(0.8168637,0.381144),(0.8253628,0.381144),(0.8295926,0.3769583),(0.8295926,0.381144),(0.8125832,0.3685674),(0.8082899,0.3685674),(0.8125832,0.3727654),(0.8082899,0.3727654),(0.8039935,0.3685674),(0.7997035,0.3685675),(0.7997035,0.3727654),(0.8039935,0.3727654),(0.8082899,0.3769583),(0.8039935,0.3769583),(0.7997035,0.3769583),(0.8039935,0.381144),(0.7997035,0.381144),(0.8082899,0.381144),(0.8125832,0.3769583),(0.8125832,0.381144),(0.7954297,0.3685674),(0.7911757,0.3685674),(0.7911757,0.3727654),(0.7954297,0.3727654),(0.7869452,0.3685674),(0.7827417,0.3685675),(0.7827417,0.3727654),(0.7869452,0.3727654),(0.7911757,0.3769583),(0.7869452,0.3769583),(0.7827417,0.3769583),(0.7869452,0.381144),(0.7827417,0.381144),(0.7911757,0.381144),(0.7954297,0.3769583),(0.7954297,0.381144),(0.7785689,0.3685674),(0.7744211,0.3685674),(0.7744212,0.3727654),(0.7785689,0.3727654),(0.7702925,0.3685674),(0.7661775,0.3685675),(0.7661775,0.3727654),(0.7702925,0.3727654),(0.7702925,0.3769583),(0.7744212,0.3769583),(0.7661775,0.3769583),(0.7702925,0.381144),(0.7661775,0.381144),(0.7744212,0.381144),(0.778569,0.3769583),(0.778569,0.381144),(0.7620703,0.3685674),(0.757961,0.3685674),(0.7620703,0.3727654),(0.757961,0.3727654),(0.7538399,0.3685674),(0.7496969,0.3685675),(0.7538399,0.3727654),(0.7496969,0.3727654),(0.757961,0.3769583),(0.7538399,0.3769583),(0.7496969,0.3769583),(0.7538399,0.381144),(0.7496969,0.381144),(0.757961,0.381144),(0.7620703,0.3769583),(0.7620703,0.381144),(0.7455223,0.3685674),(0.7413244,0.3685674),(0.7455223,0.3727654),(0.7413245,0.3727654),(0.7371117,0.3685674),(0.7328922,0.3685675),(0.7371117,0.3727654),(0.7328923,0.3727654),(0.7413245,0.3769583),(0.7371117,0.3769583),(0.7328922,0.3769583),(0.7371117,0.381144),(0.7328922,0.381144),(0.7413245,0.381144),(0.7455223,0.3769583),(0.7455223,0.381144),(0.7286744,0.3685674),(0.7244572,0.3685674),(0.7286744,0.3727654),(0.7244572,0.3727654),(0.7202395,0.3685674),(0.71602,0.3685675),(0.7202395,0.3727654),(0.71602,0.3727654),(0.7244572,0.3769583),(0.7202395,0.3769583),(0.71602,0.3769583),(0.7202394,0.381144),(0.71602,0.381144),(0.7244572,0.381144),(0.7286744,0.3769583),(0.7286744,0.381144),(0.7117977,0.3685674),(0.7075742,0.3685674),(0.7117977,0.3727654),(0.7075742,0.3727654),(0.7033514,0.3685674),(0.6991307,0.3685675),(0.7033514,0.3727654),(0.6991307,0.3727654),(0.7075742,0.3769583),(0.7033514,0.3769583),(0.6991307,0.3769583),(0.7033514,0.381144),(0.6991307,0.381144),(0.7075742,0.381144),(0.7117977,0.3769583),(0.7117977,0.381144),(0.6949139,0.3685674),(0.6906992,0.3685674),(0.6949139,0.3727654),(0.6906992,0.3727654),(0.6864849,0.3685674),(0.6822694,0.3685675),(0.6864849,0.3727654),(0.6822693,0.3727654),(0.6906992,0.3769583),(0.6864849,0.3769583),(0.6822694,0.3769583),(0.6864849,0.381144),(0.6822693,0.381144),(0.6906992,0.381144),(0.6949139,0.3769583),(0.6949139,0.381144),(0.6780508,0.3685674),(0.6738272,0.3685674),(0.6780507,0.3727654),(0.6738272,0.3727654),(0.6695971,0.3685674),(0.6653587,0.3685675),(0.6695971,0.3727654),(0.6653587,0.3727654),(0.6738272,0.3769583),(0.6695971,0.3769583),(0.6653587,0.3769583),(0.6695971,0.381144),(0.6653587,0.381144),(0.6738272,0.381144),(0.6780508,0.3769583),(0.6780507,0.381144),(0.6611102,0.3685674),(0.6568571,0.3685674),(0.6611102,0.3727654),(0.6568571,0.3727654),(0.6526053,0.3685674),(0.6483604,0.3685675),(0.6526054,0.3727654),(0.6483604,0.3727654),(0.6568571,0.3769583),(0.6526054,0.3769583),(0.6483604,0.3769583),(0.6526053,0.381144),(0.6483604,0.381144),(0.6568571,0.381144),(0.6611102,0.3769583),(0.6611102,0.381144),(0.6441281,0.3685674),(0.6399043,0.3685674),(0.6441281,0.3727654),(0.6399043,0.3727654),(0.635685,0.3685674),(0.6314663,0.3685675),(0.635685,0.3727654),(0.6314663,0.3727654),(0.6399043,0.3769583),(0.635685,0.3769583),(0.6314663,0.3769583),(0.635685,0.381144),(0.6314663,0.381144),(0.6399043,0.381144),(0.6441281,0.3769583),(0.6441281,0.381144),(0.627244,0.3685674),(0.6230208,0.3685674),(0.627244,0.3727654),(0.6230209,0.3727654),(0.6187993,0.3685674),(0.6145822,0.3685675),(0.6187993,0.3727654),(0.6145822,0.3727654),(0.6230208,0.3769583),(0.6187993,0.3769583),(0.6145822,0.3769583),(0.6187993,0.381144),(0.6145822,0.381144),(0.6230209,0.381144),(0.627244,0.3769583),(0.627244,0.381144),(0.6103719,0.3685674),(0.6061606,0.3685674),(0.6103719,0.3727654),(0.6061606,0.3727654),(0.6019406,0.3685674),(0.5977041,0.3685675),(0.6019406,0.3727654),(0.5977041,0.3727654),(0.6061606,0.3769583),(0.6019406,0.3769583),(0.5977041,0.3769583),(0.6019406,0.381144),(0.5977041,0.381144),(0.6061606,0.381144),(0.6103719,0.3769583),(0.6103719,0.381144),(0.5934432,0.3685674),(0.589169,0.3685674),(0.5934432,0.3727654),(0.589169,0.3727654),(0.5848927,0.3685674),(0.5806257,0.3685675),(0.5848927,0.3727654),(0.5806257,0.3727654),(0.589169,0.3769583),(0.5848927,0.3769583),(0.5806257,0.3769583),(0.5848927,0.381144),(0.5806257,0.381144),(0.589169,0.381144),(0.5934432,0.3769583),(0.5934432,0.381144),(0.5763788,0.3685674),(0.572147,0.3685674),(0.5763788,0.3727654),(0.572147,0.3727654),(0.567925,0.3685674),(0.5637077,0.3685675),(0.567925,0.3727654),(0.5637077,0.3727654),(0.572147,0.3769583),(0.567925,0.3769583),(0.5637077,0.3769583),(0.567925,0.381144),(0.5637077,0.381144),(0.572147,0.381144),(0.5763788,0.3769583),(0.5763788,0.381144),(0.55949,0.3685674),(0.5552715,0.3685674),(0.55949,0.3727654),(0.5552715,0.3727654),(0.5510522,0.3685674),(0.5468317,0.3685675),(0.5510522,0.3727654),(0.5468317,0.3727654),(0.5552715,0.3769583),(0.5510522,0.3769583),(0.5468317,0.3769583),(0.5510522,0.381144),(0.5468317,0.381144),(0.5552715,0.381144),(0.55949,0.3769583),(0.55949,0.381144),(0.5426099,0.3685674),(0.5383899,0.3685674),(0.5426099,0.3727654),(0.5383899,0.3727654),(0.5341746,0.3685674),(0.5299669,0.3685675),(0.5341746,0.3727654),(0.5299669,0.3727654),(0.5383899,0.3769583),(0.5341746,0.3769583),(0.5299669,0.3769583),(0.5341746,0.381144),(0.529967,0.381144),(0.5383899,0.381144),(0.5426099,0.3769583),(0.5426099,0.381144),(0.52577,0.3685674),(0.5215818,0.3685674),(0.52577,0.3727654),(0.5215818,0.3727654),(0.5174,0.3685674),(0.5132228,0.3685675),(0.5174,0.3727654),(0.5132228,0.3727654),(0.5215818,0.3769583),(0.5174,0.3769583),(0.5132228,0.3769583),(0.5174,0.381144),(0.5132228,0.381144),(0.5215818,0.381144),(0.52577,0.3769583),(0.52577,0.381144),(0.5090478,0.3685674),(0.5048727,0.3685674),(0.5090478,0.3727654),(0.5048727,0.3727654),(0.5006949,0.3685674),(0.4965119,0.3685675),(0.5006949,0.3727654),(0.4965119,0.3727654),(0.5048727,0.3769583),(0.5006949,0.3769583),(0.4965119,0.3769583),(0.5006949,0.381144),(0.4965119,0.381144),(0.5048727,0.381144),(0.5090478,0.3769583),(0.5090478,0.381144),(0.4923214,0.3685674),(0.4881234,0.3685674),(0.4923214,0.3727654),(0.4881234,0.3727654),(0.4839184,0.3685674),(0.4797065,0.3685675),(0.4839184,0.3727654),(0.4797065,0.3727654),(0.4881234,0.3769583),(0.4839184,0.3769583),(0.4797065,0.3769583),(0.4839184,0.381144),(0.4797064,0.381144),(0.4881234,0.381144),(0.4923214,0.3769583),(0.4923214,0.381144),(0.4754879,0.3685674),(0.4712752,0.3685674),(0.4754879,0.3727654),(0.4712752,0.3727654),(0.4670808,0.3685674),(0.4629171,0.3685675),(0.4670808,0.3727654),(0.4629171,0.3727654),(0.4712752,0.3769583),(0.4670808,0.3769583),(0.4629171,0.3769583),(0.4670808,0.381144),(0.4629171,0.381144),(0.4712752,0.381144),(0.4754879,0.3769583),(0.4754879,0.381144),(0.4587967,0.3685674),(0.4547031,0.3685674),(0.4547031,0.3727654),(0.4587967,0.3727654),(0.4506197,0.3685674),(0.44653,0.3685675),(0.44653,0.3727654),(0.4506197,0.3727654),(0.4506197,0.3769583),(0.4547031,0.3769583),(0.44653,0.3769583),(0.44653,0.381144),(0.4506197,0.381144),(0.4547031,0.381144),(0.4587967,0.3769583),(0.4587967,0.381144),(0.4424174,0.3685674),(0.4382856,0.3685674),(0.4382856,0.3727654),(0.4424174,0.3727654),(0.4341379,0.3685674),(0.429978,0.3685675),(0.429978,0.3727654),(0.4341379,0.3727654),(0.4341379,0.3769583),(0.4382856,0.3769583),(0.429978,0.3769583),(0.429978,0.381144),(0.4341379,0.381144),(0.4382856,0.381144),(0.4424174,0.3769583),(0.4424174,0.381144),(0.4258092,0.3685674),(0.4216311,0.3685674),(0.4216312,0.3727654),(0.4258092,0.3727654),(0.4174434,0.3685674),(0.4132456,0.3685675),(0.4132456,0.3727654),(0.4174434,0.3727654),(0.4174434,0.3769583),(0.4216312,0.3769583),(0.4132456,0.3769583),(0.4132456,0.381144),(0.4174434,0.381144),(0.4216312,0.381144),(0.4258092,0.3769583),(0.4258092,0.381144),(0.4090372,0.3685674),(0.4048201,0.3685674),(0.4048201,0.3727654),(0.4090372,0.3727654),(0.4005963,0.3685674),(0.3963675,0.3685675),(0.3963675,0.3727654),(0.4005963,0.3727654),(0.4005963,0.3769583),(0.4048201,0.3769583),(0.3963675,0.3769583),(0.3963675,0.381144),(0.4005963,0.381144),(0.4048201,0.381144),(0.4090372,0.3769583),(0.4090372,0.381144),(0.3921357,0.3685674),(0.3879012,0.3685674),(0.3879012,0.3727654),(0.3921357,0.3727654),(0.3836642,0.3685674),(0.3794248,0.3685675),(0.3794249,0.3727654),(0.3836642,0.3727654),(0.3836642,0.3769583),(0.3879012,0.3769583),(0.3794248,0.3769583),(0.3794248,0.381144),(0.3836642,0.381144),(0.3879012,0.381144),(0.3921357,0.3769583),(0.3921357,0.381144),(0.3751834,0.3685674),(0.3709441,0.3685674),(0.3709441,0.3727654),(0.3751834,0.3727654),(0.3667112,0.3685674),(0.3624887,0.3685675),(0.3624887,0.3727654),(0.3667112,0.3727654),(0.3667112,0.3769583),(0.3709442,0.3769583),(0.3624887,0.3769583),(0.3624887,0.381144),(0.3667112,0.381144),(0.3709441,0.381144),(0.3751834,0.3769583),(0.3751834,0.381144),(0.358281,0.3685674),(0.3540821,0.3685674),(0.3540821,0.3727654),(0.358281,0.3727654),(0.3498864,0.3685674),(0.3456882,0.3685675),(0.3456882,0.3727654),(0.3498864,0.3727654),(0.3498864,0.3769583),(0.3540821,0.3769583),(0.3456882,0.3769583),(0.3456882,0.381144),(0.3498864,0.381144),(0.3540821,0.381144),(0.3582809,0.3769583),(0.358281,0.381144),(0.3414817,0.3685674),(0.3372694,0.3685674),(0.3372695,0.3727654),(0.3414817,0.3727654),(0.3330541,0.3685674),(0.3288383,0.3685675),(0.3288383,0.3727654),(0.3330541,0.3727654),(0.3330541,0.3769583),(0.3372695,0.3769583),(0.3288383,0.3769583),(0.3288383,0.381144),(0.3330541,0.381144),(0.3372695,0.381144),(0.3414817,0.3769583),(0.3414817,0.381144),(0.3246247,0.3685674),(0.3204179,0.3685674),(0.3204179,0.3727654),(0.3246247,0.3727654),(0.3162228,0.3685674),(0.3120441,0.3685675),(0.3120441,0.3727654),(0.3162228,0.3727654),(0.3162228,0.3769583),(0.3204179,0.3769583),(0.3120441,0.3769583),(0.3120441,0.381144),(0.3162228,0.381144),(0.3204179,0.381144),(0.3246247,0.3769583),(0.3246247,0.381144),(0.3078868,0.3685674),(0.3037427,0.3685674),(0.3037427,0.3727654),(0.3078868,0.3727654),(0.2996041,0.3685674),(0.2954631,0.3685675),(0.2954631,0.3727654),(0.2996041,0.3727654),(0.2996041,0.3769583),(0.3037428,0.3769583),(0.2954631,0.3769583),(0.2954631,0.381144),(0.2996041,0.381144),(0.3037427,0.381144),(0.3078868,0.3769583),(0.3078868,0.381144),(0.2913116,0.3685674),(0.2871543,0.3685674),(0.2871543,0.3727654),(0.2913116,0.3727654),(0.2829956,0.3685674),(0.2788399,0.3685675),(0.2788399,0.3727654),(0.2829956,0.3727654),(0.2829956,0.3769583),(0.2871543,0.3769583),(0.2788399,0.3769583),(0.2788399,0.381144),(0.2829956,0.381144),(0.2871543,0.381144),(0.2913116,0.3769583),(0.2913116,0.381144),(0.2746918,0.3685674),(0.2705556,0.3685674),(0.2705556,0.3727654),(0.2746918,0.3727654),(0.2664356,0.3685674),(0.262336,0.3685675),(0.262336,0.3727654),(0.2664356,0.3727654),(0.2664356,0.3769583),(0.2705556,0.3769583),(0.262336,0.3769583),(0.262336,0.381144),(0.2664356,0.381144),(0.2705556,0.381144),(0.2746918,0.3769583),(0.2746918,0.381144),(0.2582613,0.3685674),(0.254209,0.3685674),(0.254209,0.3727654),(0.2582613,0.3727654),(0.2501769,0.3685674),(0.2461624,0.3685675),(0.2461624,0.3727654),(0.2501769,0.3727654),(0.2501769,0.3769583),(0.254209,0.3769583),(0.2461624,0.3769583),(0.2461624,0.381144),(0.2501769,0.381144),(0.254209,0.381144),(0.2582613,0.3769583),(0.2582613,0.381144),(0.2421634,0.3685674),(0.238164,0.3685674),(0.238164,0.3727654),(0.2421634,0.3727654),(0.2341487,0.3685674),(0.2301017,0.3685675),(0.2301017,0.3727654),(0.2341487,0.3727654),(0.2341487,0.3769583),(0.238164,0.3769583),(0.2301017,0.3769583),(0.2301017,0.381144),(0.2341487,0.381144),(0.238164,0.381144),(0.2421634,0.3769583),(0.2421634,0.381144),(0.2260074,0.3685674),(0.2218787,0.3685674),(0.2218787,0.3727654),(0.2260074,0.3727654),(0.2177283,0.3685674),(0.2135691,0.3685675),(0.2135692,0.3727654),(0.2177283,0.3727654),(0.2177283,0.3769583),(0.2218787,0.3769583),(0.2135691,0.3769583),(0.2135692,0.381144),(0.2177283,0.381144),(0.2218787,0.381144),(0.2260074,0.3769583),(0.2260074,0.381144),(0.2094141,0.3685674),(0.2052627,0.3685674),(0.2052627,0.3727654),(0.2094141,0.3727654),(0.2011147,0.3685674),(0.1969699,0.3685675),(0.1969699,0.3727654),(0.2011147,0.3727654),(0.2011147,0.3769583),(0.2052627,0.3769583),(0.1969699,0.3769583),(0.2011147,0.381144),(0.1969699,0.381144),(0.2052627,0.381144),(0.2094141,0.3769583),(0.2094141,0.381144),(0.1928277,0.3685674),(0.1886888,0.3685674),(0.1928277,0.3727654),(0.1886888,0.3727654),(0.1845533,0.3685674),(0.1804218,0.3685675),(0.1845533,0.3727654),(0.1804218,0.3727654),(0.1886888,0.3769583),(0.1845533,0.3769583),(0.1804218,0.3769583),(0.1845533,0.381144),(0.1804218,0.381144),(0.1886888,0.381144),(0.1928277,0.3769583),(0.1928277,0.381144),(0.1762946,0.3685674),(0.1721701,0.3685674),(0.1762946,0.3727654),(0.1721701,0.3727654),(0.1680468,0.3685674),(0.163923,0.3685675),(0.1680468,0.3727654),(0.163923,0.3727654),(0.1721701,0.3769583),(0.1680468,0.3769583),(0.163923,0.3769583),(0.1680468,0.381144),(0.163923,0.381144),(0.1721701,0.381144),(0.1762946,0.3769583),(0.1762946,0.381144),(0.1597973,0.3685674),(0.1556691,0.3685674),(0.1597973,0.3727654),(0.1556691,0.3727654),(0.1515382,0.3685674),(0.1474041,0.3685675),(0.1515382,0.3727654),(0.1474041,0.3727654),(0.1556691,0.3769583),(0.1515382,0.3769583),(0.1474041,0.3769583),(0.1515382,0.381144),(0.1474041,0.381144),(0.1556691,0.381144),(0.1597973,0.3769583),(0.1597973,0.381144),(0.1432664,0.3685674),(0.1391259,0.3685674),(0.1432664,0.3727654),(0.1391259,0.3727654),(0.134983,0.3685674),(0.1308385,0.3685675),(0.134983,0.3727654),(0.1308385,0.3727654),(0.1391259,0.3769583),(0.134983,0.3769583),(0.1308385,0.3769583),(0.134983,0.381144),(0.1308385,0.381144),(0.1391259,0.381144),(0.1432664,0.3769583),(0.1432664,0.381144),(0.126693,0.3685674),(0.12255,0.3685674),(0.126693,0.3727654),(0.12255,0.3727654),(0.1184131,0.3685674),(0.1142857,0.3685675),(0.1184131,0.3727654),(0.1142857,0.3727654),(0.12255,0.3769583),(0.1184131,0.3769583),(0.1142857,0.3769583),(0.1184131,0.381144),(0.1142857,0.381144),(0.12255,0.381144),(0.126693,0.3769583),(0.126693,0.381144),(0.1101713,0.3685674),(0.1060752,0.3685674),(0.1101713,0.3727654),(0.1060752,0.3727654),(0.1020023,0.3685674),(0.09795791,0.3685675),(0.1020023,0.3727654),(0.09795791,0.3727654),(0.1020023,0.3769583),(0.1060752,0.3769583),(0.09795791,0.3769583),(0.09795791,0.381144),(0.1020023,0.381144),(0.1060752,0.381144),(0.1101713,0.3769583),(0.1101713,0.381144),(0.09394707,0.3685674),(0.08994583,0.3685674),(0.09394707,0.3727654),(0.08994584,0.3727654),(0.08593026,0.3685674),(0.08187638,0.3685675),(0.08593025,0.3727654),(0.08187637,0.3727654),(0.08994584,0.3769583),(0.08593026,0.3769583),(0.08187638,0.3769583),(0.08593026,0.381144),(0.08187638,0.381144),(0.08994584,0.381144),(0.09394707,0.3769583),(0.09394707,0.381144),(0.07776025,0.3685674),(0.07361087,0.3685674),(0.07776025,0.3727654),(0.07361087,0.3727654),(0.06945725,0.3685674),(0.06532837,0.3685675),(0.06945725,0.3727654),(0.06532837,0.3727654),(0.07361087,0.3769583),(0.06945725,0.3769583),(0.06532837,0.3769583),(0.06945725,0.381144),(0.06532837,0.381144),(0.07361087,0.381144),(0.07776025,0.3769583),(0.07776025,0.381144),(0.06125325,0.3685674),(0.05721605,0.3685674),(0.05721604,0.3727654),(0.06125325,0.3727654),(0.05320094,0.3685674),(0.0491921,0.3685675),(0.05320094,0.3727654),(0.04919209,0.3727654),(0.05721605,0.3769583),(0.05320094,0.3769583),(0.0491921,0.3769583),(0.05320094,0.381144),(0.04919209,0.381144),(0.05721605,0.381144),(0.06125325,0.3769583),(0.06125325,0.381144),(0.04517369,0.3685674),(0.04115105,0.3685674),(0.04517369,0.3727654),(0.04115105,0.3727654),(0.0371295,0.3685674),(0.03311438,0.3685675),(0.0371295,0.3727654),(0.03311437,0.3727654),(0.04115105,0.3769583),(0.0371295,0.3769583),(0.03311438,0.3769583),(0.0371295,0.381144),(0.03311438,0.381144),(0.04115105,0.381144),(0.04517369,0.3769583),(0.04517369,0.381144),(0.029111,0.3685674),(0.02511186,0.3685674),(0.029111,0.3727654),(0.02511186,0.3727654),(0.02110944,0.3685674),(0.01709622,0.3685675),(0.01709622,0.3727654),(0.02110944,0.3727654),(0.02110944,0.3769583),(0.02511186,0.3769583),(0.01709622,0.3769583),(0.01709622,0.381144),(0.02110944,0.381144),(0.02511186,0.381144),(0.029111,0.3769583),(0.029111,0.381144),(0.01306469,0.3685674),(0.009019421,0.3685675),(0.009019421,0.3727658),(0.01306469,0.3727654),(0.004965,0.3685679),(0.000906,0.3685685),(0.000906,0.372768),(0.004965,0.3727667),(0.004965,0.3769629),(0.009019421,0.3769594),(0.000906,0.3769675),(0.000906,0.381167),(0.004965,0.381151),(0.009019421,0.3811458),(0.01306469,0.3769583),(0.01306469,0.381144),(0.999094,0.3853297),(0.9951518,0.3853252),(0.9912093,0.3853217),(0.9951518,0.3894927),(0.9912093,0.3894928),(0.999094,0.3894925),(0.9872664,0.3853205),(0.983323,0.3853205),(0.9872664,0.3894928),(0.983323,0.3894928),(0.9912093,0.3936644),(0.9872664,0.3936657),(0.983323,0.3936657),(0.9872664,0.3978441),(0.983323,0.3978441),(0.9912093,0.3978422),(0.999094,0.3936553),(0.9951518,0.3936605),(0.9951518,0.3978363),(0.999094,0.397818),(0.9793787,0.3853205),(0.9754275,0.3853205),(0.9793787,0.3894928),(0.9754274,0.3894929),(0.9714631,0.3853205),(0.9674796,0.3853205),(0.9714631,0.3894928),(0.9674796,0.3894928),(0.9754274,0.3936657),(0.9714631,0.3936657),(0.9674796,0.3936657),(0.9714631,0.3978441),(0.9674796,0.3978441),(0.9754274,0.3978441),(0.9793787,0.3936657),(0.9793787,0.3978441),(0.9634706,0.3853205),(0.9594426,0.3853205),(0.9634707,0.3894928),(0.9594426,0.3894929),(0.9554016,0.3853205),(0.9513539,0.3853205),(0.9554016,0.3894928),(0.9513539,0.3894928),(0.9594426,0.3936657),(0.9554016,0.3936657),(0.9513539,0.3936657),(0.9554016,0.3978441),(0.9513539,0.3978441),(0.9594425,0.3978441),(0.9634707,0.3936657),(0.9634706,0.3978441),(0.9473058,0.3853205),(0.9432498,0.3853205),(0.9473058,0.3894928),(0.9432497,0.3894929),(0.9391782,0.3853205),(0.9350839,0.3853205),(0.9391783,0.3894928),(0.9350839,0.3894928),(0.9432497,0.3936657),(0.9391782,0.3936657),(0.9350839,0.3936657),(0.9391783,0.3978441),(0.9350839,0.3978441),(0.9432497,0.3978441),(0.9473058,0.3936657),(0.9473058,0.3978441),(0.930959,0.3853205),(0.9268106,0.3853205),(0.930959,0.3894928),(0.9268106,0.3894929),(0.9226453,0.3853205),(0.9184701,0.3853205),(0.9226453,0.3894928),(0.9184701,0.3894928),(0.9268106,0.3936657),(0.9226453,0.3936657),(0.9184701,0.3936657),(0.9226453,0.3978441),(0.9184701,0.3978441),(0.9268106,0.3978441),(0.930959,0.3936657),(0.930959,0.3978441),(0.9142919,0.3853205),(0.910111,0.3853205),(0.9142919,0.3894928),(0.9101109,0.3894929),(0.9059278,0.3853205),(0.9017429,0.3853205),(0.9059278,0.3894928),(0.9017429,0.3894928),(0.910111,0.3936657),(0.9059278,0.3936657),(0.9017429,0.3936657),(0.9059278,0.3978441),(0.9017428,0.3978441),(0.9101109,0.3978441),(0.9142919,0.3936657),(0.9142919,0.3978441),(0.8975567,0.3853205),(0.8933688,0.3853205),(0.8975567,0.3894928),(0.8933688,0.3894929),(0.8891787,0.3853205),(0.8849859,0.3853205),(0.8891788,0.3894928),(0.8849859,0.3894928),(0.8933688,0.3936657),(0.8891787,0.3936657),(0.8849859,0.3936657),(0.8891788,0.3978441),(0.8849859,0.3978441),(0.8933688,0.3978441),(0.8975567,0.3936657),(0.8975567,0.3978441),(0.8807898,0.3853205),(0.8765806,0.3853205),(0.8807898,0.3894928),(0.8765807,0.3894929),(0.8723488,0.3853205),(0.8680845,0.3853205),(0.8723488,0.3894928),(0.8680845,0.3894928),(0.8765806,0.3936657),(0.8723488,0.3936657),(0.8680845,0.3936657),(0.8723488,0.3978441),(0.8680845,0.3978441),(0.8765806,0.3978441),(0.8807898,0.3936657),(0.8807898,0.3978441),(0.8637781,0.3853205),(0.8594491,0.3853205),(0.8637781,0.3894928),(0.8594491,0.3894929),(0.8551173,0.3853205),(0.8508024,0.3853205),(0.8551173,0.3894928),(0.8508024,0.3894928),(0.8594491,0.3936657),(0.8551173,0.3936657),(0.8508024,0.3936657),(0.8551173,0.3978441),(0.8508024,0.3978441),(0.859449,0.3978441),(0.8637781,0.3936657),(0.8637781,0.3978441),(0.846524,0.3853205),(0.8422731,0.3853205),(0.846524,0.3894928),(0.8422731,0.3894929),(0.8380403,0.3853205),(0.8338165,0.3853205),(0.8380403,0.3894928),(0.8338165,0.3894928),(0.8422731,0.3936657),(0.8380403,0.3936657),(0.8338165,0.3936657),(0.8380404,0.3978441),(0.8338165,0.3978441),(0.8422731,0.3978441),(0.846524,0.3936657),(0.846524,0.3978441),(0.8295926,0.3853205),(0.8253628,0.3853205),(0.8295926,0.3894928),(0.8253628,0.3894929),(0.8211217,0.3853205),(0.8168637,0.3853205),(0.8211217,0.3894928),(0.8168637,0.3894928),(0.8253628,0.3936657),(0.8211217,0.3936657),(0.8168637,0.3936657),(0.8211217,0.3978441),(0.8168637,0.3978441),(0.8253628,0.3978441),(0.8295926,0.3936657),(0.8295926,0.3978441),(0.8125832,0.3853205),(0.8082899,0.3853205),(0.8125832,0.3894928),(0.8082899,0.3894929),(0.8039935,0.3853205),(0.7997035,0.3853205),(0.8039935,0.3894928),(0.7997035,0.3894928),(0.8082899,0.3936657),(0.8039935,0.3936657),(0.7997035,0.3936657),(0.8039935,0.3978441),(0.7997035,0.3978441),(0.8082899,0.3978441),(0.8125832,0.3936657),(0.8125832,0.3978441),(0.7954297,0.3853205),(0.7911757,0.3853205),(0.7954297,0.3894928),(0.7911757,0.3894929),(0.7869452,0.3853205),(0.7827417,0.3853205),(0.7869452,0.3894928),(0.7827417,0.3894928),(0.7911757,0.3936657),(0.7869452,0.3936657),(0.7827417,0.3936657),(0.7869452,0.3978441),(0.7827417,0.3978441),(0.7911757,0.3978441),(0.7954297,0.3936657),(0.7954297,0.3978441),(0.7785689,0.3853205),(0.7744211,0.3853205),(0.7785689,0.3894928),(0.7744212,0.3894929),(0.7702925,0.3853205),(0.7661775,0.3853205),(0.7702925,0.3894928),(0.7661775,0.3894928),(0.7744212,0.3936657),(0.7702925,0.3936657),(0.7661775,0.3936657),(0.7702925,0.3978441),(0.7661775,0.3978441),(0.7744212,0.3978441),(0.778569,0.3936657),(0.778569,0.3978441),(0.7620703,0.3853205),(0.757961,0.3853205),(0.7620703,0.3894928),(0.757961,0.3894929),(0.7538399,0.3853205),(0.7496969,0.3853205),(0.7538399,0.3894928),(0.7496969,0.3894928),(0.757961,0.3936657),(0.7538399,0.3936657),(0.7496969,0.3936657),(0.7538399,0.3978441),(0.7496969,0.3978441),(0.757961,0.3978441),(0.7620703,0.3936657),(0.7620703,0.3978441),(0.7455223,0.3853205),(0.7413244,0.3853205),(0.7455223,0.3894928),(0.7413245,0.3894929),(0.7371117,0.3853205),(0.7328922,0.3853205),(0.7371117,0.3894928),(0.7328923,0.3894928),(0.7413245,0.3936657),(0.7371117,0.3936657),(0.7328922,0.3936657),(0.7371117,0.3978441),(0.7328922,0.3978441),(0.7413245,0.3978441),(0.7455223,0.3936657),(0.7455223,0.3978441),(0.7286744,0.3853205),(0.7244572,0.3853205),(0.7286744,0.3894928),(0.7244572,0.3894929),(0.7202395,0.3853205),(0.71602,0.3853205),(0.7202395,0.3894928),(0.71602,0.3894928),(0.7244572,0.3936657),(0.7202395,0.3936657),(0.71602,0.3936657),(0.7202394,0.3978441),(0.71602,0.3978441),(0.7244572,0.3978441),(0.7286744,0.3936657),(0.7286744,0.3978441),(0.7117977,0.3853205),(0.7075742,0.3853205),(0.7117977,0.3894928),(0.7075742,0.3894929),(0.7033514,0.3853205),(0.6991307,0.3853205),(0.7033514,0.3894928),(0.6991307,0.3894928),(0.7075742,0.3936657),(0.7033514,0.3936657),(0.6991307,0.3936657),(0.7033514,0.3978441),(0.6991307,0.3978441),(0.7075742,0.3978441),(0.7117977,0.3936657),(0.7117977,0.3978441),(0.6949139,0.3853205),(0.6906992,0.3853205),(0.6949139,0.3894928),(0.6906992,0.3894929),(0.6864849,0.3853205),(0.6822694,0.3853205),(0.6864849,0.3894928),(0.6822693,0.3894928),(0.6906992,0.3936657),(0.6864849,0.3936657),(0.6822694,0.3936657),(0.6864849,0.3978441),(0.6822693,0.3978441),(0.6906992,0.3978441),(0.6949139,0.3936657),(0.6949139,0.3978441),(0.6780508,0.3853205),(0.6738272,0.3853205),(0.6780507,0.3894928),(0.6738272,0.3894929),(0.6695971,0.3853205),(0.6653587,0.3853205),(0.6695971,0.3894928),(0.6653587,0.3894928),(0.6738272,0.3936657),(0.6695971,0.3936657),(0.6653587,0.3936657),(0.6695971,0.3978441),(0.6653587,0.3978441),(0.6738272,0.3978441),(0.6780508,0.3936657),(0.6780507,0.3978441),(0.6611102,0.3853205),(0.6568571,0.3853205),(0.6611102,0.3894928),(0.6568571,0.3894929),(0.6526053,0.3853205),(0.6483604,0.3853205),(0.6526054,0.3894928),(0.6483604,0.3894928),(0.6568571,0.3936657),(0.6526054,0.3936657),(0.6483604,0.3936657),(0.6526053,0.3978441),(0.6483604,0.3978441),(0.6568571,0.3978441),(0.6611102,0.3936657),(0.6611102,0.3978441),(0.6441281,0.3853205),(0.6399043,0.3853205),(0.6441281,0.3894928),(0.6399043,0.3894929),(0.635685,0.3853205),(0.6314663,0.3853205),(0.635685,0.3894928),(0.6314663,0.3894928),(0.6399043,0.3936657),(0.635685,0.3936657),(0.6314663,0.3936657),(0.635685,0.3978441),(0.6314663,0.3978441),(0.6399043,0.3978441),(0.6441281,0.3936657),(0.6441281,0.3978441),(0.627244,0.3853205),(0.6230208,0.3853205),(0.627244,0.3894928),(0.6230209,0.3894929),(0.6187993,0.3853205),(0.6145822,0.3853205),(0.6187993,0.3894928),(0.6145822,0.3894928),(0.6230208,0.3936657),(0.6187993,0.3936657),(0.6145822,0.3936657),(0.6187993,0.3978441),(0.6145822,0.3978441),(0.6230209,0.3978441),(0.627244,0.3936657),(0.627244,0.3978441),(0.6103719,0.3853205),(0.6061606,0.3853205),(0.6103719,0.3894928),(0.6061606,0.3894929),(0.6019406,0.3853205),(0.5977041,0.3853205),(0.6019406,0.3894928),(0.5977041,0.3894928),(0.6061606,0.3936657),(0.6019406,0.3936657),(0.5977041,0.3936657),(0.6019406,0.3978441),(0.5977041,0.3978441),(0.6061606,0.3978441),(0.6103719,0.3936657),(0.6103719,0.3978441),(0.5934432,0.3853205),(0.589169,0.3853205),(0.5934432,0.3894928),(0.589169,0.3894929),(0.5848927,0.3853205),(0.5806257,0.3853205),(0.5848927,0.3894928),(0.5806257,0.3894928),(0.589169,0.3936657),(0.5848927,0.3936657),(0.5806257,0.3936657),(0.5848927,0.3978441),(0.5806257,0.3978441),(0.589169,0.3978441),(0.5934432,0.3936657),(0.5934432,0.3978441),(0.5763788,0.3853205),(0.572147,0.3853205),(0.5763788,0.3894928),(0.572147,0.3894929),(0.567925,0.3853205),(0.5637077,0.3853205),(0.567925,0.3894928),(0.5637077,0.3894928),(0.572147,0.3936657),(0.567925,0.3936657),(0.5637077,0.3936657),(0.567925,0.3978441),(0.5637077,0.3978441),(0.572147,0.3978441),(0.5763788,0.3936657),(0.5763788,0.3978441),(0.55949,0.3853205),(0.5552715,0.3853205),(0.55949,0.3894928),(0.5552715,0.3894929),(0.5510522,0.3853205),(0.5468317,0.3853205),(0.5510522,0.3894928),(0.5468317,0.3894928),(0.5552715,0.3936657),(0.5510522,0.3936657),(0.5468317,0.3936657),(0.5510522,0.3978441),(0.5468317,0.3978441),(0.5552715,0.3978441),(0.55949,0.3936657),(0.55949,0.3978441),(0.5426099,0.3853205),(0.5383899,0.3853205),(0.5426099,0.3894928),(0.5383899,0.3894929),(0.5341746,0.3853205),(0.5299669,0.3853205),(0.5341746,0.3894928),(0.5299669,0.3894928),(0.5383899,0.3936657),(0.5341746,0.3936657),(0.5299669,0.3936657),(0.5341746,0.3978441),(0.529967,0.3978441),(0.5383899,0.3978441),(0.5426099,0.3936657),(0.5426099,0.3978441),(0.52577,0.3853205),(0.5215818,0.3853205),(0.52577,0.3894928),(0.5215818,0.3894929),(0.5174,0.3853205),(0.5132228,0.3853205),(0.5174,0.3894928),(0.5132228,0.3894928),(0.5215818,0.3936657),(0.5174,0.3936657),(0.5132228,0.3936657),(0.5174,0.3978441),(0.5132228,0.3978441),(0.5215818,0.3978441),(0.52577,0.3936657),(0.52577,0.3978441),(0.5090478,0.3853205),(0.5048727,0.3853205),(0.5090478,0.3894928),(0.5048727,0.3894929),(0.5006949,0.3853205),(0.4965119,0.3853205),(0.5006949,0.3894928),(0.4965119,0.3894928),(0.5048727,0.3936657),(0.5006949,0.3936657),(0.4965119,0.3936657),(0.5006949,0.3978441),(0.4965119,0.3978441),(0.5048727,0.3978441),(0.5090478,0.3936657),(0.5090478,0.3978441),(0.4923214,0.3853205),(0.4881234,0.3853205),(0.4923214,0.3894928),(0.4881234,0.3894929),(0.4839184,0.3853205),(0.4797065,0.3853205),(0.4839184,0.3894928),(0.4797065,0.3894928),(0.4881234,0.3936657),(0.4839184,0.3936657),(0.4797065,0.3936657),(0.4839184,0.3978441),(0.4797064,0.3978441),(0.4881234,0.3978441),(0.4923214,0.3936657),(0.4923214,0.3978441),(0.4754879,0.3853205),(0.4712752,0.3853205),(0.4754879,0.3894928),(0.4712752,0.3894929),(0.4670808,0.3853205),(0.4629171,0.3853205),(0.4670808,0.3894928),(0.4629171,0.3894928),(0.4712752,0.3936657),(0.4670808,0.3936657),(0.4629171,0.3936657),(0.4670808,0.3978441),(0.4629171,0.3978441),(0.4712752,0.3978441),(0.4754879,0.3936657),(0.4754879,0.3978441),(0.4587967,0.3853205),(0.4547031,0.3853205),(0.4587967,0.3894928),(0.4547031,0.3894929),(0.4506197,0.3853205),(0.44653,0.3853205),(0.44653,0.3894928),(0.4506197,0.3894928),(0.4547031,0.3936657),(0.4506197,0.3936657),(0.44653,0.3936657),(0.4506197,0.3978441),(0.44653,0.3978441),(0.4547031,0.3978441),(0.4587967,0.3936657),(0.4587967,0.3978441),(0.4424174,0.3853205),(0.4382856,0.3853205),(0.4382856,0.3894929),(0.4424174,0.3894928),(0.4341379,0.3853205),(0.429978,0.3853205),(0.429978,0.3894928),(0.4341379,0.3894928),(0.4341379,0.3936657),(0.4382856,0.3936657),(0.429978,0.3936657),(0.429978,0.3978441),(0.4341379,0.3978441),(0.4382856,0.3978441),(0.4424174,0.3936657),(0.4424174,0.3978441),(0.4258092,0.3853205),(0.4216311,0.3853205),(0.4216312,0.3894929),(0.4258092,0.3894928),(0.4174434,0.3853205),(0.4132456,0.3853205),(0.4132456,0.3894928),(0.4174434,0.3894928),(0.4174434,0.3936657),(0.4216312,0.3936657),(0.4132456,0.3936657),(0.4132456,0.3978441),(0.4174434,0.3978441),(0.4216312,0.3978441),(0.4258092,0.3936657),(0.4258092,0.3978441),(0.4090372,0.3853205),(0.4048201,0.3853205),(0.4048201,0.3894929),(0.4090372,0.3894928),(0.4005963,0.3853205),(0.3963675,0.3853205),(0.3963675,0.3894928),(0.4005963,0.3894928),(0.4005963,0.3936657),(0.4048201,0.3936657),(0.3963675,0.3936657),(0.3963675,0.3978441),(0.4005963,0.3978441),(0.4048201,0.3978441),(0.4090372,0.3936657),(0.4090372,0.3978441),(0.3921357,0.3853205),(0.3879012,0.3853205),(0.3879012,0.3894929),(0.3921357,0.3894928),(0.3836642,0.3853205),(0.3794248,0.3853205),(0.3794249,0.3894928),(0.3836642,0.3894928),(0.3836642,0.3936657),(0.3879012,0.3936657),(0.3794248,0.3936657),(0.3794248,0.3978441),(0.3836642,0.3978441),(0.3879012,0.3978441),(0.3921357,0.3936657),(0.3921357,0.3978441),(0.3751834,0.3853205),(0.3709441,0.3853205),(0.3709441,0.3894929),(0.3751834,0.3894928),(0.3667112,0.3853205),(0.3624887,0.3853205),(0.3624887,0.3894928),(0.3667112,0.3894928),(0.3667112,0.3936657),(0.3709442,0.3936657),(0.3624887,0.3936657),(0.3624887,0.3978441),(0.3667112,0.3978441),(0.3709441,0.3978441),(0.3751834,0.3936657),(0.3751834,0.3978441),(0.358281,0.3853205),(0.3540821,0.3853205),(0.3540821,0.3894929),(0.358281,0.3894928),(0.3498864,0.3853205),(0.3456882,0.3853205),(0.3456882,0.3894928),(0.3498864,0.3894928),(0.3498864,0.3936657),(0.3540821,0.3936657),(0.3456882,0.3936657),(0.3456882,0.3978441),(0.3498864,0.3978441),(0.3540821,0.3978441),(0.3582809,0.3936657),(0.358281,0.3978441),(0.3414817,0.3853205),(0.3372694,0.3853205),(0.3372695,0.3894929),(0.3414817,0.3894928),(0.3330541,0.3853205),(0.3288383,0.3853205),(0.3288383,0.3894928),(0.3330541,0.3894928),(0.3330541,0.3936657),(0.3372695,0.3936657),(0.3288383,0.3936657),(0.3288383,0.3978441),(0.3330541,0.3978441),(0.3372695,0.3978441),(0.3414817,0.3936657),(0.3414817,0.3978441),(0.3246247,0.3853205),(0.3204179,0.3853205),(0.3204179,0.3894929),(0.3246247,0.3894928),(0.3162228,0.3853205),(0.3120441,0.3853205),(0.3120441,0.3894928),(0.3162228,0.3894928),(0.3162228,0.3936657),(0.3204179,0.3936657),(0.3120441,0.3936657),(0.3120441,0.3978441),(0.3162228,0.3978441),(0.3204179,0.3978441),(0.3246247,0.3936657),(0.3246247,0.3978441),(0.3078868,0.3853205),(0.3037427,0.3853205),(0.3037427,0.3894929),(0.3078868,0.3894928),(0.2996041,0.3853205),(0.2954631,0.3853205),(0.2954631,0.3894928),(0.2996041,0.3894928),(0.2996041,0.3936657),(0.3037428,0.3936657),(0.2954631,0.3936657),(0.2954631,0.3978441),(0.2996041,0.3978441),(0.3037427,0.3978441),(0.3078868,0.3936657),(0.3078868,0.3978441),(0.2913116,0.3853205),(0.2871543,0.3853205),(0.2871543,0.3894929),(0.2913116,0.3894928),(0.2829956,0.3853205),(0.2788399,0.3853205),(0.2788399,0.3894928),(0.2829956,0.3894928),(0.2829956,0.3936657),(0.2871543,0.3936657),(0.2788399,0.3936657),(0.2788399,0.3978441),(0.2829956,0.3978441),(0.2871543,0.3978441),(0.2913116,0.3936657),(0.2913116,0.3978441),(0.2746918,0.3853205),(0.2705556,0.3853205),(0.2705556,0.3894929),(0.2746918,0.3894928),(0.2664356,0.3853205),(0.262336,0.3853205),(0.262336,0.3894928),(0.2664356,0.3894928),(0.2664356,0.3936657),(0.2705556,0.3936657),(0.262336,0.3936657),(0.262336,0.3978441),(0.2664356,0.3978441),(0.2705556,0.3978441),(0.2746918,0.3936657),(0.2746918,0.3978441),(0.2582613,0.3853205),(0.254209,0.3853205),(0.254209,0.3894929),(0.2582613,0.3894928),(0.2501769,0.3853205),(0.2461624,0.3853205),(0.2461624,0.3894928),(0.2501769,0.3894928),(0.2501769,0.3936657),(0.254209,0.3936657),(0.2461624,0.3936657),(0.2461624,0.3978441),(0.2501769,0.3978441),(0.254209,0.3978441),(0.2582613,0.3936657),(0.2582613,0.3978441),(0.2421634,0.3853205),(0.238164,0.3853205),(0.238164,0.3894929),(0.2421634,0.3894928),(0.2341487,0.3853205),(0.2301017,0.3853205),(0.2301017,0.3894928),(0.2341487,0.3894928),(0.2341487,0.3936657),(0.238164,0.3936657),(0.2301017,0.3936657),(0.2301017,0.3978441),(0.2341487,0.3978441),(0.238164,0.3978441),(0.2421634,0.3936657),(0.2421634,0.3978441),(0.2260074,0.3853205),(0.2218787,0.3853205),(0.2218787,0.3894929),(0.2260074,0.3894928),(0.2177283,0.3853205),(0.2135691,0.3853205),(0.2135692,0.3894928),(0.2177283,0.3894928),(0.2177283,0.3936657),(0.2218787,0.3936657),(0.2135691,0.3936657),(0.2177283,0.3978441),(0.2135692,0.3978441),(0.2218787,0.3978441),(0.2260074,0.3936657),(0.2260074,0.3978441),(0.2094141,0.3853205),(0.2052627,0.3853205),(0.2094141,0.3894928),(0.2052627,0.3894929),(0.2011147,0.3853205),(0.1969699,0.3853205),(0.2011147,0.3894928),(0.1969699,0.3894928),(0.2052627,0.3936657),(0.2011147,0.3936657),(0.1969699,0.3936657),(0.2011147,0.3978441),(0.1969699,0.3978441),(0.2052627,0.3978441),(0.2094141,0.3936657),(0.2094141,0.3978441),(0.1928277,0.3853205),(0.1886888,0.3853205),(0.1928277,0.3894928),(0.1886888,0.3894929),(0.1845533,0.3853205),(0.1804218,0.3853205),(0.1845533,0.3894928),(0.1804218,0.3894928),(0.1886888,0.3936657),(0.1845533,0.3936657),(0.1804218,0.3936657),(0.1804218,0.3978441),(0.1845533,0.3978441),(0.1886888,0.3978441),(0.1928277,0.3936657),(0.1928277,0.3978441),(0.1762946,0.3853205),(0.1721701,0.3853205),(0.1762946,0.3894928),(0.1721701,0.3894929),(0.1680468,0.3853205),(0.163923,0.3853205),(0.163923,0.3894928),(0.1680468,0.3894928),(0.1680468,0.3936657),(0.1721701,0.3936657),(0.163923,0.3936657),(0.163923,0.3978441),(0.1680468,0.3978441),(0.1721701,0.3978441),(0.1762946,0.3936657),(0.1762946,0.3978441),(0.1597973,0.3853205),(0.1556691,0.3853205),(0.1556691,0.3894929),(0.1597973,0.3894928),(0.1515382,0.3853205),(0.1474041,0.3853205),(0.1474041,0.3894928),(0.1515382,0.3894928),(0.1515382,0.3936657),(0.1556691,0.3936657),(0.1474041,0.3936657),(0.1515382,0.3978441),(0.1474041,0.3978441),(0.1556691,0.3978441),(0.1597973,0.3936657),(0.1597973,0.3978441),(0.1432664,0.3853205),(0.1391259,0.3853205),(0.1432664,0.3894928),(0.1391259,0.3894929),(0.134983,0.3853205),(0.1308385,0.3853205),(0.134983,0.3894928),(0.1308385,0.3894928),(0.1391259,0.3936657),(0.134983,0.3936657),(0.1308385,0.3936657),(0.134983,0.3978441),(0.1308385,0.3978441),(0.1391259,0.3978441),(0.1432664,0.3936657),(0.1432664,0.3978441),(0.126693,0.3853205),(0.12255,0.3853205),(0.126693,0.3894928),(0.12255,0.3894929),(0.1184131,0.3853205),(0.1142857,0.3853205),(0.1184131,0.3894928),(0.1142857,0.3894928),(0.12255,0.3936657),(0.1184131,0.3936657),(0.1142857,0.3936657),(0.1142857,0.3978441),(0.1184131,0.3978441),(0.12255,0.3978441),(0.126693,0.3936657),(0.126693,0.3978441),(0.1101713,0.3853205),(0.1060752,0.3853205),(0.1060752,0.3894929),(0.1101713,0.3894928),(0.1020023,0.3853205),(0.09795791,0.3853205),(0.09795791,0.3894928),(0.1020023,0.3894928),(0.1020023,0.3936657),(0.1060752,0.3936657),(0.09795791,0.3936657),(0.09795791,0.3978441),(0.1020023,0.3978441),(0.1060752,0.3978441),(0.1101713,0.3936657),(0.1101713,0.3978441),(0.09394707,0.3853205),(0.08994583,0.3853205),(0.09394707,0.3894928),(0.08994584,0.3894929),(0.08593026,0.3853205),(0.08187638,0.3853205),(0.08187637,0.3894928),(0.08593025,0.3894928),(0.08593026,0.3936657),(0.08994584,0.3936657),(0.08187638,0.3936657),(0.08187638,0.3978441),(0.08593026,0.3978441),(0.08994584,0.3978441),(0.09394707,0.3936657),(0.09394707,0.3978441),(0.07776025,0.3853205),(0.07361087,0.3853205),(0.07361087,0.3894929),(0.07776025,0.3894928),(0.06945725,0.3853205),(0.06532837,0.3853205),(0.06532837,0.3894928),(0.06945725,0.3894928),(0.06945725,0.3936657),(0.07361087,0.3936657),(0.06532837,0.3936657),(0.06532837,0.3978441),(0.06945725,0.3978441),(0.07361087,0.3978441),(0.07776025,0.3936657),(0.07776025,0.3978441),(0.06125325,0.3853205),(0.05721605,0.3853205),(0.05721604,0.3894929),(0.06125325,0.3894928),(0.05320094,0.3853205),(0.0491921,0.3853205),(0.04919209,0.3894928),(0.05320094,0.3894928),(0.05320094,0.3936657),(0.05721605,0.3936657),(0.0491921,0.3936657),(0.04919209,0.3978441),(0.05320094,0.3978441),(0.05721605,0.3978441),(0.06125325,0.3936657),(0.06125325,0.3978441),(0.04517369,0.3853205),(0.04115105,0.3853205),(0.04517369,0.3894928),(0.04115105,0.3894929),(0.0371295,0.3853205),(0.03311438,0.3853205),(0.0371295,0.3894928),(0.03311437,0.3894928),(0.0371295,0.3936657),(0.04115105,0.3936657),(0.03311438,0.3936657),(0.03311438,0.3978441),(0.0371295,0.3978441),(0.04115105,0.3978441),(0.04517369,0.3936657),(0.04517369,0.3978441),(0.029111,0.3853205),(0.02511186,0.3853205),(0.02511186,0.3894929),(0.029111,0.3894928),(0.02110944,0.3853205),(0.01709622,0.3853205),(0.01709622,0.3894928),(0.02110944,0.3894928),(0.02110944,0.3936657),(0.02511186,0.3936657),(0.01709622,0.3936657),(0.01709622,0.3978441),(0.02110944,0.3978441),(0.02511186,0.3978441),(0.029111,0.3936657),(0.029111,0.3978441),(0.01306469,0.3853205),(0.009019421,0.3853217),(0.009019421,0.3894928),(0.01306469,0.3894928),(0.004965,0.3853252),(0.000906,0.3853297),(0.000906,0.3894925),(0.004965,0.3894927),(0.004965,0.3936605),(0.009019421,0.3936644),(0.000906,0.3936553),(0.000906,0.397818),(0.004965,0.3978363),(0.009019421,0.3978422),(0.01306469,0.3936657),(0.01306469,0.3978441),(0.999094,0.4020225),(0.9951518,0.4020277),(0.9912093,0.4020317),(0.9912093,0.4062249),(0.9951518,0.4062258),(0.999094,0.406227),(0.9872664,0.402033),(0.983323,0.402033),(0.983323,0.4062246),(0.9872664,0.4062246),(0.9872664,0.4104115),(0.9912093,0.410414),(0.983323,0.4104115),(0.983323,0.4145861),(0.9872664,0.414586),(0.9912093,0.4145898),(0.9951518,0.4104215),(0.999094,0.4104315),(0.9951518,0.414601),(0.999094,0.414636),(0.9793787,0.402033),(0.9754275,0.402033),(0.9793787,0.4062246),(0.9754274,0.4062246),(0.9714631,0.402033),(0.9674796,0.402033),(0.9714631,0.4062246),(0.9674796,0.4062246),(0.9754274,0.4104115),(0.9714631,0.4104115),(0.9674796,0.4104115),(0.9674796,0.4145861),(0.9714631,0.414586),(0.9754274,0.4145861),(0.9793787,0.4104115),(0.9793787,0.414586),(0.9634706,0.402033),(0.9594426,0.402033),(0.9634707,0.4062246),(0.9594426,0.4062246),(0.9554016,0.402033),(0.9513539,0.402033),(0.9554016,0.4062246),(0.9513539,0.4062246),(0.9594426,0.4104115),(0.9554016,0.4104115),(0.9513539,0.4104115),(0.9554016,0.414586),(0.9513539,0.4145861),(0.9594425,0.4145861),(0.9634707,0.4104115),(0.9634706,0.414586),(0.9473058,0.402033),(0.9432498,0.402033),(0.9473058,0.4062246),(0.9432497,0.4062246),(0.9391782,0.402033),(0.9350839,0.402033),(0.9391783,0.4062246),(0.9350839,0.4062246),(0.9432497,0.4104115),(0.9391782,0.4104115),(0.9350839,0.4104115),(0.9391783,0.414586),(0.9350839,0.4145861),(0.9432497,0.4145861),(0.9473058,0.4104115),(0.9473058,0.414586),(0.930959,0.402033),(0.9268106,0.402033),(0.930959,0.4062246),(0.9268106,0.4062246),(0.9226453,0.402033),(0.9184701,0.402033),(0.9226453,0.4062246),(0.9184701,0.4062246),(0.9268106,0.4104115),(0.9226453,0.4104115),(0.9184701,0.4104115),(0.9226453,0.414586),(0.9184701,0.4145861),(0.9268106,0.4145861),(0.930959,0.4104115),(0.930959,0.414586),(0.9142919,0.402033),(0.910111,0.402033),(0.9142919,0.4062246),(0.9101109,0.4062246),(0.9059278,0.402033),(0.9017429,0.402033),(0.9059278,0.4062246),(0.9017429,0.4062246),(0.910111,0.4104115),(0.9059278,0.4104115),(0.9017429,0.4104115),(0.9059278,0.414586),(0.9017428,0.4145861),(0.9101109,0.4145861),(0.9142919,0.4104115),(0.9142919,0.414586),(0.8975567,0.402033),(0.8933688,0.402033),(0.8975567,0.4062246),(0.8933688,0.4062246),(0.8891787,0.402033),(0.8849859,0.402033),(0.8891788,0.4062246),(0.8849859,0.4062246),(0.8933688,0.4104115),(0.8891787,0.4104115),(0.8849859,0.4104115),(0.8891788,0.414586),(0.8849859,0.4145861),(0.8933688,0.4145861),(0.8975567,0.4104115),(0.8975567,0.414586),(0.8807898,0.402033),(0.8765806,0.402033),(0.8807898,0.4062246),(0.8765807,0.4062246),(0.8723488,0.402033),(0.8680845,0.402033),(0.8723488,0.4062246),(0.8680845,0.4062246),(0.8765806,0.4104115),(0.8723488,0.4104115),(0.8680845,0.4104115),(0.8723488,0.414586),(0.8680845,0.4145861),(0.8765806,0.4145861),(0.8807898,0.4104115),(0.8807898,0.414586),(0.8637781,0.402033),(0.8594491,0.402033),(0.8637781,0.4062246),(0.8594491,0.4062246),(0.8551173,0.402033),(0.8508024,0.402033),(0.8551173,0.4062246),(0.8508024,0.4062246),(0.8594491,0.4104115),(0.8551173,0.4104115),(0.8508024,0.4104115),(0.8551173,0.414586),(0.8508024,0.4145861),(0.859449,0.4145861),(0.8637781,0.4104115),(0.8637781,0.414586),(0.846524,0.402033),(0.8422731,0.402033),(0.846524,0.4062246),(0.8422731,0.4062246),(0.8380403,0.402033),(0.8338165,0.402033),(0.8380403,0.4062246),(0.8338165,0.4062246),(0.8422731,0.4104115),(0.8380403,0.4104115),(0.8338165,0.4104115),(0.8380404,0.414586),(0.8338165,0.4145861),(0.8422731,0.4145861),(0.846524,0.4104115),(0.846524,0.414586),(0.8295926,0.402033),(0.8253628,0.402033),(0.8295926,0.4062246),(0.8253628,0.4062246),(0.8211217,0.402033),(0.8168637,0.402033),(0.8211217,0.4062246),(0.8168637,0.4062246),(0.8253628,0.4104115),(0.8211217,0.4104115),(0.8168637,0.4104115),(0.8211217,0.414586),(0.8168637,0.4145861),(0.8253628,0.4145861),(0.8295926,0.4104115),(0.8295926,0.414586),(0.8125832,0.402033),(0.8082899,0.402033),(0.8125832,0.4062246),(0.8082899,0.4062246),(0.8039935,0.402033),(0.7997035,0.402033),(0.8039935,0.4062246),(0.7997035,0.4062246),(0.8082899,0.4104115),(0.8039935,0.4104115),(0.7997035,0.4104115),(0.8039935,0.414586),(0.7997035,0.4145861),(0.8082899,0.4145861),(0.8125832,0.4104115),(0.8125832,0.414586),(0.7954297,0.402033),(0.7911757,0.402033),(0.7954297,0.4062246),(0.7911757,0.4062246),(0.7869452,0.402033),(0.7827417,0.402033),(0.7869452,0.4062246),(0.7827417,0.4062246),(0.7911757,0.4104115),(0.7869452,0.4104115),(0.7827417,0.4104115),(0.7827417,0.4145861),(0.7869452,0.414586),(0.7911757,0.4145861),(0.7954297,0.4104115),(0.7954297,0.414586),(0.7785689,0.402033),(0.7744211,0.402033),(0.7785689,0.4062246),(0.7744212,0.4062246),(0.7702925,0.402033),(0.7661775,0.402033),(0.7702925,0.4062246),(0.7661775,0.4062246),(0.7744212,0.4104115),(0.7702925,0.4104115),(0.7661775,0.4104115),(0.7702925,0.414586),(0.7661775,0.4145861),(0.7744212,0.4145861),(0.778569,0.4104115),(0.778569,0.414586),(0.7620703,0.402033),(0.757961,0.402033),(0.7620703,0.4062246),(0.757961,0.4062246),(0.7538399,0.402033),(0.7496969,0.402033),(0.7538399,0.4062246),(0.7496969,0.4062246),(0.757961,0.4104115),(0.7538399,0.4104115),(0.7496969,0.4104115),(0.7538399,0.414586),(0.7496969,0.4145861),(0.757961,0.4145861),(0.7620703,0.4104115),(0.7620703,0.414586),(0.7455223,0.402033),(0.7413244,0.402033),(0.7455223,0.4062246),(0.7413245,0.4062246),(0.7371117,0.402033),(0.7328922,0.402033),(0.7371117,0.4062246),(0.7328923,0.4062246),(0.7413245,0.4104115),(0.7371117,0.4104115),(0.7328922,0.4104115),(0.7371117,0.414586),(0.7328922,0.4145861),(0.7413245,0.4145861),(0.7455223,0.4104115),(0.7455223,0.414586),(0.7286744,0.402033),(0.7244572,0.402033),(0.7286744,0.4062246),(0.7244572,0.4062246),(0.7202395,0.402033),(0.71602,0.402033),(0.7202395,0.4062246),(0.71602,0.4062246),(0.7244572,0.4104115),(0.7202395,0.4104115),(0.71602,0.4104115),(0.7202394,0.414586),(0.71602,0.4145861),(0.7244572,0.4145861),(0.7286744,0.4104115),(0.7286744,0.414586),(0.7117977,0.402033),(0.7075742,0.402033),(0.7117977,0.4062246),(0.7075742,0.4062246),(0.7033514,0.402033),(0.6991307,0.402033),(0.7033514,0.4062246),(0.6991307,0.4062246),(0.7075742,0.4104115),(0.7033514,0.4104115),(0.6991307,0.4104115),(0.7033514,0.414586),(0.6991307,0.4145861),(0.7075742,0.4145861),(0.7117977,0.4104115),(0.7117977,0.414586),(0.6949139,0.402033),(0.6906992,0.402033),(0.6949139,0.4062246),(0.6906992,0.4062246),(0.6864849,0.402033),(0.6822694,0.402033),(0.6864849,0.4062246),(0.6822693,0.4062246),(0.6906992,0.4104115),(0.6864849,0.4104115),(0.6822694,0.4104115),(0.6864849,0.414586),(0.6822693,0.4145861),(0.6906992,0.4145861),(0.6949139,0.4104115),(0.6949139,0.414586),(0.6780508,0.402033),(0.6738272,0.402033),(0.6780507,0.4062246),(0.6738272,0.4062246),(0.6695971,0.402033),(0.6653587,0.402033),(0.6695971,0.4062246),(0.6653587,0.4062246),(0.6738272,0.4104115),(0.6695971,0.4104115),(0.6653587,0.4104115),(0.6695971,0.414586),(0.6653587,0.4145861),(0.6738272,0.4145861),(0.6780508,0.4104115),(0.6780507,0.414586),(0.6611102,0.402033),(0.6568571,0.402033),(0.6611102,0.4062246),(0.6568571,0.4062246),(0.6526053,0.402033),(0.6483604,0.402033),(0.6526054,0.4062246),(0.6483604,0.4062246),(0.6568571,0.4104115),(0.6526054,0.4104115),(0.6483604,0.4104115),(0.6526053,0.414586),(0.6483604,0.4145861),(0.6568571,0.4145861),(0.6611102,0.4104115),(0.6611102,0.414586),(0.6441281,0.402033),(0.6399043,0.402033),(0.6441281,0.4062246),(0.6399043,0.4062246),(0.635685,0.402033),(0.6314663,0.402033),(0.635685,0.4062246),(0.6314663,0.4062246),(0.6399043,0.4104115),(0.635685,0.4104115),(0.6314663,0.4104115),(0.635685,0.414586),(0.6314663,0.4145861),(0.6399043,0.4145861),(0.6441281,0.4104115),(0.6441281,0.414586),(0.627244,0.402033),(0.6230208,0.402033),(0.627244,0.4062246),(0.6230209,0.4062246),(0.6187993,0.402033),(0.6145822,0.402033),(0.6187993,0.4062246),(0.6145822,0.4062246),(0.6230208,0.4104115),(0.6187993,0.4104115),(0.6145822,0.4104115),(0.6187993,0.414586),(0.6145822,0.4145861),(0.6230209,0.4145861),(0.627244,0.4104115),(0.627244,0.414586),(0.6103719,0.402033),(0.6061606,0.402033),(0.6103719,0.4062246),(0.6061606,0.4062246),(0.6019406,0.402033),(0.5977041,0.402033),(0.6019406,0.4062246),(0.5977041,0.4062246),(0.6061606,0.4104115),(0.6019406,0.4104115),(0.5977041,0.4104115),(0.6019406,0.414586),(0.5977041,0.4145861),(0.6061606,0.4145861),(0.6103719,0.4104115),(0.6103719,0.414586),(0.5934432,0.402033),(0.589169,0.402033),(0.5934432,0.4062246),(0.589169,0.4062246),(0.5848927,0.402033),(0.5806257,0.402033),(0.5848927,0.4062246),(0.5806257,0.4062246),(0.589169,0.4104115),(0.5848927,0.4104115),(0.5806257,0.4104115),(0.5848927,0.414586),(0.5806257,0.4145861),(0.589169,0.4145861),(0.5934432,0.4104115),(0.5934432,0.414586),(0.5763788,0.402033),(0.572147,0.402033),(0.5763788,0.4062246),(0.572147,0.4062246),(0.567925,0.402033),(0.5637077,0.402033),(0.567925,0.4062246),(0.5637077,0.4062246),(0.572147,0.4104115),(0.567925,0.4104115),(0.5637077,0.4104115),(0.567925,0.414586),(0.5637077,0.4145861),(0.572147,0.4145861),(0.5763788,0.4104115),(0.5763788,0.414586),(0.55949,0.402033),(0.5552715,0.402033),(0.55949,0.4062246),(0.5552715,0.4062246),(0.5510522,0.402033),(0.5468317,0.402033),(0.5510522,0.4062246),(0.5468317,0.4062246),(0.5552715,0.4104115),(0.5510522,0.4104115),(0.5468317,0.4104115),(0.5510522,0.414586),(0.5468317,0.4145861),(0.5552715,0.4145861),(0.55949,0.4104115),(0.55949,0.414586),(0.5426099,0.402033),(0.5383899,0.402033),(0.5426099,0.4062246),(0.5383899,0.4062246),(0.5341746,0.402033),(0.5299669,0.402033),(0.5341746,0.4062246),(0.5299669,0.4062246),(0.5383899,0.4104115),(0.5341746,0.4104115),(0.5299669,0.4104115),(0.5341746,0.414586),(0.529967,0.4145861),(0.5383899,0.4145861),(0.5426099,0.4104115),(0.5426099,0.414586),(0.52577,0.402033),(0.5215818,0.402033),(0.52577,0.4062246),(0.5215818,0.4062246),(0.5174,0.402033),(0.5132228,0.402033),(0.5174,0.4062246),(0.5132228,0.4062246),(0.5215818,0.4104115),(0.5174,0.4104115),(0.5132228,0.4104115),(0.5174,0.414586),(0.5132228,0.4145861),(0.5215818,0.4145861),(0.52577,0.4104115),(0.52577,0.414586),(0.5090478,0.402033),(0.5048727,0.402033),(0.5090478,0.4062246),(0.5048727,0.4062246),(0.5006949,0.402033),(0.4965119,0.402033),(0.5006949,0.4062246),(0.4965119,0.4062246),(0.5048727,0.4104115),(0.5006949,0.4104115),(0.4965119,0.4104115),(0.5006949,0.414586),(0.4965119,0.4145861),(0.5048727,0.4145861),(0.5090478,0.4104115),(0.5090478,0.414586),(0.4923214,0.402033),(0.4881234,0.402033),(0.4923214,0.4062246),(0.4881234,0.4062246),(0.4839184,0.402033),(0.4797065,0.402033),(0.4839184,0.4062246),(0.4797065,0.4062246),(0.4881234,0.4104115),(0.4839184,0.4104115),(0.4797065,0.4104115),(0.4839184,0.414586),(0.4797064,0.4145861),(0.4881234,0.4145861),(0.4923214,0.4104115),(0.4923214,0.414586),(0.4754879,0.402033),(0.4712752,0.402033),(0.4754879,0.4062246),(0.4712752,0.4062246),(0.4670808,0.402033),(0.4629171,0.402033),(0.4670808,0.4062246),(0.4629171,0.4062246),(0.4712752,0.4104115),(0.4670808,0.4104115),(0.4629171,0.4104115),(0.4670808,0.414586),(0.4629171,0.4145861),(0.4712752,0.4145861),(0.4754879,0.4104115),(0.4754879,0.414586),(0.4587967,0.402033),(0.4547031,0.402033),(0.4587967,0.4062246),(0.4547031,0.4062246),(0.4506197,0.402033),(0.44653,0.402033),(0.4506197,0.4062246),(0.44653,0.4062246),(0.4547031,0.4104115),(0.4506197,0.4104115),(0.44653,0.4104115),(0.4506197,0.414586),(0.44653,0.4145861),(0.4547031,0.4145861),(0.4587967,0.4104115),(0.4587967,0.414586),(0.4424174,0.402033),(0.4382856,0.402033),(0.4424174,0.4062246),(0.4382856,0.4062246),(0.4341379,0.402033),(0.429978,0.402033),(0.429978,0.4062246),(0.4341379,0.4062246),(0.4382856,0.4104115),(0.4341379,0.4104115),(0.429978,0.4104115),(0.429978,0.4145861),(0.4341379,0.414586),(0.4382856,0.4145861),(0.4424174,0.4104115),(0.4424174,0.414586),(0.4258092,0.402033),(0.4216311,0.402033),(0.4216312,0.4062246),(0.4258092,0.4062246),(0.4174434,0.402033),(0.4132456,0.402033),(0.4132456,0.4062246),(0.4174434,0.4062246),(0.4174434,0.4104115),(0.4216312,0.4104115),(0.4132456,0.4104115),(0.4132456,0.4145861),(0.4174434,0.414586),(0.4216312,0.4145861),(0.4258092,0.4104115),(0.4258092,0.414586),(0.4090372,0.402033),(0.4048201,0.402033),(0.4048201,0.4062246),(0.4090372,0.4062246),(0.4005963,0.402033),(0.3963675,0.402033),(0.3963675,0.4062246),(0.4005963,0.4062246),(0.4005963,0.4104115),(0.4048201,0.4104115),(0.3963675,0.4104115),(0.3963675,0.4145861),(0.4005963,0.414586),(0.4048201,0.4145861),(0.4090372,0.4104115),(0.4090372,0.414586),(0.3921357,0.402033),(0.3879012,0.402033),(0.3879012,0.4062246),(0.3921357,0.4062246),(0.3836642,0.402033),(0.3794248,0.402033),(0.3794249,0.4062246),(0.3836642,0.4062246),(0.3836642,0.4104115),(0.3879012,0.4104115),(0.3794248,0.4104115),(0.3794248,0.4145861),(0.3836642,0.414586),(0.3879012,0.4145861),(0.3921357,0.4104115),(0.3921357,0.414586),(0.3751834,0.402033),(0.3709441,0.402033),(0.3709441,0.4062246),(0.3751834,0.4062246),(0.3667112,0.402033),(0.3624887,0.402033),(0.3624887,0.4062246),(0.3667112,0.4062246),(0.3667112,0.4104115),(0.3709442,0.4104115),(0.3624887,0.4104115),(0.3624887,0.4145861),(0.3667112,0.414586),(0.3709441,0.4145861),(0.3751834,0.4104115),(0.3751834,0.414586),(0.358281,0.402033),(0.3540821,0.402033),(0.3540821,0.4062246),(0.358281,0.4062246),(0.3498864,0.402033),(0.3456882,0.402033),(0.3456882,0.4062246),(0.3498864,0.4062246),(0.3498864,0.4104115),(0.3540821,0.4104115),(0.3456882,0.4104115),(0.3456882,0.4145861),(0.3498864,0.414586),(0.3540821,0.4145861),(0.3582809,0.4104115),(0.358281,0.414586),(0.3414817,0.402033),(0.3372694,0.402033),(0.3372695,0.4062246),(0.3414817,0.4062246),(0.3330541,0.402033),(0.3288383,0.402033),(0.3288383,0.4062246),(0.3330541,0.4062246),(0.3330541,0.4104115),(0.3372695,0.4104115),(0.3288383,0.4104115),(0.3288383,0.4145861),(0.3330541,0.414586),(0.3372695,0.4145861),(0.3414817,0.4104115),(0.3414817,0.414586),(0.3246247,0.402033),(0.3204179,0.402033),(0.3204179,0.4062246),(0.3246247,0.4062246),(0.3162228,0.402033),(0.3120441,0.402033),(0.3120441,0.4062246),(0.3162228,0.4062246),(0.3162228,0.4104115),(0.3204179,0.4104115),(0.3120441,0.4104115),(0.3120441,0.4145861),(0.3162228,0.414586),(0.3204179,0.4145861),(0.3246247,0.4104115),(0.3246247,0.414586),(0.3078868,0.402033),(0.3037427,0.402033),(0.3037427,0.4062246),(0.3078868,0.4062246),(0.2996041,0.402033),(0.2954631,0.402033),(0.2954631,0.4062246),(0.2996041,0.4062246),(0.2996041,0.4104115),(0.3037428,0.4104115),(0.2954631,0.4104115),(0.2954631,0.4145861),(0.2996041,0.414586),(0.3037427,0.4145861),(0.3078868,0.4104115),(0.3078868,0.414586),(0.2913116,0.402033),(0.2871543,0.402033),(0.2871543,0.4062246),(0.2913116,0.4062246),(0.2829956,0.402033),(0.2788399,0.402033),(0.2788399,0.4062246),(0.2829956,0.4062246),(0.2829956,0.4104115),(0.2871543,0.4104115),(0.2788399,0.4104115),(0.2788399,0.4145861),(0.2829956,0.414586),(0.2871543,0.4145861),(0.2913116,0.4104115),(0.2913116,0.414586),(0.2746918,0.402033),(0.2705556,0.402033),(0.2705556,0.4062246),(0.2746918,0.4062246),(0.2664356,0.402033),(0.262336,0.402033),(0.262336,0.4062246),(0.2664356,0.4062246),(0.2664356,0.4104115),(0.2705556,0.4104115),(0.262336,0.4104115),(0.262336,0.4145861),(0.2664356,0.414586),(0.2705556,0.4145861),(0.2746918,0.4104115),(0.2746918,0.414586),(0.2582613,0.402033),(0.254209,0.402033),(0.254209,0.4062246),(0.2582613,0.4062246),(0.2501769,0.402033),(0.2461624,0.402033),(0.2461624,0.4062246),(0.2501769,0.4062246),(0.2501769,0.4104115),(0.254209,0.4104115),(0.2461624,0.4104115),(0.2461624,0.4145861),(0.2501769,0.414586),(0.254209,0.4145861),(0.2582613,0.4104115),(0.2582613,0.414586),(0.2421634,0.402033),(0.238164,0.402033),(0.238164,0.4062246),(0.2421634,0.4062246),(0.2341487,0.402033),(0.2301017,0.402033),(0.2301017,0.4062246),(0.2341487,0.4062246),(0.2341487,0.4104115),(0.238164,0.4104115),(0.2301017,0.4104115),(0.2341487,0.414586),(0.2301017,0.4145861),(0.238164,0.4145861),(0.2421634,0.4104115),(0.2421634,0.414586),(0.2260074,0.402033),(0.2218787,0.402033),(0.2260074,0.4062246),(0.2218787,0.4062246),(0.2177283,0.402033),(0.2135691,0.402033),(0.2177283,0.4062246),(0.2135692,0.4062246),(0.2218787,0.4104115),(0.2177283,0.4104115),(0.2135691,0.4104115),(0.2177283,0.414586),(0.2135692,0.4145861),(0.2218787,0.4145861),(0.2260074,0.4104115),(0.2260074,0.414586),(0.2094141,0.402033),(0.2052627,0.402033),(0.2094141,0.4062246),(0.2052627,0.4062246),(0.2011147,0.402033),(0.1969699,0.402033),(0.2011147,0.4062246),(0.1969699,0.4062246),(0.2052627,0.4104115),(0.2011147,0.4104115),(0.1969699,0.4104115),(0.1969699,0.4145861),(0.2011147,0.414586),(0.2052627,0.4145861),(0.2094141,0.4104115),(0.2094141,0.414586),(0.1928277,0.402033),(0.1886888,0.402033),(0.1886888,0.4062246),(0.1928277,0.4062246),(0.1845533,0.402033),(0.1804218,0.402033),(0.1804218,0.4062246),(0.1845533,0.4062246),(0.1845533,0.4104115),(0.1886888,0.4104115),(0.1804218,0.4104115),(0.1804218,0.4145861),(0.1845533,0.414586),(0.1886888,0.4145861),(0.1928277,0.4104115),(0.1928277,0.414586),(0.1762946,0.402033),(0.1721701,0.402033),(0.1721701,0.4062246),(0.1762946,0.4062246),(0.1680468,0.402033),(0.163923,0.402033),(0.163923,0.4062246),(0.1680468,0.4062246),(0.1680468,0.4104115),(0.1721701,0.4104115),(0.163923,0.4104115),(0.163923,0.4145861),(0.1680468,0.414586),(0.1721701,0.4145861),(0.1762946,0.4104115),(0.1762946,0.414586),(0.1597973,0.402033),(0.1556691,0.402033),(0.1556691,0.4062246),(0.1597973,0.4062246),(0.1515382,0.402033),(0.1474041,0.402033),(0.1515382,0.4062246),(0.1474041,0.4062246),(0.1556691,0.4104115),(0.1515382,0.4104115),(0.1474041,0.4104115),(0.1515382,0.414586),(0.1474041,0.4145861),(0.1556691,0.4145861),(0.1597973,0.4104115),(0.1597973,0.414586),(0.1432664,0.402033),(0.1391259,0.402033),(0.1432664,0.4062246),(0.1391259,0.4062246),(0.134983,0.402033),(0.1308385,0.402033),(0.1308385,0.4062246),(0.134983,0.4062246),(0.1391259,0.4104115),(0.134983,0.4104115),(0.1308385,0.4104115),(0.134983,0.414586),(0.1308385,0.4145861),(0.1391259,0.4145861),(0.1432664,0.4104115),(0.1432664,0.414586),(0.126693,0.402033),(0.12255,0.402033),(0.12255,0.4062246),(0.126693,0.4062246),(0.1184131,0.402033),(0.1142857,0.402033),(0.1184131,0.4062246),(0.1142857,0.4062246),(0.12255,0.4104115),(0.1184131,0.4104115),(0.1142857,0.4104115),(0.1184131,0.414586),(0.1142857,0.4145861),(0.12255,0.4145861),(0.126693,0.4104115),(0.126693,0.414586),(0.1101713,0.402033),(0.1060752,0.402033),(0.1101713,0.4062246),(0.1060752,0.4062246),(0.1020023,0.402033),(0.09795791,0.402033),(0.09795791,0.4062246),(0.1020023,0.4062246),(0.1020023,0.4104115),(0.1060752,0.4104115),(0.09795791,0.4104115),(0.09795791,0.4145861),(0.1020023,0.414586),(0.1060752,0.4145861),(0.1101713,0.4104115),(0.1101713,0.414586),(0.09394707,0.402033),(0.08994583,0.402033),(0.08994584,0.4062246),(0.09394707,0.4062246),(0.08593026,0.402033),(0.08187638,0.402033),(0.08187637,0.4062246),(0.08593025,0.4062246),(0.08593026,0.4104115),(0.08994584,0.4104115),(0.08187638,0.4104115),(0.08187638,0.4145861),(0.08593026,0.414586),(0.08994584,0.4145861),(0.09394707,0.4104115),(0.09394707,0.414586),(0.07776025,0.402033),(0.07361087,0.402033),(0.07361087,0.4062246),(0.07776025,0.4062246),(0.06945725,0.402033),(0.06532837,0.402033),(0.06532837,0.4062246),(0.06945725,0.4062246),(0.06945725,0.4104115),(0.07361087,0.4104115),(0.06532837,0.4104115),(0.06532837,0.4145861),(0.06945725,0.414586),(0.07361087,0.4145861),(0.07776025,0.4104115),(0.07776025,0.414586),(0.06125325,0.402033),(0.05721605,0.402033),(0.05721604,0.4062246),(0.06125325,0.4062246),(0.05320094,0.402033),(0.0491921,0.402033),(0.04919209,0.4062246),(0.05320094,0.4062246),(0.05320094,0.4104115),(0.05721605,0.4104115),(0.0491921,0.4104115),(0.04919209,0.4145861),(0.05320094,0.414586),(0.05721605,0.4145861),(0.06125325,0.4104115),(0.06125325,0.414586),(0.04517369,0.402033),(0.04115105,0.402033),(0.04115105,0.4062246),(0.04517369,0.4062246),(0.0371295,0.402033),(0.03311438,0.402033),(0.03311437,0.4062246),(0.0371295,0.4062246),(0.0371295,0.4104115),(0.04115105,0.4104115),(0.03311438,0.4104115),(0.03311438,0.4145861),(0.0371295,0.414586),(0.04115105,0.4145861),(0.04517369,0.4104115),(0.04517369,0.414586),(0.029111,0.402033),(0.02511186,0.402033),(0.02511186,0.4062246),(0.029111,0.4062246),(0.02110944,0.402033),(0.01709622,0.402033),(0.01709622,0.4062246),(0.02110944,0.4062246),(0.02110944,0.4104115),(0.02511186,0.4104115),(0.01709622,0.4104115),(0.01709622,0.4145861),(0.02110944,0.414586),(0.02511186,0.4145861),(0.029111,0.4104115),(0.029111,0.414586),(0.01306469,0.402033),(0.009019421,0.4020317),(0.009019421,0.4062249),(0.01306469,0.4062246),(0.004965,0.4020277),(0.000906,0.4020225),(0.000906,0.406227),(0.004965,0.4062258),(0.004965,0.4104215),(0.009019421,0.410414),(0.000906,0.4104315),(0.000906,0.414636),(0.004965,0.414601),(0.009019421,0.4145898),(0.01306469,0.4104115),(0.01306469,0.414586),(0.9951518,0.4187505),(0.999094,0.4187605),(0.9912093,0.418743),(0.9951518,0.4228874),(0.9912093,0.4228892),(0.999094,0.422885),(0.9872664,0.4187405),(0.983323,0.4187405),(0.9872664,0.4228898),(0.983323,0.4228898),(0.9912093,0.4270439),(0.9872664,0.4270488),(0.983323,0.4270488),(0.9872664,0.4312323),(0.983323,0.4312323),(0.9912093,0.4312249),(0.999094,0.4270095),(0.9951518,0.4270291),(0.9951518,0.4312028),(0.999094,0.431134),(0.9793787,0.4187405),(0.9754275,0.4187405),(0.9793787,0.4228898),(0.9754274,0.4228898),(0.9714631,0.4187405),(0.9674796,0.4187405),(0.9714631,0.4228898),(0.9674796,0.4228898),(0.9754274,0.4270488),(0.9714631,0.4270488),(0.9674796,0.4270488),(0.9714631,0.4312323),(0.9674796,0.4312323),(0.9754274,0.4312323),(0.9793787,0.4270488),(0.9793787,0.4312323),(0.9634706,0.4187405),(0.9594426,0.4187405),(0.9634707,0.4228898),(0.9594426,0.4228898),(0.9554016,0.4187405),(0.9513539,0.4187405),(0.9554016,0.4228898),(0.9513539,0.4228898),(0.9594426,0.4270488),(0.9554016,0.4270488),(0.9513539,0.4270488),(0.9554016,0.4312323),(0.9513539,0.4312323),(0.9594425,0.4312323),(0.9634707,0.4270488),(0.9634706,0.4312323),(0.9473058,0.4187405),(0.9432498,0.4187405),(0.9473058,0.4228898),(0.9432497,0.4228898),(0.9391782,0.4187405),(0.9350839,0.4187405),(0.9391783,0.4228898),(0.9350839,0.4228898),(0.9432497,0.4270488),(0.9391782,0.4270488),(0.9350839,0.4270488),(0.9391783,0.4312323),(0.9350839,0.4312323),(0.9432497,0.4312323),(0.9473058,0.4270488),(0.9473058,0.4312323),(0.930959,0.4187405),(0.9268106,0.4187405),(0.930959,0.4228898),(0.9268106,0.4228898),(0.9226453,0.4187405),(0.9184701,0.4187405),(0.9226453,0.4228898),(0.9184701,0.4228898),(0.9268106,0.4270488),(0.9226453,0.4270488),(0.9184701,0.4270488),(0.9226453,0.4312323),(0.9184701,0.4312323),(0.9268106,0.4312323),(0.930959,0.4270488),(0.930959,0.4312323),(0.9142919,0.4187405),(0.910111,0.4187405),(0.9142919,0.4228898),(0.9101109,0.4228898),(0.9059278,0.4187405),(0.9017429,0.4187405),(0.9059278,0.4228898),(0.9017429,0.4228898),(0.910111,0.4270488),(0.9059278,0.4270488),(0.9017429,0.4270488),(0.9059278,0.4312323),(0.9017428,0.4312323),(0.9101109,0.4312323),(0.9142919,0.4270488),(0.9142919,0.4312323),(0.8975567,0.4187405),(0.8933688,0.4187405),(0.8975567,0.4228898),(0.8933688,0.4228898),(0.8891787,0.4187405),(0.8849859,0.4187405),(0.8891788,0.4228898),(0.8849859,0.4228898),(0.8933688,0.4270488),(0.8891787,0.4270488),(0.8849859,0.4270488),(0.8891788,0.4312323),(0.8849859,0.4312323),(0.8933688,0.4312323),(0.8975567,0.4270488),(0.8975567,0.4312323),(0.8807898,0.4187405),(0.8765806,0.4187405),(0.8807898,0.4228898),(0.8765807,0.4228898),(0.8723488,0.4187405),(0.8680845,0.4187405),(0.8723488,0.4228898),(0.8680845,0.4228898),(0.8765806,0.4270488),(0.8723488,0.4270488),(0.8680845,0.4270488),(0.8723488,0.4312323),(0.8680845,0.4312323),(0.8765806,0.4312323),(0.8807898,0.4270488),(0.8807898,0.4312323),(0.8637781,0.4187405),(0.8594491,0.4187405),(0.8637781,0.4228898),(0.8594491,0.4228898),(0.8551173,0.4187405),(0.8508024,0.4187405),(0.8551173,0.4228898),(0.8508024,0.4228898),(0.8594491,0.4270488),(0.8551173,0.4270488),(0.8508024,0.4270488),(0.8551173,0.4312323),(0.8508024,0.4312323),(0.859449,0.4312323),(0.8637781,0.4270488),(0.8637781,0.4312323),(0.846524,0.4187405),(0.8422731,0.4187405),(0.846524,0.4228898),(0.8422731,0.4228898),(0.8380403,0.4187405),(0.8338165,0.4187405),(0.8380403,0.4228898),(0.8338165,0.4228898),(0.8422731,0.4270488),(0.8380403,0.4270488),(0.8338165,0.4270488),(0.8380404,0.4312323),(0.8338165,0.4312323),(0.8422731,0.4312323),(0.846524,0.4270488),(0.846524,0.4312323),(0.8295926,0.4187405),(0.8253628,0.4187405),(0.8295926,0.4228898),(0.8253628,0.4228898),(0.8211217,0.4187405),(0.8168637,0.4187405),(0.8211217,0.4228898),(0.8168637,0.4228898),(0.8253628,0.4270488),(0.8211217,0.4270488),(0.8168637,0.4270488),(0.8211217,0.4312323),(0.8168637,0.4312323),(0.8253628,0.4312323),(0.8295926,0.4270488),(0.8295926,0.4312323),(0.8125832,0.4187405),(0.8082899,0.4187405),(0.8125832,0.4228898),(0.8082899,0.4228898),(0.8039935,0.4187405),(0.7997035,0.4187405),(0.8039935,0.4228898),(0.7997035,0.4228898),(0.8082899,0.4270488),(0.8039935,0.4270488),(0.7997035,0.4270488),(0.8039935,0.4312323),(0.7997035,0.4312323),(0.8082899,0.4312323),(0.8125832,0.4270488),(0.8125832,0.4312323),(0.7954297,0.4187405),(0.7911757,0.4187405),(0.7911757,0.4228898),(0.7954297,0.4228898),(0.7869452,0.4187405),(0.7827417,0.4187405),(0.7869452,0.4228898),(0.7827417,0.4228898),(0.7911757,0.4270488),(0.7869452,0.4270488),(0.7827417,0.4270488),(0.7869452,0.4312323),(0.7827417,0.4312323),(0.7911757,0.4312323),(0.7954297,0.4270488),(0.7954297,0.4312323),(0.7785689,0.4187405),(0.7744211,0.4187405),(0.7785689,0.4228898),(0.7744212,0.4228898),(0.7702925,0.4187405),(0.7661775,0.4187405),(0.7702925,0.4228898),(0.7661775,0.4228898),(0.7744212,0.4270488),(0.7702925,0.4270488),(0.7661775,0.4270488),(0.7702925,0.4312323),(0.7661775,0.4312323),(0.7744212,0.4312323),(0.778569,0.4270488),(0.778569,0.4312323),(0.7620703,0.4187405),(0.757961,0.4187405),(0.7620703,0.4228898),(0.757961,0.4228898),(0.7538399,0.4187405),(0.7496969,0.4187405),(0.7538399,0.4228898),(0.7496969,0.4228898),(0.757961,0.4270488),(0.7538399,0.4270488),(0.7496969,0.4270488),(0.7538399,0.4312323),(0.7496969,0.4312323),(0.757961,0.4312323),(0.7620703,0.4270488),(0.7620703,0.4312323),(0.7455223,0.4187405),(0.7413244,0.4187405),(0.7455223,0.4228898),(0.7413245,0.4228898),(0.7371117,0.4187405),(0.7328922,0.4187405),(0.7371117,0.4228898),(0.7328923,0.4228898),(0.7413245,0.4270488),(0.7371117,0.4270488),(0.7328922,0.4270488),(0.7371117,0.4312323),(0.7328922,0.4312323),(0.7413245,0.4312323),(0.7455223,0.4270488),(0.7455223,0.4312323),(0.7286744,0.4187405),(0.7244572,0.4187405),(0.7286744,0.4228898),(0.7244572,0.4228898),(0.7202395,0.4187405),(0.71602,0.4187405),(0.7202395,0.4228898),(0.71602,0.4228898),(0.7244572,0.4270488),(0.7202395,0.4270488),(0.71602,0.4270488),(0.7202394,0.4312323),(0.71602,0.4312323),(0.7244572,0.4312323),(0.7286744,0.4270488),(0.7286744,0.4312323),(0.7117977,0.4187405),(0.7075742,0.4187405),(0.7117977,0.4228898),(0.7075742,0.4228898),(0.7033514,0.4187405),(0.6991307,0.4187405),(0.7033514,0.4228898),(0.6991307,0.4228898),(0.7075742,0.4270488),(0.7033514,0.4270488),(0.6991307,0.4270488),(0.7033514,0.4312323),(0.6991307,0.4312323),(0.7075742,0.4312323),(0.7117977,0.4270488),(0.7117977,0.4312323),(0.6949139,0.4187405),(0.6906992,0.4187405),(0.6949139,0.4228898),(0.6906992,0.4228898),(0.6864849,0.4187405),(0.6822694,0.4187405),(0.6864849,0.4228898),(0.6822693,0.4228898),(0.6906992,0.4270488),(0.6864849,0.4270488),(0.6822694,0.4270488),(0.6864849,0.4312323),(0.6822693,0.4312323),(0.6906992,0.4312323),(0.6949139,0.4270488),(0.6949139,0.4312323),(0.6780508,0.4187405),(0.6738272,0.4187405),(0.6780507,0.4228898),(0.6738272,0.4228898),(0.6695971,0.4187405),(0.6653587,0.4187405),(0.6695971,0.4228898),(0.6653587,0.4228898),(0.6738272,0.4270488),(0.6695971,0.4270488),(0.6653587,0.4270488),(0.6695971,0.4312323),(0.6653587,0.4312323),(0.6738272,0.4312323),(0.6780508,0.4270488),(0.6780507,0.4312323),(0.6611102,0.4187405),(0.6568571,0.4187405),(0.6611102,0.4228898),(0.6568571,0.4228898),(0.6526053,0.4187405),(0.6483604,0.4187405),(0.6526054,0.4228898),(0.6483604,0.4228898),(0.6568571,0.4270488),(0.6526054,0.4270488),(0.6483604,0.4270488),(0.6526053,0.4312323),(0.6483604,0.4312323),(0.6568571,0.4312323),(0.6611102,0.4270488),(0.6611102,0.4312323),(0.6441281,0.4187405),(0.6399043,0.4187405),(0.6441281,0.4228898),(0.6399043,0.4228898),(0.635685,0.4187405),(0.6314663,0.4187405),(0.635685,0.4228898),(0.6314663,0.4228898),(0.6399043,0.4270488),(0.635685,0.4270488),(0.6314663,0.4270488),(0.635685,0.4312323),(0.6314663,0.4312323),(0.6399043,0.4312323),(0.6441281,0.4270488),(0.6441281,0.4312323),(0.627244,0.4187405),(0.6230208,0.4187405),(0.627244,0.4228898),(0.6230209,0.4228898),(0.6187993,0.4187405),(0.6145822,0.4187405),(0.6187993,0.4228898),(0.6145822,0.4228898),(0.6230208,0.4270488),(0.6187993,0.4270488),(0.6145822,0.4270488),(0.6187993,0.4312323),(0.6145822,0.4312323),(0.6230209,0.4312323),(0.627244,0.4270488),(0.627244,0.4312323),(0.6103719,0.4187405),(0.6061606,0.4187405),(0.6103719,0.4228898),(0.6061606,0.4228898),(0.6019406,0.4187405),(0.5977041,0.4187405),(0.6019406,0.4228898),(0.5977041,0.4228898),(0.6061606,0.4270488),(0.6019406,0.4270488),(0.5977041,0.4270488),(0.6019406,0.4312323),(0.5977041,0.4312323),(0.6061606,0.4312323),(0.6103719,0.4270488),(0.6103719,0.4312323),(0.5934432,0.4187405),(0.589169,0.4187405),(0.5934432,0.4228898),(0.589169,0.4228898),(0.5848927,0.4187405),(0.5806257,0.4187405),(0.5848927,0.4228898),(0.5806257,0.4228898),(0.589169,0.4270488),(0.5848927,0.4270488),(0.5806257,0.4270488),(0.5848927,0.4312323),(0.5806257,0.4312323),(0.589169,0.4312323),(0.5934432,0.4270488),(0.5934432,0.4312323),(0.5763788,0.4187405),(0.572147,0.4187405),(0.5763788,0.4228898),(0.572147,0.4228898),(0.567925,0.4187405),(0.5637077,0.4187405),(0.567925,0.4228898),(0.5637077,0.4228898),(0.572147,0.4270488),(0.567925,0.4270488),(0.5637077,0.4270488),(0.567925,0.4312323),(0.5637077,0.4312323),(0.572147,0.4312323),(0.5763788,0.4270488),(0.5763788,0.4312323),(0.55949,0.4187405),(0.5552715,0.4187405),(0.55949,0.4228898),(0.5552715,0.4228898),(0.5510522,0.4187405),(0.5468317,0.4187405),(0.5510522,0.4228898),(0.5468317,0.4228898),(0.5552715,0.4270488),(0.5510522,0.4270488),(0.5468317,0.4270488),(0.5510522,0.4312323),(0.5468317,0.4312323),(0.5552715,0.4312323),(0.55949,0.4270488),(0.55949,0.4312323),(0.5426099,0.4187405),(0.5383899,0.4187405),(0.5426099,0.4228898),(0.5383899,0.4228898),(0.5341746,0.4187405),(0.5299669,0.4187405),(0.5341746,0.4228898),(0.5299669,0.4228898),(0.5383899,0.4270488),(0.5341746,0.4270488),(0.5299669,0.4270488),(0.5341746,0.4312323),(0.529967,0.4312323),(0.5383899,0.4312323),(0.5426099,0.4270488),(0.5426099,0.4312323),(0.52577,0.4187405),(0.5215818,0.4187405),(0.52577,0.4228898),(0.5215818,0.4228898),(0.5174,0.4187405),(0.5132228,0.4187405),(0.5174,0.4228898),(0.5132228,0.4228898),(0.5215818,0.4270488),(0.5174,0.4270488),(0.5132228,0.4270488),(0.5174,0.4312323),(0.5132228,0.4312323),(0.5215818,0.4312323),(0.52577,0.4270488),(0.52577,0.4312323),(0.5090478,0.4187405),(0.5048727,0.4187405),(0.5090478,0.4228898),(0.5048727,0.4228898),(0.5006949,0.4187405),(0.4965119,0.4187405),(0.5006949,0.4228898),(0.4965119,0.4228898),(0.5048727,0.4270488),(0.5006949,0.4270488),(0.4965119,0.4270488),(0.5006949,0.4312323),(0.4965119,0.4312323),(0.5048727,0.4312323),(0.5090478,0.4270488),(0.5090478,0.4312323),(0.4923214,0.4187405),(0.4881234,0.4187405),(0.4923214,0.4228898),(0.4881234,0.4228898),(0.4839184,0.4187405),(0.4797065,0.4187405),(0.4839184,0.4228898),(0.4797065,0.4228898),(0.4881234,0.4270488),(0.4839184,0.4270488),(0.4797065,0.4270488),(0.4839184,0.4312323),(0.4797064,0.4312323),(0.4881234,0.4312323),(0.4923214,0.4270488),(0.4923214,0.4312323),(0.4754879,0.4187405),(0.4712752,0.4187405),(0.4754879,0.4228898),(0.4712752,0.4228898),(0.4670808,0.4187405),(0.4629171,0.4187405),(0.4670808,0.4228898),(0.4629171,0.4228898),(0.4712752,0.4270488),(0.4670808,0.4270488),(0.4629171,0.4270488),(0.4670808,0.4312323),(0.4629171,0.4312323),(0.4712752,0.4312323),(0.4754879,0.4270488),(0.4754879,0.4312323),(0.4587967,0.4187405),(0.4547031,0.4187405),(0.4587967,0.4228898),(0.4547031,0.4228898),(0.4506197,0.4187405),(0.44653,0.4187405),(0.4506197,0.4228898),(0.44653,0.4228898),(0.4547031,0.4270488),(0.4506197,0.4270488),(0.44653,0.4270488),(0.4506197,0.4312323),(0.44653,0.4312323),(0.4547031,0.4312323),(0.4587967,0.4270488),(0.4587967,0.4312323),(0.4424174,0.4187405),(0.4382856,0.4187405),(0.4424174,0.4228898),(0.4382856,0.4228898),(0.4341379,0.4187405),(0.429978,0.4187405),(0.429978,0.4228898),(0.4341379,0.4228898),(0.4382856,0.4270488),(0.4341379,0.4270488),(0.429978,0.4270488),(0.429978,0.4312323),(0.4341379,0.4312323),(0.4382856,0.4312323),(0.4424174,0.4270488),(0.4424174,0.4312323),(0.4258092,0.4187405),(0.4216311,0.4187405),(0.4216312,0.4228898),(0.4258092,0.4228898),(0.4174434,0.4187405),(0.4132456,0.4187405),(0.4132456,0.4228898),(0.4174434,0.4228898),(0.4174434,0.4270488),(0.4216312,0.4270488),(0.4132456,0.4270488),(0.4132456,0.4312323),(0.4174434,0.4312323),(0.4216312,0.4312323),(0.4258092,0.4270488),(0.4258092,0.4312323),(0.4090372,0.4187405),(0.4048201,0.4187405),(0.4048201,0.4228898),(0.4090372,0.4228898),(0.4005963,0.4187405),(0.3963675,0.4187405),(0.3963675,0.4228898),(0.4005963,0.4228898),(0.4005963,0.4270488),(0.4048201,0.4270488),(0.3963675,0.4270488),(0.3963675,0.4312323),(0.4005963,0.4312323),(0.4048201,0.4312323),(0.4090372,0.4270488),(0.4090372,0.4312323),(0.3921357,0.4187405),(0.3879012,0.4187405),(0.3879012,0.4228898),(0.3921357,0.4228898),(0.3836642,0.4187405),(0.3794248,0.4187405),(0.3794249,0.4228898),(0.3836642,0.4228898),(0.3836642,0.4270488),(0.3879012,0.4270488),(0.3794248,0.4270488),(0.3794248,0.4312323),(0.3836642,0.4312323),(0.3879012,0.4312323),(0.3921357,0.4270488),(0.3921357,0.4312323),(0.3751834,0.4187405),(0.3709441,0.4187405),(0.3709441,0.4228898),(0.3751834,0.4228898),(0.3667112,0.4187405),(0.3624887,0.4187405),(0.3624887,0.4228898),(0.3667112,0.4228898),(0.3667112,0.4270488),(0.3709442,0.4270488),(0.3624887,0.4270488),(0.3624887,0.4312323),(0.3667112,0.4312323),(0.3709441,0.4312323),(0.3751834,0.4270488),(0.3751834,0.4312323),(0.358281,0.4187405),(0.3540821,0.4187405),(0.3540821,0.4228898),(0.358281,0.4228898),(0.3498864,0.4187405),(0.3456882,0.4187405),(0.3456882,0.4228898),(0.3498864,0.4228898),(0.3498864,0.4270488),(0.3540821,0.4270488),(0.3456882,0.4270488),(0.3456882,0.4312323),(0.3498864,0.4312323),(0.3540821,0.4312323),(0.3582809,0.4270488),(0.358281,0.4312323),(0.3414817,0.4187405),(0.3372694,0.4187405),(0.3372695,0.4228898),(0.3414817,0.4228898),(0.3330541,0.4187405),(0.3288383,0.4187405),(0.3288383,0.4228898),(0.3330541,0.4228898),(0.3330541,0.4270488),(0.3372695,0.4270488),(0.3288383,0.4270488),(0.3288383,0.4312323),(0.3330541,0.4312323),(0.3372695,0.4312323),(0.3414817,0.4270488),(0.3414817,0.4312323),(0.3246247,0.4187405),(0.3204179,0.4187405),(0.3204179,0.4228898),(0.3246247,0.4228898),(0.3162228,0.4187405),(0.3120441,0.4187405),(0.3120441,0.4228898),(0.3162228,0.4228898),(0.3162228,0.4270488),(0.3204179,0.4270488),(0.3120441,0.4270488),(0.3120441,0.4312323),(0.3162228,0.4312323),(0.3204179,0.4312323),(0.3246247,0.4270488),(0.3246247,0.4312323),(0.3078868,0.4187405),(0.3037427,0.4187405),(0.3037427,0.4228898),(0.3078868,0.4228898),(0.2996041,0.4187405),(0.2954631,0.4187405),(0.2954631,0.4228898),(0.2996041,0.4228898),(0.2996041,0.4270488),(0.3037428,0.4270488),(0.2954631,0.4270488),(0.2954631,0.4312323),(0.2996041,0.4312323),(0.3037427,0.4312323),(0.3078868,0.4270488),(0.3078868,0.4312323),(0.2913116,0.4187405),(0.2871543,0.4187405),(0.2871543,0.4228898),(0.2913116,0.4228898),(0.2829956,0.4187405),(0.2788399,0.4187405),(0.2788399,0.4228898),(0.2829956,0.4228898),(0.2829956,0.4270488),(0.2871543,0.4270488),(0.2788399,0.4270488),(0.2788399,0.4312323),(0.2829956,0.4312323),(0.2871543,0.4312323),(0.2913116,0.4270488),(0.2913116,0.4312323),(0.2746918,0.4187405),(0.2705556,0.4187405),(0.2705556,0.4228898),(0.2746918,0.4228898),(0.2664356,0.4187405),(0.262336,0.4187405),(0.262336,0.4228898),(0.2664356,0.4228898),(0.2664356,0.4270488),(0.2705556,0.4270488),(0.262336,0.4270488),(0.262336,0.4312323),(0.2664356,0.4312323),(0.2705556,0.4312323),(0.2746918,0.4270488),(0.2746918,0.4312323),(0.2582613,0.4187405),(0.254209,0.4187405),(0.254209,0.4228898),(0.2582613,0.4228898),(0.2501769,0.4187405),(0.2461624,0.4187405),(0.2461624,0.4228898),(0.2501769,0.4228898),(0.2501769,0.4270488),(0.254209,0.4270488),(0.2461624,0.4270488),(0.2461624,0.4312323),(0.2501769,0.4312323),(0.254209,0.4312323),(0.2582613,0.4270488),(0.2582613,0.4312323),(0.2421634,0.4187405),(0.238164,0.4187405),(0.238164,0.4228898),(0.2421634,0.4228898),(0.2341487,0.4187405),(0.2301017,0.4187405),(0.2301017,0.4228898),(0.2341487,0.4228898),(0.2341487,0.4270488),(0.238164,0.4270488),(0.2301017,0.4270488),(0.2301017,0.4312323),(0.2341487,0.4312323),(0.238164,0.4312323),(0.2421634,0.4270488),(0.2421634,0.4312323),(0.2260074,0.4187405),(0.2218787,0.4187405),(0.2218787,0.4228898),(0.2260074,0.4228898),(0.2177283,0.4187405),(0.2135691,0.4187405),(0.2135692,0.4228898),(0.2177283,0.4228898),(0.2177283,0.4270488),(0.2218787,0.4270488),(0.2135691,0.4270488),(0.2135692,0.4312323),(0.2177283,0.4312323),(0.2218787,0.4312323),(0.2260074,0.4270488),(0.2260074,0.4312323),(0.2094141,0.4187405),(0.2052627,0.4187405),(0.2052627,0.4228898),(0.2094141,0.4228898),(0.2011147,0.4187405),(0.1969699,0.4187405),(0.1969699,0.4228898),(0.2011147,0.4228898),(0.2011147,0.4270488),(0.2052627,0.4270488),(0.1969699,0.4270488),(0.1969699,0.4312323),(0.2011147,0.4312323),(0.2052627,0.4312323),(0.2094141,0.4270488),(0.2094141,0.4312323),(0.1928277,0.4187405),(0.1886888,0.4187405),(0.1886888,0.4228898),(0.1928277,0.4228898),(0.1845533,0.4187405),(0.1804218,0.4187405),(0.1804218,0.4228898),(0.1845533,0.4228898),(0.1845533,0.4270488),(0.1886888,0.4270488),(0.1804218,0.4270488),(0.1804218,0.4312323),(0.1845533,0.4312323),(0.1886888,0.4312323),(0.1928277,0.4270488),(0.1928277,0.4312323),(0.1762946,0.4187405),(0.1721701,0.4187405),(0.1721701,0.4228898),(0.1762946,0.4228898),(0.1680468,0.4187405),(0.163923,0.4187405),(0.163923,0.4228898),(0.1680468,0.4228898),(0.1680468,0.4270488),(0.1721701,0.4270488),(0.163923,0.4270488),(0.1680468,0.4312323),(0.163923,0.4312323),(0.1721701,0.4312323),(0.1762946,0.4270488),(0.1762946,0.4312323),(0.1597973,0.4187405),(0.1556691,0.4187405),(0.1597973,0.4228898),(0.1556691,0.4228898),(0.1515382,0.4187405),(0.1474041,0.4187405),(0.1515382,0.4228898),(0.1474041,0.4228898),(0.1556691,0.4270488),(0.1515382,0.4270488),(0.1474041,0.4270488),(0.1474041,0.4312323),(0.1515382,0.4312323),(0.1556691,0.4312323),(0.1597973,0.4270488),(0.1597973,0.4312323),(0.1432664,0.4187405),(0.1391259,0.4187405),(0.1432664,0.4228898),(0.1391259,0.4228898),(0.134983,0.4187405),(0.1308385,0.4187405),(0.134983,0.4228898),(0.1308385,0.4228898),(0.1391259,0.4270488),(0.134983,0.4270488),(0.1308385,0.4270488),(0.1308385,0.4312323),(0.134983,0.4312323),(0.1391259,0.4312323),(0.1432664,0.4270488),(0.1432664,0.4312323),(0.126693,0.4187405),(0.12255,0.4187405),(0.126693,0.4228898),(0.12255,0.4228898),(0.1184131,0.4187405),(0.1142857,0.4187405),(0.1142857,0.4228898),(0.1184131,0.4228898),(0.1184131,0.4270488),(0.12255,0.4270488),(0.1142857,0.4270488),(0.1142857,0.4312323),(0.1184131,0.4312323),(0.12255,0.4312323),(0.126693,0.4270488),(0.126693,0.4312323),(0.1101713,0.4187405),(0.1060752,0.4187405),(0.1060752,0.4228898),(0.1101713,0.4228898),(0.1020023,0.4187405),(0.09795791,0.4187405),(0.09795791,0.4228898),(0.1020023,0.4228898),(0.1020023,0.4270488),(0.1060752,0.4270488),(0.09795791,0.4270488),(0.09795791,0.4312323),(0.1020023,0.4312323),(0.1060752,0.4312323),(0.1101713,0.4270488),(0.1101713,0.4312323),(0.09394707,0.4187405),(0.08994583,0.4187405),(0.08994584,0.4228898),(0.09394707,0.4228898),(0.08593026,0.4187405),(0.08187638,0.4187405),(0.08187637,0.4228898),(0.08593025,0.4228898),(0.08593026,0.4270488),(0.08994584,0.4270488),(0.08187638,0.4270488),(0.08187638,0.4312323),(0.08593026,0.4312323),(0.08994584,0.4312323),(0.09394707,0.4270488),(0.09394707,0.4312323),(0.07776025,0.4187405),(0.07361087,0.4187405),(0.07361087,0.4228898),(0.07776025,0.4228898),(0.06945725,0.4187405),(0.06532837,0.4187405),(0.06532837,0.4228898),(0.06945725,0.4228898),(0.06945725,0.4270488),(0.07361087,0.4270488),(0.06532837,0.4270488),(0.06532837,0.4312323),(0.06945725,0.4312323),(0.07361087,0.4312323),(0.07776025,0.4270488),(0.07776025,0.4312323),(0.06125325,0.4187405),(0.05721605,0.4187405),(0.05721604,0.4228898),(0.06125325,0.4228898),(0.05320094,0.4187405),(0.0491921,0.4187405),(0.04919209,0.4228898),(0.05320094,0.4228898),(0.05320094,0.4270488),(0.05721605,0.4270488),(0.0491921,0.4270488),(0.04919209,0.4312323),(0.05320094,0.4312323),(0.05721605,0.4312323),(0.06125325,0.4270488),(0.06125325,0.4312323),(0.04517369,0.4187405),(0.04115105,0.4187405),(0.04115105,0.4228898),(0.04517369,0.4228898),(0.0371295,0.4187405),(0.03311438,0.4187405),(0.03311437,0.4228898),(0.0371295,0.4228898),(0.0371295,0.4270488),(0.04115105,0.4270488),(0.03311438,0.4270488),(0.03311438,0.4312323),(0.0371295,0.4312323),(0.04115105,0.4312323),(0.04517369,0.4270488),(0.04517369,0.4312323),(0.029111,0.4187405),(0.02511186,0.4187405),(0.02511186,0.4228898),(0.029111,0.4228898),(0.02110944,0.4187405),(0.01709622,0.4187405),(0.02110944,0.4228898),(0.01709622,0.4228898),(0.02511186,0.4270488),(0.02110944,0.4270488),(0.01709622,0.4270488),(0.01709622,0.4312323),(0.02110944,0.4312323),(0.02511186,0.4312323),(0.029111,0.4270488),(0.029111,0.4312323),(0.01306469,0.4187405),(0.009019421,0.418743),(0.009019421,0.4228892),(0.01306469,0.4228898),(0.004965,0.4187505),(0.000906,0.4187605),(0.000906,0.422885),(0.004965,0.4228874),(0.004965,0.4270291),(0.009019421,0.4270439),(0.000906,0.4270095),(0.000906,0.431134),(0.004965,0.4312028),(0.009019421,0.4312249),(0.01306469,0.4270488),(0.01306469,0.4312323),(0.999094,0.4354157),(0.9951518,0.4354354),(0.9912093,0.4354502),(0.9912093,0.4397045),(0.9951518,0.4397015),(0.999094,0.4396975),(0.9872664,0.4354551),(0.983323,0.4354551),(0.983323,0.4397055),(0.9872664,0.4397055),(0.9872664,0.4439719),(0.9912093,0.4439728),(0.983323,0.4439719),(0.983323,0.4482427),(0.9872664,0.4482427),(0.9912093,0.4482441),(0.9951518,0.4439756),(0.999094,0.4439793),(0.9951518,0.4482482),(0.999094,0.448261),(0.9793787,0.4354551),(0.9754275,0.4354551),(0.9754274,0.4397055),(0.9793787,0.4397055),(0.9714631,0.4354551),(0.9674796,0.4354551),(0.9714631,0.4397055),(0.9674796,0.4397055),(0.9714631,0.4439719),(0.9754274,0.4439719),(0.9674796,0.4439719),(0.9674796,0.4482427),(0.9714631,0.4482427),(0.9754274,0.4482427),(0.9793787,0.4439719),(0.9793787,0.4482427),(0.9634706,0.4354551),(0.9594426,0.4354551),(0.9634707,0.4397055),(0.9594426,0.4397055),(0.9554016,0.4354551),(0.9513539,0.4354551),(0.9554016,0.4397055),(0.9513539,0.4397055),(0.9594426,0.4439719),(0.9554016,0.4439719),(0.9513539,0.4439719),(0.9554016,0.4482427),(0.9513539,0.4482427),(0.9594425,0.4482427),(0.9634707,0.4439719),(0.9634706,0.4482427),(0.9473058,0.4354551),(0.9432498,0.4354551),(0.9473058,0.4397055),(0.9432497,0.4397055),(0.9391782,0.4354551),(0.9350839,0.4354551),(0.9391783,0.4397055),(0.9350839,0.4397055),(0.9432497,0.4439719),(0.9391782,0.4439719),(0.9350839,0.4439719),(0.9391783,0.4482427),(0.9350839,0.4482427),(0.9432497,0.4482427),(0.9473058,0.4439719),(0.9473058,0.4482427),(0.930959,0.4354551),(0.9268106,0.4354551),(0.930959,0.4397055),(0.9268106,0.4397055),(0.9226453,0.4354551),(0.9184701,0.4354551),(0.9226453,0.4397055),(0.9184701,0.4397055),(0.9268106,0.4439719),(0.9226453,0.4439719),(0.9184701,0.4439719),(0.9226453,0.4482427),(0.9184701,0.4482427),(0.9268106,0.4482427),(0.930959,0.4439719),(0.930959,0.4482427),(0.9142919,0.4354551),(0.910111,0.4354551),(0.9142919,0.4397055),(0.9101109,0.4397055),(0.9059278,0.4354551),(0.9017429,0.4354551),(0.9059278,0.4397055),(0.9017429,0.4397055),(0.910111,0.4439719),(0.9059278,0.4439719),(0.9017429,0.4439719),(0.9059278,0.4482427),(0.9017428,0.4482427),(0.9101109,0.4482427),(0.9142919,0.4439719),(0.9142919,0.4482427),(0.8975567,0.4354551),(0.8933688,0.4354551),(0.8975567,0.4397055),(0.8933688,0.4397055),(0.8891787,0.4354551),(0.8849859,0.4354551),(0.8891788,0.4397055),(0.8849859,0.4397055),(0.8933688,0.4439719),(0.8891787,0.4439719),(0.8849859,0.4439719),(0.8891788,0.4482427),(0.8849859,0.4482427),(0.8933688,0.4482427),(0.8975567,0.4439719),(0.8975567,0.4482427),(0.8807898,0.4354551),(0.8765806,0.4354551),(0.8807898,0.4397055),(0.8765807,0.4397055),(0.8723488,0.4354551),(0.8680845,0.4354551),(0.8723488,0.4397055),(0.8680845,0.4397055),(0.8765806,0.4439719),(0.8723488,0.4439719),(0.8680845,0.4439719),(0.8723488,0.4482427),(0.8680845,0.4482427),(0.8765806,0.4482427),(0.8807898,0.4439719),(0.8807898,0.4482427),(0.8637781,0.4354551),(0.8594491,0.4354551),(0.8637781,0.4397055),(0.8594491,0.4397055),(0.8551173,0.4354551),(0.8508024,0.4354551),(0.8551173,0.4397055),(0.8508024,0.4397055),(0.8594491,0.4439719),(0.8551173,0.4439719),(0.8508024,0.4439719),(0.8551173,0.4482427),(0.8508024,0.4482427),(0.859449,0.4482427),(0.8637781,0.4439719),(0.8637781,0.4482427),(0.846524,0.4354551),(0.8422731,0.4354551),(0.846524,0.4397055),(0.8422731,0.4397055),(0.8380403,0.4354551),(0.8338165,0.4354551),(0.8380403,0.4397055),(0.8338165,0.4397055),(0.8422731,0.4439719),(0.8380403,0.4439719),(0.8338165,0.4439719),(0.8380404,0.4482427),(0.8338165,0.4482427),(0.8422731,0.4482427),(0.846524,0.4439719),(0.846524,0.4482427),(0.8295926,0.4354551),(0.8253628,0.4354551),(0.8295926,0.4397055),(0.8253628,0.4397055),(0.8211217,0.4354551),(0.8168637,0.4354551),(0.8211217,0.4397055),(0.8168637,0.4397055),(0.8253628,0.4439719),(0.8211217,0.4439719),(0.8168637,0.4439719),(0.8211217,0.4482427),(0.8168637,0.4482427),(0.8253628,0.4482427),(0.8295926,0.4439719),(0.8295926,0.4482427),(0.8125832,0.4354551),(0.8082899,0.4354551),(0.8125832,0.4397055),(0.8082899,0.4397055),(0.8039935,0.4354551),(0.7997035,0.4354551),(0.8039935,0.4397055),(0.7997035,0.4397055),(0.8082899,0.4439719),(0.8039935,0.4439719),(0.7997035,0.4439719),(0.8039935,0.4482427),(0.7997035,0.4482427),(0.8082899,0.4482427),(0.8125832,0.4439719),(0.8125832,0.4482427),(0.7954297,0.4354551),(0.7911757,0.4354551),(0.7954297,0.4397055),(0.7911757,0.4397055),(0.7869452,0.4354551),(0.7827417,0.4354551),(0.7869452,0.4397055),(0.7827417,0.4397055),(0.7911757,0.4439719),(0.7869452,0.4439719),(0.7827417,0.4439719),(0.7869452,0.4482427),(0.7827417,0.4482427),(0.7911757,0.4482427),(0.7954297,0.4439719),(0.7954297,0.4482427),(0.7785689,0.4354551),(0.7744211,0.4354551),(0.7785689,0.4397055),(0.7744212,0.4397055),(0.7702925,0.4354551),(0.7661775,0.4354551),(0.7661775,0.4397055),(0.7702925,0.4397055),(0.7744212,0.4439719),(0.7702925,0.4439719),(0.7661775,0.4439719),(0.7702925,0.4482427),(0.7661775,0.4482427),(0.7744212,0.4482427),(0.778569,0.4439719),(0.778569,0.4482427),(0.7620703,0.4354551),(0.757961,0.4354551),(0.757961,0.4397055),(0.7620703,0.4397055),(0.7538399,0.4354551),(0.7496969,0.4354551),(0.7538399,0.4397055),(0.7496969,0.4397055),(0.757961,0.4439719),(0.7538399,0.4439719),(0.7496969,0.4439719),(0.7538399,0.4482427),(0.7496969,0.4482427),(0.757961,0.4482427),(0.7620703,0.4439719),(0.7620703,0.4482427),(0.7455223,0.4354551),(0.7413244,0.4354551),(0.7455223,0.4397055),(0.7413245,0.4397055),(0.7371117,0.4354551),(0.7328922,0.4354551),(0.7371117,0.4397055),(0.7328923,0.4397055),(0.7413245,0.4439719),(0.7371117,0.4439719),(0.7328922,0.4439719),(0.7371117,0.4482427),(0.7328922,0.4482427),(0.7413245,0.4482427),(0.7455223,0.4439719),(0.7455223,0.4482427),(0.7286744,0.4354551),(0.7244572,0.4354551),(0.7286744,0.4397055),(0.7244572,0.4397055),(0.7202395,0.4354551),(0.71602,0.4354551),(0.7202395,0.4397055),(0.71602,0.4397055),(0.7244572,0.4439719),(0.7202395,0.4439719),(0.71602,0.4439719),(0.7202394,0.4482427),(0.71602,0.4482427),(0.7244572,0.4482427),(0.7286744,0.4439719),(0.7286744,0.4482427),(0.7117977,0.4354551),(0.7075742,0.4354551),(0.7117977,0.4397055),(0.7075742,0.4397055),(0.7033514,0.4354551),(0.6991307,0.4354551),(0.7033514,0.4397055),(0.6991307,0.4397055),(0.7075742,0.4439719),(0.7033514,0.4439719),(0.6991307,0.4439719),(0.6991307,0.4482427),(0.7033514,0.4482427),(0.7075742,0.4482427),(0.7117977,0.4439719),(0.7117977,0.4482427),(0.6949139,0.4354551),(0.6906992,0.4354551),(0.6949139,0.4397055),(0.6906992,0.4397055),(0.6864849,0.4354551),(0.6822694,0.4354551),(0.6864849,0.4397055),(0.6822693,0.4397055),(0.6906992,0.4439719),(0.6864849,0.4439719),(0.6822694,0.4439719),(0.6822693,0.4482427),(0.6864849,0.4482427),(0.6906992,0.4482427),(0.6949139,0.4439719),(0.6949139,0.4482427),(0.6780508,0.4354551),(0.6738272,0.4354551),(0.6780507,0.4397055),(0.6738272,0.4397055),(0.6695971,0.4354551),(0.6653587,0.4354551),(0.6695971,0.4397055),(0.6653587,0.4397055),(0.6738272,0.4439719),(0.6695971,0.4439719),(0.6653587,0.4439719),(0.6653587,0.4482427),(0.6695971,0.4482427),(0.6738272,0.4482427),(0.6780508,0.4439719),(0.6780507,0.4482427),(0.6611102,0.4354551),(0.6568571,0.4354551),(0.6611102,0.4397055),(0.6568571,0.4397055),(0.6526053,0.4354551),(0.6483604,0.4354551),(0.6526054,0.4397055),(0.6483604,0.4397055),(0.6568571,0.4439719),(0.6526054,0.4439719),(0.6483604,0.4439719),(0.6526053,0.4482427),(0.6483604,0.4482427),(0.6568571,0.4482427),(0.6611102,0.4439719),(0.6611102,0.4482427),(0.6441281,0.4354551),(0.6399043,0.4354551),(0.6441281,0.4397055),(0.6399043,0.4397055),(0.635685,0.4354551),(0.6314663,0.4354551),(0.635685,0.4397055),(0.6314663,0.4397055),(0.6399043,0.4439719),(0.635685,0.4439719),(0.6314663,0.4439719),(0.635685,0.4482427),(0.6314663,0.4482427),(0.6399043,0.4482427),(0.6441281,0.4439719),(0.6441281,0.4482427),(0.627244,0.4354551),(0.6230208,0.4354551),(0.627244,0.4397055),(0.6230209,0.4397055),(0.6187993,0.4354551),(0.6145822,0.4354551),(0.6187993,0.4397055),(0.6145822,0.4397055),(0.6230208,0.4439719),(0.6187993,0.4439719),(0.6145822,0.4439719),(0.6187993,0.4482427),(0.6145822,0.4482427),(0.6230209,0.4482427),(0.627244,0.4439719),(0.627244,0.4482427),(0.6103719,0.4354551),(0.6061606,0.4354551),(0.6103719,0.4397055),(0.6061606,0.4397055),(0.6019406,0.4354551),(0.5977041,0.4354551),(0.6019406,0.4397055),(0.5977041,0.4397055),(0.6061606,0.4439719),(0.6019406,0.4439719),(0.5977041,0.4439719),(0.6019406,0.4482427),(0.5977041,0.4482427),(0.6061606,0.4482427),(0.6103719,0.4439719),(0.6103719,0.4482427),(0.5934432,0.4354551),(0.589169,0.4354551),(0.5934432,0.4397055),(0.589169,0.4397055),(0.5848927,0.4354551),(0.5806257,0.4354551),(0.5848927,0.4397055),(0.5806257,0.4397055),(0.589169,0.4439719),(0.5848927,0.4439719),(0.5806257,0.4439719),(0.5848927,0.4482427),(0.5806257,0.4482427),(0.589169,0.4482427),(0.5934432,0.4439719),(0.5934432,0.4482427),(0.5763788,0.4354551),(0.572147,0.4354551),(0.5763788,0.4397055),(0.572147,0.4397055),(0.567925,0.4354551),(0.5637077,0.4354551),(0.567925,0.4397055),(0.5637077,0.4397055),(0.572147,0.4439719),(0.567925,0.4439719),(0.5637077,0.4439719),(0.567925,0.4482427),(0.5637077,0.4482427),(0.572147,0.4482427),(0.5763788,0.4439719),(0.5763788,0.4482427),(0.55949,0.4354551),(0.5552715,0.4354551),(0.55949,0.4397055),(0.5552715,0.4397055),(0.5510522,0.4354551),(0.5468317,0.4354551),(0.5510522,0.4397055),(0.5468317,0.4397055),(0.5552715,0.4439719),(0.5510522,0.4439719),(0.5468317,0.4439719),(0.5510522,0.4482427),(0.5468317,0.4482427),(0.5552715,0.4482427),(0.55949,0.4439719),(0.55949,0.4482427),(0.5426099,0.4354551),(0.5383899,0.4354551),(0.5426099,0.4397055),(0.5383899,0.4397055),(0.5341746,0.4354551),(0.5299669,0.4354551),(0.5341746,0.4397055),(0.5299669,0.4397055),(0.5383899,0.4439719),(0.5341746,0.4439719),(0.5299669,0.4439719),(0.5341746,0.4482427),(0.529967,0.4482427),(0.5383899,0.4482427),(0.5426099,0.4439719),(0.5426099,0.4482427),(0.52577,0.4354551),(0.5215818,0.4354551),(0.52577,0.4397055),(0.5215818,0.4397055),(0.5174,0.4354551),(0.5132228,0.4354551),(0.5174,0.4397055),(0.5132228,0.4397055),(0.5215818,0.4439719),(0.5174,0.4439719),(0.5132228,0.4439719),(0.5174,0.4482427),(0.5132228,0.4482427),(0.5215818,0.4482427),(0.52577,0.4439719),(0.52577,0.4482427),(0.5090478,0.4354551),(0.5048727,0.4354551),(0.5090478,0.4397055),(0.5048727,0.4397055),(0.5006949,0.4354551),(0.4965119,0.4354551),(0.5006949,0.4397055),(0.4965119,0.4397055),(0.5048727,0.4439719),(0.5006949,0.4439719),(0.4965119,0.4439719),(0.5006949,0.4482427),(0.4965119,0.4482427),(0.5048727,0.4482427),(0.5090478,0.4439719),(0.5090478,0.4482427),(0.4923214,0.4354551),(0.4881234,0.4354551),(0.4923214,0.4397055),(0.4881234,0.4397055),(0.4839184,0.4354551),(0.4797065,0.4354551),(0.4839184,0.4397055),(0.4797065,0.4397055),(0.4881234,0.4439719),(0.4839184,0.4439719),(0.4797065,0.4439719),(0.4839184,0.4482427),(0.4797064,0.4482427),(0.4881234,0.4482427),(0.4923214,0.4439719),(0.4923214,0.4482427),(0.4754879,0.4354551),(0.4712752,0.4354551),(0.4754879,0.4397055),(0.4712752,0.4397055),(0.4670808,0.4354551),(0.4629171,0.4354551),(0.4670808,0.4397055),(0.4629171,0.4397055),(0.4712752,0.4439719),(0.4670808,0.4439719),(0.4629171,0.4439719),(0.4670808,0.4482427),(0.4629171,0.4482427),(0.4712752,0.4482427),(0.4754879,0.4439719),(0.4754879,0.4482427),(0.4587967,0.4354551),(0.4547031,0.4354551),(0.4587967,0.4397055),(0.4547031,0.4397055),(0.4506197,0.4354551),(0.44653,0.4354551),(0.4506197,0.4397055),(0.44653,0.4397055),(0.4547031,0.4439719),(0.4506197,0.4439719),(0.44653,0.4439719),(0.4506197,0.4482427),(0.44653,0.4482427),(0.4547031,0.4482427),(0.4587967,0.4439719),(0.4587967,0.4482427),(0.4424174,0.4354551),(0.4382856,0.4354551),(0.4424174,0.4397055),(0.4382856,0.4397055),(0.4341379,0.4354551),(0.429978,0.4354551),(0.4341379,0.4397055),(0.429978,0.4397055),(0.4382856,0.4439719),(0.4341379,0.4439719),(0.429978,0.4439719),(0.4341379,0.4482427),(0.429978,0.4482427),(0.4382856,0.4482427),(0.4424174,0.4439719),(0.4424174,0.4482427),(0.4258092,0.4354551),(0.4216311,0.4354551),(0.4216312,0.4397055),(0.4258092,0.4397055),(0.4174434,0.4354551),(0.4132456,0.4354551),(0.4132456,0.4397055),(0.4174434,0.4397055),(0.4216312,0.4439719),(0.4174434,0.4439719),(0.4132456,0.4439719),(0.4174434,0.4482427),(0.4132456,0.4482427),(0.4216312,0.4482427),(0.4258092,0.4439719),(0.4258092,0.4482427),(0.4090372,0.4354551),(0.4048201,0.4354551),(0.4048201,0.4397055),(0.4090372,0.4397055),(0.4005963,0.4354551),(0.3963675,0.4354551),(0.3963675,0.4397055),(0.4005963,0.4397055),(0.4005963,0.4439719),(0.4048201,0.4439719),(0.3963675,0.4439719),(0.3963675,0.4482427),(0.4005963,0.4482427),(0.4048201,0.4482427),(0.4090372,0.4439719),(0.4090372,0.4482427),(0.3921357,0.4354551),(0.3879012,0.4354551),(0.3879012,0.4397055),(0.3921357,0.4397055),(0.3836642,0.4354551),(0.3794248,0.4354551),(0.3794249,0.4397055),(0.3836642,0.4397055),(0.3836642,0.4439719),(0.3879012,0.4439719),(0.3794248,0.4439719),(0.3794248,0.4482427),(0.3836642,0.4482427),(0.3879012,0.4482427),(0.3921357,0.4439719),(0.3921357,0.4482427),(0.3751834,0.4354551),(0.3709441,0.4354551),(0.3709441,0.4397055),(0.3751834,0.4397055),(0.3667112,0.4354551),(0.3624887,0.4354551),(0.3624887,0.4397055),(0.3667112,0.4397055),(0.3667112,0.4439719),(0.3709442,0.4439719),(0.3624887,0.4439719),(0.3624887,0.4482427),(0.3667112,0.4482427),(0.3709441,0.4482427),(0.3751834,0.4439719),(0.3751834,0.4482427),(0.358281,0.4354551),(0.3540821,0.4354551),(0.3540821,0.4397055),(0.358281,0.4397055),(0.3498864,0.4354551),(0.3456882,0.4354551),(0.3456882,0.4397055),(0.3498864,0.4397055),(0.3498864,0.4439719),(0.3540821,0.4439719),(0.3456882,0.4439719),(0.3456882,0.4482427),(0.3498864,0.4482427),(0.3540821,0.4482427),(0.3582809,0.4439719),(0.358281,0.4482427),(0.3414817,0.4354551),(0.3372694,0.4354551),(0.3372695,0.4397055),(0.3414817,0.4397055),(0.3330541,0.4354551),(0.3288383,0.4354551),(0.3288383,0.4397055),(0.3330541,0.4397055),(0.3330541,0.4439719),(0.3372695,0.4439719),(0.3288383,0.4439719),(0.3288383,0.4482427),(0.3330541,0.4482427),(0.3372695,0.4482427),(0.3414817,0.4439719),(0.3414817,0.4482427),(0.3246247,0.4354551),(0.3204179,0.4354551),(0.3204179,0.4397055),(0.3246247,0.4397055),(0.3162228,0.4354551),(0.3120441,0.4354551),(0.3120441,0.4397055),(0.3162228,0.4397055),(0.3162228,0.4439719),(0.3204179,0.4439719),(0.3120441,0.4439719),(0.3120441,0.4482427),(0.3162228,0.4482427),(0.3204179,0.4482427),(0.3246247,0.4439719),(0.3246247,0.4482427),(0.3078868,0.4354551),(0.3037427,0.4354551),(0.3037427,0.4397055),(0.3078868,0.4397055),(0.2996041,0.4354551),(0.2954631,0.4354551),(0.2954631,0.4397055),(0.2996041,0.4397055),(0.2996041,0.4439719),(0.3037428,0.4439719),(0.2954631,0.4439719),(0.2954631,0.4482427),(0.2996041,0.4482427),(0.3037427,0.4482427),(0.3078868,0.4439719),(0.3078868,0.4482427),(0.2913116,0.4354551),(0.2871543,0.4354551),(0.2871543,0.4397055),(0.2913116,0.4397055),(0.2829956,0.4354551),(0.2788399,0.4354551),(0.2788399,0.4397055),(0.2829956,0.4397055),(0.2829956,0.4439719),(0.2871543,0.4439719),(0.2788399,0.4439719),(0.2788399,0.4482427),(0.2829956,0.4482427),(0.2871543,0.4482427),(0.2913116,0.4439719),(0.2913116,0.4482427),(0.2746918,0.4354551),(0.2705556,0.4354551),(0.2705556,0.4397055),(0.2746918,0.4397055),(0.2664356,0.4354551),(0.262336,0.4354551),(0.262336,0.4397055),(0.2664356,0.4397055),(0.2664356,0.4439719),(0.2705556,0.4439719),(0.262336,0.4439719),(0.262336,0.4482427),(0.2664356,0.4482427),(0.2705556,0.4482427),(0.2746918,0.4439719),(0.2746918,0.4482427),(0.2582613,0.4354551),(0.254209,0.4354551),(0.254209,0.4397055),(0.2582613,0.4397055),(0.2501769,0.4354551),(0.2461624,0.4354551),(0.2461624,0.4397055),(0.2501769,0.4397055),(0.2501769,0.4439719),(0.254209,0.4439719),(0.2461624,0.4439719),(0.2461624,0.4482427),(0.2501769,0.4482427),(0.254209,0.4482427),(0.2582613,0.4439719),(0.2582613,0.4482427),(0.2421634,0.4354551),(0.238164,0.4354551),(0.238164,0.4397055),(0.2421634,0.4397055),(0.2341487,0.4354551),(0.2301017,0.4354551),(0.2301017,0.4397055),(0.2341487,0.4397055),(0.2341487,0.4439719),(0.238164,0.4439719),(0.2301017,0.4439719),(0.2301017,0.4482427),(0.2341487,0.4482427),(0.238164,0.4482427),(0.2421634,0.4439719),(0.2421634,0.4482427),(0.2260074,0.4354551),(0.2218787,0.4354551),(0.2218787,0.4397055),(0.2260074,0.4397055),(0.2177283,0.4354551),(0.2135691,0.4354551),(0.2135692,0.4397055),(0.2177283,0.4397055),(0.2177283,0.4439719),(0.2218787,0.4439719),(0.2135691,0.4439719),(0.2135692,0.4482427),(0.2177283,0.4482427),(0.2218787,0.4482427),(0.2260074,0.4439719),(0.2260074,0.4482427),(0.2094141,0.4354551),(0.2052627,0.4354551),(0.2052627,0.4397055),(0.2094141,0.4397055),(0.2011147,0.4354551),(0.1969699,0.4354551),(0.1969699,0.4397055),(0.2011147,0.4397055),(0.2011147,0.4439719),(0.2052627,0.4439719),(0.1969699,0.4439719),(0.2011147,0.4482427),(0.1969699,0.4482427),(0.2052627,0.4482427),(0.2094141,0.4439719),(0.2094141,0.4482427),(0.1928277,0.4354551),(0.1886888,0.4354551),(0.1886888,0.4397055),(0.1928277,0.4397055),(0.1845533,0.4354551),(0.1804218,0.4354551),(0.1845533,0.4397055),(0.1804218,0.4397055),(0.1886888,0.4439719),(0.1845533,0.4439719),(0.1804218,0.4439719),(0.1845533,0.4482427),(0.1804218,0.4482427),(0.1886888,0.4482427),(0.1928277,0.4439719),(0.1928277,0.4482427),(0.1762946,0.4354551),(0.1721701,0.4354551),(0.1762946,0.4397055),(0.1721701,0.4397055),(0.1680468,0.4354551),(0.163923,0.4354551),(0.1680468,0.4397055),(0.163923,0.4397055),(0.1680468,0.4439719),(0.1721701,0.4439719),(0.163923,0.4439719),(0.163923,0.4482427),(0.1680468,0.4482427),(0.1721701,0.4482427),(0.1762946,0.4439719),(0.1762946,0.4482427),(0.1597973,0.4354551),(0.1556691,0.4354551),(0.1556691,0.4397055),(0.1597973,0.4397055),(0.1515382,0.4354551),(0.1474041,0.4354551),(0.1474041,0.4397055),(0.1515382,0.4397055),(0.1515382,0.4439719),(0.1556691,0.4439719),(0.1474041,0.4439719),(0.1474041,0.4482427),(0.1515382,0.4482427),(0.1556691,0.4482427),(0.1597973,0.4439719),(0.1597973,0.4482427),(0.1432664,0.4354551),(0.1391259,0.4354551),(0.1391259,0.4397055),(0.1432664,0.4397055),(0.134983,0.4354551),(0.1308385,0.4354551),(0.1308385,0.4397055),(0.134983,0.4397055),(0.134983,0.4439719),(0.1391259,0.4439719),(0.1308385,0.4439719),(0.1308385,0.4482427),(0.134983,0.4482427),(0.1391259,0.4482427),(0.1432664,0.4439719),(0.1432664,0.4482427),(0.126693,0.4354551),(0.12255,0.4354551),(0.12255,0.4397055),(0.126693,0.4397055),(0.1184131,0.4354551),(0.1142857,0.4354551),(0.1142857,0.4397055),(0.1184131,0.4397055),(0.12255,0.4439719),(0.1184131,0.4439719),(0.1142857,0.4439719),(0.1184131,0.4482427),(0.1142857,0.4482427),(0.12255,0.4482427),(0.126693,0.4439719),(0.126693,0.4482427),(0.1101713,0.4354551),(0.1060752,0.4354551),(0.1101713,0.4397055),(0.1060752,0.4397055),(0.1020023,0.4354551),(0.09795791,0.4354551),(0.1020023,0.4397055),(0.09795791,0.4397055),(0.1060752,0.4439719),(0.1020023,0.4439719),(0.09795791,0.4439719),(0.09795791,0.4482427),(0.1020023,0.4482427),(0.1060752,0.4482427),(0.1101713,0.4439719),(0.1101713,0.4482427),(0.09394707,0.4354551),(0.08994583,0.4354551),(0.09394707,0.4397055),(0.08994584,0.4397055),(0.08593026,0.4354551),(0.08187638,0.4354551),(0.08187637,0.4397055),(0.08593025,0.4397055),(0.08994584,0.4439719),(0.08593026,0.4439719),(0.08187638,0.4439719),(0.08187638,0.4482427),(0.08593026,0.4482427),(0.08994584,0.4482427),(0.09394707,0.4439719),(0.09394707,0.4482427),(0.07776025,0.4354551),(0.07361087,0.4354551),(0.07361087,0.4397055),(0.07776025,0.4397055),(0.06945725,0.4354551),(0.06532837,0.4354551),(0.06532837,0.4397055),(0.06945725,0.4397055),(0.06945725,0.4439719),(0.07361087,0.4439719),(0.06532837,0.4439719),(0.06532837,0.4482427),(0.06945725,0.4482427),(0.07361087,0.4482427),(0.07776025,0.4439719),(0.07776025,0.4482427),(0.06125325,0.4354551),(0.05721605,0.4354551),(0.05721604,0.4397055),(0.06125325,0.4397055),(0.05320094,0.4354551),(0.0491921,0.4354551),(0.04919209,0.4397055),(0.05320094,0.4397055),(0.05320094,0.4439719),(0.05721605,0.4439719),(0.0491921,0.4439719),(0.04919209,0.4482427),(0.05320094,0.4482427),(0.05721605,0.4482427),(0.06125325,0.4439719),(0.06125325,0.4482427),(0.04517369,0.4354551),(0.04115105,0.4354551),(0.04115105,0.4397055),(0.04517369,0.4397055),(0.0371295,0.4354551),(0.03311438,0.4354551),(0.03311437,0.4397055),(0.0371295,0.4397055),(0.0371295,0.4439719),(0.04115105,0.4439719),(0.03311438,0.4439719),(0.03311438,0.4482427),(0.0371295,0.4482427),(0.04115105,0.4482427),(0.04517369,0.4439719),(0.04517369,0.4482427),(0.029111,0.4354551),(0.02511186,0.4354551),(0.02511186,0.4397055),(0.029111,0.4397055),(0.02110944,0.4354551),(0.01709622,0.4354551),(0.01709622,0.4397055),(0.02110944,0.4397055),(0.02110944,0.4439719),(0.02511186,0.4439719),(0.01709622,0.4439719),(0.01709622,0.4482427),(0.02110944,0.4482427),(0.02511186,0.4482427),(0.029111,0.4439719),(0.029111,0.4482427),(0.01306469,0.4354551),(0.009019421,0.4354502),(0.009019421,0.4397045),(0.01306469,0.4397055),(0.004965,0.4354354),(0.000906,0.4354157),(0.004965,0.4397015),(0.000906,0.4396975),(0.009019421,0.4439728),(0.004965,0.4439756),(0.000906,0.4439793),(0.004965,0.4482482),(0.000906,0.448261),(0.009019421,0.4482441),(0.01306469,0.4439719),(0.01306469,0.4482427),(0.9951518,0.4525099),(0.999094,0.4525135),(0.9912093,0.4525071),(0.9912093,0.4567627),(0.9951518,0.4567641),(0.999094,0.456766),(0.9872664,0.4525062),(0.983323,0.4525062),(0.983323,0.4567623),(0.9872664,0.4567623),(0.9872664,0.4610108),(0.9912093,0.4610118),(0.983323,0.4610108),(0.983323,0.4652516),(0.9872664,0.4652516),(0.9912093,0.4652531),(0.9951518,0.4610146),(0.999094,0.4610185),(0.9951518,0.4652574),(0.999094,0.465271),(0.9793787,0.4525062),(0.9754275,0.4525062),(0.9754274,0.4567623),(0.9793787,0.4567622),(0.9714631,0.4525062),(0.9674796,0.4525062),(0.9674796,0.4567623),(0.9714631,0.4567623),(0.9714631,0.4610108),(0.9754274,0.4610108),(0.9674796,0.4610108),(0.9674796,0.4652516),(0.9714631,0.4652516),(0.9754274,0.4652516),(0.9793787,0.4610108),(0.9793787,0.4652516),(0.9634706,0.4525062),(0.9594426,0.4525062),(0.9594426,0.4567623),(0.9634707,0.4567622),(0.9554016,0.4525062),(0.9513539,0.4525062),(0.9554016,0.4567623),(0.9513539,0.4567623),(0.9554016,0.4610108),(0.9594426,0.4610108),(0.9513539,0.4610108),(0.9513539,0.4652516),(0.9554016,0.4652516),(0.9594425,0.4652516),(0.9634707,0.4610108),(0.9634706,0.4652516),(0.9473058,0.4525062),(0.9432498,0.4525062),(0.9473058,0.4567622),(0.9432497,0.4567623),(0.9391782,0.4525062),(0.9350839,0.4525062),(0.9391783,0.4567623),(0.9350839,0.4567623),(0.9432497,0.4610108),(0.9391782,0.4610108),(0.9350839,0.4610108),(0.9391783,0.4652516),(0.9350839,0.4652516),(0.9432497,0.4652516),(0.9473058,0.4610108),(0.9473058,0.4652516),(0.930959,0.4525062),(0.9268106,0.4525062),(0.930959,0.4567622),(0.9268106,0.4567623),(0.9226453,0.4525062),(0.9184701,0.4525062),(0.9226453,0.4567623),(0.9184701,0.4567623),(0.9268106,0.4610108),(0.9226453,0.4610108),(0.9184701,0.4610108),(0.9226453,0.4652516),(0.9184701,0.4652516),(0.9268106,0.4652516),(0.930959,0.4610108),(0.930959,0.4652516),(0.9142919,0.4525062),(0.910111,0.4525062),(0.9142919,0.4567622),(0.9101109,0.4567623),(0.9059278,0.4525062),(0.9017429,0.4525062),(0.9059278,0.4567623),(0.9017429,0.4567623),(0.910111,0.4610108),(0.9059278,0.4610108),(0.9017429,0.4610108),(0.9059278,0.4652516),(0.9017428,0.4652516),(0.9101109,0.4652516),(0.9142919,0.4610108),(0.9142919,0.4652516),(0.8975567,0.4525062),(0.8933688,0.4525062),(0.8975567,0.4567622),(0.8933688,0.4567623),(0.8891787,0.4525062),(0.8849859,0.4525062),(0.8891788,0.4567623),(0.8849859,0.4567623),(0.8933688,0.4610108),(0.8891787,0.4610108),(0.8849859,0.4610108),(0.8891788,0.4652516),(0.8849859,0.4652516),(0.8933688,0.4652516),(0.8975567,0.4610108),(0.8975567,0.4652516),(0.8807898,0.4525062),(0.8765806,0.4525062),(0.8807898,0.4567622),(0.8765807,0.4567623),(0.8723488,0.4525062),(0.8680845,0.4525062),(0.8723488,0.4567623),(0.8680845,0.4567623),(0.8765806,0.4610108),(0.8723488,0.4610108),(0.8680845,0.4610108),(0.8723488,0.4652516),(0.8680845,0.4652516),(0.8765806,0.4652516),(0.8807898,0.4610108),(0.8807898,0.4652516),(0.8637781,0.4525062),(0.8594491,0.4525062),(0.8637781,0.4567622),(0.8594491,0.4567623),(0.8551173,0.4525062),(0.8508024,0.4525062),(0.8551173,0.4567623),(0.8508024,0.4567623),(0.8594491,0.4610108),(0.8551173,0.4610108),(0.8508024,0.4610108),(0.8551173,0.4652516),(0.8508024,0.4652516),(0.859449,0.4652516),(0.8637781,0.4610108),(0.8637781,0.4652516),(0.846524,0.4525062),(0.8422731,0.4525062),(0.846524,0.4567622),(0.8422731,0.4567623),(0.8380403,0.4525062),(0.8338165,0.4525062),(0.8380403,0.4567623),(0.8338165,0.4567623),(0.8422731,0.4610108),(0.8380403,0.4610108),(0.8338165,0.4610108),(0.8380404,0.4652516),(0.8338165,0.4652516),(0.8422731,0.4652516),(0.846524,0.4610108),(0.846524,0.4652516),(0.8295926,0.4525062),(0.8253628,0.4525062),(0.8295926,0.4567622),(0.8253628,0.4567623),(0.8211217,0.4525062),(0.8168637,0.4525062),(0.8211217,0.4567623),(0.8168637,0.4567623),(0.8253628,0.4610108),(0.8211217,0.4610108),(0.8168637,0.4610108),(0.8211217,0.4652516),(0.8168637,0.4652516),(0.8253628,0.4652516),(0.8295926,0.4610108),(0.8295926,0.4652516),(0.8125832,0.4525062),(0.8082899,0.4525062),(0.8125832,0.4567622),(0.8082899,0.4567623),(0.8039935,0.4525062),(0.7997035,0.4525062),(0.8039935,0.4567623),(0.7997035,0.4567623),(0.8082899,0.4610108),(0.8039935,0.4610108),(0.7997035,0.4610108),(0.8039935,0.4652516),(0.7997035,0.4652516),(0.8082899,0.4652516),(0.8125832,0.4610108),(0.8125832,0.4652516),(0.7954297,0.4525062),(0.7911757,0.4525062),(0.7954297,0.4567622),(0.7911757,0.4567623),(0.7869452,0.4525062),(0.7827417,0.4525062),(0.7869452,0.4567623),(0.7827417,0.4567623),(0.7911757,0.4610108),(0.7869452,0.4610108),(0.7827417,0.4610108),(0.7869452,0.4652516),(0.7827417,0.4652516),(0.7911757,0.4652516),(0.7954297,0.4610108),(0.7954297,0.4652516),(0.7785689,0.4525062),(0.7744211,0.4525062),(0.7744212,0.4567623),(0.7785689,0.4567622),(0.7702925,0.4525062),(0.7661775,0.4525062),(0.7661775,0.4567623),(0.7702925,0.4567623),(0.7702925,0.4610108),(0.7744212,0.4610108),(0.7661775,0.4610108),(0.7661775,0.4652516),(0.7702925,0.4652516),(0.7744212,0.4652516),(0.778569,0.4610108),(0.778569,0.4652516),(0.7620703,0.4525062),(0.757961,0.4525062),(0.7620703,0.4567622),(0.757961,0.4567623),(0.7538399,0.4525062),(0.7496969,0.4525062),(0.7538399,0.4567623),(0.7496969,0.4567623),(0.757961,0.4610108),(0.7538399,0.4610108),(0.7496969,0.4610108),(0.7496969,0.4652516),(0.7538399,0.4652516),(0.757961,0.4652516),(0.7620703,0.4610108),(0.7620703,0.4652516),(0.7455223,0.4525062),(0.7413244,0.4525062),(0.7455223,0.4567622),(0.7413245,0.4567623),(0.7371117,0.4525062),(0.7328922,0.4525062),(0.7328923,0.4567623),(0.7371117,0.4567623),(0.7371117,0.4610108),(0.7413245,0.4610108),(0.7328922,0.4610108),(0.7328922,0.4652516),(0.7371117,0.4652516),(0.7413245,0.4652516),(0.7455223,0.4610108),(0.7455223,0.4652516),(0.7286744,0.4525062),(0.7244572,0.4525062),(0.7244572,0.4567623),(0.7286744,0.4567622),(0.7202395,0.4525062),(0.71602,0.4525062),(0.71602,0.4567623),(0.7202395,0.4567623),(0.7202395,0.4610108),(0.7244572,0.4610108),(0.71602,0.4610108),(0.71602,0.4652516),(0.7202394,0.4652516),(0.7244572,0.4652516),(0.7286744,0.4610108),(0.7286744,0.4652516),(0.7117977,0.4525062),(0.7075742,0.4525062),(0.7075742,0.4567623),(0.7117977,0.4567622),(0.7033514,0.4525062),(0.6991307,0.4525062),(0.6991307,0.4567623),(0.7033514,0.4567623),(0.7033514,0.4610108),(0.7075742,0.4610108),(0.6991307,0.4610108),(0.6991307,0.4652516),(0.7033514,0.4652516),(0.7075742,0.4652516),(0.7117977,0.4610108),(0.7117977,0.4652516),(0.6949139,0.4525062),(0.6906992,0.4525062),(0.6906992,0.4567623),(0.6949139,0.4567622),(0.6864849,0.4525062),(0.6822694,0.4525062),(0.6822693,0.4567623),(0.6864849,0.4567623),(0.6864849,0.4610108),(0.6906992,0.4610108),(0.6822694,0.4610108),(0.6822693,0.4652516),(0.6864849,0.4652516),(0.6906992,0.4652516),(0.6949139,0.4610108),(0.6949139,0.4652516),(0.6780508,0.4525062),(0.6738272,0.4525062),(0.6780507,0.4567622),(0.6738272,0.4567623),(0.6695971,0.4525062),(0.6653587,0.4525062),(0.6695971,0.4567623),(0.6653587,0.4567623),(0.6738272,0.4610108),(0.6695971,0.4610108),(0.6653587,0.4610108),(0.6695971,0.4652516),(0.6653587,0.4652516),(0.6738272,0.4652516),(0.6780508,0.4610108),(0.6780507,0.4652516),(0.6611102,0.4525062),(0.6568571,0.4525062),(0.6611102,0.4567622),(0.6568571,0.4567623),(0.6526053,0.4525062),(0.6483604,0.4525062),(0.6526054,0.4567623),(0.6483604,0.4567623),(0.6568571,0.4610108),(0.6526054,0.4610108),(0.6483604,0.4610108),(0.6526053,0.4652516),(0.6483604,0.4652516),(0.6568571,0.4652516),(0.6611102,0.4610108),(0.6611102,0.4652516),(0.6441281,0.4525062),(0.6399043,0.4525062),(0.6441281,0.4567622),(0.6399043,0.4567623),(0.635685,0.4525062),(0.6314663,0.4525062),(0.635685,0.4567623),(0.6314663,0.4567623),(0.6399043,0.4610108),(0.635685,0.4610108),(0.6314663,0.4610108),(0.635685,0.4652516),(0.6314663,0.4652516),(0.6399043,0.4652516),(0.6441281,0.4610108),(0.6441281,0.4652516),(0.627244,0.4525062),(0.6230208,0.4525062),(0.627244,0.4567622),(0.6230209,0.4567623),(0.6187993,0.4525062),(0.6145822,0.4525062),(0.6187993,0.4567623),(0.6145822,0.4567623),(0.6230208,0.4610108),(0.6187993,0.4610108),(0.6145822,0.4610108),(0.6187993,0.4652516),(0.6145822,0.4652516),(0.6230209,0.4652516),(0.627244,0.4610108),(0.627244,0.4652516),(0.6103719,0.4525062),(0.6061606,0.4525062),(0.6103719,0.4567622),(0.6061606,0.4567623),(0.6019406,0.4525062),(0.5977041,0.4525062),(0.6019406,0.4567623),(0.5977041,0.4567623),(0.6061606,0.4610108),(0.6019406,0.4610108),(0.5977041,0.4610108),(0.6019406,0.4652516),(0.5977041,0.4652516),(0.6061606,0.4652516),(0.6103719,0.4610108),(0.6103719,0.4652516),(0.5934432,0.4525062),(0.589169,0.4525062),(0.5934432,0.4567622),(0.589169,0.4567623),(0.5848927,0.4525062),(0.5806257,0.4525062),(0.5848927,0.4567623),(0.5806257,0.4567623),(0.589169,0.4610108),(0.5848927,0.4610108),(0.5806257,0.4610108),(0.5848927,0.4652516),(0.5806257,0.4652516),(0.589169,0.4652516),(0.5934432,0.4610108),(0.5934432,0.4652516),(0.5763788,0.4525062),(0.572147,0.4525062),(0.5763788,0.4567622),(0.572147,0.4567623),(0.567925,0.4525062),(0.5637077,0.4525062),(0.567925,0.4567623),(0.5637077,0.4567623),(0.572147,0.4610108),(0.567925,0.4610108),(0.5637077,0.4610108),(0.567925,0.4652516),(0.5637077,0.4652516),(0.572147,0.4652516),(0.5763788,0.4610108),(0.5763788,0.4652516),(0.55949,0.4525062),(0.5552715,0.4525062),(0.55949,0.4567622),(0.5552715,0.4567623),(0.5510522,0.4525062),(0.5468317,0.4525062),(0.5510522,0.4567623),(0.5468317,0.4567623),(0.5552715,0.4610108),(0.5510522,0.4610108),(0.5468317,0.4610108),(0.5510522,0.4652516),(0.5468317,0.4652516),(0.5552715,0.4652516),(0.55949,0.4610108),(0.55949,0.4652516),(0.5426099,0.4525062),(0.5383899,0.4525062),(0.5426099,0.4567622),(0.5383899,0.4567623),(0.5341746,0.4525062),(0.5299669,0.4525062),(0.5341746,0.4567623),(0.5299669,0.4567623),(0.5383899,0.4610108),(0.5341746,0.4610108),(0.5299669,0.4610108),(0.5341746,0.4652516),(0.529967,0.4652516),(0.5383899,0.4652516),(0.5426099,0.4610108),(0.5426099,0.4652516),(0.52577,0.4525062),(0.5215818,0.4525062),(0.52577,0.4567622),(0.5215818,0.4567623),(0.5174,0.4525062),(0.5132228,0.4525062),(0.5174,0.4567623),(0.5132228,0.4567623),(0.5215818,0.4610108),(0.5174,0.4610108),(0.5132228,0.4610108),(0.5174,0.4652516),(0.5132228,0.4652516),(0.5215818,0.4652516),(0.52577,0.4610108),(0.52577,0.4652516),(0.5090478,0.4525062),(0.5048727,0.4525062),(0.5090478,0.4567622),(0.5048727,0.4567623),(0.5006949,0.4525062),(0.4965119,0.4525062),(0.5006949,0.4567623),(0.4965119,0.4567623),(0.5048727,0.4610108),(0.5006949,0.4610108),(0.4965119,0.4610108),(0.5006949,0.4652516),(0.4965119,0.4652516),(0.5048727,0.4652516),(0.5090478,0.4610108),(0.5090478,0.4652516),(0.4923214,0.4525062),(0.4881234,0.4525062),(0.4923214,0.4567622),(0.4881234,0.4567623),(0.4839184,0.4525062),(0.4797065,0.4525062),(0.4839184,0.4567623),(0.4797065,0.4567623),(0.4881234,0.4610108),(0.4839184,0.4610108),(0.4797065,0.4610108),(0.4839184,0.4652516),(0.4797064,0.4652516),(0.4881234,0.4652516),(0.4923214,0.4610108),(0.4923214,0.4652516),(0.4754879,0.4525062),(0.4712752,0.4525062),(0.4754879,0.4567622),(0.4712752,0.4567623),(0.4670808,0.4525062),(0.4629171,0.4525062),(0.4670808,0.4567623),(0.4629171,0.4567623),(0.4712752,0.4610108),(0.4670808,0.4610108),(0.4629171,0.4610108),(0.4670808,0.4652516),(0.4629171,0.4652516),(0.4712752,0.4652516),(0.4754879,0.4610108),(0.4754879,0.4652516),(0.4587967,0.4525062),(0.4547031,0.4525062),(0.4587967,0.4567622),(0.4547031,0.4567623),(0.4506197,0.4525062),(0.44653,0.4525062),(0.4506197,0.4567623),(0.44653,0.4567623),(0.4547031,0.4610108),(0.4506197,0.4610108),(0.44653,0.4610108),(0.4506197,0.4652516),(0.44653,0.4652516),(0.4547031,0.4652516),(0.4587967,0.4610108),(0.4587967,0.4652516),(0.4424174,0.4525062),(0.4382856,0.4525062),(0.4424174,0.4567622),(0.4382856,0.4567623),(0.4341379,0.4525062),(0.429978,0.4525062),(0.4341379,0.4567623),(0.429978,0.4567623),(0.4382856,0.4610108),(0.4341379,0.4610108),(0.429978,0.4610108),(0.4341379,0.4652516),(0.429978,0.4652516),(0.4382856,0.4652516),(0.4424174,0.4610108),(0.4424174,0.4652516),(0.4258092,0.4525062),(0.4216311,0.4525062),(0.4258092,0.4567622),(0.4216312,0.4567623),(0.4174434,0.4525062),(0.4132456,0.4525062),(0.4174434,0.4567623),(0.4132456,0.4567623),(0.4216312,0.4610108),(0.4174434,0.4610108),(0.4132456,0.4610108),(0.4132456,0.4652516),(0.4174434,0.4652516),(0.4216312,0.4652516),(0.4258092,0.4610108),(0.4258092,0.4652516),(0.4090372,0.4525062),(0.4048201,0.4525062),(0.4048201,0.4567623),(0.4090372,0.4567622),(0.4005963,0.4525062),(0.3963675,0.4525062),(0.3963675,0.4567623),(0.4005963,0.4567623),(0.4005963,0.4610108),(0.4048201,0.4610108),(0.3963675,0.4610108),(0.3963675,0.4652516),(0.4005963,0.4652516),(0.4048201,0.4652516),(0.4090372,0.4610108),(0.4090372,0.4652516),(0.3921357,0.4525062),(0.3879012,0.4525062),(0.3879012,0.4567623),(0.3921357,0.4567622),(0.3836642,0.4525062),(0.3794248,0.4525062),(0.3794249,0.4567623),(0.3836642,0.4567623),(0.3836642,0.4610108),(0.3879012,0.4610108),(0.3794248,0.4610108),(0.3794248,0.4652516),(0.3836642,0.4652516),(0.3879012,0.4652516),(0.3921357,0.4610108),(0.3921357,0.4652516),(0.3751834,0.4525062),(0.3709441,0.4525062),(0.3709441,0.4567623),(0.3751834,0.4567622),(0.3667112,0.4525062),(0.3624887,0.4525062),(0.3624887,0.4567623),(0.3667112,0.4567623),(0.3667112,0.4610108),(0.3709442,0.4610108),(0.3624887,0.4610108),(0.3624887,0.4652516),(0.3667112,0.4652516),(0.3709441,0.4652516),(0.3751834,0.4610108),(0.3751834,0.4652516),(0.358281,0.4525062),(0.3540821,0.4525062),(0.3540821,0.4567623),(0.358281,0.4567622),(0.3498864,0.4525062),(0.3456882,0.4525062),(0.3456882,0.4567623),(0.3498864,0.4567623),(0.3498864,0.4610108),(0.3540821,0.4610108),(0.3456882,0.4610108),(0.3456882,0.4652516),(0.3498864,0.4652516),(0.3540821,0.4652516),(0.3582809,0.4610108),(0.358281,0.4652516),(0.3414817,0.4525062),(0.3372694,0.4525062),(0.3372695,0.4567623),(0.3414817,0.4567622),(0.3330541,0.4525062),(0.3288383,0.4525062),(0.3288383,0.4567623),(0.3330541,0.4567623),(0.3330541,0.4610108),(0.3372695,0.4610108),(0.3288383,0.4610108),(0.3288383,0.4652516),(0.3330541,0.4652516),(0.3372695,0.4652516),(0.3414817,0.4610108),(0.3414817,0.4652516),(0.3246247,0.4525062),(0.3204179,0.4525062),(0.3204179,0.4567623),(0.3246247,0.4567622),(0.3162228,0.4525062),(0.3120441,0.4525062),(0.3120441,0.4567623),(0.3162228,0.4567623),(0.3162228,0.4610108),(0.3204179,0.4610108),(0.3120441,0.4610108),(0.3120441,0.4652516),(0.3162228,0.4652516),(0.3204179,0.4652516),(0.3246247,0.4610108),(0.3246247,0.4652516),(0.3078868,0.4525062),(0.3037427,0.4525062),(0.3037427,0.4567623),(0.3078868,0.4567622),(0.2996041,0.4525062),(0.2954631,0.4525062),(0.2954631,0.4567623),(0.2996041,0.4567623),(0.2996041,0.4610108),(0.3037428,0.4610108),(0.2954631,0.4610108),(0.2954631,0.4652516),(0.2996041,0.4652516),(0.3037427,0.4652516),(0.3078868,0.4610108),(0.3078868,0.4652516),(0.2913116,0.4525062),(0.2871543,0.4525062),(0.2871543,0.4567623),(0.2913116,0.4567622),(0.2829956,0.4525062),(0.2788399,0.4525062),(0.2788399,0.4567623),(0.2829956,0.4567623),(0.2829956,0.4610108),(0.2871543,0.4610108),(0.2788399,0.4610108),(0.2829956,0.4652516),(0.2788399,0.4652516),(0.2871543,0.4652516),(0.2913116,0.4610108),(0.2913116,0.4652516),(0.2746918,0.4525062),(0.2705556,0.4525062),(0.2705556,0.4567623),(0.2746918,0.4567622),(0.2664356,0.4525062),(0.262336,0.4525062),(0.262336,0.4567623),(0.2664356,0.4567623),(0.2705556,0.4610108),(0.2664356,0.4610108),(0.262336,0.4610108),(0.2664356,0.4652516),(0.262336,0.4652516),(0.2705556,0.4652516),(0.2746918,0.4610108),(0.2746918,0.4652516),(0.2582613,0.4525062),(0.254209,0.4525062),(0.254209,0.4567623),(0.2582613,0.4567622),(0.2501769,0.4525062),(0.2461624,0.4525062),(0.2461624,0.4567623),(0.2501769,0.4567623),(0.254209,0.4610108),(0.2501769,0.4610108),(0.2461624,0.4610108),(0.2501769,0.4652516),(0.2461624,0.4652516),(0.254209,0.4652516),(0.2582613,0.4610108),(0.2582613,0.4652516),(0.2421634,0.4525062),(0.238164,0.4525062),(0.238164,0.4567623),(0.2421634,0.4567622),(0.2341487,0.4525062),(0.2301017,0.4525062),(0.2341487,0.4567623),(0.2301017,0.4567623),(0.238164,0.4610108),(0.2341487,0.4610108),(0.2301017,0.4610108),(0.2341487,0.4652516),(0.2301017,0.4652516),(0.238164,0.4652516),(0.2421634,0.4610108),(0.2421634,0.4652516),(0.2260074,0.4525062),(0.2218787,0.4525062),(0.2260074,0.4567622),(0.2218787,0.4567623),(0.2177283,0.4525062),(0.2135691,0.4525062),(0.2177283,0.4567623),(0.2135692,0.4567623),(0.2218787,0.4610108),(0.2177283,0.4610108),(0.2135691,0.4610108),(0.2177283,0.4652516),(0.2135692,0.4652516),(0.2218787,0.4652516),(0.2260074,0.4610108),(0.2260074,0.4652516),(0.2094141,0.4525062),(0.2052627,0.4525062),(0.2094141,0.4567622),(0.2052627,0.4567623),(0.2011147,0.4525062),(0.1969699,0.4525062),(0.2011147,0.4567623),(0.1969699,0.4567623),(0.2011147,0.4610108),(0.2052627,0.4610108),(0.1969699,0.4610108),(0.1969699,0.4652516),(0.2011147,0.4652516),(0.2052627,0.4652516),(0.2094141,0.4610108),(0.2094141,0.4652516),(0.1928277,0.4525062),(0.1886888,0.4525062),(0.1886888,0.4567623),(0.1928277,0.4567622),(0.1845533,0.4525062),(0.1804218,0.4525062),(0.1804218,0.4567623),(0.1845533,0.4567623),(0.1845533,0.4610108),(0.1886888,0.4610108),(0.1804218,0.4610108),(0.1804218,0.4652516),(0.1845533,0.4652516),(0.1886888,0.4652516),(0.1928277,0.4610108),(0.1928277,0.4652516),(0.1762946,0.4525062),(0.1721701,0.4525062),(0.1721701,0.4567623),(0.1762946,0.4567622),(0.1680468,0.4525062),(0.163923,0.4525062),(0.163923,0.4567623),(0.1680468,0.4567623),(0.1680468,0.4610108),(0.1721701,0.4610108),(0.163923,0.4610108),(0.163923,0.4652516),(0.1680468,0.4652516),(0.1721701,0.4652516),(0.1762946,0.4610108),(0.1762946,0.4652516),(0.1597973,0.4525062),(0.1556691,0.4525062),(0.1556691,0.4567623),(0.1597973,0.4567622),(0.1515382,0.4525062),(0.1474041,0.4525062),(0.1474041,0.4567623),(0.1515382,0.4567623),(0.1515382,0.4610108),(0.1556691,0.4610108),(0.1474041,0.4610108),(0.1474041,0.4652516),(0.1515382,0.4652516),(0.1556691,0.4652516),(0.1597973,0.4610108),(0.1597973,0.4652516),(0.1432664,0.4525062),(0.1391259,0.4525062),(0.1391259,0.4567623),(0.1432664,0.4567622),(0.134983,0.4525062),(0.1308385,0.4525062),(0.1308385,0.4567623),(0.134983,0.4567623),(0.134983,0.4610108),(0.1391259,0.4610108),(0.1308385,0.4610108),(0.1308385,0.4652516),(0.134983,0.4652516),(0.1391259,0.4652516),(0.1432664,0.4610108),(0.1432664,0.4652516),(0.126693,0.4525062),(0.12255,0.4525062),(0.12255,0.4567623),(0.126693,0.4567622),(0.1184131,0.4525062),(0.1142857,0.4525062),(0.1142857,0.4567623),(0.1184131,0.4567623),(0.1184131,0.4610108),(0.12255,0.4610108),(0.1142857,0.4610108),(0.1142857,0.4652516),(0.1184131,0.4652516),(0.12255,0.4652516),(0.126693,0.4610108),(0.126693,0.4652516),(0.1101713,0.4525062),(0.1060752,0.4525062),(0.1060752,0.4567623),(0.1101713,0.4567622),(0.1020023,0.4525062),(0.09795791,0.4525062),(0.09795791,0.4567623),(0.1020023,0.4567623),(0.1020023,0.4610108),(0.1060752,0.4610108),(0.09795791,0.4610108),(0.09795791,0.4652516),(0.1020023,0.4652516),(0.1060752,0.4652516),(0.1101713,0.4610108),(0.1101713,0.4652516),(0.09394707,0.4525062),(0.08994583,0.4525062),(0.08994584,0.4567623),(0.09394707,0.4567622),(0.08593026,0.4525062),(0.08187638,0.4525062),(0.08187637,0.4567623),(0.08593025,0.4567623),(0.08593026,0.4610108),(0.08994584,0.4610108),(0.08187638,0.4610108),(0.08187638,0.4652516),(0.08593026,0.4652516),(0.08994584,0.4652516),(0.09394707,0.4610108),(0.09394707,0.4652516),(0.07776025,0.4525062),(0.07361087,0.4525062),(0.07361087,0.4567623),(0.07776025,0.4567622),(0.06945725,0.4525062),(0.06532837,0.4525062),(0.06532837,0.4567623),(0.06945725,0.4567623),(0.06945725,0.4610108),(0.07361087,0.4610108),(0.06532837,0.4610108),(0.06532837,0.4652516),(0.06945725,0.4652516),(0.07361087,0.4652516),(0.07776025,0.4610108),(0.07776025,0.4652516),(0.06125325,0.4525062),(0.05721605,0.4525062),(0.05721604,0.4567623),(0.06125325,0.4567622),(0.05320094,0.4525062),(0.0491921,0.4525062),(0.04919209,0.4567623),(0.05320094,0.4567623),(0.05320094,0.4610108),(0.05721605,0.4610108),(0.0491921,0.4610108),(0.04919209,0.4652516),(0.05320094,0.4652516),(0.05721605,0.4652516),(0.06125325,0.4610108),(0.06125325,0.4652516),(0.04517369,0.4525062),(0.04115105,0.4525062),(0.04115105,0.4567623),(0.04517369,0.4567622),(0.0371295,0.4525062),(0.03311438,0.4525062),(0.03311437,0.4567623),(0.0371295,0.4567623),(0.0371295,0.4610108),(0.04115105,0.4610108),(0.03311438,0.4610108),(0.03311438,0.4652516),(0.0371295,0.4652516),(0.04115105,0.4652516),(0.04517369,0.4610108),(0.04517369,0.4652516),(0.029111,0.4525062),(0.02511186,0.4525062),(0.02511186,0.4567623),(0.029111,0.4567622),(0.02110944,0.4525062),(0.01709622,0.4525062),(0.01709622,0.4567623),(0.02110944,0.4567623),(0.02110944,0.4610108),(0.02511186,0.4610108),(0.01709622,0.4610108),(0.01709622,0.4652516),(0.02110944,0.4652516),(0.02511186,0.4652516),(0.029111,0.4610108),(0.029111,0.4652516),(0.01306469,0.4525062),(0.009019421,0.4525071),(0.009019421,0.4567627),(0.01306469,0.4567622),(0.004965,0.4525099),(0.000906,0.4525135),(0.004965,0.4567641),(0.000906,0.456766),(0.009019421,0.4610117),(0.004965,0.4610146),(0.000906,0.4610185),(0.004965,0.4652574),(0.000906,0.465271),(0.009019421,0.4652531),(0.01306469,0.4610108),(0.01306469,0.4652516),(0.9951518,0.4694886),(0.999094,0.4694925),(0.9912093,0.4694857),(0.9912093,0.4737152),(0.9951518,0.4737146),(0.999094,0.473714),(0.9872664,0.4694847),(0.983323,0.4694847),(0.983323,0.4737153),(0.9872664,0.4737153),(0.9872664,0.4779484),(0.9912093,0.4779468),(0.983323,0.4779484),(0.983323,0.4821893),(0.9872664,0.4821893),(0.9912093,0.4821869),(0.999094,0.4779355),(0.9951518,0.477942),(0.9951518,0.4821796),(0.999094,0.482157),(0.9793787,0.4694847),(0.9754275,0.4694847),(0.9754274,0.4737153),(0.9793787,0.4737153),(0.9714631,0.4694847),(0.9674796,0.4694847),(0.9674796,0.4737153),(0.9714631,0.4737153),(0.9714631,0.4779484),(0.9754274,0.4779484),(0.9674796,0.4779484),(0.9674796,0.4821893),(0.9714631,0.4821893),(0.9754274,0.4821893),(0.9793787,0.4779484),(0.9793787,0.4821893),(0.9634706,0.4694847),(0.9594426,0.4694847),(0.9594426,0.4737153),(0.9634707,0.4737153),(0.9554016,0.4694847),(0.9513539,0.4694847),(0.9513539,0.4737153),(0.9554016,0.4737153),(0.9554016,0.4779484),(0.9594426,0.4779484),(0.9513539,0.4779484),(0.9513539,0.4821893),(0.9554016,0.4821893),(0.9594425,0.4821893),(0.9634707,0.4779484),(0.9634706,0.4821893),(0.9473058,0.4694847),(0.9432498,0.4694847),(0.9432497,0.4737153),(0.9473058,0.4737153),(0.9391782,0.4694847),(0.9350839,0.4694847),(0.9350839,0.4737153),(0.9391783,0.4737153),(0.9391782,0.4779484),(0.9432497,0.4779484),(0.9350839,0.4779484),(0.9350839,0.4821893),(0.9391783,0.4821893),(0.9432497,0.4821893),(0.9473058,0.4779484),(0.9473058,0.4821893),(0.930959,0.4694847),(0.9268106,0.4694847),(0.9268106,0.4737153),(0.930959,0.4737153),(0.9226453,0.4694847),(0.9184701,0.4694847),(0.9226453,0.4737153),(0.9184701,0.4737153),(0.9226453,0.4779484),(0.9268106,0.4779484),(0.9184701,0.4779484),(0.9184701,0.4821893),(0.9226453,0.4821893),(0.9268106,0.4821893),(0.930959,0.4779484),(0.930959,0.4821893),(0.9142919,0.4694847),(0.910111,0.4694847),(0.9142919,0.4737153),(0.9101109,0.4737153),(0.9059278,0.4694847),(0.9017429,0.4694847),(0.9059278,0.4737153),(0.9017429,0.4737153),(0.9059278,0.4779484),(0.910111,0.4779484),(0.9017429,0.4779484),(0.9017428,0.4821893),(0.9059278,0.4821893),(0.9101109,0.4821893),(0.9142919,0.4779484),(0.9142919,0.4821893),(0.8975567,0.4694847),(0.8933688,0.4694847),(0.8975567,0.4737153),(0.8933688,0.4737153),(0.8891787,0.4694847),(0.8849859,0.4694847),(0.8891788,0.4737153),(0.8849859,0.4737153),(0.8933688,0.4779484),(0.8891787,0.4779484),(0.8849859,0.4779484),(0.8891788,0.4821893),(0.8849859,0.4821893),(0.8933688,0.4821893),(0.8975567,0.4779484),(0.8975567,0.4821893),(0.8807898,0.4694847),(0.8765806,0.4694847),(0.8807898,0.4737153),(0.8765807,0.4737153),(0.8723488,0.4694847),(0.8680845,0.4694847),(0.8723488,0.4737153),(0.8680845,0.4737153),(0.8765806,0.4779484),(0.8723488,0.4779484),(0.8680845,0.4779484),(0.8723488,0.4821893),(0.8680845,0.4821893),(0.8765806,0.4821893),(0.8807898,0.4779484),(0.8807898,0.4821893),(0.8637781,0.4694847),(0.8594491,0.4694847),(0.8637781,0.4737153),(0.8594491,0.4737153),(0.8551173,0.4694847),(0.8508024,0.4694847),(0.8551173,0.4737153),(0.8508024,0.4737153),(0.8594491,0.4779484),(0.8551173,0.4779484),(0.8508024,0.4779484),(0.8551173,0.4821893),(0.8508024,0.4821893),(0.859449,0.4821893),(0.8637781,0.4779484),(0.8637781,0.4821893),(0.846524,0.4694847),(0.8422731,0.4694847),(0.846524,0.4737153),(0.8422731,0.4737153),(0.8380403,0.4694847),(0.8338165,0.4694847),(0.8380403,0.4737153),(0.8338165,0.4737153),(0.8422731,0.4779484),(0.8380403,0.4779484),(0.8338165,0.4779484),(0.8380404,0.4821893),(0.8338165,0.4821893),(0.8422731,0.4821893),(0.846524,0.4779484),(0.846524,0.4821893),(0.8295926,0.4694847),(0.8253628,0.4694847),(0.8295926,0.4737153),(0.8253628,0.4737153),(0.8211217,0.4694847),(0.8168637,0.4694847),(0.8211217,0.4737153),(0.8168637,0.4737153),(0.8253628,0.4779484),(0.8211217,0.4779484),(0.8168637,0.4779484),(0.8211217,0.4821893),(0.8168637,0.4821893),(0.8253628,0.4821893),(0.8295926,0.4779484),(0.8295926,0.4821893),(0.8125832,0.4694847),(0.8082899,0.4694847),(0.8125832,0.4737153),(0.8082899,0.4737153),(0.8039935,0.4694847),(0.7997035,0.4694847),(0.8039935,0.4737153),(0.7997035,0.4737153),(0.8039935,0.4779484),(0.8082899,0.4779484),(0.7997035,0.4779484),(0.7997035,0.4821893),(0.8039935,0.4821893),(0.8082899,0.4821893),(0.8125832,0.4779484),(0.8125832,0.4821893),(0.7954297,0.4694847),(0.7911757,0.4694847),(0.7911757,0.4737153),(0.7954297,0.4737153),(0.7869452,0.4694847),(0.7827417,0.4694847),(0.7827417,0.4737153),(0.7869452,0.4737153),(0.7869452,0.4779484),(0.7911757,0.4779484),(0.7827417,0.4779484),(0.7827417,0.4821893),(0.7869452,0.4821893),(0.7911757,0.4821893),(0.7954297,0.4779484),(0.7954297,0.4821893),(0.7785689,0.4694847),(0.7744211,0.4694847),(0.7744212,0.4737153),(0.7785689,0.4737153),(0.7702925,0.4694847),(0.7661775,0.4694847),(0.7661775,0.4737153),(0.7702925,0.4737153),(0.7702925,0.4779484),(0.7744212,0.4779484),(0.7661775,0.4779484),(0.7661775,0.4821893),(0.7702925,0.4821893),(0.7744212,0.4821893),(0.778569,0.4779484),(0.778569,0.4821893),(0.7620703,0.4694847),(0.757961,0.4694847),(0.757961,0.4737153),(0.7620703,0.4737153),(0.7538399,0.4694847),(0.7496969,0.4694847),(0.7496969,0.4737153),(0.7538399,0.4737153),(0.7538399,0.4779484),(0.757961,0.4779484),(0.7496969,0.4779484),(0.7496969,0.4821893),(0.7538399,0.4821893),(0.757961,0.4821893),(0.7620703,0.4779484),(0.7620703,0.4821893),(0.7455223,0.4694847),(0.7413244,0.4694847),(0.7413245,0.4737153),(0.7455223,0.4737153),(0.7371117,0.4694847),(0.7328922,0.4694847),(0.7328923,0.4737153),(0.7371117,0.4737153),(0.7371117,0.4779484),(0.7413245,0.4779484),(0.7328922,0.4779484),(0.7328922,0.4821893),(0.7371117,0.4821893),(0.7413245,0.4821893),(0.7455223,0.4779484),(0.7455223,0.4821893),(0.7286744,0.4694847),(0.7244572,0.4694847),(0.7244572,0.4737153),(0.7286744,0.4737153),(0.7202395,0.4694847),(0.71602,0.4694847),(0.71602,0.4737153),(0.7202395,0.4737153),(0.7202395,0.4779484),(0.7244572,0.4779484),(0.71602,0.4779484),(0.71602,0.4821893),(0.7202394,0.4821893),(0.7244572,0.4821893),(0.7286744,0.4779484),(0.7286744,0.4821893),(0.7117977,0.4694847),(0.7075742,0.4694847),(0.7075742,0.4737153),(0.7117977,0.4737153),(0.7033514,0.4694847),(0.6991307,0.4694847),(0.6991307,0.4737153),(0.7033514,0.4737153),(0.7033514,0.4779484),(0.7075742,0.4779484),(0.6991307,0.4779484),(0.7033514,0.4821893),(0.6991307,0.4821893),(0.7075742,0.4821893),(0.7117977,0.4779484),(0.7117977,0.4821893),(0.6949139,0.4694847),(0.6906992,0.4694847),(0.6906992,0.4737153),(0.6949139,0.4737153),(0.6864849,0.4694847),(0.6822694,0.4694847),(0.6822693,0.4737153),(0.6864849,0.4737153),(0.6906992,0.4779484),(0.6864849,0.4779484),(0.6822694,0.4779484),(0.6864849,0.4821893),(0.6822693,0.4821893),(0.6906992,0.4821893),(0.6949139,0.4779484),(0.6949139,0.4821893),(0.6780508,0.4694847),(0.6738272,0.4694847),(0.6780507,0.4737153),(0.6738272,0.4737153),(0.6695971,0.4694847),(0.6653587,0.4694847),(0.6695971,0.4737153),(0.6653587,0.4737153),(0.6738272,0.4779484),(0.6695971,0.4779484),(0.6653587,0.4779484),(0.6695971,0.4821893),(0.6653587,0.4821893),(0.6738272,0.4821893),(0.6780508,0.4779484),(0.6780507,0.4821893),(0.6611102,0.4694847),(0.6568571,0.4694847),(0.6611102,0.4737153),(0.6568571,0.4737153),(0.6526053,0.4694847),(0.6483604,0.4694847),(0.6526054,0.4737153),(0.6483604,0.4737153),(0.6568571,0.4779484),(0.6526054,0.4779484),(0.6483604,0.4779484),(0.6526053,0.4821893),(0.6483604,0.4821893),(0.6568571,0.4821893),(0.6611102,0.4779484),(0.6611102,0.4821893),(0.6441281,0.4694847),(0.6399043,0.4694847),(0.6441281,0.4737153),(0.6399043,0.4737153),(0.635685,0.4694847),(0.6314663,0.4694847),(0.635685,0.4737153),(0.6314663,0.4737153),(0.6399043,0.4779484),(0.635685,0.4779484),(0.6314663,0.4779484),(0.635685,0.4821893),(0.6314663,0.4821893),(0.6399043,0.4821893),(0.6441281,0.4779484),(0.6441281,0.4821893),(0.627244,0.4694847),(0.6230208,0.4694847),(0.627244,0.4737153),(0.6230209,0.4737153),(0.6187993,0.4694847),(0.6145822,0.4694847),(0.6187993,0.4737153),(0.6145822,0.4737153),(0.6230208,0.4779484),(0.6187993,0.4779484),(0.6145822,0.4779484),(0.6187993,0.4821893),(0.6145822,0.4821893),(0.6230209,0.4821893),(0.627244,0.4779484),(0.627244,0.4821893),(0.6103719,0.4694847),(0.6061606,0.4694847),(0.6103719,0.4737153),(0.6061606,0.4737153),(0.6019406,0.4694847),(0.5977041,0.4694847),(0.5977041,0.4737153),(0.6019406,0.4737153),(0.6061606,0.4779484),(0.6019406,0.4779484),(0.5977041,0.4779484),(0.6019406,0.4821893),(0.5977041,0.4821893),(0.6061606,0.4821893),(0.6103719,0.4779484),(0.6103719,0.4821893),(0.5934432,0.4694847),(0.589169,0.4694847),(0.589169,0.4737153),(0.5934432,0.4737153),(0.5848927,0.4694847),(0.5806257,0.4694847),(0.5848927,0.4737153),(0.5806257,0.4737153),(0.5848927,0.4779484),(0.589169,0.4779484),(0.5806257,0.4779484),(0.5848927,0.4821893),(0.5806257,0.4821893),(0.589169,0.4821893),(0.5934432,0.4779484),(0.5934432,0.4821893),(0.5763788,0.4694847),(0.572147,0.4694847),(0.5763788,0.4737153),(0.572147,0.4737153),(0.567925,0.4694847),(0.5637077,0.4694847),(0.567925,0.4737153),(0.5637077,0.4737153),(0.572147,0.4779484),(0.567925,0.4779484),(0.5637077,0.4779484),(0.567925,0.4821893),(0.5637077,0.4821893),(0.572147,0.4821893),(0.5763788,0.4779484),(0.5763788,0.4821893),(0.55949,0.4694847),(0.5552715,0.4694847),(0.55949,0.4737153),(0.5552715,0.4737153),(0.5510522,0.4694847),(0.5468317,0.4694847),(0.5510522,0.4737153),(0.5468317,0.4737153),(0.5552715,0.4779484),(0.5510522,0.4779484),(0.5468317,0.4779484),(0.5468317,0.4821893),(0.5510522,0.4821893),(0.5552715,0.4821893),(0.55949,0.4779484),(0.55949,0.4821893),(0.5426099,0.4694847),(0.5383899,0.4694847),(0.5426099,0.4737153),(0.5383899,0.4737153),(0.5341746,0.4694847),(0.5299669,0.4694847),(0.5341746,0.4737153),(0.5299669,0.4737153),(0.5341746,0.4779484),(0.5383899,0.4779484),(0.5299669,0.4779484),(0.5341746,0.4821893),(0.529967,0.4821893),(0.5383899,0.4821893),(0.5426099,0.4779484),(0.5426099,0.4821893),(0.52577,0.4694847),(0.5215818,0.4694847),(0.52577,0.4737153),(0.5215818,0.4737153),(0.5174,0.4694847),(0.5132228,0.4694847),(0.5174,0.4737153),(0.5132228,0.4737153),(0.5215818,0.4779484),(0.5174,0.4779484),(0.5132228,0.4779484),(0.5174,0.4821893),(0.5132228,0.4821893),(0.5215818,0.4821893),(0.52577,0.4779484),(0.52577,0.4821893),(0.5090478,0.4694847),(0.5048727,0.4694847),(0.5090478,0.4737153),(0.5048727,0.4737153),(0.5006949,0.4694847),(0.4965119,0.4694847),(0.5006949,0.4737153),(0.4965119,0.4737153),(0.5048727,0.4779484),(0.5006949,0.4779484),(0.4965119,0.4779484),(0.5006949,0.4821893),(0.4965119,0.4821893),(0.5048727,0.4821893),(0.5090478,0.4779484),(0.5090478,0.4821893),(0.4923214,0.4694847),(0.4881234,0.4694847),(0.4923214,0.4737153),(0.4881234,0.4737153),(0.4839184,0.4694847),(0.4797065,0.4694847),(0.4839184,0.4737153),(0.4797065,0.4737153),(0.4881234,0.4779484),(0.4839184,0.4779484),(0.4797065,0.4779484),(0.4839184,0.4821893),(0.4797064,0.4821893),(0.4881234,0.4821893),(0.4923214,0.4779484),(0.4923214,0.4821893),(0.4754879,0.4694847),(0.4712752,0.4694847),(0.4754879,0.4737153),(0.4712752,0.4737153),(0.4670808,0.4694847),(0.4629171,0.4694847),(0.4670808,0.4737153),(0.4629171,0.4737153),(0.4712752,0.4779484),(0.4670808,0.4779484),(0.4629171,0.4779484),(0.4670808,0.4821893),(0.4629171,0.4821893),(0.4712752,0.4821893),(0.4754879,0.4779484),(0.4754879,0.4821893),(0.4587967,0.4694847),(0.4547031,0.4694847),(0.4587967,0.4737153),(0.4547031,0.4737153),(0.4506197,0.4694847),(0.44653,0.4694847),(0.4506197,0.4737153),(0.44653,0.4737153),(0.4547031,0.4779484),(0.4506197,0.4779484),(0.44653,0.4779484),(0.4506197,0.4821893),(0.44653,0.4821893),(0.4547031,0.4821893),(0.4587967,0.4779484),(0.4587967,0.4821893),(0.4424174,0.4694847),(0.4382856,0.4694847),(0.4424174,0.4737153),(0.4382856,0.4737153),(0.4341379,0.4694847),(0.429978,0.4694847),(0.4341379,0.4737153),(0.429978,0.4737153),(0.4382856,0.4779484),(0.4341379,0.4779484),(0.429978,0.4779484),(0.4341379,0.4821893),(0.429978,0.4821893),(0.4382856,0.4821893),(0.4424174,0.4779484),(0.4424174,0.4821893),(0.4258092,0.4694847),(0.4216311,0.4694847),(0.4258092,0.4737153),(0.4216312,0.4737153),(0.4174434,0.4694847),(0.4132456,0.4694847),(0.4132456,0.4737153),(0.4174434,0.4737153),(0.4174434,0.4779484),(0.4216312,0.4779484),(0.4132456,0.4779484),(0.4132456,0.4821893),(0.4174434,0.4821893),(0.4216312,0.4821893),(0.4258092,0.4779484),(0.4258092,0.4821893),(0.4090372,0.4694847),(0.4048201,0.4694847),(0.4048201,0.4737153),(0.4090372,0.4737153),(0.4005963,0.4694847),(0.3963675,0.4694847),(0.3963675,0.4737153),(0.4005963,0.4737153),(0.4005963,0.4779484),(0.4048201,0.4779484),(0.3963675,0.4779484),(0.3963675,0.4821893),(0.4005963,0.4821893),(0.4048201,0.4821893),(0.4090372,0.4779484),(0.4090372,0.4821893),(0.3921357,0.4694847),(0.3879012,0.4694847),(0.3921357,0.4737153),(0.3879012,0.4737153),(0.3836642,0.4694847),(0.3794248,0.4694847),(0.3836642,0.4737153),(0.3794249,0.4737153),(0.3836642,0.4779484),(0.3879012,0.4779484),(0.3794248,0.4779484),(0.3836642,0.4821893),(0.3794248,0.4821893),(0.3879012,0.4821893),(0.3921357,0.4779484),(0.3921357,0.4821893),(0.3751834,0.4694847),(0.3709441,0.4694847),(0.3751834,0.4737153),(0.3709441,0.4737153),(0.3667112,0.4694847),(0.3624887,0.4694847),(0.3624887,0.4737153),(0.3667112,0.4737153),(0.3709442,0.4779484),(0.3667112,0.4779484),(0.3624887,0.4779484),(0.3667112,0.4821893),(0.3624887,0.4821893),(0.3709441,0.4821893),(0.3751834,0.4779484),(0.3751834,0.4821893),(0.358281,0.4694847),(0.3540821,0.4694847),(0.3540821,0.4737153),(0.358281,0.4737153),(0.3498864,0.4694847),(0.3456882,0.4694847),(0.3498864,0.4737153),(0.3456882,0.4737153),(0.3540821,0.4779484),(0.3498864,0.4779484),(0.3456882,0.4779484),(0.3498864,0.4821893),(0.3456882,0.4821893),(0.3540821,0.4821893),(0.3582809,0.4779484),(0.358281,0.4821893),(0.3414817,0.4694847),(0.3372694,0.4694847),(0.3414817,0.4737153),(0.3372695,0.4737153),(0.3330541,0.4694847),(0.3288383,0.4694847),(0.3330541,0.4737153),(0.3288383,0.4737153),(0.3372695,0.4779484),(0.3330541,0.4779484),(0.3288383,0.4779484),(0.3330541,0.4821893),(0.3288383,0.4821893),(0.3372695,0.4821893),(0.3414817,0.4779484),(0.3414817,0.4821893),(0.3246247,0.4694847),(0.3204179,0.4694847),(0.3246247,0.4737153),(0.3204179,0.4737153),(0.3162228,0.4694847),(0.3120441,0.4694847),(0.3162228,0.4737153),(0.3120441,0.4737153),(0.3204179,0.4779484),(0.3162228,0.4779484),(0.3120441,0.4779484),(0.3162228,0.4821893),(0.3120441,0.4821893),(0.3204179,0.4821893),(0.3246247,0.4779484),(0.3246247,0.4821893),(0.3078868,0.4694847),(0.3037427,0.4694847),(0.3078868,0.4737153),(0.3037427,0.4737153),(0.2996041,0.4694847),(0.2954631,0.4694847),(0.2996041,0.4737153),(0.2954631,0.4737153),(0.3037428,0.4779484),(0.2996041,0.4779484),(0.2954631,0.4779484),(0.2996041,0.4821893),(0.2954631,0.4821893),(0.3037427,0.4821893),(0.3078868,0.4779484),(0.3078868,0.4821893),(0.2913116,0.4694847),(0.2871543,0.4694847),(0.2913116,0.4737153),(0.2871543,0.4737153),(0.2829956,0.4694847),(0.2788399,0.4694847),(0.2829956,0.4737153),(0.2788399,0.4737153),(0.2871543,0.4779484),(0.2829956,0.4779484),(0.2788399,0.4779484),(0.2829956,0.4821893),(0.2788399,0.4821893),(0.2871543,0.4821893),(0.2913116,0.4779484),(0.2913116,0.4821893),(0.2746918,0.4694847),(0.2705556,0.4694847),(0.2746918,0.4737153),(0.2705556,0.4737153),(0.2664356,0.4694847),(0.262336,0.4694847),(0.2664356,0.4737153),(0.262336,0.4737153),(0.2705556,0.4779484),(0.2664356,0.4779484),(0.262336,0.4779484),(0.2664356,0.4821893),(0.262336,0.4821893),(0.2705556,0.4821893),(0.2746918,0.4779484),(0.2746918,0.4821893),(0.2582613,0.4694847),(0.254209,0.4694847),(0.2582613,0.4737153),(0.254209,0.4737153),(0.2501769,0.4694847),(0.2461624,0.4694847),(0.2501769,0.4737153),(0.2461624,0.4737153),(0.254209,0.4779484),(0.2501769,0.4779484),(0.2461624,0.4779484),(0.2501769,0.4821893),(0.2461624,0.4821893),(0.254209,0.4821893),(0.2582613,0.4779484),(0.2582613,0.4821893),(0.2421634,0.4694847),(0.238164,0.4694847),(0.2421634,0.4737153),(0.238164,0.4737153),(0.2341487,0.4694847),(0.2301017,0.4694847),(0.2341487,0.4737153),(0.2301017,0.4737153),(0.238164,0.4779484),(0.2341487,0.4779484),(0.2301017,0.4779484),(0.2341487,0.4821893),(0.2301017,0.4821893),(0.238164,0.4821893),(0.2421634,0.4779484),(0.2421634,0.4821893),(0.2260074,0.4694847),(0.2218787,0.4694847),(0.2260074,0.4737153),(0.2218787,0.4737153),(0.2177283,0.4694847),(0.2135691,0.4694847),(0.2177283,0.4737153),(0.2135692,0.4737153),(0.2218787,0.4779484),(0.2177283,0.4779484),(0.2135691,0.4779484),(0.2177283,0.4821893),(0.2135692,0.4821893),(0.2218787,0.4821893),(0.2260074,0.4779484),(0.2260074,0.4821893),(0.2094141,0.4694847),(0.2052627,0.4694847),(0.2094141,0.4737153),(0.2052627,0.4737153),(0.2011147,0.4694847),(0.1969699,0.4694847),(0.1969699,0.4737153),(0.2011147,0.4737153),(0.2052627,0.4779484),(0.2011147,0.4779484),(0.1969699,0.4779484),(0.2011147,0.4821893),(0.1969699,0.4821893),(0.2052627,0.4821893),(0.2094141,0.4779484),(0.2094141,0.4821893),(0.1928277,0.4694847),(0.1886888,0.4694847),(0.1886888,0.4737153),(0.1928277,0.4737153),(0.1845533,0.4694847),(0.1804218,0.4694847),(0.1804218,0.4737153),(0.1845533,0.4737153),(0.1886888,0.4779484),(0.1845533,0.4779484),(0.1804218,0.4779484),(0.1845533,0.4821893),(0.1804218,0.4821893),(0.1886888,0.4821893),(0.1928277,0.4779484),(0.1928277,0.4821893),(0.1762946,0.4694847),(0.1721701,0.4694847),(0.1762946,0.4737153),(0.1721701,0.4737153),(0.1680468,0.4694847),(0.163923,0.4694847),(0.163923,0.4737153),(0.1680468,0.4737153),(0.1721701,0.4779484),(0.1680468,0.4779484),(0.163923,0.4779484),(0.1680468,0.4821893),(0.163923,0.4821893),(0.1721701,0.4821893),(0.1762946,0.4779484),(0.1762946,0.4821893),(0.1597973,0.4694847),(0.1556691,0.4694847),(0.1556691,0.4737153),(0.1597973,0.4737153),(0.1515382,0.4694847),(0.1474041,0.4694847),(0.1474041,0.4737153),(0.1515382,0.4737153),(0.1515382,0.4779484),(0.1556691,0.4779484),(0.1474041,0.4779484),(0.1474041,0.4821893),(0.1515382,0.4821893),(0.1556691,0.4821893),(0.1597973,0.4779484),(0.1597973,0.4821893),(0.1432664,0.4694847),(0.1391259,0.4694847),(0.1391259,0.4737153),(0.1432664,0.4737153),(0.134983,0.4694847),(0.1308385,0.4694847),(0.1308385,0.4737153),(0.134983,0.4737153),(0.134983,0.4779484),(0.1391259,0.4779484),(0.1308385,0.4779484),(0.1308385,0.4821893),(0.134983,0.4821893),(0.1391259,0.4821893),(0.1432664,0.4779484),(0.1432664,0.4821893),(0.126693,0.4694847),(0.12255,0.4694847),(0.12255,0.4737153),(0.126693,0.4737153),(0.1184131,0.4694847),(0.1142857,0.4694847),(0.1142857,0.4737153),(0.1184131,0.4737153),(0.1184131,0.4779484),(0.12255,0.4779484),(0.1142857,0.4779484),(0.1142857,0.4821893),(0.1184131,0.4821893),(0.12255,0.4821893),(0.126693,0.4779484),(0.126693,0.4821893),(0.1101713,0.4694847),(0.1060752,0.4694847),(0.1060752,0.4737153),(0.1101713,0.4737153),(0.1020023,0.4694847),(0.09795791,0.4694847),(0.09795791,0.4737153),(0.1020023,0.4737153),(0.1020023,0.4779484),(0.1060752,0.4779484),(0.09795791,0.4779484),(0.09795791,0.4821893),(0.1020023,0.4821893),(0.1060752,0.4821893),(0.1101713,0.4779484),(0.1101713,0.4821893),(0.09394707,0.4694847),(0.08994583,0.4694847),(0.09394707,0.4737153),(0.08994584,0.4737153),(0.08593026,0.4694847),(0.08187638,0.4694847),(0.08187637,0.4737153),(0.08593025,0.4737153),(0.08593026,0.4779484),(0.08994584,0.4779484),(0.08187638,0.4779484),(0.08187638,0.4821893),(0.08593026,0.4821893),(0.08994584,0.4821893),(0.09394707,0.4779484),(0.09394707,0.4821893),(0.07776025,0.4694847),(0.07361087,0.4694847),(0.07361087,0.4737153),(0.07776025,0.4737153),(0.06945725,0.4694847),(0.06532837,0.4694847),(0.06532837,0.4737153),(0.06945725,0.4737153),(0.06945725,0.4779484),(0.07361087,0.4779484),(0.06532837,0.4779484),(0.06532837,0.4821893),(0.06945725,0.4821893),(0.07361087,0.4821893),(0.07776025,0.4779484),(0.07776025,0.4821893),(0.06125325,0.4694847),(0.05721605,0.4694847),(0.05721604,0.4737153),(0.06125325,0.4737153),(0.05320094,0.4694847),(0.0491921,0.4694847),(0.04919209,0.4737153),(0.05320094,0.4737153),(0.05320094,0.4779484),(0.05721605,0.4779484),(0.0491921,0.4779484),(0.04919209,0.4821893),(0.05320094,0.4821893),(0.05721605,0.4821893),(0.06125325,0.4779484),(0.06125325,0.4821893),(0.04517369,0.4694847),(0.04115105,0.4694847),(0.04115105,0.4737153),(0.04517369,0.4737153),(0.0371295,0.4694847),(0.03311438,0.4694847),(0.03311437,0.4737153),(0.0371295,0.4737153),(0.0371295,0.4779484),(0.04115105,0.4779484),(0.03311438,0.4779484),(0.03311438,0.4821893),(0.0371295,0.4821893),(0.04115105,0.4821893),(0.04517369,0.4779484),(0.04517369,0.4821893),(0.029111,0.4694847),(0.02511186,0.4694847),(0.02511186,0.4737153),(0.029111,0.4737153),(0.02110944,0.4694847),(0.01709622,0.4694847),(0.01709622,0.4737153),(0.02110944,0.4737153),(0.02110944,0.4779484),(0.02511186,0.4779484),(0.01709622,0.4779484),(0.01709622,0.4821893),(0.02110944,0.4821893),(0.02511186,0.4821893),(0.029111,0.4779484),(0.029111,0.4821893),(0.01306469,0.4694847),(0.009019421,0.4694857),(0.009019421,0.4737152),(0.01306469,0.4737153),(0.004965,0.4694886),(0.000906,0.4694925),(0.000906,0.473714),(0.004965,0.4737146),(0.004965,0.477942),(0.009019421,0.4779468),(0.000906,0.4779355),(0.000906,0.482157),(0.004965,0.4821796),(0.009019421,0.4821869),(0.01306469,0.4779484),(0.01306469,0.4821893),(0.999094,0.4864302),(0.9951518,0.4864367),(0.9912093,0.4864416),(0.9912093,0.4907176),(0.9951518,0.4907116),(0.999094,0.4907035),(0.9872664,0.4864432),(0.983323,0.4864432),(0.983323,0.4907197),(0.9872664,0.4907197),(0.9872664,0.4950286),(0.9912093,0.4950221),(0.983323,0.4950286),(0.983323,0.4993798),(0.9872664,0.4993797),(0.9912093,0.49937),(0.9951518,0.4950027),(0.999094,0.4949768),(0.9951518,0.4993408),(0.999094,0.49925),(0.9793787,0.4864432),(0.9754275,0.4864432),(0.9754274,0.4907197),(0.9793787,0.4907197),(0.9714631,0.4864432),(0.9674796,0.4864432),(0.9674796,0.4907197),(0.9714631,0.4907197),(0.9714631,0.4950286),(0.9754274,0.4950286),(0.9674796,0.4950286),(0.9674796,0.4993798),(0.9714631,0.4993797),(0.9754274,0.4993798),(0.9793787,0.4950286),(0.9793787,0.4993797),(0.9634706,0.4864432),(0.9594426,0.4864432),(0.9594426,0.4907197),(0.9634707,0.4907197),(0.9554016,0.4864432),(0.9513539,0.4864432),(0.9513539,0.4907197),(0.9554016,0.4907197),(0.9554016,0.4950286),(0.9594426,0.4950286),(0.9513539,0.4950286),(0.9513539,0.4993798),(0.9554016,0.4993797),(0.9594425,0.4993798),(0.9634707,0.4950286),(0.9634706,0.4993797),(0.9473058,0.4864432),(0.9432498,0.4864432),(0.9432497,0.4907197),(0.9473058,0.4907197),(0.9391782,0.4864432),(0.9350839,0.4864432),(0.9350839,0.4907197),(0.9391783,0.4907197),(0.9391782,0.4950286),(0.9432497,0.4950286),(0.9350839,0.4950286),(0.9350839,0.4993798),(0.9391783,0.4993797),(0.9432497,0.4993798),(0.9473058,0.4950286),(0.9473058,0.4993797),(0.930959,0.4864432),(0.9268106,0.4864432),(0.9268106,0.4907197),(0.930959,0.4907197),(0.9226453,0.4864432),(0.9184701,0.4864432),(0.9184701,0.4907197),(0.9226453,0.4907197),(0.9226453,0.4950286),(0.9268106,0.4950286),(0.9184701,0.4950286),(0.9184701,0.4993798),(0.9226453,0.4993797),(0.9268106,0.4993798),(0.930959,0.4950286),(0.930959,0.4993797),(0.9142919,0.4864432),(0.910111,0.4864432),(0.9101109,0.4907197),(0.9142919,0.4907197),(0.9059278,0.4864432),(0.9017429,0.4864432),(0.9017429,0.4907197),(0.9059278,0.4907197),(0.910111,0.4950286),(0.9059278,0.4950286),(0.9017429,0.4950286),(0.9059278,0.4993797),(0.9017428,0.4993798),(0.9101109,0.4993798),(0.9142919,0.4950286),(0.9142919,0.4993797),(0.8975567,0.4864432),(0.8933688,0.4864432),(0.8975567,0.4907197),(0.8933688,0.4907197),(0.8891787,0.4864432),(0.8849859,0.4864432),(0.8891788,0.4907197),(0.8849859,0.4907197),(0.8933688,0.4950286),(0.8891787,0.4950286),(0.8849859,0.4950286),(0.8891788,0.4993797),(0.8849859,0.4993798),(0.8933688,0.4993798),(0.8975567,0.4950286),(0.8975567,0.4993797),(0.8807898,0.4864432),(0.8765806,0.4864432),(0.8807898,0.4907197),(0.8765807,0.4907197),(0.8723488,0.4864432),(0.8680845,0.4864432),(0.8723488,0.4907197),(0.8680845,0.4907197),(0.8765806,0.4950286),(0.8723488,0.4950286),(0.8680845,0.4950286),(0.8723488,0.4993797),(0.8680845,0.4993798),(0.8765806,0.4993798),(0.8807898,0.4950286),(0.8807898,0.4993797),(0.8637781,0.4864432),(0.8594491,0.4864432),(0.8637781,0.4907197),(0.8594491,0.4907197),(0.8551173,0.4864432),(0.8508024,0.4864432),(0.8551173,0.4907197),(0.8508024,0.4907197),(0.8594491,0.4950286),(0.8551173,0.4950286),(0.8508024,0.4950286),(0.8551173,0.4993797),(0.8508024,0.4993798),(0.859449,0.4993798),(0.8637781,0.4950286),(0.8637781,0.4993797),(0.846524,0.4864432),(0.8422731,0.4864432),(0.846524,0.4907197),(0.8422731,0.4907197),(0.8380403,0.4864432),(0.8338165,0.4864432),(0.8380403,0.4907197),(0.8338165,0.4907197),(0.8422731,0.4950286),(0.8380403,0.4950286),(0.8338165,0.4950286),(0.8380404,0.4993797),(0.8338165,0.4993798),(0.8422731,0.4993798),(0.846524,0.4950286),(0.846524,0.4993797),(0.8295926,0.4864432),(0.8253628,0.4864432),(0.8295926,0.4907197),(0.8253628,0.4907197),(0.8211217,0.4864432),(0.8168637,0.4864432),(0.8211217,0.4907197),(0.8168637,0.4907197),(0.8253628,0.4950286),(0.8211217,0.4950286),(0.8168637,0.4950286),(0.8168637,0.4993798),(0.8211217,0.4993797),(0.8253628,0.4993798),(0.8295926,0.4950286),(0.8295926,0.4993797),(0.8125832,0.4864432),(0.8082899,0.4864432),(0.8082899,0.4907197),(0.8125832,0.4907197),(0.8039935,0.4864432),(0.7997035,0.4864432),(0.7997035,0.4907197),(0.8039935,0.4907197),(0.8039935,0.4950286),(0.8082899,0.4950286),(0.7997035,0.4950286),(0.7997035,0.4993798),(0.8039935,0.4993797),(0.8082899,0.4993798),(0.8125832,0.4950286),(0.8125832,0.4993797),(0.7954297,0.4864432),(0.7911757,0.4864432),(0.7911757,0.4907197),(0.7954297,0.4907197),(0.7869452,0.4864432),(0.7827417,0.4864432),(0.7827417,0.4907197),(0.7869452,0.4907197),(0.7869452,0.4950286),(0.7911757,0.4950286),(0.7827417,0.4950286),(0.7827417,0.4993798),(0.7869452,0.4993797),(0.7911757,0.4993798),(0.7954297,0.4950286),(0.7954297,0.4993797),(0.7785689,0.4864432),(0.7744211,0.4864432),(0.7744212,0.4907197),(0.7785689,0.4907197),(0.7702925,0.4864432),(0.7661775,0.4864432),(0.7661775,0.4907197),(0.7702925,0.4907197),(0.7702925,0.4950286),(0.7744212,0.4950286),(0.7661775,0.4950286),(0.7702925,0.4993797),(0.7661775,0.4993798),(0.7744212,0.4993798),(0.778569,0.4950286),(0.778569,0.4993797),(0.7620703,0.4864432),(0.757961,0.4864432),(0.757961,0.4907197),(0.7620703,0.4907197),(0.7538399,0.4864432),(0.7496969,0.4864432),(0.7496969,0.4907197),(0.7538399,0.4907197),(0.757961,0.4950286),(0.7538399,0.4950286),(0.7496969,0.4950286),(0.7538399,0.4993797),(0.7496969,0.4993798),(0.757961,0.4993798),(0.7620703,0.4950286),(0.7620703,0.4993797),(0.7455223,0.4864432),(0.7413244,0.4864432),(0.7413245,0.4907197),(0.7455223,0.4907197),(0.7371117,0.4864432),(0.7328922,0.4864432),(0.7371117,0.4907197),(0.7328923,0.4907197),(0.7413245,0.4950286),(0.7371117,0.4950286),(0.7328922,0.4950286),(0.7371117,0.4993797),(0.7328922,0.4993798),(0.7413245,0.4993798),(0.7455223,0.4950286),(0.7455223,0.4993797),(0.7286744,0.4864432),(0.7244572,0.4864432),(0.7286744,0.4907197),(0.7244572,0.4907197),(0.7202395,0.4864432),(0.71602,0.4864432),(0.7202395,0.4907197),(0.71602,0.4907197),(0.7244572,0.4950286),(0.7202395,0.4950286),(0.71602,0.4950286),(0.7202394,0.4993797),(0.71602,0.4993798),(0.7244572,0.4993798),(0.7286744,0.4950286),(0.7286744,0.4993797),(0.7117977,0.4864432),(0.7075742,0.4864432),(0.7117977,0.4907197),(0.7075742,0.4907197),(0.7033514,0.4864432),(0.6991307,0.4864432),(0.7033514,0.4907197),(0.6991307,0.4907197),(0.7075742,0.4950286),(0.7033514,0.4950286),(0.6991307,0.4950286),(0.7033514,0.4993797),(0.6991307,0.4993798),(0.7075742,0.4993798),(0.7117977,0.4950286),(0.7117977,0.4993797),(0.6949139,0.4864432),(0.6906992,0.4864432),(0.6949139,0.4907197),(0.6906992,0.4907197),(0.6864849,0.4864432),(0.6822694,0.4864432),(0.6864849,0.4907197),(0.6822693,0.4907197),(0.6864849,0.4950286),(0.6906992,0.4950286),(0.6822694,0.4950286),(0.6822693,0.4993798),(0.6864849,0.4993797),(0.6906992,0.4993798),(0.6949139,0.4950286),(0.6949139,0.4993797),(0.6780508,0.4864432),(0.6738272,0.4864432),(0.6738272,0.4907197),(0.6780507,0.4907197),(0.6695971,0.4864432),(0.6653587,0.4864432),(0.6695971,0.4907197),(0.6653587,0.4907197),(0.6738272,0.4950286),(0.6695971,0.4950286),(0.6653587,0.4950286),(0.6695971,0.4993797),(0.6653587,0.4993798),(0.6738272,0.4993798),(0.6780508,0.4950286),(0.6780507,0.4993797),(0.6611102,0.4864432),(0.6568571,0.4864432),(0.6611102,0.4907197),(0.6568571,0.4907197),(0.6526053,0.4864432),(0.6483604,0.4864432),(0.6526054,0.4907197),(0.6483604,0.4907197),(0.6568571,0.4950286),(0.6526054,0.4950286),(0.6483604,0.4950286),(0.6526053,0.4993797),(0.6483604,0.4993798),(0.6568571,0.4993798),(0.6611102,0.4950286),(0.6611102,0.4993797),(0.6441281,0.4864432),(0.6399043,0.4864432),(0.6441281,0.4907197),(0.6399043,0.4907197),(0.635685,0.4864432),(0.6314663,0.4864432),(0.635685,0.4907197),(0.6314663,0.4907197),(0.6399043,0.4950286),(0.635685,0.4950286),(0.6314663,0.4950286),(0.6314663,0.4993798),(0.635685,0.4993797),(0.6399043,0.4993798),(0.6441281,0.4950286),(0.6441281,0.4993797),(0.627244,0.4864432),(0.6230208,0.4864432),(0.627244,0.4907197),(0.6230209,0.4907197),(0.6187993,0.4864432),(0.6145822,0.4864432),(0.6145822,0.4907197),(0.6187993,0.4907197),(0.6187993,0.4950286),(0.6230208,0.4950286),(0.6145822,0.4950286),(0.6145822,0.4993798),(0.6187993,0.4993797),(0.6230209,0.4993798),(0.627244,0.4950286),(0.627244,0.4993797),(0.6103719,0.4864432),(0.6061606,0.4864432),(0.6061606,0.4907197),(0.6103719,0.4907197),(0.6019406,0.4864432),(0.5977041,0.4864432),(0.5977041,0.4907197),(0.6019406,0.4907197),(0.6019406,0.4950286),(0.6061606,0.4950286),(0.5977041,0.4950286),(0.5977041,0.4993798),(0.6019406,0.4993797),(0.6061606,0.4993798),(0.6103719,0.4950286),(0.6103719,0.4993797),(0.5934432,0.4864432),(0.589169,0.4864432),(0.589169,0.4907197),(0.5934432,0.4907197),(0.5848927,0.4864432),(0.5806257,0.4864432),(0.5848927,0.4907197),(0.5806257,0.4907197),(0.5848927,0.4950286),(0.589169,0.4950286),(0.5806257,0.4950286),(0.5806257,0.4993798),(0.5848927,0.4993797),(0.589169,0.4993798),(0.5934432,0.4950286),(0.5934432,0.4993797),(0.5763788,0.4864432),(0.572147,0.4864432),(0.5763788,0.4907197),(0.572147,0.4907197),(0.567925,0.4864432),(0.5637077,0.4864432),(0.567925,0.4907197),(0.5637077,0.4907197),(0.572147,0.4950286),(0.567925,0.4950286),(0.5637077,0.4950286),(0.5637077,0.4993798),(0.567925,0.4993797),(0.572147,0.4993798),(0.5763788,0.4950286),(0.5763788,0.4993797),(0.55949,0.4864432),(0.5552715,0.4864432),(0.5552715,0.4907197),(0.55949,0.4907197),(0.5510522,0.4864432),(0.5468317,0.4864432),(0.5468317,0.4907197),(0.5510522,0.4907197),(0.5510522,0.4950286),(0.5552715,0.4950286),(0.5468317,0.4950286),(0.5468317,0.4993798),(0.5510522,0.4993797),(0.5552715,0.4993798),(0.55949,0.4950286),(0.55949,0.4993797),(0.5426099,0.4864432),(0.5383899,0.4864432),(0.5383899,0.4907197),(0.5426099,0.4907197),(0.5341746,0.4864432),(0.5299669,0.4864432),(0.5299669,0.4907197),(0.5341746,0.4907197),(0.5341746,0.4950286),(0.5383899,0.4950286),(0.5299669,0.4950286),(0.529967,0.4993798),(0.5341746,0.4993797),(0.5383899,0.4993798),(0.5426099,0.4950286),(0.5426099,0.4993797),(0.52577,0.4864432),(0.5215818,0.4864432),(0.52577,0.4907197),(0.5215818,0.4907197),(0.5174,0.4864432),(0.5132228,0.4864432),(0.5174,0.4907197),(0.5132228,0.4907197),(0.5174,0.4950286),(0.5215818,0.4950286),(0.5132228,0.4950286),(0.5132228,0.4993798),(0.5174,0.4993797),(0.5215818,0.4993798),(0.52577,0.4950286),(0.52577,0.4993797),(0.5090478,0.4864432),(0.5048727,0.4864432),(0.5048727,0.4907197),(0.5090478,0.4907197),(0.5006949,0.4864432),(0.4965119,0.4864432),(0.4965119,0.4907197),(0.5006949,0.4907197),(0.5006949,0.4950286),(0.5048727,0.4950286),(0.4965119,0.4950286),(0.4965119,0.4993798),(0.5006949,0.4993797),(0.5048727,0.4993798),(0.5090478,0.4950286),(0.5090478,0.4993797),(0.4923214,0.4864432),(0.4881234,0.4864432),(0.4881234,0.4907197),(0.4923214,0.4907197),(0.4839184,0.4864432),(0.4797065,0.4864432),(0.4839184,0.4907197),(0.4797065,0.4907197),(0.4839184,0.4950286),(0.4881234,0.4950286),(0.4797065,0.4950286),(0.4839184,0.4993797),(0.4797064,0.4993798),(0.4881234,0.4993798),(0.4923214,0.4950286),(0.4923214,0.4993797),(0.4754879,0.4864432),(0.4712752,0.4864432),(0.4754879,0.4907197),(0.4712752,0.4907197),(0.4670808,0.4864432),(0.4629171,0.4864432),(0.4670808,0.4907197),(0.4629171,0.4907197),(0.4712752,0.4950286),(0.4670808,0.4950286),(0.4629171,0.4950286),(0.4670808,0.4993797),(0.4629171,0.4993798),(0.4712752,0.4993798),(0.4754879,0.4950286),(0.4754879,0.4993797),(0.4587967,0.4864432),(0.4547031,0.4864432),(0.4587967,0.4907197),(0.4547031,0.4907197),(0.4506197,0.4864432),(0.44653,0.4864432),(0.4506197,0.4907197),(0.44653,0.4907197),(0.4547031,0.4950286),(0.4506197,0.4950286),(0.44653,0.4950286),(0.4506197,0.4993797),(0.44653,0.4993798),(0.4547031,0.4993798),(0.4587967,0.4950286),(0.4587967,0.4993797),(0.4424174,0.4864432),(0.4382856,0.4864432),(0.4424174,0.4907197),(0.4382856,0.4907197),(0.4341379,0.4864432),(0.429978,0.4864432),(0.4341379,0.4907197),(0.429978,0.4907197),(0.4382856,0.4950286),(0.4341379,0.4950286),(0.429978,0.4950286),(0.4341379,0.4993797),(0.429978,0.4993798),(0.4382856,0.4993798),(0.4424174,0.4950286),(0.4424174,0.4993797),(0.4258092,0.4864432),(0.4216311,0.4864432),(0.4258092,0.4907197),(0.4216312,0.4907197),(0.4174434,0.4864432),(0.4132456,0.4864432),(0.4132456,0.4907197),(0.4174434,0.4907197),(0.4216312,0.4950286),(0.4174434,0.4950286),(0.4132456,0.4950286),(0.4174434,0.4993797),(0.4132456,0.4993798),(0.4216312,0.4993798),(0.4258092,0.4950286),(0.4258092,0.4993797),(0.4090372,0.4864432),(0.4048201,0.4864432),(0.4048201,0.4907197),(0.4090372,0.4907197),(0.4005963,0.4864432),(0.3963675,0.4864432),(0.3963675,0.4907197),(0.4005963,0.4907197),(0.4005963,0.4950286),(0.4048201,0.4950286),(0.3963675,0.4950286),(0.3963675,0.4993798),(0.4005963,0.4993797),(0.4048201,0.4993798),(0.4090372,0.4950286),(0.4090372,0.4993797),(0.3921357,0.4864432),(0.3879012,0.4864432),(0.3879012,0.4907197),(0.3921357,0.4907197),(0.3836642,0.4864432),(0.3794248,0.4864432),(0.3836642,0.4907197),(0.3794249,0.4907197),(0.3879012,0.4950286),(0.3836642,0.4950286),(0.3794248,0.4950286),(0.3836642,0.4993797),(0.3794248,0.4993798),(0.3879012,0.4993798),(0.3921357,0.4950286),(0.3921357,0.4993797),(0.3751834,0.4864432),(0.3709441,0.4864432),(0.3751834,0.4907197),(0.3709441,0.4907197),(0.3667112,0.4864432),(0.3624887,0.4864432),(0.3667112,0.4907197),(0.3624887,0.4907197),(0.3709442,0.4950286),(0.3667112,0.4950286),(0.3624887,0.4950286),(0.3667112,0.4993797),(0.3624887,0.4993798),(0.3709441,0.4993798),(0.3751834,0.4950286),(0.3751834,0.4993797),(0.358281,0.4864432),(0.3540821,0.4864432),(0.358281,0.4907197),(0.3540821,0.4907197),(0.3498864,0.4864432),(0.3456882,0.4864432),(0.3498864,0.4907197),(0.3456882,0.4907197),(0.3540821,0.4950286),(0.3498864,0.4950286),(0.3456882,0.4950286),(0.3498864,0.4993797),(0.3456882,0.4993798),(0.3540821,0.4993798),(0.3582809,0.4950286),(0.358281,0.4993797),(0.3414817,0.4864432),(0.3372694,0.4864432),(0.3414817,0.4907197),(0.3372695,0.4907197),(0.3330541,0.4864432),(0.3288383,0.4864432),(0.3330541,0.4907197),(0.3288383,0.4907197),(0.3372695,0.4950286),(0.3330541,0.4950286),(0.3288383,0.4950286),(0.3330541,0.4993797),(0.3288383,0.4993798),(0.3372695,0.4993798),(0.3414817,0.4950286),(0.3414817,0.4993797),(0.3246247,0.4864432),(0.3204179,0.4864432),(0.3246247,0.4907197),(0.3204179,0.4907197),(0.3162228,0.4864432),(0.3120441,0.4864432),(0.3162228,0.4907197),(0.3120441,0.4907197),(0.3204179,0.4950286),(0.3162228,0.4950286),(0.3120441,0.4950286),(0.3162228,0.4993797),(0.3120441,0.4993798),(0.3204179,0.4993798),(0.3246247,0.4950286),(0.3246247,0.4993797),(0.3078868,0.4864432),(0.3037427,0.4864432),(0.3078868,0.4907197),(0.3037427,0.4907197),(0.2996041,0.4864432),(0.2954631,0.4864432),(0.2996041,0.4907197),(0.2954631,0.4907197),(0.3037428,0.4950286),(0.2996041,0.4950286),(0.2954631,0.4950286),(0.2996041,0.4993797),(0.2954631,0.4993798),(0.3037427,0.4993798),(0.3078868,0.4950286),(0.3078868,0.4993797),(0.2913116,0.4864432),(0.2871543,0.4864432),(0.2913116,0.4907197),(0.2871543,0.4907197),(0.2829956,0.4864432),(0.2788399,0.4864432),(0.2829956,0.4907197),(0.2788399,0.4907197),(0.2871543,0.4950286),(0.2829956,0.4950286),(0.2788399,0.4950286),(0.2829956,0.4993797),(0.2788399,0.4993798),(0.2871543,0.4993798),(0.2913116,0.4950286),(0.2913116,0.4993797),(0.2746918,0.4864432),(0.2705556,0.4864432),(0.2746918,0.4907197),(0.2705556,0.4907197),(0.2664356,0.4864432),(0.262336,0.4864432),(0.2664356,0.4907197),(0.262336,0.4907197),(0.2705556,0.4950286),(0.2664356,0.4950286),(0.262336,0.4950286),(0.2664356,0.4993797),(0.262336,0.4993798),(0.2705556,0.4993798),(0.2746918,0.4950286),(0.2746918,0.4993797),(0.2582613,0.4864432),(0.254209,0.4864432),(0.2582613,0.4907197),(0.254209,0.4907197),(0.2501769,0.4864432),(0.2461624,0.4864432),(0.2501769,0.4907197),(0.2461624,0.4907197),(0.254209,0.4950286),(0.2501769,0.4950286),(0.2461624,0.4950286),(0.2501769,0.4993797),(0.2461624,0.4993798),(0.254209,0.4993798),(0.2582613,0.4950286),(0.2582613,0.4993797),(0.2421634,0.4864432),(0.238164,0.4864432),(0.2421634,0.4907197),(0.238164,0.4907197),(0.2341487,0.4864432),(0.2301017,0.4864432),(0.2341487,0.4907197),(0.2301017,0.4907197),(0.238164,0.4950286),(0.2341487,0.4950286),(0.2301017,0.4950286),(0.2341487,0.4993797),(0.2301017,0.4993798),(0.238164,0.4993798),(0.2421634,0.4950286),(0.2421634,0.4993797),(0.2260074,0.4864432),(0.2218787,0.4864432),(0.2260074,0.4907197),(0.2218787,0.4907197),(0.2177283,0.4864432),(0.2135691,0.4864432),(0.2177283,0.4907197),(0.2135692,0.4907197),(0.2218787,0.4950286),(0.2177283,0.4950286),(0.2135691,0.4950286),(0.2177283,0.4993797),(0.2135692,0.4993798),(0.2218787,0.4993798),(0.2260074,0.4950286),(0.2260074,0.4993797),(0.2094141,0.4864432),(0.2052627,0.4864432),(0.2094141,0.4907197),(0.2052627,0.4907197),(0.2011147,0.4864432),(0.1969699,0.4864432),(0.2011147,0.4907197),(0.1969699,0.4907197),(0.2052627,0.4950286),(0.2011147,0.4950286),(0.1969699,0.4950286),(0.2011147,0.4993797),(0.1969699,0.4993798),(0.2052627,0.4993798),(0.2094141,0.4950286),(0.2094141,0.4993797),(0.1928277,0.4864432),(0.1886888,0.4864432),(0.1928277,0.4907197),(0.1886888,0.4907197),(0.1845533,0.4864432),(0.1804218,0.4864432),(0.1845533,0.4907197),(0.1804218,0.4907197),(0.1886888,0.4950286),(0.1845533,0.4950286),(0.1804218,0.4950286),(0.1845533,0.4993797),(0.1804218,0.4993798),(0.1886888,0.4993798),(0.1928277,0.4950286),(0.1928277,0.4993797),(0.1762946,0.4864432),(0.1721701,0.4864432),(0.1762946,0.4907197),(0.1721701,0.4907197),(0.1680468,0.4864432),(0.163923,0.4864432),(0.1680468,0.4907197),(0.163923,0.4907197),(0.1721701,0.4950286),(0.1680468,0.4950286),(0.163923,0.4950286),(0.1680468,0.4993797),(0.163923,0.4993798),(0.1721701,0.4993798),(0.1762946,0.4950286),(0.1762946,0.4993797),(0.1597973,0.4864432),(0.1556691,0.4864432),(0.1556691,0.4907197),(0.1597973,0.4907197),(0.1515382,0.4864432),(0.1474041,0.4864432),(0.1474041,0.4907197),(0.1515382,0.4907197),(0.1515382,0.4950286),(0.1556691,0.4950286),(0.1474041,0.4950286),(0.1474041,0.4993798),(0.1515382,0.4993797),(0.1556691,0.4993798),(0.1597973,0.4950286),(0.1597973,0.4993797),(0.1432664,0.4864432),(0.1391259,0.4864432),(0.1391259,0.4907197),(0.1432664,0.4907197),(0.134983,0.4864432),(0.1308385,0.4864432),(0.1308385,0.4907197),(0.134983,0.4907197),(0.134983,0.4950286),(0.1391259,0.4950286),(0.1308385,0.4950286),(0.1308385,0.4993798),(0.134983,0.4993797),(0.1391259,0.4993798),(0.1432664,0.4950286),(0.1432664,0.4993797),(0.126693,0.4864432),(0.12255,0.4864432),(0.12255,0.4907197),(0.126693,0.4907197),(0.1184131,0.4864432),(0.1142857,0.4864432),(0.1142857,0.4907197),(0.1184131,0.4907197),(0.1184131,0.4950286),(0.12255,0.4950286),(0.1142857,0.4950286),(0.1142857,0.4993798),(0.1184131,0.4993797),(0.12255,0.4993798),(0.126693,0.4950286),(0.126693,0.4993797),(0.1101713,0.4864432),(0.1060752,0.4864432),(0.1060752,0.4907197),(0.1101713,0.4907197),(0.1020023,0.4864432),(0.09795791,0.4864432),(0.09795791,0.4907197),(0.1020023,0.4907197),(0.1020023,0.4950286),(0.1060752,0.4950286),(0.09795791,0.4950286),(0.09795791,0.4993798),(0.1020023,0.4993797),(0.1060752,0.4993798),(0.1101713,0.4950286),(0.1101713,0.4993797),(0.09394707,0.4864432),(0.08994583,0.4864432),(0.08994584,0.4907197),(0.09394707,0.4907197),(0.08593026,0.4864432),(0.08187638,0.4864432),(0.08187637,0.4907197),(0.08593025,0.4907197),(0.08593026,0.4950286),(0.08994584,0.4950286),(0.08187638,0.4950286),(0.08593026,0.4993797),(0.08187638,0.4993798),(0.08994584,0.4993798),(0.09394707,0.4950286),(0.09394707,0.4993797),(0.07776025,0.4864432),(0.07361087,0.4864432),(0.07361087,0.4907197),(0.07776025,0.4907197),(0.06945725,0.4864432),(0.06532837,0.4864432),(0.06532837,0.4907197),(0.06945725,0.4907197),(0.06945725,0.4950286),(0.07361087,0.4950286),(0.06532837,0.4950286),(0.06532837,0.4993798),(0.06945725,0.4993797),(0.07361087,0.4993798),(0.07776025,0.4950286),(0.07776025,0.4993797),(0.06125325,0.4864432),(0.05721605,0.4864432),(0.05721604,0.4907197),(0.06125325,0.4907197),(0.05320094,0.4864432),(0.0491921,0.4864432),(0.04919209,0.4907197),(0.05320094,0.4907197),(0.05320094,0.4950286),(0.05721605,0.4950286),(0.0491921,0.4950286),(0.04919209,0.4993798),(0.05320094,0.4993797),(0.05721605,0.4993798),(0.06125325,0.4950286),(0.06125325,0.4993797),(0.04517369,0.4864432),(0.04115105,0.4864432),(0.04115105,0.4907197),(0.04517369,0.4907197),(0.0371295,0.4864432),(0.03311438,0.4864432),(0.03311437,0.4907197),(0.0371295,0.4907197),(0.0371295,0.4950286),(0.04115105,0.4950286),(0.03311438,0.4950286),(0.03311438,0.4993798),(0.0371295,0.4993797),(0.04115105,0.4993798),(0.04517369,0.4950286),(0.04517369,0.4993797),(0.029111,0.4864432),(0.02511186,0.4864432),(0.02511186,0.4907197),(0.029111,0.4907197),(0.02110944,0.4864432),(0.01709622,0.4864432),(0.01709622,0.4907197),(0.02110944,0.4907197),(0.02110944,0.4950286),(0.02511186,0.4950286),(0.01709622,0.4950286),(0.01709622,0.4993798),(0.02110944,0.4993797),(0.02511186,0.4993798),(0.029111,0.4950286),(0.029111,0.4993797),(0.01306469,0.4864432),(0.009019421,0.4864416),(0.009019421,0.4907176),(0.01306469,0.4907197),(0.004965,0.4864367),(0.000906,0.4864302),(0.000906,0.4907035),(0.004965,0.4907116),(0.004965,0.4950026),(0.009019421,0.4950221),(0.000906,0.4949768),(0.000906,0.49925),(0.004965,0.4993408),(0.009019421,0.49937),(0.01306469,0.4950286),(0.01306469,0.4993797),(0.9951518,0.5037567),(0.999094,0.5037308),(0.9912093,0.5037762),(0.9912093,0.5082004),(0.9951518,0.5082052),(0.999094,0.5082115),(0.9872664,0.5037826),(0.983323,0.5037826),(0.983323,0.5081988),(0.9872664,0.5081988),(0.9872664,0.5125895),(0.9912093,0.5126024),(0.983323,0.5125895),(0.983323,0.5169162),(0.9872664,0.5169162),(0.9912093,0.5169353),(0.9951518,0.5126409),(0.999094,0.5126922),(0.9951518,0.5169932),(0.999094,0.517173),(0.9793787,0.5037826),(0.9754275,0.5037826),(0.9754274,0.5081988),(0.9793787,0.5081987),(0.9714631,0.5037826),(0.9674796,0.5037826),(0.9674796,0.5081988),(0.9714631,0.5081988),(0.9714631,0.5125895),(0.9754274,0.5125895),(0.9674796,0.5125895),(0.9674796,0.5169162),(0.9714631,0.5169162),(0.9754274,0.5169162),(0.9793787,0.5125895),(0.9793787,0.5169162),(0.9634706,0.5037826),(0.9594426,0.5037826),(0.9594426,0.5081988),(0.9634707,0.5081987),(0.9554016,0.5037826),(0.9513539,0.5037826),(0.9513539,0.5081988),(0.9554016,0.5081988),(0.9554016,0.5125895),(0.9594426,0.5125895),(0.9513539,0.5125895),(0.9554016,0.5169162),(0.9513539,0.5169162),(0.9594425,0.5169162),(0.9634707,0.5125895),(0.9634706,0.5169162),(0.9473058,0.5037826),(0.9432498,0.5037826),(0.9473058,0.5081987),(0.9432497,0.5081988),(0.9391782,0.5037826),(0.9350839,0.5037826),(0.9391783,0.5081988),(0.9350839,0.5081988),(0.9432497,0.5125895),(0.9391782,0.5125895),(0.9350839,0.5125895),(0.9391783,0.5169162),(0.9350839,0.5169162),(0.9432497,0.5169162),(0.9473058,0.5125895),(0.9473058,0.5169162),(0.930959,0.5037826),(0.9268106,0.5037826),(0.9268106,0.5081988),(0.930959,0.5081987),(0.9226453,0.5037826),(0.9184701,0.5037826),(0.9226453,0.5081988),(0.9184701,0.5081988),(0.9268106,0.5125895),(0.9226453,0.5125895),(0.9184701,0.5125895),(0.9226453,0.5169162),(0.9184701,0.5169162),(0.9268106,0.5169162),(0.930959,0.5125895),(0.930959,0.5169162),(0.9142919,0.5037826),(0.910111,0.5037826),(0.9142919,0.5081987),(0.9101109,0.5081988),(0.9059278,0.5037826),(0.9017429,0.5037826),(0.9059278,0.5081988),(0.9017429,0.5081988),(0.910111,0.5125895),(0.9059278,0.5125895),(0.9017429,0.5125895),(0.9059278,0.5169162),(0.9017428,0.5169162),(0.9101109,0.5169162),(0.9142919,0.5125895),(0.9142919,0.5169162),(0.8975567,0.5037826),(0.8933688,0.5037826),(0.8975567,0.5081987),(0.8933688,0.5081988),(0.8891787,0.5037826),(0.8849859,0.5037826),(0.8891788,0.5081988),(0.8849859,0.5081988),(0.8933688,0.5125895),(0.8891787,0.5125895),(0.8849859,0.5125895),(0.8891788,0.5169162),(0.8849859,0.5169162),(0.8933688,0.5169162),(0.8975567,0.5125895),(0.8975567,0.5169162),(0.8807898,0.5037826),(0.8765806,0.5037826),(0.8807898,0.5081987),(0.8765807,0.5081988),(0.8723488,0.5037826),(0.8680845,0.5037826),(0.8723488,0.5081988),(0.8680845,0.5081988),(0.8765806,0.5125895),(0.8723488,0.5125895),(0.8680845,0.5125895),(0.8723488,0.5169162),(0.8680845,0.5169162),(0.8765806,0.5169162),(0.8807898,0.5125895),(0.8807898,0.5169162),(0.8637781,0.5037826),(0.8594491,0.5037826),(0.8637781,0.5081987),(0.8594491,0.5081988),(0.8551173,0.5037826),(0.8508024,0.5037826),(0.8551173,0.5081988),(0.8508024,0.5081988),(0.8594491,0.5125895),(0.8551173,0.5125895),(0.8508024,0.5125895),(0.8551173,0.5169162),(0.8508024,0.5169162),(0.859449,0.5169162),(0.8637781,0.5125895),(0.8637781,0.5169162),(0.846524,0.5037826),(0.8422731,0.5037826),(0.846524,0.5081987),(0.8422731,0.5081988),(0.8380403,0.5037826),(0.8338165,0.5037826),(0.8380403,0.5081988),(0.8338165,0.5081988),(0.8422731,0.5125895),(0.8380403,0.5125895),(0.8338165,0.5125895),(0.8380404,0.5169162),(0.8338165,0.5169162),(0.8422731,0.5169162),(0.846524,0.5125895),(0.846524,0.5169162),(0.8295926,0.5037826),(0.8253628,0.5037826),(0.8295926,0.5081987),(0.8253628,0.5081988),(0.8211217,0.5037826),(0.8168637,0.5037826),(0.8168637,0.5081988),(0.8211217,0.5081988),(0.8253628,0.5125895),(0.8211217,0.5125895),(0.8168637,0.5125895),(0.8168637,0.5169162),(0.8211217,0.5169162),(0.8253628,0.5169162),(0.8295926,0.5125895),(0.8295926,0.5169162),(0.8125832,0.5037826),(0.8082899,0.5037826),(0.8082899,0.5081988),(0.8125832,0.5081987),(0.8039935,0.5037826),(0.7997035,0.5037826),(0.7997035,0.5081988),(0.8039935,0.5081988),(0.8039935,0.5125895),(0.8082899,0.5125895),(0.7997035,0.5125895),(0.7997035,0.5169162),(0.8039935,0.5169162),(0.8082899,0.5169162),(0.8125832,0.5125895),(0.8125832,0.5169162),(0.7954297,0.5037826),(0.7911757,0.5037826),(0.7911757,0.5081988),(0.7954297,0.5081987),(0.7869452,0.5037826),(0.7827417,0.5037826),(0.7827417,0.5081988),(0.7869452,0.5081988),(0.7869452,0.5125895),(0.7911757,0.5125895),(0.7827417,0.5125895),(0.7827417,0.5169162),(0.7869452,0.5169162),(0.7911757,0.5169162),(0.7954297,0.5125895),(0.7954297,0.5169162),(0.7785689,0.5037826),(0.7744211,0.5037826),(0.7785689,0.5081987),(0.7744212,0.5081988),(0.7702925,0.5037826),(0.7661775,0.5037826),(0.7702925,0.5081988),(0.7661775,0.5081988),(0.7744212,0.5125895),(0.7702925,0.5125895),(0.7661775,0.5125895),(0.7702925,0.5169162),(0.7661775,0.5169162),(0.7744212,0.5169162),(0.778569,0.5125895),(0.778569,0.5169162),(0.7620703,0.5037826),(0.757961,0.5037826),(0.7620703,0.5081987),(0.757961,0.5081988),(0.7538399,0.5037826),(0.7496969,0.5037826),(0.7538399,0.5081988),(0.7496969,0.5081988),(0.757961,0.5125895),(0.7538399,0.5125895),(0.7496969,0.5125895),(0.7496969,0.5169162),(0.7538399,0.5169162),(0.757961,0.5169162),(0.7620703,0.5125895),(0.7620703,0.5169162),(0.7455223,0.5037826),(0.7413244,0.5037826),(0.7455223,0.5081987),(0.7413245,0.5081988),(0.7371117,0.5037826),(0.7328922,0.5037826),(0.7371117,0.5081988),(0.7328923,0.5081988),(0.7413245,0.5125895),(0.7371117,0.5125895),(0.7328922,0.5125895),(0.7328922,0.5169162),(0.7371117,0.5169162),(0.7413245,0.5169162),(0.7455223,0.5125895),(0.7455223,0.5169162),(0.7286744,0.5037826),(0.7244572,0.5037826),(0.7286744,0.5081987),(0.7244572,0.5081988),(0.7202395,0.5037826),(0.71602,0.5037826),(0.7202395,0.5081988),(0.71602,0.5081988),(0.7202395,0.5125895),(0.7244572,0.5125895),(0.71602,0.5125895),(0.71602,0.5169162),(0.7202394,0.5169162),(0.7244572,0.5169162),(0.7286744,0.5125895),(0.7286744,0.5169162),(0.7117977,0.5037826),(0.7075742,0.5037826),(0.7075742,0.5081988),(0.7117977,0.5081987),(0.7033514,0.5037826),(0.6991307,0.5037826),(0.6991307,0.5081988),(0.7033514,0.5081988),(0.7033514,0.5125895),(0.7075742,0.5125895),(0.6991307,0.5125895),(0.6991307,0.5169162),(0.7033514,0.5169162),(0.7075742,0.5169162),(0.7117977,0.5125895),(0.7117977,0.5169162),(0.6949139,0.5037826),(0.6906992,0.5037826),(0.6906992,0.5081988),(0.6949139,0.5081987),(0.6864849,0.5037826),(0.6822694,0.5037826),(0.6822693,0.5081988),(0.6864849,0.5081988),(0.6864849,0.5125895),(0.6906992,0.5125895),(0.6822694,0.5125895),(0.6822693,0.5169162),(0.6864849,0.5169162),(0.6906992,0.5169162),(0.6949139,0.5125895),(0.6949139,0.5169162),(0.6780508,0.5037826),(0.6738272,0.5037826),(0.6738272,0.5081988),(0.6780507,0.5081987),(0.6695971,0.5037826),(0.6653587,0.5037826),(0.6653587,0.5081988),(0.6695971,0.5081988),(0.6695971,0.5125895),(0.6738272,0.5125895),(0.6653587,0.5125895),(0.6653587,0.5169162),(0.6695971,0.5169162),(0.6738272,0.5169162),(0.6780508,0.5125895),(0.6780507,0.5169162),(0.6611102,0.5037826),(0.6568571,0.5037826),(0.6568571,0.5081988),(0.6611102,0.5081987),(0.6526053,0.5037826),(0.6483604,0.5037826),(0.6483604,0.5081988),(0.6526054,0.5081988),(0.6526054,0.5125895),(0.6568571,0.5125895),(0.6483604,0.5125895),(0.6483604,0.5169162),(0.6526053,0.5169162),(0.6568571,0.5169162),(0.6611102,0.5125895),(0.6611102,0.5169162),(0.6441281,0.5037826),(0.6399043,0.5037826),(0.6399043,0.5081988),(0.6441281,0.5081987),(0.635685,0.5037826),(0.6314663,0.5037826),(0.6314663,0.5081988),(0.635685,0.5081988),(0.635685,0.5125895),(0.6399043,0.5125895),(0.6314663,0.5125895),(0.6314663,0.5169162),(0.635685,0.5169162),(0.6399043,0.5169162),(0.6441281,0.5125895),(0.6441281,0.5169162),(0.627244,0.5037826),(0.6230208,0.5037826),(0.6230209,0.5081988),(0.627244,0.5081987),(0.6187993,0.5037826),(0.6145822,0.5037826),(0.6145822,0.5081988),(0.6187993,0.5081988),(0.6187993,0.5125895),(0.6230208,0.5125895),(0.6145822,0.5125895),(0.6145822,0.5169162),(0.6187993,0.5169162),(0.6230209,0.5169162),(0.627244,0.5125895),(0.627244,0.5169162),(0.6103719,0.5037826),(0.6061606,0.5037826),(0.6061606,0.5081988),(0.6103719,0.5081987),(0.6019406,0.5037826),(0.5977041,0.5037826),(0.5977041,0.5081988),(0.6019406,0.5081988),(0.6019406,0.5125895),(0.6061606,0.5125895),(0.5977041,0.5125895),(0.5977041,0.5169162),(0.6019406,0.5169162),(0.6061606,0.5169162),(0.6103719,0.5125895),(0.6103719,0.5169162),(0.5934432,0.5037826),(0.589169,0.5037826),(0.589169,0.5081988),(0.5934432,0.5081987),(0.5848927,0.5037826),(0.5806257,0.5037826),(0.5806257,0.5081988),(0.5848927,0.5081988),(0.5848927,0.5125895),(0.589169,0.5125895),(0.5806257,0.5125895),(0.5806257,0.5169162),(0.5848927,0.5169162),(0.589169,0.5169162),(0.5934432,0.5125895),(0.5934432,0.5169162),(0.5763788,0.5037826),(0.572147,0.5037826),(0.572147,0.5081988),(0.5763788,0.5081987),(0.567925,0.5037826),(0.5637077,0.5037826),(0.5637077,0.5081988),(0.567925,0.5081988),(0.567925,0.5125895),(0.572147,0.5125895),(0.5637077,0.5125895),(0.5637077,0.5169162),(0.567925,0.5169162),(0.572147,0.5169162),(0.5763788,0.5125895),(0.5763788,0.5169162),(0.55949,0.5037826),(0.5552715,0.5037826),(0.5552715,0.5081988),(0.55949,0.5081987),(0.5510522,0.5037826),(0.5468317,0.5037826),(0.5468317,0.5081988),(0.5510522,0.5081988),(0.5510522,0.5125895),(0.5552715,0.5125895),(0.5468317,0.5125895),(0.5468317,0.5169162),(0.5510522,0.5169162),(0.5552715,0.5169162),(0.55949,0.5125895),(0.55949,0.5169162),(0.5426099,0.5037826),(0.5383899,0.5037826),(0.5383899,0.5081988),(0.5426099,0.5081987),(0.5341746,0.5037826),(0.5299669,0.5037826),(0.5299669,0.5081988),(0.5341746,0.5081988),(0.5341746,0.5125895),(0.5383899,0.5125895),(0.5299669,0.5125895),(0.529967,0.5169162),(0.5341746,0.5169162),(0.5383899,0.5169162),(0.5426099,0.5125895),(0.5426099,0.5169162),(0.52577,0.5037826),(0.5215818,0.5037826),(0.5215818,0.5081988),(0.52577,0.5081987),(0.5174,0.5037826),(0.5132228,0.5037826),(0.5132228,0.5081988),(0.5174,0.5081988),(0.5174,0.5125895),(0.5215818,0.5125895),(0.5132228,0.5125895),(0.5132228,0.5169162),(0.5174,0.5169162),(0.5215818,0.5169162),(0.52577,0.5125895),(0.52577,0.5169162),(0.5090478,0.5037826),(0.5048727,0.5037826),(0.5048727,0.5081988),(0.5090478,0.5081987),(0.5006949,0.5037826),(0.4965119,0.5037826),(0.4965119,0.5081988),(0.5006949,0.5081988),(0.5048727,0.5125895),(0.5006949,0.5125895),(0.4965119,0.5125895),(0.5006949,0.5169162),(0.4965119,0.5169162),(0.5048727,0.5169162),(0.5090478,0.5125895),(0.5090478,0.5169162),(0.4923214,0.5037826),(0.4881234,0.5037826),(0.4881234,0.5081988),(0.4923214,0.5081987),(0.4839184,0.5037826),(0.4797065,0.5037826),(0.4839184,0.5081988),(0.4797065,0.5081988),(0.4881234,0.5125895),(0.4839184,0.5125895),(0.4797065,0.5125895),(0.4839184,0.5169162),(0.4797064,0.5169162),(0.4881234,0.5169162),(0.4923214,0.5125895),(0.4923214,0.5169162),(0.4754879,0.5037826),(0.4712752,0.5037826),(0.4754879,0.5081987),(0.4712752,0.5081988),(0.4670808,0.5037826),(0.4629171,0.5037826),(0.4670808,0.5081988),(0.4629171,0.5081988),(0.4712752,0.5125895),(0.4670808,0.5125895),(0.4629171,0.5125895),(0.4629171,0.5169162),(0.4670808,0.5169162),(0.4712752,0.5169162),(0.4754879,0.5125895),(0.4754879,0.5169162),(0.4587967,0.5037826),(0.4547031,0.5037826),(0.4587967,0.5081987),(0.4547031,0.5081988),(0.4506197,0.5037826),(0.44653,0.5037826),(0.4506197,0.5081988),(0.44653,0.5081988),(0.4506197,0.5125895),(0.4547031,0.5125895),(0.44653,0.5125895),(0.44653,0.5169162),(0.4506197,0.5169162),(0.4547031,0.5169162),(0.4587967,0.5125895),(0.4587967,0.5169162),(0.4424174,0.5037826),(0.4382856,0.5037826),(0.4424174,0.5081987),(0.4382856,0.5081988),(0.4341379,0.5037826),(0.429978,0.5037826),(0.4341379,0.5081988),(0.429978,0.5081988),(0.4382856,0.5125895),(0.4341379,0.5125895),(0.429978,0.5125895),(0.429978,0.5169162),(0.4341379,0.5169162),(0.4382856,0.5169162),(0.4424174,0.5125895),(0.4424174,0.5169162),(0.4258092,0.5037826),(0.4216311,0.5037826),(0.4258092,0.5081987),(0.4216312,0.5081988),(0.4174434,0.5037826),(0.4132456,0.5037826),(0.4174434,0.5081988),(0.4132456,0.5081988),(0.4216312,0.5125895),(0.4174434,0.5125895),(0.4132456,0.5125895),(0.4174434,0.5169162),(0.4132456,0.5169162),(0.4216312,0.5169162),(0.4258092,0.5125895),(0.4258092,0.5169162),(0.4090372,0.5037826),(0.4048201,0.5037826),(0.4090372,0.5081987),(0.4048201,0.5081988),(0.4005963,0.5037826),(0.3963675,0.5037826),(0.4005963,0.5081988),(0.3963675,0.5081988),(0.4048201,0.5125895),(0.4005963,0.5125895),(0.3963675,0.5125895),(0.4005963,0.5169162),(0.3963675,0.5169162),(0.4048201,0.5169162),(0.4090372,0.5125895),(0.4090372,0.5169162),(0.3921357,0.5037826),(0.3879012,0.5037826),(0.3921357,0.5081987),(0.3879012,0.5081988),(0.3836642,0.5037826),(0.3794248,0.5037826),(0.3836642,0.5081988),(0.3794249,0.5081988),(0.3879012,0.5125895),(0.3836642,0.5125895),(0.3794248,0.5125895),(0.3836642,0.5169162),(0.3794248,0.5169162),(0.3879012,0.5169162),(0.3921357,0.5125895),(0.3921357,0.5169162),(0.3751834,0.5037826),(0.3709441,0.5037826),(0.3751834,0.5081987),(0.3709441,0.5081988),(0.3667112,0.5037826),(0.3624887,0.5037826),(0.3667112,0.5081988),(0.3624887,0.5081988),(0.3709442,0.5125895),(0.3667112,0.5125895),(0.3624887,0.5125895),(0.3667112,0.5169162),(0.3624887,0.5169162),(0.3709441,0.5169162),(0.3751834,0.5125895),(0.3751834,0.5169162),(0.358281,0.5037826),(0.3540821,0.5037826),(0.358281,0.5081987),(0.3540821,0.5081988),(0.3498864,0.5037826),(0.3456882,0.5037826),(0.3498864,0.5081988),(0.3456882,0.5081988),(0.3540821,0.5125895),(0.3498864,0.5125895),(0.3456882,0.5125895),(0.3498864,0.5169162),(0.3456882,0.5169162),(0.3540821,0.5169162),(0.3582809,0.5125895),(0.358281,0.5169162),(0.3414817,0.5037826),(0.3372694,0.5037826),(0.3414817,0.5081987),(0.3372695,0.5081988),(0.3330541,0.5037826),(0.3288383,0.5037826),(0.3330541,0.5081988),(0.3288383,0.5081988),(0.3372695,0.5125895),(0.3330541,0.5125895),(0.3288383,0.5125895),(0.3330541,0.5169162),(0.3288383,0.5169162),(0.3372695,0.5169162),(0.3414817,0.5125895),(0.3414817,0.5169162),(0.3246247,0.5037826),(0.3204179,0.5037826),(0.3246247,0.5081987),(0.3204179,0.5081988),(0.3162228,0.5037826),(0.3120441,0.5037826),(0.3162228,0.5081988),(0.3120441,0.5081988),(0.3204179,0.5125895),(0.3162228,0.5125895),(0.3120441,0.5125895),(0.3162228,0.5169162),(0.3120441,0.5169162),(0.3204179,0.5169162),(0.3246247,0.5125895),(0.3246247,0.5169162),(0.3078868,0.5037826),(0.3037427,0.5037826),(0.3078868,0.5081987),(0.3037427,0.5081988),(0.2996041,0.5037826),(0.2954631,0.5037826),(0.2996041,0.5081988),(0.2954631,0.5081988),(0.3037428,0.5125895),(0.2996041,0.5125895),(0.2954631,0.5125895),(0.2996041,0.5169162),(0.2954631,0.5169162),(0.3037427,0.5169162),(0.3078868,0.5125895),(0.3078868,0.5169162),(0.2913116,0.5037826),(0.2871543,0.5037826),(0.2913116,0.5081987),(0.2871543,0.5081988),(0.2829956,0.5037826),(0.2788399,0.5037826),(0.2829956,0.5081988),(0.2788399,0.5081988),(0.2871543,0.5125895),(0.2829956,0.5125895),(0.2788399,0.5125895),(0.2829956,0.5169162),(0.2788399,0.5169162),(0.2871543,0.5169162),(0.2913116,0.5125895),(0.2913116,0.5169162),(0.2746918,0.5037826),(0.2705556,0.5037826),(0.2746918,0.5081987),(0.2705556,0.5081988),(0.2664356,0.5037826),(0.262336,0.5037826),(0.2664356,0.5081988),(0.262336,0.5081988),(0.2705556,0.5125895),(0.2664356,0.5125895),(0.262336,0.5125895),(0.2664356,0.5169162),(0.262336,0.5169162),(0.2705556,0.5169162),(0.2746918,0.5125895),(0.2746918,0.5169162),(0.2582613,0.5037826),(0.254209,0.5037826),(0.2582613,0.5081987),(0.254209,0.5081988),(0.2501769,0.5037826),(0.2461624,0.5037826),(0.2501769,0.5081988),(0.2461624,0.5081988),(0.254209,0.5125895),(0.2501769,0.5125895),(0.2461624,0.5125895),(0.2501769,0.5169162),(0.2461624,0.5169162),(0.254209,0.5169162),(0.2582613,0.5125895),(0.2582613,0.5169162),(0.2421634,0.5037826),(0.238164,0.5037826),(0.2421634,0.5081987),(0.238164,0.5081988),(0.2341487,0.5037826),(0.2301017,0.5037826),(0.2341487,0.5081988),(0.2301017,0.5081988),(0.238164,0.5125895),(0.2341487,0.5125895),(0.2301017,0.5125895),(0.2341487,0.5169162),(0.2301017,0.5169162),(0.238164,0.5169162),(0.2421634,0.5125895),(0.2421634,0.5169162),(0.2260074,0.5037826),(0.2218787,0.5037826),(0.2260074,0.5081987),(0.2218787,0.5081988),(0.2177283,0.5037826),(0.2135691,0.5037826),(0.2177283,0.5081988),(0.2135692,0.5081988),(0.2218787,0.5125895),(0.2177283,0.5125895),(0.2135691,0.5125895),(0.2177283,0.5169162),(0.2135692,0.5169162),(0.2218787,0.5169162),(0.2260074,0.5125895),(0.2260074,0.5169162),(0.2094141,0.5037826),(0.2052627,0.5037826),(0.2094141,0.5081987),(0.2052627,0.5081988),(0.2011147,0.5037826),(0.1969699,0.5037826),(0.2011147,0.5081988),(0.1969699,0.5081988),(0.2052627,0.5125895),(0.2011147,0.5125895),(0.1969699,0.5125895),(0.2011147,0.5169162),(0.1969699,0.5169162),(0.2052627,0.5169162),(0.2094141,0.5125895),(0.2094141,0.5169162),(0.1928277,0.5037826),(0.1886888,0.5037826),(0.1928277,0.5081987),(0.1886888,0.5081988),(0.1845533,0.5037826),(0.1804218,0.5037826),(0.1845533,0.5081988),(0.1804218,0.5081988),(0.1886888,0.5125895),(0.1845533,0.5125895),(0.1804218,0.5125895),(0.1845533,0.5169162),(0.1804218,0.5169162),(0.1886888,0.5169162),(0.1928277,0.5125895),(0.1928277,0.5169162),(0.1762946,0.5037826),(0.1721701,0.5037826),(0.1762946,0.5081987),(0.1721701,0.5081988),(0.1680468,0.5037826),(0.163923,0.5037826),(0.1680468,0.5081988),(0.163923,0.5081988),(0.1721701,0.5125895),(0.1680468,0.5125895),(0.163923,0.5125895),(0.1680468,0.5169162),(0.163923,0.5169162),(0.1721701,0.5169162),(0.1762946,0.5125895),(0.1762946,0.5169162),(0.1597973,0.5037826),(0.1556691,0.5037826),(0.1597973,0.5081987),(0.1556691,0.5081988),(0.1515382,0.5037826),(0.1474041,0.5037826),(0.1515382,0.5081988),(0.1474041,0.5081988),(0.1556691,0.5125895),(0.1515382,0.5125895),(0.1474041,0.5125895),(0.1515382,0.5169162),(0.1474041,0.5169162),(0.1556691,0.5169162),(0.1597973,0.5125895),(0.1597973,0.5169162),(0.1432664,0.5037826),(0.1391259,0.5037826),(0.1432664,0.5081987),(0.1391259,0.5081988),(0.134983,0.5037826),(0.1308385,0.5037826),(0.134983,0.5081988),(0.1308385,0.5081988),(0.1391259,0.5125895),(0.134983,0.5125895),(0.1308385,0.5125895),(0.134983,0.5169162),(0.1308385,0.5169162),(0.1391259,0.5169162),(0.1432664,0.5125895),(0.1432664,0.5169162),(0.126693,0.5037826),(0.12255,0.5037826),(0.12255,0.5081988),(0.126693,0.5081987),(0.1184131,0.5037826),(0.1142857,0.5037826),(0.1142857,0.5081988),(0.1184131,0.5081988),(0.1184131,0.5125895),(0.12255,0.5125895),(0.1142857,0.5125895),(0.1142857,0.5169162),(0.1184131,0.5169162),(0.12255,0.5169162),(0.126693,0.5125895),(0.126693,0.5169162),(0.1101713,0.5037826),(0.1060752,0.5037826),(0.1060752,0.5081988),(0.1101713,0.5081987),(0.1020023,0.5037826),(0.09795791,0.5037826),(0.09795791,0.5081988),(0.1020023,0.5081988),(0.1020023,0.5125895),(0.1060752,0.5125895),(0.09795791,0.5125895),(0.1020023,0.5169162),(0.09795791,0.5169162),(0.1060752,0.5169162),(0.1101713,0.5125895),(0.1101713,0.5169162),(0.09394707,0.5037826),(0.08994583,0.5037826),(0.09394707,0.5081987),(0.08994584,0.5081988),(0.08593026,0.5037826),(0.08187638,0.5037826),(0.08593025,0.5081988),(0.08187637,0.5081988),(0.08994584,0.5125895),(0.08593026,0.5125895),(0.08187638,0.5125895),(0.08593026,0.5169162),(0.08187638,0.5169162),(0.08994584,0.5169162),(0.09394707,0.5125895),(0.09394707,0.5169162),(0.07776025,0.5037826),(0.07361087,0.5037826),(0.07361087,0.5081988),(0.07776025,0.5081987),(0.06945725,0.5037826),(0.06532837,0.5037826),(0.06532837,0.5081988),(0.06945725,0.5081988),(0.06945725,0.5125895),(0.07361087,0.5125895),(0.06532837,0.5125895),(0.06532837,0.5169162),(0.06945725,0.5169162),(0.07361087,0.5169162),(0.07776025,0.5125895),(0.07776025,0.5169162),(0.06125325,0.5037826),(0.05721605,0.5037826),(0.05721604,0.5081988),(0.06125325,0.5081987),(0.05320094,0.5037826),(0.0491921,0.5037826),(0.04919209,0.5081988),(0.05320094,0.5081988),(0.05320094,0.5125895),(0.05721605,0.5125895),(0.0491921,0.5125895),(0.04919209,0.5169162),(0.05320094,0.5169162),(0.05721605,0.5169162),(0.06125325,0.5125895),(0.06125325,0.5169162),(0.04517369,0.5037826),(0.04115105,0.5037826),(0.04115105,0.5081988),(0.04517369,0.5081987),(0.0371295,0.5037826),(0.03311438,0.5037826),(0.0371295,0.5081988),(0.03311437,0.5081988),(0.04115105,0.5125895),(0.0371295,0.5125895),(0.03311438,0.5125895),(0.03311438,0.5169162),(0.0371295,0.5169162),(0.04115105,0.5169162),(0.04517369,0.5125895),(0.04517369,0.5169162),(0.029111,0.5037826),(0.02511186,0.5037826),(0.02511186,0.5081988),(0.029111,0.5081987),(0.02110944,0.5037826),(0.01709622,0.5037826),(0.01709622,0.5081988),(0.02110944,0.5081988),(0.02110944,0.5125895),(0.02511186,0.5125895),(0.01709622,0.5125895),(0.01709622,0.5169162),(0.02110944,0.5169162),(0.02511186,0.5169162),(0.029111,0.5125895),(0.029111,0.5169162),(0.01306469,0.5037826),(0.009019421,0.5037761),(0.009019421,0.5082004),(0.01306469,0.5081987),(0.004965,0.5037567),(0.000906,0.5037308),(0.000906,0.5082115),(0.004965,0.5082052),(0.004965,0.5126409),(0.009019421,0.5126023),(0.000906,0.5126922),(0.000906,0.517173),(0.004965,0.5169932),(0.009019421,0.5169353),(0.01306469,0.5125895),(0.01306469,0.5169162),(0.999094,0.5212427),(0.9951518,0.5211914),(0.9912093,0.5211529),(0.9951518,0.5253009),(0.9912093,0.5252922),(0.999094,0.5253125),(0.9872664,0.52114),(0.983323,0.52114),(0.9872664,0.5252893),(0.983323,0.5252893),(0.9912093,0.529391),(0.9872664,0.5293922),(0.983323,0.5293922),(0.9872664,0.533477),(0.983323,0.533477),(0.9912093,0.5334752),(0.999094,0.5293822),(0.9951518,0.5293872),(0.9951518,0.5334695),(0.999094,0.533452),(0.9793787,0.52114),(0.9754275,0.52114),(0.9793787,0.5252893),(0.9754274,0.5252893),(0.9714631,0.52114),(0.9674796,0.52114),(0.9674796,0.5252893),(0.9714631,0.5252893),(0.9754274,0.5293922),(0.9714631,0.5293922),(0.9674796,0.5293922),(0.9714631,0.533477),(0.9674796,0.533477),(0.9754274,0.533477),(0.9793787,0.5293922),(0.9793787,0.533477),(0.9634706,0.52114),(0.9594426,0.52114),(0.9634707,0.5252893),(0.9594426,0.5252893),(0.9554016,0.52114),(0.9513539,0.52114),(0.9554016,0.5252893),(0.9513539,0.5252893),(0.9594426,0.5293922),(0.9554016,0.5293922),(0.9513539,0.5293922),(0.9554016,0.533477),(0.9513539,0.533477),(0.9594425,0.533477),(0.9634707,0.5293922),(0.9634706,0.533477),(0.9473058,0.52114),(0.9432498,0.52114),(0.9473058,0.5252893),(0.9432497,0.5252893),(0.9391782,0.52114),(0.9350839,0.52114),(0.9391783,0.5252893),(0.9350839,0.5252893),(0.9432497,0.5293922),(0.9391782,0.5293922),(0.9350839,0.5293922),(0.9391783,0.533477),(0.9350839,0.533477),(0.9432497,0.533477),(0.9473058,0.5293922),(0.9473058,0.533477),(0.930959,0.52114),(0.9268106,0.52114),(0.930959,0.5252893),(0.9268106,0.5252893),(0.9226453,0.52114),(0.9184701,0.52114),(0.9226453,0.5252893),(0.9184701,0.5252893),(0.9268106,0.5293922),(0.9226453,0.5293922),(0.9184701,0.5293922),(0.9226453,0.533477),(0.9184701,0.533477),(0.9268106,0.533477),(0.930959,0.5293922),(0.930959,0.533477),(0.9142919,0.52114),(0.910111,0.52114),(0.9142919,0.5252893),(0.9101109,0.5252893),(0.9059278,0.52114),(0.9017429,0.52114),(0.9059278,0.5252893),(0.9017429,0.5252893),(0.910111,0.5293922),(0.9059278,0.5293922),(0.9017429,0.5293922),(0.9059278,0.533477),(0.9017428,0.533477),(0.9101109,0.533477),(0.9142919,0.5293922),(0.9142919,0.533477),(0.8975567,0.52114),(0.8933688,0.52114),(0.8975567,0.5252893),(0.8933688,0.5252893),(0.8891787,0.52114),(0.8849859,0.52114),(0.8891788,0.5252893),(0.8849859,0.5252893),(0.8933688,0.5293922),(0.8891787,0.5293922),(0.8849859,0.5293922),(0.8891788,0.533477),(0.8849859,0.533477),(0.8933688,0.533477),(0.8975567,0.5293922),(0.8975567,0.533477),(0.8807898,0.52114),(0.8765806,0.52114),(0.8807898,0.5252893),(0.8765807,0.5252893),(0.8723488,0.52114),(0.8680845,0.52114),(0.8723488,0.5252893),(0.8680845,0.5252893),(0.8765806,0.5293922),(0.8723488,0.5293922),(0.8680845,0.5293922),(0.8723488,0.533477),(0.8680845,0.533477),(0.8765806,0.533477),(0.8807898,0.5293922),(0.8807898,0.533477),(0.8637781,0.52114),(0.8594491,0.52114),(0.8637781,0.5252893),(0.8594491,0.5252893),(0.8551173,0.52114),(0.8508024,0.52114),(0.8551173,0.5252893),(0.8508024,0.5252893),(0.8594491,0.5293922),(0.8551173,0.5293922),(0.8508024,0.5293922),(0.8551173,0.533477),(0.8508024,0.533477),(0.859449,0.533477),(0.8637781,0.5293922),(0.8637781,0.533477),(0.846524,0.52114),(0.8422731,0.52114),(0.846524,0.5252893),(0.8422731,0.5252893),(0.8380403,0.52114),(0.8338165,0.52114),(0.8380403,0.5252893),(0.8338165,0.5252893),(0.8422731,0.5293922),(0.8380403,0.5293922),(0.8338165,0.5293922),(0.8380404,0.533477),(0.8338165,0.533477),(0.8422731,0.533477),(0.846524,0.5293922),(0.846524,0.533477),(0.8295926,0.52114),(0.8253628,0.52114),(0.8295926,0.5252893),(0.8253628,0.5252893),(0.8211217,0.52114),(0.8168637,0.52114),(0.8168637,0.5252893),(0.8211217,0.5252893),(0.8211217,0.5293922),(0.8253628,0.5293922),(0.8168637,0.5293922),(0.8168637,0.533477),(0.8211217,0.533477),(0.8253628,0.533477),(0.8295926,0.5293922),(0.8295926,0.533477),(0.8125832,0.52114),(0.8082899,0.52114),(0.8082899,0.5252893),(0.8125832,0.5252893),(0.8039935,0.52114),(0.7997035,0.52114),(0.7997035,0.5252893),(0.8039935,0.5252893),(0.8039935,0.5293922),(0.8082899,0.5293922),(0.7997035,0.5293922),(0.7997035,0.533477),(0.8039935,0.533477),(0.8082899,0.533477),(0.8125832,0.5293922),(0.8125832,0.533477),(0.7954297,0.52114),(0.7911757,0.52114),(0.7911757,0.5252893),(0.7954297,0.5252893),(0.7869452,0.52114),(0.7827417,0.52114),(0.7827417,0.5252893),(0.7869452,0.5252893),(0.7869452,0.5293922),(0.7911757,0.5293922),(0.7827417,0.5293922),(0.7827417,0.533477),(0.7869452,0.533477),(0.7911757,0.533477),(0.7954297,0.5293922),(0.7954297,0.533477),(0.7785689,0.52114),(0.7744211,0.52114),(0.7785689,0.5252893),(0.7744212,0.5252893),(0.7702925,0.52114),(0.7661775,0.52114),(0.7661775,0.5252893),(0.7702925,0.5252893),(0.7702925,0.5293922),(0.7744212,0.5293922),(0.7661775,0.5293922),(0.7661775,0.533477),(0.7702925,0.533477),(0.7744212,0.533477),(0.778569,0.5293922),(0.778569,0.533477),(0.7620703,0.52114),(0.757961,0.52114),(0.757961,0.5252893),(0.7620703,0.5252893),(0.7538399,0.52114),(0.7496969,0.52114),(0.7496969,0.5252893),(0.7538399,0.5252893),(0.7538399,0.5293922),(0.757961,0.5293922),(0.7496969,0.5293922),(0.7496969,0.533477),(0.7538399,0.533477),(0.757961,0.533477),(0.7620703,0.5293922),(0.7620703,0.533477),(0.7455223,0.52114),(0.7413244,0.52114),(0.7413245,0.5252893),(0.7455223,0.5252893),(0.7371117,0.52114),(0.7328922,0.52114),(0.7328923,0.5252893),(0.7371117,0.5252893),(0.7371117,0.5293922),(0.7413245,0.5293922),(0.7328922,0.5293922),(0.7328922,0.533477),(0.7371117,0.533477),(0.7413245,0.533477),(0.7455223,0.5293922),(0.7455223,0.533477),(0.7286744,0.52114),(0.7244572,0.52114),(0.7244572,0.5252893),(0.7286744,0.5252893),(0.7202395,0.52114),(0.71602,0.52114),(0.71602,0.5252893),(0.7202395,0.5252893),(0.7202395,0.5293922),(0.7244572,0.5293922),(0.71602,0.5293922),(0.71602,0.533477),(0.7202394,0.533477),(0.7244572,0.533477),(0.7286744,0.5293922),(0.7286744,0.533477),(0.7117977,0.52114),(0.7075742,0.52114),(0.7075742,0.5252893),(0.7117977,0.5252893),(0.7033514,0.52114),(0.6991307,0.52114),(0.6991307,0.5252893),(0.7033514,0.5252893),(0.7033514,0.5293922),(0.7075742,0.5293922),(0.6991307,0.5293922),(0.6991307,0.533477),(0.7033514,0.533477),(0.7075742,0.533477),(0.7117977,0.5293922),(0.7117977,0.533477),(0.6949139,0.52114),(0.6906992,0.52114),(0.6906992,0.5252893),(0.6949139,0.5252893),(0.6864849,0.52114),(0.6822694,0.52114),(0.6822693,0.5252893),(0.6864849,0.5252893),(0.6864849,0.5293922),(0.6906992,0.5293922),(0.6822694,0.5293922),(0.6822693,0.533477),(0.6864849,0.533477),(0.6906992,0.533477),(0.6949139,0.5293922),(0.6949139,0.533477),(0.6780508,0.52114),(0.6738272,0.52114),(0.6738272,0.5252893),(0.6780507,0.5252893),(0.6695971,0.52114),(0.6653587,0.52114),(0.6653587,0.5252893),(0.6695971,0.5252893),(0.6695971,0.5293922),(0.6738272,0.5293922),(0.6653587,0.5293922),(0.6653587,0.533477),(0.6695971,0.533477),(0.6738272,0.533477),(0.6780508,0.5293922),(0.6780507,0.533477),(0.6611102,0.52114),(0.6568571,0.52114),(0.6568571,0.5252893),(0.6611102,0.5252893),(0.6526053,0.52114),(0.6483604,0.52114),(0.6483604,0.5252893),(0.6526054,0.5252893),(0.6526054,0.5293922),(0.6568571,0.5293922),(0.6483604,0.5293922),(0.6483604,0.533477),(0.6526053,0.533477),(0.6568571,0.533477),(0.6611102,0.5293922),(0.6611102,0.533477),(0.6441281,0.52114),(0.6399043,0.52114),(0.6399043,0.5252893),(0.6441281,0.5252893),(0.635685,0.52114),(0.6314663,0.52114),(0.6314663,0.5252893),(0.635685,0.5252893),(0.635685,0.5293922),(0.6399043,0.5293922),(0.6314663,0.5293922),(0.6314663,0.533477),(0.635685,0.533477),(0.6399043,0.533477),(0.6441281,0.5293922),(0.6441281,0.533477),(0.627244,0.52114),(0.6230208,0.52114),(0.6230209,0.5252893),(0.627244,0.5252893),(0.6187993,0.52114),(0.6145822,0.52114),(0.6145822,0.5252893),(0.6187993,0.5252893),(0.6187993,0.5293922),(0.6230208,0.5293922),(0.6145822,0.5293922),(0.6145822,0.533477),(0.6187993,0.533477),(0.6230209,0.533477),(0.627244,0.5293922),(0.627244,0.533477),(0.6103719,0.52114),(0.6061606,0.52114),(0.6061606,0.5252893),(0.6103719,0.5252893),(0.6019406,0.52114),(0.5977041,0.52114),(0.5977041,0.5252893),(0.6019406,0.5252893),(0.6019406,0.5293922),(0.6061606,0.5293922),(0.5977041,0.5293922),(0.5977041,0.533477),(0.6019406,0.533477),(0.6061606,0.533477),(0.6103719,0.5293922),(0.6103719,0.533477),(0.5934432,0.52114),(0.589169,0.52114),(0.589169,0.5252893),(0.5934432,0.5252893),(0.5848927,0.52114),(0.5806257,0.52114),(0.5806257,0.5252893),(0.5848927,0.5252893),(0.5848927,0.5293922),(0.589169,0.5293922),(0.5806257,0.5293922),(0.5806257,0.533477),(0.5848927,0.533477),(0.589169,0.533477),(0.5934432,0.5293922),(0.5934432,0.533477),(0.5763788,0.52114),(0.572147,0.52114),(0.572147,0.5252893),(0.5763788,0.5252893),(0.567925,0.52114),(0.5637077,0.52114),(0.5637077,0.5252893),(0.567925,0.5252893),(0.567925,0.5293922),(0.572147,0.5293922),(0.5637077,0.5293922),(0.5637077,0.533477),(0.567925,0.533477),(0.572147,0.533477),(0.5763788,0.5293922),(0.5763788,0.533477),(0.55949,0.52114),(0.5552715,0.52114),(0.5552715,0.5252893),(0.55949,0.5252893),(0.5510522,0.52114),(0.5468317,0.52114),(0.5468317,0.5252893),(0.5510522,0.5252893),(0.5510522,0.5293922),(0.5552715,0.5293922),(0.5468317,0.5293922),(0.5468317,0.533477),(0.5510522,0.533477),(0.5552715,0.533477),(0.55949,0.5293922),(0.55949,0.533477),(0.5426099,0.52114),(0.5383899,0.52114),(0.5383899,0.5252893),(0.5426099,0.5252893),(0.5341746,0.52114),(0.5299669,0.52114),(0.5299669,0.5252893),(0.5341746,0.5252893),(0.5341746,0.5293922),(0.5383899,0.5293922),(0.5299669,0.5293922),(0.529967,0.533477),(0.5341746,0.533477),(0.5383899,0.533477),(0.5426099,0.5293922),(0.5426099,0.533477),(0.52577,0.52114),(0.5215818,0.52114),(0.5215818,0.5252893),(0.52577,0.5252893),(0.5174,0.52114),(0.5132228,0.52114),(0.5132228,0.5252893),(0.5174,0.5252893),(0.5174,0.5293922),(0.5215818,0.5293922),(0.5132228,0.5293922),(0.5132228,0.533477),(0.5174,0.533477),(0.5215818,0.533477),(0.52577,0.5293922),(0.52577,0.533477),(0.5090478,0.52114),(0.5048727,0.52114),(0.5090478,0.5252893),(0.5048727,0.5252893),(0.5006949,0.52114),(0.4965119,0.52114),(0.5006949,0.5252893),(0.4965119,0.5252893),(0.5048727,0.5293922),(0.5006949,0.5293922),(0.4965119,0.5293922),(0.5006949,0.533477),(0.4965119,0.533477),(0.5048727,0.533477),(0.5090478,0.5293922),(0.5090478,0.533477),(0.4923214,0.52114),(0.4881234,0.52114),(0.4923214,0.5252893),(0.4881234,0.5252893),(0.4839184,0.52114),(0.4797065,0.52114),(0.4839184,0.5252893),(0.4797065,0.5252893),(0.4881234,0.5293922),(0.4839184,0.5293922),(0.4797065,0.5293922),(0.4839184,0.533477),(0.4797064,0.533477),(0.4881234,0.533477),(0.4923214,0.5293922),(0.4923214,0.533477),(0.4754879,0.52114),(0.4712752,0.52114),(0.4712752,0.5252893),(0.4754879,0.5252893),(0.4670808,0.52114),(0.4629171,0.52114),(0.4629171,0.5252893),(0.4670808,0.5252893),(0.4670808,0.5293922),(0.4712752,0.5293922),(0.4629171,0.5293922),(0.4629171,0.533477),(0.4670808,0.533477),(0.4712752,0.533477),(0.4754879,0.5293922),(0.4754879,0.533477),(0.4587967,0.52114),(0.4547031,0.52114),(0.4547031,0.5252893),(0.4587967,0.5252893),(0.4506197,0.52114),(0.44653,0.52114),(0.44653,0.5252893),(0.4506197,0.5252893),(0.4506197,0.5293922),(0.4547031,0.5293922),(0.44653,0.5293922),(0.44653,0.533477),(0.4506197,0.533477),(0.4547031,0.533477),(0.4587967,0.5293922),(0.4587967,0.533477),(0.4424174,0.52114),(0.4382856,0.52114),(0.4382856,0.5252893),(0.4424174,0.5252893),(0.4341379,0.52114),(0.429978,0.52114),(0.429978,0.5252893),(0.4341379,0.5252893),(0.4341379,0.5293922),(0.4382856,0.5293922),(0.429978,0.5293922),(0.429978,0.533477),(0.4341379,0.533477),(0.4382856,0.533477),(0.4424174,0.5293922),(0.4424174,0.533477),(0.4258092,0.52114),(0.4216311,0.52114),(0.4216312,0.5252893),(0.4258092,0.5252893),(0.4174434,0.52114),(0.4132456,0.52114),(0.4132456,0.5252893),(0.4174434,0.5252893),(0.4174434,0.5293922),(0.4216312,0.5293922),(0.4132456,0.5293922),(0.4132456,0.533477),(0.4174434,0.533477),(0.4216312,0.533477),(0.4258092,0.5293922),(0.4258092,0.533477),(0.4090372,0.52114),(0.4048201,0.52114),(0.4090372,0.5252893),(0.4048201,0.5252893),(0.4005963,0.52114),(0.3963675,0.52114),(0.4005963,0.5252893),(0.3963675,0.5252893),(0.4048201,0.5293922),(0.4005963,0.5293922),(0.3963675,0.5293922),(0.4005963,0.533477),(0.3963675,0.533477),(0.4048201,0.533477),(0.4090372,0.5293922),(0.4090372,0.533477),(0.3921357,0.52114),(0.3879012,0.52114),(0.3921357,0.5252893),(0.3879012,0.5252893),(0.3836642,0.52114),(0.3794248,0.52114),(0.3836642,0.5252893),(0.3794249,0.5252893),(0.3879012,0.5293922),(0.3836642,0.5293922),(0.3794248,0.5293922),(0.3836642,0.533477),(0.3794248,0.533477),(0.3879012,0.533477),(0.3921357,0.5293922),(0.3921357,0.533477),(0.3751834,0.52114),(0.3709441,0.52114),(0.3751834,0.5252893),(0.3709441,0.5252893),(0.3667112,0.52114),(0.3624887,0.52114),(0.3667112,0.5252893),(0.3624887,0.5252893),(0.3709442,0.5293922),(0.3667112,0.5293922),(0.3624887,0.5293922),(0.3667112,0.533477),(0.3624887,0.533477),(0.3709441,0.533477),(0.3751834,0.5293922),(0.3751834,0.533477),(0.358281,0.52114),(0.3540821,0.52114),(0.358281,0.5252893),(0.3540821,0.5252893),(0.3498864,0.52114),(0.3456882,0.52114),(0.3498864,0.5252893),(0.3456882,0.5252893),(0.3540821,0.5293922),(0.3498864,0.5293922),(0.3456882,0.5293922),(0.3498864,0.533477),(0.3456882,0.533477),(0.3540821,0.533477),(0.3582809,0.5293922),(0.358281,0.533477),(0.3414817,0.52114),(0.3372694,0.52114),(0.3414817,0.5252893),(0.3372695,0.5252893),(0.3330541,0.52114),(0.3288383,0.52114),(0.3330541,0.5252893),(0.3288383,0.5252893),(0.3372695,0.5293922),(0.3330541,0.5293922),(0.3288383,0.5293922),(0.3330541,0.533477),(0.3288383,0.533477),(0.3372695,0.533477),(0.3414817,0.5293922),(0.3414817,0.533477),(0.3246247,0.52114),(0.3204179,0.52114),(0.3246247,0.5252893),(0.3204179,0.5252893),(0.3162228,0.52114),(0.3120441,0.52114),(0.3162228,0.5252893),(0.3120441,0.5252893),(0.3204179,0.5293922),(0.3162228,0.5293922),(0.3120441,0.5293922),(0.3162228,0.533477),(0.3120441,0.533477),(0.3204179,0.533477),(0.3246247,0.5293922),(0.3246247,0.533477),(0.3078868,0.52114),(0.3037427,0.52114),(0.3078868,0.5252893),(0.3037427,0.5252893),(0.2996041,0.52114),(0.2954631,0.52114),(0.2996041,0.5252893),(0.2954631,0.5252893),(0.3037428,0.5293922),(0.2996041,0.5293922),(0.2954631,0.5293922),(0.2996041,0.533477),(0.2954631,0.533477),(0.3037427,0.533477),(0.3078868,0.5293922),(0.3078868,0.533477),(0.2913116,0.52114),(0.2871543,0.52114),(0.2913116,0.5252893),(0.2871543,0.5252893),(0.2829956,0.52114),(0.2788399,0.52114),(0.2829956,0.5252893),(0.2788399,0.5252893),(0.2871543,0.5293922),(0.2829956,0.5293922),(0.2788399,0.5293922),(0.2829956,0.533477),(0.2788399,0.533477),(0.2871543,0.533477),(0.2913116,0.5293922),(0.2913116,0.533477),(0.2746918,0.52114),(0.2705556,0.52114),(0.2746918,0.5252893),(0.2705556,0.5252893),(0.2664356,0.52114),(0.262336,0.52114),(0.2664356,0.5252893),(0.262336,0.5252893),(0.2705556,0.5293922),(0.2664356,0.5293922),(0.262336,0.5293922),(0.2664356,0.533477),(0.262336,0.533477),(0.2705556,0.533477),(0.2746918,0.5293922),(0.2746918,0.533477),(0.2582613,0.52114),(0.254209,0.52114),(0.2582613,0.5252893),(0.254209,0.5252893),(0.2501769,0.52114),(0.2461624,0.52114),(0.2501769,0.5252893),(0.2461624,0.5252893),(0.254209,0.5293922),(0.2501769,0.5293922),(0.2461624,0.5293922),(0.2501769,0.533477),(0.2461624,0.533477),(0.254209,0.533477),(0.2582613,0.5293922),(0.2582613,0.533477),(0.2421634,0.52114),(0.238164,0.52114),(0.2421634,0.5252893),(0.238164,0.5252893),(0.2341487,0.52114),(0.2301017,0.52114),(0.2341487,0.5252893),(0.2301017,0.5252893),(0.238164,0.5293922),(0.2341487,0.5293922),(0.2301017,0.5293922),(0.2341487,0.533477),(0.2301017,0.533477),(0.238164,0.533477),(0.2421634,0.5293922),(0.2421634,0.533477),(0.2260074,0.52114),(0.2218787,0.52114),(0.2260074,0.5252893),(0.2218787,0.5252893),(0.2177283,0.52114),(0.2135691,0.52114),(0.2177283,0.5252893),(0.2135692,0.5252893),(0.2218787,0.5293922),(0.2177283,0.5293922),(0.2135691,0.5293922),(0.2177283,0.533477),(0.2135692,0.533477),(0.2218787,0.533477),(0.2260074,0.5293922),(0.2260074,0.533477),(0.2094141,0.52114),(0.2052627,0.52114),(0.2094141,0.5252893),(0.2052627,0.5252893),(0.2011147,0.52114),(0.1969699,0.52114),(0.2011147,0.5252893),(0.1969699,0.5252893),(0.2052627,0.5293922),(0.2011147,0.5293922),(0.1969699,0.5293922),(0.2011147,0.533477),(0.1969699,0.533477),(0.2052627,0.533477),(0.2094141,0.5293922),(0.2094141,0.533477),(0.1928277,0.52114),(0.1886888,0.52114),(0.1928277,0.5252893),(0.1886888,0.5252893),(0.1845533,0.52114),(0.1804218,0.52114),(0.1845533,0.5252893),(0.1804218,0.5252893),(0.1886888,0.5293922),(0.1845533,0.5293922),(0.1804218,0.5293922),(0.1845533,0.533477),(0.1804218,0.533477),(0.1886888,0.533477),(0.1928277,0.5293922),(0.1928277,0.533477),(0.1762946,0.52114),(0.1721701,0.52114),(0.1762946,0.5252893),(0.1721701,0.5252893),(0.1680468,0.52114),(0.163923,0.52114),(0.1680468,0.5252893),(0.163923,0.5252893),(0.1721701,0.5293922),(0.1680468,0.5293922),(0.163923,0.5293922),(0.1680468,0.533477),(0.163923,0.533477),(0.1721701,0.533477),(0.1762946,0.5293922),(0.1762946,0.533477),(0.1597973,0.52114),(0.1556691,0.52114),(0.1597973,0.5252893),(0.1556691,0.5252893),(0.1515382,0.52114),(0.1474041,0.52114),(0.1515382,0.5252893),(0.1474041,0.5252893),(0.1556691,0.5293922),(0.1515382,0.5293922),(0.1474041,0.5293922),(0.1515382,0.533477),(0.1474041,0.533477),(0.1556691,0.533477),(0.1597973,0.5293922),(0.1597973,0.533477),(0.1432664,0.52114),(0.1391259,0.52114),(0.1432664,0.5252893),(0.1391259,0.5252893),(0.134983,0.52114),(0.1308385,0.52114),(0.134983,0.5252893),(0.1308385,0.5252893),(0.1391259,0.5293922),(0.134983,0.5293922),(0.1308385,0.5293922),(0.1308385,0.533477),(0.134983,0.533477),(0.1391259,0.533477),(0.1432664,0.5293922),(0.1432664,0.533477),(0.126693,0.52114),(0.12255,0.52114),(0.126693,0.5252893),(0.12255,0.5252893),(0.1184131,0.52114),(0.1142857,0.52114),(0.1142857,0.5252893),(0.1184131,0.5252893),(0.1184131,0.5293922),(0.12255,0.5293922),(0.1142857,0.5293922),(0.1142857,0.533477),(0.1184131,0.533477),(0.12255,0.533477),(0.126693,0.5293922),(0.126693,0.533477),(0.1101713,0.52114),(0.1060752,0.52114),(0.1060752,0.5252893),(0.1101713,0.5252893),(0.1020023,0.52114),(0.09795791,0.52114),(0.09795791,0.5252893),(0.1020023,0.5252893),(0.1020023,0.5293922),(0.1060752,0.5293922),(0.09795791,0.5293922),(0.09795791,0.533477),(0.1020023,0.533477),(0.1060752,0.533477),(0.1101713,0.5293922),(0.1101713,0.533477),(0.09394707,0.52114),(0.08994583,0.52114),(0.08994584,0.5252893),(0.09394707,0.5252893),(0.08593026,0.52114),(0.08187638,0.52114),(0.08187637,0.5252893),(0.08593025,0.5252893),(0.08593026,0.5293922),(0.08994584,0.5293922),(0.08187638,0.5293922),(0.08187638,0.533477),(0.08593026,0.533477),(0.08994584,0.533477),(0.09394707,0.5293922),(0.09394707,0.533477),(0.07776025,0.52114),(0.07361087,0.52114),(0.07361087,0.5252893),(0.07776025,0.5252893),(0.06945725,0.52114),(0.06532837,0.52114),(0.06532837,0.5252893),(0.06945725,0.5252893),(0.06945725,0.5293922),(0.07361087,0.5293922),(0.06532837,0.5293922),(0.06532837,0.533477),(0.06945725,0.533477),(0.07361087,0.533477),(0.07776025,0.5293922),(0.07776025,0.533477),(0.06125325,0.52114),(0.05721605,0.52114),(0.05721604,0.5252893),(0.06125325,0.5252893),(0.05320094,0.52114),(0.0491921,0.52114),(0.04919209,0.5252893),(0.05320094,0.5252893),(0.05320094,0.5293922),(0.05721605,0.5293922),(0.0491921,0.5293922),(0.04919209,0.533477),(0.05320094,0.533477),(0.05721605,0.533477),(0.06125325,0.5293922),(0.06125325,0.533477),(0.04517369,0.52114),(0.04115105,0.52114),(0.04517369,0.5252893),(0.04115105,0.5252893),(0.0371295,0.52114),(0.03311438,0.52114),(0.03311437,0.5252893),(0.0371295,0.5252893),(0.04115105,0.5293922),(0.0371295,0.5293922),(0.03311438,0.5293922),(0.03311438,0.533477),(0.0371295,0.533477),(0.04115105,0.533477),(0.04517369,0.5293922),(0.04517369,0.533477),(0.029111,0.52114),(0.02511186,0.52114),(0.02511186,0.5252893),(0.029111,0.5252893),(0.02110944,0.52114),(0.01709622,0.52114),(0.01709622,0.5252893),(0.02110944,0.5252893),(0.02110944,0.5293922),(0.02511186,0.5293922),(0.01709622,0.5293922),(0.01709622,0.533477),(0.02110944,0.533477),(0.02511186,0.533477),(0.029111,0.5293922),(0.029111,0.533477),(0.01306469,0.52114),(0.009019421,0.5211529),(0.009019421,0.5252922),(0.01306469,0.5252893),(0.004965,0.5211914),(0.000906,0.5212427),(0.000906,0.5253125),(0.004965,0.5253009),(0.004965,0.5293872),(0.009019421,0.529391),(0.000906,0.5293822),(0.000906,0.533452),(0.004965,0.5334695),(0.009019421,0.5334752),(0.01306469,0.5293922),(0.01306469,0.533477),(0.999094,0.5375618),(0.9951518,0.5375668),(0.9912093,0.5375705),(0.9951518,0.5416695),(0.9912093,0.5416681),(0.999094,0.5416715),(0.9872664,0.5375718),(0.983323,0.5375718),(0.9872664,0.5416675),(0.983323,0.5416675),(0.9912093,0.5457585),(0.9872664,0.5457553),(0.983323,0.5457553),(0.9872664,0.5498262),(0.983323,0.5498262),(0.9912093,0.549831),(0.9951518,0.5457683),(0.999094,0.5457813),(0.9951518,0.5498456),(0.999094,0.549891),(0.9793787,0.5375718),(0.9754275,0.5375718),(0.9793787,0.5416676),(0.9754274,0.5416675),(0.9714631,0.5375718),(0.9674796,0.5375718),(0.9714631,0.5416675),(0.9674796,0.5416675),(0.9754274,0.5457553),(0.9714631,0.5457553),(0.9674796,0.5457553),(0.9714631,0.5498262),(0.9674796,0.5498262),(0.9754274,0.5498262),(0.9793787,0.5457553),(0.9793787,0.5498262),(0.9634706,0.5375718),(0.9594426,0.5375718),(0.9634707,0.5416676),(0.9594426,0.5416675),(0.9554016,0.5375718),(0.9513539,0.5375718),(0.9554016,0.5416675),(0.9513539,0.5416675),(0.9594426,0.5457553),(0.9554016,0.5457553),(0.9513539,0.5457553),(0.9554016,0.5498262),(0.9513539,0.5498262),(0.9594425,0.5498262),(0.9634707,0.5457553),(0.9634706,0.5498262),(0.9473058,0.5375718),(0.9432498,0.5375718),(0.9473058,0.5416676),(0.9432497,0.5416675),(0.9391782,0.5375718),(0.9350839,0.5375718),(0.9391783,0.5416675),(0.9350839,0.5416675),(0.9432497,0.5457553),(0.9391782,0.5457553),(0.9350839,0.5457553),(0.9391783,0.5498262),(0.9350839,0.5498262),(0.9432497,0.5498262),(0.9473058,0.5457553),(0.9473058,0.5498262),(0.930959,0.5375718),(0.9268106,0.5375718),(0.930959,0.5416676),(0.9268106,0.5416675),(0.9226453,0.5375718),(0.9184701,0.5375718),(0.9226453,0.5416675),(0.9184701,0.5416675),(0.9268106,0.5457553),(0.9226453,0.5457553),(0.9184701,0.5457553),(0.9184701,0.5498262),(0.9226453,0.5498262),(0.9268106,0.5498262),(0.930959,0.5457553),(0.930959,0.5498262),(0.9142919,0.5375718),(0.910111,0.5375718),(0.9101109,0.5416675),(0.9142919,0.5416676),(0.9059278,0.5375718),(0.9017429,0.5375718),(0.9017429,0.5416675),(0.9059278,0.5416675),(0.9059278,0.5457553),(0.910111,0.5457553),(0.9017429,0.5457553),(0.9017428,0.5498262),(0.9059278,0.5498262),(0.9101109,0.5498262),(0.9142919,0.5457553),(0.9142919,0.5498262),(0.8975567,0.5375718),(0.8933688,0.5375718),(0.8933688,0.5416675),(0.8975567,0.5416676),(0.8891787,0.5375718),(0.8849859,0.5375718),(0.8891788,0.5416675),(0.8849859,0.5416675),(0.8933688,0.5457553),(0.8891787,0.5457553),(0.8849859,0.5457553),(0.8891788,0.5498262),(0.8849859,0.5498262),(0.8933688,0.5498262),(0.8975567,0.5457553),(0.8975567,0.5498262),(0.8807898,0.5375718),(0.8765806,0.5375718),(0.8807898,0.5416676),(0.8765807,0.5416675),(0.8723488,0.5375718),(0.8680845,0.5375718),(0.8723488,0.5416675),(0.8680845,0.5416675),(0.8765806,0.5457553),(0.8723488,0.5457553),(0.8680845,0.5457553),(0.8723488,0.5498262),(0.8680845,0.5498262),(0.8765806,0.5498262),(0.8807898,0.5457553),(0.8807898,0.5498262),(0.8637781,0.5375718),(0.8594491,0.5375718),(0.8637781,0.5416676),(0.8594491,0.5416675),(0.8551173,0.5375718),(0.8508024,0.5375718),(0.8551173,0.5416675),(0.8508024,0.5416675),(0.8551173,0.5457553),(0.8594491,0.5457553),(0.8508024,0.5457553),(0.8508024,0.5498262),(0.8551173,0.5498262),(0.859449,0.5498262),(0.8637781,0.5457553),(0.8637781,0.5498262),(0.846524,0.5375718),(0.8422731,0.5375718),(0.846524,0.5416676),(0.8422731,0.5416675),(0.8380403,0.5375718),(0.8338165,0.5375718),(0.8380403,0.5416675),(0.8338165,0.5416675),(0.8422731,0.5457553),(0.8380403,0.5457553),(0.8338165,0.5457553),(0.8338165,0.5498262),(0.8380404,0.5498262),(0.8422731,0.5498262),(0.846524,0.5457553),(0.846524,0.5498262),(0.8295926,0.5375718),(0.8253628,0.5375718),(0.8253628,0.5416675),(0.8295926,0.5416676),(0.8211217,0.5375718),(0.8168637,0.5375718),(0.8168637,0.5416675),(0.8211217,0.5416675),(0.8211217,0.5457553),(0.8253628,0.5457553),(0.8168637,0.5457553),(0.8168637,0.5498262),(0.8211217,0.5498262),(0.8253628,0.5498262),(0.8295926,0.5457553),(0.8295926,0.5498262),(0.8125832,0.5375718),(0.8082899,0.5375718),(0.8082899,0.5416675),(0.8125832,0.5416676),(0.8039935,0.5375718),(0.7997035,0.5375718),(0.7997035,0.5416675),(0.8039935,0.5416675),(0.8039935,0.5457553),(0.8082899,0.5457553),(0.7997035,0.5457553),(0.7997035,0.5498262),(0.8039935,0.5498262),(0.8082899,0.5498262),(0.8125832,0.5457553),(0.8125832,0.5498262),(0.7954297,0.5375718),(0.7911757,0.5375718),(0.7911757,0.5416675),(0.7954297,0.5416676),(0.7869452,0.5375718),(0.7827417,0.5375718),(0.7827417,0.5416675),(0.7869452,0.5416675),(0.7869452,0.5457553),(0.7911757,0.5457553),(0.7827417,0.5457553),(0.7827417,0.5498262),(0.7869452,0.5498262),(0.7911757,0.5498262),(0.7954297,0.5457553),(0.7954297,0.5498262),(0.7785689,0.5375718),(0.7744211,0.5375718),(0.7744212,0.5416675),(0.7785689,0.5416676),(0.7702925,0.5375718),(0.7661775,0.5375718),(0.7661775,0.5416675),(0.7702925,0.5416675),(0.7702925,0.5457553),(0.7744212,0.5457553),(0.7661775,0.5457553),(0.7661775,0.5498262),(0.7702925,0.5498262),(0.7744212,0.5498262),(0.778569,0.5457553),(0.778569,0.5498262),(0.7620703,0.5375718),(0.757961,0.5375718),(0.757961,0.5416675),(0.7620703,0.5416676),(0.7538399,0.5375718),(0.7496969,0.5375718),(0.7496969,0.5416675),(0.7538399,0.5416675),(0.7538399,0.5457553),(0.757961,0.5457553),(0.7496969,0.5457553),(0.7496969,0.5498262),(0.7538399,0.5498262),(0.757961,0.5498262),(0.7620703,0.5457553),(0.7620703,0.5498262),(0.7455223,0.5375718),(0.7413244,0.5375718),(0.7413245,0.5416675),(0.7455223,0.5416676),(0.7371117,0.5375718),(0.7328922,0.5375718),(0.7328923,0.5416675),(0.7371117,0.5416675),(0.7371117,0.5457553),(0.7413245,0.5457553),(0.7328922,0.5457553),(0.7328922,0.5498262),(0.7371117,0.5498262),(0.7413245,0.5498262),(0.7455223,0.5457553),(0.7455223,0.5498262),(0.7286744,0.5375718),(0.7244572,0.5375718),(0.7244572,0.5416675),(0.7286744,0.5416676),(0.7202395,0.5375718),(0.71602,0.5375718),(0.71602,0.5416675),(0.7202395,0.5416675),(0.7202395,0.5457553),(0.7244572,0.5457553),(0.71602,0.5457553),(0.71602,0.5498262),(0.7202394,0.5498262),(0.7244572,0.5498262),(0.7286744,0.5457553),(0.7286744,0.5498262),(0.7117977,0.5375718),(0.7075742,0.5375718),(0.7075742,0.5416675),(0.7117977,0.5416676),(0.7033514,0.5375718),(0.6991307,0.5375718),(0.6991307,0.5416675),(0.7033514,0.5416675),(0.7033514,0.5457553),(0.7075742,0.5457553),(0.6991307,0.5457553),(0.6991307,0.5498262),(0.7033514,0.5498262),(0.7075742,0.5498262),(0.7117977,0.5457553),(0.7117977,0.5498262),(0.6949139,0.5375718),(0.6906992,0.5375718),(0.6906992,0.5416675),(0.6949139,0.5416676),(0.6864849,0.5375718),(0.6822694,0.5375718),(0.6822693,0.5416675),(0.6864849,0.5416675),(0.6864849,0.5457553),(0.6906992,0.5457553),(0.6822694,0.5457553),(0.6822693,0.5498262),(0.6864849,0.5498262),(0.6906992,0.5498262),(0.6949139,0.5457553),(0.6949139,0.5498262),(0.6780508,0.5375718),(0.6738272,0.5375718),(0.6738272,0.5416675),(0.6780507,0.5416676),(0.6695971,0.5375718),(0.6653587,0.5375718),(0.6653587,0.5416675),(0.6695971,0.5416675),(0.6695971,0.5457553),(0.6738272,0.5457553),(0.6653587,0.5457553),(0.6653587,0.5498262),(0.6695971,0.5498262),(0.6738272,0.5498262),(0.6780508,0.5457553),(0.6780507,0.5498262),(0.6611102,0.5375718),(0.6568571,0.5375718),(0.6568571,0.5416675),(0.6611102,0.5416676),(0.6526053,0.5375718),(0.6483604,0.5375718),(0.6483604,0.5416675),(0.6526054,0.5416675),(0.6526054,0.5457553),(0.6568571,0.5457553),(0.6483604,0.5457553),(0.6483604,0.5498262),(0.6526053,0.5498262),(0.6568571,0.5498262),(0.6611102,0.5457553),(0.6611102,0.5498262),(0.6441281,0.5375718),(0.6399043,0.5375718),(0.6399043,0.5416675),(0.6441281,0.5416676),(0.635685,0.5375718),(0.6314663,0.5375718),(0.6314663,0.5416675),(0.635685,0.5416675),(0.635685,0.5457553),(0.6399043,0.5457553),(0.6314663,0.5457553),(0.6314663,0.5498262),(0.635685,0.5498262),(0.6399043,0.5498262),(0.6441281,0.5457553),(0.6441281,0.5498262),(0.627244,0.5375718),(0.6230208,0.5375718),(0.6230209,0.5416675),(0.627244,0.5416676),(0.6187993,0.5375718),(0.6145822,0.5375718),(0.6145822,0.5416675),(0.6187993,0.5416675),(0.6187993,0.5457553),(0.6230208,0.5457553),(0.6145822,0.5457553),(0.6145822,0.5498262),(0.6187993,0.5498262),(0.6230209,0.5498262),(0.627244,0.5457553),(0.627244,0.5498262),(0.6103719,0.5375718),(0.6061606,0.5375718),(0.6061606,0.5416675),(0.6103719,0.5416676),(0.6019406,0.5375718),(0.5977041,0.5375718),(0.5977041,0.5416675),(0.6019406,0.5416675),(0.6019406,0.5457553),(0.6061606,0.5457553),(0.5977041,0.5457553),(0.5977041,0.5498262),(0.6019406,0.5498262),(0.6061606,0.5498262),(0.6103719,0.5457553),(0.6103719,0.5498262),(0.5934432,0.5375718),(0.589169,0.5375718),(0.589169,0.5416675),(0.5934432,0.5416676),(0.5848927,0.5375718),(0.5806257,0.5375718),(0.5806257,0.5416675),(0.5848927,0.5416675),(0.5848927,0.5457553),(0.589169,0.5457553),(0.5806257,0.5457553),(0.5806257,0.5498262),(0.5848927,0.5498262),(0.589169,0.5498262),(0.5934432,0.5457553),(0.5934432,0.5498262),(0.5763788,0.5375718),(0.572147,0.5375718),(0.572147,0.5416675),(0.5763788,0.5416676),(0.567925,0.5375718),(0.5637077,0.5375718),(0.5637077,0.5416675),(0.567925,0.5416675),(0.567925,0.5457553),(0.572147,0.5457553),(0.5637077,0.5457553),(0.5637077,0.5498262),(0.567925,0.5498262),(0.572147,0.5498262),(0.5763788,0.5457553),(0.5763788,0.5498262),(0.55949,0.5375718),(0.5552715,0.5375718),(0.5552715,0.5416675),(0.55949,0.5416676),(0.5510522,0.5375718),(0.5468317,0.5375718),(0.5468317,0.5416675),(0.5510522,0.5416675),(0.5510522,0.5457553),(0.5552715,0.5457553),(0.5468317,0.5457553),(0.5468317,0.5498262),(0.5510522,0.5498262),(0.5552715,0.5498262),(0.55949,0.5457553),(0.55949,0.5498262),(0.5426099,0.5375718),(0.5383899,0.5375718),(0.5383899,0.5416675),(0.5426099,0.5416676),(0.5341746,0.5375718),(0.5299669,0.5375718),(0.5299669,0.5416675),(0.5341746,0.5416675),(0.5341746,0.5457553),(0.5383899,0.5457553),(0.5299669,0.5457553),(0.529967,0.5498262),(0.5341746,0.5498262),(0.5383899,0.5498262),(0.5426099,0.5457553),(0.5426099,0.5498262),(0.52577,0.5375718),(0.5215818,0.5375718),(0.5215818,0.5416675),(0.52577,0.5416676),(0.5174,0.5375718),(0.5132228,0.5375718),(0.5132228,0.5416675),(0.5174,0.5416675),(0.5174,0.5457553),(0.5215818,0.5457553),(0.5132228,0.5457553),(0.5132228,0.5498262),(0.5174,0.5498262),(0.5215818,0.5498262),(0.52577,0.5457553),(0.52577,0.5498262),(0.5090478,0.5375718),(0.5048727,0.5375718),(0.5048727,0.5416675),(0.5090478,0.5416676),(0.5006949,0.5375718),(0.4965119,0.5375718),(0.5006949,0.5416675),(0.4965119,0.5416675),(0.5048727,0.5457553),(0.5006949,0.5457553),(0.4965119,0.5457553),(0.5006949,0.5498262),(0.4965119,0.5498262),(0.5048727,0.5498262),(0.5090478,0.5457553),(0.5090478,0.5498262),(0.4923214,0.5375718),(0.4881234,0.5375718),(0.4881234,0.5416675),(0.4923214,0.5416676),(0.4839184,0.5375718),(0.4797065,0.5375718),(0.4797065,0.5416675),(0.4839184,0.5416675),(0.4839184,0.5457553),(0.4881234,0.5457553),(0.4797065,0.5457553),(0.4797064,0.5498262),(0.4839184,0.5498262),(0.4881234,0.5498262),(0.4923214,0.5457553),(0.4923214,0.5498262),(0.4754879,0.5375718),(0.4712752,0.5375718),(0.4712752,0.5416675),(0.4754879,0.5416676),(0.4670808,0.5375718),(0.4629171,0.5375718),(0.4629171,0.5416675),(0.4670808,0.5416675),(0.4670808,0.5457553),(0.4712752,0.5457553),(0.4629171,0.5457553),(0.4629171,0.5498262),(0.4670808,0.5498262),(0.4712752,0.5498262),(0.4754879,0.5457553),(0.4754879,0.5498262),(0.4587967,0.5375718),(0.4547031,0.5375718),(0.4547031,0.5416675),(0.4587967,0.5416676),(0.4506197,0.5375718),(0.44653,0.5375718),(0.4506197,0.5416675),(0.44653,0.5416675),(0.4547031,0.5457553),(0.4506197,0.5457553),(0.44653,0.5457553),(0.4506197,0.5498262),(0.44653,0.5498262),(0.4547031,0.5498262),(0.4587967,0.5457553),(0.4587967,0.5498262),(0.4424174,0.5375718),(0.4382856,0.5375718),(0.4424174,0.5416676),(0.4382856,0.5416675),(0.4341379,0.5375718),(0.429978,0.5375718),(0.4341379,0.5416675),(0.429978,0.5416675),(0.4382856,0.5457553),(0.4341379,0.5457553),(0.429978,0.5457553),(0.4341379,0.5498262),(0.429978,0.5498262),(0.4382856,0.5498262),(0.4424174,0.5457553),(0.4424174,0.5498262),(0.4258092,0.5375718),(0.4216311,0.5375718),(0.4258092,0.5416676),(0.4216312,0.5416675),(0.4174434,0.5375718),(0.4132456,0.5375718),(0.4174434,0.5416675),(0.4132456,0.5416675),(0.4216312,0.5457553),(0.4174434,0.5457553),(0.4132456,0.5457553),(0.4174434,0.5498262),(0.4132456,0.5498262),(0.4216312,0.5498262),(0.4258092,0.5457553),(0.4258092,0.5498262),(0.4090372,0.5375718),(0.4048201,0.5375718),(0.4090372,0.5416676),(0.4048201,0.5416675),(0.4005963,0.5375718),(0.3963675,0.5375718),(0.4005963,0.5416675),(0.3963675,0.5416675),(0.4048201,0.5457553),(0.4005963,0.5457553),(0.3963675,0.5457553),(0.4005963,0.5498262),(0.3963675,0.5498262),(0.4048201,0.5498262),(0.4090372,0.5457553),(0.4090372,0.5498262),(0.3921357,0.5375718),(0.3879012,0.5375718),(0.3921357,0.5416676),(0.3879012,0.5416675),(0.3836642,0.5375718),(0.3794248,0.5375718),(0.3836642,0.5416675),(0.3794249,0.5416675),(0.3879012,0.5457553),(0.3836642,0.5457553),(0.3794248,0.5457553),(0.3836642,0.5498262),(0.3794248,0.5498262),(0.3879012,0.5498262),(0.3921357,0.5457553),(0.3921357,0.5498262),(0.3751834,0.5375718),(0.3709441,0.5375718),(0.3751834,0.5416676),(0.3709441,0.5416675),(0.3667112,0.5375718),(0.3624887,0.5375718),(0.3667112,0.5416675),(0.3624887,0.5416675),(0.3709442,0.5457553),(0.3667112,0.5457553),(0.3624887,0.5457553),(0.3667112,0.5498262),(0.3624887,0.5498262),(0.3709441,0.5498262),(0.3751834,0.5457553),(0.3751834,0.5498262),(0.358281,0.5375718),(0.3540821,0.5375718),(0.358281,0.5416676),(0.3540821,0.5416675),(0.3498864,0.5375718),(0.3456882,0.5375718),(0.3498864,0.5416675),(0.3456882,0.5416675),(0.3540821,0.5457553),(0.3498864,0.5457553),(0.3456882,0.5457553),(0.3498864,0.5498262),(0.3456882,0.5498262),(0.3540821,0.5498262),(0.3582809,0.5457553),(0.358281,0.5498262),(0.3414817,0.5375718),(0.3372694,0.5375718),(0.3414817,0.5416676),(0.3372695,0.5416675),(0.3330541,0.5375718),(0.3288383,0.5375718),(0.3330541,0.5416675),(0.3288383,0.5416675),(0.3372695,0.5457553),(0.3330541,0.5457553),(0.3288383,0.5457553),(0.3330541,0.5498262),(0.3288383,0.5498262),(0.3372695,0.5498262),(0.3414817,0.5457553),(0.3414817,0.5498262),(0.3246247,0.5375718),(0.3204179,0.5375718),(0.3246247,0.5416676),(0.3204179,0.5416675),(0.3162228,0.5375718),(0.3120441,0.5375718),(0.3162228,0.5416675),(0.3120441,0.5416675),(0.3204179,0.5457553),(0.3162228,0.5457553),(0.3120441,0.5457553),(0.3162228,0.5498262),(0.3120441,0.5498262),(0.3204179,0.5498262),(0.3246247,0.5457553),(0.3246247,0.5498262),(0.3078868,0.5375718),(0.3037427,0.5375718),(0.3078868,0.5416676),(0.3037427,0.5416675),(0.2996041,0.5375718),(0.2954631,0.5375718),(0.2996041,0.5416675),(0.2954631,0.5416675),(0.3037428,0.5457553),(0.2996041,0.5457553),(0.2954631,0.5457553),(0.2996041,0.5498262),(0.2954631,0.5498262),(0.3037427,0.5498262),(0.3078868,0.5457553),(0.3078868,0.5498262),(0.2913116,0.5375718),(0.2871543,0.5375718),(0.2913116,0.5416676),(0.2871543,0.5416675),(0.2829956,0.5375718),(0.2788399,0.5375718),(0.2829956,0.5416675),(0.2788399,0.5416675),(0.2871543,0.5457553),(0.2829956,0.5457553),(0.2788399,0.5457553),(0.2829956,0.5498262),(0.2788399,0.5498262),(0.2871543,0.5498262),(0.2913116,0.5457553),(0.2913116,0.5498262),(0.2746918,0.5375718),(0.2705556,0.5375718),(0.2746918,0.5416676),(0.2705556,0.5416675),(0.2664356,0.5375718),(0.262336,0.5375718),(0.2664356,0.5416675),(0.262336,0.5416675),(0.2705556,0.5457553),(0.2664356,0.5457553),(0.262336,0.5457553),(0.2664356,0.5498262),(0.262336,0.5498262),(0.2705556,0.5498262),(0.2746918,0.5457553),(0.2746918,0.5498262),(0.2582613,0.5375718),(0.254209,0.5375718),(0.2582613,0.5416676),(0.254209,0.5416675),(0.2501769,0.5375718),(0.2461624,0.5375718),(0.2501769,0.5416675),(0.2461624,0.5416675),(0.254209,0.5457553),(0.2501769,0.5457553),(0.2461624,0.5457553),(0.2501769,0.5498262),(0.2461624,0.5498262),(0.254209,0.5498262),(0.2582613,0.5457553),(0.2582613,0.5498262),(0.2421634,0.5375718),(0.238164,0.5375718),(0.2421634,0.5416676),(0.238164,0.5416675),(0.2341487,0.5375718),(0.2301017,0.5375718),(0.2341487,0.5416675),(0.2301017,0.5416675),(0.238164,0.5457553),(0.2341487,0.5457553),(0.2301017,0.5457553),(0.2341487,0.5498262),(0.2301017,0.5498262),(0.238164,0.5498262),(0.2421634,0.5457553),(0.2421634,0.5498262),(0.2260074,0.5375718),(0.2218787,0.5375718),(0.2260074,0.5416676),(0.2218787,0.5416675),(0.2177283,0.5375718),(0.2135691,0.5375718),(0.2177283,0.5416675),(0.2135692,0.5416675),(0.2218787,0.5457553),(0.2177283,0.5457553),(0.2135691,0.5457553),(0.2177283,0.5498262),(0.2135692,0.5498262),(0.2218787,0.5498262),(0.2260074,0.5457553),(0.2260074,0.5498262),(0.2094141,0.5375718),(0.2052627,0.5375718),(0.2094141,0.5416676),(0.2052627,0.5416675),(0.2011147,0.5375718),(0.1969699,0.5375718),(0.2011147,0.5416675),(0.1969699,0.5416675),(0.2052627,0.5457553),(0.2011147,0.5457553),(0.1969699,0.5457553),(0.2011147,0.5498262),(0.1969699,0.5498262),(0.2052627,0.5498262),(0.2094141,0.5457553),(0.2094141,0.5498262),(0.1928277,0.5375718),(0.1886888,0.5375718),(0.1928277,0.5416676),(0.1886888,0.5416675),(0.1845533,0.5375718),(0.1804218,0.5375718),(0.1845533,0.5416675),(0.1804218,0.5416675),(0.1886888,0.5457553),(0.1845533,0.5457553),(0.1804218,0.5457553),(0.1845533,0.5498262),(0.1804218,0.5498262),(0.1886888,0.5498262),(0.1928277,0.5457553),(0.1928277,0.5498262),(0.1762946,0.5375718),(0.1721701,0.5375718),(0.1762946,0.5416676),(0.1721701,0.5416675),(0.1680468,0.5375718),(0.163923,0.5375718),(0.1680468,0.5416675),(0.163923,0.5416675),(0.1721701,0.5457553),(0.1680468,0.5457553),(0.163923,0.5457553),(0.1680468,0.5498262),(0.163923,0.5498262),(0.1721701,0.5498262),(0.1762946,0.5457553),(0.1762946,0.5498262),(0.1597973,0.5375718),(0.1556691,0.5375718),(0.1597973,0.5416676),(0.1556691,0.5416675),(0.1515382,0.5375718),(0.1474041,0.5375718),(0.1515382,0.5416675),(0.1474041,0.5416675),(0.1556691,0.5457553),(0.1515382,0.5457553),(0.1474041,0.5457553),(0.1515382,0.5498262),(0.1474041,0.5498262),(0.1556691,0.5498262),(0.1597973,0.5457553),(0.1597973,0.5498262),(0.1432664,0.5375718),(0.1391259,0.5375718),(0.1391259,0.5416675),(0.1432664,0.5416676),(0.134983,0.5375718),(0.1308385,0.5375718),(0.1308385,0.5416675),(0.134983,0.5416675),(0.134983,0.5457553),(0.1391259,0.5457553),(0.1308385,0.5457553),(0.134983,0.5498262),(0.1308385,0.5498262),(0.1391259,0.5498262),(0.1432664,0.5457553),(0.1432664,0.5498262),(0.126693,0.5375718),(0.12255,0.5375718),(0.12255,0.5416675),(0.126693,0.5416676),(0.1184131,0.5375718),(0.1142857,0.5375718),(0.1184131,0.5416675),(0.1142857,0.5416675),(0.12255,0.5457553),(0.1184131,0.5457553),(0.1142857,0.5457553),(0.1142857,0.5498262),(0.1184131,0.5498262),(0.12255,0.5498262),(0.126693,0.5457553),(0.126693,0.5498262),(0.1101713,0.5375718),(0.1060752,0.5375718),(0.1060752,0.5416675),(0.1101713,0.5416676),(0.1020023,0.5375718),(0.09795791,0.5375718),(0.09795791,0.5416675),(0.1020023,0.5416675),(0.1020023,0.5457553),(0.1060752,0.5457553),(0.09795791,0.5457553),(0.09795791,0.5498262),(0.1020023,0.5498262),(0.1060752,0.5498262),(0.1101713,0.5457553),(0.1101713,0.5498262),(0.09394707,0.5375718),(0.08994583,0.5375718),(0.08994584,0.5416675),(0.09394707,0.5416676),(0.08593026,0.5375718),(0.08187638,0.5375718),(0.08187637,0.5416675),(0.08593025,0.5416675),(0.08593026,0.5457553),(0.08994584,0.5457553),(0.08187638,0.5457553),(0.08187638,0.5498262),(0.08593026,0.5498262),(0.08994584,0.5498262),(0.09394707,0.5457553),(0.09394707,0.5498262),(0.07776025,0.5375718),(0.07361087,0.5375718),(0.07361087,0.5416675),(0.07776025,0.5416676),(0.06945725,0.5375718),(0.06532837,0.5375718),(0.06532837,0.5416675),(0.06945725,0.5416675),(0.06945725,0.5457553),(0.07361087,0.5457553),(0.06532837,0.5457553),(0.06532837,0.5498262),(0.06945725,0.5498262),(0.07361087,0.5498262),(0.07776025,0.5457553),(0.07776025,0.5498262),(0.06125325,0.5375718),(0.05721605,0.5375718),(0.05721604,0.5416675),(0.06125325,0.5416676),(0.05320094,0.5375718),(0.0491921,0.5375718),(0.04919209,0.5416675),(0.05320094,0.5416675),(0.05320094,0.5457553),(0.05721605,0.5457553),(0.0491921,0.5457553),(0.04919209,0.5498262),(0.05320094,0.5498262),(0.05721605,0.5498262),(0.06125325,0.5457553),(0.06125325,0.5498262),(0.04517369,0.5375718),(0.04115105,0.5375718),(0.04115105,0.5416675),(0.04517369,0.5416676),(0.0371295,0.5375718),(0.03311438,0.5375718),(0.03311437,0.5416675),(0.0371295,0.5416675),(0.0371295,0.5457553),(0.04115105,0.5457553),(0.03311438,0.5457553),(0.03311438,0.5498262),(0.0371295,0.5498262),(0.04115105,0.5498262),(0.04517369,0.5457553),(0.04517369,0.5498262),(0.029111,0.5375718),(0.02511186,0.5375718),(0.02511186,0.5416675),(0.029111,0.5416676),(0.02110944,0.5375718),(0.01709622,0.5375718),(0.01709622,0.5416675),(0.02110944,0.5416675),(0.02110944,0.5457553),(0.02511186,0.5457553),(0.01709622,0.5457553),(0.02110944,0.5498262),(0.01709622,0.5498262),(0.02511186,0.5498262),(0.029111,0.5457553),(0.029111,0.5498262),(0.01306469,0.5375718),(0.009019421,0.5375705),(0.009019421,0.5416681),(0.01306469,0.5416676),(0.004965,0.5375668),(0.000906,0.5375618),(0.000906,0.5416715),(0.004965,0.5416695),(0.004965,0.5457683),(0.009019421,0.5457585),(0.000906,0.5457813),(0.004965,0.5498456),(0.000906,0.549891),(0.009019421,0.549831),(0.01306469,0.5457553),(0.01306469,0.5498262),(0.9951518,0.553884),(0.999094,0.553897),(0.9912093,0.5538743),(0.9912093,0.5579093),(0.9951518,0.5579066),(0.999094,0.557903),(0.9872664,0.5538711),(0.983323,0.5538711),(0.983323,0.5579101),(0.9872664,0.5579101),(0.9872664,0.5619636),(0.9912093,0.5619568),(0.983323,0.5619636),(0.983323,0.5660514),(0.9872664,0.5660514),(0.9912093,0.5660412),(0.9951518,0.5619363),(0.999094,0.561909),(0.9951518,0.5660105),(0.999094,0.565915),(0.9793787,0.5538711),(0.9754275,0.5538711),(0.9754274,0.5579101),(0.9793787,0.5579101),(0.9714631,0.5538711),(0.9674796,0.5538711),(0.9714631,0.5579101),(0.9674796,0.5579101),(0.9714631,0.5619636),(0.9754274,0.5619636),(0.9674796,0.5619636),(0.9714631,0.5660514),(0.9674796,0.5660514),(0.9754274,0.5660514),(0.9793787,0.5619636),(0.9793787,0.5660514),(0.9634706,0.5538711),(0.9594426,0.5538711),(0.9634707,0.5579101),(0.9594426,0.5579101),(0.9554016,0.5538711),(0.9513539,0.5538711),(0.9554016,0.5579101),(0.9513539,0.5579101),(0.9594426,0.5619636),(0.9554016,0.5619636),(0.9513539,0.5619636),(0.9554016,0.5660514),(0.9513539,0.5660514),(0.9594425,0.5660514),(0.9634707,0.5619636),(0.9634706,0.5660514),(0.9473058,0.5538711),(0.9432498,0.5538711),(0.9473058,0.5579101),(0.9432497,0.5579101),(0.9391782,0.5538711),(0.9350839,0.5538711),(0.9350839,0.5579101),(0.9391783,0.5579101),(0.9391782,0.5619636),(0.9432497,0.5619636),(0.9350839,0.5619636),(0.9350839,0.5660514),(0.9391783,0.5660514),(0.9432497,0.5660514),(0.9473058,0.5619636),(0.9473058,0.5660514),(0.930959,0.5538711),(0.9268106,0.5538711),(0.9268106,0.5579101),(0.930959,0.5579101),(0.9226453,0.5538711),(0.9184701,0.5538711),(0.9184701,0.5579101),(0.9226453,0.5579101),(0.9226453,0.5619636),(0.9268106,0.5619636),(0.9184701,0.5619636),(0.9184701,0.5660514),(0.9226453,0.5660514),(0.9268106,0.5660514),(0.930959,0.5619636),(0.930959,0.5660514),(0.9142919,0.5538711),(0.910111,0.5538711),(0.9101109,0.5579101),(0.9142919,0.5579101),(0.9059278,0.5538711),(0.9017429,0.5538711),(0.9017429,0.5579101),(0.9059278,0.5579101),(0.9059278,0.5619636),(0.910111,0.5619636),(0.9017429,0.5619636),(0.9017428,0.5660514),(0.9059278,0.5660514),(0.9101109,0.5660514),(0.9142919,0.5619636),(0.9142919,0.5660514),(0.8975567,0.5538711),(0.8933688,0.5538711),(0.8933688,0.5579101),(0.8975567,0.5579101),(0.8891787,0.5538711),(0.8849859,0.5538711),(0.8849859,0.5579101),(0.8891788,0.5579101),(0.8891787,0.5619636),(0.8933688,0.5619636),(0.8849859,0.5619636),(0.8849859,0.5660514),(0.8891788,0.5660514),(0.8933688,0.5660514),(0.8975567,0.5619636),(0.8975567,0.5660514),(0.8807898,0.5538711),(0.8765806,0.5538711),(0.8765807,0.5579101),(0.8807898,0.5579101),(0.8723488,0.5538711),(0.8680845,0.5538711),(0.8680845,0.5579101),(0.8723488,0.5579101),(0.8723488,0.5619636),(0.8765806,0.5619636),(0.8680845,0.5619636),(0.8680845,0.5660514),(0.8723488,0.5660514),(0.8765806,0.5660514),(0.8807898,0.5619636),(0.8807898,0.5660514),(0.8637781,0.5538711),(0.8594491,0.5538711),(0.8594491,0.5579101),(0.8637781,0.5579101),(0.8551173,0.5538711),(0.8508024,0.5538711),(0.8508024,0.5579101),(0.8551173,0.5579101),(0.8551173,0.5619636),(0.8594491,0.5619636),(0.8508024,0.5619636),(0.8508024,0.5660514),(0.8551173,0.5660514),(0.859449,0.5660514),(0.8637781,0.5619636),(0.8637781,0.5660514),(0.846524,0.5538711),(0.8422731,0.5538711),(0.8422731,0.5579101),(0.846524,0.5579101),(0.8380403,0.5538711),(0.8338165,0.5538711),(0.8338165,0.5579101),(0.8380403,0.5579101),(0.8380403,0.5619636),(0.8422731,0.5619636),(0.8338165,0.5619636),(0.8338165,0.5660514),(0.8380404,0.5660514),(0.8422731,0.5660514),(0.846524,0.5619636),(0.846524,0.5660514),(0.8295926,0.5538711),(0.8253628,0.5538711),(0.8253628,0.5579101),(0.8295926,0.5579101),(0.8211217,0.5538711),(0.8168637,0.5538711),(0.8168637,0.5579101),(0.8211217,0.5579101),(0.8211217,0.5619636),(0.8253628,0.5619636),(0.8168637,0.5619636),(0.8168637,0.5660514),(0.8211217,0.5660514),(0.8253628,0.5660514),(0.8295926,0.5619636),(0.8295926,0.5660514),(0.8125832,0.5538711),(0.8082899,0.5538711),(0.8082899,0.5579101),(0.8125832,0.5579101),(0.8039935,0.5538711),(0.7997035,0.5538711),(0.7997035,0.5579101),(0.8039935,0.5579101),(0.8039935,0.5619636),(0.8082899,0.5619636),(0.7997035,0.5619636),(0.7997035,0.5660514),(0.8039935,0.5660514),(0.8082899,0.5660514),(0.8125832,0.5619636),(0.8125832,0.5660514),(0.7954297,0.5538711),(0.7911757,0.5538711),(0.7911757,0.5579101),(0.7954297,0.5579101),(0.7869452,0.5538711),(0.7827417,0.5538711),(0.7827417,0.5579101),(0.7869452,0.5579101),(0.7869452,0.5619636),(0.7911757,0.5619636),(0.7827417,0.5619636),(0.7827417,0.5660514),(0.7869452,0.5660514),(0.7911757,0.5660514),(0.7954297,0.5619636),(0.7954297,0.5660514),(0.7785689,0.5538711),(0.7744211,0.5538711),(0.7744212,0.5579101),(0.7785689,0.5579101),(0.7702925,0.5538711),(0.7661775,0.5538711),(0.7661775,0.5579101),(0.7702925,0.5579101),(0.7702925,0.5619636),(0.7744212,0.5619636),(0.7661775,0.5619636),(0.7661775,0.5660514),(0.7702925,0.5660514),(0.7744212,0.5660514),(0.778569,0.5619636),(0.778569,0.5660514),(0.7620703,0.5538711),(0.757961,0.5538711),(0.757961,0.5579101),(0.7620703,0.5579101),(0.7538399,0.5538711),(0.7496969,0.5538711),(0.7496969,0.5579101),(0.7538399,0.5579101),(0.7538399,0.5619636),(0.757961,0.5619636),(0.7496969,0.5619636),(0.7496969,0.5660514),(0.7538399,0.5660514),(0.757961,0.5660514),(0.7620703,0.5619636),(0.7620703,0.5660514),(0.7455223,0.5538711),(0.7413244,0.5538711),(0.7413245,0.5579101),(0.7455223,0.5579101),(0.7371117,0.5538711),(0.7328922,0.5538711),(0.7328923,0.5579101),(0.7371117,0.5579101),(0.7371117,0.5619636),(0.7413245,0.5619636),(0.7328922,0.5619636),(0.7328922,0.5660514),(0.7371117,0.5660514),(0.7413245,0.5660514),(0.7455223,0.5619636),(0.7455223,0.5660514),(0.7286744,0.5538711),(0.7244572,0.5538711),(0.7244572,0.5579101),(0.7286744,0.5579101),(0.7202395,0.5538711),(0.71602,0.5538711),(0.71602,0.5579101),(0.7202395,0.5579101),(0.7202395,0.5619636),(0.7244572,0.5619636),(0.71602,0.5619636),(0.71602,0.5660514),(0.7202394,0.5660514),(0.7244572,0.5660514),(0.7286744,0.5619636),(0.7286744,0.5660514),(0.7117977,0.5538711),(0.7075742,0.5538711),(0.7075742,0.5579101),(0.7117977,0.5579101),(0.7033514,0.5538711),(0.6991307,0.5538711),(0.6991307,0.5579101),(0.7033514,0.5579101),(0.7033514,0.5619636),(0.7075742,0.5619636),(0.6991307,0.5619636),(0.6991307,0.5660514),(0.7033514,0.5660514),(0.7075742,0.5660514),(0.7117977,0.5619636),(0.7117977,0.5660514),(0.6949139,0.5538711),(0.6906992,0.5538711),(0.6906992,0.5579101),(0.6949139,0.5579101),(0.6864849,0.5538711),(0.6822694,0.5538711),(0.6822693,0.5579101),(0.6864849,0.5579101),(0.6864849,0.5619636),(0.6906992,0.5619636),(0.6822694,0.5619636),(0.6822693,0.5660514),(0.6864849,0.5660514),(0.6906992,0.5660514),(0.6949139,0.5619636),(0.6949139,0.5660514),(0.6780508,0.5538711),(0.6738272,0.5538711),(0.6738272,0.5579101),(0.6780507,0.5579101),(0.6695971,0.5538711),(0.6653587,0.5538711),(0.6653587,0.5579101),(0.6695971,0.5579101),(0.6695971,0.5619636),(0.6738272,0.5619636),(0.6653587,0.5619636),(0.6653587,0.5660514),(0.6695971,0.5660514),(0.6738272,0.5660514),(0.6780508,0.5619636),(0.6780507,0.5660514),(0.6611102,0.5538711),(0.6568571,0.5538711),(0.6568571,0.5579101),(0.6611102,0.5579101),(0.6526053,0.5538711),(0.6483604,0.5538711),(0.6483604,0.5579101),(0.6526054,0.5579101),(0.6526054,0.5619636),(0.6568571,0.5619636),(0.6483604,0.5619636),(0.6483604,0.5660514),(0.6526053,0.5660514),(0.6568571,0.5660514),(0.6611102,0.5619636),(0.6611102,0.5660514),(0.6441281,0.5538711),(0.6399043,0.5538711),(0.6399043,0.5579101),(0.6441281,0.5579101),(0.635685,0.5538711),(0.6314663,0.5538711),(0.6314663,0.5579101),(0.635685,0.5579101),(0.635685,0.5619636),(0.6399043,0.5619636),(0.6314663,0.5619636),(0.6314663,0.5660514),(0.635685,0.5660514),(0.6399043,0.5660514),(0.6441281,0.5619636),(0.6441281,0.5660514),(0.627244,0.5538711),(0.6230208,0.5538711),(0.6230209,0.5579101),(0.627244,0.5579101),(0.6187993,0.5538711),(0.6145822,0.5538711),(0.6145822,0.5579101),(0.6187993,0.5579101),(0.6187993,0.5619636),(0.6230208,0.5619636),(0.6145822,0.5619636),(0.6145822,0.5660514),(0.6187993,0.5660514),(0.6230209,0.5660514),(0.627244,0.5619636),(0.627244,0.5660514),(0.6103719,0.5538711),(0.6061606,0.5538711),(0.6061606,0.5579101),(0.6103719,0.5579101),(0.6019406,0.5538711),(0.5977041,0.5538711),(0.5977041,0.5579101),(0.6019406,0.5579101),(0.6019406,0.5619636),(0.6061606,0.5619636),(0.5977041,0.5619636),(0.5977041,0.5660514),(0.6019406,0.5660514),(0.6061606,0.5660514),(0.6103719,0.5619636),(0.6103719,0.5660514),(0.5934432,0.5538711),(0.589169,0.5538711),(0.589169,0.5579101),(0.5934432,0.5579101),(0.5848927,0.5538711),(0.5806257,0.5538711),(0.5806257,0.5579101),(0.5848927,0.5579101),(0.5848927,0.5619636),(0.589169,0.5619636),(0.5806257,0.5619636),(0.5806257,0.5660514),(0.5848927,0.5660514),(0.589169,0.5660514),(0.5934432,0.5619636),(0.5934432,0.5660514),(0.5763788,0.5538711),(0.572147,0.5538711),(0.572147,0.5579101),(0.5763788,0.5579101),(0.567925,0.5538711),(0.5637077,0.5538711),(0.5637077,0.5579101),(0.567925,0.5579101),(0.567925,0.5619636),(0.572147,0.5619636),(0.5637077,0.5619636),(0.5637077,0.5660514),(0.567925,0.5660514),(0.572147,0.5660514),(0.5763788,0.5619636),(0.5763788,0.5660514),(0.55949,0.5538711),(0.5552715,0.5538711),(0.5552715,0.5579101),(0.55949,0.5579101),(0.5510522,0.5538711),(0.5468317,0.5538711),(0.5468317,0.5579101),(0.5510522,0.5579101),(0.5510522,0.5619636),(0.5552715,0.5619636),(0.5468317,0.5619636),(0.5468317,0.5660514),(0.5510522,0.5660514),(0.5552715,0.5660514),(0.55949,0.5619636),(0.55949,0.5660514),(0.5426099,0.5538711),(0.5383899,0.5538711),(0.5383899,0.5579101),(0.5426099,0.5579101),(0.5341746,0.5538711),(0.5299669,0.5538711),(0.5299669,0.5579101),(0.5341746,0.5579101),(0.5341746,0.5619636),(0.5383899,0.5619636),(0.5299669,0.5619636),(0.529967,0.5660514),(0.5341746,0.5660514),(0.5383899,0.5660514),(0.5426099,0.5619636),(0.5426099,0.5660514),(0.52577,0.5538711),(0.5215818,0.5538711),(0.5215818,0.5579101),(0.52577,0.5579101),(0.5174,0.5538711),(0.5132228,0.5538711),(0.5132228,0.5579101),(0.5174,0.5579101),(0.5174,0.5619636),(0.5215818,0.5619636),(0.5132228,0.5619636),(0.5132228,0.5660514),(0.5174,0.5660514),(0.5215818,0.5660514),(0.52577,0.5619636),(0.52577,0.5660514),(0.5090478,0.5538711),(0.5048727,0.5538711),(0.5048727,0.5579101),(0.5090478,0.5579101),(0.5006949,0.5538711),(0.4965119,0.5538711),(0.4965119,0.5579101),(0.5006949,0.5579101),(0.5006949,0.5619636),(0.5048727,0.5619636),(0.4965119,0.5619636),(0.4965119,0.5660514),(0.5006949,0.5660514),(0.5048727,0.5660514),(0.5090478,0.5619636),(0.5090478,0.5660514),(0.4923214,0.5538711),(0.4881234,0.5538711),(0.4881234,0.5579101),(0.4923214,0.5579101),(0.4839184,0.5538711),(0.4797065,0.5538711),(0.4797065,0.5579101),(0.4839184,0.5579101),(0.4839184,0.5619636),(0.4881234,0.5619636),(0.4797065,0.5619636),(0.4797064,0.5660514),(0.4839184,0.5660514),(0.4881234,0.5660514),(0.4923214,0.5619636),(0.4923214,0.5660514),(0.4754879,0.5538711),(0.4712752,0.5538711),(0.4712752,0.5579101),(0.4754879,0.5579101),(0.4670808,0.5538711),(0.4629171,0.5538711),(0.4629171,0.5579101),(0.4670808,0.5579101),(0.4670808,0.5619636),(0.4712752,0.5619636),(0.4629171,0.5619636),(0.4629171,0.5660514),(0.4670808,0.5660514),(0.4712752,0.5660514),(0.4754879,0.5619636),(0.4754879,0.5660514),(0.4587967,0.5538711),(0.4547031,0.5538711),(0.4587967,0.5579101),(0.4547031,0.5579101),(0.4506197,0.5538711),(0.44653,0.5538711),(0.4506197,0.5579101),(0.44653,0.5579101),(0.4547031,0.5619636),(0.4506197,0.5619636),(0.44653,0.5619636),(0.4506197,0.5660514),(0.44653,0.5660514),(0.4547031,0.5660514),(0.4587967,0.5619636),(0.4587967,0.5660514),(0.4424174,0.5538711),(0.4382856,0.5538711),(0.4424174,0.5579101),(0.4382856,0.5579101),(0.4341379,0.5538711),(0.429978,0.5538711),(0.4341379,0.5579101),(0.429978,0.5579101),(0.4382856,0.5619636),(0.4341379,0.5619636),(0.429978,0.5619636),(0.4341379,0.5660514),(0.429978,0.5660514),(0.4382856,0.5660514),(0.4424174,0.5619636),(0.4424174,0.5660514),(0.4258092,0.5538711),(0.4216311,0.5538711),(0.4258092,0.5579101),(0.4216312,0.5579101),(0.4174434,0.5538711),(0.4132456,0.5538711),(0.4174434,0.5579101),(0.4132456,0.5579101),(0.4216312,0.5619636),(0.4174434,0.5619636),(0.4132456,0.5619636),(0.4174434,0.5660514),(0.4132456,0.5660514),(0.4216312,0.5660514),(0.4258092,0.5619636),(0.4258092,0.5660514),(0.4090372,0.5538711),(0.4048201,0.5538711),(0.4090372,0.5579101),(0.4048201,0.5579101),(0.4005963,0.5538711),(0.3963675,0.5538711),(0.4005963,0.5579101),(0.3963675,0.5579101),(0.4048201,0.5619636),(0.4005963,0.5619636),(0.3963675,0.5619636),(0.4005963,0.5660514),(0.3963675,0.5660514),(0.4048201,0.5660514),(0.4090372,0.5619636),(0.4090372,0.5660514),(0.3921357,0.5538711),(0.3879012,0.5538711),(0.3921357,0.5579101),(0.3879012,0.5579101),(0.3836642,0.5538711),(0.3794248,0.5538711),(0.3836642,0.5579101),(0.3794249,0.5579101),(0.3879012,0.5619636),(0.3836642,0.5619636),(0.3794248,0.5619636),(0.3836642,0.5660514),(0.3794248,0.5660514),(0.3879012,0.5660514),(0.3921357,0.5619636),(0.3921357,0.5660514),(0.3751834,0.5538711),(0.3709441,0.5538711),(0.3751834,0.5579101),(0.3709441,0.5579101),(0.3667112,0.5538711),(0.3624887,0.5538711),(0.3667112,0.5579101),(0.3624887,0.5579101),(0.3709442,0.5619636),(0.3667112,0.5619636),(0.3624887,0.5619636),(0.3667112,0.5660514),(0.3624887,0.5660514),(0.3709441,0.5660514),(0.3751834,0.5619636),(0.3751834,0.5660514),(0.358281,0.5538711),(0.3540821,0.5538711),(0.358281,0.5579101),(0.3540821,0.5579101),(0.3498864,0.5538711),(0.3456882,0.5538711),(0.3498864,0.5579101),(0.3456882,0.5579101),(0.3540821,0.5619636),(0.3498864,0.5619636),(0.3456882,0.5619636),(0.3498864,0.5660514),(0.3456882,0.5660514),(0.3540821,0.5660514),(0.3582809,0.5619636),(0.358281,0.5660514),(0.3414817,0.5538711),(0.3372694,0.5538711),(0.3414817,0.5579101),(0.3372695,0.5579101),(0.3330541,0.5538711),(0.3288383,0.5538711),(0.3330541,0.5579101),(0.3288383,0.5579101),(0.3372695,0.5619636),(0.3330541,0.5619636),(0.3288383,0.5619636),(0.3330541,0.5660514),(0.3288383,0.5660514),(0.3372695,0.5660514),(0.3414817,0.5619636),(0.3414817,0.5660514),(0.3246247,0.5538711),(0.3204179,0.5538711),(0.3246247,0.5579101),(0.3204179,0.5579101),(0.3162228,0.5538711),(0.3120441,0.5538711),(0.3162228,0.5579101),(0.3120441,0.5579101),(0.3204179,0.5619636),(0.3162228,0.5619636),(0.3120441,0.5619636),(0.3162228,0.5660514),(0.3120441,0.5660514),(0.3204179,0.5660514),(0.3246247,0.5619636),(0.3246247,0.5660514),(0.3078868,0.5538711),(0.3037427,0.5538711),(0.3078868,0.5579101),(0.3037427,0.5579101),(0.2996041,0.5538711),(0.2954631,0.5538711),(0.2996041,0.5579101),(0.2954631,0.5579101),(0.3037428,0.5619636),(0.2996041,0.5619636),(0.2954631,0.5619636),(0.2996041,0.5660514),(0.2954631,0.5660514),(0.3037427,0.5660514),(0.3078868,0.5619636),(0.3078868,0.5660514),(0.2913116,0.5538711),(0.2871543,0.5538711),(0.2913116,0.5579101),(0.2871543,0.5579101),(0.2829956,0.5538711),(0.2788399,0.5538711),(0.2829956,0.5579101),(0.2788399,0.5579101),(0.2871543,0.5619636),(0.2829956,0.5619636),(0.2788399,0.5619636),(0.2829956,0.5660514),(0.2788399,0.5660514),(0.2871543,0.5660514),(0.2913116,0.5619636),(0.2913116,0.5660514),(0.2746918,0.5538711),(0.2705556,0.5538711),(0.2746918,0.5579101),(0.2705556,0.5579101),(0.2664356,0.5538711),(0.262336,0.5538711),(0.2664356,0.5579101),(0.262336,0.5579101),(0.2705556,0.5619636),(0.2664356,0.5619636),(0.262336,0.5619636),(0.2664356,0.5660514),(0.262336,0.5660514),(0.2705556,0.5660514),(0.2746918,0.5619636),(0.2746918,0.5660514),(0.2582613,0.5538711),(0.254209,0.5538711),(0.2582613,0.5579101),(0.254209,0.5579101),(0.2501769,0.5538711),(0.2461624,0.5538711),(0.2501769,0.5579101),(0.2461624,0.5579101),(0.254209,0.5619636),(0.2501769,0.5619636),(0.2461624,0.5619636),(0.2501769,0.5660514),(0.2461624,0.5660514),(0.254209,0.5660514),(0.2582613,0.5619636),(0.2582613,0.5660514),(0.2421634,0.5538711),(0.238164,0.5538711),(0.2421634,0.5579101),(0.238164,0.5579101),(0.2341487,0.5538711),(0.2301017,0.5538711),(0.2341487,0.5579101),(0.2301017,0.5579101),(0.238164,0.5619636),(0.2341487,0.5619636),(0.2301017,0.5619636),(0.2341487,0.5660514),(0.2301017,0.5660514),(0.238164,0.5660514),(0.2421634,0.5619636),(0.2421634,0.5660514),(0.2260074,0.5538711),(0.2218787,0.5538711),(0.2260074,0.5579101),(0.2218787,0.5579101),(0.2177283,0.5538711),(0.2135691,0.5538711),(0.2177283,0.5579101),(0.2135692,0.5579101),(0.2218787,0.5619636),(0.2177283,0.5619636),(0.2135691,0.5619636),(0.2177283,0.5660514),(0.2135692,0.5660514),(0.2218787,0.5660514),(0.2260074,0.5619636),(0.2260074,0.5660514),(0.2094141,0.5538711),(0.2052627,0.5538711),(0.2094141,0.5579101),(0.2052627,0.5579101),(0.2011147,0.5538711),(0.1969699,0.5538711),(0.2011147,0.5579101),(0.1969699,0.5579101),(0.2052627,0.5619636),(0.2011147,0.5619636),(0.1969699,0.5619636),(0.2011147,0.5660514),(0.1969699,0.5660514),(0.2052627,0.5660514),(0.2094141,0.5619636),(0.2094141,0.5660514),(0.1928277,0.5538711),(0.1886888,0.5538711),(0.1928277,0.5579101),(0.1886888,0.5579101),(0.1845533,0.5538711),(0.1804218,0.5538711),(0.1845533,0.5579101),(0.1804218,0.5579101),(0.1886888,0.5619636),(0.1845533,0.5619636),(0.1804218,0.5619636),(0.1845533,0.5660514),(0.1804218,0.5660514),(0.1886888,0.5660514),(0.1928277,0.5619636),(0.1928277,0.5660514),(0.1762946,0.5538711),(0.1721701,0.5538711),(0.1762946,0.5579101),(0.1721701,0.5579101),(0.1680468,0.5538711),(0.163923,0.5538711),(0.1680468,0.5579101),(0.163923,0.5579101),(0.1721701,0.5619636),(0.1680468,0.5619636),(0.163923,0.5619636),(0.1680468,0.5660514),(0.163923,0.5660514),(0.1721701,0.5660514),(0.1762946,0.5619636),(0.1762946,0.5660514),(0.1597973,0.5538711),(0.1556691,0.5538711),(0.1597973,0.5579101),(0.1556691,0.5579101),(0.1515382,0.5538711),(0.1474041,0.5538711),(0.1515382,0.5579101),(0.1474041,0.5579101),(0.1556691,0.5619636),(0.1515382,0.5619636),(0.1474041,0.5619636),(0.1515382,0.5660514),(0.1474041,0.5660514),(0.1556691,0.5660514),(0.1597973,0.5619636),(0.1597973,0.5660514),(0.1432664,0.5538711),(0.1391259,0.5538711),(0.1432664,0.5579101),(0.1391259,0.5579101),(0.134983,0.5538711),(0.1308385,0.5538711),(0.134983,0.5579101),(0.1308385,0.5579101),(0.1391259,0.5619636),(0.134983,0.5619636),(0.1308385,0.5619636),(0.1308385,0.5660514),(0.134983,0.5660514),(0.1391259,0.5660514),(0.1432664,0.5619636),(0.1432664,0.5660514),(0.126693,0.5538711),(0.12255,0.5538711),(0.12255,0.5579101),(0.126693,0.5579101),(0.1184131,0.5538711),(0.1142857,0.5538711),(0.1142857,0.5579101),(0.1184131,0.5579101),(0.1184131,0.5619636),(0.12255,0.5619636),(0.1142857,0.5619636),(0.1142857,0.5660514),(0.1184131,0.5660514),(0.12255,0.5660514),(0.126693,0.5619636),(0.126693,0.5660514),(0.1101713,0.5538711),(0.1060752,0.5538711),(0.1060752,0.5579101),(0.1101713,0.5579101),(0.1020023,0.5538711),(0.09795791,0.5538711),(0.09795791,0.5579101),(0.1020023,0.5579101),(0.1020023,0.5619636),(0.1060752,0.5619636),(0.09795791,0.5619636),(0.09795791,0.5660514),(0.1020023,0.5660514),(0.1060752,0.5660514),(0.1101713,0.5619636),(0.1101713,0.5660514),(0.09394707,0.5538711),(0.08994583,0.5538711),(0.08994584,0.5579101),(0.09394707,0.5579101),(0.08593026,0.5538711),(0.08187638,0.5538711),(0.08187637,0.5579101),(0.08593025,0.5579101),(0.08593026,0.5619636),(0.08994584,0.5619636),(0.08187638,0.5619636),(0.08187638,0.5660514),(0.08593026,0.5660514),(0.08994584,0.5660514),(0.09394707,0.5619636),(0.09394707,0.5660514),(0.07776025,0.5538711),(0.07361087,0.5538711),(0.07361087,0.5579101),(0.07776025,0.5579101),(0.06945725,0.5538711),(0.06532837,0.5538711),(0.06532837,0.5579101),(0.06945725,0.5579101),(0.06945725,0.5619636),(0.07361087,0.5619636),(0.06532837,0.5619636),(0.06532837,0.5660514),(0.06945725,0.5660514),(0.07361087,0.5660514),(0.07776025,0.5619636),(0.07776025,0.5660514),(0.06125325,0.5538711),(0.05721605,0.5538711),(0.05721604,0.5579101),(0.06125325,0.5579101),(0.05320094,0.5538711),(0.0491921,0.5538711),(0.04919209,0.5579101),(0.05320094,0.5579101),(0.05320094,0.5619636),(0.05721605,0.5619636),(0.0491921,0.5619636),(0.05320094,0.5660514),(0.04919209,0.5660514),(0.05721605,0.5660514),(0.06125325,0.5619636),(0.06125325,0.5660514),(0.04517369,0.5538711),(0.04115105,0.5538711),(0.04115105,0.5579101),(0.04517369,0.5579101),(0.0371295,0.5538711),(0.03311438,0.5538711),(0.03311437,0.5579101),(0.0371295,0.5579101),(0.0371295,0.5619636),(0.04115105,0.5619636),(0.03311438,0.5619636),(0.0371295,0.5660514),(0.03311438,0.5660514),(0.04115105,0.5660514),(0.04517369,0.5619636),(0.04517369,0.5660514),(0.029111,0.5538711),(0.02511186,0.5538711),(0.029111,0.5579101),(0.02511186,0.5579101),(0.02110944,0.5538711),(0.01709622,0.5538711),(0.02110944,0.5579101),(0.01709622,0.5579101),(0.02511186,0.5619636),(0.02110944,0.5619636),(0.01709622,0.5619636),(0.02110944,0.5660514),(0.01709622,0.5660514),(0.02511186,0.5660514),(0.029111,0.5619636),(0.029111,0.5660514),(0.01306469,0.5538711),(0.009019421,0.5538743),(0.01306469,0.5579101),(0.009019421,0.5579093),(0.004965,0.553884),(0.000906,0.553897),(0.004965,0.5579066),(0.000906,0.557903),(0.009019421,0.5619568),(0.004965,0.5619363),(0.000906,0.561909),(0.004965,0.5660105),(0.000906,0.565915),(0.009019421,0.5660412),(0.01306469,0.5619636),(0.01306469,0.5660514),(0.9951518,0.5701665),(0.999094,0.5701392),(0.9912093,0.570187),(0.9912093,0.5743724),(0.9951518,0.5743686),(0.999094,0.5743635),(0.9872664,0.5701938),(0.983323,0.5701938),(0.983323,0.5743737),(0.9872664,0.5743737),(0.9872664,0.5785739),(0.9912093,0.5785757),(0.983323,0.5785739),(0.983323,0.5827775),(0.9872664,0.5827775),(0.9912093,0.5827801),(0.9951518,0.5785809),(0.999094,0.5785878),(0.9951518,0.5827879),(0.999094,0.582812),(0.9793787,0.5701938),(0.9754275,0.5701938),(0.9754274,0.5743737),(0.9793787,0.5743737),(0.9714631,0.5701938),(0.9674796,0.5701938),(0.9674796,0.5743737),(0.9714631,0.5743737),(0.9714631,0.5785739),(0.9754274,0.5785739),(0.9674796,0.5785739),(0.9674796,0.5827775),(0.9714631,0.5827775),(0.9754274,0.5827775),(0.9793787,0.5785739),(0.9793787,0.5827775),(0.9634706,0.5701938),(0.9594426,0.5701938),(0.9634707,0.5743737),(0.9594426,0.5743737),(0.9554016,0.5701938),(0.9513539,0.5701938),(0.9513539,0.5743737),(0.9554016,0.5743737),(0.9554016,0.5785739),(0.9594426,0.5785739),(0.9513539,0.5785739),(0.9513539,0.5827775),(0.9554016,0.5827775),(0.9594425,0.5827775),(0.9634707,0.5785739),(0.9634706,0.5827775),(0.9473058,0.5701938),(0.9432498,0.5701938),(0.9432497,0.5743737),(0.9473058,0.5743737),(0.9391782,0.5701938),(0.9350839,0.5701938),(0.9350839,0.5743737),(0.9391783,0.5743737),(0.9391782,0.5785739),(0.9432497,0.5785739),(0.9350839,0.5785739),(0.9350839,0.5827775),(0.9391783,0.5827775),(0.9432497,0.5827775),(0.9473058,0.5785739),(0.9473058,0.5827775),(0.930959,0.5701938),(0.9268106,0.5701938),(0.9268106,0.5743737),(0.930959,0.5743737),(0.9226453,0.5701938),(0.9184701,0.5701938),(0.9184701,0.5743737),(0.9226453,0.5743737),(0.9226453,0.5785739),(0.9268106,0.5785739),(0.9184701,0.5785739),(0.9226453,0.5827775),(0.9184701,0.5827775),(0.9268106,0.5827775),(0.930959,0.5785739),(0.930959,0.5827775),(0.9142919,0.5701938),(0.910111,0.5701938),(0.9142919,0.5743737),(0.9101109,0.5743737),(0.9059278,0.5701938),(0.9017429,0.5701938),(0.9059278,0.5743737),(0.9017429,0.5743737),(0.910111,0.5785739),(0.9059278,0.5785739),(0.9017429,0.5785739),(0.9059278,0.5827775),(0.9017428,0.5827775),(0.9101109,0.5827775),(0.9142919,0.5785739),(0.9142919,0.5827775),(0.8975567,0.5701938),(0.8933688,0.5701938),(0.8933688,0.5743737),(0.8975567,0.5743737),(0.8891787,0.5701938),(0.8849859,0.5701938),(0.8849859,0.5743737),(0.8891788,0.5743737),(0.8891787,0.5785739),(0.8933688,0.5785739),(0.8849859,0.5785739),(0.8849859,0.5827775),(0.8891788,0.5827775),(0.8933688,0.5827775),(0.8975567,0.5785739),(0.8975567,0.5827775),(0.8807898,0.5701938),(0.8765806,0.5701938),(0.8765807,0.5743737),(0.8807898,0.5743737),(0.8723488,0.5701938),(0.8680845,0.5701938),(0.8680845,0.5743737),(0.8723488,0.5743737),(0.8723488,0.5785739),(0.8765806,0.5785739),(0.8680845,0.5785739),(0.8680845,0.5827775),(0.8723488,0.5827775),(0.8765806,0.5827775),(0.8807898,0.5785739),(0.8807898,0.5827775),(0.8637781,0.5701938),(0.8594491,0.5701938),(0.8594491,0.5743737),(0.8637781,0.5743737),(0.8551173,0.5701938),(0.8508024,0.5701938),(0.8508024,0.5743737),(0.8551173,0.5743737),(0.8551173,0.5785739),(0.8594491,0.5785739),(0.8508024,0.5785739),(0.8508024,0.5827775),(0.8551173,0.5827775),(0.859449,0.5827775),(0.8637781,0.5785739),(0.8637781,0.5827775),(0.846524,0.5701938),(0.8422731,0.5701938),(0.8422731,0.5743737),(0.846524,0.5743737),(0.8380403,0.5701938),(0.8338165,0.5701938),(0.8338165,0.5743737),(0.8380403,0.5743737),(0.8380403,0.5785739),(0.8422731,0.5785739),(0.8338165,0.5785739),(0.8338165,0.5827775),(0.8380404,0.5827775),(0.8422731,0.5827775),(0.846524,0.5785739),(0.846524,0.5827775),(0.8295926,0.5701938),(0.8253628,0.5701938),(0.8253628,0.5743737),(0.8295926,0.5743737),(0.8211217,0.5701938),(0.8168637,0.5701938),(0.8168637,0.5743737),(0.8211217,0.5743737),(0.8211217,0.5785739),(0.8253628,0.5785739),(0.8168637,0.5785739),(0.8168637,0.5827775),(0.8211217,0.5827775),(0.8253628,0.5827775),(0.8295926,0.5785739),(0.8295926,0.5827775),(0.8125832,0.5701938),(0.8082899,0.5701938),(0.8082899,0.5743737),(0.8125832,0.5743737),(0.8039935,0.5701938),(0.7997035,0.5701938),(0.7997035,0.5743737),(0.8039935,0.5743737),(0.8039935,0.5785739),(0.8082899,0.5785739),(0.7997035,0.5785739),(0.7997035,0.5827775),(0.8039935,0.5827775),(0.8082899,0.5827775),(0.8125832,0.5785739),(0.8125832,0.5827775),(0.7954297,0.5701938),(0.7911757,0.5701938),(0.7911757,0.5743737),(0.7954297,0.5743737),(0.7869452,0.5701938),(0.7827417,0.5701938),(0.7827417,0.5743737),(0.7869452,0.5743737),(0.7869452,0.5785739),(0.7911757,0.5785739),(0.7827417,0.5785739),(0.7827417,0.5827775),(0.7869452,0.5827775),(0.7911757,0.5827775),(0.7954297,0.5785739),(0.7954297,0.5827775),(0.7785689,0.5701938),(0.7744211,0.5701938),(0.7744212,0.5743737),(0.7785689,0.5743737),(0.7702925,0.5701938),(0.7661775,0.5701938),(0.7661775,0.5743737),(0.7702925,0.5743737),(0.7702925,0.5785739),(0.7744212,0.5785739),(0.7661775,0.5785739),(0.7661775,0.5827775),(0.7702925,0.5827775),(0.7744212,0.5827775),(0.778569,0.5785739),(0.778569,0.5827775),(0.7620703,0.5701938),(0.757961,0.5701938),(0.757961,0.5743737),(0.7620703,0.5743737),(0.7538399,0.5701938),(0.7496969,0.5701938),(0.7496969,0.5743737),(0.7538399,0.5743737),(0.7538399,0.5785739),(0.757961,0.5785739),(0.7496969,0.5785739),(0.7496969,0.5827775),(0.7538399,0.5827775),(0.757961,0.5827775),(0.7620703,0.5785739),(0.7620703,0.5827775),(0.7455223,0.5701938),(0.7413244,0.5701938),(0.7413245,0.5743737),(0.7455223,0.5743737),(0.7371117,0.5701938),(0.7328922,0.5701938),(0.7328923,0.5743737),(0.7371117,0.5743737),(0.7371117,0.5785739),(0.7413245,0.5785739),(0.7328922,0.5785739),(0.7328922,0.5827775),(0.7371117,0.5827775),(0.7413245,0.5827775),(0.7455223,0.5785739),(0.7455223,0.5827775),(0.7286744,0.5701938),(0.7244572,0.5701938),(0.7244572,0.5743737),(0.7286744,0.5743737),(0.7202395,0.5701938),(0.71602,0.5701938),(0.71602,0.5743737),(0.7202395,0.5743737),(0.7202395,0.5785739),(0.7244572,0.5785739),(0.71602,0.5785739),(0.71602,0.5827775),(0.7202394,0.5827775),(0.7244572,0.5827775),(0.7286744,0.5785739),(0.7286744,0.5827775),(0.7117977,0.5701938),(0.7075742,0.5701938),(0.7075742,0.5743737),(0.7117977,0.5743737),(0.7033514,0.5701938),(0.6991307,0.5701938),(0.6991307,0.5743737),(0.7033514,0.5743737),(0.7033514,0.5785739),(0.7075742,0.5785739),(0.6991307,0.5785739),(0.6991307,0.5827775),(0.7033514,0.5827775),(0.7075742,0.5827775),(0.7117977,0.5785739),(0.7117977,0.5827775),(0.6949139,0.5701938),(0.6906992,0.5701938),(0.6906992,0.5743737),(0.6949139,0.5743737),(0.6864849,0.5701938),(0.6822694,0.5701938),(0.6822693,0.5743737),(0.6864849,0.5743737),(0.6864849,0.5785739),(0.6906992,0.5785739),(0.6822694,0.5785739),(0.6822693,0.5827775),(0.6864849,0.5827775),(0.6906992,0.5827775),(0.6949139,0.5785739),(0.6949139,0.5827775),(0.6780508,0.5701938),(0.6738272,0.5701938),(0.6738272,0.5743737),(0.6780507,0.5743737),(0.6695971,0.5701938),(0.6653587,0.5701938),(0.6653587,0.5743737),(0.6695971,0.5743737),(0.6695971,0.5785739),(0.6738272,0.5785739),(0.6653587,0.5785739),(0.6653587,0.5827775),(0.6695971,0.5827775),(0.6738272,0.5827775),(0.6780508,0.5785739),(0.6780507,0.5827775),(0.6611102,0.5701938),(0.6568571,0.5701938),(0.6568571,0.5743737),(0.6611102,0.5743737),(0.6526053,0.5701938),(0.6483604,0.5701938),(0.6483604,0.5743737),(0.6526054,0.5743737),(0.6526054,0.5785739),(0.6568571,0.5785739),(0.6483604,0.5785739),(0.6483604,0.5827775),(0.6526053,0.5827775),(0.6568571,0.5827775),(0.6611102,0.5785739),(0.6611102,0.5827775),(0.6441281,0.5701938),(0.6399043,0.5701938),(0.6399043,0.5743737),(0.6441281,0.5743737),(0.635685,0.5701938),(0.6314663,0.5701938),(0.6314663,0.5743737),(0.635685,0.5743737),(0.635685,0.5785739),(0.6399043,0.5785739),(0.6314663,0.5785739),(0.6314663,0.5827775),(0.635685,0.5827775),(0.6399043,0.5827775),(0.6441281,0.5785739),(0.6441281,0.5827775),(0.627244,0.5701938),(0.6230208,0.5701938),(0.6230209,0.5743737),(0.627244,0.5743737),(0.6187993,0.5701938),(0.6145822,0.5701938),(0.6145822,0.5743737),(0.6187993,0.5743737),(0.6187993,0.5785739),(0.6230208,0.5785739),(0.6145822,0.5785739),(0.6145822,0.5827775),(0.6187993,0.5827775),(0.6230209,0.5827775),(0.627244,0.5785739),(0.627244,0.5827775),(0.6103719,0.5701938),(0.6061606,0.5701938),(0.6061606,0.5743737),(0.6103719,0.5743737),(0.6019406,0.5701938),(0.5977041,0.5701938),(0.5977041,0.5743737),(0.6019406,0.5743737),(0.6019406,0.5785739),(0.6061606,0.5785739),(0.5977041,0.5785739),(0.5977041,0.5827775),(0.6019406,0.5827775),(0.6061606,0.5827775),(0.6103719,0.5785739),(0.6103719,0.5827775),(0.5934432,0.5701938),(0.589169,0.5701938),(0.589169,0.5743737),(0.5934432,0.5743737),(0.5848927,0.5701938),(0.5806257,0.5701938),(0.5806257,0.5743737),(0.5848927,0.5743737),(0.5848927,0.5785739),(0.589169,0.5785739),(0.5806257,0.5785739),(0.5806257,0.5827775),(0.5848927,0.5827775),(0.589169,0.5827775),(0.5934432,0.5785739),(0.5934432,0.5827775),(0.5763788,0.5701938),(0.572147,0.5701938),(0.572147,0.5743737),(0.5763788,0.5743737),(0.567925,0.5701938),(0.5637077,0.5701938),(0.5637077,0.5743737),(0.567925,0.5743737),(0.567925,0.5785739),(0.572147,0.5785739),(0.5637077,0.5785739),(0.5637077,0.5827775),(0.567925,0.5827775),(0.572147,0.5827775),(0.5763788,0.5785739),(0.5763788,0.5827775),(0.55949,0.5701938),(0.5552715,0.5701938),(0.5552715,0.5743737),(0.55949,0.5743737),(0.5510522,0.5701938),(0.5468317,0.5701938),(0.5468317,0.5743737),(0.5510522,0.5743737),(0.5510522,0.5785739),(0.5552715,0.5785739),(0.5468317,0.5785739),(0.5468317,0.5827775),(0.5510522,0.5827775),(0.5552715,0.5827775),(0.55949,0.5785739),(0.55949,0.5827775),(0.5426099,0.5701938),(0.5383899,0.5701938),(0.5383899,0.5743737),(0.5426099,0.5743737),(0.5341746,0.5701938),(0.5299669,0.5701938),(0.5299669,0.5743737),(0.5341746,0.5743737),(0.5341746,0.5785739),(0.5383899,0.5785739),(0.5299669,0.5785739),(0.529967,0.5827775),(0.5341746,0.5827775),(0.5383899,0.5827775),(0.5426099,0.5785739),(0.5426099,0.5827775),(0.52577,0.5701938),(0.5215818,0.5701938),(0.5215818,0.5743737),(0.52577,0.5743737),(0.5174,0.5701938),(0.5132228,0.5701938),(0.5132228,0.5743737),(0.5174,0.5743737),(0.5174,0.5785739),(0.5215818,0.5785739),(0.5132228,0.5785739),(0.5132228,0.5827775),(0.5174,0.5827775),(0.5215818,0.5827775),(0.52577,0.5785739),(0.52577,0.5827775),(0.5090478,0.5701938),(0.5048727,0.5701938),(0.5048727,0.5743737),(0.5090478,0.5743737),(0.5006949,0.5701938),(0.4965119,0.5701938),(0.4965119,0.5743737),(0.5006949,0.5743737),(0.5006949,0.5785739),(0.5048727,0.5785739),(0.4965119,0.5785739),(0.4965119,0.5827775),(0.5006949,0.5827775),(0.5048727,0.5827775),(0.5090478,0.5785739),(0.5090478,0.5827775),(0.4923214,0.5701938),(0.4881234,0.5701938),(0.4881234,0.5743737),(0.4923214,0.5743737),(0.4839184,0.5701938),(0.4797065,0.5701938),(0.4797065,0.5743737),(0.4839184,0.5743737),(0.4839184,0.5785739),(0.4881234,0.5785739),(0.4797065,0.5785739),(0.4797064,0.5827775),(0.4839184,0.5827775),(0.4881234,0.5827775),(0.4923214,0.5785739),(0.4923214,0.5827775),(0.4754879,0.5701938),(0.4712752,0.5701938),(0.4712752,0.5743737),(0.4754879,0.5743737),(0.4670808,0.5701938),(0.4629171,0.5701938),(0.4629171,0.5743737),(0.4670808,0.5743737),(0.4670808,0.5785739),(0.4712752,0.5785739),(0.4629171,0.5785739),(0.4629171,0.5827775),(0.4670808,0.5827775),(0.4712752,0.5827775),(0.4754879,0.5785739),(0.4754879,0.5827775),(0.4587967,0.5701938),(0.4547031,0.5701938),(0.4547031,0.5743737),(0.4587967,0.5743737),(0.4506197,0.5701938),(0.44653,0.5701938),(0.4506197,0.5743737),(0.44653,0.5743737),(0.4547031,0.5785739),(0.4506197,0.5785739),(0.44653,0.5785739),(0.4506197,0.5827775),(0.44653,0.5827775),(0.4547031,0.5827775),(0.4587967,0.5785739),(0.4587967,0.5827775),(0.4424174,0.5701938),(0.4382856,0.5701938),(0.4424174,0.5743737),(0.4382856,0.5743737),(0.4341379,0.5701938),(0.429978,0.5701938),(0.4341379,0.5743737),(0.429978,0.5743737),(0.4382856,0.5785739),(0.4341379,0.5785739),(0.429978,0.5785739),(0.4341379,0.5827775),(0.429978,0.5827775),(0.4382856,0.5827775),(0.4424174,0.5785739),(0.4424174,0.5827775),(0.4258092,0.5701938),(0.4216311,0.5701938),(0.4258092,0.5743737),(0.4216312,0.5743737),(0.4174434,0.5701938),(0.4132456,0.5701938),(0.4174434,0.5743737),(0.4132456,0.5743737),(0.4216312,0.5785739),(0.4174434,0.5785739),(0.4132456,0.5785739),(0.4174434,0.5827775),(0.4132456,0.5827775),(0.4216312,0.5827775),(0.4258092,0.5785739),(0.4258092,0.5827775),(0.4090372,0.5701938),(0.4048201,0.5701938),(0.4090372,0.5743737),(0.4048201,0.5743737),(0.4005963,0.5701938),(0.3963675,0.5701938),(0.4005963,0.5743737),(0.3963675,0.5743737),(0.4048201,0.5785739),(0.4005963,0.5785739),(0.3963675,0.5785739),(0.4005963,0.5827775),(0.3963675,0.5827775),(0.4048201,0.5827775),(0.4090372,0.5785739),(0.4090372,0.5827775),(0.3921357,0.5701938),(0.3879012,0.5701938),(0.3921357,0.5743737),(0.3879012,0.5743737),(0.3836642,0.5701938),(0.3794248,0.5701938),(0.3836642,0.5743737),(0.3794249,0.5743737),(0.3879012,0.5785739),(0.3836642,0.5785739),(0.3794248,0.5785739),(0.3836642,0.5827775),(0.3794248,0.5827775),(0.3879012,0.5827775),(0.3921357,0.5785739),(0.3921357,0.5827775),(0.3751834,0.5701938),(0.3709441,0.5701938),(0.3751834,0.5743737),(0.3709441,0.5743737),(0.3667112,0.5701938),(0.3624887,0.5701938),(0.3667112,0.5743737),(0.3624887,0.5743737),(0.3709442,0.5785739),(0.3667112,0.5785739),(0.3624887,0.5785739),(0.3667112,0.5827775),(0.3624887,0.5827775),(0.3709441,0.5827775),(0.3751834,0.5785739),(0.3751834,0.5827775),(0.358281,0.5701938),(0.3540821,0.5701938),(0.358281,0.5743737),(0.3540821,0.5743737),(0.3498864,0.5701938),(0.3456882,0.5701938),(0.3498864,0.5743737),(0.3456882,0.5743737),(0.3540821,0.5785739),(0.3498864,0.5785739),(0.3456882,0.5785739),(0.3498864,0.5827775),(0.3456882,0.5827775),(0.3540821,0.5827775),(0.3582809,0.5785739),(0.358281,0.5827775),(0.3414817,0.5701938),(0.3372694,0.5701938),(0.3414817,0.5743737),(0.3372695,0.5743737),(0.3330541,0.5701938),(0.3288383,0.5701938),(0.3330541,0.5743737),(0.3288383,0.5743737),(0.3372695,0.5785739),(0.3330541,0.5785739),(0.3288383,0.5785739),(0.3330541,0.5827775),(0.3288383,0.5827775),(0.3372695,0.5827775),(0.3414817,0.5785739),(0.3414817,0.5827775),(0.3246247,0.5701938),(0.3204179,0.5701938),(0.3246247,0.5743737),(0.3204179,0.5743737),(0.3162228,0.5701938),(0.3120441,0.5701938),(0.3162228,0.5743737),(0.3120441,0.5743737),(0.3204179,0.5785739),(0.3162228,0.5785739),(0.3120441,0.5785739),(0.3162228,0.5827775),(0.3120441,0.5827775),(0.3204179,0.5827775),(0.3246247,0.5785739),(0.3246247,0.5827775),(0.3078868,0.5701938),(0.3037427,0.5701938),(0.3078868,0.5743737),(0.3037427,0.5743737),(0.2996041,0.5701938),(0.2954631,0.5701938),(0.2996041,0.5743737),(0.2954631,0.5743737),(0.3037428,0.5785739),(0.2996041,0.5785739),(0.2954631,0.5785739),(0.2996041,0.5827775),(0.2954631,0.5827775),(0.3037427,0.5827775),(0.3078868,0.5785739),(0.3078868,0.5827775),(0.2913116,0.5701938),(0.2871543,0.5701938),(0.2913116,0.5743737),(0.2871543,0.5743737),(0.2829956,0.5701938),(0.2788399,0.5701938),(0.2829956,0.5743737),(0.2788399,0.5743737),(0.2871543,0.5785739),(0.2829956,0.5785739),(0.2788399,0.5785739),(0.2829956,0.5827775),(0.2788399,0.5827775),(0.2871543,0.5827775),(0.2913116,0.5785739),(0.2913116,0.5827775),(0.2746918,0.5701938),(0.2705556,0.5701938),(0.2746918,0.5743737),(0.2705556,0.5743737),(0.2664356,0.5701938),(0.262336,0.5701938),(0.2664356,0.5743737),(0.262336,0.5743737),(0.2705556,0.5785739),(0.2664356,0.5785739),(0.262336,0.5785739),(0.2664356,0.5827775),(0.262336,0.5827775),(0.2705556,0.5827775),(0.2746918,0.5785739),(0.2746918,0.5827775),(0.2582613,0.5701938),(0.254209,0.5701938),(0.2582613,0.5743737),(0.254209,0.5743737),(0.2501769,0.5701938),(0.2461624,0.5701938),(0.2501769,0.5743737),(0.2461624,0.5743737),(0.254209,0.5785739),(0.2501769,0.5785739),(0.2461624,0.5785739),(0.2501769,0.5827775),(0.2461624,0.5827775),(0.254209,0.5827775),(0.2582613,0.5785739),(0.2582613,0.5827775),(0.2421634,0.5701938),(0.238164,0.5701938),(0.2421634,0.5743737),(0.238164,0.5743737),(0.2341487,0.5701938),(0.2301017,0.5701938),(0.2341487,0.5743737),(0.2301017,0.5743737),(0.238164,0.5785739),(0.2341487,0.5785739),(0.2301017,0.5785739),(0.2341487,0.5827775),(0.2301017,0.5827775),(0.238164,0.5827775),(0.2421634,0.5785739),(0.2421634,0.5827775),(0.2260074,0.5701938),(0.2218787,0.5701938),(0.2260074,0.5743737),(0.2218787,0.5743737),(0.2177283,0.5701938),(0.2135691,0.5701938),(0.2177283,0.5743737),(0.2135692,0.5743737),(0.2218787,0.5785739),(0.2177283,0.5785739),(0.2135691,0.5785739),(0.2177283,0.5827775),(0.2135692,0.5827775),(0.2218787,0.5827775),(0.2260074,0.5785739),(0.2260074,0.5827775),(0.2094141,0.5701938),(0.2052627,0.5701938),(0.2094141,0.5743737),(0.2052627,0.5743737),(0.2011147,0.5701938),(0.1969699,0.5701938),(0.2011147,0.5743737),(0.1969699,0.5743737),(0.2052627,0.5785739),(0.2011147,0.5785739),(0.1969699,0.5785739),(0.2011147,0.5827775),(0.1969699,0.5827775),(0.2052627,0.5827775),(0.2094141,0.5785739),(0.2094141,0.5827775),(0.1928277,0.5701938),(0.1886888,0.5701938),(0.1928277,0.5743737),(0.1886888,0.5743737),(0.1845533,0.5701938),(0.1804218,0.5701938),(0.1845533,0.5743737),(0.1804218,0.5743737),(0.1886888,0.5785739),(0.1845533,0.5785739),(0.1804218,0.5785739),(0.1845533,0.5827775),(0.1804218,0.5827775),(0.1886888,0.5827775),(0.1928277,0.5785739),(0.1928277,0.5827775),(0.1762946,0.5701938),(0.1721701,0.5701938),(0.1762946,0.5743737),(0.1721701,0.5743737),(0.1680468,0.5701938),(0.163923,0.5701938),(0.1680468,0.5743737),(0.163923,0.5743737),(0.1721701,0.5785739),(0.1680468,0.5785739),(0.163923,0.5785739),(0.1680468,0.5827775),(0.163923,0.5827775),(0.1721701,0.5827775),(0.1762946,0.5785739),(0.1762946,0.5827775),(0.1597973,0.5701938),(0.1556691,0.5701938),(0.1597973,0.5743737),(0.1556691,0.5743737),(0.1515382,0.5701938),(0.1474041,0.5701938),(0.1515382,0.5743737),(0.1474041,0.5743737),(0.1556691,0.5785739),(0.1515382,0.5785739),(0.1474041,0.5785739),(0.1515382,0.5827775),(0.1474041,0.5827775),(0.1556691,0.5827775),(0.1597973,0.5785739),(0.1597973,0.5827775),(0.1432664,0.5701938),(0.1391259,0.5701938),(0.1432664,0.5743737),(0.1391259,0.5743737),(0.134983,0.5701938),(0.1308385,0.5701938),(0.1308385,0.5743737),(0.134983,0.5743737),(0.134983,0.5785739),(0.1391259,0.5785739),(0.1308385,0.5785739),(0.1308385,0.5827775),(0.134983,0.5827775),(0.1391259,0.5827775),(0.1432664,0.5785739),(0.1432664,0.5827775),(0.126693,0.5701938),(0.12255,0.5701938),(0.12255,0.5743737),(0.126693,0.5743737),(0.1184131,0.5701938),(0.1142857,0.5701938),(0.1142857,0.5743737),(0.1184131,0.5743737),(0.1184131,0.5785739),(0.12255,0.5785739),(0.1142857,0.5785739),(0.1142857,0.5827775),(0.1184131,0.5827775),(0.12255,0.5827775),(0.126693,0.5785739),(0.126693,0.5827775),(0.1101713,0.5701938),(0.1060752,0.5701938),(0.1060752,0.5743737),(0.1101713,0.5743737),(0.1020023,0.5701938),(0.09795791,0.5701938),(0.09795791,0.5743737),(0.1020023,0.5743737),(0.1020023,0.5785739),(0.1060752,0.5785739),(0.09795791,0.5785739),(0.1020023,0.5827775),(0.09795791,0.5827775),(0.1060752,0.5827775),(0.1101713,0.5785739),(0.1101713,0.5827775),(0.09394707,0.5701938),(0.08994583,0.5701938),(0.08994584,0.5743737),(0.09394707,0.5743737),(0.08593026,0.5701938),(0.08187638,0.5701938),(0.08187637,0.5743737),(0.08593025,0.5743737),(0.08593026,0.5785739),(0.08994584,0.5785739),(0.08187638,0.5785739),(0.08187638,0.5827775),(0.08593026,0.5827775),(0.08994584,0.5827775),(0.09394707,0.5785739),(0.09394707,0.5827775),(0.07776025,0.5701938),(0.07361087,0.5701938),(0.07361087,0.5743737),(0.07776025,0.5743737),(0.06945725,0.5701938),(0.06532837,0.5701938),(0.06532837,0.5743737),(0.06945725,0.5743737),(0.06945725,0.5785739),(0.07361087,0.5785739),(0.06532837,0.5785739),(0.06532837,0.5827775),(0.06945725,0.5827775),(0.07361087,0.5827775),(0.07776025,0.5785739),(0.07776025,0.5827775),(0.06125325,0.5701938),(0.05721605,0.5701938),(0.05721604,0.5743737),(0.06125325,0.5743737),(0.05320094,0.5701938),(0.0491921,0.5701938),(0.05320094,0.5743737),(0.04919209,0.5743737),(0.05320094,0.5785739),(0.05721605,0.5785739),(0.0491921,0.5785739),(0.04919209,0.5827775),(0.05320094,0.5827775),(0.05721605,0.5827775),(0.06125325,0.5785739),(0.06125325,0.5827775),(0.04517369,0.5701938),(0.04115105,0.5701938),(0.04517369,0.5743737),(0.04115105,0.5743737),(0.0371295,0.5701938),(0.03311438,0.5701938),(0.0371295,0.5743737),(0.03311437,0.5743737),(0.04115105,0.5785739),(0.0371295,0.5785739),(0.03311438,0.5785739),(0.0371295,0.5827775),(0.03311438,0.5827775),(0.04115105,0.5827775),(0.04517369,0.5785739),(0.04517369,0.5827775),(0.029111,0.5701938),(0.02511186,0.5701938),(0.029111,0.5743737),(0.02511186,0.5743737),(0.02110944,0.5701938),(0.01709622,0.5701938),(0.02110944,0.5743737),(0.01709622,0.5743737),(0.02511186,0.5785739),(0.02110944,0.5785739),(0.01709622,0.5785739),(0.02110944,0.5827775),(0.01709622,0.5827775),(0.02511186,0.5827775),(0.029111,0.5785739),(0.029111,0.5827775),(0.01306469,0.5701938),(0.009019421,0.570187),(0.01306469,0.5743737),(0.009019421,0.5743724),(0.004965,0.5701665),(0.000906,0.5701392),(0.004965,0.5743686),(0.000906,0.5743635),(0.009019421,0.5785757),(0.004965,0.5785809),(0.000906,0.5785878),(0.004965,0.5827879),(0.000906,0.582812),(0.009019421,0.5827801),(0.01306469,0.5785739),(0.01306469,0.5827775),(0.9951518,0.5869741),(0.999094,0.586981),(0.9912093,0.586969),(0.9912093,0.5911466),(0.9951518,0.5911481),(0.999094,0.59115),(0.9872664,0.5869672),(0.983323,0.5869672),(0.983323,0.5911462),(0.9872664,0.5911462),(0.9912093,0.5953176),(0.9872664,0.5953174),(0.983323,0.5953174),(0.9872664,0.599484),(0.983323,0.599484),(0.9912093,0.5994842),(0.999094,0.595319),(0.9951518,0.5953182),(0.9951518,0.5994852),(0.999094,0.599488),(0.9793787,0.5869672),(0.9754275,0.5869672),(0.9793787,0.5911462),(0.9754274,0.5911462),(0.9714631,0.5869672),(0.9674796,0.5869672),(0.9674796,0.5911462),(0.9714631,0.5911462),(0.9714631,0.5953174),(0.9754274,0.5953174),(0.9674796,0.5953174),(0.9674796,0.599484),(0.9714631,0.599484),(0.9754274,0.599484),(0.9793787,0.5953174),(0.9793787,0.599484),(0.9634706,0.5869672),(0.9594426,0.5869672),(0.9594426,0.5911462),(0.9634707,0.5911462),(0.9554016,0.5869672),(0.9513539,0.5869672),(0.9513539,0.5911462),(0.9554016,0.5911462),(0.9554016,0.5953174),(0.9594426,0.5953174),(0.9513539,0.5953174),(0.9513539,0.599484),(0.9554016,0.599484),(0.9594425,0.599484),(0.9634707,0.5953174),(0.9634706,0.599484),(0.9473058,0.5869672),(0.9432498,0.5869672),(0.9432497,0.5911462),(0.9473058,0.5911462),(0.9391782,0.5869672),(0.9350839,0.5869672),(0.9350839,0.5911462),(0.9391783,0.5911462),(0.9391782,0.5953174),(0.9432497,0.5953174),(0.9350839,0.5953174),(0.9391783,0.599484),(0.9350839,0.599484),(0.9432497,0.599484),(0.9473058,0.5953174),(0.9473058,0.599484),(0.930959,0.5869672),(0.9268106,0.5869672),(0.9268106,0.5911462),(0.930959,0.5911462),(0.9226453,0.5869672),(0.9184701,0.5869672),(0.9226453,0.5911462),(0.9184701,0.5911462),(0.9268106,0.5953174),(0.9226453,0.5953174),(0.9184701,0.5953174),(0.9226453,0.599484),(0.9184701,0.599484),(0.9268106,0.599484),(0.930959,0.5953174),(0.930959,0.599484),(0.9142919,0.5869672),(0.910111,0.5869672),(0.9142919,0.5911462),(0.9101109,0.5911462),(0.9059278,0.5869672),(0.9017429,0.5869672),(0.9059278,0.5911462),(0.9017429,0.5911462),(0.910111,0.5953174),(0.9059278,0.5953174),(0.9017429,0.5953174),(0.9017428,0.599484),(0.9059278,0.599484),(0.9101109,0.599484),(0.9142919,0.5953174),(0.9142919,0.599484),(0.8975567,0.5869672),(0.8933688,0.5869672),(0.8933688,0.5911462),(0.8975567,0.5911462),(0.8891787,0.5869672),(0.8849859,0.5869672),(0.8849859,0.5911462),(0.8891788,0.5911462),(0.8891787,0.5953174),(0.8933688,0.5953174),(0.8849859,0.5953174),(0.8849859,0.599484),(0.8891788,0.599484),(0.8933688,0.599484),(0.8975567,0.5953174),(0.8975567,0.599484),(0.8807898,0.5869672),(0.8765806,0.5869672),(0.8765807,0.5911462),(0.8807898,0.5911462),(0.8723488,0.5869672),(0.8680845,0.5869672),(0.8680845,0.5911462),(0.8723488,0.5911462),(0.8723488,0.5953174),(0.8765806,0.5953174),(0.8680845,0.5953174),(0.8680845,0.599484),(0.8723488,0.599484),(0.8765806,0.599484),(0.8807898,0.5953174),(0.8807898,0.599484),(0.8637781,0.5869672),(0.8594491,0.5869672),(0.8594491,0.5911462),(0.8637781,0.5911462),(0.8551173,0.5869672),(0.8508024,0.5869672),(0.8508024,0.5911462),(0.8551173,0.5911462),(0.8551173,0.5953174),(0.8594491,0.5953174),(0.8508024,0.5953174),(0.8508024,0.599484),(0.8551173,0.599484),(0.859449,0.599484),(0.8637781,0.5953174),(0.8637781,0.599484),(0.846524,0.5869672),(0.8422731,0.5869672),(0.8422731,0.5911462),(0.846524,0.5911462),(0.8380403,0.5869672),(0.8338165,0.5869672),(0.8338165,0.5911462),(0.8380403,0.5911462),(0.8380403,0.5953174),(0.8422731,0.5953174),(0.8338165,0.5953174),(0.8338165,0.599484),(0.8380404,0.599484),(0.8422731,0.599484),(0.846524,0.5953174),(0.846524,0.599484),(0.8295926,0.5869672),(0.8253628,0.5869672),(0.8253628,0.5911462),(0.8295926,0.5911462),(0.8211217,0.5869672),(0.8168637,0.5869672),(0.8168637,0.5911462),(0.8211217,0.5911462),(0.8211217,0.5953174),(0.8253628,0.5953174),(0.8168637,0.5953174),(0.8168637,0.599484),(0.8211217,0.599484),(0.8253628,0.599484),(0.8295926,0.5953174),(0.8295926,0.599484),(0.8125832,0.5869672),(0.8082899,0.5869672),(0.8082899,0.5911462),(0.8125832,0.5911462),(0.8039935,0.5869672),(0.7997035,0.5869672),(0.7997035,0.5911462),(0.8039935,0.5911462),(0.8039935,0.5953174),(0.8082899,0.5953174),(0.7997035,0.5953174),(0.7997035,0.599484),(0.8039935,0.599484),(0.8082899,0.599484),(0.8125832,0.5953174),(0.8125832,0.599484),(0.7954297,0.5869672),(0.7911757,0.5869672),(0.7911757,0.5911462),(0.7954297,0.5911462),(0.7869452,0.5869672),(0.7827417,0.5869672),(0.7827417,0.5911462),(0.7869452,0.5911462),(0.7869452,0.5953174),(0.7911757,0.5953174),(0.7827417,0.5953174),(0.7827417,0.599484),(0.7869452,0.599484),(0.7911757,0.599484),(0.7954297,0.5953174),(0.7954297,0.599484),(0.7785689,0.5869672),(0.7744211,0.5869672),(0.7744212,0.5911462),(0.7785689,0.5911462),(0.7702925,0.5869672),(0.7661775,0.5869672),(0.7661775,0.5911462),(0.7702925,0.5911462),(0.7702925,0.5953174),(0.7744212,0.5953174),(0.7661775,0.5953174),(0.7661775,0.599484),(0.7702925,0.599484),(0.7744212,0.599484),(0.778569,0.5953174),(0.778569,0.599484),(0.7620703,0.5869672),(0.757961,0.5869672),(0.757961,0.5911462),(0.7620703,0.5911462),(0.7538399,0.5869672),(0.7496969,0.5869672),(0.7496969,0.5911462),(0.7538399,0.5911462),(0.7538399,0.5953174),(0.757961,0.5953174),(0.7496969,0.5953174),(0.7496969,0.599484),(0.7538399,0.599484),(0.757961,0.599484),(0.7620703,0.5953174),(0.7620703,0.599484),(0.7455223,0.5869672),(0.7413244,0.5869672),(0.7413245,0.5911462),(0.7455223,0.5911462),(0.7371117,0.5869672),(0.7328922,0.5869672),(0.7328923,0.5911462),(0.7371117,0.5911462),(0.7371117,0.5953174),(0.7413245,0.5953174),(0.7328922,0.5953174),(0.7328922,0.599484),(0.7371117,0.599484),(0.7413245,0.599484),(0.7455223,0.5953174),(0.7455223,0.599484),(0.7286744,0.5869672),(0.7244572,0.5869672),(0.7244572,0.5911462),(0.7286744,0.5911462),(0.7202395,0.5869672),(0.71602,0.5869672),(0.71602,0.5911462),(0.7202395,0.5911462),(0.7202395,0.5953174),(0.7244572,0.5953174),(0.71602,0.5953174),(0.71602,0.599484),(0.7202394,0.599484),(0.7244572,0.599484),(0.7286744,0.5953174),(0.7286744,0.599484),(0.7117977,0.5869672),(0.7075742,0.5869672),(0.7075742,0.5911462),(0.7117977,0.5911462),(0.7033514,0.5869672),(0.6991307,0.5869672),(0.6991307,0.5911462),(0.7033514,0.5911462),(0.7033514,0.5953174),(0.7075742,0.5953174),(0.6991307,0.5953174),(0.6991307,0.599484),(0.7033514,0.599484),(0.7075742,0.599484),(0.7117977,0.5953174),(0.7117977,0.599484),(0.6949139,0.5869672),(0.6906992,0.5869672),(0.6906992,0.5911462),(0.6949139,0.5911462),(0.6864849,0.5869672),(0.6822694,0.5869672),(0.6822693,0.5911462),(0.6864849,0.5911462),(0.6864849,0.5953174),(0.6906992,0.5953174),(0.6822694,0.5953174),(0.6822693,0.599484),(0.6864849,0.599484),(0.6906992,0.599484),(0.6949139,0.5953174),(0.6949139,0.599484),(0.6780508,0.5869672),(0.6738272,0.5869672),(0.6738272,0.5911462),(0.6780507,0.5911462),(0.6695971,0.5869672),(0.6653587,0.5869672),(0.6653587,0.5911462),(0.6695971,0.5911462),(0.6695971,0.5953174),(0.6738272,0.5953174),(0.6653587,0.5953174),(0.6653587,0.599484),(0.6695971,0.599484),(0.6738272,0.599484),(0.6780508,0.5953174),(0.6780507,0.599484),(0.6611102,0.5869672),(0.6568571,0.5869672),(0.6568571,0.5911462),(0.6611102,0.5911462),(0.6526053,0.5869672),(0.6483604,0.5869672),(0.6483604,0.5911462),(0.6526054,0.5911462),(0.6526054,0.5953174),(0.6568571,0.5953174),(0.6483604,0.5953174),(0.6483604,0.599484),(0.6526053,0.599484),(0.6568571,0.599484),(0.6611102,0.5953174),(0.6611102,0.599484),(0.6441281,0.5869672),(0.6399043,0.5869672),(0.6399043,0.5911462),(0.6441281,0.5911462),(0.635685,0.5869672),(0.6314663,0.5869672),(0.6314663,0.5911462),(0.635685,0.5911462),(0.635685,0.5953174),(0.6399043,0.5953174),(0.6314663,0.5953174),(0.6314663,0.599484),(0.635685,0.599484),(0.6399043,0.599484),(0.6441281,0.5953174),(0.6441281,0.599484),(0.627244,0.5869672),(0.6230208,0.5869672),(0.6230209,0.5911462),(0.627244,0.5911462),(0.6187993,0.5869672),(0.6145822,0.5869672),(0.6145822,0.5911462),(0.6187993,0.5911462),(0.6187993,0.5953174),(0.6230208,0.5953174),(0.6145822,0.5953174),(0.6145822,0.599484),(0.6187993,0.599484),(0.6230209,0.599484),(0.627244,0.5953174),(0.627244,0.599484),(0.6103719,0.5869672),(0.6061606,0.5869672),(0.6061606,0.5911462),(0.6103719,0.5911462),(0.6019406,0.5869672),(0.5977041,0.5869672),(0.5977041,0.5911462),(0.6019406,0.5911462),(0.6019406,0.5953174),(0.6061606,0.5953174),(0.5977041,0.5953174),(0.5977041,0.599484),(0.6019406,0.599484),(0.6061606,0.599484),(0.6103719,0.5953174),(0.6103719,0.599484),(0.5934432,0.5869672),(0.589169,0.5869672),(0.589169,0.5911462),(0.5934432,0.5911462),(0.5848927,0.5869672),(0.5806257,0.5869672),(0.5806257,0.5911462),(0.5848927,0.5911462),(0.5848927,0.5953174),(0.589169,0.5953174),(0.5806257,0.5953174),(0.5806257,0.599484),(0.5848927,0.599484),(0.589169,0.599484),(0.5934432,0.5953174),(0.5934432,0.599484),(0.5763788,0.5869672),(0.572147,0.5869672),(0.572147,0.5911462),(0.5763788,0.5911462),(0.567925,0.5869672),(0.5637077,0.5869672),(0.5637077,0.5911462),(0.567925,0.5911462),(0.567925,0.5953174),(0.572147,0.5953174),(0.5637077,0.5953174),(0.5637077,0.599484),(0.567925,0.599484),(0.572147,0.599484),(0.5763788,0.5953174),(0.5763788,0.599484),(0.55949,0.5869672),(0.5552715,0.5869672),(0.5552715,0.5911462),(0.55949,0.5911462),(0.5510522,0.5869672),(0.5468317,0.5869672),(0.5468317,0.5911462),(0.5510522,0.5911462),(0.5510522,0.5953174),(0.5552715,0.5953174),(0.5468317,0.5953174),(0.5468317,0.599484),(0.5510522,0.599484),(0.5552715,0.599484),(0.55949,0.5953174),(0.55949,0.599484),(0.5426099,0.5869672),(0.5383899,0.5869672),(0.5383899,0.5911462),(0.5426099,0.5911462),(0.5341746,0.5869672),(0.5299669,0.5869672),(0.5299669,0.5911462),(0.5341746,0.5911462),(0.5341746,0.5953174),(0.5383899,0.5953174),(0.5299669,0.5953174),(0.529967,0.599484),(0.5341746,0.599484),(0.5383899,0.599484),(0.5426099,0.5953174),(0.5426099,0.599484),(0.52577,0.5869672),(0.5215818,0.5869672),(0.5215818,0.5911462),(0.52577,0.5911462),(0.5174,0.5869672),(0.5132228,0.5869672),(0.5132228,0.5911462),(0.5174,0.5911462),(0.5174,0.5953174),(0.5215818,0.5953174),(0.5132228,0.5953174),(0.5132228,0.599484),(0.5174,0.599484),(0.5215818,0.599484),(0.52577,0.5953174),(0.52577,0.599484),(0.5090478,0.5869672),(0.5048727,0.5869672),(0.5048727,0.5911462),(0.5090478,0.5911462),(0.5006949,0.5869672),(0.4965119,0.5869672),(0.4965119,0.5911462),(0.5006949,0.5911462),(0.5006949,0.5953174),(0.5048727,0.5953174),(0.4965119,0.5953174),(0.4965119,0.599484),(0.5006949,0.599484),(0.5048727,0.599484),(0.5090478,0.5953174),(0.5090478,0.599484),(0.4923214,0.5869672),(0.4881234,0.5869672),(0.4881234,0.5911462),(0.4923214,0.5911462),(0.4839184,0.5869672),(0.4797065,0.5869672),(0.4797065,0.5911462),(0.4839184,0.5911462),(0.4839184,0.5953174),(0.4881234,0.5953174),(0.4797065,0.5953174),(0.4797064,0.599484),(0.4839184,0.599484),(0.4881234,0.599484),(0.4923214,0.5953174),(0.4923214,0.599484),(0.4754879,0.5869672),(0.4712752,0.5869672),(0.4712752,0.5911462),(0.4754879,0.5911462),(0.4670808,0.5869672),(0.4629171,0.5869672),(0.4670808,0.5911462),(0.4629171,0.5911462),(0.4712752,0.5953174),(0.4670808,0.5953174),(0.4629171,0.5953174),(0.4670808,0.599484),(0.4629171,0.599484),(0.4712752,0.599484),(0.4754879,0.5953174),(0.4754879,0.599484),(0.4587967,0.5869672),(0.4547031,0.5869672),(0.4547031,0.5911462),(0.4587967,0.5911462),(0.4506197,0.5869672),(0.44653,0.5869672),(0.4506197,0.5911462),(0.44653,0.5911462),(0.4547031,0.5953174),(0.4506197,0.5953174),(0.44653,0.5953174),(0.4506197,0.599484),(0.44653,0.599484),(0.4547031,0.599484),(0.4587967,0.5953174),(0.4587967,0.599484),(0.4424174,0.5869672),(0.4382856,0.5869672),(0.4424174,0.5911462),(0.4382856,0.5911462),(0.4341379,0.5869672),(0.429978,0.5869672),(0.4341379,0.5911462),(0.429978,0.5911462),(0.4382856,0.5953174),(0.4341379,0.5953174),(0.429978,0.5953174),(0.4341379,0.599484),(0.429978,0.599484),(0.4382856,0.599484),(0.4424174,0.5953174),(0.4424174,0.599484),(0.4258092,0.5869672),(0.4216311,0.5869672),(0.4258092,0.5911462),(0.4216312,0.5911462),(0.4174434,0.5869672),(0.4132456,0.5869672),(0.4174434,0.5911462),(0.4132456,0.5911462),(0.4216312,0.5953174),(0.4174434,0.5953174),(0.4132456,0.5953174),(0.4174434,0.599484),(0.4132456,0.599484),(0.4216312,0.599484),(0.4258092,0.5953174),(0.4258092,0.599484),(0.4090372,0.5869672),(0.4048201,0.5869672),(0.4090372,0.5911462),(0.4048201,0.5911462),(0.4005963,0.5869672),(0.3963675,0.5869672),(0.4005963,0.5911462),(0.3963675,0.5911462),(0.4048201,0.5953174),(0.4005963,0.5953174),(0.3963675,0.5953174),(0.4005963,0.599484),(0.3963675,0.599484),(0.4048201,0.599484),(0.4090372,0.5953174),(0.4090372,0.599484),(0.3921357,0.5869672),(0.3879012,0.5869672),(0.3921357,0.5911462),(0.3879012,0.5911462),(0.3836642,0.5869672),(0.3794248,0.5869672),(0.3836642,0.5911462),(0.3794249,0.5911462),(0.3879012,0.5953174),(0.3836642,0.5953174),(0.3794248,0.5953174),(0.3836642,0.599484),(0.3794248,0.599484),(0.3879012,0.599484),(0.3921357,0.5953174),(0.3921357,0.599484),(0.3751834,0.5869672),(0.3709441,0.5869672),(0.3751834,0.5911462),(0.3709441,0.5911462),(0.3667112,0.5869672),(0.3624887,0.5869672),(0.3667112,0.5911462),(0.3624887,0.5911462),(0.3709442,0.5953174),(0.3667112,0.5953174),(0.3624887,0.5953174),(0.3667112,0.599484),(0.3624887,0.599484),(0.3709441,0.599484),(0.3751834,0.5953174),(0.3751834,0.599484),(0.358281,0.5869672),(0.3540821,0.5869672),(0.358281,0.5911462),(0.3540821,0.5911462),(0.3498864,0.5869672),(0.3456882,0.5869672),(0.3498864,0.5911462),(0.3456882,0.5911462),(0.3540821,0.5953174),(0.3498864,0.5953174),(0.3456882,0.5953174),(0.3498864,0.599484),(0.3456882,0.599484),(0.3540821,0.599484),(0.3582809,0.5953174),(0.358281,0.599484),(0.3414817,0.5869672),(0.3372694,0.5869672),(0.3414817,0.5911462),(0.3372695,0.5911462),(0.3330541,0.5869672),(0.3288383,0.5869672),(0.3330541,0.5911462),(0.3288383,0.5911462),(0.3372695,0.5953174),(0.3330541,0.5953174),(0.3288383,0.5953174),(0.3330541,0.599484),(0.3288383,0.599484),(0.3372695,0.599484),(0.3414817,0.5953174),(0.3414817,0.599484),(0.3246247,0.5869672),(0.3204179,0.5869672),(0.3246247,0.5911462),(0.3204179,0.5911462),(0.3162228,0.5869672),(0.3120441,0.5869672),(0.3162228,0.5911462),(0.3120441,0.5911462),(0.3204179,0.5953174),(0.3162228,0.5953174),(0.3120441,0.5953174),(0.3162228,0.599484),(0.3120441,0.599484),(0.3204179,0.599484),(0.3246247,0.5953174),(0.3246247,0.599484),(0.3078868,0.5869672),(0.3037427,0.5869672),(0.3078868,0.5911462),(0.3037427,0.5911462),(0.2996041,0.5869672),(0.2954631,0.5869672),(0.2996041,0.5911462),(0.2954631,0.5911462),(0.3037428,0.5953174),(0.2996041,0.5953174),(0.2954631,0.5953174),(0.2996041,0.599484),(0.2954631,0.599484),(0.3037427,0.599484),(0.3078868,0.5953174),(0.3078868,0.599484),(0.2913116,0.5869672),(0.2871543,0.5869672),(0.2913116,0.5911462),(0.2871543,0.5911462),(0.2829956,0.5869672),(0.2788399,0.5869672),(0.2829956,0.5911462),(0.2788399,0.5911462),(0.2871543,0.5953174),(0.2829956,0.5953174),(0.2788399,0.5953174),(0.2829956,0.599484),(0.2788399,0.599484),(0.2871543,0.599484),(0.2913116,0.5953174),(0.2913116,0.599484),(0.2746918,0.5869672),(0.2705556,0.5869672),(0.2746918,0.5911462),(0.2705556,0.5911462),(0.2664356,0.5869672),(0.262336,0.5869672),(0.2664356,0.5911462),(0.262336,0.5911462),(0.2705556,0.5953174),(0.2664356,0.5953174),(0.262336,0.5953174),(0.2664356,0.599484),(0.262336,0.599484),(0.2705556,0.599484),(0.2746918,0.5953174),(0.2746918,0.599484),(0.2582613,0.5869672),(0.254209,0.5869672),(0.2582613,0.5911462),(0.254209,0.5911462),(0.2501769,0.5869672),(0.2461624,0.5869672),(0.2501769,0.5911462),(0.2461624,0.5911462),(0.254209,0.5953174),(0.2501769,0.5953174),(0.2461624,0.5953174),(0.2501769,0.599484),(0.2461624,0.599484),(0.254209,0.599484),(0.2582613,0.5953174),(0.2582613,0.599484),(0.2421634,0.5869672),(0.238164,0.5869672),(0.2421634,0.5911462),(0.238164,0.5911462),(0.2341487,0.5869672),(0.2301017,0.5869672),(0.2341487,0.5911462),(0.2301017,0.5911462),(0.238164,0.5953174),(0.2341487,0.5953174),(0.2301017,0.5953174),(0.2341487,0.599484),(0.2301017,0.599484),(0.238164,0.599484),(0.2421634,0.5953174),(0.2421634,0.599484),(0.2260074,0.5869672),(0.2218787,0.5869672),(0.2260074,0.5911462),(0.2218787,0.5911462),(0.2177283,0.5869672),(0.2135691,0.5869672),(0.2177283,0.5911462),(0.2135692,0.5911462),(0.2218787,0.5953174),(0.2177283,0.5953174),(0.2135691,0.5953174),(0.2177283,0.599484),(0.2135692,0.599484),(0.2218787,0.599484),(0.2260074,0.5953174),(0.2260074,0.599484),(0.2094141,0.5869672),(0.2052627,0.5869672),(0.2094141,0.5911462),(0.2052627,0.5911462),(0.2011147,0.5869672),(0.1969699,0.5869672),(0.2011147,0.5911462),(0.1969699,0.5911462),(0.2052627,0.5953174),(0.2011147,0.5953174),(0.1969699,0.5953174),(0.2011147,0.599484),(0.1969699,0.599484),(0.2052627,0.599484),(0.2094141,0.5953174),(0.2094141,0.599484),(0.1928277,0.5869672),(0.1886888,0.5869672),(0.1928277,0.5911462),(0.1886888,0.5911462),(0.1845533,0.5869672),(0.1804218,0.5869672),(0.1845533,0.5911462),(0.1804218,0.5911462),(0.1886888,0.5953174),(0.1845533,0.5953174),(0.1804218,0.5953174),(0.1845533,0.599484),(0.1804218,0.599484),(0.1886888,0.599484),(0.1928277,0.5953174),(0.1928277,0.599484),(0.1762946,0.5869672),(0.1721701,0.5869672),(0.1762946,0.5911462),(0.1721701,0.5911462),(0.1680468,0.5869672),(0.163923,0.5869672),(0.1680468,0.5911462),(0.163923,0.5911462),(0.1721701,0.5953174),(0.1680468,0.5953174),(0.163923,0.5953174),(0.1680468,0.599484),(0.163923,0.599484),(0.1721701,0.599484),(0.1762946,0.5953174),(0.1762946,0.599484),(0.1597973,0.5869672),(0.1556691,0.5869672),(0.1597973,0.5911462),(0.1556691,0.5911462),(0.1515382,0.5869672),(0.1474041,0.5869672),(0.1474041,0.5911462),(0.1515382,0.5911462),(0.1515382,0.5953174),(0.1556691,0.5953174),(0.1474041,0.5953174),(0.1474041,0.599484),(0.1515382,0.599484),(0.1556691,0.599484),(0.1597973,0.5953174),(0.1597973,0.599484),(0.1432664,0.5869672),(0.1391259,0.5869672),(0.1391259,0.5911462),(0.1432664,0.5911462),(0.134983,0.5869672),(0.1308385,0.5869672),(0.1308385,0.5911462),(0.134983,0.5911462),(0.134983,0.5953174),(0.1391259,0.5953174),(0.1308385,0.5953174),(0.1308385,0.599484),(0.134983,0.599484),(0.1391259,0.599484),(0.1432664,0.5953174),(0.1432664,0.599484),(0.126693,0.5869672),(0.12255,0.5869672),(0.12255,0.5911462),(0.126693,0.5911462),(0.1184131,0.5869672),(0.1142857,0.5869672),(0.1142857,0.5911462),(0.1184131,0.5911462),(0.1184131,0.5953174),(0.12255,0.5953174),(0.1142857,0.5953174),(0.1184131,0.599484),(0.1142857,0.599484),(0.12255,0.599484),(0.126693,0.5953174),(0.126693,0.599484),(0.1101713,0.5869672),(0.1060752,0.5869672),(0.1101713,0.5911462),(0.1060752,0.5911462),(0.1020023,0.5869672),(0.09795791,0.5869672),(0.1020023,0.5911462),(0.09795791,0.5911462),(0.1060752,0.5953174),(0.1020023,0.5953174),(0.09795791,0.5953174),(0.1020023,0.599484),(0.09795791,0.599484),(0.1060752,0.599484),(0.1101713,0.5953174),(0.1101713,0.599484),(0.09394707,0.5869672),(0.08994583,0.5869672),(0.09394707,0.5911462),(0.08994584,0.5911462),(0.08593026,0.5869672),(0.08187638,0.5869672),(0.08187637,0.5911462),(0.08593025,0.5911462),(0.08593026,0.5953174),(0.08994584,0.5953174),(0.08187638,0.5953174),(0.08187638,0.599484),(0.08593026,0.599484),(0.08994584,0.599484),(0.09394707,0.5953174),(0.09394707,0.599484),(0.07776025,0.5869672),(0.07361087,0.5869672),(0.07361087,0.5911462),(0.07776025,0.5911462),(0.06945725,0.5869672),(0.06532837,0.5869672),(0.06532837,0.5911462),(0.06945725,0.5911462),(0.06945725,0.5953174),(0.07361087,0.5953174),(0.06532837,0.5953174),(0.06532837,0.599484),(0.06945725,0.599484),(0.07361087,0.599484),(0.07776025,0.5953174),(0.07776025,0.599484),(0.06125325,0.5869672),(0.05721605,0.5869672),(0.05721604,0.5911462),(0.06125325,0.5911462),(0.05320094,0.5869672),(0.0491921,0.5869672),(0.04919209,0.5911462),(0.05320094,0.5911462),(0.05320094,0.5953174),(0.05721605,0.5953174),(0.0491921,0.5953174),(0.04919209,0.599484),(0.05320094,0.599484),(0.05721605,0.599484),(0.06125325,0.5953174),(0.06125325,0.599484),(0.04517369,0.5869672),(0.04115105,0.5869672),(0.04517369,0.5911462),(0.04115105,0.5911462),(0.0371295,0.5869672),(0.03311438,0.5869672),(0.0371295,0.5911462),(0.03311437,0.5911462),(0.04115105,0.5953174),(0.0371295,0.5953174),(0.03311438,0.5953174),(0.0371295,0.599484),(0.03311438,0.599484),(0.04115105,0.599484),(0.04517369,0.5953174),(0.04517369,0.599484),(0.029111,0.5869672),(0.02511186,0.5869672),(0.029111,0.5911462),(0.02511186,0.5911462),(0.02110944,0.5869672),(0.01709622,0.5869672),(0.02110944,0.5911462),(0.01709622,0.5911462),(0.02511186,0.5953174),(0.02110944,0.5953174),(0.01709622,0.5953174),(0.02110944,0.599484),(0.01709622,0.599484),(0.02511186,0.599484),(0.029111,0.5953174),(0.029111,0.599484),(0.01306469,0.5869672),(0.009019421,0.586969),(0.01306469,0.5911462),(0.009019421,0.5911466),(0.004965,0.5869741),(0.000906,0.586981),(0.000906,0.59115),(0.004965,0.5911481),(0.004965,0.5953182),(0.009019421,0.5953176),(0.000906,0.595319),(0.000906,0.599488),(0.004965,0.5994852),(0.009019421,0.5994842),(0.01306469,0.5953174),(0.01306469,0.599484),(0.999094,0.6036505),(0.9951518,0.6036497),(0.9912093,0.6036491),(0.9951518,0.6078159),(0.9912093,0.6078181),(0.999094,0.607813),(0.9872664,0.6036489),(0.983323,0.6036489),(0.9872664,0.6078188),(0.983323,0.6078188),(0.9912093,0.6119974),(0.9872664,0.6120005),(0.983323,0.6120005),(0.983323,0.6162003),(0.9872664,0.6162003),(0.9912093,0.6161957),(0.999094,0.6119755),(0.9951518,0.6119879),(0.9951518,0.6161816),(0.999094,0.616138),(0.9793787,0.6036489),(0.9754275,0.6036489),(0.9754274,0.6078188),(0.9793787,0.6078188),(0.9714631,0.6036489),(0.9674796,0.6036489),(0.9674796,0.6078188),(0.9714631,0.6078188),(0.9714631,0.6120005),(0.9754274,0.6120005),(0.9674796,0.6120005),(0.9674796,0.6162003),(0.9714631,0.6162003),(0.9754274,0.6162004),(0.9793787,0.6120005),(0.9793787,0.6162003),(0.9634706,0.6036489),(0.9594426,0.6036489),(0.9594426,0.6078188),(0.9634707,0.6078188),(0.9554016,0.6036489),(0.9513539,0.6036489),(0.9513539,0.6078188),(0.9554016,0.6078188),(0.9554016,0.6120005),(0.9594426,0.6120005),(0.9513539,0.6120005),(0.9554016,0.6162003),(0.9513539,0.6162003),(0.9594425,0.6162004),(0.9634707,0.6120005),(0.9634706,0.6162003),(0.9473058,0.6036489),(0.9432498,0.6036489),(0.9473058,0.6078188),(0.9432497,0.6078188),(0.9391782,0.6036489),(0.9350839,0.6036489),(0.9391783,0.6078188),(0.9350839,0.6078188),(0.9432497,0.6120005),(0.9391782,0.6120005),(0.9350839,0.6120005),(0.9391783,0.6162003),(0.9350839,0.6162003),(0.9432497,0.6162004),(0.9473058,0.6120005),(0.9473058,0.6162003),(0.930959,0.6036489),(0.9268106,0.6036489),(0.930959,0.6078188),(0.9268106,0.6078188),(0.9226453,0.6036489),(0.9184701,0.6036489),(0.9226453,0.6078188),(0.9184701,0.6078188),(0.9268106,0.6120005),(0.9226453,0.6120005),(0.9184701,0.6120005),(0.9226453,0.6162003),(0.9184701,0.6162003),(0.9268106,0.6162004),(0.930959,0.6120005),(0.930959,0.6162003),(0.9142919,0.6036489),(0.910111,0.6036489),(0.9101109,0.6078188),(0.9142919,0.6078188),(0.9059278,0.6036489),(0.9017429,0.6036489),(0.9017429,0.6078188),(0.9059278,0.6078188),(0.9059278,0.6120005),(0.910111,0.6120005),(0.9017429,0.6120005),(0.9017428,0.6162003),(0.9059278,0.6162003),(0.9101109,0.6162004),(0.9142919,0.6120005),(0.9142919,0.6162003),(0.8975567,0.6036489),(0.8933688,0.6036489),(0.8933688,0.6078188),(0.8975567,0.6078188),(0.8891787,0.6036489),(0.8849859,0.6036489),(0.8849859,0.6078188),(0.8891788,0.6078188),(0.8891787,0.6120005),(0.8933688,0.6120005),(0.8849859,0.6120005),(0.8849859,0.6162003),(0.8891788,0.6162003),(0.8933688,0.6162004),(0.8975567,0.6120005),(0.8975567,0.6162003),(0.8807898,0.6036489),(0.8765806,0.6036489),(0.8765807,0.6078188),(0.8807898,0.6078188),(0.8723488,0.6036489),(0.8680845,0.6036489),(0.8680845,0.6078188),(0.8723488,0.6078188),(0.8723488,0.6120005),(0.8765806,0.6120005),(0.8680845,0.6120005),(0.8680845,0.6162003),(0.8723488,0.6162003),(0.8765806,0.6162004),(0.8807898,0.6120005),(0.8807898,0.6162003),(0.8637781,0.6036489),(0.8594491,0.6036489),(0.8594491,0.6078188),(0.8637781,0.6078188),(0.8551173,0.6036489),(0.8508024,0.6036489),(0.8508024,0.6078188),(0.8551173,0.6078188),(0.8551173,0.6120005),(0.8594491,0.6120005),(0.8508024,0.6120005),(0.8508024,0.6162003),(0.8551173,0.6162003),(0.859449,0.6162004),(0.8637781,0.6120005),(0.8637781,0.6162003),(0.846524,0.6036489),(0.8422731,0.6036489),(0.8422731,0.6078188),(0.846524,0.6078188),(0.8380403,0.6036489),(0.8338165,0.6036489),(0.8338165,0.6078188),(0.8380403,0.6078188),(0.8380403,0.6120005),(0.8422731,0.6120005),(0.8338165,0.6120005),(0.8338165,0.6162003),(0.8380404,0.6162003),(0.8422731,0.6162004),(0.846524,0.6120005),(0.846524,0.6162003),(0.8295926,0.6036489),(0.8253628,0.6036489),(0.8253628,0.6078188),(0.8295926,0.6078188),(0.8211217,0.6036489),(0.8168637,0.6036489),(0.8168637,0.6078188),(0.8211217,0.6078188),(0.8211217,0.6120005),(0.8253628,0.6120005),(0.8168637,0.6120005),(0.8168637,0.6162003),(0.8211217,0.6162003),(0.8253628,0.6162004),(0.8295926,0.6120005),(0.8295926,0.6162003),(0.8125832,0.6036489),(0.8082899,0.6036489),(0.8082899,0.6078188),(0.8125832,0.6078188),(0.8039935,0.6036489),(0.7997035,0.6036489),(0.7997035,0.6078188),(0.8039935,0.6078188),(0.8039935,0.6120005),(0.8082899,0.6120005),(0.7997035,0.6120005),(0.7997035,0.6162003),(0.8039935,0.6162003),(0.8082899,0.6162004),(0.8125832,0.6120005),(0.8125832,0.6162003),(0.7954297,0.6036489),(0.7911757,0.6036489),(0.7911757,0.6078188),(0.7954297,0.6078188),(0.7869452,0.6036489),(0.7827417,0.6036489),(0.7827417,0.6078188),(0.7869452,0.6078188),(0.7869452,0.6120005),(0.7911757,0.6120005),(0.7827417,0.6120005),(0.7827417,0.6162003),(0.7869452,0.6162003),(0.7911757,0.6162004),(0.7954297,0.6120005),(0.7954297,0.6162003),(0.7785689,0.6036489),(0.7744211,0.6036489),(0.7744212,0.6078188),(0.7785689,0.6078188),(0.7702925,0.6036489),(0.7661775,0.6036489),(0.7661775,0.6078188),(0.7702925,0.6078188),(0.7702925,0.6120005),(0.7744212,0.6120005),(0.7661775,0.6120005),(0.7661775,0.6162003),(0.7702925,0.6162003),(0.7744212,0.6162004),(0.778569,0.6120005),(0.778569,0.6162003),(0.7620703,0.6036489),(0.757961,0.6036489),(0.757961,0.6078188),(0.7620703,0.6078188),(0.7538399,0.6036489),(0.7496969,0.6036489),(0.7496969,0.6078188),(0.7538399,0.6078188),(0.7538399,0.6120005),(0.757961,0.6120005),(0.7496969,0.6120005),(0.7496969,0.6162003),(0.7538399,0.6162003),(0.757961,0.6162004),(0.7620703,0.6120005),(0.7620703,0.6162003),(0.7455223,0.6036489),(0.7413244,0.6036489),(0.7413245,0.6078188),(0.7455223,0.6078188),(0.7371117,0.6036489),(0.7328922,0.6036489),(0.7328923,0.6078188),(0.7371117,0.6078188),(0.7371117,0.6120005),(0.7413245,0.6120005),(0.7328922,0.6120005),(0.7328922,0.6162003),(0.7371117,0.6162003),(0.7413245,0.6162004),(0.7455223,0.6120005),(0.7455223,0.6162003),(0.7286744,0.6036489),(0.7244572,0.6036489),(0.7244572,0.6078188),(0.7286744,0.6078188),(0.7202395,0.6036489),(0.71602,0.6036489),(0.71602,0.6078188),(0.7202395,0.6078188),(0.7202395,0.6120005),(0.7244572,0.6120005),(0.71602,0.6120005),(0.71602,0.6162003),(0.7202394,0.6162003),(0.7244572,0.6162004),(0.7286744,0.6120005),(0.7286744,0.6162003),(0.7117977,0.6036489),(0.7075742,0.6036489),(0.7075742,0.6078188),(0.7117977,0.6078188),(0.7033514,0.6036489),(0.6991307,0.6036489),(0.6991307,0.6078188),(0.7033514,0.6078188),(0.7033514,0.6120005),(0.7075742,0.6120005),(0.6991307,0.6120005),(0.6991307,0.6162003),(0.7033514,0.6162003),(0.7075742,0.6162004),(0.7117977,0.6120005),(0.7117977,0.6162003),(0.6949139,0.6036489),(0.6906992,0.6036489),(0.6906992,0.6078188),(0.6949139,0.6078188),(0.6864849,0.6036489),(0.6822694,0.6036489),(0.6822693,0.6078188),(0.6864849,0.6078188),(0.6864849,0.6120005),(0.6906992,0.6120005),(0.6822694,0.6120005),(0.6822693,0.6162003),(0.6864849,0.6162003),(0.6906992,0.6162004),(0.6949139,0.6120005),(0.6949139,0.6162003),(0.6780508,0.6036489),(0.6738272,0.6036489),(0.6738272,0.6078188),(0.6780507,0.6078188),(0.6695971,0.6036489),(0.6653587,0.6036489),(0.6653587,0.6078188),(0.6695971,0.6078188),(0.6695971,0.6120005),(0.6738272,0.6120005),(0.6653587,0.6120005),(0.6653587,0.6162003),(0.6695971,0.6162003),(0.6738272,0.6162004),(0.6780508,0.6120005),(0.6780507,0.6162003),(0.6611102,0.6036489),(0.6568571,0.6036489),(0.6568571,0.6078188),(0.6611102,0.6078188),(0.6526053,0.6036489),(0.6483604,0.6036489),(0.6483604,0.6078188),(0.6526054,0.6078188),(0.6526054,0.6120005),(0.6568571,0.6120005),(0.6483604,0.6120005),(0.6483604,0.6162003),(0.6526053,0.6162003),(0.6568571,0.6162004),(0.6611102,0.6120005),(0.6611102,0.6162003),(0.6441281,0.6036489),(0.6399043,0.6036489),(0.6399043,0.6078188),(0.6441281,0.6078188),(0.635685,0.6036489),(0.6314663,0.6036489),(0.6314663,0.6078188),(0.635685,0.6078188),(0.635685,0.6120005),(0.6399043,0.6120005),(0.6314663,0.6120005),(0.6314663,0.6162003),(0.635685,0.6162003),(0.6399043,0.6162004),(0.6441281,0.6120005),(0.6441281,0.6162003),(0.627244,0.6036489),(0.6230208,0.6036489),(0.6230209,0.6078188),(0.627244,0.6078188),(0.6187993,0.6036489),(0.6145822,0.6036489),(0.6145822,0.6078188),(0.6187993,0.6078188),(0.6187993,0.6120005),(0.6230208,0.6120005),(0.6145822,0.6120005),(0.6145822,0.6162003),(0.6187993,0.6162003),(0.6230209,0.6162004),(0.627244,0.6120005),(0.627244,0.6162003),(0.6103719,0.6036489),(0.6061606,0.6036489),(0.6061606,0.6078188),(0.6103719,0.6078188),(0.6019406,0.6036489),(0.5977041,0.6036489),(0.5977041,0.6078188),(0.6019406,0.6078188),(0.6019406,0.6120005),(0.6061606,0.6120005),(0.5977041,0.6120005),(0.5977041,0.6162003),(0.6019406,0.6162003),(0.6061606,0.6162004),(0.6103719,0.6120005),(0.6103719,0.6162003),(0.5934432,0.6036489),(0.589169,0.6036489),(0.589169,0.6078188),(0.5934432,0.6078188),(0.5848927,0.6036489),(0.5806257,0.6036489),(0.5806257,0.6078188),(0.5848927,0.6078188),(0.5848927,0.6120005),(0.589169,0.6120005),(0.5806257,0.6120005),(0.5806257,0.6162003),(0.5848927,0.6162003),(0.589169,0.6162004),(0.5934432,0.6120005),(0.5934432,0.6162003),(0.5763788,0.6036489),(0.572147,0.6036489),(0.572147,0.6078188),(0.5763788,0.6078188),(0.567925,0.6036489),(0.5637077,0.6036489),(0.5637077,0.6078188),(0.567925,0.6078188),(0.567925,0.6120005),(0.572147,0.6120005),(0.5637077,0.6120005),(0.5637077,0.6162003),(0.567925,0.6162003),(0.572147,0.6162004),(0.5763788,0.6120005),(0.5763788,0.6162003),(0.55949,0.6036489),(0.5552715,0.6036489),(0.5552715,0.6078188),(0.55949,0.6078188),(0.5510522,0.6036489),(0.5468317,0.6036489),(0.5468317,0.6078188),(0.5510522,0.6078188),(0.5510522,0.6120005),(0.5552715,0.6120005),(0.5468317,0.6120005),(0.5468317,0.6162003),(0.5510522,0.6162003),(0.5552715,0.6162004),(0.55949,0.6120005),(0.55949,0.6162003),(0.5426099,0.6036489),(0.5383899,0.6036489),(0.5383899,0.6078188),(0.5426099,0.6078188),(0.5341746,0.6036489),(0.5299669,0.6036489),(0.5299669,0.6078188),(0.5341746,0.6078188),(0.5341746,0.6120005),(0.5383899,0.6120005),(0.5299669,0.6120005),(0.529967,0.6162003),(0.5341746,0.6162003),(0.5383899,0.6162004),(0.5426099,0.6120005),(0.5426099,0.6162003),(0.52577,0.6036489),(0.5215818,0.6036489),(0.5215818,0.6078188),(0.52577,0.6078188),(0.5174,0.6036489),(0.5132228,0.6036489),(0.5132228,0.6078188),(0.5174,0.6078188),(0.5174,0.6120005),(0.5215818,0.6120005),(0.5132228,0.6120005),(0.5132228,0.6162003),(0.5174,0.6162003),(0.5215818,0.6162004),(0.52577,0.6120005),(0.52577,0.6162003),(0.5090478,0.6036489),(0.5048727,0.6036489),(0.5048727,0.6078188),(0.5090478,0.6078188),(0.5006949,0.6036489),(0.4965119,0.6036489),(0.4965119,0.6078188),(0.5006949,0.6078188),(0.5006949,0.6120005),(0.5048727,0.6120005),(0.4965119,0.6120005),(0.4965119,0.6162003),(0.5006949,0.6162003),(0.5048727,0.6162004),(0.5090478,0.6120005),(0.5090478,0.6162003),(0.4923214,0.6036489),(0.4881234,0.6036489),(0.4881234,0.6078188),(0.4923214,0.6078188),(0.4839184,0.6036489),(0.4797065,0.6036489),(0.4797065,0.6078188),(0.4839184,0.6078188),(0.4839184,0.6120005),(0.4881234,0.6120005),(0.4797065,0.6120005),(0.4839184,0.6162003),(0.4797064,0.6162003),(0.4881234,0.6162004),(0.4923214,0.6120005),(0.4923214,0.6162003),(0.4754879,0.6036489),(0.4712752,0.6036489),(0.4754879,0.6078188),(0.4712752,0.6078188),(0.4670808,0.6036489),(0.4629171,0.6036489),(0.4670808,0.6078188),(0.4629171,0.6078188),(0.4712752,0.6120005),(0.4670808,0.6120005),(0.4629171,0.6120005),(0.4670808,0.6162003),(0.4629171,0.6162003),(0.4712752,0.6162004),(0.4754879,0.6120005),(0.4754879,0.6162003),(0.4587967,0.6036489),(0.4547031,0.6036489),(0.4587967,0.6078188),(0.4547031,0.6078188),(0.4506197,0.6036489),(0.44653,0.6036489),(0.4506197,0.6078188),(0.44653,0.6078188),(0.4547031,0.6120005),(0.4506197,0.6120005),(0.44653,0.6120005),(0.4506197,0.6162003),(0.44653,0.6162003),(0.4547031,0.6162004),(0.4587967,0.6120005),(0.4587967,0.6162003),(0.4424174,0.6036489),(0.4382856,0.6036489),(0.4424174,0.6078188),(0.4382856,0.6078188),(0.4341379,0.6036489),(0.429978,0.6036489),(0.4341379,0.6078188),(0.429978,0.6078188),(0.4382856,0.6120005),(0.4341379,0.6120005),(0.429978,0.6120005),(0.4341379,0.6162003),(0.429978,0.6162003),(0.4382856,0.6162004),(0.4424174,0.6120005),(0.4424174,0.6162003),(0.4258092,0.6036489),(0.4216311,0.6036489),(0.4258092,0.6078188),(0.4216312,0.6078188),(0.4174434,0.6036489),(0.4132456,0.6036489),(0.4174434,0.6078188),(0.4132456,0.6078188),(0.4216312,0.6120005),(0.4174434,0.6120005),(0.4132456,0.6120005),(0.4174434,0.6162003),(0.4132456,0.6162003),(0.4216312,0.6162004),(0.4258092,0.6120005),(0.4258092,0.6162003),(0.4090372,0.6036489),(0.4048201,0.6036489),(0.4090372,0.6078188),(0.4048201,0.6078188),(0.4005963,0.6036489),(0.3963675,0.6036489),(0.4005963,0.6078188),(0.3963675,0.6078188),(0.4048201,0.6120005),(0.4005963,0.6120005),(0.3963675,0.6120005),(0.4005963,0.6162003),(0.3963675,0.6162003),(0.4048201,0.6162004),(0.4090372,0.6120005),(0.4090372,0.6162003),(0.3921357,0.6036489),(0.3879012,0.6036489),(0.3921357,0.6078188),(0.3879012,0.6078188),(0.3836642,0.6036489),(0.3794248,0.6036489),(0.3836642,0.6078188),(0.3794249,0.6078188),(0.3879012,0.6120005),(0.3836642,0.6120005),(0.3794248,0.6120005),(0.3836642,0.6162003),(0.3794248,0.6162003),(0.3879012,0.6162004),(0.3921357,0.6120005),(0.3921357,0.6162003),(0.3751834,0.6036489),(0.3709441,0.6036489),(0.3751834,0.6078188),(0.3709441,0.6078188),(0.3667112,0.6036489),(0.3624887,0.6036489),(0.3667112,0.6078188),(0.3624887,0.6078188),(0.3709442,0.6120005),(0.3667112,0.6120005),(0.3624887,0.6120005),(0.3667112,0.6162003),(0.3624887,0.6162003),(0.3709441,0.6162004),(0.3751834,0.6120005),(0.3751834,0.6162003),(0.358281,0.6036489),(0.3540821,0.6036489),(0.358281,0.6078188),(0.3540821,0.6078188),(0.3498864,0.6036489),(0.3456882,0.6036489),(0.3498864,0.6078188),(0.3456882,0.6078188),(0.3540821,0.6120005),(0.3498864,0.6120005),(0.3456882,0.6120005),(0.3498864,0.6162003),(0.3456882,0.6162003),(0.3540821,0.6162004),(0.3582809,0.6120005),(0.358281,0.6162003),(0.3414817,0.6036489),(0.3372694,0.6036489),(0.3414817,0.6078188),(0.3372695,0.6078188),(0.3330541,0.6036489),(0.3288383,0.6036489),(0.3330541,0.6078188),(0.3288383,0.6078188),(0.3372695,0.6120005),(0.3330541,0.6120005),(0.3288383,0.6120005),(0.3330541,0.6162003),(0.3288383,0.6162003),(0.3372695,0.6162004),(0.3414817,0.6120005),(0.3414817,0.6162003),(0.3246247,0.6036489),(0.3204179,0.6036489),(0.3246247,0.6078188),(0.3204179,0.6078188),(0.3162228,0.6036489),(0.3120441,0.6036489),(0.3162228,0.6078188),(0.3120441,0.6078188),(0.3204179,0.6120005),(0.3162228,0.6120005),(0.3120441,0.6120005),(0.3162228,0.6162003),(0.3120441,0.6162003),(0.3204179,0.6162004),(0.3246247,0.6120005),(0.3246247,0.6162003),(0.3078868,0.6036489),(0.3037427,0.6036489),(0.3078868,0.6078188),(0.3037427,0.6078188),(0.2996041,0.6036489),(0.2954631,0.6036489),(0.2996041,0.6078188),(0.2954631,0.6078188),(0.3037428,0.6120005),(0.2996041,0.6120005),(0.2954631,0.6120005),(0.2996041,0.6162003),(0.2954631,0.6162003),(0.3037427,0.6162004),(0.3078868,0.6120005),(0.3078868,0.6162003),(0.2913116,0.6036489),(0.2871543,0.6036489),(0.2913116,0.6078188),(0.2871543,0.6078188),(0.2829956,0.6036489),(0.2788399,0.6036489),(0.2829956,0.6078188),(0.2788399,0.6078188),(0.2871543,0.6120005),(0.2829956,0.6120005),(0.2788399,0.6120005),(0.2829956,0.6162003),(0.2788399,0.6162003),(0.2871543,0.6162004),(0.2913116,0.6120005),(0.2913116,0.6162003),(0.2746918,0.6036489),(0.2705556,0.6036489),(0.2746918,0.6078188),(0.2705556,0.6078188),(0.2664356,0.6036489),(0.262336,0.6036489),(0.2664356,0.6078188),(0.262336,0.6078188),(0.2705556,0.6120005),(0.2664356,0.6120005),(0.262336,0.6120005),(0.2664356,0.6162003),(0.262336,0.6162003),(0.2705556,0.6162004),(0.2746918,0.6120005),(0.2746918,0.6162003),(0.2582613,0.6036489),(0.254209,0.6036489),(0.2582613,0.6078188),(0.254209,0.6078188),(0.2501769,0.6036489),(0.2461624,0.6036489),(0.2501769,0.6078188),(0.2461624,0.6078188),(0.254209,0.6120005),(0.2501769,0.6120005),(0.2461624,0.6120005),(0.2501769,0.6162003),(0.2461624,0.6162003),(0.254209,0.6162004),(0.2582613,0.6120005),(0.2582613,0.6162003),(0.2421634,0.6036489),(0.238164,0.6036489),(0.2421634,0.6078188),(0.238164,0.6078188),(0.2341487,0.6036489),(0.2301017,0.6036489),(0.2341487,0.6078188),(0.2301017,0.6078188),(0.238164,0.6120005),(0.2341487,0.6120005),(0.2301017,0.6120005),(0.2341487,0.6162003),(0.2301017,0.6162003),(0.238164,0.6162004),(0.2421634,0.6120005),(0.2421634,0.6162003),(0.2260074,0.6036489),(0.2218787,0.6036489),(0.2260074,0.6078188),(0.2218787,0.6078188),(0.2177283,0.6036489),(0.2135691,0.6036489),(0.2177283,0.6078188),(0.2135692,0.6078188),(0.2218787,0.6120005),(0.2177283,0.6120005),(0.2135691,0.6120005),(0.2177283,0.6162003),(0.2135692,0.6162003),(0.2218787,0.6162004),(0.2260074,0.6120005),(0.2260074,0.6162003),(0.2094141,0.6036489),(0.2052627,0.6036489),(0.2094141,0.6078188),(0.2052627,0.6078188),(0.2011147,0.6036489),(0.1969699,0.6036489),(0.2011147,0.6078188),(0.1969699,0.6078188),(0.2052627,0.6120005),(0.2011147,0.6120005),(0.1969699,0.6120005),(0.2011147,0.6162003),(0.1969699,0.6162003),(0.2052627,0.6162004),(0.2094141,0.6120005),(0.2094141,0.6162003),(0.1928277,0.6036489),(0.1886888,0.6036489),(0.1928277,0.6078188),(0.1886888,0.6078188),(0.1845533,0.6036489),(0.1804218,0.6036489),(0.1845533,0.6078188),(0.1804218,0.6078188),(0.1886888,0.6120005),(0.1845533,0.6120005),(0.1804218,0.6120005),(0.1845533,0.6162003),(0.1804218,0.6162003),(0.1886888,0.6162004),(0.1928277,0.6120005),(0.1928277,0.6162003),(0.1762946,0.6036489),(0.1721701,0.6036489),(0.1762946,0.6078188),(0.1721701,0.6078188),(0.1680468,0.6036489),(0.163923,0.6036489),(0.1680468,0.6078188),(0.163923,0.6078188),(0.1721701,0.6120005),(0.1680468,0.6120005),(0.163923,0.6120005),(0.1680468,0.6162003),(0.163923,0.6162003),(0.1721701,0.6162004),(0.1762946,0.6120005),(0.1762946,0.6162003),(0.1597973,0.6036489),(0.1556691,0.6036489),(0.1556691,0.6078188),(0.1597973,0.6078188),(0.1515382,0.6036489),(0.1474041,0.6036489),(0.1474041,0.6078188),(0.1515382,0.6078188),(0.1515382,0.6120005),(0.1556691,0.6120005),(0.1474041,0.6120005),(0.1515382,0.6162003),(0.1474041,0.6162003),(0.1556691,0.6162004),(0.1597973,0.6120005),(0.1597973,0.6162003),(0.1432664,0.6036489),(0.1391259,0.6036489),(0.1391259,0.6078188),(0.1432664,0.6078188),(0.134983,0.6036489),(0.1308385,0.6036489),(0.134983,0.6078188),(0.1308385,0.6078188),(0.1391259,0.6120005),(0.134983,0.6120005),(0.1308385,0.6120005),(0.134983,0.6162003),(0.1308385,0.6162003),(0.1391259,0.6162004),(0.1432664,0.6120005),(0.1432664,0.6162003),(0.126693,0.6036489),(0.12255,0.6036489),(0.126693,0.6078188),(0.12255,0.6078188),(0.1184131,0.6036489),(0.1142857,0.6036489),(0.1184131,0.6078188),(0.1142857,0.6078188),(0.12255,0.6120005),(0.1184131,0.6120005),(0.1142857,0.6120005),(0.1184131,0.6162003),(0.1142857,0.6162003),(0.12255,0.6162004),(0.126693,0.6120005),(0.126693,0.6162003),(0.1101713,0.6036489),(0.1060752,0.6036489),(0.1101713,0.6078188),(0.1060752,0.6078188),(0.1020023,0.6036489),(0.09795791,0.6036489),(0.1020023,0.6078188),(0.09795791,0.6078188),(0.1060752,0.6120005),(0.1020023,0.6120005),(0.09795791,0.6120005),(0.1020023,0.6162003),(0.09795791,0.6162003),(0.1060752,0.6162004),(0.1101713,0.6120005),(0.1101713,0.6162003),(0.09394707,0.6036489),(0.08994583,0.6036489),(0.08994584,0.6078188),(0.09394707,0.6078188),(0.08593026,0.6036489),(0.08187638,0.6036489),(0.08593025,0.6078188),(0.08187637,0.6078188),(0.08994584,0.6120005),(0.08593026,0.6120005),(0.08187638,0.6120005),(0.08593026,0.6162003),(0.08187638,0.6162003),(0.08994584,0.6162004),(0.09394707,0.6120005),(0.09394707,0.6162003),(0.07776025,0.6036489),(0.07361087,0.6036489),(0.07776025,0.6078188),(0.07361087,0.6078188),(0.06945725,0.6036489),(0.06532837,0.6036489),(0.06945725,0.6078188),(0.06532837,0.6078188),(0.07361087,0.6120005),(0.06945725,0.6120005),(0.06532837,0.6120005),(0.06945725,0.6162003),(0.06532837,0.6162003),(0.07361087,0.6162004),(0.07776025,0.6120005),(0.07776025,0.6162003),(0.06125325,0.6036489),(0.05721605,0.6036489),(0.06125325,0.6078188),(0.05721604,0.6078188),(0.05320094,0.6036489),(0.0491921,0.6036489),(0.05320094,0.6078188),(0.04919209,0.6078188),(0.05721605,0.6120005),(0.05320094,0.6120005),(0.0491921,0.6120005),(0.05320094,0.6162003),(0.04919209,0.6162003),(0.05721605,0.6162004),(0.06125325,0.6120005),(0.06125325,0.6162003),(0.04517369,0.6036489),(0.04115105,0.6036489),(0.04115105,0.6078188),(0.04517369,0.6078188),(0.0371295,0.6036489),(0.03311438,0.6036489),(0.03311437,0.6078188),(0.0371295,0.6078188),(0.0371295,0.6120005),(0.04115105,0.6120005),(0.03311438,0.6120005),(0.03311438,0.6162003),(0.0371295,0.6162003),(0.04115105,0.6162004),(0.04517369,0.6120005),(0.04517369,0.6162003),(0.029111,0.6036489),(0.02511186,0.6036489),(0.02511186,0.6078188),(0.029111,0.6078188),(0.02110944,0.6036489),(0.01709622,0.6036489),(0.01709622,0.6078188),(0.02110944,0.6078188),(0.02110944,0.6120005),(0.02511186,0.6120005),(0.01709622,0.6120005),(0.01709622,0.6162003),(0.02110944,0.6162003),(0.02511186,0.6162004),(0.029111,0.6120005),(0.029111,0.6162003),(0.01306469,0.6036489),(0.009019421,0.6036491),(0.009019421,0.6078181),(0.01306469,0.6078188),(0.004965,0.6036497),(0.000906,0.6036505),(0.000906,0.607813),(0.004965,0.6078159),(0.004965,0.6119879),(0.009019421,0.6119974),(0.000906,0.6119755),(0.000906,0.616138),(0.004965,0.6161816),(0.009019421,0.6161957),(0.01306469,0.6120005),(0.01306469,0.6162003),(0.999094,0.6204002),(0.9951518,0.6204127),(0.9912093,0.6204221),(0.9951518,0.6246656),(0.9912093,0.6246679),(0.999094,0.6246625),(0.9872664,0.6204252),(0.983323,0.6204252),(0.983323,0.6246686),(0.9872664,0.6246686),(0.9872664,0.6289242),(0.9912093,0.6289243),(0.983323,0.6289242),(0.983323,0.6331856),(0.9872664,0.6331856),(0.9912093,0.6331857),(0.9951518,0.6289245),(0.999094,0.6289247),(0.9951518,0.633186),(0.999094,0.633187),(0.9793787,0.6204252),(0.9754275,0.6204252),(0.9754274,0.6246686),(0.9793787,0.6246686),(0.9714631,0.6204252),(0.9674796,0.6204252),(0.9674796,0.6246686),(0.9714631,0.6246686),(0.9714631,0.6289242),(0.9754274,0.6289242),(0.9674796,0.6289242),(0.9674796,0.6331856),(0.9714631,0.6331856),(0.9754274,0.6331856),(0.9793787,0.6289242),(0.9793787,0.6331856),(0.9634706,0.6204252),(0.9594426,0.6204252),(0.9594426,0.6246686),(0.9634707,0.6246686),(0.9554016,0.6204252),(0.9513539,0.6204252),(0.9554016,0.6246686),(0.9513539,0.6246686),(0.9594426,0.6289242),(0.9554016,0.6289242),(0.9513539,0.6289242),(0.9554016,0.6331856),(0.9513539,0.6331856),(0.9594425,0.6331856),(0.9634707,0.6289242),(0.9634706,0.6331856),(0.9473058,0.6204252),(0.9432498,0.6204252),(0.9473058,0.6246686),(0.9432497,0.6246686),(0.9391782,0.6204252),(0.9350839,0.6204252),(0.9391783,0.6246686),(0.9350839,0.6246686),(0.9432497,0.6289242),(0.9391782,0.6289242),(0.9350839,0.6289242),(0.9391783,0.6331856),(0.9350839,0.6331856),(0.9432497,0.6331856),(0.9473058,0.6289242),(0.9473058,0.6331856),(0.930959,0.6204252),(0.9268106,0.6204252),(0.930959,0.6246686),(0.9268106,0.6246686),(0.9226453,0.6204252),(0.9184701,0.6204252),(0.9226453,0.6246686),(0.9184701,0.6246686),(0.9268106,0.6289242),(0.9226453,0.6289242),(0.9184701,0.6289242),(0.9184701,0.6331856),(0.9226453,0.6331856),(0.9268106,0.6331856),(0.930959,0.6289242),(0.930959,0.6331856),(0.9142919,0.6204252),(0.910111,0.6204252),(0.9101109,0.6246686),(0.9142919,0.6246686),(0.9059278,0.6204252),(0.9017429,0.6204252),(0.9017429,0.6246686),(0.9059278,0.6246686),(0.9059278,0.6289242),(0.910111,0.6289242),(0.9017429,0.6289242),(0.9017428,0.6331856),(0.9059278,0.6331856),(0.9101109,0.6331856),(0.9142919,0.6289242),(0.9142919,0.6331856),(0.8975567,0.6204252),(0.8933688,0.6204252),(0.8933688,0.6246686),(0.8975567,0.6246686),(0.8891787,0.6204252),(0.8849859,0.6204252),(0.8849859,0.6246686),(0.8891788,0.6246686),(0.8891787,0.6289242),(0.8933688,0.6289242),(0.8849859,0.6289242),(0.8849859,0.6331856),(0.8891788,0.6331856),(0.8933688,0.6331856),(0.8975567,0.6289242),(0.8975567,0.6331856),(0.8807898,0.6204252),(0.8765806,0.6204252),(0.8765807,0.6246686),(0.8807898,0.6246686),(0.8723488,0.6204252),(0.8680845,0.6204252),(0.8680845,0.6246686),(0.8723488,0.6246686),(0.8723488,0.6289242),(0.8765806,0.6289242),(0.8680845,0.6289242),(0.8680845,0.6331856),(0.8723488,0.6331856),(0.8765806,0.6331856),(0.8807898,0.6289242),(0.8807898,0.6331856),(0.8637781,0.6204252),(0.8594491,0.6204252),(0.8594491,0.6246686),(0.8637781,0.6246686),(0.8551173,0.6204252),(0.8508024,0.6204252),(0.8508024,0.6246686),(0.8551173,0.6246686),(0.8551173,0.6289242),(0.8594491,0.6289242),(0.8508024,0.6289242),(0.8508024,0.6331856),(0.8551173,0.6331856),(0.859449,0.6331856),(0.8637781,0.6289242),(0.8637781,0.6331856),(0.846524,0.6204252),(0.8422731,0.6204252),(0.8422731,0.6246686),(0.846524,0.6246686),(0.8380403,0.6204252),(0.8338165,0.6204252),(0.8338165,0.6246686),(0.8380403,0.6246686),(0.8380403,0.6289242),(0.8422731,0.6289242),(0.8338165,0.6289242),(0.8380404,0.6331856),(0.8338165,0.6331856),(0.8422731,0.6331856),(0.846524,0.6289242),(0.846524,0.6331856),(0.8295926,0.6204252),(0.8253628,0.6204252),(0.8253628,0.6246686),(0.8295926,0.6246686),(0.8211217,0.6204252),(0.8168637,0.6204252),(0.8168637,0.6246686),(0.8211217,0.6246686),(0.8211217,0.6289242),(0.8253628,0.6289242),(0.8168637,0.6289242),(0.8168637,0.6331856),(0.8211217,0.6331856),(0.8253628,0.6331856),(0.8295926,0.6289242),(0.8295926,0.6331856),(0.8125832,0.6204252),(0.8082899,0.6204252),(0.8082899,0.6246686),(0.8125832,0.6246686),(0.8039935,0.6204252),(0.7997035,0.6204252),(0.7997035,0.6246686),(0.8039935,0.6246686),(0.8039935,0.6289242),(0.8082899,0.6289242),(0.7997035,0.6289242),(0.7997035,0.6331856),(0.8039935,0.6331856),(0.8082899,0.6331856),(0.8125832,0.6289242),(0.8125832,0.6331856),(0.7954297,0.6204252),(0.7911757,0.6204252),(0.7911757,0.6246686),(0.7954297,0.6246686),(0.7869452,0.6204252),(0.7827417,0.6204252),(0.7827417,0.6246686),(0.7869452,0.6246686),(0.7869452,0.6289242),(0.7911757,0.6289242),(0.7827417,0.6289242),(0.7827417,0.6331856),(0.7869452,0.6331856),(0.7911757,0.6331856),(0.7954297,0.6289242),(0.7954297,0.6331856),(0.7785689,0.6204252),(0.7744211,0.6204252),(0.7744212,0.6246686),(0.7785689,0.6246686),(0.7702925,0.6204252),(0.7661775,0.6204252),(0.7661775,0.6246686),(0.7702925,0.6246686),(0.7702925,0.6289242),(0.7744212,0.6289242),(0.7661775,0.6289242),(0.7661775,0.6331856),(0.7702925,0.6331856),(0.7744212,0.6331856),(0.778569,0.6289242),(0.778569,0.6331856),(0.7620703,0.6204252),(0.757961,0.6204252),(0.757961,0.6246686),(0.7620703,0.6246686),(0.7538399,0.6204252),(0.7496969,0.6204252),(0.7496969,0.6246686),(0.7538399,0.6246686),(0.7538399,0.6289242),(0.757961,0.6289242),(0.7496969,0.6289242),(0.7496969,0.6331856),(0.7538399,0.6331856),(0.757961,0.6331856),(0.7620703,0.6289242),(0.7620703,0.6331856),(0.7455223,0.6204252),(0.7413244,0.6204252),(0.7413245,0.6246686),(0.7455223,0.6246686),(0.7371117,0.6204252),(0.7328922,0.6204252),(0.7328923,0.6246686),(0.7371117,0.6246686),(0.7371117,0.6289242),(0.7413245,0.6289242),(0.7328922,0.6289242),(0.7328922,0.6331856),(0.7371117,0.6331856),(0.7413245,0.6331856),(0.7455223,0.6289242),(0.7455223,0.6331856),(0.7286744,0.6204252),(0.7244572,0.6204252),(0.7244572,0.6246686),(0.7286744,0.6246686),(0.7202395,0.6204252),(0.71602,0.6204252),(0.71602,0.6246686),(0.7202395,0.6246686),(0.7202395,0.6289242),(0.7244572,0.6289242),(0.71602,0.6289242),(0.71602,0.6331856),(0.7202394,0.6331856),(0.7244572,0.6331856),(0.7286744,0.6289242),(0.7286744,0.6331856),(0.7117977,0.6204252),(0.7075742,0.6204252),(0.7075742,0.6246686),(0.7117977,0.6246686),(0.7033514,0.6204252),(0.6991307,0.6204252),(0.6991307,0.6246686),(0.7033514,0.6246686),(0.7033514,0.6289242),(0.7075742,0.6289242),(0.6991307,0.6289242),(0.6991307,0.6331856),(0.7033514,0.6331856),(0.7075742,0.6331856),(0.7117977,0.6289242),(0.7117977,0.6331856),(0.6949139,0.6204252),(0.6906992,0.6204252),(0.6906992,0.6246686),(0.6949139,0.6246686),(0.6864849,0.6204252),(0.6822694,0.6204252),(0.6822693,0.6246686),(0.6864849,0.6246686),(0.6864849,0.6289242),(0.6906992,0.6289242),(0.6822694,0.6289242),(0.6822693,0.6331856),(0.6864849,0.6331856),(0.6906992,0.6331856),(0.6949139,0.6289242),(0.6949139,0.6331856),(0.6780508,0.6204252),(0.6738272,0.6204252),(0.6738272,0.6246686),(0.6780507,0.6246686),(0.6695971,0.6204252),(0.6653587,0.6204252),(0.6653587,0.6246686),(0.6695971,0.6246686),(0.6695971,0.6289242),(0.6738272,0.6289242),(0.6653587,0.6289242),(0.6653587,0.6331856),(0.6695971,0.6331856),(0.6738272,0.6331856),(0.6780508,0.6289242),(0.6780507,0.6331856),(0.6611102,0.6204252),(0.6568571,0.6204252),(0.6568571,0.6246686),(0.6611102,0.6246686),(0.6526053,0.6204252),(0.6483604,0.6204252),(0.6483604,0.6246686),(0.6526054,0.6246686),(0.6526054,0.6289242),(0.6568571,0.6289242),(0.6483604,0.6289242),(0.6483604,0.6331856),(0.6526053,0.6331856),(0.6568571,0.6331856),(0.6611102,0.6289242),(0.6611102,0.6331856),(0.6441281,0.6204252),(0.6399043,0.6204252),(0.6399043,0.6246686),(0.6441281,0.6246686),(0.635685,0.6204252),(0.6314663,0.6204252),(0.6314663,0.6246686),(0.635685,0.6246686),(0.635685,0.6289242),(0.6399043,0.6289242),(0.6314663,0.6289242),(0.6314663,0.6331856),(0.635685,0.6331856),(0.6399043,0.6331856),(0.6441281,0.6289242),(0.6441281,0.6331856),(0.627244,0.6204252),(0.6230208,0.6204252),(0.6230209,0.6246686),(0.627244,0.6246686),(0.6187993,0.6204252),(0.6145822,0.6204252),(0.6145822,0.6246686),(0.6187993,0.6246686),(0.6187993,0.6289242),(0.6230208,0.6289242),(0.6145822,0.6289242),(0.6145822,0.6331856),(0.6187993,0.6331856),(0.6230209,0.6331856),(0.627244,0.6289242),(0.627244,0.6331856),(0.6103719,0.6204252),(0.6061606,0.6204252),(0.6061606,0.6246686),(0.6103719,0.6246686),(0.6019406,0.6204252),(0.5977041,0.6204252),(0.5977041,0.6246686),(0.6019406,0.6246686),(0.6019406,0.6289242),(0.6061606,0.6289242),(0.5977041,0.6289242),(0.5977041,0.6331856),(0.6019406,0.6331856),(0.6061606,0.6331856),(0.6103719,0.6289242),(0.6103719,0.6331856),(0.5934432,0.6204252),(0.589169,0.6204252),(0.589169,0.6246686),(0.5934432,0.6246686),(0.5848927,0.6204252),(0.5806257,0.6204252),(0.5806257,0.6246686),(0.5848927,0.6246686),(0.5848927,0.6289242),(0.589169,0.6289242),(0.5806257,0.6289242),(0.5806257,0.6331856),(0.5848927,0.6331856),(0.589169,0.6331856),(0.5934432,0.6289242),(0.5934432,0.6331856),(0.5763788,0.6204252),(0.572147,0.6204252),(0.572147,0.6246686),(0.5763788,0.6246686),(0.567925,0.6204252),(0.5637077,0.6204252),(0.5637077,0.6246686),(0.567925,0.6246686),(0.567925,0.6289242),(0.572147,0.6289242),(0.5637077,0.6289242),(0.5637077,0.6331856),(0.567925,0.6331856),(0.572147,0.6331856),(0.5763788,0.6289242),(0.5763788,0.6331856),(0.55949,0.6204252),(0.5552715,0.6204252),(0.5552715,0.6246686),(0.55949,0.6246686),(0.5510522,0.6204252),(0.5468317,0.6204252),(0.5468317,0.6246686),(0.5510522,0.6246686),(0.5510522,0.6289242),(0.5552715,0.6289242),(0.5468317,0.6289242),(0.5468317,0.6331856),(0.5510522,0.6331856),(0.5552715,0.6331856),(0.55949,0.6289242),(0.55949,0.6331856),(0.5426099,0.6204252),(0.5383899,0.6204252),(0.5383899,0.6246686),(0.5426099,0.6246686),(0.5341746,0.6204252),(0.5299669,0.6204252),(0.5299669,0.6246686),(0.5341746,0.6246686),(0.5341746,0.6289242),(0.5383899,0.6289242),(0.5299669,0.6289242),(0.529967,0.6331856),(0.5341746,0.6331856),(0.5383899,0.6331856),(0.5426099,0.6289242),(0.5426099,0.6331856),(0.52577,0.6204252),(0.5215818,0.6204252),(0.5215818,0.6246686),(0.52577,0.6246686),(0.5174,0.6204252),(0.5132228,0.6204252),(0.5132228,0.6246686),(0.5174,0.6246686),(0.5174,0.6289242),(0.5215818,0.6289242),(0.5132228,0.6289242),(0.5132228,0.6331856),(0.5174,0.6331856),(0.5215818,0.6331856),(0.52577,0.6289242),(0.52577,0.6331856),(0.5090478,0.6204252),(0.5048727,0.6204252),(0.5048727,0.6246686),(0.5090478,0.6246686),(0.5006949,0.6204252),(0.4965119,0.6204252),(0.4965119,0.6246686),(0.5006949,0.6246686),(0.5006949,0.6289242),(0.5048727,0.6289242),(0.4965119,0.6289242),(0.4965119,0.6331856),(0.5006949,0.6331856),(0.5048727,0.6331856),(0.5090478,0.6289242),(0.5090478,0.6331856),(0.4923214,0.6204252),(0.4881234,0.6204252),(0.4881234,0.6246686),(0.4923214,0.6246686),(0.4839184,0.6204252),(0.4797065,0.6204252),(0.4797065,0.6246686),(0.4839184,0.6246686),(0.4839184,0.6289242),(0.4881234,0.6289242),(0.4797065,0.6289242),(0.4797064,0.6331856),(0.4839184,0.6331856),(0.4881234,0.6331856),(0.4923214,0.6289242),(0.4923214,0.6331856),(0.4754879,0.6204252),(0.4712752,0.6204252),(0.4754879,0.6246686),(0.4712752,0.6246686),(0.4670808,0.6204252),(0.4629171,0.6204252),(0.4670808,0.6246686),(0.4629171,0.6246686),(0.4712752,0.6289242),(0.4670808,0.6289242),(0.4629171,0.6289242),(0.4670808,0.6331856),(0.4629171,0.6331856),(0.4712752,0.6331856),(0.4754879,0.6289242),(0.4754879,0.6331856),(0.4587967,0.6204252),(0.4547031,0.6204252),(0.4587967,0.6246686),(0.4547031,0.6246686),(0.4506197,0.6204252),(0.44653,0.6204252),(0.4506197,0.6246686),(0.44653,0.6246686),(0.4547031,0.6289242),(0.4506197,0.6289242),(0.44653,0.6289242),(0.4506197,0.6331856),(0.44653,0.6331856),(0.4547031,0.6331856),(0.4587967,0.6289242),(0.4587967,0.6331856),(0.4424174,0.6204252),(0.4382856,0.6204252),(0.4424174,0.6246686),(0.4382856,0.6246686),(0.4341379,0.6204252),(0.429978,0.6204252),(0.4341379,0.6246686),(0.429978,0.6246686),(0.4382856,0.6289242),(0.4341379,0.6289242),(0.429978,0.6289242),(0.4341379,0.6331856),(0.429978,0.6331856),(0.4382856,0.6331856),(0.4424174,0.6289242),(0.4424174,0.6331856),(0.4258092,0.6204252),(0.4216311,0.6204252),(0.4258092,0.6246686),(0.4216312,0.6246686),(0.4174434,0.6204252),(0.4132456,0.6204252),(0.4174434,0.6246686),(0.4132456,0.6246686),(0.4216312,0.6289242),(0.4174434,0.6289242),(0.4132456,0.6289242),(0.4174434,0.6331856),(0.4132456,0.6331856),(0.4216312,0.6331856),(0.4258092,0.6289242),(0.4258092,0.6331856),(0.4090372,0.6204252),(0.4048201,0.6204252),(0.4090372,0.6246686),(0.4048201,0.6246686),(0.4005963,0.6204252),(0.3963675,0.6204252),(0.4005963,0.6246686),(0.3963675,0.6246686),(0.4048201,0.6289242),(0.4005963,0.6289242),(0.3963675,0.6289242),(0.4005963,0.6331856),(0.3963675,0.6331856),(0.4048201,0.6331856),(0.4090372,0.6289242),(0.4090372,0.6331856),(0.3921357,0.6204252),(0.3879012,0.6204252),(0.3921357,0.6246686),(0.3879012,0.6246686),(0.3836642,0.6204252),(0.3794248,0.6204252),(0.3836642,0.6246686),(0.3794249,0.6246686),(0.3879012,0.6289242),(0.3836642,0.6289242),(0.3794248,0.6289242),(0.3836642,0.6331856),(0.3794248,0.6331856),(0.3879012,0.6331856),(0.3921357,0.6289242),(0.3921357,0.6331856),(0.3751834,0.6204252),(0.3709441,0.6204252),(0.3751834,0.6246686),(0.3709441,0.6246686),(0.3667112,0.6204252),(0.3624887,0.6204252),(0.3667112,0.6246686),(0.3624887,0.6246686),(0.3709442,0.6289242),(0.3667112,0.6289242),(0.3624887,0.6289242),(0.3667112,0.6331856),(0.3624887,0.6331856),(0.3709441,0.6331856),(0.3751834,0.6289242),(0.3751834,0.6331856),(0.358281,0.6204252),(0.3540821,0.6204252),(0.358281,0.6246686),(0.3540821,0.6246686),(0.3498864,0.6204252),(0.3456882,0.6204252),(0.3498864,0.6246686),(0.3456882,0.6246686),(0.3540821,0.6289242),(0.3498864,0.6289242),(0.3456882,0.6289242),(0.3498864,0.6331856),(0.3456882,0.6331856),(0.3540821,0.6331856),(0.3582809,0.6289242),(0.358281,0.6331856),(0.3414817,0.6204252),(0.3372694,0.6204252),(0.3414817,0.6246686),(0.3372695,0.6246686),(0.3330541,0.6204252),(0.3288383,0.6204252),(0.3330541,0.6246686),(0.3288383,0.6246686),(0.3372695,0.6289242),(0.3330541,0.6289242),(0.3288383,0.6289242),(0.3330541,0.6331856),(0.3288383,0.6331856),(0.3372695,0.6331856),(0.3414817,0.6289242),(0.3414817,0.6331856),(0.3246247,0.6204252),(0.3204179,0.6204252),(0.3246247,0.6246686),(0.3204179,0.6246686),(0.3162228,0.6204252),(0.3120441,0.6204252),(0.3162228,0.6246686),(0.3120441,0.6246686),(0.3204179,0.6289242),(0.3162228,0.6289242),(0.3120441,0.6289242),(0.3162228,0.6331856),(0.3120441,0.6331856),(0.3204179,0.6331856),(0.3246247,0.6289242),(0.3246247,0.6331856),(0.3078868,0.6204252),(0.3037427,0.6204252),(0.3078868,0.6246686),(0.3037427,0.6246686),(0.2996041,0.6204252),(0.2954631,0.6204252),(0.2996041,0.6246686),(0.2954631,0.6246686),(0.3037428,0.6289242),(0.2996041,0.6289242),(0.2954631,0.6289242),(0.2996041,0.6331856),(0.2954631,0.6331856),(0.3037427,0.6331856),(0.3078868,0.6289242),(0.3078868,0.6331856),(0.2913116,0.6204252),(0.2871543,0.6204252),(0.2913116,0.6246686),(0.2871543,0.6246686),(0.2829956,0.6204252),(0.2788399,0.6204252),(0.2829956,0.6246686),(0.2788399,0.6246686),(0.2871543,0.6289242),(0.2829956,0.6289242),(0.2788399,0.6289242),(0.2829956,0.6331856),(0.2788399,0.6331856),(0.2871543,0.6331856),(0.2913116,0.6289242),(0.2913116,0.6331856),(0.2746918,0.6204252),(0.2705556,0.6204252),(0.2746918,0.6246686),(0.2705556,0.6246686),(0.2664356,0.6204252),(0.262336,0.6204252),(0.2664356,0.6246686),(0.262336,0.6246686),(0.2705556,0.6289242),(0.2664356,0.6289242),(0.262336,0.6289242),(0.2664356,0.6331856),(0.262336,0.6331856),(0.2705556,0.6331856),(0.2746918,0.6289242),(0.2746918,0.6331856),(0.2582613,0.6204252),(0.254209,0.6204252),(0.2582613,0.6246686),(0.254209,0.6246686),(0.2501769,0.6204252),(0.2461624,0.6204252),(0.2501769,0.6246686),(0.2461624,0.6246686),(0.254209,0.6289242),(0.2501769,0.6289242),(0.2461624,0.6289242),(0.2501769,0.6331856),(0.2461624,0.6331856),(0.254209,0.6331856),(0.2582613,0.6289242),(0.2582613,0.6331856),(0.2421634,0.6204252),(0.238164,0.6204252),(0.2421634,0.6246686),(0.238164,0.6246686),(0.2341487,0.6204252),(0.2301017,0.6204252),(0.2341487,0.6246686),(0.2301017,0.6246686),(0.238164,0.6289242),(0.2341487,0.6289242),(0.2301017,0.6289242),(0.2341487,0.6331856),(0.2301017,0.6331856),(0.238164,0.6331856),(0.2421634,0.6289242),(0.2421634,0.6331856),(0.2260074,0.6204252),(0.2218787,0.6204252),(0.2260074,0.6246686),(0.2218787,0.6246686),(0.2177283,0.6204252),(0.2135691,0.6204252),(0.2177283,0.6246686),(0.2135692,0.6246686),(0.2218787,0.6289242),(0.2177283,0.6289242),(0.2135691,0.6289242),(0.2177283,0.6331856),(0.2135692,0.6331856),(0.2218787,0.6331856),(0.2260074,0.6289242),(0.2260074,0.6331856),(0.2094141,0.6204252),(0.2052627,0.6204252),(0.2094141,0.6246686),(0.2052627,0.6246686),(0.2011147,0.6204252),(0.1969699,0.6204252),(0.2011147,0.6246686),(0.1969699,0.6246686),(0.2052627,0.6289242),(0.2011147,0.6289242),(0.1969699,0.6289242),(0.2011147,0.6331856),(0.1969699,0.6331856),(0.2052627,0.6331856),(0.2094141,0.6289242),(0.2094141,0.6331856),(0.1928277,0.6204252),(0.1886888,0.6204252),(0.1928277,0.6246686),(0.1886888,0.6246686),(0.1845533,0.6204252),(0.1804218,0.6204252),(0.1845533,0.6246686),(0.1804218,0.6246686),(0.1886888,0.6289242),(0.1845533,0.6289242),(0.1804218,0.6289242),(0.1845533,0.6331856),(0.1804218,0.6331856),(0.1886888,0.6331856),(0.1928277,0.6289242),(0.1928277,0.6331856),(0.1762946,0.6204252),(0.1721701,0.6204252),(0.1762946,0.6246686),(0.1721701,0.6246686),(0.1680468,0.6204252),(0.163923,0.6204252),(0.1680468,0.6246686),(0.163923,0.6246686),(0.1721701,0.6289242),(0.1680468,0.6289242),(0.163923,0.6289242),(0.1680468,0.6331856),(0.163923,0.6331856),(0.1721701,0.6331856),(0.1762946,0.6289242),(0.1762946,0.6331856),(0.1597973,0.6204252),(0.1556691,0.6204252),(0.1597973,0.6246686),(0.1556691,0.6246686),(0.1515382,0.6204252),(0.1474041,0.6204252),(0.1515382,0.6246686),(0.1474041,0.6246686),(0.1556691,0.6289242),(0.1515382,0.6289242),(0.1474041,0.6289242),(0.1515382,0.6331856),(0.1474041,0.6331856),(0.1556691,0.6331856),(0.1597973,0.6289242),(0.1597973,0.6331856),(0.1432664,0.6204252),(0.1391259,0.6204252),(0.1432664,0.6246686),(0.1391259,0.6246686),(0.134983,0.6204252),(0.1308385,0.6204252),(0.134983,0.6246686),(0.1308385,0.6246686),(0.1391259,0.6289242),(0.134983,0.6289242),(0.1308385,0.6289242),(0.134983,0.6331856),(0.1308385,0.6331856),(0.1391259,0.6331856),(0.1432664,0.6289242),(0.1432664,0.6331856),(0.126693,0.6204252),(0.12255,0.6204252),(0.126693,0.6246686),(0.12255,0.6246686),(0.1184131,0.6204252),(0.1142857,0.6204252),(0.1184131,0.6246686),(0.1142857,0.6246686),(0.12255,0.6289242),(0.1184131,0.6289242),(0.1142857,0.6289242),(0.1184131,0.6331856),(0.1142857,0.6331856),(0.12255,0.6331856),(0.126693,0.6289242),(0.126693,0.6331856),(0.1101713,0.6204252),(0.1060752,0.6204252),(0.1101713,0.6246686),(0.1060752,0.6246686),(0.1020023,0.6204252),(0.09795791,0.6204252),(0.1020023,0.6246686),(0.09795791,0.6246686),(0.1060752,0.6289242),(0.1020023,0.6289242),(0.09795791,0.6289242),(0.1020023,0.6331856),(0.09795791,0.6331856),(0.1060752,0.6331856),(0.1101713,0.6289242),(0.1101713,0.6331856),(0.09394707,0.6204252),(0.08994583,0.6204252),(0.09394707,0.6246686),(0.08994584,0.6246686),(0.08593026,0.6204252),(0.08187638,0.6204252),(0.08593025,0.6246686),(0.08187637,0.6246686),(0.08994584,0.6289242),(0.08593026,0.6289242),(0.08187638,0.6289242),(0.08593026,0.6331856),(0.08187638,0.6331856),(0.08994584,0.6331856),(0.09394707,0.6289242),(0.09394707,0.6331856),(0.07776025,0.6204252),(0.07361087,0.6204252),(0.07776025,0.6246686),(0.07361087,0.6246686),(0.06945725,0.6204252),(0.06532837,0.6204252),(0.06945725,0.6246686),(0.06532837,0.6246686),(0.07361087,0.6289242),(0.06945725,0.6289242),(0.06532837,0.6289242),(0.06945725,0.6331856),(0.06532837,0.6331856),(0.07361087,0.6331856),(0.07776025,0.6289242),(0.07776025,0.6331856),(0.06125325,0.6204252),(0.05721605,0.6204252),(0.06125325,0.6246686),(0.05721604,0.6246686),(0.05320094,0.6204252),(0.0491921,0.6204252),(0.05320094,0.6246686),(0.04919209,0.6246686),(0.05721605,0.6289242),(0.05320094,0.6289242),(0.0491921,0.6289242),(0.05320094,0.6331856),(0.04919209,0.6331856),(0.05721605,0.6331856),(0.06125325,0.6289242),(0.06125325,0.6331856),(0.04517369,0.6204252),(0.04115105,0.6204252),(0.04115105,0.6246686),(0.04517369,0.6246686),(0.0371295,0.6204252),(0.03311438,0.6204252),(0.03311437,0.6246686),(0.0371295,0.6246686),(0.0371295,0.6289242),(0.04115105,0.6289242),(0.03311438,0.6289242),(0.03311438,0.6331856),(0.0371295,0.6331856),(0.04115105,0.6331856),(0.04517369,0.6289242),(0.04517369,0.6331856),(0.029111,0.6204252),(0.02511186,0.6204252),(0.02511186,0.6246686),(0.029111,0.6246686),(0.02110944,0.6204252),(0.01709622,0.6204252),(0.01709622,0.6246686),(0.02110944,0.6246686),(0.02110944,0.6289242),(0.02511186,0.6289242),(0.01709622,0.6289242),(0.01709622,0.6331856),(0.02110944,0.6331856),(0.02511186,0.6331856),(0.029111,0.6289242),(0.029111,0.6331856),(0.01306469,0.6204252),(0.009019421,0.6204221),(0.009019421,0.6246679),(0.01306469,0.6246686),(0.004965,0.6204127),(0.000906,0.6204002),(0.000906,0.6246625),(0.004965,0.6246656),(0.004965,0.6289245),(0.009019421,0.6289243),(0.000906,0.6289247),(0.000906,0.633187),(0.004965,0.633186),(0.009019421,0.6331857),(0.01306469,0.6289242),(0.01306469,0.6331856),(0.9951518,0.6374467),(0.999094,0.637447),(0.9912093,0.6374465),(0.9912093,0.6417063),(0.9951518,0.6417066),(0.999094,0.641707),(0.9872664,0.6374464),(0.983323,0.6374464),(0.983323,0.6417062),(0.9872664,0.6417062),(0.9872664,0.6459646),(0.9912093,0.6459649),(0.983323,0.6459646),(0.9872664,0.6502209),(0.983323,0.6502209),(0.9912093,0.6502213),(0.9951518,0.6459658),(0.999094,0.645967),(0.9951518,0.6502228),(0.999094,0.650227),(0.9793787,0.6374464),(0.9754275,0.6374464),(0.9793787,0.6417062),(0.9754274,0.6417062),(0.9714631,0.6374464),(0.9674796,0.6374464),(0.9714631,0.6417062),(0.9674796,0.6417062),(0.9754274,0.6459646),(0.9714631,0.6459646),(0.9674796,0.6459646),(0.9714631,0.6502209),(0.9674796,0.6502209),(0.9754274,0.6502209),(0.9793787,0.6459646),(0.9793787,0.6502209),(0.9634706,0.6374464),(0.9594426,0.6374464),(0.9634707,0.6417062),(0.9594426,0.6417062),(0.9554016,0.6374464),(0.9513539,0.6374464),(0.9554016,0.6417062),(0.9513539,0.6417062),(0.9594426,0.6459646),(0.9554016,0.6459646),(0.9513539,0.6459646),(0.9554016,0.6502209),(0.9513539,0.6502209),(0.9594425,0.6502209),(0.9634707,0.6459646),(0.9634706,0.6502209),(0.9473058,0.6374464),(0.9432498,0.6374464),(0.9473058,0.6417062),(0.9432497,0.6417062),(0.9391782,0.6374464),(0.9350839,0.6374464),(0.9391783,0.6417062),(0.9350839,0.6417062),(0.9432497,0.6459646),(0.9391782,0.6459646),(0.9350839,0.6459646),(0.9391783,0.6502209),(0.9350839,0.6502209),(0.9432497,0.6502209),(0.9473058,0.6459646),(0.9473058,0.6502209),(0.930959,0.6374464),(0.9268106,0.6374464),(0.930959,0.6417062),(0.9268106,0.6417062),(0.9226453,0.6374464),(0.9184701,0.6374464),(0.9184701,0.6417062),(0.9226453,0.6417062),(0.9226453,0.6459646),(0.9268106,0.6459646),(0.9184701,0.6459646),(0.9184701,0.6502209),(0.9226453,0.6502209),(0.9268106,0.6502209),(0.930959,0.6459646),(0.930959,0.6502209),(0.9142919,0.6374464),(0.910111,0.6374464),(0.9101109,0.6417062),(0.9142919,0.6417062),(0.9059278,0.6374464),(0.9017429,0.6374464),(0.9017429,0.6417062),(0.9059278,0.6417062),(0.9059278,0.6459646),(0.910111,0.6459646),(0.9017429,0.6459646),(0.9017428,0.6502209),(0.9059278,0.6502209),(0.9101109,0.6502209),(0.9142919,0.6459646),(0.9142919,0.6502209),(0.8975567,0.6374464),(0.8933688,0.6374464),(0.8933688,0.6417062),(0.8975567,0.6417062),(0.8891787,0.6374464),(0.8849859,0.6374464),(0.8849859,0.6417062),(0.8891788,0.6417062),(0.8891787,0.6459646),(0.8933688,0.6459646),(0.8849859,0.6459646),(0.8849859,0.6502209),(0.8891788,0.6502209),(0.8933688,0.6502209),(0.8975567,0.6459646),(0.8975567,0.6502209),(0.8807898,0.6374464),(0.8765806,0.6374464),(0.8765807,0.6417062),(0.8807898,0.6417062),(0.8723488,0.6374464),(0.8680845,0.6374464),(0.8680845,0.6417062),(0.8723488,0.6417062),(0.8723488,0.6459646),(0.8765806,0.6459646),(0.8680845,0.6459646),(0.8680845,0.6502209),(0.8723488,0.6502209),(0.8765806,0.6502209),(0.8807898,0.6459646),(0.8807898,0.6502209),(0.8637781,0.6374464),(0.8594491,0.6374464),(0.8594491,0.6417062),(0.8637781,0.6417062),(0.8551173,0.6374464),(0.8508024,0.6374464),(0.8508024,0.6417062),(0.8551173,0.6417062),(0.8551173,0.6459646),(0.8594491,0.6459646),(0.8508024,0.6459646),(0.8508024,0.6502209),(0.8551173,0.6502209),(0.859449,0.6502209),(0.8637781,0.6459646),(0.8637781,0.6502209),(0.846524,0.6374464),(0.8422731,0.6374464),(0.8422731,0.6417062),(0.846524,0.6417062),(0.8380403,0.6374464),(0.8338165,0.6374464),(0.8380403,0.6417062),(0.8338165,0.6417062),(0.8380403,0.6459646),(0.8422731,0.6459646),(0.8338165,0.6459646),(0.8338165,0.6502209),(0.8380404,0.6502209),(0.8422731,0.6502209),(0.846524,0.6459646),(0.846524,0.6502209),(0.8295926,0.6374464),(0.8253628,0.6374464),(0.8253628,0.6417062),(0.8295926,0.6417062),(0.8211217,0.6374464),(0.8168637,0.6374464),(0.8168637,0.6417062),(0.8211217,0.6417062),(0.8211217,0.6459646),(0.8253628,0.6459646),(0.8168637,0.6459646),(0.8168637,0.6502209),(0.8211217,0.6502209),(0.8253628,0.6502209),(0.8295926,0.6459646),(0.8295926,0.6502209),(0.8125832,0.6374464),(0.8082899,0.6374464),(0.8082899,0.6417062),(0.8125832,0.6417062),(0.8039935,0.6374464),(0.7997035,0.6374464),(0.7997035,0.6417062),(0.8039935,0.6417062),(0.8039935,0.6459646),(0.8082899,0.6459646),(0.7997035,0.6459646),(0.7997035,0.6502209),(0.8039935,0.6502209),(0.8082899,0.6502209),(0.8125832,0.6459646),(0.8125832,0.6502209),(0.7954297,0.6374464),(0.7911757,0.6374464),(0.7911757,0.6417062),(0.7954297,0.6417062),(0.7869452,0.6374464),(0.7827417,0.6374464),(0.7827417,0.6417062),(0.7869452,0.6417062),(0.7869452,0.6459646),(0.7911757,0.6459646),(0.7827417,0.6459646),(0.7827417,0.6502209),(0.7869452,0.6502209),(0.7911757,0.6502209),(0.7954297,0.6459646),(0.7954297,0.6502209),(0.7785689,0.6374464),(0.7744211,0.6374464),(0.7744212,0.6417062),(0.7785689,0.6417062),(0.7702925,0.6374464),(0.7661775,0.6374464),(0.7661775,0.6417062),(0.7702925,0.6417062),(0.7702925,0.6459646),(0.7744212,0.6459646),(0.7661775,0.6459646),(0.7661775,0.6502209),(0.7702925,0.6502209),(0.7744212,0.6502209),(0.778569,0.6459646),(0.778569,0.6502209),(0.7620703,0.6374464),(0.757961,0.6374464),(0.757961,0.6417062),(0.7620703,0.6417062),(0.7538399,0.6374464),(0.7496969,0.6374464),(0.7496969,0.6417062),(0.7538399,0.6417062),(0.7538399,0.6459646),(0.757961,0.6459646),(0.7496969,0.6459646),(0.7496969,0.6502209),(0.7538399,0.6502209),(0.757961,0.6502209),(0.7620703,0.6459646),(0.7620703,0.6502209),(0.7455223,0.6374464),(0.7413244,0.6374464),(0.7413245,0.6417062),(0.7455223,0.6417062),(0.7371117,0.6374464),(0.7328922,0.6374464),(0.7328923,0.6417062),(0.7371117,0.6417062),(0.7371117,0.6459646),(0.7413245,0.6459646),(0.7328922,0.6459646),(0.7328922,0.6502209),(0.7371117,0.6502209),(0.7413245,0.6502209),(0.7455223,0.6459646),(0.7455223,0.6502209),(0.7286744,0.6374464),(0.7244572,0.6374464),(0.7244572,0.6417062),(0.7286744,0.6417062),(0.7202395,0.6374464),(0.71602,0.6374464),(0.71602,0.6417062),(0.7202395,0.6417062),(0.7202395,0.6459646),(0.7244572,0.6459646),(0.71602,0.6459646),(0.71602,0.6502209),(0.7202394,0.6502209),(0.7244572,0.6502209),(0.7286744,0.6459646),(0.7286744,0.6502209),(0.7117977,0.6374464),(0.7075742,0.6374464),(0.7075742,0.6417062),(0.7117977,0.6417062),(0.7033514,0.6374464),(0.6991307,0.6374464),(0.6991307,0.6417062),(0.7033514,0.6417062),(0.7033514,0.6459646),(0.7075742,0.6459646),(0.6991307,0.6459646),(0.6991307,0.6502209),(0.7033514,0.6502209),(0.7075742,0.6502209),(0.7117977,0.6459646),(0.7117977,0.6502209),(0.6949139,0.6374464),(0.6906992,0.6374464),(0.6906992,0.6417062),(0.6949139,0.6417062),(0.6864849,0.6374464),(0.6822694,0.6374464),(0.6822693,0.6417062),(0.6864849,0.6417062),(0.6864849,0.6459646),(0.6906992,0.6459646),(0.6822694,0.6459646),(0.6822693,0.6502209),(0.6864849,0.6502209),(0.6906992,0.6502209),(0.6949139,0.6459646),(0.6949139,0.6502209),(0.6780508,0.6374464),(0.6738272,0.6374464),(0.6738272,0.6417062),(0.6780507,0.6417062),(0.6695971,0.6374464),(0.6653587,0.6374464),(0.6653587,0.6417062),(0.6695971,0.6417062),(0.6695971,0.6459646),(0.6738272,0.6459646),(0.6653587,0.6459646),(0.6653587,0.6502209),(0.6695971,0.6502209),(0.6738272,0.6502209),(0.6780508,0.6459646),(0.6780507,0.6502209),(0.6611102,0.6374464),(0.6568571,0.6374464),(0.6568571,0.6417062),(0.6611102,0.6417062),(0.6526053,0.6374464),(0.6483604,0.6374464),(0.6483604,0.6417062),(0.6526054,0.6417062),(0.6526054,0.6459646),(0.6568571,0.6459646),(0.6483604,0.6459646),(0.6483604,0.6502209),(0.6526053,0.6502209),(0.6568571,0.6502209),(0.6611102,0.6459646),(0.6611102,0.6502209),(0.6441281,0.6374464),(0.6399043,0.6374464),(0.6399043,0.6417062),(0.6441281,0.6417062),(0.635685,0.6374464),(0.6314663,0.6374464),(0.6314663,0.6417062),(0.635685,0.6417062),(0.635685,0.6459646),(0.6399043,0.6459646),(0.6314663,0.6459646),(0.6314663,0.6502209),(0.635685,0.6502209),(0.6399043,0.6502209),(0.6441281,0.6459646),(0.6441281,0.6502209),(0.627244,0.6374464),(0.6230208,0.6374464),(0.6230209,0.6417062),(0.627244,0.6417062),(0.6187993,0.6374464),(0.6145822,0.6374464),(0.6145822,0.6417062),(0.6187993,0.6417062),(0.6187993,0.6459646),(0.6230208,0.6459646),(0.6145822,0.6459646),(0.6145822,0.6502209),(0.6187993,0.6502209),(0.6230209,0.6502209),(0.627244,0.6459646),(0.627244,0.6502209),(0.6103719,0.6374464),(0.6061606,0.6374464),(0.6061606,0.6417062),(0.6103719,0.6417062),(0.6019406,0.6374464),(0.5977041,0.6374464),(0.5977041,0.6417062),(0.6019406,0.6417062),(0.6019406,0.6459646),(0.6061606,0.6459646),(0.5977041,0.6459646),(0.5977041,0.6502209),(0.6019406,0.6502209),(0.6061606,0.6502209),(0.6103719,0.6459646),(0.6103719,0.6502209),(0.5934432,0.6374464),(0.589169,0.6374464),(0.589169,0.6417062),(0.5934432,0.6417062),(0.5848927,0.6374464),(0.5806257,0.6374464),(0.5806257,0.6417062),(0.5848927,0.6417062),(0.5848927,0.6459646),(0.589169,0.6459646),(0.5806257,0.6459646),(0.5806257,0.6502209),(0.5848927,0.6502209),(0.589169,0.6502209),(0.5934432,0.6459646),(0.5934432,0.6502209),(0.5763788,0.6374464),(0.572147,0.6374464),(0.572147,0.6417062),(0.5763788,0.6417062),(0.567925,0.6374464),(0.5637077,0.6374464),(0.5637077,0.6417062),(0.567925,0.6417062),(0.567925,0.6459646),(0.572147,0.6459646),(0.5637077,0.6459646),(0.5637077,0.6502209),(0.567925,0.6502209),(0.572147,0.6502209),(0.5763788,0.6459646),(0.5763788,0.6502209),(0.55949,0.6374464),(0.5552715,0.6374464),(0.5552715,0.6417062),(0.55949,0.6417062),(0.5510522,0.6374464),(0.5468317,0.6374464),(0.5468317,0.6417062),(0.5510522,0.6417062),(0.5510522,0.6459646),(0.5552715,0.6459646),(0.5468317,0.6459646),(0.5468317,0.6502209),(0.5510522,0.6502209),(0.5552715,0.6502209),(0.55949,0.6459646),(0.55949,0.6502209),(0.5426099,0.6374464),(0.5383899,0.6374464),(0.5383899,0.6417062),(0.5426099,0.6417062),(0.5341746,0.6374464),(0.5299669,0.6374464),(0.5299669,0.6417062),(0.5341746,0.6417062),(0.5341746,0.6459646),(0.5383899,0.6459646),(0.5299669,0.6459646),(0.529967,0.6502209),(0.5341746,0.6502209),(0.5383899,0.6502209),(0.5426099,0.6459646),(0.5426099,0.6502209),(0.52577,0.6374464),(0.5215818,0.6374464),(0.5215818,0.6417062),(0.52577,0.6417062),(0.5174,0.6374464),(0.5132228,0.6374464),(0.5132228,0.6417062),(0.5174,0.6417062),(0.5174,0.6459646),(0.5215818,0.6459646),(0.5132228,0.6459646),(0.5132228,0.6502209),(0.5174,0.6502209),(0.5215818,0.6502209),(0.52577,0.6459646),(0.52577,0.6502209),(0.5090478,0.6374464),(0.5048727,0.6374464),(0.5048727,0.6417062),(0.5090478,0.6417062),(0.5006949,0.6374464),(0.4965119,0.6374464),(0.4965119,0.6417062),(0.5006949,0.6417062),(0.5006949,0.6459646),(0.5048727,0.6459646),(0.4965119,0.6459646),(0.4965119,0.6502209),(0.5006949,0.6502209),(0.5048727,0.6502209),(0.5090478,0.6459646),(0.5090478,0.6502209),(0.4923214,0.6374464),(0.4881234,0.6374464),(0.4881234,0.6417062),(0.4923214,0.6417062),(0.4839184,0.6374464),(0.4797065,0.6374464),(0.4839184,0.6417062),(0.4797065,0.6417062),(0.4881234,0.6459646),(0.4839184,0.6459646),(0.4797065,0.6459646),(0.4839184,0.6502209),(0.4797064,0.6502209),(0.4881234,0.6502209),(0.4923214,0.6459646),(0.4923214,0.6502209),(0.4754879,0.6374464),(0.4712752,0.6374464),(0.4754879,0.6417062),(0.4712752,0.6417062),(0.4670808,0.6374464),(0.4629171,0.6374464),(0.4670808,0.6417062),(0.4629171,0.6417062),(0.4712752,0.6459646),(0.4670808,0.6459646),(0.4629171,0.6459646),(0.4670808,0.6502209),(0.4629171,0.6502209),(0.4712752,0.6502209),(0.4754879,0.6459646),(0.4754879,0.6502209),(0.4587967,0.6374464),(0.4547031,0.6374464),(0.4587967,0.6417062),(0.4547031,0.6417062),(0.4506197,0.6374464),(0.44653,0.6374464),(0.4506197,0.6417062),(0.44653,0.6417062),(0.4547031,0.6459646),(0.4506197,0.6459646),(0.44653,0.6459646),(0.4506197,0.6502209),(0.44653,0.6502209),(0.4547031,0.6502209),(0.4587967,0.6459646),(0.4587967,0.6502209),(0.4424174,0.6374464),(0.4382856,0.6374464),(0.4424174,0.6417062),(0.4382856,0.6417062),(0.4341379,0.6374464),(0.429978,0.6374464),(0.4341379,0.6417062),(0.429978,0.6417062),(0.4382856,0.6459646),(0.4341379,0.6459646),(0.429978,0.6459646),(0.429978,0.6502209),(0.4341379,0.6502209),(0.4382856,0.6502209),(0.4424174,0.6459646),(0.4424174,0.6502209),(0.4258092,0.6374464),(0.4216311,0.6374464),(0.4216312,0.6417062),(0.4258092,0.6417062),(0.4174434,0.6374464),(0.4132456,0.6374464),(0.4174434,0.6417062),(0.4132456,0.6417062),(0.4216312,0.6459646),(0.4174434,0.6459646),(0.4132456,0.6459646),(0.4174434,0.6502209),(0.4132456,0.6502209),(0.4216312,0.6502209),(0.4258092,0.6459646),(0.4258092,0.6502209),(0.4090372,0.6374464),(0.4048201,0.6374464),(0.4090372,0.6417062),(0.4048201,0.6417062),(0.4005963,0.6374464),(0.3963675,0.6374464),(0.4005963,0.6417062),(0.3963675,0.6417062),(0.4048201,0.6459646),(0.4005963,0.6459646),(0.3963675,0.6459646),(0.4005963,0.6502209),(0.3963675,0.6502209),(0.4048201,0.6502209),(0.4090372,0.6459646),(0.4090372,0.6502209),(0.3921357,0.6374464),(0.3879012,0.6374464),(0.3921357,0.6417062),(0.3879012,0.6417062),(0.3836642,0.6374464),(0.3794248,0.6374464),(0.3836642,0.6417062),(0.3794249,0.6417062),(0.3879012,0.6459646),(0.3836642,0.6459646),(0.3794248,0.6459646),(0.3836642,0.6502209),(0.3794248,0.6502209),(0.3879012,0.6502209),(0.3921357,0.6459646),(0.3921357,0.6502209),(0.3751834,0.6374464),(0.3709441,0.6374464),(0.3751834,0.6417062),(0.3709441,0.6417062),(0.3667112,0.6374464),(0.3624887,0.6374464),(0.3667112,0.6417062),(0.3624887,0.6417062),(0.3709442,0.6459646),(0.3667112,0.6459646),(0.3624887,0.6459646),(0.3667112,0.6502209),(0.3624887,0.6502209),(0.3709441,0.6502209),(0.3751834,0.6459646),(0.3751834,0.6502209),(0.358281,0.6374464),(0.3540821,0.6374464),(0.358281,0.6417062),(0.3540821,0.6417062),(0.3498864,0.6374464),(0.3456882,0.6374464),(0.3498864,0.6417062),(0.3456882,0.6417062),(0.3540821,0.6459646),(0.3498864,0.6459646),(0.3456882,0.6459646),(0.3498864,0.6502209),(0.3456882,0.6502209),(0.3540821,0.6502209),(0.3582809,0.6459646),(0.358281,0.6502209),(0.3414817,0.6374464),(0.3372694,0.6374464),(0.3414817,0.6417062),(0.3372695,0.6417062),(0.3330541,0.6374464),(0.3288383,0.6374464),(0.3330541,0.6417062),(0.3288383,0.6417062),(0.3372695,0.6459646),(0.3330541,0.6459646),(0.3288383,0.6459646),(0.3330541,0.6502209),(0.3288383,0.6502209),(0.3372695,0.6502209),(0.3414817,0.6459646),(0.3414817,0.6502209),(0.3246247,0.6374464),(0.3204179,0.6374464),(0.3246247,0.6417062),(0.3204179,0.6417062),(0.3162228,0.6374464),(0.3120441,0.6374464),(0.3162228,0.6417062),(0.3120441,0.6417062),(0.3204179,0.6459646),(0.3162228,0.6459646),(0.3120441,0.6459646),(0.3162228,0.6502209),(0.3120441,0.6502209),(0.3204179,0.6502209),(0.3246247,0.6459646),(0.3246247,0.6502209),(0.3078868,0.6374464),(0.3037427,0.6374464),(0.3078868,0.6417062),(0.3037427,0.6417062),(0.2996041,0.6374464),(0.2954631,0.6374464),(0.2996041,0.6417062),(0.2954631,0.6417062),(0.3037428,0.6459646),(0.2996041,0.6459646),(0.2954631,0.6459646),(0.2996041,0.6502209),(0.2954631,0.6502209),(0.3037427,0.6502209),(0.3078868,0.6459646),(0.3078868,0.6502209),(0.2913116,0.6374464),(0.2871543,0.6374464),(0.2913116,0.6417062),(0.2871543,0.6417062),(0.2829956,0.6374464),(0.2788399,0.6374464),(0.2829956,0.6417062),(0.2788399,0.6417062),(0.2871543,0.6459646),(0.2829956,0.6459646),(0.2788399,0.6459646),(0.2829956,0.6502209),(0.2788399,0.6502209),(0.2871543,0.6502209),(0.2913116,0.6459646),(0.2913116,0.6502209),(0.2746918,0.6374464),(0.2705556,0.6374464),(0.2746918,0.6417062),(0.2705556,0.6417062),(0.2664356,0.6374464),(0.262336,0.6374464),(0.2664356,0.6417062),(0.262336,0.6417062),(0.2705556,0.6459646),(0.2664356,0.6459646),(0.262336,0.6459646),(0.2664356,0.6502209),(0.262336,0.6502209),(0.2705556,0.6502209),(0.2746918,0.6459646),(0.2746918,0.6502209),(0.2582613,0.6374464),(0.254209,0.6374464),(0.2582613,0.6417062),(0.254209,0.6417062),(0.2501769,0.6374464),(0.2461624,0.6374464),(0.2501769,0.6417062),(0.2461624,0.6417062),(0.254209,0.6459646),(0.2501769,0.6459646),(0.2461624,0.6459646),(0.2501769,0.6502209),(0.2461624,0.6502209),(0.254209,0.6502209),(0.2582613,0.6459646),(0.2582613,0.6502209),(0.2421634,0.6374464),(0.238164,0.6374464),(0.2421634,0.6417062),(0.238164,0.6417062),(0.2341487,0.6374464),(0.2301017,0.6374464),(0.2341487,0.6417062),(0.2301017,0.6417062),(0.238164,0.6459646),(0.2341487,0.6459646),(0.2301017,0.6459646),(0.2341487,0.6502209),(0.2301017,0.6502209),(0.238164,0.6502209),(0.2421634,0.6459646),(0.2421634,0.6502209),(0.2260074,0.6374464),(0.2218787,0.6374464),(0.2260074,0.6417062),(0.2218787,0.6417062),(0.2177283,0.6374464),(0.2135691,0.6374464),(0.2177283,0.6417062),(0.2135692,0.6417062),(0.2218787,0.6459646),(0.2177283,0.6459646),(0.2135691,0.6459646),(0.2177283,0.6502209),(0.2135692,0.6502209),(0.2218787,0.6502209),(0.2260074,0.6459646),(0.2260074,0.6502209),(0.2094141,0.6374464),(0.2052627,0.6374464),(0.2094141,0.6417062),(0.2052627,0.6417062),(0.2011147,0.6374464),(0.1969699,0.6374464),(0.2011147,0.6417062),(0.1969699,0.6417062),(0.2052627,0.6459646),(0.2011147,0.6459646),(0.1969699,0.6459646),(0.2011147,0.6502209),(0.1969699,0.6502209),(0.2052627,0.6502209),(0.2094141,0.6459646),(0.2094141,0.6502209),(0.1928277,0.6374464),(0.1886888,0.6374464),(0.1928277,0.6417062),(0.1886888,0.6417062),(0.1845533,0.6374464),(0.1804218,0.6374464),(0.1845533,0.6417062),(0.1804218,0.6417062),(0.1886888,0.6459646),(0.1845533,0.6459646),(0.1804218,0.6459646),(0.1845533,0.6502209),(0.1804218,0.6502209),(0.1886888,0.6502209),(0.1928277,0.6459646),(0.1928277,0.6502209),(0.1762946,0.6374464),(0.1721701,0.6374464),(0.1762946,0.6417062),(0.1721701,0.6417062),(0.1680468,0.6374464),(0.163923,0.6374464),(0.1680468,0.6417062),(0.163923,0.6417062),(0.1721701,0.6459646),(0.1680468,0.6459646),(0.163923,0.6459646),(0.1680468,0.6502209),(0.163923,0.6502209),(0.1721701,0.6502209),(0.1762946,0.6459646),(0.1762946,0.6502209),(0.1597973,0.6374464),(0.1556691,0.6374464),(0.1597973,0.6417062),(0.1556691,0.6417062),(0.1515382,0.6374464),(0.1474041,0.6374464),(0.1515382,0.6417062),(0.1474041,0.6417062),(0.1556691,0.6459646),(0.1515382,0.6459646),(0.1474041,0.6459646),(0.1515382,0.6502209),(0.1474041,0.6502209),(0.1556691,0.6502209),(0.1597973,0.6459646),(0.1597973,0.6502209),(0.1432664,0.6374464),(0.1391259,0.6374464),(0.1432664,0.6417062),(0.1391259,0.6417062),(0.134983,0.6374464),(0.1308385,0.6374464),(0.1308385,0.6417062),(0.134983,0.6417062),(0.1391259,0.6459646),(0.134983,0.6459646),(0.1308385,0.6459646),(0.134983,0.6502209),(0.1308385,0.6502209),(0.1391259,0.6502209),(0.1432664,0.6459646),(0.1432664,0.6502209),(0.126693,0.6374464),(0.12255,0.6374464),(0.12255,0.6417062),(0.126693,0.6417062),(0.1184131,0.6374464),(0.1142857,0.6374464),(0.1142857,0.6417062),(0.1184131,0.6417062),(0.1184131,0.6459646),(0.12255,0.6459646),(0.1142857,0.6459646),(0.1142857,0.6502209),(0.1184131,0.6502209),(0.12255,0.6502209),(0.126693,0.6459646),(0.126693,0.6502209),(0.1101713,0.6374464),(0.1060752,0.6374464),(0.1101713,0.6417062),(0.1060752,0.6417062),(0.1020023,0.6374464),(0.09795791,0.6374464),(0.1020023,0.6417062),(0.09795791,0.6417062),(0.1060752,0.6459646),(0.1020023,0.6459646),(0.09795791,0.6459646),(0.1020023,0.6502209),(0.09795791,0.6502209),(0.1060752,0.6502209),(0.1101713,0.6459646),(0.1101713,0.6502209),(0.09394707,0.6374464),(0.08994583,0.6374464),(0.09394707,0.6417062),(0.08994584,0.6417062),(0.08593026,0.6374464),(0.08187638,0.6374464),(0.08593025,0.6417062),(0.08187637,0.6417062),(0.08994584,0.6459646),(0.08593026,0.6459646),(0.08187638,0.6459646),(0.08593026,0.6502209),(0.08187638,0.6502209),(0.08994584,0.6502209),(0.09394707,0.6459646),(0.09394707,0.6502209),(0.07776025,0.6374464),(0.07361087,0.6374464),(0.07776025,0.6417062),(0.07361087,0.6417062),(0.06945725,0.6374464),(0.06532837,0.6374464),(0.06945725,0.6417062),(0.06532837,0.6417062),(0.07361087,0.6459646),(0.06945725,0.6459646),(0.06532837,0.6459646),(0.06945725,0.6502209),(0.06532837,0.6502209),(0.07361087,0.6502209),(0.07776025,0.6459646),(0.07776025,0.6502209),(0.06125325,0.6374464),(0.05721605,0.6374464),(0.06125325,0.6417062),(0.05721604,0.6417062),(0.05320094,0.6374464),(0.0491921,0.6374464),(0.05320094,0.6417062),(0.04919209,0.6417062),(0.05721605,0.6459646),(0.05320094,0.6459646),(0.0491921,0.6459646),(0.05320094,0.6502209),(0.04919209,0.6502209),(0.05721605,0.6502209),(0.06125325,0.6459646),(0.06125325,0.6502209),(0.04517369,0.6374464),(0.04115105,0.6374464),(0.04115105,0.6417062),(0.04517369,0.6417062),(0.0371295,0.6374464),(0.03311438,0.6374464),(0.03311437,0.6417062),(0.0371295,0.6417062),(0.0371295,0.6459646),(0.04115105,0.6459646),(0.03311438,0.6459646),(0.03311438,0.6502209),(0.0371295,0.6502209),(0.04115105,0.6502209),(0.04517369,0.6459646),(0.04517369,0.6502209),(0.029111,0.6374464),(0.02511186,0.6374464),(0.02511186,0.6417062),(0.029111,0.6417062),(0.02110944,0.6374464),(0.01709622,0.6374464),(0.01709622,0.6417062),(0.02110944,0.6417062),(0.02110944,0.6459646),(0.02511186,0.6459646),(0.01709622,0.6459646),(0.01709622,0.6502209),(0.02110944,0.6502209),(0.02511186,0.6502209),(0.029111,0.6459646),(0.029111,0.6502209),(0.01306469,0.6374464),(0.009019421,0.6374465),(0.009019421,0.6417063),(0.01306469,0.6417062),(0.004965,0.6374467),(0.000906,0.637447),(0.000906,0.641707),(0.004965,0.6417066),(0.004965,0.6459658),(0.009019421,0.6459649),(0.000906,0.645967),(0.000906,0.650227),(0.004965,0.6502228),(0.009019421,0.6502213),(0.01306469,0.6459646),(0.01306469,0.6502209),(0.9951518,0.654476),(0.999094,0.6544772),(0.9912093,0.6544751),(0.9912093,0.6587218),(0.9951518,0.6587243),(0.999094,0.6587275),(0.9872664,0.6544749),(0.983323,0.6544749),(0.9872664,0.658721),(0.983323,0.658721),(0.9872664,0.6629542),(0.9912093,0.6629571),(0.983323,0.6629542),(0.983323,0.667169),(0.9872664,0.667169),(0.9912093,0.6671734),(0.9951518,0.662966),(0.999094,0.6629778),(0.9951518,0.6671867),(0.999094,0.667228),(0.9793787,0.6544749),(0.9754275,0.6544749),(0.9793787,0.658721),(0.9754274,0.658721),(0.9714631,0.6544749),(0.9674796,0.6544749),(0.9714631,0.658721),(0.9674796,0.658721),(0.9754274,0.6629542),(0.9714631,0.6629542),(0.9674796,0.6629542),(0.9714631,0.667169),(0.9674796,0.667169),(0.9754274,0.667169),(0.9793787,0.6629542),(0.9793787,0.667169),(0.9634706,0.6544749),(0.9594426,0.6544749),(0.9634707,0.658721),(0.9594426,0.658721),(0.9554016,0.6544749),(0.9513539,0.6544749),(0.9554016,0.658721),(0.9513539,0.658721),(0.9594426,0.6629542),(0.9554016,0.6629542),(0.9513539,0.6629542),(0.9554016,0.667169),(0.9513539,0.667169),(0.9594425,0.667169),(0.9634707,0.6629542),(0.9634706,0.667169),(0.9473058,0.6544749),(0.9432498,0.6544749),(0.9473058,0.658721),(0.9432497,0.658721),(0.9391782,0.6544749),(0.9350839,0.6544749),(0.9391783,0.658721),(0.9350839,0.658721),(0.9432497,0.6629542),(0.9391782,0.6629542),(0.9350839,0.6629542),(0.9391783,0.667169),(0.9350839,0.667169),(0.9432497,0.667169),(0.9473058,0.6629542),(0.9473058,0.667169),(0.930959,0.6544749),(0.9268106,0.6544749),(0.930959,0.658721),(0.9268106,0.658721),(0.9226453,0.6544749),(0.9184701,0.6544749),(0.9184701,0.658721),(0.9226453,0.658721),(0.9226453,0.6629542),(0.9268106,0.6629542),(0.9184701,0.6629542),(0.9184701,0.667169),(0.9226453,0.667169),(0.9268106,0.667169),(0.930959,0.6629542),(0.930959,0.667169),(0.9142919,0.6544749),(0.910111,0.6544749),(0.9101109,0.658721),(0.9142919,0.658721),(0.9059278,0.6544749),(0.9017429,0.6544749),(0.9017429,0.658721),(0.9059278,0.658721),(0.9059278,0.6629542),(0.910111,0.6629542),(0.9017429,0.6629542),(0.9017428,0.667169),(0.9059278,0.667169),(0.9101109,0.667169),(0.9142919,0.6629542),(0.9142919,0.667169),(0.8975567,0.6544749),(0.8933688,0.6544749),(0.8933688,0.658721),(0.8975567,0.658721),(0.8891787,0.6544749),(0.8849859,0.6544749),(0.8849859,0.658721),(0.8891788,0.658721),(0.8891787,0.6629542),(0.8933688,0.6629542),(0.8849859,0.6629542),(0.8849859,0.667169),(0.8891788,0.667169),(0.8933688,0.667169),(0.8975567,0.6629542),(0.8975567,0.667169),(0.8807898,0.6544749),(0.8765806,0.6544749),(0.8765807,0.658721),(0.8807898,0.658721),(0.8723488,0.6544749),(0.8680845,0.6544749),(0.8680845,0.658721),(0.8723488,0.658721),(0.8723488,0.6629542),(0.8765806,0.6629542),(0.8680845,0.6629542),(0.8680845,0.667169),(0.8723488,0.667169),(0.8765806,0.667169),(0.8807898,0.6629542),(0.8807898,0.667169),(0.8637781,0.6544749),(0.8594491,0.6544749),(0.8594491,0.658721),(0.8637781,0.658721),(0.8551173,0.6544749),(0.8508024,0.6544749),(0.8508024,0.658721),(0.8551173,0.658721),(0.8551173,0.6629542),(0.8594491,0.6629542),(0.8508024,0.6629542),(0.8508024,0.667169),(0.8551173,0.667169),(0.859449,0.667169),(0.8637781,0.6629542),(0.8637781,0.667169),(0.846524,0.6544749),(0.8422731,0.6544749),(0.8422731,0.658721),(0.846524,0.658721),(0.8380403,0.6544749),(0.8338165,0.6544749),(0.8338165,0.658721),(0.8380403,0.658721),(0.8380403,0.6629542),(0.8422731,0.6629542),(0.8338165,0.6629542),(0.8338165,0.667169),(0.8380404,0.667169),(0.8422731,0.667169),(0.846524,0.6629542),(0.846524,0.667169),(0.8295926,0.6544749),(0.8253628,0.6544749),(0.8253628,0.658721),(0.8295926,0.658721),(0.8211217,0.6544749),(0.8168637,0.6544749),(0.8168637,0.658721),(0.8211217,0.658721),(0.8211217,0.6629542),(0.8253628,0.6629542),(0.8168637,0.6629542),(0.8168637,0.667169),(0.8211217,0.667169),(0.8253628,0.667169),(0.8295926,0.6629542),(0.8295926,0.667169),(0.8125832,0.6544749),(0.8082899,0.6544749),(0.8082899,0.658721),(0.8125832,0.658721),(0.8039935,0.6544749),(0.7997035,0.6544749),(0.7997035,0.658721),(0.8039935,0.658721),(0.8039935,0.6629542),(0.8082899,0.6629542),(0.7997035,0.6629542),(0.7997035,0.667169),(0.8039935,0.667169),(0.8082899,0.667169),(0.8125832,0.6629542),(0.8125832,0.667169),(0.7954297,0.6544749),(0.7911757,0.6544749),(0.7911757,0.658721),(0.7954297,0.658721),(0.7869452,0.6544749),(0.7827417,0.6544749),(0.7827417,0.658721),(0.7869452,0.658721),(0.7869452,0.6629542),(0.7911757,0.6629542),(0.7827417,0.6629542),(0.7827417,0.667169),(0.7869452,0.667169),(0.7911757,0.667169),(0.7954297,0.6629542),(0.7954297,0.667169),(0.7785689,0.6544749),(0.7744211,0.6544749),(0.7744212,0.658721),(0.7785689,0.658721),(0.7702925,0.6544749),(0.7661775,0.6544749),(0.7661775,0.658721),(0.7702925,0.658721),(0.7702925,0.6629542),(0.7744212,0.6629542),(0.7661775,0.6629542),(0.7661775,0.667169),(0.7702925,0.667169),(0.7744212,0.667169),(0.778569,0.6629542),(0.778569,0.667169),(0.7620703,0.6544749),(0.757961,0.6544749),(0.757961,0.658721),(0.7620703,0.658721),(0.7538399,0.6544749),(0.7496969,0.6544749),(0.7496969,0.658721),(0.7538399,0.658721),(0.7538399,0.6629542),(0.757961,0.6629542),(0.7496969,0.6629542),(0.7496969,0.667169),(0.7538399,0.667169),(0.757961,0.667169),(0.7620703,0.6629542),(0.7620703,0.667169),(0.7455223,0.6544749),(0.7413244,0.6544749),(0.7413245,0.658721),(0.7455223,0.658721),(0.7371117,0.6544749),(0.7328922,0.6544749),(0.7328923,0.658721),(0.7371117,0.658721),(0.7371117,0.6629542),(0.7413245,0.6629542),(0.7328922,0.6629542),(0.7328922,0.667169),(0.7371117,0.667169),(0.7413245,0.667169),(0.7455223,0.6629542),(0.7455223,0.667169),(0.7286744,0.6544749),(0.7244572,0.6544749),(0.7244572,0.658721),(0.7286744,0.658721),(0.7202395,0.6544749),(0.71602,0.6544749),(0.71602,0.658721),(0.7202395,0.658721),(0.7202395,0.6629542),(0.7244572,0.6629542),(0.71602,0.6629542),(0.71602,0.667169),(0.7202394,0.667169),(0.7244572,0.667169),(0.7286744,0.6629542),(0.7286744,0.667169),(0.7117977,0.6544749),(0.7075742,0.6544749),(0.7075742,0.658721),(0.7117977,0.658721),(0.7033514,0.6544749),(0.6991307,0.6544749),(0.6991307,0.658721),(0.7033514,0.658721),(0.7033514,0.6629542),(0.7075742,0.6629542),(0.6991307,0.6629542),(0.6991307,0.667169),(0.7033514,0.667169),(0.7075742,0.667169),(0.7117977,0.6629542),(0.7117977,0.667169),(0.6949139,0.6544749),(0.6906992,0.6544749),(0.6906992,0.658721),(0.6949139,0.658721),(0.6864849,0.6544749),(0.6822694,0.6544749),(0.6822693,0.658721),(0.6864849,0.658721),(0.6864849,0.6629542),(0.6906992,0.6629542),(0.6822694,0.6629542),(0.6822693,0.667169),(0.6864849,0.667169),(0.6906992,0.667169),(0.6949139,0.6629542),(0.6949139,0.667169),(0.6780508,0.6544749),(0.6738272,0.6544749),(0.6738272,0.658721),(0.6780507,0.658721),(0.6695971,0.6544749),(0.6653587,0.6544749),(0.6653587,0.658721),(0.6695971,0.658721),(0.6695971,0.6629542),(0.6738272,0.6629542),(0.6653587,0.6629542),(0.6653587,0.667169),(0.6695971,0.667169),(0.6738272,0.667169),(0.6780508,0.6629542),(0.6780507,0.667169),(0.6611102,0.6544749),(0.6568571,0.6544749),(0.6568571,0.658721),(0.6611102,0.658721),(0.6526053,0.6544749),(0.6483604,0.6544749),(0.6483604,0.658721),(0.6526054,0.658721),(0.6526054,0.6629542),(0.6568571,0.6629542),(0.6483604,0.6629542),(0.6483604,0.667169),(0.6526053,0.667169),(0.6568571,0.667169),(0.6611102,0.6629542),(0.6611102,0.667169),(0.6441281,0.6544749),(0.6399043,0.6544749),(0.6399043,0.658721),(0.6441281,0.658721),(0.635685,0.6544749),(0.6314663,0.6544749),(0.6314663,0.658721),(0.635685,0.658721),(0.635685,0.6629542),(0.6399043,0.6629542),(0.6314663,0.6629542),(0.6314663,0.667169),(0.635685,0.667169),(0.6399043,0.667169),(0.6441281,0.6629542),(0.6441281,0.667169),(0.627244,0.6544749),(0.6230208,0.6544749),(0.6230209,0.658721),(0.627244,0.658721),(0.6187993,0.6544749),(0.6145822,0.6544749),(0.6145822,0.658721),(0.6187993,0.658721),(0.6187993,0.6629542),(0.6230208,0.6629542),(0.6145822,0.6629542),(0.6145822,0.667169),(0.6187993,0.667169),(0.6230209,0.667169),(0.627244,0.6629542),(0.627244,0.667169),(0.6103719,0.6544749),(0.6061606,0.6544749),(0.6061606,0.658721),(0.6103719,0.658721),(0.6019406,0.6544749),(0.5977041,0.6544749),(0.5977041,0.658721),(0.6019406,0.658721),(0.6019406,0.6629542),(0.6061606,0.6629542),(0.5977041,0.6629542),(0.5977041,0.667169),(0.6019406,0.667169),(0.6061606,0.667169),(0.6103719,0.6629542),(0.6103719,0.667169),(0.5934432,0.6544749),(0.589169,0.6544749),(0.589169,0.658721),(0.5934432,0.658721),(0.5848927,0.6544749),(0.5806257,0.6544749),(0.5806257,0.658721),(0.5848927,0.658721),(0.5848927,0.6629542),(0.589169,0.6629542),(0.5806257,0.6629542),(0.5806257,0.667169),(0.5848927,0.667169),(0.589169,0.667169),(0.5934432,0.6629542),(0.5934432,0.667169),(0.5763788,0.6544749),(0.572147,0.6544749),(0.572147,0.658721),(0.5763788,0.658721),(0.567925,0.6544749),(0.5637077,0.6544749),(0.5637077,0.658721),(0.567925,0.658721),(0.567925,0.6629542),(0.572147,0.6629542),(0.5637077,0.6629542),(0.5637077,0.667169),(0.567925,0.667169),(0.572147,0.667169),(0.5763788,0.6629542),(0.5763788,0.667169),(0.55949,0.6544749),(0.5552715,0.6544749),(0.5552715,0.658721),(0.55949,0.658721),(0.5510522,0.6544749),(0.5468317,0.6544749),(0.5468317,0.658721),(0.5510522,0.658721),(0.5510522,0.6629542),(0.5552715,0.6629542),(0.5468317,0.6629542),(0.5468317,0.667169),(0.5510522,0.667169),(0.5552715,0.667169),(0.55949,0.6629542),(0.55949,0.667169),(0.5426099,0.6544749),(0.5383899,0.6544749),(0.5383899,0.658721),(0.5426099,0.658721),(0.5341746,0.6544749),(0.5299669,0.6544749),(0.5299669,0.658721),(0.5341746,0.658721),(0.5341746,0.6629542),(0.5383899,0.6629542),(0.5299669,0.6629542),(0.529967,0.667169),(0.5341746,0.667169),(0.5383899,0.667169),(0.5426099,0.6629542),(0.5426099,0.667169),(0.52577,0.6544749),(0.5215818,0.6544749),(0.5215818,0.658721),(0.52577,0.658721),(0.5174,0.6544749),(0.5132228,0.6544749),(0.5132228,0.658721),(0.5174,0.658721),(0.5174,0.6629542),(0.5215818,0.6629542),(0.5132228,0.6629542),(0.5132228,0.667169),(0.5174,0.667169),(0.5215818,0.667169),(0.52577,0.6629542),(0.52577,0.667169),(0.5090478,0.6544749),(0.5048727,0.6544749),(0.5048727,0.658721),(0.5090478,0.658721),(0.5006949,0.6544749),(0.4965119,0.6544749),(0.4965119,0.658721),(0.5006949,0.658721),(0.5006949,0.6629542),(0.5048727,0.6629542),(0.4965119,0.6629542),(0.4965119,0.667169),(0.5006949,0.667169),(0.5048727,0.667169),(0.5090478,0.6629542),(0.5090478,0.667169),(0.4923214,0.6544749),(0.4881234,0.6544749),(0.4881234,0.658721),(0.4923214,0.658721),(0.4839184,0.6544749),(0.4797065,0.6544749),(0.4839184,0.658721),(0.4797065,0.658721),(0.4881234,0.6629542),(0.4839184,0.6629542),(0.4797065,0.6629542),(0.4839184,0.667169),(0.4797064,0.667169),(0.4881234,0.667169),(0.4923214,0.6629542),(0.4923214,0.667169),(0.4754879,0.6544749),(0.4712752,0.6544749),(0.4754879,0.658721),(0.4712752,0.658721),(0.4670808,0.6544749),(0.4629171,0.6544749),(0.4670808,0.658721),(0.4629171,0.658721),(0.4712752,0.6629542),(0.4670808,0.6629542),(0.4629171,0.6629542),(0.4670808,0.667169),(0.4629171,0.667169),(0.4712752,0.667169),(0.4754879,0.6629542),(0.4754879,0.667169),(0.4587967,0.6544749),(0.4547031,0.6544749),(0.4587967,0.658721),(0.4547031,0.658721),(0.4506197,0.6544749),(0.44653,0.6544749),(0.4506197,0.658721),(0.44653,0.658721),(0.4547031,0.6629542),(0.4506197,0.6629542),(0.44653,0.6629542),(0.44653,0.667169),(0.4506197,0.667169),(0.4547031,0.667169),(0.4587967,0.6629542),(0.4587967,0.667169),(0.4424174,0.6544749),(0.4382856,0.6544749),(0.4424174,0.658721),(0.4382856,0.658721),(0.4341379,0.6544749),(0.429978,0.6544749),(0.4341379,0.658721),(0.429978,0.658721),(0.4341379,0.6629542),(0.4382856,0.6629542),(0.429978,0.6629542),(0.429978,0.667169),(0.4341379,0.667169),(0.4382856,0.667169),(0.4424174,0.6629542),(0.4424174,0.667169),(0.4258092,0.6544749),(0.4216311,0.6544749),(0.4216312,0.658721),(0.4258092,0.658721),(0.4174434,0.6544749),(0.4132456,0.6544749),(0.4174434,0.658721),(0.4132456,0.658721),(0.4174434,0.6629542),(0.4216312,0.6629542),(0.4132456,0.6629542),(0.4132456,0.667169),(0.4174434,0.667169),(0.4216312,0.667169),(0.4258092,0.6629542),(0.4258092,0.667169),(0.4090372,0.6544749),(0.4048201,0.6544749),(0.4090372,0.658721),(0.4048201,0.658721),(0.4005963,0.6544749),(0.3963675,0.6544749),(0.4005963,0.658721),(0.3963675,0.658721),(0.4048201,0.6629542),(0.4005963,0.6629542),(0.3963675,0.6629542),(0.4005963,0.667169),(0.3963675,0.667169),(0.4048201,0.667169),(0.4090372,0.6629542),(0.4090372,0.667169),(0.3921357,0.6544749),(0.3879012,0.6544749),(0.3921357,0.658721),(0.3879012,0.658721),(0.3836642,0.6544749),(0.3794248,0.6544749),(0.3836642,0.658721),(0.3794249,0.658721),(0.3879012,0.6629542),(0.3836642,0.6629542),(0.3794248,0.6629542),(0.3836642,0.667169),(0.3794248,0.667169),(0.3879012,0.667169),(0.3921357,0.6629542),(0.3921357,0.667169),(0.3751834,0.6544749),(0.3709441,0.6544749),(0.3751834,0.658721),(0.3709441,0.658721),(0.3667112,0.6544749),(0.3624887,0.6544749),(0.3667112,0.658721),(0.3624887,0.658721),(0.3709442,0.6629542),(0.3667112,0.6629542),(0.3624887,0.6629542),(0.3667112,0.667169),(0.3624887,0.667169),(0.3709441,0.667169),(0.3751834,0.6629542),(0.3751834,0.667169),(0.358281,0.6544749),(0.3540821,0.6544749),(0.358281,0.658721),(0.3540821,0.658721),(0.3498864,0.6544749),(0.3456882,0.6544749),(0.3498864,0.658721),(0.3456882,0.658721),(0.3540821,0.6629542),(0.3498864,0.6629542),(0.3456882,0.6629542),(0.3498864,0.667169),(0.3456882,0.667169),(0.3540821,0.667169),(0.3582809,0.6629542),(0.358281,0.667169),(0.3414817,0.6544749),(0.3372694,0.6544749),(0.3414817,0.658721),(0.3372695,0.658721),(0.3330541,0.6544749),(0.3288383,0.6544749),(0.3330541,0.658721),(0.3288383,0.658721),(0.3372695,0.6629542),(0.3330541,0.6629542),(0.3288383,0.6629542),(0.3330541,0.667169),(0.3288383,0.667169),(0.3372695,0.667169),(0.3414817,0.6629542),(0.3414817,0.667169),(0.3246247,0.6544749),(0.3204179,0.6544749),(0.3246247,0.658721),(0.3204179,0.658721),(0.3162228,0.6544749),(0.3120441,0.6544749),(0.3162228,0.658721),(0.3120441,0.658721),(0.3204179,0.6629542),(0.3162228,0.6629542),(0.3120441,0.6629542),(0.3162228,0.667169),(0.3120441,0.667169),(0.3204179,0.667169),(0.3246247,0.6629542),(0.3246247,0.667169),(0.3078868,0.6544749),(0.3037427,0.6544749),(0.3078868,0.658721),(0.3037427,0.658721),(0.2996041,0.6544749),(0.2954631,0.6544749),(0.2996041,0.658721),(0.2954631,0.658721),(0.3037428,0.6629542),(0.2996041,0.6629542),(0.2954631,0.6629542),(0.2996041,0.667169),(0.2954631,0.667169),(0.3037427,0.667169),(0.3078868,0.6629542),(0.3078868,0.667169),(0.2913116,0.6544749),(0.2871543,0.6544749),(0.2913116,0.658721),(0.2871543,0.658721),(0.2829956,0.6544749),(0.2788399,0.6544749),(0.2829956,0.658721),(0.2788399,0.658721),(0.2871543,0.6629542),(0.2829956,0.6629542),(0.2788399,0.6629542),(0.2829956,0.667169),(0.2788399,0.667169),(0.2871543,0.667169),(0.2913116,0.6629542),(0.2913116,0.667169),(0.2746918,0.6544749),(0.2705556,0.6544749),(0.2746918,0.658721),(0.2705556,0.658721),(0.2664356,0.6544749),(0.262336,0.6544749),(0.2664356,0.658721),(0.262336,0.658721),(0.2705556,0.6629542),(0.2664356,0.6629542),(0.262336,0.6629542),(0.2664356,0.667169),(0.262336,0.667169),(0.2705556,0.667169),(0.2746918,0.6629542),(0.2746918,0.667169),(0.2582613,0.6544749),(0.254209,0.6544749),(0.2582613,0.658721),(0.254209,0.658721),(0.2501769,0.6544749),(0.2461624,0.6544749),(0.2501769,0.658721),(0.2461624,0.658721),(0.254209,0.6629542),(0.2501769,0.6629542),(0.2461624,0.6629542),(0.2501769,0.667169),(0.2461624,0.667169),(0.254209,0.667169),(0.2582613,0.6629542),(0.2582613,0.667169),(0.2421634,0.6544749),(0.238164,0.6544749),(0.2421634,0.658721),(0.238164,0.658721),(0.2341487,0.6544749),(0.2301017,0.6544749),(0.2341487,0.658721),(0.2301017,0.658721),(0.238164,0.6629542),(0.2341487,0.6629542),(0.2301017,0.6629542),(0.2341487,0.667169),(0.2301017,0.667169),(0.238164,0.667169),(0.2421634,0.6629542),(0.2421634,0.667169),(0.2260074,0.6544749),(0.2218787,0.6544749),(0.2260074,0.658721),(0.2218787,0.658721),(0.2177283,0.6544749),(0.2135691,0.6544749),(0.2177283,0.658721),(0.2135692,0.658721),(0.2218787,0.6629542),(0.2177283,0.6629542),(0.2135691,0.6629542),(0.2177283,0.667169),(0.2135692,0.667169),(0.2218787,0.667169),(0.2260074,0.6629542),(0.2260074,0.667169),(0.2094141,0.6544749),(0.2052627,0.6544749),(0.2094141,0.658721),(0.2052627,0.658721),(0.2011147,0.6544749),(0.1969699,0.6544749),(0.2011147,0.658721),(0.1969699,0.658721),(0.2052627,0.6629542),(0.2011147,0.6629542),(0.1969699,0.6629542),(0.2011147,0.667169),(0.1969699,0.667169),(0.2052627,0.667169),(0.2094141,0.6629542),(0.2094141,0.667169),(0.1928277,0.6544749),(0.1886888,0.6544749),(0.1928277,0.658721),(0.1886888,0.658721),(0.1845533,0.6544749),(0.1804218,0.6544749),(0.1845533,0.658721),(0.1804218,0.658721),(0.1886888,0.6629542),(0.1845533,0.6629542),(0.1804218,0.6629542),(0.1845533,0.667169),(0.1804218,0.667169),(0.1886888,0.667169),(0.1928277,0.6629542),(0.1928277,0.667169),(0.1762946,0.6544749),(0.1721701,0.6544749),(0.1762946,0.658721),(0.1721701,0.658721),(0.1680468,0.6544749),(0.163923,0.6544749),(0.1680468,0.658721),(0.163923,0.658721),(0.1721701,0.6629542),(0.1680468,0.6629542),(0.163923,0.6629542),(0.1680468,0.667169),(0.163923,0.667169),(0.1721701,0.667169),(0.1762946,0.6629542),(0.1762946,0.667169),(0.1597973,0.6544749),(0.1556691,0.6544749),(0.1597973,0.658721),(0.1556691,0.658721),(0.1515382,0.6544749),(0.1474041,0.6544749),(0.1515382,0.658721),(0.1474041,0.658721),(0.1556691,0.6629542),(0.1515382,0.6629542),(0.1474041,0.6629542),(0.1515382,0.667169),(0.1474041,0.667169),(0.1556691,0.667169),(0.1597973,0.6629542),(0.1597973,0.667169),(0.1432664,0.6544749),(0.1391259,0.6544749),(0.1432664,0.658721),(0.1391259,0.658721),(0.134983,0.6544749),(0.1308385,0.6544749),(0.134983,0.658721),(0.1308385,0.658721),(0.1391259,0.6629542),(0.134983,0.6629542),(0.1308385,0.6629542),(0.134983,0.667169),(0.1308385,0.667169),(0.1391259,0.667169),(0.1432664,0.6629542),(0.1432664,0.667169),(0.126693,0.6544749),(0.12255,0.6544749),(0.126693,0.658721),(0.12255,0.658721),(0.1184131,0.6544749),(0.1142857,0.6544749),(0.1184131,0.658721),(0.1142857,0.658721),(0.12255,0.6629542),(0.1184131,0.6629542),(0.1142857,0.6629542),(0.1184131,0.667169),(0.1142857,0.667169),(0.12255,0.667169),(0.126693,0.6629542),(0.126693,0.667169),(0.1101713,0.6544749),(0.1060752,0.6544749),(0.1060752,0.658721),(0.1101713,0.658721),(0.1020023,0.6544749),(0.09795791,0.6544749),(0.09795791,0.658721),(0.1020023,0.658721),(0.1020023,0.6629542),(0.1060752,0.6629542),(0.09795791,0.6629542),(0.1020023,0.667169),(0.09795791,0.667169),(0.1060752,0.667169),(0.1101713,0.6629542),(0.1101713,0.667169),(0.09394707,0.6544749),(0.08994583,0.6544749),(0.09394707,0.658721),(0.08994584,0.658721),(0.08593026,0.6544749),(0.08187638,0.6544749),(0.08187637,0.658721),(0.08593025,0.658721),(0.08994584,0.6629542),(0.08593026,0.6629542),(0.08187638,0.6629542),(0.08593026,0.667169),(0.08187638,0.667169),(0.08994584,0.667169),(0.09394707,0.6629542),(0.09394707,0.667169),(0.07776025,0.6544749),(0.07361087,0.6544749),(0.07361087,0.658721),(0.07776025,0.658721),(0.06945725,0.6544749),(0.06532837,0.6544749),(0.06945725,0.658721),(0.06532837,0.658721),(0.06945725,0.6629542),(0.07361087,0.6629542),(0.06532837,0.6629542),(0.06945725,0.667169),(0.06532837,0.667169),(0.07361087,0.667169),(0.07776025,0.6629542),(0.07776025,0.667169),(0.06125325,0.6544749),(0.05721605,0.6544749),(0.06125325,0.658721),(0.05721604,0.658721),(0.05320094,0.6544749),(0.0491921,0.6544749),(0.05320094,0.658721),(0.04919209,0.658721),(0.05721605,0.6629542),(0.05320094,0.6629542),(0.0491921,0.6629542),(0.05320094,0.667169),(0.04919209,0.667169),(0.05721605,0.667169),(0.06125325,0.6629542),(0.06125325,0.667169),(0.04517369,0.6544749),(0.04115105,0.6544749),(0.04115105,0.658721),(0.04517369,0.658721),(0.0371295,0.6544749),(0.03311438,0.6544749),(0.03311437,0.658721),(0.0371295,0.658721),(0.04115105,0.6629542),(0.0371295,0.6629542),(0.03311438,0.6629542),(0.0371295,0.667169),(0.03311438,0.667169),(0.04115105,0.667169),(0.04517369,0.6629542),(0.04517369,0.667169),(0.029111,0.6544749),(0.02511186,0.6544749),(0.02511186,0.658721),(0.029111,0.658721),(0.02110944,0.6544749),(0.01709622,0.6544749),(0.01709622,0.658721),(0.02110944,0.658721),(0.02110944,0.6629542),(0.02511186,0.6629542),(0.01709622,0.6629542),(0.01709622,0.667169),(0.02110944,0.667169),(0.02511186,0.667169),(0.029111,0.6629542),(0.029111,0.667169),(0.01306469,0.6544749),(0.009019421,0.6544751),(0.009019421,0.6587218),(0.01306469,0.658721),(0.004965,0.654476),(0.000906,0.6544772),(0.000906,0.6587275),(0.004965,0.6587242),(0.009019421,0.6629571),(0.004965,0.662966),(0.000906,0.6629778),(0.004965,0.6671867),(0.000906,0.667228),(0.009019421,0.6671734),(0.01306469,0.6629542),(0.01306469,0.667169),(0.9951518,0.6713719),(0.999094,0.6713837),(0.9912093,0.6713631),(0.9912093,0.6755415),(0.9951518,0.6755407),(0.999094,0.6755395),(0.9872664,0.6713601),(0.983323,0.6713601),(0.983323,0.6755419),(0.9872664,0.6755419),(0.9912093,0.6797242),(0.9872664,0.6797283),(0.983323,0.6797283),(0.9872664,0.6839336),(0.983323,0.6839336),(0.9912093,0.6839274),(0.9951518,0.6797118),(0.999094,0.6796952),(0.9951518,0.6839088),(0.999094,0.683851),(0.9793787,0.6713601),(0.9754275,0.6713601),(0.9754274,0.6755419),(0.9793787,0.6755419),(0.9714631,0.6713601),(0.9674796,0.6713601),(0.9674796,0.6755419),(0.9714631,0.6755419),(0.9714631,0.6797283),(0.9754274,0.6797283),(0.9674796,0.6797283),(0.9674796,0.6839336),(0.9714631,0.6839336),(0.9754274,0.6839336),(0.9793787,0.6797283),(0.9793787,0.6839336),(0.9634706,0.6713601),(0.9594426,0.6713601),(0.9634707,0.6755419),(0.9594426,0.6755419),(0.9554016,0.6713601),(0.9513539,0.6713601),(0.9554016,0.6755419),(0.9513539,0.6755419),(0.9594426,0.6797283),(0.9554016,0.6797283),(0.9513539,0.6797283),(0.9554016,0.6839336),(0.9513539,0.6839336),(0.9594425,0.6839336),(0.9634707,0.6797283),(0.9634706,0.6839336),(0.9473058,0.6713601),(0.9432498,0.6713601),(0.9473058,0.6755419),(0.9432497,0.6755419),(0.9391782,0.6713601),(0.9350839,0.6713601),(0.9391783,0.6755419),(0.9350839,0.6755419),(0.9432497,0.6797283),(0.9391782,0.6797283),(0.9350839,0.6797283),(0.9350839,0.6839336),(0.9391783,0.6839336),(0.9432497,0.6839336),(0.9473058,0.6797283),(0.9473058,0.6839336),(0.930959,0.6713601),(0.9268106,0.6713601),(0.9268106,0.6755419),(0.930959,0.6755419),(0.9226453,0.6713601),(0.9184701,0.6713601),(0.9184701,0.6755419),(0.9226453,0.6755419),(0.9226453,0.6797283),(0.9268106,0.6797283),(0.9184701,0.6797283),(0.9184701,0.6839336),(0.9226453,0.6839336),(0.9268106,0.6839336),(0.930959,0.6797283),(0.930959,0.6839336),(0.9142919,0.6713601),(0.910111,0.6713601),(0.9101109,0.6755419),(0.9142919,0.6755419),(0.9059278,0.6713601),(0.9017429,0.6713601),(0.9017429,0.6755419),(0.9059278,0.6755419),(0.9059278,0.6797283),(0.910111,0.6797283),(0.9017429,0.6797283),(0.9017428,0.6839336),(0.9059278,0.6839336),(0.9101109,0.6839336),(0.9142919,0.6797283),(0.9142919,0.6839336),(0.8975567,0.6713601),(0.8933688,0.6713601),(0.8933688,0.6755419),(0.8975567,0.6755419),(0.8891787,0.6713601),(0.8849859,0.6713601),(0.8849859,0.6755419),(0.8891788,0.6755419),(0.8891787,0.6797283),(0.8933688,0.6797283),(0.8849859,0.6797283),(0.8849859,0.6839336),(0.8891788,0.6839336),(0.8933688,0.6839336),(0.8975567,0.6797283),(0.8975567,0.6839336),(0.8807898,0.6713601),(0.8765806,0.6713601),(0.8765807,0.6755419),(0.8807898,0.6755419),(0.8723488,0.6713601),(0.8680845,0.6713601),(0.8680845,0.6755419),(0.8723488,0.6755419),(0.8723488,0.6797283),(0.8765806,0.6797283),(0.8680845,0.6797283),(0.8680845,0.6839336),(0.8723488,0.6839336),(0.8765806,0.6839336),(0.8807898,0.6797283),(0.8807898,0.6839336),(0.8637781,0.6713601),(0.8594491,0.6713601),(0.8594491,0.6755419),(0.8637781,0.6755419),(0.8551173,0.6713601),(0.8508024,0.6713601),(0.8508024,0.6755419),(0.8551173,0.6755419),(0.8551173,0.6797283),(0.8594491,0.6797283),(0.8508024,0.6797283),(0.8508024,0.6839336),(0.8551173,0.6839336),(0.859449,0.6839336),(0.8637781,0.6797283),(0.8637781,0.6839336),(0.846524,0.6713601),(0.8422731,0.6713601),(0.8422731,0.6755419),(0.846524,0.6755419),(0.8380403,0.6713601),(0.8338165,0.6713601),(0.8338165,0.6755419),(0.8380403,0.6755419),(0.8380403,0.6797283),(0.8422731,0.6797283),(0.8338165,0.6797283),(0.8338165,0.6839336),(0.8380404,0.6839336),(0.8422731,0.6839336),(0.846524,0.6797283),(0.846524,0.6839336),(0.8295926,0.6713601),(0.8253628,0.6713601),(0.8253628,0.6755419),(0.8295926,0.6755419),(0.8211217,0.6713601),(0.8168637,0.6713601),(0.8168637,0.6755419),(0.8211217,0.6755419),(0.8211217,0.6797283),(0.8253628,0.6797283),(0.8168637,0.6797283),(0.8168637,0.6839336),(0.8211217,0.6839336),(0.8253628,0.6839336),(0.8295926,0.6797283),(0.8295926,0.6839336),(0.8125832,0.6713601),(0.8082899,0.6713601),(0.8082899,0.6755419),(0.8125832,0.6755419),(0.8039935,0.6713601),(0.7997035,0.6713601),(0.7997035,0.6755419),(0.8039935,0.6755419),(0.8039935,0.6797283),(0.8082899,0.6797283),(0.7997035,0.6797283),(0.7997035,0.6839336),(0.8039935,0.6839336),(0.8082899,0.6839336),(0.8125832,0.6797283),(0.8125832,0.6839336),(0.7954297,0.6713601),(0.7911757,0.6713601),(0.7911757,0.6755419),(0.7954297,0.6755419),(0.7869452,0.6713601),(0.7827417,0.6713601),(0.7827417,0.6755419),(0.7869452,0.6755419),(0.7869452,0.6797283),(0.7911757,0.6797283),(0.7827417,0.6797283),(0.7827417,0.6839336),(0.7869452,0.6839336),(0.7911757,0.6839336),(0.7954297,0.6797283),(0.7954297,0.6839336),(0.7785689,0.6713601),(0.7744211,0.6713601),(0.7744212,0.6755419),(0.7785689,0.6755419),(0.7702925,0.6713601),(0.7661775,0.6713601),(0.7661775,0.6755419),(0.7702925,0.6755419),(0.7702925,0.6797283),(0.7744212,0.6797283),(0.7661775,0.6797283),(0.7661775,0.6839336),(0.7702925,0.6839336),(0.7744212,0.6839336),(0.778569,0.6797283),(0.778569,0.6839336),(0.7620703,0.6713601),(0.757961,0.6713601),(0.757961,0.6755419),(0.7620703,0.6755419),(0.7538399,0.6713601),(0.7496969,0.6713601),(0.7496969,0.6755419),(0.7538399,0.6755419),(0.7538399,0.6797283),(0.757961,0.6797283),(0.7496969,0.6797283),(0.7496969,0.6839336),(0.7538399,0.6839336),(0.757961,0.6839336),(0.7620703,0.6797283),(0.7620703,0.6839336),(0.7455223,0.6713601),(0.7413244,0.6713601),(0.7413245,0.6755419),(0.7455223,0.6755419),(0.7371117,0.6713601),(0.7328922,0.6713601),(0.7328923,0.6755419),(0.7371117,0.6755419),(0.7371117,0.6797283),(0.7413245,0.6797283),(0.7328922,0.6797283),(0.7328922,0.6839336),(0.7371117,0.6839336),(0.7413245,0.6839336),(0.7455223,0.6797283),(0.7455223,0.6839336),(0.7286744,0.6713601),(0.7244572,0.6713601),(0.7244572,0.6755419),(0.7286744,0.6755419),(0.7202395,0.6713601),(0.71602,0.6713601),(0.71602,0.6755419),(0.7202395,0.6755419),(0.7202395,0.6797283),(0.7244572,0.6797283),(0.71602,0.6797283),(0.71602,0.6839336),(0.7202394,0.6839336),(0.7244572,0.6839336),(0.7286744,0.6797283),(0.7286744,0.6839336),(0.7117977,0.6713601),(0.7075742,0.6713601),(0.7075742,0.6755419),(0.7117977,0.6755419),(0.7033514,0.6713601),(0.6991307,0.6713601),(0.6991307,0.6755419),(0.7033514,0.6755419),(0.7033514,0.6797283),(0.7075742,0.6797283),(0.6991307,0.6797283),(0.6991307,0.6839336),(0.7033514,0.6839336),(0.7075742,0.6839336),(0.7117977,0.6797283),(0.7117977,0.6839336),(0.6949139,0.6713601),(0.6906992,0.6713601),(0.6906992,0.6755419),(0.6949139,0.6755419),(0.6864849,0.6713601),(0.6822694,0.6713601),(0.6822693,0.6755419),(0.6864849,0.6755419),(0.6864849,0.6797283),(0.6906992,0.6797283),(0.6822694,0.6797283),(0.6822693,0.6839336),(0.6864849,0.6839336),(0.6906992,0.6839336),(0.6949139,0.6797283),(0.6949139,0.6839336),(0.6780508,0.6713601),(0.6738272,0.6713601),(0.6738272,0.6755419),(0.6780507,0.6755419),(0.6695971,0.6713601),(0.6653587,0.6713601),(0.6653587,0.6755419),(0.6695971,0.6755419),(0.6695971,0.6797283),(0.6738272,0.6797283),(0.6653587,0.6797283),(0.6653587,0.6839336),(0.6695971,0.6839336),(0.6738272,0.6839336),(0.6780508,0.6797283),(0.6780507,0.6839336),(0.6611102,0.6713601),(0.6568571,0.6713601),(0.6568571,0.6755419),(0.6611102,0.6755419),(0.6526053,0.6713601),(0.6483604,0.6713601),(0.6483604,0.6755419),(0.6526054,0.6755419),(0.6526054,0.6797283),(0.6568571,0.6797283),(0.6483604,0.6797283),(0.6483604,0.6839336),(0.6526053,0.6839336),(0.6568571,0.6839336),(0.6611102,0.6797283),(0.6611102,0.6839336),(0.6441281,0.6713601),(0.6399043,0.6713601),(0.6399043,0.6755419),(0.6441281,0.6755419),(0.635685,0.6713601),(0.6314663,0.6713601),(0.6314663,0.6755419),(0.635685,0.6755419),(0.635685,0.6797283),(0.6399043,0.6797283),(0.6314663,0.6797283),(0.6314663,0.6839336),(0.635685,0.6839336),(0.6399043,0.6839336),(0.6441281,0.6797283),(0.6441281,0.6839336),(0.627244,0.6713601),(0.6230208,0.6713601),(0.6230209,0.6755419),(0.627244,0.6755419),(0.6187993,0.6713601),(0.6145822,0.6713601),(0.6145822,0.6755419),(0.6187993,0.6755419),(0.6187993,0.6797283),(0.6230208,0.6797283),(0.6145822,0.6797283),(0.6145822,0.6839336),(0.6187993,0.6839336),(0.6230209,0.6839336),(0.627244,0.6797283),(0.627244,0.6839336),(0.6103719,0.6713601),(0.6061606,0.6713601),(0.6061606,0.6755419),(0.6103719,0.6755419),(0.6019406,0.6713601),(0.5977041,0.6713601),(0.5977041,0.6755419),(0.6019406,0.6755419),(0.6019406,0.6797283),(0.6061606,0.6797283),(0.5977041,0.6797283),(0.5977041,0.6839336),(0.6019406,0.6839336),(0.6061606,0.6839336),(0.6103719,0.6797283),(0.6103719,0.6839336),(0.5934432,0.6713601),(0.589169,0.6713601),(0.589169,0.6755419),(0.5934432,0.6755419),(0.5848927,0.6713601),(0.5806257,0.6713601),(0.5806257,0.6755419),(0.5848927,0.6755419),(0.5848927,0.6797283),(0.589169,0.6797283),(0.5806257,0.6797283),(0.5806257,0.6839336),(0.5848927,0.6839336),(0.589169,0.6839336),(0.5934432,0.6797283),(0.5934432,0.6839336),(0.5763788,0.6713601),(0.572147,0.6713601),(0.572147,0.6755419),(0.5763788,0.6755419),(0.567925,0.6713601),(0.5637077,0.6713601),(0.5637077,0.6755419),(0.567925,0.6755419),(0.567925,0.6797283),(0.572147,0.6797283),(0.5637077,0.6797283),(0.5637077,0.6839336),(0.567925,0.6839336),(0.572147,0.6839336),(0.5763788,0.6797283),(0.5763788,0.6839336),(0.55949,0.6713601),(0.5552715,0.6713601),(0.5552715,0.6755419),(0.55949,0.6755419),(0.5510522,0.6713601),(0.5468317,0.6713601),(0.5468317,0.6755419),(0.5510522,0.6755419),(0.5510522,0.6797283),(0.5552715,0.6797283),(0.5468317,0.6797283),(0.5468317,0.6839336),(0.5510522,0.6839336),(0.5552715,0.6839336),(0.55949,0.6797283),(0.55949,0.6839336),(0.5426099,0.6713601),(0.5383899,0.6713601),(0.5383899,0.6755419),(0.5426099,0.6755419),(0.5341746,0.6713601),(0.5299669,0.6713601),(0.5299669,0.6755419),(0.5341746,0.6755419),(0.5341746,0.6797283),(0.5383899,0.6797283),(0.5299669,0.6797283),(0.529967,0.6839336),(0.5341746,0.6839336),(0.5383899,0.6839336),(0.5426099,0.6797283),(0.5426099,0.6839336),(0.52577,0.6713601),(0.5215818,0.6713601),(0.5215818,0.6755419),(0.52577,0.6755419),(0.5174,0.6713601),(0.5132228,0.6713601),(0.5132228,0.6755419),(0.5174,0.6755419),(0.5174,0.6797283),(0.5215818,0.6797283),(0.5132228,0.6797283),(0.5132228,0.6839336),(0.5174,0.6839336),(0.5215818,0.6839336),(0.52577,0.6797283),(0.52577,0.6839336),(0.5090478,0.6713601),(0.5048727,0.6713601),(0.5048727,0.6755419),(0.5090478,0.6755419),(0.5006949,0.6713601),(0.4965119,0.6713601),(0.4965119,0.6755419),(0.5006949,0.6755419),(0.5006949,0.6797283),(0.5048727,0.6797283),(0.4965119,0.6797283),(0.4965119,0.6839336),(0.5006949,0.6839336),(0.5048727,0.6839336),(0.5090478,0.6797283),(0.5090478,0.6839336),(0.4923214,0.6713601),(0.4881234,0.6713601),(0.4881234,0.6755419),(0.4923214,0.6755419),(0.4839184,0.6713601),(0.4797065,0.6713601),(0.4839184,0.6755419),(0.4797065,0.6755419),(0.4839184,0.6797283),(0.4881234,0.6797283),(0.4797065,0.6797283),(0.4797064,0.6839336),(0.4839184,0.6839336),(0.4881234,0.6839336),(0.4923214,0.6797283),(0.4923214,0.6839336),(0.4754879,0.6713601),(0.4712752,0.6713601),(0.4754879,0.6755419),(0.4712752,0.6755419),(0.4670808,0.6713601),(0.4629171,0.6713601),(0.4670808,0.6755419),(0.4629171,0.6755419),(0.4712752,0.6797283),(0.4670808,0.6797283),(0.4629171,0.6797283),(0.4670808,0.6839336),(0.4629171,0.6839336),(0.4712752,0.6839336),(0.4754879,0.6797283),(0.4754879,0.6839336),(0.4587967,0.6713601),(0.4547031,0.6713601),(0.4587967,0.6755419),(0.4547031,0.6755419),(0.4506197,0.6713601),(0.44653,0.6713601),(0.44653,0.6755419),(0.4506197,0.6755419),(0.4506197,0.6797283),(0.4547031,0.6797283),(0.44653,0.6797283),(0.44653,0.6839336),(0.4506197,0.6839336),(0.4547031,0.6839336),(0.4587967,0.6797283),(0.4587967,0.6839336),(0.4424174,0.6713601),(0.4382856,0.6713601),(0.4382856,0.6755419),(0.4424174,0.6755419),(0.4341379,0.6713601),(0.429978,0.6713601),(0.429978,0.6755419),(0.4341379,0.6755419),(0.4341379,0.6797283),(0.4382856,0.6797283),(0.429978,0.6797283),(0.429978,0.6839336),(0.4341379,0.6839336),(0.4382856,0.6839336),(0.4424174,0.6797283),(0.4424174,0.6839336),(0.4258092,0.6713601),(0.4216311,0.6713601),(0.4216312,0.6755419),(0.4258092,0.6755419),(0.4174434,0.6713601),(0.4132456,0.6713601),(0.4132456,0.6755419),(0.4174434,0.6755419),(0.4174434,0.6797283),(0.4216312,0.6797283),(0.4132456,0.6797283),(0.4132456,0.6839336),(0.4174434,0.6839336),(0.4216312,0.6839336),(0.4258092,0.6797283),(0.4258092,0.6839336),(0.4090372,0.6713601),(0.4048201,0.6713601),(0.4090372,0.6755419),(0.4048201,0.6755419),(0.4005963,0.6713601),(0.3963675,0.6713601),(0.4005963,0.6755419),(0.3963675,0.6755419),(0.4048201,0.6797283),(0.4005963,0.6797283),(0.3963675,0.6797283),(0.4005963,0.6839336),(0.3963675,0.6839336),(0.4048201,0.6839336),(0.4090372,0.6797283),(0.4090372,0.6839336),(0.3921357,0.6713601),(0.3879012,0.6713601),(0.3921357,0.6755419),(0.3879012,0.6755419),(0.3836642,0.6713601),(0.3794248,0.6713601),(0.3836642,0.6755419),(0.3794249,0.6755419),(0.3879012,0.6797283),(0.3836642,0.6797283),(0.3794248,0.6797283),(0.3836642,0.6839336),(0.3794248,0.6839336),(0.3879012,0.6839336),(0.3921357,0.6797283),(0.3921357,0.6839336),(0.3751834,0.6713601),(0.3709441,0.6713601),(0.3751834,0.6755419),(0.3709441,0.6755419),(0.3667112,0.6713601),(0.3624887,0.6713601),(0.3667112,0.6755419),(0.3624887,0.6755419),(0.3709442,0.6797283),(0.3667112,0.6797283),(0.3624887,0.6797283),(0.3667112,0.6839336),(0.3624887,0.6839336),(0.3709441,0.6839336),(0.3751834,0.6797283),(0.3751834,0.6839336),(0.358281,0.6713601),(0.3540821,0.6713601),(0.358281,0.6755419),(0.3540821,0.6755419),(0.3498864,0.6713601),(0.3456882,0.6713601),(0.3498864,0.6755419),(0.3456882,0.6755419),(0.3540821,0.6797283),(0.3498864,0.6797283),(0.3456882,0.6797283),(0.3498864,0.6839336),(0.3456882,0.6839336),(0.3540821,0.6839336),(0.3582809,0.6797283),(0.358281,0.6839336),(0.3414817,0.6713601),(0.3372694,0.6713601),(0.3414817,0.6755419),(0.3372695,0.6755419),(0.3330541,0.6713601),(0.3288383,0.6713601),(0.3330541,0.6755419),(0.3288383,0.6755419),(0.3372695,0.6797283),(0.3330541,0.6797283),(0.3288383,0.6797283),(0.3330541,0.6839336),(0.3288383,0.6839336),(0.3372695,0.6839336),(0.3414817,0.6797283),(0.3414817,0.6839336),(0.3246247,0.6713601),(0.3204179,0.6713601),(0.3246247,0.6755419),(0.3204179,0.6755419),(0.3162228,0.6713601),(0.3120441,0.6713601),(0.3162228,0.6755419),(0.3120441,0.6755419),(0.3204179,0.6797283),(0.3162228,0.6797283),(0.3120441,0.6797283),(0.3162228,0.6839336),(0.3120441,0.6839336),(0.3204179,0.6839336),(0.3246247,0.6797283),(0.3246247,0.6839336),(0.3078868,0.6713601),(0.3037427,0.6713601),(0.3078868,0.6755419),(0.3037427,0.6755419),(0.2996041,0.6713601),(0.2954631,0.6713601),(0.2996041,0.6755419),(0.2954631,0.6755419),(0.3037428,0.6797283),(0.2996041,0.6797283),(0.2954631,0.6797283),(0.2996041,0.6839336),(0.2954631,0.6839336),(0.3037427,0.6839336),(0.3078868,0.6797283),(0.3078868,0.6839336),(0.2913116,0.6713601),(0.2871543,0.6713601),(0.2913116,0.6755419),(0.2871543,0.6755419),(0.2829956,0.6713601),(0.2788399,0.6713601),(0.2829956,0.6755419),(0.2788399,0.6755419),(0.2871543,0.6797283),(0.2829956,0.6797283),(0.2788399,0.6797283),(0.2829956,0.6839336),(0.2788399,0.6839336),(0.2871543,0.6839336),(0.2913116,0.6797283),(0.2913116,0.6839336),(0.2746918,0.6713601),(0.2705556,0.6713601),(0.2746918,0.6755419),(0.2705556,0.6755419),(0.2664356,0.6713601),(0.262336,0.6713601),(0.2664356,0.6755419),(0.262336,0.6755419),(0.2705556,0.6797283),(0.2664356,0.6797283),(0.262336,0.6797283),(0.2664356,0.6839336),(0.262336,0.6839336),(0.2705556,0.6839336),(0.2746918,0.6797283),(0.2746918,0.6839336),(0.2582613,0.6713601),(0.254209,0.6713601),(0.2582613,0.6755419),(0.254209,0.6755419),(0.2501769,0.6713601),(0.2461624,0.6713601),(0.2501769,0.6755419),(0.2461624,0.6755419),(0.254209,0.6797283),(0.2501769,0.6797283),(0.2461624,0.6797283),(0.2501769,0.6839336),(0.2461624,0.6839336),(0.254209,0.6839336),(0.2582613,0.6797283),(0.2582613,0.6839336),(0.2421634,0.6713601),(0.238164,0.6713601),(0.2421634,0.6755419),(0.238164,0.6755419),(0.2341487,0.6713601),(0.2301017,0.6713601),(0.2341487,0.6755419),(0.2301017,0.6755419),(0.238164,0.6797283),(0.2341487,0.6797283),(0.2301017,0.6797283),(0.2341487,0.6839336),(0.2301017,0.6839336),(0.238164,0.6839336),(0.2421634,0.6797283),(0.2421634,0.6839336),(0.2260074,0.6713601),(0.2218787,0.6713601),(0.2260074,0.6755419),(0.2218787,0.6755419),(0.2177283,0.6713601),(0.2135691,0.6713601),(0.2177283,0.6755419),(0.2135692,0.6755419),(0.2218787,0.6797283),(0.2177283,0.6797283),(0.2135691,0.6797283),(0.2177283,0.6839336),(0.2135692,0.6839336),(0.2218787,0.6839336),(0.2260074,0.6797283),(0.2260074,0.6839336),(0.2094141,0.6713601),(0.2052627,0.6713601),(0.2094141,0.6755419),(0.2052627,0.6755419),(0.2011147,0.6713601),(0.1969699,0.6713601),(0.2011147,0.6755419),(0.1969699,0.6755419),(0.2052627,0.6797283),(0.2011147,0.6797283),(0.1969699,0.6797283),(0.2011147,0.6839336),(0.1969699,0.6839336),(0.2052627,0.6839336),(0.2094141,0.6797283),(0.2094141,0.6839336),(0.1928277,0.6713601),(0.1886888,0.6713601),(0.1928277,0.6755419),(0.1886888,0.6755419),(0.1845533,0.6713601),(0.1804218,0.6713601),(0.1845533,0.6755419),(0.1804218,0.6755419),(0.1886888,0.6797283),(0.1845533,0.6797283),(0.1804218,0.6797283),(0.1845533,0.6839336),(0.1804218,0.6839336),(0.1886888,0.6839336),(0.1928277,0.6797283),(0.1928277,0.6839336),(0.1762946,0.6713601),(0.1721701,0.6713601),(0.1762946,0.6755419),(0.1721701,0.6755419),(0.1680468,0.6713601),(0.163923,0.6713601),(0.1680468,0.6755419),(0.163923,0.6755419),(0.1721701,0.6797283),(0.1680468,0.6797283),(0.163923,0.6797283),(0.1680468,0.6839336),(0.163923,0.6839336),(0.1721701,0.6839336),(0.1762946,0.6797283),(0.1762946,0.6839336),(0.1597973,0.6713601),(0.1556691,0.6713601),(0.1597973,0.6755419),(0.1556691,0.6755419),(0.1515382,0.6713601),(0.1474041,0.6713601),(0.1515382,0.6755419),(0.1474041,0.6755419),(0.1556691,0.6797283),(0.1515382,0.6797283),(0.1474041,0.6797283),(0.1515382,0.6839336),(0.1474041,0.6839336),(0.1556691,0.6839336),(0.1597973,0.6797283),(0.1597973,0.6839336),(0.1432664,0.6713601),(0.1391259,0.6713601),(0.1432664,0.6755419),(0.1391259,0.6755419),(0.134983,0.6713601),(0.1308385,0.6713601),(0.134983,0.6755419),(0.1308385,0.6755419),(0.1391259,0.6797283),(0.134983,0.6797283),(0.1308385,0.6797283),(0.134983,0.6839336),(0.1308385,0.6839336),(0.1391259,0.6839336),(0.1432664,0.6797283),(0.1432664,0.6839336),(0.126693,0.6713601),(0.12255,0.6713601),(0.126693,0.6755419),(0.12255,0.6755419),(0.1184131,0.6713601),(0.1142857,0.6713601),(0.1184131,0.6755419),(0.1142857,0.6755419),(0.12255,0.6797283),(0.1184131,0.6797283),(0.1142857,0.6797283),(0.1184131,0.6839336),(0.1142857,0.6839336),(0.12255,0.6839336),(0.126693,0.6797283),(0.126693,0.6839336),(0.1101713,0.6713601),(0.1060752,0.6713601),(0.1101713,0.6755419),(0.1060752,0.6755419),(0.1020023,0.6713601),(0.09795791,0.6713601),(0.1020023,0.6755419),(0.09795791,0.6755419),(0.1060752,0.6797283),(0.1020023,0.6797283),(0.09795791,0.6797283),(0.1020023,0.6839336),(0.09795791,0.6839336),(0.1060752,0.6839336),(0.1101713,0.6797283),(0.1101713,0.6839336),(0.09394707,0.6713601),(0.08994583,0.6713601),(0.09394707,0.6755419),(0.08994584,0.6755419),(0.08593026,0.6713601),(0.08187638,0.6713601),(0.08593025,0.6755419),(0.08187637,0.6755419),(0.08994584,0.6797283),(0.08593026,0.6797283),(0.08187638,0.6797283),(0.08593026,0.6839336),(0.08187638,0.6839336),(0.08994584,0.6839336),(0.09394707,0.6797283),(0.09394707,0.6839336),(0.07776025,0.6713601),(0.07361087,0.6713601),(0.07776025,0.6755419),(0.07361087,0.6755419),(0.06945725,0.6713601),(0.06532837,0.6713601),(0.06945725,0.6755419),(0.06532837,0.6755419),(0.07361087,0.6797283),(0.06945725,0.6797283),(0.06532837,0.6797283),(0.06945725,0.6839336),(0.06532837,0.6839336),(0.07361087,0.6839336),(0.07776025,0.6797283),(0.07776025,0.6839336),(0.06125325,0.6713601),(0.05721605,0.6713601),(0.06125325,0.6755419),(0.05721604,0.6755419),(0.05320094,0.6713601),(0.0491921,0.6713601),(0.05320094,0.6755419),(0.04919209,0.6755419),(0.05721605,0.6797283),(0.05320094,0.6797283),(0.0491921,0.6797283),(0.05320094,0.6839336),(0.04919209,0.6839336),(0.05721605,0.6839336),(0.06125325,0.6797283),(0.06125325,0.6839336),(0.04517369,0.6713601),(0.04115105,0.6713601),(0.04517369,0.6755419),(0.04115105,0.6755419),(0.0371295,0.6713601),(0.03311438,0.6713601),(0.0371295,0.6755419),(0.03311437,0.6755419),(0.04115105,0.6797283),(0.0371295,0.6797283),(0.03311438,0.6797283),(0.0371295,0.6839336),(0.03311438,0.6839336),(0.04115105,0.6839336),(0.04517369,0.6797283),(0.04517369,0.6839336),(0.029111,0.6713601),(0.02511186,0.6713601),(0.029111,0.6755419),(0.02511186,0.6755419),(0.02110944,0.6713601),(0.01709622,0.6713601),(0.02110944,0.6755419),(0.01709622,0.6755419),(0.02511186,0.6797283),(0.02110944,0.6797283),(0.01709622,0.6797283),(0.02110944,0.6839336),(0.01709622,0.6839336),(0.02511186,0.6839336),(0.029111,0.6797283),(0.029111,0.6839336),(0.01306469,0.6713601),(0.009019421,0.6713631),(0.01306469,0.6755419),(0.009019421,0.6755415),(0.004965,0.6713719),(0.000906,0.6713837),(0.000906,0.6755395),(0.004965,0.6755407),(0.004965,0.6797118),(0.009019421,0.6797242),(0.000906,0.6796952),(0.000906,0.683851),(0.004965,0.6839088),(0.009019421,0.6839274),(0.01306469,0.6797283),(0.01306469,0.6839336),(0.999094,0.688139),(0.9951518,0.6881555),(0.9912093,0.6881679),(0.9951518,0.6924271),(0.9912093,0.6924272),(0.999094,0.692427),(0.9872664,0.688172),(0.983323,0.688172),(0.9872664,0.6924272),(0.983323,0.6924272),(0.9912093,0.6966869),(0.9872664,0.6966829),(0.983323,0.6966829),(0.9872664,0.7009228),(0.983323,0.7009228),(0.9912093,0.7009289),(0.999094,0.696715),(0.9951518,0.696699),(0.9951518,0.7009469),(0.999094,0.701003),(0.9793787,0.688172),(0.9754275,0.688172),(0.9793787,0.6924272),(0.9754274,0.6924272),(0.9714631,0.688172),(0.9674796,0.688172),(0.9714631,0.6924272),(0.9674796,0.6924272),(0.9754274,0.6966829),(0.9714631,0.6966829),(0.9674796,0.6966829),(0.9714631,0.7009228),(0.9674796,0.7009228),(0.9754274,0.7009228),(0.9793787,0.6966829),(0.9793787,0.7009228),(0.9634706,0.688172),(0.9594426,0.688172),(0.9634707,0.6924272),(0.9594426,0.6924272),(0.9554016,0.688172),(0.9513539,0.688172),(0.9513539,0.6924272),(0.9554016,0.6924272),(0.9554016,0.6966829),(0.9594426,0.6966829),(0.9513539,0.6966829),(0.9513539,0.7009228),(0.9554016,0.7009228),(0.9594425,0.7009228),(0.9634707,0.6966829),(0.9634706,0.7009228),(0.9473058,0.688172),(0.9432498,0.688172),(0.9432497,0.6924272),(0.9473058,0.6924272),(0.9391782,0.688172),(0.9350839,0.688172),(0.9350839,0.6924272),(0.9391783,0.6924272),(0.9391782,0.6966829),(0.9432497,0.6966829),(0.9350839,0.6966829),(0.9350839,0.7009228),(0.9391783,0.7009228),(0.9432497,0.7009228),(0.9473058,0.6966829),(0.9473058,0.7009228),(0.930959,0.688172),(0.9268106,0.688172),(0.9268106,0.6924272),(0.930959,0.6924272),(0.9226453,0.688172),(0.9184701,0.688172),(0.9184701,0.6924272),(0.9226453,0.6924272),(0.9226453,0.6966829),(0.9268106,0.6966829),(0.9184701,0.6966829),(0.9184701,0.7009228),(0.9226453,0.7009228),(0.9268106,0.7009228),(0.930959,0.6966829),(0.930959,0.7009228),(0.9142919,0.688172),(0.910111,0.688172),(0.9101109,0.6924272),(0.9142919,0.6924272),(0.9059278,0.688172),(0.9017429,0.688172),(0.9017429,0.6924272),(0.9059278,0.6924272),(0.9059278,0.6966829),(0.910111,0.6966829),(0.9017429,0.6966829),(0.9017428,0.7009228),(0.9059278,0.7009228),(0.9101109,0.7009228),(0.9142919,0.6966829),(0.9142919,0.7009228),(0.8975567,0.688172),(0.8933688,0.688172),(0.8933688,0.6924272),(0.8975567,0.6924272),(0.8891787,0.688172),(0.8849859,0.688172),(0.8849859,0.6924272),(0.8891788,0.6924272),(0.8891787,0.6966829),(0.8933688,0.6966829),(0.8849859,0.6966829),(0.8849859,0.7009228),(0.8891788,0.7009228),(0.8933688,0.7009228),(0.8975567,0.6966829),(0.8975567,0.7009228),(0.8807898,0.688172),(0.8765806,0.688172),(0.8765807,0.6924272),(0.8807898,0.6924272),(0.8723488,0.688172),(0.8680845,0.688172),(0.8680845,0.6924272),(0.8723488,0.6924272),(0.8723488,0.6966829),(0.8765806,0.6966829),(0.8680845,0.6966829),(0.8680845,0.7009228),(0.8723488,0.7009228),(0.8765806,0.7009228),(0.8807898,0.6966829),(0.8807898,0.7009228),(0.8637781,0.688172),(0.8594491,0.688172),(0.8594491,0.6924272),(0.8637781,0.6924272),(0.8551173,0.688172),(0.8508024,0.688172),(0.8508024,0.6924272),(0.8551173,0.6924272),(0.8551173,0.6966829),(0.8594491,0.6966829),(0.8508024,0.6966829),(0.8508024,0.7009228),(0.8551173,0.7009228),(0.859449,0.7009228),(0.8637781,0.6966829),(0.8637781,0.7009228),(0.846524,0.688172),(0.8422731,0.688172),(0.8422731,0.6924272),(0.846524,0.6924272),(0.8380403,0.688172),(0.8338165,0.688172),(0.8338165,0.6924272),(0.8380403,0.6924272),(0.8380403,0.6966829),(0.8422731,0.6966829),(0.8338165,0.6966829),(0.8338165,0.7009228),(0.8380404,0.7009228),(0.8422731,0.7009228),(0.846524,0.6966829),(0.846524,0.7009228),(0.8295926,0.688172),(0.8253628,0.688172),(0.8253628,0.6924272),(0.8295926,0.6924272),(0.8211217,0.688172),(0.8168637,0.688172),(0.8168637,0.6924272),(0.8211217,0.6924272),(0.8211217,0.6966829),(0.8253628,0.6966829),(0.8168637,0.6966829),(0.8168637,0.7009228),(0.8211217,0.7009228),(0.8253628,0.7009228),(0.8295926,0.6966829),(0.8295926,0.7009228),(0.8125832,0.688172),(0.8082899,0.688172),(0.8082899,0.6924272),(0.8125832,0.6924272),(0.8039935,0.688172),(0.7997035,0.688172),(0.7997035,0.6924272),(0.8039935,0.6924272),(0.8039935,0.6966829),(0.8082899,0.6966829),(0.7997035,0.6966829),(0.7997035,0.7009228),(0.8039935,0.7009228),(0.8082899,0.7009228),(0.8125832,0.6966829),(0.8125832,0.7009228),(0.7954297,0.688172),(0.7911757,0.688172),(0.7911757,0.6924272),(0.7954297,0.6924272),(0.7869452,0.688172),(0.7827417,0.688172),(0.7827417,0.6924272),(0.7869452,0.6924272),(0.7869452,0.6966829),(0.7911757,0.6966829),(0.7827417,0.6966829),(0.7827417,0.7009228),(0.7869452,0.7009228),(0.7911757,0.7009228),(0.7954297,0.6966829),(0.7954297,0.7009228),(0.7785689,0.688172),(0.7744211,0.688172),(0.7744212,0.6924272),(0.7785689,0.6924272),(0.7702925,0.688172),(0.7661775,0.688172),(0.7661775,0.6924272),(0.7702925,0.6924272),(0.7702925,0.6966829),(0.7744212,0.6966829),(0.7661775,0.6966829),(0.7661775,0.7009228),(0.7702925,0.7009228),(0.7744212,0.7009228),(0.778569,0.6966829),(0.778569,0.7009228),(0.7620703,0.688172),(0.757961,0.688172),(0.757961,0.6924272),(0.7620703,0.6924272),(0.7538399,0.688172),(0.7496969,0.688172),(0.7496969,0.6924272),(0.7538399,0.6924272),(0.7538399,0.6966829),(0.757961,0.6966829),(0.7496969,0.6966829),(0.7496969,0.7009228),(0.7538399,0.7009228),(0.757961,0.7009228),(0.7620703,0.6966829),(0.7620703,0.7009228),(0.7455223,0.688172),(0.7413244,0.688172),(0.7413245,0.6924272),(0.7455223,0.6924272),(0.7371117,0.688172),(0.7328922,0.688172),(0.7328923,0.6924272),(0.7371117,0.6924272),(0.7413245,0.6966829),(0.7371117,0.6966829),(0.7328922,0.6966829),(0.7371117,0.7009228),(0.7328922,0.7009228),(0.7413245,0.7009228),(0.7455223,0.6966829),(0.7455223,0.7009228),(0.7286744,0.688172),(0.7244572,0.688172),(0.7244572,0.6924272),(0.7286744,0.6924272),(0.7202395,0.688172),(0.71602,0.688172),(0.71602,0.6924272),(0.7202395,0.6924272),(0.7202395,0.6966829),(0.7244572,0.6966829),(0.71602,0.6966829),(0.71602,0.7009228),(0.7202394,0.7009228),(0.7244572,0.7009228),(0.7286744,0.6966829),(0.7286744,0.7009228),(0.7117977,0.688172),(0.7075742,0.688172),(0.7075742,0.6924272),(0.7117977,0.6924272),(0.7033514,0.688172),(0.6991307,0.688172),(0.6991307,0.6924272),(0.7033514,0.6924272),(0.7033514,0.6966829),(0.7075742,0.6966829),(0.6991307,0.6966829),(0.6991307,0.7009228),(0.7033514,0.7009228),(0.7075742,0.7009228),(0.7117977,0.6966829),(0.7117977,0.7009228),(0.6949139,0.688172),(0.6906992,0.688172),(0.6906992,0.6924272),(0.6949139,0.6924272),(0.6864849,0.688172),(0.6822694,0.688172),(0.6822693,0.6924272),(0.6864849,0.6924272),(0.6864849,0.6966829),(0.6906992,0.6966829),(0.6822694,0.6966829),(0.6822693,0.7009228),(0.6864849,0.7009228),(0.6906992,0.7009228),(0.6949139,0.6966829),(0.6949139,0.7009228),(0.6780508,0.688172),(0.6738272,0.688172),(0.6738272,0.6924272),(0.6780507,0.6924272),(0.6695971,0.688172),(0.6653587,0.688172),(0.6653587,0.6924272),(0.6695971,0.6924272),(0.6695971,0.6966829),(0.6738272,0.6966829),(0.6653587,0.6966829),(0.6653587,0.7009228),(0.6695971,0.7009228),(0.6738272,0.7009228),(0.6780508,0.6966829),(0.6780507,0.7009228),(0.6611102,0.688172),(0.6568571,0.688172),(0.6568571,0.6924272),(0.6611102,0.6924272),(0.6526053,0.688172),(0.6483604,0.688172),(0.6483604,0.6924272),(0.6526054,0.6924272),(0.6526054,0.6966829),(0.6568571,0.6966829),(0.6483604,0.6966829),(0.6483604,0.7009228),(0.6526053,0.7009228),(0.6568571,0.7009228),(0.6611102,0.6966829),(0.6611102,0.7009228),(0.6441281,0.688172),(0.6399043,0.688172),(0.6399043,0.6924272),(0.6441281,0.6924272),(0.635685,0.688172),(0.6314663,0.688172),(0.6314663,0.6924272),(0.635685,0.6924272),(0.635685,0.6966829),(0.6399043,0.6966829),(0.6314663,0.6966829),(0.6314663,0.7009228),(0.635685,0.7009228),(0.6399043,0.7009228),(0.6441281,0.6966829),(0.6441281,0.7009228),(0.627244,0.688172),(0.6230208,0.688172),(0.6230209,0.6924272),(0.627244,0.6924272),(0.6187993,0.688172),(0.6145822,0.688172),(0.6145822,0.6924272),(0.6187993,0.6924272),(0.6187993,0.6966829),(0.6230208,0.6966829),(0.6145822,0.6966829),(0.6145822,0.7009228),(0.6187993,0.7009228),(0.6230209,0.7009228),(0.627244,0.6966829),(0.627244,0.7009228),(0.6103719,0.688172),(0.6061606,0.688172),(0.6061606,0.6924272),(0.6103719,0.6924272),(0.6019406,0.688172),(0.5977041,0.688172),(0.5977041,0.6924272),(0.6019406,0.6924272),(0.6019406,0.6966829),(0.6061606,0.6966829),(0.5977041,0.6966829),(0.5977041,0.7009228),(0.6019406,0.7009228),(0.6061606,0.7009228),(0.6103719,0.6966829),(0.6103719,0.7009228),(0.5934432,0.688172),(0.589169,0.688172),(0.589169,0.6924272),(0.5934432,0.6924272),(0.5848927,0.688172),(0.5806257,0.688172),(0.5806257,0.6924272),(0.5848927,0.6924272),(0.5848927,0.6966829),(0.589169,0.6966829),(0.5806257,0.6966829),(0.5806257,0.7009228),(0.5848927,0.7009228),(0.589169,0.7009228),(0.5934432,0.6966829),(0.5934432,0.7009228),(0.5763788,0.688172),(0.572147,0.688172),(0.572147,0.6924272),(0.5763788,0.6924272),(0.567925,0.688172),(0.5637077,0.688172),(0.5637077,0.6924272),(0.567925,0.6924272),(0.567925,0.6966829),(0.572147,0.6966829),(0.5637077,0.6966829),(0.5637077,0.7009228),(0.567925,0.7009228),(0.572147,0.7009228),(0.5763788,0.6966829),(0.5763788,0.7009228),(0.55949,0.688172),(0.5552715,0.688172),(0.5552715,0.6924272),(0.55949,0.6924272),(0.5510522,0.688172),(0.5468317,0.688172),(0.5468317,0.6924272),(0.5510522,0.6924272),(0.5510522,0.6966829),(0.5552715,0.6966829),(0.5468317,0.6966829),(0.5468317,0.7009228),(0.5510522,0.7009228),(0.5552715,0.7009228),(0.55949,0.6966829),(0.55949,0.7009228),(0.5426099,0.688172),(0.5383899,0.688172),(0.5383899,0.6924272),(0.5426099,0.6924272),(0.5341746,0.688172),(0.5299669,0.688172),(0.5299669,0.6924272),(0.5341746,0.6924272),(0.5341746,0.6966829),(0.5383899,0.6966829),(0.5299669,0.6966829),(0.529967,0.7009228),(0.5341746,0.7009228),(0.5383899,0.7009228),(0.5426099,0.6966829),(0.5426099,0.7009228),(0.52577,0.688172),(0.5215818,0.688172),(0.5215818,0.6924272),(0.52577,0.6924272),(0.5174,0.688172),(0.5132228,0.688172),(0.5132228,0.6924272),(0.5174,0.6924272),(0.5174,0.6966829),(0.5215818,0.6966829),(0.5132228,0.6966829),(0.5132228,0.7009228),(0.5174,0.7009228),(0.5215818,0.7009228),(0.52577,0.6966829),(0.52577,0.7009228),(0.5090478,0.688172),(0.5048727,0.688172),(0.5048727,0.6924272),(0.5090478,0.6924272),(0.5006949,0.688172),(0.4965119,0.688172),(0.4965119,0.6924272),(0.5006949,0.6924272),(0.5006949,0.6966829),(0.5048727,0.6966829),(0.4965119,0.6966829),(0.4965119,0.7009228),(0.5006949,0.7009228),(0.5048727,0.7009228),(0.5090478,0.6966829),(0.5090478,0.7009228),(0.4923214,0.688172),(0.4881234,0.688172),(0.4881234,0.6924272),(0.4923214,0.6924272),(0.4839184,0.688172),(0.4797065,0.688172),(0.4797065,0.6924272),(0.4839184,0.6924272),(0.4839184,0.6966829),(0.4881234,0.6966829),(0.4797065,0.6966829),(0.4797064,0.7009228),(0.4839184,0.7009228),(0.4881234,0.7009228),(0.4923214,0.6966829),(0.4923214,0.7009228),(0.4754879,0.688172),(0.4712752,0.688172),(0.4712752,0.6924272),(0.4754879,0.6924272),(0.4670808,0.688172),(0.4629171,0.688172),(0.4670808,0.6924272),(0.4629171,0.6924272),(0.4712752,0.6966829),(0.4670808,0.6966829),(0.4629171,0.6966829),(0.4670808,0.7009228),(0.4629171,0.7009228),(0.4712752,0.7009228),(0.4754879,0.6966829),(0.4754879,0.7009228),(0.4587967,0.688172),(0.4547031,0.688172),(0.4587967,0.6924272),(0.4547031,0.6924272),(0.4506197,0.688172),(0.44653,0.688172),(0.4506197,0.6924272),(0.44653,0.6924272),(0.4547031,0.6966829),(0.4506197,0.6966829),(0.44653,0.6966829),(0.4506197,0.7009228),(0.44653,0.7009228),(0.4547031,0.7009228),(0.4587967,0.6966829),(0.4587967,0.7009228),(0.4424174,0.688172),(0.4382856,0.688172),(0.4424174,0.6924272),(0.4382856,0.6924272),(0.4341379,0.688172),(0.429978,0.688172),(0.429978,0.6924272),(0.4341379,0.6924272),(0.4341379,0.6966829),(0.4382856,0.6966829),(0.429978,0.6966829),(0.429978,0.7009228),(0.4341379,0.7009228),(0.4382856,0.7009228),(0.4424174,0.6966829),(0.4424174,0.7009228),(0.4258092,0.688172),(0.4216311,0.688172),(0.4216312,0.6924272),(0.4258092,0.6924272),(0.4174434,0.688172),(0.4132456,0.688172),(0.4132456,0.6924272),(0.4174434,0.6924272),(0.4174434,0.6966829),(0.4216312,0.6966829),(0.4132456,0.6966829),(0.4132456,0.7009228),(0.4174434,0.7009228),(0.4216312,0.7009228),(0.4258092,0.6966829),(0.4258092,0.7009228),(0.4090372,0.688172),(0.4048201,0.688172),(0.4048201,0.6924272),(0.4090372,0.6924272),(0.4005963,0.688172),(0.3963675,0.688172),(0.4005963,0.6924272),(0.3963675,0.6924272),(0.4005963,0.6966829),(0.4048201,0.6966829),(0.3963675,0.6966829),(0.4005963,0.7009228),(0.3963675,0.7009228),(0.4048201,0.7009228),(0.4090372,0.6966829),(0.4090372,0.7009228),(0.3921357,0.688172),(0.3879012,0.688172),(0.3921357,0.6924272),(0.3879012,0.6924272),(0.3836642,0.688172),(0.3794248,0.688172),(0.3836642,0.6924272),(0.3794249,0.6924272),(0.3879012,0.6966829),(0.3836642,0.6966829),(0.3794248,0.6966829),(0.3836642,0.7009228),(0.3794248,0.7009228),(0.3879012,0.7009228),(0.3921357,0.6966829),(0.3921357,0.7009228),(0.3751834,0.688172),(0.3709441,0.688172),(0.3751834,0.6924272),(0.3709441,0.6924272),(0.3667112,0.688172),(0.3624887,0.688172),(0.3667112,0.6924272),(0.3624887,0.6924272),(0.3709442,0.6966829),(0.3667112,0.6966829),(0.3624887,0.6966829),(0.3667112,0.7009228),(0.3624887,0.7009228),(0.3709441,0.7009228),(0.3751834,0.6966829),(0.3751834,0.7009228),(0.358281,0.688172),(0.3540821,0.688172),(0.358281,0.6924272),(0.3540821,0.6924272),(0.3498864,0.688172),(0.3456882,0.688172),(0.3498864,0.6924272),(0.3456882,0.6924272),(0.3540821,0.6966829),(0.3498864,0.6966829),(0.3456882,0.6966829),(0.3498864,0.7009228),(0.3456882,0.7009228),(0.3540821,0.7009228),(0.3582809,0.6966829),(0.358281,0.7009228),(0.3414817,0.688172),(0.3372694,0.688172),(0.3414817,0.6924272),(0.3372695,0.6924272),(0.3330541,0.688172),(0.3288383,0.688172),(0.3330541,0.6924272),(0.3288383,0.6924272),(0.3372695,0.6966829),(0.3330541,0.6966829),(0.3288383,0.6966829),(0.3330541,0.7009228),(0.3288383,0.7009228),(0.3372695,0.7009228),(0.3414817,0.6966829),(0.3414817,0.7009228),(0.3246247,0.688172),(0.3204179,0.688172),(0.3246247,0.6924272),(0.3204179,0.6924272),(0.3162228,0.688172),(0.3120441,0.688172),(0.3162228,0.6924272),(0.3120441,0.6924272),(0.3204179,0.6966829),(0.3162228,0.6966829),(0.3120441,0.6966829),(0.3162228,0.7009228),(0.3120441,0.7009228),(0.3204179,0.7009228),(0.3246247,0.6966829),(0.3246247,0.7009228),(0.3078868,0.688172),(0.3037427,0.688172),(0.3078868,0.6924272),(0.3037427,0.6924272),(0.2996041,0.688172),(0.2954631,0.688172),(0.2996041,0.6924272),(0.2954631,0.6924272),(0.3037428,0.6966829),(0.2996041,0.6966829),(0.2954631,0.6966829),(0.2996041,0.7009228),(0.2954631,0.7009228),(0.3037427,0.7009228),(0.3078868,0.6966829),(0.3078868,0.7009228),(0.2913116,0.688172),(0.2871543,0.688172),(0.2913116,0.6924272),(0.2871543,0.6924272),(0.2829956,0.688172),(0.2788399,0.688172),(0.2829956,0.6924272),(0.2788399,0.6924272),(0.2871543,0.6966829),(0.2829956,0.6966829),(0.2788399,0.6966829),(0.2829956,0.7009228),(0.2788399,0.7009228),(0.2871543,0.7009228),(0.2913116,0.6966829),(0.2913116,0.7009228),(0.2746918,0.688172),(0.2705556,0.688172),(0.2746918,0.6924272),(0.2705556,0.6924272),(0.2664356,0.688172),(0.262336,0.688172),(0.2664356,0.6924272),(0.262336,0.6924272),(0.2705556,0.6966829),(0.2664356,0.6966829),(0.262336,0.6966829),(0.2664356,0.7009228),(0.262336,0.7009228),(0.2705556,0.7009228),(0.2746918,0.6966829),(0.2746918,0.7009228),(0.2582613,0.688172),(0.254209,0.688172),(0.2582613,0.6924272),(0.254209,0.6924272),(0.2501769,0.688172),(0.2461624,0.688172),(0.2501769,0.6924272),(0.2461624,0.6924272),(0.254209,0.6966829),(0.2501769,0.6966829),(0.2461624,0.6966829),(0.2501769,0.7009228),(0.2461624,0.7009228),(0.254209,0.7009228),(0.2582613,0.6966829),(0.2582613,0.7009228),(0.2421634,0.688172),(0.238164,0.688172),(0.2421634,0.6924272),(0.238164,0.6924272),(0.2341487,0.688172),(0.2301017,0.688172),(0.2341487,0.6924272),(0.2301017,0.6924272),(0.238164,0.6966829),(0.2341487,0.6966829),(0.2301017,0.6966829),(0.2341487,0.7009228),(0.2301017,0.7009228),(0.238164,0.7009228),(0.2421634,0.6966829),(0.2421634,0.7009228),(0.2260074,0.688172),(0.2218787,0.688172),(0.2260074,0.6924272),(0.2218787,0.6924272),(0.2177283,0.688172),(0.2135691,0.688172),(0.2177283,0.6924272),(0.2135692,0.6924272),(0.2218787,0.6966829),(0.2177283,0.6966829),(0.2135691,0.6966829),(0.2177283,0.7009228),(0.2135692,0.7009228),(0.2218787,0.7009228),(0.2260074,0.6966829),(0.2260074,0.7009228),(0.2094141,0.688172),(0.2052627,0.688172),(0.2094141,0.6924272),(0.2052627,0.6924272),(0.2011147,0.688172),(0.1969699,0.688172),(0.2011147,0.6924272),(0.1969699,0.6924272),(0.2052627,0.6966829),(0.2011147,0.6966829),(0.1969699,0.6966829),(0.2011147,0.7009228),(0.1969699,0.7009228),(0.2052627,0.7009228),(0.2094141,0.6966829),(0.2094141,0.7009228),(0.1928277,0.688172),(0.1886888,0.688172),(0.1928277,0.6924272),(0.1886888,0.6924272),(0.1845533,0.688172),(0.1804218,0.688172),(0.1845533,0.6924272),(0.1804218,0.6924272),(0.1886888,0.6966829),(0.1845533,0.6966829),(0.1804218,0.6966829),(0.1845533,0.7009228),(0.1804218,0.7009228),(0.1886888,0.7009228),(0.1928277,0.6966829),(0.1928277,0.7009228),(0.1762946,0.688172),(0.1721701,0.688172),(0.1762946,0.6924272),(0.1721701,0.6924272),(0.1680468,0.688172),(0.163923,0.688172),(0.1680468,0.6924272),(0.163923,0.6924272),(0.1721701,0.6966829),(0.1680468,0.6966829),(0.163923,0.6966829),(0.1680468,0.7009228),(0.163923,0.7009228),(0.1721701,0.7009228),(0.1762946,0.6966829),(0.1762946,0.7009228),(0.1597973,0.688172),(0.1556691,0.688172),(0.1597973,0.6924272),(0.1556691,0.6924272),(0.1515382,0.688172),(0.1474041,0.688172),(0.1515382,0.6924272),(0.1474041,0.6924272),(0.1556691,0.6966829),(0.1515382,0.6966829),(0.1474041,0.6966829),(0.1515382,0.7009228),(0.1474041,0.7009228),(0.1556691,0.7009228),(0.1597973,0.6966829),(0.1597973,0.7009228),(0.1432664,0.688172),(0.1391259,0.688172),(0.1391259,0.6924272),(0.1432664,0.6924272),(0.134983,0.688172),(0.1308385,0.688172),(0.1308385,0.6924272),(0.134983,0.6924272),(0.1391259,0.6966829),(0.134983,0.6966829),(0.1308385,0.6966829),(0.134983,0.7009228),(0.1308385,0.7009228),(0.1391259,0.7009228),(0.1432664,0.6966829),(0.1432664,0.7009228),(0.126693,0.688172),(0.12255,0.688172),(0.12255,0.6924272),(0.126693,0.6924272),(0.1184131,0.688172),(0.1142857,0.688172),(0.1184131,0.6924272),(0.1142857,0.6924272),(0.12255,0.6966829),(0.1184131,0.6966829),(0.1142857,0.6966829),(0.1184131,0.7009228),(0.1142857,0.7009228),(0.12255,0.7009228),(0.126693,0.6966829),(0.126693,0.7009228),(0.1101713,0.688172),(0.1060752,0.688172),(0.1101713,0.6924272),(0.1060752,0.6924272),(0.1020023,0.688172),(0.09795791,0.688172),(0.1020023,0.6924272),(0.09795791,0.6924272),(0.1060752,0.6966829),(0.1020023,0.6966829),(0.09795791,0.6966829),(0.1020023,0.7009228),(0.09795791,0.7009228),(0.1060752,0.7009228),(0.1101713,0.6966829),(0.1101713,0.7009228),(0.09394707,0.688172),(0.08994583,0.688172),(0.09394707,0.6924272),(0.08994584,0.6924272),(0.08593026,0.688172),(0.08187638,0.688172),(0.08593025,0.6924272),(0.08187637,0.6924272),(0.08994584,0.6966829),(0.08593026,0.6966829),(0.08187638,0.6966829),(0.08187638,0.7009228),(0.08593026,0.7009228),(0.08994584,0.7009228),(0.09394707,0.6966829),(0.09394707,0.7009228),(0.07776025,0.688172),(0.07361087,0.688172),(0.07776025,0.6924272),(0.07361087,0.6924272),(0.06945725,0.688172),(0.06532837,0.688172),(0.06945725,0.6924272),(0.06532837,0.6924272),(0.06945725,0.6966829),(0.07361087,0.6966829),(0.06532837,0.6966829),(0.06532837,0.7009228),(0.06945725,0.7009228),(0.07361087,0.7009228),(0.07776025,0.6966829),(0.07776025,0.7009228),(0.06125325,0.688172),(0.05721605,0.688172),(0.06125325,0.6924272),(0.05721604,0.6924272),(0.05320094,0.688172),(0.0491921,0.688172),(0.05320094,0.6924272),(0.04919209,0.6924272),(0.05721605,0.6966829),(0.05320094,0.6966829),(0.0491921,0.6966829),(0.05320094,0.7009228),(0.04919209,0.7009228),(0.05721605,0.7009228),(0.06125325,0.6966829),(0.06125325,0.7009228),(0.04517369,0.688172),(0.04115105,0.688172),(0.04517369,0.6924272),(0.04115105,0.6924272),(0.0371295,0.688172),(0.03311438,0.688172),(0.0371295,0.6924272),(0.03311437,0.6924272),(0.04115105,0.6966829),(0.0371295,0.6966829),(0.03311438,0.6966829),(0.0371295,0.7009228),(0.03311438,0.7009228),(0.04115105,0.7009228),(0.04517369,0.6966829),(0.04517369,0.7009228),(0.029111,0.688172),(0.02511186,0.688172),(0.029111,0.6924272),(0.02511186,0.6924272),(0.02110944,0.688172),(0.01709622,0.688172),(0.02110944,0.6924272),(0.01709622,0.6924272),(0.02511186,0.6966829),(0.02110944,0.6966829),(0.01709622,0.6966829),(0.02110944,0.7009228),(0.01709622,0.7009228),(0.02511186,0.7009228),(0.029111,0.6966829),(0.029111,0.7009228),(0.01306469,0.688172),(0.009019421,0.6881679),(0.01306469,0.6924272),(0.009019421,0.6924272),(0.004965,0.6881555),(0.000906,0.688139),(0.000906,0.692427),(0.004965,0.6924271),(0.009019421,0.6966869),(0.004965,0.696699),(0.000906,0.696715),(0.004965,0.7009469),(0.000906,0.701003),(0.009019421,0.7009289),(0.01306469,0.6966829),(0.01306469,0.7009228),(0.999094,0.7051628),(0.9951518,0.7051467),(0.9912093,0.7051347),(0.9951518,0.7093208),(0.9912093,0.7093196),(0.999094,0.7093225),(0.9872664,0.7051307),(0.983323,0.7051307),(0.9872664,0.7093191),(0.983323,0.7093191),(0.9912093,0.7134986),(0.9872664,0.7135009),(0.983323,0.7135009),(0.9872664,0.7176886),(0.983323,0.7176886),(0.9912093,0.7176851),(0.999094,0.7134823),(0.9951518,0.7134916),(0.9951518,0.7176746),(0.999094,0.717642),(0.9793787,0.7051307),(0.9754275,0.7051307),(0.9793787,0.7093191),(0.9754274,0.7093191),(0.9714631,0.7051307),(0.9674796,0.7051307),(0.9714631,0.7093191),(0.9674796,0.7093191),(0.9754274,0.7135009),(0.9714631,0.7135009),(0.9674796,0.7135009),(0.9714631,0.7176886),(0.9674796,0.7176886),(0.9754274,0.7176886),(0.9793787,0.7135009),(0.9793787,0.7176886),(0.9634706,0.7051307),(0.9594426,0.7051307),(0.9634707,0.7093191),(0.9594426,0.7093191),(0.9554016,0.7051307),(0.9513539,0.7051307),(0.9513539,0.7093191),(0.9554016,0.7093191),(0.9594426,0.7135009),(0.9554016,0.7135009),(0.9513539,0.7135009),(0.9554016,0.7176886),(0.9513539,0.7176886),(0.9594425,0.7176886),(0.9634707,0.7135009),(0.9634706,0.7176886),(0.9473058,0.7051307),(0.9432498,0.7051307),(0.9432497,0.7093191),(0.9473058,0.7093191),(0.9391782,0.7051307),(0.9350839,0.7051307),(0.9350839,0.7093191),(0.9391783,0.7093191),(0.9391782,0.7135009),(0.9432497,0.7135009),(0.9350839,0.7135009),(0.9350839,0.7176886),(0.9391783,0.7176886),(0.9432497,0.7176886),(0.9473058,0.7135009),(0.9473058,0.7176886),(0.930959,0.7051307),(0.9268106,0.7051307),(0.9268106,0.7093191),(0.930959,0.7093191),(0.9226453,0.7051307),(0.9184701,0.7051307),(0.9184701,0.7093191),(0.9226453,0.7093191),(0.9226453,0.7135009),(0.9268106,0.7135009),(0.9184701,0.7135009),(0.9184701,0.7176886),(0.9226453,0.7176886),(0.9268106,0.7176886),(0.930959,0.7135009),(0.930959,0.7176886),(0.9142919,0.7051307),(0.910111,0.7051307),(0.9101109,0.7093191),(0.9142919,0.7093191),(0.9059278,0.7051307),(0.9017429,0.7051307),(0.9017429,0.7093191),(0.9059278,0.7093191),(0.9059278,0.7135009),(0.910111,0.7135009),(0.9017429,0.7135009),(0.9017428,0.7176886),(0.9059278,0.7176886),(0.9101109,0.7176886),(0.9142919,0.7135009),(0.9142919,0.7176886),(0.8975567,0.7051307),(0.8933688,0.7051307),(0.8933688,0.7093191),(0.8975567,0.7093191),(0.8891787,0.7051307),(0.8849859,0.7051307),(0.8849859,0.7093191),(0.8891788,0.7093191),(0.8891787,0.7135009),(0.8933688,0.7135009),(0.8849859,0.7135009),(0.8849859,0.7176886),(0.8891788,0.7176886),(0.8933688,0.7176886),(0.8975567,0.7135009),(0.8975567,0.7176886),(0.8807898,0.7051307),(0.8765806,0.7051307),(0.8765807,0.7093191),(0.8807898,0.7093191),(0.8723488,0.7051307),(0.8680845,0.7051307),(0.8680845,0.7093191),(0.8723488,0.7093191),(0.8723488,0.7135009),(0.8765806,0.7135009),(0.8680845,0.7135009),(0.8680845,0.7176886),(0.8723488,0.7176886),(0.8765806,0.7176886),(0.8807898,0.7135009),(0.8807898,0.7176886),(0.8637781,0.7051307),(0.8594491,0.7051307),(0.8594491,0.7093191),(0.8637781,0.7093191),(0.8551173,0.7051307),(0.8508024,0.7051307),(0.8508024,0.7093191),(0.8551173,0.7093191),(0.8551173,0.7135009),(0.8594491,0.7135009),(0.8508024,0.7135009),(0.8508024,0.7176886),(0.8551173,0.7176886),(0.859449,0.7176886),(0.8637781,0.7135009),(0.8637781,0.7176886),(0.846524,0.7051307),(0.8422731,0.7051307),(0.8422731,0.7093191),(0.846524,0.7093191),(0.8380403,0.7051307),(0.8338165,0.7051307),(0.8338165,0.7093191),(0.8380403,0.7093191),(0.8380403,0.7135009),(0.8422731,0.7135009),(0.8338165,0.7135009),(0.8380404,0.7176886),(0.8338165,0.7176886),(0.8422731,0.7176886),(0.846524,0.7135009),(0.846524,0.7176886),(0.8295926,0.7051307),(0.8253628,0.7051307),(0.8253628,0.7093191),(0.8295926,0.7093191),(0.8211217,0.7051307),(0.8168637,0.7051307),(0.8168637,0.7093191),(0.8211217,0.7093191),(0.8211217,0.7135009),(0.8253628,0.7135009),(0.8168637,0.7135009),(0.8168637,0.7176886),(0.8211217,0.7176886),(0.8253628,0.7176886),(0.8295926,0.7135009),(0.8295926,0.7176886),(0.8125832,0.7051307),(0.8082899,0.7051307),(0.8082899,0.7093191),(0.8125832,0.7093191),(0.8039935,0.7051307),(0.7997035,0.7051307),(0.7997035,0.7093191),(0.8039935,0.7093191),(0.8039935,0.7135009),(0.8082899,0.7135009),(0.7997035,0.7135009),(0.7997035,0.7176886),(0.8039935,0.7176886),(0.8082899,0.7176886),(0.8125832,0.7135009),(0.8125832,0.7176886),(0.7954297,0.7051307),(0.7911757,0.7051307),(0.7911757,0.7093191),(0.7954297,0.7093191),(0.7869452,0.7051307),(0.7827417,0.7051307),(0.7827417,0.7093191),(0.7869452,0.7093191),(0.7869452,0.7135009),(0.7911757,0.7135009),(0.7827417,0.7135009),(0.7827417,0.7176886),(0.7869452,0.7176886),(0.7911757,0.7176886),(0.7954297,0.7135009),(0.7954297,0.7176886),(0.7785689,0.7051307),(0.7744211,0.7051307),(0.7744212,0.7093191),(0.7785689,0.7093191),(0.7702925,0.7051307),(0.7661775,0.7051307),(0.7661775,0.7093191),(0.7702925,0.7093191),(0.7702925,0.7135009),(0.7744212,0.7135009),(0.7661775,0.7135009),(0.7661775,0.7176886),(0.7702925,0.7176886),(0.7744212,0.7176886),(0.778569,0.7135009),(0.778569,0.7176886),(0.7620703,0.7051307),(0.757961,0.7051307),(0.757961,0.7093191),(0.7620703,0.7093191),(0.7538399,0.7051307),(0.7496969,0.7051307),(0.7538399,0.7093191),(0.7496969,0.7093191),(0.757961,0.7135009),(0.7538399,0.7135009),(0.7496969,0.7135009),(0.7538399,0.7176886),(0.7496969,0.7176886),(0.757961,0.7176886),(0.7620703,0.7135009),(0.7620703,0.7176886),(0.7455223,0.7051307),(0.7413244,0.7051307),(0.7455223,0.7093191),(0.7413245,0.7093191),(0.7371117,0.7051307),(0.7328922,0.7051307),(0.7371117,0.7093191),(0.7328923,0.7093191),(0.7413245,0.7135009),(0.7371117,0.7135009),(0.7328922,0.7135009),(0.7328922,0.7176886),(0.7371117,0.7176886),(0.7413245,0.7176886),(0.7455223,0.7135009),(0.7455223,0.7176886),(0.7286744,0.7051307),(0.7244572,0.7051307),(0.7244572,0.7093191),(0.7286744,0.7093191),(0.7202395,0.7051307),(0.71602,0.7051307),(0.71602,0.7093191),(0.7202395,0.7093191),(0.7202395,0.7135009),(0.7244572,0.7135009),(0.71602,0.7135009),(0.71602,0.7176886),(0.7202394,0.7176886),(0.7244572,0.7176886),(0.7286744,0.7135009),(0.7286744,0.7176886),(0.7117977,0.7051307),(0.7075742,0.7051307),(0.7075742,0.7093191),(0.7117977,0.7093191),(0.7033514,0.7051307),(0.6991307,0.7051307),(0.6991307,0.7093191),(0.7033514,0.7093191),(0.7033514,0.7135009),(0.7075742,0.7135009),(0.6991307,0.7135009),(0.6991307,0.7176886),(0.7033514,0.7176886),(0.7075742,0.7176886),(0.7117977,0.7135009),(0.7117977,0.7176886),(0.6949139,0.7051307),(0.6906992,0.7051307),(0.6906992,0.7093191),(0.6949139,0.7093191),(0.6864849,0.7051307),(0.6822694,0.7051307),(0.6822693,0.7093191),(0.6864849,0.7093191),(0.6864849,0.7135009),(0.6906992,0.7135009),(0.6822694,0.7135009),(0.6822693,0.7176886),(0.6864849,0.7176886),(0.6906992,0.7176886),(0.6949139,0.7135009),(0.6949139,0.7176886),(0.6780508,0.7051307),(0.6738272,0.7051307),(0.6738272,0.7093191),(0.6780507,0.7093191),(0.6695971,0.7051307),(0.6653587,0.7051307),(0.6653587,0.7093191),(0.6695971,0.7093191),(0.6695971,0.7135009),(0.6738272,0.7135009),(0.6653587,0.7135009),(0.6653587,0.7176886),(0.6695971,0.7176886),(0.6738272,0.7176886),(0.6780508,0.7135009),(0.6780507,0.7176886),(0.6611102,0.7051307),(0.6568571,0.7051307),(0.6568571,0.7093191),(0.6611102,0.7093191),(0.6526053,0.7051307),(0.6483604,0.7051307),(0.6483604,0.7093191),(0.6526054,0.7093191),(0.6526054,0.7135009),(0.6568571,0.7135009),(0.6483604,0.7135009),(0.6483604,0.7176886),(0.6526053,0.7176886),(0.6568571,0.7176886),(0.6611102,0.7135009),(0.6611102,0.7176886),(0.6441281,0.7051307),(0.6399043,0.7051307),(0.6399043,0.7093191),(0.6441281,0.7093191),(0.635685,0.7051307),(0.6314663,0.7051307),(0.6314663,0.7093191),(0.635685,0.7093191),(0.635685,0.7135009),(0.6399043,0.7135009),(0.6314663,0.7135009),(0.6314663,0.7176886),(0.635685,0.7176886),(0.6399043,0.7176886),(0.6441281,0.7135009),(0.6441281,0.7176886),(0.627244,0.7051307),(0.6230208,0.7051307),(0.6230209,0.7093191),(0.627244,0.7093191),(0.6187993,0.7051307),(0.6145822,0.7051307),(0.6145822,0.7093191),(0.6187993,0.7093191),(0.6187993,0.7135009),(0.6230208,0.7135009),(0.6145822,0.7135009),(0.6145822,0.7176886),(0.6187993,0.7176886),(0.6230209,0.7176886),(0.627244,0.7135009),(0.627244,0.7176886),(0.6103719,0.7051307),(0.6061606,0.7051307),(0.6061606,0.7093191),(0.6103719,0.7093191),(0.6019406,0.7051307),(0.5977041,0.7051307),(0.5977041,0.7093191),(0.6019406,0.7093191),(0.6019406,0.7135009),(0.6061606,0.7135009),(0.5977041,0.7135009),(0.5977041,0.7176886),(0.6019406,0.7176886),(0.6061606,0.7176886),(0.6103719,0.7135009),(0.6103719,0.7176886),(0.5934432,0.7051307),(0.589169,0.7051307),(0.589169,0.7093191),(0.5934432,0.7093191),(0.5848927,0.7051307),(0.5806257,0.7051307),(0.5806257,0.7093191),(0.5848927,0.7093191),(0.5848927,0.7135009),(0.589169,0.7135009),(0.5806257,0.7135009),(0.5806257,0.7176886),(0.5848927,0.7176886),(0.589169,0.7176886),(0.5934432,0.7135009),(0.5934432,0.7176886),(0.5763788,0.7051307),(0.572147,0.7051307),(0.572147,0.7093191),(0.5763788,0.7093191),(0.567925,0.7051307),(0.5637077,0.7051307),(0.5637077,0.7093191),(0.567925,0.7093191),(0.567925,0.7135009),(0.572147,0.7135009),(0.5637077,0.7135009),(0.5637077,0.7176886),(0.567925,0.7176886),(0.572147,0.7176886),(0.5763788,0.7135009),(0.5763788,0.7176886),(0.55949,0.7051307),(0.5552715,0.7051307),(0.5552715,0.7093191),(0.55949,0.7093191),(0.5510522,0.7051307),(0.5468317,0.7051307),(0.5468317,0.7093191),(0.5510522,0.7093191),(0.5510522,0.7135009),(0.5552715,0.7135009),(0.5468317,0.7135009),(0.5468317,0.7176886),(0.5510522,0.7176886),(0.5552715,0.7176886),(0.55949,0.7135009),(0.55949,0.7176886),(0.5426099,0.7051307),(0.5383899,0.7051307),(0.5383899,0.7093191),(0.5426099,0.7093191),(0.5341746,0.7051307),(0.5299669,0.7051307),(0.5299669,0.7093191),(0.5341746,0.7093191),(0.5341746,0.7135009),(0.5383899,0.7135009),(0.5299669,0.7135009),(0.529967,0.7176886),(0.5341746,0.7176886),(0.5383899,0.7176886),(0.5426099,0.7135009),(0.5426099,0.7176886),(0.52577,0.7051307),(0.5215818,0.7051307),(0.5215818,0.7093191),(0.52577,0.7093191),(0.5174,0.7051307),(0.5132228,0.7051307),(0.5132228,0.7093191),(0.5174,0.7093191),(0.5174,0.7135009),(0.5215818,0.7135009),(0.5132228,0.7135009),(0.5132228,0.7176886),(0.5174,0.7176886),(0.5215818,0.7176886),(0.52577,0.7135009),(0.52577,0.7176886),(0.5090478,0.7051307),(0.5048727,0.7051307),(0.5048727,0.7093191),(0.5090478,0.7093191),(0.5006949,0.7051307),(0.4965119,0.7051307),(0.4965119,0.7093191),(0.5006949,0.7093191),(0.5006949,0.7135009),(0.5048727,0.7135009),(0.4965119,0.7135009),(0.4965119,0.7176886),(0.5006949,0.7176886),(0.5048727,0.7176886),(0.5090478,0.7135009),(0.5090478,0.7176886),(0.4923214,0.7051307),(0.4881234,0.7051307),(0.4881234,0.7093191),(0.4923214,0.7093191),(0.4839184,0.7051307),(0.4797065,0.7051307),(0.4797065,0.7093191),(0.4839184,0.7093191),(0.4839184,0.7135009),(0.4881234,0.7135009),(0.4797065,0.7135009),(0.4797064,0.7176886),(0.4839184,0.7176886),(0.4881234,0.7176886),(0.4923214,0.7135009),(0.4923214,0.7176886),(0.4754879,0.7051307),(0.4712752,0.7051307),(0.4712752,0.7093191),(0.4754879,0.7093191),(0.4670808,0.7051307),(0.4629171,0.7051307),(0.4670808,0.7093191),(0.4629171,0.7093191),(0.4670808,0.7135009),(0.4712752,0.7135009),(0.4629171,0.7135009),(0.4670808,0.7176886),(0.4629171,0.7176886),(0.4712752,0.7176886),(0.4754879,0.7135009),(0.4754879,0.7176886),(0.4587967,0.7051307),(0.4547031,0.7051307),(0.4587967,0.7093191),(0.4547031,0.7093191),(0.4506197,0.7051307),(0.44653,0.7051307),(0.44653,0.7093191),(0.4506197,0.7093191),(0.4506197,0.7135009),(0.4547031,0.7135009),(0.44653,0.7135009),(0.44653,0.7176886),(0.4506197,0.7176886),(0.4547031,0.7176886),(0.4587967,0.7135009),(0.4587967,0.7176886),(0.4424174,0.7051307),(0.4382856,0.7051307),(0.4382856,0.7093191),(0.4424174,0.7093191),(0.4341379,0.7051307),(0.429978,0.7051307),(0.429978,0.7093191),(0.4341379,0.7093191),(0.4341379,0.7135009),(0.4382856,0.7135009),(0.429978,0.7135009),(0.429978,0.7176886),(0.4341379,0.7176886),(0.4382856,0.7176886),(0.4424174,0.7135009),(0.4424174,0.7176886),(0.4258092,0.7051307),(0.4216311,0.7051307),(0.4216312,0.7093191),(0.4258092,0.7093191),(0.4174434,0.7051307),(0.4132456,0.7051307),(0.4174434,0.7093191),(0.4132456,0.7093191),(0.4216312,0.7135009),(0.4174434,0.7135009),(0.4132456,0.7135009),(0.4174434,0.7176886),(0.4132456,0.7176886),(0.4216312,0.7176886),(0.4258092,0.7135009),(0.4258092,0.7176886),(0.4090372,0.7051307),(0.4048201,0.7051307),(0.4048201,0.7093191),(0.4090372,0.7093191),(0.4005963,0.7051307),(0.3963675,0.7051307),(0.4005963,0.7093191),(0.3963675,0.7093191),(0.4048201,0.7135009),(0.4005963,0.7135009),(0.3963675,0.7135009),(0.4005963,0.7176886),(0.3963675,0.7176886),(0.4048201,0.7176886),(0.4090372,0.7135009),(0.4090372,0.7176886),(0.3921357,0.7051307),(0.3879012,0.7051307),(0.3921357,0.7093191),(0.3879012,0.7093191),(0.3836642,0.7051307),(0.3794248,0.7051307),(0.3836642,0.7093191),(0.3794249,0.7093191),(0.3879012,0.7135009),(0.3836642,0.7135009),(0.3794248,0.7135009),(0.3836642,0.7176886),(0.3794248,0.7176886),(0.3879012,0.7176886),(0.3921357,0.7135009),(0.3921357,0.7176886),(0.3751834,0.7051307),(0.3709441,0.7051307),(0.3751834,0.7093191),(0.3709441,0.7093191),(0.3667112,0.7051307),(0.3624887,0.7051307),(0.3667112,0.7093191),(0.3624887,0.7093191),(0.3709442,0.7135009),(0.3667112,0.7135009),(0.3624887,0.7135009),(0.3667112,0.7176886),(0.3624887,0.7176886),(0.3709441,0.7176886),(0.3751834,0.7135009),(0.3751834,0.7176886),(0.358281,0.7051307),(0.3540821,0.7051307),(0.358281,0.7093191),(0.3540821,0.7093191),(0.3498864,0.7051307),(0.3456882,0.7051307),(0.3498864,0.7093191),(0.3456882,0.7093191),(0.3540821,0.7135009),(0.3498864,0.7135009),(0.3456882,0.7135009),(0.3498864,0.7176886),(0.3456882,0.7176886),(0.3540821,0.7176886),(0.3582809,0.7135009),(0.358281,0.7176886),(0.3414817,0.7051307),(0.3372694,0.7051307),(0.3414817,0.7093191),(0.3372695,0.7093191),(0.3330541,0.7051307),(0.3288383,0.7051307),(0.3330541,0.7093191),(0.3288383,0.7093191),(0.3372695,0.7135009),(0.3330541,0.7135009),(0.3288383,0.7135009),(0.3330541,0.7176886),(0.3288383,0.7176886),(0.3372695,0.7176886),(0.3414817,0.7135009),(0.3414817,0.7176886),(0.3246247,0.7051307),(0.3204179,0.7051307),(0.3246247,0.7093191),(0.3204179,0.7093191),(0.3162228,0.7051307),(0.3120441,0.7051307),(0.3162228,0.7093191),(0.3120441,0.7093191),(0.3204179,0.7135009),(0.3162228,0.7135009),(0.3120441,0.7135009),(0.3162228,0.7176886),(0.3120441,0.7176886),(0.3204179,0.7176886),(0.3246247,0.7135009),(0.3246247,0.7176886),(0.3078868,0.7051307),(0.3037427,0.7051307),(0.3078868,0.7093191),(0.3037427,0.7093191),(0.2996041,0.7051307),(0.2954631,0.7051307),(0.2996041,0.7093191),(0.2954631,0.7093191),(0.3037428,0.7135009),(0.2996041,0.7135009),(0.2954631,0.7135009),(0.2996041,0.7176886),(0.2954631,0.7176886),(0.3037427,0.7176886),(0.3078868,0.7135009),(0.3078868,0.7176886),(0.2913116,0.7051307),(0.2871543,0.7051307),(0.2913116,0.7093191),(0.2871543,0.7093191),(0.2829956,0.7051307),(0.2788399,0.7051307),(0.2829956,0.7093191),(0.2788399,0.7093191),(0.2871543,0.7135009),(0.2829956,0.7135009),(0.2788399,0.7135009),(0.2829956,0.7176886),(0.2788399,0.7176886),(0.2871543,0.7176886),(0.2913116,0.7135009),(0.2913116,0.7176886),(0.2746918,0.7051307),(0.2705556,0.7051307),(0.2746918,0.7093191),(0.2705556,0.7093191),(0.2664356,0.7051307),(0.262336,0.7051307),(0.2664356,0.7093191),(0.262336,0.7093191),(0.2705556,0.7135009),(0.2664356,0.7135009),(0.262336,0.7135009),(0.2664356,0.7176886),(0.262336,0.7176886),(0.2705556,0.7176886),(0.2746918,0.7135009),(0.2746918,0.7176886),(0.2582613,0.7051307),(0.254209,0.7051307),(0.2582613,0.7093191),(0.254209,0.7093191),(0.2501769,0.7051307),(0.2461624,0.7051307),(0.2501769,0.7093191),(0.2461624,0.7093191),(0.254209,0.7135009),(0.2501769,0.7135009),(0.2461624,0.7135009),(0.2501769,0.7176886),(0.2461624,0.7176886),(0.254209,0.7176886),(0.2582613,0.7135009),(0.2582613,0.7176886),(0.2421634,0.7051307),(0.238164,0.7051307),(0.2421634,0.7093191),(0.238164,0.7093191),(0.2341487,0.7051307),(0.2301017,0.7051307),(0.2341487,0.7093191),(0.2301017,0.7093191),(0.238164,0.7135009),(0.2341487,0.7135009),(0.2301017,0.7135009),(0.2341487,0.7176886),(0.2301017,0.7176886),(0.238164,0.7176886),(0.2421634,0.7135009),(0.2421634,0.7176886),(0.2260074,0.7051307),(0.2218787,0.7051307),(0.2260074,0.7093191),(0.2218787,0.7093191),(0.2177283,0.7051307),(0.2135691,0.7051307),(0.2177283,0.7093191),(0.2135692,0.7093191),(0.2218787,0.7135009),(0.2177283,0.7135009),(0.2135691,0.7135009),(0.2177283,0.7176886),(0.2135692,0.7176886),(0.2218787,0.7176886),(0.2260074,0.7135009),(0.2260074,0.7176886),(0.2094141,0.7051307),(0.2052627,0.7051307),(0.2094141,0.7093191),(0.2052627,0.7093191),(0.2011147,0.7051307),(0.1969699,0.7051307),(0.2011147,0.7093191),(0.1969699,0.7093191),(0.2052627,0.7135009),(0.2011147,0.7135009),(0.1969699,0.7135009),(0.2011147,0.7176886),(0.1969699,0.7176886),(0.2052627,0.7176886),(0.2094141,0.7135009),(0.2094141,0.7176886),(0.1928277,0.7051307),(0.1886888,0.7051307),(0.1928277,0.7093191),(0.1886888,0.7093191),(0.1845533,0.7051307),(0.1804218,0.7051307),(0.1845533,0.7093191),(0.1804218,0.7093191),(0.1886888,0.7135009),(0.1845533,0.7135009),(0.1804218,0.7135009),(0.1845533,0.7176886),(0.1804218,0.7176886),(0.1886888,0.7176886),(0.1928277,0.7135009),(0.1928277,0.7176886),(0.1762946,0.7051307),(0.1721701,0.7051307),(0.1762946,0.7093191),(0.1721701,0.7093191),(0.1680468,0.7051307),(0.163923,0.7051307),(0.1680468,0.7093191),(0.163923,0.7093191),(0.1721701,0.7135009),(0.1680468,0.7135009),(0.163923,0.7135009),(0.1680468,0.7176886),(0.163923,0.7176886),(0.1721701,0.7176886),(0.1762946,0.7135009),(0.1762946,0.7176886),(0.1597973,0.7051307),(0.1556691,0.7051307),(0.1597973,0.7093191),(0.1556691,0.7093191),(0.1515382,0.7051307),(0.1474041,0.7051307),(0.1515382,0.7093191),(0.1474041,0.7093191),(0.1556691,0.7135009),(0.1515382,0.7135009),(0.1474041,0.7135009),(0.1515382,0.7176886),(0.1474041,0.7176886),(0.1556691,0.7176886),(0.1597973,0.7135009),(0.1597973,0.7176886),(0.1432664,0.7051307),(0.1391259,0.7051307),(0.1432664,0.7093191),(0.1391259,0.7093191),(0.134983,0.7051307),(0.1308385,0.7051307),(0.134983,0.7093191),(0.1308385,0.7093191),(0.1391259,0.7135009),(0.134983,0.7135009),(0.1308385,0.7135009),(0.134983,0.7176886),(0.1308385,0.7176886),(0.1391259,0.7176886),(0.1432664,0.7135009),(0.1432664,0.7176886),(0.126693,0.7051307),(0.12255,0.7051307),(0.126693,0.7093191),(0.12255,0.7093191),(0.1184131,0.7051307),(0.1142857,0.7051307),(0.1184131,0.7093191),(0.1142857,0.7093191),(0.12255,0.7135009),(0.1184131,0.7135009),(0.1142857,0.7135009),(0.1184131,0.7176886),(0.1142857,0.7176886),(0.12255,0.7176886),(0.126693,0.7135009),(0.126693,0.7176886),(0.1101713,0.7051307),(0.1060752,0.7051307),(0.1101713,0.7093191),(0.1060752,0.7093191),(0.1020023,0.7051307),(0.09795791,0.7051307),(0.09795791,0.7093191),(0.1020023,0.7093191),(0.1020023,0.7135009),(0.1060752,0.7135009),(0.09795791,0.7135009),(0.09795791,0.7176886),(0.1020023,0.7176886),(0.1060752,0.7176886),(0.1101713,0.7135009),(0.1101713,0.7176886),(0.09394707,0.7051307),(0.08994583,0.7051307),(0.08994584,0.7093191),(0.09394707,0.7093191),(0.08593026,0.7051307),(0.08187638,0.7051307),(0.08187637,0.7093191),(0.08593025,0.7093191),(0.08593026,0.7135009),(0.08994584,0.7135009),(0.08187638,0.7135009),(0.08187638,0.7176886),(0.08593026,0.7176886),(0.08994584,0.7176886),(0.09394707,0.7135009),(0.09394707,0.7176886),(0.07776025,0.7051307),(0.07361087,0.7051307),(0.07361087,0.7093191),(0.07776025,0.7093191),(0.06945725,0.7051307),(0.06532837,0.7051307),(0.06532837,0.7093191),(0.06945725,0.7093191),(0.06945725,0.7135009),(0.07361087,0.7135009),(0.06532837,0.7135009),(0.06532837,0.7176886),(0.06945725,0.7176886),(0.07361087,0.7176886),(0.07776025,0.7135009),(0.07776025,0.7176886),(0.06125325,0.7051307),(0.05721605,0.7051307),(0.05721604,0.7093191),(0.06125325,0.7093191),(0.05320094,0.7051307),(0.0491921,0.7051307),(0.04919209,0.7093191),(0.05320094,0.7093191),(0.05320094,0.7135009),(0.05721605,0.7135009),(0.0491921,0.7135009),(0.04919209,0.7176886),(0.05320094,0.7176886),(0.05721605,0.7176886),(0.06125325,0.7135009),(0.06125325,0.7176886),(0.04517369,0.7051307),(0.04115105,0.7051307),(0.04115105,0.7093191),(0.04517369,0.7093191),(0.0371295,0.7051307),(0.03311438,0.7051307),(0.03311437,0.7093191),(0.0371295,0.7093191),(0.0371295,0.7135009),(0.04115105,0.7135009),(0.03311438,0.7135009),(0.03311438,0.7176886),(0.0371295,0.7176886),(0.04115105,0.7176886),(0.04517369,0.7135009),(0.04517369,0.7176886),(0.029111,0.7051307),(0.02511186,0.7051307),(0.029111,0.7093191),(0.02511186,0.7093191),(0.02110944,0.7051307),(0.01709622,0.7051307),(0.02110944,0.7093191),(0.01709622,0.7093191),(0.02511186,0.7135009),(0.02110944,0.7135009),(0.01709622,0.7135009),(0.02110944,0.7176886),(0.01709622,0.7176886),(0.02511186,0.7176886),(0.029111,0.7135009),(0.029111,0.7176886),(0.01306469,0.7051307),(0.009019421,0.7051347),(0.01306469,0.7093191),(0.009019421,0.7093196),(0.004965,0.7051467),(0.000906,0.7051628),(0.004965,0.7093208),(0.000906,0.7093225),(0.009019421,0.7134986),(0.004965,0.7134916),(0.000906,0.7134823),(0.004965,0.7176746),(0.000906,0.717642),(0.009019421,0.7176851),(0.01306469,0.7135009),(0.01306469,0.7176886),(0.9951518,0.7218856),(0.999094,0.7218763),(0.9912093,0.7218925),(0.9912093,0.7261127),(0.9951518,0.7261118),(0.999094,0.7261105),(0.9872664,0.7218949),(0.983323,0.7218949),(0.9872664,0.726113),(0.983323,0.726113),(0.9912093,0.7303371),(0.9872664,0.7303361),(0.983323,0.7303361),(0.9872664,0.7345573),(0.983323,0.7345573),(0.9912093,0.7345589),(0.9951518,0.7303404),(0.999094,0.7303448),(0.9951518,0.7345638),(0.999094,0.734579),(0.9793787,0.7218949),(0.9754275,0.7218949),(0.9793787,0.726113),(0.9754274,0.726113),(0.9714631,0.7218949),(0.9674796,0.7218949),(0.9714631,0.726113),(0.9674796,0.726113),(0.9754274,0.7303361),(0.9714631,0.7303361),(0.9674796,0.7303361),(0.9714631,0.7345573),(0.9674796,0.7345573),(0.9754274,0.7345573),(0.9793787,0.7303361),(0.9793787,0.7345573),(0.9634706,0.7218949),(0.9594426,0.7218949),(0.9634707,0.726113),(0.9594426,0.726113),(0.9554016,0.7218949),(0.9513539,0.7218949),(0.9554016,0.726113),(0.9513539,0.726113),(0.9594426,0.7303361),(0.9554016,0.7303361),(0.9513539,0.7303361),(0.9554016,0.7345573),(0.9513539,0.7345573),(0.9594425,0.7345573),(0.9634707,0.7303361),(0.9634706,0.7345573),(0.9473058,0.7218949),(0.9432498,0.7218949),(0.9473058,0.726113),(0.9432497,0.726113),(0.9391782,0.7218949),(0.9350839,0.7218949),(0.9350839,0.726113),(0.9391783,0.726113),(0.9432497,0.7303361),(0.9391782,0.7303361),(0.9350839,0.7303361),(0.9391783,0.7345573),(0.9350839,0.7345573),(0.9432497,0.7345573),(0.9473058,0.7303361),(0.9473058,0.7345573),(0.930959,0.7218949),(0.9268106,0.7218949),(0.9268106,0.726113),(0.930959,0.726113),(0.9226453,0.7218949),(0.9184701,0.7218949),(0.9184701,0.726113),(0.9226453,0.726113),(0.9226453,0.7303361),(0.9268106,0.7303361),(0.9184701,0.7303361),(0.9184701,0.7345573),(0.9226453,0.7345573),(0.9268106,0.7345573),(0.930959,0.7303361),(0.930959,0.7345573),(0.9142919,0.7218949),(0.910111,0.7218949),(0.9101109,0.726113),(0.9142919,0.726113),(0.9059278,0.7218949),(0.9017429,0.7218949),(0.9017429,0.726113),(0.9059278,0.726113),(0.9059278,0.7303361),(0.910111,0.7303361),(0.9017429,0.7303361),(0.9017428,0.7345573),(0.9059278,0.7345573),(0.9101109,0.7345573),(0.9142919,0.7303361),(0.9142919,0.7345573),(0.8975567,0.7218949),(0.8933688,0.7218949),(0.8933688,0.726113),(0.8975567,0.726113),(0.8891787,0.7218949),(0.8849859,0.7218949),(0.8849859,0.726113),(0.8891788,0.726113),(0.8891787,0.7303361),(0.8933688,0.7303361),(0.8849859,0.7303361),(0.8849859,0.7345573),(0.8891788,0.7345573),(0.8933688,0.7345573),(0.8975567,0.7303361),(0.8975567,0.7345573),(0.8807898,0.7218949),(0.8765806,0.7218949),(0.8765807,0.726113),(0.8807898,0.726113),(0.8723488,0.7218949),(0.8680845,0.7218949),(0.8680845,0.726113),(0.8723488,0.726113),(0.8723488,0.7303361),(0.8765806,0.7303361),(0.8680845,0.7303361),(0.8680845,0.7345573),(0.8723488,0.7345573),(0.8765806,0.7345573),(0.8807898,0.7303361),(0.8807898,0.7345573),(0.8637781,0.7218949),(0.8594491,0.7218949),(0.8594491,0.726113),(0.8637781,0.726113),(0.8551173,0.7218949),(0.8508024,0.7218949),(0.8508024,0.726113),(0.8551173,0.726113),(0.8551173,0.7303361),(0.8594491,0.7303361),(0.8508024,0.7303361),(0.8508024,0.7345573),(0.8551173,0.7345573),(0.859449,0.7345573),(0.8637781,0.7303361),(0.8637781,0.7345573),(0.846524,0.7218949),(0.8422731,0.7218949),(0.8422731,0.726113),(0.846524,0.726113),(0.8380403,0.7218949),(0.8338165,0.7218949),(0.8338165,0.726113),(0.8380403,0.726113),(0.8380403,0.7303361),(0.8422731,0.7303361),(0.8338165,0.7303361),(0.8338165,0.7345573),(0.8380404,0.7345573),(0.8422731,0.7345573),(0.846524,0.7303361),(0.846524,0.7345573),(0.8295926,0.7218949),(0.8253628,0.7218949),(0.8253628,0.726113),(0.8295926,0.726113),(0.8211217,0.7218949),(0.8168637,0.7218949),(0.8168637,0.726113),(0.8211217,0.726113),(0.8211217,0.7303361),(0.8253628,0.7303361),(0.8168637,0.7303361),(0.8168637,0.7345573),(0.8211217,0.7345573),(0.8253628,0.7345573),(0.8295926,0.7303361),(0.8295926,0.7345573),(0.8125832,0.7218949),(0.8082899,0.7218949),(0.8082899,0.726113),(0.8125832,0.726113),(0.8039935,0.7218949),(0.7997035,0.7218949),(0.7997035,0.726113),(0.8039935,0.726113),(0.8039935,0.7303361),(0.8082899,0.7303361),(0.7997035,0.7303361),(0.7997035,0.7345573),(0.8039935,0.7345573),(0.8082899,0.7345573),(0.8125832,0.7303361),(0.8125832,0.7345573),(0.7954297,0.7218949),(0.7911757,0.7218949),(0.7911757,0.726113),(0.7954297,0.726113),(0.7869452,0.7218949),(0.7827417,0.7218949),(0.7827417,0.726113),(0.7869452,0.726113),(0.7869452,0.7303361),(0.7911757,0.7303361),(0.7827417,0.7303361),(0.7827417,0.7345573),(0.7869452,0.7345573),(0.7911757,0.7345573),(0.7954297,0.7303361),(0.7954297,0.7345573),(0.7785689,0.7218949),(0.7744211,0.7218949),(0.7744212,0.726113),(0.7785689,0.726113),(0.7702925,0.7218949),(0.7661775,0.7218949),(0.7702925,0.726113),(0.7661775,0.726113),(0.7744212,0.7303361),(0.7702925,0.7303361),(0.7661775,0.7303361),(0.7702925,0.7345573),(0.7661775,0.7345573),(0.7744212,0.7345573),(0.778569,0.7303361),(0.778569,0.7345573),(0.7620703,0.7218949),(0.757961,0.7218949),(0.7620703,0.726113),(0.757961,0.726113),(0.7538399,0.7218949),(0.7496969,0.7218949),(0.7538399,0.726113),(0.7496969,0.726113),(0.757961,0.7303361),(0.7538399,0.7303361),(0.7496969,0.7303361),(0.7538399,0.7345573),(0.7496969,0.7345573),(0.757961,0.7345573),(0.7620703,0.7303361),(0.7620703,0.7345573),(0.7455223,0.7218949),(0.7413244,0.7218949),(0.7455223,0.726113),(0.7413245,0.726113),(0.7371117,0.7218949),(0.7328922,0.7218949),(0.7328923,0.726113),(0.7371117,0.726113),(0.7413245,0.7303361),(0.7371117,0.7303361),(0.7328922,0.7303361),(0.7371117,0.7345573),(0.7328922,0.7345573),(0.7413245,0.7345573),(0.7455223,0.7303361),(0.7455223,0.7345573),(0.7286744,0.7218949),(0.7244572,0.7218949),(0.7286744,0.726113),(0.7244572,0.726113),(0.7202395,0.7218949),(0.71602,0.7218949),(0.71602,0.726113),(0.7202395,0.726113),(0.7244572,0.7303361),(0.7202395,0.7303361),(0.71602,0.7303361),(0.71602,0.7345573),(0.7202394,0.7345573),(0.7244572,0.7345573),(0.7286744,0.7303361),(0.7286744,0.7345573),(0.7117977,0.7218949),(0.7075742,0.7218949),(0.7075742,0.726113),(0.7117977,0.726113),(0.7033514,0.7218949),(0.6991307,0.7218949),(0.6991307,0.726113),(0.7033514,0.726113),(0.7033514,0.7303361),(0.7075742,0.7303361),(0.6991307,0.7303361),(0.6991307,0.7345573),(0.7033514,0.7345573),(0.7075742,0.7345573),(0.7117977,0.7303361),(0.7117977,0.7345573),(0.6949139,0.7218949),(0.6906992,0.7218949),(0.6906992,0.726113),(0.6949139,0.726113),(0.6864849,0.7218949),(0.6822694,0.7218949),(0.6822693,0.726113),(0.6864849,0.726113),(0.6864849,0.7303361),(0.6906992,0.7303361),(0.6822694,0.7303361),(0.6822693,0.7345573),(0.6864849,0.7345573),(0.6906992,0.7345573),(0.6949139,0.7303361),(0.6949139,0.7345573),(0.6780508,0.7218949),(0.6738272,0.7218949),(0.6738272,0.726113),(0.6780507,0.726113),(0.6695971,0.7218949),(0.6653587,0.7218949),(0.6653587,0.726113),(0.6695971,0.726113),(0.6695971,0.7303361),(0.6738272,0.7303361),(0.6653587,0.7303361),(0.6653587,0.7345573),(0.6695971,0.7345573),(0.6738272,0.7345573),(0.6780508,0.7303361),(0.6780507,0.7345573),(0.6611102,0.7218949),(0.6568571,0.7218949),(0.6568571,0.726113),(0.6611102,0.726113),(0.6526053,0.7218949),(0.6483604,0.7218949),(0.6483604,0.726113),(0.6526054,0.726113),(0.6526054,0.7303361),(0.6568571,0.7303361),(0.6483604,0.7303361),(0.6483604,0.7345573),(0.6526053,0.7345573),(0.6568571,0.7345573),(0.6611102,0.7303361),(0.6611102,0.7345573),(0.6441281,0.7218949),(0.6399043,0.7218949),(0.6399043,0.726113),(0.6441281,0.726113),(0.635685,0.7218949),(0.6314663,0.7218949),(0.6314663,0.726113),(0.635685,0.726113),(0.635685,0.7303361),(0.6399043,0.7303361),(0.6314663,0.7303361),(0.6314663,0.7345573),(0.635685,0.7345573),(0.6399043,0.7345573),(0.6441281,0.7303361),(0.6441281,0.7345573),(0.627244,0.7218949),(0.6230208,0.7218949),(0.6230209,0.726113),(0.627244,0.726113),(0.6187993,0.7218949),(0.6145822,0.7218949),(0.6145822,0.726113),(0.6187993,0.726113),(0.6187993,0.7303361),(0.6230208,0.7303361),(0.6145822,0.7303361),(0.6145822,0.7345573),(0.6187993,0.7345573),(0.6230209,0.7345573),(0.627244,0.7303361),(0.627244,0.7345573),(0.6103719,0.7218949),(0.6061606,0.7218949),(0.6061606,0.726113),(0.6103719,0.726113),(0.6019406,0.7218949),(0.5977041,0.7218949),(0.5977041,0.726113),(0.6019406,0.726113),(0.6019406,0.7303361),(0.6061606,0.7303361),(0.5977041,0.7303361),(0.5977041,0.7345573),(0.6019406,0.7345573),(0.6061606,0.7345573),(0.6103719,0.7303361),(0.6103719,0.7345573),(0.5934432,0.7218949),(0.589169,0.7218949),(0.589169,0.726113),(0.5934432,0.726113),(0.5848927,0.7218949),(0.5806257,0.7218949),(0.5806257,0.726113),(0.5848927,0.726113),(0.5848927,0.7303361),(0.589169,0.7303361),(0.5806257,0.7303361),(0.5806257,0.7345573),(0.5848927,0.7345573),(0.589169,0.7345573),(0.5934432,0.7303361),(0.5934432,0.7345573),(0.5763788,0.7218949),(0.572147,0.7218949),(0.572147,0.726113),(0.5763788,0.726113),(0.567925,0.7218949),(0.5637077,0.7218949),(0.5637077,0.726113),(0.567925,0.726113),(0.567925,0.7303361),(0.572147,0.7303361),(0.5637077,0.7303361),(0.5637077,0.7345573),(0.567925,0.7345573),(0.572147,0.7345573),(0.5763788,0.7303361),(0.5763788,0.7345573),(0.55949,0.7218949),(0.5552715,0.7218949),(0.5552715,0.726113),(0.55949,0.726113),(0.5510522,0.7218949),(0.5468317,0.7218949),(0.5468317,0.726113),(0.5510522,0.726113),(0.5510522,0.7303361),(0.5552715,0.7303361),(0.5468317,0.7303361),(0.5468317,0.7345573),(0.5510522,0.7345573),(0.5552715,0.7345573),(0.55949,0.7303361),(0.55949,0.7345573),(0.5426099,0.7218949),(0.5383899,0.7218949),(0.5383899,0.726113),(0.5426099,0.726113),(0.5341746,0.7218949),(0.5299669,0.7218949),(0.5299669,0.726113),(0.5341746,0.726113),(0.5341746,0.7303361),(0.5383899,0.7303361),(0.5299669,0.7303361),(0.529967,0.7345573),(0.5341746,0.7345573),(0.5383899,0.7345573),(0.5426099,0.7303361),(0.5426099,0.7345573),(0.52577,0.7218949),(0.5215818,0.7218949),(0.5215818,0.726113),(0.52577,0.726113),(0.5174,0.7218949),(0.5132228,0.7218949),(0.5132228,0.726113),(0.5174,0.726113),(0.5174,0.7303361),(0.5215818,0.7303361),(0.5132228,0.7303361),(0.5132228,0.7345573),(0.5174,0.7345573),(0.5215818,0.7345573),(0.52577,0.7303361),(0.52577,0.7345573),(0.5090478,0.7218949),(0.5048727,0.7218949),(0.5048727,0.726113),(0.5090478,0.726113),(0.5006949,0.7218949),(0.4965119,0.7218949),(0.4965119,0.726113),(0.5006949,0.726113),(0.5006949,0.7303361),(0.5048727,0.7303361),(0.4965119,0.7303361),(0.4965119,0.7345573),(0.5006949,0.7345573),(0.5048727,0.7345573),(0.5090478,0.7303361),(0.5090478,0.7345573),(0.4923214,0.7218949),(0.4881234,0.7218949),(0.4881234,0.726113),(0.4923214,0.726113),(0.4839184,0.7218949),(0.4797065,0.7218949),(0.4797065,0.726113),(0.4839184,0.726113),(0.4839184,0.7303361),(0.4881234,0.7303361),(0.4797065,0.7303361),(0.4797064,0.7345573),(0.4839184,0.7345573),(0.4881234,0.7345573),(0.4923214,0.7303361),(0.4923214,0.7345573),(0.4754879,0.7218949),(0.4712752,0.7218949),(0.4712752,0.726113),(0.4754879,0.726113),(0.4670808,0.7218949),(0.4629171,0.7218949),(0.4629171,0.726113),(0.4670808,0.726113),(0.4670808,0.7303361),(0.4712752,0.7303361),(0.4629171,0.7303361),(0.4629171,0.7345573),(0.4670808,0.7345573),(0.4712752,0.7345573),(0.4754879,0.7303361),(0.4754879,0.7345573),(0.4587967,0.7218949),(0.4547031,0.7218949),(0.4547031,0.726113),(0.4587967,0.726113),(0.4506197,0.7218949),(0.44653,0.7218949),(0.44653,0.726113),(0.4506197,0.726113),(0.4506197,0.7303361),(0.4547031,0.7303361),(0.44653,0.7303361),(0.44653,0.7345573),(0.4506197,0.7345573),(0.4547031,0.7345573),(0.4587967,0.7303361),(0.4587967,0.7345573),(0.4424174,0.7218949),(0.4382856,0.7218949),(0.4382856,0.726113),(0.4424174,0.726113),(0.4341379,0.7218949),(0.429978,0.7218949),(0.429978,0.726113),(0.4341379,0.726113),(0.4341379,0.7303361),(0.4382856,0.7303361),(0.429978,0.7303361),(0.429978,0.7345573),(0.4341379,0.7345573),(0.4382856,0.7345573),(0.4424174,0.7303361),(0.4424174,0.7345573),(0.4258092,0.7218949),(0.4216311,0.7218949),(0.4216312,0.726113),(0.4258092,0.726113),(0.4174434,0.7218949),(0.4132456,0.7218949),(0.4132456,0.726113),(0.4174434,0.726113),(0.4174434,0.7303361),(0.4216312,0.7303361),(0.4132456,0.7303361),(0.4132456,0.7345573),(0.4174434,0.7345573),(0.4216312,0.7345573),(0.4258092,0.7303361),(0.4258092,0.7345573),(0.4090372,0.7218949),(0.4048201,0.7218949),(0.4090372,0.726113),(0.4048201,0.726113),(0.4005963,0.7218949),(0.3963675,0.7218949),(0.4005963,0.726113),(0.3963675,0.726113),(0.4048201,0.7303361),(0.4005963,0.7303361),(0.3963675,0.7303361),(0.4005963,0.7345573),(0.3963675,0.7345573),(0.4048201,0.7345573),(0.4090372,0.7303361),(0.4090372,0.7345573),(0.3921357,0.7218949),(0.3879012,0.7218949),(0.3921357,0.726113),(0.3879012,0.726113),(0.3836642,0.7218949),(0.3794248,0.7218949),(0.3836642,0.726113),(0.3794249,0.726113),(0.3879012,0.7303361),(0.3836642,0.7303361),(0.3794248,0.7303361),(0.3836642,0.7345573),(0.3794248,0.7345573),(0.3879012,0.7345573),(0.3921357,0.7303361),(0.3921357,0.7345573),(0.3751834,0.7218949),(0.3709441,0.7218949),(0.3751834,0.726113),(0.3709441,0.726113),(0.3667112,0.7218949),(0.3624887,0.7218949),(0.3667112,0.726113),(0.3624887,0.726113),(0.3709442,0.7303361),(0.3667112,0.7303361),(0.3624887,0.7303361),(0.3667112,0.7345573),(0.3624887,0.7345573),(0.3709441,0.7345573),(0.3751834,0.7303361),(0.3751834,0.7345573),(0.358281,0.7218949),(0.3540821,0.7218949),(0.358281,0.726113),(0.3540821,0.726113),(0.3498864,0.7218949),(0.3456882,0.7218949),(0.3498864,0.726113),(0.3456882,0.726113),(0.3540821,0.7303361),(0.3498864,0.7303361),(0.3456882,0.7303361),(0.3498864,0.7345573),(0.3456882,0.7345573),(0.3540821,0.7345573),(0.3582809,0.7303361),(0.358281,0.7345573),(0.3414817,0.7218949),(0.3372694,0.7218949),(0.3414817,0.726113),(0.3372695,0.726113),(0.3330541,0.7218949),(0.3288383,0.7218949),(0.3330541,0.726113),(0.3288383,0.726113),(0.3372695,0.7303361),(0.3330541,0.7303361),(0.3288383,0.7303361),(0.3330541,0.7345573),(0.3288383,0.7345573),(0.3372695,0.7345573),(0.3414817,0.7303361),(0.3414817,0.7345573),(0.3246247,0.7218949),(0.3204179,0.7218949),(0.3246247,0.726113),(0.3204179,0.726113),(0.3162228,0.7218949),(0.3120441,0.7218949),(0.3162228,0.726113),(0.3120441,0.726113),(0.3204179,0.7303361),(0.3162228,0.7303361),(0.3120441,0.7303361),(0.3162228,0.7345573),(0.3120441,0.7345573),(0.3204179,0.7345573),(0.3246247,0.7303361),(0.3246247,0.7345573),(0.3078868,0.7218949),(0.3037427,0.7218949),(0.3078868,0.726113),(0.3037427,0.726113),(0.2996041,0.7218949),(0.2954631,0.7218949),(0.2996041,0.726113),(0.2954631,0.726113),(0.3037428,0.7303361),(0.2996041,0.7303361),(0.2954631,0.7303361),(0.2996041,0.7345573),(0.2954631,0.7345573),(0.3037427,0.7345573),(0.3078868,0.7303361),(0.3078868,0.7345573),(0.2913116,0.7218949),(0.2871543,0.7218949),(0.2913116,0.726113),(0.2871543,0.726113),(0.2829956,0.7218949),(0.2788399,0.7218949),(0.2788399,0.726113),(0.2829956,0.726113),(0.2829956,0.7303361),(0.2871543,0.7303361),(0.2788399,0.7303361),(0.2788399,0.7345573),(0.2829956,0.7345573),(0.2871543,0.7345573),(0.2913116,0.7303361),(0.2913116,0.7345573),(0.2746918,0.7218949),(0.2705556,0.7218949),(0.2746918,0.726113),(0.2705556,0.726113),(0.2664356,0.7218949),(0.262336,0.7218949),(0.2664356,0.726113),(0.262336,0.726113),(0.2664356,0.7303361),(0.2705556,0.7303361),(0.262336,0.7303361),(0.262336,0.7345573),(0.2664356,0.7345573),(0.2705556,0.7345573),(0.2746918,0.7303361),(0.2746918,0.7345573),(0.2582613,0.7218949),(0.254209,0.7218949),(0.2582613,0.726113),(0.254209,0.726113),(0.2501769,0.7218949),(0.2461624,0.7218949),(0.2501769,0.726113),(0.2461624,0.726113),(0.254209,0.7303361),(0.2501769,0.7303361),(0.2461624,0.7303361),(0.2501769,0.7345573),(0.2461624,0.7345573),(0.254209,0.7345573),(0.2582613,0.7303361),(0.2582613,0.7345573),(0.2421634,0.7218949),(0.238164,0.7218949),(0.2421634,0.726113),(0.238164,0.726113),(0.2341487,0.7218949),(0.2301017,0.7218949),(0.2341487,0.726113),(0.2301017,0.726113),(0.238164,0.7303361),(0.2341487,0.7303361),(0.2301017,0.7303361),(0.2341487,0.7345573),(0.2301017,0.7345573),(0.238164,0.7345573),(0.2421634,0.7303361),(0.2421634,0.7345573),(0.2260074,0.7218949),(0.2218787,0.7218949),(0.2260074,0.726113),(0.2218787,0.726113),(0.2177283,0.7218949),(0.2135691,0.7218949),(0.2177283,0.726113),(0.2135692,0.726113),(0.2218787,0.7303361),(0.2177283,0.7303361),(0.2135691,0.7303361),(0.2177283,0.7345573),(0.2135692,0.7345573),(0.2218787,0.7345573),(0.2260074,0.7303361),(0.2260074,0.7345573),(0.2094141,0.7218949),(0.2052627,0.7218949),(0.2094141,0.726113),(0.2052627,0.726113),(0.2011147,0.7218949),(0.1969699,0.7218949),(0.2011147,0.726113),(0.1969699,0.726113),(0.2052627,0.7303361),(0.2011147,0.7303361),(0.1969699,0.7303361),(0.2011147,0.7345573),(0.1969699,0.7345573),(0.2052627,0.7345573),(0.2094141,0.7303361),(0.2094141,0.7345573),(0.1928277,0.7218949),(0.1886888,0.7218949),(0.1928277,0.726113),(0.1886888,0.726113),(0.1845533,0.7218949),(0.1804218,0.7218949),(0.1845533,0.726113),(0.1804218,0.726113),(0.1886888,0.7303361),(0.1845533,0.7303361),(0.1804218,0.7303361),(0.1845533,0.7345573),(0.1804218,0.7345573),(0.1886888,0.7345573),(0.1928277,0.7303361),(0.1928277,0.7345573),(0.1762946,0.7218949),(0.1721701,0.7218949),(0.1762946,0.726113),(0.1721701,0.726113),(0.1680468,0.7218949),(0.163923,0.7218949),(0.1680468,0.726113),(0.163923,0.726113),(0.1721701,0.7303361),(0.1680468,0.7303361),(0.163923,0.7303361),(0.1680468,0.7345573),(0.163923,0.7345573),(0.1721701,0.7345573),(0.1762946,0.7303361),(0.1762946,0.7345573),(0.1597973,0.7218949),(0.1556691,0.7218949),(0.1597973,0.726113),(0.1556691,0.726113),(0.1515382,0.7218949),(0.1474041,0.7218949),(0.1515382,0.726113),(0.1474041,0.726113),(0.1556691,0.7303361),(0.1515382,0.7303361),(0.1474041,0.7303361),(0.1515382,0.7345573),(0.1474041,0.7345573),(0.1556691,0.7345573),(0.1597973,0.7303361),(0.1597973,0.7345573),(0.1432664,0.7218949),(0.1391259,0.7218949),(0.1432664,0.726113),(0.1391259,0.726113),(0.134983,0.7218949),(0.1308385,0.7218949),(0.134983,0.726113),(0.1308385,0.726113),(0.1391259,0.7303361),(0.134983,0.7303361),(0.1308385,0.7303361),(0.134983,0.7345573),(0.1308385,0.7345573),(0.1391259,0.7345573),(0.1432664,0.7303361),(0.1432664,0.7345573),(0.126693,0.7218949),(0.12255,0.7218949),(0.126693,0.726113),(0.12255,0.726113),(0.1184131,0.7218949),(0.1142857,0.7218949),(0.1184131,0.726113),(0.1142857,0.726113),(0.12255,0.7303361),(0.1184131,0.7303361),(0.1142857,0.7303361),(0.1184131,0.7345573),(0.1142857,0.7345573),(0.12255,0.7345573),(0.126693,0.7303361),(0.126693,0.7345573),(0.1101713,0.7218949),(0.1060752,0.7218949),(0.1101713,0.726113),(0.1060752,0.726113),(0.1020023,0.7218949),(0.09795791,0.7218949),(0.1020023,0.726113),(0.09795791,0.726113),(0.1060752,0.7303361),(0.1020023,0.7303361),(0.09795791,0.7303361),(0.1020023,0.7345573),(0.09795791,0.7345573),(0.1060752,0.7345573),(0.1101713,0.7303361),(0.1101713,0.7345573),(0.09394707,0.7218949),(0.08994583,0.7218949),(0.09394707,0.726113),(0.08994584,0.726113),(0.08593026,0.7218949),(0.08187638,0.7218949),(0.08187637,0.726113),(0.08593025,0.726113),(0.08994584,0.7303361),(0.08593026,0.7303361),(0.08187638,0.7303361),(0.08593026,0.7345573),(0.08187638,0.7345573),(0.08994584,0.7345573),(0.09394707,0.7303361),(0.09394707,0.7345573),(0.07776025,0.7218949),(0.07361087,0.7218949),(0.07361087,0.726113),(0.07776025,0.726113),(0.06945725,0.7218949),(0.06532837,0.7218949),(0.06532837,0.726113),(0.06945725,0.726113),(0.06945725,0.7303361),(0.07361087,0.7303361),(0.06532837,0.7303361),(0.06532837,0.7345573),(0.06945725,0.7345573),(0.07361087,0.7345573),(0.07776025,0.7303361),(0.07776025,0.7345573),(0.06125325,0.7218949),(0.05721605,0.7218949),(0.05721604,0.726113),(0.06125325,0.726113),(0.05320094,0.7218949),(0.0491921,0.7218949),(0.04919209,0.726113),(0.05320094,0.726113),(0.05320094,0.7303361),(0.05721605,0.7303361),(0.0491921,0.7303361),(0.04919209,0.7345573),(0.05320094,0.7345573),(0.05721605,0.7345573),(0.06125325,0.7303361),(0.06125325,0.7345573),(0.04517369,0.7218949),(0.04115105,0.7218949),(0.04115105,0.726113),(0.04517369,0.726113),(0.0371295,0.7218949),(0.03311438,0.7218949),(0.03311437,0.726113),(0.0371295,0.726113),(0.0371295,0.7303361),(0.04115105,0.7303361),(0.03311438,0.7303361),(0.03311438,0.7345573),(0.0371295,0.7345573),(0.04115105,0.7345573),(0.04517369,0.7303361),(0.04517369,0.7345573),(0.029111,0.7218949),(0.02511186,0.7218949),(0.02511186,0.726113),(0.029111,0.726113),(0.02110944,0.7218949),(0.01709622,0.7218949),(0.02110944,0.726113),(0.01709622,0.726113),(0.02511186,0.7303361),(0.02110944,0.7303361),(0.01709622,0.7303361),(0.02110944,0.7345573),(0.01709622,0.7345573),(0.02511186,0.7345573),(0.029111,0.7303361),(0.029111,0.7345573),(0.01306469,0.7218949),(0.009019421,0.7218925),(0.01306469,0.726113),(0.009019421,0.7261127),(0.004965,0.7218856),(0.000906,0.7218763),(0.004965,0.7261118),(0.000906,0.7261105),(0.009019421,0.7303371),(0.004965,0.7303404),(0.000906,0.7303448),(0.004965,0.7345638),(0.000906,0.734579),(0.009019421,0.7345589),(0.01306469,0.7303361),(0.01306469,0.7345573),(0.999094,0.7387785),(0.9951518,0.7387742),(0.9912093,0.7387709),(0.9951518,0.7429774),(0.9912093,0.742977),(0.999094,0.742978),(0.9872664,0.7387698),(0.983323,0.7387698),(0.9872664,0.7429769),(0.983323,0.7429769),(0.9912093,0.7471812),(0.9872664,0.7471818),(0.983323,0.7471818),(0.9872664,0.7513876),(0.983323,0.7513876),(0.9912093,0.7513868),(0.999094,0.7471775),(0.9951518,0.7471796),(0.9951518,0.7513844),(0.999094,0.751377),(0.9793787,0.7387698),(0.9754275,0.7387698),(0.9793787,0.7429769),(0.9754274,0.7429769),(0.9714631,0.7387698),(0.9674796,0.7387698),(0.9714631,0.7429769),(0.9674796,0.7429769),(0.9754274,0.7471818),(0.9714631,0.7471818),(0.9674796,0.7471818),(0.9714631,0.7513876),(0.9674796,0.7513876),(0.9754274,0.7513876),(0.9793787,0.7471818),(0.9793787,0.7513876),(0.9634706,0.7387698),(0.9594426,0.7387698),(0.9634707,0.7429769),(0.9594426,0.7429769),(0.9554016,0.7387698),(0.9513539,0.7387698),(0.9554016,0.7429769),(0.9513539,0.7429769),(0.9594426,0.7471818),(0.9554016,0.7471818),(0.9513539,0.7471818),(0.9554016,0.7513876),(0.9513539,0.7513876),(0.9594425,0.7513876),(0.9634707,0.7471818),(0.9634706,0.7513876),(0.9473058,0.7387698),(0.9432498,0.7387698),(0.9473058,0.7429769),(0.9432497,0.7429769),(0.9391782,0.7387698),(0.9350839,0.7387698),(0.9391783,0.7429769),(0.9350839,0.7429769),(0.9432497,0.7471818),(0.9391782,0.7471818),(0.9350839,0.7471818),(0.9391783,0.7513876),(0.9350839,0.7513876),(0.9432497,0.7513876),(0.9473058,0.7471818),(0.9473058,0.7513876),(0.930959,0.7387698),(0.9268106,0.7387698),(0.930959,0.7429769),(0.9268106,0.7429769),(0.9226453,0.7387698),(0.9184701,0.7387698),(0.9184701,0.7429769),(0.9226453,0.7429769),(0.9226453,0.7471818),(0.9268106,0.7471818),(0.9184701,0.7471818),(0.9184701,0.7513876),(0.9226453,0.7513876),(0.9268106,0.7513876),(0.930959,0.7471818),(0.930959,0.7513876),(0.9142919,0.7387698),(0.910111,0.7387698),(0.9101109,0.7429769),(0.9142919,0.7429769),(0.9059278,0.7387698),(0.9017429,0.7387698),(0.9017429,0.7429769),(0.9059278,0.7429769),(0.9059278,0.7471818),(0.910111,0.7471818),(0.9017429,0.7471818),(0.9017428,0.7513876),(0.9059278,0.7513876),(0.9101109,0.7513876),(0.9142919,0.7471818),(0.9142919,0.7513876),(0.8975567,0.7387698),(0.8933688,0.7387698),(0.8933688,0.7429769),(0.8975567,0.7429769),(0.8891787,0.7387698),(0.8849859,0.7387698),(0.8849859,0.7429769),(0.8891788,0.7429769),(0.8891787,0.7471818),(0.8933688,0.7471818),(0.8849859,0.7471818),(0.8849859,0.7513876),(0.8891788,0.7513876),(0.8933688,0.7513876),(0.8975567,0.7471818),(0.8975567,0.7513876),(0.8807898,0.7387698),(0.8765806,0.7387698),(0.8765807,0.7429769),(0.8807898,0.7429769),(0.8723488,0.7387698),(0.8680845,0.7387698),(0.8680845,0.7429769),(0.8723488,0.7429769),(0.8723488,0.7471818),(0.8765806,0.7471818),(0.8680845,0.7471818),(0.8680845,0.7513876),(0.8723488,0.7513876),(0.8765806,0.7513876),(0.8807898,0.7471818),(0.8807898,0.7513876),(0.8637781,0.7387698),(0.8594491,0.7387698),(0.8594491,0.7429769),(0.8637781,0.7429769),(0.8551173,0.7387698),(0.8508024,0.7387698),(0.8508024,0.7429769),(0.8551173,0.7429769),(0.8551173,0.7471818),(0.8594491,0.7471818),(0.8508024,0.7471818),(0.8508024,0.7513876),(0.8551173,0.7513876),(0.859449,0.7513876),(0.8637781,0.7471818),(0.8637781,0.7513876),(0.846524,0.7387698),(0.8422731,0.7387698),(0.8422731,0.7429769),(0.846524,0.7429769),(0.8380403,0.7387698),(0.8338165,0.7387698),(0.8338165,0.7429769),(0.8380403,0.7429769),(0.8380403,0.7471818),(0.8422731,0.7471818),(0.8338165,0.7471818),(0.8338165,0.7513876),(0.8380404,0.7513876),(0.8422731,0.7513876),(0.846524,0.7471818),(0.846524,0.7513876),(0.8295926,0.7387698),(0.8253628,0.7387698),(0.8253628,0.7429769),(0.8295926,0.7429769),(0.8211217,0.7387698),(0.8168637,0.7387698),(0.8168637,0.7429769),(0.8211217,0.7429769),(0.8211217,0.7471818),(0.8253628,0.7471818),(0.8168637,0.7471818),(0.8211217,0.7513876),(0.8168637,0.7513876),(0.8253628,0.7513876),(0.8295926,0.7471818),(0.8295926,0.7513876),(0.8125832,0.7387698),(0.8082899,0.7387698),(0.8082899,0.7429769),(0.8125832,0.7429769),(0.8039935,0.7387698),(0.7997035,0.7387698),(0.7997035,0.7429769),(0.8039935,0.7429769),(0.8039935,0.7471818),(0.8082899,0.7471818),(0.7997035,0.7471818),(0.7997035,0.7513876),(0.8039935,0.7513876),(0.8082899,0.7513876),(0.8125832,0.7471818),(0.8125832,0.7513876),(0.7954297,0.7387698),(0.7911757,0.7387698),(0.7911757,0.7429769),(0.7954297,0.7429769),(0.7869452,0.7387698),(0.7827417,0.7387698),(0.7827417,0.7429769),(0.7869452,0.7429769),(0.7869452,0.7471818),(0.7911757,0.7471818),(0.7827417,0.7471818),(0.7869452,0.7513876),(0.7827417,0.7513876),(0.7911757,0.7513876),(0.7954297,0.7471818),(0.7954297,0.7513876),(0.7785689,0.7387698),(0.7744211,0.7387698),(0.7785689,0.7429769),(0.7744212,0.7429769),(0.7702925,0.7387698),(0.7661775,0.7387698),(0.7702925,0.7429769),(0.7661775,0.7429769),(0.7744212,0.7471818),(0.7702925,0.7471818),(0.7661775,0.7471818),(0.7702925,0.7513876),(0.7661775,0.7513876),(0.7744212,0.7513876),(0.778569,0.7471818),(0.778569,0.7513876),(0.7620703,0.7387698),(0.757961,0.7387698),(0.7620703,0.7429769),(0.757961,0.7429769),(0.7538399,0.7387698),(0.7496969,0.7387698),(0.7538399,0.7429769),(0.7496969,0.7429769),(0.757961,0.7471818),(0.7538399,0.7471818),(0.7496969,0.7471818),(0.7538399,0.7513876),(0.7496969,0.7513876),(0.757961,0.7513876),(0.7620703,0.7471818),(0.7620703,0.7513876),(0.7455223,0.7387698),(0.7413244,0.7387698),(0.7455223,0.7429769),(0.7413245,0.7429769),(0.7371117,0.7387698),(0.7328922,0.7387698),(0.7328923,0.7429769),(0.7371117,0.7429769),(0.7371117,0.7471818),(0.7413245,0.7471818),(0.7328922,0.7471818),(0.7328922,0.7513876),(0.7371117,0.7513876),(0.7413245,0.7513876),(0.7455223,0.7471818),(0.7455223,0.7513876),(0.7286744,0.7387698),(0.7244572,0.7387698),(0.7244572,0.7429769),(0.7286744,0.7429769),(0.7202395,0.7387698),(0.71602,0.7387698),(0.71602,0.7429769),(0.7202395,0.7429769),(0.7202395,0.7471818),(0.7244572,0.7471818),(0.71602,0.7471818),(0.71602,0.7513876),(0.7202394,0.7513876),(0.7244572,0.7513876),(0.7286744,0.7471818),(0.7286744,0.7513876),(0.7117977,0.7387698),(0.7075742,0.7387698),(0.7075742,0.7429769),(0.7117977,0.7429769),(0.7033514,0.7387698),(0.6991307,0.7387698),(0.6991307,0.7429769),(0.7033514,0.7429769),(0.7033514,0.7471818),(0.7075742,0.7471818),(0.6991307,0.7471818),(0.6991307,0.7513876),(0.7033514,0.7513876),(0.7075742,0.7513876),(0.7117977,0.7471818),(0.7117977,0.7513876),(0.6949139,0.7387698),(0.6906992,0.7387698),(0.6906992,0.7429769),(0.6949139,0.7429769),(0.6864849,0.7387698),(0.6822694,0.7387698),(0.6822693,0.7429769),(0.6864849,0.7429769),(0.6864849,0.7471818),(0.6906992,0.7471818),(0.6822694,0.7471818),(0.6822693,0.7513876),(0.6864849,0.7513876),(0.6906992,0.7513876),(0.6949139,0.7471818),(0.6949139,0.7513876),(0.6780508,0.7387698),(0.6738272,0.7387698),(0.6738272,0.7429769),(0.6780507,0.7429769),(0.6695971,0.7387698),(0.6653587,0.7387698),(0.6653587,0.7429769),(0.6695971,0.7429769),(0.6695971,0.7471818),(0.6738272,0.7471818),(0.6653587,0.7471818),(0.6653587,0.7513876),(0.6695971,0.7513876),(0.6738272,0.7513876),(0.6780508,0.7471818),(0.6780507,0.7513876),(0.6611102,0.7387698),(0.6568571,0.7387698),(0.6568571,0.7429769),(0.6611102,0.7429769),(0.6526053,0.7387698),(0.6483604,0.7387698),(0.6483604,0.7429769),(0.6526054,0.7429769),(0.6526054,0.7471818),(0.6568571,0.7471818),(0.6483604,0.7471818),(0.6483604,0.7513876),(0.6526053,0.7513876),(0.6568571,0.7513876),(0.6611102,0.7471818),(0.6611102,0.7513876),(0.6441281,0.7387698),(0.6399043,0.7387698),(0.6399043,0.7429769),(0.6441281,0.7429769),(0.635685,0.7387698),(0.6314663,0.7387698),(0.6314663,0.7429769),(0.635685,0.7429769),(0.635685,0.7471818),(0.6399043,0.7471818),(0.6314663,0.7471818),(0.6314663,0.7513876),(0.635685,0.7513876),(0.6399043,0.7513876),(0.6441281,0.7471818),(0.6441281,0.7513876),(0.627244,0.7387698),(0.6230208,0.7387698),(0.6230209,0.7429769),(0.627244,0.7429769),(0.6187993,0.7387698),(0.6145822,0.7387698),(0.6145822,0.7429769),(0.6187993,0.7429769),(0.6187993,0.7471818),(0.6230208,0.7471818),(0.6145822,0.7471818),(0.6145822,0.7513876),(0.6187993,0.7513876),(0.6230209,0.7513876),(0.627244,0.7471818),(0.627244,0.7513876),(0.6103719,0.7387698),(0.6061606,0.7387698),(0.6061606,0.7429769),(0.6103719,0.7429769),(0.6019406,0.7387698),(0.5977041,0.7387698),(0.5977041,0.7429769),(0.6019406,0.7429769),(0.6019406,0.7471818),(0.6061606,0.7471818),(0.5977041,0.7471818),(0.5977041,0.7513876),(0.6019406,0.7513876),(0.6061606,0.7513876),(0.6103719,0.7471818),(0.6103719,0.7513876),(0.5934432,0.7387698),(0.589169,0.7387698),(0.589169,0.7429769),(0.5934432,0.7429769),(0.5848927,0.7387698),(0.5806257,0.7387698),(0.5806257,0.7429769),(0.5848927,0.7429769),(0.5848927,0.7471818),(0.589169,0.7471818),(0.5806257,0.7471818),(0.5806257,0.7513876),(0.5848927,0.7513876),(0.589169,0.7513876),(0.5934432,0.7471818),(0.5934432,0.7513876),(0.5763788,0.7387698),(0.572147,0.7387698),(0.572147,0.7429769),(0.5763788,0.7429769),(0.567925,0.7387698),(0.5637077,0.7387698),(0.5637077,0.7429769),(0.567925,0.7429769),(0.567925,0.7471818),(0.572147,0.7471818),(0.5637077,0.7471818),(0.5637077,0.7513876),(0.567925,0.7513876),(0.572147,0.7513876),(0.5763788,0.7471818),(0.5763788,0.7513876),(0.55949,0.7387698),(0.5552715,0.7387698),(0.5552715,0.7429769),(0.55949,0.7429769),(0.5510522,0.7387698),(0.5468317,0.7387698),(0.5468317,0.7429769),(0.5510522,0.7429769),(0.5510522,0.7471818),(0.5552715,0.7471818),(0.5468317,0.7471818),(0.5510522,0.7513876),(0.5468317,0.7513876),(0.5552715,0.7513876),(0.55949,0.7471818),(0.55949,0.7513876),(0.5426099,0.7387698),(0.5383899,0.7387698),(0.5383899,0.7429769),(0.5426099,0.7429769),(0.5341746,0.7387698),(0.5299669,0.7387698),(0.5299669,0.7429769),(0.5341746,0.7429769),(0.5341746,0.7471818),(0.5383899,0.7471818),(0.5299669,0.7471818),(0.529967,0.7513876),(0.5341746,0.7513876),(0.5383899,0.7513876),(0.5426099,0.7471818),(0.5426099,0.7513876),(0.52577,0.7387698),(0.5215818,0.7387698),(0.5215818,0.7429769),(0.52577,0.7429769),(0.5174,0.7387698),(0.5132228,0.7387698),(0.5132228,0.7429769),(0.5174,0.7429769),(0.5174,0.7471818),(0.5215818,0.7471818),(0.5132228,0.7471818),(0.5132228,0.7513876),(0.5174,0.7513876),(0.5215818,0.7513876),(0.52577,0.7471818),(0.52577,0.7513876),(0.5090478,0.7387698),(0.5048727,0.7387698),(0.5048727,0.7429769),(0.5090478,0.7429769),(0.5006949,0.7387698),(0.4965119,0.7387698),(0.4965119,0.7429769),(0.5006949,0.7429769),(0.5006949,0.7471818),(0.5048727,0.7471818),(0.4965119,0.7471818),(0.4965119,0.7513876),(0.5006949,0.7513876),(0.5048727,0.7513876),(0.5090478,0.7471818),(0.5090478,0.7513876),(0.4923214,0.7387698),(0.4881234,0.7387698),(0.4881234,0.7429769),(0.4923214,0.7429769),(0.4839184,0.7387698),(0.4797065,0.7387698),(0.4797065,0.7429769),(0.4839184,0.7429769),(0.4839184,0.7471818),(0.4881234,0.7471818),(0.4797065,0.7471818),(0.4797064,0.7513876),(0.4839184,0.7513876),(0.4881234,0.7513876),(0.4923214,0.7471818),(0.4923214,0.7513876),(0.4754879,0.7387698),(0.4712752,0.7387698),(0.4712752,0.7429769),(0.4754879,0.7429769),(0.4670808,0.7387698),(0.4629171,0.7387698),(0.4629171,0.7429769),(0.4670808,0.7429769),(0.4670808,0.7471818),(0.4712752,0.7471818),(0.4629171,0.7471818),(0.4629171,0.7513876),(0.4670808,0.7513876),(0.4712752,0.7513876),(0.4754879,0.7471818),(0.4754879,0.7513876),(0.4587967,0.7387698),(0.4547031,0.7387698),(0.4547031,0.7429769),(0.4587967,0.7429769),(0.4506197,0.7387698),(0.44653,0.7387698),(0.44653,0.7429769),(0.4506197,0.7429769),(0.4506197,0.7471818),(0.4547031,0.7471818),(0.44653,0.7471818),(0.44653,0.7513876),(0.4506197,0.7513876),(0.4547031,0.7513876),(0.4587967,0.7471818),(0.4587967,0.7513876),(0.4424174,0.7387698),(0.4382856,0.7387698),(0.4382856,0.7429769),(0.4424174,0.7429769),(0.4341379,0.7387698),(0.429978,0.7387698),(0.429978,0.7429769),(0.4341379,0.7429769),(0.4341379,0.7471818),(0.4382856,0.7471818),(0.429978,0.7471818),(0.4341379,0.7513876),(0.429978,0.7513876),(0.4382856,0.7513876),(0.4424174,0.7471818),(0.4424174,0.7513876),(0.4258092,0.7387698),(0.4216311,0.7387698),(0.4258092,0.7429769),(0.4216312,0.7429769),(0.4174434,0.7387698),(0.4132456,0.7387698),(0.4132456,0.7429769),(0.4174434,0.7429769),(0.4174434,0.7471818),(0.4216312,0.7471818),(0.4132456,0.7471818),(0.4132456,0.7513876),(0.4174434,0.7513876),(0.4216312,0.7513876),(0.4258092,0.7471818),(0.4258092,0.7513876),(0.4090372,0.7387698),(0.4048201,0.7387698),(0.4048201,0.7429769),(0.4090372,0.7429769),(0.4005963,0.7387698),(0.3963675,0.7387698),(0.4005963,0.7429769),(0.3963675,0.7429769),(0.4048201,0.7471818),(0.4005963,0.7471818),(0.3963675,0.7471818),(0.4005963,0.7513876),(0.3963675,0.7513876),(0.4048201,0.7513876),(0.4090372,0.7471818),(0.4090372,0.7513876),(0.3921357,0.7387698),(0.3879012,0.7387698),(0.3921357,0.7429769),(0.3879012,0.7429769),(0.3836642,0.7387698),(0.3794248,0.7387698),(0.3836642,0.7429769),(0.3794249,0.7429769),(0.3879012,0.7471818),(0.3836642,0.7471818),(0.3794248,0.7471818),(0.3836642,0.7513876),(0.3794248,0.7513876),(0.3879012,0.7513876),(0.3921357,0.7471818),(0.3921357,0.7513876),(0.3751834,0.7387698),(0.3709441,0.7387698),(0.3751834,0.7429769),(0.3709441,0.7429769),(0.3667112,0.7387698),(0.3624887,0.7387698),(0.3667112,0.7429769),(0.3624887,0.7429769),(0.3709442,0.7471818),(0.3667112,0.7471818),(0.3624887,0.7471818),(0.3667112,0.7513876),(0.3624887,0.7513876),(0.3709441,0.7513876),(0.3751834,0.7471818),(0.3751834,0.7513876),(0.358281,0.7387698),(0.3540821,0.7387698),(0.358281,0.7429769),(0.3540821,0.7429769),(0.3498864,0.7387698),(0.3456882,0.7387698),(0.3498864,0.7429769),(0.3456882,0.7429769),(0.3540821,0.7471818),(0.3498864,0.7471818),(0.3456882,0.7471818),(0.3498864,0.7513876),(0.3456882,0.7513876),(0.3540821,0.7513876),(0.3582809,0.7471818),(0.358281,0.7513876),(0.3414817,0.7387698),(0.3372694,0.7387698),(0.3414817,0.7429769),(0.3372695,0.7429769),(0.3330541,0.7387698),(0.3288383,0.7387698),(0.3330541,0.7429769),(0.3288383,0.7429769),(0.3372695,0.7471818),(0.3330541,0.7471818),(0.3288383,0.7471818),(0.3330541,0.7513876),(0.3288383,0.7513876),(0.3372695,0.7513876),(0.3414817,0.7471818),(0.3414817,0.7513876),(0.3246247,0.7387698),(0.3204179,0.7387698),(0.3204179,0.7429769),(0.3246247,0.7429769),(0.3162228,0.7387698),(0.3120441,0.7387698),(0.3120441,0.7429769),(0.3162228,0.7429769),(0.3162228,0.7471818),(0.3204179,0.7471818),(0.3120441,0.7471818),(0.3120441,0.7513876),(0.3162228,0.7513876),(0.3204179,0.7513876),(0.3246247,0.7471818),(0.3246247,0.7513876),(0.3078868,0.7387698),(0.3037427,0.7387698),(0.3078868,0.7429769),(0.3037427,0.7429769),(0.2996041,0.7387698),(0.2954631,0.7387698),(0.2996041,0.7429769),(0.2954631,0.7429769),(0.3037428,0.7471818),(0.2996041,0.7471818),(0.2954631,0.7471818),(0.2996041,0.7513876),(0.2954631,0.7513876),(0.3037427,0.7513876),(0.3078868,0.7471818),(0.3078868,0.7513876),(0.2913116,0.7387698),(0.2871543,0.7387698),(0.2913116,0.7429769),(0.2871543,0.7429769),(0.2829956,0.7387698),(0.2788399,0.7387698),(0.2829956,0.7429769),(0.2788399,0.7429769),(0.2871543,0.7471818),(0.2829956,0.7471818),(0.2788399,0.7471818),(0.2829956,0.7513876),(0.2788399,0.7513876),(0.2871543,0.7513876),(0.2913116,0.7471818),(0.2913116,0.7513876),(0.2746918,0.7387698),(0.2705556,0.7387698),(0.2705556,0.7429769),(0.2746918,0.7429769),(0.2664356,0.7387698),(0.262336,0.7387698),(0.262336,0.7429769),(0.2664356,0.7429769),(0.2705556,0.7471818),(0.2664356,0.7471818),(0.262336,0.7471818),(0.2664356,0.7513876),(0.262336,0.7513876),(0.2705556,0.7513876),(0.2746918,0.7471818),(0.2746918,0.7513876),(0.2582613,0.7387698),(0.254209,0.7387698),(0.2582613,0.7429769),(0.254209,0.7429769),(0.2501769,0.7387698),(0.2461624,0.7387698),(0.2501769,0.7429769),(0.2461624,0.7429769),(0.254209,0.7471818),(0.2501769,0.7471818),(0.2461624,0.7471818),(0.2501769,0.7513876),(0.2461624,0.7513876),(0.254209,0.7513876),(0.2582613,0.7471818),(0.2582613,0.7513876),(0.2421634,0.7387698),(0.238164,0.7387698),(0.2421634,0.7429769),(0.238164,0.7429769),(0.2341487,0.7387698),(0.2301017,0.7387698),(0.2341487,0.7429769),(0.2301017,0.7429769),(0.238164,0.7471818),(0.2341487,0.7471818),(0.2301017,0.7471818),(0.2341487,0.7513876),(0.2301017,0.7513876),(0.238164,0.7513876),(0.2421634,0.7471818),(0.2421634,0.7513876),(0.2260074,0.7387698),(0.2218787,0.7387698),(0.2260074,0.7429769),(0.2218787,0.7429769),(0.2177283,0.7387698),(0.2135691,0.7387698),(0.2135692,0.7429769),(0.2177283,0.7429769),(0.2177283,0.7471818),(0.2218787,0.7471818),(0.2135691,0.7471818),(0.2135692,0.7513876),(0.2177283,0.7513876),(0.2218787,0.7513876),(0.2260074,0.7471818),(0.2260074,0.7513876),(0.2094141,0.7387698),(0.2052627,0.7387698),(0.2094141,0.7429769),(0.2052627,0.7429769),(0.2011147,0.7387698),(0.1969699,0.7387698),(0.2011147,0.7429769),(0.1969699,0.7429769),(0.2052627,0.7471818),(0.2011147,0.7471818),(0.1969699,0.7471818),(0.2011147,0.7513876),(0.1969699,0.7513876),(0.2052627,0.7513876),(0.2094141,0.7471818),(0.2094141,0.7513876),(0.1928277,0.7387698),(0.1886888,0.7387698),(0.1928277,0.7429769),(0.1886888,0.7429769),(0.1845533,0.7387698),(0.1804218,0.7387698),(0.1845533,0.7429769),(0.1804218,0.7429769),(0.1886888,0.7471818),(0.1845533,0.7471818),(0.1804218,0.7471818),(0.1845533,0.7513876),(0.1804218,0.7513876),(0.1886888,0.7513876),(0.1928277,0.7471818),(0.1928277,0.7513876),(0.1762946,0.7387698),(0.1721701,0.7387698),(0.1762946,0.7429769),(0.1721701,0.7429769),(0.1680468,0.7387698),(0.163923,0.7387698),(0.1680468,0.7429769),(0.163923,0.7429769),(0.1721701,0.7471818),(0.1680468,0.7471818),(0.163923,0.7471818),(0.1680468,0.7513876),(0.163923,0.7513876),(0.1721701,0.7513876),(0.1762946,0.7471818),(0.1762946,0.7513876),(0.1597973,0.7387698),(0.1556691,0.7387698),(0.1597973,0.7429769),(0.1556691,0.7429769),(0.1515382,0.7387698),(0.1474041,0.7387698),(0.1515382,0.7429769),(0.1474041,0.7429769),(0.1556691,0.7471818),(0.1515382,0.7471818),(0.1474041,0.7471818),(0.1515382,0.7513876),(0.1474041,0.7513876),(0.1556691,0.7513876),(0.1597973,0.7471818),(0.1597973,0.7513876),(0.1432664,0.7387698),(0.1391259,0.7387698),(0.1432664,0.7429769),(0.1391259,0.7429769),(0.134983,0.7387698),(0.1308385,0.7387698),(0.134983,0.7429769),(0.1308385,0.7429769),(0.1391259,0.7471818),(0.134983,0.7471818),(0.1308385,0.7471818),(0.134983,0.7513876),(0.1308385,0.7513876),(0.1391259,0.7513876),(0.1432664,0.7471818),(0.1432664,0.7513876),(0.126693,0.7387698),(0.12255,0.7387698),(0.126693,0.7429769),(0.12255,0.7429769),(0.1184131,0.7387698),(0.1142857,0.7387698),(0.1184131,0.7429769),(0.1142857,0.7429769),(0.12255,0.7471818),(0.1184131,0.7471818),(0.1142857,0.7471818),(0.1184131,0.7513876),(0.1142857,0.7513876),(0.12255,0.7513876),(0.126693,0.7471818),(0.126693,0.7513876),(0.1101713,0.7387698),(0.1060752,0.7387698),(0.1101713,0.7429769),(0.1060752,0.7429769),(0.1020023,0.7387698),(0.09795791,0.7387698),(0.1020023,0.7429769),(0.09795791,0.7429769),(0.1060752,0.7471818),(0.1020023,0.7471818),(0.09795791,0.7471818),(0.1020023,0.7513876),(0.09795791,0.7513876),(0.1060752,0.7513876),(0.1101713,0.7471818),(0.1101713,0.7513876),(0.09394707,0.7387698),(0.08994583,0.7387698),(0.09394707,0.7429769),(0.08994584,0.7429769),(0.08593026,0.7387698),(0.08187638,0.7387698),(0.08593025,0.7429769),(0.08187637,0.7429769),(0.08994584,0.7471818),(0.08593026,0.7471818),(0.08187638,0.7471818),(0.08593026,0.7513876),(0.08187638,0.7513876),(0.08994584,0.7513876),(0.09394707,0.7471818),(0.09394707,0.7513876),(0.07776025,0.7387698),(0.07361087,0.7387698),(0.07776025,0.7429769),(0.07361087,0.7429769),(0.06945725,0.7387698),(0.06532837,0.7387698),(0.06945725,0.7429769),(0.06532837,0.7429769),(0.07361087,0.7471818),(0.06945725,0.7471818),(0.06532837,0.7471818),(0.06945725,0.7513876),(0.06532837,0.7513876),(0.07361087,0.7513876),(0.07776025,0.7471818),(0.07776025,0.7513876),(0.06125325,0.7387698),(0.05721605,0.7387698),(0.06125325,0.7429769),(0.05721604,0.7429769),(0.05320094,0.7387698),(0.0491921,0.7387698),(0.04919209,0.7429769),(0.05320094,0.7429769),(0.05721605,0.7471818),(0.05320094,0.7471818),(0.0491921,0.7471818),(0.05320094,0.7513876),(0.04919209,0.7513876),(0.05721605,0.7513876),(0.06125325,0.7471818),(0.06125325,0.7513876),(0.04517369,0.7387698),(0.04115105,0.7387698),(0.04115105,0.7429769),(0.04517369,0.7429769),(0.0371295,0.7387698),(0.03311438,0.7387698),(0.0371295,0.7429769),(0.03311437,0.7429769),(0.0371295,0.7471818),(0.04115105,0.7471818),(0.03311438,0.7471818),(0.03311438,0.7513876),(0.0371295,0.7513876),(0.04115105,0.7513876),(0.04517369,0.7471818),(0.04517369,0.7513876),(0.029111,0.7387698),(0.02511186,0.7387698),(0.029111,0.7429769),(0.02511186,0.7429769),(0.02110944,0.7387698),(0.01709622,0.7387698),(0.02110944,0.7429769),(0.01709622,0.7429769),(0.02511186,0.7471818),(0.02110944,0.7471818),(0.01709622,0.7471818),(0.02110944,0.7513876),(0.01709622,0.7513876),(0.02511186,0.7513876),(0.029111,0.7471818),(0.029111,0.7513876),(0.01306469,0.7387698),(0.009019421,0.7387709),(0.01306469,0.7429769),(0.009019421,0.742977),(0.004965,0.7387742),(0.000906,0.7387785),(0.004965,0.7429774),(0.000906,0.742978),(0.009019421,0.7471812),(0.004965,0.7471796),(0.000906,0.7471775),(0.004965,0.7513844),(0.000906,0.751377),(0.009019421,0.7513868),(0.01306469,0.7471818),(0.01306469,0.7513876),(0.999094,0.7555935),(0.9951518,0.7555956),(0.9912093,0.7555972),(0.9951518,0.7598137),(0.9912093,0.7598164),(0.999094,0.75981),(0.9872664,0.7555977),(0.983323,0.7555977),(0.9872664,0.7598173),(0.983323,0.7598173),(0.9912093,0.7640483),(0.9872664,0.7640514),(0.983323,0.7640514),(0.9872664,0.7683054),(0.983323,0.7683054),(0.9912093,0.7683007),(0.999094,0.7640265),(0.9951518,0.764039),(0.9951518,0.7682866),(0.999094,0.768243),(0.9793787,0.7555977),(0.9754275,0.7555977),(0.9754274,0.7598173),(0.9793787,0.7598173),(0.9714631,0.7555977),(0.9674796,0.7555977),(0.9714631,0.7598173),(0.9674796,0.7598173),(0.9754274,0.7640514),(0.9714631,0.7640514),(0.9674796,0.7640514),(0.9714631,0.7683054),(0.9674796,0.7683054),(0.9754274,0.7683054),(0.9793787,0.7640514),(0.9793787,0.7683054),(0.9634706,0.7555977),(0.9594426,0.7555977),(0.9634707,0.7598173),(0.9594426,0.7598173),(0.9554016,0.7555977),(0.9513539,0.7555977),(0.9554016,0.7598173),(0.9513539,0.7598173),(0.9594426,0.7640514),(0.9554016,0.7640514),(0.9513539,0.7640514),(0.9554016,0.7683054),(0.9513539,0.7683054),(0.9594425,0.7683054),(0.9634707,0.7640514),(0.9634706,0.7683054),(0.9473058,0.7555977),(0.9432498,0.7555977),(0.9473058,0.7598173),(0.9432497,0.7598173),(0.9391782,0.7555977),(0.9350839,0.7555977),(0.9391783,0.7598173),(0.9350839,0.7598173),(0.9432497,0.7640514),(0.9391782,0.7640514),(0.9350839,0.7640514),(0.9391783,0.7683054),(0.9350839,0.7683054),(0.9432497,0.7683054),(0.9473058,0.7640514),(0.9473058,0.7683054),(0.930959,0.7555977),(0.9268106,0.7555977),(0.930959,0.7598173),(0.9268106,0.7598173),(0.9226453,0.7555977),(0.9184701,0.7555977),(0.9184701,0.7598173),(0.9226453,0.7598173),(0.9226453,0.7640514),(0.9268106,0.7640514),(0.9184701,0.7640514),(0.9184701,0.7683054),(0.9226453,0.7683054),(0.9268106,0.7683054),(0.930959,0.7640514),(0.930959,0.7683054),(0.9142919,0.7555977),(0.910111,0.7555977),(0.9101109,0.7598173),(0.9142919,0.7598173),(0.9059278,0.7555977),(0.9017429,0.7555977),(0.9017429,0.7598173),(0.9059278,0.7598173),(0.9059278,0.7640514),(0.910111,0.7640514),(0.9017429,0.7640514),(0.9017428,0.7683054),(0.9059278,0.7683054),(0.9101109,0.7683054),(0.9142919,0.7640514),(0.9142919,0.7683054),(0.8975567,0.7555977),(0.8933688,0.7555977),(0.8933688,0.7598173),(0.8975567,0.7598173),(0.8891787,0.7555977),(0.8849859,0.7555977),(0.8849859,0.7598173),(0.8891788,0.7598173),(0.8891787,0.7640514),(0.8933688,0.7640514),(0.8849859,0.7640514),(0.8849859,0.7683054),(0.8891788,0.7683054),(0.8933688,0.7683054),(0.8975567,0.7640514),(0.8975567,0.7683054),(0.8807898,0.7555977),(0.8765806,0.7555977),(0.8765807,0.7598173),(0.8807898,0.7598173),(0.8723488,0.7555977),(0.8680845,0.7555977),(0.8680845,0.7598173),(0.8723488,0.7598173),(0.8723488,0.7640514),(0.8765806,0.7640514),(0.8680845,0.7640514),(0.8680845,0.7683054),(0.8723488,0.7683054),(0.8765806,0.7683054),(0.8807898,0.7640514),(0.8807898,0.7683054),(0.8637781,0.7555977),(0.8594491,0.7555977),(0.8594491,0.7598173),(0.8637781,0.7598173),(0.8551173,0.7555977),(0.8508024,0.7555977),(0.8508024,0.7598173),(0.8551173,0.7598173),(0.8551173,0.7640514),(0.8594491,0.7640514),(0.8508024,0.7640514),(0.8508024,0.7683054),(0.8551173,0.7683054),(0.859449,0.7683054),(0.8637781,0.7640514),(0.8637781,0.7683054),(0.846524,0.7555977),(0.8422731,0.7555977),(0.8422731,0.7598173),(0.846524,0.7598173),(0.8380403,0.7555977),(0.8338165,0.7555977),(0.8338165,0.7598173),(0.8380403,0.7598173),(0.8380403,0.7640514),(0.8422731,0.7640514),(0.8338165,0.7640514),(0.8338165,0.7683054),(0.8380404,0.7683054),(0.8422731,0.7683054),(0.846524,0.7640514),(0.846524,0.7683054),(0.8295926,0.7555977),(0.8253628,0.7555977),(0.8253628,0.7598173),(0.8295926,0.7598173),(0.8211217,0.7555977),(0.8168637,0.7555977),(0.8211217,0.7598173),(0.8168637,0.7598173),(0.8253628,0.7640514),(0.8211217,0.7640514),(0.8168637,0.7640514),(0.8211217,0.7683054),(0.8168637,0.7683054),(0.8253628,0.7683054),(0.8295926,0.7640514),(0.8295926,0.7683054),(0.8125832,0.7555977),(0.8082899,0.7555977),(0.8125832,0.7598173),(0.8082899,0.7598173),(0.8039935,0.7555977),(0.7997035,0.7555977),(0.7997035,0.7598173),(0.8039935,0.7598173),(0.8039935,0.7640514),(0.8082899,0.7640514),(0.7997035,0.7640514),(0.7997035,0.7683054),(0.8039935,0.7683054),(0.8082899,0.7683054),(0.8125832,0.7640514),(0.8125832,0.7683054),(0.7954297,0.7555977),(0.7911757,0.7555977),(0.7911757,0.7598173),(0.7954297,0.7598173),(0.7869452,0.7555977),(0.7827417,0.7555977),(0.7869452,0.7598173),(0.7827417,0.7598173),(0.7911757,0.7640514),(0.7869452,0.7640514),(0.7827417,0.7640514),(0.7869452,0.7683054),(0.7827417,0.7683054),(0.7911757,0.7683054),(0.7954297,0.7640514),(0.7954297,0.7683054),(0.7785689,0.7555977),(0.7744211,0.7555977),(0.7785689,0.7598173),(0.7744212,0.7598173),(0.7702925,0.7555977),(0.7661775,0.7555977),(0.7661775,0.7598173),(0.7702925,0.7598173),(0.7702925,0.7640514),(0.7744212,0.7640514),(0.7661775,0.7640514),(0.7661775,0.7683054),(0.7702925,0.7683054),(0.7744212,0.7683054),(0.778569,0.7640514),(0.778569,0.7683054),(0.7620703,0.7555977),(0.757961,0.7555977),(0.757961,0.7598173),(0.7620703,0.7598173),(0.7538399,0.7555977),(0.7496969,0.7555977),(0.7496969,0.7598173),(0.7538399,0.7598173),(0.7538399,0.7640514),(0.757961,0.7640514),(0.7496969,0.7640514),(0.7496969,0.7683054),(0.7538399,0.7683054),(0.757961,0.7683054),(0.7620703,0.7640514),(0.7620703,0.7683054),(0.7455223,0.7555977),(0.7413244,0.7555977),(0.7413245,0.7598173),(0.7455223,0.7598173),(0.7371117,0.7555977),(0.7328922,0.7555977),(0.7328923,0.7598173),(0.7371117,0.7598173),(0.7371117,0.7640514),(0.7413245,0.7640514),(0.7328922,0.7640514),(0.7328922,0.7683054),(0.7371117,0.7683054),(0.7413245,0.7683054),(0.7455223,0.7640514),(0.7455223,0.7683054),(0.7286744,0.7555977),(0.7244572,0.7555977),(0.7244572,0.7598173),(0.7286744,0.7598173),(0.7202395,0.7555977),(0.71602,0.7555977),(0.71602,0.7598173),(0.7202395,0.7598173),(0.7202395,0.7640514),(0.7244572,0.7640514),(0.71602,0.7640514),(0.71602,0.7683054),(0.7202394,0.7683054),(0.7244572,0.7683054),(0.7286744,0.7640514),(0.7286744,0.7683054),(0.7117977,0.7555977),(0.7075742,0.7555977),(0.7075742,0.7598173),(0.7117977,0.7598173),(0.7033514,0.7555977),(0.6991307,0.7555977),(0.6991307,0.7598173),(0.7033514,0.7598173),(0.7033514,0.7640514),(0.7075742,0.7640514),(0.6991307,0.7640514),(0.6991307,0.7683054),(0.7033514,0.7683054),(0.7075742,0.7683054),(0.7117977,0.7640514),(0.7117977,0.7683054),(0.6949139,0.7555977),(0.6906992,0.7555977),(0.6906992,0.7598173),(0.6949139,0.7598173),(0.6864849,0.7555977),(0.6822694,0.7555977),(0.6822693,0.7598173),(0.6864849,0.7598173),(0.6864849,0.7640514),(0.6906992,0.7640514),(0.6822694,0.7640514),(0.6822693,0.7683054),(0.6864849,0.7683054),(0.6906992,0.7683054),(0.6949139,0.7640514),(0.6949139,0.7683054),(0.6780508,0.7555977),(0.6738272,0.7555977),(0.6738272,0.7598173),(0.6780507,0.7598173),(0.6695971,0.7555977),(0.6653587,0.7555977),(0.6653587,0.7598173),(0.6695971,0.7598173),(0.6695971,0.7640514),(0.6738272,0.7640514),(0.6653587,0.7640514),(0.6653587,0.7683054),(0.6695971,0.7683054),(0.6738272,0.7683054),(0.6780508,0.7640514),(0.6780507,0.7683054),(0.6611102,0.7555977),(0.6568571,0.7555977),(0.6568571,0.7598173),(0.6611102,0.7598173),(0.6526053,0.7555977),(0.6483604,0.7555977),(0.6483604,0.7598173),(0.6526054,0.7598173),(0.6526054,0.7640514),(0.6568571,0.7640514),(0.6483604,0.7640514),(0.6483604,0.7683054),(0.6526053,0.7683054),(0.6568571,0.7683054),(0.6611102,0.7640514),(0.6611102,0.7683054),(0.6441281,0.7555977),(0.6399043,0.7555977),(0.6399043,0.7598173),(0.6441281,0.7598173),(0.635685,0.7555977),(0.6314663,0.7555977),(0.6314663,0.7598173),(0.635685,0.7598173),(0.635685,0.7640514),(0.6399043,0.7640514),(0.6314663,0.7640514),(0.6314663,0.7683054),(0.635685,0.7683054),(0.6399043,0.7683054),(0.6441281,0.7640514),(0.6441281,0.7683054),(0.627244,0.7555977),(0.6230208,0.7555977),(0.6230209,0.7598173),(0.627244,0.7598173),(0.6187993,0.7555977),(0.6145822,0.7555977),(0.6145822,0.7598173),(0.6187993,0.7598173),(0.6187993,0.7640514),(0.6230208,0.7640514),(0.6145822,0.7640514),(0.6145822,0.7683054),(0.6187993,0.7683054),(0.6230209,0.7683054),(0.627244,0.7640514),(0.627244,0.7683054),(0.6103719,0.7555977),(0.6061606,0.7555977),(0.6061606,0.7598173),(0.6103719,0.7598173),(0.6019406,0.7555977),(0.5977041,0.7555977),(0.5977041,0.7598173),(0.6019406,0.7598173),(0.6019406,0.7640514),(0.6061606,0.7640514),(0.5977041,0.7640514),(0.5977041,0.7683054),(0.6019406,0.7683054),(0.6061606,0.7683054),(0.6103719,0.7640514),(0.6103719,0.7683054),(0.5934432,0.7555977),(0.589169,0.7555977),(0.589169,0.7598173),(0.5934432,0.7598173),(0.5848927,0.7555977),(0.5806257,0.7555977),(0.5806257,0.7598173),(0.5848927,0.7598173),(0.5848927,0.7640514),(0.589169,0.7640514),(0.5806257,0.7640514),(0.5806257,0.7683054),(0.5848927,0.7683054),(0.589169,0.7683054),(0.5934432,0.7640514),(0.5934432,0.7683054),(0.5763788,0.7555977),(0.572147,0.7555977),(0.572147,0.7598173),(0.5763788,0.7598173),(0.567925,0.7555977),(0.5637077,0.7555977),(0.5637077,0.7598173),(0.567925,0.7598173),(0.567925,0.7640514),(0.572147,0.7640514),(0.5637077,0.7640514),(0.5637077,0.7683054),(0.567925,0.7683054),(0.572147,0.7683054),(0.5763788,0.7640514),(0.5763788,0.7683054),(0.55949,0.7555977),(0.5552715,0.7555977),(0.55949,0.7598173),(0.5552715,0.7598173),(0.5510522,0.7555977),(0.5468317,0.7555977),(0.5510522,0.7598173),(0.5468317,0.7598173),(0.5552715,0.7640514),(0.5510522,0.7640514),(0.5468317,0.7640514),(0.5510522,0.7683054),(0.5468317,0.7683054),(0.5552715,0.7683054),(0.55949,0.7640514),(0.55949,0.7683054),(0.5426099,0.7555977),(0.5383899,0.7555977),(0.5426099,0.7598173),(0.5383899,0.7598173),(0.5341746,0.7555977),(0.5299669,0.7555977),(0.5299669,0.7598173),(0.5341746,0.7598173),(0.5341746,0.7640514),(0.5383899,0.7640514),(0.5299669,0.7640514),(0.529967,0.7683054),(0.5341746,0.7683054),(0.5383899,0.7683054),(0.5426099,0.7640514),(0.5426099,0.7683054),(0.52577,0.7555977),(0.5215818,0.7555977),(0.5215818,0.7598173),(0.52577,0.7598173),(0.5174,0.7555977),(0.5132228,0.7555977),(0.5132228,0.7598173),(0.5174,0.7598173),(0.5174,0.7640514),(0.5215818,0.7640514),(0.5132228,0.7640514),(0.5132228,0.7683054),(0.5174,0.7683054),(0.5215818,0.7683054),(0.52577,0.7640514),(0.52577,0.7683054),(0.5090478,0.7555977),(0.5048727,0.7555977),(0.5048727,0.7598173),(0.5090478,0.7598173),(0.5006949,0.7555977),(0.4965119,0.7555977),(0.4965119,0.7598173),(0.5006949,0.7598173),(0.5006949,0.7640514),(0.5048727,0.7640514),(0.4965119,0.7640514),(0.4965119,0.7683054),(0.5006949,0.7683054),(0.5048727,0.7683054),(0.5090478,0.7640514),(0.5090478,0.7683054),(0.4923214,0.7555977),(0.4881234,0.7555977),(0.4881234,0.7598173),(0.4923214,0.7598173),(0.4839184,0.7555977),(0.4797065,0.7555977),(0.4797065,0.7598173),(0.4839184,0.7598173),(0.4839184,0.7640514),(0.4881234,0.7640514),(0.4797065,0.7640514),(0.4797064,0.7683054),(0.4839184,0.7683054),(0.4881234,0.7683054),(0.4923214,0.7640514),(0.4923214,0.7683054),(0.4754879,0.7555977),(0.4712752,0.7555977),(0.4712752,0.7598173),(0.4754879,0.7598173),(0.4670808,0.7555977),(0.4629171,0.7555977),(0.4629171,0.7598173),(0.4670808,0.7598173),(0.4670808,0.7640514),(0.4712752,0.7640514),(0.4629171,0.7640514),(0.4629171,0.7683054),(0.4670808,0.7683054),(0.4712752,0.7683054),(0.4754879,0.7640514),(0.4754879,0.7683054),(0.4587967,0.7555977),(0.4547031,0.7555977),(0.4547031,0.7598173),(0.4587967,0.7598173),(0.4506197,0.7555977),(0.44653,0.7555977),(0.44653,0.7598173),(0.4506197,0.7598173),(0.4506197,0.7640514),(0.4547031,0.7640514),(0.44653,0.7640514),(0.44653,0.7683054),(0.4506197,0.7683054),(0.4547031,0.7683054),(0.4587967,0.7640514),(0.4587967,0.7683054),(0.4424174,0.7555977),(0.4382856,0.7555977),(0.4382856,0.7598173),(0.4424174,0.7598173),(0.4341379,0.7555977),(0.429978,0.7555977),(0.4341379,0.7598173),(0.429978,0.7598173),(0.4382856,0.7640514),(0.4341379,0.7640514),(0.429978,0.7640514),(0.4341379,0.7683054),(0.429978,0.7683054),(0.4382856,0.7683054),(0.4424174,0.7640514),(0.4424174,0.7683054),(0.4258092,0.7555977),(0.4216311,0.7555977),(0.4216312,0.7598173),(0.4258092,0.7598173),(0.4174434,0.7555977),(0.4132456,0.7555977),(0.4132456,0.7598173),(0.4174434,0.7598173),(0.4174434,0.7640514),(0.4216312,0.7640514),(0.4132456,0.7640514),(0.4132456,0.7683054),(0.4174434,0.7683054),(0.4216312,0.7683054),(0.4258092,0.7640514),(0.4258092,0.7683054),(0.4090372,0.7555977),(0.4048201,0.7555977),(0.4048201,0.7598173),(0.4090372,0.7598173),(0.4005963,0.7555977),(0.3963675,0.7555977),(0.4005963,0.7598173),(0.3963675,0.7598173),(0.4005963,0.7640514),(0.4048201,0.7640514),(0.3963675,0.7640514),(0.4005963,0.7683054),(0.3963675,0.7683054),(0.4048201,0.7683054),(0.4090372,0.7640514),(0.4090372,0.7683054),(0.3921357,0.7555977),(0.3879012,0.7555977),(0.3921357,0.7598173),(0.3879012,0.7598173),(0.3836642,0.7555977),(0.3794248,0.7555977),(0.3836642,0.7598173),(0.3794249,0.7598173),(0.3879012,0.7640514),(0.3836642,0.7640514),(0.3794248,0.7640514),(0.3794248,0.7683054),(0.3836642,0.7683054),(0.3879012,0.7683054),(0.3921357,0.7640514),(0.3921357,0.7683054),(0.3751834,0.7555977),(0.3709441,0.7555977),(0.3751834,0.7598173),(0.3709441,0.7598173),(0.3667112,0.7555977),(0.3624887,0.7555977),(0.3667112,0.7598173),(0.3624887,0.7598173),(0.3709442,0.7640514),(0.3667112,0.7640514),(0.3624887,0.7640514),(0.3667112,0.7683054),(0.3624887,0.7683054),(0.3709441,0.7683054),(0.3751834,0.7640514),(0.3751834,0.7683054),(0.358281,0.7555977),(0.3540821,0.7555977),(0.358281,0.7598173),(0.3540821,0.7598173),(0.3498864,0.7555977),(0.3456882,0.7555977),(0.3498864,0.7598173),(0.3456882,0.7598173),(0.3540821,0.7640514),(0.3498864,0.7640514),(0.3456882,0.7640514),(0.3498864,0.7683054),(0.3456882,0.7683054),(0.3540821,0.7683054),(0.3582809,0.7640514),(0.358281,0.7683054),(0.3414817,0.7555977),(0.3372694,0.7555977),(0.3414817,0.7598173),(0.3372695,0.7598173),(0.3330541,0.7555977),(0.3288383,0.7555977),(0.3330541,0.7598173),(0.3288383,0.7598173),(0.3372695,0.7640514),(0.3330541,0.7640514),(0.3288383,0.7640514),(0.3330541,0.7683054),(0.3288383,0.7683054),(0.3372695,0.7683054),(0.3414817,0.7640514),(0.3414817,0.7683054),(0.3246247,0.7555977),(0.3204179,0.7555977),(0.3246247,0.7598173),(0.3204179,0.7598173),(0.3162228,0.7555977),(0.3120441,0.7555977),(0.3162228,0.7598173),(0.3120441,0.7598173),(0.3204179,0.7640514),(0.3162228,0.7640514),(0.3120441,0.7640514),(0.3162228,0.7683054),(0.3120441,0.7683054),(0.3204179,0.7683054),(0.3246247,0.7640514),(0.3246247,0.7683054),(0.3078868,0.7555977),(0.3037427,0.7555977),(0.3078868,0.7598173),(0.3037427,0.7598173),(0.2996041,0.7555977),(0.2954631,0.7555977),(0.2996041,0.7598173),(0.2954631,0.7598173),(0.3037428,0.7640514),(0.2996041,0.7640514),(0.2954631,0.7640514),(0.2954631,0.7683054),(0.2996041,0.7683054),(0.3037427,0.7683054),(0.3078868,0.7640514),(0.3078868,0.7683054),(0.2913116,0.7555977),(0.2871543,0.7555977),(0.2913116,0.7598173),(0.2871543,0.7598173),(0.2829956,0.7555977),(0.2788399,0.7555977),(0.2829956,0.7598173),(0.2788399,0.7598173),(0.2871543,0.7640514),(0.2829956,0.7640514),(0.2788399,0.7640514),(0.2829956,0.7683054),(0.2788399,0.7683054),(0.2871543,0.7683054),(0.2913116,0.7640514),(0.2913116,0.7683054),(0.2746918,0.7555977),(0.2705556,0.7555977),(0.2746918,0.7598173),(0.2705556,0.7598173),(0.2664356,0.7555977),(0.262336,0.7555977),(0.2664356,0.7598173),(0.262336,0.7598173),(0.2705556,0.7640514),(0.2664356,0.7640514),(0.262336,0.7640514),(0.2664356,0.7683054),(0.262336,0.7683054),(0.2705556,0.7683054),(0.2746918,0.7640514),(0.2746918,0.7683054),(0.2582613,0.7555977),(0.254209,0.7555977),(0.254209,0.7598173),(0.2582613,0.7598173),(0.2501769,0.7555977),(0.2461624,0.7555977),(0.2461624,0.7598173),(0.2501769,0.7598173),(0.2501769,0.7640514),(0.254209,0.7640514),(0.2461624,0.7640514),(0.2501769,0.7683054),(0.2461624,0.7683054),(0.254209,0.7683054),(0.2582613,0.7640514),(0.2582613,0.7683054),(0.2421634,0.7555977),(0.238164,0.7555977),(0.238164,0.7598173),(0.2421634,0.7598173),(0.2341487,0.7555977),(0.2301017,0.7555977),(0.2341487,0.7598173),(0.2301017,0.7598173),(0.238164,0.7640514),(0.2341487,0.7640514),(0.2301017,0.7640514),(0.2341487,0.7683054),(0.2301017,0.7683054),(0.238164,0.7683054),(0.2421634,0.7640514),(0.2421634,0.7683054),(0.2260074,0.7555977),(0.2218787,0.7555977),(0.2260074,0.7598173),(0.2218787,0.7598173),(0.2177283,0.7555977),(0.2135691,0.7555977),(0.2177283,0.7598173),(0.2135692,0.7598173),(0.2218787,0.7640514),(0.2177283,0.7640514),(0.2135691,0.7640514),(0.2177283,0.7683054),(0.2135692,0.7683054),(0.2218787,0.7683054),(0.2260074,0.7640514),(0.2260074,0.7683054),(0.2094141,0.7555977),(0.2052627,0.7555977),(0.2094141,0.7598173),(0.2052627,0.7598173),(0.2011147,0.7555977),(0.1969699,0.7555977),(0.2011147,0.7598173),(0.1969699,0.7598173),(0.2052627,0.7640514),(0.2011147,0.7640514),(0.1969699,0.7640514),(0.1969699,0.7683054),(0.2011147,0.7683054),(0.2052627,0.7683054),(0.2094141,0.7640514),(0.2094141,0.7683054),(0.1928277,0.7555977),(0.1886888,0.7555977),(0.1928277,0.7598173),(0.1886888,0.7598173),(0.1845533,0.7555977),(0.1804218,0.7555977),(0.1845533,0.7598173),(0.1804218,0.7598173),(0.1886888,0.7640514),(0.1845533,0.7640514),(0.1804218,0.7640514),(0.1845533,0.7683054),(0.1804218,0.7683054),(0.1886888,0.7683054),(0.1928277,0.7640514),(0.1928277,0.7683054),(0.1762946,0.7555977),(0.1721701,0.7555977),(0.1762946,0.7598173),(0.1721701,0.7598173),(0.1680468,0.7555977),(0.163923,0.7555977),(0.1680468,0.7598173),(0.163923,0.7598173),(0.1721701,0.7640514),(0.1680468,0.7640514),(0.163923,0.7640514),(0.1680468,0.7683054),(0.163923,0.7683054),(0.1721701,0.7683054),(0.1762946,0.7640514),(0.1762946,0.7683054),(0.1597973,0.7555977),(0.1556691,0.7555977),(0.1597973,0.7598173),(0.1556691,0.7598173),(0.1515382,0.7555977),(0.1474041,0.7555977),(0.1515382,0.7598173),(0.1474041,0.7598173),(0.1556691,0.7640514),(0.1515382,0.7640514),(0.1474041,0.7640514),(0.1515382,0.7683054),(0.1474041,0.7683054),(0.1556691,0.7683054),(0.1597973,0.7640514),(0.1597973,0.7683054),(0.1432664,0.7555977),(0.1391259,0.7555977),(0.1432664,0.7598173),(0.1391259,0.7598173),(0.134983,0.7555977),(0.1308385,0.7555977),(0.134983,0.7598173),(0.1308385,0.7598173),(0.1391259,0.7640514),(0.134983,0.7640514),(0.1308385,0.7640514),(0.134983,0.7683054),(0.1308385,0.7683054),(0.1391259,0.7683054),(0.1432664,0.7640514),(0.1432664,0.7683054),(0.126693,0.7555977),(0.12255,0.7555977),(0.126693,0.7598173),(0.12255,0.7598173),(0.1184131,0.7555977),(0.1142857,0.7555977),(0.1184131,0.7598173),(0.1142857,0.7598173),(0.12255,0.7640514),(0.1184131,0.7640514),(0.1142857,0.7640514),(0.1184131,0.7683054),(0.1142857,0.7683054),(0.12255,0.7683054),(0.126693,0.7640514),(0.126693,0.7683054),(0.1101713,0.7555977),(0.1060752,0.7555977),(0.1101713,0.7598173),(0.1060752,0.7598173),(0.1020023,0.7555977),(0.09795791,0.7555977),(0.1020023,0.7598173),(0.09795791,0.7598173),(0.1060752,0.7640514),(0.1020023,0.7640514),(0.09795791,0.7640514),(0.1020023,0.7683054),(0.09795791,0.7683054),(0.1060752,0.7683054),(0.1101713,0.7640514),(0.1101713,0.7683054),(0.09394707,0.7555977),(0.08994583,0.7555977),(0.09394707,0.7598173),(0.08994584,0.7598173),(0.08593026,0.7555977),(0.08187638,0.7555977),(0.08593025,0.7598173),(0.08187637,0.7598173),(0.08994584,0.7640514),(0.08593026,0.7640514),(0.08187638,0.7640514),(0.08593026,0.7683054),(0.08187638,0.7683054),(0.08994584,0.7683054),(0.09394707,0.7640514),(0.09394707,0.7683054),(0.07776025,0.7555977),(0.07361087,0.7555977),(0.07776025,0.7598173),(0.07361087,0.7598173),(0.06945725,0.7555977),(0.06532837,0.7555977),(0.06945725,0.7598173),(0.06532837,0.7598173),(0.07361087,0.7640514),(0.06945725,0.7640514),(0.06532837,0.7640514),(0.06945725,0.7683054),(0.06532837,0.7683054),(0.07361087,0.7683054),(0.07776025,0.7640514),(0.07776025,0.7683054),(0.06125325,0.7555977),(0.05721605,0.7555977),(0.06125325,0.7598173),(0.05721604,0.7598173),(0.05320094,0.7555977),(0.0491921,0.7555977),(0.05320094,0.7598173),(0.04919209,0.7598173),(0.05721605,0.7640514),(0.05320094,0.7640514),(0.0491921,0.7640514),(0.05320094,0.7683054),(0.04919209,0.7683054),(0.05721605,0.7683054),(0.06125325,0.7640514),(0.06125325,0.7683054),(0.04517369,0.7555977),(0.04115105,0.7555977),(0.04517369,0.7598173),(0.04115105,0.7598173),(0.0371295,0.7555977),(0.03311438,0.7555977),(0.03311437,0.7598173),(0.0371295,0.7598173),(0.0371295,0.7640514),(0.04115105,0.7640514),(0.03311438,0.7640514),(0.0371295,0.7683054),(0.03311438,0.7683054),(0.04115105,0.7683054),(0.04517369,0.7640514),(0.04517369,0.7683054),(0.029111,0.7555977),(0.02511186,0.7555977),(0.02511186,0.7598173),(0.029111,0.7598173),(0.02110944,0.7555977),(0.01709622,0.7555977),(0.01709622,0.7598173),(0.02110944,0.7598173),(0.02110944,0.7640514),(0.02511186,0.7640514),(0.01709622,0.7640514),(0.02110944,0.7683054),(0.01709622,0.7683054),(0.02511186,0.7683054),(0.029111,0.7640514),(0.029111,0.7683054),(0.01306469,0.7555977),(0.009019421,0.7555972),(0.01306469,0.7598173),(0.009019421,0.7598164),(0.004965,0.7555956),(0.000906,0.7555935),(0.004965,0.7598137),(0.000906,0.75981),(0.009019421,0.7640483),(0.004965,0.764039),(0.000906,0.7640265),(0.000906,0.768243),(0.004965,0.7682866),(0.009019421,0.7683007),(0.01306469,0.7640514),(0.01306469,0.7683054),(0.999094,0.7725593),(0.9951518,0.7725717),(0.9912093,0.7725811),(0.9951518,0.7768756),(0.9912093,0.7768756),(0.999094,0.7768755),(0.9872664,0.7725842),(0.983323,0.7725842),(0.9872664,0.7768756),(0.983323,0.7768756),(0.9912093,0.7811704),(0.9872664,0.7811673),(0.983323,0.7811673),(0.9872664,0.7854469),(0.983323,0.7854469),(0.9912093,0.7854515),(0.999094,0.7811918),(0.9951518,0.7811795),(0.9951518,0.7854652),(0.999094,0.785508),(0.9793787,0.7725842),(0.9754275,0.7725842),(0.9793787,0.7768756),(0.9754274,0.7768756),(0.9714631,0.7725842),(0.9674796,0.7725842),(0.9714631,0.7768756),(0.9674796,0.7768756),(0.9754274,0.7811673),(0.9714631,0.7811673),(0.9674796,0.7811673),(0.9714631,0.7854469),(0.9674796,0.7854469),(0.9754274,0.7854469),(0.9793787,0.7811673),(0.9793787,0.7854469),(0.9634706,0.7725842),(0.9594426,0.7725842),(0.9634707,0.7768756),(0.9594426,0.7768756),(0.9554016,0.7725842),(0.9513539,0.7725842),(0.9554016,0.7768756),(0.9513539,0.7768756),(0.9594426,0.7811673),(0.9554016,0.7811673),(0.9513539,0.7811673),(0.9554016,0.7854469),(0.9513539,0.7854469),(0.9594425,0.7854469),(0.9634707,0.7811673),(0.9634706,0.7854469),(0.9473058,0.7725842),(0.9432498,0.7725842),(0.9473058,0.7768756),(0.9432497,0.7768756),(0.9391782,0.7725842),(0.9350839,0.7725842),(0.9350839,0.7768756),(0.9391783,0.7768756),(0.9391782,0.7811673),(0.9432497,0.7811673),(0.9350839,0.7811673),(0.9350839,0.7854469),(0.9391783,0.7854469),(0.9432497,0.7854469),(0.9473058,0.7811673),(0.9473058,0.7854469),(0.930959,0.7725842),(0.9268106,0.7725842),(0.9268106,0.7768756),(0.930959,0.7768756),(0.9226453,0.7725842),(0.9184701,0.7725842),(0.9184701,0.7768756),(0.9226453,0.7768756),(0.9226453,0.7811673),(0.9268106,0.7811673),(0.9184701,0.7811673),(0.9184701,0.7854469),(0.9226453,0.7854469),(0.9268106,0.7854469),(0.930959,0.7811673),(0.930959,0.7854469),(0.9142919,0.7725842),(0.910111,0.7725842),(0.9101109,0.7768756),(0.9142919,0.7768756),(0.9059278,0.7725842),(0.9017429,0.7725842),(0.9017429,0.7768756),(0.9059278,0.7768756),(0.9059278,0.7811673),(0.910111,0.7811673),(0.9017429,0.7811673),(0.9017428,0.7854469),(0.9059278,0.7854469),(0.9101109,0.7854469),(0.9142919,0.7811673),(0.9142919,0.7854469),(0.8975567,0.7725842),(0.8933688,0.7725842),(0.8933688,0.7768756),(0.8975567,0.7768756),(0.8891787,0.7725842),(0.8849859,0.7725842),(0.8849859,0.7768756),(0.8891788,0.7768756),(0.8891787,0.7811673),(0.8933688,0.7811673),(0.8849859,0.7811673),(0.8849859,0.7854469),(0.8891788,0.7854469),(0.8933688,0.7854469),(0.8975567,0.7811673),(0.8975567,0.7854469),(0.8807898,0.7725842),(0.8765806,0.7725842),(0.8765807,0.7768756),(0.8807898,0.7768756),(0.8723488,0.7725842),(0.8680845,0.7725842),(0.8680845,0.7768756),(0.8723488,0.7768756),(0.8723488,0.7811673),(0.8765806,0.7811673),(0.8680845,0.7811673),(0.8723488,0.7854469),(0.8680845,0.7854469),(0.8765806,0.7854469),(0.8807898,0.7811673),(0.8807898,0.7854469),(0.8637781,0.7725842),(0.8594491,0.7725842),(0.8637781,0.7768756),(0.8594491,0.7768756),(0.8551173,0.7725842),(0.8508024,0.7725842),(0.8551173,0.7768756),(0.8508024,0.7768756),(0.8594491,0.7811673),(0.8551173,0.7811673),(0.8508024,0.7811673),(0.8551173,0.7854469),(0.8508024,0.7854469),(0.859449,0.7854469),(0.8637781,0.7811673),(0.8637781,0.7854469),(0.846524,0.7725842),(0.8422731,0.7725842),(0.846524,0.7768756),(0.8422731,0.7768756),(0.8380403,0.7725842),(0.8338165,0.7725842),(0.8380403,0.7768756),(0.8338165,0.7768756),(0.8422731,0.7811673),(0.8380403,0.7811673),(0.8338165,0.7811673),(0.8380404,0.7854469),(0.8338165,0.7854469),(0.8422731,0.7854469),(0.846524,0.7811673),(0.846524,0.7854469),(0.8295926,0.7725842),(0.8253628,0.7725842),(0.8295926,0.7768756),(0.8253628,0.7768756),(0.8211217,0.7725842),(0.8168637,0.7725842),(0.8168637,0.7768756),(0.8211217,0.7768756),(0.8253628,0.7811673),(0.8211217,0.7811673),(0.8168637,0.7811673),(0.8168637,0.7854469),(0.8211217,0.7854469),(0.8253628,0.7854469),(0.8295926,0.7811673),(0.8295926,0.7854469),(0.8125832,0.7725842),(0.8082899,0.7725842),(0.8082899,0.7768756),(0.8125832,0.7768756),(0.8039935,0.7725842),(0.7997035,0.7725842),(0.7997035,0.7768756),(0.8039935,0.7768756),(0.8039935,0.7811673),(0.8082899,0.7811673),(0.7997035,0.7811673),(0.7997035,0.7854469),(0.8039935,0.7854469),(0.8082899,0.7854469),(0.8125832,0.7811673),(0.8125832,0.7854469),(0.7954297,0.7725842),(0.7911757,0.7725842),(0.7911757,0.7768756),(0.7954297,0.7768756),(0.7869452,0.7725842),(0.7827417,0.7725842),(0.7827417,0.7768756),(0.7869452,0.7768756),(0.7869452,0.7811673),(0.7911757,0.7811673),(0.7827417,0.7811673),(0.7827417,0.7854469),(0.7869452,0.7854469),(0.7911757,0.7854469),(0.7954297,0.7811673),(0.7954297,0.7854469),(0.7785689,0.7725842),(0.7744211,0.7725842),(0.7744212,0.7768756),(0.7785689,0.7768756),(0.7702925,0.7725842),(0.7661775,0.7725842),(0.7661775,0.7768756),(0.7702925,0.7768756),(0.7702925,0.7811673),(0.7744212,0.7811673),(0.7661775,0.7811673),(0.7661775,0.7854469),(0.7702925,0.7854469),(0.7744212,0.7854469),(0.778569,0.7811673),(0.778569,0.7854469),(0.7620703,0.7725842),(0.757961,0.7725842),(0.757961,0.7768756),(0.7620703,0.7768756),(0.7538399,0.7725842),(0.7496969,0.7725842),(0.7496969,0.7768756),(0.7538399,0.7768756),(0.7538399,0.7811673),(0.757961,0.7811673),(0.7496969,0.7811673),(0.7496969,0.7854469),(0.7538399,0.7854469),(0.757961,0.7854469),(0.7620703,0.7811673),(0.7620703,0.7854469),(0.7455223,0.7725842),(0.7413244,0.7725842),(0.7413245,0.7768756),(0.7455223,0.7768756),(0.7371117,0.7725842),(0.7328922,0.7725842),(0.7328923,0.7768756),(0.7371117,0.7768756),(0.7371117,0.7811673),(0.7413245,0.7811673),(0.7328922,0.7811673),(0.7328922,0.7854469),(0.7371117,0.7854469),(0.7413245,0.7854469),(0.7455223,0.7811673),(0.7455223,0.7854469),(0.7286744,0.7725842),(0.7244572,0.7725842),(0.7244572,0.7768756),(0.7286744,0.7768756),(0.7202395,0.7725842),(0.71602,0.7725842),(0.71602,0.7768756),(0.7202395,0.7768756),(0.7202395,0.7811673),(0.7244572,0.7811673),(0.71602,0.7811673),(0.71602,0.7854469),(0.7202394,0.7854469),(0.7244572,0.7854469),(0.7286744,0.7811673),(0.7286744,0.7854469),(0.7117977,0.7725842),(0.7075742,0.7725842),(0.7075742,0.7768756),(0.7117977,0.7768756),(0.7033514,0.7725842),(0.6991307,0.7725842),(0.6991307,0.7768756),(0.7033514,0.7768756),(0.7033514,0.7811673),(0.7075742,0.7811673),(0.6991307,0.7811673),(0.6991307,0.7854469),(0.7033514,0.7854469),(0.7075742,0.7854469),(0.7117977,0.7811673),(0.7117977,0.7854469),(0.6949139,0.7725842),(0.6906992,0.7725842),(0.6906992,0.7768756),(0.6949139,0.7768756),(0.6864849,0.7725842),(0.6822694,0.7725842),(0.6822693,0.7768756),(0.6864849,0.7768756),(0.6864849,0.7811673),(0.6906992,0.7811673),(0.6822694,0.7811673),(0.6822693,0.7854469),(0.6864849,0.7854469),(0.6906992,0.7854469),(0.6949139,0.7811673),(0.6949139,0.7854469),(0.6780508,0.7725842),(0.6738272,0.7725842),(0.6738272,0.7768756),(0.6780507,0.7768756),(0.6695971,0.7725842),(0.6653587,0.7725842),(0.6653587,0.7768756),(0.6695971,0.7768756),(0.6695971,0.7811673),(0.6738272,0.7811673),(0.6653587,0.7811673),(0.6653587,0.7854469),(0.6695971,0.7854469),(0.6738272,0.7854469),(0.6780508,0.7811673),(0.6780507,0.7854469),(0.6611102,0.7725842),(0.6568571,0.7725842),(0.6568571,0.7768756),(0.6611102,0.7768756),(0.6526053,0.7725842),(0.6483604,0.7725842),(0.6483604,0.7768756),(0.6526054,0.7768756),(0.6526054,0.7811673),(0.6568571,0.7811673),(0.6483604,0.7811673),(0.6483604,0.7854469),(0.6526053,0.7854469),(0.6568571,0.7854469),(0.6611102,0.7811673),(0.6611102,0.7854469),(0.6441281,0.7725842),(0.6399043,0.7725842),(0.6399043,0.7768756),(0.6441281,0.7768756),(0.635685,0.7725842),(0.6314663,0.7725842),(0.6314663,0.7768756),(0.635685,0.7768756),(0.635685,0.7811673),(0.6399043,0.7811673),(0.6314663,0.7811673),(0.6314663,0.7854469),(0.635685,0.7854469),(0.6399043,0.7854469),(0.6441281,0.7811673),(0.6441281,0.7854469),(0.627244,0.7725842),(0.6230208,0.7725842),(0.6230209,0.7768756),(0.627244,0.7768756),(0.6187993,0.7725842),(0.6145822,0.7725842),(0.6145822,0.7768756),(0.6187993,0.7768756),(0.6187993,0.7811673),(0.6230208,0.7811673),(0.6145822,0.7811673),(0.6145822,0.7854469),(0.6187993,0.7854469),(0.6230209,0.7854469),(0.627244,0.7811673),(0.627244,0.7854469),(0.6103719,0.7725842),(0.6061606,0.7725842),(0.6061606,0.7768756),(0.6103719,0.7768756),(0.6019406,0.7725842),(0.5977041,0.7725842),(0.5977041,0.7768756),(0.6019406,0.7768756),(0.6019406,0.7811673),(0.6061606,0.7811673),(0.5977041,0.7811673),(0.5977041,0.7854469),(0.6019406,0.7854469),(0.6061606,0.7854469),(0.6103719,0.7811673),(0.6103719,0.7854469),(0.5934432,0.7725842),(0.589169,0.7725842),(0.589169,0.7768756),(0.5934432,0.7768756),(0.5848927,0.7725842),(0.5806257,0.7725842),(0.5806257,0.7768756),(0.5848927,0.7768756),(0.5848927,0.7811673),(0.589169,0.7811673),(0.5806257,0.7811673),(0.5806257,0.7854469),(0.5848927,0.7854469),(0.589169,0.7854469),(0.5934432,0.7811673),(0.5934432,0.7854469),(0.5763788,0.7725842),(0.572147,0.7725842),(0.572147,0.7768756),(0.5763788,0.7768756),(0.567925,0.7725842),(0.5637077,0.7725842),(0.5637077,0.7768756),(0.567925,0.7768756),(0.567925,0.7811673),(0.572147,0.7811673),(0.5637077,0.7811673),(0.567925,0.7854469),(0.5637077,0.7854469),(0.572147,0.7854469),(0.5763788,0.7811673),(0.5763788,0.7854469),(0.55949,0.7725842),(0.5552715,0.7725842),(0.5552715,0.7768756),(0.55949,0.7768756),(0.5510522,0.7725842),(0.5468317,0.7725842),(0.5468317,0.7768756),(0.5510522,0.7768756),(0.5510522,0.7811673),(0.5552715,0.7811673),(0.5468317,0.7811673),(0.5468317,0.7854469),(0.5510522,0.7854469),(0.5552715,0.7854469),(0.55949,0.7811673),(0.55949,0.7854469),(0.5426099,0.7725842),(0.5383899,0.7725842),(0.5383899,0.7768756),(0.5426099,0.7768756),(0.5341746,0.7725842),(0.5299669,0.7725842),(0.5299669,0.7768756),(0.5341746,0.7768756),(0.5341746,0.7811673),(0.5383899,0.7811673),(0.5299669,0.7811673),(0.529967,0.7854469),(0.5341746,0.7854469),(0.5383899,0.7854469),(0.5426099,0.7811673),(0.5426099,0.7854469),(0.52577,0.7725842),(0.5215818,0.7725842),(0.5215818,0.7768756),(0.52577,0.7768756),(0.5174,0.7725842),(0.5132228,0.7725842),(0.5132228,0.7768756),(0.5174,0.7768756),(0.5174,0.7811673),(0.5215818,0.7811673),(0.5132228,0.7811673),(0.5132228,0.7854469),(0.5174,0.7854469),(0.5215818,0.7854469),(0.52577,0.7811673),(0.52577,0.7854469),(0.5090478,0.7725842),(0.5048727,0.7725842),(0.5048727,0.7768756),(0.5090478,0.7768756),(0.5006949,0.7725842),(0.4965119,0.7725842),(0.4965119,0.7768756),(0.5006949,0.7768756),(0.5006949,0.7811673),(0.5048727,0.7811673),(0.4965119,0.7811673),(0.4965119,0.7854469),(0.5006949,0.7854469),(0.5048727,0.7854469),(0.5090478,0.7811673),(0.5090478,0.7854469),(0.4923214,0.7725842),(0.4881234,0.7725842),(0.4881234,0.7768756),(0.4923214,0.7768756),(0.4839184,0.7725842),(0.4797065,0.7725842),(0.4797065,0.7768756),(0.4839184,0.7768756),(0.4839184,0.7811673),(0.4881234,0.7811673),(0.4797065,0.7811673),(0.4797064,0.7854469),(0.4839184,0.7854469),(0.4881234,0.7854469),(0.4923214,0.7811673),(0.4923214,0.7854469),(0.4754879,0.7725842),(0.4712752,0.7725842),(0.4712752,0.7768756),(0.4754879,0.7768756),(0.4670808,0.7725842),(0.4629171,0.7725842),(0.4629171,0.7768756),(0.4670808,0.7768756),(0.4670808,0.7811673),(0.4712752,0.7811673),(0.4629171,0.7811673),(0.4629171,0.7854469),(0.4670808,0.7854469),(0.4712752,0.7854469),(0.4754879,0.7811673),(0.4754879,0.7854469),(0.4587967,0.7725842),(0.4547031,0.7725842),(0.4547031,0.7768756),(0.4587967,0.7768756),(0.4506197,0.7725842),(0.44653,0.7725842),(0.44653,0.7768756),(0.4506197,0.7768756),(0.4506197,0.7811673),(0.4547031,0.7811673),(0.44653,0.7811673),(0.44653,0.7854469),(0.4506197,0.7854469),(0.4547031,0.7854469),(0.4587967,0.7811673),(0.4587967,0.7854469),(0.4424174,0.7725842),(0.4382856,0.7725842),(0.4424174,0.7768756),(0.4382856,0.7768756),(0.4341379,0.7725842),(0.429978,0.7725842),(0.4341379,0.7768756),(0.429978,0.7768756),(0.4382856,0.7811673),(0.4341379,0.7811673),(0.429978,0.7811673),(0.4341379,0.7854469),(0.429978,0.7854469),(0.4382856,0.7854469),(0.4424174,0.7811673),(0.4424174,0.7854469),(0.4258092,0.7725842),(0.4216311,0.7725842),(0.4216312,0.7768756),(0.4258092,0.7768756),(0.4174434,0.7725842),(0.4132456,0.7725842),(0.4132456,0.7768756),(0.4174434,0.7768756),(0.4174434,0.7811673),(0.4216312,0.7811673),(0.4132456,0.7811673),(0.4132456,0.7854469),(0.4174434,0.7854469),(0.4216312,0.7854469),(0.4258092,0.7811673),(0.4258092,0.7854469),(0.4090372,0.7725842),(0.4048201,0.7725842),(0.4048201,0.7768756),(0.4090372,0.7768756),(0.4005963,0.7725842),(0.3963675,0.7725842),(0.3963675,0.7768756),(0.4005963,0.7768756),(0.4005963,0.7811673),(0.4048201,0.7811673),(0.3963675,0.7811673),(0.3963675,0.7854469),(0.4005963,0.7854469),(0.4048201,0.7854469),(0.4090372,0.7811673),(0.4090372,0.7854469),(0.3921357,0.7725842),(0.3879012,0.7725842),(0.3879012,0.7768756),(0.3921357,0.7768756),(0.3836642,0.7725842),(0.3794248,0.7725842),(0.3794249,0.7768756),(0.3836642,0.7768756),(0.3836642,0.7811673),(0.3879012,0.7811673),(0.3794248,0.7811673),(0.3794248,0.7854469),(0.3836642,0.7854469),(0.3879012,0.7854469),(0.3921357,0.7811673),(0.3921357,0.7854469),(0.3751834,0.7725842),(0.3709441,0.7725842),(0.3751834,0.7768756),(0.3709441,0.7768756),(0.3667112,0.7725842),(0.3624887,0.7725842),(0.3667112,0.7768756),(0.3624887,0.7768756),(0.3709442,0.7811673),(0.3667112,0.7811673),(0.3624887,0.7811673),(0.3667112,0.7854469),(0.3624887,0.7854469),(0.3709441,0.7854469),(0.3751834,0.7811673),(0.3751834,0.7854469),(0.358281,0.7725842),(0.3540821,0.7725842),(0.358281,0.7768756),(0.3540821,0.7768756),(0.3498864,0.7725842),(0.3456882,0.7725842),(0.3498864,0.7768756),(0.3456882,0.7768756),(0.3540821,0.7811673),(0.3498864,0.7811673),(0.3456882,0.7811673),(0.3498864,0.7854469),(0.3456882,0.7854469),(0.3540821,0.7854469),(0.3582809,0.7811673),(0.358281,0.7854469),(0.3414817,0.7725842),(0.3372694,0.7725842),(0.3414817,0.7768756),(0.3372695,0.7768756),(0.3330541,0.7725842),(0.3288383,0.7725842),(0.3330541,0.7768756),(0.3288383,0.7768756),(0.3372695,0.7811673),(0.3330541,0.7811673),(0.3288383,0.7811673),(0.3330541,0.7854469),(0.3288383,0.7854469),(0.3372695,0.7854469),(0.3414817,0.7811673),(0.3414817,0.7854469),(0.3246247,0.7725842),(0.3204179,0.7725842),(0.3246247,0.7768756),(0.3204179,0.7768756),(0.3162228,0.7725842),(0.3120441,0.7725842),(0.3162228,0.7768756),(0.3120441,0.7768756),(0.3204179,0.7811673),(0.3162228,0.7811673),(0.3120441,0.7811673),(0.3162228,0.7854469),(0.3120441,0.7854469),(0.3204179,0.7854469),(0.3246247,0.7811673),(0.3246247,0.7854469),(0.3078868,0.7725842),(0.3037427,0.7725842),(0.3078868,0.7768756),(0.3037427,0.7768756),(0.2996041,0.7725842),(0.2954631,0.7725842),(0.2954631,0.7768756),(0.2996041,0.7768756),(0.3037428,0.7811673),(0.2996041,0.7811673),(0.2954631,0.7811673),(0.2996041,0.7854469),(0.2954631,0.7854469),(0.3037427,0.7854469),(0.3078868,0.7811673),(0.3078868,0.7854469),(0.2913116,0.7725842),(0.2871543,0.7725842),(0.2913116,0.7768756),(0.2871543,0.7768756),(0.2829956,0.7725842),(0.2788399,0.7725842),(0.2829956,0.7768756),(0.2788399,0.7768756),(0.2871543,0.7811673),(0.2829956,0.7811673),(0.2788399,0.7811673),(0.2829956,0.7854469),(0.2788399,0.7854469),(0.2871543,0.7854469),(0.2913116,0.7811673),(0.2913116,0.7854469),(0.2746918,0.7725842),(0.2705556,0.7725842),(0.2746918,0.7768756),(0.2705556,0.7768756),(0.2664356,0.7725842),(0.262336,0.7725842),(0.2664356,0.7768756),(0.262336,0.7768756),(0.2705556,0.7811673),(0.2664356,0.7811673),(0.262336,0.7811673),(0.2664356,0.7854469),(0.262336,0.7854469),(0.2705556,0.7854469),(0.2746918,0.7811673),(0.2746918,0.7854469),(0.2582613,0.7725842),(0.254209,0.7725842),(0.2582613,0.7768756),(0.254209,0.7768756),(0.2501769,0.7725842),(0.2461624,0.7725842),(0.2501769,0.7768756),(0.2461624,0.7768756),(0.254209,0.7811673),(0.2501769,0.7811673),(0.2461624,0.7811673),(0.2501769,0.7854469),(0.2461624,0.7854469),(0.254209,0.7854469),(0.2582613,0.7811673),(0.2582613,0.7854469),(0.2421634,0.7725842),(0.238164,0.7725842),(0.2421634,0.7768756),(0.238164,0.7768756),(0.2341487,0.7725842),(0.2301017,0.7725842),(0.2341487,0.7768756),(0.2301017,0.7768756),(0.238164,0.7811673),(0.2341487,0.7811673),(0.2301017,0.7811673),(0.2341487,0.7854469),(0.2301017,0.7854469),(0.238164,0.7854469),(0.2421634,0.7811673),(0.2421634,0.7854469),(0.2260074,0.7725842),(0.2218787,0.7725842),(0.2260074,0.7768756),(0.2218787,0.7768756),(0.2177283,0.7725842),(0.2135691,0.7725842),(0.2177283,0.7768756),(0.2135692,0.7768756),(0.2218787,0.7811673),(0.2177283,0.7811673),(0.2135691,0.7811673),(0.2177283,0.7854469),(0.2135692,0.7854469),(0.2218787,0.7854469),(0.2260074,0.7811673),(0.2260074,0.7854469),(0.2094141,0.7725842),(0.2052627,0.7725842),(0.2052627,0.7768756),(0.2094141,0.7768756),(0.2011147,0.7725842),(0.1969699,0.7725842),(0.1969699,0.7768756),(0.2011147,0.7768756),(0.2011147,0.7811673),(0.2052627,0.7811673),(0.1969699,0.7811673),(0.1969699,0.7854469),(0.2011147,0.7854469),(0.2052627,0.7854469),(0.2094141,0.7811673),(0.2094141,0.7854469),(0.1928277,0.7725842),(0.1886888,0.7725842),(0.1886888,0.7768756),(0.1928277,0.7768756),(0.1845533,0.7725842),(0.1804218,0.7725842),(0.1845533,0.7768756),(0.1804218,0.7768756),(0.1886888,0.7811673),(0.1845533,0.7811673),(0.1804218,0.7811673),(0.1845533,0.7854469),(0.1804218,0.7854469),(0.1886888,0.7854469),(0.1928277,0.7811673),(0.1928277,0.7854469),(0.1762946,0.7725842),(0.1721701,0.7725842),(0.1721701,0.7768756),(0.1762946,0.7768756),(0.1680468,0.7725842),(0.163923,0.7725842),(0.163923,0.7768756),(0.1680468,0.7768756),(0.1721701,0.7811673),(0.1680468,0.7811673),(0.163923,0.7811673),(0.1680468,0.7854469),(0.163923,0.7854469),(0.1721701,0.7854469),(0.1762946,0.7811673),(0.1762946,0.7854469),(0.1597973,0.7725842),(0.1556691,0.7725842),(0.1597973,0.7768756),(0.1556691,0.7768756),(0.1515382,0.7725842),(0.1474041,0.7725842),(0.1515382,0.7768756),(0.1474041,0.7768756),(0.1556691,0.7811673),(0.1515382,0.7811673),(0.1474041,0.7811673),(0.1515382,0.7854469),(0.1474041,0.7854469),(0.1556691,0.7854469),(0.1597973,0.7811673),(0.1597973,0.7854469),(0.1432664,0.7725842),(0.1391259,0.7725842),(0.1432664,0.7768756),(0.1391259,0.7768756),(0.134983,0.7725842),(0.1308385,0.7725842),(0.134983,0.7768756),(0.1308385,0.7768756),(0.1391259,0.7811673),(0.134983,0.7811673),(0.1308385,0.7811673),(0.134983,0.7854469),(0.1308385,0.7854469),(0.1391259,0.7854469),(0.1432664,0.7811673),(0.1432664,0.7854469),(0.126693,0.7725842),(0.12255,0.7725842),(0.126693,0.7768756),(0.12255,0.7768756),(0.1184131,0.7725842),(0.1142857,0.7725842),(0.1184131,0.7768756),(0.1142857,0.7768756),(0.12255,0.7811673),(0.1184131,0.7811673),(0.1142857,0.7811673),(0.1184131,0.7854469),(0.1142857,0.7854469),(0.12255,0.7854469),(0.126693,0.7811673),(0.126693,0.7854469),(0.1101713,0.7725842),(0.1060752,0.7725842),(0.1101713,0.7768756),(0.1060752,0.7768756),(0.1020023,0.7725842),(0.09795791,0.7725842),(0.1020023,0.7768756),(0.09795791,0.7768756),(0.1060752,0.7811673),(0.1020023,0.7811673),(0.09795791,0.7811673),(0.1020023,0.7854469),(0.09795791,0.7854469),(0.1060752,0.7854469),(0.1101713,0.7811673),(0.1101713,0.7854469),(0.09394707,0.7725842),(0.08994583,0.7725842),(0.09394707,0.7768756),(0.08994584,0.7768756),(0.08593026,0.7725842),(0.08187638,0.7725842),(0.08593025,0.7768756),(0.08187637,0.7768756),(0.08994584,0.7811673),(0.08593026,0.7811673),(0.08187638,0.7811673),(0.08593026,0.7854469),(0.08187638,0.7854469),(0.08994584,0.7854469),(0.09394707,0.7811673),(0.09394707,0.7854469),(0.07776025,0.7725842),(0.07361087,0.7725842),(0.07776025,0.7768756),(0.07361087,0.7768756),(0.06945725,0.7725842),(0.06532837,0.7725842),(0.06945725,0.7768756),(0.06532837,0.7768756),(0.07361087,0.7811673),(0.06945725,0.7811673),(0.06532837,0.7811673),(0.06945725,0.7854469),(0.06532837,0.7854469),(0.07361087,0.7854469),(0.07776025,0.7811673),(0.07776025,0.7854469),(0.06125325,0.7725842),(0.05721605,0.7725842),(0.06125325,0.7768756),(0.05721604,0.7768756),(0.05320094,0.7725842),(0.0491921,0.7725842),(0.04919209,0.7768756),(0.05320094,0.7768756),(0.05320094,0.7811673),(0.05721605,0.7811673),(0.0491921,0.7811673),(0.04919209,0.7854469),(0.05320094,0.7854469),(0.05721605,0.7854469),(0.06125325,0.7811673),(0.06125325,0.7854469),(0.04517369,0.7725842),(0.04115105,0.7725842),(0.04517369,0.7768756),(0.04115105,0.7768756),(0.0371295,0.7725842),(0.03311438,0.7725842),(0.0371295,0.7768756),(0.03311437,0.7768756),(0.04115105,0.7811673),(0.0371295,0.7811673),(0.03311438,0.7811673),(0.0371295,0.7854469),(0.03311438,0.7854469),(0.04115105,0.7854469),(0.04517369,0.7811673),(0.04517369,0.7854469),(0.029111,0.7725842),(0.02511186,0.7725842),(0.029111,0.7768756),(0.02511186,0.7768756),(0.02110944,0.7725842),(0.01709622,0.7725842),(0.02110944,0.7768756),(0.01709622,0.7768756),(0.02511186,0.7811673),(0.02110944,0.7811673),(0.01709622,0.7811673),(0.02110944,0.7854469),(0.01709622,0.7854469),(0.02511186,0.7854469),(0.029111,0.7811673),(0.029111,0.7854469),(0.01306469,0.7725842),(0.009019421,0.7725811),(0.009019421,0.7768756),(0.01306469,0.7768756),(0.004965,0.7725717),(0.000906,0.7725593),(0.000906,0.7768755),(0.004965,0.7768756),(0.004965,0.7811795),(0.009019421,0.7811704),(0.000906,0.7811918),(0.000906,0.785508),(0.004965,0.7854652),(0.009019421,0.7854515),(0.01306469,0.7811673),(0.01306469,0.7854469),(0.999094,0.7897265),(0.9951518,0.7897143),(0.9912093,0.7897051),(0.9951518,0.793941),(0.9912093,0.793938),(0.999094,0.793945),(0.9872664,0.7897021),(0.983323,0.7897021),(0.9872664,0.793937),(0.983323,0.793937),(0.9912093,0.7981569),(0.9872664,0.798156),(0.983323,0.798156),(0.9872664,0.8023633),(0.983323,0.8023633),(0.9912093,0.8023646),(0.999094,0.7981635),(0.9951518,0.7981597),(0.9951518,0.8023689),(0.999094,0.802382),(0.9793787,0.7897021),(0.9754275,0.7897021),(0.9793787,0.793937),(0.9754274,0.793937),(0.9714631,0.7897021),(0.9674796,0.7897021),(0.9714631,0.793937),(0.9674796,0.793937),(0.9754274,0.798156),(0.9714631,0.798156),(0.9674796,0.798156),(0.9714631,0.8023633),(0.9674796,0.8023633),(0.9754274,0.8023633),(0.9793787,0.798156),(0.9793787,0.8023633),(0.9634706,0.7897021),(0.9594426,0.7897021),(0.9634707,0.793937),(0.9594426,0.793937),(0.9554016,0.7897021),(0.9513539,0.7897021),(0.9554016,0.793937),(0.9513539,0.793937),(0.9594426,0.798156),(0.9554016,0.798156),(0.9513539,0.798156),(0.9554016,0.8023633),(0.9513539,0.8023633),(0.9594425,0.8023633),(0.9634707,0.798156),(0.9634706,0.8023633),(0.9473058,0.7897021),(0.9432498,0.7897021),(0.9432497,0.793937),(0.9473058,0.793937),(0.9391782,0.7897021),(0.9350839,0.7897021),(0.9350839,0.793937),(0.9391783,0.793937),(0.9391782,0.798156),(0.9432497,0.798156),(0.9350839,0.798156),(0.9350839,0.8023633),(0.9391783,0.8023633),(0.9432497,0.8023633),(0.9473058,0.798156),(0.9473058,0.8023633),(0.930959,0.7897021),(0.9268106,0.7897021),(0.9268106,0.793937),(0.930959,0.793937),(0.9226453,0.7897021),(0.9184701,0.7897021),(0.9184701,0.793937),(0.9226453,0.793937),(0.9226453,0.798156),(0.9268106,0.798156),(0.9184701,0.798156),(0.9184701,0.8023633),(0.9226453,0.8023633),(0.9268106,0.8023633),(0.930959,0.798156),(0.930959,0.8023633),(0.9142919,0.7897021),(0.910111,0.7897021),(0.9101109,0.793937),(0.9142919,0.793937),(0.9059278,0.7897021),(0.9017429,0.7897021),(0.9017429,0.793937),(0.9059278,0.793937),(0.9059278,0.798156),(0.910111,0.798156),(0.9017429,0.798156),(0.9017428,0.8023633),(0.9059278,0.8023633),(0.9101109,0.8023633),(0.9142919,0.798156),(0.9142919,0.8023633),(0.8975567,0.7897021),(0.8933688,0.7897021),(0.8933688,0.793937),(0.8975567,0.793937),(0.8891787,0.7897021),(0.8849859,0.7897021),(0.8849859,0.793937),(0.8891788,0.793937),(0.8891787,0.798156),(0.8933688,0.798156),(0.8849859,0.798156),(0.8849859,0.8023633),(0.8891788,0.8023633),(0.8933688,0.8023633),(0.8975567,0.798156),(0.8975567,0.8023633),(0.8807898,0.7897021),(0.8765806,0.7897021),(0.8765807,0.793937),(0.8807898,0.793937),(0.8723488,0.7897021),(0.8680845,0.7897021),(0.8723488,0.793937),(0.8680845,0.793937),(0.8765806,0.798156),(0.8723488,0.798156),(0.8680845,0.798156),(0.8723488,0.8023633),(0.8680845,0.8023633),(0.8765806,0.8023633),(0.8807898,0.798156),(0.8807898,0.8023633),(0.8637781,0.7897021),(0.8594491,0.7897021),(0.8637781,0.793937),(0.8594491,0.793937),(0.8551173,0.7897021),(0.8508024,0.7897021),(0.8551173,0.793937),(0.8508024,0.793937),(0.8594491,0.798156),(0.8551173,0.798156),(0.8508024,0.798156),(0.8551173,0.8023633),(0.8508024,0.8023633),(0.859449,0.8023633),(0.8637781,0.798156),(0.8637781,0.8023633),(0.846524,0.7897021),(0.8422731,0.7897021),(0.846524,0.793937),(0.8422731,0.793937),(0.8380403,0.7897021),(0.8338165,0.7897021),(0.8380403,0.793937),(0.8338165,0.793937),(0.8422731,0.798156),(0.8380403,0.798156),(0.8338165,0.798156),(0.8380404,0.8023633),(0.8338165,0.8023633),(0.8422731,0.8023633),(0.846524,0.798156),(0.846524,0.8023633),(0.8295926,0.7897021),(0.8253628,0.7897021),(0.8253628,0.793937),(0.8295926,0.793937),(0.8211217,0.7897021),(0.8168637,0.7897021),(0.8168637,0.793937),(0.8211217,0.793937),(0.8211217,0.798156),(0.8253628,0.798156),(0.8168637,0.798156),(0.8168637,0.8023633),(0.8211217,0.8023633),(0.8253628,0.8023633),(0.8295926,0.798156),(0.8295926,0.8023633),(0.8125832,0.7897021),(0.8082899,0.7897021),(0.8082899,0.793937),(0.8125832,0.793937),(0.8039935,0.7897021),(0.7997035,0.7897021),(0.7997035,0.793937),(0.8039935,0.793937),(0.8039935,0.798156),(0.8082899,0.798156),(0.7997035,0.798156),(0.7997035,0.8023633),(0.8039935,0.8023633),(0.8082899,0.8023633),(0.8125832,0.798156),(0.8125832,0.8023633),(0.7954297,0.7897021),(0.7911757,0.7897021),(0.7911757,0.793937),(0.7954297,0.793937),(0.7869452,0.7897021),(0.7827417,0.7897021),(0.7827417,0.793937),(0.7869452,0.793937),(0.7869452,0.798156),(0.7911757,0.798156),(0.7827417,0.798156),(0.7827417,0.8023633),(0.7869452,0.8023633),(0.7911757,0.8023633),(0.7954297,0.798156),(0.7954297,0.8023633),(0.7785689,0.7897021),(0.7744211,0.7897021),(0.7744212,0.793937),(0.7785689,0.793937),(0.7702925,0.7897021),(0.7661775,0.7897021),(0.7661775,0.793937),(0.7702925,0.793937),(0.7702925,0.798156),(0.7744212,0.798156),(0.7661775,0.798156),(0.7661775,0.8023633),(0.7702925,0.8023633),(0.7744212,0.8023633),(0.778569,0.798156),(0.778569,0.8023633),(0.7620703,0.7897021),(0.757961,0.7897021),(0.757961,0.793937),(0.7620703,0.793937),(0.7538399,0.7897021),(0.7496969,0.7897021),(0.7496969,0.793937),(0.7538399,0.793937),(0.7538399,0.798156),(0.757961,0.798156),(0.7496969,0.798156),(0.7496969,0.8023633),(0.7538399,0.8023633),(0.757961,0.8023633),(0.7620703,0.798156),(0.7620703,0.8023633),(0.7455223,0.7897021),(0.7413244,0.7897021),(0.7413245,0.793937),(0.7455223,0.793937),(0.7371117,0.7897021),(0.7328922,0.7897021),(0.7328923,0.793937),(0.7371117,0.793937),(0.7371117,0.798156),(0.7413245,0.798156),(0.7328922,0.798156),(0.7328922,0.8023633),(0.7371117,0.8023633),(0.7413245,0.8023633),(0.7455223,0.798156),(0.7455223,0.8023633),(0.7286744,0.7897021),(0.7244572,0.7897021),(0.7244572,0.793937),(0.7286744,0.793937),(0.7202395,0.7897021),(0.71602,0.7897021),(0.71602,0.793937),(0.7202395,0.793937),(0.7202395,0.798156),(0.7244572,0.798156),(0.71602,0.798156),(0.71602,0.8023633),(0.7202394,0.8023633),(0.7244572,0.8023633),(0.7286744,0.798156),(0.7286744,0.8023633),(0.7117977,0.7897021),(0.7075742,0.7897021),(0.7075742,0.793937),(0.7117977,0.793937),(0.7033514,0.7897021),(0.6991307,0.7897021),(0.6991307,0.793937),(0.7033514,0.793937),(0.7033514,0.798156),(0.7075742,0.798156),(0.6991307,0.798156),(0.6991307,0.8023633),(0.7033514,0.8023633),(0.7075742,0.8023633),(0.7117977,0.798156),(0.7117977,0.8023633),(0.6949139,0.7897021),(0.6906992,0.7897021),(0.6906992,0.793937),(0.6949139,0.793937),(0.6864849,0.7897021),(0.6822694,0.7897021),(0.6822693,0.793937),(0.6864849,0.793937),(0.6864849,0.798156),(0.6906992,0.798156),(0.6822694,0.798156),(0.6822693,0.8023633),(0.6864849,0.8023633),(0.6906992,0.8023633),(0.6949139,0.798156),(0.6949139,0.8023633),(0.6780508,0.7897021),(0.6738272,0.7897021),(0.6738272,0.793937),(0.6780507,0.793937),(0.6695971,0.7897021),(0.6653587,0.7897021),(0.6653587,0.793937),(0.6695971,0.793937),(0.6695971,0.798156),(0.6738272,0.798156),(0.6653587,0.798156),(0.6653587,0.8023633),(0.6695971,0.8023633),(0.6738272,0.8023633),(0.6780508,0.798156),(0.6780507,0.8023633),(0.6611102,0.7897021),(0.6568571,0.7897021),(0.6568571,0.793937),(0.6611102,0.793937),(0.6526053,0.7897021),(0.6483604,0.7897021),(0.6483604,0.793937),(0.6526054,0.793937),(0.6526054,0.798156),(0.6568571,0.798156),(0.6483604,0.798156),(0.6483604,0.8023633),(0.6526053,0.8023633),(0.6568571,0.8023633),(0.6611102,0.798156),(0.6611102,0.8023633),(0.6441281,0.7897021),(0.6399043,0.7897021),(0.6399043,0.793937),(0.6441281,0.793937),(0.635685,0.7897021),(0.6314663,0.7897021),(0.6314663,0.793937),(0.635685,0.793937),(0.635685,0.798156),(0.6399043,0.798156),(0.6314663,0.798156),(0.6314663,0.8023633),(0.635685,0.8023633),(0.6399043,0.8023633),(0.6441281,0.798156),(0.6441281,0.8023633),(0.627244,0.7897021),(0.6230208,0.7897021),(0.6230209,0.793937),(0.627244,0.793937),(0.6187993,0.7897021),(0.6145822,0.7897021),(0.6145822,0.793937),(0.6187993,0.793937),(0.6187993,0.798156),(0.6230208,0.798156),(0.6145822,0.798156),(0.6145822,0.8023633),(0.6187993,0.8023633),(0.6230209,0.8023633),(0.627244,0.798156),(0.627244,0.8023633),(0.6103719,0.7897021),(0.6061606,0.7897021),(0.6061606,0.793937),(0.6103719,0.793937),(0.6019406,0.7897021),(0.5977041,0.7897021),(0.5977041,0.793937),(0.6019406,0.793937),(0.6019406,0.798156),(0.6061606,0.798156),(0.5977041,0.798156),(0.5977041,0.8023633),(0.6019406,0.8023633),(0.6061606,0.8023633),(0.6103719,0.798156),(0.6103719,0.8023633),(0.5934432,0.7897021),(0.589169,0.7897021),(0.589169,0.793937),(0.5934432,0.793937),(0.5848927,0.7897021),(0.5806257,0.7897021),(0.5806257,0.793937),(0.5848927,0.793937),(0.5848927,0.798156),(0.589169,0.798156),(0.5806257,0.798156),(0.5806257,0.8023633),(0.5848927,0.8023633),(0.589169,0.8023633),(0.5934432,0.798156),(0.5934432,0.8023633),(0.5763788,0.7897021),(0.572147,0.7897021),(0.572147,0.793937),(0.5763788,0.793937),(0.567925,0.7897021),(0.5637077,0.7897021),(0.567925,0.793937),(0.5637077,0.793937),(0.572147,0.798156),(0.567925,0.798156),(0.5637077,0.798156),(0.567925,0.8023633),(0.5637077,0.8023633),(0.572147,0.8023633),(0.5763788,0.798156),(0.5763788,0.8023633),(0.55949,0.7897021),(0.5552715,0.7897021),(0.5552715,0.793937),(0.55949,0.793937),(0.5510522,0.7897021),(0.5468317,0.7897021),(0.5468317,0.793937),(0.5510522,0.793937),(0.5510522,0.798156),(0.5552715,0.798156),(0.5468317,0.798156),(0.5468317,0.8023633),(0.5510522,0.8023633),(0.5552715,0.8023633),(0.55949,0.798156),(0.55949,0.8023633),(0.5426099,0.7897021),(0.5383899,0.7897021),(0.5383899,0.793937),(0.5426099,0.793937),(0.5341746,0.7897021),(0.5299669,0.7897021),(0.5299669,0.793937),(0.5341746,0.793937),(0.5341746,0.798156),(0.5383899,0.798156),(0.5299669,0.798156),(0.529967,0.8023633),(0.5341746,0.8023633),(0.5383899,0.8023633),(0.5426099,0.798156),(0.5426099,0.8023633),(0.52577,0.7897021),(0.5215818,0.7897021),(0.5215818,0.793937),(0.52577,0.793937),(0.5174,0.7897021),(0.5132228,0.7897021),(0.5132228,0.793937),(0.5174,0.793937),(0.5174,0.798156),(0.5215818,0.798156),(0.5132228,0.798156),(0.5132228,0.8023633),(0.5174,0.8023633),(0.5215818,0.8023633),(0.52577,0.798156),(0.52577,0.8023633),(0.5090478,0.7897021),(0.5048727,0.7897021),(0.5048727,0.793937),(0.5090478,0.793937),(0.5006949,0.7897021),(0.4965119,0.7897021),(0.4965119,0.793937),(0.5006949,0.793937),(0.5006949,0.798156),(0.5048727,0.798156),(0.4965119,0.798156),(0.4965119,0.8023633),(0.5006949,0.8023633),(0.5048727,0.8023633),(0.5090478,0.798156),(0.5090478,0.8023633),(0.4923214,0.7897021),(0.4881234,0.7897021),(0.4881234,0.793937),(0.4923214,0.793937),(0.4839184,0.7897021),(0.4797065,0.7897021),(0.4797065,0.793937),(0.4839184,0.793937),(0.4839184,0.798156),(0.4881234,0.798156),(0.4797065,0.798156),(0.4797064,0.8023633),(0.4839184,0.8023633),(0.4881234,0.8023633),(0.4923214,0.798156),(0.4923214,0.8023633),(0.4754879,0.7897021),(0.4712752,0.7897021),(0.4712752,0.793937),(0.4754879,0.793937),(0.4670808,0.7897021),(0.4629171,0.7897021),(0.4629171,0.793937),(0.4670808,0.793937),(0.4670808,0.798156),(0.4712752,0.798156),(0.4629171,0.798156),(0.4629171,0.8023633),(0.4670808,0.8023633),(0.4712752,0.8023633),(0.4754879,0.798156),(0.4754879,0.8023633),(0.4587967,0.7897021),(0.4547031,0.7897021),(0.4547031,0.793937),(0.4587967,0.793937),(0.4506197,0.7897021),(0.44653,0.7897021),(0.44653,0.793937),(0.4506197,0.793937),(0.4506197,0.798156),(0.4547031,0.798156),(0.44653,0.798156),(0.44653,0.8023633),(0.4506197,0.8023633),(0.4547031,0.8023633),(0.4587967,0.798156),(0.4587967,0.8023633),(0.4424174,0.7897021),(0.4382856,0.7897021),(0.4424174,0.793937),(0.4382856,0.793937),(0.4341379,0.7897021),(0.429978,0.7897021),(0.4341379,0.793937),(0.429978,0.793937),(0.4382856,0.798156),(0.4341379,0.798156),(0.429978,0.798156),(0.429978,0.8023633),(0.4341379,0.8023633),(0.4382856,0.8023633),(0.4424174,0.798156),(0.4424174,0.8023633),(0.4258092,0.7897021),(0.4216311,0.7897021),(0.4216312,0.793937),(0.4258092,0.793937),(0.4174434,0.7897021),(0.4132456,0.7897021),(0.4132456,0.793937),(0.4174434,0.793937),(0.4174434,0.798156),(0.4216312,0.798156),(0.4132456,0.798156),(0.4132456,0.8023633),(0.4174434,0.8023633),(0.4216312,0.8023633),(0.4258092,0.798156),(0.4258092,0.8023633),(0.4090372,0.7897021),(0.4048201,0.7897021),(0.4048201,0.793937),(0.4090372,0.793937),(0.4005963,0.7897021),(0.3963675,0.7897021),(0.3963675,0.793937),(0.4005963,0.793937),(0.4005963,0.798156),(0.4048201,0.798156),(0.3963675,0.798156),(0.3963675,0.8023633),(0.4005963,0.8023633),(0.4048201,0.8023633),(0.4090372,0.798156),(0.4090372,0.8023633),(0.3921357,0.7897021),(0.3879012,0.7897021),(0.3879012,0.793937),(0.3921357,0.793937),(0.3836642,0.7897021),(0.3794248,0.7897021),(0.3794249,0.793937),(0.3836642,0.793937),(0.3836642,0.798156),(0.3879012,0.798156),(0.3794248,0.798156),(0.3794248,0.8023633),(0.3836642,0.8023633),(0.3879012,0.8023633),(0.3921357,0.798156),(0.3921357,0.8023633),(0.3751834,0.7897021),(0.3709441,0.7897021),(0.3751834,0.793937),(0.3709441,0.793937),(0.3667112,0.7897021),(0.3624887,0.7897021),(0.3667112,0.793937),(0.3624887,0.793937),(0.3709442,0.798156),(0.3667112,0.798156),(0.3624887,0.798156),(0.3667112,0.8023633),(0.3624887,0.8023633),(0.3709441,0.8023633),(0.3751834,0.798156),(0.3751834,0.8023633),(0.358281,0.7897021),(0.3540821,0.7897021),(0.3540821,0.793937),(0.358281,0.793937),(0.3498864,0.7897021),(0.3456882,0.7897021),(0.3498864,0.793937),(0.3456882,0.793937),(0.3540821,0.798156),(0.3498864,0.798156),(0.3456882,0.798156),(0.3498864,0.8023633),(0.3456882,0.8023633),(0.3540821,0.8023633),(0.3582809,0.798156),(0.358281,0.8023633),(0.3414817,0.7897021),(0.3372694,0.7897021),(0.3414817,0.793937),(0.3372695,0.793937),(0.3330541,0.7897021),(0.3288383,0.7897021),(0.3330541,0.793937),(0.3288383,0.793937),(0.3372695,0.798156),(0.3330541,0.798156),(0.3288383,0.798156),(0.3330541,0.8023633),(0.3288383,0.8023633),(0.3372695,0.8023633),(0.3414817,0.798156),(0.3414817,0.8023633),(0.3246247,0.7897021),(0.3204179,0.7897021),(0.3246247,0.793937),(0.3204179,0.793937),(0.3162228,0.7897021),(0.3120441,0.7897021),(0.3162228,0.793937),(0.3120441,0.793937),(0.3204179,0.798156),(0.3162228,0.798156),(0.3120441,0.798156),(0.3162228,0.8023633),(0.3120441,0.8023633),(0.3204179,0.8023633),(0.3246247,0.798156),(0.3246247,0.8023633),(0.3078868,0.7897021),(0.3037427,0.7897021),(0.3078868,0.793937),(0.3037427,0.793937),(0.2996041,0.7897021),(0.2954631,0.7897021),(0.2996041,0.793937),(0.2954631,0.793937),(0.3037428,0.798156),(0.2996041,0.798156),(0.2954631,0.798156),(0.2996041,0.8023633),(0.2954631,0.8023633),(0.3037427,0.8023633),(0.3078868,0.798156),(0.3078868,0.8023633),(0.2913116,0.7897021),(0.2871543,0.7897021),(0.2913116,0.793937),(0.2871543,0.793937),(0.2829956,0.7897021),(0.2788399,0.7897021),(0.2829956,0.793937),(0.2788399,0.793937),(0.2871543,0.798156),(0.2829956,0.798156),(0.2788399,0.798156),(0.2829956,0.8023633),(0.2788399,0.8023633),(0.2871543,0.8023633),(0.2913116,0.798156),(0.2913116,0.8023633),(0.2746918,0.7897021),(0.2705556,0.7897021),(0.2746918,0.793937),(0.2705556,0.793937),(0.2664356,0.7897021),(0.262336,0.7897021),(0.2664356,0.793937),(0.262336,0.793937),(0.2705556,0.798156),(0.2664356,0.798156),(0.262336,0.798156),(0.2664356,0.8023633),(0.262336,0.8023633),(0.2705556,0.8023633),(0.2746918,0.798156),(0.2746918,0.8023633),(0.2582613,0.7897021),(0.254209,0.7897021),(0.2582613,0.793937),(0.254209,0.793937),(0.2501769,0.7897021),(0.2461624,0.7897021),(0.2501769,0.793937),(0.2461624,0.793937),(0.254209,0.798156),(0.2501769,0.798156),(0.2461624,0.798156),(0.2501769,0.8023633),(0.2461624,0.8023633),(0.254209,0.8023633),(0.2582613,0.798156),(0.2582613,0.8023633),(0.2421634,0.7897021),(0.238164,0.7897021),(0.2421634,0.793937),(0.238164,0.793937),(0.2341487,0.7897021),(0.2301017,0.7897021),(0.2341487,0.793937),(0.2301017,0.793937),(0.238164,0.798156),(0.2341487,0.798156),(0.2301017,0.798156),(0.2341487,0.8023633),(0.2301017,0.8023633),(0.238164,0.8023633),(0.2421634,0.798156),(0.2421634,0.8023633),(0.2260074,0.7897021),(0.2218787,0.7897021),(0.2260074,0.793937),(0.2218787,0.793937),(0.2177283,0.7897021),(0.2135691,0.7897021),(0.2177283,0.793937),(0.2135692,0.793937),(0.2218787,0.798156),(0.2177283,0.798156),(0.2135691,0.798156),(0.2177283,0.8023633),(0.2135692,0.8023633),(0.2218787,0.8023633),(0.2260074,0.798156),(0.2260074,0.8023633),(0.2094141,0.7897021),(0.2052627,0.7897021),(0.2094141,0.793937),(0.2052627,0.793937),(0.2011147,0.7897021),(0.1969699,0.7897021),(0.2011147,0.793937),(0.1969699,0.793937),(0.2052627,0.798156),(0.2011147,0.798156),(0.1969699,0.798156),(0.2011147,0.8023633),(0.1969699,0.8023633),(0.2052627,0.8023633),(0.2094141,0.798156),(0.2094141,0.8023633),(0.1928277,0.7897021),(0.1886888,0.7897021),(0.1928277,0.793937),(0.1886888,0.793937),(0.1845533,0.7897021),(0.1804218,0.7897021),(0.1845533,0.793937),(0.1804218,0.793937),(0.1886888,0.798156),(0.1845533,0.798156),(0.1804218,0.798156),(0.1845533,0.8023633),(0.1804218,0.8023633),(0.1886888,0.8023633),(0.1928277,0.798156),(0.1928277,0.8023633),(0.1762946,0.7897021),(0.1721701,0.7897021),(0.1762946,0.793937),(0.1721701,0.793937),(0.1680468,0.7897021),(0.163923,0.7897021),(0.1680468,0.793937),(0.163923,0.793937),(0.1721701,0.798156),(0.1680468,0.798156),(0.163923,0.798156),(0.1680468,0.8023633),(0.163923,0.8023633),(0.1721701,0.8023633),(0.1762946,0.798156),(0.1762946,0.8023633),(0.1597973,0.7897021),(0.1556691,0.7897021),(0.1556691,0.793937),(0.1597973,0.793937),(0.1515382,0.7897021),(0.1474041,0.7897021),(0.1474041,0.793937),(0.1515382,0.793937),(0.1515382,0.798156),(0.1556691,0.798156),(0.1474041,0.798156),(0.1474041,0.8023633),(0.1515382,0.8023633),(0.1556691,0.8023633),(0.1597973,0.798156),(0.1597973,0.8023633),(0.1432664,0.7897021),(0.1391259,0.7897021),(0.1391259,0.793937),(0.1432664,0.793937),(0.134983,0.7897021),(0.1308385,0.7897021),(0.1308385,0.793937),(0.134983,0.793937),(0.134983,0.798156),(0.1391259,0.798156),(0.1308385,0.798156),(0.134983,0.8023633),(0.1308385,0.8023633),(0.1391259,0.8023633),(0.1432664,0.798156),(0.1432664,0.8023633),(0.126693,0.7897021),(0.12255,0.7897021),(0.12255,0.793937),(0.126693,0.793937),(0.1184131,0.7897021),(0.1142857,0.7897021),(0.1142857,0.793937),(0.1184131,0.793937),(0.12255,0.798156),(0.1184131,0.798156),(0.1142857,0.798156),(0.1184131,0.8023633),(0.1142857,0.8023633),(0.12255,0.8023633),(0.126693,0.798156),(0.126693,0.8023633),(0.1101713,0.7897021),(0.1060752,0.7897021),(0.1101713,0.793937),(0.1060752,0.793937),(0.1020023,0.7897021),(0.09795791,0.7897021),(0.1020023,0.793937),(0.09795791,0.793937),(0.1060752,0.798156),(0.1020023,0.798156),(0.09795791,0.798156),(0.1020023,0.8023633),(0.09795791,0.8023633),(0.1060752,0.8023633),(0.1101713,0.798156),(0.1101713,0.8023633),(0.09394707,0.7897021),(0.08994583,0.7897021),(0.09394707,0.793937),(0.08994584,0.793937),(0.08593026,0.7897021),(0.08187638,0.7897021),(0.08593025,0.793937),(0.08187637,0.793937),(0.08994584,0.798156),(0.08593026,0.798156),(0.08187638,0.798156),(0.08593026,0.8023633),(0.08187638,0.8023633),(0.08994584,0.8023633),(0.09394707,0.798156),(0.09394707,0.8023633),(0.07776025,0.7897021),(0.07361087,0.7897021),(0.07776025,0.793937),(0.07361087,0.793937),(0.06945725,0.7897021),(0.06532837,0.7897021),(0.06532837,0.793937),(0.06945725,0.793937),(0.06945725,0.798156),(0.07361087,0.798156),(0.06532837,0.798156),(0.06532837,0.8023633),(0.06945725,0.8023633),(0.07361087,0.8023633),(0.07776025,0.798156),(0.07776025,0.8023633),(0.06125325,0.7897021),(0.05721605,0.7897021),(0.05721604,0.793937),(0.06125325,0.793937),(0.05320094,0.7897021),(0.0491921,0.7897021),(0.04919209,0.793937),(0.05320094,0.793937),(0.05320094,0.798156),(0.05721605,0.798156),(0.0491921,0.798156),(0.05320094,0.8023633),(0.04919209,0.8023633),(0.05721605,0.8023633),(0.06125325,0.798156),(0.06125325,0.8023633),(0.04517369,0.7897021),(0.04115105,0.7897021),(0.04517369,0.793937),(0.04115105,0.793937),(0.0371295,0.7897021),(0.03311438,0.7897021),(0.0371295,0.793937),(0.03311437,0.793937),(0.04115105,0.798156),(0.0371295,0.798156),(0.03311438,0.798156),(0.0371295,0.8023633),(0.03311438,0.8023633),(0.04115105,0.8023633),(0.04517369,0.798156),(0.04517369,0.8023633),(0.029111,0.7897021),(0.02511186,0.7897021),(0.029111,0.793937),(0.02511186,0.793937),(0.02110944,0.7897021),(0.01709622,0.7897021),(0.02110944,0.793937),(0.01709622,0.793937),(0.02511186,0.798156),(0.02110944,0.798156),(0.01709622,0.798156),(0.02110944,0.8023633),(0.01709622,0.8023633),(0.02511186,0.8023633),(0.029111,0.798156),(0.029111,0.8023633),(0.01306469,0.7897021),(0.009019421,0.7897051),(0.01306469,0.793937),(0.009019421,0.793938),(0.004965,0.7897143),(0.000906,0.7897265),(0.004965,0.793941),(0.000906,0.793945),(0.009019421,0.798157),(0.004965,0.7981597),(0.000906,0.7981635),(0.004965,0.8023689),(0.000906,0.802382),(0.009019421,0.8023646),(0.01306469,0.798156),(0.01306469,0.8023633),(0.999094,0.8065705),(0.9951518,0.8065668),(0.9912093,0.806564),(0.9912093,0.8107585),(0.9951518,0.8107587),(0.999094,0.810759),(0.9872664,0.806563),(0.983323,0.806563),(0.983323,0.8107584),(0.9872664,0.8107584),(0.9872664,0.8149525),(0.9912093,0.8149519),(0.983323,0.8149525),(0.983323,0.8191485),(0.9872664,0.8191485),(0.9912093,0.8191476),(0.9951518,0.81495),(0.999094,0.8149475),(0.9951518,0.8191447),(0.999094,0.819136),(0.9793787,0.806563),(0.9754275,0.806563),(0.9793787,0.8107584),(0.9754274,0.8107584),(0.9714631,0.806563),(0.9674796,0.806563),(0.9714631,0.8107584),(0.9674796,0.8107584),(0.9754274,0.8149525),(0.9714631,0.8149525),(0.9674796,0.8149525),(0.9674796,0.8191485),(0.9714631,0.8191485),(0.9754274,0.8191485),(0.9793787,0.8149525),(0.9793787,0.8191485),(0.9634706,0.806563),(0.9594426,0.806563),(0.9634707,0.8107584),(0.9594426,0.8107584),(0.9554016,0.806563),(0.9513539,0.806563),(0.9513539,0.8107584),(0.9554016,0.8107584),(0.9554016,0.8149525),(0.9594426,0.8149525),(0.9513539,0.8149525),(0.9513539,0.8191485),(0.9554016,0.8191485),(0.9594425,0.8191485),(0.9634707,0.8149525),(0.9634706,0.8191485),(0.9473058,0.806563),(0.9432498,0.806563),(0.9432497,0.8107584),(0.9473058,0.8107584),(0.9391782,0.806563),(0.9350839,0.806563),(0.9350839,0.8107584),(0.9391783,0.8107584),(0.9391782,0.8149525),(0.9432497,0.8149525),(0.9350839,0.8149525),(0.9350839,0.8191485),(0.9391783,0.8191485),(0.9432497,0.8191485),(0.9473058,0.8149525),(0.9473058,0.8191485),(0.930959,0.806563),(0.9268106,0.806563),(0.9268106,0.8107584),(0.930959,0.8107584),(0.9226453,0.806563),(0.9184701,0.806563),(0.9184701,0.8107584),(0.9226453,0.8107584),(0.9226453,0.8149525),(0.9268106,0.8149525),(0.9184701,0.8149525),(0.9184701,0.8191485),(0.9226453,0.8191485),(0.9268106,0.8191485),(0.930959,0.8149525),(0.930959,0.8191485),(0.9142919,0.806563),(0.910111,0.806563),(0.9101109,0.8107584),(0.9142919,0.8107584),(0.9059278,0.806563),(0.9017429,0.806563),(0.9017429,0.8107584),(0.9059278,0.8107584),(0.9059278,0.8149525),(0.910111,0.8149525),(0.9017429,0.8149525),(0.9017428,0.8191485),(0.9059278,0.8191485),(0.9101109,0.8191485),(0.9142919,0.8149525),(0.9142919,0.8191485),(0.8975567,0.806563),(0.8933688,0.806563),(0.8933688,0.8107584),(0.8975567,0.8107584),(0.8891787,0.806563),(0.8849859,0.806563),(0.8891788,0.8107584),(0.8849859,0.8107584),(0.8891787,0.8149525),(0.8933688,0.8149525),(0.8849859,0.8149525),(0.8891788,0.8191485),(0.8849859,0.8191485),(0.8933688,0.8191485),(0.8975567,0.8149525),(0.8975567,0.8191485),(0.8807898,0.806563),(0.8765806,0.806563),(0.8807898,0.8107584),(0.8765807,0.8107584),(0.8723488,0.806563),(0.8680845,0.806563),(0.8723488,0.8107584),(0.8680845,0.8107584),(0.8765806,0.8149525),(0.8723488,0.8149525),(0.8680845,0.8149525),(0.8723488,0.8191485),(0.8680845,0.8191485),(0.8765806,0.8191485),(0.8807898,0.8149525),(0.8807898,0.8191485),(0.8637781,0.806563),(0.8594491,0.806563),(0.8594491,0.8107584),(0.8637781,0.8107584),(0.8551173,0.806563),(0.8508024,0.806563),(0.8551173,0.8107584),(0.8508024,0.8107584),(0.8551173,0.8149525),(0.8594491,0.8149525),(0.8508024,0.8149525),(0.8508024,0.8191485),(0.8551173,0.8191485),(0.859449,0.8191485),(0.8637781,0.8149525),(0.8637781,0.8191485),(0.846524,0.806563),(0.8422731,0.806563),(0.8422731,0.8107584),(0.846524,0.8107584),(0.8380403,0.806563),(0.8338165,0.806563),(0.8338165,0.8107584),(0.8380403,0.8107584),(0.8380403,0.8149525),(0.8422731,0.8149525),(0.8338165,0.8149525),(0.8338165,0.8191485),(0.8380404,0.8191485),(0.8422731,0.8191485),(0.846524,0.8149525),(0.846524,0.8191485),(0.8295926,0.806563),(0.8253628,0.806563),(0.8253628,0.8107584),(0.8295926,0.8107584),(0.8211217,0.806563),(0.8168637,0.806563),(0.8168637,0.8107584),(0.8211217,0.8107584),(0.8211217,0.8149525),(0.8253628,0.8149525),(0.8168637,0.8149525),(0.8168637,0.8191485),(0.8211217,0.8191485),(0.8253628,0.8191485),(0.8295926,0.8149525),(0.8295926,0.8191485),(0.8125832,0.806563),(0.8082899,0.806563),(0.8082899,0.8107584),(0.8125832,0.8107584),(0.8039935,0.806563),(0.7997035,0.806563),(0.7997035,0.8107584),(0.8039935,0.8107584),(0.8039935,0.8149525),(0.8082899,0.8149525),(0.7997035,0.8149525),(0.7997035,0.8191485),(0.8039935,0.8191485),(0.8082899,0.8191485),(0.8125832,0.8149525),(0.8125832,0.8191485),(0.7954297,0.806563),(0.7911757,0.806563),(0.7911757,0.8107584),(0.7954297,0.8107584),(0.7869452,0.806563),(0.7827417,0.806563),(0.7827417,0.8107584),(0.7869452,0.8107584),(0.7869452,0.8149525),(0.7911757,0.8149525),(0.7827417,0.8149525),(0.7827417,0.8191485),(0.7869452,0.8191485),(0.7911757,0.8191485),(0.7954297,0.8149525),(0.7954297,0.8191485),(0.7785689,0.806563),(0.7744211,0.806563),(0.7744212,0.8107584),(0.7785689,0.8107584),(0.7702925,0.806563),(0.7661775,0.806563),(0.7661775,0.8107584),(0.7702925,0.8107584),(0.7702925,0.8149525),(0.7744212,0.8149525),(0.7661775,0.8149525),(0.7661775,0.8191485),(0.7702925,0.8191485),(0.7744212,0.8191485),(0.778569,0.8149525),(0.778569,0.8191485),(0.7620703,0.806563),(0.757961,0.806563),(0.757961,0.8107584),(0.7620703,0.8107584),(0.7538399,0.806563),(0.7496969,0.806563),(0.7496969,0.8107584),(0.7538399,0.8107584),(0.7538399,0.8149525),(0.757961,0.8149525),(0.7496969,0.8149525),(0.7496969,0.8191485),(0.7538399,0.8191485),(0.757961,0.8191485),(0.7620703,0.8149525),(0.7620703,0.8191485),(0.7455223,0.806563),(0.7413244,0.806563),(0.7413245,0.8107584),(0.7455223,0.8107584),(0.7371117,0.806563),(0.7328922,0.806563),(0.7328923,0.8107584),(0.7371117,0.8107584),(0.7371117,0.8149525),(0.7413245,0.8149525),(0.7328922,0.8149525),(0.7328922,0.8191485),(0.7371117,0.8191485),(0.7413245,0.8191485),(0.7455223,0.8149525),(0.7455223,0.8191485),(0.7286744,0.806563),(0.7244572,0.806563),(0.7244572,0.8107584),(0.7286744,0.8107584),(0.7202395,0.806563),(0.71602,0.806563),(0.71602,0.8107584),(0.7202395,0.8107584),(0.7202395,0.8149525),(0.7244572,0.8149525),(0.71602,0.8149525),(0.71602,0.8191485),(0.7202394,0.8191485),(0.7244572,0.8191485),(0.7286744,0.8149525),(0.7286744,0.8191485),(0.7117977,0.806563),(0.7075742,0.806563),(0.7075742,0.8107584),(0.7117977,0.8107584),(0.7033514,0.806563),(0.6991307,0.806563),(0.6991307,0.8107584),(0.7033514,0.8107584),(0.7033514,0.8149525),(0.7075742,0.8149525),(0.6991307,0.8149525),(0.6991307,0.8191485),(0.7033514,0.8191485),(0.7075742,0.8191485),(0.7117977,0.8149525),(0.7117977,0.8191485),(0.6949139,0.806563),(0.6906992,0.806563),(0.6906992,0.8107584),(0.6949139,0.8107584),(0.6864849,0.806563),(0.6822694,0.806563),(0.6822693,0.8107584),(0.6864849,0.8107584),(0.6864849,0.8149525),(0.6906992,0.8149525),(0.6822694,0.8149525),(0.6822693,0.8191485),(0.6864849,0.8191485),(0.6906992,0.8191485),(0.6949139,0.8149525),(0.6949139,0.8191485),(0.6780508,0.806563),(0.6738272,0.806563),(0.6738272,0.8107584),(0.6780507,0.8107584),(0.6695971,0.806563),(0.6653587,0.806563),(0.6653587,0.8107584),(0.6695971,0.8107584),(0.6695971,0.8149525),(0.6738272,0.8149525),(0.6653587,0.8149525),(0.6653587,0.8191485),(0.6695971,0.8191485),(0.6738272,0.8191485),(0.6780508,0.8149525),(0.6780507,0.8191485),(0.6611102,0.806563),(0.6568571,0.806563),(0.6568571,0.8107584),(0.6611102,0.8107584),(0.6526053,0.806563),(0.6483604,0.806563),(0.6483604,0.8107584),(0.6526054,0.8107584),(0.6526054,0.8149525),(0.6568571,0.8149525),(0.6483604,0.8149525),(0.6483604,0.8191485),(0.6526053,0.8191485),(0.6568571,0.8191485),(0.6611102,0.8149525),(0.6611102,0.8191485),(0.6441281,0.806563),(0.6399043,0.806563),(0.6441281,0.8107584),(0.6399043,0.8107584),(0.635685,0.806563),(0.6314663,0.806563),(0.635685,0.8107584),(0.6314663,0.8107584),(0.6399043,0.8149525),(0.635685,0.8149525),(0.6314663,0.8149525),(0.635685,0.8191485),(0.6314663,0.8191485),(0.6399043,0.8191485),(0.6441281,0.8149525),(0.6441281,0.8191485),(0.627244,0.806563),(0.6230208,0.806563),(0.627244,0.8107584),(0.6230209,0.8107584),(0.6187993,0.806563),(0.6145822,0.806563),(0.6187993,0.8107584),(0.6145822,0.8107584),(0.6230208,0.8149525),(0.6187993,0.8149525),(0.6145822,0.8149525),(0.6187993,0.8191485),(0.6145822,0.8191485),(0.6230209,0.8191485),(0.627244,0.8149525),(0.627244,0.8191485),(0.6103719,0.806563),(0.6061606,0.806563),(0.6061606,0.8107584),(0.6103719,0.8107584),(0.6019406,0.806563),(0.5977041,0.806563),(0.5977041,0.8107584),(0.6019406,0.8107584),(0.6019406,0.8149525),(0.6061606,0.8149525),(0.5977041,0.8149525),(0.5977041,0.8191485),(0.6019406,0.8191485),(0.6061606,0.8191485),(0.6103719,0.8149525),(0.6103719,0.8191485),(0.5934432,0.806563),(0.589169,0.806563),(0.589169,0.8107584),(0.5934432,0.8107584),(0.5848927,0.806563),(0.5806257,0.806563),(0.5848927,0.8107584),(0.5806257,0.8107584),(0.589169,0.8149525),(0.5848927,0.8149525),(0.5806257,0.8149525),(0.5848927,0.8191485),(0.5806257,0.8191485),(0.589169,0.8191485),(0.5934432,0.8149525),(0.5934432,0.8191485),(0.5763788,0.806563),(0.572147,0.806563),(0.5763788,0.8107584),(0.572147,0.8107584),(0.567925,0.806563),(0.5637077,0.806563),(0.5637077,0.8107584),(0.567925,0.8107584),(0.567925,0.8149525),(0.572147,0.8149525),(0.5637077,0.8149525),(0.5637077,0.8191485),(0.567925,0.8191485),(0.572147,0.8191485),(0.5763788,0.8149525),(0.5763788,0.8191485),(0.55949,0.806563),(0.5552715,0.806563),(0.5552715,0.8107584),(0.55949,0.8107584),(0.5510522,0.806563),(0.5468317,0.806563),(0.5468317,0.8107584),(0.5510522,0.8107584),(0.5510522,0.8149525),(0.5552715,0.8149525),(0.5468317,0.8149525),(0.5468317,0.8191485),(0.5510522,0.8191485),(0.5552715,0.8191485),(0.55949,0.8149525),(0.55949,0.8191485),(0.5426099,0.806563),(0.5383899,0.806563),(0.5383899,0.8107584),(0.5426099,0.8107584),(0.5341746,0.806563),(0.5299669,0.806563),(0.5299669,0.8107584),(0.5341746,0.8107584),(0.5341746,0.8149525),(0.5383899,0.8149525),(0.5299669,0.8149525),(0.529967,0.8191485),(0.5341746,0.8191485),(0.5383899,0.8191485),(0.5426099,0.8149525),(0.5426099,0.8191485),(0.52577,0.806563),(0.5215818,0.806563),(0.5215818,0.8107584),(0.52577,0.8107584),(0.5174,0.806563),(0.5132228,0.806563),(0.5132228,0.8107584),(0.5174,0.8107584),(0.5174,0.8149525),(0.5215818,0.8149525),(0.5132228,0.8149525),(0.5132228,0.8191485),(0.5174,0.8191485),(0.5215818,0.8191485),(0.52577,0.8149525),(0.52577,0.8191485),(0.5090478,0.806563),(0.5048727,0.806563),(0.5048727,0.8107584),(0.5090478,0.8107584),(0.5006949,0.806563),(0.4965119,0.806563),(0.4965119,0.8107584),(0.5006949,0.8107584),(0.5006949,0.8149525),(0.5048727,0.8149525),(0.4965119,0.8149525),(0.4965119,0.8191485),(0.5006949,0.8191485),(0.5048727,0.8191485),(0.5090478,0.8149525),(0.5090478,0.8191485),(0.4923214,0.806563),(0.4881234,0.806563),(0.4881234,0.8107584),(0.4923214,0.8107584),(0.4839184,0.806563),(0.4797065,0.806563),(0.4797065,0.8107584),(0.4839184,0.8107584),(0.4839184,0.8149525),(0.4881234,0.8149525),(0.4797065,0.8149525),(0.4797064,0.8191485),(0.4839184,0.8191485),(0.4881234,0.8191485),(0.4923214,0.8149525),(0.4923214,0.8191485),(0.4754879,0.806563),(0.4712752,0.806563),(0.4712752,0.8107584),(0.4754879,0.8107584),(0.4670808,0.806563),(0.4629171,0.806563),(0.4629171,0.8107584),(0.4670808,0.8107584),(0.4670808,0.8149525),(0.4712752,0.8149525),(0.4629171,0.8149525),(0.4629171,0.8191485),(0.4670808,0.8191485),(0.4712752,0.8191485),(0.4754879,0.8149525),(0.4754879,0.8191485),(0.4587967,0.806563),(0.4547031,0.806563),(0.4547031,0.8107584),(0.4587967,0.8107584),(0.4506197,0.806563),(0.44653,0.806563),(0.44653,0.8107584),(0.4506197,0.8107584),(0.4547031,0.8149525),(0.4506197,0.8149525),(0.44653,0.8149525),(0.4506197,0.8191485),(0.44653,0.8191485),(0.4547031,0.8191485),(0.4587967,0.8149525),(0.4587967,0.8191485),(0.4424174,0.806563),(0.4382856,0.806563),(0.4382856,0.8107584),(0.4424174,0.8107584),(0.4341379,0.806563),(0.429978,0.806563),(0.429978,0.8107584),(0.4341379,0.8107584),(0.4341379,0.8149525),(0.4382856,0.8149525),(0.429978,0.8149525),(0.429978,0.8191485),(0.4341379,0.8191485),(0.4382856,0.8191485),(0.4424174,0.8149525),(0.4424174,0.8191485),(0.4258092,0.806563),(0.4216311,0.806563),(0.4216312,0.8107584),(0.4258092,0.8107584),(0.4174434,0.806563),(0.4132456,0.806563),(0.4174434,0.8107584),(0.4132456,0.8107584),(0.4216312,0.8149525),(0.4174434,0.8149525),(0.4132456,0.8149525),(0.4174434,0.8191485),(0.4132456,0.8191485),(0.4216312,0.8191485),(0.4258092,0.8149525),(0.4258092,0.8191485),(0.4090372,0.806563),(0.4048201,0.806563),(0.4048201,0.8107584),(0.4090372,0.8107584),(0.4005963,0.806563),(0.3963675,0.806563),(0.3963675,0.8107584),(0.4005963,0.8107584),(0.4005963,0.8149525),(0.4048201,0.8149525),(0.3963675,0.8149525),(0.3963675,0.8191485),(0.4005963,0.8191485),(0.4048201,0.8191485),(0.4090372,0.8149525),(0.4090372,0.8191485),(0.3921357,0.806563),(0.3879012,0.806563),(0.3879012,0.8107584),(0.3921357,0.8107584),(0.3836642,0.806563),(0.3794248,0.806563),(0.3794249,0.8107584),(0.3836642,0.8107584),(0.3836642,0.8149525),(0.3879012,0.8149525),(0.3794248,0.8149525),(0.3794248,0.8191485),(0.3836642,0.8191485),(0.3879012,0.8191485),(0.3921357,0.8149525),(0.3921357,0.8191485),(0.3751834,0.806563),(0.3709441,0.806563),(0.3751834,0.8107584),(0.3709441,0.8107584),(0.3667112,0.806563),(0.3624887,0.806563),(0.3667112,0.8107584),(0.3624887,0.8107584),(0.3709442,0.8149525),(0.3667112,0.8149525),(0.3624887,0.8149525),(0.3667112,0.8191485),(0.3624887,0.8191485),(0.3709441,0.8191485),(0.3751834,0.8149525),(0.3751834,0.8191485),(0.358281,0.806563),(0.3540821,0.806563),(0.358281,0.8107584),(0.3540821,0.8107584),(0.3498864,0.806563),(0.3456882,0.806563),(0.3498864,0.8107584),(0.3456882,0.8107584),(0.3540821,0.8149525),(0.3498864,0.8149525),(0.3456882,0.8149525),(0.3498864,0.8191485),(0.3456882,0.8191485),(0.3540821,0.8191485),(0.3582809,0.8149525),(0.358281,0.8191485),(0.3414817,0.806563),(0.3372694,0.806563),(0.3372695,0.8107584),(0.3414817,0.8107584),(0.3330541,0.806563),(0.3288383,0.806563),(0.3288383,0.8107584),(0.3330541,0.8107584),(0.3330541,0.8149525),(0.3372695,0.8149525),(0.3288383,0.8149525),(0.3288383,0.8191485),(0.3330541,0.8191485),(0.3372695,0.8191485),(0.3414817,0.8149525),(0.3414817,0.8191485),(0.3246247,0.806563),(0.3204179,0.806563),(0.3246247,0.8107584),(0.3204179,0.8107584),(0.3162228,0.806563),(0.3120441,0.806563),(0.3162228,0.8107584),(0.3120441,0.8107584),(0.3204179,0.8149525),(0.3162228,0.8149525),(0.3120441,0.8149525),(0.3162228,0.8191485),(0.3120441,0.8191485),(0.3204179,0.8191485),(0.3246247,0.8149525),(0.3246247,0.8191485),(0.3078868,0.806563),(0.3037427,0.806563),(0.3078868,0.8107584),(0.3037427,0.8107584),(0.2996041,0.806563),(0.2954631,0.806563),(0.2996041,0.8107584),(0.2954631,0.8107584),(0.3037428,0.8149525),(0.2996041,0.8149525),(0.2954631,0.8149525),(0.2996041,0.8191485),(0.2954631,0.8191485),(0.3037427,0.8191485),(0.3078868,0.8149525),(0.3078868,0.8191485),(0.2913116,0.806563),(0.2871543,0.806563),(0.2913116,0.8107584),(0.2871543,0.8107584),(0.2829956,0.806563),(0.2788399,0.806563),(0.2829956,0.8107584),(0.2788399,0.8107584),(0.2871543,0.8149525),(0.2829956,0.8149525),(0.2788399,0.8149525),(0.2829956,0.8191485),(0.2788399,0.8191485),(0.2871543,0.8191485),(0.2913116,0.8149525),(0.2913116,0.8191485),(0.2746918,0.806563),(0.2705556,0.806563),(0.2746918,0.8107584),(0.2705556,0.8107584),(0.2664356,0.806563),(0.262336,0.806563),(0.2664356,0.8107584),(0.262336,0.8107584),(0.2705556,0.8149525),(0.2664356,0.8149525),(0.262336,0.8149525),(0.2664356,0.8191485),(0.262336,0.8191485),(0.2705556,0.8191485),(0.2746918,0.8149525),(0.2746918,0.8191485),(0.2582613,0.806563),(0.254209,0.806563),(0.2582613,0.8107584),(0.254209,0.8107584),(0.2501769,0.806563),(0.2461624,0.806563),(0.2501769,0.8107584),(0.2461624,0.8107584),(0.254209,0.8149525),(0.2501769,0.8149525),(0.2461624,0.8149525),(0.2501769,0.8191485),(0.2461624,0.8191485),(0.254209,0.8191485),(0.2582613,0.8149525),(0.2582613,0.8191485),(0.2421634,0.806563),(0.238164,0.806563),(0.2421634,0.8107584),(0.238164,0.8107584),(0.2341487,0.806563),(0.2301017,0.806563),(0.2341487,0.8107584),(0.2301017,0.8107584),(0.238164,0.8149525),(0.2341487,0.8149525),(0.2301017,0.8149525),(0.2341487,0.8191485),(0.2301017,0.8191485),(0.238164,0.8191485),(0.2421634,0.8149525),(0.2421634,0.8191485),(0.2260074,0.806563),(0.2218787,0.806563),(0.2260074,0.8107584),(0.2218787,0.8107584),(0.2177283,0.806563),(0.2135691,0.806563),(0.2177283,0.8107584),(0.2135692,0.8107584),(0.2218787,0.8149525),(0.2177283,0.8149525),(0.2135691,0.8149525),(0.2177283,0.8191485),(0.2135692,0.8191485),(0.2218787,0.8191485),(0.2260074,0.8149525),(0.2260074,0.8191485),(0.2094141,0.806563),(0.2052627,0.806563),(0.2094141,0.8107584),(0.2052627,0.8107584),(0.2011147,0.806563),(0.1969699,0.806563),(0.2011147,0.8107584),(0.1969699,0.8107584),(0.2052627,0.8149525),(0.2011147,0.8149525),(0.1969699,0.8149525),(0.2011147,0.8191485),(0.1969699,0.8191485),(0.2052627,0.8191485),(0.2094141,0.8149525),(0.2094141,0.8191485),(0.1928277,0.806563),(0.1886888,0.806563),(0.1928277,0.8107584),(0.1886888,0.8107584),(0.1845533,0.806563),(0.1804218,0.806563),(0.1845533,0.8107584),(0.1804218,0.8107584),(0.1886888,0.8149525),(0.1845533,0.8149525),(0.1804218,0.8149525),(0.1845533,0.8191485),(0.1804218,0.8191485),(0.1886888,0.8191485),(0.1928277,0.8149525),(0.1928277,0.8191485),(0.1762946,0.806563),(0.1721701,0.806563),(0.1762946,0.8107584),(0.1721701,0.8107584),(0.1680468,0.806563),(0.163923,0.806563),(0.1680468,0.8107584),(0.163923,0.8107584),(0.1721701,0.8149525),(0.1680468,0.8149525),(0.163923,0.8149525),(0.1680468,0.8191485),(0.163923,0.8191485),(0.1721701,0.8191485),(0.1762946,0.8149525),(0.1762946,0.8191485),(0.1597973,0.806563),(0.1556691,0.806563),(0.1556691,0.8107584),(0.1597973,0.8107584),(0.1515382,0.806563),(0.1474041,0.806563),(0.1474041,0.8107584),(0.1515382,0.8107584),(0.1515382,0.8149525),(0.1556691,0.8149525),(0.1474041,0.8149525),(0.1474041,0.8191485),(0.1515382,0.8191485),(0.1556691,0.8191485),(0.1597973,0.8149525),(0.1597973,0.8191485),(0.1432664,0.806563),(0.1391259,0.806563),(0.1432664,0.8107584),(0.1391259,0.8107584),(0.134983,0.806563),(0.1308385,0.806563),(0.134983,0.8107584),(0.1308385,0.8107584),(0.1391259,0.8149525),(0.134983,0.8149525),(0.1308385,0.8149525),(0.134983,0.8191485),(0.1308385,0.8191485),(0.1391259,0.8191485),(0.1432664,0.8149525),(0.1432664,0.8191485),(0.126693,0.806563),(0.12255,0.806563),(0.126693,0.8107584),(0.12255,0.8107584),(0.1184131,0.806563),(0.1142857,0.806563),(0.1184131,0.8107584),(0.1142857,0.8107584),(0.12255,0.8149525),(0.1184131,0.8149525),(0.1142857,0.8149525),(0.1184131,0.8191485),(0.1142857,0.8191485),(0.12255,0.8191485),(0.126693,0.8149525),(0.126693,0.8191485),(0.1101713,0.806563),(0.1060752,0.806563),(0.1101713,0.8107584),(0.1060752,0.8107584),(0.1020023,0.806563),(0.09795791,0.806563),(0.09795791,0.8107584),(0.1020023,0.8107584),(0.1060752,0.8149525),(0.1020023,0.8149525),(0.09795791,0.8149525),(0.09795791,0.8191485),(0.1020023,0.8191485),(0.1060752,0.8191485),(0.1101713,0.8149525),(0.1101713,0.8191485),(0.09394707,0.806563),(0.08994583,0.806563),(0.08994584,0.8107584),(0.09394707,0.8107584),(0.08593026,0.806563),(0.08187638,0.806563),(0.08187637,0.8107584),(0.08593025,0.8107584),(0.08593026,0.8149525),(0.08994584,0.8149525),(0.08187638,0.8149525),(0.08187638,0.8191485),(0.08593026,0.8191485),(0.08994584,0.8191485),(0.09394707,0.8149525),(0.09394707,0.8191485),(0.07776025,0.806563),(0.07361087,0.806563),(0.07361087,0.8107584),(0.07776025,0.8107584),(0.06945725,0.806563),(0.06532837,0.806563),(0.06532837,0.8107584),(0.06945725,0.8107584),(0.07361087,0.8149525),(0.06945725,0.8149525),(0.06532837,0.8149525),(0.06945725,0.8191485),(0.06532837,0.8191485),(0.07361087,0.8191485),(0.07776025,0.8149525),(0.07776025,0.8191485),(0.06125325,0.806563),(0.05721605,0.806563),(0.06125325,0.8107584),(0.05721604,0.8107584),(0.05320094,0.806563),(0.0491921,0.806563),(0.05320094,0.8107584),(0.04919209,0.8107584),(0.05721605,0.8149525),(0.05320094,0.8149525),(0.0491921,0.8149525),(0.05320094,0.8191485),(0.04919209,0.8191485),(0.05721605,0.8191485),(0.06125325,0.8149525),(0.06125325,0.8191485),(0.04517369,0.806563),(0.04115105,0.806563),(0.04517369,0.8107584),(0.04115105,0.8107584),(0.0371295,0.806563),(0.03311438,0.806563),(0.0371295,0.8107584),(0.03311437,0.8107584),(0.04115105,0.8149525),(0.0371295,0.8149525),(0.03311438,0.8149525),(0.0371295,0.8191485),(0.03311438,0.8191485),(0.04115105,0.8191485),(0.04517369,0.8149525),(0.04517369,0.8191485),(0.029111,0.806563),(0.02511186,0.806563),(0.029111,0.8107584),(0.02511186,0.8107584),(0.02110944,0.806563),(0.01709622,0.806563),(0.02110944,0.8107584),(0.01709622,0.8107584),(0.02511186,0.8149525),(0.02110944,0.8149525),(0.01709622,0.8149525),(0.02110944,0.8191485),(0.01709622,0.8191485),(0.02511186,0.8191485),(0.029111,0.8149525),(0.029111,0.8191485),(0.01306469,0.806563),(0.009019421,0.806564),(0.01306469,0.8107584),(0.009019421,0.8107585),(0.004965,0.8065668),(0.000906,0.8065705),(0.004965,0.8107587),(0.000906,0.810759),(0.009019421,0.8149519),(0.004965,0.81495),(0.000906,0.8149475),(0.004965,0.8191447),(0.000906,0.819136),(0.009019421,0.8191476),(0.01306469,0.8149525),(0.01306469,0.8191485),(0.9951518,0.823347),(0.999094,0.8233445),(0.9912093,0.8233489),(0.9912093,0.827548),(0.9951518,0.8275502),(0.999094,0.827553),(0.9872664,0.8233495),(0.983323,0.8233495),(0.983323,0.8275473),(0.9872664,0.8275473),(0.9872664,0.8317337),(0.9912093,0.8317372),(0.983323,0.8317337),(0.983323,0.8359006),(0.9872664,0.8359006),(0.9912093,0.8359058),(0.9951518,0.8317477),(0.999094,0.8317615),(0.9951518,0.8359214),(0.999094,0.83597),(0.9793787,0.8233495),(0.9754275,0.8233495),(0.9754274,0.8275473),(0.9793787,0.8275473),(0.9714631,0.8233495),(0.9674796,0.8233495),(0.9674796,0.8275473),(0.9714631,0.8275473),(0.9714631,0.8317337),(0.9754274,0.8317337),(0.9674796,0.8317337),(0.9674796,0.8359006),(0.9714631,0.8359006),(0.9754274,0.8359006),(0.9793787,0.8317337),(0.9793787,0.8359006),(0.9634706,0.8233495),(0.9594426,0.8233495),(0.9594426,0.8275473),(0.9634707,0.8275473),(0.9554016,0.8233495),(0.9513539,0.8233495),(0.9513539,0.8275473),(0.9554016,0.8275473),(0.9554016,0.8317337),(0.9594426,0.8317337),(0.9513539,0.8317337),(0.9513539,0.8359006),(0.9554016,0.8359006),(0.9594425,0.8359006),(0.9634707,0.8317337),(0.9634706,0.8359006),(0.9473058,0.8233495),(0.9432498,0.8233495),(0.9432497,0.8275473),(0.9473058,0.8275473),(0.9391782,0.8233495),(0.9350839,0.8233495),(0.9350839,0.8275473),(0.9391783,0.8275473),(0.9391782,0.8317337),(0.9432497,0.8317337),(0.9350839,0.8317337),(0.9350839,0.8359006),(0.9391783,0.8359006),(0.9432497,0.8359006),(0.9473058,0.8317337),(0.9473058,0.8359006),(0.930959,0.8233495),(0.9268106,0.8233495),(0.9268106,0.8275473),(0.930959,0.8275473),(0.9226453,0.8233495),(0.9184701,0.8233495),(0.9184701,0.8275473),(0.9226453,0.8275473),(0.9226453,0.8317337),(0.9268106,0.8317337),(0.9184701,0.8317337),(0.9184701,0.8359006),(0.9226453,0.8359006),(0.9268106,0.8359006),(0.930959,0.8317337),(0.930959,0.8359006),(0.9142919,0.8233495),(0.910111,0.8233495),(0.9101109,0.8275473),(0.9142919,0.8275473),(0.9059278,0.8233495),(0.9017429,0.8233495),(0.9017429,0.8275473),(0.9059278,0.8275473),(0.9059278,0.8317337),(0.910111,0.8317337),(0.9017429,0.8317337),(0.9017428,0.8359006),(0.9059278,0.8359006),(0.9101109,0.8359006),(0.9142919,0.8317337),(0.9142919,0.8359006),(0.8975567,0.8233495),(0.8933688,0.8233495),(0.8933688,0.8275473),(0.8975567,0.8275473),(0.8891787,0.8233495),(0.8849859,0.8233495),(0.8849859,0.8275473),(0.8891788,0.8275473),(0.8891787,0.8317337),(0.8933688,0.8317337),(0.8849859,0.8317337),(0.8849859,0.8359006),(0.8891788,0.8359006),(0.8933688,0.8359006),(0.8975567,0.8317337),(0.8975567,0.8359006),(0.8807898,0.8233495),(0.8765806,0.8233495),(0.8807898,0.8275473),(0.8765807,0.8275473),(0.8723488,0.8233495),(0.8680845,0.8233495),(0.8680845,0.8275473),(0.8723488,0.8275473),(0.8765806,0.8317337),(0.8723488,0.8317337),(0.8680845,0.8317337),(0.8680845,0.8359006),(0.8723488,0.8359006),(0.8765806,0.8359006),(0.8807898,0.8317337),(0.8807898,0.8359006),(0.8637781,0.8233495),(0.8594491,0.8233495),(0.8594491,0.8275473),(0.8637781,0.8275473),(0.8551173,0.8233495),(0.8508024,0.8233495),(0.8508024,0.8275473),(0.8551173,0.8275473),(0.8551173,0.8317337),(0.8594491,0.8317337),(0.8508024,0.8317337),(0.8508024,0.8359006),(0.8551173,0.8359006),(0.859449,0.8359006),(0.8637781,0.8317337),(0.8637781,0.8359006),(0.846524,0.8233495),(0.8422731,0.8233495),(0.8422731,0.8275473),(0.846524,0.8275473),(0.8380403,0.8233495),(0.8338165,0.8233495),(0.8338165,0.8275473),(0.8380403,0.8275473),(0.8380403,0.8317337),(0.8422731,0.8317337),(0.8338165,0.8317337),(0.8338165,0.8359006),(0.8380404,0.8359006),(0.8422731,0.8359006),(0.846524,0.8317337),(0.846524,0.8359006),(0.8295926,0.8233495),(0.8253628,0.8233495),(0.8253628,0.8275473),(0.8295926,0.8275473),(0.8211217,0.8233495),(0.8168637,0.8233495),(0.8168637,0.8275473),(0.8211217,0.8275473),(0.8211217,0.8317337),(0.8253628,0.8317337),(0.8168637,0.8317337),(0.8168637,0.8359006),(0.8211217,0.8359006),(0.8253628,0.8359006),(0.8295926,0.8317337),(0.8295926,0.8359006),(0.8125832,0.8233495),(0.8082899,0.8233495),(0.8082899,0.8275473),(0.8125832,0.8275473),(0.8039935,0.8233495),(0.7997035,0.8233495),(0.7997035,0.8275473),(0.8039935,0.8275473),(0.8039935,0.8317337),(0.8082899,0.8317337),(0.7997035,0.8317337),(0.7997035,0.8359006),(0.8039935,0.8359006),(0.8082899,0.8359006),(0.8125832,0.8317337),(0.8125832,0.8359006),(0.7954297,0.8233495),(0.7911757,0.8233495),(0.7911757,0.8275473),(0.7954297,0.8275473),(0.7869452,0.8233495),(0.7827417,0.8233495),(0.7827417,0.8275473),(0.7869452,0.8275473),(0.7869452,0.8317337),(0.7911757,0.8317337),(0.7827417,0.8317337),(0.7827417,0.8359006),(0.7869452,0.8359006),(0.7911757,0.8359006),(0.7954297,0.8317337),(0.7954297,0.8359006),(0.7785689,0.8233495),(0.7744211,0.8233495),(0.7744212,0.8275473),(0.7785689,0.8275473),(0.7702925,0.8233495),(0.7661775,0.8233495),(0.7661775,0.8275473),(0.7702925,0.8275473),(0.7702925,0.8317337),(0.7744212,0.8317337),(0.7661775,0.8317337),(0.7661775,0.8359006),(0.7702925,0.8359006),(0.7744212,0.8359006),(0.778569,0.8317337),(0.778569,0.8359006),(0.7620703,0.8233495),(0.757961,0.8233495),(0.757961,0.8275473),(0.7620703,0.8275473),(0.7538399,0.8233495),(0.7496969,0.8233495),(0.7496969,0.8275473),(0.7538399,0.8275473),(0.7538399,0.8317337),(0.757961,0.8317337),(0.7496969,0.8317337),(0.7496969,0.8359006),(0.7538399,0.8359006),(0.757961,0.8359006),(0.7620703,0.8317337),(0.7620703,0.8359006),(0.7455223,0.8233495),(0.7413244,0.8233495),(0.7413245,0.8275473),(0.7455223,0.8275473),(0.7371117,0.8233495),(0.7328922,0.8233495),(0.7328923,0.8275473),(0.7371117,0.8275473),(0.7371117,0.8317337),(0.7413245,0.8317337),(0.7328922,0.8317337),(0.7328922,0.8359006),(0.7371117,0.8359006),(0.7413245,0.8359006),(0.7455223,0.8317337),(0.7455223,0.8359006),(0.7286744,0.8233495),(0.7244572,0.8233495),(0.7244572,0.8275473),(0.7286744,0.8275473),(0.7202395,0.8233495),(0.71602,0.8233495),(0.71602,0.8275473),(0.7202395,0.8275473),(0.7202395,0.8317337),(0.7244572,0.8317337),(0.71602,0.8317337),(0.71602,0.8359006),(0.7202394,0.8359006),(0.7244572,0.8359006),(0.7286744,0.8317337),(0.7286744,0.8359006),(0.7117977,0.8233495),(0.7075742,0.8233495),(0.7075742,0.8275473),(0.7117977,0.8275473),(0.7033514,0.8233495),(0.6991307,0.8233495),(0.6991307,0.8275473),(0.7033514,0.8275473),(0.7033514,0.8317337),(0.7075742,0.8317337),(0.6991307,0.8317337),(0.6991307,0.8359006),(0.7033514,0.8359006),(0.7075742,0.8359006),(0.7117977,0.8317337),(0.7117977,0.8359006),(0.6949139,0.8233495),(0.6906992,0.8233495),(0.6906992,0.8275473),(0.6949139,0.8275473),(0.6864849,0.8233495),(0.6822694,0.8233495),(0.6822693,0.8275473),(0.6864849,0.8275473),(0.6864849,0.8317337),(0.6906992,0.8317337),(0.6822694,0.8317337),(0.6822693,0.8359006),(0.6864849,0.8359006),(0.6906992,0.8359006),(0.6949139,0.8317337),(0.6949139,0.8359006),(0.6780508,0.8233495),(0.6738272,0.8233495),(0.6738272,0.8275473),(0.6780507,0.8275473),(0.6695971,0.8233495),(0.6653587,0.8233495),(0.6653587,0.8275473),(0.6695971,0.8275473),(0.6695971,0.8317337),(0.6738272,0.8317337),(0.6653587,0.8317337),(0.6653587,0.8359006),(0.6695971,0.8359006),(0.6738272,0.8359006),(0.6780508,0.8317337),(0.6780507,0.8359006),(0.6611102,0.8233495),(0.6568571,0.8233495),(0.6568571,0.8275473),(0.6611102,0.8275473),(0.6526053,0.8233495),(0.6483604,0.8233495),(0.6526054,0.8275473),(0.6483604,0.8275473),(0.6568571,0.8317337),(0.6526054,0.8317337),(0.6483604,0.8317337),(0.6526053,0.8359006),(0.6483604,0.8359006),(0.6568571,0.8359006),(0.6611102,0.8317337),(0.6611102,0.8359006),(0.6441281,0.8233495),(0.6399043,0.8233495),(0.6441281,0.8275473),(0.6399043,0.8275473),(0.635685,0.8233495),(0.6314663,0.8233495),(0.635685,0.8275473),(0.6314663,0.8275473),(0.6399043,0.8317337),(0.635685,0.8317337),(0.6314663,0.8317337),(0.635685,0.8359006),(0.6314663,0.8359006),(0.6399043,0.8359006),(0.6441281,0.8317337),(0.6441281,0.8359006),(0.627244,0.8233495),(0.6230208,0.8233495),(0.627244,0.8275473),(0.6230209,0.8275473),(0.6187993,0.8233495),(0.6145822,0.8233495),(0.6187993,0.8275473),(0.6145822,0.8275473),(0.6230208,0.8317337),(0.6187993,0.8317337),(0.6145822,0.8317337),(0.6187993,0.8359006),(0.6145822,0.8359006),(0.6230209,0.8359006),(0.627244,0.8317337),(0.627244,0.8359006),(0.6103719,0.8233495),(0.6061606,0.8233495),(0.6061606,0.8275473),(0.6103719,0.8275473),(0.6019406,0.8233495),(0.5977041,0.8233495),(0.5977041,0.8275473),(0.6019406,0.8275473),(0.6019406,0.8317337),(0.6061606,0.8317337),(0.5977041,0.8317337),(0.5977041,0.8359006),(0.6019406,0.8359006),(0.6061606,0.8359006),(0.6103719,0.8317337),(0.6103719,0.8359006),(0.5934432,0.8233495),(0.589169,0.8233495),(0.589169,0.8275473),(0.5934432,0.8275473),(0.5848927,0.8233495),(0.5806257,0.8233495),(0.5848927,0.8275473),(0.5806257,0.8275473),(0.5848927,0.8317337),(0.589169,0.8317337),(0.5806257,0.8317337),(0.5806257,0.8359006),(0.5848927,0.8359006),(0.589169,0.8359006),(0.5934432,0.8317337),(0.5934432,0.8359006),(0.5763788,0.8233495),(0.572147,0.8233495),(0.572147,0.8275473),(0.5763788,0.8275473),(0.567925,0.8233495),(0.5637077,0.8233495),(0.5637077,0.8275473),(0.567925,0.8275473),(0.567925,0.8317337),(0.572147,0.8317337),(0.5637077,0.8317337),(0.5637077,0.8359006),(0.567925,0.8359006),(0.572147,0.8359006),(0.5763788,0.8317337),(0.5763788,0.8359006),(0.55949,0.8233495),(0.5552715,0.8233495),(0.5552715,0.8275473),(0.55949,0.8275473),(0.5510522,0.8233495),(0.5468317,0.8233495),(0.5468317,0.8275473),(0.5510522,0.8275473),(0.5510522,0.8317337),(0.5552715,0.8317337),(0.5468317,0.8317337),(0.5468317,0.8359006),(0.5510522,0.8359006),(0.5552715,0.8359006),(0.55949,0.8317337),(0.55949,0.8359006),(0.5426099,0.8233495),(0.5383899,0.8233495),(0.5383899,0.8275473),(0.5426099,0.8275473),(0.5341746,0.8233495),(0.5299669,0.8233495),(0.5299669,0.8275473),(0.5341746,0.8275473),(0.5341746,0.8317337),(0.5383899,0.8317337),(0.5299669,0.8317337),(0.529967,0.8359006),(0.5341746,0.8359006),(0.5383899,0.8359006),(0.5426099,0.8317337),(0.5426099,0.8359006),(0.52577,0.8233495),(0.5215818,0.8233495),(0.5215818,0.8275473),(0.52577,0.8275473),(0.5174,0.8233495),(0.5132228,0.8233495),(0.5132228,0.8275473),(0.5174,0.8275473),(0.5174,0.8317337),(0.5215818,0.8317337),(0.5132228,0.8317337),(0.5174,0.8359006),(0.5132228,0.8359006),(0.5215818,0.8359006),(0.52577,0.8317337),(0.52577,0.8359006),(0.5090478,0.8233495),(0.5048727,0.8233495),(0.5048727,0.8275473),(0.5090478,0.8275473),(0.5006949,0.8233495),(0.4965119,0.8233495),(0.4965119,0.8275473),(0.5006949,0.8275473),(0.5006949,0.8317337),(0.5048727,0.8317337),(0.4965119,0.8317337),(0.4965119,0.8359006),(0.5006949,0.8359006),(0.5048727,0.8359006),(0.5090478,0.8317337),(0.5090478,0.8359006),(0.4923214,0.8233495),(0.4881234,0.8233495),(0.4881234,0.8275473),(0.4923214,0.8275473),(0.4839184,0.8233495),(0.4797065,0.8233495),(0.4797065,0.8275473),(0.4839184,0.8275473),(0.4839184,0.8317337),(0.4881234,0.8317337),(0.4797065,0.8317337),(0.4797064,0.8359006),(0.4839184,0.8359006),(0.4881234,0.8359006),(0.4923214,0.8317337),(0.4923214,0.8359006),(0.4754879,0.8233495),(0.4712752,0.8233495),(0.4712752,0.8275473),(0.4754879,0.8275473),(0.4670808,0.8233495),(0.4629171,0.8233495),(0.4629171,0.8275473),(0.4670808,0.8275473),(0.4670808,0.8317337),(0.4712752,0.8317337),(0.4629171,0.8317337),(0.4629171,0.8359006),(0.4670808,0.8359006),(0.4712752,0.8359006),(0.4754879,0.8317337),(0.4754879,0.8359006),(0.4587967,0.8233495),(0.4547031,0.8233495),(0.4587967,0.8275473),(0.4547031,0.8275473),(0.4506197,0.8233495),(0.44653,0.8233495),(0.4506197,0.8275473),(0.44653,0.8275473),(0.4547031,0.8317337),(0.4506197,0.8317337),(0.44653,0.8317337),(0.4506197,0.8359006),(0.44653,0.8359006),(0.4547031,0.8359006),(0.4587967,0.8317337),(0.4587967,0.8359006),(0.4424174,0.8233495),(0.4382856,0.8233495),(0.4424174,0.8275473),(0.4382856,0.8275473),(0.4341379,0.8233495),(0.429978,0.8233495),(0.429978,0.8275473),(0.4341379,0.8275473),(0.4341379,0.8317337),(0.4382856,0.8317337),(0.429978,0.8317337),(0.429978,0.8359006),(0.4341379,0.8359006),(0.4382856,0.8359006),(0.4424174,0.8317337),(0.4424174,0.8359006),(0.4258092,0.8233495),(0.4216311,0.8233495),(0.4258092,0.8275473),(0.4216312,0.8275473),(0.4174434,0.8233495),(0.4132456,0.8233495),(0.4174434,0.8275473),(0.4132456,0.8275473),(0.4216312,0.8317337),(0.4174434,0.8317337),(0.4132456,0.8317337),(0.4174434,0.8359006),(0.4132456,0.8359006),(0.4216312,0.8359006),(0.4258092,0.8317337),(0.4258092,0.8359006),(0.4090372,0.8233495),(0.4048201,0.8233495),(0.4090372,0.8275473),(0.4048201,0.8275473),(0.4005963,0.8233495),(0.3963675,0.8233495),(0.3963675,0.8275473),(0.4005963,0.8275473),(0.4005963,0.8317337),(0.4048201,0.8317337),(0.3963675,0.8317337),(0.3963675,0.8359006),(0.4005963,0.8359006),(0.4048201,0.8359006),(0.4090372,0.8317337),(0.4090372,0.8359006),(0.3921357,0.8233495),(0.3879012,0.8233495),(0.3879012,0.8275473),(0.3921357,0.8275473),(0.3836642,0.8233495),(0.3794248,0.8233495),(0.3794249,0.8275473),(0.3836642,0.8275473),(0.3836642,0.8317337),(0.3879012,0.8317337),(0.3794248,0.8317337),(0.3794248,0.8359006),(0.3836642,0.8359006),(0.3879012,0.8359006),(0.3921357,0.8317337),(0.3921357,0.8359006),(0.3751834,0.8233495),(0.3709441,0.8233495),(0.3709441,0.8275473),(0.3751834,0.8275473),(0.3667112,0.8233495),(0.3624887,0.8233495),(0.3624887,0.8275473),(0.3667112,0.8275473),(0.3667112,0.8317337),(0.3709442,0.8317337),(0.3624887,0.8317337),(0.3624887,0.8359006),(0.3667112,0.8359006),(0.3709441,0.8359006),(0.3751834,0.8317337),(0.3751834,0.8359006),(0.358281,0.8233495),(0.3540821,0.8233495),(0.358281,0.8275473),(0.3540821,0.8275473),(0.3498864,0.8233495),(0.3456882,0.8233495),(0.3456882,0.8275473),(0.3498864,0.8275473),(0.3498864,0.8317337),(0.3540821,0.8317337),(0.3456882,0.8317337),(0.3456882,0.8359006),(0.3498864,0.8359006),(0.3540821,0.8359006),(0.3582809,0.8317337),(0.358281,0.8359006),(0.3414817,0.8233495),(0.3372694,0.8233495),(0.3372695,0.8275473),(0.3414817,0.8275473),(0.3330541,0.8233495),(0.3288383,0.8233495),(0.3330541,0.8275473),(0.3288383,0.8275473),(0.3330541,0.8317337),(0.3372695,0.8317337),(0.3288383,0.8317337),(0.3288383,0.8359006),(0.3330541,0.8359006),(0.3372695,0.8359006),(0.3414817,0.8317337),(0.3414817,0.8359006),(0.3246247,0.8233495),(0.3204179,0.8233495),(0.3246247,0.8275473),(0.3204179,0.8275473),(0.3162228,0.8233495),(0.3120441,0.8233495),(0.3162228,0.8275473),(0.3120441,0.8275473),(0.3204179,0.8317337),(0.3162228,0.8317337),(0.3120441,0.8317337),(0.3162228,0.8359006),(0.3120441,0.8359006),(0.3204179,0.8359006),(0.3246247,0.8317337),(0.3246247,0.8359006),(0.3078868,0.8233495),(0.3037427,0.8233495),(0.3078868,0.8275473),(0.3037427,0.8275473),(0.2996041,0.8233495),(0.2954631,0.8233495),(0.2996041,0.8275473),(0.2954631,0.8275473),(0.3037428,0.8317337),(0.2996041,0.8317337),(0.2954631,0.8317337),(0.2996041,0.8359006),(0.2954631,0.8359006),(0.3037427,0.8359006),(0.3078868,0.8317337),(0.3078868,0.8359006),(0.2913116,0.8233495),(0.2871543,0.8233495),(0.2913116,0.8275473),(0.2871543,0.8275473),(0.2829956,0.8233495),(0.2788399,0.8233495),(0.2829956,0.8275473),(0.2788399,0.8275473),(0.2871543,0.8317337),(0.2829956,0.8317337),(0.2788399,0.8317337),(0.2829956,0.8359006),(0.2788399,0.8359006),(0.2871543,0.8359006),(0.2913116,0.8317337),(0.2913116,0.8359006),(0.2746918,0.8233495),(0.2705556,0.8233495),(0.2746918,0.8275473),(0.2705556,0.8275473),(0.2664356,0.8233495),(0.262336,0.8233495),(0.2664356,0.8275473),(0.262336,0.8275473),(0.2705556,0.8317337),(0.2664356,0.8317337),(0.262336,0.8317337),(0.2664356,0.8359006),(0.262336,0.8359006),(0.2705556,0.8359006),(0.2746918,0.8317337),(0.2746918,0.8359006),(0.2582613,0.8233495),(0.254209,0.8233495),(0.2582613,0.8275473),(0.254209,0.8275473),(0.2501769,0.8233495),(0.2461624,0.8233495),(0.2501769,0.8275473),(0.2461624,0.8275473),(0.254209,0.8317337),(0.2501769,0.8317337),(0.2461624,0.8317337),(0.2501769,0.8359006),(0.2461624,0.8359006),(0.254209,0.8359006),(0.2582613,0.8317337),(0.2582613,0.8359006),(0.2421634,0.8233495),(0.238164,0.8233495),(0.2421634,0.8275473),(0.238164,0.8275473),(0.2341487,0.8233495),(0.2301017,0.8233495),(0.2341487,0.8275473),(0.2301017,0.8275473),(0.238164,0.8317337),(0.2341487,0.8317337),(0.2301017,0.8317337),(0.2341487,0.8359006),(0.2301017,0.8359006),(0.238164,0.8359006),(0.2421634,0.8317337),(0.2421634,0.8359006),(0.2260074,0.8233495),(0.2218787,0.8233495),(0.2260074,0.8275473),(0.2218787,0.8275473),(0.2177283,0.8233495),(0.2135691,0.8233495),(0.2177283,0.8275473),(0.2135692,0.8275473),(0.2218787,0.8317337),(0.2177283,0.8317337),(0.2135691,0.8317337),(0.2177283,0.8359006),(0.2135692,0.8359006),(0.2218787,0.8359006),(0.2260074,0.8317337),(0.2260074,0.8359006),(0.2094141,0.8233495),(0.2052627,0.8233495),(0.2094141,0.8275473),(0.2052627,0.8275473),(0.2011147,0.8233495),(0.1969699,0.8233495),(0.2011147,0.8275473),(0.1969699,0.8275473),(0.2052627,0.8317337),(0.2011147,0.8317337),(0.1969699,0.8317337),(0.2011147,0.8359006),(0.1969699,0.8359006),(0.2052627,0.8359006),(0.2094141,0.8317337),(0.2094141,0.8359006),(0.1928277,0.8233495),(0.1886888,0.8233495),(0.1928277,0.8275473),(0.1886888,0.8275473),(0.1845533,0.8233495),(0.1804218,0.8233495),(0.1845533,0.8275473),(0.1804218,0.8275473),(0.1886888,0.8317337),(0.1845533,0.8317337),(0.1804218,0.8317337),(0.1845533,0.8359006),(0.1804218,0.8359006),(0.1886888,0.8359006),(0.1928277,0.8317337),(0.1928277,0.8359006),(0.1762946,0.8233495),(0.1721701,0.8233495),(0.1762946,0.8275473),(0.1721701,0.8275473),(0.1680468,0.8233495),(0.163923,0.8233495),(0.1680468,0.8275473),(0.163923,0.8275473),(0.1721701,0.8317337),(0.1680468,0.8317337),(0.163923,0.8317337),(0.1680468,0.8359006),(0.163923,0.8359006),(0.1721701,0.8359006),(0.1762946,0.8317337),(0.1762946,0.8359006),(0.1597973,0.8233495),(0.1556691,0.8233495),(0.1556691,0.8275473),(0.1597973,0.8275473),(0.1515382,0.8233495),(0.1474041,0.8233495),(0.1474041,0.8275473),(0.1515382,0.8275473),(0.1515382,0.8317337),(0.1556691,0.8317337),(0.1474041,0.8317337),(0.1474041,0.8359006),(0.1515382,0.8359006),(0.1556691,0.8359006),(0.1597973,0.8317337),(0.1597973,0.8359006),(0.1432664,0.8233495),(0.1391259,0.8233495),(0.1391259,0.8275473),(0.1432664,0.8275473),(0.134983,0.8233495),(0.1308385,0.8233495),(0.1308385,0.8275473),(0.134983,0.8275473),(0.134983,0.8317337),(0.1391259,0.8317337),(0.1308385,0.8317337),(0.1308385,0.8359006),(0.134983,0.8359006),(0.1391259,0.8359006),(0.1432664,0.8317337),(0.1432664,0.8359006),(0.126693,0.8233495),(0.12255,0.8233495),(0.12255,0.8275473),(0.126693,0.8275473),(0.1184131,0.8233495),(0.1142857,0.8233495),(0.1142857,0.8275473),(0.1184131,0.8275473),(0.1184131,0.8317337),(0.12255,0.8317337),(0.1142857,0.8317337),(0.1142857,0.8359006),(0.1184131,0.8359006),(0.12255,0.8359006),(0.126693,0.8317337),(0.126693,0.8359006),(0.1101713,0.8233495),(0.1060752,0.8233495),(0.1060752,0.8275473),(0.1101713,0.8275473),(0.1020023,0.8233495),(0.09795791,0.8233495),(0.09795791,0.8275473),(0.1020023,0.8275473),(0.1020023,0.8317337),(0.1060752,0.8317337),(0.09795791,0.8317337),(0.09795791,0.8359006),(0.1020023,0.8359006),(0.1060752,0.8359006),(0.1101713,0.8317337),(0.1101713,0.8359006),(0.09394707,0.8233495),(0.08994583,0.8233495),(0.09394707,0.8275473),(0.08994584,0.8275473),(0.08593026,0.8233495),(0.08187638,0.8233495),(0.08593025,0.8275473),(0.08187637,0.8275473),(0.08994584,0.8317337),(0.08593026,0.8317337),(0.08187638,0.8317337),(0.08593026,0.8359006),(0.08187638,0.8359006),(0.08994584,0.8359006),(0.09394707,0.8317337),(0.09394707,0.8359006),(0.07776025,0.8233495),(0.07361087,0.8233495),(0.07776025,0.8275473),(0.07361087,0.8275473),(0.06945725,0.8233495),(0.06532837,0.8233495),(0.06945725,0.8275473),(0.06532837,0.8275473),(0.07361087,0.8317337),(0.06945725,0.8317337),(0.06532837,0.8317337),(0.06945725,0.8359006),(0.06532837,0.8359006),(0.07361087,0.8359006),(0.07776025,0.8317337),(0.07776025,0.8359006),(0.06125325,0.8233495),(0.05721605,0.8233495),(0.06125325,0.8275473),(0.05721604,0.8275473),(0.05320094,0.8233495),(0.0491921,0.8233495),(0.05320094,0.8275473),(0.04919209,0.8275473),(0.05721605,0.8317337),(0.05320094,0.8317337),(0.0491921,0.8317337),(0.05320094,0.8359006),(0.04919209,0.8359006),(0.05721605,0.8359006),(0.06125325,0.8317337),(0.06125325,0.8359006),(0.04517369,0.8233495),(0.04115105,0.8233495),(0.04517369,0.8275473),(0.04115105,0.8275473),(0.0371295,0.8233495),(0.03311438,0.8233495),(0.0371295,0.8275473),(0.03311437,0.8275473),(0.04115105,0.8317337),(0.0371295,0.8317337),(0.03311438,0.8317337),(0.0371295,0.8359006),(0.03311438,0.8359006),(0.04115105,0.8359006),(0.04517369,0.8317337),(0.04517369,0.8359006),(0.029111,0.8233495),(0.02511186,0.8233495),(0.029111,0.8275473),(0.02511186,0.8275473),(0.02110944,0.8233495),(0.01709622,0.8233495),(0.02110944,0.8275473),(0.01709622,0.8275473),(0.02511186,0.8317337),(0.02110944,0.8317337),(0.01709622,0.8317337),(0.02110944,0.8359006),(0.01709622,0.8359006),(0.02511186,0.8359006),(0.029111,0.8317337),(0.029111,0.8359006),(0.01306469,0.8233495),(0.009019421,0.8233489),(0.01306469,0.8275473),(0.009019421,0.827548),(0.004965,0.823347),(0.000906,0.8233445),(0.004965,0.8275502),(0.000906,0.827553),(0.009019421,0.8317372),(0.004965,0.8317477),(0.000906,0.8317615),(0.004965,0.8359214),(0.000906,0.83597),(0.009019421,0.8359058),(0.01306469,0.8317337),(0.01306469,0.8359006),(0.9951518,0.8400536),(0.999094,0.8400675),(0.9912093,0.8400432),(0.9912093,0.8441589),(0.9951518,0.8441615),(0.999094,0.844165),(0.9872664,0.8400397),(0.983323,0.8400397),(0.983323,0.8441581),(0.9872664,0.8441581),(0.9872664,0.8482624),(0.9912093,0.8482624),(0.983323,0.8482624),(0.983323,0.8523598),(0.9872664,0.8523598),(0.9912093,0.8523598),(0.9951518,0.8482624),(0.999094,0.8482625),(0.9951518,0.8523599),(0.999094,0.85236),(0.9793787,0.8400397),(0.9754275,0.8400397),(0.9754274,0.8441581),(0.9793787,0.8441581),(0.9714631,0.8400397),(0.9674796,0.8400397),(0.9674796,0.8441581),(0.9714631,0.8441581),(0.9714631,0.8482624),(0.9754274,0.8482624),(0.9674796,0.8482624),(0.9674796,0.8523598),(0.9714631,0.8523598),(0.9754274,0.8523598),(0.9793787,0.8482624),(0.9793787,0.8523598),(0.9634706,0.8400397),(0.9594426,0.8400397),(0.9594426,0.8441581),(0.9634707,0.8441581),(0.9554016,0.8400397),(0.9513539,0.8400397),(0.9513539,0.8441581),(0.9554016,0.8441581),(0.9554016,0.8482624),(0.9594426,0.8482624),(0.9513539,0.8482624),(0.9513539,0.8523598),(0.9554016,0.8523598),(0.9594425,0.8523598),(0.9634707,0.8482624),(0.9634706,0.8523598),(0.9473058,0.8400397),(0.9432498,0.8400397),(0.9432497,0.8441581),(0.9473058,0.8441581),(0.9391782,0.8400397),(0.9350839,0.8400397),(0.9350839,0.8441581),(0.9391783,0.8441581),(0.9391782,0.8482624),(0.9432497,0.8482624),(0.9350839,0.8482624),(0.9350839,0.8523598),(0.9391783,0.8523598),(0.9432497,0.8523598),(0.9473058,0.8482624),(0.9473058,0.8523598),(0.930959,0.8400397),(0.9268106,0.8400397),(0.9268106,0.8441581),(0.930959,0.8441581),(0.9226453,0.8400397),(0.9184701,0.8400397),(0.9184701,0.8441581),(0.9226453,0.8441581),(0.9226453,0.8482624),(0.9268106,0.8482624),(0.9184701,0.8482624),(0.9184701,0.8523598),(0.9226453,0.8523598),(0.9268106,0.8523598),(0.930959,0.8482624),(0.930959,0.8523598),(0.9142919,0.8400397),(0.910111,0.8400397),(0.9101109,0.8441581),(0.9142919,0.8441581),(0.9059278,0.8400397),(0.9017429,0.8400397),(0.9017429,0.8441581),(0.9059278,0.8441581),(0.9059278,0.8482624),(0.910111,0.8482624),(0.9017429,0.8482624),(0.9017428,0.8523598),(0.9059278,0.8523598),(0.9101109,0.8523598),(0.9142919,0.8482624),(0.9142919,0.8523598),(0.8975567,0.8400397),(0.8933688,0.8400397),(0.8933688,0.8441581),(0.8975567,0.8441581),(0.8891787,0.8400397),(0.8849859,0.8400397),(0.8849859,0.8441581),(0.8891788,0.8441581),(0.8891787,0.8482624),(0.8933688,0.8482624),(0.8849859,0.8482624),(0.8849859,0.8523598),(0.8891788,0.8523598),(0.8933688,0.8523598),(0.8975567,0.8482624),(0.8975567,0.8523598),(0.8807898,0.8400397),(0.8765806,0.8400397),(0.8765807,0.8441581),(0.8807898,0.8441581),(0.8723488,0.8400397),(0.8680845,0.8400397),(0.8680845,0.8441581),(0.8723488,0.8441581),(0.8723488,0.8482624),(0.8765806,0.8482624),(0.8680845,0.8482624),(0.8680845,0.8523598),(0.8723488,0.8523598),(0.8765806,0.8523598),(0.8807898,0.8482624),(0.8807898,0.8523598),(0.8637781,0.8400397),(0.8594491,0.8400397),(0.8594491,0.8441581),(0.8637781,0.8441581),(0.8551173,0.8400397),(0.8508024,0.8400397),(0.8508024,0.8441581),(0.8551173,0.8441581),(0.8551173,0.8482624),(0.8594491,0.8482624),(0.8508024,0.8482624),(0.8508024,0.8523598),(0.8551173,0.8523598),(0.859449,0.8523598),(0.8637781,0.8482624),(0.8637781,0.8523598),(0.846524,0.8400397),(0.8422731,0.8400397),(0.8422731,0.8441581),(0.846524,0.8441581),(0.8380403,0.8400397),(0.8338165,0.8400397),(0.8338165,0.8441581),(0.8380403,0.8441581),(0.8380403,0.8482624),(0.8422731,0.8482624),(0.8338165,0.8482624),(0.8338165,0.8523598),(0.8380404,0.8523598),(0.8422731,0.8523598),(0.846524,0.8482624),(0.846524,0.8523598),(0.8295926,0.8400397),(0.8253628,0.8400397),(0.8253628,0.8441581),(0.8295926,0.8441581),(0.8211217,0.8400397),(0.8168637,0.8400397),(0.8168637,0.8441581),(0.8211217,0.8441581),(0.8211217,0.8482624),(0.8253628,0.8482624),(0.8168637,0.8482624),(0.8168637,0.8523598),(0.8211217,0.8523598),(0.8253628,0.8523598),(0.8295926,0.8482624),(0.8295926,0.8523598),(0.8125832,0.8400397),(0.8082899,0.8400397),(0.8082899,0.8441581),(0.8125832,0.8441581),(0.8039935,0.8400397),(0.7997035,0.8400397),(0.7997035,0.8441581),(0.8039935,0.8441581),(0.8039935,0.8482624),(0.8082899,0.8482624),(0.7997035,0.8482624),(0.7997035,0.8523598),(0.8039935,0.8523598),(0.8082899,0.8523598),(0.8125832,0.8482624),(0.8125832,0.8523598),(0.7954297,0.8400397),(0.7911757,0.8400397),(0.7911757,0.8441581),(0.7954297,0.8441581),(0.7869452,0.8400397),(0.7827417,0.8400397),(0.7827417,0.8441581),(0.7869452,0.8441581),(0.7869452,0.8482624),(0.7911757,0.8482624),(0.7827417,0.8482624),(0.7827417,0.8523598),(0.7869452,0.8523598),(0.7911757,0.8523598),(0.7954297,0.8482624),(0.7954297,0.8523598),(0.7785689,0.8400397),(0.7744211,0.8400397),(0.7744212,0.8441581),(0.7785689,0.8441581),(0.7702925,0.8400397),(0.7661775,0.8400397),(0.7661775,0.8441581),(0.7702925,0.8441581),(0.7702925,0.8482624),(0.7744212,0.8482624),(0.7661775,0.8482624),(0.7661775,0.8523598),(0.7702925,0.8523598),(0.7744212,0.8523598),(0.778569,0.8482624),(0.778569,0.8523598),(0.7620703,0.8400397),(0.757961,0.8400397),(0.757961,0.8441581),(0.7620703,0.8441581),(0.7538399,0.8400397),(0.7496969,0.8400397),(0.7496969,0.8441581),(0.7538399,0.8441581),(0.7538399,0.8482624),(0.757961,0.8482624),(0.7496969,0.8482624),(0.7496969,0.8523598),(0.7538399,0.8523598),(0.757961,0.8523598),(0.7620703,0.8482624),(0.7620703,0.8523598),(0.7455223,0.8400397),(0.7413244,0.8400397),(0.7413245,0.8441581),(0.7455223,0.8441581),(0.7371117,0.8400397),(0.7328922,0.8400397),(0.7328923,0.8441581),(0.7371117,0.8441581),(0.7371117,0.8482624),(0.7413245,0.8482624),(0.7328922,0.8482624),(0.7328922,0.8523598),(0.7371117,0.8523598),(0.7413245,0.8523598),(0.7455223,0.8482624),(0.7455223,0.8523598),(0.7286744,0.8400397),(0.7244572,0.8400397),(0.7244572,0.8441581),(0.7286744,0.8441581),(0.7202395,0.8400397),(0.71602,0.8400397),(0.71602,0.8441581),(0.7202395,0.8441581),(0.7202395,0.8482624),(0.7244572,0.8482624),(0.71602,0.8482624),(0.71602,0.8523598),(0.7202394,0.8523598),(0.7244572,0.8523598),(0.7286744,0.8482624),(0.7286744,0.8523598),(0.7117977,0.8400397),(0.7075742,0.8400397),(0.7075742,0.8441581),(0.7117977,0.8441581),(0.7033514,0.8400397),(0.6991307,0.8400397),(0.6991307,0.8441581),(0.7033514,0.8441581),(0.7033514,0.8482624),(0.7075742,0.8482624),(0.6991307,0.8482624),(0.6991307,0.8523598),(0.7033514,0.8523598),(0.7075742,0.8523598),(0.7117977,0.8482624),(0.7117977,0.8523598),(0.6949139,0.8400397),(0.6906992,0.8400397),(0.6906992,0.8441581),(0.6949139,0.8441581),(0.6864849,0.8400397),(0.6822694,0.8400397),(0.6822693,0.8441581),(0.6864849,0.8441581),(0.6864849,0.8482624),(0.6906992,0.8482624),(0.6822694,0.8482624),(0.6822693,0.8523598),(0.6864849,0.8523598),(0.6906992,0.8523598),(0.6949139,0.8482624),(0.6949139,0.8523598),(0.6780508,0.8400397),(0.6738272,0.8400397),(0.6738272,0.8441581),(0.6780507,0.8441581),(0.6695971,0.8400397),(0.6653587,0.8400397),(0.6695971,0.8441581),(0.6653587,0.8441581),(0.6695971,0.8482624),(0.6738272,0.8482624),(0.6653587,0.8482624),(0.6695971,0.8523598),(0.6653587,0.8523598),(0.6738272,0.8523598),(0.6780508,0.8482624),(0.6780507,0.8523598),(0.6611102,0.8400397),(0.6568571,0.8400397),(0.6611102,0.8441581),(0.6568571,0.8441581),(0.6526053,0.8400397),(0.6483604,0.8400397),(0.6526054,0.8441581),(0.6483604,0.8441581),(0.6568571,0.8482624),(0.6526054,0.8482624),(0.6483604,0.8482624),(0.6526053,0.8523598),(0.6483604,0.8523598),(0.6568571,0.8523598),(0.6611102,0.8482624),(0.6611102,0.8523598),(0.6441281,0.8400397),(0.6399043,0.8400397),(0.6441281,0.8441581),(0.6399043,0.8441581),(0.635685,0.8400397),(0.6314663,0.8400397),(0.635685,0.8441581),(0.6314663,0.8441581),(0.6399043,0.8482624),(0.635685,0.8482624),(0.6314663,0.8482624),(0.635685,0.8523598),(0.6314663,0.8523598),(0.6399043,0.8523598),(0.6441281,0.8482624),(0.6441281,0.8523598),(0.627244,0.8400397),(0.6230208,0.8400397),(0.627244,0.8441581),(0.6230209,0.8441581),(0.6187993,0.8400397),(0.6145822,0.8400397),(0.6145822,0.8441581),(0.6187993,0.8441581),(0.6230208,0.8482624),(0.6187993,0.8482624),(0.6145822,0.8482624),(0.6145822,0.8523598),(0.6187993,0.8523598),(0.6230209,0.8523598),(0.627244,0.8482624),(0.627244,0.8523598),(0.6103719,0.8400397),(0.6061606,0.8400397),(0.6061606,0.8441581),(0.6103719,0.8441581),(0.6019406,0.8400397),(0.5977041,0.8400397),(0.5977041,0.8441581),(0.6019406,0.8441581),(0.6019406,0.8482624),(0.6061606,0.8482624),(0.5977041,0.8482624),(0.5977041,0.8523598),(0.6019406,0.8523598),(0.6061606,0.8523598),(0.6103719,0.8482624),(0.6103719,0.8523598),(0.5934432,0.8400397),(0.589169,0.8400397),(0.589169,0.8441581),(0.5934432,0.8441581),(0.5848927,0.8400397),(0.5806257,0.8400397),(0.5806257,0.8441581),(0.5848927,0.8441581),(0.5848927,0.8482624),(0.589169,0.8482624),(0.5806257,0.8482624),(0.5806257,0.8523598),(0.5848927,0.8523598),(0.589169,0.8523598),(0.5934432,0.8482624),(0.5934432,0.8523598),(0.5763788,0.8400397),(0.572147,0.8400397),(0.572147,0.8441581),(0.5763788,0.8441581),(0.567925,0.8400397),(0.5637077,0.8400397),(0.5637077,0.8441581),(0.567925,0.8441581),(0.567925,0.8482624),(0.572147,0.8482624),(0.5637077,0.8482624),(0.5637077,0.8523598),(0.567925,0.8523598),(0.572147,0.8523598),(0.5763788,0.8482624),(0.5763788,0.8523598),(0.55949,0.8400397),(0.5552715,0.8400397),(0.5552715,0.8441581),(0.55949,0.8441581),(0.5510522,0.8400397),(0.5468317,0.8400397),(0.5468317,0.8441581),(0.5510522,0.8441581),(0.5510522,0.8482624),(0.5552715,0.8482624),(0.5468317,0.8482624),(0.5468317,0.8523598),(0.5510522,0.8523598),(0.5552715,0.8523598),(0.55949,0.8482624),(0.55949,0.8523598),(0.5426099,0.8400397),(0.5383899,0.8400397),(0.5383899,0.8441581),(0.5426099,0.8441581),(0.5341746,0.8400397),(0.5299669,0.8400397),(0.5299669,0.8441581),(0.5341746,0.8441581),(0.5341746,0.8482624),(0.5383899,0.8482624),(0.5299669,0.8482624),(0.529967,0.8523598),(0.5341746,0.8523598),(0.5383899,0.8523598),(0.5426099,0.8482624),(0.5426099,0.8523598),(0.52577,0.8400397),(0.5215818,0.8400397),(0.52577,0.8441581),(0.5215818,0.8441581),(0.5174,0.8400397),(0.5132228,0.8400397),(0.5174,0.8441581),(0.5132228,0.8441581),(0.5215818,0.8482624),(0.5174,0.8482624),(0.5132228,0.8482624),(0.5174,0.8523598),(0.5132228,0.8523598),(0.5215818,0.8523598),(0.52577,0.8482624),(0.52577,0.8523598),(0.5090478,0.8400397),(0.5048727,0.8400397),(0.5090478,0.8441581),(0.5048727,0.8441581),(0.5006949,0.8400397),(0.4965119,0.8400397),(0.4965119,0.8441581),(0.5006949,0.8441581),(0.5048727,0.8482624),(0.5006949,0.8482624),(0.4965119,0.8482624),(0.4965119,0.8523598),(0.5006949,0.8523598),(0.5048727,0.8523598),(0.5090478,0.8482624),(0.5090478,0.8523598),(0.4923214,0.8400397),(0.4881234,0.8400397),(0.4881234,0.8441581),(0.4923214,0.8441581),(0.4839184,0.8400397),(0.4797065,0.8400397),(0.4797065,0.8441581),(0.4839184,0.8441581),(0.4839184,0.8482624),(0.4881234,0.8482624),(0.4797065,0.8482624),(0.4797064,0.8523598),(0.4839184,0.8523598),(0.4881234,0.8523598),(0.4923214,0.8482624),(0.4923214,0.8523598),(0.4754879,0.8400397),(0.4712752,0.8400397),(0.4712752,0.8441581),(0.4754879,0.8441581),(0.4670808,0.8400397),(0.4629171,0.8400397),(0.4629171,0.8441581),(0.4670808,0.8441581),(0.4670808,0.8482624),(0.4712752,0.8482624),(0.4629171,0.8482624),(0.4629171,0.8523598),(0.4670808,0.8523598),(0.4712752,0.8523598),(0.4754879,0.8482624),(0.4754879,0.8523598),(0.4587967,0.8400397),(0.4547031,0.8400397),(0.4547031,0.8441581),(0.4587967,0.8441581),(0.4506197,0.8400397),(0.44653,0.8400397),(0.4506197,0.8441581),(0.44653,0.8441581),(0.4547031,0.8482624),(0.4506197,0.8482624),(0.44653,0.8482624),(0.44653,0.8523598),(0.4506197,0.8523598),(0.4547031,0.8523598),(0.4587967,0.8482624),(0.4587967,0.8523598),(0.4424174,0.8400397),(0.4382856,0.8400397),(0.4424174,0.8441581),(0.4382856,0.8441581),(0.4341379,0.8400397),(0.429978,0.8400397),(0.429978,0.8441581),(0.4341379,0.8441581),(0.4341379,0.8482624),(0.4382856,0.8482624),(0.429978,0.8482624),(0.429978,0.8523598),(0.4341379,0.8523598),(0.4382856,0.8523598),(0.4424174,0.8482624),(0.4424174,0.8523598),(0.4258092,0.8400397),(0.4216311,0.8400397),(0.4216312,0.8441581),(0.4258092,0.8441581),(0.4174434,0.8400397),(0.4132456,0.8400397),(0.4174434,0.8441581),(0.4132456,0.8441581),(0.4174434,0.8482624),(0.4216312,0.8482624),(0.4132456,0.8482624),(0.4132456,0.8523598),(0.4174434,0.8523598),(0.4216312,0.8523598),(0.4258092,0.8482624),(0.4258092,0.8523598),(0.4090372,0.8400397),(0.4048201,0.8400397),(0.4048201,0.8441581),(0.4090372,0.8441581),(0.4005963,0.8400397),(0.3963675,0.8400397),(0.3963675,0.8441581),(0.4005963,0.8441581),(0.4005963,0.8482624),(0.4048201,0.8482624),(0.3963675,0.8482624),(0.3963675,0.8523598),(0.4005963,0.8523598),(0.4048201,0.8523598),(0.4090372,0.8482624),(0.4090372,0.8523598),(0.3921357,0.8400397),(0.3879012,0.8400397),(0.3879012,0.8441581),(0.3921357,0.8441581),(0.3836642,0.8400397),(0.3794248,0.8400397),(0.3794249,0.8441581),(0.3836642,0.8441581),(0.3836642,0.8482624),(0.3879012,0.8482624),(0.3794248,0.8482624),(0.3794248,0.8523598),(0.3836642,0.8523598),(0.3879012,0.8523598),(0.3921357,0.8482624),(0.3921357,0.8523598),(0.3751834,0.8400397),(0.3709441,0.8400397),(0.3709441,0.8441581),(0.3751834,0.8441581),(0.3667112,0.8400397),(0.3624887,0.8400397),(0.3624887,0.8441581),(0.3667112,0.8441581),(0.3667112,0.8482624),(0.3709442,0.8482624),(0.3624887,0.8482624),(0.3624887,0.8523598),(0.3667112,0.8523598),(0.3709441,0.8523598),(0.3751834,0.8482624),(0.3751834,0.8523598),(0.358281,0.8400397),(0.3540821,0.8400397),(0.358281,0.8441581),(0.3540821,0.8441581),(0.3498864,0.8400397),(0.3456882,0.8400397),(0.3456882,0.8441581),(0.3498864,0.8441581),(0.3498864,0.8482624),(0.3540821,0.8482624),(0.3456882,0.8482624),(0.3456882,0.8523598),(0.3498864,0.8523598),(0.3540821,0.8523598),(0.3582809,0.8482624),(0.358281,0.8523598),(0.3414817,0.8400397),(0.3372694,0.8400397),(0.3372695,0.8441581),(0.3414817,0.8441581),(0.3330541,0.8400397),(0.3288383,0.8400397),(0.3288383,0.8441581),(0.3330541,0.8441581),(0.3330541,0.8482624),(0.3372695,0.8482624),(0.3288383,0.8482624),(0.3288383,0.8523598),(0.3330541,0.8523598),(0.3372695,0.8523598),(0.3414817,0.8482624),(0.3414817,0.8523598),(0.3246247,0.8400397),(0.3204179,0.8400397),(0.3246247,0.8441581),(0.3204179,0.8441581),(0.3162228,0.8400397),(0.3120441,0.8400397),(0.3162228,0.8441581),(0.3120441,0.8441581),(0.3204179,0.8482624),(0.3162228,0.8482624),(0.3120441,0.8482624),(0.3162228,0.8523598),(0.3120441,0.8523598),(0.3204179,0.8523598),(0.3246247,0.8482624),(0.3246247,0.8523598),(0.3078868,0.8400397),(0.3037427,0.8400397),(0.3078868,0.8441581),(0.3037427,0.8441581),(0.2996041,0.8400397),(0.2954631,0.8400397),(0.2996041,0.8441581),(0.2954631,0.8441581),(0.3037428,0.8482624),(0.2996041,0.8482624),(0.2954631,0.8482624),(0.2996041,0.8523598),(0.2954631,0.8523598),(0.3037427,0.8523598),(0.3078868,0.8482624),(0.3078868,0.8523598),(0.2913116,0.8400397),(0.2871543,0.8400397),(0.2913116,0.8441581),(0.2871543,0.8441581),(0.2829956,0.8400397),(0.2788399,0.8400397),(0.2829956,0.8441581),(0.2788399,0.8441581),(0.2871543,0.8482624),(0.2829956,0.8482624),(0.2788399,0.8482624),(0.2829956,0.8523598),(0.2788399,0.8523598),(0.2871543,0.8523598),(0.2913116,0.8482624),(0.2913116,0.8523598),(0.2746918,0.8400397),(0.2705556,0.8400397),(0.2746918,0.8441581),(0.2705556,0.8441581),(0.2664356,0.8400397),(0.262336,0.8400397),(0.2664356,0.8441581),(0.262336,0.8441581),(0.2705556,0.8482624),(0.2664356,0.8482624),(0.262336,0.8482624),(0.2664356,0.8523598),(0.262336,0.8523598),(0.2705556,0.8523598),(0.2746918,0.8482624),(0.2746918,0.8523598),(0.2582613,0.8400397),(0.254209,0.8400397),(0.2582613,0.8441581),(0.254209,0.8441581),(0.2501769,0.8400397),(0.2461624,0.8400397),(0.2501769,0.8441581),(0.2461624,0.8441581),(0.254209,0.8482624),(0.2501769,0.8482624),(0.2461624,0.8482624),(0.2501769,0.8523598),(0.2461624,0.8523598),(0.254209,0.8523598),(0.2582613,0.8482624),(0.2582613,0.8523598),(0.2421634,0.8400397),(0.238164,0.8400397),(0.2421634,0.8441581),(0.238164,0.8441581),(0.2341487,0.8400397),(0.2301017,0.8400397),(0.2341487,0.8441581),(0.2301017,0.8441581),(0.238164,0.8482624),(0.2341487,0.8482624),(0.2301017,0.8482624),(0.2341487,0.8523598),(0.2301017,0.8523598),(0.238164,0.8523598),(0.2421634,0.8482624),(0.2421634,0.8523598),(0.2260074,0.8400397),(0.2218787,0.8400397),(0.2260074,0.8441581),(0.2218787,0.8441581),(0.2177283,0.8400397),(0.2135691,0.8400397),(0.2177283,0.8441581),(0.2135692,0.8441581),(0.2218787,0.8482624),(0.2177283,0.8482624),(0.2135691,0.8482624),(0.2177283,0.8523598),(0.2135692,0.8523598),(0.2218787,0.8523598),(0.2260074,0.8482624),(0.2260074,0.8523598),(0.2094141,0.8400397),(0.2052627,0.8400397),(0.2094141,0.8441581),(0.2052627,0.8441581),(0.2011147,0.8400397),(0.1969699,0.8400397),(0.2011147,0.8441581),(0.1969699,0.8441581),(0.2052627,0.8482624),(0.2011147,0.8482624),(0.1969699,0.8482624),(0.2011147,0.8523598),(0.1969699,0.8523598),(0.2052627,0.8523598),(0.2094141,0.8482624),(0.2094141,0.8523598),(0.1928277,0.8400397),(0.1886888,0.8400397),(0.1928277,0.8441581),(0.1886888,0.8441581),(0.1845533,0.8400397),(0.1804218,0.8400397),(0.1804218,0.8441581),(0.1845533,0.8441581),(0.1845533,0.8482624),(0.1886888,0.8482624),(0.1804218,0.8482624),(0.1804218,0.8523598),(0.1845533,0.8523598),(0.1886888,0.8523598),(0.1928277,0.8482624),(0.1928277,0.8523598),(0.1762946,0.8400397),(0.1721701,0.8400397),(0.1721701,0.8441581),(0.1762946,0.8441581),(0.1680468,0.8400397),(0.163923,0.8400397),(0.163923,0.8441581),(0.1680468,0.8441581),(0.1680468,0.8482624),(0.1721701,0.8482624),(0.163923,0.8482624),(0.163923,0.8523598),(0.1680468,0.8523598),(0.1721701,0.8523598),(0.1762946,0.8482624),(0.1762946,0.8523598),(0.1597973,0.8400397),(0.1556691,0.8400397),(0.1556691,0.8441581),(0.1597973,0.8441581),(0.1515382,0.8400397),(0.1474041,0.8400397),(0.1474041,0.8441581),(0.1515382,0.8441581),(0.1515382,0.8482624),(0.1556691,0.8482624),(0.1474041,0.8482624),(0.1474041,0.8523598),(0.1515382,0.8523598),(0.1556691,0.8523598),(0.1597973,0.8482624),(0.1597973,0.8523598),(0.1432664,0.8400397),(0.1391259,0.8400397),(0.1391259,0.8441581),(0.1432664,0.8441581),(0.134983,0.8400397),(0.1308385,0.8400397),(0.1308385,0.8441581),(0.134983,0.8441581),(0.134983,0.8482624),(0.1391259,0.8482624),(0.1308385,0.8482624),(0.1308385,0.8523598),(0.134983,0.8523598),(0.1391259,0.8523598),(0.1432664,0.8482624),(0.1432664,0.8523598),(0.126693,0.8400397),(0.12255,0.8400397),(0.12255,0.8441581),(0.126693,0.8441581),(0.1184131,0.8400397),(0.1142857,0.8400397),(0.1142857,0.8441581),(0.1184131,0.8441581),(0.12255,0.8482624),(0.1184131,0.8482624),(0.1142857,0.8482624),(0.1184131,0.8523598),(0.1142857,0.8523598),(0.12255,0.8523598),(0.126693,0.8482624),(0.126693,0.8523598),(0.1101713,0.8400397),(0.1060752,0.8400397),(0.1101713,0.8441581),(0.1060752,0.8441581),(0.1020023,0.8400397),(0.09795791,0.8400397),(0.1020023,0.8441581),(0.09795791,0.8441581),(0.1060752,0.8482624),(0.1020023,0.8482624),(0.09795791,0.8482624),(0.1020023,0.8523598),(0.09795791,0.8523598),(0.1060752,0.8523598),(0.1101713,0.8482624),(0.1101713,0.8523598),(0.09394707,0.8400397),(0.08994583,0.8400397),(0.09394707,0.8441581),(0.08994584,0.8441581),(0.08593026,0.8400397),(0.08187638,0.8400397),(0.08593025,0.8441581),(0.08187637,0.8441581),(0.08994584,0.8482624),(0.08593026,0.8482624),(0.08187638,0.8482624),(0.08593026,0.8523598),(0.08187638,0.8523598),(0.08994584,0.8523598),(0.09394707,0.8482624),(0.09394707,0.8523598),(0.07776025,0.8400397),(0.07361087,0.8400397),(0.07776025,0.8441581),(0.07361087,0.8441581),(0.06945725,0.8400397),(0.06532837,0.8400397),(0.06945725,0.8441581),(0.06532837,0.8441581),(0.07361087,0.8482624),(0.06945725,0.8482624),(0.06532837,0.8482624),(0.06945725,0.8523598),(0.06532837,0.8523598),(0.07361087,0.8523598),(0.07776025,0.8482624),(0.07776025,0.8523598),(0.06125325,0.8400397),(0.05721605,0.8400397),(0.06125325,0.8441581),(0.05721604,0.8441581),(0.05320094,0.8400397),(0.0491921,0.8400397),(0.05320094,0.8441581),(0.04919209,0.8441581),(0.05721605,0.8482624),(0.05320094,0.8482624),(0.0491921,0.8482624),(0.05320094,0.8523598),(0.04919209,0.8523598),(0.05721605,0.8523598),(0.06125325,0.8482624),(0.06125325,0.8523598),(0.04517369,0.8400397),(0.04115105,0.8400397),(0.04517369,0.8441581),(0.04115105,0.8441581),(0.0371295,0.8400397),(0.03311438,0.8400397),(0.0371295,0.8441581),(0.03311437,0.8441581),(0.04115105,0.8482624),(0.0371295,0.8482624),(0.03311438,0.8482624),(0.03311438,0.8523598),(0.0371295,0.8523598),(0.04115105,0.8523598),(0.04517369,0.8482624),(0.04517369,0.8523598),(0.029111,0.8400397),(0.02511186,0.8400397),(0.029111,0.8441581),(0.02511186,0.8441581),(0.02110944,0.8400397),(0.01709622,0.8400397),(0.02110944,0.8441581),(0.01709622,0.8441581),(0.02511186,0.8482624),(0.02110944,0.8482624),(0.01709622,0.8482624),(0.02110944,0.8523598),(0.01709622,0.8523598),(0.02511186,0.8523598),(0.029111,0.8482624),(0.029111,0.8523598),(0.01306469,0.8400397),(0.009019421,0.8400432),(0.01306469,0.8441581),(0.009019421,0.8441589),(0.004965,0.8400536),(0.000906,0.8400675),(0.004965,0.8441615),(0.000906,0.844165),(0.009019421,0.8482624),(0.004965,0.8482624),(0.000906,0.8482625),(0.004965,0.8523599),(0.000906,0.85236),(0.009019421,0.8523598),(0.01306469,0.8482624),(0.01306469,0.8523598),(0.9951518,0.8564572),(0.999094,0.8564572),(0.9912093,0.8564572),(0.9912093,0.860558),(0.9951518,0.8605565),(0.999094,0.8605545),(0.9872664,0.8564572),(0.983323,0.8564572),(0.983323,0.8605586),(0.9872664,0.8605586),(0.9872664,0.8646682),(0.9912093,0.8646661),(0.983323,0.8646682),(0.983323,0.8687901),(0.9872664,0.8687901),(0.9912093,0.868787),(0.9951518,0.86466),(0.999094,0.8646517),(0.9951518,0.8687778),(0.999094,0.868749),(0.9793787,0.8564572),(0.9754275,0.8564572),(0.9754274,0.8605586),(0.9793787,0.8605586),(0.9714631,0.8564572),(0.9674796,0.8564572),(0.9674796,0.8605586),(0.9714631,0.8605586),(0.9714631,0.8646682),(0.9754274,0.8646682),(0.9674796,0.8646682),(0.9674796,0.8687901),(0.9714631,0.8687901),(0.9754274,0.8687901),(0.9793787,0.8646682),(0.9793787,0.8687901),(0.9634706,0.8564572),(0.9594426,0.8564572),(0.9594426,0.8605586),(0.9634707,0.8605586),(0.9554016,0.8564572),(0.9513539,0.8564572),(0.9513539,0.8605586),(0.9554016,0.8605586),(0.9554016,0.8646682),(0.9594426,0.8646682),(0.9513539,0.8646682),(0.9513539,0.8687901),(0.9554016,0.8687901),(0.9594425,0.8687901),(0.9634707,0.8646682),(0.9634706,0.8687901),(0.9473058,0.8564572),(0.9432498,0.8564572),(0.9432497,0.8605586),(0.9473058,0.8605586),(0.9391782,0.8564572),(0.9350839,0.8564572),(0.9350839,0.8605586),(0.9391783,0.8605586),(0.9391782,0.8646682),(0.9432497,0.8646682),(0.9350839,0.8646682),(0.9350839,0.8687901),(0.9391783,0.8687901),(0.9432497,0.8687901),(0.9473058,0.8646682),(0.9473058,0.8687901),(0.930959,0.8564572),(0.9268106,0.8564572),(0.9268106,0.8605586),(0.930959,0.8605586),(0.9226453,0.8564572),(0.9184701,0.8564572),(0.9184701,0.8605586),(0.9226453,0.8605586),(0.9226453,0.8646682),(0.9268106,0.8646682),(0.9184701,0.8646682),(0.9184701,0.8687901),(0.9226453,0.8687901),(0.9268106,0.8687901),(0.930959,0.8646682),(0.930959,0.8687901),(0.9142919,0.8564572),(0.910111,0.8564572),(0.9101109,0.8605586),(0.9142919,0.8605586),(0.9059278,0.8564572),(0.9017429,0.8564572),(0.9017429,0.8605586),(0.9059278,0.8605586),(0.9059278,0.8646682),(0.910111,0.8646682),(0.9017429,0.8646682),(0.9059278,0.8687901),(0.9017428,0.8687901),(0.9101109,0.8687901),(0.9142919,0.8646682),(0.9142919,0.8687901),(0.8975567,0.8564572),(0.8933688,0.8564572),(0.8933688,0.8605586),(0.8975567,0.8605586),(0.8891787,0.8564572),(0.8849859,0.8564572),(0.8849859,0.8605586),(0.8891788,0.8605586),(0.8891787,0.8646682),(0.8933688,0.8646682),(0.8849859,0.8646682),(0.8849859,0.8687901),(0.8891788,0.8687901),(0.8933688,0.8687901),(0.8975567,0.8646682),(0.8975567,0.8687901),(0.8807898,0.8564572),(0.8765806,0.8564572),(0.8765807,0.8605586),(0.8807898,0.8605586),(0.8723488,0.8564572),(0.8680845,0.8564572),(0.8680845,0.8605586),(0.8723488,0.8605586),(0.8723488,0.8646682),(0.8765806,0.8646682),(0.8680845,0.8646682),(0.8680845,0.8687901),(0.8723488,0.8687901),(0.8765806,0.8687901),(0.8807898,0.8646682),(0.8807898,0.8687901),(0.8637781,0.8564572),(0.8594491,0.8564572),(0.8594491,0.8605586),(0.8637781,0.8605586),(0.8551173,0.8564572),(0.8508024,0.8564572),(0.8508024,0.8605586),(0.8551173,0.8605586),(0.8551173,0.8646682),(0.8594491,0.8646682),(0.8508024,0.8646682),(0.8508024,0.8687901),(0.8551173,0.8687901),(0.859449,0.8687901),(0.8637781,0.8646682),(0.8637781,0.8687901),(0.846524,0.8564572),(0.8422731,0.8564572),(0.8422731,0.8605586),(0.846524,0.8605586),(0.8380403,0.8564572),(0.8338165,0.8564572),(0.8338165,0.8605586),(0.8380403,0.8605586),(0.8380403,0.8646682),(0.8422731,0.8646682),(0.8338165,0.8646682),(0.8338165,0.8687901),(0.8380404,0.8687901),(0.8422731,0.8687901),(0.846524,0.8646682),(0.846524,0.8687901),(0.8295926,0.8564572),(0.8253628,0.8564572),(0.8253628,0.8605586),(0.8295926,0.8605586),(0.8211217,0.8564572),(0.8168637,0.8564572),(0.8168637,0.8605586),(0.8211217,0.8605586),(0.8211217,0.8646682),(0.8253628,0.8646682),(0.8168637,0.8646682),(0.8168637,0.8687901),(0.8211217,0.8687901),(0.8253628,0.8687901),(0.8295926,0.8646682),(0.8295926,0.8687901),(0.8125832,0.8564572),(0.8082899,0.8564572),(0.8082899,0.8605586),(0.8125832,0.8605586),(0.8039935,0.8564572),(0.7997035,0.8564572),(0.7997035,0.8605586),(0.8039935,0.8605586),(0.8039935,0.8646682),(0.8082899,0.8646682),(0.7997035,0.8646682),(0.8039935,0.8687901),(0.7997035,0.8687901),(0.8082899,0.8687901),(0.8125832,0.8646682),(0.8125832,0.8687901),(0.7954297,0.8564572),(0.7911757,0.8564572),(0.7911757,0.8605586),(0.7954297,0.8605586),(0.7869452,0.8564572),(0.7827417,0.8564572),(0.7869452,0.8605586),(0.7827417,0.8605586),(0.7911757,0.8646682),(0.7869452,0.8646682),(0.7827417,0.8646682),(0.7869452,0.8687901),(0.7827417,0.8687901),(0.7911757,0.8687901),(0.7954297,0.8646682),(0.7954297,0.8687901),(0.7785689,0.8564572),(0.7744211,0.8564572),(0.7785689,0.8605586),(0.7744212,0.8605586),(0.7702925,0.8564572),(0.7661775,0.8564572),(0.7702925,0.8605586),(0.7661775,0.8605586),(0.7744212,0.8646682),(0.7702925,0.8646682),(0.7661775,0.8646682),(0.7661775,0.8687901),(0.7702925,0.8687901),(0.7744212,0.8687901),(0.778569,0.8646682),(0.778569,0.8687901),(0.7620703,0.8564572),(0.757961,0.8564572),(0.757961,0.8605586),(0.7620703,0.8605586),(0.7538399,0.8564572),(0.7496969,0.8564572),(0.7496969,0.8605586),(0.7538399,0.8605586),(0.7538399,0.8646682),(0.757961,0.8646682),(0.7496969,0.8646682),(0.7496969,0.8687901),(0.7538399,0.8687901),(0.757961,0.8687901),(0.7620703,0.8646682),(0.7620703,0.8687901),(0.7455223,0.8564572),(0.7413244,0.8564572),(0.7413245,0.8605586),(0.7455223,0.8605586),(0.7371117,0.8564572),(0.7328922,0.8564572),(0.7328923,0.8605586),(0.7371117,0.8605586),(0.7371117,0.8646682),(0.7413245,0.8646682),(0.7328922,0.8646682),(0.7328922,0.8687901),(0.7371117,0.8687901),(0.7413245,0.8687901),(0.7455223,0.8646682),(0.7455223,0.8687901),(0.7286744,0.8564572),(0.7244572,0.8564572),(0.7244572,0.8605586),(0.7286744,0.8605586),(0.7202395,0.8564572),(0.71602,0.8564572),(0.71602,0.8605586),(0.7202395,0.8605586),(0.7202395,0.8646682),(0.7244572,0.8646682),(0.71602,0.8646682),(0.71602,0.8687901),(0.7202394,0.8687901),(0.7244572,0.8687901),(0.7286744,0.8646682),(0.7286744,0.8687901),(0.7117977,0.8564572),(0.7075742,0.8564572),(0.7075742,0.8605586),(0.7117977,0.8605586),(0.7033514,0.8564572),(0.6991307,0.8564572),(0.6991307,0.8605586),(0.7033514,0.8605586),(0.7033514,0.8646682),(0.7075742,0.8646682),(0.6991307,0.8646682),(0.6991307,0.8687901),(0.7033514,0.8687901),(0.7075742,0.8687901),(0.7117977,0.8646682),(0.7117977,0.8687901),(0.6949139,0.8564572),(0.6906992,0.8564572),(0.6906992,0.8605586),(0.6949139,0.8605586),(0.6864849,0.8564572),(0.6822694,0.8564572),(0.6822693,0.8605586),(0.6864849,0.8605586),(0.6864849,0.8646682),(0.6906992,0.8646682),(0.6822694,0.8646682),(0.6864849,0.8687901),(0.6822693,0.8687901),(0.6906992,0.8687901),(0.6949139,0.8646682),(0.6949139,0.8687901),(0.6780508,0.8564572),(0.6738272,0.8564572),(0.6780507,0.8605586),(0.6738272,0.8605586),(0.6695971,0.8564572),(0.6653587,0.8564572),(0.6695971,0.8605586),(0.6653587,0.8605586),(0.6738272,0.8646682),(0.6695971,0.8646682),(0.6653587,0.8646682),(0.6695971,0.8687901),(0.6653587,0.8687901),(0.6738272,0.8687901),(0.6780508,0.8646682),(0.6780507,0.8687901),(0.6611102,0.8564572),(0.6568571,0.8564572),(0.6611102,0.8605586),(0.6568571,0.8605586),(0.6526053,0.8564572),(0.6483604,0.8564572),(0.6526054,0.8605586),(0.6483604,0.8605586),(0.6568571,0.8646682),(0.6526054,0.8646682),(0.6483604,0.8646682),(0.6526053,0.8687901),(0.6483604,0.8687901),(0.6568571,0.8687901),(0.6611102,0.8646682),(0.6611102,0.8687901),(0.6441281,0.8564572),(0.6399043,0.8564572),(0.6441281,0.8605586),(0.6399043,0.8605586),(0.635685,0.8564572),(0.6314663,0.8564572),(0.6314663,0.8605586),(0.635685,0.8605586),(0.635685,0.8646682),(0.6399043,0.8646682),(0.6314663,0.8646682),(0.6314663,0.8687901),(0.635685,0.8687901),(0.6399043,0.8687901),(0.6441281,0.8646682),(0.6441281,0.8687901),(0.627244,0.8564572),(0.6230208,0.8564572),(0.6230209,0.8605586),(0.627244,0.8605586),(0.6187993,0.8564572),(0.6145822,0.8564572),(0.6145822,0.8605586),(0.6187993,0.8605586),(0.6187993,0.8646682),(0.6230208,0.8646682),(0.6145822,0.8646682),(0.6145822,0.8687901),(0.6187993,0.8687901),(0.6230209,0.8687901),(0.627244,0.8646682),(0.627244,0.8687901),(0.6103719,0.8564572),(0.6061606,0.8564572),(0.6061606,0.8605586),(0.6103719,0.8605586),(0.6019406,0.8564572),(0.5977041,0.8564572),(0.5977041,0.8605586),(0.6019406,0.8605586),(0.6019406,0.8646682),(0.6061606,0.8646682),(0.5977041,0.8646682),(0.5977041,0.8687901),(0.6019406,0.8687901),(0.6061606,0.8687901),(0.6103719,0.8646682),(0.6103719,0.8687901),(0.5934432,0.8564572),(0.589169,0.8564572),(0.589169,0.8605586),(0.5934432,0.8605586),(0.5848927,0.8564572),(0.5806257,0.8564572),(0.5806257,0.8605586),(0.5848927,0.8605586),(0.5848927,0.8646682),(0.589169,0.8646682),(0.5806257,0.8646682),(0.5806257,0.8687901),(0.5848927,0.8687901),(0.589169,0.8687901),(0.5934432,0.8646682),(0.5934432,0.8687901),(0.5763788,0.8564572),(0.572147,0.8564572),(0.572147,0.8605586),(0.5763788,0.8605586),(0.567925,0.8564572),(0.5637077,0.8564572),(0.5637077,0.8605586),(0.567925,0.8605586),(0.567925,0.8646682),(0.572147,0.8646682),(0.5637077,0.8646682),(0.5637077,0.8687901),(0.567925,0.8687901),(0.572147,0.8687901),(0.5763788,0.8646682),(0.5763788,0.8687901),(0.55949,0.8564572),(0.5552715,0.8564572),(0.5552715,0.8605586),(0.55949,0.8605586),(0.5510522,0.8564572),(0.5468317,0.8564572),(0.5468317,0.8605586),(0.5510522,0.8605586),(0.5510522,0.8646682),(0.5552715,0.8646682),(0.5468317,0.8646682),(0.5468317,0.8687901),(0.5510522,0.8687901),(0.5552715,0.8687901),(0.55949,0.8646682),(0.55949,0.8687901),(0.5426099,0.8564572),(0.5383899,0.8564572),(0.5383899,0.8605586),(0.5426099,0.8605586),(0.5341746,0.8564572),(0.5299669,0.8564572),(0.5341746,0.8605586),(0.5299669,0.8605586),(0.5383899,0.8646682),(0.5341746,0.8646682),(0.5299669,0.8646682),(0.5341746,0.8687901),(0.529967,0.8687901),(0.5383899,0.8687901),(0.5426099,0.8646682),(0.5426099,0.8687901),(0.52577,0.8564572),(0.5215818,0.8564572),(0.52577,0.8605586),(0.5215818,0.8605586),(0.5174,0.8564572),(0.5132228,0.8564572),(0.5174,0.8605586),(0.5132228,0.8605586),(0.5215818,0.8646682),(0.5174,0.8646682),(0.5132228,0.8646682),(0.5174,0.8687901),(0.5132228,0.8687901),(0.5215818,0.8687901),(0.52577,0.8646682),(0.52577,0.8687901),(0.5090478,0.8564572),(0.5048727,0.8564572),(0.5090478,0.8605586),(0.5048727,0.8605586),(0.5006949,0.8564572),(0.4965119,0.8564572),(0.5006949,0.8605586),(0.4965119,0.8605586),(0.5048727,0.8646682),(0.5006949,0.8646682),(0.4965119,0.8646682),(0.5006949,0.8687901),(0.4965119,0.8687901),(0.5048727,0.8687901),(0.5090478,0.8646682),(0.5090478,0.8687901),(0.4923214,0.8564572),(0.4881234,0.8564572),(0.4881234,0.8605586),(0.4923214,0.8605586),(0.4839184,0.8564572),(0.4797065,0.8564572),(0.4797065,0.8605586),(0.4839184,0.8605586),(0.4839184,0.8646682),(0.4881234,0.8646682),(0.4797065,0.8646682),(0.4797064,0.8687901),(0.4839184,0.8687901),(0.4881234,0.8687901),(0.4923214,0.8646682),(0.4923214,0.8687901),(0.4754879,0.8564572),(0.4712752,0.8564572),(0.4712752,0.8605586),(0.4754879,0.8605586),(0.4670808,0.8564572),(0.4629171,0.8564572),(0.4629171,0.8605586),(0.4670808,0.8605586),(0.4670808,0.8646682),(0.4712752,0.8646682),(0.4629171,0.8646682),(0.4629171,0.8687901),(0.4670808,0.8687901),(0.4712752,0.8687901),(0.4754879,0.8646682),(0.4754879,0.8687901),(0.4587967,0.8564572),(0.4547031,0.8564572),(0.4547031,0.8605586),(0.4587967,0.8605586),(0.4506197,0.8564572),(0.44653,0.8564572),(0.44653,0.8605586),(0.4506197,0.8605586),(0.4506197,0.8646682),(0.4547031,0.8646682),(0.44653,0.8646682),(0.44653,0.8687901),(0.4506197,0.8687901),(0.4547031,0.8687901),(0.4587967,0.8646682),(0.4587967,0.8687901),(0.4424174,0.8564572),(0.4382856,0.8564572),(0.4382856,0.8605586),(0.4424174,0.8605586),(0.4341379,0.8564572),(0.429978,0.8564572),(0.429978,0.8605586),(0.4341379,0.8605586),(0.4341379,0.8646682),(0.4382856,0.8646682),(0.429978,0.8646682),(0.429978,0.8687901),(0.4341379,0.8687901),(0.4382856,0.8687901),(0.4424174,0.8646682),(0.4424174,0.8687901),(0.4258092,0.8564572),(0.4216311,0.8564572),(0.4216312,0.8605586),(0.4258092,0.8605586),(0.4174434,0.8564572),(0.4132456,0.8564572),(0.4132456,0.8605586),(0.4174434,0.8605586),(0.4174434,0.8646682),(0.4216312,0.8646682),(0.4132456,0.8646682),(0.4132456,0.8687901),(0.4174434,0.8687901),(0.4216312,0.8687901),(0.4258092,0.8646682),(0.4258092,0.8687901),(0.4090372,0.8564572),(0.4048201,0.8564572),(0.4048201,0.8605586),(0.4090372,0.8605586),(0.4005963,0.8564572),(0.3963675,0.8564572),(0.3963675,0.8605586),(0.4005963,0.8605586),(0.4005963,0.8646682),(0.4048201,0.8646682),(0.3963675,0.8646682),(0.3963675,0.8687901),(0.4005963,0.8687901),(0.4048201,0.8687901),(0.4090372,0.8646682),(0.4090372,0.8687901),(0.3921357,0.8564572),(0.3879012,0.8564572),(0.3879012,0.8605586),(0.3921357,0.8605586),(0.3836642,0.8564572),(0.3794248,0.8564572),(0.3794249,0.8605586),(0.3836642,0.8605586),(0.3836642,0.8646682),(0.3879012,0.8646682),(0.3794248,0.8646682),(0.3794248,0.8687901),(0.3836642,0.8687901),(0.3879012,0.8687901),(0.3921357,0.8646682),(0.3921357,0.8687901),(0.3751834,0.8564572),(0.3709441,0.8564572),(0.3709441,0.8605586),(0.3751834,0.8605586),(0.3667112,0.8564572),(0.3624887,0.8564572),(0.3667112,0.8605586),(0.3624887,0.8605586),(0.3667112,0.8646682),(0.3709442,0.8646682),(0.3624887,0.8646682),(0.3667112,0.8687901),(0.3624887,0.8687901),(0.3709441,0.8687901),(0.3751834,0.8646682),(0.3751834,0.8687901),(0.358281,0.8564572),(0.3540821,0.8564572),(0.3540821,0.8605586),(0.358281,0.8605586),(0.3498864,0.8564572),(0.3456882,0.8564572),(0.3456882,0.8605586),(0.3498864,0.8605586),(0.3498864,0.8646682),(0.3540821,0.8646682),(0.3456882,0.8646682),(0.3456882,0.8687901),(0.3498864,0.8687901),(0.3540821,0.8687901),(0.3582809,0.8646682),(0.358281,0.8687901),(0.3414817,0.8564572),(0.3372694,0.8564572),(0.3372695,0.8605586),(0.3414817,0.8605586),(0.3330541,0.8564572),(0.3288383,0.8564572),(0.3330541,0.8605586),(0.3288383,0.8605586),(0.3372695,0.8646682),(0.3330541,0.8646682),(0.3288383,0.8646682),(0.3330541,0.8687901),(0.3288383,0.8687901),(0.3372695,0.8687901),(0.3414817,0.8646682),(0.3414817,0.8687901),(0.3246247,0.8564572),(0.3204179,0.8564572),(0.3246247,0.8605586),(0.3204179,0.8605586),(0.3162228,0.8564572),(0.3120441,0.8564572),(0.3162228,0.8605586),(0.3120441,0.8605586),(0.3204179,0.8646682),(0.3162228,0.8646682),(0.3120441,0.8646682),(0.3162228,0.8687901),(0.3120441,0.8687901),(0.3204179,0.8687901),(0.3246247,0.8646682),(0.3246247,0.8687901),(0.3078868,0.8564572),(0.3037427,0.8564572),(0.3078868,0.8605586),(0.3037427,0.8605586),(0.2996041,0.8564572),(0.2954631,0.8564572),(0.2996041,0.8605586),(0.2954631,0.8605586),(0.3037428,0.8646682),(0.2996041,0.8646682),(0.2954631,0.8646682),(0.2996041,0.8687901),(0.2954631,0.8687901),(0.3037427,0.8687901),(0.3078868,0.8646682),(0.3078868,0.8687901),(0.2913116,0.8564572),(0.2871543,0.8564572),(0.2913116,0.8605586),(0.2871543,0.8605586),(0.2829956,0.8564572),(0.2788399,0.8564572),(0.2829956,0.8605586),(0.2788399,0.8605586),(0.2871543,0.8646682),(0.2829956,0.8646682),(0.2788399,0.8646682),(0.2829956,0.8687901),(0.2788399,0.8687901),(0.2871543,0.8687901),(0.2913116,0.8646682),(0.2913116,0.8687901),(0.2746918,0.8564572),(0.2705556,0.8564572),(0.2746918,0.8605586),(0.2705556,0.8605586),(0.2664356,0.8564572),(0.262336,0.8564572),(0.2664356,0.8605586),(0.262336,0.8605586),(0.2705556,0.8646682),(0.2664356,0.8646682),(0.262336,0.8646682),(0.2664356,0.8687901),(0.262336,0.8687901),(0.2705556,0.8687901),(0.2746918,0.8646682),(0.2746918,0.8687901),(0.2582613,0.8564572),(0.254209,0.8564572),(0.2582613,0.8605586),(0.254209,0.8605586),(0.2501769,0.8564572),(0.2461624,0.8564572),(0.2501769,0.8605586),(0.2461624,0.8605586),(0.254209,0.8646682),(0.2501769,0.8646682),(0.2461624,0.8646682),(0.2501769,0.8687901),(0.2461624,0.8687901),(0.254209,0.8687901),(0.2582613,0.8646682),(0.2582613,0.8687901),(0.2421634,0.8564572),(0.238164,0.8564572),(0.2421634,0.8605586),(0.238164,0.8605586),(0.2341487,0.8564572),(0.2301017,0.8564572),(0.2341487,0.8605586),(0.2301017,0.8605586),(0.238164,0.8646682),(0.2341487,0.8646682),(0.2301017,0.8646682),(0.2341487,0.8687901),(0.2301017,0.8687901),(0.238164,0.8687901),(0.2421634,0.8646682),(0.2421634,0.8687901),(0.2260074,0.8564572),(0.2218787,0.8564572),(0.2260074,0.8605586),(0.2218787,0.8605586),(0.2177283,0.8564572),(0.2135691,0.8564572),(0.2177283,0.8605586),(0.2135692,0.8605586),(0.2218787,0.8646682),(0.2177283,0.8646682),(0.2135691,0.8646682),(0.2177283,0.8687901),(0.2135692,0.8687901),(0.2218787,0.8687901),(0.2260074,0.8646682),(0.2260074,0.8687901),(0.2094141,0.8564572),(0.2052627,0.8564572),(0.2094141,0.8605586),(0.2052627,0.8605586),(0.2011147,0.8564572),(0.1969699,0.8564572),(0.2011147,0.8605586),(0.1969699,0.8605586),(0.2052627,0.8646682),(0.2011147,0.8646682),(0.1969699,0.8646682),(0.2011147,0.8687901),(0.1969699,0.8687901),(0.2052627,0.8687901),(0.2094141,0.8646682),(0.2094141,0.8687901),(0.1928277,0.8564572),(0.1886888,0.8564572),(0.1928277,0.8605586),(0.1886888,0.8605586),(0.1845533,0.8564572),(0.1804218,0.8564572),(0.1804218,0.8605586),(0.1845533,0.8605586),(0.1886888,0.8646682),(0.1845533,0.8646682),(0.1804218,0.8646682),(0.1804218,0.8687901),(0.1845533,0.8687901),(0.1886888,0.8687901),(0.1928277,0.8646682),(0.1928277,0.8687901),(0.1762946,0.8564572),(0.1721701,0.8564572),(0.1721701,0.8605586),(0.1762946,0.8605586),(0.1680468,0.8564572),(0.163923,0.8564572),(0.163923,0.8605586),(0.1680468,0.8605586),(0.1680468,0.8646682),(0.1721701,0.8646682),(0.163923,0.8646682),(0.163923,0.8687901),(0.1680468,0.8687901),(0.1721701,0.8687901),(0.1762946,0.8646682),(0.1762946,0.8687901),(0.1597973,0.8564572),(0.1556691,0.8564572),(0.1597973,0.8605586),(0.1556691,0.8605586),(0.1515382,0.8564572),(0.1474041,0.8564572),(0.1474041,0.8605586),(0.1515382,0.8605586),(0.1515382,0.8646682),(0.1556691,0.8646682),(0.1474041,0.8646682),(0.1474041,0.8687901),(0.1515382,0.8687901),(0.1556691,0.8687901),(0.1597973,0.8646682),(0.1597973,0.8687901),(0.1432664,0.8564572),(0.1391259,0.8564572),(0.1391259,0.8605586),(0.1432664,0.8605586),(0.134983,0.8564572),(0.1308385,0.8564572),(0.1308385,0.8605586),(0.134983,0.8605586),(0.134983,0.8646682),(0.1391259,0.8646682),(0.1308385,0.8646682),(0.1308385,0.8687901),(0.134983,0.8687901),(0.1391259,0.8687901),(0.1432664,0.8646682),(0.1432664,0.8687901),(0.126693,0.8564572),(0.12255,0.8564572),(0.126693,0.8605586),(0.12255,0.8605586),(0.1184131,0.8564572),(0.1142857,0.8564572),(0.1184131,0.8605586),(0.1142857,0.8605586),(0.12255,0.8646682),(0.1184131,0.8646682),(0.1142857,0.8646682),(0.1184131,0.8687901),(0.1142857,0.8687901),(0.12255,0.8687901),(0.126693,0.8646682),(0.126693,0.8687901),(0.1101713,0.8564572),(0.1060752,0.8564572),(0.1101713,0.8605586),(0.1060752,0.8605586),(0.1020023,0.8564572),(0.09795791,0.8564572),(0.1020023,0.8605586),(0.09795791,0.8605586),(0.1060752,0.8646682),(0.1020023,0.8646682),(0.09795791,0.8646682),(0.1020023,0.8687901),(0.09795791,0.8687901),(0.1060752,0.8687901),(0.1101713,0.8646682),(0.1101713,0.8687901),(0.09394707,0.8564572),(0.08994583,0.8564572),(0.09394707,0.8605586),(0.08994584,0.8605586),(0.08593026,0.8564572),(0.08187638,0.8564572),(0.08593025,0.8605586),(0.08187637,0.8605586),(0.08994584,0.8646682),(0.08593026,0.8646682),(0.08187638,0.8646682),(0.08593026,0.8687901),(0.08187638,0.8687901),(0.08994584,0.8687901),(0.09394707,0.8646682),(0.09394707,0.8687901),(0.07776025,0.8564572),(0.07361087,0.8564572),(0.07361087,0.8605586),(0.07776025,0.8605586),(0.06945725,0.8564572),(0.06532837,0.8564572),(0.06945725,0.8605586),(0.06532837,0.8605586),(0.06945725,0.8646682),(0.07361087,0.8646682),(0.06532837,0.8646682),(0.06532837,0.8687901),(0.06945725,0.8687901),(0.07361087,0.8687901),(0.07776025,0.8646682),(0.07776025,0.8687901),(0.06125325,0.8564572),(0.05721605,0.8564572),(0.06125325,0.8605586),(0.05721604,0.8605586),(0.05320094,0.8564572),(0.0491921,0.8564572),(0.05320094,0.8605586),(0.04919209,0.8605586),(0.05721605,0.8646682),(0.05320094,0.8646682),(0.0491921,0.8646682),(0.04919209,0.8687901),(0.05320094,0.8687901),(0.05721605,0.8687901),(0.06125325,0.8646682),(0.06125325,0.8687901),(0.04517369,0.8564572),(0.04115105,0.8564572),(0.04115105,0.8605586),(0.04517369,0.8605586),(0.0371295,0.8564572),(0.03311438,0.8564572),(0.03311437,0.8605586),(0.0371295,0.8605586),(0.0371295,0.8646682),(0.04115105,0.8646682),(0.03311438,0.8646682),(0.03311438,0.8687901),(0.0371295,0.8687901),(0.04115105,0.8687901),(0.04517369,0.8646682),(0.04517369,0.8687901),(0.029111,0.8564572),(0.02511186,0.8564572),(0.02511186,0.8605586),(0.029111,0.8605586),(0.02110944,0.8564572),(0.01709622,0.8564572),(0.02110944,0.8605586),(0.01709622,0.8605586),(0.02110944,0.8646682),(0.02511186,0.8646682),(0.01709622,0.8646682),(0.01709622,0.8687901),(0.02110944,0.8687901),(0.02511186,0.8687901),(0.029111,0.8646682),(0.029111,0.8687901),(0.01306469,0.8564572),(0.009019421,0.8564572),(0.01306469,0.8605586),(0.009019421,0.860558),(0.004965,0.8564572),(0.000906,0.8564572),(0.004965,0.8605565),(0.000906,0.8605545),(0.009019421,0.8646661),(0.004965,0.86466),(0.000906,0.8646517),(0.004965,0.8687778),(0.000906,0.868749),(0.009019421,0.868787),(0.01306469,0.8646682),(0.01306469,0.8687901),(0.999094,0.872912),(0.9951518,0.8729202),(0.9912093,0.8729264),(0.9951518,0.8770761),(0.9912093,0.8770769),(0.999094,0.877075),(0.9872664,0.8729284),(0.983323,0.8729284),(0.983323,0.8770772),(0.9872664,0.8770772),(0.9872664,0.8812304),(0.9912093,0.8812313),(0.983323,0.8812304),(0.983323,0.8853819),(0.9872664,0.8853819),(0.9912093,0.8853834),(0.999094,0.881238),(0.9951518,0.8812342),(0.9951518,0.8853877),(0.999094,0.885401),(0.9793787,0.8729284),(0.9754275,0.8729284),(0.9754274,0.8770772),(0.9793787,0.8770772),(0.9714631,0.8729284),(0.9674796,0.8729284),(0.9674796,0.8770772),(0.9714631,0.8770772),(0.9714631,0.8812304),(0.9754274,0.8812304),(0.9674796,0.8812304),(0.9674796,0.8853819),(0.9714631,0.8853819),(0.9754274,0.8853819),(0.9793787,0.8812304),(0.9793787,0.8853819),(0.9634706,0.8729284),(0.9594426,0.8729284),(0.9594426,0.8770772),(0.9634707,0.8770772),(0.9554016,0.8729284),(0.9513539,0.8729284),(0.9513539,0.8770772),(0.9554016,0.8770772),(0.9554016,0.8812304),(0.9594426,0.8812304),(0.9513539,0.8812304),(0.9513539,0.8853819),(0.9554016,0.8853819),(0.9594425,0.8853819),(0.9634707,0.8812304),(0.9634706,0.8853819),(0.9473058,0.8729284),(0.9432498,0.8729284),(0.9432497,0.8770772),(0.9473058,0.8770772),(0.9391782,0.8729284),(0.9350839,0.8729284),(0.9350839,0.8770772),(0.9391783,0.8770772),(0.9391782,0.8812304),(0.9432497,0.8812304),(0.9350839,0.8812304),(0.9350839,0.8853819),(0.9391783,0.8853819),(0.9432497,0.8853819),(0.9473058,0.8812304),(0.9473058,0.8853819),(0.930959,0.8729284),(0.9268106,0.8729284),(0.9268106,0.8770772),(0.930959,0.8770772),(0.9226453,0.8729284),(0.9184701,0.8729284),(0.9226453,0.8770772),(0.9184701,0.8770772),(0.9226453,0.8812304),(0.9268106,0.8812304),(0.9184701,0.8812304),(0.9184701,0.8853819),(0.9226453,0.8853819),(0.9268106,0.8853819),(0.930959,0.8812304),(0.930959,0.8853819),(0.9142919,0.8729284),(0.910111,0.8729284),(0.9142919,0.8770772),(0.9101109,0.8770772),(0.9059278,0.8729284),(0.9017429,0.8729284),(0.9059278,0.8770772),(0.9017429,0.8770772),(0.910111,0.8812304),(0.9059278,0.8812304),(0.9017429,0.8812304),(0.9059278,0.8853819),(0.9017428,0.8853819),(0.9101109,0.8853819),(0.9142919,0.8812304),(0.9142919,0.8853819),(0.8975567,0.8729284),(0.8933688,0.8729284),(0.8933688,0.8770772),(0.8975567,0.8770772),(0.8891787,0.8729284),(0.8849859,0.8729284),(0.8849859,0.8770772),(0.8891788,0.8770772),(0.8891787,0.8812304),(0.8933688,0.8812304),(0.8849859,0.8812304),(0.8849859,0.8853819),(0.8891788,0.8853819),(0.8933688,0.8853819),(0.8975567,0.8812304),(0.8975567,0.8853819),(0.8807898,0.8729284),(0.8765806,0.8729284),(0.8765807,0.8770772),(0.8807898,0.8770772),(0.8723488,0.8729284),(0.8680845,0.8729284),(0.8680845,0.8770772),(0.8723488,0.8770772),(0.8723488,0.8812304),(0.8765806,0.8812304),(0.8680845,0.8812304),(0.8680845,0.8853819),(0.8723488,0.8853819),(0.8765806,0.8853819),(0.8807898,0.8812304),(0.8807898,0.8853819),(0.8637781,0.8729284),(0.8594491,0.8729284),(0.8594491,0.8770772),(0.8637781,0.8770772),(0.8551173,0.8729284),(0.8508024,0.8729284),(0.8508024,0.8770772),(0.8551173,0.8770772),(0.8551173,0.8812304),(0.8594491,0.8812304),(0.8508024,0.8812304),(0.8508024,0.8853819),(0.8551173,0.8853819),(0.859449,0.8853819),(0.8637781,0.8812304),(0.8637781,0.8853819),(0.846524,0.8729284),(0.8422731,0.8729284),(0.8422731,0.8770772),(0.846524,0.8770772),(0.8380403,0.8729284),(0.8338165,0.8729284),(0.8338165,0.8770772),(0.8380403,0.8770772),(0.8380403,0.8812304),(0.8422731,0.8812304),(0.8338165,0.8812304),(0.8338165,0.8853819),(0.8380404,0.8853819),(0.8422731,0.8853819),(0.846524,0.8812304),(0.846524,0.8853819),(0.8295926,0.8729284),(0.8253628,0.8729284),(0.8253628,0.8770772),(0.8295926,0.8770772),(0.8211217,0.8729284),(0.8168637,0.8729284),(0.8168637,0.8770772),(0.8211217,0.8770772),(0.8211217,0.8812304),(0.8253628,0.8812304),(0.8168637,0.8812304),(0.8168637,0.8853819),(0.8211217,0.8853819),(0.8253628,0.8853819),(0.8295926,0.8812304),(0.8295926,0.8853819),(0.8125832,0.8729284),(0.8082899,0.8729284),(0.8082899,0.8770772),(0.8125832,0.8770772),(0.8039935,0.8729284),(0.7997035,0.8729284),(0.8039935,0.8770772),(0.7997035,0.8770772),(0.8039935,0.8812304),(0.8082899,0.8812304),(0.7997035,0.8812304),(0.7997035,0.8853819),(0.8039935,0.8853819),(0.8082899,0.8853819),(0.8125832,0.8812304),(0.8125832,0.8853819),(0.7954297,0.8729284),(0.7911757,0.8729284),(0.7954297,0.8770772),(0.7911757,0.8770772),(0.7869452,0.8729284),(0.7827417,0.8729284),(0.7827417,0.8770772),(0.7869452,0.8770772),(0.7869452,0.8812304),(0.7911757,0.8812304),(0.7827417,0.8812304),(0.7827417,0.8853819),(0.7869452,0.8853819),(0.7911757,0.8853819),(0.7954297,0.8812304),(0.7954297,0.8853819),(0.7785689,0.8729284),(0.7744211,0.8729284),(0.7744212,0.8770772),(0.7785689,0.8770772),(0.7702925,0.8729284),(0.7661775,0.8729284),(0.7661775,0.8770772),(0.7702925,0.8770772),(0.7702925,0.8812304),(0.7744212,0.8812304),(0.7661775,0.8812304),(0.7661775,0.8853819),(0.7702925,0.8853819),(0.7744212,0.8853819),(0.778569,0.8812304),(0.778569,0.8853819),(0.7620703,0.8729284),(0.757961,0.8729284),(0.757961,0.8770772),(0.7620703,0.8770772),(0.7538399,0.8729284),(0.7496969,0.8729284),(0.7496969,0.8770772),(0.7538399,0.8770772),(0.7538399,0.8812304),(0.757961,0.8812304),(0.7496969,0.8812304),(0.7496969,0.8853819),(0.7538399,0.8853819),(0.757961,0.8853819),(0.7620703,0.8812304),(0.7620703,0.8853819),(0.7455223,0.8729284),(0.7413244,0.8729284),(0.7413245,0.8770772),(0.7455223,0.8770772),(0.7371117,0.8729284),(0.7328922,0.8729284),(0.7328923,0.8770772),(0.7371117,0.8770772),(0.7371117,0.8812304),(0.7413245,0.8812304),(0.7328922,0.8812304),(0.7328922,0.8853819),(0.7371117,0.8853819),(0.7413245,0.8853819),(0.7455223,0.8812304),(0.7455223,0.8853819),(0.7286744,0.8729284),(0.7244572,0.8729284),(0.7244572,0.8770772),(0.7286744,0.8770772),(0.7202395,0.8729284),(0.71602,0.8729284),(0.71602,0.8770772),(0.7202395,0.8770772),(0.7202395,0.8812304),(0.7244572,0.8812304),(0.71602,0.8812304),(0.7202394,0.8853819),(0.71602,0.8853819),(0.7244572,0.8853819),(0.7286744,0.8812304),(0.7286744,0.8853819),(0.7117977,0.8729284),(0.7075742,0.8729284),(0.7075742,0.8770772),(0.7117977,0.8770772),(0.7033514,0.8729284),(0.6991307,0.8729284),(0.7033514,0.8770772),(0.6991307,0.8770772),(0.7075742,0.8812304),(0.7033514,0.8812304),(0.6991307,0.8812304),(0.6991307,0.8853819),(0.7033514,0.8853819),(0.7075742,0.8853819),(0.7117977,0.8812304),(0.7117977,0.8853819),(0.6949139,0.8729284),(0.6906992,0.8729284),(0.6949139,0.8770772),(0.6906992,0.8770772),(0.6864849,0.8729284),(0.6822694,0.8729284),(0.6864849,0.8770772),(0.6822693,0.8770772),(0.6906992,0.8812304),(0.6864849,0.8812304),(0.6822694,0.8812304),(0.6822693,0.8853819),(0.6864849,0.8853819),(0.6906992,0.8853819),(0.6949139,0.8812304),(0.6949139,0.8853819),(0.6780508,0.8729284),(0.6738272,0.8729284),(0.6780507,0.8770772),(0.6738272,0.8770772),(0.6695971,0.8729284),(0.6653587,0.8729284),(0.6695971,0.8770772),(0.6653587,0.8770772),(0.6738272,0.8812304),(0.6695971,0.8812304),(0.6653587,0.8812304),(0.6653587,0.8853819),(0.6695971,0.8853819),(0.6738272,0.8853819),(0.6780508,0.8812304),(0.6780507,0.8853819),(0.6611102,0.8729284),(0.6568571,0.8729284),(0.6611102,0.8770772),(0.6568571,0.8770772),(0.6526053,0.8729284),(0.6483604,0.8729284),(0.6483604,0.8770772),(0.6526054,0.8770772),(0.6568571,0.8812304),(0.6526054,0.8812304),(0.6483604,0.8812304),(0.6483604,0.8853819),(0.6526053,0.8853819),(0.6568571,0.8853819),(0.6611102,0.8812304),(0.6611102,0.8853819),(0.6441281,0.8729284),(0.6399043,0.8729284),(0.6399043,0.8770772),(0.6441281,0.8770772),(0.635685,0.8729284),(0.6314663,0.8729284),(0.6314663,0.8770772),(0.635685,0.8770772),(0.635685,0.8812304),(0.6399043,0.8812304),(0.6314663,0.8812304),(0.6314663,0.8853819),(0.635685,0.8853819),(0.6399043,0.8853819),(0.6441281,0.8812304),(0.6441281,0.8853819),(0.627244,0.8729284),(0.6230208,0.8729284),(0.6230209,0.8770772),(0.627244,0.8770772),(0.6187993,0.8729284),(0.6145822,0.8729284),(0.6145822,0.8770772),(0.6187993,0.8770772),(0.6187993,0.8812304),(0.6230208,0.8812304),(0.6145822,0.8812304),(0.6145822,0.8853819),(0.6187993,0.8853819),(0.6230209,0.8853819),(0.627244,0.8812304),(0.627244,0.8853819),(0.6103719,0.8729284),(0.6061606,0.8729284),(0.6061606,0.8770772),(0.6103719,0.8770772),(0.6019406,0.8729284),(0.5977041,0.8729284),(0.5977041,0.8770772),(0.6019406,0.8770772),(0.6019406,0.8812304),(0.6061606,0.8812304),(0.5977041,0.8812304),(0.5977041,0.8853819),(0.6019406,0.8853819),(0.6061606,0.8853819),(0.6103719,0.8812304),(0.6103719,0.8853819),(0.5934432,0.8729284),(0.589169,0.8729284),(0.589169,0.8770772),(0.5934432,0.8770772),(0.5848927,0.8729284),(0.5806257,0.8729284),(0.5806257,0.8770772),(0.5848927,0.8770772),(0.5848927,0.8812304),(0.589169,0.8812304),(0.5806257,0.8812304),(0.5806257,0.8853819),(0.5848927,0.8853819),(0.589169,0.8853819),(0.5934432,0.8812304),(0.5934432,0.8853819),(0.5763788,0.8729284),(0.572147,0.8729284),(0.572147,0.8770772),(0.5763788,0.8770772),(0.567925,0.8729284),(0.5637077,0.8729284),(0.5637077,0.8770772),(0.567925,0.8770772),(0.567925,0.8812304),(0.572147,0.8812304),(0.5637077,0.8812304),(0.5637077,0.8853819),(0.567925,0.8853819),(0.572147,0.8853819),(0.5763788,0.8812304),(0.5763788,0.8853819),(0.55949,0.8729284),(0.5552715,0.8729284),(0.5552715,0.8770772),(0.55949,0.8770772),(0.5510522,0.8729284),(0.5468317,0.8729284),(0.5468317,0.8770772),(0.5510522,0.8770772),(0.5510522,0.8812304),(0.5552715,0.8812304),(0.5468317,0.8812304),(0.5468317,0.8853819),(0.5510522,0.8853819),(0.5552715,0.8853819),(0.55949,0.8812304),(0.55949,0.8853819),(0.5426099,0.8729284),(0.5383899,0.8729284),(0.5426099,0.8770772),(0.5383899,0.8770772),(0.5341746,0.8729284),(0.5299669,0.8729284),(0.5341746,0.8770772),(0.5299669,0.8770772),(0.5383899,0.8812304),(0.5341746,0.8812304),(0.5299669,0.8812304),(0.5341746,0.8853819),(0.529967,0.8853819),(0.5383899,0.8853819),(0.5426099,0.8812304),(0.5426099,0.8853819),(0.52577,0.8729284),(0.5215818,0.8729284),(0.52577,0.8770772),(0.5215818,0.8770772),(0.5174,0.8729284),(0.5132228,0.8729284),(0.5174,0.8770772),(0.5132228,0.8770772),(0.5215818,0.8812304),(0.5174,0.8812304),(0.5132228,0.8812304),(0.5174,0.8853819),(0.5132228,0.8853819),(0.5215818,0.8853819),(0.52577,0.8812304),(0.52577,0.8853819),(0.5090478,0.8729284),(0.5048727,0.8729284),(0.5090478,0.8770772),(0.5048727,0.8770772),(0.5006949,0.8729284),(0.4965119,0.8729284),(0.5006949,0.8770772),(0.4965119,0.8770772),(0.5048727,0.8812304),(0.5006949,0.8812304),(0.4965119,0.8812304),(0.5006949,0.8853819),(0.4965119,0.8853819),(0.5048727,0.8853819),(0.5090478,0.8812304),(0.5090478,0.8853819),(0.4923214,0.8729284),(0.4881234,0.8729284),(0.4923214,0.8770772),(0.4881234,0.8770772),(0.4839184,0.8729284),(0.4797065,0.8729284),(0.4839184,0.8770772),(0.4797065,0.8770772),(0.4881234,0.8812304),(0.4839184,0.8812304),(0.4797065,0.8812304),(0.4839184,0.8853819),(0.4797064,0.8853819),(0.4881234,0.8853819),(0.4923214,0.8812304),(0.4923214,0.8853819),(0.4754879,0.8729284),(0.4712752,0.8729284),(0.4754879,0.8770772),(0.4712752,0.8770772),(0.4670808,0.8729284),(0.4629171,0.8729284),(0.4629171,0.8770772),(0.4670808,0.8770772),(0.4712752,0.8812304),(0.4670808,0.8812304),(0.4629171,0.8812304),(0.4629171,0.8853819),(0.4670808,0.8853819),(0.4712752,0.8853819),(0.4754879,0.8812304),(0.4754879,0.8853819),(0.4587967,0.8729284),(0.4547031,0.8729284),(0.4547031,0.8770772),(0.4587967,0.8770772),(0.4506197,0.8729284),(0.44653,0.8729284),(0.44653,0.8770772),(0.4506197,0.8770772),(0.4506197,0.8812304),(0.4547031,0.8812304),(0.44653,0.8812304),(0.44653,0.8853819),(0.4506197,0.8853819),(0.4547031,0.8853819),(0.4587967,0.8812304),(0.4587967,0.8853819),(0.4424174,0.8729284),(0.4382856,0.8729284),(0.4382856,0.8770772),(0.4424174,0.8770772),(0.4341379,0.8729284),(0.429978,0.8729284),(0.429978,0.8770772),(0.4341379,0.8770772),(0.4341379,0.8812304),(0.4382856,0.8812304),(0.429978,0.8812304),(0.429978,0.8853819),(0.4341379,0.8853819),(0.4382856,0.8853819),(0.4424174,0.8812304),(0.4424174,0.8853819),(0.4258092,0.8729284),(0.4216311,0.8729284),(0.4216312,0.8770772),(0.4258092,0.8770772),(0.4174434,0.8729284),(0.4132456,0.8729284),(0.4132456,0.8770772),(0.4174434,0.8770772),(0.4174434,0.8812304),(0.4216312,0.8812304),(0.4132456,0.8812304),(0.4132456,0.8853819),(0.4174434,0.8853819),(0.4216312,0.8853819),(0.4258092,0.8812304),(0.4258092,0.8853819),(0.4090372,0.8729284),(0.4048201,0.8729284),(0.4048201,0.8770772),(0.4090372,0.8770772),(0.4005963,0.8729284),(0.3963675,0.8729284),(0.3963675,0.8770772),(0.4005963,0.8770772),(0.4005963,0.8812304),(0.4048201,0.8812304),(0.3963675,0.8812304),(0.3963675,0.8853819),(0.4005963,0.8853819),(0.4048201,0.8853819),(0.4090372,0.8812304),(0.4090372,0.8853819),(0.3921357,0.8729284),(0.3879012,0.8729284),(0.3879012,0.8770772),(0.3921357,0.8770772),(0.3836642,0.8729284),(0.3794248,0.8729284),(0.3794249,0.8770772),(0.3836642,0.8770772),(0.3836642,0.8812304),(0.3879012,0.8812304),(0.3794248,0.8812304),(0.3794248,0.8853819),(0.3836642,0.8853819),(0.3879012,0.8853819),(0.3921357,0.8812304),(0.3921357,0.8853819),(0.3751834,0.8729284),(0.3709441,0.8729284),(0.3709441,0.8770772),(0.3751834,0.8770772),(0.3667112,0.8729284),(0.3624887,0.8729284),(0.3624887,0.8770772),(0.3667112,0.8770772),(0.3667112,0.8812304),(0.3709442,0.8812304),(0.3624887,0.8812304),(0.3624887,0.8853819),(0.3667112,0.8853819),(0.3709441,0.8853819),(0.3751834,0.8812304),(0.3751834,0.8853819),(0.358281,0.8729284),(0.3540821,0.8729284),(0.3540821,0.8770772),(0.358281,0.8770772),(0.3498864,0.8729284),(0.3456882,0.8729284),(0.3456882,0.8770772),(0.3498864,0.8770772),(0.3498864,0.8812304),(0.3540821,0.8812304),(0.3456882,0.8812304),(0.3456882,0.8853819),(0.3498864,0.8853819),(0.3540821,0.8853819),(0.3582809,0.8812304),(0.358281,0.8853819),(0.3414817,0.8729284),(0.3372694,0.8729284),(0.3372695,0.8770772),(0.3414817,0.8770772),(0.3330541,0.8729284),(0.3288383,0.8729284),(0.3330541,0.8770772),(0.3288383,0.8770772),(0.3330541,0.8812304),(0.3372695,0.8812304),(0.3288383,0.8812304),(0.3288383,0.8853819),(0.3330541,0.8853819),(0.3372695,0.8853819),(0.3414817,0.8812304),(0.3414817,0.8853819),(0.3246247,0.8729284),(0.3204179,0.8729284),(0.3246247,0.8770772),(0.3204179,0.8770772),(0.3162228,0.8729284),(0.3120441,0.8729284),(0.3162228,0.8770772),(0.3120441,0.8770772),(0.3204179,0.8812304),(0.3162228,0.8812304),(0.3120441,0.8812304),(0.3162228,0.8853819),(0.3120441,0.8853819),(0.3204179,0.8853819),(0.3246247,0.8812304),(0.3246247,0.8853819),(0.3078868,0.8729284),(0.3037427,0.8729284),(0.3078868,0.8770772),(0.3037427,0.8770772),(0.2996041,0.8729284),(0.2954631,0.8729284),(0.2996041,0.8770772),(0.2954631,0.8770772),(0.3037428,0.8812304),(0.2996041,0.8812304),(0.2954631,0.8812304),(0.2996041,0.8853819),(0.2954631,0.8853819),(0.3037427,0.8853819),(0.3078868,0.8812304),(0.3078868,0.8853819),(0.2913116,0.8729284),(0.2871543,0.8729284),(0.2913116,0.8770772),(0.2871543,0.8770772),(0.2829956,0.8729284),(0.2788399,0.8729284),(0.2829956,0.8770772),(0.2788399,0.8770772),(0.2871543,0.8812304),(0.2829956,0.8812304),(0.2788399,0.8812304),(0.2829956,0.8853819),(0.2788399,0.8853819),(0.2871543,0.8853819),(0.2913116,0.8812304),(0.2913116,0.8853819),(0.2746918,0.8729284),(0.2705556,0.8729284),(0.2746918,0.8770772),(0.2705556,0.8770772),(0.2664356,0.8729284),(0.262336,0.8729284),(0.2664356,0.8770772),(0.262336,0.8770772),(0.2705556,0.8812304),(0.2664356,0.8812304),(0.262336,0.8812304),(0.2664356,0.8853819),(0.262336,0.8853819),(0.2705556,0.8853819),(0.2746918,0.8812304),(0.2746918,0.8853819),(0.2582613,0.8729284),(0.254209,0.8729284),(0.2582613,0.8770772),(0.254209,0.8770772),(0.2501769,0.8729284),(0.2461624,0.8729284),(0.2501769,0.8770772),(0.2461624,0.8770772),(0.254209,0.8812304),(0.2501769,0.8812304),(0.2461624,0.8812304),(0.2501769,0.8853819),(0.2461624,0.8853819),(0.254209,0.8853819),(0.2582613,0.8812304),(0.2582613,0.8853819),(0.2421634,0.8729284),(0.238164,0.8729284),(0.2421634,0.8770772),(0.238164,0.8770772),(0.2341487,0.8729284),(0.2301017,0.8729284),(0.2341487,0.8770772),(0.2301017,0.8770772),(0.238164,0.8812304),(0.2341487,0.8812304),(0.2301017,0.8812304),(0.2341487,0.8853819),(0.2301017,0.8853819),(0.238164,0.8853819),(0.2421634,0.8812304),(0.2421634,0.8853819),(0.2260074,0.8729284),(0.2218787,0.8729284),(0.2260074,0.8770772),(0.2218787,0.8770772),(0.2177283,0.8729284),(0.2135691,0.8729284),(0.2177283,0.8770772),(0.2135692,0.8770772),(0.2218787,0.8812304),(0.2177283,0.8812304),(0.2135691,0.8812304),(0.2177283,0.8853819),(0.2135692,0.8853819),(0.2218787,0.8853819),(0.2260074,0.8812304),(0.2260074,0.8853819),(0.2094141,0.8729284),(0.2052627,0.8729284),(0.2094141,0.8770772),(0.2052627,0.8770772),(0.2011147,0.8729284),(0.1969699,0.8729284),(0.2011147,0.8770772),(0.1969699,0.8770772),(0.2052627,0.8812304),(0.2011147,0.8812304),(0.1969699,0.8812304),(0.2011147,0.8853819),(0.1969699,0.8853819),(0.2052627,0.8853819),(0.2094141,0.8812304),(0.2094141,0.8853819),(0.1928277,0.8729284),(0.1886888,0.8729284),(0.1928277,0.8770772),(0.1886888,0.8770772),(0.1845533,0.8729284),(0.1804218,0.8729284),(0.1845533,0.8770772),(0.1804218,0.8770772),(0.1886888,0.8812304),(0.1845533,0.8812304),(0.1804218,0.8812304),(0.1845533,0.8853819),(0.1804218,0.8853819),(0.1886888,0.8853819),(0.1928277,0.8812304),(0.1928277,0.8853819),(0.1762946,0.8729284),(0.1721701,0.8729284),(0.1721701,0.8770772),(0.1762946,0.8770772),(0.1680468,0.8729284),(0.163923,0.8729284),(0.163923,0.8770772),(0.1680468,0.8770772),(0.1721701,0.8812304),(0.1680468,0.8812304),(0.163923,0.8812304),(0.1680468,0.8853819),(0.163923,0.8853819),(0.1721701,0.8853819),(0.1762946,0.8812304),(0.1762946,0.8853819),(0.1597973,0.8729284),(0.1556691,0.8729284),(0.1556691,0.8770772),(0.1597973,0.8770772),(0.1515382,0.8729284),(0.1474041,0.8729284),(0.1474041,0.8770772),(0.1515382,0.8770772),(0.1515382,0.8812304),(0.1556691,0.8812304),(0.1474041,0.8812304),(0.1474041,0.8853819),(0.1515382,0.8853819),(0.1556691,0.8853819),(0.1597973,0.8812304),(0.1597973,0.8853819),(0.1432664,0.8729284),(0.1391259,0.8729284),(0.1391259,0.8770772),(0.1432664,0.8770772),(0.134983,0.8729284),(0.1308385,0.8729284),(0.1308385,0.8770772),(0.134983,0.8770772),(0.134983,0.8812304),(0.1391259,0.8812304),(0.1308385,0.8812304),(0.1308385,0.8853819),(0.134983,0.8853819),(0.1391259,0.8853819),(0.1432664,0.8812304),(0.1432664,0.8853819),(0.126693,0.8729284),(0.12255,0.8729284),(0.12255,0.8770772),(0.126693,0.8770772),(0.1184131,0.8729284),(0.1142857,0.8729284),(0.1142857,0.8770772),(0.1184131,0.8770772),(0.1184131,0.8812304),(0.12255,0.8812304),(0.1142857,0.8812304),(0.1142857,0.8853819),(0.1184131,0.8853819),(0.12255,0.8853819),(0.126693,0.8812304),(0.126693,0.8853819),(0.1101713,0.8729284),(0.1060752,0.8729284),(0.1060752,0.8770772),(0.1101713,0.8770772),(0.1020023,0.8729284),(0.09795791,0.8729284),(0.09795791,0.8770772),(0.1020023,0.8770772),(0.1020023,0.8812304),(0.1060752,0.8812304),(0.09795791,0.8812304),(0.09795791,0.8853819),(0.1020023,0.8853819),(0.1060752,0.8853819),(0.1101713,0.8812304),(0.1101713,0.8853819),(0.09394707,0.8729284),(0.08994583,0.8729284),(0.08994584,0.8770772),(0.09394707,0.8770772),(0.08593026,0.8729284),(0.08187638,0.8729284),(0.08187637,0.8770772),(0.08593025,0.8770772),(0.08593026,0.8812304),(0.08994584,0.8812304),(0.08187638,0.8812304),(0.08187638,0.8853819),(0.08593026,0.8853819),(0.08994584,0.8853819),(0.09394707,0.8812304),(0.09394707,0.8853819),(0.07776025,0.8729284),(0.07361087,0.8729284),(0.07361087,0.8770772),(0.07776025,0.8770772),(0.06945725,0.8729284),(0.06532837,0.8729284),(0.06532837,0.8770772),(0.06945725,0.8770772),(0.06945725,0.8812304),(0.07361087,0.8812304),(0.06532837,0.8812304),(0.06532837,0.8853819),(0.06945725,0.8853819),(0.07361087,0.8853819),(0.07776025,0.8812304),(0.07776025,0.8853819),(0.06125325,0.8729284),(0.05721605,0.8729284),(0.05721604,0.8770772),(0.06125325,0.8770772),(0.05320094,0.8729284),(0.0491921,0.8729284),(0.04919209,0.8770772),(0.05320094,0.8770772),(0.05320094,0.8812304),(0.05721605,0.8812304),(0.0491921,0.8812304),(0.04919209,0.8853819),(0.05320094,0.8853819),(0.05721605,0.8853819),(0.06125325,0.8812304),(0.06125325,0.8853819),(0.04517369,0.8729284),(0.04115105,0.8729284),(0.04115105,0.8770772),(0.04517369,0.8770772),(0.0371295,0.8729284),(0.03311438,0.8729284),(0.03311437,0.8770772),(0.0371295,0.8770772),(0.0371295,0.8812304),(0.04115105,0.8812304),(0.03311438,0.8812304),(0.03311438,0.8853819),(0.0371295,0.8853819),(0.04115105,0.8853819),(0.04517369,0.8812304),(0.04517369,0.8853819),(0.029111,0.8729284),(0.02511186,0.8729284),(0.02511186,0.8770772),(0.029111,0.8770772),(0.02110944,0.8729284),(0.01709622,0.8729284),(0.02110944,0.8770772),(0.01709622,0.8770772),(0.02110944,0.8812304),(0.02511186,0.8812304),(0.01709622,0.8812304),(0.02110944,0.8853819),(0.01709622,0.8853819),(0.02511186,0.8853819),(0.029111,0.8812304),(0.029111,0.8853819),(0.01306469,0.8729284),(0.009019421,0.8729264),(0.01306469,0.8770772),(0.009019421,0.8770769),(0.004965,0.8729202),(0.000906,0.872912),(0.004965,0.8770761),(0.000906,0.877075),(0.009019421,0.8812313),(0.004965,0.8812342),(0.000906,0.881238),(0.004965,0.8853877),(0.000906,0.885401),(0.009019421,0.8853834),(0.01306469,0.8812304),(0.01306469,0.8853819),(0.9951518,0.8895297),(0.999094,0.8895335),(0.9912093,0.8895268),(0.9912093,0.8936646),(0.9951518,0.8936652),(0.999094,0.893666),(0.9872664,0.8895259),(0.983323,0.8895259),(0.983323,0.8936644),(0.9872664,0.8936644),(0.9872664,0.8977996),(0.9912093,0.8977995),(0.983323,0.8977996),(0.983323,0.9019338),(0.9872664,0.9019338),(0.9912093,0.9019336),(0.9951518,0.8977991),(0.999094,0.8977985),(0.9951518,0.901933),(0.999094,0.901931),(0.9793787,0.8895259),(0.9754275,0.8895259),(0.9754274,0.8936644),(0.9793787,0.8936644),(0.9714631,0.8895259),(0.9674796,0.8895259),(0.9674796,0.8936644),(0.9714631,0.8936644),(0.9714631,0.8977996),(0.9754274,0.8977996),(0.9674796,0.8977996),(0.9674796,0.9019338),(0.9714631,0.9019338),(0.9754274,0.9019338),(0.9793787,0.8977996),(0.9793787,0.9019338),(0.9634706,0.8895259),(0.9594426,0.8895259),(0.9594426,0.8936644),(0.9634707,0.8936644),(0.9554016,0.8895259),(0.9513539,0.8895259),(0.9513539,0.8936644),(0.9554016,0.8936644),(0.9554016,0.8977996),(0.9594426,0.8977996),(0.9513539,0.8977996),(0.9513539,0.9019338),(0.9554016,0.9019338),(0.9594425,0.9019338),(0.9634707,0.8977996),(0.9634706,0.9019338),(0.9473058,0.8895259),(0.9432498,0.8895259),(0.9432497,0.8936644),(0.9473058,0.8936644),(0.9391782,0.8895259),(0.9350839,0.8895259),(0.9350839,0.8936644),(0.9391783,0.8936644),(0.9391782,0.8977996),(0.9432497,0.8977996),(0.9350839,0.8977996),(0.9350839,0.9019338),(0.9391783,0.9019338),(0.9432497,0.9019338),(0.9473058,0.8977996),(0.9473058,0.9019338),(0.930959,0.8895259),(0.9268106,0.8895259),(0.9268106,0.8936644),(0.930959,0.8936644),(0.9226453,0.8895259),(0.9184701,0.8895259),(0.9184701,0.8936644),(0.9226453,0.8936644),(0.9226453,0.8977996),(0.9268106,0.8977996),(0.9184701,0.8977996),(0.9184701,0.9019338),(0.9226453,0.9019338),(0.9268106,0.9019338),(0.930959,0.8977996),(0.930959,0.9019338),(0.9142919,0.8895259),(0.910111,0.8895259),(0.9101109,0.8936644),(0.9142919,0.8936644),(0.9059278,0.8895259),(0.9017429,0.8895259),(0.9059278,0.8936644),(0.9017429,0.8936644),(0.910111,0.8977996),(0.9059278,0.8977996),(0.9017429,0.8977996),(0.9059278,0.9019338),(0.9017428,0.9019338),(0.9101109,0.9019338),(0.9142919,0.8977996),(0.9142919,0.9019338),(0.8975567,0.8895259),(0.8933688,0.8895259),(0.8975567,0.8936644),(0.8933688,0.8936644),(0.8891787,0.8895259),(0.8849859,0.8895259),(0.8891788,0.8936644),(0.8849859,0.8936644),(0.8933688,0.8977996),(0.8891787,0.8977996),(0.8849859,0.8977996),(0.8891788,0.9019338),(0.8849859,0.9019338),(0.8933688,0.9019338),(0.8975567,0.8977996),(0.8975567,0.9019338),(0.8807898,0.8895259),(0.8765806,0.8895259),(0.8765807,0.8936644),(0.8807898,0.8936644),(0.8723488,0.8895259),(0.8680845,0.8895259),(0.8680845,0.8936644),(0.8723488,0.8936644),(0.8723488,0.8977996),(0.8765806,0.8977996),(0.8680845,0.8977996),(0.8680845,0.9019338),(0.8723488,0.9019338),(0.8765806,0.9019338),(0.8807898,0.8977996),(0.8807898,0.9019338),(0.8637781,0.8895259),(0.8594491,0.8895259),(0.8594491,0.8936644),(0.8637781,0.8936644),(0.8551173,0.8895259),(0.8508024,0.8895259),(0.8508024,0.8936644),(0.8551173,0.8936644),(0.8551173,0.8977996),(0.8594491,0.8977996),(0.8508024,0.8977996),(0.8508024,0.9019338),(0.8551173,0.9019338),(0.859449,0.9019338),(0.8637781,0.8977996),(0.8637781,0.9019338),(0.846524,0.8895259),(0.8422731,0.8895259),(0.8422731,0.8936644),(0.846524,0.8936644),(0.8380403,0.8895259),(0.8338165,0.8895259),(0.8338165,0.8936644),(0.8380403,0.8936644),(0.8380403,0.8977996),(0.8422731,0.8977996),(0.8338165,0.8977996),(0.8380404,0.9019338),(0.8338165,0.9019338),(0.8422731,0.9019338),(0.846524,0.8977996),(0.846524,0.9019338),(0.8295926,0.8895259),(0.8253628,0.8895259),(0.8253628,0.8936644),(0.8295926,0.8936644),(0.8211217,0.8895259),(0.8168637,0.8895259),(0.8168637,0.8936644),(0.8211217,0.8936644),(0.8211217,0.8977996),(0.8253628,0.8977996),(0.8168637,0.8977996),(0.8168637,0.9019338),(0.8211217,0.9019338),(0.8253628,0.9019338),(0.8295926,0.8977996),(0.8295926,0.9019338),(0.8125832,0.8895259),(0.8082899,0.8895259),(0.8082899,0.8936644),(0.8125832,0.8936644),(0.8039935,0.8895259),(0.7997035,0.8895259),(0.7997035,0.8936644),(0.8039935,0.8936644),(0.8039935,0.8977996),(0.8082899,0.8977996),(0.7997035,0.8977996),(0.7997035,0.9019338),(0.8039935,0.9019338),(0.8082899,0.9019338),(0.8125832,0.8977996),(0.8125832,0.9019338),(0.7954297,0.8895259),(0.7911757,0.8895259),(0.7911757,0.8936644),(0.7954297,0.8936644),(0.7869452,0.8895259),(0.7827417,0.8895259),(0.7827417,0.8936644),(0.7869452,0.8936644),(0.7869452,0.8977996),(0.7911757,0.8977996),(0.7827417,0.8977996),(0.7827417,0.9019338),(0.7869452,0.9019338),(0.7911757,0.9019338),(0.7954297,0.8977996),(0.7954297,0.9019338),(0.7785689,0.8895259),(0.7744211,0.8895259),(0.7744212,0.8936644),(0.7785689,0.8936644),(0.7702925,0.8895259),(0.7661775,0.8895259),(0.7661775,0.8936644),(0.7702925,0.8936644),(0.7702925,0.8977996),(0.7744212,0.8977996),(0.7661775,0.8977996),(0.7661775,0.9019338),(0.7702925,0.9019338),(0.7744212,0.9019338),(0.778569,0.8977996),(0.778569,0.9019338),(0.7620703,0.8895259),(0.757961,0.8895259),(0.757961,0.8936644),(0.7620703,0.8936644),(0.7538399,0.8895259),(0.7496969,0.8895259),(0.7496969,0.8936644),(0.7538399,0.8936644),(0.7538399,0.8977996),(0.757961,0.8977996),(0.7496969,0.8977996),(0.7496969,0.9019338),(0.7538399,0.9019338),(0.757961,0.9019338),(0.7620703,0.8977996),(0.7620703,0.9019338),(0.7455223,0.8895259),(0.7413244,0.8895259),(0.7413245,0.8936644),(0.7455223,0.8936644),(0.7371117,0.8895259),(0.7328922,0.8895259),(0.7371117,0.8936644),(0.7328923,0.8936644),(0.7371117,0.8977996),(0.7413245,0.8977996),(0.7328922,0.8977996),(0.7328922,0.9019338),(0.7371117,0.9019338),(0.7413245,0.9019338),(0.7455223,0.8977996),(0.7455223,0.9019338),(0.7286744,0.8895259),(0.7244572,0.8895259),(0.7244572,0.8936644),(0.7286744,0.8936644),(0.7202395,0.8895259),(0.71602,0.8895259),(0.71602,0.8936644),(0.7202395,0.8936644),(0.7202395,0.8977996),(0.7244572,0.8977996),(0.71602,0.8977996),(0.71602,0.9019338),(0.7202394,0.9019338),(0.7244572,0.9019338),(0.7286744,0.8977996),(0.7286744,0.9019338),(0.7117977,0.8895259),(0.7075742,0.8895259),(0.7075742,0.8936644),(0.7117977,0.8936644),(0.7033514,0.8895259),(0.6991307,0.8895259),(0.6991307,0.8936644),(0.7033514,0.8936644),(0.7033514,0.8977996),(0.7075742,0.8977996),(0.6991307,0.8977996),(0.6991307,0.9019338),(0.7033514,0.9019338),(0.7075742,0.9019338),(0.7117977,0.8977996),(0.7117977,0.9019338),(0.6949139,0.8895259),(0.6906992,0.8895259),(0.6906992,0.8936644),(0.6949139,0.8936644),(0.6864849,0.8895259),(0.6822694,0.8895259),(0.6822693,0.8936644),(0.6864849,0.8936644),(0.6864849,0.8977996),(0.6906992,0.8977996),(0.6822694,0.8977996),(0.6822693,0.9019338),(0.6864849,0.9019338),(0.6906992,0.9019338),(0.6949139,0.8977996),(0.6949139,0.9019338),(0.6780508,0.8895259),(0.6738272,0.8895259),(0.6738272,0.8936644),(0.6780507,0.8936644),(0.6695971,0.8895259),(0.6653587,0.8895259),(0.6653587,0.8936644),(0.6695971,0.8936644),(0.6695971,0.8977996),(0.6738272,0.8977996),(0.6653587,0.8977996),(0.6653587,0.9019338),(0.6695971,0.9019338),(0.6738272,0.9019338),(0.6780508,0.8977996),(0.6780507,0.9019338),(0.6611102,0.8895259),(0.6568571,0.8895259),(0.6568571,0.8936644),(0.6611102,0.8936644),(0.6526053,0.8895259),(0.6483604,0.8895259),(0.6483604,0.8936644),(0.6526054,0.8936644),(0.6526054,0.8977996),(0.6568571,0.8977996),(0.6483604,0.8977996),(0.6483604,0.9019338),(0.6526053,0.9019338),(0.6568571,0.9019338),(0.6611102,0.8977996),(0.6611102,0.9019338),(0.6441281,0.8895259),(0.6399043,0.8895259),(0.6399043,0.8936644),(0.6441281,0.8936644),(0.635685,0.8895259),(0.6314663,0.8895259),(0.635685,0.8936644),(0.6314663,0.8936644),(0.635685,0.8977996),(0.6399043,0.8977996),(0.6314663,0.8977996),(0.6314663,0.9019338),(0.635685,0.9019338),(0.6399043,0.9019338),(0.6441281,0.8977996),(0.6441281,0.9019338),(0.627244,0.8895259),(0.6230208,0.8895259),(0.627244,0.8936644),(0.6230209,0.8936644),(0.6187993,0.8895259),(0.6145822,0.8895259),(0.6145822,0.8936644),(0.6187993,0.8936644),(0.6187993,0.8977996),(0.6230208,0.8977996),(0.6145822,0.8977996),(0.6145822,0.9019338),(0.6187993,0.9019338),(0.6230209,0.9019338),(0.627244,0.8977996),(0.627244,0.9019338),(0.6103719,0.8895259),(0.6061606,0.8895259),(0.6061606,0.8936644),(0.6103719,0.8936644),(0.6019406,0.8895259),(0.5977041,0.8895259),(0.5977041,0.8936644),(0.6019406,0.8936644),(0.6019406,0.8977996),(0.6061606,0.8977996),(0.5977041,0.8977996),(0.5977041,0.9019338),(0.6019406,0.9019338),(0.6061606,0.9019338),(0.6103719,0.8977996),(0.6103719,0.9019338),(0.5934432,0.8895259),(0.589169,0.8895259),(0.589169,0.8936644),(0.5934432,0.8936644),(0.5848927,0.8895259),(0.5806257,0.8895259),(0.5806257,0.8936644),(0.5848927,0.8936644),(0.5848927,0.8977996),(0.589169,0.8977996),(0.5806257,0.8977996),(0.5806257,0.9019338),(0.5848927,0.9019338),(0.589169,0.9019338),(0.5934432,0.8977996),(0.5934432,0.9019338),(0.5763788,0.8895259),(0.572147,0.8895259),(0.572147,0.8936644),(0.5763788,0.8936644),(0.567925,0.8895259),(0.5637077,0.8895259),(0.5637077,0.8936644),(0.567925,0.8936644),(0.567925,0.8977996),(0.572147,0.8977996),(0.5637077,0.8977996),(0.5637077,0.9019338),(0.567925,0.9019338),(0.572147,0.9019338),(0.5763788,0.8977996),(0.5763788,0.9019338),(0.55949,0.8895259),(0.5552715,0.8895259),(0.5552715,0.8936644),(0.55949,0.8936644),(0.5510522,0.8895259),(0.5468317,0.8895259),(0.5510522,0.8936644),(0.5468317,0.8936644),(0.5552715,0.8977996),(0.5510522,0.8977996),(0.5468317,0.8977996),(0.5510522,0.9019338),(0.5468317,0.9019338),(0.5552715,0.9019338),(0.55949,0.8977996),(0.55949,0.9019338),(0.5426099,0.8895259),(0.5383899,0.8895259),(0.5426099,0.8936644),(0.5383899,0.8936644),(0.5341746,0.8895259),(0.5299669,0.8895259),(0.5341746,0.8936644),(0.5299669,0.8936644),(0.5383899,0.8977996),(0.5341746,0.8977996),(0.5299669,0.8977996),(0.5341746,0.9019338),(0.529967,0.9019338),(0.5383899,0.9019338),(0.5426099,0.8977996),(0.5426099,0.9019338),(0.52577,0.8895259),(0.5215818,0.8895259),(0.52577,0.8936644),(0.5215818,0.8936644),(0.5174,0.8895259),(0.5132228,0.8895259),(0.5174,0.8936644),(0.5132228,0.8936644),(0.5215818,0.8977996),(0.5174,0.8977996),(0.5132228,0.8977996),(0.5174,0.9019338),(0.5132228,0.9019338),(0.5215818,0.9019338),(0.52577,0.8977996),(0.52577,0.9019338),(0.5090478,0.8895259),(0.5048727,0.8895259),(0.5090478,0.8936644),(0.5048727,0.8936644),(0.5006949,0.8895259),(0.4965119,0.8895259),(0.5006949,0.8936644),(0.4965119,0.8936644),(0.5048727,0.8977996),(0.5006949,0.8977996),(0.4965119,0.8977996),(0.5006949,0.9019338),(0.4965119,0.9019338),(0.5048727,0.9019338),(0.5090478,0.8977996),(0.5090478,0.9019338),(0.4923214,0.8895259),(0.4881234,0.8895259),(0.4923214,0.8936644),(0.4881234,0.8936644),(0.4839184,0.8895259),(0.4797065,0.8895259),(0.4839184,0.8936644),(0.4797065,0.8936644),(0.4881234,0.8977996),(0.4839184,0.8977996),(0.4797065,0.8977996),(0.4839184,0.9019338),(0.4797064,0.9019338),(0.4881234,0.9019338),(0.4923214,0.8977996),(0.4923214,0.9019338),(0.4754879,0.8895259),(0.4712752,0.8895259),(0.4754879,0.8936644),(0.4712752,0.8936644),(0.4670808,0.8895259),(0.4629171,0.8895259),(0.4629171,0.8936644),(0.4670808,0.8936644),(0.4712752,0.8977996),(0.4670808,0.8977996),(0.4629171,0.8977996),(0.4629171,0.9019338),(0.4670808,0.9019338),(0.4712752,0.9019338),(0.4754879,0.8977996),(0.4754879,0.9019338),(0.4587967,0.8895259),(0.4547031,0.8895259),(0.4547031,0.8936644),(0.4587967,0.8936644),(0.4506197,0.8895259),(0.44653,0.8895259),(0.44653,0.8936644),(0.4506197,0.8936644),(0.4506197,0.8977996),(0.4547031,0.8977996),(0.44653,0.8977996),(0.44653,0.9019338),(0.4506197,0.9019338),(0.4547031,0.9019338),(0.4587967,0.8977996),(0.4587967,0.9019338),(0.4424174,0.8895259),(0.4382856,0.8895259),(0.4382856,0.8936644),(0.4424174,0.8936644),(0.4341379,0.8895259),(0.429978,0.8895259),(0.429978,0.8936644),(0.4341379,0.8936644),(0.4341379,0.8977996),(0.4382856,0.8977996),(0.429978,0.8977996),(0.429978,0.9019338),(0.4341379,0.9019338),(0.4382856,0.9019338),(0.4424174,0.8977996),(0.4424174,0.9019338),(0.4258092,0.8895259),(0.4216311,0.8895259),(0.4216312,0.8936644),(0.4258092,0.8936644),(0.4174434,0.8895259),(0.4132456,0.8895259),(0.4132456,0.8936644),(0.4174434,0.8936644),(0.4174434,0.8977996),(0.4216312,0.8977996),(0.4132456,0.8977996),(0.4132456,0.9019338),(0.4174434,0.9019338),(0.4216312,0.9019338),(0.4258092,0.8977996),(0.4258092,0.9019338),(0.4090372,0.8895259),(0.4048201,0.8895259),(0.4048201,0.8936644),(0.4090372,0.8936644),(0.4005963,0.8895259),(0.3963675,0.8895259),(0.3963675,0.8936644),(0.4005963,0.8936644),(0.4005963,0.8977996),(0.4048201,0.8977996),(0.3963675,0.8977996),(0.4005963,0.9019338),(0.3963675,0.9019338),(0.4048201,0.9019338),(0.4090372,0.8977996),(0.4090372,0.9019338),(0.3921357,0.8895259),(0.3879012,0.8895259),(0.3879012,0.8936644),(0.3921357,0.8936644),(0.3836642,0.8895259),(0.3794248,0.8895259),(0.3836642,0.8936644),(0.3794249,0.8936644),(0.3879012,0.8977996),(0.3836642,0.8977996),(0.3794248,0.8977996),(0.3836642,0.9019338),(0.3794248,0.9019338),(0.3879012,0.9019338),(0.3921357,0.8977996),(0.3921357,0.9019338),(0.3751834,0.8895259),(0.3709441,0.8895259),(0.3709441,0.8936644),(0.3751834,0.8936644),(0.3667112,0.8895259),(0.3624887,0.8895259),(0.3624887,0.8936644),(0.3667112,0.8936644),(0.3667112,0.8977996),(0.3709442,0.8977996),(0.3624887,0.8977996),(0.3624887,0.9019338),(0.3667112,0.9019338),(0.3709441,0.9019338),(0.3751834,0.8977996),(0.3751834,0.9019338),(0.358281,0.8895259),(0.3540821,0.8895259),(0.3540821,0.8936644),(0.358281,0.8936644),(0.3498864,0.8895259),(0.3456882,0.8895259),(0.3456882,0.8936644),(0.3498864,0.8936644),(0.3498864,0.8977996),(0.3540821,0.8977996),(0.3456882,0.8977996),(0.3456882,0.9019338),(0.3498864,0.9019338),(0.3540821,0.9019338),(0.3582809,0.8977996),(0.358281,0.9019338),(0.3414817,0.8895259),(0.3372694,0.8895259),(0.3372695,0.8936644),(0.3414817,0.8936644),(0.3330541,0.8895259),(0.3288383,0.8895259),(0.3288383,0.8936644),(0.3330541,0.8936644),(0.3330541,0.8977996),(0.3372695,0.8977996),(0.3288383,0.8977996),(0.3288383,0.9019338),(0.3330541,0.9019338),(0.3372695,0.9019338),(0.3414817,0.8977996),(0.3414817,0.9019338),(0.3246247,0.8895259),(0.3204179,0.8895259),(0.3204179,0.8936644),(0.3246247,0.8936644),(0.3162228,0.8895259),(0.3120441,0.8895259),(0.3162228,0.8936644),(0.3120441,0.8936644),(0.3162228,0.8977996),(0.3204179,0.8977996),(0.3120441,0.8977996),(0.3120441,0.9019338),(0.3162228,0.9019338),(0.3204179,0.9019338),(0.3246247,0.8977996),(0.3246247,0.9019338),(0.3078868,0.8895259),(0.3037427,0.8895259),(0.3078868,0.8936644),(0.3037427,0.8936644),(0.2996041,0.8895259),(0.2954631,0.8895259),(0.2996041,0.8936644),(0.2954631,0.8936644),(0.3037428,0.8977996),(0.2996041,0.8977996),(0.2954631,0.8977996),(0.2996041,0.9019338),(0.2954631,0.9019338),(0.3037427,0.9019338),(0.3078868,0.8977996),(0.3078868,0.9019338),(0.2913116,0.8895259),(0.2871543,0.8895259),(0.2913116,0.8936644),(0.2871543,0.8936644),(0.2829956,0.8895259),(0.2788399,0.8895259),(0.2829956,0.8936644),(0.2788399,0.8936644),(0.2871543,0.8977996),(0.2829956,0.8977996),(0.2788399,0.8977996),(0.2829956,0.9019338),(0.2788399,0.9019338),(0.2871543,0.9019338),(0.2913116,0.8977996),(0.2913116,0.9019338),(0.2746918,0.8895259),(0.2705556,0.8895259),(0.2746918,0.8936644),(0.2705556,0.8936644),(0.2664356,0.8895259),(0.262336,0.8895259),(0.2664356,0.8936644),(0.262336,0.8936644),(0.2705556,0.8977996),(0.2664356,0.8977996),(0.262336,0.8977996),(0.2664356,0.9019338),(0.262336,0.9019338),(0.2705556,0.9019338),(0.2746918,0.8977996),(0.2746918,0.9019338),(0.2582613,0.8895259),(0.254209,0.8895259),(0.2582613,0.8936644),(0.254209,0.8936644),(0.2501769,0.8895259),(0.2461624,0.8895259),(0.2501769,0.8936644),(0.2461624,0.8936644),(0.254209,0.8977996),(0.2501769,0.8977996),(0.2461624,0.8977996),(0.2501769,0.9019338),(0.2461624,0.9019338),(0.254209,0.9019338),(0.2582613,0.8977996),(0.2582613,0.9019338),(0.2421634,0.8895259),(0.238164,0.8895259),(0.2421634,0.8936644),(0.238164,0.8936644),(0.2341487,0.8895259),(0.2301017,0.8895259),(0.2341487,0.8936644),(0.2301017,0.8936644),(0.238164,0.8977996),(0.2341487,0.8977996),(0.2301017,0.8977996),(0.2341487,0.9019338),(0.2301017,0.9019338),(0.238164,0.9019338),(0.2421634,0.8977996),(0.2421634,0.9019338),(0.2260074,0.8895259),(0.2218787,0.8895259),(0.2260074,0.8936644),(0.2218787,0.8936644),(0.2177283,0.8895259),(0.2135691,0.8895259),(0.2177283,0.8936644),(0.2135692,0.8936644),(0.2218787,0.8977996),(0.2177283,0.8977996),(0.2135691,0.8977996),(0.2177283,0.9019338),(0.2135692,0.9019338),(0.2218787,0.9019338),(0.2260074,0.8977996),(0.2260074,0.9019338),(0.2094141,0.8895259),(0.2052627,0.8895259),(0.2094141,0.8936644),(0.2052627,0.8936644),(0.2011147,0.8895259),(0.1969699,0.8895259),(0.2011147,0.8936644),(0.1969699,0.8936644),(0.2052627,0.8977996),(0.2011147,0.8977996),(0.1969699,0.8977996),(0.2011147,0.9019338),(0.1969699,0.9019338),(0.2052627,0.9019338),(0.2094141,0.8977996),(0.2094141,0.9019338),(0.1928277,0.8895259),(0.1886888,0.8895259),(0.1928277,0.8936644),(0.1886888,0.8936644),(0.1845533,0.8895259),(0.1804218,0.8895259),(0.1845533,0.8936644),(0.1804218,0.8936644),(0.1886888,0.8977996),(0.1845533,0.8977996),(0.1804218,0.8977996),(0.1845533,0.9019338),(0.1804218,0.9019338),(0.1886888,0.9019338),(0.1928277,0.8977996),(0.1928277,0.9019338),(0.1762946,0.8895259),(0.1721701,0.8895259),(0.1762946,0.8936644),(0.1721701,0.8936644),(0.1680468,0.8895259),(0.163923,0.8895259),(0.1680468,0.8936644),(0.163923,0.8936644),(0.1721701,0.8977996),(0.1680468,0.8977996),(0.163923,0.8977996),(0.1680468,0.9019338),(0.163923,0.9019338),(0.1721701,0.9019338),(0.1762946,0.8977996),(0.1762946,0.9019338),(0.1597973,0.8895259),(0.1556691,0.8895259),(0.1597973,0.8936644),(0.1556691,0.8936644),(0.1515382,0.8895259),(0.1474041,0.8895259),(0.1474041,0.8936644),(0.1515382,0.8936644),(0.1556691,0.8977996),(0.1515382,0.8977996),(0.1474041,0.8977996),(0.1515382,0.9019338),(0.1474041,0.9019338),(0.1556691,0.9019338),(0.1597973,0.8977996),(0.1597973,0.9019338),(0.1432664,0.8895259),(0.1391259,0.8895259),(0.1391259,0.8936644),(0.1432664,0.8936644),(0.134983,0.8895259),(0.1308385,0.8895259),(0.1308385,0.8936644),(0.134983,0.8936644),(0.134983,0.8977996),(0.1391259,0.8977996),(0.1308385,0.8977996),(0.1308385,0.9019338),(0.134983,0.9019338),(0.1391259,0.9019338),(0.1432664,0.8977996),(0.1432664,0.9019338),(0.126693,0.8895259),(0.12255,0.8895259),(0.12255,0.8936644),(0.126693,0.8936644),(0.1184131,0.8895259),(0.1142857,0.8895259),(0.1142857,0.8936644),(0.1184131,0.8936644),(0.1184131,0.8977996),(0.12255,0.8977996),(0.1142857,0.8977996),(0.1142857,0.9019338),(0.1184131,0.9019338),(0.12255,0.9019338),(0.126693,0.8977996),(0.126693,0.9019338),(0.1101713,0.8895259),(0.1060752,0.8895259),(0.1060752,0.8936644),(0.1101713,0.8936644),(0.1020023,0.8895259),(0.09795791,0.8895259),(0.09795791,0.8936644),(0.1020023,0.8936644),(0.1020023,0.8977996),(0.1060752,0.8977996),(0.09795791,0.8977996),(0.09795791,0.9019338),(0.1020023,0.9019338),(0.1060752,0.9019338),(0.1101713,0.8977996),(0.1101713,0.9019338),(0.09394707,0.8895259),(0.08994583,0.8895259),(0.08994584,0.8936644),(0.09394707,0.8936644),(0.08593026,0.8895259),(0.08187638,0.8895259),(0.08187637,0.8936644),(0.08593025,0.8936644),(0.08593026,0.8977996),(0.08994584,0.8977996),(0.08187638,0.8977996),(0.08187638,0.9019338),(0.08593026,0.9019338),(0.08994584,0.9019338),(0.09394707,0.8977996),(0.09394707,0.9019338),(0.07776025,0.8895259),(0.07361087,0.8895259),(0.07361087,0.8936644),(0.07776025,0.8936644),(0.06945725,0.8895259),(0.06532837,0.8895259),(0.06532837,0.8936644),(0.06945725,0.8936644),(0.06945725,0.8977996),(0.07361087,0.8977996),(0.06532837,0.8977996),(0.06532837,0.9019338),(0.06945725,0.9019338),(0.07361087,0.9019338),(0.07776025,0.8977996),(0.07776025,0.9019338),(0.06125325,0.8895259),(0.05721605,0.8895259),(0.05721604,0.8936644),(0.06125325,0.8936644),(0.05320094,0.8895259),(0.0491921,0.8895259),(0.05320094,0.8936644),(0.04919209,0.8936644),(0.05320094,0.8977996),(0.05721605,0.8977996),(0.0491921,0.8977996),(0.05320094,0.9019338),(0.04919209,0.9019338),(0.05721605,0.9019338),(0.06125325,0.8977996),(0.06125325,0.9019338),(0.04517369,0.8895259),(0.04115105,0.8895259),(0.04517369,0.8936644),(0.04115105,0.8936644),(0.0371295,0.8895259),(0.03311438,0.8895259),(0.0371295,0.8936644),(0.03311437,0.8936644),(0.04115105,0.8977996),(0.0371295,0.8977996),(0.03311438,0.8977996),(0.0371295,0.9019338),(0.03311438,0.9019338),(0.04115105,0.9019338),(0.04517369,0.8977996),(0.04517369,0.9019338),(0.029111,0.8895259),(0.02511186,0.8895259),(0.029111,0.8936644),(0.02511186,0.8936644),(0.02110944,0.8895259),(0.01709622,0.8895259),(0.02110944,0.8936644),(0.01709622,0.8936644),(0.02511186,0.8977996),(0.02110944,0.8977996),(0.01709622,0.8977996),(0.02110944,0.9019338),(0.01709622,0.9019338),(0.02511186,0.9019338),(0.029111,0.8977996),(0.029111,0.9019338),(0.01306469,0.8895259),(0.009019421,0.8895268),(0.01306469,0.8936644),(0.009019421,0.8936646),(0.004965,0.8895297),(0.000906,0.8895335),(0.004965,0.8936652),(0.000906,0.893666),(0.009019421,0.8977995),(0.004965,0.8977991),(0.000906,0.8977985),(0.004965,0.901933),(0.000906,0.901931),(0.009019421,0.9019336),(0.01306469,0.8977996),(0.01306469,0.9019338),(0.9951518,0.9060686),(0.999094,0.906068),(0.9912093,0.906069),(0.9912093,0.9102014),(0.9951518,0.910203),(0.999094,0.910205),(0.9872664,0.9060692),(0.983323,0.9060692),(0.983323,0.910201),(0.9872664,0.910201),(0.9872664,0.9143247),(0.9912093,0.9143268),(0.983323,0.9143247),(0.983323,0.9184357),(0.9872664,0.9184357),(0.9912093,0.918439),(0.999094,0.914342),(0.9951518,0.9143333),(0.9951518,0.9184487),(0.999094,0.918479),(0.9793787,0.9060692),(0.9754275,0.9060692),(0.9754274,0.910201),(0.9793787,0.910201),(0.9714631,0.9060692),(0.9674796,0.9060692),(0.9674796,0.910201),(0.9714631,0.910201),(0.9714631,0.9143247),(0.9754274,0.9143247),(0.9674796,0.9143247),(0.9674796,0.9184357),(0.9714631,0.9184357),(0.9754274,0.9184357),(0.9793787,0.9143247),(0.9793787,0.9184357),(0.9634706,0.9060692),(0.9594426,0.9060692),(0.9594426,0.910201),(0.9634707,0.910201),(0.9554016,0.9060692),(0.9513539,0.9060692),(0.9513539,0.910201),(0.9554016,0.910201),(0.9554016,0.9143247),(0.9594426,0.9143247),(0.9513539,0.9143247),(0.9513539,0.9184357),(0.9554016,0.9184357),(0.9594425,0.9184357),(0.9634707,0.9143247),(0.9634706,0.9184357),(0.9473058,0.9060692),(0.9432498,0.9060692),(0.9432497,0.910201),(0.9473058,0.910201),(0.9391782,0.9060692),(0.9350839,0.9060692),(0.9350839,0.910201),(0.9391783,0.910201),(0.9391782,0.9143247),(0.9432497,0.9143247),(0.9350839,0.9143247),(0.9350839,0.9184357),(0.9391783,0.9184357),(0.9432497,0.9184357),(0.9473058,0.9143247),(0.9473058,0.9184357),(0.930959,0.9060692),(0.9268106,0.9060692),(0.9268106,0.910201),(0.930959,0.910201),(0.9226453,0.9060692),(0.9184701,0.9060692),(0.9184701,0.910201),(0.9226453,0.910201),(0.9226453,0.9143247),(0.9268106,0.9143247),(0.9184701,0.9143247),(0.9184701,0.9184357),(0.9226453,0.9184357),(0.9268106,0.9184357),(0.930959,0.9143247),(0.930959,0.9184357),(0.9142919,0.9060692),(0.910111,0.9060692),(0.9101109,0.910201),(0.9142919,0.910201),(0.9059278,0.9060692),(0.9017429,0.9060692),(0.9017429,0.910201),(0.9059278,0.910201),(0.9059278,0.9143247),(0.910111,0.9143247),(0.9017429,0.9143247),(0.9017428,0.9184357),(0.9059278,0.9184357),(0.9101109,0.9184357),(0.9142919,0.9143247),(0.9142919,0.9184357),(0.8975567,0.9060692),(0.8933688,0.9060692),(0.8975567,0.910201),(0.8933688,0.910201),(0.8891787,0.9060692),(0.8849859,0.9060692),(0.8849859,0.910201),(0.8891788,0.910201),(0.8891787,0.9143247),(0.8933688,0.9143247),(0.8849859,0.9143247),(0.8849859,0.9184357),(0.8891788,0.9184357),(0.8933688,0.9184357),(0.8975567,0.9143247),(0.8975567,0.9184357),(0.8807898,0.9060692),(0.8765806,0.9060692),(0.8765807,0.910201),(0.8807898,0.910201),(0.8723488,0.9060692),(0.8680845,0.9060692),(0.8680845,0.910201),(0.8723488,0.910201),(0.8723488,0.9143247),(0.8765806,0.9143247),(0.8680845,0.9143247),(0.8680845,0.9184357),(0.8723488,0.9184357),(0.8765806,0.9184357),(0.8807898,0.9143247),(0.8807898,0.9184357),(0.8637781,0.9060692),(0.8594491,0.9060692),(0.8594491,0.910201),(0.8637781,0.910201),(0.8551173,0.9060692),(0.8508024,0.9060692),(0.8551173,0.910201),(0.8508024,0.910201),(0.8551173,0.9143247),(0.8594491,0.9143247),(0.8508024,0.9143247),(0.8508024,0.9184357),(0.8551173,0.9184357),(0.859449,0.9184357),(0.8637781,0.9143247),(0.8637781,0.9184357),(0.846524,0.9060692),(0.8422731,0.9060692),(0.846524,0.910201),(0.8422731,0.910201),(0.8380403,0.9060692),(0.8338165,0.9060692),(0.8380403,0.910201),(0.8338165,0.910201),(0.8422731,0.9143247),(0.8380403,0.9143247),(0.8338165,0.9143247),(0.8380404,0.9184357),(0.8338165,0.9184357),(0.8422731,0.9184357),(0.846524,0.9143247),(0.846524,0.9184357),(0.8295926,0.9060692),(0.8253628,0.9060692),(0.8295926,0.910201),(0.8253628,0.910201),(0.8211217,0.9060692),(0.8168637,0.9060692),(0.8211217,0.910201),(0.8168637,0.910201),(0.8253628,0.9143247),(0.8211217,0.9143247),(0.8168637,0.9143247),(0.8211217,0.9184357),(0.8168637,0.9184357),(0.8253628,0.9184357),(0.8295926,0.9143247),(0.8295926,0.9184357),(0.8125832,0.9060692),(0.8082899,0.9060692),(0.8082899,0.910201),(0.8125832,0.910201),(0.8039935,0.9060692),(0.7997035,0.9060692),(0.7997035,0.910201),(0.8039935,0.910201),(0.8082899,0.9143247),(0.8039935,0.9143247),(0.7997035,0.9143247),(0.8039935,0.9184357),(0.7997035,0.9184357),(0.8082899,0.9184357),(0.8125832,0.9143247),(0.8125832,0.9184357),(0.7954297,0.9060692),(0.7911757,0.9060692),(0.7911757,0.910201),(0.7954297,0.910201),(0.7869452,0.9060692),(0.7827417,0.9060692),(0.7827417,0.910201),(0.7869452,0.910201),(0.7869452,0.9143247),(0.7911757,0.9143247),(0.7827417,0.9143247),(0.7827417,0.9184357),(0.7869452,0.9184357),(0.7911757,0.9184357),(0.7954297,0.9143247),(0.7954297,0.9184357),(0.7785689,0.9060692),(0.7744211,0.9060692),(0.7744212,0.910201),(0.7785689,0.910201),(0.7702925,0.9060692),(0.7661775,0.9060692),(0.7661775,0.910201),(0.7702925,0.910201),(0.7702925,0.9143247),(0.7744212,0.9143247),(0.7661775,0.9143247),(0.7661775,0.9184357),(0.7702925,0.9184357),(0.7744212,0.9184357),(0.778569,0.9143247),(0.778569,0.9184357),(0.7620703,0.9060692),(0.757961,0.9060692),(0.757961,0.910201),(0.7620703,0.910201),(0.7538399,0.9060692),(0.7496969,0.9060692),(0.7496969,0.910201),(0.7538399,0.910201),(0.7538399,0.9143247),(0.757961,0.9143247),(0.7496969,0.9143247),(0.7496969,0.9184357),(0.7538399,0.9184357),(0.757961,0.9184357),(0.7620703,0.9143247),(0.7620703,0.9184357),(0.7455223,0.9060692),(0.7413244,0.9060692),(0.7455223,0.910201),(0.7413245,0.910201),(0.7371117,0.9060692),(0.7328922,0.9060692),(0.7328923,0.910201),(0.7371117,0.910201),(0.7371117,0.9143247),(0.7413245,0.9143247),(0.7328922,0.9143247),(0.7328922,0.9184357),(0.7371117,0.9184357),(0.7413245,0.9184357),(0.7455223,0.9143247),(0.7455223,0.9184357),(0.7286744,0.9060692),(0.7244572,0.9060692),(0.7244572,0.910201),(0.7286744,0.910201),(0.7202395,0.9060692),(0.71602,0.9060692),(0.71602,0.910201),(0.7202395,0.910201),(0.7202395,0.9143247),(0.7244572,0.9143247),(0.71602,0.9143247),(0.71602,0.9184357),(0.7202394,0.9184357),(0.7244572,0.9184357),(0.7286744,0.9143247),(0.7286744,0.9184357),(0.7117977,0.9060692),(0.7075742,0.9060692),(0.7075742,0.910201),(0.7117977,0.910201),(0.7033514,0.9060692),(0.6991307,0.9060692),(0.6991307,0.910201),(0.7033514,0.910201),(0.7033514,0.9143247),(0.7075742,0.9143247),(0.6991307,0.9143247),(0.7033514,0.9184357),(0.6991307,0.9184357),(0.7075742,0.9184357),(0.7117977,0.9143247),(0.7117977,0.9184357),(0.6949139,0.9060692),(0.6906992,0.9060692),(0.6906992,0.910201),(0.6949139,0.910201),(0.6864849,0.9060692),(0.6822694,0.9060692),(0.6822693,0.910201),(0.6864849,0.910201),(0.6864849,0.9143247),(0.6906992,0.9143247),(0.6822694,0.9143247),(0.6864849,0.9184357),(0.6822693,0.9184357),(0.6906992,0.9184357),(0.6949139,0.9143247),(0.6949139,0.9184357),(0.6780508,0.9060692),(0.6738272,0.9060692),(0.6738272,0.910201),(0.6780507,0.910201),(0.6695971,0.9060692),(0.6653587,0.9060692),(0.6653587,0.910201),(0.6695971,0.910201),(0.6695971,0.9143247),(0.6738272,0.9143247),(0.6653587,0.9143247),(0.6653587,0.9184357),(0.6695971,0.9184357),(0.6738272,0.9184357),(0.6780508,0.9143247),(0.6780507,0.9184357),(0.6611102,0.9060692),(0.6568571,0.9060692),(0.6568571,0.910201),(0.6611102,0.910201),(0.6526053,0.9060692),(0.6483604,0.9060692),(0.6483604,0.910201),(0.6526054,0.910201),(0.6526054,0.9143247),(0.6568571,0.9143247),(0.6483604,0.9143247),(0.6483604,0.9184357),(0.6526053,0.9184357),(0.6568571,0.9184357),(0.6611102,0.9143247),(0.6611102,0.9184357),(0.6441281,0.9060692),(0.6399043,0.9060692),(0.6399043,0.910201),(0.6441281,0.910201),(0.635685,0.9060692),(0.6314663,0.9060692),(0.6314663,0.910201),(0.635685,0.910201),(0.635685,0.9143247),(0.6399043,0.9143247),(0.6314663,0.9143247),(0.6314663,0.9184357),(0.635685,0.9184357),(0.6399043,0.9184357),(0.6441281,0.9143247),(0.6441281,0.9184357),(0.627244,0.9060692),(0.6230208,0.9060692),(0.6230209,0.910201),(0.627244,0.910201),(0.6187993,0.9060692),(0.6145822,0.9060692),(0.6145822,0.910201),(0.6187993,0.910201),(0.6187993,0.9143247),(0.6230208,0.9143247),(0.6145822,0.9143247),(0.6145822,0.9184357),(0.6187993,0.9184357),(0.6230209,0.9184357),(0.627244,0.9143247),(0.627244,0.9184357),(0.6103719,0.9060692),(0.6061606,0.9060692),(0.6061606,0.910201),(0.6103719,0.910201),(0.6019406,0.9060692),(0.5977041,0.9060692),(0.5977041,0.910201),(0.6019406,0.910201),(0.6019406,0.9143247),(0.6061606,0.9143247),(0.5977041,0.9143247),(0.5977041,0.9184357),(0.6019406,0.9184357),(0.6061606,0.9184357),(0.6103719,0.9143247),(0.6103719,0.9184357),(0.5934432,0.9060692),(0.589169,0.9060692),(0.589169,0.910201),(0.5934432,0.910201),(0.5848927,0.9060692),(0.5806257,0.9060692),(0.5806257,0.910201),(0.5848927,0.910201),(0.5848927,0.9143247),(0.589169,0.9143247),(0.5806257,0.9143247),(0.5806257,0.9184357),(0.5848927,0.9184357),(0.589169,0.9184357),(0.5934432,0.9143247),(0.5934432,0.9184357),(0.5763788,0.9060692),(0.572147,0.9060692),(0.572147,0.910201),(0.5763788,0.910201),(0.567925,0.9060692),(0.5637077,0.9060692),(0.567925,0.910201),(0.5637077,0.910201),(0.572147,0.9143247),(0.567925,0.9143247),(0.5637077,0.9143247),(0.567925,0.9184357),(0.5637077,0.9184357),(0.572147,0.9184357),(0.5763788,0.9143247),(0.5763788,0.9184357),(0.55949,0.9060692),(0.5552715,0.9060692),(0.55949,0.910201),(0.5552715,0.910201),(0.5510522,0.9060692),(0.5468317,0.9060692),(0.5510522,0.910201),(0.5468317,0.910201),(0.5510522,0.9143247),(0.5552715,0.9143247),(0.5468317,0.9143247),(0.5468317,0.9184357),(0.5510522,0.9184357),(0.5552715,0.9184357),(0.55949,0.9143247),(0.55949,0.9184357),(0.5426099,0.9060692),(0.5383899,0.9060692),(0.5426099,0.910201),(0.5383899,0.910201),(0.5341746,0.9060692),(0.5299669,0.9060692),(0.5341746,0.910201),(0.5299669,0.910201),(0.5341746,0.9143247),(0.5383899,0.9143247),(0.5299669,0.9143247),(0.529967,0.9184357),(0.5341746,0.9184357),(0.5383899,0.9184357),(0.5426099,0.9143247),(0.5426099,0.9184357),(0.52577,0.9060692),(0.5215818,0.9060692),(0.5215818,0.910201),(0.52577,0.910201),(0.5174,0.9060692),(0.5132228,0.9060692),(0.5132228,0.910201),(0.5174,0.910201),(0.5174,0.9143247),(0.5215818,0.9143247),(0.5132228,0.9143247),(0.5132228,0.9184357),(0.5174,0.9184357),(0.5215818,0.9184357),(0.52577,0.9143247),(0.52577,0.9184357),(0.5090478,0.9060692),(0.5048727,0.9060692),(0.5090478,0.910201),(0.5048727,0.910201),(0.5006949,0.9060692),(0.4965119,0.9060692),(0.5006949,0.910201),(0.4965119,0.910201),(0.5048727,0.9143247),(0.5006949,0.9143247),(0.4965119,0.9143247),(0.5006949,0.9184357),(0.4965119,0.9184357),(0.5048727,0.9184357),(0.5090478,0.9143247),(0.5090478,0.9184357),(0.4923214,0.9060692),(0.4881234,0.9060692),(0.4923214,0.910201),(0.4881234,0.910201),(0.4839184,0.9060692),(0.4797065,0.9060692),(0.4839184,0.910201),(0.4797065,0.910201),(0.4881234,0.9143247),(0.4839184,0.9143247),(0.4797065,0.9143247),(0.4839184,0.9184357),(0.4797064,0.9184357),(0.4881234,0.9184357),(0.4923214,0.9143247),(0.4923214,0.9184357),(0.4754879,0.9060692),(0.4712752,0.9060692),(0.4754879,0.910201),(0.4712752,0.910201),(0.4670808,0.9060692),(0.4629171,0.9060692),(0.4670808,0.910201),(0.4629171,0.910201),(0.4712752,0.9143247),(0.4670808,0.9143247),(0.4629171,0.9143247),(0.4670808,0.9184357),(0.4629171,0.9184357),(0.4712752,0.9184357),(0.4754879,0.9143247),(0.4754879,0.9184357),(0.4587967,0.9060692),(0.4547031,0.9060692),(0.4547031,0.910201),(0.4587967,0.910201),(0.4506197,0.9060692),(0.44653,0.9060692),(0.44653,0.910201),(0.4506197,0.910201),(0.4506197,0.9143247),(0.4547031,0.9143247),(0.44653,0.9143247),(0.44653,0.9184357),(0.4506197,0.9184357),(0.4547031,0.9184357),(0.4587967,0.9143247),(0.4587967,0.9184357),(0.4424174,0.9060692),(0.4382856,0.9060692),(0.4382856,0.910201),(0.4424174,0.910201),(0.4341379,0.9060692),(0.429978,0.9060692),(0.429978,0.910201),(0.4341379,0.910201),(0.4341379,0.9143247),(0.4382856,0.9143247),(0.429978,0.9143247),(0.429978,0.9184357),(0.4341379,0.9184357),(0.4382856,0.9184357),(0.4424174,0.9143247),(0.4424174,0.9184357),(0.4258092,0.9060692),(0.4216311,0.9060692),(0.4216312,0.910201),(0.4258092,0.910201),(0.4174434,0.9060692),(0.4132456,0.9060692),(0.4132456,0.910201),(0.4174434,0.910201),(0.4174434,0.9143247),(0.4216312,0.9143247),(0.4132456,0.9143247),(0.4132456,0.9184357),(0.4174434,0.9184357),(0.4216312,0.9184357),(0.4258092,0.9143247),(0.4258092,0.9184357),(0.4090372,0.9060692),(0.4048201,0.9060692),(0.4048201,0.910201),(0.4090372,0.910201),(0.4005963,0.9060692),(0.3963675,0.9060692),(0.4005963,0.910201),(0.3963675,0.910201),(0.4048201,0.9143247),(0.4005963,0.9143247),(0.3963675,0.9143247),(0.4005963,0.9184357),(0.3963675,0.9184357),(0.4048201,0.9184357),(0.4090372,0.9143247),(0.4090372,0.9184357),(0.3921357,0.9060692),(0.3879012,0.9060692),(0.3921357,0.910201),(0.3879012,0.910201),(0.3836642,0.9060692),(0.3794248,0.9060692),(0.3836642,0.910201),(0.3794249,0.910201),(0.3879012,0.9143247),(0.3836642,0.9143247),(0.3794248,0.9143247),(0.3836642,0.9184357),(0.3794248,0.9184357),(0.3879012,0.9184357),(0.3921357,0.9143247),(0.3921357,0.9184357),(0.3751834,0.9060692),(0.3709441,0.9060692),(0.3709441,0.910201),(0.3751834,0.910201),(0.3667112,0.9060692),(0.3624887,0.9060692),(0.3624887,0.910201),(0.3667112,0.910201),(0.3667112,0.9143247),(0.3709442,0.9143247),(0.3624887,0.9143247),(0.3624887,0.9184357),(0.3667112,0.9184357),(0.3709441,0.9184357),(0.3751834,0.9143247),(0.3751834,0.9184357),(0.358281,0.9060692),(0.3540821,0.9060692),(0.3540821,0.910201),(0.358281,0.910201),(0.3498864,0.9060692),(0.3456882,0.9060692),(0.3456882,0.910201),(0.3498864,0.910201),(0.3498864,0.9143247),(0.3540821,0.9143247),(0.3456882,0.9143247),(0.3456882,0.9184357),(0.3498864,0.9184357),(0.3540821,0.9184357),(0.3582809,0.9143247),(0.358281,0.9184357),(0.3414817,0.9060692),(0.3372694,0.9060692),(0.3372695,0.910201),(0.3414817,0.910201),(0.3330541,0.9060692),(0.3288383,0.9060692),(0.3288383,0.910201),(0.3330541,0.910201),(0.3330541,0.9143247),(0.3372695,0.9143247),(0.3288383,0.9143247),(0.3288383,0.9184357),(0.3330541,0.9184357),(0.3372695,0.9184357),(0.3414817,0.9143247),(0.3414817,0.9184357),(0.3246247,0.9060692),(0.3204179,0.9060692),(0.3204179,0.910201),(0.3246247,0.910201),(0.3162228,0.9060692),(0.3120441,0.9060692),(0.3120441,0.910201),(0.3162228,0.910201),(0.3162228,0.9143247),(0.3204179,0.9143247),(0.3120441,0.9143247),(0.3120441,0.9184357),(0.3162228,0.9184357),(0.3204179,0.9184357),(0.3246247,0.9143247),(0.3246247,0.9184357),(0.3078868,0.9060692),(0.3037427,0.9060692),(0.3037427,0.910201),(0.3078868,0.910201),(0.2996041,0.9060692),(0.2954631,0.9060692),(0.2996041,0.910201),(0.2954631,0.910201),(0.2996041,0.9143247),(0.3037428,0.9143247),(0.2954631,0.9143247),(0.2954631,0.9184357),(0.2996041,0.9184357),(0.3037427,0.9184357),(0.3078868,0.9143247),(0.3078868,0.9184357),(0.2913116,0.9060692),(0.2871543,0.9060692),(0.2871543,0.910201),(0.2913116,0.910201),(0.2829956,0.9060692),(0.2788399,0.9060692),(0.2829956,0.910201),(0.2788399,0.910201),(0.2829956,0.9143247),(0.2871543,0.9143247),(0.2788399,0.9143247),(0.2788399,0.9184357),(0.2829956,0.9184357),(0.2871543,0.9184357),(0.2913116,0.9143247),(0.2913116,0.9184357),(0.2746918,0.9060692),(0.2705556,0.9060692),(0.2746918,0.910201),(0.2705556,0.910201),(0.2664356,0.9060692),(0.262336,0.9060692),(0.2664356,0.910201),(0.262336,0.910201),(0.2705556,0.9143247),(0.2664356,0.9143247),(0.262336,0.9143247),(0.2664356,0.9184357),(0.262336,0.9184357),(0.2705556,0.9184357),(0.2746918,0.9143247),(0.2746918,0.9184357),(0.2582613,0.9060692),(0.254209,0.9060692),(0.2582613,0.910201),(0.254209,0.910201),(0.2501769,0.9060692),(0.2461624,0.9060692),(0.2501769,0.910201),(0.2461624,0.910201),(0.254209,0.9143247),(0.2501769,0.9143247),(0.2461624,0.9143247),(0.2501769,0.9184357),(0.2461624,0.9184357),(0.254209,0.9184357),(0.2582613,0.9143247),(0.2582613,0.9184357),(0.2421634,0.9060692),(0.238164,0.9060692),(0.2421634,0.910201),(0.238164,0.910201),(0.2341487,0.9060692),(0.2301017,0.9060692),(0.2341487,0.910201),(0.2301017,0.910201),(0.238164,0.9143247),(0.2341487,0.9143247),(0.2301017,0.9143247),(0.2341487,0.9184357),(0.2301017,0.9184357),(0.238164,0.9184357),(0.2421634,0.9143247),(0.2421634,0.9184357),(0.2260074,0.9060692),(0.2218787,0.9060692),(0.2260074,0.910201),(0.2218787,0.910201),(0.2177283,0.9060692),(0.2135691,0.9060692),(0.2177283,0.910201),(0.2135692,0.910201),(0.2218787,0.9143247),(0.2177283,0.9143247),(0.2135691,0.9143247),(0.2177283,0.9184357),(0.2135692,0.9184357),(0.2218787,0.9184357),(0.2260074,0.9143247),(0.2260074,0.9184357),(0.2094141,0.9060692),(0.2052627,0.9060692),(0.2094141,0.910201),(0.2052627,0.910201),(0.2011147,0.9060692),(0.1969699,0.9060692),(0.2011147,0.910201),(0.1969699,0.910201),(0.2052627,0.9143247),(0.2011147,0.9143247),(0.1969699,0.9143247),(0.2011147,0.9184357),(0.1969699,0.9184357),(0.2052627,0.9184357),(0.2094141,0.9143247),(0.2094141,0.9184357),(0.1928277,0.9060692),(0.1886888,0.9060692),(0.1928277,0.910201),(0.1886888,0.910201),(0.1845533,0.9060692),(0.1804218,0.9060692),(0.1845533,0.910201),(0.1804218,0.910201),(0.1886888,0.9143247),(0.1845533,0.9143247),(0.1804218,0.9143247),(0.1845533,0.9184357),(0.1804218,0.9184357),(0.1886888,0.9184357),(0.1928277,0.9143247),(0.1928277,0.9184357),(0.1762946,0.9060692),(0.1721701,0.9060692),(0.1762946,0.910201),(0.1721701,0.910201),(0.1680468,0.9060692),(0.163923,0.9060692),(0.1680468,0.910201),(0.163923,0.910201),(0.1721701,0.9143247),(0.1680468,0.9143247),(0.163923,0.9143247),(0.1680468,0.9184357),(0.163923,0.9184357),(0.1721701,0.9184357),(0.1762946,0.9143247),(0.1762946,0.9184357),(0.1597973,0.9060692),(0.1556691,0.9060692),(0.1597973,0.910201),(0.1556691,0.910201),(0.1515382,0.9060692),(0.1474041,0.9060692),(0.1515382,0.910201),(0.1474041,0.910201),(0.1556691,0.9143247),(0.1515382,0.9143247),(0.1474041,0.9143247),(0.1515382,0.9184357),(0.1474041,0.9184357),(0.1556691,0.9184357),(0.1597973,0.9143247),(0.1597973,0.9184357),(0.1432664,0.9060692),(0.1391259,0.9060692),(0.1432664,0.910201),(0.1391259,0.910201),(0.134983,0.9060692),(0.1308385,0.9060692),(0.134983,0.910201),(0.1308385,0.910201),(0.1391259,0.9143247),(0.134983,0.9143247),(0.1308385,0.9143247),(0.134983,0.9184357),(0.1308385,0.9184357),(0.1391259,0.9184357),(0.1432664,0.9143247),(0.1432664,0.9184357),(0.126693,0.9060692),(0.12255,0.9060692),(0.12255,0.910201),(0.126693,0.910201),(0.1184131,0.9060692),(0.1142857,0.9060692),(0.1142857,0.910201),(0.1184131,0.910201),(0.1184131,0.9143247),(0.12255,0.9143247),(0.1142857,0.9143247),(0.1184131,0.9184357),(0.1142857,0.9184357),(0.12255,0.9184357),(0.126693,0.9143247),(0.126693,0.9184357),(0.1101713,0.9060692),(0.1060752,0.9060692),(0.1060752,0.910201),(0.1101713,0.910201),(0.1020023,0.9060692),(0.09795791,0.9060692),(0.09795791,0.910201),(0.1020023,0.910201),(0.1020023,0.9143247),(0.1060752,0.9143247),(0.09795791,0.9143247),(0.09795791,0.9184357),(0.1020023,0.9184357),(0.1060752,0.9184357),(0.1101713,0.9143247),(0.1101713,0.9184357),(0.09394707,0.9060692),(0.08994583,0.9060692),(0.08994584,0.910201),(0.09394707,0.910201),(0.08593026,0.9060692),(0.08187638,0.9060692),(0.08187637,0.910201),(0.08593025,0.910201),(0.08593026,0.9143247),(0.08994584,0.9143247),(0.08187638,0.9143247),(0.08187638,0.9184357),(0.08593026,0.9184357),(0.08994584,0.9184357),(0.09394707,0.9143247),(0.09394707,0.9184357),(0.07776025,0.9060692),(0.07361087,0.9060692),(0.07361087,0.910201),(0.07776025,0.910201),(0.06945725,0.9060692),(0.06532837,0.9060692),(0.06532837,0.910201),(0.06945725,0.910201),(0.06945725,0.9143247),(0.07361087,0.9143247),(0.06532837,0.9143247),(0.06532837,0.9184357),(0.06945725,0.9184357),(0.07361087,0.9184357),(0.07776025,0.9143247),(0.07776025,0.9184357),(0.06125325,0.9060692),(0.05721605,0.9060692),(0.05721604,0.910201),(0.06125325,0.910201),(0.05320094,0.9060692),(0.0491921,0.9060692),(0.05320094,0.910201),(0.04919209,0.910201),(0.05320094,0.9143247),(0.05721605,0.9143247),(0.0491921,0.9143247),(0.05320094,0.9184357),(0.04919209,0.9184357),(0.05721605,0.9184357),(0.06125325,0.9143247),(0.06125325,0.9184357),(0.04517369,0.9060692),(0.04115105,0.9060692),(0.04517369,0.910201),(0.04115105,0.910201),(0.0371295,0.9060692),(0.03311438,0.9060692),(0.0371295,0.910201),(0.03311437,0.910201),(0.04115105,0.9143247),(0.0371295,0.9143247),(0.03311438,0.9143247),(0.0371295,0.9184357),(0.03311438,0.9184357),(0.04115105,0.9184357),(0.04517369,0.9143247),(0.04517369,0.9184357),(0.029111,0.9060692),(0.02511186,0.9060692),(0.029111,0.910201),(0.02511186,0.910201),(0.02110944,0.9060692),(0.01709622,0.9060692),(0.02110944,0.910201),(0.01709622,0.910201),(0.02511186,0.9143247),(0.02110944,0.9143247),(0.01709622,0.9143247),(0.02110944,0.9184357),(0.01709622,0.9184357),(0.02511186,0.9184357),(0.029111,0.9143247),(0.029111,0.9184357),(0.01306469,0.9060692),(0.009019421,0.906069),(0.009019421,0.9102014),(0.01306469,0.910201),(0.004965,0.9060686),(0.000906,0.906068),(0.000906,0.910205),(0.004965,0.910203),(0.004965,0.9143333),(0.009019421,0.9143268),(0.000906,0.914342),(0.000906,0.918479),(0.004965,0.9184487),(0.009019421,0.918439),(0.01306469,0.9143247),(0.01306469,0.9184357),(0.999094,0.9225467),(0.9951518,0.9225381),(0.9912093,0.9225316),(0.9912093,0.9266117),(0.9951518,0.9266129),(0.999094,0.9266145),(0.9872664,0.9225295),(0.983323,0.9225295),(0.983323,0.9266112),(0.9872664,0.9266112),(0.9872664,0.9306865),(0.9912093,0.930686),(0.983323,0.9306865),(0.983323,0.9347606),(0.9872664,0.9347606),(0.9912093,0.9347599),(0.9951518,0.9306844),(0.999094,0.9306822),(0.9951518,0.9347575),(0.999094,0.93475),(0.9793787,0.9225295),(0.9754275,0.9225295),(0.9754274,0.9266112),(0.9793787,0.9266112),(0.9714631,0.9225295),(0.9674796,0.9225295),(0.9674796,0.9266112),(0.9714631,0.9266112),(0.9714631,0.9306865),(0.9754274,0.9306865),(0.9674796,0.9306865),(0.9674796,0.9347606),(0.9714631,0.9347606),(0.9754274,0.9347606),(0.9793787,0.9306865),(0.9793787,0.9347606),(0.9634706,0.9225295),(0.9594426,0.9225295),(0.9594426,0.9266112),(0.9634707,0.9266112),(0.9554016,0.9225295),(0.9513539,0.9225295),(0.9513539,0.9266112),(0.9554016,0.9266112),(0.9554016,0.9306865),(0.9594426,0.9306865),(0.9513539,0.9306865),(0.9513539,0.9347606),(0.9554016,0.9347606),(0.9594425,0.9347606),(0.9634707,0.9306865),(0.9634706,0.9347606),(0.9473058,0.9225295),(0.9432498,0.9225295),(0.9432497,0.9266112),(0.9473058,0.9266112),(0.9391782,0.9225295),(0.9350839,0.9225295),(0.9350839,0.9266112),(0.9391783,0.9266112),(0.9391782,0.9306865),(0.9432497,0.9306865),(0.9350839,0.9306865),(0.9350839,0.9347606),(0.9391783,0.9347606),(0.9432497,0.9347606),(0.9473058,0.9306865),(0.9473058,0.9347606),(0.930959,0.9225295),(0.9268106,0.9225295),(0.9268106,0.9266112),(0.930959,0.9266112),(0.9226453,0.9225295),(0.9184701,0.9225295),(0.9184701,0.9266112),(0.9226453,0.9266112),(0.9226453,0.9306865),(0.9268106,0.9306865),(0.9184701,0.9306865),(0.9184701,0.9347606),(0.9226453,0.9347606),(0.9268106,0.9347606),(0.930959,0.9306865),(0.930959,0.9347606),(0.9142919,0.9225295),(0.910111,0.9225295),(0.9101109,0.9266112),(0.9142919,0.9266112),(0.9059278,0.9225295),(0.9017429,0.9225295),(0.9017429,0.9266112),(0.9059278,0.9266112),(0.9059278,0.9306865),(0.910111,0.9306865),(0.9017429,0.9306865),(0.9017428,0.9347606),(0.9059278,0.9347606),(0.9101109,0.9347606),(0.9142919,0.9306865),(0.9142919,0.9347606),(0.8975567,0.9225295),(0.8933688,0.9225295),(0.8933688,0.9266112),(0.8975567,0.9266112),(0.8891787,0.9225295),(0.8849859,0.9225295),(0.8849859,0.9266112),(0.8891788,0.9266112),(0.8891787,0.9306865),(0.8933688,0.9306865),(0.8849859,0.9306865),(0.8849859,0.9347606),(0.8891788,0.9347606),(0.8933688,0.9347606),(0.8975567,0.9306865),(0.8975567,0.9347606),(0.8807898,0.9225295),(0.8765806,0.9225295),(0.8765807,0.9266112),(0.8807898,0.9266112),(0.8723488,0.9225295),(0.8680845,0.9225295),(0.8680845,0.9266112),(0.8723488,0.9266112),(0.8723488,0.9306865),(0.8765806,0.9306865),(0.8680845,0.9306865),(0.8723488,0.9347606),(0.8680845,0.9347606),(0.8765806,0.9347606),(0.8807898,0.9306865),(0.8807898,0.9347606),(0.8637781,0.9225295),(0.8594491,0.9225295),(0.8594491,0.9266112),(0.8637781,0.9266112),(0.8551173,0.9225295),(0.8508024,0.9225295),(0.8508024,0.9266112),(0.8551173,0.9266112),(0.8551173,0.9306865),(0.8594491,0.9306865),(0.8508024,0.9306865),(0.8508024,0.9347606),(0.8551173,0.9347606),(0.859449,0.9347606),(0.8637781,0.9306865),(0.8637781,0.9347606),(0.846524,0.9225295),(0.8422731,0.9225295),(0.8422731,0.9266112),(0.846524,0.9266112),(0.8380403,0.9225295),(0.8338165,0.9225295),(0.8380403,0.9266112),(0.8338165,0.9266112),(0.8380403,0.9306865),(0.8422731,0.9306865),(0.8338165,0.9306865),(0.8338165,0.9347606),(0.8380404,0.9347606),(0.8422731,0.9347606),(0.846524,0.9306865),(0.846524,0.9347606),(0.8295926,0.9225295),(0.8253628,0.9225295),(0.8295926,0.9266112),(0.8253628,0.9266112),(0.8211217,0.9225295),(0.8168637,0.9225295),(0.8211217,0.9266112),(0.8168637,0.9266112),(0.8253628,0.9306865),(0.8211217,0.9306865),(0.8168637,0.9306865),(0.8211217,0.9347606),(0.8168637,0.9347606),(0.8253628,0.9347606),(0.8295926,0.9306865),(0.8295926,0.9347606),(0.8125832,0.9225295),(0.8082899,0.9225295),(0.8125832,0.9266112),(0.8082899,0.9266112),(0.8039935,0.9225295),(0.7997035,0.9225295),(0.8039935,0.9266112),(0.7997035,0.9266112),(0.8082899,0.9306865),(0.8039935,0.9306865),(0.7997035,0.9306865),(0.8039935,0.9347606),(0.7997035,0.9347606),(0.8082899,0.9347606),(0.8125832,0.9306865),(0.8125832,0.9347606),(0.7954297,0.9225295),(0.7911757,0.9225295),(0.7911757,0.9266112),(0.7954297,0.9266112),(0.7869452,0.9225295),(0.7827417,0.9225295),(0.7827417,0.9266112),(0.7869452,0.9266112),(0.7869452,0.9306865),(0.7911757,0.9306865),(0.7827417,0.9306865),(0.7827417,0.9347606),(0.7869452,0.9347606),(0.7911757,0.9347606),(0.7954297,0.9306865),(0.7954297,0.9347606),(0.7785689,0.9225295),(0.7744211,0.9225295),(0.7744212,0.9266112),(0.7785689,0.9266112),(0.7702925,0.9225295),(0.7661775,0.9225295),(0.7661775,0.9266112),(0.7702925,0.9266112),(0.7702925,0.9306865),(0.7744212,0.9306865),(0.7661775,0.9306865),(0.7661775,0.9347606),(0.7702925,0.9347606),(0.7744212,0.9347606),(0.778569,0.9306865),(0.778569,0.9347606),(0.7620703,0.9225295),(0.757961,0.9225295),(0.757961,0.9266112),(0.7620703,0.9266112),(0.7538399,0.9225295),(0.7496969,0.9225295),(0.7496969,0.9266112),(0.7538399,0.9266112),(0.7538399,0.9306865),(0.757961,0.9306865),(0.7496969,0.9306865),(0.7496969,0.9347606),(0.7538399,0.9347606),(0.757961,0.9347606),(0.7620703,0.9306865),(0.7620703,0.9347606),(0.7455223,0.9225295),(0.7413244,0.9225295),(0.7413245,0.9266112),(0.7455223,0.9266112),(0.7371117,0.9225295),(0.7328922,0.9225295),(0.7328923,0.9266112),(0.7371117,0.9266112),(0.7371117,0.9306865),(0.7413245,0.9306865),(0.7328922,0.9306865),(0.7328922,0.9347606),(0.7371117,0.9347606),(0.7413245,0.9347606),(0.7455223,0.9306865),(0.7455223,0.9347606),(0.7286744,0.9225295),(0.7244572,0.9225295),(0.7244572,0.9266112),(0.7286744,0.9266112),(0.7202395,0.9225295),(0.71602,0.9225295),(0.7202395,0.9266112),(0.71602,0.9266112),(0.7244572,0.9306865),(0.7202395,0.9306865),(0.71602,0.9306865),(0.7202394,0.9347606),(0.71602,0.9347606),(0.7244572,0.9347606),(0.7286744,0.9306865),(0.7286744,0.9347606),(0.7117977,0.9225295),(0.7075742,0.9225295),(0.7117977,0.9266112),(0.7075742,0.9266112),(0.7033514,0.9225295),(0.6991307,0.9225295),(0.7033514,0.9266112),(0.6991307,0.9266112),(0.7075742,0.9306865),(0.7033514,0.9306865),(0.6991307,0.9306865),(0.7033514,0.9347606),(0.6991307,0.9347606),(0.7075742,0.9347606),(0.7117977,0.9306865),(0.7117977,0.9347606),(0.6949139,0.9225295),(0.6906992,0.9225295),(0.6949139,0.9266112),(0.6906992,0.9266112),(0.6864849,0.9225295),(0.6822694,0.9225295),(0.6822693,0.9266112),(0.6864849,0.9266112),(0.6864849,0.9306865),(0.6906992,0.9306865),(0.6822694,0.9306865),(0.6822693,0.9347606),(0.6864849,0.9347606),(0.6906992,0.9347606),(0.6949139,0.9306865),(0.6949139,0.9347606),(0.6780508,0.9225295),(0.6738272,0.9225295),(0.6738272,0.9266112),(0.6780507,0.9266112),(0.6695971,0.9225295),(0.6653587,0.9225295),(0.6653587,0.9266112),(0.6695971,0.9266112),(0.6695971,0.9306865),(0.6738272,0.9306865),(0.6653587,0.9306865),(0.6653587,0.9347606),(0.6695971,0.9347606),(0.6738272,0.9347606),(0.6780508,0.9306865),(0.6780507,0.9347606),(0.6611102,0.9225295),(0.6568571,0.9225295),(0.6568571,0.9266112),(0.6611102,0.9266112),(0.6526053,0.9225295),(0.6483604,0.9225295),(0.6483604,0.9266112),(0.6526054,0.9266112),(0.6526054,0.9306865),(0.6568571,0.9306865),(0.6483604,0.9306865),(0.6483604,0.9347606),(0.6526053,0.9347606),(0.6568571,0.9347606),(0.6611102,0.9306865),(0.6611102,0.9347606),(0.6441281,0.9225295),(0.6399043,0.9225295),(0.6399043,0.9266112),(0.6441281,0.9266112),(0.635685,0.9225295),(0.6314663,0.9225295),(0.6314663,0.9266112),(0.635685,0.9266112),(0.635685,0.9306865),(0.6399043,0.9306865),(0.6314663,0.9306865),(0.6314663,0.9347606),(0.635685,0.9347606),(0.6399043,0.9347606),(0.6441281,0.9306865),(0.6441281,0.9347606),(0.627244,0.9225295),(0.6230208,0.9225295),(0.6230209,0.9266112),(0.627244,0.9266112),(0.6187993,0.9225295),(0.6145822,0.9225295),(0.6145822,0.9266112),(0.6187993,0.9266112),(0.6187993,0.9306865),(0.6230208,0.9306865),(0.6145822,0.9306865),(0.6145822,0.9347606),(0.6187993,0.9347606),(0.6230209,0.9347606),(0.627244,0.9306865),(0.627244,0.9347606),(0.6103719,0.9225295),(0.6061606,0.9225295),(0.6061606,0.9266112),(0.6103719,0.9266112),(0.6019406,0.9225295),(0.5977041,0.9225295),(0.6019406,0.9266112),(0.5977041,0.9266112),(0.6061606,0.9306865),(0.6019406,0.9306865),(0.5977041,0.9306865),(0.6019406,0.9347606),(0.5977041,0.9347606),(0.6061606,0.9347606),(0.6103719,0.9306865),(0.6103719,0.9347606),(0.5934432,0.9225295),(0.589169,0.9225295),(0.5934432,0.9266112),(0.589169,0.9266112),(0.5848927,0.9225295),(0.5806257,0.9225295),(0.5806257,0.9266112),(0.5848927,0.9266112),(0.589169,0.9306865),(0.5848927,0.9306865),(0.5806257,0.9306865),(0.5806257,0.9347606),(0.5848927,0.9347606),(0.589169,0.9347606),(0.5934432,0.9306865),(0.5934432,0.9347606),(0.5763788,0.9225295),(0.572147,0.9225295),(0.572147,0.9266112),(0.5763788,0.9266112),(0.567925,0.9225295),(0.5637077,0.9225295),(0.567925,0.9266112),(0.5637077,0.9266112),(0.567925,0.9306865),(0.572147,0.9306865),(0.5637077,0.9306865),(0.5637077,0.9347606),(0.567925,0.9347606),(0.572147,0.9347606),(0.5763788,0.9306865),(0.5763788,0.9347606),(0.55949,0.9225295),(0.5552715,0.9225295),(0.5552715,0.9266112),(0.55949,0.9266112),(0.5510522,0.9225295),(0.5468317,0.9225295),(0.5468317,0.9266112),(0.5510522,0.9266112),(0.5510522,0.9306865),(0.5552715,0.9306865),(0.5468317,0.9306865),(0.5468317,0.9347606),(0.5510522,0.9347606),(0.5552715,0.9347606),(0.55949,0.9306865),(0.55949,0.9347606),(0.5426099,0.9225295),(0.5383899,0.9225295),(0.5383899,0.9266112),(0.5426099,0.9266112),(0.5341746,0.9225295),(0.5299669,0.9225295),(0.5299669,0.9266112),(0.5341746,0.9266112),(0.5341746,0.9306865),(0.5383899,0.9306865),(0.5299669,0.9306865),(0.529967,0.9347606),(0.5341746,0.9347606),(0.5383899,0.9347606),(0.5426099,0.9306865),(0.5426099,0.9347606),(0.52577,0.9225295),(0.5215818,0.9225295),(0.5215818,0.9266112),(0.52577,0.9266112),(0.5174,0.9225295),(0.5132228,0.9225295),(0.5132228,0.9266112),(0.5174,0.9266112),(0.5174,0.9306865),(0.5215818,0.9306865),(0.5132228,0.9306865),(0.5132228,0.9347606),(0.5174,0.9347606),(0.5215818,0.9347606),(0.52577,0.9306865),(0.52577,0.9347606),(0.5090478,0.9225295),(0.5048727,0.9225295),(0.5090478,0.9266112),(0.5048727,0.9266112),(0.5006949,0.9225295),(0.4965119,0.9225295),(0.5006949,0.9266112),(0.4965119,0.9266112),(0.5048727,0.9306865),(0.5006949,0.9306865),(0.4965119,0.9306865),(0.5006949,0.9347606),(0.4965119,0.9347606),(0.5048727,0.9347606),(0.5090478,0.9306865),(0.5090478,0.9347606),(0.4923214,0.9225295),(0.4881234,0.9225295),(0.4923214,0.9266112),(0.4881234,0.9266112),(0.4839184,0.9225295),(0.4797065,0.9225295),(0.4839184,0.9266112),(0.4797065,0.9266112),(0.4881234,0.9306865),(0.4839184,0.9306865),(0.4797065,0.9306865),(0.4839184,0.9347606),(0.4797064,0.9347606),(0.4881234,0.9347606),(0.4923214,0.9306865),(0.4923214,0.9347606),(0.4754879,0.9225295),(0.4712752,0.9225295),(0.4754879,0.9266112),(0.4712752,0.9266112),(0.4670808,0.9225295),(0.4629171,0.9225295),(0.4670808,0.9266112),(0.4629171,0.9266112),(0.4712752,0.9306865),(0.4670808,0.9306865),(0.4629171,0.9306865),(0.4670808,0.9347606),(0.4629171,0.9347606),(0.4712752,0.9347606),(0.4754879,0.9306865),(0.4754879,0.9347606),(0.4587967,0.9225295),(0.4547031,0.9225295),(0.4547031,0.9266112),(0.4587967,0.9266112),(0.4506197,0.9225295),(0.44653,0.9225295),(0.44653,0.9266112),(0.4506197,0.9266112),(0.4506197,0.9306865),(0.4547031,0.9306865),(0.44653,0.9306865),(0.44653,0.9347606),(0.4506197,0.9347606),(0.4547031,0.9347606),(0.4587967,0.9306865),(0.4587967,0.9347606),(0.4424174,0.9225295),(0.4382856,0.9225295),(0.4382856,0.9266112),(0.4424174,0.9266112),(0.4341379,0.9225295),(0.429978,0.9225295),(0.429978,0.9266112),(0.4341379,0.9266112),(0.4341379,0.9306865),(0.4382856,0.9306865),(0.429978,0.9306865),(0.429978,0.9347606),(0.4341379,0.9347606),(0.4382856,0.9347606),(0.4424174,0.9306865),(0.4424174,0.9347606),(0.4258092,0.9225295),(0.4216311,0.9225295),(0.4216312,0.9266112),(0.4258092,0.9266112),(0.4174434,0.9225295),(0.4132456,0.9225295),(0.4132456,0.9266112),(0.4174434,0.9266112),(0.4174434,0.9306865),(0.4216312,0.9306865),(0.4132456,0.9306865),(0.4132456,0.9347606),(0.4174434,0.9347606),(0.4216312,0.9347606),(0.4258092,0.9306865),(0.4258092,0.9347606),(0.4090372,0.9225295),(0.4048201,0.9225295),(0.4090372,0.9266112),(0.4048201,0.9266112),(0.4005963,0.9225295),(0.3963675,0.9225295),(0.4005963,0.9266112),(0.3963675,0.9266112),(0.4048201,0.9306865),(0.4005963,0.9306865),(0.3963675,0.9306865),(0.4005963,0.9347606),(0.3963675,0.9347606),(0.4048201,0.9347606),(0.4090372,0.9306865),(0.4090372,0.9347606),(0.3921357,0.9225295),(0.3879012,0.9225295),(0.3921357,0.9266112),(0.3879012,0.9266112),(0.3836642,0.9225295),(0.3794248,0.9225295),(0.3836642,0.9266112),(0.3794249,0.9266112),(0.3879012,0.9306865),(0.3836642,0.9306865),(0.3794248,0.9306865),(0.3794248,0.9347606),(0.3836642,0.9347606),(0.3879012,0.9347606),(0.3921357,0.9306865),(0.3921357,0.9347606),(0.3751834,0.9225295),(0.3709441,0.9225295),(0.3709441,0.9266112),(0.3751834,0.9266112),(0.3667112,0.9225295),(0.3624887,0.9225295),(0.3624887,0.9266112),(0.3667112,0.9266112),(0.3667112,0.9306865),(0.3709442,0.9306865),(0.3624887,0.9306865),(0.3624887,0.9347606),(0.3667112,0.9347606),(0.3709441,0.9347606),(0.3751834,0.9306865),(0.3751834,0.9347606),(0.358281,0.9225295),(0.3540821,0.9225295),(0.3540821,0.9266112),(0.358281,0.9266112),(0.3498864,0.9225295),(0.3456882,0.9225295),(0.3456882,0.9266112),(0.3498864,0.9266112),(0.3498864,0.9306865),(0.3540821,0.9306865),(0.3456882,0.9306865),(0.3456882,0.9347606),(0.3498864,0.9347606),(0.3540821,0.9347606),(0.3582809,0.9306865),(0.358281,0.9347606),(0.3414817,0.9225295),(0.3372694,0.9225295),(0.3372695,0.9266112),(0.3414817,0.9266112),(0.3330541,0.9225295),(0.3288383,0.9225295),(0.3288383,0.9266112),(0.3330541,0.9266112),(0.3330541,0.9306865),(0.3372695,0.9306865),(0.3288383,0.9306865),(0.3288383,0.9347606),(0.3330541,0.9347606),(0.3372695,0.9347606),(0.3414817,0.9306865),(0.3414817,0.9347606),(0.3246247,0.9225295),(0.3204179,0.9225295),(0.3204179,0.9266112),(0.3246247,0.9266112),(0.3162228,0.9225295),(0.3120441,0.9225295),(0.3120441,0.9266112),(0.3162228,0.9266112),(0.3162228,0.9306865),(0.3204179,0.9306865),(0.3120441,0.9306865),(0.3120441,0.9347606),(0.3162228,0.9347606),(0.3204179,0.9347606),(0.3246247,0.9306865),(0.3246247,0.9347606),(0.3078868,0.9225295),(0.3037427,0.9225295),(0.3037427,0.9266112),(0.3078868,0.9266112),(0.2996041,0.9225295),(0.2954631,0.9225295),(0.2954631,0.9266112),(0.2996041,0.9266112),(0.2996041,0.9306865),(0.3037428,0.9306865),(0.2954631,0.9306865),(0.2954631,0.9347606),(0.2996041,0.9347606),(0.3037427,0.9347606),(0.3078868,0.9306865),(0.3078868,0.9347606),(0.2913116,0.9225295),(0.2871543,0.9225295),(0.2871543,0.9266112),(0.2913116,0.9266112),(0.2829956,0.9225295),(0.2788399,0.9225295),(0.2788399,0.9266112),(0.2829956,0.9266112),(0.2829956,0.9306865),(0.2871543,0.9306865),(0.2788399,0.9306865),(0.2788399,0.9347606),(0.2829956,0.9347606),(0.2871543,0.9347606),(0.2913116,0.9306865),(0.2913116,0.9347606),(0.2746918,0.9225295),(0.2705556,0.9225295),(0.2705556,0.9266112),(0.2746918,0.9266112),(0.2664356,0.9225295),(0.262336,0.9225295),(0.2664356,0.9266112),(0.262336,0.9266112),(0.2664356,0.9306865),(0.2705556,0.9306865),(0.262336,0.9306865),(0.2664356,0.9347606),(0.262336,0.9347606),(0.2705556,0.9347606),(0.2746918,0.9306865),(0.2746918,0.9347606),(0.2582613,0.9225295),(0.254209,0.9225295),(0.2582613,0.9266112),(0.254209,0.9266112),(0.2501769,0.9225295),(0.2461624,0.9225295),(0.2501769,0.9266112),(0.2461624,0.9266112),(0.254209,0.9306865),(0.2501769,0.9306865),(0.2461624,0.9306865),(0.2501769,0.9347606),(0.2461624,0.9347606),(0.254209,0.9347606),(0.2582613,0.9306865),(0.2582613,0.9347606),(0.2421634,0.9225295),(0.238164,0.9225295),(0.2421634,0.9266112),(0.238164,0.9266112),(0.2341487,0.9225295),(0.2301017,0.9225295),(0.2341487,0.9266112),(0.2301017,0.9266112),(0.238164,0.9306865),(0.2341487,0.9306865),(0.2301017,0.9306865),(0.2341487,0.9347606),(0.2301017,0.9347606),(0.238164,0.9347606),(0.2421634,0.9306865),(0.2421634,0.9347606),(0.2260074,0.9225295),(0.2218787,0.9225295),(0.2260074,0.9266112),(0.2218787,0.9266112),(0.2177283,0.9225295),(0.2135691,0.9225295),(0.2177283,0.9266112),(0.2135692,0.9266112),(0.2218787,0.9306865),(0.2177283,0.9306865),(0.2135691,0.9306865),(0.2177283,0.9347606),(0.2135692,0.9347606),(0.2218787,0.9347606),(0.2260074,0.9306865),(0.2260074,0.9347606),(0.2094141,0.9225295),(0.2052627,0.9225295),(0.2094141,0.9266112),(0.2052627,0.9266112),(0.2011147,0.9225295),(0.1969699,0.9225295),(0.2011147,0.9266112),(0.1969699,0.9266112),(0.2052627,0.9306865),(0.2011147,0.9306865),(0.1969699,0.9306865),(0.2011147,0.9347606),(0.1969699,0.9347606),(0.2052627,0.9347606),(0.2094141,0.9306865),(0.2094141,0.9347606),(0.1928277,0.9225295),(0.1886888,0.9225295),(0.1928277,0.9266112),(0.1886888,0.9266112),(0.1845533,0.9225295),(0.1804218,0.9225295),(0.1845533,0.9266112),(0.1804218,0.9266112),(0.1886888,0.9306865),(0.1845533,0.9306865),(0.1804218,0.9306865),(0.1845533,0.9347606),(0.1804218,0.9347606),(0.1886888,0.9347606),(0.1928277,0.9306865),(0.1928277,0.9347606),(0.1762946,0.9225295),(0.1721701,0.9225295),(0.1762946,0.9266112),(0.1721701,0.9266112),(0.1680468,0.9225295),(0.163923,0.9225295),(0.1680468,0.9266112),(0.163923,0.9266112),(0.1721701,0.9306865),(0.1680468,0.9306865),(0.163923,0.9306865),(0.1680468,0.9347606),(0.163923,0.9347606),(0.1721701,0.9347606),(0.1762946,0.9306865),(0.1762946,0.9347606),(0.1597973,0.9225295),(0.1556691,0.9225295),(0.1597973,0.9266112),(0.1556691,0.9266112),(0.1515382,0.9225295),(0.1474041,0.9225295),(0.1515382,0.9266112),(0.1474041,0.9266112),(0.1556691,0.9306865),(0.1515382,0.9306865),(0.1474041,0.9306865),(0.1515382,0.9347606),(0.1474041,0.9347606),(0.1556691,0.9347606),(0.1597973,0.9306865),(0.1597973,0.9347606),(0.1432664,0.9225295),(0.1391259,0.9225295),(0.1432664,0.9266112),(0.1391259,0.9266112),(0.134983,0.9225295),(0.1308385,0.9225295),(0.134983,0.9266112),(0.1308385,0.9266112),(0.1391259,0.9306865),(0.134983,0.9306865),(0.1308385,0.9306865),(0.134983,0.9347606),(0.1308385,0.9347606),(0.1391259,0.9347606),(0.1432664,0.9306865),(0.1432664,0.9347606),(0.126693,0.9225295),(0.12255,0.9225295),(0.126693,0.9266112),(0.12255,0.9266112),(0.1184131,0.9225295),(0.1142857,0.9225295),(0.1184131,0.9266112),(0.1142857,0.9266112),(0.12255,0.9306865),(0.1184131,0.9306865),(0.1142857,0.9306865),(0.1184131,0.9347606),(0.1142857,0.9347606),(0.12255,0.9347606),(0.126693,0.9306865),(0.126693,0.9347606),(0.1101713,0.9225295),(0.1060752,0.9225295),(0.1101713,0.9266112),(0.1060752,0.9266112),(0.1020023,0.9225295),(0.09795791,0.9225295),(0.1020023,0.9266112),(0.09795791,0.9266112),(0.1060752,0.9306865),(0.1020023,0.9306865),(0.09795791,0.9306865),(0.1020023,0.9347606),(0.09795791,0.9347606),(0.1060752,0.9347606),(0.1101713,0.9306865),(0.1101713,0.9347606),(0.09394707,0.9225295),(0.08994583,0.9225295),(0.09394707,0.9266112),(0.08994584,0.9266112),(0.08593026,0.9225295),(0.08187638,0.9225295),(0.08593025,0.9266112),(0.08187637,0.9266112),(0.08994584,0.9306865),(0.08593026,0.9306865),(0.08187638,0.9306865),(0.08593026,0.9347606),(0.08187638,0.9347606),(0.08994584,0.9347606),(0.09394707,0.9306865),(0.09394707,0.9347606),(0.07776025,0.9225295),(0.07361087,0.9225295),(0.07361087,0.9266112),(0.07776025,0.9266112),(0.06945725,0.9225295),(0.06532837,0.9225295),(0.06532837,0.9266112),(0.06945725,0.9266112),(0.06945725,0.9306865),(0.07361087,0.9306865),(0.06532837,0.9306865),(0.06532837,0.9347606),(0.06945725,0.9347606),(0.07361087,0.9347606),(0.07776025,0.9306865),(0.07776025,0.9347606),(0.06125325,0.9225295),(0.05721605,0.9225295),(0.05721604,0.9266112),(0.06125325,0.9266112),(0.05320094,0.9225295),(0.0491921,0.9225295),(0.04919209,0.9266112),(0.05320094,0.9266112),(0.05320094,0.9306865),(0.05721605,0.9306865),(0.0491921,0.9306865),(0.04919209,0.9347606),(0.05320094,0.9347606),(0.05721605,0.9347606),(0.06125325,0.9306865),(0.06125325,0.9347606),(0.04517369,0.9225295),(0.04115105,0.9225295),(0.04115105,0.9266112),(0.04517369,0.9266112),(0.0371295,0.9225295),(0.03311438,0.9225295),(0.0371295,0.9266112),(0.03311437,0.9266112),(0.0371295,0.9306865),(0.04115105,0.9306865),(0.03311438,0.9306865),(0.03311438,0.9347606),(0.0371295,0.9347606),(0.04115105,0.9347606),(0.04517369,0.9306865),(0.04517369,0.9347606),(0.029111,0.9225295),(0.02511186,0.9225295),(0.029111,0.9266112),(0.02511186,0.9266112),(0.02110944,0.9225295),(0.01709622,0.9225295),(0.02110944,0.9266112),(0.01709622,0.9266112),(0.02110944,0.9306865),(0.02511186,0.9306865),(0.01709622,0.9306865),(0.01709622,0.9347606),(0.02110944,0.9347606),(0.02511186,0.9347606),(0.029111,0.9306865),(0.029111,0.9347606),(0.01306469,0.9225295),(0.009019421,0.9225316),(0.009019421,0.9266117),(0.01306469,0.9266112),(0.004965,0.9225381),(0.000906,0.9225467),(0.000906,0.9266145),(0.004965,0.9266129),(0.004965,0.9306844),(0.009019421,0.930686),(0.000906,0.9306822),(0.000906,0.93475),(0.004965,0.9347575),(0.009019421,0.9347599),(0.01306469,0.9306865),(0.01306469,0.9347606),(0.9951518,0.9388369),(0.999094,0.9388347),(0.9912093,0.9388385),(0.9912093,0.9429196),(0.9951518,0.9429196),(0.999094,0.9429195),(0.9872664,0.938839),(0.983323,0.938839),(0.983323,0.9429196),(0.9872664,0.9429196),(0.9872664,0.9470006),(0.9912093,0.947001),(0.983323,0.9470006),(0.9872664,0.9510798),(0.983323,0.9510798),(0.9912093,0.9510804),(0.999094,0.9470043),(0.9951518,0.9470024),(0.9951518,0.9510825),(0.999094,0.951089),(0.9793787,0.938839),(0.9754275,0.938839),(0.9754274,0.9429196),(0.9793787,0.9429196),(0.9714631,0.938839),(0.9674796,0.938839),(0.9674796,0.9429196),(0.9714631,0.9429196),(0.9714631,0.9470006),(0.9754274,0.9470006),(0.9674796,0.9470006),(0.9674796,0.9510798),(0.9714631,0.9510798),(0.9754274,0.9510798),(0.9793787,0.9470006),(0.9793787,0.9510798),(0.9634706,0.938839),(0.9594426,0.938839),(0.9594426,0.9429196),(0.9634707,0.9429196),(0.9554016,0.938839),(0.9513539,0.938839),(0.9513539,0.9429196),(0.9554016,0.9429196),(0.9554016,0.9470006),(0.9594426,0.9470006),(0.9513539,0.9470006),(0.9513539,0.9510798),(0.9554016,0.9510798),(0.9594425,0.9510798),(0.9634707,0.9470006),(0.9634706,0.9510798),(0.9473058,0.938839),(0.9432498,0.938839),(0.9432497,0.9429196),(0.9473058,0.9429196),(0.9391782,0.938839),(0.9350839,0.938839),(0.9350839,0.9429196),(0.9391783,0.9429196),(0.9391782,0.9470006),(0.9432497,0.9470006),(0.9350839,0.9470006),(0.9350839,0.9510798),(0.9391783,0.9510798),(0.9432497,0.9510798),(0.9473058,0.9470006),(0.9473058,0.9510798),(0.930959,0.938839),(0.9268106,0.938839),(0.9268106,0.9429196),(0.930959,0.9429196),(0.9226453,0.938839),(0.9184701,0.938839),(0.9184701,0.9429196),(0.9226453,0.9429196),(0.9226453,0.9470006),(0.9268106,0.9470006),(0.9184701,0.9470006),(0.9184701,0.9510798),(0.9226453,0.9510798),(0.9268106,0.9510798),(0.930959,0.9470006),(0.930959,0.9510798),(0.9142919,0.938839),(0.910111,0.938839),(0.9101109,0.9429196),(0.9142919,0.9429196),(0.9059278,0.938839),(0.9017429,0.938839),(0.9017429,0.9429196),(0.9059278,0.9429196),(0.9059278,0.9470006),(0.910111,0.9470006),(0.9017429,0.9470006),(0.9017428,0.9510798),(0.9059278,0.9510798),(0.9101109,0.9510798),(0.9142919,0.9470006),(0.9142919,0.9510798),(0.8975567,0.938839),(0.8933688,0.938839),(0.8933688,0.9429196),(0.8975567,0.9429196),(0.8891787,0.938839),(0.8849859,0.938839),(0.8849859,0.9429196),(0.8891788,0.9429196),(0.8891787,0.9470006),(0.8933688,0.9470006),(0.8849859,0.9470006),(0.8849859,0.9510798),(0.8891788,0.9510798),(0.8933688,0.9510798),(0.8975567,0.9470006),(0.8975567,0.9510798),(0.8807898,0.938839),(0.8765806,0.938839),(0.8807898,0.9429196),(0.8765807,0.9429196),(0.8723488,0.938839),(0.8680845,0.938839),(0.8723488,0.9429196),(0.8680845,0.9429196),(0.8765806,0.9470006),(0.8723488,0.9470006),(0.8680845,0.9470006),(0.8723488,0.9510798),(0.8680845,0.9510798),(0.8765806,0.9510798),(0.8807898,0.9470006),(0.8807898,0.9510798),(0.8637781,0.938839),(0.8594491,0.938839),(0.8594491,0.9429196),(0.8637781,0.9429196),(0.8551173,0.938839),(0.8508024,0.938839),(0.8508024,0.9429196),(0.8551173,0.9429196),(0.8551173,0.9470006),(0.8594491,0.9470006),(0.8508024,0.9470006),(0.8551173,0.9510798),(0.8508024,0.9510798),(0.859449,0.9510798),(0.8637781,0.9470006),(0.8637781,0.9510798),(0.846524,0.938839),(0.8422731,0.938839),(0.8422731,0.9429196),(0.846524,0.9429196),(0.8380403,0.938839),(0.8338165,0.938839),(0.8338165,0.9429196),(0.8380403,0.9429196),(0.8380403,0.9470006),(0.8422731,0.9470006),(0.8338165,0.9470006),(0.8338165,0.9510798),(0.8380404,0.9510798),(0.8422731,0.9510798),(0.846524,0.9470006),(0.846524,0.9510798),(0.8295926,0.938839),(0.8253628,0.938839),(0.8253628,0.9429196),(0.8295926,0.9429196),(0.8211217,0.938839),(0.8168637,0.938839),(0.8211217,0.9429196),(0.8168637,0.9429196),(0.8211217,0.9470006),(0.8253628,0.9470006),(0.8168637,0.9470006),(0.8211217,0.9510798),(0.8168637,0.9510798),(0.8253628,0.9510798),(0.8295926,0.9470006),(0.8295926,0.9510798),(0.8125832,0.938839),(0.8082899,0.938839),(0.8125832,0.9429196),(0.8082899,0.9429196),(0.8039935,0.938839),(0.7997035,0.938839),(0.8039935,0.9429196),(0.7997035,0.9429196),(0.8082899,0.9470006),(0.8039935,0.9470006),(0.7997035,0.9470006),(0.8039935,0.9510798),(0.7997035,0.9510798),(0.8082899,0.9510798),(0.8125832,0.9470006),(0.8125832,0.9510798),(0.7954297,0.938839),(0.7911757,0.938839),(0.7954297,0.9429196),(0.7911757,0.9429196),(0.7869452,0.938839),(0.7827417,0.938839),(0.7869452,0.9429196),(0.7827417,0.9429196),(0.7911757,0.9470006),(0.7869452,0.9470006),(0.7827417,0.9470006),(0.7869452,0.9510798),(0.7827417,0.9510798),(0.7911757,0.9510798),(0.7954297,0.9470006),(0.7954297,0.9510798),(0.7785689,0.938839),(0.7744211,0.938839),(0.7744212,0.9429196),(0.7785689,0.9429196),(0.7702925,0.938839),(0.7661775,0.938839),(0.7661775,0.9429196),(0.7702925,0.9429196),(0.7702925,0.9470006),(0.7744212,0.9470006),(0.7661775,0.9470006),(0.7702925,0.9510798),(0.7661775,0.9510798),(0.7744212,0.9510798),(0.778569,0.9470006),(0.778569,0.9510798),(0.7620703,0.938839),(0.757961,0.938839),(0.7620703,0.9429196),(0.757961,0.9429196),(0.7538399,0.938839),(0.7496969,0.938839),(0.7496969,0.9429196),(0.7538399,0.9429196),(0.7538399,0.9470006),(0.757961,0.9470006),(0.7496969,0.9470006),(0.7496969,0.9510798),(0.7538399,0.9510798),(0.757961,0.9510798),(0.7620703,0.9470006),(0.7620703,0.9510798),(0.7455223,0.938839),(0.7413244,0.938839),(0.7413245,0.9429196),(0.7455223,0.9429196),(0.7371117,0.938839),(0.7328922,0.938839),(0.7328923,0.9429196),(0.7371117,0.9429196),(0.7371117,0.9470006),(0.7413245,0.9470006),(0.7328922,0.9470006),(0.7328922,0.9510798),(0.7371117,0.9510798),(0.7413245,0.9510798),(0.7455223,0.9470006),(0.7455223,0.9510798),(0.7286744,0.938839),(0.7244572,0.938839),(0.7286744,0.9429196),(0.7244572,0.9429196),(0.7202395,0.938839),(0.71602,0.938839),(0.7202395,0.9429196),(0.71602,0.9429196),(0.7244572,0.9470006),(0.7202395,0.9470006),(0.71602,0.9470006),(0.7202394,0.9510798),(0.71602,0.9510798),(0.7244572,0.9510798),(0.7286744,0.9470006),(0.7286744,0.9510798),(0.7117977,0.938839),(0.7075742,0.938839),(0.7117977,0.9429196),(0.7075742,0.9429196),(0.7033514,0.938839),(0.6991307,0.938839),(0.6991307,0.9429196),(0.7033514,0.9429196),(0.7075742,0.9470006),(0.7033514,0.9470006),(0.6991307,0.9470006),(0.6991307,0.9510798),(0.7033514,0.9510798),(0.7075742,0.9510798),(0.7117977,0.9470006),(0.7117977,0.9510798),(0.6949139,0.938839),(0.6906992,0.938839),(0.6906992,0.9429196),(0.6949139,0.9429196),(0.6864849,0.938839),(0.6822694,0.938839),(0.6822693,0.9429196),(0.6864849,0.9429196),(0.6864849,0.9470006),(0.6906992,0.9470006),(0.6822694,0.9470006),(0.6822693,0.9510798),(0.6864849,0.9510798),(0.6906992,0.9510798),(0.6949139,0.9470006),(0.6949139,0.9510798),(0.6780508,0.938839),(0.6738272,0.938839),(0.6738272,0.9429196),(0.6780507,0.9429196),(0.6695971,0.938839),(0.6653587,0.938839),(0.6653587,0.9429196),(0.6695971,0.9429196),(0.6695971,0.9470006),(0.6738272,0.9470006),(0.6653587,0.9470006),(0.6653587,0.9510798),(0.6695971,0.9510798),(0.6738272,0.9510798),(0.6780508,0.9470006),(0.6780507,0.9510798),(0.6611102,0.938839),(0.6568571,0.938839),(0.6568571,0.9429196),(0.6611102,0.9429196),(0.6526053,0.938839),(0.6483604,0.938839),(0.6483604,0.9429196),(0.6526054,0.9429196),(0.6526054,0.9470006),(0.6568571,0.9470006),(0.6483604,0.9470006),(0.6483604,0.9510798),(0.6526053,0.9510798),(0.6568571,0.9510798),(0.6611102,0.9470006),(0.6611102,0.9510798),(0.6441281,0.938839),(0.6399043,0.938839),(0.6399043,0.9429196),(0.6441281,0.9429196),(0.635685,0.938839),(0.6314663,0.938839),(0.6314663,0.9429196),(0.635685,0.9429196),(0.635685,0.9470006),(0.6399043,0.9470006),(0.6314663,0.9470006),(0.6314663,0.9510798),(0.635685,0.9510798),(0.6399043,0.9510798),(0.6441281,0.9470006),(0.6441281,0.9510798),(0.627244,0.938839),(0.6230208,0.938839),(0.6230209,0.9429196),(0.627244,0.9429196),(0.6187993,0.938839),(0.6145822,0.938839),(0.6145822,0.9429196),(0.6187993,0.9429196),(0.6187993,0.9470006),(0.6230208,0.9470006),(0.6145822,0.9470006),(0.6145822,0.9510798),(0.6187993,0.9510798),(0.6230209,0.9510798),(0.627244,0.9470006),(0.627244,0.9510798),(0.6103719,0.938839),(0.6061606,0.938839),(0.6061606,0.9429196),(0.6103719,0.9429196),(0.6019406,0.938839),(0.5977041,0.938839),(0.6019406,0.9429196),(0.5977041,0.9429196),(0.6019406,0.9470006),(0.6061606,0.9470006),(0.5977041,0.9470006),(0.5977041,0.9510798),(0.6019406,0.9510798),(0.6061606,0.9510798),(0.6103719,0.9470006),(0.6103719,0.9510798),(0.5934432,0.938839),(0.589169,0.938839),(0.5934432,0.9429196),(0.589169,0.9429196),(0.5848927,0.938839),(0.5806257,0.938839),(0.5806257,0.9429196),(0.5848927,0.9429196),(0.5848927,0.9470006),(0.589169,0.9470006),(0.5806257,0.9470006),(0.5806257,0.9510798),(0.5848927,0.9510798),(0.589169,0.9510798),(0.5934432,0.9470006),(0.5934432,0.9510798),(0.5763788,0.938839),(0.572147,0.938839),(0.572147,0.9429196),(0.5763788,0.9429196),(0.567925,0.938839),(0.5637077,0.938839),(0.5637077,0.9429196),(0.567925,0.9429196),(0.567925,0.9470006),(0.572147,0.9470006),(0.5637077,0.9470006),(0.5637077,0.9510798),(0.567925,0.9510798),(0.572147,0.9510798),(0.5763788,0.9470006),(0.5763788,0.9510798),(0.55949,0.938839),(0.5552715,0.938839),(0.5552715,0.9429196),(0.55949,0.9429196),(0.5510522,0.938839),(0.5468317,0.938839),(0.5468317,0.9429196),(0.5510522,0.9429196),(0.5510522,0.9470006),(0.5552715,0.9470006),(0.5468317,0.9470006),(0.5468317,0.9510798),(0.5510522,0.9510798),(0.5552715,0.9510798),(0.55949,0.9470006),(0.55949,0.9510798),(0.5426099,0.938839),(0.5383899,0.938839),(0.5383899,0.9429196),(0.5426099,0.9429196),(0.5341746,0.938839),(0.5299669,0.938839),(0.5299669,0.9429196),(0.5341746,0.9429196),(0.5341746,0.9470006),(0.5383899,0.9470006),(0.5299669,0.9470006),(0.529967,0.9510798),(0.5341746,0.9510798),(0.5383899,0.9510798),(0.5426099,0.9470006),(0.5426099,0.9510798),(0.52577,0.938839),(0.5215818,0.938839),(0.5215818,0.9429196),(0.52577,0.9429196),(0.5174,0.938839),(0.5132228,0.938839),(0.5174,0.9429196),(0.5132228,0.9429196),(0.5174,0.9470006),(0.5215818,0.9470006),(0.5132228,0.9470006),(0.5132228,0.9510798),(0.5174,0.9510798),(0.5215818,0.9510798),(0.52577,0.9470006),(0.52577,0.9510798),(0.5090478,0.938839),(0.5048727,0.938839),(0.5090478,0.9429196),(0.5048727,0.9429196),(0.5006949,0.938839),(0.4965119,0.938839),(0.5006949,0.9429196),(0.4965119,0.9429196),(0.5048727,0.9470006),(0.5006949,0.9470006),(0.4965119,0.9470006),(0.5006949,0.9510798),(0.4965119,0.9510798),(0.5048727,0.9510798),(0.5090478,0.9470006),(0.5090478,0.9510798),(0.4923214,0.938839),(0.4881234,0.938839),(0.4923214,0.9429196),(0.4881234,0.9429196),(0.4839184,0.938839),(0.4797065,0.938839),(0.4839184,0.9429196),(0.4797065,0.9429196),(0.4881234,0.9470006),(0.4839184,0.9470006),(0.4797065,0.9470006),(0.4839184,0.9510798),(0.4797064,0.9510798),(0.4881234,0.9510798),(0.4923214,0.9470006),(0.4923214,0.9510798),(0.4754879,0.938839),(0.4712752,0.938839),(0.4754879,0.9429196),(0.4712752,0.9429196),(0.4670808,0.938839),(0.4629171,0.938839),(0.4670808,0.9429196),(0.4629171,0.9429196),(0.4712752,0.9470006),(0.4670808,0.9470006),(0.4629171,0.9470006),(0.4670808,0.9510798),(0.4629171,0.9510798),(0.4712752,0.9510798),(0.4754879,0.9470006),(0.4754879,0.9510798),(0.4587967,0.938839),(0.4547031,0.938839),(0.4587967,0.9429196),(0.4547031,0.9429196),(0.4506197,0.938839),(0.44653,0.938839),(0.44653,0.9429196),(0.4506197,0.9429196),(0.4547031,0.9470006),(0.4506197,0.9470006),(0.44653,0.9470006),(0.4506197,0.9510798),(0.44653,0.9510798),(0.4547031,0.9510798),(0.4587967,0.9470006),(0.4587967,0.9510798),(0.4424174,0.938839),(0.4382856,0.938839),(0.4382856,0.9429196),(0.4424174,0.9429196),(0.4341379,0.938839),(0.429978,0.938839),(0.429978,0.9429196),(0.4341379,0.9429196),(0.4341379,0.9470006),(0.4382856,0.9470006),(0.429978,0.9470006),(0.429978,0.9510798),(0.4341379,0.9510798),(0.4382856,0.9510798),(0.4424174,0.9470006),(0.4424174,0.9510798),(0.4258092,0.938839),(0.4216311,0.938839),(0.4216312,0.9429196),(0.4258092,0.9429196),(0.4174434,0.938839),(0.4132456,0.938839),(0.4174434,0.9429196),(0.4132456,0.9429196),(0.4216312,0.9470006),(0.4174434,0.9470006),(0.4132456,0.9470006),(0.4174434,0.9510798),(0.4132456,0.9510798),(0.4216312,0.9510798),(0.4258092,0.9470006),(0.4258092,0.9510798),(0.4090372,0.938839),(0.4048201,0.938839),(0.4090372,0.9429196),(0.4048201,0.9429196),(0.4005963,0.938839),(0.3963675,0.938839),(0.4005963,0.9429196),(0.3963675,0.9429196),(0.4048201,0.9470006),(0.4005963,0.9470006),(0.3963675,0.9470006),(0.3963675,0.9510798),(0.4005963,0.9510798),(0.4048201,0.9510798),(0.4090372,0.9470006),(0.4090372,0.9510798),(0.3921357,0.938839),(0.3879012,0.938839),(0.3921357,0.9429196),(0.3879012,0.9429196),(0.3836642,0.938839),(0.3794248,0.938839),(0.3794249,0.9429196),(0.3836642,0.9429196),(0.3836642,0.9470006),(0.3879012,0.9470006),(0.3794248,0.9470006),(0.3794248,0.9510798),(0.3836642,0.9510798),(0.3879012,0.9510798),(0.3921357,0.9470006),(0.3921357,0.9510798),(0.3751834,0.938839),(0.3709441,0.938839),(0.3709441,0.9429196),(0.3751834,0.9429196),(0.3667112,0.938839),(0.3624887,0.938839),(0.3624887,0.9429196),(0.3667112,0.9429196),(0.3667112,0.9470006),(0.3709442,0.9470006),(0.3624887,0.9470006),(0.3624887,0.9510798),(0.3667112,0.9510798),(0.3709441,0.9510798),(0.3751834,0.9470006),(0.3751834,0.9510798),(0.358281,0.938839),(0.3540821,0.938839),(0.3540821,0.9429196),(0.358281,0.9429196),(0.3498864,0.938839),(0.3456882,0.938839),(0.3456882,0.9429196),(0.3498864,0.9429196),(0.3498864,0.9470006),(0.3540821,0.9470006),(0.3456882,0.9470006),(0.3456882,0.9510798),(0.3498864,0.9510798),(0.3540821,0.9510798),(0.3582809,0.9470006),(0.358281,0.9510798),(0.3414817,0.938839),(0.3372694,0.938839),(0.3372695,0.9429196),(0.3414817,0.9429196),(0.3330541,0.938839),(0.3288383,0.938839),(0.3288383,0.9429196),(0.3330541,0.9429196),(0.3330541,0.9470006),(0.3372695,0.9470006),(0.3288383,0.9470006),(0.3288383,0.9510798),(0.3330541,0.9510798),(0.3372695,0.9510798),(0.3414817,0.9470006),(0.3414817,0.9510798),(0.3246247,0.938839),(0.3204179,0.938839),(0.3204179,0.9429196),(0.3246247,0.9429196),(0.3162228,0.938839),(0.3120441,0.938839),(0.3120441,0.9429196),(0.3162228,0.9429196),(0.3162228,0.9470006),(0.3204179,0.9470006),(0.3120441,0.9470006),(0.3120441,0.9510798),(0.3162228,0.9510798),(0.3204179,0.9510798),(0.3246247,0.9470006),(0.3246247,0.9510798),(0.3078868,0.938839),(0.3037427,0.938839),(0.3037427,0.9429196),(0.3078868,0.9429196),(0.2996041,0.938839),(0.2954631,0.938839),(0.2954631,0.9429196),(0.2996041,0.9429196),(0.2996041,0.9470006),(0.3037428,0.9470006),(0.2954631,0.9470006),(0.2954631,0.9510798),(0.2996041,0.9510798),(0.3037427,0.9510798),(0.3078868,0.9470006),(0.3078868,0.9510798),(0.2913116,0.938839),(0.2871543,0.938839),(0.2871543,0.9429196),(0.2913116,0.9429196),(0.2829956,0.938839),(0.2788399,0.938839),(0.2788399,0.9429196),(0.2829956,0.9429196),(0.2829956,0.9470006),(0.2871543,0.9470006),(0.2788399,0.9470006),(0.2788399,0.9510798),(0.2829956,0.9510798),(0.2871543,0.9510798),(0.2913116,0.9470006),(0.2913116,0.9510798),(0.2746918,0.938839),(0.2705556,0.938839),(0.2705556,0.9429196),(0.2746918,0.9429196),(0.2664356,0.938839),(0.262336,0.938839),(0.262336,0.9429196),(0.2664356,0.9429196),(0.2664356,0.9470006),(0.2705556,0.9470006),(0.262336,0.9470006),(0.262336,0.9510798),(0.2664356,0.9510798),(0.2705556,0.9510798),(0.2746918,0.9470006),(0.2746918,0.9510798),(0.2582613,0.938839),(0.254209,0.938839),(0.2582613,0.9429196),(0.254209,0.9429196),(0.2501769,0.938839),(0.2461624,0.938839),(0.2501769,0.9429196),(0.2461624,0.9429196),(0.254209,0.9470006),(0.2501769,0.9470006),(0.2461624,0.9470006),(0.2501769,0.9510798),(0.2461624,0.9510798),(0.254209,0.9510798),(0.2582613,0.9470006),(0.2582613,0.9510798),(0.2421634,0.938839),(0.238164,0.938839),(0.2421634,0.9429196),(0.238164,0.9429196),(0.2341487,0.938839),(0.2301017,0.938839),(0.2341487,0.9429196),(0.2301017,0.9429196),(0.238164,0.9470006),(0.2341487,0.9470006),(0.2301017,0.9470006),(0.2341487,0.9510798),(0.2301017,0.9510798),(0.238164,0.9510798),(0.2421634,0.9470006),(0.2421634,0.9510798),(0.2260074,0.938839),(0.2218787,0.938839),(0.2260074,0.9429196),(0.2218787,0.9429196),(0.2177283,0.938839),(0.2135691,0.938839),(0.2177283,0.9429196),(0.2135692,0.9429196),(0.2218787,0.9470006),(0.2177283,0.9470006),(0.2135691,0.9470006),(0.2177283,0.9510798),(0.2135692,0.9510798),(0.2218787,0.9510798),(0.2260074,0.9470006),(0.2260074,0.9510798),(0.2094141,0.938839),(0.2052627,0.938839),(0.2094141,0.9429196),(0.2052627,0.9429196),(0.2011147,0.938839),(0.1969699,0.938839),(0.2011147,0.9429196),(0.1969699,0.9429196),(0.2052627,0.9470006),(0.2011147,0.9470006),(0.1969699,0.9470006),(0.2011147,0.9510798),(0.1969699,0.9510798),(0.2052627,0.9510798),(0.2094141,0.9470006),(0.2094141,0.9510798),(0.1928277,0.938839),(0.1886888,0.938839),(0.1928277,0.9429196),(0.1886888,0.9429196),(0.1845533,0.938839),(0.1804218,0.938839),(0.1845533,0.9429196),(0.1804218,0.9429196),(0.1886888,0.9470006),(0.1845533,0.9470006),(0.1804218,0.9470006),(0.1845533,0.9510798),(0.1804218,0.9510798),(0.1886888,0.9510798),(0.1928277,0.9470006),(0.1928277,0.9510798),(0.1762946,0.938839),(0.1721701,0.938839),(0.1762946,0.9429196),(0.1721701,0.9429196),(0.1680468,0.938839),(0.163923,0.938839),(0.1680468,0.9429196),(0.163923,0.9429196),(0.1721701,0.9470006),(0.1680468,0.9470006),(0.163923,0.9470006),(0.1680468,0.9510798),(0.163923,0.9510798),(0.1721701,0.9510798),(0.1762946,0.9470006),(0.1762946,0.9510798),(0.1597973,0.938839),(0.1556691,0.938839),(0.1597973,0.9429196),(0.1556691,0.9429196),(0.1515382,0.938839),(0.1474041,0.938839),(0.1515382,0.9429196),(0.1474041,0.9429196),(0.1556691,0.9470006),(0.1515382,0.9470006),(0.1474041,0.9470006),(0.1515382,0.9510798),(0.1474041,0.9510798),(0.1556691,0.9510798),(0.1597973,0.9470006),(0.1597973,0.9510798),(0.1432664,0.938839),(0.1391259,0.938839),(0.1432664,0.9429196),(0.1391259,0.9429196),(0.134983,0.938839),(0.1308385,0.938839),(0.134983,0.9429196),(0.1308385,0.9429196),(0.1391259,0.9470006),(0.134983,0.9470006),(0.1308385,0.9470006),(0.134983,0.9510798),(0.1308385,0.9510798),(0.1391259,0.9510798),(0.1432664,0.9470006),(0.1432664,0.9510798),(0.126693,0.938839),(0.12255,0.938839),(0.126693,0.9429196),(0.12255,0.9429196),(0.1184131,0.938839),(0.1142857,0.938839),(0.1184131,0.9429196),(0.1142857,0.9429196),(0.12255,0.9470006),(0.1184131,0.9470006),(0.1142857,0.9470006),(0.1184131,0.9510798),(0.1142857,0.9510798),(0.12255,0.9510798),(0.126693,0.9470006),(0.126693,0.9510798),(0.1101713,0.938839),(0.1060752,0.938839),(0.1101713,0.9429196),(0.1060752,0.9429196),(0.1020023,0.938839),(0.09795791,0.938839),(0.1020023,0.9429196),(0.09795791,0.9429196),(0.1060752,0.9470006),(0.1020023,0.9470006),(0.09795791,0.9470006),(0.1020023,0.9510798),(0.09795791,0.9510798),(0.1060752,0.9510798),(0.1101713,0.9470006),(0.1101713,0.9510798),(0.09394707,0.938839),(0.08994583,0.938839),(0.09394707,0.9429196),(0.08994584,0.9429196),(0.08593026,0.938839),(0.08187638,0.938839),(0.08187637,0.9429196),(0.08593025,0.9429196),(0.08994584,0.9470006),(0.08593026,0.9470006),(0.08187638,0.9470006),(0.08593026,0.9510798),(0.08187638,0.9510798),(0.08994584,0.9510798),(0.09394707,0.9470006),(0.09394707,0.9510798),(0.07776025,0.938839),(0.07361087,0.938839),(0.07361087,0.9429196),(0.07776025,0.9429196),(0.06945725,0.938839),(0.06532837,0.938839),(0.06532837,0.9429196),(0.06945725,0.9429196),(0.06945725,0.9470006),(0.07361087,0.9470006),(0.06532837,0.9470006),(0.06532837,0.9510798),(0.06945725,0.9510798),(0.07361087,0.9510798),(0.07776025,0.9470006),(0.07776025,0.9510798),(0.06125325,0.938839),(0.05721605,0.938839),(0.05721604,0.9429196),(0.06125325,0.9429196),(0.05320094,0.938839),(0.0491921,0.938839),(0.04919209,0.9429196),(0.05320094,0.9429196),(0.05320094,0.9470006),(0.05721605,0.9470006),(0.0491921,0.9470006),(0.04919209,0.9510798),(0.05320094,0.9510798),(0.05721605,0.9510798),(0.06125325,0.9470006),(0.06125325,0.9510798),(0.04517369,0.938839),(0.04115105,0.938839),(0.04115105,0.9429196),(0.04517369,0.9429196),(0.0371295,0.938839),(0.03311438,0.938839),(0.03311437,0.9429196),(0.0371295,0.9429196),(0.0371295,0.9470006),(0.04115105,0.9470006),(0.03311438,0.9470006),(0.03311438,0.9510798),(0.0371295,0.9510798),(0.04115105,0.9510798),(0.04517369,0.9470006),(0.04517369,0.9510798),(0.029111,0.938839),(0.02511186,0.938839),(0.02511186,0.9429196),(0.029111,0.9429196),(0.02110944,0.938839),(0.01709622,0.938839),(0.01709622,0.9429196),(0.02110944,0.9429196),(0.02511186,0.9470006),(0.02110944,0.9470006),(0.01709622,0.9470006),(0.02110944,0.9510798),(0.01709622,0.9510798),(0.02511186,0.9510798),(0.029111,0.9470006),(0.029111,0.9510798),(0.01306469,0.938839),(0.009019421,0.9388385),(0.009019421,0.9429196),(0.01306469,0.9429196),(0.004965,0.9388369),(0.000906,0.9388347),(0.000906,0.9429195),(0.004965,0.9429196),(0.004965,0.9470024),(0.009019421,0.947001),(0.000906,0.9470043),(0.000906,0.951089),(0.004965,0.9510825),(0.009019421,0.9510804),(0.01306469,0.9470006),(0.01306469,0.9510798),(0.999094,0.955159),(0.9951518,0.9551572),(0.9912093,0.9551558),(0.9951518,0.9592288),(0.9912093,0.9592286),(0.999094,0.959229),(0.9872664,0.9551553),(0.983323,0.9551553),(0.9872664,0.9592285),(0.983323,0.9592285),(0.9912093,0.9633005),(0.9872664,0.9633008),(0.983323,0.9633008),(0.9872664,0.9673734),(0.983323,0.9673734),(0.9912093,0.9673731),(0.9951518,0.9632999),(0.999094,0.963299),(0.9951518,0.9673721),(0.999094,0.967369),(0.9793787,0.9551553),(0.9754275,0.9551553),(0.9793787,0.9592285),(0.9754274,0.9592285),(0.9714631,0.9551553),(0.9674796,0.9551553),(0.9674796,0.9592285),(0.9714631,0.9592285),(0.9714631,0.9633008),(0.9754274,0.9633008),(0.9674796,0.9633008),(0.9674796,0.9673734),(0.9714631,0.9673734),(0.9754274,0.9673734),(0.9793787,0.9633008),(0.9793787,0.9673734),(0.9634706,0.9551553),(0.9594426,0.9551553),(0.9594426,0.9592285),(0.9634707,0.9592285),(0.9554016,0.9551553),(0.9513539,0.9551553),(0.9513539,0.9592285),(0.9554016,0.9592285),(0.9554016,0.9633008),(0.9594426,0.9633008),(0.9513539,0.9633008),(0.9513539,0.9673734),(0.9554016,0.9673734),(0.9594425,0.9673734),(0.9634707,0.9633008),(0.9634706,0.9673734),(0.9473058,0.9551553),(0.9432498,0.9551553),(0.9432497,0.9592285),(0.9473058,0.9592285),(0.9391782,0.9551553),(0.9350839,0.9551553),(0.9350839,0.9592285),(0.9391783,0.9592285),(0.9391782,0.9633008),(0.9432497,0.9633008),(0.9350839,0.9633008),(0.9350839,0.9673734),(0.9391783,0.9673734),(0.9432497,0.9673734),(0.9473058,0.9633008),(0.9473058,0.9673734),(0.930959,0.9551553),(0.9268106,0.9551553),(0.9268106,0.9592285),(0.930959,0.9592285),(0.9226453,0.9551553),(0.9184701,0.9551553),(0.9184701,0.9592285),(0.9226453,0.9592285),(0.9226453,0.9633008),(0.9268106,0.9633008),(0.9184701,0.9633008),(0.9184701,0.9673734),(0.9226453,0.9673734),(0.9268106,0.9673734),(0.930959,0.9633008),(0.930959,0.9673734),(0.9142919,0.9551553),(0.910111,0.9551553),(0.9101109,0.9592285),(0.9142919,0.9592285),(0.9059278,0.9551553),(0.9017429,0.9551553),(0.9017429,0.9592285),(0.9059278,0.9592285),(0.9059278,0.9633008),(0.910111,0.9633008),(0.9017429,0.9633008),(0.9017428,0.9673734),(0.9059278,0.9673734),(0.9101109,0.9673734),(0.9142919,0.9633008),(0.9142919,0.9673734),(0.8975567,0.9551553),(0.8933688,0.9551553),(0.8933688,0.9592285),(0.8975567,0.9592285),(0.8891787,0.9551553),(0.8849859,0.9551553),(0.8849859,0.9592285),(0.8891788,0.9592285),(0.8891787,0.9633008),(0.8933688,0.9633008),(0.8849859,0.9633008),(0.8891788,0.9673734),(0.8849859,0.9673734),(0.8933688,0.9673734),(0.8975567,0.9633008),(0.8975567,0.9673734),(0.8807898,0.9551553),(0.8765806,0.9551553),(0.8807898,0.9592285),(0.8765807,0.9592285),(0.8723488,0.9551553),(0.8680845,0.9551553),(0.8723488,0.9592285),(0.8680845,0.9592285),(0.8765806,0.9633008),(0.8723488,0.9633008),(0.8680845,0.9633008),(0.8723488,0.9673734),(0.8680845,0.9673734),(0.8765806,0.9673734),(0.8807898,0.9633008),(0.8807898,0.9673734),(0.8637781,0.9551553),(0.8594491,0.9551553),(0.8637781,0.9592285),(0.8594491,0.9592285),(0.8551173,0.9551553),(0.8508024,0.9551553),(0.8551173,0.9592285),(0.8508024,0.9592285),(0.8594491,0.9633008),(0.8551173,0.9633008),(0.8508024,0.9633008),(0.8551173,0.9673734),(0.8508024,0.9673734),(0.859449,0.9673734),(0.8637781,0.9633008),(0.8637781,0.9673734),(0.846524,0.9551553),(0.8422731,0.9551553),(0.8422731,0.9592285),(0.846524,0.9592285),(0.8380403,0.9551553),(0.8338165,0.9551553),(0.8338165,0.9592285),(0.8380403,0.9592285),(0.8380403,0.9633008),(0.8422731,0.9633008),(0.8338165,0.9633008),(0.8338165,0.9673734),(0.8380404,0.9673734),(0.8422731,0.9673734),(0.846524,0.9633008),(0.846524,0.9673734),(0.8295926,0.9551553),(0.8253628,0.9551553),(0.8253628,0.9592285),(0.8295926,0.9592285),(0.8211217,0.9551553),(0.8168637,0.9551553),(0.8168637,0.9592285),(0.8211217,0.9592285),(0.8211217,0.9633008),(0.8253628,0.9633008),(0.8168637,0.9633008),(0.8168637,0.9673734),(0.8211217,0.9673734),(0.8253628,0.9673734),(0.8295926,0.9633008),(0.8295926,0.9673734),(0.8125832,0.9551553),(0.8082899,0.9551553),(0.8125832,0.9592285),(0.8082899,0.9592285),(0.8039935,0.9551553),(0.7997035,0.9551553),(0.8039935,0.9592285),(0.7997035,0.9592285),(0.8082899,0.9633008),(0.8039935,0.9633008),(0.7997035,0.9633008),(0.8039935,0.9673734),(0.7997035,0.9673734),(0.8082899,0.9673734),(0.8125832,0.9633008),(0.8125832,0.9673734),(0.7954297,0.9551553),(0.7911757,0.9551553),(0.7954297,0.9592285),(0.7911757,0.9592285),(0.7869452,0.9551553),(0.7827417,0.9551553),(0.7869452,0.9592285),(0.7827417,0.9592285),(0.7911757,0.9633008),(0.7869452,0.9633008),(0.7827417,0.9633008),(0.7869452,0.9673734),(0.7827417,0.9673734),(0.7911757,0.9673734),(0.7954297,0.9633008),(0.7954297,0.9673734),(0.7785689,0.9551553),(0.7744211,0.9551553),(0.7785689,0.9592285),(0.7744212,0.9592285),(0.7702925,0.9551553),(0.7661775,0.9551553),(0.7661775,0.9592285),(0.7702925,0.9592285),(0.7744212,0.9633008),(0.7702925,0.9633008),(0.7661775,0.9633008),(0.7661775,0.9673734),(0.7702925,0.9673734),(0.7744212,0.9673734),(0.778569,0.9633008),(0.778569,0.9673734),(0.7620703,0.9551553),(0.757961,0.9551553),(0.757961,0.9592285),(0.7620703,0.9592285),(0.7538399,0.9551553),(0.7496969,0.9551553),(0.7496969,0.9592285),(0.7538399,0.9592285),(0.7538399,0.9633008),(0.757961,0.9633008),(0.7496969,0.9633008),(0.7496969,0.9673734),(0.7538399,0.9673734),(0.757961,0.9673734),(0.7620703,0.9633008),(0.7620703,0.9673734),(0.7455223,0.9551553),(0.7413244,0.9551553),(0.7413245,0.9592285),(0.7455223,0.9592285),(0.7371117,0.9551553),(0.7328922,0.9551553),(0.7328923,0.9592285),(0.7371117,0.9592285),(0.7371117,0.9633008),(0.7413245,0.9633008),(0.7328922,0.9633008),(0.7328922,0.9673734),(0.7371117,0.9673734),(0.7413245,0.9673734),(0.7455223,0.9633008),(0.7455223,0.9673734),(0.7286744,0.9551553),(0.7244572,0.9551553),(0.7244572,0.9592285),(0.7286744,0.9592285),(0.7202395,0.9551553),(0.71602,0.9551553),(0.71602,0.9592285),(0.7202395,0.9592285),(0.7202395,0.9633008),(0.7244572,0.9633008),(0.71602,0.9633008),(0.71602,0.9673734),(0.7202394,0.9673734),(0.7244572,0.9673734),(0.7286744,0.9633008),(0.7286744,0.9673734),(0.7117977,0.9551553),(0.7075742,0.9551553),(0.7075742,0.9592285),(0.7117977,0.9592285),(0.7033514,0.9551553),(0.6991307,0.9551553),(0.6991307,0.9592285),(0.7033514,0.9592285),(0.7033514,0.9633008),(0.7075742,0.9633008),(0.6991307,0.9633008),(0.6991307,0.9673734),(0.7033514,0.9673734),(0.7075742,0.9673734),(0.7117977,0.9633008),(0.7117977,0.9673734),(0.6949139,0.9551553),(0.6906992,0.9551553),(0.6906992,0.9592285),(0.6949139,0.9592285),(0.6864849,0.9551553),(0.6822694,0.9551553),(0.6822693,0.9592285),(0.6864849,0.9592285),(0.6864849,0.9633008),(0.6906992,0.9633008),(0.6822694,0.9633008),(0.6822693,0.9673734),(0.6864849,0.9673734),(0.6906992,0.9673734),(0.6949139,0.9633008),(0.6949139,0.9673734),(0.6780508,0.9551553),(0.6738272,0.9551553),(0.6738272,0.9592285),(0.6780507,0.9592285),(0.6695971,0.9551553),(0.6653587,0.9551553),(0.6653587,0.9592285),(0.6695971,0.9592285),(0.6695971,0.9633008),(0.6738272,0.9633008),(0.6653587,0.9633008),(0.6653587,0.9673734),(0.6695971,0.9673734),(0.6738272,0.9673734),(0.6780508,0.9633008),(0.6780507,0.9673734),(0.6611102,0.9551553),(0.6568571,0.9551553),(0.6568571,0.9592285),(0.6611102,0.9592285),(0.6526053,0.9551553),(0.6483604,0.9551553),(0.6483604,0.9592285),(0.6526054,0.9592285),(0.6526054,0.9633008),(0.6568571,0.9633008),(0.6483604,0.9633008),(0.6483604,0.9673734),(0.6526053,0.9673734),(0.6568571,0.9673734),(0.6611102,0.9633008),(0.6611102,0.9673734),(0.6441281,0.9551553),(0.6399043,0.9551553),(0.6399043,0.9592285),(0.6441281,0.9592285),(0.635685,0.9551553),(0.6314663,0.9551553),(0.6314663,0.9592285),(0.635685,0.9592285),(0.635685,0.9633008),(0.6399043,0.9633008),(0.6314663,0.9633008),(0.6314663,0.9673734),(0.635685,0.9673734),(0.6399043,0.9673734),(0.6441281,0.9633008),(0.6441281,0.9673734),(0.627244,0.9551553),(0.6230208,0.9551553),(0.6230209,0.9592285),(0.627244,0.9592285),(0.6187993,0.9551553),(0.6145822,0.9551553),(0.6145822,0.9592285),(0.6187993,0.9592285),(0.6187993,0.9633008),(0.6230208,0.9633008),(0.6145822,0.9633008),(0.6145822,0.9673734),(0.6187993,0.9673734),(0.6230209,0.9673734),(0.627244,0.9633008),(0.627244,0.9673734),(0.6103719,0.9551553),(0.6061606,0.9551553),(0.6061606,0.9592285),(0.6103719,0.9592285),(0.6019406,0.9551553),(0.5977041,0.9551553),(0.5977041,0.9592285),(0.6019406,0.9592285),(0.6019406,0.9633008),(0.6061606,0.9633008),(0.5977041,0.9633008),(0.5977041,0.9673734),(0.6019406,0.9673734),(0.6061606,0.9673734),(0.6103719,0.9633008),(0.6103719,0.9673734),(0.5934432,0.9551553),(0.589169,0.9551553),(0.589169,0.9592285),(0.5934432,0.9592285),(0.5848927,0.9551553),(0.5806257,0.9551553),(0.5806257,0.9592285),(0.5848927,0.9592285),(0.5848927,0.9633008),(0.589169,0.9633008),(0.5806257,0.9633008),(0.5806257,0.9673734),(0.5848927,0.9673734),(0.589169,0.9673734),(0.5934432,0.9633008),(0.5934432,0.9673734),(0.5763788,0.9551553),(0.572147,0.9551553),(0.572147,0.9592285),(0.5763788,0.9592285),(0.567925,0.9551553),(0.5637077,0.9551553),(0.5637077,0.9592285),(0.567925,0.9592285),(0.567925,0.9633008),(0.572147,0.9633008),(0.5637077,0.9633008),(0.5637077,0.9673734),(0.567925,0.9673734),(0.572147,0.9673734),(0.5763788,0.9633008),(0.5763788,0.9673734),(0.55949,0.9551553),(0.5552715,0.9551553),(0.5552715,0.9592285),(0.55949,0.9592285),(0.5510522,0.9551553),(0.5468317,0.9551553),(0.5468317,0.9592285),(0.5510522,0.9592285),(0.5510522,0.9633008),(0.5552715,0.9633008),(0.5468317,0.9633008),(0.5468317,0.9673734),(0.5510522,0.9673734),(0.5552715,0.9673734),(0.55949,0.9633008),(0.55949,0.9673734),(0.5426099,0.9551553),(0.5383899,0.9551553),(0.5383899,0.9592285),(0.5426099,0.9592285),(0.5341746,0.9551553),(0.5299669,0.9551553),(0.5341746,0.9592285),(0.5299669,0.9592285),(0.5341746,0.9633008),(0.5383899,0.9633008),(0.5299669,0.9633008),(0.5341746,0.9673734),(0.529967,0.9673734),(0.5383899,0.9673734),(0.5426099,0.9633008),(0.5426099,0.9673734),(0.52577,0.9551553),(0.5215818,0.9551553),(0.5215818,0.9592285),(0.52577,0.9592285),(0.5174,0.9551553),(0.5132228,0.9551553),(0.5132228,0.9592285),(0.5174,0.9592285),(0.5174,0.9633008),(0.5215818,0.9633008),(0.5132228,0.9633008),(0.5132228,0.9673734),(0.5174,0.9673734),(0.5215818,0.9673734),(0.52577,0.9633008),(0.52577,0.9673734),(0.5090478,0.9551553),(0.5048727,0.9551553),(0.5048727,0.9592285),(0.5090478,0.9592285),(0.5006949,0.9551553),(0.4965119,0.9551553),(0.5006949,0.9592285),(0.4965119,0.9592285),(0.5006949,0.9633008),(0.5048727,0.9633008),(0.4965119,0.9633008),(0.4965119,0.9673734),(0.5006949,0.9673734),(0.5048727,0.9673734),(0.5090478,0.9633008),(0.5090478,0.9673734),(0.4923214,0.9551553),(0.4881234,0.9551553),(0.4923214,0.9592285),(0.4881234,0.9592285),(0.4839184,0.9551553),(0.4797065,0.9551553),(0.4839184,0.9592285),(0.4797065,0.9592285),(0.4881234,0.9633008),(0.4839184,0.9633008),(0.4797065,0.9633008),(0.4839184,0.9673734),(0.4797064,0.9673734),(0.4881234,0.9673734),(0.4923214,0.9633008),(0.4923214,0.9673734),(0.4754879,0.9551553),(0.4712752,0.9551553),(0.4754879,0.9592285),(0.4712752,0.9592285),(0.4670808,0.9551553),(0.4629171,0.9551553),(0.4670808,0.9592285),(0.4629171,0.9592285),(0.4712752,0.9633008),(0.4670808,0.9633008),(0.4629171,0.9633008),(0.4670808,0.9673734),(0.4629171,0.9673734),(0.4712752,0.9673734),(0.4754879,0.9633008),(0.4754879,0.9673734),(0.4587967,0.9551553),(0.4547031,0.9551553),(0.4587967,0.9592285),(0.4547031,0.9592285),(0.4506197,0.9551553),(0.44653,0.9551553),(0.4506197,0.9592285),(0.44653,0.9592285),(0.4547031,0.9633008),(0.4506197,0.9633008),(0.44653,0.9633008),(0.4506197,0.9673734),(0.44653,0.9673734),(0.4547031,0.9673734),(0.4587967,0.9633008),(0.4587967,0.9673734),(0.4424174,0.9551553),(0.4382856,0.9551553),(0.4424174,0.9592285),(0.4382856,0.9592285),(0.4341379,0.9551553),(0.429978,0.9551553),(0.429978,0.9592285),(0.4341379,0.9592285),(0.4382856,0.9633008),(0.4341379,0.9633008),(0.429978,0.9633008),(0.429978,0.9673734),(0.4341379,0.9673734),(0.4382856,0.9673734),(0.4424174,0.9633008),(0.4424174,0.9673734),(0.4258092,0.9551553),(0.4216311,0.9551553),(0.4216312,0.9592285),(0.4258092,0.9592285),(0.4174434,0.9551553),(0.4132456,0.9551553),(0.4132456,0.9592285),(0.4174434,0.9592285),(0.4174434,0.9633008),(0.4216312,0.9633008),(0.4132456,0.9633008),(0.4132456,0.9673734),(0.4174434,0.9673734),(0.4216312,0.9673734),(0.4258092,0.9633008),(0.4258092,0.9673734),(0.4090372,0.9551553),(0.4048201,0.9551553),(0.4048201,0.9592285),(0.4090372,0.9592285),(0.4005963,0.9551553),(0.3963675,0.9551553),(0.3963675,0.9592285),(0.4005963,0.9592285),(0.4005963,0.9633008),(0.4048201,0.9633008),(0.3963675,0.9633008),(0.3963675,0.9673734),(0.4005963,0.9673734),(0.4048201,0.9673734),(0.4090372,0.9633008),(0.4090372,0.9673734),(0.3921357,0.9551553),(0.3879012,0.9551553),(0.3879012,0.9592285),(0.3921357,0.9592285),(0.3836642,0.9551553),(0.3794248,0.9551553),(0.3794249,0.9592285),(0.3836642,0.9592285),(0.3836642,0.9633008),(0.3879012,0.9633008),(0.3794248,0.9633008),(0.3794248,0.9673734),(0.3836642,0.9673734),(0.3879012,0.9673734),(0.3921357,0.9633008),(0.3921357,0.9673734),(0.3751834,0.9551553),(0.3709441,0.9551553),(0.3709441,0.9592285),(0.3751834,0.9592285),(0.3667112,0.9551553),(0.3624887,0.9551553),(0.3624887,0.9592285),(0.3667112,0.9592285),(0.3667112,0.9633008),(0.3709442,0.9633008),(0.3624887,0.9633008),(0.3667112,0.9673734),(0.3624887,0.9673734),(0.3709441,0.9673734),(0.3751834,0.9633008),(0.3751834,0.9673734),(0.358281,0.9551553),(0.3540821,0.9551553),(0.3540821,0.9592285),(0.358281,0.9592285),(0.3498864,0.9551553),(0.3456882,0.9551553),(0.3456882,0.9592285),(0.3498864,0.9592285),(0.3498864,0.9633008),(0.3540821,0.9633008),(0.3456882,0.9633008),(0.3456882,0.9673734),(0.3498864,0.9673734),(0.3540821,0.9673734),(0.3582809,0.9633008),(0.358281,0.9673734),(0.3414817,0.9551553),(0.3372694,0.9551553),(0.3372695,0.9592285),(0.3414817,0.9592285),(0.3330541,0.9551553),(0.3288383,0.9551553),(0.3288383,0.9592285),(0.3330541,0.9592285),(0.3330541,0.9633008),(0.3372695,0.9633008),(0.3288383,0.9633008),(0.3288383,0.9673734),(0.3330541,0.9673734),(0.3372695,0.9673734),(0.3414817,0.9633008),(0.3414817,0.9673734),(0.3246247,0.9551553),(0.3204179,0.9551553),(0.3204179,0.9592285),(0.3246247,0.9592285),(0.3162228,0.9551553),(0.3120441,0.9551553),(0.3120441,0.9592285),(0.3162228,0.9592285),(0.3162228,0.9633008),(0.3204179,0.9633008),(0.3120441,0.9633008),(0.3120441,0.9673734),(0.3162228,0.9673734),(0.3204179,0.9673734),(0.3246247,0.9633008),(0.3246247,0.9673734),(0.3078868,0.9551553),(0.3037427,0.9551553),(0.3037427,0.9592285),(0.3078868,0.9592285),(0.2996041,0.9551553),(0.2954631,0.9551553),(0.2954631,0.9592285),(0.2996041,0.9592285),(0.2996041,0.9633008),(0.3037428,0.9633008),(0.2954631,0.9633008),(0.2954631,0.9673734),(0.2996041,0.9673734),(0.3037427,0.9673734),(0.3078868,0.9633008),(0.3078868,0.9673734),(0.2913116,0.9551553),(0.2871543,0.9551553),(0.2871543,0.9592285),(0.2913116,0.9592285),(0.2829956,0.9551553),(0.2788399,0.9551553),(0.2788399,0.9592285),(0.2829956,0.9592285),(0.2829956,0.9633008),(0.2871543,0.9633008),(0.2788399,0.9633008),(0.2788399,0.9673734),(0.2829956,0.9673734),(0.2871543,0.9673734),(0.2913116,0.9633008),(0.2913116,0.9673734),(0.2746918,0.9551553),(0.2705556,0.9551553),(0.2705556,0.9592285),(0.2746918,0.9592285),(0.2664356,0.9551553),(0.262336,0.9551553),(0.2664356,0.9592285),(0.262336,0.9592285),(0.2664356,0.9633008),(0.2705556,0.9633008),(0.262336,0.9633008),(0.2664356,0.9673734),(0.262336,0.9673734),(0.2705556,0.9673734),(0.2746918,0.9633008),(0.2746918,0.9673734),(0.2582613,0.9551553),(0.254209,0.9551553),(0.2582613,0.9592285),(0.254209,0.9592285),(0.2501769,0.9551553),(0.2461624,0.9551553),(0.2501769,0.9592285),(0.2461624,0.9592285),(0.254209,0.9633008),(0.2501769,0.9633008),(0.2461624,0.9633008),(0.2501769,0.9673734),(0.2461624,0.9673734),(0.254209,0.9673734),(0.2582613,0.9633008),(0.2582613,0.9673734),(0.2421634,0.9551553),(0.238164,0.9551553),(0.2421634,0.9592285),(0.238164,0.9592285),(0.2341487,0.9551553),(0.2301017,0.9551553),(0.2341487,0.9592285),(0.2301017,0.9592285),(0.238164,0.9633008),(0.2341487,0.9633008),(0.2301017,0.9633008),(0.2341487,0.9673734),(0.2301017,0.9673734),(0.238164,0.9673734),(0.2421634,0.9633008),(0.2421634,0.9673734),(0.2260074,0.9551553),(0.2218787,0.9551553),(0.2260074,0.9592285),(0.2218787,0.9592285),(0.2177283,0.9551553),(0.2135691,0.9551553),(0.2177283,0.9592285),(0.2135692,0.9592285),(0.2218787,0.9633008),(0.2177283,0.9633008),(0.2135691,0.9633008),(0.2177283,0.9673734),(0.2135692,0.9673734),(0.2218787,0.9673734),(0.2260074,0.9633008),(0.2260074,0.9673734),(0.2094141,0.9551553),(0.2052627,0.9551553),(0.2094141,0.9592285),(0.2052627,0.9592285),(0.2011147,0.9551553),(0.1969699,0.9551553),(0.2011147,0.9592285),(0.1969699,0.9592285),(0.2052627,0.9633008),(0.2011147,0.9633008),(0.1969699,0.9633008),(0.2011147,0.9673734),(0.1969699,0.9673734),(0.2052627,0.9673734),(0.2094141,0.9633008),(0.2094141,0.9673734),(0.1928277,0.9551553),(0.1886888,0.9551553),(0.1928277,0.9592285),(0.1886888,0.9592285),(0.1845533,0.9551553),(0.1804218,0.9551553),(0.1845533,0.9592285),(0.1804218,0.9592285),(0.1886888,0.9633008),(0.1845533,0.9633008),(0.1804218,0.9633008),(0.1845533,0.9673734),(0.1804218,0.9673734),(0.1886888,0.9673734),(0.1928277,0.9633008),(0.1928277,0.9673734),(0.1762946,0.9551553),(0.1721701,0.9551553),(0.1762946,0.9592285),(0.1721701,0.9592285),(0.1680468,0.9551553),(0.163923,0.9551553),(0.1680468,0.9592285),(0.163923,0.9592285),(0.1721701,0.9633008),(0.1680468,0.9633008),(0.163923,0.9633008),(0.1680468,0.9673734),(0.163923,0.9673734),(0.1721701,0.9673734),(0.1762946,0.9633008),(0.1762946,0.9673734),(0.1597973,0.9551553),(0.1556691,0.9551553),(0.1597973,0.9592285),(0.1556691,0.9592285),(0.1515382,0.9551553),(0.1474041,0.9551553),(0.1515382,0.9592285),(0.1474041,0.9592285),(0.1556691,0.9633008),(0.1515382,0.9633008),(0.1474041,0.9633008),(0.1515382,0.9673734),(0.1474041,0.9673734),(0.1556691,0.9673734),(0.1597973,0.9633008),(0.1597973,0.9673734),(0.1432664,0.9551553),(0.1391259,0.9551553),(0.1432664,0.9592285),(0.1391259,0.9592285),(0.134983,0.9551553),(0.1308385,0.9551553),(0.134983,0.9592285),(0.1308385,0.9592285),(0.1391259,0.9633008),(0.134983,0.9633008),(0.1308385,0.9633008),(0.134983,0.9673734),(0.1308385,0.9673734),(0.1391259,0.9673734),(0.1432664,0.9633008),(0.1432664,0.9673734),(0.126693,0.9551553),(0.12255,0.9551553),(0.126693,0.9592285),(0.12255,0.9592285),(0.1184131,0.9551553),(0.1142857,0.9551553),(0.1184131,0.9592285),(0.1142857,0.9592285),(0.12255,0.9633008),(0.1184131,0.9633008),(0.1142857,0.9633008),(0.1184131,0.9673734),(0.1142857,0.9673734),(0.12255,0.9673734),(0.126693,0.9633008),(0.126693,0.9673734),(0.1101713,0.9551553),(0.1060752,0.9551553),(0.1101713,0.9592285),(0.1060752,0.9592285),(0.1020023,0.9551553),(0.09795791,0.9551553),(0.1020023,0.9592285),(0.09795791,0.9592285),(0.1060752,0.9633008),(0.1020023,0.9633008),(0.09795791,0.9633008),(0.1020023,0.9673734),(0.09795791,0.9673734),(0.1060752,0.9673734),(0.1101713,0.9633008),(0.1101713,0.9673734),(0.09394707,0.9551553),(0.08994583,0.9551553),(0.09394707,0.9592285),(0.08994584,0.9592285),(0.08593026,0.9551553),(0.08187638,0.9551553),(0.08593025,0.9592285),(0.08187637,0.9592285),(0.08994584,0.9633008),(0.08593026,0.9633008),(0.08187638,0.9633008),(0.08593026,0.9673734),(0.08187638,0.9673734),(0.08994584,0.9673734),(0.09394707,0.9633008),(0.09394707,0.9673734),(0.07776025,0.9551553),(0.07361087,0.9551553),(0.07776025,0.9592285),(0.07361087,0.9592285),(0.06945725,0.9551553),(0.06532837,0.9551553),(0.06945725,0.9592285),(0.06532837,0.9592285),(0.07361087,0.9633008),(0.06945725,0.9633008),(0.06532837,0.9633008),(0.06945725,0.9673734),(0.06532837,0.9673734),(0.07361087,0.9673734),(0.07776025,0.9633008),(0.07776025,0.9673734),(0.06125325,0.9551553),(0.05721605,0.9551553),(0.05721604,0.9592285),(0.06125325,0.9592285),(0.05320094,0.9551553),(0.0491921,0.9551553),(0.04919209,0.9592285),(0.05320094,0.9592285),(0.05320094,0.9633008),(0.05721605,0.9633008),(0.0491921,0.9633008),(0.04919209,0.9673734),(0.05320094,0.9673734),(0.05721605,0.9673734),(0.06125325,0.9633008),(0.06125325,0.9673734),(0.04517369,0.9551553),(0.04115105,0.9551553),(0.04115105,0.9592285),(0.04517369,0.9592285),(0.0371295,0.9551553),(0.03311438,0.9551553),(0.0371295,0.9592285),(0.03311437,0.9592285),(0.04115105,0.9633008),(0.0371295,0.9633008),(0.03311438,0.9633008),(0.0371295,0.9673734),(0.03311438,0.9673734),(0.04115105,0.9673734),(0.04517369,0.9633008),(0.04517369,0.9673734),(0.029111,0.9551553),(0.02511186,0.9551553),(0.029111,0.9592285),(0.02511186,0.9592285),(0.02110944,0.9551553),(0.01709622,0.9551553),(0.01709622,0.9592285),(0.02110944,0.9592285),(0.02110944,0.9633008),(0.02511186,0.9633008),(0.01709622,0.9633008),(0.01709622,0.9673734),(0.02110944,0.9673734),(0.02511186,0.9673734),(0.029111,0.9633008),(0.029111,0.9673734),(0.01306469,0.9551553),(0.009019421,0.9551558),(0.009019421,0.9592286),(0.01306469,0.9592285),(0.004965,0.9551572),(0.000906,0.955159),(0.000906,0.959229),(0.004965,0.9592288),(0.004965,0.9632999),(0.009019421,0.9633005),(0.000906,0.963299),(0.000906,0.967369),(0.004965,0.9673721),(0.009019421,0.9673731),(0.01306469,0.9633008),(0.01306469,0.9673734),(0.9951518,0.9714469),(0.999094,0.971446),(0.9912093,0.9714475),(0.9951518,0.9755234),(0.9912093,0.9755236),(0.999094,0.975523),(0.9872664,0.9714478),(0.983323,0.9714478),(0.983323,0.9755237),(0.9872664,0.9755237),(0.9912093,0.9796008),(0.9872664,0.979601),(0.983323,0.979601),(0.9872664,0.9836794),(0.983323,0.9836794),(0.9912093,0.9836792),(0.999094,0.9796),(0.9951518,0.9796005),(0.9951518,0.9836786),(0.999094,0.983677),(0.9793787,0.9714478),(0.9754275,0.9714478),(0.9754274,0.9755237),(0.9793787,0.9755237),(0.9714631,0.9714478),(0.9674796,0.9714478),(0.9674796,0.9755237),(0.9714631,0.9755237),(0.9754274,0.979601),(0.9714631,0.979601),(0.9674796,0.979601),(0.9714631,0.9836794),(0.9674796,0.9836794),(0.9754274,0.9836794),(0.9793787,0.979601),(0.9793787,0.9836794),(0.9634706,0.9714478),(0.9594426,0.9714478),(0.9594426,0.9755237),(0.9634707,0.9755237),(0.9554016,0.9714478),(0.9513539,0.9714478),(0.9513539,0.9755237),(0.9554016,0.9755237),(0.9554016,0.979601),(0.9594426,0.979601),(0.9513539,0.979601),(0.9513539,0.9836794),(0.9554016,0.9836794),(0.9594425,0.9836794),(0.9634707,0.979601),(0.9634706,0.9836794),(0.9473058,0.9714478),(0.9432498,0.9714478),(0.9432497,0.9755237),(0.9473058,0.9755237),(0.9391782,0.9714478),(0.9350839,0.9714478),(0.9350839,0.9755237),(0.9391783,0.9755237),(0.9391782,0.979601),(0.9432497,0.979601),(0.9350839,0.979601),(0.9350839,0.9836794),(0.9391783,0.9836794),(0.9432497,0.9836794),(0.9473058,0.979601),(0.9473058,0.9836794),(0.930959,0.9714478),(0.9268106,0.9714478),(0.9268106,0.9755237),(0.930959,0.9755237),(0.9226453,0.9714478),(0.9184701,0.9714478),(0.9184701,0.9755237),(0.9226453,0.9755237),(0.9226453,0.979601),(0.9268106,0.979601),(0.9184701,0.979601),(0.9184701,0.9836794),(0.9226453,0.9836794),(0.9268106,0.9836794),(0.930959,0.979601),(0.930959,0.9836794),(0.9142919,0.9714478),(0.910111,0.9714478),(0.9101109,0.9755237),(0.9142919,0.9755237),(0.9059278,0.9714478),(0.9017429,0.9714478),(0.9017429,0.9755237),(0.9059278,0.9755237),(0.9059278,0.979601),(0.910111,0.979601),(0.9017429,0.979601),(0.9017428,0.9836794),(0.9059278,0.9836794),(0.9101109,0.9836794),(0.9142919,0.979601),(0.9142919,0.9836794),(0.8975567,0.9714478),(0.8933688,0.9714478),(0.8975567,0.9755237),(0.8933688,0.9755237),(0.8891787,0.9714478),(0.8849859,0.9714478),(0.8891788,0.9755237),(0.8849859,0.9755237),(0.8933688,0.979601),(0.8891787,0.979601),(0.8849859,0.979601),(0.8891788,0.9836794),(0.8849859,0.9836794),(0.8933688,0.9836794),(0.8975567,0.979601),(0.8975567,0.9836794),(0.8807898,0.9714478),(0.8765806,0.9714478),(0.8765807,0.9755237),(0.8807898,0.9755237),(0.8723488,0.9714478),(0.8680845,0.9714478),(0.8723488,0.9755237),(0.8680845,0.9755237),(0.8723488,0.979601),(0.8765806,0.979601),(0.8680845,0.979601),(0.8680845,0.9836794),(0.8723488,0.9836794),(0.8765806,0.9836794),(0.8807898,0.979601),(0.8807898,0.9836794),(0.8637781,0.9714478),(0.8594491,0.9714478),(0.8637781,0.9755237),(0.8594491,0.9755237),(0.8551173,0.9714478),(0.8508024,0.9714478),(0.8551173,0.9755237),(0.8508024,0.9755237),(0.8594491,0.979601),(0.8551173,0.979601),(0.8508024,0.979601),(0.8551173,0.9836794),(0.8508024,0.9836794),(0.859449,0.9836794),(0.8637781,0.979601),(0.8637781,0.9836794),(0.846524,0.9714478),(0.8422731,0.9714478),(0.846524,0.9755237),(0.8422731,0.9755237),(0.8380403,0.9714478),(0.8338165,0.9714478),(0.8380403,0.9755237),(0.8338165,0.9755237),(0.8422731,0.979601),(0.8380403,0.979601),(0.8338165,0.979601),(0.8380404,0.9836794),(0.8338165,0.9836794),(0.8422731,0.9836794),(0.846524,0.979601),(0.846524,0.9836794),(0.8295926,0.9714478),(0.8253628,0.9714478),(0.8253628,0.9755237),(0.8295926,0.9755237),(0.8211217,0.9714478),(0.8168637,0.9714478),(0.8168637,0.9755237),(0.8211217,0.9755237),(0.8211217,0.979601),(0.8253628,0.979601),(0.8168637,0.979601),(0.8211217,0.9836794),(0.8168637,0.9836794),(0.8253628,0.9836794),(0.8295926,0.979601),(0.8295926,0.9836794),(0.8125832,0.9714478),(0.8082899,0.9714478),(0.8082899,0.9755237),(0.8125832,0.9755237),(0.8039935,0.9714478),(0.7997035,0.9714478),(0.8039935,0.9755237),(0.7997035,0.9755237),(0.8082899,0.979601),(0.8039935,0.979601),(0.7997035,0.979601),(0.8039935,0.9836794),(0.7997035,0.9836794),(0.8082899,0.9836794),(0.8125832,0.979601),(0.8125832,0.9836794),(0.7954297,0.9714478),(0.7911757,0.9714478),(0.7954297,0.9755237),(0.7911757,0.9755237),(0.7869452,0.9714478),(0.7827417,0.9714478),(0.7869452,0.9755237),(0.7827417,0.9755237),(0.7911757,0.979601),(0.7869452,0.979601),(0.7827417,0.979601),(0.7869452,0.9836794),(0.7827417,0.9836794),(0.7911757,0.9836794),(0.7954297,0.979601),(0.7954297,0.9836794),(0.7785689,0.9714478),(0.7744211,0.9714478),(0.7785689,0.9755237),(0.7744212,0.9755237),(0.7702925,0.9714478),(0.7661775,0.9714478),(0.7702925,0.9755237),(0.7661775,0.9755237),(0.7744212,0.979601),(0.7702925,0.979601),(0.7661775,0.979601),(0.7702925,0.9836794),(0.7661775,0.9836794),(0.7744212,0.9836794),(0.778569,0.979601),(0.778569,0.9836794),(0.7620703,0.9714478),(0.757961,0.9714478),(0.757961,0.9755237),(0.7620703,0.9755237),(0.7538399,0.9714478),(0.7496969,0.9714478),(0.7496969,0.9755237),(0.7538399,0.9755237),(0.7538399,0.979601),(0.757961,0.979601),(0.7496969,0.979601),(0.7496969,0.9836794),(0.7538399,0.9836794),(0.757961,0.9836794),(0.7620703,0.979601),(0.7620703,0.9836794),(0.7455223,0.9714478),(0.7413244,0.9714478),(0.7413245,0.9755237),(0.7455223,0.9755237),(0.7371117,0.9714478),(0.7328922,0.9714478),(0.7328923,0.9755237),(0.7371117,0.9755237),(0.7371117,0.979601),(0.7413245,0.979601),(0.7328922,0.979601),(0.7328922,0.9836794),(0.7371117,0.9836794),(0.7413245,0.9836794),(0.7455223,0.979601),(0.7455223,0.9836794),(0.7286744,0.9714478),(0.7244572,0.9714478),(0.7244572,0.9755237),(0.7286744,0.9755237),(0.7202395,0.9714478),(0.71602,0.9714478),(0.71602,0.9755237),(0.7202395,0.9755237),(0.7202395,0.979601),(0.7244572,0.979601),(0.71602,0.979601),(0.71602,0.9836794),(0.7202394,0.9836794),(0.7244572,0.9836794),(0.7286744,0.979601),(0.7286744,0.9836794),(0.7117977,0.9714478),(0.7075742,0.9714478),(0.7075742,0.9755237),(0.7117977,0.9755237),(0.7033514,0.9714478),(0.6991307,0.9714478),(0.6991307,0.9755237),(0.7033514,0.9755237),(0.7033514,0.979601),(0.7075742,0.979601),(0.6991307,0.979601),(0.6991307,0.9836794),(0.7033514,0.9836794),(0.7075742,0.9836794),(0.7117977,0.979601),(0.7117977,0.9836794),(0.6949139,0.9714478),(0.6906992,0.9714478),(0.6906992,0.9755237),(0.6949139,0.9755237),(0.6864849,0.9714478),(0.6822694,0.9714478),(0.6822693,0.9755237),(0.6864849,0.9755237),(0.6864849,0.979601),(0.6906992,0.979601),(0.6822694,0.979601),(0.6822693,0.9836794),(0.6864849,0.9836794),(0.6906992,0.9836794),(0.6949139,0.979601),(0.6949139,0.9836794),(0.6780508,0.9714478),(0.6738272,0.9714478),(0.6738272,0.9755237),(0.6780507,0.9755237),(0.6695971,0.9714478),(0.6653587,0.9714478),(0.6653587,0.9755237),(0.6695971,0.9755237),(0.6695971,0.979601),(0.6738272,0.979601),(0.6653587,0.979601),(0.6695971,0.9836794),(0.6653587,0.9836794),(0.6738272,0.9836794),(0.6780508,0.979601),(0.6780507,0.9836794),(0.6611102,0.9714478),(0.6568571,0.9714478),(0.6611102,0.9755237),(0.6568571,0.9755237),(0.6526053,0.9714478),(0.6483604,0.9714478),(0.6526054,0.9755237),(0.6483604,0.9755237),(0.6568571,0.979601),(0.6526054,0.979601),(0.6483604,0.979601),(0.6526053,0.9836794),(0.6483604,0.9836794),(0.6568571,0.9836794),(0.6611102,0.979601),(0.6611102,0.9836794),(0.6441281,0.9714478),(0.6399043,0.9714478),(0.6399043,0.9755237),(0.6441281,0.9755237),(0.635685,0.9714478),(0.6314663,0.9714478),(0.6314663,0.9755237),(0.635685,0.9755237),(0.635685,0.979601),(0.6399043,0.979601),(0.6314663,0.979601),(0.635685,0.9836794),(0.6314663,0.9836794),(0.6399043,0.9836794),(0.6441281,0.979601),(0.6441281,0.9836794),(0.627244,0.9714478),(0.6230208,0.9714478),(0.6230209,0.9755237),(0.627244,0.9755237),(0.6187993,0.9714478),(0.6145822,0.9714478),(0.6145822,0.9755237),(0.6187993,0.9755237),(0.6187993,0.979601),(0.6230208,0.979601),(0.6145822,0.979601),(0.6145822,0.9836794),(0.6187993,0.9836794),(0.6230209,0.9836794),(0.627244,0.979601),(0.627244,0.9836794),(0.6103719,0.9714478),(0.6061606,0.9714478),(0.6061606,0.9755237),(0.6103719,0.9755237),(0.6019406,0.9714478),(0.5977041,0.9714478),(0.5977041,0.9755237),(0.6019406,0.9755237),(0.6019406,0.979601),(0.6061606,0.979601),(0.5977041,0.979601),(0.5977041,0.9836794),(0.6019406,0.9836794),(0.6061606,0.9836794),(0.6103719,0.979601),(0.6103719,0.9836794),(0.5934432,0.9714478),(0.589169,0.9714478),(0.589169,0.9755237),(0.5934432,0.9755237),(0.5848927,0.9714478),(0.5806257,0.9714478),(0.5806257,0.9755237),(0.5848927,0.9755237),(0.5848927,0.979601),(0.589169,0.979601),(0.5806257,0.979601),(0.5806257,0.9836794),(0.5848927,0.9836794),(0.589169,0.9836794),(0.5934432,0.979601),(0.5934432,0.9836794),(0.5763788,0.9714478),(0.572147,0.9714478),(0.572147,0.9755237),(0.5763788,0.9755237),(0.567925,0.9714478),(0.5637077,0.9714478),(0.5637077,0.9755237),(0.567925,0.9755237),(0.567925,0.979601),(0.572147,0.979601),(0.5637077,0.979601),(0.5637077,0.9836794),(0.567925,0.9836794),(0.572147,0.9836794),(0.5763788,0.979601),(0.5763788,0.9836794),(0.55949,0.9714478),(0.5552715,0.9714478),(0.5552715,0.9755237),(0.55949,0.9755237),(0.5510522,0.9714478),(0.5468317,0.9714478),(0.5468317,0.9755237),(0.5510522,0.9755237),(0.5510522,0.979601),(0.5552715,0.979601),(0.5468317,0.979601),(0.5468317,0.9836794),(0.5510522,0.9836794),(0.5552715,0.9836794),(0.55949,0.979601),(0.55949,0.9836794),(0.5426099,0.9714478),(0.5383899,0.9714478),(0.5383899,0.9755237),(0.5426099,0.9755237),(0.5341746,0.9714478),(0.5299669,0.9714478),(0.5341746,0.9755237),(0.5299669,0.9755237),(0.5341746,0.979601),(0.5383899,0.979601),(0.5299669,0.979601),(0.5341746,0.9836794),(0.529967,0.9836794),(0.5383899,0.9836794),(0.5426099,0.979601),(0.5426099,0.9836794),(0.52577,0.9714478),(0.5215818,0.9714478),(0.52577,0.9755237),(0.5215818,0.9755237),(0.5174,0.9714478),(0.5132228,0.9714478),(0.5132228,0.9755237),(0.5174,0.9755237),(0.5174,0.979601),(0.5215818,0.979601),(0.5132228,0.979601),(0.5132228,0.9836794),(0.5174,0.9836794),(0.5215818,0.9836794),(0.52577,0.979601),(0.52577,0.9836794),(0.5090478,0.9714478),(0.5048727,0.9714478),(0.5048727,0.9755237),(0.5090478,0.9755237),(0.5006949,0.9714478),(0.4965119,0.9714478),(0.4965119,0.9755237),(0.5006949,0.9755237),(0.5006949,0.979601),(0.5048727,0.979601),(0.4965119,0.979601),(0.4965119,0.9836794),(0.5006949,0.9836794),(0.5048727,0.9836794),(0.5090478,0.979601),(0.5090478,0.9836794),(0.4923214,0.9714478),(0.4881234,0.9714478),(0.4881234,0.9755237),(0.4923214,0.9755237),(0.4839184,0.9714478),(0.4797065,0.9714478),(0.4839184,0.9755237),(0.4797065,0.9755237),(0.4839184,0.979601),(0.4881234,0.979601),(0.4797065,0.979601),(0.4839184,0.9836794),(0.4797064,0.9836794),(0.4881234,0.9836794),(0.4923214,0.979601),(0.4923214,0.9836794),(0.4754879,0.9714478),(0.4712752,0.9714478),(0.4754879,0.9755237),(0.4712752,0.9755237),(0.4670808,0.9714478),(0.4629171,0.9714478),(0.4670808,0.9755237),(0.4629171,0.9755237),(0.4712752,0.979601),(0.4670808,0.979601),(0.4629171,0.979601),(0.4670808,0.9836794),(0.4629171,0.9836794),(0.4712752,0.9836794),(0.4754879,0.979601),(0.4754879,0.9836794),(0.4587967,0.9714478),(0.4547031,0.9714478),(0.4587967,0.9755237),(0.4547031,0.9755237),(0.4506197,0.9714478),(0.44653,0.9714478),(0.4506197,0.9755237),(0.44653,0.9755237),(0.4547031,0.979601),(0.4506197,0.979601),(0.44653,0.979601),(0.4506197,0.9836794),(0.44653,0.9836794),(0.4547031,0.9836794),(0.4587967,0.979601),(0.4587967,0.9836794),(0.4424174,0.9714478),(0.4382856,0.9714478),(0.4424174,0.9755237),(0.4382856,0.9755237),(0.4341379,0.9714478),(0.429978,0.9714478),(0.4341379,0.9755237),(0.429978,0.9755237),(0.4382856,0.979601),(0.4341379,0.979601),(0.429978,0.979601),(0.4341379,0.9836794),(0.429978,0.9836794),(0.4382856,0.9836794),(0.4424174,0.979601),(0.4424174,0.9836794),(0.4258092,0.9714478),(0.4216311,0.9714478),(0.4258092,0.9755237),(0.4216312,0.9755237),(0.4174434,0.9714478),(0.4132456,0.9714478),(0.4174434,0.9755237),(0.4132456,0.9755237),(0.4216312,0.979601),(0.4174434,0.979601),(0.4132456,0.979601),(0.4174434,0.9836794),(0.4132456,0.9836794),(0.4216312,0.9836794),(0.4258092,0.979601),(0.4258092,0.9836794),(0.4090372,0.9714478),(0.4048201,0.9714478),(0.4090372,0.9755237),(0.4048201,0.9755237),(0.4005963,0.9714478),(0.3963675,0.9714478),(0.4005963,0.9755237),(0.3963675,0.9755237),(0.4048201,0.979601),(0.4005963,0.979601),(0.3963675,0.979601),(0.4005963,0.9836794),(0.3963675,0.9836794),(0.4048201,0.9836794),(0.4090372,0.979601),(0.4090372,0.9836794),(0.3921357,0.9714478),(0.3879012,0.9714478),(0.3921357,0.9755237),(0.3879012,0.9755237),(0.3836642,0.9714478),(0.3794248,0.9714478),(0.3836642,0.9755237),(0.3794249,0.9755237),(0.3879012,0.979601),(0.3836642,0.979601),(0.3794248,0.979601),(0.3836642,0.9836794),(0.3794248,0.9836794),(0.3879012,0.9836794),(0.3921357,0.979601),(0.3921357,0.9836794),(0.3751834,0.9714478),(0.3709441,0.9714478),(0.3751834,0.9755237),(0.3709441,0.9755237),(0.3667112,0.9714478),(0.3624887,0.9714478),(0.3667112,0.9755237),(0.3624887,0.9755237),(0.3709442,0.979601),(0.3667112,0.979601),(0.3624887,0.979601),(0.3667112,0.9836794),(0.3624887,0.9836794),(0.3709441,0.9836794),(0.3751834,0.979601),(0.3751834,0.9836794),(0.358281,0.9714478),(0.3540821,0.9714478),(0.3540821,0.9755237),(0.358281,0.9755237),(0.3498864,0.9714478),(0.3456882,0.9714478),(0.3456882,0.9755237),(0.3498864,0.9755237),(0.3498864,0.979601),(0.3540821,0.979601),(0.3456882,0.979601),(0.3456882,0.9836794),(0.3498864,0.9836794),(0.3540821,0.9836794),(0.3582809,0.979601),(0.358281,0.9836794),(0.3414817,0.9714478),(0.3372694,0.9714478),(0.3372695,0.9755237),(0.3414817,0.9755237),(0.3330541,0.9714478),(0.3288383,0.9714478),(0.3288383,0.9755237),(0.3330541,0.9755237),(0.3330541,0.979601),(0.3372695,0.979601),(0.3288383,0.979601),(0.3288383,0.9836794),(0.3330541,0.9836794),(0.3372695,0.9836794),(0.3414817,0.979601),(0.3414817,0.9836794),(0.3246247,0.9714478),(0.3204179,0.9714478),(0.3204179,0.9755237),(0.3246247,0.9755237),(0.3162228,0.9714478),(0.3120441,0.9714478),(0.3120441,0.9755237),(0.3162228,0.9755237),(0.3162228,0.979601),(0.3204179,0.979601),(0.3120441,0.979601),(0.3120441,0.9836794),(0.3162228,0.9836794),(0.3204179,0.9836794),(0.3246247,0.979601),(0.3246247,0.9836794),(0.3078868,0.9714478),(0.3037427,0.9714478),(0.3037427,0.9755237),(0.3078868,0.9755237),(0.2996041,0.9714478),(0.2954631,0.9714478),(0.2954631,0.9755237),(0.2996041,0.9755237),(0.2996041,0.979601),(0.3037428,0.979601),(0.2954631,0.979601),(0.2954631,0.9836794),(0.2996041,0.9836794),(0.3037427,0.9836794),(0.3078868,0.979601),(0.3078868,0.9836794),(0.2913116,0.9714478),(0.2871543,0.9714478),(0.2871543,0.9755237),(0.2913116,0.9755237),(0.2829956,0.9714478),(0.2788399,0.9714478),(0.2788399,0.9755237),(0.2829956,0.9755237),(0.2829956,0.979601),(0.2871543,0.979601),(0.2788399,0.979601),(0.2788399,0.9836794),(0.2829956,0.9836794),(0.2871543,0.9836794),(0.2913116,0.979601),(0.2913116,0.9836794),(0.2746918,0.9714478),(0.2705556,0.9714478),(0.2705556,0.9755237),(0.2746918,0.9755237),(0.2664356,0.9714478),(0.262336,0.9714478),(0.2664356,0.9755237),(0.262336,0.9755237),(0.2664356,0.979601),(0.2705556,0.979601),(0.262336,0.979601),(0.2664356,0.9836794),(0.262336,0.9836794),(0.2705556,0.9836794),(0.2746918,0.979601),(0.2746918,0.9836794),(0.2582613,0.9714478),(0.254209,0.9714478),(0.2582613,0.9755237),(0.254209,0.9755237),(0.2501769,0.9714478),(0.2461624,0.9714478),(0.2501769,0.9755237),(0.2461624,0.9755237),(0.254209,0.979601),(0.2501769,0.979601),(0.2461624,0.979601),(0.2501769,0.9836794),(0.2461624,0.9836794),(0.254209,0.9836794),(0.2582613,0.979601),(0.2582613,0.9836794),(0.2421634,0.9714478),(0.238164,0.9714478),(0.2421634,0.9755237),(0.238164,0.9755237),(0.2341487,0.9714478),(0.2301017,0.9714478),(0.2341487,0.9755237),(0.2301017,0.9755237),(0.238164,0.979601),(0.2341487,0.979601),(0.2301017,0.979601),(0.2341487,0.9836794),(0.2301017,0.9836794),(0.238164,0.9836794),(0.2421634,0.979601),(0.2421634,0.9836794),(0.2260074,0.9714478),(0.2218787,0.9714478),(0.2260074,0.9755237),(0.2218787,0.9755237),(0.2177283,0.9714478),(0.2135691,0.9714478),(0.2177283,0.9755237),(0.2135692,0.9755237),(0.2218787,0.979601),(0.2177283,0.979601),(0.2135691,0.979601),(0.2177283,0.9836794),(0.2135692,0.9836794),(0.2218787,0.9836794),(0.2260074,0.979601),(0.2260074,0.9836794),(0.2094141,0.9714478),(0.2052627,0.9714478),(0.2094141,0.9755237),(0.2052627,0.9755237),(0.2011147,0.9714478),(0.1969699,0.9714478),(0.2011147,0.9755237),(0.1969699,0.9755237),(0.2052627,0.979601),(0.2011147,0.979601),(0.1969699,0.979601),(0.2011147,0.9836794),(0.1969699,0.9836794),(0.2052627,0.9836794),(0.2094141,0.979601),(0.2094141,0.9836794),(0.1928277,0.9714478),(0.1886888,0.9714478),(0.1928277,0.9755237),(0.1886888,0.9755237),(0.1845533,0.9714478),(0.1804218,0.9714478),(0.1845533,0.9755237),(0.1804218,0.9755237),(0.1886888,0.979601),(0.1845533,0.979601),(0.1804218,0.979601),(0.1845533,0.9836794),(0.1804218,0.9836794),(0.1886888,0.9836794),(0.1928277,0.979601),(0.1928277,0.9836794),(0.1762946,0.9714478),(0.1721701,0.9714478),(0.1762946,0.9755237),(0.1721701,0.9755237),(0.1680468,0.9714478),(0.163923,0.9714478),(0.1680468,0.9755237),(0.163923,0.9755237),(0.1721701,0.979601),(0.1680468,0.979601),(0.163923,0.979601),(0.1680468,0.9836794),(0.163923,0.9836794),(0.1721701,0.9836794),(0.1762946,0.979601),(0.1762946,0.9836794),(0.1597973,0.9714478),(0.1556691,0.9714478),(0.1597973,0.9755237),(0.1556691,0.9755237),(0.1515382,0.9714478),(0.1474041,0.9714478),(0.1515382,0.9755237),(0.1474041,0.9755237),(0.1556691,0.979601),(0.1515382,0.979601),(0.1474041,0.979601),(0.1515382,0.9836794),(0.1474041,0.9836794),(0.1556691,0.9836794),(0.1597973,0.979601),(0.1597973,0.9836794),(0.1432664,0.9714478),(0.1391259,0.9714478),(0.1432664,0.9755237),(0.1391259,0.9755237),(0.134983,0.9714478),(0.1308385,0.9714478),(0.134983,0.9755237),(0.1308385,0.9755237),(0.1391259,0.979601),(0.134983,0.979601),(0.1308385,0.979601),(0.134983,0.9836794),(0.1308385,0.9836794),(0.1391259,0.9836794),(0.1432664,0.979601),(0.1432664,0.9836794),(0.126693,0.9714478),(0.12255,0.9714478),(0.126693,0.9755237),(0.12255,0.9755237),(0.1184131,0.9714478),(0.1142857,0.9714478),(0.1184131,0.9755237),(0.1142857,0.9755237),(0.12255,0.979601),(0.1184131,0.979601),(0.1142857,0.979601),(0.1184131,0.9836794),(0.1142857,0.9836794),(0.12255,0.9836794),(0.126693,0.979601),(0.126693,0.9836794),(0.1101713,0.9714478),(0.1060752,0.9714478),(0.1101713,0.9755237),(0.1060752,0.9755237),(0.1020023,0.9714478),(0.09795791,0.9714478),(0.1020023,0.9755237),(0.09795791,0.9755237),(0.1060752,0.979601),(0.1020023,0.979601),(0.09795791,0.979601),(0.1020023,0.9836794),(0.09795791,0.9836794),(0.1060752,0.9836794),(0.1101713,0.979601),(0.1101713,0.9836794),(0.09394707,0.9714478),(0.08994583,0.9714478),(0.09394707,0.9755237),(0.08994584,0.9755237),(0.08593026,0.9714478),(0.08187638,0.9714478),(0.08593025,0.9755237),(0.08187637,0.9755237),(0.08994584,0.979601),(0.08593026,0.979601),(0.08187638,0.979601),(0.08593026,0.9836794),(0.08187638,0.9836794),(0.08994584,0.9836794),(0.09394707,0.979601),(0.09394707,0.9836794),(0.07776025,0.9714478),(0.07361087,0.9714478),(0.07776025,0.9755237),(0.07361087,0.9755237),(0.06945725,0.9714478),(0.06532837,0.9714478),(0.06945725,0.9755237),(0.06532837,0.9755237),(0.07361087,0.979601),(0.06945725,0.979601),(0.06532837,0.979601),(0.06945725,0.9836794),(0.06532837,0.9836794),(0.07361087,0.9836794),(0.07776025,0.979601),(0.07776025,0.9836794),(0.06125325,0.9714478),(0.05721605,0.9714478),(0.06125325,0.9755237),(0.05721604,0.9755237),(0.05320094,0.9714478),(0.0491921,0.9714478),(0.05320094,0.9755237),(0.04919209,0.9755237),(0.05721605,0.979601),(0.05320094,0.979601),(0.0491921,0.979601),(0.05320094,0.9836794),(0.04919209,0.9836794),(0.05721605,0.9836794),(0.06125325,0.979601),(0.06125325,0.9836794),(0.04517369,0.9714478),(0.04115105,0.9714478),(0.04517369,0.9755237),(0.04115105,0.9755237),(0.0371295,0.9714478),(0.03311438,0.9714478),(0.0371295,0.9755237),(0.03311437,0.9755237),(0.04115105,0.979601),(0.0371295,0.979601),(0.03311438,0.979601),(0.03311438,0.9836794),(0.0371295,0.9836794),(0.04115105,0.9836794),(0.04517369,0.979601),(0.04517369,0.9836794),(0.029111,0.9714478),(0.02511186,0.9714478),(0.02511186,0.9755237),(0.029111,0.9755237),(0.02110944,0.9714478),(0.01709622,0.9714478),(0.01709622,0.9755237),(0.02110944,0.9755237),(0.02110944,0.979601),(0.02511186,0.979601),(0.01709622,0.979601),(0.01709622,0.9836794),(0.02110944,0.9836794),(0.02511186,0.9836794),(0.029111,0.979601),(0.029111,0.9836794),(0.01306469,0.9714478),(0.009019421,0.9714475),(0.009019421,0.9755236),(0.01306469,0.9755237),(0.004965,0.9714469),(0.000906,0.971446),(0.000906,0.975523),(0.004965,0.9755234),(0.004965,0.9796005),(0.009019421,0.9796008),(0.000906,0.9796),(0.000906,0.983677),(0.004965,0.9836786),(0.009019421,0.9836792),(0.01306469,0.979601),(0.01306469,0.9836794),(0.999094,0.9877577),(0.9951518,0.9877582),(0.9912093,0.9877586),(0.9951518,0.9918386),(0.9912094,0.9918387),(0.999094,0.9918385),(0.9872664,0.9877587),(0.983323,0.9877587),(0.9872665,0.9918388),(0.9833232,0.9918388),(0.9912094,0.9959192),(0.9872668,0.9959192),(0.9833236,0.9959192),(0.9872673,1),(0.983325,1),(0.9912095,1),(0.9951518,0.9959192),(0.999094,0.9959192),(0.9951518,1),(0.999094,1),(0.9793787,0.9877587),(0.9754275,0.9877587),(0.9793788,0.9918388),(0.9754282,0.9918388),(0.9714631,0.9877587),(0.9674796,0.9877587),(0.9714663,0.9918388),(0.9674844,0.9918388),(0.9754307,0.9959192),(0.9714758,0.9959192),(0.9674986,0.9959192),(0.9714885,1),(0.967543,1),(0.975434,1),(0.9793791,0.9959192),(0.9793795,1),(0.9634706,0.9877587),(0.9594426,0.9877587),(0.9594433,0.9918388),(0.9634739,0.9918388),(0.9554016,0.9877587),(0.9513539,0.9877587),(0.951354,0.9918388),(0.9554017,0.9918388),(0.9554018,0.9959192),(0.9594458,0.9959192),(0.9513543,0.9959192),(0.951355,1),(0.955402,1),(0.959449,1),(0.9634833,0.9959192),(0.963496,1),(0.9473058,0.9877587),(0.9432498,0.9877587),(0.9432507,0.9918388),(0.9473058,0.9918388),(0.9391782,0.9877587),(0.9350839,0.9877587),(0.9350896,0.9918388),(0.9391821,0.9918388),(0.9391935,0.9959192),(0.9432536,0.9959192),(0.9351067,0.9959192),(0.93516,1),(0.9392087,1),(0.9432575,1),(0.947306,0.9959192),(0.9473062,1),(0.930959,0.9877587),(0.9268106,0.9877587),(0.9268116,0.9918388),(0.9309629,0.9918388),(0.9226453,0.9877587),(0.9184701,0.9877587),(0.9184707,0.9918388),(0.9226457,0.9918388),(0.9226469,0.9959192),(0.9268147,0.9959192),(0.9184725,0.9959192),(0.918478,1),(0.9226485,1),(0.926819,1),(0.9309742,0.9959192),(0.9309895,1),(0.9142919,0.9877587),(0.910111,0.9877587),(0.9101111,0.9918388),(0.9142922,0.9918388),(0.9059278,0.9877587),(0.9017429,0.9877587),(0.9017431,0.9918388),(0.905928,0.9918388),(0.9059284,0.9959192),(0.9101114,0.9959192),(0.9017438,0.9959192),(0.901746,1),(0.905929,1),(0.910112,1),(0.9142934,0.9959192),(0.914295,1),(0.8975567,0.9877587),(0.8933688,0.9877587),(0.893369,0.9918388),(0.8975569,0.9918388),(0.8891787,0.9877587),(0.8849859,0.9877587),(0.8849865,0.9918388),(0.8891792,0.9918388),(0.8891804,0.9959192),(0.8933694,0.9959192),(0.8849883,0.9959192),(0.884994,1),(0.889182,1),(0.89337,1),(0.8975574,0.9959192),(0.897558,1),(0.8807898,0.9877587),(0.8765806,0.9877587),(0.8765821,0.9918388),(0.8807902,0.9918388),(0.8723488,0.9877587),(0.8680845,0.9877587),(0.8680924,0.9918388),(0.872354,0.9918388),(0.8723699,0.9959192),(0.8765863,0.9959192),(0.8681161,0.9959192),(0.86819,1),(0.872391,1),(0.876592,1),(0.8807914,0.9959192),(0.880793,1),(0.8637781,0.9877587),(0.8594491,0.9877587),(0.8637834,0.9918388),(0.8594493,0.9918388),(0.8551173,0.9877587),(0.8508024,0.9877587),(0.8551127,0.9918388),(0.8507955,0.9918388),(0.8594497,0.9959192),(0.855099,0.9959192),(0.850775,0.9959192),(0.8550807,1),(0.850711,1),(0.8594505,1),(0.8637992,0.9959192),(0.8638202,1),(0.846524,0.9877587),(0.8422731,0.9877587),(0.8465194,0.9918388),(0.8422719,0.9918388),(0.8380403,0.9877587),(0.8338165,0.9877587),(0.8380403,0.9918388),(0.8338165,0.9918388),(0.8422685,0.9959192),(0.8380404,0.9959192),(0.8338167,0.9959192),(0.8380405,1),(0.833817,1),(0.842264,1),(0.8465058,0.9959192),(0.8464875,1),(0.8295926,0.9877587),(0.8253628,0.9877587),(0.8295926,0.9918388),(0.8253635,0.9918388),(0.8211217,0.9877587),(0.8168637,0.9877587),(0.8211246,0.9918388),(0.8168679,0.9918388),(0.8253657,0.9959192),(0.821133,0.9959192),(0.8168806,0.9959192),(0.8211442,1),(0.81692,1),(0.8253685,1),(0.8295927,0.9959192),(0.8295928,1),(0.8125832,0.9877587),(0.8082899,0.9877587),(0.812586,0.9918388),(0.8082901,0.9918388),(0.8039935,0.9877587),(0.7997035,0.9877587),(0.8039914,0.9918388),(0.7997004,0.9918388),(0.8039854,0.9959192),(0.8082907,0.9959192),(0.7996913,0.9959192),(0.799663,1),(0.8039773,1),(0.8082915,1),(0.8125945,0.9959192),(0.8126057,1),(0.7954297,0.9877587),(0.7911757,0.9877587),(0.7954277,0.9918388),(0.7911743,0.9918388),(0.7869452,0.9877587),(0.7827417,0.9877587),(0.7869413,0.9918388),(0.7827359,0.9918388),(0.7911699,0.9959192),(0.7869298,0.9959192),(0.7827187,0.9959192),(0.7869145,1),(0.782665,1),(0.791164,1),(0.7954216,0.9959192),(0.7954135,1),(0.7785689,0.9877587),(0.7744211,0.9877587),(0.7785651,0.9918388),(0.77442,0.9918388),(0.7702925,0.9877587),(0.7661775,0.9877587),(0.7702916,0.9918388),(0.766176,0.9918388),(0.7744163,0.9959192),(0.7702886,0.9959192),(0.7661716,0.9959192),(0.7702848,1),(0.766158,1),(0.7744115,1),(0.7785536,0.9959192),(0.7785382,1),(0.7620703,0.9877587),(0.757961,0.9877587),(0.7620693,0.9918388),(0.7579618,0.9918388),(0.7538399,0.9877587),(0.7496969,0.9877587),(0.7538438,0.9918388),(0.7497028,0.9918388),(0.757964,0.9959192),(0.7538557,0.9959192),(0.7497207,0.9959192),(0.7538715,1),(0.749776,1),(0.757967,1),(0.7620664,0.9959192),(0.7620625,1),(0.7455223,0.9877587),(0.7413244,0.9877587),(0.7413254,0.9918388),(0.7455263,0.9918388),(0.7371117,0.9877587),(0.7328922,0.9877587),(0.7328919,0.9918388),(0.7371115,0.9918388),(0.7371109,0.9959192),(0.7413282,0.9959192),(0.732891,0.9959192),(0.732888,1),(0.73711,1),(0.741332,1),(0.7455381,0.9959192),(0.745554,1),(0.7286744,0.9877587),(0.7244572,0.9877587),(0.7244573,0.9918388),(0.7286742,0.9918388),(0.7202395,0.9877587),(0.71602,0.9877587),(0.7160205,0.9918388),(0.7202398,0.9918388),(0.7202409,0.9959192),(0.7244574,0.9959192),(0.7160221,0.9959192),(0.716027,1),(0.7202423,1),(0.7244575,1),(0.7286736,0.9959192),(0.7286727,1),(0.7117977,0.9877587),(0.7075742,0.9877587),(0.7075742,0.9918388),(0.7117981,0.9918388),(0.7033514,0.9877587),(0.6991307,0.9877587),(0.6991299,0.9918388),(0.7033509,0.9918388),(0.7033495,0.9959192),(0.7075741,0.9959192),(0.6991278,0.9959192),(0.699121,1),(0.7033475,1),(0.707574,1),(0.7117991,0.9959192),(0.7118005,1),(0.6949139,0.9877587),(0.6906992,0.9877587),(0.6906992,0.9918388),(0.6949134,0.9918388),(0.6864849,0.9877587),(0.6822694,0.9877587),(0.6822699,0.9918388),(0.6864854,0.9918388),(0.6864865,0.9959192),(0.6906991,0.9959192),(0.6822717,0.9959192),(0.682277,1),(0.686488,1),(0.690699,1),(0.694912,0.9959192),(0.69491,1),(0.6780508,0.9877587),(0.6738272,0.9877587),(0.6780511,0.9918388),(0.6738276,0.9918388),(0.6695971,0.9877587),(0.6653587,0.9877587),(0.6695984,0.9918388),(0.6653606,0.9918388),(0.6738288,0.9959192),(0.6696022,0.9959192),(0.6653663,0.9959192),(0.6696073,1),(0.665384,1),(0.6738305,1),(0.6780522,0.9959192),(0.6780537,1),(0.6611102,0.9877587),(0.6568571,0.9877587),(0.6611114,0.9918388),(0.6568571,0.9918388),(0.6526053,0.9877587),(0.6483604,0.9877587),(0.6526037,0.9918388),(0.6483581,0.9918388),(0.6568568,0.9959192),(0.6525991,0.9959192),(0.648351,0.9959192),(0.6525928,1),(0.648329,1),(0.6568565,1),(0.6611152,0.9959192),(0.6611203,1),(0.6441281,0.9877587),(0.6399043,0.9877587),(0.6441265,0.9918388),(0.639904,0.9918388),(0.635685,0.9877587),(0.6314663,0.9877587),(0.6356854,0.9918388),(0.6314669,0.9918388),(0.6399031,0.9959192),(0.6356868,0.9959192),(0.6314689,0.9959192),(0.6356885,1),(0.631475,1),(0.639902,1),(0.6441218,0.9959192),(0.6441155,1),(0.627244,0.9877587),(0.6230208,0.9877587),(0.6272444,0.9918388),(0.6230208,0.9918388),(0.6187993,0.9877587),(0.6145822,0.9877587),(0.6187985,0.9918388),(0.6145809,0.9918388),(0.6230204,0.9959192),(0.6187959,0.9959192),(0.6145771,0.9959192),(0.6187925,1),(0.614565,1),(0.62302,1),(0.6272457,0.9959192),(0.6272475,1),(0.6103719,0.9877587),(0.6061606,0.9877587),(0.6061612,0.9918388),(0.6103711,0.9918388),(0.6019406,0.9877587),(0.5977041,0.9877587),(0.5977086,0.9918388),(0.6019437,0.9918388),(0.6019528,0.9959192),(0.6061628,0.9959192),(0.5977224,0.9959192),(0.597765,1),(0.6019651,1),(0.6061651,1),(0.6103685,0.9959192),(0.610365,1),(0.5934432,0.9877587),(0.589169,0.9877587),(0.5891691,0.9918388),(0.5934462,0.9918388),(0.5848927,0.9877587),(0.5806257,0.9877587),(0.5806218,0.9918388),(0.5848902,0.9918388),(0.5848826,0.9959192),(0.5891695,0.9959192),(0.5806105,0.9959192),(0.580575,1),(0.5848725,1),(0.58917,1),(0.5934553,0.9959192),(0.5934675,1),(0.5763788,0.9877587),(0.572147,0.9877587),(0.5721463,0.9918388),(0.5763763,0.9918388),(0.567925,0.9877587),(0.5637077,0.9877587),(0.5637078,0.9918388),(0.567925,0.9918388),(0.5679252,0.9959192),(0.5721444,0.9959192),(0.5637081,0.9959192),(0.563709,1),(0.5679255,1),(0.572142,1),(0.5763686,0.9959192),(0.5763585,1),(0.55949,0.9877587),(0.5552715,0.9877587),(0.5552716,0.9918388),(0.55949,0.9918388),(0.5510522,0.9877587),(0.5468317,0.9877587),(0.546832,0.9918388),(0.5510523,0.9918388),(0.5510528,0.9959192),(0.5552717,0.9959192),(0.5468327,0.9959192),(0.546835,1),(0.5510535,1),(0.555272,1),(0.5594902,0.9959192),(0.5594905,1),(0.5426099,0.9877587),(0.5383899,0.9877587),(0.5383896,0.9918388),(0.5426101,0.9918388),(0.5341746,0.9877587),(0.5299669,0.9877587),(0.5341733,0.9918388),(0.5299649,0.9918388),(0.5341692,0.9959192),(0.5383887,0.9959192),(0.5299588,0.9959192),(0.5341638,1),(0.52994,1),(0.5383875,1),(0.5426106,0.9959192),(0.5426112,1),(0.52577,0.9877587),(0.5215818,0.9877587),(0.5257686,0.9918388),(0.5215813,0.9918388),(0.5174,0.9877587),(0.5132228,0.9877587),(0.5132223,0.9918388),(0.5173997,0.9918388),(0.5173989,0.9959192),(0.5215801,0.9959192),(0.513221,0.9959192),(0.513217,1),(0.5173978,1),(0.5215785,1),(0.5257646,0.9959192),(0.5257592,1),(0.5090478,0.9877587),(0.5048727,0.9877587),(0.5048728,0.9918388),(0.5090475,0.9918388),(0.5006949,0.9877587),(0.4965119,0.9877587),(0.4965134,0.9918388),(0.5006958,0.9918388),(0.5006987,0.9959192),(0.5048733,0.9959192),(0.4965177,0.9959192),(0.496531,1),(0.5007025,1),(0.504874,1),(0.5090467,0.9959192),(0.5090455,1),(0.4923214,0.9877587),(0.4881234,0.9877587),(0.4881239,0.9918388),(0.4923223,0.9918388),(0.4839184,0.9877587),(0.4797065,0.9877587),(0.4797077,0.9918388),(0.4839192,0.9918388),(0.4839217,0.9959192),(0.4881252,0.9959192),(0.4797114,0.9959192),(0.479723,1),(0.483925,1),(0.488127,1),(0.4923252,0.9959192),(0.492329,1),(0.4754879,0.9877587),(0.4712752,0.9877587),(0.4754887,0.9918388),(0.471274,0.9918388),(0.4670808,0.9877587),(0.4629171,0.9877587),(0.4670753,0.9918388),(0.462909,0.9918388),(0.4712706,0.9959192),(0.4670591,0.9959192),(0.4628847,0.9959192),(0.4670375,1),(0.462809,1),(0.471266,1),(0.4754912,0.9959192),(0.4754945,1),(0.4587967,0.9877587),(0.4547031,0.9877587),(0.4587913,0.9918388),(0.4547025,0.9918388),(0.4506197,0.9877587),(0.44653,0.9877587),(0.4506226,0.9918388),(0.4465342,0.9918388),(0.4547005,0.9959192),(0.4506311,0.9959192),(0.4465471,0.9959192),(0.4506425,1),(0.446587,1),(0.454698,1),(0.4587751,0.9959192),(0.4587535,1),(0.4424174,0.9877587),(0.4382856,0.9877587),(0.4424203,0.9918388),(0.4382866,0.9918388),(0.4341379,0.9877587),(0.429978,0.9877587),(0.4299796,0.9918388),(0.434139,0.9918388),(0.4382896,0.9959192),(0.4341424,0.9959192),(0.4299846,0.9959192),(0.43,1),(0.4341468,1),(0.4382935,1),(0.4424289,0.9959192),(0.4424403,1),(0.4258092,0.9877587),(0.4216311,0.9877587),(0.4258103,0.9918388),(0.4216318,0.9918388),(0.4174434,0.9877587),(0.4132456,0.9877587),(0.4174448,0.9918388),(0.4132476,0.9918388),(0.4216336,0.9959192),(0.4174487,0.9959192),(0.4132535,0.9959192),(0.417454,1),(0.413272,1),(0.421636,1),(0.4258136,0.9959192),(0.425818,1),(0.4090372,0.9877587),(0.4048201,0.9877587),(0.4090385,0.9918388),(0.4048206,0.9918388),(0.4005963,0.9877587),(0.3963675,0.9877587),(0.4005966,0.9918388),(0.3963681,0.9918388),(0.4048218,0.9959192),(0.4005978,0.9959192),(0.3963698,0.9959192),(0.4005992,1),(0.396375,1),(0.4048235,1),(0.4090424,0.9959192),(0.4090477,1),(0.3921357,0.9877587),(0.3879012,0.9877587),(0.3921361,0.9918388),(0.3879014,0.9918388),(0.3836642,0.9877587),(0.3794248,0.9877587),(0.3836645,0.9918388),(0.3794252,0.9918388),(0.3879018,0.9959192),(0.3836652,0.9959192),(0.3794264,0.9959192),(0.3836662,1),(0.37943,1),(0.3879025,1),(0.3921372,0.9959192),(0.3921387,1),(0.3751834,0.9877587),(0.3709441,0.9877587),(0.3751837,0.9918388),(0.3709438,0.9918388),(0.3667112,0.9877587),(0.3624887,0.9877587),(0.3667094,0.9918388),(0.3624859,0.9918388),(0.3709426,0.9959192),(0.3667038,0.9959192),(0.3624777,0.9959192),(0.3666965,1),(0.362452,1),(0.370941,1),(0.3751845,0.9959192),(0.3751855,1),(0.358281,0.9877587),(0.3540821,0.9877587),(0.3540819,0.9918388),(0.3582791,0.9918388),(0.3498864,0.9877587),(0.3456882,0.9877587),(0.3456898,0.9918388),(0.3498875,0.9918388),(0.3498906,0.9959192),(0.3540813,0.9959192),(0.3456945,0.9959192),(0.345709,1),(0.3498948,1),(0.3540805,1),(0.3582736,0.9959192),(0.3582662,1),(0.3414817,0.9877587),(0.3372694,0.9877587),(0.3372697,0.9918388),(0.3414827,0.9918388),(0.3330541,0.9877587),(0.3288383,0.9877587),(0.3288379,0.9918388),(0.3330539,0.9918388),(0.3330531,0.9959192),(0.3372702,0.9959192),(0.3288367,0.9959192),(0.328833,1),(0.333052,1),(0.337271,1),(0.3414858,0.9959192),(0.34149,1),(0.3246247,0.9877587),(0.3204179,0.9877587),(0.3204171,0.9918388),(0.3246244,0.9918388),(0.3162228,0.9877587),(0.3120441,0.9877587),(0.3120402,0.9918388),(0.3162201,0.9918388),(0.3162121,0.9959192),(0.3204149,0.9959192),(0.3120282,0.9959192),(0.311991,1),(0.3162015,1),(0.320412,1),(0.3246236,0.9959192),(0.3246225,1),(0.3078868,0.9877587),(0.3037427,0.9877587),(0.3037424,0.9918388),(0.3078841,0.9918388),(0.2996041,0.9877587),(0.2954631,0.9877587),(0.295465,0.9918388),(0.2996054,0.9918388),(0.2996093,0.9959192),(0.3037414,0.9959192),(0.2954708,0.9959192),(0.295489,1),(0.2996145,1),(0.30374,1),(0.3078761,0.9959192),(0.3078655,1),(0.2913116,0.9877587),(0.2871543,0.9877587),(0.2871544,0.9918388),(0.2913129,0.9918388),(0.2829956,0.9877587),(0.2788399,0.9877587),(0.2788385,0.9918388),(0.2829946,0.9918388),(0.2829918,0.9959192),(0.2871547,0.9959192),(0.2788342,0.9959192),(0.278821,1),(0.282988,1),(0.287155,1),(0.2913168,0.9959192),(0.291322,1),(0.2746918,0.9877587),(0.2705556,0.9877587),(0.2705546,0.9918388),(0.2746909,0.9918388),(0.2664356,0.9877587),(0.262336,0.9877587),(0.2623314,0.9918388),(0.2664325,0.9918388),(0.2664232,0.9959192),(0.2705516,0.9959192),(0.2623174,0.9959192),(0.262274,1),(0.2664108,1),(0.2705475,1),(0.274688,0.9959192),(0.2746843,1),(0.2582613,0.9877587),(0.254209,0.9877587),(0.2582582,0.9918388),(0.2542078,0.9918388),(0.2501769,0.9877587),(0.2461624,0.9877587),(0.2501749,0.9918388),(0.2461596,0.9918388),(0.254204,0.9959192),(0.2501692,0.9959192),(0.2461509,0.9959192),(0.2501615,1),(0.246124,1),(0.254199,1),(0.2582489,0.9959192),(0.2582365,1),(0.2421634,0.9877587),(0.238164,0.9877587),(0.2421614,0.9918388),(0.238165,0.9918388),(0.2341487,0.9877587),(0.2301017,0.9877587),(0.2341546,0.9918388),(0.2301106,0.9918388),(0.238168,0.9959192),(0.2341723,0.9959192),(0.2301372,0.9959192),(0.234196,1),(0.23022,1),(0.238172,1),(0.2421557,0.9959192),(0.242148,1),(0.2260074,0.9877587),(0.2218787,0.9877587),(0.2260134,0.9918388),(0.22188,0.9918388),(0.2177283,0.9877587),(0.2135691,0.9877587),(0.2177278,0.9918388),(0.2135684,0.9918388),(0.2218841,0.9959192),(0.2177263,0.9959192),(0.2135661,0.9959192),(0.2177242,1),(0.213559,1),(0.2218895,1),(0.2260311,0.9959192),(0.2260548,1),(0.2094141,0.9877587),(0.2052627,0.9877587),(0.2094136,0.9918388),(0.2052625,0.9918388),(0.2011147,0.9877587),(0.1969699,0.9877587),(0.2011144,0.9918388),(0.1969694,0.9918388),(0.2052618,0.9959192),(0.2011134,0.9959192),(0.1969678,0.9959192),(0.201112,1),(0.196963,1),(0.205261,1),(0.209412,0.9959192),(0.20941,1),(0.1928277,0.9877587),(0.1886888,0.9877587),(0.1928274,0.9918388),(0.1886885,0.9918388),(0.1845533,0.9877587),(0.1804218,0.9877587),(0.1845528,0.9918388),(0.180421,0.9918388),(0.1886879,0.9959192),(0.1845511,0.9959192),(0.1804186,0.9959192),(0.184549,1),(0.180411,1),(0.188687,1),(0.1928264,0.9959192),(0.192825,1),(0.1762946,0.9877587),(0.1721701,0.9877587),(0.176294,0.9918388),(0.17217,0.9918388),(0.1680468,0.9877587),(0.163923,0.9877587),(0.168047,0.9918388),(0.1639234,0.9918388),(0.1721698,0.9959192),(0.1680478,0.9959192),(0.1639245,0.9959192),(0.1680488,1),(0.163928,1),(0.1721695,1),(0.1762924,0.9959192),(0.1762902,1),(0.1597973,0.9877587),(0.1556691,0.9877587),(0.1597975,0.9918388),(0.1556693,0.9918388),(0.1515382,0.9877587),(0.1474041,0.9877587),(0.1515386,0.9918388),(0.1474048,0.9918388),(0.1556698,0.9959192),(0.15154,0.9959192),(0.1474068,0.9959192),(0.1515417,1),(0.147413,1),(0.1556705,1),(0.1597982,0.9959192),(0.1597992,1),(0.1432664,0.9877587),(0.1391259,0.9877587),(0.139126,0.9918388),(0.1432669,0.9918388),(0.134983,0.9877587),(0.1308385,0.9877587),(0.1308387,0.9918388),(0.1349831,0.9918388),(0.1349835,0.9959192),(0.1391264,0.9959192),(0.1308393,0.9959192),(0.130841,1),(0.134984,1),(0.139127,1),(0.1432682,0.9959192),(0.14327,1),(0.126693,0.9877587),(0.12255,0.9877587),(0.1266931,0.9918388),(0.1225496,0.9918388),(0.1184131,0.9877587),(0.1142857,0.9877587),(0.1184114,0.9918388),(0.1142832,0.9918388),(0.1225485,0.9959192),(0.1184065,0.9959192),(0.1142759,0.9959192),(0.1184,1),(0.114253,1),(0.122547,1),(0.1266935,0.9959192),(0.126694,1),(0.1101713,0.9877587),(0.1060752,0.9877587),(0.1101697,0.9918388),(0.1060737,0.9918388),(0.1020023,0.9877587),(0.09795791,0.9877587),(0.1019981,0.9918388),(0.09795161,0.9918388),(0.1060693,0.9959192),(0.1019855,0.9959192),(0.09793274,0.9959192),(0.1019688,1),(0.097874,1),(0.1060635,1),(0.1101648,0.9959192),(0.1101582,1),(0.09394707,0.9877587),(0.08994583,0.9877587),(0.09394287,0.9918388),(0.08994673,0.9918388),(0.08593026,0.9877587),(0.08187638,0.9877587),(0.08593803,0.9918388),(0.08188805,0.9918388),(0.08994941,0.9959192),(0.08596138,0.9959192),(0.08192307,0.9959192),(0.0859925,1),(0.082032,1),(0.08995301,1),(0.09393029,0.9959192),(0.0939135,1),(0.07776025,0.9877587),(0.07361087,0.9877587),(0.07776803,0.9918388),(0.07361114,0.9918388),(0.06945725,0.9877587),(0.06532837,0.9877587),(0.06945053,0.9918388),(0.0653183,0.9918388),(0.07361194,0.9959192),(0.06943038,0.9959192),(0.06528807,0.9959192),(0.0694035,1),(0.065194,1),(0.073613,1),(0.07779138,0.9959192),(0.07782251,1),(0.06125325,0.9877587),(0.05721605,0.9877587),(0.06124653,0.9918388),(0.05721466,0.9918388),(0.05320094,0.9877587),(0.0491921,0.9877587),(0.05320214,0.9918388),(0.04919389,0.9918388),(0.05721052,0.9959192),(0.05320572,0.9959192),(0.04919927,0.9959192),(0.0532105,1),(0.049216,1),(0.057205,1),(0.06122638,0.9959192),(0.0611995,1),(0.04517369,0.9877587),(0.04115105,0.9877587),(0.04517488,0.9918388),(0.04115098,0.9918388),(0.0371295,0.9877587),(0.03311438,0.9877587),(0.03311218,0.9918388),(0.03712803,0.9918388),(0.03712362,0.9959192),(0.04115077,0.9959192),(0.03310556,0.9959192),(0.03711775,1),(0.033085,1),(0.0411505,1),(0.04517847,0.9959192),(0.04518325,1),(0.029111,0.9877587),(0.02511186,0.9877587),(0.02511206,0.9918388),(0.02910953,0.9918388),(0.02110944,0.9877587),(0.01709622,0.9877587),(0.01709965,0.9918388),(0.02111173,0.9918388),(0.02111859,0.9959192),(0.02511268,0.9959192),(0.01710995,0.9959192),(0.017142,1),(0.02112775,1),(0.0251135,1),(0.02910513,0.9959192),(0.02909925,1),(0.01306469,0.9877587),(0.009019421,0.9877586),(0.009019993,0.9918387),(0.01306698,0.9918388),(0.004965,0.9877582),(0.000906,0.9877577),(0.004965,0.9918386),(0.000906,0.9918385),(0.009021711,0.9959192),(0.004965,0.9959192),(0.000906,0.9959192),(0.004965,1),(0.000906,1),(0.009024,1),(0.01307384,0.9959192),(0.013083,1)])]),
        tangent=Tangent(vector=[(0.7838911,-2.882622e-6,0.6208983,1),(0.7852299,-5.207678e-6,0.6192043,1),(0.7839108,0,0.6208736,1),(0.7857459,2.099306e-7,0.6185496,1),(0.7848634,-1.103014e-5,0.6196688,1),(0.7858863,-2.100024e-5,0.618371,1),(0.7875413,-3.817763e-5,0.616262,1),(0.7870694,-8.572003e-6,0.6168645,1),(0.7874287,1.530375e-6,0.6164058,1),(0.7864286,-2.446159e-5,0.6176813,1),(0.7869815,-4.719927e-5,0.6169766,1),(0.7885707,-4.360999e-5,0.6149442,1),(0.7885029,-8.40217e-5,0.6150311,1),(0.7890391,-0.0001554011,0.614343,1),(0.7882055,-8.708065e-5,0.6154121,1),(0.7891904,-0.0001126216,0.6141487,1),(0.7887368,-4.795653e-5,0.614731,1),(0.7895098,-0.0002029523,0.6137379,1),(0.78988,-0.0002153319,0.6132614,1),(0.7898817,-0.000117011,0.6132591,1),(0.7895535,-4.647282e-5,0.6136817,1),(0.7882964,-8.645699e-6,0.6152956,1),(0.7878814,4.503803e-6,0.615827,1),(0.7885833,-4.148942e-6,0.614928,1),(0.7881615,9.902502e-6,0.6154686,1),(0.7903687,-6.082064e-5,0.6126314,1),(0.7899981,-0.0001170688,0.6131094,1),(0.7912673,-6.899038e-5,0.6114705,1),(0.7908348,-0.0001329401,0.6120297,1),(0.7903942,-0.0002452818,0.6125985,1),(0.7898797,-0.0002164998,0.6132619,1),(0.7912868,-6.853262e-5,0.6114451,1),(0.7910228,-0.0001320264,0.6117866,1),(0.7904356,-5.993999e-5,0.6125453,1),(0.7905703,-0.000114614,0.6123714,1),(0.7904626,-0.0002082627,0.6125104,1),(0.7905859,-0.0002425233,0.6123512,1),(0.7902653,-0.00031069,0.6127647,1),(0.7900665,-0.0003185872,0.6130211,1),(0.7904181,-0.0002594787,0.6125677,1),(0.7904749,-0.0002475058,0.6124945,1),(0.7901188,-0.0003163254,0.6129536,1),(0.7898999,-0.0003340247,0.6132357,1),(0.7898126,-0.000283032,0.6133482,1),(0.7898214,-0.0003007345,0.6133369,1),(0.7893445,-4.655867e-5,0.6139504,1),(0.7897232,-8.78124e-5,0.6134633,1),(0.7884161,-3.112969e-5,0.6151424,1),(0.7889059,-5.77943e-5,0.6145141,1),(0.7894024,-9.960576e-5,0.6138761,1),(0.7900139,-0.0001562067,0.6130891,1),(0.7876403,-1.365126e-5,0.6161354,1),(0.7881131,-2.446191e-5,0.6155304,1),(0.7870127,5.386966e-6,0.6169369,1),(0.7873365,1.21003e-5,0.6165236,1),(0.7876852,2.836417e-5,0.6160778,1),(0.7886282,-3.815859e-5,0.6148704,1),(0.7890953,-2.916627e-5,0.6142707,1),(0.7898717,-0.0001087432,0.6132721,1),(0.7879893,5.325887e-5,0.615689,1),(0.7882202,9.107246e-5,0.6153933,1),(0.7894939,1.385977e-5,0.6137583,1),(0.7902939,-6.840395e-5,0.6127279,1),(0.7903105,-0.0001854421,0.6127066,1),(0.7906204,-0.0001554912,0.6123067,1),(0.7870934,2.408753e-5,0.6168339,1),(0.7871253,4.74856e-5,0.6167932,1),(0.7881141,3.984482e-5,0.6155292,1),(0.7879251,7.679841e-5,0.6157711,1),(0.7879623,0.0001445745,0.6157234,1),(0.7872648,9.201448e-5,0.6166151,1),(0.7900615,5.213889e-5,0.6130276,1),(0.789727,9.983432e-5,0.6134583,1),(0.7929093,6.044105e-5,0.6093396,1),(0.7925023,0.0001160221,0.6098689,1),(0.7926422,0.0002160865,0.609687,1),(0.7897646,0.0001860108,0.6134099,1),(0.7897658,0.0002471456,0.6134086,1),(0.787964,0.0001953513,0.6157213,1),(0.7927465,0.0002860516,0.6095514,1),(0.7927969,0.0003118957,0.6094859,1),(0.7897151,0.0002713364,0.6134736,1),(0.7879075,0.0002210501,0.6157935,1),(0.7873639,0.0001306967,0.6164885,1),(0.7874035,0.0001610092,0.616438,1),(0.7946315,-2.041086e-5,0.6070921,1),(0.7946656,5.174765e-5,0.6070474,1),(0.7942883,-0.0002709099,0.6075409,1),(0.7947266,-0.0001659731,0.6069675,1),(0.7951179,2.275601e-5,0.6064548,1),(0.7949466,0.0001797534,0.6066796,1),(0.7918971,-0.0006894223,0.6106541,1),(0.7927189,-0.0005364115,0.6095871,1),(0.7881445,-0.00127434,0.6154891,1),(0.7884629,-0.001058475,0.6150814,1),(0.7887048,-0.0006505438,0.6147718,1),(0.7931874,-0.0002542171,0.6089775,1),(0.7936774,-2.54745e-5,0.6083388,1),(0.795499,0.000168832,0.6059548,1),(0.7897336,-0.0003099893,0.6134499,1),(0.7904226,-6.655017e-5,0.6125619,1),(0.7942062,0.0001255048,0.6076484,1),(0.7958626,0.0002527225,0.6054773,1),(0.7951943,0.0002728107,0.6063547,1),(0.7954006,0.0003148597,0.6060839,1),(0.7844062,-0.002968833,0.6202403,1),(0.7840561,-0.002546194,0.6206847,1),(0.7808049,-0.006714116,0.6247389,1),(0.7806179,-0.00580874,0.6249816,1),(0.7840456,-0.001718765,0.620701,1),(0.781082,-0.004015537,0.6244158,1),(0.7783588,-0.01251168,0.627695,1),(0.7783102,-0.01084688,0.6277861,1),(0.7770442,-0.02036886,0.6291165,1),(0.7771189,-0.01766963,0.6291057,1),(0.7786741,-0.007550817,0.6273831,1),(0.7772941,-0.01234958,0.6290163,1),(0.7811379,-0.002466023,0.6243536,1),(0.7787541,-0.004684927,0.6273119,1),(0.7774542,-0.007694094,0.6288926,1),(0.7777823,-0.004101448,0.6285202,1),(0.7796493,-0.002488651,0.6262115,1),(0.7823796,-0.001287316,0.6228004,1),(0.784806,-0.001012341,0.6197407,1),(0.7859702,-0.0004827371,0.6182642,1),(0.7759657,-0.03015156,0.6300542,1),(0.7758026,-0.02616113,0.6304333,1),(0.7729704,-0.04164737,0.6330737,1),(0.7731944,-0.03615756,0.6331373,1),(0.7756947,-0.01835315,0.6308414,1),(0.7733303,-0.02545624,0.6334921,1),(0.7681345,-0.0547966,0.6379395,1),(0.7693396,-0.04761819,0.6370629,1),(0.7622073,-0.06958724,0.6435819,1),(0.7640688,-0.06047663,0.6422939,1),(0.7656923,-0.04273428,0.6417859,1),(0.7701886,-0.03361687,0.6369296,1),(0.7707515,-0.02120668,0.6367829,1),(0.7738266,-0.01600608,0.6331953,1),(0.7668815,-0.02702772,0.6412193,1),(0.7676018,-0.01475113,0.6407572,1),(0.7710035,-0.0115069,0.636727,1),(0.7738542,-0.00862776,0.633305,1),(0.7760749,-0.01148694,0.6305361,1),(0.7761177,-0.006150423,0.6305581,1),(0.7545119,-0.08571727,0.6506644,1),(0.7572939,-0.0744946,0.6488115,1),(0.7448806,-0.1029372,0.6592093,1),(0.7488331,-0.08946361,0.6566927,1),(0.7532019,-0.06302979,0.6547626,1),(0.7600621,-0.05259395,0.6477185,1),(0.7332488,-0.1212087,0.6690701,1),(0.7386037,-0.1053655,0.6658549,1),(0.7195691,-0.1404877,0.6800614,1),(0.7265287,-0.122169,0.6761884,1),(0.7355686,-0.08565691,0.6720131,1),(0.7450572,-0.07404957,0.6628774,1),(0.7501191,-0.04647166,0.6596678,1),(0.7566045,-0.03973183,0.6526645,1),(0.7426848,-0.05349088,0.6675013,1),(0.7477046,-0.02854691,0.6634176,1),(0.7536787,-0.02505163,0.6567654,1),(0.758966,-0.02159581,0.6507719,1),(0.7621787,-0.03325514,0.6465121,1),(0.7636029,-0.01816638,0.6454306,1),(0.7051682,-0.1571048,0.6914158,1),(0.713632,-0.1367054,0.6870524,1),(0.6912789,-0.1675318,0.7028987,1),(0.7011076,-0.1459367,0.6979617,1),(0.7154323,-0.1021693,0.6911715,1),(0.725426,-0.09572022,0.6816118,1),(0.6779598,-0.1718705,0.7147244,1),(0.6890371,-0.1499647,0.7090405,1),(0.6651943,-0.1701725,0.7270198,1),(0.6774361,-0.1488575,0.7203623,1),(0.6960185,-0.1044241,0.71039,1),(0.7056275,-0.105058,0.7007515,1),(0.7188909,-0.06533227,0.6920458,1),(0.7268068,-0.06350444,0.6838999,1),(0.7110012,-0.06507242,0.7001734,1),(0.7217084,-0.0344999,0.6913369,1),(0.7283257,-0.03451333,0.6843614,1),(0.7348584,-0.03353118,0.6773911,1),(0.734737,-0.05956537,0.6757319,1),(0.7413142,-0.03154635,0.6704162,1),(0.6517115,-0.1662074,0.740032,1),(0.6651767,-0.1457682,0.7323194,1),(0.6361231,-0.1636089,0.7540421,1),(0.6511189,-0.1438744,0.7452143,1),(0.674979,-0.1014614,0.7308276,1),(0.6859358,-0.1024302,0.7204167,1),(0.6183972,-0.162373,0.7689082,1),(0.6352075,-0.1431504,0.7589594,1),(0.5984961,-0.1625089,0.78447,1),(0.6179395,-0.1441586,0.7728965,1),(0.6481442,-0.1008869,0.7548053,1),(0.6634119,-0.1018344,0.7412924,1),(0.6922317,-0.06239316,0.7189732,1),(0.6838633,-0.06286342,0.7268969,1),(0.6737118,-0.06314532,0.7362915,1),(0.6986859,-0.03306726,0.714664,1),(0.6928583,-0.03401151,0.7202712,1),(0.7065122,-0.03335557,0.7069144,1),(0.7028258,-0.06401036,0.7084762,1),(0.7149773,-0.03410929,0.698315,1),(0.580331,-0.1609245,0.7983227,1),(0.6019,-0.1435286,0.7855672,1),(0.5674624,-0.154147,0.8088418,1),(0.5896482,-0.1375327,0.795864,1),(0.6350411,-0.09968207,0.7660198,1),(0.6252361,-0.0955119,0.7745691,1),(0.5599077,-0.1421205,0.8162752,1),(0.5815303,-0.1262525,0.8036684,1),(0.5576077,-0.12473,0.8206802,1),(0.5782208,-0.1106259,0.8083456,1),(0.6158269,-0.07919484,0.7838913,1),(0.6196399,-0.08972108,0.7797413,1),(0.6563392,-0.0601525,0.7520641,1),(0.6502331,-0.05555707,0.7577007,1),(0.6458756,-0.0489063,0.7618746,1),(0.6740677,-0.03022127,0.7380511,1),(0.6694267,-0.0267425,0.7423966,1),(0.6795312,-0.03259442,0.7329222,1),(0.6641784,-0.06268734,0.7449411,1),(0.6858017,-0.03385946,0.7270003,1),(0.5601684,-0.1052735,0.8216622,1),(0.5792269,-0.09333187,0.8098058,1),(0.5667064,-0.08621885,0.8193962,1),(0.5836051,-0.07641461,0.8084343,1),(0.6151554,-0.0548261,0.7864973,1),(0.6144423,-0.06688387,0.7861216,1),(0.5771983,-0.06751583,0.8138081,1),(0.5913406,-0.05986188,0.804197,1),(0.5915858,-0.04913662,0.8047434,1),(0.6023881,-0.04365632,0.7970085,1),(0.6228734,-0.03147436,0.7816893,1),(0.6179695,-0.04302556,0.7850238,1),(0.6409819,-0.03397593,0.7668036,1),(0.6399792,-0.02672322,0.7679275,1),(0.6399534,-0.01960358,0.7681636,1),(0.6573374,-0.0149188,0.7534487,1),(0.6537321,-0.01121313,0.7566431,1),(0.6612558,-0.0188229,0.7499244,1),(0.6429564,-0.04137464,0.7647845,1),(0.6652893,-0.02276133,0.7462386,1),(0.6088498,-0.03043575,0.7927015,1),(0.6160409,-0.0275158,0.7872335,1),(0.6281047,-0.01120602,0.7780482,1),(0.631537,-0.01097329,0.7752681,1),(0.6374471,-0.007608019,0.7704565,1),(0.6294463,-0.01969328,0.7767944,1),(0.6494367,0.007553834,0.7603782,1),(0.6485348,0.006630666,0.7611561,1),(0.6725039,0.02625032,0.7396278,1),(0.667157,0.02428406,0.7445213,1),(0.6578813,0.01650421,0.752941,1),(0.64701,0.004304455,0.7624693,1),(0.6454338,0.00292596,0.7638106,1),(0.6428753,-0.005176445,0.7659534,1),(0.6492594,0.0106959,0.7604918,1),(0.6423538,0.006106717,0.7663839,1),(0.6441787,0.001749586,0.7648729,1),(0.6467642,-0.00266929,0.7626854,1),(0.6414039,-0.01326162,0.7670887,1),(0.6492278,-0.006346868,0.7605675,1),(0.693045,0.04654159,0.7193903,1),(0.6839548,0.04245914,0.7282878,1),(0.707873,0.06766241,0.7030914,1),(0.6958181,0.06137067,0.7155912,1),(0.6742407,0.04198518,0.7373174,1),(0.6677485,0.02895918,0.7438233,1),(0.7173166,0.08955945,0.6909674,1),(0.7029287,0.08104109,0.7066283,1),(0.721617,0.1122341,0.6831343,1),(0.7053996,0.1014905,0.7015065,1),(0.6773377,0.0697564,0.7323577,1),(0.6774254,0.05558576,0.7334882,1),(0.6527818,0.03528381,0.7567238,1),(0.6537588,0.02675912,0.7562298,1),(0.6496549,0.04413104,0.7589473,1),(0.626817,0.02405763,0.7787951,1),(0.6325802,0.01942215,0.7742512,1),(0.6370776,0.01489033,0.7706559,1),(0.6525816,0.01856979,0.7574909,1),(0.6403298,0.01045425,0.768029,1),(0.7206039,0.1335308,0.6803673,1),(0.7034808,0.1199813,0.7005136,1),(0.713356,0.1524098,0.6840281,1),(0.6977189,0.133909,0.7037449,1),(0.667463,0.09355324,0.7387427,1),(0.6739544,0.08296721,0.7340994,1),(0.7004853,0.1674241,0.6937503,1),(0.6881639,0.1436587,0.7111909,1),(0.6838329,0.1762007,0.7080436,1),(0.673077,0.1512346,0.7239444,1),(0.6450788,0.1068517,0.7566083,1),(0.6578569,0.101517,0.7462698,1),(0.628691,0.06396796,0.7750198,1),(0.6374947,0.05898436,0.7681936,1),(0.6180497,0.06731327,0.7832518,1),(0.5954271,0.03641907,0.8025835,1),(0.6043442,0.0345303,0.7959747,1),(0.6125469,0.03184259,0.7897926,1),(0.6444765,0.0523719,0.7628284,1),(0.620037,0.02835159,0.7840602,1),(0.6644774,0.1802881,0.7252352,1),(0.655119,0.1551198,0.7394301,1),(0.6444074,0.1800293,0.7431882,1),(0.6364494,0.1551295,0.7555574,1),(0.6144687,0.1095395,0.7812998,1),(0.6301312,0.1095824,0.7687173,1),(0.6235021,0.1753966,0.7618932,1),(0.6169958,0.1512393,0.7722971,1),(0.6048568,0.1644996,0.7791585,1),(0.5971358,0.1431495,0.7892635,1),(0.5817407,0.100619,0.8071266,1),(0.598049,0.1067087,0.794324,1),(0.5797171,0.06716263,0.8120451,1),(0.5931935,0.06899977,0.8020976,1),(0.5670107,0.06293367,0.8213028,1),(0.5540456,0.03396997,0.831793,1),(0.5665265,0.03573957,0.8232682,1),(0.5753302,0.0374598,0.817063,1),(0.6059585,0.06904842,0.7924939,1),(0.5856985,0.03745451,0.8096631,1),(0.5853075,0.1524803,0.7963446,1),(0.5760907,0.1338267,0.8063559,1),(0.5661824,0.1412674,0.8120842,1),(0.5585247,0.1236477,0.8202204,1),(0.5632347,0.09426464,0.8209024,1),(0.5482944,0.08695541,0.8317523,1),(0.5495133,0.129866,0.8253303,1),(0.5432841,0.1133661,0.8318596,1),(0.5354718,0.1183078,0.8362256,1),(0.5304794,0.1030084,0.8414161,1),(0.5352539,0.07957092,0.8409351,1),(0.5241756,0.072124,0.8485506,1),(0.5384552,0.05446562,0.8408921,1),(0.5275214,0.04969675,0.8480869,1),(0.5180895,0.04488024,0.8541481,1),(0.5210013,0.0264632,0.8531456,1),(0.512947,0.02372641,0.8580923,1),(0.5302082,0.02917231,0.8473656,1),(0.550879,0.05917957,0.8324843,1),(0.5405486,0.03185707,0.8407094,1),(0.5231478,0.1046896,0.8457875,1),(0.5188537,0.09103063,0.8500025,1),(0.5108103,0.087211,0.8552585,1),(0.5070913,0.0757799,0.8585545,1),(0.5139176,0.06358887,0.8554795,1),(0.5033226,0.05285709,0.8624803,1),(0.4983388,0.06585233,0.8644779,1),(0.4951139,0.0572352,0.8669409,1),(0.4856203,0.04060549,0.8732263,1),(0.4828429,0.03538869,0.8749917,1),(0.492344,0.03991532,0.869485,1),(0.4809419,0.0247547,0.8764029,1),(0.4997103,0.03269372,0.8655754,1),(0.4897173,0.024671,0.8715321,1),(0.4791493,0.01535275,0.8775991,1),(0.487482,0.01281455,0.8730389,1),(0.4776148,0.007961079,0.8785332,1),(0.4966531,0.01705682,0.8677815,1),(0.5091636,0.03942628,0.8597662,1),(0.505136,0.02069254,0.8627916,1),(0.4730586,0.01776092,0.8808519,1),(0.4706682,0.01565664,0.8821714,1),(0.461325,0.003628396,0.8872237,1),(0.4592765,0.003442199,0.8882867,1),(0.4695249,0.0110706,0.8828498,1),(0.4587003,0.002554784,0.8885874,1),(0.4506439,-0.001790903,0.892702,1),(0.4488144,-0.001256187,0.8936241,1),(0.4411018,0.001506797,0.8974558,1),(0.4393272,0.001559854,0.8983257,1),(0.4485448,-0.0007897401,0.8937601,1),(0.4390678,0.001039224,0.8984533,1),(0.4581349,0.001556344,0.8888813,1),(0.4482537,-0.0007339226,0.8939061,1),(0.4388035,5.271933e-5,0.898583,1),(0.4479393,-0.00131455,0.8940631,1),(0.4385346,-0.001645861,0.8987128,1),(0.4575949,0.0003985139,0.8891606,1),(0.4684441,0.006919597,0.883466,1),(0.4674872,0.003490881,0.883993,1),(0.4318734,0.009020776,0.9018891,1),(0.4299242,0.00800233,0.9028296,1),(0.4218445,0.01626999,0.9065222,1),(0.4197268,0.01417435,0.9075399,1),(0.4295446,0.005323341,0.90303,1),(0.4192319,0.009340747,0.9078311,1),(0.4110104,0.02325276,0.911334,1),(0.4087234,0.02007368,0.9124375,1),(0.3993681,0.02996446,0.9163008,1),(0.3969014,0.02569729,0.9175015,1),(0.4081175,0.01308993,0.9128355,1),(0.3961833,0.01657029,0.9180218,1),(0.4187705,0.0042287,0.9080823,1),(0.407562,0.005958109,0.9131581,1),(0.3955294,0.007447998,0.9184231,1),(0.4070939,-0.00133817,0.9133853,1),(0.3949994,-0.001580548,0.91868,1),(0.4183726,-0.001268808,0.9082745,1),(0.4291865,0.00225968,0.9032131,1),(0.4288515,-0.001371233,0.9033739,1),(0.3869115,0.03531189,0.9214405,1),(0.3843365,0.02986089,0.92271,1),(0.373788,0.03818139,0.926728,1),(0.3711597,0.03137812,0.9280387,1),(0.3835731,0.01840216,0.9233272,1),(0.3704652,0.01720068,0.928687,1),(0.3599885,0.03857119,0.9321591,1),(0.3573447,0.03024585,0.9334828,1),(0.3455088,0.03647801,0.9377062,1),(0.342874,0.02645485,0.9390088,1),(0.3568388,0.01295439,0.9340761,1),(0.3426452,0.005644415,0.9394479,1),(0.3698961,0.002988518,0.9290683,1),(0.3565162,-0.004670174,0.9342774,1),(0.3426686,-0.01598753,0.9393203,1),(0.3565317,-0.02259766,0.9340099,1),(0.3431659,-0.03860582,0.938481,1),(0.3695779,-0.01111965,0.9291332,1),(0.3828914,0.0070204,0.9237667,1),(0.3823774,-0.0041257,0.923997,1),(0.3305274,0.03238281,0.9432406,1),(0.3279987,0.02080907,0.9444489,1),(0.3153885,0.02677142,0.9485849,1),(0.3129842,0.01412774,0.9496532,1),(0.3281533,-0.003255675,0.9446189,1),(0.3136708,-0.01224579,0.9494529,1),(0.3000434,0.01962448,0.9537237,1),(0.297791,0.006392463,0.9546097,1),(0.2844307,0.01091624,0.9586344,1),(0.2823868,-0.002417801,0.9592975,1),(0.2991732,-0.02134211,0.9539601,1),(0.2846431,-0.03056012,0.9581464,1),(0.3150018,-0.04087066,0.9482106,1),(0.3016036,-0.05223583,0.9520014,1),(0.2884856,-0.06290275,0.9554158,1),(0.305674,-0.08752104,0.9481052,1),(0.2947682,-0.1011967,0.9501952,1),(0.317396,-0.0725421,0.9455144,1),(0.3286958,-0.02879214,0.9439968,1),(0.3299036,-0.05624287,0.9423377,1),(0.2685041,0.002168139,0.9632761,1),(0.2669172,-0.01133523,0.9636528,1),(0.2524227,-0.005019165,0.967604,1),(0.2515937,-0.01937165,0.9676391,1),(0.2704064,-0.04004491,0.961913,1),(0.2568687,-0.04991725,0.9651563,1),(0.2362016,-0.01063213,0.971646,1),(0.2364146,-0.02652143,0.9712902,1),(0.2198541,-0.0146518,0.9754227,1),(0.2213835,-0.03277816,0.9746357,1),(0.2440522,-0.06017684,0.9678932,1),(0.2319866,-0.07082256,0.9701372,1),(0.2652969,-0.08623561,0.9603025,1),(0.2558943,-0.09989768,0.9615293,1),(0.2488586,-0.1146148,0.9617343,1),(0.274032,-0.1482988,0.9502178,1),(0.2757659,-0.1659872,0.9467847,1),(0.2784802,-0.1308414,0.9514879,1),(0.2761802,-0.07390215,0.9582604,1),(0.2854022,-0.1151379,0.9514667,1),(0.2029074,-0.01810864,0.9790305,1),(0.2062523,-0.03921806,0.9777126,1),(0.1848319,-0.02211235,0.9825214,1),(0.1913456,-0.0468214,0.9804054,1),(0.2218338,-0.08267295,0.9715734,1),(0.212235,-0.0973565,0.972357,1),(0.1657325,-0.02664508,0.9858106,1),(0.176668,-0.05559111,0.9826993,1),(0.1457574,-0.03164913,0.988814,1),(0.16222,-0.06552429,0.9845767,1),(0.2067538,-0.1137503,0.9717581,1),(0.2035953,-0.1324215,0.9700585,1),(0.2480944,-0.1723061,0.953289,1),(0.2442075,-0.1505226,0.9579695,1),(0.256199,-0.1965815,0.9464237,1),(0.3184993,-0.2594833,0.9117162,1),(0.2988757,-0.2338857,0.9251869,1),(0.2848264,-0.2098322,0.9353312,1),(0.2446178,-0.1312433,0.9606963,1),(0.2765052,-0.1874252,0.9425586,1),(0.1296711,-0.04233385,0.9906529,1),(0.154758,-0.07955661,0.984744,1),(0.1245767,-0.06298295,0.9902089,1),(0.1564493,-0.1028423,0.9823172,1),(0.2282964,-0.1778037,0.9572182,1),(0.2113362,-0.1522416,0.9654841,1),(0.1307187,-0.09353124,0.9869977,1),(0.1732845,-0.1311934,0.9760946,1),(0.1452772,-0.1369741,0.9798635,1),(0.1992594,-0.1690327,0.9652583,1),(0.301631,-0.2392191,0.9229263,1),(0.2586223,-0.2067402,0.9435958,1),(0.3471358,-0.2723271,0.8974044,1),(0.3035604,-0.2475217,0.9201,1),(0.4034498,-0.2960798,0.8657741,1),(0.5041865,-0.3323968,0.7970623,1),(0.4405796,-0.321318,0.8382389,1),(0.3878778,-0.3050181,0.8697786,1),(0.2732205,-0.2222022,0.9359363,1),(0.3470639,-0.2842555,0.8937256,1),(0.183024,-0.1804693,0.9664021,1),(0.2426836,-0.2093172,0.9472545,1),(0.2483047,-0.2209206,0.9431537,1),(0.3104922,-0.243166,0.9189477,1),(0.4344088,-0.2865945,0.8539043,1),(0.3594715,-0.268801,0.8936029,1),(0.3414153,-0.2581886,0.9037557,1),(0.402457,-0.2693281,0.8749232,1),(0.4594859,-0.2902261,0.8394293,1),(0.5153001,-0.2852962,0.8081287,1),(0.6276667,-0.2798045,0.7264598,1),(0.525159,-0.290949,0.7997229,1),(0.633491,-0.2971988,0.7143962,1),(0.5481729,-0.313303,0.775466,1),(0.7229741,-0.2627462,0.6389624,1),(0.799077,-0.232291,0.5545421,1),(0.7246194,-0.2840302,0.627896,1),(0.6487753,-0.3174184,0.6916185,1),(0.4709133,-0.3124514,0.8249938,1),(0.5747513,-0.3332114,0.7474163,1),(0.5794935,-0.3018614,0.7570118,1),(0.6283202,-0.2844095,0.7241029,1),(0.6848221,-0.2853805,0.6705047,1),(0.7255206,-0.2593968,0.6374426,1),(0.8040196,-0.2091587,0.5566013,1),(0.7245676,-0.2529763,0.6410965,1),(0.7763897,-0.2419962,0.5819425,1),(0.8079893,-0.2110416,0.5501044,1),(0.8538862,-0.1722894,0.4911157,1),(0.8756872,-0.1396564,0.4622423,1),(0.9156482,-0.07322222,0.3952554,1),(0.8674954,-0.149126,0.4745663,1),(0.9114738,-0.08777657,0.4018842,1),(0.865155,-0.1560435,0.4766102,1),(0.943175,-0.009880031,0.3321496,1),(0.9593391,0.04811631,0.278125,1),(0.9404699,-0.02911518,0.3386279,1),(0.9086103,-0.1015579,0.4051089,1),(0.8029628,-0.214579,0.5560635,1),(0.8621984,-0.1694,0.4774071,1),(0.9110179,-0.09422108,0.4014583,1),(0.923956,-0.06020594,0.3777305,1),(0.9466232,-0.02184532,0.3216012,1),(0.9530995,0.01213986,0.3024136,1),(0.9637694,0.07680415,0.2554403,1),(0.947033,0.006133455,0.3210776,1),(0.9662905,0.04439553,0.2535975,1),(0.9681751,0.07724412,0.2380552,1),(0.9745886,0.1052697,0.1977253,1),(0.9733021,0.1360938,0.1848276,1),(0.9689491,0.1942197,0.1530243,1),(0.9699872,0.1391278,0.1994203,1),(0.9669004,0.1955977,0.1638452,1),(0.9677171,0.1362648,0.2120273,1),(0.9610624,0.2470455,0.1238055,1),(0.9509156,0.2926553,0.1005606,1),(0.9604299,0.244206,0.1339322,1),(0.9663593,0.1881268,0.1753798,1),(0.9609221,0.06794326,0.2683509,1),(0.9668934,0.1229489,0.2236082,1),(0.9759563,0.1568363,0.1513661,1),(0.9719722,0.1864275,0.1432304,1),(0.973357,0.1969349,0.1174432,1),(0.9689698,0.2227304,0.1071851,1),(0.9639623,0.2396581,0.1155022,1),(0.9586006,0.2719364,0.08447142,1),(0.9703107,0.2241243,0.09091502,1),(0.9657792,0.2469507,0.07928363,1),(0.9684036,0.2391375,0.07076456,1),(0.9635674,0.2602631,0.06165327,1),(0.9541667,0.2926408,0.06266611,1),(0.9521339,0.3017784,0.04869115,1),(0.9462317,0.3168169,0.06536647,1),(0.9415765,0.3334191,0.04759608,1),(0.9403133,0.3382864,0.03705801,1),(0.9295737,0.3669598,0.03511814,1),(0.9296333,0.3674519,0.02758701,1),(0.9337701,0.3544427,0.04943534,1),(0.9530545,0.2885537,0.09178164,1),(0.9412103,0.3300555,0.07201862,1),(0.9681247,0.2436785,0.05792572,1),(0.9635081,0.2628126,0.05080969,1),(0.9699132,0.2381931,0.05032043,1),(0.9658562,0.2551077,0.04518681,1),(0.9530507,0.3000297,0.040945,1),(0.9569201,0.2878649,0.03791912,1),(0.9737492,0.2224844,0.04809469,1),(0.9704896,0.236935,0.04485255,1),(0.9792088,0.1962477,0.05135233,1),(0.9768582,0.2079955,0.04985889,1),(0.9634255,0.2650238,0.03966926,1),(0.9718195,0.2311514,0.04621714,1),(0.9481468,0.3162692,0.03148784,1),(0.9564477,0.2897956,0.03502087,1),(0.9666504,0.2525035,0.04276874,1),(0.9503245,0.3096944,0.03118775,1),(0.9617054,0.2712046,0.03962948,1),(0.9406664,0.3383056,0.02638276,1),(0.9426144,0.3323285,0.03218359,1),(0.9335954,0.3574424,0.02518891,1),(0.9855471,0.1592037,0.05788926,1),(0.9839907,0.1688671,0.05697782,1),(0.9918078,0.1108819,0.06342319,1),(0.9907365,0.1201964,0.0631974,1),(0.9805626,0.1884638,0.05457399,1),(0.9883031,0.1393311,0.06199805,1),(0.9963956,0.05090026,0.06786014,1),(0.9957517,0.06163154,0.06840952,1),(0.9972574,-0.02074319,0.0710439,1),(0.9973461,-0.006845506,0.072484,1),(0.9941567,0.08350071,0.0684118,1),(0.9970587,0.02091909,0.07373091,1),(0.9855305,0.1583356,0.06049328,1),(0.9921806,0.1046723,0.06798112,1),(0.9961377,0.04651836,0.07446829,1),(0.9899107,0.1248937,0.06692017,1),(0.9948322,0.0689558,0.07452652,1),(0.9824302,0.1772113,0.05854087,1),(0.9768354,0.2075581,0.0520794,1),(0.972886,0.2259407,0.04943237,1),(0.9942822,-0.07669818,0.07429987,1),(0.9952075,-0.06082866,0.07656263,1),(0.9927718,-0.08955647,0.07989857,1),(0.9937147,-0.07635116,0.08186176,1),(0.9964471,-0.03014236,0.07864257,1),(0.9951506,-0.05146552,0.08382581,1),(0.9943689,-0.05936686,0.08778428,1),(0.9946334,-0.0534293,0.08859777,1),(0.9951435,0.01462362,0.09734283,1),(0.9952797,0.008613897,0.0966652,1),(0.9950572,-0.04306702,0.08947835,1),(0.9954039,-0.004672663,0.09565172,1),(0.9958429,-0.03083945,0.08570736,1),(0.9951801,-0.03683765,0.09088185,1),(0.9951645,-0.02097147,0.095957,1),(0.9949808,-0.03675032,0.09307313,1),(0.9942859,-0.04185097,0.09820471,1),(0.9960242,-0.01658989,0.0875254,1),(0.9967659,-0.003046847,0.08030185,1),(0.9965065,0.01866227,0.08140229,1),(0.9906282,0.08771483,0.1046984,1),(0.9921493,0.068792,0.1044389,1),(0.9872497,0.1147995,0.1102689,1),(0.9900314,0.08607638,0.1114837,1),(0.993304,0.02821398,0.112032,1),(0.9942468,0.03030213,0.102738,1),(0.9889547,0.09642819,0.1125616,1),(0.9913026,0.06074725,0.1167428,1),(0.9934434,0.03193217,0.1097758,1),(0.9926394,-0.007786364,0.1208572,1),(0.9867849,-0.08907946,0.1353528,1),(0.9923381,-0.01136292,0.1230286,1),(0.9880769,-0.08216549,0.1302033,1),(0.9929699,-0.02989445,0.1145303,1),(0.9746036,-0.1667459,0.1494779,1),(0.9574807,-0.23774,0.1634327,1),(0.9788634,-0.1499568,0.1390666,1),(0.9889073,-0.08792574,0.1197129,1),(0.9946062,-0.009719948,0.1032668,1),(0.9929385,-0.05203481,0.1066099,1),(0.9908712,-0.06527349,0.1179556,1),(0.98573,-0.1061659,0.1306339,1),(0.9719709,-0.18444,0.1457885,1),(0.9625612,-0.2210603,0.1568698,1),(0.9393077,-0.2934955,0.1776555,1),(0.9702675,-0.1887198,0.1515449,1),(0.9247232,-0.328056,0.1930447,1),(0.9138191,-0.3537107,0.199558,1),(0.8324447,-0.4902113,0.2583191,1),(0.8273504,-0.4989356,0.2579816,1),(0.8177828,-0.5141063,0.2587006,1),(0.8899744,-0.4030109,0.2133727,1),(0.8678622,-0.4428694,0.2251264,1),(0.9134244,-0.3568321,0.1957718,1),(0.8125294,-0.523217,0.2569825,1),(0.8503589,-0.471716,0.2331819,1),(0.8134481,-0.5234188,0.2536434,1),(0.8882281,-0.4081764,0.210815,1),(0.9491062,-0.2646567,0.1707468,1),(0.9249297,-0.3304279,0.1879427,1),(0.7332604,-0.6071389,0.3061237,1),(0.7401571,-0.6007524,0.3020991,1),(0.6968445,-0.6370869,0.3294359,1),(0.7138413,-0.6216654,0.3224324,1),(0.7552745,-0.5863862,0.2927655,1),(0.7474506,-0.5881068,0.3089468,1),(0.7342889,-0.5923969,0.3314903,1),(0.7558446,-0.5691226,0.3237257,1),(0.8358976,-0.4601699,0.2991971,1),(0.8543491,-0.4277667,0.2951328,1),(0.8905842,-0.3582106,0.2802589,1),(0.7975851,-0.5181275,0.3088719,1),(0.837721,-0.4617197,0.2916134,1),(0.782084,-0.549644,0.2936598,1),(0.9216007,-0.2851783,0.2632973,1),(0.9466377,-0.2099694,0.2445192,1),(0.8759539,-0.3987541,0.2714773,1),(0.8185955,-0.5038968,0.275662,1),(0.7734699,-0.567509,0.2822727,1),(0.7963002,-0.5414361,0.2697276,1),(0.9155102,-0.31935,0.2446562,1),(0.928043,-0.2808092,0.2447087,1),(0.9398049,-0.2731251,0.2053515,1),(0.9503112,-0.2381104,0.2005292,1),(0.9677241,-0.164806,0.1906544,1),(0.951595,-0.2021277,0.2315411,1),(0.929121,-0.3264806,0.1736219,1),(0.9389783,-0.3023864,0.1639575,1),(0.8679976,-0.4782994,0.1334535,1),(0.8715239,-0.4722538,0.1319941,1),(0.9552152,-0.2499199,0.1584421,1),(0.8782371,-0.4601428,0.1302621,1),(0.9793062,-0.09152267,0.1805074,1),(0.9684824,-0.1964795,0.1530934,1),(0.8845918,-0.4483083,0.1285181,1),(0.978878,-0.144941,0.144188,1),(0.8903313,-0.4377581,0.125212,1),(0.9853653,-0.0218551,0.1690493,1),(0.9682887,-0.1230746,0.217416,1),(0.9780194,-0.0466831,0.2032205,1),(0.7920933,-0.6028263,0.09585686,1),(0.7842768,-0.6121101,0.1011481,1),(0.7905564,-0.6086114,0.06791792,1),(0.7762607,-0.6265358,0.06980105,1),(0.74612,-0.6620347,0.07081634,1),(0.7682425,-0.6321293,0.1010743,1),(0.8878884,-0.4585271,0.03750767,1),(0.8747529,-0.4832198,0.03613681,1),(0.9990813,0.03696118,-0.02169321,1),(0.999858,0.009339629,-0.01403095,1),(0.8443247,-0.5343611,0.03967323,1),(0.998303,-0.05822949,-0.0005938912,1),(0.8117704,-0.5820024,0.04797872,1),(0.714438,-0.6957269,0.07444682,1),(0.9919541,-0.1259319,0.01296671,1),(0.7785682,-0.625351,0.0526082,1),(0.9808469,-0.1924593,0.02997873,1),(0.6826907,-0.7269692,0.07381807,1),(0.7510766,-0.6525696,0.100184,1),(0.7330416,-0.673077,0.09806751,1),(0.8159009,0.5728015,-0.07876562,1),(0.833516,0.5480466,-0.06997108,1),(0.5941394,0.7950846,-0.1218151,1),(0.6189656,0.7768428,-0.1157448,1),(0.8693812,0.4911979,-0.05386122,1),(0.6696536,0.7358977,-0.1000923,1),(0.4269983,0.8885106,-0.1679922,1),(0.454128,0.8755038,-0.1651086,1),(0.2829372,0.9313819,-0.229073,1),(0.3100193,0.9225097,-0.2299212,1),(0.5103228,0.8467914,-0.1500497,1),(0.3682053,0.9045328,-0.2150468,1),(0.7194449,0.6893771,-0.08460741,1),(0.5661082,0.8134727,-0.1333554,1),(0.4260862,0.8825068,-0.1990786,1),(0.6218702,0.7747003,-0.1145291,1),(0.4840485,0.8559375,-0.1818458,1),(0.7682587,0.6368214,-0.06509344,1),(0.9023502,0.4296589,-0.03401987,1),(0.9319811,0.3622881,-0.01259156,1),(0.1900031,0.9400405,-0.2832359,1),(0.2185313,0.9351736,-0.2787367,1),(0.2078616,0.9348725,-0.2877621,1),(0.2390549,0.9301221,-0.2787931,1),(0.2764205,0.9242889,-0.2632143,1),(0.2946401,0.9192321,-0.2611504,1),(0.3718293,0.9000113,-0.2274261,1),(0.4050182,0.8892009,-0.2127956,1),(0.7086433,0.7041317,-0.04497986,1),(0.731984,0.6808956,-0.02409637,1),(0.4523187,0.8708509,-0.192423,1),(0.7558288,0.6547428,-0.005899195,1),(0.3487944,0.905074,-0.2432769,1),(0.4977208,0.8501806,-0.1716599,1),(0.7799463,0.6256633,0.01513466,1),(0.5423559,0.8266642,-0.1499209,1),(0.8056053,0.5910046,0.04139848,1),(0.4020354,0.8874876,-0.225241,1),(0.3336752,0.9097142,-0.2471456,1),(0.3906517,0.8911663,-0.2306814,1),(0.9249062,0.3380157,0.1740511,1),(0.9282411,0.3198417,0.1899204,1),(0.9499756,0.08049265,0.3017738,1),(0.9466216,0.0649597,0.3157336,1),(0.933301,0.2953888,0.2041927,1),(0.9426541,0.03445931,0.3319877,1),(0.9190673,-0.0736745,0.3871529,1),(0.9120367,-0.09377439,0.3992436,1),(0.8725486,-0.1740481,0.4564717,1),(0.861527,-0.2044131,0.4647434,1),(0.8305418,-0.2641791,0.4903159,1),(0.8971304,-0.1364513,0.4201644,1),(0.933974,-0.002069667,0.357335,1),(0.8758867,-0.1835383,0.4462468,1),(0.791913,-0.3245166,0.5172648,1),(0.7438688,-0.384508,0.5466378,1),(0.8476804,-0.2401818,0.4730227,1),(0.9202709,-0.05093474,0.3879523,1),(0.9380878,0.2639479,0.2243276,1),(0.9407302,0.2221252,0.2562947,1),(0.8166983,-0.2670055,0.511578,1),(0.7978587,-0.3012991,0.5221498,1),(0.7449059,-0.3710533,0.5544679,1),(0.722676,-0.401222,0.5628147,1),(0.6671107,-0.466173,0.5810731,1),(0.7492423,-0.3719804,0.5479658,1),(0.6539724,-0.4845133,0.581005,1),(0.6352036,-0.5032387,0.5858902,1),(0.5415127,-0.6029447,0.5858513,1),(0.5346826,-0.6053675,0.589614,1),(0.5193165,-0.6172718,0.5910041,1),(0.5898263,-0.5481636,0.5929769,1),(0.5480317,-0.5842262,0.5986158,1),(0.6093762,-0.5220717,0.5967426,1),(0.5124711,-0.6295496,0.5839869,1),(0.5151361,-0.6302187,0.5809125,1),(0.512055,-0.6077121,0.6070302,1),(0.5518388,-0.5669124,0.6116241,1),(0.6937,-0.4374205,0.5722269,1),(0.6320992,-0.4950639,0.5961229,1),(0.4566434,-0.6790122,0.5748211,1),(0.4662138,-0.6749274,0.571942,1),(0.4563751,-0.7016017,0.5472447,1),(0.4805044,-0.6903274,0.5408914,1),(0.4884439,-0.6632772,0.5669974,1),(0.5288873,-0.6583247,0.5356181,1),(0.547391,-0.6697176,0.5018382,1),(0.582283,-0.645239,0.4945837,1),(0.7201076,-0.5495766,0.4235685,1),(0.7601998,-0.5056663,0.4079188,1),(0.6465524,-0.5870488,0.4871792,1),(0.8254681,-0.4078974,0.3901566,1),(0.5843388,-0.618403,0.525477,1),(0.7146671,-0.515296,0.4729916,1),(0.8857617,-0.295495,0.3579232,1),(0.9320314,-0.1622878,0.3240063,1),(0.7861698,-0.4252293,0.4484607,1),(0.6500368,-0.5646855,0.5085101,1),(0.5186556,-0.6488367,0.556783,1),(0.5601881,-0.6235348,0.5453382,1),(0.8756444,-0.3583138,0.323818,1),(0.9062408,-0.2923768,0.3053578,1),(0.9571792,-0.1259067,0.2606829,1),(0.9703245,-0.04420612,0.2377315,1),(0.9502043,-0.1524432,0.2717958,1),(0.9740114,0.1229748,0.1902076,1),(0.9499761,0.2134162,0.2280329,1),(0.9363394,0.2945796,0.1910268,1),(0.6753531,0.7045865,0.2178441,1),(0.6450915,0.7455021,0.1675816,1),(0.8790175,0.4548665,0.1429149,1),(0.5570302,0.8235894,0.1068538,1),(0.9475659,0.2880247,0.1384225,1),(0.8015211,0.5914072,0.08832569,1),(0.4686193,0.8802317,0.07475316,1),(0.7108222,0.7021638,0.0412032,1),(0.3878319,0.920867,0.0398833,1),(0.8933099,0.4403856,0.0897665,1),(0.9732472,6.542485e-5,0.2297602,1),(0.9711695,0.1562196,0.1800697,1),(0.2716246,0.949466,0.1572713,1),(0.2451424,0.9596614,0.1376776,1),(0.1334981,0.9851913,0.1075929,1),(0.1141083,0.988942,0.09472612,1),(0.1897271,0.9764456,0.10275,1),(0.07580826,0.9936714,0.08288679,1),(0.198486,0.9764034,0.08508596,1),(0.1885934,0.9789076,0.07856551,1),(0.4627434,0.8834609,0.07325001,1),(0.4687419,0.8805724,0.06980949,1),(0.1646418,0.9834631,0.07545399,1),(0.4705831,0.8795478,0.07033536,1),(0.04282153,0.9964541,0.07242503,1),(0.1450973,0.9867474,0.07263838,1),(0.4762269,0.8765113,0.07025597,1),(0.1330263,0.9886139,0.07033172,1),(0.4877971,0.8702103,0.0691947,1),(0.01753079,0.9978014,0.06391455,1),(0.140204,0.987333,0.07427227,1),(0.09747989,0.9937102,0.05511569,1),(0.7570071,0.6503544,0.06308216,1),(0.7681314,0.6371093,0.06376427,1),(0.9223759,0.3805405,0.06642015,1),(0.9297906,0.3613393,0.07016724,1),(0.7849913,0.6161506,0.06439841,1),(0.9421766,0.3271992,0.07241569,1),(0.9919645,0.08731694,0.09155545,1),(0.9933845,0.06759193,0.09283587,1),(0.9576158,-0.2524936,0.1386321,1),(0.9544702,-0.2681045,0.1307922,1),(0.9433814,-0.3043743,0.131863,1),(0.9948475,0.02955255,0.09697994,1),(0.9955982,-0.01009698,0.09317897,1),(0.9542097,0.290188,0.07262728,1),(0.9307381,-0.3407529,0.1327171,1),(0.9162505,-0.3777756,0.1333064,1),(0.9943966,-0.05259308,0.09170242,1),(0.9660695,0.2491732,0.06798849,1),(0.8035324,0.5917888,0.06420075,1),(0.8244291,0.562737,0.06036246,1),(0.8212852,-0.5462037,0.1647791,1),(0.8141288,-0.5577764,0.1614923,1),(0.6955432,-0.6973468,0.1729946,1),(0.6859578,-0.7068636,0.1726434,1),(0.6625486,-0.7285301,0.1739919,1),(0.7930395,-0.5870648,0.1626136,1),(0.6282998,-0.7582396,0.1741034,1),(0.6182054,-0.76623,0.1752524,1),(0.6189383,-0.7661683,0.1729211,1),(0.6102612,-0.7726352,0.1749745,1),(0.5939355,-0.7846447,0.1776889,1),(0.5969362,-0.7824826,0.1771677,1),(0.5765718,-0.7970172,0.1798018,1),(0.6394524,-0.748374,0.1761731,1),(0.5789093,-0.7951231,0.1806748,1),(0.5658707,-0.8036688,0.1841381,1),(0.5575773,-0.8095666,0.1836018,1),(0.616898,-0.7662647,0.179653,1),(0.7712889,-0.6149195,0.1642782,1),(0.7488447,-0.6414047,0.1668278,1),(0.6400995,-0.7494179,0.1692497,1),(0.6340672,-0.7538843,0.1720966,1),(0.6700993,-0.7242132,0.1627331,1),(0.6662601,-0.7270381,0.1658704,1),(0.6603334,-0.7316674,0.1691823,1),(0.6234187,-0.7619533,0.1754316,1),(0.7082981,-0.6891237,0.1530435,1),(0.7062462,-0.6905604,0.1560212,1),(0.753798,-0.6420805,0.1397184,1),(0.7531451,-0.6423288,0.142078,1),(0.7540458,-0.6409691,0.1434349,1),(0.7041736,-0.6920694,0.1586807,1),(0.7051423,-0.69054,0.1610245,1),(0.6567324,-0.7342118,0.17215,1),(0.7587795,-0.6350654,0.1447262,1),(0.7691618,-0.6221877,0.1458511,1),(0.7106518,-0.6844236,0.1629062,1),(0.6566422,-0.7337136,0.1746012,1),(0.6145132,-0.7684268,0.1785888,1),(0.6082523,-0.7727038,0.1815431,1),(0.8008167,-0.585229,0.1272786,1),(0.8013022,-0.5844052,0.1280055,1),(0.8445358,-0.5223107,0.1181138,1),(0.8458231,-0.5203295,0.1176455,1),(0.8499524,-0.5137797,0.1166679,1),(0.8042557,-0.5803522,0.1279216,1),(0.8844792,-0.4529039,0.1121363,1),(0.8862626,-0.4497038,0.110928,1),(0.9198889,-0.3766507,0.1092647,1),(0.9218757,-0.3721902,0.107794,1),(0.9261451,-0.3617682,0.1066725,1),(0.8907909,-0.4409958,0.1096097,1),(0.8973808,-0.4277623,0.108292,1),(0.8575094,-0.5012702,0.1157835,1),(0.930801,-0.3499911,0.1054305,1),(0.9360226,-0.3362086,0.1040444,1),(0.906841,-0.4076626,0.1070069,1),(0.8699064,-0.479614,0.1150363,1),(0.8113153,-0.5704365,0.1279443,1),(0.8243033,-0.5514761,0.128056,1),(0.9474918,-0.301905,0.1054165,1),(0.9495139,-0.2956102,0.105061,1),(0.9662675,-0.2375877,0.09939396,1),(0.968324,-0.2287797,0.1000415,1),(0.9721454,-0.2119907,0.09996589,1),(0.9534444,-0.2828866,0.1044936,1),(0.9785873,-0.1843814,0.09148882,1),(0.9806261,-0.1724139,0.09298353,1),(0.9864218,-0.1423318,0.08193711,1),(0.9883857,-0.1265885,0.08407819,1),(0.9917703,-0.09597739,0.08473548,1),(0.9843197,-0.1496801,0.09333055,1),(0.9869128,-0.131351,0.09354141,1),(0.9748652,-0.1992499,0.09968606,1),(0.9939901,-0.06851865,0.08537569,1),(0.9951277,-0.04586539,0.0872759,1),(0.9883091,-0.1197054,0.0944235,1),(0.9762,-0.1926416,0.09961291,1),(0.956624,-0.2722502,0.1036844,1),(0.9588346,-0.2647862,0.1025882,1),(0.9927744,-0.09444315,0.07402306,1),(0.9942757,-0.07501575,0.07608242,1),(0.9973824,-0.02298314,0.06855752,1),(0.9974594,-0.0003283925,0.0712366,1),(0.9962441,0.04547587,0.07368529,1),(0.9963489,-0.03619914,0.07732115,1),(0.9951485,0.07380561,0.06505586,1),(0.9926182,0.09912892,0.0698757,1),(0.9785292,0.1953754,0.06564279,1),(0.9722788,0.2231207,0.06993674,1),(0.9858801,0.1507004,0.07300634,1),(0.9574204,0.2786862,0.07536732,1),(0.9763249,0.2018439,0.0777735,1),(0.9929131,0.09079492,0.07667951,1),(0.9393178,0.3330681,0.08214486,1),(0.9641365,0.2525284,0.08167134,1),(0.9182111,0.3859688,0.08897497,1),(0.987685,0.1353796,0.07842652,1),(0.9968905,0.001163416,0.0787914,1),(0.996133,0.03627371,0.08001963,1),(0.940251,0.3324709,0.07342506,1),(0.9290598,0.3620383,0.07600084,1),(0.8708239,0.4828819,0.09214619,1),(0.8534148,0.5121669,0.09679004,1),(0.9040833,0.4186339,0.0859019,1),(0.8163613,0.5668468,0.1106288,1),(0.7518437,0.6473628,0.12511,1),(0.7262862,0.6746417,0.1317832,1),(0.5611014,0.8099296,0.1708194,1),(0.5243756,0.8324445,0.1790706,1),(0.6737624,0.7234403,0.1505937,1),(0.4519505,0.8685691,0.2032939,1),(0.7760174,0.6184134,0.1239429,1),(0.6181412,0.7678511,0.1682439,1),(0.3771501,0.8983189,0.2253465,1),(0.5610821,0.8070022,0.1842127,1),(0.3025915,0.921272,0.2443281,1),(0.7333645,0.6659901,0.1365056,1),(0.875773,0.4731567,0.09562717,1),(0.8446578,0.5248758,0.1051598,1),(0.3258784,0.9192506,0.2208651,1),(0.2797153,0.9313299,0.2332037,1),(0.06739867,0.955137,0.2883933,1),(0.01639689,0.9533666,0.3013693,1),(0.1897592,0.9467751,0.2600157,1),(-0.08161934,0.9420027,0.3255294,1),(-0.2634166,0.8855908,0.3825451,1),(-0.3112992,0.8657842,0.391804,1),(-0.6660427,0.5779257,0.4715815,1),(-0.696566,0.5428616,0.469145,1),(-0.4012033,0.8211176,0.4059579,1),(-0.7497602,0.4711238,0.4646528,1),(-0.1766033,0.9218919,0.3448576,1),(-0.4833583,0.77115,0.4143578,1),(-0.7931207,0.4039387,0.4558432,1),(-0.5537499,0.7186828,0.4205425,1),(-0.8241686,0.3459458,0.4484054,1),(-0.2646285,0.8944461,0.3604691,1),(0.09941484,0.9538611,0.2833121,1),(0.01202827,0.9531236,0.3023423,1),(-0.8736363,0.1651146,0.4577082,1),(-0.883754,0.1279255,0.4501266,1),(-0.9101952,-0.04780703,0.4114112,1),(-0.9132133,-0.07993022,0.3995657,1),(-0.8986559,0.05649222,0.4350014,1),(-0.9124326,-0.1414373,0.384008,1),(-0.9157173,-0.1251867,0.3818249,1),(-0.9157392,-0.1504546,0.3725389,1),(-0.9211987,-0.1181232,0.3707288,1),(-0.9208866,-0.133818,0.3661427,1),(-0.9111892,-0.1994568,0.3604874,1),(-0.9181094,-0.1655754,0.3600832,1),(-0.9090644,-0.1933655,0.3690689,1),(-0.9051721,-0.2423524,0.3491828,1),(-0.9143524,-0.196142,0.3542428,1),(-0.8992479,-0.2755069,0.339778,1),(-0.9098462,-0.2244254,0.3490172,1),(-0.905318,-0.2305431,0.3567201,1),(-0.9079111,-0.004248719,0.4191414,1),(-0.9134235,-0.04798492,0.4041719,1),(-0.9262324,-0.07485415,0.3694459,1),(-0.9260658,-0.07982805,0.3688219,1),(-0.9288052,-0.03473767,0.3689365,1),(-0.9276879,-0.02998971,0.3721501,1),(-0.9250568,-0.09139947,0.368668,1),(-0.9260039,-0.02275724,0.3768273,1),(-0.9287597,0.001952619,0.3706775,1),(-0.9266896,0.01539106,0.3755122,1),(-0.9276956,0.03518001,0.3716763,1),(-0.9246305,0.05634101,0.3766753,1),(-0.9180999,0.09731737,0.3842157,1),(-0.9237826,0.0401907,0.3808024,1),(-0.9204432,0.05867109,0.3864481,1),(-0.9247472,-0.02149311,0.3799746,1),(-0.9106579,0.1338286,0.3908861,1),(-0.9032091,0.1636732,0.3967674,1),(-0.9178074,0.06757118,0.3912337,1),(-0.9235863,-0.02942081,0.3822599,1),(-0.9236241,-0.1064916,0.3682092,1),(-0.9212753,-0.1268229,0.3676516,1),(-0.9181222,0.08990219,0.3859653,1),(-0.9140082,0.1167456,0.3885351,1),(-0.8825721,0.2095766,0.4208848,1),(-0.8756397,0.2378059,0.420361,1),(-0.8543631,0.2969811,0.4264574,1),(-0.9023769,0.1699678,0.3960139,1),(-0.758372,0.4476146,0.473828,1),(-0.7480296,0.4683895,0.4701732,1),(-0.3594292,0.8073893,0.467903,1),(-0.3487272,0.810599,0.4704452,1),(-0.2808487,0.8398864,0.4644511,1),(-0.7085666,0.5240142,0.4725913,1),(-0.6649202,0.5777453,0.4733832,1),(-0.8296034,0.3547503,0.4311732,1),(-0.2095827,0.8644256,0.4569939,1),(-0.1350908,0.8834504,0.4486266,1),(-0.6169424,0.6291895,0.4727606,1),(-0.8015053,0.410678,0.4346641,1),(-0.8884349,0.2208342,0.4023874,1),(-0.872754,0.2683316,0.4077972,1),(0.1561667,0.9263502,0.3427638,1),(0.1801077,0.9210885,0.3451915,1),(0.4713823,0.8498114,0.2358376,1),(0.4978078,0.8354642,0.2327808,1),(0.5662856,0.7960193,0.2137143,1),(0.2595534,0.9077481,0.3295838,1),(0.6749178,0.7189228,0.1662412,1),(0.695715,0.7002059,0.1602882,1),(0.8333679,0.5402501,0.1167377,1),(0.8451601,0.5228539,0.1110329,1),(0.8754751,0.4734858,0.09671862,1),(0.7465,0.6500287,0.1421282,1),(0.7927228,0.5967295,0.124517,1),(0.6314474,0.7505857,0.1946669,1),(0.901678,0.4243404,0.08313811,1),(0.9237782,0.3763233,0.07081344,1),(0.8341984,0.5407482,0.1081866,1),(0.6928208,0.6991836,0.1764699,1),(0.338866,0.8871766,0.3131892,1),(0.4174549,0.8588248,0.2969028,1),(0.9350263,0.3465937,0.07482472,1),(0.9407944,0.3310837,0.07272793,1),(0.9786148,0.200366,0.04654447,1),(0.9811172,0.1878108,0.04622017,1),(0.9863833,0.1590859,0.04170847,1),(0.9545324,0.2912047,0.06377885,1),(0.9938951,0.105544,0.03213874,1),(0.9947883,0.09670657,0.03230942,1),(0.9979838,0.05580678,0.03023256,1),(0.9982306,0.05132245,0.03002765,1),(0.998524,0.04458265,0.03102294,1),(0.9964042,0.0788285,0.03105851,1),(0.9971895,0.06827341,0.0308512,1),(0.9900367,0.1355865,0.0379937,1),(0.9983088,0.04745562,0.03358164,1),(0.9971533,0.06486935,0.03843447,1),(0.9971129,0.06873904,0.03226087,1),(0.9921492,0.1199159,0.03549993,1),(0.9655135,0.2543574,0.0555532,1),(0.9737992,0.2221937,0.04842527,1),(0.9990146,0.03243846,0.03029517,1),(0.9989254,0.03358969,0.03193537,1),(0.9994096,0.02135578,0.02691526,1),(0.9991062,0.02906675,0.03069044,1),(0.9982288,0.04749548,0.03582723,1),(0.9986332,0.03894918,0.03485385,1),(0.9995428,0.0225448,0.02014012,1),(0.9989435,0.03770109,0.02627653,1),(0.9993047,0.0358724,0.01015965,1),(0.9980656,0.0592978,0.01867686,1),(0.9938762,0.1066204,0.02901688,1),(0.9969604,0.07014633,0.03390459,1),(0.9933141,0.1074221,0.0422773,1),(0.9962735,0.07504494,0.04251204,1),(0.9876629,0.1517084,0.03881707,1),(0.9800048,0.1931202,0.04790721,1),(0.9870568,0.1517497,0.05187426,1),(0.9918709,0.1163288,0.05157194,1),(0.9977007,0.05501023,0.0395885,1),(0.995071,0.08728599,0.04706376,1),(0.997638,0.06857628,0.003973305,1),(0.9952385,0.09669107,0.01229141,1),(0.9917401,0.1281591,0.00517799,1),(0.9881036,0.1533075,0.01217217,1),(0.9790248,0.2024933,0.02250997,1),(0.9880648,0.15214,0.02411091,1),(0.9764134,0.2154998,0.01329224,1),(0.9730625,0.2298061,0.01840145,1),(0.9438897,0.3287881,0.03115523,1),(0.9447885,0.3263654,0.02933257,1),(0.9472846,0.3190742,0.02904235,1),(0.9658282,0.258051,0.0241956,1),(0.9611362,0.2746689,0.02782413,1),(0.9704511,0.2393623,0.03050062,1),(0.9519856,0.3050351,0.02601946,1),(0.9597567,0.2800342,0.02116338,1),(0.9611795,0.2744704,0.02828258,1),(0.965398,0.2584139,0.03505398,1),(0.9794917,0.1985695,0.03415065,1),(0.9719434,0.2315073,0.04159675,1),(0.8986517,0.4358965,0.04918799,1),(0.9080031,0.4168923,0.04160677,1),(0.8589701,0.5084901,0.0600678,1),(0.8769047,0.4778177,0.05223383,1),(0.9264964,0.3748461,0.03308655,1),(0.9097677,0.413394,0.03779125,1),(0.8327857,0.5496538,0.06594454,1),(0.856472,0.5132905,0.05466894,1),(0.8237021,0.5621186,0.07441474,1),(0.849067,0.5244864,0.06324094,1),(0.8951476,0.4438794,0.0410123,1),(0.8989297,0.4363853,0.03864523,1),(0.9374856,0.347217,0.02368632,1),(0.9335544,0.3576378,0.02390294,1),(0.9322295,0.3612598,0.02096191,1),(0.9598587,0.280269,0.0109867,1),(0.9598335,0.2805069,0.005957632,1),(0.959814,0.2804388,0.01054498,1),(0.9437227,0.3298849,0.02373265,1),(0.9597921,0.2803245,0.0147439,1),(0.7897184,7.139383e-6,0.6134695,1),(0.7899987,2.051768e-5,0.6131085,1),(0.7901911,-3.178155e-5,0.6128605,1),(0.7906816,2.377112e-5,0.6122276,1),(0.7906528,-5.943051e-6,0.6122649,1),(0.7905118,3.347444e-5,0.6124467,1),(0.7903292,-9.669914e-5,0.6126824,1),(0.7901787,-0.0001868639,0.6128766,1),(0.790503,-5.515375e-5,0.6124581,1),(0.7902521,-0.0001232643,0.6127819,1),(0.7906442,2.624568e-5,0.6122759,1),(0.7904643,1.478516e-7,0.6125081,1),(0.790405,-3.583682e-5,0.6125847,1),(0.7903501,6.184675e-5,0.6126555,1),(0.7906718,6.363346e-5,0.6122404,1),(0.7903141,6.075844e-5,0.6127018,1),(0.7908823,4.757872e-5,0.6119684,1),(0.7909583,4.244153e-5,0.6118701,1),(0.790729,6.079427e-5,0.6121664,1),(0.7913287,6.103377e-5,0.611391,1),(0.7899319,-0.0002620284,0.6131947,1),(0.7899646,-0.0002829931,0.6131524,1),(0.7901243,-0.0001752544,0.6129467,1),(0.7903491,-0.0001769623,0.6126567,1),(0.7901942,-0.0002506144,0.6128566,1),(0.7906674,-0.0001646002,0.6122459,1),(0.7910115,-3.078227e-5,0.6118013,1),(0.790508,-0.0001288675,0.6124516,1),(0.7910839,2.121432e-5,0.6117076,1),(0.7909853,-3.752558e-5,0.6118351,1),(0.7915155,0.000119487,0.6111491,1),(0.7921794,0.0002513304,0.6102881,1),(0.7919288,0.0001710379,0.6106135,1),(0.791832,0.0001128457,0.6107391,1),(0.790513,-5.670009e-5,0.6124453,1),(0.7913461,7.700254e-5,0.6113684,1),(0.790954,-6.058586e-5,0.6118757,1),(0.7906609,2.506319e-5,0.6122544,1),(0.7909953,0.0001485335,0.6118222,1),(0.7913153,7.564644e-5,0.6114084,1),(0.7898007,9.236308e-5,0.6133635,1),(0.7883716,0.0001413509,0.6151994,1),(0.7884845,0.0001940531,0.6150545,1),(0.7900446,0.000187885,0.6130492,1),(0.7902694,0.0002720887,0.6127595,1),(0.7913016,0.0002658625,0.6114259,1),(0.7886189,0.0002342849,0.6148822,1),(0.7888253,0.0002468473,0.6146172,1),(0.790495,0.0003168194,0.6124684,1),(0.7916093,0.0003411285,0.6110274,1),(0.7917185,0.0002150992,0.6108862,1),(0.7921751,0.0003193827,0.6102938,1),(0.7873862,0.0001806826,0.61646,1),(0.7877961,0.000217938,0.6159361,1),(0.7876955,0.0001904979,0.6160647,1),(0.7873613,0.0001882042,0.6164919,1),(0.7896026,0.0002532542,0.6136186,1),(0.7927774,0.0002869816,0.6095111,1),(0.7927096,0.0002198584,0.6095995,1),(0.7894772,0.0002010179,0.6137798,1),(0.7894099,0.0001293638,0.6138665,1),(0.7876649,0.0001479325,0.6161038,1),(0.7926316,0.0001269598,0.6097007,1),(0.7925688,2.51431e-5,0.6097826,1),(0.7894554,5.320802e-5,0.613808,1),(0.7877917,9.924989e-5,0.6159418,1),(0.7873994,0.0001828671,0.6164432,1),(0.7875819,0.0001636446,0.61621,1),(0.7955506,0.0002977492,0.6058871,1),(0.7961999,0.0002641843,0.6050336,1),(0.796477,0.0002124645,0.6046689,1),(0.7956227,0.0002295864,0.6057924,1),(0.7947636,0.0001861597,0.606919,1),(0.7912277,6.39998e-5,0.6115218,1),(0.7920533,9.626881e-5,0.6104518,1),(0.7952809,0.0001679547,0.6062412,1),(0.7956854,9.428713e-5,0.6057101,1),(0.7966285,0.0001167378,0.6044694,1),(0.7927816,6.048041e-5,0.6095058,1),(0.7932787,-1.300693e-5,0.6088586,1),(0.7958732,-1.024917e-5,0.6054632,1),(0.7966165,-2.883023e-6,0.6044852,1),(0.7956126,0.0001274769,0.6058058,1),(0.7955183,8.830072e-6,0.6059296,1),(0.7869427,-0.0001571666,0.6170261,1),(0.7833357,-0.0005359521,0.6215985,1),(0.7844066,-0.0001554979,0.6202469,1),(0.7879917,-8.742112e-6,0.6156859,1),(0.7804101,-0.001076301,0.6252672,1),(0.7781564,-0.001784267,0.6280679,1),(0.7786095,-0.0005803194,0.6275085,1),(0.7812775,-0.0003456013,0.6241837,1),(0.7821617,-6.947838e-5,0.6230755,1),(0.7854429,-2.33738e-5,0.6189342,1),(0.7791147,-0.0001187912,0.6268815,1),(0.7796335,-2.45845e-5,0.6262361,1),(0.7829484,-2.014379e-5,0.6220866,1),(0.7863165,-1.687171e-5,0.617824,1),(0.7889785,1.974554e-5,0.6144208,1),(0.7897581,-1.452393e-5,0.6134183,1),(0.7761285,-0.002693936,0.6305689,1),(0.7737238,-0.003825696,0.6335115,1),(0.7735413,-0.001298738,0.6337446,1),(0.7761558,-0.000889198,0.6305405,1),(0.7709687,-0.005168592,0.6368523,1),(0.76789,-0.006706771,0.6405466,1),(0.7679161,-0.002405483,0.640546,1),(0.7707843,-0.001805584,0.6370936,1),(0.770598,-0.0004563278,0.6373214,1),(0.7734032,-0.0003028658,0.6339142,1),(0.7678504,-0.0006498596,0.6406288,1),(0.7678239,-0.0002076104,0.6406608,1),(0.7705338,-0.0001312416,0.6373991,1),(0.773412,-7.519206e-5,0.6339036,1),(0.776248,-0.0001902223,0.6304275,1),(0.77645,-3.964548e-5,0.6301788,1),(0.7643901,-0.008280298,0.6447009,1),(0.7603687,-0.009745456,0.6494185,1),(0.7611083,-0.003421663,0.6486158,1),(0.7647432,-0.002981552,0.6443282,1),(0.7558314,-0.01110976,0.6546719,1),(0.7507514,-0.0123791,0.6604688,1),(0.7523977,-0.003906067,0.6586974,1),(0.7569923,-0.003728913,0.6534131,1),(0.757574,-0.0007862243,0.6527488,1),(0.7614576,-0.0008520141,0.6482142,1),(0.7532187,-0.0006108673,0.6577698,1),(0.7536635,8.059543e-5,0.6572604,1),(0.7578948,-0.0001096416,0.6523768,1),(0.7616563,-0.0002214313,0.6479812,1),(0.7648779,-0.0008069741,0.6441748,1),(0.7649665,-0.0002542114,0.64407,1),(0.7453094,-0.01343708,0.6665835,1),(0.7397205,-0.01416927,0.6727651,1),(0.7422671,-0.004135907,0.6700915,1),(0.7474381,-0.004019408,0.6643192,1),(0.7339939,-0.01458135,0.6789995,1),(0.7281114,-0.01467322,0.6853017,1),(0.731247,-0.004375773,0.6820987,1),(0.7368671,-0.004254556,0.6760241,1),(0.7380397,-0.0003655082,0.6747573,1),(0.7434016,-0.0003488149,0.6688454,1),(0.732358,-0.0004796601,0.6809196,1),(0.7324864,0.0002245241,0.6807817,1),(0.7384092,0.0003331304,0.6743529,1),(0.7439026,0.0003454205,0.668288,1),(0.7484586,-0.0004303148,0.6631814,1),(0.7489851,0.0002614013,0.6625867,1),(0.7222279,-0.01463933,0.6915001,1),(0.7164157,-0.01466636,0.6975195,1),(0.7204041,-0.004587648,0.6935393,1),(0.7256846,-0.004490146,0.6880129,1),(0.7092988,-0.01442954,0.7047601,1),(0.7039154,-0.01461786,0.7101332,1),(0.7107158,-0.004734598,0.7034633,1),(0.7154076,-0.004668085,0.6986918,1),(0.716905,-0.0007844337,0.6971705,1),(0.7216018,-0.00072336,0.6923079,1),(0.7126692,-0.000806201,0.7014999,1),(0.7128379,-4.09768e-5,0.7013288,1),(0.7168343,-4.222504e-5,0.6972435,1),(0.7214525,1.461345e-6,0.6924639,1),(0.7267621,-0.0006220159,0.6868889,1),(0.7266785,9.035385e-5,0.6869776,1),(0.6984496,-0.01454308,0.7155114,1),(0.6932146,-0.01398553,0.7205956,1),(0.7013592,-0.004535603,0.7127936,1),(0.7060796,-0.004712845,0.7081168,1),(0.6882101,-0.0129452,0.725396,1),(0.6834511,-0.01142536,0.7299069,1),(0.6916698,-0.003715979,0.7222043,1),(0.6965529,-0.004203038,0.7174931,1),(0.6994295,-0.0007014875,0.7147012,1),(0.7040848,-0.000760472,0.7101154,1),(0.6945233,-0.0006178436,0.71947,1),(0.6951287,6.4682e-6,0.7188854,1),(0.7000823,3.649944e-6,0.7140622,1),(0.70468,-5.15262e-6,0.7095252,1),(0.7084982,-0.0007955437,0.7057123,1),(0.7089373,-2.008446e-5,0.7052714,1),(0.6785133,-0.009644154,0.7345247,1),(0.6731438,-0.007877796,0.7394696,1),(0.6804851,-0.002602327,0.7327573,1),(0.6864218,-0.003156785,0.7271968,1),(0.6673337,-0.006118221,0.7447337,1),(0.6624786,-0.004948938,0.7490644,1),(0.6664847,-0.001500828,0.7455172,1),(0.6738408,-0.002049488,0.7388738,1),(0.6760949,-0.0003409258,0.7368144,1),(0.6830024,-0.0004317242,0.7304159,1),(0.6683989,-0.0002523169,0.7438031,1),(0.6688926,1.530684e-6,0.7433591,1),(0.6765724,3.53693e-6,0.7363761,1),(0.6834857,4.881485e-6,0.7299639,1),(0.6891393,-0.0005238459,0.7246287,1),(0.6896662,5.812656e-6,0.7241276,1),(0.6554953,-0.002919198,0.7551935,1),(0.6493985,-0.00110039,0.7604474,1),(0.651118,-0.0003684145,0.7589764,1),(0.6587792,-0.0009435083,0.7523357,1),(0.6435603,0.0007688584,0.7653951,1),(0.6379711,0.002691595,0.7700556,1),(0.6359258,0.0008364716,0.7717497,1),(0.643491,0.000226404,0.7654536,1),(0.6436873,2.484096e-5,0.7652887,1),(0.651997,-7.009262e-5,0.7582215,1),(0.6361628,8.900082e-5,0.7715549,1),(0.6359521,-3.075399e-5,0.7717285,1),(0.6447487,-1.806106e-5,0.7643947,1),(0.6524056,-8.897442e-6,0.75787,1),(0.6602385,-0.0001627502,0.751056,1),(0.6607347,-2.278694e-6,0.7506196,1),(0.632313,0.004580171,0.7746994,1),(0.6260321,0.006447092,0.7797706,1),(0.621681,0.001669872,0.7832687,1),(0.6283082,0.001398081,0.7779633,1),(0.6191269,0.0082903,0.7852471,1),(0.6115632,0.01011873,0.7911308,1),(0.6051512,0.00233356,0.7961071,1),(0.6136411,0.002034593,0.7895824,1),(0.6191853,2.624147e-5,0.7852449,1),(0.6096598,-0.0001683315,0.7926632,1),(0.6008081,-0.0005226478,0.7993931,1),(0.6091573,-0.0006801047,0.7930492,1),(0.6003891,-0.001168239,0.7997071,1),(0.6179034,-0.0003283771,0.786254,1),(0.6283053,0.0001004524,0.7779669,1),(0.6266292,-0.0001121911,0.7793176,1),(0.603674,0.01184354,0.7971432,1),(0.5957982,0.013382,0.8030227,1),(0.5883865,0.003254086,0.8085733,1),(0.5965863,0.002697312,0.8025444,1),(0.5879574,0.01473212,0.8087578,1),(0.5801485,0.01590015,0.8143556,1),(0.5731737,0.004944168,0.819419,1),(0.5805725,0.0040035,0.8141988,1),(0.5838923,-0.0006074599,0.8118309,1),(0.5761395,-8.109645e-5,0.8173513,1),(0.5688924,0.0008244,0.8224115,1),(0.5757706,-0.0009624641,0.8176107,1),(0.568352,-5.941276e-5,0.8227855,1),(0.5835985,-0.001448725,0.812041,1),(0.5921261,-0.0007547303,0.805845,1),(0.5918153,-0.001517117,0.8060722,1),(0.5739721,0.01626544,0.8187133,1),(0.5645252,0.01662552,0.8252484,1),(0.5658529,0.005746217,0.8244861,1),(0.5564244,0.006229681,0.8308749,1),(0.5552527,0.01620567,0.8315237,1),(0.543379,0.01546117,0.8393452,1),(0.5478076,0.006140654,0.8365817,1),(0.5385984,0.005605248,0.842544,1),(0.5537705,0.002190843,0.8326663,1),(0.5453919,0.002254701,0.838178,1),(0.5364468,0.001905684,0.8439319,1),(0.5444733,0.001485514,0.8387769,1),(0.5355149,0.001208873,0.8445249,1),(0.5529194,0.001366468,0.8332335,1),(0.5616068,0.001714114,0.8274026,1),(0.5608694,0.0008518896,0.8279039,1),(0.5334951,0.01409308,0.8456857,1),(0.5245289,0.01273042,0.8512974,1),(0.5295154,0.004864738,0.8482864,1),(0.5212419,0.004168882,0.8533988,1),(0.5164629,0.01137476,0.8562341,1),(0.5093375,0.01002139,0.8605085,1),(0.5137835,0.003516332,0.8579128,1),(0.5071665,0.002905903,0.8618432,1),(0.5195929,0.0009383574,0.8544134,1),(0.5123851,0.0005624482,0.8587556,1),(0.5060089,0.0002584659,0.8625282,1),(0.5116038,0.0001075603,0.8592215,1),(0.5053267,-0.0001165215,0.862928,1),(0.5187365,0.0004031164,0.8549341,1),(0.5276179,0.001385857,0.8494806,1),(0.5267075,0.0007701277,0.8500463,1),(0.50229,0.008577521,0.8646567,1),(0.4944706,0.00693145,0.8691667,1),(0.5005658,0.002303441,0.8656954,1),(0.4930987,0.00166977,0.8699718,1),(0.4858546,0.005082878,0.8740249,1),(0.4764541,0.003029478,0.8791941,1),(0.4847851,0.001004659,0.8746327,1),(0.4756185,0.0003080205,0.8796517,1),(0.4922948,-0.0002865479,0.8704284,1),(0.4841113,-0.0005660076,0.8750062,1),(0.4750282,-0.0008494561,0.8799702,1),(0.4836404,-0.0008201938,0.8752664,1),(0.4745607,-0.001115054,0.8802221,1),(0.4917903,-0.0005548421,0.8707135,1),(0.4996029,-1.146588e-5,0.8662546,1),(0.4990172,-0.0003201526,0.866592,1),(0.4666986,0.0009546679,0.8844159,1),(0.4570926,-0.0009638935,0.8894185,1),(0.466071,-0.0007638171,0.884747,1),(0.4566254,-0.002560837,0.8896554,1),(0.4476031,-0.002727248,0.8942282,1),(0.4382542,-0.00433744,0.8988406,1),(0.4472663,-0.005090302,0.8943865,1),(0.4379933,-0.008361615,0.8989394,1),(0.4561979,-0.004422921,0.8898674,1),(0.4469569,-0.008483784,0.8945152,1),(0.4377991,-0.01408858,0.8989624,1),(0.4467013,-0.01298443,0.8945889,1),(0.4376762,-0.02188696,0.8988662,1),(0.4558272,-0.006580246,0.8900439,1),(0.4655474,-0.00188313,0.885021,1),(0.4650987,-0.002632392,0.8852549,1),(0.4285586,-0.005923013,0.9034946,1),(0.4180795,-0.007609276,0.9083786,1),(0.4283851,-0.01208867,0.9035154,1),(0.418073,-0.0159729,0.908273,1),(0.4068017,-0.009393483,0.9134682,1),(0.3947425,-0.0112744,0.9187226,1),(0.4070935,-0.02000744,0.9131673,1),(0.3954552,-0.02418425,0.9181668,1),(0.4185943,-0.02793399,0.9077436,1),(0.4084491,-0.03564502,0.9120848,1),(0.3979565,-0.04386459,0.9163551,1),(0.4112548,-0.05883939,0.9096193,1),(0.4029063,-0.07400801,0.9122441,1),(0.4198457,-0.04509135,0.9064747,1),(0.4283885,-0.02074475,0.9033566,1),(0.4286519,-0.03277383,0.9028751,1),(0.3822827,-0.01594658,0.9239078,1),(0.3698649,-0.02613115,0.928718,1),(0.3836525,-0.03163625,0.9229354,1),(0.3721493,-0.04553618,0.9270552,1),(0.3573788,-0.04187593,0.9330202,1),(0.3447218,-0.06323627,0.9365725,1),(0.3608281,-0.06594144,0.9302982,1),(0.3495384,-0.09290672,0.9323043,1),(0.3780307,-0.07422999,0.9228124,1),(0.3689576,-0.09957137,0.9240973,1),(0.3602258,-0.1317401,0.923516,1),(0.3836025,-0.1477914,0.9115958,1),(0.3791208,-0.1840697,0.9068548,1),(0.3889238,-0.1173602,0.9137641,1),(0.3876501,-0.05568093,0.9201234,1),(0.3952982,-0.09278186,0.913855,1),(0.3325223,-0.0865779,0.939113,1),(0.3217438,-0.1081636,0.9406283,1),(0.3391818,-0.1221587,0.9327556,1),(0.3309453,-0.1492725,0.9317687,1),(0.3124313,-0.1280194,0.9412745,1),(0.3046516,-0.1461742,0.9411804,1),(0.32494,-0.1742703,0.9295395,1),(0.3226154,-0.196732,0.9258595,1),(0.3484178,-0.1976577,0.9162623,1),(0.3487204,-0.2257447,0.9096337,1),(0.3502859,-0.2516828,0.9021948,1),(0.3914728,-0.3095094,0.8665754,1),(0.3864037,-0.2821507,0.8781134,1),(0.3774883,-0.2551313,0.8901746,1),(0.3529301,-0.1660675,0.9207942,1),(0.3766894,-0.2214941,0.8994695,1),(0.2994049,-0.164322,0.9398696,1),(0.2993159,-0.1834911,0.9363445,1),(0.3213771,-0.2194545,0.9211712,1),(0.3283954,-0.2414709,0.9131529,1),(0.3006541,-0.2049643,0.9314487,1),(0.3088277,-0.2263521,0.9237912,1),(0.3529564,-0.2889958,0.8898895,1),(0.3380653,-0.2650948,0.9030153,1),(0.3854202,-0.3233266,0.8642402,1),(0.3678135,-0.3001441,0.8801289,1),(0.4085285,-0.3456465,0.8447679,1),(0.476339,-0.3886577,0.7886991,1),(0.4466614,-0.372238,0.8135923,1),(0.4224155,-0.35344,0.8346528,1),(0.35593,-0.2762887,0.8927365,1),(0.4039546,-0.3324766,0.8522207,1),(0.3197287,-0.2495713,0.9140502,1),(0.3378539,-0.2721676,0.9009881,1),(0.4014924,-0.3313476,0.8538223,1),(0.373761,-0.311705,0.8735804,1),(0.3625579,-0.2942896,0.8842768,1),(0.3935661,-0.3157445,0.8633718,1),(0.4767322,-0.3605587,0.8017007,1),(0.4359432,-0.3477347,0.8300807,1),(0.5145418,-0.3860065,0.7656668,1),(0.4730104,-0.3783658,0.7956761,1),(0.5616333,-0.3873938,0.731091,1),(0.6437368,-0.3908582,0.6579002,1),(0.5953526,-0.4018149,0.6957729,1),(0.550947,-0.4048867,0.7297426,1),(0.4375795,-0.3648285,0.8218421,1),(0.5111606,-0.4004156,0.7605144,1),(0.4323508,-0.3338919,0.8376091,1),(0.4805681,-0.3450325,0.80623,1),(0.5753247,-0.365803,0.7315666,1),(0.5232581,-0.367656,0.7687848,1),(0.5375957,-0.3485596,0.7677872,1),(0.6021298,-0.343721,0.7206217,1),(0.6925475,-0.3330447,0.63989,1),(0.6321893,-0.3544666,0.6889777,1),(0.7168519,-0.3405761,0.6083841,1),(0.6639605,-0.3658776,0.6521428,1),(0.7696366,-0.3050983,0.5608695,1),(0.8298939,-0.2653125,0.4908007,1),(0.7866372,-0.3095359,0.5342185,1),(0.7407959,-0.3450778,0.5763181,1),(0.6120121,-0.3813537,0.6928281,1),(0.6930355,-0.3721104,0.6174428,1),(0.6694045,-0.3278037,0.6666651,1),(0.7353494,-0.2969406,0.6091696,1),(0.8068164,-0.258415,0.5312899,1),(0.7519572,-0.3014461,0.5862512,1),(0.798669,-0.2505749,0.5471199,1),(0.8570451,-0.1884471,0.4795431,1),(0.8991264,-0.1374879,0.4155344,1),(0.8563305,-0.2037675,0.4745282,1),(0.8981074,-0.1524638,0.412502,1),(0.8617041,-0.2105374,0.461671,1),(0.9275073,-0.08727323,0.3634742,1),(0.9447464,-0.04542816,0.3246392,1),(0.9254611,-0.1053491,0.3639002,1),(0.8999788,-0.161988,0.4047196,1),(0.8188033,-0.2614175,0.511099,1),(0.8681989,-0.2153238,0.4470642,1),(0.9040368,-0.1181914,0.4107899,1),(0.9366952,-0.04675301,0.3470103,1),(0.9532007,0.00451178,0.3023048,1),(0.9318007,-0.06608448,0.3569039,1),(0.9570197,0.02582163,0.2888712,1),(0.9665055,0.09992456,0.2363942,1),(0.9678221,0.1441706,0.2062409,1),(0.9648374,0.07443922,0.2520866,1),(0.9673357,0.1137706,0.2265345,1),(0.961751,0.04768347,0.2697431,1),(0.9660887,0.1793568,0.1857517,1),(0.963318,0.2041185,0.1742234,1),(0.9673978,0.1406155,0.210639,1),(0.9655216,0.07816536,0.2483103,1),(0.9487516,-0.01926371,0.3154349,1),(0.9580021,0.01620673,0.286303,1),(0.9670209,0.1703518,0.1893433,1),(0.9615799,0.2315246,0.1475145,1),(0.9550139,0.2670471,0.1289743,1),(0.9637777,0.2096985,0.1647998,1),(0.952047,0.2844633,0.1126374,1),(0.9409047,0.3287311,0.08144984,1),(0.9440418,0.3155159,0.09609745,1),(0.9319299,0.356326,0.06736719,1),(0.948827,0.2941002,0.1150319,1),(0.936982,0.3390266,0.08441405,1),(0.9243277,0.377016,0.05896868,1),(0.9311677,0.3562183,0.07768737,1),(0.9187264,0.3912202,0.05374468,1),(0.9436615,0.3136222,0.1055663,1),(0.9589514,0.2411448,0.1492028,1),(0.9547925,0.2631812,0.1382274,1),(0.9303232,0.362502,0.0555971,1),(0.922724,0.3836333,0.03749436,1),(0.9208711,0.3872367,0.04521122,1),(0.9138918,0.4049037,0.02923993,1),(0.9195446,0.3921339,0.02585811,1),(0.9213187,0.3882559,0.02072115,1),(0.9119866,0.4097549,0.01953093,1),(0.9155185,0.4019546,0.01607892,1),(0.9074258,0.419529,0.02395464,1),(0.9066991,0.4214953,0.01544383,1),(0.9116204,0.4108293,0.01293611,1),(0.9032512,0.4289182,0.01290041,1),(0.9088184,0.4170598,0.01050582,1),(0.9032277,0.4286524,0.02090182,1),(0.9135821,0.4048301,0.03847563,1),(0.9086176,0.4161995,0.03452429,1),(0.9270069,0.3744974,0.02024799,1),(0.9352468,0.3532647,0.02275161,1),(0.9227088,0.3851273,0.01689689,1),(0.9316257,0.3628636,0.02008629,1),(0.9455569,0.3242297,0.02823625,1),(0.9572139,0.2870403,0.03673385,1),(0.9418987,0.3349149,0.02566846,1),(0.9530243,0.3010168,0.0336703,1),(0.9288844,0.3699526,0.01757597,1),(0.9386147,0.3442149,0.02277299,1),(0.9487129,0.314719,0.02993004,1),(0.9348424,0.3545629,0.01883885,1),(0.9437574,0.3296985,0.02491969,1),(0.9259601,0.3773459,0.01442744,1),(0.9198101,0.3921033,0.01430127,1),(0.9172486,0.3981449,0.01164696,1),(0.9687551,0.2436193,0.04650897,1),(0.9790083,0.1959848,0.05597147,1),(0.9643685,0.2610416,0.04302081,1),(0.9752486,0.2147611,0.05260822,1),(0.9874383,0.1439839,0.06507143,1),(0.9934231,0.0875774,0.0737603,1),(0.9848304,0.1619096,0.06240447,1),(0.9921105,0.1023927,0.07233667,1),(0.9711226,0.2336464,0.04827144,1),(0.9821404,0.1786715,0.05896302,1),(0.9910071,0.1136913,0.0705623,1),(0.9794176,0.1942619,0.05480604,1),(0.9901848,0.1217301,0.06867094,1),(0.9665843,0.252747,0.04282324,1),(0.9595629,0.2788371,0.03858758,1),(0.9541156,0.2976308,0.03285135,1),(0.9960659,0.0338455,0.08189824,1),(0.9959477,-0.01002826,0.08937354,1),(0.9957086,0.04262928,0.08214118,1),(0.995738,-0.01090381,0.09158092,1),(0.9943791,-0.04399556,0.09630459,1),(0.9923565,-0.06815105,0.102878,1),(0.993205,-0.05817795,0.1007938,1),(0.9889647,-0.09933127,0.1099188,1),(0.9953526,-0.01822522,0.0945575,1),(0.9912151,-0.07811462,0.1067272,1),(0.9837769,-0.1341253,0.1191354,1),(0.9881309,-0.1026461,0.1142857,1),(0.976566,-0.1712742,0.1303228,1),(0.9946315,-0.03103493,0.09871689,1),(0.995539,0.04570998,0.0825387,1),(0.9955441,0.04374907,0.08353311,1),(0.9888253,-0.0969265,0.1132686,1),(0.9810252,-0.145365,0.1282908,1),(0.9695467,-0.2011679,0.13968,1),(0.9819704,-0.1436715,0.1228525,1),(0.9653623,-0.2133679,0.1501658,1),(0.9372549,-0.3000925,0.1774761,1),(0.9159818,-0.3527576,0.1911525,1),(0.9486489,-0.2712101,0.16282,1),(0.9300521,-0.3224482,0.1761539,1),(0.9550136,-0.2540625,0.1529752,1),(0.8957298,-0.3955869,0.2029261,1),(0.9110366,-0.3663273,0.189253,1),(0.8783518,-0.4283292,0.2122082,1),(0.9382094,-0.302927,0.1673275,1),(0.9722901,-0.1909746,0.1348356,1),(0.959974,-0.2377315,0.1481006,1),(0.9006209,-0.3839961,0.2035411,1),(0.8666852,-0.4462093,0.2230564,1),(0.8788338,-0.4255442,0.2157851,1),(0.8508787,-0.4719093,0.2308829,1),(0.839517,-0.4886413,0.2375729,1),(0.8215787,-0.5133,0.2480556,1),(0.8361251,-0.4937659,0.2389352,1),(0.8363754,-0.4928608,0.2399256,1),(0.8419824,-0.4851311,0.2360372,1),(0.8401391,-0.4875264,0.2376648,1),(0.856362,-0.4621736,0.2303035,1),(0.8512175,-0.4702303,0.23305,1),(0.8799529,-0.42177,0.2186159,1),(0.8408533,-0.4865137,0.2372133,1),(0.8615686,-0.4552637,0.2245763,1),(0.850477,-0.4728509,0.230436,1),(0.8240535,-0.5056547,0.2554388,1),(0.8562093,-0.448084,0.2571504,1),(0.8932472,-0.3848478,0.2323822,1),(0.855232,-0.4609667,0.236829,1),(0.911127,-0.3289648,0.2482534,1),(0.9652262,-0.134245,0.2243134,1),(0.9772496,-0.06012268,0.2033922,1),(0.9412082,-0.2538335,0.2229252,1),(0.9644655,-0.1759502,0.1970982,1),(0.9264323,-0.3139952,0.2076788,1),(0.9831132,0.01035299,0.1827061,1),(0.9837021,0.07569703,0.163096,1),(0.9801635,-0.09783646,0.1723588,1),(0.9537926,-0.2379919,0.1834116,1),(0.8870999,-0.4063643,0.2189107,1),(0.9176364,-0.3445331,0.1980919,1),(0.9815369,0.02455167,0.1896908,1),(0.9856139,0.0421996,0.1636594,1),(0.9826159,0.0984477,0.1573976,1),(0.9801872,0.08909576,0.1769039,1),(0.9845292,-0.09683592,0.1460315,1),(0.8944947,-0.4290752,0.1255926,1),(0.8977414,-0.4227585,0.1238372,1),(0.9880509,-0.05452489,0.1441615,1),(0.989571,-0.01867498,0.1428304,1),(0.9775031,0.1464076,0.1518309,1),(0.8999326,-0.4186114,0.1220076,1),(0.901228,-0.4164332,0.1198814,1),(0.9899279,0.009667289,0.1412419,1),(0.9716934,0.1854902,0.1463058,1),(0.9754506,0.14609,0.1647837,1),(0.9687555,0.195054,0.1531886,1),(0.7145773,-0.6931435,0.09450608,1),(0.6518134,-0.7550192,0.0713103,1),(0.6226843,-0.7795412,0.06767479,1),(0.6962432,-0.7121523,0.08991349,1),(0.745896,-0.6637443,0.05552047,1),(0.9652135,-0.2575335,0.04515826,1),(0.7145888,-0.6971479,0.05785995,1),(0.9453428,-0.3201295,0.06200198,1),(0.6850749,-0.7258692,0.06153376,1),(0.596156,-0.8003237,0.06387537,1),(0.9219338,-0.3805223,0.07239414,1),(0.8948194,-0.4378247,0.08722206,1),(0.6579104,-0.7503106,0.0647134,1),(0.5731349,-0.8171892,0.06097734,1),(0.6788746,-0.7293313,0.08488355,1),(0.663541,-0.7438412,0.08008336,1),(0.9575232,0.2882713,0.006989818,1),(0.8155776,0.5772052,-0.04083489,1),(0.8602626,0.5096769,-0.01333842,1),(0.9774619,0.2087916,0.03121402,1),(0.6779356,0.7288452,-0.09585383,1),(0.5424259,0.8241022,-0.1631855,1),(0.7329303,0.6766073,-0.07082161,1),(0.6010798,0.7863264,-0.1428074,1),(0.7862784,0.6162779,-0.04436055,1),(0.9009266,0.4337158,0.0148928,1),(0.6599357,0.7411959,-0.1229367,1),(0.716857,0.6907475,-0.09478337,1),(0.8364064,0.5479355,-0.01382522,1),(0.9358448,0.3495186,0.04506753,1),(0.990622,0.1242336,0.05686802,1),(0.995885,0.03541084,0.08342208,1),(0.4478406,0.8681843,-0.2137633,1),(0.4550366,0.8661122,-0.2068604,1),(0.5054929,0.8403252,-0.1957819,1),(0.5082224,0.8407257,-0.1867896,1),(0.5864914,0.8002762,-0.1248431,1),(0.8317636,0.549791,0.07680625,1),(0.8580848,0.4994949,0.1191443,1),(0.6310141,0.7697302,-0.09662646,1),(0.6764331,0.733375,-0.06781767,1),(0.5624675,0.8097782,-0.167001,1),(0.8821359,0.4406534,0.1663156,1),(0.9006571,0.3761138,0.2176127,1),(0.720576,0.6924907,-0.0350257,1),(0.6154585,0.7756446,-0.1399509,1),(0.5635462,0.8070988,-0.1760887,1),(0.6217851,0.7678565,-0.1542071,1),(0.9406045,0.1652424,0.2965772,1),(0.8979835,-0.1142733,0.4249321,1),(0.8626786,-0.1866966,0.4700319,1),(0.9340078,0.09395862,0.3446757,1),(0.8059904,-0.3018863,0.5091602,1),(0.685468,-0.4425947,0.578138,1),(0.6198545,-0.4961841,0.6079323,1),(0.7523776,-0.3669622,0.5470526,1),(0.689852,-0.4293729,0.5828748,1),(0.8152024,-0.2630988,0.515969,1),(0.5529485,-0.5423349,0.632551,1),(0.6242569,-0.4863071,0.6113991,1),(0.4917454,-0.5798682,0.6495686,1),(0.7578948,-0.3368895,0.5586599,1),(0.9168818,0.01403716,0.3989121,1),(0.8882167,-0.06888783,0.4542305,1),(0.5657001,-0.542285,0.6212169,1),(0.496282,-0.5973237,0.6300068,1),(0.4999775,-0.5809386,0.6422873,1),(0.4476819,-0.6235463,0.6409141,1),(0.4848358,-0.6242942,0.6125284,1),(0.5305616,-0.6233093,0.5744476,1),(0.4673448,-0.6316404,0.6185623,1),(0.558155,-0.6033463,0.569593,1),(0.4089846,-0.6370665,0.6533589,1),(0.4611848,-0.6285573,0.6262782,1),(0.5962523,-0.5722616,0.5630274,1),(0.468419,-0.6175522,0.631833,1),(0.642413,-0.5272118,0.5561955,1),(0.38537,-0.6429108,0.6619335,1),(0.4410134,-0.6110008,0.657408,1),(0.3950155,-0.6306161,0.6680464,1),(0.6154256,-0.5838343,0.5295175,1),(0.7256276,-0.4922923,0.480742,1),(0.8042719,-0.402968,0.4367647,1),(0.6808674,-0.5270739,0.5085396,1),(0.8574645,-0.3172307,0.4051163,1),(0.9605333,-0.01763688,0.2776056,1),(0.9673557,0.1291105,0.2180679,1),(0.9177333,-0.1914534,0.3480103,1),(0.9577135,-0.05441754,0.2825308,1),(0.8748965,-0.2943869,0.3845677,1),(0.9495357,0.2720332,0.1561406,1),(0.9085588,0.4061886,0.09763038,1),(0.9725745,0.08766325,0.2154397,1),(0.9294254,-0.1708344,0.3270839,1),(0.7502897,-0.4556256,0.479031,1),(0.8172586,-0.3695856,0.4421481,1),(0.9413486,0.3097363,0.1338887,1),(0.8178227,0.5736151,0.04617142,1),(0.7283372,0.6851882,0.006490882,1),(0.8890756,0.4501288,0.0832397,1),(0.6140295,0.7892752,0.003539872,1),(0.3134186,0.9495133,0.0139058,1),(0.5163411,0.856006,-0.02540486,1),(0.2463022,0.9691789,-0.005260112,1),(0.631199,0.7751846,-0.02601003,1),(0.4223461,0.9052221,-0.0468691,1),(0.1877929,0.9820117,-0.01966996,1),(0.335214,0.940093,-0.06210351,1),(0.1387042,0.9898468,-0.03105616,1),(0.5319543,0.8452349,-0.05101454,1),(0.8180137,0.5740353,0.03656315,1),(0.7333764,0.6798149,-0.003283809,1),(0.06258725,0.9972097,0.04068974,1),(0.001605587,0.9983466,0.05745969,1),(0.03599421,0.9989197,0.02938718,1),(-0.004422881,0.998647,0.05181414,1),(0.1309704,0.9890218,0.06843036,1),(0.5067214,0.8595069,0.06694296,1),(0.139729,0.9878991,0.06731445,1),(0.5333431,0.8434994,0.06367118,1),(-0.000686128,0.9989679,0.04541579,1),(0.1589346,0.9854142,0.06081602,1),(0.5671659,0.8216205,0.05711976,1),(0.6076994,0.7925398,0.05081553,1),(0.1886448,0.9806213,0.05286735,1),(0.01276939,0.9992427,0.03675689,1),(0.01790496,0.999651,0.01942115,1),(0.008512934,0.9999213,0.009212784,1),(0.8474385,0.5278034,0.05719912,1),(0.9770568,0.2033919,0.06318039,1),(0.9867141,0.1519345,0.05754132,1),(0.8723894,0.4862596,0.04988277,1),(0.9912211,-0.09805358,0.08869147,1),(0.8999321,-0.4150577,0.1336011,1),(0.881435,-0.4528206,0.1342596,1),(0.9854205,-0.1471487,0.08540239,1),(0.9762706,-0.1998617,0.08337241,1),(0.9941488,0.09425875,0.05275796,1),(0.8607287,-0.4905134,0.1361721,1),(0.8378401,-0.5276353,0.1400887,1),(0.9629935,-0.2560764,0.08407331,1),(0.9982747,0.029813,0.05058378,1),(0.8984004,0.4370004,0.04367295,1),(0.9245439,0.3790871,0.0388796,1),(0.7261642,-0.6660752,0.1703801,1),(0.5955423,-0.7818039,0.1846945,1),(0.5763043,-0.7945724,0.1911234,1),(0.7035949,-0.6887241,0.1749668,1),(0.5407713,-0.8196986,0.1888401,1),(0.5558062,-0.8097122,0.1882701,1),(0.5503977,-0.8122789,0.1930422,1),(0.5274907,-0.8267998,0.195335,1),(0.519319,-0.8301533,0.2028624,1),(0.5604248,-0.8040171,0.1986973,1),(0.5515454,-0.8102201,0.1983456,1),(0.5610808,-0.8022126,0.2040668,1),(0.51775,-0.8290465,0.2112269,1),(0.5490429,-0.8096752,0.2073112,1),(0.681914,-0.7087479,0.1807474,1),(0.6618601,-0.7257146,0.1878285,1),(0.6057647,-0.774008,0.1842845,1),(0.6612063,-0.7291661,0.1764175,1),(0.6716203,-0.7193108,0.1775331,1),(0.6087493,-0.7710565,0.1868056,1),(0.7217187,-0.6724498,0.1641137,1),(0.7858756,-0.600743,0.1466542,1),(0.8076819,-0.571067,0.1467398,1),(0.7385442,-0.6538422,0.1644473,1),(0.7607981,-0.6279978,0.1637226,1),(0.6889758,-0.702628,0.1778381,1),(0.83236,-0.5346982,0.1458581,1),(0.8578102,-0.4934457,0.1437812,1),(0.7879385,-0.5941409,0.1617076,1),(0.7141438,-0.6771872,0.1772462,1),(0.6190505,-0.7622399,0.1891214,1),(0.6383951,-0.7455976,0.1911436,1),(0.843422,-0.5217431,0.1281536,1),(0.8869888,-0.4474075,0.1143562,1),(0.9062537,-0.4072051,0.1135259,1),(0.8662727,-0.4829268,0.1278808,1),(0.9189492,-0.3799316,0.1057559,1),(0.9416513,-0.3203871,0.103175,1),(0.9473563,-0.3037578,0.1012291,1),(0.931854,-0.3470692,0.1057882,1),(0.9438909,-0.3134684,0.1039588,1),(0.9243722,-0.3640217,0.1141241,1),(0.9524925,-0.2881025,0.09876728,1),(0.9536082,-0.2834945,0.1013031,1),(0.9564245,-0.2752881,0.09730621,1),(0.9395915,-0.3233982,0.1121674,1),(0.8894669,-0.4389983,0.1270001,1),(0.9100849,-0.394365,0.1273644,1),(0.959952,-0.2610206,0.1017863,1),(0.9762236,-0.1930495,0.09858595,1),(0.9603717,-0.2604591,0.09923232,1),(0.975198,-0.1989821,0.09692796,1),(0.9888978,-0.1157009,0.09324379,1),(0.9958363,-0.0286275,0.0865482,1),(0.9886775,-0.1176319,0.09316406,1),(0.996043,-0.01551588,0.08750797,1),(0.9734632,-0.2077856,0.09588709,1),(0.9880916,-0.1224556,0.093164,1),(0.9960543,-0.004260478,0.08864404,1),(0.9874963,-0.1270499,0.09332461,1),(0.9959156,0.007452103,0.08998149,1),(0.9715856,-0.2167684,0.09504142,1),(0.9600973,-0.2620941,0.09757037,1),(0.9594713,-0.2648954,0.09615275,1),(0.9942922,0.06895246,0.08141548,1),(0.9804589,0.1790668,0.08145761,1),(0.9915047,0.09981944,0.08339417,1),(0.9713605,0.22199,0.08472986,1),(0.9492339,0.3024631,0.08643481,1),(0.8942844,0.4371023,0.09590109,1),(0.931757,0.3514101,0.09132276,1),(0.867831,0.4861133,0.1027772,1),(0.9603948,0.2643388,0.08813008,1),(0.9118719,0.3990531,0.09615785,1),(0.8392061,0.5326899,0.1094287,1),(0.889806,0.445068,0.1007947,1),(0.8088296,0.5765596,0.1156449,1),(0.9475423,0.3062429,0.09153655,1),(0.9878164,0.1299748,0.0855876,1),(0.9831166,0.1604603,0.08794572,1),(0.8112167,0.5734285,0.1144865,1),(0.6892285,0.7092272,0.1481919,1),(0.7759326,0.6186188,0.1234475,1),(0.6442354,0.7481397,0.1588957,1),(0.5038607,0.840732,0.1982277,1),(0.230114,0.9377259,0.2602262,1),(0.4472121,0.8691331,0.2112083,1),(0.1601231,0.9484894,0.2733648,1),(0.5988141,0.782945,0.1685782,1),(0.3911385,0.8934211,0.2209288,1),(0.09189439,0.9548326,0.2825774,1),(0.0248943,0.9567048,0.2899937,1),(0.3358021,0.9135016,0.2296774,1),(0.5533214,0.8139029,0.1771937,1),(0.7392446,0.6604019,0.1318584,1),(0.7016087,0.6987602,0.1395696,1),(-0.07046098,0.9458942,0.3167324,1),(-0.3455886,0.8637863,0.3666627,1),(-0.4187468,0.8294469,0.3696878,1),(-0.1484577,0.9337017,0.3258244,1),(-0.6155712,0.6704097,0.4142741,1),(-0.848395,0.3031703,0.4339512,1),(-0.8658203,0.2707575,0.4207682,1),(-0.6669642,0.6235948,0.4077849,1),(-0.7116457,0.5780202,0.3993155,1),(-0.4861431,0.7920148,0.3692932,1),(-0.8795872,0.2440064,0.4083959,1),(-0.8915277,0.2180557,0.3970266,1),(-0.7518411,0.5317777,0.3898045,1),(-0.5494028,0.7508953,0.3664872,1),(-0.2228739,0.9166558,0.3317673,1),(-0.2950449,0.8947719,0.3351594,1),(-0.9171726,-0.07227622,0.3918808,1),(-0.9026,-0.2510146,0.3497211,1),(-0.9023736,-0.2574744,0.3455848,1),(-0.9199712,-0.08197346,0.3833189,1),(-0.8943468,-0.2972518,0.3343429,1),(-0.9049809,-0.2493615,0.3447151,1),(-0.8998748,-0.2699084,0.3426,1),(-0.8913192,-0.3086564,0.3320864,1),(-0.890017,-0.3123007,0.3321717,1),(-0.9033746,-0.2554637,0.3444599,1),(-0.8957163,-0.284716,0.3415101,1),(-0.8927106,-0.2930246,0.3423513,1),(-0.8896397,-0.3109378,0.334453,1),(-0.9045469,-0.2500701,0.34534,1),(-0.922324,-0.08390902,0.3771973,1),(-0.9241207,-0.08442758,0.3726566,1),(-0.9179859,-0.1523577,0.3661815,1),(-0.9226859,-0.04730009,0.3826401,1),(-0.9209462,-0.07157493,0.3830601,1),(-0.9140342,-0.1797524,0.3636351,1),(-0.9162284,0.06579352,0.3952174,1),(-0.8964194,0.1862348,0.4021801,1),(-0.8901482,0.2037305,0.4075904,1),(-0.915292,0.05660446,0.3987936,1),(-0.9142734,0.04578314,0.4025022,1),(-0.9185876,-0.09583917,0.3834211,1),(-0.8836334,0.2197935,0.4133795,1),(-0.8758072,0.2381183,0.419835,1),(-0.9126098,0.03952072,0.4069171,1),(-0.9160318,-0.1136006,0.3846825,1),(-0.9094687,-0.2044588,0.3620268,1),(-0.9054666,-0.2218486,0.3618197,1),(-0.8557447,0.3122675,0.4125408,1),(-0.7701681,0.464516,0.4371108,1),(-0.7355481,0.5162264,0.4387247,1),(-0.8373116,0.3536067,0.4169793,1),(-0.5647903,0.6777301,0.4708437,1),(-0.0580674,0.8962652,0.4397008,1),(0.02095955,0.9026925,0.4297754,1),(-0.5086608,0.7228768,0.4676679,1),(-0.4494623,0.7636698,0.4634567,1),(-0.697752,0.5655029,0.4397143,1),(0.100164,0.9025648,0.4187409,1),(0.1775817,0.8961475,0.4066749,1),(-0.3883101,0.799341,0.4585515,1),(-0.6569853,0.6118878,0.4404129,1),(-0.8169855,0.3936234,0.4214205,1),(-0.7941612,0.433359,0.4260375,1),(0.4944369,0.8224469,0.2812704,1),(0.7496492,0.6422698,0.1597363,1),(0.8003659,0.5818768,0.1443396,1),(0.5682032,0.7787775,0.2658021,1),(0.870511,0.4831509,0.09367958,1),(0.9416994,0.3310122,0.06027518,1),(0.9550647,0.2917814,0.05210746,1),(0.9007019,0.42678,0.08120933,1),(0.9240667,0.3755695,0.07105192,1),(0.8432879,0.5214291,0.1302961,1),(0.9637284,0.2627283,0.04691763,1),(0.9677827,0.2476854,0.0452613,1),(0.9406564,0.3333766,0.06344622,1),(0.8776159,0.4646672,0.1177913,1),(0.6362729,0.7297124,0.2503527,1),(0.6965816,0.6779222,0.2349371,1),(0.9795281,0.196698,0.04283198,1),(0.9928516,0.1142415,0.03456254,1),(0.9920948,0.1202952,0.03573442,1),(0.9826828,0.1810263,0.03954768,1),(0.9959639,0.08239154,0.03560199,1),(0.9940681,0.09864505,0.04580057,1),(0.9880739,0.1439755,0.05459809,1),(0.9932697,0.1084118,0.04077095,1),(0.9883888,0.1442695,0.0476849,1),(0.9894441,0.1393891,0.03963785,1),(0.9792505,0.1924498,0.06349442,1),(0.969223,0.2356392,0.07128133,1),(0.9807044,0.1872089,0.05631841,1),(0.9838521,0.1727193,0.04693524,1),(0.9831279,0.1786227,0.03941501,1),(0.9802929,0.1927521,0.04327164,1),(0.9889392,0.136783,0.05735755,1),(0.9832117,0.1713019,0.06285249,1),(0.9702516,0.230442,0.07421637,1),(0.9783929,0.1950632,0.06853951,1),(0.9773983,0.2020086,0.06232984,1),(0.9718631,0.2288349,0.0558286,1),(0.9649238,0.2552213,0.06151501,1),(0.9654847,0.2503651,0.07180938,1),(0.955063,0.2859281,0.07810068,1),(0.9564892,0.2797532,0.08286519,1),(0.9613484,0.2678002,0.06397264,1),(0.9630262,0.2620723,0.06244052,1),(0.951101,0.2985418,0.07924438,1),(0.947985,0.3063778,0.08635442,1),(0.9653836,0.2488622,0.07811497,1),(0.9546515,0.2856791,0.0838335,1),(0.96756,0.2484276,0.04595041,1),(0.9657245,0.2570904,0.03579029,1),(0.9706206,0.2383223,0.03313959,1),(0.9671252,0.2499021,0.04709241,1),(0.9665788,0.2551178,0.02530559,1),(0.9700489,0.2424857,0.01434916,1),(0.9806001,0.195921,0.006210021,1),(0.9752124,0.2204073,0.01953124,1),(0.9840456,0.1774808,0.01243975,1),(0.9777756,0.2077423,0.02824809,1),(0.9891509,0.1468879,-0.002068676,1),(0.9947097,0.1023065,-0.009276407,1),(0.9909759,0.1339258,0.005540587,1),(0.9849967,0.1711085,0.02243621,1),(0.9702486,0.2378131,0.04541461,1),(0.9759842,0.2138651,0.04143116,1),(0.9739949,0.2265244,0.004549725,1),(0.976631,0.2149116,-0.00220591,1),(0.9880349,0.153621,-0.01369773,1),(0.9851943,0.1713565,-0.005389023,1),(0.9782037,0.2076284,-0.002840609,1),(0.9785881,0.2055476,-0.01075283,1),(0.9896309,0.1427277,-0.01610134,1),(0.9899787,0.1392748,-0.02333734,1),(0.9957147,0.0885772,-0.02657941,1),(0.9946768,0.1003921,-0.02322097,1),(0.9958397,0.08474129,-0.03349825,1),(0.9982005,0.04810594,-0.03579838,1),(0.9982181,0.04447398,-0.03978523,1),(0.9977997,0.05895218,-0.03033789,1),(0.9926944,0.1198097,-0.01426153,1),(0.9968016,0.07700182,-0.02138613,1),(0.7902244,7.060335e-5,0.6128176,1),(0.7896051,7.61823e-5,0.6136152,1),(0.7897887,9.294567e-5,0.6133791,1),(0.7888137,8.702111e-5,0.6146323,1),(0.789332,0.0001166101,0.6139666,1),(0.7889147,7.674105e-5,0.6145026,1),(0.7902665,0.0001208987,0.6127632,1),(0.7913415,0.0001602358,0.6113742,1),(0.7904217,0.0001655355,0.612563,1),(0.7921597,0.000234109,0.6103138,1),(0.789175,0.0001249308,0.6141682,1),(0.7906854,0.0001824896,0.6122227,1),(0.7925094,0.0002631314,0.6098596,1),(0.7930309,0.0002245541,0.6091812,1),(0.7905225,0.0001588886,0.612433,1),(0.7888841,0.0001116362,0.6145421,1),(0.7882428,7.849018e-5,0.6153646,1),(0.7884391,9.025552e-5,0.6151128,1),(0.7882906,8.300228e-5,0.6153032,1),(0.7882508,7.34595e-5,0.6153542,1),(0.7924465,0.0002051352,0.6099414,1),(0.7927642,0.0002497969,0.6095284,1),(0.7940667,0.0003470191,0.6078305,1),(0.7932773,0.0003015758,0.6088604,1),(0.7930354,0.0002940631,0.6091754,1),(0.7930164,0.0003381702,0.6092001,1),(0.7939718,0.0003711016,0.6079544,1),(0.7942947,0.0003699135,0.6075327,1),(0.7955726,0.0003810426,0.605858,1),(0.7953609,0.0003771203,0.6061361,1),(0.7949852,0.00035021,0.6066287,1),(0.795995,0.0002758168,0.605303,1),(0.7967217,0.0003099243,0.6043462,1),(0.7964751,0.0003128012,0.6046713,1),(0.7943423,0.0003376155,0.6074703,1),(0.7952442,0.000284216,0.6062893,1),(0.7926945,0.0003638612,0.609619,1),(0.7919409,0.0003535264,0.6105976,1),(0.7923339,0.0003130105,0.6100876,1),(0.7932982,0.0003517191,0.6088332,1),(0.7907528,0.0003071479,0.6121356,1),(0.7891447,0.000224913,0.6142073,1),(0.7895652,0.0001775964,0.6136667,1),(0.7910861,0.0002549504,0.6117048,1),(0.7915347,0.000186039,0.6111242,1),(0.7928324,0.0002452351,0.6094397,1),(0.7900876,0.000122267,0.612994,1),(0.7907089,7.628046e-5,0.6121924,1),(0.7921289,0.000126337,0.6103538,1),(0.7934846,0.0001762874,0.6085903,1),(0.7939855,0.0003000767,0.6079365,1),(0.7947727,0.0002262065,0.6069071,1),(0.7879537,0.0001317842,0.6157346,1),(0.7881268,5.197462e-5,0.6155128,1),(0.7886189,1.046428e-5,0.6148824,1),(0.7884807,9.254114e-5,0.6150594,1),(0.789661,-1.511938e-5,0.6135434,1),(0.7925642,-6.999623e-5,0.6097884,1),(0.7926123,-0.0001470035,0.6097258,1),(0.7899925,-6.926477e-5,0.6131166,1),(0.7903973,-0.0001058298,0.6125947,1),(0.7891935,-2.282083e-5,0.6141446,1),(0.7927052,-0.0001965919,0.6096052,1),(0.7928339,-0.0002094362,0.6094376,1),(0.7908015,-0.0001215188,0.6120727,1),(0.7897684,-4.493562e-5,0.6134051,1),(0.7890908,5.300555e-5,0.6142766,1),(0.7897354,2.08647e-5,0.6134476,1),(0.7953384,-0.0001082511,0.6061656,1),(0.7964157,-0.000125144,0.6047497,1),(0.7960941,-0.0002282577,0.6051728,1),(0.7951276,-0.0002058834,0.6064421,1),(0.7957906,-0.000120667,0.6055719,1),(0.7934632,-9.531986e-5,0.6086181,1),(0.7933999,-0.0001627304,0.6087007,1),(0.7955174,-0.0002136542,0.6059306,1),(0.7951704,-0.0002665338,0.6063861,1),(0.7957387,-0.0002911328,0.6056401,1),(0.7932065,-0.0001943087,0.6089528,1),(0.7930027,-0.0001691794,0.609218,1),(0.7948514,-0.0002571469,0.6068043,1),(0.7954361,-0.0002933133,0.6060373,1),(0.7949198,-0.0002676918,0.6067144,1),(0.7947639,-0.0002773935,0.6069188,1),(0.7902121,-6.393681e-5,0.6128333,1),(0.7869148,-4.031599e-5,0.6170617,1),(0.7872769,-5.308711e-5,0.6165994,1),(0.7904058,-0.0001010442,0.6125836,1),(0.7835585,-2.431313e-5,0.621318,1),(0.7801321,-1.592486e-5,0.6256148,1),(0.7806059,2.354978e-6,0.6250235,1),(0.7840114,-1.86158e-5,0.6207464,1),(0.7843693,4.506926e-6,0.6202941,1),(0.7874907,-4.221679e-5,0.6163266,1),(0.7810668,3.160271e-5,0.6244474,1),(0.7815362,7.328989e-5,0.6238599,1),(0.7846828,5.267838e-5,0.6198975,1),(0.7876406,5.364501e-6,0.6161349,1),(0.7904363,-0.0001084791,0.6125442,1),(0.7904129,-6.862765e-5,0.6125744,1),(0.7767798,-2.039041e-5,0.6297723,1),(0.7736275,-4.327298e-5,0.6336406,1),(0.7740163,-1.643916e-5,0.6331657,1),(0.7772183,4.815702e-6,0.629231,1),(0.770683,-8.439743e-5,0.6372188,1),(0.7679507,-0.0001436746,0.640509,1),(0.7682151,-0.0001294816,0.6401918,1),(0.7710148,-6.124091e-5,0.6368173,1),(0.7714806,-5.153955e-5,0.6362529,1),(0.774537,6.21375e-6,0.6325286,1),(0.7685694,-0.0001392823,0.6397665,1),(0.76897,-0.0001472671,0.6392847,1),(0.7720237,-4.505671e-5,0.6355935,1),(0.7751393,2.575617e-5,0.6317902,1),(0.7777361,3.399228e-5,0.6285911,1),(0.7783072,6.521092e-5,0.6278838,1),(0.7651227,-0.0001780927,0.6438845,1),(0.7618735,-0.0001451617,0.6477258,1),(0.7621149,-0.0001353848,0.6474417,1),(0.7653517,-0.0001708116,0.6436123,1),(0.7581926,-4.514452e-5,0.6520307,1),(0.7540832,0.0001216736,0.6567791,1),(0.7545192,0.0001640161,0.656278,1),(0.7585042,-2.370987e-5,0.6516682,1),(0.7588145,-2.722732e-5,0.6513069,1),(0.7623596,-0.0001576309,0.6471536,1),(0.7549709,0.0001959341,0.6557583,1),(0.7554283,0.000205295,0.6552313,1),(0.7591082,-3.709584e-5,0.6509646,1),(0.7625912,-0.0001766164,0.6468806,1),(0.7656134,-0.0001951794,0.6433008,1),(0.7658789,-0.0002134433,0.6429849,1),(0.7494705,0.0002749973,0.6620377,1),(0.744342,0.0003353993,0.6677986,1),(0.7448215,0.0003938554,0.6672636,1),(0.75,0.0003342434,0.6614377,1),(0.7386802,0.0003029177,0.674056,1),(0.7324694,0.0001779115,0.6807998,1),(0.7324495,0.0001823827,0.6808212,1),(0.7389807,0.0003430384,0.6737266,1),(0.7393084,0.0004039004,0.6733669,1),(0.7453395,0.0004677004,0.666685,1),(0.7324274,0.000207412,0.6808452,1),(0.7324023,0.0002220476,0.6808721,1),(0.7396521,0.0004346083,0.6729893,1),(0.7458845,0.0005026609,0.6660751,1),(0.7505561,0.0003985398,0.6608067,1),(0.751133,0.00042633,0.6601508,1),(0.7263901,3.354792e-5,0.6872827,1),(0.7210667,-5.706507e-5,0.6928658,1),(0.7206503,-0.000109459,0.6932989,1),(0.7260817,1.57902e-6,0.6876085,1),(0.7165136,-9.375871e-5,0.6975732,1),(0.7127584,-7.683507e-5,0.7014097,1),(0.7127081,-0.0001209521,0.7014606,1),(0.7161831,-0.0001501916,0.6979125,1),(0.7158388,-0.000200092,0.6982657,1),(0.7201998,-0.0001491461,0.6937667,1),(0.7126791,-0.000165939,0.7014901,1),(0.7126677,-0.0002042225,0.7015017,1),(0.7154691,-0.0002316215,0.6986443,1),(0.7197155,-0.0001695501,0.6942691,1),(0.7257399,-1.311727e-5,0.6879693,1),(0.7253689,-1.815514e-5,0.6883603,1),(0.7091163,-3.843559e-5,0.7050917,1),(0.7050108,-1.103634e-5,0.7091966,1),(0.7054215,-2.339694e-5,0.708788,1),(0.7093702,-6.43161e-5,0.7048361,1),(0.700434,5.306644e-6,0.7137172,1),(0.6953954,1.089524e-5,0.7186273,1),(0.6956995,1.196446e-5,0.7183329,1),(0.700869,1.862866e-6,0.71329,1),(0.701375,-1.326183e-5,0.7127924,1),(0.7059132,-4.682555e-5,0.7082983,1),(0.6960452,3.579177e-6,0.7179981,1),(0.6964268,-2.034969e-5,0.7176279,1),(0.701937,-4.683989e-5,0.712239,1),(0.7064768,-8.606703e-5,0.7077363,1),(0.7096857,-9.771735e-5,0.7045183,1),(0.710049,-0.0001386376,0.7041523,1),(0.6898234,1.039923e-5,0.7239776,1),(0.6835957,9.122665e-6,0.7298609,1),(0.6836826,1.344416e-5,0.7297795,1),(0.6899841,1.341994e-5,0.7238245,1),(0.6766982,6.825188e-6,0.7362605,1),(0.6691114,3.576108e-6,0.7431622,1),(0.6692938,9.914596e-6,0.7429978,1),(0.676786,1.232963e-5,0.7361797,1),(0.6768482,2.09842e-5,0.7361225,1),(0.6837432,1.651914e-5,0.7297226,1),(0.6694444,2.400794e-5,0.7428622,1),(0.6695714,4.933736e-5,0.7427477,1),(0.6768731,3.360938e-5,0.7360997,1),(0.6837769,1.670921e-5,0.7296911,1),(0.6901358,1.092609e-5,0.7236798,1),(0.6902872,-1.089159e-6,0.7235355,1),(0.6610208,-2.935783e-6,0.7503677,1),(0.6534887,-1.508338e-5,0.7569364,1),(0.6528921,-1.892695e-5,0.757451,1),(0.6612983,1.236721e-6,0.7501229,1),(0.6447546,-3.373887e-5,0.7643896,1),(0.6353913,-5.860229e-5,0.7721903,1),(0.6443607,-5.084019e-5,0.7647218,1),(0.635392,-9.411339e-5,0.7721897,1),(0.6531528,-1.302568e-5,0.7572262,1),(0.6445214,-6.273775e-5,0.7645864,1),(0.6353394,-0.0001333953,0.7722331,1),(0.6446425,-6.374878e-5,0.7644841,1),(0.6352227,-0.0001722518,0.772329,1),(0.6533934,9.093286e-6,0.7570184,1),(0.6615493,1.584775e-5,0.7499016,1),(0.6617755,4.676525e-5,0.749702,1),(0.6265019,-0.0001410125,0.7794199,1),(0.6177096,-0.0003339176,0.7864063,1),(0.6263103,-0.000173854,0.7795738,1),(0.6174576,-0.0003154483,0.786604,1),(0.6090304,-0.0006379408,0.7931466,1),(0.6004552,-0.001053342,0.7996578,1),(0.6088602,-0.000519227,0.7932774,1),(0.600523,-0.0007851493,0.799607,1),(0.6171346,-0.0002960573,0.7868576,1),(0.6086184,-0.0003774036,0.7934631,1),(0.6005233,-0.0004586215,0.7996071,1),(0.6082615,-0.000268662,0.7937367,1),(0.6003788,-0.0001737797,0.7997159,1),(0.6167132,-0.000299881,0.7871879,1),(0.6260433,-0.0002148201,0.7797883,1),(0.6257107,-0.0002677702,0.7800552,1),(0.592072,-0.00135019,0.8058839,1),(0.5838708,-0.001296749,0.8118455,1),(0.5923566,-0.0009806479,0.8056754,1),(0.5841666,-0.0009724937,0.8116332,1),(0.5758904,-0.0008927169,0.8175265,1),(0.5681595,-0.0001406906,0.8229183,1),(0.5759961,-0.0007604241,0.8174522,1),(0.5678992,-0.0003467925,0.8230981,1),(0.5843942,-0.0006213653,0.8114697,1),(0.5760313,-0.0007030233,0.8174273,1),(0.5675382,-0.0007835118,0.8233467,1),(0.5759153,-0.0008624322,0.8175088,1),(0.5670507,-0.00156032,0.8236814,1),(0.5844539,-0.0003952615,0.8114268,1),(0.5925724,-0.0005394843,0.805517,1),(0.5926257,-0.0001647451,0.805478,1),(0.5603504,0.0006305242,0.8282554,1),(0.5521817,0.00109702,0.8337231,1),(0.5596944,0.0001139018,0.8286991,1),(0.5512889,0.0004719792,0.8343142,1),(0.5436265,0.001260992,0.8393263,1),(0.5346416,0.001122698,0.8450781,1),(0.5426272,0.0007297815,0.8399733,1),(0.5336595,0.0008885257,0.845699,1),(0.5502821,-0.0005230065,0.8349787,1),(0.5415331,-7.434175e-5,0.8406794,1),(0.5326159,0.0005906766,0.8463569,1),(0.540401,-0.001118668,0.8414069,1),(0.5315586,0.0003154899,0.8470215,1),(0.5492101,-0.001905564,0.8356822,1),(0.5589234,-0.0007590977,0.829219,1),(0.5580679,-0.002053515,0.8297927,1),(0.5258688,0.000830603,0.8505653,1),(0.5179375,0.0005320368,0.8554183,1),(0.5249593,0.0008696657,0.8511268,1),(0.5171052,0.0005861042,0.8559216,1),(0.5108743,0.0002264459,0.8596554,1),(0.5046962,-8.660958e-5,0.863297,1),(0.5101407,3.484704e-5,0.860091,1),(0.5040973,-0.0007862588,0.8636464,1),(0.5162951,0.0004937055,0.8564107,1),(0.5094694,-0.0008178683,0.8604883,1),(0.5035895,-0.00297979,0.863938,1),(0.508915,-0.002689676,0.8608126,1),(0.5032336,-0.007445954,0.8641184,1),(0.5155601,0.0001818185,0.8568534,1),(0.5240239,0.0009599375,0.851703,1),(0.5231216,0.001176773,0.8522573,1),(0.4985009,-0.0004421839,0.8668891,1),(0.4913616,-0.0008756409,0.8709552,1),(0.4980731,-0.001865492,0.867133,1),(0.4911816,-0.003190414,0.8710513,1),(0.4832805,-0.001386482,0.8754644,1),(0.4742558,-0.001972967,0.8803848,1),(0.4834343,-0.004760412,0.8753678,1),(0.4748314,-0.006574261,0.8800523,1),(0.4915274,-0.009569206,0.8708095,1),(0.4846381,-0.01392998,0.8746037,1),(0.4771704,-0.01900658,0.8786053,1),(0.4873389,-0.03198112,0.8726271,1),(0.4820361,-0.04352663,0.8750694,1),(0.4926359,-0.02213534,0.869954,1),(0.497842,-0.005920178,0.8672475,1),(0.4979238,-0.01396446,0.8671083,1),(0.4648894,-0.004368933,0.885358,1),(0.455786,-0.01033222,0.8900295,1),(0.4660144,-0.01080482,0.8847111,1),(0.4576334,-0.01965714,0.8889236,1),(0.4468978,-0.01990066,0.8943636,1),(0.4381461,-0.03313411,0.8982929,1),(0.4496159,-0.03318311,0.8926054,1),(0.4418741,-0.05145301,0.8956003,1),(0.463226,-0.0400535,0.8853347,1),(0.4573277,-0.05830027,0.8873852,1),(0.4519969,-0.08178936,0.888262,1),(0.4721836,-0.1011072,0.8756825,1),(0.4713375,-0.1295024,0.8723933,1),(0.4741594,-0.0773578,0.877034,1),(0.4698061,-0.02697867,0.8823572,1),(0.4774069,-0.05818996,0.8767534,1),(0.4298461,-0.04965005,0.901536,1),(0.42264,-0.06901967,0.9036657,1),(0.4351695,-0.07431538,0.8972763,1),(0.4305758,-0.101557,0.8968226,1),(0.4165116,-0.09126578,0.9045378,1),(0.4114227,-0.1163893,0.9039828,1),(0.4279943,-0.1332338,0.8939069,1),(0.4272762,-0.1693434,0.8881204,1),(0.447846,-0.1448005,0.8823077,1),(0.453363,-0.1832548,0.8722842,1),(0.4550567,-0.2292889,0.860436,1),(0.5017936,-0.2910194,0.8145617,1),(0.4914885,-0.2420992,0.8365566,1),(0.4819332,-0.1994533,0.8532049,1),(0.4483921,-0.11062,0.8869655,1),(0.4729946,-0.1627978,0.8658944,1),(0.4077766,-0.1446801,0.9015464,1),(0.4060076,-0.1763553,0.8966921,1),(0.4310828,-0.2068203,0.8782898,1),(0.4323513,-0.2458061,0.867555,1),(0.4059799,-0.2114155,0.8890916,1),(0.4075449,-0.2498026,0.8783541,1),(0.4383332,-0.2837571,0.8528457,1),(0.4466032,-0.3214045,0.8350118,1),(0.4844874,-0.3527021,0.8005455,1),(0.4729066,-0.3155123,0.8226855,1),(0.4985671,-0.385583,0.7763739,1),(0.5614905,-0.4342538,0.7043807,1),(0.5446206,-0.4096304,0.731841,1),(0.5292404,-0.3776023,0.7598165,1),(0.4647352,-0.2735344,0.8421402,1),(0.5150785,-0.3380556,0.7876627,1),(0.4117609,-0.2871918,0.8648548,1),(0.421503,-0.3177301,0.8493426,1),(0.4582052,-0.354997,0.8148774,1),(0.474205,-0.3803161,0.7940335,1),(0.4332738,-0.3435942,0.8331968,1),(0.4477902,-0.3647576,0.8163552,1),(0.5142108,-0.4113798,0.7525649,1),(0.4926705,-0.3991798,0.7732602,1),(0.5585297,-0.4398364,0.7032699,1),(0.5352924,-0.4302701,0.726863,1),(0.5850274,-0.440956,0.6806619,1),(0.6564316,-0.4460302,0.6084033,1),(0.6281814,-0.4566373,0.6299767,1),(0.6028709,-0.4582219,0.6531304,1),(0.5153454,-0.4122142,0.7513312,1),(0.5806506,-0.450796,0.6779585,1),(0.4669395,-0.3815108,0.7977576,1),(0.491331,-0.394921,0.7762933,1),(0.5681489,-0.4207738,0.7072173,1),(0.539268,-0.4181677,0.730976,1),(0.5206806,-0.4048296,0.751668,1),(0.5545745,-0.411012,0.7235442,1),(0.6359806,-0.4127664,0.6520371,1),(0.600535,-0.4190367,0.6810037,1),(0.6778709,-0.4133876,0.6079488,1),(0.6450184,-0.4268788,0.6338183,1),(0.7121126,-0.3954249,0.5801162,1),(0.7765902,-0.3615237,0.5159538,1),(0.7463794,-0.387499,0.5410751,1),(0.716104,-0.4101891,0.5647476,1),(0.6139665,-0.4360188,0.6579762,1),(0.6860431,-0.4296688,0.5871366,1),(0.5920284,-0.4118556,0.6927317,1),(0.6322936,-0.4052132,0.6603084,1),(0.710496,-0.383367,0.590106,1),(0.6730282,-0.401271,0.6213008,1),(0.6750202,-0.3908777,0.6257495,1),(0.7196083,-0.3685655,0.5884925,1),(0.78557,-0.3276288,0.5249182,1),(0.7481471,-0.3588828,0.558103,1),(0.8094622,-0.3142703,0.4959889,1),(0.7785946,-0.3460304,0.5235009,1),(0.8385741,-0.2776215,0.4687428,1),(0.8768216,-0.2286529,0.422968,1),(0.855405,-0.2662209,0.4443071,1),(0.8316007,-0.3008017,0.4668603,1),(0.7461273,-0.3730384,0.5514857,1),(0.8053669,-0.3325281,0.4907232,1),(0.7631883,-0.3396743,0.5496953,1),(0.8034306,-0.3050503,0.5113156,1),(0.8517715,-0.2541243,0.4581551,1),(0.8206669,-0.292061,0.4911274,1),(0.8402084,-0.2646595,0.4732919,1),(0.8732593,-0.2184825,0.4355268,1),(0.9024619,-0.1714601,0.3951756,1),(0.8790038,-0.2138996,0.4261446,1),(0.9055338,-0.1655697,0.3906345,1),(0.8868808,-0.2018023,0.415594,1),(0.9209955,-0.1306139,0.367025,1),(0.9313545,-0.102117,0.3495008,1),(0.921105,-0.1271988,0.3679486,1),(0.9100857,-0.1578884,0.3831649,1),(0.8646767,-0.2392053,0.4417182,1),(0.8951539,-0.1914399,0.4025545,1),(0.9013663,-0.1691341,0.3986632,1),(0.9238884,-0.1191097,0.3636523,1),(0.93734,-0.0858371,0.3376767,1),(0.9218985,-0.1282839,0.3655767,1),(0.9412737,-0.06841739,0.3306402,1),(0.9538906,-0.0169805,0.2996738,1),(0.9574662,-0.002392621,0.2885357,1),(0.9486622,-0.04341817,0.3132968,1),(0.9520678,-0.03235932,0.3041708,1),(0.9436138,-0.0637682,0.3248484,1),(0.9587448,-0.001988255,0.2842613,1),(0.9525028,-0.0345901,0.3025589,1),(0.9573493,-0.01320742,0.288631,1),(0.9467524,-0.0566176,0.3169455,1),(0.9330085,-0.09612384,0.3467786,1),(0.9393753,-0.07880922,0.333711,1),(0.9624303,0.03641166,0.2690762,1),(0.9667111,0.09347367,0.2381856,1),(0.9675021,0.09311597,0.2350935,1),(0.9636404,0.04203778,0.263875,1),(0.9668254,0.153345,0.2042885,1),(0.9618558,0.2161654,0.1676486,1),(0.9675403,0.1511807,0.2025101,1),(0.9619301,0.2164024,0.1669151,1),(0.967642,0.08023659,0.2392297,1),(0.9681518,0.1378664,0.2089858,1),(0.9631025,0.2062617,0.1728863,1),(0.9685451,0.1147068,0.220823,1),(0.9649959,0.1864206,0.1844726,1),(0.9665871,0.05744146,0.24982,1),(0.9639036,0.03367436,0.2641134,1),(0.9621358,0.01489986,0.2721633,1),(0.9521468,0.2757624,0.1318018,1),(0.9399648,0.3261029,0.1006129,1),(0.9511996,0.2793668,0.1310478,1),(0.9382424,0.3314468,0.09921689,1),(0.9271843,0.3673176,0.07353349,1),(0.9151026,0.4000338,0.0505994,1),(0.9249831,0.3731777,0.07172601,1),(0.912884,0.4053121,0.04862979,1),(0.9385372,0.3298233,0.1018064,1),(0.9243528,0.3746382,0.07223807,1),(0.911235,0.409219,0.04680348,1),(0.9250008,0.3724865,0.07501488,1),(0.9092478,0.4139188,0.04404142,1),(0.940704,0.3213015,0.1088173,1),(0.9521705,0.2739012,0.1354595,1),(0.9547397,0.2594753,0.1454114,1),(0.9056469,0.4228047,0.03224772,1),(0.9006885,0.4340499,0.01899887,1),(0.9035588,0.4274107,0.03003021,1),(0.8983997,0.4388764,0.01629571,1),(0.9008126,0.4340719,0.01087794,1),(0.906131,0.4229242,0.007849793,1),(0.8979643,0.4400053,0.007454976,1),(0.9023985,0.4308882,0.003494028,1),(0.8944655,0.4470154,0.01042437,1),(0.8928663,0.4503219,0.00038993,1),(0.8962553,0.4435185,-0.004232988,1),(0.8833423,0.4685579,-0.01265019,1),(0.8860394,0.4632963,-0.01704727,1),(0.8867046,0.4623353,-0.001053303,1),(0.9008141,0.4334321,0.02589482,1),(0.8956948,0.4443116,0.01783546,1),(0.9140061,0.4056188,0.008131936,1),(0.9219404,0.3872037,0.009958623,1),(0.9092848,0.4161649,0.002813238,1),(0.9163277,0.4004122,0.003702729,1),(0.9298775,0.3676274,0.01334779,1),(0.9377502,0.3468274,0.01830989,1),(0.9234815,0.3835933,0.006187647,1),(0.9306907,0.3656627,0.0102772,1),(0.9088081,0.4171885,-0.004661152,1),(0.9156859,0.4018869,-0.002508159,1),(0.9228756,0.3850964,0.001231927,1),(0.9065543,0.4219003,-0.01262035,1),(0.9147084,0.4040268,-0.008413043,1),(0.8989917,0.4376929,-0.0154571,1),(0.9023128,0.4310502,-0.005231227,1),(0.8921245,0.4514724,-0.01692567,1),(0.9478983,0.3175375,0.02566202,1),(0.9616655,0.2718203,0.03623756,1),(0.941088,0.3377164,0.01735554,1),(0.95659,0.2899989,0.02891734,1),(0.9767456,0.2084782,0.05004875,1),(0.9896743,0.1267279,0.06696865,1),(0.9742789,0.2207931,0.04506962,1),(0.9894846,0.1288604,0.06569006,1),(0.9517676,0.3060703,0.02143628,1),(0.9722446,0.2304654,0.04032608,1),(0.9896072,0.1282596,0.06501553,1),(0.9708998,0.2367238,0.03626829,1),(0.9900113,0.1250508,0.06511305,1),(0.9477074,0.3188162,0.01438907,1),(0.934128,0.3568376,0.008476793,1),(0.9275919,0.373595,-0.0003902486,1),(0.9956339,0.03748235,0.08548829,1),(0.9933746,-0.04824306,0.1043044,1),(0.9956967,0.02782413,0.08839563,1),(0.9914497,-0.06845606,0.1110915,1),(0.9837294,-0.1304678,0.1235098,1),(0.9672813,-0.2094368,0.1431892,1),(0.9779964,-0.1599789,0.1339016,1),(0.9561878,-0.2471054,0.1569826,1),(0.9888407,-0.09006131,0.1186726,1),(0.9711723,-0.1893519,0.1448113,1),(0.9439032,-0.2826175,0.1708043,1),(0.9637566,-0.2167156,0.1555875,1),(0.9313697,-0.3142919,0.1837695,1),(0.9856752,-0.1113725,0.1266518,1),(0.9956218,0.01581744,0.09212498,1),(0.9953234,0.002563905,0.09656436,1),(0.9453164,-0.2825015,0.1630022,1),(0.9200622,-0.3468519,0.1821523,1),(0.9290045,-0.324141,0.178559,1),(0.9015797,-0.385386,0.1965487,1),(0.8929803,-0.4027977,0.2008485,1),(0.8651915,-0.4508874,0.2194183,1),(0.8768113,-0.4318129,0.2115175,1),(0.8566594,-0.4646543,0.2241229,1),(0.883836,-0.4181018,0.209821,1),(0.863249,-0.4540083,0.2206304,1),(0.8525147,-0.4709493,0.2267719,1),(0.8528748,-0.4697463,0.2279098,1),(0.8523059,-0.4708627,0.2277343,1),(0.8679922,-0.4445645,0.2212509,1),(0.9120442,-0.3615558,0.1935274,1),(0.8956938,-0.3935722,0.2069629,1),(0.8463926,-0.4792404,0.2322677,1),(0.8473763,-0.4765596,0.2341887,1),(0.848698,-0.475899,0.2307203,1),(0.8600161,-0.4566494,0.2276919,1),(0.8682007,-0.4417173,0.2260825,1),(0.9052582,-0.3723274,0.2046457,1),(0.93002,-0.3151409,0.1890741,1),(0.8889769,-0.4040433,0.2155671,1),(0.8764924,-0.428313,0.2197931,1),(0.9109781,-0.3589905,0.2030879,1),(0.9520081,-0.2522813,0.1733056,1),(0.9696723,-0.1868331,0.1575716,1),(0.9320531,-0.3094044,0.1885359,1),(0.8947119,-0.3944393,0.2095432,1),(0.8559832,-0.4646161,0.2267699,1),(0.866717,-0.4470113,0.22132,1),(0.944554,-0.2754273,0.1787665,1),(0.9740916,-0.1589073,0.1609166,1),(0.9869468,-0.0790567,0.1403068,1),(0.966326,-0.2015026,0.1600334,1),(0.9884567,-0.02146321,0.1499763,1),(0.9801306,0.1351608,0.1451747,1),(0.9735849,0.1884728,0.1288819,1),(0.9901727,0.05151965,0.1300148,1),(0.9864606,0.1196528,0.1121551,1),(0.9925866,-0.0009029942,0.1215364,1),(0.965163,0.235561,0.1138919,1),(0.9558313,0.2764359,0.0998483,1),(0.978649,0.1816818,0.09611515,1),(0.9918221,0.07310805,0.1046139,1),(0.9818736,-0.125424,0.142102,1),(0.9908435,-0.05020721,0.1253331,1),(0.9613183,0.2360441,0.1419521,1),(0.9663568,0.2156081,0.1402417,1),(0.9621776,0.2374744,0.133492,1),(0.9540162,0.2696286,0.1309713,1),(0.9898879,0.02998544,0.1386464,1),(0.9020362,-0.4154138,0.1173113,1),(0.9028428,-0.414403,0.1146524,1),(0.9899246,0.04280067,0.1349717,1),(0.9902366,0.04939576,0.1303516,1),(0.9594274,0.2522427,0.1259866,1),(0.9043242,-0.4117364,0.1125651,1),(0.9071081,-0.4058184,0.1116534,1),(0.9908368,0.05130933,0.1249393,1),(0.9581257,0.2610795,0.1176127,1),(0.9474223,0.296627,0.1200141,1),(0.9418888,0.3178047,0.1088369,1),(0.6516999,-0.7546309,0.07628423,1),(0.5546989,-0.8298891,0.05994496,1),(0.5421546,-0.8380245,0.06150769,1),(0.6448728,-0.7606654,0.07434524,1),(0.6335236,-0.7705745,0.0697336,1),(0.8646483,-0.4917895,0.1025985,1),(0.8324056,-0.5413985,0.1182735,1),(0.6128572,-0.7864377,0.07695265,1),(0.5968041,-0.7976997,0.08660319,1),(0.5367149,-0.8411547,0.06630165,1),(0.7992885,-0.5858164,0.1340033,1),(0.7663543,-0.6247394,0.1496728,1),(0.5859827,-0.8042737,0.09883286,1),(0.5392421,-0.8388174,0.0748539,1),(0.6445756,-0.7608404,0.0751284,1),(0.6518887,-0.7541423,0.07943882,1),(0.9923124,-0.05627763,0.1102216,1),(0.9632545,0.2574266,0.07663123,1),(0.9813251,0.1586151,0.1088225,1),(0.9794378,-0.1486301,0.1364202,1),(0.8823049,0.4703571,0.01738467,1),(0.7724921,0.6314948,-0.06686004,1),(0.8253577,0.5633855,-0.03716549,1),(0.9219452,0.3839848,0.05072131,1),(0.9534087,0.289186,0.08592674,1),(0.9885187,0.05481144,0.1408068,1),(0.8731141,0.4875152,-0.0008156563,1),(0.9147881,0.4020368,0.03910441,1),(0.9747814,0.1864427,0.1226384,1),(0.9840772,-0.05253715,0.1697997,1),(0.9574812,-0.239269,0.1611838,1),(0.928104,-0.3268649,0.1782757,1),(0.679852,0.721712,-0.1301267,1),(0.6690069,0.7346586,-0.1127226,1),(0.7214335,0.6877801,-0.08057369,1),(0.7357128,0.6701723,-0.09795773,1),(0.7626879,0.6467656,0.001220854,1),(0.9117206,0.3081608,0.2716662,1),(0.9142858,0.238019,0.3277628,1),(0.8019457,0.5959334,0.04178914,1),(0.8376884,0.5390024,0.08806028,1),(0.7721636,0.6340095,-0.04236858,1),(0.9075226,0.1652701,0.3861198,1),(0.8902396,0.08957359,0.4465983,1),(0.8687626,0.4746229,0.1413666,1),(0.8201675,0.5721132,0.003450753,1),(0.7899402,0.6099843,-0.06256011,1),(0.8407788,0.5409862,-0.0206092,1),(0.848444,-0.1493754,0.5077695,1),(0.6944627,-0.4032533,0.5959097,1),(0.6276186,-0.4609267,0.6274086,1),(0.7986521,-0.2249249,0.5581788,1),(0.5601212,-0.5330255,0.6341514,1),(0.4417306,-0.6076502,0.6600269,1),(0.5005309,-0.5709183,0.650785,1),(0.4048417,-0.6280215,0.6645994,1),(0.4463322,-0.6006642,0.6633174,1),(0.5580049,-0.5074716,0.6565845,1),(0.3809677,-0.6424256,0.6649458,1),(0.3984787,-0.6270405,0.6693541,1),(0.3697804,-0.6518376,0.6620954,1),(0.4894381,-0.5522298,0.674902,1),(0.7396656,-0.29507,0.6048376,1),(0.6723281,-0.3594734,0.647112,1),(0.3670901,-0.6430466,0.6721131,1),(0.3804067,-0.6424899,0.6652049,1),(0.3582315,-0.6494357,0.6707484,1),(0.3952937,-0.6356908,0.6630536,1),(0.4906382,-0.5986788,0.6331335,1),(0.6942253,-0.4673479,0.5473913,1),(0.5282567,-0.5682877,0.6308677,1),(0.7515756,-0.3983133,0.5258142,1),(0.4297836,-0.6205234,0.6559243,1),(0.5812508,-0.5254149,0.6213588,1),(0.8098082,-0.3099376,0.498146,1),(0.8642569,-0.2036615,0.4599805,1),(0.6494632,-0.4703566,0.5974633,1),(0.4841993,-0.596886,0.6397485,1),(0.3677992,-0.6501132,0.6648884,1),(0.3954433,-0.6444369,0.654466,1),(0.8766324,-0.2676946,0.399819,1),(0.962725,-0.03489614,0.2682219,1),(0.9717104,0.1095945,0.2092076,1),(0.9228826,-0.147413,0.3557487,1),(0.9609949,0.2311984,0.151777,1),(0.8467265,0.5300141,0.04625224,1),(0.7671453,0.6414691,0.002329489,1),(0.9235972,0.3719216,0.09296393,1),(0.8625008,0.5044734,0.03998508,1),(0.9545298,0.2569289,0.1511968,1),(0.673965,0.7379609,-0.03442213,1),(0.5722064,0.8175918,-0.06421351,1),(0.7817637,0.623547,-0.005896465,1),(0.9115889,0.3996587,0.09632483,1),(0.9517077,-0.01333657,0.3067156,1),(0.9587193,0.1288383,0.2534915,1),(0.6392548,0.768205,-0.03484699,1),(0.4341488,0.8982121,-0.06877267,1),(0.3400585,0.9367896,-0.0823733,1),(0.539255,0.840223,-0.05682781,1),(0.2564242,0.9638479,-0.07241379,1),(0.09907518,0.9942406,-0.04086191,1),(0.1863046,0.9792716,-0.07948389,1),(0.0682587,0.9964135,-0.05000886,1),(0.2513955,0.9633945,-0.09312002,1),(0.1248014,0.9885585,-0.08471566,1),(0.04548356,0.9972156,-0.05909398,1),(0.07213699,0.9933834,-0.08936235,1),(0.03036179,0.9971777,-0.06866425,1),(0.1702558,0.9804605,-0.09853998,1),(0.437495,0.8960009,-0.07602881,1),(0.3375404,0.9370564,-0.08939698,1),(0.007635758,0.9999678,-0.002477865,1),(0.03563781,0.9990341,0.02570556,1),(0.01448233,0.9997719,-0.01569679,1),(0.06597172,0.9978023,0.006182563,1),(0.2285408,0.972396,0.04706563,1),(0.6535642,0.7556285,0.04335389,1),(0.7025267,0.7107642,0.03564375,1),(0.2758122,0.9607287,0.03046425,1),(0.329106,0.9441778,0.01475023,1),(0.1035752,0.9945598,-0.01108371,1),(0.7517292,0.6588256,0.02918758,1),(0.7984757,0.6014829,0.02558858,1),(0.3858089,0.922578,-0.001222673,1),(0.1472661,0.9888126,-0.02371569,1),(0.02809238,0.99915,-0.030166,1),(0.04781004,0.9978265,-0.04534985,1),(0.9492933,0.3122564,0.03657883,1),(0.9977941,-0.04089752,0.05229148,1),(0.9916312,-0.1152339,0.05821318,1),(0.9705487,0.2379536,0.03759381,1),(0.9450496,-0.3147113,0.08853284,1),(0.8131887,-0.5632541,0.146523,1),(0.7886484,-0.5950016,0.154941,1),(0.922877,-0.3727846,0.09658948,1),(0.8978656,-0.4268512,0.107868,1),(0.9795113,-0.1893749,0.06851853,1),(0.7666125,-0.6206347,0.1646751,1),(0.7494178,-0.6384879,0.1752319,1),(0.8719311,-0.4741656,0.1220781,1),(0.9620795,-0.2597157,0.08337139,1),(0.9863234,0.1591566,0.04284003,1),(0.9954286,0.07931912,0.05320075,1),(0.6443571,-0.7391491,0.1961187,1),(0.5432544,-0.8111183,0.2167062,1),(0.5445507,-0.8076717,0.2261215,1),(0.6315394,-0.7477639,0.2049568,1),(0.5239527,-0.8227999,0.2201678,1),(0.5799704,-0.7870971,0.2100296,1),(0.6069978,-0.764888,0.2156383,1),(0.5383427,-0.811026,0.2289624,1),(0.5609839,-0.7932454,0.2367672,1),(0.5543631,-0.7984803,0.234757,1),(0.6399984,-0.7361291,0.2202637,1),(0.6767061,-0.701569,0.2233156,1),(0.5918176,-0.7686899,0.2426266,1),(0.5739989,-0.7823617,0.2417343,1),(0.6256334,-0.750304,0.213604,1),(0.6286454,-0.7455136,0.2213923,1),(0.6670315,-0.7196636,0.1927522,1),(0.7464415,-0.6418556,0.1756315,1),(0.782375,-0.5982846,0.1730459,1),(0.7021627,-0.6851647,0.1936933,1),(0.8184613,-0.5523124,0.1583417,1),(0.8822562,-0.4493216,0.1404782,1),(0.9038882,-0.4046682,0.1386712,1),(0.8493159,-0.5049439,0.1539292,1),(0.8771492,-0.4557957,0.1511932,1),(0.8176148,-0.5501515,0.169822,1),(0.922452,-0.3624284,0.1331462,1),(0.9004418,-0.4096916,0.146142,1),(0.9371914,-0.3248542,0.1270518,1),(0.8485395,-0.5016942,0.1681775,1),(0.7397295,-0.6443905,0.1938071,1),(0.7760165,-0.6004139,0.1931363,1),(0.9273874,-0.3529961,0.1238803,1),(0.9510777,-0.2891172,0.1089146,1),(0.9408478,-0.3162975,0.1214968,1),(0.959141,-0.2618719,0.1071057,1),(0.9603692,-0.2601491,0.1000671,1),(0.9590698,-0.2663265,0.09620474,1),(0.964882,-0.2433238,0.09897517,1),(0.960693,-0.2607262,0.09534513,1),(0.9648998,-0.2405829,0.1053002,1),(0.9679044,-0.2314402,0.09796128,1),(0.9616912,-0.2572905,0.09461222,1),(0.9700019,-0.2229439,0.09691492,1),(0.9624175,-0.2548344,0.09387286,1),(0.9690449,-0.2241296,0.103527,1),(0.9515003,-0.2847155,0.1165519,1),(0.9593171,-0.2584184,0.1137136,1),(0.9587213,-0.2679765,0.09508967,1),(0.9700183,-0.2239189,0.0944702,1),(0.9580298,-0.2707132,0.09430425,1),(0.9689683,-0.2285402,0.09418099,1),(0.987192,-0.1290979,0.0937318,1),(0.9955774,0.02129235,0.09150104,1),(0.9872891,-0.1279022,0.09434649,1),(0.9949374,0.0377236,0.09314732,1),(0.9684854,-0.2306136,0.09409283,1),(0.987756,-0.1236624,0.09510794,1),(0.9938913,0.05650038,0.09480416,1),(0.9885358,-0.1165767,0.09595146,1),(0.9923391,0.0773441,0.09633762,1),(0.9686023,-0.2301045,0.09413599,1),(0.957549,-0.2726162,0.09370258,1),(0.9574341,-0.2731873,0.09321385,1),(0.9772319,0.1919595,0.09038463,1),(0.9327819,0.3477484,0.09480946,1),(0.9700275,0.2245965,0.09275224,1),(0.9160873,0.3888718,0.09778913,1),(0.8657547,0.4893133,0.1050777,1),(0.7769455,0.6177789,0.121264,1),(0.8397335,0.5319888,0.1087913,1),(0.7433506,0.6569223,0.1260274,1),(0.8974329,0.4295979,0.1002992,1),(0.8115787,0.5734642,0.1117092,1),(0.7074307,0.6947886,0.1296552,1),(0.7810027,0.614109,0.1135995,1),(0.6683265,0.7320928,0.1318332,1),(0.8767798,0.4699255,0.1021143,1),(0.9614312,0.2581578,0.09489353,1),(0.9513954,0.2924042,0.0966778,1),(0.6631264,0.7340444,0.146431,1),(0.5076523,0.841304,0.1857329,1),(0.6232135,0.7671033,0.1521759,1),(0.4607715,0.8667758,0.1907603,1),(0.2808439,0.9294416,0.2393007,1),(-0.04171633,0.9542893,0.2959591,1),(-0.1087353,0.9473653,0.301124,1),(0.2247602,0.9432668,0.2443984,1),(0.1663329,0.9538641,0.2499531,1),(0.411275,0.889816,0.1976878,1),(-0.176842,0.9354268,0.3061102,1),(-0.2464934,0.917729,0.3114714,1),(0.1038455,0.961473,0.25453,1),(0.35706,0.9124066,0.2000561,1),(0.580671,0.7988561,0.1570034,1),(0.5339755,0.8306583,0.1577243,1),(-0.3657658,0.867669,0.3366985,1),(-0.6092971,0.7054771,0.3620207,1),(-0.6654899,0.6554719,0.3570432,1),(-0.4350983,0.8347545,0.3374528,1),(-0.7885503,0.4836365,0.3798476,1),(-0.9023473,0.1905472,0.386602,1),(-0.9116912,0.1625085,0.3773725,1),(-0.8214278,0.4337282,0.3703194,1),(-0.8495418,0.3834038,0.3623263,1),(-0.716972,0.6012035,0.3528536,1),(-0.9188661,0.1368992,0.3700592,1),(-0.9235231,0.1164514,0.3654368,1),(-0.8722725,0.3341627,0.3570378,1),(-0.7627771,0.5432531,0.350781,1),(-0.5025111,0.7955445,0.3385139,1),(-0.5672492,0.7496157,0.3410346,1),(-0.925326,-0.08671609,0.3691233,1),(-0.9053518,-0.244082,0.3475087,1),(-0.9062256,-0.2360107,0.3507906,1),(-0.9261029,-0.08898429,0.3666268,1),(-0.8897771,-0.3060737,0.3385495,1),(-0.8911044,-0.2944174,0.3453279,1),(-0.8909479,-0.289278,0.3500432,1),(-0.8907338,-0.2969404,0.3441214,1),(-0.8930311,-0.2816014,0.3509929,1),(-0.9078639,-0.2223789,0.3554302,1),(-0.8921605,-0.2782362,0.3558571,1),(-0.8945863,-0.2618527,0.3621445,1),(-0.8969886,-0.2580249,0.3589355,1),(-0.9107034,-0.1997334,0.3615603,1),(-0.9266533,-0.08717556,0.3656695,1),(-0.9271007,-0.07754184,0.3667037,1),(-0.9028369,-0.2295049,0.3636112,1),(-0.9138622,-0.1212367,0.3875018,1),(-0.912183,-0.1206287,0.391626,1),(-0.901599,-0.2288877,0.3670554,1),(-0.9100718,0.0413282,0.4123849,1),(-0.8658892,0.2605409,0.4270296,1),(-0.8539801,0.2854562,0.4350089,1),(-0.9067324,0.04934005,0.4188102,1),(-0.902931,0.05840821,0.4257981,1),(-0.9107187,-0.1166571,0.3962102,1),(-0.8409485,0.3092119,0.444065,1),(-0.8279542,0.3280917,0.4548051,1),(-0.8991699,0.06307454,0.43303,1),(-0.9091675,-0.114319,0.4004319,1),(-0.9012879,-0.2232942,0.3712411,1),(-0.9013972,-0.2159934,0.3752731,1),(-0.7683775,0.4730947,0.4310191,1),(-0.6132456,0.6552432,0.441119,1),(-0.566331,0.6955066,0.4421987,1),(-0.7397752,0.5118723,0.4367142,1),(-0.3252925,0.829959,0.4531586,1),(0.2517962,0.884185,0.393466,1),(0.3199332,0.8685793,0.3784348,1),(-0.26007,0.8559428,0.4469067,1),(-0.1917996,0.8777195,0.4391142,1),(-0.5155765,0.7329106,0.4438725,1),(0.3783479,0.8522449,0.3612914,1),(0.4230596,0.8388497,0.3425664,1),(-0.1204725,0.895189,0.4290955,1),(-0.4600151,0.7676145,0.446267,1),(-0.7088243,0.5483869,0.4436664,1),(-0.6758464,0.5816056,0.4527323,1),(0.7470294,0.627345,0.2199669,1),(0.9031339,0.4157868,0.1071005,1),(0.9199402,0.3793908,0.09885549,1),(0.7850791,0.5840904,0.206129,1),(0.9511671,0.3030835,0.05849269,1),(0.9676746,0.2477644,0.04710287,1),(0.9645214,0.259011,0.05110354,1),(0.9566922,0.2856581,0.05603154,1),(0.9579419,0.2814569,0.05593859,1),(0.9279969,0.360568,0.09387507,1),(0.9596861,0.2754917,0.0557406,1),(0.9546936,0.2915577,0.05961571,1),(0.955027,0.2907756,0.05807574,1),(0.9267973,0.3638697,0.0929819,1),(0.8081777,0.5558711,0.1945666,1),(0.8143711,0.5495606,0.1865013,1),(0.9735452,0.2227162,0.0510609,1),(0.9743209,0.2177382,0.05734776,1),(0.9618115,0.2650214,0.06842849,1),(0.9636166,0.2603469,0.0605189,1),(0.9703118,0.2326596,0.06606421,1),(0.9605489,0.2672116,0.07709425,1),(0.9553307,0.284483,0.0800795,1),(0.9590759,0.2730508,0.07494476,1),(0.950647,0.2995813,0.08075441,1),(0.950064,0.3023758,0.07711826,1),(0.9548879,0.2860614,0.07973766,1),(0.9598159,0.2701952,0.0758157,1),(0.9491915,0.3039618,0.08150216,1),(0.9444464,0.3186145,0.08065742,1),(0.9531931,0.2944242,0.06882871,1),(0.9464011,0.3145437,0.07339864,1),(0.9506391,0.2985139,0.08470238,1),(0.9490368,0.3038061,0.08385163,1),(0.9580188,0.2763655,0.07630244,1),(0.9537951,0.2892947,0.08113913,1),(0.9561111,0.2833212,0.07470334,1),(0.9699562,0.236486,0.05709208,1),(0.979425,0.195795,0.04889679,1),(0.9672068,0.2453728,0.06559835,1),(0.9792639,0.1951492,0.05439638,1),(0.9701145,0.233501,0.06599323,1),(0.9881118,0.1485303,0.03967192,1),(0.9941124,0.103725,0.03132944,1),(0.9886348,0.1438346,0.0437373,1),(0.9811705,0.1850358,0.05537263,1),(0.9617214,0.2637171,0.07446623,1),(0.9716021,0.2271988,0.06610547,1),(0.9829317,0.1804266,0.0359378,1),(0.9909406,0.1332314,0.01692002,1),(0.9952478,0.0965884,0.01235585,1),(0.9895145,0.1413382,0.02974212,1),(0.9954609,0.0951721,0.0001227607,1),(0.9976997,0.06623855,-0.0144139,1),(0.999184,0.0367258,-0.01681226,1),(0.9980872,0.06173839,-0.003176277,1),(0.9994894,0.03167271,-0.004211182,1),(0.9980003,0.06255183,0.009099573,1),(0.9998304,0.0088103,-0.01617971,1),(0.9996716,-0.0225604,-0.01214615,1),(0.9999917,0.002943594,-0.002816909,1),(0.9994444,0.0324641,0.007540944,1),(0.9945492,0.1015296,0.02374457,1),(0.997636,0.06605833,0.0189353,1),(0.998649,0.04489238,-0.02616708,1),(0.9989551,0.02971473,-0.03472396,1),(0.9993333,0.0066408,-0.03590018,1),(0.9994272,0.01913632,-0.02791118,1),(0.9989865,0.02063101,-0.0400038,1),(0.9989829,0.01761392,-0.04150685,1),(0.9990913,-0.003248454,-0.04249643,1),(0.9991687,-0.0008346875,-0.04075705,1),(0.9989379,-0.0264849,-0.03770278,1),(0.9992585,-0.01942729,-0.03324201,1),(0.9987937,-0.02863645,-0.0398894,1),(0.9971151,-0.06905088,-0.0315203,1),(0.997344,-0.06666374,-0.02934038,1),(0.9979991,-0.05778649,-0.02566205,1),(0.9996302,-0.007684678,-0.02608436,1),(0.9988706,-0.04311207,-0.0199742,1),(0.7878417,6.638626e-5,0.6158777,1),(0.7880028,6.946489e-5,0.6156716,1),(0.7890151,7.857197e-5,0.6143738,1),(0.7883215,6.457378e-5,0.6152635,1),(0.7893683,4.433183e-5,0.61392,1),(0.7877359,7.152903e-5,0.6160132,1),(0.7908889,9.359513e-5,0.6119597,1),(0.793432,0.0001139669,0.6086589,1),(0.7938121,-3.794178e-5,0.608163,1),(0.7913041,1.025527e-5,0.6114228,1),(0.7901841,3.553584e-5,0.6128694,1),(0.7920022,-5.559289e-5,0.6105182,1),(0.7942994,-0.0001837083,0.6075265,1),(0.7950142,-0.0002760637,0.6065909,1),(0.7930062,-6.846452e-5,0.6092135,1),(0.7912545,7.922081e-5,0.611487,1),(0.788569,0.0001079995,0.6149464,1),(0.7895647,8.962884e-5,0.6136672,1),(0.7910699,0.0001674481,0.6117257,1),(0.7909279,0.0001964994,0.6119093,1),(0.795892,0.0001341979,0.6054386,1),(0.7972911,0.0001480141,0.603595,1),(0.7978917,-8.212911e-5,0.602801,1),(0.7963791,-7.656851e-5,0.6047978,1),(0.7976349,0.0001547339,0.6031406,1),(0.7969272,0.0001544184,0.6040754,1),(0.7977758,4.981702e-6,0.6029541,1),(0.7983558,-5.499308e-5,0.6021859,1),(0.7989822,-0.0002733681,0.6013546,1),(0.7984117,-0.0003216924,0.6021118,1),(0.7985623,-0.000146556,0.601912,1),(0.7993164,-0.0002742699,0.6009102,1),(0.7996061,-0.000454499,0.6005245,1),(0.7989835,-0.000514814,0.6013526,1),(0.7968509,-0.0002916701,0.6041758,1),(0.7974546,-0.0004549992,0.6033789,1),(0.7956536,0.0001448977,0.6057518,1),(0.794311,0.0001243904,0.6075113,1),(0.7952559,9.078377e-5,0.606274,1),(0.7965837,6.441253e-5,0.6045284,1),(0.7928987,9.307051e-5,0.6093535,1),(0.7914177,5.126159e-5,0.6112758,1),(0.7922071,4.59204e-5,0.6102524,1),(0.7937995,8.453618e-5,0.6081796,1),(0.7947592,8.897489e-5,0.606925,1),(0.796245,6.829438e-5,0.6049743,1),(0.7930537,5.216138e-5,0.6091518,1),(0.7939286,6.20028e-5,0.608011,1),(0.7957119,9.43725e-5,0.6056754,1),(0.7972048,4.930508e-5,0.6037089,1),(0.7975156,-1.009898e-5,0.6032983,1),(0.798404,-7.360822e-5,0.6021221,1),(0.7903817,1.081137e-6,0.6126147,1),(0.7902946,-5.503611e-5,0.612727,1),(0.7907989,-5.628942e-5,0.612076,1),(0.7910335,-7.147442e-6,0.6117728,1),(0.7911592,-0.0001171095,0.6116103,1),(0.7929728,-0.0001855548,0.609257,1),(0.7931386,-0.0001434601,0.6090412,1),(0.7915016,-0.0001016052,0.6111672,1),(0.7918766,-8.856993e-5,0.6106812,1),(0.7913288,-5.395975e-5,0.6113908,1),(0.7933584,-0.0001110053,0.6087549,1),(0.7936554,-0.0001161615,0.6083676,1),(0.7923313,-9.137385e-5,0.610091,1),(0.7919322,-5.344187e-5,0.610609,1),(0.7917187,-7.114732e-6,0.6108859,1),(0.7924672,-2.303308e-6,0.6099145,1),(0.7946952,-0.0002329684,0.6070085,1),(0.7952517,-0.0002311976,0.6062794,1),(0.7951784,-0.0001345647,0.6063758,1),(0.7947071,-0.0001613346,0.6069933,1),(0.7946489,-0.0001801721,0.6070693,1),(0.7928784,-7.997628e-5,0.6093798,1),(0.7928361,5.360604e-5,0.609435,1),(0.7945548,-6.294913e-5,0.6071924,1),(0.7945452,5.071113e-5,0.6072049,1),(0.7951917,-4.99759e-5,0.6063582,1),(0.7928536,0.0001982808,0.609412,1),(0.7929087,0.0003202196,0.6093404,1),(0.7945877,0.000115825,0.6071493,1),(0.7952685,-2.505648e-5,0.6062576,1),(0.794793,-0.0001038894,0.6068806,1),(0.7949572,-0.0001024689,0.6066656,1),(0.7904265,2.681872e-5,0.6125571,1),(0.7878018,9.723971e-5,0.6159289,1),(0.7879872,0.000229693,0.6156916,1),(0.7904871,0.0001671574,0.6124787,1),(0.7850015,0.000131402,0.6194937,1),(0.7820265,0.0001295061,0.6232452,1),(0.7825386,0.0002026069,0.622602,1),(0.785338,0.0002415078,0.6190674,1),(0.7856901,0.000381071,0.6186202,1),(0.7881932,0.0003934236,0.6154277,1),(0.7830724,0.0002952635,0.6219305,1),(0.7836246,0.0004102652,0.6212345,1),(0.7860529,0.0005480826,0.6181589,1),(0.7884123,0.0005788129,0.6151468,1),(0.7905809,0.000332589,0.6123574,1),(0.7906951,0.0005029385,0.6122099,1),(0.7789195,9.799945e-5,0.627124,1),(0.7757791,4.261962e-5,0.6310047,1),(0.7764483,5.663223e-5,0.6301809,1),(0.779567,0.0001341689,0.6263188,1),(0.7725969,-3.658486e-5,0.6348969,1),(0.7693732,-0.0001393957,0.6387997,1),(0.7697664,-0.0001259131,0.6383256,1),(0.7731845,-3.027086e-5,0.634181,1),(0.7737816,-3.526661e-5,0.6334524,1),(0.7771454,6.702044e-5,0.629321,1),(0.7701469,-0.0001291865,0.6378666,1),(0.7705075,-0.000172403,0.6374308,1),(0.774388,-6.091756e-5,0.6327112,1),(0.7778612,7.342697e-5,0.628436,1),(0.7802402,0.0001771017,0.6254801,1),(0.7809363,0.0002304358,0.6246106,1),(0.7661259,-0.0002049163,0.6426904,1),(0.7627882,-0.0001725251,0.6466484,1),(0.7629476,-0.0001581217,0.6464604,1),(0.7663388,-0.0001839496,0.6424366,1),(0.7593741,-4.214406e-5,0.6506544,1),(0.7558753,0.000186216,0.6547155,1),(0.7563046,0.0001455617,0.6542197,1),(0.7596006,-4.809781e-5,0.6503898,1),(0.759789,-6.950354e-5,0.6501698,1),(0.7630557,-0.0001626999,0.6463326,1),(0.7567105,9.65369e-5,0.6537502,1),(0.7570843,5.274323e-5,0.6533172,1),(0.7599211,-0.0001207722,0.6500153,1),(0.7631082,-0.0002161364,0.6462708,1),(0.7665094,-0.0001824707,0.6422331,1),(0.7666414,-0.0002332914,0.6420754,1),(0.7517265,0.000395619,0.6594748,1),(0.7464487,0.0004693031,0.6654429,1),(0.7470279,0.0003906678,0.6647925,1),(0.7523276,0.0003247358,0.6587892,1),(0.7400108,0.0004072124,0.6725948,1),(0.7323678,0.0002093434,0.6809093,1),(0.7323138,0.0001815403,0.6809674,1),(0.7403705,0.0003428975,0.672199,1),(0.7407323,0.0002883772,0.6718002,1),(0.7476125,0.0003171674,0.6641351,1),(0.732233,0.0001664884,0.6810542,1),(0.7321244,0.0001927093,0.6811708,1),(0.7410818,0.0002910693,0.6714146,1),(0.7481858,0.0003004387,0.6634892,1),(0.7529212,0.0002530729,0.6581107,1),(0.7535015,0.0002209731,0.6574462,1),(0.7249656,-1.765524e-5,0.6887851,1),(0.7191907,-0.0001667599,0.6948127,1),(0.718619,-0.0001426879,0.6954041,1),(0.724526,-8.786531e-6,0.6892474,1),(0.715076,-0.0002374416,0.6990467,1),(0.7126592,-0.0002298467,0.7015105,1),(0.7126383,-0.0002402606,0.7015316,1),(0.7146473,-0.0002198079,0.699485,1),(0.714573,-0.0001859611,0.6995608,1),(0.7188241,-0.0001026954,0.6951919,1),(0.7125533,-0.000234923,0.701618,1),(0.7135181,-0.0001426076,0.7006368,1),(0.7122947,-0.0002131007,0.7018805,1),(0.717305,-5.158775e-5,0.6967593,1),(0.7248802,1.472489e-5,0.688875,1),(0.7237343,6.013785e-5,0.6900789,1),(0.7104502,-0.0001842262,0.7037475,1),(0.7070866,-0.0001408671,0.7071269,1),(0.7077245,-0.0002000475,0.7064885,1),(0.7108659,-0.0002264024,0.7033275,1),(0.7025523,-9.994419e-5,0.7116321,1),(0.6968303,-6.101122e-5,0.717236,1),(0.6972502,-0.0001094869,0.7168279,1),(0.7031974,-0.0001610546,0.7109948,1),(0.703849,-0.0002121945,0.7103495,1),(0.7083678,-0.000246547,0.7058434,1),(0.6983152,-0.0001515013,0.7157905,1),(0.6986432,-0.0001720222,0.7154702,1),(0.7054002,-0.0002354936,0.7088093,1),(0.7095518,-0.0002633453,0.7046533,1),(0.7112719,-0.0002540241,0.702917,1),(0.7118667,-0.000255918,0.7023147,1),(0.6904429,-3.277325e-5,0.7233869,1),(0.6837899,-2.326911e-5,0.7296788,1),(0.6844899,-0.0002134788,0.7290223,1),(0.6905918,-0.0001067486,0.7232447,1),(0.6768674,-3.227968e-5,0.736105,1),(0.6703777,-5.94981e-5,0.7420201,1),(0.6702172,-0.0007558622,0.7421647,1),(0.6780131,-0.0004291871,0.7350496,1),(0.6843084,-0.0007032068,0.7291923,1),(0.6768064,-0.001505598,0.7361594,1),(0.6697912,-0.002659211,0.7425449,1),(0.6767951,-0.003608241,0.7361626,1),(0.669904,-0.006394425,0.7424203,1),(0.6838114,-0.001643341,0.7296569,1),(0.6919342,-0.0002522795,0.7219606,1),(0.6909529,-0.0004983819,0.7228995,1),(0.6633034,-9.520887e-5,0.7483506,1),(0.6542585,-0.0001324006,0.7562709,1),(0.6621659,-0.001010335,0.7493565,1),(0.653861,-0.001008154,0.756614,1),(0.644716,-0.0001700083,0.7644221,1),(0.6350515,-0.0002066067,0.7724698,1),(0.6447554,-0.0007500612,0.7643886,1),(0.6348184,-0.0002345131,0.7726613,1),(0.6540456,-0.003391864,0.7564475,1),(0.6447722,-0.002308846,0.7643712,1),(0.634514,-0.0002570814,0.7729113,1),(0.6447601,-0.005362104,0.7643661,1),(0.6341343,-0.0002790125,0.7732228,1),(0.6542319,-0.008074701,0.7562509,1),(0.6623771,-0.00350827,0.7491624,1),(0.6626027,-0.008418354,0.7489238,1),(0.6252922,-0.0002120697,0.7803907,1),(0.6161817,-0.0001545589,0.787604,1),(0.6247794,0.0003268954,0.7808012,1),(0.6155205,0.000715582,0.7881206,1),(0.6077499,-3.375663e-5,0.7941284,1),(0.6000339,0.0001502676,0.7999745,1),(0.6070798,0.0009303075,0.7946403,1),(0.5994961,0.0009690491,0.8003772,1),(0.6147227,0.003097175,0.7887374,1),(0.6062578,0.003457442,0.7952606,1),(0.5987903,0.002933097,0.8009005,1),(0.6052704,0.008387057,0.7959757,1),(0.5979521,0.006697721,0.8015039,1),(0.6137672,0.007782214,0.7894488,1),(0.6241523,0.001857314,0.7813004,1),(0.6234021,0.00489097,0.7818861,1),(0.5924373,0.0001179037,0.8056166,1),(0.5842798,-0.0004143402,0.8115522,1),(0.5920407,0.0005199871,0.8059079,1),(0.5839193,-0.000725654,0.8118114,1),(0.5756037,-0.001441324,0.8177275,1),(0.5664413,-0.002951797,0.8240969,1),(0.5751559,-0.002760174,0.8180391,1),(0.5657814,-0.005567648,0.8245365,1),(0.5834522,-0.001338275,0.8121463,1),(0.5746676,-0.005202148,0.8183703,1),(0.5651506,-0.01019756,0.8249247,1),(0.5742149,-0.00915105,0.8186535,1),(0.5646186,-0.01763725,0.8251635,1),(0.5829598,-0.002258551,0.8124979,1),(0.5914943,0.001376598,0.8063079,1),(0.5908639,0.003026621,0.8067655,1),(0.5571594,-0.004149752,0.8303952,1),(0.5481584,-0.004240613,0.8363638,1),(0.5563261,-0.008078066,0.8309249,1),(0.5474543,-0.009228559,0.8367846,1),(0.5393715,-0.003231532,0.8420616,1),(0.5307249,-0.001111946,0.8475434,1),(0.5391264,-0.009034484,0.8421764,1),(0.5312994,-0.007494042,0.847151,1),(0.547509,-0.01920038,0.8365796,1),(0.5405089,-0.02216144,0.8410464,1),(0.5347134,-0.0241321,0.8446888,1),(0.5442092,-0.04641317,0.8376647,1),(0.5421521,-0.05664792,0.8383687,1),(0.5486687,-0.03655893,0.8352402,1),(0.5557213,-0.01522325,0.8312294,1),(0.5554823,-0.02699337,0.8310901,1),(0.5226032,-1.639814e-6,0.8525761,1),(0.5153837,-0.00211877,0.8569569,1),(0.5242525,-0.007413542,0.8515307,1),(0.5182049,-0.01169994,0.8551764,1),(0.5091115,-0.007491047,0.8606681,1),(0.5037991,-0.01612465,0.8636703,1),(0.5131664,-0.02038585,0.858047,1),(0.5091039,-0.03347585,0.8600538,1),(0.5269024,-0.03590459,0.849167,1),(0.5247465,-0.04847858,0.8498771,1),(0.5236694,-0.06552804,0.8493977,1),(0.5469729,-0.09960993,0.8312031,1),(0.5515035,-0.1190594,0.8256322,1),(0.5438468,-0.08272942,0.8350967,1),(0.5302115,-0.0278014,0.8474095,1),(0.5422182,-0.0684147,0.8374477,1),(0.4992583,-0.0279176,0.8660033,1),(0.4955998,-0.04279581,0.8674961,1),(0.5062833,-0.05108625,0.8608528,1),(0.5051503,-0.07336976,0.859907,1),(0.4927616,-0.06081106,0.8680369,1),(0.4906822,-0.08201291,0.8674704,1),(0.5055534,-0.1003976,0.8569341,1),(0.5073065,-0.1322137,0.851563,1),(0.5268194,-0.1157383,0.8420605,1),(0.531169,-0.149653,0.8339446,1),(0.5400553,-0.1876917,0.8204341,1),(0.5749662,-0.2075124,0.7914244,1),(0.5866169,-0.2467568,0.7713571,1),(0.569819,-0.1694863,0.8041024,1),(0.5242248,-0.08770606,0.8470514,1),(0.5578881,-0.1426024,0.8175728,1),(0.4900109,-0.1061622,0.8652276,1),(0.4915761,-0.1328548,0.8606408,1),(0.5110573,-0.1663443,0.843297,1),(0.5208417,-0.1986019,0.8302296,1),(0.4952918,-0.1621452,0.8534606,1),(0.503982,-0.1926192,0.8419619,1),(0.5293363,-0.2323869,0.8159653,1),(0.5446228,-0.2633645,0.7962569,1),(0.5747989,-0.298102,0.7620639,1),(0.5589221,-0.2654906,0.7855704,1),(0.5952903,-0.3260914,0.7343662,1),(0.6607917,-0.3629564,0.6569756,1),(0.6353545,-0.3453089,0.6907145,1),(0.6144962,-0.3201385,0.7210447,1),(0.5449711,-0.2302482,0.8062209,1),(0.5981689,-0.2874576,0.7480389,1),(0.511306,-0.2281065,0.8285733,1),(0.527415,-0.2636443,0.8076665,1),(0.5828741,-0.3272453,0.7437529,1),(0.5613649,-0.2955612,0.7729897,1),(0.5435005,-0.3047595,0.782131,1),(0.5638973,-0.3477513,0.7490587,1),(0.6369115,-0.3894888,0.6653136,1),(0.6082473,-0.3586586,0.7080954,1),(0.6796031,-0.3893164,0.6217495,1),(0.647871,-0.3716688,0.664925,1),(0.7142514,-0.4031205,0.5721353,1),(0.7924705,-0.3752082,0.4808425,1),(0.7561657,-0.3808258,0.5321513,1),(0.7217297,-0.3804603,0.5782354,1),(0.6196485,-0.3505168,0.7022634,1),(0.6898041,-0.3744232,0.6196592,1),(0.5841341,-0.3881857,0.7128108,1),(0.6024941,-0.4195062,0.6789811,1),(0.68443,-0.4355613,0.5846725,1),(0.6634296,-0.4166854,0.6214777,1),(0.6195654,-0.4418297,0.6487876,1),(0.6358417,-0.4554607,0.6231058,1),(0.7133119,-0.4498773,0.5373979,1),(0.7008124,-0.4464687,0.5563521,1),(0.7788237,-0.4214334,0.4645723,1),(0.7657282,-0.419465,0.4875545,1),(0.7848598,-0.4200111,0.4556157,1),(0.8450781,-0.3701,0.3858353,1),(0.8472196,-0.3643881,0.3865749,1),(0.840355,-0.3651077,0.4006242,1),(0.7446334,-0.4135685,0.5239106,1),(0.8226104,-0.3685769,0.4329701,1),(0.6534457,-0.4605257,0.6007702,1),(0.6742065,-0.4568073,0.5803213,1),(0.742314,-0.4323725,0.5118827,1),(0.7259709,-0.4453838,0.5240222,1),(0.6979889,-0.4443237,0.5615941,1),(0.7244687,-0.4229608,0.5442877,1),(0.7844546,-0.3801479,0.4900189,1),(0.7619873,-0.4107164,0.500687,1),(0.8146617,-0.3666586,0.4493192,1),(0.8002409,-0.3942783,0.4518397,1),(0.832552,-0.3287311,0.4458621,1),(0.8663924,-0.2800368,0.4134532,1),(0.8523453,-0.3232418,0.4111232,1),(0.8432629,-0.3522047,0.4060289,1),(0.7901057,-0.4119927,0.4538665,1),(0.840359,-0.3673454,0.3985649,1),(0.7514201,-0.3971466,0.5269178,1),(0.7774308,-0.37055,0.5082265,1),(0.8269514,-0.3168759,0.4644792,1),(0.8067546,-0.34703,0.4782439,1),(0.8024382,-0.3431733,0.4881855,1),(0.8263744,-0.3150111,0.4667691,1),(0.862024,-0.2657459,0.4316175,1),(0.845296,-0.2897685,0.4488973,1),(0.8760437,-0.2374224,0.4197356,1),(0.8641656,-0.2595898,0.4310809,1),(0.8860472,-0.2235792,0.4061191,1),(0.8987713,-0.1981834,0.3910672,1),(0.896148,-0.196318,0.3979673,1),(0.8893313,-0.2092697,0.4065659,1),(0.849906,-0.2900705,0.4399078,1),(0.8798074,-0.2372243,0.4119025,1),(0.8485132,-0.285613,0.4454778,1),(0.8682609,-0.2548131,0.425668,1),(0.8911065,-0.2174061,0.398326,1),(0.8772693,-0.2423116,0.4143473,1),(0.8857738,-0.2224972,0.407308,1),(0.9011586,-0.1885246,0.3903481,1),(0.9143177,-0.1625784,0.3709333,1),(0.9023401,-0.1900901,0.386844,1),(0.9120443,-0.176972,0.3699406,1),(0.9035017,-0.196155,0.3810614,1),(0.9214551,-0.1545012,0.3564407,1),(0.9161828,-0.1871057,0.3544016,1),(0.922958,-0.1659799,0.347274,1),(0.9101164,-0.1995676,0.3631267,1),(0.8933883,-0.2110366,0.3966369,1),(0.9035873,-0.203241,0.3771246,1),(0.912735,-0.1552379,0.3779098,1),(0.9234308,-0.1287917,0.3615082,1),(0.9231646,-0.1363278,0.3594187,1),(0.930858,-0.1165016,0.3463103,1),(0.9308335,-0.1067987,0.3494897,1),(0.9373886,-0.09087516,0.3362206,1),(0.9356788,-0.1019889,0.3377919,1),(0.9388803,-0.09334856,0.3313455,1),(0.9331328,-0.117392,0.3398269,1),(0.9362162,-0.1081537,0.334368,1),(0.9377856,-0.1051189,0.3309204,1),(0.934443,-0.1216605,0.3346865,1),(0.9350675,-0.12099,0.3331818,1),(0.9323635,-0.1293534,0.3375887,1),(0.9283285,-0.1328464,0.3472151,1),(0.9286482,-0.1441113,0.3418251,1),(0.9420656,-0.07697275,0.3264775,1),(0.9464329,-0.06303204,0.3166887,1),(0.9413994,-0.08720826,0.325825,1),(0.944038,-0.08022495,0.3199315,1),(0.9505052,-0.04904055,0.3068138,1),(0.9542798,-0.03497274,0.2968617,1),(0.9467643,-0.07238702,0.3136834,1),(0.9495566,-0.06368896,0.3070604,1),(0.9401125,-0.1026118,0.3250526,1),(0.9416865,-0.09938846,0.3214787,1),(0.9435153,-0.09485294,0.3174614,1),(0.936167,-0.1248134,0.3286532,1),(0.9370341,-0.1239985,0.3264837,1),(0.9355459,-0.124584,0.3305036,1),(0.938805,-0.1045192,0.3282087,1),(0.9351802,-0.1233102,0.3320127,1),(0.9588168,-0.0125135,0.2837494,1),(0.9641489,0.02700667,0.2639836,1),(0.9538133,-0.045355,0.2969564,1),(0.9600106,-0.008280408,0.2798412,1),(0.9679454,0.08400934,0.2366942,1),(0.9667097,0.1583339,0.2010042,1),(0.9657925,0.04808491,0.2548186,1),(0.9674289,0.1237399,0.2208382,1),(0.9542651,-0.04542416,0.2954907,1),(0.9619027,0.009430034,0.2732293,1),(0.9665635,0.08478443,0.2420055,1),(0.9565449,-0.0294503,0.290094,1),(0.9639108,0.04366409,0.2626206,1),(0.9475106,-0.081466,0.3091716,1),(0.9473879,-0.07997119,0.3099367,1),(0.9403348,-0.112758,0.3210235,1),(0.9582084,0.2366076,0.1607901,1),(0.9443887,0.305963,0.1204845,1),(0.9617141,0.2062765,0.1804328,1),(0.9491204,0.2837477,0.1365933,1),(0.9268118,0.366827,0.08036075,1),(0.9066728,0.4198895,0.04046252,1),(0.9300727,0.3563391,0.08936989,1),(0.904719,0.4242438,0.0387377,1),(0.9542611,0.2546133,0.1567097,1),(0.9351298,0.3388716,0.1034324,1),(0.905495,0.4221965,0.04276763,1),(0.9419476,0.3120884,0.1238368,1),(0.9109472,0.4086365,0.05649213,1),(0.9590371,0.218523,0.1802655,1),(0.9643692,0.169926,0.2027736,1),(0.9654852,0.1290743,0.226226,1),(0.8874761,0.4608184,0.005699441,1),(0.8739933,0.4855878,-0.01844705,1),(0.8780094,0.4785984,-0.006555934,1),(0.8583643,0.5116798,-0.03734407,1),(0.8681539,0.4952591,-0.03205273,1),(0.8707306,0.4904938,-0.03527106,1),(0.8490921,0.5254987,-0.05379253,1),(0.851501,0.5213265,-0.05625444,1),(0.844663,0.5328553,-0.05108377,1),(0.8307485,0.5519794,-0.07194219,1),(0.8315243,0.5502343,-0.07621999,1),(0.8191501,0.5677871,-0.08130734,1),(0.8153234,0.5715373,-0.09269783,1),(0.8385646,0.5422767,-0.05239686,1),(0.8712429,0.4906811,-0.01296099,1),(0.8716394,0.4900922,-0.007380982,1),(0.8780748,0.4774141,-0.03256331,1),(0.8865405,0.4617459,-0.02892303,1),(0.8606291,0.5066475,-0.05124287,1),(0.8713658,0.4885226,-0.04546573,1),(0.8959926,0.4434018,-0.02433317,1),(0.9062698,0.4222816,-0.01879831,1),(0.8835062,0.466799,-0.03892837,1),(0.8967882,0.4413289,-0.03161881,1),(0.8535339,0.5168899,-0.0656122,1),(0.8681991,0.4927979,-0.0581421,1),(0.8847646,0.4634345,-0.04919415,1),(0.8488576,0.5219412,-0.08377436,1),(0.8682145,0.4906541,-0.07390454,1),(0.8331249,0.545716,-0.08998365,1),(0.8412024,0.5359538,-0.07163831,1),(0.8216717,0.5623928,-0.09257465,1),(0.9216251,0.3879691,-0.00932792,1),(0.9444985,0.3284252,0.007707317,1),(0.9153271,0.4022079,-0.02012818,1),(0.9412977,0.3375774,-0.0003776609,1),(0.9701967,0.2400929,0.03276987,1),(0.9905564,0.1203058,0.06576183,1),(0.9695294,0.2433428,0.02823099,1),(0.9910112,0.116552,0.0656689,1),(0.9365354,0.3503552,-0.01235836,1),(0.9678697,0.2506208,0.02043298,1),(0.9910871,0.1173093,0.06312612,1),(0.9639102,0.2661339,0.007069987,1),(0.990402,0.1261957,0.05637817,1),(0.928207,0.3707877,-0.0307948,1),(0.9069571,0.4197417,-0.03529507,1),(0.8942664,0.4438397,-0.05739252,1),(0.9947975,-0.01037291,0.1013425,1),(0.9822621,-0.13063,0.1345245,1),(0.9941996,-0.02087975,0.1055047,1),(0.9790583,-0.1462211,0.141648,1),(0.9564334,-0.2404277,0.1656194,1),(0.9196197,-0.3408958,0.1951657,1),(0.9498487,-0.2594947,0.174499,1),(0.9093438,-0.3621698,0.2047606,1),(0.9766191,-0.1565287,0.1473561,1),(0.944596,-0.2732063,0.1819245,1),(0.9009566,-0.3782924,0.2125373,1),(0.941233,-0.2808658,0.1876031,1),(0.8947631,-0.38945,0.218467,1),(0.9755103,-0.1599397,0.150993,1),(0.9938076,-0.02639792,0.107933,1),(0.9939091,-0.02433931,0.1074812,1),(0.8811109,-0.4195791,0.2181677,1),(0.8549091,-0.4648322,0.2303505,1),(0.8687968,-0.4400294,0.2270822,1),(0.8446476,-0.4798943,0.2372169,1),(0.8458828,-0.4796813,0.2332126,1),(0.8553184,-0.4655431,0.2273763,1),(0.8417735,-0.485135,0.2367729,1),(0.860521,-0.4565074,0.2260634,1),(0.8367429,-0.4911523,0.2421376,1),(0.8396578,-0.4877303,0.2389436,1),(0.8667631,-0.4454737,0.2242212,1),(0.8385751,-0.4890422,0.2400617,1),(0.8729438,-0.4342275,0.2222963,1),(0.830586,-0.4999269,0.2453567,1),(0.8587728,-0.455857,0.233888,1),(0.8508987,-0.467956,0.2387225,1),(0.8794041,-0.4246895,0.2151447,1),(0.912811,-0.3566293,0.198976,1),(0.892706,-0.3993731,0.2087511,1),(0.9294925,-0.316932,0.1886742,1),(0.9504053,-0.2571159,0.174989,1),(0.9822494,-0.1218068,0.1426507,1),(0.9898516,-0.06000045,0.1288169,1),(0.9652587,-0.204929,0.1621103,1),(0.9763455,-0.15543,0.1503026,1),(0.9438587,-0.2775332,0.1791818,1),(0.9931798,-0.004174328,0.1165181,1),(0.9935274,0.04272378,0.1052529,1),(0.9839017,-0.1113997,0.1397417,1),(0.9554301,-0.2410051,0.170499,1),(0.9054584,-0.3729427,0.2026298,1),(0.9166967,-0.347454,0.1973399,1),(0.993695,0.02121871,0.1100908,1),(0.9859813,0.1408326,0.08948091,1),(0.9767048,0.2005769,0.0762678,1),(0.9915041,0.08640584,0.09723011,1),(0.9680074,0.236732,0.08318438,1),(0.9466369,0.3112363,0.08373023,1),(0.9563071,0.2839984,0.06943953,1),(0.9377719,0.3402632,0.06931603,1),(0.9659924,0.2506013,0.06370021,1),(0.9447891,0.322872,0.05592343,1),(0.9297383,0.3638299,0.05669639,1),(0.9347164,0.3527115,0.04358585,1),(0.922815,0.3824061,0.04666943,1),(0.9557828,0.2894005,0.05221708,1),(0.9861802,0.142506,0.08450226,1),(0.9795949,0.1873023,0.07288034,1),(0.9375244,0.3340735,0.09717392,1),(0.9579962,0.2655591,0.1082658,1),(0.9585133,0.2677165,0.09787779,1),(0.9341826,0.3465755,0.08478312,1),(0.991598,0.05095693,0.1188978,1),(0.9120071,-0.3944829,0.1123666,1),(0.9196107,-0.3756877,0.1147812,1),(0.9923403,0.05130647,0.1123755,1),(0.9928994,0.05576815,0.105075,1),(0.9590014,0.2698928,0.08645359,1),(0.9310719,-0.3468907,0.1130134,1),(0.9930509,0.06728215,0.09655617,1),(0.9445388,-0.3058711,0.1195378,1),(0.9589602,0.2742105,0.0721396,1),(0.9317714,0.356467,0.068799,1),(0.9295219,0.3648604,0.05353409,1),(0.6675609,-0.7393679,0.08773536,1),(0.5503893,-0.8303119,0.08748611,1),(0.5708538,-0.8144413,0.1039766,1),(0.6919591,-0.7149929,0.09988964,1),(0.5811709,-0.805794,0.1137381,1),(0.7351389,-0.6574672,0.16525,1),(0.7075569,-0.6832141,0.180504,1),(0.5834535,-0.8015096,0.1310131,1),(0.5940481,-0.7902344,0.150454,1),(0.6012393,-0.7893763,0.1240821,1),(0.6857275,-0.7011431,0.195387,1),(0.6713811,-0.7107252,0.2100408,1),(0.614009,-0.7703211,0.172041,1),(0.6420711,-0.75247,0.1467432,1),(0.7253277,-0.6788569,0.1142503,1),(0.7668394,-0.6282579,0.131336,1),(0.8912511,-0.408257,0.1974783,1),(0.9666291,-0.1600966,0.1999924,1),(0.8499211,-0.4812841,0.214475,1),(0.9375396,-0.2649438,0.2254423,1),(0.9843105,0.07627697,0.1591058,1),(0.9484535,0.3059952,0.08247976,1),(0.9800624,-0.03829611,0.194964,1),(0.9708974,0.2009427,0.130308,1),(0.8985927,-0.3631971,0.2462092,1),(0.9613546,-0.1540905,0.228152,1),(0.9799032,0.08720805,0.1793999,1),(0.9287411,-0.2679202,0.2562396,1),(0.9741786,-0.0351223,0.2230305,1),(0.8535875,-0.452541,0.2580605,1),(0.8073874,-0.5440956,0.2282227,1),(0.7654376,-0.5959956,0.2426819,1),(0.8865002,0.461827,0.02886368,1),(0.8638494,0.5004194,0.05783328,1),(0.9012699,0.4164266,0.1195893,1),(0.924735,0.3711352,0.08440231,1),(0.8934089,0.4011019,0.2023312,1),(0.8609867,0.01011162,0.5085269,1),(0.8191977,-0.07438695,0.5686667,1),(0.9099177,0.3151892,0.2696398,1),(0.9156407,0.2141767,0.3401919,1),(0.9296972,0.3175752,0.1865722,1),(0.7657334,-0.1638215,0.6219446,1),(0.7034029,-0.2563327,0.6629614,1),(0.9071419,0.09670904,0.409562,1),(0.9454137,0.2016783,0.2559665,1),(0.9527403,0.2675148,0.1439499,1),(0.9683107,0.1482278,0.201005,1),(0.5973661,-0.418366,0.6841958,1),(0.4197875,-0.5876048,0.6917363,1),(0.3520956,-0.6171929,0.7036344,1),(0.5179074,-0.4715271,0.7137465,1),(0.3559037,-0.6470721,0.6742627,1),(0.3706324,-0.6567391,0.6567538,1),(0.3191312,-0.66299,0.6771998,1),(0.3821729,-0.6570401,0.6498017,1),(0.2888636,-0.6391971,0.7127305,1),(0.2885837,-0.6750715,0.6789684,1),(0.4026771,-0.6523544,0.6420941,1),(0.2651348,-0.6833367,0.6802605,1),(0.4305727,-0.6418999,0.6344853,1),(0.2355988,-0.6645218,0.7091574,1),(0.4366733,-0.5111331,0.7403104,1),(0.3675758,-0.5641139,0.7393669,1),(0.4401077,-0.6310325,0.6388295,1),(0.5560716,-0.5601097,0.6140533,1),(0.49837,-0.6078679,0.6181619,1),(0.6383672,-0.5052939,0.5806595,1),(0.7271265,-0.3968452,0.5601794,1),(0.9085611,-0.0832603,0.4093708,1),(0.9363422,0.0445093,0.3482561,1),(0.8052112,-0.305931,0.5079774,1),(0.8732285,-0.2013121,0.4437852,1),(0.723691,-0.4372463,0.5339354,1),(0.9442093,0.1711028,0.2814117,1),(0.9328827,0.2894083,0.2144124,1),(0.923627,-0.08847409,0.3729416,1),(0.8028729,-0.3539358,0.4797131,1),(0.5656686,-0.5747982,0.5912918,1),(0.6367087,-0.5284514,0.5615525,1),(0.9419944,0.2709713,0.198043,1),(0.846341,0.5305817,0.04679717,1),(0.7649198,0.6441139,0.003876195,1),(0.9032828,0.4045081,0.1430156,1),(0.6871495,0.7252019,-0.04367813,1),(0.4675353,0.8796508,-0.08732273,1),(0.3656619,0.924765,-0.1053621,1),(0.5855474,0.8073054,-0.07343241,1),(0.4846904,0.8694386,-0.09566429,1),(0.675301,0.7368593,-0.03173554,1),(0.272314,0.9552266,-0.1157041,1),(0.1928599,0.9734544,-0.1232544,1),(0.3920346,0.913201,-0.1112321,1),(0.5860051,0.8080926,-0.05987062,1),(0.8477423,0.5224926,0.09129343,1),(0.7825333,0.6209595,0.04528691,1),(0.2433298,0.9648271,-0.0994954,1),(0.09827668,0.9898209,-0.1029379,1),(0.158178,0.9814355,-0.1084621,1),(0.03683431,0.9936122,-0.1066688,1),(0.02865999,0.9951279,-0.09433517,1),(0.02254752,0.9966191,-0.07900621,1),(-0.005474075,0.9950041,-0.09968254,1),(0.0214164,0.9956846,-0.09029834,1),(-0.01248821,0.9938644,-0.1098977,1),(-0.02981699,0.9939938,-0.1052964,1),(0.02612954,0.99411,-0.1051788,1),(-0.04361227,0.9928569,-0.111056,1),(0.03731585,0.9926261,-0.1153297,1),(-0.04797935,0.9924632,-0.1127593,1),(0.08552869,0.9896934,-0.114855,1),(0.02844857,0.9926301,-0.1177971,1),(0.07199105,0.9952272,-0.06588118,1),(0.1936519,0.9801158,-0.04326607,1),(0.2420673,0.9683048,-0.06155756,1),(0.1014386,0.991737,-0.078535,1),(0.4431194,0.8963155,-0.01623588,1),(0.8403201,0.5414771,0.02578355,1),(0.8764468,0.4806446,0.02866651,1),(0.4992678,0.865919,-0.03026611,1),(0.5520422,0.8326853,-0.04341254,1),(0.2902895,0.9536396,-0.07939442,1),(0.9059249,0.4221787,0.03263841,1),(0.9284651,0.3696644,0.03606602,1),(0.5995206,0.7984154,-0.05574996,1),(0.3362835,0.936814,-0.0963998,1),(0.1329292,0.9865501,-0.09512459,1),(0.1654623,0.9796173,-0.1138954,1),(0.997624,0.002238785,0.06885788,1),(0.9407402,-0.3232705,0.1024881,1),(0.9173729,-0.3782088,0.124036,1),(0.9937508,-0.06900733,0.08773322,1),(0.8469045,-0.5132794,0.1389132,1),(0.7380844,-0.6484279,0.186474,1),(0.7313122,-0.6526204,0.1981644,1),(0.8238989,-0.5444947,0.1572132,1),(0.8036321,-0.568567,0.1758032,1),(0.8943554,-0.4229108,0.1458596,1),(0.7267752,-0.6539271,0.2101834,1),(0.7222401,-0.6548716,0.2225139,1),(0.7866919,-0.5861812,0.1936683,1),(0.8742921,-0.4561085,0.1660671,1),(0.9856306,-0.1305964,0.1071306,1),(0.9759474,-0.1789494,0.1245141,1),(0.640417,-0.7333735,0.2280992,1),(0.6025071,-0.7590779,0.246548,1),(0.6348413,-0.7312064,0.2496274,1),(0.6570338,-0.7166075,0.2340518,1),(0.6290113,-0.7374827,0.2458943,1),(0.7144497,-0.6627222,0.2244121,1),(0.7499282,-0.6224556,0.2239569,1),(0.6677074,-0.7022392,0.2470368,1),(0.7020495,-0.6678314,0.2472403,1),(0.6644982,-0.7034932,0.2520703,1),(0.7799524,-0.5848127,0.222864,1),(0.8020828,-0.5543023,0.2222885,1),(0.7271552,-0.6400868,0.2480607,1),(0.685857,-0.6814963,0.2552702,1),(0.6732222,-0.699417,0.2399745,1),(0.6843265,-0.6861693,0.2467161,1),(0.8084668,-0.5564002,0.1918341,1),(0.8741255,-0.4573059,0.1636336,1),(0.8939726,-0.417624,0.16249,1),(0.8357066,-0.5145656,0.1918771,1),(0.9185597,-0.3693698,0.1407624,1),(0.9480317,-0.2931112,0.1237804,1),(0.9321141,-0.3348674,0.1379385,1),(0.9562196,-0.2664316,0.1210719,1),(0.9097155,-0.3835715,0.1590301,1),(0.9425982,-0.3051574,0.135601,1),(0.9627796,-0.242905,0.1185431,1),(0.9509619,-0.2790931,0.133336,1),(0.9684519,-0.2206629,0.115797,1),(0.9216129,-0.354791,0.1573307,1),(0.8580442,-0.4780155,0.18778,1),(0.8745049,-0.4477441,0.1864579,1),(0.9651271,-0.2369888,0.1112034,1),(0.9721504,-0.2111196,0.1017445,1),(0.9696805,-0.2188152,0.1088104,1),(0.974779,-0.199622,0.09978434,1),(0.9716495,-0.2161905,0.09570183,1),(0.9632092,-0.2521362,0.09303405,1),(0.9732991,-0.2093176,0.09420628,1),(0.9644356,-0.2477881,0.09200653,1),(0.9774314,-0.1874242,0.09746826,1),(0.9753665,-0.2003477,0.09230816,1),(0.9664454,-0.2403279,0.09069659,1),(0.9781862,-0.1872761,0.0898862,1),(0.9695199,-0.2282685,0.08902094,1),(0.9804931,-0.1722919,0.09459768,1),(0.9736646,-0.2017066,0.1062622,1),(0.9775839,-0.1834789,0.1032719,1),(0.9578689,-0.2718118,0.09276632,1),(0.9693749,-0.2267794,0.09425262,1),(0.9590789,-0.2676836,0.09226611,1),(0.9708686,-0.2202422,0.09438024,1),(0.9895809,-0.106595,0.09678475,1),(0.9901583,0.1002386,0.09766714,1),(0.9908209,-0.09358408,0.09754925,1),(0.9872112,0.1251486,0.09875059,1),(0.9731505,-0.2099013,0.0944438,1),(0.9921717,-0.07715886,0.09819292,1),(0.9833042,0.1523064,0.09957646,1),(0.9934894,-0.05693693,0.09867569,1),(0.9781987,0.1819347,0.100135,1),(0.9762242,-0.1951495,0.09435664,1),(0.9612823,-0.2598758,0.09165716,1),(0.964636,-0.2474356,0.09084674,1),(0.9398428,0.3272623,0.09795343,1),(0.8540424,0.5098842,0.1031002,1),(0.9266734,0.3626623,0.09875485,1),(0.8291329,0.5494031,0.1034152,1),(0.7477033,0.6541235,0.1142905,1),(0.6252893,0.769091,0.1323347,1),(0.7114992,0.6933659,0.1140723,1),(0.5779668,0.8053813,0.1315877,1),(0.8019116,0.5884504,0.1032658,1),(0.6722815,0.7315584,0.1134015,1),(0.5263175,0.8404708,0.1288361,1),(0.6299264,0.768412,0.1128528,1),(0.4702467,0.8729748,0.1295498,1),(0.7722166,0.6269714,0.1028992,1),(0.9116992,0.3987109,0.09916783,1),(0.8947045,0.435491,0.09925556,1),(0.4819614,0.8618909,0.1576626,1),(0.2969667,0.9333808,0.2015217,1),(0.2305299,0.951929,0.2017109,1),(0.4242133,0.8914538,0.159227,1),(0.03637807,0.9654765,0.2579377,1),(-0.3173757,0.8936506,0.3172718,1),(-0.3882506,0.8631349,0.3228925,1),(-0.03602586,0.9648523,0.2603118,1),(-0.1122177,0.9585218,0.2619979,1),(0.1580862,0.966657,0.2014525,1),(-0.4566409,0.8270845,0.327735,1),(-0.5198148,0.787388,0.3313799,1),(-0.1905068,0.9456864,0.2634092,1),(0.0802236,0.976172,0.2016243,1),(0.3607072,0.9191328,0.1583834,1),(0.2915542,0.9434365,0.1578725,1),(-0.6279599,0.6972892,0.3456213,1),(-0.8019384,0.4828959,0.3517192,1),(-0.8339176,0.4225953,0.3549574,1),(-0.6828956,0.6404637,0.3513686,1),(-0.8894951,0.2873151,0.3553144,1),(-0.9257637,0.1020791,0.3640624,1),(-0.9262804,0.09210502,0.3654056,1),(-0.9018633,0.2438788,0.3566031,1),(-0.9102069,0.2046047,0.3600839,1),(-0.8584576,0.3656901,0.3596127,1),(-0.9258317,0.08357122,0.3685805,1),(-0.9249716,0.07374111,0.3728135,1),(-0.9153179,0.1700583,0.3650663,1),(-0.875886,0.315508,0.3650733,1),(-0.7299196,0.5827166,0.3572937,1),(-0.7675913,0.5284503,0.3626896,1),(-0.9272154,-0.05921284,0.3698182,1),(-0.9143243,-0.1671814,0.3688649,1),(-0.9174653,-0.1287946,0.3763897,1),(-0.9266387,-0.03603651,0.3742219,1),(-0.9022534,-0.2257148,0.3674119,1),(-0.8980089,-0.2406408,0.368337,1),(-0.9020269,-0.2151619,0.3742362,1),(-0.9075952,-0.1875078,0.3756485,1),(-0.9118295,-0.1481661,0.382902,1),(-0.9191993,-0.09121531,0.3830828,1),(-0.9061509,-0.186105,0.3798096,1),(-0.9098915,-0.1542379,0.385108,1),(-0.9144682,-0.1126014,0.3886757,1),(-0.9195076,-0.06093965,0.3883198,1),(-0.9253131,-0.01405103,0.3789437,1),(-0.9236159,0.001167787,0.3833176,1),(-0.9017518,-0.2084865,0.3786514,1),(-0.9074395,-0.1156207,0.4039622,1),(-0.9058384,-0.1166827,0.4072371,1),(-0.9026234,-0.1988385,0.3817518,1),(-0.8956465,0.06130703,0.4405212,1),(-0.8154016,0.3410136,0.4677925,1),(-0.8016369,0.3530601,0.4824176,1),(-0.8919688,0.05810394,0.4483475,1),(-0.8873358,0.06299226,0.4568011,1),(-0.9048258,-0.110279,0.4112527,1),(-0.7833905,0.3729407,0.4972068,1),(-0.7564012,0.4101051,0.5095794,1),(-0.8805742,0.08650942,0.4659453,1),(-0.9046032,-0.08878408,0.4169059,1),(-0.9043958,-0.1833073,0.3853137,1),(-0.9071531,-0.1580376,0.3899964,1),(-0.6403952,0.611715,0.4644338,1),(-0.3990618,0.7993283,0.4492482,1),(-0.3305877,0.8291166,0.4508626,1),(-0.5995869,0.642487,0.4771857,1),(-0.04853461,0.9075721,0.417082,1),(0.4525018,0.8309205,0.3237489,1),(0.474196,0.8255401,0.3059764,1),(0.02441092,0.914813,0.4031392,1),(0.09787077,0.9168981,0.3869358,1),(-0.2535649,0.8570485,0.4485229,1),(0.4962483,0.8185925,0.2892125,1),(0.525465,0.8059456,0.2726505,1),(0.1721173,0.9138804,0.367693,1),(-0.1682798,0.8824039,0.4393693,1),(-0.5494421,0.6781789,0.4880438,1),(-0.4861009,0.7217587,0.4927171,1),(0.8050486,0.5646453,0.1818578,1),(0.916739,0.3878656,0.09565549,1),(0.9017436,0.4205236,0.1000915,1),(0.7882005,0.58873,0.1792677,1),(0.9483732,0.3110972,0.06170009,1),(0.9510643,0.3027683,0.06170843,1),(0.950019,0.3060246,0.0617478,1),(0.940218,0.3341876,0.06564175,1),(0.9344246,0.3494897,0.06861177,1),(0.8887212,0.4465264,0.1038697,1),(0.9524238,0.2987902,0.06010977,1),(0.9587833,0.2782711,0.05744395,1),(0.9352617,0.3470509,0.06958099,1),(0.8852762,0.4530522,0.1050226,1),(0.7745368,0.6073982,0.1765229,1),(0.7735159,0.6100206,0.1718956,1),(0.9463498,0.3148013,0.0729527,1),(0.9481763,0.3080456,0.07790785,1),(0.9589254,0.2748442,0.07016213,1),(0.9525033,0.2967687,0.06830801,1),(0.9562593,0.2823238,0.07656115,1),(0.9690774,0.2370013,0.06869814,1),(0.9796939,0.1914542,0.05954121,1),(0.9684722,0.2398624,0.06728918,1),(0.9807563,0.1868714,0.05653341,1),(0.9717405,0.2282151,0.06031717,1),(0.9886476,0.1416233,0.05018736,1),(0.9944581,0.09611096,0.04261255,1),(0.9897702,0.1345868,0.04734376,1),(0.9826698,0.1780726,0.05147884,1),(0.96214,0.2655231,0.06151536,1),(0.9725421,0.2261644,0.05487705,1),(0.9811171,0.1846827,0.05745924,1),(0.98922,0.1388808,0.04643066,1),(0.9943502,0.09846286,0.03965696,1),(0.988853,0.1404745,0.04936108,1),(0.9943562,0.09989362,0.03573588,1),(0.9973725,0.06783068,0.02543659,1),(0.9988835,0.04177882,0.02205068,1),(0.9973803,0.06557218,0.03054439,1),(0.9988245,0.03988476,0.0275474,1),(0.997284,0.06488362,0.03485321,1),(0.9995082,0.02370409,0.020528,1),(0.9997256,0.01175598,0.02026474,1),(0.9994206,0.02180891,0.02612742,1),(0.9987263,0.03916723,0.03180749,1),(0.9942037,0.09879328,0.04241302,1),(0.9972576,0.0639129,0.03731496,1),(0.9991367,0.0383091,0.01606695,1),(0.9999431,0.007124144,0.00793709,1),(0.999858,-0.01368827,0.009837622,1),(0.9997203,0.01827431,0.01500946,1),(0.9996671,-0.02578112,0.001016466,1),(0.9981599,-0.06045321,-0.004703356,1),(0.9946065,-0.1036018,0.004970678,1),(0.998504,-0.05428749,0.006514518,1),(0.9965844,-0.08159518,0.01271955,1),(0.9994479,-0.03072003,0.01265727,1),(0.9887928,-0.1484982,0.01539666,1),(0.9811615,-0.1915607,0.02503312,1),(0.9941174,-0.1066839,0.0186861,1),(0.9988766,-0.0446994,0.01573466,1),(0.9998747,0.004246617,0.01524882,1),(0.9998531,-0.005462236,0.01625009,1),(0.9957561,-0.09155101,-0.009390772,1),(0.9934261,-0.1137547,-0.01282074,1),(0.982947,-0.1838593,0.003322842,1),(0.9886031,-0.1504901,0.004097753,1),(0.991778,-0.1271049,-0.01486537,1),(0.9913799,-0.1301525,-0.01503961,1),(0.9780366,-0.208363,0.005404855,1),(0.9790004,-0.2038375,0.002904231,1),(0.9576446,-0.2872024,0.02077349,1),(0.9654739,-0.259717,0.02017919,1),(0.9554666,-0.2940228,0.0251791,1),(0.9253724,-0.3769346,0.04007653,1),(0.9294415,-0.3671238,0.03685788,1),(0.9423149,-0.3328375,0.03552378,1),(0.9767281,-0.2136883,0.01842095,1),(0.96098,-0.2748149,0.0315319,1),(0.7916331,0.0003355974,0.6109968,1),(0.7917743,0.0002972546,0.6108137,1),(0.7927559,0.0001801885,0.6095391,1),(0.7933559,0.0004346928,0.608758,1),(0.7946199,0.0002989593,0.6071073,1),(0.7924663,0.0004788768,0.6099155,1),(0.7942755,-1.565622e-5,0.6075578,1),(0.7960428,-0.00029069,0.6052402,1),(0.7973024,-0.0002481729,0.60358,1),(0.7952812,7.112209e-5,0.6062407,1),(0.7969009,0.0001383341,0.6041101,1),(0.7966126,0.0003737224,0.60449,1),(0.7986736,-0.0001914707,0.6017644,1),(0.8000263,-0.0001642786,0.5999649,1),(0.7984961,0.0001311455,0.6019999,1),(0.7982899,0.0003418878,0.6022734,1),(0.7945697,0.0005603902,0.6071727,1),(0.7958441,0.000514337,0.6055013,1),(0.7981425,0.0004678571,0.6024684,1),(0.7981324,0.000510047,0.6024817,1),(0.7982972,-0.0005319116,0.6022635,1),(0.7997195,-0.0006242614,0.6003734,1),(0.8005989,-0.0006504849,0.5992002,1),(0.7993323,-0.0005317531,0.600889,1),(0.8003044,-0.0005662376,0.5995936,1),(0.8000642,-0.0003580683,0.5999143,1),(0.8008204,-0.0003884294,0.5989044,1),(0.8010921,-0.0006026916,0.5985408,1),(0.8019404,-0.0005713315,0.5974037,1),(0.8015618,-0.0006126808,0.5979115,1),(0.8016057,-0.0003616658,0.597853,1),(0.8024217,-0.0002739495,0.5967572,1),(0.8028267,-0.0004798363,0.5962123,1),(0.8025636,-0.0005300022,0.5965663,1),(0.8004742,-0.0004857682,0.5993671,1),(0.8016323,-0.0004248276,0.5978173,1),(0.7992286,-0.000119262,0.6010271,1),(0.7980782,3.200218e-5,0.6025539,1),(0.7988876,2.686636e-5,0.6014804,1),(0.8000126,-0.0001361135,0.5999832,1),(0.7966048,9.53777e-5,0.6045005,1),(0.7948081,7.12785e-5,0.6068608,1),(0.7957008,8.439165e-5,0.6056898,1),(0.797454,0.0001002309,0.6033797,1),(0.7982926,0.0001237865,0.6022698,1),(0.7996756,5.013284e-5,0.6004323,1),(0.7966279,0.000109666,0.6044701,1),(0.7976103,0.0001554931,0.6031731,1),(0.7991644,0.0001809419,0.6011124,1),(0.8004836,0.0001179935,0.5993546,1),(0.8007822,-0.0001117632,0.5989555,1),(0.801568,-3.374709e-5,0.5979035,1),(0.7932852,5.198705e-6,0.6088501,1),(0.7926522,-5.751958e-5,0.609674,1),(0.7934759,-6.35805e-5,0.6086016,1),(0.7941799,1.71417e-5,0.6076828,1),(0.7929032,-0.0001168118,0.6093477,1),(0.7940486,-0.0001728056,0.6078541,1),(0.7945111,-0.0002647826,0.6072496,1),(0.7935855,-0.0001574716,0.6084588,1),(0.7943454,-0.0001986609,0.6074662,1),(0.7943888,-6.626925e-5,0.6074095,1),(0.7950168,-0.0003607899,0.6065873,1),(0.7955261,-0.0004296026,0.6059191,1),(0.7951546,-0.0002257691,0.6064068,1),(0.7953811,-6.03535e-5,0.6061096,1),(0.7951534,3.665811e-5,0.6064083,1),(0.7962009,6.678571e-5,0.6050323,1),(0.7951847,-0.0001777909,0.6063672,1),(0.7953898,-8.468389e-5,0.6060984,1),(0.7955171,-0.0002068741,0.6059312,1),(0.7954466,-0.0003070628,0.6060236,1),(0.7946523,0.0001062393,0.6070648,1),(0.7929816,0.0003954861,0.6092456,1),(0.7930419,0.0004215689,0.609167,1),(0.7947142,3.561074e-5,0.6069839,1),(0.7947358,-6.251145e-5,0.6069555,1),(0.795607,-0.000346204,0.6058132,1),(0.7930793,0.000406782,0.6091185,1),(0.793066,0.0003599404,0.6091356,1),(0.7946804,-0.00015369,0.6070281,1),(0.7956266,-0.0004561454,0.605787,1),(0.7957004,-0.0004456001,0.6056903,1),(0.7959053,-0.0005480478,0.605421,1),(0.7908181,0.0006580215,0.612051,1),(0.7886373,0.0007693091,0.6148582,1),(0.7888666,0.0009348419,0.6145636,1),(0.7909456,0.0007787254,0.611886,1),(0.7864262,0.0007295337,0.6176839,1),(0.7841921,0.0005379808,0.6205179,1),(0.7847772,0.0006436247,0.6197776,1),(0.7868115,0.0008899862,0.6171926,1),(0.7872111,0.0009826238,0.6166827,1),(0.7891002,0.001037738,0.6142635,1),(0.7853892,0.000679857,0.619002,1),(0.7862455,0.0005983919,0.617914,1),(0.787868,0.000959839,0.6158432,1),(0.7895994,0.001040189,0.6136219,1),(0.7910581,0.0008458061,0.6117404,1),(0.7913133,0.0008401942,0.6114103,1),(0.7816604,0.0002483002,0.6237043,1),(0.7786101,-8.409678e-5,0.627508,1),(0.7794476,-0.0008845567,0.6264669,1),(0.7824256,8.708615e-5,0.6227441,1),(0.7750242,-0.0004594731,0.6319314,1),(0.7708979,-0.0008776072,0.6369579,1),(0.7715265,-0.004072732,0.6361842,1),(0.7758167,-0.002271258,0.6309543,1),(0.7769927,-0.006883916,0.6294719,1),(0.7804296,-0.002965617,0.6252365,1),(0.7733487,-0.01218732,0.6338637,1),(0.7782794,-0.01568954,0.6277222,1),(0.7741072,-0.02774384,0.6324463,1),(0.7820196,-0.006958115,0.623215,1),(0.7832531,-0.0004447903,0.6217027,1),(0.7844647,-0.001536188,0.6201715,1),(0.7667909,-0.001203726,0.6418958,1),(0.7631901,-0.001305353,0.6461727,1),(0.763669,-0.006361724,0.6455765,1),(0.7672656,-0.005650857,0.6413046,1),(0.7600909,-0.001183209,0.6498157,1),(0.7575169,-0.0008370467,0.6528151,1),(0.758504,-0.005180272,0.6516477,1),(0.7607455,-0.006205002,0.6490207,1),(0.7625939,-0.01914024,0.6465942,1),(0.7653638,-0.01930343,0.6433084,1),(0.7606499,-0.01649814,0.6489528,1),(0.7647474,-0.04414881,0.642816,1),(0.7636753,-0.03847176,0.6444532,1),(0.7668607,-0.04425098,0.6402863,1),(0.7689598,-0.01698456,0.6390716,1),(0.7700045,-0.03877591,0.6368591,1),(0.754151,-0.0003855772,0.656701,1),(0.7488,4.96053e-5,0.662796,1),(0.7498022,-0.001422839,0.6616606,1),(0.7553402,-0.003507734,0.6553236,1),(0.741402,0.0004688904,0.671061,1),(0.7330977,0.0008901694,0.6801227,1),(0.7325257,0.004068467,0.6807272,1),(0.7426504,0.001134536,0.6696783,1),(0.7433956,0.002569701,0.668847,1),(0.7529103,-0.005284872,0.6581019,1),(0.7306634,0.01206115,0.6826313,1),(0.7440657,0.00496512,0.668088,1),(0.7283669,0.02750825,0.6846349,1),(0.7549075,-0.0134853,0.6556926,1),(0.7582913,-0.01169332,0.6518109,1),(0.7613399,-0.02793451,0.6477508,1),(0.7235327,0.001170758,0.6902891,1),(0.7163975,0.001229344,0.6976912,1),(0.7214687,0.006448632,0.6924171,1),(0.7144925,0.007450952,0.6996033,1),(0.7127421,0.001074295,0.7014253,1),(0.7119737,0.0006949875,0.7022057,1),(0.710936,0.007012615,0.7032217,1),(0.7108447,0.005123324,0.7033303,1),(0.7104589,0.02369582,0.7033398,1),(0.7070203,0.02252117,0.7068346,1),(0.7081501,0.01665019,0.7058655,1),(0.6994791,0.05266896,0.7127095,1),(0.7028804,0.03898076,0.7102391,1),(0.7026834,0.05529673,0.7093506,1),(0.7184039,0.02019371,0.6953331,1),(0.7124719,0.04687235,0.7001333,1),(0.7117472,0.0002689793,0.7024357,1),(0.7094682,-1.355238e-5,0.7047375,1),(0.7114979,0.00281676,0.7026825,1),(0.7097613,0.001184696,0.7044412,1),(0.7051052,-0.0001545278,0.7091026,1),(0.698612,-0.0001542676,0.7155005,1),(0.7056078,0.0002210305,0.7086025,1),(0.6989979,-7.845886e-5,0.7151238,1),(0.7096509,0.004244447,0.7045407,1),(0.7059957,0.001141055,0.7082152,1),(0.6993897,7.665053e-5,0.7147406,1),(0.7062415,0.002854043,0.7079653,1),(0.6997877,0.0003319226,0.7143507,1),(0.7089613,0.01008419,0.7051752,1),(0.7103738,0.00940549,0.7037617,1),(0.7078987,0.02209416,0.7059683,1),(0.6910941,-0.0008374553,0.7227644,1),(0.683827,-0.003036852,0.7296379,1),(0.6912464,-0.001184432,0.7226183,1),(0.683882,-0.004580973,0.7295783,1),(0.67681,-0.006754722,0.7361268,1),(0.6700419,-0.01199368,0.7422264,1),(0.6769033,-0.01027016,0.7360002,1),(0.6703067,-0.01825502,0.7418596,1),(0.6840095,-0.005811113,0.72945,1),(0.6771601,-0.0131169,0.7357188,1),(0.6708314,-0.02333259,0.7412427,1),(0.6776477,-0.01424944,0.7352486,1),(0.6717718,-0.02536902,0.7403236,1),(0.684256,-0.006259202,0.7292151,1),(0.6914174,-0.001413692,0.7224541,1),(0.6916282,-0.001398534,0.7222524,1),(0.6628536,-0.01578261,0.7485827,1),(0.6544335,-0.01510614,0.7559686,1),(0.6632532,-0.02402931,0.7480093,1),(0.6547887,-0.02302313,0.7554613,1),(0.644747,-0.009963442,0.7643312,1),(0.633707,-0.0003545407,0.773573,1),(0.6448501,-0.01523491,0.7641571,1),(0.6332988,-0.0006635444,0.7739072,1),(0.6554828,-0.02957617,0.7546309,1),(0.6452088,-0.01981767,0.7637492,1),(0.6329703,-0.001462618,0.7741747,1),(0.6459789,-0.022346,0.7630281,1),(0.6327509,-0.003007753,0.7743496,1),(0.6567445,-0.03250518,0.7534123,1),(0.6639954,-0.03074557,0.7471043,1),(0.6653179,-0.03350729,0.7458078,1),(0.6225214,0.009303491,0.7825474,1),(0.6126575,0.01444819,0.7902164,1),(0.6215571,0.01365953,0.7832497,1),(0.6115931,0.02050718,0.7909067,1),(0.6041902,0.01507423,0.7966976,1),(0.5971566,0.0111717,0.8020469,1),(0.6035355,0.01987742,0.7970883,1),(0.597432,0.01174634,0.8018336,1),(0.6108879,0.02219144,0.791406,1),(0.6040478,0.01759227,0.7967539,1),(0.6000586,0.001940012,0.7999537,1),(0.606378,0.002886436,0.7951714,1),(0.6060401,-0.02503567,0.7950399,1),(0.6108561,0.01569633,0.791586,1),(0.6205904,0.01583304,0.7839751,1),(0.6196966,0.01369115,0.784722,1),(0.5904787,0.0039391,0.8070437,1),(0.5829163,-0.005320753,0.8125147,1),(0.5919566,-0.001199015,0.805969,1),(0.5856431,-0.01609165,0.8104092,1),(0.5744343,-0.01660941,0.8183821,1),(0.5649633,-0.02992155,0.8245733,1),(0.5784091,-0.03295303,0.815081,1),(0.5701756,-0.05179657,0.8198883,1),(0.5937649,-0.04229451,0.8035263,1),(0.5896689,-0.06561108,0.8049756,1),(0.5848697,-0.08978301,0.8061429,1),(0.6108786,-0.1228727,0.7821314,1),(0.6127765,-0.1513723,0.7756231,1),(0.6092013,-0.09236809,0.7876179,1),(0.5972069,-0.01979213,0.801843,1),(0.6076235,-0.05976997,0.7919731,1),(0.5566245,-0.04542638,0.8295214,1),(0.552152,-0.06340003,0.8313294,1),(0.5638982,-0.07414351,0.8225093,1),(0.562863,-0.101592,0.820283,1),(0.5515527,-0.08399544,0.8299002,1),(0.5548137,-0.1073811,0.8250159,1),(0.5668935,-0.1343387,0.8127637,1),(0.5757291,-0.1725156,0.7992336,1),(0.586338,-0.1529962,0.7954872,1),(0.5951154,-0.1951556,0.7795845,1),(0.6083179,-0.2441531,0.7552078,1),(0.6405334,-0.2640046,0.721123,1),(0.6560471,-0.3141204,0.6862437,1),(0.6273775,-0.2198276,0.7470431,1),(0.5827587,-0.1178881,0.804049,1),(0.6178373,-0.1821825,0.7649096,1),(0.5611037,-0.1315234,0.8172296,1),(0.5695296,-0.153995,0.8074167,1),(0.5880164,-0.2099998,0.7811126,1),(0.6030986,-0.2401632,0.7606535,1),(0.5801099,-0.1747392,0.7955744,1),(0.5928665,-0.1937108,0.7816556,1),(0.6212742,-0.2629176,0.7381685,1),(0.6456419,-0.2752867,0.7122948,1),(0.6441358,-0.3239082,0.6929449,1),(0.66773,-0.3446566,0.6598094,1),(0.6956502,-0.3527413,0.625815,1),(0.7204521,-0.4012495,0.5656391,1),(0.7477747,-0.4047348,0.5263295,1),(0.6950034,-0.3881229,0.6052527,1),(0.6245579,-0.2904309,0.7249672,1),(0.6737955,-0.3592291,0.6457198,1),(0.6106777,-0.2106994,0.7633337,1),(0.6255184,-0.2343019,0.7441971,1),(0.6889694,-0.3001463,0.6597221,1),(0.6681544,-0.2865273,0.6866381,1),(0.6387426,-0.2641005,0.7226748,1),(0.6521623,-0.2973879,0.6973125,1),(0.7248363,-0.3343965,0.6023217,1),(0.7077273,-0.3165079,0.6316208,1),(0.771871,-0.3545378,0.5277482,1),(0.751125,-0.3503333,0.5595336,1),(0.7914679,-0.3540264,0.4982407,1),(0.8269166,-0.3666431,0.4263587,1),(0.8453472,-0.3557356,0.3985479,1),(0.8066455,-0.3722667,0.459065,1),(0.7261395,-0.349777,0.5919269,1),(0.7798752,-0.3883674,0.4908822,1),(0.6674858,-0.3280563,0.6684623,1),(0.6858785,-0.3511949,0.6373639,1),(0.7627714,-0.3552874,0.5403246,1),(0.7417815,-0.351214,0.5713221,1),(0.7098657,-0.3616071,0.6044263,1),(0.7383689,-0.3601284,0.5701921,1),(0.7865553,-0.3517116,0.5075724,1),(0.8140712,-0.3342768,0.4749178,1),(0.8303024,-0.343309,0.439018,1),(0.8533792,-0.3185693,0.412623,1),(0.8776188,-0.2825045,0.387268,1),(0.9015183,-0.2774665,0.3320799,1),(0.9206772,-0.2308854,0.3147151,1),(0.8820566,-0.3136178,0.3515965,1),(0.8090606,-0.3570173,0.4668614,1),(0.8631619,-0.3396247,0.3736397,1),(0.7685744,-0.353856,0.5329909,1),(0.7999788,-0.3449565,0.4909573,1),(0.8699988,-0.2727313,0.410755,1),(0.8425043,-0.3041401,0.444618,1),(0.8325819,-0.323666,0.4494971,1),(0.8650989,-0.2978639,0.4035851,1),(0.896737,-0.2376342,0.3733532,1),(0.9215025,-0.1952571,0.3357197,1),(0.9215044,-0.191772,0.3377176,1),(0.939419,-0.1407954,0.3125196,1),(0.9541249,-0.08592933,0.2868132,1),(0.9611521,-0.06304786,0.2687222,1),(0.9670812,-0.001129765,0.2544651,1),(0.9512024,-0.1219293,0.2834559,1),(0.9007998,-0.2389596,0.3625712,1),(0.9376132,-0.1778328,0.298759,1),(0.8899723,-0.2758898,0.3630897,1),(0.9012767,-0.2684725,0.3400334,1),(0.9380406,-0.1620997,0.3062734,1),(0.9428591,-0.1557523,0.294547,1),(0.9018293,-0.277185,0.3314699,1),(0.8923324,-0.3001523,0.3371224,1),(0.9372635,-0.1762896,0.3007644,1),(0.9196137,-0.2225928,0.3236715,1),(0.9621432,-0.04429794,0.2689202,1),(0.9553592,-0.07859713,0.2848001,1),(0.9371866,-0.1486766,0.3155577,1),(0.9605738,-0.0007380528,0.2780241,1),(0.9460155,-0.08506352,0.3127598,1),(0.9658272,0.04142896,0.2558544,1),(0.9618377,-0.04671682,0.269603,1),(0.9678755,0.041268,0.2480199,1),(0.8768592,-0.3162905,0.3620474,1),(0.8708622,-0.3115535,0.3801755,1),(0.8879401,-0.2758245,0.3680806,1),(0.9004948,-0.2650771,0.3447364,1),(0.8751578,-0.2863718,0.3899873,1),(0.8867471,-0.2399589,0.3950941,1),(0.8967607,-0.2083397,0.3904034,1),(0.8875286,-0.2569083,0.3824801,1),(0.8963904,-0.2272804,0.3805627,1),(0.8993896,-0.2402839,0.3651878,1),(0.9045143,-0.1763733,0.3882607,1),(0.9056931,-0.1896233,0.379161,1),(0.9137159,-0.135182,0.3832088,1),(0.9087154,-0.1999184,0.3664274,1),(0.9130538,-0.2150587,0.3465293,1),(0.9238011,-0.1658738,0.3450758,1),(0.8978646,-0.1940793,0.3951867,1),(0.9029493,-0.1713237,0.3941202,1),(0.9121319,-0.1431712,0.3840799,1),(0.9071856,-0.1598756,0.3891709,1),(0.9075114,-0.1712244,0.3835429,1),(0.9075609,-0.1944872,0.3721669,1),(0.9151983,-0.1576481,0.3708897,1),(0.9122448,-0.2046334,0.3548727,1),(0.9194392,-0.1149933,0.3760427,1),(0.9203732,-0.1453038,0.3630427,1),(0.9138117,-0.2166893,0.3435025,1),(0.9262559,-0.1227615,0.3563421,1),(0.9168054,-0.2168282,0.3353406,1),(0.9257262,-0.07806764,0.3700492,1),(0.9147416,-0.1254358,0.384075,1),(0.921711,-0.08238973,0.3790261,1),(0.9082352,-0.2201501,0.3558693,1),(0.9097078,-0.229237,0.3462399,1),(0.906037,-0.2538281,0.3386271,1),(0.9032498,-0.2760495,0.3285367,1),(0.9138264,-0.2215767,0.3403307,1),(0.9202414,-0.1972693,0.3379948,1),(0.9057353,-0.2718419,0.3251854,1),(0.9131489,-0.2414259,0.3284398,1),(0.8928389,-0.3243281,0.3124897,1),(0.8933119,-0.3238862,0.3115952,1),(0.9025451,-0.2882197,0.3199092,1),(0.881223,-0.3640603,0.3015065,1),(0.8913431,-0.3276123,0.3133332,1),(0.8830918,-0.3589628,0.30215,1),(0.901044,-0.2890668,0.3233576,1),(0.8975766,-0.3107212,0.3127435,1),(0.9259189,-0.1691076,0.3377523,1),(0.9293094,-0.1497753,0.3375669,1),(0.9202275,-0.2033021,0.3344394,1),(0.9242229,-0.1760605,0.3388431,1),(0.9310977,-0.1392338,0.3371511,1),(0.9316114,-0.1374406,0.3364673,1),(0.9276938,-0.1543222,0.3399542,1),(0.926699,-0.159795,0.3401389,1),(0.9216462,-0.1833702,0.3419701,1),(0.9181877,-0.205874,0.3384486,1),(0.9234329,-0.1732585,0.3424226,1),(0.918686,-0.1958101,0.343037,1),(0.9160526,-0.2098894,0.3417514,1),(0.9114401,-0.2365891,0.3366044,1),(0.9121258,-0.2408595,0.3316824,1),(0.9037887,-0.2759059,0.3271725,1),(0.9314597,-0.140028,0.3358199,1),(0.9313492,-0.1427238,0.3349904,1),(0.9275879,-0.1577205,0.3386811,1),(0.9277953,-0.1551097,0.3393182,1),(0.9313747,-0.1455836,0.3336864,1),(0.9311509,-0.1483819,0.3330778,1),(0.9271859,-0.1622113,0.3376592,1),(0.9262782,-0.1684401,0.3371002,1),(0.9233912,-0.177462,0.3403765,1),(0.9241102,-0.1725068,0.3409715,1),(0.9219148,-0.1859554,0.3398436,1),(0.9178692,-0.2029393,0.3410746,1),(0.9196244,-0.1940245,0.3415343,1),(0.920323,-0.1898545,0.3419953,1),(0.9241222,-0.171104,0.3416456,1),(0.9200143,-0.190448,0.3424958,1),(0.933633,-0.1414232,0.3291334,1),(0.9405711,-0.1144321,0.3197364,1),(0.92782,-0.1659164,0.3340985,1),(0.9340733,-0.1438422,0.326828,1),(0.9502758,-0.06677116,0.3041669,1),(0.9596091,0.002067529,0.2813294,1),(0.9435287,-0.1015071,0.3153567,1),(0.9539132,-0.03862996,0.2975864,1),(0.9277235,-0.1696103,0.3325077,1),(0.9366552,-0.1333051,0.3238929,1),(0.9473479,-0.07769423,0.3106373,1),(0.9398817,-0.113872,0.3219557,1),(0.929637,-0.1616228,0.3311394,1),(0.9218252,-0.1922165,0.3365875,1),(0.9223834,-0.1869636,0.3380141,1),(0.9176839,-0.2058903,0.3398021,1),(0.9646413,0.08507334,0.2494587,1),(0.9625373,0.1758232,0.2064173,1),(0.9616725,0.03950975,0.2713391,1),(0.9638916,0.1281477,0.2334339,1),(0.9496397,0.2746561,0.1508252,1),(0.9212821,0.380176,0.08188753,1),(0.9564722,0.227948,0.182211,1),(0.9340124,0.3376908,0.1165584,1),(0.9626577,0.07761314,0.2593577,1),(0.9608752,0.1748303,0.2148332,1),(0.9458653,0.2846395,0.1559457,1),(0.9620957,0.1183408,0.2456978,1),(0.9545394,0.2249546,0.1955758,1),(0.9589209,0.02634146,0.2824481,1),(0.9567298,-0.006194393,0.2909117,1),(0.9505395,-0.05092923,0.3063998,1),(0.8813854,0.4722004,0.01365726,1),(0.8443543,0.534384,-0.03872326,1),(0.8980047,0.4373582,0.04801259,1),(0.8603789,0.5095387,-0.01088053,1),(0.8178362,0.5703819,-0.07621328,1),(0.8059049,0.583413,-0.1007301,1),(0.8047458,0.5853593,-0.09868504,1),(0.8279048,0.5577141,-0.05940234,1),(0.8818214,0.4707647,0.0277765,1),(0.8462219,0.53188,-0.03181504,1),(0.812667,0.5762252,-0.08681594,1),(0.8690526,0.49469,0.005428432,1),(0.8297401,0.5543797,-0.06476589,1),(0.9043978,0.4204819,0.07252286,1),(0.9168203,0.3888852,0.09060279,1),(0.9338534,0.3307038,0.1362085,1),(0.804791,0.5826259,-0.1133953,1),(0.8110065,0.5730551,-0.1177985,1),(0.7920356,0.5969447,-0.1278142,1),(0.789654,0.596266,-0.1446153,1),(0.8250013,0.5531396,-0.1157997,1),(0.8456356,0.5230541,-0.1063716,1),(0.798336,0.5832477,-0.1499393,1),(0.8175433,0.5576752,-0.1436015,1),(0.7731477,0.6124378,-0.1648107,1),(0.7728832,0.6083479,-0.1804557,1),(0.7866357,0.5901895,-0.1813298,1),(0.7537354,0.6253971,-0.2018945,1),(0.756753,0.6171346,-0.2155689,1),(0.7661172,0.6190242,-0.1728394,1),(0.786864,0.6024915,-0.1335999,1),(0.7925254,0.5963637,-0.1274897,1),(0.8752201,0.4757132,-0.08767468,1),(0.9142865,0.4009888,-0.05734357,1),(0.8492398,0.5130213,-0.1249044,1),(0.8935342,0.4394371,-0.09215061,1),(0.9561664,0.2925054,-0.0136532,1),(0.9883481,0.1457609,0.04383697,1),(0.943285,0.3292045,-0.04286959,1),(0.9840143,0.1764684,0.02397425,1),(0.865423,0.4826089,-0.1346529,1),(0.9238925,0.3739166,-0.08129719,1),(0.9760171,0.2176444,-0.004638163,1),(0.8962956,0.4240801,-0.1296543,1),(0.9623049,0.2684615,-0.04356299,1),(0.8296596,0.5269836,-0.1842642,1),(0.8172366,0.5516247,-0.1668363,1),(0.7808862,0.5878313,-0.2113556,1),(0.9946018,-0.01262365,0.1029944,1),(0.9761872,-0.1549772,0.1517916,1),(0.9956165,0.009871799,0.09300704,1),(0.9788963,-0.1403613,0.1485292,1),(0.9402838,-0.2816831,0.1911045,1),(0.8910871,-0.3956015,0.2224036,1),(0.9422729,-0.2746069,0.1916061,1),(0.8904176,-0.3961962,0.2240202,1),(0.9835129,-0.1147362,0.1397782,1),(0.9475785,-0.2582856,0.1881046,1),(0.8932737,-0.3903498,0.2229106,1),(0.9562652,-0.2310187,0.1794082,1),(0.9000754,-0.3769542,0.2185629,1),(0.9893475,-0.07643366,0.1238924,1),(0.9961494,0.04385456,0.07591444,1),(0.9946756,0.09015173,0.04993052,1),(0.8450906,-0.476888,0.2416605,1),(0.8256814,-0.5071497,0.2470817,1),(0.8415349,-0.4825598,0.2428068,1),(0.8218867,-0.5130027,0.2476499,1),(0.8377404,-0.4902878,0.2404346,1),(0.8782139,-0.4242893,0.2207239,1),(0.8367658,-0.4919456,0.2404424,1),(0.8821259,-0.4165507,0.2198621,1),(0.8192517,-0.5173423,0.2473532,1),(0.8354747,-0.4941363,0.2404394,1),(0.8844204,-0.4115879,0.2199908,1),(0.8336841,-0.4969731,0.2408086,1),(0.8848242,-0.409996,0.2213358,1),(0.8178203,-0.5199967,0.2465225,1),(0.8405444,-0.4845572,0.2422592,1),(0.8424179,-0.4823897,0.2400673,1),(0.9258137,-0.3247538,0.1934014,1),(0.9640027,-0.2091233,0.1642134,1),(0.9326232,-0.3061103,0.191077,1),(0.9699242,-0.1833262,0.1601201,1),(0.9884318,-0.0746598,0.1320162,1),(0.9922362,0.07905337,0.0960099,1),(0.9909228,-0.0463358,0.1261937,1),(0.9905097,0.1049653,0.08872816,1),(0.9735984,-0.1645206,0.1582379,1),(0.9921028,-0.02652406,0.1225908,1),(0.9890937,0.1215359,0.08320282,1),(0.9925057,-0.01533478,0.1212325,1),(0.988351,0.1298562,0.07936984,1),(0.9753213,-0.1535524,0.1586506,1),(0.9370941,-0.292493,0.1905326,1),(0.9391546,-0.2848793,0.1919177,1),(0.9735293,0.2197123,0.06298655,1),(0.9477544,0.3163264,0.04121945,1),(0.9690644,0.2407772,0.05422667,1),(0.9424773,0.3328474,0.030806,1),(0.9272103,0.3732511,0.03106044,1),(0.9178339,0.3956664,0.03207786,1),(0.9224387,0.385692,0.01866851,1),(0.914468,0.4042876,0.01731621,1),(0.9397396,0.3412378,0.02112792,1),(0.9200556,0.3917271,0.006897572,1),(0.9126084,0.4088212,0.003317444,1),(0.9195662,0.3929171,-0.003759237,1),(0.9121398,0.4097809,-0.008973152,1),(0.9390366,0.343595,0.01236076,1),(0.9664361,0.2526452,0.04660031,1),(0.9654945,0.257321,0.04008199,1),(0.9269615,0.3728569,0.04147384,1),(0.9576474,0.2817768,0.05927278,1),(0.9248275,0.3795135,0.02576242,1),(0.9555098,0.2913568,0.045959,1),(0.992366,0.08626201,0.0881391,1),(0.9590844,-0.2537909,0.1254887,1),(0.9905921,0.1100214,0.08137944,1),(0.9717149,-0.1961181,0.1315597,1),(0.9530624,0.3008668,0.03393052,1),(0.9880796,0.1340975,0.07560732,1),(0.9805903,-0.140534,0.1367214,1),(0.9853894,0.154771,0.071089,1),(0.9857009,-0.09322691,0.1403655,1),(0.9509635,0.3083555,0.02418901,1),(0.9231081,0.3843791,0.01113734,1),(0.922171,0.3867808,-0.001172919,1),(0.8120967,-0.5629499,0.1535786,1),(0.6894839,-0.7022589,0.1773257,1),(0.8552391,-0.4881081,0.1741164,1),(0.7414981,-0.6411344,0.1978066,1),(0.6428134,-0.74073,0.1952178,1),(0.6654354,-0.7119196,0.2244244,1),(0.6681997,-0.7047002,0.2385514,1),(0.6777936,-0.7023191,0.2175862,1),(0.787295,-0.5752202,0.2220095,1),(0.7130122,-0.6578056,0.2427044,1),(0.6791247,-0.6893139,0.2522617,1),(0.6982124,-0.6657516,0.2632,1),(0.7485583,-0.6109914,0.2575848,1),(0.8248835,-0.5120146,0.2396003,1),(0.8905193,-0.4127334,0.1913803,1),(0.9159663,-0.3456978,0.2037125,1),(0.7275951,-0.6372712,0.2539505,1),(0.8036121,-0.530372,0.2700243,1),(0.7538379,-0.5938782,0.2811354,1),(0.698299,-0.6667522,0.2604229,1),(0.884719,-0.3762914,0.2750948,1),(0.9499094,-0.1597667,0.2686014,1),(0.8310162,-0.4718628,0.2945463,1),(0.9080523,-0.2813187,0.3103239,1),(0.7753608,-0.5489768,0.3121539,1),(0.7127693,-0.6398629,0.2872896,1),(0.8557205,-0.3932933,0.3362483,1),(0.7949177,-0.4861247,0.3630268,1),(0.7276105,-0.6039519,0.3253076,1),(0.6855273,-0.6656002,0.2950062,1),(0.6798101,-0.6830577,0.2670027,1),(0.6754716,-0.684316,0.2746809,1),(0.9622532,0.02267173,0.27121,1),(0.9436294,0.06972613,0.3235762,1),(0.9199696,-0.07140905,0.3854306,1),(0.9405047,-0.1159467,0.3193857,1),(0.8810931,-0.0341059,0.4717116,1),(0.6373062,-0.3476712,0.6877249,1),(0.5717229,-0.4323075,0.6973114,1),(0.83586,-0.1690551,0.5222628,1),(0.7729585,-0.299036,0.5595647,1),(0.8731555,-0.2129638,0.4384586,1),(0.5093522,-0.507019,0.695336,1),(0.4513476,-0.571194,0.6855822,1),(0.6953859,-0.4183998,0.5842773,1),(0.8045147,-0.3479304,0.4813528,1),(0.8957893,-0.2494497,0.367881,1),(0.8325829,-0.3734497,0.4090736,1),(0.3064371,-0.5955259,0.7425936,1),(0.1922554,-0.6744721,0.7128292,1),(0.1643289,-0.6848725,0.7098913,1),(0.2614774,-0.6258616,0.7347971,1),(0.2501589,-0.6875939,0.6816416,1),(0.4649847,-0.6245801,0.6274463,1),(0.2460636,-0.6878344,0.6828885,1),(0.5067833,-0.5984043,0.6205505,1),(0.1534544,-0.6934386,0.7039848,1),(0.2555189,-0.6811743,0.6860843,1),(0.5568804,-0.5598685,0.6135402,1),(0.6159095,-0.5085411,0.6016988,1),(0.2822496,-0.6682488,0.6883159,1),(0.1607717,-0.6962619,0.6995512,1),(0.2319995,-0.6514336,0.7223645,1),(0.2175391,-0.6727012,0.7072127,1),(0.7077479,-0.4689059,0.5284129,1),(0.8699914,-0.2570824,0.420742,1),(0.9219821,-0.1482815,0.3577172,1),(0.7767248,-0.3948598,0.4906977,1),(0.9532985,0.02790767,0.3007378,1),(0.9057192,0.3958973,0.1514532,1),(0.8665128,0.4904097,0.09302519,1),(0.9625954,0.1447728,0.2290218,1),(0.9527323,0.2590891,0.1586634,1),(0.9562432,-0.03002147,0.2910289,1),(0.8186449,0.5730001,0.03861775,1),(0.7651085,0.6437835,-0.01231727,1),(0.9254586,0.3678637,0.0905681,1),(0.9705604,0.09377526,0.2218526,1),(0.8407774,-0.3047479,0.4474618,1),(0.8955659,-0.1991204,0.3978854,1),(0.7143617,0.699751,0.006003755,1),(0.503572,0.8601229,-0.08126498,1),(0.4306042,0.8972211,-0.09784908,1),(0.6474066,0.7616369,-0.02782019,1),(0.3123057,0.9421906,-0.1214161,1),(0.1293489,0.9835126,-0.1263797,1),(0.07891749,0.9883103,-0.1304409,1),(0.2456184,0.9607676,-0.1288309,1),(0.189989,0.9725779,-0.1341508,1),(0.367733,0.9232274,-0.1114608,1),(0.0366088,0.9909275,-0.1293147,1),(0.1436028,0.9798954,-0.1385038,1),(-0.001914669,0.9916966,-0.1285857,1),(0.3155256,0.9404675,-0.1263502,1),(0.5843585,0.8094171,-0.05804295,1),(0.5269967,0.8456552,-0.08450831,1),(-0.01289209,0.9928414,-0.1187424,1),(-0.07010239,0.9908567,-0.1152766,1),(-0.04334366,0.9918406,-0.1198895,1),(-0.08376673,0.9895881,-0.1170405,1),(-0.04751449,0.9920272,-0.1167239,1),(0.05362926,0.9909456,-0.1230876,1),(-0.04549718,0.9915239,-0.1216983,1),(0.07262306,0.9884644,-0.1329058,1),(-0.09596487,0.9883633,-0.1180205,1),(-0.04328035,0.9909366,-0.127167,1),(0.0918301,0.98516,-0.1450065,1),(0.1088747,0.982749,-0.1495014,1),(-0.04652414,0.9907779,-0.1272583,1),(-0.1135591,0.9867724,-0.1156921,1),(-0.0696559,0.9904622,-0.1188806,1),(-0.09827299,0.9883298,-0.1163897,1),(0.1988386,0.9712769,-0.130708,1),(0.3799383,0.9182061,-0.112002,1),(0.4218253,0.897911,-0.1257744,1),(0.232426,0.96188,-0.1441013,1),(0.6425301,0.7633436,-0.06679565,1),(0.9457732,0.3225252,0.03860747,1),(0.9587219,0.281433,0.04059256,1),(0.6816702,0.7276998,-0.07601841,1),(0.719565,0.6894426,-0.08303563,1),(0.4641592,0.8750088,-0.1375345,1),(0.9692276,0.2423596,0.04312253,1),(0.9784185,0.2011785,0.04716436,1),(0.7583237,0.6459875,-0.08743668,1),(0.5091235,0.8480484,-0.1469942,1),(0.2666373,0.9512632,-0.1549287,1),(0.3022581,0.9393553,-0.1620239,1),(0.9668755,-0.2142041,0.1388108,1),(0.858653,-0.4785093,0.1836948,1),(0.8471799,-0.4925246,0.1992631,1),(0.9593893,-0.2384176,0.1507618,1),(0.7731068,-0.5984312,0.2102047,1),(0.7163081,-0.656982,0.2351113,1),(0.7093748,-0.6598467,0.2477695,1),(0.7623817,-0.6065348,0.2255872,1),(0.7534608,-0.6120417,0.2402119,1),(0.8380077,-0.5020556,0.2137362,1),(0.7025793,-0.6623268,0.2602029,1),(0.6971158,-0.6632838,0.2721844,1),(0.7452936,-0.6162809,0.2544314,1),(0.8290809,-0.5105568,0.2279399,1),(0.9527368,-0.2571519,0.161758,1),(0.9456124,-0.2754921,0.1729771,1),(0.6881047,-0.6793882,0.2548404,1),(0.6965203,-0.6686662,0.2602787,1),(0.6992615,-0.6632109,0.2668041,1),(0.6864251,-0.6775724,0.2640382,1),(0.741213,-0.6226891,0.250722,1),(0.815717,-0.5336604,0.2231863,1),(0.8232218,-0.5210844,0.2253373,1),(0.7471617,-0.6137821,0.2549919,1),(0.7497188,-0.608609,0.2598399,1),(0.6989548,-0.6606622,0.2738388,1),(0.8278467,-0.5125549,0.2279415,1),(0.8325372,-0.5037745,0.2304194,1),(0.753372,-0.602221,0.2641221,1),(0.7003328,-0.6564563,0.2803551,1),(0.6829154,-0.677357,0.2735213,1),(0.6811666,-0.6754289,0.2825027,1),(0.8857877,-0.4254875,0.1853117,1),(0.9306507,-0.3319207,0.1540066,1),(0.9371004,-0.3133704,0.1537589,1),(0.8930613,-0.4091867,0.1871037,1),(0.957737,-0.2561454,0.1308786,1),(0.9735122,-0.1989642,0.1126379,1),(0.9631152,-0.2364659,0.128425,1),(0.977748,-0.1789353,0.1095033,1),(0.9418769,-0.2987212,0.1537317,1),(0.9671154,-0.2207452,0.1263302,1),(0.9808291,-0.1628168,0.107075,1),(0.9697595,-0.2096306,0.1249867,1),(0.9825493,-0.1528514,0.1059875,1),(0.9455785,-0.2874651,0.1524635,1),(0.8982791,-0.3970258,0.188322,1),(0.902832,-0.386545,0.1883543,1),(0.9815094,-0.1633491,0.09978192,1),(0.9839517,-0.1533755,0.09118716,1),(0.9849927,-0.1431799,0.09637998,1),(0.9872754,-0.1326154,0.08775254,1),(0.9817474,-0.1691601,0.08693083,1),(0.9737117,-0.210554,0.086905,1),(0.9855381,-0.1473325,0.08371253,1),(0.9787009,-0.1872403,0.08417615,1),(0.9899074,-0.1134206,0.08496464,1),(0.9889767,-0.1242435,0.08055177,1),(0.9840202,-0.1587882,0.08056419,1),(0.9917006,-0.1023812,0.07776845,1),(0.9891789,-0.1256464,0.07574978,1),(0.9915534,-0.09922259,0.08352675,1),(0.987543,-0.1263096,0.09383393,1),(0.9888802,-0.1160799,0.0929596,1),(0.9692154,-0.2293124,0.08965141,1),(0.9800927,-0.1749268,0.09390804,1),(0.9750379,-0.2040894,0.08745666,1),(0.9848612,-0.1467956,0.09219263,1),(0.9946013,-0.03188834,0.09874973,1),(0.9715,0.2148295,0.1001798,1),(0.9952503,0.0008817436,0.09734468,1),(0.9623446,0.2532719,0.09872306,1),(0.9902814,-0.1076904,0.08800866,1),(0.9946268,0.04499327,0.09323735,1),(0.9491844,0.2999421,0.09530921,1),(0.9299064,0.3571612,0.08780642,1),(0.9911518,0.1039331,0.08255996,1),(0.9953096,-0.05431341,0.08005515,1),(0.9818844,-0.1701176,0.08344511,1),(0.9891148,-0.1255747,0.07670079,1),(0.8752524,0.4734416,0.0989264,1),(0.7397056,0.6650854,0.1024547,1),(0.8524321,0.5137214,0.09721009,1),(0.7037097,0.7031718,0.1016945,1),(0.5842159,0.8037422,0.1126513,1),(0.4097791,0.902804,0.1304842,1),(0.345244,0.9291984,0.1318971,1),(0.5348886,0.8373064,0.1131913,1),(0.4817398,0.8689367,0.1134717,1),(0.6633291,0.7415231,0.1006871,1),(0.2773963,0.951324,0.1342905,1),(0.2073165,0.9685485,0.1375995,1),(0.4246706,0.8982003,0.1135386,1),(0.6177119,0.7803026,0.09777515,1),(0.8247975,0.5575224,0.09422302,1),(0.7906761,0.6056321,0.08967279,1),(0.2171694,0.9631394,0.1587446,1),(-0.001853499,0.9791775,0.2029975,1),(-0.08578759,0.9748191,0.2058356,1),(0.1388391,0.9771116,0.161173,1),(-0.2687821,0.9260104,0.2650679,1),(-0.5761407,0.7460082,0.3339663,1),(-0.6249889,0.7045572,0.336137,1),(-0.3443899,0.8999395,0.2674032,1),(-0.4152869,0.8684304,0.2708603,1),(-0.1687648,0.962963,0.2102866,1),(-0.6673019,0.6633487,0.3386395,1),(-0.7043354,0.6220062,0.3420817,1),(-0.4802969,0.8325772,0.2759169,1),(-0.2482508,0.9441719,0.2165892,1),(0.05855119,0.9845254,0.1651712,1),(-0.02140186,0.985065,0.1708473,1),(-0.7962796,0.4805698,0.3674118,1),(-0.8873721,0.2736679,0.3710481,1),(-0.8944991,0.2395725,0.3774605,1),(-0.8176327,0.4395396,0.3718624,1),(-0.9179562,0.1402653,0.3710554,1),(-0.9239568,0.06119573,0.3775699,1),(-0.9226723,0.04701826,0.3827079,1),(-0.9187524,0.1149082,0.3777436,1),(-0.9182687,0.0933544,0.3847955,1),(-0.8988553,0.2109679,0.3841247,1),(-0.9209794,0.03342087,0.388175,1),(-0.9185639,0.0226779,0.3946213,1),(-0.9175108,0.07517269,0.3905421,1),(-0.9015887,0.1856653,0.3907253,1),(-0.8340458,0.40335,0.3763991,1),(-0.8474172,0.3696036,0.3811526,1),(-0.9220441,0.006950703,0.3870223,1),(-0.919022,-0.04127586,0.3920394,1),(-0.9182453,-0.02977226,0.3948914,1),(-0.9206299,0.005689546,0.3903948,1),(-0.9157386,-0.08355089,0.392991,1),(-0.9128523,-0.1200774,0.3902334,1),(-0.9147671,-0.08353777,0.39525,1),(-0.9161314,-0.05946719,0.3964427,1),(-0.915897,-0.03661108,0.3997402,1),(-0.9172875,-0.02121009,0.3976604,1),(-0.9153475,-0.04415669,0.4002362,1),(-0.9142097,-0.00138523,0.4052389,1),(-0.9149208,-0.01121622,0.4034777,1),(-0.9160065,-0.0104666,0.4010267,1),(-0.9191608,0.002106754,0.3938767,1),(-0.917433,0.0008224893,0.3978894,1),(-0.9102495,-0.1208792,0.3960227,1),(-0.9042939,-0.04780148,0.4242259,1),(-0.9017416,0.00987829,0.4321625,1),(-0.9123408,-0.07323029,0.4028295,1),(-0.8696981,0.1348067,0.4748181,1),(-0.716494,0.4693184,0.5161169,1),(-0.6633733,0.5423818,0.515517,1),(-0.8522716,0.203212,0.4820145,1),(-0.8272602,0.2815114,0.4862014,1),(-0.8950005,0.07762365,0.4392591,1),(-0.6001983,0.6174503,0.508446,1),(-0.5314417,0.6856664,0.4974246,1),(-0.7956555,0.3598431,0.4872835,1),(-0.8832836,0.148656,0.4446476,1),(-0.9120911,-0.01832789,0.4095778,1),(-0.9086115,0.04056556,0.4156675,1),(-0.4074983,0.7726221,0.4868267,1),(-0.07564108,0.9039413,0.4209139,1),(0.0183077,0.9183337,0.3953833,1),(-0.3188858,0.8224843,0.4709898,1),(0.2492069,0.9052202,0.3441981,1),(0.5666421,0.7835483,0.2548895,1),(0.6160358,0.75162,0.2357271,1),(0.3261649,0.8902966,0.3177869,1),(0.4028952,0.8681384,0.2898468,1),(0.1113523,0.9238978,0.3660787,1),(0.6696537,0.710757,0.2153795,1),(0.7234064,0.6624475,0.1945415,1),(0.4796297,0.8376148,0.2614513,1),(0.2039816,0.9196051,0.3357349,1),(-0.2258819,0.8647636,0.4485102,1),(-0.1314939,0.8963525,0.4233932,1),(0.7898043,0.590875,0.1645473,1),(0.8952919,0.4334255,0.1029315,1),(0.9149879,0.3914163,0.09793091,1),(0.8189295,0.552697,0.1545327,1),(0.944383,0.3216439,0.06845391,1),(0.9682963,0.2437092,0.05484533,1),(0.9785897,0.1989747,0.05264447,1),(0.9585645,0.2772176,0.06560849,1),(0.9728528,0.2228541,0.06239823,1),(0.9373885,0.3360234,0.09160228,1),(0.9872403,0.1507248,0.05136766,1),(0.9930136,0.1061087,0.05162169,1),(0.9838122,0.1687408,0.06033322,1),(0.9568485,0.2776167,0.08584861,1),(0.8533139,0.5014347,0.1428939,1),(0.8862215,0.4443109,0.1311459,1),(0.981746,0.1833795,0.05046546,1),(0.9901265,0.1323489,0.04618591,1),(0.9945864,0.09391261,0.04447889,1),(0.9888611,0.1407171,0.04850081,1),(0.9949223,0.09140844,0.04211927,1),(0.9974056,0.06089662,0.03838867,1),(0.9986393,0.03643002,0.03731491,1),(0.9974208,0.05910259,0.0407276,1),(0.99847,0.03596761,0.041997,1),(0.9969841,0.06293824,0.04540402,1),(0.9990548,0.02036356,0.03840156,1),(0.9991197,0.01037016,0.0406478,1),(0.9987916,0.02024327,0.04478558,1),(0.9980651,0.03948291,0.04803251,1),(0.993673,0.1012667,0.04856816,1),(0.996407,0.06812265,0.05032282,1),(0.9986625,0.038412,0.03460936,1),(0.9993073,0.02146238,0.03039707,1),(0.9994878,0.01027871,0.03030517,1),(0.9991884,0.02159476,0.03400087,1),(0.9996181,0.009998629,0.0257649,1),(0.999777,0.003970147,0.02074159,1),(0.9997609,-0.001881582,0.02178629,1),(0.9996529,0.002461304,0.02622961,1),(0.9996198,-0.00313164,0.0273954,1),(0.9995102,0.003303174,0.03112081,1),(0.9996802,-0.008169059,0.02392921,1),(0.9995459,-0.009099416,0.02872618,1),(0.9995342,-0.01728953,0.02514231,1),(0.999469,-0.001752051,0.0325387,1),(0.9993312,0.01113507,0.03482987,1),(0.9993263,0.004741556,0.03639228,1),(0.9997635,-0.01272682,0.01763043,1),(0.998212,-0.0568011,0.01860631,1),(0.9973885,-0.06894779,0.02150623,1),(0.999625,-0.01975157,0.01896922,1),(0.9913111,-0.1293923,0.02366028,1),(0.97249,-0.2306361,0.03271256,1),(0.9631481,-0.2661713,0.03870988,1),(0.9881303,-0.1510631,0.02790295,1),(0.9842419,-0.1739358,0.03184432,1),(0.9961868,-0.08352026,0.02522749,1),(0.9529436,-0.2999788,0.04371833,1),(0.9414255,-0.3337325,0.04837885,1),(0.9790885,-0.2002316,0.03595815,1),(0.994269,-0.1029763,0.02872478,1),(0.9993572,-0.02894717,0.02114795,1),(0.998794,-0.04273993,0.02416276,1),(0.9431578,-0.3296999,0.04184899,1),(0.9162923,-0.3976633,0.04767068,1),(0.8893867,-0.4536686,0.05635669,1),(0.9244567,-0.3780645,0.04946819,1),(0.8980538,-0.4369419,0.05080476,1),(0.8920704,-0.4486943,0.05370217,1),(0.8580295,-0.5095894,0.06406311,1),(0.8658381,-0.4967003,0.06011069,1),(0.834282,-0.547148,0.06784226,1),(0.862554,-0.5021144,0.06230491,1),(0.8243071,-0.5622134,0.06658762,1),(0.8042717,-0.5899961,0.07107444,1),(0.7924969,-0.6061218,0.06756593,1),(0.8365745,-0.5435632,0.06842588,1),(0.9052399,-0.4212959,0.05522914,1),(0.8856277,-0.460387,0.06088741,1),(0.7989295,0.0002949961,0.6014246,1),(0.7985694,0.0002644912,0.6019028,1),(0.7990925,0.0001734822,0.6012082,1),(0.7986753,-5.149624e-5,0.6017622,1),(0.7994484,-9.470612e-5,0.6007347,1),(0.7986251,-3.664683e-5,0.6018288,1),(0.7998847,2.11599e-5,0.6001538,1),(0.801259,-0.0001924127,0.5983177,1),(0.802379,-0.000266272,0.5968147,1),(0.8011723,-0.0001661444,0.5984337,1),(0.7997209,-0.0003929874,0.6003718,1),(0.8017367,-0.0003788515,0.5976771,1),(0.8034852,-0.000358588,0.5953248,1),(0.8028231,-0.0005646399,0.5962169,1),(0.8045838,-0.00044205,0.5938388,1),(0.8006029,-0.0006519155,0.5991948,1),(0.7979906,-0.0004020586,0.6026698,1),(0.7973912,-0.0003999383,0.6034627,1),(0.7969608,-0.0007025236,0.6040306,1),(0.7940782,-0.0007167553,0.6078151,1),(0.8027304,-0.0003717601,0.5963419,1),(0.8035529,-0.0004215608,0.5952333,1),(0.8045121,-0.0003053544,0.5939361,1),(0.8037546,-0.0003332126,0.594961,1),(0.803731,-0.0003417155,0.5949928,1),(0.8032693,-0.0001318853,0.5956159,1),(0.8041434,3.563501e-5,0.5944352,1),(0.8046373,-0.0001824018,0.5937665,1),(0.8055294,-3.343717e-5,0.5925558,1),(0.8054207,-0.0001986656,0.5927035,1),(0.8050393,0.0001887428,0.5932214,1),(0.8060477,0.0002881906,0.5918504,1),(0.8064116,7.381014e-5,0.5913547,1),(0.8062355,-0.0001191539,0.5915948,1),(0.8047264,-0.0003070448,0.5936458,1),(0.8055241,-0.0002912074,0.592563,1),(0.8024002,9.692201e-5,0.5967863,1),(0.8013379,0.0002328617,0.5982121,1),(0.8022565,0.0003700797,0.5969793,1),(0.8032729,0.0002521068,0.5956112,1),(0.8000948,0.0002754834,0.5998735,1),(0.798586,0.0002249543,0.6018807,1),(0.7996784,0.0003090113,0.6004285,1),(0.8009944,0.0003890669,0.5986717,1),(0.8020452,0.0004920381,0.5972631,1),(0.8033902,0.0004910149,0.5954526,1),(0.8008852,0.0003929017,0.5988179,1),(0.8032106,0.0005550195,0.5956951,1),(0.8020696,0.0004620502,0.5972304,1),(0.8042346,0.0005570105,0.5943118,1),(0.8040883,0.000389854,0.5945099,1),(0.8050634,0.000468091,0.5931885,1),(0.7975059,0.000109873,0.6033112,1),(0.7965683,-4.075807e-5,0.6045487,1),(0.7985042,0.0001665286,0.6019891,1),(0.7975817,-1.988952e-6,0.603211,1),(0.7960775,-0.0002270486,0.6051946,1),(0.7960434,-0.0004492372,0.6052393,1),(0.7969578,-0.0001962829,0.6040351,1),(0.7966337,-0.0004165028,0.6044621,1),(0.7986806,6.088892e-5,0.6017552,1),(0.7978114,-0.0001299195,0.6029069,1),(0.7971041,-0.0003372995,0.6038417,1),(0.7986515,-2.464601e-5,0.6017938,1),(0.7975765,-0.0002182579,0.6032177,1),(0.7997578,0.0001531013,0.6003229,1),(0.7997035,0.000235258,0.6003952,1),(0.8008974,0.0003153818,0.5988015,1),(0.7961315,-0.0005837386,0.6051234,1),(0.7957048,-0.0005052285,0.6056843,1),(0.7962351,-0.0005524841,0.6049871,1),(0.7954674,-0.0004929596,0.6059961,1),(0.7947486,-0.0002136522,0.6069388,1),(0.7932615,0.0002911456,0.6088809,1),(0.794317,-0.0002380363,0.6075036,1),(0.7927932,0.0002124637,0.6094908,1),(0.7953227,-0.000435152,0.606186,1),(0.7940985,-0.0002333324,0.6077889,1),(0.7926568,0.0001355377,0.6096682,1),(0.7939267,-0.0002057192,0.6080135,1),(0.7925459,7.279337e-5,0.6098123,1),(0.7952241,-0.0003470321,0.6063156,1),(0.7963215,-0.0004698197,0.6048734,1),(0.7964382,-0.0003511703,0.6047199,1),(0.7912818,0.0007568822,0.6114511,1),(0.7895036,0.0009277269,0.6137451,1),(0.7911848,0.0006170478,0.6115769,1),(0.7897221,0.0007314665,0.6134644,1),(0.7879853,0.0008034669,0.6156934,1),(0.7866012,0.0003837089,0.6174613,1),(0.788406,0.0005555954,0.6151551,1),(0.7872399,8.935142e-5,0.6166469,1),(0.7899213,0.0005052777,0.613208,1),(0.7887927,0.00028743,0.6146591,1),(0.7878345,-0.0001989803,0.615887,1),(0.789126,6.950471e-5,0.6142312,1),(0.7883396,-0.0003965427,0.6152402,1),(0.7900932,0.0003029472,0.6129865,1),(0.7912076,0.0004545581,0.6115475,1),(0.7912333,0.0003039067,0.6115143,1),(0.784992,-0.003213161,0.6194975,1),(0.7828125,-0.01293323,0.6221232,1),(0.7859572,-0.005150703,0.6182594,1),(0.7842314,-0.01975591,0.6201539,1),(0.7798998,-0.0288226,0.6252404,1),(0.7760271,-0.05093411,0.6286395,1),(0.7817329,-0.04382074,0.6220718,1),(0.777914,-0.07743321,0.6235816,1),(0.7856318,-0.02571344,0.6181598,1),(0.7835598,-0.05691317,0.6187043,1),(0.7797333,-0.1005459,0.6179858,1),(0.7854108,-0.06434248,0.6156217,1),(0.7819151,-0.1136358,0.6129404,1),(0.7869369,-0.02909619,0.6163471,1),(0.7868732,-0.00685486,0.6170766,1),(0.7876773,-0.007833021,0.6160381,1),(0.7720231,-0.07131342,0.6315809,1),(0.7692178,-0.08164334,0.6337494,1),(0.7736657,-0.1086356,0.6242112,1),(0.7709355,-0.1250565,0.6245153,1),(0.7678583,-0.08188979,0.6353642,1),(0.7679654,-0.07205094,0.6364257,1),(0.7703023,-0.1266979,0.6249657,1),(0.7718361,-0.1135702,0.6255964,1),(0.7719492,-0.164501,0.6140308,1),(0.7715547,-0.1696184,0.6131338,1),(0.7740681,-0.1569341,0.6133435,1),(0.7722504,-0.202145,0.6023012,1),(0.7741289,-0.1964318,0.6017799,1),(0.7733905,-0.1903808,0.6046671,1),(0.7750062,-0.1415185,0.6159042,1),(0.7770337,-0.1609634,0.6085305,1),(0.7663792,-0.05327485,0.6401756,1),(0.7592564,-0.02701023,0.650231,1),(0.7714578,-0.08695328,0.6303111,1),(0.764298,-0.04824597,0.6430559,1),(0.7458015,0.007066261,0.6661308,1),(0.7248775,0.04926204,0.6871141,1),(0.7487194,0.003351679,0.6628786,1),(0.7223059,0.06848217,0.6881747,1),(0.768917,-0.07970966,0.6343603,1),(0.7533111,-0.01381875,0.6575191,1),(0.7241471,0.07186512,0.685891,1),(0.7592083,-0.05237426,0.648737,1),(0.7335771,0.04534554,0.6780916,1),(0.7713997,-0.1239887,0.6241549,1),(0.7749508,-0.1269269,0.6191453,1),(0.7752999,-0.1713075,0.6079175,1),(0.7031399,0.08578938,0.7058573,1),(0.6902409,0.1018546,0.716375,1),(0.6937421,0.1254597,0.7092121,1),(0.6768863,0.1511826,0.7203949,1),(0.6874216,0.09734412,0.7197053,1),(0.6945995,0.07231396,0.7157529,1),(0.6742308,0.1458069,0.7239843,1),(0.6855115,0.1096177,0.7197624,1),(0.6702139,0.1846966,0.7188187,1),(0.6664618,0.1817028,0.723058,1),(0.6792485,0.1400714,0.7204174,1),(0.6720767,0.1888495,0.7159949,1),(0.6800614,0.1529068,0.7170326,1),(0.6793938,0.1836355,0.7104238,1),(0.6907662,0.1482904,0.707709,1),(0.701631,0.1359871,0.6994436,1),(0.7038856,0.04136415,0.7091081,1),(0.7075422,0.01944344,0.7064036,1),(0.6989866,0.06448465,0.7122216,1),(0.7048914,0.03272634,0.7085599,1),(0.7061257,0.006317391,0.7080583,1),(0.6998794,0.001797633,0.7142588,1),(0.7043642,0.01395102,0.7097017,1),(0.6979545,0.007820295,0.7160993,1),(0.7001559,0.05010846,0.7122297,1),(0.6991607,0.02886358,0.7143816,1),(0.691778,0.02284521,0.7217488,1),(0.6883419,0.05405733,0.7233694,1),(0.6786096,0.05132838,0.7327034,1),(0.6922747,0.07158194,0.718075,1),(0.6940268,0.08700711,0.7146723,1),(0.6899372,0.1043289,0.7163115,1),(0.6915303,5.829165e-5,0.7223474,1),(0.6843054,-0.004734661,0.7291802,1),(0.6893374,0.006325919,0.7244128,1),(0.6826311,0.001415692,0.7307618,1),(0.6781825,-0.0125765,0.7347859,1),(0.6731563,-0.02346469,0.7391279,1),(0.6778331,-0.006900891,0.7351834,1),(0.6749282,-0.01862043,0.7376485,1),(0.6773588,0.01560994,0.7354871,1),(0.6755314,0.004052685,0.7373201,1),(0.6772037,-0.01279791,0.7356843,1),(0.6701207,0.02168406,0.7419355,1),(0.6801793,-0.007908705,0.7330031,1),(0.6662629,0.04140012,0.7445669,1),(0.6827667,0.02187499,0.7303088,1),(0.6690508,0.05126759,0.7414463,1),(0.6674797,-0.03177192,0.7439498,1),(0.6590787,-0.03182304,0.7514005,1),(0.6715397,-0.02870007,0.7404126,1),(0.6647212,-0.0320311,0.7464045,1),(0.6478569,-0.02357858,0.7613971,1),(0.63357,-0.006974865,0.7736539,1),(0.6544225,-0.02856526,0.7555894,1),(0.640439,-0.01818484,0.7677937,1),(0.6764351,-0.03997616,0.7354165,1),(0.66996,-0.04466191,0.7410527,1),(0.6593183,-0.04329139,0.7506166,1),(0.6980904,-0.07962275,0.7115688,1),(0.6953569,-0.08984334,0.7130266,1),(0.6966838,-0.06265501,0.714637,1),(0.6788768,-0.02936087,0.733665,1),(0.6908988,-0.03886017,0.7219065,1),(0.6201364,0.004762462,0.7844795,1),(0.6130043,-0.001847045,0.7900773,1),(0.6280496,-0.01464197,0.7780356,1),(0.6237758,-0.03206462,0.7809453,1),(0.6121104,-0.02713377,0.7903067,1),(0.616747,-0.07163087,0.7838955,1),(0.6271743,-0.07105761,0.7756308,1),(0.6367079,-0.1321737,0.7596928,1),(0.6506779,-0.07641604,0.755499,1),(0.6584643,-0.1254933,0.7420757,1),(0.6715474,-0.196474,0.7144384,1),(0.7132865,-0.1871241,0.675431,1),(0.7273697,-0.2553921,0.6369523,1),(0.7069916,-0.1325371,0.694692,1),(0.6506408,-0.04923814,0.7577876,1),(0.6944336,-0.1050122,0.7118528,1),(0.6240008,-0.122618,0.7717434,1),(0.6321544,-0.1666156,0.7567167,1),(0.6489083,-0.1982414,0.7345872,1),(0.6629097,-0.2515623,0.7051718,1),(0.6417314,-0.2036632,0.7393931,1),(0.6533062,-0.2338723,0.7200658,1),(0.6799094,-0.2922871,0.6725261,1),(0.7056639,-0.3160788,0.6341393,1),(0.7055428,-0.3239025,0.6303145,1),(0.7275022,-0.3613211,0.5832561,1),(0.7544837,-0.381732,0.5338867,1),(0.8129181,-0.399806,0.423461,1),(0.7871765,-0.3899149,0.4778277,1),(0.7655876,-0.3622465,0.5316513,1),(0.6921691,-0.2655711,0.6710991,1),(0.7477921,-0.3154373,0.5842142,1),(0.6677678,-0.2621512,0.6966799,1),(0.6870492,-0.2909273,0.6658263,1),(0.7262475,-0.3387381,0.5981815,1),(0.7461362,-0.360842,0.5595299,1),(0.7007306,-0.3300273,0.6325021,1),(0.7147306,-0.3728575,0.5917243,1),(0.7820215,-0.3998115,0.4781141,1),(0.7657955,-0.3796327,0.5190727,1),(0.8220465,-0.4044564,0.4008173,1),(0.8029119,-0.4012657,0.4408156,1),(0.834693,-0.4158551,0.3610432,1),(0.8688589,-0.4006082,0.2908561,1),(0.878782,-0.3987609,0.2621676,1),(0.8563219,-0.3949813,0.3327199,1),(0.78075,-0.3929706,0.4858019,1),(0.8367318,-0.4017245,0.3721523,1),(0.7343672,-0.4019739,0.5469203,1),(0.7549857,-0.4181891,0.5050884,1),(0.7963209,-0.418631,0.4366016,1),(0.8149145,-0.4185827,0.4008776,1),(0.7789171,-0.4193436,0.4663036,1),(0.8061927,-0.4058817,0.4304804,1),(0.8355923,-0.4061691,0.3698813,1),(0.8582018,-0.3816474,0.3432709,1),(0.8653861,-0.3984494,0.303883,1),(0.8830029,-0.3732484,0.2845901,1),(0.9016611,-0.3369933,0.2710028,1),(0.9170839,-0.3325285,0.2199589,1),(0.9335028,-0.2826016,0.2207009,1),(0.901756,-0.3681959,0.2264241,1),(0.8492541,-0.4127283,0.329276,1),(0.8887652,-0.3902548,0.2404115,1),(0.8323648,-0.3855443,0.3981512,1),(0.8543741,-0.3658114,0.3690895,1),(0.8791481,-0.352581,0.3206015,1),(0.8960618,-0.3268863,0.3003639,1),(0.8727515,-0.3468735,0.3434873,1),(0.8879918,-0.3288589,0.3214381,1),(0.909532,-0.3047587,0.2826196,1),(0.9200844,-0.2862693,0.2673849,1),(0.9297014,-0.2686935,0.2519109,1),(0.9381524,-0.2470887,0.2425224,1),(0.943857,-0.2339048,0.2332864,1),(0.9582349,-0.1796346,0.2225246,1),(0.9601478,-0.1768482,0.2164274,1),(0.9539208,-0.1981377,0.2253365,1),(0.9178352,-0.2987339,0.2614125,1),(0.9462553,-0.2325545,0.2247651,1),(0.9022622,-0.307099,0.3026764,1),(0.9169672,-0.2769528,0.2871732,1),(0.9296389,-0.2663293,0.2546376,1),(0.9394259,-0.2396511,0.2450434,1),(0.9315705,-0.2382013,0.2746572,1),(0.9452592,-0.1906146,0.2648607,1),(0.9490378,-0.2060917,0.2384397,1),(0.9578825,-0.165483,0.2346839,1),(0.9538047,-0.2051898,0.2194395,1),(0.9589999,-0.1826529,0.2166955,1),(0.9639399,-0.1545603,0.2166357,1),(0.964451,-0.1693693,0.2028504,1),(0.9664173,-0.1572585,0.2032421,1),(0.9627039,-0.1766983,0.2048879,1),(0.9486831,-0.2222586,0.224948,1),(0.9612639,-0.1792255,0.2094041,1),(0.956691,-0.1371621,0.2567663,1),(0.9649845,-0.08035337,0.2496961,1),(0.9652314,-0.118996,0.2327409,1),(0.9703756,-0.06738988,0.2320122,1),(0.9696863,-0.02005572,0.2435286,1),(0.9702438,0.04378558,0.2381385,1),(0.9725881,-0.01050821,0.2322969,1),(0.9710022,0.05169261,0.2334152,1),(0.9719391,-0.07733958,0.2221549,1),(0.9734821,-0.02669277,0.2272006,1),(0.9718482,0.03208218,0.2334135,1),(0.9734275,-0.06220975,0.2203834,1),(0.9728944,-0.007111173,0.2311401,1),(0.9715738,-0.1055124,0.2119232,1),(0.9684314,-0.1198956,0.2185536,1),(0.9688711,-0.1371121,0.2061289,1),(0.9670405,0.08806286,0.2389092,1),(0.9638087,0.08976553,0.2510278,1),(0.9662181,0.09686058,0.2388317,1),(0.9622325,0.1026647,0.2521281,1),(0.960319,0.0484655,0.2746604,1),(0.9505782,-0.03665523,0.3083141,1),(0.9593881,0.06875484,0.273582,1),(0.9532243,-0.005869591,0.3022067,1),(0.9626245,0.08935746,0.255674,1),(0.9595174,0.06652309,0.2736804,1),(0.9551831,0.008726222,0.295887,1),(0.9608142,0.04759384,0.2730766,1),(0.9570073,0.008688153,0.2899337,1),(0.9645036,0.0578469,0.2576556,1),(0.9670554,0.07784369,0.2423718,1),(0.9690099,0.03963494,0.2438213,1),(0.9334066,-0.1188477,0.3385667,1),(0.9209844,-0.1528755,0.358353,1),(0.9415384,-0.07769974,0.3278235,1),(0.9329016,-0.1038681,0.3448275,1),(0.9184112,-0.1404423,0.3698604,1),(0.9243528,-0.08150342,0.372732,1),(0.931073,-0.08520256,0.3547443,1),(0.9340841,-0.0214661,0.356407,1),(0.9423416,-0.05995102,0.3292388,1),(0.9408016,-0.03336397,0.3373116,1),(0.9402671,0.03412804,0.3387225,1),(0.9434549,0.07418095,0.3230945,1),(0.9470837,0.005343089,0.3209421,1),(0.9486809,-0.02820672,0.3149743,1),(0.9477513,-0.04600464,0.3156757,1),(0.9520838,-0.0270812,0.304636,1),(0.9293458,-0.02691981,0.3682277,1),(0.9324293,-0.02738666,0.3603132,1),(0.9349825,0.03465619,0.3529966,1),(0.9365228,0.03132522,0.3492047,1),(0.9334469,-0.08377533,0.3487958,1),(0.9231623,-0.1968236,0.3302,1),(0.9396842,-0.03290639,0.3404568,1),(0.9312894,-0.1594416,0.3275336,1),(0.9381302,0.08631856,0.3353518,1),(0.9428056,0.01894537,0.3328041,1),(0.9385453,-0.1138483,0.3258394,1),(0.9434381,0.06031299,0.3260166,1),(0.9434596,-0.07013922,0.3239824,1),(0.9382712,0.1257621,0.3222283,1),(0.9372174,0.09079053,0.33672,1),(0.9379265,0.1297909,0.3216335,1),(0.8992357,-0.3096715,0.3089961,1),(0.8794725,-0.3707146,0.2984942,1),(0.8826799,-0.360803,0.3011599,1),(0.9059796,-0.2874135,0.3107963,1),(0.8739513,-0.3842859,0.2975455,1),(0.8833179,-0.3530093,0.3084378,1),(0.8791858,-0.3640928,0.3073577,1),(0.8730279,-0.385094,0.2992074,1),(0.8775463,-0.3706706,0.3041641,1),(0.8910952,-0.3348201,0.3063415,1),(0.8791745,-0.3629927,0.3086885,1),(0.8830512,-0.351521,0.3108919,1),(0.8864464,-0.3446883,0.3088731,1),(0.9019559,-0.2985064,0.3120409,1),(0.9154741,-0.2510499,0.3144541,1),(0.9246157,-0.2084319,0.3188134,1),(0.8962528,-0.3041605,0.3228272,1),(0.9047423,-0.2659444,0.3327385,1),(0.8984753,-0.2920879,0.3277601,1),(0.8905327,-0.3242213,0.3191113,1),(0.9101178,-0.2387023,0.3386838,1),(0.9133341,-0.2225214,0.3410353,1),(0.907204,-0.251864,0.3369651,1),(0.903829,-0.2679346,0.3336227,1),(0.8973893,-0.2952059,0.3279421,1),(0.8930329,-0.3134628,0.322852,1),(0.9003911,-0.2813615,0.3318606,1),(0.8932686,-0.3086015,0.3268583,1),(0.8912649,-0.3182155,0.323088,1),(0.8888759,-0.3285808,0.3192715,1),(0.8870618,-0.3360885,0.3164898,1),(0.8860778,-0.3397031,0.3153858,1),(0.9151238,-0.2144358,0.3414173,1),(0.9157628,-0.211418,0.341586,1),(0.9102418,-0.2365579,0.3398532,1),(0.9092507,-0.2420304,0.338651,1),(0.9152933,-0.2134659,0.3415706,1),(0.913692,-0.2205602,0.3413506,1),(0.9093153,-0.238719,0.3408208,1),(0.9102604,-0.2354578,0.3405663,1),(0.9046489,-0.2587254,0.338632,1),(0.9038696,-0.2635282,0.3370053,1),(0.9048604,-0.2566773,0.3396239,1),(0.9004979,-0.2737193,0.3379074,1),(0.8986895,-0.2820278,0.3358831,1),(0.8968925,-0.2906177,0.3333542,1),(0.9024718,-0.2710798,0.3347543,1),(0.8950886,-0.2994795,0.3303462,1),(0.9133282,-0.2232054,0.3406036,1),(0.9166961,-0.2119405,0.3387469,1),(0.9122074,-0.2286682,0.3399831,1),(0.9093127,-0.238928,0.3406815,1),(0.923345,-0.1865713,0.3355968,1),(0.9322376,-0.1467764,0.3307412,1),(0.9251459,-0.1761633,0.3362611,1),(0.9176983,-0.2078175,0.3385877,1),(0.9128507,-0.2252597,0.3405313,1),(0.9084529,-0.2423164,0.3405821,1),(0.9186033,-0.2014789,0.3399621,1),(0.9128767,-0.2223638,0.3423601,1),(0.9089266,-0.2387846,0.3418105,1),(0.9054927,-0.2527894,0.3408525,1),(0.9057251,-0.2527628,0.3402544,1),(0.9026587,-0.2644204,0.3395426,1),(0.9429242,-0.0928944,0.3197882,1),(0.9535353,-0.02423712,0.3003049,1),(0.9462128,-0.07226233,0.315372,1),(0.9346119,-0.1316727,0.3303979,1),(0.9601855,0.06097775,0.2726268,1),(0.9591135,0.1619598,0.2320997,1),(0.9554306,0.004289475,0.2951848,1),(0.9594849,0.09753545,0.2643396,1),(0.9375541,-0.1170635,0.327549,1),(0.9486294,-0.05088037,0.3122714,1),(0.9558923,0.03282862,0.291877,1),(0.9392771,-0.102748,0.3274161,1),(0.9486038,-0.03094984,0.3149492,1),(0.9280863,-0.157838,0.3372583,1),(0.9265966,-0.1668599,0.337011,1),(0.9189144,-0.1975114,0.3414464,1),(0.9467919,0.2663394,0.1806885,1),(0.9247487,0.3613015,0.1195865,1),(0.9547679,0.1978086,0.2220134,1),(0.940951,0.2948795,0.1663054,1),(0.8934878,0.4463871,0.04917622,1),(0.8529679,0.5210956,-0.03008567,1),(0.9165279,0.3880545,0.09690315,1),(0.8794674,0.4757528,0.01401377,1),(0.9519167,0.2224913,0.2105997,1),(0.9358518,0.3209153,0.1455842,1),(0.905528,0.419482,0.06367076,1),(0.9498603,0.2466069,0.1922248,1),(0.9281504,0.3540403,0.1148576,1),(0.9571093,0.1455551,0.2505103,1),(0.957583,0.1262974,0.2590055,1),(0.9557632,0.05261608,0.2893929,1),(0.8088342,0.5784945,-0.1055044,1),(0.7713682,0.6145071,-0.1654451,1),(0.833386,0.5482485,-0.06993885,1),(0.7877253,0.5990174,-0.1437605,1),(0.744867,0.6329579,-0.2110392,1),(0.7315837,0.6366801,-0.24377,1),(0.7468265,0.6315877,-0.2082002,1),(0.713094,0.6491191,-0.2648421,1),(0.811671,0.5734628,-0.1110432,1),(0.7579795,0.622378,-0.1952253,1),(0.7021199,0.6553948,-0.2783619,1),(0.776372,0.6058617,-0.1737188,1),(0.6994261,0.6559708,-0.2837346,1),(0.8395582,0.5386609,-0.07061578,1),(0.8618385,0.5065745,-0.02483679,1),(0.8901817,0.4548921,0.02548722,1),(0.7423741,0.6189229,-0.2565443,1),(0.7865608,0.5691383,-0.2395904,1),(0.704067,0.6438929,-0.2994859,1),(0.7378433,0.6064324,-0.2963562,1),(0.8589813,0.4764919,-0.1873679,1),(0.9403609,0.3271788,-0.09314262,1),(0.8119954,0.5274422,-0.2499364,1),(0.9083421,0.3902609,-0.1503692,1),(0.6872878,0.6368946,-0.3492859,1),(0.7582101,0.5729657,-0.3111718,1),(0.8664671,0.4526743,-0.2105252,1),(0.702922,0.6103408,-0.3652187,1),(0.8173547,0.5096785,-0.2686244,1),(0.64017,0.6597253,-0.3936304,1),(0.668889,0.6625245,-0.3371182,1),(0.640329,0.6750015,-0.3665402,1),(0.9888086,0.1485324,0.01399269,1),(0.9947248,-0.02470033,0.0995613,1),(0.9758213,0.2163669,-0.03095206,1),(0.9970308,0.03890258,0.06645413,1),(0.9675789,-0.1917227,0.1644189,1),(0.9108157,-0.3551562,0.2104256,1),(0.9797209,-0.1410268,0.1423323,1),(0.9248134,-0.3248842,0.1979154,1),(0.9935043,0.1110449,0.02486438,1),(0.9903614,-0.08074337,0.112538,1),(0.9409371,-0.286493,0.1804418,1),(0.9971382,-0.01299785,0.07447444,1),(0.9578611,-0.2403452,0.1572777,1),(0.9818952,0.1878211,-0.02459749,1),(0.9537236,0.2890671,-0.08277279,1),(0.9219385,0.3615908,-0.1388571,1),(0.8474028,-0.4755041,0.2362298,1),(0.8178083,-0.5205441,0.2454043,1),(0.855649,-0.4633391,0.2306114,1),(0.8197858,-0.5180685,0.2440416,1),(0.8314841,-0.5001758,0.2417818,1),(0.883287,-0.4118489,0.2240191,1),(0.8295397,-0.5026287,0.2433687,1),(0.8802662,-0.4161898,0.227854,1),(0.8244838,-0.5113436,0.2423929,1),(0.8288106,-0.5028158,0.2454574,1),(0.8764904,-0.4215406,0.2325254,1),(0.8302365,-0.4992273,0.2479501,1),(0.8727284,-0.4264383,0.2376876,1),(0.8325642,-0.4990532,0.2403807,1),(0.8672084,-0.4452251,0.2229891,1),(0.8819945,-0.4203326,0.2130872,1),(0.9388283,-0.2837069,0.1952224,1),(0.9753188,-0.1507912,0.1612921,1),(0.9363763,-0.2883626,0.2001164,1),(0.9737843,-0.1557514,0.1657886,1),(0.9924478,-0.01263134,0.1220163,1),(0.9883882,0.1309065,0.07714959,1),(0.9920436,-0.0178237,0.1246267,1),(0.9891462,0.125546,0.07634163,1),(0.9708242,-0.1674816,0.1716109,1),(0.9912343,-0.03010993,0.1286388,1),(0.990452,0.1145239,0.0767406,1),(0.9898345,-0.04872331,0.1336177,1),(0.9920648,0.09851964,0.07810947,1),(0.9664421,-0.1849972,0.1782294,1),(0.9321635,-0.2976604,0.2060817,1),(0.9265373,-0.3103644,0.2126089,1),(0.9659418,0.2564246,0.03468302,1),(0.9398222,0.3416317,0.004692838,1),(0.9675016,0.2510371,0.03034845,1),(0.9416966,0.336458,-0.001912193,1),(0.9204554,0.3906352,-0.01288263,1),(0.912864,0.4078295,-0.01882712,1),(0.9223111,0.3858992,-0.02058991,1),(0.9144667,0.4037875,-0.02657549,1),(0.9443507,0.3288541,-0.007532923,1),(0.9247724,0.3795515,-0.02714285,1),(0.9165396,0.3985921,-0.03285508,1),(0.9274772,0.3724395,-0.03278665,1),(0.9186692,0.3931644,-0.0383238,1),(0.9474731,0.319602,-0.01221575,1),(0.9699235,0.2419063,0.02701556,1),(0.9729378,0.2297505,0.02463362,1),(0.9222287,0.386505,-0.01040914,1),(0.9497001,0.3126905,0.01716411,1),(0.9231337,0.3840965,-0.01714358,1),(0.9493072,0.3141109,0.01226112,1),(0.9831312,0.1699028,0.06772137,1),(0.988197,-0.05739734,0.1420286,1),(0.9815835,0.1795404,0.06526203,1),(0.9892523,-0.03277251,0.1424986,1),(0.9495426,0.3135192,0.008632548,1),(0.9807572,0.1846179,0.06349626,1),(0.9895756,-0.01801535,0.1428826,1),(0.9805987,0.1858773,0.06225536,1),(0.9893882,-0.01207056,0.1447936,1),(0.9501436,0.3117649,0.005466335,1),(0.9245033,0.3805201,-0.02231644,1),(0.9259357,0.3767246,-0.02686033,1),(0.9327456,-0.2925797,0.2106725,1),(0.8529104,-0.4578134,0.2509001,1),(0.9430164,-0.254395,0.2144837,1),(0.8719032,-0.4158874,0.2585004,1),(0.7787176,-0.5658958,0.2708519,1),(0.7207219,-0.6351784,0.2776839,1),(0.8017945,-0.5270427,0.281694,1),(0.7427582,-0.6031746,0.2906729,1),(0.8825308,-0.388036,0.2656452,1),(0.8153651,-0.4990593,0.2934613,1),(0.7565506,-0.5771676,0.3074227,1),(0.8167839,-0.4860951,0.3107662,1),(0.7553806,-0.564567,0.3326623,1),(0.8845785,-0.3755969,0.276492,1),(0.9484261,-0.2304795,0.2176402,1),(0.9495465,-0.2202009,0.2233228,1),(0.6843774,-0.6712231,0.284758,1),(0.6740052,-0.6723051,0.3061421,1),(0.6982214,-0.6500778,0.2998095,1),(0.6688582,-0.6663147,0.3296262,1),(0.6912096,-0.6374488,0.3404235,1),(0.7330933,-0.5590264,0.3873807,1),(0.6716071,-0.6159351,0.4117861,1),(0.6621683,-0.6571365,0.3601452,1),(0.6322946,-0.6712269,0.3868565,1),(0.6625921,-0.6585226,0.3568189,1),(0.6094787,-0.6602805,0.4388226,1),(0.5446135,-0.6938722,0.4711024,1),(0.5925112,-0.6857066,0.4227728,1),(0.6438755,-0.6616465,0.3842502,1),(0.7052339,-0.6287361,0.3276218,1),(0.6975329,-0.6184086,0.3619649,1),(0.7551838,-0.482891,0.4432983,1),(0.7179386,-0.4697673,0.5136953,1),(0.6218554,-0.5712047,0.5357435,1),(0.6689561,-0.5745021,0.4716408,1),(0.6087822,-0.5220358,0.59738,1),(0.4008664,-0.6242123,0.6705707,1),(0.3622806,-0.6655428,0.6525378,1),(0.5228643,-0.6049029,0.6005875,1),(0.4494498,-0.6644158,0.5971152,1),(0.5285215,-0.6468167,0.5498121,1),(0.3416845,-0.6945699,0.6331068,1),(0.3442674,-0.710885,0.6132883,1),(0.3980821,-0.7012051,0.5914744,1),(0.4494352,-0.6955953,0.5604955,1),(0.5809885,-0.6451392,0.4962334,1),(0.4982702,-0.6934727,0.5204061,1),(0.218325,-0.6897276,0.6903695,1),(0.1883824,-0.6966518,0.6922345,1),(0.2370318,-0.6927015,0.6811612,1),(0.2353535,-0.7021661,0.6719907,1),(0.3293682,-0.6484521,0.6863137,1),(0.6828717,-0.4409432,0.5824562,1),(0.7546785,-0.3571586,0.5503618,1),(0.3983743,-0.6194186,0.6764752,1),(0.4892519,-0.5790646,0.6521631,1),(0.3077772,-0.682627,0.6627923,1),(0.8264716,-0.2594787,0.4996154,1),(0.8911536,-0.1536778,0.4268821,1),(0.599027,-0.5243568,0.6051584,1),(0.4017452,-0.6629458,0.6317465,1),(0.2711157,-0.7088481,0.6511764,1),(0.3287676,-0.7075155,0.6255668,1),(0.9363721,-0.080454,0.3416643,1),(0.963997,0.2180799,0.1521546,1),(0.9380429,0.3359946,0.08475351,1),(0.9592232,0.04447658,0.2791283,1),(0.8832677,0.4681362,0.02620591,1),(0.7081869,0.7036461,-0.05790988,1),(0.6497648,0.7540468,-0.09601612,1),(0.8298991,0.5570004,-0.03190566,1),(0.7696995,0.6331265,-0.08193673,1),(0.8971143,0.4412332,0.02234384,1),(0.5908036,0.7959999,-0.1316638,1),(0.5296519,0.8328887,-0.1605151,1),(0.7065986,0.6968499,-0.1229577,1),(0.8476199,0.529584,-0.03288472,1),(0.9630538,0.1665473,0.2116347,1),(0.9506657,0.2758643,0.1418937,1),(0.4765827,0.8716955,-0.1140871,1),(0.2724424,0.9517817,-0.14102,1),(0.4302193,0.8916568,-0.1409234,1),(0.2346603,0.9598741,-0.1535455,1),(0.104244,0.9841586,-0.1434054,1),(-0.03959741,0.9910457,-0.1275166,1),(0.06893791,0.9865912,-0.1479375,1),(-0.07654957,0.9890321,-0.1263157,1),(0.1967176,0.9666876,-0.1637598,1),(0.03418769,0.9880801,-0.1500971,1),(-0.111385,0.9861851,-0.1226064,1),(-0.142984,0.982105,-0.1225772,1),(-0.003321873,0.9884841,-0.151288,1),(0.1531336,0.9737657,-0.1683161,1),(0.3834642,0.9094054,-0.1610499,1),(0.3317118,0.9272903,-0.1734937,1),(-0.1324057,0.9848679,-0.1118203,1),(-0.1398679,0.9839441,-0.1108641,1),(-0.1707784,0.9797345,-0.104666,1),(-0.1692275,0.9798104,-0.1064608,1),(-0.0581848,0.9904073,-0.1253307,1),(0.122405,0.9805404,-0.1534849,1),(0.1358747,0.97837,-0.1559822,1),(-0.07417987,0.9897854,-0.1217466,1),(-0.08644859,0.9891974,-0.1183851,1),(-0.1981079,0.9751628,-0.09904926,1),(0.1547267,0.9752122,-0.1581793,1),(0.1849879,0.9694098,-0.1613197,1),(-0.0859964,0.989353,-0.1174105,1),(-0.2133268,0.972242,-0.09610999,1),(-0.2027598,0.9739447,-0.1015882,1),(-0.226967,0.9689007,-0.09857679,1),(0.3397692,0.9250182,-0.169995,1),(0.5572348,0.8159487,-0.1540036,1),(0.6093186,0.7769462,-0.1583837,1),(0.3814846,0.9074192,-0.176238,1),(0.7975729,0.5965785,-0.08928392,1),(0.9861684,0.1572019,0.05253012,1),(0.9923323,0.1081245,0.05988146,1),(0.8373079,0.5395973,-0.08803455,1),(0.8756521,0.4756409,-0.08366071,1),(0.6644359,0.7299922,-0.1601133,1),(0.9960725,0.05528217,0.06916212,1),(0.9967731,-9.69112e-5,0.08026981,1),(0.9109105,0.4055055,-0.07620615,1),(0.7212298,0.6741882,-0.1590529,1),(0.4292752,0.8848293,-0.1811073,1),(0.4845895,0.8549912,-0.1848331,1),(0.9371955,-0.2959588,0.1845887,1),(0.8190815,-0.5200678,0.2421465,1),(0.807566,-0.531123,0.2564091,1),(0.9268225,-0.3198434,0.1967233,1),(0.7372276,-0.6200639,0.2683583,1),(0.6938257,-0.6619717,0.2835478,1),(0.6925445,-0.6586279,0.2942643,1),(0.7290119,-0.6236938,0.2820422,1),(0.7207708,-0.6270261,0.2955122,1),(0.7949287,-0.5429862,0.2706555,1),(0.692687,-0.6538355,0.3044399,1),(0.693653,-0.6481811,0.3141766,1),(0.7126247,-0.6299246,0.3088059,1),(0.7815763,-0.5549421,0.2849171,1),(0.9146155,-0.3459106,0.2093424,1),(0.9007744,-0.3730134,0.2224109,1),(0.6835833,-0.66957,0.2904998,1),(0.7065566,-0.647462,0.285606,1),(0.7173771,-0.6337087,0.2894534,1),(0.6899615,-0.6599246,0.29741,1),(0.7611084,-0.5911134,0.2670188,1),(0.8394585,-0.4924044,0.2298857,1),(0.8482571,-0.477258,0.2295313,1),(0.7726997,-0.5752488,0.2683727,1),(0.7865191,-0.556191,0.268401,1),(0.7309993,-0.6167209,0.2920537,1),(0.8581269,-0.459958,0.2281599,1),(0.8682472,-0.4416593,0.2260172,1),(0.8010629,-0.5355559,0.2673539,1),(0.7457281,-0.5980542,0.2936337,1),(0.6988917,-0.6476998,0.3033733,1),(0.7090038,-0.6341178,0.3085582,1),(0.9076098,-0.3754247,0.1878849,1),(0.948515,-0.2780579,0.1516678,1),(0.9127406,-0.363267,0.1869267,1),(0.9510735,-0.2696907,0.1507515,1),(0.9712679,-0.2028666,0.1244336,1),(0.9830189,-0.1495188,0.1063866,1),(0.9721527,-0.1987393,0.1241845,1),(0.9828285,-0.1500465,0.1073975,1),(0.9536185,-0.2613137,0.1494222,1),(0.9730739,-0.194612,0.1235038,1),(0.9828159,-0.1499073,0.1077063,1),(0.9746374,-0.1878382,0.1216498,1),(0.9837974,-0.1445652,0.1060353,1),(0.9564786,-0.2518518,0.1473751,1),(0.918095,-0.3503643,0.1853282,1),(0.9235528,-0.3369301,0.1831074,1),(0.989089,-0.1135237,0.0938904,1),(0.9923195,-0.09125125,0.08351678,1),(0.9887404,-0.1151898,0.09551798,1),(0.9927167,-0.08638143,0.08397534,1),(0.9937151,-0.08277243,0.07535879,1),(0.9936774,-0.08817396,0.06950157,1),(0.9953181,-0.06358551,0.07279216,1),(0.9969789,-0.04675693,0.06202305,1),(0.9933646,-0.0792262,0.08336695,1),(0.9967403,-0.04152263,0.06917137,1),(0.9985619,-0.001969845,0.05357421,1),(0.9978929,-0.01328495,0.06350806,1),(0.9979842,0.04545891,0.04428459,1),(0.9947056,-0.06436847,0.08010903,1),(0.9886654,-0.1152815,0.09618302,1),(0.9896751,-0.1080017,0.09422731,1),(0.9953164,-0.06995855,0.06671537,1),(0.9976131,0.01412845,0.0675898,1),(0.9985012,-0.00615735,0.05438065,1),(0.994247,0.09290633,0.05330323,1),(0.9816505,0.1779739,0.06846626,1),(0.9025027,0.4240034,0.0755655,1),(0.8667109,0.4951462,0.0603536,1),(0.9637176,0.2611579,0.05518181,1),(0.9383218,0.3438076,0.03672209,1),(0.9842418,0.1733647,0.03482576,1),(0.8245283,0.5640596,0.04460977,1),(0.7791532,0.6260863,0.03059653,1),(0.9078016,0.4188721,0.02103046,1),(0.9683438,0.2488556,0.01952432,1),(0.9972919,0.061007,0.0410743,1),(0.9915627,0.1265284,0.02817852,1),(0.7493004,0.6572652,0.08094106,1),(0.5665209,0.8187732,0.09308325,1),(0.5104566,0.8554694,0.08721384,1),(0.7012793,0.7094293,0.07012482,1),(0.3639576,0.9245149,0.1131684,1),(0.1361576,0.9804972,0.1417265,1),(0.06486645,0.987065,0.1466122,1),(0.3003072,0.947176,0.1125752,1),(0.2346341,0.9655919,0.1121561,1),(0.4508213,0.8889216,0.08110718,1),(-0.005756335,0.9883224,0.1522686,1),(-0.07495857,0.9844805,0.1586797,1),(0.1678195,0.9793947,0.1123499,1),(0.3888646,0.9181752,0.07575346,1),(0.6485465,0.7588957,0.05886231,1),(0.5932184,0.8035654,0.04872888,1),(-0.09911685,0.9789785,0.178261,1),(-0.3225128,0.9194422,0.2249699,1),(-0.3908904,0.8899184,0.2350533,1),(-0.1735677,0.9668777,0.1871414,1),(-0.5388317,0.793488,0.2829085,1),(-0.736731,0.5805289,0.3467186,1),(-0.7644982,0.5398312,0.3523138,1),(-0.5907822,0.7523516,0.2914507,1),(-0.6358934,0.7106761,0.3009638,1),(-0.4530488,0.8567751,0.2463391,1),(-0.7871354,0.5019512,0.3584175,1),(-0.8043661,0.4690232,0.3647086,1),(-0.6739788,0.6701179,0.3109573,1),(-0.5086691,0.8212776,0.258377,1),(-0.2441488,0.9494726,0.1972131,1),(-0.3103181,0.927556,0.208189,1),(-0.8586539,0.3372034,0.3860145,1),(-0.9033282,0.162711,0.3968919,1),(-0.9041307,0.1430057,0.402613,1),(-0.8676949,0.3071205,0.390874,1),(-0.9160892,0.06031827,0.3964119,1),(-0.9159067,0.01637305,0.4010571,1),(-0.9139628,0.04939836,0.4027801,1),(-0.9137363,0.01439413,0.4060526,1),(-0.9115866,0.04332496,0.4088187,1),(-0.9038706,0.1285921,0.4080219,1),(-0.911113,0.0159363,0.4118485,1),(-0.9089639,0.04298616,0.4146526,1),(-0.9084852,0.02014307,0.4174312,1),(-0.9024677,0.1214582,0.4132793,1),(-0.8740751,0.2818363,0.3956779,1),(-0.8775498,0.263773,0.4004124,1),(-0.9150749,0.004686317,0.4032566,1),(-0.9141489,0.005487186,0.4053413,1),(-0.9116728,0.0255429,0.4101223,1),(-0.9121418,0.01299515,0.4096688,1),(-0.9128218,0.01882919,0.4079237,1),(-0.9109005,0.04482296,0.4101843,1),(-0.9052721,0.09329003,0.4144627,1),(-0.9094593,0.052265,0.412495,1),(-0.9050414,0.08613638,0.4165102,1),(-0.9085157,0.04651383,0.4152536,1),(-0.8975206,0.1422481,0.4173995,1),(-0.8881471,0.1900358,0.4184268,1),(-0.9001442,0.1175336,0.4194359,1),(-0.9051377,0.06521954,0.420086,1),(-0.9100057,0.02322271,0.4139446,1),(-0.9078962,0.03294808,0.4178985,1),(-0.90154,0.1010805,0.4207236,1),(-0.8668249,0.2185413,0.4481677,1),(-0.8460419,0.2866257,0.4495094,1),(-0.8909352,0.1622145,0.4241708,1),(-0.7592323,0.4325723,0.4862587,1),(-0.4601276,0.7433324,0.4855301,1),(-0.3850811,0.7922538,0.4733355,1),(-0.7185958,0.5000417,0.4832994,1),(-0.6728815,0.564549,0.4780323,1),(-0.8208479,0.354035,0.448183,1),(-0.30418,0.8340391,0.4602753,1),(-0.21584,0.8688778,0.4454937,1),(-0.620771,0.6277605,0.4696383,1),(-0.790806,0.4217982,0.4435225,1),(-0.8769208,0.2237058,0.4254006,1),(-0.8596201,0.2853917,0.423798,1),(-0.03609953,0.9163229,0.3988097,1),(0.2970362,0.9044526,0.3061615,1),(0.3921787,0.8771295,0.2771998,1),(0.06329496,0.9249701,0.374732,1),(0.5554148,0.7980647,0.2336816,1),(0.7734656,0.6093732,0.1743999,1),(0.8188986,0.5524601,0.1555411,1),(0.6299875,0.7485729,0.2067713,1),(0.700838,0.6898075,0.1816363,1),(0.487598,0.8367513,0.2491897,1),(0.8587078,0.4933243,0.138752,1),(0.8922997,0.4338424,0.1248275,1),(0.7653431,0.6235437,0.1595092,1),(0.5800639,0.783404,0.2231681,1),(0.1674212,0.9213743,0.3507701,1),(0.2749824,0.9041442,0.3269679,1),(0.9135522,0.3883604,0.1208244,1),(0.9708875,0.2249738,0.08224519,1),(0.9801514,0.1809334,0.08103249,1),(0.9350134,0.3363162,0.112434,1),(0.9905744,0.122812,0.06065947,1),(0.9960745,0.07022624,0.053888,1),(0.9973569,0.04379027,0.05798051,1),(0.9941849,0.08708269,0.0633481,1),(0.9958745,0.06037389,0.06774209,1),(0.9860394,0.145063,0.08175034,1),(0.9976749,0.02523994,0.06330626,1),(0.9975155,0.0129938,0.06923823,1),(0.9964607,0.04138289,0.07316788,1),(0.989618,0.1166663,0.0839367,1),(0.9514576,0.2889279,0.106061,1),(0.9637445,0.246671,0.1017354,1),(0.9976366,0.04309824,0.05351358,1),(0.9984025,0.02304341,0.05158918,1),(0.9983706,0.01214373,0.05575387,1),(0.9979981,0.02562589,0.05782028,1),(0.9987897,0.0100548,0.04814647,1),(0.9990574,0.004105616,0.04321419,1),(0.9989355,-0.0008234198,0.04612087,1),(0.9986523,0.003331037,0.05179103,1),(0.9984592,-0.002113794,0.05545154,1),(0.9981722,0.004816132,0.0602397,1),(0.9987627,-0.006853627,0.04925638,1),(0.9982625,-0.008466453,0.05831247,1),(0.9984962,-0.01643585,0.0522996,1),(0.9979005,-0.000891466,0.06475922,1),(0.9979286,0.01393266,0.06280436,1),(0.9976645,0.006259965,0.06801707,1),(0.9992672,6.440865e-5,0.03827798,1),(0.9993964,-0.007204072,0.03398301,1),(0.9991726,-0.005385535,0.04031403,1),(0.9992408,-0.01544616,0.03576556,1),(0.9993826,-0.0176878,0.03035864,1),(0.9991249,-0.03136124,0.02767086,1),(0.9989799,-0.03100233,0.0328343,1),(0.9981492,-0.05203345,0.03147325,1),(0.9988424,-0.02893566,0.03842985,1),(0.9980176,-0.0511169,0.03671361,1),(0.9960311,-0.08073587,0.03746563,1),(0.9958699,-0.08015246,0.04264699,1),(0.9918116,-0.1189267,0.04654324,1),(0.9978443,-0.05016907,0.0423071,1),(0.9989919,-0.01419211,0.04258872,1),(0.9985433,-0.02895682,0.04552727,1),(0.9976252,-0.06305403,0.02771779,1),(0.9911261,-0.1287553,0.03303384,1),(0.9953279,-0.09075904,0.03294075,1),(0.9862782,-0.1604884,0.03871379,1),(0.972207,-0.2306168,0.04036642,1),(0.9287273,-0.3667779,0.05421858,1),(0.9637201,-0.2628057,0.04665534,1),(0.9166458,-0.3954851,0.05789508,1),(0.9793423,-0.1968563,0.04621748,1),(0.9544894,-0.2934142,0.05346147,1),(0.9082703,-0.413721,0.06228971,1),(0.9457508,-0.3188678,0.06228063,1),(0.9068303,-0.4162705,0.0661639,1),(0.9699862,-0.2362148,0.05769951,1),(0.9911652,-0.1261894,0.04083924,1),(0.9841114,-0.1696364,0.05242474,1),(0.866855,-0.4942298,0.06556967,1),(0.8134855,-0.5771695,0.07153036,1),(0.8528554,-0.5176554,0.06834228,1),(0.7990209,-0.596607,0.07500304,1),(0.7788043,-0.6228219,0.0745439,1),(0.7665613,-0.6377473,0.07524705,1),(0.7644485,-0.6398451,0.07884724,1),(0.7525985,-0.6535212,0.08065721,1),(0.800249,-0.5947789,0.07641713,1),(0.7689344,-0.6342438,0.08046561,1),(0.7585603,-0.6460105,0.085186,1),(0.7989015,-0.5962307,0.07915453,1),(0.7910206,-0.6065382,0.07998711,1),(0.8231444,-0.5630537,0.07351025,1),(0.8491895,-0.5233804,0.07035712,1),(0.8607013,-0.5043116,0.06973578,1),(0.7976795,-0.0009260655,0.6030809,1),(0.8011691,-0.0009005654,0.5984374,1),(0.8026479,-0.0008196158,0.5964527,1),(0.8045704,-0.0009731908,0.5938566,1),(0.8051924,-0.000879377,0.5930129,1),(0.803061,-0.00100449,0.595896,1),(0.8042871,-0.0006842219,0.5942404,1),(0.8056071,-0.0004944044,0.5924501,1),(0.8058915,-0.0007230933,0.5920628,1),(0.8067386,-0.000504193,0.5909083,1),(0.8075351,-0.0008322601,0.589819,1),(0.8074936,-0.0006794573,0.5898759,1),(0.8079377,-0.000465395,0.5892677,1),(0.8090362,-0.0005512974,0.5877586,1),(0.8092325,-0.0003716205,0.5874885,1),(0.8094158,-0.0006794204,0.5872355,1),(0.8066894,-0.0009551028,0.5909747,1),(0.8081388,-0.0009236938,0.5889912,1),(0.8108439,-0.0007551651,0.5852619,1),(0.8113369,-0.000780547,0.5845783,1),(0.806601,-0.0002811607,0.5910961,1),(0.8071242,-7.562793e-5,0.5903816,1),(0.8075262,-0.0002678319,0.5898318,1),(0.8079499,-5.897614e-5,0.5892511,1),(0.8072001,0.0001222524,0.5902778,1),(0.8068045,0.0003124799,0.5908185,1),(0.8080133,0.000122395,0.5891642,1),(0.8077093,0.0002758916,0.5895811,1),(0.8088243,-5.14897e-5,0.5880504,1),(0.8088613,9.855553e-5,0.5879995,1),(0.8086295,0.0002106397,0.5883182,1),(0.8097809,7.533441e-5,0.5867325,1),(0.8095759,0.0001490924,0.5870153,1),(0.8097926,-3.59461e-5,0.5867163,1),(0.8085136,-0.0002394991,0.5884775,1),(0.80961,-0.0001848655,0.5869681,1),(0.8061358,0.0004645332,0.5917302,1),(0.8053133,0.0005475543,0.5928493,1),(0.8071542,0.0003961659,0.5903404,1),(0.8064132,0.0004776656,0.5913523,1),(0.8043569,0.0005613479,0.5941461,1),(0.8032538,0.0005058207,0.5956367,1),(0.8054975,0.0005198003,0.592599,1),(0.8043991,0.000522602,0.5940892,1),(0.8074868,0.0003801266,0.5898855,1),(0.8065807,0.0004517854,0.5911238,1),(0.8054423,0.0005147737,0.592674,1),(0.8075506,0.0003789367,0.5897981,1),(0.8063521,0.0004846692,0.5914357,1),(0.808486,0.000287886,0.5885152,1),(0.80817,0.0002996254,0.5889491,1),(0.8091599,0.0002112923,0.5875884,1),(0.8020555,0.0004021583,0.5972494,1),(0.8007842,0.000271542,0.5989529,1),(0.8031307,0.0004826558,0.5958027,1),(0.8017324,0.0003962078,0.5976831,1),(0.7994595,0.0001138424,0.6007202,1),(0.7980602,-7.103611e-5,0.6025777,1),(0.8002044,0.0002629189,0.5997273,1),(0.7985407,8.280503e-5,0.6019409,1),(0.802574,0.0004989154,0.5965524,1),(0.8008643,0.0003909589,0.5988457,1),(0.7989687,0.0002161844,0.6013726,1),(0.8014004,0.0004667463,0.5981281,1),(0.7993169,0.0003023708,0.6009095,1),(0.8032674,0.0005519889,0.5956183,1),(0.8040963,0.0005401596,0.5944986,1),(0.804918,0.0005580596,0.5933858,1),(0.7966214,-0.0002131921,0.6044785,1),(0.7952074,-0.0002435254,0.6063376,1),(0.7968367,-7.427578e-5,0.6041946,1),(0.7952558,-0.0001387836,0.606274,1),(0.7938331,-0.0001620272,0.6081358,1),(0.7924849,3.161509e-5,0.6098917,1),(0.7937998,-0.0001105936,0.6081793,1),(0.7924669,1.015945e-5,0.6099151,1),(0.7953293,-4.570076e-5,0.6061775,1),(0.7937984,-6.042048e-5,0.6081809,1),(0.7924668,2.03702e-6,0.6099152,1),(0.7938021,-2.065862e-5,0.6081762,1),(0.7924683,3.14832e-7,0.6099132,1),(0.7953874,2.275142e-5,0.6061012,1),(0.7970512,4.661078e-5,0.6039118,1),(0.7972282,0.0001304424,0.6036782,1),(0.7912696,0.0001886101,0.6114673,1),(0.7902288,0.0001600138,0.6128119,1),(0.7913042,0.0001102562,0.6114227,1),(0.7903375,7.630784e-5,0.6126716,1),(0.7893843,-5.421809e-5,0.6138993,1),(0.7887304,-0.0004541131,0.6147391,1),(0.7895873,-9.183204e-5,0.6136382,1),(0.7890427,-0.000393965,0.6143383,1),(0.7904401,3.407347e-5,0.6125392,1),(0.7897646,-7.74346e-5,0.6134101,1),(0.7893064,-0.0002738468,0.6139994,1),(0.7899392,-4.523939e-5,0.6131852,1),(0.7895736,-0.0001510757,0.6136559,1),(0.7905436,1.539171e-5,0.6124058,1),(0.7913437,6.044139e-5,0.6113715,1),(0.7913888,3.057055e-5,0.6113131,1),(0.7883336,-0.007802658,0.6151985,1),(0.7880848,-0.02894765,0.6148856,1),(0.7888589,-0.006944475,0.6145352,1),(0.7890784,-0.02589875,0.6137462,1),(0.7872948,-0.06403031,0.6132429,1),(0.7847926,-0.1130891,0.6093533,1),(0.7891331,-0.05736025,0.6115381,1),(0.7881018,-0.1013581,0.6071426,1),(0.7899294,-0.02134666,0.612826,1),(0.7907672,-0.04739482,0.6102794,1),(0.7911991,-0.08382831,0.6057861,1),(0.7920836,-0.03717554,0.6092797,1),(0.7936253,-0.06584824,0.604833,1),(0.7906532,-0.0166821,0.6120369,1),(0.7893121,-0.005660351,0.613966,1),(0.7897389,-0.004351417,0.6134278,1),(0.7805629,-0.1621779,0.6036721,1),(0.7763468,-0.1975411,0.598551,1),(0.7852008,-0.1482428,0.6012352,1),(0.7807818,-0.1885547,0.5956733,1),(0.7733263,-0.2194245,0.5948271,1),(0.7722077,-0.228072,0.5930248,1),(0.7754764,-0.2224174,0.5909035,1),(0.7698069,-0.2500166,0.5872726,1),(0.7857414,-0.1697929,0.5947947,1),(0.7786707,-0.2150051,0.5894446,1),(0.7684444,-0.26171,0.5839531,1),(0.7825221,-0.2010089,0.5892831,1),(0.7693232,-0.2625139,0.5824328,1),(0.7902423,-0.1476441,0.5947424,1),(0.7898528,-0.1260799,0.600197,1),(0.7936267,-0.1026141,0.599689,1),(0.7716283,-0.2174061,0.5977662,1),(0.7699168,-0.1804239,0.6121073,1),(0.7654057,-0.2601268,0.5886325,1),(0.764569,-0.2410488,0.5977706,1),(0.7643338,-0.1148046,0.6345184,1),(0.7497923,-0.01791556,0.6614307,1),(0.7659151,-0.1909944,0.6139178,1),(0.7656916,-0.1070257,0.6342412,1),(0.7573836,-0.2948815,0.5825933,1),(0.7631143,-0.2647113,0.5895628,1),(0.7744393,-0.2008533,0.5999181,1),(0.7585742,-0.3215265,0.5667326,1),(0.7751992,-0.2800136,0.5662673,1),(0.7520502,-0.3319703,0.5693999,1),(0.7592446,-0.2936561,0.5807872,1),(0.7561544,-0.3124346,0.5749915,1),(0.7277734,0.07835978,0.6813264,1),(0.7073348,0.137144,0.6934471,1),(0.7587048,-0.01508498,0.6512598,1),(0.7439735,0.0521826,0.6661685,1),(0.6940669,0.1577447,0.7024156,1),(0.6899267,0.1412144,0.7099715,1),(0.7256959,0.09248956,0.6817706,1),(0.7068235,0.1057431,0.6994419,1),(0.774661,-0.05165248,0.6302637,1),(0.7555238,0.006794295,0.6550859,1),(0.725617,0.05225264,0.6861119,1),(0.7745253,-0.08464023,0.6268544,1),(0.7407975,-0.01358855,0.671591,1),(0.7904399,-0.1535703,0.5929763,1),(0.7813906,-0.121697,0.6120608,1),(0.7901422,-0.2190176,0.5724565,1),(0.6876572,0.112193,0.7173146,1),(0.6813719,0.09470105,0.7257852,1),(0.6884531,0.107555,0.7172617,1),(0.6707025,0.1130666,0.733058,1),(0.6714227,0.08813417,0.7358152,1),(0.6577234,0.09214468,0.7476022,1),(0.6532607,0.1220456,0.7472318,1),(0.6357966,0.13445,0.7600565,1),(0.6648452,0.1176885,0.737652,1),(0.6418283,0.1422695,0.7535356,1),(0.6239542,0.1620519,0.7644738,1),(0.6457112,0.135026,0.7515483,1),(0.6346424,0.1585015,0.7563772,1),(0.6680281,0.09912679,0.7375042,1),(0.6928543,0.08783749,0.7157078,1),(0.7003672,0.0499103,0.7120355,1),(0.6476794,0.09316092,0.756196,1),(0.6494598,0.07727232,0.7564595,1),(0.6269224,0.1364604,0.7670377,1),(0.6358942,0.1138147,0.7633379,1),(0.6626364,0.04424907,0.747633,1),(0.6856993,-0.006022947,0.72786,1),(0.6616713,0.06570832,0.7469093,1),(0.7007148,-0.008259147,0.7133936,1),(0.6387745,0.1371165,0.7570775,1),(0.6786056,0.07732055,0.7304218,1),(0.7331412,-0.0155271,0.6798992,1),(0.7249954,0.06881784,0.6853071,1),(0.7946031,-0.02055649,0.6067811,1),(0.6726133,0.1319178,0.7281408,1),(0.6199776,0.1647417,0.7671296,1),(0.6416395,0.1608583,0.7499489,1),(0.709439,-0.05917367,0.7022783,1),(0.7266819,-0.1012614,0.6794701,1),(0.738532,-0.08639386,0.6686602,1),(0.7667326,-0.1479394,0.624688,1),(0.7391193,-0.1332671,0.6602595,1),(0.7479911,-0.1558803,0.6451438,1),(0.7941729,-0.1890535,0.5775362,1),(0.8092505,-0.2260717,0.5422225,1),(0.8179334,-0.1880576,0.5437089,1),(0.8458782,-0.2401765,0.4762406,1),(0.8642817,-0.2840146,0.415154,1),(0.9136714,-0.3042115,0.2695552,1),(0.8992065,-0.2670576,0.3465659,1),(0.8784122,-0.2094545,0.4295588,1),(0.7880687,-0.106702,0.6062694,1),(0.848099,-0.1231801,0.5153201,1),(0.7627243,-0.1720484,0.6234188,1),(0.7758252,-0.2005432,0.5982289,1),(0.8465416,-0.2679944,0.4599417,1),(0.8281807,-0.2489079,0.5021569,1),(0.7908744,-0.2380222,0.5637937,1),(0.8086298,-0.2786276,0.518155,1),(0.8850662,-0.2808701,0.3711737,1),(0.8659182,-0.2784248,0.4155301,1),(0.9209309,-0.2989112,0.2500766,1),(0.9018727,-0.3124239,0.2983573,1),(0.9412687,-0.260589,0.2147247,1),(0.9547971,-0.2791632,0.1021284,1),(0.9725574,-0.2192025,0.0779902,1),(0.938636,-0.3140005,0.14271,1),(0.883787,-0.3058082,0.3541211,1),(0.9274821,-0.3141001,0.2027759,1),(0.8256125,-0.3173301,0.4665465,1),(0.8419161,-0.3454538,0.4145346,1),(0.9157419,-0.2785309,0.2895469,1),(0.9012061,-0.2843416,0.3270741,1),(0.8610526,-0.3508654,0.3680786,1),(0.8803424,-0.3479416,0.3223881,1),(0.9282301,-0.2719012,0.2538868,1),(0.9391898,-0.2572407,0.227486,1),(0.9673808,-0.1929906,0.1641005,1),(0.9741845,-0.1653341,0.1537182,1),(0.9779033,-0.1445293,0.1510507,1),(0.9947094,-0.06809165,0.07692052,1),(0.9944907,-0.04553377,0.09441822,1),(0.9922054,-0.1042258,0.06830474,1),(0.9564806,-0.2276644,0.1825209,1),(0.9856058,-0.1544981,0.06864051,1),(0.8966687,-0.3405314,0.2828846,1),(0.9075031,-0.342549,0.2431015,1),(0.9465615,-0.2478989,0.2063188,1),(0.9493591,-0.2516497,0.1881214,1),(0.9132364,-0.3455252,0.2158976,1),(0.9147112,-0.3537203,0.1954112,1),(0.9478323,-0.2679311,0.1727041,1),(0.941704,-0.2960336,0.1598681,1),(0.9769329,-0.1502489,0.1517473,1),(0.9719236,-0.1819388,0.1492065,1),(0.9619786,-0.2317531,0.1445259,1),(0.9851096,-0.102988,0.1376681,1),(0.9757479,-0.1671958,0.1412848,1),(0.9898248,-0.06104193,0.1285334,1),(0.9787095,-0.1375557,0.1523359,1),(0.9925854,-0.04181027,0.1141329,1),(0.9173986,-0.3539867,0.1818602,1),(0.9258406,-0.3333675,0.1780038,1),(0.9371004,-0.3138001,0.1528806,1),(0.9407742,-0.3005541,0.1568797,1),(0.9388263,-0.2914563,0.1834618,1),(0.953645,-0.2267609,0.1978403,1),(0.9513777,-0.2558086,0.1715878,1),(0.9643574,-0.177223,0.1964863,1),(0.9516756,-0.2657487,0.1539192,1),(0.9592411,-0.2216883,0.1752451,1),(0.9691157,-0.1341568,0.2069221,1),(0.9647747,-0.1852487,0.1867958,1),(0.9702982,-0.09869871,0.2208621,1),(0.9609814,-0.2243814,0.1617644,1),(0.95236,-0.2690186,0.143664,1),(0.9647953,-0.2183294,0.1466368,1),(0.963429,-0.1620073,0.2134439,1),(0.9675505,-0.1223303,0.2210913,1),(0.9706245,-0.09736899,0.2200166,1),(0.9714294,-0.052377,0.2314769,1),(0.9691914,-0.1081842,0.2212785,1),(0.9694698,-0.1191664,0.2143068,1),(0.9717949,-0.04262946,0.2319426,1),(0.9727296,-0.0675231,0.2218957,1),(0.9688414,0.003515948,0.2476571,1),(0.9689581,0.009239118,0.2470523,1),(0.9719876,-0.02628235,0.2335581,1),(0.9648421,0.03931174,0.2598738,1),(0.9698015,0.0001842979,0.2438954,1),(0.9644152,0.03639824,0.2618748,1),(0.9710248,-0.04424354,0.2348477,1),(0.9683267,-0.009394567,0.2495096,1),(0.9687995,-0.1397366,0.204698,1),(0.9680136,-0.1549577,0.1973262,1),(0.972449,-0.1063453,0.2074459,1),(0.9709166,-0.138888,0.1950154,1),(0.9673702,-0.165094,0.1921954,1),(0.9670467,-0.1703021,0.1892561,1),(0.9687674,-0.1655535,0.1846126,1),(0.9664886,-0.1866852,0.1762057,1),(0.9725767,-0.1243372,0.1965573,1),(0.9698005,-0.1636183,0.180876,1),(0.9660608,-0.1970098,0.1670738,1),(0.9715425,-0.1519635,0.1816926,1),(0.9675016,-0.1917434,0.1648489,1),(0.9738361,-0.1069983,0.2004858,1),(0.9736284,-0.07870272,0.2141348,1),(0.9735847,-0.05641,0.2212481,1),(0.9677843,-0.1653939,0.1898375,1),(0.9698955,-0.1450886,0.1955813,1),(0.9653689,-0.1957258,0.1724943,1),(0.966545,-0.1860255,0.1765934,1),(0.97238,-0.1091092,0.2063306,1),(0.9734376,-0.05725292,0.2216786,1),(0.9694021,-0.1573122,0.1884471,1),(0.9720673,-0.1092558,0.2077215,1),(0.9628715,-0.2169236,0.1606939,1),(0.9653574,-0.1958687,0.172397,1),(0.9689205,-0.1537286,0.1938061,1),(0.9629287,-0.2140617,0.1641525,1),(0.965875,-0.1814111,0.1848659,1),(0.9617737,-0.2265479,0.1538422,1),(0.9630897,-0.2172477,0.1589392,1),(0.9634541,-0.2190969,0.1541186,1),(0.970987,-0.00913324,0.2389575,1),(0.9668387,0.01577451,0.2549004,1),(0.9714291,-0.06077311,0.229417,1),(0.9682316,-0.03071899,0.2481613,1),(0.9627082,0.01755215,0.269972,1),(0.9587406,-0.003730218,0.2842579,1),(0.9642324,-0.01909234,0.2643693,1),(0.9601536,-0.0257663,0.2782822,1),(0.9679918,-0.07610702,0.2391647,1),(0.9647545,-0.05821157,0.2566324,1),(0.9610494,-0.05419606,0.271011,1),(0.964235,-0.09558102,0.2472149,1),(0.9613711,-0.08578503,0.2615467,1),(0.9664437,-0.1147716,0.2298127,1),(0.9698839,-0.1079684,0.2183301,1),(0.9673209,-0.1434018,0.2091085,1),(0.9548618,-0.02232567,0.2962101,1),(0.953029,-0.01296615,0.302601,1),(0.9567056,-0.03055474,0.2894487,1),(0.9550807,-0.01349688,0.2960382,1),(0.9501652,0.02522909,0.3107244,1),(0.9455741,0.09188097,0.3121659,1),(0.9482521,0.08704203,0.305355,1),(0.9526439,0.02558266,0.3030103,1),(0.9562156,-0.02813924,0.2913072,1),(0.9546609,0.00888261,0.2975628,1),(0.9517015,0.06227468,0.3006425,1),(0.9569045,-0.02274253,0.2895109,1),(0.9555267,0.01976566,0.2942412,1),(0.9577739,-0.05433599,0.2823417,1),(0.9580473,-0.04907139,0.2823777,1),(0.9590709,-0.07527159,0.2729783,1),(0.9391352,0.1446753,0.3115994,1),(0.9388443,0.142138,0.3136369,1),(0.9415978,0.1346003,0.3086689,1),(0.9426805,0.1351023,0.3051243,1),(0.9440107,0.08278604,0.319359,1),(0.9462559,-0.03676452,0.3213226,1),(0.945359,0.08450749,0.3148885,1),(0.9479476,-0.01760334,0.3179394,1),(0.9482452,0.0664396,0.3105106,1),(0.9465031,0.105357,0.3050113,1),(0.9492851,-0.01413534,0.3140984,1),(0.9515468,0.02932427,0.3061025,1),(0.9503852,-0.02770471,0.3098395,1),(0.9516819,0.05609179,0.3019194,1),(0.9478031,0.1038147,0.3014826,1),(0.9531068,0.05280619,0.2979916,1),(0.9325532,-0.1668099,0.320186,1),(0.9129717,-0.2574369,0.3165576,1),(0.9385629,-0.1314726,0.3190838,1),(0.9231274,-0.2165041,0.3177449,1),(0.897054,-0.3112051,0.3137603,1),(0.889975,-0.3316717,0.3129514,1),(0.9082975,-0.2739231,0.3161672,1),(0.8981149,-0.3060726,0.3157675,1),(0.9311349,-0.1805931,0.3168182,1),(0.9183396,-0.2371642,0.3168684,1),(0.9068474,-0.277369,0.3173236,1),(0.9262009,-0.2053783,0.316183,1),(0.9149732,-0.2486161,0.3178271,1),(0.9365914,-0.1544654,0.3145427,1),(0.9426741,-0.1064324,0.3162874,1),(0.9451006,-0.09534848,0.3125596,1),(0.8878729,-0.3352273,0.3151261,1),(0.8865348,-0.3364044,0.3176295,1),(0.8915744,-0.3238328,0.316587,1),(0.8864697,-0.3367678,0.3174254,1),(0.8860716,-0.3351701,0.320216,1),(0.8864242,-0.3315464,0.3230001,1),(0.8807473,-0.3486937,0.3204636,1),(0.8827147,-0.3450581,0.3189825,1),(0.8885869,-0.3299597,0.318653,1),(0.8818394,-0.3472616,0.319012,1),(0.8771727,-0.3587849,0.319126,1),(0.8767886,-0.3604833,0.3182664,1),(0.8843398,-0.3409946,0.3188508,1),(0.8933342,-0.3159977,0.3195299,1),(0.8970454,-0.3067275,0.3181629,1),(0.9037698,-0.285257,0.3191061,1),(0.8875994,-0.3253105,0.3260988,1),(0.8897033,-0.3162027,0.3293082,1),(0.8828139,-0.3387208,0.3254349,1),(0.880721,-0.3468737,0.3225044,1),(0.8926713,-0.304206,0.3325607,1),(0.8963933,-0.2893052,0.3358295,1),(0.892596,-0.3031767,0.3337007,1),(0.8868642,-0.3241822,0.3292077,1),(0.8815974,-0.3409244,0.32643,1),(0.8768463,-0.3566615,0.3223867,1),(0.8890972,-0.3152136,0.3318833,1),(0.885885,-0.325282,0.3307556,1),(0.8772515,-0.353401,0.3248655,1),(0.8725097,-0.3685238,0.320807,1),(0.8753108,-0.3625905,0.3199359,1),(0.8723083,-0.370874,0.3186387,1),(0.9001414,-0.2738898,0.338718,1),(0.903293,-0.2603193,0.3410216,1),(0.901666,-0.2657813,0.3411138,1),(0.8980376,-0.281687,0.3379065,1),(0.9059407,-0.2485949,0.342742,1),(0.9081492,-0.2387144,0.343919,1),(0.9044814,-0.2508882,0.344918,1),(0.9037524,-0.2555104,0.3434325,1),(0.9021003,-0.2606659,0.3439016,1),(0.9002928,-0.2703747,0.3411311,1),(0.9017981,-0.2594881,0.345581,1),(0.8999593,-0.2650899,0.3461222,1),(0.9006841,-0.2651839,0.3441591,1),(0.8988355,-0.2752879,0.3410447,1),(0.8961107,-0.2885917,0.3371949,1),(0.8941044,-0.2953694,0.3366512,1),(0.9119718,-0.2231259,0.3442707,1),(0.9190997,-0.1940153,0.3429486,1),(0.9106959,-0.2245241,0.3467304,1),(0.9060948,-0.2434348,0.3460226,1),(0.9284673,-0.1507639,0.339439,1),(0.9383342,-0.09273873,0.3330593,1),(0.9261363,-0.1507491,0.3457547,1),(0.9177092,-0.1937822,0.3467828,1),(0.9073071,-0.2301155,0.35191,1),(0.9034305,-0.248586,0.3493112,1),(0.9127274,-0.202663,0.3547623,1),(0.8993793,-0.2464954,0.3610499,1),(0.8981796,-0.258389,0.3556802,1),(0.8978271,-0.2654113,0.3513734,1),(0.9015194,-0.258323,0.3471773,1),(0.8984112,-0.2676343,0.3481798,1),(0.9486464,-0.02084861,0.3156507,1),(0.9567686,0.06525166,0.2834362,1),(0.9498721,-0.01489878,0.3122836,1),(0.9368762,-0.0922093,0.3372838,1),(0.9576893,0.1668033,0.2345373,1),(0.9454814,0.2811121,0.1644409,1),(0.9589463,0.08336034,0.271059,1),(0.9562911,0.2021482,0.21129,1),(0.9525728,-0.0003047449,0.304311,1),(0.9370651,-0.09248141,0.3366839,1),(0.9597892,0.1182242,0.2546132,1),(0.9547375,0.03154126,0.2957725,1),(0.9391459,-0.08213143,0.3335557,1),(0.9204407,-0.1653917,0.3541673,1),(0.9223238,-0.1593539,0.3520302,1),(0.9057883,-0.2192812,0.3625787,1),(0.9156414,0.3944302,0.07762463,1),(0.8685749,0.494926,-0.02501366,1),(0.9365121,0.3255741,0.1301805,1),(0.8969601,0.4414135,0.02483248,1),(0.8004208,0.581728,-0.144634,1),(0.7058238,0.6506544,-0.2801101,1),(0.829316,0.5482774,-0.1078277,1),(0.7225172,0.6380456,-0.266208,1),(0.9230514,0.3765339,0.0787305,1),(0.8620895,0.5028895,-0.06248148,1),(0.7504708,0.6157317,-0.2401415,1),(0.8967165,0.442534,-0.007940539,1),(0.7896454,0.5802358,-0.1994658,1),(0.9449216,0.2981009,0.1351259,1),(0.9513649,0.2481216,0.1825932,1),(0.9587999,0.1617672,0.2335255,1),(0.6218444,0.6817053,-0.3854702,1),(0.6018776,0.675328,-0.4262338,1),(0.6165843,0.6825109,-0.3924319,1),(0.5765751,0.6845329,-0.4460673,1),(0.652196,0.6387557,-0.4082052,1),(0.7651771,0.5580966,-0.3209861,1),(0.6107153,0.658793,-0.4393387,1),(0.7139411,0.5966456,-0.3664725,1),(0.5674115,0.6879031,-0.4525853,1),(0.5816549,0.6715497,-0.459019,1),(0.6665968,0.6254655,-0.4055142,1),(0.5675233,0.6777449,-0.4675244,1),(0.6253397,0.6451133,-0.439066,1),(0.5771407,0.6850799,-0.4444932,1),(0.6272407,0.6766173,-0.3856919,1),(0.6560304,0.6619636,-0.3625303,1),(0.8812969,0.4295532,-0.1969766,1),(0.9606794,0.2654487,-0.08143723,1),(0.8334326,0.4897003,-0.2560934,1),(0.9289702,0.3403271,-0.1455747,1),(0.9978115,0.06022713,0.02729511,1),(0.9741994,-0.1863448,0.1273235,1),(0.9901605,0.1366267,-0.03025179,1),(0.9882159,-0.1247583,0.08868281,1),(0.8859043,0.4097129,-0.2175066,1),(0.9716213,0.214367,-0.0999938,1),(0.9977283,-0.05519148,0.03862893,1),(0.9387445,0.2914107,-0.1839525,1),(0.9994014,0.02288884,-0.02594244,1),(0.8302099,0.4710913,-0.2980346,1),(0.7798162,0.5402736,-0.3162137,1),(0.721455,0.5802191,-0.3779529,1),(0.8998877,-0.3874409,0.200229,1),(0.8446524,-0.4796925,0.2376077,1),(0.9205468,-0.3453241,0.1826061,1),(0.8613193,-0.4516643,0.2326551,1),(0.834744,-0.4903578,0.2505029,1),(0.8697962,-0.4294669,0.2429253,1),(0.8432908,-0.4746664,0.2520961,1),(0.8685958,-0.4291589,0.2477177,1),(0.8829177,-0.4128433,0.223644,1),(0.8566696,-0.4503717,0.2515606,1),(0.8699869,-0.4240514,0.2516014,1),(0.875392,-0.4152183,0.2475533,1),(0.8747497,-0.412589,0.2541323,1),(0.9092392,-0.3603795,0.2083524,1),(0.9433156,-0.2920095,0.1577539,1),(0.9666267,-0.2248941,0.1227008,1),(0.9198791,-0.3252035,0.2192377,1),(0.9605923,-0.2072648,0.1852124,1),(0.912608,-0.3407779,0.2258693,1),(0.9531564,-0.2331029,0.1927587,1),(0.9875646,-0.07290399,0.1392889,1),(0.9936949,0.07816995,0.08037322,1),(0.9840308,-0.1018809,0.1459576,1),(0.9950261,0.05392079,0.08375917,1),(0.9440434,-0.2613275,0.2012214,1),(0.9788134,-0.1348841,0.1540479,1),(0.9957343,0.02612568,0.08848969,1),(0.9714896,-0.1711756,0.1640334,1),(0.9954807,-0.004871611,0.09483931,1),(0.9332118,-0.2908557,0.2109944,1),(0.9051821,-0.3557168,0.2326179,1),(0.8980955,-0.3687803,0.2396366,1),(0.9762978,0.2151832,0.02321395,1),(0.9508396,0.309269,-0.01602128,1),(0.9798551,0.1984157,0.02269651,1),(0.9544201,0.297853,-0.01912591,1),(0.9302104,0.3650791,-0.03776108,1),(0.9206413,0.3879794,-0.04349274,1),(0.9330525,0.3572451,-0.04229782,1),(0.9226375,0.3825953,-0.0485884,1),(0.9582481,0.2851138,-0.02169895,1),(0.9361988,0.3483714,-0.04657266,1),(0.9250157,0.3761193,-0.05366651,1),(0.9398181,0.3378831,-0.05076245,1),(0.9281979,0.3672906,-0.05954991,1),(0.9623428,0.2707822,-0.02394388,1),(0.9834839,0.1795219,0.02305597,1),(0.9870528,0.1585522,0.02425007,1),(0.9272439,0.3731335,-0.03146592,1),(0.951013,0.3091444,0.002009596,1),(0.9287057,0.3689944,-0.03672842,1),(0.9521986,0.3054777,-0.001082483,1),(0.9809531,0.1840328,0.06215165,1),(0.9888614,-0.01452866,0.1481285,1),(0.9878096,-0.02458304,0.1537137,1),(0.9819276,0.1786492,0.06247018,1),(0.9834287,0.1696035,0.06405199,1),(0.9539297,0.3000127,-0.003248439,1),(0.9858411,-0.0411434,0.1625564,1),(0.9824445,-0.06328393,0.1754939,1),(0.9853309,0.1566776,0.06763989,1),(0.9566169,0.2912997,-0.005345991,1),(0.9308081,0.3629577,-0.04310178,1),(0.9334099,0.3557973,-0.04641567,1),(0.9467582,-0.2233044,0.231914,1),(0.8780485,-0.3792591,0.291879,1),(0.863371,-0.3970941,0.3112987,1),(0.9400606,-0.238239,0.2439844,1),(0.8047656,-0.490359,0.3345151,1),(0.7356956,-0.5694024,0.366787,1),(0.6988865,-0.5895407,0.4049685,1),(0.780242,-0.5097586,0.362448,1),(0.7453111,-0.5379372,0.3938717,1),(0.8409963,-0.4246264,0.3352876,1),(0.6497045,-0.6164698,0.4448023,1),(0.5950758,-0.6427566,0.4824403,1),(0.7030025,-0.5688655,0.4268248,1),(0.8115489,-0.4575313,0.3633915,1),(0.9291205,-0.2622662,0.2606747,1),(0.9134619,-0.2928579,0.2825275,1),(0.669027,-0.6287926,0.396261,1),(0.6026956,-0.6726019,0.4293769,1),(0.5429466,-0.6902994,0.4782214,1),(0.6192669,-0.6484142,0.4427953,1),(0.5384916,-0.7016105,0.4666579,1),(0.4773908,-0.7165814,0.5085363,1),(0.4110097,-0.7299084,0.546173,1),(0.4729695,-0.7168129,0.5123271,1),(0.4055575,-0.7274373,0.5534964,1),(0.4744313,-0.7073143,0.5240433,1),(0.3521893,-0.7351677,0.5792159,1),(0.3084861,-0.7346299,0.6042807,1),(0.3478122,-0.7319791,0.5858612,1),(0.4098485,-0.7187116,0.5616741,1),(0.5571434,-0.6714661,0.4885945,1),(0.493588,-0.690709,0.5284808,1),(0.4263109,-0.7206411,0.5467499,1),(0.3913286,-0.7202679,0.5727792,1),(0.3553259,-0.7282568,0.5859911,1),(0.3682391,-0.7322254,0.5729275,1),(0.3731214,-0.7175372,0.5881503,1),(0.3719338,-0.7135685,0.5937047,1),(0.4201477,-0.7037817,0.5728589,1),(0.3726601,-0.7191978,0.586412,1),(0.3903991,-0.7111869,0.5846381,1),(0.3387235,-0.7262188,0.5982245,1),(0.4798412,-0.6834093,0.5501856,1),(0.5422212,-0.6548293,0.526493,1),(0.4206006,-0.6969165,0.5808636,1),(0.339407,-0.7187479,0.6067985,1),(0.326081,-0.7337762,0.5960233,1),(0.3021849,-0.7298344,0.6132097,1),(0.4083017,-0.6945789,0.5923259,1),(0.5144171,-0.6290129,0.5828531,1),(0.630566,-0.5781336,0.5178301,1),(0.5011161,-0.6676352,0.5505869,1),(0.7152095,-0.4542902,0.5311269,1),(0.9403023,-0.0511499,0.336475,1),(0.9694024,0.04155822,0.2419336,1),(0.8179865,-0.3715478,0.4391473,1),(0.8944313,-0.2840235,0.3454322,1),(0.7336028,-0.513382,0.4452705,1),(0.9800472,0.1228407,0.1562612,1),(0.9766886,0.196602,0.08617967,1),(0.9439778,-0.1984353,0.2636839,1),(0.8143284,-0.4416927,0.3765329,1),(0.5944086,-0.6273769,0.5030672,1),(0.6774071,-0.5775955,0.455525,1),(0.9279678,0.3653724,0.07334098,1),(0.7956342,0.6004465,-0.08018975,1),(0.7434283,0.6580258,-0.119651,1),(0.8992857,0.4372288,0.01077576,1),(0.6431034,0.7499014,-0.155132,1),(0.4650584,0.8662884,-0.1823874,1),(0.3963161,0.8970599,-0.195492,1),(0.5791888,0.7950929,-0.1799103,1),(0.5137484,0.8346593,-0.1985109,1),(0.6901664,0.7075685,-0.1517146,1),(0.3243456,0.9238148,-0.2033864,1),(0.2507103,0.9456925,-0.2069062,1),(0.4454164,0.86993,-0.2117216,1),(0.6333795,0.7533453,-0.1769215,1),(0.8662744,0.4977508,-0.04257612,1),(0.8281716,0.5538782,-0.08573785,1),(0.2720235,0.9448021,-0.1826258,1),(0.1010305,0.9801532,-0.1705653,1),(0.0423149,0.984776,-0.1685993,1),(0.2048122,0.9609122,-0.186278,1),(-0.04465337,0.9877523,-0.1495038,1),(-0.1694337,0.9781062,-0.1208329,1),(-0.1895687,0.9744939,-0.1201067,1),(-0.08765212,0.9853879,-0.1460403,1),(-0.1280673,0.981516,-0.142215,1),(-0.01776592,0.9862919,-0.1640513,1),(-0.2022761,0.9717413,-0.121669,1),(-0.206609,0.9701453,-0.127007,1),(-0.1612708,0.9772607,-0.1376707,1),(-0.07374416,0.984597,-0.158526,1),(0.133917,0.9734288,-0.1857485,1),(0.06397923,0.9811683,-0.182251,1),(-0.2378509,0.9662987,-0.0984562,1),(-0.2105741,0.9727055,-0.09748112,1),(-0.1899798,0.9762813,-0.1038375,1),(-0.2352501,0.9665623,-0.1020533,1),(-0.06602605,0.9905123,-0.1205242,1),(0.2312048,0.9586037,-0.1662021,1),(0.2918021,0.9408485,-0.1722081,1),(-0.0266505,0.9914095,-0.1280506,1),(0.02831659,0.9898027,-0.139603,1),(-0.1546338,0.9812238,-0.1152741,1),(0.3623833,0.9148286,-0.1782327,1),(0.4380171,0.8801081,-0.1831687,1),(0.09444707,0.9834393,-0.1546837,1),(-0.1076731,0.9853999,-0.1318843,1),(-0.2209165,0.9690703,-0.1099942,1),(-0.1969629,0.972454,-0.1246547,1),(0.5476666,0.8154783,-0.1872335,1),(0.7780049,0.6088663,-0.1548878,1),(0.8315493,0.5357286,-0.146699,1),(0.6151176,0.7659193,-0.1870776,1),(0.9417521,0.3298611,-0.06553385,1),(0.9940006,-0.05710256,0.09328485,1),(0.9876472,-0.1134541,0.1080785,1),(0.9665336,0.2513579,-0.05130485,1),(0.984482,0.1723697,-0.0329225,1),(0.8793814,0.4570408,-0.133424,1),(0.9779505,-0.1674371,0.1248102,1),(0.9654123,-0.2175888,0.1436466,1),(0.9954157,0.09512897,-0.009900102,1),(0.9198043,0.3753794,-0.1142385,1),(0.6829474,0.7071622,-0.1830423,1),(0.7475857,0.6409673,-0.1740016,1),(0.8855733,-0.4001248,0.2359239,1),(0.768003,-0.5662842,0.2991545,1),(0.7549409,-0.5762671,0.313018,1),(0.8696304,-0.4259225,0.2496659,1),(0.7048273,-0.6321244,0.3219271,1),(0.6951146,-0.6419777,0.3235431,1),(0.6973446,-0.6350111,0.3323722,1),(0.6979719,-0.6331662,0.334568,1),(0.6928197,-0.632521,0.3462916,1),(0.7432156,-0.5841882,0.3261208,1),(0.7008854,-0.6268389,0.3403418,1),(0.7062791,-0.6169898,0.3471217,1),(0.6901511,-0.6296734,0.3566552,1),(0.7336606,-0.5894255,0.3381121,1),(0.8536347,-0.4493467,0.2634303,1),(0.8383275,-0.4695055,0.2770768,1),(0.719393,-0.6200489,0.3130707,1),(0.7604436,-0.5788637,0.2943508,1),(0.7750381,-0.5592145,0.2942704,1),(0.7300283,-0.6054815,0.3169399,1),(0.8153986,-0.5144673,0.2654215,1),(0.878189,-0.4228547,0.2235582,1),(0.8882825,-0.4029415,0.2204367,1),(0.8295627,-0.4927779,0.26267,1),(0.8439565,-0.4697394,0.2590027,1),(0.7898235,-0.5386236,0.2933654,1),(0.899096,-0.3809737,0.2156049,1),(0.9110203,-0.3552522,0.209375,1),(0.8589169,-0.4445101,0.2543079,1),(0.8050705,-0.5165892,0.2915423,1),(0.7412599,-0.5900314,0.3199946,1),(0.7534028,-0.5732945,0.3220524,1),(0.9292034,-0.323114,0.1793832,1),(0.9599217,-0.240239,0.1443455,1),(0.9353732,-0.3070137,0.1755547,1),(0.9641967,-0.2255415,0.1394846,1),(0.9771868,-0.176479,0.1181566,1),(0.9861307,-0.1311908,0.1016626,1),(0.9806426,-0.1599965,0.1128772,1),(0.9893543,-0.11042,0.09479287,1),(0.9693555,-0.2061263,0.1336484,1),(0.9846925,-0.1387117,0.105544,1),(0.9926766,-0.08468378,0.08615046,1),(0.9888955,-0.1124596,0.09715129,1),(0.9954719,-0.05646464,0.0764681,1),(0.9753688,-0.1808881,0.1262355,1),(0.9425309,-0.2871213,0.170871,1),(0.9510195,-0.2621364,0.1638491,1),(0.991973,-0.09007517,0.08874637,1),(0.9965445,-0.03900062,0.07333504,1),(0.994764,-0.06331015,0.08022685,1),(0.997954,-0.005492643,0.06369866,1),(0.9982197,0.02248383,0.05524324,1),(0.9949419,0.09442855,0.03426113,1),(0.996971,0.06343925,0.04499285,1),(0.989383,0.1433406,0.02397273,1),(0.9981232,0.03107314,0.05276914,1),(0.9938551,0.105304,0.03410666,1),(0.9816303,0.1902774,0.01402225,1),(0.989306,0.1438746,0.02395079,1),(0.9723513,0.2334691,0.00500677,1),(0.9969569,0.06557656,0.04214942,1),(0.9970266,-0.03213618,0.07003674,1),(0.9982229,-0.001067359,0.05957988,1),(0.9821959,0.1871155,0.01669911,1),(0.9490175,0.3151383,0.007321829,1),(0.9701764,0.2423058,0.006758291,1),(0.9278604,0.3729227,-0.001944377,1),(0.8753685,0.4833708,0.009104189,1),(0.732928,0.6800116,0.02001907,1),(0.6861215,0.7273754,0.0127388,1),(0.8423181,0.5389804,0.000589485,1),(0.8081562,0.5889425,-0.005498151,1),(0.9051757,0.4249676,-0.007720089,1),(0.6375377,0.7703763,0.008122172,1),(0.585712,0.8104997,0.005636235,1),(0.7717822,0.6358075,-0.01004739,1),(0.8807717,0.473321,-0.01443691,1),(0.9561176,0.2929791,-0.001513377,1),(0.9404439,0.3398134,-0.009598608,1),(0.5364349,0.8429431,0.04104188,1),(0.3251974,0.942897,0.0720537,1),(0.2595456,0.963165,0.07035191,1),(0.4778939,0.8776787,0.03602187,1),(0.1004136,0.9884366,0.1136225,1),(-0.1421514,0.9758461,0.165884,1),(-0.2070254,0.9627619,0.1738679,1),(0.03243974,0.9926884,0.1162653,1),(-0.0362286,0.9920562,0.1204661,1),(0.1912506,0.9789813,0.07084296,1),(-0.269284,0.9455937,0.1825891,1),(-0.3285335,0.9247743,0.1919845,1),(-0.1055727,0.9863474,0.1263852,1),(0.1197458,0.9900656,0.07369529,1),(0.416475,0.9085279,0.03355076,1),(0.3510298,0.9357635,0.03353589,1),(-0.3715967,0.9020067,0.219772,1),(-0.5575376,0.7847559,0.2707582,1),(-0.599727,0.7484261,0.2831713,1),(-0.4276484,0.873736,0.2317371,1),(-0.7051721,0.6321747,0.3210723,1),(-0.816456,0.4424007,0.3710541,1),(-0.8243712,0.4218563,0.3774248,1),(-0.7301306,0.59771,0.3311377,1),(-0.7496795,0.5671495,0.3410604,1),(-0.6354105,0.71344,0.2953927,1),(-0.8292053,0.406305,0.3838423,1),(-0.8318126,0.3946424,0.3903141,1),(-0.7645605,0.5407546,0.3507589,1),(-0.6648562,0.6808834,0.3071872,1),(-0.4781545,0.8437607,0.2437951,1),(-0.5228372,0.8131835,0.2556833,1),(-0.8782371,0.2540498,0.4051645,1),(-0.8999171,0.1224191,0.4185244,1),(-0.8964288,0.1301512,0.423646,1),(-0.8767696,0.251469,0.409925,1),(-0.9055447,0.04864004,0.4214536,1),(-0.9064698,0.02640048,0.4214447,1),(-0.9042774,0.03462774,0.4255388,1),(-0.9020172,0.05936838,0.4275983,1),(-0.8986234,0.07369187,0.4324877,1),(-0.8922662,0.1422893,0.428503,1),(-0.9018195,0.04493894,0.4297697,1),(-0.8993871,0.0574689,0.4333592,1),(-0.8950425,0.09013766,0.4367769,1),(-0.8877205,0.1565647,0.4329432,1),(-0.8738962,0.2537192,0.4146468,1),(-0.8702461,0.2586246,0.4192672,1),(-0.9056651,0.04075114,0.4220311,1),(-0.9026605,0.07993592,0.4228641,1),(-0.9037333,0.04732862,0.4254718,1),(-0.9005143,0.09176808,0.4250326,1),(-0.8953687,0.1449408,0.4210784,1),(-0.8775873,0.2359326,0.4173444,1),(-0.8654258,0.2811001,0.4147541,1),(-0.8906428,0.1696038,0.4218886,1),(-0.8854092,0.1941588,0.4223183,1),(-0.8984207,0.103244,0.4268266,1),(-0.8505717,0.3276665,0.4112937,1),(-0.8313845,0.3778857,0.4074339,1),(-0.8788121,0.2213452,0.4227242,1),(-0.8959755,0.1169399,0.428431,1),(-0.9019852,0.05441599,0.4283241,1),(-0.90027,0.06375557,0.430638,1),(-0.8389228,0.3473782,0.4189714,1),(-0.7551377,0.4905201,0.4349219,1),(-0.7120838,0.5605975,0.4226902,1),(-0.8137181,0.410521,0.4115037,1),(-0.5609578,0.6901825,0.4571373,1),(-0.1200795,0.8957671,0.4279979,1),(-0.01755293,0.9132535,0.4070135,1),(-0.4915438,0.7513493,0.4402943,1),(-0.4105481,0.8098462,0.4190458,1),(-0.6592051,0.6321204,0.4072745,1),(0.08983084,0.9196529,0.3823203,1),(0.1990677,0.9137556,0.3541506,1),(-0.3161208,0.8633687,0.3932711,1),(-0.5934287,0.7047428,0.3888187,1),(-0.7821562,0.4760353,0.4020224,1),(-0.7416463,0.5451161,0.3909081,1),(0.3823445,0.8726625,0.3037644,1),(0.6655504,0.7189384,0.2004253,1),(0.7409471,0.6466523,0.1812133,1),(0.4853471,0.8278658,0.2812054,1),(0.8213466,0.5525697,0.1416205,1),(0.9196055,0.3758129,0.1144135,1),(0.9411907,0.3203587,0.1073786,1),(0.8679385,0.479886,0.1280327,1),(0.9051765,0.4082155,0.118387,1),(0.8043703,0.5705899,0.1655771,1),(0.9578502,0.2680604,0.1032799,1),(0.9703894,0.2190971,0.1016899,1),(0.933818,0.3396493,0.1123495,1),(0.8553807,0.4947382,0.1534867,1),(0.5797326,0.7723759,0.2595099,1),(0.6622353,0.7101206,0.2391093,1),(0.9727166,0.2095926,0.09946579,1),(0.9916765,0.09475391,0.08717421,1),(0.9927864,0.07787926,0.09115925,1),(0.9792119,0.1770253,0.09902587,1),(0.9964586,0.02869733,0.07903645,1),(0.9971506,0.005535417,0.07523351,1),(0.9967099,0.001511052,0.0810375,1),(0.9961608,0.02073412,0.08505119,1),(0.9957289,0.01583552,0.09095728,1),(0.9933335,0.06441626,0.09559874,1),(0.9962522,-0.0003727543,0.08649512,1),(0.9958315,-0.00140732,0.0912008,1),(0.9952558,0.01236365,0.0965035,1),(0.9935677,0.05277218,0.1001901,1),(0.9839192,0.1479669,0.1000435,1),(0.9873378,0.1213447,0.1021733,1),(0.9973283,0.001129761,0.07304182,1),(0.9976106,-0.006393742,0.06878968,1),(0.9973448,-0.01202846,0.07182406,1),(0.9969719,-0.002374429,0.07772616,1),(0.9978511,-0.01703237,0.06326971,1),(0.9979796,-0.03079046,0.05557482,1),(0.9973926,-0.0274461,0.06674457,1),(0.9970823,-0.04865366,0.05881868,1),(0.996915,-0.017584,0.07649372,1),(0.996825,-0.03844078,0.06972887,1),(0.995809,-0.06748548,0.0617267,1),(0.996203,-0.04875068,0.07213247,1),(0.994345,-0.08473512,0.06401575,1),(0.9965759,-0.02287427,0.07945558,1),(0.9966373,-0.004903692,0.08179303,1),(0.9962825,-0.007107449,0.08585235,1),(0.9975028,-0.05071968,0.04914876,1),(0.9956682,-0.07987778,0.04758584,1),(0.9955904,-0.07734296,0.05308283,1),(0.9918921,-0.1152146,0.0536232,1),(0.9916622,-0.1183875,0.05089751,1),(0.9843127,-0.1662511,0.059069,1),(0.9848692,-0.1624088,0.06046464,1),(0.9729835,-0.2188268,0.07360606,1),(0.9866716,-0.1514447,0.0595287,1),(0.9758757,-0.2068132,0.06996296,1),(0.9585786,-0.2708792,0.0880429,1),(0.9660532,-0.2462841,0.07800857,1),(0.9430266,-0.3165035,0.1025984,1),(0.9808394,-0.1838497,0.06444729,1),(0.9928451,-0.1050383,0.05679406,1),(0.9897082,-0.1300133,0.05978327,1),(0.9731309,-0.2199622,0.06806596,1),(0.9581603,-0.2768372,0.07273304,1),(0.9580347,-0.2734439,0.08601186,1),(0.9443576,-0.3164141,0.08983726,1),(0.9386272,-0.3370725,0.07321948,1),(0.9136204,-0.4005354,0.06977773,1),(0.9334702,-0.3483397,0.08539754,1),(0.9263043,-0.3696268,0.0730512,1),(0.9296662,-0.3525516,0.1069027,1),(0.9299715,-0.3544352,0.09761579,1),(0.9408181,-0.3302552,0.07611046,1),(0.927735,-0.3577987,0.106244,1),(0.9539298,-0.2894281,0.07905126,1),(0.915598,-0.3832667,0.1216014,1),(0.9399933,-0.3250053,0.1038468,1),(0.9213151,-0.3697224,0.120349,1),(0.8874868,-0.4561024,0.06586152,1),(0.8668206,-0.4944779,0.06413665,1),(0.9218266,-0.3830488,0.05923981,1),(0.9184409,-0.3924425,0.04955022,1),(0.8534489,-0.5171394,0.06474407,1),(0.8506584,-0.5230042,0.05335647,1),(0.9163477,-0.3980291,0.04335773,1),(0.9182662,-0.3950555,0.02680114,1),(0.9618599,-0.2714903,0.03344297,1),(0.966432,-0.2560019,0.02173515,1),(0.9699929,-0.2431287,0.001498732,1),(0.9932862,-0.1156656,0.001984273,1),(0.9951796,-0.09671871,-0.01621214,1),(0.988322,-0.1511321,0.01946041,1),(0.9536784,-0.2963592,0.0516609,1),(0.9768217,-0.2092842,0.04494006,1),(0.8119757,-0.0004828197,0.5836911,1),(0.8111935,-0.0004664705,0.5847778,1),(0.8107855,-0.0004166186,0.5853432,1),(0.8120781,-3.978394e-5,0.5835488,1),(0.8119987,-2.848745e-5,0.5836594,1),(0.81186,-4.561209e-5,0.5838521,1),(0.8105158,-0.0003327218,0.5857167,1),(0.8106462,-0.0002148794,0.5855362,1),(0.812042,-9.701586e-6,0.583599,1),(0.8121483,1.673646e-5,0.5834509,1),(0.8134083,0.0005058689,0.5816928,1),(0.8136567,0.0004358449,0.5813454,1),(0.8136942,0.0003368001,0.5812929,1),(0.8153691,0.001021626,0.5789406,1),(0.8152559,0.0007588206,0.5791005,1),(0.8151481,0.001207867,0.5792514,1),(0.8127127,0.000556917,0.5826644,1),(0.8129179,0.0005462315,0.582378,1),(0.8142945,0.001315637,0.5804504,1),(0.8129765,0.001342538,0.5822949,1),(0.8108398,-9.32214e-5,0.5852683,1),(0.8108863,1.73971e-6,0.5852038,1),(0.8121693,4.49793e-5,0.5834218,1),(0.8120598,6.905385e-5,0.5835743,1),(0.8107858,7.075454e-5,0.5853431,1),(0.8105453,0.0001135189,0.585676,1),(0.811842,8.967406e-5,0.5838771,1),(0.8114957,0.0001065549,0.5843584,1),(0.8132674,0.0001694369,0.5818899,1),(0.8128854,0.0001305528,0.5824237,1),(0.8123837,0.0001215903,0.5831233,1),(0.8138611,0.0001916999,0.5810595,1),(0.8131784,0.0001519238,0.5820145,1),(0.8144409,0.0003060582,0.5802464,1),(0.8135411,0.0002382036,0.5815073,1),(0.8149008,0.000495032,0.5796003,1),(0.8100953,0.0001557,0.5862982,1),(0.80937,0.0002234099,0.587299,1),(0.8109481,0.0001344621,0.5851181,1),(0.8101223,0.0001886455,0.5862609,1),(0.8083677,0.0003169054,0.5886778,1),(0.807092,0.0004362405,0.5904255,1),(0.8090338,0.0002692866,0.5877621,1),(0.8076587,0.0003764102,0.58965,1),(0.8107461,0.0001753885,0.585398,1),(0.8095438,0.0002339188,0.5870594,1),(0.8080754,0.0003133508,0.589079,1),(0.8099078,0.0002084414,0.5865572,1),(0.8083593,0.0002551601,0.5886894,1),(0.8112279,0.0001754386,0.5847301,1),(0.8116959,0.000137989,0.5840803,1),(0.8123161,0.0001566328,0.5832174,1),(0.8055564,0.0005282777,0.5925188,1),(0.8037943,0.0005408925,0.5949071,1),(0.8060347,0.0004613518,0.5918682,1),(0.8041672,0.0004773213,0.5944031,1),(0.8017952,0.0004740173,0.5975987,1),(0.7995635,0.0003273279,0.6005815,1),(0.8020694,0.0004241082,0.5972307,1),(0.7997142,0.000301058,0.6003807,1),(0.804422,0.0003857745,0.594058,1),(0.8022401,0.0003422921,0.5970013,1),(0.7997931,0.0002453682,0.6002755,1),(0.8023291,0.0002540598,0.5968819,1),(0.7998262,0.0001817414,0.6002316,1),(0.8045825,0.0002904323,0.5938407,1),(0.8063684,0.0003761188,0.5914136,1),(0.8065837,0.0002908105,0.5911198,1),(0.7973354,0.00016718,0.6035364,1),(0.7954102,5.919732e-5,0.6060714,1),(0.7973879,0.0001641709,0.603467,1),(0.7953908,6.834251e-5,0.6060969,1),(0.793781,3.441465e-6,0.6082038,1),(0.7924655,1.542255e-7,0.6099167,1),(0.7937471,1.357532e-5,0.6082479,1),(0.7924572,1.180098e-7,0.6099275,1),(0.7953568,6.024435e-5,0.6061416,1),(0.7937068,1.441467e-5,0.6083005,1),(0.7924379,-3.468619e-8,0.6099527,1),(0.7936576,1.12318e-5,0.6083648,1),(0.7924154,-6.837489e-8,0.6099818,1),(0.7953162,4.533953e-5,0.6061949,1),(0.7973935,0.0001372805,0.6034598,1),(0.7973756,0.0001023194,0.6034831,1),(0.7914352,6.819392e-7,0.611253,1),(0.7906581,-4.437008e-5,0.612258,1),(0.7914812,-7.189417e-5,0.6111935,1),(0.7907822,-0.0003055623,0.6120974,1),(0.7901387,-0.0001350679,0.6129282,1),(0.7898814,-0.0002713205,0.6132597,1),(0.7903771,-0.000700953,0.6126204,1),(0.790244,-0.00125809,0.6127911,1),(0.7909261,-0.0009771179,0.6119109,1),(0.7906508,-0.002203548,0.6122635,1),(0.7906835,-0.003919614,0.6122126,1),(0.7909603,-0.005101513,0.6118463,1),(0.7912105,-0.009055631,0.6114768,1),(0.7910764,-0.002268531,0.6117132,1),(0.7915211,-0.0002421352,0.6111417,1),(0.7915565,-0.0005656689,0.6110957,1),(0.7901793,-0.003631307,0.612865,1),(0.7913033,-0.01336771,0.6112778,1),(0.7906975,-0.004506886,0.6121904,1),(0.7920004,-0.01294942,0.6103833,1),(0.7930946,-0.02949772,0.6083837,1),(0.7953078,-0.05203387,0.6039686,1),(0.7940585,-0.02659762,0.6072591,1),(0.7966728,-0.04546685,0.6026984,1),(0.7928944,-0.01702388,0.6091211,1),(0.7952494,-0.03045752,0.6055169,1),(0.7982326,-0.04850776,0.6003931,1),(0.796827,-0.04300576,0.6026751,1),(0.8002867,-0.06344781,0.5962512,1),(0.7940536,-0.02714942,0.6072411,1),(0.7913393,-0.008182678,0.6113223,1),(0.7921318,-0.01584125,0.6101446,1),(0.7962491,-0.08384647,0.5991304,1),(0.7937915,-0.1280774,0.5945513,1),(0.7982566,-0.07375389,0.5977849,1),(0.7966982,-0.1158952,0.5931613,1),(0.7865432,-0.1848968,0.5892053,1),(0.7726865,-0.2540579,0.5817302,1),(0.7905279,-0.1721364,0.587737,1),(0.7777216,-0.2422921,0.5800377,1),(0.7995052,-0.1153467,0.5894799,1),(0.794427,-0.1687676,0.5834408,1),(0.7832666,-0.235514,0.5753492,1),(0.7981213,-0.1806375,0.5747804,1),(0.7883144,-0.2418736,0.5657362,1),(0.8024768,-0.1305214,0.582233,1),(0.800332,-0.07534846,0.5948036,1),(0.8028395,-0.09154022,0.5891258,1),(0.7577139,-0.3150396,0.5715064,1),(0.7512348,-0.3485277,0.5605129,1),(0.7629786,-0.3076852,0.5685011,1),(0.7547174,-0.3506564,0.5544742,1),(0.7554582,-0.3555036,0.5503637,1),(0.7709043,-0.3359715,0.5411374,1),(0.7552216,-0.372156,0.5395742,1),(0.7655398,-0.3727576,0.5244051,1),(0.7603639,-0.3487848,0.5479013,1),(0.7570115,-0.3813459,0.530574,1),(0.7608352,-0.398699,0.5120245,1),(0.7592655,-0.3921749,0.5193406,1),(0.7571176,-0.4208767,0.4996356,1),(0.7658798,-0.3530167,0.5374079,1),(0.7697417,-0.3003753,0.5632694,1),(0.775996,-0.3029929,0.5531958,1),(0.7867143,-0.2956019,0.5419412,1),(0.7905953,-0.2411093,0.5628724,1),(0.777373,-0.3528591,0.5207511,1),(0.7815276,-0.3127189,0.5398346,1),(0.7794273,-0.1716284,0.6025254,1),(0.7486621,-0.08709808,0.6572053,1),(0.7748504,-0.2505228,0.5803837,1),(0.7517113,-0.1645589,0.6386316,1),(0.769375,-0.3714907,0.51967,1),(0.7669227,-0.3206638,0.5558816,1),(0.7543126,-0.2418742,0.6103355,1),(0.7614031,-0.3808983,0.5245777,1),(0.7612069,-0.3141701,0.5673283,1),(0.7589914,-0.4195427,0.4979117,1),(0.766592,-0.3969152,0.5047722,1),(0.7572129,-0.4324974,0.4894638,1),(0.7097017,-0.007062361,0.7044669,1),(0.6821287,0.05233113,0.7293572,1),(0.7224379,-0.07970192,0.6868268,1),(0.7073019,-0.01897228,0.7066571,1),(0.6696774,0.09215944,0.7369117,1),(0.674542,0.1133925,0.729476,1),(0.7109908,0.01823709,0.7029648,1),(0.7357425,0.03241468,0.6764852,1),(0.7407338,-0.1047632,0.6635798,1),(0.7607171,-0.0730097,0.6449645,1),(0.8004938,-0.06561401,0.5957387,1),(0.8100649,-0.1641719,0.5628877,1),(0.8540149,-0.1574483,0.4958514,1),(0.7793875,-0.1925174,0.5962315,1),(0.7399562,-0.161051,0.6530906,1),(0.7637824,-0.2426024,0.5981475,1),(0.6988971,0.1132225,0.7062036,1),(0.7426335,0.08748917,0.6639588,1),(0.7774429,0.02819383,0.6283214,1),(0.8294001,0.009739772,0.5585701,1),(0.8050619,0.04150092,0.5917374,1),(0.870728,-0.03474375,0.4905361,1),(0.9405997,-0.0655736,0.3331251,1),(0.8888881,-0.01437105,0.457899,1),(0.901408,-0.07764668,0.4259515,1),(0.9470389,-0.08805278,0.3088107,1),(0.981994,-0.08992704,0.1661351,1),(0.9755797,-0.1300734,0.1769889,1),(0.9941007,-0.1007055,0.04027654,1),(0.9428174,-0.14873,0.2982862,1),(0.8507176,-0.07115673,0.5207842,1),(0.9011011,-0.1575622,0.4039693,1),(0.9147272,-0.13726,0.3800445,1),(0.9422101,-0.190087,0.2758751,1),(0.9717896,-0.1212831,0.2022755,1),(0.9822767,-0.1600953,0.09747759,1),(0.9527847,-0.2365438,0.1903901,1),(0.9558102,-0.2686111,0.1194773,1),(0.982034,-0.1873609,0.02247517,1),(0.9781986,-0.2062054,-0.02463426,1),(0.9928741,-0.1023907,-0.06096809,1),(0.9873617,-0.1098687,-0.1142179,1),(0.9841287,-0.1197081,-0.1309992,1),(0.9805477,-0.03785295,-0.1925962,1),(0.9814242,-0.03939408,-0.1877623,1),(0.9862623,-0.04740307,-0.1582392,1),(0.9947551,-0.09703898,0.03233771,1),(0.9943311,-0.06854492,-0.08128399,1),(0.9571749,-0.2834432,0.05895857,1),(0.9639972,-0.2652018,0.01942112,1),(0.9765119,-0.2092676,-0.05129904,1),(0.9794425,-0.1906565,-0.06589787,1),(0.9749542,-0.2223763,-0.003627884,1),(0.9877996,-0.155356,-0.01079699,1),(0.9860906,-0.1510905,-0.0692605,1),(0.9939373,-0.09088208,-0.06187961,1),(0.9871476,-0.1078096,-0.1179694,1),(0.9914986,-0.07737815,-0.1046098,1),(0.9957387,-0.03097828,-0.08686054,1),(0.9929643,-0.01103713,-0.1178981,1),(0.9951705,0.01999693,-0.09610321,1),(0.9895776,-0.03135221,-0.1405459,1),(0.984386,-0.1220334,-0.1268549,1),(0.9856274,-0.04084548,-0.1639214,1),(0.9962744,-0.08604443,-0.005810034,1),(0.9993988,-0.03386226,0.007452807,1),(0.9984723,-0.02986994,-0.04648387,1),(0.9995822,0.01504076,-0.02468368,1),(0.9995791,0.001845318,0.02895121,1),(0.9980325,0.02180892,0.058785,1),(0.9989963,0.04465009,0.003588006,1),(0.9974792,0.0595874,0.03853,1),(0.9980451,0.04839787,-0.03954189,1),(0.9975584,0.06921642,-0.009302859,1),(0.9966229,0.07801061,0.02563612,1),(0.9964347,0.08197229,-0.01995533,1),(0.9963712,0.08434111,0.01144717,1),(0.996344,0.07056938,-0.0481516,1),(0.9977472,0.01518899,-0.06534521,1),(0.9960449,0.04999552,-0.07345123,1),(0.9957408,0.02260603,0.08938286,1),(0.9935225,0.001449627,0.1136259,1),(0.995616,0.05793144,0.0734346,1),(0.9939961,0.0382137,0.1025263,1),(0.9904198,-0.04192149,0.1315722,1),(0.9838508,-0.107689,0.1429708,1),(0.9920425,3.948697e-5,0.1259026,1),(0.9880272,-0.05704091,0.1433474,1),(0.9942857,0.05707534,0.09021246,1),(0.9929151,0.02695012,0.1157294,1),(0.9904826,-0.01675652,0.1366138,1),(0.9945953,0.04231665,0.09481292,1),(0.993207,0.01256951,0.1156803,1),(0.9954576,0.06406859,0.07042238,1),(0.9954394,0.07399744,0.06020539,1),(0.9960402,0.07802095,0.04262022,1),(0.9745153,-0.1626284,0.1545048,1),(0.969194,-0.1753695,0.172941,1),(0.9813603,-0.1063475,0.1600695,1),(0.9760261,-0.1221897,0.1801189,1),(0.9691877,-0.1457761,0.1985561,1),(0.9703227,-0.07252895,0.2306804,1),(0.9734303,-0.1043424,0.2038285,1),(0.9715843,-0.05228574,0.2308465,1),(0.9819132,-0.07061886,0.175668,1),(0.9786955,-0.06333563,0.1953044,1),(0.9760348,-0.03312432,0.2150784,1),(0.9864135,-0.02499603,0.1623691,1),(0.9848245,-0.0113093,0.1731846,1),(0.988448,-0.02562426,0.1493786,1),(0.9861898,-0.05502498,0.1562106,1),(0.9909058,-0.01305515,0.1339225,1),(0.9664358,0.004076118,0.2568761,1),(0.9625226,0.04317834,0.2677421,1),(0.9677579,0.003515068,0.2518573,1),(0.9649725,0.03284036,0.2602875,1),(0.9632549,0.04547332,0.2647113,1),(0.9686863,0.01157511,0.2480178,1),(0.9657645,0.03608457,0.2568985,1),(0.9702144,0.01361561,0.2418651,1),(0.9718582,0.01939417,0.234767,1),(0.972298,0.02412186,0.2324972,1),(0.9748484,0.01495985,0.2223662,1),(0.9820837,0.02192689,0.1871657,1),(0.9821681,0.02433953,0.1864223,1),(0.9826061,0.01544223,0.1850594,1),(0.9734173,0.0004155584,0.2290384,1),(0.9836059,0.004506367,0.1802757,1),(0.9735704,-0.03807536,0.2251911,1),(0.9752315,-0.08397473,0.2046259,1),(0.9746779,-0.02098951,0.2226259,1),(0.9770226,-0.05493683,0.205934,1),(0.9743162,-0.1264217,0.1863481,1),(0.9713444,-0.1657544,0.1703392,1),(0.9774534,-0.08847493,0.1917217,1),(0.9761024,-0.1218489,0.1799353,1),(0.9793946,-0.02088134,0.2008735,1),(0.9802284,-0.04263473,0.1932217,1),(0.9799505,-0.0672132,0.1875612,1),(0.9824726,0.006593321,0.1862902,1),(0.9822785,-0.009191981,0.1872018,1),(0.9824168,0.01735139,0.1858927,1),(0.9775789,-0.001757545,0.2105619,1),(0.9822826,0.02321432,0.1859625,1),(0.9675477,-0.1954976,0.1601003,1),(0.9649428,-0.2089217,0.1588618,1),(0.9734907,-0.1499714,0.1726977,1),(0.9708256,-0.1675487,0.1715374,1),(0.9642278,-0.2060552,0.166751,1),(0.9650605,-0.1868734,0.1836753,1),(0.9686743,-0.1745916,0.1766015,1),(0.967171,-0.1711533,0.1878476,1),(0.9765611,-0.1110696,0.1843693,1),(0.9741338,-0.1268004,0.1870425,1),(0.9714676,-0.1383924,0.1926093,1),(0.9790602,-0.06990436,0.1911921,1),(0.9768796,-0.09257191,0.1927088,1),(0.9806278,-0.04840994,0.1898046,1),(0.9785799,-0.09119237,0.1845683,1),(0.9816746,-0.0281505,0.1884743,1),(0.9654847,-0.1621175,0.2038562,1),(0.9647536,-0.1421757,0.2214424,1),(0.9658342,-0.1629793,0.2014995,1),(0.9644099,-0.1553721,0.2139458,1),(0.9632761,-0.1270276,0.2365649,1),(0.9613606,-0.1166341,0.2493636,1),(0.9629498,-0.1482982,0.2252453,1),(0.9615042,-0.14171,0.2354318,1),(0.9665169,-0.1523361,0.2064916,1),(0.9644568,-0.1553108,0.2137794,1),(0.9627086,-0.1556116,0.2213081,1),(0.9686645,-0.1439341,0.2024159,1),(0.9659892,-0.1529826,0.2084737,1),(0.9714742,-0.1308623,0.1977698,1),(0.9688671,-0.1466998,0.1994387,1),(0.9742792,-0.1137503,0.1945273,1),(0.9598435,-0.1054602,0.259959,1),(0.9589779,-0.08849079,0.2693155,1),(0.9603013,-0.1341083,0.2446148,1),(0.9592797,-0.1243868,0.2535951,1),(0.9585155,-0.06556469,0.2773975,1),(0.9580847,-0.03649576,0.2841509,1),(0.9583754,-0.1124793,0.2624216,1),(0.9575152,-0.09829523,0.2711138,1),(0.9589962,-0.1542828,0.2377459,1),(0.956625,-0.1542983,0.2471046,1),(0.9538634,-0.1547612,0.2572811,1),(0.9549495,-0.1820759,0.2343497,1),(0.9495247,-0.1953955,0.245405,1),(0.9594196,-0.1705972,0.2245232,1),(0.9610112,-0.1547206,0.2291705,1),(0.9630632,-0.1609118,0.2159089,1),(0.9568003,-0.01377972,0.2904191,1),(0.9551326,-0.009673292,0.2960206,1),(0.9560911,-0.08697456,0.2798667,1),(0.9541255,-0.08337869,0.2875632,1),(0.9533311,-0.02435869,0.3009429,1),(0.950601,-0.05774619,0.3049966,1),(0.9517327,-0.0876355,0.2941514,1),(0.94884,-0.09971604,0.2995988,1),(0.9483618,-0.1535378,0.2775537,1),(0.9462234,-0.1508689,0.2861812,1),(0.9445271,-0.1469067,0.2937461,1),(0.9384948,-0.2045495,0.2781851,1),(0.9381036,-0.1926137,0.2878571,1),(0.9405125,-0.2089999,0.2678716,1),(0.9509209,-0.154853,0.267899,1),(0.9442302,-0.2059441,0.2569364,1),(0.9459651,-0.09986924,0.3085061,1),(0.9396123,-0.141311,0.3117047,1),(0.9451838,-0.1181071,0.3044311,1),(0.9405627,-0.1415309,0.3087245,1),(0.9315813,-0.1822753,0.3145344,1),(0.9218422,-0.2229581,0.3170122,1),(0.9346253,-0.1700347,0.312352,1),(0.9269311,-0.2036661,0.3151487,1),(0.9395406,-0.1541248,0.3057922,1),(0.9354237,-0.1700065,0.3099682,1),(0.9298003,-0.1940265,0.3127698,1),(0.9336615,-0.1834923,0.3075822,1),(0.9299252,-0.1972656,0.3103631,1),(0.9362343,-0.1781114,0.3028886,1),(0.9425198,-0.1464097,0.3003674,1),(0.9377524,-0.1811491,0.2963199,1),(0.9110702,-0.2615719,0.3186398,1),(0.9001577,-0.2961677,0.3193754,1),(0.9177236,-0.2393883,0.3169804,1),(0.9075117,-0.2740979,0.3182654,1),(0.8894972,-0.3268259,0.3193425,1),(0.8794129,-0.3536648,0.3186754,1),(0.8963709,-0.3077755,0.3190505,1),(0.8843915,-0.340413,0.3193283,1),(0.9137287,-0.2547136,0.3165768,1),(0.903033,-0.2883596,0.3184027,1),(0.8902497,-0.3240774,0.3200459,1),(0.9080355,-0.2732193,0.3175261,1),(0.8957609,-0.3081004,0.3204475,1),(0.9175227,-0.2430377,0.3147771,1),(0.9225722,-0.2232473,0.3146762,1),(0.9246892,-0.2176976,0.3123423,1),(0.8720593,-0.3710512,0.3191141,1),(0.8703309,-0.3734225,0.3210604,1),(0.870507,-0.3717046,0.3225729,1),(0.8745909,-0.3642256,0.3200476,1),(0.8741874,-0.3608474,0.3249393,1),(0.8830324,-0.3330913,0.3306112,1),(0.8808606,-0.3380996,0.3313206,1),(0.8727761,-0.3630536,0.3262729,1),(0.8732824,-0.3600647,0.3282245,1),(0.872875,-0.364306,0.3246079,1),(0.8797943,-0.3396328,0.3325829,1),(0.8802478,-0.3370214,0.3340365,1),(0.8759081,-0.35191,0.3300672,1),(0.877139,-0.3521193,0.3265564,1),(0.8787217,-0.3524063,0.3219601,1),(0.8839831,-0.3376163,0.3234025,1),(0.8918726,-0.3023103,0.3364097,1),(0.8970746,-0.2811721,0.3408803,1),(0.8950537,-0.2876416,0.340795,1),(0.8896005,-0.3088106,0.3365218,1),(0.8992628,-0.2698411,0.344256,1),(0.8987793,-0.2683585,0.346669,1),(0.8980139,-0.2701584,0.3472544,1),(0.8977492,-0.2747404,0.3443311,1),(0.8961355,-0.2796495,0.3445826,1),(0.8929762,-0.2937849,0.3410041,1),(0.8973822,-0.2714572,0.3478734,1),(0.8965923,-0.2732208,0.3485294,1),(0.8944234,-0.2843355,0.3451955,1),(0.8910743,-0.2986964,0.3417121,1),(0.8876469,-0.3138145,0.3370513,1),(0.8863932,-0.3162737,0.3380506,1),(0.8967248,-0.2717372,0.3493471,1),(0.8941551,-0.2749567,0.3533913,1),(0.8922306,-0.2786731,0.3553392,1),(0.8961288,-0.2720875,0.3506019,1),(0.8910459,-0.2780232,0.3588037,1),(0.8873827,-0.28095,0.3655393,1),(0.8777899,-0.305757,0.3687783,1),(0.8861856,-0.2899031,0.3614296,1),(0.8834703,-0.2955447,0.3635018,1),(0.8915574,-0.2787175,0.3569901,1),(0.8713346,-0.3210345,0.3710969,1),(0.8685052,-0.3267314,0.3727535,1),(0.8826205,-0.2963693,0.3648923,1),(0.891593,-0.2772184,0.3580668,1),(0.8961104,-0.2706737,0.3517413,1),(0.8961428,-0.2694796,0.3525744,1),(0.8889773,-0.2699272,0.369944,1),(0.9010671,-0.2304721,0.3673699,1),(0.8812207,-0.2850193,0.3771131,1),(0.8737642,-0.3097089,0.3749887,1),(0.9206261,-0.1600608,0.3561295,1),(0.9411669,-0.05616741,0.3332419,1),(0.9206665,-0.1414206,0.3638316,1),(0.8984336,-0.229816,0.3741682,1),(0.8754587,-0.2877835,0.388269,1),(0.8635279,-0.3264921,0.3843468,1),(0.8949069,-0.2189847,0.388828,1),(0.8671065,-0.2851032,0.4084635,1),(0.8549942,-0.3309282,0.399339,1),(0.8506472,-0.3525063,0.3900496,1),(0.8619727,-0.3372452,0.3785086,1),(0.8552386,-0.3510307,0.3812405,1),(0.9558948,0.06937434,0.2853985,1),(0.9583052,0.2080033,0.1959231,1),(0.9614752,0.1068506,0.2532752,1),(0.9433706,-0.0275762,0.3305925,1),(0.9292929,0.3651959,0.05519642,1),(0.8371121,0.528074,-0.1427623,1),(0.9546528,0.2716064,0.1219345,1),(0.8858101,0.4582996,-0.07281376,1),(0.966664,0.1691868,0.1921889,1),(0.9508134,0.00308871,0.3097488,1),(0.9280526,0.3724169,0.004916632,1),(0.9652565,0.05873619,0.2546174,1),(0.9581398,0.2735748,0.0844105,1),(0.9289702,-0.1013052,0.356022,1),(0.9210916,-0.1227149,0.3695015,1),(0.8913156,-0.2114776,0.4010408,1),(0.7022759,0.6355732,-0.3207108,1),(0.6063945,0.674749,-0.4207132,1),(0.7600848,0.5948507,-0.2615794,1),(0.6518089,0.6550488,-0.3821733,1),(0.5695316,0.6775817,-0.4653136,1),(0.5918896,0.6562513,-0.4679753,1),(0.5867969,0.6709508,-0.4533151,1),(0.5677804,0.6599739,-0.4919956,1),(0.7080245,0.6238917,-0.3308483,1),(0.617488,0.6570652,-0.4324047,1),(0.5548486,0.6570049,-0.5103799,1),(0.660056,0.6341559,-0.4027065,1),(0.5552857,0.6473583,-0.5220966,1),(0.7697687,0.5789781,-0.268776,1),(0.8213152,0.5382464,-0.1890295,1),(0.8784833,0.4654142,-0.1079655,1),(0.6596028,0.6086228,-0.4410243,1),(0.761035,0.5214213,-0.3859347,1),(0.5971793,0.6255458,-0.502065,1),(0.6805481,0.5582835,-0.4745246,1),(0.8876115,0.3644496,-0.2816425,1),(0.988353,0.1088913,-0.1063068,1),(0.8167821,0.4291784,-0.3855815,1),(0.9595738,0.199572,-0.198467,1),(0.596166,0.5800229,-0.5551213,1),(0.7315308,0.4799961,-0.4842173,1),(0.9114513,0.2874284,-0.294349,1),(0.6431867,0.5141097,-0.5674522,1),(0.8480697,0.3643113,-0.3847792,1),(0.5182186,0.5876228,-0.6214087,1),(0.5394766,0.6315517,-0.5568729,1),(0.4926988,0.6280022,-0.6023795,1),(0.9869263,-0.1425252,0.07525218,1),(0.9382786,-0.2924151,0.1847336,1),(0.9987814,-0.04688204,0.01542117,1),(0.9658672,-0.2103551,0.1511667,1),(0.89875,-0.3677981,0.23869,1),(0.8831701,-0.3938015,0.2548159,1),(0.9244124,-0.3091944,0.2232951,1),(0.8948236,-0.3681075,0.252562,1),(0.9872368,-0.1183183,0.1066044,1),(0.9495073,-0.2420179,0.1996575,1),(0.9089502,-0.3365445,0.2460642,1),(0.9715549,-0.1690047,0.1658871,1),(0.9248681,-0.2999495,0.2337718,1),(0.9985031,-0.02141903,0.05032571,1),(0.996919,0.05601967,-0.05490177,1),(0.9784413,0.1583062,-0.1326341,1),(0.8918665,-0.3789124,0.2469805,1),(0.9208423,-0.3203642,0.2222976,1),(0.8871253,-0.3853441,0.2540053,1),(0.9076878,-0.3479572,0.2345816,1),(0.9618097,-0.2095459,0.1761041,1),(0.9939522,-0.03837028,0.1028923,1),(0.9500738,-0.247658,0.1898033,1),(0.9910056,-0.07269286,0.1123545,1),(0.8949843,-0.3713903,0.2471279,1),(0.9372373,-0.2824825,0.2044258,1),(0.9868152,-0.1054721,0.1227661,1),(0.92479,-0.3109116,0.2193113,1),(0.9819104,-0.1341122,0.1336626,1),(0.8842685,-0.3884373,0.259202,1),(0.8845489,-0.3873606,0.2598557,1),(0.8848562,-0.3841192,0.2635941,1),(0.990398,0.1357459,0.02617037,1),(0.9666582,0.2547424,-0.02604396,1),(0.9933048,0.1119051,0.02868445,1),(0.9710391,0.2372739,-0.02800483,1),(0.9439856,0.325366,-0.05502908,1),(0.9324363,0.3550673,-0.06700452,1),(0.9486119,0.3108466,-0.05924532,1),(0.937269,0.3410315,-0.07227997,1),(0.9752946,0.2188927,-0.02977401,1),(0.9536478,0.2939358,-0.06447997,1),(0.9425528,0.3255224,-0.07503051,1),(0.9483766,0.3075497,-0.07742686,1),(0.9589289,0.274673,-0.07078161,1),(0.9792623,0.2001586,-0.03133269,1),(0.9955998,0.08820803,0.03162976,1),(0.9972132,0.06596728,0.03484098,1),(0.9371753,0.3452794,-0.04984523,1),(0.960275,0.2789795,-0.006506527,1),(0.9647631,0.263038,-0.006567776,1),(0.9421074,0.3309738,-0.05375884,1),(0.9874524,0.1397333,0.0735677,1),(0.9770579,-0.09008589,0.192983,1),(0.9692423,-0.1206109,0.2145286,1),(0.9895235,0.119015,0.08172294,1),(0.9912136,0.09512436,0.09190661,1),(0.9698148,0.2437825,-0.005428304,1),(0.9587095,-0.1536152,0.2393295,1),(0.9453844,-0.1876586,0.2665196,1),(0.9922128,0.06873896,0.1038686,1),(0.9751471,0.2215383,-0.00299501,1),(0.9478612,0.3135588,-0.05692166,1),(0.9542113,0.2932368,-0.05910213,1),(0.8926077,-0.3275496,0.3097783,1),(0.7758418,-0.4919237,0.3950704,1),(0.734821,-0.5253287,0.4290313,1),(0.8664031,-0.3643948,0.341412,1),(0.6565827,-0.5978094,0.4599165,1),(0.5417302,-0.6636867,0.5157987,1),(0.4930638,-0.6784251,0.5446352,1),(0.6083654,-0.6227092,0.4920617,1),(0.5599111,-0.6428877,0.5226805,1),(0.6896788,-0.5559971,0.4639078,1),(0.4500122,-0.6877849,0.5695972,1),(0.4131563,-0.6924981,0.5913952,1),(0.5127815,-0.657999,0.5514457,1),(0.6420158,-0.5824566,0.4985581,1),(0.8351144,-0.4014398,0.3760718,1),(0.7995186,-0.4367003,0.4123867,1),(0.4382335,-0.702767,0.5604194,1),(0.3592108,-0.7232749,0.5897806,1),(0.3248903,-0.7226245,0.6101311,1),(0.3945823,-0.7083318,0.5852954,1),(0.3078045,-0.731276,0.6086804,1),(0.2842883,-0.7308175,0.620553,1),(0.2781987,-0.7251016,0.6299468,1),(0.2861404,-0.7271266,0.6240278,1),(0.2793968,-0.7208192,0.6343163,1),(0.3048201,-0.7185786,0.6250834,1),(0.2856052,-0.7180489,0.6346931,1),(0.3020021,-0.7096972,0.6364939,1),(0.2841911,-0.7128508,0.6411545,1),(0.2967717,-0.7121213,0.6362467,1),(0.3621389,-0.7091612,0.6049346,1),(0.3400186,-0.7064615,0.620725,1),(0.2968235,-0.7237433,0.6229698,1),(0.3544759,-0.7089652,0.6096845,1),(0.3806574,-0.6973515,0.6072898,1),(0.3071581,-0.7163928,0.6264466,1),(0.458062,-0.6790367,0.5736622,1),(0.6013944,-0.6208173,0.5029023,1),(0.6560707,-0.5826468,0.479681,1),(0.4998456,-0.6580735,0.5631107,1),(0.5431963,-0.634315,0.5500749,1),(0.4134417,-0.6839008,0.6011202,1),(0.7064913,-0.5408956,0.4564011,1),(0.7527673,-0.4960788,0.4327209,1),(0.5854744,-0.6083938,0.5357955,1),(0.4483581,-0.6688559,0.5929644,1),(0.3280611,-0.7078118,0.6256024,1),(0.3544523,-0.6979443,0.6222839,1),(0.7461424,-0.5223618,0.4128073,1),(0.8737376,-0.3674158,0.3187293,1),(0.9173619,-0.2918426,0.2706938,1),(0.8026557,-0.4636396,0.3752093,1),(0.9732465,-0.114539,0.1991787,1),(0.9623517,0.2698546,0.03252316,1),(0.9384522,0.3452699,-0.009802104,1),(0.9885529,-0.03084513,0.147688,1),(0.9931487,0.05468654,0.1032703,1),(0.9498642,-0.2137643,0.2281729,1),(0.9051337,0.4226503,-0.0458229,1),(0.8626609,0.4995946,-0.0788755,1),(0.9879411,0.1421421,0.06138365,1),(0.9733483,-0.1324184,0.1872392,1),(0.8502091,-0.4014407,0.3405728,1),(0.890764,-0.3355366,0.3065204,1),(0.7826731,0.6109498,-0.1190094,1),(0.5703513,0.797754,-0.1956733,1),(0.5002353,0.8402155,-0.2092903,1),(0.7283967,0.6696066,-0.1451382,1),(0.3731848,0.9012822,-0.2200537,1),(0.1769802,0.9622381,-0.2068235,1),(0.1046135,0.9733288,-0.2041744,1),(0.2974717,0.9279763,-0.2244336,1),(0.2200106,0.9489684,-0.2259521,1),(0.4243603,0.8785913,-0.2190792,1),(0.03481372,0.9791484,-0.200141,1),(-0.0310279,0.9801314,-0.1959074,1),(0.1433249,0.9635665,-0.2258263,1),(0.3454888,0.9107271,-0.2263045,1),(0.6655761,0.7275118,-0.1665391,1),(0.5960196,0.7813661,-0.1850069,1),(-0.00143768,0.9842216,-0.1769344,1),(-0.1212499,0.9810998,-0.1508028,1),(-0.1617256,0.975701,-0.1478247,1),(-0.06018911,0.9838787,-0.1684041,1),(-0.1864765,0.9726835,-0.1382512,1),(-0.201963,0.9699141,-0.1359324,1),(-0.2035182,0.9687436,-0.1418314,1),(-0.189452,0.9706696,-0.1480151,1),(-0.1957987,0.9695492,-0.1470956,1),(-0.2134672,0.9660115,-0.145786,1),(-0.1712051,0.9716579,-0.1630027,1),(-0.2189483,0.9637901,-0.1522178,1),(-0.1485493,0.9726567,-0.1785277,1),(-0.2237515,0.9636616,-0.1459164,1),(-0.1138437,0.9801074,-0.1625708,1),(-0.1620024,0.9740763,-0.1578947,1),(-0.1638737,0.9760473,-0.1430983,1),(-0.05198074,0.986803,-0.153355,1),(0.01016674,0.9840362,-0.1776776,1),(-0.1234232,0.978596,-0.1646712,1),(0.1674923,0.9706497,-0.1725849,1),(0.5143334,0.837112,-0.1862918,1),(0.5881233,0.7868659,-0.1869573,1),(0.2441761,0.9506492,-0.1914267,1),(0.3217548,0.9234657,-0.2090094,1),(0.07660146,0.9762896,-0.2024619,1),(0.6570196,0.7309504,-0.1844903,1),(0.7192764,0.6714389,-0.1783572,1),(0.3976999,0.8899242,-0.223315,1),(0.1450816,0.9634067,-0.2253861,1),(-0.07667412,0.9797189,-0.1851269,1),(-0.0269777,0.9778965,-0.2073423,1),(0.8063487,0.5695565,-0.1593958,1),(0.9518629,0.2933382,-0.08893699,1),(0.9753002,0.2128918,-0.05887702,1),(0.8575807,0.4949579,-0.1398995,1),(0.9996068,0.02169882,0.01775555,1),(0.9507323,-0.2627281,0.1645664,1),(0.9346521,-0.3025469,0.1867909,1),(0.9977261,-0.0467073,0.0485897,1),(0.990759,-0.1089148,0.08083445,1),(0.9903527,0.1361284,-0.02589283,1),(0.9179787,-0.3369126,0.2092963,1),(0.901467,-0.3658514,0.231322,1),(0.9799477,-0.164129,0.1129774,1),(0.9978578,0.06489429,0.008283092,1),(0.900246,0.4194974,-0.1165289,1),(0.9340247,0.3455859,-0.09037813,1),(0.8243583,-0.4858123,0.2905509,1),(0.7268751,-0.5916033,0.3487951,1),(0.7229366,-0.5907978,0.3582185,1),(0.8120474,-0.4983396,0.3037047,1),(0.6904913,-0.6242813,0.3653691,1),(0.7138612,-0.6051436,0.3524251,1),(0.7236044,-0.5912011,0.3561995,1),(0.6938346,-0.6163301,0.3724656,1),(0.6998846,-0.6059695,0.3781037,1),(0.7216371,-0.5872831,0.3665222,1),(0.7352797,-0.5752033,0.3584758,1),(0.7486325,-0.5571724,0.3593167,1),(0.7083256,-0.5933208,0.3824203,1),(0.7227466,-0.5812818,0.3738299,1),(0.8015541,-0.5073619,0.3163776,1),(0.7929746,-0.5131462,0.3284392,1),(0.7666233,-0.5549577,0.3229718,1),(0.8208742,-0.4927673,0.288697,1),(0.8370251,-0.467249,0.2847235,1),(0.7808592,-0.5349439,0.3226357,1),(0.8744708,-0.4165889,0.2485047,1),(0.9239627,-0.3250537,0.2015766,1),(0.9370847,-0.291353,0.192317,1),(0.8901428,-0.3864217,0.2415039,1),(0.9052681,-0.3549615,0.2334358,1),(0.8531719,-0.4403737,0.2795871,1),(0.9493482,-0.2561713,0.1819737,1),(0.9599815,-0.2217247,0.1710956,1),(0.9192837,-0.3233272,0.2244483,1),(0.8689816,-0.4125688,0.273236,1),(0.7959196,-0.5133059,0.3209815,1),(0.8115914,-0.4901238,0.3179591,1),(0.9605373,-0.2311046,0.1547871,1),(0.9818362,-0.1498525,0.1163698,1),(0.987808,-0.1143529,0.1056355,1),(0.9700618,-0.1955686,0.1439901,1),(0.9928018,-0.08210505,0.08719686,1),(0.9974138,-0.02766044,0.06633668,1),(0.9958761,-0.04911056,0.07628126,1),(0.9984278,0.0009461197,0.0560438,1),(0.9926332,-0.07811401,0.09261473,1),(0.9978293,-0.01583877,0.06392113,1),(0.9985312,0.02914484,0.04567476,1),(0.9985026,0.01614477,0.0522661,1),(0.997765,0.0567379,0.03529697,1),(0.9958135,-0.0433596,0.0804704,1),(0.9784803,-0.1584243,0.1322047,1),(0.9851196,-0.1227823,0.1202657,1),(0.9983931,0.02696893,0.04983984,1),(0.9949337,0.09499231,0.03291493,1),(0.9978077,0.05209157,0.04081873,1),(0.9924428,0.1201691,0.02483647,1),(0.9840999,0.1769516,0.01534534,1),(0.9621847,0.272382,-0.002906561,1),(0.9785402,0.2059065,0.007851575,1),(0.9511217,0.3086435,-0.01032439,1),(0.989445,0.1438982,0.0170857,1),(0.9722683,0.233867,0.0006045697,1),(0.938448,0.3449774,-0.01748793,1),(0.9230707,0.383744,-0.02609896,1),(0.964568,0.2637096,-0.008116745,1),(0.9855897,0.1689255,0.008781317,1),(0.9965945,0.0759808,0.03203695,1),(0.9946907,0.1003099,0.02298542,1),(0.9231316,0.3841666,-0.01562004,1),(0.8539394,0.5199804,-0.0201995,1),(0.8238731,0.5661848,-0.02584338,1),(0.9038271,0.4272775,-0.02303136,1),(0.7320204,0.6811436,-0.01376978,1),(0.5294999,0.8482959,0.004878687,1),(0.4683928,0.8834997,0.006020631,1),(0.6879536,0.7255601,-0.01680474,1),(0.6387585,0.7691702,-0.01910387,1),(0.7895313,0.6128932,-0.03165895,1),(0.4023159,0.9154528,0.009381829,1),(0.3313614,0.9433793,0.0153354,1),(0.5835243,0.8118335,-0.02063112,1),(0.7495886,0.6608166,-0.03792459,1),(0.8815216,0.4711572,-0.03050213,1),(0.8548826,0.5173547,-0.03898573,1),(0.2809928,0.9590344,0.03600052,1),(0.04512256,0.9958485,0.07905486,1),(-0.03164336,0.9956678,0.08743215,1),(0.2066713,0.9775355,0.04136814,1),(-0.1750974,0.9753658,0.1341732,1),(-0.3843581,0.9008055,0.2020356,1),(-0.4365006,0.8741007,0.2131086,1),(-0.2438114,0.9590322,0.1442675,1),(-0.3105721,0.9374633,0.1571863,1),(-0.1090785,0.9890556,0.09935196,1),(-0.4849161,0.8449521,0.2256374,1),(-0.5296832,0.8135024,0.2401034,1),(-0.3744896,0.9108664,0.1734355,1),(-0.1857694,0.9757993,0.1153493,1),(0.1290108,0.9903735,0.0501669,1),(0.04916357,0.9968075,0.06291081,1),(-0.5617603,0.7829357,0.2672771,1),(-0.6886075,0.6514641,0.3184559,1),(-0.7075762,0.6252585,0.329223,1),(-0.5955174,0.7534199,0.2787785,1),(-0.7754768,0.5185898,0.3601392,1),(-0.8327512,0.3861863,0.3967186,1),(-0.8322518,0.3809868,0.402748,1),(-0.7831228,0.5005292,0.3690381,1),(-0.7881105,0.4863682,0.3772637,1),(-0.7227511,0.6019296,0.3395754,1),(-0.8303698,0.379517,0.4079862,1),(-0.8271128,0.382275,0.4120077,1),(-0.7909473,0.4759271,0.3845721,1),(-0.734985,0.5810539,0.3495334,1),(-0.6249607,0.7245861,0.2905152,1),(-0.6508836,0.6961908,0.3027687,1),(-0.8661953,0.2650002,0.4236514,1),(-0.8830194,0.1717606,0.4367777,1),(-0.8781117,0.1884995,0.4397589,1),(-0.861742,0.2732614,0.4274682,1),(-0.8913373,0.108003,0.4402876,1),(-0.8969063,0.0726111,0.4362189,1),(-0.8936927,0.09126209,0.4393001,1),(-0.8875161,0.1280215,0.4426349,1),(-0.8835816,0.1516801,0.4430313,1),(-0.8727367,0.2083623,0.4414928,1),(-0.8907787,0.1145231,0.4397703,1),(-0.8777599,0.1806436,0.4437404,1),(-0.8870181,0.1435864,0.4388415,1),(-0.8665996,0.2328851,0.4413271,1),(-0.8566405,0.2846598,0.4302741,1),(-0.8505763,0.3004141,0.4315916,1),(-0.898398,0.07681426,0.4324124,1),(-0.8927537,0.1348289,0.4298976,1),(-0.8961725,0.09448221,0.4335296,1),(-0.8884952,0.1575717,0.4309842,1),(-0.8699191,0.2531,0.4232978,1),(-0.8060647,0.4330674,0.4033764,1),(-0.7735075,0.4924745,0.3989426,1),(-0.8581885,0.2895871,0.4238536,1),(-0.8432873,0.3299731,0.4242454,1),(-0.8829217,0.1851645,0.4314664,1),(-0.7332342,0.5541574,0.3940521,1),(-0.6850026,0.6160681,0.3888852,1),(-0.8249434,0.3733495,0.4243567,1),(-0.8757028,0.2176048,0.4310367,1),(-0.8933557,0.1173843,0.4337473,1),(-0.8895642,0.1461644,0.432795,1),(-0.6894531,0.6177223,0.3782506,1),(-0.512,0.7765108,0.3672696,1),(-0.414482,0.8430947,0.3426312,1),(-0.6241271,0.6914637,0.3637901,1),(-0.2075227,0.9083362,0.363125,1),(0.3076001,0.8949867,0.3230805,1),(0.4107923,0.8641459,0.2906916,1),(-0.08752741,0.9400868,0.3295084,1),(0.0395016,0.9550481,0.2938077,1),(-0.302359,0.8995267,0.3153266,1),(0.5059162,0.8229334,0.2585137,1),(0.5915188,0.7734195,0.2278769,1),(0.169303,0.9513069,0.2575883,1),(-0.1777627,0.941545,0.2861704,1),(-0.5453944,0.7627261,0.3475544,1),(-0.45342,0.8279914,0.3299099,1),(0.7320703,0.6446236,0.2203033,1),(0.8950037,0.4219072,0.1447852,1),(0.9245851,0.3546474,0.1391672,1),(0.7890019,0.579712,0.2034944,1),(0.9550464,0.2754806,0.1095307,1),(0.9795092,0.1735122,0.1022513,1),(0.9857284,0.1319234,0.1045737,1),(0.9699968,0.2170991,0.1094273,1),(0.9799189,0.1658526,0.1106882,1),(0.9458339,0.2947333,0.1361272,1),(0.98952,0.0951603,0.1086036,1),(0.9859448,0.1231203,0.1129336,1),(0.991415,0.06421974,0.1138955,1),(0.9603416,0.2438563,0.1351964,1),(0.8343384,0.5179043,0.1888237,1),(0.8695958,0.4612129,0.1763115,1),(0.9897771,0.09637112,0.1051381,1),(0.993629,0.04167393,0.1047119,1),(0.9935587,0.03050935,0.109134,1),(0.9913825,0.07305037,0.1087398,1),(0.9948434,0.008812197,0.1010391,1),(0.9953811,-0.003036635,0.09595432,1),(0.9944993,0.003957659,0.1046676,1),(0.9949569,-0.006995033,0.1000596,1),(0.9939067,-0.003297857,0.1101756,1),(0.9934452,0.01894418,0.1127284,1),(0.9944775,-0.01518724,0.1038448,1),(0.9933233,-0.01408832,0.1144995,1),(0.9937261,-0.02954113,0.1078699,1),(0.9930902,0.006642043,0.117166,1),(0.9922717,0.05171097,0.1127953,1),(0.9926086,0.0327346,0.1168616,1),(0.9959641,-0.01013902,0.08917692,1),(0.9962388,-0.02858461,0.08179843,1),(0.9956124,-0.01612714,0.0921732,1),(0.9957562,-0.03714611,0.08420012,1),(0.9955468,-0.0584274,0.07397885,1),(0.9928541,-0.09964278,0.06566657,1),(0.9946332,-0.0701142,0.076084,1),(0.9910558,-0.1149824,0.06773065,1),(0.9948159,-0.0519252,0.08743648,1),(0.9929585,-0.08783729,0.07948623,1),(0.9882054,-0.1353828,0.07156518,1),(0.9896258,-0.1156714,0.08521174,1),(0.9830773,-0.1655052,0.07853042,1),(0.992804,-0.07634166,0.09226155,1),(0.9950402,-0.02773012,0.09552944,1),(0.9938682,-0.04764892,0.09977816,1),(0.9866489,-0.1506372,0.06190753,1),(0.9753497,-0.209943,0.06794728,1),(0.9834284,-0.1694947,0.06434511,1),(0.9702325,-0.2314975,0.07111796,1),(0.9570671,-0.2774957,0.08377734,1),(0.9292738,-0.3523374,0.1109437,1),(0.9496108,-0.3008133,0.08803827,1),(0.9193739,-0.3767816,0.1130806,1),(0.9646852,-0.2523607,0.07547482,1),(0.9435096,-0.3183301,0.09195536,1),(0.9138892,-0.3884669,0.117898,1),(0.9382807,-0.3321016,0.09663265,1),(0.9140397,-0.3877751,0.1190043,1),(0.9575195,-0.2763321,0.08244476,1),(0.9791262,-0.1913059,0.06865773,1),(0.9723296,-0.2207671,0.07640124,1),(0.9052103,-0.4043756,0.1306701,1),(0.9039666,-0.4062836,0.1333343,1),(0.8971938,-0.41888,0.1399384,1),(0.894506,-0.4257448,0.1363836,1),(0.9265174,-0.3580261,0.1156838,1),(0.964134,-0.2537156,0.07793572,1),(0.9713246,-0.22296,0.08256717,1),(0.9270706,-0.3539491,0.123532,1),(0.9307721,-0.3427811,0.1271392,1),(0.8976263,-0.4171546,0.1422997,1),(0.9760097,-0.1987511,0.08889984,1),(0.9386014,-0.3212352,0.1258388,1),(0.978937,-0.1827999,0.09092035,1),(0.9071235,-0.3969793,0.1397659,1),(0.8915779,-0.4312753,0.1381683,1),(0.8981408,-0.4177473,0.1372234,1),(0.9901975,-0.1336327,0.04063233,1),(0.9987637,-0.04858003,0.01053838,1),(0.9963636,-0.07538448,0.03970676,1),(0.9995912,0.0274915,0.007855126,1),(0.9999638,0.001720137,-0.00834045,1),(0.9995502,0.02255587,-0.01976623,1),(0.9961742,0.08673711,-0.01066196,1),(0.9939983,0.1079936,-0.01745639,1),(0.9974479,0.07034341,0.0122207,1),(0.9911243,0.1328313,-0.005332537,1),(0.9880987,0.1536892,-0.006381864,1),(0.991203,0.1319277,0.01058073,1),(0.9883153,0.1520266,0.0109963,1),(0.9970792,0.07217542,0.02497869,1),(0.9982848,-0.03961866,0.04310476,1),(0.9981349,-0.03209506,0.05192773,1),(0.8156451,0.002225686,0.5785484,1),(0.8171698,0.002185092,0.5763928,1),(0.8172691,0.001981117,0.5762528,1),(0.8200433,0.002923747,0.5722939,1),(0.8196675,0.002561376,0.5728339,1),(0.8190338,0.00298941,0.5737374,1),(0.817175,0.001636294,0.5763873,1),(0.8167841,0.001149718,0.5769423,1),(0.8189997,0.001955768,0.5737907,1),(0.8182545,0.001117032,0.574855,1),(0.8220478,0.002597415,0.5694125,1),(0.8207133,0.00153285,0.5713382,1),(0.8196278,0.0001197241,0.5728963,1),(0.8220769,-0.0001071839,0.5693766,1),(0.8208917,-0.002381779,0.5710789,1),(0.8236874,0.001649641,0.5670417,1),(0.8223672,0.003374384,0.5689471,1),(0.8237309,0.003322633,0.5669712,1),(0.8263823,0.002998105,0.5631015,1),(0.8277915,0.003533743,0.5610247,1),(0.8162118,0.0006524064,0.5777525,1),(0.815532,0.0002761717,0.578712,1),(0.8174674,0.0002330134,0.5759749,1),(0.8165938,-0.0005109068,0.5772125,1),(0.8147475,2.133806e-5,0.5798159,1),(0.8138694,-0.0001123135,0.581048,1),(0.8156511,-0.001112898,0.5785432,1),(0.8146342,-0.001573427,0.579973,1),(0.8177211,-0.002854604,0.5756076,1),(0.8167169,-0.004197377,0.5770233,1),(0.8156695,-0.005443716,0.5784926,1),(0.8180556,-0.01021742,0.5750484,1),(0.817165,-0.0129294,0.5762588,1),(0.8189721,-0.007554392,0.5737837,1),(0.8186932,-0.001415135,0.5742295,1),(0.8199185,-0.004942175,0.5724589,1),(0.812838,-0.0001824745,0.5824897,1),(0.8116194,-0.0002467851,0.5841864,1),(0.8135006,-0.001970605,0.5815608,1),(0.8122447,-0.002379903,0.5833122,1),(0.8102107,-0.0003052702,0.5861386,1),(0.8086193,-0.0003582255,0.5883324,1),(0.8108771,-0.00280075,0.5852097,1),(0.8094029,-0.003233143,0.5872446,1),(0.8134987,-0.00795,0.5815124,1),(0.8124133,-0.009282078,0.5830081,1),(0.8113309,-0.01066724,0.5844898,1),(0.8152367,-0.02174284,0.5787196,1),(0.8149391,-0.0249446,0.5790095,1),(0.8157065,-0.01867393,0.5781645,1),(0.8145882,-0.006670252,0.5800013,1),(0.8163533,-0.01573605,0.5773385,1),(0.8068302,-0.0004141021,0.5907833,1),(0.8048114,-0.0004820907,0.5935304,1),(0.8077722,-0.003649576,0.5894835,1),(0.8059399,-0.004022432,0.5919836,1),(0.8025517,-0.0005625335,0.5965824,1),(0.8000542,-0.000655206,0.5999274,1),(0.8039188,-0.004351794,0.5947232,1),(0.8016943,-0.004639015,0.5977163,1),(0.8089507,-0.0131518,0.5877293,1),(0.8076111,-0.0141426,0.5895458,1),(0.8061586,-0.01497333,0.5915101,1),(0.8145993,-0.03296376,0.5790866,1),(0.8146411,-0.03485942,0.5789169,1),(0.8146383,-0.03068483,0.5791572,1),(0.8101929,-0.01199461,0.5860407,1),(0.8147531,-0.02801575,0.5791309,1),(0.7976205,-0.0007389131,0.6031592,1),(0.7955896,-0.0007897427,0.6058353,1),(0.7995616,-0.004853374,0.6005644,1),(0.7978351,-0.004955412,0.6028554,1),(0.7939728,-0.000807518,0.6079527,1),(0.7927925,-0.0007920806,0.6094911,1),(0.7965373,-0.004943167,0.6045693,1),(0.7956794,-0.004817158,0.6056989,1),(0.8040083,-0.01582867,0.5944075,1),(0.8035691,-0.01576621,0.5950027,1),(0.8035569,-0.01538089,0.5950291,1),(0.8169646,-0.03666522,0.5755211,1),(0.8186294,-0.03580108,0.5732052,1),(0.8157453,-0.03679755,0.5772396,1),(0.8048761,-0.01556375,0.5932387,1),(0.8149735,-0.03619472,0.5783669,1),(0.7920355,-0.001802626,0.6104724,1),(0.7917178,-0.004898963,0.6108673,1),(0.7952657,-0.006208112,0.6062292,1),(0.7953061,-0.01074641,0.6061127,1),(0.7918242,-0.01005703,0.6106662,1),(0.7923287,-0.01724388,0.6098507,1),(0.795775,-0.01837928,0.6053134,1),(0.7966043,-0.02903227,0.6038036,1),(0.8066003,-0.02140502,0.5907096,1),(0.8057938,-0.03168464,0.5913479,1),(0.8068756,-0.04499913,0.589005,1),(0.8265911,-0.06507103,0.5590286,1),(0.8249078,-0.05117836,0.5629456,1),(0.8248904,-0.03968476,0.563898,1),(0.8039753,-0.0168178,0.5944249,1),(0.8227515,-0.03475532,0.5673378,1),(0.7935866,-0.02791427,0.6078168,1),(0.7959576,-0.04352775,0.6037854,1),(0.7981905,-0.04400509,0.6007956,1),(0.8009236,-0.06462573,0.5952688,1),(0.7992402,-0.06411972,0.5975816,1),(0.8031674,-0.08973663,0.5889562,1),(0.8044907,-0.09092403,0.5869647,1),(0.8084747,-0.1229353,0.5755481,1),(0.8114507,-0.088162,0.5777327,1),(0.8146549,-0.1194679,0.5675076,1),(0.8161235,-0.1586287,0.5556791,1),(0.8337758,-0.1885761,0.5188997,1),(0.8336859,-0.1448638,0.5328999,1),(0.8311144,-0.1111731,0.5448757,1),(0.8087002,-0.06335065,0.5847996,1),(0.8285601,-0.08457074,0.5534762,1),(0.8059636,-0.1216048,0.5793401,1),(0.8056248,-0.1611716,0.5700811,1),(0.8108836,-0.1597779,0.562973,1),(0.8098854,-0.2008646,0.5511253,1),(0.8013725,-0.208676,0.5605859,1),(0.7921805,-0.2641962,0.5501367,1),(0.805043,-0.2464738,0.539589,1),(0.795763,-0.2967896,0.527899,1),(0.8172266,-0.2404421,0.5237635,1),(0.811213,-0.2844286,0.5109147,1),(0.8012932,-0.3302465,0.4988652,1),(0.8235271,-0.3137393,0.4726213,1),(0.812561,-0.3556328,0.4618117,1),(0.8310616,-0.2716258,0.485341,1),(0.8195847,-0.1979867,0.5376636,1),(0.8351706,-0.2289414,0.5000762,1),(0.7805309,-0.3199644,0.5370235,1),(0.769859,-0.3682592,0.5212507,1),(0.7842681,-0.3466899,0.5145187,1),(0.7733229,-0.3909369,0.4991392,1),(0.7610406,-0.4090605,0.5034747,1),(0.7547821,-0.4425389,0.484214,1),(0.7635998,-0.4293774,0.4822348,1),(0.7556463,-0.4620425,0.4642365,1),(0.7790258,-0.4133448,0.4714497,1),(0.7699199,-0.4467621,0.455661,1),(0.7628616,-0.4746996,0.4389788,1),(0.7841434,-0.4540706,0.4230117,1),(0.7805899,-0.4743966,0.4069733,1),(0.791008,-0.4274749,0.4376887,1),(0.7896865,-0.3744499,0.4859863,1),(0.8006886,-0.3946247,0.4507427,1),(0.7517792,-0.4609065,0.4715859,1),(0.7546847,-0.4556248,0.4720772,1),(0.7525034,-0.4812451,0.4496018,1),(0.7584926,-0.4789826,0.4418875,1),(0.7632774,-0.4262874,0.4854757,1),(0.7756294,-0.371321,0.5104114,1),(0.773536,-0.4552625,0.4408834,1),(0.7961856,-0.4092588,0.4456406,1),(0.7724779,-0.4868243,0.4077744,1),(0.7930781,-0.4645644,0.393963,1),(0.8223205,-0.4229946,0.3806109,1),(0.8239749,-0.4488913,0.3457771,1),(0.856034,-0.4063178,0.3195489,1),(0.7993815,-0.4742672,0.368863,1),(0.7622482,-0.4902095,0.4226964,1),(0.7845659,-0.4826988,0.3891763,1),(0.7928632,-0.3100663,0.5246207,1),(0.8181341,-0.2651357,0.5102545,1),(0.8232043,-0.3565372,0.4418325,1),(0.8526466,-0.3150219,0.4168394,1),(0.8517562,-0.2367261,0.4674098,1),(0.8911977,-0.224649,0.3940805,1),(0.8843323,-0.2846164,0.3700671,1),(0.9164976,-0.2647514,0.299898,1),(0.8827816,-0.3357885,0.3285463,1),(0.9101357,-0.3036175,0.2819034,1),(0.9351419,-0.2778181,0.219833,1),(0.934765,-0.2878076,0.2082813,1),(0.9525469,-0.2612939,0.1561409,1),(0.9131979,-0.3200773,0.2522298,1),(0.8536236,-0.3754054,0.3611061,1),(0.8873451,-0.3593136,0.2889851,1),(0.9293262,-0.2140235,0.3009098,1),(0.9609283,-0.1904383,0.2008733,1),(0.9455566,-0.2428645,0.2166553,1),(0.969065,-0.2083611,0.1322836,1),(0.9838769,-0.1528854,0.092803,1),(0.9946665,-0.1004502,-0.02341267,1),(0.9859674,-0.1604454,0.04610357,1),(0.9942635,-0.09831364,-0.04212689,1),(0.974068,-0.2094208,0.08564109,1),(0.9869567,-0.159348,0.02290931,1),(0.9944879,-0.09808099,-0.03706695,1),(0.9880158,-0.1538573,0.01235635,1),(0.9943951,-0.102925,-0.02418246,1),(0.978847,-0.1971615,0.05464401,1),(0.9566868,-0.24877,0.1512078,1),(0.9670628,-0.2329492,0.1025879,1),(0.9911466,-0.04714911,-0.1241186,1),(0.9824688,-0.009798237,-0.1861692,1),(0.992378,-0.03694786,-0.1175622,1),(0.986281,0.007157316,-0.16492,1),(0.9774136,0.01111518,-0.2110432,1),(0.9795114,0.01608179,-0.200746,1),(0.982233,0.03340184,-0.1846687,1),(0.9832091,0.04205575,-0.17757,1),(0.9926835,0.005134446,-0.1206365,1),(0.9900731,0.03217855,-0.1368195,1),(0.989781,0.04276214,-0.1360334,1),(0.9961898,0.006181429,-0.08699197,1),(0.9956694,0.01695745,-0.09140606,1),(0.9970797,-0.01741206,-0.07435582,1),(0.9954328,-0.03848118,-0.08736528,1),(0.9971182,-0.05387608,-0.05341091,1),(0.9846765,0.01642342,-0.1736157,1),(0.9886944,0.02289092,-0.1481871,1),(0.9865999,0.04391998,-0.1571357,1),(0.989293,0.04863269,-0.1376014,1),(0.9915796,0.03537058,-0.124575,1),(0.9932463,0.05374174,-0.1028282,1),(0.9913048,0.05617041,-0.1189949,1),(0.9926302,0.06646645,-0.1013288,1),(0.9920794,0.04995176,-0.1152537,1),(0.9931117,0.0546166,-0.1036641,1),(0.9940238,0.05988162,-0.09127342,1),(0.9963149,0.02810572,-0.0810353,1),(0.996893,0.03068367,-0.07254516,1),(0.9958971,0.02488601,-0.08700307,1),(0.9909593,0.04597325,-0.12604,1),(0.9956761,0.02112465,-0.09045938,1),(0.9942037,0.0705718,-0.0811088,1),(0.9950762,0.08063258,-0.05763419,1),(0.9937074,0.07490705,-0.08327377,1),(0.9948911,0.07841727,-0.06357976,1),(0.9959389,0.08407515,-0.03220332,1),(0.9967078,0.0809466,-0.004592903,1),(0.9961362,0.07705586,-0.04213112,1),(0.9973136,0.07079529,-0.01879934,1),(0.9960968,0.06276999,-0.06205811,1),(0.9972736,0.05878281,-0.04460891,1),(0.9983749,0.05113278,-0.02515746,1),(0.999097,0.02526209,-0.03416311,1),(0.9996883,0.01823095,-0.01706172,1),(0.9983547,0.02965961,-0.0490742,1),(0.9949844,0.06313851,-0.0775862,1),(0.99759,0.03145597,-0.06184458,1),(0.997115,0.07260125,0.02215051,1),(0.9971353,0.06075508,0.0450564,1),(0.9981069,0.06142558,0.003079118,1),(0.9984957,0.05096973,0.02020919,1),(0.9969113,0.04534804,0.06412016,1),(0.9965017,0.02630261,0.07932468,1),(0.9986902,0.0394475,0.03258324,1),(0.9988317,0.02683295,0.04019028,1),(0.9994505,0.03287575,0.004236127,1),(0.999651,0.02430761,0.01035107,1),(0.9998128,0.01609607,0.01073263,1),(0.9999637,-0.001248253,0.008430611,1),(0.9999772,-0.00537114,0.004101221,1),(0.9999716,0.004059569,0.006363051,1),(0.9990962,0.04182276,-0.007602106,1),(0.9999421,0.01055246,-0.002129435,1),(0.9958084,0.01003434,0.09091152,1),(0.9950535,0.00106751,0.09933491,1),(0.9988993,0.01688024,0.04376375,1),(0.9989354,0.01287348,0.04429827,1),(0.9945066,-0.0004352049,0.1046728,1),(0.9942385,0.005602963,0.107044,1),(0.9990153,0.01493803,0.04177471,1),(0.9990764,0.0231528,0.03619957,1),(0.9999039,0.01386497,0.0001818931,1),(0.9996831,0.023439,-0.009189221,1),(0.9989642,0.04023131,-0.02126062,1),(0.999266,0.02435579,-0.02956904,1),(0.9975682,0.05265915,-0.04565832,1),(0.99986,0.005288335,-0.01587013,1),(0.9999112,0.01144654,0.006822588,1),(0.9999787,-0.004599809,-0.004629527,1),(0.9939132,0.01465188,0.109187,1),(0.9930762,0.02436404,0.1149172,1),(0.9988175,0.03514055,0.03359813,1),(0.9980268,0.04829413,0.04012741,1),(0.9916928,0.03466632,0.1238689,1),(0.9896974,0.04556561,0.1357311,1),(0.9964935,0.06244004,0.05569535,1),(0.9937905,0.07735436,0.07997938,1),(0.9965937,0.07971577,-0.02113112,1),(0.9952779,0.09706,-0.001235993,1),(0.9931433,0.1125754,0.03151617,1),(0.9911004,0.1294181,-0.03116105,1),(0.9896199,0.143692,0.002284665,1),(0.9927093,0.1094427,-0.0505045,1),(0.997766,0.06072981,-0.027836,1),(0.9949381,0.08383438,-0.05540586,1),(0.9873477,0.0543498,0.1489648,1),(0.9855093,0.05712327,0.1597134,1),(0.9902866,0.08965453,0.106275,1),(0.9872654,0.09603186,0.1268256,1),(0.9842724,0.05393541,0.1682233,1),(0.9836084,0.04478302,0.1746685,1),(0.9851319,0.09667059,0.1420207,1),(0.9841073,0.09162565,0.1521113,1),(0.9870474,0.1306106,0.09315655,1),(0.9848578,0.1323906,0.1119279,1),(0.9839141,0.1294771,0.1230796,1),(0.9839472,0.1585381,0.08193599,1),(0.9835008,0.156409,0.09089771,1),(0.9854694,0.1571916,0.06434833,1),(0.9900439,0.1240677,0.06648546,1),(0.9876077,0.1522971,0.0379032,1),(0.9833455,0.03034204,0.1791949,1),(0.9831948,0.01139581,0.1822033,1),(0.9840582,0.08084354,0.1584098,1),(0.9845856,0.06446076,0.162592,1),(0.982913,-0.0119976,0.1836796,1),(0.982192,-0.03975847,0.1836246,1),(0.9854369,0.04250818,0.1646426,1),(0.9862629,0.01502326,0.1644983,1),(0.9851506,0.1083075,0.1332217,1),(0.9867668,0.08981041,0.1350011,1),(0.9887085,0.06604373,0.1345133,1),(0.9874365,0.1261487,0.09516099,1),(0.9898896,0.1077392,0.09225393,1),(0.9854414,0.1403951,0.09588795,1),(0.9841388,0.121527,0.1292357,1),(0.984091,0.1504737,0.0944592,1),(0.9806609,-0.06786051,0.1835731,1),(0.9782166,-0.09260835,0.1857848,1),(0.9862606,-0.01442621,0.1645658,1),(0.9849311,-0.04282241,0.1675622,1),(0.9750904,-0.1140389,0.190247,1),(0.9714615,-0.1321848,0.1969517,1),(0.9823292,-0.07017986,0.1735049,1),(0.9784822,-0.09651546,0.1823653,1),(0.9902713,0.01046191,0.1387555,1),(0.9890029,-0.01996481,0.146542,1),(0.9860484,-0.05215169,0.1580779,1),(0.9942486,0.02914581,0.1030538,1),(0.9931371,-0.005093982,0.1168452,1),(0.9937671,0.05936325,0.09435533,1),(0.9901063,0.03913122,0.1347522,1),(0.9921912,0.08555333,0.0907589,1),(0.9671511,-0.1496995,0.205448,1),(0.9618835,-0.1691182,0.214893,1),(0.9734449,-0.1230979,0.1930073,1),(0.9672412,-0.1510378,0.2040392,1),(0.9554782,-0.1905241,0.2253042,1),(0.94772,-0.2140039,0.2367047,1),(0.9596812,-0.1804649,0.2155096,1),(0.9505495,-0.2115035,0.2274242,1),(0.9753944,-0.1199397,0.1849873,1),(0.9677529,-0.1550975,0.1984918,1),(0.9583583,-0.1912887,0.2120323,1),(0.9789386,-0.117086,0.1672426,1),(0.9703357,-0.1561149,0.1845987,1),(0.9855037,-0.0789704,0.1501535,1),(0.9814467,-0.08567501,0.1715283,1),(0.9901916,-0.04168202,0.1333527,1),(0.9401084,-0.2334908,0.2483508,1),(0.9346312,-0.2428649,0.2597716,1),(0.9412207,-0.2383577,0.2393513,1),(0.9336632,-0.2552213,0.251267,1),(0.9316262,-0.2421001,0.2710353,1),(0.9311045,-0.2311556,0.282155,1),(0.9284205,-0.2621059,0.2633168,1),(0.9257331,-0.2590017,0.2755656,1),(0.9386832,-0.2484107,0.2390942,1),(0.9305688,-0.2648703,0.2527557,1),(0.9242293,-0.2733288,0.2666301,1),(0.9388067,-0.2502988,0.2366275,1),(0.9284732,-0.2712681,0.2536753,1),(0.9495136,-0.2241586,0.2194922,1),(0.9481512,-0.223894,0.2255677,1),(0.9601896,-0.1927749,0.2021722,1),(0.9312093,-0.2180196,0.2920903,1),(0.9304622,-0.2107497,0.2997078,1),(0.9243445,-0.2517074,0.2867585,1),(0.9231143,-0.2460307,0.2955146,1),(0.9290341,-0.2094023,0.3050352,1),(0.9269767,-0.2139964,0.3080905,1),(0.9221268,-0.2420292,0.3018343,1),(0.9214388,-0.2397444,0.3057341,1),(0.9163346,-0.2763579,0.2897538,1),(0.9147049,-0.2733974,0.2976048,1),(0.9146863,-0.2675016,0.3029716,1),(0.9094443,-0.2958161,0.2922391,1),(0.9087352,-0.2904127,0.2997678,1),(0.9130834,-0.2944683,0.2820767,1),(0.919539,-0.2763473,0.2794284,1),(0.9195282,-0.2863133,0.2692444,1),(0.9236593,-0.22478,0.3103666,1),(0.9183379,-0.2419574,0.3132286,1),(0.9199547,-0.2416306,0.3087037,1),(0.9165549,-0.2500882,0.3120622,1),(0.9106601,-0.2654712,0.3165804,1),(0.900158,-0.2952077,0.3202623,1),(0.9110559,-0.265079,0.3157693,1),(0.9031442,-0.2865336,0.3197327,1),(0.9129546,-0.2638598,0.3112747,1),(0.9096683,-0.2703493,0.3153011,1),(0.9046447,-0.2823595,0.3192039,1),(0.9068733,-0.2795792,0.3153034,1),(0.904525,-0.2829184,0.3190482,1),(0.908365,-0.2797258,0.310848,1),(0.9146187,-0.2629092,0.3071665,1),(0.9089988,-0.2833456,0.3056734,1),(0.8896413,-0.3218714,0.3239399,1),(0.8828751,-0.3364749,0.3275915,1),(0.8949291,-0.3070854,0.323729,1),(0.8890741,-0.3195229,0.3277994,1),(0.8803956,-0.3392344,0.3313963,1),(0.8823389,-0.3302382,0.3352918,1),(0.8858849,-0.3239549,0.3320559,1),(0.8854656,-0.3204437,0.3365506,1),(0.8946589,-0.3038494,0.3275072,1),(0.8912817,-0.3086474,0.3321953,1),(0.8890699,-0.3095231,0.3372687,1),(0.8956756,-0.2959354,0.3319449,1),(0.8925065,-0.2993224,0.3373991,1),(0.8987318,-0.2920742,0.3270684,1),(0.8991486,-0.2950979,0.3231857,1),(0.9016815,-0.2877354,0.3227672,1),(0.8861058,-0.3156359,0.3393975,1),(0.8895444,-0.3017332,0.3430273,1),(0.8885815,-0.3027874,0.3445907,1),(0.8867481,-0.3123051,0.3407981,1),(0.8926522,-0.2885301,0.346298,1),(0.8954414,-0.2760246,0.349278,1),(0.8939373,-0.2796773,0.3502236,1),(0.8909963,-0.291916,0.3477224,1),(0.8896801,-0.294156,0.3492013,1),(0.8881227,-0.3018882,0.3465566,1),(0.8922188,-0.2836128,0.351439,1),(0.8904251,-0.2872652,0.3530181,1),(0.8889907,-0.2949617,0.3502757,1),(0.8888427,-0.2995351,0.3467526,1),(0.8880581,-0.3071041,0.3421112,1),(0.8899646,-0.3009488,0.3426263,1),(0.8958338,-0.2699062,0.3530329,1),(0.8918437,-0.2758826,0.3584737,1),(0.8918753,-0.2755463,0.358654,1),(0.8949777,-0.2721687,0.3534673,1),(0.8831909,-0.2938818,0.3655234,1),(0.8691615,-0.323697,0.3738698,1),(0.8721874,-0.3146205,0.3745705,1),(0.8844553,-0.2897506,0.3657643,1),(0.8856114,-0.2857296,0.3661299,1),(0.8913243,-0.2766144,0.3592012,1),(0.8760728,-0.3031425,0.3749678,1),(0.8794204,-0.2929201,0.3752568,1),(0.885894,-0.283582,0.3671145,1),(0.8898317,-0.2795024,0.3606634,1),(0.8935065,-0.2758979,0.3542973,1),(0.8913382,-0.2807242,0.355964,1),(0.8541375,-0.3511696,0.3835739,1),(0.8441029,-0.3626435,0.394943,1),(0.8432626,-0.3601367,0.399011,1),(0.8573955,-0.3410266,0.3854528,1),(0.8395983,-0.3583097,0.4082754,1),(0.8405314,-0.3378496,0.4235146,1),(0.8176823,-0.377242,0.4348381,1),(0.8299932,-0.3721717,0.4154509,1),(0.8255905,-0.3758887,0.4208418,1),(0.8462257,-0.3497993,0.4019233,1),(0.8003624,-0.403811,0.4431216,1),(0.7899762,-0.417679,0.4488673,1),(0.8254125,-0.3724661,0.4242207,1),(0.8510328,-0.3363293,0.4032689,1),(0.8628726,-0.3255653,0.3865981,1),(0.8685777,-0.3097626,0.3868073,1),(0.8572024,-0.2905327,0.4251997,1),(0.8972322,-0.2004703,0.3934284,1),(0.8590361,-0.2890792,0.4224809,1),(0.8223768,-0.3570042,0.4429948,1),(0.9496252,-0.05313247,0.308851,1),(0.9737208,0.1635644,0.1584752,1),(0.9712435,0.05215083,0.2323064,1),(0.9192964,-0.1571143,0.3608449,1),(0.8816351,-0.2501823,0.4001604,1),(0.8195645,-0.3615665,0.4445039,1),(0.9530934,-0.05802524,0.2970621,1),(0.9203516,-0.1565961,0.3583722,1),(0.8414348,-0.3238231,0.4325807,1),(0.7850243,-0.4132971,0.4614351,1),(0.7910156,-0.4081306,0.455767,1),(0.7674747,-0.4412893,0.4650229,1),(0.9260295,0.3767788,-0.02252173,1),(0.8322763,0.5179852,-0.1975032,1),(0.9593242,0.2746364,0.0653597,1),(0.8905409,0.4395663,-0.1171253,1),(0.7128496,0.5996081,-0.363752,1),(0.570667,0.6303118,-0.5263519,1),(0.7733747,0.5507094,-0.3140238,1),(0.6011199,0.604781,-0.5223935,1),(0.9387633,0.3434157,-0.02809199,1),(0.8376925,0.4845256,-0.252004,1),(0.6456645,0.5689837,-0.5092885,1),(0.9002676,0.3979771,-0.1764442,1),(0.70272,0.5203572,-0.4851937,1),(0.9706946,0.2304468,0.06816401,1),(0.9745916,0.1628631,0.1537749,1),(0.9707382,0.04375239,0.2361211,1),(0.4616595,0.6167125,-0.637602,1),(0.4553735,0.5843796,-0.6716663,1),(0.4479324,0.5993568,-0.6634216,1),(0.4110668,0.5741134,-0.7081086,1),(0.5633027,0.5329878,-0.631359,1),(0.777064,0.4253008,-0.4639946,1),(0.4982957,0.5405598,-0.6778616,1),(0.7058195,0.4697863,-0.5302072,1),(0.3858244,0.559921,-0.7332312,1),(0.4502581,0.5408934,-0.7104238,1),(0.639495,0.499833,-0.5841345,1),(0.4199663,0.5370631,-0.7315679,1),(0.5815187,0.5180329,-0.6272783,1),(0.3800675,0.5440001,-0.7480726,1),(0.4515607,0.5769256,-0.6806244,1),(0.4728166,0.5498559,-0.6885514,1),(0.9434224,0.2526503,-0.2147603,1),(0.9969997,0.07527467,-0.01803739,1),(0.8942371,0.3342289,-0.2977098,1),(0.9810771,0.1676949,-0.09677939,1),(0.9884131,-0.09265146,0.1202297,1),(0.9417861,-0.2590794,0.2142821,1),(0.9979206,-0.01495486,0.06269684,1),(0.9584495,-0.2149436,0.1875462,1),(0.9502547,0.2519112,-0.1831853,1),(0.998087,0.06153027,-0.006029577,1),(0.9734914,-0.1692274,0.1538719,1),(0.9873823,0.1335853,-0.08503707,1),(0.985729,-0.124187,0.1136479,1),(0.9053202,0.324171,-0.274424,1),(0.8346137,0.4004194,-0.3782651,1),(0.7687728,0.4501842,-0.4542274,1),(0.8883816,-0.3751803,0.2646091,1),(0.876642,-0.3972953,0.2713952,1),(0.8945353,-0.3612771,0.2632212,1),(0.8721722,-0.3979426,0.2845301,1),(0.9143702,-0.3320352,0.2316885,1),(0.9770012,-0.1566366,0.1446849,1),(0.9062005,-0.343426,0.2466965,1),(0.9728101,-0.1735871,0.1533233,1),(0.9004408,-0.3468469,0.2624953,1),(0.8704981,-0.3932838,0.2959071,1),(0.9694535,-0.1835701,0.1626712,1),(0.967164,-0.1870723,0.1720401,1),(0.8969337,-0.3444031,0.2773021,1),(0.8706664,-0.3837996,0.3076327,1),(0.9022794,-0.3438908,0.2600598,1),(0.9105647,-0.3246953,0.255822,1),(0.9981951,0.04640701,0.03811871,1),(0.9828791,0.181077,-0.03405705,1),(0.9987502,0.02981345,0.04011774,1),(0.985905,0.1631847,-0.03690822,1),(0.9637991,0.2565922,-0.07246857,1),(0.9545951,0.2867775,-0.08066386,1),(0.9606695,0.2648479,-0.08348511,1),(0.9683505,0.2382352,-0.07444001,1),(0.972376,0.2197885,-0.07860004,1),(0.9881458,0.1486142,-0.03849157,1),(0.966215,0.2428409,-0.08635367,1),(0.9709394,0.2218772,-0.08970558,1),(0.9755326,0.2032243,-0.08388136,1),(0.9897493,0.1362807,-0.04270664,1),(0.9990256,0.01682772,0.04080088,1),(0.9991095,0.008838604,0.04125495,1),(0.9608592,0.270414,-0.06021399,1),(0.9804442,0.196796,0.0007320723,1),(0.9853721,0.1703301,0.005449911,1),(0.9674042,0.2459109,-0.06047185,1),(0.9922705,0.04060369,0.117263,1),(0.9294525,-0.2213379,0.2951737,1),(0.9114611,-0.2534765,0.3240191,1),(0.9912506,0.01155904,0.1314868,1),(0.9891527,-0.01740795,0.1458559,1),(0.9896433,0.1431442,0.01076974,1),(0.8923593,-0.282916,0.3516437,1),(0.8735316,-0.3083972,0.3766081,1),(0.9861456,-0.04519938,0.1596047,1),(0.9930844,0.1162728,0.01624399,1),(0.9734606,0.2207807,-0.06025266,1),(0.9787471,0.1961171,-0.05993374,1),(0.7608623,-0.4684793,0.4490163,1),(0.5936654,-0.6037005,0.532078,1),(0.5464955,-0.6194692,0.5635607,1),(0.720834,-0.4956571,0.4844815,1),(0.4683267,-0.6680436,0.5782627,1),(0.382508,-0.6932862,0.6107715,1),(0.3571537,-0.6910639,0.6283884,1),(0.4274143,-0.6735268,0.6030578,1),(0.3907727,-0.6750556,0.6257767,1),(0.5025811,-0.6298254,0.5922264,1),(0.3358089,-0.6866368,0.6447963,1),(0.3171603,-0.680613,0.6604356,1),(0.3590926,-0.6732317,0.6463835,1),(0.4641276,-0.6350775,0.6174642,1),(0.6816754,-0.5174537,0.5172623,1),(0.6461043,-0.5332964,0.5460259,1),(0.3267077,-0.7011013,0.6338131,1),(0.2981638,-0.7038124,0.644784,1),(0.3057447,-0.6941815,0.6516382,1),(0.3196464,-0.6939099,0.645225,1),(0.2972796,-0.7033941,0.6456482,1),(0.3237851,-0.6999512,0.636578,1),(0.3489265,-0.6888342,0.6354194,1),(0.3156053,-0.692675,0.6485326,1),(0.3362399,-0.6809892,0.6505355,1),(0.3159677,-0.683748,0.6577637,1),(0.3762641,-0.6763405,0.6332368,1),(0.4047021,-0.6624839,0.6303422,1),(0.3563282,-0.6687711,0.6525146,1),(0.3253393,-0.6731124,0.6641341,1),(0.3158214,-0.6856337,0.6558685,1),(0.3122488,-0.6768767,0.6665874,1),(0.3828406,-0.6867169,0.6179425,1),(0.4827037,-0.6523705,0.5843028,1),(0.5166864,-0.634229,0.5751424,1),(0.4124918,-0.6740011,0.6128402,1),(0.6253486,-0.5807127,0.5212599,1),(0.7949933,-0.4485409,0.4084076,1),(0.8337181,-0.3978984,0.3828722,1),(0.6635446,-0.5509338,0.5061427,1),(0.7016855,-0.5179639,0.4892347,1),(0.5520357,-0.6135921,0.5645896,1),(0.8693977,-0.3434994,0.3551842,1),(0.9020585,-0.2847395,0.324367,1),(0.7410172,-0.4805205,0.4690349,1),(0.5903018,-0.589421,0.5514767,1),(0.4441484,-0.659386,0.6065825,1),(0.4785231,-0.6423162,0.5987031,1),(0.9249482,-0.26623,0.271279,1),(0.9881879,-0.04865504,0.1453183,1),(0.9940858,0.03646458,0.1022932,1),(0.9526624,-0.1936606,0.2343715,1),(0.9731708,0.229266,0.01938649,1),(0.8124626,0.5723738,-0.1108724,1),(0.7561726,0.6388913,-0.1414953,1),(0.9491253,0.3140976,-0.02244928,1),(0.9163937,0.3952459,-0.06327098,1),(0.990832,0.1216519,0.05876158,1),(0.6950423,0.6985441,-0.1701531,1),(0.6301041,0.7512559,-0.1964265,1),(0.8757414,0.4717838,-0.1024556,1),(0.978497,0.2056969,0.01524533,1),(0.9735051,-0.1182874,0.1956932,1),(0.987034,-0.04071496,0.1552619,1),(0.5228585,0.8281816,-0.2018268,1),(0.2670138,0.935322,-0.2321128,1),(0.1910499,0.9525995,-0.2367575,1),(0.4485202,0.8670465,-0.2169329,1),(0.07004281,0.9717936,-0.2251914,1),(-0.09156273,0.9770135,-0.1925122,1),(-0.1463224,0.9707693,-0.1902539,1),(0.001491703,0.9744973,-0.224394,1),(-0.06191742,0.9727286,-0.2235299,1),(0.1184589,0.9634571,-0.2402454,1),(-0.1952486,0.962326,-0.1892262,1),(-0.2384207,0.9524963,-0.1894892,1),(-0.1200772,0.9674652,-0.2226941,1),(0.04967017,0.9688392,-0.2426594,1),(0.3742552,0.8983098,-0.2301578,1),(0.3008802,0.9226091,-0.2413785,1),(-0.2051497,0.9660925,-0.1567765,1),(-0.2471876,0.9578089,-0.1466301,1),(-0.2662186,0.9523816,-0.1486502,1),(-0.2427345,0.9572785,-0.1571553,1),(-0.220603,0.9623096,-0.1590427,1),(-0.1223272,0.9737236,-0.19209,1),(-0.09371115,0.9739277,-0.2065985,1),(-0.2185137,0.9617096,-0.1654278,1),(-0.2133887,0.9612226,-0.1746893,1),(-0.2811382,0.9473218,-0.153436,1),(-0.06197251,0.9733234,-0.2209095,1),(-0.02680021,0.9716129,-0.2350531,1),(-0.2044361,0.961148,-0.1854735,1),(-0.2915838,0.9429886,-0.1604721,1),(-0.2746495,0.9483861,-0.1585293,1),(-0.3012378,0.9396724,-0.1620847,1),(0.02497824,0.9734021,-0.2277376,1),(0.2140312,0.9457139,-0.2445728,1),(0.2829914,0.9233249,-0.2595904,1),(0.07898352,0.9660929,-0.2458171,1),(0.4704315,0.8511843,-0.2327652,1),(0.7742308,0.6101736,-0.1680921,1),(0.8221061,0.5481796,-0.1537556,1),(0.5395423,0.8079076,-0.2370218,1),(0.6048797,0.7604986,-0.236141,1),(0.3518236,0.8961762,-0.2703486,1),(0.8633496,0.486036,-0.1356337,1),(0.8983372,0.4242578,-0.1139975,1),(0.6662216,0.7093322,-0.2302099,1),(0.4202691,0.8641603,-0.2767687,1),(0.1351913,0.9556727,-0.2615589,1),(0.1936657,0.9417782,-0.274859,1),(0.9594492,0.2749225,-0.06224863,1),(0.9990973,0.0001652356,0.04248001,1),(0.995404,-0.05785124,0.07631688,1),(0.9775076,0.2083741,-0.0325466,1),(0.9665368,-0.2122499,0.144072,1),(0.8856857,-0.3896754,0.2524162,1),(0.8709757,-0.4088329,0.2725014,1),(0.9515293,-0.2536426,0.1739466,1),(0.9356339,-0.2889319,0.2027499,1),(0.9879106,-0.1094765,0.1097622,1),(0.8575032,-0.4238212,0.2916571,1),(0.8454043,-0.4349971,0.30995,1),(0.9194191,-0.3186062,0.2305613,1),(0.9775496,-0.1549951,0.1427358,1),(0.9892598,0.1461596,-0.001551227,1),(0.9956133,0.08845294,0.03050081,1),(0.7863234,-0.515966,0.3398156,1),(0.7260204,-0.5729927,0.3802284,1),(0.7312037,-0.5626367,0.3857216,1),(0.7815463,-0.5160895,0.350481,1),(0.7188185,-0.5785213,0.3855039,1),(0.7633557,-0.5371839,0.3587776,1),(0.7790387,-0.5154814,0.3569,1),(0.7309844,-0.5617805,0.3873815,1),(0.7444375,-0.5433319,0.3880765,1),(0.7380444,-0.5504156,0.3902988,1),(0.7952405,-0.492396,0.3537496,1),(0.811552,-0.4682663,0.3494424,1),(0.7588073,-0.5234385,0.3875871,1),(0.7462976,-0.5365316,0.3939209,1),(0.7785416,-0.5137767,0.3604254,1),(0.7772141,-0.5092193,0.3696403,1),(0.8276109,-0.4655387,0.3135822,1),(0.8841547,-0.3842644,0.2657277,1),(0.8984321,-0.3558553,0.2572683,1),(0.8436161,-0.4398435,0.3079766,1),(0.931848,-0.2925082,0.214705,1),(0.9686757,-0.1898008,0.1601339,1),(0.9755742,-0.1610121,0.1494329,1),(0.9428682,-0.2630134,0.2045079,1),(0.9523986,-0.2350779,0.1941012,1),(0.9116222,-0.3277101,0.2480952,1),(0.980941,-0.1350788,0.1396727,1),(0.9851711,-0.1127129,0.1293586,1),(0.9605219,-0.2089201,0.1837119,1),(0.9235898,-0.3002294,0.2384201,1),(0.8592414,-0.4134386,0.3012853,1),(0.8741689,-0.3867373,0.2937055,1),(0.9898393,-0.09071961,0.1094902,1),(0.9975041,-0.01236829,0.06951675,1),(0.9931329,-0.06368012,0.09814145,1),(0.9981844,0.01401183,0.05857904,1),(0.9981245,0.04531666,0.04115777,1),(0.9961721,0.08379875,0.02487837,1),(0.9969457,0.07181822,0.03068161,1),(0.9937133,0.1110382,0.01429747,1),(0.9981112,0.03696876,0.0490632,1),(0.995119,0.09648312,0.02071394,1),(0.9902251,0.139439,0.003320874,1),(0.9926945,0.1201416,0.01111695,1),(0.9854072,0.170014,-0.008248519,1),(0.9975569,0.0569525,0.04045748,1),(0.9952181,-0.04010654,0.08906411,1),(0.9965787,-0.02060688,0.08003776,1),(0.9918733,0.1265415,0.01321439,1),(0.9802939,0.1975437,-0.0004762413,1),(0.9877769,0.1558553,0.002411138,1),(0.9729267,0.2307896,-0.01223912,1),(0.9543462,0.2982365,-0.01668271,1),(0.9036682,0.4266817,-0.03642245,1),(0.8790565,0.4742869,-0.04808065,1),(0.9407451,0.3379204,-0.02843162,1),(0.9225355,0.3836896,-0.04135942,1),(0.9624553,0.2704286,-0.02341087,1),(0.8481037,0.5263568,-0.060569,1),(0.8095047,0.5825221,-0.07327984,1),(0.898277,0.4358885,-0.05567477,1),(0.9479196,0.3161641,-0.03858295,1),(0.9818476,0.1894504,-0.009149821,1),(0.9733893,0.2280047,-0.02295848,1),(0.8225157,0.5666459,-0.04878709,1),(0.7028678,0.7099149,-0.04469741,1),(0.6487188,0.7592973,-0.05129866,1),(0.7833762,0.6187117,-0.05930946,1),(0.5217016,0.852861,-0.02134061,1),(0.2560287,0.9663703,0.02403894,1),(0.1771548,0.9835477,0.03535529,1),(0.4533086,0.8911121,-0.0207469,1),(0.3789455,0.9252402,-0.01819375,1),(0.586982,0.8076073,-0.05676808,1),(0.09612569,0.9941567,0.04911356,1),(0.01456117,0.9977697,0.0651425,1),(0.2994696,0.9540161,-0.01307734,1),(0.5176761,0.8534601,-0.06014278,1),(0.7367048,0.672617,-0.06966028,1),(0.6817728,0.7272973,-0.07889462,1),(-0.03147628,0.9963139,0.07979874,1),(-0.260261,0.9559606,0.1356594,1),(-0.3313635,0.9299231,0.1595035,1),(-0.1115537,0.9886928,0.1002123,1),(-0.4347209,0.8795785,0.1932858,1),(-0.5708187,0.7798633,0.2568644,1),(-0.6084234,0.7440879,0.2759602,1),(-0.490668,0.84409,0.216234,1),(-0.5416633,0.805155,0.2415084,1),(-0.3977234,0.8984904,0.1858256,1),(-0.6424934,0.7062966,0.2972327,1),(-0.6730369,0.6665097,0.3206027,1),(-0.5872179,0.7636252,0.2684243,1),(-0.4581753,0.8628053,0.2136406,1),(-0.1893384,0.9741453,0.1232556,1),(-0.2630961,0.9533467,0.1480219,1),(-0.6739504,0.6678442,0.3158718,1),(-0.7450889,0.5618982,0.359323,1),(-0.7538837,0.5430524,0.3698018,1),(-0.6947528,0.6388674,0.3304043,1),(-0.7922596,0.468411,0.3910446,1),(-0.8227243,0.3886962,0.4147769,1),(-0.8178919,0.3961762,0.4172495,1),(-0.792868,0.4617667,0.3976581,1),(-0.7936913,0.4532927,0.4056844,1),(-0.7621202,0.5227392,0.3819903,1),(-0.8139549,0.4010104,0.4203192,1),(-0.8121318,0.3995388,0.4252184,1),(-0.7955263,0.4402444,0.4163207,1),(-0.7703885,0.499062,0.3967855,1),(-0.713771,0.6084402,0.3468884,1),(-0.7313511,0.5755851,0.3658241,1),(-0.8436792,0.3202914,0.4308348,1),(-0.8590223,0.2623413,0.439611,1),(-0.8366172,0.3413917,0.4283965,1),(-0.850261,0.2943895,0.4363382,1),(-0.8712531,0.2153246,0.4410821,1),(-0.8818813,0.1793757,0.4360158,1),(-0.8629666,0.2546194,0.4364147,1),(-0.8746219,0.2224873,0.4307386,1),(-0.8409224,0.3254801,0.4323336,1),(-0.8528197,0.296481,0.4298809,1),(-0.8642911,0.2734382,0.4221757,1),(-0.8409674,0.3390011,0.421725,1),(-0.8495159,0.3329523,0.4092254,1),(-0.8318838,0.3522418,0.42883,1),(-0.8282409,0.3603467,0.4291471,1),(-0.8220703,0.3725877,0.4305564,1),(-0.8841933,0.1819838,0.4302139,1),(-0.8661913,0.2561823,0.4290492,1),(-0.8762549,0.2273073,0.4248632,1),(-0.8529444,0.3047303,0.4238221,1),(-0.8021857,0.4207419,0.4236442,1),(-0.6273592,0.6779301,0.3831858,1),(-0.5571963,0.7410058,0.3747572,1),(-0.7725657,0.476198,0.4199736,1),(-0.7311975,0.5455139,0.4095909,1),(-0.8328789,0.3686723,0.4127876,1),(-0.4695461,0.8063222,0.359682,1),(-0.360195,0.8713533,0.333171,1),(-0.6706008,0.6329407,0.3868856,1),(-0.8004634,0.4533686,0.3920652,1),(-0.8638908,0.2854589,0.4149771,1),(-0.8438003,0.360037,0.3979627,1),(-0.3477417,0.8845053,0.311008,1),(-0.0433433,0.9656729,0.2561201,1),(0.09705052,0.9693614,0.2256541,1),(-0.2277718,0.9296108,0.2897305,1),(0.2970423,0.9285812,0.2224923,1),(0.6663154,0.7183638,0.1999425,1),(0.7307506,0.6596289,0.1757652,1),(0.4182306,0.8882445,0.1900127,1),(0.5279502,0.8337242,0.1617796,1),(0.2368925,0.9516079,0.1957664,1),(0.7850809,0.5993584,0.1562606,1),(0.8302372,0.5389942,0.1420964,1),(0.6230563,0.7696825,0.1392465,1),(0.3683162,0.9143868,0.1680475,1),(-0.09477812,0.9596669,0.2646818,1),(0.04573714,0.9708545,0.2352651,1),(0.8964497,0.4109394,0.1658513,1),(0.9697611,0.202671,0.1359705,1),(0.9758329,0.1694856,0.1379301,1),(0.9170846,0.3661895,0.1576735,1),(0.9889773,0.08923382,0.1181583,1),(0.9920886,0.03935396,0.1192122,1),(0.9900412,0.06260537,0.1260906,1),(0.9919074,0.01907862,0.1255218,1),(0.9800672,0.1416869,0.1392598,1),(0.9901625,0.04071935,0.1338662,1),(0.9912232,0.001198795,0.1321935,1),(0.9897168,0.02102647,0.1414867,1),(0.990155,-0.01641861,0.1390087,1),(0.9827244,0.1165766,0.1437448,1),(0.9332483,0.325502,0.1519736,1),(0.9462259,0.2872331,0.1488414,1),(0.992408,0.01600348,0.1219438,1),(0.9925387,-0.006866666,0.121737,1),(0.9919414,0.0003973997,0.1266973,1),(0.9917989,-0.02237255,0.1258343,1),(0.992514,-0.02929277,0.1185655,1),(0.9923313,-0.05131253,0.1124521,1),(0.991191,-0.04928255,0.1229304,1),(0.9897644,-0.08037211,0.1179275,1),(0.9906489,-0.0407991,0.1301924,1),(0.9890097,-0.07417107,0.1278998,1),(0.9854186,-0.1158646,0.1246022,1),(0.9855372,-0.1040631,0.1337432,1),(0.9786489,-0.1568966,0.1327775,1),(0.9888388,-0.06306375,0.134985,1),(0.9911782,-0.01570773,0.131602,1),(0.9900328,-0.03390005,0.1366968,1),(0.9914169,-0.07740763,0.1053589,1),(0.9887442,-0.1120112,0.09918872,1),(0.9868456,-0.1161152,0.1124864,1),(0.9816917,-0.1568702,0.1080427,1),(0.983428,-0.1551291,0.09383165,1),(0.9743577,-0.206573,0.08918916,1),(0.9736705,-0.2025757,0.1045405,1),(0.9620759,-0.253039,0.1018886,1),(0.9711832,-0.206846,0.1183976,1),(0.9608386,-0.2516338,0.1160584,1),(0.9483692,-0.2958948,0.1142031,1),(0.9466448,-0.2961187,0.1271902,1),(0.9370073,-0.3265767,0.1239558,1),(0.9574183,-0.2578524,0.129855,1),(0.9793848,-0.1615718,0.1212436,1),(0.9684545,-0.2115088,0.1317572,1),(0.9619502,-0.2586589,0.0880193,1),(0.9482448,-0.3037901,0.09243098,1),(0.9490833,-0.2982975,0.1012891,1),(0.9387535,-0.3286789,0.1034989,1),(0.9340311,-0.3421433,0.1025851,1),(0.919856,-0.3738592,0.1187193,1),(0.9324418,-0.3445499,0.1088011,1),(0.9308611,-0.345989,0.1174279,1),(0.932981,-0.3417779,0.1128466,1),(0.9358999,-0.3334806,0.1134991,1),(0.9457393,-0.3038566,0.1151023,1),(0.9461338,-0.3028108,0.1146147,1),(0.9625107,-0.2473122,0.1113996,1),(0.9352343,-0.3339278,0.1175969,1),(0.937426,-0.3292879,0.1131455,1),(0.9320332,-0.3416865,0.1206828,1),(0.9139736,-0.3836962,0.1320215,1),(0.924927,-0.3559891,0.1333482,1),(0.935349,-0.3310964,0.1244891,1),(0.9464867,-0.2978821,0.1242149,1),(0.9500125,-0.2875823,0.1215422,1),(0.9801418,-0.1739791,0.09514855,1),(0.9625754,-0.2449402,0.115987,1),(0.9802378,-0.1709105,0.09961771,1),(0.9665173,-0.2296397,0.1144985,1),(0.973971,-0.19806,0.1102393,1),(0.9799392,-0.1701189,0.103821,1),(0.9828067,-0.1510834,0.1061352,1),(0.9798836,-0.1680779,0.1076004,1),(0.9815563,-0.1587099,0.106576,1),(0.957262,-0.2648868,0.1161231,1),(0.9755973,-0.1908955,0.1084838,1),(0.9963663,-0.05375194,0.06606758,1),(0.9984819,0.03059769,0.04579892,1),(0.9918774,-0.09667484,0.08266313,1),(0.9965417,-0.04399167,0.07049378,1),(0.9962062,0.07992421,0.03442861,1),(0.9950244,0.09507125,0.02979694,1),(0.9979329,-0.01285982,0.06296436,1),(0.9983991,-0.006525471,0.05618507,1),(0.986862,-0.1317416,0.09352838,1),(0.9883344,-0.1227881,0.09010123,1),(0.9886079,-0.1255926,0.08295031,1),(0.9685761,-0.2240579,0.1079748,1),(0.9672369,-0.2309771,0.1053672,1),(0.9709339,-0.2122536,0.1106154,1),(0.9841658,-0.1475532,0.09821186,1),(0.9748434,-0.1938184,0.1100669,1),(0.8272332,0.001844432,0.5618558,1),(0.8256485,0.0009372137,0.5641841,1),(0.8245613,-0.0006840769,0.5657721,1),(0.8276349,-0.00235944,0.5612619,1),(0.8271153,-0.004337548,0.5620154,1),(0.8269161,-0.002160905,0.5623211,1),(0.8233448,-0.003216697,0.5675324,1),(0.8223642,-0.006541669,0.5689237,1),(0.8264909,-0.007507428,0.5629,1),(0.8258194,-0.01182306,0.5638108,1),(0.8338803,-0.008955654,0.5518727,1),(0.8336067,-0.01254026,0.5522162,1),(0.8332325,-0.01752876,0.5526449,1),(0.8475777,-0.021299,0.5302438,1),(0.8473156,-0.01666892,0.5308281,1),(0.8470994,-0.01339589,0.5312657,1),(0.8321496,-0.00794581,0.5544941,1),(0.8351855,-0.005675172,0.5499392,1),(0.8479205,-0.009575356,0.5300369,1),(0.8471579,-0.01032721,0.5312409,1),(0.8214804,-0.01043336,0.5701413,1),(0.8207136,-0.01462147,0.5711526,1),(0.8251714,-0.01703347,0.5646254,1),(0.824729,-0.02282309,0.5650674,1),(0.820061,-0.01910285,0.5719572,1),(0.8195134,-0.02387207,0.5725626,1),(0.8244739,-0.02918795,0.5651467,1),(0.8243922,-0.0361176,0.5648655,1),(0.833001,-0.03045959,0.5524325,1),(0.8332373,-0.03815994,0.5515972,1),(0.8320107,-0.04873599,0.5526145,1),(0.849983,-0.05240975,0.5241966,1),(0.849569,-0.04163461,0.5258318,1),(0.8486497,-0.03392193,0.5278663,1),(0.8329923,-0.02357939,0.5527821,1),(0.8479775,-0.02713957,0.529337,1),(0.8191852,-0.02891541,0.5727997,1),(0.8192421,-0.0341948,0.5724273,1),(0.8246608,-0.04352499,0.5639505,1),(0.8254942,-0.05129643,0.5620746,1),(0.8196816,-0.03971184,0.5714412,1),(0.8204941,-0.04546721,0.5698439,1),(0.8268774,-0.05943191,0.5592332,1),(0.8287852,-0.06793365,0.5554278,1),(0.8363174,-0.06510838,0.5443659,1),(0.8384233,-0.07522927,0.5398028,1),(0.8410839,-0.08585437,0.5340478,1),(0.8564355,-0.08179969,0.5097322,1),(0.8593749,-0.09334843,0.5027532,1),(0.8539206,-0.07095126,0.5155438,1),(0.834809,-0.05548595,0.5477366,1),(0.8518814,-0.0607915,0.5201944,1),(0.8216295,-0.05098068,0.5677375,1),(0.8230837,-0.05574651,0.5651773,1),(0.831206,-0.07608798,0.5507331,1),(0.8342096,-0.08311271,0.5451483,1),(0.8248721,-0.05977461,0.5621504,1),(0.8269988,-0.06307591,0.5586542,1),(0.8378047,-0.08902677,0.5386627,1),(0.8420012,-0.09384044,0.5312513,1),(0.84844,-0.1048425,0.518804,1),(0.8532972,-0.1121928,0.509212,1),(0.8589437,-0.1181353,0.4982568,1),(0.8730133,-0.1200642,0.4726863,1),(0.8791382,-0.1262682,0.459535,1),(0.8677216,-0.1123149,0.4841948,1),(0.8443704,-0.09607255,0.5270755,1),(0.8622618,-0.1077222,0.4948744,1),(0.8295667,-0.06534158,0.5545716,1),(0.8326108,-0.06628522,0.5498778,1),(0.846776,-0.09714589,0.5230038,1),(0.8520376,-0.09859855,0.5141112,1),(0.8361354,-0.06589295,0.544551,1),(0.8418005,-0.06189078,0.536229,1),(0.8577874,-0.09817421,0.504542,1),(0.8650809,-0.09351377,0.492839,1),(0.8719001,-0.1244305,0.4736108,1),(0.8789876,-0.1245355,0.4602952,1),(0.8858515,-0.1251168,0.4467805,1),(0.8995029,-0.1355819,0.4153456,1),(0.9066392,-0.1358576,0.3994346,1),(0.8925532,-0.1338996,0.430604,1),(0.8652172,-0.1222947,0.4862541,1),(0.8857679,-0.1308063,0.4453144,1),(0.846198,-0.06045732,0.5294278,1),(0.8483247,-0.06619161,0.5253226,1),(0.8755586,-0.09388359,0.4739018,1),(0.8703911,-0.09296357,0.483505,1),(0.8513713,-0.0737751,0.5193499,1),(0.8538435,-0.08531298,0.5134909,1),(0.8833681,-0.1045243,0.4568755,1),(0.8798898,-0.09775817,0.4650133,1),(0.905449,-0.1186748,0.4075271,1),(0.8999025,-0.1193347,0.4194457,1),(0.9101488,-0.1189815,0.3968281,1),(0.9265596,-0.1274254,0.3539069,1),(0.9323065,-0.1205039,0.3410033,1),(0.9203361,-0.132278,0.3680815,1),(0.8934897,-0.1210078,0.4324735,1),(0.9136833,-0.1350718,0.3833256,1),(0.8560805,-0.1026987,0.5065364,1),(0.8583816,-0.127719,0.496859,1),(0.8883353,-0.1374848,0.4381306,1),(0.8861129,-0.1169999,0.4484585,1),(0.8601914,-0.1603219,0.4841155,1),(0.8600165,-0.2028767,0.4682016,1),(0.889552,-0.1994978,0.4109719,1),(0.8898737,-0.1638909,0.4257517,1),(0.9173683,-0.1571046,0.3657235,1),(0.9163502,-0.1351136,0.3768906,1),(0.9164423,-0.1919447,0.3511277,1),(0.9407651,-0.1385997,0.3094367,1),(0.9397395,-0.1634392,0.3002954,1),(0.9396738,-0.1230805,0.319162,1),(0.9138564,-0.1227308,0.3870446,1),(0.9368246,-0.1170238,0.3296439,1),(0.8585541,-0.2437909,0.4510555,1),(0.8529536,-0.2849208,0.4373673,1),(0.8857668,-0.242894,0.3954993,1),(0.8789027,-0.2815686,0.3850314,1),(0.8439648,-0.3247918,0.4268886,1),(0.8316227,-0.3637674,0.4196152,1),(0.8684012,-0.3199966,0.3787895,1),(0.8541639,-0.3584368,0.3767321,1),(0.9047016,-0.2641565,0.33427,1),(0.8926593,-0.3037563,0.3330038,1),(0.8759957,-0.345749,0.3362872,1),(0.9134452,-0.279682,0.2956281,1),(0.8937803,-0.3311517,0.3024819,1),(0.9270091,-0.2344089,0.2927567,1),(0.912542,-0.226927,0.3402518,1),(0.9355072,-0.195637,0.294198,1),(0.8192221,-0.398723,0.4121834,1),(0.810747,-0.4257671,0.4017607,1),(0.840517,-0.392007,0.3739808,1),(0.8326395,-0.4151735,0.3665276,1),(0.806841,-0.4449135,0.3886639,1),(0.807923,-0.4561494,0.3730791,1),(0.8312275,-0.4281135,0.3546544,1),(0.8365614,-0.4308477,0.3384306,1),(0.8517968,-0.4046665,0.3326968,1),(0.8517865,-0.4138272,0.3212582,1),(0.8602613,-0.4096641,0.3035223,1),(0.8638346,-0.4116209,0.2904447,1),(0.873848,-0.4034852,0.2712739,1),(0.8640884,-0.4025685,0.3021421,1),(0.8601546,-0.3821166,0.3378178,1),(0.8745005,-0.3760514,0.3063236,1),(0.8168422,-0.4552528,0.3542793,1),(0.8354734,-0.4383739,0.3313797,1),(0.8498237,-0.4202352,0.3181227,1),(0.8712701,-0.3927036,0.2944018,1),(0.8622789,-0.4050196,0.3040302,1),(0.8945115,-0.3548371,0.2719191,1),(0.898968,-0.3474084,0.2667659,1),(0.9296997,-0.283792,0.2347777,1),(0.9006011,-0.349807,0.2579782,1),(0.9286794,-0.2891972,0.232206,1),(0.9570133,-0.2067092,0.2034618,1),(0.9474972,-0.2468807,0.2032209,1),(0.9736192,-0.1420081,0.1786038,1),(0.9185657,-0.3241885,0.226139,1),(0.8769505,-0.3895055,0.2815018,1),(0.892852,-0.3756188,0.2484467,1),(0.92338,-0.3021176,0.2368426,1),(0.9444054,-0.2613477,0.1994888,1),(0.9544899,-0.2204181,0.2009104,1),(0.970145,-0.1766328,0.1661909,1),(0.9595788,-0.2319906,0.159339,1),(0.9701349,-0.213167,0.1157501,1),(0.9796962,-0.1520329,0.1306959,1),(0.9848104,-0.1458545,0.09420729,1),(0.9865875,-0.07805078,0.1433636,1),(0.9918764,-0.05755579,0.1134393,1),(0.9943448,-0.06517013,0.08385372,1),(0.9939755,0.03633635,0.1034054,1),(0.9965776,0.01917582,0.08040788,1),(0.9916846,0.01610409,0.1276804,1),(0.9765192,-0.1276032,0.1735734,1),(0.9872794,-0.04299105,0.1530728,1),(0.9777768,-0.1962813,0.07366374,1),(0.98398,-0.1742402,0.03773057,1),(0.987361,-0.1465656,0.06030764,1),(0.9891682,-0.1433427,0.03161018,1),(0.9890904,-0.1470939,0.007971442,1),(0.9932625,-0.1148367,-0.0155631,1),(0.9906398,-0.1362654,0.008026685,1),(0.9920537,-0.1253738,-0.01053319,1),(0.9942515,-0.1018186,0.03311991,1),(0.9932455,-0.1153068,0.01294193,1),(0.9920646,-0.1256673,-0.003939223,1),(0.996669,-0.07803052,0.02371271,1),(0.9943405,-0.1058578,0.009000607,1),(0.9980307,-0.04791137,0.04048635,1),(0.9947538,-0.0851319,0.05672089,1),(0.9981155,-0.01550508,0.05937043,1),(0.9959264,-0.08358129,-0.03383292,1),(0.997068,-0.05948915,-0.0481285,1),(0.9932178,-0.113516,-0.02514866,1),(0.9939737,-0.1033351,-0.03658097,1),(0.9973778,-0.04265695,-0.05846158,1),(0.9973432,-0.03307555,-0.06490562,1),(0.9944832,-0.09483095,-0.04483441,1),(0.9948708,-0.08798132,-0.04991245,1),(0.9902012,-0.1370057,-0.02703701,1),(0.9899094,-0.1378513,-0.03280821,1),(0.99017,-0.1354841,-0.03474804,1),(0.987468,-0.1572958,-0.0128393,1),(0.9867478,-0.1618222,-0.01192595,1),(0.9891582,-0.1465326,-0.009704262,1),(0.9909701,-0.1329466,-0.01742152,1),(0.9915874,-0.1294158,-0.002453061,1),(0.9973252,-0.02757206,-0.06769289,1),(0.9974974,-0.02319442,-0.06679017,1),(0.9952742,-0.08242264,-0.05133985,1),(0.9957539,-0.0781064,-0.04871963,1),(0.9978638,-0.01999852,-0.0621936,1),(0.9983816,-0.0180466,-0.0539314,1),(0.9962938,-0.07504761,-0.04202958,1),(0.9968212,-0.07326046,-0.0313102,1),(0.9912964,-0.1288494,-0.02700453,1),(0.9917908,-0.1266803,-0.0174122,1),(0.9921131,-0.1252804,-0.004031154,1),(0.9862759,-0.1647077,0.01146173,1),(0.9859273,-0.1651861,0.0257099,1),(0.9864601,-0.1640004,0.0004292062,1),(0.9907357,-0.1317866,-0.03278552,1),(0.9865907,-0.1630467,-0.007377936,1),(0.9989291,-0.0175774,-0.04279766,1),(0.999387,-0.01882282,-0.02951675,1),(0.997211,-0.07252536,-0.0176203,1),(0.9973477,-0.07275594,-0.002027617,1),(0.9996634,-0.02180127,-0.01407202,1),(0.9996415,-0.02653907,0.003547586,1),(0.9971414,-0.07396215,0.0154478,1),(0.9964888,-0.07614086,0.03482141,1),(0.9918518,-0.1239572,0.02940249,1),(0.9911122,-0.1239662,0.04826114,1),(0.9898575,-0.1244187,0.06857239,1),(0.9829943,-0.1668103,0.07678797,1),(0.9811852,-0.1677988,0.09549396,1),(0.9843519,-0.1660655,0.0589371,1),(0.9921602,-0.1243973,0.01197476,1),(0.9853126,-0.1655339,0.04192256,1),(0.9993367,-0.03118868,0.01879895,1),(0.9990444,-0.03412078,0.02731729,1),(0.9956424,-0.07762669,0.05167319,1),(0.9951026,-0.07699083,0.06199405,1),(0.9989506,-0.03532809,0.02915041,1),(0.9990973,-0.03481149,0.02434776,1),(0.9950641,-0.07425602,0.06582966,1),(0.9955794,-0.06944606,0.06323624,1),(0.9878048,-0.1206752,0.09838256,1),(0.9878174,-0.1152965,0.1045152,1),(0.9886448,-0.1076501,0.1048466,1),(0.9784486,-0.1595458,0.1310854,1),(0.9793053,-0.1520449,0.1335794,1),(0.9785309,-0.1646946,0.1239065,1),(0.9885467,-0.1237329,0.08640356,1),(0.9794925,-0.1674542,0.1120419,1),(0.9994875,-0.02822693,0.01509845,1),(0.9999368,-0.0107901,0.003155255,1),(0.9967371,-0.05786803,0.0562696,1),(0.9983386,-0.0343374,0.04627251,1),(0.9997793,0.01757886,-0.01150347,1),(0.9979607,0.05693195,-0.028863,1),(0.9994501,0.001300887,0.03313482,1),(0.9986504,0.04915289,0.01677332,1),(0.9933628,-0.0660305,0.09418152,1),(0.9961095,-0.02641369,0.08407246,1),(0.9971662,0.02609753,0.07055761,1),(0.9899035,-0.07137973,0.1224583,1),(0.9933809,-0.01917244,0.1132558,1),(0.9854694,-0.1106888,0.128833,1),(0.9905221,-0.0930169,0.1010637,1),(0.9815999,-0.1374786,0.1325193,1),(0.9943365,0.09791168,-0.04133077,1),(0.9907573,0.1292786,-0.04107428,1),(0.9952294,0.09752443,0.002721554,1),(0.9911042,0.1330628,-0.002558426,1),(0.9881175,0.1510885,-0.02821271,1),(0.9865547,0.1634067,-0.002859115,1),(0.9877583,0.1559893,0.000939292,1),(0.985942,0.1665629,0.01323906,1),(0.9920579,0.1165337,0.04733967,1),(0.9892399,0.1400779,0.04222136,1),(0.9878797,0.1495645,0.0415225,1),(0.9920428,0.09491798,0.08271424,1),(0.9918276,0.1043989,0.07334159,1),(0.993162,0.07120242,0.09251717,1),(0.9952827,0.07863086,0.0568282,1),(0.994155,0.03318283,0.1027369,1),(0.9853266,0.1688901,0.0246521,1),(0.9841503,0.1717732,0.04406975,1),(0.9851341,0.1696258,0.02716285,1),(0.9846392,0.1709912,0.03532154,1),(0.9835017,0.1721565,0.05555509,1),(0.9836497,0.170081,0.05920905,1),(0.9846078,0.1706475,0.03777643,1),(0.9850829,0.1685745,0.03455625,1),(0.9876733,0.1518017,0.03818146,1),(0.9879593,0.1514291,0.03171352,1),(0.9884415,0.1499783,0.02213262,1),(0.993179,0.109462,0.04017,1),(0.9935093,0.1105271,0.02688769,1),(0.9927658,0.1080164,0.05242546,1),(0.9876407,0.1511496,0.04146874,1),(0.9923057,0.1062773,0.06351847,1),(0.9845437,0.1653386,0.057764,1),(0.9859948,0.1578181,0.05392259,1),(0.9859508,0.1648304,0.02705882,1),(0.9870294,0.1596758,0.01663021,1),(0.9879109,0.1475069,0.04768383,1),(0.9901575,0.1343955,0.03905969,1),(0.9882061,0.1530947,0.003278671,1),(0.9893361,0.1450702,-0.01298422,1),(0.9893067,0.145663,-0.007380979,1),(0.9892968,0.1432809,-0.02761283,1),(0.9887118,0.1407127,-0.0514666,1),(0.9924791,0.1174227,-0.03460112,1),(0.9905344,0.121419,-0.06402339,1),(0.993405,0.1142551,-0.009607748,1),(0.9889615,0.1478865,0.009205221,1),(0.9936541,0.11195,0.01089465,1),(0.9925211,0.1175955,0.03275944,1),(0.9948238,0.0959397,0.03348313,1),(0.9906174,0.1341259,-0.02621937,1),(0.9924545,0.1187257,-0.03063169,1),(0.9967374,0.06938007,0.04124149,1),(0.9977091,0.03789499,0.05604098,1),(0.9947588,0.09883796,-0.02619157,1),(0.9971439,0.0744249,-0.01283554,1),(0.9882572,0.1283682,-0.08288122,1),(0.989585,0.1170237,-0.08382659,1),(0.9919389,0.1022275,-0.07487893,1),(0.9855616,0.1231211,-0.1162301,1),(0.9862438,0.1187181,-0.1150175,1),(0.9862338,0.1250707,-0.108168,1),(0.9880444,0.1362743,-0.07209381,1),(0.9880538,0.1245268,-0.09078941,1),(0.9971626,0.003348178,0.07520256,1),(0.9948519,-0.03280692,0.09588132,1),(0.9988981,0.04642335,0.00690109,1),(0.9994311,0.0151147,0.03015351,1),(0.9904921,-0.07061283,0.1180646,1),(0.9837721,-0.1100552,0.1417049,1),(0.99819,-0.01947886,0.05689622,1),(0.9945599,-0.05724576,0.08702628,1),(0.9975959,0.05951077,-0.03550721,1),(0.9995106,0.03039173,-0.007405203,1),(0.9996493,-0.003800509,0.02621038,1),(0.9952273,0.07239493,-0.06543244,1),(0.9984469,0.04357242,-0.03471691,1),(0.9915316,0.09453302,-0.08904363,1),(0.994822,0.08345834,-0.05800059,1),(0.9883147,0.1099593,-0.1055606,1),(0.9748113,-0.1489065,0.1660419,1),(0.9641579,-0.1855156,0.1896933,1),(0.98822,-0.09663962,0.1186672,1),(0.979264,-0.1366818,0.1495332,1),(0.9520504,-0.2199226,0.2126827,1),(0.9386915,-0.2521823,0.2350796,1),(0.9675912,-0.1774569,0.1796562,1),(0.9530599,-0.2190219,0.2090607,1),(0.9915428,-0.08348771,0.09936258,1),(0.9823036,-0.1284223,0.136335,1),(0.9688036,-0.1768616,0.1736073,1),(0.9935889,-0.07839964,0.08145263,1),(0.9832974,-0.1307522,0.1266098,1),(0.9987068,-0.0319602,0.0395392,1),(0.9971493,-0.04200019,0.06268334,1),(0.9999625,0.008615472,0.0008728695,1),(0.9257854,-0.2788028,0.2553241,1),(0.9155608,-0.2961437,0.2721165,1),(0.9375057,-0.2558803,0.2358141,1),(0.9238629,-0.2825973,0.2581009,1),(0.9087096,-0.3043992,0.2856363,1),(0.9056166,-0.3037184,0.2959964,1),(0.9132675,-0.2994527,0.2761711,1),(0.9064657,-0.3067225,0.2902431,1),(0.9366009,-0.257445,0.2376993,1),(0.9225798,-0.2834576,0.2617219,1),(0.9115492,-0.3003989,0.2807821,1),(0.9356881,-0.2586545,0.2399698,1),(0.9207917,-0.2855416,0.2657228,1),(0.9520279,-0.2241026,0.2083768,1),(0.9525138,-0.2220021,0.2084045,1),(0.9684701,-0.1815255,0.1706287,1),(0.9045606,-0.2988829,0.304038,1),(0.9037353,-0.2945987,0.3106028,1),(0.9024959,-0.3079436,0.3011177,1),(0.9001316,-0.3064093,0.3096393,1),(0.9031698,-0.2908857,0.3157052,1),(0.9028875,-0.2877629,0.3193535,1),(0.8994222,-0.3021467,0.3158277,1),(0.900377,-0.2951668,0.319684,1),(0.8986128,-0.3135026,0.3069385,1),(0.8966978,-0.311086,0.3148946,1),(0.8979243,-0.3027461,0.3194947,1),(0.8961269,-0.3154549,0.3121614,1),(0.8965291,-0.3081496,0.3182442,1),(0.9002146,-0.3142159,0.3014668,1),(0.9036289,-0.3099698,0.2955902,1),(0.9086061,-0.3043213,0.2860478,1),(0.9023164,-0.2858403,0.3226769,1),(0.9008849,-0.2857868,0.326699,1),(0.9015134,-0.2882931,0.3227392,1),(0.9014061,-0.2844441,0.3264331,1),(0.8985837,-0.2876007,0.3314109,1),(0.8953857,-0.2912789,0.3368102,1),(0.9000769,-0.2836217,0.3307875,1),(0.8975216,-0.2858364,0.3357868,1),(0.9008631,-0.286438,0.3261886,1),(0.9004548,-0.283086,0.3302173,1),(0.8988329,-0.282955,0.3347174,1),(0.8999678,-0.285065,0.3298422,1),(0.8992243,-0.2825943,0.3339698,1),(0.8997891,-0.2901571,0.3258655,1),(0.9000379,-0.2930002,0.3226184,1),(0.8986602,-0.2978637,0.3220046,1),(0.8922349,-0.2946978,0.3421549,1),(0.8900668,-0.2956806,0.3469205,1),(0.8944929,-0.2890905,0.3410414,1),(0.8917257,-0.2913531,0.3463214,1),(0.8889678,-0.294313,0.3508792,1),(0.8887113,-0.2903461,0.3548118,1),(0.8892285,-0.292632,0.3516235,1),(0.8868229,-0.2926627,0.3576224,1),(0.89324,-0.2875208,0.3456213,1),(0.889535,-0.290993,0.352208,1),(0.8852387,-0.2953173,0.3593607,1),(0.8894199,-0.2902095,0.3531441,1),(0.8832178,-0.297632,0.3624108,1),(0.8941072,-0.28521,0.3452935,1),(0.8963314,-0.2848386,0.3397895,1),(0.8973578,-0.2826661,0.3388935,1),(0.8884616,-0.2862575,0.3587377,1),(0.8871779,-0.2842938,0.363445,1),(0.8835438,-0.2905397,0.3673379,1),(0.8850505,-0.2921541,0.362397,1),(0.8848127,-0.2843961,0.3690872,1),(0.881346,-0.2865516,0.3756557,1),(0.8816569,-0.2844574,0.376517,1),(0.8824137,-0.287973,0.3720452,1),(0.8790177,-0.2934786,0.3757634,1),(0.8792874,-0.2974958,0.3719542,1),(0.8804985,-0.2860002,0.3780561,1),(0.8779718,-0.2905344,0.3804672,1),(0.8749537,-0.3000876,0.3800043,1),(0.8749509,-0.304783,0.3762556,1),(0.8813479,-0.2980775,0.3665731,1),(0.877592,-0.3036583,0.370977,1),(0.873198,-0.2973983,0.3861081,1),(0.8561123,-0.323577,0.4029511,1),(0.8603098,-0.3135991,0.4018988,1),(0.8761833,-0.2897186,0.385183,1),(0.8281363,-0.3648077,0.4255651,1),(0.7864995,-0.4201461,0.4526541,1),(0.7873874,-0.4150608,0.4557912,1),(0.8318481,-0.3557771,0.4259713,1),(0.8345976,-0.3482423,0.4268185,1),(0.8627818,-0.3075785,0.4012518,1),(0.7890801,-0.4074423,0.4597211,1),(0.7880704,-0.4023567,0.4658906,1),(0.8345087,-0.3451337,0.429509,1),(0.8626754,-0.306718,0.4021382,1),(0.8773481,-0.2867237,0.3847723,1),(0.8764418,-0.2884158,0.3855725,1),(0.7539647,-0.456538,0.4723455,1),(0.7596414,-0.4435225,0.4756392,1),(0.7424104,-0.4577681,0.4891576,1),(0.7480995,-0.458786,0.4794399,1),(0.8043928,-0.3757029,0.4602167,1),(0.8779148,-0.2387682,0.4150366,1),(0.8327124,-0.307444,0.4605088,1),(0.7722843,-0.4103048,0.4850019,1),(0.7439095,-0.433612,0.5085069,1),(0.729282,-0.463273,0.5035136,1),(0.7871573,-0.3613935,0.499778,1),(0.7437758,-0.4020606,0.5339895,1),(0.7169768,-0.4505918,0.531894,1),(0.7157328,-0.4663971,0.519808,1),(0.7451831,-0.4547692,0.4877368,1),(0.7403675,-0.450924,0.4985213,1),(0.9453266,-0.07019792,0.3184806,1),(0.9802262,0.1049584,0.1677514,1),(0.9024553,-0.1743691,0.393916,1),(0.9647569,-0.02572732,0.2618822,1),(0.9529967,0.2899783,-0.08780511,1),(0.7686973,0.4567866,-0.447717,1),(0.9861395,0.1655984,0.01029512,1),(0.8365434,0.3790553,-0.3956164,1),(0.9264722,-0.1422348,0.3484516,1),(0.9934465,0.03808858,0.1077657,1),(0.8968974,0.2926772,-0.3315344,1),(0.9781402,-0.07216674,0.1950222,1),(0.9419116,0.2088352,-0.2630407,1),(0.8773345,-0.2358223,0.4179378,1),(0.8494508,-0.2620029,0.4580257,1),(0.79556,-0.3306669,0.5076847,1),(0.5107027,0.5185117,-0.6858049,1),(0.3927751,0.5277541,-0.7531291,1),(0.5608757,0.4833134,-0.6721805,1),(0.4198724,0.5111392,-0.7499626,1),(0.4066252,0.5310811,-0.7433766,1),(0.5341338,0.5267832,-0.6612114,1),(0.4070844,0.5234675,-0.7485079,1),(0.4975087,0.5284237,-0.6879342,1),(0.4556945,0.4936838,-0.7406882,1),(0.4174316,0.5140844,-0.7493118,1),(0.4716307,0.5246828,-0.7087117,1),(0.4342155,0.5020772,-0.747914,1),(0.4557683,0.5191712,-0.7230052,1),(0.4946482,0.4750844,-0.7277486,1),(0.616695,0.445493,-0.649017,1),(0.6708385,0.4076298,-0.619527,1),(0.7013732,0.4836223,-0.523627,1),(0.848622,0.3812799,-0.3666965,1),(0.6365573,0.5030398,-0.5845903,1),(0.7838437,0.4229251,-0.4546684,1),(0.9649848,0.1977613,-0.1723215,1),(0.9943315,-0.08199503,0.06768985,1),(0.9308887,0.2528614,-0.2636425,1),(0.9989532,-0.04230485,0.01740336,1),(0.7175439,0.4495124,-0.5320424,1),(0.8876964,0.2970759,-0.3517685,1),(0.9993924,-0.004982937,-0.03449532,1),(0.8417408,0.3288959,-0.4281354,1),(0.9960835,0.02924597,-0.08344091,1),(0.6579437,0.4627868,-0.5940862,1),(0.5791396,0.5110136,-0.6351869,1),(0.5329821,0.5132168,-0.6727099,1),(0.9186534,-0.3049594,0.2511486,1),(0.8721189,-0.3704773,0.3196171,1),(0.9265987,-0.2843324,0.2461098,1),(0.8749153,-0.3536242,0.3308671,1),(0.8953923,-0.3361862,0.2919785,1),(0.9661161,-0.1845987,0.1803969,1),(0.9664509,-0.1765546,0.1865509,1),(0.8958758,-0.3228102,0.3052867,1),(0.8986598,-0.304666,0.3155775,1),(0.879448,-0.3331426,0.3399813,1),(0.968307,-0.16327,0.1890097,1),(0.9717419,-0.1450472,0.1862232,1),(0.9040121,-0.2821665,0.3211603,1),(0.8860965,-0.3090433,0.3454348,1),(0.9346588,-0.2619515,0.2404044,1),(0.9429387,-0.2371386,0.2337347,1),(0.9991862,0.005642206,0.03993798,1),(0.9906201,0.1276163,-0.04884508,1),(0.9907331,0.1229611,-0.05769244,1),(0.99933,0.00732761,0.03585818,1),(0.977695,0.189396,-0.09078337,1),(0.9746906,0.2028557,-0.09395559,1),(0.9774598,0.1861511,-0.0995992,1),(0.978811,0.1787323,-0.0999187,1),(0.9788252,0.1714181,-0.1118801,1),(0.9899998,0.1224469,-0.07005084,1),(0.9792789,0.171892,-0.1070792,1),(0.9801435,0.1602065,-0.1168435,1),(0.9776023,0.1676303,-0.1272552,1),(0.9882065,0.1261955,-0.0867332,1),(0.9995146,0.01384747,0.02790392,1),(0.9995719,0.02517227,0.01491101,1),(0.9831362,0.1728071,-0.05984199,1),(0.9956537,0.090601,0.02156734,1),(0.9974417,0.06636795,0.02655517,1),(0.9866695,0.1511396,-0.06033335,1),(0.9824946,-0.07095327,0.1722498,1),(0.8562047,-0.3292654,0.3981177,1),(0.840811,-0.3457792,0.4165018,1),(0.9784052,-0.09450929,0.1838239,1),(0.9739794,-0.1161922,0.1945853,1),(0.9985689,0.04350782,0.0311015,1),(0.8269948,-0.3589436,0.4327115,1),(0.8141133,-0.3698189,0.4477203,1),(0.9692402,-0.1364204,0.2048483,1),(0.9991428,0.02191524,0.03511933,1),(0.9894397,0.1311575,-0.06169971,1),(0.9915288,0.1128731,-0.06426727,1),(0.6160961,-0.5433431,0.5702665,1),(0.43253,-0.6358685,0.6392097,1),(0.407584,-0.6330215,0.6581483,1),(0.5918117,-0.5484691,0.5907119,1),(0.3327712,-0.6686446,0.6649645,1),(0.3005207,-0.67335,0.6754903,1),(0.2865961,-0.6648136,0.6898444,1),(0.311802,-0.661731,0.6818296,1),(0.2958708,-0.6528323,0.6973309,1),(0.3880172,-0.6273979,0.6751404,1),(0.2767391,-0.6548766,0.7032439,1),(0.2723414,-0.6433908,0.7154568,1),(0.2846754,-0.6421972,0.7117181,1),(0.372461,-0.6196775,0.6908492,1),(0.571968,-0.5499735,0.60859,1),(0.5549917,-0.5489803,0.6249839,1),(0.3074076,-0.6679303,0.6777682,1),(0.3321142,-0.6625867,0.6713263,1),(0.3379201,-0.651818,0.6789281,1),(0.3027138,-0.658487,0.6890278,1),(0.3744711,-0.6562907,0.6550221,1),(0.4337088,-0.6472149,0.6269047,1),(0.4637781,-0.6302519,0.6226496,1),(0.3919972,-0.6432375,0.657711,1),(0.4115919,-0.6288491,0.6596522,1),(0.3460616,-0.6400604,0.6859767,1),(0.495888,-0.611077,0.6169928,1),(0.5309038,-0.5890487,0.6092312,1),(0.4358694,-0.612197,0.6597217,1),(0.3598439,-0.6264795,0.6914012,1),(0.3010234,-0.6479962,0.6996327,1),(0.3052253,-0.635929,0.7088242,1),(0.5158538,-0.6222813,0.5887792,1),(0.6318622,-0.5609048,0.5349166,1),(0.6754692,-0.5279374,0.5148044,1),(0.5556352,-0.5990236,0.5765763,1),(0.7814333,-0.4379443,0.4444848,1),(0.9309996,-0.2218276,0.289883,1),(0.9550688,-0.1556768,0.2522068,1),(0.8213496,-0.3905374,0.4157709,1),(0.8586749,-0.3395092,0.3839414,1),(0.71911,-0.4910553,0.4916763,1),(0.9732313,-0.08771584,0.2124307,1),(0.984982,-0.01916326,0.1715904,1),(0.8918759,-0.2861529,0.3502486,1),(0.7610328,-0.4509881,0.4663033,1),(0.5969654,-0.572472,0.5620569,1),(0.6389385,-0.5426449,0.5452468,1),(0.9928346,0.03807604,0.1132684,1),(0.9573513,0.2875875,-0.02778476,1),(0.9277791,0.3665056,-0.06999689,1),(0.9906485,0.1169829,0.07021748,1),(0.8279055,0.5432057,-0.1396426,1),(0.5620708,0.7972471,-0.220167,1),(0.4914887,0.8367398,-0.2414652,1),(0.7735385,0.6091879,-0.1747231,1),(0.7132741,0.6694175,-0.2076543,1),(0.8902254,0.4417647,-0.1110985,1),(0.4188821,0.8698852,-0.2604564,1),(0.344728,0.8968164,-0.2772776,1),(0.6477017,0.7236345,-0.2384022,1),(0.8451257,0.5128344,-0.1508753,1),(0.9804517,0.1949309,0.0267658,1),(0.9623988,0.2711348,-0.01656649,1),(0.2287836,0.9406686,-0.2506007,1),(-0.01524824,0.969637,-0.2440735,1),(-0.07637754,0.9665921,-0.2446754,1),(0.158181,0.9530962,-0.2580437,1),(-0.173135,0.9595592,-0.2219692,1),(-0.2760543,0.9419567,-0.19108,1),(-0.3084155,0.9312566,-0.1940127,1),(-0.221344,0.9497132,-0.221476,1),(-0.2650053,0.9385006,-0.2213338,1),(-0.1338707,0.9603184,-0.2446778,1),(-0.3357941,0.9208302,-0.1982781,1),(-0.3584435,0.9110162,-0.2038818,1),(-0.3044077,0.9263958,-0.221646,1),(-0.1878885,0.9513378,-0.2442424,1),(0.08922654,0.960407,-0.2639262,1),(0.02202727,0.9630442,-0.2684412,1),(-0.3225676,0.9315454,-0.1678487,1),(-0.2973922,0.9395292,-0.1698322,1),(-0.2984572,0.9370262,-0.1813978,1),(-0.3387499,0.9243181,-0.1757398,1),(-0.1913506,0.9613677,-0.1978815,1),(0.01202604,0.9684317,-0.2489891,1),(0.05447023,0.9634129,-0.2624278,1),(-0.1739297,0.961722,-0.2117529,1),(-0.1520267,0.9619939,-0.2268379,1),(-0.2946848,0.9354867,-0.1950009,1),(0.1003578,0.9562093,-0.2749403,1),(0.1493782,0.9464946,-0.2860668,1),(-0.125519,0.9619149,-0.2428264,1),(-0.2859406,0.9348523,-0.2104499,1),(-0.3499054,0.9182043,-0.1856526,1),(-0.3560879,0.9133498,-0.1974681,1),(0.2542483,0.9240352,-0.2855113,1),(0.4878133,0.8272576,-0.278717,1),(0.5536474,0.7856826,-0.2760024,1),(0.3164333,0.9021835,-0.2931467,1),(0.7231697,0.6548933,-0.2194092,1),(0.927339,0.3634248,-0.0892456,1),(0.9506253,0.3040973,-0.06193842,1),(0.7752072,0.5978666,-0.2039838,1),(0.8218293,0.539122,-0.1842391,1),(0.6168265,0.7398969,-0.268473,1),(0.9684911,0.2468967,-0.03266408,1),(0.9813192,0.1923759,-0.001987186,1),(0.8626888,0.4795771,-0.1605419,1),(0.6764427,0.6905496,-0.2560597,1),(0.3794933,0.8761223,-0.2973122,1),(0.4425751,0.8459172,-0.2975759,1),(0.9973678,0.03543001,0.06326157,1),(0.9651187,-0.1946405,0.1751025,1),(0.9513192,-0.2287645,0.2065396,1),(0.9952771,-0.01286848,0.09621747,1),(0.9033586,-0.3430727,0.2573794,1),(0.8347828,-0.4426548,0.3274056,1),(0.8257037,-0.4471286,0.3439324,1),(0.8878493,-0.3627938,0.283027,1),(0.8732466,-0.3781844,0.3072734,1),(0.9367918,-0.2577092,0.236658,1),(0.8182211,-0.4487323,0.3593795,1),(0.812399,-0.4477105,0.3735816,1),(0.8598868,-0.3895979,0.3298608,1),(0.9221354,-0.2817876,0.2650699,1),(0.9900645,-0.0564184,0.1287994,1),(0.9824308,-0.09522635,0.1605045,1),(0.7774631,-0.5025837,0.3781016,1),(0.7557306,-0.52114,0.3965908,1),(0.7661334,-0.5043756,0.3983025,1),(0.779168,-0.4940515,0.3857592,1),(0.7737744,-0.5023317,0.3859224,1),(0.8276677,-0.4433903,0.3440513,1),(0.843445,-0.4178467,0.3376458,1),(0.7891009,-0.4801182,0.3831532,1),(0.8045981,-0.4568766,0.3793227,1),(0.7773149,-0.4863505,0.3990549,1),(0.8588127,-0.3916019,0.3302856,1),(0.8737128,-0.3646145,0.3219976,1),(0.8200936,-0.4326806,0.3744783,1),(0.7890921,-0.4671712,0.3988543,1),(0.7822071,-0.4837944,0.3925494,1),(0.7864754,-0.4719588,0.3983859,1),(0.888221,-0.3600255,0.2853862,1),(0.9343387,-0.2735687,0.2284102,1),(0.9440643,-0.2473997,0.2180278,1),(0.9014255,-0.3332392,0.2763757,1),(0.9674216,-0.1844442,0.1734233,1),(0.9884122,-0.09252252,0.120337,1),(0.9910418,-0.07360993,0.1114341,1),(0.9734056,-0.1609158,0.1630572,1),(0.9787653,-0.1372526,0.1522505,1),(0.9530005,-0.2211198,0.2071135,1),(0.9932989,-0.05427995,0.1020342,1),(0.9952643,-0.03280433,0.09150359,1),(0.9836708,-0.1123207,0.1406267,1),(0.9613119,-0.1940793,0.1954807,1),(0.9138862,-0.3061293,0.2666402,1),(0.9256802,-0.2784112,0.2561315,1),(0.9973831,-0.003772852,0.0721993,1),(0.9966578,0.07492474,0.03255165,1),(0.9978395,0.01188509,0.06461474,1),(0.9954046,0.09248488,0.02482612,1),(0.9896143,0.1437379,0.001715597,1),(0.9788178,0.2037601,-0.01993856,1),(0.9856921,0.1683744,-0.007820839,1),(0.9700934,0.2405391,-0.03255356,1),(0.9936187,0.1115701,0.01654945,1),(0.9805837,0.1952829,-0.01789359,1),(0.9588096,0.2803339,-0.04579378,1),(0.9737216,0.2259936,-0.02816308,1),(0.9444672,0.3232701,-0.05897456,1),(0.9909385,0.1341344,0.006984855,1),(0.9979961,0.02847089,0.05650736,1),(0.9977334,0.04809693,0.04706083,1),(0.9613858,0.2727542,-0.03664031,1),(0.9278948,0.3688145,-0.05465474,1),(0.9016642,0.4264821,-0.07151784,1),(0.9453777,0.3215418,-0.05359059,1),(0.8665854,0.4939518,-0.07100268,1),(0.762226,0.641636,-0.08552638,1),(0.7063233,0.7013028,-0.09634268,1),(0.8269503,0.5556103,-0.08631562,1),(0.7797984,0.6179388,-0.1003301,1),(0.869121,0.4867051,-0.0880162,1),(0.6428187,0.7588391,-0.1046295,1),(0.5731941,0.812088,-0.1093685,1),(0.7261283,0.6784071,-0.1118107,1),(0.8306258,0.5472186,-0.1030171,1),(0.9247983,0.3740112,-0.06974036,1),(0.899544,0.4284098,-0.08535676,1),(0.618225,0.7812725,-0.08608726,1),(0.4411539,0.8953885,-0.06051875,1),(0.3586686,0.9317024,-0.05733735,1),(0.5467492,0.8323978,-0.0904398,1),(0.2158667,0.9764109,-0.00483474,1),(-0.06625418,0.9943115,0.08339782,1),(-0.1448809,0.9839972,0.1037263,1),(0.129757,0.9915227,0.00677491,1),(0.0427745,0.9988456,0.02186112,1),(0.2719398,0.9610052,-0.05017873,1),(-0.2204526,0.9672151,0.126078,1),(-0.2923628,0.9444044,0.1504138,1),(-0.04362231,0.9982255,0.04053454,1),(0.1827331,0.982402,-0.0386636,1),(0.4687946,0.8785874,-0.09119125,1),(0.386067,0.918296,-0.08766287,1),(-0.331809,0.9271793,0.1739007,1),(-0.5122513,0.823957,0.2422675,1),(-0.5599656,0.7828661,0.2712181,1),(-0.3948728,0.8965893,0.2005071,1),(-0.6272246,0.7201981,0.2964861,1),(-0.7000414,0.6247634,0.345851,1),(-0.7233707,0.5815368,0.3722227,1),(-0.6618036,0.6755152,0.325108,1),(-0.691263,0.6300805,0.3537711,1),(-0.6018011,0.7400653,0.3002312,1),(-0.742906,0.5375794,0.398872,1),(-0.7586253,0.4938222,0.4250029,1),(-0.715885,0.5844869,0.3819473,1),(-0.6381775,0.6960387,0.3290282,1),(-0.4524115,0.8622434,0.2277279,1),(-0.5046273,0.8246765,0.2554602,1),(-0.7474586,0.5397309,0.3872933,1),(-0.7786984,0.471032,0.4144365,1),(-0.7863912,0.4397765,0.4338036,1),(-0.7616242,0.5015169,0.4103774,1),(-0.7985479,0.4213497,0.4298671,1),(-0.8105156,0.3914059,0.4357361,1),(-0.8018238,0.3985751,0.4452151,1),(-0.8109653,0.3784051,0.4462563,1),(-0.793407,0.4073099,0.4523318,1),(-0.8044455,0.375508,0.4602838,1),(-0.8112677,0.3661713,0.4558105,1),(-0.8055457,0.3560444,0.4736333,1),(-0.8102985,0.3601269,0.462304,1),(-0.7967083,0.3772845,0.4721358,1),(-0.7733063,0.4623117,0.4338955,1),(-0.7824748,0.4235826,0.4564109,1),(-0.8182037,0.3769383,0.4341201,1),(-0.8238595,0.3736019,0.426236,1),(-0.8157408,0.3770729,0.4386151,1),(-0.8162854,0.3927193,0.4236151,1),(-0.8274419,0.3816039,0.4119688,1),(-0.8284259,0.4012223,0.390808,1),(-0.8114845,0.4257457,0.4002918,1),(-0.798951,0.4764147,0.3670236,1),(-0.8076469,0.4149197,0.4189846,1),(-0.7901669,0.4745952,0.3878086,1),(-0.7592309,0.5555887,0.338954,1),(-0.7076294,0.6356387,0.3085845,1),(-0.7626472,0.5295989,0.3713415,1),(-0.7959217,0.4454559,0.4099727,1),(-0.813152,0.3791893,0.4415875,1),(-0.8088356,0.3895449,0.4404995,1),(-0.8106315,0.4518126,0.3724809,1),(-0.7461466,0.5584209,0.3625348,1),(-0.6706327,0.6720942,0.3139126,1),(-0.7611011,0.5541516,0.3371069,1),(-0.5839435,0.7340615,0.3466463,1),(-0.2307975,0.928143,0.2920325,1),(-0.09143365,0.9663002,0.240632,1),(-0.4712133,0.8325782,0.2911555,1),(-0.3413849,0.9116947,0.2286244,1),(-0.5722896,0.7782613,0.2584455,1),(0.04571084,0.9812683,0.187144,1),(0.1734653,0.9750125,0.1387815,1),(-0.2058292,0.9639453,0.1686527,1),(-0.4587716,0.8652729,0.2020681,1),(-0.6936135,0.6569921,0.2954007,1),(-0.6127627,0.7507318,0.2468268,1),(0.1847801,0.9617926,0.2020183,1),(0.4854217,0.8623317,0.1440478,1),(0.5854172,0.8010902,0.1246642,1),(0.3130612,0.9347456,0.1680581,1),(0.7030886,0.7003121,0.1234073,1),(0.8676112,0.4789185,0.1337454,1),(0.8983551,0.4192676,0.1310449,1),(0.7690635,0.628937,0.1139284,1),(0.823131,0.557098,0.1099874,1),(0.6691643,0.7348943,0.1102251,1),(0.9236491,0.359225,0.1335285,1),(0.9442281,0.2976211,0.1409078,1),(0.8672602,0.4853587,0.1108456,1),(0.7388029,0.6663609,0.100665,1),(0.4261759,0.894227,0.1368662,1),(0.5240082,0.8444712,0.1108327,1),(0.956881,0.2496007,0.1485867,1),(0.9845469,0.09181686,0.1491205,1),(0.9855615,0.06513709,0.1562867,1),(0.9656228,0.210984,0.1518501,1),(0.988776,0.001131069,0.1494005,1),(0.9886349,-0.03569999,0.1460359,1),(0.9870938,-0.02111129,0.1587446,1),(0.9862758,-0.0582066,0.1545054,1),(0.9851464,0.03435146,0.1682452,1),(0.984636,-0.04832458,0.1677997,1),(0.9824433,-0.08537152,0.1658819,1),(0.9794766,-0.08211339,0.1840733,1),(0.9761881,-0.1186537,0.1815982,1),(0.9826589,-0.002737449,0.185402,1),(0.9725968,0.1694491,0.1591935,1),(0.9775352,0.1229253,0.1712144,1),(0.9882832,-0.05537796,0.1422313,1),(0.9860376,-0.08937474,0.1405058,1),(0.9855049,-0.08058255,0.1492871,1),(0.981964,-0.1185313,0.147299,1),(0.9804108,-0.1378778,0.1406566,1),(0.9692352,-0.2007704,0.1423877,1),(0.9738335,-0.1722352,0.1482678,1),(0.9584714,-0.2414249,0.1518115,1),(0.9765335,-0.1486529,0.1558352,1),(0.9667578,-0.2026517,0.1559221,1),(0.949279,-0.2713004,0.1589509,1),(0.9606543,-0.2248777,0.1630128,1),(0.9452913,-0.2832469,0.16185,1),(0.9698384,-0.177945,0.1665805,1),(0.981165,-0.1096079,0.1590644,1),(0.9745975,-0.1425847,0.1727117,1),(0.9544481,-0.2616225,0.1434661,1),(0.9419539,-0.3044889,0.1414542,1),(0.9401633,-0.304004,0.1538656,1),(0.9286367,-0.3389145,0.1508998,1),(0.9340187,-0.3300044,0.1367702,1),(0.9319335,-0.338637,0.1297107,1),(0.9267818,-0.3471342,0.1434348,1),(0.9352254,-0.3286808,0.1316151,1),(0.9229277,-0.3521633,0.1555166,1),(0.9287774,-0.3408074,0.1456807,1),(0.9469023,-0.2939594,0.1302456,1),(0.9424516,-0.3028964,0.1415588,1),(0.9650039,-0.2301755,0.1256452,1),(0.9299038,-0.3347176,0.1524571,1),(0.9305906,-0.3292113,0.1600657,1),(0.9311628,-0.3280102,0.1592021,1),(0.9363943,-0.3289546,0.1222895,1),(0.946994,-0.2995297,0.1161214,1),(0.9494555,-0.2903256,0.1193536,1),(0.9645208,-0.2399328,0.1101445,1),(0.9619898,-0.2495571,0.1108916,1),(0.9782394,-0.1782826,0.1061281,1),(0.9786847,-0.1772415,0.1037383,1),(0.9897257,-0.1023856,0.0998011,1),(0.9816614,-0.1604472,0.1029446,1),(0.9909706,-0.09365173,0.09595254,1),(0.9952384,-0.02771702,0.0934478,1),(0.9958656,-0.006877542,0.09057932,1),(0.9953779,0.03793735,0.08822402,1),(0.9929585,-0.06673259,0.09787837,1),(0.9670388,-0.2274873,0.1143926,1),(0.9838277,-0.1415698,0.1097317,1),(0.987949,-0.1156402,0.1028789,1),(0.9904606,-0.09231456,0.1023014,1),(0.9940708,-0.0456937,0.09866737,1),(0.9942878,-0.03666549,0.1002355,1),(0.9885611,-0.1084118,0.1048518,1),(0.9802576,-0.1639479,0.1105265,1),(0.9916396,-0.07536808,0.1047406,1),(0.9801244,-0.1624988,0.1137989,1),(0.9951773,0.002247291,0.09806643,1),(0.9929117,-0.05819843,0.1036307,1),(0.9791092,-0.1703435,0.1110328,1),(0.993023,-0.06360511,0.0992967,1),(0.97477,-0.1958951,0.1069973,1),(0.9954507,0.01836414,0.09349139,1),(0.9954352,0.01215508,0.09466211,1),(0.9946354,0.05155779,0.08967844,1),(0.9661773,-0.229174,0.1182401,1),(0.9539953,-0.2744936,0.1206081,1),(0.9385714,-0.3227099,0.1222377,1),(0.9585496,-0.2577735,0.1213907,1),(0.9459434,-0.3012958,0.12005,1),(0.942651,-0.3104333,0.1226383,1),(0.9200416,-0.3718712,0.1234314,1),(0.924602,-0.3603341,0.123574,1),(0.9031537,-0.4122378,0.1198895,1),(0.9225355,-0.3671612,0.1188315,1),(0.8968853,-0.4254143,0.120911,1),(0.8690919,-0.4809339,0.1156804,1),(0.8769182,-0.4669096,0.1140603,1),(0.9016784,-0.4172699,0.1134101,1),(0.9505976,-0.2877786,0.1163943,1),(0.9378282,-0.3286766,0.1115801,1),(0.8647685,-0.01442667,0.5019633,1),(0.8657537,-0.009922566,0.5003722,1),(0.8651772,-0.01566304,0.5012217,1),(0.8850192,-0.01693367,0.4652464,1),(0.8843865,-0.01664621,0.4664585,1),(0.8844264,-0.01514503,0.4664339,1),(0.8658227,-0.01785501,0.5000322,1),(0.8667014,-0.02100841,0.4983848,1),(0.8875198,-0.01844273,0.4604002,1),(0.8860651,-0.01752542,0.4632294,1),(0.9047425,-0.01535138,0.425682,1),(0.903357,-0.0166554,0.4285661,1),(0.9066765,-0.01365531,0.4216056,1),(0.9217243,-0.005410645,0.3878081,1),(0.9195205,-0.009723822,0.3929216,1),(0.917947,-0.01290496,0.3964929,1),(0.9025193,-0.01749731,0.4302936,1),(0.9025169,-0.02009412,0.4301855,1),(0.9170469,-0.01502893,0.398496,1),(0.917816,-0.01911837,0.3965453,1),(0.8678114,-0.02514751,0.496257,1),(0.869177,-0.0301421,0.4935818,1),(0.8912076,-0.02211207,0.4530564,1),(0.8892688,-0.01994065,0.45695,1),(0.8707751,-0.0359827,0.4903631,1),(0.872586,-0.04265658,0.4865944,1),(0.8956039,-0.02846559,0.4439408,1),(0.8933242,-0.0249558,0.4487194,1),(0.9137462,-0.0105604,0.4061483,1),(0.9112906,-0.01105919,0.4116152,1),(0.9158953,-0.009130862,0.4013134,1),(0.9309856,0.0110517,0.3648887,1),(0.9291894,0.006800953,0.3695413,1),(0.9266911,0.003312007,0.3758093,1),(0.9089339,-0.01209302,0.4167649,1),(0.9237124,0.0004177388,0.3830865,1),(0.8746437,-0.05022858,0.4821571,1),(0.876986,-0.0586492,0.4769234,1),(0.9002833,-0.03852183,0.4335966,1),(0.8979527,-0.03292709,0.4388584,1),(0.8795802,-0.06792457,0.4708768,1),(0.8823829,-0.07806139,0.4640117,1),(0.9045663,-0.05208343,0.4231395,1),(0.902431,-0.04452533,0.4285275,1),(0.9221649,-0.01713735,0.3864172,1),(0.9207098,-0.01388403,0.3900008,1),(0.9245142,-0.02494752,0.3803305,1),(0.9376239,0.006826447,0.3475842,1),(0.9386102,0.001602846,0.3449759,1),(0.9361889,0.009839035,0.3513594,1),(0.9186143,-0.01131462,0.3949933,1),(0.9343135,0.01062961,0.3562939,1),(0.8858702,-0.09027157,0.4550659,1),(0.8899059,-0.09673093,0.4457696,1),(0.9071783,-0.06012287,0.4164285,1),(0.910879,-0.06793924,0.4070427,1),(0.8948547,-0.1034494,0.4342041,1),(0.9005785,-0.1086864,0.4208868,1),(0.9148521,-0.07282162,0.3971682,1),(0.9194863,-0.07630985,0.3856446,1),(0.9284629,-0.03511099,0.3697616,1),(0.9312462,-0.03797051,0.3624068,1),(0.9345441,-0.03935797,0.353664,1),(0.9426215,-0.008479971,0.3337558,1),(0.9446986,-0.00791886,0.3278438,1),(0.94091,-0.007093607,0.3385825,1),(0.9262154,-0.03077095,0.3757366,1),(0.9395722,-0.003739509,0.3423306,1),(0.9066056,-0.1130009,0.4065673,1),(0.9125504,-0.1173301,0.3917719,1),(0.9242775,-0.07990973,0.3732632,1),(0.9288487,-0.08536049,0.3604909,1),(0.9184148,-0.1216834,0.3764402,1),(0.9242057,-0.1260352,0.3604982,1),(0.9331688,-0.09264765,0.3472931,1),(0.9371959,-0.1017452,0.3336343,1),(0.9410801,-0.04797391,0.3347639,1),(0.943932,-0.05782195,0.3250369,1),(0.9463783,-0.071332,0.315087,1),(0.9506572,-0.0262442,0.3091311,1),(0.9520509,-0.04251121,0.3029718,1),(0.9488706,-0.01504524,0.3153065,1),(0.9379293,-0.04181397,0.3442965,1),(0.9468545,-0.008933295,0.3215379,1),(0.9301016,-0.1279306,0.3443034,1),(0.9360964,-0.1243573,0.3290266,1),(0.941376,-0.107558,0.319754,1),(0.946165,-0.1049252,0.3062066,1),(0.9421493,-0.1153064,0.3147367,1),(0.9481325,-0.1007844,0.3014752,1),(0.9515089,-0.09382542,0.2929632,1),(0.9571493,-0.07420633,0.279926,1),(0.9524006,-0.08146248,0.2937632,1),(0.9567482,-0.0711838,0.282074,1),(0.961661,-0.05057337,0.2695375,1),(0.9591612,-0.05476286,0.2775081,1),(0.9632756,-0.03922851,0.265634,1),(0.955832,-0.06043505,0.287633,1),(0.9489391,-0.08150404,0.3047486,1),(0.9534882,-0.0563427,0.2961176,1),(0.9529158,-0.08890282,0.28991,1),(0.955806,-0.08796071,0.2805314,1),(0.9616733,-0.05616952,0.2683831,1),(0.9642547,-0.04996771,0.2602235,1),(0.9569118,-0.09794293,0.2733628,1),(0.955979,-0.1187781,0.2683204,1),(0.9651898,-0.05564376,0.2555632,1),(0.9643272,-0.07317737,0.2543981,1),(0.96762,-0.0213522,0.2515068,1),(0.9681555,-0.02360588,0.2492342,1),(0.9671384,-0.03710631,0.2515284,1),(0.9682938,-0.01369209,0.2494384,1),(0.9668704,-0.02095718,0.2544059,1),(0.9682269,-0.01430041,0.2496645,1),(0.9655827,-0.03036113,0.2583182,1),(0.9666476,-0.02282394,0.2550912,1),(0.9519542,-0.1505348,0.2666882,1),(0.9435645,-0.1940218,0.2684055,1),(0.9608554,-0.1047424,0.2564879,1),(0.9533426,-0.153081,0.2602004,1),(0.9291835,-0.2491783,0.2729984,1),(0.9067264,-0.3154694,0.2798683,1),(0.9392289,-0.2183661,0.2648874,1),(0.9150673,-0.2999891,0.2695525,1),(0.9581187,-0.1163069,0.2616889,1),(0.9455908,-0.1876146,0.2658176,1),(0.9219654,-0.2798301,0.267722,1),(0.9497541,-0.1571324,0.2706963,1),(0.929855,-0.2495253,0.2703825,1),(0.9595382,-0.08839826,0.2673427,1),(0.9642243,-0.06631334,0.2566593,1),(0.9641885,-0.04325593,0.2616668,1),(0.8829845,-0.3746909,0.2827459,1),(0.8686212,-0.4104713,0.2775078,1),(0.8870972,-0.3750505,0.2690646,1),(0.8677942,-0.4228309,0.2610506,1),(0.8658933,-0.42432,0.2649173,1),(0.8752753,-0.4169258,0.2450837,1),(0.8606961,-0.4453822,0.2466511,1),(0.8670151,-0.443979,0.226202,1),(0.8682541,-0.427494,0.251761,1),(0.8554743,-0.4615701,0.2347697,1),(0.8557075,-0.4716347,0.2128974,1),(0.8582652,-0.4594668,0.2286289,1),(0.8491898,-0.4871793,0.2037964,1),(0.8767894,-0.4115781,0.2486841,1),(0.8919457,-0.3676122,0.263238,1),(0.9021419,-0.3419538,0.2630736,1),(0.8953533,-0.3856349,0.2227743,1),(0.9235806,-0.3256882,0.2023021,1),(0.8864618,-0.4150753,0.2046899,1),(0.9172779,-0.3520824,0.1861163,1),(0.955193,-0.2332729,0.1821818,1),(0.9813157,-0.105577,0.1608507,1),(0.95359,-0.2493872,0.1687369,1),(0.9832894,-0.1023976,0.1505206,1),(0.9027011,-0.3932638,0.1745686,1),(0.9439954,-0.2883615,0.1603758,1),(0.9806145,-0.1300583,0.1465617,1),(0.9267949,-0.3423466,0.1544347,1),(0.9715019,-0.1855578,0.1474865,1),(0.8833665,-0.4387521,0.1648039,1),(0.8712372,-0.4519712,0.1914881,1),(0.8558489,-0.4846103,0.1807637,1),(0.9902428,0.0159143,0.138441,1),(0.9891705,0.08865076,0.116973,1),(0.9905505,0.0406101,0.130998,1),(0.9851913,0.1289864,0.1129617,1),(0.9885799,0.1147298,0.09770803,1),(0.9920465,0.09657727,0.08072569,1),(0.9812729,0.1658159,0.09802272,1),(0.9841502,0.1549191,0.08630539,1),(0.9840633,0.1332864,0.1177035,1),(0.9771507,0.1835441,0.1071821,1),(0.9775081,0.1855088,0.1003225,1),(0.9785645,0.1613119,0.128023,1),(0.9755456,0.1800118,0.1261211,1),(0.9863783,0.09670262,0.1330661,1),(0.9908695,0.02970719,0.1315113,1),(0.9899232,-0.0187329,0.1403606,1),(0.996234,0.05654515,0.0657307,1),(0.9984785,0.01680945,0.05251883,1),(0.9898478,0.1193374,0.07720017,1),(0.9942104,0.08141267,0.07012568,1),(0.9989009,-0.02249226,0.04112228,1),(0.997624,-0.06123118,0.03157672,1),(0.9970232,0.04132413,0.06509281,1),(0.9980684,-0.0007035365,0.06212052,1),(0.9866381,0.13258,0.09469835,1),(0.990611,0.09865767,0.09464,1),(0.9935356,0.06006809,0.09632632,1),(0.9822003,0.1365431,0.1289898,1),(0.9856587,0.1074242,0.1301425,1),(0.9790402,0.1585334,0.127857,1),(0.9821232,0.1615827,0.09656624,1),(0.9766991,0.1731003,0.126867,1),(0.9950459,-0.09628446,0.02475794,1),(0.9920401,-0.1242203,0.02063827,1),(0.9973146,-0.04109675,0.06061685,1),(0.9953611,-0.07593454,0.05907782,1),(0.9892197,-0.1451821,0.01914704,1),(0.9870145,-0.1593559,0.02020296,1),(0.9927698,-0.1053414,0.05754316,1),(0.9899956,-0.1294991,0.05602371,1),(0.9952005,-0.01640751,0.09647228,1),(0.994406,-0.05057156,0.09273097,1),(0.9928402,-0.0822591,0.08661357,1),(0.9933445,0.008198154,0.1148894,1),(0.9944272,-0.02571886,0.1022397,1),(0.9914345,0.04155689,0.123817,1),(0.9950038,0.02043517,0.09772263,1),(0.9888439,0.07458442,0.1289377,1),(0.9852858,-0.1692428,0.02385252,1),(0.9836898,-0.1773245,0.03017137,1),(0.987213,-0.1493502,0.05572257,1),(0.9844682,-0.165747,0.05788162,1),(0.9822158,-0.183636,0.03911437,1),(0.980823,-0.1881938,0.05068671,1),(0.9819063,-0.1787709,0.06245863,1),(0.9796184,-0.1884748,0.06946287,1),(0.9878969,-0.1343161,0.07758254,1),(0.9850576,-0.1538416,0.07742278,1),(0.9823344,-0.1691141,0.08012205,1),(0.9908336,-0.110403,0.07784463,1),(0.9882511,-0.1311563,0.0784718,1),(0.9929614,-0.08592334,0.08151533,1),(0.990603,-0.1104804,0.08062085,1),(0.9943029,-0.05772688,0.08960705,1),(0.9793795,-0.1917598,0.063592,1),(0.9777322,-0.1953377,0.07670036,1),(0.9774538,-0.1964272,0.07746157,1),(0.9752015,-0.2043185,0.0850645,1),(0.9758642,-0.1989493,0.09004576,1),(0.9737562,-0.2026258,0.1036429,1),(0.9728627,-0.2121764,0.09230066,1),(0.9704378,-0.2200365,0.09916885,1),(0.9769439,-0.1952245,0.08641906,1),(0.9741719,-0.2080041,0.08788422,1),(0.9713519,-0.2206652,0.08821703,1),(0.9794246,-0.1858375,0.07868753,1),(0.9763521,-0.2029192,0.07456695,1),(0.9824361,-0.1682407,0.08071238,1),(0.9796676,-0.1822729,0.0838334,1),(0.9853848,-0.1500415,0.08064927,1),(0.971907,-0.2050582,0.1155327,1),(0.9707729,-0.2053747,0.1241822,1),(0.9682776,-0.2268692,0.1047325,1),(0.9666318,-0.2320567,0.1085021,1),(0.9704449,-0.2035856,0.1295753,1),(0.9709589,-0.1997099,0.1317368,1),(0.9655542,-0.2355918,0.1104615,1),(0.9650744,-0.2374671,0.110638,1),(0.9661135,-0.2432732,0.08627232,1),(0.9637892,-0.2528871,0.08460827,1),(0.9617136,-0.2613374,0.08252013,1),(0.9663039,-0.2500722,0.06099692,1),(0.9626692,-0.2644316,0.05782637,1),(0.9698268,-0.2350077,0.06486329,1),(0.968649,-0.2325226,0.08747735,1),(0.9731919,-0.2192756,0.06939498,1),(0.9731311,-0.1889002,0.1316529,1),(0.9774213,-0.1663957,0.1302306,1),(0.9662001,-0.2330948,0.1101099,1),(0.969706,-0.2181334,0.1099454,1),(0.9830465,-0.1318848,0.1273819,1),(0.9887656,-0.08496013,0.122981,1),(0.9751368,-0.1923067,0.1101204,1),(0.9816796,-0.1551785,0.1105661,1),(0.9624948,-0.2586614,0.08184152,1),(0.9661947,-0.2435599,0.08453549,1),(0.9716581,-0.2188855,0.08927327,1),(0.9598175,-0.2734764,0.062938,1),(0.9625348,-0.2617344,0.0708638,1),(0.958892,-0.2777448,0.05817027,1),(0.9609542,-0.2645305,0.08118215,1),(0.9598672,-0.2747082,0.05648251,1),(0.9923616,-0.03779413,0.1174306,1),(0.9938815,-0.002613199,0.1104211,1),(0.9869503,-0.1169221,0.1107174,1),(0.9901521,-0.08741201,0.1093528,1),(0.9945837,0.02041618,0.1019138,1),(0.9952912,0.03112164,0.09179737,1),(0.9920701,-0.06688522,0.1064111,1),(0.9932522,-0.05552546,0.1018193,1),(0.9802936,-0.170341,0.1000424,1),(0.9825799,-0.1538588,0.1042315,1),(0.983888,-0.1427966,0.1075802,1),(0.9693723,-0.2240286,0.1006404,1),(0.9702284,-0.2154458,0.1106338,1),(0.9678381,-0.2346675,0.09066742,1),(0.9767648,-0.1920872,0.09504095,1),(0.9655763,-0.247274,0.08073444,1),(0.9960936,0.03566076,0.08078237,1),(0.996756,0.04065627,0.06945783,1),(0.9941733,-0.04823803,0.09639772,1),(0.9950957,-0.03980386,0.09055447,1),(0.997261,0.04602817,0.05789534,1),(0.9975941,0.05170431,0.04617842,1),(0.9959803,-0.03026564,0.08430457,1),(0.9967845,-0.01967853,0.07767464,1),(0.9861234,-0.1226708,0.1118592,1),(0.9875387,-0.1101007,0.1124503,1),(0.9890709,-0.09589568,0.1119943,1),(0.9738491,-0.1835122,0.133945,1),(0.9758515,-0.1688513,0.1385751,1),(0.9722155,-0.1961726,0.1277228,1),(0.9848891,-0.1335783,0.1102282,1),(0.970998,-0.2068218,0.1199489,1),(0.997786,0.05851406,0.03160776,1),(0.9976906,0.06695024,0.01145308,1),(0.9976922,-0.007303217,0.06750461,1),(0.9986832,0.007240833,0.05078723,1),(0.9969285,0.07701184,-0.01423666,1),(0.9950271,0.08866535,-0.04538118,1),(0.999333,0.0239459,0.02757093,1),(0.9990827,0.04277312,-0.002050538,1),(0.9935504,-0.0607338,0.09575471,1),(0.9962311,-0.03956511,0.07718955,1),(0.9985322,-0.01603862,0.05173119,1),(0.9864616,-0.1115063,0.1202485,1),(0.9909735,-0.08797757,0.1011513,1),(0.9821948,-0.1328271,0.1328545,1),(0.9910359,-0.07950932,0.1073602,1),(0.9785738,-0.1519379,0.1389538,1),(0.9921055,0.1001227,-0.07551218,1),(0.989081,0.1094364,-0.09870371,1),(0.9975388,0.06189657,-0.03294241,1),(0.9950027,0.07927059,-0.0607113,1),(0.9864789,0.1166893,-0.1150781,1),(0.9846642,0.1219607,-0.1247486,1),(0.9918061,0.09496579,-0.08545282,1),(0.9882307,0.1090614,-0.1072646,1),(0.9994616,0.03198094,-0.007341613,1),(0.9977459,0.05495838,-0.03850495,1),(0.9944865,0.07733122,-0.07082711,1),(0.9998654,-0.007179273,0.01475816,1),(0.9994615,0.02307613,-0.02333148,1),(0.9981999,-0.03573867,0.048162,1),(0.9997073,0.008337091,0.02271312,1),(0.9950674,-0.0626367,0.07692625,1),(0.9842526,0.1225338,-0.1274058,1),(0.9856983,0.1156064,-0.1226131,1),(0.985153,0.1184397,-0.1242809,1),(0.9836305,0.120024,-0.1344069,1),(0.9887358,0.1011467,-0.1103216,1),(0.9927545,0.07910223,-0.09044999,1),(0.9839131,0.1138523,-0.1376687,1),(0.9859262,0.09990315,-0.1340477,1),(0.9863506,0.1061901,-0.125841,1),(0.9833611,0.1091585,-0.1452078,1),(0.9816896,0.1045598,-0.1592256,1),(0.9878446,0.08488646,-0.13022,1),(0.9829622,0.09114061,-0.1596206,1),(0.9926451,0.07148382,-0.09770245,1),(0.9902754,0.0956016,-0.1010684,1),(0.996775,0.05087345,-0.06206004,1),(0.99678,0.04947094,-0.06310408,1),(0.9995378,0.01234124,-0.02778023,1),(0.9896747,0.07764213,-0.1204798,1),(0.9945468,0.04654652,-0.0933287,1),(0.9993426,-0.03260637,0.01585057,1),(0.9940302,-0.08540057,0.06790141,1),(0.9986256,0.00622557,-0.05203923,1),(0.9990482,-0.0434561,0.003777982,1),(0.986933,0.0684345,-0.1458767,1),(0.9931502,0.0354614,-0.1113335,1),(0.9983249,-0.00784788,-0.05732086,1),(0.9870994,0.05250686,-0.1512538,1),(0.9941116,0.01836651,-0.106793,1),(0.9817324,0.0758502,-0.1744938,1),(0.9826126,0.09133855,-0.1616469,1),(0.9801742,0.08865535,-0.1771974,1),(0.9828705,-0.1385786,0.1214964,1),(0.9679881,-0.1858981,0.1686442,1),(0.9932896,-0.09584271,0.06472851,1),(0.9820468,-0.1453392,0.1202522,1),(0.9510513,-0.2273785,0.2092854,1),(0.9334428,-0.2632903,0.2436445,1),(0.9665734,-0.1918242,0.1701164,1),(0.9479741,-0.2353876,0.2143305,1),(0.9922434,-0.1053334,0.06601381,1),(0.9802077,-0.1546974,0.1235386,1),(0.962614,-0.2042332,0.1779411,1),(0.9903768,-0.1189141,0.07080445,1),(0.9757804,-0.1723595,0.1347026,1),(0.9975699,-0.06908874,0.008995274,1),(0.9983969,-0.05632034,0.005614806,1),(0.9984643,-0.02328762,-0.05026676,1),(0.9174226,-0.2909678,0.2714287,1),(0.9054358,-0.3076703,0.2924467,1),(0.9291635,-0.2711623,0.2512492,1),(0.913882,-0.2946639,0.2792721,1),(0.8984584,-0.3138301,0.3070556,1),(0.8969576,-0.309707,0.3155129,1),(0.9036965,-0.3065352,0.2989465,1),(0.8994688,-0.3072496,0.3107304,1),(0.9246655,-0.2768334,0.261452,1),(0.9113858,-0.294703,0.2872733,1),(0.9039869,-0.301257,0.3034007,1),(0.9210021,-0.2794207,0.271439,1),(0.9103795,-0.2921729,0.2929919,1),(0.936855,-0.2558056,0.2384663,1),(0.9424864,-0.2469485,0.225246,1),(0.9560886,-0.2204253,0.1931516,1),(0.8980329,-0.3012484,0.3206032,1),(0.8986691,-0.2942098,0.3253221,1),(0.898535,-0.3025397,0.3179695,1),(0.897913,-0.2977239,0.324211,1),(0.8988934,-0.2886086,0.3296906,1),(0.8987268,-0.2844587,0.3337266,1),(0.8976153,-0.2928093,0.3294684,1),(0.8976538,-0.2878025,0.3337476,1),(0.8978761,-0.3000506,0.3221616,1),(0.8965687,-0.2967361,0.3288042,1),(0.896461,-0.2916286,0.3336321,1),(0.8961965,-0.2994712,0.3273359,1),(0.8956134,-0.2949427,0.3329946,1),(0.8989072,-0.300542,0.3188105,1),(0.9003616,-0.3015637,0.313701,1),(0.9036797,-0.2981299,0.3073784,1),(0.89739,-0.2828766,0.3386325,1),(0.8940546,-0.2850176,0.3455883,1),(0.896662,-0.284983,0.3387949,1),(0.8932348,-0.2866785,0.3463336,1),(0.8886442,-0.2908573,0.3545611,1),(0.8810242,-0.300351,0.3654936,1),(0.8872788,-0.2928619,0.3563259,1),(0.8786154,-0.3034671,0.3687041,1),(0.8919997,-0.289486,0.3471808,1),(0.8855437,-0.2958051,0.3582064,1),(0.8760214,-0.3069624,0.3719685,1),(0.8836637,-0.2992798,0.3599584,1),(0.8732753,-0.3108321,0.3751982,1),(0.8907045,-0.2927364,0.3477802,1),(0.8956012,-0.2880813,0.3389803,1),(0.8946426,-0.291274,0.3387833,1),(0.8738962,-0.3085784,0.3756128,1),(0.8702993,-0.3107653,0.3821049,1),(0.8702989,-0.313138,0.3801637,1),(0.8658026,-0.3167364,0.3873808,1),(0.8704088,-0.3071216,0.384792,1),(0.8741897,-0.2976702,0.3836468,1),(0.8653014,-0.3143325,0.3904467,1),(0.8687877,-0.3059312,0.3893764,1),(0.8610535,-0.3226113,0.393076,1),(0.8594944,-0.3220903,0.3968968,1),(0.8620064,-0.3160559,0.3963001,1),(0.8527014,-0.3303195,0.4047092,1),(0.8535365,-0.327109,0.4055554,1),(0.8558087,-0.3287168,0.3994206,1),(0.866637,-0.3175966,0.3848021,1),(0.8627542,-0.3222553,0.3896239,1),(0.873331,-0.2948163,0.3877837,1),(0.8593697,-0.3115863,0.4054598,1),(0.8529803,-0.3221188,0.4106874,1),(0.8677852,-0.3046999,0.3925644,1),(0.8302898,-0.3482854,0.4351049,1),(0.7819797,-0.4032713,0.4752682,1),(0.7705507,-0.4098088,0.4881683,1),(0.8218591,-0.3571699,0.4438213,1),(0.8431098,-0.3345097,0.4210334,1),(0.8095387,-0.3698491,0.4559152,1),(0.7544772,-0.419679,0.5046124,1),(0.7935912,-0.3837541,0.4721713,1),(0.7345684,-0.4314862,0.5236687,1),(0.8303237,-0.3489444,0.4345117,1),(0.8597229,-0.3163918,0.4009648,1),(0.8493539,-0.3298758,0.4120435,1),(0.7303687,-0.451623,0.5124433,1),(0.6986453,-0.4712332,0.5383623,1),(0.6774054,-0.4782565,0.558921,1),(0.7147285,-0.4569635,0.5294785,1),(0.6897632,-0.4643812,0.5554968,1),(0.7040806,-0.4311611,0.5642433,1),(0.6681877,-0.4515798,0.5912707,1),(0.6616653,-0.4761844,0.5791782,1),(0.6332964,-0.4858486,0.602401,1),(0.6529803,-0.4860788,0.5808133,1),(0.6362136,-0.4654832,0.6152704,1),(0.6085063,-0.4745068,0.636053,1),(0.6055087,-0.4931863,0.6246011,1),(0.6264732,-0.4933747,0.6034178,1),(0.6944469,-0.4649759,0.5491275,1),(0.6705487,-0.473065,0.5714664,1),(0.7466124,-0.3782644,0.5472532,1),(0.8289788,-0.3017487,0.4708947,1),(0.7877963,-0.3444283,0.5106329,1),(0.7050401,-0.4094583,0.5790185,1),(0.9517523,-0.1551828,0.2647372,1),(0.9703825,0.1426072,-0.1949897,1),(0.985772,0.08050177,-0.1475574,1),(0.9248129,-0.2109376,0.3165858,1),(0.902371,-0.2465618,0.3534596,1),(0.7553341,-0.3709843,0.540223,1),(0.9932883,0.04155662,-0.1079413,1),(0.9964559,0.01348525,-0.08302931,1),(0.8861915,-0.2684981,0.377589,1),(0.7317196,-0.3869171,0.5611432,1),(0.6710294,-0.4291915,0.6045777,1),(0.6445423,-0.4411691,0.6244477,1),(0.718071,0.3719505,-0.5882405,1),(0.5323453,0.4551764,-0.7137388,1),(0.7561665,0.3382819,-0.5601588,1),(0.5663491,0.4354599,-0.6997308,1),(0.4546129,0.484465,-0.7474093,1),(0.450279,0.5039362,-0.737087,1),(0.4517753,0.4897395,-0.7456904,1),(0.475684,0.4707792,-0.7430286,1),(0.49619,0.4547446,-0.7395964,1),(0.5948699,0.41409,-0.6889552,1),(0.4586562,0.4739539,-0.7516663,1),(0.4688866,0.4574429,-0.7555735,1),(0.5139,0.4381037,-0.7375445,1),(0.6163414,0.3956652,-0.6808615,1),(0.7849421,0.3117505,-0.5354228,1),(0.8043715,0.288743,-0.5192435,1),(0.5013475,0.5054849,-0.7022361,1),(0.6113973,0.4650596,-0.6402443,1),(0.5802974,0.4617993,-0.6708176,1),(0.483129,0.491349,-0.724681,1),(0.8004262,0.3506112,-0.4861991,1),(0.9902882,0.05959484,-0.1256094,1),(0.7696032,0.3610692,-0.5266306,1),(0.9838289,0.08337344,-0.1585229,1),(0.7509866,0.3603741,-0.5533079,1),(0.563953,0.4514096,-0.6915103,1),(0.9782413,0.1034553,-0.1798357,1),(0.9742725,0.1144688,-0.1941384,1),(0.7443911,0.3522089,-0.5673013,1),(0.5608128,0.4367219,-0.7033939,1),(0.4759941,0.4768861,-0.7389244,1),(0.4783262,0.4603366,-0.7478597,1),(0.9513218,-0.209994,0.2255864,1),(0.8948824,-0.2818386,0.3460526,1),(0.9593735,-0.1795923,0.2175984,1),(0.9051075,-0.2540748,0.34092,1),(0.9119024,-0.2559716,0.3207999,1),(0.9765456,-0.1224362,0.17711,1),(0.9820519,-0.09644851,0.1620851,1),(0.9215519,-0.227324,0.3147474,1),(0.9319965,-0.1977558,0.3037686,1),(0.9159017,-0.2291068,0.329597,1),(0.9874983,-0.06831288,0.1420581,1),(0.9922442,-0.039257,0.1179423,1),(0.9424192,-0.1688435,0.288683,1),(0.9265632,-0.2016317,0.3175298,1),(0.9665666,-0.1512867,0.2070297,1),(0.9727008,-0.130355,0.1919915,1),(0.9991516,0.04100632,-0.003798975,1),(0.9850511,0.1340828,-0.108149,1),(0.980242,0.1457344,-0.1337423,1),(0.9977688,0.06073191,-0.02773022,1),(0.9749832,0.1673437,-0.1463002,1),(0.980067,0.1510591,-0.1290338,1),(0.9791554,0.1442389,-0.1430026,1),(0.9708865,0.1703292,-0.1684259,1),(0.9653085,0.1761668,-0.1927295,1),(0.9735454,0.160559,-0.1625734,1),(0.977587,0.139369,-0.1577972,1),(0.9755685,0.136076,-0.1724799,1),(0.9582778,0.1844742,-0.2183416,1),(0.964767,0.1779987,-0.1937554,1),(0.9949372,0.08349054,-0.05593941,1),(0.990244,0.1084288,-0.08752228,1),(0.9930369,0.09615771,-0.06805544,1),(0.9992487,0.001342179,0.03873273,1),(0.998914,-0.01852634,0.04275111,1),(0.9941083,0.08075037,-0.0723045,1),(0.9641433,-0.1556074,0.2149743,1),(0.801684,-0.3791179,0.4621389,1),(0.789398,-0.3871567,0.4764039,1),(0.9585201,-0.1740971,0.2256753,1),(0.9521493,-0.1921148,0.2377048,1),(0.9981092,-0.03808982,0.04824005,1),(0.7772917,-0.3938558,0.4906071,1),(0.7654408,-0.39913,0.5047727,1),(0.9447662,-0.2098268,0.2517729,1),(0.9967442,-0.0577547,0.0562612,1),(0.9949095,0.06622199,-0.07595886,1),(0.9955942,0.05213059,-0.07793996,1),(0.5398449,-0.5462083,0.6404874,1),(0.3600381,-0.6102934,0.7056307,1),(0.3506614,-0.5994654,0.7194983,1),(0.5263527,-0.5418996,0.6552081,1),(0.2780164,-0.6300221,0.7251062,1),(0.2742531,-0.6302778,0.726316,1),(0.2821494,-0.6156664,0.7357626,1),(0.2757485,-0.6164883,0.7374992,1),(0.2778405,-0.6017335,0.7488134,1),(0.3448121,-0.5872576,0.7322795,1),(0.2951683,-0.5997146,0.7437864,1),(0.312444,-0.5825529,0.7503405,1),(0.2842582,-0.5858603,0.7589235,1),(0.3429579,-0.5737227,0.7437891,1),(0.5150688,-0.5359625,0.6689158,1),(0.5065644,-0.5283362,0.6813614,1),(0.3170811,-0.6218929,0.7160369,1),(0.38123,-0.6104169,0.6943017,1),(0.4095498,-0.5917529,0.6943325,1),(0.3360642,-0.6058734,0.7210953,1),(0.4662655,-0.5925029,0.6569145,1),(0.5691162,-0.5636294,0.598689,1),(0.6097491,-0.5347642,0.585007,1),(0.5020061,-0.5696042,0.6508003,1),(0.5412008,-0.5437728,0.6414148,1),(0.4427807,-0.570693,0.6915596,1),(0.6514549,-0.5014567,0.5693398,1),(0.6936083,-0.4695478,0.5462896,1),(0.5820338,-0.5154043,0.6289636,1),(0.4789344,-0.5475774,0.6861347,1),(0.3605072,-0.5880643,0.7240269,1),(0.3887468,-0.568688,0.7248929,1),(0.6808387,-0.5093025,0.526374,1),(0.8002343,-0.4078004,0.4396862,1),(0.7222591,-0.4743972,0.5032783,1),(0.836638,-0.3633605,0.4098854,1),(0.9203755,-0.2310905,0.3154462,1),(0.9902388,0.04967419,0.1302289,1),(0.989026,0.1184169,0.08834677,1),(0.9442115,-0.1750912,0.2789404,1),(0.8699703,-0.3157066,0.3787889,1),(0.9633785,-0.1173215,0.2411169,1),(0.9812906,0.1870457,0.04563624,1),(0.9777752,-0.05759287,0.2015909,1),(0.9667799,0.2556,0.002288019,1),(0.900257,-0.2655111,0.3450233,1),(0.7622399,-0.4336903,0.4805237,1),(0.8009027,-0.3919786,0.4526673,1),(0.9365862,0.3453433,-0.05953284,1),(0.7927728,0.5794143,-0.1891831,1),(0.7335581,0.6410602,-0.2256866,1),(0.9031065,0.417156,-0.1018802,1),(0.577339,0.7716384,-0.2669342,1),(0.2695467,0.9176419,-0.2920242,1),(0.1940562,0.9324732,-0.3046897,1),(0.5028707,0.8131863,-0.293,1),(0.4250658,0.8480885,-0.3163301,1),(0.6678978,0.6973504,-0.2600283,1),(0.1191239,0.9415032,-0.3152477,1),(0.04569136,0.9450484,-0.3237219,1),(0.3448454,0.8762137,-0.336647,1),(0.596373,0.7477921,-0.2917981,1),(0.8619809,0.4862239,-0.1434411,1),(0.813297,0.5520077,-0.1839446,1),(-0.04313835,0.9613905,-0.2717856,1),(-0.2384138,0.9401225,-0.2435745,1),(-0.2852233,0.9271727,-0.2428957,1),(-0.1057867,0.9558552,-0.2741348,1),(-0.3396803,0.9138348,-0.2225383,1),(-0.3764915,0.9021115,-0.210829,1),(-0.3899023,0.8943986,-0.2191518,1),(-0.3707659,0.9012638,-0.2241789,1),(-0.3974532,0.8891579,-0.2267805,1),(-0.3279226,0.9130583,-0.2424693,1),(-0.3985029,0.8881391,-0.2289199,1),(-0.4020348,0.8835553,-0.2402041,1),(-0.4195035,0.8779899,-0.2305438,1),(-0.366145,0.8983831,-0.2425813,1),(-0.1652452,0.9469309,-0.2757098,1),(-0.2208571,0.935216,-0.2767548,1),(-0.3572811,0.9098337,-0.2110751,1),(-0.2720515,0.9349975,-0.2275251,1),(-0.2527423,0.9357373,-0.2460022,1),(-0.3533299,0.9077017,-0.2263526,1),(-0.0942904,0.9611604,-0.2593841,1),(0.201135,0.9339792,-0.2953433,1),(0.2552547,0.9183581,-0.3024289,1),(-0.05816154,0.9593447,-0.2761789,1),(-0.01698578,0.9560152,-0.2928247,1),(-0.2276855,0.9368113,-0.2656008,1),(0.311273,0.899363,-0.3070102,1),(0.3685739,0.8768182,-0.3087768,1),(0.02930779,0.9506473,-0.3088864,1),(-0.1965058,0.9378629,-0.2860048,1),(-0.3439681,0.9069471,-0.2431721,1),(-0.328838,0.9074786,-0.2614348,1),(0.5047728,0.8117885,-0.2936051,1),(0.731681,0.6384396,-0.2388254,1),(0.7819027,0.5843707,-0.2171151,1),(0.5652446,0.7740066,-0.2853285,1),(0.8975952,0.420173,-0.1333324,1),(0.9895638,0.141028,0.02957614,1),(0.9937421,0.09315591,0.061633,1),(0.9265561,0.3617322,-0.1031671,1),(0.949705,0.3050692,-0.07066257,1),(0.826585,0.5292539,-0.1914354,1),(0.9943824,0.04898099,0.0938327,1),(0.992005,0.008646958,0.125902,1),(0.9673235,0.2509156,-0.03642258,1),(0.8653783,0.4740889,-0.1623584,1),(0.6231333,0.73299,-0.2728195,1),(0.6775781,0.6893611,-0.25626,1),(0.9730359,-0.129388,0.1909446,1),(0.9078616,-0.3013379,0.2915179,1),(0.8943167,-0.3167484,0.3160192,1),(0.9624325,-0.1591237,0.2200076,1),(0.8480471,-0.3973728,0.3505867,1),(0.8082917,-0.4442642,0.3863856,1),(0.805927,-0.4385062,0.3977358,1),(0.8378789,-0.4018143,0.3694648,1),(0.8294521,-0.403207,0.3865659,1),(0.8817232,-0.3284279,0.3386728,1),(0.8053191,-0.4305094,0.4075817,1),(0.8064683,-0.4203183,0.4158621,1),(0.8228166,-0.4018007,0.4019069,1),(0.8702465,-0.3367463,0.3595454,1),(0.9510701,-0.184728,0.2476716,1),(0.9393136,-0.2065045,0.2739453,1),(0.7918985,-0.4586459,0.4031632,1),(0.8013376,-0.4469019,0.3976642,1),(0.8140358,-0.4254669,0.395378,1),(0.7984723,-0.4438117,0.4067838,1),(0.8354635,-0.4075568,0.3686436,1),(0.8880857,-0.3368401,0.3127979,1),(0.9018832,-0.308241,0.3026452,1),(0.8506683,-0.3814506,0.3617442,1),(0.8656878,-0.3542651,0.3536678,1),(0.8272036,-0.4027258,0.3918496,1),(0.9150435,-0.2787947,0.2914942,1),(0.9274992,-0.248481,0.2792889,1),(0.880483,-0.3258995,0.3442954,1),(0.8408303,-0.3785424,0.3869236,1),(0.8062221,-0.4273591,0.4091086,1),(0.815148,-0.4091924,0.4099944,1),(0.936819,-0.2498708,0.2448159,1),(0.9690303,-0.1658133,0.1829928,1),(0.9760485,-0.1362352,0.1696147,1),(0.9472411,-0.2204633,0.2326585,1),(0.9880428,-0.0849115,0.1286908,1),(0.9967708,-0.007710485,0.07992867,1),(0.9919084,-0.05621953,0.1138294,1),(0.9976302,0.02044952,0.06569578,1),(0.9947787,-0.02500148,0.09894551,1),(0.9822026,-0.1054679,0.1554171,1),(0.9973552,0.05214239,0.05063521,1),(0.9965036,0.008016325,0.08316471,1),(0.9956326,0.086792,0.0343913,1),(0.9873443,-0.07363387,0.1404612,1),(0.9568439,-0.190249,0.2196705,1),(0.9655316,-0.1592841,0.2058576,1),(0.9967463,0.07225055,0.03572964,1),(0.986856,0.1615426,-0.004371122,1),(0.9946166,0.1011537,0.02248375,1),(0.9808518,0.193967,-0.01750883,1),(0.9645602,0.2607595,-0.04035324,1),(0.92662,0.3687209,-0.07362219,1),(0.9046151,0.4171607,-0.0874559,1),(0.9524696,0.2998396,-0.05383194,1),(0.972428,0.2309738,-0.03217029,1),(0.9368964,0.3428784,-0.06826017,1),(0.8779431,0.4679562,-0.1011574,1),(0.8460224,0.5206973,-0.1145446,1),(0.9172695,0.3894432,-0.08337014,1),(0.9610613,0.2721205,-0.04807941,1),(0.9908983,0.1343984,0.007595459,1),(0.9851325,0.1715767,-0.00867867,1),(0.8694763,0.483778,-0.09984919,1),(0.7865672,0.6065762,-0.1156602,1),(0.7369803,0.6641127,-0.1257545,1),(0.8342975,0.5396066,-0.1130153,1),(0.6668491,0.7354978,-0.1198134,1),(0.4987125,0.8597909,-0.1097525,1),(0.4201277,0.9012899,-0.1056847,1),(0.6023522,0.7885107,-0.1241881,1),(0.5326828,0.8370324,-0.1250025,1),(0.6815952,0.7194912,-0.1332678,1),(0.3379745,0.9361128,-0.09729354,1),(0.2529465,0.9637613,-0.08474809,1),(0.4579678,0.8805197,-0.1222718,1),(0.6201352,0.772231,-0.138172,1),(0.7935424,0.5955853,-0.1247737,1),(0.7467136,0.6512979,-0.1350182,1),(0.3000368,0.9506258,-0.07930096,1),(0.09256224,0.995452,-0.02253038,1),(0.002702508,0.9999943,-0.001968799,1),(0.211798,0.9750711,-0.06616649,1),(-0.1282054,0.9897541,0.06284954,1),(-0.3600999,0.916026,0.1767038,1),(-0.4231234,0.8826416,0.2047203,1),(-0.2098904,0.973711,0.08850376,1),(-0.2875922,0.950567,0.1171028,1),(-0.08559786,0.9960722,0.02265071,1),(-0.4808758,0.8449474,0.234142,1),(-0.5329131,0.8036932,0.2647279,1),(-0.3603528,0.9209573,0.1482689,1),(-0.1710777,0.9839392,0.05095095,1),(0.1223974,0.9912962,-0.04848587,1),(0.03299655,0.9991031,-0.02653932,1),(-0.5516728,0.7843763,0.2835687,1),(-0.6694238,0.6513106,0.3573042,1),(-0.6957096,0.6065893,0.3847564,1),(-0.5934911,0.7419569,0.3118788,1),(-0.7359374,0.5394707,0.4091058,1),(-0.771295,0.4511595,0.4489533,1),(-0.7797295,0.411505,0.4718957,1),(-0.7518544,0.4959422,0.4344608,1),(-0.7642898,0.4548866,0.4570988,1),(-0.7171643,0.5627207,0.4111215,1),(-0.7847974,0.3763191,0.4924195,1),(-0.7721823,0.4179954,0.4785544,1),(-0.7875279,0.3470474,0.5092719,1),(-0.733999,0.5205857,0.4361606,1),(-0.6299828,0.6981395,0.3401806,1),(-0.6611319,0.6536614,0.3682819,1),(-0.7886095,0.3872167,0.4776591,1),(-0.7988667,0.3508948,0.4885538,1),(-0.7921324,0.3549371,0.4965338,1),(-0.7991322,0.3303734,0.5022362,1),(-0.8049424,0.3432504,0.4839906,1),(-0.8072957,0.3642446,0.4643271,1),(-0.8027456,0.3386085,0.4908603,1),(-0.8018638,0.3793896,0.4616036,1),(-0.798005,0.3171875,0.5124256,1),(-0.7990569,0.3427922,0.4939652,1),(-0.7935152,0.4048438,0.4543512,1),(-0.7937351,0.3564977,0.4928426,1),(-0.7814358,0.4398718,0.4425731,1),(-0.7958276,0.3128709,0.5184305,1),(-0.7936028,0.3285487,0.5121039,1),(-0.7935613,0.3099278,0.5236461,1),(-0.8012517,0.4123489,0.4335482,1),(-0.7775389,0.4880553,0.396529,1),(-0.7892154,0.4475841,0.4204849,1),(-0.7524997,0.5408069,0.3758617,1),(-0.7287009,0.5905758,0.3467207,1),(-0.6455034,0.7130476,0.2736576,1),(-0.5717071,0.7856658,0.2363902,1),(-0.6858432,0.6561282,0.3148253,1),(-0.6307904,0.7235706,0.2802659,1),(-0.7198423,0.6005118,0.348156,1),(-0.4867603,0.8508992,0.1975727,1),(-0.3918372,0.9063152,0.158292,1),(-0.5646228,0.7889788,0.2423084,1),(-0.6772133,0.6644124,0.3161304,1),(-0.77158,0.4930714,0.4019266,1),(-0.7459881,0.5469523,0.3799277,1),(-0.5179433,0.8312848,0.2017432,1),(-0.3366002,0.9294893,0.1508314,1),(-0.2094674,0.9720426,0.1060973,1),(-0.4128934,0.8968154,0.158874,1),(-0.07126048,0.9904824,0.1177561,1),(0.2906169,0.9516147,0.09985645,1),(0.3989465,0.9142438,0.07070915,1),(0.06030039,0.9952316,0.07666764,1),(0.1879214,0.9811658,0.04471198,1),(-0.07959528,0.9945179,0.06781428,1),(0.4994397,0.8648602,0.05076029,1),(0.5925204,0.8045776,0.03968244,1),(0.3105325,0.9503218,0.021403,1),(0.0507557,0.9980615,0.03601243,1),(-0.299504,0.9466844,0.1186845,1),(-0.1800016,0.9802617,0.08177081,1),(0.6087849,0.7880673,0.09127289,1),(0.796845,0.5965384,0.09581241,1),(0.8457021,0.5249834,0.09581447,1),(0.6834164,0.7257892,0.0785633,1),(0.903028,0.4136598,0.1158708,1),(0.9602346,0.2337643,0.1526558,1),(0.9714231,0.1678331,0.1678365,1),(0.9316251,0.3413312,0.1247706,1),(0.9534878,0.2682773,0.1374356,1),(0.8867363,0.4511098,0.1009886,1),(0.9773925,0.1014742,0.1854906,1),(0.9781322,0.03695654,0.2046748,1),(0.9686807,0.1949852,0.1537482,1),(0.9204765,0.3745032,0.1116704,1),(0.7496705,0.6577879,0.07286431,1),(0.8084356,0.5838544,0.07447082,1),(0.9796498,0.07074395,0.1878338,1),(0.9775869,-0.04698728,0.2052218,1),(0.9691115,-0.09514315,0.2275316,1),(0.9781269,0.01465832,0.2074917,1),(0.9709769,-0.1223025,0.2055383,1),(0.9667403,-0.1570834,0.2018364,1),(0.9593083,-0.1647176,0.2293375,1),(0.9548443,-0.1955914,0.2236431,1),(0.9458757,-0.202121,0.2539018,1),(0.9578118,-0.1417042,0.250033,1),(0.9430643,-0.2268486,0.2432474,1),(0.9344888,-0.2307998,0.2710392,1),(0.9350941,-0.2438034,0.2572134,1),(0.9457441,-0.1818037,0.269287,1),(0.9727044,-0.04150008,0.2283068,1),(0.9640498,-0.09353685,0.2487142,1),(0.9655543,-0.1775827,0.1901819,1),(0.9625158,-0.2035279,0.1792757,1),(0.9553854,-0.2091394,0.2085654,1),(0.9563016,-0.2205898,0.1919053,1),(0.957159,-0.2350732,0.1690779,1),(0.9488762,-0.2723079,0.159632,1),(0.9575869,-0.2299623,0.1736216,1),(0.9592222,-0.2372432,0.1536503,1),(0.9536743,-0.223131,0.2017865,1),(0.9625465,-0.2063322,0.1758725,1),(0.9730163,-0.178731,0.1459267,1),(0.9715041,-0.1602556,0.1746369,1),(0.9856734,-0.09677017,0.1381437,1),(0.9568604,-0.2048922,0.2060032,1),(0.9470763,-0.2298178,0.2241212,1),(0.9442692,-0.2322915,0.2332302,1),(0.9438808,-0.2942493,0.1500213,1),(0.9497141,-0.2799522,0.1402496,1),(0.9641179,-0.2284975,0.1351505,1),(0.9741934,-0.1901212,0.1216604,1),(0.9649903,-0.2278445,0.1299251,1),(0.9837043,-0.1356007,0.1180611,1),(0.986263,-0.1206404,0.1128315,1),(0.9939563,-0.01941037,0.1080475,1),(0.9920387,-0.07431256,0.1016694,1),(0.9955254,0.004976088,0.09436296,1),(0.9901692,0.1009551,0.09681462,1),(0.9879266,0.1330769,0.07931875,1),(0.9743847,0.2077568,0.08609159,1),(0.9947069,0.05637799,0.08590557,1),(0.9836075,-0.135585,0.1188829,1),(0.9941783,-0.02081311,0.1057177,1),(0.9935826,-0.03638169,0.1070975,1),(0.9946688,0.03401034,0.0973506,1),(0.9915606,0.07596467,0.1050573,1),(0.9865314,0.1301137,0.09912818,1),(0.9931094,0.07538495,0.08972694,1),(0.9924405,0.08876408,0.08475032,1),(0.9852747,0.1445408,0.09133303,1),(0.9892977,0.1206538,0.08205288,1),(0.9730186,0.2079477,0.09996171,1),(0.9770674,0.1918443,0.09238608,1),(0.9883294,0.130271,0.07895892,1),(0.9738793,0.2085485,0.08981373,1),(0.9907554,0.1136897,0.07401612,1),(0.9620634,0.2550725,0.09680981,1),(0.9786985,0.1783338,0.1017162,1),(0.9622017,0.2549864,0.09565401,1),(0.9941789,0.06869555,0.0830018,1),(0.9963287,0.008464259,0.08519168,1),(0.9951698,0.06322997,0.07509314,1),(0.9969065,-0.02533663,0.07440116,1),(0.9910154,-0.09558104,0.09355698,1),(0.9643824,-0.2432655,0.1038678,1),(0.9478362,-0.3056236,0.09055724,1),(0.9856338,-0.1485729,0.08032586,1),(0.9947245,-0.07847767,0.06606296,1),(0.9736802,-0.2163616,0.07165416,1),(0.9232437,-0.3755749,0.0810219,1),(0.8931566,-0.4436707,0.07367229,1),(0.9555348,-0.2889054,0.05904944,1),(0.9879466,-0.1440309,0.05671543,1),(0.9970943,0.03663638,0.06678778,1),(0.9980716,-0.01038524,0.06119924,1),(0.9171188,-0.3843363,0.1057292,1),(0.8719236,-0.477506,0.1083389,1),(0.8333762,-0.5428524,0.1039011,1),(0.8876584,-0.4496717,0.09928784,1),(0.8415399,-0.5290316,0.1092524,1),(0.8321111,-0.5432267,0.1117848,1),(0.7865869,-0.6076846,0.109547,1),(0.7976789,-0.5937145,0.1058831,1),(0.7503125,-0.6528333,0.1041146,1),(0.7900512,-0.604744,0.1005178,1),(0.7377733,-0.666288,0.1084011,1),(0.6929257,-0.7128022,0.1084757,1),(0.7063598,-0.7002023,0.1037909,1),(0.7480672,-0.6562531,0.09862778,1),(0.8517374,-0.515585,0.09335761,1),(0.8138983,-0.5741253,0.08916104,1),(0.9261952,-0.005541333,0.3770035,1),(0.9269,-0.007804374,0.3752273,1),(0.9271351,-0.002659149,0.3747179,1),(0.9311062,0.00875417,0.3646434,1),(0.9301991,0.00519113,0.3670185,1),(0.9303156,0.00377892,0.3667404,1),(0.9282327,0.002651044,0.3719905,1),(0.9308205,0.008759364,0.3653715,1),(0.9324174,0.01476842,0.3610814,1),(0.9351291,0.0227548,0.3535756,1),(0.9326367,0.01779002,0.3603782,1),(0.9342222,0.02455647,0.3558451,1),(0.9363621,0.03403329,0.3493819,1),(0.9344215,0.02920864,0.3549695,1),(0.9364929,0.0395114,0.3484537,1),(0.9328837,0.02185498,0.359514,1),(0.9311589,0.01239645,0.3644026,1),(0.9316899,0.01372978,0.3629952,1),(0.9319855,0.01745129,0.3620751,1),(0.9316536,0.01597947,0.3629961,1),(0.9327682,0.01634417,0.3601064,1),(0.9360605,0.02162988,0.3511737,1),(0.9375789,0.03148634,0.3463443,1),(0.939963,0.03889081,0.3390528,1),(0.938515,0.02689713,0.3441892,1),(0.9409462,0.03130699,0.3371057,1),(0.9423057,0.04496815,0.3317199,1),(0.9446256,0.04971756,0.3243621,1),(0.940977,0.05197395,0.3344561,1),(0.9432285,0.05813015,0.327018,1),(0.9454993,0.0624083,0.3195877,1),(0.9431769,0.06406195,0.3260573,1),(0.945454,0.06744215,0.3186979,1),(0.9409561,0.05828035,0.3334741,1),(0.9386988,0.04394123,0.3419265,1),(0.9387445,0.05009568,0.3409532,1),(0.9431199,0.03372468,0.3307379,1),(0.94481,0.03301259,0.3259513,1),(0.9467236,0.05179758,0.3178545,1),(0.948401,0.0498419,0.3131314,1),(0.9460372,0.02917504,0.3227421,1),(0.946777,0.02221879,0.3211221,1),(0.9496694,0.04384639,0.3101699,1),(0.9504687,0.03381017,0.3089757,1),(0.9493668,0.05972448,0.3084407,1),(0.9507726,0.05133707,0.3056073,1),(0.9517283,0.0382401,0.3045505,1),(0.950939,0.05221296,0.3049406,1),(0.9519604,0.03744509,0.3039235,1),(0.9494492,0.06212769,0.3077111,1),(0.9475985,0.06341136,0.313107,1),(0.9476046,0.06720044,0.3122973,1),(0.9473659,0.01518316,0.3197927,1),(0.9481508,0.01112989,0.3176256,1),(0.9509996,0.02383735,0.308272,1),(0.9515703,0.01807233,0.3068995,1),(0.9491651,0.01003649,0.3146183,1),(0.950407,0.01188837,0.3107817,1),(0.9522556,0.01650797,0.3048553,1),(0.9530626,0.01913528,0.3021679,1),(0.9528251,0.01782323,0.302996,1),(0.9533772,0.01552273,0.3013816,1),(0.9540038,0.01849314,0.2992238,1),(0.9535239,0.01170671,0.3010899,1),(0.9540845,0.01464313,0.2991793,1),(0.9530305,0.01453161,0.3025255,1),(0.9523111,0.02539637,0.3040699,1),(0.9525526,0.02311319,0.3034952,1),(0.9517258,0.01236816,0.3067,1),(0.9530044,0.007172433,0.3028715,1),(0.9539178,0.02110988,0.2993249,1),(0.9547716,0.01759058,0.2968192,1),(0.9541607,-0.003701736,0.2992721,1),(0.9550194,-0.02024785,0.2958509,1),(0.9555768,0.008570743,0.2946178,1),(0.9561843,-0.005950648,0.2927051,1),(0.9552718,0.0201106,0.2950445,1),(0.9558778,0.01371905,0.2934438,1),(0.9563772,0.002523731,0.2921236,1),(0.9556983,0.01488569,0.2939715,1),(0.9561686,0.00732178,0.292725,1),(0.9551777,0.01862595,0.2954468,1),(0.9546385,0.02170032,0.2969756,1),(0.9546391,0.01854459,0.2971871,1),(0.9559026,-0.0362956,0.2914323,1),(0.9575086,-0.04583344,0.2847396,1),(0.9568741,-0.02244305,0.2896349,1),(0.9580648,-0.03754254,0.2840817,1),(0.9599758,-0.04884767,0.2757906,1),(0.9633028,-0.04527717,0.2645708,1),(0.959787,-0.05126968,0.276008,1),(0.9620308,-0.06363383,0.2654194,1),(0.9580114,-0.03243975,0.2848889,1),(0.9590644,-0.05596511,0.2776029,1),(0.9598658,-0.08360861,0.2677072,1),(0.958339,-0.05685474,0.2799177,1),(0.9579165,-0.09446581,0.2710578,1),(0.9577408,-0.02741106,0.2863235,1),(0.9570302,-0.01296757,0.2896981,1),(0.9568435,-0.006056051,0.2905406,1),(0.9661872,-0.03935079,0.2548211,1),(0.9674876,-0.03477274,0.2505164,1),(0.9638774,-0.07223623,0.2563637,1),(0.9646845,-0.07395331,0.2528134,1),(0.9672933,-0.03151383,0.2516953,1),(0.9656107,-0.02952923,0.2583097,1),(0.9645489,-0.06869035,0.2548076,1),(0.9633381,-0.05642279,0.26229,1),(0.959797,-0.1149349,0.2560855,1),(0.9598728,-0.1089261,0.2584168,1),(0.9598723,-0.0884417,0.2661262,1),(0.9552723,-0.1358912,0.2626566,1),(0.9563487,-0.1123058,0.269786,1),(0.9551547,-0.1408056,0.2604866,1),(0.9599271,-0.1064686,0.2592382,1),(0.9562981,-0.127004,0.2633706,1),(0.9629868,-0.03917947,0.2666858,1),(0.9594924,-0.07152093,0.2725051,1),(0.9612454,-0.05069386,0.2709934,1),(0.95875,-0.0655762,0.2765831,1),(0.9528998,-0.1272692,0.2752898,1),(0.9392012,-0.2069864,0.2739666,1),(0.9549462,-0.1014589,0.2788975,1),(0.9475287,-0.1589803,0.2773349,1),(0.9577246,-0.06748409,0.2796595,1),(0.955975,-0.08322486,0.281399,1),(0.9529914,-0.1168498,0.2795594,1),(0.956317,-0.07588353,0.2823111,1),(0.9556521,-0.09164217,0.2798761,1),(0.9567111,-0.07413096,0.2814403,1),(0.9590605,-0.06925089,0.2746038,1),(0.9568942,-0.08626083,0.2773308,1),(0.9183619,-0.2931208,0.2658793,1),(0.8956408,-0.3679174,0.2499289,1),(0.9352547,-0.2293143,0.2696546,1),(0.9185323,-0.3031997,0.253709,1),(0.8734063,-0.430899,0.2269088,1),(0.8534489,-0.4822249,0.1976969,1),(0.896396,-0.3793954,0.2292015,1),(0.8679307,-0.4562164,0.1963746,1),(0.9374155,-0.2341807,0.2577044,1),(0.9191216,-0.3166416,0.2344223,1),(0.8882869,-0.412662,0.2016345,1),(0.9356106,-0.2570278,0.2420115,1),(0.9094386,-0.3558551,0.2151479,1),(0.948494,-0.17979,0.2608344,1),(0.9475117,-0.1674236,0.27238,1),(0.9538576,-0.1249016,0.2730481,1),(0.8464968,-0.5040807,0.1713066,1),(0.8640952,-0.4786552,0.1556562,1),(0.8464023,-0.5058044,0.1666286,1),(0.8500769,-0.5045497,0.1509925,1),(0.9037712,-0.4009598,0.1497623,1),(0.9534326,-0.2604229,0.1521385,1),(0.8797348,-0.4514857,0.1490882,1),(0.9273152,-0.3383053,0.1601124,1),(0.8468601,-0.5084643,0.1558597,1),(0.8625079,-0.4813659,0.1560992,1),(0.8998418,-0.4011223,0.1714227,1),(0.8601821,-0.4792144,0.1744714,1),(0.8808915,-0.4350122,0.1865327,1),(0.8589157,-0.4811464,0.1753908,1),(0.8568153,-0.4863814,0.1711744,1),(0.8773445,-0.4409203,0.1893566,1),(0.9824983,-0.1009035,0.1565742,1),(0.9871554,0.01893037,0.1586381,1),(0.9637404,-0.2007405,0.1758059,1),(0.9782673,-0.08783373,0.1878255,1),(0.9823065,0.09639878,0.1605645,1),(0.9772969,0.1344231,0.1637722,1),(0.9803075,-0.003645704,0.1974435,1),(0.9771561,0.05214544,0.2060267,1),(0.9561463,-0.2023724,0.2117302,1),(0.9660826,-0.1219741,0.2276108,1),(0.9688219,-0.05562304,0.2414336,1),(0.9403949,-0.2403467,0.2406049,1),(0.9500775,-0.1759972,0.2576388,1),(0.9258984,-0.3047878,0.2231957,1),(0.9353788,-0.2962471,0.1931427,1),(0.9062083,-0.369696,0.2052105,1),(0.9746026,0.1488684,0.1672957,1),(0.9739515,0.1531215,0.1672494,1),(0.9733998,0.08869995,0.2112464,1),(0.9715487,0.1129479,0.208173,1),(0.9754054,0.1475766,0.1637236,1),(0.9787054,0.1325454,0.1567397,1),(0.9722999,0.1254283,0.1972321,1),(0.9757211,0.1266056,0.1787161,1),(0.9690421,0.04072104,0.243514,1),(0.9713913,0.07051943,0.2267732,1),(0.9760152,0.08854598,0.1988817,1),(0.9688207,-0.01856847,0.2470661,1),(0.9759409,0.01500471,0.2175186,1),(0.9625627,-0.06177588,0.2639254,1),(0.9685928,-0.001231865,0.2486494,1),(0.9567046,-0.1144265,0.2676243,1),(0.9830468,0.1110964,0.145865,1),(0.9874442,0.08689903,0.1319194,1),(0.9805967,0.1195144,0.1553912,1),(0.9855092,0.1080544,0.1307513,1),(0.991595,0.05970644,0.1147804,1),(0.9951142,0.02925179,0.09429705,1),(0.9902537,0.09205389,0.104516,1),(0.9945238,0.07129787,0.0764129,1),(0.9859774,0.1016368,0.1323576,1),(0.9900166,0.1003473,0.09898367,1),(0.9934613,0.09374952,0.06515966,1),(0.9906766,0.07711843,0.1123061,1),(0.9931884,0.08757298,0.07686354,1),(0.9871476,0.06157957,0.1474704,1),(0.9813458,0.09770809,0.1655703,1),(0.9823527,0.04090833,0.1825095,1),(0.9971659,-0.001634776,0.07521786,1),(0.9975281,-0.03058036,0.06326474,1),(0.9974992,0.04767051,0.05218164,1),(0.9990184,0.02269284,0.03804471,1),(0.9966217,-0.05758957,0.05855468,1),(0.9947073,-0.0826745,0.06100991,1),(0.9994109,-0.003481729,0.03414155,1),(0.998709,-0.03071277,0.04046135,1),(0.9976141,0.06541191,0.0220767,1),(0.9988628,0.04363375,0.01921309,1),(0.9994428,0.0170898,0.02866795,1),(0.9969553,0.07273153,0.02810816,1),(0.9980373,0.05073283,0.03671105,1),(0.9957554,0.08638971,0.03174742,1),(0.9959147,0.08218496,0.03741153,1),(0.994657,0.09141447,0.04796693,1),(0.9921197,-0.1065038,0.06599439,1),(0.9893385,-0.1290162,0.06755883,1),(0.9970731,-0.05781081,0.05002898,1),(0.9950245,-0.08306365,0.05501506,1),(0.9864471,-0.1503184,0.06577551,1),(0.9834853,-0.1705182,0.06066277,1),(0.992752,-0.1066009,0.0554969,1),(0.9903649,-0.1285402,0.05152474,1),(0.9980918,-0.03727299,0.04922903,1),(0.9967573,-0.06165637,0.05170393,1),(0.9952265,-0.0843575,0.04907229,1),(0.9981135,-0.02305972,0.0569022,1),(0.997519,-0.04541453,0.05378878,1),(0.9984775,0.0003339368,0.05515879,1),(0.9990732,-0.01106451,0.04159695,1),(0.9985139,0.02489739,0.04847811,1),(0.9803076,-0.1898632,0.05430418,1),(0.9766992,-0.208859,0.04936047,1),(0.9876988,-0.1494484,0.046003,1),(0.9845137,-0.170142,0.04224252,1),(0.9727005,-0.2274925,0.04583342,1),(0.9683468,-0.2457503,0.04371655,1),(0.9808369,-0.1906385,0.04019851,1),(0.9766821,-0.2109532,0.03988339,1),(0.9909548,-0.1274918,0.04188617,1),(0.9880278,-0.1487952,0.04075688,1),(0.9845878,-0.1699514,0.04127076,1),(0.9930239,-0.1099207,0.04267317,1),(0.990514,-0.1310294,0.04138936,1),(0.9950408,-0.08862798,0.04515474,1),(0.9933611,-0.1060167,0.04465519,1),(0.9965479,-0.06712417,0.04885425,1),(0.9642996,-0.2611512,0.04388849,1),(0.9613248,-0.2713583,0.04710934,1),(0.9724013,-0.2295511,0.04173687,1),(0.9684198,-0.2450487,0.04598063,1),(0.9595528,-0.2764126,0.05342885,1),(0.9590119,-0.2762951,0.06290621,1),(0.964837,-0.2575237,0.05264116,1),(0.9617054,-0.2670357,0.06176334,1),(0.9767038,-0.2093349,0.0472078,1),(0.9724401,-0.2271625,0.05251078,1),(0.9679824,-0.2438825,0.05942464,1),(0.980025,-0.1940229,0.04365976,1),(0.9754485,-0.2152693,0.04646954,1),(0.9840353,-0.1729655,0.04192132,1),(0.9807638,-0.1902927,0.04348676,1),(0.9875236,-0.1519875,0.04119255,1),(0.9589748,-0.2735764,0.07431854,1),(0.9588225,-0.2706418,0.08609489,1),(0.9588766,-0.2744656,0.0722787,1),(0.9562492,-0.2805013,0.0831044,1),(0.9585388,-0.2674998,0.09822044,1),(0.9581025,-0.2641636,0.1107121,1),(0.9538429,-0.2851382,0.09423272,1),(0.9516655,-0.2883745,0.1057015,1),(0.9592153,-0.2724736,0.07526115,1),(0.9552169,-0.283841,0.08363526,1),(0.9515578,-0.2932862,0.092309,1),(0.9611455,-0.2695518,0.05950722,1),(0.956773,-0.2833991,0.06534866,1),(0.9657714,-0.253626,0.05439964,1),(0.963492,-0.2591674,0.06719705,1),(0.9705691,-0.2355647,0.05004917,1),(0.9579245,-0.2595548,0.1225232,1),(0.9583727,-0.252753,0.1328074,1),(0.9499664,-0.2897561,0.1166421,1),(0.9489499,-0.2889436,0.126514,1),(0.9594567,-0.2437459,0.1415301,1),(0.9611607,-0.2325285,0.1486629,1),(0.9486626,-0.2859099,0.1352582,1),(0.9491194,-0.2806399,0.1428761,1),(0.9456943,-0.3062325,0.1090138,1),(0.9436541,-0.3096343,0.1168054,1),(0.9422833,-0.3109317,0.1241921,1),(0.9453738,-0.3143324,0.08639105,1),(0.9423317,-0.3210935,0.09439123,1),(0.9488416,-0.3057471,0.07885651,1),(0.9483507,-0.3007669,0.1008475,1),(0.9526675,-0.2954051,0.0718352,1),(0.9636945,-0.2193401,0.152259,1),(0.9671263,-0.2046597,0.1509342,1),(0.9502383,-0.2739873,0.1482495,1),(0.9518259,-0.2669392,0.1508998,1),(0.9713704,-0.1884617,0.1446435,1),(0.9762521,-0.1707149,0.1333722,1),(0.9539039,-0.2594805,0.1507889,1),(0.9564614,-0.2515852,0.1479405,1),(0.9398236,-0.3129146,0.1371715,1),(0.9382576,-0.3150093,0.1429744,1),(0.9364789,-0.3178144,0.1483286,1),(0.9298635,-0.3460655,0.1248702,1),(0.9236811,-0.3575584,0.1377139,1),(0.9349684,-0.336129,0.1133643,1),(0.9411673,-0.3115492,0.130925,1),(0.9390953,-0.3277887,0.1032209,1),(0.9818406,-0.1495652,0.1167023,1),(0.9879899,-0.123045,0.09346613,1),(0.9608893,-0.2386213,0.140541,1),(0.9682166,-0.215993,0.1261098,1),(0.9938239,-0.09099669,0.06351097,1),(0.9982157,-0.05335501,0.02680529,1),(0.9774768,-0.1833986,0.1044223,1),(0.9871947,-0.1405759,0.07539924,1),(0.9434328,-0.2976563,0.1460655,1),(0.9540706,-0.2674223,0.135036,1),(0.9677212,-0.223137,0.1171568,1),(0.9325172,-0.326976,0.1532914,1),(0.9468776,-0.2860363,0.1469899,1),(0.9232005,-0.3522359,0.1537223,1),(0.9373211,-0.314317,0.1504458,1),(0.9201448,-0.3623244,0.1485076,1),(0.9997957,-0.01555825,-0.01289807,1),(0.9984814,0.01587652,-0.05275192,1),(0.9946556,-0.09458546,0.04139879,1),(0.9985454,-0.05378382,0.003806192,1),(0.9948686,0.04082388,-0.09257348,1),(0.9894433,0.05926622,-0.1322477,1),(0.9991385,-0.01838329,-0.03720339,1),(0.9966127,0.01152356,-0.08142714,1),(0.9899001,-0.1271896,0.06261548,1),(0.9960181,-0.08528605,0.02596643,1),(0.9987271,-0.04755018,-0.01682601,1),(0.9846684,-0.151751,0.08602187,1),(0.9923269,-0.1127294,0.05078747,1),(0.9744654,-0.1935965,0.1137431,1),(0.9804864,-0.1731766,0.09303941,1),(0.9618855,-0.2383382,0.1340564,1),(0.9843774,0.06901801,-0.1619801,1),(0.9825953,0.06785356,-0.1729232,1),(0.9922568,0.03330469,-0.1196542,1),(0.988606,0.04418963,-0.1438942,1),(0.98467,0.0558092,-0.1652586,1),(0.9897912,0.03276483,-0.1387075,1),(0.9870038,0.0443096,-0.1544675,1),(0.9878812,0.03376341,-0.1514949,1),(0.9955413,0.005332952,-0.09417599,1),(0.9922594,0.01756913,-0.1229328,1),(0.9891946,0.0204486,-0.1451747,1),(0.9969269,-0.02537502,-0.07411281,1),(0.9928382,-0.008598967,-0.1191575,1),(0.9983603,-0.04841705,-0.03053617,1),(0.9981352,-0.01637159,-0.0588053,1),(0.9969205,-0.07761259,0.01121716,1),(0.9951892,0.0002541512,-0.09797128,1),(0.998101,-0.03978813,-0.04702562,1),(0.9910352,0.01242684,-0.1330219,1),(0.9951921,-0.01945604,-0.09599002,1),(0.9960647,-0.08745173,0.01439575,1),(0.9860902,-0.1422556,0.08596078,1),(0.9972731,-0.06223023,-0.03967042,1),(0.9926443,-0.1155454,0.03614564,1),(0.9913143,-0.009857872,-0.1311442,1),(0.9954376,-0.04524803,-0.08400549,1),(0.9955136,-0.09417933,-0.009114989,1),(0.9930326,-0.03850655,-0.1113714,1),(0.9958038,-0.08019556,-0.04408552,1),(0.9892222,-0.0127369,-0.1458669,1),(0.9884194,0.0119195,-0.1512783,1),(0.9889205,-0.002832723,-0.1484188,1),(0.9686915,-0.1936132,0.1554049,1),(0.9494628,-0.2331349,0.2101631,1),(0.9791433,-0.1679481,0.114332,1),(0.9614621,-0.2100464,0.1774016,1),(0.9319258,-0.2617438,0.2510069,1),(0.918405,-0.2804797,0.2790399,1),(0.9434303,-0.2426586,0.2259558,1),(0.9276919,-0.2668199,0.2611415,1),(0.9719495,-0.1879325,0.1414058,1),(0.9547737,-0.2232544,0.196379,1),(0.9377882,-0.251963,0.2388885,1),(0.9652612,-0.2046851,0.1624032,1),(0.9482071,-0.2366693,0.2118743,1),(0.9802847,-0.1682884,0.1035419,1),(0.9867199,-0.1450939,0.07301754,1),(0.9913084,-0.1268907,0.03473229,1),(0.9085605,-0.2921527,0.2986043,1),(0.9012797,-0.2987196,0.3137858,1),(0.9149366,-0.2839168,0.2868487,1),(0.9051284,-0.2945903,0.3065279,1),(0.8968724,-0.3003044,0.324711,1),(0.8955068,-0.296985,0.3314625,1),(0.8988391,-0.2990725,0.3203808,1),(0.8963989,-0.2974936,0.3285828,1),(0.910482,-0.2883568,0.2964331,1),(0.9022392,-0.2957941,0.3137996,1),(0.8984464,-0.2964087,0.3239381,1),(0.9071732,-0.2904813,0.3043968,1),(0.9017845,-0.2936446,0.3171082,1),(0.9173195,-0.2801801,0.2828851,1),(0.9226341,-0.2738522,0.271572,1),(0.9314258,-0.262385,0.2521902,1),(0.8941533,-0.2938485,0.3378504,1),(0.8896586,-0.2958448,0.3478267,1),(0.8943585,-0.295513,0.3358496,1),(0.8890669,-0.2985066,0.3470647,1),(0.8818575,-0.3029208,0.3613397,1),(0.8704607,-0.3149835,0.3782638,1),(0.8803145,-0.306421,0.36215,1),(0.8677618,-0.3191285,0.3809808,1),(0.8890768,-0.3005224,0.3452951,1),(0.8792146,-0.3094808,0.3622199,1),(0.8654301,-0.3228847,0.3831138,1),(0.878745,-0.311814,0.3613573,1),(0.8637229,-0.3258584,0.3844467,1),(0.8898345,-0.3016757,0.3423251,1),(0.8953998,-0.2961331,0.3325121,1),(0.8974104,-0.2955789,0.3275477,1),(0.858607,-0.3272272,0.3946092,1),(0.8499635,-0.3351612,0.4064837,1),(0.8543918,-0.3322342,0.3995435,1),(0.8437337,-0.341637,0.414002,1),(0.8448188,-0.3389055,0.4140344,1),(0.8433313,-0.3385296,0.4173609,1),(0.836098,-0.3474831,0.4244945,1),(0.8316842,-0.3498496,0.4311691,1),(0.8375275,-0.3476521,0.4215277,1),(0.8269944,-0.3555613,0.4354956,1),(0.8190632,-0.3606395,0.4461778,1),(0.818008,-0.3626724,0.4464658,1),(0.8060033,-0.3704739,0.4616361,1),(0.8317803,-0.352711,0.428645,1),(0.8504418,-0.3368,0.4041221,1),(0.8471081,-0.3404747,0.4080256,1),(0.8366286,-0.3436657,0.4265518,1),(0.8147219,-0.3635282,0.4517471,1),(0.8218884,-0.3572217,0.4437252,1),(0.7967671,-0.3776086,0.4717773,1),(0.7745486,-0.3974245,0.4920654,1),(0.7115729,-0.4433975,0.5450345,1),(0.7531396,-0.4102121,0.5143022,1),(0.6866008,-0.4529537,0.5686935,1),(0.7771018,-0.390766,0.4933708,1),(0.7302971,-0.4216383,0.5374823,1),(0.6611333,-0.4606502,0.5922028,1),(0.707143,-0.4313101,0.5602859,1),(0.6368037,-0.4660718,0.6142135,1),(0.756506,-0.402616,0.5153632,1),(0.805634,-0.3701207,0.4625629,1),(0.7884614,-0.3820021,0.4820818,1),(0.6443062,-0.4807457,0.5947715,1),(0.5991106,-0.4984024,0.626627,1),(0.617092,-0.487883,0.6173878,1),(0.5722914,-0.5016693,0.648699,1),(0.5791603,-0.4980373,0.6453931,1),(0.5852491,-0.4799195,0.6535755,1),(0.5661909,-0.4824151,0.6683589,1),(0.5550914,-0.5002149,0.664574,1),(0.5473775,-0.5036457,0.6683704,1),(0.5339469,-0.5000099,0.6818289,1),(0.5505559,-0.4830924,0.6808157,1),(0.5163379,-0.4980256,0.6966819,1),(0.537975,-0.4792522,0.6934698,1),(0.5261406,-0.5023438,0.6861683,1),(0.5907303,-0.4915414,0.639863,1),(0.5671373,-0.4926822,0.6600147,1),(0.6250881,-0.4481992,0.6390479,1),(0.7161838,-0.3963925,0.5744162,1),(0.7067398,-0.4016514,0.5824044,1),(0.611326,-0.4517423,0.6497764,1),(0.8762558,-0.281931,0.3907565,1),(0.9974973,-0.005422583,-0.07049607,1),(0.9976465,-0.01856912,-0.06600402,1),(0.8708923,-0.290103,0.3967202,1),(0.8679821,-0.2953746,0.3992003,1),(0.7008182,-0.4043819,0.587647,1),(0.9974832,-0.02877886,-0.06479961,1),(0.9973083,-0.03884382,-0.0621878,1),(0.8652006,-0.299967,0.4018055,1),(0.6956848,-0.4061661,0.5924962,1),(0.6012642,-0.4530022,0.6582327,1),(0.5927928,-0.4530348,0.6658499,1),(0.8157356,0.2709094,-0.5110612,1),(0.6305134,0.3798791,-0.6768639,1),(0.6395232,0.3661661,-0.6759678,1),(0.8217995,0.2567927,-0.5086285,1),(0.5277553,0.422675,-0.7367633,1),(0.4808373,0.4409653,-0.7578557,1),(0.4937686,0.4246388,-0.758864,1),(0.5387237,0.4082939,-0.7369348,1),(0.5487047,0.3943408,-0.7371691,1),(0.6466091,0.3533069,-0.6760703,1),(0.5073236,0.4084029,-0.7588345,1),(0.5211588,0.392214,-0.7579985,1),(0.5595571,0.38018,-0.7364503,1),(0.6548848,0.3399685,-0.6749426,1),(0.8258263,0.2442382,-0.5082899,1),(0.8308505,0.2310881,-0.5062466,1),(0.4880763,0.4425122,-0.7523061,1),(0.568607,0.4188419,-0.7079954,1),(0.5834421,0.3989528,-0.7074121,1),(0.5027124,0.4239165,-0.7533757,1),(0.7480908,0.3378445,-0.5711578,1),(0.9722105,0.1160119,-0.2033418,1),(0.9713234,0.1132154,-0.2090767,1),(0.7580107,0.3197463,-0.5684911,1),(0.7699276,0.3003398,-0.5630342,1),(0.6010577,0.3783206,-0.7039909,1),(0.9707088,0.1086052,-0.2143118,1),(0.9694892,0.1043838,-0.221799,1),(0.7801968,0.2818984,-0.5584139,1),(0.6175151,0.3582553,-0.7002344,1),(0.5195284,0.4050509,-0.7523456,1),(0.5359256,0.3865071,-0.750597,1),(0.977914,-0.1112361,0.1769476,1),(0.9366887,-0.1770591,0.3020999,1),(0.9463478,-0.1551516,0.2834673,1),(0.9824826,-0.09547092,0.1600421,1),(0.9523468,-0.1417889,0.2700582,1),(0.9958577,-0.01030009,0.09034062,1),(0.9980545,0.01798645,0.05969693,1),(0.9616843,-0.1166005,0.2481283,1),(0.9704178,-0.09287328,0.222854,1),(0.9556878,-0.135096,0.2615531,1),(0.9986277,0.04524997,0.02636997,1),(0.9974355,0.07098535,-0.009139434,1),(0.9784323,-0.07020741,0.194271,1),(0.964745,-0.1160352,0.2362266,1),(0.986648,-0.08186506,0.1407976,1),(0.9905285,-0.06911168,0.1186466,1),(0.9833782,0.1347214,-0.1217271,1),(0.9537997,0.1974117,-0.2264839,1),(0.9407135,0.2177767,-0.2600606,1),(0.9741903,0.1613507,-0.1578583,1),(0.9498823,0.1948048,-0.2444889,1),(0.9733117,0.1340435,-0.1862703,1),(0.9710085,0.1328529,-0.1987272,1),(0.9403011,0.206382,-0.2706296,1),(0.9298329,0.2183191,-0.2962221,1),(0.9258016,0.2379388,-0.2937285,1),(0.9688383,0.1321215,-0.2095148,1),(0.9670019,0.1314329,-0.2182492,1),(0.9189137,0.2296972,-0.3206819,1),(0.9095966,0.2566985,-0.3267107,1),(0.9627365,0.1872398,-0.1951405,1),(0.9493316,0.2112585,-0.2326787,1),(0.9962658,0.03822391,-0.07741717,1),(0.9946956,-0.07760507,0.06751476,1),(0.9918454,-0.09737547,0.08222369,1),(0.9969596,0.02442829,-0.07399131,1),(0.9362216,-0.2270722,0.2681927,1),(0.754003,-0.4028349,0.5188482,1),(0.7430372,-0.4048651,0.5328976,1),(0.9265,-0.2434211,0.2869562,1),(0.9157562,-0.2582283,0.3077478,1),(0.9881219,-0.1164881,0.1002282,1),(0.7326147,-0.4050905,0.5469711,1),(0.7227487,-0.403415,0.5611511,1),(0.9041641,-0.2709088,0.3302964,1),(0.9834685,-0.1343787,0.1213758,1),(0.9976577,0.0108742,-0.06753558,1),(0.998322,-0.002257814,-0.05786321,1),(0.5011369,-0.5190852,0.692396,1),(0.3452351,-0.5589714,0.7538991,1),(0.3511984,-0.5432119,0.7626143,1),(0.4985511,-0.50838,0.7021372,1),(0.2947686,-0.5689793,0.767707,1),(0.3331346,-0.5643285,0.7553506,1),(0.3564243,-0.5452308,0.7587392,1),(0.3087756,-0.5512615,0.7750925,1),(0.3254778,-0.5329323,0.7810552,1),(0.3600783,-0.5266556,0.7700503,1),(0.3815095,-0.5255067,0.760456,1),(0.4075858,-0.5054706,0.7605086,1),(0.3440763,-0.5142196,0.7856143,1),(0.3711135,-0.5095363,0.7763037,1),(0.4982861,-0.4964423,0.7108136,1),(0.4997969,-0.4834532,0.7186627,1),(0.4193484,-0.5479904,0.7237771,1),(0.5163751,-0.5227844,0.6782724,1),(0.5540614,-0.4966804,0.6680751,1),(0.4512947,-0.5262544,0.7206869,1),(0.6230614,-0.4849456,0.6136956,1),(0.7345943,-0.4321096,0.523118,1),(0.7740944,-0.3924244,0.4967706,1),(0.6634033,-0.4527818,0.595722,1),(0.7024831,-0.4192493,0.5751065,1),(0.5912747,-0.4696337,0.6556208,1),(0.8116758,-0.3506665,0.4671351,1),(0.8469785,-0.3069501,0.4340611,1),(0.7398361,-0.3846981,0.5519509,1),(0.6273716,-0.4420932,0.6410604,1),(0.4837928,-0.5038137,0.715623,1),(0.5160772,-0.4810609,0.7086923,1),(0.8375102,-0.3470847,0.4220296,1),(0.9272482,-0.2127497,0.3081371,1),(0.8717174,-0.2994512,0.3878632,1),(0.9505792,-0.1573393,0.2676632,1),(0.9869893,0.004678123,0.1607176,1),(0.944968,0.3246955,-0.04010233,1),(0.9165289,0.3904247,-0.08685248,1),(0.9910844,0.06724689,0.1150193,1),(0.9697396,-0.09917798,0.2230894,1),(0.9891097,0.1314865,0.06613114,1),(0.8805137,0.4548784,-0.1333468,1),(0.8371826,0.5161587,-0.1808471,1),(0.979836,0.1991314,0.01636738,1),(0.9839139,-0.03740226,0.1746837,1),(0.9031096,-0.2490366,0.3498199,1),(0.9312177,-0.1957126,0.3074574,1),(0.7573543,0.6137347,-0.2230341,1),(0.5199196,0.7917881,-0.3205547,1),(0.4399114,0.8286995,-0.3460275,1),(0.6947694,0.6704258,-0.2604317,1),(0.2634554,0.8974846,-0.3537126,1),(-0.02513163,0.9435886,-0.3301652,1),(-0.09207833,0.9378219,-0.3346816,1),(0.1824934,0.9119638,-0.3674484,1),(0.1037459,0.9199897,-0.3779626,1),(0.3581315,0.8580688,-0.3680485,1),(-0.153859,0.9286805,-0.3374611,1),(-0.2094337,0.9172512,-0.3388034,1),(0.02886168,0.9222543,-0.3855049,1),(0.2764936,0.8798088,-0.3866364,1),(0.6265676,0.7210264,-0.2958616,1),(0.5541373,0.764633,-0.3290415,1),(-0.2719408,0.9214317,-0.2775099,1),(-0.3995278,0.8837973,-0.2434745,1),(-0.4276268,0.8700612,-0.2452118,1),(-0.3177235,0.9064818,-0.2781051,1),(-0.4366847,0.8682038,-0.235645,1),(-0.4002663,0.8807762,-0.253022,1),(-0.3930351,0.8798331,-0.26724,1),(-0.4487163,0.8602686,-0.2420571,1),(-0.4552675,0.8546252,-0.2496945,1),(-0.449966,0.8579749,-0.24781,1),(-0.3801785,0.8806914,-0.2825721,1),(-0.361452,0.8832395,-0.2987314,1),(-0.4558882,0.8516927,-0.2584289,1),(-0.4660493,0.8483208,-0.2512966,1),(-0.3574637,0.8913785,-0.2786827,1),(-0.3905297,0.8771742,-0.2793776,1),(-0.3076898,0.9090647,-0.280942,1),(-0.1590768,0.9383778,-0.3068251,1),(-0.1156561,0.9377304,-0.3275444,1),(-0.2805077,0.9113221,-0.3013427,1),(0.08044631,0.942686,-0.3238389,1),(0.4263676,0.8506793,-0.3074985,1),(0.4838317,0.8210231,-0.3030313,1),(0.1357796,0.9316099,-0.337145,1),(0.1943526,0.9170159,-0.3482944,1),(-0.06680367,0.9352825,-0.3475395,1),(0.5401706,0.7880446,-0.2952987,1),(0.5947074,0.7519911,-0.2843105,1),(0.2552208,0.8986433,-0.3567949,1),(-0.01315454,0.9304332,-0.3662254,1),(-0.2474443,0.9137638,-0.3221909,1),(-0.2086524,0.9158859,-0.3429535,1),(0.727905,0.6438147,-0.2359175,1),(0.8982231,0.4197444,-0.1304224,1),(0.9253172,0.3667921,-0.09618472,1),(0.7737243,0.5969367,-0.212173,1),(0.979835,0.1998058,-0.000932943,1),(0.9871068,-0.02779673,0.1576308,1),(0.9801486,-0.06035665,0.1888541,1),(0.9877457,0.1520067,0.03538879,1),(0.9915705,0.1076163,0.07215716,1),(0.9469894,0.3155911,-0.06011227,1),(0.9715544,-0.08906134,0.2194313,1),(0.9617208,-0.1139503,0.2492157,1),(0.991793,0.0667314,0.1090574,1),(0.9635907,0.2664185,-0.02267477,1),(0.8148615,0.5492035,-0.1854083,1),(0.8512505,0.5010388,-0.1559894,1),(0.9274742,-0.2246809,0.298848,1),(0.8600322,-0.3419735,0.3786804,1),(0.8512195,-0.3441977,0.3961732,1),(0.9158338,-0.2393541,0.3224252,1),(0.8180138,-0.3977751,0.4154856,1),(0.8093624,-0.4079747,0.4224797,1),(0.8139679,-0.3934706,0.4273607,1),(0.8150859,-0.391167,0.4273446,1),(0.8140673,-0.3819537,0.4374995,1),(0.8439315,-0.3434229,0.4121169,1),(0.8202252,-0.376761,0.4304437,1),(0.8280527,-0.3578033,0.4316313,1),(0.8149603,-0.3700707,0.4459679,1),(0.8382692,-0.3396459,0.4265505,1),(0.9046493,-0.2505817,0.3447008,1),(0.8941427,-0.2583936,0.365707,1),(0.8252149,-0.3892335,0.4092893,1),(0.8548597,-0.3528185,0.3804393,1),(0.8691739,-0.3255657,0.3722147,1),(0.8363344,-0.3674659,0.4068337,1),(0.8949841,-0.2962803,0.3334988,1),(0.9391812,-0.2172726,0.2659535,1),(0.9500003,-0.1852106,0.2513887,1),(0.9090744,-0.2654377,0.321133,1),(0.9226258,-0.2334519,0.3070209,1),(0.8836282,-0.2968169,0.3620786,1),(0.9598626,-0.1523431,0.2354894,1),(0.9686698,-0.1187408,0.2181272,1),(0.9354977,-0.2003814,0.2910179,1),(0.8980652,-0.266618,0.3498482,1),(0.8483803,-0.3438971,0.4024743,1),(0.861213,-0.318509,0.3960608,1),(0.9732221,-0.1275918,0.1912043,1),(0.9912567,-0.0403382,0.12563,1),(0.9941466,-0.007356595,0.1077891,1),(0.9798335,-0.09519954,0.1756794,1),(0.996797,0.04310038,0.06736537,1),(0.9921115,0.1241837,0.01712512,1),(0.9956407,0.07911093,0.04940739,1),(0.9864137,0.1642774,-0.001041806,1),(0.9954002,0.02793101,0.09164178,1),(0.9926222,0.1171167,0.0313831,1),(0.9781093,0.207127,-0.02001637,1),(0.9875455,0.1568183,0.01272071,1),(0.9667074,0.2527845,-0.03970837,1),(0.9953266,0.0631967,0.07301301,1),(0.9851544,-0.06148694,0.1602812,1),(0.9895686,-0.02878203,0.1411581,1),(0.9768375,0.2123821,-0.02612639,1),(0.9461516,0.3172686,-0.06432667,1),(0.9654564,0.2567271,-0.04455334,1),(0.927097,0.3657334,-0.0820381,1),(0.8929432,0.4394074,-0.09784428,1),(0.8082758,0.5748649,-0.1273603,1),(0.7641692,0.6298268,-0.1391539,1),(0.863317,0.4916542,-0.1138419,1),(0.8275341,0.5463888,-0.1290211,1),(0.9030507,0.4177197,-0.1000489,1),(0.7131913,0.6848611,-0.1494105,1),(0.6548579,0.7391378,-0.1575957,1),(0.7847562,0.6029664,-0.1434896,1),(0.8731026,0.4729759,-0.1182614,1),(0.9503321,0.3046286,-0.06380034,1),(0.9306966,0.35608,-0.08373109,1),(0.6934034,0.7061096,-0.1435305,1),(0.5525127,0.8216056,-0.1403352,1),(0.4789569,0.8667147,-0.139305,1),(0.6334106,0.7591765,-0.1498067,1),(0.3785714,0.9182743,-0.1160007,1),(0.1659185,0.9837795,-0.06818456,1),(0.07782784,0.9958283,-0.04763352,1),(0.2951362,0.9495649,-0.1059291,1),(0.2085049,0.9737088,-0.09174331,1),(0.3999269,0.9066162,-0.1345569,1),(-0.01029932,0.9996811,-0.02305843,1),(-0.09743938,0.9952261,0.005527669,1),(0.1195652,0.9901292,-0.07313151,1),(0.3159694,0.9404155,-0.1256257,1),(0.5667049,0.8095368,-0.1532827,1),(0.4933539,0.8562019,-0.153363,1),(-0.05521007,0.9984745,-0.0006530453,1),(-0.2525955,0.9640468,0.082518,1),(-0.3294012,0.9369234,0.1169159,1),(-0.1412303,0.9895549,0.02890065,1),(-0.4274044,0.8856349,0.1815939,1),(-0.5789542,0.7596632,0.2961822,1),(-0.619177,0.7134331,0.3280744,1),(-0.4884389,0.8452876,0.2166018,1),(-0.5432277,0.8006284,0.2527801,1),(-0.4008386,0.9031641,0.1536972,1),(-0.6537669,0.6656091,0.3599353,1),(-0.682955,0.6167968,0.3913237,1),(-0.5915881,0.7524102,0.2896592,1),(-0.4663048,0.8634425,0.1924234,1),(-0.2241125,0.9725986,0.06185274,1),(-0.3029241,0.9479684,0.09794264,1),(-0.6870205,0.609254,0.3959954,1),(-0.7465443,0.48101,0.459675,1),(-0.7554071,0.4445016,0.4814337,1),(-0.7081035,0.5653853,0.4229999,1),(-0.7768885,0.3860517,0.4974015,1),(-0.7883084,0.325172,0.522334,1),(-0.7790643,0.3596985,0.5134937,1),(-0.787716,0.3115097,0.5314745,1),(-0.778511,0.3397695,0.5277095,1),(-0.7610239,0.411571,0.5014498,1),(-0.7861594,0.3065793,0.5366214,1),(-0.7777144,0.3257714,0.5376181,1),(-0.7838262,0.310894,0.5375513,1),(-0.7655116,0.3819373,0.517799,1),(-0.724901,0.5225123,0.448887,1),(-0.7379244,0.4810786,0.473319,1),(-0.7925316,0.3006089,0.5305921,1),(-0.7927328,0.3186854,0.5196289,1),(-0.7907349,0.301504,0.5327604,1),(-0.7884049,0.3353773,0.5156934,1),(-0.7863131,0.380273,0.4869334,1),(-0.7644897,0.4837375,0.426091,1),(-0.7750217,0.4146682,0.476856,1),(-0.7416291,0.5353941,0.4041529,1),(-0.7821172,0.3633944,0.5061987,1),(-0.7588623,0.4594281,0.4615777,1),(-0.7082568,0.5947663,0.3802964,1),(-0.6660613,0.6591464,0.349125,1),(-0.7373729,0.5137965,0.4385138,1),(-0.7716953,0.4035766,0.4915408,1),(-0.7880667,0.3131861,0.5299672,1),(-0.7840684,0.3362405,0.5217078,1),(-0.7121266,0.6065466,0.3535209,1),(-0.6251003,0.7291402,0.2785754,1),(-0.560409,0.792634,0.2401526,1),(-0.6697397,0.6694499,0.3213806,1),(-0.4873985,0.8493903,0.202432,1),(-0.2883529,0.9499918,0.1198672,1),(-0.1777645,0.9804913,0.08388502,1),(-0.3994263,0.9023069,0.1621756,1),(-0.301111,0.9456207,0.1230199,1),(-0.4835134,0.8521162,0.2002814,1),(-0.06148918,0.9967572,0.05190505,1),(0.05904839,0.9979308,0.02544133,1),(-0.1929155,0.9773954,0.08649753,1),(-0.3938531,0.9051193,0.1601213,1),(-0.6163521,0.7340251,0.2851619,1),(-0.5493186,0.7982414,0.2471029,1),(-0.05674146,0.9971904,0.04890643,1),(0.1792829,0.9837369,0.01092099,1),(0.3039601,0.952661,-0.006721846,1),(0.06814475,0.9974472,0.02134243,1),(0.4267861,0.9043291,0.00652504,1),(0.6778212,0.7342795,0.03731021,1),(0.754454,0.6549059,0.04355928,1),(0.5353113,0.8446547,0.0002600992,1),(0.6347335,0.7727252,0.003012234,1),(0.4229543,0.906009,-0.01604322,1),(0.8212625,0.5675418,0.05851644,1),(0.8770892,0.4732144,0.08235648,1),(0.7237034,0.689942,0.01527321,1),(0.5344895,0.8450199,-0.01620028,1),(0.1926945,0.9812587,0.000355612,1),(0.3149791,0.9490128,-0.01276821,1),(0.8596181,0.5040542,0.08358255,1),(0.9467801,0.2953453,0.1279787,1),(0.9651965,0.2145631,0.1495272,1),(0.9024484,0.4190127,0.1000757,1),(0.9772079,0.1224779,0.1733898,1),(0.9742295,-0.02347726,0.224334,1),(0.9667867,-0.07780652,0.2434536,1),(0.9790076,0.05272962,0.1968847,1),(0.9753181,-0.01421204,0.2203466,1),(0.9753485,0.1333117,0.17585,1),(0.957395,-0.125089,0.2602834,1),(0.9662791,-0.07612576,0.2459867,1),(0.9473181,-0.1634517,0.2754487,1),(0.9764155,0.05382204,0.2090839,1),(0.935936,0.3297055,0.1237661,1),(0.9591193,0.2370406,0.1546027,1),(0.9538847,-0.1384723,0.266326,1),(0.9352288,-0.2113893,0.2840099,1),(0.9440303,-0.1741903,0.2801152,1),(0.9281244,-0.2282041,0.2941223,1),(0.9274285,-0.2447955,0.2827571,1),(0.9339143,-0.2419311,0.2631984,1),(0.9263547,-0.243406,0.2874379,1),(0.9397814,-0.2210326,0.2606824,1),(0.9259894,-0.2321541,0.2977384,1),(0.9314141,-0.2269475,0.2845394,1),(0.9508477,-0.1828252,0.2499268,1),(0.9419552,-0.1952997,0.2730904,1),(0.9644202,-0.1287357,0.2309129,1),(0.9296719,-0.2224477,0.2936445,1),(0.9360583,-0.1988573,0.2902597,1),(0.9318371,-0.2119759,0.2945263,1),(0.9489988,-0.2119858,0.2333738,1),(0.9658076,-0.1620436,0.2023794,1),(0.9596426,-0.1696289,0.2243034,1),(0.9769613,-0.09644773,0.1903798,1),(0.9815459,-0.08975961,0.1688522,1),(0.9912937,0.007068692,0.1314804,1),(0.9875278,0.00139352,0.1574378,1),(0.9842564,0.125683,0.1242703,1),(0.9851974,-0.01388849,0.1708604,1),(0.9845762,0.1043389,0.1404388,1),(0.9624094,0.2461058,0.1148916,1),(0.9708697,0.2081591,0.1186669,1),(0.9296443,0.3539155,0.1024958,1),(0.9862825,0.07852853,0.1451896,1),(0.9722761,-0.1087909,0.2069874,1),(0.9826503,-0.03340081,0.1824356,1),(0.9890824,0.1091472,0.09901028,1),(0.9783805,0.191296,0.07859675,1),(0.9650251,0.243721,0.09657356,1),(0.9442129,0.3200115,0.07781065,1),(0.9650769,0.2520595,0.0713633,1),(0.9533309,0.291795,0.0775619,1),(0.9318912,0.3560508,0.06933091,1),(0.9323595,0.354404,0.07143951,1),(0.8985368,0.4315251,0.08011085,1),(0.8945294,0.4413669,0.07079861,1),(0.9138975,0.4002953,0.06749,1),(0.8600656,0.5049125,0.07314665,1),(0.8989372,0.4332249,0.06502298,1),(0.8521935,0.5167268,0.08221741,1),(0.9248426,0.3682227,0.09528015,1),(0.8784306,0.468849,0.09241433,1),(0.9500539,0.2997938,0.08672528,1),(0.9595748,0.2672308,0.08833973,1),(0.9446573,0.3190874,0.07619562,1),(0.9645606,0.2526928,0.07595563,1),(0.9779442,0.1921096,0.08196965,1),(0.9951389,0.07102938,0.06821556,1),(0.9860091,0.1513367,0.06988122,1),(0.9982294,0.01190162,0.05827676,1),(0.9721928,0.2257257,0.06236424,1),(0.9931939,0.1019355,0.05634964,1),(0.9977246,-0.04927669,0.04601645,1),(0.997182,0.06045413,0.04442165,1),(0.9944229,-0.0980239,0.03891698,1),(0.9783275,0.2008546,0.05032765,1),(0.9438329,0.3238022,0.06581442,1),(0.9443067,0.3240883,0.05702288,1),(0.9958546,-0.0726794,0.05469422,1),(0.9751799,-0.2160999,0.04821759,1),(0.9566548,-0.2877355,0.04494343,1),(0.9887248,-0.1421149,0.0471893,1),(0.9312067,-0.3604711,0.05398637,1),(0.8607709,-0.5041162,0.07028894,1),(0.8290749,-0.5547205,0.07014252,1),(0.9035161,-0.42531,0.05263098,1),(0.8762378,-0.4788922,0.05356896,1),(0.9356886,-0.350106,0.04373319,1),(0.8006158,-0.5948529,0.07186307,1),(0.7777947,-0.6241177,0.07424619,1),(0.8539506,-0.5174772,0.05464061,1),(0.9175453,-0.3955024,0.04109162,1),(0.9774362,-0.2071535,0.0413014,1),(0.9659718,-0.2560271,0.03672462,1),(0.7785944,-0.6213509,0.08782883,1),(0.7124355,-0.6947391,0.09885918,1),(0.6842405,-0.7222654,0.1007358,1),(0.7480131,-0.6577181,0.08878754,1),(0.6710281,-0.7339982,0.1047272,1),(0.6574684,-0.7456148,0.1085994,1),(0.6315385,-0.7675149,0.10991,1),(0.6446476,-0.7569218,0.107233,1),(0.6243921,-0.7732712,0.1103921,1),(0.661822,-0.7424924,0.1034242,1),(0.6120085,-0.7828078,0.1125065,1),(0.5952558,-0.7952147,0.1153438,1),(0.6070318,-0.7865941,0.1130574,1),(0.6430718,-0.7584577,0.1058335,1),(0.7224109,-0.6854587,0.09093341,1),(0.7015857,-0.7064633,0.09320546,1),(0.931942,0.01284536,0.3623798,1),(0.9322263,0.01434593,0.3615915,1),(0.9331804,0.01893689,0.3589093,1),(0.9326054,0.004618518,0.360868,1),(0.9336228,0.009257318,0.3581379,1),(0.9323763,0.003155743,0.3614756,1),(0.9347348,0.02659492,0.3543497,1),(0.9368034,0.0373221,0.3478599,1),(0.9352636,0.01698363,0.3535445,1),(0.9374074,0.02779052,0.3471238,1),(0.9339814,-0.005636719,0.3572771,1),(0.9357541,0.001981876,0.3526478,1),(0.9380099,0.01260657,0.3463791,1),(0.9359497,-0.01679632,0.3517331,1),(0.9382961,-0.006538333,0.345771,1),(0.9340857,-0.02416035,0.3562305,1),(0.932686,-0.01161848,0.360502,1),(0.9327706,-0.01026467,0.3603247,1),(0.9327024,-0.02868104,0.3595047,1),(0.9323058,-0.03009875,0.3604164,1),(0.9390429,0.04818052,0.3404073,1),(0.9412521,0.05624196,0.3329886,1),(0.9397029,0.03865195,0.3398007,1),(0.9419633,0.04657208,0.33247,1),(0.9434958,0.06150749,0.3256263,1),(0.9458155,0.06397835,0.3183391,1),(0.9442558,0.05155277,0.325151,1),(0.9466243,0.05359517,0.3178523,1),(0.9427394,0.03139396,0.3320496,1),(0.9450949,0.03671261,0.3247276,1),(0.9475053,0.03931613,0.317314,1),(0.9456945,0.01950594,0.3244706,1),(0.9481792,0.02416865,0.3168158,1),(0.943244,0.01283262,0.3318524,1),(0.9403967,0.02335808,0.339276,1),(0.9407913,0.00415004,0.3389609,1),(0.948005,0.06285586,0.3119864,1),(0.9498259,0.05737193,0.307472,1),(0.948807,0.052385,0.3114821,1),(0.9505209,0.04764355,0.3069855,1),(0.9512453,0.04752113,0.3047525,1),(0.9521476,0.03329411,0.3038199,1),(0.9517456,0.03936953,0.3043522,1),(0.9524103,0.02755791,0.3035709,1),(0.9512508,0.03622207,0.3062839,1),(0.9522637,0.03050861,0.3037483,1),(0.9526766,0.02201547,0.3031874,1),(0.9527056,0.02368651,0.3029703,1),(0.9529108,0.01844256,0.3026891,1),(0.9518499,0.02638838,0.3054267,1),(0.9496656,0.03915831,0.3108084,1),(0.9503511,0.02654954,0.310045,1),(0.9526312,0.01960036,0.3034955,1),(0.9530215,0.01132296,0.302691,1),(0.9527005,0.01621442,0.3034782,1),(0.9529687,0.009291002,0.3029262,1),(0.9534469,0.008469606,0.3014419,1),(0.9539495,0.01104568,0.2997638,1),(0.9533033,0.006793333,0.3019381,1),(0.9537354,0.00872715,0.3005209,1),(0.9528928,0.008536,0.3031872,1),(0.953122,0.006473178,0.3025171,1),(0.9534686,0.007533703,0.3013982,1),(0.9529255,0.007303277,0.3031166,1),(0.9531711,0.007311815,0.3023427,1),(0.9528101,0.009157217,0.3034291,1),(0.9527582,0.0137181,0.3034202,1),(0.9528117,0.01287094,0.3032887,1),(0.9544618,0.01494512,0.2979588,1),(0.9549578,0.01609716,0.2963049,1),(0.9542053,0.0120159,0.2989109,1),(0.9546905,0.01363445,0.2972882,1),(0.9554551,0.01450032,0.2947805,1),(0.9559331,0.01015119,0.2934093,1),(0.9551978,0.01358109,0.2956566,1),(0.9557241,0.01185339,0.2940257,1),(0.9543757,0.01146756,0.2983877,1),(0.9549181,0.01249238,0.296606,1),(0.9555253,0.01288666,0.2946274,1),(0.9546082,0.01159837,0.2976382,1),(0.9553156,0.01370968,0.2952697,1),(0.9540141,0.009827348,0.2996006,1),(0.9538906,0.009814543,0.2999942,1),(0.9535339,0.008398519,0.3011684,1),(0.9566389,-0.0003289967,0.2912761,1),(0.9575207,-0.02043034,0.28764,1),(0.9564583,0.004692707,0.2918313,1),(0.957347,-0.01170493,0.2887035,1),(0.9580126,-0.05027113,0.2822849,1),(0.9572375,-0.0899316,0.2749703,1),(0.9579453,-0.03743391,0.284499,1),(0.9575418,-0.07257073,0.279011,1),(0.957162,-0.002586828,0.2895414,1),(0.9578643,-0.02210458,0.2863692,1),(0.9579575,-0.04955394,0.2825982,1),(0.9576744,-0.00803998,0.2877413,1),(0.9580258,-0.02806127,0.2853056,1),(0.9569591,0.005574256,0.290169,1),(0.9562919,0.009058062,0.2922737,1),(0.9561294,0.01281493,0.2926641,1),(0.9550887,-0.1252335,0.2685555,1),(0.9534656,-0.1419424,0.2659993,1),(0.9559331,-0.1048885,0.2742085,1),(0.9544891,-0.1222754,0.2720287,1),(0.9533053,-0.1401254,0.2675329,1),(0.9544821,-0.1198437,0.2731326,1),(0.9539824,-0.1247663,0.2726738,1),(0.9545111,-0.1124159,0.2761723,1),(0.9562349,-0.09252882,0.2775846,1),(0.9556134,-0.09923702,0.2774079,1),(0.9555005,-0.09611828,0.278891,1),(0.9568991,-0.07300577,0.281095,1),(0.9565762,-0.07704966,0.2811147,1),(0.9573593,-0.06349248,0.2818365,1),(0.9571747,-0.07596519,0.2793671,1),(0.9578126,-0.04850404,0.2832708,1),(0.9555416,-0.0957454,0.2788783,1),(0.9560086,-0.08239469,0.2815295,1),(0.9552058,-0.09681382,0.2796587,1),(0.9556447,-0.08929157,0.2806606,1),(0.956323,-0.07975031,0.2812227,1),(0.9565622,-0.08783556,0.2779814,1),(0.9560136,-0.08981942,0.2792319,1),(0.9562911,-0.09840325,0.2753618,1),(0.9556395,-0.0919781,0.2798091,1),(0.9556103,-0.09860831,0.2776425,1),(0.9553944,-0.1110356,0.2736648,1),(0.9556096,-0.09860229,0.2776474,1),(0.9548636,-0.1134821,0.2745127,1),(0.9560658,-0.08757249,0.2797665,1),(0.9555975,-0.09114445,0.2802248,1),(0.9563615,-0.08038873,0.2809098,1),(0.9559808,-0.1102414,0.2719335,1),(0.9527225,-0.1509641,0.2636848,1),(0.9557024,-0.115625,0.2706729,1),(0.9531037,-0.1419977,0.2672639,1),(0.9443102,-0.2110668,0.2524461,1),(0.9267467,-0.2912416,0.2373162,1),(0.9476439,-0.1781468,0.2650184,1),(0.937966,-0.2248441,0.2639411,1),(0.9520309,-0.1394345,0.2723878,1),(0.948333,-0.1518339,0.2785873,1),(0.9430829,-0.1631477,0.2897887,1),(0.9482189,-0.1254492,0.2917935,1),(0.9440119,-0.111789,0.3103943,1),(0.9512314,-0.1301077,0.2796976,1),(0.9543638,-0.1258718,0.2708244,1),(0.9534349,-0.1260752,0.2739838,1),(0.9030756,-0.3676417,0.2220226,1),(0.8843257,-0.4166758,0.2105934,1),(0.9249439,-0.2757158,0.2616477,1),(0.9114926,-0.323449,0.2540902,1),(0.8751963,-0.4384959,0.204335,1),(0.8775472,-0.4339101,0.2040417,1),(0.8986224,-0.3662814,0.2414863,1),(0.887085,-0.4031413,0.2248494,1),(0.9291859,-0.2231884,0.2946194,1),(0.9185448,-0.2813224,0.2777282,1),(0.9014788,-0.3552244,0.2472886,1),(0.9294807,-0.2066016,0.3055839,1),(0.9140465,-0.3038569,0.2686819,1),(0.9356122,-0.1412472,0.3235414,1),(0.9366772,-0.1834301,0.2983109,1),(0.9394307,-0.1097834,0.3246807,1),(0.8862452,-0.4131107,0.2095449,1),(0.8972757,-0.3835561,0.2185885,1),(0.8784401,-0.4284099,0.2116788,1),(0.8760825,-0.4356996,0.2065075,1),(0.9099406,-0.344417,0.2310525,1),(0.9232078,-0.2945007,0.2468941,1),(0.8803421,-0.4257967,0.2090335,1),(0.8907432,-0.3981712,0.2191714,1),(0.864442,-0.4628241,0.1963003,1),(0.856824,-0.4804134,0.1872315,1),(0.8586715,-0.4764198,0.1889644,1),(0.8449968,-0.504505,0.1773563,1),(0.8361378,-0.5213729,0.1704225,1),(0.8633574,-0.4648873,0.1961985,1),(0.8803412,-0.422162,0.2162837,1),(0.8882839,-0.3993466,0.226879,1),(0.9358656,-0.2389814,0.2589279,1),(0.9473591,-0.1861115,0.2605248,1),(0.904381,-0.3588017,0.2309899,1),(0.9183384,-0.3154301,0.2390785,1),(0.9581072,-0.1367815,0.2516377,1),(0.9682556,-0.09173697,0.2325196,1),(0.9321191,-0.2684287,0.2431049,1),(0.9451514,-0.2183888,0.2428889,1),(0.878633,-0.4286487,0.210391,1),(0.8922477,-0.3906023,0.2265477,1),(0.9066762,-0.3427666,0.2458645,1),(0.8497249,-0.483797,0.209543,1),(0.8626645,-0.4446438,0.2410437,1),(0.8401066,-0.5091177,0.1871363,1),(0.8671319,-0.4571209,0.1977945,1),(0.8353369,-0.5214431,0.1740954,1),(0.9766697,-0.050998,0.2086035,1),(0.9831718,-0.01440998,0.1821147,1),(0.9564475,-0.167559,0.2390232,1),(0.9662341,-0.1187117,0.2286902,1),(0.9880441,0.01810928,0.1531045,1),(0.9914823,0.0466788,0.1215891,1),(0.9746177,-0.07187358,0.212025,1),(0.9815796,-0.02700607,0.1891355,1),(0.9335976,-0.234535,0.2709035,1),(0.946244,-0.1795066,0.269072,1),(0.9582306,-0.1239133,0.2577588,1),(0.9070564,-0.29085,0.3043925,1),(0.9231969,-0.2338117,0.305024,1),(0.8915524,-0.3449557,0.293496,1),(0.9204383,-0.2889917,0.2632056,1),(0.8768142,-0.3962337,0.2723886,1),(0.9932562,0.06780207,0.09404835,1),(0.9941003,0.07714465,0.07624628,1),(0.9861282,0.01064819,0.1656441,1),(0.9885669,0.03487855,0.1466938,1),(0.9948624,0.07489702,0.06811099,1),(0.9956976,0.0613966,0.06940392,1),(0.990123,0.0457689,0.1325198,1),(0.9914253,0.04366108,0.1231649,1),(0.973976,-0.03698118,0.223614,1),(0.9785931,-0.0130826,0.2053884,1),(0.9823693,-0.002151155,0.186938,1),(0.9577678,-0.1010058,0.2692185,1),(0.9656531,-0.07711723,0.2481269,1),(0.9486212,-0.1353071,0.2860244,1),(0.9676355,-0.07400409,0.2412567,1),(0.9374475,-0.179785,0.2981099,1),(0.9964365,0.04174555,0.07329214,1),(0.9970595,0.02174902,0.07348031,1),(0.9927498,0.03352476,0.1154303,1),(0.9941478,0.02063459,0.1060393,1),(0.9975429,0.001278176,0.07004748,1),(0.9978153,-0.0197497,0.06304561,1),(0.9954686,0.004930813,0.09496287,1),(0.9965266,-0.01365239,0.08214857,1),(0.9886044,-0.004029324,0.150483,1),(0.9911329,-0.01300193,0.1322367,1),(0.9931273,-0.027323,0.1138052,1),(0.9818459,-0.05477811,0.1815982,1),(0.9851616,-0.06220272,0.1599611,1),(0.9775555,-0.05473523,0.2034435,1),(0.9856713,-0.0003951945,0.1686771,1),(0.9722362,-0.06214974,0.2255971,1),(0.997664,-0.04113068,0.05454316,1),(0.9969655,-0.06228293,0.04669872,1),(0.9970855,-0.03384502,0.06837495,1),(0.997064,-0.05380968,0.05447727,1),(0.9957466,-0.08325172,0.03946824,1),(0.9940286,-0.1040635,0.03283123,1),(0.9964691,-0.07359079,0.04041777,1),(0.9953006,-0.09323446,0.02615517,1),(0.9953209,-0.06150443,0.07452259,1),(0.9955044,-0.07840388,0.05314105,1),(0.9949861,-0.09523469,0.0305444,1),(0.9916908,-0.09664516,0.08490512,1),(0.9925796,-0.108412,0.05506846,1),(0.9900297,-0.0850163,0.1123096,1),(0.9945084,-0.04448451,0.09473302,1),(0.987794,-0.07353589,0.1373151,1),(0.9917656,-0.1251774,0.02704796,1),(0.9888868,-0.1469581,0.02249963,1),(0.993491,-0.1132007,0.01270548,1),(0.9910109,-0.1337759,0.001168938,1),(0.9853478,-0.1694734,0.01919627,1),(0.9810915,-0.1927811,0.01717316,1),(0.9878747,-0.1550225,-0.008471751,1),(0.984078,-0.1769956,-0.01621219,1),(0.9915094,-0.1295858,-0.01080394,1),(0.9887092,-0.1472681,-0.02768026,1),(0.9853332,-0.1653767,-0.04205948,1),(0.9891059,-0.1448961,-0.02597577,1),(0.986356,-0.1575663,-0.04769289,1),(0.9911799,-0.1325138,-0.001634615,1),(0.9936425,-0.112253,0.00859698,1),(0.9924051,-0.120368,0.02537364,1),(0.976424,-0.2152316,0.01648084,1),(0.9717976,-0.2351686,0.01747022,1),(0.9799556,-0.1980375,-0.02163739,1),(0.9759532,-0.2166366,-0.02415925,1),(0.9673359,-0.2526943,0.02016921,1),(0.9631392,-0.267876,0.02460181,1),(0.9722268,-0.2328334,-0.0237422,1),(0.9688847,-0.2466752,-0.02034025,1),(0.9784145,-0.1977368,-0.06004334,1),(0.9754797,-0.2109442,-0.06278442,1),(0.9730663,-0.2222134,-0.06134456,1),(0.9778756,-0.1904725,-0.08648448,1),(0.9758377,-0.1992829,-0.08959355,1),(0.9804175,-0.1806071,-0.07850161,1),(0.9817592,-0.1825526,-0.05313475,1),(0.9833186,-0.1696527,-0.06559264,1),(0.9591396,-0.2812596,0.03072979,1),(0.9552276,-0.2933876,0.03826354,1),(0.9657774,-0.258982,-0.01422512,1),(0.9626625,-0.2706383,-0.005978219,1),(0.9514397,-0.3042032,0.04714751,1),(0.9478099,-0.3136351,0.05735425,1),(0.9595248,-0.28159,0.004383553,1),(0.9563407,-0.2917692,0.0168297,1),(0.9688355,-0.2428751,-0.04867671,1),(0.9666644,-0.25317,-0.03827429,1),(0.9643674,-0.2633642,-0.02519808,1),(0.9707905,-0.2270875,-0.07744087,1),(0.9690995,-0.2373579,-0.06713787,1),(0.9724333,-0.2172813,-0.08462966,1),(0.9709539,-0.2325316,-0.05636792,1),(0.9741004,-0.2079977,-0.08868637,1),(0.9436728,-0.3235247,0.06937915,1),(0.9382608,-0.3356423,0.08373113,1),(0.9525017,-0.3028767,0.03172323,1),(0.9473182,-0.3164518,0.0494619,1),(0.9313694,-0.3499487,0.1004341,1),(0.9227595,-0.3663773,0.1195095,1),(0.9405083,-0.3324609,0.07009935,1),(0.9317406,-0.3508307,0.09368745,1),(0.9574302,-0.2884858,0.01016073,1),(0.9519656,-0.3044304,0.03292186,1),(0.9446884,-0.3225869,0.05917336,1),(0.9608228,-0.2768758,-0.01262227,1),(0.9559206,-0.2932746,0.01434824,1),(0.9644079,-0.262076,-0.03512158,1),(0.9614611,-0.2747876,-0.009178333,1),(0.9670634,-0.2489021,-0.05325396,1),(0.9161108,-0.3766432,0.1374085,1),(0.915644,-0.3727493,0.1505123,1),(0.9239369,-0.3642576,0.1168634,1),(0.920612,-0.3660475,0.1359519,1),(0.9214365,-0.3546114,0.1587617,1),(0.9327998,-0.3219055,0.1620539,1),(0.9221146,-0.3562663,0.1509267,1),(0.9282866,-0.3348443,0.161751,1),(0.9326984,-0.3436951,0.1093038,1),(0.9307125,-0.3420427,0.1295425,1),(0.9317001,-0.3323639,0.1465233,1),(0.9423048,-0.321382,0.0936767,1),(0.9398497,-0.3212843,0.1160125,1),(0.9459612,-0.3167969,0.06926108,1),(0.9374966,-0.3372411,0.08583994,1),(0.9506016,-0.3074482,0.04280294,1),(0.9458044,-0.2830033,0.1592588,1),(0.9575205,-0.246296,0.1499759,1),(0.9362534,-0.3086531,0.1678172,1),(0.9437166,-0.2840272,0.1694918,1),(0.9681032,-0.211629,0.1341241,1),(0.9775415,-0.1787945,0.1115581,1),(0.9508676,-0.2608317,0.1667862,1),(0.9578299,-0.2389127,0.1596325,1),(0.935719,-0.3077331,0.1724254,1),(0.9373407,-0.2967806,0.1825206,1),(0.9388466,-0.2866601,0.1907696,1),(0.9312066,-0.3171911,0.1795665,1),(0.9269832,-0.3166719,0.20105,1),(0.934749,-0.3181118,0.1582695,1),(0.933879,-0.3195703,0.160452,1),(0.9376265,-0.3194692,0.1370984,1),(0.9859009,-0.1465322,0.08079395,1),(0.9926301,-0.1146366,0.0392935,1),(0.9663483,-0.2144312,0.1420919,1),(0.9770061,-0.1844006,0.1070307,1),(0.9964384,-0.0833611,-0.01270301,1),(0.9958218,-0.05294651,-0.07440186,1),(0.9874196,-0.1485707,0.05412159,1),(0.9941384,-0.10691,-0.01610161,1),(0.955337,-0.2463937,0.1631605,1),(0.9707617,-0.2100809,0.1161364,1),(0.9857028,-0.1619788,0.04640206,1),(0.9524071,-0.2574403,0.163234,1),(0.9724061,-0.209371,0.1029084,1),(0.9359109,-0.2905621,0.199109,1),(0.943904,-0.271643,0.187764,1),(0.9269289,-0.3100004,0.2114295,1),(0.9919595,-0.03180147,-0.122495,1),(0.9902154,-0.02845614,-0.1366152,1),(0.9944504,-0.07147468,-0.07719859,1),(0.9928356,-0.05508112,-0.1060353,1),(0.9921435,-0.04288054,-0.1175271,1),(0.9950704,-0.07502551,-0.06485469,1),(0.9929328,-0.05761445,-0.1037549,1),(0.9943767,-0.07886191,-0.07068089,1),(0.9941931,-0.08924497,-0.06012857,1),(0.9939789,-0.08088689,-0.07391456,1),(0.9939022,-0.09100692,-0.06225799,1),(0.9933209,-0.1109508,-0.03167588,1),(0.9930264,-0.1108571,-0.04011429,1),(0.9918293,-0.1274664,-0.005196737,1),(0.9930043,-0.1163257,-0.02026337,1),(0.9862428,-0.1604683,0.03968507,1),(0.9933655,-0.1149731,0.002476684,1),(0.9860864,-0.1526563,0.06580088,1),(0.9937091,-0.1100027,-0.02101535,1),(0.9893721,-0.1418959,0.03175328,1),(0.9741361,-0.1881927,0.1250695,1),(0.9582614,-0.2217523,0.1804469,1),(0.9807355,-0.1745511,0.08769184,1),(0.9670928,-0.2078448,0.1467379,1),(0.9905857,-0.1367807,0.005552273,1),(0.9848207,-0.1647774,0.05455777,1),(0.9740108,-0.1959183,0.1136612,1),(0.9866703,-0.1599467,0.02998217,1),(0.978731,-0.1870454,0.0842584,1),(0.9903821,-0.1380814,-0.00876367,1),(0.9931291,-0.1121802,-0.03331889,1),(0.9920473,-0.1217111,-0.03207199,1),(0.9408873,-0.249993,0.2285494,1),(0.9254587,-0.2703047,0.2654463,1),(0.9503438,-0.2372311,0.2014153,1),(0.9344956,-0.2592275,0.2439654,1),(0.9136423,-0.2832202,0.2916229,1),(0.9065106,-0.2891723,0.3076002,1),(0.9214979,-0.2743803,0.2748764,1),(0.912652,-0.283206,0.2947213,1),(0.9439111,-0.2476166,0.2184446,1),(0.9304762,-0.2644592,0.2535256,1),(0.9201689,-0.2759687,0.277724,1),(0.9402262,-0.2539326,0.2269204,1),(0.9289325,-0.2676567,0.2558205,1),(0.9531707,-0.2361723,0.1889136,1),(0.9590827,-0.2249298,0.1719499,1),(0.9665438,-0.2139948,0.1414191,1),(0.9005212,-0.2937327,0.3205973,1),(0.8915049,-0.3017543,0.3378808,1),(0.9048708,-0.290568,0.3110933,1),(0.894291,-0.3006262,0.3314626,1),(0.8791078,-0.3131378,0.3593245,1),(0.8628917,-0.3277147,0.384735,1),(0.8805376,-0.3132663,0.3556933,1),(0.8631682,-0.3283299,0.3835887,1),(0.8983955,-0.2981349,0.3224919,1),(0.8832669,-0.3120368,0.3499607,1),(0.8647562,-0.3276311,0.3805976,1),(0.8874974,-0.3092688,0.3416156,1),(0.867843,-0.3255415,0.3753282,1),(0.9039738,-0.2941109,0.3103708,1),(0.9105699,-0.2860706,0.2983727,1),(0.9176641,-0.2802058,0.28174,1),(0.8447083,-0.3429004,0.4109589,1),(0.8268822,-0.3564553,0.4349774,1),(0.8434734,-0.3440173,0.4125585,1),(0.8231202,-0.3588567,0.4401079,1),(0.8096125,-0.3684753,0.4568955,1),(0.7930593,-0.3790356,0.4768533,1),(0.8021971,-0.3728895,0.4662973,1),(0.7807697,-0.386158,0.4912034,1),(0.8207178,-0.3599918,0.4436532,1),(0.7961034,-0.375942,0.4742225,1),(0.7696778,-0.391722,0.504133,1),(0.7916837,-0.377656,0.4802216,1),(0.7603652,-0.3956107,0.5151088,1),(0.8198925,-0.3599325,0.4452246,1),(0.843584,-0.3438796,0.4124474,1),(0.8452071,-0.342535,0.4102375,1),(0.7710129,-0.3925706,0.5014254,1),(0.7357743,-0.412898,0.5367972,1),(0.7539558,-0.4015668,0.5198986,1),(0.715604,-0.4214401,0.557045,1),(0.6846985,-0.4390351,0.5817527,1),(0.6148777,-0.4691528,0.6338936,1),(0.6635349,-0.4448712,0.6015072,1),(0.5955385,-0.470335,0.651244,1),(0.6966423,-0.4281451,0.5756572,1),(0.6439562,-0.4490264,0.6194317,1),(0.5783593,-0.4702642,0.6665974,1),(0.6262413,-0.4517246,0.6354264,1),(0.5628344,-0.4695398,0.6802571,1),(0.6795742,-0.4329425,0.5922329,1),(0.7379934,-0.4087803,0.5369025,1),(0.7238843,-0.4140379,0.5518733,1),(0.5475733,-0.491394,0.6772706,1),(0.5093945,-0.4988283,0.7012043,1),(0.5317296,-0.488399,0.6919033,1),(0.4965433,-0.4938819,0.7138105,1),(0.5025015,-0.4941573,0.7094371,1),(0.5270315,-0.476498,0.7036957,1),(0.4918018,-0.4891193,0.7203425,1),(0.5175942,-0.4729107,0.7130581,1),(0.4861577,-0.4884206,0.7246351,1),(0.4830961,-0.4836242,0.7298807,1),(0.5091186,-0.470367,0.7208004,1),(0.4752006,-0.478341,0.7384945,1),(0.5015778,-0.4661625,0.7287743,1),(0.4767543,-0.483319,0.7342398,1),(0.5184236,-0.4846311,0.7045352,1),(0.5064003,-0.4809582,0.715708,1),(0.5843887,-0.452516,0.6735867,1),(0.6895227,-0.4079407,0.5984505,1),(0.6822705,-0.4093739,0.6057392,1),(0.5758813,-0.4513896,0.6816218,1),(0.8610838,-0.3051364,0.4067265,1),(0.9972003,-0.05045021,-0.05519431,1),(0.9970642,-0.06388874,-0.04220325,1),(0.8554215,-0.310535,0.4145141,1),(0.8489665,-0.3150052,0.4242965,1),(0.6748474,-0.4097387,0.613755,1),(0.9966601,-0.07821125,-0.02348777,1),(0.9957226,-0.09239241,0.0004445204,1),(0.8425324,-0.3174519,0.4351593,1),(0.6682009,-0.4083226,0.6219165,1),(0.5677689,-0.4491348,0.6898669,1),(0.5606723,-0.4442626,0.6987684,1),(0.838966,0.2158472,-0.4995458,1),(0.6666688,0.3251876,-0.6706756,1),(0.682786,0.3086318,-0.6622308,1),(0.8509308,0.1980432,-0.4865138,1),(0.5727049,0.3652991,-0.7338704,1),(0.5350946,0.3760591,-0.7564742,1),(0.5490476,0.3599961,-0.7542874,1),(0.5886254,0.3495229,-0.7289403,1),(0.6073995,0.3327905,-0.7213296,1),(0.7032646,0.2902437,-0.6489818,1),(0.5630659,0.3440159,-0.7514052,1),(0.5772209,0.3280728,-0.7477863,1),(0.629102,0.3150062,-0.7106346,1),(0.728002,0.2699199,-0.6302034,1),(0.8664729,0.1778871,-0.4664556,1),(0.8850397,0.1556291,-0.4387302,1),(0.5500993,0.3687686,-0.7492667,1),(0.6301788,0.3397686,-0.6981633,1),(0.6382459,0.3232885,-0.6986607,1),(0.5614401,0.3520758,-0.7488843,1),(0.7866105,0.2659345,-0.5572457,1),(0.96706,0.1026378,-0.2329389,1),(0.9630952,0.1026031,-0.2488378,1),(0.7885817,0.252842,-0.5605442,1),(0.7862111,0.2424836,-0.5683958,1),(0.6417692,0.3088006,-0.701979,1),(0.9573954,0.1042157,-0.26932,1),(0.94963,0.1060415,-0.2948865,1),(0.779449,0.2373416,-0.5797657,1),(0.6407177,0.29626,-0.7083155,1),(0.5699563,0.3364638,-0.7496278,1),(0.5756447,0.3219462,-0.7516541,1),(0.9940476,-0.05763901,0.09245034,1),(0.9733917,-0.09725514,0.207485,1),(0.9813502,-0.08003351,0.1747753,1),(0.9969683,-0.04547234,0.06313809,1),(0.9855143,-0.04830948,0.1625662,1),(0.9944252,0.09477483,-0.04621821,1),(0.9896365,0.1163965,-0.08409147,1),(0.9913854,-0.02716818,0.1281287,1),(0.9957838,-0.00688807,0.09147244,1),(0.988225,-0.06032659,0.1406125,1),(0.9831995,0.1357088,-0.122073,1),(0.9753342,0.1526181,-0.1594708,1),(0.998509,0.01242696,0.05315248,1),(0.9937624,-0.04221095,0.1032204,1),(0.9990271,-0.03038235,0.0319641,1),(0.9998654,-0.01615755,-0.002829347,1),(0.9344665,0.2324856,-0.2696714,1),(0.8927446,0.2731081,-0.3583562,1),(0.8758035,0.2869197,-0.3881305,1),(0.9186658,0.2506085,-0.3053665,1),(0.9080206,0.2397557,-0.3435344,1),(0.9656829,0.1304269,-0.2246008,1),(0.9649534,0.1290859,-0.2284771,1),(0.8975015,0.2482926,-0.3644747,1),(0.887649,0.2553471,-0.3832453,1),(0.8592696,0.2981591,-0.4156407,1),(0.9648337,0.1275092,-0.229864,1),(0.9653279,0.1258195,-0.2287164,1),(0.8787894,0.260939,-0.3995496,1),(0.8436893,0.3068525,-0.4404882,1),(0.9024417,0.265612,-0.3391893,1),(0.8863642,0.2775284,-0.3705893,1),(0.9988834,-0.01482682,-0.0448571,1),(0.9778326,-0.1505749,0.1455011,1),(0.9712112,-0.1647868,0.1720293,1),(0.9992311,-0.02665383,-0.02875443,1),(0.891849,-0.2810818,0.3543983,1),(0.7133199,-0.3998387,0.5755899,1),(0.7043565,-0.3944951,0.5901318,1),(0.879015,-0.288652,0.3794898,1),(0.8658336,-0.2936766,0.4050757,1),(0.963637,-0.1768171,0.200348,1),(0.6957878,-0.3876329,0.6046653,1),(0.6875303,-0.3794851,0.6191068,1),(0.8524788,-0.2962257,0.4307321,1),(0.9551966,-0.1864729,0.2298423,1),(0.9992481,-0.03749131,-0.009877845,1),(0.9988269,-0.04706466,0.01139394,1),(0.5025115,-0.4695669,0.7259401,1),(0.3836039,-0.4920471,0.781497,1),(0.3970574,-0.4742998,0.7857386,1),(0.50606,-0.4549896,0.7327262,1),(0.3639219,-0.4953413,0.7887952,1),(0.4341209,-0.4853881,0.7589055,1),(0.4609283,-0.4652935,0.7556766,1),(0.3846092,-0.4763876,0.790652,1),(0.4058817,-0.4573973,0.7912318,1),(0.4110399,-0.4564353,0.7891216,1),(0.4880926,-0.445123,0.7507538,1),(0.5157169,-0.4247838,0.7440394,1),(0.427504,-0.4383988,0.790599,1),(0.4251523,-0.4385805,0.7917655,1),(0.5100535,-0.439933,0.7391241,1),(0.5141375,-0.4245818,0.7452469,1),(0.5477464,-0.458305,0.6999503,1),(0.6620702,-0.4143777,0.6244631,1),(0.6954901,-0.3864505,0.6057634,1),(0.5788507,-0.4355766,0.6893511,1),(0.7752389,-0.3493591,0.5262631,1),(0.8796432,-0.2613127,0.3974212,1),(0.909184,-0.2132892,0.3576202,1),(0.8086661,-0.3132254,0.4979449,1),(0.8401898,-0.2760828,0.4667542,1),(0.7279989,-0.3580728,0.5846378,1),(0.934982,-0.1617001,0.3156925,1),(0.956885,-0.1103298,0.2686976,1),(0.8697873,-0.2377199,0.4323879,1),(0.7598904,-0.3289354,0.5606855,1),(0.6097597,-0.412668,0.6766818,1),(0.6408243,-0.3893229,0.6616433,1),(0.9552862,-0.1390588,0.2609425,1),(0.9922256,0.02704807,0.1214771,1),(0.9938433,0.09177588,0.06206949,1),(0.97439,-0.07943727,0.2103662,1),(0.9637187,0.2636343,-0.04175021,1),(0.7869188,0.5730749,-0.2287883,1),(0.7301393,0.6250961,-0.2759554,1),(0.938929,0.3291278,-0.1004345,1),(0.9054101,0.3932285,-0.1600118,1),(0.9873013,0.1588561,0.0009378781,1),(0.6674752,0.6719031,-0.3209719,1),(0.5996277,0.7133998,-0.3626393,1),(0.8630459,0.4551852,-0.2189932,1),(0.9720538,0.2264257,-0.06199104,1),(0.9877831,-0.01905817,0.1546654,1),(0.9943508,0.04386804,0.09665436,1),(0.4790848,0.8006917,-0.3596811,1),(0.1967622,0.89427,-0.4019526,1),(0.1199535,0.902343,-0.4139906,1),(0.4025766,0.8294513,-0.3872242,1),(-0.04088079,0.9197009,-0.3904856,1),(-0.2581435,0.9046221,-0.3391473,1),(-0.3001424,0.8915963,-0.3390732,1),(-0.1050253,0.9133813,-0.3933246,1),(-0.1633305,0.9043241,-0.3943616,1),(0.04683246,0.9050435,-0.4227328,1),(-0.3357118,0.8787848,-0.3391679,1),(-0.3651269,0.8666751,-0.3399362,1),(-0.2156569,0.8934882,-0.3939173,1),(-0.02196957,0.9034203,-0.4281929,1),(0.3256468,0.8514835,-0.411011,1),(0.2492326,0.8674959,-0.4305043,1),(-0.4166045,0.8647486,-0.2804474,1),(-0.4755559,0.841684,-0.2557628,1),(-0.4786721,0.8380618,-0.2617739,1),(-0.4360476,0.8544189,-0.2825436,1),(-0.4501846,0.8517104,-0.2681848,1),(-0.3365358,0.8872834,-0.3153915,1),(-0.3051804,0.8923583,-0.332508,1),(-0.4380765,0.8544312,-0.2793498,1),(-0.4195417,0.8593549,-0.2923931,1),(-0.475687,0.8371608,-0.2699697,1),(-0.2671008,0.8977989,-0.3501634,1),(-0.2219502,0.9027943,-0.3683756,1),(-0.3944632,0.8658396,-0.3077671,1),(-0.4667735,0.8385583,-0.2809667,1),(-0.4493125,0.8462589,-0.2862941,1),(-0.4567586,0.8402003,-0.2922928,1),(-0.1641247,0.9171783,-0.3631077,1),(0.04492597,0.9226683,-0.3829684,1),(0.1073225,0.9114861,-0.3970829,1),(-0.1137228,0.9170452,-0.3822241,1),(0.3177909,0.8762641,-0.3621741,1),(0.6470636,0.7130367,-0.2699765,1),(0.6969068,0.6714137,-0.2520411,1),(0.3817089,0.8496766,-0.3637966,1),(0.4468639,0.818548,-0.3609595,1),(0.1741792,0.896261,-0.4078943,1),(0.7440215,0.627251,-0.2301917,1),(0.7880936,0.5807076,-0.2041745,1),(0.513001,0.7824726,-0.3529402,1),(0.2455721,0.8762265,-0.414634,1),(-0.05712104,0.9147794,-0.399895,1),(0.006010432,0.9095111,-0.415636,1),(0.8829157,0.452804,-0.1242116,1),(0.9754727,0.2195598,0.0157012,1),(0.9829667,0.1754549,0.05469966,1),(0.9098622,0.4049724,-0.09026738,1),(0.9888861,0.02946523,0.1457266,1),(0.9510391,-0.1350357,0.2780108,1),(0.9399235,-0.1523121,0.3055237,1),(0.9833218,-0.003978217,0.1818305,1),(0.9755873,-0.03333072,0.2170681,1),(0.9864358,0.1345626,0.09400696,1),(0.928808,-0.1657294,0.3314356,1),(0.9181193,-0.1752437,0.3554528,1),(0.9661846,-0.0583539,0.2511618,1),(0.9862826,0.09733257,0.1333155,1),(0.9321268,0.358039,-0.05429152,1),(0.9497666,0.3125249,-0.0164775,1),(0.8845447,-0.2628082,0.3853731,1),(0.8343349,-0.3328394,0.4394351,1),(0.8322824,-0.3230671,0.4504816,1),(0.8761362,-0.2639258,0.4033961,1),(0.8177645,-0.3554465,0.4526798,1),(0.8373536,-0.3365125,0.4308114,1),(0.8480183,-0.3128,0.4278094,1),(0.8225122,-0.3380845,0.4573539,1),(0.8292379,-0.3179772,0.4596246,1),(0.8322961,-0.3103895,0.4592838,1),(0.8599183,-0.2865889,0.422383,1),(0.8728908,-0.2577811,0.4142591,1),(0.8379415,-0.2950982,0.4590981,1),(0.8345276,-0.2948324,0.4654434,1),(0.8692274,-0.2617927,0.4194142,1),(0.8641022,-0.256436,0.433091,1),(0.8746778,-0.2912464,0.3874458,1),(0.9123132,-0.234955,0.3353815,1),(0.9261533,-0.2016382,0.3187194,1),(0.8885717,-0.2619957,0.3765616,1),(0.9475458,-0.1662123,0.2730025,1),(0.9763268,-0.08432718,0.1991854,1),(0.9824717,-0.04769834,0.1802061,1),(0.9585944,-0.1306842,0.2530184,1),(0.9684353,-0.09338009,0.2311128,1),(0.939345,-0.1664189,0.2998927,1),(0.9876752,-0.01145822,0.1560967,1),(0.9908226,0.02854247,0.1321211,1),(0.9767979,-0.05383813,0.2072857,1),(0.9516146,-0.1290045,0.2789042,1),(0.9026647,-0.2305894,0.3633524,1),(0.9167006,-0.1968497,0.3477214,1),(0.9924298,0.005743327,0.122679,1),(0.9935092,0.09994735,0.05431333,1),(0.9937,0.04206014,0.1038818,1),(0.9897851,0.1382637,0.03476455,1),(0.9801128,0.1983327,-0.006555621,1),(0.9516596,0.3012414,-0.05997847,1),(0.9699443,0.2418905,-0.02640189,1),(0.932426,0.3522606,-0.08058631,1),(0.98378,0.1788166,0.01418386,1),(0.9565415,0.2878067,-0.04685811,1),(0.9084498,0.4055475,-0.1012423,1),(0.9392738,0.3363749,-0.06794574,1),(0.8791394,0.4607788,-0.1216426,1),(0.9749535,0.2222785,-0.007617155,1),(0.993502,0.07924806,0.08169213,1),(0.9910449,0.1198519,0.05886922,1),(0.9057487,0.4108406,-0.1040639,1),(0.8363777,0.5309389,-0.1362951,1),(0.8748254,0.46854,-0.1230886,1),(0.7923949,0.5907635,-0.152016,1),(0.7342864,0.6604962,-0.1567429,1),(0.5889277,0.7915448,-0.1631593,1),(0.5158539,0.8405369,-0.1655069,1),(0.676038,0.7174433,-0.1680709,1),(0.610372,0.7721573,-0.1766894,1),(0.7410976,0.649915,-0.168478,1),(0.4365339,0.8845974,-0.1640905,1),(0.352003,0.9224983,-0.158401,1),(0.5378262,0.8232066,-0.181862,1),(0.682471,0.708008,-0.1815433,1),(0.8375983,0.5274007,-0.1423995,1),(0.7936599,0.5868239,-0.1604428,1),(0.4136721,0.8980636,-0.1495238,1),(0.2278254,0.9672253,-0.1121204,1),(0.1367892,0.9861317,-0.09398484,1),(0.3286091,0.9338124,-0.1414581,1),(0.02930199,0.9983222,-0.049942,1),(-0.1825806,0.9824552,0.0380295,1),(-0.2644209,0.9615684,0.07394491,1),(-0.060872,0.9978939,-0.02241394,1),(-0.149388,0.9887372,0.009054497,1),(0.04442856,0.9964642,-0.07131062,1),(-0.3416387,0.933058,0.1126316,1),(-0.4130518,0.8976842,0.1534641,1),(-0.2347317,0.9710605,0.04407517,1),(-0.0476889,0.9978828,-0.04422439,1),(0.2395018,0.9623007,-0.1289042,1),(0.1477481,0.9826988,-0.1116852,1),(-0.376812,0.9161298,0.1368169,1),(-0.5252581,0.8185414,0.2325807,1),(-0.5770903,0.7696182,0.2732301,1),(-0.4448018,0.877822,0.1777075,1),(-0.6333488,0.7015538,0.3266366,1),(-0.7069147,0.5679234,0.4215857,1),(-0.7257411,0.5207939,0.4495259,1),(-0.6682912,0.6495415,0.3626057,1),(-0.6963333,0.5982935,0.3964403,1),(-0.6213185,0.7181686,0.3133641,1),(-0.7397189,0.477756,0.4738832,1),(-0.7494151,0.441231,0.493652,1),(-0.7176946,0.5499144,0.4272102,1),(-0.6576983,0.6659303,0.3520933,1),(-0.5059724,0.8340788,0.2197829,1),(-0.5595835,0.7861803,0.2622731,1),(-0.7476171,0.4419655,0.4957169,1),(-0.7671195,0.357369,0.5327431,1),(-0.7674258,0.339061,0.5441465,1),(-0.7543752,0.4071043,0.5149604,1),(-0.7759017,0.3188528,0.5443433,1),(-0.7806069,0.3248889,0.5339476,1),(-0.7733603,0.3200616,0.5472426,1),(-0.775912,0.3487979,0.5256431,1),(-0.7664624,0.3293438,0.5514236,1),(-0.7699941,0.3307884,0.545608,1),(-0.7683361,0.3829701,0.5128288,1),(-0.7647545,0.3527849,0.5391598,1),(-0.7568378,0.4273209,0.494564,1),(-0.7654999,0.3298566,0.5524531,1),(-0.7583572,0.3791663,0.5302143,1),(-0.761286,0.3600968,0.5392347,1),(-0.7778085,0.3708052,0.5074618,1),(-0.7566674,0.4549866,0.469512,1),(-0.7668691,0.4164589,0.4883378,1),(-0.7346737,0.5158033,0.440683,1),(-0.7081034,0.5767323,0.4073934,1),(-0.6116826,0.7267403,0.3125587,1),(-0.5443427,0.7937275,0.2714546,1),(-0.6676565,0.6456801,0.3705833,1),(-0.6155376,0.7164502,0.3283485,1),(-0.7053297,0.5826799,0.4037254,1),(-0.464488,0.855838,0.2275789,1),(-0.3734498,0.9093848,0.1831788,1),(-0.551041,0.7852256,0.2824441,1),(-0.6641484,0.653657,0.3628215,1),(-0.750531,0.4712569,0.4632713,1),(-0.7280742,0.5331835,0.4308401,1),(-0.4684666,0.8589392,0.206791,1),(-0.2916105,0.9488652,0.1209053,1),(-0.1788631,0.9802988,0.08379952,1),(-0.3745666,0.9123323,0.1653771,1),(-0.07601113,0.9956449,0.05397624,1),(0.1819535,0.9832909,0.005656477,1),(0.3039851,0.9526476,-0.007452586,1),(0.04664308,0.9985678,0.02620422,1),(0.1706421,0.9853246,0.004090123,1),(-0.05934326,0.996964,0.05040869,1),(0.4208325,0.9070288,-0.01409076,1),(0.5284874,0.848816,-0.01457461,1),(0.2914785,0.956508,-0.01151219,1),(0.06270793,0.9977797,0.02243569,1),(-0.2699716,0.9547487,0.1247807,1),(-0.1578793,0.9836006,0.08720013,1),(0.4329059,0.9012731,-0.01729594,1),(0.6367988,0.7709989,-0.006918664,1),(0.7274485,0.6860918,0.009836152,1),(0.5434776,0.8393033,-0.01421901,1),(0.8008337,0.5977533,0.03682776,1),(0.920629,0.3732997,0.1144104,1),(0.9505915,0.2714267,0.1506764,1),(0.8642247,0.4989288,0.0646973,1),(0.9122624,0.39843,0.09503027,1),(0.8037729,0.5941055,0.03142744,1),(0.9670166,0.1739514,0.1860639,1),(0.9724421,0.08808873,0.2158626,1),(0.9450116,0.3026157,0.124003,1),(0.8641228,0.5002554,0.05510239,1),(0.643135,0.7657368,-0.004971411,1),(0.7289312,0.6845296,0.008863809,1),(0.9710499,0.1427064,0.191564,1),(0.9701827,-0.02554429,0.2410249,1),(0.9564275,-0.09711421,0.2753462,1),(0.9711891,0.05229004,0.2325027,1),(0.9537623,-0.133841,0.2691171,1),(0.9383048,-0.1925005,0.2872761,1),(0.9388329,-0.1813496,0.2927546,1),(0.9317801,-0.2107213,0.2956053,1),(0.9399576,-0.1586104,0.3021964,1),(0.9249871,-0.2163923,0.3123674,1),(0.928946,-0.216471,0.3003325,1),(0.915591,-0.2355244,0.325916,1),(0.9306448,-0.2079081,0.3011221,1),(0.9243828,-0.2014643,0.3239267,1),(0.9637236,-0.03090397,0.2651074,1),(0.9514733,-0.09655756,0.2921903,1),(0.9323007,-0.2129024,0.2923832,1),(0.9388252,-0.1986782,0.281308,1),(0.9371465,-0.2012529,0.2850502,1),(0.9513054,-0.1612263,0.262724,1),(0.9560128,-0.1486973,0.2528408,1),(0.9770312,-0.06052754,0.2043196,1),(0.970018,-0.08829706,0.2264262,1),(0.9846581,0.01967958,0.1733818,1),(0.9641955,-0.1111435,0.2407781,1),(0.9801539,-0.01607639,0.1975854,1),(0.9837592,0.1094655,0.1422502,1),(0.983183,0.06598978,0.1702838,1),(0.9716029,0.2066335,0.1152843,1),(0.9746152,-0.04941063,0.2183661,1),(0.9452544,-0.1769872,0.2741709,1),(0.955115,-0.1397902,0.2611781,1),(0.986935,0.05235348,0.1523754,1),(0.977963,0.1739199,0.1154995,1),(0.982003,0.145472,0.1204493,1),(0.9593361,0.2690239,0.08544271,1),(0.9480999,0.3038459,0.09372484,1),(0.8934373,0.4402569,0.08912614,1),(0.9184309,0.3895568,0.0687762,1),(0.8597884,0.5060217,0.06859997,1),(0.9300081,0.3628135,0.0587474,1),(0.8830224,0.4669862,0.04685484,1),(0.8285017,0.55773,0.05022229,1),(0.8419992,0.5386097,0.03061221,1),(0.7989441,0.5999444,0.04189193,1),(0.8894891,0.4552997,0.03887553,1),(0.9655952,0.2437161,0.09071077,1),(0.9359924,0.3455392,0.06723686,1),(0.837276,0.5397431,0.08744371,1),(0.8155144,0.5729547,0.08160315,1),(0.8065653,0.5856597,0.08034457,1),(0.7924469,0.6048901,0.07833143,1),(0.8343395,0.5462557,0.07404276,1),(0.8879865,0.4555397,0.06295732,1),(0.8199503,0.5677675,0.07294859,1),(0.8820559,0.4672284,0.060621,1),(0.7825602,0.6182872,0.07294121,1),(0.8171582,0.5721748,0.06977472,1),(0.8824297,0.4669268,0.05741961,1),(0.825175,0.561218,0.06419209,1),(0.8898989,0.4531152,0.05259759,1),(0.7841089,0.617135,0.06570791,1),(0.7865583,0.6136517,0.06897639,1),(0.7750177,0.6292538,0.05819958,1),(0.9440833,0.3258079,0.05055619,1),(0.9815504,0.1865958,0.04172311,1),(0.9435856,0.327909,0.04606486,1),(0.9827551,0.181292,0.03640853,1),(0.9986897,0.03615291,0.03622115,1),(0.9914514,-0.1259958,0.03390107,1),(0.9991502,0.02646882,0.03159577,1),(0.9900808,-0.1369126,0.03154214,1),(0.9836131,0.1772476,0.03299565,1),(0.9993313,0.02206947,0.02915238,1),(0.989592,-0.1405619,0.03081982,1),(0.9995289,0.01366555,0.02748302,1),(0.9887345,-0.1464942,0.03071482,1),(0.9855527,0.1666845,0.03003155,1),(0.9446511,0.325322,0.04242501,1),(0.9489973,0.3129375,0.03839734,1),(0.9582068,-0.2837671,0.03627492,1),(0.9057852,-0.4214321,0.04413711,1),(0.9549566,-0.2945102,0.03635655,1),(0.9006032,-0.4322323,0.04570656,1),(0.8393865,-0.5403638,0.0586275,1),(0.7618834,-0.6431922,0.07640395,1),(0.7517259,-0.6548188,0.07823262,1),(0.8319766,-0.5514932,0.06058222,1),(0.8988086,-0.4357527,0.04756673,1),(0.8283814,-0.5566591,0.06257004,1),(0.7449185,-0.6623576,0.079867,1),(0.738901,-0.6688673,0.08149818,1),(0.8250858,-0.5612944,0.06466818,1),(0.8969159,-0.4394172,0.04954305,1),(0.9540023,-0.2974711,0.03728893,1),(0.9526911,-0.3014905,0.03851037,1),(0.6851767,-0.7221752,0.09484583,1),(0.6264837,-0.7720342,0.107151,1),(0.6114677,-0.7839215,0.1075834,1),(0.6722209,-0.7341089,0.09593374,1),(0.5903651,-0.7990282,0.114119,1),(0.5786642,-0.8072058,0.1164754,1),(0.5620243,-0.8188952,0.1163591,1),(0.5741087,-0.8107851,0.114135,1),(0.5590501,-0.8213553,0.113306,1),(0.5980867,-0.7941773,0.1075863,1),(0.5463058,-0.8295652,0.1156365,1),(0.5325435,-0.8386845,0.114043,1),(0.5458654,-0.8302484,0.1127771,1),(0.586374,-0.8028358,0.1077968,1),(0.6616666,-0.7435321,0.09673302,1),(0.652412,-0.7515515,0.0976158,1),(0.9321558,-0.05085532,0.3584681,1),(0.9325988,-0.04950864,0.3575028,1),(0.9337933,-0.0452407,0.3549411,1),(0.9317679,-0.07302713,0.3556343,1),(0.9328936,-0.06884937,0.3535098,1),(0.9315352,-0.07425328,0.3559896,1),(0.9356431,-0.03817813,0.3508767,1),(0.9380316,-0.02831559,0.3453912,1),(0.9346859,-0.06190433,0.350043,1),(0.9370966,-0.05217797,0.3451485,1),(0.9311435,-0.09543534,0.3519432,1),(0.9329262,-0.08816566,0.3491066,1),(0.9353847,-0.077969,0.3449295,1),(0.9301672,-0.1171518,0.347943,1),(0.9328064,-0.1055323,0.3445795,1),(0.9282615,-0.1254347,0.3501385,1),(0.9299021,-0.1010252,0.3536607,1),(0.9301214,-0.09977356,0.3534395,1),(0.9272398,-0.1303567,0.3510463,1),(0.9272847,-0.1316932,0.3504283,1),(0.9406419,-0.01747725,0.3389505,1),(0.9432485,-0.007463132,0.3320035,1),(0.9398247,-0.04079346,0.3392128,1),(0.9426705,-0.02884679,0.3324756,1),(0.9458806,0.001722862,0.3245101,1),(0.9485359,0.01007504,0.3165092,1),(0.9456016,-0.01634236,0.3249163,1),(0.9485686,-0.003286544,0.3165545,1),(0.9414614,-0.05117083,0.3332148,1),(0.9448091,-0.03514386,0.3257307,1),(0.9482242,-0.01736976,0.3171266,1),(0.9434249,-0.05512904,0.3269715,1),(0.947377,-0.03361972,0.3183496,1),(0.939574,-0.07428193,0.3341901,1),(0.9382862,-0.0654449,0.3396116,1),(0.9359875,-0.09107889,0.3400471,1),(0.9508051,0.01649944,0.3093503,1),(0.9522845,0.01990044,0.3045626,1),(0.9510321,0.008067548,0.3089868,1),(0.9525577,0.01547301,0.3039646,1),(0.9530452,0.02027931,0.3021484,1),(0.9531044,0.01763408,0.3021275,1),(0.9532741,0.01893533,0.3015131,1),(0.9532402,0.01845488,0.3016495,1),(0.9526405,0.01030315,0.3039241,1),(0.9533669,0.01695792,0.3013372,1),(0.9532877,0.01883627,0.3014759,1),(0.9532712,0.01166076,0.3018912,1),(0.9532331,0.01671433,0.3017734,1),(0.9524383,0.001598183,0.3047274,1),(0.9509938,-0.001135735,0.3092081,1),(0.9505635,-0.01349049,0.3102371,1),(0.952861,0.0139129,0.3030883,1),(0.9527296,0.01106916,0.3036181,1),(0.9528852,0.01607336,0.3029051,1),(0.9526546,0.01384126,0.3037393,1),(0.9527315,0.009101861,0.303677,1),(0.9528655,0.008014846,0.3032872,1),(0.9525539,0.01175867,0.3041429,1),(0.9525809,0.009827148,0.3041265,1),(0.9525856,0.01687875,0.3038022,1),(0.9524086,0.0151944,0.3044455,1),(0.9523429,0.01304057,0.3047504,1),(0.9523086,0.01933128,0.3045234,1),(0.9521772,0.01794336,0.3050191,1),(0.9525288,0.01958975,0.303818,1),(0.9528785,0.01809249,0.3028122,1),(0.9528382,0.01871664,0.3029009,1),(0.953152,0.007948377,0.3023873,1),(0.9536192,0.009081212,0.3008789,1),(0.9527837,0.008907131,0.3035191,1),(0.9532411,0.009883181,0.3020489,1),(0.954271,0.01141139,0.2987254,1),(0.9550849,0.01494008,0.2959557,1),(0.9539439,0.01275415,0.2997138,1),(0.9548669,0.01752076,0.2965166,1),(0.9529264,0.01302209,0.3029218,1),(0.9536735,0.01659277,0.3003857,1),(0.9546888,0.02254778,0.2967508,1),(0.9534763,0.02388421,0.3005206,1),(0.9545473,0.03110586,0.2964315,1),(0.952699,0.01928044,0.303303,1),(0.9524773,0.01183803,0.3043796,1),(0.9522594,0.01729952,0.3047994,1),(0.9559686,0.01632011,0.2930149,1),(0.9567823,0.01219924,0.2905492,1),(0.955835,0.02057397,0.2931827,1),(0.9566767,0.01828932,0.2905774,1),(0.9574713,0.002565414,0.2885172,1),(0.9578786,-0.01259477,0.2868972,1),(0.9573655,0.01066269,0.2886829,1),(0.9577879,-0.002311563,0.2874665,1),(0.9566419,0.02564167,0.2901358,1),(0.9573776,0.01877755,0.2882282,1),(0.9578456,0.006299427,0.2872143,1),(0.957439,0.02941199,0.2871333,1),(0.958005,0.01671044,0.2862642,1),(0.9566209,0.03603956,0.2890981,1),(0.9557412,0.0268983,0.292977,1),(0.9556578,0.03660431,0.2921953,1),(0.9579121,-0.0289567,0.2855977,1),(0.9577613,-0.04222902,0.2844468,1),(0.9579086,-0.01667338,0.2865886,1),(0.9579109,-0.0284442,0.285653,1),(0.9575499,-0.05239971,0.2834647,1),(0.9573623,-0.05946757,0.2827031,1),(0.9578877,-0.03761987,0.2846681,1),(0.9579037,-0.04420127,0.2836668,1),(0.9580954,-0.01819897,0.2858708,1),(0.9581593,-0.02585748,0.2850653,1),(0.9582786,-0.0304575,0.2842085,1),(0.9584308,-0.01432878,0.2849651,1),(0.958531,-0.01744874,0.2844537,1),(0.9583622,-0.00759578,0.2854547,1),(0.9580219,-0.007478924,0.2865973,1),(0.9582567,0.002753372,0.285896,1),(0.9571837,-0.06608748,0.2818366,1),(0.9568192,-0.07481713,0.2808901,1),(0.9578544,-0.0497944,0.2829055,1),(0.9575206,-0.05597078,0.282881,1),(0.9562228,-0.08566178,0.2798215,1),(0.9553155,-0.09863787,0.2786447,1),(0.9568909,-0.06273486,0.2835914,1),(0.955944,-0.07009763,0.2850568,1),(0.9578366,-0.03517492,0.2851523,1),(0.9569939,-0.03646224,0.2878077,1),(0.9557242,-0.03703376,0.2919242,1),(0.9564815,-0.01350352,0.2914806,1),(0.9546213,-0.008671806,0.2976961,1),(0.9577279,-0.01657275,0.287198,1),(0.9582621,-0.03317317,0.28396,1),(0.9584038,-0.01788695,0.2848547,1),(0.9537607,-0.1075748,0.2806571,1),(0.9514512,-0.1064422,0.2888093,1),(0.9542835,-0.07427395,0.2895277,1),(0.9516776,-0.07175409,0.2985988,1),(0.9482131,-0.09512198,0.3030575,1),(0.9434437,-0.07341041,0.323303,1),(0.9479617,-0.06250633,0.3121885,1),(0.9427716,-0.04650042,0.3301808,1),(0.9509057,-0.03483665,0.307514,1),(0.9471601,-0.0319855,0.3191622,1),(0.9423924,-0.02799247,0.333336,1),(0.9460313,-0.007898361,0.3239786,1),(0.9422756,-0.01501883,0.3345014,1),(0.9493046,-0.004468152,0.3143258,1),(0.953734,-0.03652335,0.2984253,1),(0.9521574,-0.00472795,0.3055716,1),(0.9386842,-0.06449056,0.3386929,1),(0.9362432,-0.09206085,0.3390774,1),(0.9380834,-0.04288072,0.3437454,1),(0.9360277,-0.0706199,0.3447681,1),(0.933248,-0.1571906,0.3230155,1),(0.9219669,-0.2593712,0.2875823,1),(0.9341611,-0.1306839,0.3320611,1),(0.9264038,-0.2233244,0.3031538,1),(0.9363655,-0.06438989,0.3450701,1),(0.9344605,-0.1171286,0.3362507,1),(0.9288952,-0.1934128,0.3158249,1),(0.9348997,-0.1068855,0.338435,1),(0.9305478,-0.1668252,0.3259603,1),(0.9371086,-0.06173441,0.3435349,1),(0.9383884,-0.034889,0.3438168,1),(0.9391611,-0.03122092,0.342055,1),(0.8984166,-0.3646189,0.2447462,1),(0.8714476,-0.4431004,0.2103359,1),(0.9082809,-0.322116,0.2669592,1),(0.8846552,-0.4025587,0.235227,1),(0.8472324,-0.4976859,0.1857582,1),(0.8294434,-0.5316268,0.1714544,1),(0.8598312,-0.4657162,0.2092814,1),(0.8368439,-0.5135034,0.1897539,1),(0.8980675,-0.3518246,0.2639964,1),(0.8760546,-0.4182833,0.2399322,1),(0.8516727,-0.476687,0.2177681,1),(0.8905219,-0.3662538,0.2698683,1),(0.867592,-0.4311609,0.2477587,1),(0.908574,-0.300355,0.2903104,1),(0.9162609,-0.2768543,0.289513,1),(0.9218786,-0.2337779,0.3090107,1),(0.8186562,-0.5490841,0.1682522,1),(0.8146557,-0.5523904,0.1766374,1),(0.8179671,-0.5466324,0.1792284,1),(0.8055262,-0.5646686,0.1796578,1),(0.8173975,-0.5414592,0.1966808,1),(0.8258623,-0.5155604,0.2283618,1),(0.8002651,-0.5683475,0.1911985,1),(0.8020324,-0.5576403,0.2139662,1),(0.8089864,-0.5552765,0.1928963,1),(0.7962904,-0.5730872,0.19363,1),(0.7904789,-0.5777175,0.2034341,1),(0.8017939,-0.5617529,0.2038629,1),(0.7890967,-0.5803864,0.2011916,1),(0.8199684,-0.5314153,0.2127193,1),(0.8279304,-0.5235588,0.2010406,1),(0.8425027,-0.4882968,0.2274981,1),(0.8376685,-0.4793762,0.2617437,1),(0.8511835,-0.4392024,0.2873811,1),(0.8085809,-0.5371379,0.2401665,1),(0.8175517,-0.5124217,0.2627418,1),(0.8665493,-0.3948865,0.3052165,1),(0.8836558,-0.3461762,0.3151421,1),(0.8289369,-0.4832461,0.2816676,1),(0.8426124,-0.4492973,0.2968776,1),(0.7914999,-0.5650984,0.2327908,1),(0.7957342,-0.5523061,0.2485259,1),(0.8023024,-0.5348713,0.2649975,1),(0.7699519,-0.5990716,0.2197436,1),(0.767883,-0.5963092,0.2340321,1),(0.77417,-0.597284,0.2095533,1),(0.7897243,-0.573507,0.2177739,1),(0.7805699,-0.5910517,0.2033925,1),(0.9001493,-0.2971795,0.3184581,1),(0.9146942,-0.2522537,0.3157572,1),(0.8572409,-0.4120569,0.3087834,1),(0.8721437,-0.372963,0.3166449,1),(0.9277214,-0.2121454,0.3071276,1),(0.9395621,-0.1774041,0.2928324,1),(0.8870998,-0.3324144,0.3202414,1),(0.9018559,-0.2908747,0.3194493,1),(0.8235211,-0.4823146,0.2986394,1),(0.8381011,-0.4458976,0.3142638,1),(0.8543543,-0.402633,0.328581,1),(0.7885883,-0.5386569,0.2966094,1),(0.8042879,-0.4991553,0.3224362,1),(0.7766843,-0.5676434,0.2730246,1),(0.8113934,-0.5119167,0.2821026,1),(0.7695789,-0.5866843,0.2520908,1),(0.9494948,-0.149532,0.275862,1),(0.9573917,-0.1302961,0.2577285,1),(0.9147105,-0.2527383,0.3153221,1),(0.9250934,-0.2229689,0.3073877,1),(0.9637454,-0.1196391,0.238498,1),(0.9688088,-0.1174454,0.2182112,1),(0.9336919,-0.2016603,0.2958926,1),(0.9409497,-0.1887964,0.2810155,1),(0.8818606,-0.3220465,0.3443952,1),(0.8925618,-0.2924371,0.3432402,1),(0.9021029,-0.2702123,0.3364457,1),(0.8454492,-0.3841265,0.371029,1),(0.856607,-0.3561825,0.3733075,1),(0.8334582,-0.4175064,0.3619886,1),(0.8693974,-0.3588918,0.3396245,1),(0.8199984,-0.456028,0.3458916,1),(0.9733248,-0.1199226,0.1955953,1),(0.9778721,-0.1230555,0.1691847,1),(0.9479768,-0.1808782,0.2619598,1),(0.9555963,-0.1742231,0.2376591,1),(0.9821513,-0.1268232,0.1389052,1),(0.9858177,-0.1311269,0.1047336,1),(0.9634562,-0.1687373,0.2080383,1),(0.9711127,-0.1643066,0.1730417,1),(0.9225779,-0.2366915,0.3046754,1),(0.9341646,-0.222337,0.2791108,1),(0.9461219,-0.2094224,0.246973,1),(0.8955766,-0.2881685,0.338971,1),(0.9108573,-0.268616,0.3133439,1),(0.8812625,-0.3092082,0.3574446,1),(0.9117916,-0.2526108,0.3237652,1),(0.8682218,-0.3318507,0.3688715,1),(0.9882644,-0.1359714,0.06960712,1),(0.9892849,-0.1413938,0.03637438,1),(0.9775975,-0.1609716,0.1356144,1),(0.9823611,-0.1589388,0.09851425,1),(0.9890562,-0.1474544,0.005024138,1),(0.9877442,-0.1541534,-0.02445851,1),(0.9854698,-0.1582231,0.06176314,1),(0.9869816,-0.1588159,0.02539353,1),(0.9666353,-0.1887068,0.1732222,1),(0.9742739,-0.1811966,0.1340083,1),(0.9800407,-0.1755505,0.09328552,1),(0.9521669,-0.22095,0.2110907,1),(0.9629987,-0.2088988,0.170278,1),(0.9397097,-0.2348914,0.2485393,1),(0.9572257,-0.1981047,0.2108869,1),(0.9258748,-0.2507669,0.2826158,1),(0.9856443,-0.1611096,-0.05048757,1),(0.9831532,-0.1682118,-0.07151573,1),(0.9869633,-0.1607124,-0.008663607,1),(0.9856686,-0.1642351,-0.03852461,1),(0.9805633,-0.1755476,-0.08762781,1),(0.9780964,-0.1831489,-0.09891396,1),(0.9834426,-0.1694491,-0.06424634,1),(0.9805606,-0.1764026,-0.08592449,1),(0.985032,-0.1716561,0.01568606,1),(0.984532,-0.1741553,-0.01915102,1),(0.9823855,-0.1796588,-0.05139471,1),(0.9803848,-0.1918961,0.04495999,1),(0.9810359,-0.1937818,0.004161905,1),(0.9772416,-0.1937907,0.08627787,1),(0.9836379,-0.172133,0.05316657,1),(0.9714988,-0.1994671,0.1280736,1),(0.9757325,-0.1915612,-0.1060669,1),(0.9734647,-0.2008048,-0.1097447,1),(0.9772607,-0.184899,-0.1037976,1),(0.9738017,-0.1943345,-0.1180861,1),(0.9713018,-0.2109045,-0.1099643,1),(0.9692309,-0.2218088,-0.1067346,1),(0.9702985,-0.2047504,-0.1288336,1),(0.9668308,-0.216153,-0.1360735,1),(0.9747958,-0.196004,-0.1065622,1),(0.9700242,-0.2058129,-0.1292056,1),(0.9648376,-0.2167818,-0.1486406,1),(0.9716231,-0.2115191,-0.1058699,1),(0.9656421,-0.2204474,-0.1376163,1),(0.9763157,-0.2041273,-0.07169081,1),(0.9789868,-0.1872983,-0.0806485,1),(0.9795293,-0.1982308,-0.03502671,1),(0.9672655,-0.2336825,-0.09894399,1),(0.9654645,-0.2461735,-0.08530443,1),(0.9638709,-0.2280092,-0.1377124,1),(0.9619501,-0.239461,-0.1315691,1),(0.9635581,-0.2593022,-0.06571303,1),(0.9611809,-0.2729984,-0.04004076,1),(0.9609438,-0.2505235,-0.1175797,1),(0.9605564,-0.2611257,-0.09562871,1),(0.9571787,-0.2377145,-0.1652294,1),(0.9559646,-0.2465149,-0.1592549,1),(0.9564117,-0.2542035,-0.1437267,1),(0.9526256,-0.2438986,-0.1817078,1),(0.9523102,-0.2495037,-0.1756507,1),(0.9551053,-0.2372403,-0.177457,1),(0.960183,-0.2278184,-0.1617016,1),(0.9596012,-0.229472,-0.1628127,1),(0.9583806,-0.2852671,-0.01136471,1),(0.9552966,-0.2951646,0.01691402,1),(0.9602009,-0.2706726,-0.06892539,1),(0.9593273,-0.2793204,-0.04087824,1),(0.952033,-0.3027114,0.04470627,1),(0.948694,-0.3079006,0.07195126,1),(0.9578535,-0.2870252,-0.01153925,1),(0.9556944,-0.2937446,0.01903033,1),(0.9585904,-0.2678201,-0.09683372,1),(0.9591859,-0.2743042,-0.06869966,1),(0.9591305,-0.2804754,-0.03744589,1),(0.9566415,-0.2652631,-0.1203015,1),(0.958319,-0.2704741,-0.09202325,1),(0.9548749,-0.2599724,-0.1436258,1),(0.9575943,-0.2610932,-0.1218344,1),(0.9533463,-0.254696,-0.1620521,1),(0.9447614,-0.3122981,0.09947744,1),(0.9397058,-0.317024,0.1282519,1),(0.9524697,-0.3002975,0.05121506,1),(0.947744,-0.3074045,0.08534613,1),(0.9333866,-0.3220776,0.1582892,1),(0.9256641,-0.3273927,0.1896309,1),(0.9412863,-0.3150153,0.1214306,1),(0.932852,-0.3230484,0.1594587,1),(0.9551871,-0.2940884,0.03360835,1),(0.9505011,-0.3019913,0.07313619,1),(0.9435561,-0.3104975,0.1152959,1),(0.9570769,-0.2892975,0.0176299,1),(0.9529645,-0.2967028,0.06185509,1),(0.9590351,-0.2823706,-0.0227733,1),(0.9579598,-0.2868842,-0.003252244,1),(0.9593084,-0.2760601,-0.05931507,1),(0.9213874,-0.3264041,0.2109639,1),(0.9261324,-0.3125534,0.2111611,1),(0.9263697,-0.3254931,0.1894558,1),(0.9267631,-0.3168598,0.201767,1),(0.9394537,-0.2853491,0.1897439,1),(0.9588368,-0.2436325,0.1458599,1),(0.9344343,-0.2971115,0.1963604,1),(0.9484494,-0.2656471,0.1728449,1),(0.9341904,-0.3105784,0.1755831,1),(0.9361039,-0.2984506,0.1861095,1),(0.9428104,-0.2781903,0.1836268,1),(0.9419339,-0.294476,0.161383,1),(0.9422498,-0.283877,0.177705,1),(0.9440079,-0.3002558,0.1367312,1),(0.9369476,-0.3146646,0.1520372,1),(0.947955,-0.3010783,0.1036015,1),(0.9753491,-0.1992858,0.0947592,1),(0.9846863,-0.1663575,0.05213625,1),(0.9628904,-0.2309764,0.1396135,1),(0.973569,-0.2026627,0.1053149,1),(0.9891751,-0.1455726,0.01846847,1),(0.9905421,-0.1370739,-0.006096025,1),(0.9809406,-0.1811413,0.07030897,1),(0.9854081,-0.1665833,0.03494019,1),(0.9611346,-0.2332181,0.1477486,1),(0.9700003,-0.2134456,0.1163639,1),(0.9777504,-0.1954545,0.07616968,1),(0.9595725,-0.2386014,0.1492983,1),(0.9692327,-0.2198954,0.1106068,1),(0.9511904,-0.2553546,0.1732943,1),(0.9518967,-0.2548166,0.1701798,1),(0.9452466,-0.2704096,0.1827221,1),(0.9902882,-0.1380123,-0.01678858,1),(0.9892645,-0.145845,-0.009222589,1),(0.9872451,-0.1589416,0.00920109,1),(0.9873074,-0.1588052,0.002223708,1),(0.9868798,-0.1606019,0.0165914,1),(0.9814031,-0.1820804,0.06078429,1),(0.9859875,-0.1662438,0.01384549,1),(0.982465,-0.1811568,0.04409917,1),(0.9843463,-0.1749159,0.02160728,1),(0.9842477,-0.1757071,0.01958191,1),(0.9823436,-0.1839178,0.03428216,1),(0.9816948,-0.1878125,0.03165117,1),(0.9812783,-0.1900272,0.03134426,1),(0.9803411,-0.1921257,0.04493403,1),(0.9825516,-0.1815452,0.04041903,1),(0.9766057,-0.2028917,0.07124814,1),(0.9723524,-0.2053126,0.1112536,1),(0.96162,-0.2256804,0.156062,1),(0.9763821,-0.1993277,0.08334527,1),(0.9685639,-0.2167231,0.1221277,1),(0.9500838,-0.2433817,0.1952083,1),(0.9384893,-0.2585779,0.2288569,1),(0.9590729,-0.2333586,0.1603834,1),(0.9479781,-0.2492113,0.1980686,1),(0.9735415,-0.2100149,0.09005933,1),(0.9663296,-0.2247241,0.1253243,1),(0.9564928,-0.2403568,0.1653794,1),(0.9714122,-0.2184252,0.09299863,1),(0.9633849,-0.2329214,0.1328053,1),(0.9764678,-0.2063213,0.06278734,1),(0.9787083,-0.1963818,0.05970016,1),(0.9795291,-0.1968199,0.04224214,1),(0.9259568,-0.2730516,0.2608578,1),(0.9110106,-0.2885057,0.2946594,1),(0.9348874,-0.2650174,0.2361171,1),(0.9191998,-0.2816952,0.2751716,1),(0.8933222,-0.3048855,0.3301821,1),(0.8725561,-0.3220589,0.3673198,1),(0.9006392,-0.2991825,0.3151808,1),(0.878916,-0.3173853,0.356052,1),(0.9280943,-0.2742342,0.2518662,1),(0.9092292,-0.292566,0.2961543,1),(0.8868753,-0.3117114,0.3410106,1),(0.9188112,-0.2854179,0.2726216,1),(0.8963228,-0.3052311,0.3216202,1),(0.937224,-0.2666729,0.2247145,1),(0.9437582,-0.2568054,0.2082583,1),(0.9519532,-0.2491438,0.1780805,1),(0.8484848,-0.3400382,0.4055215,1),(0.8208479,-0.3587333,0.4444313,1),(0.8535198,-0.336438,0.3978863,1),(0.8237664,-0.3563912,0.4409016,1),(0.7892622,-0.3780426,0.4838893,1),(0.7533556,-0.3977615,0.5236805,1),(0.7891072,-0.3770677,0.4849018,1),(0.7490148,-0.3981912,0.5295476,1),(0.8287961,-0.3528596,0.4342664,1),(0.7914305,-0.3746917,0.4829535,1),(0.7475915,-0.3969444,0.5324867,1),(0.7964016,-0.3708513,0.4777173,1),(0.7492946,-0.394064,0.5322324,1),(0.8360455,-0.3480565,0.424128,1),(0.8603756,-0.3317854,0.3868751,1),(0.8690652,-0.3260943,0.3720058,1),(0.7123003,-0.4172571,0.56438,1),(0.6650035,-0.4358541,0.6064665,1),(0.70368,-0.4185162,0.5741765,1),(0.6533635,-0.4370142,0.6181705,1),(0.6106821,-0.4531706,0.6493872,1),(0.5486804,-0.4686149,0.692351,1),(0.5976327,-0.4534574,0.6612198,1),(0.5361211,-0.467516,0.7028534,1),(0.6449755,-0.4365731,0.6272245,1),(0.5874751,-0.4526401,0.6708128,1),(0.5256572,-0.4660596,0.7116691,1),(0.5805881,-0.4507501,0.6780427,1),(0.5178032,-0.4640918,0.7186784,1),(0.6401345,-0.4346671,0.6334764,1),(0.698302,-0.4179859,0.5810871,1),(0.6964114,-0.4157991,0.5849121,1),(0.4948446,-0.4779886,0.7257106,1),(0.4673443,-0.4791708,0.7429568,1),(0.4838718,-0.4756114,0.7346169,1),(0.4579625,-0.4758779,0.7508733,1),(0.467315,-0.4737154,0.7464652,1),(0.4945616,-0.4616465,0.7364044,1),(0.459415,-0.4697292,0.7538517,1),(0.4879854,-0.4571204,0.74358,1),(0.4491649,-0.4731395,0.7578851,1),(0.4518634,-0.4662604,0.7605399,1),(0.4818811,-0.4527706,0.7501929,1),(0.4450309,-0.4631784,0.7664288,1),(0.4762818,-0.4488293,0.7561137,1),(0.4415225,-0.4706486,0.763903,1),(0.4740817,-0.473515,0.742314,1),(0.4660888,-0.4713905,0.7487004,1),(0.5544991,-0.4397453,0.7065089,1),(0.6628769,-0.4048121,0.6298582,1),(0.6587307,-0.3998624,0.6373257,1),(0.5492999,-0.4346264,0.7137013,1),(0.8366194,-0.3173092,0.446523,1),(0.9940105,-0.1054662,0.02863508,1),(0.9913185,-0.117216,0.05956503,1),(0.8312058,-0.3152581,0.4579402,1),(0.825857,-0.3123832,0.469443,1),(0.6551843,-0.3944067,0.6443423,1),(0.9873229,-0.1302481,0.09071355,1),(0.9825407,-0.1386382,0.124069,1),(0.8199674,-0.3116377,0.4801411,1),(0.6516777,-0.3893116,0.6509629,1),(0.5447447,-0.4295064,0.7202622,1),(0.5405167,-0.4249863,0.7261049,1),(0.9054236,0.1319144,-0.4034933,1),(0.7562837,0.247803,-0.6054987,1),(0.7865562,0.2245118,-0.5752597,1),(0.925893,0.1075752,-0.362146,1),(0.6535126,0.2961581,-0.6965715,1),(0.5915905,0.3121585,-0.7433558,1),(0.6061832,0.2964652,-0.7380043,1),(0.6798431,0.2766352,-0.6791806,1),(0.7070823,0.2570288,-0.6587646,1),(0.8169812,0.1993864,-0.5410977,1),(0.621009,0.281257,-0.7316025,1),(0.636083,0.2668179,-0.7240211,1),(0.7343205,0.2379666,-0.6357242,1),(0.846156,0.1763197,-0.5029228,1),(0.9446853,0.08138607,-0.3177198,1),(0.9612237,0.06190863,-0.2687309,1),(0.5787192,0.308469,-0.7549376,1),(0.6353543,0.285522,-0.717497,1),(0.6265831,0.2763124,-0.7287285,1),(0.5797986,0.2959856,-0.7590955,1),(0.7683818,0.2320349,-0.5964472,1),(0.9395538,0.1095066,-0.3244179,1),(0.7537276,0.2280465,-0.6163517,1),(0.927132,0.1157818,-0.3563999,1),(0.7365969,0.2252152,-0.6377327,1),(0.6156962,0.2682535,-0.7409172,1),(0.9125095,0.122728,-0.3902104,1),(0.7182069,0.2230205,-0.6591211,1),(0.8960581,0.1298241,-0.42453,1),(0.6040158,0.261039,-0.7530096,1),(0.5797418,0.2844533,-0.763535,1),(0.5794072,0.2738211,-0.7676649,1),(0.9991815,-0.001571448,-0.04042207,1),(0.9976742,-0.02433321,0.06367005,1),(0.9966767,0.01323455,-0.08037604,1),(0.9997278,-0.006810819,0.02231196,1),(0.9994353,0.03068055,0.01370456,1),(0.9663273,0.1671087,-0.1956688,1),(0.9564318,0.1793333,-0.2303862,1),(0.9985052,0.04781422,-0.02648098,1),(0.9957083,0.06379138,-0.06704901,1),(0.9997388,0.01020387,-0.02045581,1),(0.9458708,0.1895029,-0.2634714,1),(0.934846,0.1978356,-0.2948287,1),(0.9910742,0.07859479,-0.1076792,1),(0.9975833,0.0265704,-0.06420067,1),(0.9921243,0.02802066,-0.1220832,1),(0.9854028,0.04250887,-0.1648467,1),(0.8709682,0.2864861,-0.3991744,1),(0.8295627,0.3131134,-0.4623695,1),(0.8172104,0.3171513,-0.48123,1),(0.856604,0.2927598,-0.424878,1),(0.871238,0.2650961,-0.4131206,1),(0.9664474,0.12406,-0.2249192,1),(0.9681792,0.1221595,-0.218417,1),(0.8652181,0.2678579,-0.4238512,1),(0.8608664,0.2693116,-0.431718,1),(0.8068106,0.3192169,-0.4971491,1),(0.9705066,0.1199632,-0.2091071,1),(0.9733832,0.1172777,-0.196904,1),(0.8582835,0.2695252,-0.4366985,1),(0.7984816,0.3195944,-0.5101829,1),(0.8434877,0.2967184,-0.4477574,1),(0.8317679,0.2987301,-0.4678917,1),(0.9978641,-0.05525832,0.03483978,1),(0.9459339,-0.1937456,0.2601378,1),(0.9358097,-0.1989083,0.2910253,1),(0.9962384,-0.06223835,0.06029604,1),(0.8390151,-0.2964833,0.456236,1),(0.6794953,-0.3702312,0.6334153,1),(0.6716279,-0.3600304,0.6475292,1),(0.8253958,-0.2948044,0.4814689,1),(0.8114551,-0.2916281,0.5064521,1),(0.9246653,-0.2024668,0.3224924,1),(0.6638806,-0.3490592,0.6613775,1),(0.6562174,-0.3375084,0.6748827,1),(0.7970304,-0.287388,0.5311785,1),(0.9123179,-0.2048955,0.3545334,1),(0.9937904,-0.06834616,0.08780216,1),(0.9903286,-0.07395746,0.117386,1),(0.5181267,-0.4090488,0.7511483,1),(0.4392001,-0.4207798,0.7937554,1),(0.4533307,-0.4028792,0.7950972,1),(0.5220775,-0.3933131,0.7567958,1),(0.4493873,-0.4193733,0.788782,1),(0.5439276,-0.4041194,0.7354115,1),(0.5729929,-0.3828172,0.7246586,1),(0.4717522,-0.400102,0.7857278,1),(0.4949374,-0.3802588,0.7813067,1),(0.4678584,-0.3846888,0.7956903,1),(0.603191,-0.3604689,0.7114933,1),(0.6347774,-0.3366064,0.6955242,1),(0.5192786,-0.3594861,0.775319,1),(0.4830886,-0.3659732,0.7954176,1),(0.5261862,-0.3772932,0.7620878,1),(0.5306406,-0.3609059,0.7669209,1),(0.6723133,-0.3652507,0.6438842,1),(0.7913296,-0.2987071,0.5334526,1),(0.8223405,-0.2670152,0.5024531,1),(0.7044228,-0.3400815,0.6230032,1),(0.8973342,-0.1979145,0.3944887,1),(0.9742017,-0.05725479,0.2182955,1),(0.9863967,-0.002550946,0.1643623,1),(0.9225954,-0.1564534,0.3526187,1),(0.9451982,-0.1130904,0.3062857,1),(0.8528079,-0.2334664,0.4671318,1),(0.9928414,0.05366288,0.1067066,1),(0.9927732,0.1111648,0.04520594,1),(0.9645835,-0.06759509,0.2549699,1),(0.8824816,-0.1976035,0.4268244,1),(0.7372612,-0.3133634,0.5985394,1),(0.7708682,-0.2845655,0.5698986,1),(0.9934839,0.1081105,0.03608175,1),(0.9475702,0.293786,-0.1257,1),(0.9134527,0.3601625,-0.1894386,1),(0.9845272,0.1731787,-0.02674773,1),(0.8119325,0.5143354,-0.2760883,1),(0.5273728,0.7496073,-0.3999586,1),(0.4514744,0.7805158,-0.4323956,1),(0.7523229,0.5699567,-0.3303931,1),(0.6847458,0.6212476,-0.3810177,1),(0.8694665,0.4246245,-0.2524319,1),(0.3728889,0.8060961,-0.4595246,1),(0.2925665,0.8264216,-0.4810739,1),(0.6099458,0.6674796,-0.4271267,1),(0.8155698,0.4862043,-0.3137693,1),(0.9668214,0.2385118,-0.09147925,1),(0.9397358,0.303389,-0.1576441,1),(0.1741405,0.8782486,-0.4453702,1),(-0.08603924,0.8985088,-0.4304405,1),(-0.1451052,0.891222,-0.4297298,1),(0.1010201,0.8844243,-0.4556189,1),(-0.2619916,0.8817461,-0.3922808,1),(-0.3886057,0.8556784,-0.34176,1),(-0.4061546,0.8462166,-0.3449,1),(-0.3023468,0.8698595,-0.3897832,1),(-0.3368019,0.8585038,-0.3866986,1),(-0.1990518,0.8823754,-0.4263706,1),(-0.4177344,0.8386203,-0.349591,1),(-0.4232123,0.8331345,-0.3560593,1),(-0.3654295,0.8482652,-0.3832849,1),(-0.2478197,0.872739,-0.4206091,1),(0.03046408,0.8866998,-0.4613409,1),(-0.03705014,0.8857583,-0.4626656,1),(-0.458559,0.8361327,-0.3010077,1),(-0.4518943,0.8417919,-0.295259,1),(-0.4306746,0.8465297,-0.3129009,1),(-0.4545309,0.8340604,-0.3126418,1),(-0.362581,0.8731386,-0.3258284,1),(-0.1694029,0.9063819,-0.387007,1),(-0.1094985,0.9075831,-0.4053433,1),(-0.3235199,0.8805414,-0.3463837,1),(-0.2767467,0.8872454,-0.369062,1),(-0.4025279,0.8523377,-0.3339035,1),(-0.04243714,0.9054008,-0.4224318,1),(0.03137453,0.8987923,-0.4372505,1),(-0.2217217,0.8922328,-0.3933958,1),(-0.3666936,0.8586257,-0.3581868,1),(-0.4443104,0.8339384,-0.3273149,1),(-0.4273703,0.8355952,-0.3451599,1),(0.0756762,0.9002391,-0.4287688,1),(0.3209893,0.8506151,-0.416437,1),(0.3989981,0.8190547,-0.4122499,1),(0.1511125,0.8860863,-0.4381965,1),(0.5792626,0.7412353,-0.3391535,1),(0.8285409,0.5321995,-0.1740219,1),(0.864601,0.4825372,-0.1400826,1),(0.6440905,0.6951938,-0.3191441,1),(0.7056914,0.6452358,-0.2926949,1),(0.4776542,0.781621,-0.4011423,1),(0.8955609,0.4328714,-0.1029226,1),(0.9210234,0.3843556,-0.06314105,1),(0.7625561,0.5924624,-0.2598009,1),(0.5550324,0.7387453,-0.3823537,1),(0.2310536,0.8664092,-0.4426619,1),(0.3140202,0.8407895,-0.4409812,1),(0.9628594,0.2690443,0.02273794,1),(0.9829669,0.06424359,0.1721888,1),(0.9770753,0.0357074,0.2098785,1),(0.9715809,0.2282852,0.06258083,1),(0.9556487,-0.07878409,0.2837759,1),(0.9082749,-0.180776,0.3773017,1),(0.8997076,-0.1822587,0.3966207,1),(0.9446068,-0.09444958,0.3143202,1),(0.9337428,-0.1051281,0.3421586,1),(0.9693115,0.01216075,0.2455343,1),(0.8928492,-0.1796252,0.4129831,1),(0.8880943,-0.1727604,0.4259605,1),(0.9237481,-0.1106009,0.3666838,1),(0.9604474,-0.005996624,0.2783973,1),(0.9762493,0.1910527,0.1021571,1),(0.9773563,0.1580864,0.1406523,1),(0.8609996,-0.2478912,0.4441055,1),(0.8390421,-0.2764366,0.4686055,1),(0.84576,-0.2552525,0.4685469,1),(0.8600797,-0.2361781,0.4521978,1),(0.8485228,-0.2694609,0.4554116,1),(0.8866807,-0.2263518,0.4031903,1),(0.9008784,-0.1924656,0.3890694,1),(0.860701,-0.2411727,0.4483631,1),(0.87409,-0.2103975,0.437835,1),(0.8545039,-0.2313575,0.4650774,1),(0.9150056,-0.1564209,0.3718831,1),(0.9285903,-0.1185763,0.3516526,1),(0.8882794,-0.1773124,0.423698,1),(0.8650565,-0.204793,0.4579708,1),(0.8614369,-0.221284,0.4571213,1),(0.8651197,-0.203165,0.458576,1),(0.9303417,-0.1607046,0.3296034,1),(0.9626036,-0.08923966,0.2557939,1),(0.9718785,-0.04732025,0.2306794,1),(0.943152,-0.1223795,0.3090107,1),(0.9831177,-0.01102687,0.1826415,1),(0.9915903,0.07221854,0.1073926,1),(0.9876328,0.03225991,0.1534298,1),(0.9899688,0.1174703,0.0785019,1),(0.9888984,0.07954663,0.1255083,1),(0.9788612,-0.003126266,0.2045016,1),(0.9848313,0.166369,0.04927976,1),(0.9873858,0.1271686,0.09432618,1),(0.975778,0.2179667,0.0186561,1),(0.9838724,0.04035708,0.1742598,1),(0.9546668,-0.08226459,0.2860837,1),(0.9644697,-0.04083994,0.2610177,1),(0.9858816,0.1638926,0.03430214,1),(0.9626098,0.2691399,-0.03076032,1),(0.9773367,0.2115389,0.00801985,1),(0.9459736,0.3195042,-0.05523544,1),(0.9173813,0.387783,-0.08964355,1),(0.8438287,0.5176208,-0.1414984,1),(0.8900692,0.4418976,-0.1118175,1),(0.8018221,0.5760336,-0.1589548,1),(0.9241695,0.3733063,-0.08095236,1),(0.8564541,0.4984518,-0.1342838,1),(0.7526012,0.634486,-0.1761222,1),(0.8154238,0.557688,-0.155139,1),(0.6954345,0.6928208,-0.1907098,1),(0.8961669,0.4304268,-0.1077847,1),(0.9646641,0.2627306,-0.01989373,1),(0.9470057,0.3174053,-0.04933869,1),(0.7426439,0.6459798,-0.1766076,1),(0.6165841,0.7636493,-0.1914781,1),(0.5436517,0.8156984,-0.1976837,1),(0.6842957,0.7042451,-0.1891513,1),(0.4589375,0.869432,-0.1829327,1),(0.2632645,0.9533047,-0.1479932,1),(0.1714732,0.9762349,-0.1325232,1),(0.3744115,0.9097481,-0.179372,1),(0.2851231,0.943165,-0.1707177,1),(0.4640153,0.8630429,-0.1996169,1),(0.07795808,0.9906753,-0.1117362,1),(-0.01581222,0.9962153,-0.08546961,1),(0.1921226,0.9688026,-0.1565576,1),(0.3781855,0.9045853,-0.1967262,1),(0.6184159,0.7597228,-0.2009557,1),(0.5449306,0.8122437,-0.208112,1),(0.05470547,0.994469,-0.08966,1),(-0.1380954,0.9903347,-0.01290882,1),(-0.2254357,0.9740016,0.02235131,1),(-0.03823952,0.997293,-0.06280622,1),(-0.3155807,0.9453343,0.08216996,1),(-0.4777138,0.8564343,0.1957293,1),(-0.535185,0.810387,0.2384325,1),(-0.3909078,0.9122187,0.1226701,1),(-0.459632,0.8726828,0.1648121,1),(-0.3082471,0.9493409,0.06111832,1),(-0.5850788,0.7609435,0.280442,1),(-0.6271867,0.7097828,0.3206951,1),(-0.5207819,0.8280107,0.2078088,1),(-0.3850719,0.9171275,0.1029398,1),(-0.1295297,0.9910856,-0.0311696,1),(-0.2175282,0.9760405,0.005122029,1),(-0.6052087,0.7355939,0.3043418,1),(-0.6863428,0.6147465,0.3886132,1),(-0.7080378,0.5662137,0.4220006,1),(-0.6430849,0.6837515,0.3448558,1),(-0.7329345,0.5064319,0.4542397,1),(-0.7555733,0.4132685,0.50825,1),(-0.7589831,0.3950109,0.5176011,1),(-0.7430977,0.4693201,0.4770162,1),(-0.7493088,0.439822,0.4950686,1),(-0.7237872,0.5219581,0.4513225,1),(-0.7602816,0.3871357,0.52163,1),(-0.7597927,0.39026,0.5200119,1),(-0.7525712,0.4190929,0.5079347,1),(-0.7346871,0.4835884,0.475791,1),(-0.6736252,0.6323423,0.3825862,1),(-0.6974526,0.5832056,0.4164505,1),(-0.7625744,0.3523202,0.542541,1),(-0.7630494,0.3428584,0.5479085,1),(-0.7626463,0.3563891,0.5397753,1),(-0.7588974,0.3683351,0.5370326,1),(-0.757162,0.3866365,0.5265149,1),(-0.7402974,0.4811635,0.4695119,1),(-0.7159373,0.5433303,0.4384358,1),(-0.7472816,0.4312204,0.5055879,1),(-0.7314045,0.4862656,0.4781144,1),(-0.75339,0.4050851,0.5179861,1),(-0.6820648,0.6114364,0.4011645,1),(-0.636754,0.6829079,0.358024,1),(-0.7078879,0.550061,0.4430886,1),(-0.7431537,0.4534787,0.4920159,1),(-0.7612345,0.3723879,0.5308946,1),(-0.7576682,0.4003769,0.5154001,1),(-0.6950973,0.6013387,0.3939942,1),(-0.6106524,0.7253433,0.3177745,1),(-0.5441391,0.7943876,0.2699279,1),(-0.6508055,0.6726087,0.3522069,1),(-0.4739886,0.8486536,0.2347804,1),(-0.2728498,0.9517435,0.1404897,1),(-0.1648035,0.9811,0.1014035,1),(-0.3851432,0.9036621,0.1872418,1),(-0.285763,0.9477552,0.1417732,1),(-0.4645969,0.8575238,0.2209133,1),(-0.05143601,0.9963883,0.06756244,1),(0.06532197,0.9970429,0.04047902,1),(-0.1772203,0.979046,0.1003082,1),(-0.3723815,0.9118887,0.1726007,1),(-0.5939257,0.7438668,0.3064544,1),(-0.5235689,0.8119771,0.2580094,1),(-0.04134292,0.9976485,0.05466295,1),(0.1836583,0.9829892,0.001405153,1),(0.3008243,0.9536097,-0.01154511,1),(0.07686536,0.9966304,0.02863173,1),(0.4056676,0.9138066,-0.01978325,1),(0.6243948,0.7810578,-0.008941714,1),(0.7081141,0.7060878,0.003785147,1),(0.5112912,0.8591796,-0.0197956,1),(0.6075178,0.7942334,-0.01073935,1),(0.4123364,0.910898,-0.01560785,1),(0.7802983,0.6249169,0.0247672,1),(0.8414804,0.5374476,0.05532496,1),(0.6939363,0.7199892,0.008238385,1),(0.5168303,0.8560294,-0.01000444,1),(0.1944439,0.9808601,0.01025337,1),(0.3094525,0.9509147,0.0005549075,1),(0.7997582,0.599744,0.02634348,1),(0.9089639,0.4093015,0.07910109,1),(0.9407074,0.3227281,0.104481,1),(0.8567826,0.5133942,0.0484779,1),(0.9647766,0.2166382,0.1492447,1),(0.9712328,0.01887461,0.2373828,1),(0.9669951,-0.03391897,0.2525272,1),(0.9749528,0.1411659,0.1718703,1),(0.9777486,0.0751058,0.1958743,1),(0.9617494,0.2394193,0.1331026,1),(0.9620907,-0.07361883,0.2626056,1),(0.9755655,0.01422162,0.2192479,1),(0.957677,-0.1036759,0.2685259,1),(0.9733318,0.1574226,0.1668632,1),(0.9017647,0.4253293,0.07691205,1),(0.9356399,0.3342335,0.1134284,1),(0.9404117,-0.1418789,0.3090245,1),(0.9147456,-0.2245836,0.3358612,1),(0.9338188,-0.1688313,0.3154023,1),(0.9127713,-0.2291817,0.3381187,1),(0.9130707,-0.2369157,0.3319231,1),(0.9367735,-0.1842357,0.2975107,1),(0.91783,-0.2212908,0.329573,1),(0.9463274,-0.1463571,0.2881736,1),(0.9181578,-0.2175174,0.3311682,1),(0.9287211,-0.1902902,0.3182245,1),(0.957489,-0.09631718,0.2719151,1),(0.9437761,-0.1454031,0.2968919,1),(0.9681603,-0.0367193,0.2476236,1),(0.9296513,-0.1912656,0.3149066,1),(0.9323153,-0.1801597,0.3135772,1),(0.9353802,-0.1776354,0.3057934,1),(0.9648015,-0.09008321,0.2470691,1),(0.9799945,0.02233018,0.1977677,1),(0.9725685,-0.02998148,0.2306765,1),(0.9788873,0.1004113,0.1780368,1),(0.9767557,0.1553283,0.1477203,1),(0.9464747,0.3082051,0.09589155,1),(0.9604949,0.2466094,0.1289701,1),(0.9095895,0.4071715,0.08281545,1),(0.9710117,0.1794603,0.1578934,1),(0.936375,0.3324804,0.1125109,1),(0.8662232,0.4941199,0.07418112,1),(0.9089835,0.4053371,0.09721553,1),(0.8246157,0.5610836,0.0720715,1),(0.9577021,0.2533367,0.1364822,1),(0.976839,0.03695608,0.2107599,1),(0.9766958,0.1062934,0.186459,1),(0.8923366,0.4482456,0.05302137,1),(0.8377546,0.5453168,0.02822978,1),(0.8376117,0.5442772,0.04657301,1),(0.7785353,0.6270881,0.02536076,1),(0.7953486,0.6057568,0.02189618,1),(0.7706695,0.6363602,0.03337738,1),(0.7456834,0.6660134,0.01956065,1),(0.7429145,0.6687766,0.02856301,1),(0.7199042,0.6935102,0.02795867,1),(0.6978003,0.7159687,0.02153109,1),(0.7151951,0.6984439,0.02592634,1),(0.6575314,0.752996,0.02548852,1),(0.686882,0.7263888,0.02350668,1),(0.6728205,0.7391673,0.03073046,1),(0.7800651,0.6240312,0.04564568,1),(0.7313815,0.6801507,0.04976089,1),(0.7691075,0.637217,0.04927641,1),(0.7934792,0.6059254,0.0569672,1),(0.7649934,0.642731,0.04101148,1),(0.8047682,0.5917351,0.04687947,1),(0.8409668,0.538177,0.05604002,1),(0.9032946,0.4265917,0.04559077,1),(0.8586699,0.5104818,0.04576274,1),(0.9188861,0.3928001,0.03682902,1),(0.8113348,0.5835106,0.03537547,1),(0.8722388,0.4879033,0.03391127,1),(0.9328052,0.3593858,0.02676526,1),(0.8767141,0.4805577,0.02089329,1),(0.9424976,0.3337467,0.0176438,1),(0.8068307,0.5903656,0.02219652,1),(0.7577576,0.6517211,0.0326036,1),(0.7421818,0.6698053,0.02295281,1),(0.9569598,0.2883209,0.03315163,1),(0.9891118,0.1447566,0.02652355,1),(0.9668905,0.2536202,0.02827863,1),(0.9934819,0.1114648,0.02385926,1),(0.9996595,-0.004788645,0.02565259,1),(0.9865363,-0.1606674,0.03052953,1),(0.9991093,-0.03410862,0.02484327,1),(0.9825476,-0.1834071,0.03101918,1),(0.9971065,-0.07208304,0.02413973,1),(0.9973498,0.06944023,0.02171408,1),(0.9768417,-0.2117161,0.03093079,1),(0.9695936,-0.2426592,0.031698,1),(0.9928422,-0.1166921,0.02544119,1),(0.9995496,0.02077279,0.02165948,1),(0.9766912,0.2133444,0.02363252,1),(0.984992,0.1713895,0.02040357,1),(0.9493285,-0.31178,0.03960519,1),(0.8928166,-0.4474767,0.05141198,1),(0.9438624,-0.3278586,0.0404035,1),(0.8867841,-0.4591519,0.05285328,1),(0.8199525,-0.56854,0.06663425,1),(0.7319074,-0.6762896,0.08332995,1),(0.7238137,-0.6846951,0.08536112,1),(0.8132777,-0.5778641,0.06820761,1),(0.8806224,-0.470778,0.05359201,1),(0.8068466,-0.5867199,0.06898102,1),(0.7153422,-0.6933793,0.08666356,1),(0.80255,-0.5924919,0.06976365,1),(0.707248,-0.7012746,0.08952049,1),(0.8762769,-0.4788397,0.05339986,1),(0.9373882,-0.3458642,0.04100249,1),(0.9312328,-0.3620286,0.04172225,1),(0.643326,-0.7591702,0.0989554,1),(0.5757676,-0.8103389,0.1088239,1),(0.5647965,-0.8177418,0.1109204,1),(0.6335481,-0.7670904,0.1009407,1),(0.5343354,-0.8375362,0.1141004,1),(0.5206158,-0.8460147,0.1149696,1),(0.508644,-0.8529295,0.1174416,1),(0.522672,-0.844561,0.1163211,1),(0.5078941,-0.8529932,0.1201914,1),(0.5512744,-0.8264617,0.1142701,1),(0.4933636,-0.861335,0.1212199,1),(0.4713834,-0.8725973,0.1279523,1),(0.4868681,-0.8643199,0.1261374,1),(0.5328457,-0.8377308,0.1195103,1),(0.6221765,-0.7759612,0.1038303,1),(0.6081948,-0.7864166,0.1079255,1),(0.9226971,-0.1658937,0.3480079,1),(0.9227083,-0.1641695,0.348795,1),(0.9240804,-0.1580858,0.3479717,1),(0.9172844,-0.1979778,0.3455342,1),(0.9190279,-0.1902151,0.3452623,1),(0.916849,-0.2003927,0.3452982,1),(0.926337,-0.1479159,0.3464399,1),(0.9293944,-0.1336569,0.3440378,1),(0.9218386,-0.1772302,0.3446781,1),(0.9255886,-0.1590013,0.3435176,1),(0.914054,-0.2175323,0.3423229,1),(0.9175934,-0.2007801,0.3430885,1),(0.9223019,-0.1772064,0.3434486,1),(0.9147912,-0.2143422,0.342366,1),(0.9206501,-0.1839643,0.3443263,1),(0.9102691,-0.235887,0.3402464,1),(0.9110598,-0.2307676,0.341638,1),(0.9120401,-0.2275,0.3412133,1),(0.9078079,-0.2487075,0.3376821,1),(0.9071307,-0.2529086,0.3363794,1),(0.9330263,-0.1163151,0.3404887,1),(0.9370868,-0.09691291,0.3353746,1),(0.9298604,-0.1377074,0.3411691,1),(0.9344008,-0.1155655,0.3369564,1),(0.9414383,-0.0754318,0.3286395,1),(0.945915,-0.05186488,0.320242,1),(0.9391353,-0.0925661,0.3308419,1),(0.9439685,-0.068707,0.3228048,1),(0.9322711,-0.1256631,0.3392335,1),(0.9371485,-0.1017842,0.3337552,1),(0.9420233,-0.07918335,0.3260707,1),(0.9361402,-0.09838497,0.3375824,1),(0.9406861,-0.07840103,0.3300954,1),(0.9314709,-0.122657,0.3425162,1),(0.9273455,-0.1508106,0.3424711,1),(0.9264152,-0.1512055,0.3448069,1),(0.9495797,-0.02952895,0.312132,1),(0.9518154,-0.01162821,0.3064511,1),(0.9480318,-0.04611031,0.3148168,1),(0.9507039,-0.02678699,0.3089409,1),(0.9529077,0.001854898,0.3032548,1),(0.9530522,0.01094805,0.3026081,1),(0.9522161,-0.01070904,0.3052373,1),(0.9527473,0.002157635,0.3037561,1),(0.9492801,-0.03955393,0.311934,1),(0.9512815,-0.02286208,0.3074746,1),(0.9523806,-0.008199733,0.3048015,1),(0.9503434,-0.03149322,0.3096055,1),(0.9520853,-0.01870161,0.3052604,1),(0.9479245,-0.04568315,0.315202,1),(0.9462476,-0.0583161,0.3181427,1),(0.9447396,-0.06130797,0.3220376,1),(0.952777,0.01696059,0.3031968,1),(0.9525119,0.02114268,0.3037662,1),(0.9527708,0.01230238,0.3034412,1),(0.952652,0.02015942,0.3033939,1),(0.9522818,0.0234892,0.3043149,1),(0.9520963,0.02400111,0.304855,1),(0.9524427,0.02571966,0.3036304,1),(0.9521804,0.02897722,0.304159,1),(0.9530774,0.01498669,0.3023557,1),(0.9529424,0.02345476,0.3022428,1),(0.9525574,0.02982129,0.3028944,1),(0.9538702,0.014131,0.2998868,1),(0.9533385,0.02349127,0.3009883,1),(0.9538594,0.003964942,0.3002273,1),(0.952912,0.004428934,0.3032147,1),(0.9532743,-0.006986023,0.3020255,1),(0.9521219,0.02488833,0.3047039,1),(0.9525343,0.02835703,0.3031077,1),(0.9520876,0.0322362,0.3041218,1),(0.9524175,0.03776024,0.3024485,1),(0.9533073,0.03440087,0.3000363,1),(0.9543781,0.04301463,0.2954863,1),(0.9531272,0.04554316,0.2991226,1),(0.9541477,0.05557545,0.2941316,1),(0.9524294,0.04394445,0.3015742,1),(0.9530288,0.05356177,0.2981062,1),(0.9539839,0.0648701,0.2927569,1),(0.9531989,0.05475037,0.2973457,1),(0.9541354,0.06703551,0.2917739,1),(0.9527203,0.04339359,0.3007344,1),(0.952256,0.03602884,0.3031672,1),(0.9527532,0.03297283,0.3019502,1),(0.9554973,0.04965466,0.290791,1),(0.9564978,0.04980251,0.2874574,1),(0.9552296,0.06333343,0.2890071,1),(0.9562315,0.06433907,0.2854502,1),(0.9574028,0.04345861,0.2854667,1),(0.9580976,0.03060415,0.2848021,1),(0.9571898,0.05859869,0.2834677,1),(0.9580041,0.04608355,0.2830274,1),(0.9559896,0.07563962,0.2834828,1),(0.9569386,0.07093882,0.2814892,1),(0.9577929,0.05948969,0.2812364,1),(0.9569523,0.07664748,0.2799419,1),(0.9577137,0.06720296,0.2797648,1),(0.9560958,0.0797606,0.2819913,1),(0.9550245,0.07362129,0.2872422,1),(0.9551829,0.07656477,0.2859429,1),(0.9584603,0.01629378,0.2847604,1),(0.9586065,0.005623547,0.284679,1),(0.9584914,0.03172205,0.2833512,1),(0.9587077,0.02047983,0.2836549,1),(0.9586543,-0.001388898,0.2845699,1),(0.958671,-0.004741995,0.2844775,1),(0.9587547,0.01238906,0.2839651,1),(0.9587048,0.007460898,0.2843056,1),(0.9586424,0.03440796,0.282526,1),(0.9587188,0.02536235,0.2832227,1),(0.9586478,0.01868288,0.2839815,1),(0.9586102,0.03589595,0.2824498,1),(0.9585403,0.0284515,0.2835333,1),(0.9585235,0.04485626,0.281462,1),(0.9583591,0.04579807,0.2818698,1),(0.9582381,0.0553061,0.2805725,1),(0.9583766,-0.005019249,0.2854628,1),(0.9574358,-0.002798809,0.2886329,1),(0.9582775,0.005557896,0.2857857,1),(0.9571625,0.006537495,0.2894777,1),(0.9558144,0.001919547,0.2939645,1),(0.9534363,0.009141832,0.3014561,1),(0.9553256,0.01039165,0.2953726,1),(0.952694,0.0171202,0.3034486,1),(0.9569722,0.01332316,0.2898736,1),(0.9550681,0.01482933,0.2960152,1),(0.9523931,0.01911211,0.3042733,1),(0.9549627,0.01809469,0.2961737,1),(0.9523432,0.01887613,0.304444,1),(0.9568522,0.01941935,0.2899252,1),(0.9581604,0.01460193,0.2858589,1),(0.9580426,0.02286449,0.2857123,1),(0.9506073,0.01458916,0.310053,1),(0.9478169,0.01395488,0.3185094,1),(0.9497157,0.02221951,0.3123244,1),(0.946987,0.02123117,0.3205696,1),(0.945063,0.007244023,0.326808,1),(0.9422296,-0.005529596,0.334922,1),(0.944511,0.01416325,0.3281742,1),(0.9421818,0.001036927,0.3351007,1),(0.9467378,0.02105076,0.3213167,1),(0.9443245,0.015039,0.3286717,1),(0.9421309,0.004400574,0.3352163,1),(0.9443164,0.01199763,0.3288198,1),(0.9420649,0.00430009,0.3354032,1),(0.9467745,0.01700441,0.321448,1),(0.9494287,0.02241172,0.3131815,1),(0.9494503,0.01930064,0.3133234,1),(0.9398158,-0.02586415,0.3407013,1),(0.9378448,-0.05525978,0.3426273,1),(0.940165,-0.01850089,0.3402167,1),(0.9383597,-0.04487403,0.3427348,1),(0.9355822,-0.09386035,0.3404059,1),(0.9319887,-0.1417145,0.3336376,1),(0.9362725,-0.07815076,0.3424709,1),(0.9332498,-0.1183453,0.3391743,1),(0.9385727,-0.03409437,0.3433931,1),(0.9367408,-0.0628879,0.3443278,1),(0.9342316,-0.09806183,0.3429215,1),(0.9369335,-0.0511055,0.3457512,1),(0.9349092,-0.0822017,0.3452356,1),(0.9385319,-0.02632582,0.3441873,1),(0.9402395,-0.011677,0.3403134,1),(0.940136,-0.007862912,0.3407088,1),(0.9256935,-0.196274,0.3233699,1),(0.9157509,-0.2552554,0.3102339,1),(0.9283553,-0.1650921,0.3330182,1),(0.9205843,-0.2181998,0.3239034,1),(0.9012246,-0.3184695,0.2938899,1),(0.8810837,-0.3854482,0.2740827,1),(0.9088151,-0.2776091,0.3114292,1),(0.891776,-0.3429382,0.2951762,1),(0.9240436,-0.1879684,0.3328836,1),(0.9144176,-0.2428856,0.3238008,1),(0.9002603,-0.3041726,0.3114649,1),(0.9187832,-0.2132553,0.332204,1),(0.9070938,-0.2693754,0.3234464,1),(0.926689,-0.1632529,0.3385204,1),(0.9303096,-0.1396917,0.3391315,1),(0.9317827,-0.1195689,0.3427596,1),(0.8572702,-0.4480721,0.2536121,1),(0.8339333,-0.4989792,0.2357436,1),(0.8706235,-0.4065436,0.2770143,1),(0.8484538,-0.4614385,0.2592306,1),(0.8127581,-0.5390754,0.2209572,1),(0.7949303,-0.5693598,0.2095596,1),(0.8264981,-0.5081618,0.242224,1),(0.8057002,-0.5474058,0.2262607,1),(0.8621976,-0.4214104,0.2811201,1),(0.8410134,-0.4719275,0.2645393,1),(0.8191607,-0.5175321,0.2472576,1),(0.8548823,-0.4335127,0.2850315,1),(0.8334227,-0.4829389,0.2686574,1),(0.8744254,-0.3815654,0.2996468,1),(0.8821753,-0.3655863,0.2968389,1),(0.8919004,-0.3269084,0.3124813,1),(0.7797353,-0.5924542,0.2025115,1),(0.7660761,-0.6105757,0.2008103,1),(0.7858928,-0.580349,0.2134652,1),(0.7669618,-0.6078143,0.2057463,1),(0.7542362,-0.6239316,0.2045416,1),(0.7443389,-0.6326479,0.2138134,1),(0.7493877,-0.6301651,0.2032485,1),(0.7334943,-0.6477016,0.2060795,1),(0.7747587,-0.5927724,0.2199315,1),(0.7534382,-0.6223332,0.2122082,1),(0.7333524,-0.6470426,0.2086391,1),(0.7637209,-0.6040394,0.2277433,1),(0.7409875,-0.6347467,0.2191668,1),(0.7870412,-0.5687439,0.2389489,1),(0.7968673,-0.5579681,0.231677,1),(0.8104736,-0.5284867,0.252655,1),(0.7388361,-0.6339712,0.2284767,1),(0.7399444,-0.6250931,0.2484768,1),(0.7218851,-0.6578741,0.214671,1),(0.7168593,-0.6582332,0.2298734,1),(0.747287,-0.6054916,0.2737555,1),(0.7600183,-0.5743828,0.3040667,1),(0.7183291,-0.64855,0.2517658,1),(0.7258105,-0.6282086,0.280273,1),(0.7059605,-0.6735441,0.2189929,1),(0.7009575,-0.6734809,0.2346959,1),(0.7016836,-0.6643247,0.2575128,1),(0.693416,-0.6841898,0.2259616,1),(0.6870253,-0.6853341,0.241482,1),(0.7046885,-0.6754698,0.217151,1),(0.7168298,-0.6647612,0.2103513,1),(0.7206911,-0.6590931,0.2149431,1),(0.7741429,-0.5379221,0.3336802,1),(0.7868507,-0.5034987,0.3568685,1),(0.7358178,-0.6020238,0.3100633,1),(0.7456036,-0.575622,0.3357597,1),(0.7986818,-0.4716142,0.3737478,1),(0.8101014,-0.4426038,0.3844963,1),(0.7553868,-0.5492694,0.3573429,1),(0.7653726,-0.523174,0.3748251,1),(0.7106112,-0.6327033,0.3077633,1),(0.7166066,-0.6139879,0.3308986,1),(0.7236074,-0.5933414,0.3526164,1),(0.6842243,-0.6631624,0.3034021,1),(0.6870958,-0.6491864,0.3262766,1),(0.6831892,-0.6737583,0.2816066,1),(0.7056357,-0.6494846,0.2832806,1),(0.684094,-0.6811144,0.2609571,1),(0.8221769,-0.4156455,0.3889266,1),(0.8357993,-0.3899301,0.3865152,1),(0.7762358,-0.4973758,0.3873956,1),(0.7886551,-0.472041,0.3939549,1),(0.8509705,-0.3654374,0.377233,1),(0.8675485,-0.3420928,0.3610154,1),(0.8027138,-0.4472157,0.3945234,1),(0.8184149,-0.4228852,0.3890567,1),(0.7416345,-0.548985,0.3854785,1),(0.7530787,-0.5262075,0.3949408,1),(0.7662324,-0.5030791,0.3997494,1),(0.7057713,-0.5959324,0.3830814,1),(0.7153997,-0.5756659,0.3959949,1),(0.6978761,-0.6149573,0.3671463,1),(0.7318454,-0.5713866,0.3713756,1),(0.6916717,-0.6327226,0.3482132,1),(0.8846244,-0.3199567,0.3392155,1),(0.9014863,-0.2990837,0.312844,1),(0.8353916,-0.3988188,0.3782387,1),(0.85339,-0.3748007,0.3622843,1),(0.9178793,-0.2794269,0.2818121,1),(0.9334692,-0.2609091,0.2460928,1),(0.87215,-0.3507403,0.3410801,1),(0.8913178,-0.3265404,0.3145217,1),(0.7986768,-0.4539138,0.3950667,1),(0.818037,-0.4273086,0.3849972,1),(0.8390872,-0.3991738,0.3695849,1),(0.7608858,-0.5024552,0.4105989,1),(0.781814,-0.4730508,0.4061894,1),(0.7426814,-0.5292488,0.4102682,1),(0.7813343,-0.479128,0.3999411,1),(0.7274637,-0.5536048,0.4053619,1),(0.9472484,-0.2446413,0.2070533,1),(0.9584215,-0.2322166,0.1658422,1),(0.9097583,-0.3036362,0.2830988,1),(0.9264526,-0.2840184,0.2470204,1),(0.9669343,-0.2236543,0.1225431,1),(0.9726827,-0.2189071,0.07725385,1),(0.9411656,-0.2676585,0.2063156,1),(0.9535685,-0.2544958,0.161056,1),(0.8819788,-0.345412,0.3206307,1),(0.9024592,-0.321873,0.2862956,1),(0.9217072,-0.3004355,0.2453451,1),(0.8528687,-0.3848777,0.3528232,1),(0.8775267,-0.3572105,0.3199179,1),(0.8283917,-0.4133138,0.3780724,1),(0.8607448,-0.3711545,0.3483716,1),(0.8046001,-0.4426612,0.3958152,1),(0.9756573,-0.2170096,0.03161666,1),(0.976,-0.2173804,-0.01303359,1),(0.9630793,-0.244288,0.1131455,1),(0.9693089,-0.2373361,0.0641249,1),(0.9738406,-0.2200477,-0.05668975,1),(0.9692812,-0.2249942,-0.09935673,1),(0.9722301,-0.2336061,0.01403308,1),(0.9717585,-0.2330468,-0.03707913,1),(0.9519041,-0.2669846,0.1503252,1),(0.9616993,-0.2560928,0.09772819,1),(0.9676058,-0.2489786,0.04181846,1),(0.9383097,-0.2918953,0.1853973,1),(0.951924,-0.2775972,0.1295393,1),(0.9210882,-0.3098704,0.2357478,1),(0.9385116,-0.2817455,0.1995382,1),(0.9007258,-0.3316152,0.2805786,1),(0.963444,-0.2306839,-0.1362373,1),(0.9580548,-0.2358933,-0.1627429,1),(0.9685338,-0.2342546,-0.08406551,1),(0.9639583,-0.2363863,-0.1220895,1),(0.9538914,-0.2408529,-0.1791118,1),(0.9514231,-0.2456844,-0.1855619,1),(0.9589859,-0.2396686,-0.1513438,1),(0.954313,-0.2442841,-0.1720809,1),(0.9682236,-0.2427716,-0.06004258,1),(0.9645671,-0.2436036,-0.10133,1),(0.9593003,-0.2472812,-0.1363636,1),(0.9661773,-0.2559235,-0.03169408,1),(0.9632871,-0.2565696,-0.07905672,1),(0.9656135,-0.2592946,0.01889553,1),(0.9695372,-0.2446335,-0.01233532,1),(0.9610705,-0.2665701,0.07268986,1),(0.9504395,-0.2507096,-0.1838737,1),(0.9506291,-0.2557792,-0.1757306,1),(0.9505377,-0.249753,-0.1846655,1),(0.9481723,-0.2551507,-0.1893866,1),(0.9518349,-0.2608912,-0.1610782,1),(0.9537912,-0.2659537,-0.1398241,1),(0.9473181,-0.2605367,-0.1863036,1),(0.9479081,-0.265911,-0.1753893,1),(0.9488503,-0.2576073,-0.182542,1),(0.9454083,-0.262844,-0.1926556,1),(0.9435431,-0.2682836,-0.1942947,1),(0.947584,-0.2663368,-0.1764911,1),(0.9432219,-0.271027,-0.1920341,1),(0.9527827,-0.2624992,-0.152641,1),(0.9536306,-0.2524752,-0.1638439,1),(0.9582751,-0.259324,-0.1202485,1),(0.9559283,-0.2712173,-0.1124376,1),(0.957684,-0.2766516,-0.07940489,1),(0.9496999,-0.2711434,-0.1566892,1),(0.9523596,-0.275785,-0.1302062,1),(0.9585172,-0.2821219,-0.04064365,1),(0.9577962,-0.2874228,0.003838983,1),(0.9553074,-0.2796632,-0.0957929,1),(0.957769,-0.2825416,-0.05337227,1),(0.9457257,-0.277199,-0.1695984,1),(0.9494889,-0.2796387,-0.1423832,1),(0.9541077,-0.2804354,-0.1050456,1),(0.9438818,-0.2800145,-0.1751544,1),(0.9488227,-0.2797514,-0.1465421,1),(0.940996,-0.2785533,-0.1921839,1),(0.9435883,-0.2733665,-0.1868472,1),(0.9407223,-0.2755373,-0.1977893,1),(0.9555818,-0.2906545,0.04881853,1),(0.9524979,-0.2912195,0.08910034,1),(0.9588097,-0.2839459,-0.007668097,1),(0.9579842,-0.2844827,0.03654836,1),(0.9490805,-0.2893052,0.1246938,1),(0.9457889,-0.2850303,0.1556958,1),(0.9554799,-0.2842203,0.07922795,1),(0.9514804,-0.2831953,0.1203558,1),(0.9598163,-0.2800864,-0.01744074,1),(0.9595469,-0.2801152,0.02837828,1),(0.9569661,-0.2802155,0.07546652,1),(0.9602396,-0.278119,-0.02428052,1),(0.9602262,-0.2781057,0.02495688,1),(0.957989,-0.2783111,-0.06928042,1),(0.9579484,-0.2801787,-0.06192655,1),(0.9540245,-0.2788087,-0.1100135,1),(0.9442995,-0.2781632,0.1758514,1),(0.9466634,-0.2680048,0.1788902,1),(0.9479045,-0.2799648,0.1519764,1),(0.9474869,-0.2731684,0.1662762,1),(0.9529131,-0.2545661,0.1647805,1),(0.962172,-0.2375867,0.1333323,1),(0.9508606,-0.2630028,0.1633819,1),(0.9577593,-0.249365,0.1432277,1),(0.9515902,-0.2739747,0.1393331,1),(0.9523474,-0.26676,0.1478972,1),(0.9560663,-0.2569926,0.1410394,1),(0.9556822,-0.2684411,0.1208758,1),(0.9565979,-0.2621026,0.1273688,1),(0.9565114,-0.2733783,0.1017358,1),(0.9534771,-0.2785671,0.1152472,1),(0.9584149,-0.2767106,0.06980053,1),(0.9704586,-0.2208818,0.09706444,1),(0.9755672,-0.2087597,0.06847002,1),(0.9650536,-0.235318,0.1153123,1),(0.9705154,-0.2239813,0.08906351,1),(0.9783446,-0.2014277,0.04763165,1),(0.9793987,-0.1989566,0.03456118,1),(0.9743822,-0.2154348,0.0645529,1),(0.9768677,-0.2097154,0.04182063,1),(0.9658974,-0.2371684,0.1038911,1),(0.970281,-0.2286721,0.07914417,1),(0.9739652,-0.2210505,0.05028544,1),(0.9667575,-0.2400194,0.08815039,1),(0.9711037,-0.2317227,0.05711538,1),(0.9625362,-0.2477651,0.1101662,1),(0.9610853,-0.246597,0.1245192,1),(0.9590326,-0.2550946,0.1232199,1),(0.9791361,-0.2006966,0.03183276,1),(0.9776195,-0.2061148,0.04215083,1),(0.9778848,-0.2073361,0.02744221,1),(0.9775018,-0.2090593,0.0280056,1),(0.9743742,-0.2151723,0.06554121,1),(0.9683842,-0.2276547,0.1020068,1),(0.975665,-0.2149051,0.04351705,1),(0.9716077,-0.2247242,0.07400892,1),(0.976559,-0.2143929,0.01918624,1),(0.9757643,-0.2171963,0.02664121,1),(0.9733265,-0.2240316,0.04945035,1),(0.975033,-0.2215788,0.01461201,1),(0.9738163,-0.2254905,0.0289141,1),(0.9750884,-0.2213391,0.01454163,1),(0.976083,-0.2157071,0.02706417,1),(0.9739913,-0.2247595,0.02870565,1),(0.9589784,-0.2426929,0.1464945,1),(0.9460307,-0.2595664,0.1940397,1),(0.9645317,-0.2377307,0.1147286,1),(0.953908,-0.2532418,0.1610228,1),(0.9288974,-0.2781385,0.2445172,1),(0.9069204,-0.2981522,0.2976587,1),(0.9387566,-0.2710339,0.2127831,1),(0.9180118,-0.2907591,0.2696542,1),(0.96035,-0.2480597,0.1272567,1),(0.9476408,-0.2645564,0.1788488,1),(0.9288379,-0.2834936,0.2385195,1),(0.9549944,-0.2592035,0.1442195,1),(0.9387419,-0.2768492,0.2052267,1),(0.9650602,-0.2444518,0.09435146,1),(0.9684801,-0.2344606,0.08410939,1),(0.9708399,-0.2331112,0.05593566,1),(0.8794104,-0.3194214,0.3529976,1),(0.8454642,-0.3419835,0.4101678,1),(0.8909258,-0.3120435,0.3299699,1),(0.8567237,-0.3349227,0.3922389,1),(0.8040679,-0.3655516,0.4688783,1),(0.7542325,-0.389632,0.5285076,1),(0.8142405,-0.3590564,0.4561698,1),(0.7623132,-0.3839083,0.5210499,1),(0.8693624,-0.3272574,0.3702857,1),(0.8266,-0.3517183,0.4393479,1),(0.7733321,-0.3771613,0.5096142,1),(0.8407845,-0.3438565,0.4181435,1),(0.7870363,-0.3696481,0.4938968,1),(0.8828901,-0.3193703,0.3442495,1),(0.9029903,-0.3043878,0.3032435,1),(0.9150041,-0.2968875,0.2731763,1),(0.6981649,-0.4121031,0.5854373,1),(0.6390564,-0.4314254,0.6367725,1),(0.7035422,-0.4070979,0.5824943,1),(0.6417857,-0.4270032,0.6370081,1),(0.5772621,-0.4478307,0.6828002,1),(0.5129592,-0.4614789,0.7238162,1),(0.5776051,-0.4439428,0.6850453,1),(0.5112833,-0.4582032,0.7270758,1),(0.6482761,-0.4215261,0.6340771,1),(0.581613,-0.4391643,0.6847342,1),(0.5127983,-0.4542741,0.728473,1),(0.5892569,-0.4335366,0.6817788,1),(0.5175213,-0.4496877,0.7279786,1),(0.6584362,-0.4150957,0.6278195,1),(0.7124249,-0.4009915,0.5758964,1),(0.7246481,-0.3939477,0.5654117,1),(0.4603692,-0.4689785,0.7537369,1),(0.4354731,-0.4681641,0.7688858,1),(0.4571134,-0.4661896,0.7574396,1),(0.4312007,-0.46557,0.7728587,1),(0.4392032,-0.4603936,0.7714521,1),(0.4712107,-0.4454792,0.7612548,1),(0.4345144,-0.4577595,0.7756633,1),(0.4667086,-0.4425995,0.765695,1),(0.4287571,-0.4627583,0.7759008,1),(0.431014,-0.4551128,0.7791658,1),(0.4628129,-0.4399443,0.7695799,1),(0.4287499,-0.452267,0.7820665,1),(0.4595516,-0.4372818,0.7730439,1),(0.4281878,-0.4596151,0.7780804,1),(0.4563649,-0.462985,0.7598526,1),(0.4581593,-0.4593102,0.7610021,1),(0.5362884,-0.4227391,0.7305383,1),(0.6477212,-0.3863681,0.6566406,1),(0.5322407,-0.4197747,0.7351931,1),(0.6434564,-0.3822249,0.6632255,1),(0.8136669,-0.3091549,0.4923103,1),(0.9766699,-0.1462097,0.1572845,1),(0.8066595,-0.3069931,0.5050305,1),(0.9695832,-0.1554074,0.1890951,1),(0.6386787,-0.3796958,0.6692688,1),(0.7989016,-0.3067608,0.5173528,1),(0.9615271,-0.1642204,0.220221,1),(0.7905663,-0.3069512,0.5298923,1),(0.9526007,-0.1727066,0.2504485,1),(0.6335032,-0.3775338,0.6753828,1),(0.5282761,-0.4170381,0.7395968,1),(0.5243939,-0.4144806,0.7437856,1),(0.974522,0.04047264,-0.2206099,1),(0.8731094,0.1545705,-0.4623721,1),(0.9847778,0.02052541,-0.172602,1),(0.8975213,0.1359286,-0.4194983,1),(0.7609054,0.2188265,-0.6108502,1),(0.6514139,0.2534113,-0.7151522,1),(0.6669977,0.2409525,-0.7050219,1),(0.7865056,0.201,-0.5839589,1),(0.9191429,0.1160991,-0.376427,1),(0.810933,0.1848968,-0.5551585,1),(0.6827933,0.2292236,-0.6937218,1),(0.6987262,0.2180296,-0.6813551,1),(0.8339844,0.1691104,-0.5252351,1),(0.9379274,0.09691814,-0.3330148,1),(0.9921191,0.001813769,-0.1252849,1),(0.9967321,-0.01589401,-0.07919998,1),(0.5794727,0.2640882,-0.7710181,1),(0.5926068,0.2544619,-0.7642424,1),(0.581991,0.2484871,-0.7743001,1),(0.5802532,0.2551825,-0.7734263,1),(0.699591,0.2210857,-0.6794803,1),(0.8782028,0.136721,-0.4583308,1),(0.6813287,0.2193379,-0.6983424,1),(0.8592954,0.1433607,-0.4909777,1),(0.663698,0.2178708,-0.7155678,1),(0.5723763,0.2431296,-0.7831178,1),(0.8395908,0.1498596,-0.5221392,1),(0.6469838,0.2167849,-0.7310379,1),(0.8193717,0.1563225,-0.5515372,1),(0.5639821,0.238425,-0.7906187,1),(0.5818631,0.2470288,-0.7748626,1),(0.5844139,0.2395383,-0.7752947,1),(0.976495,0.05648755,-0.2080065,1),(0.9932057,0.04218242,-0.1084577,1),(0.9654576,0.06995186,-0.2509949,1),(0.9866205,0.05705468,-0.1527241,1),(0.9846779,0.0922015,-0.1480148,1),(0.9235716,0.2044989,-0.3243388,1),(0.9122986,0.2095679,-0.3518416,1),(0.9766514,0.1045943,-0.1876489,1),(0.9671786,0.1157956,-0.2261794,1),(0.9779296,0.07418688,-0.1953204,1),(0.9013086,0.2130601,-0.3771579,1),(0.8908625,0.2150252,-0.4001602,1),(0.9564824,0.1258407,-0.2632598,1),(0.9672154,0.08575837,-0.2390397,1),(0.9524245,0.08410101,-0.2929412,1),(0.9374613,0.09505162,-0.3348605,1),(0.8215884,0.299064,-0.4853382,1),(0.7923403,0.3184787,-0.520354,1),(0.7885771,0.315857,-0.5276178,1),(0.8131549,0.2977688,-0.5001127,1),(0.8575643,0.2685616,-0.4387004,1),(0.9767256,0.1139863,-0.1816974,1),(0.9804196,0.1100998,-0.1632645,1),(0.8588355,0.2663311,-0.4375721,1),(0.8622169,0.2627038,-0.4330921,1),(0.7873881,0.3116283,-0.5318907,1),(0.9843,0.1056029,-0.1414268,1),(0.9881495,0.1005117,-0.1160082,1),(0.8677678,0.2575374,-0.4250336,1),(0.7889154,0.3056834,-0.5330762,1),(0.806688,0.2948408,-0.5121753,1),(0.8023635,0.2902522,-0.521504,1),(0.9856504,-0.07932981,0.1489967,1),(0.8986337,-0.2065387,0.3870391,1),(0.8835441,-0.2073535,0.4199457,1),(0.9795507,-0.08438273,0.1826474,1),(0.7820452,-0.2824118,0.5555618,1),(0.6486838,-0.3255547,0.6879125,1),(0.6414325,-0.313271,0.7003039,1),(0.7665275,-0.276738,0.5795271,1),(0.7505797,-0.2702758,0.602977,1),(0.8670327,-0.2071736,0.4531373,1),(0.6346833,-0.3006821,0.7118759,1),(0.6286521,-0.2878052,0.7224712,1),(0.7343076,-0.2629443,0.6258215,1),(0.8490945,-0.2058284,0.4864907,1),(0.9718276,-0.08891043,0.2182799,1),(0.962276,-0.09272467,0.2557869,1),(0.5356437,-0.344146,0.7711351,1),(0.4993048,-0.3465546,0.7940999,1),(0.5167614,-0.3264968,0.7914275,1),(0.5414663,-0.3271307,0.7744673,1),(0.545055,-0.3374545,0.7674891,1),(0.6678666,-0.3107533,0.6763037,1),(0.7022793,-0.2826356,0.6533917,1),(0.5723836,-0.3141098,0.7574378,1),(0.6013345,-0.2894428,0.7447279,1),(0.5357172,-0.3059242,0.7870308,1),(0.7376857,-0.2520651,0.6263251,1),(0.773706,-0.2188003,0.5945632,1),(0.6319607,-0.2634373,0.7288528,1),(0.5564252,-0.2849227,0.7805191,1),(0.548411,-0.3099577,0.7766411,1),(0.5567741,-0.2927302,0.7773748,1),(0.805037,-0.2531603,0.5364935,1),(0.9108228,-0.1589826,0.3809548,1),(0.9368865,-0.1172805,0.3293764,1),(0.8391622,-0.2187913,0.497933,1),(0.9799374,-0.01979817,0.1983198,1),(0.9853011,0.1696536,-0.01998232,1),(0.9695079,0.2287365,-0.08794356,1),(0.9901619,0.03037181,0.1365908,1),(0.9940729,0.08292733,0.0702993,1),(0.9595565,-0.07225907,0.2720844,1),(0.9446054,0.2879492,-0.1574986,1),(0.909977,0.3468028,-0.2273098,1),(0.990458,0.1378145,4.286727e-5,1),(0.9776125,-0.02366382,0.2090786,1),(0.8724471,-0.1811369,0.4539003,1),(0.9040005,-0.1398566,0.4040091,1),(0.9027361,0.3669673,-0.2245047,1),(0.7519976,0.5438648,-0.3724386,1),(0.6794846,0.5966196,-0.4270196,1),(0.8555842,0.4283929,-0.2906115,1),(0.5289221,0.7079754,-0.4679875,1),(0.2116308,0.8415341,-0.4970239,1),(0.131704,0.8513129,-0.5078586,1),(0.4432038,0.7420559,-0.5029148,1),(0.3547543,0.7693133,-0.5313253,1),(0.5992581,0.6436368,-0.4760478,1),(0.05476196,0.8558763,-0.5142733,1),(-0.01732944,0.8557193,-0.5171501,1),(0.265666,0.7897317,-0.5529423,1),(0.5129054,0.6843496,-0.5182602,1),(0.7984192,0.4868228,-0.3543028,1),(0.7317528,0.5414908,-0.4139149,1),(-0.1008342,0.8821549,-0.4600382,1),(-0.2911265,0.8629816,-0.4129264,1),(-0.3282743,0.8535242,-0.4046387,1),(-0.1597357,0.8761849,-0.4547354,1),(-0.3880981,0.8396708,-0.3799116,1),(-0.4222987,0.8299459,-0.364491,1),(-0.4145,0.8291383,-0.3751259,1),(-0.4043371,0.833066,-0.3775082,1),(-0.4134077,0.8287369,-0.3772124,1),(-0.3582996,0.8448333,-0.3973388,1),(-0.3990954,0.8306478,-0.3882617,1),(-0.3750599,0.8342466,-0.4041814,1),(-0.4143903,0.8269131,-0.3801256,1),(-0.3802483,0.8374311,-0.3925814,1),(-0.2122973,0.8683071,-0.4482997,1),(-0.2572248,0.8591737,-0.4423304,1),(-0.4031141,0.8387232,-0.3661181,1),(-0.3224742,0.8645827,-0.3853663,1),(-0.2694032,0.8693819,-0.4142427,1),(-0.3709477,0.8429443,-0.3896699,1),(-0.158168,0.8943086,-0.418563,1),(0.111111,0.8867546,-0.4486878,1),(0.1953696,0.8686305,-0.4553152,1),(-0.08629492,0.8923848,-0.4429475,1),(-0.00669359,0.8854897,-0.4646109,1),(-0.207138,0.8720996,-0.4433239,1),(0.2823125,0.8441737,-0.4557085,1),(0.3699034,0.8135663,-0.4486439,1),(0.07983624,0.8727698,-0.481559,1),(-0.1352834,0.8716933,-0.4710088,1),(-0.3301702,0.8477355,-0.4151289,1),(-0.2798183,0.8523817,-0.4417546,1),(0.398195,0.8091013,-0.4321988,1),(0.6290995,0.6912368,-0.3555636,1),(0.6978272,0.6402394,-0.32114,1),(0.4814043,0.7716289,-0.4157387,1),(0.813334,0.5382477,-0.220856,1),(0.9408442,0.3381566,-0.02150171,1),(0.9552015,0.2952042,0.0210839,1),(0.8569892,0.484025,-0.1768882,1),(0.8927932,0.4315293,-0.1292391,1),(0.7592943,0.587454,-0.2799463,1),(0.9644701,0.2564206,0.06360612,1),(0.9692206,0.2225415,0.1052933,1),(0.9205875,0.3824297,-0.0791584,1),(0.8121651,0.5348561,-0.2330594,1),(0.5612376,0.7292818,-0.3913572,1),(0.6354882,0.6834705,-0.3591976,1),(0.9755271,0.1299311,0.1773833,1),(0.9512264,-0.01858972,0.3079328,1),(0.9422635,-0.02589802,0.3338694,1),(0.9714673,0.1066957,0.2118186,1),(0.915194,-0.1108389,0.387472,1),(0.8856835,-0.1616621,0.4352358,1),(0.8856028,-0.1466428,0.4406855,1),(0.9084184,-0.1062199,0.404343,1),(0.9035941,-0.0972556,0.417204,1),(0.9340377,-0.0283822,0.3560449,1),(0.8876939,-0.128145,0.4422424,1),(0.8917643,-0.1065712,0.4397717,1),(0.900825,-0.08442052,0.4258961,1),(0.9269257,-0.02645258,0.3743114,1),(0.9658501,0.08837307,0.243565,1),(0.9592859,0.07488669,0.272328,1),(0.8710381,-0.1818376,0.4563197,1),(0.8771003,-0.1756374,0.4470421,1),(0.8901687,-0.1440578,0.4322579,1),(0.8788863,-0.157539,0.4502671,1),(0.902826,-0.1421033,0.4058472,1),(0.9412121,-0.07920235,0.3284001,1),(0.952495,-0.03830055,0.3021362,1),(0.9172327,-0.1048922,0.3842938,1),(0.9309918,-0.06576748,0.3590665,1),(0.9037377,-0.1102932,0.4136346,1),(0.96207,0.004298722,0.2727685,1),(0.9695024,0.04881293,0.2401718,1),(0.943592,-0.02480589,0.3301798,1),(0.9172856,-0.07457342,0.3911851,1),(0.8882503,-0.1305995,0.4404036,1),(0.8987119,-0.1013484,0.4266677,1),(0.9720814,0.00220936,0.2346332,1),(0.9854727,0.08718318,0.1457486,1),(0.9780869,0.04414057,0.2034638,1),(0.9844693,0.1336677,0.1138121,1),(0.9822223,0.1768719,0.06289432,1),(0.962175,0.2721123,-0.01319818,1),(0.9731396,0.2281975,0.03041798,1),(0.9433447,0.3286057,-0.04603248,1),(0.9799169,0.1822972,0.08081211,1),(0.9595715,0.2814462,-0.003218757,1),(0.9185185,0.3872855,-0.0795835,1),(0.9407706,0.3368914,-0.03814027,1),(0.8868088,0.4479618,-0.1135801,1),(0.9713729,0.2331,0.04581704,1),(0.9810371,0.08938316,0.1719796,1),(0.9809796,0.1366771,0.1378356,1),(0.9234231,0.3753313,-0.08010186,1),(0.8609071,0.4904086,-0.1354189,1),(0.8930483,0.4358996,-0.1116071,1),(0.8174422,0.5529608,-0.1613153,1),(0.7662698,0.6176034,-0.1771912,1),(0.6299143,0.7490258,-0.2053497,1),(0.5561526,0.8025959,-0.2157174,1),(0.7083499,0.6781085,-0.1959828,1),(0.641722,0.7360136,-0.2155847,1),(0.7653378,0.6160735,-0.1863097,1),(0.4747494,0.8516831,-0.2219212,1),(0.386451,0.894945,-0.2230004,1),(0.566186,0.791464,-0.2302569,1),(0.7041801,0.6775954,-0.2121198,1),(0.8548891,0.4990934,-0.14167,1),(0.8083733,0.5629953,-0.1719559,1),(0.4640455,0.8602718,-0.2111734,1),(0.2869847,0.9391996,-0.1885309,1),(0.1918174,0.9657722,-0.1746143,1),(0.3766283,0.9023862,-0.2094043,1),(0.09671686,0.9858921,-0.136611,1),(-0.1082658,0.992668,-0.05374611,1),(-0.197755,0.9801032,-0.0170447,1),(0.0005980154,0.993831,-0.1109039,1),(-0.09431265,0.9923577,-0.07956866,1),(0.09446258,0.9834418,-0.1546576,1),(-0.2826041,0.9589358,0.02402204,1),(-0.3613501,0.9298843,0.06885782,1),(-0.1861831,0.9815826,-0.04279371,1),(-0.003265789,0.9917139,-0.1284238,1),(0.2839764,0.937292,-0.202092,1),(0.1875315,0.9639812,-0.1886059,1),(-0.3006755,0.9526295,0.04573116,1),(-0.4546268,0.8784382,0.1471758,1),(-0.5159814,0.8346598,0.1926301,1),(-0.3776254,0.9215983,0.08975326,1),(-0.5735906,0.7798152,0.2507629,1),(-0.6614868,0.6589364,0.3581032,1),(-0.6882213,0.6109308,0.3912992,1),(-0.6176949,0.7300824,0.292289,1),(-0.6530781,0.6811038,0.3310388,1),(-0.5685104,0.7874942,0.2380102,1),(-0.7079756,0.5685089,0.4190088,1),(-0.7216021,0.5342956,0.4402484,1),(-0.6801333,0.6352254,0.3659334,1),(-0.6119447,0.7388316,0.2822258,1),(-0.4471881,0.8840129,0.1361767,1),(-0.5084539,0.8411794,0.1840973,1),(-0.7153121,0.5384415,0.4454317,1),(-0.7417951,0.4528153,0.49467,1),(-0.7458562,0.4317307,0.5072546,1),(-0.7279689,0.500653,0.4684101,1),(-0.7536432,0.4082545,0.5151215,1),(-0.7573934,0.4048018,0.5123385,1),(-0.7522589,0.4308595,0.4984643,1),(-0.7527407,0.4085557,0.5162012,1),(-0.7495951,0.4212824,0.5105178,1),(-0.7474286,0.4225022,0.5126815,1),(-0.7430323,0.4683164,0.4781032,1),(-0.7277947,0.5169928,0.4505923,1),(-0.7434074,0.4476874,0.4969118,1),(-0.7466986,0.4272043,0.5098407,1),(-0.7362749,0.4725754,0.4843262,1),(-0.7410322,0.4567415,0.4921975,1),(-0.7506477,0.4400076,0.4928705,1),(-0.7265924,0.5119975,0.4581724,1),(-0.7013928,0.5780771,0.416983,1),(-0.7383108,0.4900125,0.4634492,1),(-0.6744912,0.6202525,0.4004353,1),(-0.5785374,0.7545673,0.3097137,1),(-0.5071288,0.8224167,0.2577817,1),(-0.629407,0.693178,0.3512135,1),(-0.5715403,0.7647784,0.2974147,1),(-0.6654106,0.6485373,0.3696325,1),(-0.4233935,0.8825387,0.2046051,1),(-0.3288923,0.931909,0.1528905,1),(-0.500393,0.8314601,0.2414144,1),(-0.6167185,0.7202865,0.317562,1),(-0.7184827,0.5486326,0.4275333,1),(-0.6887699,0.6140265,0.3854446,1),(-0.4395864,0.8737059,0.208331,1),(-0.2685095,0.954896,0.126792,1),(-0.155569,0.9841713,0.08488147,1),(-0.3433817,0.9256253,0.1590813,1),(-0.06131246,0.9960335,0.06448428,1),(0.183387,0.9828112,0.02124227,1),(0.2997477,0.953969,0.009716816,1),(0.05882971,0.997652,0.03506579,1),(0.1789314,0.9837773,0.01287979,1),(-0.03745009,0.9981179,0.04855986,1),(0.4104973,0.9118447,0.005595848,1),(0.512063,0.8589057,0.008512194,1),(0.2947605,0.9555703,-0.001286951,1),(0.08168935,0.9964656,0.01957418,1),(-0.2376627,0.9648097,0.1125107,1),(-0.1257329,0.9895203,0.07099865,1),(0.4200041,0.9075221,5.197825e-6,1),(0.6130003,0.790064,0.005417211,1),(0.6989773,0.7145687,0.028673,1),(0.5236286,0.8519139,0.007465951,1),(0.7698516,0.6371364,0.03722719,1),(0.8911687,0.4434625,0.09570559,1),(0.9278616,0.344707,0.1423019,1),(0.8337336,0.5472603,0.07344819,1),(0.8837149,0.454147,0.1131298,1),(0.7723713,0.6325943,0.05715691,1),(0.9504293,0.2461767,0.1899506,1),(0.9600247,0.1543846,0.2334913,1),(0.9192078,0.3630973,0.152373,1),(0.8315127,0.5484595,0.08819767,1),(0.6172432,0.7864793,0.02147631,1),(0.6982601,0.7146975,0.04049869,1),(0.9579148,0.2393719,0.1584307,1),(0.9747689,0.07755,0.2093122,1),(0.9686553,-0.002765363,0.2483933,1),(0.9676223,0.1431562,0.2078781,1),(0.9685851,-0.04190726,0.2451256,1),(0.9537273,-0.1247391,0.273577,1),(0.9587084,-0.09422197,0.2683287,1),(0.9511585,-0.1370865,0.276595,1),(0.9549493,-0.07438678,0.287295,1),(0.9467639,-0.1359258,0.2918259,1),(0.9506044,-0.1396781,0.2772024,1),(0.9359199,-0.1659846,0.3106493,1),(0.9524966,-0.1312338,0.2748232,1),(0.9377131,-0.1330487,0.3209241,1),(0.9653045,0.05135556,0.256027,1),(0.9535569,-0.02820875,0.2998893,1),(0.9423718,-0.1635804,0.2918504,1),(0.9450663,-0.151851,0.2894668,1),(0.9519745,-0.1384818,0.27307,1),(0.9612026,-0.1004117,0.256918,1),(0.9601262,-0.08834626,0.2652406,1),(0.9761451,0.02962574,0.2150883,1),(0.9739003,-0.02097669,0.2260051,1),(0.9789824,0.1007976,0.1772941,1),(0.9747662,-0.03816403,0.2199419,1),(0.9816176,0.05501045,0.1827586,1),(0.9746732,0.1762252,0.1376844,1),(0.9803547,0.1386614,0.1402778,1),(0.9610029,0.2568386,0.1025055,1),(0.9828614,0.03380274,0.1812208,1),(0.9625831,-0.1026297,0.2508008,1),(0.97247,-0.05596441,0.226208,1),(0.9720008,0.1742296,0.1576658,1),(0.9413235,0.3178638,0.1134571,1),(0.9623676,0.2403124,0.1268803,1),(0.9222005,0.3754291,0.09273286,1),(0.8827717,0.4620571,0.08495449,1),(0.7933037,0.6047281,0.07051963,1),(0.7732071,0.6311114,0.06204147,1),(0.8592514,0.5062709,0.07332692,1),(0.8362348,0.5450858,0.05994162,1),(0.8999151,0.429823,0.07351858,1),(0.7539458,0.6540313,0.06171414,1),(0.7285877,0.6818169,0.06546449,1),(0.8074471,0.5874868,0.05374494,1),(0.8724505,0.4854942,0.05590693,1),(0.9466558,0.3069322,0.09816059,1),(0.9240451,0.3754805,0.07179838,1),(0.7009177,0.7113097,0.05246695,1),(0.6434243,0.764576,0.03779715,1),(0.6283813,0.7764794,0.04708213,1),(0.6846927,0.7265908,0.05711116,1),(0.629265,0.7767337,0.02665343,1),(0.6589627,0.7519917,0.0166326,1),(0.6337712,0.7734243,0.01219811,1),(0.6110874,0.790884,0.03278233,1),(0.5999802,0.7990623,0.03903017,1),(0.6194015,0.7830395,0.05648933,1),(0.6150914,0.7883624,0.01213756,1),(0.60786,0.7939458,0.01249641,1),(0.5909594,0.8052503,0.04836265,1),(0.6064153,0.7921256,0.06926333,1),(0.6725325,0.7372651,0.06434536,1),(0.6536897,0.7530168,0.07520153,1),(0.7166395,0.6973462,0.01167632,1),(0.7890953,0.6142248,0.007511642,1),(0.6867286,0.7269114,-0.001879473,1),(0.7635626,0.6456901,-0.007524354,1),(0.870825,0.4915404,0.007191521,1),(0.9478926,0.3184404,0.009768314,1),(0.8589931,0.5119081,-0.009006697,1),(0.9514176,0.3078755,0.004136884,1),(0.7432511,0.668494,-0.02633156,1),(0.8508325,0.5249007,-0.02373435,1),(0.9568737,0.2905043,0.0003885996,1),(0.9674762,0.2529238,-0.00440694,1),(0.8582981,0.5121401,-0.03220158,1),(0.7429671,0.6683515,-0.03614004,1),(0.6629084,0.7485936,-0.01264993,1),(0.6576225,0.7530679,-0.02053065,1),(0.9914411,0.1290995,0.01943579,1),(0.9991604,-0.03289651,0.02441945,1),(0.9955474,-0.08957171,0.02936192,1),(0.9961873,0.08480547,0.02046235,1),(0.9857774,-0.1655292,0.0290351,1),(0.9613358,-0.2730464,0.03576396,1),(0.9527955,-0.301368,0.03685078,1),(0.9760081,-0.2150454,0.03411429,1),(0.9646602,-0.2599844,0.04288134,1),(0.9886142,-0.1462582,0.03536319,1),(0.9451421,-0.3243876,0.03845786,1),(0.9533457,-0.2983911,0.04576997,1),(0.9394014,-0.3408918,0.03630157,1),(0.9791359,-0.1990009,0.04112742,1),(0.9990978,0.03572783,0.02296227,1),(0.9994652,-0.01953104,0.02623107,1),(0.9265617,-0.3738385,0.04157111,1),(0.8751534,-0.4810255,0.05216252,1),(0.9238804,-0.3807473,0.03842698,1),(0.8775936,-0.4768342,0.04958383,1),(0.8017429,-0.5935985,0.06963557,1),(0.7002425,-0.7079519,0.0920029,1),(0.8048759,-0.5894997,0.06830043,1),(0.6953622,-0.7124729,0.09409478,1),(0.8832015,-0.4667883,0.04542761,1),(0.8117391,-0.580353,0.06534493,1),(0.6937473,-0.713927,0.09498883,1),(0.822037,-0.5662334,0.06029119,1),(0.6966357,-0.711259,0.093858,1),(0.8914886,-0.4513234,0.03943847,1),(0.9236414,-0.3815835,0.03578468,1),(0.9259341,-0.3763546,0.03167415,1),(0.5912793,-0.7985858,0.1124698,1),(0.5084233,-0.8519143,0.1254906,1),(0.5732369,-0.8108621,0.1179074,1),(0.4805064,-0.8668801,0.1327875,1),(0.45805,-0.8789644,0.132709,1),(0.4408374,-0.887436,0.1346097,1),(0.4244865,-0.8944262,0.1407582,1),(0.4052026,-0.9029567,0.1431088,1),(0.4535778,-0.8801688,0.1398932,1),(0.3916596,-0.907961,0.149029,1),(0.3706064,-0.9161091,0.1529539,1),(0.3653865,-0.9176371,0.1563166,1),(0.3428274,-0.9255825,0.1605189,1),(0.4325446,-0.8898503,0.1451607,1),(0.5570481,-0.8213644,0.1227111,1),(0.5460933,-0.8282406,0.1256962,1),(0.9040818,-0.2643373,0.3358003,1),(0.9049458,-0.2589695,0.3376507,1),(0.9084913,-0.2428298,0.3401137,1),(0.9046918,-0.258612,0.3386039,1),(0.9089671,-0.2392521,0.3413753,1),(0.9032056,-0.2650346,0.3376038,1),(0.9140934,-0.2157163,0.3433655,1),(0.921001,-0.1774119,0.3468177,1),(0.9230305,-0.1605592,0.3496218,1),(0.9155784,-0.2066765,0.3449652,1),(0.9180907,-0.1909087,0.3473663,1),(0.9112802,-0.2276573,0.3431334,1),(0.9254455,-0.1388778,0.3525102,1),(0.9273967,-0.1179347,0.3550023,1),(0.9207517,-0.1721354,0.3501225,1),(0.9142954,-0.2104628,0.346077,1),(0.9065818,-0.2494696,0.3404032,1),(0.9046798,-0.2566515,0.3401243,1),(0.9096903,-0.2332286,0.3436102,1),(0.9078028,-0.2406622,0.343476,1),(0.9273619,-0.1373303,0.3480521,1),(0.9324371,-0.1050791,0.3457159,1),(0.9333388,-0.07776789,0.3504723,1),(0.92901,-0.1133645,0.3522628,1),(0.9361736,-0.08085811,0.3421122,1),(0.9401373,-0.06455631,0.3346257,1),(0.9368247,-0.05389633,0.3456225,1),(0.9398628,-0.04183885,0.3389801,1),(0.9363073,-0.02593101,0.350223,1),(0.9337668,-0.04879833,0.3545396,1),(0.9393582,-0.01765208,0.3424829,1),(0.9358494,-0.004787244,0.3523678,1),(0.9387298,0.0005821584,0.3446536,1),(0.9338935,-0.02617292,0.3565922,1),(0.9306557,-0.08646163,0.3555339,1),(0.9316238,-0.06388244,0.3577654,1),(0.9438165,-0.05302902,0.3261876,1),(0.9469752,-0.04312379,0.3183995,1),(0.943229,-0.03668317,0.3301111,1),(0.9463723,-0.03390204,0.3212947,1),(0.9496857,-0.03481589,0.3112634,1),(0.9520136,-0.02808519,0.3047642,1),(0.9493275,-0.03348704,0.3124998,1),(0.9521019,-0.03544724,0.3037194,1),(0.9459023,-0.02229321,0.3236849,1),(0.9491355,-0.02955273,0.3134775,1),(0.9522529,-0.04012715,0.302662,1),(0.9490129,-0.0250593,0.3142397,1),(0.9524018,-0.04144219,0.3020157,1),(0.9455045,-0.01260446,0.3253649,1),(0.9426278,-0.01833036,0.333342,1),(0.9420357,-0.004063783,0.3354881,1),(0.9538354,-0.02131233,0.2995729,1),(0.9548511,-0.01286418,0.2968062,1),(0.9543439,-0.0362711,0.2964999,1),(0.9556293,-0.03241396,0.2927832,1),(0.9550444,-0.002744673,0.2964498,1),(0.9543762,0.009030524,0.2984703,1),(0.9559513,-0.02385817,0.2925541,1),(0.9551911,-0.01061404,0.2957997,1),(0.9560166,-0.04996665,0.2890252,1),(0.9563267,-0.04388138,0.2889875,1),(0.9554913,-0.03045335,0.2934434,1),(0.9563178,-0.05746267,0.2866255,1),(0.9553432,-0.04547053,0.2919792,1),(0.9561503,-0.06078872,0.2864986,1),(0.9546861,-0.04870933,0.2936014,1),(0.9549126,-0.05544798,0.291663,1),(0.9535006,0.02172789,0.300607,1),(0.9532701,0.03448759,0.3001443,1),(0.9541188,0.004682544,0.2993917,1),(0.9537787,0.01926873,0.2998915,1),(0.9536765,0.04730947,0.2970911,1),(0.9546922,0.06019027,0.2914443,1),(0.9542069,0.03314508,0.2973057,1),(0.9553959,0.04630819,0.2916746,1),(0.9539703,0.001641026,0.2998968,1),(0.9544985,0.01602714,0.2977844,1),(0.9559221,0.02929782,0.2921554,1),(0.9544511,-0.0002695771,0.2983673,1),(0.9561378,0.01306447,0.2926254,1),(0.9537719,-0.01448044,0.3001822,1),(0.9543204,-0.01385577,0.2984637,1),(0.9540857,-0.02955578,0.298072,1),(0.9558393,0.07025048,0.28537,1),(0.956722,0.07475367,0.2812382,1),(0.9567305,0.05673057,0.2853915,1),(0.9576527,0.06253671,0.2810522,1),(0.957439,0.07373177,0.2790594,1),(0.957994,0.06717909,0.2788088,1),(0.9582718,0.06376436,0.2786562,1),(0.9586169,0.06042576,0.2782127,1),(0.9585478,0.04693476,0.2810398,1),(0.9591681,0.05005766,0.2783714,1),(0.9594158,0.04941825,0.2776313,1),(0.9599555,0.03589096,0.277844,1),(0.9602572,0.03659802,0.2767071,1),(0.9592203,0.03175209,0.2808704,1),(0.9575006,0.04002934,0.2856401,1),(0.9579835,0.024158,0.2858042,1),(0.9583452,0.05824468,0.2796104,1),(0.9585243,0.05006436,0.2805791,1),(0.9587574,0.05496924,0.2788596,1),(0.9587768,0.0498086,0.2797609,1),(0.958551,0.04266956,0.2817078,1),(0.9584439,0.03608131,0.2829902,1),(0.9586821,0.04496028,0.280904,1),(0.9584713,0.04043658,0.2823078,1),(0.959321,0.04459132,0.278774,1),(0.959092,0.04231451,0.2799143,1),(0.9587433,0.04013447,0.281426,1),(0.959809,0.03427266,0.2785536,1),(0.9593303,0.03379359,0.2802562,1),(0.9601254,0.03490035,0.2773826,1),(0.9594276,0.04696094,0.2780167,1),(0.9602731,0.03567517,0.2767718,1),(0.9579355,0.03039293,0.2853701,1),(0.9567623,0.02563147,0.2897394,1),(0.9579044,0.03583203,0.2848423,1),(0.9567256,0.03069341,0.2893683,1),(0.9549103,0.02177895,0.2960947,1),(0.952354,0.01882038,0.3044138,1),(0.9549056,0.02501129,0.2958544,1),(0.9523897,0.01877851,0.3043044,1),(0.9568301,0.03230691,0.2888466,1),(0.9549897,0.02570904,0.295523,1),(0.9524713,0.01732596,0.3041351,1),(0.9552053,0.02179743,0.2951401,1),(0.9526088,0.01305012,0.3039182,1),(0.9571456,0.02818008,0.2882333,1),(0.9580633,0.0371163,0.2841425,1),(0.9585009,0.03218311,0.2832668,1),(0.9495127,0.01577482,0.3133319,1),(0.9468276,0.01175841,0.3215264,1),(0.9495644,0.01238146,0.3133275,1),(0.946849,0.006274913,0.3216173,1),(0.944313,0.006779471,0.3289785,1),(0.9419792,0.0008505366,0.3356704,1),(0.9442772,0.0004632134,0.3291508,1),(0.9418641,-0.005047501,0.3359562,1),(0.9468469,0.0006862897,0.3216839,1),(0.9441979,-0.006187484,0.3293207,1),(0.9417061,-0.01209813,0.336219,1),(0.9440895,-0.01241506,0.3294556,1),(0.9415195,-0.019018,0.3364215,1),(0.9468229,-0.004872046,0.321718,1),(0.9496184,0.00852411,0.3132924,1),(0.9496747,0.00361539,0.3132171,1),(0.9399796,-0.008471798,0.3411255,1),(0.9383756,-0.02364687,0.3448073,1),(0.9397922,-0.0128833,0.3415034,1),(0.9381626,-0.0256565,0.3452432,1),(0.9369339,-0.04467739,0.3466394,1),(0.9353132,-0.07156003,0.346509,1),(0.9368119,-0.04335978,0.3471363,1),(0.9354947,-0.06598593,0.3471247,1),(0.9378956,-0.03074103,0.345553,1),(0.9365839,-0.04586791,0.347429,1),(0.9354726,-0.06485526,0.3473973,1),(0.9362348,-0.05095451,0.3476609,1),(0.9352096,-0.06757765,0.3475863,1),(0.9375647,-0.03731557,0.3458035,1),(0.939566,-0.01948079,0.3418132,1),(0.9393001,-0.02666654,0.3420587,1),(0.932863,-0.1043582,0.3447839,1),(0.9287547,-0.14321,0.3419146,1),(0.933587,-0.0940365,0.3457925,1),(0.9302735,-0.1280573,0.3437913,1),(0.9222916,-0.1881049,0.337631,1),(0.912665,-0.2388815,0.3316295,1),(0.9249648,-0.1680272,0.3408916,1),(0.916963,-0.2138068,0.3368464,1),(0.9311869,-0.1185023,0.3447437,1),(0.9266924,-0.1541638,0.3427458,1),(0.9198595,-0.1955836,0.3400083,1),(0.9273236,-0.1476849,0.3438895,1),(0.9211857,-0.185673,0.3419683,1),(0.9313739,-0.1152782,0.3453312,1),(0.9339439,-0.08872183,0.3462327,1),(0.9338565,-0.08856244,0.3465094,1),(0.8999744,-0.2920043,0.3236966,1),(0.8849031,-0.3442739,0.3137231,1),(0.9062842,-0.2625574,0.3312287,1),(0.8933193,-0.3117123,0.3237531,1),(0.8673719,-0.395804,0.3016708,1),(0.8472586,-0.4466721,0.2874663,1),(0.8778538,-0.3613533,0.3143191,1),(0.8596225,-0.411503,0.3028437,1),(0.8994555,-0.2857993,0.3306035,1),(0.8859332,-0.3323366,0.3235348,1),(0.8698542,-0.3798438,0.3147575,1),(0.8913685,-0.3108813,0.3298711,1),(0.8775791,-0.3540511,0.3232685,1),(0.9031207,-0.2684338,0.3351361,1),(0.9106836,-0.240234,0.33607,1),(0.9130026,-0.2267103,0.3391589,1),(0.8249968,-0.4949623,0.2727501,1),(0.8016026,-0.5388147,0.2590597,1),(0.8389436,-0.4602471,0.2904239,1),(0.8165936,-0.5057803,0.2781389,1),(0.7775684,-0.5784495,0.2465429,1),(0.7532819,-0.6141588,0.2353197,1),(0.7928812,-0.5482221,0.2660679,1),(0.7680301,-0.5877539,0.2543128,1),(0.8307509,-0.4722029,0.2947497,1),(0.8081844,-0.5158128,0.28421,1),(0.7836859,-0.5577841,0.2733377,1),(0.8225201,-0.4837275,0.299113,1),(0.7991738,-0.526581,0.2898854,1),(0.8432815,-0.440667,0.3077156,1),(0.8513348,-0.4268952,0.3049418,1),(0.8615916,-0.3974394,0.3157559,1),(0.7302093,-0.6442962,0.2273256,1),(0.7100909,-0.6673222,0.2246152,1),(0.7432991,-0.6226296,0.2446197,1),(0.7203754,-0.6511963,0.2387523,1),(0.693486,-0.6836478,0.227383,1),(0.6807323,-0.6935574,0.2357578,1),(0.6998524,-0.6738599,0.2368952,1),(0.6821218,-0.6910024,0.2392186,1),(0.7340292,-0.6289873,0.2560784,1),(0.7110784,-0.6567081,0.2512014,1),(0.6899455,-0.6796734,0.2490365,1),(0.7257923,-0.6339234,0.2671453,1),(0.7027951,-0.6612168,0.2624334,1),(0.7497607,-0.6025999,0.2733722,1),(0.758407,-0.5961345,0.2635194,1),(0.7743609,-0.5669204,0.28101,1),(0.6712685,-0.6983921,0.2482886,1),(0.6643854,-0.6993679,0.2635842,1),(0.6672108,-0.7033215,0.2452928,1),(0.6549484,-0.7114037,0.2548478,1),(0.6600482,-0.6964198,0.2816661,1),(0.6581811,-0.6894056,0.3025189,1),(0.6454167,-0.7152952,0.2679365,1),(0.6385979,-0.7149708,0.2846214,1),(0.6542528,-0.7122428,0.2542902,1),(0.6400381,-0.7221873,0.2622913,1),(0.6283923,-0.7280496,0.2739832,1),(0.6430683,-0.7186757,0.2645152,1),(0.6270677,-0.7300619,0.2716536,1),(0.6611428,-0.703526,0.2606558,1),(0.6709436,-0.6981273,0.2499058,1),(0.6811243,-0.6844473,0.2600027,1),(0.6584576,-0.6792582,0.3241017,1),(0.6605288,-0.6671385,0.3444239,1),(0.6341808,-0.7112588,0.3031922,1),(0.6317517,-0.7051013,0.3220591,1),(0.6644157,-0.653027,0.3634661,1),(0.6701238,-0.636889,0.381191,1),(0.6313206,-0.6964337,0.3411956,1),(0.6328506,-0.6851789,0.3605967,1),(0.6119955,-0.7301649,0.3038433,1),(0.6069768,-0.7270277,0.3209516,1),(0.6040609,-0.720996,0.3395221,1),(0.5916605,-0.7454289,0.3070403,1),(0.584129,-0.7446397,0.3229628,1),(0.6013491,-0.7432451,0.2931997,1),(0.6191339,-0.7304905,0.288196,1),(0.6131603,-0.7381279,0.2814276,1),(0.6785405,-0.6182659,0.3966485,1),(0.6905253,-0.5967986,0.4086642,1),(0.6371765,-0.6710768,0.3790277,1),(0.6450391,-0.6540056,0.3952231,1),(0.7059852,-0.5723494,0.4171343,1),(0.7247391,-0.5447447,0.4219083,1),(0.6564103,-0.6338501,0.409096,1),(0.6711699,-0.6104598,0.420559,1),(0.6069373,-0.7002017,0.3759582,1),(0.6132309,-0.6854478,0.3925676,1),(0.6227095,-0.667648,0.4080184,1),(0.5777362,-0.7257667,0.3734751,1),(0.5813065,-0.7140442,0.3901587,1),(0.577018,-0.7347265,0.3566891,1),(0.6038783,-0.7120234,0.3582648,1),(0.5791536,-0.7410011,0.3398509,1),(0.7462769,-0.5152974,0.4213543,1),(0.7700643,-0.4855801,0.4137788,1),(0.6892702,-0.5846274,0.4279221,1),(0.7105659,-0.5573106,0.4295359,1),(0.7958505,-0.4554418,0.3989921,1),(0.8232082,-0.4247058,0.376767,1),(0.734883,-0.5283539,0.425193,1),(0.7618968,-0.4975392,0.4146903,1),(0.6526632,-0.6239572,0.4297768,1),(0.6732782,-0.5982239,0.4345396,1),(0.6973829,-0.5696124,0.4349698,1),(0.6152498,-0.6603665,0.4305619,1),(0.634639,-0.635649,0.4395266,1),(0.5998113,-0.6815218,0.4192311,1),(0.6357609,-0.6470403,0.4208881,1),(0.5884603,-0.6993524,0.4057344,1),(0.8504854,-0.3948756,0.3474879,1),(0.876242,-0.367866,0.3112468,1),(0.7903736,-0.4661979,0.3974533,1),(0.819183,-0.4360272,0.3725848,1),(0.9000955,-0.3435824,0.2679165,1),(0.9214659,-0.321901,0.2174406,1),(0.8479066,-0.4068794,0.339858,1),(0.8759125,-0.3785449,0.2991336,1),(0.7537302,-0.5079606,0.4169735,1),(0.7849972,-0.475955,0.3965428,1),(0.8175694,-0.4427923,0.3681239,1),(0.7166342,-0.5458387,0.4341607,1),(0.7509349,-0.5106783,0.4186936,1),(0.6854874,-0.5781416,0.44256,1),(0.7243922,-0.5390925,0.4296919,1),(0.6580434,-0.6079615,0.4442542,1),(0.9388376,-0.3032009,0.1632584,1),(0.951236,-0.2888263,0.1083016,1),(0.9012395,-0.3522325,0.252388,1),(0.922263,-0.3301137,0.2011366,1),(0.9588696,-0.2788905,0.05281308,1),(0.9618894,-0.2734224,-0.003005911,1),(0.9387844,-0.3122334,0.1455832,1),(0.9505193,-0.2985256,0.08599772,1),(0.8782606,-0.3812583,0.2886178,1),(0.9039379,-0.3555698,0.2376266,1),(0.9256725,-0.3331334,0.1793111,1),(0.8545333,-0.4091164,0.3199946,1),(0.885686,-0.379032,0.2681323,1),(0.8211422,-0.4409596,0.3623261,1),(0.8493108,-0.4103105,0.3321391,1),(0.7864077,-0.4747569,0.395182,1),(0.9611105,-0.2706437,-0.0549411,1),(0.9578744,-0.2694734,-0.09930049,1),(0.957234,-0.2880254,0.02728706,1),(0.9594295,-0.280724,-0.02624849,1),(0.9531125,-0.2701904,-0.1362855,1),(0.9475539,-0.2729959,-0.1661772,1),(0.9579997,-0.2768734,-0.07468353,1),(0.9536824,-0.2766059,-0.1182338,1),(0.9521592,-0.2996902,0.05982335,1),(0.9569926,-0.2900968,0.00300566,1),(0.9570005,-0.2853984,-0.05194072,1),(0.9450768,-0.3138559,0.09123746,1),(0.9525495,-0.3030104,0.02888368,1),(0.931614,-0.3301768,0.1519169,1),(0.9419546,-0.314093,0.1186045,1),(0.9119512,-0.3519366,0.2109163,1),(0.9428024,-0.2763544,-0.1864185,1),(0.9405268,-0.2785602,-0.1944572,1),(0.9483061,-0.2779535,-0.1531581,1),(0.9440556,-0.2789836,-0.1758609,1),(0.9410127,-0.2797194,-0.1903999,1),(0.9441202,-0.2798004,-0.1742086,1),(0.9417023,-0.2799618,-0.186596,1),(0.9416096,-0.2809877,-0.1855193,1),(0.9494883,-0.2822116,-0.137217,1),(0.9453453,-0.2822564,-0.1632593,1),(0.9421172,-0.2837556,-0.1785998,1),(0.9501846,-0.2878938,-0.1194413,1),(0.9455112,-0.288349,-0.1512062,1),(0.9536369,-0.2904114,-0.07897985,1),(0.9537613,-0.2833727,-0.1001963,1),(0.954861,-0.2955775,-0.02956869,1),(0.9485892,-0.2795761,-0.1483772,1),(0.9532179,-0.2794158,-0.1153365,1),(0.9435716,-0.2820582,-0.1735395,1),(0.9472408,-0.282506,-0.1514111,1),(0.957325,-0.279136,-0.07491398,1),(0.9600554,-0.2785004,-0.02703745,1),(0.9519705,-0.2821557,-0.1189129,1),(0.9567938,-0.2806973,-0.07585981,1),(0.9422957,-0.2863748,-0.1734024,1),(0.9462278,-0.285746,-0.1516642,1),(0.9518084,-0.2835403,-0.1169003,1),(0.9424646,-0.2886189,-0.1687001,1),(0.9470668,-0.2860605,-0.1457188,1),(0.9405295,-0.2898142,-0.177234,1),(0.9408191,-0.2856801,-0.1823353,1),(0.9416246,-0.2897527,-0.1714249,1),(0.9607756,-0.2766191,0.01980636,1),(0.9601137,-0.2737104,0.05713341,1),(0.9600857,-0.2780516,-0.03037753,1),(0.9613714,-0.2750976,0.00928708,1),(0.9590837,-0.2700853,0.08492526,1),(0.9584363,-0.2659597,0.1032723,1),(0.9613181,-0.2720599,0.04302363,1),(0.9605089,-0.2690808,0.07083924,1),(0.9600356,-0.2772783,-0.03805768,1),(0.9615903,-0.2744842,-0.00161783,1),(0.9617355,-0.272016,0.03274425,1),(0.9595969,-0.2776428,-0.04569911,1),(0.9612972,-0.2753902,-0.008248542,1),(0.9565228,-0.2801505,-0.08111548,1),(0.9568517,-0.2803212,-0.0765166,1),(0.9522845,-0.2829377,-0.1144574,1),(0.9588914,-0.261216,0.1108763,1),(0.9609559,-0.2554947,0.1062375,1),(0.9599948,-0.2655961,0.08870553,1),(0.9608932,-0.2610056,0.09252357,1),(0.9644377,-0.2487564,0.08933138,1),(0.9687024,-0.2408478,0.06006639,1),(0.9633303,-0.2553757,0.08232839,1),(0.9668723,-0.2485699,0.0580617,1),(0.961584,-0.2653084,0.07048063,1),(0.9630369,-0.2607104,0.06775037,1),(0.9655344,-0.2553025,0.05063459,1),(0.9629833,-0.2655783,0.0461667,1),(0.9644954,-0.2614519,0.03730112,1),(0.9621462,-0.2693473,0.04155288,1),(0.9613078,-0.2691201,0.05883607,1),(0.9618192,-0.2726807,0.02342977,1),(0.9718434,-0.2336431,0.03051988,1),(0.9733031,-0.2291687,0.01275558,1),(0.9697589,-0.2420943,0.03095361,1),(0.9713282,-0.23743,0.0121802,1),(0.973735,-0.2275836,0.006760517,1),(0.9733604,-0.2289379,0.0125285,1),(0.9720649,-0.2347057,0.001735474,1),(0.9722449,-0.233965,-0.0003872362,1),(0.9692868,-0.2456864,0.01100651,1),(0.9701902,-0.2423353,-0.002165126,1),(0.9707047,-0.2400272,-0.01092395,1),(0.9682527,-0.2498853,-0.006637563,1),(0.9689166,-0.246565,-0.02015893,1),(0.9673107,-0.2534849,0.00743574,1),(0.9678163,-0.250027,0.02860555,1),(0.9660687,-0.2573396,0.02208061,1),(0.9717842,-0.2338182,0.03105721,1),(0.9680075,-0.2427359,0.06356579,1),(0.9716231,-0.2363412,0.009557159,1),(0.9694163,-0.2428396,0.03551398,1),(0.9605357,-0.2553997,0.1101911,1),(0.9472423,-0.2712652,0.1707255,1),(0.9642881,-0.2532114,0.07766827,1),(0.9540881,-0.2669009,0.1359408,1),(0.9695835,-0.2445367,0.01047763,1),(0.9664239,-0.2525531,0.04734854,1),(0.9591812,-0.2638488,0.1017597,1),(0.9671635,-0.2533737,0.01991309,1),(0.9625278,-0.2622407,0.06906608,1),(0.9688024,-0.247578,-0.01126916,1),(0.9706619,-0.240284,-0.008883446,1),(0.9691488,-0.245248,-0.02457332,1),(0.9263953,-0.2899541,0.2402466,1),(0.8967338,-0.3116257,0.3142577,1),(0.936663,-0.2838057,0.2052241,1),(0.9102352,-0.3042859,0.2808598,1),(0.8562896,-0.3357872,0.3924473,1),(0.803026,-0.3615947,0.4737074,1),(0.8724173,-0.3277592,0.3625771,1),(0.8206764,-0.3532146,0.4491433,1),(0.9227488,-0.297645,0.2448305,1),(0.8884054,-0.3200537,0.329092,1),(0.8392545,-0.3447742,0.4204554,1),(0.9035571,-0.3130039,0.2925971,1),(0.8580438,-0.33656,0.3879282,1),(0.9337457,-0.2920071,0.2070047,1),(0.9453974,-0.278679,0.1690019,1),(0.9523209,-0.2748276,0.1324944,1),(0.7399174,-0.3861266,0.5508435,1),(0.6720799,-0.4078046,0.6180648,1),(0.7577547,-0.377705,0.5321154,1),(0.6888902,-0.3998065,0.6046363,1),(0.60045,-0.4271037,0.676049,1),(0.5254518,-0.4444401,0.7255158,1),(0.6150307,-0.4199885,0.6673433,1),(0.53658,-0.4385899,0.7209166,1),(0.7084626,-0.3912845,0.5873475,1),(0.6327943,-0.4122937,0.6554275,1),(0.5508872,-0.4322019,0.7139501,1),(0.6535021,-0.4041281,0.640012,1),(0.5683396,-0.4253162,0.7043411,1),(0.7303567,-0.3823852,0.5660041,1),(0.7775723,-0.3689012,0.5092084,1),(0.7987586,-0.3599419,0.4821064,1),(0.4625551,-0.4551136,0.7608643,1),(0.4295779,-0.4560282,0.7794235,1),(0.4696634,-0.4503896,0.7593189,1),(0.4330975,-0.4519649,0.7798424,1),(0.4278111,-0.4490704,0.7844191,1),(0.4570001,-0.4343939,0.7761784,1),(0.4283793,-0.4454772,0.7861559,1),(0.4553114,-0.4312258,0.7789325,1),(0.438963,-0.4474105,0.7791889,1),(0.4306924,-0.4414432,0.787167,1),(0.4546762,-0.4277692,0.7812061,1),(0.4349764,-0.4369296,0.7873297,1),(0.4552829,-0.4240169,0.7828967,1),(0.4473789,-0.4423153,0.7773091,1),(0.4796143,-0.4451407,0.7561876,1),(0.4925284,-0.4393544,0.7512546,1),(0.5206504,-0.4118648,0.7478573,1),(0.6279925,-0.3755114,0.6816278,1),(0.5171534,-0.4091518,0.7517627,1),(0.6222405,-0.373608,0.68792,1),(0.7817291,-0.3074229,0.5425777,1),(0.9429032,-0.1809551,0.2796227,1),(0.7724827,-0.3081572,0.5552564,1),(0.932552,-0.1889983,0.307614,1),(0.6163736,-0.3718446,0.6941292,1),(0.7629418,-0.3091315,0.5677654,1),(0.92167,-0.1968566,0.3343228,1),(0.7532156,-0.3103507,0.5799558,1),(0.9103916,-0.204544,0.359651,1),(0.6105078,-0.3702334,0.7001482,1),(0.5140428,-0.4063504,0.7554068,1),(0.5114547,-0.4034865,0.7586914,1),(0.9988569,-0.03283599,-0.03473547,1),(0.9538835,0.07818189,-0.2898168,1),(0.9987656,-0.04904589,0.007872828,1),(0.967105,0.05990162,-0.2472238,1),(0.8555093,0.1534659,-0.4945221,1),(0.7147326,0.2071944,-0.6680028,1),(0.7307342,0.1963084,-0.6538275,1),(0.8754166,0.1385221,-0.4630954,1),(0.97774,0.04211863,-0.2055493,1),(0.8936597,0.1242429,-0.431203,1),(0.7466437,0.1846165,-0.639093,1),(0.9101659,0.1091689,-0.3996002,1),(0.7623807,0.1747458,-0.6230888,1),(0.9859585,0.02491151,-0.1651216,1),(0.9967369,-0.06454195,0.04847683,1),(0.9930512,-0.07933529,0.08692013,1),(0.5879863,0.2326513,-0.7746905,1),(0.5569712,0.2343919,-0.7967708,1),(0.5513884,0.2310514,-0.8016146,1),(0.5926009,0.2263337,-0.773044,1),(0.6313878,0.2161987,-0.7447197,1),(0.7988733,0.1628841,-0.5790251,1),(0.6169686,0.2158497,-0.7568082,1),(0.7782234,0.1705354,-0.6043891,1),(0.6036915,0.2168536,-0.7671579,1),(0.5472078,0.2284344,-0.8052213,1),(0.7574147,0.1773507,-0.6283866,1),(0.7364938,0.1862352,-0.6503024,1),(0.5914996,0.2187889,-0.7760539,1),(0.5443892,0.2265639,-0.8076566,1),(0.5982404,0.2205527,-0.7703668,1),(0.6048782,0.2152879,-0.7666638,1),(0.9208448,0.1075317,-0.3748089,1),(0.9546825,0.09857579,-0.2808279,1),(0.9404601,0.1110387,-0.3212555,1),(0.9026489,0.1201203,-0.4132749,1),(0.9448017,0.1348098,-0.2986233,1),(0.8812179,0.2155034,-0.4207295,1),(0.8726368,0.2145392,-0.4387231,1),(0.9323667,0.1428723,-0.332084,1),(0.9193906,0.1502443,-0.3635213,1),(0.9246619,0.1234559,-0.3602209,1),(0.8653607,0.2121846,-0.4540139,1),(0.8596038,0.2084591,-0.4665042,1),(0.9060677,0.157152,-0.3928673,1),(0.9073762,0.1361294,-0.3976647,1),(0.8829308,0.1331168,-0.4502368,1),(0.8617524,0.1483368,-0.4851586,1),(0.8003541,0.2839434,-0.5280242,1),(0.7933053,0.2978331,-0.531001,1),(0.8007622,0.2877697,-0.5253271,1),(0.8008801,0.2757809,-0.5315412,1),(0.8755448,0.2505984,-0.4130637,1),(0.991714,0.09475137,-0.08674919,1),(0.9946759,0.08814733,-0.0533855,1),(0.8856084,0.2414747,-0.3967211,1),(0.8979653,0.2296651,-0.375383,1),(0.8114644,0.2751182,-0.5155922,1),(0.9966401,0.08041437,-0.01556242,1),(0.9970934,0.07125223,0.02697839,1),(0.912445,0.2146512,-0.3483804,1),(0.8254747,0.2594341,-0.5012838,1),(0.8041504,0.2655554,-0.5318106,1),(0.8103094,0.2530552,-0.5285469,1),(0.9506724,-0.09563669,0.2950858,1),(0.8297338,-0.2031497,0.519877,1),(0.8089809,-0.198967,0.5531384,1),(0.9367849,-0.09752561,0.3360398,1),(0.7178472,-0.2546307,0.6479649,1),(0.6236257,-0.2746051,0.7319037,1),(0.6200299,-0.2609337,0.7399166,1),(0.7014121,-0.2451899,0.6692555,1),(0.685239,-0.2344408,0.6895543,1),(0.7868668,-0.1931292,0.5861243,1),(0.6183445,-0.2465824,0.746222,1),(0.6190354,-0.2313306,0.7505206,1),(0.669542,-0.2221788,0.7087666,1),(0.7634055,-0.1854853,0.618714,1),(0.9203538,-0.09834512,0.3785193,1),(0.901113,-0.09804545,0.4223532,1),(0.5669396,-0.2754923,0.7763269,1),(0.5792254,-0.2635423,0.7713906,1),(0.6046283,-0.2416634,0.7589621,1),(0.5794778,-0.2581021,0.7730387,1),(0.6643738,-0.2360214,0.7091554,1),(0.8099156,-0.1825889,0.557403,1),(0.8456858,-0.1432779,0.5140884,1),(0.6987188,-0.2070578,0.6847767,1),(0.7351099,-0.1763253,0.6546165,1),(0.6332029,-0.2190473,0.7423426,1),(0.8802195,-0.100699,0.4637601,1),(0.9124705,-0.05475699,0.4054617,1),(0.7734846,-0.1435435,0.6173465,1),(0.6654402,-0.1953896,0.720425,1),(0.5950336,-0.2403536,0.7669192,1),(0.6142296,-0.2219672,0.7572665,1),(0.9327665,-0.09462904,0.347839,1),(0.9896721,0.02864553,0.1404585,1),(0.9941954,0.08443052,0.06668505,1),(0.9574046,-0.04543633,0.2851525,1),(0.9780784,0.194865,-0.07341916,1),(0.8651945,0.4047554,-0.2959923,1),(0.8101737,0.4610812,-0.3619704,1),(0.9557888,0.2535374,-0.1489518,1),(0.9226213,0.3131313,-0.225208,1),(0.9896191,0.14325,-0.01155465,1),(0.7451891,0.515019,-0.4236138,1),(0.6708803,0.5658381,-0.4793192,1),(0.8778056,0.3728659,-0.300713,1),(0.9743866,0.2045652,-0.09340151,1),(0.9764032,0.00760358,0.2158217,1),(0.9880859,0.06430155,0.1398275,1),(0.6564258,0.59176,-0.4678946,1),(0.4223073,0.7184585,-0.552697,1),(0.3296818,0.7458997,-0.5787431,1),(0.5737238,0.6370278,-0.514817,1),(0.178124,0.803649,-0.5678205,1),(-0.0828815,0.8516505,-0.5175153,1),(-0.1404428,0.8447165,-0.5164588,1),(0.09435697,0.8117177,-0.5763775,1),(0.01646064,0.8149233,-0.579335,1),(0.2374702,0.7669585,-0.5961396,1),(-0.1888764,0.8360629,-0.5150966,1),(-0.2274267,0.8267773,-0.514506,1),(-0.0539133,0.8145344,-0.5776047,1),(0.1480162,0.7823261,-0.6050264,1),(0.4853643,0.6768445,-0.5534465,1),(0.3933598,0.7110379,-0.5828321,1),(-0.293518,0.8495551,-0.438296,1),(-0.3933379,0.8317457,-0.3917708,1),(-0.3969802,0.8280503,-0.3959032,1),(-0.3204475,0.840237,-0.4373958,1),(-0.4063574,0.8276326,-0.3871666,1),(-0.3413008,0.839445,-0.4229016,1),(-0.2971222,0.8453829,-0.4438988,1),(-0.3885872,0.8306113,-0.3988546,1),(-0.3603091,0.8352284,-0.4154165,1),(-0.390598,0.8263227,-0.4057389,1),(-0.2420261,0.8508931,-0.4662665,1),(-0.1755763,0.8545199,-0.4888442,1),(-0.3205,0.8404651,-0.436919,1),(-0.3733557,0.826185,-0.4219287,1),(-0.3374797,0.8318251,-0.440652,1),(-0.3440636,0.8246751,-0.4489221,1),(-0.2190578,0.8558806,-0.4684893,1),(-0.05386163,0.8669758,-0.4954308,1),(0.03602617,0.8568302,-0.5143386,1),(-0.1478328,0.8569881,-0.4936768,1),(0.1720106,0.853519,-0.4918513,1),(0.4561629,0.7773089,-0.4332509,1),(0.538959,0.7362105,-0.4092888,1),(0.2676203,0.8274494,-0.4936667,1),(0.3640122,0.794856,-0.4854885,1),(0.1324727,0.8404788,-0.5254011,1),(0.6163604,0.6914436,-0.3768364,1),(0.6868609,0.6443406,-0.3362252,1),(0.4586736,0.7564895,-0.4661996,1),(0.23327,0.8175744,-0.526457,1),(-0.06671599,0.854416,-0.5152885,1),(0.02334963,0.8469572,-0.5311481,1),(0.7025875,0.6357177,-0.3197404,1),(0.855907,0.4841865,-0.1816221,1),(0.890631,0.4365537,-0.1272682,1),(0.7615129,0.5873306,-0.2741182,1),(0.9407445,0.3379826,-0.02770289,1),(0.9701318,0.1940288,0.145592,1),(0.9680176,0.1708961,0.1836751,1),(0.9540449,0.2987255,0.02369355,1),(0.9614443,0.2649388,0.07370436,1),(0.9168394,0.3927843,-0.07159555,1),(0.9637103,0.1530026,0.2187524,1),(0.9580051,0.1402178,0.2501305,1),(0.9639506,0.2368952,0.1211608,1),(0.9352378,0.3536541,-0.01609765,1),(0.8117288,0.5395142,-0.2236529,1),(0.8530445,0.4934954,-0.1696386,1),(0.9523039,0.06609026,0.2979085,1),(0.9212081,-0.02050418,0.3885296,1),(0.917081,-0.01088359,0.3985524,1),(0.9454117,0.06171274,0.3199818,1),(0.9001351,-0.0681152,0.4302523,1),(0.897586,-0.08223859,0.4331006,1),(0.9048556,-0.05527006,0.4221157,1),(0.9014548,-0.04862725,0.4301332,1),(0.9046291,-0.02620695,0.4253934,1),(0.9146566,0.002057913,0.4042263,1),(0.9132135,-0.02572584,0.4066687,1),(0.9222395,0.006303452,0.3865675,1),(0.9094384,-0.001094994,0.4158371,1),(0.9139915,0.0179954,0.4053341,1),(0.9390686,0.06139794,0.3382016,1),(0.9336615,0.0648515,0.3522362,1),(0.9098594,-0.0699992,0.4089696,1),(0.9303148,-0.03703163,0.3648876,1),(0.9422905,0.002452442,0.3347875,1),(0.9212431,-0.03652835,0.3872684,1),(0.9545125,0.01801293,0.2976267,1),(0.9739857,0.09631544,0.2051219,1),(0.97602,0.1434602,0.1637196,1),(0.9631492,0.06288286,0.2615138,1),(0.9688322,0.1100929,0.2219093,1),(0.9526408,0.04409767,0.3008833,1),(0.9732313,0.195287,0.1211763,1),(0.965185,0.2504019,0.07560878,1),(0.9707872,0.1599515,0.1788514,1),(0.9607189,0.08811239,0.2631645,1),(0.9323877,-0.0008400536,0.3614589,1),(0.9427434,0.0371625,0.3314421,1),(0.9770348,0.1872189,0.1017453,1),(0.9580523,0.2864636,0.008625551,1),(0.9690705,0.2391154,0.06104292,1),(0.9390115,0.3425219,-0.03059805,1),(0.915817,0.3946545,-0.0743439,1),(0.8470169,0.5111347,-0.1459574,1),(0.88349,0.4553759,-0.109901,1),(0.7986506,0.575078,-0.1773203,1),(0.9128836,0.4020933,-0.07045917,1),(0.8430385,0.5177906,-0.14553,1),(0.7415265,0.6373398,-0.2096104,1),(0.6746434,0.6987484,-0.2379222,1),(0.7937994,0.5798743,-0.18338,1),(0.8785166,0.4645195,-0.1114905,1),(0.9554284,0.2946559,0.01829064,1),(0.9349138,0.3538691,-0.02669927,1),(0.7525572,0.6274107,-0.2000338,1),(0.6333277,0.7378032,-0.2335435,1),(0.5532418,0.7944205,-0.250638,1),(0.6874674,0.6894939,-0.2280059,1),(0.4820736,0.8425208,-0.2403406,1),(0.2922877,0.9311133,-0.2181651,1),(0.1939673,0.958932,-0.2069447,1),(0.3904627,0.8874779,-0.2447893,1),(0.2930785,0.9247906,-0.2426261,1),(0.4648951,0.8456906,-0.2620687,1),(0.09380333,0.9774781,-0.1890434,1),(-0.005775851,0.9863829,-0.1643639,1),(0.1918725,0.9533606,-0.2329987,1),(0.3695281,0.8901548,-0.2665958,1),(0.6129137,0.7493685,-0.250567,1),(0.5294328,0.8049594,-0.2678456,1),(0.08891792,0.9816729,-0.1685587,1),(-0.09951468,0.9903941,-0.09600165,1),(-0.1922886,0.9796069,-0.0582707,1),(-0.009820639,0.9897912,-0.1421863,1),(-0.2732836,0.9619329,-0.001093007,1),(-0.4327281,0.8939591,0.1165482,1),(-0.4958596,0.8525494,0.1651748,1),(-0.3540301,0.9341955,0.04406324,1),(-0.4266059,0.8998692,0.09078968,1),(-0.2792299,0.9600827,-0.01649087,1),(-0.5497909,0.8078586,0.2123543,1),(-0.5939448,0.76275,0.2558166,1),(-0.4894518,0.8611693,0.1372025,1),(-0.3581302,0.9332529,0.02796145,1),(-0.106156,0.9882423,-0.1100373,1),(-0.1975585,0.9775837,-0.07280619,1),(-0.5607944,0.7946837,0.232352,1),(-0.6463783,0.6907335,0.324164,1),(-0.6725361,0.6453673,0.3622099,1),(-0.6041539,0.7464678,0.2788979,1),(-0.6995847,0.5946788,0.3961546,1),(-0.730051,0.510321,0.4545303,1),(-0.7342101,0.4975234,0.4619588,1),(-0.7125815,0.5613001,0.4209155,1),(-0.7202715,0.5368109,0.4393666,1),(-0.6913283,0.6052834,0.3945846,1),(-0.7346427,0.4962682,0.4626206,1),(-0.7314234,0.5068324,0.4562245,1),(-0.7235881,0.5228387,0.450622,1),(-0.7038357,0.5731196,0.4197013,1),(-0.6386282,0.6992216,0.321315,1),(-0.6647076,0.6560646,0.3574117,1),(-0.7427678,0.454664,0.4915046,1),(-0.7432965,0.4467876,0.4978866,1),(-0.7360945,0.480167,0.4770791,1),(-0.7414045,0.4661718,0.4827041,1),(-0.7327566,0.487939,0.474324,1),(-0.7042746,0.57579,0.4152869,1),(-0.6704029,0.6416873,0.3725551,1),(-0.7157075,0.5400566,0.4428335,1),(-0.6901883,0.6008735,0.4032257,1),(-0.7234722,0.5251805,0.4480776,1),(-0.624584,0.7107058,0.3237162,1),(-0.5658654,0.7788168,0.2706304,1),(-0.6542086,0.667009,0.3565251,1),(-0.7035053,0.5795613,0.411326,1),(-0.7363479,0.4901951,0.4663696,1),(-0.7264805,0.525658,0.442617,1),(-0.6468646,0.6837914,0.3376323,1),(-0.5538979,0.7901828,0.2623132,1),(-0.4770275,0.8544981,0.2056151,1),(-0.5914731,0.7542031,0.2851971,1),(-0.4160697,0.8902032,0.1855377,1),(-0.2254675,0.9685727,0.1050304,1),(-0.1158884,0.9912997,0.06240772,1),(-0.3201791,0.9381631,0.1316641,1),(-0.2154363,0.9730757,0.08191986,1),(-0.3874622,0.909629,0.1498272,1),(-0.00359611,0.999648,0.02628467,1),(0.1079001,0.9941594,-0.002165134,1),(-0.1049923,0.9937272,0.03850532,1),(-0.2873564,0.952835,0.0976316,1),(-0.5223686,0.8210815,0.2301224,1),(-0.4402137,0.8806825,0.1749586,1),(-0.01071534,0.9992778,0.03645513,1),(0.1983067,0.9801397,-0.0008850335,1),(0.3094482,0.9508273,-0.01301128,1),(0.1041632,0.9945154,0.009437209,1),(0.4030955,0.9151312,-0.007007541,1),(0.6021778,0.7981586,0.01801817,1),(0.6801884,0.7322901,0.03308928,1),(0.5018664,0.8649303,-0.005074117,1),(0.5895452,0.8077284,0.003404671,1),(0.4123958,0.9108381,-0.01742973,1),(0.7461267,0.6637313,0.05249505,1),(0.8003358,0.5948289,0.07510686,1),(0.6650981,0.7465543,0.01735011,1),(0.5048457,0.8630821,-0.01483596,1),(0.2154963,0.9764546,-0.009888883,1),(0.3200979,0.9471421,-0.02142865,1),(0.765606,0.640196,0.06321816,1),(0.8764405,0.4663985,0.1196847,1),(0.9088868,0.3889195,0.1505531,1),(0.81997,0.5655158,0.08854935,1),(0.9416179,0.2791061,0.1882968,1),(0.9600993,0.07504022,0.2694032,1),(0.9546758,0.0106601,0.2974568,1),(0.9537541,0.2047793,0.2200425,1),(0.9585693,0.1411561,0.2474262,1),(0.9310542,0.3173354,0.1801004,1),(0.9472128,-0.03807449,0.3183367,1),(0.9402266,-0.07048593,0.3331751,1),(0.9586557,0.08893847,0.270313,1),(0.9449998,0.2526716,0.2076834,1),(0.8626827,0.4923867,0.1154721,1),(0.8950973,0.4222995,0.1430528,1),(0.9396784,-0.09485229,0.3286452,1),(0.9223722,-0.1780377,0.3428297,1),(0.9256378,-0.1423133,0.3506304,1),(0.9106765,-0.2048396,0.3587607,1),(0.9285295,-0.1823803,0.3233734,1),(0.9566953,-0.1106371,0.2692467,1),(0.925682,-0.183729,0.3306908,1),(0.9622751,-0.07616991,0.2611987,1),(0.9048395,-0.2140932,0.3680077,1),(0.9274806,-0.1684448,0.3337758,1),(0.9670084,-0.02462361,0.2535519,1),(0.9325181,-0.1327455,0.3358406,1),(0.9685061,0.04583679,0.2447341,1),(0.9056831,-0.2043733,0.3714429,1),(0.9152566,-0.1718436,0.3643831,1),(0.9102192,-0.1824107,0.3717893,1),(0.9793583,0.002675695,0.2021137,1),(0.9828119,0.1151211,0.1443184,1),(0.9727049,0.2050658,0.1085959,1),(0.9811392,0.07381763,0.178653,1),(0.9687085,0.2275017,0.09923232,1),(0.9378971,0.3400261,0.06878378,1),(0.903779,0.426069,0.04060415,1),(0.9445536,0.3221189,0.06370381,1),(0.9061469,0.4216535,0.03325861,1),(0.9491706,0.3052499,0.07679652,1),(0.8578231,0.5135991,0.01885009,1),(0.798858,0.6015022,0.004578204,1),(0.8502671,0.5262613,0.009737811,1),(0.9076526,0.4167316,0.05001619,1),(0.975862,0.1571377,0.1516612,1),(0.9572312,0.2588191,0.1293111,1),(0.8931189,0.447038,0.04995622,1),(0.8370334,0.5453441,0.04443987,1),(0.7941297,0.6065868,0.03755491,1),(0.8534462,0.5201293,0.03309182,1),(0.7702155,0.6356426,0.05221699,1),(0.6921751,0.7180068,0.07321189,1),(0.6474351,0.7576414,0.08250581,1),(0.7257226,0.6858612,0.05404814,1),(0.6788189,0.7319871,0.05830719,1),(0.7460813,0.6649212,0.03524975,1),(0.6026441,0.7927678,0.09132003,1),(0.5679252,0.8172477,0.09781236,1),(0.635976,0.7690318,0.06422215,1),(0.696374,0.7166939,0.03759146,1),(0.8055082,0.5921715,0.02212167,1),(0.7503162,0.6608408,0.01774945,1),(0.6223208,0.7776084,0.08967717,1),(0.5845738,0.8067904,0.0858063,1),(0.5579706,0.8234643,0.1028366,1),(0.5824496,0.8061179,0.10453,1),(0.5821797,0.8106914,0.06201816,1),(0.6150168,0.7883186,0.01755304,1),(0.6382629,0.7693897,0.02568696,1),(0.5768695,0.8131684,0.077322,1),(0.5816955,0.8083029,0.09097642,1),(0.536857,0.8355281,0.1169503,1),(0.6774684,0.7347594,0.03413487,1),(0.7312201,0.6809669,0.04001738,1),(0.6040522,0.7907267,0.09935848,1),(0.5330013,0.8368732,0.1247117,1),(0.5449048,0.8303368,0.1167026,1),(0.5222945,0.8437946,0.1233651,1),(0.6792319,0.7334824,-0.0254489,1),(0.7727972,0.6329499,-0.04646268,1),(0.8270896,0.5595263,-0.05341558,1),(0.726431,0.6867092,-0.02699387,1),(0.886912,0.4599816,-0.04247294,1),(0.9817305,0.1900953,-0.008305251,1),(0.9939592,0.1091762,-0.01121227,1),(0.9277979,0.3697889,-0.04947036,1),(0.9649754,0.2569422,-0.05294413,1),(0.8892953,0.4537575,-0.05707854,1),(0.9995283,0.02741622,-0.0138263,1),(0.9991154,-0.0393851,-0.01473826,1),(0.9885412,0.1412064,-0.05335773,1),(0.9430042,0.3277965,-0.05738102,1),(0.7901243,0.6123646,-0.02670607,1),(0.8584048,0.5123309,-0.02565462,1),(0.9965459,-0.0779473,0.02864902,1),(0.9690777,-0.2417298,0.0495501,1),(0.9606606,-0.2735534,0.04795672,1),(0.9908916,-0.1314779,0.02910999,1),(0.9443527,-0.3254055,0.04805421,1),(0.9368613,-0.3479377,0.03507606,1),(0.9392201,-0.3402579,0.04571984,1),(0.9373003,-0.347008,0.0324609,1),(0.9568926,-0.2868634,0.04545398,1),(0.9395177,-0.3396707,0.04393706,1),(0.9400129,-0.3399309,0.02868396,1),(0.9455162,-0.3231686,0.03951192,1),(0.944221,-0.3284511,0.02380219,1),(0.9596202,-0.2786734,0.03834215,1),(0.9851111,-0.1692279,0.03029999,1),(0.9821013,-0.1871247,0.02147832,1),(0.9303005,-0.3658658,0.02613524,1),(0.9011717,-0.4322924,0.03182322,1),(0.9352717,-0.3533779,0.01976798,1),(0.9097824,-0.4144156,0.02357707,1),(0.8342524,-0.5488043,0.05326224,1),(0.7035576,-0.7048587,0.09044822,1),(0.8450196,-0.5328096,0.04534107,1),(0.7111324,-0.6978337,0.08555186,1),(0.9144753,-0.4043194,0.01615383,1),(0.8501277,-0.5251828,0.03828887,1),(0.7142006,-0.6952709,0.08071996,1),(0.8454051,-0.5330476,0.03391777,1),(0.7075596,-0.7023844,0.07756004,1),(0.9125442,-0.408829,0.01104233,1),(0.9390067,-0.3436334,0.01350674,1),(0.9398375,-0.3415237,0.008198944,1),(0.5418406,-0.8309702,0.1260841,1),(0.420188,-0.8953887,0.1473808,1),(0.5417954,-0.8312418,0.1244778,1),(0.4146178,-0.8980025,0.147253,1),(0.3487517,-0.9236808,0.158701,1),(0.3250211,-0.9318512,0.1612905,1),(0.3403562,-0.9268299,0.1585692,1),(0.3160789,-0.9348548,0.1616811,1),(0.4112628,-0.899708,0.1462479,1),(0.3357802,-0.9285675,0.1581585,1),(0.3112414,-0.9365394,0.1613156,1),(0.3303908,-0.9305701,0.1577376,1),(0.3059693,-0.9383132,0.1610936,1),(0.4054087,-0.9024903,0.1454483,1),(0.5410437,-0.8320718,0.1221805,1),(0.5345546,-0.8365117,0.120414,1),(0.9128872,-0.2136815,0.3478178,1),(0.9111084,-0.2208085,0.3480302,1),(0.9169544,-0.1917583,0.3498907,1),(0.9174547,-0.178632,0.3554821,1),(0.9138308,-0.1987797,0.3541183,1),(0.9116204,-0.2054737,0.35599,1),(0.9226482,-0.1548578,0.3531847,1),(0.9284088,-0.1027407,0.3570735,1),(0.9279777,-0.09686261,0.3598261,1),(0.9226151,-0.144717,0.357545,1),(0.9193015,-0.1482234,0.3645747,1),(0.9129525,-0.1800177,0.366212,1),(0.9253336,-0.1034129,0.3647787,1),(0.9185684,-0.1253662,0.3748538,1),(0.9105504,-0.171964,0.3759339,1),(0.9021692,-0.2046058,0.3797728,1),(0.9099116,-0.1988491,0.364033,1),(0.9091629,-0.2049669,0.362507,1),(0.8984036,-0.2243152,0.3775626,1),(0.8994258,-0.2303632,0.3714378,1),(0.9319618,-0.05093697,0.3589606,1),(0.9338768,-0.01514166,0.357274,1),(0.9338558,-0.01518898,0.3573271,1),(0.9315878,-0.0489869,0.3602007,1),(0.935661,0.004718941,0.3528687,1),(0.9384104,0.008923567,0.3454073,1),(0.9362065,0.004657444,0.3514193,1),(0.9389731,0.01063186,0.3438264,1),(0.9367743,6.726836e-5,0.3499342,1),(0.9334993,-0.02316168,0.3578303,1),(0.9405299,0.01220383,0.3394915,1),(0.9429657,0.02018082,0.3322776,1),(0.9375646,-0.003767718,0.347791,1),(0.9322607,-0.03593087,0.3599984,1),(0.9300382,-0.05762411,0.3629166,1),(0.9263912,-0.07649213,0.3687117,1),(0.941759,0.003260578,0.3362726,1),(0.9453508,-0.006476854,0.3259907,1),(0.9423739,0.007538729,0.3344765,1),(0.9460812,3.454858e-5,0.3239298,1),(0.9490381,-0.02030695,0.3145063,1),(0.9526286,-0.03823725,0.3017228,1),(0.949831,-0.01191133,0.3125367,1),(0.9534416,-0.02829183,0.3002479,1),(0.9482083,0.01353518,0.3173609,1),(0.951893,0.005232248,0.306386,1),(0.9552194,-0.008987771,0.295762,1),(0.9551457,0.03630815,0.2939021,1),(0.9578696,0.02231327,0.2863353,1),(0.9512673,0.0409316,0.3056388,1),(0.9440971,0.01590342,0.3292835,1),(0.9476843,0.03539541,0.3172407,1),(0.9552127,-0.05406199,0.29094,1),(0.9563485,-0.0616563,0.2856502,1),(0.9559526,-0.04356179,0.2902704,1),(0.9569111,-0.05231185,0.28563,1),(0.9563013,-0.06103767,0.2859407,1),(0.955062,-0.05222316,0.2917694,1),(0.9565622,-0.05457343,0.2863745,1),(0.9549332,-0.05038078,0.2925141,1),(0.9578936,-0.03405454,0.285097,1),(0.957122,-0.03983088,0.2869335,1),(0.9550538,-0.04115326,0.2935621,1),(0.9578837,-0.01861105,0.2865528,1),(0.9553903,-0.02578018,0.2942187,1),(0.9591743,-0.008237912,0.2826956,1),(0.9573183,-0.02378895,0.2880549,1),(0.9592133,0.00538296,0.2826323,1),(0.9536463,-0.03925667,0.2983583,1),(0.9533522,-0.02610623,0.3007292,1),(0.9532604,-0.04212911,0.2991981,1),(0.9529189,-0.03209453,0.301522,1),(0.9541946,-0.01280616,0.2989122,1),(0.9561428,0.0006168967,0.2929,1),(0.9538884,-0.02031233,0.2994733,1),(0.9560674,-0.006826773,0.2930675,1),(0.9526103,-0.03223376,0.3024808,1),(0.9536344,-0.02237209,0.3001349,1),(0.9559968,-0.008966437,0.29324,1),(0.9534642,-0.01856201,0.3009341,1),(0.9559376,-0.005493694,0.2935184,1),(0.9524659,-0.02632042,0.3035062,1),(0.9530705,-0.03850602,0.3002896,1),(0.953105,-0.0287348,0.3012725,1),(0.9582539,0.01217133,0.2856595,1),(0.9597058,0.01993258,0.280299,1),(0.9584208,0.005219112,0.2853111,1),(0.960076,0.01271954,0.27945,1),(0.9606223,0.02394389,0.2768238,1),(0.9610757,0.02423029,0.2752205,1),(0.9611797,0.01572012,0.2754748,1),(0.9617923,0.01424193,0.2734094,1),(0.9603761,0.01050761,0.2785089,1),(0.9616321,0.01214421,0.2740734,1),(0.9623714,0.008417351,0.271607,1),(0.9619533,0.01417212,0.2728462,1),(0.9627814,0.008567397,0.2701454,1),(0.9605849,0.01371408,0.2776481,1),(0.9585493,0.003484623,0.284905,1),(0.9586333,0.007169449,0.2845536,1),(0.9611897,0.02288416,0.2749377,1),(0.9610677,0.02199045,0.2754364,1),(0.9620082,0.01097889,0.2727996,1),(0.9619061,0.008615247,0.2732444,1),(0.9607068,0.02154867,0.2767273,1),(0.960111,0.02156077,0.2787865,1),(0.9614915,0.007153381,0.2747411,1),(0.960764,0.006592834,0.2772888,1),(0.9625108,-0.001700187,0.2712384,1),(0.9619953,-0.004743858,0.2730249,1),(0.9611034,-0.006443919,0.2761137,1),(0.9622369,-0.009982332,0.2720304,1),(0.9611616,-0.01290745,0.2756843,1),(0.9628772,-0.00542811,0.269885,1),(0.9626413,0.002687383,0.2707665,1),(0.9630683,0.0007562955,0.2692561,1),(0.959119,0.0207111,0.2822444,1),(0.9575959,0.01773052,0.2875688,1),(0.9596041,0.005812649,0.2812938,1),(0.9579156,0.003739098,0.2870255,1),(0.9554932,0.01263585,0.2947421,1),(0.9527571,0.005448879,0.3036847,1),(0.9556722,0.0003866269,0.2944328,1),(0.9528289,-0.004226226,0.3034784,1),(0.95795,-0.009356931,0.2867828,1),(0.9556346,-0.01141914,0.2943335,1),(0.9527884,-0.01387281,0.303318,1),(0.9554284,-0.01929045,0.2945923,1),(0.9526805,-0.02140895,0.3032185,1),(0.9577478,-0.01716343,0.2870967,1),(0.9597658,-0.007696145,0.2806962,1),(0.9596542,-0.01503423,0.2807807,1),(0.9497183,-0.002616912,0.3130948,1),(0.9467861,-0.01042284,0.3216948,1),(0.9497368,-0.009855905,0.3128941,1),(0.9467654,-0.01632257,0.3215104,1),(0.9439789,-0.01797029,0.3295161,1),(0.9413303,-0.02526078,0.3365398,1),(0.943917,-0.02362111,0.3293369,1),(0.9411877,-0.03174776,0.3363892,1),(0.9467938,-0.023073,0.3210126,1),(0.9439254,-0.03060567,0.3287372,1),(0.9411014,-0.04008722,0.3357397,1),(0.9439957,-0.04010085,0.3275121,1),(0.9410214,-0.05181713,0.3343556,1),(0.9468864,-0.03113385,0.3200578,1),(0.9497415,-0.01749113,0.3125462,1),(0.9497663,-0.0248994,0.3119678,1),(0.9390138,-0.03368398,0.3422258,1),(0.9371691,-0.04460763,0.3460118,1),(0.9387429,-0.04144629,0.342117,1),(0.9367146,-0.05344813,0.3459898,1),(0.9357303,-0.0580207,0.3479115,1),(0.9346225,-0.07391587,0.3478752,1),(0.9350446,-0.06774303,0.3479976,1),(0.9336455,-0.08431803,0.3481329,1),(0.9361413,-0.06542181,0.3454846,1),(0.9340671,-0.08139075,0.3476983,1),(0.9321529,-0.099538,0.3481139,1),(0.9325994,-0.1001873,0.3467287,1),(0.9299108,-0.1202857,0.3475589,1),(0.9352917,-0.0820576,0.3442325,1),(0.9384633,-0.05165026,0.341495,1),(0.9380765,-0.06592748,0.340097,1),(0.9332006,-0.09372452,0.3469186,1),(0.9306926,-0.1188564,0.3459545,1),(0.9319,-0.104395,0.3473672,1),(0.9290739,-0.1291639,0.3466097,1),(0.9267132,-0.1492677,0.3448506,1),(0.9208102,-0.1848596,0.3434177,1),(0.9248334,-0.1585858,0.3457363,1),(0.9187884,-0.1925696,0.3445935,1),(0.9264008,-0.1458271,0.3471539,1),(0.9216212,-0.1747827,0.3465047,1),(0.9151564,-0.2075281,0.3455734,1),(0.9169198,-0.1969806,0.3470687,1),(0.9098443,-0.2284424,0.3464063,1),(0.9224589,-0.1684409,0.3474152,1),(0.9298163,-0.1207351,0.3476563,1),(0.9267127,-0.1428687,0.3475518,1),(0.9131637,-0.2228753,0.3412604,1),(0.9042866,-0.2606978,0.3380864,1),(0.9113145,-0.2280564,0.3427771,1),(0.9031518,-0.2621034,0.3400273,1),(0.8941464,-0.2983576,0.3338938,1),(0.8827119,-0.3358762,0.3286439,1),(0.8944181,-0.2947486,0.336362,1),(0.8851981,-0.3260444,0.3318425,1),(0.8998714,-0.2713527,0.3414664,1),(0.8922413,-0.2993068,0.3381138,1),(0.8848703,-0.3247225,0.3340056,1),(0.8874679,-0.3112848,0.3398567,1),(0.8813217,-0.332067,0.33616,1),(0.8944246,-0.2871457,0.3428584,1),(0.9075806,-0.2407779,0.3439819,1),(0.9019696,-0.2595552,0.3450826,1),(0.8694745,-0.3739938,0.3227115,1),(0.8537509,-0.4135216,0.3164006,1),(0.8746132,-0.3580479,0.3268844,1),(0.8614588,-0.3928131,0.3218486,1),(0.8352534,-0.4544051,0.3096255,1),(0.8136969,-0.4965277,0.302254,1),(0.845376,-0.4302445,0.3165897,1),(0.8259709,-0.4701781,0.3109737,1),(0.8656494,-0.3803874,0.3255094,1),(0.8518555,-0.4135855,0.3213866,1),(0.8347412,-0.4501361,0.3171508,1),(0.8536395,-0.4067827,0.325311,1),(0.8388395,-0.4390363,0.3218627,1),(0.8654268,-0.3780942,0.3287571,1),(0.8765321,-0.350729,0.3296676,1),(0.8745512,-0.3531519,0.332331,1),(0.7901827,-0.5372566,0.2949011,1),(0.7663538,-0.5741717,0.2881468,1),(0.8043283,-0.5097407,0.3053203,1),(0.7819998,-0.5463049,0.3000453,1),(0.7425187,-0.6075105,0.2821293,1),(0.718933,-0.6375361,0.2769171,1),(0.7592022,-0.5800483,0.295222,1),(0.7360919,-0.6111709,0.2909279,1),(0.7950253,-0.5218448,0.3092132,1),(0.7739546,-0.55446,0.3058895,1),(0.7522094,-0.5850905,0.303068,1),(0.7852932,-0.5337663,0.3137007,1),(0.7656947,-0.5623959,0.3121259,1),(0.8040521,-0.5037156,0.3158653,1),(0.8153303,-0.4871118,0.3129833,1),(0.8219226,-0.4721649,0.3185961,1),(0.6958952,-0.6640844,0.2733528,1),(0.6738021,-0.6869506,0.2721938,1),(0.7128934,-0.6394978,0.2877946,1),(0.6899204,-0.6648458,0.2863393,1),(0.6528748,-0.706347,0.2735477,1),(0.6332892,-0.7224571,0.2774895,1),(0.667351,-0.6873776,0.2866265,1),(0.6453122,-0.7072482,0.2887423,1),(0.70726,-0.6400595,0.3001784,1),(0.6843333,-0.6644263,0.3003761,1),(0.6612041,-0.6868548,0.3017274,1),(0.7021016,-0.640251,0.31166,1),(0.6793451,-0.6637181,0.312999,1),(0.7240799,-0.6155794,0.3110791,1),(0.7299147,-0.6136505,0.301094,1),(0.7452816,-0.5896475,0.3112414,1),(0.6153012,-0.7354697,0.2837054,1),(0.5992071,-0.7455009,0.2918551,1),(0.6242748,-0.724382,0.2924921,1),(0.6047758,-0.7386636,0.2976954,1),(0.5850856,-0.7526343,0.3020205,1),(0.5730158,-0.7569045,0.3142427,1),(0.586942,-0.7502185,0.3044196,1),(0.5708547,-0.7591549,0.312744,1),(0.6167949,-0.7246843,0.3072403,1),(0.5963358,-0.739911,0.3113122,1),(0.5771682,-0.7528625,0.3163465,1),(0.6122988,-0.7230759,0.3197677,1),(0.5912561,-0.739039,0.3228586,1),(0.6340399,-0.7052818,0.3171293,1),(0.6384584,-0.7070459,0.3040674,1),(0.656418,-0.6855367,0.3148882,1),(0.563244,-0.7585139,0.3277389,1),(0.5559166,-0.7576939,0.3418431,1),(0.5567108,-0.7656506,0.3222611,1),(0.5445911,-0.7698784,0.3327277,1),(0.551071,-0.7544315,0.3565862,1),(0.54874,-0.7486899,0.3719515,1),(0.5345699,-0.7718658,0.3441776,1),(0.5266877,-0.7716219,0.3566505,1),(0.5432462,-0.7723082,0.3292772,1),(0.5286674,-0.778934,0.3373018,1),(0.5157689,-0.7835602,0.346433,1),(0.5334374,-0.7759625,0.3366403,1),(0.5162176,-0.7847443,0.3430683,1),(0.5517297,-0.7654595,0.3311586,1),(0.55944,-0.7636385,0.3223089,1),(0.5710269,-0.7531746,0.3265828,1),(0.5498435,-0.7399955,0.3873998,1),(0.555164,-0.7278736,0.4024836,1),(0.5219238,-0.7685539,0.3700277,1),(0.5211174,-0.7620587,0.3843216,1),(0.5646561,-0.7121522,0.4171363,1),(0.5782334,-0.6925958,0.4312274,1),(0.5242741,-0.7520137,0.3995148,1),(0.5313447,-0.7382219,0.4155736,1),(0.4986586,-0.784308,0.3690538,1),(0.495342,-0.779745,0.3829283,1),(0.4955426,-0.7717578,0.3985318,1),(0.4789053,-0.7950824,0.3721474,1),(0.472273,-0.7925754,0.3857234,1),(0.4884749,-0.7946056,0.3605472,1),(0.5054802,-0.7855632,0.3569038,1),(0.5009364,-0.7911687,0.3508771,1),(0.5964814,-0.6694582,0.4427592,1),(0.619883,-0.6431425,0.4495696,1),(0.543287,-0.7206561,0.43069,1),(0.5608755,-0.6993598,0.443074,1),(0.6481972,-0.61326,0.4513896,1),(0.6810018,-0.579376,0.4478392,1),(0.5839724,-0.6739554,0.4525045,1),(0.6122721,-0.6439982,0.4586817,1),(0.510957,-0.7445377,0.4296356,1),(0.5270866,-0.7247514,0.4437512,1),(0.5486256,-0.700346,0.4566461,1),(0.4809513,-0.7632579,0.4314202,1),(0.4944026,-0.7452113,0.4474662,1),(0.4727385,-0.7769818,0.4157134,1),(0.5004197,-0.7601012,0.4145193,1),(0.4698438,-0.7866859,0.4004649,1),(0.7168253,-0.5433985,0.4368975,1),(0.7541984,-0.50784,0.4162731,1),(0.6451106,-0.6108771,0.4589787,1),(0.6817282,-0.5764019,0.4505635,1),(0.7925075,-0.4724316,0.3856684,1),(0.8308063,-0.4368849,0.3448077,1),(0.7215837,-0.5401989,0.433015,1),(0.763804,-0.5018391,0.4059078,1),(0.608649,-0.6409544,0.4676791,1),(0.6467638,-0.606475,0.4624766,1),(0.6894024,-0.5680791,0.4494557,1),(0.5742077,-0.6665289,0.4754207,1),(0.6137903,-0.6309524,0.4745108,1),(0.5407887,-0.6970028,0.4708871,1),(0.5757946,-0.6720793,0.4655858,1),(0.5140914,-0.7230399,0.461436,1),(0.865786,-0.4032002,0.2963852,1),(0.8949677,-0.3744504,0.2425278,1),(0.805013,-0.4637085,0.3700384,1),(0.842441,-0.4292219,0.3256714,1),(0.9183813,-0.3506769,0.1833069,1),(0.9358346,-0.3318183,0.1187865,1),(0.8757651,-0.3982964,0.2727557,1),(0.9043812,-0.3707412,0.2112951,1),(0.7768912,-0.490121,0.3952486,1),(0.8186078,-0.4536258,0.352285,1),(0.8578368,-0.4183736,0.2984619,1),(0.7502735,-0.5144155,0.415291,1),(0.7976966,-0.4739939,0.3728406,1),(0.7031436,-0.5537127,0.4460845,1),(0.7336352,-0.5281811,0.4275561,1),(0.6574283,-0.5924035,0.4656675,1),(0.9469677,-0.316631,0.05474463,1),(0.9522781,-0.3052108,-0.003577435,1),(0.926456,-0.3466521,0.1466681,1),(0.9410851,-0.3276428,0.08371903,1),(0.9529355,-0.2979423,-0.05607317,1),(0.9499136,-0.2951005,-0.1028591,1),(0.949136,-0.3140491,0.02267672,1),(0.9513227,-0.306035,-0.03643743,1),(0.9166494,-0.3591636,0.175372,1),(0.9344684,-0.3385411,0.1102664,1),(0.9450574,-0.3240724,0.04293869,1),(0.9055321,-0.3741527,0.2000539,1),(0.9268031,-0.3523428,0.1299635,1),(0.8769038,-0.4017155,0.2639399,1),(0.8912822,-0.3858566,0.2381822,1),(0.8410212,-0.4350507,0.3215806,1),(0.9456018,-0.2940474,-0.139189,1),(0.9427446,-0.2923482,-0.1605156,1),(0.949675,-0.3008332,-0.08727354,1),(0.9470389,-0.2962797,-0.1238377,1),(0.942233,-0.2903045,-0.1670938,1),(0.9443304,-0.288007,-0.1590347,1),(0.944876,-0.2928652,-0.1464213,1),(0.9440814,-0.29083,-0.1553321,1),(0.9499431,-0.3046424,-0.06929106,1),(0.9482492,-0.2988214,-0.1073748,1),(0.945715,-0.2961695,-0.1338166,1),(0.94923,-0.310531,-0.05032764,1),(0.9476264,-0.3054413,-0.09332579,1),(0.947295,-0.3203609,0.001152934,1),(0.9494742,-0.3132556,-0.01922619,1),(0.9403948,-0.3345135,0.06130588,1),(0.9478875,-0.2858573,-0.140694,1),(0.951793,-0.283839,-0.1162989,1),(0.9448574,-0.2897232,-0.1526591,1),(0.9471911,-0.2883774,-0.1402413,1),(0.9556273,-0.2818214,-0.08574968,1),(0.9588426,-0.2796786,-0.04899764,1),(0.9507306,-0.2867019,-0.1179551,1),(0.9548406,-0.2844961,-0.08568219,1),(0.9440957,-0.2937276,-0.149691,1),(0.9464031,-0.2918287,-0.1384093,1),(0.9503847,-0.2893507,-0.1142154,1),(0.9441405,-0.2967785,-0.143253,1),(0.9468871,-0.2938499,-0.1306029,1),(0.9434994,-0.299738,-0.1413005,1),(0.9438841,-0.295183,-0.1481549,1),(0.9448898,-0.302706,-0.1247081,1),(0.9607694,-0.2769481,-0.01489609,1),(0.9617436,-0.2738438,0.007666962,1),(0.9580688,-0.2816553,-0.05267555,1),(0.9599748,-0.2786545,-0.02828463,1),(0.9625165,-0.2705792,0.0186757,1),(0.9634451,-0.26729,0.01815738,1),(0.961163,-0.2756939,-0.01258355,1),(0.9620315,-0.2728818,-0.005564368,1),(0.9568853,-0.2835706,-0.06291461,1),(0.9587007,-0.280849,-0.04490973,1),(0.9599407,-0.2783656,-0.0320369,1),(0.9552173,-0.2860879,-0.07558778,1),(0.9570077,-0.2839109,-0.05942011,1),(0.9529708,-0.2884876,-0.09285217,1),(0.9542265,-0.2864411,-0.08604274,1),(0.9502124,-0.2910855,-0.111201,1),(0.964474,-0.2639661,0.01057914,1),(0.9654712,-0.2605101,0.0001929314,1),(0.9628325,-0.2700425,-0.005531192,1),(0.963661,-0.2669021,-0.01098601,1),(0.9663509,-0.2568984,-0.01301388,1),(0.9669956,-0.253131,-0.02905647,1),(0.9644194,-0.2634654,-0.02193399,1),(0.9649345,-0.2596694,-0.03838053,1),(0.961673,-0.2729786,-0.02584285,1),(0.9623308,-0.269788,-0.03367269,1),(0.9626765,-0.2662217,-0.04878728,1),(0.9599093,-0.2760821,-0.04850722,1),(0.9601393,-0.2727997,-0.06093357,1),(0.9592724,-0.2790172,-0.04411199,1),(0.960871,-0.2758387,-0.02529521,1),(0.9583316,-0.2816392,-0.04774868,1),(0.967274,-0.2508802,-0.03795115,1),(0.9673392,-0.2517356,-0.02973431,1),(0.9651321,-0.2569966,-0.04972575,1),(0.9653979,-0.2567897,-0.04545371,1),(0.9667751,-0.2555928,-0.00428933,1),(0.96426,-0.2621463,0.03849681,1),(0.9655357,-0.2590187,-0.025496,1),(0.9646235,-0.2634315,0.01025691,1),(0.9631184,-0.2624753,-0.05924151,1),(0.9636862,-0.2633469,-0.04424256,1),(0.9638795,-0.2658771,-0.01567188,1),(0.9614016,-0.2682852,-0.06107326,1),(0.9622714,-0.2692356,-0.0393178,1),(0.9605895,-0.2685102,-0.07190229,1),(0.9627643,-0.2634291,-0.06074496,1),(0.9601722,-0.2700124,-0.07185215,1),(0.9573139,-0.2724628,0.09651018,1),(0.942847,-0.2876565,0.1682061,1),(0.9604537,-0.2715208,0.06168571,1),(0.9498897,-0.284592,0.1292941,1),(0.9172842,-0.3068988,0.2537773,1),(0.8763571,-0.3288177,0.351962,1),(0.929159,-0.3018086,0.2134831,1),(0.8935545,-0.3216717,0.3131894,1),(0.9548488,-0.2827713,0.09112608,1),(0.9388992,-0.2977507,0.1726641,1),(0.9090745,-0.315273,0.2723719,1),(0.9463517,-0.2948136,0.1323002,1),(0.9224752,-0.309812,0.2303386,1),(0.9578153,-0.2821573,0.05456355,1),(0.9619149,-0.2718546,0.0285472,1),(0.9619141,-0.2733415,-0.002393735,1),(0.8206499,-0.3510436,0.4508904,1),(0.7540376,-0.37327,0.5404598,1),(0.8425073,-0.3423801,0.4158812,1),(0.7788006,-0.3641422,0.5107545,1),(0.6768106,-0.3956043,0.6208258,1),(0.5888191,-0.4179579,0.6918116,1),(0.7021785,-0.3868985,0.5977081,1),(0.6120459,-0.4102384,0.6760949,1),(0.8038806,-0.3552638,0.4770363,1),(0.7289774,-0.3782054,0.5705721,1),(0.6376605,-0.4022977,0.6569213,1),(0.7565661,-0.3697601,0.5393378,1),(0.6652675,-0.3942573,0.6340191,1),(0.8285494,-0.3468913,0.4395135,1),(0.8635908,-0.3341845,0.3775337,1),(0.8832383,-0.3267314,0.3363581,1),(0.5084777,-0.4330235,0.7442722,1),(0.4585247,-0.4366449,0.7740131,1),(0.5274407,-0.4261914,0.7349608,1),(0.4725404,-0.4304323,0.7690472,1),(0.441447,-0.4319186,0.7864928,1),(0.4573254,-0.4199603,0.7838921,1),(0.4503163,-0.4264439,0.7844495,1),(0.4610092,-0.4156052,0.7840555,1),(0.4895345,-0.4237241,0.7621115,1),(0.4617896,-0.420499,0.7809807,1),(0.4665407,-0.4109654,0.7832288,1),(0.4760584,-0.4140907,0.7758204,1),(0.4741205,-0.4060396,0.7812436,1),(0.5096055,-0.4165113,0.7528749,1),(0.5493423,-0.4189178,0.7230012,1),(0.5740769,-0.4112553,0.7080289,1),(0.5095413,-0.4005744,0.7615169,1),(0.6047826,-0.3687791,0.7058612,1),(0.508471,-0.3976023,0.7637865,1),(0.5993581,-0.3674487,0.7111619,1),(0.7434356,-0.3118011,0.5916789,1),(0.8988779,-0.2120401,0.3834809,1),(0.7337691,-0.3134236,0.602784,1),(0.887331,-0.2192693,0.4056657,1),(0.5944117,-0.3662125,0.7159352,1),(0.7244039,-0.3151207,0.6131378,1),(0.8759805,-0.2261485,0.4260457,1),(0.7155347,-0.3168142,0.6226065,1),(0.865073,-0.2325927,0.444465,1),(0.590122,-0.3650197,0.7200811,1),(0.5084233,-0.3945562,0.7653961,1),(0.509575,-0.3914308,0.7662343,1),(0.9879974,-0.09341733,0.1230225,1),(0.9919598,0.008360136,-0.1262769,1),(0.9818888,-0.1066914,0.1565613,1),(0.9959677,-0.007412245,-0.0894068,1),(0.9249314,0.09444217,-0.3682155,1),(0.7779293,0.1661392,-0.6059901,1),(0.9379626,0.0801364,-0.3373491,1),(0.7932826,0.1567077,-0.5883411,1),(0.9982414,-0.02227736,-0.05493704,1),(0.9492911,0.06638607,-0.3073095,1),(0.8085104,0.1472724,-0.569756,1),(0.9589652,0.05330664,-0.2784671,1),(0.8236272,0.1379446,-0.5500994,1),(0.9990776,-0.03607484,-0.02329353,1),(0.9750641,-0.1190647,0.1872796,1),(0.9678806,-0.1304479,0.2149194,1),(0.6125908,0.2099131,-0.7620164,1),(0.5430009,0.225382,-0.8089209,1),(0.5433244,0.2246969,-0.8088943,1),(0.6216289,0.2049275,-0.7560306,1),(0.5803983,0.2215729,-0.7836092,1),(0.7153926,0.1949867,-0.6709647,1),(0.6941753,0.2046492,-0.6901009,1),(0.5705557,0.2249659,-0.7898458,1),(0.5621809,0.2287003,-0.7947634,1),(0.545725,0.2236946,-0.8075549,1),(0.6728405,0.2146469,-0.7079636,1),(0.6513793,0.2246954,-0.7247185,1),(0.5554821,0.2319805,-0.7985139,1),(0.5505537,0.2226233,-0.8045679,1),(0.6323419,0.2003706,-0.7483284,1),(0.6450421,0.1965011,-0.7384497,1),(0.8389585,0.1604585,-0.5200015,1),(0.8886189,0.1493184,-0.4336594,1),(0.8682914,0.1630017,-0.4685087,1),(0.8145737,0.1752857,-0.5529417,1),(0.8925251,0.1638581,-0.4201778,1),(0.8554845,0.2035352,-0.4761508,1),(0.8529603,0.1978302,-0.4830339,1),(0.8787536,0.1705507,-0.4457629,1),(0.8646079,0.1774128,-0.4700828,1),(0.8461448,0.1771433,-0.5026522,1),(0.851907,0.1917585,-0.4873225,1),(0.8522134,0.1856818,-0.4891367,1),(0.8498483,0.1846456,-0.4936232,1),(0.8218101,0.1916887,-0.5365478,1),(0.7883559,0.1905381,-0.5849701,1),(0.7600386,0.2059829,-0.6163704,1),(0.8193467,0.2382198,-0.5214617,1),(0.8426429,0.2404304,-0.4818155,1),(0.8624857,0.2185348,-0.4564656,1),(0.8310336,0.2215614,-0.5101899,1),(0.9286282,0.1959976,-0.3150151,1),(0.995407,0.06038627,0.0742877,1),(0.9909313,0.04793718,0.1255269,1),(0.945663,0.1739715,-0.2746916,1),(0.9624465,0.1490868,-0.2268696,1),(0.8843674,0.1943195,-0.4244222,1),(0.9831724,0.03432202,0.179427,1),(0.9719517,0.02006497,0.2343231,1),(0.9776443,0.1219737,-0.1712719,1),(0.907533,0.1682819,-0.3847922,1),(0.8450692,0.2036112,-0.4943689,1),(0.8611933,0.1848248,-0.4734827,1),(0.8790135,-0.09658203,0.4669125,1),(0.7389455,-0.1759057,0.6503972,1),(0.7146279,-0.1644491,0.6798995,1),(0.8547034,-0.0939418,0.510546,1),(0.6548078,-0.2081963,0.7265542,1),(0.6226654,-0.2148898,0.7524028,1),(0.6299478,-0.1970537,0.7512227,1),(0.6420974,-0.1924865,0.7420647,1),(0.6328506,-0.175029,0.7542313,1),(0.6921919,-0.151204,0.7056966,1),(0.641711,-0.1775549,0.7461107,1),(0.6588128,-0.156022,0.7359502,1),(0.628583,-0.1557562,0.7619864,1),(0.6735533,-0.1363256,0.7264579,1),(0.8294915,-0.09012041,0.5512006,1),(0.8050957,-0.08514629,0.5870017,1),(0.6375245,-0.2026015,0.7433136,1),(0.7014466,-0.1703487,0.692065,1),(0.7406135,-0.1434167,0.6564475,1),(0.6650366,-0.1818245,0.7243384,1),(0.8132508,-0.1084363,0.5717207,1),(0.9409382,-0.005444957,0.3385341,1),(0.9635352,0.04716014,0.2633926,1),(0.8529522,-0.07065354,0.5171853,1),(0.890782,-0.02980835,0.4534522,1),(0.782014,-0.1140064,0.612745,1),(0.978088,0.1029072,0.1809805,1),(0.9825183,0.1615837,0.09245749,1),(0.9247711,0.01448619,0.3802482,1),(0.8245697,-0.08146749,0.5598642,1),(0.6967519,-0.1591635,0.6994311,1),(0.732613,-0.1339845,0.6673277,1),(0.9905804,0.1242405,0.05757412,1),(0.9470254,0.2675789,-0.1776074,1),(0.9064186,0.3312159,-0.2621098,1),(0.9819508,0.1868321,-0.02943128,1),(0.8208945,0.4317331,-0.3738165,1),(0.5883137,0.6126758,-0.5277455,1),(0.4991939,0.6542478,-0.5681245,1),(0.7520533,0.4883731,-0.4426143,1),(0.6722406,0.5413485,-0.5050093,1),(0.8520284,0.3942755,-0.3443755,1),(0.4060818,0.6893655,-0.599894,1),(0.3120336,0.7173113,-0.6229762,1),(0.5830829,0.589421,-0.5591038,1),(0.7838883,0.4555743,-0.4218664,1),(0.9605517,0.2513043,-0.1191075,1),(0.9251132,0.3168734,-0.2091811,1),(0.3000082,0.7395039,-0.602602,1),(0.06356713,0.7928421,-0.6061028,1),(-0.01370389,0.7990319,-0.6011326,1),(0.2079399,0.761768,-0.6135719,1),(-0.1154176,0.8118842,-0.5722962,1),(-0.2555955,0.817897,-0.5154758,1),(-0.2731189,0.8103172,-0.5184516,1),(-0.1669661,0.8080001,-0.5650293,1),(-0.2074887,0.8038173,-0.5575179,1),(-0.08154161,0.8015653,-0.5923209,1),(-0.2796821,0.8046367,-0.5237725,1),(-0.2746384,0.801182,-0.5316777,1),(-0.2359873,0.8002033,-0.5513481,1),(-0.1380042,0.8014048,-0.5819838,1),(0.1202939,0.7775711,-0.6171811,1),(0.04014862,0.7872711,-0.6152986,1),(-0.3398447,0.8189152,-0.4624753,1),(-0.3445885,0.8268993,-0.4444054,1),(-0.3040414,0.8278406,-0.4714221,1),(-0.3246708,0.8147471,-0.4803916,1),(-0.2684152,0.8448716,-0.4627582,1),(-0.09785344,0.8545441,-0.5100777,1),(-0.0102634,0.8494504,-0.5275687,1),(-0.2041328,0.8470885,-0.4906842,1),(-0.1283592,0.8458559,-0.5177371,1),(-0.2516891,0.8282613,-0.5006353,1),(0.08483745,0.8382502,-0.5386458,1),(0.1845078,0.8205919,-0.540912,1),(-0.04211545,0.840052,-0.5408687,1),(-0.1873132,0.8272632,-0.5296691,1),(-0.2984054,0.8120953,-0.5014534,1),(-0.2604312,0.8106436,-0.5244356,1),(0.1207614,0.8335162,-0.5391359,1),(0.3357716,0.7881095,-0.5158883,1),(0.4364331,0.7524968,-0.4932289,1),(0.2225914,0.8133794,-0.5374635,1),(0.5490988,0.7134193,-0.4353429,1),(0.7492484,0.5963074,-0.2881742,1),(0.8025083,0.5486787,-0.2343757,1),(0.6325119,0.6669153,-0.3938945,1),(0.7063336,0.6188868,-0.3436161,1),(0.5313827,0.7120762,-0.4588897,1),(0.8459831,0.5029963,-0.1769389,1),(0.8796406,0.4608124,-0.1178326,1),(0.7688685,0.5716096,-0.2865374,1),(0.6173128,0.6689737,-0.4140039,1),(0.3250638,0.7866818,-0.5248479,1),(0.4242655,0.7545233,-0.5006928,1),(0.8856159,0.4503584,-0.1134102,1),(0.9467452,0.3197421,0.03792869,1),(0.9524895,0.2912075,0.08923023,1),(0.9099316,0.4108739,-0.0566317,1),(0.9626119,0.2147349,0.1651281,1),(0.9516232,0.1323991,0.2772794,1),(0.9452156,0.129251,0.2997695,1),(0.9585165,0.1982384,0.2048113,1),(0.9526977,0.1870985,0.2395024,1),(0.953651,0.2680912,0.136664,1),(0.9393468,0.130452,0.3171903,1),(0.9345044,0.135726,0.3290591,1),(0.9461107,0.1810758,0.2684884,1),(0.9514114,0.2504147,0.1791898,1),(0.9267321,0.3757215,-0.00100983,1),(0.93696,0.3455474,0.05198852,1),(0.9294869,0.0718257,0.3617941,1),(0.9150633,0.03666424,0.4016404,1),(0.9177138,0.05798541,0.3929874,1),(0.9267249,0.08213128,0.3666547,1),(0.9155893,0.02653019,0.4012385,1),(0.9314435,0.04080597,0.3615907,1),(0.9402198,0.07803965,0.3315062,1),(0.9226618,0.05671261,0.3814172,1),(0.9301237,0.08959442,0.3561499,1),(0.921688,0.08192893,0.379182,1),(0.9478275,0.1183922,0.2959837,1),(0.9533387,0.1622576,0.254593,1),(0.9373272,0.1253205,0.3251346,1),(0.9266495,0.108457,0.3599414,1),(0.9254745,0.09555838,0.366559,1),(0.925751,0.1119575,0.3611796,1),(0.9517031,0.07764164,0.2970406,1),(0.9657966,0.1347512,0.2215379,1),(0.9669799,0.1844037,0.1759123,1),(0.9585283,0.1210233,0.2580252,1),(0.9680989,0.2127476,0.1323742,1),(0.9502742,0.3101056,0.02852358,1),(0.928122,0.3716111,-0.02224293,1),(0.9596884,0.2686307,0.08268,1),(0.9442785,0.3277813,0.02995606,1),(0.9631524,0.2375808,0.126067,1),(0.8969938,0.4357438,-0.07436022,1),(0.8554688,0.5020573,-0.1269314,1),(0.9203236,0.3903181,-0.02562018,1),(0.9528812,0.2947509,0.07168911,1),(0.9623041,0.1678598,0.2139954,1),(0.9618272,0.218726,0.1644606,1),(0.9059442,0.4170742,-0.07289919,1),(0.834999,0.5278847,-0.1552878,1),(0.780912,0.592535,-0.197683,1),(0.8678531,0.4817953,-0.1212608,1),(0.7341822,0.6426701,-0.2189787,1),(0.5979629,0.7574024,-0.262263,1),(0.5121982,0.811538,-0.2811743,1),(0.6641386,0.7039803,-0.2516575,1),(0.5840033,0.7621205,-0.2794861,1),(0.7159119,0.6566011,-0.2373719,1),(0.4187546,0.8594909,-0.2931212,1),(0.3193875,0.8999697,-0.2967256,1),(0.4943315,0.815638,-0.3006175,1),(0.639636,0.7187603,-0.2724875,1),(0.8193055,0.5478824,-0.1690073,1),(0.7592844,0.6143612,-0.2145865,1),(0.4377892,0.8548127,-0.2786323,1),(0.26873,0.9265452,-0.2632454,1),(0.1647946,0.9537162,-0.2515316,1),(0.3396264,0.8973254,-0.2818885,1),(0.0890139,0.9724654,-0.215378,1),(-0.1024277,0.985805,-0.1330311,1),(-0.1941876,0.9762871,-0.0956807,1),(-0.01302901,0.9817186,-0.1898912,1),(-0.1114278,0.9812948,-0.1569851,1),(0.06070549,0.9709951,-0.2312653,1),(-0.2791524,0.9587749,-0.05314703,1),(-0.3557248,0.93457,-0.006228225,1),(-0.2035335,0.9720239,-0.1172342,1),(-0.04046189,0.9784387,-0.2025354,1),(0.2373796,0.9311577,-0.27676,1),(0.1338181,0.9555747,-0.2626211,1),(-0.2819475,0.9589192,-0.03129437,1),(-0.4274302,0.9010328,0.07377898,1),(-0.486729,0.8653083,0.1197348,1),(-0.3581683,0.9335592,0.01352114,1),(-0.5417283,0.8206877,0.1816649,1),(-0.6283421,0.7203409,0.2937602,1),(-0.6537924,0.6833426,0.3249587,1),(-0.5837096,0.7807813,0.2228532,1),(-0.6161525,0.743571,0.2597277,1),(-0.5361295,0.8279026,0.1647497,1),(-0.6714061,0.6540238,0.3485206,1),(-0.68223,0.6342795,0.3636647,1),(-0.639967,0.7109822,0.291456,1),(-0.5759732,0.7905862,0.2079145,1),(-0.4254646,0.9029422,0.0606238,1),(-0.4833337,0.8686056,0.1091465,1),(-0.683264,0.6200949,0.385529,1),(-0.7111641,0.5512477,0.436316,1),(-0.7140717,0.5414931,0.4437195,1),(-0.6953483,0.5938871,0.4047086,1),(-0.7231125,0.5206912,0.4538601,1),(-0.7240719,0.5292085,0.4423327,1),(-0.7114721,0.5628753,0.4206885,1),(-0.7188174,0.5311735,0.4485044,1),(-0.7100198,0.5547183,0.4337734,1),(-0.7128559,0.5451858,0.4411449,1),(-0.6919602,0.6069232,0.3909417,1),(-0.6633239,0.6601551,0.3524157,1),(-0.6952872,0.5915152,0.4082713,1),(-0.7071496,0.5633612,0.4272746,1),(-0.7019546,0.5794134,0.4141737,1),(-0.7036172,0.5782542,0.4129709,1),(-0.7102621,0.5711852,0.4114307,1),(-0.6741935,0.6407068,0.367366,1),(-0.6337217,0.7055023,0.3172751,1),(-0.685822,0.6248255,0.3731507,1),(-0.6061702,0.7349053,0.3040916,1),(-0.4940398,0.8423241,0.2154413,1),(-0.4099732,0.897911,0.1602435,1),(-0.5452555,0.8008244,0.2477429,1),(-0.4714327,0.8612239,0.1898545,1),(-0.5806555,0.7706119,0.2626722,1),(-0.3154005,0.942858,0.1074314,1),(-0.2125193,0.9753451,0.05947646,1),(-0.3852005,0.9131927,0.1330398,1),(-0.5139282,0.8328667,0.205453,1),(-0.6511697,0.6842239,0.3283527,1),(-0.6042187,0.7468568,0.2777133,1),(-0.3464132,0.9300829,0.1222445,1),(-0.1792727,0.9824541,0.05143264,1),(-0.06624177,0.9977253,0.01250044,1),(-0.2432665,0.9671471,0.07380988,1),(0.008074635,0.9999622,0.003225968,1),(0.2156842,0.9762124,-0.02212377,1),(0.3178318,0.9475425,-0.03385702,1),(0.1208409,0.9923959,-0.02340072,1),(0.2302423,0.9722623,-0.0411647,1),(0.04820352,0.9986735,-0.01810265,1),(0.4126472,0.9100994,-0.03796354,1),(0.4986861,0.8660724,-0.03508543,1),(0.3334686,0.9414359,-0.04997141,1),(0.1605304,0.9862421,-0.03945031,1),(-0.1338449,0.9905033,0.03144615,1),(-0.02148441,0.9997645,-0.003058366,1),(0.4157744,0.9091132,-0.02539155,1),(0.5855804,0.8105913,-0.00609453,1),(0.6548535,0.7557204,0.007327228,1),(0.501871,0.8646436,-0.02273253,1),(0.72825,0.6843876,0.03557548,1),(0.8433021,0.5281211,0.09964728,1),(0.875949,0.4661402,0.1242041,1),(0.7797413,0.6235664,0.056288,1),(0.82035,0.566582,0.07752912,1),(0.713146,0.7006105,0.02382614,1),(0.8992365,0.4121948,0.1465243,1),(0.9144261,0.3698511,0.1644229,1),(0.8509223,0.5161954,0.09733155,1),(0.7608942,0.6475294,0.04178035,1),(0.5781159,0.815823,-0.01465989,1),(0.6442823,0.7647843,-0.002331874,1),(0.9183714,0.3573101,0.1700692,1),(0.9525681,0.1964731,0.2324054,1),(0.9555817,0.1508292,0.2532073,1),(0.9337885,0.3001602,0.1947894,1),(0.9562368,0.04879637,0.2884963,1),(0.9361331,-0.08821905,0.3404,1),(0.9345625,-0.09204098,0.3436879,1),(0.9530849,0.02109021,0.3019673,1),(0.950559,0.006323693,0.3104799,1),(0.9558654,0.1185701,0.2688164,1),(0.9351252,-0.08466803,0.3440526,1),(0.9494382,0.005194176,0.3139113,1),(0.9373055,-0.06882536,0.3416455,1),(0.9550286,0.1025095,0.2782305,1),(0.94281,0.2546342,0.2151062,1),(0.9471958,0.2245068,0.2289475,1),(0.9113728,-0.1757353,0.3721782,1),(0.9116908,-0.1746934,0.3718901,1),(0.9165819,-0.1549161,0.3686171,1),(0.9204609,-0.1310245,0.3682176,1),(0.9389362,-0.07698998,0.3353674,1),(0.962183,0.1365563,0.2357037,1),(0.9440216,0.2395888,0.2267609,1),(0.9446834,-0.008632462,0.32787,1),(0.9453713,0.06330046,0.3197907,1),(0.92962,-0.08249172,0.3591685,1),(0.9165623,0.3365631,0.2159603,1),(0.8883749,0.4084239,0.2097135,1),(0.9427642,0.1236211,0.3096991,1),(0.9368725,-0.03730925,0.347675,1),(0.9235563,-0.1258546,0.3622217,1),(0.9302251,-0.09406139,0.3547307,1),(0.919867,0.3765037,0.1099531,1),(0.843008,0.5367995,0.03440594,1),(0.8636248,0.4963247,0.08839624,1),(0.7602072,0.6494964,0.01548015,1),(0.7748351,0.6321446,-0.004858643,1),(0.7267625,0.6868573,-0.006574591,1),(0.6859765,0.7274602,-0.01542398,1),(0.6483998,0.7612804,-0.005469731,1),(0.6739696,0.7386623,0.01196335,1),(0.6003944,0.7995864,-0.01371408,1),(0.5762169,0.8172956,0.001357778,1),(0.5386818,0.8425024,-0.003410618,1),(0.5242555,0.8514695,0.01249066,1),(0.6093903,0.7926342,0.01935136,1),(0.7948923,0.6005642,0.0864236,1),(0.7390035,0.667691,0.08979139,1),(0.689549,0.7240517,0.01646991,1),(0.6486201,0.7598415,0.04396595,1),(0.6042342,0.7953345,0.04841629,1),(0.6281863,0.7777995,0.02024702,1),(0.6020244,0.7953133,0.07101621,1),(0.5491704,0.8295655,0.1011581,1),(0.5416756,0.8346369,0.09984462,1),(0.5756364,0.8142724,0.07485408,1),(0.5666556,0.8218526,0.0588193,1),(0.5537506,0.82906,0.07758686,1),(0.5353633,0.8396656,0.09136662,1),(0.5309635,0.8438517,0.07740807,1),(0.5209211,0.8500999,0.07727311,1),(0.5352837,0.8422688,0.06367625,1),(0.5741212,0.8181102,0.03287393,1),(0.5331863,0.8449465,0.04216426,1),(0.5209431,0.8446401,0.1232932,1),(0.5515928,0.8248333,0.1240784,1),(0.582288,0.8049304,0.1141385,1),(0.5326478,0.8383917,0.1156962,1),(0.6456062,0.7571447,0.099622,1),(0.7940556,0.6064747,0.04079231,1),(0.8533033,0.5202159,0.03533947,1),(0.6947777,0.7135169,0.09043066,1),(0.7353773,0.6737908,0.07229386,1),(0.6079329,0.7882164,0.09556393,1),(0.8977575,0.4398634,0.02348745,1),(0.9226087,0.3855186,0.0129843,1),(0.7536885,0.6549214,0.05505985,1),(0.6124475,0.7874937,0.06900468,1),(0.5424317,0.8340269,0.1008315,1),(0.5357558,0.840673,0.07895941,1),(0.9191505,0.3931344,-0.02464885,1),(0.9788418,0.197115,-0.05490302,1),(0.9958028,0.07813553,-0.04766157,1),(0.9624586,0.2703108,-0.02460497,1),(0.9980984,0.03836711,-0.04824542,1),(0.9960263,-0.08641558,-0.02154181,1),(0.9977625,-0.04586468,-0.0486454,1),(0.9932488,-0.1130988,-0.02580063,1),(0.9986914,-0.01858344,-0.04764702,1),(0.9928916,-0.1083996,-0.04915087,1),(0.9917071,-0.125357,-0.02833386,1),(0.9877788,-0.148104,-0.0485605,1),(0.991257,-0.1282878,-0.03085168,1),(0.9950528,-0.08487356,-0.05163798,1),(0.9864309,0.1626902,-0.0220409,1),(0.9957832,0.08620022,-0.0313927,1),(0.9835134,-0.180409,0.01240888,1),(0.9684051,-0.2474831,0.03072222,1),(0.9877926,-0.1557086,0.004534289,1),(0.979271,-0.2014591,0.02103459,1),(0.956055,-0.2913972,0.03235009,1),(0.9490297,-0.3146698,0.0180401,1),(0.9678854,-0.2502789,0.0236262,1),(0.9532743,-0.3018409,0.01265786,1),(0.988322,-0.1519589,0.01132281,1),(0.9777686,-0.2091175,0.01544143,1),(0.9557247,-0.2941206,0.009127119,1),(0.9839864,-0.1779685,0.009900055,1),(0.9551605,-0.2959579,0.008796948,1),(0.9938576,-0.1106057,0.003655257,1),(0.9922922,-0.123875,-0.003343825,1),(0.995495,-0.09429339,-0.009927396,1),(0.9366376,-0.3502698,0.004593619,1),(0.9020947,-0.4314394,0.009231634,1),(0.9290929,-0.3698299,0.003491108,1),(0.8830131,-0.4692185,0.01103908,1),(0.8283297,-0.5592538,0.03324116,1),(0.6887604,-0.7208919,0.07696787,1),(0.7997841,-0.5991986,0.03614384,1),(0.6599665,-0.747163,0.07868806,1),(0.8565301,-0.5158494,0.01598693,1),(0.7633082,-0.6446971,0.04154664,1),(0.6264896,-0.7751452,0.081613,1),(0.7234362,-0.6886907,0.04842584,1),(0.5938964,-0.8000629,0.08477316,1),(0.8246067,-0.565218,0.02350512,1),(0.9172062,-0.3983777,0.005290592,1),(0.900867,-0.4339735,0.01028336,1),(0.5200216,-0.8457069,0.1198216,1),(0.3947768,-0.9072238,0.1452453,1),(0.4997937,-0.8577815,0.1200714,1),(0.381607,-0.9128588,0.1451371,1),(0.3219492,-0.933481,0.1579929,1),(0.2981605,-0.940724,0.1616746,1),(0.3126401,-0.936632,0.1580395,1),(0.2900568,-0.9432824,0.1615104,1),(0.3706169,-0.91752,0.144222,1),(0.3069758,-0.9387079,0.1568228,1),(0.2861454,-0.9447543,0.1598748,1),(0.3094964,-0.9384138,0.1535951,1),(0.2909879,-0.9438716,0.1563088,1),(0.3664657,-0.9195591,0.1418238,1),(0.4790065,-0.8695328,0.1202726,1),(0.4627077,-0.8783963,0.1196721,1),(0.8765305,-0.2862085,0.387013,1),(0.8756781,-0.2796091,0.3937086,1),(0.8829979,-0.2568702,0.3928517,1),(0.8397973,-0.3575197,0.4085589,1),(0.8513438,-0.3301099,0.4077268,1),(0.8397824,-0.3651285,0.4018044,1),(0.8941978,-0.2184427,0.3907597,1),(0.9075722,-0.1641942,0.3864625,1),(0.869049,-0.2835287,0.4054199,1),(0.8901746,-0.2171762,0.4005293,1),(0.8095608,-0.4122607,0.4179143,1),(0.8354447,-0.3579363,0.4170296,1),(0.8665357,-0.2795214,0.4135019,1),(0.7963983,-0.4323891,0.4228348,1),(0.8375347,-0.3456762,0.4231355,1),(0.7625359,-0.4915981,0.4205594,1),(0.7911375,-0.4527364,0.4112557,1),(0.7926267,-0.4438895,0.4179773,1),(0.7404137,-0.5256738,0.418873,1),(0.7364604,-0.5355572,0.4132852,1),(0.9199543,-0.1051764,0.3776532,1),(0.929466,-0.05181741,0.3652506,1),(0.9095061,-0.1429815,0.3903267,1),(0.9251291,-0.07388969,0.372393,1),(0.9378462,-0.004824535,0.3470174,1),(0.9453926,0.03644933,0.3238892,1),(0.945902,0.0540396,0.3199203,1),(0.9366216,-0.007661938,0.3502587,1),(0.9167322,-0.1045692,0.385574,1),(0.9321302,-0.02044265,0.3615456,1),(0.9428884,0.06037784,0.3275914,1),(0.9343293,0.042112,0.3539145,1),(0.9232617,-0.05404717,0.3803509,1),(0.9031256,-0.1488535,0.402749,1),(0.8948986,-0.190315,0.4036542,1),(0.8749986,-0.2459502,0.4169964,1),(0.9511006,0.06716666,0.3014903,1),(0.9548276,0.08199278,0.2856248,1),(0.9541979,0.1271355,0.2708187,1),(0.9514399,0.1022817,0.2903456,1),(0.9578105,0.08079271,0.2758111,1),(0.9600303,0.06397302,0.2724873,1),(0.9568479,0.1284197,0.2606731,1),(0.9587436,0.1079561,0.2629755,1),(0.9498835,0.1660502,0.264856,1),(0.9485853,0.1602905,0.2729341,1),(0.9521394,0.1434699,0.269902,1),(0.9394391,0.1595919,0.3032898,1),(0.9377636,0.1781732,0.2980837,1),(0.9378143,0.165472,0.3051613,1),(0.9474865,0.1253074,0.2942233,1),(0.9381938,0.1204246,0.3244849,1),(0.9607294,0.04137695,0.2743847,1),(0.9601213,0.02218389,0.2787022,1),(0.9593716,0.07853029,0.2709963,1),(0.9585919,0.05331573,0.279748,1),(0.9583672,0.006294064,0.2854692,1),(0.9555589,-0.006372235,0.2947316,1),(0.9566844,0.03216797,0.2893443,1),(0.9538497,0.01495568,0.2999117,1),(0.9520152,0.0549648,0.3010745,1),(0.9532951,0.07980807,0.2913061,1),(0.9499614,0.03452481,0.3104534,1),(0.9404262,0.05185534,0.3360203,1),(0.9410579,0.07341488,0.3301821,1),(0.9413138,0.09843595,0.3228603,1),(0.953477,0.1092424,0.2809763,1),(0.9408949,0.127099,0.313947,1),(0.9530573,-0.01415431,0.3024589,1),(0.9522521,-0.01519177,0.3049347,1),(0.9516782,0.00323495,0.3070802,1),(0.9517605,-0.001045198,0.3068403,1),(0.9532048,-0.009493077,0.3021764,1),(0.9557603,0.002930444,0.2941319,1),(0.9522497,0.003066512,0.3053049,1),(0.9550897,0.01456243,0.2959588,1),(0.9498412,0.01207997,0.3124992,1),(0.9498847,0.01678714,0.3121493,1),(0.953524,0.02710874,0.300095,1),(0.945429,0.03042775,0.3244043,1),(0.9507983,0.03920466,0.3073198,1),(0.94245,0.02743141,0.3332198,1),(0.9482854,0.02028961,0.3167698,1),(0.941456,0.03257757,0.3355583,1),(0.9585791,0.01554376,0.2844021,1),(0.9606432,0.02175348,0.2769323,1),(0.9582131,0.02682088,0.2847953,1),(0.9605545,0.03278096,0.2761532,1),(0.9621161,0.02157686,0.271785,1),(0.963035,0.01503337,0.2689565,1),(0.9622858,0.03244415,0.270099,1),(0.9634489,0.02581972,0.2666451,1),(0.9604371,0.04432452,0.2749472,1),(0.9627848,0.04407906,0.26665,1),(0.9645223,0.03792607,0.2612631,1),(0.9642974,0.05402203,0.2592532,1),(0.9671398,0.04844191,0.2495876,1),(0.9607221,0.05433845,0.2721402,1),(0.9574134,0.03866317,0.2861203,1),(0.9562957,0.04939764,0.2881985,1),(0.9633632,0.00614791,0.2681297,1),(0.9631503,-0.001070935,0.2689614,1),(0.9639878,0.01683195,0.2654132,1),(0.9639287,0.00938085,0.2659951,1),(0.9624307,-0.006615189,0.2714472,1),(0.9612241,-0.01048437,0.2755692,1),(0.9633041,0.003480389,0.2683899,1),(0.9621354,-0.0008642072,0.2725707,1),(0.9659837,0.02252832,0.2576201,1),(0.9657351,0.01690909,0.2589783,1),(0.9648677,0.01268845,0.2624297,1),(0.9709057,0.03011576,0.2375607,1),(0.9706348,0.02674143,0.2390669,1),(0.9704392,0.03486038,0.238815,1),(0.9655902,0.02954001,0.2583852,1),(0.9692015,0.04097461,0.2428364,1),(0.9596045,-0.01370921,0.2810182,1),(0.9576136,-0.01730673,0.2875356,1),(0.9605514,-0.00512289,0.2780549,1),(0.9593241,-0.01064446,0.2821065,1),(0.9549791,-0.02136035,0.2959032,1),(0.9523249,-0.02559225,0.3040105,1),(0.9540154,-0.02563157,0.29866,1),(0.9565142,-0.01757068,0.291156,1),(0.9601371,-0.00989493,0.2793547,1),(0.9625719,-0.0001932574,0.2710268,1),(0.9576996,-0.02227806,0.2869064,1),(0.9665555,0.0008791054,0.2564562,1),(0.9639664,-0.01513872,0.2655927,1),(0.9684433,0.01334085,0.2488771,1),(0.9635364,0.00780645,0.2674636,1),(0.9697677,0.02201569,0.243035,1),(0.9495382,-0.03145245,0.3120705,1),(0.9466826,-0.0403015,0.3196368,1),(0.9482278,-0.04863915,0.3138445,1),(0.9512451,-0.03569533,0.3063637,1),(0.9437132,-0.0521477,0.3266282,1),(0.9409124,-0.06697539,0.331961,1),(0.9444488,-0.06456993,0.3222531,1),(0.9404692,-0.08356349,0.3294463,1),(0.9467463,-0.074886,0.313151,1),(0.9509427,-0.05444443,0.3045385,1),(0.9415866,-0.09845037,0.3220595,1),(0.9437016,-0.1091006,0.3122889,1),(0.9513234,-0.08212034,0.2970523,1),(0.9562705,-0.05600798,0.2870711,1),(0.9552813,-0.03737529,0.2933271,1),(0.9613357,-0.0359286,0.2730255,1),(0.9374558,-0.08430985,0.3377404,1),(0.9339736,-0.1032597,0.3420976,1),(0.936193,-0.104665,0.3355413,1),(0.9317499,-0.1267579,0.3402568,1),(0.930407,-0.1237821,0.3449939,1),(0.9266864,-0.1458232,0.3463926,1),(0.927051,-0.1497612,0.3437265,1),(0.9223381,-0.1736773,0.3451502,1),(0.9229432,-0.1743803,0.3431724,1),(0.9296967,-0.1492504,0.3367319,1),(0.9171097,-0.2004263,0.3445852,1),(0.918929,-0.1946019,0.3430738,1),(0.9114236,-0.2230681,0.3457566,1),(0.9275528,-0.1677742,0.3339127,1),(0.9357616,-0.123773,0.3301976,1),(0.9357052,-0.1388505,0.3243088,1),(0.9224017,-0.1696371,0.3469847,1),(0.9171273,-0.1954948,0.3473608,1),(0.9168134,-0.1984773,0.3464969,1),(0.9104287,-0.2243956,0.3475142,1),(0.9106969,-0.2233929,0.3474574,1),(0.9029275,-0.2533135,0.3472092,1),(0.9030811,-0.2514546,0.3481594,1),(0.8946539,-0.2796606,0.3484027,1),(0.9027722,-0.2519413,0.3486086,1),(0.8945632,-0.2781477,0.3498437,1),(0.8855887,-0.3047018,0.3505557,1),(0.885752,-0.3007992,0.3535015,1),(0.8763905,-0.325949,0.3545377,1),(0.8947119,-0.2753094,0.3517036,1),(0.9102728,-0.2260498,0.3468502,1),(0.9032723,-0.2494183,0.3491268,1),(0.8946313,-0.2823173,0.3463119,1),(0.8869507,-0.3075546,0.34457,1),(0.8859259,-0.3066398,0.3480048,1),(0.8779448,-0.3300849,0.3467808,1),(0.8801509,-0.3290942,0.3420988,1),(0.8744511,-0.3470261,0.3389812,1),(0.8709532,-0.3500554,0.3448213,1),(0.8651479,-0.3666287,0.3422022,1),(0.8682743,-0.3519196,0.3496461,1),(0.8610341,-0.3709547,0.3478692,1),(0.8549798,-0.3870184,0.3452917,1),(0.8517075,-0.3888441,0.3512757,1),(0.8457164,-0.404629,0.3479069,1),(0.8589191,-0.3704984,0.3535377,1),(0.876528,-0.329852,0.3505657,1),(0.8672042,-0.3495491,0.354644,1),(0.8684489,-0.3648688,0.3356592,1),(0.8605226,-0.3860213,0.3323979,1),(0.8593782,-0.3826871,0.3391454,1),(0.852311,-0.4009816,0.3358268,1),(0.8504508,-0.4103838,0.3291182,1),(0.8379915,-0.4378074,0.3257221,1),(0.8438216,-0.4214322,0.3322047,1),(0.8337794,-0.4439407,0.3282204,1),(0.8430153,-0.4183477,0.3380983,1),(0.8361015,-0.4354466,0.3336471,1),(0.828504,-0.4534223,0.3286174,1),(0.8297641,-0.448101,0.3327118,1),(0.824505,-0.4623074,0.3262871,1),(0.8350564,-0.4337294,0.3384668,1),(0.8492936,-0.4021884,0.3419719,1),(0.8403774,-0.4192271,0.3435322,1),(0.8238096,-0.4661548,0.3225486,1),(0.8087338,-0.4934725,0.320054,1),(0.8225185,-0.4671056,0.3244623,1),(0.8104653,-0.4896716,0.3215086,1),(0.7927945,-0.5198063,0.3182426,1),(0.7760131,-0.5451905,0.3171292,1),(0.7976342,-0.5116525,0.3193611,1),(0.7840368,-0.5330542,0.3180244,1),(0.8111621,-0.4895362,0.3199539,1),(0.8014255,-0.5071517,0.3170402,1),(0.7909935,-0.5244646,0.3150653,1),(0.8056217,-0.504098,0.3112216,1),(0.7979413,-0.5178334,0.3084447,1),(0.812618,-0.490258,0.3151175,1),(0.8201917,-0.4716243,0.323815,1),(0.8189173,-0.4763244,0.3201397,1),(0.7582974,-0.5697988,0.3167245,1),(0.7395032,-0.5938174,0.3170427,1),(0.7694541,-0.5541639,0.3175575,1),(0.753599,-0.5752595,0.3180645,1),(0.7195872,-0.6172641,0.3180869,1),(0.6984972,-0.6401513,0.3198562,1),(0.7364043,-0.5963271,0.3195349,1),(0.717795,-0.617354,0.3219388,1),(0.7667009,-0.5596026,0.314666,1),(0.7523915,-0.5777408,0.3164215,1),(0.7365376,-0.5962177,0.3194317,1),(0.7673609,-0.561809,0.3090758,1),(0.7541034,-0.5776767,0.3124382,1),(0.7790403,-0.5465181,0.3072685,1),(0.7795455,-0.5418346,0.3142037,1),(0.7892143,-0.5318503,0.3070441,1),(0.6767686,-0.6620069,0.3220731,1),(0.6550236,-0.6823938,0.3244728,1),(0.6981795,-0.637925,0.324957,1),(0.6780295,-0.657672,0.3282433,1),(0.6332944,-0.7013936,0.327086,1),(0.6116033,-0.7190807,0.3299456,1),(0.6573199,-0.676632,0.3318125,1),(0.6360279,-0.6948325,0.3356729,1),(0.7013872,-0.632976,0.3277155,1),(0.6823472,-0.6509942,0.3325789,1),(0.66225,-0.6687576,0.3379175,1),(0.7067314,-0.6268375,0.3280329,1),(0.6884449,-0.6434946,0.334602,1),(0.723718,-0.6102948,0.3221376,1),(0.7194291,-0.6147169,0.3233339,1),(0.7394831,-0.5938997,0.3169351,1),(0.5900387,-0.7353933,0.3332432,1),(0.5687292,-0.7502631,0.337124,1),(0.614224,-0.7121893,0.3398756,1),(0.5920425,-0.7286343,0.3443511,1),(0.547725,-0.7637402,0.3416111,1),(0.5270615,-0.7758747,0.3467344,1),(0.5694801,-0.7441872,0.3491103,1),(0.5465231,-0.7588686,0.3541621,1),(0.6191868,-0.7032881,0.3492758,1),(0.5962835,-0.720004,0.3550217,1),(0.5723853,-0.7363386,0.3608054,1),(0.6261789,-0.6939787,0.355378,1),(0.6028164,-0.7108962,0.3622691,1),(0.6481757,-0.6770825,0.3484643,1),(0.6411586,-0.6862029,0.3435711,1),(0.6689017,-0.6602454,0.3415354,1),(0.5075759,-0.7860093,0.352925,1),(0.4901927,-0.793528,0.3605892,1),(0.5239922,-0.7720054,0.3597773,1),(0.5028318,-0.7829954,0.3661673,1),(0.4750043,-0.7985126,0.3697952,1),(0.4620704,-0.801015,0.3806129,1),(0.483121,-0.7919391,0.3733986,1),(0.4649207,-0.7989256,0.3815316,1),(0.5247651,-0.7653524,0.3726355,1),(0.5019717,-0.7775559,0.3787231,1),(0.4799036,-0.7883412,0.3849815,1),(0.5303158,-0.7571133,0.3815033,1),(0.5060189,-0.7706686,0.3873172,1),(0.554541,-0.7426697,0.3754013,1),(0.5482513,-0.7516425,0.3666799,1),(0.5787074,-0.7272817,0.3689975,1),(0.452684,-0.8005304,0.3927188,1),(0.4480358,-0.7965149,0.40599,1),(0.4494677,-0.8033608,0.390628,1),(0.4379601,-0.8046364,0.4009378,1),(0.4481851,-0.7888977,0.4204409,1),(0.4531277,-0.7775133,0.43606,1),(0.4304965,-0.802801,0.4125329,1),(0.4271289,-0.7978336,0.4254674,1),(0.442387,-0.8030169,0.3993213,1),(0.4281776,-0.806389,0.4079224,1),(0.4171233,-0.8072302,0.4175974,1),(0.4412182,-0.8001361,0.4063354,1),(0.4235097,-0.8058779,0.4137636,1),(0.4609322,-0.7924237,0.3995074,1),(0.4596666,-0.7970401,0.3917061,1),(0.4825657,-0.782641,0.3931965,1),(0.4643872,-0.7621326,0.4511078,1),(0.4832181,-0.7424268,0.4640073,1),(0.4296382,-0.7891836,0.4388626,1),(0.4395566,-0.7761392,0.452104,1),(0.509477,-0.7178557,0.4744643,1),(0.5428166,-0.6877388,0.4820431,1),(0.4568586,-0.7583002,0.4650386,1),(0.4813887,-0.7350946,0.4773896,1),(0.4116988,-0.7979963,0.4401203,1),(0.4190685,-0.7867864,0.4531542,1),(0.4331596,-0.7707476,0.4672482,1),(0.3986605,-0.8022524,0.4443657,1),(0.4017898,-0.7929182,0.4580893,1),(0.4012861,-0.8074533,0.4324216,1),(0.4110681,-0.8047434,0.4282653,1),(0.4096066,-0.80866,0.4222458,1),(0.5821692,-0.6536309,0.4835757,1),(0.6264141,-0.6174958,0.4757143,1),(0.5131907,-0.7073826,0.4860506,1),(0.552149,-0.6761636,0.487785,1),(0.6749295,-0.5786879,0.4578104,1),(0.7265975,-0.5365018,0.4292108,1),(0.5977737,-0.640643,0.4819161,1),(0.6491072,-0.5999442,0.4676824,1),(0.4856574,-0.7250293,0.4883332,1),(0.5246385,-0.6946524,0.4921508,1),(0.571293,-0.6580194,0.4905455,1),(0.4622114,-0.7365522,0.4938132,1),(0.5004727,-0.7059742,0.5011261,1),(0.4327717,-0.7606598,0.4838445,1),(0.4550585,-0.7501147,0.4798435,1),(0.4125831,-0.7792128,0.4718077,1),(0.7766635,-0.494073,0.39075,1),(0.8213189,-0.4559373,0.3428653,1),(0.7018489,-0.5571585,0.4438271,1),(0.7523706,-0.5166351,0.408689,1),(0.8603954,-0.4221322,0.2855244,1),(0.8933755,-0.3925076,0.2186734,1),(0.8001905,-0.4781819,0.3619907,1),(0.8444132,-0.4414443,0.3034686,1),(0.6750865,-0.5776368,0.4589051,1),(0.7287021,-0.537009,0.4249877,1),(0.7820687,-0.4952862,0.3782328,1),(0.651714,-0.594454,0.4710554,1),(0.7104342,-0.5511054,0.4376826,1),(0.5964112,-0.634084,0.4921696,1),(0.6224005,-0.6177962,0.480568,1),(0.5457845,-0.6709648,0.5019218,1),(0.9183667,-0.3664833,0.1493069,1),(0.9347458,-0.345292,0.08380711,1),(0.8815283,-0.4073242,0.2387361,1),(0.9092501,-0.3786644,0.1728514,1),(0.9438748,-0.3295328,0.02255034,1),(0.9469329,-0.3195803,-0.03444597,1),(0.9284397,-0.3559733,0.1062202,1),(0.9397963,-0.3395032,0.03899344,1),(0.8694915,-0.4195585,0.2606826,1),(0.9001929,-0.3901484,0.1934865,1),(0.9224938,-0.366591,0.1208975,1),(0.857779,-0.4328486,0.2772312,1),(0.892153,-0.402532,0.2050143,1),(0.8158394,-0.4677112,0.3400771,1),(0.8302454,-0.4547285,0.322358,1),(0.766717,-0.5071895,0.3935784,1),(0.9463457,-0.3126948,-0.08155932,1),(0.9450772,-0.3065554,-0.1133708,1),(0.9448712,-0.3267509,-0.02126617,1),(0.946309,-0.3161729,-0.06733418,1),(0.9445029,-0.3016362,-0.1301149,1),(0.9453443,-0.2981566,-0.1320111,1),(0.9460394,-0.3084503,-0.09933827,1),(0.9453911,-0.3039813,-0.1176057,1),(0.9435603,-0.3311402,-0.006325943,1),(0.9460614,-0.3196984,-0.05254221,1),(0.9456428,-0.3132492,-0.08737706,1),(0.9411994,-0.337737,0.008803312,1),(0.9438896,-0.3276981,-0.0410672,1),(0.9328807,-0.3539964,0.06648407,1),(0.9364277,-0.3470547,0.05153612,1),(0.9172029,-0.3759059,0.1320361,1),(0.9470391,-0.2957708,-0.1250465,1),(0.9489948,-0.2935775,-0.1149834,1),(0.9451175,-0.3016068,-0.1256436,1),(0.9456789,-0.2994289,-0.126624,1),(0.9511196,-0.2915597,-0.1018062,1),(0.9532939,-0.2896906,-0.08549932,1),(0.9470891,-0.2974769,-0.1205395,1),(0.949223,-0.2957168,-0.107365,1),(0.9435496,-0.3066514,-0.1252166,1),(0.9439319,-0.3040496,-0.1286326,1),(0.9455011,-0.3019982,-0.1217569,1),(0.9422839,-0.3114471,-0.1228894,1),(0.9428937,-0.3085745,-0.1254325,1),(0.9426709,-0.3157416,-0.1080682,1),(0.9442534,-0.3097687,-0.111484,1),(0.9435295,-0.3212761,-0.08083126,1),(0.9550706,-0.2876509,-0.07139429,1),(0.9562563,-0.2852307,-0.06494004,1),(0.951253,-0.2938235,-0.09373086,1),(0.9526513,-0.2915488,-0.08634136,1),(0.9569887,-0.2824834,-0.0661493,1),(0.9572405,-0.2793972,-0.07501932,1),(0.9535502,-0.2889284,-0.08521946,1),(0.9539654,-0.2859793,-0.09036446,1),(0.9487223,-0.297896,-0.105754,1),(0.949728,-0.2953725,-0.1037865,1),(0.9503728,-0.2925535,-0.1058485,1),(0.9457972,-0.3017997,-0.1199352,1),(0.9465812,-0.299161,-0.1203606,1),(0.9449211,-0.3042536,-0.120639,1),(0.947336,-0.3001111,-0.1117499,1),(0.9439548,-0.3065119,-0.1224732,1),(0.9573455,-0.2765942,-0.0835774,1),(0.9578611,-0.2746559,-0.08406078,1),(0.95427,-0.2831603,-0.09585986,1),(0.95492,-0.2809083,-0.09601218,1),(0.9588037,-0.2735831,-0.07647077,1),(0.9600013,-0.2733197,-0.06077817,1),(0.955925,-0.2792119,-0.09081973,1),(0.9572051,-0.2780555,-0.08027165,1),(0.9517378,-0.2873297,-0.107875,1),(0.9527629,-0.285189,-0.1044511,1),(0.9539841,-0.2833673,-0.09806813,1),(0.9492932,-0.2915332,-0.1176898,1),(0.9504145,-0.2891693,-0.114426,1),(0.9482767,-0.2939851,-0.1197663,1),(0.9509407,-0.289783,-0.1083404,1),(0.9473702,-0.2965326,-0.1206573,1),(0.9607018,-0.27587,-0.03078857,1),(0.9589869,-0.2827246,0.02026791,1),(0.9585316,-0.2793155,-0.05656675,1),(0.9586488,-0.2843623,-0.01142416,1),(0.951537,-0.2930667,0.09321662,1),(0.9334878,-0.3054591,0.1878702,1),(0.9546443,-0.292439,0.05597933,1),(0.9420339,-0.3022312,0.1456995,1),(0.9571088,-0.2869035,-0.04036377,1),(0.9559374,-0.2928187,0.02099703,1),(0.9481663,-0.3000979,0.1045087,1),(0.9557101,-0.2940909,-0.01134964,1),(0.9520236,-0.2990538,0.064946,1),(0.9546627,-0.2901873,-0.06641061,1),(0.9556378,-0.2835285,-0.07979992,1),(0.95223,-0.2883528,-0.1005518,1),(0.9008986,-0.3202606,0.2929417,1),(0.8521031,-0.3392838,0.3985057,1),(0.9161583,-0.3148448,0.2480461,1),(0.8738809,-0.3325312,0.3546198,1),(0.7842698,-0.3617584,0.5040354,1),(0.6943944,-0.3862225,0.6071643,1),(0.8113453,-0.3542736,0.4649827,1),(0.7244154,-0.3782458,0.5763267,1),(0.8933089,-0.3267229,0.3086282,1),(0.8370541,-0.3474004,0.422674,1),(0.7546308,-0.3704177,0.5415933,1),(0.8607369,-0.341282,0.3777019,1),(0.7843464,-0.3628617,0.5031224,1),(0.909952,-0.3219884,0.2613634,1),(0.928737,-0.3105451,0.202508,1),(0.9384952,-0.3074488,0.1571687,1),(0.60144,-0.403228,0.6896935,1),(0.5327469,-0.408808,0.7409835,1),(0.6310343,-0.3949113,0.6677131,1),(0.5587767,-0.4007177,0.7260812,1),(0.4932372,-0.4072342,0.7686855,1),(0.4839139,-0.4008449,0.7779143,1),(0.5133114,-0.4000484,0.759258,1),(0.4960269,-0.3954692,0.773021,1),(0.5874291,-0.3923634,0.707798,1),(0.5362075,-0.3926597,0.7471947,1),(0.5105364,-0.3900236,0.7663121,1),(0.5618361,-0.3851823,0.732103,1),(0.5275141,-0.3845935,0.757507,1),(0.6184064,-0.3838523,0.6857339,1),(0.6623645,-0.386409,0.6418421,1),(0.6949034,-0.3778227,0.6118491,1),(0.5121024,-0.3882176,0.7661842,1),(0.5866795,-0.3638305,0.7234878,1),(0.5161885,-0.3849621,0.7650841,1),(0.5843025,-0.362611,0.7260192,1),(0.7073596,-0.3184395,0.6310617,1),(0.8548411,-0.2385355,0.4608117,1),(0.7000925,-0.3198876,0.6383905,1),(0.8454953,-0.2438418,0.4750567,1),(0.5832255,-0.3613108,0.7275319,1),(0.693961,-0.3210489,0.6444732,1),(0.8372303,-0.2483736,0.4871919,1),(0.6891974,-0.3218037,0.6491913,1),(0.8302431,-0.2519793,0.497195,1),(0.583681,-0.359895,0.7278682,1),(0.5220141,-0.3816974,0.7627636,1),(0.5297539,-0.3784455,0.7590387,1),(0.9606825,-0.1407593,0.2393241,1),(0.998802,-0.04865839,0.00518222,1),(0.9537696,-0.1498603,0.2605102,1),(0.9977467,-0.05983507,0.03035172,1),(0.967051,0.04107068,-0.2512478,1),(0.8384471,0.1287914,-0.5295464,1),(0.9736642,0.02992327,-0.2260147,1),(0.8526455,0.1200224,-0.5085179,1),(0.9962198,-0.06943437,0.05220073,1),(0.978951,0.02012628,-0.2031003,1),(0.8658212,0.1119051,-0.4876791,1),(0.9830813,0.01189255,-0.1827828,1),(0.8776752,0.1047012,-0.4676791,1),(0.9944966,-0.07729185,0.07072838,1),(0.9473931,-0.1576148,0.2785749,1),(0.9417797,-0.1638827,0.2935871,1),(0.6596338,0.191902,-0.7266752,1),(0.5578791,0.2227206,-0.7994788,1),(0.675574,0.1871966,-0.713132,1),(0.5673192,0.2220104,-0.7930072,1),(0.5506375,0.2349963,-0.8009838,1),(0.6301155,0.2336924,-0.7405014,1),(0.5476811,0.2388804,-0.8018613,1),(0.6097338,0.2445742,-0.7539285,1),(0.5782731,0.2210618,-0.7853229,1),(0.5466738,0.2416726,-0.8017119,1),(0.5913382,0.2521636,-0.7659848,1),(0.5476497,0.2437001,-0.8004311,1),(0.5759441,0.2580333,-0.7756979,1),(0.590167,0.2198309,-0.7767737,1),(0.6920359,0.1825445,-0.6984008,1),(0.7082608,0.1781048,-0.6831143,1),(0.7298172,0.2211995,-0.6468675,1),(0.7952503,0.2063854,-0.5700719,1),(0.7672935,0.2206476,-0.6021424,1),(0.6987807,0.2355137,-0.6754546,1),(0.8344048,0.1922911,-0.5165198,1),(0.8537923,0.1798944,-0.4885457,1),(0.8566109,0.1746687,-0.4854984,1),(0.8187198,0.2001497,-0.5381802,1),(0.8036433,0.2079006,-0.5576153,1),(0.7394924,0.2337581,-0.6312749,1),(0.860661,0.1703329,-0.4798431,1),(0.8659438,0.1672668,-0.4713416,1),(0.7902061,0.2152467,-0.573797,1),(0.7136853,0.245068,-0.6561974,1),(0.66871,0.2481656,-0.7008857,1),(0.6415193,0.2585168,-0.722234,1),(0.8789183,0.1657023,-0.4472645,1),(0.9307081,0.1411648,-0.3374239,1),(0.9521378,0.1141764,-0.2835445,1),(0.8973773,0.1469478,-0.4160771,1),(0.9896041,0.09375275,-0.1090598,1),(0.9576725,0.005923941,0.2877989,1),(0.9413787,-0.007196084,0.3372748,1),(0.9968835,0.06609832,-0.04306131,1),(0.9988973,0.04100668,0.02286222,1),(0.9701836,0.08896281,-0.2254543,1),(0.9246445,-0.01835832,0.3803885,1),(0.9091012,-0.0268819,0.4157068,1),(0.9961475,0.02022494,0.08532993,1),(0.9838867,0.06724285,-0.1656666,1),(0.9155679,0.1295456,-0.3807274,1),(0.9326327,0.1146038,-0.3421436,1),(0.7833401,-0.07922441,0.616524,1),(0.6603847,-0.1200854,0.7412635,1),(0.6537464,-0.1030246,0.7496676,1),(0.7658094,-0.07269818,0.6389452,1),(0.6305168,-0.134649,0.764407,1),(0.6817666,-0.1320163,0.7195596,1),(0.7102541,-0.1052527,0.6960323,1),(0.6391484,-0.1119445,0.7608926,1),(0.6545826,-0.08797047,0.7508548,1),(0.6542639,-0.08574056,0.7513902,1),(0.7434856,-0.07550721,0.6644755,1),(0.7804784,-0.04254485,0.6237335,1),(0.6768537,-0.06306772,0.7334108,1),(0.6624081,-0.06878255,0.7459788,1),(0.7537217,-0.0658695,0.6538845,1),(0.7479496,-0.05900268,0.6611278,1),(0.7721029,-0.1056014,0.6266621,1),(0.8667188,-0.04513056,0.496751,1),(0.9061139,-0.004462992,0.4230101,1),(0.813803,-0.07339415,0.5764878,1),(0.9526696,0.06252323,0.2975086,1),(0.9748633,0.222802,-0.0008394791,1),(0.9534739,0.2855232,-0.09676804,1),(0.9718557,0.1142691,0.2060072,1),(0.9796897,0.1694485,0.107216,1),(0.9399824,0.04093021,0.3387592,1),(0.9173614,0.3483987,-0.1925269,1),(0.8664094,0.4100077,-0.2850061,1),(0.9737429,0.22763,0.003059014,1),(0.9653726,0.09136999,0.2443509,1),(0.8557519,-0.03680744,0.5160753,1),(0.8956939,0.004717097,0.4446461,1),(0.8748252,0.3825222,-0.2972498,1),(0.7028205,0.5137483,-0.4920428,1),(0.6111877,0.5668418,-0.5523948,1),(0.8099404,0.4464067,-0.3804177,1),(0.4870795,0.6314458,-0.6033487,1),(0.2203785,0.7379256,-0.6378863,1),(0.13482,0.7515085,-0.6458007,1),(0.3880807,0.6662621,-0.6367795,1),(0.2907064,0.6933862,-0.6593218,1),(0.512892,0.6131443,-0.6008292,1),(0.05873474,0.7589954,-0.6484413,1),(-0.005371731,0.7617778,-0.6478161,1),(0.1991867,0.7133558,-0.6718989,1),(0.4124639,0.651891,-0.6363267,1),(0.7321161,0.506478,-0.4555065,1),(0.6442481,0.5610766,-0.5197474,1),(-0.0299802,0.7917607,-0.6100951,1),(-0.1818057,0.7996538,-0.5722766,1),(-0.2122913,0.7972522,-0.5650852,1),(-0.0881007,0.7922156,-0.6038483,1),(-0.251782,0.7978346,-0.5477825,1),(-0.2573753,0.7999293,-0.5420989,1),(-0.2278153,0.8003778,-0.5545228,1),(-0.2546878,0.7969762,-0.5476888,1),(-0.2444845,0.7974967,-0.5515672,1),(-0.2290264,0.7948504,-0.5619251,1),(-0.1860205,0.8017228,-0.5680113,1),(-0.1318618,0.8028989,-0.5813482,1),(-0.2204781,0.7988358,-0.5596882,1),(-0.2313116,0.792682,-0.5640481,1),(-0.1328199,0.7898952,-0.5986856,1),(-0.1630976,0.7858765,-0.5964874,1),(-0.2102325,0.8097228,-0.5478606,1),(-0.1111256,0.8237798,-0.5559119,1),(-0.02456414,0.8166476,-0.5766136,1),(-0.1481758,0.8082826,-0.5698448,1),(0.0528485,0.8287646,-0.5570962,1),(0.2855506,0.7967255,-0.532625,1),(0.3848034,0.7672195,-0.5131282,1),(0.1537166,0.8114138,-0.5638962,1),(0.2568701,0.7881991,-0.5592495,1),(0.0699131,0.8051199,-0.5889771,1),(0.4791573,0.733241,-0.4824581,1),(0.5660994,0.6963956,-0.4410948,1),(0.3588398,0.7600662,-0.5417873,1),(0.16952,0.7890282,-0.5905061,1),(-0.07526958,0.8052586,-0.5881267,1),(0.007222246,0.7997288,-0.600318,1),(0.5169935,0.7185206,-0.4652374,1),(0.6921957,0.6254278,-0.360146,1),(0.755417,0.582747,-0.2995846,1),(0.6011635,0.6799717,-0.4198107,1),(0.8195936,0.5270793,-0.2246192,1),(0.9040661,0.4233473,-0.05866563,1),(0.9204436,0.3908741,-0.001027256,1),(0.8590904,0.4861337,-0.160118,1),(0.8883079,0.449268,-0.09522301,1),(0.806969,0.5419593,-0.2346937,1),(0.9301075,0.3633578,0.05358331,1),(0.9343858,0.3407978,0.103827,1),(0.9083477,0.416993,-0.03195727,1),(0.8471847,0.5041236,-0.1677429,1),(0.6753044,0.6402376,-0.3661418,1),(0.7384863,0.600794,-0.3060794,1),(0.941731,0.3207689,0.1012423,1),(0.946903,0.2381393,0.2160187,1),(0.9411755,0.231007,0.2466264,1),(0.9423233,0.3012559,0.1458483,1),(0.9395982,0.1799759,0.2911425,1),(0.9310648,0.1449607,0.3348201,1),(0.9292084,0.1583996,0.3338881,1),(0.9338146,0.1836746,0.3070077,1),(0.9292397,0.1920529,0.3156408,1),(0.9351479,0.2286542,0.270584,1),(0.9289339,0.1763658,0.325541,1),(0.9300057,0.1992095,0.308877,1),(0.9261928,0.2050029,0.3164505,1),(0.9296025,0.2307311,0.2874064,1),(0.939988,0.286669,0.1850499,1),(0.9358772,0.2766775,0.2181361,1),(0.9274912,0.1313651,0.3500047,1),(0.9321619,0.1377248,0.3348224,1),(0.937549,0.1704191,0.3032475,1),(0.9304393,0.1543591,0.332349,1),(0.9434599,0.1641316,0.2880004,1),(0.955539,0.2099617,0.2070295,1),(0.9528347,0.2617558,0.1535899,1),(0.9473867,0.2065899,0.2444981,1),(0.9476575,0.2533936,0.19426,1),(0.9418525,0.2074103,0.2643765,1),(0.9433911,0.3178693,0.09472247,1),(0.9250929,0.3784849,0.03085839,1),(0.9424244,0.3051541,0.1368099,1),(0.9436917,0.2495286,0.2172127,1),(0.9341149,0.1816934,0.3072733,1),(0.9376986,0.2141026,0.2736446,1),(0.9555323,0.2738979,0.109261,1),(0.9344226,0.3559311,0.01293497,1),(0.9060069,0.4204456,-0.04875542,1),(0.9415646,0.3332036,0.0493102,1),(0.8861428,0.4558383,-0.08344119,1),(0.8022246,0.5696318,-0.1787604,1),(0.7367688,0.6366177,-0.2277931,1),(0.8404166,0.523096,-0.1416705,1),(0.7823236,0.5905902,-0.1979215,1),(0.8660613,0.4873672,-0.1114047,1),(0.659502,0.7009525,-0.2715191,1),(0.5713978,0.7608739,-0.3075311,1),(0.7113479,0.6569401,-0.2498278,1),(0.8130989,0.5558153,-0.1730303,1),(0.9180188,0.3962868,-0.01407543,1),(0.8828875,0.4627955,-0.07956185,1),(0.6871057,0.6798549,-0.2562868,1),(0.5522256,0.7773997,-0.3011587,1),(0.4552032,0.8302603,-0.3216487,1),(0.603295,0.7421206,-0.2920482,1),(0.3962493,0.862987,-0.3134324,1),(0.2162282,0.9319491,-0.2910606,1),(0.1118911,0.9545657,-0.276197,1),(0.2920624,0.9023682,-0.3169088,1),(0.1852637,0.9323877,-0.3103714,1),(0.3514853,0.8752281,-0.3323157,1),(0.009647192,0.9675077,-0.2526579,1),(-0.08733877,0.9713034,-0.2212276,1),(0.07954564,0.9526279,-0.2935517,1),(0.2445291,0.9110661,-0.3319098,1),(0.5096517,0.7988153,-0.3196078,1),(0.4086767,0.8481991,-0.3369591,1),(0.03165762,0.9704074,-0.2393894,1),(-0.1360543,0.9767058,-0.1659373,1),(-0.2242689,0.9666795,-0.1234276,1),(-0.06673315,0.9758024,-0.2082215,1),(-0.2872636,0.9551673,-0.07165918,1),(-0.4226834,0.9052172,0.04382407,1),(-0.4794902,0.8724935,0.09404351,1),(-0.3614621,0.9321079,-0.02280575,1),(-0.4250759,0.9047771,0.02624733,1),(-0.3033659,0.9497236,-0.07742207,1),(-0.5256782,0.8389475,0.1408176,1),(-0.5611751,0.8077356,0.1806815,1),(-0.4773276,0.8757328,0.07245832,1),(-0.3718444,0.9277977,-0.03038368,1),(-0.1588421,0.9724329,-0.1707149,1),(-0.2423805,0.9616217,-0.1285907,1),(-0.5314141,0.8322911,0.1577675,1),(-0.606676,0.755254,0.2480639,1),(-0.6289099,0.7241723,0.2829255,1),(-0.5697975,0.7961888,0.2035049,1),(-0.6560653,0.6847792,0.3172628,1),(-0.687059,0.6253451,0.3699911,1),(-0.686249,0.6275787,0.3677051,1),(-0.6653292,0.6666427,0.3360425,1),(-0.668406,0.6581742,0.3464684,1),(-0.6434004,0.7000434,0.3097987,1),(-0.6796862,0.6407389,0.3570437,1),(-0.666627,0.6644311,0.3378458,1),(-0.6655394,0.6607975,0.3469927,1),(-0.6508676,0.6855947,0.3260848,1),(-0.5987018,0.7632973,0.2427618,1),(-0.6186783,0.7369893,0.2721838,1),(-0.7003045,0.5908263,0.4006219,1),(-0.695842,0.5956552,0.4012464,1),(-0.6770999,0.639406,0.3642742,1),(-0.6912014,0.6158344,0.3781382,1),(-0.6726143,0.6402682,0.3710076,1),(-0.6232663,0.7201529,0.3048262,1),(-0.5703439,0.7824736,0.2498858,1),(-0.6398072,0.697206,0.3233429,1),(-0.5952344,0.7574657,0.2682196,1),(-0.6490285,0.6908,0.3186805,1),(-0.5043443,0.8421336,0.1909129,1),(-0.4261895,0.8949705,0.1318723,1),(-0.5380208,0.8165625,0.2091865,1),(-0.6099001,0.7461538,0.2669767,1),(-0.6750739,0.6510253,0.3470466,1),(-0.650331,0.6941362,0.308617,1),(-0.5433487,0.8095494,0.2222654,1),(-0.4332092,0.8891154,0.1476606,1),(-0.3401104,0.9359265,0.09146968,1),(-0.4686087,0.8680271,0.1641184,1),(-0.2877107,0.9543951,0.07970315,1),(-0.1037498,0.9944335,0.0183897,1),(0.00758443,0.9998567,-0.01513994,1),(-0.1817747,0.9828338,0.03155458,1),(-0.07138599,0.9974025,-0.009603193,1),(-0.2378012,0.9705042,0.039651,1),(0.1175416,0.9922349,-0.04066885,1),(0.2223587,0.9732432,-0.05791555,1),(0.03925391,0.9983435,-0.04206492,1),(-0.1301409,0.9914833,-0.004908361,1),(-0.381657,0.9181445,0.1065293,1),(-0.2852091,0.9569904,0.05315502,1),(0.09071241,0.9954683,-0.02853314,1),(0.2678175,0.9621091,-0.05118441,1),(0.3675997,0.928382,-0.05456494,1),(0.1995888,0.9788268,-0.04541286,1),(0.428415,0.9021893,-0.05015106,1),(0.5750148,0.8177294,-0.02601389,1),(0.6411487,0.7673159,-0.01243137,1),(0.5135723,0.8569483,-0.04339313,1),(0.5877674,0.8084069,-0.03174351,1),(0.4576531,0.8876491,-0.05130812,1),(0.6968807,0.7171772,0.003736952,1),(0.7422894,0.6697606,0.0206681,1),(0.6502244,0.7595472,-0.01720972,1),(0.5361836,0.8429978,-0.04314793,1),(0.301931,0.9517663,-0.05457661,1),(0.394896,0.9169565,-0.05699145,1),(0.7004514,0.7135794,0.0131217,1),(0.7989043,0.5984694,0.05988525,1),(0.8284349,0.5547416,0.07718401,1),(0.7470492,0.6640773,0.03031072,1),(0.8728759,0.4743548,0.1143464,1),(0.9233921,0.3408255,0.176593,1),(0.9280427,0.3239381,0.1838501,1),(0.8879306,0.4415691,0.1288259,1),(0.898504,0.4162196,0.1394707,1),(0.8506455,0.5172911,0.09387409,1),(0.9300249,0.315919,0.1877468,1),(0.9057258,0.3973584,0.1475373,1),(0.930547,0.3133622,0.189437,1),(0.8676125,0.4856215,0.1068656,1),(0.7847567,0.6179601,0.04777224,1),(0.8143542,0.5768124,0.06414472,1),(0.9487402,0.2109891,0.2353202,1),(0.9544457,0.1027182,0.2801471,1),(0.9483737,0.211612,0.2362362,1),(0.9537895,0.1163986,0.2770143,1),(0.9495807,0.01736078,0.313042,1),(0.9404612,-0.04671291,0.3366758,1),(0.950681,0.03953167,0.3076409,1),(0.9437709,-0.01980778,0.330006,1),(0.952857,0.1378759,0.2702848,1),(0.9516899,0.06768622,0.2995077,1),(0.9466342,0.01020076,0.3221485,1),(0.9519835,0.0976336,0.2901643,1),(0.9486341,0.04146202,0.3136469,1),(0.9513936,0.161889,0.2619962,1),(0.9469596,0.2209747,0.2333189,1),(0.9449745,0.2340769,0.228541,1),(0.9355443,-0.06331726,0.3474878,1),(0.9402755,0.0002281575,0.3404145,1),(0.9395434,-0.03405597,0.3407322,1),(0.9417844,0.02966568,0.3349061,1),(0.9380987,0.1651148,0.3044798,1),(0.8688519,0.4464971,0.2138614,1),(0.9339784,0.1896533,0.3028463,1),(0.8615974,0.4564091,0.2221276,1),(0.9423408,0.05484866,0.3301297,1),(0.9309661,0.2051168,0.3020418,1),(0.8612987,0.452584,0.230938,1),(0.9283363,0.219442,0.3000617,1),(0.8622455,0.4478646,0.2365375,1),(0.9423582,0.07969201,0.3249775,1),(0.9425172,-0.005190083,0.3341175,1),(0.9446325,0.02426229,0.3272319,1),(0.7121735,0.6945307,0.1021582,1),(0.5818773,0.8124999,0.0355353,1),(0.711773,0.6919364,0.1208444,1),(0.5859435,0.8083599,0.05678643,1),(0.5120839,0.858849,0.01217963,1),(0.4993249,0.8660825,0.02399432,1),(0.5149102,0.8567135,0.03015772,1),(0.4969625,0.8670866,0.03448204,1),(0.6052278,0.7922276,0.07794043,1),(0.5318433,0.8455256,0.04721565,1),(0.5049073,0.8621029,0.04297848,1),(0.5480641,0.8343037,0.05969012,1),(0.5108812,0.858322,0.04778882,1),(0.6244276,0.7754073,0.09398755,1),(0.7243738,0.6750682,0.1398768,1),(0.7374902,0.6575739,0.1539631,1),(0.5092727,0.8593106,0.04718601,1),(0.5109655,0.8574069,0.06138275,1),(0.4993615,0.8650351,0.04850244,1),(0.4912684,0.869267,0.05504607,1),(0.5046223,0.8607525,0.06679529,1),(0.4905551,0.8692577,0.06121048,1),(0.4435731,0.8953303,0.04033015,1),(0.4728292,0.8795577,0.05301634,1),(0.4370195,0.8987692,0.03504253,1),(0.4721348,0.880352,0.0454879,1),(0.3862354,0.9222481,0.01675413,1),(0.325961,0.9453687,-0.005228917,1),(0.396775,0.9177425,0.01784338,1),(0.4489556,0.8928804,0.03469327,1),(0.4947909,0.8677323,0.04714376,1),(0.4868348,0.8724203,0.04329671,1),(0.5033413,0.8625014,0.05233335,1),(0.5840349,0.810432,0.04586063,1),(0.5249049,0.8511375,0.00631271,1),(0.4444164,0.8955189,0.02323421,1),(0.7424204,0.6695743,0.02196162,1),(0.9293051,0.3686415,-0.02226277,1),(0.7009979,0.7128196,-0.02213989,1),(0.9192329,0.3905207,-0.05004409,1),(0.442233,0.8963909,-0.03022234,1),(0.6320335,0.7727639,-0.05804766,1),(0.8935755,0.4419171,-0.07894401,1),(0.5494125,0.8309696,-0.08738078,1),(0.8546108,0.5089914,-0.102801,1),(0.3518074,0.9344897,-0.0544095,1),(0.3684196,0.92964,-0.006036221,1),(0.2890783,0.9568327,-0.03008106,1),(0.9976744,0.04736329,-0.04901456,1),(0.991376,-0.1185007,-0.05595837,1),(0.9969331,0.04432075,-0.06449789,1),(0.9902254,-0.1246633,-0.06255111,1),(0.9847359,-0.1667542,-0.04988366,1),(0.9914854,-0.1259068,-0.03322926,1),(0.9842426,-0.1689012,-0.05233414,1),(0.9919289,-0.1217766,-0.03532065,1),(0.9915025,-0.110144,-0.06921776,1),(0.9855974,-0.1600161,-0.05470563,1),(0.9921694,-0.1192767,-0.03705267,1),(0.9878233,-0.1452458,-0.05575528,1),(0.9918134,-0.121809,-0.0383245,1),(0.9939883,-0.0812395,-0.07340034,1),(0.9943342,0.06954359,-0.08039353,1),(0.9890354,0.1151618,-0.09244815,1),(0.9971564,-0.07398032,-0.01435479,1),(0.9962961,-0.08598623,-0.0006072794,1),(0.9976802,-0.06590371,-0.01705722,1),(0.9967157,-0.08094842,-0.00226476,1),(0.9863598,-0.1643958,0.008273134,1),(0.9505019,-0.3104784,0.01221603,1),(0.9852219,-0.1710197,0.009498008,1),(0.9407414,-0.3386393,0.01814154,1),(0.9953967,-0.09579878,-0.002853252,1),(0.9801767,-0.1977709,0.0118345,1),(0.9248,-0.3796364,0.02492369,1),(0.9696212,-0.2442425,0.01342844,1),(0.9014022,-0.4318915,0.03072193,1),(0.9913703,-0.1310325,-0.0039044,1),(0.9972655,-0.07142984,-0.01895993,1),(0.995523,-0.09217008,-0.02094349,1),(0.8799031,-0.474801,0.01828878,1),(0.7893659,-0.6130379,0.03295113,1),(0.853928,-0.5196308,0.0281204,1),(0.7520454,-0.6576867,0.04331015,1),(0.6841551,-0.7271796,0.05604881,1),(0.5661449,-0.8196324,0.08765022,1),(0.6472673,-0.7595928,0.06374855,1),(0.5441228,-0.8341584,0.09005585,1),(0.713516,-0.6985877,0.05357196,1),(0.6133034,-0.7866447,0.07105639,1),(0.5270867,-0.844819,0.09198041,1),(0.5827207,-0.8089696,0.07749048,1),(0.5142761,-0.852523,0.09340519,1),(0.6749188,-0.7352223,0.0627135,1),(0.8228015,-0.5670326,0.03836456,1),(0.7869151,-0.6152316,0.04748377,1),(0.4540033,-0.8831598,0.1179396,1),(0.3718186,-0.9180424,0.1376563,1),(0.4526171,-0.884237,0.1151632,1),(0.3856471,-0.9131715,0.1318866,1),(0.3228061,-0.9347466,0.1484761,1),(0.3070531,-0.9396572,0.1508739,1),(0.3454511,-0.9277399,0.1412874,1),(0.3326255,-0.9321864,0.1427886,1),(0.4050997,-0.9056937,0.1249532,1),(0.3740633,-0.917895,0.1324591,1),(0.3642267,-0.9218088,0.132693,1),(0.4053901,-0.9058686,0.1227227,1),(0.3984986,-0.9089659,0.1223921,1),(0.4274921,-0.8963369,0.117604,1),(0.4565835,-0.8826447,0.1116683,1),(0.4640431,-0.8792251,0.1078295,1),(0.6853402,-0.6049386,0.4054113,1),(0.6912426,-0.5945378,0.4107415,1),(0.7167395,-0.5599822,0.4155772,1),(0.6489309,-0.647134,0.4001328,1),(0.6763778,-0.6131488,0.4081196,1),(0.6422099,-0.6576667,0.3937524,1),(0.7564666,-0.4994051,0.4223185,1),(0.80542,-0.40963,0.428371,1),(0.7194194,-0.5531694,0.4200467,1),(0.7729936,-0.4635319,0.4331501,1),(0.6467195,-0.648671,0.4012228,1),(0.6888362,-0.5893854,0.422054,1),(0.7439826,-0.5000006,0.443271,1),(0.668784,-0.6040509,0.433417,1),(0.7228777,-0.5123979,0.463569,1),(0.6259637,-0.6644386,0.4082778,1),(0.6066345,-0.6931407,0.3892948,1),(0.6168464,-0.6822624,0.3924518,1),(0.5962082,-0.6986201,0.3955575,1),(0.5841469,-0.7098984,0.3934676,1),(0.8498836,-0.3058271,0.4291476,1),(0.8823302,-0.2046639,0.4237995,1),(0.8210916,-0.360018,0.4429398,1),(0.8546834,-0.2605937,0.4490069,1),(0.9045721,-0.1055308,0.4130529,1),(0.9171714,-0.006450415,0.398441,1),(0.8763242,-0.1649097,0.4526156,1),(0.8877422,-0.07170581,0.454722,1),(0.8238603,-0.3023884,0.4793908,1),(0.8419455,-0.2148352,0.4949481,1),(0.8490078,-0.1341264,0.5110732,1),(0.8128096,-0.2405801,0.5305297,1),(0.809626,-0.1796491,0.5587772,1),(0.7945145,-0.318365,0.517098,1),(0.7923181,-0.397569,0.4627859,1),(0.7678976,-0.4090282,0.4929798,1),(0.9200821,0.08017685,0.3834326,1),(0.9193529,0.1341527,0.3698557,1),(0.8916091,0.0676946,0.4477171,1),(0.8894457,0.01287658,0.4568594,1),(0.9182323,0.1576505,0.3633122,1),(0.9189523,0.151212,0.3642274,1),(0.8909749,0.1139044,0.4395333,1),(0.8903325,0.1026742,0.4435833,1),(0.8505189,-0.006487093,0.5259044,1),(0.8530684,0.03293301,0.5207588,1),(0.8588356,0.05537611,0.5092493,1),(0.8176914,-0.04567257,0.573842,1),(0.8288896,-0.01623334,0.5591766,1),(0.8110852,-0.08279701,0.5790385,1),(0.8499171,-0.06263725,0.5231803,1),(0.8086876,-0.1276118,0.5742297,1),(0.920557,0.1292527,0.3686036,1),(0.9222465,0.1079576,0.371223,1),(0.8978679,0.1000872,0.4287374,1),(0.8939776,0.1088407,0.4346927,1),(0.9240851,0.08715708,0.372116,1),(0.9264035,0.06520717,0.370843,1),(0.9084321,0.06801116,0.4124629,1),(0.9025667,0.08755336,0.421554,1),(0.8734987,0.06809568,0.4820405,1),(0.8814452,0.06257609,0.4681224,1),(0.8897972,0.04898583,0.4537195,1),(0.8628659,0.01238393,0.505281,1),(0.8723853,0.0007364287,0.4888184,1),(0.8525903,0.01332371,0.5224102,1),(0.8660129,0.06568976,0.4956878,1),(0.8414282,0.003767572,0.5403558,1),(0.9291297,0.04925063,0.3664596,1),(0.9334482,0.04250447,0.3561852,1),(0.9147992,0.05195105,0.400554,1),(0.922833,0.04272717,0.3828234,1),(0.9398323,0.04123431,0.3391387,1),(0.9476905,0.04742726,0.3156472,1),(0.9324189,0.04012967,0.3591442,1),(0.943169,0.04413711,0.3293693,1),(0.9101042,0.02451821,0.4136535,1),(0.9225651,0.02124242,0.3852561,1),(0.9360224,0.02391482,0.351127,1),(0.9084789,-0.02477649,0.4171957,1),(0.9236299,-0.0216846,0.3826716,1),(0.8945957,-0.022056,0.4463319,1),(0.8991013,0.03376315,0.4364367,1),(0.8824715,-0.01354292,0.4701708,1),(0.9553801,0.05489553,0.2902332,1),(0.9617,0.05797751,0.2679026,1),(0.9533619,0.04941653,0.2977567,1),(0.9618112,0.05130308,0.2688623,1),(0.9669115,0.05668593,0.2487348,1),(0.9711922,0.05102473,0.2327703,1),(0.9688147,0.04980689,0.2427284,1),(0.9746072,0.04492593,0.219368,1),(0.9593803,0.03031943,0.2804817,1),(0.9683278,0.03028964,0.2478382,1),(0.9757704,0.02809731,0.2169858,1),(0.9625186,-0.006635221,0.2711346,1),(0.9722252,-0.002844323,0.2340302,1),(0.9512313,-0.01104433,0.3082807,1),(0.9486995,0.02819332,0.3149199,1),(0.9382958,-0.01607667,0.3454598,1),(0.9744945,0.04408231,0.220039,1),(0.9767689,0.03882202,0.2107493,1),(0.9791588,0.03948554,0.1992209,1),(0.9824682,0.03610162,0.1829014,1),(0.9781271,0.03528209,0.2049942,1),(0.9786454,0.03347221,0.2028127,1),(0.9847337,0.03481967,0.1705492,1),(0.9861333,0.03518622,0.1621817,1),(0.986183,0.02490319,0.1637773,1),(0.9893121,0.03064835,0.1425567,1),(0.9915443,0.03515109,0.1249173,1),(0.9945002,0.03114983,0.09999543,1),(0.9911931,0.02015489,0.1308812,1),(0.9866557,0.003656332,0.1627796,1),(0.9816883,0.02617604,0.1886873,1),(0.9802271,0.002049257,0.197865,1),(0.9783972,0.03008861,0.2045327,1),(0.9774493,0.02180517,0.2100409,1),(0.9865842,0.034635,0.1595367,1),(0.9861618,0.02756167,0.1634787,1),(0.9756575,0.008774267,0.2191238,1),(0.972798,-0.008757526,0.2314895,1),(0.9846349,0.01521476,0.1739611,1),(0.9816523,-0.002227962,0.1906669,1),(0.9914435,0.02470911,0.128177,1),(0.9926269,0.03478029,0.116112,1),(0.9885293,0.008411931,0.1507946,1),(0.9929301,0.0155782,0.1176743,1),(0.9956331,0.03120706,0.08798216,1),(0.9964236,0.03906377,0.07492697,1),(0.9926229,0.03849606,0.1149691,1),(0.9961193,0.03908733,0.07885827,1),(0.9687602,-0.03002067,0.2461757,1),(0.9637114,-0.05670688,0.2608538,1),(0.977107,-0.0245496,0.2113275,1),(0.9708547,-0.05161922,0.2340438,1),(0.9567103,-0.0856313,0.2781595,1),(0.946956,-0.1151813,0.3000124,1),(0.9505576,-0.1164212,0.2878994,1),(0.9621207,-0.08031271,0.2605256,1),(0.9668699,-0.07564517,0.2438039,1),(0.9766773,-0.04197278,0.2105703,1),(0.9533628,-0.1148916,0.2791043,1),(0.9540889,-0.1130785,0.2773584,1),(0.9691064,-0.07163759,0.23601,1),(0.9800405,-0.03626831,0.1954618,1),(0.983649,-0.0139504,0.1795556,1),(0.9877338,-0.007158606,0.1559828,1),(0.9362564,-0.1487878,0.3182549,1),(0.925369,-0.1789589,0.3341646,1),(0.9238061,-0.1870695,0.3340467,1),(0.9371045,-0.1534599,0.3135046,1),(0.9151132,-0.2093258,0.344602,1),(0.9055638,-0.239336,0.3502461,1),(0.9112163,-0.2198638,0.3483459,1),(0.8997442,-0.2492887,0.3582118,1),(0.9216689,-0.1913071,0.337532,1),(0.9067919,-0.2245446,0.3568027,1),(0.893393,-0.2548173,0.3700232,1),(0.9013124,-0.2269281,0.368971,1),(0.8856999,-0.2576406,0.3862085,1),(0.9183612,-0.1932596,0.3453456,1),(0.9374511,-0.1548381,0.3117862,1),(0.9362978,-0.1550387,0.3151338,1),(0.8961518,-0.2663331,0.3549347,1),(0.8866399,-0.2922956,0.3583754,1),(0.8890414,-0.2768555,0.3646319,1),(0.8786233,-0.3029647,0.3690984,1),(0.8770912,-0.3172972,0.3606019,1),(0.8675541,-0.3414094,0.3616482,1),(0.8686085,-0.3276947,0.3716659,1),(0.8590994,-0.3511181,0.3723766,1),(0.8698336,-0.3089854,0.3846003,1),(0.8594453,-0.3335049,0.387464,1),(0.8502048,-0.3564097,0.3874581,1),(0.8484656,-0.3360519,0.4088706,1),(0.8398128,-0.3584482,0.4077123,1),(0.8591527,-0.3118299,0.4057324,1),(0.8812128,-0.2827812,0.3788124,1),(0.8716585,-0.2857226,0.3982133,1),(0.8585283,-0.3638347,0.3613219,1),(0.8505967,-0.3838729,0.3593422,1),(0.8505201,-0.3727096,0.3710836,1),(0.8433321,-0.3920001,0.3675961,1),(0.8439113,-0.4015582,0.3557592,1),(0.8385971,-0.4169176,0.3506204,1),(0.8376771,-0.4090045,0.3619565,1),(0.8336552,-0.4237438,0.3542038,1),(0.8363472,-0.3960033,0.379084,1),(0.8321452,-0.412362,0.3707992,1),(0.8298635,-0.4264471,0.3598184,1),(0.8262873,-0.4127578,0.3832497,1),(0.8260272,-0.4263433,0.3686606,1),(0.8286962,-0.3969013,0.3946288,1),(0.8424073,-0.3773532,0.3846485,1),(0.833227,-0.3788061,0.4027886,1),(0.8341666,-0.4308388,0.344302,1),(0.8301244,-0.4439521,0.3373426,1),(0.8306897,-0.436852,0.3451304,1),(0.8282025,-0.4488212,0.3356192,1),(0.8265033,-0.4562367,0.3297582,1),(0.8233295,-0.4676816,0.3215626,1),(0.8262277,-0.4596413,0.3256954,1),(0.824794,-0.4693089,0.315379,1),(0.8279334,-0.4499214,0.3348091,1),(0.8275275,-0.4598261,0.3221154,1),(0.8275291,-0.4685084,0.3093469,1),(0.8288755,-0.4583739,0.3207159,1),(0.8300964,-0.4666903,0.3051887,1),(0.827813,-0.4488752,0.3365068,1),(0.8287233,-0.438792,0.3473895,1),(0.8268745,-0.4381992,0.3525052,1),(0.8200002,-0.4786829,0.3137869,1),(0.8158911,-0.4897343,0.3073791,1),(0.8231865,-0.4784399,0.3057114,1),(0.8206907,-0.487709,0.2976688,1),(0.8110254,-0.5008297,0.3023365,1),(0.8054162,-0.5119623,0.2986628,1),(0.8173379,-0.4971233,0.2912513,1),(0.8131545,-0.5066686,0.286473,1),(0.825907,-0.485031,0.2874412,1),(0.8236353,-0.4936065,0.2792443,1),(0.8204432,-0.5024002,0.2728865,1),(0.8289976,-0.4910298,0.2676801,1),(0.8265727,-0.4996926,0.2590077,1),(0.8304317,-0.4826506,0.2782654,1),(0.82722,-0.4766683,0.29748,1),(0.8308151,-0.4745507,0.2907711,1),(0.7987353,-0.5235018,0.2965935,1),(0.7906328,-0.5358126,0.2963187,1),(0.8078836,-0.5166888,0.2834729,1),(0.8012738,-0.5274622,0.2823896,1),(0.7810643,-0.5488581,0.2978142,1),(0.7699761,-0.5625937,0.3010401,1),(0.7932985,-0.53896,0.2831956,1),(0.78392,-0.5511438,0.2858494,1),(0.8106399,-0.5215657,0.2661432,1),(0.8038754,-0.5320773,0.2658535,1),(0.7958464,-0.5431657,0.267581,1),(0.8125576,-0.5282102,0.2464629,1),(0.8056006,-0.5385331,0.2469608,1),(0.8183728,-0.5182831,0.2482913,1),(0.816159,-0.5116685,0.2684769,1),(0.8230479,-0.5087775,0.252463,1),(0.7575561,-0.5768409,0.3055539,1),(0.7439936,-0.591433,0.3109349,1),(0.7733468,-0.5638206,0.2898984,1),(0.7617928,-0.5768007,0.294911,1),(0.7292195,-0.6063424,0.3171556,1),(0.7131543,-0.6215355,0.3241984,1),(0.749205,-0.5900636,0.30086,1),(0.7355211,-0.6035783,0.3077368,1),(0.7770148,-0.5661761,0.275123,1),(0.7664375,-0.5778588,0.280451,1),(0.7550312,-0.5896394,0.2867983,1),(0.7805888,-0.5696718,0.2572064,1),(0.7711275,-0.579847,0.2629446,1),(0.7894748,-0.5593858,0.2526205,1),(0.7868057,-0.5546075,0.2708271,1),(0.7978023,-0.5490089,0.2492003,1),(0.6957999,-0.6370354,0.3317355,1),(0.6771628,-0.6528665,0.3394346,1),(0.7206804,-0.6174213,0.3152949,1),(0.7046219,-0.6316391,0.3233262,1),(0.6571432,-0.6689894,0.3472979,1),(0.6356429,-0.685362,0.3552983,1),(0.6872552,-0.6461995,0.3318229,1),(0.6684918,-0.6610603,0.3407609,1),(0.7292947,-0.6139138,0.3020584,1),(0.7147725,-0.6264768,0.310849,1),(0.6990517,-0.6392767,0.3203934,1),(0.7380635,-0.6110049,0.2862431,1),(0.7252184,-0.6216857,0.295914,1),(0.749962,-0.6004499,0.2775193,1),(0.7426909,-0.601625,0.2940366,1),(0.760964,-0.5900599,0.2697463,1),(0.6130401,-0.7015998,0.3632348,1),(0.5897255,-0.7174053,0.3708819,1),(0.6484226,-0.6760707,0.3499664,1),(0.6271141,-0.6911495,0.3592219,1),(0.5656512,-0.7327856,0.3782378,1),(0.5407628,-0.7477449,0.3852962,1),(0.6044798,-0.7062599,0.368512,1),(0.5804287,-0.7213557,0.3778209,1),(0.6633281,-0.6659887,0.3412547,1),(0.6430126,-0.6799717,0.3523822,1),(0.6209096,-0.694272,0.3639471,1),(0.6779262,-0.6569344,0.3299294,1),(0.6586419,-0.6698422,0.3427863,1),(0.6953791,-0.6445464,0.3178171,1),(0.6819721,-0.6524016,0.3305845,1),(0.7111076,-0.6327733,0.3064702,1),(0.5157522,-0.7616499,0.3922871,1),(0.491385,-0.7740015,0.3993274,1),(0.555427,-0.7359555,0.3871308,1),(0.5299916,-0.7497129,0.3962821,1),(0.4677159,-0.7848727,0.4064686,1),(0.4447972,-0.794335,0.4137479,1),(0.5041134,-0.7626377,0.4052817,1),(0.4777839,-0.7747382,0.4141294,1),(0.5723532,-0.7227529,0.38735,1),(0.5460848,-0.7366961,0.3988363,1),(0.5183856,-0.7503676,0.4101521,1),(0.5898687,-0.7107181,0.3833206,1),(0.5630217,-0.7247564,0.3971585,1),(0.6146675,-0.6968216,0.3696262,1),(0.5972704,-0.7085954,0.3757135,1),(0.6375503,-0.6831697,0.3561022,1),(0.4243388,-0.8012861,0.4217548,1),(0.4081613,-0.8047193,0.4310815,1),(0.4525827,-0.7849048,0.4231941,1),(0.4302579,-0.7922376,0.4327099,1),(0.396401,-0.8047661,0.4418347,1),(0.3891516,-0.8014739,0.4540932,1),(0.4109388,-0.7969128,0.4427858,1),(0.3947139,-0.7990683,0.4535316,1),(0.4642972,-0.7731959,0.4319678,1),(0.4394949,-0.7817772,0.4423444,1),(0.4162745,-0.7886546,0.4524815,1),(0.4794261,-0.7619237,0.4354571,1),(0.4516102,-0.7723553,0.4466714,1),(0.5072675,-0.7505555,0.4234926,1),(0.4906204,-0.7627752,0.4212664,1),(0.5351356,-0.7381921,0.4107341,1),(0.388816,-0.7942566,0.4668818,1),(0.3976889,-0.7822755,0.4794669,1),(0.384183,-0.7978203,0.4646355,1),(0.3819125,-0.7921294,0.4761027,1),(0.4157631,-0.7651066,0.4916837,1),(0.4428818,-0.7420667,0.5031825,1),(0.3879993,-0.7818924,0.4879555,1),(0.402471,-0.7667664,0.5000864,1),(0.3848607,-0.7926815,0.4727982,1),(0.3794546,-0.78882,0.4835052,1),(0.3810921,-0.7810578,0.4946891,1),(0.3903298,-0.7866249,0.4783972,1),(0.3802194,-0.7850371,0.4890297,1),(0.4057053,-0.7851576,0.4679004,1),(0.3971909,-0.7926725,0.4625038,1),(0.4261997,-0.7804864,0.457378,1),(0.4787934,-0.7144225,0.5102521,1),(0.5230928,-0.6834328,0.509209,1),(0.4264777,-0.7472097,0.5097002,1),(0.4609483,-0.7233067,0.5141539,1),(0.5752952,-0.6479827,0.4991532,1),(0.6343015,-0.6068224,0.4789864,1),(0.5056052,-0.693933,0.5126602,1),(0.5596641,-0.6577239,0.5041582,1),(0.4145033,-0.7521824,0.5122584,1),(0.4483172,-0.729381,0.5167351,1),(0.493051,-0.6994753,0.5173346,1),(0.4091166,-0.7521325,0.5166432,1),(0.4414139,-0.728951,0.523244,1),(0.3880629,-0.7686859,0.5084578,1),(0.3920649,-0.7691094,0.5047333,1),(0.3784506,-0.7794895,0.4991705,1),(0.6941971,-0.5633034,0.4480844,1),(0.7500037,-0.5223927,0.4057095,1),(0.6180736,-0.617691,0.4862538,1),(0.6763695,-0.5781088,0.4564148,1),(0.8013167,-0.4840038,0.3516133,1),(0.8472794,-0.4478621,0.285547,1),(0.7338824,-0.5385123,0.4140304,1),(0.7893881,-0.498313,0.3585395,1),(0.6013415,-0.6289251,0.4927895,1),(0.6608896,-0.5905886,0.4630658,1),(0.7224187,-0.5489209,0.4204724,1),(0.5894594,-0.6357556,0.4983496,1),(0.6521062,-0.5958381,0.4687583,1),(0.5327373,-0.6703681,0.5165245,1),(0.5451553,-0.6649206,0.5105744,1),(0.4831983,-0.7010345,0.5244712,1),(0.8843628,-0.4143516,0.2149772,1),(0.9107065,-0.3860531,0.1468901,1),(0.8377779,-0.4591974,0.2954083,1),(0.8754951,-0.4251395,0.2297051,1),(0.9278495,-0.3638523,0.08189492,1),(0.9371729,-0.348284,0.02013106,1),(0.9034727,-0.3968685,0.1619642,1),(0.9225007,-0.3747743,0.09239438,1),(0.8277071,-0.4686309,0.3086845,1),(0.8669428,-0.4353623,0.2426313,1),(0.8974848,-0.4069767,0.169973,1),(0.8186498,-0.4784298,0.3176753,1),(0.8607905,-0.4450208,0.2469739,1),(0.7695482,-0.5146321,0.3780867,1),(0.7796503,-0.5066369,0.3680549,1),(0.7139875,-0.5537971,0.4284049,1),(0.9410034,-0.3367399,-0.03344901,1),(0.9420854,-0.3271189,-0.07394797,1),(0.9337593,-0.3568093,0.02793954,1),(0.9393646,-0.3420393,-0.0245604,1),(0.9419652,-0.3200202,-0.1014329,1),(0.9416981,-0.3157783,-0.1161412,1),(0.941294,-0.3312778,-0.06496678,1),(0.9410745,-0.3250157,-0.09350745,1),(0.9314445,-0.3620279,0.03670094,1),(0.9377442,-0.3469809,-0.01549594,1),(0.9394114,-0.3378504,-0.05799354,1),(0.9284109,-0.3688246,0.04496312,1),(0.9345409,-0.3557166,-0.009945315,1),(0.915251,-0.388612,0.1062841,1),(0.91873,-0.3823589,0.09867562,1),(0.8933386,-0.4143879,0.1738642,1),(0.9415917,-0.3132922,-0.1235034,1),(0.9417216,-0.3108082,-0.1286806,1),(0.9400801,-0.3215068,-0.1135023,1),(0.9393216,-0.3182847,-0.1279443,1),(0.9421171,-0.3083431,-0.1316811,1),(0.9427949,-0.3059072,-0.1325084,1),(0.9390217,-0.315438,-0.1368833,1),(0.9393196,-0.3130132,-0.1403619,1),(0.9376453,-0.3274564,-0.1165917,1),(0.9367762,-0.3235545,-0.1332766,1),(0.9365088,-0.32074,-0.1416935,1),(0.9354097,-0.3331143,-0.1185057,1),(0.9346317,-0.3293064,-0.1342424,1),(0.9362178,-0.3389871,-0.09265006,1),(0.9387223,-0.3322994,-0.0915283,1),(0.9362835,-0.3466724,-0.05649355,1),(0.9436386,-0.3034927,-0.1320538,1),(0.9445537,-0.300929,-0.1313782,1),(0.9399717,-0.3107543,-0.141014,1),(0.9407443,-0.3081446,-0.1415868,1),(0.9455354,-0.2982217,-0.1304863,1),(0.9465852,-0.2953628,-0.1293724,1),(0.9416341,-0.3051829,-0.142087,1),(0.9426396,-0.3018652,-0.1425061,1),(0.9371369,-0.3156222,-0.1488528,1),(0.9378261,-0.3123531,-0.1513857,1),(0.9387654,-0.3086173,-0.1532147,1),(0.9343782,-0.3196906,-0.1572749,1),(0.9351636,-0.3155719,-0.1608834,1),(0.9340482,-0.323358,-0.1516364,1),(0.9366989,-0.3184167,-0.1456226,1),(0.9341446,-0.3265719,-0.1439605,1),(0.9485029,-0.2936441,-0.1188085,1),(0.9515874,-0.2940742,-0.0894532,1),(0.9446286,-0.2993396,-0.1344344,1),(0.9481038,-0.2985271,-0.109456,1),(0.9542629,-0.2961755,-0.04077466,1),(0.9538196,-0.2991131,0.02756099,1),(0.9518727,-0.299043,-0.06716801,1),(0.9538403,-0.3002264,-0.007254033,1),(0.9444007,-0.3035204,-0.1264227,1),(0.9487944,-0.3026561,-0.09049163,1),(0.9523993,-0.3023259,-0.0391739,1),(0.9452524,-0.3069874,-0.1107093,1),(0.9498214,-0.3053367,-0.06788755,1),(0.9406412,-0.3090234,-0.1403521,1),(0.9407686,-0.3054114,-0.147235,1),(0.9370775,-0.3118206,-0.1570144,1),(0.9454432,-0.3056319,0.1128099,1),(0.9235437,-0.3184561,0.2136647,1),(0.9497578,-0.3050241,0.07014631,1),(0.9340383,-0.3160397,0.1664073,1),(0.8818657,-0.3360373,0.3307441,1),(0.8128896,-0.3556806,0.461196,1),(0.9000893,-0.3316203,0.2826079,1),(0.83961,-0.3489134,0.4163105,1),(0.9415357,-0.3146358,0.1204776,1),(0.9151962,-0.3279852,0.234183,1),(0.8639244,-0.3426327,0.3691036,1),(0.9271164,-0.3251281,0.1864052,1),(0.8853645,-0.3369572,0.3202958,1),(0.9462571,-0.3141731,0.0767641,1),(0.9517204,-0.305511,0.02985477,1),(0.9516796,-0.3070033,-0.007403068,1),(0.7280234,-0.369262,0.5776049,1),(0.6512712,-0.3753023,0.6595408,1),(0.7609506,-0.3608604,0.5391974,1),(0.6853722,-0.3668605,0.6290297,1),(0.5899999,-0.3777196,0.7136021,1),(0.5469854,-0.3792582,0.7463043,1),(0.6203012,-0.3704186,0.6913874,1),(0.5688827,-0.374098,0.7324091,1),(0.7199543,-0.3587314,0.5941191,1),(0.6522436,-0.3634431,0.6651973,1),(0.5930804,-0.3691866,0.7155117,1),(0.68532,-0.3569636,0.6347547,1),(0.6194386,-0.3645877,0.6952493,1),(0.7542811,-0.3511295,0.5547685,1),(0.7928779,-0.3527912,0.4968733,1),(0.8230609,-0.3452614,0.4509605,1),(0.5395907,-0.3752314,0.7536865,1),(0.5859231,-0.358301,0.7268525,1),(0.5517212,-0.3720407,0.7464513,1),(0.5902625,-0.3564499,0.724247,1),(0.6860399,-0.3220339,0.6524136,1),(0.8246887,-0.2545402,0.5050722,1),(0.68476,-0.3216298,0.6539557,1),(0.8206745,-0.2560037,0.5108378,1),(0.5970222,-0.3542374,0.7197779,1),(0.6856236,-0.3204781,0.6536161,1),(0.8182518,-0.2563656,0.5145296,1),(0.6888831,-0.3184638,0.6511688,1),(0.8174564,-0.255604,0.5161703,1),(0.6065081,-0.3515571,0.7131308,1),(0.5663359,-0.368848,0.7370311,1),(0.5836126,-0.3655976,0.7250756,1),(0.9370848,-0.168578,0.3057016,1),(0.9927971,-0.08333297,0.08607858,1),(0.933345,-0.1717948,0.3152041,1),(0.9912523,-0.08771545,0.09861524,1),(0.9862478,0.005339932,-0.1651871,1),(0.8880035,0.09862567,-0.4491354,1),(0.9886584,0.0003509201,-0.1501811,1),(0.8967875,0.09367771,-0.4324313,1),(0.9899159,-0.09068234,0.1088263,1),(0.9904956,-0.003285637,-0.1375044,1),(0.9040571,0.08981996,-0.4178674,1),(0.9919049,-0.005777135,-0.1268509,1),(0.9098532,0.08701041,-0.4057046,1),(0.9887929,-0.09247588,0.1172044,1),(0.9305106,-0.1736808,0.3224669,1),(0.928502,-0.1743782,0.3278357,1),(0.7235696,0.1739992,-0.6679606,1),(0.6024126,0.2183135,-0.7677488,1),(0.7374613,0.17032,-0.6535609,1),(0.6143886,0.2165761,-0.758697,1),(0.5504953,0.2448072,-0.7981381,1),(0.564225,0.2619779,-0.7829545,1),(0.5547908,0.245021,-0.7950924,1),(0.5562063,0.2641132,-0.7879586,1),(0.6254366,0.2147185,-0.75015,1),(0.5599678,0.2444411,-0.7916341,1),(0.5516089,0.2645684,-0.7910318,1),(0.5654806,0.2440855,-0.787816,1),(0.5501613,0.2655509,-0.7917104,1),(0.6349375,0.2128661,-0.7426592,1),(0.7494939,0.1671774,-0.6405549,1),(0.7592797,0.1646571,-0.6295891,1),(0.6187161,0.2662027,-0.739139,1),(0.6915017,0.2541361,-0.6761954,1),(0.6739244,0.2608822,-0.6912066,1),(0.6009583,0.2712843,-0.7518337,1),(0.7793734,0.2219626,-0.5859262,1),(0.8724994,0.1657704,-0.4596358,1),(0.8804951,0.1657439,-0.4441365,1),(0.7718651,0.2278494,-0.5935561,1),(0.7682326,0.2327678,-0.5963538,1),(0.6615362,0.2653675,-0.7013915,1),(0.8900917,0.1669664,-0.424098,1),(0.9013368,0.1691824,-0.3987097,1),(0.7690285,0.2365293,-0.5938426,1),(0.6549171,0.267557,-0.706751,1),(0.5884535,0.2739187,-0.7607175,1),(0.5814045,0.2742044,-0.7660161,1),(0.9480717,0.1030476,-0.300901,1),(0.993089,0.05032803,-0.1060253,1),(0.9981504,0.03833357,-0.04718444,1),(0.9617762,0.09493886,-0.2568524,1),(0.9898122,0.004876475,0.1422961,1),(0.8960875,-0.03228701,0.4427019,1),(0.886391,-0.03452832,0.4616479,1),(0.9811394,-0.005127424,0.1932337,1),(0.9711391,-0.01027665,0.238292,1),(0.9994625,0.03094885,0.01080504,1),(0.8804329,-0.03376889,0.4729667,1),(0.878408,-0.03013284,0.4769605,1),(0.9606055,-0.01102035,0.277697,1),(0.9973065,0.02784899,0.06785399,1),(0.9736642,0.09004837,-0.20945,1),(0.9834579,0.08815807,-0.1582364,1),(0.7489789,-0.05216057,0.6605377,1),(0.6783705,-0.05249631,0.7328421,1),(0.7019041,-0.0364776,0.7113368,1),(0.7568188,-0.04495349,0.652077,1),(0.7057557,-0.03749551,0.7074624,1),(0.819878,-0.006163597,0.5725052,1),(0.8595635,0.03400315,0.5098964,1),(0.7405531,-0.01088102,0.6719096,1),(0.7800874,0.01733426,0.6254304,1),(0.7324256,-0.02012416,0.6805496,1),(0.896883,0.07833201,0.4352756,1),(0.9287096,0.1270348,0.3483685,1),(0.8227183,0.04768659,0.5664455,1),(0.7690536,-0.002837687,0.6391779,1),(0.771181,-0.03694392,0.6355431,1),(0.7915813,-0.02771421,0.6104351,1),(0.9308776,0.05159051,0.3616702,1),(0.9790975,0.1468621,0.140711,1),(0.9779375,0.206729,0.03002277,1),(0.9579118,0.1038702,0.2676117,1),(0.9519385,0.2880691,-0.1040633,1),(0.8013178,0.4689737,-0.371421,1),(0.7237048,0.5235692,-0.4495853,1),(0.9129363,0.3493162,-0.2110106,1),(0.856449,0.4096885,-0.3140867,1),(0.959187,0.2698733,-0.08443193,1),(0.6361574,0.5721872,-0.5175958,1),(0.5420135,0.613706,-0.574096,1),(0.7832605,0.4676099,-0.4096877,1),(0.9209816,0.3350408,-0.1988482,1),(0.9731953,0.16131,0.1639202,1),(0.9732918,0.2234093,0.05283289,1),(0.5498077,0.6091527,-0.5715282,1),(0.3142024,0.6832018,-0.6591753,1),(0.2217048,0.7073709,-0.671173,1),(0.4524782,0.6496935,-0.6108697,1),(0.1168309,0.7274311,-0.6761616,1),(-0.05596421,0.7615014,-0.6457427,1),(-0.0926712,0.7598537,-0.643455,1),(0.04576195,0.7369621,-0.6743833,1),(-0.01239991,0.7432481,-0.6689009,1),(0.1382607,0.7250122,-0.6747157,1),(-0.1154044,0.758094,-0.6418532,1),(-0.1238789,0.7570519,-0.6415033,1),(-0.05634062,0.7475475,-0.6618146,1),(0.06669545,0.7371444,-0.6724358,1),(0.356282,0.6820661,-0.6386305,1),(0.2652723,0.7063287,-0.6563006,1),(-0.1785011,0.7810814,-0.5983722,1),(-0.2187599,0.7906311,-0.5718797,1),(-0.1917218,0.7887466,-0.584056,1),(-0.179433,0.7765368,-0.6039822,1),(-0.1822064,0.8000166,-0.5716417,1),(-0.06553058,0.8025479,-0.5929778,1),(0.01174365,0.7993905,-0.600697,1),(-0.1300524,0.8001924,-0.585473,1),(-0.06500891,0.7984778,-0.598504,1),(-0.1508529,0.7868176,-0.598466,1),(0.09789152,0.7924423,-0.6020403,1),(0.1902372,0.7810988,-0.5947222,1),(0.01169258,0.7939387,-0.6078853,1),(-0.09652358,0.7843103,-0.6128135,1),(-0.1664634,0.7728426,-0.6123759,1),(-0.1396631,0.7701306,-0.6224091,1),(0.0976625,0.7908478,-0.6041703,1),(0.2714201,0.7685539,-0.5793583,1),(0.3724166,0.7437536,-0.5551004,1),(0.1935426,0.7777821,-0.5979935,1),(0.4566992,0.7282469,-0.5109621,1),(0.6439058,0.6582969,-0.389911,1),(0.711442,0.6199812,-0.3308679,1),(0.547779,0.6936101,-0.4678068,1),(0.6296459,0.6572897,-0.4141454,1),(0.4690773,0.7152091,-0.5181142,1),(0.7679401,0.5825068,-0.2663715,1),(0.8131288,0.5470676,-0.1988429,1),(0.7004168,0.6208262,-0.3521237,1),(0.5581791,0.684163,-0.469422,1),(0.2916486,0.7602288,-0.5805112,1),(0.3884132,0.738571,-0.5510427,1),(0.7904196,0.5629697,-0.2414575,1),(0.8768166,0.4701391,-0.1008072,1),(0.8970646,0.4404296,-0.03601344,1),(0.8314266,0.5275133,-0.1745269,1),(0.9204889,0.3897739,0.02786563,1),(0.9345908,0.3233043,0.1483719,1),(0.9320509,0.3111225,0.1856978,1),(0.9262289,0.3678373,0.08243562,1),(0.9271676,0.3513702,0.1299965,1),(0.9093497,0.415305,0.02459912,1),(0.9280896,0.304588,0.2141864,1),(0.9239221,0.3040476,0.2322133,1),(0.9249078,0.3406208,0.1688874,1),(0.9152155,0.39512,0.07912534,1),(0.8621666,0.4950607,-0.1076272,1),(0.8835775,0.4663095,-0.0429689,1),(0.9310309,0.2711911,0.2442064,1),(0.9251685,0.2371257,0.2963692,1),(0.922206,0.2483301,0.2964256,1),(0.9263635,0.2705984,0.2619682,1),(0.9247561,0.2225592,0.3086964,1),(0.9317906,0.2272401,0.2830693,1),(0.9329935,0.2609342,0.2478642,1),(0.924554,0.245254,0.2916337,1),(0.9247828,0.2737317,0.2642869,1),(0.9207929,0.2650149,0.2861952,1),(0.93182,0.300763,0.2031088,1),(0.9259943,0.3471032,0.1485053,1),(0.9241087,0.3085576,0.2254227,1),(0.9205765,0.2877881,0.2640398,1),(0.9226574,0.2754585,0.269863,1),(0.9204176,0.2863018,0.2662006,1),(0.939814,0.2520604,0.2306844,1),(0.9411073,0.2971483,0.1613067,1),(0.9315975,0.3500775,0.0978367,1),(0.9383546,0.2958267,0.1788218,1),(0.9294039,0.3619087,0.07232224,1),(0.8956921,0.4431312,-0.03701656,1),(0.8534506,0.510211,-0.1063336,1),(0.9062075,0.4228241,0.002735254,1),(0.8707943,0.4867646,-0.069119,1),(0.9125862,0.4078717,0.02876185,1),(0.7974696,0.5778224,-0.1736764,1),(0.7274992,0.6443678,-0.2356585,1),(0.8214647,0.55272,-0.1403442,1),(0.881524,0.4700937,-0.04390131,1),(0.9308438,0.345503,0.118985,1),(0.914533,0.401144,0.05208482,1),(0.8343251,0.5317653,-0.1453516,1),(0.7460572,0.6244015,-0.2313473,1),(0.6653016,0.6906652,-0.2834704,1),(0.7715698,0.6009969,-0.2085253,1),(0.6275703,0.7205073,-0.2949996,1),(0.4739625,0.8148224,-0.3338023,1),(0.3696462,0.8611003,-0.3490959,1),(0.5325114,0.7789792,-0.3310936,1),(0.4290221,0.8302493,-0.3558458,1),(0.5726802,0.7520796,-0.3262109,1),(0.2617588,0.8984415,-0.352541,1),(0.1537819,0.9264084,-0.343684,1),(0.320442,0.8730936,-0.3674569,1),(0.4707853,0.8068945,-0.3567663,1),(0.6951442,0.6680378,-0.265519,1),(0.606391,0.7309838,-0.3129738,1),(0.3030955,0.8891802,-0.3427707,1),(0.1375923,0.9374095,-0.3198937,1),(0.03332788,0.9542367,-0.2971897,1),(0.1957409,0.9209228,-0.3370265,1),(-0.02197778,0.9635267,-0.2667079,1),(-0.1766817,0.9671263,-0.1828944,1),(-0.2572939,0.9562258,-0.1393996,1),(-0.1172618,0.9657778,-0.23135,1),(-0.2045055,0.9603655,-0.1894087,1),(-0.06562903,0.9619486,-0.2652313,1),(-0.3284304,0.939965,-0.09273347,1),(-0.3894626,0.9199476,-0.04489162,1),(-0.2820543,0.9487005,-0.1428735,1),(-0.156762,0.9615228,-0.225609,1),(0.08978446,0.9430767,-0.3202263,1),(-0.01163191,0.9559966,-0.2931471,1),(-0.3158415,0.9451339,-0.08346222,1),(-0.4289535,0.9031922,0.01558497,1),(-0.4751644,0.8779269,0.05884872,1),(-0.3790445,0.9246347,-0.03709185,1),(-0.5181414,0.8477386,0.1134396,1),(-0.5864772,0.7819562,0.211161,1),(-0.6025646,0.7637454,0.2315358,1),(-0.5484247,0.8230163,0.1479,1),(-0.5693899,0.8032245,0.1750012,1),(-0.5113758,0.8537521,0.09798976,1),(-0.6104541,0.7542882,0.241651,1),(-0.6106759,0.7542628,0.2411693,1),(-0.5820567,0.789683,0.1939354,1),(-0.5384715,0.8322923,0.1316737,1),(-0.4322165,0.9017275,0.008733411,1),(-0.4756385,0.8780861,0.05227559,1),(-0.6305693,0.7201172,0.289506,1),(-0.6518837,0.682757,0.3299855,1),(-0.6463863,0.6920391,0.3213516,1),(-0.6350017,0.7141879,0.294463,1),(-0.6565221,0.6751391,0.3364013,1),(-0.6459095,0.6976894,0.309888,1),(-0.6161338,0.7386811,0.2733667,1),(-0.6404799,0.7005998,0.3145561,1),(-0.6160024,0.7356746,0.2816452,1),(-0.6336887,0.7128623,0.300443,1),(-0.5757567,0.7849402,0.2288518,1),(-0.5231652,0.8336406,0.1770358,1),(-0.5811336,0.7783537,0.2375907,1),(-0.6123655,0.7441272,0.266989,1),(-0.6322235,0.7195368,0.2873329,1),(-0.6217667,0.7359516,0.2679203,1),(-0.6153284,0.7427512,0.2639915,1),(-0.5584302,0.8021116,0.2115956,1),(-0.494312,0.8554839,0.154282,1),(-0.5688641,0.794066,0.214133,1),(-0.4680468,0.8709382,0.1496623,1),(-0.3374056,0.9382577,0.07635477,1),(-0.2402825,0.9703504,0.02615941,1),(-0.3863412,0.917776,0.0918015,1),(-0.2946791,0.9548561,0.03760549,1),(-0.4179666,0.9032723,0.09696861,1),(-0.1375892,0.9903368,-0.01738356,1),(-0.03230922,0.9980698,-0.05303581,1),(-0.1952644,0.9806905,-0.01086469,1),(-0.3303632,0.9429259,0.04184406,1),(-0.5101154,0.8450215,0.160378,1),(-0.43865,0.8925756,0.1043792,1),(-0.1821346,0.9832485,0.007024033,1),(-0.02059906,0.9989862,-0.04002804,1),(0.08793541,0.9939728,-0.06546326,1),(-0.07539016,0.996676,-0.03087522,1),(0.1468237,0.9870459,-0.06467734,1),(0.319517,0.9452223,-0.06681149,1),(0.4082853,0.9103257,-0.06789866,1),(0.2492055,0.9653248,-0.07774711,1),(0.3447672,0.9350932,-0.08207496,1),(0.1927518,0.9778491,-0.08159608,1),(0.4886079,0.8702993,-0.0619791,1),(0.5604743,0.8266727,-0.04980823,1),(0.43208,0.8984137,-0.0784853,1),(0.2912948,0.9524937,-0.0888986,1),(0.03192507,0.9976774,-0.06017165,1),(0.1366824,0.9873296,-0.08061049,1),(0.4770831,0.8772296,-0.05348062,1),(0.6028475,0.7972416,-0.03131812,1),(0.6593711,0.7516496,-0.01589818,1),(0.5491923,0.83451,-0.04450726,1),(0.701444,0.7127239,-0.001011787,1),(0.7784311,0.6266077,0.03751982,1),(0.8077072,0.5869352,0.05582357,1),(0.7437171,0.668267,0.01744214,1),(0.7796406,0.6249922,0.03930902,1),(0.7080152,0.706189,0.003387763,1),(0.83262,0.5483513,0.07781099,1),(0.8548779,0.5079503,0.1056893,1),(0.8111127,0.581181,0.0657623,1),(0.7505251,0.6602958,0.02685941,1),(0.6126183,0.7897916,-0.03046491,1),(0.6685056,0.7436153,-0.0116768,1),(0.8372083,0.5411293,0.07912855,1),(0.8801648,0.4596958,0.1182779,1),(0.8901909,0.4366133,0.1301123,1),(0.8554763,0.5090448,0.0950456,1),(0.9105793,0.3833756,0.1544941,1),(0.9304773,0.3131411,0.1901433,1),(0.9143442,0.3710546,0.1621517,1),(0.9303198,0.3125989,0.1917994,1),(0.8991141,0.4126579,0.1459705,1),(0.9178799,0.3569389,0.1734683,1),(0.9304622,0.3093492,0.1963243,1),(0.9224046,0.3363987,0.189752,1),(0.9312086,0.3009849,0.2055689,1),(0.9076684,0.3839658,0.1694352,1),(0.8712406,0.4771902,0.1150194,1),(0.8857971,0.4417767,0.1421159,1),(0.942847,0.2471245,0.2235376,1),(0.9494827,0.1847861,0.2536466,1),(0.9408471,0.2582034,0.2194032,1),(0.9473451,0.2056508,0.2454486,1),(0.9514327,0.126766,0.2805464,1),(0.9496959,0.07337064,0.3044578,1),(0.9502668,0.1554102,0.26989,1),(0.9500884,0.1078072,0.292762,1),(0.9451221,0.2250149,0.2368808,1),(0.9485594,0.1854986,0.2565644,1),(0.9497212,0.1481053,0.2758524,1),(0.9460753,0.2189081,0.2387904,1),(0.9476866,0.197653,0.2506462,1),(0.9429125,0.2433423,0.2273777,1),(0.9391637,0.266405,0.2167942,1),(0.938024,0.2707706,0.2163194,1),(0.9460595,0.05603259,0.3191109,1),(0.9419352,0.1083054,0.3178489,1),(0.9470504,0.09362745,0.3071309,1),(0.9409263,0.1453956,0.3058069,1),(0.9250711,0.2394693,0.2947846,1),(0.8602813,0.4517444,0.2363111,1),(0.9200156,0.2705568,0.2834968,1),(0.85297,0.4692656,0.2285431,1),(0.9381995,0.1960631,0.2852034,1),(0.9108595,0.3174855,0.2637006,1),(0.8368179,0.5036423,0.2146628,1),(0.8098004,0.5559713,0.1874012,1),(0.8933117,0.384838,0.2321506,1),(0.9302789,0.2659541,0.2526846,1),(0.9471586,0.141573,0.2878324,1),(0.9444851,0.204586,0.2570845,1),(0.7431322,0.6497166,0.1600709,1),(0.6334502,0.7670267,0.1020341,1),(0.7383547,0.6557237,0.1576667,1),(0.6293165,0.7704072,0.1021438,1),(0.5533929,0.8303404,0.06550651,1),(0.5063561,0.8609792,0.04814975,1),(0.5452935,0.835719,0.06502892,1),(0.4895332,0.8707963,0.04550707,1),(0.6113926,0.7854427,0.09632677,1),(0.5241299,0.8495032,0.06026815,1),(0.4625764,0.8857024,0.03942416,1),(0.4261314,0.9040502,0.0332443,1),(0.489552,0.8702837,0.05426786,1),(0.5781132,0.8113133,0.08692432,1),(0.7212234,0.6765842,0.1485616,1),(0.689383,0.7122562,0.1320693,1),(0.469613,0.8820775,0.03745224,1),(0.4191459,0.907609,0.02371823,1),(0.4429497,0.8960205,0.03070612,1),(0.3843681,0.9231005,0.01211374,1),(0.3541568,0.9351849,0.001493306,1),(0.2692715,0.9627908,-0.02295152,1),(0.3109244,0.9503935,-0.008845543,1),(0.2208491,0.9746864,-0.03481343,1),(0.3467288,0.9379563,0.004135245,1),(0.2719585,0.9621499,-0.01749632,1),(0.1836628,0.9820805,-0.04225892,1),(0.239934,0.9705229,-0.0227396,1),(0.1598079,0.9860507,-0.04653304,1),(0.3101496,0.9506871,-0.001125227,1),(0.409686,0.9119406,0.02283909,1),(0.3717938,0.9281605,0.0169541,1),(0.2205682,0.9741828,-0.04814029,1),(0.2762924,0.9580218,-0.07653051,1),(0.1690051,0.9837438,-0.06070888,1),(0.2217365,0.9713822,-0.08514418,1),(0.474442,0.8741612,-0.1036685,1),(0.8107478,0.5740959,-0.114464,1),(0.4196227,0.9011486,-0.1088481,1),(0.7712842,0.6259882,-0.1151497,1),(0.1902016,0.9777737,-0.08821525,1),(0.3882509,0.9152197,-0.1078618,1),(0.7424521,0.6607902,-0.1100964,1),(0.3804197,0.9187944,-0.1053458,1),(0.7280446,0.677528,-0.1044356,1),(0.1812095,0.9794014,-0.08908449,1),(0.1352643,0.9885805,-0.06642237,1),(0.120253,0.9903163,-0.06937531,1),(0.9805229,0.1711018,-0.09643131,1),(0.996334,-0.04451914,-0.07305131,1),(0.9695264,0.2264395,-0.09350842,1),(0.997577,-0.006674236,-0.06925053,1),(0.9901225,-0.1291339,-0.05460604,1),(0.9905404,-0.1315531,-0.03903114,1),(0.9920215,-0.1149065,-0.05186291,1),(0.9882001,-0.1480887,-0.03912112,1),(0.9975944,0.02662807,-0.06400509,1),(0.9933043,-0.104866,-0.04847259,1),(0.9847538,-0.1696217,-0.03857999,1),(0.9938262,-0.1012089,-0.0454581,1),(0.9802082,-0.1943804,-0.03752611,1),(0.996968,0.05023337,-0.05942388,1),(0.9580519,0.2730069,-0.08720146,1),(0.9489871,0.3046775,-0.08121025,1),(0.9914901,-0.1280297,-0.02357453,1),(0.9827217,-0.1849749,-0.006505041,1),(0.9842151,-0.1750093,-0.02631433,1),(0.9679456,-0.2509658,-0.009873643,1),(0.9515048,-0.3073645,0.012865,1),(0.8700927,-0.4917062,0.03411145,1),(0.9253516,-0.3789535,0.01089137,1),(0.8329419,-0.5522149,0.03558534,1),(0.9472623,-0.3202049,-0.01276114,1),(0.8932407,-0.4494921,0.008824166,1),(0.7940047,-0.606837,0.03612755,1),(0.859446,-0.5111644,0.00797196,1),(0.7582127,-0.6509684,0.03679017,1),(0.9229785,-0.3845971,-0.01399939,1),(0.9734446,-0.2271603,-0.02835209,1),(0.9599332,-0.2787239,-0.02900122,1),(0.7477149,-0.6617973,0.05428216,1),(0.6378811,-0.7669506,0.06995948,1),(0.7083541,-0.703392,0.05894211,1),(0.6048481,-0.7927676,0.07535478,1),(0.5562499,-0.8268921,0.08267785,1),(0.5054084,-0.8577175,0.09424995,1),(0.5352926,-0.8402154,0.08660204,1),(0.5011914,-0.8601587,0.09452122,1),(0.5784488,-0.8118737,0.07910743,1),(0.5215519,-0.8485358,0.08927792,1),(0.5028456,-0.8592295,0.09418637,1),(0.5167199,-0.8513359,0.09070611,1),(0.5115873,-0.8541634,0.09318384,1),(0.5611721,-0.8236809,0.08145886,1),(0.6726435,-0.7373651,0.06199568,1),(0.6443115,-0.7620773,0.06403623,1),(0.4739302,-0.8744094,0.1039156,1),(0.4511409,-0.885581,0.1105365,1),(0.4865778,-0.867891,0.1000364,1),(0.4760553,-0.8732643,0.1038308,1),(0.4373796,-0.8920053,0.1141298,1),(0.4332261,-0.8940474,0.1139918,1),(0.4697185,-0.8764315,0.1059831,1),(0.4679696,-0.8774915,0.1049435,1),(0.5030342,-0.8587721,0.09729905,1),(0.5030769,-0.8586883,0.09781656,1),(0.5034462,-0.8587251,0.09556796,1),(0.5381356,-0.8380491,0.08990964,1),(0.5403142,-0.8369251,0.08727508,1),(0.5328569,-0.8412738,0.09122452,1),(0.5029674,-0.8589434,0.09612502,1),(0.52404,-0.8466858,0.09222415,1),(0.590872,-0.6954896,0.4088576,1),(0.5803961,-0.7068555,0.404346,1),(0.6164492,-0.6601418,0.4291891,1),(0.6198509,-0.6374286,0.4576786,1),(0.596955,-0.6753942,0.4329982,1),(0.5876262,-0.6872058,0.4271341,1),(0.65651,-0.5965633,0.461635,1),(0.7057881,-0.4994501,0.502407,1),(0.6981142,-0.4627275,0.5463697,1),(0.6555505,-0.5686154,0.4969205,1),(0.6592527,-0.5270324,0.5363047,1),(0.6291032,-0.6014639,0.4924127,1),(0.692984,-0.4122992,0.5914242,1),(0.6882464,-0.3604962,0.629571,1),(0.6638842,-0.4798363,0.5735983,1),(0.6398892,-0.5577194,0.5286689,1),(0.609252,-0.6424121,0.4648856,1),(0.6009306,-0.6548943,0.4582531,1),(0.6232281,-0.6007723,0.5006589,1),(0.6158974,-0.6138307,0.4938444,1),(0.7464917,-0.3919,0.5377403,1),(0.7688507,-0.3053348,0.5618177,1),(0.7487773,-0.2655529,0.6073007,1),(0.7312062,-0.3486152,0.5863488,1),(0.7829694,-0.2397717,0.5739936,1),(0.7811841,-0.2029881,0.5903788,1),(0.7626104,-0.2023182,0.6144044,1),(0.7557945,-0.2183832,0.6173194,1),(0.7295818,-0.2133894,0.6497502,1),(0.7407425,-0.1768819,0.6480843,1),(0.7526408,-0.182852,0.6325322,1),(0.7260232,-0.1358503,0.674118,1),(0.7442641,-0.1543184,0.6498129,1),(0.7133448,-0.163478,0.6814794,1),(0.7157588,-0.2929359,0.6339384,1),(0.7052203,-0.2377227,0.6679462,1),(0.783236,-0.1757705,0.5963607,1),(0.7920985,-0.1477669,0.5922371,1),(0.7834283,-0.1926302,0.5908754,1),(0.7683706,-0.2025365,0.6071124,1),(0.7994579,-0.123596,0.58787,1),(0.8154799,-0.09673593,0.5706441,1),(0.7948677,-0.1842909,0.5781195,1),(0.812892,-0.1675769,0.5577852,1),(0.7797928,-0.219445,0.5863164,1),(0.7953912,-0.2245775,0.5629545,1),(0.8121764,-0.2214828,0.5397359,1),(0.7947778,-0.2374245,0.5585319,1),(0.8081576,-0.2476828,0.5343543,1),(0.7801903,-0.2185402,0.5861256,1),(0.7649013,-0.2063754,0.6101928,1),(0.7636675,-0.1909015,0.6167403,1),(0.8318912,-0.07551721,0.5497764,1),(0.8447059,-0.06511737,0.5312549,1),(0.8297241,-0.1530705,0.5367749,1),(0.8411757,-0.1479929,0.5201169,1),(0.8544331,-0.06559954,0.5154036,1),(0.8612863,-0.07710206,0.5022362,1),(0.8475577,-0.1525305,0.5083113,1),(0.8489361,-0.1667506,0.5014994,1),(0.8338385,-0.2222808,0.5052767,1),(0.8353347,-0.2338509,0.4975237,1),(0.8304992,-0.2529555,0.4962705,1),(0.8173494,-0.2925474,0.4963425,1),(0.8034613,-0.3229357,0.5001624,1),(0.8205018,-0.2718762,0.502852,1),(0.8261599,-0.2182166,0.5194626,1),(0.8174372,-0.2569483,0.5155326,1),(0.8679968,-0.09060114,0.4882345,1),(0.877632,-0.09787005,0.4692371,1),(0.8495512,-0.1814691,0.4953096,1),(0.8542541,-0.1887355,0.484385,1),(0.88996,-0.09885755,0.4451946,1),(0.9045242,-0.09351525,0.4160421,1),(0.8629858,-0.1885469,0.4687276,1),(0.8754275,-0.1808908,0.4482243,1),(0.8242457,-0.2798907,0.4922196,1),(0.8291152,-0.2802451,0.4837673,1),(0.8392245,-0.2718921,0.4709321,1),(0.7970255,-0.3607037,0.4843999,1),(0.8080229,-0.3546336,0.4704613,1),(0.793534,-0.3569379,0.4928481,1),(0.824764,-0.2708233,0.4964063,1),(0.7963487,-0.3439053,0.497552,1),(0.9197612,-0.08426875,0.3833252,1),(0.9345104,-0.07374978,0.3482117,1),(0.8904167,-0.1677516,0.4231045,1),(0.9070086,-0.1514314,0.3929425,1),(0.9485171,-0.06189992,0.3106183,1),(0.9614919,-0.0486666,0.27049,1),(0.9245499,-0.1317087,0.3575753,1),(0.9422736,-0.1084115,0.3168083,1),(0.8723885,-0.2369822,0.4275253,1),(0.8938126,-0.212215,0.3950491,1),(0.9169897,-0.1820651,0.3549399,1),(0.8631544,-0.3028039,0.4040722,1),(0.8903296,-0.2729368,0.364443,1),(0.8390655,-0.3263118,0.4353043,1),(0.8538876,-0.2567634,0.4527124,1),(0.8192815,-0.3440255,0.4587203,1),(0.9729654,-0.03356069,0.2284992,1),(0.9827341,-0.02073213,0.1838579,1),(0.9590492,-0.08261923,0.2709223,1),(0.9739468,-0.0562511,0.2196896,1),(0.9902846,-0.001285367,0.1390494,1),(0.9954479,0.02145674,0.09286025,1),(0.9949506,-0.001617253,0.1003517,1),(0.9863515,-0.03268177,0.1613768,1),(0.9609492,-0.1153917,0.251518,1),(0.9788727,-0.08134698,0.1875921,1),(0.9922407,-0.04678231,0.1151942,1),(0.9658505,-0.1672129,0.1979208,1),(0.9835452,-0.1286348,0.1268546,1),(0.9434764,-0.2041375,0.2611129,1),(0.9399409,-0.1489027,0.3071466,1),(0.9179178,-0.239321,0.3164685,1),(0.9976955,0.0360233,0.05749829,1),(0.9980825,0.04041911,0.04687875,1),(0.9989142,0.0305154,0.03519953,1),(0.9986091,0.01657236,0.05005187,1),(0.9975405,0.03484287,0.06081896,1),(0.9948908,0.01931311,0.09909255,1),(0.9949595,0.01368602,0.09933969,1),(0.9982961,0.02810535,0.05113747,1),(0.9982712,-0.004883147,0.05857271,1),(0.9992088,-0.004301575,0.03953907,1),(0.9926428,-0.00887594,0.1207552,1),(0.9847225,-0.0654479,0.1613633,1),(0.9937496,-0.06933883,0.08748654,1),(0.9953145,-0.07360552,0.06269962,1),(0.9981992,-0.0240919,0.05493695,1),(0.9926448,-0.09577208,0.07405388,1),(0.9889184,-0.004465146,0.1483929,1),(0.9799776,-0.03460811,0.1960765,1),(0.9758481,-0.03995918,0.2147645,1),(0.9870479,-0.01013337,0.160106,1),(0.9676771,-0.07095926,0.2420037,1),(0.9515314,-0.113288,0.2859263,1),(0.9449497,-0.1169588,0.3055989,1),(0.9617556,-0.07563766,0.2632584,1),(0.9502497,-0.0872553,0.2990185,1),(0.9663357,-0.05518725,0.2512959,1),(0.9336219,-0.1251266,0.335698,1),(0.9164627,-0.1387292,0.3753001,1),(0.9312397,-0.1074331,0.3482108,1),(0.9486263,-0.08342167,0.305203,1),(0.9809689,-0.02901229,0.1919852,1),(0.967231,-0.06672373,0.2449736,1),(0.9326405,-0.1559817,0.3253481,1),(0.9131788,-0.1946168,0.3580903,1),(0.9056994,-0.1982821,0.3746904,1),(0.9259776,-0.158657,0.3426275,1),(0.8941486,-0.2285097,0.3850736,1),(0.8760622,-0.2591008,0.4066717,1),(0.8848414,-0.2341095,0.4028008,1),(0.864699,-0.2624273,0.4282844,1),(0.8765118,-0.2301331,0.422807,1),(0.8968145,-0.1986614,0.3952939,1),(0.8547426,-0.2606639,0.4488534,1),(0.8476698,-0.257019,0.4641089,1),(0.8677506,-0.2309604,0.4400752,1),(0.8858519,-0.2026888,0.4173532,1),(0.9159415,-0.1637697,0.366375,1),(0.902077,-0.1720177,0.3958117,1),(0.8597261,-0.2868851,0.4225729,1),(0.8459136,-0.3125825,0.4321138,1),(0.8467312,-0.2865145,0.4482808,1),(0.8317471,-0.3114507,0.4595597,1),(0.8350325,-0.3362932,0.4354626,1),(0.8273502,-0.3580953,0.4327349,1),(0.8208842,-0.33443,0.4629318,1),(0.8144323,-0.3555782,0.4585457,1),(0.8197917,-0.3085241,0.4824463,1),(0.8092817,-0.3306539,0.4855215,1),(0.8040036,-0.3511851,0.4798408,1),(0.803179,-0.3287382,0.4968246,1),(0.7985352,-0.3486465,0.4907006,1),(0.8129896,-0.3075218,0.4944475,1),(0.834526,-0.2876814,0.4698997,1),(0.8280757,-0.2834133,0.483702,1),(0.8224473,-0.3778656,0.4252036,1),(0.8197705,-0.395559,0.414137,1),(0.8113548,-0.3748716,0.448525,1),(0.8104223,-0.392445,0.4349743,1),(0.8193327,-0.4111755,0.3995356,1),(0.8211047,-0.4246601,0.3813803,1),(0.8116152,-0.4082411,0.4178755,1),(0.8148377,-0.4222413,0.3971798,1),(0.8023081,-0.3880648,0.4535498,1),(0.8040216,-0.4046233,0.435694,1),(0.8073285,-0.4198862,0.4146277,1),(0.7975823,-0.4011687,0.4504733,1),(0.7986996,-0.4185539,0.4323096,1),(0.7973015,-0.3831755,0.4663548,1),(0.8022847,-0.3702409,0.468253,1),(0.7979118,-0.3646087,0.4799972,1),(0.8238372,-0.4365309,0.3615703,1),(0.8263922,-0.4472427,0.3421254,1),(0.8188521,-0.4347841,0.3747587,1),(0.8226081,-0.4460825,0.3525992,1),(0.828805,-0.4568089,0.3231223,1),(0.8311235,-0.4652285,0.3046247,1),(0.8261524,-0.4561137,0.3308061,1),(0.8295172,-0.4649076,0.3094546,1),(0.8155202,-0.4462844,0.3684524,1),(0.8198214,-0.4570895,0.3449089,1),(0.8242607,-0.4662989,0.3211849,1),(0.8084697,-0.4604988,0.3664936,1),(0.814088,-0.4698964,0.3412592,1),(0.8039873,-0.4487761,0.3901337,1),(0.811361,-0.4338706,0.3917265,1),(0.8007135,-0.4347838,0.4120933,1),(0.8327739,-0.4732141,0.2873257,1),(0.8332281,-0.4814764,0.2718667,1),(0.8321572,-0.4731708,0.2891779,1),(0.8334995,-0.4817399,0.2705646,1),(0.8325592,-0.4900567,0.2582434,1),(0.8308361,-0.4989744,0.2464465,1),(0.8336502,-0.4906304,0.2535923,1),(0.8326578,-0.499921,0.2382437,1),(0.8305441,-0.4834459,0.2765442,1),(0.8316661,-0.4925322,0.2564051,1),(0.831538,-0.5020485,0.2376802,1),(0.8257966,-0.4954806,0.2693675,1),(0.8268016,-0.5048342,0.2480755,1),(0.8234054,-0.4865772,0.2919693,1),(0.8281093,-0.4747164,0.2981265,1),(0.8195331,-0.4780777,0.3159229,1),(0.8279928,-0.5082113,0.2369582,1),(0.8240376,-0.5176118,0.230304,1),(0.830507,-0.5093892,0.2253461,1),(0.8272334,-0.5187739,0.2157739,1),(0.8190097,-0.5271955,0.2264685,1),(0.8129315,-0.5369582,0.2254288,1),(0.8229309,-0.5280944,0.2095257,1),(0.8176355,-0.5373999,0.2065758,1),(0.8276768,-0.5208949,0.2088528,1),(0.8241544,-0.5299191,0.1998882,1),(0.8196872,-0.5387613,0.1945481,1),(0.8225132,-0.5316918,0.2019301,1),(0.8191131,-0.5399707,0.1936119,1),(0.8250073,-0.523123,0.2137879,1),(0.8301817,-0.5116218,0.2214532,1),(0.8264828,-0.5142024,0.229177,1),(0.8061408,-0.5466692,0.2264729,1),(0.7989646,-0.5561119,0.2289001,1),(0.8117093,-0.5464932,0.2060902,1),(0.8054562,-0.5552392,0.2072434,1),(0.7913941,-0.5652862,0.232695,1),(0.7834188,-0.5741834,0.2378411,1),(0.7988954,-0.5636117,0.2100186,1),(0.7920035,-0.5716349,0.2143923,1),(0.8092257,-0.555496,0.1912537,1),(0.8035027,-0.5633442,0.1924232,1),(0.7974523,-0.5708535,0.1954388,1),(0.8057151,-0.5632366,0.1832694,1),(0.8004058,-0.5705472,0.1839203,1),(0.8106146,-0.5557047,0.1846519,1),(0.8146257,-0.5472997,0.1919577,1),(0.8150848,-0.5479571,0.1880952,1),(0.7749358,-0.5829771,0.244156,1),(0.7658357,-0.5918452,0.2514262,1),(0.7847438,-0.5794681,0.2199864,1),(0.7770615,-0.5872996,0.2263949,1),(0.7560785,-0.6007748,0.2596439,1),(0.7456306,-0.6097369,0.2688045,1),(0.7689533,-0.5950876,0.2336273,1),(0.7603694,-0.6028572,0.2416639,1),(0.7845057,-0.5853675,0.204685,1),(0.7776423,-0.5924777,0.2103398,1),(0.7704858,-0.5995039,0.2166713,1),(0.783099,-0.5915148,0.1920056,1),(0.7770039,-0.5981799,0.1960757,1),(0.7890239,-0.584691,0.188621,1),(0.7911052,-0.5781572,0.1997173,1),(0.7947865,-0.5777083,0.1859236,1),(0.7341359,-0.6190974,0.2788601,1),(0.7212461,-0.6291596,0.2897625,1),(0.7510432,-0.6109111,0.2504429,1),(0.740725,-0.6194973,0.2599027,1),(0.7068779,-0.639864,0.3014923,1),(0.6909475,-0.6511379,0.3140239,1),(0.7293789,-0.6285598,0.2700348,1),(0.7169389,-0.6380783,0.2808105,1),(0.754785,-0.6140096,0.2308502,1),(0.7461291,-0.6215955,0.238559,1),(0.7368976,-0.629396,0.2466627,1),(0.7578059,-0.6177146,0.21014,1),(0.7511464,-0.6240787,0.2151859,1),(0.7643296,-0.6112814,0.2052685,1),(0.7629004,-0.6066363,0.2235517,1),(0.7707255,-0.6047727,0.2005792,1),(0.6732673,-0.6629968,0.3273321,1),(0.6536331,-0.6753856,0.3414941,1),(0.7030551,-0.6481033,0.2927041,1),(0.6873367,-0.6586069,0.3062766,1),(0.6318962,-0.6882088,0.3564771,1),(0.6079062,-0.7013457,0.3722423,1),(0.6696479,-0.6694768,0.3215159,1),(0.6498235,-0.6806154,0.338367,1),(0.7148317,-0.6457878,0.2682792,1),(0.7013555,-0.6542831,0.2828677,1),(0.6860605,-0.662845,0.2999293,1),(0.7255612,-0.6430135,0.245142,1),(0.7143413,-0.6490824,0.2615497,1),(0.7353535,-0.6367616,0.2319262,1),(0.7266354,-0.6374642,0.2562037,1),(0.7438446,-0.6304296,0.2219316,1),(0.5821643,-0.7144063,0.3882118,1),(0.5551295,-0.7272674,0.4036253,1),(0.6278298,-0.6920556,0.3562145,1),(0.6035061,-0.7041037,0.3741901,1),(0.5267301,-0.7398897,0.4184718,1),(0.4968932,-0.7522247,0.4327299,1),(0.5767166,-0.7166089,0.3922622,1),(0.547306,-0.7294362,0.4103399,1),(0.6479778,-0.6823517,0.3384092,1),(0.6243917,-0.6938346,0.3587875,1),(0.5975192,-0.7061995,0.3798067,1),(0.6653756,-0.674298,0.3203085,1),(0.6427906,-0.6856122,0.3416959,1),(0.6847136,-0.6643055,0.299776,1),(0.6684736,-0.6719584,0.3187711,1),(0.7009775,-0.6558475,0.280169,1),(0.4677674,-0.7628468,0.4463838,1),(0.4416419,-0.7706997,0.4593193,1),(0.5171227,-0.741221,0.4279901,1),(0.488083,-0.7510284,0.44467,1),(0.4186851,-0.7760307,0.471677,1),(0.3990266,-0.7790362,0.4836116,1),(0.4602802,-0.7590018,0.460498,1),(0.4337824,-0.7653067,0.4755401,1),(0.5394659,-0.729043,0.4212752,1),(0.5096285,-0.738655,0.4412115,1),(0.4792026,-0.7471179,0.4606295,1),(0.5616453,-0.7184693,0.4103126,1),(0.5303136,-0.7278427,0.4347556,1),(0.590712,-0.7082256,0.3866209,1),(0.5687551,-0.7182337,0.4008217,1),(0.617697,-0.6972422,0.3637357,1),(0.3861041,-0.7783921,0.4950042,1),(0.3834699,-0.7726949,0.5058589,1),(0.4120365,-0.7684157,0.4896563,1),(0.3987189,-0.7670953,0.5025814,1),(0.391284,-0.761871,0.5161874,1),(0.4095464,-0.7455124,0.5258166,1),(0.3940599,-0.7615684,0.5145196,1),(0.3981963,-0.7518495,0.5255113,1),(0.429722,-0.7552565,0.4949007,1),(0.4144422,-0.754444,0.5089713,1),(0.4057568,-0.7507575,0.5212721,1),(0.4493526,-0.7427878,0.4963349,1),(0.4304002,-0.7438868,0.5112615,1),(0.4724726,-0.7399728,0.4787587,1),(0.4514028,-0.7529397,0.4788707,1),(0.4995526,-0.735123,0.4583028,1),(0.4382274,-0.7248772,0.5315165,1),(0.4772413,-0.7007773,0.5302375,1),(0.4125792,-0.738429,0.5333862,1),(0.4386272,-0.7211433,0.5362449,1),(0.5262638,-0.6719966,0.521025,1),(0.5843953,-0.6370407,0.5026543,1),(0.4762235,-0.6990268,0.5334536,1),(0.5248784,-0.6707879,0.5239718,1),(0.4185553,-0.7327927,0.5364945,1),(0.4426961,-0.7170696,0.5383601,1),(0.4785003,-0.6957954,0.5356364,1),(0.4285553,-0.7259265,0.5379324,1),(0.4498979,-0.7109781,0.5404646,1),(0.4182328,-0.7361777,0.5320937,1),(0.4062582,-0.7438525,0.5306956,1),(0.4189095,-0.7421482,0.5231928,1),(0.6455309,-0.5988619,0.4739772,1),(0.704356,-0.5616528,0.4340838,1),(0.5799744,-0.6387056,0.5056529,1),(0.6373196,-0.6056945,0.476401,1),(0.7603462,-0.525021,0.3823959,1),(0.812463,-0.4884231,0.3183498,1),(0.6962005,-0.5708382,0.435257,1),(0.7552494,-0.533165,0.3812261,1),(0.5747331,-0.6428384,0.5063998,1),(0.6320491,-0.6114431,0.476079,1),(0.6938757,-0.5749287,0.433582,1),(0.5747108,-0.6435253,0.5055518,1),(0.6343286,-0.6104829,0.4742763,1),(0.5234485,-0.6702358,0.5261042,1),(0.5233289,-0.670527,0.5258522,1),(0.4816911,-0.6922653,0.5373476,1),(0.8561298,-0.4530006,0.248661,1),(0.8883622,-0.4223418,0.180111,1),(0.8082631,-0.4948418,0.3191275,1),(0.850515,-0.4606243,0.2538692,1),(0.9105356,-0.3975398,0.1135204,1),(0.9239839,-0.379251,0.0492197,1),(0.8827772,-0.4313523,0.1861169,1),(0.9057546,-0.4075665,0.1161813,1),(0.8033454,-0.5004418,0.3227912,1),(0.8452356,-0.4681807,0.2576503,1),(0.8786626,-0.439647,0.1861787,1),(0.7993845,-0.5064599,0.3232381,1),(0.8425617,-0.4747497,0.2543668,1),(0.7499698,-0.5395588,0.3826508,1),(0.7529603,-0.5361788,0.3815273,1),(0.6948743,-0.5742277,0.4329114,1),(0.9309203,-0.3651238,-0.008482377,1),(0.9338667,-0.3533181,-0.05531086,1),(0.9204538,-0.3876286,0.05008557,1),(0.9286039,-0.3710213,-0.006159557,1),(0.9343448,-0.3444914,-0.09124359,1),(0.9335342,-0.3390351,-0.1164866,1),(0.9320426,-0.3585598,-0.05226348,1),(0.9322551,-0.3508461,-0.08835904,1),(0.9182055,-0.3927032,0.05179556,1),(0.9264817,-0.3763239,-0.00347053,1),(0.9293512,-0.3657266,-0.05050288,1),(0.9155291,-0.3987278,0.05312648,1),(0.9230912,-0.3845648,-0.003558224,1),(0.9006065,-0.4190547,0.1153306,1),(0.902882,-0.4141594,0.1152221,1),(0.8768014,-0.4447871,0.1827122,1),(0.9324118,-0.3354375,-0.1344982,1),(0.9316963,-0.3314859,-0.1485232,1),(0.9310706,-0.3457561,-0.1164489,1),(0.9299853,-0.3405785,-0.1383243,1),(0.9315336,-0.32725,-0.1585961,1),(0.9320351,-0.3227498,-0.1647514,1),(0.9293831,-0.3354238,-0.1540717,1),(0.9295195,-0.330413,-0.1637703,1),(0.9285754,-0.3512435,-0.1198991,1),(0.9278737,-0.3446729,-0.1423061,1),(0.9276974,-0.338851,-0.1567089,1),(0.9267474,-0.3553815,-0.1218331,1),(0.9265216,-0.3482994,-0.1422863,1),(0.926834,-0.3640226,-0.09201243,1),(0.9293048,-0.3583452,-0.08933711,1),(0.925971,-0.3739101,-0.05262002,1),(0.9337104,-0.3185737,-0.1633882,1),(0.9369819,-0.3150355,-0.1510551,1),(0.9308146,-0.3258049,-0.1656361,1),(0.9336078,-0.3215765,-0.1580038,1),(0.941472,-0.3119892,-0.1276442,1),(0.9464393,-0.309193,-0.0930178,1),(0.9377032,-0.3176158,-0.1408294,1),(0.9426147,-0.3138086,-0.1140251,1),(0.9307106,-0.3286667,-0.1604869,1),(0.9342044,-0.3238314,-0.1496505,1),(0.9387317,-0.3190746,-0.1302845,1),(0.931218,-0.3305684,-0.1534844,1),(0.9351552,-0.3248945,-0.1411677,1),(0.928428,-0.3363443,-0.1577785,1),(0.9285221,-0.3336623,-0.1628377,1),(0.9268875,-0.3422675,-0.1540537,1),(0.9500435,-0.3094162,-0.04097522,1),(0.9485373,-0.3145999,0.03611121,1),(0.9472739,-0.3126424,-0.07019258,1),(0.948812,-0.3158407,-0.000685573,1),(0.9359335,-0.3230682,0.1401972,1),(0.9036053,-0.332012,0.2706757,1),(0.9418947,-0.3217597,0.09646244,1),(0.9184802,-0.3278439,0.2211621,1),(0.9475913,-0.3177914,-0.0328532,1),(0.9453508,-0.3211952,0.05608448,1),(0.9299771,-0.3245076,0.1727352,1),(0.9467421,-0.321377,0.01990218,1),(0.9382507,-0.3220603,0.1263452,1),(0.9454009,-0.3204063,-0.05964211,1),(0.9438554,-0.316594,-0.0943675,1),(0.9402785,-0.3211691,-0.1128124,1),(0.8508244,-0.3384676,0.4019174,1),(0.7875963,-0.3442592,0.5110556,1),(0.8755629,-0.3324923,0.3504831,1),(0.8191161,-0.3381456,0.4633642,1),(0.7189684,-0.3511015,0.5998435,1),(0.6477596,-0.3603104,0.6712555,1),(0.7525262,-0.3458067,0.5604659,1),(0.6777273,-0.3562502,0.6432508,1),(0.8480981,-0.3328041,0.4122755,1),(0.7852649,-0.3410601,0.5167563,1),(0.7089384,-0.3522688,0.6109936,1),(0.816477,-0.3368392,0.4689398,1),(0.7409315,-0.3482191,0.5742508,1),(0.8739018,-0.3283422,0.3584511,1),(0.8968046,-0.3274125,0.2975611,1),(0.914261,-0.323344,0.2440808,1),(0.6036695,-0.3622021,0.7102061,1),(0.6189787,-0.3482863,0.7039616,1),(0.6265422,-0.3585299,0.692027,1),(0.6346397,-0.3443365,0.691856,1),(0.6947722,-0.3154763,0.6463483,1),(0.8183597,-0.2537148,0.5156705,1),(0.7035185,-0.3115073,0.6387684,1),(0.8210724,-0.2508566,0.5127484,1),(0.6536354,-0.3395866,0.6763443,1),(0.7153091,-0.3065923,0.6279603,1),(0.8257067,-0.2472215,0.5070406,1),(0.7302478,-0.3007314,0.613432,1),(0.8323314,-0.242964,0.4981896,1),(0.6760319,-0.3339189,0.6568706,1),(0.6521831,-0.3544308,0.6701015,1),(0.6804744,-0.3497149,0.6439363,1),(0.9272676,-0.1740371,0.3314906,1),(0.9878712,-0.09334709,0.1240837,1),(0.9268094,-0.1729794,0.3333205,1),(0.9871449,-0.09368598,0.1294912,1),(0.9929917,-0.007380615,-0.1179538,1),(0.9143005,0.08509649,-0.3959966,1),(0.9938176,-0.0084523,-0.1107027,1),(0.9175554,0.08386962,-0.3886617,1),(0.986613,-0.09386776,0.1333549,1),(0.9944268,-0.009400549,-0.1050103,1),(0.9198229,0.08307723,-0.383437,1),(0.99485,-0.01059841,-0.100803,1),(0.9212756,0.08248357,-0.3800628,1),(0.9862674,-0.09431665,0.1355766,1),(0.9271574,-0.171537,0.3330981,1),(0.9283291,-0.1700309,0.3305972,1),(0.7667142,0.162794,-0.6210053,1),(0.6425924,0.2110927,-0.7365562,1),(0.7719822,0.1615823,-0.6147639,1),(0.6485494,0.2095429,-0.7317619,1),(0.5710036,0.2407566,-0.784851,1),(0.5517708,0.2614191,-0.7919654,1),(0.5564384,0.2566672,-0.790252,1),(0.5766437,0.2374543,-0.7817271,1),(0.6532294,0.2083873,-0.727919,1),(0.5827891,0.2367644,-0.777367,1),(0.5643329,0.2537133,-0.7855939,1),(0.5896761,0.2347662,-0.7727657,1),(0.5755765,0.2499491,-0.7786123,1),(0.6570249,0.2077388,-0.7246814,1),(0.7754695,0.1609543,-0.6105248,1),(0.7775219,0.160856,-0.6079351,1),(0.5799583,0.2722654,-0.767802,1),(0.6544968,0.2674491,-0.7071809,1),(0.6604193,0.2653424,-0.7024525,1),(0.5841811,0.2685819,-0.7658956,1),(0.7746267,0.2388784,-0.5855687,1),(0.9139977,0.1720292,-0.367443,1),(0.9274616,0.1749226,-0.3304799,1),(0.785023,0.2396574,-0.5712293,1),(0.7998783,0.2388048,-0.5506061,1),(0.6726027,0.2615904,-0.6922255,1),(0.9408835,0.1772517,-0.2886522,1),(0.9534042,0.178466,-0.2432493,1),(0.8185893,0.2362153,-0.5235588,1),(0.6907806,0.256491,-0.6760433,1),(0.5940635,0.2636873,-0.7599721,1),(0.6095198,0.2580824,-0.749586,1),(0.9906502,0.08897678,-0.1034176,1),(0.991953,0.02869813,0.1233111,1),(0.9839106,0.03280456,0.1756242,1),(0.9946932,0.09182546,-0.04640575,1),(0.9502358,-0.007778756,0.3114343,1),(0.8802398,-0.02362477,0.4739407,1),(0.8856378,-0.01409896,0.4641627,1),(0.9407727,-0.001081639,0.3390364,1),(0.9329574,0.008646793,0.3598832,1),(0.9740558,0.03945452,0.2228421,1),(0.8941772,-0.001333003,0.4477111,1),(0.9054278,0.01514819,0.4242299,1),(0.927446,0.02110557,0.3733611,1),(0.9635418,0.04796276,0.2632239,1),(0.9953248,0.09601464,0.01047901,1),(0.9928062,0.100785,0.06463854,1),(0.8169554,-0.01677373,0.5764568,1),(0.8100476,0.01602145,0.5861453,1),(0.8524809,0.03751542,0.5214105,1),(0.8455768,-0.003243798,0.5338439,1),(0.8659226,0.08057277,0.4936457,1),(0.9515455,0.1798929,0.2493986,1),(0.9615631,0.2357459,0.1407845,1),(0.9058446,0.1164834,0.4072801,1),(0.938279,0.1558541,0.3087748,1),(0.8930986,0.06281715,0.4454535,1),(0.9557362,0.2930131,0.02667623,1),(0.9326326,0.3500388,-0.08757553,1),(0.9592972,0.1990579,0.2003119,1),(0.9288269,0.09316675,0.3586092,1),(0.8755698,0.01384794,0.4828932,1),(0.9052783,0.03562238,0.4233229,1),(0.955256,0.2890707,-0.06264209,1),(0.8626952,0.4004446,-0.3088709,1),(0.786351,0.4628035,-0.4092249,1),(0.9176024,0.3555906,-0.1776547,1),(0.6956757,0.5213102,-0.4942377,1),(0.4454671,0.6474386,-0.6183707,1),(0.3518249,0.6730536,-0.6505521,1),(0.5986301,0.5683641,-0.5644504,1),(0.4991279,0.6072185,-0.6181886,1),(0.6971171,0.5189833,-0.4946555,1),(0.2666114,0.6910648,-0.6718243,1),(0.194222,0.7029499,-0.6842071,1),(0.4041864,0.6379944,-0.6554362,1),(0.6021321,0.5672979,-0.5617918,1),(0.8613875,0.419766,-0.2860214,1),(0.7904683,0.478962,-0.3817791,1),(0.1830697,0.7231819,-0.665953,1),(0.008980852,0.745064,-0.6669325,1),(-0.03378938,0.7500542,-0.6605126,1),(0.1128211,0.7337992,-0.6699329,1),(-0.08531736,0.7509403,-0.6548355,1),(-0.1179509,0.7571507,-0.6425031,1),(-0.09806456,0.758354,-0.6444243,1),(-0.09929815,0.7541447,-0.6491576,1),(-0.09823774,0.7574618,-0.6454463,1),(-0.06083962,0.7531284,-0.6550543,1),(-0.06472544,0.7602438,-0.6464054,1),(-0.01809648,0.7621105,-0.647194,1),(-0.08158615,0.7606425,-0.6440238,1),(-0.0712364,0.7548244,-0.6520472,1),(0.05707352,0.7395926,-0.6706306,1),(0.01774965,0.741921,-0.6702523,1),(-0.09919768,0.7680972,-0.632603,1),(-0.02949632,0.7804453,-0.6245279,1),(0.04836363,0.7743266,-0.6309353,1),(-0.04602258,0.7661036,-0.6410673,1),(0.09808554,0.7857066,-0.6107734,1),(0.2855958,0.7651734,-0.5770137,1),(0.3805407,0.7447388,-0.5482273,1),(0.1911545,0.7731293,-0.604757,1),(0.2871124,0.7562451,-0.5879285,1),(0.1343589,0.7653946,-0.6293796,1),(0.4715128,0.720502,-0.5084805,1),(0.5554364,0.6937969,-0.4584063,1),(0.3822467,0.7357789,-0.5590321,1),(0.225568,0.7535252,-0.6175103,1),(0.01844355,0.7634467,-0.6456075,1),(0.0927037,0.7594587,-0.6439164,1),(0.4804919,0.7136411,-0.5097489,1),(0.6372715,0.652092,-0.4106837,1),(0.7049979,0.6198849,-0.3445589,1),(0.5652347,0.68613,-0.4579688,1),(0.7590439,0.5857464,-0.2841713,1),(0.8472645,0.5148187,-0.1307844,1),(0.8713543,0.4862892,-0.06530181,1),(0.8055077,0.5527962,-0.2134796,1),(0.8402916,0.5227948,-0.1435118,1),(0.7605737,0.5885339,-0.2741449,1),(0.886835,0.4620507,-0.005742586,1),(0.8954691,0.4428596,0.04483577,1),(0.8644148,0.4967511,-0.07762453,1),(0.8038377,0.5592753,-0.2026227,1),(0.6404083,0.6570497,-0.397697,1),(0.7043947,0.6277795,-0.3312416,1),(0.8968723,0.4419544,0.01720972,1),(0.9162737,0.3803085,0.1257299,1),(0.9142073,0.371244,0.1624896,1),(0.9036789,0.4224046,0.07027794,1),(0.9209267,0.3359133,0.1976263,1),(0.9203717,0.3098811,0.2385157,1),(0.9174728,0.3226919,0.232623,1),(0.9163652,0.3376952,0.2150272,1),(0.9119666,0.346387,0.2198478,1),(0.9106253,0.3683013,0.1873918,1),(0.9146111,0.3429682,0.214148,1),(0.9104944,0.371161,0.1823173,1),(0.9079633,0.3623238,0.210533,1),(0.9068715,0.3718015,0.1983624,1),(0.9058551,0.4081084,0.1134637,1),(0.9053106,0.3995294,0.1441841,1),(0.9195029,0.3035184,0.2497822,1),(0.9204016,0.3169534,0.2289138,1),(0.9179147,0.3528173,0.1815283,1),(0.9186261,0.3277163,0.2207444,1),(0.9204416,0.3497828,0.1744687,1),(0.9127557,0.3996801,0.08445632,1),(0.8891894,0.4573456,0.01332038,1),(0.9108089,0.3970973,0.1128759,1),(0.8920181,0.4499273,0.04323314,1),(0.910155,0.3954689,0.1233787,1),(0.8528076,0.5186158,-0.06129424,1),(0.8016805,0.5821835,-0.1355392,1),(0.8609879,0.5076379,-0.03168153,1),(0.893835,0.4448915,0.05595113,1),(0.9157471,0.3593572,0.1796376,1),(0.9082347,0.3988054,0.1267447,1),(0.886599,0.4620936,-0.0202923,1),(0.8361741,0.5357032,-0.117622,1),(0.7754965,0.6024249,-0.1889166,1),(0.8448419,0.5265148,-0.09499644,1),(0.7571275,0.6193048,-0.207893,1),(0.6439808,0.7082784,-0.2891895,1),(0.5486329,0.7673629,-0.3318976,1),(0.6781313,0.6841278,-0.2685281,1),(0.5862399,0.7447997,-0.3187414,1),(0.6998274,0.6677848,-0.2535844,1),(0.4443974,0.8196052,-0.3616051,1),(0.3346698,0.8638304,-0.3765545,1),(0.4839015,0.7996869,-0.3554435,1),(0.6103685,0.7299177,-0.3076854,1),(0.788094,0.5922412,-0.1678042,1),(0.7160532,0.6574815,-0.2344909,1),(0.507226,0.7883323,-0.3482155,1),(0.3624706,0.8540086,-0.3732083,1),(0.2508306,0.89228,-0.3753937,1),(0.4003415,0.8383404,-0.3700163,1),(0.2100025,0.9070269,-0.3649673,1),(0.04877523,0.9452555,-0.3226655,1),(-0.05101573,0.9553387,-0.2910764,1),(0.1006363,0.9316258,-0.3492076,1),(-0.004401031,0.9468464,-0.3216559,1),(0.1395743,0.9209478,-0.3638324,1),(-0.1433361,0.9572981,-0.2510677,1),(-0.2260314,0.9523276,-0.2048953,1),(-0.1018925,0.9533771,-0.2840601,1),(0.03252116,0.9400693,-0.3394291,1),(0.2893511,0.8795821,-0.3776392,1),(0.1781551,0.9114626,-0.3708055,1),(-0.1059696,0.9605976,-0.2569488,1),(-0.2381457,0.9543755,-0.1801504,1),(-0.308954,0.9419364,-0.1315416,1),(-0.1917994,0.9578574,-0.2138273,1),(-0.3486489,0.9325319,-0.0939585,1),(-0.4397953,0.8980962,0.001777897,1),(-0.4791306,0.8766442,0.04391979,1),(-0.4038488,0.9136813,-0.045745,1),(-0.4474337,0.8943158,-0.001563193,1),(-0.368627,0.9258869,-0.0827491,1),(-0.5073313,0.8582296,0.07782708,1),(-0.5243933,0.8455796,0.1000336,1),(-0.479421,0.8768725,0.03535467,1),(-0.4167927,0.908259,-0.03673447,1),(-0.2678905,0.9489803,-0.1663462,1),(-0.3331444,0.9355751,-0.1171065,1),(-0.5094132,0.8556595,0.0913502,1),(-0.5570298,0.8152726,0.1582665,1),(-0.5670508,0.804799,0.1753621,1),(-0.5333998,0.8369107,0.1227396,1),(-0.5870505,0.7834888,0.2037573,1),(-0.6032447,0.7637199,0.2298427,1),(-0.5874557,0.7820717,0.2079895,1),(-0.5842032,0.785737,0.2032833,1),(-0.5726889,0.7971978,0.1910581,1),(-0.568127,0.8029729,0.1801842,1),(-0.5620709,0.8081257,0.1760941,1),(-0.5252277,0.8402746,0.1344418,1),(-0.5509543,0.8180116,0.1652465,1),(-0.5593563,0.8113574,0.1697638,1),(-0.5473762,0.8246015,0.1428694,1),(-0.5510222,0.8212162,0.1482517,1),(-0.6026338,0.7622084,0.2363699,1),(-0.5806488,0.7834918,0.221331,1),(-0.537029,0.8270338,0.1661776,1),(-0.5734683,0.7958235,0.19442,1),(-0.5340385,0.8253911,0.1831178,1),(-0.4573919,0.8812199,0.1193488,1),(-0.3791413,0.923448,0.05912442,1),(-0.4738934,0.8721508,0.1215646,1),(-0.4012471,0.9141384,0.05789442,1),(-0.4807523,0.870465,0.1056771,1),(-0.2906742,0.9568216,0.0008933268,1),(-0.1949565,0.9794978,-0.05075538,1),(-0.3175412,0.9482406,-0.002680453,1),(-0.4116787,0.9102534,0.04426505,1),(-0.5329376,0.833697,0.1446608,1),(-0.4797187,0.8728187,0.08976289,1),(-0.3549261,0.9336501,0.04821857,1),(-0.2332313,0.9723811,-0.008849768,1),(-0.1296199,0.9901448,-0.05302747,1),(-0.2611129,0.9652938,-0.005291223,1),(-0.09066171,0.9945355,-0.05176295,1),(0.07270194,0.9941574,-0.07978468,1),(0.1749951,0.9797534,-0.09726305,1),(0.01597036,0.9963471,-0.0838887,1),(0.1210699,0.9869483,-0.1061847,1),(-0.0235036,0.9957966,-0.08852618,1),(0.2722491,0.9564388,-0.1053806,1),(0.3625724,0.9261217,-0.1041141,1),(0.2214159,0.9680325,-0.1178476,1),(0.08116835,0.9902217,-0.1134575,1),(-0.1607199,0.9855872,-0.05279141,1),(-0.057625,0.9941741,-0.09108908,1),(0.2363055,0.9672977,-0.09216693,1),(0.3817677,0.9200668,-0.08792435,1),(0.4637823,0.8823929,-0.07930037,1),(0.329419,0.9393781,-0.0951411,1),(0.510332,0.8573058,-0.06773479,1),(0.6240034,0.780768,-0.03195466,1),(0.6797752,0.7333699,-0.008614678,1),(0.5798197,0.8131841,-0.05040424,1),(0.6411418,0.7669495,-0.02693777,1),(0.5374569,0.8408871,-0.06363106,1),(0.7284254,0.6848291,0.02013776,1),(0.7704238,0.6352087,0.05437994,1),(0.6947956,0.7192036,0.002311185,1),(0.6029652,0.7966899,-0.04145246,1),(0.4151527,0.9052933,-0.08995651,1),(0.4928965,0.8666705,-0.07704005,1),(0.7176138,0.6963456,0.01155111,1),(0.7878279,0.6134791,0.05450149,1),(0.8200051,0.5658957,0.08575307,1),(0.7604245,0.6482442,0.03916738,1),(0.83885,0.5356472,0.09701899,1),(0.8746879,0.4640661,0.1398706,1),(0.8908557,0.4184306,0.176895,1),(0.8623316,0.489004,0.1313748,1),(0.880788,0.44328,0.1664794,1),(0.8468223,0.5181829,0.1199103,1),(0.9023165,0.3754211,0.2118587,1),(0.9092287,0.3400632,0.240125,1),(0.8940278,0.4008628,0.2000584,1),(0.8681561,0.4710289,0.1563224,1),(0.7972369,0.5994479,0.07124296,1),(0.8282356,0.5498882,0.107929,1),(0.8988231,0.4010543,0.1768406,1),(0.9143392,0.3505796,0.2026762,1),(0.9200163,0.3134001,0.2352663,1),(0.908724,0.3582242,0.214234,1),(0.9248885,0.3125956,0.2164837,1),(0.9323406,0.2875935,0.2191596,1),(0.9274804,0.285511,0.2413785,1),(0.9328457,0.2748501,0.23293,1),(0.921803,0.2842521,0.2635905,1),(0.9276551,0.2673596,0.2607198,1),(0.9318292,0.2715821,0.2407023,1),(0.9262097,0.2669664,0.2662039,1),(0.9284501,0.2867516,0.2361225,1),(0.9224218,0.2693497,0.2767469,1),(0.9140491,0.3209217,0.2480392,1),(0.9170861,0.2944605,0.2687868,1),(0.9373525,0.2722938,0.2173162,1),(0.9405107,0.2622238,0.2160514,1),(0.9361759,0.2764359,0.2171589,1),(0.9366923,0.2860183,0.201993,1),(0.9419481,0.2575465,0.2154148,1),(0.9416922,0.2584229,0.2154846,1),(0.9341393,0.3037599,0.1873865,1),(0.9267015,0.3319269,0.1762065,1),(0.92942,0.3201395,0.1835458,1),(0.9184209,0.3621812,0.1591475,1),(0.9012962,0.4120893,0.1335946,1),(0.8648295,0.4942303,0.08835313,1),(0.8940423,0.4297106,0.1266383,1),(0.9141089,0.371877,0.1615936,1),(0.933059,0.2908021,0.211743,1),(0.9257859,0.3229019,0.1966082,1),(0.9348324,0.2843363,0.2127001,1),(0.9129586,0.3543609,0.202324,1),(0.9109387,0.3788115,0.1633781,1),(0.8772857,0.4567482,0.1474816,1),(0.8629059,0.4706908,0.1839661,1),(0.766624,0.624286,0.1501821,1),(0.7070041,0.6990892,0.106862,1),(0.8142868,0.566151,0.1281013,1),(0.7487414,0.6587578,0.07365148,1),(0.8256034,0.5574998,0.08702333,1),(0.6350309,0.7697283,0.06522466,1),(0.5573857,0.8296023,0.03288241,1),(0.6714365,0.7404365,0.03044295,1),(0.7575255,0.6516448,0.03891045,1),(0.874231,0.4738325,0.1058438,1),(0.8203736,0.568854,0.0582433,1),(0.64135,0.7595136,0.1086705,1),(0.529965,0.8448031,0.07378875,1),(0.4701933,0.8805518,0.05955396,1),(0.5791691,0.8110838,0.08189156,1),(0.4429925,0.8952715,0.04739659,1),(0.3819979,0.9237041,0.02912564,1),(0.3332087,0.9424585,0.02727932,1),(0.3879328,0.920761,0.04132027,1),(0.3301301,0.9432002,0.03724823,1),(0.4053422,0.9129616,0.04689016,1),(0.2838217,0.9584147,0.02977087,1),(0.2374031,0.9708664,0.03253133,1),(0.2761904,0.9603331,0.0384586,1),(0.3427912,0.9386218,0.03851239,1),(0.5088971,0.858966,0.05657786,1),(0.4379919,0.8981934,0.03757484,1),(0.3318035,0.9432465,0.01387236,1),(0.2771034,0.9608335,-0.003535329,1),(0.2482959,0.9686827,-0.001709096,1),(0.2916515,0.9563935,0.01583968,1),(0.2168479,0.9758852,-0.02500239,1),(0.1501571,0.98746,-0.04874124,1),(0.2022542,0.9790148,-0.02496175,1),(0.1534211,0.9868883,-0.05013298,1),(0.2228117,0.9748609,-0.001091514,1),(0.1948039,0.9805621,-0.02344105,1),(0.1677378,0.9844629,-0.05193191,1),(0.1932383,0.9809224,-0.02121763,1),(0.1914143,0.9799471,-0.05535514,1),(0.2013737,0.9795057,0.004137486,1),(0.2526038,0.967406,0.01780336,1),(0.2158733,0.9761904,0.02123385,1),(0.123519,0.989756,-0.07159702,1),(0.1931456,0.9769788,-0.0905937,1),(0.1434736,0.9868284,-0.0747334,1),(0.2241969,0.9699484,-0.09452987,1),(0.39372,0.913225,-0.1049034,1),(0.7280959,0.6778467,-0.101982,1),(0.4260411,0.8982154,-0.108158,1),(0.7415801,0.662794,-0.1037455,1),(0.2720192,0.9568343,-0.1023401,1),(0.4740367,0.8728139,-0.1161255,1),(0.7654778,0.6340167,-0.1098474,1),(0.5339188,0.8355378,-0.1296431,1),(0.7964059,0.5926801,-0.120283,1),(0.3340876,0.9354435,-0.1154595,1),(0.1781528,0.9807231,-0.08027154,1),(0.2257062,0.9700552,-0.08972014,1),(0.9443781,0.3193757,-0.07841589,1),(0.996476,0.06132101,-0.05723071,1),(0.9447984,0.3179282,-0.07923284,1),(0.9965436,0.06000417,-0.05744923,1),(0.9934803,-0.1053016,-0.04368648,1),(0.9745477,-0.2212497,-0.03612792,1),(0.9921776,-0.1172231,-0.0429207,1),(0.9675497,-0.25037,-0.03409292,1),(0.9970914,0.04775362,-0.05940103,1),(0.9897334,-0.1364474,-0.04254138,1),(0.958813,-0.2823406,-0.0310101,1),(0.9858333,-0.1624067,-0.04191244,1),(0.9478405,-0.3176468,-0.02643614,1),(0.9977102,0.02601255,-0.06243209,1),(0.9494504,0.3026935,-0.08319015,1),(0.9570277,0.2757557,-0.0897598,1),(0.9448732,-0.3262582,-0.0277513,1),(0.8979927,-0.439828,-0.01266694,1),(0.928688,-0.3700576,-0.02441411,1),(0.8735242,-0.4867027,-0.008720037,1),(0.8280464,-0.5605803,0.009430072,1),(0.7291864,-0.6832355,0.03842246,1),(0.8003867,-0.5993418,0.01306621,1),(0.7074841,-0.7055504,0.04080315,1),(0.8493389,-0.5278423,-0.002382571,1),(0.7759418,-0.6305341,0.0184656,1),(0.6920539,-0.7205275,0.04360894,1),(0.7537825,-0.6566381,0.02526622,1),(0.6816374,-0.7302102,0.04651218,1),(0.8247607,-0.5654491,0.006086038,1),(0.9110498,-0.4118618,-0.01892457,1),(0.8913551,-0.4531668,-0.01122839,1),(0.6257017,-0.777302,0.06556682,1),(0.554531,-0.8280568,0.08256723,1),(0.6166991,-0.7843928,0.06640933,1),(0.5582591,-0.8255785,0.08226131,1),(0.5218832,-0.8481665,0.090837,1),(0.5282724,-0.8441383,0.09142617,1),(0.536929,-0.8388665,0.08950042,1),(0.5530807,-0.8283834,0.0887838,1),(0.5712351,-0.8168404,0.08038713,1),(0.5611143,-0.8232028,0.08653225,1),(0.5858047,-0.8059697,0.08512133,1),(0.593583,-0.8006107,0.08174052,1),(0.6260815,-0.7756142,0.08027919,1),(0.5922381,-0.8021033,0.07670826,1),(0.6160342,-0.7849209,0.06634108,1),(0.6223276,-0.7800438,0.0651143,1),(0.5505602,-0.8301007,0.08841007,1),(0.5662505,-0.8197358,0.08598533,1),(0.583017,-0.808046,0.08457343,1),(0.6039385,-0.7928655,0.08137991,1),(0.5755881,-0.8133984,0.08415156,1),(0.5791228,-0.8111042,0.08201756,1),(0.6162913,-0.7835079,0.07937554,1),(0.6208562,-0.7801867,0.0764607,1),(0.6466153,-0.7589181,0.0770187,1),(0.6612176,-0.7464563,0.07479504,1),(0.66659,-0.7420497,0.07085211,1),(0.7109879,-0.6996614,0.07050001,1),(0.7169611,-0.6939975,0.06583367,1),(0.6947036,-0.7155941,0.07288272,1),(0.6217225,-0.7790871,0.08052649,1),(0.6667783,-0.7413574,0.07613108,1),(0.6358701,-0.5552163,0.5361007,1),(0.6296103,-0.5684112,0.5296221,1),(0.6490629,-0.5121949,0.5624711,1),(0.655162,-0.4703001,0.5912533,1),(0.6447855,-0.5113704,0.5681125,1),(0.6388975,-0.5243732,0.5628878,1),(0.6673954,-0.4350421,0.6044186,1),(0.6841543,-0.3181898,0.6562684,1),(0.6807467,-0.2887933,0.6731881,1),(0.6693318,-0.3974414,0.6277222,1),(0.6691411,-0.3698326,0.6445729,1),(0.6586673,-0.4369261,0.612579,1),(0.6797005,-0.2699579,0.6820044,1),(0.6677929,-0.3540374,0.6547596,1),(0.6785751,-0.2601284,0.6869273,1),(0.6573388,-0.4176285,0.6272895,1),(0.6489272,-0.4755405,0.5939316,1),(0.6433015,-0.4880814,0.5898642,1),(0.6483584,-0.454205,0.6110069,1),(0.6449988,-0.4660009,0.6056566,1),(0.6942537,-0.2000421,0.6913719,1),(0.7004637,-0.1288683,0.7019569,1),(0.6865224,-0.1792713,0.7046622,1),(0.6928906,-0.1094969,0.7126803,1),(0.7137292,-0.1031635,0.6927826,1),(0.7350302,-0.1222518,0.6669222,1),(0.7048137,-0.08012451,0.7048529,1),(0.7250046,-0.09000324,0.6828381,1),(0.689667,-0.0995267,0.7172545,1),(0.6990472,-0.06361324,0.7122403,1),(0.7152253,-0.05994564,0.6963184,1),(0.6957222,-0.05025434,0.7165508,1),(0.7069665,-0.03426514,0.7064166,1),(0.6891177,-0.09294928,0.7186635,1),(0.6848125,-0.1683992,0.7089947,1),(0.6847849,-0.163017,0.7102781,1),(0.7574767,-0.1604449,0.63284,1),(0.7748721,-0.1927237,0.6020223,1),(0.7464957,-0.1190122,0.6546604,1),(0.76271,-0.1474728,0.6297025,1),(0.7880428,-0.2191672,0.5752862,1),(0.7977378,-0.2399042,0.5532272,1),(0.773934,-0.1753677,0.6084999,1),(0.7804728,-0.202689,0.5914215,1),(0.7455427,-0.09449384,0.6597249,1),(0.7540537,-0.1193631,0.6458758,1),(0.7579018,-0.1492651,0.6350628,1),(0.733062,-0.0658024,0.6769713,1),(0.7346643,-0.09424688,0.6718526,1),(0.7276886,-0.04632232,0.6843416,1),(0.7325673,-0.07469162,0.6765843,1),(0.7189311,-0.03582992,0.6941572,1),(0.8027673,-0.2609458,0.536164,1),(0.8028013,-0.2870912,0.5225789,1),(0.7828203,-0.2331105,0.576933,1),(0.7823678,-0.2689468,0.5617545,1),(0.7976891,-0.3182753,0.5122429,1),(0.7814591,-0.3610218,0.5089056,1),(0.778687,-0.3100341,0.5454589,1),(0.7716035,-0.3556427,0.5273959,1),(0.7601935,-0.2277186,0.6084818,1),(0.760491,-0.2761253,0.5877146,1),(0.759103,-0.3302261,0.5609933,1),(0.7437238,-0.2246954,0.6295927,1),(0.7489895,-0.2816083,0.5997596,1),(0.7388626,-0.1743998,0.650897,1),(0.7590804,-0.1853897,0.6240412,1),(0.7355477,-0.1309289,0.6647009,1),(0.7767016,-0.3872645,0.4967505,1),(0.7725605,-0.4095642,0.4851882,1),(0.7625392,-0.4313672,0.4821371,1),(0.7653391,-0.397683,0.5060673,1),(0.7750388,-0.4218555,0.4704815,1),(0.7881826,-0.4204712,0.449413,1),(0.7763956,-0.4668231,0.4234218,1),(0.7664517,-0.4539062,0.4544457,1),(0.7673485,-0.4581071,0.4486805,1),(0.7622736,-0.4228689,0.4900216,1),(0.7763241,-0.4848416,0.4028021,1),(0.7706014,-0.436526,0.4643475,1),(0.7805008,-0.4759398,0.4053393,1),(0.7622997,-0.3903608,0.5162535,1),(0.7604972,-0.3793675,0.5269955,1),(0.7550784,-0.3386687,0.5613913,1),(0.8024691,-0.4165778,0.4272074,1),(0.8186771,-0.4099855,0.4020943,1),(0.7932936,-0.4700864,0.3869158,1),(0.8105306,-0.4718904,0.3469289,1),(0.841903,-0.395103,0.3675501,1),(0.868217,-0.3741713,0.325876,1),(0.8255548,-0.4743201,0.3057445,1),(0.844761,-0.4692774,0.2572114,1),(0.8015062,-0.5182771,0.2982894,1),(0.8082778,-0.536065,0.2435595,1),(0.8159361,-0.5481738,0.183722,1),(0.790744,-0.5766206,0.2055058,1),(0.7866279,-0.6034415,0.1306711,1),(0.7916219,-0.5453698,0.2755114,1),(0.786788,-0.5060645,0.3533598,1),(0.7863602,-0.5139942,0.3427065,1),(0.8950258,-0.3483058,0.2785892,1),(0.9199287,-0.3182722,0.2289842,1),(0.8638737,-0.4583787,0.2088331,1),(0.8822148,-0.4399682,0.1677057,1),(0.9422683,-0.2841259,0.1772087,1),(0.9613311,-0.2461077,0.1235856,1),(0.9000526,-0.4144904,0.1345479,1),(0.9174753,-0.382304,0.109922,1),(0.830806,-0.548196,0.09613756,1),(0.8417749,-0.5336434,0.08148464,1),(0.8557571,-0.5100127,0.0869869,1),(0.7822907,-0.6222194,0.02939755,1),(0.7923848,-0.6075029,0.05537578,1),(0.7783941,-0.6268867,0.03340197,1),(0.8226469,-0.5533783,0.1304786,1),(0.7806683,-0.6213144,0.06727083,1),(0.9731042,-0.2113775,0.09158449,1),(0.9782367,-0.1825767,0.09858277,1),(0.9307399,-0.3491075,0.1088449,1),(0.9384458,-0.3158267,0.1399028,1),(0.9766452,-0.1596648,0.1437748,1),(0.9640079,-0.1451091,0.2227831,1),(0.9381602,-0.2809957,0.2022294,1),(0.9256448,-0.2497692,0.2842481,1),(0.8784642,-0.4466405,0.1697437,1),(0.8806636,-0.4049039,0.2459362,1),(0.8707178,-0.3528733,0.3425364,1),(0.8194724,-0.5138955,0.2537252,1),(0.8149089,-0.4608094,0.3515368,1),(0.8145645,-0.5541743,0.1713929,1),(0.8689901,-0.4808662,0.1167216,1),(0.8044243,-0.5846251,0.1054275,1),(0.9415199,-0.1258985,0.3125536,1),(0.9203793,-0.1262864,0.3700724,1),(0.8816451,-0.1853046,0.4340095,1),(0.9028012,-0.211692,0.3743482,1),(0.9037714,-0.1374396,0.4053489,1),(0.8932358,-0.1590311,0.4205222,1),(0.8646209,-0.1907802,0.4647943,1),(0.8687235,-0.1808459,0.4611009,1),(0.8300113,-0.2416984,0.502656,1),(0.8373123,-0.260903,0.4804558,1),(0.8327712,-0.2398443,0.4989656,1),(0.7989599,-0.3144591,0.5126194,1),(0.7917431,-0.3270432,0.5159317,1),(0.7980541,-0.3588792,0.4840614,1),(0.8537071,-0.3005078,0.425299,1),(0.805979,-0.4025115,0.4340303,1),(0.8844724,-0.1848336,0.4284217,1),(0.8734251,-0.2095356,0.4395718,1),(0.8586875,-0.2251533,0.4603932,1),(0.8631094,-0.207725,0.460318,1),(0.8599327,-0.2333057,0.4539651,1),(0.843758,-0.2562647,0.4715939,1),(0.8407312,-0.2619798,0.4738542,1),(0.8512883,-0.2432089,0.4649275,1),(0.8388988,-0.2681479,0.4736514,1),(0.8402696,-0.2569272,0.4774258,1),(0.8341402,-0.28128,0.474438,1),(0.8185164,-0.321441,0.4761372,1),(0.8184857,-0.3160787,0.4797661,1),(0.8153141,-0.3131638,0.4870231,1),(0.8382671,-0.2475357,0.4858338,1),(0.8088812,-0.312648,0.4979582,1),(0.8277971,-0.2782564,0.4871606,1),(0.8153381,-0.2994612,0.4955268,1),(0.8201546,-0.2998529,0.4872727,1),(0.8294685,-0.2809193,0.4827694,1),(0.806673,-0.319949,0.4969015,1),(0.8014526,-0.3419018,0.4906903,1),(0.8076248,-0.3376965,0.4834288,1),(0.8128648,-0.3187848,0.4874701,1),(0.8160924,-0.3266244,0.4767701,1),(0.8218357,-0.3106986,0.4775485,1),(0.81056,-0.3433184,0.4744733,1),(0.8046455,-0.3607709,0.4715824,1),(0.8096516,-0.3484164,0.4723032,1),(0.8135949,-0.3377192,0.4732958,1),(0.8278335,-0.2955745,0.4767886,1),(0.8165287,-0.3287198,0.4745778,1),(0.7982196,-0.3627724,0.4808758,1),(0.7953035,-0.3816515,0.4709931,1),(0.7960277,-0.3792574,0.4717031,1),(0.8026834,-0.3571891,0.4776142,1),(0.7926445,-0.3991221,0.4608863,1),(0.7890796,-0.4192847,0.4489473,1),(0.787996,-0.4013498,0.4668839,1),(0.77889,-0.4220586,0.4638932,1),(0.7829477,-0.4037445,0.4732689,1),(0.7948102,-0.38107,0.4722951,1),(0.7682511,-0.4279679,0.4760607,1),(0.7581667,-0.4322591,0.4881961,1),(0.7746568,-0.4103204,0.4811903,1),(0.787712,-0.3916379,0.4755309,1),(0.803914,-0.3613315,0.4724,1),(0.7976526,-0.3750926,0.472288,1),(0.7868355,-0.4381797,0.4346128,1),(0.7877105,-0.4539201,0.416496,1),(0.7711349,-0.443041,0.457237,1),(0.768572,-0.4600724,0.4445564,1),(0.7916443,-0.4664335,0.3946379,1),(0.7984757,-0.4756186,0.3690846,1),(0.7712102,-0.4731081,0.4259151,1),(0.7788461,-0.4820178,0.40132,1),(0.7497968,-0.4654615,0.4702663,1),(0.7505777,-0.4787923,0.455402,1),(0.7579749,-0.4879051,0.4329234,1),(0.7338627,-0.4821947,0.4784703,1),(0.7393477,-0.4925767,0.4590568,1),(0.7348316,-0.470802,0.4882293,1),(0.7558061,-0.4480419,0.4775097,1),(0.7431129,-0.453636,0.4919325,1),(0.8058657,-0.483071,0.3423784,1),(0.8114719,-0.4908783,0.317099,1),(0.7879016,-0.4888667,0.37446,1),(0.7950165,-0.4960271,0.3491505,1),(0.8154123,-0.4991189,0.2932287,1),(0.8178032,-0.5078455,0.2707227,1),(0.8003396,-0.5035559,0.3254044,1),(0.8040002,-0.5115255,0.3031918,1),(0.7751223,-0.5021405,0.3834584,1),(0.7809944,-0.5094295,0.3612885,1),(0.7852424,-0.5169331,0.3408436,1),(0.7582715,-0.5177311,0.3962056,1),(0.7617884,-0.5254623,0.3789035,1),(0.7534353,-0.5097253,0.4153497,1),(0.7674971,-0.4949922,0.4073462,1),(0.7471687,-0.5013696,0.4363112,1),(0.8188312,-0.5165802,0.2503206,1),(0.8187392,-0.52487,0.2327609,1),(0.8063815,-0.5194879,0.282633,1),(0.8078375,-0.5270679,0.2638144,1),(0.8176631,-0.5327908,0.2180852,1),(0.8157215,-0.5403997,0.2063166,1),(0.8084668,-0.5342973,0.2467954,1),(0.8083627,-0.5412043,0.23162,1),(0.7912819,-0.5312998,0.302644,1),(0.7936233,-0.5379044,0.2842904,1),(0.7955608,-0.544105,0.26652,1),(0.7718637,-0.5454841,0.3266093,1),(0.7757067,-0.5509146,0.3078509,1),(0.7682437,-0.5394017,0.3447425,1),(0.7884967,-0.5243093,0.3215162,1),(0.7648735,-0.532717,0.3621892,1),(0.8130716,-0.5477953,0.197066,1),(0.8097544,-0.5551686,0.1899623,1),(0.8074695,-0.5479977,0.2183837,1),(0.8056322,-0.5549983,0.2072046,1),(0.8058114,-0.5625379,0.1849841,1),(0.8012747,-0.569909,0.1821058,1),(0.8029194,-0.5622205,0.1980618,1),(0.7993804,-0.5696821,0.1909276,1),(0.7967566,-0.5567198,0.2350361,1),(0.795678,-0.5636066,0.2219102,1),(0.7935765,-0.5708957,0.2105098,1),(0.7823297,-0.5678772,0.2558822,1),(0.7823097,-0.5744126,0.2409185,1),(0.7812732,-0.561792,0.2720329,1),(0.7967398,-0.5502297,0.2499057,1),(0.7790837,-0.5561451,0.2893636,1),(0.7963478,-0.5772096,0.1807188,1),(0.7912918,-0.584274,0.1802252,1),(0.7953109,-0.5771537,0.185403,1),(0.7910407,-0.5843484,0.1810841,1),(0.7861055,-0.5911139,0.1806175,1),(0.7807844,-0.5977389,0.1818902,1),(0.7865902,-0.5912759,0.1779566,1),(0.7819654,-0.5979559,0.1760079,1),(0.7876457,-0.5853316,0.192357,1),(0.7841977,-0.5921524,0.1854437,1),(0.7804734,-0.5987327,0.1799461,1),(0.7782848,-0.5936922,0.204456,1),(0.7759759,-0.5998066,0.1951754,1),(0.7801384,-0.5874444,0.2151579,1),(0.7907813,-0.578258,0.2007056,1),(0.7814938,-0.5810338,0.2273043,1),(0.775441,-0.6041273,0.1836339,1),(0.7702416,-0.6101955,0.185443,1),(0.7773736,-0.6042992,0.1746792,1),(0.7730313,-0.6102035,0.1734191,1),(0.7651825,-0.6159611,0.1873172,1),(0.7602753,-0.621421,0.1892547,1),(0.7689585,-0.6156628,0.1722266,1),(0.7651595,-0.6206887,0.1711033,1),(0.7732103,-0.6107566,0.1706521,1),(0.7699476,-0.6160755,0.1662277,1),(0.7669461,-0.6209393,0.1619508,1),(0.7687957,-0.6163078,0.1706395,1),(0.7666069,-0.6210878,0.1629842,1),(0.7710949,-0.6111725,0.1785521,1),(0.7767217,-0.6049787,0.1752257,1),(0.773487,-0.6056812,0.1867295,1),(0.7550188,-0.6266319,0.1930782,1),(0.7488976,-0.6315973,0.200592,1),(0.7611908,-0.6253163,0.1719535,1),(0.7566109,-0.629553,0.1766435,1),(0.7418291,-0.6362718,0.211773,1),(0.7337109,-0.6405658,0.2265917,1),(0.7513855,-0.633356,0.1851488,1),(0.7454338,-0.6366664,0.1974446,1),(0.7602955,-0.6293046,0.1610169,1),(0.7563209,-0.6327661,0.1660894,1),(0.7518736,-0.6357066,0.1748235,1),(0.7585092,-0.6328627,0.1553978,1),(0.755141,-0.6358769,0.1594448,1),(0.7615464,-0.629396,0.1546211,1),(0.763834,-0.625361,0.1596285,1),(0.7642493,-0.6254833,0.1571416,1),(0.7238509,-0.6455453,0.2435388,1),(0.7116476,-0.6522826,0.2609312,1),(0.7382823,-0.6405112,0.2113877,1),(0.7296488,-0.6458358,0.2247418,1),(0.6969907,-0.6606878,0.2787392,1),(0.6797737,-0.6706291,0.2969253,1),(0.7195182,-0.6525976,0.2375077,1),(0.7078618,-0.6607528,0.2496749,1),(0.7410864,-0.6431484,0.1927464,1),(0.7348397,-0.6483021,0.1992857,1),(0.7280504,-0.6543972,0.2042231,1),(0.7447307,-0.6461959,0.1667545,1),(0.7414945,-0.6503765,0.1649135,1),(0.7480854,-0.6423832,0.1664697,1),(0.7467718,-0.6389495,0.1845951,1),(0.7515592,-0.6389449,0.1640376,1),(0.6599724,-0.6812647,0.3167251,1),(0.6373053,-0.6916279,0.3398424,1),(0.6939536,-0.6696609,0.2645427,1),(0.6766933,-0.6785494,0.2857566,1),(0.611437,-0.7014575,0.3661998,1),(0.5820199,-0.7104163,0.3956786,1),(0.6556535,-0.6870255,0.3132323,1),(0.6303115,-0.6945648,0.3468244,1),(0.7075952,-0.6679229,0.2306255,1),(0.6919121,-0.6745028,0.2574946,1),(0.671802,-0.6801836,0.2933123,1),(0.718667,-0.6643105,0.2054493,1),(0.7039133,-0.6682649,0.2406822,1),(0.7294578,-0.6596407,0.1810123,1),(0.7194906,-0.6610826,0.2128454,1),(0.736939,-0.6548823,0.1674813,1),(0.5513797,-0.717707,0.4252963,1),(0.5221316,-0.7236037,0.451416,1),(0.6023491,-0.7008371,0.3821032,1),(0.5738146,-0.7066134,0.4140463,1),(0.4945165,-0.7284169,0.4741965,1),(0.4687172,-0.7324229,0.4938226,1),(0.5448877,-0.712083,0.4427584,1),(0.5156961,-0.7174317,0.4683474,1),(0.6225752,-0.6900517,0.3690921,1),(0.5949796,-0.695339,0.4031164,1),(0.5654815,-0.7009563,0.434616,1),(0.6399375,-0.680572,0.3567936,1),(0.612768,-0.6857325,0.3927929,1),(0.6641582,-0.675913,0.3194298,1),(0.6482105,-0.6850309,0.3324994,1),(0.6854739,-0.6718048,0.2807203,1),(0.448252,-0.7340057,0.5102018,1),(0.4367104,-0.7317119,0.523337,1),(0.4895783,-0.7209163,0.4905026,1),(0.4699008,-0.721289,0.5088568,1),(0.4343648,-0.7258043,0.5334186,1),(0.4413624,-0.7162879,0.5404915,1),(0.4569967,-0.7189571,0.5236932,1),(0.4510843,-0.714177,0.5352328,1),(0.5121704,-0.7076187,0.4867825,1),(0.4915234,-0.7081994,0.506812,1),(0.4752268,-0.7074198,0.5231795,1),(0.533183,-0.6961516,0.480717,1),(0.5099357,-0.6982422,0.5024177,1),(0.5582097,-0.6935767,0.4553608,1),(0.5369329,-0.7053465,0.4628059,1),(0.5848249,-0.6902176,0.4261216,1),(0.4589663,-0.7034935,0.5426296,1),(0.4885325,-0.6870806,0.5378256,1),(0.4548762,-0.7066526,0.5419685,1),(0.4712204,-0.6955212,0.5424036,1),(0.5298405,-0.6659351,0.5251663,1),(0.5821522,-0.6385255,0.5033725,1),(0.5001007,-0.6801223,0.5360345,1),(0.5411646,-0.6593286,0.5219451,1),(0.4705942,-0.6978621,0.5399348,1),(0.4862761,-0.6877279,0.5390415,1),(0.5139429,-0.6733714,0.5314451,1),(0.4886766,-0.6896446,0.5344021,1),(0.502572,-0.6807666,0.532896,1),(0.4853896,-0.6954955,0.5297951,1),(0.4669633,-0.7043737,0.5346054,1),(0.4925792,-0.6984398,0.5191796,1),(0.6388948,-0.6075503,0.4719068,1),(0.6942765,-0.5765299,0.4308055,1),(0.5895422,-0.6350241,0.4991837,1),(0.6408702,-0.6091463,0.4671468,1),(0.7478046,-0.544903,0.3793007,1),(0.7984984,-0.5119846,0.3166577,1),(0.6945804,-0.5806593,0.4247268,1),(0.7495227,-0.5483756,0.3708098,1),(0.5945785,-0.6353967,0.4926941,1),(0.6446501,-0.6109678,0.4595047,1),(0.6999817,-0.5809577,0.4153478,1),(0.603251,-0.6338013,0.4841323,1),(0.6548691,-0.6075759,0.4494418,1),(0.5601858,-0.653747,0.5087305,1),(0.5508513,-0.6557713,0.5162622,1),(0.526525,-0.6689931,0.5246138,1),(0.84185,-0.4791078,0.248484,1),(0.8744696,-0.4500825,0.1809105,1),(0.7997593,-0.5144688,0.3093654,1),(0.8403097,-0.4835722,0.2450252,1),(0.8973857,-0.4260169,0.1149286,1),(0.9116971,-0.4076771,0.0510655,1),(0.8715851,-0.4565527,0.1786029,1),(0.8940806,-0.4340316,0.1106182,1),(0.8001636,-0.5170622,0.303949,1),(0.8389151,-0.4884286,0.2401231,1),(0.8699337,-0.4624633,0.171298,1),(0.8012639,-0.520173,0.2956286,1),(0.8398332,-0.4920683,0.2292353,1),(0.7571811,-0.5487202,0.3543768,1),(0.7538098,-0.5480687,0.3624799,1),(0.7082271,-0.5778489,0.4055923,1),(0.9196411,-0.3927036,-0.006629544,1),(0.9237209,-0.3791974,-0.05430452,1),(0.9089206,-0.4143603,0.0465702,1),(0.9178361,-0.3968744,-0.008222239,1),(0.9253368,-0.3678282,-0.09194546,1),(0.9256228,-0.3589984,-0.1197611,1),(0.92245,-0.3823883,-0.05352629,1),(0.9241406,-0.3714309,-0.08946052,1),(0.9077945,-0.4171349,0.04367598,1),(0.916707,-0.3994731,-0.008342757,1),(0.9209729,-0.3861048,-0.05226801,1),(0.9068037,-0.4194844,0.04171361,1),(0.9149332,-0.4035017,-0.009135499,1),(0.8925021,-0.4401218,0.09865526,1),(0.8927473,-0.438455,0.1037271,1),(0.8706455,-0.4646735,0.1614154,1),(0.925769,-0.3517651,-0.1386109,1),(0.9267793,-0.3446843,-0.1492406,1),(0.9246471,-0.3626128,-0.1163597,1),(0.9254985,-0.3540902,-0.1344351,1),(0.9288924,-0.3378477,-0.1517163,1),(0.9321664,-0.3312538,-0.1460709,1),(0.9271556,-0.3459912,-0.1437794,1),(0.929847,-0.3383978,-0.1444696,1),(0.9241344,-0.3649764,-0.1129947,1),(0.9257728,-0.3553555,-0.1291014,1),(0.9281139,-0.3466225,-0.1358577,1),(0.9243333,-0.3662587,-0.1070629,1),(0.926726,-0.3561675,-0.1196821,1),(0.9220591,-0.3777103,-0.08451037,1),(0.9227685,-0.375309,-0.08741403,1),(0.9192376,-0.3902691,-0.05188632,1),(0.9369707,-0.3263133,-0.1249219,1),(0.942741,-0.3236899,-0.08040015,1),(0.9341546,-0.3322506,-0.1302488,1),(0.939984,-0.3278386,-0.09461477,1),(0.946551,-0.3223564,-0.01129131,1),(0.9435468,-0.3206692,0.08300978,1),(0.9452215,-0.3243572,-0.03672324,1),(0.946215,-0.3205349,0.04398224,1),(0.9373811,-0.3330848,-0.1018401,1),(0.9431698,-0.3276196,-0.05564352,1),(0.9467152,-0.3218974,0.01059859,1),(0.940748,-0.3323574,-0.06731806,1),(0.9455651,-0.3250459,-0.01586958,1),(0.9350594,-0.3396189,-0.101602,1),(0.9318966,-0.3392341,-0.1284089,1),(0.9301212,-0.3474465,-0.1189758,1),(0.9277741,-0.3204422,0.1911855,1),(0.8959693,-0.3248526,0.3028364,1),(0.9373289,-0.3188486,0.140535,1),(0.9138165,-0.3223456,0.2470483,1),(0.8454324,-0.3331078,0.4174723,1),(0.7731516,-0.3439466,0.5328577,1),(0.8713105,-0.3297613,0.3634219,1),(0.8048237,-0.3392403,0.487006,1),(0.9272149,-0.3209222,0.1930837,1),(0.8934206,-0.3267525,0.3082732,1),(0.8351154,-0.3339516,0.4371025,1),(0.911353,-0.3241495,0.2536983,1),(0.863231,-0.3280041,0.3837259,1),(0.9362931,-0.3207935,0.1429926,1),(0.9431537,-0.3187788,0.09402743,1),(0.9457321,-0.3205133,0.05349954,1),(0.7111905,-0.3441454,0.6130026,1),(0.7017763,-0.3271919,0.6328155,1),(0.7438738,-0.3375731,0.5767984,1),(0.73066,-0.3193566,0.6034463,1),(0.7483501,-0.2939132,0.5946319,1),(0.8409882,-0.2382634,0.4857669,1),(0.7695508,-0.2861672,0.5708764,1),(0.851687,-0.233186,0.4693119,1),(0.7623416,-0.3103171,0.5679248,1),(0.7936783,-0.2774716,0.5413725,1),(0.8643939,-0.2277314,0.4482875,1),(0.8204182,-0.2677494,0.5051972,1),(0.8789847,-0.2218567,0.4220964,1),(0.7963108,-0.299933,0.5252898,1),(0.7779245,-0.3298773,0.5348031,1),(0.8126141,-0.320875,0.4865155,1),(0.9303522,-0.1687189,0.3255438,1),(0.9861067,-0.09534613,0.1360249,1),(0.9332514,-0.1676601,0.3176977,1),(0.9861276,-0.09699488,0.1347005,1),(0.9951114,-0.01233103,-0.09798549,1),(0.9221023,0.08183715,-0.378193,1),(0.9952499,-0.01470937,-0.09623587,1),(0.922619,0.08100294,-0.3771108,1),(0.9863318,-0.09922313,0.131546,1),(0.9952971,-0.01774399,-0.09523022,1),(0.9231701,0.07986077,-0.3760041,1),(0.9952807,-0.02144445,-0.09463841,1),(0.9240955,0.07825342,-0.3740641,1),(0.9867079,-0.1019925,0.1265121,1),(0.9370513,-0.1668345,0.3067589,1),(0.9417353,-0.1661914,0.2924296,1),(0.778564,0.161235,-0.6064994,1),(0.6603943,0.207705,-0.7216218,1),(0.7792575,0.1619702,-0.6054118,1),(0.6639725,0.2083328,-0.7181491,1),(0.5976292,0.2342354,-0.7667939,1),(0.5900692,0.2476946,-0.7684177,1),(0.6072313,0.2435188,-0.7562862,1),(0.606817,0.2335669,-0.7597497,1),(0.6684548,0.2096322,-0.7135984,1),(0.6174368,0.2346097,-0.7508196,1),(0.6263158,0.241949,-0.741073,1),(0.6465688,0.2422157,-0.7233813,1),(0.6296204,0.2373287,-0.7397657,1),(0.6745555,0.2131819,-0.7067731,1),(0.7803571,0.1629004,-0.6037435,1),(0.7826143,0.1638904,-0.6005455,1),(0.6300017,0.2523184,-0.7344612,1),(0.7140598,0.2505049,-0.6537322,1),(0.7405232,0.2443758,-0.6260239,1),(0.6541333,0.2470431,-0.7148982,1),(0.840009,0.2319712,-0.4904837,1),(0.9642477,0.1781822,-0.1961566,1),(0.9726443,0.1768605,-0.15061,1),(0.8621458,0.2267947,-0.4530661,1),(0.8829684,0.2216788,-0.4137936,1),(0.767908,0.2390154,-0.5942971,1),(0.9783511,0.1752321,-0.1101046,1),(0.9816399,0.174125,-0.07786934,1),(0.9009242,0.2177009,-0.3754224,1),(0.794175,0.2354239,-0.5602336,1),(0.6801978,0.2430076,-0.6915767,1),(0.7065688,0.2410206,-0.6653341,1),(0.9879219,0.1055184,0.1134743,1),(0.9536433,0.05778612,0.295339,1),(0.9456868,0.0688431,0.3177061,1),(0.9819018,0.1103052,0.1539533,1),(0.9247398,0.03610616,0.3788834,1),(0.9187623,0.03579776,0.393185,1),(0.933144,0.06080708,0.3543228,1),(0.9251239,0.05366855,0.375853,1),(0.9286466,0.07386716,0.3635371,1),(0.9408668,0.08120102,0.3289016,1),(0.9471928,0.09032395,0.3076809,1),(0.9593228,0.1244466,0.2534024,1),(0.9351259,0.09672736,0.3408566,1),(0.9401401,0.09487374,0.3273158,1),(0.9762416,0.1154283,0.183381,1),(0.972398,0.1211624,0.1994041,1),(0.9328018,0.06307069,0.354828,1),(0.9564126,0.1294663,0.2617508,1),(0.9726004,0.1713723,0.1570986,1),(0.955757,0.09632818,0.2779382,1),(0.965535,0.2459205,0.08523657,1),(0.8928465,0.4051829,-0.196601,1),(0.8386389,0.4566866,-0.2968538,1),(0.9548948,0.2951979,-0.03215999,1),(0.9270514,0.3452308,-0.1462584,1),(0.9747346,0.218002,0.04865782,1),(0.7735987,0.5030619,-0.385323,1),(0.7018909,0.5436656,-0.4601922,1),(0.8835506,0.3948244,-0.2518968,1),(0.9614712,0.2685264,-0.05887821,1),(0.9715665,0.135269,0.1943214,1),(0.9779572,0.1796851,0.1063626,1),(0.7102583,0.5317384,-0.4612889,1),(0.5081387,0.6078159,-0.610209,1),(0.4197331,0.6409096,-0.6426967,1),(0.6258423,0.5771481,-0.5246156,1),(0.3190113,0.6621284,-0.6780986,1),(0.1372223,0.7106621,-0.6900213,1),(0.09593886,0.7159629,-0.691515,1),(0.2461191,0.6809944,-0.6896899,1),(0.1869372,0.6956306,-0.6936516,1),(0.3403007,0.6670558,-0.6627457,1),(0.07009315,0.7199644,-0.6904622,1),(0.05965205,0.7232739,-0.6879799,1),(0.1426565,0.706821,-0.6928587,1),(0.2726438,0.6868607,-0.673712,1),(0.5418979,0.6146957,-0.5731454,1),(0.4626257,0.6444404,-0.6088301,1),(-0.004326356,0.7420687,-0.6703099,1),(-0.06460188,0.7553907,-0.6520824,1),(-0.04180762,0.7552544,-0.654097,1),(-0.00988402,0.7413283,-0.6710697,1),(-0.04914971,0.7630056,-0.6445205,1),(0.04128874,0.7628669,-0.6452358,1),(0.1117273,0.7615088,-0.6384522,1),(-0.001902476,0.7641129,-0.6450797,1),(0.05840877,0.763477,-0.6431884,1),(-0.004240376,0.7545261,-0.6562564,1),(0.1905796,0.7573321,-0.624602,1),(0.2746734,0.7499998,-0.60171,1),(0.1298112,0.7605101,-0.6362181,1),(0.04697672,0.7529311,-0.6564205,1),(-6.68004e-5,0.7404482,-0.6721132,1),(0.02446746,0.7396046,-0.6725967,1),(0.1748874,0.7534447,-0.6338262,1),(0.3189805,0.7388307,-0.5936166,1),(0.4112402,0.7211065,-0.5575724,1),(0.2622276,0.7446032,-0.6138427,1),(0.473313,0.7126861,-0.5177389,1),(0.6300601,0.6660122,-0.3993144,1),(0.6939777,0.6377404,-0.3341886,1),(0.5574117,0.687394,-0.4655983,1),(0.6318573,0.6607274,-0.4052106,1),(0.498686,0.7007031,-0.5102229,1),(0.7462797,0.6098247,-0.2667968,1),(0.7868147,0.5835409,-0.2010044,1),(0.6946495,0.6341048,-0.3396661,1),(0.577911,0.6787157,-0.4531709,1),(0.3511857,0.7326466,-0.5830073,1),(0.4379314,0.7179577,-0.5410664,1),(0.7564009,0.5997042,-0.2611752,1),(0.8353346,0.5333921,-0.1330752,1),(0.8564801,0.5115494,-0.06898675,1),(0.7966548,0.5734077,-0.191167,1),(0.8793916,0.4757287,-0.01877996,1),(0.8991069,0.4295896,0.08402094,1),(0.8992511,0.4233011,0.1102891,1),(0.8871107,0.4605566,0.03037197,1),(0.8895191,0.4519031,0.06737585,1),(0.869154,0.4943466,-0.01388194,1),(0.8969607,0.4248317,0.1223908,1),(0.8926136,0.434873,0.1188541,1),(0.8883173,0.4503544,0.08985172,1),(0.8754358,0.4824652,0.02897627,1),(0.8260112,0.5495476,-0.1253111,1),(0.8459011,0.52905,-0.06750908,1),(0.9035614,0.397227,0.1605854,1),(0.9035692,0.3820372,0.1939339,1),(0.8998678,0.3998908,0.1741417,1),(0.901028,0.4023338,0.1620986,1),(0.9037297,0.3855728,0.1860271,1),(0.9030291,0.4071826,0.1368974,1),(0.8891618,0.4506303,0.07952175,1),(0.8971664,0.4165283,0.146958,1),(0.8852563,0.4553572,0.09471605,1),(0.8938747,0.4260789,0.1394449,1),(0.8654603,0.5008088,0.01299461,1),(0.8284579,0.5568752,-0.05956148,1),(0.8643727,0.5019127,0.03071531,1),(0.882805,0.4610394,0.08998833,1),(0.8972644,0.4157875,0.1484499,1),(0.8909301,0.438287,0.1189461,1),(0.8929334,0.4457455,0.06309432,1),(0.8656331,0.50034,-0.01841442,1),(0.8229992,0.5599009,-0.09582964,1),(0.866589,0.4989516,-0.008415731,1),(0.8151869,0.5689505,-0.108469,1),(0.7347928,0.646408,-0.2055145,1),(0.6528717,0.7086471,-0.2675402,1),(0.7535161,0.6314797,-0.1828851,1),(0.6763485,0.6928366,-0.2500602,1),(0.7644908,0.62146,-0.1712931,1),(0.5581737,0.7664402,-0.3178233,1),(0.4536366,0.8182564,-0.3530868,1),(0.5848597,0.7513962,-0.3055208,1),(0.6894857,0.6834244,-0.2398763,1),(0.8263675,0.5569004,-0.08353904,1),(0.7700015,0.6182147,-0.1578236,1),(0.6293399,0.7204937,-0.2912392,1),(0.509041,0.7872472,-0.3480217,1),(0.3990155,0.8375732,-0.3731725,1),(0.5301895,0.7787009,-0.3354462,1),(0.3739531,0.8475984,-0.3764783,1),(0.2228074,0.8994839,-0.3758796,1),(0.112055,0.9259052,-0.3607537,1),(0.2599127,0.8869908,-0.3816971,1),(0.1462621,0.9167469,-0.3717292,1),(0.2847628,0.8790447,-0.3823488,1),(0.006132344,0.9428668,-0.3331133,1),(-0.09128884,0.9510545,-0.2952316,1),(0.03761386,0.9368407,-0.347728,1),(0.1711278,0.9109507,-0.3753453,1),(0.4223252,0.8297874,-0.3648209,1),(0.3100306,0.8724983,-0.3776608,1),(0.07023171,0.9341199,-0.3499822,1),(-0.06711877,0.9504022,-0.3036951,1),(-0.1572896,0.9527609,-0.2598202,1),(-0.03176919,0.9477326,-0.3174805,1),(-0.189213,0.9524799,-0.2387061,1),(-0.2972655,0.9420775,-0.1553167,1),(-0.3559417,0.9284018,-0.1066561,1),(-0.264836,0.9454995,-0.1894536,1),(-0.3274741,0.9343202,-0.1407356,1),(-0.2361234,0.9484004,-0.2116184,1),(-0.4011811,0.9137731,-0.06381553,1),(-0.4324247,0.9011192,-0.03151424,1),(-0.376152,0.9214675,-0.09699106,1),(-0.301945,0.9392861,-0.1630057,1),(-0.1251701,0.9528925,-0.2762759,1),(-0.2074215,0.9509361,-0.229558,1),(-0.3865742,0.919665,-0.06911361,1),(-0.4531746,0.8914148,0.003531737,1),(-0.4776303,0.877879,0.03461023,1),(-0.4275401,0.9036031,-0.02665834,1),(-0.5000272,0.8637658,0.06230066,1),(-0.5304975,0.8407395,0.1083021,1),(-0.5255743,0.8445285,0.1026806,1),(-0.5093614,0.8570688,0.0773569,1),(-0.5072391,0.858192,0.07883475,1),(-0.4899841,0.8701237,0.05291856,1),(-0.5091667,0.8565553,0.08403685,1),(-0.4799922,0.8756725,0.05296439,1),(-0.4927809,0.8677354,0.0648249,1),(-0.4897313,0.8701423,0.05491544,1),(-0.4555456,0.8901952,0.005535309,1),(-0.4702159,0.882253,0.02294921,1),(-0.5439614,0.827838,0.1370777,1),(-0.5396086,0.8297263,0.1427469,1),(-0.5076796,0.8555118,0.1017888,1),(-0.5255138,0.8435003,0.111097,1),(-0.5173571,0.8465458,0.1253076,1),(-0.4753923,0.8757463,0.08408717,1),(-0.4122745,0.9106233,0.02819743,1),(-0.4707104,0.8791497,0.07434809,1),(-0.4108267,0.9115424,0.01766686,1),(-0.4627429,0.8849903,0.05158804,1),(-0.3369569,0.9410924,-0.02837503,1),(-0.2513455,0.9645389,-0.08056223,1),(-0.3381966,0.9402603,-0.0391622,1),(-0.4041463,0.9146894,-0.003023842,1),(-0.4948565,0.8658546,0.07357158,1),(-0.4507562,0.8922198,0.02761621,1),(-0.4132008,0.9100538,0.03266614,1),(-0.3305171,0.9436973,-0.01391916,1),(-0.2394271,0.968653,-0.06622601,1),(-0.3343894,0.9421394,-0.02360407,1),(-0.2247911,0.9728089,-0.05578305,1),(-0.09491269,0.9912045,-0.09222402,1),(0.006670912,0.9924356,-0.1225844,1),(-0.1258128,0.987053,-0.09948687,1),(-0.02404667,0.9909104,-0.132357,1),(-0.1416552,0.9837836,-0.1100173,1),(0.1068581,0.9841388,-0.1416057,1),(0.2029073,0.9677692,-0.1491691,1),(0.07706454,0.9851912,-0.1531647,1),(-0.0407646,0.9889145,-0.1427808,1),(-0.2456768,0.9664257,-0.07526278,1),(-0.1500996,0.9815445,-0.1184926,1),(0.04487404,0.9920099,-0.1179104,1),(0.1813929,0.9752184,-0.1266721,1),(0.2755368,0.9526013,-0.1289588,1),(0.1444667,0.9804854,-0.1333335,1),(0.3147665,0.9417289,-0.1186113,1),(0.4447413,0.8907459,-0.09368568,1),(0.5184332,0.8517992,-0.07526717,1),(0.4001978,0.909849,-0.1096197,1),(0.4771208,0.8739729,-0.09234146,1),(0.3623578,0.9240733,-0.1215953,1),(0.5835079,0.8105521,-0.05023731,1),(0.6398344,0.768256,-0.01986186,1),(0.5449972,0.8356611,-0.06818105,1),(0.4407403,0.8913784,-0.105795,1),(0.2390921,0.9611322,-0.1380576,1),(0.3268906,0.9356835,-0.1328115,1),(0.5622882,0.8249792,-0.05693312,1),(0.6603706,0.7508186,-0.01349423,1),(0.7096751,0.7042832,0.0186155,1),(0.6233348,0.7813461,-0.0308527,1),(0.7409081,0.6706162,0.03645584,1),(0.8056414,0.5850322,0.09316301,1),(0.8334892,0.536318,0.1328862,1),(0.7792332,0.6224579,0.07308716,1),(0.8094898,0.5768756,0.1092745,1),(0.7508063,0.6583916,0.05301401,1),(0.8535989,0.4927563,0.1689975,1),(0.8664876,0.45866,0.1970537,1),(0.8318638,0.5364793,0.1421013,1),(0.7838555,0.6146948,0.08786776,1),(0.6760613,0.7368454,-0.0001489128,1),(0.7205318,0.6925932,0.03389273,1),(0.853019,0.5004143,0.1481355,1),(0.8837388,0.4261489,0.1933981,1),(0.8935432,0.3873148,0.2270856,1),(0.8709968,0.4541001,0.1875038,1),(0.9023396,0.3646651,0.2297881,1),(0.9121097,0.3174718,0.2593599,1),(0.9132155,0.3082063,0.2665453,1),(0.9059082,0.3390818,0.2536802,1),(0.9070334,0.3261226,0.2663351,1),(0.8977978,0.3604388,0.2530672,1),(0.9118003,0.3151769,0.2632179,1),(0.9050759,0.331527,0.2663223,1),(0.9065725,0.3403843,0.2495294,1),(0.8990899,0.349095,0.2641399,1),(0.8822121,0.4160738,0.2204188,1),(0.8871692,0.3926738,0.2423597,1),(0.9177665,0.2864189,0.2750797,1),(0.9213441,0.2768859,0.2728722,1),(0.9170669,0.2965641,0.2665296,1),(0.9178322,0.305725,0.2532119,1),(0.9227736,0.2901345,0.2535958,1),(0.9206825,0.3253244,0.2156564,1),(0.9140456,0.3362707,0.2268098,1),(0.9049129,0.3846253,0.1821974,1),(0.9083471,0.3530914,0.2241251,1),(0.8975908,0.3978738,0.1898082,1),(0.8771081,0.4582795,0.1437398,1),(0.8369924,0.5373453,0.1034585,1),(0.8705593,0.4691346,0.1484557,1),(0.8905781,0.413654,0.1891057,1),(0.9127688,0.3248626,0.2476234,1),(0.9028805,0.3691689,0.220275,1),(0.910904,0.3761667,0.1695662,1),(0.8888523,0.4388422,0.1317542,1),(0.8843644,0.4471099,0.1341354,1),(0.8513255,0.5162057,0.09368408,1),(0.8581027,0.5056436,0.08935524,1),(0.8121755,0.580991,0.0531066,1),(0.7449786,0.6665973,0.02558851,1),(0.805894,0.589386,0.05620398,1),(0.7393846,0.672717,0.02761285,1),(0.7984434,0.5993153,0.05752555,1),(0.6654623,0.746402,0.006638318,1),(0.5774736,0.8164039,-0.002973303,1),(0.6612188,0.7501596,0.007101758,1),(0.7317854,0.6809554,0.02810685,1),(0.8439902,0.5276514,0.09625254,1),(0.7901664,0.6099238,0.06024924,1),(0.752116,0.6585888,0.02413069,1),(0.6779597,0.7350544,0.008100459,1),(0.590346,0.8071242,-0.006494387,1),(0.6717346,0.7407845,0.003286284,1),(0.5876983,0.8090636,0.005170919,1),(0.4793937,0.8774647,0.01540637,1),(0.4033607,0.9149754,0.01096098,1),(0.5011654,0.8653495,-0.001849476,1),(0.4138063,0.9103635,0.001595287,1),(0.4978936,0.8672047,-0.007616021,1),(0.3295243,0.9440034,0.01646927,1),(0.3277732,0.944675,0.01241001,1),(0.2595261,0.9651927,0.03239261,1),(0.404285,0.9146327,-0.0008085675,1),(0.5823616,0.8129104,-0.005624211,1),(0.4884889,0.8725591,-0.004376444,1),(0.3722162,0.9276163,0.0313511,1),(0.2879224,0.9569147,0.0376142,1),(0.3119677,0.9495986,0.03063742,1),(0.2403935,0.969879,0.03931541,1),(0.2299009,0.9723625,0.04070468,1),(0.1973067,0.9796143,0.03776312,1),(0.192294,0.9802752,0.04564699,1),(0.1665432,0.984939,0.04645825,1),(0.200213,0.9785302,0.04892362,1),(0.1636458,0.9849996,0.05473423,1),(0.1457651,0.9878485,0.05392536,1),(0.1423339,0.9877523,0.06392629,1),(0.1361311,0.989013,0.05763451,1),(0.1649086,0.9843627,0.06192929,1),(0.2556611,0.966087,0.03624169,1),(0.2039977,0.9776161,0.05149664,1),(0.1845927,0.9823707,0.02955381,1),(0.1845684,0.9827626,0.01059878,1),(0.1612289,0.9862,0.03761435,1),(0.1752108,0.9844093,0.0154798,1),(0.1973964,0.9801279,-0.01959676,1),(0.2234261,0.9727601,-0.06179436,1),(0.2091028,0.9776732,-0.02076774,1),(0.2635102,0.961956,-0.07213174,1),(0.1771566,0.9840616,0.01544037,1),(0.2312372,0.9725147,-0.02728454,1),(0.3116795,0.9461818,-0.08715478,1),(0.2665965,0.9629015,-0.04179757,1),(0.3675258,0.9237654,-0.1076211,1),(0.1943497,0.9809071,0.007026085,1),(0.149025,0.9879372,0.04209075,1),(0.1513001,0.9876925,0.0396437,1),(0.2840455,0.9531283,-0.1042335,1),(0.4066477,0.9036257,-0.1345298,1),(0.3499378,0.9286502,-0.1230953,1),(0.4837444,0.860939,-0.157402,1),(0.6004469,0.7857408,-0.1485766,1),(0.83044,0.5406752,-0.1343122,1),(0.6669323,0.7254676,-0.1699947,1),(0.863701,0.4813446,-0.1494252,1),(0.5594074,0.8088177,-0.1813212,1),(0.7280521,0.6584409,-0.1907763,1),(0.8935682,0.4181698,-0.1633096,1),(0.7808011,0.5889271,-0.2086015,1),(0.919435,0.3543146,-0.170589,1),(0.6289114,0.7502447,-0.2039689,1),(0.4197285,0.8959885,-0.1450267,1),(0.4896854,0.8554185,-0.1687227,1),(0.9659539,0.2394124,-0.09805437,1),(0.9978911,-0.003448077,-0.06481848,1),(0.974932,0.1962591,-0.1048337,1),(0.997022,-0.03869107,-0.06670873,1),(0.9802724,-0.193802,-0.03881716,1),(0.9343858,-0.355684,-0.02029855,1),(0.9190118,-0.394049,-0.01194061,1),(0.9727416,-0.2289707,-0.0366901,1),(0.9635785,-0.2652835,-0.0337818,1),(0.9946005,-0.07769891,-0.06879255,1),(0.9028603,-0.4299055,-0.004950858,1),(0.8878937,-0.4600476,0.0009244414,1),(0.9533753,-0.3002427,-0.03049503,1),(0.9905583,-0.1183286,-0.06922973,1),(0.9821147,0.1483669,-0.1159218,1),(0.9883314,0.09871155,-0.1160044,1),(0.8694053,-0.4940923,-0.00267664,1),(0.7998096,-0.6000391,0.01605587,1),(0.8467899,-0.5318587,0.008559487,1),(0.7763896,-0.6297056,0.02626711,1),(0.7338182,-0.6785538,0.03279791,1),(0.6758431,-0.7354107,0.04906181,1),(0.7179956,-0.6948861,0.04019376,1),(0.6761638,-0.7349749,0.05113288,1),(0.7578096,-0.6515246,0.03521813,1),(0.7094384,-0.7032366,0.04642672,1),(0.6849073,-0.7267345,0.0525278,1),(0.7112201,-0.7011545,0.05048071,1),(0.7042084,-0.7080122,0.05300098,1),(0.7475719,-0.6628868,0.04144096,1),(0.8259176,-0.5634964,0.01822267,1),(0.80999,-0.5858921,0.02542878,1),(0.6348426,-0.7701017,0.06259703,1),(0.6202686,-0.7811459,0.07125834,1),(0.6542431,-0.753951,0.05936403,1),(0.6549246,-0.7528951,0.06498177,1),(0.6331769,-0.7703432,0.07522283,1),(0.6726614,-0.7362072,0.0743342,1),(0.6782597,-0.7316727,0.06796238,1),(0.7226442,-0.6877782,0.06889482,1),(0.6959188,-0.7156984,0.05893068,1),(0.7269673,-0.6838422,0.06227605,1),(0.7724915,-0.6318994,0.06292814,1),(0.8192185,-0.5704734,0.05866369,1),(0.7771941,-0.626735,0.05632444,1),(0.7427814,-0.667238,0.05539949,1),(0.6816587,-0.7295229,0.05601583,1),(0.7181841,-0.6936654,0.05513547,1),(0.7168098,-0.6935964,0.07146815,1),(0.746697,-0.661563,0.06912282,1),(0.7679154,-0.6370128,0.06723589,1),(0.7979531,-0.598983,0.06700965,1),(0.7639209,-0.6417736,0.06746467,1),(0.7702585,-0.6346605,0.06251281,1),(0.8151559,-0.5755726,0.06509233,1),(0.8216338,-0.5669079,0.05944109,1),(0.8432934,-0.5333063,0.06663851,1),(0.8593948,-0.5073975,0.06315435,1),(0.8654884,-0.4976093,0.05757472,1),(0.8933859,-0.4449702,0.06215448,1),(0.8985399,-0.4351049,0.05752999,1),(0.8796744,-0.4710571,0.06540836,1),(0.8155315,-0.5752147,0.06353268,1),(0.8562908,-0.5129077,0.06076067,1),(0.6423504,-0.4615379,0.6118568,1),(0.6436489,-0.4500526,0.6190062,1),(0.6525186,-0.4136392,0.6349188,1),(0.6370177,-0.4585464,0.6196319,1),(0.647213,-0.4208069,0.6356391,1),(0.634712,-0.4703906,0.6130851,1),(0.6652179,-0.3500691,0.6594973,1),(0.6778656,-0.256591,0.6889551,1),(0.6619783,-0.3548276,0.6602136,1),(0.6771664,-0.2576234,0.6892574,1),(0.6417983,-0.4322041,0.6334782,1),(0.6587121,-0.3632907,0.6588765,1),(0.6764199,-0.2614633,0.6885443,1),(0.6561575,-0.3705448,0.6573842,1),(0.6756606,-0.2663981,0.6873972,1),(0.6377705,-0.4409308,0.631529,1),(0.6269759,-0.4839104,0.6105179,1),(0.6302234,-0.4715228,0.6168343,1),(0.625283,-0.4810513,0.6145005,1),(0.6215305,-0.4939015,0.6080799,1),(0.6855214,-0.1589459,0.7104905,1),(0.6896142,-0.08594575,0.7190588,1),(0.686431,-0.1557435,0.7103214,1),(0.6905379,-0.07897744,0.7189714,1),(0.6940972,-0.03802368,0.7188764,1),(0.7014583,-0.01449455,0.712563,1),(0.6937225,-0.02783052,0.7197044,1),(0.6987149,-0.001504519,0.7153987,1),(0.6916311,-0.07473978,0.7183734,1),(0.6942168,-0.02193874,0.7194315,1),(0.6980339,0.004567415,0.7160501,1),(0.6952071,-0.02256195,0.7184553,1),(0.6985564,0.003573348,0.7155461,1),(0.69267,-0.07588588,0.7172515,1),(0.6872652,-0.1547675,0.7097278,1),(0.6878148,-0.1573718,0.7086219,1),(0.7091824,-0.007888939,0.7049809,1),(0.7144653,-0.01125224,0.6995803,1),(0.7039033,0.008341809,0.7102469,1),(0.7070148,0.00952173,0.7071345,1),(0.7172392,-0.02463371,0.6963915,1),(0.7172208,-0.0480242,0.6951891,1),(0.7080897,0.002015433,0.7061196,1),(0.7069726,-0.01417718,0.7070988,1),(0.7039007,0.01921677,0.7100383,1),(0.7039582,0.01706609,0.7100363,1),(0.7020794,0.008597459,0.7120468,1),(0.7026512,0.02336702,0.7111506,1),(0.7002238,0.02165402,0.713595,1),(0.7031982,0.02092308,0.710686,1),(0.7019469,0.01504814,0.7120702,1),(0.7018586,0.014323,0.7121723,1),(0.7178442,-0.07991139,0.6916024,1),(0.7222682,-0.1185665,0.6813741,1),(0.7069185,-0.03771072,0.7062889,1),(0.7107157,-0.06722073,0.7002603,1),(0.7297794,-0.1641752,0.663678,1),(0.739365,-0.2167498,0.6374628,1),(0.7179332,-0.1029167,0.6884621,1),(0.7279428,-0.1449528,0.6701403,1),(0.7028817,-0.02424293,0.7108934,1),(0.7075705,-0.04798557,0.7050116,1),(0.7147943,-0.07677907,0.6951071,1),(0.6990211,-0.005901612,0.7150766,1),(0.7021726,-0.02238264,0.7116548,1),(0.6975989,0.00689767,0.7164553,1),(0.7009816,-0.005424501,0.7131587,1),(0.6979862,0.01606726,0.7159309,1),(0.7501765,-0.273115,0.6021986,1),(0.7611172,-0.3306337,0.5580162,1),(0.7399715,-0.1944892,0.643907,1),(0.7527511,-0.2530347,0.6077327,1),(0.7711685,-0.3886585,0.5042258,1),(0.779038,-0.446159,0.4405019,1),(0.7642679,-0.3200084,0.5599011,1),(0.7719079,-0.393888,0.4990094,1),(0.7371721,-0.1707193,0.653783,1),(0.7494722,-0.2413903,0.6164593,1),(0.7580825,-0.3265736,0.5645003,1),(0.7309373,-0.165688,0.6620258,1),(0.7409955,-0.2530534,0.6220046,1),(0.7188692,-0.09794953,0.68821,1),(0.7247801,-0.1158388,0.6791723,1),(0.7085161,-0.05035403,0.7038959,1),(0.7825354,-0.501359,0.369158,1),(0.7818801,-0.5512513,0.2911797,1),(0.7742936,-0.4678956,0.4260787,1),(0.7732446,-0.5343499,0.3414134,1),(0.776422,-0.5956641,0.2057989,1),(0.765165,-0.6339559,0.11235,1),(0.7675444,-0.5928008,0.24385,1),(0.7553421,-0.6417832,0.1325624,1),(0.7643976,-0.4958369,0.412119,1),(0.7628311,-0.5679488,0.3090676,1),(0.7546487,-0.6291966,0.1860558,1),(0.760169,-0.5197284,0.3899044,1),(0.7581995,-0.5947493,0.2672203,1),(0.7557442,-0.4363732,0.4882921,1),(0.7622208,-0.4151707,0.4966415,1),(0.748621,-0.347297,0.5647577,1),(0.7507355,-0.6598108,0.03234253,1),(0.7406467,-0.671811,-0.01059837,1),(0.7377217,-0.6742681,0.03360344,1),(0.7213298,-0.69216,-0.02445177,1),(0.7388104,-0.673701,-0.01691785,1),(0.7456762,-0.666182,0.01297828,1),(0.7158029,-0.6969787,-0.04297429,1),(0.7204788,-0.6930962,-0.02297377,1),(0.7099251,-0.7030872,-0.04092355,1),(0.7219881,-0.6918905,-0.004547341,1),(0.7078047,-0.7052743,-0.0400071,1),(0.7065755,-0.7071593,-0.02601641,1),(0.7155041,-0.6986077,-0.001020212,1),(0.7275449,-0.6838056,0.0555723,1),(0.7380643,-0.6709841,0.07100219,1),(0.7451363,-0.6508086,0.1456701,1),(0.7565219,-0.6505078,0.06718755,1),(0.7666652,-0.6278992,0.1340424,1),(0.731378,-0.6816301,0.02160581,1),(0.7371395,-0.671058,0.07941488,1),(0.7736875,-0.5962225,0.2143043,1),(0.7741965,-0.5529812,0.3079472,1),(0.7433664,-0.6518878,0.1498285,1),(0.745005,-0.6247054,0.2339031,1),(0.720823,-0.692646,0.02560292,1),(0.7210752,-0.6882534,0.07973571,1),(0.7206208,-0.6771472,0.1489203,1),(0.7030164,-0.7108283,0.02215806,1),(0.6997161,-0.7107571,0.07226083,1),(0.706076,-0.7080604,-0.01034338,1),(0.7147999,-0.6991907,-0.01391053,1),(0.7047991,-0.7089037,-0.02671526,1),(0.768598,-0.5037714,0.3942986,1),(0.7647997,-0.4612961,0.4497637,1),(0.7413982,-0.5923065,0.3154391,1),(0.7369292,-0.5616584,0.3761319,1),(0.763014,-0.4306503,0.4820269,1),(0.7677639,-0.411672,0.4909836,1),(0.7349975,-0.5355786,0.4158535,1),(0.7378178,-0.5159281,0.4352507,1),(0.7110555,-0.6449942,0.279969,1),(0.706664,-0.6277759,0.3263793,1),(0.7045776,-0.6116378,0.3598186,1),(0.6820282,-0.6946279,0.2287562,1),(0.6760124,-0.6855268,0.2702964,1),(0.6883534,-0.7022392,0.1817409,1),(0.7163143,-0.661987,0.2206063,1),(0.69445,-0.707806,0.1294211,1),(0.777082,-0.4015969,0.4846273,1),(0.7855833,-0.3952144,0.4760929,1),(0.7420956,-0.5013175,0.4449436,1),(0.7469004,-0.4876247,0.4520642,1),(0.7882106,-0.387199,0.4783315,1),(0.7909086,-0.3833513,0.4769754,1),(0.7527292,-0.4621787,0.4688173,1),(0.7493023,-0.474337,0.462115,1),(0.7039716,-0.5804776,0.4092306,1),(0.7054227,-0.5635776,0.4298361,1),(0.708122,-0.5459305,0.4477981,1),(0.6654965,-0.6454607,0.3748267,1),(0.6659428,-0.6272289,0.4038614,1),(0.6671102,-0.6613653,0.3428701,1),(0.7037145,-0.5965376,0.385913,1),(0.6706747,-0.6747777,0.3080104,1),(0.7918515,-0.3817243,0.4767157,1),(0.7913613,-0.3826349,0.4767995,1),(0.7558685,-0.4431725,0.4819347,1),(0.7557805,-0.4524012,0.4734227,1),(0.7894316,-0.3860487,0.4772462,1),(0.7860498,-0.3919154,0.478046,1),(0.7553766,-0.4366575,0.4886065,1),(0.7561931,-0.4384774,0.4857052,1),(0.7154961,-0.5033256,0.4844881,1),(0.7137014,-0.5150421,0.4747231,1),(0.7173793,-0.4947076,0.4905419,1),(0.6709577,-0.5751002,0.4680549,1),(0.6745227,-0.561,0.4798937,1),(0.6688774,-0.5911003,0.4507809,1),(0.7117235,-0.5293782,0.461745,1),(0.6672909,-0.6085288,0.4294364,1),(0.780598,-0.4001938,0.4801164,1),(0.7724478,-0.4108606,0.4842705,1),(0.7488049,-0.4404692,0.4952556,1),(0.7530319,-0.4374295,0.4915266,1),(0.7614825,-0.4238363,0.4904154,1),(0.7475409,-0.4390294,0.4984334,1),(0.7345937,-0.4531532,0.5049992,1),(0.7426752,-0.4457255,0.4997623,1),(0.7176278,-0.4787427,0.5057823,1),(0.7178812,-0.4816395,0.502663,1),(0.7167047,-0.4777565,0.5080187,1),(0.6903557,-0.5168697,0.506216,1),(0.6850566,-0.5254485,0.5045803,1),(0.6803762,-0.5355353,0.50029,1),(0.7174331,-0.4864659,0.4986388,1),(0.6779763,-0.5483019,0.489605,1),(0.7344685,-0.4548347,0.5036679,1),(0.7262764,-0.471233,0.5004619,1),(0.7203161,-0.4741468,0.5062899,1),(0.7264792,-0.4626023,0.5081605,1),(0.7230588,-0.4862071,0.4907022,1),(0.7248304,-0.4989398,0.4750579,1),(0.7135836,-0.5046493,0.4859294,1),(0.7160478,-0.4877453,0.4993798,1),(0.7070382,-0.4987249,0.5013686,1),(0.7115863,-0.4869717,0.5064617,1),(0.7009839,-0.5150767,0.4932721,1),(0.6828935,-0.5354742,0.4969142,1),(0.6903291,-0.5214394,0.5015444,1),(0.6939898,-0.5135949,0.5045775,1),(0.7147753,-0.4799572,0.5086622,1),(0.6939915,-0.5120639,0.506129,1),(0.7286874,-0.508975,0.458213,1),(0.7314183,-0.5198297,0.4413666,1),(0.7117088,-0.5201638,0.4721231,1),(0.7097012,-0.532618,0.4611314,1),(0.7333357,-0.5295767,0.4263417,1),(0.7345345,-0.5382885,0.413164,1),(0.7075678,-0.5442388,0.4507239,1),(0.7054226,-0.5540462,0.4420539,1),(0.6878794,-0.5485816,0.4752684,1),(0.6818895,-0.5606071,0.4698367,1),(0.6764579,-0.5708803,0.4652959,1),(0.6571882,-0.5779364,0.483832,1),(0.6497612,-0.5871293,0.4827936,1),(0.6651996,-0.5658979,0.4871026,1),(0.6943082,-0.5333204,0.4832242,1),(0.6737381,-0.5515195,0.4918366,1),(0.7360944,-0.5459366,0.400148,1),(0.73892,-0.5525842,0.3855488,1),(0.7044416,-0.5621886,0.4332504,1),(0.7056633,-0.5688426,0.422442,1),(0.7429599,-0.5581729,0.3693963,1),(0.7481397,-0.5626495,0.3517278,1),(0.7090533,-0.5739598,0.4096502,1),(0.7145356,-0.5774994,0.394884,1),(0.6717201,-0.5856854,0.453613,1),(0.6734661,-0.5904337,0.4447824,1),(0.6779148,-0.5933835,0.4339674,1),(0.6401476,-0.605691,0.4725987,1),(0.6420678,-0.6087736,0.4659867,1),(0.6407904,-0.6010572,0.4776169,1),(0.6727176,-0.5791618,0.4604592,1),(0.6440028,-0.5948775,0.4810209,1),(0.7534712,-0.5666353,0.333475,1),(0.7579283,-0.5709542,0.3155251,1),(0.7210024,-0.5802262,0.3788047,1),(0.7272916,-0.5830835,0.3620228,1),(0.7615235,-0.5756075,0.2979227,1),(0.7642716,-0.5805968,0.2807067,1),(0.7333552,-0.5860425,0.344593,1),(0.7391509,-0.5890663,0.3265835,1),(0.6912458,-0.597039,0.4070918,1),(0.6990694,-0.5985336,0.3912282,1),(0.7075232,-0.5997216,0.3738247,1),(0.6607513,-0.6129528,0.4332397,1),(0.6706785,-0.6129321,0.4177375,1),(0.6525768,-0.6122179,0.446467,1),(0.6841618,-0.5953,0.4213555,1),(0.6463089,-0.6108026,0.4573893,1),(0.7662589,-0.5856527,0.2643071,1),(0.7674926,-0.5907058,0.2490416,1),(0.7444029,-0.5921307,0.3086185,1),(0.7487676,-0.5954526,0.2911755,1),(0.7680221,-0.595793,0.2348892,1),(0.7678878,-0.6009502,0.2218268,1),(0.7522929,-0.5990402,0.2742379,1),(0.7550075,-0.6029147,0.2577936,1),(0.7234197,-0.6024656,0.337193,1),(0.7301559,-0.6044855,0.3185432,1),(0.7360981,-0.6069334,0.2996521,1),(0.7009498,-0.6134399,0.3638142,1),(0.7100836,-0.6144003,0.3439382,1),(0.6913267,-0.6128519,0.382727,1),(0.7158833,-0.6008728,0.3556166,1),(0.6812283,-0.6126769,0.4006932,1),(0.7673458,-0.6060482,0.2094903,1),(0.7666145,-0.6109696,0.1975303,1),(0.7570627,-0.6069507,0.2417993,1),(0.7585769,-0.6110517,0.2262232,1),(0.7657079,-0.6157277,0.1859324,1),(0.764631,-0.6203431,0.1746817,1),(0.7595716,-0.6152306,0.2110507,1),(0.7600588,-0.6195122,0.1962531,1),(0.7454696,-0.6127579,0.262303,1),(0.7488709,-0.6161154,0.244119,1),(0.7514493,-0.6197976,0.2262187,1),(0.7319891,-0.6196606,0.2832185,1),(0.7372233,-0.6223368,0.2630563,1),(0.7257379,-0.6174561,0.3034015,1),(0.7412228,-0.609701,0.2808085,1),(0.7184444,-0.6157112,0.3236316,1),(0.7632294,-0.6247104,0.1649784,1),(0.7614341,-0.6286963,0.1579846,1),(0.7599969,-0.6237378,0.1826358,1),(0.7593978,-0.6277608,0.1709714,1),(0.7592852,-0.6323534,0.1536723,1),(0.7568094,-0.6357129,0.1520154,1),(0.758317,-0.631633,0.1612302,1),(0.7567988,-0.6353943,0.1533938,1),(0.7543182,-0.6274877,0.1930372,1),(0.7547142,-0.6314029,0.1781484,1),(0.7544721,-0.6354163,0.1643712,1),(0.7473384,-0.6322063,0.2044518,1),(0.748939,-0.6360911,0.1856836,1),(0.7448686,-0.6286303,0.2235947,1),(0.7532472,-0.6236308,0.209053,1),(0.7415048,-0.625349,0.2431239,1),(0.7543488,-0.6389487,0.1506735,1),(0.7523315,-0.6420873,0.1473815,1),(0.7552898,-0.6389497,0.1458784,1),(0.75425,-0.6420927,0.1372002,1),(0.7507403,-0.6451205,0.1421566,1),(0.7495517,-0.6480279,0.1350265,1),(0.7536564,-0.6448074,0.1273789,1),(0.753486,-0.6470718,0.1164338,1),(0.7539286,-0.6424199,0.1374353,1),(0.7540944,-0.6450179,0.1236672,1),(0.7545242,-0.6470373,0.1097082,1),(0.7523899,-0.6453143,0.1322086,1),(0.7535666,-0.6471643,0.1153939,1),(0.7512336,-0.6428768,0.149524,1),(0.754056,-0.6392158,0.151006,1),(0.7500859,-0.6398171,0.1673469,1),(0.7473946,-0.6509991,0.1326714,1),(0.7429333,-0.6542131,0.1416165,1),(0.7525874,-0.6491992,0.1102385,1),(0.7500108,-0.6514488,0.1144475,1),(0.7359142,-0.6574532,0.1618189,1),(0.7257958,-0.6602216,0.1932043,1),(0.7456462,-0.6537337,0.1290118,1),(0.7391431,-0.6557354,0.1538784,1),(0.7530167,-0.6504444,0.09943802,1),(0.7504804,-0.6520959,0.1074715,1),(0.7465933,-0.6535791,0.1242291,1),(0.7525821,-0.6512177,0.09765045,1),(0.7504686,-0.6523896,0.1057576,1),(0.7538092,-0.6499646,0.09652767,1),(0.7543712,-0.6487612,0.1001653,1),(0.7541684,-0.6486436,0.1024289,1),(0.7124038,-0.6628949,0.2303282,1),(0.6959997,-0.6662173,0.2678411,1),(0.7301437,-0.6577893,0.184941,1),(0.7185456,-0.6603418,0.2182681,1),(0.6764362,-0.6700604,0.3057009,1),(0.6535605,-0.6742674,0.343835,1),(0.7041129,-0.6631769,0.2538138,1),(0.6865866,-0.6660555,0.2914943,1),(0.7335742,-0.6568886,0.1742592,1),(0.7239397,-0.6586288,0.2052302,1),(0.7118024,-0.6600734,0.2400844,1),(0.7371352,-0.6555126,0.1641189,1),(0.7295656,-0.6558008,0.1940601,1),(0.7429453,-0.6546783,0.1393861,1),(0.7410349,-0.6551217,0.147251,1),(0.7473032,-0.6535715,0.119926,1),(0.6287492,-0.6781307,0.3805433,1),(0.6032807,-0.6816311,0.4140427,1),(0.6665347,-0.6687456,0.3294098,1),(0.6444269,-0.6716065,0.3655935,1),(0.5773043,-0.6849706,0.4444492,1),(0.5509278,-0.688327,0.4718945,1),(0.6202801,-0.6746749,0.400083,1),(0.5940793,-0.6779819,0.4329093,1),(0.6794518,-0.6632209,0.3138205,1),(0.6589128,-0.6654367,0.3507534,1),(0.6352749,-0.6679338,0.3876726,1),(0.6905853,-0.6581274,0.2999337,1),(0.6709827,-0.6595677,0.3387516,1),(0.7067158,-0.6568661,0.26283,1),(0.6970413,-0.6613961,0.2769269,1),(0.7196268,-0.6560248,0.2275274,1),(0.5281309,-0.6901295,0.4947717,1),(0.5130204,-0.6893826,0.5114309,1),(0.5692407,-0.6801346,0.4619327,1),(0.5492622,-0.680573,0.4849036,1),(0.5060034,-0.6865309,0.5221455,1),(0.5073316,-0.681776,0.5270636,1),(0.5345794,-0.6797814,0.5021176,1),(0.5254995,-0.678111,0.5138246,1),(0.5891085,-0.6707041,0.4506743,1),(0.5696096,-0.671315,0.4742164,1),(0.552919,-0.6719047,0.4927725,1),(0.606592,-0.6631969,0.4384243,1),(0.5855536,-0.6651342,0.4633828,1),(0.6279963,-0.6617951,0.4094484,1),(0.6111264,-0.6697162,0.4219061,1),(0.649546,-0.6606893,0.3762706,1),(0.5184097,-0.6745844,0.5255354,1),(0.540765,-0.6638178,0.5166421,1),(0.5249535,-0.6745153,0.5190886,1),(0.5359612,-0.6676378,0.5167256,1),(0.5742643,-0.6485751,0.4995706,1),(0.6183638,-0.6275072,0.4731394,1),(0.5585489,-0.6570147,0.5063149,1),(0.5924548,-0.6417269,0.4870154,1),(0.5436839,-0.6674321,0.5088636,1),(0.5553172,-0.660991,0.5046917,1),(0.5778004,-0.6512936,0.4918976,1),(0.5634491,-0.6617716,0.4945537,1),(0.5746428,-0.6568211,0.4882332,1),(0.5616525,-0.6648329,0.4924872,1),(0.5429487,-0.6710564,0.5048664,1),(0.5691321,-0.666052,0.4821446,1),(0.6670358,-0.6029158,0.4376707,1),(0.714855,-0.5775166,0.3942805,1),(0.6330973,-0.6231869,0.4591579,1),(0.676456,-0.6024541,0.4236227,1),(0.7612415,-0.5507515,0.3423217,1),(0.8052351,-0.5220245,0.2812238,1),(0.7219836,-0.5785896,0.3794387,1),(0.7686567,-0.550557,0.3256591,1),(0.6448364,-0.6227045,0.4431987,1),(0.6867122,-0.6022429,0.4070992,1),(0.7331314,-0.5759677,0.3616346,1),(0.6585358,-0.6205924,0.425671,1),(0.7018443,-0.5969873,0.3886138,1),(0.6225238,-0.6375542,0.4538598,1),(0.6083941,-0.6386825,0.4711063,1),(0.59447,-0.6492843,0.4743787,1),(0.8429577,-0.492527,0.2164239,1),(0.8714856,-0.465659,0.1538651,1),(0.811303,-0.5203667,0.2664693,1),(0.8454997,-0.4923288,0.2067426,1),(0.8917978,-0.4424736,0.09441322,1),(0.904962,-0.4237452,0.03852175,1),(0.8717229,-0.4673463,0.1472637,1),(0.890586,-0.4461106,0.08855458,1),(0.8162023,-0.5185995,0.2546924,1),(0.8474356,-0.4928435,0.1973784,1),(0.8719239,-0.4697582,0.1381162,1),(0.8204841,-0.5179508,0.2419355,1),(0.8497342,-0.4939649,0.1842567,1),(0.7858739,-0.5432813,0.2953771,1),(0.7781104,-0.5465125,0.3096261,1),(0.7462212,-0.5697237,0.3443384,1),(0.9130822,-0.4076417,-0.01044114,1),(0.9184389,-0.3924951,-0.04916753,1),(0.9035184,-0.4271035,0.03517265,1),(0.9123772,-0.4092646,-0.008383537,1),(0.9221841,-0.3788835,-0.07761237,1),(0.9251942,-0.3671797,-0.09588932,1),(0.918448,-0.393314,-0.04192064,1),(0.922785,-0.3797102,-0.06548331,1),(0.9031296,-0.4278934,0.03555397,1),(0.9122869,-0.409547,-0.00196122,1),(0.9187208,-0.3937557,-0.03014233,1),(0.9030897,-0.4275808,0.04004728,1),(0.912371,-0.4092804,0.008278116,1),(0.8903221,-0.4482308,0.08009889,1),(0.8901142,-0.4482337,0.08236157,1),(0.8729442,-0.4706444,0.1283052,1),(0.9285346,-0.3569837,-0.1019119,1),(0.9329674,-0.3475471,-0.09371734,1),(0.9266223,-0.3678096,-0.07802054,1),(0.9308951,-0.3567261,-0.07861795,1),(0.9381881,-0.3387164,-0.07123516,1),(0.9433025,-0.3301534,-0.0343402,1),(0.9356472,-0.3464651,-0.06727681,1),(0.9405202,-0.3368817,-0.04396178,1),(0.9285069,-0.3669039,-0.05706573,1),(0.933139,-0.3552038,-0.05551459,1),(0.9376831,-0.3447007,-0.04395142,1),(0.9305171,-0.3644753,-0.03599584,1),(0.9350227,-0.3530052,-0.03346254,1),(0.9254115,-0.3777856,-0.02986078,1),(0.9237909,-0.3797998,-0.04860512,1),(0.9195005,-0.3927996,-0.01507222,1),(0.9457546,-0.3242254,0.02064147,1),(0.9415311,-0.3221116,0.09881023,1),(0.944141,-0.3295286,-0.002945018,1),(0.9437976,-0.324527,0.06267566,1),(0.9250185,-0.3220156,0.2016105,1),(0.8883547,-0.321341,0.3279726,1),(0.9346876,-0.3201964,0.154381,1),(0.9096274,-0.3141285,0.2718478,1),(0.9440908,-0.327635,0.0367121,1),(0.9409437,-0.3186225,0.114476,1),(0.926528,-0.3067975,0.2177643,1),(0.9445798,-0.3172962,0.08421527,1),(0.9390516,-0.2998952,0.1680627,1),(0.943347,-0.3310105,0.0229855,1),(0.9417832,-0.3358546,-0.01569027,1),(0.9393547,-0.3425752,-0.0159703,1),(0.8467615,-0.3104871,0.4319637,1),(0.8314732,-0.2881714,0.4749837,1),(0.878605,-0.2991637,0.3722289,1),(0.8659769,-0.2755129,0.4173449,1),(0.8489861,-0.2570071,0.4617035,1),(0.8951405,-0.2155436,0.3902109,1),(0.8780286,-0.2455681,0.4108067,1),(0.9123585,-0.2086634,0.3522239,1),(0.8978687,-0.2626902,0.3533066,1),(0.9060344,-0.2338554,0.3527226,1),(0.9300117,-0.2010182,0.3076848,1),(0.9316201,-0.2222786,0.2875347,1),(0.9473712,-0.1923426,0.2559141,1),(0.9255696,-0.2505047,0.2838457,1),(0.906489,-0.2876593,0.3090791,1),(0.9293187,-0.2768643,0.244362,1),(0.94731,-0.1655371,0.2742286,1),(0.9873043,-0.1049971,0.1191882,1),(0.9538566,-0.1641916,0.2513933,1),(0.9882764,-0.1072813,0.1086303,1),(0.9951929,-0.02557608,-0.09453569,1),(0.9256398,0.07619233,-0.3706559,1),(0.9949951,-0.02927416,-0.09553915,1),(0.9279037,0.07390859,-0.3654209,1),(0.9897798,-0.1076431,0.09353478,1),(0.994624,-0.0314413,-0.09866339,1),(0.9308644,0.07165603,-0.3582695,1),(0.9940017,-0.03105723,-0.1048621,1),(0.9344604,0.06969464,-0.3491797,1),(0.9918285,-0.1048872,0.07262813,1),(0.9614049,-0.1613071,0.2228922,1),(0.9697845,-0.15601,0.1875609,1),(0.7867723,0.1647632,-0.5948467,1),(0.6829564,0.2163019,-0.6976992,1),(0.7935464,0.1650347,-0.5857025,1),(0.6946127,0.2187664,-0.6853135,1),(0.6436741,0.2384135,-0.7272158,1),(0.6675106,0.2446094,-0.703275,1),(0.6891628,0.2485422,-0.6806477,1),(0.6602913,0.2420754,-0.7109253,1),(0.6802329,0.2452295,-0.6907573,1),(0.7104709,0.2211825,-0.6680639,1),(0.7117369,0.2531935,-0.6552279,1),(0.7353782,0.2576839,-0.6267518,1),(0.7041368,0.2468245,-0.6657845,1),(0.7312924,0.2172353,-0.6465448,1),(0.8036049,0.166124,-0.5715085,1),(0.8172215,0.162868,-0.5528317,1),(0.7320114,0.2417021,-0.6369767,1),(0.8178013,0.2344905,-0.5255618,1),(0.8380296,0.2363411,-0.4917819,1),(0.7559239,0.2447989,-0.6071677,1),(0.9150971,0.2159023,-0.3405635,1),(0.9830524,0.1744628,-0.05631057,1),(0.9830982,0.177177,-0.04611131,1),(0.9253062,0.2169075,-0.3110622,1),(0.9316738,0.2210624,-0.2882974,1),(0.854493,0.2408684,-0.4602437,1),(0.9819807,0.1829814,-0.04724145,1),(0.9795018,0.1924382,-0.05952752,1),(0.9343479,0.2286518,-0.2733357,1),(0.8669893,0.2479934,-0.4322369,1),(0.7779855,0.2498118,-0.5764831,1),(0.7979246,0.2562607,-0.5455701,1),(0.9712803,0.1279061,0.2006354,1),(0.9437714,0.1098506,0.3118147,1),(0.950879,0.1266712,0.2824596,1),(0.9727523,0.1364888,0.1874126,1),(0.9438906,0.1220788,0.3068666,1),(0.9678245,0.1630106,0.1916853,1),(0.970937,0.2053249,0.1229755,1),(0.953526,0.1500018,0.2613192,1),(0.9620759,0.1805228,0.2045026,1),(0.959788,0.1458893,0.2398405,1),(0.9669338,0.2504067,0.04832661,1),(0.9544179,0.2969153,-0.03045947,1),(0.9672927,0.213478,0.1370109,1),(0.968381,0.1679669,0.1844592,1),(0.975894,0.1476702,0.1606999,1),(0.9792905,0.1621226,0.12127,1),(0.9732481,0.229167,0.01644974,1),(0.9328374,0.3221048,-0.1614403,1),(0.8902749,0.3765599,-0.2561506,1),(0.9565631,0.2821391,-0.07337805,1),(0.8271753,0.4432166,-0.3454565,1),(0.6276556,0.5785594,-0.5208815,1),(0.5551618,0.6076002,-0.5679942,1),(0.7618423,0.4887159,-0.4251506,1),(0.6922373,0.5296965,-0.4901319,1),(0.8364605,0.4294412,-0.3404613,1),(0.488632,0.6307858,-0.6027836,1),(0.4317543,0.6485265,-0.6268985,1),(0.623281,0.5652553,-0.540377,1),(0.7752379,0.4786609,-0.4121772,1),(0.9278535,0.3365361,-0.1607213,1),(0.8882199,0.3901064,-0.2426568,1),(0.3914731,0.6670184,-0.6339048,1),(0.2187305,0.701195,-0.6785886,1),(0.1796867,0.7113812,-0.6794479,1),(0.3312667,0.683477,-0.6504781,1),(0.1139233,0.7152471,-0.6895238,1),(0.06433631,0.7261337,-0.6845369,1),(0.08309466,0.728809,-0.6796562,1),(0.1006156,0.7218783,-0.6846665,1),(0.1024041,0.727333,-0.6786017,1),(0.1562163,0.7184936,-0.6777635,1),(0.1146067,0.7314044,-0.6722448,1),(0.1577435,0.7337112,-0.6608971,1),(0.1193074,0.731666,-0.6711413,1),(0.1491111,0.7230729,-0.674486,1),(0.2843018,0.6948618,-0.66056,1),(0.2524669,0.702029,-0.6658947,1),(0.06282491,0.7385908,-0.6712204,1),(0.1102211,0.7499219,-0.6522795,1),(0.1826216,0.7449185,-0.6416742,1),(0.1130894,0.7371215,-0.6662302,1),(0.2096128,0.7546115,-0.621791,1),(0.360455,0.7394024,-0.5686442,1),(0.4441956,0.7252738,-0.5259926,1),(0.2940542,0.7452328,-0.5984648,1),(0.3786738,0.7325529,-0.565661,1),(0.2604346,0.7378119,-0.6227418,1),(0.5221067,0.7080633,-0.4754481,1),(0.5910547,0.6890262,-0.419401,1),(0.4592339,0.7176078,-0.5235869,1),(0.3398056,0.729058,-0.5941435,1),(0.1727311,0.7350212,-0.6556735,1),(0.2391343,0.7322862,-0.6376297,1),(0.5189573,0.7012773,-0.4887675,1),(0.6463584,0.6565294,-0.3888316,1),(0.7027474,0.6347904,-0.3212275,1),(0.5915648,0.6827582,-0.4288266,1),(0.7447732,0.6091962,-0.2723835,1),(0.8161525,0.5604929,-0.1405098,1),(0.8354636,0.5422913,-0.088999,1),(0.7823974,0.5871328,-0.2076757,1),(0.8084714,0.5690843,-0.1500575,1),(0.7466791,0.6143524,-0.2550319,1),(0.8462392,0.5304509,-0.05000938,1),(0.8498534,0.5263407,-0.02673515,1),(0.8244497,0.5563577,-0.1036764,1),(0.7786144,0.5964898,-0.194832,1),(0.6536376,0.6629992,-0.364952,1),(0.7039363,0.6432331,-0.3012056,1),(0.8580337,0.5131598,-0.02109822,1),(0.877187,0.4767489,0.05704023,1),(0.8752366,0.4787505,0.0689846,1),(0.863818,0.5036757,0.01136885,1),(0.8845525,0.4564334,0.09610127,1),(0.8856497,0.4536953,0.09891929,1),(0.8740639,0.4815976,0.06384441,1),(0.8778213,0.4712099,0.0859714,1),(0.8665416,0.495519,0.05972172,1),(0.869472,0.4898483,0.06377299,1),(0.8548768,0.5185903,0.01580837,1),(0.8243957,0.5643755,-0.0430364,1),(0.8479724,0.5297589,0.017274,1),(0.8586624,0.5109776,0.040011,1),(0.8642944,0.5022259,0.02764394,1),(0.8597474,0.5100845,0.02546305,1),(0.8796938,0.4697698,0.07385825,1),(0.8631871,0.5041531,0.02716364,1),(0.8314631,0.5537681,-0.04483422,1),(0.8602635,0.5095974,0.01603563,1),(0.8308477,0.5548879,-0.04232553,1),(0.7754154,0.6170227,-0.134216,1),(0.7057103,0.6778907,-0.2060031,1),(0.7820623,0.6116706,-0.1193225,1),(0.7170377,0.6695894,-0.1936669,1),(0.7848365,0.6079674,-0.1200296,1),(0.6208522,0.7363051,-0.2690672,1),(0.5235969,0.7903292,-0.3181604,1),(0.6360164,0.7268984,-0.2590405,1),(0.7213498,0.6653107,-0.1923959,1),(0.8291449,0.5567777,-0.0501733,1),(0.7829348,0.6103744,-0.1202344,1),(0.6963527,0.680961,-0.2266828,1),(0.5984858,0.7439761,-0.2971773,1),(0.4943562,0.7998238,-0.3404318,1),(0.6067985,0.7415999,-0.2860512,1),(0.4809991,0.8056678,-0.3457445,1),(0.3424409,0.8630922,-0.3712223,1),(0.2284585,0.8993326,-0.3728371,1),(0.3684895,0.8530245,-0.3695467,1),(0.2528014,0.8912387,-0.3765437,1),(0.3821406,0.8479863,-0.3672709,1),(0.1166158,0.9258221,-0.3595196,1),(0.01197148,0.9426985,-0.3334311,1),(0.1398399,0.919611,-0.3670972,1),(0.2676822,0.8870399,-0.3761737,1),(0.5050425,0.7968,-0.3317254,1),(0.395878,0.8446842,-0.3602626,1),(0.1973127,0.9064232,-0.3734499,1),(0.06229663,0.9335312,-0.353042,1),(-0.03864533,0.9469685,-0.318994,1),(0.08773451,0.9309502,-0.3544494,1),(-0.06218603,0.9481385,-0.3117151,1),(-0.1771261,0.9518954,-0.2500428,1),(-0.2493816,0.9469581,-0.2026801,1),(-0.1505938,0.9515191,-0.268203,1),(-0.2252739,0.9485298,-0.2225823,1),(-0.1286334,0.9520133,-0.2777125,1),(-0.3063208,0.9385454,-0.1590599,1),(-0.346584,0.9296506,-0.125017,1),(-0.2841771,0.9416566,-0.1803499,1),(-0.2047589,0.950435,-0.2339811,1),(-0.01477946,0.9459666,-0.3239271,1),(-0.1063218,0.9524546,-0.2855274,1),(-0.276371,0.9438672,-0.1809247,1),(-0.3535078,0.9279727,-0.1178936,1),(-0.3901151,0.9172279,-0.0806421,1),(-0.3306277,0.933975,-0.1355581,1),(-0.4103916,0.9097998,-0.0619923,1),(-0.4496184,0.8931264,-0.01297786,1),(-0.4527659,0.8915874,-0.008663008,1),(-0.4300414,0.9019888,-0.03847865,1),(-0.4349082,0.900016,-0.02874392,1),(-0.4112709,0.9098105,-0.05568757,1),(-0.4416578,0.8970035,-0.0179768,1),(-0.4151982,0.90883,-0.04047686,1),(-0.4241263,0.9049222,-0.03510778,1),(-0.4162626,0.9080125,-0.04731442,1),(-0.3690999,0.9240828,-0.09917714,1),(-0.3908906,0.9171879,-0.07727081,1),(-0.4714775,0.8815753,0.02310212,1),(-0.4764093,0.8783566,0.03903697,1),(-0.4494148,0.8932854,0.008218653,1),(-0.4590557,0.8883745,0.007655913,1),(-0.4650743,0.8845792,0.03500639,1),(-0.4370073,0.899391,0.01097858,1),(-0.3801833,0.9241284,-0.03804281,1),(-0.423476,0.9058804,-0.006986455,1),(-0.368057,0.9281513,-0.05540087,1),(-0.4083213,0.9122581,-0.03253866,1),(-0.3106259,0.9463995,-0.0885418,1),(-0.2300575,0.9637828,-0.1348935,1),(-0.2992223,0.9484603,-0.1043507,1),(-0.3525678,0.9325082,-0.07825981,1),(-0.432546,0.9013883,-0.0200771,1),(-0.3908919,0.9186736,-0.05694026,1),(-0.3925939,0.9194176,-0.0232642,1),(-0.3321991,0.9414676,-0.05729344,1),(-0.2490072,0.9625015,-0.1076391,1),(-0.3213726,0.943963,-0.07518998,1),(-0.2542781,0.962835,-0.09105659,1),(-0.1579736,0.9796208,-0.124046,1),(-0.06027918,0.9857237,-0.1572112,1),(-0.1620751,0.9774764,-0.1351717,1),(-0.06554281,0.9834148,-0.1691139,1),(-0.1579382,0.9759316,-0.1503757,1),(0.03771166,0.9830996,-0.179145,1),(0.1321019,0.9730105,-0.1892079,1),(0.03130917,0.9811326,-0.1907841,1),(-0.06268412,0.9812888,-0.1820525,1),(-0.2394429,0.9630316,-0.1234387,1),(-0.14971,0.9751426,-0.1633513,1),(-0.05088203,0.9873224,-0.1503511,1),(0.05988891,0.9848291,-0.1628647,1),(0.1571832,0.9726291,-0.1711319,1),(0.04852866,0.9841468,-0.1705874,1),(0.1745185,0.9713344,-0.1614086,1),(0.2925406,0.9450928,-0.145669,1),(0.3740015,0.9178055,-0.1332512,1),(0.2657886,0.9508706,-0.1587501,1),(0.3484198,0.9256675,-0.1474558,1),(0.2479583,0.953893,-0.1691298,1),(0.4456595,0.8878449,-0.114538,1),(0.5061089,0.8575333,-0.09214411,1),(0.4201909,0.8981014,-0.1298203,1),(0.3292815,0.9308304,-0.1585196,1),(0.144429,0.9730634,-0.1796883,1),(0.2333197,0.9559103,-0.178318,1),(0.4063728,0.9059729,-0.118635,1),(0.5098132,0.8562708,-0.08301061,1),(0.569054,0.8203994,-0.05587809,1),(0.476501,0.873701,-0.09794497,1),(0.6034011,0.7964947,-0.03877285,1),(0.6872497,0.7262818,0.01423967,1),(0.7256333,0.6863306,0.04905556,1),(0.6521034,0.7580984,-0.006939251,1),(0.6909611,0.7224895,0.02411647,1),(0.6180605,0.7856542,-0.02735993,1),(0.7549385,0.6507657,0.08106703,1),(0.7754182,0.622366,0.1067106,1),(0.7200339,0.6920502,0.0511645,1),(0.6566044,0.754235,-0.0004298723,1),(0.5363901,0.8407606,-0.07353297,1),(0.5853403,0.8093565,-0.04815526,1),(0.7567377,0.6499944,0.06967992,1),(0.8090901,0.5750295,0.1213031,1),(0.8269882,0.5415719,0.1509649,1),(0.7847184,0.611017,0.1042848,1),(0.8470655,0.5038138,0.1692676,1),(0.8727353,0.438186,0.215235,1),(0.875122,0.4304135,0.2211459,1),(0.8554373,0.4816009,0.1904927,1),(0.8596591,0.4692053,0.2020706,1),(0.8375993,0.5174394,0.175169,1),(0.8730826,0.4362209,0.2178027,1),(0.858937,0.4693405,0.2048088,1),(0.8658767,0.4554472,0.2069431,1),(0.8433203,0.5032322,0.1885953,1),(0.8046811,0.5783412,0.1342008,1),(0.816487,0.5556286,0.1569263,1),(0.8888631,0.3854986,0.2476152,1),(0.8969179,0.3580639,0.2594773,1),(0.8864546,0.3959746,0.239588,1),(0.8902162,0.3863136,0.2414063,1),(0.8991777,0.3575036,0.2523302,1),(0.8957996,0.3832076,0.2251555,1),(0.8876271,0.4013443,0.225923,1),(0.8768447,0.4406308,0.1923222,1),(0.8775182,0.4294198,0.2134487,1),(0.8679441,0.4583407,0.1913033,1),(0.8474519,0.5078177,0.1547464,1),(0.8381277,0.5235555,0.1530741,1),(0.8063383,0.5798302,0.1166857,1),(0.8568281,0.4832438,0.1797807,1),(0.8789489,0.4220341,0.2221174,1),(0.865473,0.4603753,0.1975126,1),(0.8845669,0.42724,0.1871025,1),(0.8625404,0.4828844,0.1511513,1),(0.8555351,0.4953865,0.1505056,1),(0.8221911,0.5577049,0.1138726,1),(0.8303418,0.5462415,0.1102399,1),(0.7832761,0.6178129,0.06917942,1),(0.7170929,0.6957374,0.04155989,1),(0.7770696,0.6247165,0.07676104,1),(0.7117481,0.7007746,0.04826599,1),(0.7695909,0.6337392,0.0781322,1),(0.639766,0.7682604,0.02180416,1),(0.6360509,0.7712288,0.02540497,1),(0.553958,0.8324936,0.009216536,1),(0.7047149,0.7078131,0.0487585,1),(0.8144442,0.5690486,0.1134214,1),(0.7611079,0.6437746,0.0791769,1),(0.7234665,0.6896261,0.03181105,1),(0.6537707,0.7566463,0.008373283,1),(0.6452068,0.7638872,0.01357842,1),(0.5666185,0.8239754,-0.002833277,1),(0.5744775,0.8185136,-0.00332342,1),(0.4848977,0.8745671,-0.002558921,1),(0.4816239,0.876365,-0.004788022,1),(0.3903056,0.9206666,0.005873156,1),(0.4727873,0.8811745,-0.001929487,1),(0.3855664,0.922664,0.005453336,1),(0.296454,0.9547209,0.02495996,1),(0.2894306,0.9569128,0.02340869,1),(0.2051573,0.9774261,0.05048651,1),(0.3760151,0.9265835,0.007457733,1),(0.5578741,0.8299207,0.002869252,1),(0.4645461,0.8855448,0.002706219,1),(0.3940868,0.9190637,0.004179264,1),(0.3144612,0.9491134,0.01726235,1),(0.3028221,0.9527553,0.02358443,1),(0.2305814,0.972164,0.04158374,1),(0.2476647,0.9682513,0.03393775,1),(0.1942526,0.9794502,0.05425115,1),(0.1749302,0.9827598,0.05985481,1),(0.1360069,0.9875852,0.07859739,1),(0.1534496,0.9856711,0.07003975,1),(0.1107496,0.9899924,0.08746123,1),(0.08729111,0.9909608,0.1018674,1),(0.05613814,0.9918727,0.1141799,1),(0.0505711,0.991403,0.1206761,1),(0.08360529,0.9914076,0.1006043,1),(0.21559,0.9752403,0.04926813,1),(0.1333254,0.987878,0.07950756,1),(0.1560018,0.9852125,0.07084939,1),(0.1339717,0.988028,0.0765005,1),(0.1142569,0.9892986,0.0907383,1),(0.1097602,0.9899099,0.08961656,1),(0.1281224,0.9891828,0.07142832,1),(0.1384028,0.988812,0.05563756,1),(0.1225228,0.9896066,0.07527942,1),(0.1525886,0.9871479,0.0474957,1),(0.09593978,0.9905793,0.09771424,1),(0.1277553,0.9890966,0.07325624,1),(0.1779849,0.9834709,0.03326435,1),(0.146024,0.9872726,0.06300666,1),(0.2136616,0.9768218,0.0129561,1),(0.09624582,0.9906013,0.09719001,1),(0.08251414,0.9908122,0.1071576,1),(0.06454664,0.9911283,0.1161824,1),(0.1697403,0.9850855,0.02819098,1),(0.2284483,0.973486,-0.01167244,1),(0.2026276,0.9792172,0.008701519,1),(0.2764722,0.9602435,-0.03867337,1),(0.3156277,0.94662,-0.06549471,1),(0.4293239,0.8932532,-0.1333409,1),(0.3746207,0.9222197,-0.09576173,1),(0.4937435,0.8544315,-0.1617534,1),(0.3327819,0.9403937,-0.07011243,1),(0.4377912,0.8898729,-0.1283169,1),(0.557071,0.8085207,-0.1896475,1),(0.4999696,0.8513142,-0.1590424,1),(0.6165298,0.7576526,-0.214134,1),(0.3917778,0.9143869,-0.1020136,1),(0.2461306,0.9690971,-0.01644337,1),(0.2961557,0.9540914,-0.04473641,1),(0.5568609,0.8078966,-0.1928961,1),(0.6901809,0.688149,-0.2238331,1),(0.6195782,0.7546735,-0.2158489,1),(0.7434448,0.6241528,-0.2402566,1),(0.8248436,0.5198596,-0.222214,1),(0.9390624,0.291051,-0.1828964,1),(0.8613068,0.4521504,-0.2317553,1),(0.9551947,0.2300405,-0.1862382,1),(0.7896644,0.5589618,-0.2529658,1),(0.8913547,0.3860217,-0.2376426,1),(0.9671441,0.1721286,-0.187094,1),(0.915782,0.3219535,-0.2401856,1),(0.9753269,0.1188314,-0.1860555,1),(0.8296508,0.4931757,-0.2616437,1),(0.6770161,0.6970775,-0.2360765,1),(0.7288541,0.6364985,-0.2522722,1),(0.9916673,0.04831266,-0.1194229,1),(0.9850771,-0.1581557,-0.06789552,1),(0.978701,-0.1946006,-0.06538341,1),(0.9928774,-0.0002212084,-0.1191405,1),(0.9431677,-0.3312135,-0.02706413,1),(0.876381,-0.4815739,0.006566996,1),(0.8694505,-0.4939694,0.007079484,1),(0.934256,-0.3558001,-0.02391744,1),(0.9281144,-0.3716654,-0.02164154,1),(0.9724138,-0.2247015,-0.06261426,1),(0.8688363,-0.4950551,0.006628561,1),(0.8753574,-0.4834467,0.005361013,1),(0.9261077,-0.3766835,-0.02083405,1),(0.9674494,-0.245726,-0.06050197,1),(0.9920895,-0.04440241,-0.1174186,1),(0.989983,-0.0816086,-0.1152116,1),(0.8016988,-0.5969981,0.02953406,1),(0.7479618,-0.6622759,0.04408722,1),(0.8019921,-0.5966322,0.02896255,1),(0.7587603,-0.6499145,0.04351961,1),(0.7246128,-0.6872004,0.05188335,1),(0.7338299,-0.6772901,0.05264883,1),(0.7474172,-0.6624065,0.05084473,1),(0.7692839,-0.6366755,0.05335167,1),(0.7781602,-0.6267585,0.04050261,1),(0.7756361,-0.6293584,0.04792248,1),(0.8038033,-0.5928098,0.04976727,1),(0.80538,-0.5911472,0.04367998,1),(0.8324314,-0.5521623,0.0466333,1),(0.8040475,-0.5934892,0.0357534,1),(0.8112624,-0.5840648,0.02686402,1),(0.8288735,-0.5589699,0.02283283,1),(0.761544,-0.6458315,0.05433522,1),(0.7924054,-0.6078242,0.05141388,1),(0.838542,-0.5425276,0.05011126,1),(0.8054307,-0.590395,0.05210695,1),(0.8259302,-0.5612731,0.05302547,1),(0.8605497,-0.5062169,0.05655487,1),(0.8950005,-0.4424906,0.05635656,1),(0.8684741,-0.4929883,0.05210755,1),(0.9009255,-0.4307536,0.05276921,1),(0.8747498,-0.4819861,0.050022,1),(0.9218726,-0.3831904,0.0575857,1),(0.9413346,-0.3320844,0.06007834,1),(0.921671,-0.3840946,0.05471763,1),(0.8974476,-0.4383066,0.04975181,1),(0.8426085,-0.5362766,0.04917702,1),(0.8679044,-0.4944296,0.04776242,1),(0.8891384,-0.4536965,0.05993504,1),(0.9069547,-0.4161421,0.06526113,1),(0.9281737,-0.3661634,0.06646677,1),(0.9154638,-0.3977922,0.06072199,1),(0.9175709,-0.3925728,0.06285004,1),(0.921491,-0.3838136,0.05950975,1),(0.9361261,-0.3458849,0.06349573,1),(0.9381956,-0.339814,0.06569401,1),(0.9468399,-0.3146072,0.06720496,1),(0.9526661,-0.296705,0.06628285,1),(0.9534095,-0.2927241,0.072958,1),(0.9697548,-0.2312804,0.07800727,1),(0.969157,-0.2356512,0.0721355,1),(0.9644419,-0.2549818,0.06954341,1),(0.9371788,-0.3431719,0.06268082,1),(0.9556074,-0.2872587,0.06555158,1),(0.6191565,-0.4960426,0.6087584,1),(0.6231217,-0.4832724,0.614953,1),(0.6358082,-0.4438178,0.6314853,1),(0.6227236,-0.4814537,0.61678,1),(0.6348203,-0.4439145,0.6324106,1),(0.6187608,-0.4936419,0.6111077,1),(0.654517,-0.3746457,0.6566948,1),(0.6747039,-0.2723348,0.686009,1),(0.6527677,-0.3783102,0.6563351,1),(0.6725686,-0.2815607,0.6843793,1),(0.6324481,-0.4477361,0.6320933,1),(0.6489958,-0.3870053,0.6550047,1),(0.6677744,-0.2977891,0.6822017,1),(0.6410688,-0.4060722,0.6512573,1),(0.6586381,-0.3245676,0.6788606,1),(0.6259482,-0.4617545,0.6284677,1),(0.6178852,-0.4938818,0.6117995,1),(0.6216802,-0.4826007,0.6169362,1),(0.6165347,-0.493801,0.6132255,1),(0.6143754,-0.5038484,0.60719,1),(0.687742,-0.1650681,0.7069395,1),(0.6932635,-0.08452387,0.7157105,1),(0.6860213,-0.1797109,0.7050382,1),(0.692279,-0.1020583,0.7143765,1),(0.6960616,-0.03137509,0.7172963,1),(0.6991963,-0.004726902,0.7149141,1),(0.6955464,-0.04934492,0.7167847,1),(0.6986192,-0.02089243,0.7151884,1),(0.6882833,-0.1293094,0.7138245,1),(0.6921518,-0.07690179,0.7176433,1),(0.6953421,-0.04556382,0.7172331,1),(0.6841312,-0.1143283,0.7203427,1),(0.6876572,-0.07927101,0.7216951,1),(0.6795906,-0.1669287,0.7143468,1),(0.6813118,-0.2032031,0.703223,1),(0.6720126,-0.2372723,0.7014989,1),(0.7020468,0.007481124,0.7120916,1),(0.7029449,0.01671271,0.711048,1),(0.7011204,-0.005686249,0.7130201,1),(0.701764,0.006763977,0.7123773,1),(0.7019771,0.0229604,0.7118293,1),(0.6991593,0.02622161,0.714485,1),(0.7006245,0.01645191,0.7133405,1),(0.6977464,0.02337715,0.7159634,1),(0.6983949,-0.009644609,0.7156476,1),(0.6974922,0.003759668,0.7165825,1),(0.6950985,0.01412892,0.7187756,1),(0.6914066,-0.01516486,0.7223067,1),(0.6902781,-0.0005157826,0.723544,1),(0.6914362,-0.03316938,0.7216758,1),(0.697709,-0.02608603,0.7159061,1),(0.6902356,-0.05453913,0.7215264,1),(0.6960627,0.02672843,0.7174833,1),(0.6940157,0.024739,0.7195346,1),(0.6944194,0.02816086,0.7190191,1),(0.6917937,0.03144181,0.7214103,1),(0.6930389,0.0202479,0.7206157,1),(0.6931127,0.01325453,0.7207074,1),(0.6898883,0.03322197,0.7231531,1),(0.6887134,0.03350889,0.724259,1),(0.6903589,0.03071745,0.7228147,1),(0.6890472,0.03817181,0.7237104,1),(0.6884558,0.04506258,0.7238771,1),(0.6897599,0.03993047,0.7229363,1),(0.6913767,0.05408853,0.7204669,1),(0.6890203,0.02610198,0.7242718,1),(0.6923778,0.02270177,0.7211781,1),(0.6891843,0.01261634,0.7244763,1),(0.696413,-0.004786811,0.7176252,1),(0.7044447,-0.04263716,0.7084771,1),(0.6904766,0.02423009,0.7229488,1),(0.6967221,-0.002684232,0.7173362,1),(0.7155555,-0.1010052,0.6912152,1),(0.7267861,-0.1801101,0.662829,1),(0.7064295,-0.04777243,0.7061692,1),(0.7177184,-0.1115073,0.6873473,1),(0.6954948,0.02843094,0.7179684,1),(0.7036415,-0.002318578,0.7105514,1),(0.713716,-0.04847039,0.6987562,1),(0.7063486,0.03892466,0.7067932,1),(0.7143327,0.008147558,0.6997587,1),(0.6996149,0.0567475,0.7122632,1),(0.6902717,0.04414091,0.7222025,1),(0.6945896,0.06178974,0.7167477,1),(0.7376668,-0.2693219,0.6191232,1),(0.748641,-0.3590905,0.5573067,1),(0.7298169,-0.1877565,0.6573542,1),(0.741833,-0.2713284,0.6132411,1),(0.757236,-0.4492095,0.4741356,1),(0.7594331,-0.5375032,0.3665401,1),(0.7511058,-0.3624804,0.551768,1),(0.7536309,-0.459803,0.4697038,1),(0.7349863,-0.1817308,0.6532756,1),(0.7419215,-0.268712,0.6142852,1),(0.7416419,-0.3686665,0.5604036,1),(0.7330619,-0.1775418,0.6565816,1),(0.7293025,-0.2731557,0.6272987,1),(0.7296779,-0.09870598,0.6766293,1),(0.7246929,-0.1085146,0.6804739,1),(0.7226255,-0.03704205,0.6902465,1),(0.7496491,-0.6115909,0.2529483,1),(0.7336256,-0.6613116,0.156398,1),(0.7455859,-0.5500324,0.3762525,1),(0.7327782,-0.6185671,0.2835682,1),(0.7182264,-0.6910888,0.08091433,1),(0.7079108,-0.7057825,0.02707969,1),(0.7193511,-0.6665031,0.195723,1),(0.7083198,-0.6964715,0.1149368,1),(0.7244056,-0.5520219,0.4129265,1),(0.7155032,-0.6191442,0.3235978,1),(0.7075637,-0.6694852,0.2261489,1),(0.7100528,-0.5461474,0.4444638,1),(0.7062039,-0.6168928,0.3474468,1),(0.7145148,-0.4644832,0.5231864,1),(0.7335885,-0.4682758,0.4925094,1),(0.7208245,-0.3732542,0.5840321,1),(0.7005939,-0.7135385,-0.005570812,1),(0.694124,-0.7196364,-0.01776062,1),(0.6977972,-0.714549,0.04998801,1),(0.6878154,-0.7258313,0.008874305,1),(0.6889786,-0.724712,-0.01004976,1),(0.6847473,-0.7285677,0.01761126,1),(0.6804348,-0.7327476,-0.009456183,1),(0.6764188,-0.7364951,-0.005714303,1),(0.6859165,-0.7243154,0.0698983,1),(0.677019,-0.7354755,0.02685267,1),(0.6726978,-0.7398914,0.00619121,1),(0.6757591,-0.7298314,0.1034212,1),(0.6692343,-0.7407209,0.05880576,1),(0.686266,-0.7079649,0.1668071,1),(0.6973312,-0.7036746,0.1362759,1),(0.6978822,-0.6715984,0.2488291,1),(0.6804618,-0.7306381,0.05603259,1),(0.674845,-0.7317948,0.09518795,1),(0.6735759,-0.7390302,0.01140183,1),(0.6686082,-0.7428871,0.03289132,1),(0.6678285,-0.7319721,0.1349885,1),(0.659332,-0.7311167,0.1753561,1),(0.6612208,-0.7478794,0.05885087,1),(0.6510767,-0.7537351,0.08934483,1),(0.6643288,-0.7474402,0.0007169902,1),(0.656071,-0.7546549,0.008170419,1),(0.6448215,-0.7640026,0.02247661,1),(0.6464604,-0.7628936,-0.009079721,1),(0.6354722,-0.7719712,-0.0153495,1),(0.6558633,-0.7548617,0.005219716,1),(0.6698334,-0.7425114,6.964244e-5,1),(0.6635607,-0.7476068,0.02777166,1),(0.6505495,-0.7281037,0.2159871,1),(0.6433878,-0.7214831,0.2559577,1),(0.6398432,-0.7584537,0.12389,1),(0.6297547,-0.759828,0.1614639,1),(0.6379777,-0.7112934,0.2950358,1),(0.6343765,-0.6976269,0.3329913,1),(0.6207268,-0.7576188,0.2017723,1),(0.6126612,-0.7516002,0.2444246,1),(0.620822,-0.7805966,0.07245108,1),(0.6097404,-0.7852331,0.1078219,1),(0.5988612,-0.7867419,0.1496748,1),(0.6036159,-0.7968598,0.02573389,1),(0.5933969,-0.8026644,0.06008352,1),(0.6137971,-0.7894623,0.001572421,1),(0.63243,-0.7733707,0.04393138,1),(0.6243475,-0.7810521,-0.01215951,1),(0.6318219,-0.6820492,0.3682525,1),(0.6304032,-0.6658788,0.3989952,1),(0.6054401,-0.7425379,0.2864954,1),(0.5998741,-0.7311072,0.3250127,1),(0.6303707,-0.6493382,0.4254325,1),(0.6319216,-0.6325819,0.4477892,1),(0.5961189,-0.7175401,0.3602474,1),(0.5943466,-0.7019541,0.392444,1),(0.57942,-0.7799039,0.2366905,1),(0.5717322,-0.7718022,0.2782868,1),(0.5654583,-0.7606031,0.3189666,1),(0.562194,-0.8059446,0.1854484,1),(0.5510116,-0.8018175,0.2312461,1),(0.5728471,-0.8072959,0.1418435,1),(0.5884743,-0.7849163,0.1939184,1),(0.5831875,-0.8061389,0.1001628,1),(0.6360691,-0.616201,0.4644484,1),(0.6399738,-0.6003157,0.4796401,1),(0.594557,-0.6852085,0.4207033,1),(0.5972088,-0.6683544,0.4434456,1),(0.6469457,-0.5856798,0.4883036,1),(0.6538314,-0.5707568,0.4967303,1),(0.6104702,-0.6353818,0.4728806,1),(0.6033464,-0.651783,0.4595129,1),(0.5590167,-0.7327864,0.3879748,1),(0.5602621,-0.7178391,0.4132956,1),(0.564832,-0.7027146,0.4326167,1),(0.5264101,-0.7771531,0.3448558,1),(0.5244037,-0.7668221,0.3701143,1),(0.531766,-0.7867934,0.3133385,1),(0.5608549,-0.7472031,0.3565521,1),(0.5401216,-0.7952287,0.2754629,1),(0.6608481,-0.5603418,0.4992965,1),(0.6634883,-0.5561277,0.5005051,1),(0.6221577,-0.6128814,0.4871304,1),(0.6181019,-0.6218114,0.4809372,1),(0.6618579,-0.5581685,0.5003918,1),(0.6559646,-0.5663952,0.4989057,1),(0.6209146,-0.6100547,0.4922381,1),(0.6228368,-0.6086789,0.4915123,1),(0.5737409,-0.6775551,0.4601526,1),(0.5759722,-0.6687509,0.4701364,1),(0.5780208,-0.6634207,0.475147,1),(0.5252326,-0.7356423,0.4277397,1),(0.5266588,-0.7255078,0.4430223,1),(0.5244157,-0.7459875,0.4104762,1),(0.5700681,-0.6889256,0.4476649,1),(0.5241628,-0.7564219,0.3912535,1),(0.6480322,-0.5771595,0.4969318,1),(0.6403772,-0.586713,0.4956661,1),(0.6116872,-0.6148056,0.4978482,1),(0.6158856,-0.6117964,0.4963768,1),(0.6330795,-0.5954424,0.4946296,1),(0.6259952,-0.6028273,0.4947011,1),(0.6027746,-0.6207293,0.5013561,1),(0.6073235,-0.617781,0.4995045,1),(0.5769034,-0.6500706,0.4945611,1),(0.5770345,-0.6538953,0.4893386,1),(0.5766703,-0.6466386,0.4993095,1),(0.5367374,-0.6933445,0.4808185,1),(0.5425314,-0.6816734,0.4908981,1),(0.5321633,-0.7045295,0.4695108,1),(0.5770575,-0.6581022,0.4836385,1),(0.5288072,-0.7152507,0.4569238,1),(0.6197656,-0.6091694,0.4947758,1),(0.6149678,-0.6146111,0.4940322,1),(0.5979922,-0.6240793,0.5029219,1),(0.592862,-0.6280581,0.5040413,1),(0.6116481,-0.6193905,0.4921808,1),(0.6098084,-0.6234434,0.4893385,1),(0.5874155,-0.6328139,0.5044696,1),(0.5815817,-0.6378807,0.5048475,1),(0.5711197,-0.6447332,0.5080761,1),(0.5648041,-0.6477003,0.5113518,1),(0.5559723,-0.6528276,0.5145008,1),(0.5409198,-0.6654039,0.514435,1),(0.5313168,-0.6687648,0.5200539,1),(0.5460064,-0.6664202,0.5077021,1),(0.5751373,-0.6445532,0.5037542,1),(0.5465648,-0.671859,0.4998724,1),(0.6103251,-0.6266201,0.4846138,1),(0.6140227,-0.6286551,0.4772513,1),(0.5776222,-0.6424966,0.5035382,1),(0.5777109,-0.6455193,0.4995548,1),(0.6208003,-0.6295113,0.4672498,1),(0.6305018,-0.6291164,0.4546207,1),(0.5817934,-0.6469477,0.492925,1),(0.5897442,-0.6467419,0.4836596,1),(0.5446911,-0.6619401,0.5149242,1),(0.5456641,-0.6638806,0.5113836,1),(0.550965,-0.6640878,0.5053958,1),(0.5141941,-0.6791034,0.523854,1),(0.5166814,-0.6797279,0.5205866,1),(0.5157926,-0.6770869,0.5248915,1),(0.5481241,-0.6582709,0.5159841,1),(0.5215074,-0.6736604,0.5236523,1),(0.641758,-0.6281397,0.4399856,1),(0.6532621,-0.6273593,0.4238737,1),(0.6001779,-0.6456072,0.4722053,1),(0.6117538,-0.6443081,0.4589386,1),(0.6649579,-0.6267255,0.4062586,1),(0.6767875,-0.6261767,0.3871196,1),(0.6243873,-0.6427598,0.4438472,1),(0.6379811,-0.6408944,0.4268896,1),(0.5698522,-0.6617523,0.4871882,1),(0.5821791,-0.6597199,0.4752234,1),(0.5962809,-0.6569983,0.4613048,1),(0.5415521,-0.6762577,0.4993964,1),(0.5546299,-0.6734164,0.48877,1),(0.5307987,-0.6782014,0.5082281,1),(0.5594146,-0.6631807,0.4972392,1),(0.5224789,-0.6793345,0.5152868,1),(0.6881748,-0.625841,0.3670675,1),(0.6985397,-0.6260063,0.3466388,1),(0.6516983,-0.6390156,0.4085931,1),(0.6646934,-0.6376256,0.3893796,1),(0.707893,-0.6266891,0.3258041,1),(0.7162499,-0.627878,0.3045574,1),(0.6769682,-0.6366938,0.3692358,1),(0.6885018,-0.6361993,0.3481606,1),(0.6258672,-0.6514485,0.4288416,1),(0.6403486,-0.6491614,0.4105403,1),(0.6545639,-0.6471316,0.3908539,1),(0.5995135,-0.6639367,0.4469582,1),(0.6153134,-0.6608118,0.4297873,1),(0.5840885,-0.6670308,0.4625046,1),(0.6111687,-0.654042,0.4457597,1),(0.5691077,-0.670168,0.4764361,1),(0.7235994,-0.6295325,0.2830067,1),(0.7298705,-0.6317033,0.2612277,1),(0.699129,-0.6362178,0.3262598,1),(0.7086117,-0.6369398,0.3036068,1),(0.735066,-0.6343927,0.2392153,1),(0.7391956,-0.6375878,0.2169597,1),(0.7169507,-0.638328,0.2802123,1),(0.7241308,-0.6403664,0.2560578,1),(0.6807402,-0.6447347,0.3477209,1),(0.6922887,-0.6446127,0.3243623,1),(0.7027743,-0.6451599,0.2997952,1),(0.6605721,-0.6540255,0.3686395,1),(0.6743355,-0.6528617,0.3450267,1),(0.6461166,-0.655695,0.3906373,1),(0.6681595,-0.6455588,0.3698875,1),(0.6310156,-0.6579391,0.4110177,1),(0.742604,-0.6407259,0.1949603,1),(0.7456843,-0.6432635,0.1736868,1),(0.7304204,-0.6424619,0.2317947,1),(0.7360895,-0.6441378,0.2079872,1),(0.7484577,-0.6452628,0.1531238,1),(0.7509614,-0.6467614,0.133254,1),(0.741174,-0.645429,0.1846147,1),(0.7456995,-0.6463729,0.1616612,1),(0.7211289,-0.6463786,0.2493345,1),(0.7291295,-0.6467182,0.2238876,1),(0.7363667,-0.6468785,0.1982735,1),(0.7109817,-0.650082,0.2681385,1),(0.7215374,-0.6491762,0.2407361,1),(0.6995904,-0.6509702,0.2946371,1),(0.7123511,-0.6458588,0.2746312,1),(0.687372,-0.6518841,0.3202603,1),(0.7527446,-0.6479186,0.1165206,1),(0.7535079,-0.6489496,0.105311,1),(0.7492543,-0.6470868,0.1410556,1),(0.7514965,-0.6478422,0.1247134,1),(0.7533862,-0.6499915,0.09960033,1),(0.7524606,-0.651102,0.09934424,1),(0.7526063,-0.6487674,0.1126261,1),(0.7527052,-0.6499701,0.1047563,1),(0.7466139,-0.6473591,0.1532767,1),(0.749377,-0.6481129,0.1355865,1),(0.7507703,-0.6493719,0.1210798,1),(0.7426476,-0.6484426,0.1673219,1),(0.7459705,-0.6494682,0.1473739,1),(0.737576,-0.6481209,0.1895282,1),(0.74234,-0.6469897,0.1741719,1),(0.7305969,-0.6484067,0.2140018,1),(0.7507725,-0.6522006,0.1047612,1),(0.7483876,-0.6530097,0.116165,1),(0.7520418,-0.6511713,0.1020251,1),(0.7508972,-0.6519557,0.1053895,1),(0.745133,-0.6534122,0.1335263,1),(0.7407708,-0.6531988,0.1568113,1),(0.7492254,-0.6522868,0.1148175,1),(0.7468892,-0.6520593,0.1302887,1),(0.7511097,-0.6514913,0.1067389,1),(0.750567,-0.651883,0.1081552,1),(0.7495558,-0.6518294,0.115259,1),(0.7499391,-0.6516691,0.1136604,1),(0.7500531,-0.6517486,0.1124466,1),(0.7492843,-0.6513101,0.1198674,1),(0.7511976,-0.650671,0.1110385,1),(0.7480097,-0.6506109,0.1310989,1),(0.734524,-0.6529513,0.1847404,1),(0.7256852,-0.6532228,0.2160578,1),(0.7432284,-0.6517615,0.1510576,1),(0.7376347,-0.6517421,0.1764291,1),(0.7139411,-0.6537724,0.2507384,1),(0.6989676,-0.6542966,0.2886872,1),(0.7298181,-0.6517437,0.2063874,1),(0.7194285,-0.6514678,0.2408574,1),(0.7445407,-0.6514163,0.1459997,1),(0.7399557,-0.6509411,0.1695321,1),(0.7336037,-0.6499527,0.1984617,1),(0.7460818,-0.6503577,0.1428178,1),(0.7428638,-0.6488602,0.1647236,1),(0.7482257,-0.6512159,0.1267919,1),(0.7476646,-0.6516428,0.1279038,1),(0.7495024,-0.6516406,0.1166644,1),(0.6815144,-0.6547201,0.3269246,1),(0.662404,-0.6556067,0.3624924,1),(0.7064954,-0.6511528,0.2772441,1),(0.6910619,-0.6515216,0.3129745,1),(0.6417474,-0.6571042,0.395442,1),(0.6196398,-0.6593179,0.4258479,1),(0.6730914,-0.6525453,0.348041,1),(0.6525272,-0.6541989,0.3824032,1),(0.713656,-0.6486303,0.264526,1),(0.6993896,-0.6488963,0.2996462,1),(0.6820213,-0.6495541,0.3360453,1),(0.7198587,-0.6460093,0.25392,1),(0.7063976,-0.6456702,0.2900215,1),(0.7302438,-0.6464747,0.2209399,1),(0.7250023,-0.6489306,0.2307825,1),(0.7378252,-0.6473488,0.19119,1),(0.6000609,-0.6608207,0.4508246,1),(0.5870302,-0.6609609,0.4674678,1),(0.6326076,-0.6554243,0.4125852,1),(0.616582,-0.6561627,0.4350599,1),(0.5809854,-0.6601949,0.4760236,1),(0.5821632,-0.6587372,0.476604,1),(0.6049225,-0.6568848,0.4500791,1),(0.5979357,-0.6579155,0.4578428,1),(0.6468718,-0.6510237,0.3971461,1),(0.6317695,-0.6527288,0.4181057,1),(0.6187819,-0.655503,0.4329259,1),(0.65836,-0.6488052,0.3815938,1),(0.6417125,-0.6526573,0.4027945,1),(0.6748724,-0.6464949,0.3557971,1),(0.6637654,-0.650096,0.3698523,1),(0.690992,-0.6455308,0.3253,1),(0.5916807,-0.6550305,0.4699457,1),(0.6108314,-0.6468186,0.4566296,1),(0.5983295,-0.6570683,0.4585444,1),(0.6088192,-0.6518079,0.4522007,1),(0.6394776,-0.6333042,0.4358833,1),(0.67719,-0.6132249,0.4066558,1),(0.6293896,-0.6416412,0.4383666,1),(0.6598006,-0.6256341,0.416227,1),(0.6144922,-0.6540024,0.4412256,1),(0.62705,-0.6470199,0.4337896,1),(0.649356,-0.6352697,0.4180539,1),(0.6310847,-0.6505165,0.422564,1),(0.6452783,-0.6429061,0.4126591,1),(0.6258116,-0.6545875,0.4241168,1),(0.6117683,-0.6567759,0.4408911,1),(0.6294196,-0.6553448,0.4175574,1),(0.7181146,-0.5894948,0.3698746,1),(0.7568039,-0.5657774,0.3273284,1),(0.6950855,-0.606225,0.3864551,1),(0.7306615,-0.5859408,0.3504387,1),(0.7927331,-0.5420195,0.2789067,1),(0.8252797,-0.5181359,0.2246079,1),(0.7659456,-0.564411,0.3078437,1),(0.8001451,-0.5412741,0.2584377,1),(0.7085654,-0.6037377,0.365289,1),(0.7415634,-0.5846142,0.3291048,1),(0.7758294,-0.5624785,0.285844,1),(0.720756,-0.6022631,0.3432057,1),(0.7536353,-0.5810999,0.3071754,1),(0.6913075,-0.6191517,0.3724851,1),(0.6776472,-0.6204367,0.3947819,1),(0.6660011,-0.6324923,0.3954692,1),(0.8526672,-0.4938365,0.1705404,1),(0.8741185,-0.469921,0.1228461,1),(0.8305457,-0.5166129,0.2080982,1),(0.8554292,-0.4917221,0.1626348,1),(0.890702,-0.4471481,0.0819057,1),(0.9034294,-0.4260566,0.04786417,1),(0.8756692,-0.4671609,0.122329,1),(0.8920979,-0.4433343,0.08727054,1),(0.8353971,-0.5124036,0.1988819,1),(0.8588234,-0.4865158,0.1603888,1),(0.8788392,-0.4603799,0.1252674,1),(0.8410959,-0.5043566,0.1954025,1),(0.8643045,-0.4765966,0.1607279,1),(0.8151626,-0.5310373,0.231321,1),(0.8079473,-0.5378327,0.2407429,1),(0.7861364,-0.5566497,0.2685715,1),(0.9133754,-0.4065764,0.02100146,1),(0.9212186,-0.389041,0.001815903,1),(0.9053039,-0.4207599,0.05818868,1),(0.9155541,-0.4005577,0.03625165,1),(0.9274504,-0.3738256,-0.009495595,1),(0.9324035,-0.3611904,-0.01284656,1),(0.9233916,-0.38324,0.02179806,1),(0.9292367,-0.36918,0.01500997,1),(0.9082544,-0.412317,0.07119422,1),(0.9179827,-0.3928278,0.05471727,1),(0.9250512,-0.3770823,0.04570962,1),(0.9112513,-0.4027913,0.08590823,1),(0.9198549,-0.3850891,0.07465481,1),(0.8994778,-0.4243454,0.1042623,1),(0.8953918,-0.4350556,0.09486929,1),(0.8840115,-0.4492029,0.1293852,1),(0.937088,-0.3490728,-0.003761926,1),(0.9422011,-0.3343313,0.02190073,1),(0.9345903,-0.3552917,0.01756922,1),(0.9407572,-0.3377082,0.03047996,1),(0.9464545,-0.3163193,0.06454507,1),(0.9476489,-0.2940586,0.1244631,1),(0.9472157,-0.3160394,0.05386542,1),(0.9530627,-0.2897452,0.08785906,1),(0.9389254,-0.3412752,0.04416303,1),(0.9472287,-0.3167063,0.04954818,1),(0.9560207,-0.2873005,0.05901557,1),(0.946649,-0.3185212,0.04899093,1),(0.9571263,-0.2870725,0.03871281,1),(0.9367207,-0.3451789,0.05835903,1),(0.9314577,-0.3613143,0.04287762,1),(0.927698,-0.3672906,0.06688689,1),(0.9465195,-0.2676143,0.1802316,1),(0.9476981,-0.2396596,0.2107878,1),(0.9580475,-0.2602543,0.120053,1),(0.9632028,-0.2303712,0.1384539,1),(0.9532131,-0.211164,0.2163203,1),(0.9632621,-0.1824167,0.1971043,1),(0.9691824,-0.200613,0.1429679,1),(0.9761117,-0.1712998,0.1336502,1),(0.9720583,-0.2231144,0.07295615,1),(0.9787936,-0.1911909,0.07354805,1),(0.9846949,-0.1596697,0.0698677,1),(0.9828542,-0.1837995,0.01466822,1),(0.988855,-0.1484958,0.01071136,1),(0.9755831,-0.2186556,0.0206732,1),(0.9644784,-0.2552328,0.06810066,1),(0.9670159,-0.2530942,0.0286989,1),(0.9783435,-0.1476492,0.1450644,1),(0.9941213,-0.09826473,0.04546301,1),(0.985961,-0.1363884,0.09632833,1),(0.9960502,-0.08797179,0.01203705,1),(0.9930407,-0.02750494,-0.1145149,1),(0.9385381,0.06824158,-0.3383627,1),(0.9914953,-0.02068768,-0.1284878,1),(0.9423901,0.06805465,-0.3275203,1),(0.9968488,-0.07472992,-0.02660683,1),(0.9890846,-0.01090603,-0.1469446,1),(0.9454129,0.06993329,-0.3182826,1),(0.9854503,0.001493071,-0.1699575,1),(0.9471276,0.07455197,-0.3120756,1),(0.9958307,-0.05934447,-0.06927736,1),(0.9914419,-0.1230294,0.04366459,1),(0.9940411,-0.108528,-0.01019906,1),(0.8340913,0.1580693,-0.5284939,1),(0.7567404,0.2133581,-0.6179177,1),(0.7847125,0.2077246,-0.5840178,1),(0.8524407,0.1526368,-0.5000468,1),(0.7317351,0.2460881,-0.6356134,1),(0.7597168,0.2612689,-0.5954568,1),(0.7835161,0.2638288,-0.5625805,1),(0.7611753,0.2435569,-0.6010758,1),(0.7900724,0.2403565,-0.5639277,1),(0.8126652,0.2002054,-0.5472595,1),(0.8052854,0.2656459,-0.5300449,1),(0.8238217,0.2670893,-0.4999811,1),(0.8164104,0.2376845,-0.5262891,1),(0.8380522,0.1992443,-0.5079078,1),(0.8703155,0.1444313,-0.4708402,1),(0.886202,0.1442291,-0.440277,1),(0.8153774,0.2636131,-0.5154297,1),(0.8754024,0.2575476,-0.409072,1),(0.8796997,0.2689455,-0.3921692,1),(0.8298113,0.271318,-0.4876473,1),(0.9333711,0.239846,-0.2670065,1),(0.9750307,0.2061046,-0.08268151,1),(0.9675116,0.2245544,-0.1161747,1),(0.9286622,0.2544302,-0.2699105,1),(0.9198219,0.2720873,-0.2826593,1),(0.8797867,0.2815604,-0.3830131,1),(0.9554396,0.2482755,-0.1596698,1),(0.9367118,0.2777738,-0.2131023,1),(0.90603,0.2924891,-0.3058756,1),(0.8754506,0.2947965,-0.3829902,1),(0.8406837,0.2789408,-0.4641583,1),(0.8475974,0.2861071,-0.4469019,1),(0.9810693,0.1805693,0.06998319,1),(0.9740899,0.1934394,0.1171763,1),(0.9738994,0.2234839,0.03968688,1),(0.9788882,0.2042356,0.00811253,1),(0.9667407,0.2486051,0.06006604,1),(0.9326716,0.3432269,-0.1109907,1),(0.9019533,0.3877204,-0.1901401,1),(0.9578972,0.2861086,-0.02397516,1),(0.9385977,0.3263072,-0.1120627,1),(0.9646788,0.2593843,-0.04598427,1),(0.8637026,0.429035,-0.2644745,1),(0.8204924,0.4662271,-0.3307939,1),(0.9072938,0.3694309,-0.2008449,1),(0.9431864,0.3023414,-0.1378008,1),(0.9700836,0.234412,-0.06315765,1),(0.9515067,0.272378,-0.1429861,1),(0.840168,0.4405418,-0.316292,1),(0.7115077,0.5225522,-0.4697829,1),(0.6510475,0.5596583,-0.5127569,1),(0.7877503,0.4854798,-0.3791554,1),(0.559943,0.5950838,-0.5764886,1),(0.3875107,0.6616294,-0.641936,1),(0.3577498,0.6713427,-0.6490871,1),(0.5069503,0.6192484,-0.5996105,1),(0.4688656,0.6379213,-0.6109185,1),(0.6001347,0.5890098,-0.5412076,1),(0.3439276,0.6785743,-0.6490384,1),(0.3473724,0.6836809,-0.6418044,1),(0.4497297,0.6511905,-0.6113052,1),(0.564674,0.6101533,-0.5557485,1),(0.7362976,0.5230289,-0.4293094,1),(0.6916217,0.552076,-0.4656948,1),(0.2366778,0.7058104,-0.6676939,1),(0.1582686,0.725336,-0.6699544,1),(0.1817541,0.7258333,-0.663424,1),(0.2362465,0.7075,-0.6660566,1),(0.1505592,0.7344705,-0.6617288,1),(0.2107544,0.7351252,-0.6443396,1),(0.2705355,0.7347148,-0.622097,1),(0.193589,0.7354184,-0.6493713,1),(0.2446882,0.7344502,-0.6330169,1),(0.2167472,0.7250525,-0.6536968,1),(0.3329729,0.7320499,-0.5943334,1),(0.3938046,0.7274249,-0.5619351,1),(0.2999902,0.7318045,-0.6119379,1),(0.2605334,0.7233489,-0.6394441,1),(0.2498899,0.7080657,-0.6604527,1),(0.2765391,0.7079641,-0.6498562,1),(0.3093207,0.7288079,-0.6108681,1),(0.416962,0.7193251,-0.5556205,1),(0.4883481,0.7083959,-0.5095993,1),(0.3797473,0.7237459,-0.5761803,1),(0.5321259,0.7018014,-0.473621,1),(0.6487623,0.6699458,-0.3609431,1),(0.6939352,0.6523083,-0.3048733,1),(0.5945736,0.6857991,-0.4197166,1),(0.6444678,0.6707622,-0.3670685,1),(0.5505516,0.6966441,-0.4599783,1),(0.7260417,0.6379245,-0.2567406,1),(0.7452404,0.6288359,-0.22177,1),(0.6806892,0.6584861,-0.3210268,1),(0.600931,0.6853449,-0.4113201,1),(0.4463856,0.7168551,-0.535592,1),(0.5054651,0.708794,-0.4920529,1),(0.7420732,0.6252024,-0.241763,1),(0.7996115,0.5828345,-0.144656,1),(0.810764,0.5753686,-0.1077625,1),(0.7682973,0.6108614,-0.1912268,1),(0.8318916,0.5502989,-0.07160708,1),(0.847165,0.530918,-0.02091563,1),(0.8378037,0.5450609,-0.03152018,1),(0.8316671,0.5525306,-0.05513291,1),(0.8237467,0.564285,-0.05498901,1),(0.8128431,0.5759293,-0.08712915,1),(0.8203286,0.5690975,-0.05647327,1),(0.7922485,0.6029342,-0.09387548,1),(0.8068938,0.586278,-0.07211328,1),(0.8058304,0.5859173,-0.08566333,1),(0.7832106,0.6022987,-0.1543292,1),(0.7873863,0.6013985,-0.1354341,1),(0.8494694,0.5276209,0.004234937,1),(0.8405207,0.5417758,-0.001968556,1),(0.8120071,0.5807809,-0.05777379,1),(0.8314503,0.5546196,-0.0329745,1),(0.8187566,0.5727608,-0.03978416,1),(0.7792036,0.6171622,-0.1093282,1),(0.7178523,0.6731399,-0.1776811,1),(0.7759587,0.6217759,-0.1062209,1),(0.7181377,0.6737142,-0.1743199,1),(0.7704493,0.6259823,-0.1206396,1),(0.6413085,0.7284627,-0.2409679,1),(0.5523197,0.780646,-0.2924634,1),(0.6454092,0.7263447,-0.2363692,1),(0.7139243,0.6757209,-0.1836118,1),(0.803094,0.5902759,-0.08132947,1),(0.7615564,0.6336793,-0.1359499,1),(0.7193531,0.6683983,-0.1891424,1),(0.6405073,0.723909,-0.256332,1),(0.5448075,0.7798442,-0.3082659,1),(0.6390398,0.7266847,-0.2521064,1),(0.5404635,0.7820185,-0.3103969,1),(0.4172304,0.8388202,-0.3497136,1),(0.306027,0.8796576,-0.3640742,1),(0.4341574,0.8317623,-0.3459464,1),(0.3228357,0.8733242,-0.3648041,1),(0.4393027,0.829477,-0.3449366,1),(0.1954509,0.9111248,-0.3628368,1),(0.09118285,0.932972,-0.3482085,1),(0.2127708,0.9055809,-0.3669494,1),(0.3300578,0.8709576,-0.3639982,1),(0.5453997,0.7812128,-0.3037198,1),(0.4433407,0.8296304,-0.3393558,1),(0.2839355,0.8845761,-0.3700078,1),(0.1561302,0.9169303,-0.3672359,1),(0.05149625,0.9374235,-0.3443624,1),(0.1734979,0.9153691,-0.3633152,1),(0.0345888,0.9387504,-0.3428574,1),(-0.08120438,0.9512441,-0.2975576,1),(-0.1599295,0.9529439,-0.257528,1),(-0.05939593,0.9492607,-0.3088303,1),(-0.1388452,0.9524752,-0.2711323,1),(-0.0422543,0.948899,-0.312738,1),(-0.2216236,0.9500227,-0.2198628,1),(-0.2640558,0.9454087,-0.1909893,1),(-0.2007539,0.9507812,-0.2360361,1),(-0.1212375,0.9529385,-0.2778662,1),(0.0692549,0.9364609,-0.3438672,1),(-0.02402102,0.9485222,-0.3157984,1),(-0.1836305,0.9524086,-0.243306,1),(-0.2647913,0.9449133,-0.1924171,1),(-0.3073619,0.9384301,-0.1577265,1),(-0.2444453,0.9482003,-0.202886,1),(-0.3260654,0.9339867,-0.1461168,1),(-0.3696513,0.9232683,-0.1045641,1),(-0.3755015,0.9216127,-0.09812482,1),(-0.3503872,0.9285173,-0.1228183,1),(-0.3567645,0.9273788,-0.1126393,1),(-0.3314932,0.9338244,-0.1344777,1),(-0.3641315,0.9254423,-0.1047127,1),(-0.3346471,0.9342355,-0.123351,1),(-0.3441004,0.9315328,-0.1176501,1),(-0.3359304,0.933286,-0.126996,1),(-0.2869779,0.9426706,-0.1703403,1),(-0.3096032,0.9387215,-0.1514857,1),(-0.395817,0.9154298,-0.07291918,1),(-0.4048031,0.9126009,-0.05739368,1),(-0.3769777,0.9225427,-0.08247802,1),(-0.3840039,0.9194863,-0.08417784,1),(-0.3971646,0.9159171,-0.0579314,1),(-0.3727643,0.9249319,-0.07448307,1),(-0.3151798,0.9419671,-0.1155844,1),(-0.3542441,0.9305186,-0.09298551,1),(-0.2964999,0.9456289,-0.1336934,1),(-0.3333097,0.9355582,-0.1167715,1),(-0.2445907,0.9567375,-0.1575714,1),(-0.1636535,0.9671994,-0.194275,1),(-0.2253352,0.9587144,-0.1734668,1),(-0.2741005,0.9492127,-0.1544802,1),(-0.3556653,0.9284599,-0.1070721,1),(-0.310348,0.9405968,-0.1377018,1),(-0.333817,0.9374011,-0.09922308,1),(-0.2826487,0.9511801,-0.1239602,1),(-0.2012346,0.965397,-0.1658713,1),(-0.2630442,0.9541761,-0.1426729,1),(-0.2184907,0.9644781,-0.1484714,1),(-0.140975,0.9748957,-0.1723499,1),(-0.04720858,0.9787765,-0.199419,1),(-0.1293101,0.9742087,-0.184923,1),(-0.03629342,0.9767463,-0.2113041,1),(-0.1124602,0.973301,-0.2000945,1),(0.04659322,0.9754082,-0.215425,1),(0.1358462,0.9659973,-0.2199886,1),(0.05586335,0.9726216,-0.2255802,1),(-0.02074181,0.974589,-0.223038,1),(-0.1818212,0.966321,-0.1821118,1),(-0.09388089,0.9726272,-0.2125623,1),(-0.05539738,0.9799479,-0.1913984,1),(0.0332288,0.9791566,-0.2003704,1),(0.1262838,0.9702721,-0.2064571,1),(0.0396581,0.9774214,-0.2075443,1),(0.1250325,0.9719639,-0.1991309,1),(0.2198327,0.9573528,-0.1874811,1),(0.298869,0.9378344,-0.1764767,1),(0.2127208,0.9572246,-0.1961401,1),(0.2916018,0.9385501,-0.1846408,1),(0.2128197,0.9558983,-0.2024011,1),(0.3675661,0.9162402,-0.1593706,1),(0.4244166,0.8946833,-0.1393283,1),(0.3590654,0.9181507,-0.1675449,1),(0.2893209,0.9381047,-0.190402,1),(0.1311728,0.9682788,-0.212673,1),(0.2149662,0.9542354,-0.2079047,1),(0.3127112,0.9349533,-0.1675529,1),(0.3993369,0.9058897,-0.1410452,1),(0.4579139,0.8809482,-0.1193527,1),(0.3815168,0.9120913,-0.1501149,1),(0.4800076,0.8705963,-0.1079566,1),(0.5549561,0.8290783,-0.06821299,1),(0.5932967,0.8037565,-0.04443458,1),(0.5284064,0.8448093,-0.08416506,1),(0.5665471,0.8217932,-0.06066449,1),(0.5054724,0.8574575,-0.09625138,1),(0.6227474,0.7821069,-0.02223527,1),(0.6446428,0.7644778,-0.003046989,1),(0.5953987,0.8024516,-0.03964515,1),(0.54239,0.8368187,-0.07448204,1),(0.4392501,0.8890355,-0.1291331,1),(0.4854631,0.8676001,-0.1076825,1),(0.6235083,0.7814507,-0.02391838,1),(0.6851618,0.7280356,0.02275022,1),(0.705138,0.7078501,0.04157617,1),(0.6522855,0.757971,-0.001882566,1),(0.7399654,0.6687948,0.07186563,1),(0.7871171,0.6041145,0.124468,1),(0.7925196,0.5954733,0.1316212,1),(0.7513581,0.6541517,0.08687086,1),(0.7571115,0.6464746,0.09408896,1),(0.7175934,0.6941309,0.05693812,1),(0.7914624,0.5971904,0.1301958,1),(0.757318,0.6460764,0.09515726,1),(0.7833987,0.609481,0.1217345,1),(0.7254698,0.6850549,0.06628233,1),(0.6734481,0.7390312,0.01733439,1),(0.6877974,0.7251042,0.03404015,1),(0.822597,0.5434772,0.1672327,1),(0.8433536,0.5021329,0.1913565,1),(0.8222244,0.5441351,0.1669251,1),(0.8370508,0.5151547,0.184287,1),(0.8527323,0.4830887,0.1986777,1),(0.852976,0.48656,0.1889212,1),(0.840449,0.5098414,0.183595,1),(0.832823,0.5284159,0.1648708,1),(0.8238004,0.5415208,0.1676546,1),(0.8203678,0.5488369,0.160545,1),(0.8034939,0.5795807,0.1359552,1),(0.790081,0.5989782,0.130373,1),(0.7627495,0.6383873,0.1033194,1),(0.801714,0.5805505,0.1421825,1),(0.8147157,0.5580236,0.1576325,1),(0.7995747,0.5841947,0.1392723,1),(0.8444777,0.5083848,0.1685296,1),(0.8265684,0.5440333,0.1442653,1),(0.8144485,0.5638481,0.1369269,1),(0.7857551,0.6088399,0.1091014,1),(0.7971053,0.5926781,0.1155678,1),(0.7533323,0.6525023,0.08204417,1),(0.7447495,0.6624012,0.08107239,1),(0.6892363,0.7226171,0.05270412,1),(0.7337072,0.6752114,0.07591606,1),(0.6813536,0.7301652,0.05114814,1),(0.6152608,0.7877575,0.02987111,1),(0.6072286,0.7939992,0.02896323,1),(0.5327612,0.8461016,0.01666279,1),(0.6700065,0.7409071,0.04634643,1),(0.7738976,0.6246888,0.1041456,1),(0.7213845,0.6888148,0.07168358,1),(0.6962852,0.7159722,0.05070222,1),(0.6292914,0.7766739,0.02775184,1),(0.6215069,0.7828625,0.02924987,1),(0.5456432,0.8378851,0.0148949,1),(0.55159,0.8340108,0.01320708,1),(0.4623787,0.8866536,0.007161471,1),(0.4611928,0.8872468,0.009711596,1),(0.367662,0.9298579,0.01374723,1),(0.456039,0.8898968,0.01058999,1),(0.3671484,0.9300402,0.01507722,1),(0.2717074,0.9619418,0.02903866,1),(0.2718244,0.9618937,0.02953176,1),(0.1762911,0.9829077,0.05304792,1),(0.3631178,0.9315892,0.01693787,1),(0.5386652,0.8423766,0.01554218,1),(0.4499537,0.8929695,0.01213181,1),(0.3687879,0.9294511,0.01078042,1),(0.2797607,0.9597626,0.02428878,1),(0.2729916,0.9616428,0.02681199,1),(0.1865267,0.9812992,0.04753534,1),(0.1963798,0.9793748,0.0475388,1),(0.1189427,0.9896364,0.08045134,1),(0.1092428,0.9911228,0.07577373,1),(0.04127149,0.9929085,0.1114879,1),(0.09803734,0.9922631,0.07617489,1),(0.030484,0.9939053,0.1059382,1),(-0.02409802,0.9898666,0.1399406,1),(-0.03773895,0.9899911,0.1359909,1),(-0.07382939,0.9839461,0.1624782,1),(0.01579382,0.9938959,0.109186,1),(0.1786966,0.9826063,0.05052023,1),(0.08724564,0.9928389,0.08160394,1),(0.05779985,0.9920356,0.1119133,1),(0.02233887,0.9911704,0.1306986,1),(-0.007192449,0.9897928,0.1423327,1),(-0.02702597,0.9873133,0.1564672,1),(0.01231127,0.990433,0.1374436,1),(0.02742396,0.9908014,0.1325165,1),(-0.01856706,0.9878132,0.154533,1),(0.01818314,0.9904715,0.1365122,1),(-0.06027041,0.9829527,0.1736998,1),(-0.03390968,0.9861107,0.1625906,1),(0.02244956,0.990955,0.132304,1),(-0.03101844,0.9868622,0.1585586,1),(0.03982427,0.9920571,0.1193173,1),(-0.0732548,0.9812551,0.1782477,1),(-0.05701488,0.9844359,0.1662389,1),(-0.08738259,0.9798818,0.1794322,1),(0.06224947,0.9913551,0.1154994,1),(0.1121219,0.9899503,0.08618112,1),(0.07407495,0.9916121,0.1059167,1),(0.1412239,0.9876945,0.06719619,1),(0.1774219,0.9831672,0.04363329,1),(0.2575764,0.9661745,-0.01269768,1),(0.2188433,0.9755922,0.01809558,1),(0.3060636,0.9510854,-0.04197272,1),(0.264044,0.964452,-0.01063133,1),(0.1774861,0.9831893,0.04286439,1),(0.3562032,0.9318041,-0.06971736,1),(0.4027881,0.9102705,-0.09575672,1),(0.3080298,0.9506156,-0.0380462,1),(0.2155706,0.9763421,0.01689065,1),(0.09704626,0.9911699,0.09035678,1),(0.1260791,0.9896149,0.06903946,1),(0.3489889,0.9342141,-0.07382926,1),(0.4494329,0.8836105,-0.1313104,1),(0.4019722,0.9099446,-0.1020738,1),(0.5040849,0.8492535,-0.1570567,1),(0.5581571,0.8088297,-0.1850813,1),(0.6709598,0.7038041,-0.2333938,1),(0.6117804,0.7636853,-0.2061786,1),(0.7206087,0.6476159,-0.2476221,1),(0.5550928,0.8122682,-0.1791434,1),(0.6611316,0.7163928,-0.2229048,1),(0.7660543,0.5889795,-0.2574179,1),(0.7064151,0.6673682,-0.235791,1),(0.8076443,0.5276293,-0.2632831,1),(0.6019521,0.7737141,-0.1975356,1),(0.4529586,0.8822727,-0.1281537,1),(0.5001537,0.8526912,-0.1508785,1),(0.7753758,0.5738413,-0.2636259,1),(0.8642336,0.4269424,-0.2661211,1),(0.8172133,0.5089875,-0.2703593,1),(0.8942319,0.3596053,-0.2665206,1),(0.9354576,0.2598375,-0.2395905,1),(0.9800543,0.06964564,-0.1861262,1),(0.951324,0.1985137,-0.2357433,1),(0.9839107,0.02495203,-0.17691,1),(0.9202644,0.2898749,-0.2628417,1),(0.9640902,0.1357584,-0.2282541,1),(0.9856594,-0.02091085,-0.1674464,1),(0.9738149,0.06917072,-0.2165639,1),(0.9849335,-0.07203124,-0.1572174,1),(0.9424744,0.216226,-0.2549283,1),(0.8549064,0.4412676,-0.2727964,1),(0.8886744,0.3698123,-0.2711027,1),(0.9870626,-0.1119954,-0.1147368,1),(0.9643679,-0.2577068,-0.05984769,1),(0.9627136,-0.2640869,-0.05865547,1),(0.9841076,-0.1377053,-0.1121141,1),(0.9282431,-0.3713169,-0.02210441,1),(0.8877413,-0.4603397,0.001624375,1),(0.9328533,-0.3595248,-0.02294803,1),(0.9027821,-0.4300946,-0.001775676,1),(0.9611504,-0.2705364,-0.05477182,1),(0.9372952,-0.3478529,-0.02181847,1),(0.9164828,-0.4000544,-0.003944752,1),(0.9390867,-0.3431979,-0.0182075,1),(0.9259591,-0.3776084,-0.003408191,1),(0.9581951,-0.2823721,-0.04613253,1),(0.9815283,-0.1620534,-0.1016894,1),(0.9768885,-0.1928882,-0.09210357,1),(0.8526147,-0.5222436,0.01760468,1),(0.8335705,-0.5516042,0.02988436,1),(0.8780359,-0.4784481,0.01185345,1),(0.863175,-0.5043736,0.02315501,1),(0.8338624,-0.550631,0.0384579,1),(0.853334,-0.5195574,0.04337298,1),(0.8602386,-0.5088812,0.03208444,1),(0.86954,-0.4923441,0.03869668,1),(0.8895975,-0.4564695,0.01587116,1),(0.8843866,-0.4661372,0.02401023,1),(0.8853894,-0.4638153,0.03100097,1),(0.9062415,-0.4225497,0.01334453,1),(0.9041879,-0.4267454,0.01823302,1),(0.9106894,-0.4130113,0.00815143,1),(0.9006222,-0.4345538,0.006542142,1),(0.9173605,-0.3980491,0.002578178,1),(0.8810859,-0.4706194,0.04695736,1),(0.9076726,-0.4165092,0.05148149,1),(0.8878741,-0.4579403,0.0443872,1),(0.9117343,-0.4075388,0.05150387,1),(0.9325396,-0.3563334,0.0582784,1),(0.9550477,-0.2895291,0.06369277,1),(0.9660335,-0.2495735,0.06702656,1),(0.9389181,-0.3387321,0.06077215,1),(0.9468268,-0.316632,0.05712284,1),(0.9173887,-0.3955045,0.04443269,1),(0.9767871,-0.2029916,0.06842013,1),(0.9879176,-0.1401455,0.06616545,1),(0.9605738,-0.2737036,0.04882935,1),(0.9312181,-0.3630878,0.03162143,1),(0.8957226,-0.4430181,0.03762948,1),(0.9108739,-0.4119871,0.02398764,1),(0.9713566,-0.2273086,0.0692603,1),(0.980505,-0.1823497,0.07320304,1),(0.9922238,-0.09718476,0.07776262,1),(0.9842191,-0.1610036,0.07342035,1),(0.9849516,-0.1553895,0.07566035,1),(0.9853398,-0.1494201,0.08233485,1),(0.9949451,-0.05029415,0.08691812,1),(0.9950126,-0.05915143,0.0803175,1),(0.9951856,0.04484383,0.08714819,1),(0.9965068,-0.003793694,0.08342646,1),(0.9940314,0.05669861,0.09320261,1),(0.9814771,0.1615142,0.1030332,1),(0.9843141,0.1479775,0.0960646,1),(0.991604,0.09266908,0.09018746,1),(0.9932238,-0.08666933,0.07742634,1),(0.9967326,-0.003240377,0.08070723,1),(0.6034124,-0.5263418,0.5990473,1),(0.6045896,-0.5173391,0.6056663,1),(0.6138065,-0.4876718,0.6208202,1),(0.5886613,-0.5463563,0.5957959,1),(0.5974129,-0.518766,0.6115386,1),(0.5879552,-0.5546622,0.5887771,1),(0.6278464,-0.436362,0.644513,1),(0.6442444,-0.3615132,0.6739861,1),(0.6106231,-0.4712116,0.6364739,1),(0.6259298,-0.4020282,0.6682702,1),(0.5802788,-0.5447633,0.6054003,1),(0.5926026,-0.5008283,0.630867,1),(0.6067123,-0.4371533,0.6639255,1),(0.5775878,-0.5166033,0.6320707,1),(0.5902246,-0.4592299,0.6638846,1),(0.566554,-0.5564339,0.6077811,1),(0.5722376,-0.5780831,0.5816907,1),(0.5717003,-0.5704024,0.5897456,1),(0.5584569,-0.579884,0.5931785,1),(0.5586289,-0.5870436,0.5859297,1),(0.6572201,-0.280421,0.6995897,1),(0.6652166,-0.2128776,0.7156605,1),(0.6383994,-0.3263493,0.6970955,1),(0.6467815,-0.2615018,0.7164429,1),(0.6704521,-0.1596172,0.72458,1),(0.6745857,-0.1205636,0.7282847,1),(0.6528479,-0.2080886,0.7283466,1),(0.6579785,-0.1660708,0.7344962,1),(0.6273183,-0.3061105,0.7160784,1),(0.6343496,-0.2543389,0.7300084,1),(0.6408427,-0.2118208,0.7378702,1),(0.6185129,-0.2940435,0.7286838,1),(0.6266035,-0.2547424,0.7365286,1),(0.6104131,-0.3412265,0.7148148,1),(0.61858,-0.3671922,0.6946429,1),(0.6013667,-0.3963767,0.6937173,1),(0.6778904,-0.09025707,0.7296015,1),(0.6802355,-0.0633672,0.7302494,1),(0.6625835,-0.1312602,0.7373968,1),(0.6666745,-0.09955546,0.7386704,1),(0.6818313,-0.03992697,0.730419,1),(0.6828312,-0.01991898,0.7303045,1),(0.6704572,-0.07100321,0.738543,1),(0.6741137,-0.0456071,0.7372182,1),(0.6533456,-0.1409169,0.7438293,1),(0.6594564,-0.109219,0.7437665,1),(0.6657006,-0.080068,0.741911,1),(0.6509991,-0.1558071,0.7429161,1),(0.6590223,-0.1261235,0.7414731,1),(0.6429958,-0.187159,0.7426492,1),(0.6472011,-0.1751364,0.7419286,1),(0.634906,-0.2201526,0.7405587,1),(0.6843111,-0.001046677,0.7291895,1),(0.6870041,0.01910119,0.7264024,1),(0.6786,-0.02070741,0.734216,1),(0.6845402,0.006446234,0.7289467,1),(0.6908538,0.04049577,0.7218594,1),(0.6957436,0.06311968,0.7155116,1),(0.6917537,0.03582666,0.7212442,1),(0.7000227,0.06736476,0.7109362,1),(0.6817597,-0.01753645,0.731366,1),(0.6917881,0.01880179,0.7218558,1),(0.7026892,0.05835491,0.7090999,1),(0.6898773,-0.01793527,0.723704,1),(0.701891,0.02743867,0.7117557,1),(0.6783917,-0.05876951,0.7323461,1),(0.6729593,-0.05051014,0.737953,1),(0.667966,-0.09485684,0.7381217,1),(0.7012385,0.07993971,0.7084307,1),(0.7068048,0.08444426,0.7023504,1),(0.7078339,0.09322409,0.7002003,1),(0.7141298,0.1059723,0.6919455,1),(0.7126243,0.07667745,0.697343,1),(0.7185242,0.0565938,0.6931957,1),(0.7193507,0.1057428,0.6865516,1),(0.7235571,0.09256593,0.6840298,1),(0.7188628,0.1123771,0.6860085,1),(0.7235655,0.1186002,0.6799904,1),(0.7265447,0.1111417,0.6780708,1),(0.7223006,0.1077579,0.6831325,1),(0.7244563,0.1072944,0.6809192,1),(0.718223,0.09473109,0.6893342,1),(0.7121456,0.09236689,0.6959289,1),(0.711732,0.06803473,0.6991486,1),(0.7240317,0.02231738,0.6894057,1),(0.728071,-0.02834017,0.6849156,1),(0.7268416,0.0660863,0.6836182,1),(0.7287315,0.02587181,0.6843106,1),(0.7287811,-0.09599406,0.6779847,1),(0.7234452,-0.1805394,0.6663576,1),(0.7279866,-0.0284893,0.6849992,1),(0.7228311,-0.09704049,0.6841773,1),(0.7289792,0.06221685,0.6817026,1),(0.7277887,0.02235339,0.6854371,1),(0.7238244,-0.02789543,0.6894202,1),(0.7252995,0.05372326,0.6863341,1),(0.7233779,0.02161333,0.6901141,1),(0.7258703,0.07869301,0.6833153,1),(0.7283332,0.09174888,0.6790529,1),(0.7254891,0.09653388,0.6814299,1),(0.7155918,-0.2726107,0.6431267,1),(0.7107227,-0.3629093,0.6026359,1),(0.7161901,-0.1748844,0.6756383,1),(0.7113314,-0.2574635,0.6540032,1),(0.7078178,-0.4513464,0.5433969,1),(0.7049012,-0.5367767,0.4636648,1),(0.70684,-0.3450568,0.6175054,1),(0.7005993,-0.4369911,0.5640918,1),(0.7132387,-0.1587908,0.6826976,1),(0.7058724,-0.2397787,0.6665211,1),(0.6943536,-0.3307049,0.6391458,1),(0.706377,-0.1470535,0.6923922,1),(0.6916615,-0.2304928,0.6844541,1),(0.7151809,-0.07700454,0.6946846,1),(0.7186535,-0.0882702,0.6897431,1),(0.7202736,-0.02086173,0.6933764,1),(0.6965938,-0.6112871,0.3756131,1),(0.68423,-0.6680667,0.2924315,1),(0.6892404,-0.525288,0.4990193,1),(0.67526,-0.6013466,0.4270904,1),(0.6712666,-0.7086957,0.2171442,1),(0.6602123,-0.7356681,0.1513681,1),(0.6600726,-0.6646197,0.350121,1),(0.6447538,-0.7152084,0.269758,1),(0.6629417,-0.5132618,0.5450419,1),(0.6467821,-0.5959887,0.4758889,1),(0.6292584,-0.6711861,0.3918456,1),(0.6426508,-0.5073848,0.5740736,1),(0.6253368,-0.6003959,0.4984764,1),(0.6580139,-0.4138165,0.6291054,1),(0.6786098,-0.424479,0.5994216,1),(0.6738099,-0.3213521,0.6653668,1),(0.6492807,-0.7545854,0.09505522,1),(0.6386058,-0.7680205,0.04824276,1),(0.6291734,-0.7532215,0.1918288,1),(0.6165403,-0.7776179,0.1232412,1),(0.6290891,-0.7772621,0.01051607,1),(0.6213065,-0.7833448,-0.01868509,1),(0.6084461,-0.7910243,0.06382638,1),(0.6059256,-0.7954181,0.01281512,1),(0.5977654,-0.7711792,0.2189961,1),(0.59149,-0.7934148,0.1436399,1),(0.5937889,-0.8010731,0.07547615,1),(0.5858565,-0.7726465,0.2445188,1),(0.5889152,-0.7907067,0.1672181,1),(0.592328,-0.7367498,0.3261094,1),(0.6111436,-0.7316286,0.3020314,1),(0.6065074,-0.6803148,0.4114856,1),(0.6150883,-0.7875912,-0.03696646,1),(0.6090342,-0.792012,-0.04235777,1),(0.6064061,-0.7946969,-0.02698796,1),(0.6062299,-0.7935191,-0.05303356,1),(0.6033016,-0.7967501,-0.03487587,1),(0.5976928,-0.8015918,-0.01462407,1),(0.6060403,-0.7927504,-0.06528354,1),(0.6061338,-0.7927979,-0.06382196,1),(0.6043261,-0.7962292,-0.02844437,1),(0.6082439,-0.7913892,-0.06117492,1),(0.6123384,-0.7864379,-0.08097649,1),(0.6049371,-0.7961002,-0.0165969,1),(0.6094646,-0.7906603,-0.05838858,1),(0.6005715,-0.7987947,0.03522463,1),(0.599841,-0.7999339,0.01722338,1),(0.5955612,-0.7974594,0.09677559,1),(0.5911865,-0.8064022,0.01462669,1),(0.5820252,-0.8116728,0.04933488,1),(0.6040385,-0.795332,-0.05083818,1),(0.5966117,-0.8020319,-0.02826922,1),(0.5697472,-0.8168986,0.08980431,1),(0.5537835,-0.8214338,0.1362724,1),(0.5832379,-0.8122908,0.004129942,1),(0.5630208,-0.8251274,0.04660954,1),(0.605931,-0.7914072,-0.08076155,1),(0.5911571,-0.8043076,-0.06018788,1),(0.5675765,-0.8229188,-0.02572363,1),(0.5844775,-0.8061952,-0.09184508,1),(0.5591801,-0.8261631,-0.06908061,1),(0.6010234,-0.7932338,-0.09772959,1),(0.6128597,-0.7853137,-0.08766613,1),(0.6094257,-0.7880915,-0.08667286,1),(0.5359122,-0.8241854,0.183075,1),(0.5198502,-0.8244407,0.2237258,1),(0.5388056,-0.8374318,0.09163273,1),(0.5154721,-0.8468273,0.131042,1),(0.5062041,-0.822877,0.2581292,1),(0.4954163,-0.8201094,0.2863276,1),(0.4936368,-0.8539312,0.1646943,1),(0.4737555,-0.8593408,0.1925848,1),(0.5103059,-0.858633,0.04834253,1),(0.4824154,-0.8724434,0.07821713,1),(0.4556077,-0.8841734,0.1032422,1),(0.4691877,-0.8830314,0.01088464,1),(0.4400535,-0.8974447,0.03075474,1),(0.4989499,-0.8665417,-0.01242639,1),(0.5388626,-0.8422831,0.01364543,1),(0.5290613,-0.8476813,-0.03912188,1),(0.4869969,-0.8159704,0.3114906,1),(0.4806429,-0.8096578,0.3368033,1),(0.4563778,-0.8623731,0.2191618,1),(0.4422963,-0.8617036,0.2486783,1),(0.476355,-0.8012393,0.3620796,1),(0.4740802,-0.7907996,0.3871487,1),(0.4314394,-0.8573188,0.2808282,1),(0.4236711,-0.8491811,0.3152687,1),(0.4116272,-0.8973101,0.1593662,1),(0.3961736,-0.8972345,0.1949788,1),(0.3847874,-0.8925704,0.2350677,1),(0.3785654,-0.9186957,0.1126343,1),(0.3686843,-0.9172093,0.1509939,1),(0.3935674,-0.915848,0.07954454,1),(0.431403,-0.892938,0.1286594,1),(0.4140259,-0.9087706,0.05213969,1),(0.4745445,-0.7781039,0.4115359,1),(0.4791445,-0.7629836,0.4339083,1),(0.4209291,-0.8367902,0.350144,1),(0.4257225,-0.8198419,0.3829094,1),(0.4878086,-0.7453448,0.4544269,1),(0.50047,-0.724977,0.4732209,1),(0.4378481,-0.7980763,0.4139605,1),(0.4571751,-0.770914,0.4434891,1),(0.3854353,-0.8662985,0.3177523,1),(0.4000475,-0.8436626,0.3580438,1),(0.4239754,-0.8134958,0.3980823,1),(0.3883027,-0.8771584,0.2825138,1),(0.4127732,-0.8484986,0.3311624,1),(0.3727489,-0.8972991,0.2364582,1),(0.3802718,-0.8824356,0.2769491,1),(0.3661857,-0.9103477,0.1928085,1),(0.5116963,-0.7059309,0.4897226,1),(0.5163972,-0.6928769,0.5032449,1),(0.4757119,-0.7437994,0.4695323,1),(0.4861337,-0.7234828,0.4901496,1),(0.5147973,-0.6861733,0.5139552,1),(0.5069818,-0.6859518,0.5219575,1),(0.4888611,-0.7108328,0.5056992,1),(0.4841289,-0.7063324,0.5164433,1),(0.4616093,-0.756969,0.4625091,1),(0.4673598,-0.7399731,0.4837504,1),(0.4649873,-0.7318556,0.4981708,1),(0.4547324,-0.7739947,0.4406251,1),(0.4519084,-0.7640095,0.4605087,1),(0.4495216,-0.792253,0.4126324,1),(0.4473396,-0.7819545,0.4340903,1),(0.4357648,-0.8176572,0.3762255,1),(0.4976499,-0.6888009,0.5271602,1),(0.4914098,-0.6909797,0.5301542,1),(0.4766512,-0.70629,0.52341,1),(0.4709045,-0.7066053,0.5281646,1),(0.488301,-0.6925517,0.5309749,1),(0.4883192,-0.6935327,0.529676,1),(0.4669283,-0.7073249,0.5307252,1),(0.4647366,-0.7084748,0.5311152,1),(0.4534384,-0.7273195,0.5151699,1),(0.4483852,-0.7269562,0.5200822,1),(0.4438657,-0.7279323,0.5225875,1),(0.4309284,-0.7542677,0.4953593,1),(0.4235297,-0.7545778,0.5012334,1),(0.4381672,-0.7557859,0.486618,1),(0.4589869,-0.7289764,0.5078626,1),(0.4451855,-0.7590707,0.4749965,1),(0.4912178,-0.693898,0.526508,1),(0.4967199,-0.6934762,0.5218812,1),(0.4646209,-0.7095516,0.5297773,1),(0.4668439,-0.7099465,0.5272882,1),(0.5047582,-0.6922389,0.5157756,1),(0.5152493,-0.690116,0.5081909,1),(0.471356,-0.709646,0.523666,1),(0.4781045,-0.708622,0.5189131,1),(0.4392512,-0.7302476,0.5232561,1),(0.4398097,-0.7306408,0.5222371,1),(0.4422573,-0.7305287,0.5203232,1),(0.408457,-0.7568286,0.510268,1),(0.4066548,-0.7569704,0.5114954,1),(0.4118722,-0.7563924,0.5081651,1),(0.4405936,-0.7293457,0.5233852,1),(0.4168977,-0.755649,0.5051641,1),(0.5275905,-0.6874467,0.4990646,1),(0.5411997,-0.6845049,0.4884218,1),(0.4869754,-0.7069245,0.5129452,1),(0.4978552,-0.7045456,0.5057228,1),(0.5559988,-0.6812354,0.4762181,1),(0.5719022,-0.6775446,0.4624512,1),(0.5106602,-0.7014225,0.4972249,1),(0.5252949,-0.6974766,0.4874338,1),(0.4543051,-0.7277694,0.5137691,1),(0.4641936,-0.7247957,0.5091125,1),(0.4765405,-0.7206873,0.5035066,1),(0.4173028,-0.7515518,0.5109093,1),(0.4267206,-0.7472715,0.5094064,1),(0.4107686,-0.754573,0.5117505,1),(0.4469676,-0.7296655,0.517502,1),(0.407198,-0.7563733,0.5119464,1),(0.5884463,-0.6737752,0.4469429,1),(0.6051213,-0.6703631,0.4294667,1),(0.5414069,-0.6930914,0.4759231,1),(0.5585754,-0.6887489,0.4621888,1),(0.6218503,-0.6672347,0.4100001,1),(0.6385567,-0.6642848,0.3885498,1),(0.5766972,-0.6843309,0.4462189,1),(0.5956512,-0.6797282,0.4279828,1),(0.5076916,-0.7107983,0.4868419,1),(0.5260832,-0.7053692,0.4750692,1),(0.5461611,-0.6994528,0.460949,1),(0.471038,-0.7305542,0.4943824,1),(0.4906501,-0.7238358,0.4851023,1),(0.4537475,-0.7366171,0.5015061,1),(0.4911348,-0.715863,0.4963132,1),(0.4389302,-0.7421551,0.5065038,1),(0.6549455,-0.6614608,0.3653984,1),(0.6706851,-0.6588715,0.3406906,1),(0.6149108,-0.6750987,0.4075859,1),(0.6339271,-0.6707627,0.3849856,1),(0.6857328,-0.6564609,0.314372,1),(0.7000568,-0.6541325,0.2864105,1),(0.6526496,-0.666607,0.3601158,1),(0.671006,-0.6625038,0.3329261,1),(0.5890514,-0.6873173,0.4249862,1),(0.611209,-0.6813018,0.4028044,1),(0.6336871,-0.6751137,0.3777065,1),(0.5608755,-0.7013642,0.4398943,1),(0.5874581,-0.6928123,0.4182153,1),(0.5357642,-0.7092376,0.4581907,1),(0.5673431,-0.693312,0.4443424,1),(0.5123115,-0.7166579,0.4732211,1),(0.7127954,-0.6520759,0.2583014,1),(0.7231669,-0.6507016,0.2315536,1),(0.6878757,-0.658715,0.3048305,1),(0.7021945,-0.6557952,0.2772287,1),(0.7313241,-0.6501164,0.2061884,1),(0.7374177,-0.6503965,0.1822075,1),(0.7140969,-0.6538242,0.2501591,1),(0.7237105,-0.6528651,0.2236297,1),(0.673622,-0.6642498,0.3240459,1),(0.6897217,-0.6604555,0.2967871,1),(0.7033885,-0.6578302,0.2692656,1),(0.6570474,-0.6709694,0.3436403,1),(0.675056,-0.6663012,0.3167683,1),(0.6365219,-0.6769763,0.3695173,1),(0.6549856,-0.6691566,0.3510317,1),(0.6133697,-0.684278,0.3943872,1),(0.7418771,-0.6509188,0.1610059,1),(0.7451932,-0.6511354,0.1439093,1),(0.7313774,-0.6523179,0.1989186,1),(0.7374691,-0.651718,0.1772089,1),(0.7475343,-0.6511973,0.1308995,1),(0.7490364,-0.6512073,0.1219573,1),(0.7421667,-0.651205,0.1584948,1),(0.7456238,-0.6508942,0.1427652,1),(0.7244329,-0.654081,0.217658,1),(0.732235,-0.6526713,0.1945557,1),(0.7384049,-0.6517224,0.1732518,1),(0.7160418,-0.6565124,0.2372248,1),(0.7258141,-0.6544667,0.2118187,1),(0.7043891,-0.6592153,0.2631939,1),(0.7148671,-0.6558403,0.242566,1),(0.6907607,-0.6625056,0.2897175,1),(0.7498072,-0.6510454,0.1180219,1),(0.7500084,-0.6504418,0.1200537,1),(0.7480637,-0.6504976,0.1313528,1),(0.7497613,-0.649679,0.125599,1),(0.7496049,-0.649382,0.1280454,1),(0.7485034,-0.6477527,0.1419827,1),(0.7507981,-0.6485018,0.1254895,1),(0.7511851,-0.6469597,0.1310125,1),(0.7468011,-0.6496071,0.1424736,1),(0.749467,-0.6482194,0.134577,1),(0.7512602,-0.6467392,0.1316679,1),(0.7450904,-0.6487698,0.1547195,1),(0.7487447,-0.6470803,0.1437652,1),(0.7401616,-0.6506595,0.1697141,1),(0.7431685,-0.6508173,0.1553623,1),(0.7338015,-0.6526169,0.1887498,1),(0.7459837,-0.6461524,0.1612306,1),(0.7413858,-0.645016,0.1852063,1),(0.7504281,-0.6454802,0.1421723,1),(0.748108,-0.6442382,0.1590329,1),(0.7344339,-0.6441003,0.2138729,1),(0.7248067,-0.6431042,0.2471281,1),(0.7440001,-0.6430375,0.181567,1),(0.7378073,-0.6416119,0.209701,1),(0.7515462,-0.6439486,0.1432079,1),(0.7497984,-0.6424543,0.1582875,1),(0.7465392,-0.6406631,0.179527,1),(0.752915,-0.6418878,0.145255,1),(0.7520842,-0.639764,0.15834,1),(0.7525865,-0.6437733,0.1384544,1),(0.7519911,-0.6453409,0.1343297,1),(0.7511957,-0.645502,0.1379571,1),(0.7127224,-0.6425365,0.2813781,1),(0.6985148,-0.6434916,0.3130428,1),(0.7290921,-0.640748,0.2405551,1),(0.7174618,-0.6416145,0.271255,1),(0.6823324,-0.6460606,0.342094,1),(0.6643109,-0.6503009,0.3685103,1),(0.7028925,-0.6441458,0.3016923,1),(0.6853711,-0.6482431,0.3317338,1),(0.7320992,-0.6402311,0.2326695,1),(0.7199097,-0.6425202,0.2624839,1),(0.7041849,-0.646192,0.2942102,1),(0.733437,-0.6408638,0.2266356,1),(0.7202288,-0.644074,0.2577577,1),(0.7429651,-0.6388887,0.1995599,1),(0.7409216,-0.6395494,0.2049679,1),(0.749101,-0.6384414,0.1767491,1),(0.6490024,-0.6536707,0.3892435,1),(0.6407717,-0.6544219,0.4014268,1),(0.66899,-0.6517953,0.357233,1),(0.6576759,-0.6537244,0.3743087,1),(0.6398923,-0.6528885,0.4053078,1),(0.6465029,-0.6490983,0.4008808,1),(0.6517623,-0.6544421,0.3832902,1),(0.6514466,-0.6541513,0.3843221,1),(0.6749612,-0.6526932,0.3441207,1),(0.6649323,-0.6554988,0.3580314,1),(0.6582889,-0.6584126,0.3648956,1),(0.6778459,-0.65648,0.3309968,1),(0.6654028,-0.6622858,0.3444076,1),(0.6912712,-0.6516659,0.3122106,1),(0.6881571,-0.6497257,0.3229492,1),(0.7054847,-0.6476291,0.2878674,1),(0.6596817,-0.6426919,0.3895729,1),(0.6789737,-0.6322679,0.373138,1),(0.6573671,-0.65133,0.3789958,1),(0.6706098,-0.643447,0.3691322,1),(0.7040653,-0.6172445,0.3511429,1),(0.7343935,-0.596875,0.3231197,1),(0.6909931,-0.630018,0.3544091,1),(0.7181038,-0.6103372,0.3343882,1),(0.6647785,-0.653133,0.3626111,1),(0.6805685,-0.6411308,0.3546514,1),(0.7044043,-0.6221473,0.3416832,1),(0.6718017,-0.6510302,0.3533299,1),(0.6928683,-0.6328514,0.3455902,1),(0.660106,-0.6617064,0.3555343,1),(0.6573303,-0.6587793,0.3659604,1),(0.657989,-0.6654109,0.3525319,1),(0.766084,-0.5726737,0.291822,1),(0.7957222,-0.5471581,0.2597001,1),(0.7481999,-0.5864528,0.310274,1),(0.7777431,-0.5612713,0.2830022,1),(0.823418,-0.5202226,0.2266081,1),(0.8492647,-0.4916755,0.1923659,1),(0.8066046,-0.534523,0.2523376,1),(0.8345673,-0.5059212,0.2180395,1),(0.7618315,-0.5740809,0.3000729,1),(0.7914967,-0.5478798,0.2708516,1),(0.8211436,-0.5197877,0.2356777,1),(0.778868,-0.560919,0.2805968,1),(0.809824,-0.5337455,0.243518,1),(0.7485455,-0.586246,0.3098308,1),(0.7326808,-0.5987226,0.3235894,1),(0.7196859,-0.6101021,0.3314027,1),(0.8717539,-0.4631139,0.1599085,1),(0.8897055,-0.4367265,0.1330192,1),(0.8594708,-0.4769188,0.1840062,1),(0.8797798,-0.4494465,0.1548724,1),(0.9036478,-0.413309,0.1122318,1),(0.9141385,-0.3934016,0.09790798,1),(0.8960404,-0.4241745,0.1311017,1),(0.908823,-0.4015884,0.1129936,1),(0.8706158,-0.4624872,0.1677312,1),(0.8893151,-0.4351105,0.1407038,1),(0.9047586,-0.4090882,0.1185693,1),(0.8841277,-0.4458746,0.1396925,1),(0.9025044,-0.4154068,0.1136791,1),(0.8629493,-0.4758409,0.169982,1),(0.8480843,-0.4908755,0.1994849,1),(0.8383911,-0.5052139,0.2045957,1),(0.9237733,-0.3733267,0.08526555,1),(0.934436,-0.3493593,0.06911982,1),(0.9205807,-0.3786646,0.09562446,1),(0.9328219,-0.3526875,0.07385617,1),(0.9456919,-0.3212892,0.04939773,1),(0.9570101,-0.2888829,0.02604339,1),(0.945047,-0.3234445,0.04763924,1),(0.9566444,-0.2907638,0.0169656,1),(0.9326193,-0.3538444,0.07082028,1),(0.9454726,-0.3231633,0.04058142,1),(0.9569048,-0.2903365,0.006152033,1),(0.9474944,-0.3187632,0.02538661,1),(0.958355,-0.2853547,-0.01133236,1),(0.934319,-0.3516019,0.05851594,1),(0.918895,-0.3824392,0.09681008,1),(0.91921,-0.3838183,0.08795729,1),(0.9672441,-0.2538305,0.002959982,1),(0.9760021,-0.2171881,-0.01578452,1),(0.9667714,-0.2552652,-0.0138893,1),(0.9753829,-0.2166979,-0.04086972,1),(0.9834191,-0.1788081,-0.03023955,1),(0.9895461,-0.1384391,-0.04041191,1),(0.9825324,-0.1746776,-0.06417002,1),(0.9881225,-0.1287336,-0.08391325,1),(0.9747581,-0.2145113,-0.06189988,1),(0.9811983,-0.1692429,-0.09277231,1),(0.9854805,-0.118219,-0.1218709,1),(0.9795613,-0.1603508,-0.1214377,1),(0.9819937,-0.1058262,-0.15649,1),(0.9743699,-0.2079805,-0.08571725,1),(0.9665886,-0.2546839,-0.02902792,1),(0.9671457,-0.2494319,-0.04912226,1),(0.9936283,-0.09372686,-0.06259294,1),(0.992541,-0.04267291,-0.1141989,1),(0.9906538,-0.07877276,-0.1113552,1),(0.9870849,-0.02556956,-0.1581443,1),(0.9803015,0.01595928,-0.1968609,1),(0.9472459,0.08209602,-0.3098152,1),(0.9738941,0.03129091,-0.224836,1),(0.9461155,0.09141536,-0.3106585,1),(0.9801355,-0.00878733,-0.1981339,1),(0.966836,0.04635916,-0.2511553,1),(0.9441129,0.1013193,-0.3136643,1),(0.9599672,0.06020483,-0.2735661,1),(0.941592,0.1108376,-0.3179927,1),(0.9727491,0.007000769,-0.2317544,1),(0.9858503,-0.06368368,-0.1550599,1),(0.980059,-0.04845979,-0.1927072,1),(0.8991522,0.1451553,-0.4128623,1),(0.859751,0.1983589,-0.4706186,1),(0.9090233,0.1485406,-0.3893742,1),(0.8774785,0.1952844,-0.4380588,1),(0.8387609,0.2366489,-0.4903853,1),(0.8384795,0.268674,-0.4740953,1),(0.8495733,0.2707935,-0.4526546,1),(0.8568792,0.235904,-0.4583748,1),(0.8902538,0.1992214,-0.4095838,1),(0.8703189,0.2379721,-0.4311779,1),(0.8577262,0.2725978,-0.4358855,1),(0.879319,0.2419775,-0.410177,1),(0.8629599,0.276771,-0.422727,1),(0.8987321,0.2022017,-0.3890953,1),(0.9159223,0.1532901,-0.3709289,1),(0.9199873,0.15848,-0.3584793,1),(0.8506955,0.2925348,-0.4367384,1),(0.8669789,0.3078892,-0.3918571,1),(0.8558591,0.3204199,-0.4060004,1),(0.8510458,0.2985469,-0.4319614,1),(0.8869289,0.3146287,-0.3381801,1),(0.909649,0.3120579,-0.2741508,1),(0.8755972,0.3470717,-0.3359623,1),(0.8640696,0.336622,-0.3742583,1),(0.8407882,0.3568008,-0.4071465,1),(0.8442723,0.3321705,-0.4205556,1),(0.8395702,0.378678,-0.3895189,1),(0.8088696,0.4039542,-0.42726,1),(0.8213765,0.3739995,-0.4306564,1),(0.834582,0.3431218,-0.4309759,1),(0.8499153,0.3045642,-0.429982,1),(0.848546,0.3102369,-0.4286289,1),(0.9204661,0.3173611,-0.2280883,1),(0.9072168,0.3513788,-0.2312806,1),(0.8594448,0.4002694,-0.3180239,1),(0.8783773,0.3635347,-0.310316,1),(0.8643002,0.414247,-0.28528,1),(0.7759761,0.4986512,-0.3862747,1),(0.7342045,0.5257072,-0.4296227,1),(0.8141941,0.4562416,-0.3590705,1),(0.7652956,0.4910805,-0.416128,1),(0.8083233,0.4424693,-0.388374,1),(0.6994742,0.5468764,-0.4600676,1),(0.6752572,0.5621735,-0.4774814,1),(0.7266742,0.5165472,-0.4529057,1),(0.7652206,0.4739625,-0.435657,1),(0.8321512,0.4045593,-0.3792837,1),(0.7921765,0.4361306,-0.4269035,1),(0.6579493,0.5728573,-0.488812,1),(0.5474343,0.6235879,-0.5580806,1),(0.5455036,0.6312633,-0.5513005,1),(0.6356778,0.5872374,-0.5010649,1),(0.4505386,0.6592947,-0.6019514,1),(0.3674758,0.6866133,-0.6273146,1),(0.3996967,0.6872757,-0.6065432,1),(0.4667797,0.6631621,-0.5850921,1),(0.4915169,0.6640542,-0.563421,1),(0.5534261,0.6352029,-0.5387363,1),(0.4377291,0.6860418,-0.581154,1),(0.4755701,0.6838343,-0.553357,1),(0.5182207,0.663372,-0.5398009,1),(0.5659706,0.6370847,-0.5232592,1),(0.6232188,0.5970834,-0.5050642,1),(0.6185508,0.6037938,-0.5028199,1),(0.3142816,0.7071899,-0.6333321,1),(0.3101636,0.7209502,-0.619701,1),(0.3621276,0.7176192,-0.5948834,1),(0.3591563,0.7053311,-0.6111587,1),(0.3557875,0.7280143,-0.5860124,1),(0.4493519,0.7217464,-0.5264645,1),(0.4973623,0.7157521,-0.4902343,1),(0.4090166,0.72328,-0.5563915,1),(0.4568809,0.7181074,-0.5249588,1),(0.4126438,0.7135105,-0.5662403,1),(0.536159,0.7103398,-0.4560162,1),(0.5644355,0.7066412,-0.4266973,1),(0.4969211,0.7134842,-0.4939734,1),(0.4581667,0.7093911,-0.5355816,1),(0.4062794,0.7023989,-0.5844424,1),(0.4509686,0.6990744,-0.5549074,1),(0.5542936,0.7009344,-0.4488315,1),(0.6382261,0.6763124,-0.3677893,1),(0.6626798,0.6712207,-0.332142,1),(0.5918319,0.6945563,-0.4090557,1),(0.7033578,0.6509439,-0.2855868,1),(0.7523175,0.6267565,-0.2029644,1),(0.7481889,0.6329054,-0.1991083,1),(0.7135333,0.6498003,-0.2619727,1),(0.7121112,0.655966,-0.2502126,1),(0.6748694,0.6712868,-0.3064725,1),(0.7333048,0.6475172,-0.2073291,1),(0.7072762,0.6702801,-0.224689,1),(0.6992188,0.6697246,-0.2501244,1),(0.6750203,0.6773089,-0.2925753,1),(0.617668,0.6908404,-0.3758002,1),(0.6314972,0.6908989,-0.3519515,1),(0.7812625,0.6091362,-0.1363159,1),(0.7891226,0.6053789,-0.1039316,1),(0.7616333,0.6332586,-0.1374703,1),(0.7647637,0.6257266,-0.1536314,1),(0.7793438,0.6176391,-0.1055709,1),(0.7511997,0.6449164,-0.140648,1),(0.6963987,0.6915305,-0.1918707,1),(0.7396243,0.6559897,-0.1504435,1),(0.6873394,0.6984519,-0.1993226,1),(0.7225186,0.667704,-0.1792711,1),(0.6289612,0.7391538,-0.2409556,1),(0.5514001,0.7852691,-0.2816208,1),(0.6232427,0.7427223,-0.2448105,1),(0.6713845,0.706985,-0.2222949,1),(0.7374924,0.650416,-0.1818351,1),(0.6987147,0.6822001,-0.2154085,1),(0.7050424,0.6827962,-0.1915843,1),(0.6421528,0.7279354,-0.2403118,1),(0.5576316,0.7787724,-0.2873338,1),(0.6343272,0.7336311,-0.2437511,1),(0.5594625,0.7778816,-0.286185,1),(0.4544632,0.8283504,-0.3275648,1),(0.3523268,0.8692594,-0.3467767,1),(0.4641783,0.8251001,-0.3220998,1),(0.3648082,0.8652961,-0.34377,1),(0.4648051,0.8248078,-0.3219446,1),(0.2513052,0.9015399,-0.3522379,1),(0.1569385,0.9247831,-0.3466217,1),(0.2668585,0.8973184,-0.3515769,1),(0.3687615,0.8642381,-0.3422098,1),(0.552397,0.7823976,-0.2875962,1),(0.4633603,0.8267986,-0.3189065,1),(0.3377777,0.8710632,-0.3565881,1),(0.2225527,0.9040055,-0.3650267,1),(0.1216317,0.9280013,-0.3521635,1),(0.233561,0.904035,-0.3580084,1),(0.1094049,0.9289135,-0.3537658,1),(-0.00187281,0.9463129,-0.3232465,1),(-0.07973241,0.9526103,-0.2935581,1),(0.01729667,0.9436721,-0.3304298,1),(-0.05920771,0.9510329,-0.3033658,1),(0.03217913,0.9430554,-0.3310755,1),(-0.1388278,0.9540336,-0.2656064,1),(-0.1758943,0.9532515,-0.2457086,1),(-0.1159831,0.9532257,-0.2791215,1),(-0.04094067,0.9505851,-0.3077527,1),(0.1358902,0.9276521,-0.3478439,1),(0.05010436,0.9423874,-0.33075,1),(-0.1023149,0.9535014,-0.2834902,1),(-0.1824927,0.9522408,-0.2448139,1),(-0.2240445,0.949918,-0.217853,1),(-0.1625247,0.9538932,-0.252336,1),(-0.2432276,0.9472846,-0.2085477,1),(-0.2862214,0.9420142,-0.1751759,1),(-0.288202,0.9419723,-0.1721273,1),(-0.2654457,0.9450104,-0.1910337,1),(-0.2669168,0.9458606,-0.1846702,1),(-0.2444543,0.9486501,-0.2007615,1),(-0.2704245,0.9458145,-0.1797375,1),(-0.2324839,0.9527023,-0.1957286,1),(-0.2464285,0.9502758,-0.1903911,1),(-0.2419191,0.9500916,-0.1969794,1),(-0.2021187,0.9524688,-0.227928,1),(-0.2186203,0.9517148,-0.2155086,1),(-0.31184,0.9383111,-0.1494254,1),(-0.3203539,0.9373457,-0.1369544,1),(-0.2857293,0.9448446,-0.1600861,1),(-0.2943376,0.9419714,-0.161417,1),(-0.3121143,0.9400046,-0.1377529,1),(-0.2870293,0.9458264,-0.1517448,1),(-0.2233802,0.9569997,-0.1850753,1),(-0.2622087,0.950268,-0.1680403,1),(-0.1972203,0.9595058,-0.2011291,1),(-0.234049,0.9535736,-0.1895218,1),(-0.1475016,0.9650013,-0.2168311,1),(-0.06360695,0.9685103,-0.240711,1),(-0.1202939,0.9657856,-0.2297553,1),(-0.167214,0.9614246,-0.2184083,1),(-0.258334,0.9486927,-0.1823338,1),(-0.2045143,0.9567281,-0.2069908,1),(-0.2486733,0.9532446,-0.1717159,1),(-0.2008551,0.9610066,-0.1900615,1),(-0.1172626,0.9684187,-0.2200337,1),(-0.1735638,0.963291,-0.2048072,1),(-0.1432152,0.967905,-0.2065171,1),(-0.07566057,0.9723997,-0.2207136,1),(0.01513973,0.9716346,-0.2360021,1),(-0.05433409,0.971548,-0.2305262,1),(0.03610895,0.9691173,-0.2439425,1),(-0.02844045,0.9700823,-0.2411046,1),(0.10391,0.9651043,-0.2403673,1),(0.1859688,0.9542058,-0.2343222,1),(0.1229703,0.9615372,-0.2456105,1),(0.06036291,0.9662585,-0.2504015,1),(-0.08963557,0.9685709,-0.2320253,1),(-0.001825323,0.9685653,-0.2487529,1),(-0.003054569,0.9730915,-0.230399,1),(0.06992823,0.9700922,-0.2324462,1),(0.1561087,0.9605995,-0.2299534,1),(0.08669429,0.9678347,-0.2361784,1),(0.1433334,0.9633371,-0.2267975,1),(0.2171356,0.9525285,-0.2134046,1),(0.2887262,0.9366353,-0.1983721,1),(0.2234339,0.9501769,-0.2173504,1),(0.293997,0.9345387,-0.2005069,1),(0.2345628,0.9472694,-0.2183136,1),(0.3496855,0.9197552,-0.1782424,1),(0.3991347,0.9034736,-0.156292,1),(0.3529814,0.9182358,-0.1795751,1),(0.3022059,0.9319434,-0.2003824,1),(0.1712306,0.9576148,-0.2316331,1),(0.2465824,0.9441305,-0.2186658,1),(0.2882032,0.9375774,-0.1946472,1),(0.3536749,0.9193043,-0.1726083,1),(0.405953,0.9012239,-0.1516495,1),(0.3501214,0.920085,-0.1756659,1),(0.4138051,0.8983597,-0.1473611,1),(0.4689454,0.8751858,-0.1189121,1),(0.5022774,0.8589207,-0.0998642,1),(0.4565403,0.8806794,-0.1263906,1),(0.4888611,0.865822,-0.1066167,1),(0.4472332,0.8849039,-0.1301053,1),(0.5262049,0.8462477,-0.0835057,1),(0.5422187,0.8372206,-0.07113737,1),(0.5121052,0.854196,-0.08998753,1),(0.4784224,0.8711537,-0.1104678,1),(0.4009501,0.9030636,-0.1539969,1),(0.4408584,0.8877308,-0.1325818,1),(0.5203595,0.8493811,-0.08819108,1),(0.5692692,0.8202239,-0.05626154,1),(0.5870426,0.8084316,-0.04265338,1),(0.5451556,0.8352436,-0.07192741,1),(0.6157081,0.7876375,-0.02303331,1),(0.6590286,0.752014,0.01249891,1),(0.6670383,0.7447388,0.02059279,1),(0.6272671,0.7787241,-0.01116717,1),(0.6317075,0.7751738,-0.007138527,1),(0.5962027,0.802132,-0.03356626,1),(0.6669386,0.7448244,0.02072296,1),(0.6281673,0.7780032,-0.01082346,1),(0.6566344,0.75411,0.01222099,1),(0.5990427,0.800086,-0.03178592,1),(0.5614718,0.8253409,-0.05968103,1),(0.569997,0.8200356,-0.05143031,1),(0.6976219,0.7150819,0.04451561,1),(0.7283577,0.6815809,0.07030337,1),(0.7009356,0.7115729,0.04851165,1),(0.7241958,0.6861552,0.06878465,1),(0.7514158,0.6535155,0.09105901,1),(0.7682695,0.6312645,0.106147,1),(0.7384977,0.6694044,0.0807399,1),(0.7446276,0.6621107,0.08449221,1),(0.7111522,0.7005402,0.05921154,1),(0.7162076,0.6949912,0.06351428,1),(0.7105347,0.701279,0.0578644,1),(0.6813784,0.7309166,0.03852559,1),(0.6635407,0.7476444,0.02723509,1),(0.6861088,0.7264129,0.03973605,1),(0.6950585,0.717546,0.04496045,1),(0.6780338,0.7343788,0.0309499,1),(0.7753298,0.6213682,0.1129838,1),(0.7685928,0.6303399,0.1092548,1),(0.7404029,0.6672513,0.081112,1),(0.7228884,0.6872085,0.07195054,1),(0.7471785,0.6578495,0.09464913,1),(0.7086939,0.7021626,0.06870715,1),(0.6905649,0.7210429,0.0567205,1),(0.6405912,0.7669882,0.0370434,1),(0.6632868,0.7474691,0.03661397,1),(0.6200381,0.7842108,0.02379711,1),(0.5612513,0.8275918,0.009427963,1),(0.4734067,0.8807871,-0.01000472,1),(0.5394179,0.8420208,-0.005424439,1),(0.5920795,0.8058739,0.003045098,1),(0.6935242,0.7189255,0.04658467,1),(0.633576,0.773582,0.01234975,1),(0.6560474,0.7535858,0.04135352,1),(0.5944855,0.803753,0.02383827,1),(0.5782477,0.8156677,0.01777078,1),(0.509519,0.8604291,0.007221279,1),(0.5241655,0.8515127,0.01329341,1),(0.4441699,0.895869,0.01148105,1),(0.3515871,0.9360557,0.01364766,1),(0.4340328,0.9008756,0.006214167,1),(0.3400101,0.9403924,0.007427613,1),(0.4179489,0.9084701,-0.000831551,1),(0.2577017,0.9659057,0.02482389,1),(0.1655107,0.9851731,0.04516865,1),(0.2455689,0.9692045,0.01840124,1),(0.3235268,0.946219,0.0002832254,1),(0.4916243,0.8708075,5.180544e-5,1),(0.3994576,0.9167057,-0.009176043,1),(0.3581106,0.9335208,0.01719333,1),(0.2697105,0.9624166,0.03178836,1),(0.1781427,0.9826152,0.05227432,1),(0.2652254,0.9637468,0.02911307,1),(0.1787576,0.9823586,0.05493152,1),(0.08443779,0.9927998,0.08496311,1),(0.001767643,0.9926189,0.1212626,1),(0.09033418,0.9924383,0.08310059,1),(0.01131691,0.993507,0.1132066,1),(0.09167232,0.9927043,0.07832209,1),(-0.06754263,0.9860082,0.1523997,1),(-0.05396243,0.9883021,0.1426431,1),(-0.1176758,0.9774871,0.1751322,1),(0.01338418,0.9940228,0.1083491,1),(0.1739117,0.9835448,0.04893007,1),(0.08684456,0.9933046,0.07618435,1),(0.001484854,0.992983,0.1182475,1),(-0.05760973,0.9878512,0.1443302,1),(-0.07295327,0.9852782,0.1546115,1),(-0.1173251,0.9773169,0.1763137,1),(-0.09324203,0.982105,0.1636319,1),(-0.1061067,0.9784919,0.1769041,1),(-0.1331719,0.9735845,0.1854681,1),(-0.1210336,0.9756936,0.1826829,1),(-0.1576174,0.9671885,0.1992564,1),(-0.1544472,0.9679914,0.1978351,1),(-0.1196468,0.9764102,0.1797435,1),(-0.1539129,0.9682754,0.1968596,1),(-0.102607,0.9804626,0.1678239,1),(-0.173201,0.9627538,0.2076214,1),(-0.1292155,0.9743925,0.1840178,1),(-0.1612758,0.9663237,0.2005207,1),(-0.09666219,0.9789324,0.179855,1),(-0.06479422,0.9836031,0.1683051,1),(-0.0876543,0.9816473,0.1693673,1),(-0.03934445,0.9883578,0.1469716,1),(-0.009870401,0.9899045,0.1413921,1),(0.0685337,0.9927828,0.09841437,1),(0.0244691,0.9930757,0.1148994,1),(0.1033807,0.9920092,0.07231975,1),(-0.004369642,0.9927697,0.1199545,1),(0.06337712,0.9944175,0.08436242,1),(0.1386287,0.9892477,0.04659516,1),(0.1673115,0.9856097,0.02409353,1),(0.1000985,0.9932803,0.05809108,1),(0.03173915,0.9952675,0.09184406,1),(-0.06552876,0.9863003,0.1513858,1),(-0.03504283,0.9909153,0.1298417,1),(0.159181,0.9861469,0.04664366,1),(0.2521294,0.9676724,-0.006396758,1),(0.2844829,0.9583277,-0.02602798,1),(0.1918786,0.9811145,0.02443194,1),(0.3474964,0.9356944,-0.06101105,1),(0.4443505,0.8881118,-0.1175161,1),(0.4814303,0.8660483,-0.1348522,1),(0.3815294,0.9209813,-0.07892278,1),(0.4105192,0.9071791,-0.09219595,1),(0.3110976,0.9494579,-0.04180979,1),(0.5158439,0.8437765,-0.1481425,1),(0.5496154,0.8205225,-0.1570536,1),(0.4348315,0.8948027,-0.10124,1),(0.3309363,0.9421763,-0.05277354,1),(0.2207664,0.9753141,0.004971367,1),(0.2420448,0.9702076,-0.01055698,1),(0.5430668,0.8223541,-0.1697418,1),(0.6450345,0.7340176,-0.2124823,1),(0.5832866,0.7910547,-0.1844161,1),(0.6863093,0.6922042,-0.2232331,1),(0.7486174,0.6163905,-0.2442025,1),(0.8459008,0.4629123,-0.2648852,1),(0.8814021,0.3938111,-0.2608507,1),(0.7887179,0.562099,-0.248935,1),(0.827791,0.5017067,-0.2511024,1),(0.7275468,0.6458896,-0.2313056,1),(0.9138892,0.318148,-0.2521675,1),(0.9432568,0.2337139,-0.2358908,1),(0.8672233,0.4318159,-0.2479092,1),(0.7705901,0.5917082,-0.2367958,1),(0.6229144,0.7573422,-0.1959857,1),(0.6637922,0.7189808,-0.2060254,1),(0.9185005,0.2938705,-0.2645695,1),(0.9605605,0.1380271,-0.2413957,1),(0.9731555,0.05567638,-0.2233126,1),(0.9439104,0.2131833,-0.2521628,1),(0.9801592,-0.001526783,-0.1982063,1),(0.9822991,-0.1267475,-0.1379263,1),(0.9756997,-0.18425,-0.1185832,1),(0.9810566,-0.0758402,-0.1782585,1),(0.9768757,-0.1489181,-0.1534192,1),(0.9796094,-0.0289569,-0.1988142,1),(0.9663087,-0.2377067,-0.09870632,1),(0.955943,-0.2820664,-0.08131172,1),(0.9679795,-0.2175505,-0.12525,1),(0.9793264,-0.1140973,-0.1670379,1),(0.9640344,0.1272631,-0.2333276,1),(0.9779816,0.03595393,-0.2055705,1),(0.970258,-0.2294721,-0.07708454,1),(0.9528649,-0.3015119,-0.03375287,1),(0.9462137,-0.3228078,-0.02178445,1),(0.9616161,-0.2675588,-0.06088401,1),(0.9380569,-0.3463559,-0.009322117,1),(0.9304095,-0.3665162,-0.002004645,1),(0.9333312,-0.3590156,0.0008331629,1),(0.9358419,-0.3524186,-0.001132194,1),(0.9359644,-0.3520943,0.0002449243,1),(0.9413058,-0.3372136,-0.01517911,1),(0.9384471,-0.3454204,-0.001362623,1),(0.9488831,-0.3153264,-0.01378896,1),(0.9421588,-0.3350287,-0.009617858,1),(0.9415591,-0.3362928,-0.01933519,1),(0.952829,-0.2996755,-0.04807797,1),(0.9468012,-0.3189149,-0.04313504,1),(0.9280946,-0.3723437,-0.0007265829,1),(0.9265548,-0.3761593,-0.0006404753,1),(0.9361939,-0.3514583,-0.004249238,1),(0.9401236,-0.3406997,-0.009550978,1),(0.9260885,-0.377306,-0.0005105317,1),(0.9267131,-0.3757693,-0.0002538434,1),(0.9450896,-0.3264768,-0.0147813,1),(0.9509517,-0.3086943,-0.01996486,1),(0.9634447,-0.266253,-0.02972814,1),(0.9541374,-0.2986649,-0.02052194,1),(0.9729977,-0.2275412,-0.03873782,1),(0.9895997,-0.1339973,-0.05231804,1),(0.9804566,-0.1917786,-0.04388564,1),(0.969862,-0.2411771,-0.03465689,1),(0.9456556,-0.3249812,-0.01108406,1),(0.9590187,-0.2822702,-0.02462748,1),(0.93488,-0.3549345,0.004540071,1),(0.9544071,-0.2980726,0.0161192,1),(0.9786431,-0.2053746,-0.008895028,1),(0.9619865,-0.2725351,-0.01750824,1),(0.9792024,-0.2001492,0.03321237,1),(0.9966554,-0.05624427,0.05928396,1),(0.9978247,0.04227575,0.05058063,1),(0.9948006,-0.1007764,0.01470284,1),(0.9999425,0.0107183,-0.0001387655,1),(0.9950656,-0.09503236,-0.0285169,1),(0.988661,0.1434869,0.04428448,1),(0.970509,0.2369376,0.04441581,1),(0.9926714,0.1207327,-0.005203835,1),(0.9990929,0.01993501,-0.03762683,1),(0.9839509,-0.1736536,-0.04104835,1),(0.9964991,-0.0646035,-0.05306485,1),(0.9926904,0.08786204,0.08273943,1),(0.9774541,0.1870701,0.09792092,1),(0.9556288,0.2746954,0.1063772,1),(0.9799294,0.1805965,0.08439937,1),(0.9640132,0.2437583,0.1061148,1),(0.9595304,0.2577571,0.1134134,1),(0.9313669,0.3416606,0.1257931,1),(0.9371764,0.3281841,0.1183026,1),(0.9076074,0.3989466,0.1307308,1),(0.9291828,0.3510896,0.1155662,1),(0.9009351,0.4109289,0.1394761,1),(0.8725039,0.4646898,0.1509981,1),(0.8796488,0.4535714,0.1431464,1),(0.9021815,0.4126397,0.125686,1),(0.9596584,0.2672751,0.08729097,1),(0.9351823,0.3417067,0.09311565,1),(0.5500975,-0.575251,0.6053752,1),(0.5528978,-0.5684299,0.6092549,1),(0.5593342,-0.5479951,0.6219701,1),(0.5549366,-0.519298,0.6499038,1),(0.5506017,-0.5358575,0.6400738,1),(0.5460407,-0.5419581,0.6388434,1),(0.5689316,-0.5132845,0.6425386,1),(0.5802433,-0.463623,0.6696054,1),(0.5708631,-0.4511866,0.6859637,1),(0.5619646,-0.4912093,0.6655142,1),(0.5546506,-0.4512872,0.6990727,1),(0.5501006,-0.4716496,0.6891561,1),(0.5612423,-0.4222282,0.7118499,1),(0.5448669,-0.3778898,0.7485447,1),(0.5407276,-0.3948265,0.7427825,1),(0.5384414,-0.4065492,0.7381047,1),(0.5476441,-0.4836867,0.6827394,1),(0.5445528,-0.4881505,0.6820347,1),(0.5388509,-0.4130321,0.7341962,1),(0.5346142,-0.4166548,0.7352458,1),(0.5920501,-0.4093493,0.6941971,1),(0.5988786,-0.3635078,0.7135872,1),(0.5824013,-0.4073102,0.7034964,1),(0.5931432,-0.3706363,0.7147097,1),(0.608083,-0.324089,0.7247078,1),(0.6178764,-0.2918386,0.7301088,1),(0.6002694,-0.3431207,0.7224575,1),(0.6115158,-0.3209846,0.7231992,1),(0.5809546,-0.3666584,0.7266728,1),(0.5921682,-0.3493485,0.7261491,1),(0.6067126,-0.3375682,0.7196857,1),(0.5889677,-0.3460632,0.7303131,1),(0.5721706,-0.3465535,0.7433178,1),(0.5605273,-0.3506879,0.7502181,1),(0.5693389,-0.3918715,0.7226963,1),(0.5514451,-0.3611107,0.7520022,1),(0.6279992,-0.2634476,0.7322652,1),(0.6375023,-0.2357024,0.7335088,1),(0.6230114,-0.3020697,0.7215335,1),(0.6333074,-0.2828035,0.7203777,1),(0.6464266,-0.2086363,0.7338963,1),(0.654816,-0.1822763,0.733479,1),(0.6423943,-0.2632068,0.719758,1),(0.6502871,-0.2432916,0.7196775,1),(0.6266707,-0.3235764,0.7089303,1),(0.6361362,-0.3130594,0.7052124,1),(0.6440225,-0.3011472,0.7032392,1),(0.6262913,-0.3517177,0.6957398,1),(0.6365437,-0.3480585,0.688235,1),(0.6187161,-0.3488644,0.7039062,1),(0.6156177,-0.3326701,0.7143846,1),(0.6027625,-0.350626,0.7167557,1),(0.6637239,-0.1530853,0.7321445,1),(0.6739298,-0.1175748,0.7293798,1),(0.658237,-0.2193124,0.720157,1),(0.6672106,-0.1876149,0.7208541,1),(0.6849163,-0.0757746,0.7246708,1),(0.696044,-0.02788147,0.7174577,1),(0.676658,-0.1481671,0.7212354,1),(0.6858875,-0.1010877,0.7206523,1),(0.6598555,-0.2583032,0.7055992,1),(0.6681552,-0.2237477,0.7095813,1),(0.675862,-0.1804325,0.714601,1),(0.6653555,-0.292208,0.6869619,1),(0.6734806,-0.2554694,0.6936564,1),(0.656159,-0.3198388,0.68349,1),(0.6516498,-0.2840739,0.7033168,1),(0.646444,-0.3384224,0.6837986,1),(0.704755,0.01697556,0.7092476,1),(0.710344,0.0496703,0.7021,1),(0.6929228,-0.05474836,0.7189302,1),(0.6977093,-0.01756784,0.7161655,1),(0.7137514,0.07038787,0.6968533,1),(0.7155702,0.07933597,0.694021,1),(0.7009845,0.01057457,0.713098,1),(0.7032829,0.02987801,0.710282,1),(0.6864643,-0.09677482,0.7206953,1),(0.6902933,-0.06352335,0.7207357,1),(0.6936676,-0.03575847,0.7194071,1),(0.6903652,-0.1450644,0.708768,1),(0.6944949,-0.1135546,0.7104803,1),(0.6856225,-0.1790864,0.7055848,1),(0.6818066,-0.1357083,0.7188344,1),(0.6800629,-0.2158383,0.7006627,1),(0.7167093,0.07972254,0.6928002,1),(0.7179865,0.07459722,0.6920481,1),(0.7055179,0.04228604,0.7074295,1),(0.7086298,0.04939419,0.7038494,1),(0.7193356,0.06397077,0.691711,1),(0.7206315,0.04785827,0.6916646,1),(0.7126895,0.05121287,0.6996077,1),(0.7177163,0.04774387,0.6946968,1),(0.7024398,0.003421457,0.711735,1),(0.7089572,0.01446271,0.7051032,1),(0.7170652,0.0197756,0.6967255,1),(0.7112744,-0.04853655,0.7012367,1),(0.7200023,-0.03883941,0.692884,1),(0.7042511,-0.06428157,0.7070349,1),(0.6974114,-0.01333212,0.716547,1),(0.6987543,-0.08599166,0.7101746,1),(0.7209795,0.02154965,0.6926212,1),(0.7184854,-0.01939733,0.6952715,1),(0.722071,0.03469822,0.6909483,1),(0.7232902,0.008400182,0.6904932,1),(0.7118011,-0.07513718,0.6983507,1),(0.6990955,-0.1453086,0.7001076,1),(0.720628,-0.03117855,0.6926205,1),(0.7129264,-0.08379471,0.6962143,1),(0.7291334,0.004035951,0.6843598,1),(0.7302475,-0.01869728,0.6829267,1),(0.7275388,-0.05112371,0.6841592,1),(0.7367992,-0.042784,0.6747566,1),(0.7370347,-0.05423932,0.6736749,1),(0.7338603,-0.03636965,0.6783262,1),(0.7246671,0.01687407,0.6888926,1),(0.7282671,-0.03505636,0.6843961,1),(0.6840284,-0.2254979,0.6937261,1),(0.6708632,-0.3121585,0.672681,1),(0.7030942,-0.1472652,0.6956806,1),(0.6936964,-0.2202232,0.6857747,1),(0.65769,-0.4057341,0.634684,1),(0.641835,-0.5052394,0.5768716,1),(0.6828875,-0.3035662,0.6644638,1),(0.6681832,-0.3972814,0.6290459,1),(0.7160836,-0.1478897,0.6821678,1),(0.7066302,-0.2141579,0.6743961,1),(0.692091,-0.2930192,0.6596588,1),(0.7202876,-0.1529971,0.6765926,1),(0.7056648,-0.2122357,0.6760126,1),(0.7294424,-0.1071434,0.675599,1),(0.7225407,-0.09381415,0.6849334,1),(0.734677,-0.07435707,0.6743298,1),(0.623193,-0.5963053,0.5060143,1),(0.6071865,-0.6672828,0.4313449,1),(0.64934,-0.489548,0.5819796,1),(0.6307659,-0.5698463,0.5266967,1),(0.5966284,-0.7196151,0.3552302,1),(0.5933943,-0.7550167,0.2789857,1),(0.6140314,-0.6378566,0.4648704,1),(0.6003254,-0.6937772,0.3978475,1),(0.652042,-0.4595188,0.603062,1),(0.6301255,-0.5385197,0.5594088,1),(0.6069514,-0.6127825,0.5060709,1),(0.6431844,-0.4386981,0.6275808,1),(0.616213,-0.5229152,0.5889323,1),(0.6663328,-0.3575319,0.6543483,1),(0.6727265,-0.3771974,0.6365228,1),(0.6867974,-0.2815859,0.6700885,1),(0.5927793,-0.7788371,0.205001,1),(0.5919409,-0.7947208,0.1342572,1),(0.5879517,-0.7396231,0.3275218,1),(0.5775025,-0.7757905,0.2542438,1),(0.591545,-0.8034321,0.06761152,1),(0.5920877,-0.8058544,0.005551489,1),(0.5692144,-0.8025896,0.1784508,1),(0.5630965,-0.8202661,0.1004283,1),(0.5638708,-0.7364095,0.3738323,1),(0.5472238,-0.7831924,0.2952217,1),(0.5333627,-0.8199022,0.2080494,1),(0.5396853,-0.7405569,0.4003939,1),(0.5182958,-0.7962043,0.3121348,1),(0.5626808,-0.6762273,0.4755071,1),(0.5837498,-0.6797145,0.4440996,1),(0.5880527,-0.6037779,0.5381879,1),(0.5883429,-0.807384,-0.04453929,1),(0.5772116,-0.8131642,-0.07477118,1),(0.5540153,-0.8319234,0.03115328,1),(0.5399379,-0.8415297,-0.01717319,1),(0.5596761,-0.8242708,-0.08567632,1),(0.5358093,-0.8407615,-0.0776427,1),(0.5225253,-0.8514431,-0.04485629,1),(0.502481,-0.8629934,-0.05249045,1),(0.5005754,-0.8633884,0.06312492,1),(0.4834833,-0.8751007,0.02103657,1),(0.4677627,-0.8838534,-0.001143723,1),(0.4552207,-0.8842801,0.1040323,1),(0.4415735,-0.8944215,0.07087428,1),(0.4736972,-0.8668657,0.1554179,1),(0.5179239,-0.8461565,0.1255947,1),(0.4955753,-0.8388746,0.2251544,1),(0.5088522,-0.858732,-0.0604049,1),(0.4824151,-0.8748088,-0.04455684,1),(0.4817607,-0.8749081,-0.04942131,1),(0.4622639,-0.8855616,-0.04574636,1),(0.4566529,-0.8891341,-0.03014336,1),(0.4316883,-0.901859,-0.01719469,1),(0.4440552,-0.8950392,-0.04147024,1),(0.4267614,-0.903598,-0.03722008,1),(0.442228,-0.8966533,-0.02114873,1),(0.4325752,-0.9011523,-0.02834097,1),(0.4265147,-0.9039251,-0.03169623,1),(0.4238109,-0.9057306,0.006029225,1),(0.4281909,-0.9036413,-0.009227096,1),(0.4264292,-0.9041437,0.02612346,1),(0.4539862,-0.890927,-0.01206865,1),(0.4323735,-0.9004275,0.04778606,1),(0.4106722,-0.9117803,-0.002208475,1),(0.3962059,-0.9179963,0.01741949,1),(0.4147982,-0.909412,-0.03020368,1),(0.4110834,-0.911378,-0.02001381,1),(0.3881669,-0.9206518,0.04155556,1),(0.3863034,-0.9197085,0.07004299,1),(0.4126953,-0.9108075,-0.01058939,1),(0.4223431,-0.9064338,0.00201973,1),(0.4281558,-0.9026937,-0.04274201,1),(0.4426263,-0.8955151,-0.04620453,1),(0.4634081,-0.884645,-0.05153818,1),(0.4948404,-0.8644912,-0.08824937,1),(0.4649283,-0.8826342,-0.06927109,1),(0.4449134,-0.8942459,-0.04874688,1),(0.4222746,-0.905646,-0.03859049,1),(0.4302943,-0.9021643,-0.03076172,1),(0.3903299,-0.9148166,0.1036967,1),(0.3994628,-0.9054142,0.1437165,1),(0.4352692,-0.9000478,0.02132849,1),(0.4474553,-0.8927821,0.05219163,1),(0.4136289,-0.8902848,0.1905366,1),(0.4326391,-0.8678516,0.2442478,1),(0.4586343,-0.8835414,0.09491625,1),(0.4681877,-0.8708659,0.1496426,1),(0.498919,-0.8661736,-0.02869122,1),(0.5059541,-0.8625256,0.007745007,1),(0.5045735,-0.8611987,0.06117707,1),(0.5425236,-0.8382776,-0.05439607,1),(0.5311607,-0.8472649,-0.003276216,1),(0.5400288,-0.8373525,-0.08490942,1),(0.4845251,-0.8734335,-0.04846846,1),(0.5249534,-0.8457655,-0.09541816,1),(0.4481967,-0.8434269,0.2962276,1),(0.4554011,-0.8228598,0.3398699,1),(0.4717378,-0.8573217,0.2060648,1),(0.4687448,-0.8455533,0.2555739,1),(0.4549547,-0.8076032,0.3752242,1),(0.4474083,-0.7986577,0.402457,1),(0.4598063,-0.8365436,0.2979482,1),(0.4454245,-0.8310251,0.3331583,1),(0.4808683,-0.8593793,0.1738764,1),(0.4632002,-0.8579864,0.2220471,1),(0.4423141,-0.8570101,0.2643706,1),(0.4624369,-0.8715747,0.1628178,1),(0.4372521,-0.8746951,0.2090915,1),(0.4868477,-0.8663111,0.1117333,1),(0.494844,-0.8606426,0.1200989,1),(0.5099578,-0.8583629,0.0561798,1),(0.4365085,-0.793514,0.4240235,1),(0.4254547,-0.7897536,0.4419023,1),(0.4288837,-0.8273702,0.3626532,1),(0.4128471,-0.8242698,0.3874746,1),(0.414351,-0.7875608,0.4561373,1),(0.4032798,-0.7870616,0.4667969,1),(0.3974722,-0.8220416,0.4077541,1),(0.3828757,-0.820934,0.4236433,1),(0.4005917,-0.8540241,0.3319172,1),(0.3818446,-0.8523182,0.3574191,1),(0.3647031,-0.8510506,0.3777629,1),(0.3701898,-0.8748338,0.3124508,1),(0.3520153,-0.8739153,0.3351974,1),(0.3905558,-0.8756488,0.284087,1),(0.4208248,-0.8557531,0.3009872,1),(0.4129874,-0.8758231,0.2497506,1),(0.3930977,-0.7873055,0.4749993,1),(0.3844625,-0.7873237,0.4819855,1),(0.3696137,-0.8202933,0.4364684,1),(0.3579542,-0.8194363,0.4476526,1),(0.377391,-0.7871644,0.4877992,1),(0.3718981,-0.7868663,0.4924766,1),(0.3479312,-0.8184537,0.4572497,1),(0.3395771,-0.8174213,0.4653061,1),(0.3355586,-0.8484922,0.4092206,1),(0.3234553,-0.8469512,0.42196,1),(0.3130494,-0.8453944,0.4327915,1),(0.3077295,-0.8699842,0.3852662,1),(0.2960225,-0.8684521,0.3976957,1),(0.3209988,-0.8714943,0.3707526,1),(0.3493307,-0.8499011,0.3945078,1),(0.3357809,-0.8728541,0.3540859,1),(0.3688259,-0.7859266,0.496273,1),(0.3688992,-0.7838295,0.4995246,1),(0.3336229,-0.8158844,0.4722588,1),(0.3306676,-0.8133788,0.4786166,1),(0.3720772,-0.780585,0.5022406,1),(0.3782952,-0.7761822,0.5044144,1),(0.330681,-0.809939,0.4844057,1),(0.333627,-0.8055779,0.4896297,1),(0.2993982,-0.8407788,0.4510562,1),(0.2965459,-0.8374072,0.4591402,1),(0.2963198,-0.8333775,0.4665581,1),(0.2733688,-0.8614116,0.428065,1),(0.2702749,-0.8581167,0.4365629,1),(0.2786949,-0.8642669,0.4187743,1),(0.3048996,-0.843459,0.4422818,1),(0.2862462,-0.8666351,0.4086645,1),(0.3875158,-0.7709702,0.5054073,1),(0.399576,-0.7652511,0.5047077,1),(0.3394682,-0.8005075,0.493912,1),(0.3480147,-0.7948866,0.4970324,1),(0.4143578,-0.7589512,0.5022954,1),(0.4317178,-0.7519839,0.4981365,1),(0.3591738,-0.7886872,0.4989657,1),(0.3728276,-0.7818733,0.4996735,1),(0.3033065,-0.8235613,0.4793243,1),(0.3102356,-0.8178153,0.4846977,1),(0.3193454,-0.8115135,0.4893509,1),(0.2725994,-0.845293,0.4595317,1),(0.276894,-0.8400536,0.4665185,1),(0.270034,-0.8500668,0.4521816,1),(0.29865,-0.8287532,0.4732614,1),(0.2692476,-0.854351,0.4445111,1),(0.4521509,-0.7442892,0.4915213,1),(0.4761331,-0.735814,0.4815341,1),(0.3905486,-0.7740978,0.4982413,1),(0.4138587,-0.765047,0.4933802,1),(0.5034698,-0.726265,0.4680358,1),(0.5339009,-0.7153082,0.4508703,1),(0.4425066,-0.7543378,0.4849355,1),(0.4761591,-0.7415106,0.4726885,1),(0.35483,-0.7951884,0.4917023,1),(0.38357,-0.7842712,0.4876399,1),(0.419175,-0.7707911,0.479764,1),(0.3321643,-0.8162135,0.472718,1),(0.3676408,-0.8038605,0.4675986,1),(0.3050078,-0.8259735,0.4740655,1),(0.3333273,-0.8041253,0.4922149,1),(0.2865011,-0.8337765,0.471947,1),(0.5643313,-0.704054,0.4310894,1),(0.5918343,-0.6941916,0.4096706,1),(0.5105217,-0.7280646,0.4574818,1),(0.5416557,-0.7160485,0.4403222,1),(0.616581,-0.6857992,0.3866617,1),(0.6387249,-0.6789194,0.3620762,1),(0.5697911,-0.7055881,0.4212879,1),(0.5951387,-0.6967617,0.4004161,1),(0.4893817,-0.7433444,0.4560094,1),(0.5192646,-0.731697,0.4415695,1),(0.5460077,-0.7216494,0.4255557,1),(0.4670656,-0.7664468,0.4409184,1),(0.492515,-0.7562679,0.430683,1),(0.4379359,-0.7779433,0.4505733,1),(0.4561091,-0.7564465,0.4687784,1),(0.4048806,-0.7905124,0.4595235,1),(0.6585853,-0.6731247,0.3364054,1),(0.6764763,-0.6680216,0.3100434,1),(0.6183502,-0.689132,0.3778096,1),(0.6400176,-0.6822371,0.3534544,1),(0.6924511,-0.663636,0.2830172,1),(0.706539,-0.660002,0.2553433,1),(0.6601296,-0.6760648,0.3273611,1),(0.6786578,-0.6705909,0.299552,1),(0.5948985,-0.7043936,0.387202,1),(0.618081,-0.6966187,0.3642778,1),(0.6403241,-0.6893108,0.338874,1),(0.5648096,-0.7286091,0.3874517,1),(0.5891789,-0.7196099,0.3674642,1),(0.5405018,-0.7376483,0.4046389,1),(0.5708533,-0.7127194,0.4076242,1),(0.5163751,-0.7468318,0.4190453,1),(0.7186083,-0.6566876,0.228831,1),(0.7285746,-0.6535239,0.2051475,1),(0.6951692,-0.6655071,0.2717352,1),(0.7092848,-0.6608207,0.2454203,1),(0.7366307,-0.6506968,0.1843065,1),(0.7429655,-0.6483375,0.1663153,1),(0.72118,-0.6566764,0.2206257,1),(0.7310266,-0.6531848,0.1973571,1),(0.679149,-0.6759014,0.2862062,1),(0.6952262,-0.6700548,0.2601677,1),(0.7092515,-0.6648709,0.2343267,1),(0.6546685,-0.6941298,0.299321,1),(0.6733137,-0.6864769,0.274587,1),(0.6344676,-0.70221,0.3230355,1),(0.6608878,-0.6823533,0.312444,1),(0.6126587,-0.7107092,0.3457482,1),(0.747769,-0.6461576,0.152715,1),(0.7513098,-0.6438073,0.1450716,1),(0.7389938,-0.6499239,0.1774464,1),(0.7453226,-0.6465501,0.1626878,1),(0.7536892,-0.6413971,0.1433958,1),(0.7549492,-0.6389375,0.1476838,1),(0.7502065,-0.6432334,0.153105,1),(0.7537858,-0.6400751,0.1486975,1),(0.73133,-0.6548387,0.1906381,1),(0.7397021,-0.6498981,0.174566,1),(0.7465425,-0.6452238,0.1623591,1),(0.7187514,-0.6634498,0.2079201,1),(0.7305837,-0.6559803,0.189571,1),(0.7053468,-0.6711192,0.2282216,1),(0.7212498,-0.6598936,0.2105689,1),(0.690249,-0.6788422,0.250459,1),(0.7541651,-0.6374114,0.1579295,1),(0.7504314,-0.6375766,0.1742088,1),(0.7552992,-0.637911,0.1503092,1),(0.7540159,-0.6373481,0.1588944,1),(0.7435122,-0.6392239,0.1964242,1),(0.7330909,-0.6420457,0.2243991,1),(0.7497926,-0.6382765,0.1743965,1),(0.7423886,-0.6404407,0.19671,1),(0.7529535,-0.639352,0.1558531,1),(0.7518815,-0.6387864,0.1631752,1),(0.7478748,-0.6396718,0.1774917,1),(0.7492328,-0.6413574,0.16526,1),(0.7493268,-0.6401442,0.1694841,1),(0.7461577,-0.6444344,0.1671915,1),(0.751178,-0.6415051,0.1555727,1),(0.740008,-0.6493533,0.1752953,1),(0.7201609,-0.6457769,0.2536542,1),(0.7055793,-0.6509856,0.2799565,1),(0.7317313,-0.6442127,0.2226194,1),(0.717534,-0.6504613,0.2490884,1),(0.6894512,-0.6577407,0.3033716,1),(0.6718433,-0.6660919,0.323957,1),(0.6996486,-0.659012,0.2760346,1),(0.6779097,-0.669645,0.3033384,1),(0.7270877,-0.6498433,0.2214657,1),(0.7086834,-0.6598822,0.2496462,1),(0.6843598,-0.6725571,0.2816359,1),(0.7168208,-0.6599604,0.2249898,1),(0.6918553,-0.6743646,0.2580089,1),(0.7342806,-0.6490102,0.1990417,1),(0.740016,-0.6429831,0.1973547,1),(0.7449442,-0.6422496,0.1804817,1),(0.6585714,-0.671505,0.3396539,1),(0.6560394,-0.6694331,0.3485275,1),(0.6598082,-0.6770166,0.3260393,1),(0.653686,-0.6762979,0.3395815,1),(0.6644214,-0.6599955,0.3506424,1),(0.6836124,-0.6427529,0.3457495,1),(0.6598907,-0.6678784,0.3442132,1),(0.6783761,-0.6514407,0.3397515,1),(0.6548213,-0.6820533,0.3255952,1),(0.6602705,-0.6743118,0.3306758,1),(0.6793377,-0.6581895,0.3244794,1),(0.6673959,-0.678679,0.3065571,1),(0.6883501,-0.6619586,0.2966223,1),(0.6610362,-0.6862736,0.3034133,1),(0.6630197,-0.6816835,0.3093742,1),(0.6693902,-0.6850818,0.287367,1),(0.7096992,-0.6209033,0.3328755,1),(0.7385671,-0.5980456,0.3112234,1),(0.7045816,-0.630343,0.3259334,1),(0.7336458,-0.6083513,0.3027748,1),(0.7694278,-0.5738077,0.2805808,1),(0.8011618,-0.5478128,0.2409168,1),(0.76459,-0.5851474,0.2701936,1),(0.7961203,-0.56038,0.2284005,1),(0.7354771,-0.6156612,0.2829041,1),(0.765556,-0.5932132,0.2490422,1),(0.7953844,-0.5696779,0.2069559,1),(0.7731726,-0.5961514,0.2163511,1),(0.799448,-0.5740527,0.1770491,1),(0.7453079,-0.6181902,0.2497139,1),(0.7063907,-0.6372561,0.3080858,1),(0.7167513,-0.6401384,0.2765688,1),(0.8307652,-0.5197793,0.1991449,1),(0.8569957,-0.48925,0.1618418,1),(0.8257135,-0.5329735,0.184761,1),(0.8527855,-0.5014954,0.1458062,1),(0.8805388,-0.4561701,0.1286871,1),(0.9019355,-0.4202843,0.09936491,1),(0.8780424,-0.4655619,0.1108758,1),(0.9019315,-0.4245203,0.07938568,1),(0.850094,-0.5115624,0.1250768,1),(0.8758944,-0.4739931,0.0902192,1),(0.9011731,-0.4295134,0.05835393,1),(0.8735924,-0.4816076,0.06993257,1),(0.8986906,-0.4367419,0.04014705,1),(0.8488233,-0.5187158,0.1021414,1),(0.8234609,-0.5432501,0.163681,1),(0.8242489,-0.5492715,0.1375297,1),(0.921219,-0.3826432,0.07028243,1),(0.9375393,-0.3458124,0.03786794,1),(0.9232894,-0.381099,0.04796078,1),(0.9404463,-0.3396791,0.01337543,1),(0.9507408,-0.3099793,0.002190122,1),(0.9606526,-0.2753241,-0.03664885,1),(0.9534262,-0.3006468,-0.02428746,1),(0.9622549,-0.2642867,-0.06494644,1),(0.9413235,-0.3373854,-0.009012862,1),(0.9540927,-0.2957526,-0.04730283,1),(0.9621815,-0.2576041,-0.08858143,1),(0.9519696,-0.3001144,-0.06070504,1),(0.9602369,-0.2604952,-0.1004355,1),(0.9390404,-0.3429682,-0.02399983,1),(0.923734,-0.3821355,0.02623028,1),(0.9213281,-0.3886667,0.009638648,1),(0.9680548,-0.2388171,-0.07639523,1),(0.973774,-0.1964558,-0.1147574,1),(0.9681543,-0.2268385,-0.1059321,1),(0.9723063,-0.1838047,-0.1443478,1),(0.9772977,-0.1476501,-0.1519494,1),(0.9778596,-0.09178698,-0.1880572,1),(0.9743441,-0.1347589,-0.1802602,1),(0.9736946,-0.0792542,-0.2136297,1),(0.9703255,-0.1752928,-0.1665555,1),(0.9716542,-0.1264946,-0.199718,1),(0.9707816,-0.0721972,-0.2288464,1),(0.9706293,-0.1275005,-0.2040157,1),(0.9704366,-0.07442673,-0.229594,1),(0.9688969,-0.1760728,-0.1738885,1),(0.9671117,-0.2189178,-0.1294991,1),(0.9654181,-0.2203492,-0.1393344,1),(0.974203,-0.03376566,-0.2231333,1),(0.9661132,0.02093823,-0.2572681,1),(0.9693563,-0.02219932,-0.2446537,1),(0.9613,0.03106793,-0.2737467,1),(0.9541898,0.07193896,-0.2904248,1),(0.9390106,0.1190077,-0.3226393,1),(0.9502667,0.08019724,-0.3009346,1),(0.9369554,0.1249996,-0.3263275,1),(0.9592106,0.03527543,-0.2804826,1),(0.9488271,0.08359513,-0.3045307,1),(0.9361312,0.1280572,-0.3275052,1),(0.950326,0.08083609,-0.3005762,1),(0.937197,0.1274695,-0.324674,1),(0.9604335,0.03152356,-0.2767197,1),(0.9667234,-0.0167638,-0.2552741,1),(0.9672368,-0.02030611,-0.2530623,1),(0.9216654,0.1631784,-0.3520024,1),(0.9033003,0.2052091,-0.3767461,1),(0.9217991,0.1672148,-0.3497509,1),(0.9049643,0.2085589,-0.3708674,1),(0.8845574,0.2449858,-0.3969134,1),(0.8659891,0.2824871,-0.4126306,1),(0.8867028,0.2488775,-0.3896385,1),(0.8672541,0.2880681,-0.4060627,1),(0.9049987,0.212404,-0.3685943,1),(0.8868271,0.2539288,-0.3860801,1),(0.8670976,0.2949102,-0.4014593,1),(0.8858551,0.2603253,-0.3840461,1),(0.8659164,0.3030088,-0.3979629,1),(0.9045182,0.2168183,-0.3672009,1),(0.9214786,0.1703986,-0.3490578,1),(0.921708,0.1725139,-0.3474095,1),(0.8474606,0.3176215,-0.4253553,1),(0.8283569,0.353297,-0.4347482,1),(0.8467104,0.3263722,-0.4201936,1),(0.8250954,0.3635514,-0.4324904,1),(0.8087766,0.3884014,-0.4416161,1),(0.7887855,0.4226691,-0.4462828,1),(0.7787416,0.4366226,-0.4504689,1),(0.8024051,0.4005749,-0.4423641,1),(0.8234482,0.3739313,-0.4267415,1),(0.7994011,0.4148668,-0.4345611,1),(0.7749776,0.4477201,-0.4460452,1),(0.7734766,0.4575244,-0.4386405,1),(0.797816,0.4249807,-0.4276459,1),(0.8220761,0.3839669,-0.4204286,1),(0.8459305,0.3350684,-0.4148866,1),(0.8446688,0.3444171,-0.4097701,1),(0.766032,0.4578024,-0.4512337,1),(0.737729,0.494819,-0.4592494,1),(0.7247502,0.5083259,-0.4651256,1),(0.7532113,0.4724183,-0.4577047,1),(0.7033526,0.5332972,-0.4699884,1),(0.6624734,0.5725513,-0.4830258,1),(0.65827,0.5798737,-0.4800283,1),(0.6931656,0.5441996,-0.4726186,1),(0.6903834,0.552349,-0.4672057,1),(0.7205782,0.5179757,-0.4609427,1),(0.6580236,0.586198,-0.4726275,1),(0.6573524,0.5933142,-0.4646139,1),(0.6893743,0.5601171,-0.4593822,1),(0.7193074,0.5264252,-0.4532919,1),(0.7487369,0.4831024,-0.4538777,1),(0.7472953,0.4922441,-0.4463691,1),(0.6193112,0.6085852,-0.4960622,1),(0.5789614,0.6384122,-0.5071821,1),(0.5898263,0.6404164,-0.4919063,1),(0.6227316,0.6127124,-0.4866094,1),(0.5419168,0.6626856,-0.5168888,1),(0.5084732,0.6820297,-0.5256333,1),(0.533685,0.6820045,-0.5000502,1),(0.560031,0.6633801,-0.4962783,1),(0.5710467,0.6666037,-0.4791088,1),(0.5966514,0.6441771,-0.4785843,1),(0.5493819,0.6850721,-0.4783885,1),(0.5538085,0.6924419,-0.4624071,1),(0.5734736,0.6734161,-0.4665177,1),(0.5975794,0.6507508,-0.4684253,1),(0.6258093,0.6174915,-0.4765154,1),(0.6257203,0.6241452,-0.4678856,1),(0.4893275,0.6966024,-0.524694,1),(0.4956937,0.7065588,-0.505037,1),(0.5229162,0.7065213,-0.4768503,1),(0.5186059,0.6963452,-0.4961362,1),(0.5271688,0.7108107,-0.4656622,1),(0.5813871,0.7059835,-0.4044457,1),(0.5868188,0.709919,-0.3894337,1),(0.5462235,0.7117574,-0.441635,1),(0.5528491,0.7177974,-0.4232313,1),(0.5378574,0.7107949,-0.453299,1),(0.5805646,0.7195418,-0.3810571,1),(0.5620667,0.7354473,-0.3784155,1),(0.5456821,0.7300138,-0.4114738,1),(0.5385866,0.7206987,-0.4364837,1),(0.536616,0.6997313,-0.4716136,1),(0.5412748,0.7080853,-0.453472,1),(0.6334645,0.6955299,-0.3390585,1),(0.6635601,0.6893271,-0.2907166,1),(0.6413195,0.7069523,-0.2982076,1),(0.6241823,0.7055064,-0.3356443,1),(0.6750842,0.6902845,-0.2603241,1),(0.6700454,0.6997433,-0.2477874,1),(0.6226222,0.7332842,-0.2731957,1),(0.6405124,0.7160664,-0.2774759,1),(0.5967911,0.7453051,-0.2972552,1),(0.6092819,0.7293893,-0.3110738,1),(0.5667824,0.7684268,-0.2971159,1),(0.5045369,0.8034217,-0.3161583,1),(0.5452257,0.7765957,-0.3156392,1),(0.5681491,0.7558144,-0.3255014,1),(0.6042686,0.7210715,-0.3389916,1),(0.5738816,0.7421008,-0.3463326,1),(0.6484981,0.7192996,-0.2491151,1),(0.6090268,0.7491635,-0.2604621,1),(0.5380695,0.7909495,-0.2913417,1),(0.5885093,0.7585323,-0.2797954,1),(0.5492939,0.7869384,-0.2810769,1),(0.4669051,0.8283666,-0.3095293,1),(0.3798566,0.865933,-0.3253755,1),(0.4691207,0.8280622,-0.3069835,1),(0.3870405,0.8636554,-0.3229536,1),(0.4619957,0.8295635,-0.313663,1),(0.2952223,0.8960627,-0.3315349,1),(0.21822,0.9181339,-0.3307724,1),(0.3075226,0.892525,-0.3298924,1),(0.3844713,0.8634133,-0.3266488,1),(0.5213243,0.7970788,-0.3047725,1),(0.449755,0.8331461,-0.3218509,1),(0.3713484,0.865796,-0.3354067,1),(0.2741674,0.8966034,-0.3477564,1),(0.1861257,0.920988,-0.3422547,1),(0.2812195,0.8975641,-0.3395503,1),(0.175206,0.9213799,-0.3469321,1),(0.0740663,0.9400173,-0.3329891,1),(0.007135602,0.9488346,-0.3156931,1),(0.09485484,0.9377343,-0.334151,1),(0.03087714,0.9473755,-0.3186315,1),(0.1101332,0.9372483,-0.3308116,1),(-0.0397492,0.9532455,-0.2995712,1),(-0.06265952,0.9552129,-0.2892095,1),(-0.01175459,0.9520177,-0.3058171,1),(0.05181193,0.9464036,-0.3188036,1),(0.1983803,0.9209445,-0.3354199,1),(0.1285342,0.9360787,-0.3274685,1),(-0.01939359,0.9501597,-0.3111595,1),(-0.09416702,0.9532216,-0.28723,1),(-0.1254649,0.9540728,-0.272036,1),(-0.06917744,0.9536502,-0.2928578,1),(-0.150521,0.9531158,-0.2625146,1),(-0.1894629,0.9526837,-0.2376919,1),(-0.1803247,0.9539306,-0.2397907,1),(-0.162243,0.9534476,-0.2541942,1),(-0.1513428,0.9555429,-0.2530479,1),(-0.1335798,0.955349,-0.2635617,1),(-0.1502397,0.9570469,-0.2479703,1),(-0.1004,0.9609392,-0.2579059,1),(-0.1173925,0.9591092,-0.2575434,1),(-0.1168454,0.9577764,-0.2627003,1),(-0.09652106,0.9553511,-0.2792638,1),(-0.09865535,0.9568431,-0.2733468,1),(-0.2113473,0.952909,-0.2174783,1),(-0.2162607,0.9540838,-0.2072567,1),(-0.1701481,0.9590132,-0.2265905,1),(-0.18219,0.9559939,-0.2299617,1),(-0.2043553,0.9567413,-0.2070867,1),(-0.1755644,0.9602901,-0.2168414,1),(-0.1038413,0.9655388,-0.2386456,1),(-0.1440841,0.9625691,-0.2295662,1),(-0.07119521,0.9654906,-0.2505176,1),(-0.1081305,0.9628627,-0.2473931,1),(-0.02356219,0.966504,-0.2555674,1),(0.05894397,0.9631343,-0.2624843,1),(0.008603457,0.9647569,-0.2630024,1),(-0.03473911,0.9643709,-0.2622635,1),(-0.1344276,0.9597818,-0.2464712,1),(-0.07104788,0.9628568,-0.2604972,1),(-0.1351015,0.9637015,-0.2302755,1),(-0.08846429,0.9665443,-0.240762,1),(-0.003044011,0.9670398,-0.2546072,1),(-0.05492307,0.9669684,-0.2489094,1),(-0.03550915,0.9680803,-0.2481118,1),(0.02375054,0.9674147,-0.2520809,1),(0.1096668,0.9615331,-0.2518479,1),(0.05183813,0.9653835,-0.2556313,1),(0.1358328,0.9578466,-0.2531389,1),(0.08263446,0.9623789,-0.2588408,1),(0.1891109,0.9515423,-0.2424964,1),(0.2573909,0.939333,-0.2267234,1),(0.2108962,0.9471288,-0.2418048,1),(0.1623814,0.9537958,-0.2527963,1),(0.02951292,0.9652552,-0.2596371,1),(0.1117555,0.9592008,-0.2597008,1),(0.0851761,0.9639646,-0.2520265,1),(0.1446424,0.9582941,-0.2464774,1),(0.2209023,0.9471679,-0.2325405,1),(0.1671178,0.9552413,-0.2441015,1),(0.2021864,0.9506196,-0.2354635,1),(0.2578772,0.9410329,-0.2189891,1),(0.3178721,0.9271743,-0.1982553,1),(0.2711058,0.9377126,-0.2172488,1),(0.3279147,0.9242132,-0.1957092,1),(0.2862771,0.9341542,-0.2130757,1),(0.3651673,0.9140245,-0.1766692,1),(0.3989533,0.9031317,-0.1587115,1),(0.3708935,0.9119238,-0.1755936,1),(0.338077,0.9211993,-0.1926025,1),(0.240053,0.9434358,-0.2286997,1),(0.3002967,0.930514,-0.2096796,1),(0.3100319,0.9295791,-0.1994063,1),(0.3570673,0.9167883,-0.1788919,1),(0.398744,0.9034543,-0.1573963,1),(0.3606004,0.9156495,-0.1776329,1),(0.3991776,0.9032352,-0.1575545,1),(0.4366076,0.8894004,-0.1354282,1),(0.4620702,0.8789103,-0.1183542,1),(0.4324931,0.8910718,-0.1376254,1),(0.4534645,0.8827723,-0.1228133,1),(0.4277045,0.8930995,-0.1394352,1),(0.4757737,0.872964,-0.107579,1),(0.4776857,0.8721604,-0.105607,1),(0.46236,0.8790554,-0.1161243,1),(0.4441962,0.8866657,-0.1285055,1),(0.3983175,0.9036414,-0.1574018,1),(0.4230942,0.8947749,-0.1427205,1),(0.4699914,0.8752734,-0.1140373,1),(0.5000321,0.8607811,-0.0949932,1),(0.5116226,0.8549574,-0.08538279,1),(0.4881781,0.8669323,-0.1005511,1),(0.5269439,0.8462817,-0.07834122,1),(0.5504414,0.8324599,-0.06344179,1),(0.5510203,0.8321112,-0.06298916,1),(0.5323795,0.8433798,-0.07267975,1),(0.527773,0.8460514,-0.07518489,1),(0.5125174,0.8546196,-0.08337415,1),(0.5409291,0.8381914,-0.06950387,1),(0.5105438,0.8555351,-0.08605052,1),(0.5173599,0.8516933,-0.0834102,1),(0.5017617,0.8602308,-0.09076445,1),(0.4951817,0.8636727,-0.09415188,1),(0.4906893,0.8659046,-0.09712572,1),(0.5729054,0.8180793,-0.05025698,1),(0.5948811,0.8029765,-0.03667966,1),(0.5675966,0.8214615,-0.05509044,1),(0.5814071,0.8122618,-0.04686784,1),(0.6155254,0.7878187,-0.02168,1),(0.6353003,0.772243,-0.005858251,1),(0.5927984,0.8044198,-0.03871673,1),(0.6018004,0.7980592,-0.03062474,1),(0.5567104,0.8283762,-0.06217999,1),(0.5582784,0.827508,-0.05962798,1),(0.5544822,0.8303395,-0.05555113,1),(0.5087678,0.8572236,-0.07951828,1),(0.4951608,0.8650979,-0.08013409,1),(0.5179375,0.8515015,-0.08176769,1),(0.5509362,0.8319746,-0.06547887,1),(0.5204051,0.8499532,-0.08220805,1),(0.6476802,0.7618862,0.00631349,1),(0.6464237,0.7629061,0.01051886,1),(0.6031555,0.7972323,-0.02498143,1),(0.5915411,0.8059194,-0.02393939,1),(0.6314613,0.7753788,0.006674379,1),(0.6020553,0.7984369,-0.005300876,1),(0.5655975,0.8242978,-0.02515468,1),(0.5263249,0.8496412,-0.03304516,1),(0.5224128,0.8509725,-0.05413541,1),(0.4886751,0.8707325,-0.05496758,1),(0.4420269,0.8952415,-0.05616844,1),(0.3532526,0.9330551,-0.06797599,1),(0.4039922,0.9116557,-0.07532755,1),(0.4443344,0.8922789,-0.08003275,1),(0.5443418,0.8370687,-0.05484485,1),(0.4747607,0.8762701,-0.08217784,1),(0.5599205,0.8283945,-0.01585302,1),(0.5099264,0.8599212,-0.02260276,1),(0.4201373,0.9066109,-0.03926081,1),(0.4763346,0.8783788,-0.03944652,1),(0.4504864,0.8924605,-0.02400672,1),(0.3807101,0.9245012,-0.01890399,1),(0.2867405,0.9578624,-0.01671631,1),(0.3570529,0.9335488,-0.03162062,1),(0.2637792,0.964171,-0.02819423,1),(0.3273918,0.9438252,-0.04481635,1),(0.1956643,0.9806617,-0.004257969,1),(0.1115056,0.9936067,0.01766492,1),(0.175393,0.9844027,-0.01373416,1),(0.2368966,0.970773,-0.03846913,1),(0.3867007,0.9206159,-0.05411933,1),(0.2961148,0.9534779,-0.05653266,1),(0.3055281,0.9521545,-0.007369564,1),(0.2301346,0.9730861,0.01189943,1),(0.1411279,0.9894711,0.03208991,1),(0.2133436,0.9769667,0.004531302,1),(0.1544358,0.9872352,0.03894126,1),(0.07833112,0.9941949,0.07376238,1),(-0.0003095171,0.9943311,0.1063277,1),(0.06995255,0.995364,0.06600843,1),(-0.004394038,0.9953748,0.09596727,1),(0.0598793,0.9964986,0.05835122,1),(-0.06644764,0.9882186,0.1378725,1),(-0.1155791,0.9795294,0.1648136,1),(-0.06538062,0.9899477,0.1254146,1),(-0.01048242,0.9960338,0.08835666,1),(0.1265264,0.991649,0.02496766,1),(0.04845088,0.9974466,0.05246736,1),(0.007037698,0.9939687,0.109439,1),(-0.05391099,0.9886226,0.1404245,1),(-0.1073971,0.9793524,0.1712739,1),(-0.06215594,0.9876503,0.1438168,1),(-0.1037099,0.9803409,0.1678569,1),(-0.1452469,0.9712632,0.1885503,1),(-0.1380991,0.9726666,0.1866769,1),(-0.1538566,0.9693077,0.1917569,1),(-0.14695,0.9699921,0.1937036,1),(-0.1580673,0.9675694,0.197039,1),(-0.148242,0.9712356,0.1863488,1),(-0.162745,0.966566,0.1981522,1),(-0.132902,0.9758108,0.1735806,1),(-0.1698825,0.9640142,0.2044913,1),(-0.1162474,0.977753,0.1746015,1),(-0.1535724,0.9688749,0.1941567,1),(-0.1672048,0.9651843,0.2011506,1),(-0.1625534,0.9665098,0.1985832,1),(-0.1518438,0.9703161,0.1882291,1),(-0.1311013,0.9757782,0.1751275,1),(-0.1311448,0.9747686,0.1806298,1),(-0.07245431,0.9866084,0.1461307,1),(-0.03186933,0.9924157,0.118724,1),(-0.09175595,0.984219,0.1513066,1),(-0.08827223,0.9857149,0.1434372,1),(-0.0436151,0.9922675,0.1162012,1),(0.0121107,0.9961405,0.08693422,1),(0.004068715,0.996588,0.0824362,1),(0.05490782,0.9968588,0.05707657,1),(-0.0442657,0.9929016,0.1103941,1),(-0.123298,0.978307,0.1664721,1),(-0.08996486,0.9859403,0.1408123,1),(-0.001453223,0.9944031,0.1056439,1),(0.06582902,0.9953893,0.0697626,1),(0.09548023,0.9941731,0.05003307,1),(0.03471858,0.9959763,0.08261771,1),(0.1287678,0.9909639,0.0375425,1),(0.187733,0.982178,0.009104935,1),(0.1511136,0.9882714,0.02200641,1),(0.2024113,0.9793004,-0.0005160596,1),(0.123375,0.9918508,0.03179255,1),(0.1721491,0.9850217,0.009844135,1),(0.2167475,0.9761914,-0.0084225,1),(0.1957102,0.9806577,-0.002819542,1),(0.2363561,0.9715112,-0.01736894,1),(0.1520975,0.9882584,0.01454107,1),(0.0704478,0.9958181,0.05816796,1),(0.1052326,0.9938473,0.03455008,1),(0.2553783,0.9666236,-0.02051179,1),(0.3447074,0.9368861,-0.05849059,1),(0.2646662,0.9639907,-0.02595636,1),(0.3557253,0.9325749,-0.06134729,1),(0.4556891,0.8837137,-0.1067603,1),(0.5834524,0.7953051,-0.1645394,1),(0.6193572,0.7664388,-0.1702003,1),(0.4760331,0.8725115,-0.1100728,1),(0.4996562,0.858839,-0.112868,1),(0.3693284,0.9271169,-0.06364532,1),(0.6586255,0.7319486,-0.1745389,1),(0.7020495,0.6895418,-0.1779287,1),(0.5302435,0.8397502,-0.116882,1),(0.3902382,0.9180919,-0.06943787,1),(0.2755217,0.960818,-0.03027401,1),(0.2936144,0.9552213,-0.03664582,1),(0.7075255,0.6736268,-0.2136229,1),(0.815571,0.5270202,-0.2389425,1),(0.8598914,0.451822,-0.2375787,1),(0.7535803,0.6198061,-0.2189913,1),(0.9053767,0.3508276,-0.2391925,1),(0.9671105,0.1414222,-0.2114166,1),(0.9821972,0.04873692,-0.1814208,1),(0.9383571,0.2619103,-0.2255858,1),(0.9625009,0.1733335,-0.20868,1),(0.899745,0.3693347,-0.2324882,1),(0.9880639,-0.03106577,-0.1508795,1),(0.9884359,-0.08498393,-0.1255868,1),(0.9769846,0.09489075,-0.1910417,1),(0.9321216,0.2846448,-0.2238899,1),(0.8002638,0.5571574,-0.2217054,1),(0.8454126,0.4861172,-0.2212863,1),(0.9839913,-0.05714926,-0.1688047,1),(0.9723516,-0.1948387,-0.1287261,1),(0.9614066,-0.2607882,-0.08767378,1),(0.9817213,-0.1415119,-0.1272702,1),(0.9562215,-0.2767799,-0.09504438,1),(0.9474228,-0.3127196,-0.06779809,1),(0.9443554,-0.3241483,-0.05586367,1),(0.9458104,-0.318293,-0.06428307,1),(0.9425849,-0.3321727,-0.03456533,1),(0.9529866,-0.2989588,-0.04939882,1),(0.9498095,-0.3100501,-0.04160445,1),(0.9648612,-0.262023,-0.01966701,1),(0.9515317,-0.3074812,-0.006528286,1),(0.9546893,-0.2970102,-0.01879101,1),(0.9753811,-0.2022012,-0.08801366,1),(0.9724495,-0.2257645,-0.05807261,1),(0.9459888,-0.3207113,-0.04742753,1),(0.9483985,-0.3150838,-0.03553099,1),(0.9604962,-0.2726199,-0.0559063,1),(0.9517049,-0.3020427,-0.0550264,1),(0.9547233,-0.2957829,-0.03187314,1),(0.9642677,-0.2624235,-0.0363555,1),(0.9798189,-0.1898985,-0.06239935,1),(0.9701418,-0.2354047,-0.0583902,1),(0.9843664,-0.158509,-0.07679749,1),(0.9753063,-0.2098757,-0.06877264,1),(0.9910595,-0.1058835,-0.08117614,1),(0.996526,-0.01717663,-0.08149131,1),(0.9949296,-0.06815456,-0.07396016,1),(0.9901498,-0.1258918,-0.06127413,1),(0.9638383,-0.2603087,-0.05705433,1),(0.9807088,-0.1906352,-0.0432242,1),(0.9749956,-0.2177372,-0.04443086,1),(0.9850532,-0.1646305,-0.05066393,1),(0.9949679,-0.07541386,-0.06596712,1),(0.9884629,-0.1363756,-0.06589935,1),(0.9931663,-0.1029303,-0.05500849,1),(0.9978118,-0.03279622,-0.05741047,1),(0.996088,0.06878246,-0.05547572,1),(0.9980199,-0.006925631,-0.06251588,1),(0.9943343,0.08416503,-0.06492728,1),(0.9970184,0.01419214,-0.07584684,1),(0.9858422,0.1605597,-0.04833004,1),(0.9715648,0.2338119,-0.03733375,1),(0.9852807,0.159889,-0.06047785,1),(0.9927718,0.0933686,-0.07540811,1),(0.9954874,-0.04910453,-0.08120076,1),(0.9960105,0.03442068,-0.08232975,1),(0.9976293,0.04470768,-0.05231431,1),(0.9911727,0.1285481,-0.03243308,1),(0.9741614,0.2251698,-0.01755219,1),(0.9881599,0.1475519,-0.04205385,1),(0.975703,0.2190813,0.0026511,1),(0.9474398,0.3155119,0.0530086,1),(0.9239355,0.3769734,0.06507071,1),(0.9532148,0.3017478,0.01816285,1),(0.9300949,0.3657045,0.03440296,1),(0.9524614,0.304658,0.0008677853,1),(0.9045659,0.4198784,0.07391102,1),(0.8937387,0.4425787,0.0731776,1),(0.9129339,0.4052809,0.04794661,1),(0.9318137,0.3625273,0.01724054,1),(0.9712951,0.2363737,-0.02670773,1),(0.9524121,0.3046427,-0.01019938,1),(0.9108868,0.399755,0.1023776,1),(0.879061,0.4568859,0.1360409,1),(0.8636608,0.4836663,0.1419749,1),(0.8909479,0.4404873,0.1103751,1),(0.8579618,0.4897192,0.1551664,1),(0.8510766,0.4992748,0.1624603,1),(0.8401694,0.5158142,0.1674851,1),(0.8459406,0.5086109,0.1603108,1),(0.8462571,0.5099891,0.1541433,1),(0.8589387,0.4932302,0.137653,1),(0.8418748,0.5154052,0.1600127,1),(0.8579547,0.4952767,0.1364355,1),(0.8598687,0.4939021,0.1291765,1),(0.8667282,0.4849656,0.1165787,1),(0.8791092,0.4635079,0.1110288,1),(0.8780233,0.4686251,0.09729131,1),(0.5155764,-0.3285784,0.791339,1),(0.5157658,-0.329406,0.7908713,1),(0.5151675,-0.3270195,0.7922503,1),(0.4811569,-0.2374592,0.8438609,1),(0.4818441,-0.2403533,0.8426486,1),(0.4898686,-0.2342274,0.8397417,1),(0.5160952,-0.3240228,0.7928777,1),(0.5181252,-0.3195069,0.7933861,1),(0.4829204,-0.2449698,0.8407007,1),(0.4839052,-0.2514898,0.8382056,1),(0.4437473,-0.1580233,0.8821093,1),(0.4448885,-0.1689965,0.8794966,1),(0.4446574,-0.1847502,0.8764402,1),(0.411162,-0.1056537,0.9054188,1),(0.4098357,-0.1264471,0.9033525,1),(0.4103481,-0.09106677,0.9073705,1),(0.4510918,-0.1469903,0.8802897,1),(0.4410525,-0.1516724,0.8845723,1),(0.4060347,-0.08275231,0.9101031,1),(0.4097001,-0.07890744,0.9088011,1),(0.5228709,-0.3169644,0.7912899,1),(0.5318663,-0.3199908,0.7840434,1),(0.487218,-0.2619158,0.833078,1),(0.4962557,-0.2770728,0.8227764,1),(0.5448924,-0.328451,0.7714999,1),(0.5605789,-0.3434063,0.7535405,1),(0.510698,-0.2968026,0.8069052,1),(0.5292899,-0.3218296,0.7850337,1),(0.4563844,-0.2294674,0.8596848,1),(0.4724728,-0.2571256,0.8430042,1),(0.4947425,-0.2880034,0.8199292,1),(0.4373407,-0.2111436,0.8741575,1),(0.4611197,-0.2443582,0.8530285,1),(0.4205868,-0.1803063,0.8891549,1),(0.4469938,-0.2052973,0.8706604,1),(0.4113213,-0.1520462,0.8987195,1),(0.5808586,-0.3550997,0.7324666,1),(0.5985996,-0.3650424,0.7130375,1),(0.5526572,-0.3436514,0.7592586,1),(0.5748043,-0.3629082,0.7334151,1),(0.613926,-0.3738964,0.6951951,1),(0.6303965,-0.3772799,0.6784247,1),(0.5983987,-0.376623,0.7071592,1),(0.6231209,-0.3856466,0.6804389,1),(0.5489014,-0.3415693,0.7629138,1),(0.5791006,-0.3603448,0.7312962,1),(0.6116498,-0.3739292,0.6971811,1),(0.5549497,-0.3241636,0.7661259,1),(0.5921954,-0.3410199,0.7300754,1),(0.5208063,-0.3024757,0.7982914,1),(0.5208613,-0.3175284,0.7923883,1),(0.4896085,-0.2759353,0.8271294,1),(0.6464373,-0.3742189,0.6648902,1),(0.6610537,-0.36283,0.6567819,1),(0.6472171,-0.3883022,0.6559964,1),(0.66835,-0.3840219,0.6370521,1),(0.6741782,-0.3430837,0.654047,1),(0.6855427,-0.3148693,0.6564209,1),(0.68676,-0.3729126,0.6239366,1),(0.702513,-0.3550187,0.6167958,1),(0.6706552,-0.3851588,0.6339355,1),(0.6938779,-0.3838339,0.609266,1),(0.7133582,-0.3781544,0.5900163,1),(0.6862086,-0.3762071,0.622564,1),(0.7078593,-0.3852111,0.5920706,1),(0.65984,-0.3659219,0.6562867,1),(0.6433599,-0.3819337,0.6634867,1),(0.6285367,-0.3542274,0.6924338,1),(0.6948161,-0.2831181,0.6611163,1),(0.7020664,-0.2522874,0.6659234,1),(0.7149745,-0.3339454,0.6142411,1),(0.7237675,-0.3126426,0.6151545,1),(0.7073525,-0.2222991,0.6709959,1),(0.7107484,-0.1930229,0.6764459,1),(0.7289345,-0.2910892,0.619614,1),(0.730459,-0.2692329,0.627649,1),(0.7377359,-0.3607926,0.5705913,1),(0.7423791,-0.35006,0.5712541,1),(0.7420907,-0.3379621,0.5788636,1),(0.7385211,-0.3969175,0.5450166,1),(0.7384023,-0.3941402,0.5471888,1),(0.7337132,-0.3964686,0.551795,1),(0.7281284,-0.3701764,0.576887,1),(0.7236791,-0.3926552,0.5675478,1),(0.7132034,-0.1667862,0.6808254,1),(0.7163942,-0.1460206,0.6822443,1),(0.729805,-0.2494615,0.6365168,1),(0.7291874,-0.2340657,0.6430389,1),(0.7206044,-0.1308839,0.6808807,1),(0.7260386,-0.1214903,0.6768368,1),(0.7288215,-0.2232037,0.6473015,1),(0.7288589,-0.2169857,0.6493705,1),(0.7351571,-0.3178573,0.5987576,1),(0.7311134,-0.3120277,0.6067222,1),(0.7268153,-0.3091669,0.6133149,1),(0.7286001,-0.3850219,0.5664803,1),(0.7245957,-0.3842469,0.5721148,1),(0.732281,-0.3870049,0.5603495,1),(0.7388593,-0.3265434,0.5894544,1),(0.7355775,-0.3900698,0.5538693,1),(0.7311296,-0.1150445,0.6724688,1),(0.7347251,-0.1081638,0.6696862,1),(0.7290246,-0.2104828,0.6513219,1),(0.7295294,-0.1984144,0.6545369,1),(0.7367758,-0.1008711,0.6685705,1),(0.7372789,-0.09320649,0.669128,1),(0.7301149,-0.1807984,0.658972,1),(0.7304851,-0.1576228,0.6644897,1),(0.7221449,-0.2882081,0.6288425,1),(0.7226307,-0.2641642,0.6387661,1),(0.7241663,-0.2308499,0.6498396,1),(0.7253664,-0.3364541,0.600535,1),(0.7300051,-0.299229,0.6144546,1),(0.7224586,-0.3627574,0.588609,1),(0.7233738,-0.3032064,0.6203194,1),(0.722033,-0.3786144,0.5790678,1),(0.7353296,-0.09181498,0.6714614,1),(0.7303475,-0.1037203,0.6751553,1),(0.7290221,-0.1380922,0.6704158,1),(0.7250625,-0.1318584,0.6759422,1),(0.7219118,-0.1289123,0.6798713,1),(0.7091558,-0.1674784,0.6848716,1),(0.7188039,-0.1388262,0.6812108,1),(0.7100115,-0.158959,0.6860144,1),(0.7229624,-0.1799232,0.6670479,1),(0.7201214,-0.173555,0.6717915,1),(0.71624,-0.1799693,0.6742486,1),(0.7359074,-0.2256365,0.6383794,1),(0.7355328,-0.2250978,0.6390012,1),(0.7355148,-0.2382674,0.6342292,1),(0.7245275,-0.1990509,0.6598776,1),(0.7338294,-0.262858,0.6264184,1),(0.6937932,-0.2184503,0.6862437,1),(0.6773684,-0.2805807,0.6800343,1),(0.7000861,-0.1920139,0.6877572,1),(0.6894301,-0.2373537,0.6843605,1),(0.6583487,-0.353283,0.6646563,1),(0.6350294,-0.4350182,0.6383548,1),(0.6767843,-0.2948371,0.6745622,1),(0.6605632,-0.363724,0.6567808,1),(0.7063935,-0.2281218,0.6700513,1),(0.6990146,-0.2688302,0.662653,1),(0.6886944,-0.3203096,0.6504629,1),(0.7244272,-0.2807489,0.6295913,1),(0.7154042,-0.3164634,0.6229348,1),(0.7304518,-0.253554,0.6341533,1),(0.7118813,-0.1984927,0.6736658,1),(0.734036,-0.2350116,0.6371505,1),(0.6094736,-0.5187007,0.5995761,1),(0.5842618,-0.599035,0.5475355,1),(0.6412749,-0.439566,0.6289263,1),(0.6193563,-0.519002,0.5890964,1),(0.5584083,-0.6757231,0.4812259,1),(0.5306757,-0.7474667,0.3995959,1),(0.5930518,-0.6011897,0.5355936,1),(0.5604481,-0.6840416,0.4668886,1),(0.6557866,-0.4530398,0.6039029,1),(0.629595,-0.5331389,0.565131,1),(0.5936574,-0.6197573,0.5132949,1),(0.6558751,-0.4925569,0.5720276,1),(0.6180762,-0.5733146,0.537859,1),(0.683104,-0.4216868,0.5962794,1),(0.6747168,-0.3818044,0.6316506,1),(0.7022184,-0.36274,0.6126246,1),(0.5004066,-0.8057613,0.3167677,1),(0.4725538,-0.8458335,0.2475047,1),(0.5233948,-0.7550524,0.3949097,1),(0.4893648,-0.806278,0.3323216,1),(0.4498959,-0.8719016,0.1933423,1),(0.4340465,-0.8875515,0.1544538,1),(0.4611533,-0.8416655,0.2809568,1),(0.4403544,-0.8647903,0.2413002,1),(0.5130582,-0.7565778,0.405415,1),(0.4800517,-0.799514,0.3610095,1),(0.4541774,-0.8297591,0.3243804,1),(0.4996272,-0.7541386,0.4262012,1),(0.4711385,-0.7884062,0.3955301,1),(0.5344813,-0.7084799,0.4608535,1),(0.5517741,-0.6977553,0.4568182,1),(0.5746088,-0.6490015,0.4986199,1),(0.4244139,-0.8971075,0.1227642,1),(0.419798,-0.9031255,0.09018798,1),(0.4269323,-0.8806483,0.205396,1),(0.4205244,-0.8920622,0.1654816,1),(0.4201508,-0.9056662,0.05694,1),(0.4281335,-0.9033841,0.02447047,1),(0.420971,-0.8988642,0.121765,1),(0.4279516,-0.9007274,0.07448175,1),(0.427244,-0.8699613,0.2462315,1),(0.4265707,-0.8825443,0.1978717,1),(0.4339386,-0.8894623,0.1433671,1),(0.4376334,-0.8538653,0.2817641,1),(0.444377,-0.8653995,0.2315442,1),(0.4396968,-0.8370091,0.3257028,1),(0.4363727,-0.8522881,0.2884161,1),(0.4508296,-0.815201,0.3635932,1),(0.4384338,-0.8987193,-0.008908567,1),(0.4526754,-0.8906571,-0.04260046,1),(0.4602703,-0.8876655,-0.01419092,1),(0.4434181,-0.8958629,0.02845894,1),(0.4809543,-0.8738276,-0.07147291,1),(0.5185333,-0.8494372,-0.09787618,1),(0.4916585,-0.8693454,-0.05010454,1),(0.5273413,-0.8456395,-0.0824921,1),(0.4686527,-0.8824378,0.04084123,1),(0.4948924,-0.8689535,-0.001140913,1),(0.5271956,-0.8489361,-0.03704523,1),(0.4950655,-0.8646659,0.0852238,1),(0.519612,-0.8532999,0.04339012,1),(0.4743258,-0.8705773,0.1308055,1),(0.4484054,-0.8893895,0.08898798,1),(0.4574614,-0.8708771,0.1797281,1),(0.5489384,-0.8280607,-0.1139393,1),(0.5632252,-0.819132,-0.1086292,1),(0.5571735,-0.8241733,-0.1014685,1),(0.5695098,-0.8160016,-0.09899476,1),(0.5617095,-0.8232805,-0.08180191,1),(0.5430908,-0.8390294,-0.03289561,1),(0.5648402,-0.8217723,-0.07513904,1),(0.5419847,-0.8398654,-0.02964227,1),(0.56175,-0.8250901,-0.06052607,1),(0.5545028,-0.8311344,-0.0417417,1),(0.5298364,-0.8480939,-0.00318238,1),(0.530379,-0.8476934,0.01067728,1),(0.5098339,-0.8594031,0.03867406,1),(0.5401497,-0.8415643,0.002783546,1),(0.5528413,-0.8311919,-0.05904677,1),(0.5369972,-0.8434743,0.01360471,1),(0.5143787,-0.8571932,0.02518408,1),(0.4858687,-0.8704106,0.07947864,1),(0.5099248,-0.8598713,0.02445021,1),(0.4798152,-0.8742123,0.0743652,1),(0.4582404,-0.8793389,0.129533,1),(0.4320589,-0.884675,0.1751434,1),(0.452313,-0.8837626,0.1199028,1),(0.427875,-0.8893709,0.1610668,1),(0.4704086,-0.8782429,0.08605285,1),(0.4460563,-0.8862686,0.1247461,1),(0.4251489,-0.8909947,0.1593013,1),(0.440399,-0.8875932,0.1350081,1),(0.4240072,-0.8909966,0.1623044,1),(0.4596815,-0.8818557,0.1049922,1),(0.498302,-0.8659207,0.04332062,1),(0.4830106,-0.8725541,0.07314553,1),(0.4079018,-0.8872601,0.2153732,1),(0.3857461,-0.8882681,0.2493584,1),(0.4060157,-0.8923142,0.1972984,1),(0.385891,-0.8939334,0.2279722,1),(0.3657807,-0.8883845,0.277448,1),(0.3481225,-0.8881482,0.3000054,1),(0.3676591,-0.8947795,0.2533702,1),(0.351411,-0.8952959,0.2737806,1),(0.3895285,-0.8954107,0.2156552,1),(0.3735539,-0.8967602,0.237231,1),(0.3589136,-0.897961,0.2546505,1),(0.3812944,-0.8963994,0.2260149,1),(0.3678794,-0.8981726,0.2407298,1),(0.3951646,-0.8947299,0.2080944,1),(0.4067689,-0.8936091,0.1897413,1),(0.409434,-0.8929934,0.1868867,1),(0.332226,-0.8876793,0.318828,1),(0.3174486,-0.8869306,0.3355301,1),(0.3365217,-0.8956305,0.2908594,1),(0.3223421,-0.8957642,0.3061081,1),(0.3038316,-0.8860393,0.3501727,1),(0.2914248,-0.885118,0.3628191,1),(0.3089088,-0.8957925,0.3195798,1),(0.2962392,-0.8958072,0.3313184,1),(0.3317139,-0.9001219,0.2823942,1),(0.3186989,-0.9010947,0.2940395,1),(0.3060915,-0.902076,0.3042481,1),(0.3294086,-0.9035113,0.2741483,1),(0.3170981,-0.9052737,0.2827157,1),(0.3419802,-0.9017688,0.2643155,1),(0.3451224,-0.8990997,0.2692773,1),(0.3548038,-0.9000057,0.2531875,1),(0.280527,-0.8839825,0.3740048,1),(0.2714629,-0.8824293,0.3842219,1),(0.2846925,-0.8956483,0.341708,1),(0.2746272,-0.8951614,0.3510925,1),(0.2642263,-0.8805324,0.3935064,1),(0.2588403,-0.8783416,0.4018926,1),(0.2660619,-0.8944095,0.3595033,1),(0.2589986,-0.8934484,0.3669738,1),(0.2836503,-0.9034823,0.3213445,1),(0.2742179,-0.9038283,0.3284797,1),(0.2659779,-0.904005,0.33471,1),(0.2846377,-0.9095262,0.3028918,1),(0.2756238,-0.9105756,0.3080319,1),(0.2945526,-0.9083195,0.2969755,1),(0.2942795,-0.902916,0.3132768,1),(0.305373,-0.9069169,0.2902568,1),(0.2550326,-0.8758305,0.4097306,1),(0.2525053,-0.872959,0.4173532,1),(0.2531417,-0.8923271,0.3737268,1),(0.2481515,-0.8910974,0.3799554,1),(0.2512318,-0.8697631,0.4247286,1),(0.2512148,-0.8662733,0.4318121,1),(0.2440451,-0.889789,0.3856389,1),(0.2408266,-0.8884341,0.3907523,1),(0.2522307,-0.9045428,0.3437759,1),(0.2465068,-0.9051179,0.3464044,1),(0.2415598,-0.9059309,0.3477613,1),(0.2548139,-0.915544,0.3112056,1),(0.2500297,-0.918173,0.3073165,1),(0.2606748,-0.9134074,0.3126273,1),(0.2587292,-0.9041813,0.3398756,1),(0.2676155,-0.9117598,0.3115705,1),(0.2565217,-0.8619481,0.4373125,1),(0.2711701,-0.8563306,0.4395051,1),(0.2425671,-0.886489,0.3940794,1),(0.2530845,-0.8835528,0.3940592,1),(0.2950027,-0.8490503,0.4382771,1),(0.3278489,-0.8394873,0.4333313,1),(0.272313,-0.8793544,0.3906168,1),(0.3001944,-0.8733742,0.3835373,1),(0.2475999,-0.9060193,0.3432541,1),(0.2616804,-0.9046911,0.3362402,1),(0.2831224,-0.902018,0.3258916,1),(0.2618465,-0.9230313,0.2818678,1),(0.2764707,-0.9227215,0.2686059,1),(0.2525637,-0.9222462,0.2927006,1),(0.240888,-0.906372,0.3470778,1),(0.2486226,-0.9205875,0.3011734,1),(0.3626208,-0.8287967,0.4261481,1),(0.3926581,-0.8182708,0.4198243,1),(0.3296904,-0.8661945,0.3755147,1),(0.3541619,-0.8585693,0.3707131,1),(0.4181147,-0.8082647,0.4145943,1),(0.4391937,-0.7990741,0.4105967,1),(0.3736422,-0.8508727,0.3693334,1),(0.3882189,-0.8433783,0.3714822,1),(0.3229201,-0.8934987,0.3120619,1),(0.3354185,-0.8882885,0.3137482,1),(0.3429764,-0.8827238,0.3211943,1),(0.3075292,-0.9161391,0.257128,1),(0.3091083,-0.912521,0.2678759,1),(0.3015521,-0.9191054,0.2535972,1),(0.3054793,-0.8981848,0.3161432,1),(0.2911946,-0.9213791,0.2574222,1),(0.4589718,-0.7900272,0.4064504,1),(0.480335,-0.7806685,0.3997936,1),(0.4018734,-0.8353728,0.3750332,1),(0.4184709,-0.8264393,0.37667,1),(0.5031717,-0.770873,0.390606,1),(0.5273524,-0.7605113,0.3788427,1),(0.4378826,-0.8164612,0.3763641,1),(0.4599711,-0.8052888,0.374081,1),(0.3613888,-0.8680887,0.3403237,1),(0.3765596,-0.8585659,0.3479474,1),(0.3955145,-0.8473974,0.3542398,1),(0.3284099,-0.8929183,0.3079672,1),(0.3438013,-0.8829849,0.3195909,1),(0.3174029,-0.9010857,0.2954655,1),(0.3501501,-0.8761085,0.3314041,1),(0.310929,-0.9075998,0.2821096,1),(0.5518657,-0.7497965,0.3650334,1),(0.5759048,-0.7391327,0.3493088,1),(0.483807,-0.7932447,0.3697211,1),(0.5086432,-0.7807692,0.3628796,1),(0.5994686,-0.7284448,0.3316708,1),(0.6225343,-0.717666,0.3121001,1),(0.534417,-0.7677242,0.3535507,1),(0.5610471,-0.7539554,0.3417272,1),(0.4416742,-0.82163,0.3603446,1),(0.4681018,-0.807273,0.3594317,1),(0.4966111,-0.7916701,0.3558591,1),(0.4096957,-0.8453782,0.342761,1),(0.4373068,-0.8301279,0.3459055,1),(0.3848462,-0.8591356,0.3373121,1),(0.4174439,-0.8349462,0.358616,1),(0.3628539,-0.8716134,0.3295861,1),(0.6447872,-0.7065723,0.2915563,1),(0.6658424,-0.6953282,0.2705042,1),(0.5881049,-0.7395419,0.3274299,1),(0.6150049,-0.7249644,0.3101543,1),(0.6857131,-0.6839618,0.2489857,1),(0.704398,-0.6725202,0.2270241,1),(0.6416206,-0.7101188,0.2899211,1),(0.6678147,-0.6948788,0.2667717,1),(0.5577899,-0.7586699,0.3365862,1),(0.5895788,-0.7418249,0.3195193,1),(0.6218508,-0.7244161,0.2975276,1),(0.5322276,-0.7813734,0.3258669,1),(0.5667659,-0.7643986,0.3073617,1),(0.4989602,-0.797803,0.3384509,1),(0.5267343,-0.7752108,0.3487108,1),(0.4672519,-0.8139806,0.3451251,1),(0.7204978,-0.6618195,0.2070693,1),(0.7326146,-0.6531657,0.1914433,1),(0.6913629,-0.6803299,0.243246,1),(0.710297,-0.6680542,0.2217694,1),(0.7411003,-0.646768,0.1801708,1),(0.7462097,-0.6427745,0.1732393,1),(0.7250329,-0.6583124,0.202366,1),(0.7359266,-0.6512913,0.1850184,1),(0.6769665,-0.692764,0.2485847,1),(0.6979323,-0.6802295,0.2240052,1),(0.7149561,-0.6701578,0.1993142,1),(0.6552824,-0.717338,0.2367088,1),(0.6784223,-0.7039774,0.2101404,1),(0.6290784,-0.7319558,0.2617272,1),(0.6517336,-0.7075756,0.2730932,1),(0.5996509,-0.7476961,0.2852532,1),(0.7460783,-0.6429003,0.1733387,1),(0.7386586,-0.648648,0.1834098,1),(0.7408077,-0.6487502,0.1741468,1),(0.7375924,-0.6523291,0.1744249,1),(0.7235437,-0.6596468,0.2033483,1),(0.6999361,-0.6751656,0.2328965,1),(0.726161,-0.6619383,0.1858172,1),(0.7059056,-0.6770229,0.2081763,1),(0.7275869,-0.6642314,0.1715049,1),(0.7212812,-0.6704679,0.1738566,1),(0.7064115,-0.6826598,0.1869715,1),(0.7051281,-0.6887468,0.1685886,1),(0.6982329,-0.6948526,0.1721935,1),(0.7042874,-0.6883352,0.1737059,1),(0.7255573,-0.6642032,0.1800025,1),(0.6955419,-0.6935651,0.1875874,1),(0.6786629,-0.6870516,0.2595701,1),(0.6721397,-0.6886028,0.2721294,1),(0.6880342,-0.6887601,0.2285136,1),(0.6848564,-0.6897109,0.2350972,1),(0.6809154,-0.6804104,0.2709169,1),(0.7046289,-0.6619195,0.2556575,1),(0.6966513,-0.6801817,0.2281,1),(0.7227394,-0.6593345,0.2071852,1),(0.69495,-0.6911741,0.1982998,1),(0.7094013,-0.6799262,0.1856078,1),(0.7363587,-0.6573189,0.1603363,1),(0.7150785,-0.6825109,0.1511346,1),(0.7407588,-0.6601508,0.1244069,1),(0.6989501,-0.6951994,0.1678292,1),(0.6939232,-0.6920723,0.1987626,1),(0.6932153,-0.6992077,0.1748176,1),(0.7343545,-0.6380658,0.2315071,1),(0.7616414,-0.6150689,0.2039428,1),(0.7528903,-0.6331936,0.1795053,1),(0.7782703,-0.609104,0.1526027,1),(0.7861043,-0.5932729,0.1733993,1),(0.8074653,-0.5729637,0.1404009,1),(0.7990552,-0.58771,0.1269155,1),(0.81556,-0.5694697,0.1027908,1),(0.7887259,-0.6055139,0.1061344,1),(0.8065552,-0.5848073,0.08642516,1),(0.8196295,-0.5683621,0.0719162,1),(0.804444,-0.5908297,0.06156445,1),(0.8162379,-0.5750175,0.05577119,1),(0.7883224,-0.6106735,0.07500499,1),(0.765524,-0.629954,0.1308851,1),(0.7673072,-0.6340485,0.09603172,1),(0.8276436,-0.5506976,0.1083419,1),(0.8487334,-0.5228538,0.07921864,1),(0.8310568,-0.5503044,0.0806824,1),(0.8482488,-0.5262102,0.05980585,1),(0.8709108,-0.4886505,0.05229748,1),(0.8941245,-0.447005,0.02697884,1),(0.8670824,-0.4965781,0.03972832,1),(0.887376,-0.4606085,0.02009155,1),(0.8457437,-0.531458,0.04764402,1),(0.8614459,-0.5066985,0.03416977,1),(0.8786207,-0.4771189,0.01957721,1),(0.853231,-0.5201678,0.03771168,1),(0.8679752,-0.4959517,0.02551456,1),(0.8395445,-0.5412726,0.04678518,1),(0.8317493,-0.5518816,0.06016504,1),(0.8271569,-0.5594863,0.05278617,1),(0.9156392,-0.4020011,0.0004339654,1),(0.9332184,-0.3581228,-0.02917844,1),(0.9069893,-0.4211512,-0.001380645,1),(0.924297,-0.3807968,-0.02586266,1),(0.9468499,-0.3156818,-0.06180761,1),(0.9565079,-0.2749564,-0.09742461,1),(0.9390468,-0.3396254,-0.05334547,1),(0.9509777,-0.2976949,-0.0837801,1),(0.9131317,-0.4072699,-0.01793966,1),(0.9292649,-0.3670989,-0.04129174,1),(0.9439123,-0.3231912,-0.06765336,1),(0.9187761,-0.3935157,-0.03155755,1),(0.9363621,-0.3463828,-0.05696354,1),(0.9009205,-0.4338841,-0.009331447,1),(0.8960844,-0.4438774,0.002346437,1),(0.8837376,-0.4678826,0.009681575,1),(0.9634004,-0.2331165,-0.1323499,1),(0.9684336,-0.187944,-0.1637481,1),(0.9605249,-0.2536639,-0.1142221,1),(0.9678597,-0.2070424,-0.1427621,1),(0.9715501,-0.1392665,-0.19156,1),(0.9725728,-0.08695829,-0.2157321,1),(0.9728519,-0.1576582,-0.1694198,1),(0.9752913,-0.1053516,-0.1941856,1),(0.9662264,-0.2271224,-0.1217453,1),(0.973105,-0.1762149,-0.1483741,1),(0.9768829,-0.1230618,-0.1748016,1),(0.9721257,-0.1892382,-0.1384212,1),(0.9768292,-0.1343134,-0.1666268,1),(0.9637585,-0.2426633,-0.1108339,1),(0.9564534,-0.2760392,-0.09486525,1),(0.9518407,-0.2949386,-0.08372876,1),(0.9704384,-0.03332545,-0.2390372,1),(0.9643729,0.01973019,-0.2638098,1),(0.9742859,-0.05123556,-0.2194128,1),(0.969036,0.004179804,-0.246884,1),(0.9543104,0.07209025,-0.2899908,1),(0.9401609,0.1235739,-0.3175323,1),(0.9590849,0.06084463,-0.2765035,1),(0.9439325,0.1186087,-0.3080962,1),(0.9725018,-0.009499396,-0.2327019,1),(0.9628539,0.05151781,-0.2650626,1),(0.9471476,0.1152235,-0.2993908,1),(0.9643739,0.04802014,-0.2601481,1),(0.9487354,0.115733,-0.2941208,1),(0.9736646,-0.01629288,-0.2274026,1),(0.9769263,-0.06767628,-0.2025708,1),(0.9775367,-0.07704422,-0.1961793,1),(0.922972,0.1738546,-0.3433616,1),(0.9042246,0.2220106,-0.3648139,1),(0.9248798,0.1752353,-0.3374759,1),(0.9042493,0.2278776,-0.3611163,1),(0.8844214,0.2680938,-0.3820005,1),(0.8639725,0.3122072,-0.3950675,1),(0.8829306,0.2766891,-0.3793106,1),(0.8616146,0.3219761,-0.3923665,1),(0.9044698,0.2343706,-0.3563773,1),(0.8816128,0.2856443,-0.3757208,1),(0.859093,0.3319685,-0.3895591,1),(0.8806676,0.2945987,-0.3709937,1),(0.8566176,0.3419651,-0.3863497,1),(0.9047768,0.2414412,-0.3508346,1),(0.926728,0.1776507,-0.3310823,1),(0.92792,0.1819268,-0.3253724,1),(0.8426009,0.3542209,-0.4056493,1),(0.8199164,0.3940026,-0.4153301,1),(0.8398213,0.3642479,-0.4025218,1),(0.8168061,0.4040726,-0.4117683,1),(0.7955307,0.4346898,-0.4221086,1),(0.7713127,0.4670759,-0.4323387,1),(0.7678469,0.4767635,-0.4279107,1),(0.7921733,0.4444333,-0.418259,1),(0.8127625,0.4143156,-0.4095848,1),(0.7877706,0.454355,-0.4159076,1),(0.7632679,0.4866505,-0.4249628,1),(0.7577309,0.4968275,-0.4230915,1),(0.7823366,0.4645944,-0.4148513,1),(0.8077784,0.4248995,-0.4086006,1),(0.8364271,0.3744647,-0.4002073,1),(0.8324851,0.3849165,-0.3985069,1),(0.7451175,0.5013452,-0.4398329,1),(0.7169069,0.5352612,-0.4466989,1),(0.7129191,0.5445799,-0.441791,1),(0.7414905,0.5107772,-0.4350844,1),(0.6865273,0.5688159,-0.4529116,1),(0.6537911,0.6020235,-0.4583938,1),(0.6484497,0.611388,-0.4535612,1),(0.6819661,0.5781377,-0.4479722,1),(0.6773427,0.5870969,-0.4433104,1),(0.7083091,0.5538777,-0.4376274,1),(0.6438577,0.6199391,-0.4484672,1),(0.6423588,0.62637,-0.4416283,1),(0.6741675,0.5948736,-0.4377484,1),(0.7039606,0.562726,-0.4333347,1),(0.7369039,0.5203729,-0.4314913,1),(0.7317963,0.5300161,-0.4284358,1),(0.6213002,0.6330968,-0.4617082,1),(0.5923044,0.6603342,-0.4616646,1),(0.5837439,0.6712548,-0.4567931,1),(0.6147068,0.6429223,-0.4569316,1),(0.5673676,0.6839943,-0.4585258,1),(0.5469097,0.7043704,-0.4524956,1),(0.5320951,0.7192274,-0.4467514,1),(0.5560743,0.6966078,-0.4533419,1),(0.5442803,0.7089967,-0.4484226,1),(0.5760959,0.6813354,-0.4515478,1),(0.5142567,0.7347758,-0.4423174,1),(0.4981266,0.7491555,-0.4366188,1),(0.5364588,0.7192494,-0.441466,1),(0.5733169,0.6886809,-0.4438764,1),(0.6094102,0.6516743,-0.4515972,1),(0.6086319,0.6576601,-0.4439036,1),(0.5322966,0.7217023,-0.4425,1),(0.5248304,0.736367,-0.4269855,1),(0.4995098,0.7560965,-0.422857,1),(0.5129048,0.7390136,-0.4367926,1),(0.5246193,0.7482363,-0.4060998,1),(0.5315077,0.7570503,-0.3799662,1),(0.4909021,0.7821187,-0.3838041,1),(0.4921522,0.7704914,-0.4051287,1),(0.4522408,0.7942934,-0.40568,1),(0.4671234,0.7775435,-0.4209771,1),(0.4434882,0.8081374,-0.3875978,1),(0.3927982,0.8331311,-0.389361,1),(0.408981,0.8176501,-0.4051947,1),(0.4321781,0.7987725,-0.4185506,1),(0.4879221,0.7577639,-0.4332734,1),(0.4620718,0.7760926,-0.4291501,1),(0.5335213,0.7676874,-0.3549801,1),(0.5188465,0.7850709,-0.3383226,1),(0.4632618,0.8148504,-0.3484355,1),(0.4849606,0.7955092,-0.3632883,1),(0.4872933,0.808655,-0.3295791,1),(0.4380331,0.836964,-0.3280523,1),(0.3702759,0.8669896,-0.3335039,1),(0.4253174,0.8392599,-0.338745,1),(0.3623679,0.866386,-0.3436055,1),(0.4040703,0.8429251,-0.3552526,1),(0.3051238,0.8917685,-0.3341384,1),(0.2470386,0.9104002,-0.3318786,1),(0.3020811,0.888715,-0.3448663,1),(0.3444435,0.8676852,-0.3584426,1),(0.4309221,0.8231625,-0.3697425,1),(0.3745332,0.8488235,-0.3731264,1),(0.3766469,0.8656337,-0.3298715,1),(0.3090314,0.8918423,-0.3303284,1),(0.2397536,0.9141454,-0.3268889,1),(0.3057015,0.8929331,-0.3304802,1),(0.2346656,0.9146817,-0.3290738,1),(0.1533069,0.932972,-0.3256692,1),(0.1036491,0.9424414,-0.3179009,1),(0.172409,0.9306637,-0.3227076,1),(0.1247538,0.941369,-0.313466,1),(0.1813236,0.9301406,-0.3193117,1),(0.07177018,0.9483669,-0.3089486,1),(0.05999362,0.9520602,-0.2999704,1),(0.09557796,0.9478955,-0.3039061,1),(0.1385813,0.9403409,-0.3107318,1),(0.2415036,0.9139009,-0.3262838,1),(0.1891089,0.9282891,-0.3201828,1),(0.07599445,0.9445851,-0.319349,1),(0.01473411,0.9505509,-0.3102191,1),(-0.0009612073,0.9524148,-0.3048032,1),(0.04260198,0.9491653,-0.311882,1),(-0.0305868,0.953694,-0.2992195,1),(-0.06046994,0.9560469,-0.2869104,1),(-0.03669639,0.9563633,-0.2898662,1),(-0.02728486,0.9543797,-0.2973462,1),(-0.005280908,0.9549607,-0.2966852,1),(0.003302396,0.9537354,-0.3006294,1),(0.003062557,0.9560657,-0.2931366,1),(0.05362729,0.9549772,-0.2917923,1),(0.03238108,0.9554306,-0.2934348,1),(0.02634704,0.955029,-0.2953398,1),(0.02892669,0.9519617,-0.3048478,1),(0.03553294,0.9540405,-0.2975635,1),(-0.07568836,0.9582286,-0.2758065,1),(-0.07642512,0.9602298,-0.2685476,1),(-0.01849445,0.9605981,-0.2773252,1),(-0.03270737,0.958589,-0.2829086,1),(-0.06264742,0.9621605,-0.2651839,1),(-0.03430884,0.9634783,-0.2655794,1),(0.04087692,0.9620703,-0.2697221,1),(0.006025661,0.961998,-0.2729903,1),(0.07910326,0.957525,-0.277288,1),(0.0480165,0.9576843,-0.2837874,1),(0.1159449,0.9560393,-0.2693429,1),(0.182212,0.9471462,-0.264032,1),(0.1476058,0.9500246,-0.2750743,1),(0.11466,0.95215,-0.2833079,1),(0.02268837,0.9570546,-0.2890188,1),(0.0833536,0.9537396,-0.288848,1),(0.003272195,0.9637148,-0.266914,1),(0.04451926,0.9629695,-0.2659093,1),(0.1228482,0.9576425,-0.2604403,1),(0.0814409,0.9604564,-0.2662534,1),(0.08941744,0.9607946,-0.2624465,1),(0.1378684,0.9566932,-0.2563795,1),(0.2079243,0.9478417,-0.2415856,1),(0.1650392,0.9534894,-0.2522303,1),(0.229427,0.9437971,-0.2379295,1),(0.1929611,0.9488484,-0.2499057,1),(0.2644723,0.9379041,-0.224478,1),(0.3030885,0.9291951,-0.2115039,1),(0.2768667,0.9341236,-0.2252951,1),(0.2479795,0.9389026,-0.23868,1),(0.155115,0.9529642,-0.2603814,1),(0.2164186,0.9433215,-0.2516095,1),(0.1863858,0.9506624,-0.2479946,1),(0.2313655,0.9435669,-0.2369629,1),(0.2862717,0.9333634,-0.216521,1),(0.2491464,0.9408825,-0.2294911,1),(0.2729253,0.9357473,-0.223358,1),(0.3112117,0.9274776,-0.207202,1),(0.3487926,0.91811,-0.1881962,1),(0.3194344,0.9256655,-0.202744,1),(0.3491229,0.9185296,-0.185517,1),(0.3249504,0.9248242,-0.1977563,1),(0.3694175,0.9128115,-0.1740862,1),(0.3719963,0.9127002,-0.1691066,1),(0.3604303,0.9158164,-0.1771173,1),(0.3451366,0.9197575,-0.1868867,1),(0.2967736,0.9313982,-0.2107672,1),(0.3260467,0.9243068,-0.1983697,1),(0.3453706,0.918954,-0.1903752,1),(0.3745747,0.9105746,-0.1747787,1),(0.3949211,0.9043164,-0.162016,1),(0.3740403,0.9109153,-0.1741466,1),(0.3989875,0.9027971,-0.1605191,1),(0.4187715,0.8960102,-0.1476347,1),(0.4240044,0.8941759,-0.1437697,1),(0.4115387,0.898649,-0.1518743,1),(0.4082715,0.9004399,-0.1500744,1),(0.3988855,0.9036372,-0.1559817,1),(0.4141475,0.898373,-0.1463145,1),(0.3882444,0.9085494,-0.1542869,1),(0.3884034,0.9083005,-0.1553479,1),(0.3857447,0.9089436,-0.158185,1),(0.3859494,0.9078251,-0.1640019,1),(0.3802772,0.9104351,-0.1627799,1),(0.4349107,0.8901019,-0.1362768,1),(0.4484448,0.8847772,-0.1267539,1),(0.4398581,0.8882293,-0.1325653,1),(0.4331348,0.890799,-0.1373737,1),(0.4594364,0.880187,-0.1191183,1),(0.467923,0.8764642,-0.113395,1),(0.4461315,0.8857952,-0.1278027,1),(0.4441906,0.8865432,-0.1293667,1),(0.4160638,0.8980253,-0.1429739,1),(0.4177147,0.8972569,-0.142984,1),(0.4120952,0.8996762,-0.1440839,1),(0.3653927,0.9174593,-0.1573426,1),(0.3742138,0.9141499,-0.1558654,1),(0.3809474,0.9115353,-0.1548626,1),(0.4170718,0.8973775,-0.1441,1),(0.3856161,0.9096594,-0.1543368,1),(0.4743098,0.8735171,-0.1095364,1),(0.4780377,0.8719019,-0.1061463,1),(0.4423467,0.8879162,-0.1262311,1),(0.4455214,0.8862174,-0.1270014,1),(0.4796315,0.8712893,-0.1039648,1),(0.4790135,0.8717525,-0.1029262,1),(0.4281593,0.8950474,-0.1247794,1),(0.4365725,0.8908738,-0.1254919,1),(0.3836249,0.9120843,-0.1446861,1),(0.3960092,0.9066529,-0.1454551,1),(0.3682702,0.9186676,-0.1429236,1),(0.3027975,0.9410461,-0.1508176,1),(0.3228217,0.9336799,-0.1550099,1),(0.3398914,0.9271855,-0.1574828,1),(0.4054796,0.9024907,-0.1452472,1),(0.3540628,0.921735,-0.1582537,1),(0.4741508,0.8745055,-0.1020832,1),(0.4635468,0.8802605,-0.1013206,1),(0.3980081,0.9093801,-0.1209024,1),(0.4157501,0.9010531,-0.1235119,1),(0.4467463,0.8891127,-0.09948046,1),(0.424772,0.8996935,-0.1006001,1),(0.3461367,0.9315329,-0.1115162,1),(0.3748282,0.9196928,-0.1169144,1),(0.2983434,0.946297,-0.1245519,1),(0.3259915,0.9359251,-0.1333189,1),(0.2662714,0.9572402,-0.1130963,1),(0.1917695,0.9759159,-0.1039845,1),(0.2242857,0.9670112,-0.12077,1),(0.2535923,0.9579641,-0.134148,1),(0.3492703,0.9265907,-0.1394272,1),(0.2797351,0.9491944,-0.1441465,1),(0.3957784,0.9130877,-0.09813434,1),(0.3597611,0.9285476,-0.09149519,1),(0.2738774,0.9574779,-0.090704,1),(0.312342,0.944325,-0.1034065,1),(0.3163377,0.9452162,-0.08060113,1),(0.2651983,0.9619753,-0.06537098,1),(0.181972,0.9819677,-0.05124316,1),(0.2304819,0.9703096,-0.07333183,1),(0.1515076,0.9868121,-0.05698488,1),(0.1924619,0.9780493,-0.07986286,1),(0.1077,0.9937343,-0.02987958,1),(0.04648379,0.9989045,-0.005397671,1),(0.08450946,0.9958114,-0.03489566,1),(0.1213579,0.9907246,-0.06113187,1),(0.230663,0.968031,-0.09854267,1),(0.157084,0.9839946,-0.08413941,1),(0.2096606,0.9767108,-0.0455921,1),(0.153322,0.9879692,-0.02022929,1),(0.07957641,0.9968135,0.005517338,1),(0.1307867,0.9910957,-0.02498474,1),(0.09604393,0.9953191,0.01075252,1),(0.03778853,0.9981633,0.04734952,1),(-0.02320241,0.9965757,0.07936281,1),(0.02825079,0.9987879,0.0403043,1),(-0.02586638,0.9972738,0.06910797,1),(0.01814488,0.9992766,0.03341897,1),(-0.0694029,0.9917799,0.1074987,1),(-0.09880581,0.9871473,0.1256093,1),(-0.06321429,0.9937063,0.09247453,1),(-0.02845875,0.9978921,0.05832121,1),(0.06264931,0.9980355,0.0004329034,1),(0.008407981,0.9996261,0.02601891,1),(-0.01790518,0.9962299,0.08488538,1),(-0.06738645,0.9905373,0.1195617,1),(-0.1093602,0.9830334,0.1472598,1),(-0.07049696,0.9906515,0.1167887,1),(-0.1107669,0.9822297,0.1515108,1),(-0.146944,0.9721817,0.1824013,1),(-0.1622087,0.9685442,0.1887072,1),(-0.1393506,0.9752592,0.1716129,1),(-0.1531297,0.9715535,0.1806515,1),(-0.1352684,0.9767431,0.1663598,1),(-0.1614597,0.9693962,0.1849369,1),(-0.1505599,0.972708,0.1765523,1),(-0.1454082,0.9745447,0.1706428,1),(-0.1446286,0.9745997,0.1709913,1),(-0.1068337,0.983988,0.1426673,1),(-0.1267762,0.9798015,0.1546501,1),(-0.1722918,0.9644701,0.2002819,1),(-0.1741343,0.9636495,0.2026251,1),(-0.1720942,0.9655328,0.1952691,1),(-0.1622028,0.9685946,0.1884537,1),(-0.153988,0.9701009,0.1875956,1),(-0.1113054,0.9817017,0.1545081,1),(-0.1329347,0.9769208,0.1671954,1),(-0.08329938,0.9878123,0.1314843,1),(-0.1361324,0.9767296,0.165732,1),(-0.1001838,0.9849414,0.1409031,1),(-0.04854754,0.9932594,0.1052562,1),(-0.005953011,0.9970272,0.07682,1),(-0.05893979,0.9922432,0.109452,1),(-0.09927696,0.9856499,0.136522,1),(-0.1567965,0.9710991,0.1799483,1),(-0.1281071,0.979302,0.1567041,1),(-0.05780497,0.9916858,0.1149692,1),(-0.006012609,0.9966881,0.08109757,1),(-0.0261537,0.9955488,0.09054538,1),(0.02757137,0.9980211,0.05651162,1),(0.04397064,0.9976209,0.0530953,1),(0.09219524,0.9952579,0.03101423,1),(0.07788488,0.9965267,0.02946671,1),(0.1252704,0.9920745,0.009769051,1),(0.06193555,0.9974397,0.03574669,1),(0.1110529,0.9937586,0.01053224,1),(0.1561469,0.9876919,-0.009104841,1),(0.1883781,0.9817587,-0.02575676,1),(0.1469233,0.9891175,-0.00775182,1),(0.1009576,0.994774,0.01524785,1),(0.00857657,0.9977155,0.06700952,1),(0.05008595,0.9978012,0.04340753,1),(0.1383335,0.9903028,0.01281542,1),(0.1822885,0.9832396,-0.003278641,1),(0.1702138,0.9853896,-0.005873554,1),(0.2128399,0.9768519,-0.02143495,1),(0.2238899,0.9744543,-0.01766558,1),(0.2630319,0.9642918,-0.03091278,1),(0.29452,0.9545073,-0.04662503,1),(0.254331,0.9664877,-0.03489094,1),(0.2838821,0.957482,-0.05137243,1),(0.2418657,0.9695287,-0.03892288,1),(0.3252944,0.9435576,-0.06230979,1),(0.3503335,0.9335807,-0.0754548,1),(0.3090992,0.948791,-0.06521686,1),(0.2683443,0.9618364,-0.05349816,1),(0.1992173,0.9796371,-0.02497014,1),(0.2280998,0.9728019,-0.04033334,1),(0.3207478,0.9459307,-0.04833197,1),(0.4209692,0.903705,-0.07811559,1),(0.456713,0.8851585,-0.08892529,1),(0.353877,0.933217,-0.06226595,1),(0.5679567,0.8138645,-0.1226773,1),(0.7471864,0.6398287,-0.1798101,1),(0.7879682,0.5893943,-0.1781022,1),(0.6073316,0.7839789,-0.1285511,1),(0.639876,0.7571416,-0.1315107,1),(0.4896196,0.8663111,-0.0988832,1),(0.8169858,0.5509362,-0.1703041,1),(0.8276458,0.5382868,-0.1589015,1),(0.6573465,0.7419275,-0.1320579,1),(0.512033,0.8523388,-0.1064935,1),(0.3859996,0.9193484,-0.07617754,1),(0.4107341,0.9075665,-0.08729549,1),(0.8853207,0.411316,-0.216856,1),(0.9552523,0.2059832,-0.212283,1),(0.9697463,0.144345,-0.1968671,1),(0.9160141,0.3437932,-0.2066988,1),(0.9839368,0.03538195,-0.1749761,1),(0.9883153,-0.1064827,-0.109061,1),(0.990217,-0.09820359,-0.09912698,1),(0.9871807,0.0004835645,-0.1596069,1),(0.989778,-0.005510914,-0.1425096,1),(0.9778575,0.1123034,-0.1765859,1),(0.9936451,-0.06637795,-0.09090307,1),(0.996743,-0.01678209,-0.07887883,1),(0.9925208,0.02114578,-0.1202297,1),(0.9812883,0.1210633,-0.1497227,1),(0.9349726,0.2998454,-0.1895228,1),(0.9415472,0.295188,-0.1623364,1),(0.9773511,-0.2075959,-0.04109494,1),(0.9680376,-0.2508,0.001548066,1),(0.9850993,-0.1716061,0.01143027,1),(0.9870529,-0.1565801,-0.03477367,1),(0.9703657,-0.2408486,0.01955385,1),(0.9836823,-0.179409,0.01347517,1),(0.9959168,-0.07574551,0.04911537,1),(0.988686,-0.1447065,0.0394988,1),(0.9976282,-0.04549975,0.05164766,1),(0.9965703,-0.08153608,0.01413008,1),(0.9966858,0.02015264,0.078812,1),(0.9925812,0.07630912,0.09465313,1),(0.9980987,0.02716677,0.05532638,1),(0.9998992,-0.004520949,0.01346555,1),(0.9955189,-0.08846521,-0.03340692,1),(0.999334,-0.0190423,-0.03112544,1),(0.9953464,-0.09616553,-0.006136523,1),(0.9993473,-0.0267816,-0.02424764,1),(0.9969432,0.07212055,0.0300485,1),(0.9990479,0.007851456,0.04291407,1),(0.9987857,0.02798196,-0.04054891,1),(0.9961488,0.0682521,-0.05503702,1),(0.9898772,0.1413545,-0.01273284,1),(0.9931269,0.1164933,0.01132395,1),(0.9815599,0.1797983,0.06490397,1),(0.9855902,0.1464931,0.08456934,1),(0.9805711,0.1936138,0.03152869,1),(0.9744601,0.214903,0.06514752,1),(0.9744038,0.199322,0.1039616,1),(0.9776499,0.1710388,0.1222561,1),(0.9916145,0.09321361,0.08950879,1),(0.9843234,0.1299388,0.1192618,1),(0.9923198,0.1065383,-0.06285865,1),(0.9860636,0.155206,-0.05991267,1),(0.9791084,0.2000677,-0.03632889,1),(0.9860459,0.1634453,-0.03160867,1),(0.975628,0.2145212,-0.04615786,1),(0.9584693,0.2843946,-0.02136116,1),(0.9484078,0.3170277,-0.004013355,1),(0.9675238,0.2513155,-0.0271742,1),(0.9599341,0.2801301,-0.007320615,1),(0.9721124,0.2342475,-0.01121216,1),(0.9393166,0.3427979,0.01319116,1),(0.927707,0.3721759,0.02906631,1),(0.9507564,0.3097723,0.01015854,1),(0.9648714,0.2625449,0.009664701,1),(0.9786769,0.2054003,0.001539358,1),(0.9725893,0.2308661,0.02776615,1),(0.9367554,0.3499216,0.006667504,1),(0.9184055,0.3943229,0.03226119,1),(0.9090964,0.4148639,0.03783704,1),(0.927184,0.3738032,0.02451151,1),(0.9025058,0.4279776,0.04815065,1),(0.8926941,0.4468496,0.05850263,1),(0.8991084,0.4358466,0.04052169,1),(0.9008756,0.4326002,0.03577999,1),(0.9020315,0.4297622,0.04054134,1),(0.9001081,0.4345321,0.03142114,1),(0.9117358,0.4106768,0.009084214,1),(0.9202201,0.3910752,-0.0159693,1),(0.899694,0.4358926,0.02341701,1),(0.8936223,0.4466624,0.04395476,1),(0.9170438,0.3970914,0.03673046,1),(0.9039934,0.4249734,0.04683602,1),(0.8885794,0.4536509,0.06802602,1),(0.8856213,0.4582579,0.07532882,1),(0.9098856,0.4144286,0.01890101,1),(0.9063349,0.42174,0.02631238,1),(0.883685,0.4612307,0.07979299,1),(0.8837042,0.4600466,0.0861622,1),(0.9132811,0.4069209,0.0182488,1),(0.912013,0.4099067,0.01445142,1),(0.9365672,0.3457448,-0.0574682,1),(0.932604,0.3584002,-0.0424153,1),(0.9393654,0.3385918,-0.05429976,1),(0.9561677,0.2653556,-0.1238134,1),(0.9540623,0.2744007,-0.120289,1),(0.9499123,0.2973385,-0.09621053,1),(0.9245976,0.3804,-0.02037494,1),(0.9395438,0.3367982,-0.06184291,1),(0.3868387,-0.03388129,0.9215248,1),(0.3882084,-0.03685567,0.9208344,1),(0.3885191,-0.04576953,0.9203033,1),(0.3777938,-0.02030843,0.925667,1),(0.3789792,-0.01301128,0.9253137,1),(0.3779965,-0.01059058,0.9257464,1),(0.3875692,-0.06062148,0.9198452,1),(0.3846109,-0.08154392,0.91947,1),(0.372334,-0.04939548,0.9267834,1),(0.3757664,-0.032434,0.9261467,1),(0.3706268,-0.0165172,0.928635,1),(0.3739108,-0.008313149,0.9274275,1),(0.366216,-0.02798416,0.930109,1),(0.3640062,-0.01434894,0.931286,1),(0.3691181,-0.008075053,0.9293474,1),(0.3730753,-0.003589519,0.9277942,1),(0.3760411,-0.003387039,0.9265967,1),(0.377012,-0.001736409,0.9262068,1),(0.3761332,-0.000896828,0.9265652,1),(0.3774592,-3.788318e-8,0.9260262,1),(0.386132,-0.1062377,0.9163054,1),(0.3963006,-0.1324388,0.9085185,1),(0.3797066,-0.09066173,0.9206538,1),(0.3714751,-0.06955221,0.925834,1),(0.4104958,-0.1617425,0.8974032,1),(0.433523,-0.1923009,0.8803852,1),(0.393302,-0.1132847,0.9124035,1),(0.4144465,-0.1368944,0.8997189,1),(0.377745,-0.07113881,0.9231728,1),(0.3678969,-0.05592396,0.9281834,1),(0.3965016,-0.0866224,0.9139382,1),(0.3811316,-0.04658073,0.9233466,1),(0.369315,-0.03787028,0.9285323,1),(0.3624935,-0.02959834,0.9315162,1),(0.3640396,-0.04154485,0.9304565,1),(0.3607151,-0.02176074,0.9324222,1),(0.4614097,-0.2216053,0.8590646,1),(0.4919149,-0.2472127,0.8348087,1),(0.4361567,-0.1612546,0.8853046,1),(0.462248,-0.18293,0.867677,1),(0.5252642,-0.2692567,0.8072164,1),(0.5615981,-0.2877684,0.7757556,1),(0.4902249,-0.2028611,0.8476597,1),(0.5202273,-0.2211051,0.8249098,1),(0.4336542,-0.1193786,0.8931364,1),(0.4537441,-0.13575,0.8807318,1),(0.4744045,-0.1523177,0.8670291,1),(0.4219535,-0.07952989,0.9031225,1),(0.4334749,-0.09370136,0.8962809,1),(0.4095992,-0.06696589,0.9098044,1),(0.4170397,-0.1023634,0.9031056,1),(0.398946,-0.05555454,0.9152899,1),(0.5972782,-0.3057584,0.7414652,1),(0.6289037,-0.3267054,0.7055095,1),(0.5502263,-0.2424581,0.7990401,1),(0.5786895,-0.2717212,0.7689512,1),(0.6560946,-0.3504461,0.6683767,1),(0.6785415,-0.3767338,0.6305973,1),(0.6047503,-0.3085158,0.7342309,1),(0.6274089,-0.3520852,0.694546,1),(0.5187359,-0.2097254,0.8288113,1),(0.5420474,-0.255888,0.8004411,1),(0.5642903,-0.3126077,0.7641026,1),(0.4822479,-0.2001447,0.8528652,1),(0.5028732,-0.2616732,0.8237996,1),(0.4628986,-0.1511967,0.8734211,1),(0.4958279,-0.1750702,0.850591,1),(0.4463132,-0.1156311,0.8873747,1),(0.6952809,-0.4014686,0.5961606,1),(0.7070891,-0.4185984,0.5699126,1),(0.645822,-0.393635,0.6541908,1),(0.6610709,-0.4230283,0.6197034,1),(0.7149448,-0.4287436,0.5522978,1),(0.7195167,-0.432361,0.54347,1),(0.6744118,-0.4413002,0.5919652,1),(0.6867663,-0.4493019,0.571384,1),(0.6037369,-0.4065704,0.6857131,1),(0.6230407,-0.4318957,0.65214,1),(0.6434807,-0.4442428,0.6233626,1),(0.5672069,-0.3968254,0.7216689,1),(0.5921091,-0.4139184,0.6914321,1),(0.5446908,-0.3663509,0.7543865,1),(0.5845874,-0.367217,0.7234704,1),(0.5236307,-0.3216445,0.7888952,1),(0.7225663,-0.4321832,0.5395512,1),(0.7255748,-0.4313756,0.5361496,1),(0.6990344,-0.4510617,0.5548822,1),(0.7117839,-0.4508118,0.5386394,1),(0.7285917,-0.4299499,0.5331954,1),(0.7316504,-0.4279583,0.5306029,1),(0.7250341,-0.4485355,0.5226294,1),(0.7387679,-0.4442459,0.506821,1),(0.6885136,-0.4504098,0.5684013,1),(0.7128948,-0.4491897,0.5385253,1),(0.7381968,-0.4449734,0.5070148,1),(0.6852431,-0.4354986,0.5837661,1),(0.7210581,-0.4371742,0.5375443,1),(0.6512392,-0.4307987,0.62474,1),(0.6653179,-0.4487126,0.596665,1),(0.6199695,-0.4234634,0.6605426,1),(0.7359134,-0.4207299,0.5304882,1),(0.7421128,-0.4045753,0.534404,1),(0.7527645,-0.4352594,0.4938571,1),(0.7666595,-0.4196562,0.4859238,1),(0.7498978,-0.3790421,0.5421994,1),(0.7587166,-0.3433789,0.5535703,1),(0.7804285,-0.3971104,0.4829438,1),(0.7938687,-0.3670475,0.4848183,1),(0.784103,-0.4235922,0.4535991,1),(0.803672,-0.4057082,0.4353298,1),(0.8214372,-0.382833,0.4227051,1),(0.8088945,-0.4164994,0.4149915,1),(0.8313373,-0.400572,0.3852538,1),(0.7836092,-0.4280384,0.4502664,1),(0.762431,-0.4366752,0.4775078,1),(0.7546583,-0.4350503,0.4911436,1),(0.766242,-0.3086393,0.5635733,1),(0.7703543,-0.2855561,0.5700982,1),(0.8044933,-0.3390842,0.4876603,1),(0.8098174,-0.3228854,0.4898374,1),(0.7716655,-0.2744858,0.5737509,1),(0.7705944,-0.2754712,0.5747173,1),(0.8101708,-0.3190032,0.4917928,1),(0.8055868,-0.3275134,0.4937255,1),(0.8404521,-0.3558318,0.4086855,1),(0.8390652,-0.3605353,0.4074113,1),(0.8302398,-0.3775337,0.4100856,1),(0.8526277,-0.3977895,0.3388061,1),(0.8414114,-0.4201218,0.3398891,1),(0.8546425,-0.3871046,0.3460294,1),(0.8346462,-0.3634069,0.4138854,1),(0.8476831,-0.388151,0.3616246,1),(0.766676,-0.2856606,0.5749834,1),(0.7597896,-0.3017772,0.5758909,1),(0.7963141,-0.3440893,0.49748,1),(0.7835903,-0.3638313,0.5036001,1),(0.749724,-0.3237247,0.5771623,1),(0.7361763,-0.3513161,0.5784648,1),(0.7672005,-0.386549,0.5118431,1),(0.746937,-0.4119611,0.5218937,1),(0.7971789,-0.4258353,0.4279839,1),(0.7753524,-0.4510216,0.4420502,1),(0.7497043,-0.4765824,0.4591435,1),(0.7795537,-0.5010991,0.3757603,1),(0.7528486,-0.5263218,0.395227,1),(0.8031142,-0.4748961,0.3598349,1),(0.8154094,-0.4012729,0.4172379,1),(0.8236966,-0.4478543,0.3477795,1),(0.7183667,-0.3872784,0.5778965,1),(0.6954884,-0.43412,0.5725694,1),(0.7229877,-0.4418664,0.531077,1),(0.6960924,-0.4778145,0.5358625,1),(0.6660245,-0.4912275,0.5613437,1),(0.6282897,-0.5572557,0.5428794,1),(0.6654986,-0.5195351,0.5359057,1),(0.630417,-0.5664839,0.5307264,1),(0.6928798,-0.5299347,0.4889649,1),(0.6635749,-0.5581161,0.4981711,1),(0.6333599,-0.5873902,0.5038134,1),(0.6724514,-0.5894733,0.4475828,1),(0.6479391,-0.6062402,0.4611374,1),(0.6981038,-0.5706967,0.4323846,1),(0.7215097,-0.50281,0.4760314,1),(0.7248883,-0.5497529,0.4151008,1),(0.5871562,-0.6206568,0.5196467,1),(0.5497168,-0.6724651,0.4955828,1),(0.5946695,-0.6120294,0.5213331,1),(0.5625814,-0.6509724,0.5096442,1),(0.5170929,-0.7142082,0.471722,1),(0.489926,-0.7474185,0.4487072,1),(0.5346642,-0.6841001,0.4961262,1),(0.511223,-0.7121735,0.4811027,1),(0.5785701,-0.6408919,0.5044938,1),(0.5558668,-0.66408,0.5000097,1),(0.536519,-0.6853141,0.4924348,1),(0.5849037,-0.6520928,0.4823513,1),(0.5678576,-0.6675522,0.4815721,1),(0.6040524,-0.6368209,0.4791449,1),(0.6044932,-0.6154352,0.5057939,1),(0.6251557,-0.6215835,0.4720322,1),(0.4700809,-0.7739466,0.4243,1),(0.4580839,-0.7951016,0.3974577,1),(0.4932954,-0.7344375,0.4661129,1),(0.4804505,-0.7503572,0.4540169,1),(0.4540823,-0.8113216,0.3681935,1),(0.4581399,-0.8227881,0.3363443,1),(0.472914,-0.7604489,0.4450503,1),(0.4708222,-0.7650596,0.4393294,1),(0.5056114,-0.7106113,0.4892738,1),(0.4927146,-0.7125265,0.499538,1),(0.4814538,-0.7073532,0.5175459,1),(0.5148886,-0.68045,0.5214188,1),(0.4943532,-0.6693668,0.5545836,1),(0.5338233,-0.6836028,0.4977145,1),(0.5202421,-0.7016125,0.4869169,1),(0.5514408,-0.6792448,0.4842928,1),(0.4669357,-0.8316017,0.3006818,1),(0.4777058,-0.8394799,0.2589804,1),(0.4713602,-0.7714058,0.4274958,1),(0.4729109,-0.785591,0.3990013,1),(0.4899663,-0.8456599,0.2116417,1),(0.502968,-0.8494979,0.1593008,1),(0.4745639,-0.8061948,0.3533258,1),(0.4748227,-0.830881,0.2901385,1),(0.4615158,-0.7239791,0.5126962,1),(0.4521203,-0.7563447,0.4727894,1),(0.4405518,-0.8010094,0.405337,1),(0.4333238,-0.7190255,0.5433532,1),(0.4112005,-0.7741532,0.4812493,1),(0.4531435,-0.6815231,0.5746191,1),(0.4709387,-0.7072767,0.5272347,1),(0.4731469,-0.6647807,0.578099,1),(0.5090889,-0.8531941,0.1135265,1),(0.5070043,-0.8575985,0.08643781,1),(0.4700757,-0.8533273,0.2255246,1),(0.4654689,-0.8665591,0.1800393,1),(0.4961365,-0.8648662,0.07651855,1),(0.4814267,-0.8721708,0.08687028,1),(0.4495288,-0.8821579,0.1404327,1),(0.4570909,-0.8764892,0.1511108,1),(0.4174429,-0.8682836,0.2680018,1),(0.4152011,-0.8814096,0.2252226,1),(0.4177634,-0.8864913,0.1990151,1),(0.376024,-0.8784863,0.294733,1),(0.3876598,-0.8839192,0.2615467,1),(0.3739498,-0.8617902,0.3427522,1),(0.4268582,-0.8424048,0.3288559,1),(0.3858022,-0.8284258,0.4060386,1),(0.4637305,-0.8796555,0.1056418,1),(0.4483426,-0.8851029,0.1248269,1),(0.4370187,-0.8872837,0.1474523,1),(0.4417716,-0.8860813,0.1403493,1),(0.4344231,-0.8891521,0.1438234,1),(0.4238355,-0.8905368,0.1652498,1),(0.430066,-0.8891807,0.1562079,1),(0.4240786,-0.8894416,0.1704437,1),(0.4252614,-0.8873004,0.1784678,1),(0.4254387,-0.8873673,0.177711,1),(0.4231098,-0.8873993,0.1830317,1),(0.4175951,-0.883354,0.2128381,1),(0.4191855,-0.8837348,0.2080775,1),(0.4119906,-0.8833998,0.2233125,1),(0.4216008,-0.8878077,0.184527,1),(0.40215,-0.8836893,0.2395172,1),(0.4128858,-0.8918198,0.184886,1),(0.401271,-0.8933446,0.2022797,1),(0.4163022,-0.8901575,0.185235,1),(0.4069159,-0.8915332,0.1989679,1),(0.3890478,-0.8951904,0.2174301,1),(0.376271,-0.8974183,0.2303486,1),(0.3959464,-0.893562,0.2115974,1),(0.3834399,-0.8962172,0.2230885,1),(0.4108955,-0.889429,0.200202,1),(0.4012205,-0.8917597,0.2092533,1),(0.3891874,-0.8948618,0.218531,1),(0.404061,-0.8900515,0.2110522,1),(0.3930276,-0.8937976,0.2159982,1),(0.4119871,-0.887145,0.2079431,1),(0.418196,-0.8879525,0.1914488,1),(0.4170287,-0.8850209,0.2069424,1),(0.3633971,-0.8997993,0.2414615,1),(0.3508937,-0.9020945,0.2511952,1),(0.3705128,-0.8990701,0.233224,1),(0.3582482,-0.9017741,0.2417885,1),(0.3387651,-0.9043509,0.2595911,1),(0.3270189,-0.9066093,0.26668,1),(0.3466529,-0.9043875,0.2488274,1),(0.3357301,-0.9069622,0.2543715,1),(0.3648238,-0.9012259,0.2338704,1),(0.3540956,-0.9041662,0.2389558,1),(0.3443321,-0.9070262,0.242361,1),(0.3610498,-0.9046831,0.2262555,1),(0.3528095,-0.9078854,0.2264282,1),(0.3703936,-0.9013647,0.2243887,1),(0.376526,-0.8981443,0.2270791,1),(0.3808506,-0.8978866,0.2207998,1),(0.3157753,-0.9087623,0.2728314,1),(0.3051461,-0.9107103,0.2783751,1),(0.3253009,-0.9094487,0.2590026,1),(0.3151414,-0.9118111,0.2632231,1),(0.295129,-0.9124839,0.283323,1),(0.2857168,-0.9141084,0.287701,1),(0.3052528,-0.9140633,0.2670374,1),(0.2956287,-0.916218,0.2704594,1),(0.3255572,-0.9127193,0.2468927,1),(0.3146879,-0.9163515,0.2475307,1),(0.3048335,-0.9193164,0.2488651,1),(0.3165759,-0.9229672,0.2188866,1),(0.3254072,-0.9194078,0.2209058,1),(0.3356666,-0.9150518,0.2236251,1),(0.335031,-0.9098453,0.2448179,1),(0.3446216,-0.9112927,0.2253476,1),(0.2775517,-0.9159675,0.2897733,1),(0.2712137,-0.9184953,0.2877664,1),(0.2875102,-0.9186831,0.2708494,1),(0.282098,-0.921887,0.2656035,1),(0.2666873,-0.9216992,0.2816884,1),(0.2639538,-0.9255228,0.2715437,1),(0.2793531,-0.925782,0.2547341,1),(0.2792135,-0.9302122,0.2382123,1),(0.2912107,-0.9266905,0.2375731,1),(0.2893774,-0.9310937,0.2220927,1),(0.2907814,-0.9356491,0.2000176,1),(0.299562,-0.9416876,0.1532549,1),(0.2991746,-0.937149,0.1795723,1),(0.3018132,-0.9323151,0.1992425,1),(0.2963424,-0.922724,0.2464984,1),(0.307581,-0.9275267,0.2123396,1),(0.263651,-0.9291738,0.2590829,1),(0.2663093,-0.9319929,0.2459038,1),(0.2806714,-0.9343299,0.2196612,1),(0.282787,-0.9375305,0.2026525,1),(0.2719303,-0.9339383,0.2319768,1),(0.2805144,-0.9349368,0.2172669,1),(0.2856038,-0.9398934,0.1871656,1),(0.2891494,-0.9414891,0.1731789,1),(0.294881,-0.9424808,0.1574006,1),(0.2952172,-0.9448176,0.1420086,1),(0.297388,-0.9456792,0.1313433,1),(0.2934452,-0.9522562,0.08425008,1),(0.2976075,-0.9502283,0.09217331,1),(0.3006845,-0.9477717,0.106385,1),(0.2934227,-0.939504,0.1767347,1),(0.3047177,-0.9438644,0.127542,1),(0.2885369,-0.9350936,0.2057824,1),(0.2931728,-0.9344877,0.2019471,1),(0.2917499,-0.94247,0.1631944,1),(0.2922501,-0.9428735,0.1599359,1),(0.2944416,-0.9332627,0.20573,1),(0.2923512,-0.9313713,0.2169753,1),(0.2906795,-0.9427672,0.163387,1),(0.2870461,-0.9420825,0.1734501,1),(0.2911309,-0.9488727,0.1219975,1),(0.2878601,-0.9494282,0.1253891,1),(0.2838866,-0.9494537,0.1339624,1),(0.2774301,-0.9568265,0.08669309,1),(0.2736457,-0.9571368,0.09490661,1),(0.2818531,-0.9559309,0.08218841,1),(0.2937132,-0.9478402,0.1238197,1),(0.286892,-0.9544998,0.08138233,1),(0.2910931,-0.928233,0.2316209,1),(0.2944112,-0.9236325,0.245408,1),(0.2846863,-0.94035,0.1862675,1),(0.2863278,-0.9374763,0.1978751,1),(0.3022057,-0.9175581,0.2583777,1),(0.3143691,-0.9099366,0.2705314,1),(0.2919056,-0.9334874,0.2083085,1),(0.3013521,-0.9283551,0.2175864,1),(0.2822151,-0.9471087,0.1527734,1),(0.2860206,-0.9448548,0.1595042,1),(0.2928642,-0.9418974,0.1644988,1),(0.2738713,-0.9550161,0.1137487,1),(0.2781348,-0.9536195,0.1151125,1),(0.2716952,-0.9560809,0.1099589,1),(0.281497,-0.9486544,0.1442709,1),(0.2716182,-0.9568028,0.1036918,1),(0.3300765,-0.9010227,0.2814384,1),(0.3483932,-0.8910711,0.2908857,1),(0.3136434,-0.9222669,0.2259458,1),(0.3276914,-0.9153988,0.2338018,1),(0.3692954,-0.8799388,0.2988789,1),(0.3927389,-0.8674575,0.3054073,1),(0.3434774,-0.9076676,0.2411694,1),(0.3609875,-0.8989755,0.2480547,1),(0.3114481,-0.9342529,0.1736995,1),(0.3221522,-0.9295923,0.1790987,1),(0.3337777,-0.9243126,0.1850369,1),(0.2974432,-0.9468622,0.1223908,1),(0.3054917,-0.9435828,0.1277742,1),(0.2901865,-0.9496096,0.1184625,1),(0.3016857,-0.9383397,0.1688322,1),(0.2837498,-0.9518538,0.1160194,1),(0.4183849,-0.8542448,0.3085773,1),(0.4459082,-0.841004,0.3063953,1),(0.3800176,-0.8897868,0.2527174,1),(0.4003821,-0.8806087,0.2534214,1),(0.4752292,-0.8275685,0.29881,1),(0.5061886,-0.8137086,0.2857469,1),(0.4220704,-0.871366,0.2501556,1),(0.4450363,-0.8619389,0.2429073,1),(0.3595103,-0.9129723,0.1929612,1),(0.3734938,-0.9072037,0.1936072,1),(0.3882134,-0.9013273,0.1920924,1),(0.3338977,-0.9317057,0.1429571,1),(0.3446217,-0.9271981,0.1467632,1),(0.3237981,-0.9359272,0.1385463,1),(0.3462712,-0.9186696,0.1901116,1),(0.3143213,-0.9398831,0.1334995,1),(0.5370374,-0.7994176,0.2692998,1),(0.5670803,-0.7843624,0.2513871,1),(0.4696468,-0.8513396,0.2337797,1),(0.496799,-0.8383411,0.2244436,1),(0.5962983,-0.7685198,0.2319605,1),(0.624615,-0.7518899,0.2109923,1),(0.5262756,-0.8227191,0.2148654,1),(0.5577896,-0.8042622,0.2050195,1),(0.4283657,-0.8832821,0.1905663,1),(0.4556749,-0.8691239,0.1923124,1),(0.4873723,-0.8509835,0.1956924,1),(0.3996691,-0.9003865,0.1719556,1),(0.4271409,-0.8846456,0.1869565,1),(0.3765992,-0.9124138,0.1602314,1),(0.405801,-0.893891,0.1904846,1),(0.3582046,-0.921214,0.1518355,1),(0.6485786,-0.7364116,0.1924675,1),(0.6654335,-0.7247666,0.178638,1),(0.587658,-0.7850296,0.1959249,1),(0.6126417,-0.7680262,0.1865634,1),(0.6755879,-0.7174997,0.169632,1),(0.6793857,-0.7148773,0.1654857,1),(0.6328442,-0.7537562,0.1770872,1),(0.6484534,-0.7425603,0.1676679,1),(0.5506444,-0.8113698,0.1961369,1),(0.5787712,-0.7932371,0.189205,1),(0.604357,-0.7766153,0.1778238,1),(0.5166379,-0.8315604,0.2039423,1),(0.5460195,-0.8148245,0.1947397,1),(0.4868446,-0.8488843,0.2058591,1),(0.5201092,-0.8307502,0.1983445,1),(0.456922,-0.8666752,0.2002411,1),(0.6837149,-0.7119672,0.1601142,1),(0.694478,-0.7040401,0.1484173,1),(0.6628138,-0.7322945,0.1562775,1),(0.6788198,-0.7204925,0.1417536,1),(0.711358,-0.6906573,0.1302403,1),(0.7338856,-0.6710603,0.1053096,1),(0.6964811,-0.7067989,0.123893,1),(0.7157622,-0.6907937,0.1024137,1),(0.648846,-0.7464479,0.1476964,1),(0.6686338,-0.7320398,0.130563,1),(0.6871498,-0.7178778,0.1116991,1),(0.6247202,-0.7665669,0.1486603,1),(0.6480799,-0.7505445,0.1291327,1),(0.6000443,-0.7825648,0.1659499,1),(0.6275273,-0.761264,0.16336,1),(0.5738897,-0.7986298,0.1812215,1),(0.7564963,-0.6489761,0.08088984,1),(0.7754341,-0.6280938,0.06480868,1),(0.734696,-0.6733087,0.08292923,1),(0.7523671,-0.6548578,0.07144878,1),(0.791107,-0.6089971,0.05720431,1),(0.8038193,-0.5920309,0.05808453,1),(0.7688942,-0.6357415,0.06807604,1),(0.7842837,-0.6161189,0.07277686,1),(0.7236326,-0.6847608,0.08636278,1),(0.7426173,-0.6643708,0.08444536,1),(0.7618653,-0.6415007,0.08965496,1),(0.7181568,-0.6891184,0.09678104,1),(0.7417684,-0.6633322,0.09884438,1),(0.6945257,-0.7123255,0.1011258,1),(0.7051152,-0.7026367,0.09546851,1),(0.6711223,-0.7328477,0.1119333,1),(0.8159424,-0.5749236,0.06083461,1),(0.8287691,-0.5565659,0.05810386,1),(0.7994712,-0.5956536,0.07773402,1),(0.8145726,-0.575204,0.07491245,1),(0.8421573,-0.5369141,0.04994332,1),(0.855863,-0.515917,0.03644477,1),(0.829463,-0.5548261,0.06449138,1),(0.8438674,-0.534512,0.04673939,1),(0.7996916,-0.5939298,0.08798166,1),(0.8174894,-0.571251,0.0733719,1),(0.8341318,-0.5492836,0.05011855,1),(0.8087493,-0.5840713,0.06917691,1),(0.8286794,-0.558235,0.04079448,1),(0.7873072,-0.6101572,0.08863261,1),(0.7810898,-0.6173773,0.09350965,1),(0.7648734,-0.6365824,0.09864881,1),(0.8710293,-0.490889,0.01832625,1),(0.8891264,-0.4576513,-0.003128359,1),(0.8598742,-0.5099573,0.02366575,1),(0.8796663,-0.4755841,-0.002647056,1),(0.9091324,-0.4155646,-0.02800474,1),(0.9296949,-0.3640038,-0.05629013,1),(0.9019794,-0.4305642,-0.03236576,1),(0.9250866,-0.3740627,-0.06551112,1),(0.8740481,-0.4857338,-0.0101172,1),(0.8982856,-0.4371442,-0.04458655,1),(0.9229654,-0.3760293,-0.08207879,1),(0.8985529,-0.4340834,-0.06460877,1),(0.9234235,-0.3694883,-0.1037664,1),(0.8732965,-0.4864102,-0.0275395,1),(0.8521914,-0.5227939,0.02136332,1),(0.8495473,-0.5274595,0.007491108,1),(0.9477423,-0.3072872,-0.0857847,1),(0.9612185,-0.2506662,-0.1150013,1),(0.9449229,-0.3119088,-0.09916368,1),(0.9591288,-0.2507318,-0.1311699,1),(0.9703938,-0.1937708,-0.1441834,1),(0.9753622,-0.1361634,-0.1735752,1),(0.9683168,-0.190136,-0.1618983,1),(0.9728605,-0.1295753,-0.19171,1),(0.9575356,-0.2442398,-0.1532072,1),(0.9660671,-0.1805167,-0.1847375,1),(0.9697032,-0.1174023,-0.2142251,1),(0.9640442,-0.1668463,-0.2068358,1),(0.9665459,-0.1021431,-0.2352785,1),(0.9565829,-0.2324564,-0.1758216,1),(0.9434838,-0.3092577,-0.1191553,1),(0.9434229,-0.2998072,-0.1416642,1),(0.9761033,-0.0765649,-0.203372,1),(0.972279,-0.01380543,-0.2334157,1),(0.9730359,-0.06774244,-0.2204815,1),(0.9688308,-0.003754519,-0.247695,1),(0.9632353,0.05214961,-0.2635491,1),(0.9482481,0.1211327,-0.2935174,1),(0.9599344,0.06230884,-0.2732101,1),(0.9459948,0.1302881,-0.296848,1),(0.9641606,0.01066982,-0.2651049,1),(0.9553608,0.07582162,-0.2855466,1),(0.9425938,0.1414844,-0.3024882,1),(0.9504431,0.09044535,-0.2974519,1),(0.9386246,0.1532569,-0.3090243,1),(0.9592608,0.02674796,-0.281253,1),(0.9689585,-0.05381265,-0.2412958,1),(0.9647458,-0.03756608,-0.2604886,1),(0.9281266,0.1883703,-0.3210879,1),(0.9050527,0.2489659,-0.3448127,1),(0.9273335,0.1963207,-0.3186076,1),(0.9051022,0.2564577,-0.3391453,1),(0.8802015,0.3032208,-0.3651062,1),(0.8544645,0.3516229,-0.3824288,1),(0.8801209,0.3109203,-0.3587697,1),(0.8529963,0.3600488,-0.3778387,1),(0.9047511,0.2634031,-0.3347303,1),(0.8803025,0.3171122,-0.3528562,1),(0.8526331,0.3662668,-0.3726467,1),(0.880652,0.3212842,-0.3481789,1),(0.8537553,0.369399,-0.3669421,1),(0.9038543,0.2693453,-0.3324163,1),(0.925674,0.2049055,-0.3180274,1),(0.9232675,0.2133903,-0.3194397,1),(0.8283858,0.395287,-0.3968943,1),(0.8023461,0.4355184,-0.4081231,1),(0.8250585,0.4044129,-0.3946249,1),(0.7977991,0.4448929,-0.4069237,1),(0.7768375,0.4720266,-0.4167906,1),(0.7524193,0.5038433,-0.4242725,1),(0.7717707,0.4818374,-0.4149731,1),(0.7473899,0.5156516,-0.4189412,1),(0.7958403,0.4515151,-0.4034505,1),(0.769794,0.4883893,-0.410966,1),(0.7460268,0.5220065,-0.4134648,1),(0.7726569,0.4908687,-0.4025536,1),(0.7496363,0.5245893,-0.4035486,1),(0.7980495,0.4540117,-0.3962201,1),(0.8236731,0.4109369,-0.39076,1),(0.8253067,0.4136372,-0.3844128,1),(0.7269979,0.5390591,-0.4253109,1),(0.7007736,0.5707145,-0.4280202,1),(0.7000208,0.5748895,-0.4236421,1),(0.7237284,0.5470796,-0.4206197,1),(0.6734709,0.6009964,-0.4303955,1),(0.6451085,0.6301271,-0.4321746,1),(0.6517205,0.629769,-0.4226719,1),(0.6758537,0.6032071,-0.4235127,1),(0.7014269,0.5819857,-0.4114524,1),(0.6798462,0.6086145,-0.4091422,1),(0.6591164,0.6329896,-0.4060664,1),(0.6865815,0.610502,-0.3948332,1),(0.66732,0.6341459,-0.3905675,1),(0.7069289,0.5843415,-0.3984928,1),(0.7235852,0.5530962,-0.4129274,1),(0.7280562,0.5556858,-0.4014316,1),(0.6137617,0.6601557,-0.4330023,1),(0.5772246,0.6924331,-0.4328375,1),(0.5859001,0.6937554,-0.4188372,1),(0.6231111,0.6600432,-0.4196135,1),(0.5350429,0.7263983,-0.4313636,1),(0.4868766,0.7612877,-0.428243,1),(0.4808681,0.7711734,-0.4172019,1),(0.5388083,0.7311868,-0.4183913,1),(0.5450069,0.7349178,-0.4035635,1),(0.5960519,0.6942662,-0.4033814,1),(0.4791028,0.7792268,-0.4040618,1),(0.4806002,0.7857981,-0.3892876,1),(0.5511057,0.7388408,-0.3878101,1),(0.6039789,0.6993133,-0.3823223,1),(0.6335425,0.6599125,-0.4039055,1),(0.6423503,0.6630094,-0.3844535,1),(0.4391288,0.7928013,-0.4226489,1),(0.3987808,0.8184399,-0.4136783,1),(0.3704223,0.8354731,-0.4059211,1),(0.4212528,0.8072063,-0.4134782,1),(0.366522,0.839138,-0.401882,1),(0.3427446,0.8557095,-0.3876692,1),(0.2980463,0.8746691,-0.3822596,1),(0.3292215,0.8575133,-0.3953279,1),(0.3011284,0.8721131,-0.3856688,1),(0.349994,0.8492175,-0.3953908,1),(0.2633891,0.8894893,-0.3734099,1),(0.2430256,0.9001397,-0.3615064,1),(0.2858891,0.8826368,-0.3731214,1),(0.3400782,0.8592331,-0.3821847,1),(0.4096369,0.818969,-0.4018551,1),(0.4053142,0.8277795,-0.3879453,1),(0.3194452,0.8712817,-0.3725897,1),(0.2879722,0.8882614,-0.35786,1),(0.2388138,0.9044238,-0.3535331,1),(0.2702879,0.8896576,-0.3680407,1),(0.2481043,0.9059001,-0.3432046,1),(0.1997245,0.9232033,-0.3283378,1),(0.1648406,0.9317984,-0.3233871,1),(0.2036373,0.9186075,-0.3386623,1),(0.171282,0.9278566,-0.331277,1),(0.2010121,0.9165328,-0.3457771,1),(0.1427672,0.9377897,-0.3164935,1),(0.1336594,0.9422963,-0.3069411,1),(0.1532563,0.9345927,-0.3210128,1),(0.1781824,0.9252375,-0.3349424,1),(0.2317789,0.9037608,-0.3598542,1),(0.208217,0.9138802,-0.3485233,1),(0.1518687,0.9370163,-0.3145414,1),(0.1139171,0.9459562,-0.3036275,1),(0.1052108,0.9488423,-0.2977063,1),(0.1295679,0.9421636,-0.3090953,1),(0.08588435,0.9513345,-0.2959501,1),(0.06766,0.9541026,-0.2917369,1),(0.08915055,0.9545228,-0.2844961,1),(0.0917492,0.952781,-0.2894659,1),(0.1069454,0.9530393,-0.283335,1),(0.1081583,0.9503988,-0.2916231,1),(0.1165129,0.953522,-0.2778855,1),(0.1421883,0.9518247,-0.271684,1),(0.1256028,0.9527864,-0.2764453,1),(0.1186997,0.9514794,-0.2838967,1),(0.1201041,0.9454837,-0.3027137,1),(0.1214054,0.9480394,-0.2940783,1),(0.06013081,0.9553223,-0.2893849,1),(0.06447761,0.9557181,-0.2871333,1),(0.1099948,0.9544495,-0.2773574,1),(0.09575925,0.9549025,-0.2810545,1),(0.08072457,0.9551395,-0.2849424,1),(0.1088747,0.9530188,-0.2826684,1),(0.1613985,0.9495867,-0.2687669,1),(0.1318839,0.9528437,-0.2733048,1),(0.1765853,0.9488392,-0.2617666,1),(0.1532052,0.9511623,-0.2679895,1),(0.2033011,0.9454353,-0.2545994,1),(0.2268902,0.9426397,-0.2448493,1),(0.2059138,0.9450603,-0.2538908,1),(0.1848125,0.9473878,-0.2613441,1),(0.1331828,0.9526555,-0.273331,1),(0.1635798,0.9496386,-0.2672603,1),(0.1423682,0.9496282,-0.2791727,1),(0.174269,0.9460448,-0.273184,1),(0.2212485,0.940668,-0.2572795,1),(0.1931379,0.9450882,-0.2636397,1),(0.2046406,0.9423677,-0.2646985,1),(0.2335379,0.9386686,-0.2536955,1),(0.2668089,0.9331148,-0.24106,1),(0.245785,0.9365999,-0.2497411,1),(0.2683447,0.9342912,-0.2347149,1),(0.2512739,0.9374615,-0.2408889,1),(0.2808499,0.9320107,-0.2290842,1),(0.2739514,0.9361848,-0.2202471,1),(0.2692155,0.9367165,-0.2237974,1),(0.2597834,0.9380911,-0.2291237,1),(0.2295952,0.9412813,-0.2475391,1),(0.2456639,0.9401445,-0.236173,1),(0.2601947,0.9348447,-0.2415868,1),(0.2837526,0.9309891,-0.2296602,1),(0.2995757,0.9275483,-0.2234023,1),(0.2846288,0.9301428,-0.2319933,1),(0.3042168,0.9273309,-0.2179672,1),(0.3216134,0.9240695,-0.2065439,1),(0.3208841,0.9240459,-0.2077803,1),(0.311657,0.9254758,-0.2153245,1),(0.3011157,0.9290664,-0.2148598,1),(0.2966399,0.9295139,-0.2191087,1),(0.3033106,0.9292061,-0.2111368,1),(0.2707845,0.9389693,-0.2121613,1),(0.2739261,0.9377231,-0.2136353,1),(0.275497,0.9368407,-0.2154784,1),(0.2898799,0.9305161,-0.2238514,1),(0.2755027,0.9363291,-0.2176831,1),(0.3357025,0.9213396,-0.1960543,1),(0.3462833,0.9192507,-0.1872592,1),(0.3301926,0.9235043,-0.1952249,1),(0.327089,0.9233806,-0.2009507,1),(0.3533724,0.9179622,-0.1802034,1),(0.3569779,0.9175867,-0.1749332,1),(0.3269753,0.9263152,-0.1871555,1),(0.3301654,0.9244758,-0.1906184,1),(0.2944429,0.9341738,-0.2015509,1),(0.3000614,0.9317426,-0.2044966,1),(0.2861027,0.9373362,-0.1988619,1),(0.238319,0.949723,-0.2030525,1),(0.2496093,0.9461707,-0.2060487,1),(0.2587567,0.943159,-0.208557,1),(0.3030002,0.9300841,-0.2076882,1),(0.2658015,0.9407445,-0.2105931,1),(0.3577846,0.9180055,-0.1710447,1),(0.3564878,0.919041,-0.1681665,1),(0.3144613,0.9317245,-0.1816692,1),(0.3214593,0.9288056,-0.1843476,1),(0.3530709,0.9206963,-0.1663113,1),(0.3475067,0.9229597,-0.1654825,1),(0.2959523,0.9387196,-0.1766855,1),(0.3059665,0.9350408,-0.1791182,1),(0.2527194,0.9490398,-0.1882987,1),(0.2647944,0.9448978,-0.1924886,1),(0.2396832,0.9533655,-0.1834288,1),(0.1848214,0.9659049,-0.1812976,1),(0.1989423,0.9617239,-0.1884386,1),(0.2125628,0.9576076,-0.1944346,1),(0.2759199,0.9409845,-0.196001,1),(0.2256873,0.9535957,-0.1993002,1),(0.3400605,0.9257892,-0.1651463,1),(0.3310326,0.9291406,-0.1646665,1),(0.2724783,0.9468872,-0.1707634,1),(0.2846925,0.9426846,-0.1740574,1),(0.3204048,0.932969,-0.1640411,1),(0.3081676,0.9372191,-0.163257,1),(0.2451795,0.9558236,-0.1621367,1),(0.2593029,0.9512847,-0.1667916,1),(0.1977023,0.9665377,-0.1634584,1),(0.2120029,0.9621691,-0.1711298,1),(0.1831143,0.970831,-0.1547781,1),(0.1288202,0.9814528,-0.1419706,1),(0.1425135,0.9778288,-0.15343,1),(0.1564221,0.974013,-0.1638009,1),(0.2259997,0.957768,-0.1777768,1),(0.1705281,0.9700313,-0.1730883,1),(0.293883,0.9420972,-0.1615104,1),(0.2771818,0.9477708,-0.1577991,1),(0.2125608,0.9657732,-0.1486603,1),(0.2297088,0.9606227,-0.1563262,1),(0.2580287,0.9540887,-0.1521049,1),(0.236386,0.9608675,-0.1444139,1),(0.1731783,0.976576,-0.1277049,1),(0.1937218,0.9711419,-0.139123,1),(0.1350154,0.9834627,-0.1207148,1),(0.1519004,0.9793282,-0.1335764,1),(0.1172715,0.9873894,-0.1063458,1),(0.07304571,0.9936319,-0.08579002,1),(0.08724822,0.9910114,-0.1014106,1),(0.1012784,0.9880749,-0.1159769,1),(0.1679335,0.9750877,-0.144922,1),(0.1151359,0.9848732,-0.1294933,1),(0.2124315,0.9679201,-0.1341778,1),(0.1864106,0.9750298,-0.1206968,1),(0.127657,0.9869553,-0.09809697,1),(0.1510752,0.9819062,-0.114177,1),(0.1582553,0.9819125,-0.1039377,1),(0.1279248,0.9882307,-0.08387692,1),(0.07672182,0.9953542,-0.0581702,1),(0.1028847,0.9915165,-0.07943395,1),(0.0591897,0.9967852,-0.053998,1),(0.07932041,0.9941675,-0.07306975,1),(0.03824883,0.9987138,-0.03328352,1),(0.0127179,0.9997967,-0.01565018,1),(0.02944241,0.9990088,-0.03338459,1),(0.04371316,0.997683,-0.05213286,1),(0.09867742,0.9909952,-0.090506,1),(0.05855572,0.995874,-0.06932615,1),(0.09640485,0.9934547,-0.06126913,1),(0.06477231,0.9972278,-0.03662277,1),(0.02352809,0.9996591,-0.0113229,1),(0.04997652,0.9981297,-0.03520816,1),(0.03299033,0.9994067,-0.00989909,1),(0.001024205,0.9998203,0.01893074,1),(-0.02792243,0.9988163,0.03982763,1),(-0.002633902,0.9999052,0.01351037,1),(-0.02379392,0.9992343,0.0310592,1),(-0.00362113,0.9999472,0.009608505,1),(-0.04350482,0.9976739,0.05248081,1),(-0.03232871,0.9987574,0.0379287,1),(-0.04605461,0.997461,0.05431788,1),(-0.01801188,0.9996223,0.02075457,1),(0.01773482,0.9997797,-0.01123063,1),(-0.00232014,0.9999915,0.003417687,1),(-0.02998701,0.9983848,0.04825565,1),(-0.05802799,0.9953161,0.07732065,1),(-0.07333239,0.9935467,0.08652972,1),(-0.052527,0.9965462,0.06431653,1),(-0.08511475,0.990889,0.1043762,1),(-0.1108287,0.9853029,0.1299818,1),(-0.09186493,0.9901896,0.1052876,1),(-0.1065364,0.9868035,0.1219376,1),(-0.07497051,0.9934389,0.08636276,1),(-0.08428088,0.991686,0.09723933,1),(-0.08951005,0.9905441,0.1039727,1),(-0.0649306,0.9946241,0.0806651,1),(-0.06252727,0.9949014,0.07913001,1),(-0.06370118,0.9950376,0.07643513,1),(-0.0615706,0.9955523,0.07130633,1),(-0.0571992,0.9960557,0.0678335,1),(-0.1290002,0.980175,0.1503867,1),(-0.1359989,0.9777425,0.1597619,1),(-0.1146736,0.9844921,0.1327603,1),(-0.1121395,0.9844469,0.1352377,1),(-0.131854,0.978578,0.1581129,1),(-0.1159585,0.982489,0.1458382,1),(-0.09957018,0.9866719,0.1287025,1),(-0.07682609,0.9906278,0.1129349,1),(-0.05996034,0.9939611,0.09190281,1),(-0.0781611,0.9916959,0.1021272,1),(-0.03255554,0.9965731,0.07604136,1),(0.01291626,0.9990983,0.04044526,1),(-0.0164524,0.9983761,0.05453835,1),(-0.03878341,0.9970889,0.06564713,1),(-0.08789993,0.9904562,0.1061612,1),(-0.05373255,0.9957933,0.07421999,1),(-0.08958944,0.9879078,0.1265391,1),(-0.05463754,0.9931567,0.1032204,1),(-0.005104851,0.9975724,0.06944966,1),(-0.04497875,0.9947664,0.0917436,1),(-0.009706774,0.9969606,0.0773008,1),(0.04461519,0.9978315,0.04839287,1),(0.09802898,0.9949578,0.02119718,1),(0.04265925,0.9980344,0.0459076,1),(0.09268618,0.9955413,0.01751709,1),(0.04432245,0.9983214,0.03727863,1),(0.1473068,0.9890879,-0.002434565,1),(0.1855008,0.9824386,-0.0200977,1),(0.1348537,0.99085,-0.005537496,1),(0.08903215,0.995984,0.009439652,1),(0.002547387,0.9983827,0.056795,1),(0.04834083,0.9985236,0.0247769,1),(0.0995797,0.9948316,0.01985012,1),(0.147484,0.989055,-0.004303605,1),(0.1964747,0.9802488,-0.02258139,1),(0.1519584,0.9883837,-0.00251551,1),(0.188671,0.9817432,-0.02415952,1),(0.223573,0.9738711,-0.03987331,1),(0.2591013,0.9644415,-0.05214548,1),(0.2320298,0.9719234,-0.03907696,1),(0.2704003,0.9613933,-0.05105529,1),(0.2399435,0.9700638,-0.03746007,1),(0.2909517,0.9547141,-0.06219307,1),(0.3151835,0.946485,-0.06946418,1),(0.2973599,0.9529667,-0.05857966,1),(0.2701028,0.9616943,-0.0467825,1),(0.1990902,0.9797503,-0.02127117,1),(0.2329761,0.9718887,-0.03397705,1),(0.2566294,0.9650683,-0.05276841,1),(0.2917828,0.9543052,-0.06453114,1),(0.3133204,0.9469098,-0.07205784,1),(0.2841547,0.9567115,-0.06292403,1),(0.3289636,0.9413497,-0.07512366,1),(0.3682003,0.9259592,-0.08383266,1),(0.382456,0.9195863,-0.08993663,1),(0.346007,0.9346614,-0.081776,1),(0.334415,0.9390785,-0.07936016,1),(0.3643799,0.9270559,-0.08828766,1),(0.3999283,0.9115643,-0.09543478,1),(0.3886265,0.9165296,-0.0945667,1),(0.4273756,0.8984865,-0.1003598,1),(0.356856,0.9300727,-0.0872834,1),(0.3097173,0.948137,-0.07149311,1),(0.3323018,0.93986,-0.07898536,1),(0.4259875,0.8997275,-0.09499984,1),(0.5227395,0.8455964,-0.108213,1),(0.4373268,0.8939008,-0.09842055,1),(0.5279387,0.8427334,-0.1052661,1),(0.6601302,0.7409951,-0.1231032,1),(0.8215613,0.5537236,-0.1357465,1),(0.6547359,0.7478452,-0.1097646,1),(0.8042939,0.584249,-0.1084643,1),(0.5381569,0.8370411,-0.09873927,1),(0.6535802,0.7513859,-0.09083956,1),(0.788443,0.6105506,-0.07473691,1),(0.7843515,0.6178769,-0.05496202,1),(0.666365,0.7412556,-0.08060946,1),(0.5627654,0.8213049,-0.09356025,1),(0.453236,0.8857125,-0.1004519,1),(0.4823732,0.8701418,-0.1008424,1),(0.9343829,0.3313631,-0.1308704,1),(0.9786955,0.1697616,-0.1154827,1),(0.9157815,0.3899655,-0.09628571,1),(0.9674565,0.2407196,-0.07798695,1),(0.9928901,0.07644382,-0.09124424,1),(0.9973063,0.04242211,-0.05983748,1),(0.994114,0.1020596,-0.03634863,1),(0.9874345,0.1465657,-0.05908955,1),(0.9510596,0.3070449,-0.03476691,1),(0.9777338,0.2090921,-0.017809,1),(0.9885267,0.1506544,-0.01088291,1),(0.9841034,0.1769131,0.01556803,1),(0.9681417,0.2502941,0.007365198,1),(0.9370005,0.3493248,0.001493871,1),(0.893714,0.4442179,-0.06281626,1),(0.8800464,0.4738609,-0.03121085,1),(0.9989419,0.03965836,-0.02328871,1),(0.9988998,0.04467599,0.01425771,1),(0.9975824,0.0675013,0.01652389,1),(0.9964644,0.0832543,-0.01128261,1),(0.996905,0.05759085,0.05351143,1),(0.992363,0.07855664,0.09510252,1),(0.9956033,0.04384796,0.08277304,1),(0.997377,0.05446893,0.0476668,1),(0.9985172,0.03666044,0.04024307,1),(0.9971506,0.07261442,0.02044115,1),(0.998001,0.001849052,0.06316977,1),(0.9989003,-0.02090866,0.04196449,1),(0.9991922,0.02086728,0.03434372,1),(0.9973601,0.06722471,0.02745429,1),(0.9938813,0.1103981,0.003495583,1),(0.9926632,0.1190372,0.0212127,1),(0.9863141,0.1069278,0.1255029,1),(0.981378,0.1381514,0.1334593,1),(0.9902933,0.07055943,0.1197514,1),(0.9927697,0.04643206,0.110691,1),(0.9780577,0.1714523,0.118352,1),(0.9753255,0.205673,0.08024073,1),(0.9804208,0.1808403,0.07792335,1),(0.987269,0.1158703,0.108968,1),(0.9939701,0.06782427,0.08615928,1),(0.9958308,0.007708919,0.09089299,1),(0.9837521,0.1661644,0.06797943,1),(0.9800426,0.189072,0.0613864,1),(0.9960723,0.06396253,0.06122728,1),(0.9982817,-0.01176319,0.05740644,1),(0.9964508,-0.01385108,0.08302991,1),(0.9979424,-0.03896887,0.05091445,1),(0.9690757,0.2432795,0.04132034,1),(0.9568003,0.289914,0.02198034,1),(0.9468071,0.3205353,0.02851619,1),(0.9666539,0.2521837,0.04453852,1),(0.9381655,0.3455069,0.02169541,1),(0.911333,0.4096923,0.04030639,1),(0.8916776,0.4501723,0.04749612,1),(0.9218597,0.3863969,0.0295326,1),(0.9017702,0.4305456,0.03796022,1),(0.932277,0.3599321,0.03617174,1),(0.8722336,0.4863698,0.05150727,1),(0.8573858,0.5118664,0.0536889,1),(0.8777905,0.4762182,0.05196243,1),(0.9090598,0.4133078,0.05279133,1),(0.9610901,0.2723457,0.04619063,1),(0.9461425,0.3188502,0.05611604,1),(0.8872321,0.4578812,0.0562508,1),(0.8818362,0.4689386,0.04961433,1),(0.869088,0.4919892,0.05131032,1),(0.8688377,0.4912503,0.06159806,1),(0.8963251,0.4429454,0.02001627,1),(0.9259407,0.3761799,-0.03350164,1),(0.9308071,0.3626683,-0.0454958,1),(0.8923693,0.4510252,0.01591803,1),(0.8942522,0.4475214,0.006140863,1),(0.8632606,0.5027197,0.0453218,1),(0.9377757,0.3423753,-0.0579311,1),(0.9488175,0.3062396,-0.07721733,1),(0.9076331,0.419445,-0.01637125,1),(0.8722958,0.4882929,0.02588425,1),(0.8553259,0.5145904,0.06011828,1),(0.8541917,0.5176452,0.04898969,1),(0.9505786,0.2967985,-0.09116327,1),(0.9623955,0.2381048,-0.1307705,1),(0.9705701,0.1867213,-0.1520812,1),(0.9597062,0.2600843,-0.1063951,1),(0.9665037,0.2033095,-0.1566392,1),(0.9670974,0.1915493,-0.1674261,1),(0.9730994,0.1431842,-0.1804878,1),(0.9730687,0.127861,-0.1918044,1),(0.9754394,0.1425625,-0.1679099,1),(0.9768567,0.09369942,-0.1922797,1),(0.9765187,0.07676497,-0.2012918,1),(0.9784877,0.05613344,-0.1985213,1),(0.9777773,0.03990509,-0.2058132,1),(0.9784064,0.1044034,-0.1783842,1),(0.9666426,0.225407,-0.1216298,1),(0.9724107,0.187556,-0.1387084,1),(0.3753056,-0.0004352614,0.9269009,1),(0.375622,-1.419555e-5,0.926773,1),(0.3724359,-0.001700461,0.9280564,1),(0.3711723,-0.001390395,0.9285631,1),(0.3738353,-0.0004108337,0.927495,1),(0.3742644,-8.491394e-5,0.927322,1),(0.368245,-0.00380864,0.9297209,1),(0.3626973,-0.006758435,0.9318825,1),(0.3610513,-0.005314501,0.9325308,1),(0.3668671,-0.003024416,0.9302684,1),(0.3643498,-0.006268499,0.9312411,1),(0.3689216,-0.002931735,0.9294559,1),(0.358252,-0.01094951,0.9335608,1),(0.353438,-0.02461058,0.9351342,1),(0.3598805,-0.01408784,0.932892,1),(0.3647541,-0.006594261,0.9310805,1),(0.3718161,-0.0009328548,0.9283059,1),(0.3724878,-0.0002685035,0.928037,1),(0.368422,-0.002110147,0.9296562,1),(0.3682275,-0.0006216425,0.9297355,1),(0.3586506,-0.01019063,0.9334162,1),(0.3590478,-0.01372157,0.9332183,1),(0.3560991,-0.009643395,0.9343984,1),(0.3565077,-0.007701832,0.9342606,1),(0.3638896,-0.01735452,0.9312804,1),(0.3730921,-0.02109364,0.9275544,1),(0.3676224,-0.01221859,0.9298949,1),(0.3598296,-0.01114602,0.9329515,1),(0.3554479,-0.01979079,0.9344866,1),(0.3524046,-0.01842678,0.9356664,1),(0.3624144,-0.01959672,0.931811,1),(0.3548595,-0.04298191,0.9339311,1),(0.3487792,-0.0439232,0.9361751,1),(0.3465023,-0.04119792,0.937144,1),(0.3533458,-0.0154835,0.9353646,1),(0.3480683,-0.0347636,0.9368243,1),(0.3857532,-0.02573919,0.9222429,1),(0.3955352,-0.03251474,0.9178751,1),(0.3843884,-0.01785933,0.9229988,1),(0.3762347,-0.01405787,0.9264178,1),(0.4002859,-0.04179408,0.9154368,1),(0.4055651,-0.0529905,0.9125289,1),(0.3875685,-0.02359354,0.9215389,1),(0.3912013,-0.03124045,0.9197747,1),(0.3781,-0.02270403,0.9254863,1),(0.3752971,-0.02037359,0.9266806,1),(0.3799393,-0.02650013,0.9246317,1),(0.3683443,-0.03637078,0.9289777,1),(0.368423,-0.03728707,0.9289102,1),(0.3662276,-0.03868934,0.9297207,1),(0.3700869,-0.01933436,0.9287959,1),(0.3617261,-0.04058457,0.9314006,1),(0.4122447,-0.07169758,0.9082476,1),(0.4233331,-0.1031661,0.900081,1),(0.3921891,-0.04497252,0.9187845,1),(0.3989572,-0.06874487,0.914389,1),(0.4382065,-0.1473305,0.886718,1),(0.4558383,-0.203755,0.8664268,1),(0.4092529,-0.1026078,0.9066331,1),(0.4225182,-0.1464274,0.8944482,1),(0.3838606,-0.04832486,0.9221257,1),(0.393703,-0.06966803,0.9165938,1),(0.3980563,-0.09691597,0.9122272,1),(0.3751813,-0.05103791,0.9255453,1),(0.3786372,-0.06236618,0.9234415,1),(0.3688234,-0.04183524,0.9285575,1),(0.3799671,-0.0339964,0.924375,1),(0.367752,-0.03733894,0.9291739,1),(0.474698,-0.2598694,0.8409099,1),(0.4940107,-0.3038816,0.8146222,1),(0.4369046,-0.1914058,0.8789073,1),(0.4509917,-0.2291921,0.8625993,1),(0.5145789,-0.3363887,0.7887021,1),(0.5371138,-0.3579013,0.7638163,1),(0.4651679,-0.2599865,0.8461831,1),(0.4797968,-0.2840032,0.830143,1),(0.4144047,-0.1543587,0.896907,1),(0.4208278,-0.179802,0.889143,1),(0.4261948,-0.2030463,0.8815498,1),(0.3862478,-0.1080175,0.9160485,1),(0.385606,-0.1254547,0.9140946,1),(0.3851834,-0.09156388,0.9182863,1),(0.406846,-0.1267246,0.9046641,1),(0.3879015,-0.07768333,0.9184214,1),(0.5640438,-0.3746945,0.7358388,1),(0.5979925,-0.3917714,0.6992282,1),(0.5003215,-0.3076497,0.8093393,1),(0.5324768,-0.3354407,0.7771409,1),(0.637704,-0.408438,0.6530789,1),(0.6813709,-0.4237933,0.5967689,1),(0.5745389,-0.3665281,0.7318212,1),(0.6238663,-0.3995144,0.6716987,1),(0.467165,-0.2658044,0.8432703,1),(0.5092858,-0.3086135,0.8033589,1),(0.5620926,-0.3571095,0.7460058,1),(0.4578869,-0.2329861,0.8579376,1),(0.5112175,-0.2892787,0.8093049,1),(0.4175671,-0.1860029,0.8894047,1),(0.4388474,-0.230321,0.868542,1),(0.3930204,-0.1499522,0.9072207,1),(0.7229497,-0.4349231,0.5368293,1),(0.7591316,-0.4382759,0.4812832,1),(0.6724928,-0.4276115,0.6040712,1),(0.7160367,-0.4440303,0.5386357,1),(0.7913039,-0.4345431,0.4301283,1),(0.8206214,-0.4240869,0.3830545,1),(0.7561217,-0.4497812,0.4753702,1),(0.794021,-0.445414,0.4136871,1),(0.6661964,-0.4307651,0.6087886,1),(0.7138481,-0.4477329,0.5384757,1),(0.7602649,-0.4523434,0.4662434,1),(0.6749298,-0.413708,0.6109954,1),(0.7277055,-0.4321449,0.5326307,1),(0.6217703,-0.383886,0.6826662,1),(0.6161491,-0.400922,0.6779541,1),(0.5676197,-0.3426469,0.7485993,1),(0.8426723,-0.4150352,0.3430002,1),(0.853415,-0.4156725,0.3144824,1),(0.8236925,-0.4392202,0.3586313,1),(0.8401138,-0.4397691,0.3175088,1),(0.8538695,-0.4266219,0.2981621,1),(0.8442328,-0.4480175,0.294196,1),(0.8451153,-0.448138,0.291466,1),(0.8396128,-0.4648997,0.2809244,1),(0.8200865,-0.454828,0.3472602,1),(0.8302367,-0.4617598,0.3122257,1),(0.8297161,-0.47399,0.294796,1),(0.8112811,-0.464339,0.3552637,1),(0.8148678,-0.4752988,0.3317853,1),(0.7971962,-0.4544466,0.3974372,1),(0.7976063,-0.4521953,0.3991786,1),(0.7703596,-0.4442932,0.4573288,1),(0.8283235,-0.4737535,0.2990614,1),(0.8103293,-0.4983899,0.3081786,1),(0.8282589,-0.4850404,0.2805761,1),(0.8155542,-0.5042446,0.2839168,1),(0.7902122,-0.5217995,0.3213876,1),(0.7679071,-0.5438369,0.3384673,1),(0.8015336,-0.5224106,0.2909143,1),(0.7862087,-0.539443,0.3014581,1),(0.8170111,-0.5017085,0.2842208,1),(0.8094541,-0.5144345,0.2830923,1),(0.8011787,-0.5263247,0.2847719,1),(0.8090922,-0.5058923,0.2990699,1),(0.8060722,-0.5147238,0.2920737,1),(0.8116058,-0.4963584,0.3080982,1),(0.8237884,-0.4882089,0.28814,1),(0.8135523,-0.4861473,0.3190508,1),(0.7448816,-0.5635795,0.357113,1),(0.7225949,-0.5804144,0.3754675,1),(0.7699057,-0.5551991,0.3146411,1),(0.7527457,-0.5697422,0.3297995,1),(0.7009875,-0.5945414,0.3938743,1),(0.6800231,-0.6060491,0.4126415,1),(0.7345498,-0.5830916,0.3470458,1),(0.7151256,-0.5952167,0.3664867,1),(0.778658,-0.5517613,0.2987494,1),(0.7630064,-0.5663581,0.3115443,1),(0.7439998,-0.5820424,0.3281629,1),(0.7773095,-0.5548367,0.2965573,1),(0.758536,-0.5744391,0.3076406,1),(0.7912633,-0.5382289,0.2901933,1),(0.7912909,-0.5383928,0.2898133,1),(0.8007693,-0.5248211,0.2886716,1),(0.6596445,-0.6167811,0.4294767,1),(0.6398529,-0.6285438,0.4421776,1),(0.6948193,-0.6074743,0.3849691,1),(0.6744346,-0.6207386,0.3997772,1),(0.62091,-0.6413677,0.4506865,1),(0.6030201,-0.6552691,0.4549607,1),(0.6541941,-0.6349875,0.4108783,1),(0.6342821,-0.6501906,0.4182565,1),(0.7012183,-0.615758,0.3593534,1),(0.679461,-0.6330287,0.3709545,1),(0.6576997,-0.6504985,0.3798456,1),(0.6927464,-0.6354439,0.3410476,1),(0.6706423,-0.6543399,0.3493968,1),(0.7148751,-0.6157987,0.3312788,1),(0.722796,-0.598743,0.3450693,1),(0.7368639,-0.5954434,0.3201232,1),(0.584492,-0.6664227,0.4628716,1),(0.5634775,-0.6712161,0.4816245,1),(0.6134044,-0.6632718,0.4287255,1),(0.5899007,-0.671615,0.4482751,1),(0.5397184,-0.6692978,0.5106316,1),(0.5128408,-0.6601054,0.5488672,1),(0.5635265,-0.6748955,0.4763967,1),(0.5339627,-0.6726407,0.5122873,1),(0.6103906,-0.6787439,0.4083258,1),(0.5833223,-0.6880328,0.4316778,1),(0.5537522,-0.6937169,0.4605598,1),(0.5980158,-0.7006133,0.3892531,1),(0.5704697,-0.7121227,0.4092008,1),(0.6238455,-0.6870564,0.372519,1),(0.6351286,-0.6661627,0.3909461,1),(0.6480296,-0.6715962,0.359188,1),(0.4840901,-0.6569687,0.5779696,1),(0.4557495,-0.6733502,0.5821443,1),(0.5017706,-0.6749164,0.5410306,1),(0.4687155,-0.6909956,0.5503007,1),(0.4270397,-0.7089543,0.5612673,1),(0.3923337,-0.7633486,0.513199,1),(0.4342273,-0.7207374,0.5403557,1),(0.3992415,-0.7619902,0.5098794,1),(0.4876626,-0.7179108,0.4967789,1),(0.4516466,-0.7412305,0.4965809,1),(0.4177167,-0.7687042,0.4843619,1),(0.4773132,-0.758001,0.4445298,1),(0.4465021,-0.7755479,0.4462748,1),(0.5100684,-0.7398635,0.4386712,1),(0.5215172,-0.7020822,0.4848716,1),(0.5409678,-0.7246298,0.4269258,1),(0.3622615,-0.8147989,0.4526249,1),(0.3529415,-0.8458344,0.3999957,1),(0.3458703,-0.8314419,0.434831,1),(0.3646212,-0.8036352,0.4703421,1),(0.3534027,-0.8643701,0.3577302,1),(0.3666351,-0.8713033,0.3262044,1),(0.3545156,-0.8538723,0.3810786,1),(0.3420924,-0.8479786,0.4048518,1),(0.349005,-0.8330693,0.4291749,1),(0.357757,-0.8200464,0.446692,1),(0.3540272,-0.8390932,0.413022,1),(0.3721521,-0.8330397,0.4093258,1),(0.3755395,-0.8247652,0.4227676,1),(0.3891819,-0.8128474,0.4333782,1),(0.3800773,-0.7994155,0.46527,1),(0.412704,-0.7969081,0.4411494,1),(0.3848891,-0.8721133,0.3021235,1),(0.3985102,-0.8732046,0.2805409,1),(0.372592,-0.8554212,0.3597635,1),(0.3845134,-0.8599568,0.3355945,1),(0.4074691,-0.8750262,0.2613392,1),(0.4119757,-0.8777866,0.2444723,1),(0.39501,-0.8650259,0.30935,1),(0.3996191,-0.8729237,0.279837,1),(0.3753855,-0.8499721,0.3696393,1),(0.382147,-0.8601096,0.3378982,1),(0.3844739,-0.873411,0.2988864,1),(0.3744791,-0.881819,0.2866371,1),(0.3760339,-0.8660161,0.3295674,1),(0.3759419,-0.8520885,0.3641605,1),(0.3656052,-0.8430027,0.3945619,1),(0.3745537,-0.8408921,0.3906532,1),(0.4123163,-0.8813816,0.2305685,1),(0.4090021,-0.8854738,0.220575,1),(0.4009186,-0.8807715,0.2520034,1),(0.3999737,-0.8869651,0.2308981,1),(0.4024074,-0.8899272,0.2147039,1),(0.3943173,-0.8936799,0.2141264,1),(0.3920751,-0.8957597,0.2095035,1),(0.3979813,-0.8913224,0.2171524,1),(0.3856488,-0.8986279,0.209148,1),(0.3881132,-0.8922184,0.2308996,1),(0.3813647,-0.9034391,0.1958541,1),(0.3584935,-0.9181825,0.1685922,1),(0.3632417,-0.9132742,0.1843523,1),(0.3676792,-0.9060654,0.2094217,1),(0.3885296,-0.883691,0.2610267,1),(0.3715427,-0.8958762,0.243643,1),(0.3853149,-0.8974044,0.2149366,1),(0.3768432,-0.9012458,0.2138807,1),(0.3786793,-0.9040227,0.1983555,1),(0.3850076,-0.8999723,0.2044969,1),(0.3693855,-0.9049298,0.211321,1),(0.3629252,-0.9084735,0.2072709,1),(0.3682119,-0.9116098,0.1827229,1),(0.3730826,-0.9079054,0.1910945,1),(0.367126,-0.9153087,0.1656154,1),(0.3714329,-0.9115514,0.1763854,1),(0.363248,-0.9188501,0.1541605,1),(0.3404489,-0.9322804,0.1222616,1),(0.3445058,-0.9291202,0.1343553,1),(0.3488614,-0.9257142,0.1461132,1),(0.3761816,-0.9075886,0.1864679,1),(0.3535264,-0.9220651,0.1575278,1),(0.3560594,-0.912423,0.2017576,1),(0.3476638,-0.9171141,0.195017,1),(0.3540546,-0.9213112,0.1607199,1),(0.3623471,-0.9159027,0.1727044,1),(0.3377453,-0.9224633,0.1870546,1),(0.3263006,-0.9283778,0.1778836,1),(0.3302529,-0.9347567,0.1310076,1),(0.3433526,-0.9276625,0.1468034,1),(0.33685,-0.9354898,0.1067281,1),(0.3489954,-0.9287332,0.1251266,1),(0.3213983,-0.9430439,0.08585639,1),(0.2904712,-0.9556139,0.04928036,1),(0.3092864,-0.9482491,0.07187209,1),(0.3239175,-0.941637,0.09163649,1),(0.3578028,-0.9230968,0.1409586,1),(0.334309,-0.9362019,0.1084595,1),(0.3154347,-0.934384,0.1656121,1),(0.3069965,-0.9401188,0.1480873,1),(0.3047152,-0.9480519,0.09135838,1),(0.3167609,-0.9417714,0.1128231,1),(0.3008661,-0.9454094,0.1252224,1),(0.2969226,-0.9499742,0.09688063,1),(0.2843487,-0.9579707,0.03792252,1),(0.2939646,-0.9535034,0.06645349,1),(0.2747113,-0.9614303,0.01362296,1),(0.2894234,-0.9563956,0.03926282,1),(0.2605991,-0.9653475,-0.01387241,1),(0.2214002,-0.9739053,-0.04990455,1),(0.2363731,-0.9713612,-0.02419059,1),(0.2527514,-0.967531,0.0007434679,1),(0.3049292,-0.9502711,0.06326733,1),(0.2707317,-0.9623262,0.02515214,1),(0.2977542,-0.9521262,0.06926794,1),(0.2896432,-0.9558321,0.04991679,1),(0.2757444,-0.961162,0.01152269,1),(0.2676818,-0.9634851,-0.006550444,1),(0.2826971,-0.9584386,0.03844326,1),(0.2742532,-0.9610198,0.03501723,1),(0.2559942,-0.9665737,-0.01422151,1),(0.2448662,-0.9694664,-0.01324474,1),(0.2338801,-0.970833,-0.0527593,1),(0.2217366,-0.9733469,-0.05855584,1),(0.2096305,-0.9762737,-0.05426411,1),(0.1825095,-0.9793472,-0.08700218,1),(0.1721611,-0.9816393,-0.08212642,1),(0.1939206,-0.9775422,-0.08249895,1),(0.2470015,-0.9682689,-0.03801915,1),(0.2072702,-0.9756525,-0.07170226,1),(0.2657849,-0.963319,0.03708003,1),(0.2589416,-0.9649931,0.04168301,1),(0.2347436,-0.9720353,-0.006541395,1),(0.226942,-0.973906,0.002089339,1),(0.2537522,-0.9660364,0.04882294,1),(0.250252,-0.9664132,0.0584761,1),(0.2214938,-0.9750801,0.01262236,1),(0.2184085,-0.9755362,0.02503461,1),(0.191732,-0.9809083,-0.03252221,1),(0.1867649,-0.9822201,-0.01903749,1),(0.1844709,-0.9828305,-0.003818783,1),(0.1546626,-0.9870305,-0.04301598,1),(0.1539825,-0.987728,-0.02613156,1),(0.1579355,-0.9857462,-0.05797105,1),(0.1993604,-0.9789258,-0.04426733,1),(0.1637777,-0.9839388,-0.07100324,1),(0.2484278,-0.9662805,0.06771532,1),(0.2477787,-0.966002,0.07379519,1),(0.2168071,-0.9755315,0.03651111,1),(0.2155809,-0.9754778,0.04436085,1),(0.2483208,-0.9656324,0.07675117,1),(0.2500698,-0.9651913,0.0766215,1),(0.2147679,-0.9754551,0.04859912,1),(0.2143855,-0.9755059,0.04926539,1),(0.1820065,-0.9830761,0.02085746,1),(0.1803177,-0.98322,0.02764125,1),(0.1783705,-0.9834829,0.03074821,1),(0.1514377,-0.988383,0.01287255,1),(0.1487692,-0.9886793,0.01951508,1),(0.1532315,-0.9881856,0.003047433,1),(0.1834048,-0.9829827,0.0103759,1),(0.1541004,-0.988005,-0.00996023,1),(0.253151,-0.9644307,0.07607882,1),(0.2579545,-0.9630265,0.07771396,1),(0.2157336,-0.9751999,0.0494406,1),(0.2203298,-0.9740332,0.05209713,1),(0.2644442,-0.9609537,0.08147033,1),(0.2725728,-0.9581654,0.08731029,1),(0.2281177,-0.9719518,0.05720119,1),(0.2390308,-0.9688513,0.06474146,1),(0.1838264,-0.9822025,0.03854868,1),(0.1937991,-0.9799483,0.04629584,1),(0.2085087,-0.9763818,0.0565919,1),(0.1667356,-0.984926,0.04604156,1),(0.1846395,-0.9809868,0.05977586,1),(0.1547337,-0.9873449,0.0347513,1),(0.1786636,-0.9833443,0.03336621,1),(0.1487214,-0.9885396,0.02590977,1),(0.2822421,-0.9546944,0.09432963,1),(0.2932709,-0.9506075,0.1016736,1),(0.2528399,-0.9646847,0.07386026,1),(0.2692304,-0.9594362,0.0836483,1),(0.3056052,-0.9458578,0.1093544,1),(0.3191937,-0.9403941,0.1173641,1),(0.2880777,-0.9529755,0.09406824,1),(0.3092279,-0.9451649,0.1050775,1),(0.2505544,-0.964716,0.08090407,1),(0.2771462,-0.9562424,0.0937575,1),(0.3070481,-0.9456667,0.1069385,1),(0.2688725,-0.9574344,0.1050088,1),(0.3075593,-0.9434605,0.1236506,1),(0.2362079,-0.9675305,0.08994799,1),(0.2275935,-0.9713448,0.0684872,1),(0.208005,-0.9752617,0.07482418,1),(0.3341894,-0.9338455,0.1274759,1),(0.3505962,-0.925753,0.1416462,1),(0.3294875,-0.9367115,0.1183628,1),(0.3457944,-0.9285139,0.1352329,1),(0.3683555,-0.9158439,0.1598253,1),(0.3873293,-0.9038084,0.1819516,1),(0.3582566,-0.9205565,0.1556529,1),(0.3669009,-0.9127529,0.1796271,1),(0.3511608,-0.926043,0.1383135,1),(0.3596668,-0.919803,0.1568512,1),(0.3595271,-0.9161155,0.1774057,1),(0.3635632,-0.9177038,0.1601299,1),(0.3587461,-0.9175028,0.1717256,1),(0.3564288,-0.9226202,0.1474122,1),(0.3337714,-0.9347646,0.1217038,1),(0.3393772,-0.9305065,0.1377709,1),(0.4075889,-0.8905379,0.2020238,1),(0.4291519,-0.8774648,0.2142061,1),(0.3742631,-0.9051108,0.2017462,1),(0.382874,-0.8977423,0.2178675,1),(0.4519233,-0.8648493,0.2186339,1),(0.4757551,-0.8527745,0.2154824,1),(0.3927621,-0.8909027,0.2281013,1),(0.4039353,-0.8847228,0.232598,1),(0.351346,-0.9116987,0.2129823,1),(0.3480459,-0.9096467,0.2267303,1),(0.3453644,-0.9078258,0.2378561,1),(0.3248081,-0.9224328,0.2088483,1),(0.3132433,-0.9228889,0.2239523,1),(0.3362736,-0.9213463,0.1950408,1),(0.3551852,-0.9138979,0.1965553,1),(0.3475756,-0.9196907,0.1826478,1),(0.5016404,-0.8400099,0.2067374,1),(0.5311264,-0.8249999,0.1930801,1),(0.4221487,-0.8767235,0.2305351,1),(0.4529172,-0.8641024,0.2195289,1),(0.563983,-0.8071819,0.1743006,1),(0.5999036,-0.7858396,0.1502396,1),(0.4956701,-0.8453552,0.1992126,1),(0.5494193,-0.8182524,0.1691197,1),(0.3842963,-0.892971,0.2343484,1),(0.4354574,-0.8744552,0.2137872,1),(0.5061002,-0.8436098,0.1794023,1),(0.3997766,-0.8922524,0.2099148,1),(0.4796388,-0.8597603,0.1753822,1),(0.3444464,-0.9105206,0.2287115,1),(0.3541132,-0.9033051,0.2421649,1),(0.3155091,-0.9198396,0.2331289,1),(0.6362176,-0.7609593,0.1271549,1),(0.6695442,-0.7345605,0.1101426,1),(0.6042114,-0.7848579,0.1375737,1),(0.6502201,-0.7514738,0.1118078,1),(0.6999411,-0.7072608,0.09932137,1),(0.7274982,-0.679543,0.0946981,1),(0.6880856,-0.7197561,0.09213765,1),(0.7186998,-0.6908573,0.07865597,1),(0.6357878,-0.7644426,0.1067774,1),(0.6801252,-0.7289055,0.07827116,1),(0.7130142,-0.6989605,0.05536221,1),(0.6734437,-0.7367595,0.06049023,1),(0.7082066,-0.7054042,0.02912716,1),(0.6251297,-0.7746415,0.09562192,1),(0.578226,-0.8036508,0.1407128,1),(0.5610716,-0.8168127,0.1342229,1),(0.7533264,-0.6517424,0.0879271,1),(0.7791086,-0.6227005,0.07234477,1),(0.7461738,-0.6626794,0.06388,1),(0.7746538,-0.6309616,0.04241399,1),(0.8042593,-0.5923107,0.04832386,1),(0.8280196,-0.5604596,0.01639003,1),(0.8032561,-0.5954556,0.01456347,1),(0.8309603,-0.5560016,-0.01916676,1),(0.7724366,-0.6350706,0.005204683,1),(0.8042099,-0.5937983,-0.02549677,1),(0.8357286,-0.5459108,-0.05948906,1),(0.806192,-0.5880069,-0.06559315,1),(0.8412526,-0.53158,-0.09857392,1),(0.7714417,-0.635433,-0.03320818,1),(0.7416811,-0.6699779,0.03222838,1),(0.7384099,-0.6743502,-0.001632318,1),(0.8519586,-0.5232645,-0.01900036,1),(0.8770753,-0.4772295,-0.05469098,1),(0.8578178,-0.5110785,-0.05428934,1),(0.8836604,-0.4597726,-0.08805349,1),(0.9022801,-0.4214329,-0.0910214,1),(0.9260572,-0.354986,-0.1280745,1),(0.9079311,-0.4013261,-0.1208244,1),(0.9297638,-0.3349722,-0.1527512,1),(0.8912516,-0.4365739,-0.1227755,1),(0.9140839,-0.3766247,-0.1503478,1),(0.9336008,-0.3123249,-0.1756201,1),(0.9199778,-0.3500812,-0.1763067,1),(0.937088,-0.2897211,-0.1947505,1),(0.8988351,-0.4101854,-0.1544132,1),(0.8651927,-0.4928111,-0.09262296,1),(0.8729293,-0.4705727,-0.1286696,1),(0.9446469,-0.2845367,-0.1633434,1),(0.9565249,-0.2167313,-0.1951608,1),(0.9464788,-0.2660512,-0.1827417,1),(0.9570005,-0.1997406,-0.2103656,1),(0.9628116,-0.1508293,-0.2241526,1),(0.9641947,-0.08585967,-0.2509116,1),(0.9622501,-0.1352188,-0.2362005,1),(0.962751,-0.07147416,-0.2607722,1),(0.9576099,-0.1840171,-0.2216325,1),(0.9620939,-0.1224807,-0.2436674,1),(0.9621075,-0.06159309,-0.2656228,1),(0.9621411,-0.115064,-0.2470726,1),(0.9621704,-0.05886352,-0.2660137,1),(0.9581047,-0.1719617,-0.2290517,1),(0.9483286,-0.2470552,-0.1990891,1),(0.9498751,-0.2300507,-0.2116935,1),(0.9613678,-0.02131983,-0.27444,1),(0.9551532,0.04218619,-0.2930919,1),(0.9591595,-0.008127909,-0.2827494,1),(0.9523574,0.05402058,-0.3001616,1),(0.9460779,0.1041342,-0.3067452,1),(0.9346636,0.164136,-0.3153783,1),(0.942884,0.1143288,-0.3128877,1),(0.9313073,0.1723232,-0.3208915,1),(0.9512311,0.05944613,-0.3026973,1),(0.9414346,0.1185354,-0.3156742,1),(0.9292542,0.1759807,-0.3248345,1),(0.9422655,0.1142001,-0.3147919,1),(0.9292047,0.1732252,-0.326453,1),(0.9520817,0.05561407,-0.3007451,1),(0.9582398,-0.0007943946,-0.2859647,1),(0.9586921,-0.002182043,-0.2844378,1),(0.9203138,0.2209575,-0.3228005,1),(0.9023654,0.2739308,-0.3327141,1),(0.9172962,0.2267614,-0.327333,1),(0.9005442,0.2771579,-0.3349681,1),(0.8810316,0.3233122,-0.3453298,1),(0.856353,0.3693585,-0.3608793,1),(0.8813329,0.3238729,-0.3440326,1),(0.8597965,0.3672877,-0.3547531,1),(0.8987831,0.2789099,-0.3382279,1),(0.8814307,0.3237081,-0.3439374,1),(0.8631205,0.3646978,-0.3493115,1),(0.8811708,0.3235085,-0.3447901,1),(0.8653702,0.3630754,-0.3454138,1),(0.8974668,0.2790483,-0.3415928,1),(0.9148746,0.2298218,-0.3319432,1),(0.9137198,0.229127,-0.3355845,1),(0.8301873,0.4123281,-0.3751995,1),(0.8047972,0.4521676,-0.3845072,1),(0.837049,0.4083789,-0.3641093,1),(0.8142541,0.4475265,-0.3697434,1),(0.7807376,0.4890846,-0.3889022,1),(0.7584426,0.5233221,-0.388457,1),(0.7917512,0.4847555,-0.3716747,1),(0.7698311,0.5201384,-0.3698867,1),(0.8236444,0.442617,-0.3545423,1),(0.8023277,0.4807355,-0.3537847,1),(0.7800717,0.5181568,-0.350716,1),(0.809357,0.4800454,-0.3383751,1),(0.7857133,0.5206681,-0.334005,1),(0.8303991,0.4401089,-0.3416746,1),(0.8439379,0.4039026,-0.3530317,1),(0.8490087,0.4010642,-0.3439938,1),(0.7370611,0.5551759,-0.3853834,1),(0.715734,0.5847332,-0.3818532,1),(0.7478567,0.5536364,-0.3663291,1),(0.7252566,0.5851023,-0.3628473,1),(0.6947748,0.6119049,-0.3779689,1),(0.6744525,0.6384543,-0.3707963,1),(0.7025182,0.6160972,-0.3562195,1),(0.6795088,0.6435767,-0.3522455,1),(0.7324682,0.5897644,-0.3401004,1),(0.7070774,0.6220066,-0.3363767,1),(0.6805378,0.6493232,-0.3394813,1),(0.6768685,0.6615666,-0.3227671,1),(0.7050688,0.6309662,-0.3236658,1),(0.7337604,0.5992438,-0.3201599,1),(0.7566596,0.5542333,-0.3468313,1),(0.759923,0.5602757,-0.3295577,1),(0.648532,0.6670703,-0.3666381,1),(0.6096545,0.7007239,-0.3705498,1),(0.6113352,0.707487,-0.3545862,1),(0.6511373,0.6709329,-0.3547807,1),(0.555552,0.7437814,-0.3716868,1),(0.4845008,0.7911952,-0.3731878,1),(0.4901071,0.7956432,-0.3560154,1),(0.5582045,0.7497674,-0.3553258,1),(0.5595859,0.7564802,-0.3385284,1),(0.6102191,0.7162633,-0.3385254,1),(0.4968841,0.7993098,-0.3379498,1),(0.5043676,0.802361,-0.3191083,1),(0.5601678,0.7636501,-0.321015,1),(0.6068696,0.7266694,-0.3219639,1),(0.6500868,0.6802175,-0.3386612,1),(0.6454418,0.6924231,-0.3224209,1),(0.4083499,0.8336002,-0.3719692,1),(0.3414676,0.865455,-0.3665893,1),(0.3521036,0.8684395,-0.34905,1),(0.4172759,0.8368738,-0.3542926,1),(0.2847842,0.8891936,-0.358096,1),(0.2385279,0.9069568,-0.3471798,1),(0.2471916,0.9106613,-0.331047,1),(0.2953487,0.8924183,-0.3411139,1),(0.3136095,0.8935025,-0.3214066,1),(0.3687375,0.8681576,-0.3321668,1),(0.2644879,0.9118913,-0.3138479,1),(0.2861385,0.910804,-0.2975912,1),(0.3362086,0.8924479,-0.3008332,1),(0.3887807,0.8674029,-0.3105829,1),(0.4297725,0.8364324,-0.3401123,1),(0.4439617,0.8360163,-0.3224509,1),(0.2011278,0.9205767,-0.3347926,1),(0.1713045,0.9312316,-0.3216558,1),(0.1772863,0.9351687,-0.3066417,1),(0.2076504,0.9245991,-0.3193707,1),(0.1495147,0.9395297,-0.3081062,1),(0.1360284,0.9459586,-0.2943781,1),(0.1461089,0.9490012,-0.2793723,1),(0.1566641,0.9431196,-0.2932264,1),(0.1695957,0.9457314,-0.277181,1),(0.1910938,0.93754,-0.2906921,1),(0.1588251,0.9517017,-0.2627516,1),(0.1692497,0.9545226,-0.245441,1),(0.1834152,0.9478096,-0.2607983,1),(0.2079652,0.9388061,-0.2745787,1),(0.2229434,0.926532,-0.3030424,1),(0.2425526,0.9273084,-0.2850743,1),(0.1305129,0.950418,-0.2822624,1),(0.1326975,0.9527048,-0.2733952,1),(0.1462745,0.9544018,-0.2602328,1),(0.1434127,0.9527869,-0.2676374,1),(0.142663,0.952849,-0.2678171,1),(0.1604605,0.9506742,-0.2654637,1),(0.1689574,0.9511131,-0.2585289,1),(0.1547745,0.953882,-0.2572042,1),(0.1591885,0.9564845,-0.244533,1),(0.1554112,0.9570168,-0.2448801,1),(0.166706,0.953802,-0.2499421,1),(0.1525884,0.9590748,-0.238521,1),(0.1531481,0.9611655,-0.2295789,1),(0.156154,0.9611058,-0.2277973,1),(0.1553186,0.9554509,-0.2509779,1),(0.1615486,0.9589357,-0.2331187,1),(0.180987,0.9476089,-0.2632127,1),(0.1991201,0.9452404,-0.2585956,1),(0.19645,0.9459236,-0.2581394,1),(0.1843291,0.9478498,-0.2600069,1),(0.2149318,0.9436661,-0.2515923,1),(0.2284564,0.9429625,-0.2421348,1),(0.2111162,0.9464615,-0.2442138,1),(0.2053787,0.9454412,-0.2529039,1),(0.1817616,0.949899,-0.2542723,1),(0.1796215,0.9495227,-0.2571824,1),(0.1809851,0.9519888,-0.2469043,1),(0.1435678,0.9583032,-0.2470692,1),(0.1480735,0.9562963,-0.2521341,1),(0.1510501,0.9558839,-0.2519326,1),(0.1746065,0.9508479,-0.2557356,1),(0.1524152,0.9562849,-0.2495772,1),(0.2390531,0.9427362,-0.2325987,1),(0.245784,0.9428614,-0.2249505,1),(0.2143785,0.9501666,-0.2263301,1),(0.2140557,0.9482416,-0.2345594,1),(0.2485846,0.9434603,-0.2192902,1),(0.2474074,0.9446011,-0.215681,1),(0.2069696,0.9545635,-0.2144112,1),(0.2120289,0.9522719,-0.219595,1),(0.1682879,0.9606258,-0.2210821,1),(0.1739188,0.9577633,-0.2290018,1),(0.1612412,0.9634601,-0.2138828,1),(0.1190917,0.9701967,-0.2110348,1),(0.1260224,0.96727,-0.2202436,1),(0.1325795,0.9644021,-0.2288043,1),(0.1781439,0.9548818,-0.2376246,1),(0.1383243,0.9613429,-0.2380886,1),(0.2437435,0.9461098,-0.2132258,1),(0.2391964,0.9477671,-0.2110042,1),(0.193452,0.959228,-0.2060529,1),(0.2003545,0.956916,-0.2101666,1),(0.2337656,0.9495606,-0.2090178,1),(0.227442,0.9514797,-0.2072593,1),(0.1788181,0.9637002,-0.1982571,1),(0.186274,0.9614902,-0.2020861,1),(0.1386757,0.9711278,-0.194113,1),(0.145997,0.9687277,-0.2006278,1),(0.1317971,0.9734496,-0.1871503,1),(0.09305059,0.9797283,-0.1774091,1),(0.09794362,0.977417,-0.1872515,1),(0.1042694,0.9751098,-0.1956751,1),(0.1535239,0.9661709,-0.2072293,1),(0.1111079,0.9726142,-0.2041487,1),(0.2199399,0.9536734,-0.2052644,1),(0.2110046,0.9562754,-0.2025204,1),(0.1620064,0.9684184,-0.1895254,1),(0.1708094,0.9659736,-0.1942147,1),(0.2006131,0.9592409,-0.1990261,1),(0.1887509,0.9625176,-0.194764,1),(0.1419854,0.9736977,-0.1781932,1),(0.1523975,0.9710048,-0.1841862,1),(0.1090899,0.9797823,-0.1677081,1),(0.1166741,0.9776253,-0.1750311,1),(0.1012956,0.9819018,-0.1600249,1),(0.07657294,0.9852101,-0.1532895,1),(0.07172339,0.9868745,-0.1446881,1),(0.08162907,0.9834397,-0.1618119,1),(0.1240386,0.975444,-0.1819983,1),(0.08688382,0.9815634,-0.1702483,1),(0.176033,0.9659505,-0.18961,1),(0.1631532,0.9694148,-0.1833468,1),(0.120339,0.9790706,-0.1641321,1),(0.1311485,0.9764093,-0.1715372,1),(0.1501067,0.9728833,-0.1759718,1),(0.1369035,0.9763268,-0.1674616,1),(0.09860771,0.9841625,-0.1473116,1),(0.1093154,0.9816404,-0.1563082,1),(0.08609005,0.9859171,-0.1433735,1),(0.07814589,0.9877145,-0.135326,1),(0.07076117,0.9894391,-0.1265043,1),(0.05841048,0.9911484,-0.1192187,1),(0.05434883,0.9923348,-0.1109854,1),(0.06266013,0.9898464,-0.1275839,1),(0.09344669,0.9839448,-0.1520536,1),(0.06709943,0.9884235,-0.1360761,1),(0.1238256,0.9796485,-0.1579746,1),(0.1112015,0.9827736,-0.1476158,1),(0.07818608,0.9887395,-0.1275977,1),(0.08815733,0.9865439,-0.137693,1),(0.09903044,0.9856925,-0.1363935,1),(0.08733114,0.9883949,-0.1242938,1),(0.05969008,0.9925748,-0.1059823,1),(0.06869438,0.9907498,-0.1170298,1),(0.05693598,0.9924719,-0.1084333,1),(0.0506025,0.9937699,-0.0993003,1),(0.04466104,0.9949305,-0.09010382,1),(0.04351223,0.9952,-0.0876562,1),(0.04036116,0.9959443,-0.08041188,1),(0.04689296,0.994356,-0.09516935,1),(0.06365824,0.9910305,-0.1174996,1),(0.05050478,0.993404,-0.1029453,1),(0.0759816,0.9908581,-0.1114766,1),(0.06554355,0.9930839,-0.09740935,1),(0.04355924,0.9956427,-0.08245107,1),(0.0511462,0.9942039,-0.09456578,1),(0.053643,0.9949917,-0.0843438,1),(0.04294288,0.9966409,-0.06973559,1),(0.0351486,0.9968497,-0.07110079,1),(0.02764513,0.9978708,-0.05907425,1),(0.03375061,0.9968411,-0.07189193,1),(0.02875849,0.9976027,-0.06294296,1),(0.02406823,0.9982458,-0.05409208,1),(0.03211128,0.9976501,-0.06052241,1),(0.02975325,0.9980696,-0.05451356,1),(0.03466043,0.9971614,-0.06684124,1),(0.03905469,0.9959533,-0.08094263,1),(0.03741055,0.9965953,-0.07347181,1),(0.03236273,0.9979768,-0.05472701,1),(0.02172312,0.9989808,-0.03956554,1),(0.02036569,0.998686,-0.0470281,1),(0.01323848,0.9992957,-0.03511461,1),(0.01171872,0.9996502,-0.02371211,1),(4.943302e-5,0.9999605,-0.008875295,1),(0.006247594,0.9997082,-0.02333568,1),(-0.0006038162,0.9999316,-0.01168195,1),(0.01549431,0.9991941,-0.03702646,1),(0.01162955,0.9995158,-0.02885766,1),(0.008514728,0.999753,-0.02053055,1),(0.02461824,0.9989682,-0.03816568,1),(0.02365282,0.999167,-0.03325551,1),(0.02594595,0.9987224,-0.04336369,1),(0.01963823,0.9987741,-0.04543805,1),(0.02765762,0.9984249,-0.04881265,1),(-0.0104129,0.9999272,0.006112368,1),(-0.02003027,0.9996001,0.01996283,1),(-0.006803339,0.9999766,-0.0007226366,1),(-0.0113966,0.9998917,0.009310029,1),(-0.02878679,0.999052,0.03265946,1),(-0.03667826,0.9983498,0.04418356,1),(-0.01497132,0.9997272,0.01792791,1),(-0.01737057,0.9995309,0.02522573,1),(0.005244716,0.999983,-0.002547568,1),(0.004824249,0.9999622,-0.007246489,1),(0.007609533,0.9999703,0.001263341,1),(0.0365966,0.9990951,-0.02166967,1),(0.03038659,0.9992712,-0.02310114,1),(0.02615642,0.9993323,-0.02551383,1),(0.005828991,0.999894,-0.0133376,1),(0.02403286,0.9992974,-0.02876166,1),(-0.04126752,0.9977311,0.0531942,1),(-0.04184773,0.9975011,0.0569237,1),(-0.01290914,0.9994583,0.03027284,1),(-0.01698621,0.999406,0.02998244,1),(-0.03743042,0.9977176,0.05620122,1),(-0.02916014,0.9983301,0.04986859,1),(0.008391299,0.9997764,0.01941143,1),(-0.004341684,0.9996296,0.0268623,1),(0.03240266,0.9994724,-0.002235491,1),(0.02074013,0.9997832,0.001856472,1),(0.04746969,0.9988297,-0.009261925,1),(0.08555158,0.9957817,-0.03316286,1),(0.06950607,0.9972044,-0.02742971,1),(0.05600474,0.9981514,-0.02360514,1),(0.01247435,0.9999176,0.003016471,1),(0.04503781,0.9987499,-0.02168709,1),(-0.01557221,0.9990349,0.04107164,1),(0.003121889,0.9994997,0.03147467,1),(0.04481368,0.9989946,0.00121112,1),(0.02489267,0.9996395,0.01006483,1),(0.02696481,0.9994147,0.02104857,1),(0.05599342,0.9983829,0.009803054,1),(0.09499341,0.9953641,-0.01505114,1),(0.0681769,0.9976475,-0.007163883,1),(0.1058965,0.9939281,-0.02988128,1),(0.08457835,0.996123,-0.02419686,1),(0.1290676,0.99104,-0.03437042,1),(0.1573853,0.9863485,-0.0484418,1),(0.1389093,0.9891944,-0.04689112,1),(0.1207864,0.9917108,-0.04382387,1),(0.06510823,0.9977278,-0.01732484,1),(0.103006,0.9939061,-0.03924621,1),(0.08926219,0.9960069,-0.001606136,1),(0.1259508,0.991962,-0.01215803,1),(0.1549161,0.9875382,-0.02773542,1),(0.1242426,0.9920062,-0.02207929,1),(0.1659135,0.9858986,-0.0218332,1),(0.2089271,0.9774531,-0.03057805,1),(0.2200243,0.9748704,-0.03488584,1),(0.1868916,0.9818589,-0.03200993,1),(0.2005352,0.9789594,-0.03773758,1),(0.1769516,0.9834681,-0.03845502,1),(0.2237654,0.9740075,-0.03519088,1),(0.2249001,0.9738004,-0.03365546,1),(0.209453,0.9769733,-0.04065287,1),(0.1930146,0.9801421,-0.04546316,1),(0.153098,0.9875054,-0.03733562,1),(0.1756384,0.9832809,-0.04806039,1),(0.2496608,0.9675263,-0.03952583,1),(0.2832602,0.9577553,-0.04968465,1),(0.283336,0.9578527,-0.04731974,1),(0.252672,0.9667603,-0.03913271,1),(0.3100118,0.948768,-0.06109157,1),(0.3301812,0.9410273,-0.07381053,1),(0.3389074,0.9377866,-0.07548632,1),(0.3120714,0.9481978,-0.05943363,1),(0.3103288,0.9490254,-0.0551991,1),(0.2776798,0.9597586,-0.04191777,1),(0.3464638,0.9350586,-0.07502162,1),(0.357884,0.9309239,-0.07279906,1),(0.3114589,0.948951,-0.04985297,1),(0.2734801,0.9612178,-0.03562148,1),(0.2487777,0.9679195,-0.03523552,1),(0.2445376,0.9691691,-0.03020818,1),(0.3516994,0.9321851,-0.08566508,1),(0.3819434,0.9192652,-0.09524028,1),(0.4101427,0.9062536,-0.1024091,1),(0.3697485,0.9246647,-0.09100157,1),(0.4207393,0.9013784,-0.1024467,1),(0.4676492,0.8773997,-0.1071168,1),(0.5183923,0.8477386,-0.112288,1),(0.4598943,0.8811852,-0.1095892,1),(0.503967,0.8562943,-0.1130363,1),(0.4417936,0.8907115,-0.1070116,1),(0.57486,0.8105534,-0.1119789,1),(0.6332595,0.7671674,-0.10216,1),(0.5514135,0.8269817,-0.1097471,1),(0.4775569,0.8720527,-0.1070675,1),(0.3892309,0.9163017,-0.09428922,1),(0.4130022,0.9057958,-0.09467369,1),(0.5276027,0.8428435,-0.1060677,1),(0.6054096,0.7902237,-0.09500416,1),(0.6616746,0.7440169,-0.09287363,1),(0.5856181,0.8033509,-0.108068,1),(0.6983978,0.7120097,-0.07268259,1),(0.7988018,0.6003799,-0.03820648,1),(0.8267215,0.5619997,-0.02622288,1),(0.7439406,0.6650041,-0.06574139,1),(0.7934185,0.6060857,-0.05610017,1),(0.722603,0.6860228,-0.08495737,1),(0.8587039,0.5121977,-0.01676809,1),(0.8872682,0.4611904,-0.007644853,1),(0.8392655,0.5422401,-0.04011387,1),(0.7811819,0.6207192,-0.06680041,1),(0.649199,0.7535551,-0.1034179,1),(0.7126284,0.6960631,-0.08750382,1),(0.8808594,0.4733654,-0.003423466,1),(0.933137,0.3588946,0.0212145,1),(0.9378144,0.3447473,0.04066442,1),(0.8935245,0.4488247,0.01306156,1),(0.9645793,0.2613281,0.03597741,1),(0.9826584,0.1806944,0.04161705,1),(0.9830325,0.172352,0.06278402,1),(0.9658948,0.252584,0.05699645,1),(0.9678186,0.2422493,0.06813693,1),(0.944942,0.3233335,0.05039897,1),(0.9823824,0.1707407,0.07597639,1),(0.9774323,0.1965238,0.07748786,1),(0.9660345,0.2496767,0.06662545,1),(0.9489037,0.3117325,0.04903788,1),(0.910046,0.4139115,0.02221666,1),(0.9236119,0.3825526,0.02438295,1),(0.9925395,0.1145163,0.04184936,1),(0.9973503,0.06111106,0.03946932,1),(0.9963955,0.06576508,0.05358104,1),(0.9922391,0.1083467,0.061014,1),(0.9992009,0.02021407,0.03447955,1),(0.9996038,-0.0085999,0.0268005,1),(0.9987487,0.04545476,0.02085503,1),(0.9981828,0.04473282,0.04037207,1),(0.9936041,0.1008041,0.05088658,1),(0.9932616,0.09449091,0.0671038,1),(0.9901267,0.1377919,0.02573612,1),(0.9634265,0.2639766,0.0461055,1),(0.9782521,0.1964786,0.06647623,1),(0.983547,0.1630456,0.07779111,1),(0.9901453,0.1180402,0.07535744,1),(0.9832004,0.1634414,0.08126301,1),(0.9996785,-0.009411141,0.02354311,1),(0.9989903,0.03444782,0.0288427,1),(0.9899719,0.1408405,0.01093209,1),(0.9971324,0.0753627,0.006877452,1),(0.9911075,0.1259215,0.04301052,1),(0.9622675,0.2641596,0.06527599,1),(0.9239451,0.3748538,0.07622345,1),(0.9695973,0.2422915,0.03428895,1),(0.9245793,0.3791718,0.03717555,1),(0.9593557,0.2820508,0.009174501,1),(0.8694495,0.4860416,0.08843803,1),(0.8163261,0.5693153,0.09742536,1),(0.8626088,0.5029153,0.05461047,1),(0.9029515,0.4286203,0.0310369,1),(0.9796274,0.2007395,0.005810814,1),(0.9369441,0.3483338,0.02827005,1),(0.9147049,0.3962086,0.07958332,1),(0.8739945,0.478983,0.08190783,1),(0.8319988,0.5431911,0.112789,1),(0.8668288,0.4868641,0.1075695,1),(0.8513864,0.5193216,0.07379816,1),(0.8514807,0.5214796,0.05513249,1),(0.8573092,0.5123177,0.05051189,1),(0.82867,0.5517482,0.09423205,1),(0.8195316,0.5640022,0.1013381,1),(0.7979016,0.5883114,0.131312,1),(0.8749313,0.483051,0.03401742,1),(0.9021654,0.4313892,0.001014844,1),(0.8340777,0.5453774,0.08293354,1),(0.7904437,0.599802,0.1242429,1),(0.8160705,0.5637147,0.127494,1),(0.7842715,0.6069088,0.1287624,1),(0.8695627,0.4930676,0.02729808,1),(0.8980604,0.4397656,-0.009690532,1),(0.9307622,0.3611296,-0.05715947,1),(0.8972521,0.4414894,-0.005075256,1),(0.9317257,0.3589615,-0.05508181,1),(0.9622347,0.2502605,-0.1071176,1),(0.9729409,0.1815497,-0.1429188,1),(0.9563038,0.2734452,-0.1034935,1),(0.9715877,0.1820434,-0.1512537,1),(0.9572506,0.2684795,-0.1076573,1),(0.9775106,0.1138175,-0.1775351,1),(0.9768651,0.05962367,-0.2053766,1),(0.9762281,0.1047752,-0.189739,1),(0.9714667,0.1819681,-0.1521191,1),(0.9275681,0.3708815,-0.04543609,1),(0.9521078,0.2925216,-0.08900379,1),(0.9772608,0.144985,-0.1547282,1),(0.9802321,0.072365,-0.1841425,1),(0.9798375,0.0470237,-0.1941833,1),(0.9793203,0.1017928,-0.1748422,1),(0.9784186,0.03061923,-0.2043512,1),(0.9774119,0.016811,-0.2106736,1),(0.9777182,0.01540634,-0.2093553,1),(0.9769845,0.005036964,-0.2132511,1),(0.9786191,0.02819665,-0.2037387,1),(0.977002,0.007799747,-0.2130878,1),(0.9767245,0.001119083,-0.2144949,1),(0.9765951,0.005208788,-0.2150226,1),(0.9762861,0.00171279,-0.2164774,1),(0.9768209,0.0158324,-0.2134721,1),(0.9789117,0.06318038,-0.1942683,1),(0.9769857,0.03384214,-0.2106033,1),(0.3598804,-0.003901426,0.9329903,1),(0.3622815,-0.001160361,0.9320681,1),(0.3578007,-0.01218526,0.9337185,1),(0.3484411,-0.0186214,0.9371457,1),(0.3476034,-0.005991457,0.9376225,1),(0.3556877,-0.00182418,0.934603,1),(0.3527931,-0.02604365,0.9353389,1),(0.3459622,-0.04552516,0.9371434,1),(0.3362572,-0.06951431,0.9392012,1),(0.3435166,-0.03977025,0.9383041,1),(0.3328165,-0.05190455,0.9415621,1),(0.3375006,-0.02436522,0.9410099,1),(0.3252545,-0.09062422,0.941274,1),(0.3140968,-0.1028897,0.9437992,1),(0.32163,-0.05906824,0.9450212,1),(0.3260349,-0.02787567,0.9449467,1),(0.3445782,-0.002510475,0.9387543,1),(0.3354367,-0.007930258,0.9420294,1),(0.3233705,-0.00926096,0.9462271,1),(0.3306607,-0.003119292,0.9437445,1),(0.3398617,-0.06437138,0.9382699,1),(0.3373082,-0.07631034,0.9382963,1),(0.3253396,-0.1164726,0.9383967,1),(0.3291954,-0.09830247,0.939131,1),(0.3383898,-0.08134149,0.9374838,1),(0.3430888,-0.07953072,0.93593,1),(0.327832,-0.1211214,0.9369395,1),(0.3248715,-0.1240401,0.9375888,1),(0.3099332,-0.1609683,0.9370328,1),(0.3120491,-0.1514426,0.9379182,1),(0.3110073,-0.1567917,0.937385,1),(0.2949941,-0.1758766,0.939173,1),(0.2957951,-0.1813607,0.9378771,1),(0.299374,-0.1711745,0.9386557,1),(0.3172551,-0.1280248,0.9396588,1),(0.3056087,-0.1450751,0.9410401,1),(0.3487739,-0.0743939,0.9342496,1),(0.3524362,-0.06912152,0.9332797,1),(0.3348984,-0.1044379,0.9364485,1),(0.332074,-0.1129387,0.9364677,1),(0.3541152,-0.06370403,0.9330296,1),(0.3538444,-0.05813008,0.9334961,1),(0.3363244,-0.08645038,0.9377699,1),(0.3363048,-0.09561215,0.9368871,1),(0.3174587,-0.1249213,0.9400078,1),(0.3158866,-0.1353259,0.9390967,1),(0.3184585,-0.1147369,0.9409674,1),(0.3029491,-0.1366887,0.9431533,1),(0.3001679,-0.1438274,0.9429809,1),(0.2979159,-0.1527517,0.9422914,1),(0.3137266,-0.145951,0.9382291,1),(0.2961903,-0.1634427,0.9410408,1),(0.3531728,-0.05296141,0.9340578,1),(0.3538918,-0.04899053,0.9340025,1),(0.3378786,-0.06668659,0.9388242,1),(0.3363065,-0.07678808,0.9386168,1),(0.3559901,-0.04622445,0.9333459,1),(0.3594578,-0.04466992,0.9320917,1),(0.3457145,-0.04521392,0.9372497,1),(0.3410265,-0.05615758,0.9383749,1),(0.3282261,-0.07464629,0.9416451,1),(0.3231316,-0.09013414,0.9420518,1),(0.3350892,-0.05705015,0.9404576,1),(0.3281968,-0.07456821,0.9416615,1),(0.3192769,-0.09704986,0.942679,1),(0.312036,-0.1148906,0.9430979,1),(0.3198659,-0.1034997,0.9417928,1),(0.3065753,-0.1280981,0.9431874,1),(0.3671106,-0.04677726,0.9290004,1),(0.3669537,-0.04764586,0.9290183,1),(0.3564582,-0.02403528,0.934002,1),(0.3511449,-0.0343645,0.9356903,1),(0.3719682,-0.05329201,0.9267145,1),(0.3681443,-0.05752609,0.9279873,1),(0.3641542,-0.01548317,0.9312099,1),(0.367235,-0.00488949,0.9301153,1),(0.3619503,0.0103452,0.93214,1),(0.352194,-0.01471638,0.9358113,1),(0.3724958,0.03806828,0.9272528,1),(0.3760046,0.07517432,0.9235634,1),(0.3626609,0.02798066,0.931501,1),(0.350115,-0.01261217,0.9366219,1),(0.3432343,-0.03716023,0.9385144,1),(0.3385827,-0.04672653,0.9397758,1),(0.3757249,-0.07151775,0.9239675,1),(0.398278,-0.09860533,0.9119493,1),(0.3800916,-0.003666707,0.9249416,1),(0.4037893,-0.01560158,0.914719,1),(0.4351064,-0.1387058,0.8896309,1),(0.4845593,-0.1911021,0.8536289,1),(0.4373299,-0.04048115,0.8983896,1),(0.4749358,-0.07846912,0.876515,1),(0.4382325,0.05543409,0.8971506,1),(0.4071644,0.06525192,0.911021,1),(0.4745369,0.03138401,0.8796759,1),(0.4663126,0.1197727,0.8764743,1),(0.4388276,0.1378584,0.8879331,1),(0.4130466,0.1365506,0.9004146,1),(0.3864049,0.05932685,0.9204192,1),(0.3921328,0.1157252,0.9126004,1),(0.5388153,-0.245387,0.8058928,1),(0.5936753,-0.2943192,0.7489499,1),(0.5228906,-0.1257162,0.8430783,1),(0.5748868,-0.1780191,0.7986329,1),(0.6490321,-0.3381048,0.6815001,1),(0.7041557,-0.376386,0.6020784,1),(0.6296057,-0.235289,0.7404295,1),(0.6845982,-0.2968649,0.6657299,1),(0.5595642,-0.05997204,0.8266144,1),(0.6117835,-0.1279641,0.7806062,1),(0.6654859,-0.2110483,0.7159519,1),(0.5983444,-0.04402708,0.8000285,1),(0.6494297,-0.1403974,0.7473484,1),(0.5494339,0.03044632,0.8349823,1),(0.5123048,-0.007127129,0.8587741,1),(0.5060706,0.0844679,0.8583458,1),(0.7479874,-0.4086578,0.5229853,1),(0.7756413,-0.4335289,0.4587301,1),(0.7275149,-0.3541373,0.5876299,1),(0.7538587,-0.3983966,0.5224723,1),(0.7907507,-0.452684,0.4120562,1),(0.7960718,-0.4676796,0.3841162,1),(0.7679271,-0.4312334,0.4736305,1),(0.7730183,-0.4545035,0.4425713,1),(0.7317447,-0.357059,0.5805675,1),(0.7441235,-0.4051177,0.5311872,1),(0.7480556,-0.4390855,0.4976111,1),(0.7232946,-0.3799775,0.5765953,1),(0.7258183,-0.4251797,0.5407494,1),(0.7124336,-0.3184837,0.6253052,1),(0.7071098,-0.2927974,0.6436346,1),(0.6892993,-0.2387669,0.6840006,1),(0.7971058,-0.4798772,0.3665246,1),(0.7975309,-0.4912352,0.3501892,1),(0.7743353,-0.472165,0.421266,1),(0.7749595,-0.4883727,0.4011606,1),(0.7974128,-0.5017225,0.3352721,1),(0.7968181,-0.5113298,0.3219049,1),(0.7750003,-0.5031223,0.3824167,1),(0.7745573,-0.5164395,0.3651728,1),(0.7478437,-0.4881724,0.4499082,1),(0.746589,-0.5088627,0.42856,1),(0.7448361,-0.5271363,0.4090801,1),(0.718517,-0.5183095,0.4637764,1),(0.7146164,-0.5412681,0.4431168,1),(0.7219261,-0.49152,0.4870634,1),(0.7484055,-0.4649451,0.4729854,1),(0.7244989,-0.4605773,0.5128058,1),(0.7936252,-0.5224012,0.3118591,1),(0.7857438,-0.5372242,0.3065889,1),(0.7716898,-0.5305601,0.3507145,1),(0.7646308,-0.547488,0.339995,1),(0.7730412,-0.5556749,0.3059948,1),(0.7552494,-0.5775329,0.3099259,1),(0.7533283,-0.5671414,0.3329372,1),(0.7376524,-0.5893678,0.3294154,1),(0.7346531,-0.5639202,0.3771987,1),(0.7250859,-0.5840214,0.3649236,1),(0.7124864,-0.6052282,0.355052,1),(0.6954737,-0.6021814,0.392038,1),(0.686295,-0.6212823,0.3781632,1),(0.703271,-0.5824984,0.4075605,1),(0.741231,-0.544957,0.3919165,1),(0.7096652,-0.5622004,0.4246247,1),(0.734683,-0.6003957,0.3158572,1),(0.7141141,-0.621709,0.3217437,1),(0.7198526,-0.6117131,0.3280539,1),(0.7023398,-0.6318885,0.3277739,1),(0.69368,-0.6414883,0.3275677,1),(0.6735069,-0.6597592,0.3333259,1),(0.6852376,-0.6499851,0.3285858,1),(0.6686436,-0.6660951,0.3305041,1),(0.6852221,-0.6433721,0.3413843,1),(0.6722999,-0.6589208,0.3373963,1),(0.6599838,-0.6722964,0.335319,1),(0.6590291,-0.6664121,0.3486769,1),(0.6508536,-0.6772082,0.3431888,1),(0.667725,-0.653586,0.3563266,1),(0.69866,-0.6255199,0.3472737,1),(0.6768532,-0.6385937,0.3661527,1),(0.6531487,-0.6765065,0.3401996,1),(0.6318002,-0.6922273,0.3487834,1),(0.6521145,-0.6808015,0.3335508,1),(0.6344513,-0.6959295,0.3363833,1),(0.6094269,-0.7068987,0.359017,1),(0.5859982,-0.7204781,0.3708334,1),(0.6163761,-0.7100429,0.3404698,1),(0.5978625,-0.7231991,0.3457505,1),(0.6219972,-0.7085885,0.3331994,1),(0.6342943,-0.6978394,0.3327024,1),(0.6082321,-0.7206206,0.3328061,1),(0.6140062,-0.7206907,0.3218715,1),(0.6244562,-0.7088709,0.3279582,1),(0.6341851,-0.6975342,0.3335494,1),(0.6472399,-0.6853431,0.3337446,1),(0.6420875,-0.6878499,0.3385058,1),(0.5602219,-0.7358599,0.3803439,1),(0.5345433,-0.7500177,0.3895342,1),(0.5599453,-0.7481182,0.3560624,1),(0.5781241,-0.7371125,0.3499108,1),(0.5074495,-0.7650349,0.3965054,1),(0.4808371,-0.7786502,0.4031125,1),(0.5191813,-0.7745724,0.3612318,1),(0.5398645,-0.7612867,0.3591501,1),(0.5639451,-0.759416,0.3244277,1),(0.5791646,-0.7459582,0.3288081,1),(0.5482886,-0.7732397,0.3185592,1),(0.5618095,-0.7800105,0.2755972,1),(0.5765367,-0.7635283,0.290912,1),(0.5901329,-0.747954,0.3038222,1),(0.5939305,-0.7329895,0.3316213,1),(0.6026101,-0.733591,0.314174,1),(0.4554143,-0.7930282,0.4046037,1),(0.4333113,-0.808429,0.3983512,1),(0.4780194,-0.8074571,0.3457028,1),(0.4982347,-0.7897515,0.3578474,1),(0.4163453,-0.8233414,0.3857014,1),(0.4047446,-0.8377045,0.3666511,1),(0.4387743,-0.8488508,0.294838,1),(0.4582853,-0.827355,0.3247433,1),(0.4876092,-0.8351668,0.2544284,1),(0.5110735,-0.8107036,0.2855935,1),(0.4599804,-0.8619702,0.2131323,1),(0.4557886,-0.8794329,0.1373118,1),(0.4918286,-0.8506109,0.1859182,1),(0.5210014,-0.8233872,0.2249246,1),(0.531078,-0.7897955,0.3068865,1),(0.5440704,-0.7994482,0.2546958,1),(0.3965487,-0.851913,0.3420429,1),(0.3871422,-0.8675544,0.3122023,1),(0.3985752,-0.8885673,0.2271258,1),(0.4195165,-0.8694252,0.2609708,1),(0.3762732,-0.8841562,0.2769229,1),(0.363687,-0.9011225,0.2360296,1),(0.3509577,-0.9227835,0.1590577,1),(0.375779,-0.9063501,0.1931827,1),(0.3661862,-0.924947,0.1018855,1),(0.3988447,-0.907291,0.1332136,1),(0.3318354,-0.9402524,0.07622787,1),(0.3008296,-0.9536605,0.00576149,1),(0.3390197,-0.9404913,0.02327503,1),(0.3774853,-0.9246134,0.05094073,1),(0.4300687,-0.8866002,0.1702379,1),(0.4164352,-0.9048111,0.08887389,1),(0.3510708,-0.9155422,0.1962951,1),(0.3397739,-0.9259218,0.1649931,1),(0.3072143,-0.9458697,0.1046417,1),(0.3272983,-0.936183,0.128208,1),(0.3301135,-0.9331246,0.1424904,1),(0.3223173,-0.9378075,0.1289525,1),(0.2790605,-0.9568903,0.08053645,1),(0.2910593,-0.9525847,0.08869526,1),(0.2507815,-0.967469,0.03335157,1),(0.2723634,-0.9612941,0.041616,1),(0.2351142,-0.9714628,0.03132648,1),(0.19608,-0.9805388,-0.00981604,1),(0.2128686,-0.9769974,-0.01276612,1),(0.2361947,-0.9716424,-0.01109169,1),(0.2995533,-0.952435,0.05599448,1),(0.2657041,-0.9640424,-0.004854205,1),(0.3154451,-0.9413076,0.1201426,1),(0.3089876,-0.9445471,0.1111645,1),(0.2603214,-0.96279,0.07258319,1),(0.2693359,-0.9599953,0.07659733,1),(0.3029482,-0.947529,0.1020351,1),(0.297333,-0.9502569,0.09276164,1),(0.2444743,-0.967517,0.06436693,1),(0.2520313,-0.9652913,0.06850534,1),(0.2015019,-0.9788425,0.03555926,1),(0.2116523,-0.976748,0.03415676,1),(0.192424,-0.980616,0.03694866,1),(0.1524018,-0.9882528,0.01140818,1),(0.1614337,-0.9868285,0.01042433,1),(0.1716755,-0.9851527,0.001333464,1),(0.2228637,-0.9742994,0.03274582,1),(0.1832399,-0.983059,-0.004261209,1),(0.289311,-0.9537145,0.08202258,1),(0.2762755,-0.9586441,0.06836215,1),(0.2190045,-0.9743683,0.05141354,1),(0.2344712,-0.9703248,0.05910432,1),(0.2582458,-0.9646876,0.05183605,1),(0.2352896,-0.9713807,0.03253473,1),(0.1718507,-0.9847027,0.02877172,1),(0.1981053,-0.9793105,0.04129255,1),(0.1418672,-0.9893178,0.03352628,1),(0.1641236,-0.9856845,0.03859543,1),(0.1141188,-0.9930227,0.02971378,1),(0.1048072,-0.9941793,0.02495837,1),(0.07903957,-0.9964793,0.0279574,1),(0.1259869,-0.9917397,0.02407346,1),(0.1810744,-0.9827483,0.03765487,1),(0.1415484,-0.9897856,0.0169842,1),(0.2121665,-0.9771696,0.01117747,1),(0.1932369,-0.9810923,-0.01084283,1),(0.1293126,-0.9915973,-0.003612738,1),(0.1467759,-0.9890763,0.0136003,1),(0.1783884,-0.9833837,-0.03367671,1),(0.1674544,-0.9842028,-0.05747842,1),(0.117441,-0.9921945,-0.04192214,1),(0.1199011,-0.9925748,-0.02047094,1),(0.07509372,-0.9971228,0.01033915,1),(0.07195555,-0.9973967,-0.004715694,1),(0.07978311,-0.9965646,-0.02221751,1),(0.05496905,-0.9983312,0.01769504,1),(0.07353804,-0.9972725,0.006300972,1),(0.04956158,-0.9984539,0.02516908,1),(0.08930745,-0.9957338,0.02320836,1),(0.05756427,-0.9979316,0.02861759,1),(0.1586651,-0.9843439,-0.07676259,1),(0.1506462,-0.9846221,-0.0884591,1),(0.1169797,-0.9911015,-0.06350985,1),(0.1161455,-0.9902835,-0.07647769,1),(0.1435936,-0.985379,-0.09170209,1),(0.1364053,-0.9866306,-0.08918276,1),(0.1150979,-0.9900082,-0.08146187,1),(0.1133179,-0.9903481,-0.07981091,1),(0.09977447,-0.9937572,-0.04991585,1),(0.1046559,-0.9928909,-0.05670103,1),(0.1061279,-0.992608,-0.05887526,1),(0.1184379,-0.9926979,-0.02287528,1),(0.1193934,-0.9924297,-0.02878511,1),(0.1104574,-0.9937662,-0.01509585,1),(0.09148435,-0.9950639,-0.03845342,1),(0.09548359,-0.9954165,-0.005377373,1),(0.1314816,-0.9881085,-0.07971282,1),(0.1287831,-0.989338,-0.06800894,1),(0.1118371,-0.9909705,-0.07395958,1),(0.1121455,-0.99153,-0.06550903,1),(0.1283173,-0.9902593,-0.05404818,1),(0.1300754,-0.9907823,-0.03782541,1),(0.1142367,-0.9919598,-0.05445841,1),(0.118103,-0.9921634,-0.04078669,1),(0.1081655,-0.9926776,-0.05377258,1),(0.1115611,-0.9926539,-0.04682349,1),(0.11656,-0.9924964,-0.0369413,1),(0.1203118,-0.9922346,-0.03155218,1),(0.1246994,-0.9918433,-0.02639868,1),(0.1179708,-0.9924455,-0.03368724,1),(0.1063543,-0.9926468,-0.05780327,1),(0.1176616,-0.9925125,-0.03278555,1),(0.1321443,-0.9909961,-0.02155878,1),(0.1327784,-0.9911196,-0.00720343,1),(0.121888,-0.992201,-0.026088,1),(0.1239298,-0.992222,-0.01170571,1),(0.1320231,-0.9912331,0.005187056,1),(0.1299243,-0.9914015,0.01557644,1),(0.1242476,-0.9922486,0.002289196,1),(0.1228752,-0.9922957,0.01583667,1),(0.1238939,-0.9922244,-0.01188211,1),(0.1244575,-0.9922218,0.002520334,1),(0.122985,-0.992244,0.01806997,1),(0.1292396,-0.9916012,0.004915738,1),(0.1256396,-0.9918641,0.0204992,1),(0.1303118,-0.9914397,-0.008131876,1),(0.1212666,-0.9923035,-0.02506272,1),(0.1288142,-0.9914946,-0.01858449,1),(0.1304745,-0.9911049,0.02621836,1),(0.137386,-0.9897505,0.03897292,1),(0.1238329,-0.9918421,0.03024242,1),(0.1307436,-0.9903312,0.04636964,1),(0.1505849,-0.9871293,0.05385156,1),(0.1699828,-0.9828969,0.07084849,1),(0.1435292,-0.9875594,0.06423165,1),(0.1620966,-0.983209,0.08381359,1),(0.1288101,-0.9902258,0.0534866,1),(0.1394875,-0.9875119,0.07323691,1),(0.1552223,-0.9833643,0.0943438,1),(0.1318531,-0.9883045,0.07660923,1),(0.1429275,-0.9849107,0.09758443,1),(0.1252282,-0.9905018,0.05678099,1),(0.1232802,-0.991751,0.03509979,1),(0.1231297,-0.9916595,0.03808456,1),(0.1951374,-0.9767593,0.08867082,1),(0.2254286,-0.9684791,0.1059728,1),(0.185999,-0.9770531,0.1037869,1),(0.2146186,-0.968951,0.1227711,1),(0.2626396,-0.9567429,0.1251527,1),(0.3031765,-0.9422559,0.1422593,1),(0.280932,-0.9473196,0.1538274,1),(0.2453176,-0.9595347,0.1382474,1),(0.1991976,-0.9705169,0.1357096,1),(0.2263464,-0.9617055,0.1545631,1),(0.2533133,-0.9526989,0.1679205,1),(0.191886,-0.9684954,0.158733,1),(0.2117338,-0.9610596,0.177576,1),(0.1736805,-0.974931,0.1390848,1),(0.1753857,-0.9776906,0.1155892,1),(0.1572949,-0.9803945,0.1186802,1),(0.3331726,-0.9307863,0.1504415,1),(0.3536452,-0.9218799,0.1583436,1),(0.3368827,-0.9262582,0.1689842,1),(0.3158965,-0.933971,0.1670559,1),(0.362327,-0.9177226,0.1628014,1),(0.3563225,-0.9203852,0.1610134,1),(0.3516364,-0.9213203,0.1658937,1),(0.3474242,-0.9259292,0.1481607,1),(0.3222778,-0.9320958,0.1653316,1),(0.3041299,-0.9359717,0.1773753,1),(0.3274899,-0.9351417,0.1351306,1),(0.2720096,-0.9488188,0.1604796,1),(0.2904299,-0.9489544,0.1230293,1),(0.2526298,-0.950276,0.1820818,1),(0.2818434,-0.9426523,0.1788036,1),(0.2325263,-0.9542751,0.1878574,1),(0.3447077,-0.924943,0.1601779,1),(0.3333077,-0.928318,0.1647173,1),(0.3420476,-0.9301583,0.1334502,1),(0.3374434,-0.9326875,0.1273809,1),(0.3220317,-0.9304888,0.174603,1),(0.3108038,-0.9313346,0.1897808,1),(0.3336136,-0.9337023,0.1300071,1),(0.3305186,-0.9331391,0.1414523,1),(0.3390294,-0.9364865,0.089733,1),(0.3470432,-0.9341048,0.08372176,1),(0.3567798,-0.9299306,0.08909037,1),(0.350076,-0.9356485,0.04481715,1),(0.3743387,-0.9262496,0.04395854,1),(0.3282382,-0.9427881,0.05839889,1),(0.3325793,-0.9369974,0.1068974,1),(0.3084762,-0.9474726,0.08448799,1),(0.3133811,-0.9280502,0.2012832,1),(0.3420323,-0.9182004,0.1998043,1),(0.3390729,-0.9283264,0.1524462,1),(0.3684903,-0.9169669,0.1529269,1),(0.3963497,-0.8993458,0.1846187,1),(0.4734549,-0.8674058,0.1531257,1),(0.4171498,-0.8978932,0.1406195,1),(0.4843934,-0.8668986,0.1176858,1),(0.4058909,-0.9087344,0.09723415,1),(0.4494349,-0.8888111,0.08957174,1),(0.5056347,-0.8591067,0.07917937,1),(0.5260371,-0.8496708,0.03666773,1),(0.4808779,-0.8756626,0.04440102,1),(0.4384964,-0.8975455,0.04618379,1),(0.3749379,-0.9219358,0.09724212,1),(0.4031037,-0.9139446,0.0470382,1),(0.5559695,-0.8222491,0.121672,1),(0.617591,-0.7825809,0.07841344,1),(0.5564114,-0.8255517,0.09418487,1),(0.6136659,-0.7875707,0.05609297,1),(0.6670436,-0.7439305,0.040253,1),(0.7038673,-0.7103263,0.002771182,1),(0.6635272,-0.7478433,0.02149819,1),(0.7016751,-0.7121397,-0.02256376,1),(0.6642208,-0.7475353,0.001253021,1),(0.6146963,-0.788182,0.03029015,1),(0.7043945,-0.7082211,-0.0474471,1),(0.6704686,-0.7415053,-0.02533455,1),(0.7146113,-0.6957417,-0.07262403,1),(0.6210436,-0.7837759,0.0001797409,1),(0.5624139,-0.8247812,0.05853659,1),(0.5732218,-0.8190787,0.02295249,1),(0.7365328,-0.6755558,-0.03381981,1),(0.7720095,-0.6319299,-0.06830809,1),(0.7375258,-0.672401,-0.06271078,1),(0.7750818,-0.624167,-0.098304,1),(0.8093722,-0.5785505,-0.1009752,1),(0.8472654,-0.5145519,-0.1318242,1),(0.813848,-0.5663704,-0.1299078,1),(0.8528246,-0.4978066,-0.1577305,1),(0.7821251,-0.6108161,-0.1232234,1),(0.8200322,-0.5516875,-0.1522765,1),(0.8571414,-0.4840454,-0.1760927,1),(0.8283141,-0.5344751,-0.1680244,1),(0.8594558,-0.4759174,-0.1866508,1),(0.7944707,-0.5901708,-0.1432298,1),(0.7436547,-0.6626756,-0.08853668,1),(0.756998,-0.6437957,-0.1117194,1),(0.88044,-0.446949,-0.1583094,1),(0.9057993,-0.3837557,-0.1796084,1),(0.8861406,-0.4268803,-0.1803552,1),(0.9105155,-0.3632136,-0.1975785,1),(0.9251401,-0.3249365,-0.1962958,1),(0.9399091,-0.2700898,-0.2088599,1),(0.9282221,-0.3070893,-0.2100002,1),(0.9411144,-0.2583094,-0.2181283,1),(0.9113504,-0.355115,-0.2081677,1),(0.9277769,-0.3032002,-0.217485,1),(0.9395568,-0.2598714,-0.2229344,1),(0.9217618,-0.3203603,-0.2184597,1),(0.933253,-0.2807086,-0.2241462,1),(0.9062667,-0.3663428,-0.2108881,1),(0.8885152,-0.415564,-0.1945438,1),(0.885905,-0.418346,-0.2003971,1),(0.9508877,-0.2175152,-0.2202265,1),(0.9582615,-0.1657245,-0.2329598,1),(0.9507361,-0.2128745,-0.2253564,1),(0.9575997,-0.1672909,-0.2345562,1),(0.9621552,-0.1147936,-0.2471433,1),(0.9626623,-0.06474916,-0.2628471,1),(0.9616306,-0.1221065,-0.2456756,1),(0.962836,-0.07786568,-0.2586188,1),(0.9553941,-0.1784031,-0.2353606,1),(0.9598503,-0.1365898,-0.2450117,1),(0.9617971,-0.09530462,-0.2566387,1),(0.9559784,-0.1575062,-0.2475823,1),(0.9596474,-0.113123,-0.2574492,1),(0.9506338,-0.2005922,-0.2367661,1),(0.9485395,-0.2198027,-0.2279461,1),(0.9430072,-0.2419799,-0.2284363,1),(0.9601671,-0.0133506,-0.2791072,1),(0.9545532,0.04178182,-0.2950971,1),(0.9614936,-0.03125594,-0.2730447,1),(0.9571171,0.02182934,-0.2888781,1),(0.9451575,0.1007892,-0.3106749,1),(0.931222,0.1636784,-0.3256303,1),(0.9484875,0.08210418,-0.3059908,1),(0.9340246,0.1501545,-0.3241167,1),(0.9581771,0.001797099,-0.28617,1),(0.9504333,0.06396697,-0.3042775,1),(0.9359664,0.1369749,-0.3243528,1),(0.94967,0.05191958,-0.3089196,1),(0.9356843,0.1283142,-0.3286798,1),(0.9566727,-0.01255686,-0.2908949,1),(0.9614411,-0.05085661,-0.2702678,1),(0.9591743,-0.06721038,-0.2747136,1),(0.9140917,0.2244904,-0.3376986,1),(0.8967873,0.2776673,-0.34449,1),(0.9152622,0.2174953,-0.3391031,1),(0.8964569,0.2754824,-0.3470943,1),(0.8804509,0.3237332,-0.3464145,1),(0.8659451,0.3633011,-0.3437318,1),(0.8792931,0.3245427,-0.3485908,1),(0.8650398,0.3652675,-0.3439271,1),(0.8960428,0.2734834,-0.3497345,1),(0.8778419,0.3258973,-0.3509763,1),(0.8632488,0.3682941,-0.3451968,1),(0.8762422,0.3277538,-0.353238,1),(0.8611578,0.3717205,-0.3467435,1),(0.8951297,0.272628,-0.3527277,1),(0.9161592,0.2105672,-0.3410478,1),(0.9158021,0.2060741,-0.3447316,1),(0.8511513,0.4011528,-0.3385526,1),(0.833033,0.4415635,-0.3332832,1),(0.8507251,0.4039311,-0.336313,1),(0.8321553,0.4465051,-0.3288626,1),(0.8111227,0.4843903,-0.3277896,1),(0.7849413,0.529367,-0.3219281,1),(0.8085654,0.4928969,-0.3213638,1),(0.7791156,0.5428138,-0.3135795,1),(0.829281,0.4531993,-0.3269609,1),(0.8038235,0.5031246,-0.3173855,1),(0.7711749,0.5576915,-0.3070334,1),(0.7990543,0.5126478,-0.3141724,1),(0.7642141,0.5707071,-0.3004504,1),(0.825893,0.4599287,-0.3261384,1),(0.8487399,0.4082415,-0.3361244,1),(0.846175,0.4129419,-0.3368485,1),(0.7558607,0.5732774,-0.3162714,1),(0.7270628,0.6144437,-0.3063309,1),(0.7461784,0.5913323,-0.3058496,1),(0.7145588,0.6348253,-0.2939429,1),(0.6966107,0.6479341,-0.3080827,1),(0.6678309,0.6782535,-0.3065521,1),(0.654365,0.6985739,-0.289484,1),(0.6827632,0.6693189,-0.2929958,1),(0.6671935,0.6923892,-0.2746815,1),(0.6994927,0.6556349,-0.2843461,1),(0.6385046,0.72082,-0.2696857,1),(0.6229569,0.7437237,-0.2424869,1),(0.6528251,0.7132454,-0.2551478,1),(0.6870192,0.6740999,-0.271282,1),(0.7345305,0.6104959,-0.2962425,1),(0.7249041,0.6268651,-0.285577,1),(0.6373306,0.7073793,-0.3056538,1),(0.6016126,0.7385431,-0.3043293,1),(0.593829,0.7526658,-0.2843613,1),(0.6259047,0.7251775,-0.2869858,1),(0.5600001,0.771356,-0.3023406,1),(0.5118085,0.805238,-0.2994059,1),(0.5171533,0.8094203,-0.2781927,1),(0.557723,0.7808421,-0.2814793,1),(0.5515413,0.7935131,-0.2571754,1),(0.5826821,0.769821,-0.2604941,1),(0.5180126,0.8165864,-0.2546555,1),(0.5118607,0.8282725,-0.2279546,1),(0.5394742,0.8105196,-0.2280912,1),(0.5671746,0.7905174,-0.2310745,1),(0.6116144,0.7455791,-0.2646502,1),(0.5948776,0.7681298,-0.2368485,1),(0.4586423,0.8354368,-0.302808,1),(0.409487,0.8647522,-0.2907301,1),(0.4724751,0.8363428,-0.2780256,1),(0.4279136,0.8621886,-0.2711471,1),(0.3592338,0.8886891,-0.2849256,1),(0.3092991,0.9093018,-0.2783962,1),(0.379591,0.8846983,-0.2705912,1),(0.3310047,0.9067745,-0.2611432,1),(0.3958858,0.8824399,-0.2541144,1),(0.4417831,0.861589,-0.2499839,1),(0.3494605,0.9046118,-0.2440388,1),(0.4062808,0.8831256,-0.2345744,1),(0.3626856,0.9038188,-0.2270921,1),(0.4478617,0.8643178,-0.2288547,1),(0.4816626,0.8392352,-0.2523598,1),(0.4822367,0.8456774,-0.2286427,1),(0.2634194,0.9268824,-0.2673931,1),(0.2249556,0.9397371,-0.2574667,1),(0.2826431,0.9249113,-0.2542678,1),(0.2410707,0.940057,-0.2412008,1),(0.1953291,0.949651,-0.2449684,1),(0.1751303,0.9576517,-0.2285445,1),(0.1781959,0.9608569,-0.2121332,1),(0.2051747,0.9508606,-0.231878,1),(0.2556694,0.9391615,-0.2293659,1),(0.2160868,0.9521408,-0.2161815,1),(0.182408,0.9630808,-0.1979972,1),(0.2289701,0.9517826,-0.2041634,1),(0.1911914,0.96321,-0.1888714,1),(0.2704153,0.9382663,-0.2157124,1),(0.3003605,0.9234714,-0.2387138,1),(0.3151574,0.9223738,-0.2233886,1),(0.1606317,0.9632674,-0.2152054,1),(0.1480448,0.9664545,-0.2098775,1),(0.1348828,0.9714123,-0.1953584,1),(0.1555688,0.9676,-0.1988682,1),(0.1371067,0.9669899,-0.2147843,1),(0.1291658,0.9667415,-0.2207419,1),(0.1170548,0.9734538,-0.1966876,1),(0.1013079,0.9730763,-0.2070245,1),(0.1251082,0.9756109,-0.1803648,1),(0.1011294,0.9782034,-0.1813583,1),(0.07930227,0.9781172,-0.1923482,1),(0.09743413,0.9803196,-0.1716972,1),(0.07220113,0.9807904,-0.18121,1),(0.125589,0.9774202,-0.1699327,1),(0.1521675,0.9707055,-0.1859459,1),(0.1568023,0.9718761,-0.1756976,1),(0.1213151,0.9642634,-0.2355396,1),(0.1150379,0.9634912,-0.2417664,1),(0.08795752,0.9714781,-0.220213,1),(0.07842707,0.970525,-0.2278824,1),(0.109697,0.9638288,-0.2429004,1),(0.1054281,0.9654346,-0.2383715,1),(0.07287122,0.9704725,-0.2299412,1),(0.07140963,0.9714313,-0.2263228,1),(0.05019691,0.9758536,-0.2125791,1),(0.04531834,0.9755779,-0.2149278,1),(0.04713361,0.9761331,-0.2119969,1),(0.03479776,0.9790459,-0.2006447,1),(0.03794039,0.9794428,-0.1981221,1),(0.03956722,0.9792771,-0.1986222,1),(0.06160634,0.9768168,-0.2050207,1),(0.05211599,0.9799865,-0.1921211,1),(0.1008099,0.9673917,-0.2323591,1),(0.09667441,0.9699113,-0.2234419,1),(0.07164068,0.9729697,-0.2195394,1),(0.07062233,0.974621,-0.2124294,1),(0.09152099,0.9723057,-0.2150479,1),(0.08654943,0.9749429,-0.204928,1),(0.06834126,0.9763758,-0.204987,1),(0.06478155,0.978221,-0.197198,1),(0.05402885,0.9782342,-0.2003465,1),(0.05455362,0.9794401,-0.1942191,1),(0.05310275,0.9807552,-0.1878811,1),(0.04974142,0.9816746,-0.1839586,1),(0.04931535,0.9825783,-0.1791866,1),(0.04797574,0.9808611,-0.1887055,1),(0.05155224,0.9771359,-0.2062712,1),(0.04403938,0.9801258,-0.1934266,1),(0.08018779,0.9771191,-0.1969982,1),(0.07493807,0.9792593,-0.1882436,1),(0.0608253,0.9800344,-0.1892952,1),(0.05747376,0.9817266,-0.1814096,1),(0.07031637,0.9812387,-0.1795164,1),(0.06634577,0.9830653,-0.1708242,1),(0.05473449,0.9833038,-0.1735452,1),(0.05262582,0.9847695,-0.1657093,1),(0.0491918,0.9833173,-0.1751205,1),(0.04805567,0.9844834,-0.1687695,1),(0.04748247,0.985575,-0.1624417,1),(0.04700874,0.9851824,-0.164942,1),(0.04730301,0.9859455,-0.1602307,1),(0.04725462,0.984367,-0.1696722,1),(0.05087486,0.9820754,-0.1814927,1),(0.04802559,0.9834992,-0.1744215,1),(0.06290276,0.9847566,-0.1621659,1),(0.05987558,0.9863282,-0.1535305,1),(0.05106651,0.9861333,-0.1579028,1),(0.04998928,0.9874049,-0.1501087,1),(0.05727189,0.987783,-0.14493,1),(0.05510395,0.9891239,-0.1363726,1),(0.04940418,0.9885847,-0.1423357,1),(0.04932189,0.989673,-0.1345912,1),(0.04780691,0.9875767,-0.1496893,1),(0.04867531,0.9884945,-0.1432107,1),(0.0500204,0.9893526,-0.1366724,1),(0.05091489,0.9880658,-0.1453738,1),(0.05299294,0.9887217,-0.1400756,1),(0.04927684,0.9873811,-0.1505004,1),(0.04741308,0.9866025,-0.1561012,1),(0.04807498,0.9866728,-0.1554532,1),(0.05325387,0.9903468,-0.1279734,1),(0.05156927,0.9914481,-0.1198803,1),(0.04955735,0.9906624,-0.1270115,1),(0.04991927,0.9915497,-0.1197384,1),(0.05005664,0.9924352,-0.1121008,1),(0.04871587,0.9933162,-0.1046406,1),(0.050412,0.9923403,-0.1127802,1),(0.05103514,0.9930401,-0.1061454,1),(0.05336196,0.9908528,-0.1239491,1),(0.05516768,0.9914915,-0.1179028,1),(0.05706641,0.9920601,-0.1120731,1),(0.0602157,0.9904222,-0.1242488,1),(0.06277411,0.9908939,-0.1191164,1),(0.05773193,0.9899035,-0.1294533,1),(0.05164747,0.9901405,-0.1302086,1),(0.05532592,0.9893367,-0.1347293,1),(0.04751176,0.9940963,-0.09754632,1),(0.04640565,0.9947813,-0.09086601,1),(0.051725,0.9936543,-0.09987827,1),(0.05241263,0.9941888,-0.09402867,1),(0.04539057,0.99538,-0.08460726,1),(0.04446755,0.9959004,-0.0787715,1),(0.05309829,0.9946507,-0.08860298,1),(0.05378525,0.9950465,-0.08360354,1),(0.06084286,0.9929952,-0.1012854,1),(0.06264795,0.9933699,-0.09639224,1),(0.06439622,0.9936892,-0.09184103,1),(0.07023542,0.9920111,-0.1047909,1),(0.07257119,0.9922914,-0.100455,1),(0.06782128,0.9916872,-0.1093476,1),(0.05898253,0.9925603,-0.1065132,1),(0.06533277,0.9913159,-0.1141249,1),(0.04363732,0.9963509,-0.0733542,1),(0.04291127,0.9967389,-0.06834093,1),(0.0544851,0.995383,-0.07901952,1),(0.05522092,0.9956654,-0.07484109,1),(0.04229062,0.9970704,-0.06373592,1),(0.04176809,0.9973518,-0.05953756,1),(0.05599881,0.9958981,-0.07107013,1),(0.05681145,0.9960862,-0.06771136,1),(0.067834,0.9941742,-0.08376306,1),(0.06954952,0.9943455,-0.08024983,1),(0.07126515,0.9944738,-0.07709248,1),(0.07938699,0.9928632,-0.08899613,1),(0.08162142,0.992969,-0.08573426,1),(0.07713532,0.9927168,-0.09253905,1),(0.06611653,0.9939566,-0.08762889,1),(0.07486379,0.9925272,-0.09635966,1),(0.04151406,0.9975854,-0.05567694,1),(0.04172435,0.9977728,-0.05204286,1),(0.05789484,0.9962264,-0.06466033,1),(0.0594822,0.9963145,-0.06180203,1),(0.04239689,0.9979163,-0.04863431,1),(0.04353834,0.998017,-0.04545845,1),(0.06157276,0.9963489,-0.05914067,1),(0.06417467,0.9963279,-0.05667859,1),(0.0756657,0.9945701,-0.07144894,1),(0.07859216,0.9945242,-0.06888189,1),(0.08200558,0.9944116,-0.06648712,1),(0.08998695,0.9929578,-0.07705288,1),(0.09353074,0.9928262,-0.07448575,1),(0.08682052,0.9930238,-0.07978515,1),(0.07322527,0.9945524,-0.07418685,1),(0.08403278,0.993027,-0.08268029,1),(0.04579809,0.9980193,-0.04312839,1),(0.05053876,0.9978765,-0.04108676,1),(0.06811295,0.9961792,-0.05466064,1),(0.07389713,0.9957948,-0.05414863,1),(0.05743189,0.9975538,-0.03985071,1),(0.06637827,0.997008,-0.03960898,1),(0.09275501,0.9942695,-0.0531464,1),(0.08230533,0.9951884,-0.05315937,1),(0.09324688,0.9936448,-0.06304718,1),(0.1018169,0.9928562,-0.06220835,1),(0.1123506,0.9917351,-0.06195896,1),(0.1117014,0.9913185,-0.06935839,1),(0.1208604,0.9902911,-0.06867468,1),(0.1040953,0.9920617,-0.07055388,1),(0.08664401,0.9941509,-0.06447362,1),(0.09803786,0.9925557,-0.07226357,1),(0.07724158,0.9961942,-0.04038273,1),(0.0898141,0.9950566,-0.04237666,1),(0.1180446,0.9914685,-0.05527877,1),(0.1048462,0.9930322,-0.05380004,1),(0.1041076,0.9935205,-0.04559247,1),(0.1201376,0.9914957,-0.0500304,1),(0.1478117,0.9871503,-0.06071266,1),(0.1323597,0.9895277,-0.05758221,1),(0.1370626,0.9885364,-0.06332032,1),(0.1507164,0.9864429,-0.06492329,1),(0.1652609,0.9839619,-0.06713952,1),(0.1554855,0.985396,-0.06942047,1),(0.1692087,0.9830533,-0.0705313,1),(0.1428631,0.9873524,-0.0687411,1),(0.1242783,0.9902876,-0.06233188,1),(0.1313262,0.9889702,-0.06849287,1),(0.136611,0.9891531,-0.05397635,1),(0.1516988,0.9867442,-0.0576506,1),(0.1627904,0.9846308,-0.06325681,1),(0.1752961,0.9823011,-0.06599817,1),(0.1660968,0.9843912,-0.05818704,1),(0.1793352,0.982098,-0.05763999,1),(0.1942744,0.9788982,-0.06337009,1),(0.1859269,0.9804003,-0.06516428,1),(0.1894579,0.9794515,-0.0691411,1),(0.1971905,0.9780077,-0.0679475,1),(0.2019452,0.9771791,-0.06587313,1),(0.1983252,0.9777194,-0.06878829,1),(0.2019229,0.9771916,-0.06575584,1),(0.1916642,0.9789188,-0.07058766,1),(0.1788146,0.9814695,-0.06886969,1),(0.1819579,0.9807276,-0.07116715,1),(0.1919011,0.9798745,-0.05495258,1),(0.2040788,0.9776876,-0.04978548,1),(0.2110983,0.9760762,-0.05208627,1),(0.2021642,0.9775855,-0.05879032,1),(0.2158216,0.9755231,-0.04214005,1),(0.227089,0.9733468,-0.03203712,1),(0.2321474,0.9721938,-0.03077067,1),(0.2211045,0.9743131,-0.04274178,1),(0.226382,0.9730996,-0.04275811,1),(0.2150692,0.9751617,-0.05296304,1),(0.2408522,0.9701035,-0.02982469,1),(0.2539763,0.9667698,-0.02919428,1),(0.2327317,0.9716122,-0.04249348,1),(0.2169671,0.9747393,-0.05299677,1),(0.2068968,0.9764604,-0.06098256,1),(0.2066972,0.9765122,-0.06082805,1),(0.2448508,0.9692134,-0.02595512,1),(0.2760579,0.9606699,-0.03008994,1),(0.2875627,0.9574219,-0.02551291,1),(0.2517596,0.9675208,-0.02281586,1),(0.3203953,0.946241,-0.04443927,1),(0.376962,0.9236633,-0.06888872,1),(0.4055656,0.9118969,-0.06293408,1),(0.3392321,0.9398975,-0.03891433,1),(0.3683961,0.9290966,-0.03261692,1),(0.3083123,0.9510447,-0.0213871,1),(0.4444085,0.8941852,-0.05416527,1),(0.4939894,0.8684681,-0.04168383,1),(0.4082077,0.9125511,-0.024838,1),(0.3385656,0.9407854,-0.01720552,1),(0.2656876,0.9638412,-0.02049539,1),(0.2870339,0.9577376,-0.0187139,1),(0.4433116,0.8917028,-0.09132846,1),(0.518004,0.8493925,-0.1010157,1),(0.5634416,0.8213304,-0.08916285,1),(0.4815236,0.8724073,-0.08390924,1),(0.600916,0.7933298,-0.0976106,1),(0.6901577,0.7191826,-0.08036594,1),(0.7419492,0.6685658,-0.05031149,1),(0.6510884,0.7549577,-0.07824747,1),(0.6997486,0.7123208,-0.0543236,1),(0.613508,0.7863898,-0.07210458,1),(0.784425,0.6199648,-0.01791629,1),(0.8140863,0.5806622,0.009737725,1),(0.74421,0.667309,-0.02915705,1),(0.6670565,0.7432853,-0.05062216,1),(0.5282809,0.8460182,-0.07192072,1),(0.5837035,0.8101164,-0.05478753,1),(0.7706854,0.6346008,-0.05767053,1),(0.831579,0.5542435,-0.03592214,1),(0.8688699,0.4950361,0.002059045,1),(0.8181961,0.5746135,-0.01935086,1),(0.8760846,0.4819089,-0.01548146,1),(0.9077734,0.4194463,0.003480997,1),(0.9179013,0.3964968,0.01573592,1),(0.9002989,0.4350551,0.013752,1),(0.9096702,0.4132221,0.04180427,1),(0.8895975,0.4551117,0.03859205,1),(0.9163507,0.3995507,0.02570425,1),(0.8958986,0.4422435,0.04226482,1),(0.9012709,0.4286399,0.06307705,1),(0.8916464,0.4480851,0.06470321,1),(0.8504823,0.5256675,0.01880587,1),(0.8647753,0.4999441,0.04711259,1),(0.9296415,0.3677518,0.02292109,1),(0.9456565,0.3229817,0.0376368,1),(0.9270765,0.3744999,0.01670452,1),(0.9324949,0.3606045,0.02043811,1),(0.9558296,0.2889754,0.05369293,1),(0.9625232,0.2629536,0.0663654,1),(0.9298527,0.3646925,0.04871653,1),(0.9323825,0.3596963,0.03579886,1),(0.8926226,0.4504701,0.01735898,1),(0.9049376,0.4254316,0.009787444,1),(0.87406,0.4843978,0.03711879,1),(0.7949142,0.6049245,0.04666739,1),(0.8299025,0.5575227,0.02074472,1),(0.8576162,0.5141564,0.011733,1),(0.9116842,0.4105578,0.01655407,1),(0.8794126,0.4756773,0.01909333,1),(0.9635535,0.2561406,0.0771791,1),(0.9567031,0.2785875,0.08430915,1),(0.9007868,0.4252444,0.08803627,1),(0.92024,0.3854491,0.0677297,1),(0.939672,0.3308073,0.08708096,1),(0.9076133,0.4112618,0.08427284,1),(0.8215852,0.5552679,0.1291327,1),(0.868886,0.4828666,0.1089811,1),(0.7748514,0.6185133,0.1305629,1),(0.8160367,0.5700094,0.09577744,1),(0.7249131,0.668213,0.1673093,1),(0.6477623,0.7378603,0.1896473,1),(0.68187,0.7153862,0.152564,1),(0.718336,0.6859359,0.1161259,1),(0.8488143,0.5247602,0.06435097,1),(0.7562944,0.6492375,0.0806814,1),(0.8655093,0.4947334,0.07831048,1),(0.8279761,0.5550516,0.07983346,1),(0.7493321,0.6477985,0.1373261,1),(0.7742004,0.6175468,0.1387434,1),(0.7997573,0.593755,0.08856206,1),(0.7833747,0.6128653,0.1035391,1),(0.7779502,0.6201947,0.1007567,1),(0.7505777,0.6488304,0.1251087,1),(0.7262506,0.6712118,0.1484407,1),(0.6876939,0.7028539,0.1818611,1),(0.7975379,0.5974929,0.08328079,1),(0.8357912,0.5470827,0.04640757,1),(0.7372456,0.6604878,0.1422137,1),(0.6657689,0.7204156,0.1943018,1),(0.6875813,0.701398,0.1878108,1),(0.635406,0.7434288,0.2087413,1),(0.7872151,0.6072217,0.1075841,1),(0.8188542,0.5677663,0.08437541,1),(0.8698215,0.4930921,0.01645578,1),(0.8210152,0.5672699,0.06433395,1),(0.8724917,0.487561,0.03228796,1),(0.932609,0.3574975,-0.0493558,1),(0.9567631,0.2695101,-0.1094021,1),(0.9181312,0.3940385,-0.04205575,1),(0.9511411,0.2841538,-0.1207775,1),(0.9188517,0.38948,-0.06337871,1),(0.9687837,0.1829001,-0.1673481,1),(0.9704899,0.1121106,-0.2134961,1),(0.9652676,0.1838292,-0.1856482,1),(0.9499454,0.2815445,-0.1354115,1),(0.8686123,0.495464,0.005291523,1),(0.9123408,0.405241,-0.05843005,1),(0.9672416,0.2169148,-0.1318777,1),(0.9758013,0.115197,-0.1858532,1),(0.9751893,0.07006799,-0.2099915,1),(0.9736038,0.1511351,-0.1710375,1),(0.9751925,0.05256429,-0.2150266,1),(0.9743941,0.0252166,-0.223428,1),(0.9723057,0.008190372,-0.233569,1),(0.9729371,0.0235948,-0.2298622,1),(0.9711834,0.01087192,-0.2380855,1),(0.9729656,0.04212449,-0.2270758,1),(0.9710997,0.002872115,-0.2386575,1),(0.9705003,0.004189723,-0.2410637,1),(0.970049,0.008283334,-0.2427682,1),(0.9706191,0.02705023,-0.2390955,1),(0.9739488,0.09866289,-0.2041795,1),(0.9713575,0.0612886,-0.2295828,1),(0.9748679,0.01591823,-0.2222145,1),(0.9751894,0.009348104,-0.2211747,1),(0.9738598,0.00726179,-0.2270337,1),(0.9732324,0.007650062,-0.229696,1),(0.9755692,0.005437271,-0.2196252,1),(0.9754549,0.004133363,-0.2201606,1),(0.9747269,0.006936909,-0.2232924,1),(0.9742364,0.007026968,-0.2254197,1),(0.9730146,0.008900139,-0.2305722,1),(0.9727916,0.007697864,-0.2315542,1),(0.9735888,0.009288953,-0.2281197,1),(0.9721335,0.0103633,-0.2341987,1),(0.9720864,0.00997784,-0.234411,1),(0.9720635,0.00881852,-0.2345521,1),(0.9721539,0.005690669,-0.234274,1),(0.9715008,0.006889932,-0.2369365,1),(0.3167923,-0.003570303,0.9484882,1),(0.3146701,-0.009703906,0.9491515,1),(0.3149492,-0.02826997,0.9486874,1),(0.303699,-0.02593214,0.9524151,1),(0.3049946,-0.009312137,0.9523085,1),(0.3007382,-0.003817182,0.9536991,1),(0.3108059,-0.05936879,0.9486175,1),(0.3037685,-0.1030297,0.9471587,1),(0.2943774,-0.09278224,0.9511747,1),(0.3003989,-0.05374757,0.952298,1),(0.2901596,-0.04462159,0.9559374,1),(0.2915428,-0.02191422,0.9563067,1),(0.2857006,-0.07647336,0.9552628,1),(0.2775103,-0.05841275,0.9589452,1),(0.2804647,-0.03439097,0.959248,1),(0.2802247,-0.01725605,0.9597793,1),(0.2911364,-0.008328434,0.9566454,1),(0.2818797,-0.003832874,0.9594421,1),(0.2747626,-0.006993087,0.9614866,1),(0.2668839,-0.003589544,0.963722,1),(0.295565,-0.1448905,0.9442711,1),(0.2889436,-0.1704033,0.9420585,1),(0.280737,-0.1522979,0.9476244,1),(0.2871118,-0.1300325,0.9490302,1),(0.2843226,-0.1797638,0.9417248,1),(0.2818112,-0.1732087,0.9437061,1),(0.271724,-0.152481,0.9502187,1),(0.2755757,-0.1597238,0.9479169,1),(0.2686063,-0.1296401,0.9544863,1),(0.2738983,-0.1244184,0.9536769,1),(0.2638797,-0.1224878,0.9567468,1),(0.2576168,-0.09224148,0.9618343,1),(0.2626579,-0.09805479,0.9598938,1),(0.2676907,-0.09438823,0.9588704,1),(0.2796535,-0.1067225,0.954151,1),(0.2726817,-0.08118395,0.958673,1),(0.2816061,-0.1608198,0.9459572,1),(0.2832411,-0.1527329,0.9468089,1),(0.2723979,-0.1383006,0.9521934,1),(0.270437,-0.1416323,0.9522626,1),(0.2867334,-0.148935,0.9463627,1),(0.2920936,-0.1494075,0.9446474,1),(0.2860007,-0.1539531,0.9457811,1),(0.2775965,-0.1424313,0.9500809,1),(0.2717718,-0.1306033,0.9534584,1),(0.2646033,-0.1172289,0.9572056,1),(0.2833298,-0.154521,0.9464922,1),(0.2826265,-0.1554149,0.9465561,1),(0.2682731,-0.1199589,0.9558449,1),(0.2591641,-0.09755577,0.9608938,1),(0.261944,-0.1145025,0.9582664,1),(0.2555782,-0.08830223,0.9627473,1),(0.2986913,-0.147821,0.9428322,1),(0.3065187,-0.1378548,0.9418293,1),(0.3056715,-0.15745,0.9390285,1),(0.295785,-0.1624107,0.9413469,1),(0.315486,-0.119507,0.9413748,1),(0.325447,-0.09275399,0.941,1),(0.325388,-0.1072913,0.9394739,1),(0.3156105,-0.1391027,0.9386376,1),(0.3175169,-0.1539103,0.9356787,1),(0.3074502,-0.1736184,0.9355913,1),(0.3259512,-0.1144582,0.9384323,1),(0.3249224,-0.1101696,0.9393019,1),(0.3190089,-0.1617811,0.9338416,1),(0.3097175,-0.1861684,0.9324249,1),(0.2960646,-0.173834,0.9392164,1),(0.2976349,-0.1840187,0.9367767,1),(0.3362052,-0.05720375,0.9400499,1),(0.3474606,-0.01209546,0.9376165,1),(0.3432777,-0.008605745,0.9391946,1),(0.3346976,-0.06349575,0.9401839,1),(0.3588919,0.04309414,0.9323837,1),(0.3700088,0.1087074,0.9226463,1),(0.355892,0.137573,0.9243455,1),(0.3505952,0.05823357,0.9347149,1),(0.3388956,0.07590693,0.9377569,1),(0.3369285,0.002418156,0.9415271,1),(0.3381907,0.1605256,0.9272857,1),(0.3244641,0.1766113,0.929264,1),(0.325112,0.09856899,0.9405245,1),(0.3276773,0.02587511,0.9444353,1),(0.3324208,-0.0607214,0.9411745,1),(0.3275524,-0.04350513,0.9438309,1),(0.3843284,0.1662475,0.9081043,1),(0.4052734,0.1964704,0.8928342,1),(0.3863169,0.2380583,0.8911158,1),(0.3653939,0.2058441,0.9078081,1),(0.4330433,0.1996166,0.8789918,1),(0.4643592,0.1758996,0.8680034,1),(0.4585945,0.1958644,0.866792,1),(0.4138602,0.2330555,0.8800028,1),(0.3634932,0.2558452,0.8957767,1),(0.3993193,0.2388324,0.8851572,1),(0.4485701,0.1803224,0.8753678,1),(0.378112,0.2064597,0.9024444,1),(0.4275588,0.1252312,0.8952712,1),(0.3421213,0.2422954,0.90788,1),(0.3383531,0.2283782,0.9128858,1),(0.3233028,0.2320241,0.9174095,1),(0.5046824,0.1335625,0.8529108,1),(0.5473332,0.07504526,0.8335435,1),(0.5050703,0.1388201,0.851841,1),(0.5499598,0.07404835,0.8319021,1),(0.5934878,-0.001989236,0.8048405,1),(0.640942,-0.100154,0.7610273,1),(0.5953277,-0.001083481,0.8034823,1),(0.6407065,-0.0896775,0.7625307,1),(0.5486575,0.03517456,0.8353069,1),(0.5967589,-0.03248754,0.8017627,1),(0.6455442,-0.1011975,0.7569886,1),(0.5891821,-0.09095225,0.802865,1),(0.6519024,-0.1288187,0.7472811,1),(0.5322257,-0.03800666,0.845749,1),(0.4999967,0.1049822,0.8596406,1),(0.4793153,0.03275668,0.8770313,1),(0.6786392,-0.2021287,0.7061111,1),(0.7008354,-0.2885067,0.6523755,1),(0.6780612,-0.1818742,0.712148,1),(0.7011089,-0.2650533,0.6619615,1),(0.7108747,-0.3586323,0.6050125,1),(0.7121183,-0.4136789,0.5672365,1),(0.7115963,-0.3378814,0.6160089,1),(0.7117215,-0.4004711,0.5771269,1),(0.7154227,-0.2422246,0.6553606,1),(0.7282233,-0.3113329,0.6105429,1),(0.7271878,-0.3784642,0.5726802,1),(0.7621284,-0.271549,0.5877258,1),(0.7596583,-0.3392361,0.5548316,1),(0.7451334,-0.2134523,0.631834,1),(0.6879745,-0.1717701,0.7051144,1),(0.7085491,-0.1656978,0.6859317,1),(0.7087622,-0.4583964,0.5362172,1),(0.7038709,-0.4963019,0.5081832,1),(0.7057101,-0.4538079,0.5440878,1),(0.6979647,-0.498187,0.5144464,1),(0.6981415,-0.5280073,0.4835357,1),(0.6921114,-0.5541295,0.4625173,1),(0.6894661,-0.534557,0.4887591,1),(0.6809303,-0.5638545,0.4673349,1),(0.7055022,-0.4906108,0.5114369,1),(0.6928877,-0.5328112,0.4858178,1),(0.6802718,-0.5673105,0.4641003,1),(0.7086169,-0.5161288,0.4811166,1),(0.6895074,-0.5599086,0.4594364,1),(0.7271943,-0.4654825,0.5044942,1),(0.7173229,-0.4395468,0.5405983,1),(0.7445483,-0.4068713,0.5292481,1),(0.6858769,-0.5766177,0.4439424,1),(0.6795927,-0.5969535,0.4263804,1),(0.6729677,-0.5880122,0.448727,1),(0.6661881,-0.6084142,0.4313068,1),(0.6733885,-0.6152108,0.4099554,1),(0.6673873,-0.6314685,0.3947678,1),(0.6607992,-0.6252409,0.4152325,1),(0.6569714,-0.6386721,0.4006077,1),(0.6600127,-0.6174257,0.4279823,1),(0.6539419,-0.6340523,0.4127202,1),(0.6509013,-0.6455172,0.3995437,1),(0.6498435,-0.6418626,0.4070821,1),(0.6460148,-0.6531614,0.3950255,1),(0.658633,-0.6229941,0.4219965,1),(0.668904,-0.5953005,0.4451795,1),(0.6720458,-0.5959297,0.4395705,1),(0.6617562,-0.6456949,0.3809946,1),(0.6561201,-0.6582471,0.3690759,1),(0.653852,-0.650025,0.3872273,1),(0.6502039,-0.6606988,0.3751157,1),(0.6505543,-0.6692477,0.3590077,1),(0.6443962,-0.6792776,0.3511913,1),(0.6456358,-0.6709439,0.3646761,1),(0.6407914,-0.6805291,0.35534,1),(0.6457943,-0.6642674,0.3764287,1),(0.6412868,-0.6743326,0.3660967,1),(0.6363612,-0.6845507,0.3555765,1),(0.6270018,-0.6944219,0.3530538,1),(0.6343548,-0.682257,0.3634822,1),(0.6395487,-0.6713634,0.374498,1),(0.6489913,-0.6546606,0.3875948,1),(0.6440078,-0.6614994,0.3842818,1),(0.6382555,-0.689011,0.3433565,1),(0.6321072,-0.6994141,0.3335572,1),(0.6279784,-0.7035743,0.3326055,1),(0.6357828,-0.6906481,0.3446523,1),(0.6233202,-0.7120577,0.3231807,1),(0.6130913,-0.7260094,0.3114955,1),(0.6058944,-0.735996,0.3019962,1),(0.6180585,-0.7187653,0.3184026,1),(0.6075305,-0.7299991,0.3130621,1),(0.6198063,-0.711922,0.3301624,1),(0.5923438,-0.7505504,0.2929214,1),(0.5716917,-0.7696472,0.2842741,1),(0.5900898,-0.7468156,0.3066926,1),(0.6052821,-0.7263911,0.3255605,1),(0.6293546,-0.6966784,0.3443137,1),(0.6175146,-0.7088085,0.3409784,1),(0.6009217,-0.7417912,0.2977231,1),(0.5864421,-0.7596858,0.2810037,1),(0.5721067,-0.7772954,0.2617365,1),(0.5907684,-0.7554932,0.2832365,1),(0.5695278,-0.7793065,0.26138,1),(0.5500858,-0.8001916,0.238954,1),(0.5232921,-0.8258058,0.210262,1),(0.5496795,-0.8009259,0.237424,1),(0.5227881,-0.8243413,0.2171498,1),(0.5504724,-0.7981018,0.244977,1),(0.4901679,-0.8514404,0.1865065,1),(0.4595404,-0.8720667,0.1682921,1),(0.4941033,-0.845813,0.201152,1),(0.5240758,-0.8196637,0.2312919,1),(0.5735425,-0.7733424,0.2701677,1),(0.5498192,-0.7941412,0.2589178,1),(0.5266369,-0.8232903,0.2117705,1),(0.4971615,-0.849317,0.1774573,1),(0.4552878,-0.8786357,0.1439179,1),(0.4921679,-0.8517892,0.1795157,1),(0.460886,-0.8770484,0.1355373,1),(0.4170354,-0.9048493,0.08561204,1),(0.3611635,-0.9306367,0.05896106,1),(0.4119941,-0.9053314,0.1031302,1),(0.359386,-0.9293519,0.08453836,1),(0.4083715,-0.9047711,0.1209208,1),(0.3051768,-0.9513453,0.04253395,1),(0.3231086,-0.9438908,0.06834418,1),(0.2658535,-0.9633327,0.03622206,1),(0.3736917,-0.9217498,0.1035941,1),(0.4522854,-0.8785145,0.1537861,1),(0.4186699,-0.8976137,0.1378593,1),(0.3705082,-0.9280862,0.03714411,1),(0.3276647,-0.9447934,0.001226039,1),(0.2679176,-0.9633132,-0.01574255,1),(0.3104975,-0.950428,0.01667217,1),(0.2888841,-0.9570993,-0.02251271,1),(0.2541061,-0.9665638,-0.03441522,1),(0.2063878,-0.9773287,-0.04725229,1),(0.2332322,-0.9717178,-0.03697497,1),(0.2115655,-0.9771241,-0.02164708,1),(0.1822921,-0.9825131,-0.0379163,1),(0.1649528,-0.9852811,-0.04485296,1),(0.1489656,-0.9885298,-0.02485967,1),(0.1390296,-0.9897886,-0.0314532,1),(0.1733688,-0.9847902,-0.01146498,1),(0.2528064,-0.967508,0.004133245,1),(0.2123739,-0.9771482,0.008866589,1),(0.223819,-0.9738457,-0.03910863,1),(0.1987167,-0.9793198,-0.03800834,1),(0.1684403,-0.9845133,-0.04859336,1),(0.1855063,-0.9813896,-0.04961628,1),(0.1786124,-0.9831297,-0.03941683,1),(0.1643726,-0.9857829,-0.03483726,1),(0.154669,-0.9868036,-0.04791917,1),(0.1452543,-0.9884566,-0.04306752,1),(0.1463375,-0.9881237,-0.0468719,1),(0.1399129,-0.9891133,-0.04559884,1),(0.1354663,-0.9898558,-0.04282926,1),(0.1332811,-0.9903572,-0.03779921,1),(0.1323022,-0.990482,-0.03796438,1),(0.134738,-0.9902026,-0.03666649,1),(0.1547044,-0.9868598,-0.04663111,1),(0.1366616,-0.9900149,-0.03455467,1),(0.153821,-0.9877034,-0.02794769,1),(0.1446498,-0.9892616,-0.02092183,1),(0.1385173,-0.9896618,-0.03717983,1),(0.1332029,-0.9906049,-0.03096764,1),(0.137581,-0.9904358,-0.01040645,1),(0.1306717,-0.991409,-0.005749182,1),(0.1293171,-0.9913021,-0.02443761,1),(0.1268683,-0.9917636,-0.0175919,1),(0.1313305,-0.9907133,-0.03520567,1),(0.1313764,-0.9908584,-0.03065514,1),(0.1328327,-0.9908075,-0.02561065,1),(0.1364549,-0.9900572,-0.0341583,1),(0.140649,-0.9895575,-0.0315242,1),(0.1336633,-0.9903687,-0.03611393,1),(0.1326921,-0.9903791,-0.03927131,1),(0.1322774,-0.9905074,-0.03738505,1),(0.1230678,-0.992397,0.001622938,1),(0.1116692,-0.9937026,0.009226594,1),(0.1240061,-0.9922289,-0.01022148,1),(0.1190151,-0.9928909,-0.001775979,1),(0.09647425,-0.9951889,0.01708416,1),(0.07748005,-0.9966753,0.02520514,1),(0.1118924,-0.9936899,0.00778036,1),(0.1026199,-0.9945486,0.01850034,1),(0.1362637,-0.9906027,-0.01176526,1),(0.1373783,-0.9905162,-0.002154541,1),(0.13808,-0.99038,0.009010844,1),(0.1596282,-0.987116,-0.0109919,1),(0.1684419,-0.985706,-0.00333012,1),(0.1524913,-0.9880605,-0.02197189,1),(0.1347514,-0.9906861,-0.01957541,1),(0.1460329,-0.9888992,-0.02743388,1),(0.06339233,-0.9974803,0.03184988,1),(0.06292894,-0.997393,0.03531568,1),(0.0982074,-0.9947413,0.02906819,1),(0.105717,-0.9936014,0.03975063,1),(0.07604007,-0.9964693,0.03559507,1),(0.1026219,-0.9940361,0.03689176,1),(0.1247937,-0.9909773,0.04889165,1),(0.1549044,-0.9861881,0.0586328,1),(0.1788799,-0.9824599,0.0526747,1),(0.1567615,-0.9869502,0.03681428,1),(0.209114,-0.9754661,0.06882678,1),(0.2423842,-0.9674256,0.07305897,1),(0.2169936,-0.9748861,0.05010672,1),(0.1959449,-0.9801591,0.02989501,1),(0.1430558,-0.9894075,0.02465307,1),(0.179596,-0.9836594,0.01262967,1),(0.1300561,-0.9911006,0.02837428,1),(0.1472554,-0.988973,0.01575573,1),(0.1988823,-0.9785373,0.05395019,1),(0.1842672,-0.9812596,0.05634991,1),(0.1524677,-0.988198,0.0147781,1),(0.1476692,-0.9890204,0.005706923,1),(0.1986257,-0.9788198,0.049594,1),(0.1850499,-0.981966,0.03872073,1),(0.2448376,-0.9660667,0.08227669,1),(0.2381047,-0.968019,0.07902782,1),(0.2155812,-0.9740945,0.06829895,1),(0.2516541,-0.9625392,0.1009392,1),(0.2230031,-0.9705076,0.09156723,1),(0.2644753,-0.9590693,0.1011874,1),(0.2356792,-0.9687456,0.07737646,1),(0.2616693,-0.9608165,0.09143835,1),(0.1394017,-0.9902316,-0.00291736,1),(0.1347965,-0.9908366,-0.008531545,1),(0.1673871,-0.985529,0.0267236,1),(0.1554391,-0.9876912,0.0174652,1),(0.1337808,-0.9909472,-0.01123318,1),(0.1363126,-0.990604,-0.01107317,1),(0.1490993,-0.9887627,0.01085505,1),(0.1482709,-0.9889231,0.006828016,1),(0.1692618,-0.9846068,0.04358843,1),(0.1571852,-0.9869629,0.03459767,1),(0.1523846,-0.9879299,0.02781343,1),(0.1471729,-0.9870891,0.06320766,1),(0.1398682,-0.9888133,0.0518168,1),(0.1651536,-0.9839234,0.06796403,1),(0.1887184,-0.9805004,0.05481181,1),(0.1915229,-0.9786779,0.07421884,1),(0.1391104,-0.9902444,-0.008020365,1),(0.1385527,-0.9903538,-0.001587198,1),(0.1484504,-0.9889034,0.0057148,1),(0.1447574,-0.9894339,0.008121344,1),(0.1346681,-0.9908569,0.008191934,1),(0.1274879,-0.9916121,0.0212663,1),(0.1359908,-0.9905875,0.01559392,1),(0.1243503,-0.9919164,0.0252771,1),(0.1421632,-0.989574,0.02308616,1),(0.1302459,-0.9911162,0.0269179,1),(0.1179087,-0.9926182,0.02840395,1),(0.09806998,-0.994318,0.04140098,1),(0.112803,-0.9927444,0.04164102,1),(0.1247246,-0.9912345,0.04356506,1),(0.1475672,-0.9886938,0.02661639,1),(0.1323821,-0.9898109,0.05243279,1),(0.1208004,-0.9920012,0.03661465,1),(0.1179105,-0.991558,0.05394303,1),(0.1134349,-0.9928705,0.03661823,1),(0.1070094,-0.993064,0.04871035,1),(0.1191547,-0.9902135,0.07265927,1),(0.1252294,-0.9879091,0.09139632,1),(0.1063884,-0.9913996,0.07621224,1),(0.1052104,-0.9925663,0.06117899,1),(0.08747646,-0.9948155,0.05186542,1),(0.09359797,-0.9946833,0.04294908,1),(0.08528525,-0.9944364,0.06182851,1),(0.0644756,-0.9966435,0.050443,1),(0.06721912,-0.9966246,0.04712849,1),(0.07363962,-0.9962916,0.04450083,1),(0.1037169,-0.9939865,0.0351236,1),(0.08388177,-0.9955657,0.04257867,1),(0.1332082,-0.9848399,0.1111123,1),(0.1410969,-0.9812736,0.1311247,1),(0.1074365,-0.9879931,0.1110281,1),(0.1080988,-0.9897922,0.09287658,1),(0.1488191,-0.9772195,0.1513106,1),(0.156322,-0.9726929,0.1715575,1),(0.0990902,-0.9835382,0.1511081,1),(0.1044196,-0.9859341,0.1305006,1),(0.06512176,-0.9922695,0.1056433,1),(0.07595769,-0.993175,0.08850932,1),(0.05033417,-0.9908739,0.1250412,1),(0.02198218,-0.9954352,0.09287302,1),(0.03967969,-0.9962168,0.07731631,1),(0.05273781,-0.9964926,0.06497046,1),(0.08270433,-0.9938338,0.07385327,1),(0.06102343,-0.9965652,0.05598207,1),(0.1678346,-0.9691706,0.1803882,1),(0.1849717,-0.9675357,0.172221,1),(0.1131303,-0.9808072,0.1588045,1),(0.09995665,-0.9814677,0.1634924,1),(0.2094084,-0.9655189,0.154665,1),(0.237362,-0.9652265,0.1095312,1),(0.1385399,-0.9806728,0.138158,1),(0.1759357,-0.9794906,0.09820855,1),(0.07702556,-0.9902154,0.1163633,1),(0.05180781,-0.9895106,0.1348508,1),(0.1191031,-0.98945,0.08248133,1),(0.08276366,-0.9947959,0.05942281,1),(0.04105837,-0.995325,0.08742032,1),(0.0174396,-0.9946278,0.1020363,1),(0.04291359,-0.9895322,0.1377846,1),(0.01119036,-0.9945303,0.1038469,1),(0.2686693,-0.9609409,0.06640309,1),(0.3018592,-0.9526775,0.03586663,1),(0.2186036,-0.9743557,0.05332488,1),(0.264131,-0.964233,0.02212384,1),(0.3373035,-0.9412251,0.01793692,1),(0.3747405,-0.9270567,0.01163808,1),(0.3122036,-0.950012,0.002496073,1),(0.3604602,-0.9327098,-0.01099746,1),(0.2250403,-0.9742768,0.01189301,1),(0.2844192,-0.9586844,-0.005466956,1),(0.3455048,-0.938259,-0.0172196,1),(0.332789,-0.9426398,-0.0261083,1),(0.2622935,-0.9648579,-0.01585007,1),(0.1965397,-0.9804938,0.001990699,1),(0.169388,-0.9847848,0.03881468,1),(0.1364887,-0.9902681,0.02720215,1),(0.4151804,-0.9096689,0.01130422,1),(0.4582127,-0.8887774,0.010764,1),(0.4644657,-0.8854727,-0.01448217,1),(0.4147405,-0.9099014,-0.008340304,1),(0.5005546,-0.8656858,0.005771755,1),(0.5422481,-0.8402174,-0.001287453,1),(0.5550642,-0.8311478,-0.03312131,1),(0.5115038,-0.8589776,-0.02283488,1),(0.5190282,-0.8536084,-0.04429968,1),(0.4656123,-0.8844132,-0.03191502,1),(0.5673738,-0.8213282,-0.05922048,1),(0.5818912,-0.8093181,-0.0800422,1),(0.5279237,-0.8470614,-0.06151007,1),(0.4681982,-0.882417,-0.04616161,1),(0.4076683,-0.9128562,-0.0223669,1),(0.4029913,-0.9145615,-0.03428359,1),(0.5855851,-0.8105091,-0.01285187,1),(0.6325648,-0.7738242,-0.03252499,1),(0.6477621,-0.7590628,-0.06502292,1),(0.5992698,-0.7992026,-0.04637945,1),(0.6827378,-0.7283351,-0.05828422,1),(0.732807,-0.6736091,-0.09614938,1),(0.753879,-0.6463518,-0.1178803,1),(0.6997696,-0.7087995,-0.08902775,1),(0.7171286,-0.6874806,-0.1144424,1),(0.6646324,-0.7412322,-0.09401383,1),(0.7711965,-0.6216806,-0.1370016,1),(0.7799267,-0.6080183,-0.1484182,1),(0.7309311,-0.6693984,-0.1328358,1),(0.6817616,-0.722253,-0.116411,1),(0.6146349,-0.7851747,-0.07566144,1),(0.6322859,-0.7683916,-0.09893923,1),(0.777028,-0.6154666,-0.1320169,1),(0.8113772,-0.5627053,-0.1582077,1),(0.7980974,-0.5835748,-0.1499365,1),(0.8279501,-0.5344968,-0.1697404,1),(0.8380026,-0.5160925,-0.1772006,1),(0.8589524,-0.4756649,-0.1895884,1),(0.846031,-0.5010239,-0.1822271,1),(0.8546914,-0.4838325,-0.1881717,1),(0.8489327,-0.4961033,-0.1821938,1),(0.8391177,-0.5157343,-0.1729149,1),(0.8456243,-0.5001438,-0.1864829,1),(0.8300589,-0.5239692,-0.1909413,1),(0.8412969,-0.5083154,-0.1839433,1),(0.8376057,-0.517592,-0.174686,1),(0.8144228,-0.5583206,-0.1580932,1),(0.8180468,-0.5515714,-0.1629987,1),(0.8769043,-0.4379856,-0.1980087,1),(0.8930572,-0.3996906,-0.2066305,1),(0.872208,-0.4467625,-0.1991394,1),(0.8615029,-0.4700645,-0.1919691,1),(0.907822,-0.3607689,-0.2137872,1),(0.9204824,-0.3215324,-0.2221014,1),(0.9031182,-0.370037,-0.2178301,1),(0.8864431,-0.4135569,-0.2078202,1),(0.8626539,-0.4617674,-0.2063956,1),(0.8471605,-0.4936849,-0.1964543,1),(0.8855895,-0.4096103,-0.2189766,1),(0.8756927,-0.4245923,-0.2299644,1),(0.8444009,-0.4897376,-0.2171273,1),(0.8245224,-0.527056,-0.2058517,1),(0.8412344,-0.5062928,-0.1897167,1),(0.8193985,-0.5382993,-0.1970275,1),(0.9324693,-0.2789806,-0.2295013,1),(0.9423469,-0.2321122,-0.2410525,1),(0.9331932,-0.2616422,-0.2463611,1),(0.9195122,-0.3184047,-0.2304683,1),(0.9505542,-0.1812077,-0.2522111,1),(0.9543887,-0.1297586,-0.2688958,1),(0.9445413,-0.2000095,-0.2604573,1),(0.9485392,-0.138553,-0.2847396,1),(0.9404386,-0.2041618,-0.2718329,1),(0.9272045,-0.2760291,-0.2531792,1),(0.9460046,-0.131832,-0.296134,1),(0.9425068,-0.1826694,-0.2798444,1),(0.9480491,-0.103786,-0.3007178,1),(0.9286255,-0.2632295,-0.2614667,1),(0.9088581,-0.3448447,-0.2346466,1),(0.9063817,-0.3443212,-0.2447759,1),(0.9546151,-0.07680597,-0.2877687,1),(0.9524415,-0.0177988,-0.3042013,1),(0.9497234,-0.07596686,-0.3037339,1),(0.9473208,-0.01205892,-0.3200591,1),(0.9458793,0.04908051,-0.3207856,1),(0.9327435,0.1265907,-0.3375858,1),(0.9407423,0.05621438,-0.3344308,1),(0.928488,0.1320492,-0.3470923,1),(0.9434841,0.005475049,-0.3313727,1),(0.9363374,0.07293423,-0.3434426,1),(0.9246553,0.1439643,-0.3525434,1),(0.9345984,0.09967218,-0.3414544,1),(0.9229193,0.1621245,-0.3491929,1),(0.9428413,0.03647583,-0.3312397,1),(0.9467759,-0.06169158,-0.3159265,1),(0.9476085,-0.03034653,-0.317989,1),(0.9138395,0.2053796,-0.3503093,1),(0.8936592,0.2732988,-0.3559228,1),(0.9111518,0.2083576,-0.3555131,1),(0.892225,0.274827,-0.3583359,1),(0.8748152,0.329693,-0.354966,1),(0.8594539,0.3745235,-0.3479528,1),(0.874088,0.3304432,-0.3560582,1),(0.858808,0.3748437,-0.3492004,1),(0.8916145,0.2760587,-0.3589084,1),(0.8746716,0.3283501,-0.3565609,1),(0.8599215,0.3704538,-0.3511393,1),(0.8771657,0.3217329,-0.3564663,1),(0.8633898,0.3591104,-0.3543977,1),(0.8926331,0.2758823,-0.3565041,1),(0.908933,0.2141947,-0.357717,1),(0.9083784,0.2222845,-0.3541726,1),(0.8440806,0.4165515,-0.3376577,1),(0.8234721,0.4647532,-0.3254198,1),(0.8433852,0.4167,-0.339209,1),(0.8231967,0.4649461,-0.3258409,1),(0.796276,0.5190518,-0.3106922,1),(0.7609385,0.5789649,-0.2928691,1),(0.7968837,0.5194485,-0.3084633,1),(0.7628879,0.5796383,-0.286394,1),(0.8261234,0.4575269,-0.3289215,1),(0.8019862,0.510867,-0.3095691,1),(0.7710227,0.5701149,-0.2837128,1),(0.8123235,0.4902539,-0.3158823,1),(0.7859225,0.5475692,-0.2872173,1),(0.8330066,0.4394991,-0.3360663,1),(0.8449894,0.4106737,-0.3425492,1),(0.8495941,0.3957648,-0.3486546,1),(0.7206286,0.6372826,-0.2730667,1),(0.6807476,0.6872084,-0.253628,1),(0.7233793,0.6390624,-0.2613842,1),(0.6822682,0.6918008,-0.2364775,1),(0.6435654,0.7300896,-0.2297665,1),(0.6093528,0.7649174,-0.2087832,1),(0.5990882,0.7787314,-0.186201,1),(0.6416482,0.7394171,-0.2038376,1),(0.6926411,0.6857179,-0.2236948,1),(0.6474232,0.7375527,-0.1919878,1),(0.5978632,0.7852968,-0.1608364,1),(0.6645443,0.7243727,-0.1834805,1),(0.608537,0.7806339,-0.1424554,1),(0.7126896,0.6664906,-0.2187783,1),(0.733965,0.6299787,-0.2538154,1),(0.7528707,0.6074851,-0.2532738,1),(0.5765059,0.7914729,-0.2030064,1),(0.5470662,0.8139526,-0.1954477,1),(0.5255481,0.8360258,-0.1576706,1),(0.5596794,0.8115841,-0.167602,1),(0.5205725,0.8315791,-0.1935983,1),(0.4973725,0.844733,-0.1976024,1),(0.4770644,0.8631618,-0.1654128,1),(0.4977993,0.8529901,-0.1568555,1),(0.4762867,0.8707057,-0.1225665,1),(0.5077695,0.8526085,-0.1234052,1),(0.4553974,0.8800861,-0.1343937,1),(0.4371143,0.8927891,-0.108898,1),(0.461834,0.8817949,-0.09563991,1),(0.4994711,0.8607268,-0.09837756,1),(0.5488881,0.8246772,-0.1364892,1),(0.5489749,0.8278261,-0.1154574,1),(0.4736051,0.8569793,-0.2031865,1),(0.4446236,0.8714201,-0.2072117,1),(0.4328541,0.8818816,-0.1868749,1),(0.4577264,0.8713726,-0.1766245,1),(0.4082485,0.8871844,-0.2150279,1),(0.3692188,0.9052542,-0.2102194,1),(0.4035844,0.8946855,-0.1914614,1),(0.3690111,0.9092131,-0.1927755,1),(0.4166587,0.8943314,-0.1629934,1),(0.3917892,0.9042413,-0.1698493,1),(0.3624966,0.9156035,-0.1739725,1),(0.3748628,0.9151968,-0.1479617,1),(0.349983,0.9241919,-0.1529092,1),(0.3978544,0.9069059,-0.1386847,1),(0.4376468,0.8861941,-0.1520711,1),(0.4184274,0.899412,-0.1263988,1),(0.3259388,0.9221994,-0.2081156,1),(0.2843242,0.9370695,-0.2026336,1),(0.331832,0.9235362,-0.1922719,1),(0.2957852,0.9362938,-0.1893807,1),(0.2446184,0.9500533,-0.1938055,1),(0.2069939,0.9613267,-0.1816716,1),(0.2608616,0.9476588,-0.1841032,1),(0.2270242,0.9577757,-0.1764244,1),(0.3025165,0.9369571,-0.1749145,1),(0.2741061,0.9458988,-0.1736127,1),(0.2465338,0.9539071,-0.1711211,1),(0.2808447,0.9461769,-0.1608585,1),(0.2608255,0.9513905,-0.1637868,1),(0.3022567,0.9400221,-0.1581123,1),(0.3319267,0.9269218,-0.1750444,1),(0.3252384,0.9327618,-0.1554843,1),(0.1717876,0.970149,-0.1711726,1),(0.1397155,0.9760936,-0.1664957,1),(0.1947343,0.9660337,-0.1698749,1),(0.1650423,0.9720091,-0.1672098,1),(0.1107687,0.9795803,-0.1677876,1),(0.08491108,0.9808598,-0.1752261,1),(0.1380977,0.9759694,-0.1685602,1),(0.1140119,0.978116,-0.1740419,1),(0.1950426,0.9660249,-0.1695706,1),(0.1721208,0.9699786,-0.1718025,1),(0.1513739,0.9726641,-0.1760978,1),(0.2054194,0.9628305,-0.1753861,1),(0.1888778,0.9653688,-0.179967,1),(0.2230756,0.9596612,-0.1711366,1),(0.2199278,0.9607005,-0.1693704,1),(0.2416245,0.9558458,-0.1672615,1),(0.06423504,0.9809104,-0.183545,1),(0.05065986,0.9807943,-0.1883507,1),(0.09425224,0.9791806,-0.1797826,1),(0.07989985,0.9798838,-0.1828765,1),(0.04437748,0.9808524,-0.1896286,1),(0.04548706,0.9812375,-0.1873604,1),(0.07105377,0.9804785,-0.1833392,1),(0.06777253,0.9811117,-0.1811817,1),(0.1190193,0.976092,-0.1818756,1),(0.1077005,0.9774309,-0.1817404,1),(0.09961122,0.9786852,-0.1795907,1),(0.1472961,0.971636,-0.185006,1),(0.1358119,0.9737117,-0.1828674,1),(0.1599135,0.969597,-0.1852275,1),(0.1335744,0.9745542,-0.1800055,1),(0.1737469,0.9675335,-0.1835515,1),(0.04949642,0.981765,-0.1835417,1),(0.05190045,0.9823321,-0.1798058,1),(0.06697626,0.9817657,-0.1779051,1),(0.06564367,0.9824255,-0.1747318,1),(0.05269154,0.9829512,-0.1761545,1),(0.05185568,0.9836292,-0.1725819,1),(0.06377482,0.983089,-0.1716646,1),(0.06136841,0.9837554,-0.1686985,1),(0.08771048,0.9809178,-0.1735147,1),(0.08269088,0.9818768,-0.1705294,1),(0.07831885,0.982743,-0.1675784,1),(0.1090788,0.9788736,-0.1729406,1),(0.1031158,0.9801416,-0.16938,1),(0.1165484,0.977396,-0.1763903,1),(0.09335748,0.9798557,-0.1765431,1),(0.1254746,0.9756856,-0.1797052,1),(0.05048902,0.9843116,-0.169061,1),(0.04970025,0.9849482,-0.165551,1),(0.05902964,0.9843904,-0.1658041,1),(0.05734879,0.9849713,-0.1629186,1),(0.04949544,0.9855407,-0.1620484,1),(0.04988915,0.9860886,-0.158557,1),(0.05633317,0.985501,-0.1600445,1),(0.05599657,0.9859806,-0.1571831,1),(0.07156661,0.9842266,-0.1617908,1),(0.06918298,0.9848593,-0.1589529,1),(0.06747437,0.9854266,-0.1561465,1),(0.08966989,0.9832257,-0.1588285,1),(0.08615691,0.9840698,-0.1555106,1),(0.09367458,0.9822931,-0.162251,1),(0.07461625,0.9835216,-0.1646737,1),(0.09816225,0.9812666,-0.1657709,1),(0.0507881,0.9866154,-0.1549542,1),(0.05209957,0.9871446,-0.1510993,1),(0.05621254,0.9864399,-0.1541962,1),(0.05685478,0.9869065,-0.150941,1),(0.0538288,0.9876719,-0.146992,1),(0.05597766,0.9881917,-0.1426317,1),(0.05792715,0.9873766,-0.1474177,1),(0.05942817,0.9878468,-0.1436206,1),(0.06562588,0.9864851,-0.1501345,1),(0.06537415,0.9870026,-0.1468058,1),(0.06556904,0.9875121,-0.1432498,1),(0.07835165,0.9862843,-0.1452732,1),(0.07664942,0.9869387,-0.1416928,1),(0.08050549,0.9855893,-0.1487703,1),(0.06632733,0.9859587,-0.153252,1),(0.08310831,0.984852,-0.1521827,1),(0.05837607,0.9886926,-0.1381284,1),(0.06085557,0.9891668,-0.1335879,1),(0.06120598,0.9883076,-0.1396492,1),(0.06309944,0.9887534,-0.1355914,1),(0.06341838,0.9896135,-0.1290088,1),(0.06606228,0.9900315,-0.1243921,1),(0.06510743,0.9891831,-0.1314451,1),(0.06723252,0.9895947,-0.1272087,1),(0.06673943,0.988487,-0.1357921,1),(0.06756645,0.9889506,-0.1319528,1),(0.06855222,0.9893983,-0.1280296,1),(0.07311484,0.9887005,-0.1308642,1),(0.07233241,0.9892285,-0.1272595,1),(0.07409408,0.9881434,-0.1344721,1),(0.06607401,0.9880064,-0.1395627,1),(0.07527293,0.9875563,-0.1380819,1),(0.06871369,0.9904154,-0.1198153,1),(0.07130243,0.990761,-0.1153627,1),(0.06940527,0.9899811,-0.1229655,1),(0.07155117,0.9903376,-0.1187935,1),(0.073824,0.9910705,-0.1110374,1),(0.07628231,0.9913456,-0.1068402,1),(0.07366936,0.9906656,-0.1146932,1),(0.07576615,0.9909654,-0.1106663,1),(0.07076994,0.990221,-0.1202246,1),(0.07193762,0.9905935,-0.1164026,1),(0.0731425,0.9909421,-0.1126224,1),(0.07082112,0.990634,-0.1167422,1),(0.07055304,0.9910467,-0.1133524,1),(0.0712068,0.990194,-0.1201903,1),(0.0696445,0.9898218,-0.1241063,1),(0.07171116,0.9897256,-0.1236956,1),(0.07870285,0.9915823,-0.1028113,1),(0.08110642,0.9917765,-0.09900032,1),(0.0778639,0.9912313,-0.1067611,1),(0.07998607,0.9914566,-0.1030344,1),(0.08349924,0.9919297,-0.09541061,1),(0.08587957,0.9920444,-0.09204584,1),(0.08213439,0.9916435,-0.0994847,1),(0.0843088,0.991793,-0.09611803,1),(0.07579651,0.9915366,-0.1054038,1),(0.07727791,0.9917776,-0.1020066,1),(0.07885926,0.9919832,-0.09874497,1),(0.07092162,0.9920755,-0.1037128,1),(0.07148982,0.9923463,-0.1006874,1),(0.07057737,0.9917689,-0.1068328,1),(0.07441839,0.9912578,-0.1089482,1),(0.0704539,0.9914262,-0.1100468,1),(0.08834603,0.9921173,-0.08887224,1),(0.09100012,0.9921417,-0.0858717,1),(0.08648754,0.9919086,-0.0929364,1),(0.08864652,0.991994,-0.08994318,1),(0.09384577,0.992117,-0.08304821,1),(0.09688553,0.9920425,-0.08040347,1),(0.09079198,0.9920498,-0.08714402,1),(0.09292526,0.9920778,-0.08453706,1),(0.08182219,0.9923217,-0.09274984,1),(0.08307695,0.9924673,-0.09003772,1),(0.0841744,0.9926013,-0.08750638,1),(0.07294159,0.9930465,-0.09240257,1),(0.07316078,0.9932573,-0.08993041,1),(0.07258713,0.9928253,-0.09502216,1),(0.08041848,0.9921606,-0.09565784,1),(0.07210515,0.9925922,-0.09778389,1),(0.1004838,0.9918696,-0.07808835,1),(0.105013,0.9915454,-0.07622284,1),(0.09516812,0.992058,-0.08224306,1),(0.09764743,0.9919736,-0.08033331,1),(0.1104764,0.9910595,-0.07480603,1),(0.1168766,0.9903979,-0.07383621,1),(0.1003685,0.9918243,-0.07880823,1),(0.1033285,0.9916102,-0.07767057,1),(0.08552775,0.9928465,-0.08331017,1),(0.08568124,0.9929683,-0.08168602,1),(0.08548213,0.9930927,-0.08037164,1),(0.07074288,0.9939705,-0.08377394,1),(0.06865188,0.9942502,-0.08217986,1),(0.07219122,0.9937106,-0.08560028,1),(0.08502654,0.9927244,-0.08525667,1),(0.07299605,0.9934729,-0.0876535,1),(0.1246305,0.9894983,-0.07321525,1),(0.1341574,0.9882821,-0.07280396,1),(0.107762,0.9912124,-0.076717,1),(0.1149155,0.990483,-0.07574798,1),(0.1454748,0.9866947,-0.07259914,1),(0.1585923,0.9846712,-0.07260123,1),(0.1248048,0.9893609,-0.07475892,1),(0.1374387,0.9877613,-0.07374491,1),(0.09178749,0.9927444,-0.07767633,1),(0.1002604,0.9920501,-0.07605679,1),(0.1122966,0.9908983,-0.0742307,1),(0.07869289,0.9939454,-0.07668073,1),(0.08976477,0.9931817,-0.07438019,1),(0.07149114,0.9943284,-0.07874031,1),(0.08686604,0.9930733,-0.07911819,1),(0.06814862,0.9944165,-0.08057105,1),(0.1713369,0.9825663,-0.07216036,1),(0.1815612,0.9808257,-0.07082637,1),(0.1506931,0.9859299,-0.07234535,1),(0.1624733,0.9841991,-0.07038861,1),(0.1892686,0.9795265,-0.06859407,1),(0.1944505,0.978726,-0.06545419,1),(0.1727944,0.9826167,-0.0678703,1),(0.1816707,0.9812233,-0.0647806,1),(0.1396268,0.9877474,-0.06970928,1),(0.1531194,0.9859312,-0.06703893,1),(0.1665434,0.9839504,-0.06406803,1),(0.1344734,0.9886797,-0.0665528,1),(0.1520394,0.9863194,-0.06370366,1),(0.1182727,0.990562,-0.06927184,1),(0.1260309,0.9894021,-0.07210918,1),(0.1033861,0.9920409,-0.0718761,1),(0.2021247,0.9774825,-0.06060825,1),(0.2174507,0.974645,-0.05274797,1),(0.2164718,0.9748265,-0.05341522,1),(0.1943509,0.9790387,-0.06091633,1),(0.2404285,0.9697467,-0.04225558,1),(0.2710352,0.962135,-0.0289152,1),(0.2889736,0.9568949,-0.02909037,1),(0.2481056,0.9678108,-0.04226151,1),(0.2535768,0.9663308,-0.04363019,1),(0.2140242,0.9753559,-0.05361433,1),(0.3035921,0.9523384,-0.02971937,1),(0.3108073,0.9499043,-0.03287128,1),(0.2549846,0.9659301,-0.04429423,1),(0.2098625,0.97631,-0.05269372,1),(0.1850953,0.9809077,-0.05966245,1),(0.1755875,0.9826632,-0.05951378,1),(0.3144682,0.9491104,-0.01729221,1),(0.3763392,0.9263954,-0.01267331,1),(0.4151941,0.9096966,-0.008118906,1),(0.3431817,0.9391269,-0.01633804,1),(0.4561427,0.8897762,-0.01523762,1),(0.5512533,0.8339586,-0.02515952,1),(0.6067919,0.7948394,-0.005820571,1),(0.5042242,0.8635609,-0.004536252,1),(0.542295,0.8401653,0.006192527,1),(0.4467978,0.8946263,-0.003953521,1),(0.6490371,0.7606234,0.01424402,1),(0.6683645,0.7431052,0.03291792,1),(0.5612177,0.8275163,0.01585669,1),(0.4633406,0.8861801,-0.0005675342,1),(0.3668493,0.9301443,-0.01591229,1),(0.3794217,0.9250634,-0.01723048,1),(0.6439621,0.7643642,-0.03256166,1),(0.7198739,0.6936166,-0.02603143,1),(0.7641001,0.6450971,0.0008171138,1),(0.6992244,0.7148719,-0.006586467,1),(0.7811377,0.6243311,-0.005869318,1),(0.829709,0.55751,0.02767014,1),(0.8318916,0.5535578,0.03911445,1),(0.8067973,0.5906085,0.01611689,1),(0.8178499,0.5741304,0.03867833,1),(0.7920487,0.6097801,0.02876142,1),(0.8210574,0.5686072,0.05050444,1),(0.7959236,0.6014274,0.06921467,1),(0.8108462,0.581667,0.06474657,1),(0.7980559,0.599842,0.05741361,1),(0.7385418,0.6738905,0.02068003,1),(0.7537348,0.6554949,0.04701377,1),(0.8612688,0.5046257,0.05974134,1),(0.874262,0.4795776,0.07530747,1),(0.8377863,0.5407705,0.07537494,1),(0.8418072,0.5362102,0.06196254,1),(0.8717359,0.4842582,0.07463643,1),(0.8529382,0.5188714,0.05717427,1),(0.7839019,0.6165502,0.07323682,1),(0.8193883,0.5677195,0.07935549,1),(0.7479514,0.6582263,0.08548091,1),(0.7847919,0.6151525,0.07542596,1),(0.6948249,0.7130646,0.09357997,1),(0.5994841,0.7909821,0.1223356,1),(0.6666129,0.7383538,0.1022781,1),(0.7202043,0.6883197,0.08672787,1),(0.8084308,0.5851257,0.06377747,1),(0.7625926,0.6424304,0.07573431,1),(0.8214146,0.5690635,0.03800951,1),(0.7851388,0.6182596,0.03622406,1),(0.6882428,0.7214285,0.07656834,1),(0.7364112,0.6731915,0.06717048,1),(0.744455,0.6656122,0.05241333,1),(0.6992089,0.7096621,0.08652519,1),(0.5973833,0.7890189,0.1434658,1),(0.6412281,0.7605906,0.1016288,1),(0.5338724,0.8317494,0.1522279,1),(0.5802522,0.8045915,0.1262539,1),(0.5020065,0.8427822,0.1941846,1),(0.443826,0.8746203,0.1950837,1),(0.4311886,0.8736411,0.2254498,1),(0.4799812,0.8602379,0.172072,1),(0.6335713,0.766739,0.1034354,1),(0.5320054,0.8337983,0.1474806,1),(0.657333,0.7432877,0.1242451,1),(0.627763,0.7628286,0.1549388,1),(0.5564964,0.8068428,0.1982835,1),(0.5622383,0.8082464,0.1750024,1),(0.6119747,0.7703727,0.1789212,1),(0.6108719,0.7669652,0.1964687,1),(0.61538,0.7658078,0.1866701,1),(0.5733494,0.7941803,0.2013662,1),(0.5656849,0.7973186,0.2104372,1),(0.5088982,0.8301173,0.2278769,1),(0.6511527,0.7419627,0.1596608,1),(0.7058595,0.6988967,0.1153502,1),(0.5884259,0.7846151,0.1952797,1),(0.5023505,0.8312243,0.238139,1),(0.4843123,0.8474628,0.2173667,1),(0.4478323,0.8600719,0.2443819,1),(0.6346134,0.7475716,0.1959656,1),(0.6937841,0.7011237,0.1645882,1),(0.7580948,0.6447206,0.09812015,1),(0.6784591,0.7185739,0.1527904,1),(0.7827295,0.6147512,0.09703392,1),(0.8811296,0.4727777,-0.009587554,1),(0.9210799,0.3817993,-0.0764273,1),(0.8450571,0.5342664,0.02092621,1),(0.9000534,0.4309841,-0.06447212,1),(0.8307467,0.5564986,0.01301863,1),(0.9471902,0.288051,-0.1409162,1),(0.9596674,0.2050296,-0.1923571,1),(0.9353682,0.3258365,-0.137539,1),(0.8890356,0.4528041,-0.06770675,1),(0.745775,0.6602688,0.08868307,1),(0.814154,0.5803797,0.01768271,1),(0.9425516,0.3129479,-0.1168764,1),(0.9635344,0.190733,-0.187676,1),(0.9672757,0.1230197,-0.2219097,1),(0.9590489,0.2295068,-0.1659873,1),(0.9676447,0.1091758,-0.2274742,1),(0.9680138,0.06357218,-0.2427093,1),(0.9654245,0.03403738,-0.2584511,1),(0.9661773,0.05980375,-0.250848,1),(0.9644395,0.02888066,-0.2627211,1),(0.9669887,0.07492111,-0.2435564,1),(0.9638712,0.01738807,-0.2658006,1),(0.962993,0.008509482,-0.2693918,1),(0.9634778,0.010734,-0.2675732,1),(0.9654491,0.04243933,-0.2571125,1),(0.9656793,0.1599403,-0.2046521,1),(0.966729,0.1061547,-0.2327365,1),(0.9684511,0.03843441,-0.2462218,1),(0.9687072,0.02100039,-0.2473162,1),(0.96737,0.0204306,-0.2525427,1),(0.9663666,0.026497,-0.2557999,1),(0.9691742,0.01097955,-0.2461319,1),(0.9700564,0.008166775,-0.2427425,1),(0.9696492,0.01261442,-0.2441744,1),(0.9684594,0.01581144,-0.2486695,1),(0.967891,0.02049143,-0.2505338,1),(0.9665132,0.02210964,-0.2556627,1),(0.9692942,0.01622955,-0.2453681,1),(0.9690243,0.01770915,-0.2463297,1),(0.9674894,0.02274234,-0.2518871,1),(0.9660132,0.02288647,-0.2574773,1),(0.9651782,0.02107884,-0.2607425,1),(0.964597,0.01813941,-0.2631037,1),(0.9710528,0.00883234,-0.2387012,1),(0.9716386,0.009312736,-0.2362873,1),(0.9711883,0.008919639,-0.2381462,1),(0.9706592,0.01045339,-0.2402323,1),(0.9719217,0.009603901,-0.2351086,1),(0.9718865,0.009718497,-0.2352494,1),(0.9717947,0.007721965,-0.235702,1),(0.9714473,0.008002091,-0.2371203,1),(0.9701084,0.005840483,-0.2426014,1),(0.9705827,0.007909299,-0.2406381,1),(0.9709294,0.00516663,-0.2393098,1),(0.9681262,0.002838763,-0.250447,1),(0.9691526,0.003747349,-0.2464326,1),(0.9702919,0.006530629,-0.2418495,1),(0.9702989,0.01136745,-0.2416422,1),(0.9701004,0.0111815,-0.2424464,1),(0.2695672,-0.005500132,0.9629658,1),(0.2701566,-0.003091693,0.9628114,1),(0.2719848,-0.0127567,0.962217,1),(0.2665825,-0.008786016,0.9637721,1),(0.2687042,-0.004009851,0.9632144,1),(0.2696345,-0.002427394,0.9629596,1),(0.2719549,-0.02486338,0.9619887,1),(0.2696901,-0.04182773,0.9620383,1),(0.2620954,-0.02792772,0.9646378,1),(0.2644699,-0.01675933,0.9642482,1),(0.257553,-0.01023431,0.9662099,1),(0.2628471,-0.005487851,0.9648218,1),(0.2545151,-0.01688153,0.9669215,1),(0.2456634,-0.008879352,0.9693145,1),(0.2509231,-0.005448119,0.9679917,1),(0.2567835,-0.003014528,0.9664642,1),(0.2728685,-0.002649541,0.9620477,1),(0.2707111,-0.001717956,0.9626591,1),(0.272577,-0.001557921,0.9621327,1),(0.2860379,-0.001082525,0.9582177,1),(0.2658578,-0.05806015,0.9622622,1),(0.261666,-0.06783772,0.9627716,1),(0.2557249,-0.04645491,0.9656329,1),(0.2590644,-0.03896136,0.9650739,1),(0.2572116,-0.07116633,0.9637311,1),(0.2524702,-0.06807439,0.965207,1),(0.248267,-0.05082211,0.9673575,1),(0.2521278,-0.05040637,0.9663802,1),(0.2472255,-0.03474714,0.9683349,1),(0.249758,-0.02989618,0.9678467,1),(0.244612,-0.03848892,0.9688569,1),(0.2411042,-0.02907303,0.9700637,1),(0.2422782,-0.02316467,0.9699302,1),(0.243608,-0.01782441,0.9697099,1),(0.2521904,-0.02393931,0.9673815,1),(0.2450946,-0.01305706,0.9694112,1),(0.2508395,-0.06901744,0.9655652,1),(0.2554192,-0.08445523,0.9631346,1),(0.2529848,-0.07723723,0.9643823,1),(0.2474547,-0.05673853,0.9672368,1),(0.2660619,-0.1144142,0.9571418,1),(0.2823873,-0.1588266,0.946061,1),(0.2804999,-0.1623791,0.9460195,1),(0.2646279,-0.1124124,0.9577762,1),(0.2623205,-0.1096027,0.9587362,1),(0.2511957,-0.0720936,0.9652477,1),(0.2798045,-0.1607913,0.9464964,1),(0.2608513,-0.1012698,0.9600525,1),(0.2786085,-0.1493083,0.9487277,1),(0.2489149,-0.06520373,0.966328,1),(0.2448955,-0.04846153,0.9683376,1),(0.2425551,-0.04116929,0.9692637,1),(0.2974975,-0.1936379,0.9348794,1),(0.308879,-0.1946921,0.9309611,1),(0.2978565,-0.1993794,0.9335574,1),(0.3100423,-0.1966595,0.9301606,1),(0.3169306,-0.1615909,0.9345819,1),(0.3193814,-0.09306687,0.9430451,1),(0.3157223,-0.1535257,0.9363489,1),(0.3139178,-0.06755045,0.9470441,1),(0.307285,-0.1908913,0.932275,1),(0.310545,-0.1406313,0.9400982,1),(0.3047858,-0.0435494,0.9514247,1),(0.3037802,-0.125173,0.9444836,1),(0.2957275,-0.03037656,0.9547892,1),(0.302431,-0.1751146,0.9369474,1),(0.2973421,-0.1971629,0.9341919,1),(0.2939557,-0.1827504,0.9381858,1),(0.3173657,-0.01090589,0.9482405,1),(0.3150845,0.06192135,0.9470414,1),(0.301173,0.09994287,0.9483176,1),(0.3048477,0.02831413,0.9519801,1),(0.3094901,0.1246351,0.9426993,1),(0.3084217,0.1797786,0.9341069,1),(0.2980802,0.1462963,0.9432633,1),(0.2986217,0.1684452,0.9393889,1),(0.2866735,0.1232631,0.9500656,1),(0.2854611,0.1491168,0.9467186,1),(0.2908492,0.137455,0.9468437,1),(0.275438,0.1213693,0.9536264,1),(0.2827028,0.08190382,0.9557043,1),(0.2756526,0.1160359,0.9542282,1),(0.2938006,0.05921979,0.9540305,1),(0.283072,0.06562641,0.9568508,1),(0.3108669,0.2084835,0.9273059,1),(0.3262268,0.1934849,0.9252782,1),(0.3038759,0.1602263,0.9391416,1),(0.3125478,0.1137131,0.9430711,1),(0.3537591,0.1335594,0.9257518,1),(0.3898049,0.02889325,0.9204441,1),(0.3231366,0.02680251,0.9459728,1),(0.3321372,-0.1000587,0.9379089,1),(0.2956549,0.01430022,0.9551879,1),(0.2833771,-0.09716909,0.9540732,1),(0.256894,-0.240948,0.9359217,1),(0.234561,-0.219584,0.9469763,1),(0.172749,-0.3704008,0.9126669,1),(0.2711601,-0.092508,0.9580785,1),(0.2972828,0.09174834,0.9503711,1),(0.2860704,0.007352444,0.9581804,1),(0.4311087,-0.07712582,0.8989978,1),(0.4882044,-0.1439778,0.860771,1),(0.3525466,-0.2150508,0.9107491,1),(0.4126642,-0.2749318,0.8684013,1),(0.5632625,-0.175483,0.8074288,1),(0.6559052,-0.1715251,0.7350969,1),(0.5146487,-0.2817412,0.8097893,1),(0.6542912,-0.2278337,0.7211067,1),(0.3098409,-0.4134251,0.8561999,1),(0.4432705,-0.3996021,0.8023899,1),(0.6446471,-0.2948949,0.7053136,1),(0.3568383,-0.51374,0.7802164,1),(0.6260107,-0.3674776,0.6878015,1),(0.1948675,-0.5373998,0.8205049,1),(0.249855,-0.3599059,0.8989106,1),(0.1385935,-0.4875552,0.8620219,1),(0.7383363,-0.1612523,0.654872,1),(0.787894,-0.1751953,0.590364,1),(0.7723268,-0.1581829,0.6152149,1),(0.8347197,-0.1293077,0.535278,1),(0.8096746,-0.2138623,0.5465254,1),(0.8055208,-0.2766354,0.5240318,1),(0.8595926,-0.1418741,0.4908893,1),(0.854579,-0.1938962,0.4817666,1),(0.8761655,-0.08294854,0.4748195,1),(0.9009911,-0.06649073,0.4287119,1),(0.8966216,-0.1020128,0.4308862,1),(0.9284611,-0.0003258062,0.3714295,1),(0.9260115,-0.01393389,0.3772382,1),(0.9059346,-0.04542171,0.4209744,1),(0.8047818,-0.158541,0.5720061,1),(0.8298823,-0.1656044,0.5327952,1),(0.7849301,-0.3487545,0.5121084,1),(0.7615696,-0.4159326,0.4970028,1),(0.8312138,-0.2669533,0.4876674,1),(0.8040405,-0.3424403,0.4860592,1),(0.7358381,-0.4786653,0.4789801,1),(0.7079591,-0.5374444,0.4582003,1),(0.7723312,-0.4199907,0.4765632,1),(0.735295,-0.4988195,0.458825,1),(0.848637,-0.2503776,0.4659681,1),(0.8146839,-0.3427231,0.4677937,1),(0.7705342,-0.4443363,0.4569925,1),(0.8592649,-0.2501868,0.4461731,1),(0.8121772,-0.3740804,0.4476964,1),(0.8900557,-0.146805,0.4315661,1),(0.8751062,-0.1698204,0.4531559,1),(0.9106243,-0.06789519,0.4076196,1),(0.6813965,-0.587265,0.436828,1),(0.6605928,-0.6236904,0.4178844,1),(0.6977822,-0.5675988,0.4369571,1),(0.6672404,-0.6174564,0.4165785,1),(0.6466478,-0.6482206,0.4020653,1),(0.6401622,-0.6620586,0.3897058,1),(0.6457112,-0.6510721,0.3989513,1),(0.6341962,-0.670661,0.3847194,1),(0.6804281,-0.6020176,0.4178426,1),(0.6491806,-0.6479099,0.3984685,1),(0.6298279,-0.6768377,0.381061,1),(0.6591986,-0.6359341,0.4013043,1),(0.6289058,-0.6784022,0.3797998,1),(0.7017705,-0.574533,0.4212245,1),(0.7220103,-0.5355335,0.4380696,1),(0.7544459,-0.4890437,0.4377758,1),(0.6365305,-0.6717911,0.3788478,1),(0.6298456,-0.6835316,0.368889,1),(0.6267765,-0.6846084,0.3721055,1),(0.6162676,-0.7002056,0.3604528,1),(0.6217687,-0.6968313,0.3575329,1),(0.6109537,-0.7117462,0.3466308,1),(0.5882685,-0.7351988,0.3367833,1),(0.6034025,-0.7171406,0.3487333,1),(0.5994629,-0.7197896,0.3500674,1),(0.5803705,-0.7411807,0.3373742,1),(0.5600642,-0.7622282,0.3245557,1),(0.5278301,-0.7902902,0.3111863,1),(0.5535054,-0.7669569,0.3246673,1),(0.5796884,-0.7406372,0.3397322,1),(0.6157877,-0.6982836,0.3649732,1),(0.6047828,-0.711149,0.3584759,1),(0.5978743,-0.7286815,0.3340204,1),(0.5823373,-0.7481324,0.31809,1),(0.5518239,-0.7749658,0.3080884,1),(0.5709044,-0.7544292,0.3238898,1),(0.5641128,-0.769774,0.2987052,1),(0.5429446,-0.7932013,0.2757588,1),(0.5075901,-0.8190909,0.2672871,1),(0.530795,-0.7966076,0.2892628,1),(0.4923789,-0.824495,0.2788747,1),(0.5157966,-0.8037801,0.2964651,1),(0.4678316,-0.8450814,0.2587875,1),(0.426627,-0.8690564,0.2504603,1),(0.4517596,-0.8508189,0.2683662,1),(0.4768976,-0.8316705,0.2844171,1),(0.538291,-0.7830135,0.3116614,1),(0.5022017,-0.8115334,0.2986752,1),(0.5194572,-0.8172181,0.2496372,1),(0.4941047,-0.8408075,0.2211409,1),(0.4615965,-0.8607602,0.2145241,1),(0.4839621,-0.8409097,0.2421806,1),(0.46666,-0.8637587,0.1901295,1),(0.4368881,-0.8857964,0.1565042,1),(0.4203959,-0.8945811,0.1516302,1),(0.4404367,-0.8786561,0.1843342,1),(0.4123765,-0.8925415,0.182525,1),(0.4264193,-0.8797048,0.2104421,1),(0.4025287,-0.9023551,0.1540322,1),(0.3760501,-0.9137277,0.1539096,1),(0.379145,-0.9069586,0.1835076,1),(0.3887125,-0.897567,0.2080285,1),(0.4449139,-0.8639445,0.235906,1),(0.4045508,-0.8850166,0.2303998,1),(0.4018338,-0.9071342,0.1250483,1),(0.3604558,-0.9281637,0.09264892,1),(0.3960692,-0.9103773,0.1197593,1),(0.3620467,-0.9275855,0.09223393,1),(0.3112297,-0.9481211,0.06482469,1),(0.2543713,-0.9662868,0.03981134,1),(0.3180327,-0.9455609,0.06906272,1),(0.2637752,-0.9632858,0.05003224,1),(0.3636578,-0.9262587,0.09898283,1),(0.3257328,-0.9420237,0.0805577,1),(0.2752483,-0.9590294,0.06708854,1),(0.3160319,-0.9432915,0.1016117,1),(0.2695696,-0.9586681,0.09103726,1),(0.3490134,-0.9304026,0.1119842,1),(0.3891665,-0.9127874,0.1239698,1),(0.3689748,-0.9201915,0.1307872,1),(0.2008771,-0.9794294,0.01914879,1),(0.1626285,-0.9866828,0.003000892,1),(0.2111139,-0.9768466,0.03466542,1),(0.1728615,-0.9847113,0.02150422,1),(0.1397674,-0.9901464,-0.008677023,1),(0.1321886,-0.9910952,-0.01601575,1),(0.1491695,-0.9887555,0.01054567,1),(0.1399628,-0.9901553,0.00174879,1),(0.1866518,-0.9814068,0.04474097,1),(0.1618091,-0.9862472,0.03367795,1),(0.1499582,-0.9884338,0.02260455,1),(0.1486377,-0.987368,0.05487422,1),(0.1615656,-0.984524,0.06788945,1),(0.1860819,-0.9793749,0.07872949,1),(0.2241298,-0.9727034,0.06011563,1),(0.2225696,-0.9705796,0.09185877,1),(0.1323687,-0.9909747,-0.02115973,1),(0.132555,-0.9908447,-0.02561088,1),(0.1383064,-0.9903721,-0.00588237,1),(0.1369882,-0.9904891,-0.01286243,1),(0.1327534,-0.9907146,-0.02934434,1),(0.1329707,-0.9905917,-0.03235476,1),(0.1360068,-0.9905223,-0.01917301,1),(0.1353642,-0.9904855,-0.02479801,1),(0.1412018,-0.9899773,0.002658338,1),(0.1381919,-0.9903859,-0.006230074,1),(0.136093,-0.9905917,-0.01437923,1),(0.130535,-0.9914237,0.006305722,1),(0.1332641,-0.9909305,0.01724128,1),(0.1371852,-0.9901211,0.02899096,1),(0.145123,-0.9893374,0.01227712,1),(0.1423073,-0.9889504,0.04154215,1),(0.1339368,-0.9903858,-0.03459708,1),(0.1363472,-0.9900082,-0.03596268,1),(0.1354657,-0.9903571,-0.02901343,1),(0.1377449,-0.9898743,-0.0342805,1),(0.1401844,-0.9894543,-0.03644919,1),(0.1454461,-0.9887084,-0.03607105,1),(0.140978,-0.9893225,-0.03696266,1),(0.1456777,-0.9885769,-0.03864703,1),(0.1376643,-0.9899536,-0.03225176,1),(0.1356318,-0.9903891,-0.02708194,1),(0.141141,-0.9893209,-0.03637629,1),(0.1321984,-0.9908228,-0.02817549,1),(0.1298763,-0.9913085,-0.02097039,1),(0.1288177,-0.9915851,-0.01284132,1),(0.1347887,-0.9906853,-0.01935551,1),(0.1290336,-0.991633,-0.003762029,1),(0.1525073,-0.9876984,-0.03454619,1),(0.1615078,-0.986392,-0.03075869,1),(0.1608998,-0.9863634,-0.03462008,1),(0.1523104,-0.9875799,-0.03856597,1),(0.1715795,-0.9849305,-0.02173316,1),(0.1837869,-0.9829017,-0.01125658,1),(0.1848041,-0.9826026,-0.01842662,1),(0.1718025,-0.984732,-0.02805053,1),(0.1642845,-0.9859194,-0.0312031,1),(0.1542443,-0.9873616,-0.03641135,1),(0.1765361,-0.9840348,-0.02259535,1),(0.1633422,-0.986311,-0.02258204,1),(0.1520742,-0.9879166,-0.02990435,1),(0.1430591,-0.9891531,-0.03332306,1),(0.1465094,-0.9884732,-0.0381525,1),(0.1364049,-0.9901114,-0.03276068,1),(0.1973514,-0.9803283,0.00297978,1),(0.2119552,-0.9770445,0.02142379,1),(0.2075926,-0.9781268,0.01316491,1),(0.1974795,-0.9802949,-0.004887438,1),(0.2274542,-0.9727958,0.04396279,1),(0.2436518,-0.9673015,0.07043689,1),(0.2199741,-0.9735138,0.06230767,1),(0.2151109,-0.9759401,0.03561379,1),(0.1914426,-0.9811571,0.02608774,1),(0.1919636,-0.9813844,0.005889635,1),(0.1854559,-0.9813772,0.05004853,1),(0.1517776,-0.9877823,0.03534936,1),(0.1659022,-0.9860001,0.01673781,1),(0.1725538,-0.9849998,0.0008485316,1),(0.1870135,-0.9823024,-0.01038454,1),(0.1717302,-0.9850675,-0.01228079,1),(0.2533391,-0.9628395,0.09359133,1),(0.2494474,-0.9624333,0.1072296,1),(0.2084616,-0.9726385,0.1025578,1),(0.2189413,-0.971877,0.08671635,1),(0.2321393,-0.9662687,0.1115168,1),(0.2012486,-0.9737418,0.1064236,1),(0.1587711,-0.9812619,0.1091637,1),(0.1884974,-0.9758894,0.1100392,1),(0.1373252,-0.9856997,0.09766201,1),(0.1586029,-0.9833686,0.08849389,1),(0.110563,-0.9887894,0.1003567,1),(0.07085162,-0.9941814,0.08113872,1),(0.09346736,-0.9926918,0.07633405,1),(0.1144365,-0.9911591,0.0671396,1),(0.174607,-0.9819481,0.07273462,1),(0.1338632,-0.9895524,0.05354058,1),(0.1672688,-0.9814137,0.09406623,1),(0.1404644,-0.9861432,0.08826803,1),(0.1017678,-0.9895632,0.1020202,1),(0.1269331,-0.9863724,0.1046784,1),(0.1217768,-0.9886591,0.0878846,1),(0.1110387,-0.9905536,0.08046072,1),(0.07234608,-0.9921005,0.1024825,1),(0.08354138,-0.9913447,0.1012747,1),(0.04530827,-0.9932361,0.1069077,1),(0.06137851,-0.9928289,0.1025837,1),(0.03510728,-0.9929339,0.113357,1),(0.01252429,-0.9940517,0.1081865,1),(0.0198448,-0.9949893,0.09799222,1),(0.03208328,-0.9954189,0.09006577,1),(0.08320744,-0.9914614,0.1004023,1),(0.04914589,-0.9952149,0.08445182,1),(0.1035965,-0.9916231,0.07714493,1),(0.09457046,-0.9927953,0.07357918,1),(0.05796932,-0.9931632,0.1013234,1),(0.06496396,-0.9925398,0.1031727,1),(0.08403757,-0.9940219,0.06970067,1),(0.07204749,-0.9952522,0.06543947,1),(0.04511125,-0.994908,0.09012781,1),(0.05135662,-0.9939623,0.09696119,1),(0.02438078,-0.9929229,0.1162307,1),(0.02561344,-0.992497,0.1195558,1),(0.02542725,-0.9937441,0.1087473,1),(0.02367974,-0.9931747,0.1142071,1),(0.01535618,-0.9926507,0.1200364,1),(0.01067966,-0.992592,0.1210247,1),(0.02917561,-0.9925103,0.1186262,1),(0.009722041,-0.993073,0.1170963,1),(0.06089712,-0.9962734,0.06108035,1),(0.05297945,-0.9969796,0.05678948,1),(0.03731633,-0.9966759,0.0724207,1),(0.04006745,-0.9958571,0.08162879,1),(0.04819897,-0.9974531,0.05257477,1),(0.04647529,-0.9977429,0.04847,1),(0.03844261,-0.9979092,0.05195683,1),(0.0367928,-0.9973652,0.06252145,1),(0.03652775,-0.9967377,0.07197015,1),(0.03170782,-0.995801,0.08587806,1),(0.04240126,-0.9975031,0.05647814,1),(0.06182287,-0.9963568,0.05874566,1),(0.05261437,-0.99568,0.07650493,1),(0.04315433,-0.9948486,0.09172723,1),(0.02798899,-0.9947777,0.0981521,1),(0.03349235,-0.9939792,0.1043244,1),(0.0444461,-0.9979322,0.04643306,1),(0.03858731,-0.9981031,0.04797039,1),(0.03989735,-0.9985318,0.0366394,1),(0.04026937,-0.9982718,0.04280078,1),(0.02896541,-0.9981721,0.0530417,1),(0.0156746,-0.9979794,0.06157527,1),(0.03267834,-0.998918,0.03309204,1),(0.03735455,-0.9987429,0.03342613,1),(0.05818069,-0.9981608,0.01702664,1),(0.05377259,-0.9981542,0.02822864,1),(0.06175033,-0.9980622,0.007656621,1),(0.09202383,-0.995678,-0.01253018,1),(0.0856007,-0.9963195,0.004460495,1),(0.07844944,-0.9966764,0.02194599,1),(0.04851158,-0.9979661,0.04135533,1),(0.07052398,-0.996707,0.04001882,1),(0.008264207,-0.9976889,0.0674425,1),(0.01553504,-0.9978,0.06444921,1),(0.04184962,-0.9987885,0.02588902,1),(0.0321675,-0.9989756,0.03182814,1),(0.03765083,-0.9979154,0.05241434,1),(0.07515579,-0.9966938,0.03087343,1),(0.09225314,-0.9957354,-0.0005037618,1),(0.06179047,-0.9979736,0.01518788,1),(0.09768665,-0.9950186,-0.01988238,1),(0.07991344,-0.9967508,-0.01008828,1),(0.1213723,-0.992144,-0.03031387,1),(0.1498714,-0.987213,-0.05430527,1),(0.1294057,-0.9904215,-0.04815895,1),(0.1129432,-0.9928309,-0.03912511,1),(0.06794992,-0.9976882,-0.0009066979,1),(0.1004772,-0.9945663,-0.02724333,1),(0.1252578,-0.992106,0.006023313,1),(0.1848951,-0.982656,-0.01417017,1),(0.1898598,-0.9812511,-0.03315999,1),(0.1346198,-0.9907314,-0.01813531,1),(0.2533738,-0.9669225,-0.02937026,1),(0.3293176,-0.9434016,-0.03928345,1),(0.3352441,-0.9405616,-0.05436211,1),(0.257288,-0.9652707,-0.04533888,1),(0.2699184,-0.9609692,-0.06068136,1),(0.2055581,-0.9772869,-0.05153832,1),(0.3470824,-0.9353306,-0.06848552,1),(0.3615502,-0.9290017,-0.07897623,1),(0.2872671,-0.9551029,-0.07249778,1),(0.2262263,-0.9718318,-0.06606506,1),(0.155812,-0.9869204,-0.04136136,1),(0.1801979,-0.9818014,-0.05995534,1),(0.405462,-0.9128454,-0.04810161,1),(0.4758791,-0.8774168,-0.06065266,1),(0.487326,-0.8699769,-0.0751898,1),(0.4143072,-0.9079493,-0.06306819,1),(0.5405269,-0.8378141,-0.0767998,1),(0.5994457,-0.7945935,-0.09636354,1),(0.6170267,-0.7792767,-0.1095708,1),(0.5547711,-0.8270446,-0.09069845,1),(0.5668406,-0.8174058,-0.1026626,1),(0.4990607,-0.8620774,-0.08809613,1),(0.6301874,-0.7670295,-0.1205392,1),(0.6344064,-0.7619724,-0.1301025,1),(0.5730703,-0.8117984,-0.1121327,1),(0.50787,-0.8558678,-0.09776693,1),(0.4261245,-0.9014048,-0.07672904,1),(0.4377985,-0.8948766,-0.086766,1),(0.6518105,-0.7495559,-0.1153656,1),(0.6978731,-0.704238,-0.1304682,1),(0.7103378,-0.6899902,-0.1390461,1),(0.6698079,-0.73158,-0.1270757,1),(0.7392045,-0.6583017,-0.142182,1),(0.7770643,-0.6110699,-0.1508796,1),(0.763208,-0.628849,-0.1485336,1),(0.7408906,-0.6555533,-0.1460508,1),(0.7354836,-0.6608447,-0.1494932,1),(0.7160952,-0.6825669,-0.1459801,1),(0.7413243,-0.6547591,-0.1474072,1),(0.7152054,-0.6817995,-0.1537227,1),(0.7220556,-0.6736509,-0.1575759,1),(0.711551,-0.6853032,-0.1550962,1),(0.681809,-0.71868,-0.1365126,1),(0.6830254,-0.7156357,-0.1460882,1),(0.8057392,-0.5700936,-0.1605537,1),(0.8198383,-0.5459803,-0.1725419,1),(0.7874821,-0.5927342,-0.1689319,1),(0.7787346,-0.6080289,-0.1545096,1),(0.8204229,-0.5404038,-0.1867352,1),(0.8079569,-0.5532809,-0.2026963,1),(0.7835824,-0.5812365,-0.2194597,1),(0.7891353,-0.5837631,-0.1910138,1),(0.7555151,-0.6244787,-0.1980489,1),(0.7479681,-0.6421239,-0.1679894,1),(0.7637972,-0.5997514,-0.2385622,1),(0.7583191,-0.6019175,-0.2502952,1),(0.7305024,-0.6499237,-0.2096795,1),(0.712704,-0.6793471,-0.1747586,1),(0.7428583,-0.6522665,-0.1506988,1),(0.7069961,-0.6898786,-0.1556403,1),(0.7992006,-0.5603162,-0.217541,1),(0.8097311,-0.539296,-0.231291,1),(0.8053848,-0.5299327,-0.2655682,1),(0.787568,-0.5681521,-0.2386206,1),(0.8374086,-0.4892919,-0.2435987,1),(0.87749,-0.4073542,-0.2531278,1),(0.8875645,-0.3621795,-0.2847018,1),(0.8411603,-0.4626564,-0.2799971,1),(0.8112943,-0.5017248,-0.300123,1),(0.8545488,-0.4159065,-0.3110759,1),(0.9038365,-0.2984728,-0.3065836,1),(0.8752506,-0.3546992,-0.3288237,1),(0.9226097,-0.2255123,-0.3129465,1),(0.8286228,-0.4565387,-0.3239704,1),(0.7830282,-0.5615469,-0.2674546,1),(0.7896842,-0.5375608,-0.295681,1),(0.9138925,-0.3105314,-0.261478,1),(0.9381674,-0.2185636,-0.268462,1),(0.9496952,-0.14867,-0.2756378,1),(0.9269229,-0.2493314,-0.2804422,1),(0.9506978,-0.1325337,-0.2803722,1),(0.9541591,-0.0527638,-0.2946123,1),(0.9587279,-0.06005172,-0.2779113,1),(0.9603961,0.01470455,-0.2782505,1),(0.9587932,-0.06620146,-0.2762841,1),(0.9644964,0.01958711,-0.2633687,1),(0.9634347,0.08584844,-0.2538182,1),(0.9667094,0.09202421,-0.2387562,1),(0.963309,0.146261,-0.2250408,1),(0.9657947,0.01276659,-0.2589934,1),(0.9408947,-0.1726472,-0.2913934,1),(0.9540992,-0.09331567,-0.2845823,1),(0.9521102,0.01785915,-0.3052332,1),(0.9457916,0.07947613,-0.3148995,1),(0.9567329,0.07727868,-0.280518,1),(0.9493034,0.1296049,-0.2864013,1),(0.9363475,0.1343173,-0.3243642,1),(0.9242558,0.1844316,-0.3342696,1),(0.938924,0.1734637,-0.2972073,1),(0.9251685,0.2113344,-0.3152793,1),(0.9506686,0.1784596,-0.2537346,1),(0.9411246,0.2092201,-0.2655402,1),(0.9309902,0.2285316,-0.2846585,1),(0.9340039,0.2408998,-0.2638256,1),(0.9434814,0.2308879,-0.2377677,1),(0.9507561,0.2133284,-0.2248414,1),(0.9586657,0.1370163,-0.2493724,1),(0.9578199,0.1845179,-0.2203049,1),(0.9103456,0.2309104,-0.3434404,1),(0.8959042,0.272909,-0.3505372,1),(0.9119436,0.2420549,-0.331313,1),(0.8987601,0.2704059,-0.3451244,1),(0.8819163,0.3094721,-0.3555989,1),(0.8693367,0.3399399,-0.3587403,1),(0.8862408,0.2958098,-0.3564744,1),(0.8749947,0.3178236,-0.3652021,1),(0.8951507,0.2767682,-0.3494348,1),(0.906902,0.2607974,-0.3309281,1),(0.8842312,0.29222,-0.3643384,1),(0.8904774,0.2752317,-0.3623498,1),(0.9011515,0.2640989,-0.34377,1),(0.9122747,0.2545699,-0.3208566,1),(0.9190069,0.2446175,-0.309174,1),(0.9233871,0.2468085,-0.2940101,1),(0.8571056,0.3712092,-0.3571747,1),(0.8434216,0.4101698,-0.3469883,1),(0.86368,0.3431801,-0.369167,1),(0.8551777,0.3739583,-0.3589237,1),(0.8270516,0.4569262,-0.3274205,1),(0.8063143,0.5112645,-0.2974318,1),(0.8430738,0.4155985,-0.3413274,1),(0.8281093,0.465779,-0.3119053,1),(0.8642752,0.3402281,-0.3705042,1),(0.855747,0.3756973,-0.3557367,1),(0.8459809,0.4199036,-0.3286296,1),(0.8581381,0.3816184,-0.3434623,1),(0.8656811,0.3434465,-0.3641988,1),(0.8729707,0.3131973,-0.3739378,1),(0.8726442,0.3135881,-0.3743723,1),(0.8810315,0.2905544,-0.3733118,1),(0.7785833,0.5706809,-0.2610196,1),(0.7411665,0.6329371,-0.2237467,1),(0.806262,0.523582,-0.2753243,1),(0.7731067,0.5881277,-0.2375116,1),(0.6922519,0.6975324,-0.1850292,1),(0.630008,0.7631537,-0.1438279,1),(0.7258924,0.6588238,-0.1975636,1),(0.6614713,0.7338336,-0.1547378,1),(0.8002688,0.5396607,-0.2614118,1),(0.7593392,0.612439,-0.2198236,1),(0.6973486,0.6945454,-0.1769502,1),(0.7848841,0.5654721,-0.2533737,1),(0.73221,0.6479062,-0.2099669,1),(0.8213223,0.4925007,-0.2878763,1),(0.8291197,0.4745743,-0.2955331,1),(0.8459124,0.4298582,-0.3156804,1),(0.5623268,0.8195572,-0.1100656,1),(0.5045903,0.8589526,-0.08711483,1),(0.5888589,0.7998583,-0.1160684,1),(0.5233195,0.8473744,-0.08996315,1),(0.4593036,0.8847857,-0.07870551,1),(0.4270563,0.8997682,-0.08966617,1),(0.4687442,0.8799191,-0.07759696,1),(0.42714,0.9006775,-0.07957058,1),(0.5541648,0.8257275,-0.1052397,1),(0.4915738,0.8665824,-0.08596609,1),(0.4387,0.8951672,-0.07885403,1),(0.5267925,0.8433657,-0.1059431,1),(0.4628994,0.8820165,-0.0881522,1),(0.5948668,0.7927734,-0.1328304,1),(0.6241457,0.7693772,-0.1360177,1),(0.6645856,0.7280788,-0.168009,1),(0.4029397,0.9092769,-0.1041871,1),(0.3788392,0.9181864,-0.1158215,1),(0.3936989,0.9150339,-0.0878306,1),(0.3629086,0.9270123,-0.09458066,1),(0.3551843,0.9265144,-0.1241575,1),(0.3323007,0.9342938,-0.1291172,1),(0.3353507,0.9367963,-0.09976304,1),(0.3114832,0.9446152,-0.103345,1),(0.3531945,0.9323707,-0.07706167,1),(0.3187239,0.9447344,-0.07675822,1),(0.2905956,0.9537476,-0.076939,1),(0.3089495,0.9493489,-0.05733031,1),(0.2730514,0.9606203,-0.05149274,1),(0.3529782,0.9333383,-0.06546733,1),(0.3934593,0.9160451,-0.07778898,1),(0.4046161,0.9113386,-0.07581386,1),(0.3115178,0.9408912,-0.1329677,1),(0.2937533,0.9458466,-0.1381428,1),(0.2921446,0.9503089,-0.1075387,1),(0.2777982,0.9537898,-0.1145136,1),(0.2788517,0.9493637,-0.1447419,1),(0.2667024,0.9515699,-0.1529208,1),(0.2683425,0.9552559,-0.1244124,1),(0.2637706,0.9547427,-0.1374457,1),(0.2564331,0.9626234,-0.08716964,1),(0.2509014,0.9628933,-0.09942364,1),(0.2531438,0.9603585,-0.1167466,1),(0.2281922,0.9711356,-0.06945454,1),(0.23592,0.9675725,-0.09025072,1),(0.2319011,0.9711121,-0.05624245,1),(0.2696513,0.9596519,-0.07972555,1),(0.2468704,0.9677416,-0.05030932,1),(0.2556344,0.9531434,-0.1617679,1),(0.2440291,0.9547474,-0.1700206,1),(0.2608639,0.9534006,-0.1515821,1),(0.2561116,0.9525695,-0.1643719,1),(0.2320437,0.9563641,-0.1775481,1),(0.2198436,0.9579775,-0.1842495,1),(0.2495465,0.9523058,-0.1756139,1),(0.2412582,0.9526382,-0.185135,1),(0.2592645,0.9536895,-0.1525065,1),(0.2572247,0.9518697,-0.1666723,1),(0.2517922,0.9512564,-0.1780784,1),(0.2542255,0.9558029,-0.1476822,1),(0.2498725,0.9552511,-0.1583003,1),(0.2533372,0.9582393,-0.1326565,1),(0.2578861,0.9565874,-0.1357772,1),(0.2472034,0.9623028,-0.1134183,1),(0.2076711,0.959705,-0.1893123,1),(0.1955613,0.9617101,-0.1920137,1),(0.2319656,0.9535123,-0.1923698,1),(0.2223724,0.9548893,-0.1968169,1),(0.1834145,0.9640303,-0.1923661,1),(0.1711083,0.9666902,-0.190347,1),(0.2123918,0.9568059,-0.1985256,1),(0.2019302,0.9592848,-0.1974768,1),(0.2379524,0.9518844,-0.1931184,1),(0.231364,0.9526738,-0.197189,1),(0.2249509,0.9538287,-0.1990172,1),(0.2371967,0.9542738,-0.1819323,1),(0.2367077,0.9528574,-0.1898218,1),(0.239554,0.9551447,-0.1741052,1),(0.2447486,0.9514273,-0.1867734,1),(0.2437743,0.9554748,-0.1662585,1),(0.1594274,0.9693608,-0.1868759,1),(0.1493762,0.9717007,-0.1829877,1),(0.1917857,0.9619496,-0.194605,1),(0.1828875,0.9644233,-0.1908925,1),(0.1410124,0.9737472,-0.1786949,1),(0.1343986,0.9755253,-0.1740328,1),(0.1752827,0.9667217,-0.1863468,1),(0.169017,0.968856,-0.1809728,1),(0.2130068,0.9568706,-0.1975524,1),(0.2075811,0.9586803,-0.1945311,1),(0.2025385,0.960673,-0.1899624,1),(0.2337376,0.9510028,-0.2023869,1),(0.2306886,0.9519755,-0.2013095,1),(0.2357599,0.9508379,-0.2008098,1),(0.2188052,0.9552525,-0.1990399,1),(0.2367526,0.9514679,-0.1966138,1),(0.1287168,0.9771415,-0.1691937,1),(0.1231061,0.9786596,-0.1645311,1),(0.1632109,0.9709116,-0.1751938,1),(0.1569734,0.9729368,-0.1695683,1),(0.1175839,0.980082,-0.1600413,1),(0.112151,0.9814104,-0.1557423,1),(0.1503017,0.9749256,-0.164102,1),(0.1431952,0.976873,-0.1587901,1),(0.1909517,0.965148,-0.1789601,1),(0.1837845,0.9675759,-0.173263,1),(0.1756821,0.9701055,-0.1674254,1),(0.2141183,0.9580753,-0.1903809,1),(0.2060979,0.960887,-0.1849856,1),(0.2208684,0.9556341,-0.1948858,1),(0.197198,0.9628419,-0.1845224,1),(0.2263829,0.9535933,-0.198521,1),(0.1069554,0.9826452,-0.1515551,1),(0.1021643,0.9837731,-0.1474886,1),(0.1360287,0.9787161,-0.1536585,1),(0.1291948,0.9803877,-0.1488235,1),(0.09778231,0.9848028,-0.143534,1),(0.09381652,0.9857387,-0.139706,1),(0.1226994,0.9818988,-0.1442899,1),(0.1165482,0.9832594,-0.140062,1),(0.1590408,0.9748398,-0.1561835,1),(0.1510928,0.9769046,-0.1510905,1),(0.1434025,0.9787815,-0.146364,1),(0.1809789,0.9690403,-0.1679509,1),(0.1729428,0.9714143,-0.1626195,1),(0.1891858,0.9664983,-0.1734637,1),(0.1672385,0.9725775,-0.1616301,1),(0.1975594,0.9637829,-0.1791447,1),(0.09015951,0.9865966,-0.1360088,1),(0.08670526,0.9873897,-0.1324527,1),(0.1106526,0.9844928,-0.1361253,1),(0.1049221,0.9856187,-0.1324656,1),(0.0834549,0.9881228,-0.129029,1),(0.08041325,0.9887972,-0.125753,1),(0.09935774,0.9866427,-0.1290901,1),(0.09396604,0.9875699,-0.1260005,1),(0.1284287,0.9820743,-0.1379718,1),(0.1210471,0.9835161,-0.1343267,1),(0.113746,0.9848274,-0.1310609,1),(0.1487186,0.9776981,-0.1482875,1),(0.1404696,0.9795271,-0.1442052,1),(0.1568849,0.9757369,-0.1527236,1),(0.1358805,0.9804983,-0.1419853,1),(0.1649597,0.9736431,-0.1575036,1),(0.07757401,0.9894198,-0.1226,1),(0.07492549,0.9899984,-0.1195381,1),(0.08877916,0.9884123,-0.1231239,1),(0.0838221,0.9891843,-0.1203662,1),(0.0724687,0.9905363,-0.1165595,1),(0.07021088,0.9910337,-0.1136774,1),(0.07910371,0.9898894,-0.1177347,1),(0.07462775,0.9905319,-0.1152264,1),(0.09963639,0.987118,-0.1251824,1),(0.09289653,0.9881178,-0.1224484,1),(0.08637539,0.9890267,-0.1198561,1),(0.1159707,0.9843096,-0.1329861,1),(0.1079758,0.9856843,-0.1294902,1),(0.1240557,0.9828269,-0.1366067,1),(0.1065897,0.9860228,-0.1280534,1),(0.1322249,0.9812334,-0.1403474,1),(0.06823735,0.9914904,-0.1108614,1),(0.06663234,0.9919059,-0.1080868,1),(0.070526,0.9911146,-0.112774,1),(0.06692334,0.9916431,-0.1102954,1),(0.06539686,0.9922833,-0.1053415,1),(0.06454335,0.9926225,-0.1026395,1),(0.06382702,0.9921221,-0.1077952,1),(0.06124883,0.9925557,-0.1052692,1),(0.07466786,0.9905935,-0.1146704,1),(0.06965541,0.9912676,-0.1119678,1),(0.06521548,0.991879,-0.1091918,1),(0.08628224,0.9891658,-0.1187704,1),(0.08001467,0.990135,-0.1150228,1),(0.09303541,0.9881068,-0.122431,1),(0.08024342,0.9898494,-0.1172992,1),(0.1002686,0.9869494,-0.1260046,1),(0.06391539,0.992935,-0.09997472,1),(0.06337184,0.993229,-0.09736596,1),(0.05913205,0.9929535,-0.1026972,1),(0.05743944,0.9933206,-0.100074,1),(0.06291788,0.9935054,-0.09480584,1),(0.06255013,0.993764,-0.09230636,1),(0.05617985,0.9936579,-0.09740469,1),(0.05534998,0.9939674,-0.09468487,1),(0.05841707,0.9929317,-0.1033158,1),(0.05616874,0.9933801,-0.1002054,1),(0.05469533,0.9937822,-0.09698164,1),(0.0663005,0.9924476,-0.1032087,1),(0.06369259,0.9930372,-0.09909799,1),(0.06989442,0.991774,-0.1072341,1),(0.06143478,0.9924334,-0.1063099,1),(0.07446904,0.991007,-0.1111728,1),(0.06195712,0.9940229,-0.08988751,1),(0.060832,0.9942969,-0.08759673,1),(0.05468727,0.9942614,-0.0919432,1),(0.0539269,0.9945496,-0.08923554,1),(0.05916777,0.994586,-0.0854277,1),(0.05696701,0.9948871,-0.08339436,1),(0.05306951,0.9948315,-0.08656811,1),(0.05211173,0.9951075,-0.08393635,1),(0.05356229,0.9944671,-0.09036709,1),(0.05377981,0.994752,-0.08704102,1),(0.05452324,0.9949981,-0.08370275,1),(0.06262015,0.994266,-0.08668166,1),(0.06463182,0.9944875,-0.08256689,1),(0.06179826,0.9939491,-0.09080786,1),(0.05386838,0.9941441,-0.09367876,1),(0.06215819,0.99354,-0.09494586,1),(0.05621798,0.9950991,-0.08134712,1),(0.05892732,0.9951164,-0.07918919,1),(0.05239789,0.9953064,-0.0813612,1),(0.0552685,0.9953517,-0.0788682,1),(0.0651041,0.9949105,-0.07690566,1),(0.07475721,0.9944147,-0.07450401,1),(0.06072991,0.9952213,-0.07646164,1),(0.06878874,0.9948726,-0.07413804,1),(0.05982262,0.9951881,-0.07760134,1),(0.06493145,0.9950692,-0.0749744,1),(0.0716849,0.9947793,-0.0726328,1),(0.07709903,0.9944162,-0.07205652,1),(0.08331095,0.9941095,-0.06932276,1),(0.07191503,0.9945737,-0.07517603,1),(0.05635555,0.9951593,-0.08051079,1),(0.06776095,0.9945943,-0.07868043,1),(0.08740245,0.993569,-0.07198274,1),(0.1025954,0.9923007,-0.0693794,1),(0.07990777,0.9942154,-0.07176501,1),(0.09458868,0.9931068,-0.0692222,1),(0.1203817,0.9904866,-0.06666791,1),(0.1408148,0.9879755,-0.06384041,1),(0.1128655,0.9913828,-0.0664959,1),(0.1347718,0.9888359,-0.06356189,1),(0.09516968,0.9931557,-0.06771003,1),(0.1131999,0.9914538,-0.06484708,1),(0.1354354,0.9888633,-0.06169676,1),(0.1226894,0.9905977,-0.06052732,1),(0.1443369,0.9878817,-0.05706614,1),(0.1052914,0.992398,-0.063717,1),(0.08133671,0.9942044,-0.07029844,1),(0.09216534,0.9935108,-0.06664654,1),(0.1675639,0.9840499,-0.05973466,1),(0.2044333,0.9774373,-0.05313388,1),(0.1628207,0.9848642,-0.0594309,1),(0.1996676,0.9784272,-0.05303708,1),(0.251587,0.9668398,-0.04387138,1),(0.3089315,0.9505522,-0.03181173,1),(0.2455137,0.9683832,-0.0442376,1),(0.3003708,0.953256,-0.03287276,1),(0.1980729,0.9788361,-0.05144977,1),(0.2401806,0.9697567,-0.04341943,1),(0.2896473,0.9565548,-0.03327464,1),(0.2389347,0.9701828,-0.04068782,1),(0.2812402,0.9590852,-0.03254994,1),(0.2021045,0.978215,-0.04742569,1),(0.1632247,0.984912,-0.0574997,1),(0.1706277,0.9839168,-0.052857,1),(0.3782178,0.925539,-0.01813499,1),(0.4613173,0.8872347,-0.0009691152,1),(0.3657337,0.9305428,-0.01813683,1),(0.4431758,0.8964331,0.001689428,1),(0.5568975,0.8303452,0.01980037,1),(0.6604518,0.7493323,0.04800486,1),(0.5316153,0.8465573,0.02694002,1),(0.6277003,0.7763205,0.05760957,1),(0.4154363,0.909621,0.001475986,1),(0.4921339,0.8700294,0.02920361,1),(0.5756451,0.8151876,0.06404502,1),(0.4450735,0.8950614,0.02783381,1),(0.5106047,0.8573987,0.06442205,1),(0.3843715,0.9231784,-0.0003232574,1),(0.3476978,0.9374097,-0.01921611,1),(0.3296233,0.9438937,-0.02032075,1),(0.7412918,0.6674794,0.07041162,1),(0.7793837,0.6206326,0.08588485,1),(0.7358059,0.6680117,0.1111307,1),(0.7025385,0.706199,0.08787891,1),(0.7834635,0.6140354,0.09563219,1),(0.7555079,0.6474966,0.0997786,1),(0.69828,0.7026843,0.1365281,1),(0.7341717,0.6669814,0.1269953,1),(0.6637892,0.7318497,0.1542072,1),(0.6692051,0.7320178,0.1277275,1),(0.624981,0.7613368,0.1725255,1),(0.5395426,0.8177502,0.2004457,1),(0.575481,0.8003439,0.1681409,1),(0.5832852,0.8007854,0.1360925,1),(0.6412839,0.7609712,0.09837615,1),(0.5621265,0.8205467,0.1035229,1),(0.7063906,0.6999571,0.1052261,1),(0.6500755,0.7506846,0.1177893,1),(0.5771155,0.8004257,0.1620384,1),(0.6402947,0.7541323,0.1459701,1),(0.5853409,0.7990404,0.1375152,1),(0.5124855,0.8422418,0.1672941,1),(0.4341999,0.8746884,0.2153849,1),(0.5091345,0.8402434,0.1864753,1),(0.4346335,0.8696916,0.2339449,1),(0.5022728,0.8388345,0.2099498,1),(0.3631497,0.8938956,0.2628174,1),(0.3664731,0.8879247,0.2780059,1),(0.3006248,0.9032039,0.3063455,1),(0.4285836,0.8676395,0.2520269,1),(0.565473,0.802792,0.1891172,1),(0.4859855,0.844337,0.2256393,1),(0.4439504,0.8749369,0.1933741,1),(0.3986419,0.8926474,0.210393,1),(0.3700674,0.8981527,0.2374272,1),(0.3430747,0.9059368,0.2481498,1),(0.3844878,0.8950495,0.2259546,1),(0.3996873,0.8856809,0.2362615,1),(0.3527677,0.9030558,0.2450406,1),(0.4019563,0.8864865,0.2292877,1),(0.3023706,0.9107085,0.2813934,1),(0.3384225,0.9051195,0.2573497,1),(0.4206619,0.8828287,0.2089425,1),(0.3319976,0.9044953,0.2677051,1),(0.4485781,0.8735763,0.1887911,1),(0.2686854,0.9120615,0.3097609,1),(0.3110642,0.9072458,0.2830971,1),(0.2590237,0.9106083,0.3220238,1),(0.4452773,0.8647074,0.2323988,1),(0.5257073,0.8251294,0.2068655,1),(0.5774223,0.80289,0.1481585,1),(0.4800899,0.8544263,0.1986693,1),(0.6359706,0.757094,0.1494996,1),(0.7660986,0.6402599,0.05621797,1),(0.8218104,0.569667,-0.01034457,1),(0.6970631,0.712526,0.08006106,1),(0.7579793,0.6522753,0.002096566,1),(0.6403857,0.7643614,0.07521913,1),(0.8665897,0.4933904,-0.07475401,1),(0.898981,0.418536,-0.1290771,1),(0.8099104,0.5824468,-0.06928889,1),(0.7017945,0.7123672,0.00418502,1),(0.5263956,0.8380306,0.1435698,1),(0.5802155,0.8094761,0.08999141,1),(0.8695349,0.4915831,-0.04748707,1),(0.927016,0.3523686,-0.1283652,1),(0.9496157,0.2641155,-0.1687394,1),(0.9091165,0.4039269,-0.1017368,1),(0.9541892,0.2341412,-0.1862818,1),(0.9644654,0.138244,-0.2251556,1),(0.9666142,0.08398841,-0.2420804,1),(0.9639569,0.1582666,-0.213866,1),(0.9693341,0.09463953,-0.2267921,1),(0.9626395,0.1891021,-0.1938187,1),(0.9681982,0.03598735,-0.2475829,1),(0.9695095,-0.01115086,-0.2448,1),(0.9723528,0.04014609,-0.2300396,1),(0.9698343,0.1270728,-0.2080239,1),(0.9351927,0.3234078,-0.1442986,1),(0.9512126,0.2537703,-0.1754856,1),(0.9658573,0.0662642,-0.2504571,1),(0.9642695,0.02069029,-0.264114,1),(0.9631146,0.002506881,-0.2690799,1),(0.9652771,0.03372018,-0.2590425,1),(0.9623663,-9.456838e-5,-0.2717556,1),(0.9627642,0.002520845,-0.2703306,1),(0.9620728,-0.01049442,-0.2725911,1),(0.96322,-0.00579552,-0.2686514,1),(0.9634557,-0.02037437,-0.2670916,1),(0.9631591,-0.02782482,-0.2674889,1),(0.964507,-0.02182497,-0.2631539,1),(0.9658471,-0.05145137,-0.2539528,1),(0.9647328,-0.05947706,-0.2564238,1),(0.964263,-0.05596615,-0.2589686,1),(0.965609,0.0008152828,-0.2599976,1),(0.9657611,-0.03987589,-0.2563501,1),(0.9643456,0.01398615,-0.2642764,1),(0.9658279,0.02002039,-0.2584096,1),(0.9662909,0.01142923,-0.2571987,1),(0.9647056,0.005242284,-0.263279,1),(0.9673591,0.02061838,-0.252569,1),(0.9689518,0.01578126,-0.2467456,1),(0.9694704,0.00918988,-0.2450362,1),(0.9678732,0.01274519,-0.2511156,1),(0.9693533,-0.001957428,-0.2456628,1),(0.9677131,-0.00461439,-0.2520123,1),(0.9709445,-0.003307494,-0.2392823,1),(0.9735085,-0.02293484,-0.227498,1),(0.9718754,-0.02454049,-0.234214,1),(0.9701037,-0.02981155,-0.2408529,1),(0.9659898,-0.01128138,-0.2583339,1),(0.9681295,-0.03877005,-0.2474313,1),(0.9702132,0.009167332,-0.2420793,1),(0.9707407,0.004415062,-0.2400898,1),(0.9721451,0.0003301442,-0.2343792,1),(0.9709697,0.003988626,-0.2391693,1),(0.9707806,0.001533485,-0.2399642,1),(0.9693541,0.0004683487,-0.2456676,1),(0.9719889,-0.002952633,-0.2350082,1),(0.9727562,-0.001887182,-0.2318229,1),(0.9765272,-0.006860991,-0.2152844,1),(0.9744979,-0.007190015,-0.2242815,1),(0.9750912,-0.008713262,-0.2216335,1),(0.9815957,-0.01222254,-0.1905793,1),(0.9803191,-0.01534467,-0.196822,1),(0.977318,-0.02054764,-0.2107781,1),(0.9726495,-0.005953257,-0.2322013,1),(0.9752548,-0.02250196,-0.2199358,1),(0.2676426,-0.0006145876,0.9635181,1),(0.2508519,-0.0008120868,0.9680252,1),(0.2454632,-0.001409831,0.9694048,1),(0.2336771,-0.0003581255,0.9723141,1),(0.2317362,-0.0005234988,0.9727784,1),(0.2405022,-0.0003041589,0.9706485,1),(0.2405607,-0.002415324,0.9706311,1),(0.2368814,-0.00383236,0.971531,1),(0.2303364,-0.000800946,0.9731108,1),(0.2297866,-0.001189264,0.9732403,1),(0.2193235,-0.0001276103,0.9756522,1),(0.22009,-0.0001443199,0.9754795,1),(0.2208646,-0.0001677618,0.9753045,1),(0.2095303,1.832696e-5,0.9778022,1),(0.2116514,4.127048e-5,0.9773452,1),(0.2075547,1.574525e-6,0.9782234,1),(0.2236005,-0.0001145084,0.9746808,1),(0.2185134,-0.0001174698,0.9758339,1),(0.2052762,-8.006194e-6,0.978704,1),(0.2082581,-1.106112e-5,0.9780738,1),(0.237651,-0.006106347,0.9713315,1),(0.2370581,-0.009754833,0.9714465,1),(0.2297085,-0.002336391,0.9732566,1),(0.2302438,-0.004901056,0.9731206,1),(0.2362333,-0.01477926,0.9715839,1),(0.2374196,-0.02112181,0.9711775,1),(0.2330551,-0.01427998,0.9723586,1),(0.2302904,-0.008895606,0.9730813,1),(0.2237666,-0.002323522,0.97464,1),(0.2262813,-0.00498491,0.9740493,1),(0.2294927,-0.008701474,0.9732715,1),(0.2215553,-0.002542786,0.9751446,1),(0.2261978,-0.004591115,0.9740705,1),(0.2175865,-0.001087884,0.9760404,1),(0.2219611,-0.0007179566,0.9750552,1),(0.21428,-0.000226817,0.9767723,1),(0.2399921,-0.03289617,0.9702173,1),(0.2467761,-0.05423744,0.9675535,1),(0.237124,-0.02380343,0.9711877,1),(0.2444363,-0.04024364,0.9688298,1),(0.2587662,-0.08520701,0.9621745,1),(0.2744789,-0.1259187,0.9533131,1),(0.2551166,-0.06367926,0.964811,1),(0.2689899,-0.09417841,0.9585274,1),(0.2416676,-0.02592365,0.9700128,1),(0.2512286,-0.04114955,0.9670528,1),(0.2630463,-0.06084216,0.962863,1),(0.247787,-0.02215381,0.9685612,1),(0.2577638,-0.03272476,0.9656537,1),(0.2391921,-0.0139517,0.970872,1),(0.2344141,-0.01512132,0.9720192,1),(0.2319961,-0.008102019,0.972683,1),(0.2883487,-0.1545068,0.9449775,1),(0.2956122,-0.1492762,0.9435731,1),(0.2811261,-0.116876,0.9525272,1),(0.287519,-0.1170655,0.9505938,1),(0.2960805,-0.1093987,0.9488773,1),(0.2881412,-0.03319097,0.9570126,1),(0.2881126,-0.09443592,0.9529286,1),(0.2821468,-0.04828836,0.9581552,1),(0.2792608,-0.08422081,0.9565147,1),(0.2806658,-0.08074279,0.9564033,1),(0.2773767,-0.06706912,0.9584174,1),(0.2746058,-0.0686004,0.9591067,1),(0.2737128,-0.08118679,0.9583789,1),(0.2721986,-0.05638063,0.9605879,1),(0.273387,-0.07758677,0.95877,1),(0.2665681,-0.04444592,0.9627907,1),(0.2764701,0.04050113,0.9601687,1),(0.269197,0.07066834,0.960489,1),(0.273046,-0.007655831,0.9619704,1),(0.2655189,-0.002606622,0.964102,1),(0.2676328,0.05728686,0.9618164,1),(0.2715321,0.0001597909,0.9624294,1),(0.2599337,-0.0335358,0.965044,1),(0.2556037,-0.1004992,0.9615439,1),(0.2619382,-0.08298317,0.9615104,1),(0.2502508,-0.1314379,0.9592177,1),(0.2347725,-0.2064914,0.9498649,1),(0.2384394,-0.2168652,0.9466341,1),(0.2106997,-0.3047556,0.9288325,1),(0.2573064,-0.1498534,0.95464,1),(0.2708291,-0.06161829,0.9606532,1),(0.2687013,-0.1047038,0.9575158,1),(0.266296,-0.08919784,0.9597553,1),(0.2364287,-0.1988174,0.9510905,1),(0.2379554,-0.1936242,0.9517809,1),(0.1928417,-0.3033766,0.9331532,1),(0.17806,-0.3300337,0.9270234,1),(0.08812375,-0.4775921,0.874151,1),(0.1161437,-0.4301428,0.8952585,1),(0.005575097,-0.5666995,0.8239058,1),(0.1429009,-0.4069982,0.9021817,1),(0.05054948,-0.5245751,0.8498622,1),(-0.0749357,-0.644048,0.761306,1),(-0.02323991,-0.6120605,0.7904693,1),(-0.158155,-0.7084404,0.687822,1),(0.08605314,-0.5082715,0.8568867,1),(0.2029823,-0.3005727,0.9319089,1),(0.1642876,-0.4048556,0.8995007,1),(0.03311068,-0.587307,0.8086867,1),(0.08381438,-0.6353938,0.7676262,1),(-0.0639085,-0.6641685,0.7448463,1),(-0.01897603,-0.71038,0.7035624,1),(0.2656676,-0.6131116,0.7439858,1),(0.5983713,-0.4403152,0.6693835,1),(0.1746447,-0.6965515,0.6959277,1),(0.5614751,-0.5133753,0.6489927,1),(-0.1149119,-0.767862,0.6302248,1),(0.08358599,-0.7663429,0.6369709,1),(0.5147603,-0.5874612,0.6244286,1),(-0.007099719,-0.8232285,0.5676658,1),(0.4578514,-0.6627802,0.5925322,1),(-0.203863,-0.8105767,0.5490038,1),(-0.1540399,-0.7248026,0.6715154,1),(-0.2355188,-0.7734758,0.5884438,1),(0.8444637,-0.1814511,0.5039409,1),(0.9236045,-0.02287907,0.3826633,1),(0.8484276,-0.2092021,0.486215,1),(0.9326446,-0.01748806,0.3603721,1),(0.9437196,0.04892044,0.3271084,1),(0.9434612,0.06147717,0.3257325,1),(0.9516878,0.08009516,0.2964375,1),(0.9524071,0.1217977,0.2794388,1),(0.936731,-0.02717754,0.3489934,1),(0.9563434,0.09602898,0.2760178,1),(0.9561478,0.1681077,0.2398355,1),(0.959946,0.09892514,0.2621403,1),(0.957216,0.2011396,0.2080397,1),(0.9381579,-0.04995181,0.3425853,1),(0.8437464,-0.2488608,0.4755632,1),(0.8321399,-0.2999458,0.4664503,1),(0.9356543,0.03003133,0.3516378,1),(0.9242678,-0.03865077,0.379783,1),(0.9494882,0.1189154,0.2903987,1),(0.9465345,0.06799863,0.3153545,1),(0.9017814,-0.1460193,0.4067783,1),(0.8572025,-0.2882703,0.4267366,1),(0.9353036,-0.0350079,0.3521104,1),(0.8994496,-0.1891194,0.3939849,1),(0.9545236,0.1671278,0.2468864,1),(0.9543537,0.07575536,0.2889121,1),(0.9326766,-0.08179872,0.3513165,1),(0.9575962,0.1782878,0.2263248,1),(0.9527813,0.0264215,0.3025058,1),(0.9496943,0.2532602,0.1842281,1),(0.953105,0.1960874,0.2305225,1),(0.9490952,0.2594046,0.1786826,1),(0.7938966,-0.4264148,0.4334728,1),(0.7315561,-0.5327182,0.4254844,1),(0.836608,-0.3482547,0.4228545,1),(0.7680411,-0.4766999,0.4276331,1),(0.676921,-0.6131422,0.407228,1),(0.6327121,-0.6740081,0.3812985,1),(0.7019441,-0.5798207,0.413621,1),(0.6413892,-0.6641392,0.3841082,1),(0.8086497,-0.4081134,0.4237086,1),(0.7331759,-0.5373725,0.4167542,1),(0.6544349,-0.650179,0.3859825,1),(0.7698087,-0.4869886,0.4125974,1),(0.6715304,-0.6334286,0.3844672,1),(0.8509032,-0.328917,0.4096065,1),(0.8779944,-0.2573783,0.4035867,1),(0.9139024,-0.1580218,0.3739138,1),(0.5946549,-0.7221879,0.3533132,1),(0.5580338,-0.7615085,0.3297014,1),(0.585434,-0.7315998,0.3493261,1),(0.5339984,-0.7820159,0.321398,1),(0.5233243,-0.7929232,0.3120971,1),(0.4927059,-0.8175897,0.2979729,1),(0.4545633,-0.8434461,0.2863054,1),(0.4899742,-0.8183525,0.3003738,1),(0.4526719,-0.842988,0.290619,1),(0.5072756,-0.8022771,0.3146788,1),(0.4124689,-0.867714,0.277384,1),(0.3654219,-0.8901032,0.2723657,1),(0.4102078,-0.8664299,0.2846557,1),(0.4772755,-0.8225232,0.3092955,1),(0.5762841,-0.740218,0.3463723,1),(0.5664892,-0.7489068,0.3438438,1),(0.4642535,-0.8381426,0.2863315,1),(0.4370519,-0.8569177,0.2732719,1),(0.3958665,-0.8793946,0.2644898,1),(0.4242403,-0.8624517,0.2760385,1),(0.4110103,-0.8741217,0.2588084,1),(0.3860348,-0.8899208,0.2429365,1),(0.3449397,-0.9079904,0.2378446,1),(0.3694404,-0.8945056,0.2517409,1),(0.324632,-0.912628,0.2484436,1),(0.351542,-0.8995688,0.2592184,1),(0.3001667,-0.9240602,0.23667,1),(0.2480748,-0.9383465,0.2407585,1),(0.2738895,-0.928677,0.2500869,1),(0.3021267,-0.9175387,0.2585387,1),(0.3808519,-0.8846704,0.2689056,1),(0.3326889,-0.9047431,0.2660036,1),(0.3643583,-0.9035017,0.2256713,1),(0.3483996,-0.9142517,0.2067888,1),(0.304403,-0.9296204,0.2077131,1),(0.3230003,-0.9197083,0.2231757,1),(0.3381797,-0.9224454,0.1863572,1),(0.3338824,-0.9288213,0.1606653,1),(0.2770911,-0.9454166,0.1714871,1),(0.2891088,-0.9379606,0.1914317,1),(0.2325103,-0.9518996,0.1995647,1),(0.2546366,-0.9434798,0.2121462,1),(0.2106611,-0.9595808,0.1866188,1),(0.1397227,-0.9694075,0.2018085,1),(0.1688642,-0.9626331,0.211713,1),(0.1965492,-0.9551663,0.2214174,1),(0.2771517,-0.9342339,0.2244858,1),(0.2229127,-0.9470599,0.2310575,1),(0.3261721,-0.9344116,0.1431312,1),(0.3073702,-0.9424819,0.131344,1),(0.2626716,-0.9520129,0.1570827,1),(0.2415693,-0.9583212,0.1525284,1),(0.2776182,-0.9522868,0.1267993,1),(0.2361283,-0.9636867,0.1247057,1),(0.1781507,-0.9713008,0.1575974,1),(0.2132783,-0.9651182,0.1518524,1),(0.1379824,-0.9744136,0.177423,1),(0.1636039,-0.9710949,0.1738054,1),(0.1112359,-0.9759366,0.1875481,1),(0.05325691,-0.9762959,0.2097853,1),(0.06829472,-0.977652,0.1988274,1),(0.08778495,-0.9771053,0.1938019,1),(0.1879008,-0.9661328,0.1768637,1),(0.1116446,-0.9744681,0.1948012,1),(0.1943937,-0.9730614,0.1239452,1),(0.1634149,-0.9794289,0.1183835,1),(0.1218368,-0.9796872,0.1592751,1),(0.1447714,-0.9761091,0.1620255,1),(0.1432041,-0.9837598,0.108209,1),(0.1336603,-0.9866064,0.09350416,1),(0.106931,-0.9852986,0.1332384,1),(0.1092818,-0.9826856,0.1496217,1),(0.07372938,-0.9798533,0.1856112,1),(0.07645589,-0.9778425,0.1948809,1),(0.08053628,-0.9824904,0.1680076,1),(0.06814933,-0.9791864,0.1911795,1),(0.052291,-0.9764863,0.2091418,1),(0.04441105,-0.9748644,0.2183277,1),(0.08892602,-0.9766387,0.195624,1),(0.04470138,-0.9747894,0.2186029,1),(0.1300081,-0.9885018,0.07721327,1),(0.1270437,-0.9899711,0.06178356,1),(0.1117177,-0.989089,0.09603242,1),(0.1095627,-0.987405,0.1141377,1),(0.1247534,-0.9910635,0.0472186,1),(0.1231367,-0.9918233,0.03352276,1),(0.1146466,-0.9914227,0.06274629,1),(0.113408,-0.9904099,0.07891097,1),(0.1068531,-0.9883873,0.1080424,1),(0.09993343,-0.9868643,0.126934,1),(0.1119884,-0.9896078,0.09019341,1),(0.1230417,-0.9861267,0.1114216,1),(0.1137486,-0.9850145,0.129645,1),(0.1015694,-0.9836083,0.1489913,1),(0.09118124,-0.9849377,0.146914,1),(0.08640437,-0.981736,0.1694959,1),(0.1221971,-0.9922911,0.0206472,1),(0.1219614,-0.9924979,0.008561668,1),(0.1165303,-0.9926541,0.03253564,1),(0.1156289,-0.9921629,0.04735715,1),(0.1224174,-0.9924749,-0.002772425,1),(0.1235587,-0.992247,-0.01338312,1),(0.1181032,-0.9929912,0.004480816,1),(0.1173553,-0.9929222,0.01825349,1),(0.1203577,-0.9919403,0.03960648,1),(0.1185333,-0.9913602,0.05616497,1),(0.1212279,-0.9923506,0.02332613,1),(0.1395355,-0.9893507,0.04141522,1),(0.1381654,-0.9886638,0.0587731,1),(0.134976,-0.9879126,0.07622429,1),(0.1157504,-0.9905905,0.07302462,1),(0.1299435,-0.9870772,0.09377343,1),(0.1265051,-0.991741,-0.02112895,1),(0.1321145,-0.990939,-0.02420183,1),(0.1253259,-0.9920463,-0.01173211,1),(0.1203321,-0.9927139,-0.00626261,1),(0.1403131,-0.9898482,-0.02264757,1),(0.1510099,-0.9883937,-0.01654884,1),(0.1433518,-0.989646,-0.007140978,1),(0.1330252,-0.9910401,-0.01199289,1),(0.133794,-0.991009,0.000685573,1),(0.127143,-0.991881,0.00259188,1),(0.1428409,-0.9897364,0.004292849,1),(0.1539408,-0.987929,0.0172761,1),(0.1480727,-0.9888641,0.01491077,1),(0.1436764,-0.9894593,0.01808799,1),(0.1229437,-0.9923621,0.01011448,1),(0.1408149,-0.9896705,0.02689661,1),(0.1582955,-0.9873606,-0.007845978,1),(0.156809,-0.9876266,0.002154042,1),(0.1489451,-0.988824,0.00651775,1),(0.150517,-0.9886075,-0.0001155076,1),(0.146722,-0.9890861,0.01346395,1),(0.128163,-0.9914092,0.02611454,1),(0.1201864,-0.9925729,0.01882218,1),(0.1387974,-0.990238,0.0128137,1),(0.1393329,-0.9901427,0.01427085,1),(0.1481046,-0.9888874,0.01290811,1),(0.1230378,-0.9923066,0.01375403,1),(0.1347354,-0.9908026,0.0125121,1),(0.1480607,-0.9888052,0.01850324,1),(0.1557162,-0.9875718,0.02132262,1),(0.1493115,-0.9887435,0.009608619,1),(0.1576966,-0.9872656,0.02093652,1),(0.1066833,-0.9935565,0.03826417,1),(0.08658963,-0.9951072,0.0475813,1),(0.08014973,-0.996385,0.02816027,1),(0.09890003,-0.9948047,0.02413118,1),(0.06766785,-0.9962364,0.05416821,1),(0.04972714,-0.9970741,0.05805415,1),(0.04964134,-0.9982368,0.03253997,1),(0.06377101,-0.9974843,0.03095487,1),(0.07458661,-0.9971642,0.01001117,1),(0.08818841,-0.9960416,0.01113,1),(0.06347154,-0.997943,0.009008778,1),(0.08631794,-0.9962375,-0.007743882,1),(0.09537826,-0.9954306,-0.004557703,1),(0.106482,-0.9943147,-0.0001279057,1),(0.1043183,-0.994467,0.0123737,1),(0.1196092,-0.9928055,0.005557047,1),(0.0339716,-0.9975253,0.06155593,1),(0.02246109,-0.9974662,0.06750254,1),(0.03206785,-0.9987358,0.03870796,1),(0.03864219,-0.9986576,0.03449056,1),(0.01534476,-0.9969983,0.07588633,1),(0.01270105,-0.9961567,0.08666372,1),(0.03241636,-0.9980218,0.05386589,1),(0.02998796,-0.9985287,0.04517894,1),(0.05492551,-0.9983996,0.01346409,1),(0.05306011,-0.9985386,0.01026116,1),(0.06147252,-0.9979405,0.01832456,1),(0.09187674,-0.995696,-0.01217837,1),(0.08341468,-0.9964392,-0.01227805,1),(0.07966986,-0.9967537,-0.01160431,1),(0.05590761,-0.9983975,0.008767896,1),(0.08062928,-0.9966928,-0.0101115,1),(0.0145289,-0.995205,0.09672476,1),(0.02055174,-0.9944999,0.1027014,1),(0.04965093,-0.9963524,0.06940221,1),(0.03910811,-0.9972634,0.06274145,1),(0.03070993,-0.994039,0.1046109,1),(0.04492947,-0.9937189,0.1024893,1),(0.08206768,-0.9937111,0.07617827,1),(0.06399254,-0.9952124,0.07387359,1),(0.1023656,-0.994095,0.03600589,1),(0.08562257,-0.995872,0.03012917,1),(0.1221382,-0.9916263,0.04194606,1),(0.153848,-0.9880733,0.006467375,1),(0.1349721,-0.9908488,-0.001110043,1),(0.1182977,-0.9929554,-0.006713884,1),(0.07197917,-0.997111,0.02426353,1),(0.1039096,-0.9945326,-0.0103838,1),(0.06006548,-0.993543,0.09625238,1),(0.0736343,-0.9935297,0.08646742,1),(0.1154155,-0.9908492,0.06998029,1),(0.100193,-0.9921308,0.07508653,1),(0.08561936,-0.993634,0.07321684,1),(0.09601621,-0.9937693,0.05659954,1),(0.1372529,-0.9893701,0.04804661,1),(0.1277598,-0.9899313,0.06093755,1),(0.1671761,-0.9850599,0.04134366,1),(0.1561085,-0.9866926,0.04547227,1),(0.1743345,-0.9841213,0.03335546,1),(0.1961328,-0.9804873,0.01328624,1),(0.1924622,-0.9811636,0.01662063,1),(0.184194,-0.9827497,0.01660083,1),(0.1411053,-0.9889395,0.04569373,1),(0.1713213,-0.9851265,0.01321935,1),(0.1044101,-0.9938233,0.03759922,1),(0.1105198,-0.993718,0.01759951,1),(0.1433821,-0.9895838,0.01286508,1),(0.1427786,-0.9892459,0.03172919,1),(0.1143857,-0.9934306,-0.003414465,1),(0.1160765,-0.9929146,-0.02543524,1),(0.1301171,-0.9909721,-0.03230929,1),(0.1391333,-0.9902372,-0.008500502,1),(0.1549383,-0.9878288,-0.01372734,1),(0.1690987,-0.9855828,0.005664897,1),(0.1332137,-0.9904074,-0.03670502,1),(0.1246053,-0.9913189,-0.04195738,1),(0.1567649,-0.9873956,-0.02179252,1),(0.1794875,-0.9837433,-0.005783124,1),(0.1755873,-0.9842315,0.0213851,1),(0.1926296,-0.9812536,0.005934448,1),(0.1201278,-0.9917599,-0.04451686,1),(0.1303493,-0.9897602,-0.05817041,1),(0.1309708,-0.9890562,-0.06793,1),(0.1247845,-0.9907399,-0.05350785,1),(0.1467067,-0.9869409,-0.06652045,1),(0.1692088,-0.9831182,-0.06962036,1),(0.1776976,-0.9810662,-0.07702268,1),(0.1486156,-0.9859902,-0.0757406,1),(0.1394234,-0.9870965,-0.07875045,1),(0.1192932,-0.9902627,-0.07175651,1),(0.1774646,-0.9809655,-0.07882298,1),(0.1704684,-0.9823242,-0.0773283,1),(0.1234187,-0.989246,-0.07848722,1),(0.09996828,-0.9923106,-0.07298011,1),(0.1171732,-0.9914284,-0.05779624,1),(0.1002776,-0.9930967,-0.06085597,1),(0.201512,-0.9768832,-0.07135888,1),(0.2473731,-0.9660545,-0.07446561,1),(0.2661072,-0.9608181,-0.07756033,1),(0.2171459,-0.9731512,-0.07631733,1),(0.3061419,-0.9487196,-0.07879281,1),(0.376308,-0.9226712,-0.08408324,1),(0.389959,-0.9168792,-0.08523185,1),(0.3240722,-0.942593,-0.08059564,1),(0.3392567,-0.9373118,-0.07969692,1),(0.2806647,-0.9567097,-0.07703043,1),(0.4018569,-0.911788,-0.08457869,1),(0.4112918,-0.9076,-0.08426922,1),(0.3498246,-0.9335741,-0.07786057,1),(0.289165,-0.9543728,-0.07453915,1),(0.2266488,-0.970952,-0.07669841,1),(0.2293998,-0.9704884,-0.07434868,1),(0.4474707,-0.8895883,-0.09166612,1),(0.5120541,-0.8527411,-0.1031169,1),(0.5123732,-0.8522349,-0.1056852,1),(0.4549374,-0.8856494,-0.09304412,1),(0.5715217,-0.8119589,-0.118683,1),(0.6270426,-0.7665302,-0.1387408,1),(0.6099673,-0.778684,-0.1469395,1),(0.5636711,-0.8167183,-0.1234752,1),(0.553017,-0.8232363,-0.1282736,1),(0.5110827,-0.8527476,-0.1077779,1),(0.5878173,-0.7939284,-0.1553975,1),(0.5659156,-0.8078033,-0.1649044,1),(0.5433369,-0.8286034,-0.1349128,1),(0.5105183,-0.8525742,-0.1117515,1),(0.4610903,-0.8824316,-0.09332814,1),(0.4667995,-0.8792488,-0.09497203,1),(0.6703772,-0.7251321,-0.1574095,1),(0.6942066,-0.6996619,-0.1689687,1),(0.6659106,-0.7224318,-0.1861596,1),(0.6457866,-0.7443433,-0.1700371,1),(0.7000163,-0.6926924,-0.1736504,1),(0.688225,-0.7049296,-0.1715242,1),(0.6624344,-0.722695,-0.1972121,1),(0.671277,-0.7150411,-0.1952007,1),(0.639406,-0.7372132,-0.2183496,1),(0.6314254,-0.7480462,-0.2042763,1),(0.6389148,-0.7355217,-0.2253787,1),(0.6188335,-0.7444891,-0.2505611,1),(0.6087794,-0.7564293,-0.2391703,1),(0.5967477,-0.7714071,-0.2209601,1),(0.6144013,-0.7674407,-0.1831547,1),(0.5825168,-0.7888252,-0.1960327,1),(0.6790053,-0.7132248,-0.1739599,1),(0.6912773,-0.6963426,-0.1929838,1),(0.6840668,-0.6957283,-0.2191225,1),(0.660512,-0.7232285,-0.2016546,1),(0.7221892,-0.6533005,-0.2272472,1),(0.7661581,-0.5832291,-0.2698993,1),(0.7882,-0.5463811,-0.2832109,1),(0.7291992,-0.6376953,-0.2482202,1),(0.7456997,-0.6100351,-0.267935,1),(0.6864039,-0.6840095,-0.2469424,1),(0.8176841,-0.4972862,-0.2899983,1),(0.8484154,-0.4414506,-0.2920832,1),(0.7661454,-0.5776442,-0.2816885,1),(0.6936036,-0.6677234,-0.270295,1),(0.649263,-0.7242491,-0.2322087,1),(0.6428118,-0.7208397,-0.259197,1),(0.8104944,-0.4940834,-0.3146113,1),(0.8564646,-0.3961045,-0.331013,1),(0.842746,-0.4350755,-0.3169995,1),(0.8899788,-0.323183,-0.3216993,1),(0.9019732,-0.2833703,-0.3258,1),(0.9429693,-0.150365,-0.2969838,1),(0.9301747,-0.2053558,-0.304309,1),(0.9616102,-0.07711557,-0.2633609,1),(0.9231692,-0.2423441,-0.2983754,1),(0.9548153,-0.1251162,-0.2695807,1),(0.9753457,-0.009677197,-0.2204701,1),(0.9722792,-0.04961922,-0.228497,1),(0.9828135,0.04606347,-0.1787615,1),(0.9506217,-0.1595377,-0.2662066,1),(0.8787225,-0.3650222,-0.3075801,1),(0.9119664,-0.2880473,-0.2921404,1),(0.9662479,-0.02064873,-0.2567852,1),(0.9711987,0.07831605,-0.225033,1),(0.9757646,0.04114148,-0.2149207,1),(0.9750745,0.1267384,-0.182118,1),(0.9678984,0.1464064,-0.2042985,1),(0.9629641,0.1855167,-0.1956618,1),(0.9693663,0.1799104,-0.1672164,1),(0.9644804,0.2014792,-0.1708323,1),(0.9775133,0.1573628,-0.1403734,1),(0.9716608,0.1937751,-0.1353754,1),(0.9687951,0.1954558,-0.1524241,1),(0.9742851,0.1906655,-0.120064,1),(0.9718172,0.1799764,-0.1522491,1),(0.9794378,0.1680877,-0.1115713,1),(0.9814675,0.08960199,-0.1693899,1),(0.9837628,0.1208483,-0.1326888,1),(0.9583911,0.2069607,-0.1966054,1),(0.9522403,0.2243576,-0.207128,1),(0.9544177,0.2155032,-0.2065069,1),(0.959859,0.2087947,-0.1872847,1),(0.9451816,0.2356739,-0.22603,1),(0.9368013,0.2407691,-0.2538375,1),(0.9394634,0.228686,-0.2551688,1),(0.9476506,0.2222753,-0.2292421,1),(0.9499054,0.19717,-0.2424947,1),(0.9571777,0.1914942,-0.2171192,1),(0.9415667,0.2094033,-0.2638226,1),(0.9427334,0.1884817,-0.2751883,1),(0.9509028,0.1679966,-0.2599251,1),(0.9588888,0.1601575,-0.2342689,1),(0.9631561,0.1922742,-0.188045,1),(0.9661448,0.1647189,-0.1985742,1),(0.9270616,0.2438909,-0.284735,1),(0.9165492,0.2497676,-0.3123356,1),(0.9197657,0.2463523,-0.3055186,1),(0.930012,0.2361659,-0.2816081,1),(0.9057006,0.2583411,-0.3361047,1),(0.8949268,0.2694444,-0.3556763,1),(0.8979287,0.2741542,-0.3443304,1),(0.9089872,0.2590902,-0.3265189,1),(0.9112376,0.2645923,-0.3156533,1),(0.9221271,0.2444224,-0.299899,1),(0.8996812,0.2862073,-0.329635,1),(0.9003707,0.3020868,-0.313171,1),(0.9126626,0.2729076,-0.3042503,1),(0.9238266,0.2441014,-0.294888,1),(0.9322612,0.2259523,-0.2825503,1),(0.9338468,0.2158891,-0.2851701,1),(0.8850272,0.2841892,-0.368732,1),(0.8764206,0.3040432,-0.3734231,1),(0.877283,0.3100163,-0.3664211,1),(0.8872089,0.2911638,-0.3578881,1),(0.8687554,0.3292308,-0.3699609,1),(0.8614488,0.360047,-0.3581509,1),(0.8592476,0.3539949,-0.3692983,1),(0.86803,0.3308859,-0.3701869,1),(0.8651147,0.3439025,-0.3651132,1),(0.8763531,0.3266006,-0.3540302,1),(0.8541979,0.3594818,-0.3756577,1),(0.8509026,0.3696887,-0.3732226,1),(0.8637115,0.3605594,-0.3521355,1),(0.8766456,0.3458541,-0.3344806,1),(0.8878943,0.3074191,-0.3422529,1),(0.8887638,0.3266036,-0.3216039,1),(0.8513919,0.3996615,-0.3397094,1),(0.8340164,0.4519114,-0.3165323,1),(0.8356391,0.424492,-0.3485882,1),(0.8494325,0.383516,-0.3624637,1),(0.8037627,0.5195981,-0.2897989,1),(0.7590866,0.5991113,-0.2546631,1),(0.7834125,0.5459538,-0.2969839,1),(0.8157067,0.4776358,-0.326323,1),(0.8181232,0.4461008,-0.3628615,1),(0.8318719,0.4072274,-0.3770344,1),(0.7980167,0.4979988,-0.3393618,1),(0.8055054,0.4590789,-0.3747101,1),(0.8174364,0.4232094,-0.3907576,1),(0.8277228,0.397404,-0.3961628,1),(0.8435028,0.3785678,-0.3810373,1),(0.8387204,0.3797475,-0.3903076,1),(0.7057356,0.6766395,-0.209991,1),(0.6418442,0.7474703,-0.1712435,1),(0.7425458,0.6183638,-0.2573945,1),(0.6886032,0.6919568,-0.2168441,1),(0.5721806,0.8086439,-0.1367644,1),(0.4989317,0.8599434,-0.1075374,1),(0.6214162,0.7635303,-0.1756799,1),(0.5417057,0.8296829,-0.1348376,1),(0.7279545,0.6324912,-0.2646449,1),(0.6664737,0.7127917,-0.2184967,1),(0.5841665,0.7943498,-0.1666071,1),(0.7005601,0.6642058,-0.2608565,1),(0.6198053,0.7590263,-0.1993003,1),(0.7547401,0.5782648,-0.3098019,1),(0.7705876,0.5597277,-0.3047944,1),(0.7875293,0.5090809,-0.3473243,1),(0.4276694,0.9001472,-0.08266746,1),(0.363794,0.9294772,-0.06104223,1),(0.4590328,0.883153,-0.09659056,1),(0.3834717,0.9214277,-0.06261455,1),(0.3083033,0.9503204,-0.04289905,1),(0.2615034,0.9647893,-0.02823975,1),(0.3160606,0.9481623,-0.03307495,1),(0.2567704,0.9664418,-0.007702503,1),(0.4079996,0.9104457,-0.06800559,1),(0.329855,0.9436561,-0.02661868,1),(0.2585017,0.9659582,0.0100859,1),(0.3473991,0.9374535,-0.0222387,1),(0.2663097,0.9635575,0.02521766,1),(0.433564,0.8979912,-0.07505881,1),(0.4932138,0.8623136,-0.114697,1),(0.5250363,0.8404441,-0.1341289,1),(0.2264765,0.9738072,-0.02019359,1),(0.2066825,0.9781529,-0.02233992,1),(0.2105798,0.9775332,0.009217355,1),(0.1836267,0.9829153,0.01259688,1),(0.2023173,0.9787002,-0.03483775,1),(0.2136493,0.9751842,-0.05804929,1),(0.1762969,0.9843343,0.0023112,1),(0.1889448,0.9817408,-0.02201696,1),(0.1656287,0.9850973,0.04637326,1),(0.1536022,0.9873492,0.03934419,1),(0.1650605,0.9861653,0.01525888,1),(0.1376872,0.9877277,0.07373066,1),(0.1453382,0.9880587,0.05115564,1),(0.1555176,0.9848295,0.07697484,1),(0.2007908,0.9789493,0.03662296,1),(0.1986506,0.9781767,0.06089524,1),(0.2297725,0.969597,-0.08417924,1),(0.2387782,0.965498,-0.1039168,1),(0.2076489,0.9769406,-0.04968972,1),(0.2174053,0.9736962,-0.06819528,1),(0.2405728,0.9635575,-0.1169692,1),(0.2351159,0.9641325,-0.1231628,1),(0.218094,0.9728661,-0.07724243,1),(0.2095683,0.9747881,-0.07661059,1),(0.1920915,0.9809524,-0.02886433,1),(0.1901862,0.9811782,-0.03344167,1),(0.1776067,0.9837603,-0.02591635,1),(0.1607241,0.9869568,0.00916413,1),(0.1442593,0.9893116,0.02125691,1),(0.1660498,0.9860623,0.01042533,1),(0.1836624,0.9829094,-0.01253504,1),(0.1608546,0.986674,0.02450082,1),(0.2281761,0.9652337,-0.1275129,1),(0.2258185,0.9645859,-0.1363088,1),(0.2001226,0.9768614,-0.0754485,1),(0.1987591,0.9763997,-0.08448894,1),(0.2280468,0.9620868,-0.1496123,1),(0.2348405,0.9575005,-0.16746,1),(0.2055485,0.9731235,-0.1038293,1),(0.220412,0.9662418,-0.1333992,1),(0.1638578,0.9860906,-0.02785547,1),(0.1747354,0.9832276,-0.05225972,1),(0.1973936,0.9759762,-0.09223001,1),(0.1410901,0.989991,-0.00338473,1),(0.1697361,0.9842613,-0.04918766,1),(0.1272925,0.9915831,0.0236569,1),(0.164903,0.9861235,-0.019166,1),(0.1285505,0.9911968,0.03168341,1),(0.2427806,0.9521589,-0.1856097,1),(0.2478202,0.9480421,-0.1995031,1),(0.2371992,0.957326,-0.1651169,1),(0.2490125,0.9495362,-0.190719,1),(0.2500103,0.9453783,-0.2091759,1),(0.2493762,0.9443174,-0.2146536,1),(0.256023,0.943498,-0.2103895,1),(0.2583635,0.939648,-0.2242983,1),(0.2413512,0.9549541,-0.1726621,1),(0.2534839,0.946011,-0.2020127,1),(0.2594576,0.9392753,-0.2245968,1),(0.2435008,0.9530674,-0.1799161,1),(0.2538888,0.9442227,-0.2097235,1),(0.2263,0.9634205,-0.1435592,1),(0.2227617,0.9653144,-0.1361819,1),(0.2018636,0.974281,-0.1001385,1),(0.2464666,0.944519,-0.2171128,1),(0.242301,0.9455024,-0.2175211,1),(0.2575473,0.9375686,-0.2337402,1),(0.2555423,0.9366013,-0.2397415,1),(0.2368643,0.9472618,-0.2158482,1),(0.2301245,0.9497738,-0.2120667,1),(0.2523536,0.9368103,-0.2422894,1),(0.2479759,0.9382175,-0.2413623,1),(0.2626092,0.9308774,-0.2539758,1),(0.2623851,0.9287952,-0.2617126,1),(0.2610047,0.9283009,-0.2648284,1),(0.2682786,0.9258921,-0.2659895,1),(0.2701166,0.9229097,-0.2743624,1),(0.2650033,0.930609,-0.2524678,1),(0.2616453,0.9344332,-0.2416118,1),(0.2602315,0.9368293,-0.2337317,1),(0.2228577,0.9526186,-0.2070079,1),(0.2157118,0.9554086,-0.2016503,1),(0.2430886,0.9403064,-0.2381842,1),(0.2382638,0.9425721,-0.2340686,1),(0.2086916,0.9581413,-0.1959922,1),(0.2017857,0.9608148,-0.1900453,1),(0.2334879,0.9450061,-0.2290131,1),(0.2287623,0.947595,-0.2230057,1),(0.2569362,0.9299048,-0.2631746,1),(0.2547275,0.9314275,-0.2599166,1),(0.2524104,0.933409,-0.2550226,1),(0.2714331,0.9202725,-0.2818203,1),(0.2709662,0.9209963,-0.2798986,1),(0.2714516,0.9203517,-0.2815434,1),(0.2590233,0.9288608,-0.2648101,1),(0.2710154,0.9212357,-0.279062,1),(0.1948206,0.9634317,-0.1839682,1),(0.1875517,0.9659822,-0.178053,1),(0.2238222,0.9503047,-0.2163897,1),(0.2183599,0.9530935,-0.2095986,1),(0.1799831,0.9684619,-0.1723008,1),(0.1721095,0.9708671,-0.1667196,1),(0.2123769,0.9559482,-0.2026301,1),(0.205861,0.9588572,-0.1954841,1),(0.2462505,0.9384367,-0.2422753,1),(0.2421418,0.9413707,-0.2349227,1),(0.2373363,0.944555,-0.226908,1),(0.2653853,0.9269326,-0.2652673,1),(0.2620584,0.9299617,-0.2578692,1),(0.2679739,0.9244103,-0.2713954,1),(0.2496696,0.9357758,-0.2489753,1),(0.2698322,0.9224237,-0.2762703,1),(0.1640252,0.9731919,-0.1612241,1),(0.1557907,0.9754276,-0.155789,1),(0.1988883,0.9617842,-0.1881873,1),(0.1914958,0.9646932,-0.1808218,1),(0.1474069,0.9775732,-0.150406,1),(0.1388737,0.9796246,-0.1450854,1),(0.183676,0.9675749,-0.1733841,1),(0.1754286,0.9704174,-0.1658759,1),(0.2257952,0.9513538,-0.2096243,1),(0.2190652,0.9548716,-0.2005757,1),(0.2116951,0.958442,-0.1912435,1),(0.247905,0.9407997,-0.2311691,1),(0.2418063,0.9447958,-0.2211119,1),(0.2533085,0.9369775,-0.2406407,1),(0.2318811,0.9479091,-0.218402,1),(0.2580235,0.9333568,-0.2495374,1),(0.130393,0.9815654,-0.1397386,1),(0.1221359,0.9833802,-0.1343356,1),(0.1669234,0.9731811,-0.1582883,1),(0.1582972,0.9758273,-0.1506754,1),(0.1141097,0.9850746,-0.1288685,1),(0.1063122,0.9866527,-0.1233452,1),(0.1495567,0.9783526,-0.1430348,1),(0.1406918,0.9807563,-0.1353619,1),(0.1954532,0.965483,-0.1721645,1),(0.1866605,0.9688811,-0.162565,1),(0.1774138,0.9721835,-0.1529167,1),(0.2196138,0.9570501,-0.1892745,1),(0.2109077,0.9611,-0.1783385,1),(0.2276616,0.9529699,-0.2000464,1),(0.2037968,0.9619995,-0.1817247,1),(0.2350584,0.9488788,-0.2106579,1),(0.09910861,0.9880803,-0.1177911,1),(0.09287322,0.9893256,-0.1122915,1),(0.1321625,0.9829592,-0.1277659,1),(0.1244281,0.9848982,-0.1203877,1),(0.08761325,0.9904085,-0.1068402,1),(0.08333359,0.9913445,-0.1014471,1),(0.1174864,0.9865983,-0.1132289,1),(0.111347,0.988081,-0.1062904,1),(0.1595322,0.9780328,-0.1341691,1),(0.1513747,0.9805084,-0.1252549,1),(0.1437468,0.9827162,-0.116643,1),(0.1848831,0.9718311,-0.146159,1),(0.176654,0.9748564,-0.1358246,1),(0.1933324,0.9685406,-0.1566893,1),(0.1682095,0.9752663,-0.1433919,1),(0.202006,0.9649694,-0.1674145,1),(0.08039795,0.9921156,-0.09614071,1),(0.07918289,0.9927023,-0.09095094,1),(0.1066396,0.9892985,-0.09958147,1),(0.1039994,0.9902143,-0.09305822,1),(0.07970684,0.9931132,-0.08586618,1),(0.0819833,0.9933454,-0.08089208,1),(0.1034493,0.9908472,-0.08671822,1),(0.1050081,0.9912034,-0.08055613,1),(0.1332698,0.9860171,-0.1000469,1),(0.1312353,0.9870795,-0.09193163,1),(0.1313649,0.9877753,-0.08392429,1),(0.1604757,0.9815075,-0.1043574,1),(0.1586937,0.9828929,-0.09347673,1),(0.1640669,0.9797187,-0.1150355,1),(0.1374449,0.9845725,-0.1082853,1),(0.16946,0.977511,-0.1255218,1),(0.08563205,0.9934108,-0.07617289,1),(0.09025704,0.993328,-0.0717863,1),(0.1082947,0.9913166,-0.07459087,1),(0.1129151,0.9912228,-0.06875712,1),(0.09585731,0.9930884,-0.06772733,1),(0.1024369,0.992678,-0.06400752,1),(0.1188721,0.990905,-0.06306082,1),(0.1261766,0.9903395,-0.05750727,1),(0.1373359,0.9882033,-0.0677724,1),(0.1429974,0.9879349,-0.05946736,1),(0.1504597,0.9872991,-0.05101177,1),(0.1650821,0.9845499,-0.05838901,1),(0.1712456,0.9841669,-0.04572094,1),(0.1609416,0.9844379,-0.07056814,1),(0.1334614,0.9881411,-0.07592922,1),(0.1588149,0.9838754,-0.08226343,1),(0.1113992,0.9919394,-0.06038605,1),(0.1241708,0.9906405,-0.05668322,1),(0.1356282,0.9893904,-0.05207184,1),(0.1480392,0.9878711,-0.04685098,1),(0.1407287,0.9886343,-0.05289102,1),(0.1610306,0.9857316,-0.04901344,1),(0.1633781,0.9856753,-0.04185373,1),(0.1815935,0.9826742,-0.03708611,1),(0.1712321,0.9846134,-0.03487426,1),(0.1846173,0.9824204,-0.02768922,1),(0.1999507,0.9795786,-0.02111026,1),(0.1986482,0.9800131,-0.01064343,1),(0.210325,0.9776312,-0.0007908086,1),(0.1882296,0.9818913,-0.02142817,1),(0.1598377,0.9862211,-0.042658,1),(0.1790911,0.9832746,-0.0331279,1),(0.1848569,0.9817405,-0.04487175,1),(0.2121413,0.9764042,-0.04038634,1),(0.2021807,0.9788027,-0.03268439,1),(0.2247646,0.9739842,-0.0289107,1),(0.2430002,0.9693766,-0.03549492,1),(0.27754,0.9602408,-0.03015117,1),(0.2494234,0.9680527,-0.02572775,1),(0.2762315,0.9608133,-0.02310456,1),(0.2343043,0.9720953,-0.01150466,1),(0.2529066,0.9674493,-0.008953056,1),(0.2725501,0.9621094,-0.007869631,1),(0.2484034,0.9684863,0.0181704,1),(0.2617697,0.9649137,0.02044553,1),(0.2354197,0.9717947,0.01387802,1),(0.2166732,0.9761203,-0.01555109,1),(0.2227442,0.9748476,0.007563051,1),(0.3152427,0.9487841,-0.02075733,1),(0.3551643,0.9347998,-0.002737839,1),(0.3032386,0.9527714,-0.01652557,1),(0.3280969,0.9446439,-0.0006058399,1),(0.3971241,0.9174452,0.02422563,1),(0.4406509,0.8956419,0.06043432,1),(0.3507216,0.9361497,0.0248587,1),(0.3708781,0.9267347,0.06010059,1),(0.3014778,0.9533949,0.01221254,1),(0.3066086,0.9508166,0.04403356,1),(0.30657,0.9485064,0.07969093,1),(0.2509131,0.9617405,0.1099901,1),(0.2684456,0.9601404,0.07789354,1),(0.2749594,0.9601216,0.05063412,1),(0.2899311,0.9570433,-0.002829414,1),(0.2713375,0.9621084,0.02689761,1),(0.4740598,0.8746771,0.1010313,1),(0.4867035,0.8623166,0.139749,1),(0.3841771,0.9171759,0.1058125,1),(0.3886843,0.9095842,0.1469055,1),(0.4788748,0.8604288,0.1741871,1),(0.4508823,0.8663552,0.214788,1),(0.3662412,0.9041514,0.219949,1),(0.3826841,0.90611,0.1803259,1),(0.2962376,0.9368587,0.1858463,1),(0.3000941,0.9421808,0.1491278,1),(0.2918602,0.9303004,0.2221687,1),(0.2308725,0.9453232,0.2303519,1),(0.2254178,0.9516678,0.2086027,1),(0.2267754,0.9568476,0.1817017,1),(0.3038416,0.9455835,0.1164136,1),(0.2351246,0.9604771,0.1489968,1),(0.4092202,0.8780936,0.2479726,1),(0.3615583,0.8894005,0.2797182,1),(0.3048911,0.9068716,0.2909039,1),(0.3400567,0.9045821,0.2570849,1),(0.3077717,0.899592,0.3098557,1),(0.2478671,0.9078751,0.3381194,1),(0.2076214,0.914471,0.347327,1),(0.2607243,0.9104437,0.3211154,1),(0.2291797,0.9228936,0.3094255,1),(0.2608833,0.9223824,0.2848694,1),(0.1866173,0.9257153,0.3289762,1),(0.1926282,0.9414324,0.276766,1),(0.2166504,0.9377463,0.271467,1),(0.2362567,0.9348165,0.2651427,1),(0.2817694,0.9247857,0.2556897,1),(0.2353765,0.9397771,0.2478241,1),(0.2140193,0.9123261,0.3490798,1),(0.2387301,0.9136239,0.3290884,1),(0.2199841,0.9173764,0.331704,1),(0.1819536,0.9166932,0.355762,1),(0.326394,0.9048811,0.2732343,1),(0.4753795,0.8637567,0.1671489,1),(0.5077417,0.8494512,0.1436345,1),(0.3285437,0.9061283,0.2664406,1),(0.3498313,0.9074674,0.2326391,1),(0.2228526,0.9266004,0.3029,1),(0.5504916,0.8284233,0.1033148,1),(0.6074442,0.7936944,0.03256682,1),(0.4014136,0.9030231,0.1530245,1),(0.2598728,0.9387836,0.2261667,1),(0.1715284,0.9277743,0.3313801,1),(0.1872246,0.9478073,0.2580862,1),(0.6327142,0.7731355,0.0439812,1),(0.7566,0.6516469,-0.05397001,1),(0.8038792,0.5863549,-0.09983129,1),(0.6833003,0.730131,0.003078801,1),(0.8515227,0.5093148,-0.1245291,1),(0.9215627,0.3495919,-0.1688426,1),(0.9370513,0.2891849,-0.1957216,1),(0.8838526,0.4379113,-0.1644329,1),(0.9080231,0.3719216,-0.1927907,1),(0.8434381,0.5192308,-0.1378827,1),(0.9473156,0.2391263,-0.2131003,1),(0.9536161,0.2012732,-0.2238424,1),(0.9247757,0.3153795,-0.2128979,1),(0.8741264,0.4542194,-0.1720106,1),(0.7327137,0.6793527,-0.04013278,1),(0.779009,0.6201882,-0.09225928,1),(0.9606709,0.1964845,-0.1962278,1),(0.9735572,0.07771596,-0.2148171,1),(0.9754066,0.04151319,-0.2164688,1),(0.9660909,0.1519499,-0.2087576,1),(0.9737898,-0.006259055,-0.2273636,1),(0.969608,-0.05902416,-0.2374374,1),(0.9683156,-0.1022405,-0.2278413,1),(0.9744039,-0.04224171,-0.2208001,1),(0.9751823,-0.06381171,-0.2120085,1),(0.9764358,0.01944019,-0.2149304,1),(0.9687951,-0.1312986,-0.2102305,1),(0.9717743,-0.1375307,-0.1916765,1),(0.9769623,-0.06678088,-0.2026943,1),(0.9771916,0.01271776,-0.2119784,1),(0.9690244,0.1203213,-0.2156726,1),(0.9703385,0.1019603,-0.2191971,1),(0.9658805,-0.08998723,-0.2428525,1),(0.9639402,-0.1061991,-0.2440099,1),(0.9640797,-0.1411601,-0.2249984,1),(0.961426,-0.1608674,-0.223118,1),(0.9649205,-0.1072117,-0.2396544,1),(0.9670157,-0.09460828,-0.2364949,1),(0.966745,-0.1420687,-0.212651,1),(0.9625943,-0.1609265,-0.2179794,1),(0.9590535,-0.203282,-0.1972121,1),(0.9603438,-0.2032079,-0.1909093,1),(0.9670582,-0.1787683,-0.1812189,1),(0.9684398,-0.1932081,-0.1574643,1),(0.9620619,-0.2185118,-0.1633694,1),(0.9608451,-0.2179265,-0.171128,1),(0.9625692,-0.1793576,-0.2032028,1),(0.9647974,-0.1910708,-0.1807146,1),(0.9702289,-0.07636596,-0.2298355,1),(0.9727921,-0.06260639,-0.2230602,1),(0.9749986,-0.0968096,-0.2000141,1),(0.9714232,-0.1165501,-0.2067685,1),(0.974901,-0.05324551,-0.2161778,1),(0.97669,-0.04822179,-0.2091684,1),(0.9797385,-0.07469607,-0.1858305,1),(0.9776849,-0.08288916,-0.1930331,1),(0.980305,-0.1056408,-0.1668596,1),(0.9770746,-0.1230707,-0.1737206,1),(0.9825584,-0.09532402,-0.1596631,1),(0.9857793,-0.1035546,-0.1323458,1),(0.9836605,-0.1141165,-0.1392464,1),(0.9804075,-0.1325055,-0.1457515,1),(0.9724712,-0.1477193,-0.1802181,1),(0.9755605,-0.1588223,-0.1518457,1),(0.9783266,-0.04522982,-0.2020676,1),(0.9800162,-0.04155175,-0.1945297,1),(0.9825618,-0.06606613,-0.173803,1),(0.9813184,-0.06993144,-0.1792312,1),(0.9813488,-0.03806243,-0.1884299,1),(0.9830926,-0.03182138,-0.1803229,1),(0.9835035,-0.06218945,-0.1698626,1),(0.9834358,-0.0632043,-0.1698799,1),(0.9857425,-0.08279982,-0.1464784,1),(0.9851744,-0.08525103,-0.148875,1),(0.9851028,-0.08360305,-0.1502769,1),(0.9876325,-0.0901884,-0.1282501,1),(0.9885568,-0.09088585,-0.1203954,1),(0.9880958,-0.09351617,-0.1221529,1),(0.9841265,-0.08943909,-0.1532831,1),(0.9871738,-0.09774811,-0.1262269,1),(0.1963004,3.647025e-5,0.9805439,1),(0.1937078,3.611592e-5,0.9810594,1),(0.1956736,3.640044e-5,0.980669,1),(0.1843783,4.675738e-5,0.9828553,1),(0.1844013,4.331731e-5,0.982851,1),(0.1817386,4.776902e-5,0.9833469,1),(0.1985937,3.746938e-5,0.9800819,1),(0.2023057,3.83341e-5,0.9793224,1),(0.187933,3.79197e-5,0.9821818,1),(0.1932173,3.021141e-5,0.981156,1),(0.1748343,3.373254e-5,0.9845979,1),(0.1805032,2.813705e-5,0.9835745,1),(0.1847824,2.003008e-5,0.9827795,1),(0.1716268,1.585602e-5,0.9851621,1),(0.1789292,1.078077e-5,0.9838619,1),(0.1660374,1.925731e-5,0.9861194,1),(0.1739613,3.7131e-5,0.9847525,1),(0.1712085,3.804002e-5,0.9852348,1),(0.1664764,2.134661e-5,0.9860454,1),(0.1654788,2.193505e-5,0.9862133,1),(0.2068357,-8.715366e-5,0.9783757,1),(0.2118571,-0.0004666879,0.9773006,1),(0.1997169,-1.765353e-5,0.9798537,1),(0.2064808,-0.0001436655,0.9784506,1),(0.2173578,-0.001100573,0.9760913,1),(0.2233481,-0.001988636,0.9747367,1),(0.2134968,-0.0003480448,0.9769436,1),(0.2207762,-0.0006304874,0.9753243,1),(0.201261,-2.046008e-5,0.9795376,1),(0.2096922,-5.751705e-5,0.9777675,1),(0.2182548,-0.0001058415,0.9758918,1),(0.2056582,6.636473e-7,0.9786238,1),(0.2155421,-7.838867e-8,0.9764946,1),(0.1960017,2.732376e-6,0.9806036,1),(0.1929581,5.312179e-6,0.981207,1),(0.1887781,6.007099e-6,0.9820198,1),(0.229995,-0.003509719,0.9731855,1),(0.2373513,-0.006039006,0.9714051,1),(0.2283337,-0.001113092,0.9735824,1),(0.2361043,-0.001914211,0.9717258,1),(0.2454118,-0.00957867,0.9693716,1),(0.2541745,-0.01413143,0.9670551,1),(0.2440864,-0.003033271,0.9697487,1),(0.2522757,-0.004470921,0.9676451,1),(0.2352703,-0.0003211844,0.97193,1),(0.2435197,-0.0005083169,0.9698959,1),(0.2515968,-0.0007485417,0.9678319,1),(0.2433997,-1.327768e-7,0.9699261,1),(0.2516039,-6.248266e-9,0.9678303,1),(0.2346575,-7.310036e-8,0.9720781,1),(0.2268483,-0.0001869298,0.9739301,1),(0.2253718,1.150588e-7,0.9742729,1),(0.2619762,-0.0223875,0.9648147,1),(0.2674533,-0.03724464,0.9628508,1),(0.2594706,-0.01090797,0.9656894,1),(0.26444,-0.02715199,0.9640199,1),(0.2705109,-0.0587528,0.9609225,1),(0.2710229,-0.0869415,0.9586384,1),(0.267061,-0.05326497,0.9622064,1),(0.2671299,-0.08927016,0.9595168,1),(0.2619239,-0.02488992,0.9647675,1),(0.2624208,-0.05492632,0.9633891,1),(0.2594383,-0.09717697,0.9608582,1),(0.2547183,-0.06679899,0.9647053,1),(0.2450022,-0.1201904,0.9620438,1),(0.258652,-0.02938089,0.9655237,1),(0.2582617,-0.006888859,0.9660504,1),(0.2575038,-0.007287461,0.9662498,1),(0.2660843,-0.129193,0.9552531,1),(0.2512054,-0.1936064,0.9483736,1),(0.2602351,-0.1428205,0.954924,1),(0.2403836,-0.222822,0.9447571,1),(0.2246861,-0.280634,0.9331457,1),(0.1788621,-0.3881287,0.9040821,1),(0.1982317,-0.3297738,0.9230132,1),(0.1415926,-0.4593399,0.8769028,1),(0.2129053,-0.2530749,0.943729,1),(0.1612564,-0.3764586,0.9122912,1),(0.09994654,-0.5250387,0.8451894,1),(0.02500947,-0.5867682,0.8093687,1),(0.1133738,-0.4348099,0.893357,1),(0.1705644,-0.2996696,0.9386724,1),(0.2475718,-0.1600541,0.9555579,1),(0.2166876,-0.1954066,0.9564845,1),(0.1162626,-0.5000852,0.8581362,1),(0.0294338,-0.6036941,0.7966725,1),(-0.02273543,-0.6888052,0.72459,1),(0.07465062,-0.5865694,0.8064513,1),(-0.08196799,-0.6969954,0.7123755,1),(-0.2243156,-0.766883,0.6013095,1),(-0.2845141,-0.809092,0.5142195,1),(-0.1435211,-0.7648208,0.6280534,1),(-0.2091223,-0.8120982,0.5447609,1),(-0.09094494,-0.7537302,0.6508609,1),(-0.3399402,-0.8344738,0.4336983,1),(-0.3963205,-0.8429978,0.3637096,1),(-0.2861272,-0.8364309,0.4674554,1),(-0.1791483,-0.7961009,0.578039,1),(0.01248419,-0.6589909,0.7520473,1),(-0.07517611,-0.7156731,0.6943778,1),(-0.3101774,-0.8061835,0.5038434,1),(-0.2792055,-0.8418016,0.4619679,1),(-0.3508817,-0.8514563,0.3897487,1),(-0.370317,-0.8276482,0.4217391,1),(-0.0929932,-0.8657925,0.4916865,1),(0.3961284,-0.7349039,0.5504529,1),(-0.1670364,-0.8936389,0.4165432,1),(0.3351713,-0.7986944,0.4997475,1),(-0.3950002,-0.8620538,0.3175501,1),(-0.2204085,-0.9112686,0.3478643,1),(0.2865562,-0.848084,0.4456894,1),(-0.2538636,-0.9200029,0.2985763,1),(0.2631252,-0.8843738,0.385549,1),(-0.4277917,-0.8646594,0.2633597,1),(-0.417776,-0.8389263,0.3488063,1),(-0.4577415,-0.8408602,0.2888367,1),(0.8167359,-0.3584015,0.4522067,1),(0.9386187,-0.08231537,0.3349912,1),(0.7989169,-0.4187009,0.4317654,1),(0.9383391,-0.1196444,0.3243534,1),(0.9636598,0.0915297,0.2509624,1),(0.9573815,0.2225334,0.184118,1),(0.9675019,0.07738126,0.240733,1),(0.9575353,0.2349696,0.1670789,1),(0.938147,-0.1558684,0.3091684,1),(0.9713613,0.06073689,0.2297136,1),(0.9579448,0.241387,0.1551581,1),(0.9740173,0.04821046,0.2212834,1),(0.9568543,0.2472392,0.1526525,1),(0.9384928,-0.1830062,0.2928138,1),(0.7830353,-0.4725577,0.404407,1),(0.7741601,-0.5116432,0.3726895,1),(0.9408451,0.3088107,0.1394511,1),(0.9364016,0.3239352,0.1349743,1),(0.9301047,0.3486424,0.1155585,1),(0.919183,0.3805826,0.1012889,1),(0.9481816,0.2666997,0.172693,1),(0.959197,0.1270609,0.2525797,1),(0.9326541,0.3370615,0.1286304,1),(0.9549698,0.2135143,0.2060203,1),(0.91443,0.3919578,0.1009298,1),(0.9029152,0.4223165,0.07995515,1),(0.9459191,0.2788077,0.1658416,1),(0.9374122,0.3200412,0.1372295,1),(0.8997002,0.4279104,0.08621006,1),(0.8896448,0.4509959,0.07165769,1),(0.9213063,0.375792,0.09987605,1),(0.9137529,0.3949823,0.09510386,1),(0.9408492,-0.05749514,0.3339118,1),(0.8912914,-0.2436047,0.3824348,1),(0.957023,0.03542606,0.2878402,1),(0.9250695,-0.1592887,0.3447805,1),(0.8098633,-0.4311146,0.3978208,1),(0.6916232,-0.6156076,0.3777362,1),(0.8488889,-0.3737462,0.3737666,1),(0.712453,-0.5986789,0.3660522,1),(0.9489655,-0.08772425,0.3029337,1),(0.8823676,-0.3239545,0.341293,1),(0.7289822,-0.5851916,0.355156,1),(0.7376004,-0.5794919,0.3466046,1),(0.9042746,-0.291365,0.3120798,1),(0.9633917,-0.04145915,0.2648727,1),(0.9630993,0.1108007,0.2452812,1),(0.9655725,0.1570743,0.2073587,1),(0.5556906,-0.7585731,0.3402569,1),(0.4430098,-0.8424127,0.30673,1),(0.4053343,-0.8612612,0.3064849,1),(0.5422091,-0.7692204,0.3380966,1),(0.3628048,-0.8879141,0.2828096,1),(0.3134137,-0.9097967,0.2721063,1),(0.2582624,-0.9258145,0.2759853,1),(0.312111,-0.9064028,0.2846412,1),(0.2609708,-0.920835,0.2897538,1),(0.3659423,-0.8779326,0.3087405,1),(0.2029045,-0.9373347,0.2832552,1),(0.150307,-0.9441281,0.2933087,1),(0.2124883,-0.9306577,0.2978673,1),(0.3271096,-0.8913788,0.3137565,1),(0.5260948,-0.7809582,0.3366431,1),(0.5071114,-0.7936511,0.3360895,1),(0.2794484,-0.9219951,0.2680178,1),(0.2469588,-0.9326488,0.2630163,1),(0.187916,-0.9439272,0.2714574,1),(0.2228359,-0.9355268,0.2741054,1),(0.216118,-0.9418895,0.2571716,1),(0.1870609,-0.9498555,0.2505651,1),(0.1202474,-0.9570004,0.2639903,1),(0.1536698,-0.9510626,0.2680775,1),(0.0909077,-0.955398,0.2809813,1),(0.1283145,-0.9506432,0.2825115,1),(0.05364478,-0.9588871,0.2786717,1),(-0.006451048,-0.9562103,0.2926095,1),(0.03234145,-0.9551646,0.2943037,1),(0.07151368,-0.952822,0.2949846,1),(0.165703,-0.9446169,0.2832691,1),(0.110898,-0.9491489,0.2946492,1),(0.1586901,-0.9568652,0.2433648,1),(0.1297329,-0.9630796,0.2358959,1),(0.05879984,-0.9656627,0.2530577,1),(0.08842838,-0.9618264,0.2589793,1),(0.1001224,-0.968476,0.2281002,1),(0.06977663,-0.9730197,0.2199179,1),(0.005974065,-0.9710764,0.2386942,1),(0.03133187,-0.9686909,0.2462849,1),(-0.03039973,-0.9642086,0.2633965,1),(-0.008401466,-0.962842,0.2699345,1),(-0.04651976,-0.9656693,0.2555754,1),(-0.0826474,-0.9597659,0.2683635,1),(-0.07795867,-0.9576944,0.277027,1),(-0.06381732,-0.9566816,0.2840559,1),(0.01958599,-0.9612205,0.2750846,1),(-0.04004329,-0.956392,0.2893283,1),(0.04321784,-0.9759409,0.2137087,1),(0.0255747,-0.9769136,0.2120987,1),(-0.01931719,-0.9735448,0.2276783,1),(-0.01262768,-0.972679,0.2318103,1),(0.01681631,-0.9764454,0.2151083,1),(0.01687896,-0.974745,0.2226816,1),(0.002484902,-0.9737624,0.2275536,1),(-0.01424113,-0.9739537,0.2262992,1),(-0.02761613,-0.9720303,0.2332262,1),(-0.04698967,-0.9696741,0.2398417,1),(0.004687092,-0.9738383,0.2271932,1),(0.01826816,-0.9743649,0.2242305,1),(-0.02587851,-0.9712738,0.2365533,1),(-0.05747912,-0.967095,0.2478378,1),(-0.05333364,-0.9674799,0.2472608,1),(-0.07642082,-0.9630181,0.2583717,1),(0.02410839,-0.9732469,0.2284931,1),(0.03667248,-0.9733191,0.2265062,1),(0.05072521,-0.9737386,0.2219469,1),(0.02585873,-0.9734331,0.2275065,1),(0.0545119,-0.9746963,0.2167844,1),(0.07748878,-0.9768565,0.1993666,1),(0.1048722,-0.9753014,0.1943939,1),(0.07708064,-0.9744629,0.2109043,1),(0.1100162,-0.9740813,0.1976412,1),(0.07733463,-0.9745568,0.2103767,1),(0.1403764,-0.9732096,0.1820922,1),(0.1741173,-0.9701809,0.1686184,1),(0.1434503,-0.9725306,0.18332,1),(0.1074019,-0.9743899,0.1975582,1),(0.04225044,-0.9745278,0.2202512,1),(0.06573534,-0.9752208,0.2112423,1),(0.1010763,-0.9787044,0.1786659,1),(0.1208632,-0.9798157,0.1592276,1),(0.153742,-0.9753648,0.1581987,1),(0.1313276,-0.9756586,0.1756228,1),(0.1369746,-0.98048,0.1410563,1),(0.1495372,-0.9809318,0.1241425,1),(0.1869147,-0.9740634,0.1275281,1),(0.1722324,-0.9747437,0.1421652,1),(0.2101319,-0.9680074,0.1371362,1),(0.1908233,-0.9700012,0.1506126,1),(0.225628,-0.9661341,0.1252068,1),(0.255666,-0.9591383,0.1211962,1),(0.2409438,-0.9617208,0.1305345,1),(0.2224985,-0.9645991,0.141574,1),(0.167602,-0.9718436,0.1656182,1),(0.200245,-0.9675214,0.1542862,1),(0.1589501,-0.9813817,0.1078185,1),(0.1656551,-0.9819272,0.09152736,1),(0.205554,-0.973552,0.09971997,1),(0.197953,-0.9736079,0.1135882,1),(0.1696923,-0.9826178,0.07527751,1),(0.1711123,-0.9834784,0.05908395,1),(0.2106769,-0.9748784,0.07230086,1),(0.2097743,-0.9739647,0.08595173,1),(0.2487189,-0.9641327,0.09266574,1),(0.2449052,-0.9640296,0.1032882,1),(0.2487481,-0.9650661,0.0822916,1),(0.2748036,-0.9572324,0.09049381,1),(0.2759675,-0.9562038,0.09755063,1),(0.2732189,-0.9562013,0.1050259,1),(0.2372328,-0.9647235,0.1141452,1),(0.2664785,-0.9572042,0.1129134,1),(0.1713556,-0.9841688,0.04526598,1),(0.1717371,-0.9844663,0.03650567,1),(0.2063471,-0.9770665,0.05255366,1),(0.2092552,-0.9759902,0.06045925,1),(0.1722321,-0.9845138,0.03269028,1),(0.1727972,-0.9843807,0.0337026,1),(0.1961443,-0.9793894,0.04820501,1),(0.2019732,-0.9781893,0.04850203,1),(0.2303549,-0.9710934,0.0625653,1),(0.2393467,-0.9686501,0.06655964,1),(0.2185477,-0.9739128,0.06108072,1),(0.2330755,-0.9697383,0.07268725,1),(0.2489436,-0.9655928,0.07521793,1),(0.2612121,-0.9620427,0.0790079,1),(0.2454921,-0.966637,0.07311909,1),(0.2698502,-0.9592235,0.08408915,1),(0.1717941,-0.9844964,0.03540826,1),(0.1677631,-0.9852601,0.03343702,1),(0.1820564,-0.9822559,0.04504286,1),(0.1892987,-0.9807324,0.04826863,1),(0.1607187,-0.9866072,0.02785375,1),(0.1506515,-0.9884101,0.01869901,1),(0.1662472,-0.9856603,0.02890746,1),(0.1743832,-0.9839217,0.03858105,1),(0.1864616,-0.9811938,0.04990833,1),(0.1954459,-0.9791084,0.05610497,1),(0.1791288,-0.98296,0.04126045,1),(0.1858492,-0.9810741,0.05434898,1),(0.1933063,-0.9792299,0.061167,1),(0.2036269,-0.9767871,0.06650645,1),(0.2061235,-0.9766945,0.05983968,1),(0.2168667,-0.9736628,0.07035294,1),(0.1395583,-0.9901749,0.008775194,1),(0.1295032,-0.9915788,0.0007357771,1),(0.1498321,-0.9886593,0.01015582,1),(0.1579437,-0.9872732,0.01858228,1),(0.1205264,-0.9926953,-0.005421747,1),(0.1126623,-0.9935859,-0.009703983,1),(0.1343746,-0.9909301,-0.0009591463,1),(0.141959,-0.9898658,0.003646066,1),(0.158071,-0.9872617,0.01811,1),(0.1654193,-0.9859242,0.0242897,1),(0.1504685,-0.9885229,0.01347189,1),(0.1585004,-0.9869,0.03009809,1),(0.1658849,-0.9855301,0.03482319,1),(0.1729423,-0.9841012,0.04044453,1),(0.1724552,-0.984497,0.03201462,1),(0.1796129,-0.9826159,0.046957,1),(0.1076337,-0.9940994,-0.01346119,1),(0.1071107,-0.994093,-0.01750705,1),(0.1274867,-0.9917728,-0.01156514,1),(0.1289476,-0.991636,-0.005524624,1),(0.1110434,-0.993575,-0.02186194,1),(0.1194209,-0.9924893,-0.02652473,1),(0.1362434,-0.9902773,-0.02808013,1),(0.1299274,-0.9913399,-0.01907793,1),(0.1418646,-0.9898371,-0.009844918,1),(0.1415224,-0.989935,0.0004826907,1),(0.1453629,-0.9891164,-0.02276895,1),(0.1484273,-0.9888209,-0.01422983,1),(0.1472517,-0.989097,0.002030026,1),(0.1485083,-0.9888004,0.01479938,1),(0.1443689,-0.9894895,0.008256511,1),(0.1522367,-0.988049,0.02414955,1),(0.1306202,-0.9909917,-0.02955846,1),(0.1431317,-0.9892603,-0.02962181,1),(0.1537853,-0.9872691,-0.04061573,1),(0.1447285,-0.9888166,-0.0359939,1),(0.1569691,-0.9872419,-0.02672194,1),(0.1721396,-0.9848518,-0.02085681,1),(0.1737159,-0.9839818,-0.04003254,1),(0.163439,-0.9856608,-0.04195848,1),(0.1602123,-0.985793,-0.0504399,1),(0.1553156,-0.9868638,-0.04446229,1),(0.1650811,-0.9848443,-0.05319763,1),(0.1521738,-0.9864694,-0.06100272,1),(0.1522951,-0.9868593,-0.05398916,1),(0.1517141,-0.9874509,-0.04385868,1),(0.1503714,-0.9880012,-0.03524284,1),(0.1504266,-0.9881474,-0.03060472,1),(0.1855048,-0.9825346,-0.01461523,1),(0.1940963,-0.9809249,-0.01062604,1),(0.1856523,-0.9820052,-0.03462691,1),(0.1819692,-0.9826129,-0.03686595,1),(0.197915,-0.9801787,-0.008909985,1),(0.1969562,-0.9803664,-0.009478346,1),(0.1793168,-0.9832394,-0.03294992,1),(0.1847689,-0.9822171,-0.03331907,1),(0.161744,-0.9852979,-0.05501901,1),(0.1668256,-0.9844665,-0.05472511,1),(0.1526987,-0.9867418,-0.05498727,1),(0.1265838,-0.9892558,-0.07314032,1),(0.1374515,-0.987896,-0.07189182,1),(0.1453408,-0.9869415,-0.06944494,1),(0.1679367,-0.9843115,-0.05411336,1),(0.1502476,-0.9864554,-0.0658121,1),(0.1887289,-0.9819368,-0.0134707,1),(0.1707256,-0.9850805,-0.02165378,1),(0.1472182,-0.9882805,-0.04035468,1),(0.1674501,-0.9852613,-0.03493709,1),(0.1430123,-0.9891382,-0.03395531,1),(0.1057861,-0.9931201,-0.05021727,1),(0.08224712,-0.9947386,-0.06107751,1),(0.1187325,-0.9917107,-0.04911557,1),(0.09314904,-0.9934946,-0.06551268,1),(0.1188713,-0.9911174,-0.0596311,1),(0.06183576,-0.9953669,-0.07362699,1),(0.05231141,-0.9948143,-0.08722362,1),(0.075435,-0.993807,-0.08159256,1),(0.09561507,-0.9924104,-0.07732762,1),(0.1387655,-0.9887353,-0.05609518,1),(0.1126999,-0.9908328,-0.07449185,1),(0.07814562,-0.9947925,-0.0654321,1),(0.0780445,-0.994158,-0.07455782,1),(0.05906378,-0.9952288,-0.07766094,1),(0.05645592,-0.9958047,-0.0720116,1),(0.1051751,-0.9914108,-0.0777352,1),(0.1594503,-0.9843656,-0.07483347,1),(0.1488421,-0.9861513,-0.07315493,1),(0.08982623,-0.9928897,-0.07811047,1),(0.08263721,-0.9932879,-0.08093313,1),(0.04858216,-0.9953574,-0.08308702,1),(0.144021,-0.9868091,-0.07393035,1),(0.150609,-0.9854394,-0.07890653,1),(0.08905263,-0.9921616,-0.08766388,1),(0.05226031,-0.9944047,-0.09180439,1),(0.04161362,-0.995873,-0.0806552,1),(0.04001927,-0.9949883,-0.09163463,1),(0.2261541,-0.9714993,-0.07101629,1),(0.2912948,-0.9539548,-0.0715372,1),(0.2898391,-0.9545628,-0.06930479,1),(0.2204953,-0.9729898,-0.06835642,1),(0.3552163,-0.9316533,-0.07644303,1),(0.4181893,-0.9042973,-0.08581392,1),(0.4237126,-0.9014101,-0.08903588,1),(0.3574205,-0.9308361,-0.07612319,1),(0.360146,-0.9296772,-0.07742839,1),(0.2895913,-0.954654,-0.06908289,1),(0.4299822,-0.8979976,-0.09335773,1),(0.4391985,-0.8930199,-0.09808186,1),(0.3673361,-0.9265614,-0.08092158,1),(0.2956557,-0.9525603,-0.07222534,1),(0.2177732,-0.9736288,-0.06798367,1),(0.2236488,-0.9720343,-0.0716287,1),(0.4728614,-0.8754717,-0.09975715,1),(0.5124874,-0.8503602,-0.1193491,1),(0.5174686,-0.8458982,-0.1291609,1),(0.4798791,-0.8708118,-0.1067845,1),(0.5377053,-0.8306163,-0.1447392,1),(0.5490281,-0.8170433,-0.176092,1),(0.5389627,-0.8212144,-0.1874198,1),(0.5369732,-0.829033,-0.15609,1),(0.5408375,-0.8245068,-0.1663834,1),(0.5252661,-0.8395378,-0.1388228,1),(0.5359871,-0.8210013,-0.1966584,1),(0.540195,-0.817086,-0.2013943,1),(0.548856,-0.8178762,-0.1727299,1),(0.5355401,-0.8318594,-0.1456252,1),(0.4884788,-0.8650456,-0.1143873,1),(0.4992031,-0.8580492,-0.1206143,1),(0.5561112,-0.8045837,-0.2082916,1),(0.5676538,-0.789107,-0.2346901,1),(0.5469045,-0.8004957,-0.2451571,1),(0.5378771,-0.814108,-0.2188982,1),(0.5835403,-0.7710305,-0.2549362,1),(0.6034707,-0.7506833,-0.2688823,1),(0.593556,-0.7538681,-0.2817342,1),(0.565695,-0.7804843,-0.2661456,1),(0.5565748,-0.7843798,-0.2738119,1),(0.5358213,-0.8058149,-0.2521068,1),(0.5902449,-0.7527469,-0.2915185,1),(0.5947354,-0.745593,-0.3006345,1),(0.5573708,-0.7820184,-0.2788998,1),(0.5354362,-0.8050864,-0.255233,1),(0.5287849,-0.8179819,-0.2264773,1),(0.5295309,-0.8166331,-0.2295811,1),(0.6397408,-0.7165338,-0.2780485,1),(0.7027314,-0.6519713,-0.284784,1),(0.7130578,-0.6369432,-0.2930051,1),(0.6398668,-0.7113112,-0.2908725,1),(0.787039,-0.5465758,-0.2860495,1),(0.8783723,-0.3898173,-0.2765946,1),(0.9042563,-0.3410648,-0.256896,1),(0.80713,-0.5176311,-0.2838998,1),(0.8262367,-0.4889219,-0.2798006,1),(0.7251807,-0.6201537,-0.299203,1),(0.9255044,-0.2968569,-0.2351969,1),(0.9412369,-0.2584204,-0.2174676,1),(0.8438612,-0.4584548,-0.2787787,1),(0.7395685,-0.5985574,-0.3078431,1),(0.6441678,-0.7030659,-0.301241,1),(0.6536671,-0.6891087,-0.3128076,1),(0.941691,-0.220317,-0.2543192,1),(0.9712437,-0.08735696,-0.2214825,1),(0.9832979,-0.02294357,-0.1805514,1),(0.9633319,-0.1561534,-0.2181923,1),(0.982074,0.01494973,-0.1879019,1),(0.9853587,0.08607525,-0.1471716,1),(0.9862944,0.06502342,-0.1516417,1),(0.985818,0.1099497,-0.1267829,1),(0.9893667,0.02731361,-0.1428544,1),(0.9876397,0.0995346,-0.1210814,1),(0.9862797,0.1196278,-0.113761,1),(0.9882906,0.1174513,-0.09740026,1),(0.987147,0.1195699,-0.1060363,1),(0.9917845,0.05997714,-0.1129876,1),(0.9779735,-0.1026379,-0.1817514,1),(0.9864137,-0.06354539,-0.1514927,1),(0.9844361,0.1333328,-0.1144902,1),(0.9816288,0.1595096,-0.1046972,1),(0.9834845,0.1369764,-0.1183039,1),(0.9852302,0.1288282,-0.1128037,1),(0.9784274,0.1666501,-0.1220957,1),(0.9743494,0.1517911,-0.1661403,1),(0.9748396,0.1157356,-0.1905069,1),(0.9805559,0.1330873,-0.144215,1),(0.98009,0.09515554,-0.1742665,1),(0.9841064,0.1069868,-0.1417336,1),(0.9724997,0.07929534,-0.2189901,1),(0.9686065,0.04948688,-0.2436233,1),(0.9775488,0.06193294,-0.2014018,1),(0.9833378,0.07818434,-0.1641156,1),(0.9858722,0.1150544,-0.1217312,1),(0.9863402,0.09785583,-0.1325046,1),(0.9671975,0.1324808,-0.2167436,1),(0.9586711,0.1288913,-0.2536465,1),(0.9567852,0.1010517,-0.2726729,1),(0.9658324,0.09962998,-0.2392524,1),(0.9504879,0.1415862,-0.2766335,1),(0.9430534,0.1707509,-0.2854721,1),(0.9429204,0.1575678,-0.2933829,1),(0.9491886,0.1203471,-0.2907878,1),(0.9475714,0.1046132,-0.3019346,1),(0.953943,0.0783683,-0.2895708,1),(0.9426875,0.1486721,-0.2987258,1),(0.9426414,0.1437009,-0.3012924,1),(0.9461492,0.09455919,-0.309613,1),(0.951085,0.06243508,-0.3025541,1),(0.9625409,0.06998196,-0.2619495,1),(0.9586625,0.04744005,-0.2805631,1),(0.9348907,0.2081994,-0.2874585,1),(0.9250264,0.2454234,-0.2899888,1),(0.9265874,0.2470244,-0.2835749,1),(0.9356104,0.2032933,-0.2886262,1),(0.9143029,0.2811802,-0.2915269,1),(0.9023122,0.3160209,-0.2931956,1),(0.9144166,0.2908204,-0.2815417,1),(0.8997706,0.3336985,-0.2811729,1),(0.9271082,0.2504595,-0.2788199,1),(0.9142305,0.299567,-0.2728409,1),(0.8992515,0.3460421,-0.2675845,1),(0.9149221,0.3053747,-0.2639388,1),(0.8993172,0.354167,-0.2565039,1),(0.9275469,0.2541103,-0.2740159,1),(0.9368562,0.1998202,-0.2870059,1),(0.9366407,0.2006734,-0.2871138,1),(0.8870896,0.3486519,-0.3025127,1),(0.8722475,0.371439,-0.3181471,1),(0.8845589,0.3691123,-0.285152,1),(0.8697861,0.3926025,-0.2988904,1),(0.8585153,0.3841739,-0.3396496,1),(0.8450374,0.3879072,-0.3680215,1),(0.8558631,0.4044742,-0.3223335,1),(0.8425866,0.4047924,-0.3552336,1),(0.8677744,0.40968,-0.2813003,1),(0.8539492,0.4215533,-0.3050629,1),(0.8412976,0.4203046,-0.3399447,1),(0.8531069,0.4332187,-0.2907411,1),(0.8409921,0.4320684,-0.3256519,1),(0.8668399,0.4207073,-0.26757,1),(0.8830507,0.3846502,-0.2688229,1),(0.8824472,0.3945212,-0.256203,1),(0.8323123,0.3901122,-0.3937877,1),(0.8214519,0.3984168,-0.4080208,1),(0.8299982,0.4014992,-0.387171,1),(0.8188955,0.4030312,-0.408627,1),(0.8125947,0.4131489,-0.4110933,1),(0.8055132,0.4346446,-0.402781,1),(0.8097497,0.4096459,-0.420114,1),(0.8027254,0.4215469,-0.4218176,1),(0.8175206,0.4111562,-0.4032501,1),(0.8070507,0.4122553,-0.4227466,1),(0.7980983,0.4173779,-0.4345512,1),(0.8047001,0.4180606,-0.4215247,1),(0.7930667,0.4187339,-0.4423877,1),(0.8168658,0.4201677,-0.3952082,1),(0.8291336,0.4139233,-0.3757727,1),(0.8291424,0.4249104,-0.3632824,1),(0.7935859,0.4729256,-0.3828352,1),(0.7675103,0.5372573,-0.349689,1),(0.7920623,0.451186,-0.4111795,1),(0.7699152,0.510277,-0.3832074,1),(0.7205523,0.6252501,-0.2997779,1),(0.6448061,0.7288959,-0.2300779,1),(0.7293413,0.5973495,-0.333519,1),(0.6606609,0.7052176,-0.2572847,1),(0.7662857,0.494427,-0.4103024,1),(0.7310334,0.5787672,-0.361412,1),(0.6701273,0.687363,-0.2801099,1),(0.7292191,0.5672198,-0.382755,1),(0.6757461,0.6743371,-0.297719,1),(0.760196,0.4863934,-0.4307245,1),(0.786421,0.4403906,-0.4331259,1),(0.7794349,0.4368328,-0.4490639,1),(0.5510389,0.8204073,-0.1526045,1),(0.4574278,0.8854524,-0.08206025,1),(0.5714878,0.8030007,-0.1690904,1),(0.4791471,0.8732615,-0.08849975,1),(0.3669091,0.9300647,-0.01890161,1),(0.2796795,0.9593481,0.03782116,1),(0.3875425,0.921703,-0.01656077,1),(0.2975806,0.9535153,0.04747971,1),(0.4988359,0.8615497,-0.09431242,1),(0.408612,0.9125758,-0.01554388,1),(0.3186561,0.9463557,0.05356522,1),(0.4293162,0.9030084,-0.01623117,1),(0.3414494,0.9382701,0.05533122,1),(0.5164927,0.8505015,-0.09940987,1),(0.5875881,0.7881693,-0.1831106,1),(0.6004374,0.7757534,-0.1941174,1),(0.2049511,0.9753955,0.08123226,1),(0.154946,0.9825426,0.1029645,1),(0.2185876,0.9709998,0.09684443,1),(0.1627972,0.9789176,0.123359,1),(0.130622,0.9860021,0.1036232,1),(0.131889,0.9877292,0.08364329,1),(0.1313725,0.9830437,0.1279311,1),(0.123986,0.9859957,0.1115352,1),(0.1768561,0.9745886,0.1374728,1),(0.1376757,0.9796376,0.1461356,1),(0.1197468,0.9836628,0.1344179,1),(0.1473591,0.976428,0.1577135,1),(0.1173269,0.9813818,0.1520664,1),(0.1949403,0.9701123,0.1445005,1),(0.2376637,0.9654385,0.1069788,1),(0.2602264,0.9591768,0.1107347,1),(0.1413479,0.9881945,0.05909685,1),(0.1417234,0.9888055,0.04667136,1),(0.1250455,0.9880677,0.0899211,1),(0.1197543,0.9896932,0.07852626,1),(0.1327443,0.9900609,0.0464586,1),(0.1135032,0.9917739,0.05917389,1),(0.1076646,0.9911857,0.07719653,1),(0.08761141,0.992379,0.08664967,1),(0.09971198,0.9893598,0.1059465,1),(0.08569634,0.9910973,0.101894,1),(0.06755071,0.9921918,0.1048443,1),(0.06685767,0.9903696,0.1212357,1),(0.05434134,0.9918958,0.1148457,1),(0.08093019,0.9883094,0.1292086,1),(0.110811,0.9869739,0.1166337,1),(0.09738756,0.9854593,0.1392329,1),(0.09593078,0.9929241,0.06999352,1),(0.09419714,0.993581,0.0626401,1),(0.07006356,0.9930534,0.09453135,1),(0.06800421,0.9938442,0.08746044,1),(0.10933,0.9933432,0.03628189,1),(0.1410154,0.9899699,-0.008623543,1),(0.08287814,0.9944648,0.06458278,1),(0.1142111,0.9930978,0.02669682,1),(0.05152249,0.993785,0.09867503,1),(0.06492208,0.9946101,0.08084508,1),(0.09244355,0.9942426,0.05418129,1),(0.05931778,0.9947055,0.08391977,1),(0.07931611,0.9943348,0.07076305,1),(0.04821451,0.994172,0.09642269,1),(0.05291843,0.9928984,0.1065482,1),(0.04687715,0.9931539,0.1069947,1),(0.1768539,0.9824772,-0.05883115,1),(0.2053668,0.9732358,-0.1031337,1),(0.1500824,0.9885477,-0.01576284,1),(0.1802342,0.9820673,-0.0553121,1),(0.2271512,0.9634343,-0.1421147,1),(0.2427078,0.95393,-0.1763813,1),(0.2053823,0.9742896,-0.09261754,1),(0.2260924,0.9656153,-0.1283323,1),(0.1531889,0.988175,-0.006587926,1),(0.1796579,0.9829596,-0.03890338,1),(0.2043906,0.9761397,-0.07331996,1),(0.1518162,0.9883458,0.01115357,1),(0.1783076,0.9837812,-0.0195166,1),(0.1268684,0.9912602,0.03616222,1),(0.1243728,0.9919393,0.02424661,1),(0.1029,0.9931158,0.05596786,1),(0.2543623,0.9449378,-0.2058943,1),(0.2636748,0.9366876,-0.230417,1),(0.2434538,0.9563863,-0.1614171,1),(0.2575579,0.9472864,-0.190558,1),(0.2707473,0.9296147,-0.2500251,1),(0.2756717,0.9240533,-0.264822,1),(0.2685177,0.9387863,-0.2158207,1),(0.2764419,0.9312705,-0.2373076,1),(0.2453318,0.959318,-0.1397182,1),(0.2600164,0.9506534,-0.169262,1),(0.2709826,0.9423224,-0.196461,1),(0.2436706,0.962836,-0.1164961,1),(0.257715,0.9549648,-0.1470548,1),(0.2258073,0.9704493,-0.0850841,1),(0.22682,0.9679578,-0.107752,1),(0.2040433,0.9775388,-0.0527654,1),(0.2790011,0.919798,-0.2759165,1),(0.2812949,0.9165202,-0.2843657,1),(0.2819749,0.9247748,-0.255503,1),(0.2857795,0.9192265,-0.2708372,1),(0.2825822,0.9142914,-0.2902045,1),(0.2828777,0.9131598,-0.293461,1),(0.287906,0.914774,-0.2833701,1),(0.2883901,0.9115321,-0.2931558,1),(0.2844499,0.9273878,-0.2429817,1),(0.2876766,0.9211545,-0.2621387,1),(0.2886425,0.9159902,-0.2786531,1),(0.2817681,0.9322136,-0.2271221,1),(0.2843604,0.9257206,-0.2493604,1),(0.2765011,0.9393942,-0.202696,1),(0.2789063,0.9345164,-0.2211114,1),(0.2685038,0.9470595,-0.1760228,1),(0.2822487,0.913027,-0.2944781,1),(0.2809923,0.9137133,-0.2935495,1),(0.2876967,0.9094293,-0.3002818,1),(0.2865133,0.9083006,-0.3047953,1),(0.2791129,0.9152104,-0.2906646,1),(0.2766005,0.9174991,-0.2858103,1),(0.2848583,0.9081807,-0.3066978,1),(0.2827255,0.9090856,-0.3059896,1),(0.2872739,0.9086957,-0.302896,1),(0.2859407,0.9065732,-0.3104235,1),(0.2842003,0.9055714,-0.3149137,1),(0.2853384,0.910717,-0.2986245,1),(0.2844944,0.9075655,-0.3088492,1),(0.2856226,0.914883,-0.2853226,1),(0.2881831,0.911868,-0.2923135,1),(0.2853084,0.9199377,-0.2689122,1),(0.2734994,0.9203737,-0.2794822,1),(0.2698779,0.9236234,-0.2721869,1),(0.2802078,0.9107768,-0.3032644,1),(0.2774401,0.9129931,-0.2991166,1),(0.2657309,0.9272209,-0.2639099,1),(0.2610434,0.9311368,-0.2546379,1),(0.27442,0.9157144,-0.2935318,1),(0.2711327,0.9189171,-0.2864936,1),(0.2802222,0.9060512,-0.3170913,1),(0.2781811,0.9072898,-0.315342,1),(0.2761014,0.9091859,-0.3116873,1),(0.2809675,0.9031904,-0.3245062,1),(0.2797353,0.9033567,-0.3251073,1),(0.2821761,0.9038528,-0.3216004,1),(0.2822268,0.9054795,-0.3169462,1),(0.2833548,0.9053236,-0.3163847,1),(0.2557845,0.9352679,-0.2446389,1),(0.2498718,0.9395242,-0.2342186,1),(0.2674752,0.9224958,-0.2783136,1),(0.2633218,0.9263536,-0.2693149,1),(0.243302,0.9438797,-0.2233726,1),(0.2360612,0.9483078,-0.2121023,1),(0.2586612,0.9304609,-0.2594936,1),(0.2534899,0.9347818,-0.2488489,1),(0.2713469,0.9145874,-0.2998345,1),(0.2685582,0.9179627,-0.2919262,1),(0.2654863,0.9217393,-0.28269,1),(0.2756113,0.9082094,-0.3149508,1),(0.2740995,0.9111241,-0.30777,1),(0.2770498,0.9059234,-0.3202286,1),(0.273857,0.911652,-0.30642,1),(0.2784219,0.9042989,-0.3236122,1),(0.2285048,0.9526681,-0.200522,1),(0.2209064,0.9568528,-0.1887669,1),(0.247984,0.9392302,-0.2373824,1),(0.2422313,0.9437426,-0.2251089,1),(0.2132664,0.9608577,-0.1768323,1),(0.205575,0.964679,-0.1647219,1),(0.236236,0.9482815,-0.2120256,1),(0.2299817,0.9528113,-0.198139,1),(0.2584479,0.9304835,-0.2596249,1),(0.2544053,0.9353805,-0.2456443,1),(0.2499885,0.9405259,-0.2300362,1),(0.2681625,0.9242218,-0.2718509,1),(0.2655371,0.9298416,-0.2547246,1),(0.2704473,0.9191497,-0.2863952,1),(0.2621363,0.9259132,-0.2719728,1),(0.2724203,0.9147496,-0.298363,1),(0.1984783,0.9682254,-0.1521378,1),(0.1924867,0.9714341,-0.1387973,1),(0.2237905,0.9572915,-0.1830594,1),(0.2177771,0.9617015,-0.166443,1),(0.1875937,0.9743016,-0.1246798,1),(0.1837881,0.9768184,-0.1097633,1),(0.2119329,0.9659724,-0.1482628,1),(0.2062335,0.9700292,-0.1284953,1),(0.2395479,0.9516488,-0.1923051,1),(0.2331966,0.9574945,-0.1697747,1),(0.2260428,0.9632989,-0.1447753,1),(0.2510546,0.9502448,-0.1844085,1),(0.2432666,0.9576219,-0.1542132,1),(0.2573189,0.9429612,-0.2112137,1),(0.2451376,0.9459392,-0.212383,1),(0.2621309,0.9360724,-0.2346397,1),(0.1814768,0.9788856,-0.09407002,1),(0.181045,0.980405,-0.07764596,1),(0.2013474,0.9736007,-0.107522,1),(0.1979018,0.9764638,-0.08575172,1),(0.1824997,0.9813448,-0.06046819,1),(0.1858459,0.9816588,-0.04251296,1),(0.1958961,0.9785894,-0.06314709,1),(0.1953266,0.9799356,-0.0396701,1),(0.2126374,0.9728763,-0.09108858,1),(0.2071469,0.9762595,-0.06330623,1),(0.2024463,0.9786734,-0.03484155,1),(0.2181529,0.97419,-0.05799384,1),(0.2099259,0.9773819,-0.02560467,1),(0.2264404,0.9698398,-0.09019747,1),(0.218932,0.9685507,-0.1182299,1),(0.2348028,0.9643239,-0.1222581,1),(0.1906617,0.9813455,-0.02467521,1),(0.1965178,0.9804679,-0.007959777,1),(0.1959657,0.9804727,-0.01645179,1),(0.1977028,0.980247,0.005421872,1),(0.2034201,0.9790618,0.007627695,1),(0.2113806,0.9771544,0.02207368,1),(0.2005595,0.9793373,0.02596685,1),(0.2045627,0.97781,0.04518672,1),(0.1960655,0.9803984,0.01942422,1),(0.1947447,0.9798598,0.04415021,1),(0.1946901,0.9785512,0.06733056,1),(0.1905345,0.9796812,0.06262079,1),(0.1865627,0.978484,0.08811022,1),(0.1957646,0.980018,0.03522969,1),(0.1986385,0.9800487,-0.006892991,1),(0.2022329,0.97932,0.005845269,1),(0.219932,0.9748916,0.03487616,1),(0.2286601,0.9724347,0.04566614,1),(0.2092961,0.9758316,0.06283141,1),(0.214456,0.9735501,0.07879642,1),(0.2376232,0.9698284,0.05448003,1),(0.2468777,0.967104,0.06132927,1),(0.2200979,0.9710216,0.09313417,1),(0.2262689,0.9682925,0.1058857,1),(0.1971112,0.9742518,0.1094554,1),(0.1993541,0.971446,0.12865,1),(0.2023284,0.9682644,0.1467218,1),(0.179641,0.9712243,0.1563727,1),(0.1787522,0.9678298,0.1770688,1),(0.1812545,0.9741626,0.134737,1),(0.1955643,0.97664,0.08904568,1),(0.1835671,0.9766027,0.1120279,1),(0.2548988,0.9639906,0.07581855,1),(0.2528751,0.9623975,0.09922352,1),(0.226057,0.9620463,0.1528566,1),(0.2294354,0.9654416,0.1236207,1),(0.238013,0.9625008,0.1301615,1),(0.2175847,0.9603182,0.1744873,1),(0.1969333,0.9498596,0.2428659,1),(0.2150434,0.9573813,0.1928143,1),(0.1924999,0.9500434,0.2456854,1),(0.1997382,0.9586691,0.2026281,1),(0.1805283,0.9375244,0.2974181,1),(0.1689809,0.9469489,0.2733735,1),(0.1626301,0.9335613,0.3193975,1),(0.1737504,0.9566456,0.233752,1),(0.1993494,0.9652882,0.1687557,1),(0.1769765,0.9633737,0.2014711,1),(0.1967214,0.9564209,0.2157768,1),(0.1857593,0.9523267,0.2420069,1),(0.1700255,0.9378639,0.3024936,1),(0.1784706,0.9418027,0.2848787,1),(0.1845167,0.9494933,0.2538034,1),(0.1906164,0.9489748,0.2512213,1),(0.1689356,0.9399702,0.2965075,1),(0.1785316,0.9471374,0.2665658,1),(0.1635462,0.9245319,0.3442287,1),(0.1740194,0.9313638,0.3198105,1),(0.1924392,0.9456093,0.2622787,1),(0.2181619,0.9494747,0.2256172,1),(0.1959261,0.9321413,0.3045087,1),(0.1718245,0.9226461,0.3452543,1),(0.1659585,0.9268563,0.336742,1),(0.1603962,0.922891,0.3500645,1),(0.2056287,0.9486574,0.2403454,1),(0.2165531,0.9498448,0.2256092,1),(0.2206249,0.9599275,0.1728115,1),(0.1983182,0.9546776,0.2219472,1),(0.2171352,0.9543087,0.2052979,1),(0.216928,0.9594553,0.1799657,1),(0.2785051,0.9587886,0.05620738,1),(0.2474169,0.9617052,0.1179321,1),(0.2959703,0.9550578,0.01631314,1),(0.2494675,0.9627559,0.1042448,1),(0.3524961,0.9325321,-0.07829659,1),(0.4397462,0.8764164,-0.1962585,1),(0.3684434,0.9254223,-0.08856186,1),(0.3062769,0.951756,0.01883961,1),(0.2136368,0.9590486,0.1859708,1),(0.2558925,0.958744,0.1238103,1),(0.2454028,0.9588407,0.142835,1),(0.3327296,0.9385613,0.09161691,1),(0.4269588,0.9009975,-0.0768738,1),(0.3305199,0.9437283,-0.01155283,1),(0.4797389,0.8771851,0.01992252,1),(0.6697723,0.7391482,-0.07116843,1),(0.7243866,0.6645154,-0.1835304,1),(0.5649045,0.813875,-0.1359801,1),(0.637983,0.7210308,-0.2703556,1),(0.5200208,0.8218898,-0.2325411,1),(0.7656616,0.5806364,-0.2768099,1),(0.7996429,0.4982499,-0.3351394,1),(0.6989673,0.6198026,-0.3567764,1),(0.6036257,0.7211544,-0.3399594,1),(0.4236895,0.8902423,-0.1672001,1),(0.5173673,0.8063759,-0.2865115,1),(0.816475,0.5562706,-0.1546988,1),(0.8949094,0.3966069,-0.2045486,1),(0.9083158,0.3475315,-0.2327751,1),(0.8434891,0.4914803,-0.2167329,1),(0.9351929,0.2715372,-0.2273368,1),(0.9571113,0.1763052,-0.229901,1),(0.959475,0.1609459,-0.2313097,1),(0.9418763,0.2387692,-0.2363436,1),(0.9470687,0.2139312,-0.2393623,1),(0.9177501,0.3061654,-0.2529774,1),(0.9619516,0.1511156,-0.2276251,1),(0.9653604,0.14297,-0.2182633,1),(0.9523485,0.193669,-0.2356366,1),(0.9263932,0.2704324,-0.2620344,1),(0.8625767,0.4300049,-0.2665653,1),(0.8790539,0.3735126,-0.2962304,1),(0.9706056,0.09598579,-0.2207068,1),(0.9777614,0.02042232,-0.2087236,1),(0.9782578,0.03710829,-0.2040459,1),(0.9707022,0.09803428,-0.2193774,1),(0.9796732,-0.05071516,-0.1940836,1),(0.9771519,-0.1179758,-0.1767932,1),(0.9833875,-0.08000784,-0.1629346,1),(0.9824384,-0.02213062,-0.1852703,1),(0.9845777,0.009439777,-0.1746933,1),(0.9789586,0.05580081,-0.1962812,1),(0.9881665,-0.03632549,-0.149021,1),(0.9909147,0.001551127,-0.1344839,1),(0.986295,0.03539077,-0.1611511,1),(0.9804238,0.07017066,-0.1839706,1),(0.9714156,0.1029521,-0.2138987,1),(0.9734269,0.1059871,-0.2029948,1),(0.9721885,-0.171046,-0.1599779,1),(0.9690896,-0.1986792,-0.1462593,1),(0.9803599,-0.1529752,-0.1244714,1),(0.98176,-0.1271248,-0.1413741,1),(0.9700518,-0.2011766,-0.136115,1),(0.9753035,-0.1788251,-0.1296325,1),(0.9843001,-0.141237,-0.1058556,1),(0.9810568,-0.1576316,-0.1126043,1),(0.9902644,-0.10323,-0.09338158,1),(0.9896591,-0.09680326,-0.1058491,1),(0.9915331,-0.09371514,-0.08988559,1),(0.9957454,-0.05035639,-0.07717123,1),(0.995401,-0.05286653,-0.07988826,1),(0.994245,-0.04764102,-0.09595475,1),(0.9894246,-0.07447294,-0.12447,1),(0.9936354,-0.02705561,-0.1093477,1),(0.9811844,-0.1475512,-0.1245223,1),(0.9851117,-0.1239863,-0.1190887,1),(0.9903234,-0.09953268,-0.09671079,1),(0.9879279,-0.11713,-0.1013853,1),(0.9876657,-0.1080068,-0.1133618,1),(0.989228,-0.09953646,-0.1073331,1),(0.9927236,-0.08353126,-0.08673033,1),(0.9918475,-0.08834944,-0.09183102,1),(0.995141,-0.0628068,-0.07582742,1),(0.9944594,-0.0681597,-0.08003038,1),(0.9955043,-0.06238965,-0.07126603,1),(0.9972168,-0.03919914,-0.06342005,1),(0.9973752,-0.04355554,-0.0578422,1),(0.9969493,-0.0386601,-0.06780535,1),(0.993381,-0.07846159,-0.08389287,1),(0.9965966,-0.04187774,-0.07100231,1),(0.9902017,-0.09545779,-0.1019239,1),(0.9908627,-0.09243857,-0.09821574,1),(0.9935895,-0.08134566,-0.07850417,1),(0.9932328,-0.08222628,-0.08202063,1),(0.9912462,-0.09052749,-0.09610178,1),(0.9909449,-0.08787771,-0.1015171,1),(0.9937091,-0.07908072,-0.07929879,1),(0.9937954,-0.08079323,-0.07644026,1),(0.9959555,-0.06728101,-0.05954704,1),(0.9958594,-0.06608269,-0.06242614,1),(0.9960114,-0.06807088,-0.05768545,1),(0.9975914,-0.05508956,-0.04215035,1),(0.9978854,-0.05491369,-0.03477241,1),(0.9975017,-0.0529263,-0.04678766,1),(0.9957068,-0.06442223,-0.06646594,1),(0.9974502,-0.04904355,-0.05184349,1),(0.1579599,1.493655e-5,0.9874455,1),(0.1534759,1.540045e-5,0.9881523,1),(0.1592592,1.34623e-5,0.9872368,1),(0.1536459,3.413892e-5,0.9881259,1),(0.1499215,3.800166e-5,0.988698,1),(0.146113,4.006463e-5,0.9892679,1),(0.1637093,1.097047e-5,0.9865087,1),(0.1711484,7.489592e-6,0.9852453,1),(0.1661507,1.943445e-5,0.9861003,1),(0.1590135,2.788127e-5,0.9872764,1),(0.1556941,8.225735e-5,0.9878053,1),(0.1490527,0.0001009101,0.9888292,1),(0.1625291,5.717908e-5,0.9867037,1),(0.1602616,0.0001317705,0.9870746,1),(0.1537224,0.0001898687,0.988114,1),(0.1465207,0.0002328515,0.9892076,1),(0.1438088,0.0001129753,0.9896055,1),(0.1355274,0.0001211834,0.9907736,1),(0.1363956,0.0002633566,0.9906543,1),(0.1300144,0.0002804956,0.9915121,1),(0.1821799,4.154497e-6,0.9832652,1),(0.1927395,1.909559e-6,0.98125,1),(0.1870819,4.79444e-6,0.9823442,1),(0.1752118,1.080835e-5,0.9845307,1),(0.201254,4.776936e-7,0.979539,1),(0.2125533,-5.015852e-8,0.9771495,1),(0.1990156,1.230123e-6,0.9799963,1),(0.2097444,-5.907192e-8,0.9777563,1),(0.194586,3.483815e-6,0.9808855,1),(0.1812976,1.420737e-5,0.9834283,1),(0.2076894,-1.763816e-8,0.9781948,1),(0.1928365,8.138948e-6,0.9812308,1),(0.2086173,-1.096665e-8,0.9779974,1),(0.1784498,3.289395e-5,0.983949,1),(0.1708772,3.214842e-5,0.9852923,1),(0.1679811,7.416343e-5,0.9857903,1),(0.22385,-8.125883e-5,0.9746236,1),(0.2340885,-0.0003287816,0.9722153,1),(0.2224818,-0.0004953432,0.9749367,1),(0.2331379,-0.001992769,0.9724417,1),(0.2432723,-0.0007430031,0.9699577,1),(0.2514147,-0.001325378,0.9678786,1),(0.2417452,-0.004504104,0.9703293,1),(0.2483274,-0.00805123,0.9686427,1),(0.2312412,-0.006356864,0.9728757,1),(0.2370488,-0.01441816,0.9713907,1),(0.238848,-0.02591973,0.970711,1),(0.2235216,-0.03376366,0.9741141,1),(0.2140308,-0.06119624,0.9749081,1),(0.2278124,-0.0148204,0.9735922,1),(0.2214698,-0.001580123,0.975166,1),(0.2210283,-0.003671869,0.9752605,1),(0.2557571,-0.01152017,0.9666724,1),(0.2525769,-0.04128731,0.9666955,1),(0.2489363,-0.02398675,0.9682229,1),(0.2332376,-0.06434233,0.9702888,1),(0.2361468,-0.09169208,0.9673817,1),(0.2143791,-0.1643595,0.9628227,1),(0.1709136,-0.22889,0.9583308,1),(0.2048449,-0.1314111,0.9699329,1),(0.1630069,-0.1897235,0.9682117,1),(0.1981153,-0.1045989,0.9745817,1),(0.0994055,-0.3070986,0.9464719,1),(-0.01076792,-0.39042,0.9205739,1),(0.082625,-0.267531,0.9600002,1),(0.1490584,-0.1721298,0.9737315,1),(0.225802,-0.05176233,0.9727972,1),(0.1839297,-0.1034358,0.977482,1),(0.1698731,-0.2573352,0.9512738,1),(0.1157406,-0.3733263,0.9204518,1),(0.02443225,-0.4618866,0.8866025,1),(0.110491,-0.3433586,0.9326825,1),(0.02808987,-0.5054379,0.8624057,1),(-0.08328655,-0.642186,0.7620108,1),(-0.2212399,-0.682026,0.6970606,1),(-0.08803803,-0.5787489,0.8107398,1),(-0.2311258,-0.6336948,0.7382491,1),(-0.09873213,-0.5453724,0.8323586,1),(-0.3775818,-0.6909679,0.6164377,1),(-0.5372604,-0.6558588,0.5302834,1),(-0.3948339,-0.648364,0.6509457,1),(-0.2552666,-0.5995639,0.7585263,1),(0.01215887,-0.4343322,0.9006707,1),(-0.1257478,-0.5120685,0.8496902,1),(-0.1949189,-0.7502591,0.6317578,1),(-0.2931794,-0.8105459,0.5070121,1),(-0.4260102,-0.793268,0.4350188,1),(-0.3402695,-0.7555705,0.5597587,1),(-0.3800234,-0.8351426,0.3976416,1),(-0.4588979,-0.8344371,0.3051678,1),(-0.5238675,-0.8123068,0.2563599,1),(-0.4848554,-0.8084545,0.3336418,1),(-0.5891685,-0.7587821,0.2777235,1),(-0.5624201,-0.7416553,0.365556,1),(-0.5847719,-0.7817373,0.2166299,1),(-0.6354043,-0.7497107,0.184919,1),(-0.6792971,-0.6921092,0.2440089,1),(-0.6828267,-0.6566076,0.3203345,1),(-0.4955908,-0.7229773,0.4813457,1),(-0.6411532,-0.6498916,0.4081218,1),(-0.4939261,-0.8348559,0.2430078,1),(-0.4480276,-0.8652462,0.2249897,1),(-0.4544286,-0.8683618,0.1986013,1),(-0.5242239,-0.8256094,0.2087064,1),(-0.2624472,-0.9298346,0.2579324,1),(0.2569673,-0.9037915,0.3422406,1),(0.2795064,-0.9125679,0.2984892,1),(-0.247828,-0.9408468,0.2310599,1),(-0.2097675,-0.9552511,0.2085496,1),(-0.4453108,-0.8773917,0.178556,1),(0.3236553,-0.9104164,0.2576613,1),(0.3822564,-0.8979875,0.2179414,1),(-0.1485177,-0.9716011,0.1842112,1),(-0.4173165,-0.8946222,0.1596806,1),(-0.5454544,-0.8180729,0.1823082,1),(-0.5532007,-0.8173103,0.1611608,1),(0.773268,-0.5386473,0.3345381,1),(0.9419341,-0.2048038,0.266112,1),(0.9477714,-0.215795,0.2348656,1),(0.7833807,-0.5491026,0.2912059,1),(0.9782386,0.0355325,0.2044175,1),(0.9580935,0.2464764,0.1459663,1),(0.9593712,0.2444205,0.1409452,1),(0.9822631,0.02793098,0.1854163,1),(0.9859239,0.0240464,0.165456,1),(0.9547399,-0.2178636,0.2025022,1),(0.9612943,0.2399065,0.1354924,1),(0.9640654,0.2322855,0.128924,1),(0.9889116,0.02260019,0.1467751,1),(0.9615567,-0.2134092,0.1728159,1),(0.8005654,-0.5455828,0.2478602,1),(0.8208367,-0.5320415,0.2077471,1),(0.9092964,0.4049563,0.09586642,1),(0.8811297,0.4668197,0.07542994,1),(0.8783329,0.4700987,0.08682505,1),(0.9073712,0.4075569,0.1028339,1),(0.8911932,0.4455678,0.08511222,1),(0.9331261,0.337333,0.1244269,1),(0.935334,0.3316013,0.1232512,1),(0.8899726,0.4462424,0.09389684,1),(0.895891,0.4312222,0.1068964,1),(0.8815611,0.4612306,0.1005803,1),(0.9435048,0.3054191,0.1285214,1),(0.9560724,0.2601188,0.135143,1),(0.9083388,0.4010912,0.1185171,1),(0.8908347,0.4404265,0.1115253,1),(0.9089969,0.4018532,0.110629,1),(0.9145136,0.3876788,0.1156285,1),(0.9685422,0.1721998,0.1796477,1),(0.9712925,-0.0271413,0.2363351,1),(0.9745461,-0.04476302,0.2196731,1),(0.9729031,0.1591198,0.1677512,1),(0.913052,-0.2825912,0.2940721,1),(0.7369288,-0.5858604,0.3371996,1),(0.7229332,-0.60502,0.3336442,1),(0.9112028,-0.3024869,0.2796626,1),(0.8974685,-0.3458138,0.2737939,1),(0.9731644,-0.08969234,0.2119111,1),(0.6942642,-0.6357186,0.3374299,1),(0.6486924,-0.6760584,0.3494902,1),(0.8703315,-0.4081658,0.2755426,1),(0.9648461,-0.1576623,0.2102724,1),(0.9790554,0.1207255,0.1639383,1),(0.9846206,0.05980494,0.1641512,1),(0.4843075,-0.8066356,0.3387997,1),(0.289757,-0.9012373,0.322199,1),(0.2509274,-0.9078301,0.3359761,1),(0.4548871,-0.8202686,0.3467521,1),(0.1678094,-0.9360645,0.3092302,1),(0.1015707,-0.9465519,0.3061418,1),(0.05405813,-0.944652,0.3235897,1),(0.123834,-0.9373253,0.3257092,1),(0.07502926,-0.9340348,0.349213,1),(0.2051541,-0.9113265,0.3569255,1),(0.003228769,-0.9376068,0.3476824,1),(-0.05558447,-0.9232625,0.3801269,1),(0.01546519,-0.9243268,0.3812885,1),(0.1461507,-0.9106196,0.3865384,1),(0.414856,-0.8348895,0.3617376,1),(0.3591613,-0.8500458,0.3852599,1),(0.0597185,-0.9494948,0.3080473,1),(0.01943819,-0.9510663,0.3083748,1),(-0.02883181,-0.945592,0.3240749,1),(0.01042428,-0.9455986,0.3251689,1),(-0.01908461,-0.9514588,0.3071841,1),(-0.05571589,-0.9508688,0.3045393,1),(-0.09379426,-0.9445894,0.3145688,1),(-0.06358255,-0.9451165,0.3204872,1),(-0.1028069,-0.9364058,0.3355217,1),(-0.07555021,-0.9359697,0.3438792,1),(-0.122073,-0.9384274,0.3231905,1),(-0.141836,-0.9329703,0.3308307,1),(-0.1384084,-0.9251032,0.3535917,1),(-0.122983,-0.9210622,0.3694856,1),(-0.04021,-0.9366201,0.3480316,1),(-0.09543101,-0.920692,0.3784432,1),(-0.08511461,-0.9500712,0.3002004,1),(-0.1021303,-0.9503799,0.2938494,1),(-0.1231285,-0.9464492,0.2984515,1),(-0.115066,-0.9446846,0.3071332,1),(-0.1070049,-0.9523289,0.2856917,1),(-0.09989676,-0.9560183,0.2757708,1),(-0.1002696,-0.955469,0.2775337,1),(-0.1181743,-0.950125,0.2886126,1),(-0.1141986,-0.9516916,0.2850294,1),(-0.1286637,-0.9461589,0.2970338,1),(-0.08794196,-0.9578204,0.2735805,1),(-0.06715025,-0.9623014,0.2635657,1),(-0.09761885,-0.9568232,0.2737879,1),(-0.1202835,-0.949936,0.2883635,1),(-0.131321,-0.9417076,0.3097445,1),(-0.135054,-0.9419531,0.3073837,1),(-0.0815314,-0.9610219,0.2641772,1),(-0.05236515,-0.9664789,0.2513492,1),(-0.03592384,-0.9673071,0.2510508,1),(-0.07205386,-0.9615694,0.2649388,1),(-0.01239392,-0.9714226,0.2370328,1),(0.03822806,-0.9745368,0.220945,1),(0.05991738,-0.973989,0.2185298,1),(0.008124001,-0.971804,0.2356504,1),(0.02982101,-0.9718075,0.2338823,1),(-0.01428526,-0.9685838,0.2482765,1),(0.07865462,-0.9727375,0.2181633,1),(0.08947632,-0.9711066,0.2212372,1),(0.04648685,-0.9712648,0.2334171,1),(0.006041698,-0.969633,0.2444901,1),(-0.0535438,-0.9637281,0.2614596,1),(-0.03182946,-0.9665439,0.2545189,1),(0.09008295,-0.9747463,0.2043393,1),(0.1339895,-0.9729022,0.1884357,1),(0.1534583,-0.9707316,0.1847448,1),(0.1110744,-0.9732671,0.2010316,1),(0.1702118,-0.9700256,0.1734308,1),(0.1990933,-0.9669262,0.1594228,1),(0.2130502,-0.9644169,0.1565564,1),(0.1873318,-0.9674949,0.1698834,1),(0.1941051,-0.965566,0.1732209,1),(0.1639702,-0.9685653,0.1870692,1),(0.2162398,-0.963025,0.1606957,1),(0.2087997,-0.9626114,0.1725748,1),(0.1896557,-0.9644446,0.1840583,1),(0.1634874,-0.966862,0.1960859,1),(0.1255488,-0.9712805,0.2021179,1),(0.1301228,-0.9693185,0.2085419,1),(0.2225461,-0.9638242,0.1466836,1),(0.2422404,-0.9606813,0.1356874,1),(0.2492412,-0.9589912,0.1349624,1),(0.2329757,-0.9616309,0.1448729,1),(0.2582367,-0.9577668,0.1264776,1),(0.2706099,-0.9552961,0.1190777,1),(0.2710585,-0.9549817,0.1205705,1),(0.261911,-0.9567181,0.1268588,1),(0.2550659,-0.9577847,0.132627,1),(0.2456073,-0.9591585,0.1403277,1),(0.261143,-0.9569628,0.1265965,1),(0.2450312,-0.9596146,0.1382011,1),(0.2408237,-0.9597,0.1448438,1),(0.2334302,-0.9602945,0.1527903,1),(0.2326863,-0.9609633,0.1496883,1),(0.2227771,-0.9613082,0.1620398,1),(0.279275,-0.9535503,0.1129045,1),(0.2841451,-0.9527566,0.1073145,1),(0.2793725,-0.9537019,0.1113723,1),(0.2768392,-0.9539368,0.1156061,1),(0.2853,-0.9529617,0.1023134,1),(0.282816,-0.9541654,0.0978945,1),(0.2749628,-0.9556984,0.1050521,1),(0.2787251,-0.954295,0.1078589,1),(0.2626043,-0.9580448,0.1148439,1),(0.2647181,-0.9570839,0.1179604,1),(0.2579579,-0.9595833,0.1125062,1),(0.2385964,-0.9635547,0.1209713,1),(0.2433574,-0.9619656,0.124094,1),(0.2460421,-0.9607711,0.1279929,1),(0.2642482,-0.9567241,0.1218684,1),(0.2466136,-0.9599874,0.1326874,1),(0.2766729,-0.9563812,0.09373924,1),(0.2668612,-0.9595366,0.08985935,1),(0.2583616,-0.9609699,0.09892429,1),(0.2681544,-0.9579357,0.1022373,1),(0.2534121,-0.9635071,0.08623376,1),(0.2363351,-0.9681346,0.08283182,1),(0.2298553,-0.9689835,0.09076057,1),(0.2455962,-0.9646958,0.09510308,1),(0.2313749,-0.9675213,0.1018246,1),(0.2422156,-0.9643689,0.1064159,1),(0.2185531,-0.9710703,0.09621279,1),(0.2074614,-0.9732105,0.09910125,1),(0.2167674,-0.970387,0.1065876,1),(0.2250576,-0.9678012,0.1127384,1),(0.2510772,-0.9616992,0.1099778,1),(0.2323336,-0.965508,0.1175392,1),(0.2190189,-0.9724769,0.07949456,1),(0.2048229,-0.9758776,0.07556835,1),(0.2002478,-0.9763049,0.08203425,1),(0.2138353,-0.9730479,0.08632667,1),(0.1937168,-0.9784794,0.07107759,1),(0.1856589,-0.9803928,0.06603639,1),(0.1802739,-0.9808345,0.07392468,1),(0.1890691,-0.9788692,0.07789746,1),(0.1833117,-0.9797577,0.08044585,1),(0.193646,-0.9773734,0.08510316,1),(0.1743685,-0.9817128,0.0763912,1),(0.1729329,-0.9823141,0.07178637,1),(0.1806226,-0.9804879,0.07758079,1),(0.1889327,-0.9783856,0.08405948,1),(0.2053851,-0.9745014,0.09035455,1),(0.1978736,-0.9759731,0.09122885,1),(0.1790945,-0.9819671,0.06054527,1),(0.1725318,-0.9834583,0.05515926,1),(0.166516,-0.9839002,0.06490541,1),(0.1730307,-0.9824482,0.06968542,1),(0.1659916,-0.9848644,0.04988942,1),(0.1595071,-0.9861825,0.04473701,1),(0.1556788,-0.9863428,0.0537769,1),(0.1607303,-0.9851973,0.05959898,1),(0.1562104,-0.9857906,0.06176639,1),(0.1608447,-0.9846738,0.06742743,1),(0.1529855,-0.9866779,0.05533512,1),(0.1579773,-0.9863096,0.04729242,1),(0.1590812,-0.9857863,0.0540228,1),(0.1619339,-0.9849549,0.06034308,1),(0.1668929,-0.9833202,0.07230433,1),(0.1665476,-0.9838045,0.06626285,1),(0.1540013,-0.9873481,0.03777908,1),(0.1503156,-0.9882697,0.02698696,1),(0.1486755,-0.9883027,0.03396191,1),(0.151595,-0.9873815,0.04578808,1),(0.1483887,-0.9888522,0.01232947,1),(0.1481671,-0.9889424,-0.00627432,1),(0.1461583,-0.9892603,-0.001358478,1),(0.1468788,-0.9889857,0.01826734,1),(0.1470066,-0.9889555,0.01887121,1),(0.1486321,-0.9882884,0.03456304,1),(0.1457095,-0.9893274,-0.0003912924,1),(0.1505142,-0.9885981,-0.00439572,1),(0.1535354,-0.9880584,0.01294303,1),(0.155778,-0.9874136,0.02733788,1),(0.1506169,-0.9874881,0.04671041,1),(0.1572543,-0.9867963,0.03878671,1),(0.1480837,-0.9886518,-0.02527332,1),(0.1466353,-0.9883347,-0.04114167,1),(0.1420631,-0.9891205,-0.0381931,1),(0.1450278,-0.9891966,-0.02137719,1),(0.1438362,-0.9881353,-0.05384777,1),(0.1397042,-0.9881626,-0.06338257,1),(0.1307205,-0.9894705,-0.06213137,1),(0.1372843,-0.9891773,-0.05178063,1),(0.1334769,-0.9898134,-0.04953142,1),(0.1394948,-0.9895574,-0.03629412,1),(0.125559,-0.9902928,-0.05962296,1),(0.1247071,-0.9905027,-0.05790078,1),(0.1334329,-0.9898649,-0.04861313,1),(0.1406562,-0.9893814,-0.03660959,1),(0.1435785,-0.9894386,-0.01991427,1),(0.1463558,-0.9889901,-0.02187281,1),(0.1341212,-0.9884456,-0.07061601,1),(0.1268583,-0.9889674,-0.07648833,1),(0.1151315,-0.9903151,-0.07759182,1),(0.1231171,-0.9898951,-0.0703546,1),(0.1179157,-0.9897149,-0.08099623,1),(0.1072894,-0.9906616,-0.08413351,1),(0.09798145,-0.9911886,-0.08913363,1),(0.1067546,-0.9907433,-0.08385162,1),(0.1024598,-0.9912178,-0.08360155,1),(0.1094017,-0.9910918,-0.07595021,1),(0.09626794,-0.991194,-0.09092274,1),(0.0996813,-0.9907809,-0.09174202,1),(0.1035449,-0.9911683,-0.08284955,1),(0.1089977,-0.9912645,-0.07425807,1),(0.1170963,-0.9907923,-0.067964,1),(0.1160489,-0.9910517,-0.06594794,1),(0.09564797,-0.991615,-0.08689836,1),(0.08350186,-0.9923846,-0.09055534,1),(0.0839714,-0.9914647,-0.09973252,1),(0.09004153,-0.9914823,-0.09410385,1),(0.07088592,-0.992942,-0.09508573,1),(0.05783867,-0.993257,-0.1004749,1),(0.07742323,-0.9905796,-0.1129497,1),(0.07976851,-0.9911601,-0.1060127,1),(0.09692588,-0.9886191,-0.1150552,1),(0.09274218,-0.9899967,-0.106326,1),(0.105067,-0.9866446,-0.1244719,1),(0.1340119,-0.9818102,-0.1344973,1),(0.1167424,-0.9855782,-0.1225023,1),(0.1052588,-0.9881884,-0.1113744,1),(0.09252177,-0.9908479,-0.0982873,1),(0.09957653,-0.9898781,-0.1011226,1),(0.05493359,-0.9930165,-0.1044054,1),(0.07290771,-0.9919109,-0.1039106,1),(0.1081805,-0.9870969,-0.118054,1),(0.08433693,-0.9894212,-0.1180378,1),(0.1118176,-0.9887998,-0.09885166,1),(0.1716823,-0.9811319,-0.08891184,1),(0.2064517,-0.9731284,-0.1019748,1),(0.1489653,-0.9823874,-0.1128016,1),(0.1950379,-0.972499,-0.1273025,1),(0.1517725,-0.9794895,-0.1325335,1),(0.2511298,-0.9610361,-0.1155127,1),(0.301231,-0.9450924,-0.126729,1),(0.2435683,-0.959742,-0.1398919,1),(0.1962095,-0.9697262,-0.1453715,1),(0.121757,-0.9838089,-0.1315113,1),(0.1596526,-0.9766902,-0.1434826,1),(0.2415501,-0.9670672,-0.0802172,1),(0.311329,-0.9469747,-0.07945547,1),(0.3379229,-0.9369923,-0.08862044,1),(0.2719818,-0.9579271,-0.09165946,1),(0.3816405,-0.9202281,-0.08677997,1),(0.4528596,-0.885676,-0.1024514,1),(0.4726091,-0.8750376,-0.1046409,1),(0.4047289,-0.9097047,-0.09290688,1),(0.4369439,-0.8942825,-0.09663717,1),(0.3748317,-0.9220183,-0.09686728,1),(0.4994749,-0.8602446,-0.1024897,1),(0.5347332,-0.839812,-0.09368088,1),(0.4787032,-0.8728043,-0.09516257,1),(0.4213122,-0.9012537,-0.1011826,1),(0.3129969,-0.944135,-0.10316,1),(0.3622673,-0.9253552,-0.111715,1),(0.5124428,-0.8497685,-0.1236768,1),(0.5479931,-0.8234156,-0.147276,1),(0.5632278,-0.8137656,-0.1433873,1),(0.5294385,-0.8394886,-0.1222857,1),(0.5603642,-0.8099931,-0.172925,1),(0.5507249,-0.8103405,-0.2001255,1),(0.5658067,-0.8011711,-0.1949036,1),(0.5749882,-0.800783,-0.1677355,1),(0.5925017,-0.7897991,-0.1586168,1),(0.582204,-0.8019349,-0.1339361,1),(0.583208,-0.7900797,-0.1887925,1),(0.6011816,-0.7774336,-0.1848722,1),(0.6131576,-0.7762035,-0.1467853,1),(0.6062886,-0.7863505,-0.1186043,1),(0.5515226,-0.8261695,-0.1151813,1),(0.5803727,-0.8080807,-0.1008613,1),(0.5393535,-0.8107356,-0.2276083,1),(0.5452241,-0.7986423,-0.2547567,1),(0.5615026,-0.7876993,-0.2534652,1),(0.5551665,-0.8011664,-0.2234333,1),(0.5679253,-0.7731188,-0.2823972,1),(0.6072176,-0.7312019,-0.3108545,1),(0.6245214,-0.7114166,-0.3222721,1),(0.5845966,-0.7591813,-0.2861654,1),(0.6020207,-0.7428107,-0.2929223,1),(0.5791271,-0.7742101,-0.2553636,1),(0.6417256,-0.6899163,-0.3349683,1),(0.6533533,-0.6717955,-0.3490275,1),(0.6145007,-0.7272635,-0.3057396,1),(0.5929819,-0.7604073,-0.2648642,1),(0.5728273,-0.7892745,-0.2211666,1),(0.5885347,-0.7764774,-0.2251885,1),(0.6685737,-0.6672922,-0.3282227,1),(0.7559355,-0.5698056,-0.3223088,1),(0.7718827,-0.5368766,-0.3405297,1),(0.6860949,-0.6399441,-0.3460425,1),(0.859118,-0.4250216,-0.2850843,1),(0.9511811,-0.2268674,-0.2092503,1),(0.9560692,-0.2040256,-0.2104878,1),(0.8706549,-0.3919649,-0.2971927,1),(0.8773907,-0.3649692,-0.3114211,1),(0.7843735,-0.5060579,-0.3586969,1),(0.9569568,-0.1914566,-0.2181238,1),(0.9547457,-0.1907617,-0.2281899,1),(0.878737,-0.3511284,-0.3233114,1),(0.7906408,-0.4859995,-0.3724134,1),(0.7020619,-0.6122231,-0.3637196,1),(0.7120099,-0.5915381,-0.378318,1),(0.9902995,-0.04100538,-0.1327605,1),(0.9928876,0.07330019,-0.09381483,1),(0.994507,0.06643581,-0.08088413,1),(0.9914956,-0.03374707,-0.1256887,1),(0.9896485,0.1187235,-0.08062596,1),(0.9884355,0.1128542,-0.1012876,1),(0.9903238,0.09964548,-0.09658954,1),(0.9915056,0.1084118,-0.0718571,1),(0.9935185,0.09041838,-0.06888674,1),(0.9954925,0.05188981,-0.07938673,1),(0.9920807,0.08379494,-0.09356438,1),(0.9932964,0.06859969,-0.09303859,1),(0.9949565,0.07086273,-0.070994,1),(0.9959209,0.03292907,-0.08400779,1),(0.9910976,-0.03843338,-0.1274693,1),(0.9895583,-0.05116125,-0.1347467,1),(0.9870153,0.08162771,-0.1383391,1),(0.9824842,0.05698524,-0.177419,1),(0.9824318,0.04441488,-0.1812603,1),(0.9879773,0.06812769,-0.1387791,1),(0.9751768,0.03989571,-0.2178043,1),(0.9654645,0.03103939,-0.2586795,1),(0.9642365,0.02398246,-0.2639561,1),(0.974318,0.02948493,-0.2232375,1),(0.9748958,0.02772929,-0.2209279,1),(0.9831207,0.03840325,-0.1788821,1),(0.9648125,0.02579082,-0.2616709,1),(0.9665983,0.03378346,-0.2540599,1),(0.976281,0.03141118,-0.2142165,1),(0.9841092,0.03665958,-0.1737389,1),(0.9890204,0.05734393,-0.1361998,1),(0.9898701,0.04922488,-0.1331698,1),(0.955805,0.03446938,-0.2919737,1),(0.9491138,0.05413266,-0.3102458,1),(0.9484857,0.05319516,-0.3123222,1),(0.9547114,0.03091527,-0.2959227,1),(0.9453343,0.09009185,-0.3134111,1),(0.9429855,0.1421885,-0.3009332,1),(0.9438486,0.1437235,-0.2974787,1),(0.9453873,0.09086762,-0.3130268,1),(0.9464253,0.09637889,-0.3082049,1),(0.9492769,0.05878295,-0.308898,1),(0.945313,0.1477924,-0.2907593,1),(0.9474222,0.1538457,-0.2805754,1),(0.9484597,0.1060768,-0.2986166,1),(0.9513654,0.07000282,-0.3000056,1),(0.9553558,0.03526141,-0.2933463,1),(0.9573928,0.04589617,-0.2851184,1),(0.937628,0.2015379,-0.2832597,1),(0.9288875,0.256164,-0.2674845,1),(0.9389954,0.2032872,-0.2774205,1),(0.9306841,0.2569371,-0.2604045,1),(0.9162404,0.3081232,-0.2560541,1),(0.9004257,0.3570671,-0.2484687,1),(0.9182725,0.3075468,-0.2493804,1),(0.9026597,0.3547017,-0.2437052,1),(0.9329826,0.2560131,-0.2529838,1),(0.9210207,0.3035413,-0.2440975,1),(0.9058823,0.3474082,-0.2422497,1),(0.9244456,0.2959763,-0.240413,1),(0.9098607,0.3354834,-0.24414,1),(0.9358335,0.2529352,-0.2454374,1),(0.9407811,0.2053849,-0.2697187,1),(0.9430302,0.2072553,-0.2602676,1),(0.8833177,0.39758,-0.2483544,1),(0.8675213,0.4244134,-0.2593837,1),(0.8857008,0.3939859,-0.2455794,1),(0.8698448,0.4209792,-0.2571899,1),(0.8536793,0.4380256,-0.2817185,1),(0.8416233,0.4384362,-0.3153477,1),(0.8557028,0.4360204,-0.2786737,1),(0.843228,0.4391546,-0.3100157,1),(0.8734471,0.4112125,-0.2607575,1),(0.8588818,0.4279597,-0.281376,1),(0.8456858,0.434729,-0.3095583,1),(0.8627254,0.41457,-0.2895454,1),(0.8487365,0.4256431,-0.3138063,1),(0.8777664,0.3958848,-0.2698172,1),(0.8892934,0.384423,-0.2477423,1),(0.8936294,0.3695401,-0.2546893,1),(0.8296747,0.4325686,-0.3528801,1),(0.8166416,0.4279386,-0.3872531,1),(0.8307471,0.436299,-0.3456912,1),(0.8167793,0.4337445,-0.3804435,1),(0.8028855,0.4246945,-0.4183413,1),(0.7887497,0.4229334,-0.4460956,1),(0.8014767,0.4315277,-0.4140279,1),(0.7850165,0.4296652,-0.4462474,1),(0.8171676,0.4377328,-0.3750027,1),(0.8001333,0.4388919,-0.4088526,1),(0.7812259,0.4397215,-0.4430923,1),(0.7984805,0.4471534,-0.4030916,1),(0.776633,0.4538893,-0.436836,1),(0.817673,0.44008,-0.371134,1),(0.8323393,0.4363184,-0.3418147,1),(0.8343629,0.4328539,-0.3412858,1),(0.7731377,0.4377256,-0.4589711,1),(0.7542464,0.4836717,-0.4440431,1),(0.7674248,0.4431793,-0.4633047,1),(0.7484427,0.4866708,-0.4505388,1),(0.7265223,0.560903,-0.3969297,1),(0.6794159,0.6652605,-0.3095523,1),(0.7230603,0.5604497,-0.4038315,1),(0.681242,0.6608749,-0.3148868,1),(0.7419717,0.496753,-0.4502384,1),(0.7182494,0.5670652,-0.4031808,1),(0.6810069,0.6620473,-0.3129266,1),(0.7112248,0.5818933,-0.3944103,1),(0.6782833,0.6695801,-0.3026457,1),(0.7337624,0.5152262,-0.442871,1),(0.7614597,0.4544322,-0.462245,1),(0.7541984,0.4726877,-0.4557973,1),(0.6109377,0.7655351,-0.2017705,1),(0.5322262,0.8402064,-0.103868,1),(0.6191682,0.7580516,-0.2049102,1),(0.5460877,0.830924,-0.1065526,1),(0.4491848,0.8932326,-0.01919381,1),(0.3650383,0.9295525,0.0517625,1),(0.468294,0.8832554,-0.0236791,1),(0.3895203,0.9200144,0.04298378,1),(0.5584636,0.8226953,-0.1062587,1),(0.487288,0.8727623,-0.02891798,1),(0.415754,0.9090165,0.02893781,1),(0.5068223,0.8613773,-0.03406406,1),(0.4446415,0.8956582,0.009509097,1),(0.5697078,0.8155378,-0.1016428,1),(0.625243,0.7537512,-0.2023127,1),(0.6291466,0.7530505,-0.1925864,1),(0.285067,0.9525348,0.1068376,1),(0.2158827,0.9658676,0.1431589,1),(0.3125184,0.9451829,0.0946662,1),(0.2406534,0.9615626,0.1322239,1),(0.1595492,0.9738833,0.1615409,1),(0.1163842,0.9796435,0.1635645,1),(0.1761128,0.9719346,0.1559724,1),(0.1198437,0.9786493,0.1669825,1),(0.2714629,0.9561804,0.1096671,1),(0.2005326,0.969887,0.1382238,1),(0.1326158,0.9783249,0.1590386,1),(0.2368155,0.9659179,0.1045041,1),(0.1605099,0.9777169,0.1353003,1),(0.3107339,0.9477057,0.07278849,1),(0.3438689,0.9361647,0.07314369,1),(0.3804659,0.9238917,0.04086446,1),(0.08502068,0.983934,0.1569883,1),(0.0640073,0.9869217,0.1479482,1),(0.07730783,0.9827492,0.1680107,1),(0.05229807,0.9856034,0.1607816,1),(0.05193145,0.9894131,0.1355169,1),(0.04891802,0.9918106,0.1179776,1),(0.0430871,0.9885802,0.1444045,1),(0.05095634,0.9919638,0.1158068,1),(0.05076706,0.9849613,0.1651486,1),(0.04325832,0.9882247,0.1467673,1),(0.05930014,0.9921718,0.1099031,1),(0.0557328,0.988436,0.1410251,1),(0.07269439,0.9921523,0.1017319,1),(0.06514549,0.985327,0.157755,1),(0.07985231,0.9823654,0.1690614,1),(0.09923657,0.9827763,0.1558938,1),(0.05294441,0.9937872,0.09789708,1),(0.0592283,0.9948245,0.08256111,1),(0.06767202,0.9942473,0.08302227,1),(0.07917963,0.9949179,0.06219998,1),(0.06724163,0.9949452,0.07458354,1),(0.07604373,0.9942617,0.07523958,1),(0.08318844,0.9948503,0.05790022,1),(0.07892986,0.9943325,0.07122573,1),(0.09906527,0.9941471,0.04309984,1),(0.09807303,0.9942869,0.04213318,1),(0.08168591,0.9945079,0.06543186,1),(0.1026048,0.9940754,0.03586518,1),(0.07779028,0.9948536,0.06492284,1),(0.1096621,0.993412,0.0332693,1),(0.08503711,0.9940827,0.06758939,1),(0.0987248,0.9934829,0.05696382,1),(0.08709512,0.9932863,0.07613684,1),(0.102766,0.9923689,0.06814105,1),(0.07557742,0.9933637,0.08669838,1),(0.08115368,0.9926283,0.09001757,1),(0.1231401,0.9910417,0.05170075,1),(0.1485533,0.9885446,0.02667518,1),(0.09503032,0.9920608,0.08236975,1),(0.1171825,0.9910439,0.06403377,1),(0.0612685,0.9925833,0.1049977,1),(0.06838665,0.9921036,0.1051361,1),(0.08625885,0.9918835,0.09341703,1),(0.04410363,0.9915573,0.1219384,1),(0.05787877,0.991604,0.1156354,1),(0.04229739,0.9923106,0.1163213,1),(0.06529458,0.9935842,0.09234171,1),(0.0530508,0.9937782,0.09793133,1),(0.1751933,0.9845295,-0.002984648,1),(0.1986046,0.9795247,-0.03297882,1),(0.1426732,0.9889753,0.03964955,1),(0.1662137,0.98599,0.01402627,1),(0.2188276,0.9737068,-0.06332149,1),(0.2359048,0.9672146,-0.09404726,1),(0.1878214,0.982119,-0.01285528,1),(0.207517,0.9773713,-0.0410135,1),(0.1318147,0.9897709,0.05457477,1),(0.1538292,0.9875655,0.03241948,1),(0.1753471,0.9844707,0.008415273,1),(0.1202049,0.9902832,0.06992951,1),(0.1424142,0.9885183,0.05049525,1),(0.09871773,0.9912829,0.08725282,1),(0.1092971,0.9911832,0.07490111,1),(0.07794911,0.9916762,0.1024809,1),(0.2501072,0.9602193,-0.1241982,1),(0.2614869,0.9530151,-0.1529272,1),(0.2251349,0.9718416,-0.06955658,1),(0.2402283,0.965782,-0.09775233,1),(0.2700867,0.945813,-0.1802522,1),(0.2759531,0.9387912,-0.2062059,1),(0.2528269,0.9593246,-0.1255977,1),(0.2629476,0.9525846,-0.1531051,1),(0.214058,0.975893,-0.04256777,1),(0.2303657,0.970653,-0.06902375,1),(0.2446535,0.9648337,-0.09612717,1),(0.2033855,0.9789572,-0.01664463,1),(0.220653,0.9744641,-0.04161696,1),(0.1846019,0.9827883,0.007026241,1),(0.1957248,0.9805158,-0.01675266,1),(0.1642839,0.9859747,0.02940464,1),(0.2799973,0.9320186,-0.2300929,1),(0.2829534,0.9256235,-0.2513134,1),(0.2711429,0.9456523,-0.1795079,1),(0.277712,0.938719,-0.2041635,1),(0.2848617,0.9197885,-0.2698942,1),(0.2857697,0.9146652,-0.2858729,1),(0.2826951,0.9319424,-0.2270829,1),(0.2861267,0.9254628,-0.2482944,1),(0.2674483,0.9518784,-0.1496629,1),(0.2758818,0.9450279,-0.1755323,1),(0.28236,0.9380545,-0.2008147,1),(0.261555,0.9575976,-0.1208124,1),(0.2712811,0.951006,-0.1483044,1),(0.2498753,0.9637175,-0.09386675,1),(0.2570483,0.9585142,-0.1231942,1),(0.236242,0.9693491,-0.06746876,1),(0.2860055,0.9103079,-0.2992329,1),(0.2858631,0.9067641,-0.3099374,1),(0.2883349,0.9194826,-0.2672348,1),(0.2895989,0.9142507,-0.283334,1),(0.2853672,0.9041182,-0.3180184,1),(0.2845351,0.9024332,-0.3235032,1),(0.2899627,0.9099032,-0.2966441,1),(0.289454,0.9065522,-0.3072127,1),(0.2903219,0.9249784,-0.2452107,1),(0.2920337,0.9194509,-0.2632991,1),(0.292282,0.9148123,-0.2787287,1),(0.2887061,0.9315895,-0.2208839,1),(0.290641,0.9261146,-0.2404983,1),(0.284864,0.9376801,-0.1990194,1),(0.2871177,0.9312394,-0.2244024,1),(0.2790723,0.9442181,-0.1748452,1),(0.2834972,0.9016988,-0.3264486,1),(0.282505,0.9018437,-0.3269078,1),(0.2884578,0.904231,-0.3148941,1),(0.2874657,0.9029187,-0.3195329,1),(0.2815558,0.9028736,-0.324878,1),(0.2806479,0.904772,-0.3203504,1),(0.2864882,0.9026616,-0.3211331,1),(0.2855266,0.9034787,-0.3196885,1),(0.2908911,0.9084965,-0.3000273,1),(0.2899327,0.9069769,-0.305503,1),(0.2888142,0.9066473,-0.3075336,1),(0.2912118,0.9148602,-0.2796897,1),(0.2903921,0.9133063,-0.2855592,1),(0.2915467,0.9175922,-0.2702313,1),(0.2916845,0.9111407,-0.2911062,1),(0.2913686,0.9213937,-0.2571729,1),(0.2796995,0.907693,-0.3128285,1),(0.2786703,0.9117337,-0.3018021,1),(0.2846265,0.9055607,-0.3145592,1),(0.2839016,0.9090204,-0.3050932,1),(0.277529,0.916773,-0.2872364,1),(0.2762282,0.9226494,-0.2691021,1),(0.2833115,0.913738,-0.2912344,1),(0.2827979,0.9195331,-0.2729177,1),(0.287057,0.9102759,-0.2983221,1),(0.2866784,0.9142579,-0.2862654,1),(0.2865553,0.9194887,-0.2691223,1),(0.2886085,0.9171725,-0.2747721,1),(0.2886194,0.9212493,-0.2607654,1),(0.2888771,0.9144237,-0.2835129,1),(0.2877611,0.9077066,-0.3053887,1),(0.2894653,0.9131218,-0.2870861,1),(0.2740613,0.9294276,-0.2470928,1),(0.2702624,0.937109,-0.2208734,1),(0.2815576,0.9264274,-0.2499151,1),(0.2788066,0.9343392,-0.2219844,1),(0.2647284,0.9453427,-0.1903839,1),(0.2573586,0.9537047,-0.1556084,1),(0.2744102,0.9428479,-0.1890416,1),(0.2682402,0.9514338,-0.1510651,1),(0.284225,0.9334211,-0.2189544,1),(0.2812246,0.9415071,-0.1856803,1),(0.2767902,0.9496391,-0.1468764,1),(0.2860034,0.9399852,-0.1860914,1),(0.2835847,0.9471369,-0.1500374,1),(0.2875569,0.9329677,-0.2165233,1),(0.2859584,0.9259315,-0.2467363,1),(0.288387,0.9265899,-0.2413795,1),(0.2487972,0.9612247,-0.1189416,1),(0.2396427,0.9673238,-0.08280043,1),(0.2606231,0.9590321,-0.111055,1),(0.2518164,0.965091,-0.07202543,1),(0.2298911,0.9720736,-0.04714971,1),(0.2195536,0.9755273,-0.01194637,1),(0.2418577,0.9697167,-0.0339768,1),(0.2307685,0.9730037,0.003112121,1),(0.2632862,0.9625144,-0.06516347,1),(0.2540052,0.9668694,-0.02539074,1),(0.2430679,0.9699136,0.01362193,1),(0.2658597,0.9635699,-0.02918186,1),(0.2555362,0.9667136,0.0128835,1),(0.2739585,0.9591607,-0.07040981,1),(0.2708952,0.956791,-0.1056729,1),(0.2798532,0.9536375,-0.1107141,1),(0.2093489,0.9775992,0.02174873,1),(0.2000855,0.9783536,0.05282119,1),(0.2193189,0.97491,0.03807325,1),(0.2082936,0.9755795,0.0697031,1),(0.1917834,0.9780598,0.08135268,1),(0.1844751,0.9769471,0.10744,1),(0.1977404,0.9753351,0.09808349,1),(0.1876957,0.974456,0.1233119,1),(0.2189468,0.9722373,0.08256512,1),(0.2065837,0.9721281,0.1108605,1),(0.1940846,0.9716262,0.13518,1),(0.2163523,0.9692366,0.1173548,1),(0.2014673,0.9691113,0.1422477,1),(0.2303819,0.9691508,0.08758367,1),(0.23114,0.9716256,0.05017957,1),(0.2434807,0.9684678,0.05279572,1),(0.1778461,0.9752368,0.1314688,1),(0.1716098,0.9730806,0.153832,1),(0.1778486,0.9732327,0.1455608,1),(0.1681033,0.9718786,0.1649039,1),(0.1657699,0.970576,0.1746497,1),(0.1603323,0.9678028,0.1940397,1),(0.1584566,0.9705546,0.1814254,1),(0.1489121,0.969394,0.1951937,1),(0.1689183,0.9709291,0.1695977,1),(0.1567191,0.9712873,0.1789977,1),(0.1447711,0.9723516,0.1832315,1),(0.1600118,0.9724603,0.1694615,1),(0.1488318,0.9757438,0.16054,1),(0.1725198,0.9703359,0.1693674,1),(0.1813813,0.9711196,0.1550088,1),(0.1863486,0.9693167,0.1603104,1),(0.1552519,0.9642411,0.2147926,1),(0.151804,0.9590818,0.2389932,1),(0.1409954,0.9681257,0.2070096,1),(0.1374143,0.9664234,0.2171244,1),(0.1500329,0.9521268,0.2663545,1),(0.1499969,0.9431928,0.2964595,1),(0.138312,0.9643905,0.2254341,1),(0.1480688,0.9616309,0.2309584,1),(0.1378071,0.9751812,0.173294,1),(0.1420826,0.9768701,0.1598042,1),(0.1571077,0.9776589,0.1396431,1),(0.1790152,0.9831057,0.03816887,1),(0.1592063,0.9838628,0.08165415,1),(0.1529556,0.9813547,0.1163932,1),(0.1359654,0.9738784,0.1818635,1),(0.1426588,0.9794214,0.1427658,1),(0.160948,0.9369502,0.3101937,1),(0.1876412,0.9380362,0.29134,1),(0.2021719,0.9609426,0.1889859,1),(0.1688797,0.9601065,0.2228792,1),(0.2197171,0.9460459,0.2381629,1),(0.2689871,0.9520007,0.1460841,1),(0.3357868,0.9414467,0.03041762,1),(0.2595139,0.9575296,0.1256573,1),(0.3109545,0.9503798,-0.009246378,1),(0.2327232,0.9707471,0.05907625,1),(0.4131827,0.9053704,-0.09790049,1),(0.4977331,0.8416731,-0.2093999,1),(0.3772489,0.915947,-0.1368368,1),(0.282567,0.9566072,-0.07112394,1),(0.1806195,0.9775938,0.1081067,1),(0.2168394,0.9761184,-0.01317305,1),(0.3266197,0.9445791,0.03301215,1),(0.3923508,0.916525,-0.07773507,1),(0.4959605,0.84989,-0.1780735,1),(0.4169552,0.9054908,-0.07896137,1),(0.4639201,0.8667375,-0.1831508,1),(0.537999,0.7950158,-0.2801912,1),(0.6392931,0.693263,-0.3327023,1),(0.5706164,0.7778587,-0.2633115,1),(0.6743562,0.66561,-0.3196985,1),(0.6023538,0.7529667,-0.2649738,1),(0.7331707,0.5797735,-0.3554201,1),(0.8117926,0.4669294,-0.3506705,1),(0.7645655,0.545034,-0.3440603,1),(0.7000579,0.6382693,-0.320205,1),(0.5152709,0.8356093,-0.1904023,1),(0.6123509,0.7409307,-0.2757683,1),(0.6107717,0.7083614,-0.3538105,1),(0.6828318,0.6183401,-0.3890966,1),(0.7578998,0.5196533,-0.3943963,1),(0.700895,0.6041594,-0.3791274,1),(0.7573836,0.524485,-0.3889544,1),(0.8346514,0.4229386,-0.352817,1),(0.8707883,0.3556909,-0.3394284,1),(0.8140844,0.4380193,-0.3813208,1),(0.865932,0.3595041,-0.3477333,1),(0.8252826,0.4265185,-0.3701221,1),(0.9053069,0.2954148,-0.3052039,1),(0.934981,0.2427652,-0.2586032,1),(0.9086711,0.2907846,-0.2996016,1),(0.8802007,0.3429168,-0.3281076,1),(0.7820243,0.4992021,-0.3731421,1),(0.8485658,0.4010055,-0.3451529,1),(0.8974445,0.3223667,-0.3011198,1),(0.9364213,0.2385157,-0.2573425,1),(0.9478067,0.2097917,-0.240104,1),(0.9175572,0.2766288,-0.2855963,1),(0.958602,0.1753869,-0.2243251,1),(0.9699661,0.1337458,-0.2031694,1),(0.9756104,0.1226458,-0.1820506,1),(0.9658532,0.1581174,-0.2052476,1),(0.9737246,0.1414064,-0.178507,1),(0.9598717,0.1833897,-0.2121665,1),(0.9817569,0.1103447,-0.1548469,1),(0.9877409,0.09763065,-0.121803,1),(0.9816251,0.1249166,-0.1442496,1),(0.9716743,0.1587327,-0.17508,1),(0.9378725,0.235357,-0.2549559,1),(0.9565666,0.1983904,-0.2135925,1),(0.9769229,0.1041326,-0.1864888,1),(0.982951,0.07637864,-0.1672533,1),(0.9864792,0.07443482,-0.1460072,1),(0.9816107,0.09717049,-0.1643117,1),(0.9880743,0.05044534,-0.1454794,1),(0.9922816,0.02630263,-0.1211842,1),(0.9934617,0.0372011,-0.1079342,1),(0.9903818,0.05444842,-0.1271974,1),(0.9929485,0.05181076,-0.1066256,1),(0.9903579,0.06755028,-0.1209474,1),(0.9947619,0.03993975,-0.0940933,1),(0.9953214,0.04639493,-0.08475184,1),(0.9960501,0.03767184,-0.08040653,1),(0.9938732,0.05982573,-0.09293531,1),(0.9867286,0.08714517,-0.1370119,1),(0.9914924,0.07622243,-0.1055134,1),(0.9950781,0.005954265,-0.0989148,1),(0.996263,-0.01081032,-0.08569071,1),(0.9967257,0.01218382,-0.07993332,1),(0.9955663,0.02292326,-0.09122618,1),(0.9972041,-0.01502938,-0.07319973,1),(0.997291,-0.01732695,-0.07148764,1),(0.9972396,5.407266e-5,-0.07425028,1),(0.9972427,0.00497596,-0.0740431,1),(0.9969104,0.01478276,-0.07714476,1),(0.996635,0.02120285,-0.07917745,1),(0.9968536,0.01073721,-0.07853439,1),(0.9965513,0.01870706,-0.0808426,1),(0.996365,0.01326325,-0.08414692,1),(0.9965586,0.0252474,-0.07895228,1),(0.9959566,0.02938593,-0.08489362,1),(0.996392,0.03142785,-0.07883714,1),(0.9975138,-0.0148743,-0.06888454,1),(0.9977025,-0.01701828,-0.06557468,1),(0.9972871,-0.001548639,-0.073594,1),(0.9975719,-0.006298553,-0.06935995,1),(0.9979692,-0.02207012,-0.05975217,1),(0.9982268,-0.03009377,-0.05135714,1),(0.9980027,-0.01426411,-0.06153945,1),(0.9984626,-0.02476088,-0.04959239,1),(0.997164,-0.002333357,-0.07522289,1),(0.9977804,-0.01212433,-0.06547815,1),(0.9984404,-0.02432238,-0.05025037,1),(0.9975268,-0.01254835,-0.06915629,1),(0.9983215,-0.02585781,-0.05182265,1),(0.9967741,-0.001640672,-0.08024096,1),(0.9968114,0.005059455,-0.07963308,1),(0.9963382,0.006942528,-0.08521668,1),(0.9983752,-0.03812795,-0.04234515,1),(0.9984232,-0.04356492,-0.03539995,1),(0.9987003,-0.03495491,-0.03709169,1),(0.9986979,-0.04251685,-0.02819221,1),(0.9984584,-0.04632068,-0.03057954,1),(0.9985685,-0.0459103,-0.02744364,1),(0.9986073,-0.0474655,-0.02303017,1),(0.9985355,-0.04962561,-0.02154034,1),(0.9986136,-0.04693734,-0.02382789,1),(0.9983653,-0.05432441,-0.01776397,1),(0.9978442,-0.06309032,-0.01807453,1),(0.9977619,-0.06494094,-0.01592887,1),(0.9972191,-0.07302678,-0.01487492,1),(0.998408,-0.05200121,-0.02184964,1),(0.9987334,-0.03657619,-0.03455256,1),(0.9986328,-0.0396727,-0.03403902,1),(0.1404743,0.000512345,0.9900842,1),(0.1425623,0.0005415193,0.9897857,1),(0.146949,0.0004362241,0.989144,1),(0.1482005,0.0006919191,0.9889572,1),(0.1454688,0.0009104501,0.9893624,1),(0.1453647,0.0009943416,0.9893776,1),(0.1530868,0.0003169066,0.9882127,1),(0.1591495,0.0001524652,0.9872545,1),(0.1584883,-0.0001751716,0.9873608,1),(0.152784,0.0003297212,0.9882595,1),(0.1514523,4.799497e-5,0.9884646,1),(0.1474669,0.0009715449,0.9890665,1),(0.1574907,-0.001243384,0.9875197,1),(0.1553634,-0.003438991,0.9878514,1),(0.1481368,-0.0007043586,0.9889666,1),(0.1435708,0.001251117,0.9896392,1),(0.1453712,0.001526065,0.9893759,1),(0.1450726,0.001725886,0.9894195,1),(0.1422314,0.002420027,0.9898305,1),(0.1401976,0.002832061,0.9901196,1),(0.1665827,-9.105571e-5,0.9860275,1),(0.1771638,-0.0004429613,0.9841813,1),(0.1759728,-0.002929831,0.9843906,1),(0.1658221,-0.001155887,0.986155,1),(0.1908251,-0.0009007783,0.9816236,1),(0.2075613,-0.001460741,0.9782209,1),(0.2066695,-0.00886968,0.9783706,1),(0.1888997,-0.005489371,0.981981,1),(0.1828473,-0.01751163,0.9829854,1),(0.173122,-0.009455346,0.9848551,1),(0.1966957,-0.02837077,0.980054,1),(0.169854,-0.0665128,0.9832221,1),(0.1694216,-0.04095295,0.9846924,1),(0.1667976,-0.02208698,0.9857437,1),(0.1646693,-0.004036638,0.9863406,1),(0.1620987,-0.009641727,0.9867274,1),(0.2203527,-0.008743118,0.9753811,1),(0.2179444,-0.02967038,0.97551,1),(0.2118922,-0.02208408,0.9770436,1),(0.1976313,-0.05499351,0.9787326,1),(0.1994888,-0.06519261,0.9777291,1),(0.1754908,-0.1177817,0.97741,1),(0.1162317,-0.1918733,0.9745127,1),(0.170731,-0.1107666,0.9790718,1),(0.1165948,-0.1707428,0.9783928,1),(0.1692673,-0.09753364,0.9807323,1),(0.03013496,-0.2743295,0.9611635,1),(-0.08993573,-0.3535555,0.93108,1),(0.03145958,-0.2464902,0.9686346,1),(0.1114941,-0.1639087,0.9801546,1),(0.190141,-0.05095929,0.9804333,1),(0.1556287,-0.1050497,0.9822139,1),(0.1293286,-0.185193,0.9741549,1),(0.0592923,-0.2660131,0.9621442,1),(-0.06518184,-0.3727308,0.9256474,1),(0.03801196,-0.2847562,0.957846,1),(-0.03867133,-0.3605618,0.9319333,1),(-0.1648117,-0.4648975,0.8698894,1),(-0.3478423,-0.515124,0.7833601,1),(-0.195046,-0.4518615,0.8705046,1),(-0.3687279,-0.5136239,0.7747452,1),(-0.2175299,-0.4644127,0.8584879,1),(-0.5300449,-0.5237681,0.6668728,1),(-0.6854879,-0.4860429,0.5420966,1),(-0.5406519,-0.523568,0.6584619,1),(-0.3883114,-0.5128958,0.7656059,1),(-0.083814,-0.3825268,0.9201351,1),(-0.236144,-0.4547373,0.8587491,1),(-0.3034734,-0.554817,0.7746495,1),(-0.439559,-0.6014957,0.6670763,1),(-0.6222581,-0.5479695,0.5590387,1),(-0.4971778,-0.5510405,0.6702004,1),(-0.5680252,-0.6054872,0.5574339,1),(-0.6851641,-0.5713703,0.4517589,1),(-0.8000695,-0.4525003,0.3938685,1),(-0.7229261,-0.5135744,0.4621895,1),(-0.833988,-0.3953325,0.3849367,1),(-0.7691957,-0.4564418,0.4472122,1),(-0.8830675,-0.335999,0.3275613,1),(-0.9042825,-0.2901895,0.3131504,1),(-0.9318403,-0.2356437,0.2759454,1),(-0.8666206,-0.355247,0.3503831,1),(-0.6697035,-0.5011572,0.5480316,1),(-0.797327,-0.4218109,0.4316773,1),(-0.7588542,-0.5398477,0.3642868,1),(-0.7802847,-0.5587017,0.2810838,1),(-0.847807,-0.4231135,0.3196842,1),(-0.8522475,-0.4558379,0.2566822,1),(-0.7543353,-0.6211396,0.2125173,1),(-0.6722417,-0.7218361,0.1644496,1),(-0.8064091,-0.5522436,0.211498,1),(-0.6905661,-0.704217,0.1649154,1),(-0.8966112,-0.3609583,0.2565105,1),(-0.8413156,-0.4928534,0.2219989,1),(-0.6955718,-0.6974381,0.1725113,1),(-0.8612584,-0.4498882,0.2362931,1),(-0.6893204,-0.7012195,0.1820125,1),(-0.9213929,-0.2875962,0.261388,1),(-0.9065111,-0.3110313,0.285477,1),(-0.9366338,-0.2207137,0.2720341,1),(-0.5440376,-0.8265936,0.1441049,1),(-0.368343,-0.9193451,0.1383047,1),(-0.3004192,-0.9468747,0.1147893,1),(-0.5174377,-0.8457554,0.1302153,1),(-0.06745426,-0.9857513,0.1540912,1),(0.4474809,-0.8763187,0.1783993,1),(0.5111603,-0.8478258,0.1410905,1),(0.02535547,-0.9923606,0.1207374,1),(0.1198075,-0.9888108,0.08887909,1),(-0.2199487,-0.9712205,0.09139695,1),(0.5686477,-0.8153456,0.1088641,1),(0.6178056,-0.7818609,0.08372349,1),(0.2070653,-0.9763072,0.06283598,1),(-0.1356358,-0.9881904,0.07129279,1),(-0.4761732,-0.8712831,0.1188486,1),(-0.4245094,-0.8987249,0.1099327,1),(0.8416461,-0.5115355,0.1730991,1),(0.9675791,-0.2041174,0.1487507,1),(0.9726152,-0.1925613,0.1301528,1),(0.8609391,-0.4878315,0.1442371,1),(0.9910749,0.02281439,0.1313389,1),(0.9675953,0.2214889,0.1212516,1),(0.9718187,0.2068062,0.1131347,1),(0.9926073,0.02306448,0.1191589,1),(0.9937281,0.02250875,0.1095342,1),(0.9767815,-0.1800897,0.1160408,1),(0.9764786,0.1883514,0.1049447,1),(0.9813041,0.1662062,0.09704543,1),(0.994603,0.02033602,0.1017416,1),(0.9801567,-0.1679079,0.1053565,1),(0.8781438,-0.4627852,0.1212161,1),(0.8930317,-0.4378829,0.103697,1),(0.9237317,0.3652268,0.1154522,1),(0.9056419,0.407905,0.115872,1),(0.9240108,0.364737,0.1147649,1),(0.9356673,0.3349257,0.1111377,1),(0.9261594,0.3560232,0.1244041,1),(0.9706614,0.1961666,0.1390508,1),(0.9830994,0.116497,0.1412229,1),(0.9463514,0.2977118,0.125645,1),(0.9656033,0.2281047,0.1248139,1),(0.9435185,0.3123644,0.1104594,1),(0.9892338,0.02411476,0.1443435,1),(0.9854099,-0.07753039,0.1515133,1),(0.9808583,0.1495482,0.1247092,1),(0.961879,0.2523936,0.1052917,1),(0.9489196,0.2977802,0.1043008,1),(0.9621667,0.254785,0.09653933,1),(0.9860157,-0.0217028,0.1652333,1),(0.9459159,-0.245042,0.2125974,1),(0.9123749,-0.3455405,0.2194852,1),(0.9785349,-0.1192143,0.1680992,1),(0.8269963,-0.4852467,0.2839236,1),(0.5834942,-0.7229642,0.3699423,1),(0.4991526,-0.7698359,0.3977428,1),(0.7654619,-0.569872,0.2988542,1),(0.6841651,-0.6548392,0.3210979,1),(0.860526,-0.453062,0.2328733,1),(0.3978252,-0.8094524,0.4318817,1),(0.2829573,-0.8351887,0.4715877,1),(0.5824682,-0.7328726,0.3516085,1),(0.7873257,-0.5613101,0.2550473,1),(0.9577065,-0.2281922,0.1752896,1),(0.9196498,-0.3438393,0.1897862,1),(0.2839998,-0.8631504,0.4175114,1),(0.0700711,-0.9026392,0.4246556,1),(-0.0198684,-0.88328,0.4684247,1),(0.1914492,-0.868907,0.4564513,1),(-0.0578458,-0.9049423,0.4215843,1),(-0.1241063,-0.8987353,0.4205619,1),(-0.1983212,-0.8627876,0.4650445,1),(-0.141049,-0.8731052,0.4666824,1),(-0.2262526,-0.8281598,0.5127973,1),(-0.116038,-0.8495729,0.5145494,1),(-0.2709518,-0.8168551,0.5092473,1),(-0.3353967,-0.7647188,0.5501947,1),(-0.3059075,-0.771864,0.5573568,1),(-0.2105408,-0.8008097,0.5606927,1),(0.08740172,-0.8618446,0.4995846,1),(-0.02125614,-0.8381889,0.5449656,1),(-0.156026,-0.8957369,0.4163067,1),(-0.1716767,-0.8997507,0.4012179,1),(-0.2195444,-0.8726348,0.436244,1),(-0.2185492,-0.8617954,0.4577608,1),(-0.1712012,-0.9109299,0.3753622,1),(-0.1544609,-0.9282981,0.3382373,1),(-0.1620538,-0.9238989,0.3466254,1),(-0.2009975,-0.8943197,0.3997403,1),(-0.2269804,-0.8762286,0.4250923,1),(-0.2629119,-0.8420386,0.4710078,1),(-0.1674463,-0.9187977,0.3574529,1),(-0.1734782,-0.911768,0.3722693,1),(-0.2481824,-0.8579545,0.4497995,1),(-0.2982497,-0.8115212,0.5024743,1),(-0.2771326,-0.8214766,0.4983711,1),(-0.3264941,-0.7793564,0.5347946,1),(-0.1284425,-0.9450943,0.3004985,1),(-0.1010512,-0.9567592,0.2727646,1),(-0.07634449,-0.9638497,0.255275,1),(-0.1156649,-0.9492186,0.2925846,1),(-0.07250333,-0.9641172,0.2553848,1),(-0.04294482,-0.9676956,0.2484371,1),(-0.01983984,-0.9721333,0.2335874,1),(-0.04442598,-0.9708448,0.2355563,1),(-0.02024027,-0.9748511,0.2219354,1),(-0.05351482,-0.9685906,0.2428338,1),(-0.002299332,-0.97418,0.2257612,1),(0.005506208,-0.9728041,0.2315637,1),(-0.006700778,-0.9749709,0.2222314,1),(-0.040119,-0.9692625,0.2427358,1),(-0.1026859,-0.9519676,0.2884673,1),(-0.0957894,-0.9511937,0.2933513,1),(-0.01241448,-0.9692935,0.2455935,1),(0.01979684,-0.9702381,0.2413421,1),(0.02583576,-0.9699621,0.2418801,1),(0.001935751,-0.9710213,0.2389851,1),(0.05375389,-0.9703463,0.2356664,1),(0.08948231,-0.969418,0.2285203,1),(0.08017205,-0.9674127,0.2401771,1),(0.05190521,-0.9688169,0.2422803,1),(0.04357948,-0.9660423,0.2546827,1),(0.02500359,-0.968114,0.2492588,1),(0.06541978,-0.9644796,0.2559282,1),(0.04923094,-0.9600321,0.2755262,1),(0.03157171,-0.9611582,0.2741862,1),(0.01834798,-0.963671,0.2664613,1),(0.009707525,-0.9708148,0.2396338,1),(0.009642056,-0.9676042,0.2522881,1),(0.1234674,-0.9675981,0.2202494,1),(0.1519612,-0.9655626,0.2111793,1),(0.1323278,-0.9641877,0.2298511,1),(0.1079714,-0.9657485,0.2359487,1),(0.174961,-0.9637439,0.2014601,1),(0.1925286,-0.9624848,0.1911955,1),(0.1705557,-0.9621732,0.2124467,1),(0.1531896,-0.9629411,0.2219851,1),(0.129418,-0.961721,0.2415443,1),(0.1096487,-0.9622725,0.2490154,1),(0.1475838,-0.9615755,0.2314985,1),(0.1284844,-0.9612547,0.2438874,1),(0.1088677,-0.9604244,0.256384,1),(0.08910643,-0.9598876,0.2658498,1),(0.08830176,-0.9632086,0.2538346,1),(0.06922441,-0.9597343,0.2722464,1),(0.2057764,-0.9617102,0.1810237,1),(0.2159465,-0.9612134,0.1715692,1),(0.1960087,-0.9616438,0.19189,1),(0.1846651,-0.9617966,0.2021043,1),(0.2231085,-0.9610912,0.1628693,1),(0.2273208,-0.9614169,0.1549281,1),(0.2106278,-0.962319,0.1719827,1),(0.2046424,-0.9617984,0.1818392,1),(0.1883618,-0.9623172,0.1961268,1),(0.1771677,-0.9619105,0.2081819,1),(0.197237,-0.962962,0.1838527,1),(0.1896183,-0.9642313,0.1852103,1),(0.1773904,-0.9635325,0.200344,1),(0.1631601,-0.962849,0.2151755,1),(0.1635908,-0.9616889,0.2199831,1),(0.1468743,-0.9621163,0.2296958,1),(0.2291167,-0.9621156,0.1477809,1),(0.2289843,-0.9631115,0.141359,1),(0.2160832,-0.9642041,0.1536831,1),(0.21431,-0.9631473,0.1625373,1),(0.2269606,-0.964412,0.135641,1),(0.2230792,-0.9660124,0.1305977,1),(0.2140508,-0.9670755,0.1376488,1),(0.2159849,-0.9655104,0.1453967,1),(0.2114373,-0.9659986,0.1487982,1),(0.208638,-0.9648117,0.1600263,1),(0.2123548,-0.9673996,0.1379983,1),(0.2188572,-0.9673878,0.1275242,1),(0.2143989,-0.9664695,0.1413145,1),(0.2080696,-0.9656721,0.1555137,1),(0.2039233,-0.9638112,0.1717069,1),(0.199827,-0.9649462,0.1701412,1),(0.2181469,-0.9678609,0.1251294,1),(0.2128549,-0.9699203,0.1180993,1),(0.2083057,-0.9707238,0.1195997,1),(0.2112154,-0.9688355,0.1294065,1),(0.2072054,-0.9721472,0.1095257,1),(0.2011767,-0.9744972,0.09941414,1),(0.2022227,-0.97469,0.09531693,1),(0.2053162,-0.9726925,0.1082342,1),(0.2120476,-0.972113,0.1001613,1),(0.2122327,-0.9705315,0.1141312,1),(0.2117663,-0.9736306,0.0848431,1),(0.2309499,-0.9707251,0.06599133,1),(0.2283218,-0.970065,0.08272178,1),(0.2254251,-0.969263,0.0985534,1),(0.2123308,-0.9689437,0.1267434,1),(0.2222683,-0.968358,0.1134875,1),(0.1951426,-0.9767522,0.08873932,1),(0.1895641,-0.9787235,0.07852306,1),(0.1972903,-0.9779928,0.06787224,1),(0.1994052,-0.9765139,0.08159804,1),(0.1844358,-0.9804366,0.06875674,1),(0.1797426,-0.9819178,0.05941483,1),(0.1950893,-0.9799583,0.04027289,1),(0.1958529,-0.9791395,0.05410648,1),(0.2146396,-0.9760839,0.03449828,1),(0.2128093,-0.97572,0.05179268,1),(0.2173229,-0.9759578,0.01664514,1),(0.2448717,-0.9695141,-0.008963893,1),(0.2406099,-0.9705605,0.01091637,1),(0.2368531,-0.9710817,0.03001467,1),(0.2118434,-0.9748957,0.06856333,1),(0.2336271,-0.9711226,0.04836542,1),(0.1761514,-0.9830546,0.0507387,1),(0.1741287,-0.9837936,0.04276942,1),(0.1961033,-0.9804326,0.0171913,1),(0.1951557,-0.9803841,0.02759264,1),(0.1736752,-0.9841629,0.03550506,1),(0.1747753,-0.9841833,0.02892553,1),(0.2006809,-0.9796515,0.003197699,1),(0.1979443,-0.9801713,0.009061035,1),(0.2265682,-0.9737868,-0.0201515,1),(0.2235209,-0.974628,-0.01177895,1),(0.2296144,-0.9729699,-0.0246311,1),(0.2555165,-0.9655588,-0.04906743,1),(0.2542441,-0.9660115,-0.04670847,1),(0.2520718,-0.9669124,-0.03924488,1),(0.2204513,-0.9753979,0.0004866151,1),(0.2489669,-0.9681449,-0.026663,1),(0.1752909,-0.9842819,0.02149616,1),(0.1734646,-0.9847682,0.01190395,1),(0.1985887,-0.9800406,-0.009108244,1),(0.2016405,-0.979457,-0.002287321,1),(0.1693038,-0.9855639,0.0001680199,1),(0.1628097,-0.9865624,-0.01369719,1),(0.1805228,-0.9832089,-0.02667857,1),(0.1915428,-0.9813327,-0.01724853,1),(0.2147949,-0.9760122,-0.03554409,1),(0.2249359,-0.9738739,-0.03120107,1),(0.1994702,-0.9790643,-0.0405561,1),(0.2153719,-0.9751235,-0.05243209,1),(0.2335167,-0.9710237,-0.05082308,1),(0.2462449,-0.9679322,-0.0497089,1),(0.2298802,-0.9728287,-0.02755613,1),(0.2535754,-0.966068,-0.04911394,1),(0.1549631,-0.9875314,-0.02771875,1),(0.1466014,-0.9883929,-0.0398415,1),(0.1564642,-0.9866378,-0.04544169,1),(0.1680459,-0.9851054,-0.03644191,1),(0.1377299,-0.989203,-0.05007979,1),(0.1283509,-0.9900042,-0.05846183,1),(0.1359379,-0.9888234,-0.06123016,1),(0.1457659,-0.9878607,-0.05369779,1),(0.1561555,-0.9859912,-0.05862477,1),(0.1683227,-0.9843491,-0.05219634,1),(0.1462359,-0.9870805,-0.06547666,1),(0.1579543,-0.9849315,-0.0704311,1),(0.1674504,-0.9838024,-0.06397859,1),(0.1801777,-0.9818727,-0.0588389,1),(0.1827562,-0.9820732,-0.04617825,1),(0.1961495,-0.9790307,-0.05499338,1),(0.1197813,-0.9905909,-0.06619851,1),(0.1133081,-0.9907551,-0.07460226,1),(0.1219816,-0.9895315,-0.0771208,1),(0.1277586,-0.9894195,-0.06875143,1),(0.1089246,-0.9905212,-0.08368516,1),(0.1066234,-0.9898958,-0.09347653,1),(0.1176081,-0.9883631,-0.09647134,1),(0.1185952,-0.9891804,-0.0863547,1),(0.1326724,-0.9870139,-0.09056312,1),(0.1343633,-0.9875942,-0.08126668,1),(0.1338227,-0.9858647,-0.1008082,1),(0.1564548,-0.9819239,-0.1065236,1),(0.1512351,-0.9838274,-0.09597759,1),(0.1497466,-0.9849376,-0.08645053,1),(0.1388823,-0.9876215,-0.07290775,1),(0.1519875,-0.9853049,-0.07793664,1),(0.1090705,-0.9885668,-0.1041117,1),(0.118827,-0.9861317,-0.1158639,1),(0.1351837,-0.9835569,-0.1197553,1),(0.1221316,-0.9866705,-0.107541,1),(0.1359001,-0.9823263,-0.12871,1),(0.1602359,-0.9767238,-0.1426003,1),(0.1866894,-0.971299,-0.1473949,1),(0.1567436,-0.978633,-0.1330746,1),(0.1841815,-0.9735165,-0.135436,1),(0.15798,-0.9797152,-0.1232895,1),(0.2196137,-0.96429,-0.148036,1),(0.2656704,-0.9533221,-0.1435132,1),(0.2233849,-0.9652561,-0.1355721,1),(0.1910025,-0.9733814,-0.1266761,1),(0.1411826,-0.983659,-0.1117257,1),(0.168686,-0.978705,-0.116968,1),(0.1933727,-0.9691484,-0.1528348,1),(0.2367108,-0.9591681,-0.1548046,1),(0.2760071,-0.9480587,-0.1581287,1),(0.2261,-0.9612917,-0.1574712,1),(0.2901613,-0.9454305,-0.1482145,1),(0.3531792,-0.9260958,-0.1327065,1),(0.4065646,-0.9043754,-0.129655,1),(0.336376,-0.9298633,-0.1490151,1),(0.3870413,-0.9115526,-0.1388194,1),(0.3207141,-0.9347755,-0.1527655,1),(0.4630107,-0.8790863,-0.1132621,1),(0.52425,-0.8479612,-0.07825388,1),(0.4472879,-0.8871746,-0.1133785,1),(0.3779219,-0.9158567,-0.1355786,1),(0.264892,-0.951628,-0.1556801,1),(0.3173225,-0.9371005,-0.1454273,1),(0.4171701,-0.9016369,-0.1141058,1),(0.4755841,-0.8741353,-0.09852535,1),(0.5341251,-0.8410351,-0.0858492,1),(0.475354,-0.8733274,-0.1064793,1),(0.5290446,-0.8442216,-0.08603381,1),(0.5782307,-0.8122631,-0.07666649,1),(0.626259,-0.7778442,-0.05251698,1),(0.5840198,-0.8088967,-0.06787363,1),(0.638555,-0.7685716,-0.03930898,1),(0.5930464,-0.8029526,-0.05969047,1),(0.6734551,-0.7388669,-0.02311083,1),(0.714691,-0.6993733,0.009686712,1),(0.6878434,-0.7258574,0.001587298,1),(0.6486588,-0.7609164,-0.01575057,1),(0.5351381,-0.8405403,-0.08437488,1),(0.5949466,-0.8026468,-0.04238824,1),(0.6162705,-0.7835947,-0.07867623,1),(0.6358212,-0.7656291,-0.09769054,1),(0.6685961,-0.739866,-0.07468207,1),(0.6562282,-0.752799,-0.05155762,1),(0.6369625,-0.7592294,-0.1336025,1),(0.6188328,-0.7632751,-0.1856262,1),(0.6351293,-0.7479618,-0.1927791,1),(0.6624278,-0.7391087,-0.1220966,1),(0.6863702,-0.7177712,-0.1170492,1),(0.7004054,-0.7116041,-0.05524375,1),(0.6482378,-0.7323443,-0.2084701,1),(0.655169,-0.7180088,-0.2349829,1),(0.7044635,-0.698741,-0.1244679,1),(0.7264773,-0.6856263,-0.04634124,1),(0.6952734,-0.7183372,-0.02421564,1),(0.7284339,-0.6851128,-0.00213377,1),(0.5999393,-0.7635189,-0.2389806,1),(0.5993928,-0.7477923,-0.2855433,1),(0.5972554,-0.7366351,-0.3172614,1),(0.6060348,-0.7506907,-0.2630309,1),(0.6174853,-0.715221,-0.3273695,1),(0.6547025,-0.6617099,-0.3653827,1),(0.6447331,-0.659826,-0.3859389,1),(0.6098849,-0.7070434,-0.3579524,1),(0.5920519,-0.7019464,-0.395911,1),(0.586639,-0.7264348,-0.3579764,1),(0.6234348,-0.6645622,-0.4119296,1),(0.5906575,-0.6736322,-0.4442335,1),(0.5646782,-0.6989331,-0.4388976,1),(0.5679024,-0.7168606,-0.4044724,1),(0.6061649,-0.7379408,-0.2966602,1),(0.5993294,-0.7255373,-0.3382306,1),(0.7121274,-0.5848138,-0.3884164,1),(0.7885735,-0.48443,-0.3787868,1),(0.7775634,-0.4997073,-0.3816905,1),(0.7015361,-0.591474,-0.3974989,1),(0.874409,-0.3564152,-0.3292067,1),(0.950038,-0.2034414,-0.2367264,1),(0.9427488,-0.2274575,-0.2439011,1),(0.8641086,-0.3784581,-0.3317917,1),(0.8466462,-0.4124124,-0.3363125,1),(0.7564483,-0.5272136,-0.3870811,1),(0.9321077,-0.2597689,-0.2523796,1),(0.9171076,-0.2976458,-0.2651802,1),(0.8203054,-0.4536372,-0.3482994,1),(0.7233941,-0.5620867,-0.4009484,1),(0.6795071,-0.6083829,-0.4100492,1),(0.6447401,-0.6316794,-0.4304549,1),(0.9871215,-0.06888749,-0.1443792,1),(0.9955879,0.01448665,-0.09270696,1),(0.9946068,-0.00272745,-0.1036819,1),(0.9837849,-0.09025846,-0.1549859,1),(0.9955029,0.05449705,-0.07748723,1),(0.9937582,0.05671647,-0.0960613,1),(0.9935828,0.04770743,-0.1025534,1),(0.9953441,0.04146031,-0.08701154,1),(0.9946791,0.02976351,-0.09862857,1),(0.9930466,-0.01988944,-0.1160291,1),(0.9928737,0.03958654,-0.1124032,1),(0.9916477,0.03017709,-0.1253968,1),(0.9936417,0.01717117,-0.1112723,1),(0.9909291,-0.03838629,-0.1287867,1),(0.9792961,-0.1147975,-0.1667348,1),(0.9733428,-0.1422062,-0.1799477,1),(0.9902635,0.04360133,-0.1322014,1),(0.9849125,0.03719463,-0.1690091,1),(0.9852716,0.03860373,-0.1665824,1),(0.9901282,0.03938466,-0.1345181,1),(0.9778003,0.03783549,-0.2060951,1),(0.9689378,0.04570979,-0.2430438,1),(0.9713269,0.06060554,-0.2298931,1),(0.9790413,0.04564505,-0.1984813,1),(0.9797578,0.05409388,-0.1927396,1),(0.985019,0.03976209,-0.1677992,1),(0.9733685,0.07807926,-0.2155398,1),(0.9747075,0.09758458,-0.2010538,1),(0.9797342,0.06234515,-0.1903521,1),(0.9839488,0.03944797,-0.1740365,1),(0.9893965,0.03500932,-0.1409569,1),(0.9879097,0.02880087,-0.1523319,1),(0.9603446,0.06149428,-0.2719499,1),(0.9544623,0.08608849,-0.2856402,1),(0.9580297,0.1067971,-0.2660328,1),(0.9636586,0.08158363,-0.2543742,1),(0.9513415,0.1194211,-0.2840563,1),(0.9501147,0.1612349,-0.2669931,1),(0.9530771,0.1693873,-0.2509022,1),(0.9546223,0.1361339,-0.2648847,1),(0.9577351,0.1558591,-0.2417673,1),(0.9613833,0.1319455,-0.2415214,1),(0.9559519,0.1775971,-0.2336988,1),(0.9585736,0.1848081,-0.2167546,1),(0.9604181,0.1772759,-0.2148729,1),(0.9642518,0.1598102,-0.2113748,1),(0.9667315,0.105965,-0.2328123,1),(0.9688936,0.1342691,-0.2078867,1),(0.9458408,0.2079284,-0.249301,1),(0.9375118,0.250772,-0.2412156,1),(0.9418063,0.2409424,-0.2344094,1),(0.9500343,0.2041855,-0.2360999,1),(0.9284584,0.2847878,-0.2384553,1),(0.9142892,0.3196016,-0.2488577,1),(0.9329475,0.2701541,-0.2379619,1),(0.919057,0.3011198,-0.2542856,1),(0.9457878,0.2283896,-0.230919,1),(0.937766,0.2523929,-0.2385216,1),(0.9242328,0.2819535,-0.2574799,1),(0.9427272,0.2319666,-0.2397019,1),(0.930006,0.264339,-0.2553698,1),(0.9497833,0.2111948,-0.2308862,1),(0.953311,0.1998775,-0.2263783,1),(0.9564082,0.1918277,-0.2201938,1),(0.8981763,0.3506064,-0.2652443,1),(0.8821754,0.3764246,-0.282968,1),(0.9028466,0.32998,-0.2756471,1),(0.8865426,0.3554393,-0.2961504,1),(0.8666923,0.3970316,-0.3020105,1),(0.8520554,0.412451,-0.3223132,1),(0.870537,0.377438,-0.3157623,1),(0.855166,0.396002,-0.3344749,1),(0.8912017,0.336711,-0.3039493,1),(0.8742864,0.3588616,-0.3268662,1),(0.8574785,0.3775136,-0.3495914,1),(0.8783208,0.3447832,-0.3311754,1),(0.8584244,0.3584023,-0.3669543,1),(0.8968369,0.3244796,-0.3006601,1),(0.907954,0.3110586,-0.280824,1),(0.9140835,0.2976436,-0.2754262,1),(0.836609,0.4258674,-0.3445612,1),(0.8180381,0.4404982,-0.369831,1),(0.838376,0.4149098,-0.353519,1),(0.8175764,0.4377377,-0.3741049,1),(0.7960634,0.4560793,-0.3978375,1),(0.7704533,0.4722776,-0.4282004,1),(0.7924252,0.4640339,-0.3958976,1),(0.7626418,0.4932019,-0.4184847,1),(0.8153292,0.4297291,-0.3880352,1),(0.7871652,0.4684993,-0.4010977,1),(0.7535745,0.5142872,-0.4094314,1),(0.7796109,0.4665427,-0.4177854,1),(0.7437149,0.5333417,-0.4030321,1),(0.8097019,0.4138345,-0.4160817,1),(0.8385893,0.3991512,-0.3707375,1),(0.8356673,0.3774827,-0.3989573,1),(0.7446903,0.4983135,-0.443982,1),(0.7228659,0.5425895,-0.427857,1),(0.733349,0.5296546,-0.4262221,1),(0.7098432,0.5773059,-0.4035353,1),(0.7012483,0.60544,-0.3764216,1),(0.6726328,0.6839458,-0.2824594,1),(0.6887611,0.6363958,-0.3472874,1),(0.6641145,0.7041993,-0.2511081,1),(0.6954428,0.6174365,-0.3676024,1),(0.6740721,0.6730598,-0.304331,1),(0.6523824,0.7291016,-0.206901,1),(0.6569351,0.7132862,-0.2442519,1),(0.6366861,0.7567468,-0.1482057,1),(0.6800336,0.6611523,-0.3169098,1),(0.7209975,0.564598,-0.4017357,1),(0.7084318,0.6014714,-0.3692648,1),(0.6306751,0.7562795,-0.1740405,1),(0.5798039,0.8096468,-0.09110138,1),(0.6293968,0.7631927,-0.1462756,1),(0.5878847,0.8055143,-0.07441933,1),(0.5269551,0.8490534,-0.03777141,1),(0.4760799,0.879283,-0.01446985,1),(0.5462788,0.8366839,-0.03923598,1),(0.5077946,0.8605044,-0.04094813,1),(0.5924112,0.8040045,-0.05124001,1),(0.5623763,0.8260605,-0.0368353,1),(0.536097,0.8415886,-0.0657924,1),(0.5726519,0.81929,-0.02887078,1),(0.5572456,0.8260609,-0.08426525,1),(0.5916932,0.8058763,-0.02151149,1),(0.6243587,0.7735099,-0.1088976,1),(0.6144581,0.786516,-0.06191892,1),(0.4220878,0.9065527,-0.002013488,1),(0.3588392,0.9331729,0.02056004,1),(0.4654068,0.8835583,-0.05216414,1),(0.4117034,0.9102756,-0.04357408,1),(0.2868063,0.956557,0.05235317,1),(0.2073928,0.9739125,0.09210093,1),(0.3464484,0.9379345,-0.01588896,1),(0.2700014,0.962401,0.02972263,1),(0.4619908,0.8798088,-0.1118075,1),(0.4069138,0.908705,-0.09314783,1),(0.3390778,0.9395574,-0.04751992,1),(0.4585978,0.8722134,-0.1700931,1),(0.4029273,0.9055818,-0.1325568,1),(0.5025443,0.8466879,-0.1748393,1),(0.5049848,0.8569723,-0.1029029,1),(0.535686,0.8316033,-0.1465487,1),(0.1401559,0.9822722,0.1244893,1),(0.09941715,0.9858142,0.1352281,1),(0.2003694,0.9769865,0.07314026,1),(0.1522289,0.9837751,0.09493597,1),(0.08264903,0.9886723,0.1252845,1),(0.09047793,0.9916489,0.09190321,1),(0.1237235,0.9876053,0.09658217,1),(0.1143643,0.9904433,0.07709073,1),(0.2178232,0.9753409,0.03554093,1),(0.1763063,0.9829681,0.05186489,1),(0.1465767,0.9878303,0.05202546,1),(0.236291,0.9716063,-0.01215156,1),(0.1890974,0.9819017,0.01054804,1),(0.2875832,0.9567776,-0.04327228,1),(0.2718679,0.9623305,0.002820409,1),(0.3432086,0.9355654,-0.08321858,1),(0.10594,0.9928952,0.05418275,1),(0.1073502,0.993533,0.03698777,1),(0.1109184,0.9923275,0.05461918,1),(0.09832738,0.9939733,0.04846497,1),(0.09336218,0.9946754,0.04363753,1),(0.06485835,0.9951695,0.07369613,1),(0.07680047,0.9952473,0.05987081,1),(0.04751164,0.9949828,0.08804465,1),(0.09372738,0.993913,0.05789649,1),(0.06421355,0.9950865,0.07536177,1),(0.03389645,0.9942331,0.1017427,1),(0.0660917,0.9944543,0.08180866,1),(0.03166311,0.9935158,0.1091961,1),(0.1041246,0.9929875,0.05598115,1),(0.1214633,0.9913315,0.05008674,1),(0.1453284,0.9888632,0.03208109,1),(0.03767653,0.9935839,0.1066372,1),(0.02409942,0.9916869,0.1263963,1),(0.02159398,0.9928848,0.117105,1),(0.007752767,0.990773,0.1353103,1),(0.02288317,0.9906514,0.1344848,1),(0.03344367,0.990727,0.1316868,1),(0.005105643,0.9896107,0.1436824,1),(0.0131898,0.9896671,0.1427759,1),(-0.005056672,0.9897758,0.1425421,1),(-0.009103395,0.9885798,0.150423,1),(-0.003386922,0.9886011,0.1505208,1),(-0.01962278,0.9876195,0.1556365,1),(-0.01680321,0.9875291,0.156537,1),(-0.01268651,0.9889587,0.1476475,1),(0.009087669,0.9919222,0.1265211,1),(0.004277386,0.9911999,0.1323045,1),(0.05055585,0.9911667,0.1226082,1),(0.06916137,0.9913616,0.1114395,1),(0.02754549,0.9902612,0.13647,1),(0.04386808,0.9907764,0.1282096,1),(0.08927163,0.9911591,0.09815449,1),(0.1108897,0.9903829,0.08273634,1),(0.06216792,0.9910682,0.1179786,1),(0.08244074,0.9909692,0.1057521,1),(0.02247037,0.9899372,0.1397119,1),(0.03899745,0.9905291,0.1316487,1),(0.05791749,0.9908648,0.1217893,1),(0.01985417,0.989756,0.1413826,1),(0.03815502,0.9903765,0.1330354,1),(0.004584793,0.9889663,0.1480699,1),(0.008341964,0.9892496,0.1459984,1),(-0.007640118,0.9881788,0.1531146,1),(0.1326917,0.9889883,0.06553616,1),(0.1533084,0.9870642,0.0469113,1),(0.1031678,0.9904053,0.09194404,1),(0.1228052,0.9894404,0.07698444,1),(0.1727584,0.9845985,0.02683995,1),(0.1910722,0.9815617,0.00531034,1),(0.1413875,0.9880815,0.06086512,1),(0.1589435,0.9863262,0.04356351,1),(0.09546449,0.9904956,0.09901934,1),(0.1122402,0.9898911,0.08670633,1),(0.1277328,0.9890619,0.07376343,1),(0.08831324,0.9904816,0.1055797,1),(0.1009483,0.9902048,0.09645661,1),(0.07366383,0.9906633,0.1147163,1),(0.07736973,0.9908364,0.1107119,1),(0.0569579,0.9906628,0.1238673,1),(0.2081319,0.9779411,-0.01766901,1),(0.2237945,0.973725,-0.04213754,1),(0.1757351,0.9841297,0.02461459,1),(0.1920194,0.9813849,0.003511818,1),(0.2380407,0.9688646,-0.06810243,1),(0.2508531,0.9632975,-0.09555347,1),(0.2077756,0.9779771,-0.01975277,1),(0.2229713,0.9737777,-0.04517527,1),(0.1582924,0.9864879,0.04225183,1),(0.1742223,0.9844439,0.02273182,1),(0.1905568,0.9816758,0.0006963074,1),(0.1410004,0.9883243,0.05773968,1),(0.1566859,0.9868466,0.03979031,1),(0.1264744,0.9892684,0.07315879,1),(0.1427915,0.9879773,0.05925841,1),(0.1131224,0.9898471,0.0860577,1),(0.2619436,0.9572275,-0.122886,1),(0.2709096,0.9510595,-0.1486396,1),(0.2370285,0.9688805,-0.07133088,1),(0.2492229,0.9635776,-0.0969848,1),(0.2777826,0.9449638,-0.1728592,1),(0.2826069,0.9390832,-0.1955917,1),(0.259576,0.9579646,-0.1221648,1),(0.2681077,0.9521222,-0.1469076,1),(0.2213859,0.9740479,-0.04710523,1),(0.2350392,0.9693094,-0.07208215,1),(0.2475267,0.9639314,-0.0978098,1),(0.2052946,0.9783534,-0.02605201,1),(0.2213724,0.9738113,-0.05182203,1),(0.1891478,0.9819461,-0.002215038,1),(0.2065605,0.9781669,-0.02285367,1),(0.1729441,0.9847342,0.01971931,1),(0.2859474,0.9336241,-0.2158246,1),(0.2882513,0.9288779,-0.2325876,1),(0.275034,0.9463125,-0.1698495,1),(0.2803599,0.9409607,-0.1897137,1),(0.2895561,0.9250336,-0.2459071,1),(0.2899059,0.9222361,-0.255803,1),(0.2841336,0.936277,-0.2065272,1),(0.2864012,0.9324344,-0.2203189,1),(0.2672825,0.9526836,-0.1447559,1),(0.2739915,0.947578,-0.1643917,1),(0.2786577,0.943082,-0.1815108,1),(0.2582454,0.9582875,-0.1224519,1),(0.2654759,0.9536214,-0.1418761,1),(0.2485164,0.9633489,-0.1009867,1),(0.2584782,0.9582096,-0.1225697,1),(0.2362395,0.9686033,-0.07745019,1),(0.2897877,0.9206508,-0.2615823,1),(0.2897336,0.9203885,-0.2625635,1),(0.2877108,0.9295607,-0.2305197,1),(0.2886032,0.9277586,-0.2365847,1),(0.289738,0.9214803,-0.2587004,1),(0.2897963,0.9238826,-0.2499181,1),(0.2891076,0.9271125,-0.2384938,1),(0.2892251,0.9276614,-0.2362053,1),(0.284042,0.9363036,-0.2065327,1),(0.2853279,0.934226,-0.2140319,1),(0.2857058,0.9331524,-0.2181717,1),(0.2769492,0.9428741,-0.1851689,1),(0.2779432,0.9407415,-0.1943015,1),(0.2745552,0.9458106,-0.1733826,1),(0.2818302,0.9392962,-0.1956895,1),(0.2707396,0.9494395,-0.1589493,1),(0.2897377,0.9275267,-0.2361069,1),(0.2896491,0.9321691,-0.2171731,1),(0.2892463,0.9293155,-0.2295851,1),(0.2897366,0.9318317,-0.2185002,1),(0.2894378,0.9375337,-0.193019,1),(0.2890099,0.9432463,-0.163584,1),(0.2906615,0.9350693,-0.2028827,1),(0.2919639,0.938822,-0.1826759,1),(0.2870383,0.9333131,-0.2157216,1),(0.2890345,0.934242,-0.208928,1),(0.2919015,0.935651,-0.1983704,1),(0.2840084,0.9367759,-0.2044264,1),(0.2885047,0.9359613,-0.2018449,1),(0.2807471,0.9378486,-0.2040125,1),(0.2859291,0.9329392,-0.2187898,1),(0.278729,0.9391796,-0.2006288,1),(0.2874275,0.9490172,-0.1294285,1),(0.2832832,0.9547035,-0.09105887,1),(0.2922713,0.9435022,-0.1561444,1),(0.2897762,0.9493569,-0.1214542,1),(0.2764068,0.959816,-0.04850345,1),(0.2666692,0.9637862,-0.001901434,1),(0.2842063,0.9555426,-0.07851851,1),(0.2752686,0.9609758,-0.02743275,1),(0.2930441,0.9441863,-0.1504567,1),(0.2889709,0.951126,-0.1088803,1),(0.2812689,0.9580261,-0.05544087,1),(0.290747,0.9480497,-0.1291043,1),(0.2846942,0.9554887,-0.07739799,1),(0.293119,0.9413846,-0.1669616,1),(0.2939134,0.9386896,-0.180213,1),(0.2922684,0.9370441,-0.1911218,1),(0.2544979,0.9660906,0.04358694,1),(0.240516,0.9670998,0.08288582,1),(0.2633255,0.964406,0.02409871,1),(0.2489911,0.9660861,0.06841814,1),(0.2248783,0.9674424,0.1161244,1),(0.207683,0.9676153,0.1434868,1),(0.2324859,0.966842,0.1056733,1),(0.213927,0.9673234,0.1360911,1),(0.2565674,0.9653774,0.04711464,1),(0.2406196,0.9667666,0.08639819,1),(0.2225177,0.9677618,0.1179962,1),(0.2504599,0.9663382,0.05882419,1),(0.2354506,0.9679784,0.08706824,1),(0.2638025,0.9643224,0.02214789,1),(0.2702067,0.9628024,-0.0001140148,1),(0.27531,0.9610753,-0.0232072,1),(0.1910114,0.9682987,0.1609727,1),(0.1779303,0.9701836,0.1645742,1),(0.1972522,0.9682537,0.1535456,1),(0.1872879,0.9704722,0.1520098,1),(0.1684773,0.9735519,0.154312,1),(0.1626483,0.9780821,0.130004,1),(0.1840821,0.9740921,0.1313707,1),(0.1875357,0.978017,0.09117524,1),(0.2036236,0.9707546,0.1271733,1),(0.2095197,0.9730167,0.09664262,1),(0.2254314,0.9733658,0.04170933,1),(0.247733,0.9677621,0.0454409,1),(0.2815064,0.9593645,-0.01933475,1),(0.2299891,0.9694767,0.08497069,1),(0.2079771,0.9688918,0.1341422,1),(0.2259286,0.9691474,0.09853697,1),(0.1637736,0.9819529,0.09458701,1),(0.1821977,0.9818094,0.05342618,1),(0.1998352,0.9790722,0.03851794,1),(0.2294547,0.9732001,-0.01522979,1),(0.1995814,0.9798806,0.001148918,1),(0.2313128,0.9711655,-0.05772237,1),(0.3066844,0.940891,-0.1437669,1),(0.261027,0.9621431,-0.07839403,1),(0.340792,0.9271939,-0.1554742,1),(0.292937,0.9519146,-0.08970251,1),(0.3996988,0.8901562,-0.2187758,1),(0.5038543,0.8172897,-0.2795861,1),(0.4355854,0.8710195,-0.2271353,1),(0.3753335,0.9119579,-0.1657036,1),(0.2546626,0.9667327,-0.02397461,1),(0.3251859,0.9408491,-0.09516989,1),(0.281274,0.9521865,-0.1192721,1),(0.3583761,0.9165401,-0.1775413,1),(0.4543689,0.8531469,-0.2562992,1),(0.3688688,0.9063739,-0.2059664,1),(0.4631175,0.8552501,-0.2325283,1),(0.5909776,0.7559969,-0.2814501,1),(0.6877179,0.6548183,-0.3134598,1),(0.5627077,0.7728044,-0.2934853,1),(0.6664161,0.672264,-0.3224136,1),(0.5612984,0.7681456,-0.3080528,1),(0.7797994,0.5429681,-0.3116064,1),(0.858682,0.4274275,-0.2827915,1),(0.7634205,0.5599642,-0.3219151,1),(0.668208,0.6656677,-0.3322416,1),(0.4718527,0.8384182,-0.2727818,1),(0.5808365,0.7496256,-0.3173174,1),(0.7064461,0.6328247,-0.316965,1),(0.7865946,0.5202345,-0.3326034,1),(0.8599766,0.4066387,-0.3083586,1),(0.7934331,0.5195761,-0.3170246,1),(0.8394946,0.429706,-0.3325683,1),(0.8740456,0.3647308,-0.3209607,1),(0.9212785,0.276696,-0.2732859,1),(0.8991691,0.325315,-0.2926859,1),(0.9441854,0.2325324,-0.2333293,1),(0.9185669,0.3011789,-0.2559807,1),(0.9556863,0.2000089,-0.2160092,1),(0.9745182,0.1478862,-0.1686534,1),(0.9785629,0.1357993,-0.1548327,1),(0.9601297,0.2029419,-0.1922643,1),(0.8684234,0.4053389,-0.2855543,1),(0.9265148,0.2956249,-0.2327577,1),(0.8993357,0.3158895,-0.3023396,1),(0.9211586,0.2728306,-0.2775433,1),(0.9498714,0.2172625,-0.2248133,1),(0.9362069,0.2457746,-0.2512198,1),(0.9405343,0.234237,-0.2460248,1),(0.9579636,0.1989132,-0.2067352,1),(0.9739639,0.1644168,-0.1560823,1),(0.9624698,0.1903843,-0.1934055,1),(0.9766597,0.1576155,-0.145922,1),(0.9692746,0.1739888,-0.1738815,1),(0.9839214,0.1389658,-0.1121927,1),(0.9891565,0.1224574,-0.08107766,1),(0.9849629,0.1346025,-0.1083068,1),(0.9815134,0.1411893,-0.1292173,1),(0.9622543,0.1868658,-0.1978578,1),(0.9794513,0.1387873,-0.1463327,1),(0.972034,0.1661641,-0.1659496,1),(0.9819398,0.1359759,-0.1315481,1),(0.9892166,0.1168803,-0.08825907,1),(0.9830517,0.1397667,-0.1186358,1),(0.9885409,0.1090467,-0.1043822,1),(0.992678,0.08584595,-0.08497466,1),(0.9956589,0.07795334,-0.05086057,1),(0.9932034,0.09617538,-0.06555466,1),(0.9953183,0.08956352,-0.03632988,1),(0.9931515,0.10387,-0.05349094,1),(0.9965977,0.0776621,-0.02759663,1),(0.9957849,0.08874117,-0.02318297,1),(0.9953972,0.09247633,-0.02514906,1),(0.9944125,0.09940415,-0.03553179,1),(0.9895829,0.1204194,-0.07889895,1),(0.9925121,0.1094452,-0.05423398,1),(0.9951408,0.06688569,-0.0722587,1),(0.9965398,0.05146984,-0.06526209,1),(0.9978976,0.0490309,-0.04238426,1),(0.997099,0.06256048,-0.04335553,1),(0.9971223,0.04135691,-0.06353541,1),(0.9971081,0.03508637,-0.06741089,1),(0.9981035,0.03927938,-0.04739859,1),(0.9976631,0.03664099,-0.05766774,1),(0.99804,0.04768416,-0.04052444,1),(0.9978684,0.05785764,-0.03018824,1),(0.9976188,0.04051943,-0.05581036,1),(0.9963865,0.05620876,-0.06367423,1),(0.9964547,0.06955802,-0.04732567,1),(0.9962873,0.0783734,-0.0356282,1),(0.9974004,0.06717804,-0.0260705,1),(0.9960198,0.08476449,-0.02755887,1),(0.9968125,0.03061344,-0.07367179,1),(0.9965317,0.02575474,-0.07912767,1),(0.9970094,0.03250055,-0.07011297,1),(0.9964427,0.02775514,-0.07957063,1),(0.996272,0.02049196,-0.08379851,1),(0.9960369,0.01482754,-0.08769622,1),(0.9960355,0.02240886,-0.08608797,1),(0.9958327,0.01646036,-0.08970202,1),(0.9961522,0.03164103,-0.08172909,1),(0.9957274,0.02547576,-0.08875708,1),(0.9956134,0.01935783,-0.09153731,1),(0.9952042,0.03091019,-0.09280823,1),(0.995212,0.02483292,-0.09453211,1),(0.995469,0.03877305,-0.08682282,1),(0.9968007,0.03784957,-0.07039845,1),(0.9959063,0.04546841,-0.07812303,1),(0.9960701,0.007836365,-0.08822048,1),(0.9965693,-0.001392929,-0.08275126,1),(0.9959683,0.009260586,-0.08922593,1),(0.9965081,-5.718147e-5,-0.08349595,1),(0.9973762,-0.01292809,-0.07122996,1),(0.9982059,-0.02683337,-0.05352483,1),(0.9973046,-0.01153197,-0.07245981,1),(0.9981111,-0.02522525,-0.05601842,1),(0.9964207,0.003931591,-0.08444194,1),(0.9971892,-0.006549948,-0.07463739,1),(0.9979839,-0.01892051,-0.06058052,1),(0.996829,0.003978109,-0.07947525,1),(0.9976429,-0.005645606,-0.06838631,1),(0.9960888,0.01225583,-0.08750383,1),(0.9958569,0.01255896,-0.09006275,1),(0.995526,0.01920215,-0.09251642,1),(0.9985317,-0.04102281,-0.03537562,1),(0.99834,-0.05294717,-0.02266905,1),(0.9984859,-0.03854749,-0.03924377,1),(0.9984465,-0.04856602,-0.02731045,1),(0.9979045,-0.06280074,-0.01557539,1),(0.9979927,-0.06209187,-0.01244963,1),(0.9983087,-0.05453876,-0.02013351,1),(0.998386,-0.05409821,-0.01727892,1),(0.9986112,-0.03848913,-0.03597574,1),(0.9986341,-0.04302732,-0.02964178,1),(0.9988288,-0.04072726,-0.02612213,1),(0.9988162,-0.02288285,-0.04292484,1),(0.9990276,-0.02092644,-0.03880582,1),(0.9986052,-0.02029729,-0.04874051,1),(0.9984612,-0.03049636,-0.04631789,1),(0.9982618,-0.01444536,-0.05713745,1),(0.1329313,0.002527698,0.9911221,1),(0.1274409,0.003301492,0.9918407,1),(0.1357868,0.0003065696,0.990738,1),(0.1226967,-0.005350258,0.9924299,1),(0.1191798,-0.001396945,0.9928717,1),(0.1186732,-0.0001156969,0.9929334,1),(0.1417234,-0.003393373,0.9899005,1),(0.1512505,-0.008573619,0.9884583,1),(0.1405381,-0.02127869,0.9898465,1),(0.1288951,-0.01193147,0.9915865,1),(0.1068355,-0.02058235,0.9940636,1),(0.1121128,-0.03192391,0.9931825,1),(0.1195031,-0.04790536,0.9916774,1),(0.08406702,-0.06905062,0.9940647,1),(0.07827815,-0.09457726,0.9924352,1),(0.08391449,-0.05029132,0.9952031,1),(0.1080375,-0.01170456,0.9940779,1),(0.1036933,-0.013814,0.9945133,1),(0.08377996,-0.03918899,0.9957134,1),(0.09001889,-0.03558815,0.995304,1),(0.1565707,-0.02011222,0.987462,1),(0.1534013,-0.04323035,0.9872179,1),(0.1413798,-0.03998672,0.9891475,1),(0.1278221,-0.07587558,0.9888905,1),(0.1452444,-0.07881847,0.9862514,1),(0.1274057,-0.1275589,0.983614,1),(0.06339659,-0.2072095,0.9762402,1),(0.1061171,-0.1315725,0.9856104,1),(0.04626611,-0.1983835,0.9790319,1),(0.09254094,-0.1255806,0.9877579,1),(-0.02500903,-0.2954015,0.9550458,1),(-0.1407653,-0.3798397,0.9142795,1),(-0.04157425,-0.2779004,0.9597098,1),(0.02763849,-0.1958892,0.9802365,1),(0.108258,-0.07483603,0.991302,1),(0.06144046,-0.1336479,0.9891225,1),(0.09058889,-0.1873731,0.9781028,1),(0.01998149,-0.2556924,0.9665517,1),(-0.1034904,-0.359678,0.9273195,1),(-0.002944069,-0.2888474,0.9573707,1),(-0.09119596,-0.3330687,0.938482,1),(-0.2459569,-0.4155247,0.8756966,1),(-0.4231295,-0.4493907,0.7867715,1),(-0.2439712,-0.4160923,0.8759825,1),(-0.4087746,-0.4728317,0.7805982,1),(-0.2492326,-0.4507228,0.8571652,1),(-0.5950179,-0.4446788,0.6694882,1),(-0.7390861,-0.4002507,0.5418035,1),(-0.5672106,-0.4857685,0.6650573,1),(-0.4054026,-0.5047082,0.7621801,1),(-0.1224254,-0.389525,0.9128429,1),(-0.2635937,-0.4675277,0.8437631,1),(-0.4145789,-0.4804466,0.7728488,1),(-0.5676345,-0.4985461,0.6551664,1),(-0.7321733,-0.4257849,0.5316291,1),(-0.5976377,-0.4547011,0.6603606,1),(-0.6991289,-0.4714809,0.537517,1),(-0.8070859,-0.4062652,0.4284401,1),(-0.8902599,-0.2975743,0.3447997,1),(-0.8280638,-0.3719056,0.4195193,1),(-0.9142134,-0.2441187,0.32345,1),(-0.8579393,-0.3149499,0.40589,1),(-0.9481018,-0.1908993,0.2542843,1),(-0.96596,-0.1259871,0.225939,1),(-0.9797796,-0.0899846,0.1787027,1),(-0.9342633,-0.1880687,0.3029557,1),(-0.7553575,-0.3839924,0.5310225,1),(-0.8685351,-0.2862383,0.4046164,1),(-0.88179,-0.3287659,0.3381703,1),(-0.9211075,-0.2601319,0.2896419,1),(-0.9547743,-0.1820947,0.235048,1),(-0.9336949,-0.2345964,0.2705149,1),(-0.9444622,-0.2067766,0.2554105,1),(-0.9543765,-0.1622541,0.2506776,1),(-0.9652644,-0.1427255,0.218847,1),(-0.9651228,-0.1139587,0.2356936,1),(-0.9741216,-0.1145052,0.1948732,1),(-0.9750081,-0.0930306,0.2017536,1),(-0.9703667,-0.08196475,0.2273112,1),(-0.9802805,-0.0537628,0.1901563,1),(-0.9732304,-0.05940171,0.2220226,1),(-0.9834606,-0.05662575,0.1720426,1),(-0.9670405,-0.1476317,0.2074544,1),(-0.9834136,-0.06843476,0.167971,1),(-0.9511898,-0.1608139,0.2633951,1),(-0.9334103,-0.2414167,0.2654491,1),(-0.9577728,-0.1267891,0.2580616,1),(-0.9380046,-0.219629,0.2681612,1),(-0.8697675,-0.4266549,0.2479318,1),(-0.6738177,-0.7142104,0.1894021,1),(-0.8685955,-0.4221488,0.2594843,1),(-0.6505683,-0.7339816,0.1950176,1),(-0.9379585,-0.2137072,0.2730624,1),(-0.8623943,-0.4294111,0.2681087,1),(-0.6236581,-0.7566325,0.1963614,1),(-0.59458,-0.7782615,0.2019499,1),(-0.855819,-0.4407373,0.2707844,1),(-0.9363925,-0.2146199,0.2776824,1),(-0.9606736,-0.1092703,0.2552766,1),(-0.9613875,-0.1000766,0.2563565,1),(-0.3666565,-0.9246169,0.1031829,1),(-0.0534627,-0.996975,0.05641443,1),(0.02172147,-0.9986525,0.04713196,1),(-0.3071417,-0.9464898,0.09910109,1),(0.2847948,-0.9575473,0.04466643,1),(0.6605632,-0.7478108,0.06659666,1),(0.6962498,-0.7156051,0.0560845,1),(0.3509723,-0.9357806,0.03366339,1),(0.407088,-0.9129627,0.02789976,1),(0.08885849,-0.9951421,0.04238365,1),(0.7261103,-0.6857449,0.05017676,1),(0.7509258,-0.6586984,0.04719045,1),(0.4544195,-0.8904195,0.0256169,1),(0.1476343,-0.9881928,0.04097775,1),(-0.2490445,-0.9635596,0.09762067,1),(-0.1950444,-0.9758293,0.0985634,1),(0.9060367,-0.4132063,0.09142208,1),(0.982833,-0.1567511,0.09730492,1),(0.9847997,-0.1477707,0.09128604,1),(0.916884,-0.3903652,0.08329894,1),(0.9953325,0.01585352,0.09519289,1),(0.9860341,0.1403237,0.08969921,1),(0.9904221,0.1104134,0.08290376,1),(0.995943,0.0082954,0.08960368,1),(0.9963983,-0.00298739,0.08474357,1),(0.9861072,-0.1416782,0.08671692,1),(0.9941704,0.07588671,0.07659116,1),(0.9968514,0.03595916,0.070669,1),(0.9965883,-0.01869944,0.08038767,1),(0.9867732,-0.1392012,0.08307599,1),(0.925768,-0.3699451,0.07806569,1),(0.9327931,-0.3525945,0.07466029,1),(0.9743324,0.2067047,0.0891613,1),(0.9772682,0.1862638,0.1012543,1),(0.9884893,0.1146042,0.09876683,1),(0.9846698,0.1537186,0.08243825,1),(0.989711,0.06418975,0.1278735,1),(0.9685767,-0.1854187,0.1657683,1),(0.9364576,-0.2961794,0.1879491,1),(0.9905012,-0.02655579,0.1349158,1),(0.9818177,-0.1213469,0.1459753,1),(0.9944901,0.03753911,0.09787776,1),(0.8876452,-0.4054952,0.2183109,1),(0.8218802,-0.508285,0.2572143,1),(0.9623762,-0.218686,0.1612712,1),(0.9941016,-0.04506089,0.09864811,1),(0.9925014,0.09543648,0.07637175,1),(0.9969947,0.03113839,0.07093634,1),(0.8608652,-0.4614225,0.214477,1),(0.6903082,-0.6637643,0.2879088,1),(0.5700837,-0.7522058,0.3304406,1),(0.7794585,-0.5745296,0.2497203,1),(0.4605401,-0.7969901,0.3907807,1),(0.1580393,-0.8420027,0.5158052,1),(0.02938291,-0.8277772,0.5602869,1),(0.3224373,-0.84027,0.4358675,1),(0.1760029,-0.857504,0.4834356,1),(0.4312904,-0.8180119,0.3805853,1),(-0.09492216,-0.7936336,0.6009454,1),(-0.2068926,-0.7439206,0.635435,1),(0.03081463,-0.846872,0.5309033,1),(0.2815713,-0.8545135,0.4364909,1),(0.676094,-0.6751814,0.2950034,1),(0.5541369,-0.7553436,0.3498404,1),(-0.1284742,-0.7963937,0.590975,1),(-0.2971017,-0.7383366,0.6054664,1),(-0.371886,-0.6667262,0.6458924,1),(-0.2285413,-0.7392216,0.6334984,1),(-0.3747334,-0.7073848,0.5993175,1),(-0.3877896,-0.7106233,0.5870551,1),(-0.428022,-0.6579629,0.6195821,1),(-0.4307992,-0.6392013,0.6370507,1),(-0.4734726,-0.5728051,0.6691173,1),(-0.432194,-0.5929299,0.6794426,1),(-0.4573304,-0.6094691,0.6476081,1),(-0.4767398,-0.5680732,0.6708293,1),(-0.5025623,-0.5145096,0.694774,1),(-0.4764004,-0.5251942,0.7051339,1),(-0.3160363,-0.6727455,0.6689802,1),(-0.3867357,-0.6050988,0.69591,1),(-0.3639851,-0.7397141,0.565984,1),(-0.3238961,-0.7841264,0.5293743,1),(-0.3410263,-0.7608797,0.5520535,1),(-0.3906147,-0.7045967,0.5924218,1),(-0.2643143,-0.8404717,0.4730172,1),(-0.1821295,-0.9017635,0.3919841,1),(-0.1933766,-0.8886709,0.415776,1),(-0.2761608,-0.8240978,0.4945685,1),(-0.2854137,-0.8083662,0.5148624,1),(-0.3522939,-0.7410649,0.5715871,1),(-0.2065427,-0.8728566,0.4421103,1),(-0.221028,-0.8547726,0.4695852,1),(-0.293763,-0.792609,0.5342979,1),(-0.3601687,-0.72361,0.5887843,1),(-0.4088818,-0.6742699,0.6149601,1),(-0.420911,-0.6487272,0.6340243,1),(-0.09907603,-0.9454736,0.3102638,1),(-0.04081294,-0.9650331,0.2589315,1),(-0.05411277,-0.9558291,0.2888986,1),(-0.1117256,-0.9346167,0.3376522,1),(-0.007593641,-0.9707178,0.2401023,1),(0.001801534,-0.9673632,0.2533874,1),(-0.0112072,-0.9581225,0.2861393,1),(-0.02096817,-0.9621192,0.2718217,1),(-0.04150456,-0.9498053,0.3100761,1),(-0.07526244,-0.9421152,0.3267329,1),(-0.0284128,-0.9464867,0.32149,1),(-0.04468338,-0.9351377,0.3514554,1),(-0.06383791,-0.9354221,0.3477218,1),(-0.09949973,-0.9250312,0.3666293,1),(-0.1304838,-0.9192128,0.3715128,1),(-0.1521441,-0.9002397,0.4079469,1),(0.002188248,-0.9606249,0.27784,1),(0.008030636,-0.9560207,0.293189,1),(-0.003276997,-0.9463987,0.3229845,1),(-0.01016663,-0.9506288,0.3101639,1),(0.01924085,-0.9538624,0.2996269,1),(0.03570734,-0.9541215,0.297283,1),(0.02757292,-0.9483554,0.3160092,1),(0.009343685,-0.9457093,0.3248795,1),(0.005142663,-0.9394566,0.3426294,1),(-0.01165074,-0.9376143,0.3474819,1),(0.02739578,-0.9449551,0.3260513,1),(0.03787,-0.9459621,0.3220582,1),(0.009924504,-0.9381683,0.346037,1),(-0.01318066,-0.9332816,0.3589037,1),(-0.02286664,-0.9399576,0.3405241,1),(-0.03138396,-0.9321377,0.3607414,1),(0.05519811,-0.95568,0.2891869,1),(0.07529625,-0.9575874,0.2781308,1),(0.07085711,-0.9564781,0.2830704,1),(0.04891634,-0.9524648,0.300696,1),(0.09602041,-0.9597013,0.2641093,1),(0.1173696,-0.961853,0.2471093,1),(0.116741,-0.9635703,0.2406323,1),(0.09345872,-0.9602389,0.2630716,1),(0.1024576,-0.9620966,0.25273,1),(0.07734112,-0.9572964,0.2785711,1),(0.1277556,-0.9658625,0.2253623,1),(0.1517856,-0.9675477,0.2020216,1),(0.1245012,-0.9646164,0.2324105,1),(0.09648237,-0.960098,0.262494,1),(0.05235109,-0.9515573,0.3029821,1),(0.06763883,-0.9539149,0.2923549,1),(0.1380915,-0.9636664,0.2286433,1),(0.1569915,-0.9649677,0.2102164,1),(0.1607011,-0.967623,0.1946302,1),(0.1395535,-0.9660775,0.2172996,1),(0.1741219,-0.9658589,0.1918285,1),(0.1895408,-0.966428,0.1734685,1),(0.1982341,-0.9684211,0.151208,1),(0.1802377,-0.9683598,0.1726092,1),(0.1964025,-0.9694651,0.1468453,1),(0.175184,-0.9694485,0.171698,1),(0.2160707,-0.9685643,0.1232741,1),(0.2437898,-0.9652331,0.09429494,1),(0.223618,-0.9674511,0.1184632,1),(0.2016249,-0.9687507,0.1444628,1),(0.1523252,-0.9683213,0.1978656,1),(0.1777099,-0.9688784,0.172319,1),(0.2031718,-0.9667341,0.1553915,1),(0.2149835,-0.9668347,0.1378865,1),(0.2294624,-0.9670241,0.1105055,1),(0.2146526,-0.9679363,0.1304745,1),(0.2250209,-0.9668188,0.1209417,1),(0.2333304,-0.9667618,0.1045389,1),(0.2544315,-0.9643459,0.07281092,1),(0.242706,-0.965795,0.09128928,1),(0.2662139,-0.9621389,0.05847042,1),(0.2509305,-0.9647624,0.07916631,1),(0.2801298,-0.9591837,0.03865405,1),(0.30898,-0.9510325,0.008286543,1),(0.2948376,-0.9551233,0.02846601,1),(0.2792948,-0.9589279,0.04951552,1),(0.2342312,-0.9669448,0.1007644,1),(0.2622946,-0.9623387,0.07145569,1),(0.2405055,-0.9666226,0.08830607,1),(0.2471528,-0.9663048,0.07190589,1),(0.274509,-0.9608356,0.03794479,1),(0.2649246,-0.9626976,0.0550297,1),(0.2532718,-0.9658116,0.05533151,1),(0.2588722,-0.9651406,0.03858478,1),(0.29102,-0.9566991,0.005859418,1),(0.2832001,-0.9588185,0.02155552,1),(0.3133026,-0.9495691,-0.01264199,1),(0.3036643,-0.9527746,0.002929271,1),(0.3215724,-0.9465088,-0.02668705,1),(0.3452953,-0.9369653,-0.05354564,1),(0.3394091,-0.939732,-0.04129608,1),(0.3314321,-0.9430951,-0.0269107,1),(0.292622,-0.9560184,0.02002836,1),(0.3213122,-0.9469163,-0.01038568,1),(0.263804,-0.9643401,0.0213456,1),(0.2682081,-0.9633546,0.003530585,1),(0.3016412,-0.9530896,-0.0251567,1),(0.2973066,-0.9547337,-0.009613112,1),(0.2720816,-0.9621593,-0.0148714,1),(0.2754183,-0.9607276,-0.0338725,1),(0.3044995,-0.9508382,-0.05645254,1),(0.3040371,-0.9517873,-0.04077068,1),(0.3302768,-0.9417178,-0.06391284,1),(0.3304601,-0.9423808,-0.05209939,1),(0.3270086,-0.9420313,-0.07511748,1),(0.3379515,-0.9370133,-0.08828866,1),(0.3448511,-0.9351184,-0.08143312,1),(0.3483572,-0.9344878,-0.07334702,1),(0.3275623,-0.9439957,-0.03968722,1),(0.3485005,-0.9351181,-0.06404364,1),(0.2777073,-0.9593437,-0.05038039,1),(0.2782934,-0.9585407,-0.06125629,1),(0.2994686,-0.9509826,-0.07714086,1),(0.3030092,-0.9504484,-0.06952293,1),(0.2772345,-0.9584973,-0.06651316,1),(0.2745584,-0.959291,-0.06617079,1),(0.286359,-0.9550974,-0.07607549,1),(0.2939157,-0.9525342,-0.07932241,1),(0.3038598,-0.9487711,-0.08661819,1),(0.3135031,-0.9455389,-0.08758881,1),(0.2922906,-0.9529062,-0.08084603,1),(0.2936963,-0.9523264,-0.08256359,1),(0.3065639,-0.9475967,-0.08988257,1),(0.3182328,-0.9434127,-0.09327693,1),(0.3212222,-0.9432926,-0.08375758,1),(0.3286979,-0.9398702,-0.09274507,1),(0.2689141,-0.9610752,-0.06340069,1),(0.2589286,-0.9639348,-0.06152708,1),(0.2643034,-0.9620944,-0.0672175,1),(0.2765806,-0.9583765,-0.07083756,1),(0.2445701,-0.9677406,-0.06052782,1),(0.2258038,-0.9722998,-0.06038067,1),(0.2321415,-0.9705228,-0.06477612,1),(0.2495,-0.9661773,-0.06520218,1),(0.2522177,-0.9653504,-0.0669683,1),(0.2661417,-0.9614484,-0.06917859,1),(0.2377136,-0.9690102,-0.06716778,1),(0.2459172,-0.9668221,-0.06913684,1),(0.2567078,-0.9640939,-0.06800096,1),(0.268275,-0.9608061,-0.0698588,1),(0.279501,-0.9573049,-0.07380011,1),(0.2806136,-0.9569086,-0.07471251,1),(0.2066001,-0.9764873,-0.06155511,1),(0.1910147,-0.9794689,-0.06445254,1),(0.2019891,-0.9769608,-0.06890653,1),(0.2152651,-0.974324,-0.06598189,1),(0.1790541,-0.9814108,-0.06908273,1),(0.1707097,-0.9824278,-0.07545753,1),(0.1862517,-0.9792442,-0.07994452,1),(0.1923191,-0.9785716,-0.07355945,1),(0.209518,-0.9747418,-0.07733473,1),(0.2153188,-0.9738443,-0.07256003,1),(0.2073145,-0.9747042,-0.08350103,1),(0.2366468,-0.9678086,-0.08570022,1),(0.2329438,-0.9691676,-0.08032033,1),(0.233255,-0.9694595,-0.07576552,1),(0.2247176,-0.9719657,-0.06917102,1),(0.2375781,-0.9686936,-0.07203776,1),(0.1668575,-0.9824684,-0.08315321,1),(0.1682213,-0.9814509,-0.09195616,1),(0.1919486,-0.9766693,-0.09629554,1),(0.1855885,-0.9787143,-0.08760846,1),(0.1747933,-0.9793215,-0.1018664,1),(0.1865471,-0.9759395,-0.1128813,1),(0.2255559,-0.9672153,-0.1167009,1),(0.2052978,-0.9729423,-0.1060006,1),(0.2453052,-0.9636627,-0.1057343,1),(0.2240196,-0.9696563,-0.09788683,1),(0.2750345,-0.9546552,-0.1139713,1),(0.3367356,-0.9362463,-0.1002597,1),(0.29747,-0.9496717,-0.09816038,1),(0.2675735,-0.9588429,-0.09499876,1),(0.2113357,-0.9732174,-0.09047147,1),(0.2472744,-0.9646786,-0.09083241,1),(0.2062334,-0.970799,-0.1225449,1),(0.2363704,-0.963056,-0.1290441,1),(0.2935365,-0.9476053,-0.1260174,1),(0.2544402,-0.9590436,-0.124481,1),(0.2769917,-0.9517251,-0.1322678,1),(0.3279488,-0.9354244,-0.1320258,1),(0.4025725,-0.9088305,-0.1093731,1),(0.3429728,-0.9315079,-0.1210891,1),(0.4168846,-0.9038907,-0.09585765,1),(0.3606463,-0.9260002,-0.1116137,1),(0.4817878,-0.8735077,-0.06974741,1),(0.557606,-0.8300811,-0.006404735,1),(0.4943016,-0.8678823,-0.04945987,1),(0.4360621,-0.8964383,-0.07904553,1),(0.3134162,-0.9423164,-0.1175169,1),(0.38355,-0.9185401,-0.09577796,1),(0.3864633,-0.9138939,-0.1242748,1),(0.4498419,-0.887056,-0.1037975,1),(0.5301654,-0.8460498,-0.0558961,1),(0.4668144,-0.8798813,-0.08884406,1),(0.517669,-0.8527189,-0.0699233,1),(0.5885544,-0.8081541,-0.02215461,1),(0.6509184,-0.7575406,0.04937015,1),(0.5919953,-0.8058803,-0.00992825,1),(0.6592644,-0.7492225,0.06353028,1),(0.6071417,-0.7945365,0.0095208,1),(0.7032566,-0.6994423,0.1273208,1),(0.7395628,-0.6420543,0.2020227,1),(0.709386,-0.6893007,0.1470926,1),(0.6691538,-0.7371497,0.09403969,1),(0.5477944,-0.8358888,-0.03480273,1),(0.6185873,-0.7845469,0.04284845,1),(0.6509698,-0.7587965,0.02158762,1),(0.6963085,-0.716188,0.04721509,1),(0.7338483,-0.6688098,0.1189962,1),(0.6996214,-0.7076681,0.09866942,1),(0.7273681,-0.6840623,0.05472131,1),(0.7460796,-0.6644162,0.04377561,1),(0.7679461,-0.6365586,0.07107527,1),(0.7564198,-0.6447403,0.1101777,1),(0.7765911,-0.6109251,0.1538731,1),(0.7604997,-0.6226652,0.1841959,1),(0.7827764,-0.6169397,0.08152685,1),(0.792534,-0.6064432,0.06415982,1),(0.7910602,-0.5875639,0.1702718,1),(0.7785215,-0.5854959,0.2260502,1),(0.736753,-0.6531075,0.1750586,1),(0.7613329,-0.6039422,0.2358519,1),(0.7521618,-0.6589003,0.01015046,1),(0.7429481,-0.6672008,-0.0535861,1),(0.7486636,-0.6580335,-0.08058976,1),(0.7665108,-0.6421959,0.006740084,1),(0.7124666,-0.6857187,-0.1489333,1),(0.6524474,-0.7068331,-0.2733117,1),(0.6373041,-0.7001547,-0.3219111,1),(0.7079821,-0.6797902,-0.191433,1),(0.6903614,-0.6790668,-0.2495389,1),(0.7439702,-0.6558502,-0.1279413,1),(0.6081743,-0.6982121,-0.3776557,1),(0.5635396,-0.7006676,-0.4375933,1),(0.6588435,-0.6807636,-0.3201347,1),(0.7282059,-0.6569158,-0.1953912,1),(0.7731763,-0.6339564,-0.01725542,1),(0.7723708,-0.6316673,-0.06663121,1),(0.5842818,-0.7144546,-0.3849278,1),(0.5415562,-0.7083597,-0.4527067,1),(0.506831,-0.7025515,-0.4995434,1),(0.5590696,-0.7065731,-0.4338151,1),(0.5288827,-0.6973141,-0.4837728,1),(0.5469999,-0.6843234,-0.4821749,1),(0.4945526,-0.694509,-0.5225658,1),(0.4851961,-0.6973714,-0.5275016,1),(0.4338759,-0.6997147,-0.5675834,1),(0.4620017,-0.7013279,-0.5428569,1),(0.4370666,-0.7024685,-0.5617035,1),(0.3788217,-0.7074996,-0.5966058,1),(0.3748389,-0.7050877,-0.6019528,1),(0.4046689,-0.7061848,-0.580987,1),(0.5214285,-0.7038096,-0.4824567,1),(0.4686211,-0.7075166,-0.5289749,1),(0.5969017,-0.6567954,-0.4607907,1),(0.6774996,-0.5990505,-0.4267704,1),(0.6214952,-0.6332799,-0.4611945,1),(0.5390042,-0.6795223,-0.4977187,1),(0.784,-0.4974825,-0.3712886,1),(0.8970144,-0.3384272,-0.2843102,1),(0.8726293,-0.3799253,-0.3068795,1),(0.7394131,-0.5399286,-0.4021755,1),(0.6925268,-0.5756562,-0.4347717,1),(0.5629257,-0.6594065,-0.4982948,1),(0.8470457,-0.4188459,-0.3272335,1),(0.8254926,-0.4512396,-0.339035,1),(0.6527094,-0.5997478,-0.4628965,1),(0.5122385,-0.6735158,-0.5329055,1),(0.4778546,-0.6957898,-0.5362196,1),(0.4219917,-0.7031869,-0.5722336,1),(0.9657168,-0.1720763,-0.1943727,1),(0.9883103,-0.0591947,-0.1404945,1),(0.9855777,-0.08218728,-0.1479253,1),(0.9569387,-0.2036798,-0.2068401,1),(0.9923816,0.002082982,-0.1231849,1),(0.9899433,0.01815718,-0.1402945,1),(0.9880331,0.0042606,-0.1541836,1),(0.9912236,-0.01531181,-0.1313061,1),(0.9907013,-0.03408571,-0.1317155,1),(0.9833906,-0.1067322,-0.1468033,1),(0.9865313,-0.00966198,-0.1632867,1),(0.986259,-0.02180438,-0.163761,1),(0.9913127,-0.05329404,-0.1202449,1),(0.9823577,-0.1320712,-0.1324023,1),(0.9482967,-0.2357612,-0.2124857,1),(0.9415806,-0.266615,-0.2057728,1),(0.9855158,0.02000892,-0.1683991,1),(0.9818662,0.03712024,-0.1859053,1),(0.9787788,0.03380814,-0.2021112,1),(0.9823596,0.009921904,-0.1867377,1),(0.9787843,0.06973629,-0.1926603,1),(0.9749999,0.1179753,-0.1883002,1),(0.9740092,0.137156,-0.1802616,1),(0.976796,0.07617377,-0.2001681,1),(0.9736483,0.08183072,-0.2128677,1),(0.9748974,0.03136317,-0.2204347,1),(0.9717254,0.1524619,-0.1802914,1),(0.9695592,0.1570797,-0.187832,1),(0.9691568,0.08684866,-0.2306349,1),(0.9705747,0.0316275,-0.2387139,1),(0.9789832,0.0009557835,-0.2039384,1),(0.9762325,-0.00450812,-0.2166789,1),(0.9694515,0.1647581,-0.1817104,1),(0.9643099,0.1925923,-0.1816997,1),(0.9629791,0.2214855,-0.153673,1),(0.9688604,0.1913921,-0.157094,1),(0.9608395,0.2022951,-0.1893778,1),(0.9606271,0.1906238,-0.2021342,1),(0.9605343,0.2233624,-0.1657804,1),(0.9613801,0.1960888,-0.1931263,1),(0.959881,0.2444221,-0.1374274,1),(0.9592912,0.2385122,-0.151236,1),(0.9618016,0.1979812,-0.1890534,1),(0.9578735,0.2442012,-0.1511429,1),(0.9612432,0.1972194,-0.1926551,1),(0.9574345,0.2539023,-0.1373049,1),(0.9660097,0.2138766,-0.1451968,1),(0.9629081,0.2247962,-0.1492472,1),(0.9590405,0.1800714,-0.2186678,1),(0.9534321,0.189879,-0.2343357,1),(0.9570586,0.1657766,-0.2378169,1),(0.9608173,0.1668662,-0.2213274,1),(0.947595,0.2101604,-0.2406165,1),(0.9365109,0.250172,-0.2456853,1),(0.952034,0.1897925,-0.2400208,1),(0.9433347,0.2403156,-0.2288405,1),(0.9586807,0.1482073,-0.2428288,1),(0.9558852,0.1744587,-0.2363212,1),(0.9498045,0.2349068,-0.2066159,1),(0.9591109,0.1677146,-0.2279875,1),(0.9552403,0.2340036,-0.1809925,1),(0.9594749,0.1396138,-0.2447772,1),(0.9612361,0.1561994,-0.2272155,1),(0.9608676,0.1496515,-0.2331049,1),(0.9214817,0.292022,-0.2561147,1),(0.903791,0.3211595,-0.2828755,1),(0.9292768,0.2930035,-0.2249302,1),(0.9113229,0.3249848,-0.2527358,1),(0.8830112,0.3374094,-0.3262608,1),(0.857531,0.339955,-0.3860973,1),(0.8883204,0.3358202,-0.3132279,1),(0.8549215,0.3228265,-0.4060692,1),(0.9184634,0.3316415,-0.215497,1),(0.894025,0.3371036,-0.295094,1),(0.8510031,0.3074676,-0.4257432,1),(0.8999755,0.338172,-0.2751069,1),(0.8462504,0.294475,-0.4440098,1),(0.9248397,0.3367318,-0.1768702,1),(0.936345,0.2972336,-0.1868425,1),(0.9420763,0.3013478,-0.1472474,1),(0.8275634,0.3495553,-0.4392607,1),(0.7982522,0.3883986,-0.4603692,1),(0.8131275,0.3171103,-0.4881238,1),(0.779061,0.355043,-0.5167286,1),(0.7685744,0.4561506,-0.4485756,1),(0.7336256,0.5489489,-0.4005603,1),(0.7528186,0.4382995,-0.491078,1),(0.7233828,0.561362,-0.4019825,1),(0.7513154,0.3188006,-0.5778334,1),(0.7311619,0.4168514,-0.5400344,1),(0.712554,0.5716217,-0.4068359,1),(0.7033179,0.397336,-0.5894642,1),(0.7006396,0.5807449,-0.4145354,1),(0.7160345,0.2863769,-0.6366183,1),(0.792335,0.2839853,-0.5399608,1),(0.7664062,0.2549116,-0.5896114,1),(0.6962914,0.6386031,-0.327665,1),(0.6634132,0.7054517,-0.2494411,1),(0.684122,0.6740714,-0.2785762,1),(0.6444509,0.7457417,-0.1689745,1),(0.6365708,0.7531341,-0.166032,1),(0.6162119,0.783914,-0.07590699,1),(0.6120935,0.7871907,-0.07531539,1),(0.5907148,0.8068648,0.005025605,1),(0.6241147,0.7767057,-0.08490563,1),(0.5853458,0.8106054,0.01699914,1),(0.5618199,0.8226784,0.08694047,1),(0.5608569,0.8219447,0.0992292,1),(0.532289,0.8307306,0.1629572,1),(0.6063034,0.795177,-0.009476251,1),(0.6720428,0.70493,-0.2267869,1),(0.6616096,0.728,-0.1796912,1),(0.5987563,0.8009043,-0.006573249,1),(0.5842087,0.8114713,0.01464895,1),(0.5771421,0.8147999,0.05484686,1),(0.5696023,0.8198991,0.05760942,1),(0.5747959,0.8181875,-0.01338007,1),(0.5684024,0.8176436,-0.09152988,1),(0.5685072,0.8225882,0.01217901,1),(0.570277,0.8172073,-0.0834057,1),(0.5476834,0.8296819,0.1080317,1),(0.5538325,0.8311064,0.05031789,1),(0.5643452,0.8235862,-0.05674693,1),(0.5301139,0.8415446,0.1038364,1),(0.5512607,0.8342924,-0.008244807,1),(0.5176914,0.8390781,0.167163,1),(0.5501239,0.8264666,0.1196521,1),(0.5181098,0.8348294,0.1860702,1),(0.5544007,0.8133882,-0.1761799,1),(0.5290973,0.8183088,-0.2245594,1),(0.563394,0.8048289,-0.1866481,1),(0.5446292,0.7989507,-0.2550626,1),(0.494855,0.835734,-0.238049,1),(0.4515363,0.8654137,-0.2171961,1),(0.5178135,0.8048562,-0.2899579,1),(0.4842666,0.8245108,-0.2926903,1),(0.554229,0.7898493,-0.262618,1),(0.5329604,0.7828055,-0.321199,1),(0.5050903,0.7879651,-0.3521289,1),(0.5455941,0.7714895,-0.3273087,1),(0.5190299,0.7605047,-0.3901804,1),(0.5621532,0.7905279,-0.2430008,1),(0.5662066,0.8055674,-0.1745597,1),(0.5653937,0.8135074,-0.1361456,1),(0.4022899,0.8979338,-0.1785437,1),(0.350569,0.9262964,-0.1381173,1),(0.4452047,0.85268,-0.2733672,1),(0.4011796,0.8839179,-0.2403,1),(0.2965709,0.9502042,-0.09569528,1),(0.240442,0.9693168,-0.05111392,1),(0.3515326,0.9160801,-0.19293,1),(0.2958586,0.9462249,-0.1308669,1),(0.4362556,0.8334075,-0.3392831,1),(0.3948696,0.8701327,-0.2948676,1),(0.3468111,0.910934,-0.2234309,1),(0.4219286,0.8169689,-0.3931133,1),(0.38484,0.8646006,-0.3230541,1),(0.4553128,0.7815228,-0.4265119,1),(0.4725575,0.8052772,-0.3580754,1),(0.4873657,0.7624727,-0.4255703,1),(0.1856701,0.9825969,-0.005464478,1),(0.1347476,0.9902243,0.03604084,1),(0.2382361,0.969131,-0.06347241,1),(0.1818216,0.9833217,-0.004402362,1),(0.0879318,0.9934335,0.07319687,1),(0.0452319,0.9933259,0.1061027,1),(0.1269616,0.9908271,0.04628603,1),(0.07361928,0.9933094,0.08897495,1),(0.2363789,0.9693837,-0.06648608,1),(0.1762602,0.9843422,-0.001674211,1),(0.1134107,0.9920747,0.05409143,1),(0.228369,0.9707538,-0.07405783,1),(0.1610338,0.9869442,-0.003058847,1),(0.2885852,0.9454021,-0.1514376,1),(0.2934707,0.9455826,-0.1405293,1),(0.3410074,0.9102852,-0.2347228,1),(0.01011353,0.991191,0.1320533,1),(-0.01336375,0.9886387,0.1497161,1),(0.02746334,0.9921054,0.122363,1),(-0.005146654,0.989309,0.1457439,1),(-0.02553545,0.9868692,0.1594898,1),(-0.02668931,0.9864861,0.161657,1),(-0.024554,0.9868745,0.1596111,1),(-0.03114901,0.9859029,0.1643934,1),(0.01432716,0.9911691,0.1318274,1),(-0.01343018,0.9881784,0.152719,1),(-0.02732614,0.9863278,0.1625138,1),(0.01131415,0.9907473,0.1352463,1),(-0.01222492,0.9880467,0.1536696,1),(0.04768896,0.9934778,0.1035748,1),(0.05649877,0.9934664,0.09915858,1),(0.09754429,0.993558,0.05768514,1),(-0.02033022,0.9870483,0.1591307,1),(-0.00980128,0.9878762,0.1549344,1),(-0.02855593,0.9861297,0.1635021,1),(-0.02013329,0.9868348,0.1604739,1),(0.004874069,0.9888176,0.1490504,1),(0.02366689,0.9896618,0.1414547,1),(-0.005911892,0.9878506,0.1552935,1),(0.01406426,0.9888979,0.1479294,1),(-0.0254897,0.9860608,0.1644214,1),(-0.01247131,0.9869677,0.1604344,1),(0.008539301,0.9881712,0.1531168,1),(-0.01476664,0.9862171,0.1647961,1),(0.006272534,0.9874708,0.1576771,1),(-0.02492495,0.9857253,0.1665062,1),(-0.03046045,0.9858037,0.1651155,1),(-0.02412123,0.9863601,0.1628247,1),(0.04291159,0.9901455,0.1333058,1),(0.05883977,0.9903154,0.1257503,1),(0.03458418,0.9895519,0.1399677,1),(0.05035577,0.989825,0.1330817,1),(0.07149661,0.9903415,0.1187944,1),(0.08092836,0.9903575,0.1124395,1),(0.06143288,0.9899616,0.1272868,1),(0.06787353,0.9901336,0.122591,1),(0.04655552,0.989372,0.1377523,1),(0.05661216,0.9895968,0.1322617,1),(0.06079167,0.9898772,0.128248,1),(0.05548857,0.9893037,0.134904,1),(0.05865737,0.9896826,0.1307199,1),(0.04575097,0.9889804,0.1408008,1),(0.03055437,0.9890019,0.1447117,1),(0.02937101,0.9884907,0.1484032,1),(0.08942855,0.9904171,0.1052447,1),(0.09939411,0.9904168,0.09589306,1),(0.07254829,0.9904069,0.1176053,1),(0.07841671,0.9907086,0.1111179,1),(0.1108321,0.9902517,0.08436708,1),(0.123741,0.9897963,0.0706497,1),(0.08549111,0.9909883,0.1031179,1),(0.09377596,0.9911845,0.09359124,1),(0.06383645,0.9906775,0.1203455,1),(0.06582253,0.9911227,0.1155127,1),(0.06812348,0.9915848,0.1100854,1),(0.05266363,0.9910043,0.1230319,1),(0.0481182,0.9914156,0.1215722,1),(0.05593098,0.9905735,0.1250429,1),(0.06216148,0.9902593,0.124588,1),(0.05792846,0.9901322,0.1276034,1),(0.13812,0.9889166,0.05446766,1),(0.1539854,0.9874383,0.03541499,1),(0.1042894,0.9912004,0.08151913,1),(0.1180981,0.9908229,0.06574824,1),(0.1713355,0.9851211,0.01343157,1),(0.1901505,0.9816871,-0.01153303,1),(0.1352131,0.989739,0.04619582,1),(0.1556298,0.9875525,0.02278737,1),(0.08336207,0.9924439,0.09003437,1),(0.09882059,0.9923979,0.07335401,1),(0.1195401,0.991461,0.05210666,1),(0.06412058,0.9933165,0.09597395,1),(0.08370152,0.9934862,0.07732601,1),(0.05169993,0.9926423,0.1094915,1),(0.07314105,0.9920664,0.1022468,1),(0.04638435,0.9919303,0.1179946,1),(0.2083971,0.9773406,-0.03709397,1),(0.2238258,0.9727183,-0.06099914,1),(0.1764908,0.9843004,-0.00193382,1),(0.1947643,0.9805178,-0.02552936,1),(0.2364655,0.9680665,-0.08325557,1),(0.2463511,0.9635968,-0.1038857,1),(0.2104536,0.9764253,-0.04799021,1),(0.223571,0.9722195,-0.06932114,1),(0.1631564,0.9865841,0.005640141,1),(0.1825077,0.9830542,-0.01718718,1),(0.2001948,0.9789506,-0.0397208,1),(0.1550212,0.9878744,0.008524138,1),(0.1793932,0.9836351,-0.01673023,1),(0.1309099,0.9908569,0.03263629,1),(0.1421573,0.9894266,0.0287459,1),(0.1071189,0.9926918,0.05557474,1),(0.2539421,0.9594262,-0.1225347,1),(0.2596461,0.9556668,-0.1388701,1),(0.2341547,0.9681383,-0.08876842,1),(0.2420816,0.9644889,-0.1056294,1),(0.2634833,0.9524731,-0.152877,1),(0.2654808,0.949971,-0.1645451,1),(0.2473805,0.9614734,-0.1198824,1),(0.250078,0.9592519,-0.1315175,1),(0.2256288,0.9711618,-0.07704693,1),(0.2319857,0.9685313,-0.09016438,1),(0.2341552,0.9670866,-0.09957334,1),(0.2208064,0.9729548,-0.06785069,1),(0.2202977,0.9726799,-0.0732315,1),(0.2142069,0.9751448,-0.05664107,1),(0.2150477,0.9747447,-0.06022679,1),(0.2004336,0.9789065,-0.03960226,1),(0.2672131,0.9478189,-0.1738863,1),(0.2705095,0.9455603,-0.180943,1),(0.2523345,0.9573075,-0.1410301,1),(0.2566731,0.9549539,-0.1489363,1),(0.2753673,0.9432338,-0.1856956,1),(0.2817846,0.9408537,-0.1881264,1),(0.2630858,0.9522038,-0.1552213,1),(0.2715676,0.9490482,-0.1598705,1),(0.239869,0.9641876,-0.1131596,1),(0.2472866,0.9616325,-0.1187949,1),(0.2577196,0.9582746,-0.1236536,1),(0.2282419,0.9701126,-0.08238485,1),(0.2402759,0.9668678,-0.08622095,1),(0.2208886,0.9720982,-0.07894959,1),(0.2354916,0.9659959,-0.1067507,1),(0.2182419,0.9729384,-0.07590332,1),(0.2876058,0.9401195,-0.1829161,1),(0.2904259,0.9426207,-0.1646784,1),(0.2797941,0.9469069,-0.158375,1),(0.2851228,0.9472607,-0.1462947,1),(0.2900297,0.9477001,-0.1332196,1),(0.2860484,0.9541311,-0.08837491,1),(0.2874638,0.9497906,-0.1235407,1),(0.2866137,0.9538083,-0.09001284,1),(0.2774995,0.9533357,-0.1189329,1),(0.2839927,0.9528972,-0.1064661,1),(0.2881843,0.9535953,-0.08721092,1),(0.2805602,0.955761,-0.08835743,1),(0.2924989,0.9524965,-0.08482089,1),(0.2679108,0.9592537,-0.0897564,1),(0.2687415,0.955112,-0.1246556,1),(0.2544951,0.9629658,-0.089045,1),(0.2793086,0.959299,-0.04161688,1),(0.2716277,0.9623927,-0.004306788,1),(0.2840592,0.957168,-0.05603219,1),(0.2821205,0.9588535,-0.03174635,1),(0.2632735,0.9644299,0.02370438,1),(0.2543998,0.9661612,0.04258269,1),(0.2809964,0.9595571,-0.01706188,1),(0.2808022,0.9596912,-0.01195566,1),(0.2977165,0.9527315,-0.06055917,1),(0.3056044,0.9501992,-0.0610524,1),(0.3156293,0.9462333,-0.07085642,1),(0.3391165,0.9347693,-0.1058604,1),(0.3623337,0.9234126,-0.126584,1),(0.3208134,0.942745,-0.09116236,1),(0.2919425,0.9539235,-0.06927837,1),(0.3052674,0.9485391,-0.08417345,1),(0.2531456,0.9663927,0.04474765,1),(0.2684897,0.9630116,0.02284847,1),(0.2901952,0.9567128,-0.02207696,1),(0.3220119,0.9453898,-0.05046137,1),(0.3039817,0.9524202,-0.02215292,1),(0.353927,0.9305876,-0.09350032,1),(0.4357347,0.8830633,-0.1741682,1),(0.3717761,0.9228973,-0.1002155,1),(0.44446,0.8777107,-0.179107,1),(0.382912,0.9150764,-0.1265443,1),(0.5251909,0.8148847,-0.2452291,1),(0.6176488,0.7290483,-0.294955,1),(0.5250117,0.8159467,-0.2420614,1),(0.4494141,0.8716047,-0.1957858,1),(0.3397044,0.9361079,-0.09112153,1),(0.39562,0.904944,-0.1567198,1),(0.4105186,0.895048,-0.1742513,1),(0.4731526,0.8478072,-0.2394779,1),(0.577244,0.7585031,-0.3024274,1),(0.5072681,0.8250895,-0.2488097,1),(0.5405126,0.7900689,-0.2892013,1),(0.6118189,0.7221465,-0.3227729,1),(0.713261,0.6100217,-0.3451555,1),(0.6459134,0.6862279,-0.3344952,1),(0.7430367,0.5661817,-0.3568398,1),(0.6791919,0.6480892,-0.3444976,1),(0.8001889,0.489889,-0.3459863,1),(0.868768,0.3722294,-0.3266301,1),(0.8266999,0.4388015,-0.3521654,1),(0.773581,0.5233287,-0.3573508,1),(0.6070752,0.7327441,-0.3074829,1),(0.7052339,0.6226287,-0.3390849,1),(0.6867164,0.6435534,-0.3380229,1),(0.7656155,0.5522076,-0.3299994,1),(0.8449895,0.4376602,-0.3073215,1),(0.779476,0.5283807,-0.3364981,1),(0.8454549,0.4441383,-0.2965592,1),(0.9189903,0.3163527,-0.235325,1),(0.9588606,0.2205501,-0.1787286,1),(0.9067892,0.335027,-0.2559103,1),(0.946796,0.2445277,-0.2092449,1),(0.902573,0.3326771,-0.273291,1),(0.9809704,0.1428234,-0.1315234,1),(0.9687362,0.1781218,-0.1726926,1),(0.9905679,0.0922403,-0.1013259,1),(0.9391953,0.2476565,-0.2378622,1),(0.8528624,0.4144568,-0.3175709,1),(0.9051793,0.3127984,-0.2877631,1),(0.9657535,0.1984151,-0.1671874,1),(0.9852169,0.118808,-0.123419,1),(0.9875448,0.115204,-0.10716,1),(0.9966958,0.05122264,-0.06303794,1),(0.9915966,0.08071282,-0.1011017,1),(0.9916258,0.0854989,-0.09678945,1),(0.9985611,0.031581,-0.04334097,1),(0.9974653,0.05100567,-0.04961374,1),(0.999815,0.009920615,-0.01647678,1),(0.9999869,0.004029146,-0.003172368,1),(0.9991893,0.03556953,-0.01885294,1),(0.999927,0.001354698,0.01200979,1),(0.9990587,0.04225687,-0.009805644,1),(0.9999797,-0.004476206,0.004519944,1),(0.9966961,0.05469136,-0.06004675,1),(0.9991277,0.02553469,-0.0330429,1),(0.9895295,0.103236,-0.1008646,1),(0.9885665,0.116697,-0.09548852,1),(0.99435,0.08383188,-0.06511901,1),(0.9917536,0.1057535,-0.07239453,1),(0.9891834,0.1201328,-0.08416798,1),(0.9912545,0.1140384,-0.06640661,1),(0.9914752,0.1123139,-0.06605061,1),(0.9907433,0.1143633,-0.07313567,1),(0.9903796,0.1175604,-0.07299162,1),(0.9922783,0.1078544,-0.06124742,1),(0.9903788,0.1168116,-0.07419476,1),(0.9884741,0.1247616,-0.08575197,1),(0.9880798,0.1317478,-0.07962908,1),(0.9904781,0.1219703,-0.06384632,1),(0.9959232,0.07825579,-0.04486623,1),(0.9949624,0.0911961,-0.04163197,1),(0.9931162,0.1066152,-0.0485128,1),(0.9938654,0.1037827,-0.03821927,1),(0.9919478,0.1131614,-0.05686852,1),(0.9923298,0.1091123,-0.0581041,1),(0.9937693,0.1056179,-0.03559845,1),(0.9928542,0.112175,-0.04070943,1),(0.986865,0.14326,-0.07465752,1),(0.9902538,0.1245264,-0.06237612,1),(0.9852816,0.1407579,-0.09699184,1),(0.9891401,0.1211901,-0.08315548,1),(0.9778957,0.1749867,-0.1144544,1),(0.96825,0.1986386,-0.1517721,1),(0.9802473,0.1504645,-0.128358,1),(0.9864336,0.1251379,-0.1062504,1),(0.9906729,0.1135158,-0.07537565,1),(0.9889237,0.1156227,-0.09306544,1),(0.991924,0.1164629,-0.05023072,1),(0.9917545,0.1131891,-0.06009293,1),(0.9824116,0.1584112,-0.0988599,1),(0.9834827,0.1577492,-0.08875269,1),(0.992264,0.1023572,-0.07025079,1),(0.9931923,0.08404295,-0.08065957,1),(0.987175,0.1184683,-0.1070079,1),(0.9838082,0.1452788,-0.1049551,1),(0.9704566,0.1937251,-0.1438214,1),(0.9677213,0.2078927,-0.1424648,1),(0.9777355,0.1592159,-0.136688,1),(0.9650612,0.2039364,-0.1645198,1),(0.953329,0.2431324,-0.1790263,1),(0.9496097,0.2556565,-0.1813319,1),(0.9704184,0.2016933,-0.1326951,1),(0.9550718,0.2416397,-0.1716043,1),(0.9938589,0.06371231,-0.09047168,1),(0.994177,0.0501667,-0.09536859,1),(0.9902506,0.08842104,-0.107635,1),(0.9920161,0.06697095,-0.106859,1),(0.9943289,0.03968317,-0.09866721,1),(0.9945005,0.03368263,-0.09916736,1),(0.9929397,0.05276759,-0.1062374,1),(0.9933627,0.04605488,-0.1054015,1),(0.9886877,0.09005453,-0.119945,1),(0.9908263,0.07100868,-0.1149829,1),(0.9917004,0.06191112,-0.1126825,1),(0.9876294,0.09514525,-0.124642,1),(0.989343,0.08110681,-0.1209215,1),(0.9837489,0.1201021,-0.1334685,1),(0.984658,0.1193423,-0.1273029,1),(0.9767338,0.1563966,-0.1467351,1),(0.9948222,0.02970774,-0.09719175,1),(0.9953337,0.02521105,-0.09314109,1),(0.9936461,0.04326731,-0.1039017,1),(0.9940364,0.0410861,-0.1010122,1),(0.9960032,0.02019245,-0.08700524,1),(0.9967858,0.01464876,-0.07876203,1),(0.9945259,0.03951542,-0.09672997,1),(0.9951002,0.03856158,-0.0910408,1),(0.9922996,0.05757423,-0.1096667,1),(0.9925367,0.05862475,-0.1069305,1),(0.9927192,0.0618266,-0.1033737,1),(0.9905339,0.0743795,-0.1153709,1),(0.9902169,0.08005809,-0.1142858,1),(0.9904326,0.07247512,-0.1174328,1),(0.9920216,0.05867048,-0.1115836,1),(0.9900451,0.07471801,-0.1192801,1),(0.9974725,0.009713309,-0.07038771,1),(0.997971,0.007014637,-0.06328356,1),(0.9956495,0.03820803,-0.08498292,1),(0.995994,0.03768255,-0.08109295,1),(0.9982163,0.004904262,-0.05949909,1),(0.9982555,0.003654205,-0.05892926,1),(0.9963661,0.0378785,-0.07628836,1),(0.9962106,0.03747657,-0.07848426,1),(0.9929612,0.06983452,-0.09566202,1),(0.9929128,0.06820597,-0.09732524,1),(0.9931437,0.07097357,-0.09288801,1),(0.9895669,0.09682739,-0.1066849,1),(0.9894164,0.09532505,-0.1094005,1),(0.9895896,0.09226432,-0.1104529,1),(0.992812,0.06540502,-0.1002318,1),(0.9898812,0.08722194,-0.1119268,1),(0.06743772,-0.07558536,0.9948562,1),(0.05792929,-0.08137497,0.9949986,1),(0.05253424,-0.09830505,0.9937688,1),(0.02228886,-0.1435051,0.9893985,1),(0.009186897,-0.1664526,0.9860067,1),(0.03710165,-0.1350866,0.9901389,1),(0.042849,-0.1271189,0.9909616,1),(0.01445555,-0.1640277,0.9863498,1),(-0.02166142,-0.2032709,0.978883,1),(-0.05979344,-0.2568658,0.9645957,1),(-0.05022007,-0.2562733,0.9652989,1),(-0.102287,-0.2961198,0.9496581,1),(-0.1519209,-0.362396,0.9195592,1),(-0.2685,-0.4634869,0.8444452,1),(-0.1956597,-0.4055909,0.892868,1),(-0.1297994,-0.3699404,0.9199436,1),(-0.006432401,-0.2184596,0.9758248,1),(-0.02948065,-0.2292337,0.9729249,1),(-0.101119,-0.3437887,0.9335868,1),(-0.07202771,-0.3311931,0.9408098,1),(-0.007402468,-0.2209195,0.9752639,1),(-0.06825571,-0.2867128,0.9555819,1),(-0.1914665,-0.3864127,0.9022338,1),(-0.1084819,-0.3240616,0.9397956,1),(-0.1607347,-0.3637402,0.9175279,1),(-0.2829136,-0.4472341,0.8484936,1),(-0.4388696,-0.4882231,0.7543419,1),(-0.3032899,-0.4432511,0.8435305,1),(-0.4531038,-0.4987074,0.7389099,1),(-0.3309378,-0.4740948,0.8159131,1),(-0.5897095,-0.4954433,0.637792,1),(-0.720047,-0.4678016,0.5125367,1),(-0.5949483,-0.5174149,0.6150758,1),(-0.4741973,-0.5307339,0.702466,1),(-0.2300735,-0.4272121,0.8743889,1),(-0.3646578,-0.5116417,0.7779766,1),(-0.4202816,-0.5057715,0.7533647,1),(-0.5627196,-0.5071283,0.652815,1),(-0.707439,-0.4621488,0.5347414,1),(-0.577747,-0.5015047,0.6439731,1),(-0.7095091,-0.4477034,0.5442044,1),(-0.8487607,-0.3205594,0.4205317,1),(-0.9237039,-0.2166183,0.3159866,1),(-0.82644,-0.3686997,0.4255084,1),(-0.9106237,-0.2640596,0.3178633,1),(-0.825177,-0.382216,0.4159253,1),(-0.96905,-0.1100097,0.2209975,1),(-0.961779,-0.1543237,0.2261975,1),(-0.9896337,-0.00857474,0.1433579,1),(-0.9081066,-0.2840466,0.3076689,1),(-0.7179493,-0.4589636,0.5233558,1),(-0.8279607,-0.3882719,0.4046308,1),(-0.9371019,-0.1735573,0.3028497,1),(-0.9750054,-0.0756892,0.2088917,1),(-0.9750817,-0.06793953,0.2111869,1),(-0.9905181,0.02515255,0.1350605,1),(-0.9886835,-0.02110461,0.1485243,1),(-0.9912655,-0.0006175826,0.1318792,1),(-0.9923342,0.07141986,0.1008565,1),(-0.9924886,0.07415751,0.09729922,1),(-0.9892997,0.1166175,0.08767278,1),(-0.986479,0.1495686,0.06699508,1),(-0.9880424,0.1362103,0.07224213,1),(-0.9760506,0.213131,0.04359444,1),(-0.9810427,0.1859025,0.05473024,1),(-0.9797021,0.1931068,0.05379159,1),(-0.9901274,0.03122914,0.1366464,1),(-0.988807,0.1214058,0.08672523,1),(-0.990581,-0.001368379,0.1369211,1),(-0.9881948,-0.008523028,0.1529651,1),(-0.9921829,0.05429845,0.1123603,1),(-0.9901468,0.03093305,0.1365748,1),(-0.983468,-0.0219611,0.179745,1),(-0.9752523,-0.0416643,0.2171339,1),(-0.9854594,0.003859432,0.1698674,1),(-0.9762174,-0.02710002,0.2150933,1),(-0.9904272,0.06282459,0.122911,1),(-0.9866925,0.02449752,0.1607417,1),(-0.978556,-0.01523617,0.2054164,1),(-0.9874517,0.04065761,0.1525978,1),(-0.9799562,-0.005873728,0.199127,1),(-0.9898005,0.08791934,0.1120952,1),(-0.9905977,0.09994657,0.09341793,1),(-0.9874869,0.1361924,0.07950638,1),(-0.9628449,-0.09302903,0.2535257,1),(-0.9360748,-0.215714,0.2779056,1),(-0.9352015,-0.2155368,0.2809663,1),(-0.9625891,-0.08673811,0.2567076,1),(-0.8484331,-0.450539,0.2778057,1),(-0.5679783,-0.795996,0.2092629,1),(-0.5448033,-0.8097467,0.2179437,1),(-0.8423718,-0.4572563,0.2851779,1),(-0.8377665,-0.4616718,0.2915588,1),(-0.9348946,-0.2145105,0.2827668,1),(-0.5250422,-0.8202697,0.2269103,1),(-0.50859,-0.8283288,0.2349626,1),(-0.8347307,-0.4646289,0.2955415,1),(-0.9353871,-0.213185,0.2821405,1),(-0.9644513,-0.08104574,0.2515256,1),(-0.9658273,-0.07630969,0.2476985,1),(-0.1472118,-0.9838458,0.1018637,1),(0.1978471,-0.979333,0.04199461,1),(0.2406489,-0.9695663,0.04504739,1),(-0.105429,-0.9886375,0.1071475,1),(0.4936508,-0.8692862,0.02550025,1),(0.7710406,-0.6351331,0.04585022,1),(0.7874183,-0.6147094,0.04587702,1),(0.5263016,-0.8498626,0.02720509,1),(0.5533553,-0.8323797,0.03069132,1),(0.2768161,-0.9596242,0.04994146,1),(0.8007032,-0.5971907,0.04730338,1),(0.8113942,-0.5823424,0.05016864,1),(0.575601,-0.8169406,0.03593745,1),(0.3070525,-0.9500148,0.05648546,1),(-0.06942641,-0.9910632,0.113902,1),(-0.03887293,-0.9918253,0.1215383,1),(0.9380598,-0.3388523,0.0722699,1),(0.9868037,-0.1407462,0.0800564,1),(0.9862031,-0.1459755,0.07806863,1),(0.9418702,-0.3284185,0.0708656,1),(0.9962927,-0.03919114,0.07658365,1),(0.9978081,-0.009829463,0.06543909,1),(0.9961598,-0.06122016,0.06259158,1),(0.9951744,-0.06408658,0.07430288,1),(0.9928865,-0.09265365,0.07477715,1),(0.9849713,-0.1542393,0.07772815,1),(0.990984,-0.1175825,0.06422617,1),(0.9812527,-0.1784968,0.07267752,1),(0.9890702,-0.1242737,0.0793493,1),(0.9830788,-0.1649457,0.07968073,1),(0.9444903,-0.3208519,0.07065468,1),(0.9461236,-0.3157354,0.07184199,1),(0.9969956,-0.03964748,0.06654217,1),(0.9858756,-0.1332099,0.1015109,1),(0.9678306,-0.2269043,0.1087114,1),(0.9909942,-0.1168362,0.06541954,1),(0.930913,-0.3171725,0.1811147,1),(0.7398119,-0.6000023,0.3044266,1),(0.6410899,-0.6786588,0.3583657,1),(0.8853489,-0.4164208,0.2067634,1),(0.8229953,-0.5150379,0.2396136,1),(0.9374676,-0.3255686,0.1231244,1),(0.5266575,-0.7411906,0.4162552,1),(0.4004762,-0.7840788,0.4741721,1),(0.7410986,-0.6099728,0.2805462,1),(0.891578,-0.428083,0.1477616,1),(0.9772773,-0.1999311,0.07040343,1),(0.9537213,-0.2885407,0.08461592,1),(0.4188713,-0.8087661,0.412849,1),(0.1300187,-0.8586502,0.4957973,1),(-0.01626456,-0.8327016,0.553483,1),(0.274899,-0.8334223,0.4794139,1),(-0.1040689,-0.8105774,0.5763106,1),(-0.3011841,-0.6848936,0.6634824,1),(-0.3782015,-0.6217045,0.6858914,1),(-0.2239456,-0.7544587,0.6169608,1),(-0.3255986,-0.6860549,0.6506261,1),(-0.1493754,-0.7826438,0.6042811,1),(-0.439855,-0.5584553,0.7033174,1),(-0.4885841,-0.4978372,0.7165499,1),(-0.4080277,-0.6126493,0.6768857,1),(-0.263087,-0.7171995,0.6452986,1),(0.1299805,-0.8294423,0.5432592,1),(-0.006168881,-0.8008928,0.598776,1),(-0.4396639,-0.5432778,0.7152237,1),(-0.5053526,-0.4696528,0.7239095,1),(-0.5227707,-0.4271565,0.7377316,1),(-0.4781522,-0.4895871,0.7291604,1),(-0.5193339,-0.4688551,0.7144699,1),(-0.4876329,-0.5357586,0.6893308,1),(-0.4917186,-0.5130464,0.7035597,1),(-0.5267628,-0.4364093,0.7294297,1),(-0.5283191,-0.415183,0.7406092,1),(-0.5329215,-0.3955725,0.7480088,1),(-0.4910331,-0.4991076,0.7139874,1),(-0.4874207,-0.4928488,0.720778,1),(-0.526934,-0.4028967,0.7483413,1),(-0.5392661,-0.3724306,0.7553062,1),(-0.5064281,-0.4436449,0.7393983,1),(-0.5280203,-0.4043092,0.7468123,1),(-0.4283452,-0.6279308,0.6497871,1),(-0.3662159,-0.7079705,0.6038739,1),(-0.3698775,-0.6952266,0.6163201,1),(-0.4317477,-0.6124296,0.6622114,1),(-0.3018447,-0.7769089,0.5525416,1),(-0.2353839,-0.8356891,0.4962038,1),(-0.245831,-0.8187248,0.5188996,1),(-0.3076841,-0.7632649,0.5681173,1),(-0.3084617,-0.7546487,0.5790999,1),(-0.3699365,-0.6871747,0.6252503,1),(-0.2479598,-0.8080208,0.5344327,1),(-0.237549,-0.8075964,0.5397766,1),(-0.301458,-0.7539536,0.5836756,1),(-0.365193,-0.6855319,0.6298255,1),(-0.4314846,-0.6027659,0.6711888,1),(-0.4278944,-0.5993396,0.6765342,1),(-0.1729408,-0.8797261,0.4429148,1),(-0.1217777,-0.9069328,0.4032903,1),(-0.1358228,-0.8913945,0.432398,1),(-0.1874108,-0.8614169,0.4720572,1),(-0.08259224,-0.9216782,0.3790618,1),(-0.05519462,-0.9271022,0.3707225,1),(-0.05454904,-0.9238192,0.3789228,1),(-0.09155525,-0.911417,0.4011692,1),(-0.08460163,-0.9071719,0.412167,1),(-0.1353625,-0.8825595,0.4502952,1),(-0.03749231,-0.9253529,0.3772484,1),(0.00176139,-0.9304799,0.3663387,1),(-0.0554001,-0.9104406,0.4099131,1),(-0.1141678,-0.8839675,0.453395,1),(-0.1898745,-0.8500489,0.4912887,1),(-0.1748401,-0.8500829,0.4967796,1),(-0.03191821,-0.9299524,0.3662917,1),(-0.004989294,-0.9354118,0.3535252,1),(0.0159385,-0.9421105,0.3349234,1),(-0.0202563,-0.9330293,0.3592297,1),(0.02569301,-0.9428325,0.3322752,1),(0.06015153,-0.9513152,0.3022932,1),(0.09470399,-0.9577976,0.2713943,1),(0.05422467,-0.9505695,0.3057406,1),(0.09704019,-0.9568471,0.2739104,1),(0.05241923,-0.9494932,0.3093782,1),(0.141689,-0.9610711,0.237206,1),(0.2022927,-0.9570897,0.2075012,1),(0.1566913,-0.9570601,0.2438932,1),(0.1082064,-0.9531189,0.2825874,1),(0.007642521,-0.9390182,0.3437825,1),(0.05659243,-0.9445363,0.3234942,1),(0.09519972,-0.9586318,0.2682573,1),(0.1280786,-0.963432,0.2353608,1),(0.1701521,-0.9646302,0.2013374,1),(0.1342333,-0.9626315,0.2352059,1),(0.1589163,-0.9660695,0.2036056,1),(0.1878606,-0.966849,0.1729488,1),(0.2318924,-0.9624956,0.1408125,1),(0.2026327,-0.9644083,0.1698725,1),(0.25194,-0.9579502,0.1373236,1),(0.2202105,-0.9609612,0.1675137,1),(0.2790165,-0.9539288,0.1103157,1),(0.3250304,-0.9417106,0.08681183,1),(0.3039321,-0.946011,0.112643,1),(0.2766539,-0.9505087,0.1414066,1),(0.1835409,-0.9622728,0.2008576,1),(0.2428781,-0.9544921,0.1730756,1),(0.214586,-0.9660687,0.1437505,1),(0.2387749,-0.9640439,0.1166444,1),(0.2810436,-0.9555367,0.08924221,1),(0.258024,-0.9593973,0.1139331,1),(0.2605123,-0.9611086,0.09167137,1),(0.2799084,-0.9575555,0.06883758,1),(0.3180899,-0.9469112,0.04666707,1),(0.3010311,-0.9512711,0.06681052,1),(0.3380379,-0.9400827,0.04443881,1),(0.3217895,-0.9446418,0.06405853,1),(0.350971,-0.9359906,0.0272229,1),(0.3712507,-0.9284745,0.01039407,1),(0.3645762,-0.9308199,0.02566322,1),(0.3546866,-0.933972,0.04351594,1),(0.3021413,-0.9493715,0.08604801,1),(0.3415233,-0.9376969,0.06392352,1),(0.2972409,-0.9536268,0.047367,1),(0.3128224,-0.9494404,0.02655574,1),(0.3452174,-0.9384766,0.009308352,1),(0.3326629,-0.9426355,0.027815,1),(0.3266994,-0.9451066,0.006400207,1),(0.3389168,-0.9407248,-0.0131154,1),(0.3644291,-0.9308491,-0.02666981,1),(0.355796,-0.9345217,-0.008849072,1),(0.3756171,-0.9265583,-0.02003615,1),(0.3694332,-0.9292465,-0.004466505,1),(0.3797913,-0.9243936,-0.03542485,1),(0.3789905,-0.9244381,-0.04219475,1),(0.3794229,-0.9247481,-0.02964972,1),(0.3782749,-0.9255427,-0.0166988,1),(0.3612247,-0.9324105,0.01129217,1),(0.3755493,-0.9267964,-0.003345233,1),(0.3487296,-0.9367075,-0.03109339,1),(0.3553768,-0.9335578,-0.0466598,1),(0.3717634,-0.9265546,-0.05734642,1),(0.3700935,-0.9279908,-0.04317192,1),(0.3589252,-0.9314471,-0.05982481,1),(0.3594163,-0.9305027,-0.07060113,1),(0.3632373,-0.9283624,-0.07875282,1),(0.3694753,-0.9266601,-0.06920246,1),(0.369922,-0.9262114,-0.07273374,1),(0.377509,-0.9239102,-0.06226489,1),(0.3580142,-0.9301755,-0.08123568,1),(0.3449578,-0.9351097,-0.08108047,1),(0.3589255,-0.9304691,-0.07348339,1),(0.3692482,-0.9270923,-0.06446335,1),(0.3807999,-0.923314,-0.04982432,1),(0.3759376,-0.9250686,-0.05402827,1),(0.3571937,-0.9306637,-0.07923199,1),(0.3524762,-0.931841,-0.0862156,1),(0.3451421,-0.9340758,-0.09153833,1),(0.3546234,-0.9310373,-0.08609211,1),(0.3452424,-0.9340391,-0.09153473,1),(0.3354608,-0.9372337,-0.09517924,1),(0.3235754,-0.9412475,-0.0967064,1),(0.3347937,-0.9374824,-0.09507839,1),(0.3201493,-0.9426329,-0.09459167,1),(0.3317929,-0.9388433,-0.09212271,1),(0.3095208,-0.9461275,-0.09507702,1),(0.3007712,-0.9491935,-0.09256609,1),(0.3082073,-0.9467987,-0.09262986,1),(0.3180692,-0.9437155,-0.09073644,1),(0.3444249,-0.9347118,-0.08766548,1),(0.3303305,-0.9398579,-0.08688443,1),(0.3244265,-0.9409592,-0.09666102,1),(0.3135641,-0.9447893,-0.09513526,1),(0.3038709,-0.9480597,-0.0940494,1),(0.3127974,-0.9449096,-0.09645557,1),(0.3028951,-0.9487074,-0.09060304,1),(0.2924354,-0.9526709,-0.08306506,1),(0.2916905,-0.9529238,-0.08278157,1),(0.2968285,-0.9507284,-0.08948901,1),(0.293834,-0.9518582,-0.0873362,1),(0.2957695,-0.9508787,-0.09137861,1),(0.2952093,-0.9519218,-0.08183081,1),(0.3067572,-0.9483938,-0.08030812,1),(0.2994615,-0.9503196,-0.08494351,1),(0.2960291,-0.9510679,-0.08852503,1),(0.301009,-0.9489818,-0.09395415,1),(0.29647,-0.950691,-0.0910603,1),(0.2825942,-0.9562625,-0.07551479,1),(0.2737918,-0.9591578,-0.07109325,1),(0.2844437,-0.955941,-0.07258494,1),(0.287783,-0.9546528,-0.07628045,1),(0.2660584,-0.9614263,-0.06980239,1),(0.2594045,-0.9631078,-0.07164194,1),(0.2795504,-0.9573054,-0.073606,1),(0.2816989,-0.9568206,-0.07169271,1),(0.3040256,-0.9499266,-0.07216655,1),(0.3011418,-0.950761,-0.07326055,1),(0.3068591,-0.948936,-0.07319828,1),(0.3417829,-0.9372769,-0.06853119,1),(0.3333862,-0.9402133,-0.06966028,1),(0.3247482,-0.9430564,-0.07199445,1),(0.2982065,-0.9514325,-0.07647801,1),(0.3158701,-0.9457905,-0.07554037,1),(0.2559094,-0.963792,-0.07493584,1),(0.2574575,-0.9631098,-0.07832805,1),(0.2889103,-0.9541535,-0.07824262,1),(0.2810229,-0.956659,-0.07635278,1),(0.264028,-0.9610381,-0.081822,1),(0.2755985,-0.9574706,-0.08541343,1),(0.3237158,-0.9428148,-0.07942422,1),(0.3031672,-0.9496347,-0.07926858,1),(0.3499768,-0.9341921,-0.06929196,1),(0.3280107,-0.9418653,-0.0727921,1),(0.3793441,-0.92307,-0.06355996,1),(0.440837,-0.8969687,-0.03331552,1),(0.4040393,-0.913466,-0.04829156,1),(0.3750917,-0.9251011,-0.05911176,1),(0.3136096,-0.9466577,-0.07408128,1),(0.354293,-0.9328144,-0.06583026,1),(0.294571,-0.9516491,-0.08713217,1),(0.3232253,-0.9424528,-0.0854871,1),(0.3881537,-0.9192367,-0.06588296,1),(0.3516823,-0.9330463,-0.07579017,1),(0.3614785,-0.9289088,-0.08038386,1),(0.4090286,-0.9096976,-0.07173406,1),(0.4858577,-0.873637,-0.02647244,1),(0.4330269,-0.9000211,-0.04949643,1),(0.5051026,-0.8630573,-0.001904313,1),(0.4573673,-0.8887137,-0.03167319,1),(0.5578998,-0.8290647,0.03741066,1),(0.6157292,-0.7784397,0.1221026,1),(0.5705661,-0.8185573,0.06647024,1),(0.5258246,-0.8503036,0.02218813,1),(0.4153774,-0.9081554,-0.05210738,1),(0.4824475,-0.8758566,-0.01093157,1),(0.4616369,-0.8853856,-0.05462424,1),(0.5148743,-0.8569431,-0.02351543,1),(0.5894242,-0.8060611,0.05333365,1),(0.5402746,-0.8414643,0.006413238,1),(0.5684676,-0.8224008,0.02239721,1),(0.6212969,-0.7790829,0.083786,1),(0.6682982,-0.7186468,0.1921569,1),(0.632629,-0.7658545,0.1150969,1),(0.6784107,-0.7009582,0.2200375,1),(0.6490647,-0.7463267,0.1473482,1),(0.6949807,-0.651304,0.304639,1),(0.7016842,-0.5849974,0.4067155,1),(0.699604,-0.6348881,0.3278284,1),(0.6841013,-0.6837807,0.2538687,1),(0.6085891,-0.7887427,0.08662698,1),(0.6559519,-0.7317154,0.1852558,1),(0.6690927,-0.7287833,0.1455671,1),(0.7068976,-0.6793906,0.1967852,1),(0.7213668,-0.6218773,0.3047928,1),(0.6972823,-0.6674237,0.2614248,1),(0.7359766,-0.634092,0.2372042,1),(0.7580311,-0.5950963,0.2669255,1),(0.7650431,-0.5620287,0.3143767,1),(0.74331,-0.5861151,0.3224272,1),(0.7410206,-0.5463657,0.39035,1),(0.7196808,-0.5666862,0.4011564,1),(0.7693443,-0.5418492,0.3383913,1),(0.7784432,-0.5328251,0.331849,1),(0.7406605,-0.5171304,0.42895,1),(0.713561,-0.5194905,0.4700642,1),(0.7054478,-0.6028428,0.372725,1),(0.7012851,-0.5427222,0.4622249,1),(0.7757484,-0.5696873,0.2714237,1),(0.7916054,-0.5646944,0.2334119,1),(0.802153,-0.5611233,0.2041848,1),(0.7856445,-0.5529438,0.2775173,1),(0.8020828,-0.5784508,0.1485184,1),(0.7964602,-0.604579,0.0116455,1),(0.7891265,-0.6099892,-0.07205909,1),(0.8077108,-0.5828664,0.08871316,1),(0.8031145,-0.5958201,-0.002360594,1),(0.809464,-0.569887,0.1414104,1),(0.7644308,-0.6200666,-0.1765297,1),(0.7178833,-0.6328616,-0.2900512,1),(0.7826771,-0.6114718,-0.1162707,1),(0.8101302,-0.5842903,0.0478933,1),(0.7954411,-0.550422,0.2535926,1),(0.8067156,-0.5569938,0.1974028,1),(0.7617341,-0.6318622,-0.1432175,1),(0.6995285,-0.6571745,-0.2806806,1),(0.6548435,-0.656244,-0.3748651,1),(0.7357423,-0.6336223,-0.2391783,1),(0.6127549,-0.6818591,-0.3994991,1),(0.502848,-0.7058201,-0.4989608,1),(0.4289412,-0.7107341,-0.5575541,1),(0.5520387,-0.6815422,-0.4803681,1),(0.477737,-0.6810445,-0.5549285,1),(0.5923288,-0.6561984,-0.4674935,1),(0.3469085,-0.7136152,-0.6086115,1),(0.2629234,-0.7141936,-0.64869,1),(0.3918129,-0.6827579,-0.6167043,1),(0.5115601,-0.6604925,-0.549596,1),(0.6899854,-0.6375119,-0.3427809,1),(0.6221427,-0.6456269,-0.4428369,1),(0.3996086,-0.7168716,-0.5713213,1),(0.3345339,-0.7166343,-0.6119823,1),(0.2578426,-0.7280384,-0.6351984,1),(0.3193759,-0.727143,-0.6076694,1),(0.309794,-0.713356,-0.6286102,1),(0.3246223,-0.7098873,-0.6250443,1),(0.2807476,-0.7096819,-0.6461675,1),(0.2453872,-0.7216477,-0.6473096,1),(0.1913712,-0.7273301,-0.659066,1),(0.1851621,-0.7361288,-0.6510217,1),(0.2545097,-0.7069082,-0.6599285,1),(0.2538195,-0.7014256,-0.6660164,1),(0.1580742,-0.7289903,-0.6660223,1),(0.1277772,-0.7387431,-0.661764,1),(0.2370074,-0.7341121,-0.636323,1),(0.1626546,-0.7356923,-0.6574956,1),(0.3793085,-0.7017746,-0.6030236,1),(0.4791292,-0.6747776,-0.5613471,1),(0.468982,-0.665985,-0.5801034,1),(0.355578,-0.693715,-0.6263574,1),(0.629325,-0.6098682,-0.4816751,1),(0.8135428,-0.4740544,-0.3367797,1),(0.8141321,-0.4870658,-0.316158,1),(0.6272407,-0.6079925,-0.4867384,1),(0.6478499,-0.5968696,-0.4733257,1),(0.4846312,-0.6500539,-0.5852883,1),(0.8271906,-0.4912412,-0.2728327,1),(0.8503749,-0.4862822,-0.2009776,1),(0.6912166,-0.577417,-0.4345221,1),(0.5287259,-0.628076,-0.5709374,1),(0.3555432,-0.6810955,-0.6400764,1),(0.3844039,-0.664727,-0.6406026,1),(0.9382311,-0.2944175,-0.181771,1),(0.9823886,-0.1574258,-0.1006465,1),(0.9820841,-0.181661,-0.05010232,1),(0.9381205,-0.3178296,-0.1375292,1),(0.9929718,-0.07241475,-0.09361126,1),(0.9877061,-0.03136797,-0.1531431,1),(0.9904326,-0.03888965,-0.1324044,1),(0.9945127,-0.09102829,-0.05155902,1),(0.9940168,-0.1090866,0.005544295,1),(0.9788066,-0.2037843,0.02023821,1),(0.9935335,-0.04591505,-0.1038411,1),(0.9961085,-0.0543421,-0.06938817,1),(0.9888413,-0.1266194,0.07848821,1),(0.9684492,-0.2224524,0.1123436,1),(0.9392257,-0.3360052,-0.07039654,1),(0.9374592,-0.3473299,0.02306667,1),(0.9747474,-0.005391211,-0.2232454,1),(0.9660528,0.0354101,-0.2559066,1),(0.9610034,0.04138255,-0.2734225,1),(0.9742542,-0.002929096,-0.2254334,1),(0.9630852,0.09119619,-0.2532788,1),(0.9641689,0.1587338,-0.2125603,1),(0.9563028,0.154804,-0.2480336,1),(0.9569538,0.08738314,-0.2767738,1),(0.945904,0.09105428,-0.3114075,1),(0.9546535,0.04717571,-0.2939577,1),(0.9450402,0.149826,-0.2906044,1),(0.9313119,0.09597804,-0.3513492,1),(0.9327097,0.1393837,-0.3326031,1),(0.9459625,0.05037,-0.3203401,1),(0.9739361,0.0002643958,-0.2268221,1),(0.9728739,0.001347556,-0.2313321,1),(0.9589252,0.2243355,-0.1735973,1),(0.9556606,0.2490206,-0.1571671,1),(0.9546784,0.2107942,-0.2101314,1),(0.9534422,0.2328158,-0.1916889,1),(0.9564059,0.239191,-0.1675569,1),(0.9593682,0.194396,-0.2045062,1),(0.9542887,0.226007,-0.1955869,1),(0.9564048,0.1903219,-0.2215116,1),(0.9495671,0.2111748,-0.2317919,1),(0.9510269,0.2093929,-0.2273818,1),(0.9528266,0.1863909,-0.239541,1),(0.947064,0.1942718,-0.2555936,1),(0.9492714,0.1841464,-0.2549,1),(0.9442127,0.1902743,-0.2688087,1),(0.9483215,0.1915443,-0.2529762,1),(0.9400474,0.171909,-0.2945472,1),(0.9594024,0.1501209,-0.2387692,1),(0.9597578,0.1421842,-0.2421747,1),(0.9572484,0.1563266,-0.2433876,1),(0.9596429,0.1533986,-0.2356999,1),(0.9615756,0.1711514,-0.2146612,1),(0.9592069,0.2370559,-0.1540341,1),(0.9632099,0.1819381,-0.1978011,1),(0.9619211,0.2418481,-0.1273472,1),(0.959069,0.1688682,-0.2273104,1),(0.9640352,0.1956223,-0.1799115,1),(0.9639056,0.2458054,-0.1023022,1),(0.9644168,0.207846,-0.1634019,1),(0.9658613,0.24636,-0.08011671,1),(0.9581556,0.1843812,-0.2189548,1),(0.9547695,0.1658555,-0.2467936,1),(0.9523062,0.1764699,-0.2489406,1),(0.9466252,0.3028311,-0.1104266,1),(0.930822,0.3370795,-0.1412371,1),(0.9506499,0.3003883,-0.07766464,1),(0.9369981,0.3316313,-0.1097967,1),(0.9062393,0.3365599,-0.255847,1),(0.8408898,0.2839324,-0.460746,1),(0.9129689,0.3310851,-0.2384751,1),(0.8344054,0.2751371,-0.4775639,1),(0.9437193,0.3203796,-0.08216229,1),(0.9202957,0.3210944,-0.2235045,1),(0.825572,0.2661893,-0.4975681,1),(0.9283028,0.3056673,-0.2117109,1),(0.8123841,0.2546592,-0.5245767,1),(0.9511718,0.3031632,-0.05800208,1),(0.954703,0.2935219,-0.04885836,1),(0.959233,0.2816102,-0.02382985,1),(0.7365173,0.2333652,-0.6348881,1),(0.6746963,0.2632435,-0.6895563,1),(0.7013314,0.2187663,-0.6784362,1),(0.6255134,0.2488735,-0.7394558,1),(0.6693994,0.3845804,-0.6356117,1),(0.686696,0.5892795,-0.4256739,1),(0.6269445,0.3778728,-0.6812876,1),(0.6683579,0.5953176,-0.445976,1),(0.5639045,0.2389565,-0.7905134,1),(0.5714943,0.3725834,-0.731147,1),(0.6422995,0.5954865,-0.4825425,1),(0.4979894,0.3622459,-0.7878988,1),(0.6039404,0.5848579,-0.5414768,1),(0.4843816,0.2278468,-0.8446658,1),(0.6570021,0.2077051,-0.7247115,1),(0.598012,0.1958809,-0.7771822,1),(0.6546972,0.7417327,-0.1456166,1),(0.5955772,0.8019427,0.04664599,1),(0.6518893,0.7465631,-0.1329804,1),(0.5942214,0.8006113,0.07695727,1),(0.5433783,0.8235316,0.1628975,1),(0.5050629,0.8323714,0.228187,1),(0.5355118,0.8195231,0.2039826,1),(0.4828822,0.8298799,0.2795069,1),(0.60202,0.7946948,0.07766679,1),(0.5382259,0.8135344,0.2201697,1),(0.4687274,0.8257039,0.3138593,1),(0.5519055,0.8076134,0.2077523,1),(0.4658563,0.8221258,0.3272417,1),(0.6172495,0.7855251,0.04419604,1),(0.6519036,0.7436229,-0.1484814,1),(0.6514553,0.7322914,-0.1983815,1),(0.4820489,0.8391109,0.2520354,1),(0.4794979,0.8456334,0.2344909,1),(0.444824,0.8388146,0.3138818,1),(0.4356971,0.8466988,0.3054001,1),(0.496984,0.8503245,0.1730755,1),(0.5311677,0.8449411,0.06273234,1),(0.4560189,0.8534062,0.2524769,1),(0.5034642,0.8509435,0.14973,1),(0.3916477,0.8413727,0.37243,1),(0.4112444,0.8486087,0.3327783,1),(0.4686528,0.8494761,0.2423944,1),(0.3683861,0.8366927,0.4052617,1),(0.4289613,0.8405759,0.3307934,1),(0.3541912,0.8311581,0.4286314,1),(0.4112858,0.8346431,0.3663535,1),(0.3873078,0.8286354,0.4041734,1),(0.5616565,0.8243788,-0.07029653,1),(0.5701281,0.798299,-0.1940944,1),(0.5517538,0.8338364,0.01687235,1),(0.5742846,0.8098285,-0.1198963,1),(0.5587777,0.7709572,-0.3056017,1),(0.5302287,0.7454736,-0.4038896,1),(0.5705424,0.779873,-0.257448,1),(0.5406511,0.7441147,-0.3924154,1),(0.5694447,0.8215538,-0.02796591,1),(0.5768608,0.7952721,-0.1864775,1),(0.5505959,0.7552658,-0.355553,1),(0.5730743,0.8137638,-0.09682076,1),(0.5587164,0.7762388,-0.2920437,1),(0.5513029,0.8310639,0.07347047,1),(0.532304,0.8386581,0.1153472,1),(0.5015941,0.8379182,0.2151659,1),(0.4937594,0.7302217,-0.4722054,1),(0.4606346,0.7354148,-0.4969716,1),(0.4974366,0.712034,-0.4955446,1),(0.459504,0.7003101,-0.54628,1),(0.4314645,0.7629696,-0.4813686,1),(0.4041759,0.8106323,-0.4236945,1),(0.4299017,0.714157,-0.5524167,1),(0.407738,0.7538114,-0.5152845,1),(0.4601118,0.6797695,-0.5711485,1),(0.4260851,0.6761072,-0.6011078,1),(0.4022323,0.7006663,-0.5893012,1),(0.4287018,0.6542134,-0.6230728,1),(0.3951862,0.6587359,-0.6402303,1),(0.4699354,0.6766095,-0.5668865,1),(0.5036669,0.7091709,-0.4933519,1),(0.5164426,0.7215458,-0.4611494,1),(0.3717735,0.863156,-0.3416812,1),(0.3286399,0.9087375,-0.2572777,1),(0.3845158,0.8059521,-0.4500986,1),(0.35241,0.857969,-0.3737597,1),(0.2749611,0.9460894,-0.1712044,1),(0.2113658,0.9737506,-0.08446386,1),(0.3104634,0.906669,-0.2855937,1),(0.2584807,0.9479304,-0.1860524,1),(0.3580813,0.7959914,-0.4880322,1),(0.3294113,0.8524326,-0.4060133,1),(0.2943183,0.9072428,-0.3004783,1),(0.3278634,0.7876158,-0.5216962,1),(0.311173,0.8525982,-0.4198185,1),(0.34606,0.729859,-0.5895323,1),(0.3817516,0.7441415,-0.5481963,1),(0.3679165,0.6859736,-0.6277559,1),(0.1485795,0.988888,-0.004967599,1),(0.09495664,0.9938028,0.05778446,1),(0.2037303,0.9750706,-0.08792692,1),(0.1509223,0.9885221,-0.006829985,1),(0.05077033,0.993255,0.1042452,1),(0.0155491,0.9906412,0.1356029,1),(0.1009759,0.9932456,0.05715642,1),(0.05389469,0.9929941,0.1051562,1),(0.2068273,0.9741982,-0.09033577,1),(0.1550253,0.9878761,-0.008229201,1),(0.09896285,0.9933493,0.05885268,1),(0.205547,0.9740833,-0.09440409,1),(0.1466912,0.9891553,-0.007309915,1),(0.2533445,0.9479948,-0.1926715,1),(0.2537525,0.9488083,-0.1880759,1),(0.2890524,0.9085057,-0.3017719,1),(-0.008232186,0.9878582,0.1551397,1),(-0.0174158,0.9859969,0.1658516,1),(0.01697678,0.9901763,0.1387907,1),(-0.002087471,0.9872127,0.1593957,1),(-0.01227295,0.9857115,0.1679946,1),(0.0070384,0.9868223,0.1616544,1),(-0.003757249,0.9858574,0.1675443,1),(0.01164816,0.9864633,0.1635677,1),(0.0221258,0.9894316,0.143302,1),(0.01259227,0.986991,0.1602819,1),(0.0215923,0.9866375,0.1614944,1),(0.03870323,0.9889877,0.1428469,1),(0.03841094,0.987411,0.153441,1),(0.05644063,0.9919498,0.1133576,1),(0.05072551,0.9926583,0.1098021,1),(0.09229218,0.9936938,0.063678,1),(0.0301021,0.9879959,0.1515194,1),(0.04664693,0.9886147,0.1430558,1),(0.03282548,0.9875698,0.1537151,1),(0.04874786,0.9882356,0.1449622,1),(0.05673735,0.989041,0.1363035,1),(0.06044432,0.9895019,0.1312729,1),(0.05945979,0.988737,0.1373443,1),(0.06501753,0.9892637,0.1308821,1),(0.05198837,0.9877982,0.1468063,1),(0.06297591,0.9883147,0.1388098,1),(0.07119033,0.9889008,0.1304116,1),(0.06659866,0.9876952,0.1415019,1),(0.07775871,0.9883631,0.1307365,1),(0.05630727,0.987249,0.148892,1),(0.03820113,0.9872734,0.154376,1),(0.04690417,0.9871311,0.1528796,1),(0.05928005,0.9900029,0.1279853,1),(0.05462782,0.9904537,0.1265599,1),(0.06502588,0.9898246,0.1265662,1),(0.05893573,0.9903352,0.1255496,1),(0.04647234,0.9908151,0.1269881,1),(0.03477385,0.9909996,0.1292684,1),(0.04671425,0.9906973,0.1278149,1),(0.02828351,0.9906647,0.1333549,1),(0.0674598,0.9901712,0.122516,1),(0.05243788,0.9906737,0.1257606,1),(0.0285116,0.9906009,0.1337795,1),(0.06266971,0.9906645,0.1210634,1),(0.03529703,0.9908267,0.1304473,1),(0.07878631,0.9898871,0.1179672,1),(0.07369798,0.9895343,0.1240579,1),(0.08380668,0.9890862,0.1211814,1),(0.02550966,0.991205,0.1298524,1),(0.02486352,0.991834,0.1250885,1),(0.01141644,0.9903948,0.1377956,1),(0.004133974,0.9906029,0.1367075,1),(0.03290176,0.9928307,0.1149114,1),(0.04971276,0.9938235,0.09921491,1),(0.006511516,0.9914833,0.1300711,1),(0.01864841,0.9928603,0.1178161,1),(-0.009397818,0.9895316,0.1440099,1),(-0.01392534,0.9898804,0.1412194,1),(-0.008723608,0.9910567,0.1331553,1),(-0.02728351,0.9885916,0.1481287,1),(-0.0316556,0.9888842,0.1452791,1),(-0.01462494,0.989082,0.1466386,1),(0.004775983,0.989921,0.1415401,1),(0.006263287,0.9900236,0.1407628,1),(0.07272903,0.9942026,0.07919405,1),(0.09930449,0.9934881,0.05585679,1),(0.03956605,0.9942104,0.09990104,1),(0.0683312,0.9947655,0.07597819,1),(0.1293939,0.9911644,0.0291586,1),(0.1628818,0.9866452,-0.0008673462,1),(0.1049749,0.9934161,0.04587793,1),(0.1493229,0.9887421,0.009581482,1),(0.03722749,0.9948624,0.09414243,1),(0.07995881,0.9949462,0.06073361,1),(0.1357449,0.9905843,0.01778216,1),(0.05248068,0.9957396,0.07581944,1),(0.1190689,0.9925193,0.02698254,1),(0.005209076,0.993749,0.1115164,1),(0.007732947,0.9929646,0.1181596,1),(-0.02268446,0.9906591,0.1344614,1),(0.1922924,0.9809371,-0.02803537,1),(0.2098829,0.9766341,-0.0462065,1),(0.188913,0.9817135,-0.02345961,1),(0.2112755,0.9764425,-0.04384816,1),(0.215868,0.9748478,-0.05543498,1),(0.2103602,0.9760324,-0.05576095,1),(0.2168574,0.9748318,-0.0517283,1),(0.2058622,0.9774421,-0.04719772,1),(0.2151397,0.975521,-0.04553968,1),(0.2219837,0.9735829,-0.05347491,1),(0.2075695,0.9771438,-0.0458787,1),(0.2293438,0.9716496,-0.05743158,1),(0.2160802,0.9750831,-0.0502225,1),(0.2181501,0.9747726,-0.04721199,1),(0.1866617,0.9821805,-0.02187853,1),(0.1818025,0.9831473,-0.01921614,1),(0.2022569,0.9779235,-0.05251474,1),(0.2011445,0.9782311,-0.05103809,1),(0.1907914,0.9808981,-0.03791139,1),(0.1847489,0.9822767,-0.03162532,1),(0.2070483,0.9769822,-0.05135044,1),(0.2199507,0.974045,-0.05346135,1),(0.187787,0.9818003,-0.02835727,1),(0.1999049,0.9794123,-0.02809891,1),(0.1762243,0.9841071,-0.02187145,1),(0.1750571,0.9844438,-0.01501298,1),(0.1836021,0.9829325,-0.01156886,1),(0.1734621,0.9847552,-0.01297052,1),(0.17453,0.9846374,-0.005342612,1),(0.1800586,0.983387,-0.02299674,1),(0.1870905,0.9818159,-0.03216562,1),(0.194295,0.9803031,-0.03542758,1),(0.2374249,0.969694,-0.0576444,1),(0.256662,0.9643481,-0.06447779,1),(0.2194645,0.9750651,-0.03291623,1),(0.2447557,0.9685378,-0.0450443,1),(0.2776774,0.9578228,-0.073965,1),(0.3004855,0.9498944,-0.08607776,1),(0.2757532,0.9590597,-0.06453433,1),(0.3123091,0.9455772,-0.09136102,1),(0.232973,0.9719673,-0.03167236,1),(0.274856,0.9596375,-0.05958252,1),(0.3277841,0.9395006,-0.09947912,1),(0.2750725,0.9596322,-0.05866121,1),(0.346814,0.9315497,-0.1092484,1),(0.222111,0.9747104,-0.0246233,1),(0.2025538,0.9791448,-0.01573278,1),(0.188657,0.9820181,-0.007005855,1),(0.3252899,0.940091,-0.102056,1),(0.3526249,0.9276689,-0.1228252,1),(0.351978,0.9279662,-0.1224344,1),(0.3926355,0.9066336,-0.1544444,1),(0.3823991,0.9119875,-0.148492,1),(0.4170651,0.8916482,-0.1761254,1),(0.4342175,0.8810822,-0.1874819,1),(0.4774088,0.8506082,-0.2203327,1),(0.4398314,0.8790047,-0.1841169,1),(0.4927037,0.8416034,-0.2212393,1),(0.5436704,0.7996013,-0.2550695,1),(0.5559912,0.7933174,-0.248035,1),(0.612819,0.7394101,-0.2787931,1),(0.4932903,0.8441821,-0.2098127,1),(0.3848965,0.9117257,-0.1435654,1),(0.4237643,0.8908683,-0.1636386,1),(0.4597362,0.8625877,-0.2111517,1),(0.5248029,0.8149296,-0.2459096,1),(0.6030592,0.747393,-0.2787889,1),(0.5308028,0.8093326,-0.2514541,1),(0.6100555,0.7407129,-0.2813834,1),(0.7101977,0.6296276,-0.3149419,1),(0.7944526,0.5224732,-0.3096239,1),(0.6934354,0.655373,-0.2993886,1),(0.7667937,0.5651795,-0.3043017,1),(0.6776994,0.6713859,-0.2999409,1),(0.8605811,0.4185311,-0.2902273,1),(0.8252202,0.4801751,-0.2973944,1),(0.9037254,0.3340965,-0.2676939,1),(0.7454025,0.5919102,-0.3066224,1),(0.6026667,0.746475,-0.2820776,1),(0.6734325,0.6758563,-0.2995112,1),(0.797538,0.50069,-0.3365153,1),(0.856057,0.3922038,-0.3366638,1),(0.9187273,0.2678725,-0.2901454,1),(0.8738147,0.3761327,-0.3081754,1),(0.8944537,0.3147896,-0.3175847,1),(0.918885,0.2641603,-0.2930352,1),(0.9414247,0.2021343,-0.2699284,1),(0.9520704,0.1786497,-0.2482867,1),(0.9564983,0.1657244,-0.2400969,1),(0.9685236,0.1193387,-0.21845,1),(0.9711382,0.1246771,-0.2033378,1),(0.9810232,0.08311789,-0.1751707,1),(0.9796504,0.1104667,-0.1675767,1),(0.9746436,0.1098856,-0.1949227,1),(0.9261829,0.2667412,-0.2665226,1),(0.9544028,0.1939506,-0.2269328,1),(0.9392671,0.2298785,-0.2548199,1),(0.95972,0.1878647,-0.2089124,1),(0.9598544,0.1731764,-0.2206573,1),(0.9701042,0.1550722,-0.1866829,1),(0.9785372,0.1374651,-0.153519,1),(0.9931539,0.07443694,-0.09002407,1),(0.9815659,0.1239928,-0.1454449,1),(0.9922398,0.07913154,-0.09590719,1),(0.9743538,0.1486937,-0.1688925,1),(0.9809055,0.1318893,-0.1429315,1),(0.9892805,0.09548032,-0.1104874,1),(0.9778981,0.1523698,-0.1431739,1),(0.9854634,0.1130436,-0.1268194,1),(0.9739828,0.1649987,-0.1553477,1),(0.9710205,0.1463816,-0.1889226,1),(0.9748809,0.1511999,-0.1635415,1),(0.9991621,0.02418461,-0.03302021,1),(0.9999716,0.006849767,-0.003119722,1),(0.9977238,0.04113755,-0.05343203,1),(0.9989233,0.0331846,-0.03241958,1),(0.9997556,0.02211191,-9.786146e-5,1),(0.9972949,0.06960297,-0.02362643,1),(0.9979298,0.05528308,-0.03286331,1),(0.992735,0.1074456,-0.05415381,1),(0.9956551,0.05932294,-0.07177566,1),(0.9935296,0.08539876,-0.07487338,1),(0.985666,0.1384337,-0.09642906,1),(0.9885588,0.09758516,-0.1150164,1),(0.9795482,0.1556279,-0.1275356,1),(0.9913598,0.07072498,-0.1104705,1),(0.9945253,0.06268561,-0.08360724,1),(0.9905466,0.07575692,-0.1143601,1),(0.9910462,0.1220798,-0.05407403,1),(0.9859256,0.1470243,-0.07958923,1),(0.9785622,0.1809406,-0.09836922,1),(0.983968,0.1591953,-0.08039815,1),(0.9840934,0.1513637,-0.09300011,1),(0.98633,0.1312315,-0.09965549,1),(0.9788356,0.1726916,-0.1098103,1),(0.9843284,0.1360292,-0.1122211,1),(0.9705086,0.2087576,-0.1205541,1),(0.9737095,0.1892743,-0.1267476,1),(0.9830541,0.1358739,-0.1230565,1),(0.9708161,0.1943766,-0.1404772,1),(0.9830761,0.1277601,-0.1312965,1),(0.9648053,0.2208858,-0.1426893,1),(0.9751062,0.1921768,-0.1106166,1),(0.9682447,0.208157,-0.138466,1),(0.9879147,0.1120891,-0.1070535,1),(0.9852843,0.1196225,-0.1220881,1),(0.9879125,0.1026001,-0.1161985,1),(0.9858865,0.1055351,-0.129962,1),(0.9774011,0.1539537,-0.1448635,1),(0.9607406,0.2133406,-0.1773793,1),(0.97741,0.1450705,-0.1537019,1),(0.9571726,0.2211369,-0.1868663,1),(0.9874918,0.08515427,-0.1326978,1),(0.97934,0.1288103,-0.155888,1),(0.9569855,0.2187134,-0.1906392,1),(0.9820202,0.1078332,-0.1549461,1),(0.9593194,0.2090825,-0.1897124,1),(0.9892207,0.06083217,-0.1331986,1),(0.9886726,0.08763601,-0.1218458,1),(0.9897939,0.06763995,-0.1254309,1),(0.9411196,0.2723824,-0.2002542,1),(0.9314855,0.2973405,-0.2095791,1),(0.9309412,0.2954389,-0.2146261,1),(0.9160659,0.3314956,-0.2256852,1),(0.934772,0.2900698,-0.205087,1),(0.950009,0.2508078,-0.1859527,1),(0.9171462,0.3313905,-0.2214115,1),(0.9338495,0.2954352,-0.201602,1),(0.9048448,0.356695,-0.2324316,1),(0.9023411,0.3651117,-0.2290721,1),(0.9182944,0.3352453,-0.210585,1),(0.89208,0.3886175,-0.2305852,1),(0.9053473,0.3672739,-0.213204,1),(0.8988922,0.3713306,-0.2326079,1),(0.9252068,0.3089727,-0.2202916,1),(0.9240022,0.3128846,-0.2198255,1),(0.9662852,0.1991949,-0.1631388,1),(0.9767159,0.1575671,-0.1455973,1),(0.9672867,0.1991582,-0.1571385,1),(0.9536037,0.2439607,-0.1764175,1),(0.9829414,0.1260094,-0.1339687,1),(0.9862053,0.1045123,-0.1283593,1),(0.981988,0.1316072,-0.1355701,1),(0.9763647,0.1616805,-0.1434275,1),(0.9678294,0.2001962,-0.1524066,1),(0.9558321,0.241767,-0.1671336,1),(0.9763786,0.1623833,-0.1425353,1),(0.9690225,0.1967497,-0.1492818,1),(0.9575323,0.2394558,-0.1606011,1),(0.9432264,0.2821038,-0.175332,1),(0.9397269,0.2873112,-0.1853799,1),(0.9260164,0.3250558,-0.1919178,1),(0.9878273,0.09142769,-0.12585,1),(0.9886655,0.08496705,-0.1237783,1),(0.9870023,0.09719186,-0.1279852,1),(0.9852472,0.1098536,-0.1312257,1),(0.9888558,0.08511346,-0.1221462,1),(0.9884012,0.09185187,-0.1209399,1),(0.9872158,0.09902945,-0.1248922,1),(0.9876211,0.09359612,-0.1258748,1),(0.9862807,0.1039733,-0.128218,1),(0.984943,0.1124941,-0.1312723,1),(0.986194,0.1063548,-0.1269253,1),(0.9846485,0.1184612,-0.128196,1),(0.9841255,0.1205904,-0.1302115,1),(0.9817713,0.134348,-0.1344456,1),(0.9818714,0.1319658,-0.1360646,1),(0.9770562,0.1597626,-0.1408439,1),(0.9876608,0.1005989,-0.1200254,1),(0.987087,0.1068433,-0.1193481,1),(0.9856452,0.113801,-0.1247103,1),(0.9863431,0.1076756,-0.1246323,1),(0.9867287,0.1105944,-0.1188922,1),(0.9868039,0.1121606,-0.1167819,1),(0.9852208,0.1188825,-0.1233165,1),(0.9852057,0.1174698,-0.1247821,1),(0.9842131,0.1206146,-0.1295256,1),(0.9847739,0.117891,-0.1277579,1),(0.9842909,0.1217326,-0.1278772,1),(0.9829907,0.1253725,-0.1342053,1),(0.9833516,0.1250795,-0.1318124,1),(0.9839108,0.1238633,-0.1287532,1),(0.9854384,0.1131379,-0.1269289,1),(0.9843035,0.1216471,-0.1278617,1),(-0.1538446,-0.4737753,0.8671036,1),(-0.1911279,-0.4823547,0.8548709,1),(-0.2298621,-0.4999532,0.8349912,1),(-0.2856722,-0.6192077,0.7314187,1),(-0.3471348,-0.6146969,0.7082692,1),(-0.2815325,-0.6110409,0.7398435,1),(-0.3047219,-0.5204039,0.7976995,1),(-0.3972677,-0.5490456,0.7353417,1),(-0.5224081,-0.6061423,0.5997344,1),(-0.4218943,-0.6143982,0.6667234,1),(-0.5249559,-0.6722442,0.522024,1),(-0.4476947,-0.695613,0.5618649,1),(-0.6281961,-0.6277295,0.4597013,1),(-0.7096244,-0.6173079,0.339653,1),(-0.6110779,-0.6865194,0.3940493,1),(-0.5353141,-0.7281514,0.4280589,1),(-0.3953711,-0.7098407,0.5829304,1),(-0.397142,-0.7050118,0.5875683,1),(-0.4884271,-0.7498022,0.4463581,1),(-0.4783861,-0.7540942,0.4499875,1),(-0.5027037,-0.5632896,0.6557391,1),(-0.6108469,-0.5462307,0.5731474,1),(-0.7285921,-0.5252671,0.4396,1),(-0.6290935,-0.5789902,0.5186633,1),(-0.7196863,-0.4958634,0.4859745,1),(-0.8234201,-0.4100112,0.392263,1),(-0.8984873,-0.3343561,0.2844758,1),(-0.8196923,-0.4440225,0.3618684,1),(-0.8909484,-0.3769447,0.2532268,1),(-0.8182937,-0.4796046,0.3168199,1),(-0.9470136,-0.2538042,0.1968467,1),(-0.9744539,-0.1843476,0.1282794,1),(-0.9356437,-0.3081214,0.1721394,1),(-0.879059,-0.4235147,0.2188392,1),(-0.7307442,-0.5632358,0.3857181,1),(-0.8041862,-0.5264634,0.2759004,1),(-0.9052802,-0.3015497,0.2992249,1),(-0.9584151,-0.181479,0.2202405,1),(-0.9845703,-0.0864261,0.1521576,1),(-0.9543818,-0.211054,0.2112146,1),(-0.9870989,-0.05425948,0.1506374,1),(-0.9924811,0.08189828,0.09096084,1),(-0.9950509,0.032885,0.09376689,1),(-0.98634,0.1555023,0.05433425,1),(-0.9952714,-0.007277691,0.09685975,1),(-0.9928735,0.1044734,0.05733617,1),(-0.9770188,0.2110133,0.0301262,1),(-0.9873739,0.1547615,0.03378928,1),(-0.968964,0.2467113,0.01556183,1),(-0.9969458,0.05257465,0.05774762,1),(-0.9819059,-0.1288169,0.1388058,1),(-0.9942742,-0.06121077,0.0875909,1),(-0.9794726,0.1949539,0.05124802,1),(-0.9669669,0.2530624,0.03056878,1),(-0.9674999,0.2513775,0.02744914,1),(-0.9547588,0.2969573,0.01587272,1),(-0.9647329,0.2617176,0.02818342,1),(-0.9737039,0.2236641,0.04330183,1),(-0.9548782,0.2963831,0.01909402,1),(-0.9672751,0.2510654,0.03667424,1),(-0.9452908,0.3261384,0.00767614,1),(-0.9475827,0.319176,0.01462293,1),(-0.962091,0.2706842,0.03333171,1),(-0.943254,0.3318122,0.01313639,1),(-0.9580125,0.2849614,0.03176579,1),(-0.9399039,0.3414143,0.00412192,1),(-0.9566276,0.2910348,0.01273544,1),(-0.9495237,0.3136573,0.004869282,1),(-0.9839699,0.1639775,0.07010591,1),(-0.9887481,0.1074201,0.1041066,1),(-0.9805738,0.1853461,0.0641994,1),(-0.9874604,0.123564,0.09825478,1),(-0.9879084,0.0534978,0.1455164,1),(-0.9813835,0.001811683,0.1920498,1),(-0.9878361,0.06517229,0.1411822,1),(-0.9816883,0.009557391,0.1902545,1),(-0.9858221,0.1392572,0.09360664,1),(-0.9883409,0.07819786,0.1306422,1),(-0.9838269,0.01953363,0.1780536,1),(-0.9850565,0.03388367,0.1688655,1),(-0.9871132,0.09553879,0.1283741,1),(-0.9833485,0.1575078,0.0906476,1),(-0.9772686,0.2031886,0.06050216,1),(-0.9737098,0.2203618,0.0577056,1),(-0.9676996,-0.07219301,0.2415489,1),(-0.9369004,-0.2116903,0.2782171,1),(-0.9395792,-0.2087863,0.2712918,1),(-0.9700681,-0.06730879,0.2333181,1),(-0.8334597,-0.4666131,0.2960015,1),(-0.4953863,-0.8345639,0.2410306,1),(-0.4863557,-0.8386153,0.2453214,1),(-0.8345008,-0.4664911,0.2932481,1),(-0.8383682,-0.4628209,0.2879854,1),(-0.9435094,-0.2029,0.2619571,1),(-0.4823364,-0.8400104,0.2484636,1),(-0.4841028,-0.8382024,0.2511201,1),(-0.8454764,-0.4541297,0.2809555,1),(-0.9487001,-0.1924814,0.2508366,1),(-0.972884,-0.05990813,0.2234004,1),(-0.9760383,-0.0482775,0.2121752,1),(-0.01334512,-0.9914942,0.1294648,1),(0.3320388,-0.9410658,0.06438468,1),(0.3521364,-0.9330752,0.0732857,1),(0.007106151,-0.9904602,0.1376158,1),(0.5935513,-0.8036577,0.04279372,1),(0.819498,-0.570497,0.0543699,1),(0.824488,-0.5627749,0.05919283,1),(0.6072697,-0.7928766,0.05069738,1),(0.6166236,-0.785044,0.05900242,1),(0.3677534,-0.9262271,0.08282999,1),(0.8254572,-0.5608461,0.06381265,1),(0.8215049,-0.5662025,0.06741197,1),(0.6214505,-0.7805786,0.06705489,1),(0.3792751,-0.9206339,0.09264909,1),(0.02264115,-0.9890125,0.1460881,1),(0.03350233,-0.9873478,0.1549897,1),(0.9466268,-0.3136211,0.07442656,1),(0.9803452,-0.1783786,0.08428737,1),(0.9763132,-0.1963177,0.09094993,1),(0.9454078,-0.3164927,0.07769426,1),(0.9832721,-0.1588772,0.08907297,1),(0.9657001,-0.2435624,0.09000387,1),(0.9428931,-0.3120588,0.1164983,1),(0.9748439,-0.1973068,0.1036794,1),(0.9627234,-0.2410743,0.122666,1),(0.9701341,-0.2215165,0.09884419,1),(0.9110231,-0.3831741,0.1523636,1),(0.8676516,-0.4559723,0.1981662,1),(0.9453478,-0.2917859,0.1455279,1),(0.9605364,-0.2567198,0.1070737,1),(0.9414781,-0.3272553,0.08076441,1),(0.93362,-0.3485813,0.08273249,1),(0.9176782,-0.3815452,0.1108598,1),(0.826594,-0.5314977,0.1850746,1),(0.7403652,-0.6297084,0.2352163,1),(0.8666658,-0.4758786,0.1497661,1),(0.6379226,-0.6958845,0.3298477,1),(0.267904,-0.805166,0.5290891,1),(0.1364274,-0.8039345,0.5788582,1),(0.5154065,-0.7649457,0.3862824,1),(0.377261,-0.8104947,0.4480766,1),(0.6318528,-0.7156482,0.297674,1),(0.01061154,-0.7820543,0.62312,1),(-0.1069782,-0.7417274,0.6621147,1),(0.2272944,-0.8275035,0.5133958,1),(0.5000638,-0.7820403,0.3719532,1),(0.7982212,-0.5675862,0.2017145,1),(0.709196,-0.6522707,0.2675514,1),(-0.1269152,-0.7545892,0.6438072,1),(-0.3552904,-0.6447413,0.6768141,1),(-0.4265691,-0.5720915,0.7005357,1),(-0.2286908,-0.6977488,0.6788572,1),(-0.4722801,-0.5398656,0.696776,1),(-0.5264308,-0.4420172,0.7262861,1),(-0.5541804,-0.3943183,0.7330739,1),(-0.5199443,-0.4724611,0.7116449,1),(-0.5514758,-0.4140643,0.7241721,1),(-0.4792762,-0.5038587,0.7186242,1),(-0.5736836,-0.3587826,0.7363166,1),(-0.5727013,-0.3693298,0.7318529,1),(-0.580548,-0.3388353,0.7403746,1),(-0.5155208,-0.4438819,0.7329442,1),(-0.3120961,-0.6357079,0.7060252,1),(-0.3786003,-0.572531,0.7272345,1),(-0.5449848,-0.3715083,0.7516469,1),(-0.5437023,-0.3568689,0.7596264,1),(-0.5450468,-0.3512959,0.7612588,1),(-0.5569949,-0.3479818,0.754099,1),(-0.5240475,-0.3987396,0.752583,1),(-0.481291,-0.4942196,0.7239517,1),(-0.4691987,-0.5049424,0.7244899,1),(-0.5175226,-0.4047329,0.7538975,1),(-0.5037139,-0.424521,0.7523658,1),(-0.5410117,-0.3597917,0.7601686,1),(-0.4458857,-0.5280011,0.722773,1),(-0.4048049,-0.5661796,0.7180345,1),(-0.4780922,-0.4617468,0.7471396,1),(-0.5287504,-0.3865267,0.7556587,1),(-0.5630113,-0.3378488,0.754239,1),(-0.5616676,-0.3453907,0.751821,1),(-0.4200899,-0.6029965,0.6781738,1),(-0.3536671,-0.6916059,0.6297625,1),(-0.3302509,-0.7054127,0.627158,1),(-0.4033871,-0.6150147,0.6775218,1),(-0.2838921,-0.7625397,0.5813247,1),(-0.2114006,-0.8185036,0.5341926,1),(-0.1663409,-0.8360883,0.5227686,1),(-0.251135,-0.7784118,0.5753315,1),(-0.1972395,-0.7979208,0.5695779,1),(-0.288033,-0.7264426,0.6239538,1),(-0.09875439,-0.8530078,0.5124698,1),(-0.002981436,-0.8602331,0.5098923,1),(-0.1142544,-0.8157964,0.5669411,1),(-0.218196,-0.7530023,0.6207882,1),(-0.371185,-0.63716,0.6754619,1),(-0.3152078,-0.6705512,0.6715691,1),(-0.1390624,-0.861902,0.4876335,1),(-0.06920709,-0.8948595,0.44095,1),(-0.001224802,-0.9078168,0.4193652,1),(-0.0813552,-0.8787629,0.4702733,1),(-0.001413147,-0.9189615,0.3943446,1),(0.06500755,-0.9353815,0.3476141,1),(0.1477757,-0.9345488,0.3236988,1),(0.0747461,-0.9257964,0.370559,1),(0.1683757,-0.922296,0.3478787,1),(0.08766907,-0.9127339,0.3990377,1),(0.242805,-0.922198,0.3009928,1),(0.3434233,-0.8939648,0.2879013,1),(0.27626,-0.9000922,0.3369193,1),(0.1973049,-0.8989408,0.3911219,1),(-0.001070476,-0.8908519,0.4542925,1),(0.1045286,-0.8871191,0.4495482,1),(0.1275505,-0.9448194,0.3017404,1),(0.1833417,-0.9481924,0.2594557,1),(0.2704145,-0.9326735,0.2387383,1),(0.214446,-0.9360608,0.2789321,1),(0.232318,-0.947067,0.2215684,1),(0.2747404,-0.9428496,0.1885538,1),(0.3502254,-0.919878,0.1765412,1),(0.3155671,-0.9266338,0.2043701,1),(0.3946795,-0.898981,0.1898978,1),(0.3582711,-0.9071734,0.2206314,1),(0.4174414,-0.8933142,0.1665303,1),(0.4648128,-0.871815,0.1545569,1),(0.4573873,-0.8714105,0.1773151,1),(0.4351429,-0.876143,0.2074221,1),(0.3076813,-0.915814,0.2581025,1),(0.3973644,-0.8844701,0.2445695,1),(0.309604,-0.9376295,0.1581023,1),(0.3362068,-0.9329164,0.1289653,1),(0.390519,-0.9120603,0.1250637,1),(0.3749495,-0.914637,0.151169,1),(0.3548603,-0.9294228,0.1012289,1),(0.3658267,-0.927666,0.07487775,1),(0.3949277,-0.9159966,0.07058578,1),(0.3971449,-0.9124843,0.09822521,1),(0.4236841,-0.9007251,0.09584389,1),(0.430875,-0.8941473,0.1218492,1),(0.4070466,-0.9109272,0.06726581,1),(0.3960441,-0.9163762,0.0583426,1),(0.4266374,-0.9002896,0.08636642,1),(0.4480627,-0.8869999,0.1116734,1),(0.4287824,-0.8916325,0.1453862,1),(0.4606829,-0.8773366,0.1343566,1),(0.3717384,-0.9269357,0.05099831,1),(0.3750975,-0.9265003,0.02998462,1),(0.3794814,-0.9249499,0.02148383,1),(0.3877282,-0.9207034,0.04440586,1),(0.3759592,-0.9265604,0.01185297,1),(0.3743671,-0.9272745,-0.003388216,1),(0.3601335,-0.9327858,-0.01464372,1),(0.3702682,-0.9289231,0.001805539,1),(0.3484603,-0.9372994,-0.006716405,1),(0.3666233,-0.9302573,0.01444644,1),(0.3318243,-0.9430254,-0.02440794,1),(0.2928428,-0.9555758,-0.03343676,1),(0.3112203,-0.9502084,-0.01567546,1),(0.3346936,-0.9423108,0.005539959,1),(0.3862086,-0.9215819,0.03910976,1),(0.3630799,-0.9312673,0.03023406,1),(0.3713174,-0.9283589,-0.01652412,1),(0.3677798,-0.9294754,-0.02852047,1),(0.3409565,-0.9392431,-0.03963638,1),(0.3500278,-0.9363134,-0.02824292,1),(0.3637629,-0.9306594,-0.03936423,1),(0.3592804,-0.9319404,-0.04903666,1),(0.3261038,-0.9436886,-0.05575112,1),(0.3329681,-0.9416738,-0.04881064,1),(0.2961968,-0.9534156,-0.05715162,1),(0.3053395,-0.9509572,-0.04947897,1),(0.2898616,-0.9550848,-0.06159106,1),(0.2617145,-0.9628965,-0.06584598,1),(0.2633879,-0.9625972,-0.06350864,1),(0.2691456,-0.9613906,-0.05734862,1),(0.3172381,-0.9475616,-0.03856415,1),(0.2789736,-0.9591313,-0.04733554,1),(0.353704,-0.9335542,-0.0580525,1),(0.3463679,-0.9357505,-0.06633481,1),(0.315332,-0.9465479,-0.06791645,1),(0.3202927,-0.9452968,-0.06185757,1),(0.3372911,-0.9384973,-0.07387434,1),(0.3264852,-0.9417549,-0.08065388,1),(0.3080196,-0.948022,-0.07986295,1),(0.3112426,-0.9474511,-0.07392202,1),(0.29001,-0.9542263,-0.07311836,1),(0.2867022,-0.9555497,-0.06875168,1),(0.2965272,-0.9518341,-0.07799591,1),(0.2990435,-0.9513428,-0.07429649,1),(0.283093,-0.9564618,-0.07098711,1),(0.2715152,-0.9599957,-0.06846639,1),(0.286649,-0.9558346,-0.06490474,1),(0.2643753,-0.9621074,-0.06674678,1),(0.3162199,-0.9447777,-0.08602349,1),(0.308817,-0.9469013,-0.08949733,1),(0.3071281,-0.9475927,-0.08797841,1),(0.3063848,-0.9481214,-0.08481783,1),(0.3042813,-0.9482173,-0.09108633,1),(0.3026175,-0.9487789,-0.09078157,1),(0.3157171,-0.9446751,-0.08894764,1),(0.3102395,-0.9464496,-0.08935744,1),(0.3260612,-0.9414296,-0.08599055,1),(0.3150308,-0.9452721,-0.08494746,1),(0.338298,-0.9371548,-0.08541322,1),(0.3685214,-0.9263057,-0.07842007,1),(0.3516427,-0.9327604,-0.07940809,1),(0.3344674,-0.9390858,-0.07905286,1),(0.3051903,-0.9487298,-0.08228503,1),(0.3169482,-0.9452834,-0.07735242,1),(0.3040577,-0.9484835,-0.08903934,1),(0.3088342,-0.9471897,-0.08633088,1),(0.333168,-0.9391462,-0.08368547,1),(0.3234153,-0.9422548,-0.08693975,1),(0.3169382,-0.9448385,-0.08264665,1),(0.3283521,-0.9413322,-0.07796562,1),(0.3587589,-0.9305415,-0.07338013,1),(0.3449578,-0.9352731,-0.07917304,1),(0.3798726,-0.9221855,-0.07259922,1),(0.3653539,-0.9275357,-0.07870394,1),(0.3950192,-0.9163966,-0.06463096,1),(0.4342034,-0.8994395,-0.04975951,1),(0.4180727,-0.9063659,-0.06096005,1),(0.4017265,-0.9131225,-0.0694508,1),(0.3514904,-0.9325079,-0.08296791,1),(0.3852018,-0.9197584,-0.07526018,1),(0.3416252,-0.9370217,-0.0726798,1),(0.355279,-0.9323177,-0.06753221,1),(0.391567,-0.9183165,-0.05805321,1),(0.3743789,-0.924904,-0.06627893,1),(0.3692917,-0.9272076,-0.06252595,1),(0.3836413,-0.9216809,-0.05765134,1),(0.4304222,-0.9018181,-0.03822074,1),(0.4102712,-0.9106622,-0.04870162,1),(0.4541579,-0.890545,-0.0258866,1),(0.4316769,-0.9010752,-0.0414558,1),(0.4792168,-0.8776632,-0.007651902,1),(0.527092,-0.8490081,0.03686539,1),(0.4987715,-0.8666931,0.008363772,1),(0.4736688,-0.8805658,-0.01554926,1),(0.41193,-0.9095927,-0.05435941,1),(0.4520844,-0.8912923,-0.03489454,1),(0.4021917,-0.9142209,-0.04941785,1),(0.4286864,-0.9027844,-0.034763,1),(0.4851553,-0.8744252,0.002183799,1),(0.4545593,-0.8904324,-0.02249202,1),(0.4629028,-0.8863058,-0.01353034,1),(0.504343,-0.8633837,0.01437419,1),(0.5637863,-0.8221068,0.07928141,1),(0.5218285,-0.8522874,0.03607273,1),(0.5743344,-0.8123273,0.1013128,1),(0.5393482,-0.8403645,0.05376736,1),(0.6112054,-0.7750846,0.1602248,1),(0.6387656,-0.7254871,0.2562165,1),(0.6138639,-0.7678435,0.1832682,1),(0.5860271,-0.8009987,0.122365,1),(0.5074266,-0.8615159,0.01756683,1),(0.5567915,-0.8273776,0.07368461,1),(0.5475146,-0.8352475,0.05088497,1),(0.5868506,-0.8037095,0.09827244,1),(0.6337844,-0.7490758,0.1928805,1),(0.6036116,-0.786358,0.131507,1),(0.6217438,-0.7673287,0.1569752,1),(0.6510218,-0.7242854,0.2271151,1),(0.661797,-0.6661345,0.3439324,1),(0.653594,-0.7094122,0.2637219,1),(0.6616308,-0.6477735,0.3776693,1),(0.6591355,-0.6897126,0.2997284,1),(0.6486854,-0.6057822,0.4606899,1),(0.6155482,-0.548406,0.5659958,1),(0.6434766,-0.5882502,0.4897954,1),(0.6566669,-0.6313597,0.4125207,1),(0.6421484,-0.7321191,0.2272599,1),(0.6551396,-0.6773855,0.334576,1),(0.6742172,-0.6750671,0.2995255,1),(0.6885623,-0.6250849,0.3676284,1),(0.6673984,-0.5712339,0.4777774,1),(0.6648046,-0.6185108,0.4189023,1),(0.6945263,-0.5760337,0.4310668,1),(0.6928659,-0.5292056,0.4897738,1),(0.6784562,-0.4878028,0.5493137,1),(0.6714049,-0.5270827,0.5209601,1),(0.6421195,-0.488243,0.5910173,1),(0.630968,-0.522727,0.5732676,1),(0.6684676,-0.4602124,0.5842564,1),(0.6715835,-0.4451245,0.5923172,1),(0.6192325,-0.4602666,0.6361648,1),(0.5924931,-0.4821896,0.6453257,1),(0.6339905,-0.5628314,0.5303555,1),(0.5919549,-0.5120989,0.6223697,1),(0.6947611,-0.4956507,0.5211884,1),(0.714318,-0.4861391,0.5034069,1),(0.7273315,-0.4686776,0.5013284,1),(0.6946963,-0.4650653,0.548736,1),(0.7510929,-0.5003819,0.4306711,1),(0.7955143,-0.5325673,0.2890138,1),(0.8147618,-0.5401716,0.2106604,1),(0.7727598,-0.4967105,0.3951215,1),(0.8005382,-0.5038786,0.3244148,1),(0.7527778,-0.4649298,0.4660107,1),(0.8261284,-0.5541455,0.10215,1),(0.818924,-0.5731865,-0.02864851,1),(0.8264832,-0.5183791,0.2195646,1),(0.7882311,-0.4711659,0.3958467,1),(0.7063517,-0.4493751,0.5469272,1),(0.7329023,-0.4456139,0.5140842,1),(0.8167738,-0.566816,0.1077038,1),(0.798774,-0.5973747,-0.07143829,1),(0.7675359,-0.6070009,-0.2060063,1),(0.8160181,-0.5779413,-0.009917974,1),(0.7423332,-0.6244156,-0.2429951,1),(0.6485013,-0.6463889,-0.4020289,1),(0.5598751,-0.6571611,-0.5046574,1),(0.6799126,-0.6325278,-0.370982,1),(0.596702,-0.636986,-0.4880527,1),(0.7112036,-0.6144947,-0.3414463,1),(0.4590934,-0.6635306,-0.5907286,1),(0.3550976,-0.666249,-0.6557575,1),(0.4967323,-0.6413909,-0.5847006,1),(0.6286576,-0.6239055,-0.4642536,1),(0.7941664,-0.5903767,-0.1440667,1),(0.7440246,-0.6061603,-0.2810639,1),(0.5329676,-0.6590319,-0.5306812,1),(0.4146616,-0.671042,-0.6146207,1),(0.3104692,-0.6825644,-0.6616,1),(0.4293739,-0.6726597,-0.6026333,1),(0.2982812,-0.6882542,-0.6613128,1),(0.1835237,-0.7133893,-0.6763096,1),(0.1164932,-0.7105172,-0.6939701,1),(0.2065364,-0.6938199,-0.689896,1),(0.1285274,-0.6959653,-0.7064794,1),(0.2122616,-0.6899675,-0.6920187,1),(0.06953929,-0.7047159,-0.7060735,1),(0.04964197,-0.695281,-0.7170216,1),(0.07539182,-0.693189,-0.7168021,1),(0.1334858,-0.6911384,-0.710288,1),(0.3229078,-0.6818327,-0.65638,1),(0.2264716,-0.6848065,-0.6926403,1),(0.1043457,-0.7321936,-0.673056,1),(0.09356955,-0.735887,-0.670608,1),(0.08465786,-0.7291684,-0.6790776,1),(0.06689553,-0.7249288,-0.6855679,1),(0.1523427,-0.7263139,-0.6702684,1),(0.2833931,-0.6927597,-0.6631534,1),(0.340294,-0.6811924,-0.6482105,1),(0.1740901,-0.7203047,-0.6714565,1),(0.2197133,-0.71155,-0.6673999,1),(0.1004993,-0.7193515,-0.6873379,1),(0.4168293,-0.6677581,-0.6167272,1),(0.5041044,-0.6542913,-0.5637212,1),(0.2855381,-0.6998654,-0.6547186,1),(0.1411353,-0.7057615,-0.6942488,1),(0.05321141,-0.7145796,-0.6975273,1),(0.06640575,-0.7006298,-0.7104281,1),(0.4438926,-0.6442038,-0.622865,1),(0.5998369,-0.5995628,-0.5298303,1),(0.6874007,-0.5645899,-0.4568573,1),(0.5271439,-0.6196191,-0.5815423,1),(0.7529135,-0.5488198,-0.3632055,1),(0.8772354,-0.4702847,-0.0963869,1),(0.8961055,-0.4424685,0.0348781,1),(0.8200404,-0.5109836,-0.2577391,1),(0.8754064,-0.4674922,-0.1229412,1),(0.7750941,-0.5260798,-0.3499559,1),(0.896139,-0.4067431,0.177468,1),(0.8741928,-0.3710695,0.3132002,1),(0.9044306,-0.4254761,0.0312313,1),(0.8461305,-0.4897456,-0.2102674,1),(0.6216535,-0.593015,-0.5117422,1),(0.7134987,-0.5685046,-0.409539,1),(0.9259862,-0.3494904,0.1428501,1),(0.9453358,-0.236311,0.2247163,1),(0.9056316,-0.2440748,0.3467835,1),(0.8981627,-0.3412081,0.2772737,1),(0.9755919,-0.1439934,0.1657905,1),(0.9973106,-0.06598559,-0.0318971,1),(0.9967716,-0.08012912,0.005061971,1),(0.9518562,-0.1604211,0.2612178,1),(0.9194258,-0.1759154,0.3517242,1),(0.8529841,-0.2470433,0.4597692,1),(0.9947538,-0.09567703,0.03620294,1),(0.9923232,-0.111302,0.05391163,1),(0.8864586,-0.1910538,0.4215324,1),(0.7998846,-0.2487572,0.5461726,1),(0.8540364,-0.325433,0.4058512,1),(0.8028883,-0.3085426,0.5100704,1),(0.9702364,-0.001796193,-0.2421535,1),(0.9340502,0.04938708,-0.3537106,1),(0.9185372,0.0453179,-0.3927285,1),(0.9653472,-0.008253049,-0.2608386,1),(0.9154913,0.09042928,-0.3920438,1),(0.9194868,0.1266467,-0.3721622,1),(0.9053009,0.1198129,-0.4075234,1),(0.8969262,0.08516095,-0.4339021,1),(0.8775231,0.08021265,-0.472778,1),(0.9000105,0.04044906,-0.4339872,1),(0.8936279,0.1117565,-0.4346717,1),(0.8856447,0.1086977,-0.4514625,1),(0.8593027,0.07748908,-0.5055634,1),(0.8796676,0.03716049,-0.4741349,1),(0.9578287,-0.0159963,-0.2868941,1),(0.947339,-0.02290159,-0.3194127,1),(0.9312273,0.1563499,-0.3291966,1),(0.938862,0.1750227,-0.2964883,1),(0.9235518,0.147799,-0.3538468,1),(0.935693,0.1655502,-0.3115632,1),(0.9436479,0.1843438,-0.2748566,1),(0.9465575,0.1846156,-0.2644729,1),(0.9424831,0.1790743,-0.2822374,1),(0.9457608,0.1865819,-0.2659392,1),(0.9364086,0.1600889,-0.3122665,1),(0.9448445,0.1763789,-0.2759697,1),(0.9478304,0.1882841,-0.2572289,1),(0.9514541,0.1740831,-0.2538313,1),(0.9533995,0.1879289,-0.2360344,1),(0.9421437,0.1568221,-0.2962633,1),(0.9200962,0.1401719,-0.3657523,1),(0.9217924,0.1361574,-0.3629875,1),(0.9503784,0.1863158,-0.2491336,1),(0.9574034,0.1965657,-0.2115202,1),(0.9496993,0.193939,-0.2458842,1),(0.9573387,0.2042798,-0.2043833,1),(0.9650072,0.2151663,-0.1498818,1),(0.9684193,0.2414687,-0.06210528,1),(0.9660665,0.2173012,-0.1396269,1),(0.9714093,0.2321935,-0.04949886,1),(0.9584338,0.2074793,-0.1958493,1),(0.967631,0.215133,-0.1319404,1),(0.9744316,0.2204823,-0.0432511,1),(0.9696479,0.2095034,-0.1260603,1),(0.9770952,0.2081652,-0.04418314,1),(0.9610469,0.2060832,-0.1841697,1),(0.9510213,0.1984116,-0.2370472,1),(0.9549427,0.1987932,-0.2203762,1),(0.9644413,0.2642732,-0.003560097,1),(0.959191,0.2801005,-0.03868194,1),(0.9697549,0.243879,0.009925594,1),(0.9667903,0.2541594,-0.02682653,1),(0.9365746,0.2843049,-0.204936,1),(0.7932868,0.2394709,-0.5597765,1),(0.9435554,0.2593751,-0.2059802,1),(0.7657083,0.2210097,-0.6040244,1),(0.9731114,0.2288554,-0.02606621,1),(0.9473201,0.2344543,-0.2182108,1),(0.7283536,0.202851,-0.6544865,1),(0.9455804,0.2141186,-0.2450123,1),(0.6816136,0.1903189,-0.7065278,1),(0.9773285,0.2079093,-0.04003488,1),(0.9746544,0.2232726,0.0140808,1),(0.9786972,0.2052069,0.006473007,1),(0.5214071,0.1805428,-0.8339898,1),(0.385047,0.2110703,-0.8984365,1),(0.4279926,0.1619207,-0.8891591,1),(0.271704,0.1895451,-0.9435304,1),(0.4040646,0.3410372,-0.8487788,1),(0.5480097,0.5583331,-0.622856,1),(0.295453,0.3104076,-0.9035235,1),(0.4722545,0.5166609,-0.714169,1),(0.1558484,0.1680738,-0.9733768,1),(0.1821485,0.2760478,-0.9437265,1),(0.3783701,0.464978,-0.8003947,1),(0.07262725,0.2439411,-0.9670667,1),(0.2704524,0.4099036,-0.871111,1),(0.04811979,0.1517184,-0.9872517,1),(0.3254857,0.1444606,-0.9344465,1),(0.2246396,0.1348431,-0.9650671,1),(0.6441148,0.709995,-0.2846457,1),(0.6350559,0.7720163,-0.02636241,1),(0.6208816,0.6747462,-0.3990285,1),(0.6464449,0.7516882,-0.1306663,1),(0.5745867,0.8019621,0.1634218,1),(0.4759432,0.8206672,0.3162017,1),(0.6001294,0.7951003,0.08752237,1),(0.4967213,0.8215797,0.2797762,1),(0.6399484,0.722588,-0.2614051,1),(0.6191282,0.7850921,-0.01763143,1),(0.5229658,0.8240859,0.2176904,1),(0.6204348,0.769939,-0.1491795,1),(0.5479527,0.8265207,0.128884,1),(0.6038222,0.6838229,-0.4096155,1),(0.5728918,0.6270418,-0.5278386,1),(0.4939021,0.569681,-0.656905,1),(0.3775425,0.8234248,0.4235957,1),(0.3291923,0.8192831,0.4694759,1),(0.3830218,0.8210153,0.4233536,1),(0.3197451,0.8089199,0.4933676,1),(0.332899,0.8208327,0.4641252,1),(0.3875729,0.8266984,0.4078687,1),(0.3093585,0.8045305,0.5069792,1),(0.3499307,0.8102656,0.4701257,1),(0.327357,0.8020862,0.4994947,1),(0.3014636,0.790628,0.5329419,1),(0.3220066,0.7938192,0.5159096,1),(0.3127535,0.7810534,0.5405005,1),(0.3094822,0.7799148,0.5440164,1),(0.3535067,0.7995091,0.485611,1),(0.402619,0.822109,0.4025354,1),(0.4347243,0.8260607,0.3586621,1),(0.4601592,0.8324841,0.3085832,1),(0.5179971,0.8368924,0.17689,1),(0.4134312,0.8224415,0.3907231,1),(0.4733343,0.8365352,0.2759776,1),(0.5557004,0.8313581,0.006393916,1),(0.5623448,0.8017659,-0.2023354,1),(0.5252156,0.842965,0.1164406,1),(0.5578029,0.8249176,-0.09147029,1),(0.423728,0.8291261,0.3646977,1),(0.4846645,0.8453392,0.2247265,1),(0.541927,0.8398694,0.03057101,1),(0.4390747,0.8382762,0.3232745,1),(0.51407,0.8440436,0.1527162,1),(0.3765419,0.8161116,0.4383813,1),(0.3686251,0.8088586,0.4581084,1),(0.3330388,0.794065,0.5084742,1),(0.5361807,0.7456484,-0.3956245,1),(0.4924055,0.6905831,-0.5297469,1),(0.556742,0.7750788,-0.2988162,1),(0.5227551,0.7177313,-0.4599878,1),(0.4429166,0.651428,-0.6160083,1),(0.3920869,0.6338751,-0.666686,1),(0.4673653,0.6668074,-0.5804633,1),(0.3960738,0.6279668,-0.669913,1),(0.5519788,0.7513,-0.3617563,1),(0.4969743,0.6961712,-0.5180369,1),(0.408481,0.6400378,-0.6507648,1),(0.525212,0.734407,-0.429882,1),(0.4297141,0.6682243,-0.6073073,1),(0.5707588,0.7848194,-0.2414389,1),(0.5694357,0.8023548,-0.1788011,1),(0.5672984,0.8222025,-0.04642855,1),(0.3477382,0.6390688,-0.6860534,1),(0.3191375,0.6674409,-0.6728106,1),(0.328465,0.6074197,-0.7232925,1),(0.2866853,0.614202,-0.7352328,1),(0.3054068,0.7184673,-0.6249251,1),(0.3046128,0.7869979,-0.5365123,1),(0.2708952,0.6508087,-0.7092699,1),(0.2797787,0.7146271,-0.6411178,1),(0.2596149,0.5747427,-0.7760613,1),(0.2360306,0.5913512,-0.7710987,1),(0.2453795,0.6425369,-0.7259032,1),(0.2124139,0.5476251,-0.8093127,1),(0.2106972,0.5795539,-0.7872255,1),(0.2488723,0.5540782,-0.7943928,1),(0.3174441,0.5929838,-0.7399996,1),(0.3220949,0.5976375,-0.7342236,1),(0.3020722,0.8539619,-0.4236763,1),(0.2819339,0.9075404,-0.3112613,1),(0.2931433,0.7865587,-0.5435002,1),(0.2895092,0.8515647,-0.4370608,1),(0.2449646,0.9483975,-0.201332,1),(0.19208,0.9767576,-0.09512997,1),(0.2683404,0.9077291,-0.3225236,1),(0.2296652,0.9522579,-0.201144,1),(0.2748367,0.7826129,-0.5585532,1),(0.2707672,0.8519107,-0.4482559,1),(0.2523085,0.9135366,-0.3190474,1),(0.2482696,0.7838959,-0.5690954,1),(0.2529659,0.860549,-0.4421127,1),(0.2382613,0.7067326,-0.6661537,1),(0.2658294,0.711575,-0.6503811,1),(0.2251413,0.6372287,-0.7370556,1),(0.1393049,0.9902467,-0.002394232,1),(0.1002098,0.9927421,0.0664904,1),(0.1864633,0.9785404,-0.08769413,1),(0.1489165,0.9888485,0.001573362,1),(0.07488978,0.9908263,0.1124934,1),(0.06281386,0.9885205,0.1374111,1),(0.1179537,0.9907602,0.0669404,1),(0.09354918,0.989475,0.1103983,1),(0.1955298,0.9773092,-0.08145439,1),(0.1628089,0.9866489,0.004158793,1),(0.1285183,0.9893059,0.06897032,1),(0.2041193,0.9758071,-0.07833065,1),(0.1655762,0.9861548,0.009120116,1),(0.2325945,0.9552501,-0.1827487,1),(0.2259595,0.9555253,-0.189509,1),(0.249607,0.9191193,-0.3048213,1),(0.0597198,0.9871826,0.1479998,1),(0.06230513,0.9866327,0.1505791,1),(0.07726178,0.9876378,0.1363898,1),(0.07154222,0.9862927,0.1486892,1),(0.07048021,0.9868795,0.1452634,1),(0.08415969,0.9876584,0.1320913,1),(0.07619569,0.9860989,0.1476595,1),(0.09106114,0.9868633,0.1334497,1),(0.08632621,0.9865094,0.1390929,1),(0.08626509,0.9856004,0.1454315,1),(0.09988326,0.9860241,0.1333402,1),(0.1032681,0.9854195,0.1352195,1),(0.1120696,0.9851263,0.1302556,1),(0.1090612,0.9870775,0.1174029,1),(0.1003192,0.9884179,0.1138694,1),(0.1297653,0.9886436,0.07579291,1),(0.09418234,0.9884804,0.118475,1),(0.09155455,0.9894223,0.1125228,1),(0.1043714,0.9877094,0.1163484,1),(0.1046634,0.9886959,0.1073594,1),(0.07628226,0.990523,0.1142157,1),(0.04819446,0.9911703,0.1235255,1),(0.09197988,0.9900522,0.1064729,1),(0.06617488,0.9913117,0.1136752,1),(0.1170846,0.98768,0.1038246,1),(0.108305,0.989143,0.09932829,1),(0.08785894,0.9909292,0.1016866,1),(0.1238036,0.9878156,0.09430309,1),(0.1118919,0.9897854,0.08834741,1),(0.1277798,0.9864099,0.1032848,1),(0.1142961,0.9867494,0.1151608,1),(0.1238767,0.9855801,0.1152669,1),(0.01618391,0.9906776,0.1352628,1),(-0.01077452,0.9894887,0.1442085,1),(0.03399985,0.9915941,0.1248404,1),(0.002145275,0.9907134,0.1359501,1),(-0.03259971,0.988085,0.1504169,1),(-0.04925694,0.9868503,0.1539492,1),(-0.02934619,0.9887006,0.1470031,1),(-0.06042427,0.9855869,0.1580104,1),(0.02383199,0.9923725,0.1209491,1),(-0.01706577,0.9904871,0.1365435,1),(-0.06381251,0.9856974,0.1559768,1),(0.004828805,0.9930591,0.1175172,1),(-0.05797775,0.9875499,0.1462316,1),(0.05406239,0.9937021,0.09814994,1),(0.05878096,0.9922683,0.1093081,1),(0.08963642,0.9920429,0.08840916,1),(-0.05104921,0.9875416,0.1488478,1),(-0.02760071,0.991313,0.1285953,1),(-0.07573417,0.9841747,0.1602017,1),(-0.05938058,0.9877402,0.1443722,1),(0.02183973,0.9954858,0.0923643,1),(0.09751148,0.9944536,0.03941413,1),(-0.01043314,0.9939186,0.1096226,1),(0.07181688,0.9959112,0.05480145,1),(-0.08737939,0.9836955,0.1571879,1),(-0.0415622,0.9911718,0.1259007,1),(0.0441393,0.9964551,0.07161694,1),(-0.06873763,0.9878277,0.1395415,1),(0.01673983,0.9959545,0.08828635,1),(-0.1088923,0.9801896,0.1654412,1),(-0.09452664,0.9814197,0.1669728,1),(-0.1052218,0.9802238,0.1675995,1),(0.1718182,0.9850494,-0.01250284,1),(0.2178649,0.9749051,-0.0457713,1),(0.1565351,0.9876713,-0.001511456,1),(0.2133149,0.9761445,-0.04048109,1),(0.2372314,0.9695429,-0.0608933,1),(0.2310644,0.9711836,-0.05840917,1),(0.2438426,0.9677957,-0.06254934,1),(0.2497575,0.9658862,-0.06844631,1),(0.2043373,0.9783892,-0.03163349,1),(0.2474714,0.9669342,-0.06161415,1),(0.2684083,0.9601378,-0.07805251,1),(0.2463998,0.9674726,-0.05730665,1),(0.283384,0.9552318,-0.08500428,1),(0.190739,0.9814463,-0.01953807,1),(0.1370475,0.990483,0.01270133,1),(0.1145091,0.9929985,0.0290144,1),(0.2135498,0.9758061,-0.04689303,1),(0.1983604,0.9795046,-0.03498222,1),(0.2414656,0.96829,-0.06410128,1),(0.2281241,0.9720579,-0.05534332,1),(0.1855343,0.9823753,-0.02271487,1),(0.1751007,0.9844985,-0.01012274,1),(0.2096326,0.97687,-0.0421809,1),(0.1859439,0.9822512,-0.02464133,1),(0.2639202,0.9612149,-0.08007479,1),(0.2420356,0.9678933,-0.06783323,1),(0.2066974,0.9772914,-0.04666645,1),(0.2789631,0.9554848,-0.09606415,1),(0.2368721,0.968723,-0.07394237,1),(0.3004344,0.9479873,-0.105162,1),(0.2726401,0.9584887,-0.08346649,1),(0.3018789,0.947931,-0.1014692,1),(0.1798339,0.9836693,-0.00739038,1),(0.2137079,0.9765956,-0.02429,1),(0.1787393,0.9837589,-0.01645355,1),(0.211029,0.9769953,-0.03077208,1),(0.2773359,0.9587954,-0.06161334,1),(0.3697359,0.9213988,-0.1196646,1),(0.2840703,0.9563391,-0.06870008,1),(0.3966645,0.9086151,-0.1306752,1),(0.218048,0.9749296,-0.044354,1),(0.2983511,0.9510401,-0.08068117,1),(0.4274407,0.8927043,-0.142736,1),(0.3231154,0.9412523,-0.09818632,1),(0.461447,0.8733197,-0.1561395,1),(0.2387149,0.968893,-0.06528034,1),(0.1881318,0.9815742,-0.03344152,1),(0.2107115,0.9758496,-0.05760532,1),(0.4679635,0.8650233,-0.1809554,1),(0.5511929,0.8021638,-0.2296077,1),(0.5147226,0.8348652,-0.1950916,1),(0.6086165,0.7553378,-0.2430035,1),(0.6211169,0.7370816,-0.2663167,1),(0.680244,0.6721995,-0.29226,1),(0.6820422,0.6772616,-0.2759262,1),(0.7398864,0.6041166,-0.295992,1),(0.659897,0.7085299,-0.2500426,1),(0.7327634,0.6213411,-0.277476,1),(0.7864956,0.5445502,-0.2913585,1),(0.7690383,0.5782803,-0.2723456,1),(0.8169605,0.5038612,-0.2805341,1),(0.7002057,0.6682656,-0.251263,1),(0.5602959,0.8022672,-0.2059998,1),(0.6007808,0.770316,-0.2137186,1),(0.7380911,0.6014398,-0.3057641,1),(0.8010511,0.515486,-0.3042884,1),(0.7916235,0.5306115,-0.3029584,1),(0.8428353,0.4495631,-0.2958407,1),(0.8661119,0.4100864,-0.2857957,1),(0.926873,0.2820783,-0.2476655,1),(0.8921015,0.3595119,-0.2736898,1),(0.9366201,0.2594984,-0.2353795,1),(0.8709225,0.4016145,-0.2831958,1),(0.9070494,0.3298316,-0.2616726,1),(0.9388511,0.2577896,-0.2282609,1),(0.9134173,0.3212004,-0.2499984,1),(0.9368941,0.2685938,-0.2238007,1),(0.8860257,0.3781027,-0.2683221,1),(0.8307852,0.4731966,-0.2930542,1),(0.8541368,0.4391325,-0.278591,1),(0.9649438,0.1667178,-0.2027032,1),(0.9799686,0.1040721,-0.1697948,1),(0.9653211,0.175264,-0.1934888,1),(0.9774026,0.1347889,-0.1628373,1),(0.9840368,0.09413698,-0.151029,1),(0.9800569,0.1347454,-0.1460551,1),(0.9797976,0.1381332,-0.1446233,1),(0.973051,0.1842694,-0.1386233,1),(0.9693874,0.1801752,-0.1668084,1),(0.9698771,0.1925031,-0.149268,1),(0.9609222,0.2385145,-0.1404967,1),(0.9588114,0.235452,-0.1588806,1),(0.949474,0.2770981,-0.1473626,1),(0.9596109,0.2199919,-0.1753576,1),(0.9601108,0.2020062,-0.1933411,1),(0.9527692,0.2310818,-0.1970588,1),(0.9721094,0.1832286,-0.1463919,1),(0.9693906,0.1977774,-0.1454853,1),(0.9629731,0.2313421,-0.1384332,1),(0.9608974,0.2387994,-0.1401818,1),(0.9733158,0.1789919,-0.1435905,1),(0.9820035,0.126348,-0.1403761,1),(0.9677224,0.206849,-0.1439679,1),(0.9796721,0.1340973,-0.1491994,1),(0.9511232,0.276038,-0.1384471,1),(0.9625373,0.2294652,-0.1444562,1),(0.9785393,0.1366133,-0.1542642,1),(0.9597592,0.2398322,-0.1460917,1),(0.978368,0.1343327,-0.1573241,1),(0.944554,0.2969552,-0.1401263,1),(0.9504979,0.2788431,-0.1371141,1),(0.9406631,0.3088888,-0.1405013,1),(0.9874452,0.07530066,-0.1388583,1),(0.9881809,0.0618854,-0.1402453,1),(0.9859844,0.06293591,-0.1545119,1),(0.9866288,0.03659649,-0.1588216,1),(0.9857455,0.08563919,-0.1448155,1),(0.9775098,0.1459483,-0.1522293,1),(0.9851466,0.05447077,-0.162847,1),(0.9792281,0.1160157,-0.1662911,1),(0.9856259,0.005985024,-0.1688368,1),(0.9849438,0.01675123,-0.1720613,1),(0.9819281,0.07729199,-0.1727524,1),(0.9843795,-0.01432416,-0.1754759,1),(0.9837551,0.04168938,-0.1746078,1),(0.9847371,-0.0181446,-0.1730999,1),(0.9855214,0.04562751,-0.1632963,1),(0.9853776,0.03101298,-0.1675383,1),(0.9668764,0.2016667,-0.1564627,1),(0.9643576,0.2142487,-0.1552796,1),(0.9703762,0.1756954,-0.1658345,1),(0.9684014,0.1902358,-0.1612734,1),(0.971549,0.1841458,-0.1489394,1),(0.9844639,0.1101554,-0.1367352,1),(0.9751822,0.1601043,-0.1529254,1),(0.9865639,0.08411379,-0.1400599,1),(0.974245,0.1556274,-0.1631771,1),(0.9798172,0.126992,-0.1543742,1),(0.9884336,0.05234123,-0.1423352,1),(0.9838041,0.08963769,-0.1552242,1),(0.9893272,0.017563,-0.1446486,1),(0.9795371,0.1173804,-0.1634899,1),(0.9756613,0.1392151,-0.1694231,1),(0.9801913,0.1015114,-0.1700595,1),(0.9907877,0.04318383,-0.1283548,1),(0.9904014,0.03431181,-0.1338942,1),(0.991239,0.01531953,-0.1311892,1),(0.9907686,0.006740671,-0.1353962,1),(0.9845284,0.08406834,-0.153741,1),(0.9631899,0.1932945,-0.1868219,1),(0.9864547,0.05893655,-0.1530807,1),(0.9677293,0.1731589,-0.1830733,1),(0.9902568,-0.02154452,-0.1375763,1),(0.9876836,0.03296069,-0.1529533,1),(0.9722983,0.1502745,-0.1790351,1),(0.9881494,0.006596577,-0.1533524,1),(0.9763918,0.1262121,-0.175299,1),(0.9888317,-0.05025764,-0.1403069,1),(0.9908482,-0.01487118,-0.1341589,1),(0.9894163,-0.04634107,-0.1375063,1),(0.9268612,0.307247,-0.2157028,1),(0.8985067,0.3748404,-0.2284298,1),(0.9326299,0.2939467,-0.2092765,1),(0.9027476,0.3688979,-0.2212718,1),(0.8873992,0.4008038,-0.2277694,1),(0.8963429,0.3886405,-0.2133725,1),(0.8880039,0.402793,-0.2218263,1),(0.8920268,0.3997079,-0.2110018,1),(0.9099628,0.3561276,-0.212464,1),(0.8926867,0.39665,-0.2139607,1),(0.8923046,0.4014487,-0.2064734,1),(0.9000812,0.384321,-0.2053077,1),(0.896766,0.3945178,-0.2004154,1),(0.9184971,0.3391432,-0.2033348,1),(0.9398981,0.2755164,-0.2016985,1),(0.9473765,0.2545265,-0.1941491,1),(0.9140605,0.3542401,-0.1975024,1),(0.9307814,0.3172687,-0.1816218,1),(0.9201314,0.3447243,-0.1858043,1),(0.9055983,0.3745317,-0.1990415,1),(0.9461269,0.2770028,-0.1676699,1),(0.9598491,0.2334125,-0.15559,1),(0.9497198,0.2685775,-0.16093,1),(0.9350163,0.3094626,-0.1731397,1),(0.9261814,0.3332045,-0.1765296,1),(0.9130063,0.3622179,-0.1876639,1),(0.9404275,0.2974371,-0.1647032,1),(0.9342407,0.3154348,-0.1664186,1),(0.9217763,0.3447541,-0.1774065,1),(0.9110343,0.3675035,-0.1869694,1),(0.9015013,0.3847052,-0.1982355,1),(0.9025156,0.3838783,-0.1951996,1),(0.9702468,0.1933769,-0.1456931,1),(0.9767511,0.1640721,-0.1379774,1),(0.969806,0.1985324,-0.1416384,1),(0.9617463,0.2291039,-0.1501848,1),(0.9804043,0.1456787,-0.132609,1),(0.9818777,0.1382183,-0.1296605,1),(0.9774834,0.1648711,-0.1316952,1),(0.9748283,0.1770974,-0.1354489,1),(0.9677246,0.2105411,-0.1384968,1),(0.9617415,0.2324609,-0.1449661,1),(0.9713849,0.1958293,-0.1343962,1),(0.9637338,0.228515,-0.1378332,1),(0.9599464,0.2417952,-0.1415557,1),(0.9540522,0.2607723,-0.1475883,1),(0.952881,0.2614996,-0.1537391,1),(0.9456528,0.2853712,-0.1558973,1),(0.9822821,0.136486,-0.1284268,1),(0.9824659,0.1352421,-0.1283378,1),(0.9797863,0.1535044,-0.1282781,1),(0.9788651,0.1582385,-0.1295517,1),(0.9825001,0.134515,-0.1288385,1),(0.9821929,0.1341366,-0.1315463,1),(0.9804868,0.1495212,-0.1276286,1),(0.9802918,0.1506775,-0.1277661,1),(0.9760872,0.1750633,-0.1288664,1),(0.9751858,0.1792199,-0.1299725,1),(0.9765708,0.1733651,-0.127491,1),(0.9695279,0.2073684,-0.1304382,1),(0.968873,0.2089908,-0.1326952,1),(0.9678656,0.2129028,-0.1338231,1),(0.9736392,0.1861442,-0.1318213,1),(0.9661716,0.2194141,-0.1355351,1),(-0.5698671,-0.7450588,0.3466106,1),(-0.5571153,-0.753438,0.3492188,1),(-0.6126287,-0.7178784,0.3306608,1),(-0.6769607,-0.6879746,0.2615633,1),(-0.6390363,-0.7181078,0.2755972,1),(-0.6257893,-0.7299752,0.274816,1),(-0.6816475,-0.6668592,0.3010907,1),(-0.7707361,-0.5842682,0.2541585,1),(-0.8155571,-0.5422898,0.2019608,1),(-0.7377949,-0.6323814,0.2361196,1),(-0.7769095,-0.5985414,0.1953451,1),(-0.7241755,-0.6574805,0.2080603,1),(-0.8446246,-0.5110425,0.1595144,1),(-0.7945516,-0.586417,0.1574896,1),(-0.8576676,-0.5004659,0.1180694,1),(-0.7484506,-0.6435488,0.1602078,1),(-0.6906074,-0.689042,0.219733,1),(-0.6785942,-0.7033432,0.2117033,1),(-0.7178617,-0.6755227,0.1683559,1),(-0.7097774,-0.6874281,0.1538137,1),(-0.854493,-0.4779801,0.2034125,1),(-0.9170868,-0.3687748,0.1515158,1),(-0.8874884,-0.4342574,0.154223,1),(-0.9400285,-0.3227172,0.1104543,1),(-0.9609933,-0.2508712,0.1164287,1),(-0.9880921,-0.1306952,0.08119649,1),(-0.9749392,-0.2075048,0.08021867,1),(-0.9941981,-0.09070636,0.05781337,1),(-0.9525937,-0.2916776,0.08654051,1),(-0.9820254,-0.1778576,0.06318705,1),(-0.9969476,-0.06275067,0.04645317,1),(-0.9848088,-0.165318,0.05311781,1),(-0.9981778,-0.04394914,0.04134649,1),(-0.956775,-0.2822901,0.0699566,1),(-0.9074731,-0.4036798,0.11634,1),(-0.9144138,-0.394259,0.09169128,1),(-0.9982958,-0.01274074,0.05694722,1),(-0.9950808,0.09205509,0.03660606,1),(-0.9989739,0.02005069,0.04060853,1),(-0.9928614,0.116362,0.02619888,1),(-0.9827819,0.1836426,0.02037377,1),(-0.9646751,0.2633159,0.008162251,1),(-0.9800174,0.1983666,0.01471715,1),(-0.9635825,0.2673413,0.006115386,1),(-0.9905437,0.1352322,0.02313979,1),(-0.9778045,0.2090247,0.01438426,1),(-0.9635023,0.2675925,0.007592641,1),(-0.9741653,0.225187,0.01710652,1),(-0.9620698,0.272589,0.01081079,1),(-0.9871748,0.1577791,0.024322,1),(-0.9984231,0.04477227,0.0338637,1),(-0.9971325,0.06836645,0.03244732,1),(-0.9472672,0.3204398,0.001818943,1),(-0.9388392,0.3443379,0.003523725,1),(-0.9485917,0.3164949,0.002170323,1),(-0.9409031,0.338641,0.004865726,1),(-0.9417241,0.3361273,0.01320018,1),(-0.9547553,0.2957977,0.03075526,1),(-0.9423033,0.3344603,0.01417124,1),(-0.9522049,0.3039797,0.0300353,1),(-0.9442759,0.3290766,0.007187561,1),(-0.9440467,0.3294465,0.01551706,1),(-0.9503485,0.3097849,0.02951343,1),(-0.945997,0.3237494,0.0166148,1),(-0.9491561,0.3134682,0.02898911,1),(-0.9472188,0.3204481,0.009461222,1),(-0.9511825,0.3085955,0.004538431,1),(-0.9528102,0.3034735,0.007523264,1),(-0.9695773,0.2385622,0.05484415,1),(-0.9802781,0.1793172,0.0830671,1),(-0.9649784,0.2571409,0.05191531,1),(-0.9759874,0.2034514,0.07782163,1),(-0.9859488,0.1176873,0.1185522,1),(-0.9858468,0.05301183,0.1590466,1),(-0.9860536,0.07397189,0.1490854,1),(-0.9835198,0.1425415,0.1112241,1),(-0.9806397,0.1657995,0.1041935,1),(-0.9713187,0.2264262,0.07260306,1),(-0.9858997,0.09221996,0.1396323,1),(-0.9859413,0.1032417,0.1313807,1),(-0.9781696,0.1832016,0.09808908,1),(-0.967163,0.2448434,0.06817177,1),(-0.9604064,0.2742349,0.04914222,1),(-0.9565173,0.2879112,0.04670978,1),(-0.9792386,-0.03243647,0.2000993,1),(-0.9546971,-0.1778224,0.2386055,1),(-0.9604411,-0.1626038,0.2260819,1),(-0.9820623,-0.01571294,0.1879011,1),(-0.85511,-0.4408777,0.2727887,1),(-0.4907032,-0.8336071,0.2535935,1),(-0.4990268,-0.8281201,0.2553223,1),(-0.8650286,-0.4266751,0.263958,1),(-0.872418,-0.4170963,0.2547892,1),(-0.9649163,-0.15209,0.2140212,1),(-0.5042207,-0.8249493,0.2553826,1),(-0.5013497,-0.827483,0.2528245,1),(-0.8747595,-0.4177169,0.245578,1),(-0.9673676,-0.1514272,0.2031494,1),(-0.9843225,-0.00290569,0.176354,1),(-0.9860911,0.001293992,0.1662004,1),(0.04063326,-0.9855695,0.1643219,1),(0.3870567,-0.9163467,0.1024493,1),(0.391854,-0.9132124,0.1117748,1),(0.04622121,-0.9837824,0.1733082,1),(0.6213688,-0.7799676,0.0745073,1),(0.811542,-0.5801074,0.0698202,1),(0.7942886,-0.603184,0.07262646,1),(0.6160877,-0.7834322,0.08166923,1),(0.6051213,-0.7911553,0.08889031,1),(0.394426,-0.9110569,0.120014,1),(0.7679663,-0.6357769,0.07755969,1),(0.7300408,-0.6779434,0.0862155,1),(0.5879049,-0.8031545,0.0964912,1),(0.3955146,-0.9097002,0.1265456,1),(0.05314864,-0.9820882,0.1807706,1),(0.06424913,-0.9805448,0.1854829,1),(0.9202298,-0.3823933,0.08338187,1),(0.9455934,-0.3042648,0.115221,1),(0.9220018,-0.3662858,0.1254888,1),(0.8988573,-0.4298979,0.08510788,1),(0.9203025,-0.3514144,0.1719049,1),(0.8090234,-0.530018,0.254091,1),(0.7301421,-0.6045541,0.3184446,1),(0.8834354,-0.4223455,0.2028945,1),(0.828239,-0.5064948,0.2397563,1),(0.8845689,-0.4446612,0.1407625,1),(0.6263577,-0.6764915,0.387344,1),(0.4969774,-0.7394176,0.454175,1),(0.7456185,-0.6034678,0.2826298,1),(0.8251668,-0.5406412,0.1637278,1),(0.8659143,-0.4918899,0.09075592,1),(0.815886,-0.5689648,0.1030012,1),(0.5958283,-0.7244163,0.3467125,1),(0.3461537,-0.8206702,0.4546184,1),(0.1779891,-0.8255327,0.5355517,1),(0.4567277,-0.7771488,0.4329428,1),(0.07194913,-0.8132523,0.5774461,1),(-0.2137589,-0.6870143,0.6944914,1),(-0.3062307,-0.6254503,0.7176592,1),(-0.07798281,-0.7710958,0.6319256,1),(-0.2081997,-0.7120345,0.6705668,1),(0.01375603,-0.7977527,0.6028278,1),(-0.3799929,-0.567506,0.7304398,1),(-0.4337033,-0.5223628,0.7341925,1),(-0.3096747,-0.650312,0.6936829,1),(-0.1276506,-0.748849,0.650331,1),(0.2995664,-0.8027111,0.5156692,1),(0.1415412,-0.7994818,0.5837764,1),(-0.4298406,-0.5123932,0.7434313,1),(-0.5372391,-0.3956854,0.7448537,1),(-0.5467302,-0.3627967,0.7546287,1),(-0.4675325,-0.4609083,0.7543057,1),(-0.5813096,-0.3407564,0.7388939,1),(-0.5770457,-0.3376786,0.7436339,1),(-0.5764785,-0.330204,0.7474208,1),(-0.5621196,-0.3552364,0.7468792,1),(-0.5578366,-0.3390073,0.7575569,1),(-0.5456899,-0.3489162,0.7618923,1),(-0.5349489,-0.390967,0.7489823,1),(-0.4835239,-0.4423483,0.755336,1),(-0.5273995,-0.3696129,0.7650072,1),(-0.534883,-0.3578047,0.7654253,1),(-0.492837,-0.4244524,0.7595735,1),(-0.5069997,-0.4085003,0.7589986,1),(-0.5507492,-0.3726493,0.7468653,1),(-0.5047647,-0.4325259,0.7470836,1),(-0.4634045,-0.4926791,0.736562,1),(-0.5255454,-0.4171478,0.7414781,1),(-0.4361684,-0.5161347,0.7371309,1),(-0.3406412,-0.6175933,0.7089021,1),(-0.2515934,-0.671941,0.6965601,1),(-0.3732395,-0.5799091,0.7241531,1),(-0.2848362,-0.6414486,0.7123286,1),(-0.3979889,-0.5588983,0.7274871,1),(-0.1384526,-0.7144941,0.6858053,1),(-0.002082246,-0.7300186,0.6834241,1),(-0.165347,-0.6881187,0.7065075,1),(-0.2998108,-0.622268,0.7231155,1),(-0.4798501,-0.4743081,0.7380893,1),(-0.4051024,-0.5391192,0.7384053,1),(-0.2297382,-0.7110232,0.6645797,1),(-0.115628,-0.7783966,0.6170323,1),(0.01490156,-0.7910783,0.6115334,1),(-0.1164632,-0.7468044,0.6547668,1),(0.001502287,-0.8228589,0.5682437,1),(0.1227553,-0.846291,0.5183846,1),(0.2691232,-0.8034888,0.5310163,1),(0.1427425,-0.809145,0.5700078,1),(0.2933996,-0.7656935,0.5723898,1),(0.16122,-0.7776056,0.6077316,1),(0.4168501,-0.7293495,0.5424808,1),(0.5450017,-0.6306683,0.5524768,1),(0.4356646,-0.6886165,0.5796582,1),(0.3097919,-0.7270917,0.6126716,1),(0.01752595,-0.7623262,0.6469555,1),(0.1642145,-0.7428456,0.64901,1),(0.2350501,-0.8549337,0.4624281,1),(0.3252981,-0.8550538,0.403812,1),(0.4591502,-0.778173,0.4285184,1),(0.3793317,-0.7885322,0.4840707,1),(0.3940865,-0.8512304,0.3465582,1),(0.4430961,-0.8473517,0.292679,1),(0.5312656,-0.7888821,0.3089045,1),(0.5092961,-0.7772577,0.3694428,1),(0.6070165,-0.6902179,0.3938656,1),(0.5791424,-0.6774422,0.4535045,1),(0.6001919,-0.7303732,0.3260745,1),(0.644096,-0.6875271,0.3353309,1),(0.6760955,-0.6116609,0.4108112,1),(0.6684373,-0.5756526,0.470973,1),(0.5163987,-0.6919584,0.5045057,1),(0.6254495,-0.5827989,0.5188047,1),(0.4752733,-0.845241,0.2443009,1),(0.4923989,-0.8464624,0.2025955,1),(0.5257275,-0.8265201,0.2011844,1),(0.5341356,-0.8071443,0.2514304,1),(0.4954436,-0.8523039,0.1676713,1),(0.48487,-0.8634029,0.1394151,1),(0.4764968,-0.8709238,0.1201774,1),(0.5065609,-0.8476751,0.1576167,1),(0.4932328,-0.8579605,0.1436149,1),(0.5360752,-0.820886,0.1969,1),(0.4431046,-0.8912124,0.09694715,1),(0.3872164,-0.9193134,0.07018853,1),(0.4561742,-0.881461,0.1221948,1),(0.5226173,-0.8325801,0.1835251,1),(0.5718796,-0.7788695,0.2575193,1),(0.5859889,-0.7692431,0.2547199,1),(0.4639401,-0.8783984,0.1147861,1),(0.436123,-0.8953823,0.08992852,1),(0.3963051,-0.9162198,0.05902205,1),(0.4384643,-0.8944459,0.087839,1),(0.4010991,-0.9137419,0.06477028,1),(0.3586226,-0.9326547,0.03930754,1),(0.3002194,-0.9537882,0.01249734,1),(0.3501629,-0.9360762,0.03387218,1),(0.2829738,-0.9591275,0.0004650461,1),(0.3352431,-0.9418025,0.02490121,1),(0.2326696,-0.9724228,-0.01608994,1),(0.1692786,-0.9847451,-0.04027039,1),(0.210329,-0.9772232,-0.02822364,1),(0.2608207,-0.9653695,-0.005857509,1),(0.3889149,-0.9194982,0.05716699,1),(0.3202312,-0.9469535,0.02703146,1),(0.3170514,-0.9482978,0.01447747,1),(0.2845345,-0.9586372,-0.007405201,1),(0.224851,-0.9741185,-0.02313097,1),(0.2556199,-0.9667557,-0.006458708,1),(0.2614805,-0.964852,-0.02624152,1),(0.2480239,-0.9678412,-0.04204188,1),(0.2055208,-0.9774027,-0.04945078,1),(0.2081694,-0.9773752,-0.0374591,1),(0.1638331,-0.9853497,-0.04737999,1),(0.169482,-0.9847756,-0.03863502,1),(0.175225,-0.9830224,-0.05443506,1),(0.1670188,-0.9843751,-0.05576983,1),(0.1412166,-0.9884962,-0.05415821,1),(0.1328258,-0.9898258,-0.05101169,1),(0.1924169,-0.9809081,-0.02819732,1),(0.1421106,-0.9887641,-0.04636975,1),(0.2415893,-0.9688614,-0.05424086,1),(0.2397636,-0.9688143,-0.06254796,1),(0.2223334,-0.9728483,-0.06429674,1),(0.2118409,-0.9755488,-0.05854877,1),(0.2425134,-0.9678295,-0.0670311,1),(0.2497939,-0.9659276,-0.06772701,1),(0.2556169,-0.9645252,-0.06596304,1),(0.2369452,-0.9692265,-0.06676153,1),(0.2475117,-0.9669132,-0.06177926,1),(0.2205352,-0.9734163,-0.06184751,1),(0.277294,-0.9589583,-0.05921992,1),(0.3128047,-0.9487047,-0.04596344,1),(0.2748827,-0.9601261,-0.05096534,1),(0.2379039,-0.9697711,-0.05427576,1),(0.1964286,-0.9787166,-0.05940983,1),(0.2019393,-0.9778025,-0.05588211,1),(0.261289,-0.9629467,-0.06679559,1),(0.2767093,-0.9586456,-0.06656213,1),(0.3007804,-0.951703,-0.06158421,1),(0.2772248,-0.9586996,-0.06357268,1),(0.2960164,-0.9528291,-0.06701499,1),(0.3191627,-0.9452474,-0.0681354,1),(0.353795,-0.9334749,-0.05876752,1),(0.3263026,-0.9433599,-0.05998961,1),(0.3675224,-0.9287525,-0.04843464,1),(0.3380668,-0.9396961,-0.05178955,1),(0.3965078,-0.9169129,-0.04530173,1),(0.4410776,-0.8970683,-0.02681583,1),(0.4133832,-0.9100358,-0.03080915,1),(0.3829278,-0.9231029,-0.03531797,1),(0.3080276,-0.9497643,-0.05538039,1),(0.3494741,-0.9360761,-0.04036363,1),(0.3432391,-0.936695,-0.06920531,1),(0.3653562,-0.928284,-0.06930806,1),(0.4042645,-0.9129445,-0.05570083,1),(0.3806649,-0.9229214,-0.05753617,1),(0.3855894,-0.9201275,-0.06845606,1),(0.4040135,-0.9123223,-0.06664205,1),(0.442095,-0.8955604,-0.05023615,1),(0.4247074,-0.903762,-0.05327181,1),(0.4647855,-0.8847576,-0.0343277,1),(0.4459986,-0.8942075,-0.03844816,1),(0.4797707,-0.8768901,-0.02972852,1),(0.5142128,-0.857644,-0.005655854,1),(0.501851,-0.8648692,-0.01211186,1),(0.4856203,-0.8739891,-0.0177698,1),(0.4232851,-0.9050177,-0.0421032,1),(0.4654086,-0.8848058,-0.02266463,1),(0.4215544,-0.904658,-0.06233613,1),(0.4390306,-0.8968289,-0.0543144,1),(0.4754755,-0.879104,-0.03315629,1),(0.4584076,-0.8876404,-0.04423691,1),(0.4563983,-0.8887577,-0.04254742,1),(0.4735779,-0.880338,-0.02700031,1),(0.5114178,-0.8593209,0.004396499,1),(0.4932019,-0.8697496,-0.01695614,1),(0.5273826,-0.8494784,0.01593826,1),(0.5097947,-0.860274,-0.006166088,1),(0.5463073,-0.8363771,0.04496344,1),(0.5767477,-0.8113407,0.09533245,1),(0.5578054,-0.8280599,0.05630235,1),(0.5407246,-0.8407828,0.02648146,1),(0.4938583,-0.8692799,-0.02136366,1),(0.526078,-0.850416,0.005868456,1),(0.492502,-0.8702897,-0.006136762,1),(0.5151821,-0.856814,0.02138269,1),(0.5537571,-0.829736,0.06993747,1),(0.5311886,-0.8466189,0.03279041,1),(0.5413018,-0.8389803,0.05571813,1),(0.5703315,-0.815676,0.09692668,1),(0.6048334,-0.7777066,0.1713151,1),(0.5785928,-0.8073115,0.1160978,1),(0.6069236,-0.7719822,0.1889104,1),(0.5865896,-0.7993044,0.1304806,1),(0.6258309,-0.7361198,0.2578051,1),(0.6285229,-0.6925145,0.3540941,1),(0.6223426,-0.733375,0.2735891,1),(0.6106415,-0.7653133,0.203501,1),(0.5661076,-0.8201818,0.08260784,1),(0.5950661,-0.7906381,0.1441804,1),(0.5978734,-0.78796,0.147195,1),(0.6195692,-0.7567283,0.2085577,1),(0.6356092,-0.7077727,0.3083161,1),(0.6259543,-0.7434543,0.2354931,1),(0.6342511,-0.720144,0.2812795,1),(0.6401367,-0.6760535,0.3649337,1),(0.6149142,-0.6262636,0.4792437,1),(0.6325352,-0.6692778,0.3898287,1),(0.6069499,-0.6167284,0.5012565,1),(0.629975,-0.6560377,0.4156272,1),(0.5652807,-0.5764496,0.5900539,1),(0.4958964,-0.5291662,0.6885273,1),(0.5572406,-0.5657766,0.6077662,1),(0.599322,-0.6049183,0.5242966,1),(0.6358902,-0.6955791,0.334385,1),(0.6228926,-0.6471572,0.4395366,1),(0.636887,-0.6265118,0.4492861,1),(0.6229866,-0.5794566,0.5254688,1),(0.563837,-0.5338541,0.6301489,1),(0.5899156,-0.5788146,0.5630038,1),(0.5997505,-0.5368731,0.5933521,1),(0.5684643,-0.5000454,0.6533016,1),(0.5180296,-0.4623618,0.7196298,1),(0.5392103,-0.4944361,0.6817516,1),(0.473296,-0.4600333,0.7512391,1),(0.4891826,-0.4936666,0.7190227,1),(0.4746533,-0.4342738,0.7655786,1),(0.4481097,-0.4146261,0.7920119,1),(0.4140768,-0.4337264,0.8002635,1),(0.4112877,-0.4598501,0.7870072,1),(0.5208247,-0.5336364,0.6663136,1),(0.4393191,-0.4926553,0.751192,1),(0.5494162,-0.4712432,0.6899796,1),(0.5635923,-0.4526459,0.690996,1),(0.5516887,-0.434594,0.7118762,1),(0.5165594,-0.441742,0.7335056,1),(0.6121724,-0.4438773,0.6543836,1),(0.6925055,-0.4409584,0.5709569,1),(0.7285231,-0.4467058,0.5193343,1),(0.6242018,-0.4386789,0.6464773,1),(0.654281,-0.4424396,0.6133219,1),(0.5602254,-0.4258941,0.7104658,1),(0.7719968,-0.4606917,0.4379316,1),(0.8129846,-0.4810347,0.3281182,1),(0.6998488,-0.4518275,0.5532301,1),(0.5919344,-0.4233076,0.6858748,1),(0.500568,-0.4219962,0.7558776,1),(0.5078708,-0.4095998,0.7578228,1),(0.7731362,-0.4501708,0.4467736,1),(0.8269376,-0.4825297,0.2886854,1),(0.8557401,-0.495979,0.1473547,1),(0.8177998,-0.4611696,0.3442763,1),(0.8404645,-0.5353969,0.08348458,1),(0.7851673,-0.5948495,-0.172239,1),(0.7232047,-0.6131123,-0.3179122,1),(0.8313784,-0.550568,-0.07539697,1),(0.7914141,-0.5616809,-0.2412016,1),(0.8599413,-0.5100977,-0.01735468,1),(0.6379176,-0.6236809,-0.4517559,1),(0.5402367,-0.6260887,-0.5622788,1),(0.7199571,-0.5697133,-0.3963439,1),(0.8291463,-0.5259615,-0.1894223,1),(0.8530628,-0.4773795,0.2106958,1),(0.864939,-0.4988674,0.05488029,1),(0.66343,-0.6266072,-0.4089303,1),(0.5226443,-0.6384228,-0.5650303,1),(0.4047734,-0.6524826,-0.6406441,1),(0.559828,-0.645267,-0.5198299,1),(0.3856911,-0.6489863,-0.6557889,1),(0.2557551,-0.6676756,-0.6991413,1),(0.1693727,-0.6675691,-0.7250272,1),(0.2752196,-0.6563284,-0.7024865,1),(0.179353,-0.6601569,-0.7294006,1),(0.2921274,-0.6608291,-0.6913512,1),(0.103382,-0.6652286,-0.7394479,1),(0.06418423,-0.6603891,-0.7481754,1),(0.1109172,-0.6596943,-0.7433041,1),(0.2019992,-0.6621119,-0.7216675,1),(0.4479452,-0.6562461,-0.6071953,1),(0.3455541,-0.6579343,-0.6691149,1),(0.1489186,-0.6829475,-0.7151266,1),(0.0819981,-0.6869593,-0.7220549,1),(0.05810082,-0.6800647,-0.7308462,1),(0.09405164,-0.6782681,-0.7287707,1),(0.0530317,-0.6858196,-0.7258369,1),(0.0602638,-0.6818706,-0.7289861,1),(0.09920349,-0.6664518,-0.7389187,1),(0.05988908,-0.6762164,-0.7342647,1),(0.09117765,-0.6660268,-0.7403344,1),(0.058519,-0.671933,-0.7382964,1),(0.161694,-0.6511663,-0.7415103,1),(0.2436597,-0.6380185,-0.7304536,1),(0.142957,-0.656004,-0.7410952,1),(0.08076496,-0.6627149,-0.7445039,1),(0.06251036,-0.6717954,-0.7380944,1),(0.05501063,-0.6635164,-0.7461365,1),(0.1077028,-0.6821265,-0.723259,1),(0.2056099,-0.6872549,-0.6967103,1),(0.290866,-0.6653116,-0.6875736,1),(0.1745678,-0.6608467,-0.7299368,1),(0.3674315,-0.6848497,-0.6292655,1),(0.5933253,-0.6423988,-0.4850658,1),(0.6770854,-0.6308861,-0.3788642,1),(0.461016,-0.6672068,-0.5850635,1),(0.5605847,-0.6484662,-0.5150112,1),(0.39232,-0.6427749,-0.6579706,1),(0.7466284,-0.6184207,-0.2451568,1),(0.7917423,-0.6045601,-0.08747133,1),(0.6585002,-0.6301377,-0.4114657,1),(0.5049275,-0.6227599,-0.5976775,1),(0.2625546,-0.6396141,-0.7224672,1),(0.3676337,-0.6215412,-0.6917601,1),(0.7891973,-0.5499383,-0.273378,1),(0.8862159,-0.4612508,-0.04323417,1),(0.8878093,-0.4391015,0.1377836,1),(0.8379813,-0.5348327,-0.1083581,1),(0.8995138,-0.3924197,0.1920458,1),(0.8348672,-0.343565,0.4300694,1),(0.7861809,-0.3252909,0.5254575,1),(0.8629415,-0.3684811,0.3457655,1),(0.8025079,-0.3523975,0.4814528,1),(0.850287,-0.4218562,0.3147213,1),(0.7345423,-0.3146648,0.6011937,1),(0.6836384,-0.3101127,0.6606578,1),(0.7270579,-0.3437193,0.5943431,1),(0.780274,-0.4099131,0.4723808,1),(0.8504833,-0.5208552,0.07340361,1),(0.8226701,-0.5080951,0.2550552,1),(0.7559758,-0.2971798,0.5832536,1),(0.7593462,-0.2534872,0.5992808,1),(0.7368723,-0.2612837,0.6234984,1),(0.7193357,-0.2921759,0.6302297,1),(0.863019,-0.2070504,0.4607909,1),(0.9907402,-0.1257653,0.05115604,1),(0.9901424,-0.1376358,0.02596997,1),(0.8546969,-0.2229415,0.4688181,1),(0.8604121,-0.2362363,0.4515347,1),(0.7307307,-0.2698333,0.6270747,1),(0.9892534,-0.1450341,-0.01851443,1),(0.9862495,-0.1460732,-0.07729522,1),(0.8766413,-0.243799,0.4148037,1),(0.7376343,-0.2762798,0.6160886,1),(0.6933796,-0.2915371,0.6589618,1),(0.6768106,-0.2929149,0.6753727,1),(0.9331892,-0.02702368,-0.3583683,1),(0.8583198,0.03742134,-0.5117489,1),(0.8363333,0.03489745,-0.5471094,1),(0.9151574,-0.02789478,-0.4021304,1),(0.8439775,0.07435703,-0.5311997,1),(0.8834311,0.105486,-0.4565329,1),(0.8305041,0.07973491,-0.551276,1),(0.8848817,0.1122462,-0.4520899,1),(0.812379,0.04469466,-0.5814143,1),(0.8175077,0.08852938,-0.5690727,1),(0.8891545,0.1148765,-0.4429535,1),(0.8032213,0.09412542,-0.5881971,1),(0.8934844,0.1157302,-0.4339263,1),(0.7854666,0.05176664,-0.6167353,1),(0.8928006,-0.02544026,-0.4497333,1),(0.86578,-0.01981521,-0.5000324,1),(0.9295067,0.1324359,-0.3442067,1),(0.9525957,0.1537887,-0.2625079,1),(0.9407052,0.1328974,-0.3121088,1),(0.9651667,0.1493913,-0.2147921,1),(0.9616528,0.1701409,-0.2151188,1),(0.9620016,0.1840468,-0.2016918,1),(0.9727969,0.163553,-0.1640625,1),(0.9714909,0.1766517,-0.1581129,1),(0.9768416,0.1422257,-0.159851,1),(0.9822053,0.1538126,-0.1077698,1),(0.9797058,0.1663874,-0.1117673,1),(0.9885814,0.1407088,-0.05392664,1),(0.9855919,0.1541867,-0.06953389,1),(0.9857702,0.1310477,-0.1052781,1),(0.9533039,0.130153,-0.2725284,1),(0.9648282,0.1238736,-0.2318661,1),(0.9612922,0.1945594,-0.1950997,1),(0.9650937,0.2003804,-0.1686471,1),(0.9685812,0.1867222,-0.1642717,1),(0.9697254,0.1917986,-0.1511494,1),(0.9719566,0.2013327,-0.1215137,1),(0.9790699,0.1967144,-0.05220564,1),(0.974235,0.1918893,-0.1185098,1),(0.9802703,0.1865447,-0.06535439,1),(0.9739865,0.1821679,-0.1347782,1),(0.9761543,0.1825428,-0.1174778,1),(0.9807693,0.1777696,-0.08055674,1),(0.9774126,0.174775,-0.1188205,1),(0.9807698,0.1706714,-0.09466675,1),(0.9771624,0.1734595,-0.1227411,1),(0.9752157,0.17685,-0.1329607,1),(0.9802316,0.1667306,-0.1065219,1),(0.9813791,0.1916181,-0.01332524,1),(0.9785227,0.1940792,-0.06947459,1),(0.9824675,0.1818443,-0.04111398,1),(0.9765256,0.1861723,-0.1083409,1),(0.9365082,0.2025374,-0.2862357,1),(0.6283302,0.1912964,-0.7540603,1),(0.9214457,0.1988091,-0.3337852,1),(0.5779399,0.1990202,-0.7914395,1),(0.9721757,0.1818389,-0.1476788,1),(0.9044691,0.1975751,-0.3780206,1),(0.5381929,0.2055515,-0.817372,1),(0.5129046,0.2271918,-0.8278362,1),(0.8895531,0.2062665,-0.4076144,1),(0.9674861,0.1789346,-0.178754,1),(0.9821145,0.1745928,-0.07048871,1),(0.9810646,0.1687733,-0.09501417,1),(0.1359849,0.1335036,-0.9816746,1),(-0.04568446,0.1449772,-0.9883797,1),(-0.1208464,0.1359167,-0.9833223,1),(0.06514449,0.1416446,-0.9877717,1),(-0.02866919,0.2180809,-0.9755095,1),(0.1532149,0.3568316,-0.9215185,1),(-0.1186381,0.1987718,-0.9728385,1),(0.03522474,0.3082972,-0.9506376,1),(-0.1814212,0.1407347,-0.9732833,1),(-0.1957326,0.1853239,-0.9629869,1),(-0.07577623,0.266378,-0.9608855,1),(-0.2596191,0.1770652,-0.9493397,1),(-0.1758425,0.2326242,-0.9565382,1),(-0.2257434,0.1496085,-0.9626303,1),(0.01397964,0.1559976,-0.9876586,1),(-0.01700077,0.1737784,-0.984638,1),(0.3826521,0.5063043,-0.7728087,1),(0.5287662,0.6347126,-0.5635125,1),(0.2488286,0.4397215,-0.862977,1),(0.415956,0.5739853,-0.7053521,1),(0.592732,0.746536,-0.3022464,1),(0.5641227,0.8255956,0.01254138,1),(0.5296298,0.7096441,-0.4646478,1),(0.5636173,0.8160769,-0.1278831,1),(0.2762912,0.5055171,-0.8173835,1),(0.4307297,0.6577743,-0.6179036,1),(0.5383368,0.793354,-0.2842231,1),(0.3031393,0.5955953,-0.7438902,1),(0.4818811,0.755555,-0.4437649,1),(0.1249008,0.4372729,-0.8906134,1),(0.1070566,0.375075,-0.9207918,1),(-0.03103887,0.3179304,-0.9476058,1),(0.4761049,0.8306233,0.2887715,1),(0.3975562,0.8003379,0.4487855,1),(0.5196943,0.8327043,0.1911059,1),(0.4536151,0.8032069,0.3861247,1),(0.3444149,0.7763948,0.5278159,1),(0.3156378,0.7705113,0.5537917,1),(0.3922544,0.776727,0.4927796,1),(0.3389465,0.7670954,0.5446832,1),(0.5128322,0.8062887,0.2947908,1),(0.4497004,0.7813987,0.4326494,1),(0.3760364,0.7700846,0.5153314,1),(0.509571,0.789156,0.3428853,1),(0.4234859,0.779084,0.4622637,1),(0.5648795,0.8072034,0.1712715,1),(0.5555906,0.8288729,0.06548887,1),(0.5721626,0.8155676,-0.08648422,1),(0.3119192,0.7808505,0.5412754,1),(0.3379197,0.800469,0.4950349,1),(0.306593,0.7718265,0.557032,1),(0.3114352,0.785479,0.5348184,1),(0.3937168,0.824165,0.4071107,1),(0.4758198,0.8382435,0.2663519,1),(0.3536887,0.8062009,0.4742829,1),(0.432093,0.8242391,0.3659582,1),(0.2994233,0.7735918,0.5584816,1),(0.3235792,0.7875211,0.5245066,1),(0.3889505,0.8048416,0.4482717,1),(0.3074783,0.7709278,0.5577878,1),(0.3521273,0.7836659,0.5117364,1),(0.3041537,0.7663892,0.5658074,1),(0.3168666,0.7684659,0.5559278,1),(0.34275,0.7712451,0.5363798,1),(0.5469242,0.832536,0.08807784,1),(0.5720418,0.8132645,-0.1066254,1),(0.5108962,0.8320706,0.2159714,1),(0.5542401,0.8316762,0.03365315,1),(0.5453889,0.7755348,-0.3179569,1),(0.4583606,0.7083476,-0.5367953,1),(0.5524148,0.8122163,-0.1874633,1),(0.4891442,0.7535589,-0.4391889,1),(0.5194374,0.8375275,0.1695071,1),(0.5431668,0.8382967,-0.04720885,1),(0.5147488,0.7959633,-0.3185531,1),(0.5174285,0.850771,0.09195907,1),(0.5286218,0.8289813,-0.1826165,1),(0.4722932,0.8316936,0.291933,1),(0.4646888,0.8216591,0.3300616,1),(0.4146799,0.8044257,0.4253704,1),(0.3467842,0.6208485,-0.703056,1),(0.2613669,0.5548763,-0.7898098,1),(0.3880212,0.658636,-0.6447,1),(0.2953818,0.5757653,-0.7623935,1),(0.2073384,0.5247853,-0.8255975,1),(0.1821587,0.5328056,-0.8263997,1),(0.2211988,0.5235267,-0.8227945,1),(0.1636948,0.5049329,-0.8474944,1),(0.344808,0.6120149,-0.7117199,1),(0.2513763,0.5412943,-0.8023779,1),(0.1578831,0.4957612,-0.853987,1),(0.2953679,0.5751897,-0.7628332,1),(0.167604,0.505216,-0.8465612,1),(0.4027389,0.6581039,-0.6361607,1),(0.4376187,0.7041187,-0.5592018,1),(0.4863148,0.7499612,-0.4483927,1),(0.1759082,0.5711684,-0.8017625,1),(0.18209,0.6305255,-0.754507,1),(0.1259559,0.5174053,-0.8464199,1),(0.1160656,0.5584173,-0.8214005,1),(0.1998299,0.707754,-0.6776078,1),(0.2272847,0.7942556,-0.5634711,1),(0.1342259,0.6270408,-0.7673353,1),(0.1800899,0.716284,-0.6741697,1),(0.05223062,0.4951812,-0.8672183,1),(0.06419325,0.5479279,-0.8340589,1),(0.1201555,0.6322514,-0.7653894,1),(0.002712635,0.4789962,-0.8778127,1),(0.05743957,0.5512708,-0.8323467,1),(0.00241759,0.4468345,-0.8946133,1),(0.08341654,0.478326,-0.8742115,1),(0.05648196,0.4568257,-0.8877612,1),(0.250784,0.8678207,-0.4289459,1),(0.2531281,0.9196739,-0.3002104,1),(0.2295239,0.8012084,-0.5526154,1),(0.2540446,0.8683458,-0.4259541,1),(0.2361968,0.9547359,-0.1808044,1),(0.2016407,0.9768633,-0.07126769,1),(0.2545258,0.9200776,-0.2977814,1),(0.232133,0.9577956,-0.1695343,1),(0.2334556,0.8026307,-0.5488921,1),(0.2541314,0.8710787,-0.4202846,1),(0.2506284,0.9266818,-0.2800826,1),(0.2307832,0.8100379,-0.5390526,1),(0.2506423,0.8831193,-0.3965838,1),(0.1909776,0.7276584,-0.6588178,1),(0.1886525,0.7229681,-0.6646257,1),(0.1327485,0.6406673,-0.7562561,1),(0.164982,0.9861125,0.01905139,1),(0.1405074,0.9868098,0.080399,1),(0.2019173,0.9777932,-0.05612306,1),(0.1774527,0.9837643,0.02680223,1),(0.1284481,0.9851086,0.1142902,1),(0.128607,0.9841047,0.122467,1),(0.1597975,0.9838704,0.08039761,1),(0.1491815,0.9830002,0.1070308,1),(0.2145053,0.9757512,-0.04355601,1),(0.1938315,0.9805242,0.03164842,1),(0.1730922,0.981601,0.08061299,1),(0.2269459,0.973304,-0.0342759,1),(0.1996335,0.9790754,0.03946866,1),(0.245933,0.9604017,-0.130941,1),(0.2341335,0.9609526,-0.1474844,1),(0.2547795,0.9334928,-0.2523456,1),(0.1335635,0.9842284,0.1159965,1),(0.1367285,0.9849486,0.1057432,1),(0.1445443,0.9829032,0.1140527,1),(0.1456769,0.9834129,0.1080617,1),(0.1380581,0.9861724,0.09167295,1),(0.1375104,0.9877505,0.07375492,1),(0.1524778,0.9842891,0.08902548,1),(0.1648841,0.9846798,0.05673622,1),(0.1575341,0.9818352,0.105748,1),(0.1696209,0.9820307,0.08273059,1),(0.1947714,0.9802047,0.03553589,1),(0.1920813,0.9789492,0.06901717,1),(0.2278681,0.9736565,0.008311534,1),(0.1752752,0.980007,0.09415457,1),(0.1586513,0.9817274,0.1050769,1),(0.1777732,0.9804391,0.08447392,1),(0.1256315,0.9901476,0.06184221,1),(0.09218636,0.9934967,0.06682847,1),(0.1655328,0.985759,0.02963242,1),(0.1364757,0.9902584,0.02761836,1),(0.03641817,0.9953811,0.08882729,1),(-0.04182361,0.9909522,0.1275329,1),(0.07650875,0.9957576,0.05111882,1),(-0.01519226,0.9948584,0.1001292,1),(0.184483,0.982669,-0.01809788,1),(0.1229611,0.9923937,0.005943585,1),(0.0214293,0.997664,0.06486367,1),(0.1733193,0.9838462,-0.04479827,1),(0.06731874,0.997471,0.02279828,1),(0.2335929,0.9699028,-0.06872262,1),(0.2079425,0.9781083,-0.007996955,1),(0.2513777,0.9665568,-0.0507645,1),(-0.1059311,0.9812736,0.1608748,1),(-0.1215623,0.9782796,0.1679037,1),(-0.09533067,0.9845824,0.1466611,1),(-0.1234816,0.9786763,0.1641494,1),(-0.08943228,0.9847549,0.1491961,1),(-0.008216058,0.9946085,0.103375,1),(-0.1014824,0.982835,0.1540673,1),(-0.02872369,0.99287,0.1156895,1),(-0.11296,0.9816022,0.1539393,1),(-0.1030224,0.9827539,0.153562,1),(-0.04303028,0.9913214,0.1242177,1),(-0.09216268,0.9848279,0.1470374,1),(-0.04950379,0.9905362,0.1280134,1),(-0.08813738,0.9866576,0.1368887,1),(-0.07235923,0.9895018,0.1251008,1),(-0.03586277,0.9947075,0.09628497,1),(0.09018086,0.9948521,0.04622325,1),(0.1726587,0.98497,-0.004804957,1),(0.06551534,0.9958616,0.06298605,1),(0.1510143,0.9884658,0.01139775,1),(0.2396226,0.9696067,-0.0494359,1),(0.2924733,0.9522049,-0.08811969,1),(0.2277943,0.9729338,-0.03885436,1),(0.2964595,0.9509923,-0.08789302,1),(0.1271351,0.9915009,0.02761739,1),(0.2123877,0.9768131,-0.026976,1),(0.2974991,0.9508655,-0.0857264,1),(0.1948795,0.9807092,-0.01521932,1),(0.29774,0.9510303,-0.08302011,1),(0.1023474,0.993844,0.04241768,1),(0.04201129,0.9960713,0.07795434,1),(0.0210988,0.9957314,0.08985383,1),(0.3260873,0.9382032,-0.1159381,1),(0.3343776,0.9337317,-0.1278154,1),(0.346155,0.9295542,-0.1269077,1),(0.3661622,0.9187953,-0.1474463,1),(0.3177597,0.9400333,-0.1239593,1),(0.2755374,0.9556374,-0.1040976,1),(0.3578299,0.9216354,-0.1501528,1),(0.32084,0.9374694,-0.1349548,1),(0.3977925,0.9025833,-0.1646347,1),(0.3995107,0.9000512,-0.1740669,1),(0.3704415,0.9142063,-0.1643163,1),(0.4431928,0.8749154,-0.1952005,1),(0.4222334,0.8863126,-0.1901809,1),(0.4312087,0.8841275,-0.179938,1),(0.3646832,0.921204,-0.1356074,1),(0.3842247,0.912062,-0.1432276,1),(0.2472984,0.9649903,-0.08739096,1),(0.274463,0.9571232,-0.0926566,1),(0.2949521,0.9479406,-0.1200488,1),(0.3217158,0.9387423,-0.1235387,1),(0.3590238,0.9254829,-0.1207613,1),(0.497339,0.850586,-0.1707555,1),(0.402427,0.9037669,-0.1458007,1),(0.5324904,0.825929,-0.1851902,1),(0.37466,0.9142905,-0.1539565,1),(0.4482337,0.8776132,-0.1699456,1),(0.5647433,0.8011505,-0.1980477,1),(0.4922392,0.8494004,-0.1903144,1),(0.5926957,0.7780309,-0.2082779,1),(0.4280888,0.8855702,-0.1802925,1),(0.3488931,0.9247447,-0.152056,1),(0.404719,0.8965246,-0.180128,1),(0.6337276,0.7419778,-0.2187653,1),(0.7276978,0.6394404,-0.2481369,1),(0.6587048,0.719047,-0.2215387,1),(0.7439631,0.6227365,-0.2423182,1),(0.7901881,0.5536273,-0.2628675,1),(0.8315496,0.4873772,-0.2664372,1),(0.7991275,0.5461174,-0.251299,1),(0.8337936,0.4915109,-0.2514065,1),(0.7521015,0.6154855,-0.2356288,1),(0.7999177,0.5501512,-0.239719,1),(0.8282884,0.5075842,-0.2372687,1),(0.7959566,0.559983,-0.2299394,1),(0.8192856,0.5270938,-0.2257061,1),(0.7547029,0.6145698,-0.2296246,1),(0.6768682,0.7015809,-0.2227862,1),(0.6894362,0.6891002,-0.2232009,1),(0.8626419,0.4324062,-0.2624383,1),(0.8895322,0.3802989,-0.25319,1),(0.8596654,0.4474843,-0.246441,1),(0.883928,0.4020401,-0.2388201,1),(0.91272,0.3314197,-0.2389627,1),(0.9326444,0.2859836,-0.2199718,1),(0.9063967,0.3552257,-0.2286039,1),(0.926872,0.3071276,-0.2158267,1),(0.8726603,0.4329607,-0.225852,1),(0.8964009,0.3853327,-0.2190527,1),(0.9198903,0.3304151,-0.2112525,1),(0.8852304,0.4145759,-0.2109359,1),(0.912097,0.3540898,-0.2066384,1),(0.8597738,0.4630792,-0.2152826,1),(0.8496854,0.4735732,-0.2318685,1),(0.8374037,0.500313,-0.2200952,1),(0.9464071,0.2532901,-0.2003941,1),(0.9526142,0.2428734,-0.1831357,1),(0.941783,0.2686548,-0.2021623,1),(0.9493369,0.2511123,-0.1889502,1),(0.9521251,0.2548769,-0.1688065,1),(0.9450108,0.2885436,-0.1539383,1),(0.946422,0.2787679,-0.1630154,1),(0.95041,0.2549566,-0.1780952,1),(0.947881,0.2537266,-0.1927284,1),(0.9513611,0.2469559,-0.1841873,1),(0.949932,0.2605046,-0.1725299,1),(0.95208,0.2423289,-0.1866021,1),(0.9526747,0.2457917,-0.1788776,1),(0.9459826,0.2594264,-0.1944608,1),(0.9379009,0.2817464,-0.2023882,1),(0.93346,0.2968567,-0.2013174,1),(0.9383868,0.3126809,-0.147176,1),(0.9445625,0.2951292,-0.1438769,1),(0.9491418,0.2756692,-0.1521062,1),(0.9426531,0.295473,-0.1552439,1),(0.9606121,0.2347879,-0.1486578,1),(0.9788792,0.1283305,-0.1591439,1),(0.9793035,0.1201613,-0.1628681,1),(0.9635434,0.218037,-0.1550611,1),(0.9672651,0.1961818,-0.1609686,1),(0.9553105,0.2485359,-0.1600369,1),(0.9799274,0.1109359,-0.1656366,1),(0.9804735,0.102136,-0.1680477,1),(0.9701046,0.1763454,-0.1667315,1),(0.9599117,0.2244275,-0.1679338,1),(0.9489972,0.2695347,-0.163571,1),(0.9536256,0.2472631,-0.1716368,1),(0.9852903,0.02404303,-0.1691892,1),(0.9842549,-0.02846963,-0.1744476,1),(0.9851563,0.02410111,-0.1699595,1),(0.9843777,-0.02681226,-0.1740162,1),(0.9839025,-0.03048777,-0.1760858,1),(0.9844711,0.01713781,-0.1747081,1),(0.9839694,-0.03363824,-0.1751361,1),(0.9847353,0.002862367,-0.1740351,1),(0.9847466,-0.01987868,-0.1728547,1),(0.9843416,-0.03080287,-0.1735588,1),(0.9848796,-0.006162348,-0.1731309,1),(0.9846333,-0.02888773,-0.1722285,1),(0.9848108,-0.01483312,-0.1729957,1),(0.9850867,-0.01432884,-0.1714608,1),(0.9850269,0.02715599,-0.1702486,1),(0.9849488,0.029257,-0.1703523,1),(0.9829636,0.06916755,-0.1702893,1),(0.9831021,0.08068776,-0.1643161,1),(0.984397,0.04300521,-0.1706255,1),(0.9850261,0.04733289,-0.1657811,1),(0.9862385,0.05183372,-0.1569935,1),(0.988862,-0.01791423,-0.1477535,1),(0.9870609,0.0157947,-0.1595661,1),(0.9871012,-0.05196099,-0.151431,1),(0.9857145,0.01714672,-0.1675494,1),(0.9865609,-0.01735785,-0.16247,1),(0.9843643,-0.08287888,-0.1554282,1),(0.9851517,-0.0465045,-0.1652683,1),(0.980998,-0.1089718,-0.1605244,1),(0.9855134,-0.01005129,-0.1692998,1),(0.9850357,0.02082781,-0.1710869,1),(0.9851556,0.0004288858,-0.1716627,1),(0.9868855,-0.07795096,-0.1413528,1),(0.9865106,-0.07883885,-0.1434616,1),(0.9834388,-0.1080471,-0.1455121,1),(0.9834542,-0.1060479,-0.1468736,1),(0.9878333,-0.01959034,-0.1542778,1),(0.9797221,0.1021445,-0.1723692,1),(0.9868019,-0.04475676,-0.1556242,1),(0.9822693,0.07852327,-0.1702384,1),(0.9801434,-0.1302641,-0.1494999,1),(0.9852253,-0.06782726,-0.1572603,1),(0.9841037,0.05553689,-0.1686873,1),(0.983368,-0.08769108,-0.1590528,1),(0.985303,0.03343077,-0.1675117,1),(0.9768853,-0.1499787,-0.1523204,1),(0.9795291,-0.1348503,-0.1494593,1),(0.9755794,-0.1566269,-0.1539898,1),(0.9542701,0.2327694,-0.1875817,1),(0.9271874,0.3198718,-0.1949503,1),(0.9604633,0.2106066,-0.1820856,1),(0.9356487,0.2989952,-0.1875188,1),(0.9089702,0.3674811,-0.1968013,1),(0.9045203,0.3800657,-0.1933727,1),(0.9186189,0.3476714,-0.187787,1),(0.9140019,0.360431,-0.1862528,1),(0.9438222,0.2764948,-0.1809698,1),(0.9280626,0.3256309,-0.1807328,1),(0.9235706,0.3387906,-0.1795505,1),(0.9368662,0.3027999,-0.1749114,1),(0.9320766,0.3186884,-0.1722526,1),(0.9516302,0.2523704,-0.1752408,1),(0.9660758,0.187649,-0.1774413,1),(0.9711736,0.1635425,-0.1734232,1),(0.9083192,0.3725252,-0.1902144,1),(0.9145123,0.360383,-0.1838243,1),(0.9214417,0.3448726,-0.1789076,1),(0.9169356,0.3541206,-0.1839233,1),(0.9226769,0.3431646,-0.1757993,1),(0.932486,0.3207568,-0.1660874,1),(0.9341972,0.3167019,-0.1642422,1),(0.9272504,0.3324143,-0.1723581,1),(0.9327323,0.3189557,-0.1681597,1),(0.9289224,0.3271936,-0.1733419,1),(0.9371937,0.3090477,-0.1617325,1),(0.9393851,0.303567,-0.1593825,1),(0.9366522,0.3093195,-0.1643293,1),(0.9344771,0.3137196,-0.1683234,1),(0.9258311,0.3337747,-0.1772889,1),(0.9328904,0.3167754,-0.1713733,1),(0.9415745,0.2981414,-0.1566819,1),(0.9481323,0.280523,-0.149506,1),(0.944245,0.2926465,-0.1508623,1),(0.9403851,0.3019975,-0.1564398,1),(0.9525083,0.2679885,-0.1446039,1),(0.9549511,0.2605904,-0.1419896,1),(0.9457045,0.29015,-0.1464787,1),(0.9459867,0.2886874,-0.1475427,1),(0.940548,0.3046368,-0.1502196,1),(0.941799,0.2999226,-0.1518593,1),(0.9368641,0.3155206,-0.1507723,1),(0.9294523,0.3351313,-0.1542902,1),(0.9362454,0.3165724,-0.1524025,1),(0.9400213,0.3050784,-0.1526008,1),(0.9407009,0.3013957,-0.1556996,1),(0.9410404,0.3007346,-0.1549242,1),(0.9562804,0.2563832,-0.1406971,1),(0.9572241,0.253378,-0.1397201,1),(0.943743,0.2964254,-0.1465648,1),(0.9445637,0.293806,-0.1465529,1),(0.9577928,0.2515725,-0.1390833,1),(0.9583486,0.2507581,-0.1367057,1),(0.9434279,0.298425,-0.1445212,1),(0.9432518,0.2979967,-0.1465399,1),(0.927216,0.3416012,-0.153555,1),(0.9291881,0.3363935,-0.1531301,1),(0.9268265,0.3433235,-0.1520582,1),(0.9118581,0.3789379,-0.1578635,1),(0.9127827,0.3761582,-0.159162,1),(0.9162303,0.3679985,-0.1584271,1),(0.9324401,0.3277073,-0.1521958,1),(0.9218739,0.3543562,-0.1567802,1),(-0.7174408,-0.6865954,0.1177516,1),(-0.7112697,-0.694595,0.1078576,1),(-0.7465174,-0.6556986,0.1130095,1),(-0.7185488,-0.6922116,0.06731036,1),(-0.6881486,-0.7222837,0.06897685,1),(-0.6789405,-0.7312391,0.06579605,1),(-0.7904878,-0.6019742,0.1129424,1),(-0.851935,-0.5166779,0.08515171,1),(-0.7671153,-0.63836,0.06348862,1),(-0.830146,-0.5549905,0.05331946,1),(-0.7262989,-0.6868687,0.02648139,1),(-0.6707621,-0.7412588,0.02477183,1),(-0.7983265,-0.6016455,0.02641015,1),(-0.7658472,-0.6430034,0.004963215,1),(-0.6784365,-0.7346494,-0.003776186,1),(-0.6111334,-0.7914545,-0.01076035,1),(-0.6363546,-0.7710494,0.02314371,1),(-0.6237595,-0.7813123,0.0217953,1),(-0.5704117,-0.8211858,-0.01686259,1),(-0.5546572,-0.8318995,-0.01727802,1),(-0.9085862,-0.4121032,0.0681318,1),(-0.9534194,-0.2966715,0.05456687,1),(-0.8921465,-0.4494188,0.04579742,1),(-0.9440271,-0.3274094,0.04019872,1),(-0.9844514,-0.169923,0.04451886,1),(-0.9987519,-0.03235184,0.03805073,1),(-0.9817095,-0.1867828,0.03685759,1),(-0.998984,-0.02751092,0.03569174,1),(-0.9320282,-0.3612888,0.02817354,1),(-0.9777125,-0.20768,0.03077736,1),(-0.998979,-0.02964463,0.03408862,1),(-0.9744216,-0.2234084,0.02431412,1),(-0.9987725,-0.0386843,0.0309376,1),(-0.9229836,-0.3844397,0.01753275,1),(-0.870717,-0.4911218,0.02551953,1),(-0.8520434,-0.5233161,0.01273934,1),(-0.9950083,0.0942063,0.03291642,1),(-0.9817965,0.1879975,0.02706311,1),(-0.9923858,0.1183571,0.03408742,1),(-0.9751278,0.2195849,0.03013888,1),(-0.9677618,0.2510103,0.02076323,1),(-0.9580017,0.2864161,0.01408644,1),(-0.9597086,0.2799408,0.02434203,1),(-0.9524274,0.3042968,0.01689424,1),(-0.9699869,0.2409522,0.03267133,1),(-0.9534758,0.3002479,0.02711321,1),(-0.9481786,0.3171769,0.01887049,1),(-0.9533784,0.3004454,0.02832481,1),(-0.9484734,0.3162557,0.01950147,1),(-0.9700881,0.2403876,0.03380605,1),(-0.990513,0.1328212,0.03524947,1),(-0.9909825,0.1291558,0.03567204,1),(-0.9523405,0.3048783,0.009835333,1),(-0.9487723,0.3157767,0.01077534,1),(-0.9505315,0.3104213,0.01133534,1),(-0.9492677,0.3142701,0.01118735,1),(-0.9475291,0.3192221,0.01690546,1),(-0.9485819,0.3152716,0.0282149,1),(-0.9486532,0.3158905,0.01643816,1),(-0.9486051,0.3153002,0.02709656,1),(-0.9496391,0.313157,0.0108736,1),(-0.9497011,0.3127802,0.01537239,1),(-0.9492451,0.3134979,0.02554892,1),(-0.9509814,0.3089406,0.01378456,1),(-0.9505041,0.3098272,0.02343345,1),(-0.9507825,0.3097003,0.009914002,1),(-0.949137,0.314633,0.01203652,1),(-0.949963,0.3121388,0.01182095,1),(-0.9538801,0.2968361,0.0447334,1),(-0.964406,0.2562627,0.06519675,1),(-0.9526645,0.3009731,0.04295909,1),(-0.9633343,0.260831,0.06288239,1),(-0.9769253,0.1920702,0.09341375,1),(-0.9866401,0.1046266,0.124878,1),(-0.9879614,0.09822762,0.1195145,1),(-0.9770551,0.1932229,0.0896,1),(-0.9781632,0.1892625,0.08588609,1),(-0.9637101,0.2600738,0.06020265,1),(-0.9894961,0.08817834,0.1145519,1),(-0.9908884,0.07869093,0.1093067,1),(-0.9797606,0.1828148,0.0815343,1),(-0.9651888,0.2554266,0.05628255,1),(-0.952779,0.3008891,0.04096137,1),(-0.9540537,0.2971812,0.0382726,1),(-0.9874254,-0.005107189,0.1580034,1),(-0.9674928,-0.1622661,0.1939782,1),(-0.9656914,-0.1812609,0.1859692,1),(-0.9883223,-0.01926228,0.1511557,1),(-0.871546,-0.4294057,0.2366816,1),(-0.4909543,-0.8352963,0.2474756,1),(-0.4732413,-0.8474689,0.2404978,1),(-0.8637556,-0.4494254,0.2279105,1),(-0.854534,-0.4706091,0.2197693,1),(-0.9630089,-0.2016664,0.1787304,1),(-0.4544403,-0.8594606,0.2341184,1),(-0.4410689,-0.8673053,0.2307371,1),(-0.8475612,-0.486094,0.2129618,1),(-0.9609497,-0.2167644,0.1720142,1),(-0.9888001,-0.03554103,0.1449527,1),(-0.9891464,-0.0482346,0.1387907,1),(0.07894251,-0.9793312,0.1862213,1),(0.3949285,-0.9093475,0.130838,1),(0.3916841,-0.9102053,0.134573,1),(0.09571341,-0.9781706,0.1844482,1),(0.5641691,-0.8189854,0.1047668,1),(0.6787474,-0.727568,0.0997334,1),(0.6149879,-0.779529,0.1188474,1),(0.5342826,-0.837428,0.1151364,1),(0.4985741,-0.8570787,0.1297692,1),(0.3833804,-0.9128488,0.1404517,1),(0.5418705,-0.8278891,0.1448309,1),(0.4623131,-0.8683233,0.1796704,1),(0.4567607,-0.8766629,0.1511024,1),(0.3673947,-0.917677,0.1512945,1),(0.1091522,-0.9770332,0.1830076,1),(0.1139437,-0.9761178,0.1849615,1),(0.743351,-0.6573825,0.1236016,1),(0.7351457,-0.6491421,0.1953855,1),(0.613798,-0.7540012,0.2339538,1),(0.6480627,-0.7461503,0.1525598,1),(0.6280785,-0.7052175,0.3289157,1),(0.3484662,-0.7858945,0.5108241,1),(0.1975046,-0.8111887,0.5504224,1),(0.4805509,-0.7934415,0.3735256,1),(0.3208742,-0.8525499,0.4125511,1),(0.4710819,-0.8373895,0.2772377,1),(0.06158573,-0.8179803,0.57194,1),(-0.0486561,-0.8134494,0.5795969,1),(0.1685359,-0.8788819,0.4462758,1),(0.3216487,-0.8893654,0.3249175,1),(0.5358128,-0.8227471,0.1897153,1),(0.4145204,-0.8789101,0.2359868,1),(0.0001480111,-0.7755464,0.6312905,1),(-0.2357678,-0.6943689,0.679901,1),(-0.3095289,-0.6480539,0.6958577,1),(-0.1136092,-0.7444013,0.6579967,1),(-0.3798617,-0.5977333,0.7059888,1),(-0.4671,-0.4960807,0.73193,1),(-0.4786146,-0.490468,0.7282645,1),(-0.4203766,-0.5620507,0.712308,1),(-0.4323192,-0.5489645,0.7153587,1),(-0.3511193,-0.619873,0.7017639,1),(-0.4649093,-0.5066212,0.7260814,1),(-0.4184408,-0.5461195,0.7257141,1),(-0.4132029,-0.5637357,0.7151681,1),(-0.3613548,-0.6172872,0.6988413,1),(-0.1960795,-0.7182914,0.6675404,1),(-0.2470571,-0.7060878,0.6636286,1),(-0.5097911,-0.4159953,0.7530346,1),(-0.5135038,-0.3906644,0.7639993,1),(-0.4752134,-0.4429829,0.7602226,1),(-0.4959671,-0.4448506,0.7457376,1),(-0.4809009,-0.4207018,0.7692491,1),(-0.4057765,-0.5051894,0.761662,1),(-0.2992926,-0.5696883,0.7654274,1),(-0.4128641,-0.4854954,0.7706084,1),(-0.3168465,-0.5526739,0.7708176,1),(-0.4110932,-0.5074723,0.7572808,1),(-0.1652107,-0.6206648,0.7664728,1),(-0.007466734,-0.6417434,0.7668831,1),(-0.1853957,-0.6087902,0.7713645,1),(-0.3089452,-0.5759962,0.7568231,1),(-0.4578475,-0.4917389,0.7406541,1),(-0.3837533,-0.5536521,0.7390553,1),(-0.2949226,-0.6023971,0.741713,1),(-0.1639405,-0.6699875,0.7240445,1),(0.002390194,-0.6892043,0.7245631,1),(-0.1514271,-0.6514558,0.7434214,1),(-0.01371724,-0.7052518,0.7088242,1),(0.1533027,-0.7040473,0.6934087,1),(0.3144784,-0.6329414,0.7074521,1),(0.1586787,-0.6832861,0.7126999,1),(0.3290084,-0.6176442,0.7143313,1),(0.180008,-0.6674691,0.7225525,1),(0.4595742,-0.5225887,0.7181174,1),(0.5689277,-0.3887101,0.7247246,1),(0.4735991,-0.5125135,0.7162638,1),(0.3461325,-0.5990275,0.7220516,1),(0.01411041,-0.670056,0.7421764,1),(0.1855313,-0.6447933,0.7414983,1),(0.3140078,-0.6762077,0.6664401,1),(0.4476927,-0.6324497,0.6321225,1),(0.5625365,-0.5014396,0.6573515,1),(0.4532434,-0.5646207,0.6897636,1),(0.5555685,-0.5786595,0.5970737,1),(0.6414769,-0.5186477,0.565254,1),(0.7058758,-0.4085724,0.5786259,1),(0.6450759,-0.4485413,0.6186177,1),(0.7023225,-0.3175008,0.6371313,1),(0.6438026,-0.3538626,0.6784536,1),(0.7447272,-0.3137205,0.5890338,1),(0.765614,-0.2458018,0.5944887,1),(0.7312315,-0.2060445,0.6502663,1),(0.688571,-0.2154194,0.6924337,1),(0.5646113,-0.4231282,0.7086442,1),(0.6364933,-0.2761327,0.7201577,1),(0.6989117,-0.4811971,0.5291238,1),(0.7237025,-0.4950061,0.480857,1),(0.7530712,-0.4455991,0.4840713,1),(0.7430136,-0.4010103,0.5358373,1),(0.7149364,-0.5604684,0.4180202,1),(0.6612114,-0.6723341,0.332816,1),(0.6532261,-0.6866806,0.3190069,1),(0.7294811,-0.543002,0.41594,1),(0.7256817,-0.556211,0.4049881,1),(0.765817,-0.4274729,0.4804074,1),(0.6222137,-0.7246908,0.296097,1),(0.5688488,-0.7782478,0.2659728,1),(0.7058752,-0.5955441,0.3834935,1),(0.7669709,-0.4399384,0.4671293,1),(0.7680322,-0.3475074,0.5379267,1),(0.7813283,-0.3247116,0.5329996,1),(0.5744603,-0.783073,0.2383107,1),(0.4841999,-0.8607401,0.1570889,1),(0.4212151,-0.8989583,0.1202153,1),(0.5366656,-0.8173218,0.2097021,1),(0.3964538,-0.9134882,0.09145308,1),(0.3128896,-0.9489115,0.0408274,1),(0.2276361,-0.9736851,0.01091623,1),(0.3176219,-0.9466517,0.05446781,1),(0.2268303,-0.973777,0.01750696,1),(0.3372137,-0.9380659,0.07949347,1),(0.1420497,-0.9897329,-0.01583467,1),(0.0671693,-0.9970958,-0.03589015,1),(0.1328487,-0.9910527,-0.01287926,1),(0.2380299,-0.9703251,0.04255481,1),(0.4736679,-0.8633943,0.1737497,1),(0.3877177,-0.9116229,0.1364496,1),(0.2393485,-0.9709329,0.001250444,1),(0.182256,-0.9828551,-0.02790207,1),(0.1103417,-0.9930385,-0.04122236,1),(0.156581,-0.9874759,-0.01933235,1),(0.142666,-0.9886733,-0.04660133,1),(0.1206104,-0.9911615,-0.05524508,1),(0.09230215,-0.9938794,-0.06069593,1),(0.08908975,-0.99451,-0.0548901,1),(0.05739447,-0.9968355,-0.05499845,1),(0.05617519,-0.9973045,-0.04720239,1),(0.08720857,-0.9945159,-0.05773107,1),(0.1082642,-0.9930113,-0.04698041,1),(0.05518946,-0.9972919,-0.04861107,1),(0.03035871,-0.9984207,-0.04726991,1),(0.08421285,-0.9958612,-0.03418272,1),(0.03417134,-0.9984902,-0.04300877,1),(0.1147236,-0.99173,-0.05753342,1),(0.1237762,-0.9906217,-0.05786147,1),(0.1414174,-0.9882634,-0.05776246,1),(0.112159,-0.9918379,-0.06064784,1),(0.1475885,-0.9874526,-0.05616833,1),(0.1859865,-0.9811559,-0.0523676,1),(0.2280588,-0.9726938,-0.04308101,1),(0.1800736,-0.9822809,-0.05194223,1),(0.230986,-0.9721276,-0.04016938,1),(0.1802304,-0.9823665,-0.04972835,1),(0.2846718,-0.9582499,-0.02681632,1),(0.3474762,-0.9376857,-0.00242245,1),(0.2928252,-0.9559694,-0.01938839,1),(0.2349029,-0.9714767,-0.03245869,1),(0.1323525,-0.9896445,-0.05555814,1),(0.1734518,-0.9839609,-0.0416581,1),(0.231039,-0.9717985,-0.04720736,1),(0.2748819,-0.9606043,-0.04098026,1),(0.3263039,-0.9450119,-0.02187261,1),(0.2789536,-0.9597468,-0.03272774,1),(0.3174909,-0.9476618,-0.03371254,1),(0.3588376,-0.9330541,-0.02540939,1),(0.4105727,-0.911827,0.001242951,1),(0.3701462,-0.9289137,-0.01054829,1),(0.4256594,-0.9047115,0.01764373,1),(0.3840632,-0.9233023,0.002912402,1),(0.4621902,-0.8861927,0.03229181,1),(0.5083495,-0.858615,0.06603794,1),(0.4773454,-0.8772932,0.04997914,1),(0.4404629,-0.8971548,0.03325216,1),(0.3371257,-0.9413843,-0.01191183,1),(0.3972871,-0.9175585,0.0157922,1),(0.3969771,-0.9176619,-0.01749123,1),(0.430105,-0.9027109,-0.01107642,1),(0.4760701,-0.8792012,0.01904577,1),(0.4463004,-0.8948082,0.01158864,1),(0.4585375,-0.8886539,-0.006144919,1),(0.4825866,-0.8758442,-0.002659317,1),(0.5191895,-0.8542791,0.02548815,1),(0.500253,-0.8655559,0.02366431,1),(0.5368402,-0.8418198,0.0560526,1),(0.5178812,-0.853846,0.05240583,1),(0.5503156,-0.833111,0.05548674,1),(0.575456,-0.8133904,0.08512656,1),(0.5667932,-0.8191048,0.08839101,1),(0.5528955,-0.8287666,0.08632743,1),(0.4931226,-0.8688204,0.04451222,1),(0.5335304,-0.8420926,0.07890034,1),(0.5028175,-0.864392,0.001040417,1),(0.519657,-0.8543511,0.006377339,1),(0.5476418,-0.8360543,0.03319276,1),(0.5344726,-0.8447313,0.02771401,1),(0.5332111,-0.8458765,0.01337839,1),(0.543548,-0.8390872,0.02209486,1),(0.5677619,-0.8214117,0.05412384,1),(0.5587389,-0.8282807,0.04197498,1),(0.5794539,-0.8116574,0.07379442,1),(0.5704126,-0.8190194,0.06193982,1),(0.5877161,-0.8038756,0.09150813,1),(0.6040477,-0.7853686,0.1353607,1),(0.5962265,-0.7953911,0.1089363,1),(0.5886982,-0.8031193,0.09183561,1),(0.560691,-0.8261387,0.05586211,1),(0.5817385,-0.8090332,0.0839387,1),(0.5538573,-0.8317575,0.03770386,1),(0.5673111,-0.8209238,0.0651316,1),(0.5889937,-0.80047,0.1110589,1),(0.577062,-0.813219,0.07532864,1),(0.5833284,-0.8054778,0.1045632,1),(0.6009296,-0.7839417,0.1559456,1),(0.6163854,-0.7541053,0.2267028,1),(0.6026143,-0.781503,0.1615831,1),(0.6141005,-0.7554044,0.2285713,1),(0.6053404,-0.7784416,0.1661073,1),(0.6201627,-0.7217414,0.3073886,1),(0.6087914,-0.6864502,0.3976923,1),(0.6156772,-0.7258471,0.3067369,1),(0.6154411,-0.753203,0.2322014,1),(0.5960698,-0.7938361,0.1205199,1),(0.610898,-0.7720921,0.1751495,1),(0.6153654,-0.7575722,0.2177376,1),(0.6224907,-0.7274879,0.2885597,1),(0.6185735,-0.6860806,0.3829623,1),(0.6235963,-0.7210957,0.3019085,1),(0.6209479,-0.6917871,0.3685844,1),(0.6088898,-0.6482807,0.4571492,1),(0.5658603,-0.6036775,0.561583,1),(0.5999294,-0.6475531,0.4698506,1),(0.5569531,-0.6019036,0.5722896,1),(0.5952073,-0.6421846,0.4830396,1),(0.4996754,-0.559638,0.6611579,1),(0.4116952,-0.5180319,0.7497667,1),(0.490183,-0.5566984,0.6706769,1),(0.5487277,-0.5972743,0.5849456,1),(0.6159047,-0.6818351,0.3946673,1),(0.5881196,-0.6404932,0.4938459,1),(0.5835443,-0.6007892,0.5463774,1),(0.5421334,-0.5576976,0.6285416,1),(0.4625762,-0.5147924,0.7218117,1),(0.5191005,-0.5567605,0.6485001,1),(0.4852048,-0.5198967,0.7030532,1),(0.4132252,-0.4876492,0.7690534,1),(0.327471,-0.4524884,0.8294679,1),(0.3982062,-0.4796871,0.7818774,1),(0.3056366,-0.4453545,0.8415732,1),(0.3675396,-0.4765827,0.7986135,1),(0.2490109,-0.4234399,0.8710294,1),(0.1875236,-0.4006458,0.8968377,1),(0.2171566,-0.4179579,0.8821305,1),(0.2651813,-0.4446063,0.8555723,1),(0.433154,-0.5156076,0.7392742,1),(0.330865,-0.4790525,0.8130419,1),(0.3557027,-0.458467,0.8144222,1),(0.3411143,-0.4340939,0.8337886,1),(0.2875312,-0.4162784,0.8625765,1),(0.2809022,-0.4313641,0.8573325,1),(0.3708495,-0.4161108,0.8302544,1),(0.4447669,-0.4026318,0.8000437,1),(0.4656583,-0.398298,0.7902665,1),(0.3490752,-0.4069354,0.8441267,1),(0.3519157,-0.4047748,0.8439863,1),(0.257154,-0.4048924,0.8774589,1),(0.5086982,-0.4010276,0.761842,1),(0.5707211,-0.4097216,0.7116218,1),(0.3830021,-0.4073141,0.8290988,1),(0.2569654,-0.3978542,0.8807274,1),(0.2241431,-0.410336,0.8839594,1),(0.1940787,-0.3942736,0.898266,1),(0.5414905,-0.4021342,0.7382927,1),(0.6460569,-0.423175,0.6352428,1),(0.7149451,-0.4246754,0.5554315,1),(0.5977353,-0.3994825,0.6950729,1),(0.7553268,-0.4626476,0.4641534,1),(0.8413393,-0.5047908,0.1932213,1),(0.8490073,-0.5269311,0.03911794,1),(0.8107948,-0.4724928,0.3454887,1),(0.853529,-0.4803262,0.2019276,1),(0.7860824,-0.4280654,0.4459085,1),(0.8306967,-0.5431929,-0.1220017,1),(0.7875926,-0.5519056,-0.2740404,1),(0.8724722,-0.4867238,0.04349944,1),(0.8456881,-0.4346492,0.3096637,1),(0.668412,-0.4018908,0.6258667,1),(0.7431831,-0.4099323,0.5288047,1),(0.8434738,-0.5254373,-0.1116579,1),(0.7604189,-0.5451369,-0.3529715,1),(0.6616158,-0.5625675,-0.4957642,1),(0.7873923,-0.5509715,-0.2764846,1),(0.6228562,-0.5772972,-0.5279943,1),(0.4413604,-0.6234753,-0.6453522,1),(0.3495232,-0.6180356,-0.7041773,1),(0.512375,-0.5825651,-0.6309435,1),(0.4033213,-0.5839484,-0.7045113,1),(0.5488653,-0.5737029,-0.6079572,1),(0.270204,-0.6108559,-0.7442075,1),(0.2066303,-0.6027616,-0.7707025,1),(0.3085851,-0.5822921,-0.7521378,1),(0.4413218,-0.5781999,-0.6862361,1),(0.7043257,-0.5693907,-0.4239333,1),(0.6103392,-0.5785332,-0.5410966,1),(0.2642776,-0.653024,-0.7097303,1),(0.1434757,-0.6583351,-0.7389247,1),(0.113368,-0.6522775,-0.7494543,1),(0.2052207,-0.645115,-0.7360102,1),(0.07591987,-0.6559999,-0.750933,1),(0.05450846,-0.6532356,-0.7551901,1),(0.07095414,-0.6448867,-0.7609774,1),(0.07010876,-0.6507281,-0.7560672,1),(0.08540331,-0.6442605,-0.7600229,1),(0.1035518,-0.6448699,-0.7572449,1),(0.1078644,-0.6358891,-0.7642058,1),(0.1602555,-0.6263674,-0.7628775,1),(0.1146839,-0.6360687,-0.7630624,1),(0.1068933,-0.6356559,-0.7645361,1),(0.1642389,-0.6359164,-0.7540795,1),(0.1371079,-0.6255884,-0.7680108,1),(0.07142647,-0.6529931,-0.7539884,1),(0.1227334,-0.6519843,-0.7482331,1),(0.1822031,-0.6402879,-0.7462128,1),(0.1094119,-0.6411538,-0.7595727,1),(0.2116998,-0.6463317,-0.7331021,1),(0.3406578,-0.6281132,-0.6995899,1),(0.446578,-0.6198376,-0.6452668,1),(0.2941076,-0.6368207,-0.7127132,1),(0.3862742,-0.6276849,-0.6758726,1),(0.2567512,-0.6285702,-0.7341514,1),(0.5528086,-0.6121241,-0.5654261,1),(0.6492631,-0.6054237,-0.4603471,1),(0.4833039,-0.6195366,-0.61854,1),(0.3437715,-0.6177943,-0.7072138,1),(0.1657838,-0.6290165,-0.7595091,1),(0.2376923,-0.6174197,-0.7498635,1),(0.4839525,-0.6083947,-0.6290039,1),(0.6201708,-0.6066273,-0.4973846,1),(0.7236454,-0.5905287,-0.3572297,1),(0.6011313,-0.5970927,-0.5311511,1),(0.7432594,-0.6124176,-0.2692772,1),(0.803233,-0.5891441,0.08789748,1),(0.7770131,-0.5705676,0.2659009,1),(0.8002072,-0.5920391,-0.0956976,1),(0.8177795,-0.5682895,0.09101485,1),(0.7982394,-0.5724539,-0.1873774,1),(0.7174317,-0.5489828,0.4288468,1),(0.635022,-0.527256,0.5645779,1),(0.7937688,-0.54439,0.2712391,1),(0.8321505,-0.5545354,-0.003998708,1),(0.70461,-0.5855145,-0.4008709,1),(0.780448,-0.5746596,-0.246307,1),(0.7573766,-0.4975536,0.4228726,1),(0.6869442,-0.4043552,0.6038249,1),(0.5800569,-0.4036846,0.7075116,1),(0.6641,-0.4882021,0.566242,1),(0.6431952,-0.3423874,0.6848875,1),(0.6352732,-0.3104074,0.7071601,1),(0.5909701,-0.3140603,0.7430481,1),(0.5559902,-0.346619,0.7554669,1),(0.4712144,-0.3543334,0.8077159,1),(0.4700296,-0.4058814,0.7837936,1),(0.5532142,-0.3194575,0.7693511,1),(0.5257461,-0.3250276,0.7860968,1),(0.3965574,-0.3639937,0.8427638,1),(0.3684015,-0.4099712,0.8343883,1),(0.5561461,-0.4791392,0.6790633,1),(0.4478639,-0.4710397,0.7599602,1),(0.6683061,-0.2942298,0.6832244,1),(0.7543404,-0.2779338,0.5947464,1),(0.7784472,-0.2737916,0.5648524,1),(0.6673758,-0.2943989,0.6840606,1),(0.8990431,-0.2427349,0.364419,1),(0.9797862,-0.1392785,-0.1435991,1),(0.9692417,-0.1244535,-0.2123245,1),(0.9238258,-0.2322333,0.3043245,1),(0.9475912,-0.2125293,0.238542,1),(0.8077607,-0.2631324,0.5275262,1),(0.9550295,-0.1025749,-0.2782032,1),(0.9386335,-0.07510522,-0.3366398,1),(0.9676484,-0.1845953,0.1719917,1),(0.8397142,-0.2454165,0.4844077,1),(0.6742185,-0.2922519,0.6782464,1),(0.6890618,-0.2864427,0.6656908,1),(0.8344911,-0.0112536,-0.5509064,1),(0.7547499,0.0591724,-0.6533386,1),(0.7208301,0.06648201,-0.6899161,1),(0.7999942,0.0002146008,-0.6000077,1),(0.7857742,0.09802157,-0.610697,1),(0.8962232,0.1128938,-0.4289978,1),(0.7652202,0.100003,-0.635954,1),(0.8974974,0.1061655,-0.4280507,1),(0.6857175,0.07372578,-0.7241243,1),(0.7428365,0.1003337,-0.6619116,1),(0.8982131,0.09585229,-0.428982,1),(0.7204159,0.09935088,-0.6863893,1),(0.8994038,0.08234867,-0.4292921,1),(0.6520108,0.08092755,-0.7538784,1),(0.7646269,0.01425654,-0.6443155,1),(0.7312387,0.03042239,-0.681443,1),(0.9742852,0.1124357,-0.1952598,1),(0.9917511,0.1150494,-0.05651144,1),(0.982144,0.0945007,-0.1626742,1),(0.9949128,0.09999456,-0.01223239,1),(0.9922189,0.1242823,-0.007461657,1),(0.9893752,0.1409965,-0.03545012,1),(0.9939144,0.1052682,0.03244559,1),(0.991805,0.1274743,-0.008565404,1),(0.9966043,0.07681562,0.02965143,1),(0.9940365,0.08394198,0.06960788,1),(0.9934367,0.1134108,0.01488644,1),(0.9923081,0.06041685,0.1080482,1),(0.9943789,0.09848275,0.03888079,1),(0.996387,0.04439941,0.07239931,1),(0.9889485,0.06837687,-0.1315502,1),(0.9943063,0.04353453,-0.09726176,1),(0.9835219,0.1579057,-0.08803556,1),(0.978973,0.1672976,-0.1167192,1),(0.9856119,0.1506931,-0.07655646,1),(0.9796779,0.1636887,-0.1159197,1),(0.977842,0.1698026,-0.1224428,1),(0.9805369,0.1655969,-0.1054747,1),(0.9775506,0.1673989,-0.127955,1),(0.980363,0.1612177,-0.1135669,1),(0.9797292,0.1618788,-0.1180076,1),(0.9768208,0.1664532,-0.1345897,1),(0.9800944,0.1581945,-0.1199559,1),(0.9794657,0.1578325,-0.1254427,1),(0.9757907,0.16692,-0.1413158,1),(0.979546,0.1610607,-0.1206202,1),(0.987111,0.1444831,-0.06882229,1),(0.9883993,0.1389373,-0.06134588,1),(0.9802784,0.1637384,-0.110653,1),(0.9645503,0.1758876,-0.1967395,1),(0.9801896,0.1584489,-0.1188366,1),(0.9638076,0.1717736,-0.2038839,1),(0.8821569,0.2056023,-0.4237061,1),(0.5039145,0.237654,-0.8304161,1),(0.8806397,0.2063459,-0.4264913,1),(0.5078668,0.247212,-0.8252015,1),(0.8822935,0.2080283,-0.422235,1),(0.964155,0.1687695,-0.2047486,1),(0.5179563,0.2566953,-0.8159833,1),(0.5279344,0.2639036,-0.8072423,1),(0.8847672,0.2062098,-0.4179287,1),(0.9648472,0.1646484,-0.2048434,1),(0.9803198,0.1548164,-0.1224952,1),(0.9805294,0.1511343,-0.1253814,1),(-0.03085205,0.1923287,-0.9808454,1),(-0.2561532,0.1641336,-0.9525995,1),(-0.2752295,0.1773057,-0.944887,1),(-0.03135839,0.2106399,-0.9770607,1),(-0.3114089,0.1728987,-0.9344146,1),(-0.2644984,0.2075755,-0.9417818,1),(-0.3531423,0.1688641,-0.920204,1),(-0.342415,0.1896536,-0.9202083,1),(-0.3881341,0.1732935,-0.9051636,1),(-0.2875146,0.1899019,-0.9387612,1),(-0.4089928,0.1775824,-0.8950918,1),(-0.4622307,0.1683498,-0.8706325,1),(-0.4165136,0.1778843,-0.8915567,1),(-0.2968468,0.2013966,-0.933446,1),(-0.02494512,0.2276519,-0.9734231,1),(-0.0179821,0.2420686,-0.9700924,1),(-0.1601751,0.2715469,-0.9490027,1),(-0.026967,0.3759061,-0.9262652,1),(-0.277056,0.2347004,-0.9317487,1),(-0.1699744,0.3223795,-0.9312252,1),(0.1574269,0.529723,-0.8334329,1),(0.3918957,0.7031869,-0.5932505,1),(0.007653892,0.4635588,-0.8860331,1),(0.2757669,0.6374074,-0.719489,1),(-0.295404,0.2766502,-0.9144404,1),(-0.1319795,0.4001857,-0.9068808,1),(0.1474895,0.5632419,-0.8130224,1),(-0.2500502,0.3434002,-0.9052906,1),(0.0213086,0.4884802,-0.8723148,1),(-0.39586,0.2394293,-0.8865486,1),(-0.3777367,0.2064328,-0.9026076,1),(-0.4565863,0.1808892,-0.8710959,1),(0.5576591,0.788655,-0.2589199,1),(0.5977852,0.8015224,0.01465392,1),(0.5067152,0.7434069,-0.4365613,1),(0.6012418,0.781621,-0.1660628,1),(0.5631363,0.796642,0.2196336,1),(0.4768101,0.7918354,0.3816396,1),(0.6008381,0.7966554,0.06583173,1),(0.5294052,0.8033098,0.2728068,1),(0.5683192,0.7438368,-0.3517387,1),(0.6122383,0.7833823,-0.1071285,1),(0.5719398,0.8083816,0.1392987,1),(0.5902995,0.7560816,-0.2826431,1),(0.5947331,0.8038443,-0.01126573,1),(0.4993684,0.6917408,-0.5216568,1),(0.4221626,0.6810578,-0.5982801,1),(0.3136534,0.6092403,-0.7283185,1),(0.3831243,0.7791898,0.4960635,1),(0.326501,0.7643611,0.5560118,1),(0.4338282,0.7900041,0.4332281,1),(0.3638763,0.76744,0.5278543,1),(0.3077513,0.7585585,0.5743502,1),(0.3257188,0.7643629,0.5564681,1),(0.323481,0.7521113,0.5741852,1),(0.3114781,0.7498071,0.5837557,1),(0.4119914,0.7748242,0.4794899,1),(0.3527232,0.7523094,0.5564323,1),(0.3105115,0.7417682,0.5944429,1),(0.3936843,0.7590985,0.5184419,1),(0.324138,0.7413085,0.5877041,1),(0.4660495,0.7850565,0.4080248,1),(0.4882183,0.8008005,0.3469316,1),(0.5384123,0.8086208,0.2371592,1),(0.3665433,0.7845299,0.5001588,1),(0.4185388,0.8174559,0.395716,1),(0.3250475,0.7652441,0.5556489,1),(0.3648102,0.7978852,0.4798881,1),(0.4778998,0.8500573,0.2213918,1),(0.5270042,0.8489261,-0.03988661,1),(0.4304183,0.8376971,0.3361603,1),(0.5103306,0.8539659,0.1015123,1),(0.3176385,0.7759866,0.5449319,1),(0.3818514,0.8163963,0.4332281,1),(0.4815278,0.8446921,0.2337229,1),(0.3388864,0.7898742,0.5111308,1),(0.4448365,0.8241438,0.3505817,1),(0.2831289,0.7547948,0.5917118,1),(0.2944497,0.7490498,0.5934843,1),(0.2789272,0.7379782,0.6144817,1),(0.52562,0.7898533,-0.3159991,1),(0.4616569,0.7081615,-0.5342098,1),(0.5493439,0.8184114,-0.1685943,1),(0.5131339,0.7556387,-0.4070673,1),(0.3499126,0.621713,-0.7007383,1),(0.1948081,0.5326005,-0.8236423,1),(0.4089448,0.6759119,-0.6131127,1),(0.2376521,0.5757271,-0.7823426,1),(0.5485735,0.7944877,-0.2604927,1),(0.4638682,0.7315311,-0.4996883,1),(0.2914217,0.6304974,-0.719407,1),(0.5050925,0.782313,-0.3645106,1),(0.3494505,0.6911638,-0.6325952,1),(0.5612675,0.8210651,-0.1040728,1),(0.5536853,0.8325778,-0.01571426,1),(0.5377401,0.8326182,0.1325987,1),(0.0510768,0.4548753,-0.8890892,1),(-0.02551992,0.4178931,-0.9081377,1),(0.06789371,0.4724412,-0.8787432,1),(-0.03015441,0.409646,-0.911746,1),(-0.04167325,0.4272458,-0.9031746,1),(-0.0005592765,0.4818847,-0.8762344,1),(-0.06637207,0.395504,-0.9160629,1),(-0.04859964,0.4285184,-0.9022251,1),(-0.01236212,0.4208262,-0.907057,1),(-0.07110829,0.383331,-0.9208696,1),(-0.08309311,0.3924313,-0.9160202,1),(-0.05454052,0.3900439,-0.9191796,1),(-0.1006701,0.3744331,-0.921773,1),(0.02809821,0.4497468,-0.892714,1),(0.1052476,0.5074028,-0.8552575,1),(0.1612243,0.556415,-0.815113,1),(0.06680158,0.5623776,-0.8241777,1),(0.1282679,0.6497077,-0.7492844,1),(-0.001450225,0.4931063,-0.8699679,1),(0.05307778,0.573085,-0.8177752,1),(0.1826833,0.740584,-0.6466546,1),(0.2276235,0.8278352,-0.5127146,1),(0.1152643,0.6653841,-0.7375488,1),(0.1832809,0.7616383,-0.6215428,1),(-0.02528583,0.5019003,-0.8645558,1),(0.03674582,0.588295,-0.8078111,1),(0.1218397,0.6873957,-0.7159904,1),(-0.04422374,0.514881,-0.8561202,1),(0.0485923,0.6102257,-0.790736,1),(-0.0981977,0.4408302,-0.8922029,1),(-0.06455103,0.43599,-0.8976336,1),(-0.1161521,0.3938763,-0.911795,1),(0.2578665,0.8938875,-0.3667015,1),(0.2660484,0.9351366,-0.2339611,1),(0.2414306,0.8412477,-0.4837495,1),(0.2709855,0.8977074,-0.347402,1),(0.2550903,0.9596639,-0.1182123,1),(0.2273646,0.9736258,-0.01892548,1),(0.2741304,0.9368241,-0.2172855,1),(0.253146,0.9628312,-0.09419753,1),(0.2571847,0.8478669,-0.4636568,1),(0.2791568,0.9031448,-0.3261917,1),(0.2723123,0.9444097,-0.1842185,1),(0.2653254,0.8583927,-0.4390494,1),(0.2797701,0.9163676,-0.2863547,1),(0.221801,0.7874666,-0.5750657,1),(0.2050451,0.7770383,-0.5951201,1),(0.1493942,0.7050158,-0.6932778,1),(0.2027068,0.9780257,0.04874081,1),(0.2006171,0.977194,0.06960244,1),(0.2314025,0.9728515,-0.003586716,1),(0.2320661,0.9722418,0.02985304,1),(0.2212549,0.9741858,0.04481535,1),(0.2640195,0.9641556,-0.02641323,1),(0.2557666,0.9667057,0.00796556,1),(0.3016233,0.9508842,-0.06958814,1),(0.2664967,0.9634738,-0.02641718,1),(0.292916,0.9551794,-0.04280597,1),(0.3383352,0.9331648,-0.1213787,1),(0.3296607,0.937827,-0.1086475,1),(0.3716093,0.9104407,-0.1816703,1),(0.3004136,0.948493,-0.1005614,1),(0.2601167,0.962826,-0.07283768,1),(0.2846496,0.9453118,-0.159248,1),(0.2941108,0.9507119,-0.0982124,1),(0.2812571,0.9517785,-0.1225235,1),(0.3343302,0.9304991,-0.1496486,1),(0.3253956,0.9287055,-0.1778306,1),(0.224991,0.9693258,-0.0989271,1),(0.1210287,0.9923442,-0.02459494,1),(0.2752987,0.9488741,-0.1544301,1),(0.179258,0.9808745,-0.07584032,1),(0.3640758,0.9017732,-0.2329247,1),(0.3216836,0.9233955,-0.2094291,1),(0.2381561,0.9625534,-0.1295093,1),(0.3619283,0.8945566,-0.2622526,1),(0.2941112,0.9378367,-0.1842846,1),(0.3956173,0.8727003,-0.2861486,1),(0.3700602,0.9063425,-0.2039575,1),(0.3994042,0.8791718,-0.2598713,1),(0.01417965,0.9980654,0.0605351,1),(-0.04824872,0.9924595,0.1126774,1),(0.07478945,0.9970364,0.01802343,1),(0.004638398,0.9967303,0.08066808,1),(-0.06790457,0.9886703,0.1338652,1),(-0.04691818,0.9909007,0.1261534,1),(-0.03116457,0.9930924,0.1131211,1),(-0.03450332,0.9924477,0.1177162,1),(0.067187,0.996923,0.04037895,1),(0.01639103,0.9963349,0.08395309,1),(-0.01161677,0.9947394,0.1017772,1),(0.07324804,0.9962853,0.04528076,1),(0.02259458,0.996766,0.07711723,1),(0.136015,0.9906688,-0.008671868,1),(0.1416814,0.9894309,-0.03086846,1),(0.2105253,0.9738272,-0.08567239,1),(0.004448748,0.9952332,0.09742219,1),(0.07856606,0.9954274,0.05433041,1),(-0.005441069,0.9950055,0.09967127,1),(0.05913098,0.9963061,0.06226995,1),(0.1772397,0.9841549,-0.005006408,1),(0.29936,0.9506943,-0.0810176,1),(0.1625734,0.986693,0.002613715,1),(0.3044479,0.9491132,-0.08059447,1),(0.04814607,0.9967207,0.06503619,1),(0.1547389,0.9879342,0.006467114,1),(0.3150856,0.9454603,-0.08261759,1),(0.1578925,0.9874423,0.00527801,1),(0.3334107,0.9386651,-0.08800673,1),(0.0498876,0.9968683,0.06135828,1),(-0.005664874,0.9954066,0.09556999,1),(0.006809226,0.996448,0.08393437,1),(0.4067947,0.9010026,-0.150706,1),(0.4675943,0.8624529,-0.1937282,1),(0.4331418,0.8872294,-0.1587833,1),(0.506564,0.8370854,-0.2065939,1),(0.4887928,0.8459558,-0.2131675,1),(0.4744757,0.8545589,-0.2111912,1),(0.5351551,0.8132703,-0.2284745,1),(0.5255747,0.8196938,-0.2277569,1),(0.5469521,0.808013,-0.2189941,1),(0.5807103,0.7773929,-0.241735,1),(0.5741332,0.7825477,-0.2408113,1),(0.6239578,0.7391599,-0.2536123,1),(0.6188507,0.7442102,-0.2513466,1),(0.5874928,0.7754501,-0.2313644,1),(0.4633029,0.8701322,-0.1679892,1),(0.4971087,0.8490666,-0.1787985,1),(0.4593912,0.8649327,-0.2021168,1),(0.4787597,0.8547967,-0.2002794,1),(0.5112742,0.8311957,-0.2184319,1),(0.5255548,0.8232922,-0.2144347,1),(0.5321951,0.8213633,-0.2052576,1),(0.6160049,0.7576962,-0.2154865,1),(0.5680125,0.794324,-0.2154323,1),(0.6358415,0.7397285,-0.2202437,1),(0.5683068,0.7917195,-0.2240707,1),(0.6003417,0.7683268,-0.2219545,1),(0.6536103,0.7231935,-0.2231248,1),(0.6296794,0.7433015,-0.2258466,1),(0.6705166,0.7070644,-0.2246495,1),(0.6068,0.7607213,-0.2304277,1),(0.5594861,0.7962036,-0.2302939,1),(0.6031835,0.7609813,-0.2389081,1),(0.6976593,0.6807032,-0.2234157,1),(0.7538233,0.617192,-0.2254428,1),(0.7033669,0.6747373,-0.2236172,1),(0.751371,0.6210802,-0.2229372,1),(0.7898891,0.5711685,-0.2232526,1),(0.8102187,0.5441097,-0.2179225,1),(0.7834494,0.5814656,-0.2193281,1),(0.8025612,0.557062,-0.213489,1),(0.7489232,0.6245157,-0.2215721,1),(0.7776671,0.5899237,-0.2173108,1),(0.7964309,0.5665753,-0.2114006,1),(0.7735946,0.595594,-0.2163769,1),(0.7918836,0.573184,-0.2106665,1),(0.7480547,0.6258219,-0.2208195,1),(0.7083099,0.6695033,-0.223746,1),(0.7141262,0.6633065,-0.2237143,1),(0.8267336,0.5210547,-0.2121642,1),(0.848756,0.4861768,-0.2079554,1),(0.818867,0.5350778,-0.2077227,1),(0.8405237,0.5020219,-0.2037009,1),(0.875066,0.438476,-0.2049349,1),(0.9037794,0.3769723,-0.2026688,1),(0.8664585,0.4569492,-0.2011143,1),(0.8950201,0.3988897,-0.1995644,1),(0.8341998,0.5132618,-0.201675,1),(0.8588247,0.472062,-0.1989408,1),(0.8857657,0.4201394,-0.197236,1),(0.8513849,0.4857948,-0.1978563,1),(0.8759037,0.4410456,-0.195631,1),(0.8286946,0.5223728,-0.2009777,1),(0.813124,0.5445136,-0.2057529,1),(0.8086649,0.5513237,-0.2051908,1),(0.9273403,0.316588,-0.1995295,1),(0.9419255,0.2737316,-0.1945443,1),(0.9192631,0.3406277,-0.1973021,1),(0.9353402,0.2962799,-0.1932796,1),(0.950004,0.2491064,-0.188251,1),(0.9530396,0.2428622,-0.1809235,1),(0.9453063,0.2665863,-0.1879567,1),(0.9505942,0.2517769,-0.1816017,1),(0.9265884,0.3237591,-0.191348,1),(0.9384891,0.290559,-0.1865841,1),(0.9463261,0.2678267,-0.18093,1),(0.9302424,0.3168689,-0.1850486,1),(0.9410318,0.2865137,-0.1799143,1),(0.9162634,0.3529283,-0.1894812,1),(0.9094846,0.367163,-0.1950107,1),(0.8984005,0.3944613,-0.1930719,1),(0.955958,0.23607,-0.1743995,1),(0.9627934,0.2095676,-0.1706171,1),(0.9556209,0.2363314,-0.1758864,1),(0.9635651,0.2044553,-0.1724536,1),(0.9718418,0.1628027,-0.1703494,1),(0.9807731,0.09477051,-0.1705951,1),(0.972915,0.1555161,-0.17103,1),(0.9810429,0.0890665,-0.1721107,1),(0.9632804,0.2053628,-0.1729658,1),(0.9732327,0.1526563,-0.1717964,1),(0.9814221,0.08496984,-0.1720193,1),(0.9732779,0.1520268,-0.1720984,1),(0.9815065,0.08275472,-0.1726168,1),(0.9625482,0.2087936,-0.1729335,1),(0.9538018,0.2435439,-0.1759216,1),(0.9513119,0.2534213,-0.1754517,1),(0.9849035,0.0280973,-0.1708087,1),(0.985135,-0.01411999,-0.1712003,1),(0.9849862,-0.01844664,-0.1716441,1),(0.98479,0.02437891,-0.1720302,1),(0.9846421,-0.03212092,-0.1716051,1),(0.9846387,-0.02620082,-0.1726268,1),(0.984184,-0.03911962,-0.172776,1),(0.9843243,-0.03949964,-0.1718885,1),(0.9838498,-0.04752309,-0.1725718,1),(0.9846739,-0.02405676,-0.1727384,1),(0.9836065,-0.05061657,-0.1730786,1),(0.9834523,-0.05271215,-0.1733295,1),(0.9831194,-0.05771452,-0.1736239,1),(0.9844124,-0.0278103,-0.1736631,1),(0.9847133,0.02008739,-0.1730208,1),(0.984724,0.01727712,-0.1732632,1),(0.9848574,-0.01930462,-0.1722878,1),(0.9847226,-0.03407649,-0.1707634,1),(0.9842332,-0.03734873,-0.1728878,1),(0.9836308,-0.05405672,-0.1718959,1),(0.9833154,-0.07070118,-0.1676072,1),(0.9781474,-0.1291399,-0.1629431,1),(0.9756733,-0.143214,-0.1659859,1),(0.9813444,-0.08935122,-0.1702335,1),(0.9825645,-0.06876136,-0.1727391,1),(0.9798414,-0.1020801,-0.1717281,1),(0.9738635,-0.1515339,-0.1691962,1),(0.9790368,-0.1084536,-0.1724078,1),(0.9730003,-0.1544309,-0.1715266,1),(0.9818534,-0.07696509,-0.173321,1),(0.9835014,-0.05162791,-0.1733775,1),(0.9829675,-0.06007514,-0.1736837,1),(0.97228,-0.1722893,-0.158076,1),(0.9738895,-0.164249,-0.1567212,1),(0.9716694,-0.1732647,-0.1607422,1),(0.9698619,-0.1820403,-0.1619545,1),(0.9816095,-0.1035865,-0.1603515,1),(0.9859517,0.01261159,-0.1665539,1),(0.980045,-0.1155677,-0.161728,1),(0.9861274,-0.00637464,-0.1658675,1),(0.9785625,-0.1240649,-0.1643879,1),(0.9703409,-0.1779216,-0.1636536,1),(0.9859314,-0.02295523,-0.1655666,1),(0.9774042,-0.1295068,-0.1670601,1),(0.9854835,-0.03662618,-0.1657727,1),(0.9695106,-0.1790693,-0.1672828,1),(0.9683542,-0.1867031,-0.1656266,1),(0.9676558,-0.1870657,-0.1692592,1),(0.9756941,0.1384179,-0.1698865,1),(0.9589127,0.2268923,-0.1703117,1),(0.9794537,0.1132061,-0.1668971,1),(0.9654349,0.2007934,-0.1661852,1),(0.9448654,0.2801879,-0.169482,1),(0.9385549,0.3015627,-0.1678528,1),(0.9519885,0.2577934,-0.1651075,1),(0.9437606,0.2868141,-0.1644799,1),(0.9709868,0.1750576,-0.1629087,1),(0.9583735,0.2353396,-0.1616653,1),(0.948625,0.2720829,-0.1614974,1),(0.964125,0.2125431,-0.1590232,1),(0.9537954,0.2548779,-0.1590963,1),(0.9754646,0.1506631,-0.1605283,1),(0.9823206,0.08923137,-0.1645721,1),(0.9842883,0.06775603,-0.1630514,1),(0.9372816,0.3061088,-0.1667351,1),(0.9370424,0.3079339,-0.1647068,1),(0.9375687,0.3073871,-0.1627214,1),(0.9398705,0.2998239,-0.1635515,1),(0.937861,0.3070658,-0.1616394,1),(0.9396962,0.3034694,-0.1577256,1),(0.9387398,0.3069158,-0.156749,1),(0.9372473,0.3098063,-0.1599612,1),(0.9381148,0.3068346,-0.160602,1),(0.9366755,0.3121685,-0.1587131,1),(0.9379876,0.3095662,-0.156039,1),(0.9380239,0.3087935,-0.1573456,1),(0.938974,0.3071156,-0.1549442,1),(0.9403732,0.3007301,-0.1589324,1),(0.9422026,0.2935159,-0.1615635,1),(0.9458081,0.282824,-0.1595538,1),(0.9405465,0.3025625,-0.1543643,1),(0.9384114,0.3097656,-0.1530661,1),(0.9371226,0.3135382,-0.1532812,1),(0.9395524,0.3058104,-0.1540167,1),(0.933113,0.3250226,-0.1538196,1),(0.924261,0.3481916,-0.1565383,1),(0.9214374,0.3551197,-0.1576169,1),(0.9312381,0.3300327,-0.1545116,1),(0.9307219,0.3314462,-0.1545968,1),(0.9366664,0.3149481,-0.1531788,1),(0.9207256,0.3569638,-0.1576118,1),(0.9216689,0.3546498,-0.1573209,1),(0.9316451,0.3291054,-0.1540359,1),(0.9375541,0.3125466,-0.1526665,1),(0.9390207,0.3076349,-0.153626,1),(0.9399098,0.3051813,-0.1530811,1),(0.9145032,0.371741,-0.159664,1),(0.9071914,0.3883952,-0.161719,1),(0.902534,0.3986059,-0.1629288,1),(0.9106337,0.3806061,-0.1608889,1),(0.9026745,0.3983091,-0.1628761,1),(0.9012875,0.401664,-0.1623171,1),(0.8958806,0.4128884,-0.1640764,1),(0.8975482,0.409321,-0.1639007,1),(0.9013631,0.4013769,-0.1626081,1),(0.8963242,0.4123833,-0.1629203,1),(0.8949417,0.4162866,-0.1605763,1),(0.8977099,0.4106576,-0.1596161,1),(0.8962339,0.4146261,-0.1576389,1),(0.9025025,0.399294,-0.1614109,1),(0.9096544,0.3829883,-0.1607757,1),(0.9106623,0.3807406,-0.1604081,1),(-0.4974814,-0.8664253,-0.04265331,1),(-0.4782599,-0.8772996,-0.04016067,1),(-0.5479187,-0.8357725,-0.03562891,1),(-0.4856427,-0.8727892,-0.04888893,1),(-0.4257323,-0.9029337,-0.05884624,1),(-0.4039103,-0.9131303,-0.05522323,1),(-0.6311677,-0.7752474,-0.02487535,1),(-0.7396374,-0.6729339,-0.009814749,1),(-0.7187769,-0.6950188,-0.01756799,1),(-0.5865688,-0.8090405,-0.03729058,1),(-0.4263386,-0.9025898,-0.05972492,1),(-0.5422782,-0.8389972,-0.04492092,1),(-0.6966479,-0.7170793,-0.02188473,1),(-0.4959699,-0.8667601,-0.05235307,1),(-0.6655311,-0.745972,-0.02437595,1),(-0.3705734,-0.9263121,-0.06797817,1),(-0.3576148,-0.9314948,-0.06655139,1),(-0.3351197,-0.939698,-0.06828177,1),(-0.2965946,-0.9522322,-0.07270079,1),(-0.2730068,-0.9590687,-0.07519782,1),(-0.8421301,-0.5392478,0.005357738,1),(-0.9196309,-0.3923931,0.01750766,1),(-0.9206256,-0.3900271,0.01809435,1),(-0.8385722,-0.5447819,0.003046556,1),(-0.972451,-0.2315702,0.02672419,1),(-0.9979466,-0.05555274,0.03188436,1),(-0.9964821,-0.07790609,0.03088593,1),(-0.97167,-0.2347013,0.02779794,1),(-0.9695578,-0.2430182,0.02999936,1),(-0.9196522,-0.3921655,0.02111777,1),(-0.9939161,-0.1052134,0.03257262,1),(-0.9900849,-0.1367617,0.03206363,1),(-0.9632846,-0.2664944,0.03261213,1),(-0.9101843,-0.4134983,0.02416286,1),(-0.8330444,-0.5531865,0.004659409,1),(-0.8162507,-0.5776599,0.006608232,1),(-0.9940174,0.1034734,0.03496525,1),(-0.9766685,0.2121983,0.0330212,1),(-0.9975717,0.06194127,0.03184166,1),(-0.9861036,0.1633318,0.03037337,1),(-0.9611656,0.2746079,0.02740981,1),(-0.9548455,0.2965313,0.01842136,1),(-0.9732808,0.2282688,0.02485434,1),(-0.9653261,0.260505,0.01681443,1),(-0.9937887,0.1080913,0.02646381,1),(-0.9845175,0.1739163,0.02187369,1),(-0.9764372,0.2151611,0.01661384,1),(-0.9919145,0.1253296,0.01995074,1),(-0.9853843,0.1688914,0.0222114,1),(-0.9978825,0.06123782,0.02191669,1),(-0.9994114,0.01530043,0.03070462,1),(-0.9993263,-0.02581592,0.026087,1),(-0.9541234,0.2992205,0.01075908,1),(-0.9534674,0.3013729,0.008614196,1),(-0.9612895,0.2753409,0.0104824,1),(-0.9581755,0.2860518,0.008605766,1),(-0.9529224,0.3029787,0.01195304,1),(-0.952447,0.3039964,0.02075659,1),(-0.9561449,0.2926871,0.01100526,1),(-0.9551772,0.2954472,0.01864013,1),(-0.9650187,0.2618833,0.01248387,1),(-0.9613083,0.2752209,0.01181836,1),(-0.9591969,0.2824036,0.01376572,1),(-0.9642276,0.2648095,0.01187653,1),(-0.9686269,0.2479322,0.01707258,1),(-0.9738404,0.2263109,0.02045618,1),(-0.9702455,0.2417501,0.01343389,1),(-0.9795662,0.199916,0.02199232,1),(-0.9562221,0.2906179,0.03436066,1),(-0.9671458,0.2486598,0.05288958,1),(-0.9692417,0.2419126,0.04526293,1),(-0.9589727,0.2821336,0.02778429,1),(-0.9813972,0.1763907,0.07580291,1),(-0.9919883,0.07297304,0.1031223,1),(-0.9927709,0.07326183,0.09507263,1),(-0.9826636,0.1725948,0.06769889,1),(-0.983155,0.1739361,0.05614612,1),(-0.9706987,0.2377422,0.03496854,1),(-0.9931724,0.08086575,0.08407865,1),(-0.9928843,0.09702092,0.06904953,1),(-0.9823155,0.1828932,0.04007968,1),(-0.9708853,0.2386348,0.02086379,1),(-0.9616661,0.2734277,0.02087256,1),(-0.9640217,0.2655745,0.01150673,1),(-0.9897555,-0.05366853,0.1323012,1),(-0.9606251,-0.2228409,0.1659559,1),(-0.962684,-0.2179989,0.1603622,1),(-0.9909021,-0.05011554,0.1249051,1),(-0.8446344,-0.4930292,0.2086024,1),(-0.4349198,-0.8699639,0.2323952,1),(-0.4427978,-0.8640029,0.2396432,1),(-0.8478605,-0.4881603,0.2069591,1),(-0.8570676,-0.4716554,0.2073071,1),(-0.9669303,-0.2029503,0.1544575,1),(-0.4664758,-0.8478232,0.2521826,1),(-0.5064332,-0.8192012,0.2691371,1),(-0.8714249,-0.4438909,0.2087569,1),(-0.9728166,-0.178585,0.1474283,1),(-0.9925693,-0.0376515,0.1157099,1),(-0.9944634,-0.01646386,0.1037848,1),(0.107347,-0.9752672,0.1932112,1),(0.3419079,-0.9243375,0.1694082,1),(0.3043716,-0.9324026,0.1948927,1),(0.08436287,-0.9742788,0.2089587,1),(0.4084202,-0.8946962,0.1808634,1),(0.378559,-0.8979636,0.2243982,1),(0.2921631,-0.9160885,0.2746317,1),(0.3524722,-0.9102165,0.2174156,1),(0.2891056,-0.9219174,0.257849,1),(0.2530816,-0.9404294,0.2270293,1),(0.2078418,-0.9229438,0.324001,1),(0.133454,-0.9211408,0.3656359,1),(0.2200672,-0.9286707,0.2985652,1),(0.1866256,-0.9461311,0.2645881,1),(0.04229172,-0.9716671,0.2325388,1),(-0.02127065,-0.9643829,0.2636534,1),(0.2916666,-0.9110198,0.2915021,1),(0.1790565,-0.9088579,0.3767174,1),(0.05441792,-0.902989,0.4262038,1),(0.1741976,-0.92065,0.3493691,1),(0.03735994,-0.8781772,0.4768742,1),(-0.1293248,-0.8046981,0.5794272,1),(-0.1781805,-0.7975777,0.5762998,1),(-0.06409132,-0.8618794,0.5030469,1),(-0.1281239,-0.8427353,0.522859,1),(-0.03973882,-0.883656,0.4664472,1),(-0.1927389,-0.7966523,0.5728847,1),(-0.1690509,-0.8037203,0.570487,1),(-0.1482236,-0.8314465,0.5354685,1),(-0.09222494,-0.8651459,0.4929677,1),(0.07319297,-0.9132237,0.4008306,1),(0.001606504,-0.8988948,0.4381615,1),(-0.2685947,-0.7108345,0.6500547,1),(-0.3411595,-0.6413305,0.6872448,1),(-0.2910725,-0.6831241,0.6697897,1),(-0.2610704,-0.7292967,0.6324307,1),(-0.3601198,-0.6058813,0.7093811,1),(-0.3318879,-0.6051914,0.7235978,1),(-0.2062815,-0.6686382,0.7144025,1),(-0.2731057,-0.6632065,0.6968288,1),(-0.1572227,-0.7165523,0.6795836,1),(-0.2128321,-0.7289078,0.6506888,1),(-0.05360972,-0.7139651,0.698126,1),(0.107827,-0.7228059,0.6825871,1),(-0.02056346,-0.7476236,0.6638044,1),(-0.1075634,-0.7650214,0.6349587,1),(-0.2243776,-0.7554083,0.6156404,1),(-0.1560187,-0.7822802,0.6030719,1),(-0.2637612,-0.6217393,0.7374756,1),(-0.1605926,-0.634886,0.7557312,1),(0.02375257,-0.6660868,0.745496,1),(-0.1023767,-0.6778999,0.727991,1),(-0.01716062,-0.6374214,0.7703243,1),(0.1652535,-0.6191887,0.7676566,1),(0.3353897,-0.5517856,0.7635747,1),(0.1718441,-0.6260593,0.7606046,1),(0.3509982,-0.5701327,0.742798,1),(0.2150619,-0.6533002,0.7259113,1),(0.4795109,-0.4488544,0.7540551,1),(0.5813993,-0.3258826,0.7455034,1),(0.4940732,-0.4763215,0.7273303,1),(0.3827324,-0.5930293,0.7084011,1),(0.07895954,-0.6999315,0.709832,1),(0.2527491,-0.6750977,0.6930808,1),(0.3462713,-0.5694131,0.7455635,1),(0.4828995,-0.4860176,0.7284195,1),(0.5824184,-0.3436351,0.7366843,1),(0.4822844,-0.4533274,0.7495973,1),(0.5779582,-0.3775136,0.7234969,1),(0.6351168,-0.2474407,0.7317101,1),(0.665253,-0.1127707,0.7380522,1),(0.6414447,-0.2294389,0.7320563,1),(0.6697556,-0.08658785,0.7375161,1),(0.6422502,-0.1928075,0.741849,1),(0.6710553,0.004499158,0.7413936,1),(0.6644387,0.09582153,0.7411743,1),(0.6721373,0.03477881,0.7396093,1),(0.6657732,-0.05427708,0.7441776,1),(0.5814691,-0.3148901,0.7501587,1),(0.6386102,-0.1747358,0.7494294,1),(0.6698011,-0.1430041,0.7286401,1),(0.7033206,-0.1033415,0.703321,1),(0.7002815,-0.02145681,0.7135444,1),(0.6765612,-0.03264161,0.7356626,1),(0.739885,-0.1263007,0.6607711,1),(0.775078,-0.2109575,0.5956098,1),(0.7765289,-0.2088739,0.5944533,1),(0.737198,-0.07913496,0.6710266,1),(0.7297107,-0.0602526,0.6810961,1),(0.6904866,0.03304902,0.7225897,1),(0.770505,-0.2360973,0.5920981,1),(0.754794,-0.2905552,0.5881017,1),(0.7217908,-0.06718874,0.6888422,1),(0.6826745,0.06161662,0.7281201,1),(0.6701495,0.05276476,0.7403483,1),(0.6619124,0.1114228,0.7412536,1),(0.7866335,-0.3341371,0.5191918,1),(0.7577145,-0.4808483,0.4411958,1),(0.7337604,-0.5467707,0.4032835,1),(0.7823021,-0.3744993,0.4977485,1),(0.6701321,-0.6549352,0.3492606,1),(0.4947006,-0.8381696,0.2296585,1),(0.404396,-0.8951223,0.1876691,1),(0.6156534,-0.7274842,0.3028821,1),(0.5400319,-0.8045073,0.2472522,1),(0.6886019,-0.6320593,0.3554272,1),(0.3064005,-0.9411873,0.1424263,1),(0.2123701,-0.9722846,0.0977843,1),(0.4435148,-0.8765088,0.1871547,1),(0.6148483,-0.7292762,0.300196,1),(0.7635894,-0.4425132,0.4702267,1),(0.7228794,-0.5348982,0.437412,1),(0.2842701,-0.9531825,0.1031192,1),(0.1320732,-0.9911132,0.0158514,1),(0.03274003,-0.9994639,-0.0004987565,1),(0.1756391,-0.9816406,0.07438233,1),(0.04445126,-0.9985145,-0.03150825,1),(0.010993,-0.9988637,-0.0463739,1),(-0.0221555,-0.9986712,-0.04652973,1),(-0.02853606,-0.9988545,-0.03841179,1),(-0.07629038,-0.9964665,-0.03513245,1),(-0.04480909,-0.9989623,-0.008137615,1),(-0.02940866,-0.9989089,-0.03627791,1),(-0.007057903,-0.9998657,-0.01478962,1),(-0.08916223,-0.9957536,-0.02290378,1),(-0.08686971,-0.9961802,-0.008874054,1),(0.07831867,-0.9956619,0.05023567,1),(0.008396062,-0.9994961,0.0306115,1),(0.01342752,-0.9988816,-0.04533533,1),(0.03833371,-0.99837,-0.0422846,1),(0.07643194,-0.9966044,-0.03062235,1),(0.02141557,-0.9989858,-0.03960953,1),(0.08569319,-0.9956347,-0.03699021,1),(0.1554209,-0.9874138,-0.02929558,1),(0.2222069,-0.9749844,-0.005423504,1),(0.1433353,-0.9894865,-0.01927789,1),(0.2179281,-0.9759465,0.005955694,1),(0.136853,-0.9905409,-0.01000388,1),(0.2983384,-0.9541587,0.02398731,1),(0.373745,-0.925701,0.05824351,1),(0.2994126,-0.9532754,0.04022349,1),(0.2121512,-0.9769846,0.02220826,1),(0.05458986,-0.9982201,-0.02401244,1),(0.1102185,-0.9938996,0.003924616,1),(0.2319864,-0.9725333,-0.01900573,1),(0.2996106,-0.9540452,-0.005589262,1),(0.3678843,-0.9294561,0.02779851,1),(0.3012247,-0.9534984,0.0102284,1),(0.3585765,-0.9334366,0.01090963,1),(0.4094167,-0.9118369,0.03052014,1),(0.4663584,-0.8819236,0.0687062,1),(0.4226552,-0.9050574,0.04726298,1),(0.4798193,-0.8732408,0.08499331,1),(0.4324536,-0.8994163,0.06351495,1),(0.5152754,-0.850216,0.1078148,1),(0.5536196,-0.8203133,0.1434973,1),(0.5254706,-0.8423964,0.1193698,1),(0.486674,-0.8681511,0.09727289,1),(0.3721948,-0.9271487,0.04320117,1),(0.4363602,-0.8964752,0.07695397,1),(0.453032,-0.8900581,0.05058189,1),(0.489997,-0.8689826,0.06908019,1),(0.5314053,-0.8401847,0.1081576,1),(0.5018058,-0.8603237,0.0896325,1),(0.5207507,-0.8493579,0.0860801,1),(0.5457515,-0.8317532,0.1016951,1),(0.5747874,-0.8065104,0.1384211,1),(0.5555942,-0.8220982,0.124377,1),(0.5832518,-0.7956947,0.1633627,1),(0.5651121,-0.8116385,0.1479568,1),(0.5973402,-0.7824784,0.1758191,1),(0.6150517,-0.7590633,0.2133877,1),(0.6049494,-0.770362,0.2014414,1),(0.5915405,-0.7845534,0.1858921,1),(0.542578,-0.8299665,0.1294785,1),(0.5745437,-0.8013358,0.1666143,1),(0.5653465,-0.8169947,0.1135911,1),(0.5798906,-0.8058813,0.1195088,1),(0.5999708,-0.7853644,0.1524401,1),(0.5894146,-0.7940795,0.1484189,1),(0.5896646,-0.7987574,0.1195082,1),(0.5948075,-0.7957993,0.1136117,1),(0.6095356,-0.7798131,0.142681,1),(0.6066565,-0.7805827,0.1505277,1),(0.6197517,-0.7629603,0.1838462,1),(0.6152632,-0.765888,0.1867259,1),(0.6213231,-0.7636703,0.1754002,1),(0.6314822,-0.7450415,0.2148094,1),(0.6305641,-0.7437655,0.2218146,1),(0.6275358,-0.7456972,0.2239073,1),(0.6078323,-0.7724385,0.1840612,1),(0.6223916,-0.7508268,0.2211062,1),(0.5982413,-0.7935029,0.1116277,1),(0.6032724,-0.7879928,0.1230025,1),(0.6145652,-0.7729805,0.157514,1),(0.6111482,-0.7788447,0.1410629,1),(0.6096417,-0.7787509,0.1479326,1),(0.6167123,-0.7647595,0.1865711,1),(0.6239526,-0.7418399,0.2456756,1),(0.6192546,-0.7612685,0.192338,1),(0.6242241,-0.7420843,0.2442441,1),(0.6229375,-0.7566906,0.1984139,1),(0.6233369,-0.7165396,0.3130851,1),(0.6119946,-0.6884231,0.3892768,1),(0.6232464,-0.7197485,0.3058203,1),(0.6283158,-0.7370972,0.248811,1),(0.6216389,-0.7633646,0.1756122,1),(0.6305008,-0.7447531,0.2186582,1),(0.6206003,-0.7464374,0.2401801,1),(0.6174325,-0.7230189,0.3098722,1),(0.6078063,-0.6878175,0.3968357,1),(0.6221843,-0.7167939,0.3147904,1),(0.6046256,-0.691312,0.3956204,1),(0.578889,-0.6474941,0.4956197,1),(0.5286824,-0.6047558,0.5956218,1),(0.5777926,-0.6517158,0.4913474,1),(0.532322,-0.6086076,0.588413,1),(0.5826397,-0.6488138,0.4894604,1),(0.4577962,-0.5599297,0.6905805,1),(0.3671958,-0.5159472,0.7739288,1),(0.4660066,-0.5643633,0.681419,1),(0.5381461,-0.6076228,0.5841176,1),(0.6119449,-0.6838481,0.3973351,1),(0.585951,-0.6482819,0.4862016,1),(0.5367689,-0.597423,0.5957894,1),(0.4767421,-0.5524339,0.6837645,1),(0.3821483,-0.5075154,0.7722635,1),(0.46214,-0.5525466,0.6936273,1),(0.3994424,-0.513417,0.7595056,1),(0.3050577,-0.4803466,0.822318,1),(0.1885816,-0.4453912,0.8752506,1),(0.2906232,-0.4715833,0.8325547,1),(0.1733085,-0.4318816,0.8851228,1),(0.2714762,-0.4638718,0.8432815,1),(0.07389162,-0.4126653,0.9078807,1),(-0.02745537,-0.3830658,0.9233128,1),(0.0581186,-0.3965359,0.9161777,1),(0.1530512,-0.424473,0.8924114,1),(0.3672706,-0.5074949,0.7794621,1),(0.2570595,-0.4654426,0.846926,1),(0.2184419,-0.4486103,0.866621,1),(0.1629941,-0.4203438,0.8926052,1),(0.06929097,-0.4022429,0.9129071,1),(0.1058899,-0.4225847,0.9001164,1),(0.1398494,-0.3987117,0.9063504,1),(0.1488368,-0.3845882,0.9110101,1),(0.1339235,-0.37528,0.9171857,1),(0.07863572,-0.3867052,0.9188447,1),(0.03703864,-0.3800246,0.9242345,1),(-0.008048836,-0.3880846,0.9215885,1),(0.1415431,-0.3718147,0.9174526,1),(0.1711136,-0.3729891,0.9119207,1),(0.01931344,-0.3766603,0.9261501,1),(-0.06121945,-0.3761508,0.9245338,1),(0.004330747,-0.3992711,0.9168227,1),(-0.0757465,-0.3780247,0.9226916,1),(0.1953497,-0.3822959,0.9031547,1),(0.290357,-0.3929299,0.8725244,1),(0.3529527,-0.3899013,0.8505301,1),(0.2258272,-0.3747091,0.8992192,1),(0.4426194,-0.4114641,0.7967343,1),(0.6458423,-0.4221033,0.6361733,1),(0.7240309,-0.4355494,0.5348607,1),(0.5237283,-0.4158717,0.7434779,1),(0.6140389,-0.4203286,0.6680419,1),(0.4353186,-0.3890161,0.8118892,1),(0.7931553,-0.4486029,0.4118982,1),(0.8432298,-0.4615033,0.2756417,1),(0.7007416,-0.4259494,0.5723008,1),(0.5269316,-0.3911038,0.7545733,1),(0.279808,-0.371526,0.8852547,1),(0.3513415,-0.3727241,0.8588573,1),(0.8106933,-0.4235824,0.4041713,1),(0.881959,-0.44575,0.1531515,1),(0.8884853,-0.4587285,-0.01272856,1),(0.8603761,-0.4399463,0.2572941,1),(0.8617275,-0.4934727,-0.1179426,1),(0.7261649,-0.5550037,-0.4057776,1),(0.6553551,-0.5541907,-0.5132082,1),(0.8230429,-0.4993927,-0.2705683,1),(0.7629544,-0.5033249,-0.4056658,1),(0.8646021,-0.4710179,-0.1749438,1),(0.5823197,-0.5505952,-0.5981209,1),(0.5115815,-0.5450665,-0.6642189,1),(0.6892408,-0.5054371,-0.5191151,1),(0.8147383,-0.4818667,-0.3224998,1),(0.8842396,-0.4565021,0.09862095,1),(0.879367,-0.4724422,-0.05926353,1),(0.5207258,-0.5809435,-0.6255793,1),(0.3520443,-0.5791038,-0.7353253,1),(0.2845882,-0.5788284,-0.7641775,1),(0.4435716,-0.5797234,-0.6834947,1),(0.2353246,-0.5798407,-0.7800046,1),(0.1604652,-0.5945981,-0.7878476,1),(0.1323203,-0.5872649,-0.7985057,1),(0.1844559,-0.5779244,-0.7949713,1),(0.1547503,-0.5765312,-0.8022869,1),(0.2374451,-0.5778701,-0.7808239,1),(0.1230882,-0.5810441,-0.8045106,1),(0.1345632,-0.5756985,-0.8065134,1),(0.1459823,-0.5747646,-0.8051925,1),(0.2092314,-0.5754244,-0.7906383,1),(0.3803826,-0.5763817,-0.7232518,1),(0.3308468,-0.5709761,-0.7513499,1),(0.1216965,-0.6139435,-0.7799124,1),(0.1192794,-0.6241391,-0.7721547,1),(0.1413603,-0.6117937,-0.7782839,1),(0.1190375,-0.6021161,-0.7894849,1),(0.1531704,-0.6258028,-0.7647939,1),(0.2240209,-0.6164401,-0.7548618,1),(0.2968507,-0.6070378,-0.7371464,1),(0.2003417,-0.6149492,-0.762693,1),(0.2579087,-0.6052164,-0.7531243,1),(0.1762875,-0.6002205,-0.7801654,1),(0.3772439,-0.5995052,-0.7058899,1),(0.4633902,-0.5951577,-0.6565493,1),(0.3276396,-0.5980087,-0.7314628,1),(0.2274957,-0.59065,-0.7741952,1),(0.132018,-0.5911703,-0.7956688,1),(0.1640141,-0.581784,-0.7966346,1),(0.3217822,-0.6070006,-0.7266406,1),(0.439309,-0.6086174,-0.6607516,1),(0.5373873,-0.6007085,-0.5919158,1),(0.4138224,-0.5979929,-0.6864077,1),(0.5790722,-0.6129143,-0.5375978,1),(0.727006,-0.600844,-0.3323385,1),(0.7800607,-0.5973879,-0.1860996,1),(0.6664975,-0.6070814,-0.4327047,1),(0.7377312,-0.6016979,-0.3061248,1),(0.6304445,-0.5942505,-0.4994056,1),(0.8039367,-0.5940176,-0.02878847,1),(0.7962869,-0.5906402,0.1306576,1),(0.7855343,-0.5972764,-0.161854,1),(0.7106925,-0.5901417,-0.3829477,1),(0.5086694,-0.5911015,-0.6259829,1),(0.6007001,-0.587432,-0.5422941,1),(0.8200407,-0.567063,-0.0772832,1),(0.8222247,-0.5405136,0.1783019,1),(0.7729924,-0.529937,0.3487828,1),(0.821591,-0.5618452,0.09653058,1),(0.733524,-0.5246729,0.4320426,1),(0.5407789,-0.5090706,0.6696305,1),(0.4422835,-0.4956316,0.7474855,1),(0.6465636,-0.5094787,0.5677913,1),(0.543296,-0.4981965,0.6757439,1),(0.6925758,-0.5216512,0.4982155,1),(0.3448805,-0.4867355,0.8025871,1),(0.2518668,-0.4820635,0.8391532,1),(0.4331196,-0.4909871,0.7558697,1),(0.5913048,-0.515792,0.6199332,1),(0.78684,-0.5575832,0.2645447,1),(0.7210349,-0.5540801,0.4160576,1),(0.3493621,-0.4655145,0.813168,1),(0.2833002,-0.4160658,0.8640777,1),(0.2153338,-0.4247183,0.8793439,1),(0.2632138,-0.4636218,0.8460339,1),(0.3379861,-0.3749216,0.8632492,1),(0.5113326,-0.3295996,0.7936643,1),(0.5096045,-0.3330167,0.7933494,1),(0.2958536,-0.3872419,0.8732207,1),(0.2667613,-0.4006827,0.8765226,1),(0.1610149,-0.4355325,0.8856555,1),(0.5178487,-0.3352686,0.7870372,1),(0.5329762,-0.3361654,0.7764852,1),(0.2470992,-0.4144072,0.8759045,1),(0.1169302,-0.4474608,0.8866263,1),(0.1881512,-0.465108,0.8650281,1),(0.1223722,-0.4691202,0.874615,1),(0.71144,-0.2759423,0.6463042,1),(0.871937,-0.220621,0.4370951,1),(0.9022386,-0.1901736,0.3870395,1),(0.7395091,-0.2609999,0.6204879,1),(0.9827705,-0.1498629,0.1081812,1),(0.9216537,-0.04352986,-0.3855639,1),(0.905759,-0.009754279,-0.4236808,1),(0.9926228,-0.1107255,0.04939431,1),(0.9975879,-0.0692723,-0.004445082,1),(0.9292964,-0.1556154,0.3349506,1),(0.8917906,0.02473362,-0.4517717,1),(0.8802511,0.05875286,-0.4708565,1),(0.9981751,-0.02719106,-0.05391823,1),(0.9522985,-0.1183935,0.2812661,1),(0.770946,-0.2422222,0.5890421,1),(0.803605,-0.2202533,0.552908,1),(0.7025253,0.04826371,-0.7100205,1),(0.6226425,0.08809166,-0.7775322,1),(0.6006017,0.09636633,-0.7937198,1),(0.680911,0.0672271,-0.7292742,1),(0.7003751,0.09747341,-0.7070882,1),(0.902334,0.06387883,-0.426278,1),(0.6852584,0.09552759,-0.7220079,1),(0.9074449,0.04249359,-0.4180169,1),(0.6775597,0.08765292,-0.7302258,1),(0.5883982,0.1034291,-0.8019289,1),(0.9153457,0.02026599,-0.4021585,1),(0.9260925,-0.005027954,-0.377263,1),(0.6807781,0.08383659,-0.7276761,1),(0.5885488,0.1124096,-0.8006087,1),(0.6679987,0.08692043,-0.7390687,1),(0.6648123,0.107,-0.7393074,1),(0.9981139,0.02786302,-0.05470255,1),(0.9926038,0.01313075,0.1206868,1),(0.9999541,-0.00497608,-0.008180731,1),(0.9845186,-0.02062735,0.174062,1),(0.9879619,0.03463105,0.1507715,1),(0.9943907,0.08201804,0.0667861,1),(0.9800959,0.005495293,0.198448,1),(0.9929927,0.0621157,0.1005341,1),(0.9713771,-0.05795189,0.2303654,1),(0.9678895,-0.02782282,0.2498315,1),(0.9893594,0.0368131,0.1407581,1),(0.9507961,-0.06571479,0.3027678,1),(0.982287,0.004471919,0.1873287,1),(0.9529738,-0.090028,0.2893714,1),(0.9981904,-0.04156454,0.04345528,1),(0.991766,-0.08313599,0.09740932,1),(0.9900537,0.1309297,-0.05148756,1),(0.9796931,0.1595064,-0.1214873,1),(0.9918613,0.1223554,-0.03521491,1),(0.9807085,0.1557223,-0.1181574,1),(0.9748279,0.1674259,-0.1472386,1),(0.9787537,0.1570666,-0.1318004,1),(0.9777191,0.1572419,-0.139069,1),(0.9743128,0.1671244,-0.1509433,1),(0.9747467,0.1646287,-0.1508845,1),(0.983049,0.1484211,-0.1076378,1),(0.9762688,0.1586792,-0.1473774,1),(0.9742914,0.1617586,-0.1568136,1),(0.9765536,0.1588938,-0.1452442,1),(0.9870588,0.1343554,-0.08754268,1),(0.9941776,0.1071608,-0.01129112,1),(0.9962217,0.083779,0.02287604,1),(0.9803113,0.1483645,-0.130299,1),(0.9646851,0.1613344,-0.208216,1),(0.9624088,0.1614549,-0.218407,1),(0.9790885,0.1481666,-0.1394009,1),(0.8852049,0.2043026,-0.4179386,1),(0.533224,0.268825,-0.8021254,1),(0.528195,0.2734911,-0.8038735,1),(0.8806725,0.2055272,-0.4268192,1),(0.8682981,0.2132165,-0.4478806,1),(0.9565676,0.1678451,-0.2383411,1),(0.5090645,0.2802649,-0.8138213,1),(0.4717912,0.2911369,-0.8322573,1),(0.8441255,0.2304823,-0.4840764,1),(0.9449489,0.1833043,-0.2710559,1),(0.976174,0.1523678,-0.154494,1),(0.9704977,0.1636997,-0.1770216,1),(-0.01514173,0.252909,-0.9673715,1),(-0.3060607,0.2106209,-0.9284211,1),(-0.3172611,0.2171084,-0.9231519,1),(-0.02053858,0.2604409,-0.9652714,1),(-0.4391912,0.1819804,-0.8797694,1),(-0.5018868,0.1645888,-0.849129,1),(-0.5289187,0.1637651,-0.8327221,1),(-0.45742,0.185538,-0.8696796,1),(-0.4725537,0.1880088,-0.8610144,1),(-0.3318235,0.2207285,-0.9171543,1),(-0.5453787,0.1651223,-0.8217643,1),(-0.5528437,0.1678824,-0.8161981,1),(-0.4858773,0.1888427,-0.8533825,1),(-0.3510028,0.2213394,-0.9098384,1),(-0.03629367,0.2653567,-0.963467,1),(-0.06422043,0.2682725,-0.9612001,1),(-0.5138461,0.1665675,-0.8415565,1),(-0.4686242,0.2111549,-0.8577908,1),(-0.551175,0.1604889,-0.8188098,1),(-0.5169814,0.1927965,-0.8340022,1),(-0.3415813,0.2960842,-0.8919957,1),(-0.09348797,0.4201431,-0.9026294,1),(-0.4084059,0.2595806,-0.8751129,1),(-0.1930373,0.3617625,-0.912066,1),(-0.5442848,0.1798289,-0.8193995,1),(-0.4541713,0.2335834,-0.8597483,1),(-0.2757925,0.3145298,-0.9083002,1),(-0.4818011,0.2184768,-0.848608,1),(-0.3415813,0.2787838,-0.8975533,1),(-0.5545706,0.1775262,-0.8129796,1),(-0.5711012,0.1584325,-0.8054456,1),(-0.5760411,0.1613708,-0.8013339,1),(0.1917529,0.5368733,-0.8215826,1),(0.4002148,0.6325706,-0.6630856,1),(0.06650963,0.4688281,-0.8807818,1),(0.2806456,0.5707519,-0.7716736,1),(0.5336264,0.7181704,-0.4466251,1),(0.5906208,0.7888559,-0.1699223,1),(0.447085,0.6721813,-0.5901587,1),(0.5575076,0.7629414,-0.3272701,1),(0.1509949,0.5095983,-0.8470597,1),(0.3379798,0.6206083,-0.7075416,1),(0.4965216,0.7269575,-0.4743408,1),(0.2145947,0.566862,-0.7953719,1),(0.410787,0.6833714,-0.6035374,1),(0.0207188,0.4526519,-0.8914465,1),(-0.05364615,0.4080278,-0.911392,1),(-0.1627747,0.3567647,-0.9199039,1),(0.5760434,0.8105614,0.1056605,1),(0.5199749,0.7955291,0.3110621,1),(0.5940506,0.8033374,-0.04186818,1),(0.5662847,0.8020307,0.1899167,1),(0.4434944,0.771015,0.4569995,1),(0.3528172,0.748256,0.5618122,1),(0.4967882,0.7846324,0.3708819,1),(0.3940806,0.7610767,0.5152307,1),(0.5966048,0.801002,0.04958402,1),(0.545949,0.7961263,0.2610033,1),(0.4432623,0.7773256,0.4464118,1),(0.5825383,0.802299,0.1302512,1),(0.4944349,0.7938888,0.3539416,1),(0.6034092,0.7907843,-0.1027495,1),(0.5869988,0.7853147,-0.1967568,1),(0.5516787,0.7571466,-0.3498282,1),(0.2814099,0.7332765,0.618962,1),(0.2655949,0.7370076,0.6215135,1),(0.3014828,0.7356424,0.6065792,1),(0.2658177,0.7251972,0.6351614,1),(0.3066022,0.7622604,0.5700474,1),(0.404838,0.7968632,0.4484588,1),(0.2874161,0.737728,0.6108596,1),(0.3664045,0.7674031,0.5261561,1),(0.2832628,0.7207943,0.6326277,1),(0.2825949,0.7192866,0.6346393,1),(0.3341568,0.739704,0.5841038,1),(0.2933695,0.7088422,0.6414647,1),(0.3118263,0.7170156,0.6234204,1),(0.317634,0.7241734,0.6121122,1),(0.3371732,0.7447186,0.5759412,1),(0.3861366,0.759057,0.5241478,1),(0.5034723,0.8212582,0.268422,1),(0.548511,0.8345131,0.05218771,1),(0.4568692,0.8011136,0.3866362,1),(0.5139781,0.834185,0.199905,1),(0.5253677,0.8233383,-0.214716,1),(0.4043897,0.7509145,-0.5221076,1),(0.5232997,0.8501404,-0.05846972,1),(0.4501643,0.8029819,-0.390605,1),(0.4641581,0.8210571,0.3322984,1),(0.5008175,0.8602359,0.09579131,1),(0.4817068,0.8419843,-0.2429422,1),(0.4619074,0.8536983,0.2405012,1),(0.4954009,0.864466,-0.0853014,1),(0.4062406,0.7980117,0.4451359,1),(0.4051161,0.7754046,0.4843848,1),(0.3546424,0.7479042,0.5611311,1),(0.2320229,0.6143106,-0.7541803,1),(0.0902986,0.4935296,-0.8650287,1),(0.3108353,0.6754078,-0.6687345,1),(0.169568,0.5486801,-0.8186554,1),(-0.01610371,0.4143421,-0.9099787,1),(-0.0994504,0.3745783,-0.9218463,1),(0.04159602,0.4542969,-0.8898787,1),(-0.08041249,0.3918023,-0.9165286,1),(0.2584887,0.6108208,-0.748386,1),(0.1140866,0.5072224,-0.8542305,1),(-0.04544439,0.4243095,-0.9043761,1),(0.1962869,0.5703338,-0.7976156,1),(0.004049559,0.4703652,-0.8824626,1),(0.3485443,0.6755342,-0.6497462,1),(0.3887721,0.7338441,-0.5570717,1),(0.4567322,0.7844971,-0.4194758,1),(-0.1524947,0.3684417,-0.9170584,1),(-0.1598475,0.3934295,-0.9053519,1),(-0.1727885,0.3592931,-0.9170891,1),(-0.2070917,0.3606041,-0.9094381,1),(-0.1206478,0.4503335,-0.8846716,1),(-0.0308022,0.535768,-0.8438032,1),(-0.1865224,0.397453,-0.8984656,1),(-0.1082277,0.4682083,-0.876965,1),(-0.2377398,0.3418633,-0.9091806,1),(-0.2369163,0.3577492,-0.9032642,1),(-0.1754419,0.4114782,-0.8943746,1),(-0.2673347,0.3324809,-0.9044272,1),(-0.2256182,0.3693598,-0.9014821,1),(-0.2488591,0.3367716,-0.9081046,1),(-0.1768991,0.3649581,-0.9140636,1),(-0.1635168,0.3840927,-0.9086997,1),(0.07708631,0.6299222,-0.7728231,1),(0.1643856,0.7195191,-0.6747367,1),(-0.003402076,0.5559749,-0.8311921,1),(0.0917087,0.6471673,-0.7568118,1),(0.229775,0.8033195,-0.5494373,1),(0.271484,0.8770418,-0.3963511,1),(0.176203,0.7393436,-0.6498643,1),(0.2474229,0.8258753,-0.5066674,1),(0.0135978,0.5761742,-0.8172138,1),(0.11145,0.6712188,-0.7328329,1),(0.2095436,0.7658837,-0.6078763,1),(0.04349862,0.6065955,-0.7938197,1),(0.1613385,0.7034664,-0.6921741,1),(-0.06010705,0.5141852,-0.8555704,1),(-0.08176375,0.4887117,-0.8686056,1),(-0.1488393,0.4343657,-0.8883543,1),(0.300669,0.9173887,-0.2607607,1),(0.3296101,0.9244955,-0.1914818,1),(0.3050152,0.8772476,-0.3706783,1),(0.3497154,0.889697,-0.2934935,1),(0.3621815,0.9128603,-0.1884421,1),(0.3986887,0.8826464,-0.248963,1),(0.386543,0.8794646,-0.2777166,1),(0.4176047,0.850121,-0.3207815,1),(0.3565243,0.845148,-0.3982655,1),(0.3989539,0.8389031,-0.3702397,1),(0.4266289,0.8140677,-0.394058,1),(0.3966381,0.7940418,-0.4606256,1),(0.4244871,0.7761047,-0.4663391,1),(0.3471082,0.7945664,-0.4981768,1),(0.2952764,0.8263958,-0.4794602,1),(0.2704712,0.7696301,-0.5783727,1),(0.4208972,0.850261,-0.3160725,1),(0.4190437,0.8433083,-0.3365019,1),(0.434393,0.8202873,-0.3720639,1),(0.4347163,0.8143317,-0.384559,1),(0.3946138,0.8642268,-0.3120773,1),(0.3441789,0.9078937,-0.239311,1),(0.4195266,0.8334637,-0.359633,1),(0.3863104,0.8741215,-0.2944079,1),(0.4432535,0.7857665,-0.4313901,1),(0.4367675,0.8026711,-0.4061444,1),(0.418893,0.838025,-0.3496323,1),(0.4463389,0.7718768,-0.4527559,1),(0.4405665,0.8010403,-0.40526,1),(0.4451126,0.7572448,-0.4779698,1),(0.4400133,0.7896577,-0.4275849,1),(0.4378712,0.7585801,-0.4825194,1),(0.2770459,0.9497462,-0.1456975,1),(0.2073306,0.9760037,-0.06656409,1),(0.3371242,0.9177905,-0.2097808,1),(0.2765124,0.9518439,-0.1324161,1),(0.137435,0.9905034,-0.003812989,1),(0.06862766,0.9967421,0.04237062,1),(0.2055118,0.9765781,-0.06371843,1),(0.1252481,0.9921153,-0.004486526,1),(0.3382326,0.9185559,-0.2045821,1),(0.2726755,0.95271,-0.1341331,1),(0.189984,0.9795966,-0.06554943,1),(0.33367,0.9180307,-0.2142054,1),(0.2595802,0.9551357,-0.1425971,1),(0.3874999,0.8778935,-0.2813306,1),(0.386761,0.8797613,-0.2764705,1),(0.4225807,0.8382336,-0.3446595,1),(0.03438104,0.9974058,0.06324365,1),(0.06781948,0.9964634,0.04961126,1),(0.07765108,0.9965208,0.03027436,1),(0.1034749,0.9942886,0.02613916,1),(0.175438,0.984487,-0.002593796,1),(0.3607143,0.9275287,-0.09785563,1),(0.2089059,0.9777204,-0.02051908,1),(0.3965448,0.910918,-0.1139326,1),(0.1574687,0.9874334,-0.01336724,1),(0.2585167,0.9646026,-0.05206597,1),(0.4391311,0.887828,-0.13757,1),(0.3236087,0.9408318,-0.1005638,1),(0.4859051,0.8574002,-0.1695916,1),(0.2301731,0.9703681,-0.07352629,1),(0.1364022,0.990474,-0.01885753,1),(0.2101415,0.9736735,-0.08832075,1),(0.5335007,0.823834,-0.1915063,1),(0.6263969,0.7403921,-0.2438166,1),(0.5700364,0.7954164,-0.2058433,1),(0.6611778,0.7054579,-0.2552904,1),(0.6632525,0.7001199,-0.2644396,1),(0.6585708,0.7061595,-0.2600445,1),(0.6967866,0.6632122,-0.2731996,1),(0.6922856,0.6706024,-0.2665204,1),(0.6892687,0.6745544,-0.2643579,1),(0.7228428,0.6323517,-0.2786209,1),(0.7191243,0.6401722,-0.2702589,1),(0.740041,0.6116971,-0.2795817,1),(0.7383728,0.6176158,-0.270844,1),(0.7085742,0.6520365,-0.2697613,1),(0.6036719,0.7659765,-0.2210435,1),(0.631586,0.7384203,-0.2362933,1),(0.6417547,0.7266204,-0.2453031,1),(0.6409805,0.730818,-0.2346255,1),(0.6750089,0.6941926,-0.2499195,1),(0.6712207,0.7021471,-0.2375969,1),(0.6564755,0.7190434,-0.2280716,1),(0.6874414,0.6903983,-0.2253317,1),(0.681344,0.6949856,-0.2297071,1),(0.7049324,0.6722807,-0.2260729,1),(0.6979222,0.6746635,-0.2402787,1),(0.7047881,0.6704468,-0.231894,1),(0.7232304,0.6519263,-0.2278813,1),(0.7271842,0.6446887,-0.2357532,1),(0.7424864,0.6284967,-0.2317456,1),(0.7213795,0.6482829,-0.2436002,1),(0.7028669,0.6647577,-0.253131,1),(0.7252387,0.6393948,-0.2553491,1),(0.722005,0.6547765,-0.2235541,1),(0.7500021,0.6236579,-0.2203351,1),(0.7324178,0.6429979,-0.2238705,1),(0.7553244,0.6171454,-0.2204919,1),(0.7721784,0.5975978,-0.2159109,1),(0.7892044,0.5769457,-0.2104527,1),(0.774097,0.5950444,-0.2160924,1),(0.789142,0.5769125,-0.2107768,1),(0.7641771,0.6056486,-0.2218629,1),(0.7798474,0.587033,-0.2173252,1),(0.7926753,0.5716455,-0.2118659,1),(0.7898119,0.5725394,-0.2199903,1),(0.8006788,0.5595937,-0.2139356,1),(0.7766195,0.5884153,-0.2250102,1),(0.7454011,0.6273465,-0.2254185,1),(0.7609146,0.6071159,-0.2289525,1),(0.8051717,0.55643,-0.2051445,1),(0.8235396,0.5305196,-0.2008272,1),(0.8034713,0.5587514,-0.205501,1),(0.8196914,0.5363759,-0.2010149,1),(0.843909,0.4988568,-0.1973811,1),(0.86574,0.4610762,-0.1946868,1),(0.8375279,0.5095465,-0.1972541,1),(0.8566267,0.47802,-0.1941324,1),(0.8188944,0.5374221,-0.2014684,1),(0.8341613,0.5150377,-0.1972587,1),(0.8505646,0.4889258,-0.1936271,1),(0.8357462,0.5124927,-0.1971783,1),(0.849623,0.4908669,-0.1928481,1),(0.8228596,0.5310867,-0.2021109,1),(0.8050019,0.5562389,-0.2063253,1),(0.8111266,0.5467551,-0.2076833,1),(0.8867685,0.4205289,-0.1918255,1),(0.9052967,0.3807765,-0.1882738,1),(0.8760788,0.4427246,-0.1909991,1),(0.8950897,0.4045588,-0.1874744,1),(0.9214969,0.3419857,-0.1840908,1),(0.9355538,0.3042795,-0.1793128,1),(0.9133704,0.3634249,-0.1835128,1),(0.9305952,0.3192719,-0.1790477,1),(0.8873025,0.4217378,-0.1866317,1),(0.907036,0.3792536,-0.1829003,1),(0.9267145,0.33049,-0.1788205,1),(0.9037153,0.3875235,-0.1820006,1),(0.9244401,0.3368672,-0.1786925,1),(0.8837087,0.4298212,-0.1852367,1),(0.8682753,0.4581858,-0.1901677,1),(0.8654547,0.4641519,-0.1885507,1),(0.9488106,0.2627926,-0.17521,1),(0.9617708,0.2123195,-0.1729658,1),(0.9466184,0.2705514,-0.1752581,1),(0.9610232,0.2154764,-0.1732177,1),(0.9731852,0.1523282,-0.1723563,1),(0.981437,0.08253788,-0.1731154,1),(0.9729043,0.1536426,-0.1727755,1),(0.9811301,0.08484986,-0.1737362,1),(0.9601811,0.2188232,-0.1736916,1),(0.972275,0.1567835,-0.1734949,1),(0.9804587,0.09038648,-0.1747314,1),(0.9711168,0.1625661,-0.174655,1),(0.9792508,0.09985299,-0.1763439,1),(0.9591123,0.2229153,-0.1743917,1),(0.9448234,0.2766397,-0.1754404,1),(0.9434494,0.2809328,-0.1760115,1),(0.9845969,0.01766877,-0.1739441,1),(0.9843536,-0.02730636,-0.1740756,1),(0.9843693,0.02203189,-0.1747328,1),(0.9843515,-0.02163487,-0.1748834,1),(0.9833481,-0.05253479,-0.1739729,1),(0.9830319,-0.05835643,-0.173905,1),(0.9835461,-0.04626587,-0.1746332,1),(0.9833213,-0.05216494,-0.1742357,1),(0.9843079,-0.01069017,-0.1761355,1),(0.9838527,-0.03406525,-0.175708,1),(0.9837919,-0.03959974,-0.1748868,1),(0.9839875,-0.01606609,-0.1775115,1),(0.9841435,-0.02108982,-0.176116,1),(0.9839832,0.005673129,-0.1781711,1),(0.983918,0.03077035,-0.1759508,1),(0.9830498,0.04430755,-0.1779045,1),(0.9828699,-0.0613123,-0.1738033,1),(0.9817132,-0.07788867,-0.1737024,1),(0.983206,-0.05530769,-0.1739168,1),(0.9821375,-0.07161171,-0.1740052,1),(0.9788817,-0.1081466,-0.1734793,1),(0.9731335,-0.152008,-0.1729295,1),(0.979467,-0.1011367,-0.1744012,1),(0.974025,-0.143821,-0.1749017,1),(0.9829357,-0.05863089,-0.1743558,1),(0.9806327,-0.0875062,-0.17522,1),(0.9757569,-0.1292732,-0.1765985,1),(0.9820949,-0.06729668,-0.1759567,1),(0.9781241,-0.1076943,-0.1779751,1),(0.9838045,-0.03940643,-0.17486,1),(0.9837818,-0.0426822,-0.1742171,1),(0.9842962,-0.02402554,-0.1748827,1),(0.9678594,-0.1834341,-0.1720471,1),(0.9692641,-0.1769571,-0.1709187,1),(0.9689039,-0.1750482,-0.174881,1),(0.9698606,-0.1707373,-0.173837,1),(0.9766812,-0.1319128,-0.1693896,1),(0.9849226,-0.04684515,-0.1665322,1),(0.9764825,-0.1304263,-0.1716707,1),(0.9844324,-0.05297615,-0.1675899,1),(0.9714164,-0.1589045,-0.1763506,1),(0.9770039,-0.1237147,-0.1736609,1),(0.9841922,-0.05426664,-0.1685848,1),(0.9783406,-0.1104189,-0.1750929,1),(0.9843228,-0.04994487,-0.1691565,1),(0.9739801,-0.1399204,-0.1782837,1),(0.97095,-0.1606645,-0.1773219,1),(0.9739383,-0.138971,-0.1792517,1),(0.9854729,0.04973471,-0.1623874,1),(0.9788958,0.1283783,-0.1590032,1),(0.9861041,0.03560007,-0.1622698,1),(0.9814411,0.1085666,-0.1580714,1),(0.9692727,0.1893388,-0.1570385,1),(0.959555,0.2337155,-0.1569436,1),(0.9737678,0.1660923,-0.1555297,1),(0.9655491,0.2090089,-0.1550164,1),(0.9832934,0.09140272,-0.1574158,1),(0.9775519,0.1433972,-0.1543683,1),(0.9712181,0.1821711,-0.1534569,1),(0.9806179,0.1218454,-0.1534343,1),(0.9761434,0.1546402,-0.1524146,1),(0.9846298,0.07706469,-0.1567332,1),(0.9864098,0.02556325,-0.1623032,1),(0.9865768,0.01984821,-0.1620874,1),(0.9513522,0.2648904,-0.1573595,1),(0.9454206,0.2856386,-0.1568129,1),(0.9582564,0.2401501,-0.1551535,1),(0.9526465,0.2618934,-0.1545205,1),(0.942406,0.2961662,-0.1554236,1),(0.9426207,0.2966118,-0.1532563,1),(0.9493279,0.2743995,-0.1532365,1),(0.9486393,0.2777938,-0.1513734,1),(0.9607191,0.2318157,-0.1525792,1),(0.9575204,0.2454693,-0.1513258,1),(0.9561461,0.2517988,-0.1496061,1),(0.9657847,0.2113962,-0.1502385,1),(0.964205,0.2197516,-0.148385,1),(0.968458,0.1977927,-0.1515496,1),(0.9654414,0.2107478,-0.1533241,1),(0.9720111,0.1788883,-0.1522939,1),(0.9429448,0.2964357,-0.1515945,1),(0.9401773,0.3050912,-0.1516118,1),(0.947998,0.2807004,-0.1500232,1),(0.9446486,0.2916907,-0.1501852,1),(0.9340761,0.3225074,-0.1532673,1),(0.9241518,0.3485059,-0.1564835,1),(0.9383089,0.3106852,-0.1518262,1),(0.9284936,0.3375122,-0.1548712,1),(0.9508917,0.2716313,-0.1483958,1),(0.9445401,0.2922783,-0.1497242,1),(0.9351379,0.3199002,-0.1522527,1),(0.9527711,0.2658492,-0.1468039,1),(0.9443009,0.29379,-0.1482671,1),(0.9586466,0.2441217,-0.1462917,1),(0.9546579,0.2581114,-0.1483472,1),(0.9623559,0.2287334,-0.1468068,1),(0.9132795,0.3748256,-0.1594563,1),(0.9051505,0.3935233,-0.1607541,1),(0.9178371,0.3641931,-0.1579198,1),(0.9097486,0.3829592,-0.1603114,1),(0.9001703,0.4047892,-0.1607452,1),(0.8984264,0.4084368,-0.1612748,1),(0.903093,0.3980401,-0.1612048,1),(0.9046836,0.3940037,-0.1621993,1),(0.9122704,0.3762126,-0.1619464,1),(0.9171948,0.3655065,-0.1586143,1),(0.9107643,0.3804557,-0.1605051,1),(0.9219496,0.3522476,-0.1610292,1),(0.9235854,0.3493257,-0.1579929,1),(0.9281472,0.3393034,-0.1530226,1),(0.925011,0.3468601,-0.1550572,1),(0.9352055,0.3207096,-0.1501204,1),(-0.221457,-0.9711208,-0.08877519,1),(-0.2455872,-0.965368,-0.08804338,1),(-0.3190036,-0.9444334,-0.07926053,1),(-0.1986748,-0.9739427,-0.10938,1),(-0.2687451,-0.9582099,-0.09802986,1),(-0.1758519,-0.978119,-0.1111718,1),(-0.4459243,-0.8930141,-0.06064098,1),(-0.6207976,-0.7834609,-0.02827343,1),(-0.3904543,-0.9175162,-0.07556061,1),(-0.5608078,-0.8270408,-0.03870427,1),(-0.2140394,-0.9682053,-0.1294826,1),(-0.3269189,-0.9394627,-0.1026344,1),(-0.4866115,-0.8715072,-0.06070026,1),(-0.2505673,-0.956753,-0.147783,1),(-0.3975456,-0.9121758,-0.09946232,1),(-0.1472057,-0.9726918,-0.1794466,1),(-0.1275691,-0.9811046,-0.1454646,1),(-0.1497517,-0.9780555,-0.1448505,1),(-0.08931426,-0.9759741,-0.1987394,1),(-0.07290508,-0.9762089,-0.204208,1),(-0.7814878,-0.6238898,0.006197141,1),(-0.886679,-0.461594,0.0270434,1),(-0.7256947,-0.6880169,0.0002497573,1),(-0.8451935,-0.5339241,0.02393216,1),(-0.9498182,-0.310898,0.03446549,1),(-0.9842999,-0.173987,0.0297037,1),(-0.9257468,-0.3767831,0.03205253,1),(-0.9750152,-0.2206464,0.02570283,1),(-0.784126,-0.6204808,0.01224639,1),(-0.8877426,-0.4596988,0.02429023,1),(-0.9596202,-0.2805682,0.02026316,1),(-0.8323541,-0.5541722,0.008923971,1),(-0.9339646,-0.3571219,0.01320212,1),(-0.7028745,-0.7112204,-0.01152125,1),(-0.6502171,-0.7595724,-0.01635858,1),(-0.5564435,-0.8295045,-0.04788337,1),(-0.9981346,-0.05727119,0.02115099,1),(-0.9993624,0.03056465,0.0184591,1),(-0.996253,-0.08486091,0.01669018,1),(-0.9998343,0.009931993,0.01525417,1),(-0.9956024,0.09115202,0.02161373,1),(-0.9915052,0.1267261,0.0292906,1),(-0.9951761,0.08991237,0.03924734,1),(-0.9974274,0.06738005,0.02446593,1),(-0.9985387,0.04472288,0.03033725,1),(-0.9997762,-0.01228572,0.01722211,1),(-0.9971459,0.0564094,0.05018,1),(-0.9978864,0.02407836,0.06035637,1),(-0.9991251,0.01369358,0.0395163,1),(-0.9985204,-0.0491104,0.02335424,1),(-0.9927742,-0.1191685,0.01408682,1),(-0.985172,-0.1709354,0.01474067,1),(-0.9877608,0.1519177,0.03535194,1),(-0.983111,0.1797427,0.0344315,1),(-0.9904535,0.1280255,0.05110113,1),(-0.9933949,0.1025629,0.05145471,1),(-0.977363,0.2099066,0.02647207,1),(-0.9702054,0.2420114,0.01149575,1),(-0.9763286,0.2159386,0.01236986,1),(-0.9853797,0.166067,0.03806225,1),(-0.9910194,0.1245736,0.04860165,1),(-0.9945862,0.0802227,0.06604985,1),(-0.9817088,0.1898713,0.01402731,1),(-0.9857352,0.1675283,0.01613771,1),(-0.9940518,0.09404849,0.05491608,1),(-0.9961455,0.04550695,0.07498848,1),(-0.9961274,0.05754049,0.06647935,1),(-0.9968067,0.0223404,0.07666329,1),(-0.9658672,0.259037,0.0005828795,1),(-0.969493,0.2450971,0.003272339,1),(-0.9671759,0.2536732,-0.01485453,1),(-0.9675224,0.252583,-0.0101109,1),(-0.9796703,0.1996509,0.01963323,1),(-0.9913788,0.1212026,0.04978002,1),(-0.9884659,0.1486889,0.02875295,1),(-0.9756047,0.2195257,-0.001975648,1),(-0.9716132,0.2356958,-0.02037537,1),(-0.965422,0.2590173,-0.02950292,1),(-0.9848628,0.173079,0.009430232,1),(-0.9821208,0.1881906,-0.004790302,1),(-0.9698731,0.2415966,-0.03126093,1),(-0.9660015,0.2559258,-0.03664959,1),(-0.9695703,0.2441389,-0.01815683,1),(-0.9725446,0.2317664,-0.02101663,1),(-0.9959908,0.01222539,0.08861773,1),(-0.9794647,-0.1465205,0.138494,1),(-0.9855603,-0.1110943,0.127785,1),(-0.9964641,0.04416005,0.07147961,1),(-0.8891808,-0.4065001,0.2100361,1),(-0.5592605,-0.7795836,0.2819168,1),(-0.612644,-0.7329707,0.2956709,1),(-0.9069837,-0.3651244,0.209916,1),(-0.9225181,-0.3253343,0.207648,1),(-0.9902993,-0.07684986,0.1157645,1),(-0.6568998,-0.6867568,0.3112037,1),(-0.6875152,-0.6499442,0.3238755,1),(-0.9347805,-0.2917213,0.2026922,1),(-0.993537,-0.04794009,0.1028885,1),(-0.9957686,0.07416657,0.05426092,1),(-0.9945009,0.09725493,0.03885007,1),(-0.102717,-0.9480855,0.3009702,1),(0.1080982,-0.9462166,0.3049406,1),(0.02925231,-0.938579,0.3438223,1),(-0.1861872,-0.9199839,0.3449114,1),(0.1504342,-0.9298058,0.3359027,1),(0.07664746,-0.9153474,0.3953027,1),(0.04175217,-0.908707,0.4153413,1),(0.08903809,-0.9254597,0.3682343,1),(0.0453466,-0.9174234,0.39532,1),(-0.03544486,-0.9251493,0.3779447,1),(0.03020832,-0.9024134,0.4298109,1),(0.04272749,-0.8956649,0.4426721,1),(0.02707569,-0.9079485,0.4182062,1),(-0.07390453,-0.9107513,0.4062881,1),(-0.2579264,-0.8898689,0.3763076,1),(-0.3046897,-0.8639414,0.4009606,1),(-0.03378232,-0.8880542,0.4584959,1),(-0.09994973,-0.857219,0.505159,1),(-0.06972919,-0.8585556,0.5079569,1),(-0.03535982,-0.8834284,0.4672301,1),(-0.1237484,-0.8319312,0.5409037,1),(-0.1069886,-0.8152708,0.5691105,1),(-0.01418811,-0.8234898,0.5671537,1),(-0.06265258,-0.8386672,0.5410287,1),(0.02291938,-0.8416836,0.5394844,1),(-0.01230293,-0.8616627,0.5073323,1),(0.09649648,-0.8188535,0.5658332,1),(0.2108078,-0.7948079,0.5690699,1),(0.1204915,-0.8323396,0.5410105,1),(0.06256007,-0.8586299,0.5087641,1),(-0.009882972,-0.8820243,0.4711002,1),(0.03685753,-0.8788447,0.4756821,1),(-0.0573309,-0.800636,0.5964019,1),(0.019167,-0.7789381,0.626808,1),(0.1576975,-0.7658895,0.6233336,1),(0.06345071,-0.8029952,0.5925983,1),(0.1251841,-0.7438506,0.6565175,1),(0.2609075,-0.6872622,0.6779366,1),(0.3970819,-0.613965,0.6821826,1),(0.2696927,-0.7053575,0.655543,1),(0.4009867,-0.6365657,0.6587819,1),(0.2941815,-0.7243727,0.6234913,1),(0.5089957,-0.513337,0.6909476,1),(0.5906318,-0.3979879,0.7019684,1),(0.5081702,-0.5450799,0.6668215,1),(0.4147734,-0.6569102,0.6296284,1),(0.1926012,-0.7830224,0.5914225,1),(0.315281,-0.7383764,0.5961528,1),(0.399552,-0.6030208,0.690452,1),(0.50989,-0.4911758,0.7062283,1),(0.5969045,-0.3624844,0.7157584,1),(0.5149039,-0.4959727,0.6992032,1),(0.5898969,-0.3542579,0.7256191,1),(0.6369165,-0.1945163,0.7459899,1),(0.6548653,-0.06473225,0.7529683,1),(0.6434345,-0.2178599,0.7338454,1),(0.6631143,-0.08033077,0.7441952,1),(0.6477237,-0.2223253,0.7287151,1),(0.6467134,0.05607765,0.7606689,1),(0.6234714,0.1607403,0.7651445,1),(0.6580153,0.04492757,0.751663,1),(0.6673714,-0.0872302,0.7395988,1),(0.5974466,-0.3683116,0.7123231,1),(0.6469051,-0.2361809,0.7250741,1),(0.6566356,-0.04562354,0.7528268,1),(0.660908,0.06078761,0.748001,1),(0.6388519,0.1511309,0.7543393,1),(0.646729,0.06712373,0.7597604,1),(0.658578,0.1270705,0.7417061,1),(0.654791,0.1578529,0.7391422,1),(0.6471189,0.1920406,0.7378058,1),(0.638023,0.191451,0.7458373,1),(0.616799,0.2331025,0.7518126,1),(0.6092589,0.2207442,0.7616268,1),(0.6438463,0.2018528,0.7380497,1),(0.6463462,0.1886374,0.7393595,1),(0.5998421,0.2553581,0.7582756,1),(0.5801148,0.2723382,0.7676579,1),(0.6206787,0.1631333,0.7669064,1),(0.5888054,0.2416354,0.7713109,1),(0.6597062,0.1429521,0.7378024,1),(0.6829236,0.06493588,0.727598,1),(0.6912757,0.04194622,0.7213727,1),(0.6651815,0.1476028,0.7319474,1),(0.7163671,-0.09888677,0.6906806,1),(0.7259486,-0.370572,0.5793747,1),(0.6806126,-0.4728236,0.5596467,1),(0.7124597,-0.1564336,0.6840538,1),(0.7065859,-0.2408199,0.6653887,1),(0.7049049,-0.008966357,0.709245,1),(0.6167414,-0.5888029,0.5224378,1),(0.5375428,-0.7030101,0.4656441,1),(0.6934488,-0.350011,0.6297786,1),(0.7191372,-0.09006658,0.6890063,1),(0.6773517,0.1259976,0.7247891,1),(0.694138,0.07680476,0.7157329,1),(0.651494,-0.6455885,0.398461,1),(0.5081081,-0.826842,0.2411609,1),(0.3756164,-0.908988,0.180702,1),(0.5466291,-0.761073,0.3492341,1),(0.3316496,-0.9345348,0.1290475,1),(0.1325898,-0.9894651,0.05812883,1),(0.07166316,-0.9970399,0.0278538,1),(0.2166843,-0.9731308,0.07787326,1),(0.113784,-0.9927784,0.03800265,1),(0.2373771,-0.9634272,0.1243389,1),(0.03139318,-0.9994559,0.01011674,1),(0.01205835,-0.9998986,0.007576813,1),(0.03391417,-0.9993448,0.01264354,1),(0.1164831,-0.9901098,0.07819381,1),(0.4170839,-0.8612129,0.2904363,1),(0.2856425,-0.9306008,0.2288897,1),(-0.02613285,-0.9995352,0.01570052,1),(-0.08718082,-0.9961838,-0.004172942,1),(-0.05127839,-0.9986539,0.007800342,1),(-0.0288604,-0.9995453,0.008736814,1),(-0.06215247,-0.9980622,-0.002994814,1),(0.04623398,-0.9987711,0.01785129,1),(0.1246861,-0.9904314,0.05915376,1),(-0.0003722,-0.9996947,0.02470516,1),(0.08495079,-0.9945483,0.06047347,1),(0.01058709,-0.9995079,0.02952879,1),(0.2163479,-0.9706042,0.1054559,1),(0.3074382,-0.9392803,0.1524278,1),(0.1811332,-0.9779103,0.1043178,1),(0.08904602,-0.9939854,0.063749,1),(-0.007259607,-0.9998901,0.01292256,1),(0.03298502,-0.9989538,0.03167429,1),(0.1842947,-0.9818309,0.04520577,1),(0.2947561,-0.9532115,0.06713115,1),(0.3773516,-0.9183307,0.1194761,1),(0.2695062,-0.9582769,0.09524745,1),(0.3791469,-0.921499,0.08418579,1),(0.4410784,-0.8921934,0.09716343,1),(0.4980772,-0.8559895,0.1385681,1),(0.4517234,-0.8821321,0.1333756,1),(0.512756,-0.8391001,0.1816374,1),(0.451599,-0.8755893,0.1714694,1),(0.5424904,-0.8201212,0.1819488,1),(0.5797593,-0.784829,0.2189122,1),(0.5563063,-0.7997308,0.2257297,1),(0.5102946,-0.8325936,0.2153778,1),(0.3547198,-0.9233457,0.1469917,1),(0.4287533,-0.8825695,0.1929812,1),(0.488654,-0.8654808,0.1102739,1),(0.5274312,-0.8399953,0.1273743,1),(0.5560676,-0.8161795,0.1569708,1),(0.5297562,-0.835925,0.1434842,1),(0.5580072,-0.8164175,0.1486283,1),(0.5808855,-0.7951166,0.1742462,1),(0.5996827,-0.7739082,0.2035844,1),(0.5800808,-0.7952648,0.1762388,1),(0.5802513,-0.7927275,0.1867926,1),(0.5979385,-0.7745722,0.2061737,1),(0.613199,-0.7533147,0.2377054,1),(0.6124185,-0.75117,0.246348,1),(0.6219153,-0.7298155,0.2838853,1),(0.6014099,-0.7671564,0.2231084,1),(0.5617737,-0.8077701,0.1786556,1),(0.5910844,-0.7778911,0.213318,1),(0.5979868,-0.7761828,0.1998806,1),(0.6115062,-0.7597032,0.2211587,1),(0.6255851,-0.7365385,0.2572047,1),(0.6139073,-0.7541031,0.2333373,1),(0.621786,-0.7460871,0.2381939,1),(0.6291049,-0.7356412,0.2511156,1),(0.6390895,-0.7120009,0.2908939,1),(0.6337608,-0.7224496,0.2764307,1),(0.6404101,-0.6981009,0.3202035,1),(0.6342168,-0.712929,0.2991675,1),(0.6439649,-0.6876752,0.3352791,1),(0.6422315,-0.6617668,0.3867858,1),(0.6405765,-0.6709516,0.3734778,1),(0.6370075,-0.6857595,0.352073,1),(0.6238766,-0.732383,0.272751,1),(0.6302721,-0.7061217,0.3227216,1),(0.6341865,-0.7281718,0.2599483,1),(0.6377099,-0.7233697,0.2646929,1),(0.6447784,-0.6991506,0.3089485,1),(0.6424824,-0.7045138,0.3014575,1),(0.639748,-0.7213163,0.2653776,1),(0.6403204,-0.7220426,0.2620004,1),(0.6463398,-0.6950572,0.3148657,1),(0.6460511,-0.6959828,0.3134101,1),(0.6477538,-0.6694955,0.3635806,1),(0.6471575,-0.6741725,0.3559194,1),(0.647742,-0.6662439,0.3695258,1),(0.6433387,-0.6384852,0.4224358,1),(0.6434641,-0.6440064,0.4137747,1),(0.6433201,-0.6497244,0.4049661,1),(0.64591,-0.6802472,0.3465024,1),(0.6429075,-0.6556448,0.3959797,1),(0.6375849,-0.7210447,0.2712562,1),(0.6299395,-0.7123688,0.3093655,1),(0.6263335,-0.6827858,0.3761778,1),(0.6412608,-0.6925834,0.330322,1),(0.6147448,-0.6928468,0.3768981,1),(0.5873655,-0.656906,0.4727328,1),(0.5489749,-0.6221172,0.5582085,1),(0.59764,-0.6616033,0.4528878,1),(0.57187,-0.6285638,0.5271361,1),(0.6164451,-0.6508938,0.4430943,1),(0.4980024,-0.5863581,0.6388878,1),(0.4369063,-0.553394,0.7091317,1),(0.5386142,-0.5976982,0.5938448,1),(0.6003358,-0.620488,0.5045705,1),(0.6398849,-0.661785,0.3906249,1),(0.6327151,-0.632075,0.4473843,1),(0.5410677,-0.6105947,0.5782905,1),(0.4717837,-0.5656168,0.6763859,1),(0.3853568,-0.5227878,0.7603901,1),(0.4776578,-0.5708658,0.6677989,1),(0.3781114,-0.521063,0.7651961,1),(0.2591091,-0.4753701,0.8407649,1),(0.139573,-0.4375385,0.8883014,1),(0.2724719,-0.4784889,0.83475,1),(0.1555877,-0.4369821,0.8859115,1),(0.2833646,-0.4802465,0.8301011,1),(0.01668118,-0.4017675,0.9155898,1),(-0.1010663,-0.3683619,0.9241726,1),(0.03491407,-0.39796,0.9167381,1),(0.171482,-0.440301,0.8813223,1),(0.3983813,-0.5308462,0.7479938,1),(0.3071024,-0.4936488,0.8136332,1),(0.1368399,-0.4292332,0.8927674,1),(0.03414397,-0.3921281,0.9192767,1),(-0.07844532,-0.3661305,0.9272512,1),(0.01396915,-0.3979845,0.9172857,1),(-0.0472326,-0.3679415,0.9286486,1),(-0.1085099,-0.3581817,0.927325,1),(-0.1679054,-0.3386934,0.925794,1),(-0.1381917,-0.3459231,0.9280304,1),(-0.21226,-0.3291005,0.9201296,1),(-0.1788503,-0.3447574,0.921496,1),(-0.2066873,-0.3240187,0.9231968,1),(-0.2252012,-0.3132693,0.9225761,1),(-0.2670993,-0.3161561,0.9103314,1),(-0.2618239,-0.3267112,0.9081344,1),(-0.1035004,-0.3701677,0.9231811,1),(-0.2078451,-0.3450355,0.9152874,1),(-0.1287289,-0.3590594,0.9243945,1),(-0.08587718,-0.3653884,0.9268852,1),(-0.08317666,-0.3563833,0.9306303,1),(-0.1553363,-0.3433842,0.9262602,1),(0.02797619,-0.3747803,0.9266914,1),(0.2214629,-0.3773377,0.8992054,1),(0.2896319,-0.3839559,0.8767504,1),(0.06171177,-0.3741711,0.925304,1),(0.1166511,-0.374818,0.9197304,1),(-0.05680883,-0.349432,0.935238,1),(0.370683,-0.3923174,0.841832,1),(0.4584267,-0.4020962,0.7925677,1),(0.1883148,-0.3765433,0.9070571,1),(-0.009931058,-0.3443831,0.9387767,1),(-0.158788,-0.3311459,0.9301229,1),(-0.1411936,-0.3219678,0.9361629,1),(0.4346273,-0.3781916,0.8173556,1),(0.618697,-0.3972777,0.6777791,1),(0.7042118,-0.4067165,0.5819513,1),(0.5241733,-0.3870161,0.7585914,1),(0.7745372,-0.4346004,0.4595809,1),(0.8693484,-0.4756944,0.1339709,1),(0.8717976,-0.4898063,-0.007655935,1),(0.8309401,-0.4453706,0.333442,1),(0.8672901,-0.456508,0.1985146,1),(0.7778776,-0.4181827,0.4690733,1),(0.8531784,-0.5015251,-0.1433844,1),(0.8182512,-0.5091977,-0.2668007,1),(0.882349,-0.4666245,0.06100744,1),(0.83464,-0.4307973,0.3432052,1),(0.6138225,-0.3983081,0.6815956,1),(0.6968539,-0.4115627,0.5873763,1),(0.8478047,-0.488252,-0.2069713,1),(0.7457907,-0.4916984,-0.449476,1),(0.6656027,-0.4996239,-0.5543907,1),(0.7952,-0.5023525,-0.3395567,1),(0.6089106,-0.5063925,-0.610569,1),(0.4461526,-0.5380927,-0.7151253,1),(0.3879037,-0.5304298,-0.7537737,1),(0.5279778,-0.5062109,-0.6819017,1),(0.4528583,-0.5048273,-0.7348937,1),(0.5830475,-0.5047278,-0.636636,1),(0.3393963,-0.5226087,-0.7821063,1),(0.3029897,-0.5151554,-0.8017557,1),(0.3896465,-0.5027122,-0.771658,1),(0.5073666,-0.5070558,-0.6967593,1),(0.7294053,-0.5127444,-0.4528366,1),(0.6600255,-0.518501,-0.5436202,1),(0.2941936,-0.5631514,-0.7722116,1),(0.1983232,-0.5704504,-0.7970283,1),(0.2018635,-0.5636091,-0.8009968,1),(0.2690928,-0.5538765,-0.7879149,1),(0.1572092,-0.5714722,-0.8054221,1),(0.167019,-0.5705253,-0.8041178,1),(0.2169811,-0.5653498,-0.7958007,1),(0.1850476,-0.5668307,-0.8027829,1),(0.224885,-0.5613877,-0.796411,1),(0.2166888,-0.5557451,-0.8026166,1),(0.2788839,-0.5604743,-0.7798026,1),(0.347164,-0.556608,-0.7547613,1),(0.2722192,-0.5557774,-0.7854987,1),(0.2398885,-0.5474967,-0.8016863,1),(0.2546569,-0.5440585,-0.7994688,1),(0.2501527,-0.5343143,-0.8074229,1),(0.2161658,-0.5739258,-0.7898617,1),(0.2959972,-0.5833945,-0.756331,1),(0.3776487,-0.5778046,-0.7235491,1),(0.2848123,-0.5672482,-0.7727299,1),(0.4090907,-0.5937075,-0.692933,1),(0.5518843,-0.5943747,-0.5849293,1),(0.6362355,-0.5954237,-0.4905864,1),(0.4971724,-0.5911946,-0.6350658,1),(0.5840308,-0.5899129,-0.5575938,1),(0.4653055,-0.5737433,-0.6740249,1),(0.7082591,-0.5971734,-0.3765009,1),(0.7607142,-0.5998805,-0.2479059,1),(0.6619297,-0.5903463,-0.4618877,1),(0.5517644,-0.5719149,-0.6070168,1),(0.3635758,-0.5618815,-0.7430355,1),(0.4460594,-0.5586113,-0.6992742,1),(0.6834528,-0.587439,-0.4333678,1),(0.7705418,-0.5888712,-0.243918,1),(0.8036459,-0.588456,-0.08872874,1),(0.7495217,-0.589063,-0.3020299,1),(0.8042014,-0.594334,-0.005208706,1),(0.7574078,-0.5878325,0.2842293,1),(0.6909875,-0.5850745,0.4245282,1),(0.7912717,-0.5914906,0.1550092,1),(0.7477234,-0.5879197,0.3086426,1),(0.805906,-0.5875889,0.07248885,1),(0.6027489,-0.5818812,0.5459928,1),(0.4989651,-0.5784706,0.645295,1),(0.6772774,-0.5841886,0.4472346,1),(0.7766896,-0.5867004,0.2292066,1),(0.791699,-0.5908254,-0.1553644,1),(0.8052318,-0.5929549,-0.0024811,1),(0.6314195,-0.5520825,0.5445313,1),(0.4784902,-0.5132357,0.7124859,1),(0.3611863,-0.5134243,0.7784214,1),(0.525768,-0.5513619,0.6477407,1),(0.322421,-0.4882712,0.8109475,1),(0.16485,-0.4812648,0.8609347,1),(0.08499801,-0.4831413,0.8714068,1),(0.2151819,-0.4889899,0.8453317,1),(0.1139762,-0.4916673,0.8632918,1),(0.2442921,-0.5151666,0.821538,1),(0.01331074,-0.4863592,0.8736576,1),(-0.04902439,-0.4898483,0.8704282,1),(0.02136201,-0.4951451,0.8685476,1),(0.1321726,-0.517495,0.8454165,1),(0.4108456,-0.5511944,0.7262167,1),(0.292705,-0.5511023,0.7814153,1),(0.06447833,-0.4746764,0.8777955,1),(0.08068182,-0.4592414,0.8846399,1),(0.051824,-0.4701466,0.8810655,1),(0.0143583,-0.4808779,0.87667,1),(0.2341762,-0.4272887,0.8732617,1),(0.5525,-0.3353663,0.7630683,1),(0.5755591,-0.3329063,0.7469305,1),(0.2273411,-0.4387647,0.8693684,1),(0.2271088,-0.4483026,0.8645498,1),(0.03073642,-0.4795089,0.8769985,1),(0.6022239,-0.3288526,0.7274493,1),(0.6323311,-0.3233027,0.7040118,1),(0.233994,-0.455222,0.8590807,1),(0.01789572,-0.4865763,0.8734548,1),(-0.02759773,-0.4867997,0.8730776,1),(-0.06083183,-0.4916,0.8686938,1),(0.8357862,-0.1957665,0.5129688,1),(0.9706711,-0.08001482,0.2267056,1),(0.9843373,-0.04204851,0.171207,1),(0.8667758,-0.1696559,0.4689527,1),(0.9950183,0.01370474,-0.09874685,1),(0.8719077,0.09101059,-0.4811383,1),(0.8666922,0.1201944,-0.4841468,1),(0.9888755,0.05173358,-0.1394591,1),(0.980792,0.08507577,-0.1755252,1),(0.9932898,-0.006460497,0.1154715,1),(0.8649283,0.1450009,-0.4804932,1),(0.86681,0.164482,-0.4707293,1),(0.9719636,0.1122484,-0.2066081,1),(0.9978642,0.02473602,0.06045725,1),(0.8959312,-0.1431001,0.4205109,1),(0.9224724,-0.1176239,0.3677082,1),(0.6716559,0.1270025,-0.7298964,1),(0.6019811,0.122047,-0.7891281,1),(0.6277875,0.1315056,-0.7671956,1),(0.6874349,0.1458323,-0.7114536,1),(0.696251,0.08005095,-0.7133206,1),(0.9390386,-0.03198895,-0.3423204,1),(0.9529661,-0.06017078,-0.2970438,1),(0.7234759,0.0757983,-0.6861758,1),(0.7602977,0.07038903,-0.6457498,1),(0.6639925,0.1398335,-0.7345478,1),(0.9661416,-0.08937905,-0.2420368,1),(0.9767162,-0.1195687,-0.1781255,1),(0.8038937,0.06310151,-0.5914161,1),(0.708341,0.1460791,-0.6905896,1),(0.7107476,0.1623575,-0.6844544,1),(0.7401572,0.1755953,-0.6491022,1),(0.9799193,-0.1318155,0.1496091,1),(0.9299166,-0.1335465,0.3426668,1),(0.9029873,-0.1772639,0.3913968,1),(0.9637737,-0.1741668,0.2020056,1),(0.9289126,-0.107687,0.3542947,1),(0.9707316,-0.03479829,0.2376325,1),(0.9030652,-0.1517188,0.4018143,1),(0.9545777,-0.07790227,0.2875978,1),(0.8729337,-0.221186,0.4348142,1),(0.8744835,-0.1958832,0.4437437,1),(0.9351908,-0.1210152,0.3328263,1),(0.8443466,-0.2390297,0.4795242,1),(0.9147686,-0.1613023,0.370378,1),(0.8402019,-0.2648329,0.4732064,1),(0.9432149,-0.2162718,0.2521354,1),(0.9183887,-0.2579047,0.3000789,1),(0.9964586,0.05168748,0.06632114,1),(0.9919243,0.1128658,-0.05785506,1),(0.9933487,0.01436095,0.114246,1),(0.9959575,0.08695877,-0.02251007,1),(0.9796113,0.14982,-0.133849,1),(0.9716058,0.1665888,-0.1680186,1),(0.9830363,0.139228,-0.1193949,1),(0.9677817,0.1745021,-0.1815143,1),(0.9980621,0.06107224,0.01193148,1),(0.9858239,0.1298113,-0.1063021,1),(0.9623569,0.1855439,-0.1986013,1),(0.9872855,0.1243916,-0.09896467,1),(0.954688,0.1999477,-0.2204354,1),(0.9984478,0.03952098,0.03924283,1),(0.9868895,-0.02312443,0.1597319,1),(0.9787892,-0.05633119,0.1969733,1),(0.9608786,0.1818287,-0.2089273,1),(0.924588,0.2120381,-0.3165074,1),(0.9464593,0.2035984,-0.2505241,1),(0.8943663,0.2408239,-0.3769784,1),(0.8040768,0.2586667,-0.5353057,1),(0.4148985,0.3065803,-0.8566608,1),(0.3436268,0.3234302,-0.8816538,1),(0.7480751,0.2937976,-0.5950351,1),(0.6792602,0.3303584,-0.6553388,1),(0.8535525,0.2822223,-0.4379482,1),(0.2660402,0.3381779,-0.9026951,1),(0.1899529,0.3485926,-0.9178241,1),(0.6032017,0.363571,-0.7099041,1),(0.8041686,0.321196,-0.5001459,1),(0.9264011,0.2337561,-0.2951934,1),(0.9009306,0.2641031,-0.3443453,1),(-0.1035642,0.2697547,-0.9573436,1),(-0.3746098,0.2191721,-0.9009057,1),(-0.4002386,0.2145275,-0.8909472,1),(-0.1497699,0.2692928,-0.9513415,1),(-0.4979222,0.1878051,-0.846642,1),(-0.5524977,0.1713987,-0.8157014,1),(-0.5452534,0.1754691,-0.8197007,1),(-0.5080003,0.1851798,-0.8412159,1),(-0.5147355,0.1814239,-0.8379337,1),(-0.4244446,0.2079068,-0.8812614,1),(-0.5317286,0.1799922,-0.8275673,1),(-0.5123138,0.1848695,-0.8386642,1),(-0.5167831,0.1769798,-0.8376236,1),(-0.4442148,0.1998205,-0.8733526,1),(-0.1967579,0.2665188,-0.9435328,1),(-0.2394125,0.261362,-0.9350784,1),(-0.5675054,0.1682591,-0.8059941,1),(-0.5488009,0.180676,-0.8161946,1),(-0.5299094,0.1897221,-0.8265601,1),(-0.5474288,0.1782878,-0.8176401,1),(-0.4928317,0.2099966,-0.8444042,1),(-0.3914331,0.2542035,-0.8843985,1),(-0.491012,0.2097213,-0.8455318,1),(-0.4280154,0.23923,-0.8715342,1),(-0.4788066,0.2153398,-0.8511011,1),(-0.5003553,0.2027331,-0.8417505,1),(-0.4534491,0.2322032,-0.8605031,1),(-0.458337,0.2274271,-0.8591881,1),(-0.4688688,0.231263,-0.852455,1),(-0.462325,0.218597,-0.8593433,1),(-0.5178337,0.1905972,-0.833979,1),(-0.4805067,0.2044,-0.8528388,1),(-0.258055,0.3162309,-0.9129105,1),(-0.103403,0.402667,-0.9094872,1),(-0.339632,0.2855048,-0.8961791,1),(-0.2176509,0.3599264,-0.9072381,1),(0.08460382,0.5142213,-0.8534745,1),(0.3046345,0.6350437,-0.7098713,1),(-0.04540018,0.4638656,-0.8847414,1),(0.1844042,0.5831491,-0.7911589,1),(-0.3192879,0.3241069,-0.890511,1),(-0.169048,0.416665,-0.8932038,1),(0.05805101,0.5292739,-0.8464627,1),(-0.2807631,0.3738609,-0.8839684,1),(-0.06656742,0.4758854,-0.8769845,1),(-0.4060517,0.2951145,-0.864887,1),(-0.4079882,0.2632575,-0.8742087,1),(-0.4632333,0.2485064,-0.8506818,1),(0.487455,0.720521,-0.4931908,1),(0.5816457,0.7710512,-0.2591682,1),(0.3980241,0.6758588,-0.6203158,1),(0.5310645,0.7407841,-0.4113508,1),(0.5989596,0.8006109,-0.01642214,1),(0.5405456,0.8069359,0.2380439,1),(0.5908141,0.7882963,-0.1718358,1),(0.5742677,0.812288,0.1020035,1),(0.4545136,0.7004483,-0.5502633,1),(0.5560558,0.7642217,-0.3267526,1),(0.588465,0.8071033,-0.04788648,1),(0.4950482,0.7295224,-0.4719366,1),(0.5775093,0.7904989,-0.2039472,1),(0.3570066,0.6525518,-0.668373,1),(0.289874,0.6246164,-0.7251395,1),(0.1705986,0.5697503,-0.8039159,1),(0.4440522,0.7757104,0.4484316,1),(0.3670456,0.7342482,0.5711017,1),(0.5035058,0.7908729,0.3478537,1),(0.4261676,0.7488582,0.5075357,1),(0.319676,0.7070482,0.6307852,1),(0.3015627,0.7016195,0.6455928,1),(0.3586398,0.7135119,0.6018955,1),(0.3033189,0.6946965,0.6522226,1),(0.4875464,0.7654402,0.4199999,1),(0.4060925,0.7272335,0.5533719,1),(0.3164738,0.6967915,0.6436815,1),(0.4575345,0.7470472,0.4822682,1),(0.3407297,0.7082658,0.6182742,1),(0.5430076,0.7815703,0.3070681,1),(0.5551853,0.8010218,0.2239048,1),(0.5897401,0.8036671,0.07953566,1),(0.3101988,0.7220716,0.6183763,1),(0.3467281,0.7687358,0.5374241,1),(0.27485,0.7003953,0.6587138,1),(0.2915515,0.7367079,0.6101305,1),(0.4117581,0.8324815,0.3707151,1),(0.4896652,0.8685918,0.07600136,1),(0.3572299,0.7996394,0.482663,1),(0.4665582,0.8536173,0.2316487,1),(0.2464555,0.7054877,0.6644899,1),(0.3059376,0.7598573,0.5736018,1),(0.4311964,0.8223211,0.3712921,1),(0.2650142,0.7187933,0.6427315,1),(0.390169,0.7808225,0.4879388,1),(0.2170991,0.6786919,0.7016019,1),(0.2513504,0.684839,0.6839727,1),(0.2429811,0.677231,0.6944915,1),(0.5065663,0.8225825,-0.2583573,1),(0.4308991,0.7378151,-0.5195718,1),(0.5326891,0.8422632,-0.08267491,1),(0.49654,0.7895837,-0.3605628,1),(0.2828631,0.6402405,-0.7141993,1),(0.06732112,0.5280284,-0.8465542,1),(0.3669005,0.7104577,-0.6005281,1),(0.1421745,0.5942896,-0.7915847,1),(0.536925,0.8235431,-0.1829983,1),(0.4391838,0.7729318,-0.4579238,1),(0.2245856,0.6647385,-0.7125193,1),(0.4900171,0.8205845,-0.2941501,1),(0.3078925,0.733192,-0.6063263,1),(0.5472353,0.8369769,-0.001818926,1),(0.5329923,0.8409773,0.09314764,1),(0.5097319,0.8215709,0.2553325,1),(-0.1308042,0.4154084,-0.9001812,1),(-0.2379088,0.3447954,-0.9080284,1),(-0.07840424,0.4585108,-0.8852236,1),(-0.2047099,0.3662817,-0.9077067,1),(-0.2751162,0.3222319,-0.9058022,1),(-0.255343,0.3441385,-0.9035311,1),(-0.2609131,0.3270955,-0.9082581,1),(-0.2654557,0.3353046,-0.9039382,1),(-0.149392,0.4012942,-0.9036842,1),(-0.2257469,0.3463693,-0.910531,1),(-0.2575612,0.3407164,-0.9041983,1),(-0.1689955,0.3795224,-0.9096171,1),(-0.2317973,0.3584853,-0.9042999,1),(-0.07106204,0.4495951,-0.8904012,1),(-0.006543642,0.5126405,-0.8585783,1),(0.08390863,0.5757604,-0.8133015,1),(-0.199697,0.397096,-0.8957879,1),(-0.1232447,0.4670549,-0.8755972,1),(-0.2341471,0.3761725,-0.896476,1),(-0.1739704,0.4347565,-0.8835843,1),(-0.02156286,0.552368,-0.8333214,1),(0.1067206,0.645569,-0.7562086,1),(-0.08002543,0.5098526,-0.8565316,1),(0.05084615,0.5949154,-0.8021784,1),(-0.2123585,0.4141742,-0.8850783,1),(-0.1297559,0.4773373,-0.8690871,1),(-0.001356403,0.5521975,-0.8337122,1),(-0.1688527,0.4526739,-0.8755428,1),(-0.04561562,0.5176924,-0.8543499,1),(-0.238102,0.4019847,-0.8841469,1),(-0.2535274,0.3683552,-0.8944486,1),(-0.2582417,0.3704655,-0.8922256,1),(0.2317565,0.712969,-0.6617885,1),(0.3211567,0.7427164,-0.5875633,1),(0.1848731,0.6596723,-0.7284603,1),(0.2839646,0.6923322,-0.6633552,1),(0.3790881,0.7482829,-0.544394,1),(0.4113266,0.7380342,-0.534898,1),(0.3506797,0.7035665,-0.618076,1),(0.3903441,0.7010558,-0.5967849,1),(0.242245,0.646271,-0.7236374,1),(0.317038,0.6624379,-0.6787215,1),(0.3654228,0.667267,-0.6490155,1),(0.2839316,0.6282554,-0.7243468,1),(0.3405738,0.6394149,-0.6893169,1),(0.2026418,0.6079937,-0.7676458,1),(0.1365352,0.6122377,-0.778796,1),(0.09297253,0.573231,-0.8141022,1),(0.4286052,0.7275583,-0.5356832,1),(0.4409188,0.7288162,-0.5238488,1),(0.4142855,0.6974379,-0.5847631,1),(0.4322966,0.7012718,-0.5668665,1),(0.4483945,0.7415086,-0.4991066,1),(0.4505659,0.7649103,-0.4603288,1),(0.4446883,0.7124923,-0.5427772,1),(0.451427,0.7309337,-0.5118103,1),(0.4212207,0.676396,-0.6042033,1),(0.4375694,0.6866156,-0.5805963,1),(0.4467383,0.7010012,-0.5558977,1),(0.4294806,0.6659164,-0.6100015,1),(0.440191,0.6773185,-0.5894673,1),(0.4097494,0.6562394,-0.6336049,1),(0.3973681,0.6700637,-0.6269874,1),(0.3803939,0.6476727,-0.6601672,1),(0.4427046,0.7963316,-0.4121512,1),(0.420873,0.8329995,-0.3591347,1),(0.4503937,0.756066,-0.4748787,1),(0.4406064,0.7867444,-0.4323184,1),(0.3833486,0.8736312,-0.2996871,1),(0.3280953,0.9156408,-0.2322833,1),(0.420897,0.8224385,-0.3826756,1),(0.3897215,0.8619292,-0.3243381,1),(0.4502583,0.7433949,-0.4946023,1),(0.446523,0.7708723,-0.4542831,1),(0.43815,0.8020342,-0.4059134,1),(0.4618301,0.7266938,-0.5085558,1),(0.4701919,0.7477619,-0.4687982,1),(0.4538643,0.7077667,-0.5413626,1),(0.4501461,0.7200433,-0.5281156,1),(0.4465878,0.6912566,-0.5680877,1),(0.2930949,0.9396614,-0.176442,1),(0.3154404,0.9364917,-0.1532344,1),(0.3749049,0.8862486,-0.2720472,1),(0.401287,0.8833663,-0.2421417,1),(0.3972316,0.9028835,-0.1643419,1),(0.5316083,0.8209969,-0.2082227,1),(0.4691811,0.8510886,-0.2356208,1),(0.572186,0.7808045,-0.2508934,1),(0.4720941,0.8192577,-0.3254905,1),(0.5269015,0.7935085,-0.304498,1),(0.6024751,0.7414196,-0.2955006,1),(0.5622174,0.7419711,-0.3652267,1),(0.617606,0.7081666,-0.3421446,1),(0.51811,0.7592654,-0.3937993,1),(0.4423503,0.8216673,-0.3594288,1),(0.48729,0.7609131,-0.4284389,1),(0.6518295,0.7155874,-0.2511034,1),(0.7184815,0.6403131,-0.2716309,1),(0.6648341,0.6972993,-0.2678979,1),(0.7203924,0.6368859,-0.2746108,1),(0.748167,0.6031406,-0.2765276,1),(0.7499694,0.6042425,-0.269141,1),(0.7485008,0.6036174,-0.2745774,1),(0.7548737,0.5979341,-0.2695193,1),(0.7159646,0.6373906,-0.2848294,1),(0.7427164,0.6081949,-0.2801273,1),(0.7541674,0.5954282,-0.2769415,1),(0.7317998,0.6122592,-0.2993454,1),(0.7485582,0.5933526,-0.295962,1),(0.7055278,0.6380505,-0.3084189,1),(0.6707706,0.6824529,-0.2903872,1),(0.6681499,0.6703269,-0.3228586,1),(0.7420738,0.6188411,-0.2576081,1),(0.7414101,0.6232938,-0.2486278,1),(0.7537981,0.6022429,-0.2628533,1),(0.7577939,0.5996816,-0.2571583,1),(0.7481161,0.6177672,-0.2422518,1),(0.7619827,0.6021129,-0.2384164,1),(0.7667605,0.5902293,-0.2524042,1),(0.7804418,0.5737213,-0.2485049,1),(0.7697829,0.5779437,-0.2709531,1),(0.7816404,0.5636383,-0.2671144,1),(0.7959214,0.545488,-0.2625871,1),(0.7912672,0.539775,-0.2872963,1),(0.8065625,0.5199004,-0.2813548,1),(0.7764542,0.558621,-0.2916531,1),(0.7605665,0.5885174,-0.2742001,1),(0.7621955,0.5764745,-0.2945083,1),(0.7780452,0.5825792,-0.2350467,1),(0.7917674,0.5657187,-0.2303623,1),(0.795199,0.5549989,-0.2442026,1),(0.8078318,0.5390373,-0.2384252,1),(0.8033187,0.5516496,-0.2244141,1),(0.812843,0.5404549,-0.2172432,1),(0.8184876,0.5259416,-0.2312219,1),(0.8272866,0.5157821,-0.2226334,1),(0.8223754,0.5111601,-0.2498281,1),(0.8327146,0.4983856,-0.2412428,1),(0.8412884,0.488634,-0.2312374,1),(0.8435934,0.4722799,-0.2555422,1),(0.8523134,0.4623846,-0.2444631,1),(0.8331439,0.4852118,-0.2654069,1),(0.8101571,0.526894,-0.2569595,1),(0.8208478,0.5011165,-0.2740276,1),(0.8219093,0.5295765,-0.2097945,1),(0.831944,0.5163519,-0.2031001,1),(0.8355228,0.5061796,-0.2137383,1),(0.8443823,0.4946708,-0.2057158,1),(0.8428586,0.5007272,-0.1971337,1),(0.8545427,0.4826388,-0.1918766,1),(0.8538134,0.4812262,-0.1985548,1),(0.8637471,0.4658153,-0.1922425,1),(0.8573496,0.4691955,-0.2116774,1),(0.8658076,0.4571968,-0.2033428,1),(0.8745052,0.4436633,-0.1959682,1),(0.8761542,0.432064,-0.2137159,1),(0.8841604,0.4196228,-0.2053705,1),(0.8681686,0.4433371,-0.2230146,1),(0.8491688,0.4796695,-0.2209742,1),(0.8602194,0.4534429,-0.2332644,1),(0.8683313,0.4593888,-0.1869832,1),(0.8850386,0.4278096,-0.1835365,1),(0.8901579,0.4170328,-0.1835827,1),(0.8754727,0.4454782,-0.1873415,1),(0.9040084,0.3875218,-0.1805423,1),(0.9241447,0.3380688,-0.1779497,1),(0.9254809,0.3342589,-0.178202,1),(0.9071762,0.3801031,-0.1804242,1),(0.8973854,0.4003862,-0.1854464,1),(0.9120148,0.36728,-0.1825769,1),(0.9278209,0.3261097,-0.1811102,1),(0.9168752,0.3509589,-0.1901776,1),(0.9303599,0.3143659,-0.1886917,1),(0.9043155,0.3805472,-0.1933838,1),(0.8846994,0.4257414,-0.1898712,1),(0.8932707,0.4033586,-0.1984172,1),(0.9426523,0.2833896,-0.1763437,1),(0.9577191,0.2276901,-0.1758728,1),(0.9563903,0.2322829,-0.1770943,1),(0.9424794,0.2835664,-0.1769813,1),(0.9693619,0.1709293,-0.1764104,1),(0.9773939,0.1129296,-0.1787402,1),(0.9671331,0.1803052,-0.1792863,1),(0.974929,0.1277235,-0.1822098,1),(0.9549123,0.2346473,-0.1818876,1),(0.9647534,0.1882093,-0.1839243,1),(0.9721382,0.1412592,-0.1870647,1),(0.9625751,0.1922195,-0.1910516,1),(0.9694359,0.1506337,-0.1936584,1),(0.9537765,0.2333524,-0.1893589,1),(0.9426118,0.2806045,-0.1809533,1),(0.9430435,0.2740591,-0.1885752,1),(0.9815679,0.06199974,-0.1807781,1),(0.983095,0.02654633,-0.1811619,1),(0.9794054,0.08169299,-0.1846382,1),(0.9814807,0.04954049,-0.1850442,1),(0.9836082,0.006594118,-0.1801979,1),(0.9840191,0.002013644,-0.178052,1),(0.9824859,0.03131886,-0.183686,1),(0.9831687,0.0269404,-0.1807031,1),(0.9792539,0.07115345,-0.1897345,1),(0.9806801,0.05445521,-0.1878861,1),(0.981531,0.05004428,-0.1846417,1),(0.9788384,0.07197861,-0.1915579,1),(0.9795632,0.06778819,-0.1893689,1),(0.9766867,0.08813335,-0.1957435,1),(0.9767579,0.1001092,-0.1895312,1),(0.9740443,0.1140398,-0.1955316,1),(0.9843845,-0.0008328634,-0.1760294,1),(0.9843425,-0.01539323,-0.1755929,1),(0.9837773,0.02402525,-0.1777785,1),(0.9842026,0.01042911,-0.1767387,1),(0.9833905,-0.04173957,-0.1766379,1),(0.9805974,-0.07990047,-0.1790102,1),(0.9839406,-0.01387789,-0.1779557,1),(0.9824855,-0.04910238,-0.1797529,1),(0.9834591,0.03387301,-0.177935,1),(0.9836091,0.01197314,-0.1799161,1),(0.9831932,-0.02000583,-0.1814687,1),(0.9829596,0.002438538,-0.1838059,1),(0.9828683,0.03101102,-0.1816815,1),(0.9820286,0.05130895,-0.1816238,1),(0.9826455,0.04658516,-0.179549,1),(0.9809346,0.06337986,-0.1837127,1),(0.9773436,-0.1103234,-0.1806329,1),(0.9771295,-0.1138976,-0.1795703,1),(0.9803245,-0.07805438,-0.1813042,1),(0.9800522,-0.08409518,-0.1800713,1),(0.9802349,-0.09061942,-0.1758623,1),(0.9847678,-0.04024004,-0.1691545,1),(0.9820709,-0.06725681,-0.1761055,1),(0.9852138,-0.02748129,-0.1691109,1),(0.9832549,-0.04466525,-0.1766771,1),(0.9818632,-0.05526077,-0.1813582,1),(0.9855229,-0.01528042,-0.1688525,1),(0.9851861,-0.006246618,-0.171375,1),(0.9835013,-0.02695084,-0.1788829,1),(0.9824934,-0.03242322,-0.183454,1),(0.981989,-0.04705971,-0.1829841,1),(0.9824545,-0.02263946,-0.1851228,1),(0.9867094,0.01813659,-0.1614795,1),(0.9855937,0.0654744,-0.1559428,1),(0.9867402,0.01888234,-0.1612058,1),(0.986222,0.05584441,-0.1557164,1),(0.9829925,0.1019044,-0.1527789,1),(0.9800663,0.1277313,-0.1521671,1),(0.9846869,0.08356205,-0.1530005,1),(0.9829071,0.1022107,-0.1531233,1),(0.9864249,0.04728588,-0.1572579,1),(0.985576,0.06693831,-0.1554329,1),(0.9846707,0.07874148,-0.1556387,1),(0.9859568,0.05135867,-0.1589074,1),(0.9853179,0.05820532,-0.160501,1),(0.9864451,0.03807369,-0.159614,1),(0.986681,0.01979114,-0.1614586,1),(0.9862702,0.01900524,-0.1640414,1),(0.9773616,0.1466558,-0.1525006,1),(0.9749895,0.1622278,-0.1519135,1),(0.9812765,0.1155191,-0.154116,1),(0.9799037,0.127122,-0.1537162,1),(0.9731054,0.1744609,-0.1504302,1),(0.9718275,0.1833766,-0.1480681,1),(0.9788459,0.1370237,-0.1519381,1),(0.9781474,0.145229,-0.1487829,1),(0.9830809,0.09449814,-0.1569139,1),(0.9827017,0.1017418,-0.1547453,1),(0.9826002,0.1085638,-0.1507007,1),(0.9847189,0.07131377,-0.1588803,1),(0.9850808,0.07668912,-0.1540594,1),(0.9846384,0.0664081,-0.1614846,1),(0.9837402,0.08683274,-0.1572115,1),(0.9847506,0.06222188,-0.1624646,1),(0.9702104,0.1935923,-0.1456499,1),(0.9671168,0.2096309,-0.1440137,1),(0.9771319,0.1553592,-0.1451785,1),(0.9749905,0.1709369,-0.1420352,1),(0.9622661,0.2314441,-0.1431001,1),(0.9552715,0.2589339,-0.1428625,1),(0.9714698,0.1919315,-0.1393159,1),(0.9662259,0.2182738,-0.1369824,1),(0.9811159,0.1322775,-0.1411176,1),(0.978917,0.1519107,-0.1365447,1),(0.9753677,0.1766841,-0.1320629,1),(0.9838857,0.1160836,-0.1359909,1),(0.981741,0.1391627,-0.1296857,1),(0.9849879,0.09797475,-0.1421258,1),(0.982269,0.1178238,-0.1458255,1),(0.985321,0.08484426,-0.1481351,1),(0.9476855,0.285272,-0.1432205,1),(0.9418146,0.3037945,-0.1438544,1),(0.9604289,0.2435897,-0.1350572,1),(0.9559508,0.2616878,-0.1329569,1),(0.9380903,0.3145249,-0.1451226,1),(0.9366407,0.3172653,-0.1484822,1),(0.9520475,0.2759256,-0.1321767,1),(0.9530165,0.2723243,-0.1326614,1),(0.9681567,0.2176885,-0.1236296,1),(0.9661492,0.2280952,-0.1205337,1),(0.9658661,0.2319685,-0.1152968,1),(0.9761693,0.186506,-0.1109469,1),(0.9762911,0.1892339,-0.1051012,1),(0.9771476,0.1771633,-0.1174549,1),(0.9713187,0.2005889,-0.1276869,1),(0.9791484,0.1614121,-0.1233476,1),(0.00141032,-0.9599957,-0.2800111,1),(-0.008300431,-0.9626237,-0.2707152,1),(-0.06312457,-0.9660341,-0.2505862,1),(0.08347034,-0.9296323,-0.3589101,1),(0.03313373,-0.9409266,-0.3369856,1),(0.0883044,-0.9247963,-0.3700733,1),(-0.1578741,-0.9639233,-0.2143073,1),(-0.2925026,-0.9430245,-0.1585785,1),(-0.05304784,-0.9533246,-0.297251,1),(-0.1753349,-0.9559766,-0.2353006,1),(0.1280343,-0.8950481,-0.4271955,1),(0.05301479,-0.9203163,-0.3875659,1),(-0.05390503,-0.9442343,-0.3248321,1),(0.1479801,-0.866468,-0.4767968,1),(0.06233497,-0.9041399,-0.4226647,1),(0.2075574,-0.8344184,-0.5105544,1),(0.171656,-0.8706833,-0.4609173,1),(0.1728325,-0.8768681,-0.4485882,1),(0.2361175,-0.8140398,-0.5306485,1),(0.2550875,-0.8052856,-0.5352061,1),(-0.4455647,-0.8899036,-0.09769125,1),(-0.6020295,-0.7968742,-0.05051625,1),(-0.3217077,-0.9322043,-0.1658293,1),(-0.4858536,-0.8674471,-0.1071526,1),(-0.7571939,-0.6529773,-0.01666938,1),(-0.8932052,-0.4496382,0.003180291,1),(-0.6648312,-0.7448193,-0.05695134,1),(-0.836526,-0.547709,-0.01545994,1),(-0.3591808,-0.9147875,-0.1848055,1),(-0.5598866,-0.8201309,-0.1179505,1),(-0.7669612,-0.639721,-0.05027635,1),(-0.4452298,-0.8709138,-0.2080377,1),(-0.6880955,-0.7171371,-0.1106294,1),(-0.2252501,-0.9306327,-0.2884184,1),(-0.1903986,-0.948791,-0.2520794,1),(-0.05734607,-0.9324222,-0.3567918,1),(-0.9692727,-0.2453069,0.01829822,1),(-0.9936426,-0.1075262,0.03335366,1),(-0.9419979,-0.3350729,0.01912779,1),(-0.9821527,-0.1839364,0.03928624,1),(-0.9981962,-0.03148881,0.05111485,1),(-0.9976326,-0.009180936,0.06815273,1),(-0.996345,-0.04532596,0.0724024,1),(-0.9941869,-0.0906878,0.05803678,1),(-0.9625043,-0.2671139,0.04728262,1),(-0.9855558,-0.1574654,0.06232515,1),(-0.9938159,-0.08705545,0.06893003,1),(-0.9714646,-0.2286594,0.06301899,1),(-0.9889278,-0.1345317,0.06263456,1),(-0.9349878,-0.3527524,0.03692638,1),(-0.9033963,-0.4287004,0.009538657,1),(-0.8556225,-0.5172567,-0.01886231,1),(-0.9968125,-0.001091451,0.07977333,1),(-0.996735,0.02814625,0.07567754,1),(-0.9973112,0.02329951,0.06948106,1),(-0.9969254,-0.01702206,0.07648561,1),(-0.9953269,0.07907119,0.05542557,1),(-0.9882911,0.1514366,0.0186409,1),(-0.9898471,0.140539,0.02125109,1),(-0.9958023,0.07591017,0.05114118,1),(-0.996039,0.07695395,0.04454696,1),(-0.9979886,0.02193905,0.05947471,1),(-0.990933,0.1322141,0.02390082,1),(-0.9919571,0.1237749,0.02647277,1),(-0.9964833,0.07467087,0.03801819,1),(-0.9987026,0.01514416,0.04861777,1),(-0.9971085,-0.03253149,0.06867445,1),(-0.9969605,-0.05534777,0.05482907,1),(-0.9764676,0.2149774,-0.0171952,1),(-0.9697044,0.2419012,-0.03401588,1),(-0.9754078,0.2191498,-0.02351584,1),(-0.9807471,0.195112,-0.008153177,1),(-0.9717954,0.2336173,-0.03219749,1),(-0.9817271,0.1899279,-0.01180274,1),(-0.983928,0.1781243,-0.01255023,1),(-0.9766213,0.2135124,-0.02496801,1),(-0.9825234,0.1856763,-0.01311233,1),(-0.9812686,0.1924373,-0.008924188,1),(-0.9878215,0.1554662,-0.006241086,1),(-0.9926736,0.1208249,0.0006165375,1),(-0.9880062,0.154414,-5.799006e-5,1),(-0.9860165,0.1665402,0.006004024,1),(-0.9846107,0.1747281,0.003425056,1),(-0.9875946,0.1563203,0.01485738,1),(-0.9936619,0.1091701,0.02679541,1),(-0.9955196,-0.0286622,0.09010606,1),(-0.9966351,-0.02288806,0.07870559,1),(-0.9940496,0.1073672,0.01837526,1),(-0.9431631,-0.2687095,0.1955465,1),(-0.7026742,-0.6271868,0.3359846,1),(-0.7030313,-0.6207593,0.346994,1),(-0.9471635,-0.2596443,0.1883242,1),(-0.9452149,-0.2697875,0.1838025,1),(-0.9970113,-0.03668119,0.06799098,1),(-0.6871215,-0.6322713,0.3579066,1),(-0.6508654,-0.6604551,0.3743974,1),(-0.9341175,-0.3053252,0.1849356,1),(-0.9953516,-0.07531647,0.06002116,1),(-0.9958168,0.09015618,0.01485817,1),(-0.9984702,0.05351756,0.01389265,1),(-0.3216188,-0.8491187,0.4189973,1),(-0.08064745,-0.8994346,0.4295502,1),(-0.05748956,-0.8908747,0.4505966,1),(-0.3100696,-0.845962,0.4338261,1),(0.03720199,-0.898004,0.4384119,1),(0.07791328,-0.8861172,0.4568653,1),(0.1322442,-0.8709921,0.4731642,1),(0.07329462,-0.8860186,0.4578199,1),(0.1305157,-0.8683916,0.4783947,1),(-0.00883045,-0.8814048,0.4722791,1),(0.2009538,-0.8469332,0.4922619,1),(0.2790417,-0.810568,0.5148933,1),(0.2041026,-0.8406672,0.5016181,1),(0.06142917,-0.8658524,0.4965141,1),(-0.2724407,-0.8479471,0.4547105,1),(-0.2101837,-0.8521322,0.4792635,1),(0.0992894,-0.8688338,0.4850458,1),(0.1461846,-0.8434361,0.5169582,1),(0.2332371,-0.8143421,0.5314578,1),(0.1728833,-0.8490809,0.4991724,1),(0.2191896,-0.8054485,0.5506439,1),(0.3172328,-0.7488656,0.5818621,1),(0.4109305,-0.6840189,0.6027058,1),(0.3133711,-0.7613688,0.5675528,1),(0.3996617,-0.7019166,0.5895622,1),(0.319546,-0.7709503,0.550932,1),(0.4900192,-0.6042378,0.6283134,1),(0.5525582,-0.514375,0.6558185,1),(0.4745497,-0.6297778,0.6149655,1),(0.4005834,-0.7137257,0.5745682,1),(0.2531111,-0.8173383,0.5175837,1),(0.3349943,-0.7719709,0.5402219,1),(0.4209786,-0.670082,0.611365,1),(0.511016,-0.5677442,0.6453907,1),(0.5818613,-0.464077,0.6678846,1),(0.5065625,-0.5835469,0.6347183,1),(0.5858402,-0.4380862,0.681815,1),(0.6407391,-0.2780383,0.7156452,1),(0.6640973,-0.1616303,0.729966,1),(0.6355525,-0.3238161,0.7008682,1),(0.6619766,-0.2089747,0.7198032,1),(0.6294643,-0.352624,0.6924095,1),(0.6680407,-0.05365036,0.7421882,1),(0.6598583,0.04130936,0.7502537,1),(0.670177,-0.1005174,0.7353631,1),(0.6562793,-0.2408893,0.7150313,1),(0.5720652,-0.4844278,0.6618693,1),(0.6175344,-0.3793538,0.6890152,1),(0.666964,-0.1116257,0.7366807,1),(0.6634933,0.03156885,0.747516,1),(0.6454155,0.1296686,0.7527449,1),(0.6655059,-0.001464157,0.7463911,1),(0.6377849,0.1497654,0.7555135,1),(0.5947118,0.2454415,0.7655564,1),(0.5660813,0.3088864,0.7642913,1),(0.6111929,0.2321586,0.7566673,1),(0.5838202,0.2930643,0.7571442,1),(0.6216253,0.2077839,0.7552535,1),(0.5446984,0.35471,0.759924,1),(0.5653979,0.336347,0.7531241,1),(0.5330492,0.3827041,0.7545834,1),(0.5995953,0.2663856,0.7546683,1),(0.6513525,0.09252463,0.753113,1),(0.6325856,0.1688063,0.7558703,1),(0.5592433,0.3028552,0.7717031,1),(0.5573832,0.3083334,0.770879,1),(0.5430751,0.3299825,0.7721276,1),(0.5374998,0.3483017,0.7679713,1),(0.5904238,0.2609291,0.7637511,1),(0.6544443,0.1533727,0.7403913,1),(0.6649909,0.097995,0.7403945,1),(0.5882621,0.2516783,0.7685089,1),(0.5913208,0.2294126,0.7731168,1),(0.5374565,0.3385271,0.77236,1),(0.6728534,0.02521797,0.7393458,1),(0.6721038,-0.06204407,0.737853,1),(0.5971967,0.195648,0.7778676,1),(0.540597,0.3345425,0.7719043,1),(0.5243492,0.3777172,0.7631432,1),(0.5196798,0.3897755,0.7602684,1),(0.7113585,-0.0008893535,0.7028288,1),(0.7263619,-0.2008387,0.6573144,1),(0.7170011,-0.3334305,0.6121548,1),(0.7221618,-0.1041696,0.6838356,1),(0.6659152,-0.4760868,0.5743678,1),(0.4514014,-0.8003681,0.3945221,1),(0.3695222,-0.8716815,0.321908,1),(0.6182779,-0.6035848,0.5034062,1),(0.5509002,-0.7175292,0.4262169,1),(0.6826248,-0.4752971,0.5550821,1),(0.2999703,-0.9183095,0.2583129,1),(0.2456171,-0.9463246,0.2101,1),(0.4682363,-0.810281,0.3524195,1),(0.6180462,-0.6142044,0.4906852,1),(0.7180965,-0.2273352,0.657766,1),(0.6904334,-0.3638825,0.625213,1),(0.1758029,-0.969173,0.1726183,1),(0.02751952,-0.9985517,0.04622981,1),(-0.02581256,-0.9991977,0.03062047,1),(0.09939492,-0.986599,0.1293956,1),(-0.01783436,-0.9998352,0.003400752,1),(0.0133575,-0.999665,0.02216804,1),(0.03564108,-0.9979373,0.05339285,1),(-0.04055159,-0.9991224,0.01048278,1),(-0.03254735,-0.9988657,0.03475487,1),(-0.04327464,-0.9985297,0.03264218,1),(0.08009979,-0.9916682,0.1008867,1),(0.1477301,-0.975383,0.1637186,1),(0.01038274,-0.9969214,0.07771713,1),(-0.0228596,-0.9982846,0.05390007,1),(0.05780957,-0.9929804,0.1031889,1),(0.0498887,-0.9941331,0.09597026,1),(0.08775382,-0.993824,0.06791983,1),(0.1758156,-0.9779431,0.1127668,1),(0.26589,-0.948045,0.1746808,1),(0.1552622,-0.9805113,0.1203796,1),(0.2767005,-0.9481065,0.1566234,1),(0.3877368,-0.9001536,0.1984532,1),(0.455292,-0.8557791,0.2456655,1),(0.365836,-0.9052039,0.2162637,1),(0.4452357,-0.8500103,0.2815099,1),(0.3541333,-0.9023424,0.2456985,1),(0.507486,-0.8072103,0.3014455,1),(0.5584333,-0.7481253,0.3584142,1),(0.5087716,-0.7846797,0.3541598,1),(0.4346706,-0.8413575,0.3212148,1),(0.2329034,-0.9544961,0.186261,1),(0.3157817,-0.9121881,0.2611414,1),(0.4858389,-0.8430903,0.2305633,1),(0.5480658,-0.7976175,0.2518533,1),(0.5771177,-0.7674514,0.2792015,1),(0.5243836,-0.8079646,0.2687286,1),(0.5888488,-0.7663495,0.2568375,1),(0.6071327,-0.7531588,0.253262,1),(0.6100152,-0.73897,0.2860153,1),(0.6232989,-0.725227,0.2924796,1),(0.5989795,-0.7372221,0.3126136,1),(0.6204975,-0.7133816,0.3256835,1),(0.630496,-0.696609,0.3423603,1),(0.6245937,-0.6804547,0.3832285,1),(0.6273459,-0.6617253,0.4105568,1),(0.613123,-0.7006315,0.3649597,1),(0.5606499,-0.7695565,0.3057033,1),(0.592791,-0.7226135,0.3555681,1),(0.6131401,-0.7478805,0.2544291,1),(0.619425,-0.7372833,0.2696777,1),(0.6284027,-0.7161384,0.3037365,1),(0.6316084,-0.7025167,0.3279346,1),(0.6255225,-0.7206579,0.2989546,1),(0.6273997,-0.6987603,0.3436621,1),(0.6298876,-0.6849838,0.3661131,1),(0.626052,-0.6599385,0.4153795,1),(0.6289797,-0.6660664,0.400924,1),(0.6226509,-0.6442817,0.4440801,1),(0.6105825,-0.6172292,0.4962027,1),(0.5729781,-0.5759238,0.5831019,1),(0.5954955,-0.6012846,0.5327683,1),(0.6080641,-0.6264538,0.4876613,1),(0.6333814,-0.6818923,0.3658565,1),(0.6231101,-0.6428696,0.4454801,1),(0.6312296,-0.6725761,0.386252,1),(0.6323447,-0.6526863,0.4173018,1),(0.6172335,-0.6145825,0.4912343,1),(0.6215332,-0.6332,0.4612528,1),(0.6326072,-0.6395907,0.4367288,1),(0.6326283,-0.6338671,0.4449651,1),(0.6155721,-0.6044854,0.5056367,1),(0.6150594,-0.6048446,0.5058311,1),(0.587101,-0.5705028,0.5743161,1),(0.5886683,-0.5756702,0.5675151,1),(0.5924699,-0.5763442,0.5628559,1),(0.5654946,-0.5532545,0.6116578,1),(0.5487722,-0.5416695,0.6367443,1),(0.5444321,-0.5415149,0.6405897,1),(0.5969025,-0.5916587,0.5418923,1),(0.5527999,-0.5532327,0.6231741,1),(0.6327178,-0.6312308,0.4485709,1),(0.6329055,-0.6271542,0.4539913,1),(0.6189892,-0.6063423,0.4992009,1),(0.6173633,-0.6071309,0.5002545,1),(0.6331512,-0.6216167,0.4612075,1),(0.6333931,-0.6145868,0.4702087,1),(0.6216864,-0.5946429,0.5098097,1),(0.6204493,-0.6021855,0.5024094,1),(0.6101905,-0.5855352,0.5336816,1),(0.6059197,-0.5877568,0.5361001,1),(0.6129736,-0.578222,0.5384446,1),(0.6120014,-0.5649721,0.5534083,1),(0.6073499,-0.5717391,0.5515801,1),(0.5983999,-0.5723389,0.5606656,1),(0.6000886,-0.5847979,0.5458068,1),(0.5847144,-0.5664412,0.5807352,1),(0.6204441,-0.6067824,0.4968542,1),(0.5793479,-0.5952497,0.5568068,1),(0.5575721,-0.5756327,0.5981308,1),(0.6069359,-0.5862473,0.5366033,1),(0.4999658,-0.5728416,0.649528,1),(0.3684595,-0.5267746,0.7659935,1),(0.2970371,-0.5065002,0.8094606,1),(0.4602419,-0.5543866,0.6934212,1),(0.4242361,-0.5416409,0.7257058,1),(0.5396372,-0.5610624,0.6276947,1),(0.2275173,-0.4915862,0.8405824,1),(0.1654028,-0.4814268,0.860738,1),(0.3970981,-0.534032,0.7464067,1),(0.5302278,-0.5509626,0.6444366,1),(0.5967494,-0.569984,0.5648082,1),(0.5943797,-0.5575017,0.5795728,1),(0.2075222,-0.4621283,0.8621903,1),(0.05478808,-0.4051313,0.9126154,1),(-0.06126167,-0.3743232,0.9252725,1),(0.1044835,-0.4358359,0.8939409,1),(-0.08349969,-0.3629592,0.9280562,1),(-0.2078434,-0.3380743,0.9178817,1),(-0.3012912,-0.3110466,0.9013731,1),(-0.1948587,-0.3318486,0.9229879,1),(-0.2954726,-0.303807,0.9057577,1),(-0.1712199,-0.3467822,0.9221854,1),(-0.3809568,-0.2866513,0.8790352,1),(-0.4467361,-0.2641819,0.8547717,1),(-0.3823699,-0.2782005,0.8811343,1),(-0.2698907,-0.3218722,0.9075006,1),(0.003375488,-0.4135221,0.9104877,1),(-0.08995759,-0.3944922,0.9144854,1),(-0.2948479,-0.3223829,0.8995187,1),(-0.3252102,-0.3111463,0.8929873,1),(-0.3711325,-0.2979156,0.8794925,1),(-0.3649255,-0.3022897,0.8805965,1),(-0.3022298,-0.3060046,0.9027836,1),(-0.2242874,-0.3055366,0.9253878,1),(-0.2065599,-0.3005758,0.9311215,1),(-0.3203157,-0.2983562,0.8991002,1),(-0.3251919,-0.2928138,0.8991721,1),(-0.4032675,-0.2864851,0.869081,1),(-0.1755393,-0.2982908,0.9381943,1),(-0.1347976,-0.298663,0.944791,1),(-0.3201815,-0.2887997,0.902263,1),(-0.4245339,-0.2760579,0.8623009,1),(-0.420485,-0.2842079,0.8616369,1),(-0.4635134,-0.2673451,0.844797,1),(-0.1044956,-0.3153231,0.9432136,1),(0.05427867,-0.3410074,0.9384922,1),(0.1320414,-0.3393577,0.9313439,1),(-0.05156266,-0.3111485,0.9489614,1),(0.2718996,-0.3792716,0.8844341,1),(0.5468295,-0.4132142,0.7281699,1),(0.6303935,-0.4251635,0.6494921,1),(0.3623607,-0.3829691,0.8497231,1),(0.4542711,-0.3879217,0.8019692,1),(0.2187095,-0.3398388,0.9146998,1),(0.7043515,-0.4376059,0.5589185,1),(0.7648836,-0.4507349,0.4602078,1),(0.5422013,-0.3949111,0.7416622,1),(0.3091002,-0.3432764,0.886915,1),(0.01386761,-0.3096697,0.9507431,1),(0.08756582,-0.3114109,0.9462322,1),(0.7675712,-0.4265449,0.4784287,1),(0.8711746,-0.444005,0.2095576,1),(0.8865039,-0.4567083,0.07435273,1),(0.8219337,-0.4422346,0.3589617,1),(0.8769591,-0.4750265,-0.07274841,1),(0.7731053,-0.5125864,-0.3735818,1),(0.7234452,-0.5126281,-0.4624278,1),(0.8541133,-0.48129,-0.1971049,1),(0.818147,-0.4854025,-0.308253,1),(0.8819103,-0.4680658,-0.0561129,1),(0.6734619,-0.5103281,-0.534803,1),(0.626018,-0.5064319,-0.5929823,1),(0.7736675,-0.4878134,-0.4043227,1),(0.8604459,-0.4779852,-0.1765304,1),(0.8576351,-0.4577079,0.2344475,1),(0.8742267,-0.4726765,0.1109258,1),(0.5956063,-0.5201862,-0.6120943,1),(0.4453931,-0.507561,-0.7375683,1),(0.3992275,-0.507321,-0.7637035,1),(0.5406718,-0.5192891,-0.6618254,1),(0.3424065,-0.5007238,-0.7950054,1),(0.2803082,-0.5087036,-0.814032,1),(0.2715683,-0.503771,-0.8200399,1),(0.311771,-0.4994819,-0.8082801,1),(0.2969001,-0.4990419,-0.8141299,1),(0.3681953,-0.5066942,-0.7795468,1),(0.2766961,-0.5005381,-0.8203053,1),(0.2959409,-0.4989211,-0.8145531,1),(0.2972517,-0.4989968,-0.8140293,1),(0.3514372,-0.5053794,-0.7880886,1),(0.4963384,-0.5167653,-0.6975685,1),(0.4626705,-0.5128431,-0.7231376,1),(0.2553664,-0.5252146,-0.8117497,1),(0.2696734,-0.5395605,-0.7975907,1),(0.3059504,-0.5329004,-0.7889305,1),(0.2705501,-0.517516,-0.8117757,1),(0.3238116,-0.5508801,-0.7692055,1),(0.4174133,-0.5547931,-0.7197018,1),(0.4873953,-0.5556265,-0.6735911,1),(0.3787177,-0.547644,-0.7460958,1),(0.43702,-0.5469225,-0.7140654,1),(0.3495488,-0.5283892,-0.7737057,1),(0.5555928,-0.5595918,-0.6149582,1),(0.6200892,-0.5671365,-0.5420753,1),(0.4985589,-0.5494324,-0.6704946,1),(0.4012367,-0.5267239,-0.7493804,1),(0.2964539,-0.5118103,-0.8063283,1),(0.3339408,-0.5085058,-0.7936658,1),(0.5268984,-0.5585726,-0.6406049,1),(0.6308947,-0.5734244,-0.5226435,1),(0.6984923,-0.5780002,-0.4219292,1),(0.6025825,-0.5618675,-0.5667444,1),(0.7246557,-0.5935028,-0.3501835,1),(0.7889083,-0.6045437,-0.1102296,1),(0.7913768,-0.6105012,0.03179884,1),(0.7684759,-0.5988818,-0.225356,1),(0.7904968,-0.6056681,-0.09099972,1),(0.7507576,-0.5851514,-0.3065304,1),(0.7679287,-0.6166565,0.1732639,1),(0.7192655,-0.622227,0.3090154,1),(0.7883393,-0.6133006,0.04882123,1),(0.7839449,-0.5945941,-0.1785728,1),(0.6699484,-0.5684299,-0.4775527,1),(0.7255238,-0.5783046,-0.3730669,1),(0.7886363,-0.596585,0.1487927,1),(0.7181146,-0.5870021,0.3738181,1),(0.6345111,-0.5876279,0.5020848,1),(0.7436384,-0.6009354,0.2930505,1),(0.5846875,-0.581325,0.5658635,1),(0.3852219,-0.5753093,0.7215422,1),(0.2664488,-0.5716842,0.7760041,1),(0.4754597,-0.5784681,0.6628067,1),(0.3558191,-0.574486,0.7371286,1),(0.5312687,-0.5872843,0.610615,1),(0.1479854,-0.5667827,0.8104675,1),(0.03504916,-0.5604327,0.827458,1),(0.232329,-0.5689961,0.7888389,1),(0.4146391,-0.5853505,0.6967345,1),(0.6732985,-0.6047191,0.425422,1),(0.5817649,-0.6071253,0.5412472,1),(0.1761676,-0.5508875,0.8157745,1),(0.02818071,-0.5198591,0.8537872,1),(-0.06586907,-0.521938,0.8504363,1),(0.06466256,-0.5500408,0.8326306,1),(-0.06072608,-0.4987556,0.8646128,1),(-0.101137,-0.4929345,0.8641682,1),(-0.1429696,-0.4956227,0.85669,1),(-0.1316369,-0.5023313,0.8545963,1),(-0.190802,-0.5057543,0.8413128,1),(-0.1483787,-0.5234635,0.839029,1),(-0.1743871,-0.4979583,0.8494861,1),(-0.1948429,-0.4998737,0.8438973,1),(-0.2372578,-0.5089102,0.8274776,1),(-0.2176141,-0.5243379,0.8232338,1),(-0.03847545,-0.5480899,0.835534,1),(-0.130067,-0.5449578,0.8283136,1),(-0.08501605,-0.4946663,0.8649148,1),(0.01338664,-0.4906973,0.8712273,1),(0.01734995,-0.4918787,0.8704908,1),(-0.1001262,-0.4961262,0.8624578,1),(0.2477021,-0.4588834,0.8532699,1),(0.6645769,-0.3165032,0.6768775,1),(0.6987798,-0.3076149,0.6458172,1),(0.2685108,-0.4587892,0.8470032,1),(0.295946,-0.4547658,0.8400024,1),(0.02965114,-0.4902675,0.8710675,1),(0.7337926,-0.2962113,0.6113977,1),(0.7684199,-0.2819641,0.5744798,1),(0.3293366,-0.4466633,0.831883,1),(0.05017698,-0.4858851,0.8725812,1),(-0.1061515,-0.4961507,0.8617229,1),(-0.1028438,-0.4947781,0.8629123,1),(0.9454259,-0.09477416,0.3117495,1),(0.9987212,0.05000365,0.007435567,1),(0.996643,0.06986367,-0.0426827,1),(0.9644255,-0.0742613,0.2537099,1),(0.9634886,0.1324481,-0.2326951,1),(0.8721042,0.1781332,-0.4557443,1),(0.8800926,0.1863914,-0.4366868,1),(0.9559943,0.1465632,-0.2541535,1),(0.9497773,0.1557961,-0.2713867,1),(0.9923823,0.08526358,-0.08892363,1),(0.8899139,0.1899867,-0.4146784,1),(0.900918,0.1894611,-0.39045,1),(0.9449466,0.1611972,-0.2847655,1),(0.986656,0.09718578,-0.1306333,1),(0.9791216,-0.0556939,0.1954971,1),(0.9895406,-0.03856077,0.139005,1),(0.7737439,0.1847436,-0.605962,1),(0.7578503,0.1492453,-0.6351289,1),(0.8086107,0.1482111,-0.56937,1),(0.8090795,0.1892678,-0.5563884,1),(0.8506109,0.05319389,-0.5230981,1),(0.9828431,-0.150572,-0.1065247,1),(0.9828401,-0.1819316,-0.03043405,1),(0.8957838,0.03971932,-0.4427117,1),(0.9352064,0.02187972,-0.3534266,1),(0.8569536,0.1420408,-0.495434,1),(0.9758679,-0.2133578,0.0464796,1),(0.962009,-0.244764,0.120951,1),(0.9659249,-0.0009819958,-0.2588206,1),(0.9002271,0.1299589,-0.4155741,1),(0.8439299,0.1889155,-0.5020888,1),(0.8768167,0.183483,-0.4444395,1),(0.8894033,-0.2988709,0.3458871,1),(0.8051326,-0.3079901,0.5068566,1),(0.7684782,-0.3520299,0.534337,1),(0.8570313,-0.3384416,0.3885286,1),(0.8135647,-0.2806701,0.5092511,1),(0.8952229,-0.1975166,0.3994537,1),(0.7830481,-0.314119,0.53681,1),(0.8779352,-0.2293697,0.4202611,1),(0.7539735,-0.3513056,0.5550752,1),(0.7317099,-0.3973784,0.5537969,1),(0.86374,-0.2569137,0.4335303,1),(0.7278371,-0.3861589,0.5666873,1),(0.853501,-0.2799003,0.4395357,1),(0.697194,-0.4343756,0.5702966,1),(0.8226828,-0.3758166,0.4265616,1),(0.7880318,-0.4104269,0.4588636,1),(0.971202,-0.08295726,0.2233488,1),(0.9981191,0.02487769,0.05602983,1),(0.9656754,-0.1023637,0.2387318,1),(0.9979325,0.0180599,0.06167983,1),(0.9871526,0.1246692,-0.0999359,1),(0.9441012,0.218907,-0.2464805,1),(0.929922,0.2406467,-0.2780902,1),(0.9851835,0.1321319,-0.1093369,1),(0.9812006,0.1451009,-0.1272445,1),(0.9981319,0.01943561,0.05792097,1),(0.9114153,0.265533,-0.3143477,1),(0.8879027,0.2925762,-0.3550043,1),(0.9746618,0.1636175,-0.1525242,1),(0.9985991,0.02773993,0.04506107,1),(0.9628302,-0.1148725,0.2444632,1),(0.9628549,-0.1194193,0.2421764,1),(0.8700863,0.297841,-0.3927346,1),(0.7485213,0.3575284,-0.5584704,1),(0.6876159,0.3899281,-0.6124871,1),(0.8337572,0.3302968,-0.4424398,1),(0.5250247,0.3906049,-0.7561591,1),(0.1194817,0.3537434,-0.9276798,1),(0.05582622,0.3544039,-0.9334245,1),(0.4468893,0.4110199,-0.7945771,1),(0.3693521,0.4250638,-0.8263775,1),(0.6217716,0.4176939,-0.6625193,1),(-0.001814055,0.3514037,-0.9362223,1),(-0.05413778,0.3454283,-0.9368824,1),(0.2928199,0.4329206,-0.8525469,1),(0.5513656,0.4400555,-0.7087644,1),(0.7914092,0.3617769,-0.4927363,1),(0.7426701,0.3912629,-0.5434653,1),(-0.2753784,0.2537437,-0.9272436,1),(-0.4579353,0.1905617,-0.8683211,1),(-0.4658938,0.181934,-0.8659347,1),(-0.3042498,0.2446898,-0.9206296,1),(-0.5136481,0.1732478,-0.8403278,1),(-0.4868186,0.1886407,-0.8528906,1),(-0.5049064,0.1687355,-0.8465211,1),(-0.4562078,0.1927758,-0.8687416,1),(-0.4692576,0.17508,-0.8655312,1),(-0.4913343,0.1640839,-0.8553754,1),(-0.4219463,0.19922,-0.8844618,1),(-0.47388,0.1604224,-0.8658535,1),(-0.3855255,0.2091052,-0.8986908,1),(-0.4676316,0.1673627,-0.8679345,1),(-0.3271627,0.2350214,-0.9152756,1),(-0.3450527,0.2254624,-0.9111012,1),(-0.4368831,0.2191422,-0.8724161,1),(-0.4171678,0.2347181,-0.8779968,1),(-0.3668083,0.2543045,-0.8948636,1),(-0.3881539,0.2346476,-0.8912222,1),(-0.4301315,0.2407254,-0.8700794,1),(-0.4753129,0.2373995,-0.8471832,1),(-0.3957938,0.2598272,-0.8808162,1),(-0.4736315,0.250791,-0.8442613,1),(-0.3118843,0.2739275,-0.9097758,1),(-0.3555388,0.2802459,-0.8916582,1),(-0.4635912,0.2631864,-0.8460592,1),(-0.3106919,0.3024747,-0.9010991,1),(-0.4462567,0.2788475,-0.8503522,1),(-0.2548548,0.2967467,-0.9203209,1),(-0.3353426,0.2498599,-0.9083586,1),(-0.2810479,0.2680727,-0.9214928,1),(-0.505786,0.2402794,-0.8285204,1),(-0.4772321,0.2727652,-0.8353733,1),(-0.536495,0.234684,-0.8106149,1),(-0.5338162,0.2565781,-0.8057345,1),(-0.377479,0.3365041,-0.8627135,1),(-0.1838675,0.4254152,-0.8861234,1),(-0.458434,0.3051086,-0.8347137,1),(-0.2898573,0.3795486,-0.8785929,1),(-0.5771405,0.2454218,-0.7788948,1),(-0.5240328,0.2796153,-0.8044904,1),(-0.3818919,0.3393885,-0.859636,1),(-0.57463,0.2598943,-0.7760511,1),(-0.4582343,0.3059727,-0.834507,1),(-0.6077999,0.2377483,-0.7576642,1),(-0.5576698,0.2400601,-0.7945915,1),(-0.5687216,0.247962,-0.7842644,1),(0.04676816,0.5144353,-0.856253,1),(0.2440329,0.6002263,-0.7616929,1),(-0.07510928,0.4609232,-0.8842558,1),(0.1226359,0.5458313,-0.8288719,1),(0.409952,0.6863808,-0.6006836,1),(0.5379664,0.7627226,-0.3589517,1),(0.3061611,0.6366323,-0.7077887,1),(0.4709095,0.7238923,-0.5042064,1),(0.0002581214,0.4919378,-0.8706304,1),(0.1907852,0.5828751,-0.7898466,1),(0.3806058,0.6757903,-0.6312263,1),(0.07118681,0.5286879,-0.845826,1),(0.2728019,0.62191,-0.7340348,1),(-0.1162288,0.4416729,-0.8896157,1),(-0.1891714,0.4112716,-0.8916669,1),(-0.2906523,0.3677535,-0.8833339,1),(0.5989228,0.7967085,-0.08091402,1),(0.5839814,0.7941565,0.1681701,1),(0.5781242,0.7772224,-0.2483902,1),(0.6027212,0.7979136,0.007827644,1),(0.5077818,0.7707279,0.3848848,1),(0.3756711,0.728604,0.5727193,1),(0.5504882,0.7932789,0.2601373,1),(0.4190755,0.7554753,0.5036196,1),(0.5925583,0.7885985,-0.164278,1),(0.577541,0.8088268,0.1106591,1),(0.4665891,0.7850049,0.407507,1),(0.5805407,0.8122776,-0.05637104,1),(0.5116089,0.8115777,0.2821309,1),(0.5496522,0.7649437,-0.3357729,1),(0.5261851,0.7444586,-0.4109874,1),(0.4450506,0.7005321,-0.5578394,1),(0.2526307,0.6788183,0.6894805,1),(0.2077134,0.6594346,0.7224965,1),(0.2806888,0.6902002,0.6669614,1),(0.219068,0.6503521,0.7273591,1),(0.2395835,0.6819176,0.6910775,1),(0.3497945,0.7365778,0.5788757,1),(0.2312377,0.6538445,0.720428,1),(0.3150403,0.6959543,0.6452885,1),(0.2509212,0.6527778,0.7147865,1),(0.2405685,0.637393,0.7320225,1),(0.2900102,0.6635193,0.6896639,1),(0.2687581,0.6342224,0.7249352,1),(0.2779279,0.6425654,0.7140487,1),(0.3036398,0.6668918,0.6804837,1),(0.3262932,0.7107784,0.6231588,1),(0.3878458,0.7381907,0.5519513,1),(0.4683556,0.7903355,0.3949846,1),(0.5281379,0.8320358,0.1696667,1),(0.4169295,0.753267,0.5086833,1),(0.4861921,0.8121219,0.3226068,1),(0.5134148,0.8496776,-0.1202215,1),(0.384156,0.7927196,-0.4733074,1),(0.5095974,0.8587863,0.05288285,1),(0.4455993,0.8367913,-0.3181533,1),(0.4298784,0.7817855,0.451681,1),(0.4822944,0.8490126,0.2158001,1),(0.4860158,0.8612996,-0.1481608,1),(0.4370438,0.8236094,0.3614695,1),(0.5014594,0.8647019,0.02879825,1),(0.3674069,0.7464218,0.5548573,1),(0.3634415,0.7158971,0.5961558,1),(0.3142878,0.6832203,0.6591156,1),(0.1890834,0.6432987,-0.7418991,1),(0.02955308,0.5090967,-0.8602018,1),(0.2997357,0.708296,-0.6391208,1),(0.1464537,0.5751955,-0.804799,1),(-0.09035691,0.4252281,-0.9005647,1),(-0.1878886,0.3867679,-0.9028335,1),(0.007001694,0.4809932,-0.8766963,1),(-0.1272222,0.4244941,-0.8964481,1),(0.2696274,0.6422732,-0.7174861,1),(0.1172435,0.5437654,-0.8310072,1),(-0.05204586,0.4708764,-0.8806626,1),(0.2335894,0.6108978,-0.7564654,1),(0.03531494,0.5253767,-0.8501366,1),(0.3880078,0.7054123,-0.5931637,1),(0.4036614,0.7637748,-0.5036917,1),(0.4891327,0.804481,-0.3369859,1),(-0.2480769,0.3799215,-0.8911328,1),(-0.2504106,0.3956422,-0.8836073,1),(-0.2232474,0.396531,-0.8904626,1),(-0.248418,0.3954969,-0.8842345,1),(-0.1954799,0.4342657,-0.8793184,1),(-0.07877716,0.4916138,-0.8672428,1),(-0.2078682,0.4227176,-0.8821002,1),(-0.09867935,0.4744535,-0.8747321,1),(-0.2305249,0.4022344,-0.8860394,1),(-0.2044581,0.4203282,-0.8840368,1),(-0.1034571,0.4662181,-0.8785996,1),(-0.181297,0.4242271,-0.8872219,1),(-0.0921011,0.4700391,-0.8778272,1),(-0.1940111,0.4156623,-0.8885857,1),(-0.1836267,0.4208139,-0.8883675,1),(-0.128195,0.4528153,-0.8823403,1),(0.05854395,0.5445932,-0.8366545,1),(0.1700132,0.5802972,-0.7964613,1),(0.03577721,0.5265787,-0.8493732,1),(0.1474324,0.5632635,-0.8130178,1),(0.2558897,0.6038216,-0.7549304,1),(0.3193057,0.6197424,-0.7169123,1),(0.2365041,0.5888292,-0.7728817,1),(0.3057115,0.6072283,-0.7333583,1),(0.1366107,0.555263,-0.8203783,1),(0.2282385,0.5811542,-0.7811319,1),(0.3034238,0.5992172,-0.7408594,1),(0.2335959,0.5782765,-0.7816837,1),(0.3161159,0.5926633,-0.7408245,1),(0.1393788,0.5542919,-0.8205693,1),(0.02615631,0.5181736,-0.8548754,1),(0.03097224,0.5193503,-0.8539999,1),(0.3660308,0.6319016,-0.6831704,1),(0.400312,0.6421349,-0.6537684,1),(0.3587734,0.6210058,-0.6968741,1),(0.3976433,0.631805,-0.6653588,1),(0.4231533,0.6515924,-0.6295782,1),(0.4353698,0.6611221,-0.6110407,1),(0.4233862,0.6410185,-0.6401871,1),(0.436956,0.6496757,-0.6220859,1),(0.4067041,0.621502,-0.6695724,1),(0.4349935,0.6299821,-0.643353,1),(0.4491717,0.6384145,-0.6250374,1),(0.4627088,0.613674,-0.6397693,1),(0.4761173,0.6221648,-0.6214687,1),(0.4324428,0.606925,-0.6668099,1),(0.3632108,0.6117949,-0.7026983,1),(0.3839912,0.600589,-0.7013156,1),(0.4436889,0.671635,-0.5933353,1),(0.4547642,0.6833558,-0.5711517,1),(0.4459707,0.658646,-0.6060491,1),(0.4577573,0.6680453,-0.5866632,1),(0.4685014,0.6960953,-0.5440201,1),(0.4847646,0.709559,-0.5113992,1),(0.4722441,0.6777197,-0.5636325,1),(0.4893303,0.6874521,-0.5366242,1),(0.4671151,0.6565129,-0.5922788,1),(0.4785815,0.6657768,-0.5724517,1),(0.4916469,0.6750561,-0.5500751,1),(0.4923053,0.6539515,-0.5744414,1),(0.4980268,0.6654655,-0.5559902,1),(0.486739,0.6428761,-0.591435,1),(0.4572998,0.6473662,-0.609749,1),(0.4813431,0.6322721,-0.6070758,1),(0.5067968,0.7179806,-0.477138,1),(0.5363426,0.717326,-0.4447247,1),(0.5105914,0.6937532,-0.5079399,1),(0.5373376,0.6936315,-0.479733,1),(0.5729305,0.7071232,-0.4143998,1),(0.6156633,0.6869379,-0.3861021,1),(0.569167,0.6867974,-0.45206,1),(0.6054571,0.6729558,-0.4249142,1),(0.5313939,0.6814238,-0.5032715,1),(0.5600427,0.6750112,-0.480325,1),(0.5938135,0.6618633,-0.4575177,1),(0.5525003,0.66657,-0.5004275,1),(0.5860987,0.6508668,-0.4825564,1),(0.5262182,0.6740292,-0.5184391,1),(0.5084716,0.6813638,-0.5264978,1),(0.5079363,0.6735944,-0.536909,1),(0.6561365,0.6625862,-0.3611988,1),(0.6896203,0.6379763,-0.3426514,1),(0.641415,0.6543447,-0.4005245,1),(0.6735603,0.6330208,-0.3815772,1),(0.7169995,0.6136711,-0.3306353,1),(0.7390137,0.589945,-0.3253055,1),(0.7024171,0.6092392,-0.3680187,1),(0.7283923,0.5830803,-0.3598082,1),(0.6608714,0.6226897,-0.4189349,1),(0.6907963,0.5993291,-0.4044811,1),(0.7187866,0.5733678,-0.393186,1),(0.6842414,0.5856919,-0.4344868,1),(0.7118967,0.5624715,-0.4205102,1),(0.6542807,0.6081502,-0.4495223,1),(0.6286788,0.6435413,-0.4365978,1),(0.6216907,0.6298819,-0.4655637,1),(0.7586735,0.5661225,-0.3223659,1),(0.7771482,0.5431889,-0.3177837,1),(0.7521355,0.556221,-0.3534266,1),(0.7736034,0.5310448,-0.34573,1),(0.7945479,0.5211878,-0.3115395,1),(0.8109701,0.5001392,-0.3036253,1),(0.7930005,0.5076712,-0.3367789,1),(0.8105218,0.4861732,-0.3266344,1),(0.7675908,0.5221887,-0.3716496,1),(0.7883329,0.4989859,-0.3599224,1),(0.8069069,0.4775364,-0.3476495,1),(0.7818984,0.4953174,-0.3785441,1),(0.8014899,0.4740435,-0.3645501,1),(0.7605405,0.5171913,-0.3925447,1),(0.7444798,0.5470309,-0.3827622,1),(0.7372632,0.5396019,-0.4065376,1),(0.8256994,0.4811423,-0.2944866,1),(0.8383942,0.4649269,-0.2844962,1),(0.8259581,0.4670086,-0.3157468,1),(0.8392254,0.4504731,-0.3045893,1),(0.8492016,0.4515934,-0.2737151,1),(0.8582525,0.4412136,-0.2621702,1),(0.8504874,0.4366751,-0.2932337,1),(0.85989,0.4257036,-0.2817191,1),(0.8371581,0.4412518,-0.3232073,1),(0.8488517,0.4270512,-0.3115736,1),(0.8584884,0.4156255,-0.3004214,1),(0.8453844,0.4224816,-0.3268557,1),(0.8549977,0.4110131,-0.3163024,1),(0.8334051,0.4368892,-0.3384725,1),(0.8232396,0.4581224,-0.3352617,1),(0.8188512,0.4541275,-0.3510713,1),(0.8663936,0.4318717,-0.2506965,1),(0.8744312,0.4216219,-0.2400103,1),(0.8683097,0.4157893,-0.2704764,1),(0.8765941,0.4051035,-0.2597578,1),(0.8823624,0.410467,-0.2301161,1),(0.8901802,0.3984089,-0.2210191,1),(0.8847352,0.3936501,-0.2495657,1),(0.8927243,0.3814287,-0.2399072,1),(0.875626,0.3940904,-0.2792346,1),(0.8841,0.3821395,-0.2689548,1),(0.8924857,0.369389,-0.2588839,1),(0.88104,0.376785,-0.2860097,1),(0.8899501,0.3633096,-0.2756714,1),(0.8722183,0.3892175,-0.2962181,1),(0.8670819,0.4052523,-0.2897228,1),(0.863525,0.4006214,-0.3063121,1),(0.8987949,0.3829952,-0.2132662,1),(0.9088802,0.3618204,-0.2074193,1),(0.901312,0.3661792,-0.2314074,1),(0.9110489,0.345737,-0.2246235,1),(0.9201014,0.3347176,-0.2034149,1),(0.9319991,0.3015167,-0.2011601,1),(0.9216539,0.3199623,-0.2194953,1),(0.9327431,0.2887232,-0.2159381,1),(0.9112421,0.3333043,-0.241963,1),(0.9218107,0.3078579,-0.2355602,1),(0.9327414,0.2773102,-0.2304181,1),(0.9207687,0.2997893,-0.2496221,1),(0.9321009,0.2687248,-0.2428475,1),(0.9097529,0.3258147,-0.2572826,1),(0.9013814,0.3537729,-0.2497127,1),(0.8993947,0.3469422,-0.2659329,1),(0.9432037,0.2651656,-0.2001351,1),(0.9527956,0.2285744,-0.1998354,1),(0.9431564,0.2547985,-0.2133867,1),(0.9520803,0.2209952,-0.2114337,1),(0.9607984,0.1917253,-0.2002691,1),(0.9672214,0.1546051,-0.2014449,1),(0.9595686,0.1873106,-0.2101022,1),(0.965669,0.1537359,-0.2094006,1),(0.9515945,0.2122778,-0.2222748,1),(0.9588048,0.1807882,-0.2191094,1),(0.964674,0.1499833,-0.2165852,1),(0.9583351,0.1739412,-0.2265795,1),(0.9639999,0.1453243,-0.2226768,1),(0.9512455,0.2040623,-0.2312803,1),(0.9429427,0.2444546,-0.2260553,1),(0.9425616,0.2356695,-0.2367222,1),(0.971777,0.1218038,-0.2020235,1),(0.9741461,0.09934989,-0.2029013,1),(0.9701532,0.1240565,-0.2083571,1),(0.9728977,0.1030766,-0.206991,1),(0.9767995,0.08290777,-0.1974561,1),(0.9782688,0.0769356,-0.1925382,1),(0.9770769,0.08030191,-0.1971607,1),(0.9754522,0.08728478,-0.2021735,1),(0.9743006,0.08903074,-0.20691,1),(0.9718302,0.1041994,-0.2113963,1),(0.9760901,0.08069687,-0.2018322,1),(0.9751834,0.08051,-0.2062415,1),(0.9735565,0.08858231,-0.2105728,1),(0.9713603,0.101282,-0.2149445,1),(0.9690698,0.1229027,-0.2140062,1),(0.9682699,0.1204783,-0.2189484,1),(0.979521,0.0720465,-0.1880105,1),(0.9807792,0.06018501,-0.1856071,1),(0.9797721,0.06237328,-0.1901479,1),(0.9784461,0.07430825,-0.1926697,1),(0.981815,0.04130531,-0.185292,1),(0.9822377,0.0153669,-0.1870107,1),(0.9814067,0.02048107,-0.1908439,1),(0.9808637,0.04444419,-0.1895554,1),(0.9799943,0.04392365,-0.194118,1),(0.9788997,0.06129596,-0.1949307,1),(0.9805827,0.02124999,-0.1949518,1),(0.9796533,0.02117143,-0.1995777,1),(0.978963,0.04497704,-0.199019,1),(0.9778036,0.06288648,-0.1998631,1),(0.9774339,0.07421149,-0.1977772,1),(0.9765338,0.07339384,-0.2024727,1),(0.9821092,-0.007930397,-0.1881451,1),(0.9822506,-0.01865105,-0.1866432,1),(0.9815856,-0.01241845,-0.1906191,1),(0.9814318,-0.001312599,-0.1918065,1),(0.9830466,-0.01679648,-0.1825849,1),(0.9843957,-0.002385571,-0.1759535,1),(0.9832991,-0.002477781,-0.1819798,1),(0.9822109,-0.01280638,-0.1873433,1),(0.9812056,-0.01222208,-0.1925778,1),(0.9807602,-0.01063712,-0.1949266,1),(0.9820285,-0.004204643,-0.1886854,1),(0.9806321,-0.00513872,-0.1957916,1),(0.9800962,-0.01225498,-0.1981447,1),(0.9798324,-0.01022814,-0.1995594,1),(0.9806575,0.000536723,-0.1957306,1),(0.9797859,0.000929563,-0.2000467,1),(0.9854058,0.01587795,-0.1694799,1),(0.985756,0.02916005,-0.1656344,1),(0.9846002,0.02087217,-0.173571,1),(0.9841991,0.01123843,-0.1767083,1),(0.9856741,0.03748211,-0.1644432,1),(0.9852936,0.04086737,-0.1659109,1),(0.9843944,0.02794928,-0.1737422,1),(0.9846395,0.02643886,-0.1725862,1),(0.9831704,0.01880538,-0.1817201,1),(0.9831004,0.01461288,-0.1824828,1),(0.9830096,0.01953509,-0.182512,1),(0.9812403,0.01630832,-0.1920978,1),(0.9813554,0.01571361,-0.1915584,1),(0.9813241,0.01194574,-0.1919901,1),(0.9827504,0.006944997,-0.1848072,1),(0.9811065,0.004997173,-0.1934037,1),(0.9848201,0.04269102,-0.1682462,1),(0.984927,0.04477296,-0.1670753,1),(0.9843316,0.02941488,-0.1738568,1),(0.9841872,0.02806841,-0.1748937,1),(0.98531,0.04801831,-0.1638851,1),(0.9859938,0.05224784,-0.1583866,1),(0.9856044,0.03575759,-0.1652435,1),(0.9848146,0.03198216,-0.1706375,1),(0.9837437,0.02230668,-0.178187,1),(0.9831614,0.02010976,-0.181629,1),(0.9846269,0.02576759,-0.1727595,1),(0.9831464,0.02208875,-0.1814813,1),(0.9822029,0.01880427,-0.1868789,1),(0.9815541,0.016743,-0.1904499,1),(0.9829121,0.01918275,-0.1830727,1),(0.9812286,0.01590833,-0.1921911,1),(0.9864536,0.05992014,-0.1527056,1),(0.9867215,0.07180659,-0.145686,1),(0.9863505,0.04275415,-0.1590123,1),(0.9869477,0.0538055,-0.1517866,1),(0.9863828,0.0885718,-0.1385784,1),(0.9852343,0.1101218,-0.1310976,1),(0.9871491,0.06932166,-0.143983,1),(0.9866566,0.08962107,-0.1359298,1),(0.9863178,0.04284242,-0.1591918,1),(0.9867818,0.05760591,-0.1514702,1),(0.9866744,0.07700484,-0.1433308,1),(0.9855695,0.05295955,-0.1607727,1),(0.9856205,0.07186552,-0.1529303,1),(0.9850216,0.03838772,-0.1681038,1),(0.9855903,0.03199273,-0.166097,1),(0.9841695,0.02810411,-0.1749874,1),(0.9836428,0.1308692,-0.1237751,1),(0.9823572,0.1454139,-0.1175973,1),(0.9856806,0.1092853,-0.1284148,1),(0.9847398,0.1232658,-0.1228546,1),(0.9816847,0.1537866,-0.1124491,1),(0.9814162,0.1564688,-0.1110836,1),(0.9840496,0.131712,-0.1195751,1),(0.9839035,0.1340811,-0.1181361,1),(0.9852911,0.1098579,-0.1308928,1),(0.9846841,0.1183631,-0.1280143,1),(0.9843288,0.1216056,-0.1277069,1),(0.983865,0.113817,-0.1380414,1),(0.9835156,0.117509,-0.1374367,1),(0.9845058,0.1044142,-0.1408764,1),(0.9860505,0.09599894,-0.1359723,1),(0.9851492,0.09055372,-0.1458801,1),(0.2832395,-0.7512808,-0.5961146,1),(0.3070478,-0.7403635,-0.5979828,1),(0.2554972,-0.7695422,-0.5852572,1),(0.2924745,-0.7040578,-0.6471176,1),(0.3150344,-0.6915955,-0.6499608,1),(0.3248746,-0.6857412,-0.6513183,1),(0.2236258,-0.796962,-0.5611088,1),(0.165749,-0.8345194,-0.5254565,1),(0.2806634,-0.7180442,-0.6368992,1),(0.2525926,-0.740143,-0.6232057,1),(0.3220059,-0.6359516,-0.7013399,1),(0.3231426,-0.6332078,-0.7032971,1),(0.3215922,-0.6300948,-0.7067948,1),(0.3543907,-0.5450671,-0.7598087,1),(0.3728352,-0.5155146,-0.771517,1),(0.3412775,-0.5651702,-0.7510741,1),(0.3266622,-0.6359408,-0.6991931,1),(0.3274258,-0.6359929,-0.6987885,1),(0.3330021,-0.5770271,-0.7457542,1),(0.3249209,-0.5836095,-0.7441951,1),(0.07231732,-0.8751078,-0.478494,1),(-0.0851429,-0.9033383,-0.4203934,1),(0.191335,-0.7757817,-0.6012932,1),(0.05658961,-0.8238309,-0.5640038,1),(-0.3188286,-0.8868879,-0.3343322,1),(-0.5988607,-0.7740228,-0.2055591,1),(-0.1767436,-0.8561864,-0.4854963,1),(-0.490925,-0.8055976,-0.3316701,1),(0.1859092,-0.6981299,-0.6914133,1),(-0.02750906,-0.772315,-0.6346437,1),(-0.3585288,-0.803287,-0.4755914,1),(0.1096879,-0.649927,-0.7520394,1),(-0.2077469,-0.7609768,-0.6146184,1),(0.289313,-0.5515987,-0.7823278,1),(0.2907735,-0.6462429,-0.7055643,1),(0.3653397,-0.5073965,-0.7804331,1),(-0.7993028,-0.5963651,-0.07391653,1),(-0.8998389,-0.4361647,0.0070968,1),(-0.7294155,-0.6659229,-0.1565238,1),(-0.8544551,-0.5176413,-0.04420571,1),(-0.9515256,-0.304116,0.04596345,1),(-0.9804264,-0.1897213,0.05263062,1),(-0.9238353,-0.3825512,0.01352874,1),(-0.9670417,-0.2527913,0.03044249,1),(-0.7933465,-0.5970501,-0.11888,1),(-0.885373,-0.4634143,-0.03690125,1),(-0.9470213,-0.3211621,-0.002381124,1),(-0.8313172,-0.545013,-0.1089605,1),(-0.9184059,-0.3926414,-0.04861349,1),(-0.7085404,-0.671019,-0.2184127,1),(-0.6376208,-0.723469,-0.2646362,1),(-0.5163397,-0.761666,-0.3914822,1),(-0.9952514,-0.08821562,0.04114346,1),(-0.9992964,-0.00299959,0.03738412,1),(-0.9908901,-0.1314879,0.02911703,1),(-0.9990777,-0.03201563,0.02861382,1),(-0.9974554,0.06384166,0.03173255,1),(-0.9931496,0.113208,0.02894671,1),(-0.9945245,0.09975028,0.03115862,1),(-0.9986093,0.04457102,0.02815743,1),(-0.9973873,-0.0690823,0.02112059,1),(-0.999408,0.01873223,0.02885758,1),(-0.9959175,0.08340131,0.03453182,1),(-0.9994639,-0.01196406,0.03047761,1),(-0.9971991,0.06389233,0.03888313,1),(-0.9937083,-0.1111446,0.01380989,1),(-0.983143,-0.182524,0.01071756,1),(-0.9712139,-0.2378878,-0.01236665,1),(-0.989683,0.1412231,0.02415822,1),(-0.9893392,0.1444634,0.01839258,1),(-0.99166,0.1258208,0.02792213,1),(-0.9911965,0.128655,0.0312613,1),(-0.9923835,0.1226421,0.01156596,1),(-0.9971005,0.07575779,0.007162069,1),(-0.9997289,0.02069766,0.01066572,1),(-0.9956644,0.09052144,0.02141097,1),(-0.9979444,0.05662168,0.03001692,1),(-0.9934903,0.1083359,0.03522016,1),(-0.9988977,-0.04229331,0.0203598,1),(-0.9928507,-0.1152694,0.03099051,1),(-0.9990929,0.01920509,0.03800958,1),(-0.9951088,0.08964071,0.04150872,1),(-0.9924778,0.1166704,0.03709112,1),(-0.9937848,0.1032262,0.04166822,1),(-0.9999066,-0.004630268,0.01285488,1),(-0.9882711,-0.1380358,0.06531691,1),(-0.9709032,-0.2268675,0.07666891,1),(-0.9965531,-0.08108905,0.01750189,1),(-0.9088236,-0.3696383,0.1934094,1),(-0.5898588,-0.7031181,0.3971037,1),(-0.5024684,-0.7534578,0.4240599,1),(-0.8632274,-0.4593277,0.2094193,1),(-0.790838,-0.5663409,0.2320196,1),(-0.9366001,-0.3383343,0.09115958,1),(-0.3906119,-0.8017412,0.4523641,1),(-0.2604058,-0.8382445,0.4790981,1),(-0.6855565,-0.680096,0.2597725,1),(-0.8772964,-0.4667295,0.111869,1),(-0.9843315,-0.1737247,0.0301864,1),(-0.9580055,-0.2832974,0.04436279,1),(-0.1256206,-0.852345,0.5076685,1),(0.1478793,-0.8388917,0.5238249,1),(0.2423509,-0.797927,0.5518864,1),(-0.02479994,-0.843114,0.5371627,1),(0.2880472,-0.7989123,0.5279849,1),(0.3608351,-0.7595431,0.5411952,1),(0.4400274,-0.694742,0.5689547,1),(0.3745469,-0.7424597,0.5553992,1),(0.4549474,-0.6739874,0.5820343,1),(0.3347813,-0.7437845,0.5785379,1),(0.5103187,-0.6198002,0.5961732,1),(0.5666518,-0.5401396,0.6222178,1),(0.5218062,-0.5986632,0.6077176,1),(0.4157495,-0.680527,0.6033534,1),(0.08279759,-0.8211315,0.5647014,1),(0.1863974,-0.7866327,0.5886127,1),(0.413593,-0.7125038,0.566815,1),(0.4724711,-0.6440786,0.6016093,1),(0.5328195,-0.565585,0.6294577,1),(0.4846028,-0.6412567,0.5949371,1),(0.5355432,-0.5482342,0.6423649,1),(0.5977574,-0.4196727,0.6830527,1),(0.6270198,-0.326094,0.7074665,1),(0.5821305,-0.4620423,0.6690598,1),(0.6150876,-0.3769201,0.6925305,1),(0.5802902,-0.4832048,0.6555734,1),(0.6432543,-0.2402058,0.7269973,1),(0.65035,-0.1689265,0.7406138,1),(0.6361262,-0.2992435,0.7111939,1),(0.6144739,-0.4027851,0.6783701,1),(0.5443653,-0.5625261,0.6222787,1),(0.5902917,-0.4818287,0.6476084,1),(0.6442874,-0.2750997,0.7135922,1),(0.665892,-0.1359709,0.7335529,1),(0.6630083,-0.04378246,0.7473307,1),(0.6556159,-0.1783552,0.7337282,1),(0.6657218,-0.004296452,0.7461877,1),(0.6461725,0.1200874,0.7536842,1),(0.6308382,0.1821695,0.7542264,1),(0.6536343,0.07600846,0.752984,1),(0.63878,0.1376329,0.756979,1),(0.6531652,0.03042925,0.7566038,1),(0.6165855,0.2277661,0.7536212,1),(0.6056096,0.2567835,0.7531927,1),(0.6257782,0.1778828,0.7594467,1),(0.6421802,0.08167555,0.76219,1),(0.6562738,-0.09577436,0.7484197,1),(0.6518204,-0.03394458,0.7576132,1),(0.6155957,0.2271069,0.7546286,1),(0.5846434,0.3068444,0.7510251,1),(0.5768382,0.3325804,0.7460884,1),(0.6022853,0.2695164,0.7514076,1),(0.5568832,0.3618856,0.7476094,1),(0.5341173,0.3951228,0.7473933,1),(0.5441119,0.3944474,0.7405089,1),(0.5570215,0.3735444,0.7417491,1),(0.5627424,0.375904,0.7362182,1),(0.5741974,0.3474922,0.7413141,1),(0.5592744,0.3852229,0.7340405,1),(0.575237,0.3713865,0.7288171,1),(0.5704295,0.3728764,0.7318288,1),(0.5744174,0.3548965,0.7376266,1),(0.5927565,0.2986715,0.747954,1),(0.5866243,0.3166316,0.7453968,1),(0.528046,0.3891949,0.7547812,1),(0.5517499,0.3190856,0.7705559,1),(0.5689919,0.2939613,0.7680071,1),(0.5453719,0.3774371,0.7484055,1),(0.6035986,0.1522701,0.7826126,1),(0.6575308,-0.1605801,0.7361163,1),(0.6288481,-0.2676261,0.730018,1),(0.6101779,0.1008166,0.7858237,1),(0.6168568,0.04448371,0.7858173,1),(0.5893619,0.2620594,0.7641841,1),(0.5892606,-0.3751911,0.7155444,1),(0.5472473,-0.470087,0.6924873,1),(0.6238981,-0.01165877,0.7814187,1),(0.6097421,0.2269194,0.7594223,1),(0.5669929,0.3577583,0.7419758,1),(0.5885672,0.3338261,0.7363076,1),(0.6319762,-0.5059394,0.5870531,1),(0.523398,-0.7387114,0.424688,1),(0.4084155,-0.8390068,0.3595337,1),(0.543269,-0.6429647,0.539866,1),(0.3770323,-0.8799028,0.2891673,1),(0.2060706,-0.9618062,0.1801768,1),(0.1790094,-0.9691297,0.1695378,1),(0.2860831,-0.9277891,0.2395075,1),(0.2059848,-0.9563096,0.2074659,1),(0.2924119,-0.9074534,0.3017014,1),(0.1627134,-0.9701523,0.1798019,1),(0.1551974,-0.9643382,0.2143962,1),(0.1444868,-0.9696029,0.1974689,1),(0.1961587,-0.9454637,0.2600388,1),(0.4362872,-0.7577571,0.48524,1),(0.3353594,-0.8370946,0.4322115,1),(0.07088766,-0.9916009,0.1081793,1),(0.03345598,-0.9949149,0.09500018,1),(0.1134552,-0.9811658,0.1563385,1),(0.1109587,-0.9838583,0.1403956,1),(0.08801492,-0.9863416,0.1392247,1),(0.2351839,-0.9421759,0.2387322,1),(0.328033,-0.8882271,0.3216318,1),(0.1866385,-0.9579266,0.2180424,1),(0.2868121,-0.905764,0.3119783,1),(0.2005264,-0.9503702,0.2378771,1),(0.4111119,-0.8144494,0.409462,1),(0.466161,-0.7257127,0.505999,1),(0.3711338,-0.8278027,0.4207165,1),(0.2797575,-0.8971437,0.3418609,1),(0.1592177,-0.9680417,0.1937653,1),(0.2068151,-0.9397361,0.2722564,1),(0.3971111,-0.8527889,0.3391958,1),(0.5000133,-0.7687058,0.3988457,1),(0.5525244,-0.688073,0.4703959,1),(0.4657422,-0.779751,0.4184168,1),(0.5636076,-0.7090662,0.4237588,1),(0.5997654,-0.6781549,0.4247203,1),(0.602706,-0.6269616,0.4936239,1),(0.6216756,-0.6012736,0.5019856,1),(0.5886693,-0.6037309,0.5375663,1),(0.6180056,-0.5454965,0.5661296,1),(0.623096,-0.5217583,0.5826831,1),(0.6112477,-0.469321,0.6372709,1),(0.5994117,-0.4470326,0.6639785,1),(0.599665,-0.5226556,0.6059976,1),(0.5214903,-0.6972249,0.4918589,1),(0.5511172,-0.6115417,0.5677029,1),(0.6149737,-0.6639878,0.425356,1),(0.6218866,-0.6491827,0.4379711,1),(0.6243411,-0.5928542,0.5086473,1),(0.6179428,-0.5833372,0.5271286,1),(0.6204029,-0.6333631,0.4625488,1),(0.6098776,-0.6157928,0.4988473,1),(0.6018557,-0.5721638,0.5571341,1),(0.5751163,-0.5584217,0.5978349,1),(0.5931837,-0.5101597,0.6227922,1),(0.5639853,-0.5036426,0.6544192,1),(0.5245358,-0.4956131,0.6922641,1),(0.5052289,-0.4375075,0.7438621,1),(0.4642349,-0.4367,0.7705706,1),(0.5416689,-0.4391548,0.716755,1),(0.6126895,-0.5159886,0.5986379,1),(0.5731817,-0.4421555,0.6898994,1),(0.5920764,-0.5970794,0.541241,1),(0.5661743,-0.5814002,0.5843119,1),(0.5418696,-0.5436384,0.6409637,1),(0.5085798,-0.5285909,0.6796603,1),(0.5415912,-0.5601372,0.6268376,1),(0.511453,-0.5394493,0.6688874,1),(0.4391751,-0.5050352,0.7430105,1),(0.4731184,-0.5169029,0.7134216,1),(0.4415388,-0.4810911,0.7573604,1),(0.4056392,-0.4769264,0.7797423,1),(0.37394,-0.4754849,0.7962933,1),(0.3591803,-0.4472738,0.8191067,1),(0.3345169,-0.458178,0.8235115,1),(0.3888668,-0.4407257,0.8090386,1),(0.4813404,-0.4875144,0.7284511,1),(0.4239195,-0.4373588,0.7931013,1),(0.4891601,-0.5225703,0.6983141,1),(0.4861996,-0.5169107,0.7045659,1),(0.4189193,-0.4985596,0.7589104,1),(0.4261354,-0.5006649,0.7534873,1),(0.5031199,-0.5220696,0.6887043,1),(0.5375888,-0.5392582,0.6482273,1),(0.5156223,-0.5349472,0.6693021,1),(0.4588965,-0.5140112,0.7247113,1),(0.3778943,-0.4959617,0.7818043,1),(0.4269243,-0.5187238,0.7407168,1),(0.5059321,-0.5397988,0.6727926,1),(0.5141844,-0.5532849,0.6553551,1),(0.4218303,-0.526032,0.7384778,1),(0.3579228,-0.5007772,0.7881075,1),(0.3603103,-0.4803466,0.7996522,1),(0.3288207,-0.4769804,0.8150869,1),(0.5742726,-0.5546618,0.6021307,1),(0.5991623,-0.5614366,0.5707831,1),(0.608368,-0.5562143,0.5661396,1),(0.5719896,-0.5506374,0.6079689,1),(0.6141317,-0.5611459,0.5549392,1),(0.6203099,-0.5545402,0.554708,1),(0.6338985,-0.5467264,0.5470492,1),(0.6282992,-0.5544802,0.5457031,1),(0.6450135,-0.5523422,0.528087,1),(0.6237812,-0.5573006,0.5480083,1),(0.6459585,-0.541415,0.5381517,1),(0.6498455,-0.5391657,0.5357247,1),(0.659532,-0.5559518,0.5059003,1),(0.6426418,-0.5654905,0.5169449,1),(0.5793251,-0.5546024,0.5973262,1),(0.5967748,-0.5666153,0.568161,1),(0.6008768,-0.5481079,0.5818287,1),(0.5303215,-0.5443857,0.6499256,1),(0.5330494,-0.539188,0.6520236,1),(0.6107092,-0.5405972,0.5786095,1),(0.3801356,-0.5305265,0.7576534,1),(0.112699,-0.4751525,0.8726563,1),(0.06379063,-0.4699701,0.8803743,1),(0.3659276,-0.5281516,0.766259,1),(0.3413824,-0.5217607,0.781808,1),(0.5270677,-0.5322411,0.6625097,1),(0.008721191,-0.4603072,0.8877169,1),(-0.06210182,-0.4389683,0.8963538,1),(0.2910845,-0.5042806,0.8130012,1),(0.4990396,-0.5195014,0.6935977,1),(0.6150132,-0.5335022,0.5806325,1),(0.6041642,-0.52541,0.5991077,1),(-0.1725091,-0.3780867,0.9095554,1),(-0.3546274,-0.2991719,0.885853,1),(-0.4268827,-0.2784124,0.8603823,1),(-0.2466848,-0.3629102,0.8985783,1),(-0.4544475,-0.2546217,0.8536072,1),(-0.4991193,-0.2430923,0.8317367,1),(-0.539611,-0.2236629,0.8116618,1),(-0.5133073,-0.2332663,0.825895,1),(-0.5610733,-0.2142185,0.7995668,1),(-0.4891469,-0.2588053,0.8329197,1),(-0.5696641,-0.2062387,0.7955806,1),(-0.5902587,-0.1911248,0.7842614,1),(-0.599247,-0.1975152,0.7758163,1),(-0.5429195,-0.2394766,0.8049158,1),(-0.3166857,-0.3461207,0.8831255,1),(-0.3850211,-0.3244428,0.8639997,1),(-0.4954706,-0.2510244,0.8315622,1),(-0.4368773,-0.2659172,0.8593174,1),(-0.440758,-0.2561803,0.860293,1),(-0.5173147,-0.2354745,0.822762,1),(-0.3076906,-0.285797,0.9075498,1),(-0.08726653,-0.3017389,0.9493883,1),(-0.0338575,-0.3074853,0.9509503,1),(-0.2881066,-0.2838035,0.9145766,1),(-0.2608983,-0.2829691,0.9229628,1),(-0.4359187,-0.2471822,0.8653761,1),(0.02533765,-0.3158804,0.9484606,1),(0.08993106,-0.326873,0.9407797,1),(-0.2254921,-0.2834247,0.9321071,1),(-0.421875,-0.2392223,0.8745252,1),(-0.5295578,-0.2210997,0.8189526,1),(-0.5323575,-0.2082452,0.8205056,1),(0.165877,-0.3170364,0.9337948,1),(0.3988938,-0.3506242,0.8473172,1),(0.4858561,-0.3616347,0.7957162,1),(0.2470288,-0.3264833,0.9123515,1),(0.6221336,-0.4048323,0.6701197,1),(0.8100402,-0.4649665,0.3572691,1),(0.8404605,-0.4793317,0.2527195,1),(0.692515,-0.4171231,0.5885842,1),(0.7522377,-0.4306793,0.4986519,1),(0.5681649,-0.3756577,0.7321678,1),(0.8574585,-0.4923282,0.1495928,1),(0.8629647,-0.5026378,0.05144908,1),(0.8002784,-0.4443402,0.4026368,1),(0.6437183,-0.3919532,0.6572667,1),(0.3297682,-0.3394807,0.8809119,1),(0.4123736,-0.355713,0.8386992,1),(0.8732561,-0.4872188,-0.006452125,1),(0.8262882,-0.4867873,-0.2833473,1),(0.7842211,-0.4941678,-0.3752271,1),(0.8581548,-0.5004191,-0.1146784,1),(0.7250484,-0.489139,-0.4848173,1),(0.5832754,-0.5015028,-0.6389717,1),(0.5465131,-0.4962948,-0.6745479,1),(0.6761314,-0.4897035,-0.5504878,1),(0.6308195,-0.4897365,-0.6018513,1),(0.7394412,-0.4997643,-0.4510682,1),(0.5172449,-0.4914029,-0.7007003,1),(0.4968034,-0.4873074,-0.7181349,1),(0.5927644,-0.489586,-0.6394811,1),(0.6972494,-0.5035551,-0.5101719,1),(0.8332498,-0.5111243,-0.2108241,1),(0.8035707,-0.518576,-0.2921523,1),(0.4393979,-0.5075499,-0.741163,1),(0.3478608,-0.5029337,-0.7912335,1),(0.3555481,-0.4999238,-0.7897226,1),(0.4256539,-0.5016909,-0.7530769,1),(0.3118399,-0.498787,-0.8086826,1),(0.3287411,-0.4985875,-0.8020847,1),(0.3725973,-0.4996258,-0.7820137,1),(0.3383277,-0.4986902,-0.7980241,1),(0.3737558,-0.4991872,-0.7817408,1),(0.3723997,-0.4970313,-0.7837591,1),(0.4240114,-0.5023543,-0.7535612,1),(0.4795073,-0.50726,-0.7160727,1),(0.4152204,-0.5007885,-0.7594754,1),(0.3964337,-0.4948111,-0.7733061,1),(0.420744,-0.4960357,-0.7595544,1),(0.4240231,-0.4911483,-0.7609059,1),(0.3826927,-0.5076576,-0.7719003,1),(0.4604802,-0.5281336,-0.7134652,1),(0.5243142,-0.5324191,-0.6645484,1),(0.4400277,-0.5092546,-0.7396184,1),(0.5619903,-0.5553454,-0.6129913,1),(0.6781562,-0.5781835,-0.4536608,1),(0.7259977,-0.5916328,-0.3505683,1),(0.6239374,-0.5641078,-0.5408184,1),(0.6800516,-0.5753124,-0.4544727,1),(0.5885393,-0.5395466,-0.6020889,1),(0.75947,-0.6065356,-0.2352019,1),(0.7748446,-0.6223965,-0.1106271,1),(0.7260857,-0.5889013,-0.3549573,1),(0.6489908,-0.5497677,-0.5258959,1),(0.5020475,-0.5134845,-0.6959038,1),(0.564894,-0.52077,-0.6400729,1),(0.7655311,-0.5911463,-0.2539844,1),(0.7945899,-0.605774,-0.0408009,1),(0.7803692,-0.6169287,0.1020937,1),(0.7863348,-0.6053789,-0.1232639,1),(0.7603683,-0.621125,0.1898519,1),(0.6469184,-0.6266224,0.4345583,1),(0.5539207,-0.6287039,0.5458052,1),(0.7066815,-0.6275415,0.3267916,1),(0.6289142,-0.6311558,0.4539924,1),(0.7401923,-0.6264726,0.2442283,1),(0.4444428,-0.6275344,0.6392738,1),(0.3233027,-0.6228111,0.7124475,1),(0.5297878,-0.6312752,0.5664066,1),(0.6741692,-0.6335003,0.3797013,1),(0.7848036,-0.6195741,0.01453984,1),(0.7587054,-0.6328874,0.1543363,1),(0.4736189,-0.6078435,0.6373472,1),(0.2905501,-0.5818846,0.7595992,1),(0.1642101,-0.5768522,0.8001729,1),(0.3539252,-0.6062919,0.7121425,1),(0.1104732,-0.5623661,0.8194756,1),(-0.06862012,-0.5531616,0.8302432,1),(-0.1615861,-0.5457475,0.8222224,1),(-0.005957162,-0.5550231,0.8318136,1),(-0.1141935,-0.5473859,0.8290527,1),(0.04026949,-0.5703292,0.8204285,1),(-0.2435018,-0.5387774,0.8064898,1),(-0.3142081,-0.532764,0.7857708,1),(-0.2119455,-0.5400718,0.8144946,1),(-0.07698059,-0.562825,0.8229836,1),(0.227991,-0.602075,0.7651966,1),(0.1012283,-0.5953564,0.7970594,1),(-0.2083333,-0.5410626,0.8147689,1),(-0.2728666,-0.5247449,0.8063415,1),(-0.3153137,-0.5252423,0.7903782,1),(-0.2737459,-0.5371934,0.797801,1),(-0.2706791,-0.5117842,0.8153587,1),(-0.2041298,-0.5012736,0.840866,1),(-0.2030577,-0.5022522,0.8405417,1),(-0.29219,-0.5146586,0.8060717,1),(-0.3035671,-0.5176455,0.7999314,1),(-0.3469003,-0.5261346,0.7764294,1),(-0.1929479,-0.5028346,0.8425725,1),(-0.1750402,-0.5029259,0.8464198,1),(-0.3063138,-0.5206226,0.7969466,1),(-0.3692093,-0.527437,0.7651763,1),(-0.3277226,-0.5338555,0.7794846,1),(-0.3714571,-0.5313204,0.7613923,1),(-0.09011671,-0.4919745,0.865933,1),(0.07882627,-0.4787543,0.8744031,1),(0.1148143,-0.469065,0.8756687,1),(-0.06862293,-0.4878265,0.8702391,1),(0.3684326,-0.4343741,0.8219347,1),(0.8024392,-0.2642045,0.5350582,1),(0.8342752,-0.2434923,0.4946679,1),(0.4119228,-0.4182741,0.809547,1),(0.4587811,-0.3986212,0.7941166,1),(0.157193,-0.457007,0.8754627,1),(0.8633692,-0.22002,0.4540758,1),(0.8892791,-0.1941275,0.4141223,1),(0.5078654,-0.3757938,0.7751461,1),(0.2049014,-0.4428113,0.8728881,1),(-0.03937139,-0.4824262,0.8750513,1),(-0.003419143,-0.4758511,0.8795192,1),(0.9961233,-0.02205813,0.08515759,1),(0.9800627,0.1065808,-0.1676835,1),(0.9732816,0.113794,-0.1994338,1),(0.9993342,-0.0062728,0.03594124,1),(0.9415112,0.1635433,-0.2946359,1),(0.9126979,0.1850676,-0.3643248,1),(0.925141,0.1765678,-0.3360623,1),(0.9396229,0.1630666,-0.3008623,1),(0.9393883,0.159847,-0.3033125,1),(0.9669016,0.1191958,-0.2255964,1),(0.9381199,0.1634758,-0.3052979,1),(0.9514328,0.1450645,-0.2715362,1),(0.9409156,0.1538346,-0.3016833,1),(0.9614761,0.1231202,-0.2457746,1),(0.9999303,0.009019682,-0.00761268,1),(0.9987174,0.02401953,-0.0445732,1),(0.906967,0.1726213,-0.3842042,1),(0.9368551,0.1112516,-0.3315503,1),(0.9659191,0.08527236,-0.2443952,1),(0.9340325,0.1557027,-0.3214653,1),(0.9863557,-0.0293861,-0.1619841,1),(0.9419491,-0.2762192,0.1908789,1),(0.9167836,-0.3071711,0.2552523,1),(0.995866,-0.06333176,-0.06511503,1),(0.9942706,-0.102633,0.02987733,1),(0.9865983,0.05131185,-0.1548893,1),(0.8877159,-0.3370761,0.3135923,1),(0.8559519,-0.3655311,0.3656957,1),(0.9816705,-0.1470331,0.1212611,1),(0.9979256,0.008619374,-0.063799,1),(0.9576409,0.1318303,-0.2560169,1),(0.9771691,0.0998437,-0.1875412,1),(0.7546472,-0.4418884,0.485018,1),(0.6664574,-0.4678763,0.5804535,1),(0.6410518,-0.4968069,0.585009,1),(0.7239673,-0.4693424,0.5055582,1),(0.7063139,-0.4192426,0.5704002,1),(0.8480551,-0.296006,0.4395258,1),(0.8480515,-0.3061273,0.4325444,1),(0.6907825,-0.4491823,0.566617,1),(0.682354,-0.4697064,0.5601507,1),(0.6223369,-0.5200287,0.5850359,1),(0.8540353,-0.3108682,0.417115,1),(0.8661928,-0.3072706,0.3940748,1),(0.6823729,-0.4828526,0.5488356,1),(0.6116167,-0.5363725,0.5815751,1),(0.697192,-0.4919799,0.5214202,1),(0.6753587,-0.5091681,0.5335152,1),(0.9658182,-0.1167747,0.2314282,1),(0.9987996,0.04293567,0.02357533,1),(0.9978585,0.06511285,-0.006222351,1),(0.9714329,-0.1075136,0.2115631,1),(0.964783,0.1873829,-0.184612,1),(0.8586228,0.3210189,-0.3996422,1),(0.8228799,0.3498076,-0.447776,1),(0.9505907,0.2156741,-0.2232979,1),(0.9308105,0.2477641,-0.2687094,1),(0.9945577,0.09408686,-0.0447492,1),(0.779897,0.3777919,-0.4990331,1),(0.7289858,0.4036684,-0.5528395,1),(0.9039785,0.2827092,-0.3207778,1),(0.9872596,0.129576,-0.09235024,1),(0.9790106,-0.09028195,0.1827222,1),(0.987433,-0.06445538,0.144297,1),(0.6873411,0.4176773,-0.5942289,1),(0.4770426,0.4562992,-0.7511466,1),(0.399795,0.4659916,-0.7893134,1),(0.6255553,0.4399251,-0.6443186,1),(0.2179288,0.4348035,-0.873758,1),(-0.1014127,0.337164,-0.9359679,1),(-0.1439677,0.3273874,-0.933858,1),(0.1454007,0.4312207,-0.8904534,1),(0.07595138,0.4227603,-0.9030532,1),(0.3207488,0.4688577,-0.8229779,1),(-0.1819407,0.3169156,-0.9308395,1),(-0.2155557,0.3064415,-0.9271621,1),(0.01004101,0.4100038,-0.9120285,1),(0.2409672,0.4647512,-0.8520219,1),(0.5576414,0.4569137,-0.6930124,1),(0.4841142,0.4675972,-0.7395852,1),(-0.3585003,0.216768,-0.9080138,1),(-0.4615365,0.1598116,-0.8726078,1),(-0.4521229,0.1557316,-0.8782555,1),(-0.3679782,0.2097159,-0.905876,1),(-0.4536002,0.1596809,-0.8767833,1),(-0.3469938,0.220029,-0.9116921,1),(-0.3060372,0.2316246,-0.9234129,1),(-0.4312538,0.1643999,-0.8871261,1),(-0.404745,0.1710528,-0.8982885,1),(-0.4397008,0.1566811,-0.8843722,1),(-0.2626256,0.2455053,-0.9331424,1),(-0.2163376,0.2619497,-0.9405214,1),(-0.3744395,0.1822594,-0.9091626,1),(-0.4239933,0.1629029,-0.8908941,1),(-0.373726,0.2051415,-0.9045695,1),(-0.3764193,0.2047368,-0.9035437,1),(-0.2256457,0.2855718,-0.9314143,1),(-0.1964959,0.3188457,-0.9272146,1),(-0.1698537,0.3038645,-0.937452,1),(-0.1375868,0.3409897,-0.929944,1),(-0.2624247,0.3257246,-0.9083154,1),(-0.422305,0.2980166,-0.8560635,1),(-0.2113944,0.3491613,-0.9129068,1),(-0.3921649,0.318292,-0.8630741,1),(-0.07808656,0.3626187,-0.9286605,1),(-0.1579942,0.372041,-0.9146711,1),(-0.3566792,0.3389593,-0.8705668,1),(-0.1027243,0.3935994,-0.9135246,1),(-0.3168821,0.359273,-0.8777862,1),(-0.01802957,0.3831342,-0.9235168,1),(-0.1133446,0.3227327,-0.939679,1),(-0.05587386,0.3418759,-0.9380826,1),(-0.5699724,0.2558658,-0.7808099,1),(-0.6271316,0.2371992,-0.7419181,1),(-0.5628017,0.2671285,-0.7822382,1),(-0.6362551,0.2383343,-0.7337413,1),(-0.6112145,0.2457128,-0.7523576,1),(-0.5187649,0.2799742,-0.8077732,1),(-0.6361675,0.2366484,-0.7343628,1),(-0.5657575,0.2608371,-0.7822291,1),(-0.6373383,0.2424443,-0.731451,1),(-0.6518926,0.2319544,-0.7219649,1),(-0.6015146,0.247475,-0.7595633,1),(-0.6601826,0.2308738,-0.714742,1),(-0.6276705,0.2388252,-0.7409401,1),(-0.6320183,0.2489451,-0.7338796,1),(-0.5484571,0.280108,-0.7878669,1),(-0.5283366,0.294219,-0.7964267,1),(-0.3771765,0.3320479,-0.8645706,1),(-0.2221699,0.3976904,-0.890215,1),(-0.4494738,0.3038275,-0.840037,1),(-0.315944,0.360383,-0.8776693,1),(-0.04641012,0.4775091,-0.8774002,1),(0.1538113,0.5661129,-0.8098508,1),(-0.1574743,0.4307476,-0.8886272,1),(0.03113694,0.5107425,-0.8591697,1),(-0.3968364,0.3293481,-0.8567675,1),(-0.2581588,0.3893403,-0.8841766,1),(-0.08706878,0.4586249,-0.8843542,1),(-0.3455958,0.3542494,-0.8689481,1),(-0.1941998,0.4129873,-0.8897909,1),(-0.4643293,0.3041753,-0.8317907,1),(-0.508818,0.2820107,-0.8133721,1),(-0.5561,0.2655552,-0.7875488,1),(0.3392519,0.6488333,-0.6811192,1),(0.4742717,0.7280582,-0.4949722,1),(0.2175473,0.5919215,-0.7760813,1),(0.3729388,0.679401,-0.6319264,1),(0.5536902,0.8001711,-0.2305498,1),(0.545675,0.828054,0.1287065,1),(0.4968384,0.7706056,-0.3991474,1),(0.5594751,0.8276233,-0.04502642,1),(0.2564957,0.6232739,-0.7387419,1),(0.4149217,0.7255856,-0.5489675,1),(0.5456141,0.8069933,-0.2259801,1),(0.3165771,0.6710882,-0.6703877,1),(0.5008895,0.7674912,-0.4000837,1),(0.1370169,0.5665583,-0.8125503,1),(0.09124773,0.5340586,-0.8405089,1),(-0.02915155,0.4808564,-0.8763146,1),(0.4600544,0.7669997,0.4472824,1),(0.3751247,0.6904049,0.618565,1),(0.5310078,0.7896768,0.3073129,1),(0.4571776,0.7184038,0.5242944,1),(0.3155822,0.6442741,0.6966482,1),(0.2804961,0.6349322,0.7198492,1),(0.3770755,0.6651594,0.6444975,1),(0.2975863,0.6401519,0.7082711,1),(0.5375929,0.7448465,0.3952184,1),(0.4470279,0.6933501,0.5651827,1),(0.3285012,0.6568208,0.6787294,1),(0.5181728,0.7251179,0.4535428,1),(0.3730181,0.6833565,0.6275998,1),(0.6026838,0.7640647,0.2301683,1),(0.5854775,0.7991468,0.1363096,1),(0.609201,0.7909235,-0.05756984,1),(0.2739353,0.6588928,0.7005853,1),(0.3059745,0.7109321,0.6332101,1),(0.2459842,0.6440838,0.7243258,1),(0.2530162,0.6785383,0.6896148,1),(0.3809225,0.7868213,0.485603,1),(0.4912643,0.8469153,0.2034552,1),(0.3237692,0.7434993,0.5851344,1),(0.4606912,0.8104811,0.3617789,1),(0.2159618,0.6521952,0.7266375,1),(0.2759519,0.7003078,0.6583461,1),(0.4194652,0.7641387,0.4900419,1),(0.2433074,0.6672319,0.7039909,1),(0.3779818,0.7194895,0.5826359,1),(0.2023203,0.6345847,0.7459012,1),(0.2341683,0.639106,0.7326042,1),(0.243944,0.6435167,0.7255189,1),(0.5457954,0.8253582,-0.1445381,1),(0.4900814,0.7589356,-0.428762,1),(0.5670157,0.8218104,0.05586433,1),(0.5624447,0.7934505,-0.2325773,1),(0.3494419,0.6793811,-0.6452376,1),(0.1342482,0.587842,-0.7977589,1),(0.4546523,0.7410994,-0.4940271,1),(0.2426386,0.6550614,-0.7155565,1),(0.5939397,0.8040159,-0.02817967,1),(0.5344111,0.7861399,-0.3104657,1),(0.3552352,0.720396,-0.5956824,1),(0.5757378,0.8094299,-0.1155385,1),(0.4603643,0.7737187,-0.4352287,1),(0.5840868,0.7964629,0.1564919,1),(0.5538481,0.7977475,0.238435,1),(0.5154545,0.7657257,0.3846697,1),(-0.05624562,0.4955851,-0.8667364,1),(-0.1380921,0.4404047,-0.8871157,1),(0.03695947,0.5450729,-0.8375735,1),(-0.05818105,0.4727348,-0.879282,1),(-0.13663,0.4363362,-0.8893498,1),(-0.05933679,0.4761718,-0.877348,1),(-0.005519305,0.4898139,-0.8718096,1),(-0.06852136,0.4572088,-0.8867158,1),(0.02772272,0.4848409,-0.874163,1),(0.04964014,0.5148433,-0.855846,1),(0.07370786,0.5061453,-0.8592928,1),(0.1844217,0.5212097,-0.8332641,1),(0.1588561,0.5202815,-0.8390899,1),(0.1901073,0.5703416,-0.7991055,1),(0.1530193,0.6035151,-0.7825309,1),(0.2947549,0.6650674,-0.6861522,1),(0.05355633,0.5236159,-0.8502694,1),(0.1573491,0.5577153,-0.8149816,1),(0.09367006,0.5345208,-0.8399485,1),(0.190796,0.5641379,-0.8033338,1),(0.2540379,0.5771503,-0.77612,1),(0.3450843,0.5842568,-0.734548,1),(0.287839,0.576062,-0.7650498,1),(0.3854442,0.5728591,-0.7233708,1),(0.3325729,0.5685387,-0.7524354,1),(0.2417275,0.561379,-0.791468,1),(0.4292834,0.5602576,-0.7083977,1),(0.4689816,0.5433227,-0.6963165,1),(0.3843519,0.5543267,-0.7382382,1),(0.3089528,0.5538027,-0.773208,1),(0.1558518,0.5411364,-0.8263665,1),(0.2425686,0.5426754,-0.8041542,1),(0.4220204,0.5840212,-0.6934105,1),(0.4754235,0.5845412,-0.6574832,1),(0.4694653,0.563136,-0.680059,1),(0.5266703,0.5565643,-0.6425377,1),(0.5070097,0.588286,-0.6299687,1),(0.5185411,0.5967078,-0.6124173,1),(0.5595196,0.55604,-0.6146197,1),(0.5703037,0.5631,-0.598057,1),(0.5734224,0.5285503,-0.6259562,1),(0.6085218,0.522536,-0.5972081,1),(0.6226307,0.5250491,-0.5802194,1),(0.6438594,0.4952716,-0.5832248,1),(0.6678863,0.4878314,-0.5620929,1),(0.6043467,0.5079039,-0.6138394,1),(0.5146818,0.5415716,-0.6646825,1),(0.5469141,0.5245177,-0.6525076,1),(0.5194424,0.6086265,-0.5997945,1),(0.5187188,0.622034,-0.5865189,1),(0.5681443,0.5761437,-0.5875972,1),(0.5615914,0.5929136,-0.5771207,1),(0.516351,0.636901,-0.5724847,1),(0.5122951,0.6531811,-0.5575913,1),(0.5505503,0.6132362,-0.5664237,1),(0.5348739,0.636852,-0.5552742,1),(0.6125495,0.5554323,-0.5623859,1),(0.5935137,0.582355,-0.5555217,1),(0.5645513,0.6161078,-0.5492659,1),(0.6436625,0.5434719,-0.5388291,1),(0.5999614,0.590557,-0.5397118,1),(0.6687047,0.5096164,-0.5414102,1),(0.6221497,0.5361833,-0.5704709,1),(0.6765481,0.4908708,-0.5489339,1),(0.5132105,0.6652038,-0.5423273,1),(0.5258454,0.6671218,-0.5276694,1),(0.524724,0.655059,-0.5436565,1),(0.5305963,0.659855,-0.5320328,1),(0.5498473,0.6588151,-0.5134497,1),(0.5843809,0.6397833,-0.4991756,1),(0.5522294,0.6513773,-0.5203369,1),(0.5886299,0.6289501,-0.5078747,1),(0.5381186,0.6524304,-0.5336319,1),(0.5567851,0.6446767,-0.5238152,1),(0.5955672,0.6190796,-0.5118986,1),(0.5603691,0.639335,-0.5265332,1),(0.6015322,0.6112079,-0.5143772,1),(0.5458381,0.645229,-0.534547,1),(0.5406964,0.64316,-0.5422107,1),(0.5591788,0.6296526,-0.5393112,1),(0.6214473,0.6155664,-0.4846455,1),(0.654061,0.5930998,-0.4695069,1),(0.6282545,0.6011295,-0.4939024,1),(0.6611239,0.5778254,-0.4785739,1),(0.6827609,0.5725403,-0.4539108,1),(0.708029,0.5539802,-0.4379506,1),(0.6880245,0.5593966,-0.4622746,1),(0.7096353,0.5460574,-0.4452405,1),(0.6724055,0.5626735,-0.4809048,1),(0.6977659,0.5458187,-0.4639017,1),(0.7156574,0.5370799,-0.4465195,1),(0.7091018,0.5322127,-0.4625196,1),(0.7245867,0.5261577,-0.4451205,1),(0.6842117,0.5487861,-0.4803001,1),(0.6386959,0.5873053,-0.4971319,1),(0.6488165,0.5754316,-0.4979112,1),(0.7312137,0.5362189,-0.4216585,1),(0.7534502,0.5172991,-0.4058503,1),(0.7290673,0.5340035,-0.428137,1),(0.7490223,0.5190414,-0.4117787,1),(0.7747908,0.4971942,-0.3905086,1),(0.7952757,0.4758737,-0.3756071,1),(0.7694352,0.5010775,-0.3960943,1),(0.7902128,0.4800125,-0.3809878,1),(0.7480186,0.5192771,-0.4133029,1),(0.7667721,0.5038161,-0.3977811,1),(0.7870075,0.4838154,-0.3828076,1),(0.767895,0.5023779,-0.3974342,1),(0.7865022,0.4847282,-0.3826919,1),(0.7512476,0.5151006,-0.4126724,1),(0.7309375,0.5303315,-0.4295101,1),(0.7367676,0.5230052,-0.4285312,1),(0.8136077,0.4552679,-0.3616265,1),(0.8286154,0.4377995,-0.3488956,1),(0.8090978,0.4590879,-0.3668774,1),(0.8241596,0.441901,-0.3542377,1),(0.8405969,0.423637,-0.3375328,1),(0.8498067,0.4128935,-0.3276392,1),(0.8357593,0.4286211,-0.343206,1),(0.84419,0.4193707,-0.3338734,1),(0.8201237,0.4475956,-0.3564481,1),(0.8307941,0.4360925,-0.345839,1),(0.8379743,0.4291629,-0.3370731,1),(0.8256066,0.4450334,-0.3468699,1),(0.8309544,0.4413647,-0.3386916,1),(0.8166116,0.453553,-0.3569807,1),(0.805662,0.4635568,-0.3688138,1),(0.8037043,0.4668303,-0.3689563,1),(0.8579567,0.4032166,-0.3183186,1),(0.8666358,0.3920291,-0.3086351,1),(0.8516686,0.4110431,-0.3251215,1),(0.860227,0.400365,-0.3157806,1),(0.8757794,0.3793021,-0.298564,1),(0.8853123,0.3650077,-0.2880829,1),(0.8697618,0.3872856,-0.3058172,1),(0.8801465,0.3717521,-0.2951993,1),(0.8528712,0.4127044,-0.3198216,1),(0.863035,0.3989012,-0.3099166,1),(0.8747507,0.3812672,-0.2990765,1),(0.8556702,0.412709,-0.3122497,1),(0.8694746,0.3916646,-0.3010198,1),(0.8444399,0.4279091,-0.3222034,1),(0.8444664,0.4227633,-0.328858,1),(0.8361298,0.4374164,-0.3309893,1),(0.895547,0.3475201,-0.2778945,1),(0.9067278,0.3251715,-0.26853,1),(0.8914465,0.3525601,-0.2846479,1),(0.9036695,0.3284714,-0.2747506,1),(0.9185736,0.2977925,-0.259889,1),(0.9307112,0.2652248,-0.2518585,1),(0.9165072,0.299303,-0.2653905,1),(0.9295538,0.2648794,-0.2564542,1),(0.9011115,0.3329669,-0.277725,1),(0.9150146,0.3017212,-0.2677922,1),(0.9288933,0.2655058,-0.2581935,1),(0.9145612,0.302745,-0.2681854,1),(0.9289687,0.2652451,-0.2581901,1),(0.8996395,0.3362122,-0.2785857,1),(0.8875861,0.3594183,-0.2881132,1),(0.8845258,0.3657966,-0.2894942,1),(0.9417358,0.2310356,-0.244451,1),(0.9506813,0.1991187,-0.2378171,1),(0.9412398,0.2291619,-0.248098,1),(0.9505348,0.196331,-0.2407022,1),(0.9578165,0.1695491,-0.2320359,1),(0.9633918,0.1423696,-0.2271722,1),(0.9577855,0.1664876,-0.2343693,1),(0.9633112,0.1396883,-0.2291694,1),(0.950815,0.1941427,-0.2413698,1),(0.958235,0.1632372,-0.2348174,1),(0.9637834,0.1356158,-0.2296295,1),(0.959137,0.1586843,-0.2342554,1),(0.9648457,0.1287667,-0.2291114,1),(0.9514846,0.1914501,-0.2408814,1),(0.9411653,0.2282743,-0.249196,1),(0.9415506,0.2270105,-0.2488953,1),(0.9675747,0.1191211,-0.2227318,1),(0.9705915,0.1012535,-0.2184027,1),(0.9673626,0.1171699,-0.2246795,1),(0.9702296,0.1002277,-0.2204743,1),(0.9727321,0.08882724,-0.2142473,1),(0.9742016,0.08188032,-0.210302,1),(0.9721989,0.08892021,-0.2166164,1),(0.9734653,0.08328024,-0.2131428,1),(0.9704275,0.09600949,-0.2214783,1),(0.9721832,0.08559778,-0.2180198,1),(0.973199,0.08149564,-0.2150396,1),(0.9729019,0.07631164,-0.2182617,1),(0.9736649,0.07365552,-0.2157585,1),(0.9713569,0.08640316,-0.2213601,1),(0.9677329,0.1126997,-0.2253702,1),(0.9688019,0.1039026,-0.225005,1),(0.9754345,0.07514486,-0.2070772,1),(0.9767219,0.06325927,-0.2049696,1),(0.9745349,0.07773534,-0.2103308,1),(0.9757658,0.06656973,-0.2084456,1),(0.9778925,0.0461369,-0.2039552,1),(0.9786889,0.02370433,-0.2039757,1),(0.9780372,0.02748929,-0.2066094,1),(0.9770941,0.0500911,-0.2068287,1),(0.975132,0.06760592,-0.2110614,1),(0.9763035,0.05149893,-0.2101889,1),(0.9771665,0.02897698,-0.2104895,1),(0.9760535,0.04899463,-0.2119417,1),(0.9769396,0.02825217,-0.2116384,1),(0.9750763,0.06345564,-0.2126018,1),(0.9740396,0.07757717,-0.2126702,1),(0.9742315,0.07165433,-0.2138653,1),(0.9789249,0.003185099,-0.2041955,1),(0.9789467,-0.008083976,-0.2039554,1),(0.9782308,-0.004906294,-0.2074616,1),(0.9782292,0.006246815,-0.2074337,1),(0.9790637,-0.01004491,-0.2033062,1),(0.9793295,-0.002693063,-0.2022536,1),(0.9782628,0.001993092,-0.2073598,1),(0.9782286,-0.006329317,-0.2074336,1),(0.9775289,-0.002059651,-0.210791,1),(0.977632,-0.001728018,-0.2103158,1),(0.9773548,0.007754778,-0.2114647,1),(0.9766222,0.01353766,-0.2145364,1),(0.9769772,0.001886084,-0.2133356,1),(0.9771686,0.0004779039,-0.2124649,1),(0.9776542,0.008721448,-0.2100386,1),(0.9772382,0.009282062,-0.2119419,1),(0.9795136,0.007705844,-0.2012301,1),(0.9795415,0.01484705,-0.2006937,1),(0.977995,0.02128741,-0.2075394,1),(0.9781738,0.01342634,-0.2073547,1),(0.9794824,0.01872918,-0.2006579,1),(0.9793754,0.019363,-0.2011189,1),(0.9776625,0.02630026,-0.2085291,1),(0.9778103,0.02557629,-0.2079254,1),(0.9762613,0.03444608,-0.2138392,1),(0.9766009,0.02955782,-0.2130186,1),(0.9760375,0.03533539,-0.2147143,1),(0.9745876,0.04488672,-0.2194632,1),(0.9749041,0.04375996,-0.2182815,1),(0.975407,0.03816515,-0.2170821,1),(0.9770004,0.02066198,-0.2122336,1),(0.9760242,0.02809475,-0.2158415,1),(0.9794164,0.01896457,-0.2009568,1),(0.9797853,0.0197887,-0.1990709,1),(0.9780806,0.02684607,-0.2064893,1),(0.9777088,0.02590968,-0.2083606,1),(0.9804665,0.02182523,-0.1954712,1),(0.9814344,0.02507158,-0.1901527,1),(0.9797236,0.03268089,-0.1976706,1),(0.9787618,0.02910683,-0.2029241,1),(0.9770216,0.03925261,-0.2094945,1),(0.9763836,0.03634099,-0.2129655,1),(0.9779289,0.04376098,-0.2043042,1),(0.9758745,0.0570927,-0.2107358,1),(0.9753076,0.05112471,-0.2148523,1),(0.9747832,0.04692312,-0.2181647,1),(0.9760504,0.0350352,-0.2147046,1),(0.9745361,0.04484195,-0.2197013,1),(0.9824587,0.03108092,-0.1838718,1),(0.9832629,0.04125759,-0.1774595,1),(0.9812289,0.0496306,-0.1863507,1),(0.980512,0.03826199,-0.1926972,1),(0.9837437,0.0560653,-0.1706014,1),(0.9836797,0.07516033,-0.163479,1),(0.981522,0.06598015,-0.1796139,1),(0.9810386,0.08638155,-0.173498,1),(0.979023,0.06446439,-0.1932832,1),(0.9786373,0.08254569,-0.1882964,1),(0.9772853,0.1057656,-0.1836493,1),(0.9747212,0.1060632,-0.1966452,1),(0.9717649,0.1341195,-0.1941256,1),(0.9761775,0.08391831,-0.2000882,1),(0.9786739,0.051383,-0.1988897,1),(0.9764084,0.06746143,-0.2051235,1),(0.9831064,0.09405999,-0.1570173,1),(0.9824358,0.1079479,-0.152208,1),(0.9800182,0.1064131,-0.1680489,1),(0.9790226,0.1208081,-0.164073,1),(0.9818953,0.1168228,-0.1491106,1),(0.9816267,0.1198397,-0.1484842,1),(0.9783084,0.1294284,-0.1617431,1),(0.9779593,0.1336026,-0.1604554,1),(0.973539,0.1443248,-0.1771785,1),(0.9723446,0.1537818,-0.1757761,1),(0.9718505,0.1585011,-0.1743105,1),(0.962642,0.1912059,-0.1917308,1),(0.9618927,0.1971923,-0.1894139,1),(0.9647851,0.1802703,-0.1915524,1),(0.9752985,0.1283456,-0.1797787,1),(0.9679765,0.1611835,-0.1924616,1),(0.3302016,-0.5209202,-0.7871525,1),(0.3403122,-0.5107766,-0.7894903,1),(0.3540178,-0.4906256,-0.7962148,1),(0.3460848,-0.4409045,-0.8281477,1),(0.3634391,-0.4146993,-0.8342282,1),(0.3360602,-0.4527794,-0.8258658,1),(0.3768813,-0.4558815,-0.8063079,1),(0.4137746,-0.4043505,-0.815654,1),(0.3921081,-0.3695351,-0.8424339,1),(0.435104,-0.30329,-0.8477616,1),(0.3704311,-0.343031,-0.8631977,1),(0.4017529,-0.2915426,-0.8681,1),(0.4449416,-0.2166594,-0.8689566,1),(0.4078216,-0.2281256,-0.8841041,1),(0.4485866,-0.1504518,-0.8809849,1),(0.3765071,-0.2817677,-0.8825245,1),(0.3418045,-0.3853065,-0.8571513,1),(0.3515328,-0.3729145,-0.8586964,1),(0.3577091,-0.3129928,-0.879818,1),(0.3493475,-0.3246936,-0.8789371,1),(0.4125915,-0.376561,-0.8294396,1),(0.3638169,-0.410754,-0.8360134,1),(0.4495104,-0.261113,-0.8542601,1),(0.4100642,-0.2858904,-0.8660913,1),(0.2216896,-0.5176147,-0.826395,1),(-0.05470254,-0.6842676,-0.7271764,1),(0.3074121,-0.3934829,-0.8664116,1),(0.08497982,-0.5866239,-0.8053887,1),(0.4486224,-0.184118,-0.8745505,1),(0.3711113,-0.284968,-0.8837814,1),(0.2039635,-0.4810753,-0.8526227,1),(0.4171174,-0.1960217,-0.8874619,1),(0.3007607,-0.3758953,-0.8764963,1),(0.4692318,-0.1071206,-0.8765538,1),(0.4703523,-0.1654911,-0.8668225,1),(0.4782191,-0.09510751,-0.8730757,1),(-0.3654327,-0.769353,-0.52398,1),(-0.5926511,-0.7301187,-0.340134,1),(-0.1977791,-0.737594,-0.6456303,1),(-0.4464261,-0.7597653,-0.4727158,1),(-0.7555833,-0.6222465,-0.2047026,1),(-0.878766,-0.4643092,-0.1103962,1),(-0.6546404,-0.6852602,-0.3191621,1),(-0.8261611,-0.5317536,-0.1862687,1),(-0.280798,-0.7482415,-0.6010717,1),(-0.5304706,-0.7222942,-0.4437251,1),(-0.7601603,-0.5893086,-0.273627,1),(-0.3897527,-0.7235195,-0.5697476,1),(-0.682133,-0.6308509,-0.369759,1),(-0.1106439,-0.6919065,-0.7134587,1),(-0.03168441,-0.6680662,-0.743427,1),(0.1194607,-0.5691644,-0.8134993,1),(-0.9545606,-0.295135,-0.04134524,1),(-0.9876713,-0.1564379,0.005724567,1),(-0.9324666,-0.3529918,-0.07682972,1),(-0.9785773,-0.2058088,-0.005411508,1),(-0.998349,-0.04709681,0.03288408,1),(-0.9982826,0.03942203,0.04333277,1),(-0.9954452,-0.08950464,0.03282934,1),(-0.9990035,0.005028793,0.04434956,1),(-0.9648929,-0.2616627,-0.02267688,1),(-0.9892294,-0.1440086,0.02620926,1),(-0.9982035,-0.04641312,0.03788761,1),(-0.9764162,-0.2157263,0.008575317,1),(-0.9922239,-0.1229368,0.01945412,1),(-0.9439438,-0.3263756,-0.04948862,1),(-0.9038632,-0.4107252,-0.1197333,1),(-0.8674124,-0.4672309,-0.1711464,1),(-0.9954218,0.08490056,0.04390173,1),(-0.9967784,0.06575757,0.04592241,1),(-0.9975711,0.05499919,0.04274532,1),(-0.9985194,0.02992025,0.0454292,1),(-0.9986335,-0.02515673,0.04580929,1),(-0.9787544,-0.2002501,0.04404156,1),(-0.9522033,-0.2995211,0.0599663,1),(-0.9952397,-0.08221862,0.05232639,1),(-0.9855073,-0.1602366,0.05567364,1),(-0.9989067,-0.02752051,0.03778715,1),(-0.9064752,-0.4148048,0.07899085,1),(-0.8323564,-0.5449522,0.1010437,1),(-0.961749,-0.2687162,0.05320162,1),(-0.992783,-0.1184195,0.01893831,1),(-0.9994172,0.004483011,0.03383983,1),(-0.9969128,-0.07743879,0.01295862,1),(-0.9107847,-0.4079622,0.06354503,1),(-0.7846252,-0.6042626,0.1386724,1),(-0.6541778,-0.7363904,0.1725705,1),(-0.835211,-0.5426373,0.0892602,1),(-0.5460167,-0.7858385,0.2903853,1),(-0.1215587,-0.856566,0.5015159,1),(0.01664431,-0.854168,0.5197307,1),(-0.379155,-0.8670166,0.3233015,1),(-0.2004695,-0.911762,0.3584716,1),(-0.4905355,-0.8446744,0.2142433,1),(0.1453944,-0.8316254,0.5359662,1),(0.2600324,-0.7913327,0.5533317,1),(-0.02474347,-0.9172434,0.397558,1),(-0.3058424,-0.9146357,0.26439,1),(-0.7256224,-0.6769913,0.1231044,1),(-0.5810146,-0.796684,0.1664833,1),(0.2784916,-0.7428376,0.6087978,1),(0.4798692,-0.6134046,0.6272641,1),(0.527451,-0.5474365,0.6496989,1),(0.3568519,-0.6938038,0.6255342,1),(0.5711743,-0.5220087,0.6334562,1),(0.6066347,-0.4610006,0.6476671,1),(0.6316514,-0.3867587,0.6718886,1),(0.6041121,-0.4489393,0.6584087,1),(0.6234177,-0.3836142,0.6813153,1),(0.560866,-0.4865853,0.6698238,1),(0.6445065,-0.3210916,0.6939104,1),(0.6480883,-0.2676733,0.7129744,1),(0.6319984,-0.3300874,0.7011564,1),(0.5826396,-0.434293,0.6869649,1),(0.4215148,-0.6427154,0.6397203,1),(0.4734903,-0.5919583,0.6522211,1),(0.6217298,-0.4040947,0.6709393,1),(0.6363589,-0.3291312,0.6976532,1),(0.6481625,-0.2647372,0.7140024,1),(0.640454,-0.3328921,0.6920994,1),(0.6478652,-0.2336145,0.7250482,1),(0.6524578,-0.11629,0.7488495,1),(0.6519699,-0.08079947,0.7539276,1),(0.6528431,-0.180892,0.7355772,1),(0.6533214,-0.1397683,0.7440673,1),(0.6525137,-0.2106081,0.7279217,1),(0.6501707,-0.05813113,0.7575611,1),(0.6476271,-0.04404327,0.7606835,1),(0.6509627,-0.1087308,0.7512823,1),(0.6517418,-0.1675195,0.7397093,1),(0.6491853,-0.2708337,0.7107795,1),(0.6505957,-0.220428,0.7267301,1),(0.6472181,0.004239833,0.7622932,1),(0.6346341,0.1084352,0.7651675,1),(0.63123,0.115224,0.766989,1),(0.6441098,0.02240358,0.764605,1),(0.6178824,0.1965215,0.7613151,1),(0.5991867,0.2701715,0.7536461,1),(0.5969222,0.2712387,0.7550585,1),(0.6150788,0.1978539,0.7632378,1),(0.6155813,0.1883149,0.7652432,1),(0.630645,0.1093926,0.7683229,1),(0.5974034,0.2643246,0.7571272,1),(0.5990919,0.2536392,0.7594447,1),(0.6174473,0.1741008,0.7671036,1),(0.6312464,0.09791163,0.7693773,1),(0.6423176,0.02728107,0.7659529,1),(0.641113,0.02523421,0.7670314,1),(0.5832654,0.325246,0.7443228,1),(0.5755255,0.3571769,0.7356596,1),(0.5768846,0.3555385,0.7353886,1),(0.5820912,0.3266255,0.7446379,1),(0.5772589,0.3670953,0.7293922,1),(0.5887721,0.3554932,0.7259284,1),(0.5994086,0.3376315,0.7257507,1),(0.5826427,0.3591251,0.7290793,1),(0.5869631,0.3480853,0.7309657,1),(0.5784065,0.3503242,0.7366946,1),(0.6078076,0.3160583,0.7284758,1),(0.6144746,0.2888238,0.7341673,1),(0.5905364,0.3329956,0.735106,1),(0.579945,0.3418219,0.7394739,1),(0.5823867,0.3228222,0.746064,1),(0.5833614,0.3158147,0.7482984,1),(0.6068646,0.3078595,0.7327605,1),(0.627423,0.1906649,0.754975,1),(0.6410096,0.1531828,0.7520915,1),(0.6212742,0.2795466,0.7320328,1),(0.630837,-0.06362672,0.7733023,1),(0.5132889,-0.54098,0.6662396,1),(0.4936161,-0.579955,0.6480705,1),(0.6355153,-0.1086223,0.7644093,1),(0.6351384,-0.1456587,0.7585399,1),(0.6500246,0.1127653,0.7514999,1),(0.4911236,-0.5860777,0.6444459,1),(0.6339417,-0.1753052,0.7532503,1),(0.50156,-0.5603555,0.6591201,1),(0.653955,0.0679004,0.7534801,1),(0.6322708,0.24669,0.7344233,1),(0.6400783,0.2069212,0.7399212,1),(0.2642221,-0.8806107,0.3933337,1),(0.1329873,-0.9611452,0.2418975,1),(0.1024782,-0.9612384,0.2559667,1),(0.2328108,-0.8944669,0.3817436,1),(0.1050007,-0.9714404,0.2127874,1),(0.1532999,-0.9487336,0.2764121,1),(0.1546282,-0.9175313,0.3663694,1),(0.08614731,-0.9626105,0.2568258,1),(0.08541109,-0.9384654,0.3346453,1),(0.101864,-0.9457837,0.3084101,1),(0.1546534,-0.8611965,0.4841725,1),(0.1467906,-0.7653432,0.6266597,1),(0.1036141,-0.8861518,0.4516628,1),(0.1483463,-0.9063951,0.3955267,1),(0.2396604,-0.8816057,0.4066131,1),(0.2775296,-0.8354966,0.4742603,1),(0.2448479,-0.8924408,0.3789445,1),(0.3374906,-0.8162996,0.4687804,1),(0.3664867,-0.7031894,0.6092719,1),(0.2684381,-0.817502,0.5095406,1),(0.4258145,-0.7237524,0.5430143,1),(0.5015567,-0.6218467,0.6014546,1),(0.5029001,-0.5095047,0.6982095,1),(0.4450096,-0.5955493,0.6687955,1),(0.4165994,-0.4542974,0.7874382,1),(0.3582379,-0.5580266,0.7485132,1),(0.4761816,-0.3910718,0.7876001,1),(0.3590011,-0.2963366,0.8850439,1),(0.4253968,-0.2642043,0.8655828,1),(0.3015996,-0.3875623,0.8711104,1),(0.2690105,-0.7064872,0.6546062,1),(0.2347884,-0.5538922,0.7987977,1),(0.5677525,-0.5188601,0.6390941,1),(0.5887023,-0.4481482,0.6727502,1),(0.5532742,-0.4314049,0.712585,1),(0.5591812,-0.3818547,0.7358692,1),(0.5818619,-0.4041657,0.7057526,1),(0.5489641,-0.3846845,0.7420622,1),(0.5357887,-0.3505885,0.7681264,1),(0.4814189,-0.3348997,0.8099864,1),(0.5153753,-0.3234144,0.793594,1),(0.4809964,-0.3071739,0.8211496,1),(0.4111684,-0.2965568,0.8619713,1),(0.4263659,-0.2733156,0.8622707,1),(0.3545762,-0.2702044,0.8951342,1),(0.4613073,-0.2724807,0.8443637,1),(0.5175788,-0.3478855,0.7817211,1),(0.4619354,-0.2692958,0.8450417,1),(0.503822,-0.379899,0.7757835,1),(0.4631989,-0.3791071,0.8010772,1),(0.4181797,-0.329558,0.8464734,1),(0.3733279,-0.331048,0.8666219,1),(0.4288073,-0.3823724,0.8184838,1),(0.4014788,-0.3897575,0.8287966,1),(0.3493148,-0.3402276,0.8730546,1),(0.3464627,-0.3573313,0.8673396,1),(0.2937337,-0.2963976,0.9087734,1),(0.2844283,-0.3123939,0.9063722,1),(0.3081613,-0.3393812,0.8887389,1),(0.2504963,-0.3040116,0.9191456,1),(0.2936063,-0.338456,0.8940039,1),(0.2464898,-0.2795088,0.9279642,1),(0.3366816,-0.2915568,0.8953436,1),(0.2817115,-0.2684004,0.9211948,1),(0.379628,-0.4006274,0.8338947,1),(0.3611107,-0.4144025,0.8353859,1),(0.3529891,-0.3791909,0.8553438,1),(0.3581377,-0.4014252,0.8429682,1),(0.344364,-0.4352188,0.8318642,1),(0.3324295,-0.4536533,0.8268551,1),(0.362099,-0.4564599,0.8127291,1),(0.3604731,-0.4293661,0.8280724,1),(0.3920757,-0.4347633,0.8107142,1),(0.3702637,-0.4054369,0.8357785,1),(0.4070044,-0.4669924,0.7850258,1),(0.4529415,-0.4815087,0.7503288,1),(0.4278932,-0.4457487,0.7862669,1),(0.3938496,-0.4100852,0.8226255,1),(0.3428581,-0.3730687,0.8621299,1),(0.3489842,-0.3757386,0.8585049,1),(0.3379445,-0.4776295,0.8109646,1),(0.3754804,-0.508193,0.7750834,1),(0.4191787,-0.5227712,0.7422933,1),(0.3768304,-0.487417,0.7876696,1),(0.4445463,-0.5419257,0.7132287,1),(0.5403894,-0.5722277,0.6168751,1),(0.5772721,-0.5905517,0.5639198,1),(0.4877979,-0.5593907,0.6701754,1),(0.5364316,-0.5743144,0.6183883,1),(0.4734567,-0.5382988,0.6971895,1),(0.6133462,-0.6037305,0.5092306,1),(0.6397453,-0.610065,0.4674898,1),(0.5772315,-0.5850154,0.5697023,1),(0.5229657,-0.5528131,0.6487716,1),(0.4296798,-0.5014958,0.7509176,1),(0.4809159,-0.5175072,0.7077473,1),(0.621378,-0.5844406,0.5218414,1),(0.660823,-0.5802023,0.4761072,1),(0.6750925,-0.5964862,0.4341134,1),(0.6475968,-0.6019341,0.4672191,1),(0.6672278,-0.5662116,0.483954,1),(0.6396319,-0.5409111,0.5461559,1),(0.6135498,-0.5441203,0.5722672,1),(0.666517,-0.5796739,0.468757,1),(0.6566171,-0.5920305,0.4672837,1),(0.6825299,-0.609787,0.4028804,1),(0.5717437,-0.5448581,0.6133831,1),(0.5139071,-0.538631,0.6676646,1),(0.6360252,-0.5984265,0.4871935,1),(0.680943,-0.6165088,0.395264,1),(0.6687821,-0.6144351,0.4185692,1),(0.6805115,-0.6195987,0.3911543,1),(0.5695522,-0.5147374,0.6408243,1),(0.4381059,-0.4960453,0.7496682,1),(0.3425194,-0.4591673,0.8196621,1),(0.5080801,-0.4985807,0.7023332,1),(0.2062535,-0.4685138,0.8590426,1),(-0.1495572,-0.4004089,0.9040494,1),(-0.2466074,-0.3482436,0.9043844,1),(0.09132713,-0.4150337,0.9052107,1),(-0.03798507,-0.3508665,0.9356548,1),(0.2205936,-0.409809,0.8850961,1),(-0.3426097,-0.290749,0.8933553,1),(-0.431969,-0.2353015,0.8706526,1),(-0.1671063,-0.2852297,0.9437794,1),(0.08515869,-0.3531638,0.9316777,1),(0.4216807,-0.4740859,0.7729347,1),(0.3151708,-0.4404254,0.8406503,1),(-0.4509519,-0.2955438,0.8421973,1),(-0.5889313,-0.2196973,0.7777487,1),(-0.6279742,-0.1999113,0.7521196,1),(-0.5126221,-0.2615474,0.817809,1),(-0.6290385,-0.1830821,0.7555075,1),(-0.6021988,-0.1785537,0.7781227,1),(-0.6064053,-0.1684556,0.777107,1),(-0.6517273,-0.1707599,0.7389808,1),(-0.6686183,-0.1603409,0.7261131,1),(-0.6611563,-0.1809249,0.7281061,1),(-0.6037554,-0.1606254,0.7808194,1),(-0.5948542,-0.1548543,0.7887767,1),(-0.6808383,-0.1515628,0.7165807,1),(-0.689819,-0.1632522,0.7053356,1),(-0.5685565,-0.226241,0.7909226,1),(-0.6190739,-0.1925613,0.761359,1),(-0.5257934,-0.197211,0.8274352,1),(-0.3981439,-0.2325811,0.8873485,1),(-0.3647242,-0.227538,0.9028858,1),(-0.5102192,-0.1881652,0.8392081,1),(-0.1813934,-0.2852731,0.9411247,1),(0.1592657,-0.3403308,0.9267197,1),(0.2317165,-0.3560214,0.9052935,1),(-0.1288419,-0.2886683,0.9487204,1),(-0.06840304,-0.2937743,0.9534242,1),(-0.3217503,-0.2243531,0.9198599,1),(0.3051809,-0.3737202,0.8758982,1),(0.3771187,-0.3931789,0.8385654,1),(-0.0009803142,-0.3007543,0.9537011,1),(-0.269345,-0.2232909,0.9368001,1),(-0.4859956,-0.1811973,0.8549712,1),(-0.4532598,-0.1763995,0.8737498,1),(0.4926645,-0.3747823,0.7853789,1),(0.7101619,-0.4097483,0.5725178,1),(0.7650236,-0.4283557,0.4808848,1),(0.5677199,-0.3961193,0.7216534,1),(0.835879,-0.4571501,0.3038419,1),(0.8595778,-0.5095824,-0.03810506,1),(0.8500394,-0.5137596,-0.1161208,1),(0.8588228,-0.468808,0.2065006,1),(0.8699948,-0.4794928,0.1148728,1),(0.8065662,-0.4473404,0.3864421,1),(0.8371702,-0.5161651,-0.1808855,1),(0.823524,-0.5177902,-0.2317356,1),(0.8712485,-0.4897745,0.03235652,1),(0.8342789,-0.4666645,0.2936037,1),(0.6344875,-0.419188,0.6493896,1),(0.6902952,-0.4436313,0.5715625,1),(0.7741063,-0.5227177,-0.3571074,1),(0.6621133,-0.5058774,-0.5528961,1),(0.6366346,-0.5075244,-0.5806164,1),(0.7485393,-0.5245629,-0.4056137,1),(0.5646815,-0.4896275,-0.6643792,1),(0.4859488,-0.4842965,-0.7275373,1),(0.4845389,-0.482352,-0.7297661,1),(0.5477331,-0.4902278,-0.6779861,1),(0.5421563,-0.4914791,-0.6815533,1),(0.6220211,-0.5090382,-0.5949537,1),(0.4919695,-0.4812743,-0.7254936,1),(0.5076815,-0.4807278,-0.7149547,1),(0.5480683,-0.4931515,-0.6755908,1),(0.6189644,-0.5105175,-0.596871,1),(0.7292453,-0.5251493,-0.4386565,1),(0.7177551,-0.5251166,-0.4572529,1),(0.4346864,-0.4873451,-0.7573258,1),(0.4256941,-0.4936626,-0.7583414,1),(0.4582072,-0.4935503,-0.7392254,1),(0.4515803,-0.4844966,-0.749225,1),(0.4598729,-0.5039968,-0.731098,1),(0.5356678,-0.5149596,-0.6692359,1),(0.5892463,-0.5258574,-0.6134025,1),(0.5050171,-0.5089883,-0.6970572,1),(0.5481415,-0.5160835,-0.6581782,1),(0.4920299,-0.4944349,-0.7165477,1),(0.6372578,-0.5406638,-0.5491676,1),(0.6769782,-0.5606257,-0.4768642,1),(0.5869862,-0.5259786,-0.6154621,1),(0.525348,-0.4964452,-0.6910512,1),(0.4733979,-0.4823703,-0.7370301,1),(0.4989045,-0.4807523,-0.7210904,1),(0.6248083,-0.5317311,-0.5717313,1),(0.7017384,-0.5635153,-0.4359057,1),(0.7430049,-0.580933,-0.3323563,1),(0.6781761,-0.5467947,-0.491012,1),(0.7582371,-0.6049497,-0.2431306,1),(0.7690995,-0.6387998,0.02051035,1),(0.7403158,-0.6541512,0.1549796,1),(0.7730501,-0.6228712,-0.1201041,1),(0.7668734,-0.6416731,0.01268073,1),(0.7688621,-0.6020762,-0.2153026,1),(0.6874763,-0.6665201,0.2883179,1),(0.611099,-0.6742622,0.4146428,1),(0.7356594,-0.6598717,0.1528875,1),(0.774621,-0.6267701,-0.08438852,1),(0.7215158,-0.5666202,-0.3979401,1),(0.7511351,-0.5921839,-0.2917434,1),(0.706826,-0.6445691,0.2914238,1),(0.5836731,-0.6372982,0.5031666,1),(0.4730867,-0.6363108,0.6093419,1),(0.6302925,-0.6526207,0.4204967,1),(0.4131215,-0.6275417,0.6599408,1),(0.1956471,-0.614677,0.7641298,1),(0.06728037,-0.603187,0.7947571,1),(0.2851897,-0.6192617,0.7315611,1),(0.1544429,-0.6069041,0.7796248,1),(0.3499923,-0.6300158,0.6932428,1),(-0.05535895,-0.5891604,0.8061174,1),(-0.1667512,-0.5743195,0.801468,1),(0.02927807,-0.5925177,0.8050252,1),(0.2236929,-0.6197723,0.7522259,1),(0.5329502,-0.655394,0.5351847,1),(0.4214548,-0.6526927,0.6295778,1),(-0.02164148,-0.5866871,0.8095245,1),(-0.1844637,-0.5550506,0.8111054,1),(-0.2808245,-0.5471517,0.7885193,1),(-0.1369801,-0.5763537,0.8056381,1),(-0.2980131,-0.533708,0.7914189,1),(-0.3740846,-0.5280581,0.7623747,1),(-0.4244507,-0.5243414,0.7381786,1),(-0.372718,-0.5281755,0.7629626,1),(-0.4365468,-0.5234169,0.7317523,1),(-0.365185,-0.5391549,0.7589149,1),(-0.4669275,-0.5199902,0.7152544,1),(-0.4900313,-0.5181201,0.7010142,1),(-0.5015129,-0.5177359,0.6931337,1),(-0.4366531,-0.5318395,0.72559,1),(-0.2415193,-0.5648856,0.7890328,1),(-0.3326426,-0.5532057,0.7637489,1),(-0.406205,-0.5296287,0.7446415,1),(-0.3837624,-0.5289553,0.7569232,1),(-0.3923076,-0.5302047,0.75165,1),(-0.4336536,-0.5283337,0.729937,1),(-0.3019481,-0.5232908,0.7968652,1),(-0.1506762,-0.5023602,0.8514287,1),(-0.1212608,-0.5009121,0.8569615,1),(-0.2921385,-0.5252187,0.7992499,1),(-0.2787504,-0.5259273,0.8035539,1),(-0.3967155,-0.5305218,0.7491084,1),(-0.08836014,-0.4984108,0.8624263,1),(-0.05364406,-0.4947757,0.8673634,1),(-0.2637329,-0.5249372,0.8092502,1),(-0.3991728,-0.5280375,0.749558,1),(-0.4557376,-0.5260237,0.7180544,1),(-0.4736153,-0.5228508,0.7087423,1),(0.03807175,-0.4681957,0.8828042,1),(0.2567293,-0.4268121,0.867134,1),(0.3115464,-0.4094075,0.8575106,1),(0.08396683,-0.4595263,0.8841862,1),(0.5576996,-0.3504974,0.7524113,1),(0.911339,-0.1668791,0.3763142,1),(0.9291615,-0.14016,0.342073,1),(0.6069499,-0.3237671,0.7258008,1),(0.6539837,-0.296993,0.6957734,1),(0.3680231,-0.3911237,0.8435528,1),(0.9424486,-0.1163255,0.313463,1),(0.9513609,-0.09746391,0.2922553,1),(0.6973397,-0.2716746,0.6632574,1),(0.4247483,-0.3726126,0.825075,1),(0.133033,-0.4499789,0.8830748,1),(0.1839801,-0.4397936,0.8790523,1),(0.9965537,0.03850328,-0.07347322,1),(0.9576595,0.1256171,-0.2590532,1),(0.956324,0.1257568,-0.2638747,1),(0.9944052,0.05100149,-0.09250449,1),(0.9443763,0.1448691,-0.2952393,1),(0.9646854,0.1206987,-0.234124,1),(0.9772003,0.09030286,-0.1921586,1),(0.9500389,0.1324103,-0.2826545,1),(0.9580665,0.1156524,-0.2621699,1),(0.9583464,0.122165,-0.2581627,1),(0.9879599,0.05394094,-0.1450024,1),(0.9956449,0.01203118,-0.09244759,1),(0.9682112,0.09379223,-0.2318836,1),(0.9641845,0.1134247,-0.2397563,1),(0.9932545,0.0595037,-0.09952339,1),(0.9937416,0.06219391,-0.09278861,1),(0.9914945,0.0589817,-0.1160169,1),(0.998718,-0.04264515,0.02727367,1),(0.9881793,-0.1001791,0.1160419,1),(0.9990729,0.01008955,-0.04185067,1),(0.9587481,-0.1952517,0.2065887,1),(0.8231268,-0.3917984,0.4110429,1),(0.7908313,-0.415345,0.449527,1),(0.9271768,-0.2447093,0.2836558,1),(0.8898297,-0.2924439,0.3502567,1),(0.9667212,-0.1606404,0.1991099,1),(0.7609318,-0.4354934,0.4809658,1),(0.7348704,-0.4519964,0.5056332,1),(0.8499789,-0.3364876,0.4053542,1),(0.9362376,-0.2208028,0.2733225,1),(0.9984258,-0.04512261,0.03331558,1),(0.9887676,-0.104372,0.1069825,1),(0.6592143,-0.5205971,0.5426006,1),(0.6095887,-0.5451164,0.5755429,1),(0.6157828,-0.546763,0.5673285,1),(0.6488834,-0.526797,0.5490313,1),(0.6914861,-0.4874032,0.5331841,1),(0.8840156,-0.2942588,0.3632193,1),(0.9059355,-0.2724516,0.3241153,1),(0.7089556,-0.4836564,0.513282,1),(0.7332512,-0.4723529,0.4891069,1),(0.6291237,-0.542053,0.5571192,1),(0.9297104,-0.2433078,0.2764775,1),(0.9528915,-0.2086103,0.2201809,1),(0.7626073,-0.4542318,0.460547,1),(0.6484791,-0.5315348,0.5449272,1),(0.6442309,-0.5283672,0.552987,1),(0.6450151,-0.5257402,0.5545744,1),(0.9949216,-0.03004257,0.09606513,1),(0.9740347,0.1706675,-0.1487589,1),(0.9529549,0.2152406,-0.2134211,1),(0.9992186,0.01135307,0.03786003,1),(0.8687345,0.3191515,-0.3787381,1),(0.6699204,0.4261509,-0.6079491,1),(0.6030203,0.4444453,-0.6624462,1),(0.8240342,0.3552491,-0.4413227,1),(0.7695424,0.3886899,-0.50668,1),(0.9224013,0.2604223,-0.2852299,1),(0.5297716,0.4578177,-0.7139643,1),(0.4524743,0.4658783,-0.7604107,1),(0.7055798,0.4171907,-0.572808,1),(0.8811635,0.3031624,-0.362827,1),(0.9979127,0.05715786,-0.03005351,1),(0.9887404,0.1044348,-0.1071717,1),(0.4061061,0.4713404,-0.7828896,1),(0.1619325,0.4540269,-0.8761492,1),(0.08560027,0.4384709,-0.8946596,1),(0.32541,0.4688289,-0.8211625,1),(-0.05162284,0.3937956,-0.9177473,1),(-0.2449158,0.2966046,-0.9230612,1),(-0.2701155,0.2886032,-0.9185563,1),(-0.1080315,0.3759381,-0.9203259,1),(-0.1574584,0.3577354,-0.9204522,1),(0.01459985,0.4205363,-0.9071581,1),(-0.2904748,0.2823851,-0.9142665,1),(-0.1993808,0.3423185,-0.9181859,1),(-0.3059601,0.2790326,-0.9102358,1),(-0.04868525,0.4028535,-0.9139687,1),(0.245006,0.4614209,-0.8526798,1),(0.1681966,0.4509781,-0.8765436,1),(-0.3748909,0.2058827,-0.9039187,1),(-0.4044177,0.1731803,-0.8980283,1),(-0.3715712,0.2125194,-0.9037535,1),(-0.3824733,0.1885855,-0.9045163,1),(-0.3403658,0.1983646,-0.9191315,1),(-0.1672402,0.2809276,-0.9450452,1),(-0.1163961,0.3014027,-0.9463659,1),(-0.3033197,0.2183133,-0.9275432,1),(-0.2645047,0.2405838,-0.9338933,1),(-0.3585168,0.2069703,-0.9102907,1),(-0.06525785,0.3220113,-0.944484,1),(-0.01530998,0.3414773,-0.9397653,1),(-0.2252001,0.2636915,-0.9379508,1),(-0.3333659,0.2272576,-0.914998,1),(-0.364996,0.2205357,-0.9045119,1),(-0.3565118,0.2314954,-0.905157,1),(0.001755474,0.3625145,-0.9319764,1),(0.04154664,0.4040822,-0.9137786,1),(0.101969,0.4171098,-0.9031178,1),(0.06041724,0.3785165,-0.9236206,1),(-0.04636493,0.413083,-0.9095124,1),(-0.2740609,0.3785242,-0.8840871,1),(0.01006197,0.4298767,-0.9028315,1),(-0.2293765,0.396095,-0.8890979,1),(0.1593777,0.4305345,-0.8883911,1),(0.06526404,0.4434379,-0.8939259,1),(-0.1841889,0.4113697,-0.8926642,1),(0.1179487,0.4533387,-0.8834999,1),(-0.1399619,0.42384,-0.8948577,1),(0.2135893,0.4404586,-0.8719953,1),(0.1170093,0.3940433,-0.9116132,1),(0.1707986,0.4067681,-0.8974227,1),(-0.503867,0.3088467,-0.8066795,1),(-0.6216639,0.2572445,-0.7398373,1),(-0.476168,0.3233875,-0.8177313,1),(-0.6072459,0.2668437,-0.7483628,1),(-0.6623394,0.232694,-0.7121516,1),(-0.645356,0.2340063,-0.7271566,1),(-0.6592737,0.2370504,-0.7135582,1),(-0.6555292,0.2328635,-0.7183704,1),(-0.5896386,0.2773131,-0.758567,1),(-0.651659,0.2437297,-0.7182871,1),(-0.6588334,0.2354743,-0.7144861,1),(-0.6400779,0.2524996,-0.7256336,1),(-0.6556132,0.2419148,-0.7152961,1),(-0.5697855,0.288223,-0.7695921,1),(-0.4464167,0.3372554,-0.8288372,1),(-0.4159421,0.3499148,-0.8393758,1),(-0.5920454,0.2537017,-0.7649299,1),(-0.5184215,0.2846339,-0.8063638,1),(-0.617617,0.2465965,-0.7468195,1),(-0.559914,0.2710313,-0.7829676,1),(-0.4185973,0.3262526,-0.8475468,1),(-0.2871352,0.3762327,-0.8809099,1),(-0.477596,0.3056181,-0.8237109,1),(-0.3657342,0.3484846,-0.8630161,1),(-0.5895517,0.2636585,-0.7634873,1),(-0.5232509,0.2922267,-0.8005074,1),(-0.430513,0.3288365,-0.8405505,1),(-0.5557128,0.2860176,-0.7806261,1),(-0.4813855,0.3165714,-0.8173437,1),(-0.6075788,0.262801,-0.7495223,1),(-0.633535,0.2445779,-0.7340401,1),(-0.6400614,0.2479716,-0.727208,1),(-0.1378072,0.4366346,-0.8890216,1),(0.02284366,0.515325,-0.8566903,1),(-0.2333367,0.4018937,-0.8854578,1),(-0.08240484,0.4717473,-0.8778747,1),(0.2103619,0.6140199,-0.7607414,1),(0.4269088,0.7135234,-0.5555477,1),(0.1030755,0.5592349,-0.8225763,1),(0.3313985,0.6509811,-0.6829339,1),(-0.1777019,0.4357241,-0.8823642,1),(-0.0009706164,0.5098174,-0.8602821,1),(0.2243872,0.5876585,-0.7773724,1),(-0.09937581,0.4676743,-0.8782968,1),(0.1134185,0.5307544,-0.8399023,1),(-0.2623,0.4067419,-0.8750771,1),(-0.3159343,0.3754118,-0.8713503,1),(-0.3852733,0.356057,-0.8513448,1),(0.5916412,0.7624549,-0.2619602,1),(0.6380426,0.7693798,0.03092672,1),(0.5317706,0.7135431,-0.4561538,1),(0.6315748,0.7522373,-0.1877561,1),(0.5818577,0.7547942,0.3028651,1),(0.4313347,0.7169336,0.5476829,1),(0.6257929,0.7717506,0.1130677,1),(0.4992963,0.7515532,0.4311278,1),(0.5793968,0.711391,-0.3977714,1),(0.6352965,0.7655204,-0.1018673,1),(0.5674073,0.7772939,0.2717776,1),(0.6025105,0.7338213,-0.3138268,1),(0.6196484,0.7815274,0.07246291,1),(0.4905876,0.6566925,-0.5727816,1),(0.4388509,0.6516856,-0.6186402,1),(0.3264279,0.5892488,-0.7390742,1),(0.2811028,0.6557325,0.7007112,1),(0.2191357,0.6253521,0.7489421,1),(0.2631865,0.6291808,0.7313443,1),(0.3403564,0.6807787,0.6486123,1),(0.2381517,0.6415598,0.7291672,1),(0.3408962,0.6890307,0.6395517,1),(0.3191147,0.6696074,0.6706651,1),(0.2576217,0.6283138,0.7340659,1),(0.2999966,0.6294817,0.7167669,1),(0.3365374,0.6414568,0.6894026,1),(0.3166882,0.6600928,0.6811653,1),(0.3375296,0.6602237,0.6709535,1),(0.3708253,0.6393969,0.673543,1),(0.4340492,0.6655765,0.6071318,1),(0.4256371,0.7083521,0.56309,1),(0.5297948,0.7317617,0.4287682,1),(0.4632735,0.7384959,0.4898995,1),(0.542997,0.7823777,0.3050236,1),(0.4100215,0.7191432,0.5609951,1),(0.4870879,0.7668086,0.4180309,1),(0.5776808,0.8135681,0.06627113,1),(0.5424006,0.803468,-0.2454402,1),(0.5523987,0.8033325,0.2225141,1),(0.5920017,0.804408,-0.04961628,1),(0.4302973,0.7512015,0.5005402,1),(0.5131956,0.7844809,0.3481668,1),(0.6085353,0.7836992,0.1245005,1),(0.4711052,0.76232,0.4437658,1),(0.5996165,0.7558576,0.2629434,1),(0.3834873,0.7361403,0.557705,1),(0.3660217,0.7067453,0.6054248,1),(0.3398063,0.6999624,0.6281595,1),(0.4510579,0.7149249,-0.5342559,1),(0.3699789,0.6156932,-0.695728,1),(0.589397,0.7350822,-0.3350603,1),(0.5526225,0.642924,-0.5303368,1),(0.326888,0.5571739,-0.7633489,1),(0.327475,0.5339343,-0.7795347,1),(0.5136247,0.5726245,-0.6389763,1),(0.4877734,0.5404387,-0.6855678,1),(0.6910335,0.6422793,-0.331587,1),(0.6713166,0.5721697,-0.471122,1),(0.6384029,0.5273309,-0.5606816,1),(0.7713122,0.5642461,-0.2944549,1),(0.7508326,0.5168276,-0.4112659,1),(0.7641175,0.6286654,-0.1445825,1),(0.6777306,0.7237978,-0.1296068,1),(0.7126842,0.7000687,0.04455567,1),(0.3541133,0.533433,-0.7681491,1),(0.3917867,0.5347815,-0.7486735,1),(0.4865808,0.5110514,-0.708566,1),(0.4813469,0.5208262,-0.7050144,1),(0.4409882,0.5330465,-0.722074,1),(0.5014507,0.5270175,-0.6861485,1),(0.5324038,0.5099118,-0.6756744,1),(0.5035724,0.5071029,-0.6994723,1),(0.5866227,0.4866267,-0.6473547,1),(0.5751199,0.4855859,-0.6583642,1),(0.5733197,0.4969744,-0.6513991,1),(0.6567116,0.4655917,-0.5932573,1),(0.6326837,0.4807736,-0.607098,1),(0.6857735,0.4669688,-0.5582606,1),(0.6079834,0.5005795,-0.6162601,1),(0.7184407,0.4845799,-0.4990243,1),(0.5628242,0.5149369,-0.6465825,1),(0.6160782,0.4986511,-0.6097497,1),(0.571485,0.5104455,-0.6425343,1),(0.6179078,0.4966576,-0.6095255,1),(0.662523,0.4786626,-0.5761471,1),(0.7033713,0.4550853,-0.5460459,1),(0.6718991,0.4691982,-0.5730661,1),(0.732291,0.426138,-0.5311837,1),(0.6256151,0.4929068,-0.6046888,1),(0.6842418,0.4584848,-0.5671021,1),(0.7599211,0.3975282,-0.5142872,1),(0.7112855,0.4373166,-0.5502974,1),(0.7905726,0.3671244,-0.4901169,1),(0.6548936,0.4766819,-0.5864201,1),(0.5882239,0.5049198,-0.6317028,1),(0.6282455,0.4922202,-0.6025172,1),(0.7282019,0.4422897,-0.5235474,1),(0.7267745,0.4561402,-0.5135514,1),(0.7749214,0.3929601,-0.4950549,1),(0.7811328,0.3989329,-0.4802959,1),(0.69836,0.4964224,-0.5156142,1),(0.6393469,0.5599559,-0.5269582,1),(0.751371,0.4447742,-0.4874604,1),(0.6785979,0.5263771,-0.5122812,1),(0.8261923,0.3448129,-0.445545,1),(0.795882,0.3955051,-0.4584184,1),(0.712988,0.4937436,-0.497861,1),(0.8267224,0.3575554,-0.4343779,1),(0.7380922,0.4672752,-0.4866969,1),(0.8581273,0.3023081,-0.4150029,1),(0.8150849,0.345956,-0.4647051,1),(0.8472503,0.305615,-0.4344725,1),(0.5785794,0.6145521,-0.536257,1),(0.5517303,0.6380453,-0.5371143,1),(0.5970418,0.5980179,-0.5347108,1),(0.5559075,0.630727,-0.5414335,1),(0.5613897,0.6362395,-0.5291888,1),(0.6048079,0.6072236,-0.5152542,1),(0.6034479,0.6042195,-0.5203551,1),(0.5586938,0.6327439,-0.5361868,1),(0.556173,0.6299925,-0.5420157,1),(0.5602637,0.6238719,-0.5448748,1),(0.6006472,0.6028033,-0.5252153,1),(0.5972503,0.6003014,-0.531912,1),(0.5547154,0.6253315,-0.5488637,1),(0.5650586,0.6162079,-0.5486317,1),(0.6140813,0.5818586,-0.5332398,1),(0.6284888,0.5677352,-0.5316752,1),(0.6555793,0.5666065,-0.4991723,1),(0.6937294,0.5371361,-0.4798167,1),(0.6587637,0.5610841,-0.5012136,1),(0.7005258,0.5281971,-0.4798659,1),(0.7199042,0.5188469,-0.4610161,1),(0.735451,0.5123117,-0.4434507,1),(0.729831,0.5059979,-0.4596877,1),(0.7482614,0.495185,-0.441471,1),(0.7053351,0.5215376,-0.4801051,1),(0.7394446,0.4932845,-0.4581396,1),(0.763473,0.4741512,-0.4385087,1),(0.7493425,0.4802053,-0.4559481,1),(0.7815239,0.4483902,-0.4337816,1),(0.7089173,0.5166038,-0.4801632,1),(0.6594474,0.5581619,-0.5035717,1),(0.6587465,0.5570205,-0.5057479,1),(0.7467329,0.5098639,-0.4271168,1),(0.759522,0.5038184,-0.4114527,1),(0.7611857,0.4899042,-0.424959,1),(0.7732726,0.4843069,-0.4092632,1),(0.7737423,0.494163,-0.396391,1),(0.7892708,0.4808601,-0.3818706,1),(0.7845625,0.4784474,-0.3943979,1),(0.7950854,0.4723641,-0.3804095,1),(0.7924867,0.455881,-0.4051387,1),(0.8000196,0.4552545,-0.3907838,1),(0.8031307,0.4604025,-0.3781672,1),(0.8196498,0.4244191,-0.3847632,1),(0.8125957,0.4461631,-0.3750022,1),(0.8169065,0.4175342,-0.3979058,1),(0.78039,0.4622384,-0.4211023,1),(0.8044262,0.4256631,-0.4143783,1),(0.803299,0.4678789,-0.3685106,1),(0.813415,0.459231,-0.3570196,1),(0.80377,0.4675819,-0.3678602,1),(0.809813,0.4655115,-0.3570744,1),(0.8199065,0.455003,-0.3474556,1),(0.8229548,0.4552546,-0.339836,1),(0.8133566,0.4661812,-0.3480316,1),(0.8144811,0.4696158,-0.3407072,1),(0.804563,0.4741816,-0.3575333,1),(0.8053042,0.4793311,-0.348894,1),(0.8061351,0.4833716,-0.341318,1),(0.7950302,0.495193,-0.3503011,1),(0.7986323,0.4954426,-0.3416476,1),(0.7962834,0.4870539,-0.3587633,1),(0.8038617,0.4678863,-0.367272,1),(0.8022568,0.4708313,-0.3670176,1),(0.8267223,0.4538104,-0.3325451,1),(0.8352352,0.4443796,-0.3238967,1),(0.8176587,0.4692867,-0.333473,1),(0.8271796,0.4585963,-0.3247515,1),(0.8481954,0.4267533,-0.3137614,1),(0.8650388,0.4006589,-0.3019611,1),(0.8426239,0.4372274,-0.3143518,1),(0.8631362,0.4047218,-0.3019873,1),(0.8228335,0.4665942,-0.3243994,1),(0.8415143,0.439825,-0.3137001,1),(0.8657007,0.3999621,-0.3009858,1),(0.8474042,0.4300123,-0.3114412,1),(0.874459,0.3822034,-0.2987336,1),(0.8248879,0.4642931,-0.3224775,1),(0.8108382,0.4809481,-0.3335121,1),(0.8083509,0.4858745,-0.3324076,1),(0.8830375,0.3692076,-0.2897078,1),(0.8999162,0.3357693,-0.2782262,1),(0.8842841,0.3667302,-0.2890509,1),(0.9026145,0.3294589,-0.277027,1),(0.9155911,0.3002672,-0.267456,1),(0.9299449,0.2626231,-0.2573554,1),(0.9183738,0.292997,-0.2659742,1),(0.9317966,0.2573822,-0.255948,1),(0.9082136,0.3152731,-0.2752287,1),(0.9229758,0.2800452,-0.263989,1),(0.9343534,0.2498208,-0.2541126,1),(0.9293343,0.2604655,-0.2617164,1),(0.9374374,0.2402453,-0.2519789,1),(0.9169316,0.2910562,-0.2729885,1),(0.8893751,0.3553526,-0.2876397,1),(0.8991104,0.3318137,-0.2854823,1),(0.9423504,0.2245634,-0.2480868,1),(0.9524196,0.1877977,-0.2400603,1),(0.9433537,0.2216227,-0.2469152,1),(0.9533235,0.184532,-0.2390026,1),(0.960376,0.1524064,-0.2333461,1),(0.9664308,0.11843,-0.2280044,1),(0.9616338,0.1461014,-0.2321958,1),(0.9681941,0.1063348,-0.2264797,1),(0.9538001,0.1837485,-0.2377014,1),(0.9625193,0.1423055,-0.2308805,1),(0.9697502,0.09513002,-0.2247999,1),(0.9626526,0.1436227,-0.229505,1),(0.9708219,0.08754575,-0.2232501,1),(0.953437,0.1875934,-0.2361493,1),(0.9442381,0.2195363,-0.2453941,1),(0.9446842,0.2196863,-0.2435356,1),(0.9705204,0.08965155,-0.2237247,1),(0.9729646,0.06998023,-0.2200967,1),(0.9724611,0.07161231,-0.2217904,1),(0.9747506,0.04849733,-0.2179661,1),(0.9743105,0.05945196,-0.2172201,1),(0.97485,0.05808019,-0.2151607,1),(0.9758768,0.03699537,-0.2151644,1),(0.9762451,0.03709369,-0.2134701,1),(0.9761914,0.02492742,-0.2154736,1),(0.9770496,0.01236985,-0.2126526,1),(0.9773201,0.01475648,-0.2112519,1),(0.9775702,-0.01092545,-0.2103262,1),(0.97787,-0.004788547,-0.2091582,1),(0.977006,0.002308939,-0.2131996,1),(0.9741749,0.0524957,-0.219608,1),(0.9753995,0.03507904,-0.2176356,1),(0.9751408,0.05832469,-0.2137725,1),(0.9756558,0.05258444,-0.2129098,1),(0.9763237,0.04013002,-0.2125594,1),(0.9765296,0.03737335,-0.2121156,1),(0.9762974,0.04081294,-0.2125506,1),(0.976855,0.02295781,-0.2126671,1),(0.9768134,0.02878763,-0.212148,1),(0.9770308,0.01433935,-0.2126154,1),(0.977295,0.02209198,-0.2107283,1),(0.9773117,0.0163655,-0.2111731,1),(0.977245,0.004340657,-0.2120691,1),(0.9776561,0.007051333,-0.2100923,1),(0.9773939,-0.005008759,-0.2113673,1),(0.9777895,0.01109093,-0.2092959,1),(0.9773006,0.0215453,-0.2107592,1),(0.9778917,0.00713355,-0.20899,1),(0.9769963,0.00693446,-0.2131434,1),(0.9769005,0.0008032213,-0.2136932,1),(0.9769556,0.001613343,-0.2134361,1),(0.9767079,-0.00172932,-0.2145663,1),(0.9766008,0.00452155,-0.2150127,1),(0.9760705,0.01816365,-0.216694,1),(0.9763802,0.004343207,-0.216016,1),(0.9758024,0.01984442,-0.2177517,1),(0.9766244,-0.007780476,-0.2148123,1),(0.9762705,-0.000107672,-0.2165545,1),(0.9756915,0.0167329,-0.2185084,1),(0.9761389,-0.0103013,-0.2169028,1),(0.975661,0.007062674,-0.2191706,1),(0.9764851,-0.01810048,-0.2148238,1),(0.9769617,-0.006291563,-0.2133216,1),(0.9769191,-0.01633427,-0.2129843,1),(0.9752932,0.03439963,-0.2182198,1),(0.9744704,0.04576914,-0.2198014,1),(0.9748759,0.03767513,-0.2195395,1),(0.9738786,0.0507087,-0.2213349,1),(0.9738277,0.05232796,-0.2211817,1),(0.9734044,0.05405006,-0.2226261,1),(0.9724996,0.06248327,-0.224367,1),(0.9730706,0.05897892,-0.2228342,1),(0.9736376,0.05164613,-0.2221768,1),(0.9725925,0.0631576,-0.2237742,1),(0.9717897,0.07073006,-0.2249937,1),(0.9723483,0.06430405,-0.2245078,1),(0.9709795,0.07934879,-0.2256157,1),(0.9736517,0.04725787,-0.2230899,1),(0.9747297,0.03617638,-0.220439,1),(0.9747933,0.0281851,-0.2213227,1),(0.9732434,0.05476679,-0.2231541,1),(0.9733281,0.05831635,-0.2218819,1),(0.9719408,0.07146269,-0.2241078,1),(0.9721472,0.06528319,-0.2250954,1),(0.9735007,0.0645754,-0.2193773,1),(0.973934,0.07376564,-0.2145018,1),(0.9718422,0.08103653,-0.2212598,1),(0.9716739,0.09396744,-0.216841,1),(0.9695182,0.1024472,-0.2225737,1),(0.9702764,0.08854534,-0.2252183,1),(0.968505,0.1196811,-0.2183452,1),(0.9632854,0.1528651,-0.2207116,1),(0.9657273,0.1312278,-0.2239426,1),(0.9677856,0.1117725,-0.2256061,1),(0.9710072,0.07798043,-0.2259738,1),(0.9695172,0.09447788,-0.2260758,1),(0.9739222,0.0879655,-0.2091353,1),(0.9724542,0.1090011,-0.2060378,1),(0.9706133,0.1125481,-0.2127037,1),(0.9675193,0.1389676,-0.2111736,1),(0.9691933,0.1369957,-0.2046861,1),(0.9635518,0.1719122,-0.2049736,1),(0.9617668,0.1732358,-0.2121183,1),(0.9525157,0.215245,-0.2153681,1),(0.9608685,0.1735873,-0.2158684,1),(0.9523108,0.2126265,-0.2188472,1),(0.9392868,0.2594674,-0.2245372,1),(0.9409741,0.2529468,-0.2249127,1),(0.9253247,0.2999557,-0.23195,1),(0.9519399,0.2125888,-0.220491,1),(0.9659669,0.1425749,-0.2158245,1),(0.9591499,0.1791968,-0.2189062,1),(0.9567567,0.2053283,-0.2060512,1),(0.9511869,0.2289491,-0.2069442,1),(0.9417526,0.2550756,-0.2191768,1),(0.9330726,0.2832263,-0.2217168,1),(0.9475466,0.2428372,-0.2078113,1),(0.9463431,0.2502995,-0.2044135,1),(0.9274812,0.2999934,-0.2231203,1),(0.92555,0.307531,-0.2208663,1),(0.9129062,0.3342812,-0.2342185,1),(0.9054404,0.3526527,-0.2362492,1),(0.9028792,0.359969,-0.2350138,1),(0.8866546,0.392103,-0.2451508,1),(0.8837765,0.3985573,-0.2451353,1),(0.8950322,0.373943,-0.243072,1),(0.9245881,0.3033635,-0.2304501,1),(0.9083356,0.3434508,-0.2386794,1),(0.3579201,-0.2767411,-0.8918002,1),(0.3639652,-0.265997,-0.8926225,1),(0.3817589,-0.2356101,-0.8937271,1),(0.3636946,-0.2296363,-0.9027698,1),(0.3793322,-0.201787,-0.902989,1),(0.3626905,-0.2404491,-0.9003553,1),(0.4108248,-0.1837232,-0.893011,1),(0.4462966,-0.1085778,-0.8882737,1),(0.4048807,-0.1546276,-0.9012002,1),(0.4345916,-0.08595479,-0.8965166,1),(0.3588838,-0.1760921,-0.916621,1),(0.3812391,-0.135394,-0.9145082,1),(0.4118612,-0.07833884,-0.9078729,1),(0.3284668,-0.1194004,-0.9369382,1),(0.3580698,-0.0747169,-0.9307006,1),(0.3063579,-0.1519706,-0.9397072,1),(0.351937,-0.2154422,-0.9108924,1),(0.3456818,-0.2008913,-0.9165953,1),(0.2923063,-0.1729063,-0.9405639,1),(0.3027388,-0.197649,-0.9323541,1),(0.4780117,-0.05336921,-0.8767307,1),(0.4801343,-0.05836342,-0.8752512,1),(0.475685,-0.03311111,-0.8789923,1),(0.464971,-0.03458796,-0.88465,1),(0.4480938,-0.1291128,-0.8846139,1),(0.3750265,-0.2779427,-0.8843659,1),(0.4619094,-0.08336908,-0.8830001,1),(0.4234024,-0.1938987,-0.8849485,1),(0.4526142,-0.02552051,-0.8913412,1),(0.4542544,-0.05767417,-0.8890032,1),(0.4411423,-0.1322099,-0.8876452,1),(0.4186821,-0.05076114,-0.906713,1),(0.4230712,-0.09877706,-0.9006963,1),(0.4062316,-0.03127809,-0.9132347,1),(0.4386611,-0.03281246,-0.8980533,1),(0.3862912,-0.03935391,-0.921537,1),(0.2467244,-0.4520669,-0.857183,1),(0.05002489,-0.5945669,-0.8024884,1),(0.3409562,-0.3332447,-0.8790317,1),(0.1851115,-0.4726707,-0.8615777,1),(-0.238877,-0.6830434,-0.6902098,1),(-0.5902086,-0.6529882,-0.474616,1),(-0.08880787,-0.6042259,-0.7918486,1),(-0.4806478,-0.6541592,-0.5839977,1),(0.2761844,-0.3561985,-0.8926616,1),(0.03855018,-0.5072878,-0.8609139,1),(-0.3539032,-0.6352624,-0.686436,1),(0.1201996,-0.4267224,-0.8963594,1),(-0.2243861,-0.6031346,-0.7654277,1),(0.3122189,-0.2754105,-0.909213,1),(0.3931994,-0.2340695,-0.8891601,1),(0.3983873,-0.1714501,-0.9010508,1),(-0.8196808,-0.5228358,-0.2340215,1),(-0.9114544,-0.4015427,-0.08952211,1),(-0.7544705,-0.5777953,-0.3113311,1),(-0.8618452,-0.4858415,-0.1455365,1),(-0.9513968,-0.3070595,-0.02363634,1),(-0.9734181,-0.228604,-0.01405903,1),(-0.9074526,-0.4140774,-0.07120363,1),(-0.9319174,-0.3574967,-0.06104172,1),(-0.7867094,-0.5766329,-0.2204153,1),(-0.8369318,-0.5305374,-0.1344443,1),(-0.8587899,-0.4985497,-0.1180172,1),(-0.7286257,-0.6503555,-0.2148075,1),(-0.7436013,-0.6449527,-0.1763321,1),(-0.6732837,-0.6682681,-0.3163966,1),(-0.6618907,-0.6311936,-0.4043454,1),(-0.5327742,-0.6765109,-0.5084139,1),(-0.9801773,-0.1968335,-0.02256496,1),(-0.9681851,-0.2499369,-0.01221089,1),(-0.9356853,-0.3460775,-0.06872597,1),(-0.9094102,-0.4130292,-0.0487854,1),(-0.9101343,-0.4120988,0.04277993,1),(-0.7187307,-0.6839386,0.1251172,1),(-0.5634661,-0.8123978,0.1500529,1),(-0.8161054,-0.5771889,0.02872055,1),(-0.673883,-0.7385963,0.0188957,1),(-0.805407,-0.588296,-0.07230007,1),(-0.3794445,-0.9083649,0.1757698,1),(-0.1915982,-0.9602146,0.2031697,1),(-0.4905166,-0.8711469,0.02227944,1),(-0.6520757,-0.751991,-0.09647261,1),(-0.852294,-0.5105821,-0.1135815,1),(-0.7224011,-0.6748001,-0.1509345,1),(-0.4054945,-0.8875393,0.2187421,1),(-0.1147404,-0.939698,0.3221834,1),(0.06500101,-0.922895,0.3795256,1),(-0.2142953,-0.9378683,0.272911,1),(0.136933,-0.8868119,0.4413773,1),(0.3577319,-0.7368848,0.5736101,1),(0.4364678,-0.6747633,0.595139,1),(0.2748945,-0.8304619,0.4845267,1),(0.3812033,-0.7628385,0.5222656,1),(0.2148568,-0.8774993,0.428756,1),(0.4950821,-0.6125391,0.6161896,1),(0.5338886,-0.5564062,0.6366907,1),(0.4527835,-0.6988757,0.5536785,1),(0.323211,-0.8230911,0.4669643,1),(-0.03202445,-0.9464091,0.3213789,1),(0.1181111,-0.925551,0.3597295,1),(0.51406,-0.5431032,0.6639135,1),(0.595564,-0.3919874,0.7011772,1),(0.6022546,-0.3575096,0.7137761,1),(0.5445694,-0.4968803,0.6756878,1),(0.6331227,-0.2900164,0.7176672,1),(0.6455417,-0.227962,0.7289096,1),(0.6394319,-0.199208,0.742592,1),(0.6296445,-0.2604082,0.7319396,1),(0.6241053,-0.2359087,0.7448756,1),(0.6051224,-0.3269144,0.7259159,1),(0.6318849,-0.1764836,0.7547018,1),(0.6246186,-0.1548949,0.7654144,1),(0.6185551,-0.2111708,0.7568331,1),(0.6060072,-0.296175,0.7382653,1),(0.566423,-0.453402,0.68818,1),(0.5808125,-0.4121714,0.701977,1),(0.647353,-0.1824717,0.7400258,1),(0.6478748,-0.1351455,0.7496625,1),(0.6422622,-0.1113108,0.7583596,1),(0.6414617,-0.1546765,0.7513999,1),(0.6469633,-0.08596493,0.7576599,1),(0.6444783,-0.03496433,0.7638227,1),(0.6406513,-0.02829675,0.7673103,1),(0.6419532,-0.06917318,0.7636172,1),(0.6362835,-0.05588128,0.7694287,1),(0.6358572,-0.0929143,0.7661936,1),(0.6359864,-0.02205598,0.7713848,1),(0.6302859,-0.01430723,0.7762313,1),(0.6301959,-0.04371926,0.7752044,1),(0.629389,-0.07695871,0.7732703,1),(0.6344754,-0.1331416,0.7613898,1),(0.6276185,-0.1140364,0.7701238,1),(0.6397282,0.02115661,0.7683098,1),(0.6317026,0.08593529,0.770433,1),(0.6313596,0.07582121,0.7717748,1),(0.6376217,0.01777003,0.7701446,1),(0.6192201,0.1595588,0.7688352,1),(0.6009517,0.2416699,0.7618745,1),(0.6030793,0.2283123,0.7643095,1),(0.6204216,0.146124,0.7705355,1),(0.6209022,0.1334097,0.7724521,1),(0.6297882,0.06825453,0.7737623,1),(0.6059455,0.2117483,0.766807,1),(0.6085725,0.1899378,0.7704304,1),(0.6192802,0.1207871,0.7758238,1),(0.6269308,0.06405178,0.7764376,1),(0.6343529,0.01653501,0.7728667,1),(0.629452,0.01891933,0.776809,1),(0.5846543,0.3063114,0.7512341,1),(0.5816373,0.3296762,0.7436476,1),(0.5846316,0.3122791,0.7487909,1),(0.5870797,0.2929024,0.7546824,1),(0.5937069,0.3130113,0.741307,1),(0.6195986,0.2551418,0.742294,1),(0.6234665,0.2162694,0.7513435,1),(0.5974416,0.2873505,0.748661,1),(0.602832,0.2553376,0.7559075,1),(0.5903378,0.2871912,0.7543359,1),(0.62485,0.1751747,0.7608391,1),(0.6301196,0.1349396,0.7646835,1),(0.6103701,0.216346,0.7619991,1),(0.5995432,0.251812,0.7596965,1),(0.5918366,0.2727912,0.7584949,1),(0.599197,0.242997,0.7628338,1),(0.6445029,0.1602706,0.7476158,1),(0.651265,0.0207249,0.7585674,1),(0.6481763,-0.02404379,0.7611107,1),(0.6453939,0.1107662,0.7557762,1),(0.6267842,-0.1954643,0.7542779,1),(0.5161913,-0.5088722,0.6889091,1),(0.6185937,-0.204316,0.7586809,1),(0.5288786,-0.4401665,0.7256313,1),(0.6401477,-0.05695359,0.7661378,1),(0.6071262,-0.198322,0.7694584,1),(0.5342457,-0.3637419,0.7630686,1),(0.5942312,-0.175693,0.7848703,1),(0.5210908,-0.2837969,0.8049371,1),(0.629803,-0.07166031,0.7734423,1),(0.6426523,0.06539837,0.7633616,1),(0.6414843,0.03090088,0.7665135,1),(0.3352641,-0.7489724,0.5715228,1),(0.2087492,-0.8213248,0.5308948,1),(0.3918114,-0.6268219,0.6734821,1),(0.2642684,-0.6835889,0.6803444,1),(0.1362464,-0.7843702,0.605145,1),(0.1248656,-0.6127068,0.7803838,1),(0.09000301,-0.4091988,0.9079954,1),(0.1639232,-0.6233538,0.7645647,1),(0.1920569,-0.4280813,0.8830971,1),(0.3073682,-0.5152726,0.8000118,1),(0.05192327,-0.1978946,0.9788471,1),(0.02204007,-0.02799218,0.9993652,1),(0.194544,-0.2441364,0.9500263,1),(0.3322359,-0.3474853,0.8768541,1),(0.4200448,-0.4894026,0.76423,1),(0.4293072,-0.3566872,0.8297406,1),(0.1583717,-0.3597928,0.9194931,1),(0.2114999,-0.191076,0.9585185,1),(0.08028461,-0.0007735582,0.9967717,1),(0.05577849,-0.1463727,0.9876558,1),(0.2623734,-0.1284897,0.9563736,1),(0.332897,-0.1470104,0.931433,1),(0.1300789,0.0258551,0.9911665,1),(0.2200569,-0.03797698,0.9747475,1),(-0.0456056,0.1540387,0.9870118,1),(0.002489248,0.1506093,0.9885902,1),(0.109609,0.05020755,0.9927059,1),(-0.08794436,0.2262206,0.970098,1),(0.02448632,0.1004677,0.9946389,1),(-0.1310935,0.2502583,0.9592629,1),(-0.04041603,0.04216272,0.998293,1),(-0.1026176,0.1716593,0.9797972,1),(0.387289,-0.1957365,0.9009408,1),(0.4009012,-0.2286197,0.8871365,1),(0.3021699,-0.130122,0.9443313,1),(0.3385926,-0.1955562,0.9203874,1),(0.37858,-0.2501689,0.8911188,1),(0.3211303,-0.2593081,0.9108427,1),(0.3123294,-0.2496992,0.91657,1),(0.3406786,-0.2348648,0.9103717,1),(0.314248,-0.2213611,0.9231725,1),(0.2840759,-0.1684244,0.9438931,1),(0.3143544,-0.2486766,0.9161556,1),(0.3201739,-0.2483913,0.9142157,1),(0.2955447,-0.2152609,0.930761,1),(0.2408961,-0.1548343,0.9581208,1),(0.2202454,-0.07818639,0.972306,1),(0.1542748,-0.05040665,0.9867413,1),(0.263894,-0.2638394,0.9277654,1),(0.2430283,-0.278044,0.9293163,1),(0.2737726,-0.2847957,0.918662,1),(0.2795811,-0.2627748,0.9234629,1),(0.2585855,-0.3037795,0.9169797,1),(0.3086745,-0.3415639,0.8877242,1),(0.3417546,-0.3546219,0.8703143,1),(0.2948288,-0.3157827,0.9018632,1),(0.3424281,-0.329721,0.8797882,1),(0.3174945,-0.2959014,0.9009104,1),(0.3818924,-0.3694203,0.8471639,1),(0.41782,-0.38186,0.8243842,1),(0.3849826,-0.3394004,0.8582516,1),(0.3572819,-0.3026776,0.8835926,1),(0.3079887,-0.2688156,0.9126232,1),(0.3355041,-0.27226,0.9018378,1),(0.3695774,-0.3823929,0.8468696,1),(0.4194455,-0.4216417,0.8039178,1),(0.4446543,-0.4362468,0.7822859,1),(0.3972286,-0.3956724,0.8280416,1),(0.4593155,-0.460164,0.7597883,1),(0.490086,-0.4988053,0.7148489,1),(0.5174173,-0.5178191,0.6812803,1),(0.4845681,-0.4768248,0.7333702,1),(0.5046262,-0.4950816,0.7072812,1),(0.4678617,-0.4527416,0.7590326,1),(0.5371268,-0.5377388,0.6498706,1),(0.5511375,-0.5575669,0.6207789,1),(0.5203357,-0.5142781,0.6817393,1),(0.4875655,-0.4702545,0.7356226,1),(0.4269525,-0.4108569,0.8055484,1),(0.4532981,-0.426009,0.7829669,1),(0.5203422,-0.5353956,0.6652786,1),(0.5582787,-0.5672157,0.6054678,1),(0.5797583,-0.5811861,0.5710545,1),(0.5474755,-0.5542334,0.6269736,1),(0.6028478,-0.5930315,0.5337491,1),(0.6521389,-0.6109357,0.4488568,1),(0.6518615,-0.6071814,0.4543206,1),(0.6145238,-0.5988529,0.513552,1),(0.6158873,-0.6022182,0.5079529,1),(0.5909613,-0.593994,0.545835,1),(0.6412409,-0.5984812,0.4802398,1),(0.6210805,-0.5833517,0.5234118,1),(0.6095163,-0.6021686,0.5156383,1),(0.5948451,-0.6045452,0.5297965,1),(0.5652134,-0.5729741,0.5934934,1),(0.5761047,-0.5903409,0.5653328,1),(0.6806597,-0.6171762,0.3947099,1),(0.6684707,-0.6139931,0.4197135,1),(0.6432215,-0.6004854,0.4750613,1),(0.6692485,-0.6070561,0.4284732,1),(0.6022145,-0.5937963,0.533614,1),(0.4382376,-0.5203616,0.73292,1),(0.3436245,-0.4879165,0.8024086,1),(0.5518141,-0.5748951,0.6041497,1),(0.4816124,-0.5386481,0.6913086,1),(0.6026562,-0.5735307,0.5548586,1),(0.2306141,-0.4402545,0.8677517,1),(0.1022295,-0.3781318,0.92009,1),(0.3886849,-0.4819998,0.7852389,1),(0.5429726,-0.5294289,0.6518326,1),(0.6460243,-0.5879652,0.4867746,1),(0.6090959,-0.5571733,0.5644113,1),(0.1929788,-0.3977083,0.896988,1),(-0.05414144,-0.294701,0.9540545,1),(-0.1897981,-0.2381393,0.9525053,1),(0.06073164,-0.3480736,0.935498,1),(-0.2893314,-0.2247905,0.9304604,1),(-0.5136083,-0.1863393,0.8375465,1),(-0.5858864,-0.1444057,0.7974234,1),(-0.4008279,-0.1716741,0.899925,1),(-0.4996803,-0.1267919,0.8568799,1),(-0.3173151,-0.1860261,0.9298954,1),(-0.6472249,-0.1093525,0.7544149,1),(-0.696547,-0.08138753,0.7128803,1),(-0.5843624,-0.09122602,0.8063487,1),(-0.432769,-0.1409509,0.8904178,1),(-0.07612301,-0.2938945,0.9528018,1),(-0.2112161,-0.2385397,0.9478854,1),(-0.6645858,-0.1623109,0.7293702,1),(-0.7145171,-0.1472027,0.6839566,1),(-0.7342145,-0.132587,0.6658451,1),(-0.7038756,-0.1355277,0.6972743,1),(-0.688772,-0.1441732,0.7104978,1),(-0.5797886,-0.1509951,0.8006534,1),(-0.5576437,-0.1490528,0.8165885,1),(-0.6914322,-0.1379223,0.7091537,1),(-0.6869435,-0.1325637,0.7145178,1),(-0.7470669,-0.1191596,0.6539816,1),(-0.5268759,-0.1490809,0.8367656,1),(-0.4856966,-0.1511095,0.8609673,1),(-0.6730008,-0.1278113,0.728515,1),(-0.7511359,-0.1067338,0.651462,1),(-0.7351003,-0.1120197,0.6686398,1),(-0.7567892,-0.09177234,0.6471847,1),(-0.4119598,-0.1739243,0.8944492,1),(-0.2078675,-0.224613,0.9520189,1),(-0.1376649,-0.2286972,0.9637147,1),(-0.3616166,-0.1740884,0.9159294,1),(0.07202484,-0.3096673,0.9481131,1),(0.4450978,-0.4139535,0.7940595,1),(0.5081232,-0.4351042,0.7433001,1),(0.1494221,-0.3205352,0.9353771,1),(0.2295028,-0.333333,0.9144493,1),(-0.05960567,-0.2359407,0.9699377,1),(0.5653698,-0.4555823,0.6876059,1),(0.6162303,-0.4743904,0.6286604,1),(0.3102945,-0.3479872,0.8846593,1),(0.02497124,-0.2467433,0.9687591,1),(-0.3017761,-0.1772895,0.9367495,1),(-0.2322609,-0.1839374,0.9551031,1),(0.733686,-0.4690599,0.4916174,1),(0.849043,-0.4864809,0.2060638,1),(0.8533024,-0.5060277,0.125741,1),(0.7653499,-0.4941774,0.4123448,1),(0.8649223,-0.5003605,-0.03935315,1),(0.8107371,-0.5195428,-0.2697788,1),(0.7991048,-0.5217257,-0.2987204,1),(0.8535267,-0.5111681,-0.1009926,1),(0.8390566,-0.5217588,-0.1541164,1),(0.849803,-0.5243483,0.0537935,1),(0.7880721,-0.5241643,-0.3227913,1),(0.776726,-0.52649,-0.3456948,1),(0.8229398,-0.5316396,-0.2003236,1),(0.841196,-0.5406553,-0.009012106,1),(0.7867709,-0.5175055,0.3364217,1),(0.7998778,-0.537795,0.2664062,1),(0.713929,-0.5248054,-0.4635567,1),(0.6265817,-0.5117487,-0.5877999,1),(0.6412029,-0.5125545,-0.5710925,1),(0.715216,-0.5242461,-0.4622035,1),(0.5645947,-0.4949041,-0.6605322,1),(0.5310153,-0.4807051,-0.6978148,1),(0.5605983,-0.482574,-0.6729428,1),(0.5886089,-0.4969867,-0.6376078,1),(0.6161875,-0.4997902,-0.6087058,1),(0.6582555,-0.5127658,-0.5511543,1),(0.5949162,-0.4880002,-0.6386943,1),(0.6323456,-0.498674,-0.5928435,1),(0.6436935,-0.503973,-0.5759079,1),(0.673693,-0.5124958,-0.532434,1),(0.7182432,-0.5232509,-0.4586231,1),(0.7199586,-0.5216509,-0.4577554,1),(0.5276756,-0.4801175,-0.7007465,1),(0.5578127,-0.5004773,-0.6620934,1),(0.591265,-0.5091846,-0.6254094,1),(0.5603165,-0.4829231,-0.672927,1),(0.6209674,-0.5399304,-0.5682207,1),(0.7066633,-0.5868846,-0.3952132,1),(0.7261037,-0.6184466,-0.3004951,1),(0.6519415,-0.5596085,-0.5116743,1),(0.6818575,-0.5862134,-0.4375206,1),(0.6283256,-0.5255189,-0.5736172,1),(0.7340055,-0.6525188,-0.1882954,1),(0.7272431,-0.6840391,-0.05663873,1),(0.7102164,-0.6188383,-0.3356065,1),(0.6702543,-0.5514053,-0.4967005,1),(0.5980302,-0.4920549,-0.6326467,1),(0.6414383,-0.5100006,-0.5731111,1),(0.7629458,-0.6233705,-0.1712389,1),(0.7549406,-0.6531485,0.05883668,1),(0.7071959,-0.6757485,0.2079375,1),(0.7538868,-0.6559685,-0.03687965,1),(0.6764267,-0.674888,0.2949121,1),(0.5141684,-0.6763322,0.5274519,1),(0.401998,-0.6723702,0.6215432,1),(0.5908615,-0.6829959,0.4294175,1),(0.4859305,-0.6824905,0.5459656,1),(0.6333802,-0.689566,0.351181,1),(0.280642,-0.6632751,0.6937622,1),(0.1540824,-0.6507232,0.7435173,1),(0.3704433,-0.6748281,0.6382623,1),(0.5408801,-0.6928568,0.4768629,1),(0.7215464,-0.6841521,0.106333,1),(0.6666847,-0.7025744,0.2488386,1),(0.3027013,-0.645859,0.7008837,1),(0.1006826,-0.6081401,0.787419,1),(-0.01794831,-0.5964658,0.8024379,1),(0.1808799,-0.6363536,0.749891,1),(-0.08611836,-0.5786983,0.810982,1),(-0.2650717,-0.5606182,0.7845024,1),(-0.3524655,-0.5484407,0.758275,1),(-0.1929716,-0.5661525,0.8013946,1),(-0.2951681,-0.5538183,0.7785635,1),(-0.1348452,-0.5843865,0.8001933,1),(-0.4326813,-0.5367835,0.7243276,1),(-0.508467,-0.524112,0.6832042,1),(-0.395783,-0.5396897,0.7430282,1),(-0.2529899,-0.5702711,0.7815285,1),(0.05687644,-0.6249468,0.7785927,1),(-0.07041636,-0.6114261,0.7881622,1),(-0.4099213,-0.5426708,0.7331254,1),(-0.4958946,-0.5236664,0.6927208,1),(-0.4757284,-0.5322497,0.7002806,1),(-0.5442029,-0.5163786,0.6612084,1),(-0.5334262,-0.5129326,0.6725746,1),(-0.5295863,-0.5135931,0.6751003,1),(-0.5672657,-0.5084745,0.6478143,1),(-0.5502896,-0.5089518,0.6619287,1),(-0.5834698,-0.5106587,0.6314986,1),(-0.5924661,-0.5045535,0.6280205,1),(-0.5626336,-0.5044597,0.6549533,1),(-0.6095241,-0.5013899,0.6140752,1),(-0.565672,-0.4998584,0.6558633,1),(-0.6156158,-0.5052971,0.6047248,1),(-0.5327187,-0.5236499,0.6648319,1),(-0.5836074,-0.5145355,0.6282161,1),(-0.4870738,-0.5196961,0.7019082,1),(-0.3994754,-0.523769,0.7523864,1),(-0.4953929,-0.514156,0.7001639,1),(-0.3954874,-0.5178738,0.758549,1),(-0.2476224,-0.5217699,0.8163574,1),(-0.01794093,-0.4898285,0.8716341,1),(0.01917656,-0.4835279,0.8751189,1),(-0.2285126,-0.5165489,0.8252026,1),(-0.2028421,-0.509376,0.8362961,1),(-0.382669,-0.5130984,0.7683064,1),(0.05890067,-0.4758141,0.8775715,1),(0.1019818,-0.4666558,0.8785397,1),(-0.1670542,-0.5001814,0.8496537,1),(-0.3584577,-0.5053813,0.7849189,1),(-0.495658,-0.5075589,0.7047744,1),(-0.4845219,-0.5014125,0.7168152,1),(0.2354324,-0.4292559,0.8719581,1),(0.4795775,-0.354818,0.8025643,1),(0.530032,-0.3387989,0.7773554,1),(0.285975,-0.4186679,0.861937,1),(0.7351426,-0.249665,0.630264,1),(0.9562567,-0.0853088,0.2798135,1),(0.9579372,-0.080385,0.2754899,1),(0.7661346,-0.2325341,0.5991374,1),(0.7893208,-0.2217792,0.5725265,1),(0.5734484,-0.3260036,0.751584,1),(0.9568412,-0.08285434,0.27855,1),(0.9530444,-0.09276159,0.2882735,1),(0.8043813,-0.2184891,0.5524794,1),(0.6077921,-0.3178906,0.7276911,1),(0.333899,-0.4086043,0.8494434,1),(0.377268,-0.3998635,0.8353311,1),(0.9957009,0.05795636,-0.07225437,1),(0.9731768,0.09864368,-0.2078373,1),(0.9833297,0.07782425,-0.1643354,1),(0.9980713,0.04683376,-0.04074785,1),(0.9793822,0.06645729,-0.1907724,1),(0.9987974,-0.03464133,-0.03469536,1),(0.9960595,-0.08455031,0.02676927,1),(0.9895657,0.03400381,-0.1400127,1),(0.9966214,-0.002702685,-0.08208835,1),(0.9923146,0.0514962,-0.1125156,1),(0.9866272,-0.1358614,0.09004596,1),(0.9704345,-0.1866359,0.1530491,1),(0.9988936,-0.04266537,-0.01977955,1),(0.998254,0.02017815,-0.05551361,1),(0.9995672,0.02936674,-0.0017842,1),(0.9991061,0.005945176,0.04185288,1),(0.9702122,-0.1653588,0.1770447,1),(0.8993227,-0.2784685,0.3371558,1),(0.8585553,-0.3318959,0.3908041,1),(0.943696,-0.2255825,0.2419719,1),(0.8102912,-0.3761736,0.4493569,1),(0.7134619,-0.4650671,0.5241036,1),(0.6970621,-0.4748854,0.5372039,1),(0.7725743,-0.4111589,0.4838154,1),(0.7378934,-0.4413712,0.5105925,1),(0.8160606,-0.3800307,0.4354558,1),(0.68572,-0.4815803,0.5457732,1),(0.6795978,-0.4850764,0.550316,1),(0.7072353,-0.4665723,0.5311577,1),(0.773893,-0.421923,0.4723035,1),(0.9106634,-0.2828967,0.3011008,1),(0.8730658,-0.3353031,0.3540169,1),(0.6509236,-0.5192822,0.553755,1),(0.6727748,-0.5156568,0.5305395,1),(0.7010248,-0.4949982,0.5133623,1),(0.6615832,-0.509411,0.55028,1),(0.7952881,-0.4299271,0.4274101,1),(0.9731777,-0.1698342,0.155182,1),(0.9882835,-0.1282776,0.08270851,1),(0.8295953,-0.4001445,0.3894303,1),(0.8638958,-0.3656871,0.3463479,1),(0.7322888,-0.4701193,0.4926874,1),(0.9963452,-0.08530858,0.004338679,1),(0.9960462,-0.04259833,-0.07795677,1),(0.896597,-0.32754,0.298046,1),(0.7656695,-0.4415414,0.4677514,1),(0.6766088,-0.4964397,0.5438274,1),(0.6957181,-0.480523,0.5339232,1),(0.9696395,0.1505571,-0.1926956,1),(0.8284523,0.3407068,-0.444506,1),(0.7646773,0.371381,-0.5266353,1),(0.9391742,0.1935798,-0.2836877,1),(0.6330057,0.4388912,-0.6377134,1),(0.3734468,0.4685918,-0.8005993,1),(0.2954049,0.4664684,-0.8337525,1),(0.5539297,0.4530508,-0.6985032,1),(0.4707956,0.4598595,-0.7529147,1),(0.691315,0.3942659,-0.6055063,1),(0.2201024,0.4604587,-0.859961,1),(0.148673,0.4515657,-0.879764,1),(0.3859333,0.460007,-0.7996556,1),(0.6105461,0.4090224,-0.6781844,1),(0.8968928,0.2318481,-0.3766029,1),(0.8434359,0.2639039,-0.4679431,1),(0.0973362,0.4392933,-0.893055,1),(-0.1022343,0.3856554,-0.9169613,1),(-0.1474252,0.3734849,-0.9158465,1),(0.03391039,0.4275146,-0.9033722,1),(-0.2340265,0.332389,-0.9136461,1),(-0.316746,0.2796528,-0.9063478,1),(-0.2607727,0.32655,-0.9084947,1),(-0.3225718,0.283901,-0.902966,1),(-0.1843769,0.3650049,-0.912566,1),(-0.2798845,0.32407,-0.9036832,1),(-0.3232413,0.2914728,-0.9003104,1),(-0.2919723,0.3254944,-0.8993362,1),(-0.3184086,0.3020949,-0.8985291,1),(-0.2140517,0.3609616,-0.9076831,1),(-0.02094523,0.413626,-0.9102059,1),(-0.06990283,0.4042605,-0.9119688,1),(-0.3458522,0.2445711,-0.9058538,1),(-0.3061833,0.2460076,-0.919637,1),(-0.2790986,0.2682072,-0.9220461,1),(-0.3338838,0.2622425,-0.9054007,1),(-0.1862477,0.2865412,-0.9397904,1),(0.03247319,0.3589345,-0.9327977,1),(0.07815823,0.3743671,-0.9239808,1),(-0.1473951,0.3087728,-0.9396456,1),(-0.1079491,0.3302469,-0.9377015,1),(-0.2496945,0.29038,-0.9237597,1),(0.1222087,0.3879461,-0.9135441,1),(0.1650711,0.3998097,-0.9016118,1),(-0.06723634,0.3507785,-0.9340417,1),(-0.2173876,0.3127747,-0.9246159,1),(-0.3175289,0.2794916,-0.9061235,1),(-0.2970673,0.2981262,-0.9071228,1),(0.2209957,0.4162753,-0.8819727,1),(0.2638791,0.4466144,-0.8549289,1),(0.3099213,0.4502143,-0.8374102,1),(0.2675721,0.4229069,-0.8657683,1),(0.1672182,0.4594766,-0.8723069,1),(-0.09775927,0.433311,-0.8959267,1),(0.2121137,0.4648133,-0.8596257,1),(-0.05823319,0.4399504,-0.896132,1),(0.2542107,0.4634514,-0.8488755,1),(0.3529048,0.4480992,-0.8213801,1),(-0.02153363,0.4440628,-0.8957368,1),(0.2922054,0.4617582,-0.8374935,1),(0.01206737,0.446782,-0.8945615,1),(0.3916642,0.4460966,-0.8047342,1),(0.3108433,0.4271949,-0.8490471,1),(0.3511042,0.4296245,-0.8319547,1),(-0.3857998,0.3610245,-0.8490111,1),(-0.5485177,0.2991983,-0.7807744,1),(-0.3566901,0.3703862,-0.8576632,1),(-0.5265172,0.3097448,-0.7917309,1),(-0.6251205,0.2630386,-0.7348707,1),(-0.6463189,0.2519934,-0.7202578,1),(-0.6075937,0.2752467,-0.7450296,1),(-0.6318381,0.2638545,-0.7288081,1),(-0.5043425,0.319439,-0.8022453,1),(-0.5882873,0.2877576,-0.7557206,1),(-0.6135755,0.277266,-0.7393569,1),(-0.5930081,0.291993,-0.7503875,1),(-0.5679604,0.2982569,-0.7671139,1),(-0.4826396,0.3282218,-0.8119911,1),(-0.3289184,0.3777663,-0.8655087,1),(-0.3028663,0.3834634,-0.8724837,1),(-0.6376376,0.2566765,-0.7263164,1),(-0.6144825,0.2683218,-0.7418993,1),(-0.6275668,0.2695869,-0.730399,1),(-0.6118197,0.2790771,-0.7401302,1),(-0.5754088,0.286643,-0.7659899,1),(-0.5184233,0.3109472,-0.7965859,1),(-0.5839656,0.2930348,-0.7570435,1),(-0.5429376,0.3110431,-0.7800455,1),(-0.6015272,0.2935202,-0.7429743,1),(-0.5832477,0.3037942,-0.7533466,1),(-0.5563287,0.3158067,-0.7686121,1),(-0.5747517,0.3174746,-0.7542351,1),(-0.5595241,0.324125,-0.762808,1),(-0.5853771,0.3100929,-0.7491168,1),(-0.6115985,0.2852096,-0.7379721,1),(-0.5914919,0.3020606,-0.747594,1),(-0.4409178,0.3429364,-0.8294492,1),(-0.3352472,0.3844286,-0.8601303,1),(-0.4834006,0.3353762,-0.8086078,1),(-0.395834,0.3681876,-0.8412808,1),(-0.1902315,0.4339317,-0.8806335,1),(0.003278257,0.4848217,-0.8746068,1),(-0.2710712,0.4078393,-0.8718873,1),(-0.1009337,0.4490415,-0.8877917,1),(-0.4428782,0.3575635,-0.8221967,1),(-0.3384008,0.388794,-0.8569272,1),(-0.1927843,0.4222938,-0.8857213,1),(-0.3890185,0.3767094,-0.840687,1),(-0.2663543,0.4045168,-0.8748837,1),(-0.4751243,0.3522379,-0.8063406,1),(-0.5131488,0.3327224,-0.7911853,1),(-0.5302176,0.3342739,-0.7791855,1),(0.2052908,0.5360523,-0.8188428,1),(0.3799703,0.6014475,-0.7027684,1),(0.08455896,0.4931519,-0.8658239,1),(0.2612764,0.5515255,-0.7921832,1),(0.5333669,0.6843743,-0.4971436,1),(0.6387939,0.7549762,-0.1481662,1),(0.4414896,0.6272501,-0.641595,1),(0.6165269,0.699944,-0.3605177,1),(0.1454796,0.5094938,-0.8480871,1),(0.3393092,0.5718623,-0.7468887,1),(0.5570901,0.6315193,-0.5392903,1),(0.2358547,0.5250741,-0.8177223,1),(0.469685,0.5667341,-0.676911,1),(0.04156012,0.4774118,-0.8776962,1),(-0.02684103,0.4599518,-0.8875381,1),(-0.1206955,0.4368193,-0.8914155,1),(0.6344628,0.7359648,0.2362473,1),(0.5561338,0.6833092,0.4730791,1),(0.7061513,0.708061,-5.373843e-5,1),(0.6753118,0.6824152,0.2797561,1),(0.4684188,0.6564431,0.591326,1),(0.3868909,0.6659205,0.6378598,1),(0.5826334,0.6694263,0.460876,1),(0.4585072,0.6820427,0.569727,1),(0.7541505,0.6551222,0.04551801,1),(0.690371,0.666465,0.2814469,1),(0.5523407,0.6908807,0.4664798,1),(0.7629898,0.6432007,0.0643383,1),(0.6546083,0.6860227,0.3175859,1),(0.7690868,0.6085145,-0.1954883,1),(0.7192284,0.6520703,-0.2398228,1),(0.6725771,0.5871853,-0.4503927,1),(0.3382428,0.6974305,0.6318088,1),(0.3551812,0.7221283,0.5936136,1),(0.365602,0.6983732,0.6153131,1),(0.3537807,0.7097182,0.6092119,1),(0.435353,0.7406587,0.5117545,1),(0.5759451,0.7320178,0.3639192,1),(0.418746,0.7195227,0.5540206,1),(0.5559291,0.7103027,0.4317556,1),(0.3905033,0.693956,0.6049233,1),(0.4356989,0.6962039,0.5704967,1),(0.5551346,0.6917853,0.4617994,1),(0.5998355,0.6481135,0.4691975,1),(0.5030876,0.6592092,0.5588793,1),(0.4766293,0.6698175,0.5693585,1),(0.4261293,0.6997741,0.5733499,1),(0.5249836,0.6933916,0.4935586,1),(0.7093455,0.6826624,0.1755021,1),(0.7837434,0.6210523,0.006341637,1),(0.693257,0.6688081,0.268497,1),(0.7775099,0.6169936,0.1216435,1),(0.8145862,0.5637539,-0.1364951,1),(0.815723,0.5178653,-0.257704,1),(0.8231552,0.5678035,-0.003823237,1),(0.8426266,0.5267596,-0.1118245,1),(0.7677989,0.6070725,0.2048117,1),(0.8163645,0.5685407,0.1015404,1),(0.8429229,0.5378057,0.01568389,1),(0.8097345,0.559229,0.1777444,1),(0.8278749,0.5485395,0.1171644,1),(0.7719885,0.5816301,0.2563988,1),(0.6863022,0.6489546,0.328401,1),(0.7041439,0.6204124,0.3453548,1),(0.7985725,0.4832217,-0.3588575,1),(0.7722626,0.4609482,-0.4371926,1),(0.844758,0.4931832,-0.2077365,1),(0.8347182,0.4666332,-0.2924018,1),(0.7417451,0.4534906,-0.494126,1),(0.7099385,0.4617979,-0.5317237,1),(0.815589,0.4491772,-0.3647663,1),(0.7900423,0.441904,-0.4249164,1),(0.8626058,0.485411,-0.1424347,1),(0.8606992,0.4587558,-0.2207712,1),(0.8514029,0.4323057,-0.2970266,1),(0.8658851,0.4938185,-0.07991351,1),(0.8781456,0.450278,-0.1615862,1),(0.8519242,0.523634,-0.005710853,1),(0.8567235,0.5118931,-0.06316973,1),(0.8386925,0.5412768,0.06011946,1),(0.6948497,0.4651348,-0.5484828,1),(0.7107236,0.4415504,-0.5476359,1),(0.7817531,0.4015427,-0.4771014,1),(0.7742031,0.4302214,-0.4642403,1),(0.7558081,0.4001006,-0.5183375,1),(0.8234065,0.3313515,-0.4606603,1),(0.85836,0.2995347,-0.4165298,1),(0.8111934,0.3568566,-0.4632694,1),(0.86432,0.3254746,-0.3834282,1),(0.8480424,0.3642232,-0.3849227,1),(0.8919737,0.2802058,-0.3547782,1),(0.9071136,0.3093067,-0.2854369,1),(0.9213922,0.2774448,-0.2721409,1),(0.8965949,0.3491651,-0.2723995,1),(0.8446523,0.3989953,-0.3568827,1),(0.8882053,0.3968079,-0.2315921,1),(0.8711506,0.2752589,-0.4066072,1),(0.8769557,0.2762333,-0.3932478,1),(0.888544,0.2645301,-0.374851,1),(0.8906938,0.2582039,-0.3741593,1),(0.8435723,0.3366631,-0.4183824,1),(0.7532291,0.4503609,-0.4793963,1),(0.853128,0.3317317,-0.4026497,1),(0.7649089,0.4423148,-0.4682651,1),(0.9007643,0.2711771,-0.3392441,1),(0.8634335,0.3376549,-0.3747955,1),(0.7817962,0.4392517,-0.4425524,1),(0.8802877,0.3491359,-0.3212437,1),(0.8109108,0.4361509,-0.3901232,1),(0.9151737,0.292491,-0.2773197,1),(0.9090866,0.2549656,-0.3294752,1),(0.9273099,0.268578,-0.2606955,1),(0.6401471,0.5546883,-0.531538,1),(0.5724464,0.6064548,-0.5518311,1),(0.6557553,0.5429667,-0.5245686,1),(0.5887613,0.5941172,-0.5480738,1),(0.5587106,0.6191484,-0.5518131,1),(0.5981954,0.5971262,-0.5344178,1),(0.5729722,0.6079611,-0.5496236,1),(0.6081027,0.5888823,-0.5323802,1),(0.6212707,0.577015,-0.5301664,1),(0.6047788,0.5892708,-0.5357262,1),(0.6339631,0.5708915,-0.5217028,1),(0.6607879,0.5577068,-0.5023171,1),(0.6823935,0.5362691,-0.496744,1),(0.6767024,0.5507967,-0.488566,1),(0.683206,0.5302686,-0.5020406,1),(0.7293769,0.5125439,-0.4531095,1),(0.6593835,0.5554081,-0.5066906,1),(0.7133139,0.511336,-0.4792897,1),(0.6664005,0.548945,-0.504549,1),(0.7223508,0.5011826,-0.476472,1),(0.760821,0.4651406,-0.4525435,1),(0.802665,0.4167891,-0.4266331,1),(0.77584,0.4447221,-0.4475427,1),(0.8262384,0.3786122,-0.4171126,1),(0.7408897,0.4796318,-0.4701443,1),(0.7963892,0.4137798,-0.4410787,1),(0.8512302,0.3339417,-0.4048334,1),(0.8760571,0.2827325,-0.3906228,1),(0.8241909,0.3683035,-0.430188,1),(0.7727765,0.4382699,-0.4590598,1),(0.6862735,0.5312057,-0.4968392,1),(0.7246771,0.4929705,-0.4814801,1),(0.8323219,0.379676,-0.4038399,1),(0.8450409,0.3693631,-0.3866224,1),(0.8611348,0.3264646,-0.3897021,1),(0.8733561,0.3147732,-0.3717081,1),(0.8422383,0.3865816,-0.3757516,1),(0.8227873,0.4306646,-0.3708759,1),(0.8652126,0.3445386,-0.3642802,1),(0.8331321,0.4144905,-0.3661811,1),(0.8981178,0.2598703,-0.3547559,1),(0.8857391,0.302908,-0.3517286,1),(0.8430877,0.3981056,-0.3615455,1),(0.9016465,0.2671512,-0.3400936,1),(0.851798,0.3819269,-0.3585694,1),(0.917062,0.2119284,-0.3377627,1),(0.887907,0.2711642,-0.3716061,1),(0.9093581,0.2175895,-0.354574,1),(0.7983488,0.4772276,-0.3672777,1),(0.784471,0.5043373,-0.3609004,1),(0.7931371,0.4852148,-0.3681033,1),(0.7707855,0.5229921,-0.3638256,1),(0.7825012,0.513361,-0.3523526,1),(0.7926614,0.5048411,-0.3417942,1),(0.7692836,0.5311409,-0.3550943,1),(0.7887354,0.5106842,-0.3421961,1),(0.758401,0.5383288,-0.3674643,1),(0.758054,0.5447718,-0.3585776,1),(0.7872764,0.5122408,-0.3432276,1),(0.7524332,0.5512062,-0.3605771,1),(0.7886711,0.5088211,-0.3451074,1),(0.7512225,0.5459475,-0.3709529,1),(0.7886194,0.4914333,-0.3695574,1),(0.7868541,0.4922308,-0.3722492,1),(0.81128,0.4824744,-0.3302171,1),(0.8343222,0.4496541,-0.3189322,1),(0.8185773,0.4718735,-0.3275156,1),(0.8488518,0.4250774,-0.3142609,1),(0.8608087,0.4055849,-0.3074233,1),(0.8892621,0.3494647,-0.2951055,1),(0.87875,0.3696058,-0.3019768,1),(0.9071036,0.3048566,-0.2902163,1),(0.8647603,0.3956528,-0.3092709,1),(0.8969976,0.3283897,-0.2958977,1),(0.9241984,0.2546597,-0.284615,1),(0.9123188,0.2887626,-0.2903288,1),(0.9379483,0.2056093,-0.279245,1),(0.8788612,0.3668816,-0.3049603,1),(0.828084,0.4568067,-0.3249685,1),(0.8377115,0.4401945,-0.3232156,1),(0.912874,0.2946734,-0.2825393,1),(0.9280919,0.2560135,-0.2703746,1),(0.9281395,0.2467269,-0.2787165,1),(0.9399126,0.2124467,-0.2672655,1),(0.9369969,0.2341057,-0.2592903,1),(0.9408498,0.2290833,-0.2496449,1),(0.9450344,0.2025554,-0.2566737,1),(0.9443501,0.2170081,-0.2472056,1),(0.9504818,0.1644281,-0.2637191,1),(0.9524703,0.1683193,-0.2539075,1),(0.9477089,0.2047913,-0.2447624,1),(0.9586517,0.1339498,-0.2510862,1),(0.9507419,0.1932067,-0.2424065,1),(0.958596,0.1161911,-0.2599873,1),(0.9420273,0.1933299,-0.2742409,1),(0.9527043,0.1401499,-0.269653,1),(0.9444811,0.2229343,-0.2413629,1),(0.9519297,0.1972677,-0.2343404,1),(0.9436109,0.2290726,-0.2390068,1),(0.9492269,0.212056,-0.2323801,1),(0.9617651,0.1515474,-0.2281256,1),(0.9712959,0.08525091,-0.2220732,1),(0.9597982,0.1653146,-0.2268448,1),(0.9712158,0.08782924,-0.2214178,1),(0.9454782,0.2302429,-0.2303459,1),(0.9568649,0.1829534,-0.225694,1),(0.9706969,0.09373329,-0.2212729,1),(0.9531589,0.2024634,-0.2247147,1),(0.9698468,0.1013754,-0.2216304,1),(0.9409065,0.2501181,-0.2283325,1),(0.9421768,0.237337,-0.2365883,1),(0.9402892,0.2469747,-0.2342213,1),(0.9760986,0.02118048,-0.2162938,1),(0.9771915,-0.01733326,-0.2116511,1),(0.9763938,0.01074802,-0.2157301,1),(0.9769011,-0.03398093,-0.2109728,1),(0.9774926,-0.03062753,-0.2087348,1),(0.9780041,-0.01901557,-0.2077172,1),(0.9770002,-0.04695802,-0.2080038,1),(0.9779112,-0.02871594,-0.2070388,1),(0.9762473,-0.04867949,-0.2111193,1),(0.976182,-0.06143677,-0.208073,1),(0.9776538,-0.03639125,-0.2070477,1),(0.9750192,-0.07558832,-0.208864,1),(0.9771878,-0.04456444,-0.2076489,1),(0.9752635,-0.06248099,-0.212031,1),(0.9764056,0.002717934,-0.2159278,1),(0.9761968,-0.003990637,-0.2168503,1),(0.9781834,-0.0004610898,-0.2077423,1),(0.9780535,0.006858072,-0.2082407,1),(0.9783175,-0.00253425,-0.207095,1),(0.9781765,0.00807179,-0.2076185,1),(0.9778574,0.002909623,-0.2092522,1),(0.9774621,-0.01233168,-0.2107506,1),(0.9779763,0.003087835,-0.208693,1),(0.977484,-0.01750836,-0.210282,1),(0.9782005,0.01147781,-0.2073455,1),(0.9780386,0.005261396,-0.2083574,1),(0.9774894,-0.02105208,-0.2099317,1),(0.9780673,0.007100068,-0.2081685,1),(0.9774967,-0.02347067,-0.2096413,1),(0.9781722,0.01380272,-0.2073368,1),(0.978346,-0.002395943,-0.2069626,1),(0.9782827,-0.003385755,-0.2072475,1),(0.9767405,-0.02782639,-0.2126122,1),(0.9761272,-0.03244714,-0.214762,1),(0.9764168,-0.03948393,-0.2122527,1),(0.975487,-0.04851506,-0.2146422,1),(0.975768,-0.02620286,-0.2172337,1),(0.9754651,-0.009102769,-0.2199664,1),(0.9750361,-0.04463406,-0.217514,1),(0.9749147,-0.02786472,-0.2208279,1),(0.9747005,-0.06299169,-0.2144551,1),(0.9741133,-0.06088592,-0.2177067,1),(0.9741628,-0.0434586,-0.2216264,1),(0.9734554,-0.07028278,-0.2178187,1),(0.973684,-0.05016385,-0.222313,1),(0.9740848,-0.07257529,-0.2142238,1),(0.9760243,-0.04973513,-0.2119033,1),(0.9757022,-0.05700235,-0.2115567,1),(0.9748322,0.01390977,-0.2225055,1),(0.9737742,0.03790938,-0.2243358,1),(0.9746163,-0.002461462,-0.2238688,1),(0.9737841,0.02737483,-0.2258212,1),(0.9722176,0.06294231,-0.2254576,1),(0.9700792,0.08904766,-0.2258693,1),(0.9720287,0.06173848,-0.2266025,1),(0.9688779,0.1006852,-0.2261374,1),(0.9735876,0.02111997,-0.2273348,1),(0.9715726,0.064442,-0.2278024,1),(0.967192,0.1152182,-0.2264164,1),(0.9705813,0.07479649,-0.2288615,1),(0.9647808,0.1335662,-0.2266236,1),(0.9731891,0.02460871,-0.2286861,1),(0.9741952,-0.01479475,-0.2252214,1),(0.9738804,-0.01698621,-0.2264255,1),(0.9673296,0.1156152,-0.2256247,1),(0.9638377,0.1420124,-0.225498,1),(0.9641801,0.140394,-0.2250475,1),(0.9581662,0.1770083,-0.2249126,1),(0.9598421,0.1682019,-0.2245243,1),(0.9551976,0.194185,-0.2233602,1),(0.9439781,0.240934,-0.2255132,1),(0.9513875,0.2105046,-0.2248323,1),(0.9408984,0.2536546,-0.2244317,1),(0.9510897,0.2130513,-0.2236911,1),(0.9299571,0.288836,-0.2274943,1),(0.9291793,0.2932088,-0.2250658,1),(0.9143131,0.3338138,-0.2293469,1),(0.9430851,0.2464706,-0.223255,1),(0.9600931,0.166927,-0.224403,1),(0.9552611,0.1933022,-0.2238539,1),(0.9490837,0.222452,-0.2230585,1),(0.9402425,0.2552757,-0.2253408,1),(0.9258791,0.2998901,-0.2298126,1),(0.9356934,0.270172,-0.2269024,1),(0.9281856,0.2924782,-0.2300608,1),(0.9123144,0.3336838,-0.2373552,1),(0.9014402,0.3602915,-0.2399905,1),(0.914434,0.3299153,-0.2344489,1),(0.9003078,0.3644952,-0.2378845,1),(0.9092685,0.3441826,-0.234028,1),(0.8928689,0.380234,-0.241262,1),(0.886356,0.395419,-0.2408669,1),(0.8866631,0.3940432,-0.2419891,1),(0.8911439,0.3859694,-0.2385164,1),(0.9192889,0.3189767,-0.2305683,1),(0.9007052,0.3655412,-0.2347549,1),(0.8960611,0.3712536,-0.2434032,1),(0.8835305,0.3974777,-0.2477607,1),(0.8890213,0.3867699,-0.245051,1),(0.8797232,0.4053931,-0.2484822,1),(0.8757207,0.4130323,-0.2500352,1),(0.8730301,0.4181496,-0.2509374,1),(0.8740656,0.4165752,-0.2499488,1),(0.8720446,0.4200565,-0.2511793,1),(0.8828432,0.4004376,-0.2454333,1),(0.8806256,0.4059333,-0.24437,1),(0.8793554,0.4069812,-0.2471846,1),(0.8933966,0.3819222,-0.2365968,1),(0.8927892,0.3824422,-0.2380449,1),(0.8912324,0.3843658,-0.2407653,1),(0.8869748,0.3918974,-0.24432,1),(0.8892204,0.3882045,-0.2420422,1),(0.2108978,-0.148315,-0.9661909,1),(0.2072023,-0.1311973,-0.969461,1),(0.2221119,-0.1186301,-0.9677774,1),(0.1024209,-0.09395654,-0.990294,1),(0.1174995,-0.08668586,-0.9892823,1),(0.1092587,-0.09326239,-0.9896285,1),(0.2452106,-0.09702935,-0.964602,1),(0.2761602,-0.0669186,-0.9587791,1),(0.1419984,-0.07430103,-0.9870744,1),(0.1755952,-0.05669098,-0.9828289,1),(0.009004274,-0.06034656,-0.9981369,1),(0.03497611,-0.053552,-0.9979523,1),(0.0713244,-0.04318095,-0.9965181,1),(-0.05692726,-0.03251817,-0.9978485,1),(-0.02099199,-0.0211154,-0.9995567,1),(-0.08185832,-0.03994037,-0.9958433,1),(0.005662329,-0.05521381,-0.9984585,1),(-0.006049008,-0.06360714,-0.9979567,1),(-0.09492986,-0.04322395,-0.9945451,1),(-0.08052813,-0.03612669,-0.9960974,1),(0.3070807,-0.04409884,-0.9506612,1),(0.3325483,-0.04036868,-0.9422218,1),(0.2099068,-0.04492535,-0.9766886,1),(0.2398763,-0.04805622,-0.9696134,1),(0.353065,-0.05582014,-0.9339321,1),(0.3685503,-0.09078487,-0.9251642,1),(0.2657999,-0.06603342,-0.961764,1),(0.287649,-0.09895425,-0.9526102,1),(0.1417838,-0.04670199,-0.9887953,1),(0.1707904,-0.07056635,-0.9827771,1),(0.1959527,-0.1090516,-0.9745308,1),(0.08206151,-0.05685125,-0.9950044,1),(0.1095447,-0.1064826,-0.9882618,1),(0.05156534,-0.02625405,-0.9983244,1),(0.10881,-0.03758051,-0.993352,1),(0.01741526,-0.01459387,-0.9997419,1),(0.3589574,-0.1483872,-0.921483,1),(0.2968211,-0.2416555,-0.9238506,1),(0.2885183,-0.1533968,-0.9451066,1),(0.2478446,-0.2427755,-0.9378877,1),(0.1517461,-0.3856063,-0.9100994,1),(-0.1144197,-0.5743441,-0.8105783,1),(0.149188,-0.377347,-0.913976,1),(-0.02879951,-0.5554628,-0.8310425,1),(0.1857226,-0.2595555,-0.9477015,1),(0.1307421,-0.3862205,-0.9130937,1),(0.03118542,-0.5472457,-0.8363908,1),(0.1083409,-0.3993966,-0.9103541,1),(0.06750137,-0.5574857,-0.8274378,1),(0.1264115,-0.2754652,-0.9529634,1),(0.2051207,-0.1690406,-0.9640284,1),(0.1261409,-0.178639,-0.9757953,1),(-0.3765333,-0.7026157,-0.6037829,1),(-0.5152114,-0.745306,-0.4231739,1),(-0.2136082,-0.7060767,-0.6751499,1),(-0.3189574,-0.7989565,-0.509838,1),(-0.5691028,-0.7663044,-0.2981604,1),(-0.5779206,-0.7824941,-0.2317559,1),(-0.3695525,-0.8814548,-0.2940555,1),(-0.3668482,-0.8493111,-0.379596,1),(-0.1646959,-0.8759498,-0.4534173,1),(-0.1369781,-0.8088077,-0.5718978,1),(-0.156219,-0.9285908,-0.3366223,1),(0.01202533,-0.9319233,-0.3624557,1),(-0.002541327,-0.8724928,-0.4886203,1),(0.00256854,-0.7904392,-0.6125352,1),(-0.07038876,-0.7044692,-0.7062355,1),(0.0246721,-0.6900094,-0.7233797,1),(-0.5432309,-0.8183126,-0.1877889,1),(-0.4550654,-0.8848076,-0.1001543,1),(-0.2360763,-0.9673904,-0.09178119,1),(-0.325726,-0.9220955,-0.2089082,1),(-0.2868049,-0.9570921,0.04144465,1),(-0.02444864,-0.9729314,0.2297973,1),(0.1132108,-0.9621045,0.248069,1),(-0.08915627,-0.9939406,0.06429122,1),(0.07397623,-0.9943671,0.07590564,1),(-0.03778183,-0.9957598,-0.08387521,1),(0.2169259,-0.9434122,0.2508316,1),(0.2874871,-0.9288127,0.2337908,1),(0.1884717,-0.9797523,0.06755643,1),(0.107557,-0.9901969,-0.08911563,1),(-0.1134155,-0.9687964,-0.2203869,1),(0.04871443,-0.9715409,-0.2318083,1),(0.226753,-0.8936465,0.3872714,1),(0.3900767,-0.7759829,0.495672,1),(0.4271765,-0.7433486,0.5147359,1),(0.3011388,-0.8644167,0.4026154,1),(0.4923384,-0.648393,0.5806803,1),(0.5545371,-0.5097188,0.6577806,1),(0.561941,-0.4722537,0.6791162,1),(0.509721,-0.6137012,0.6029554,1),(0.5146698,-0.5937672,0.6185105,1),(0.4465245,-0.7266418,0.5221182,1),(0.5611595,-0.4426641,0.6993916,1),(0.5563055,-0.4201907,0.7169129,1),(0.5147804,-0.5879623,0.6239403,1),(0.4569707,-0.7260183,0.5138825,1),(0.3505575,-0.8452656,0.403281,1),(0.3824662,-0.8396482,0.3856299,1),(0.5883648,-0.3724133,0.7177293,1),(0.6056465,-0.2622215,0.751287,1),(0.6027584,-0.2236757,0.7659317,1),(0.5897809,-0.333143,0.7356455,1),(0.6140063,-0.1821035,0.7680069,1),(0.6186345,-0.1305883,0.7747504,1),(0.6123476,-0.1017914,0.7840082,1),(0.6085851,-0.1470333,0.7797471,1),(0.5995162,-0.1054917,0.79338,1),(0.5954888,-0.1800102,0.7829364,1),(0.6032619,-0.06781308,0.794655,1),(0.5886317,-0.02781831,0.8079225,1),(0.583716,-0.05679488,0.8099691,1),(0.5816514,-0.1304371,0.8029121,1),(0.5856723,-0.2934899,0.7555472,1),(0.5762764,-0.2525441,0.777256,1),(0.6216207,-0.09428056,0.7776239,1),(0.6232969,-0.06104821,0.7795987,1),(0.6167732,-0.04388922,0.7859164,1),(0.6153359,-0.07224292,0.7849476,1),(0.6238497,-0.03090498,0.7809331,1),(0.6240217,-0.003621265,0.7813987,1),(0.6156984,0.009573948,0.7879237,1),(0.6169422,-0.01660448,0.7868332,1),(0.6092906,-0.0002765908,0.7929469,1),(0.6085802,-0.02481269,0.7931044,1),(0.6056783,0.02467979,0.7953268,1),(0.5983019,0.01727013,0.8010846,1),(0.5938141,0.04102689,0.8035555,1),(0.5973697,-0.003127946,0.8019599,1),(0.6069504,-0.04708594,0.7933437,1),(0.5945039,-0.01788649,0.8038937,1),(0.6216232,0.02532494,0.7829069,1),(0.6213216,0.0634342,0.7809837,1),(0.6141241,0.03648944,0.7883654,1),(0.6139948,0.06655049,0.7864994,1),(0.618486,0.1094312,0.7781388,1),(0.6137282,0.163929,0.7723114,1),(0.614988,0.09984929,0.7821892,1),(0.6168571,0.1365144,0.7751459,1),(0.6044152,0.07306623,0.7933117,1),(0.608615,0.09420357,0.7878537,1),(0.6160774,0.113421,0.7794769,1),(0.5983697,0.09442178,0.7956371,1),(0.6091511,0.1001723,0.7867022,1),(0.59227,0.08267366,0.801487,1),(0.6034544,0.04992102,0.7958333,1),(0.5908037,0.0648944,0.8042013,1),(0.6101451,0.2040262,0.7655692,1),(0.6127907,0.2069242,0.762673,1),(0.6195957,0.1611327,0.7682041,1),(0.6241097,0.1587434,0.7650409,1),(0.6219391,0.172386,0.7638553,1),(0.6350613,0.09947817,0.7660295,1),(0.630246,0.1292195,0.7655667,1),(0.6363822,0.07234862,0.7679737,1),(0.6292094,0.1169071,0.7683933,1),(0.6321768,0.09452681,0.7690365,1),(0.631886,0.05611445,0.7730274,1),(0.6241366,0.07523506,0.7776845,1),(0.6182908,0.05281154,0.7841731,1),(0.6244066,0.09061617,0.7758254,1),(0.6237666,0.1232069,0.771839,1),(0.6193792,0.09893882,0.7788327,1),(0.6375654,0.01189758,0.7703044,1),(0.6189785,-0.06652263,0.7825856,1),(0.6312943,0.007852443,0.7755036,1),(0.6059446,-0.04520469,0.7942215,1),(0.5719456,-0.1382838,0.8085517,1),(0.5013663,-0.2037904,0.8408932,1),(0.4874569,-0.1196883,0.8649049,1),(0.5554914,-0.08890267,0.8267561,1),(0.5847003,-0.01704362,0.8110704,1),(0.5303423,-0.0381788,0.8469235,1),(0.4586546,-0.04413521,0.8875179,1),(0.4321346,0.01666587,0.9016551,1),(0.5110441,0.01381121,0.8594435,1),(0.5648901,0.01730857,0.8249845,1),(0.6200547,0.01538342,0.7844078,1),(0.6008945,0.03123486,0.7987178,1),(0.4257994,-0.2336663,0.8741252,1),(0.3175097,-0.2034871,0.9261645,1),(0.2873632,-0.08580464,0.9539706,1),(0.39615,-0.1255692,0.909559,1),(0.1782106,-0.1003174,0.9788653,1),(0.005364171,0.08215632,0.996605,1),(0.0002114816,0.147293,0.9890929,1),(0.155497,0.004938422,0.987824,1),(0.1380863,0.0777073,0.9873671,1),(0.2570992,0.005102511,0.9663716,1),(0.006625246,0.1818534,0.9833034,1),(0.02560329,0.1952372,0.9804218,1),(0.1351404,0.1217505,0.9833178,1),(0.2396113,0.06701803,0.9685531,1),(0.3631323,-0.03491933,0.9310831,1),(0.3383861,0.0320214,0.9404624,1),(-0.1246323,0.2396664,0.9628223,1),(-0.1641305,0.2908127,0.942597,1),(-0.1558038,0.2936451,0.9431319,1),(-0.117685,0.2642494,0.9572473,1),(-0.127454,0.2530434,0.9590227,1),(-0.01240657,0.1226104,0.9923774,1),(-0.01386323,0.1129888,0.9934996,1),(-0.1225565,0.2454819,0.9616229,1),(-0.09092762,0.2159986,0.9721506,1),(-0.1235283,0.2729974,0.954051,1),(0.009874549,0.08464712,0.996362,1),(0.04700997,0.04752582,0.9977632,1),(-0.04584637,0.177078,0.9831284,1),(-0.07869249,0.2416318,0.967172,1),(-0.09219305,0.2628917,0.9604105,1),(-0.05512612,0.2477173,0.9672627,1),(0.123782,-0.03539306,0.991678,1),(0.2206798,-0.1458441,0.9643806,1),(0.2142077,-0.151921,0.9649016,1),(0.117414,-0.04315018,0.9921452,1),(0.2847203,-0.2138299,0.9344577,1),(0.3243046,-0.2476391,0.912963,1),(0.3268499,-0.2482872,0.9118786,1),(0.2815058,-0.2177175,0.9345339,1),(0.2860769,-0.2284879,0.9305661,1),(0.221453,-0.1675887,0.9606625,1),(0.3312017,-0.2542171,0.9086688,1),(0.3406166,-0.2697436,0.9006768,1),(0.2983623,-0.2480105,0.9216674,1),(0.2388582,-0.1916433,0.9519557,1),(0.1308406,-0.06460018,0.9892965,1),(0.1564666,-0.0944782,0.9831542,1),(0.3532743,-0.2715046,0.8952555,1),(0.3829521,-0.3036101,0.8724498,1),(0.3957922,-0.3024026,0.8671224,1),(0.3619813,-0.2695761,0.8923554,1),(0.4129877,-0.3437846,0.8433583,1),(0.4427349,-0.391594,0.8066226,1),(0.4575543,-0.4018036,0.79322,1),(0.4279282,-0.3466506,0.834692,1),(0.4359774,-0.3542651,0.8272969,1),(0.4025826,-0.3056292,0.8628546,1),(0.4663565,-0.4172795,0.7799934,1),(0.4726408,-0.4423843,0.7621725,1),(0.4427988,-0.3726707,0.8155034,1),(0.4097795,-0.3199064,0.8542485,1),(0.3674723,-0.272226,0.8893014,1),(0.3754447,-0.2854873,0.8817813,1),(0.4727961,-0.4411814,0.762773,1),(0.5026976,-0.4886262,0.7131195,1),(0.5130389,-0.5082122,0.6917452,1),(0.485653,-0.4582385,0.7444183,1),(0.5321727,-0.5335829,0.6573291,1),(0.560807,-0.5755817,0.5951481,1),(0.5663247,-0.58907,0.5764312,1),(0.5398833,-0.5517898,0.6356524,1),(0.5431155,-0.5676249,0.6187305,1),(0.518809,-0.5295699,0.6711132,1),(0.5659107,-0.5960251,0.5696481,1),(0.5657009,-0.5894257,0.5766801,1),(0.5415208,-0.5799068,0.6086571,1),(0.5201008,-0.5531018,0.6508253,1),(0.4935723,-0.4798027,0.7253798,1),(0.4978741,-0.5080776,0.7028361,1),(0.5820798,-0.6041621,0.5442161,1),(0.5935291,-0.6107456,0.5241306,1),(0.587487,-0.608987,0.5329109,1),(0.5834821,-0.6111176,0.5348683,1),(0.5968336,-0.5966467,0.5364722,1),(0.5907765,-0.5592829,0.5815374,1),(0.5481628,-0.5234239,0.6523381,1),(0.577581,-0.582072,0.5723568,1),(0.5499254,-0.5529002,0.6260059,1),(0.5754292,-0.594394,0.5617623,1),(0.4901489,-0.4723219,0.732575,1),(0.4132234,-0.4023642,0.8169147,1),(0.5101499,-0.5011302,0.6990104,1),(0.5590495,-0.5567107,0.6144403,1),(0.5820335,-0.6056846,0.542571,1),(0.5729749,-0.584578,0.5744289,1),(0.5553719,-0.5114126,0.6557585,1),(0.4603804,-0.4650535,0.7561582,1),(0.353339,-0.3821935,0.8538616,1),(0.4814352,-0.44949,0.7524487,1),(0.2728611,-0.4043946,0.872933,1),(-0.03476435,-0.3048129,0.9517776,1),(-0.1718561,-0.2264594,0.9587396,1),(0.1385708,-0.3117364,0.9400099,1),(-0.004510137,-0.21555,0.9764824,1),(0.2253376,-0.2882449,0.9306653,1),(-0.2997793,-0.1516102,0.9418846,1),(-0.4129958,-0.08757846,0.9065123,1),(-0.1468509,-0.127851,0.9808612,1),(0.08342378,-0.1938526,0.9774772,1),(0.3856183,-0.3728281,0.8439773,1),(0.2688553,-0.2857231,0.9198255,1),(-0.3378943,-0.1853451,0.9227538,1),(-0.5331275,-0.1046241,0.8395409,1),(-0.6166953,-0.07625677,0.7834997,1),(-0.4509645,-0.1363408,0.882067,1),(-0.6540654,-0.06548651,0.7535979,1),(-0.7335823,-0.06060565,0.6768929,1),(-0.7588414,-0.04573403,0.6496677,1),(-0.7088194,-0.04784941,0.7037652,1),(-0.7485902,-0.03630526,0.6620382,1),(-0.6822016,-0.05483107,0.7291053,1),(-0.7725001,-0.03518573,0.634039,1),(-0.7739145,-0.02755726,0.6326904,1),(-0.7732674,-0.02908174,0.6334127,1),(-0.7294022,-0.03935158,0.6829524,1),(-0.5461547,-0.09382118,0.8324137,1),(-0.6217545,-0.05951095,0.780948,1),(-0.7681646,-0.0748174,0.6358659,1),(-0.7448645,-0.09521969,0.6603863,1),(-0.7274188,-0.08469366,0.6809472,1),(-0.7691622,-0.06076832,0.6361578,1),(-0.6475088,-0.123404,0.7519998,1),(-0.4327419,-0.1550267,0.8880885,1),(-0.3680341,-0.1608439,0.9157948,1),(-0.6093165,-0.1195041,0.78387,1),(-0.5578337,-0.1163647,0.8217548,1),(-0.6979801,-0.07516342,0.7121616,1),(-0.2927556,-0.1686719,0.9411929,1),(-0.2088967,-0.1786046,0.9614897,1),(-0.4925741,-0.1142503,0.8627384,1),(-0.6550633,-0.06659793,0.7526333,1),(-0.7594722,-0.0489931,0.6486923,1),(-0.7377853,-0.0388677,0.6739154,1),(-0.1537121,-0.194252,0.9688337,1),(0.1138451,-0.2612913,0.9585229,1),(0.2035999,-0.2792997,0.9383702,1),(-0.0682625,-0.208112,0.97572,1),(0.389282,-0.3643769,0.845984,1),(0.6602944,-0.4909866,0.5682812,1),(0.6971154,-0.5057714,0.5081587,1),(0.4634061,-0.3823235,0.799427,1),(0.5299642,-0.4017371,0.7468234,1),(0.2903131,-0.3004125,0.9085541,1),(0.726768,-0.5194168,0.4494602,1),(0.7496672,-0.5326639,0.3927699,1),(0.5872261,-0.4227877,0.6902289,1),(0.3704784,-0.3244378,0.8703366,1),(0.02082359,-0.2253209,0.974062,1),(0.1098176,-0.2456777,0.9631109,1),(0.806868,-0.554393,0.2039909,1),(0.8298377,-0.5545119,-0.06233642,1),(0.8173528,-0.5662773,-0.1061333,1),(0.8094208,-0.5678482,0.1496213,1),(0.8063503,-0.5404512,-0.2402325,1),(0.7648329,-0.528473,-0.3684388,1),(0.7534842,-0.5310008,-0.3876852,1),(0.790379,-0.548565,-0.2727224,1),(0.7763941,-0.5565287,-0.2957836,1),(0.8049775,-0.5764057,-0.1405981,1),(0.744949,-0.5352991,-0.3981281,1),(0.7416298,-0.5426179,-0.3943996,1),(0.7658537,-0.5648648,-0.307239,1),(0.7937543,-0.5852021,-0.1658093,1),(0.8088925,-0.578935,0.1026024,1),(0.8063039,-0.5882448,0.06198515,1),(0.7192712,-0.5195946,-0.4611619,1),(0.6858933,-0.5123031,-0.5168133,1),(0.6968401,-0.5139131,-0.5003071,1),(0.7179866,-0.5187199,-0.4641389,1),(0.66918,-0.5102974,-0.5401801,1),(0.6709007,-0.5152083,-0.5333411,1),(0.7084348,-0.535363,-0.4598985,1),(0.6935169,-0.5193615,-0.4992973,1),(0.7181441,-0.5317241,-0.4489306,1),(0.7098882,-0.5193399,-0.4757572,1),(0.7420494,-0.5564271,-0.3738336,1),(0.7688496,-0.5760198,-0.2776177,1),(0.7435436,-0.5473954,-0.384059,1),(0.7276759,-0.530139,-0.4352476,1),(0.7195294,-0.5210986,-0.4590574,1),(0.7270967,-0.5286259,-0.4380466,1),(0.6880692,-0.5366168,-0.4884703,1),(0.7130114,-0.5846261,-0.3870749,1),(0.7462669,-0.6169297,-0.249967,1),(0.7312924,-0.5662167,-0.3802764,1),(0.7309123,-0.6520561,-0.2014703,1),(0.7019618,-0.706583,0.08938827,1),(0.6561206,-0.717261,0.2346116,1),(0.7337472,-0.6778013,-0.04690819,1),(0.7140654,-0.6919972,0.1060674,1),(0.7607601,-0.6408971,-0.1024451,1),(0.5921096,-0.7187191,0.3644849,1),(0.5122612,-0.7173532,0.4722212,1),(0.6750811,-0.6977425,0.2396269,1),(0.7548921,-0.6548527,0.03613751,1),(0.763336,-0.5924671,-0.2574899,1),(0.7798739,-0.6117195,-0.1326495,1),(0.5936837,-0.7089506,0.3806951,1),(0.4375128,-0.6876578,0.5794042,1),(0.3261375,-0.6778292,0.6589249,1),(0.506898,-0.7063322,0.4941145,1),(0.249402,-0.6630551,0.7058021,1),(0.02313735,-0.6357844,0.7715199,1),(-0.1114454,-0.6173835,0.7787282,1),(0.1227764,-0.648672,0.7510996,1),(-0.0123158,-0.6310649,0.7756321,1),(0.2035835,-0.6657392,0.7178752,1),(-0.2468497,-0.5940357,0.7656283,1),(-0.3773506,-0.5654251,0.7334172,1),(-0.1572095,-0.6082035,0.7780576,1),(0.06420935,-0.6510481,0.7563156,1),(0.4070328,-0.6996904,0.5871608,1),(0.2901753,-0.6926493,0.6603296,1),(-0.2013052,-0.5945293,0.7784671,1),(-0.3719935,-0.551949,0.7463064,1),(-0.4854324,-0.5286056,0.6963701,1),(-0.3313736,-0.5726087,0.7498739,1),(-0.4940978,-0.5216843,0.6954947,1),(-0.5797734,-0.5089068,0.6362993,1),(-0.6433149,-0.4912314,0.5872288,1),(-0.5843835,-0.4997774,0.639311,1),(-0.6590242,-0.4781975,0.5805293,1),(-0.5840561,-0.5021418,0.6377555,1),(-0.6957004,-0.470444,0.5428475,1),(-0.7144462,-0.4577326,0.5291951,1),(-0.7320262,-0.4558788,0.506273,1),(-0.6611443,-0.4766389,0.5793994,1),(-0.4521567,-0.5458813,0.7053849,1),(-0.5552161,-0.5170149,0.6514835,1),(-0.6290746,-0.5045315,0.5913654,1),(-0.6412128,-0.5009404,0.5812958,1),(-0.6609135,-0.4955053,0.5636204,1),(-0.6681109,-0.4931429,0.5571696,1),(-0.618911,-0.4988923,0.6066758,1),(-0.558251,-0.4967912,0.6644956,1),(-0.54044,-0.4956818,0.6798707,1),(-0.6206149,-0.497798,0.6058335,1),(-0.6156527,-0.4957194,0.6125636,1),(-0.6739755,-0.4893197,0.5534648,1),(-0.5141194,-0.4939615,0.7012013,1),(-0.4803433,-0.4913629,0.7265211,1),(-0.6040022,-0.4921373,0.626883,1),(-0.6797326,-0.4819188,0.5529176,1),(-0.6996147,-0.4788128,0.5303559,1),(-0.7210354,-0.4650637,0.5136378,1),(-0.4600154,-0.4963997,0.7361884,1),(-0.3200689,-0.4967703,0.8067064,1),(-0.2685291,-0.4873139,0.8309135,1),(-0.4229641,-0.4911871,0.76147,1),(-0.1199977,-0.4890277,0.8639749,1),(0.1477727,-0.4563053,0.8774672,1),(0.1946152,-0.445435,0.8739065,1),(-0.06358204,-0.4763783,0.8769385,1),(-0.001959078,-0.4632845,0.8862075,1),(-0.2074659,-0.4773149,0.8538902,1),(0.2403482,-0.4350483,0.867736,1),(0.2834778,-0.4261187,0.8591061,1),(0.06104073,-0.4510618,0.8904029,1),(-0.1408581,-0.4675013,0.8726979,1),(-0.3754952,-0.4858266,0.7892882,1),(-0.3203105,-0.480213,0.8165762,1),(0.4147167,-0.3930958,0.8206618,1),(0.6326385,-0.3151581,0.7074205,1),(0.6488818,-0.3173165,0.6915655,1),(0.4459057,-0.3885417,0.806352,1),(0.8119653,-0.2227228,0.5395434,1),(0.9465194,-0.1096317,0.30345,1),(0.9371002,-0.1320231,0.3231303,1),(0.8130882,-0.2332134,0.5333846,1),(0.8090694,-0.2481787,0.532742,1),(0.6582455,-0.3232346,0.6798767,1),(0.9247994,-0.1582304,0.3459904,1),(0.9096707,-0.1868247,0.3709388,1),(0.8008653,-0.2660618,0.536494,1),(0.6621917,-0.3317903,0.671876,1),(0.4713587,-0.386148,0.7929128,1),(0.491837,-0.3857362,0.7805792,1),(0.99585,-0.02298444,0.08806019,1),(0.9998708,-0.01556441,0.004043793,1),(0.9964446,-0.05444328,0.06429765,1),(0.9891844,-0.05611181,0.1355194,1),(0.995411,-0.08485629,0.04423153,1),(0.9481784,-0.2350826,0.213761,1),(0.921103,-0.2797282,0.2707793,1),(0.9859034,-0.1278626,0.1079147,1),(0.9707451,-0.1701326,0.1694366,1),(0.987765,-0.09501636,0.1236614,1),(0.8909752,-0.3191782,0.3229373,1),(0.8598741,-0.3523734,0.3693905,1),(0.9508909,-0.2102623,0.2271477,1),(0.9741067,-0.1359576,0.1806429,1),(0.9787858,-0.09200807,0.1830651,1),(0.9646353,-0.1294135,0.229632,1),(0.8331706,-0.381251,0.4005927,1),(0.7339701,-0.4568877,0.5025352,1),(0.6979309,-0.4848473,0.5270822,1),(0.7932509,-0.4199239,0.4409273,1),(0.6814626,-0.486539,0.5467071,1),(0.6787856,-0.4852369,0.5511762,1),(0.6831514,-0.4821415,0.5484922,1),(0.6612105,-0.5014032,0.5580282,1),(0.647083,-0.5112355,0.5656163,1),(0.667308,-0.5057898,0.5466962,1),(0.6924841,-0.4758931,0.54221,1),(0.7065679,-0.4664821,0.5321242,1),(0.6397611,-0.515854,0.5697369,1),(0.6436065,-0.5195575,0.5619882,1),(0.7556128,-0.4507641,0.4752483,1),(0.7224768,-0.4733907,0.5039132,1),(0.7185063,-0.4617783,0.5201053,1),(0.8001487,-0.4098265,0.4379548,1),(0.8347216,-0.3753446,0.4029345,1),(0.7443426,-0.4403692,0.5020251,1),(0.9261567,-0.2868899,0.2448019,1),(0.9868583,-0.002002362,-0.1615757,1),(0.9688837,0.03651898,-0.2448077,1),(0.951568,-0.2441342,0.1868607,1),(0.9717653,-0.200085,0.1250523,1),(0.8681939,-0.3387555,0.3626072,1),(0.9430146,0.07253556,-0.3247495,1),(0.9112351,0.1054414,-0.3981618,1),(0.9859104,-0.1559108,0.06060099,1),(0.8993646,-0.3009844,0.3170991,1),(0.7724077,-0.4166417,0.4793705,1),(0.8018072,-0.3910517,0.4518668,1),(0.7807162,0.2886875,-0.5542037,1),(0.5253945,0.4159276,-0.74227,1),(0.4390617,0.4163108,-0.7961848,1),(0.711042,0.3067932,-0.6326904,1),(0.3019843,0.454593,-0.8379443,1),(0.08231574,0.4409257,-0.893761,1),(0.02199586,0.4296147,-0.9027444,1),(0.2214576,0.4451667,-0.8676307,1),(0.1478402,0.4335961,-0.8888969,1),(0.3562824,0.4119242,-0.8386784,1),(-0.03065073,0.4188555,-0.9075354,1),(-0.07428771,0.4098154,-0.9091383,1),(0.08430764,0.4219067,-0.9027109,1),(0.2820238,0.4050052,-0.8697318,1),(0.638635,0.3190106,-0.7002697,1),(0.5689639,0.326685,-0.7546899,1),(-0.1116993,0.3958188,-0.9115102,1),(-0.235942,0.3585359,-0.9032073,1),(-0.147042,0.3894529,-0.9092333,1),(-0.2517569,0.3589185,-0.8987746,1),(-0.2976152,0.330344,-0.895711,1),(-0.3083837,0.315112,-0.8975545,1),(-0.2982119,0.3378408,-0.8927112,1),(-0.2949776,0.3295093,-0.8968901,1),(-0.2626079,0.361636,-0.8945705,1),(-0.2956577,0.3470123,-0.8900388,1),(-0.2808918,0.3440158,-0.8959648,1),(-0.2918262,0.3568911,-0.8873929,1),(-0.2689281,0.3574159,-0.894389,1),(-0.2695268,0.3662196,-0.8906394,1),(-0.1758969,0.3852879,-0.9058772,1),(-0.1982676,0.3834183,-0.9020423,1),(-0.2727935,0.3176511,-0.9081197,1),(-0.1825177,0.3347221,-0.9244719,1),(-0.1478196,0.3551826,-0.9230357,1),(-0.2470792,0.3371456,-0.9084519,1),(-0.02576517,0.3698539,-0.9287327,1),(0.2062767,0.4098963,-0.8885014,1),(0.2438092,0.4180238,-0.8751075,1),(0.01370435,0.3867266,-0.9220926,1),(0.04738828,0.4006515,-0.9150042,1),(-0.1172448,0.3729496,-0.9204141,1),(0.2750238,0.4240858,-0.8628517,1),(0.2975585,0.428134,-0.8533231,1),(0.07169124,0.4111465,-0.9087458,1),(-0.09475482,0.3870209,-0.9171895,1),(-0.2233346,0.355149,-0.9077395,1),(-0.2050764,0.370232,-0.9060198,1),(0.388132,0.4305922,-0.8148275,1),(0.4266409,0.4427482,-0.7886391,1),(0.4572545,0.438425,-0.7737584,1),(0.4208266,0.4303202,-0.7985798,1),(0.3268777,0.4564843,-0.8275101,1),(0.04319616,0.4459946,-0.8939927,1),(0.07170881,0.4443369,-0.8929852,1),(0.3572545,0.4516919,-0.8175229,1),(0.3833258,0.446076,-0.8087506,1),(0.4827027,0.4334785,-0.7609826,1),(0.09820653,0.4415212,-0.8918601,1),(0.1230647,0.4379544,-0.890534,1),(0.4046984,0.4400184,-0.8016251,1),(0.5022407,0.4282765,-0.7512214,1),(0.4477698,0.4290597,-0.7844806,1),(0.4677091,0.4271113,-0.7738374,1),(-0.2782857,0.3875207,-0.8788543,1),(-0.4612405,0.3348835,-0.821651,1),(-0.4391444,0.3401595,-0.831531,1),(-0.2542238,0.3896507,-0.8851794,1),(-0.5471056,0.3081816,-0.7782671,1),(-0.5707104,0.3062519,-0.7619051,1),(-0.545471,0.3194494,-0.7748635,1),(-0.5245091,0.316757,-0.7902881,1),(-0.4981618,0.3240963,-0.8042365,1),(-0.4145653,0.3445233,-0.8422822,1),(-0.5149491,0.3310673,-0.7907097,1),(-0.4764829,0.3403976,-0.8106132,1),(-0.4658702,0.3302191,-0.8209265,1),(-0.3856472,0.3483682,-0.8543512,1),(-0.2293487,0.390806,-0.8914427,1),(-0.2023122,0.3914964,-0.8976638,1),(-0.5681767,0.3188801,-0.7586109,1),(-0.5643949,0.3273346,-0.7578328,1),(-0.5405086,0.3345175,-0.7719769,1),(-0.5378588,0.3438557,-0.7697215,1),(-0.559506,0.3326252,-0.7591531,1),(-0.553547,0.3347512,-0.7625793,1),(-0.537664,0.3479344,-0.7680229,1),(-0.5399736,0.3467784,-0.7669246,1),(-0.5040846,0.3583632,-0.7857955,1),(-0.5089586,0.3622091,-0.780875,1),(-0.5207235,0.3594373,-0.7743719,1),(-0.4729064,0.3742262,-0.7976931,1),(-0.4976528,0.3720396,-0.7835357,1),(-0.4610316,0.3694189,-0.806833,1),(-0.5061286,0.3479199,-0.7891676,1),(-0.4622786,0.3578388,-0.8113261,1),(-0.5355206,0.339213,-0.773403,1),(-0.4930266,0.3518315,-0.7957006,1),(-0.5320404,0.3471701,-0.7722733,1),(-0.500398,0.3561605,-0.7891461,1),(-0.4224061,0.3715301,-0.8267638,1),(-0.3193837,0.3958778,-0.8609733,1),(-0.4425785,0.3729188,-0.8155096,1),(-0.3552911,0.3955096,-0.8469595,1),(-0.5023784,0.3646795,-0.7839801,1),(-0.4550813,0.3798177,-0.8053817,1),(-0.3792034,0.4014248,-0.8337042,1),(-0.4647854,0.3910567,-0.7943861,1),(-0.3952495,0.4115054,-0.8212436,1),(-0.5041444,0.3747722,-0.7780645,1),(-0.5237386,0.3576878,-0.7731476,1),(-0.5140445,0.3727183,-0.7725537,1),(-0.1928113,0.424231,-0.8847891,1),(-0.04507302,0.4565384,-0.8885612,1),(-0.2450916,0.4207947,-0.8734197,1),(-0.1136505,0.4453033,-0.8881378,1),(0.1374916,0.4904431,-0.8605588,1),(0.363726,0.5153682,-0.7759504,1),(0.04956914,0.4663438,-0.8832137,1),(0.2523038,0.4759703,-0.8424934,1),(-0.1648045,0.4409838,-0.8822543,1),(-0.02268236,0.4504267,-0.8925253,1),(0.1504027,0.4465607,-0.8820218,1),(-0.07505167,0.4409679,-0.8943793,1),(0.06988776,0.4270103,-0.901542,1),(-0.1987157,0.4409478,-0.8752583,1),(-0.2812736,0.4238147,-0.8609682,1),(-0.304047,0.430473,-0.849852,1),(0.5783328,0.5296374,-0.6204962,1),(0.7193891,0.5558677,-0.4165219,1),(0.4570157,0.4804752,-0.7485186,1),(0.6222696,0.5011632,-0.6013451,1),(0.7812998,0.6007941,-0.1691658,1),(0.7457748,0.6551735,0.1206963,1),(0.7436882,0.5413538,-0.392255,1),(0.799294,0.5914289,-0.106494,1),(0.5038772,0.4496398,-0.7375173,1),(0.664775,0.4750202,-0.5765674,1),(0.7987136,0.5060877,-0.3254717,1),(0.5701206,0.4164773,-0.7081732,1),(0.7522988,0.4231536,-0.5049628,1),(0.3916719,0.408989,-0.8242094,1),(0.3328203,0.4401237,-0.8339795,1),(0.2269415,0.4115107,-0.8826984,1),(0.6564199,0.6629552,0.3600046,1),(0.6120998,0.6267475,0.4822048,1),(0.7856641,0.5948587,0.1699267,1),(0.7611242,0.5600312,0.3271925,1),(0.6217812,0.6022969,0.5006261,1),(0.6884713,0.5745431,0.4426145,1),(0.7992604,0.4777378,0.3646223,1),(0.763829,0.5184577,0.3844046,1),(0.8801371,0.4547599,0.1362053,1),(0.88306,0.4131221,0.2225651,1),(0.8978914,0.3702149,0.2381849,1),(0.95275,0.3003894,0.04509703,1),(0.9613041,0.2601212,0.09072622,1),(0.9350819,0.348006,-0.06718374,1),(0.866644,0.4965796,-0.04833924,1),(0.8815128,0.3964106,-0.2565031,1),(0.7598171,0.5527833,0.3422115,1),(0.7986462,0.5352076,0.2751674,1),(0.8350878,0.4593594,0.3026835,1),(0.8450912,0.4672139,0.2598689,1),(0.8127967,0.5383336,0.2226179,1),(0.8062698,0.5613452,0.1866025,1),(0.8320079,0.5024166,0.2352458,1),(0.7927051,0.5671956,0.2234004,1),(0.8988492,0.3825843,0.2137739,1),(0.8656328,0.450124,0.2192447,1),(0.7968854,0.5572127,0.2334257,1),(0.9083703,0.379771,0.1750355,1),(0.8257623,0.5201325,0.2181252,1),(0.9473036,0.2885951,0.1390279,1),(0.9083638,0.3563164,0.2188924,1),(0.9621466,0.2487565,0.1113288,1),(0.796883,0.5850394,0.1506861,1),(0.8043935,0.5853836,0.1013766,1),(0.7506887,0.6270481,0.2080313,1),(0.7403793,0.6483941,0.1772664,1),(0.8274614,0.5601996,0.03852047,1),(0.8617352,0.5059897,-0.03724174,1),(0.763813,0.6319041,0.1314803,1),(0.8162139,0.57343,0.07051957,1),(0.6858299,0.6910229,0.2283078,1),(0.7017295,0.6832239,0.2019423,1),(0.763423,0.6257268,0.1601605,1),(0.6736416,0.6949003,0.2516356,1),(0.7311547,0.6430846,0.2277167,1),(0.6705797,0.6950912,0.2591736,1),(0.7198709,0.6514302,0.2396343,1),(0.7253485,0.641518,0.249648,1),(0.8935813,0.4363427,-0.1054394,1),(0.9135528,0.3783904,-0.1491378,1),(0.8693002,0.4941245,0.01257138,1),(0.9028476,0.4291153,-0.02695306,1),(0.9268683,0.3348821,-0.1696142,1),(0.9368973,0.3064494,-0.1682622,1),(0.9230574,0.3815578,-0.04877133,1),(0.9343233,0.35233,-0.05388484,1),(0.873597,0.4792414,0.08459417,1),(0.8992617,0.4326066,0.06465361,1),(0.9123161,0.4055837,0.05640136,1),(0.8647858,0.4772014,0.1562829,1),(0.8747551,0.4619253,0.1463846,1),(0.8405317,0.5132488,0.1734417,1),(0.8305326,0.5446492,0.1165026,1),(0.7980373,0.5693197,0.1975132,1),(0.9387993,0.3002815,-0.1687805,1),(0.9281282,0.3190319,-0.1918245,1),(0.9372755,0.3431334,-0.06143421,1),(0.9320329,0.3516829,-0.08737294,1),(0.9011745,0.3625336,-0.2376001,1),(0.8499099,0.4292555,-0.3056023,1),(0.9164263,0.3777085,-0.1322841,1),(0.8858206,0.4203109,-0.1966228,1),(0.9188645,0.3941346,0.01859609,1),(0.915076,0.40261,-0.02326324,1),(0.9039266,0.4199195,-0.08114447,1),(0.8900867,0.4500652,0.07202187,1),(0.8956181,0.4441938,0.02366669,1),(0.8840114,0.4547312,0.1083668,1),(0.917563,0.3950392,0.04496784,1),(0.8786623,0.4585508,0.13298,1),(0.7907737,0.486513,-0.3714593,1),(0.7514466,0.5118684,-0.4163158,1),(0.8512426,0.4544781,-0.2623655,1),(0.82832,0.4630597,-0.3153756,1),(0.7379168,0.5092505,-0.4428802,1),(0.7511184,0.4807203,-0.4524701,1),(0.8201568,0.4477496,-0.3561787,1),(0.8270147,0.4097354,-0.3849201,1),(0.8860716,0.4187373,-0.1988371,1),(0.8864473,0.3893827,-0.2501846,1),(0.8920819,0.3412161,-0.2962457,1),(0.9240818,0.3574508,-0.1352843,1),(0.9349662,0.2996433,-0.1898735,1),(0.9127749,0.4002422,-0.08153643,1),(0.8920196,0.4289614,-0.1424542,1),(0.9029285,0.4288413,-0.02855544,1),(0.7801514,0.4317282,-0.4527411,1),(0.8161427,0.3756682,-0.4390722,1),(0.8653344,0.3025996,-0.3995369,1),(0.8434057,0.3587792,-0.3999305,1),(0.8569917,0.3085848,-0.4127235,1),(0.8991053,0.2286655,-0.3732583,1),(0.9211144,0.1765745,-0.3469433,1),(0.8916246,0.2414808,-0.3830048,1),(0.9255854,0.1841998,-0.3306996,1),(0.9106066,0.2329902,-0.3413372,1),(0.9431112,0.1339677,-0.3042925,1),(0.9660262,0.1143426,-0.2317739,1),(0.9557912,0.1451291,-0.2557355,1),(0.9484062,0.1849256,-0.2575424,1),(0.8998395,0.2848598,-0.3303696,1),(0.9423639,0.2379439,-0.2352298,1),(0.9254456,0.1717811,-0.3377004,1),(0.9290996,0.1747861,-0.3259198,1),(0.9391966,0.149138,-0.3093019,1),(0.9395123,0.136064,-0.3143297,1),(0.9127277,0.2408615,-0.3300213,1),(0.8604055,0.3664771,-0.3541141,1),(0.9225788,0.2227902,-0.3149809,1),(0.8716544,0.3502136,-0.3428832,1),(0.9521299,0.133254,-0.275122,1),(0.9354013,0.2087248,-0.2854091,1),(0.8891146,0.3292137,-0.317952,1),(0.9534443,0.1945885,-0.2303893,1),(0.91598,0.3012178,-0.2650443,1),(0.9683334,0.1210225,-0.2183665,1),(0.9528029,0.105877,-0.2845288,1),(0.9714962,0.09484304,-0.2172557,1),(0.7904776,0.4846302,-0.3745382,1),(0.7518768,0.5413876,-0.3762722,1),(0.7651778,0.523825,-0.3743132,1),(0.8034313,0.4677048,-0.3684432,1),(0.7539774,0.5459973,-0.3652467,1),(0.7949728,0.4994743,-0.3443016,1),(0.8066809,0.4782989,-0.3471254,1),(0.7663335,0.5266973,-0.3678628,1),(0.7946008,0.4916737,-0.3561831,1),(0.7959271,0.4923627,-0.3522485,1),(0.8319787,0.4425712,-0.3345777,1),(0.8422099,0.4352005,-0.3182496,1),(0.8707678,0.3825779,-0.3088649,1),(0.8410901,0.4400797,-0.3144795,1),(0.8288075,0.439523,-0.3462627,1),(0.8683046,0.3967797,-0.2976794,1),(0.8471698,0.4225298,-0.3221367,1),(0.890313,0.3409259,-0.3018484,1),(0.8593799,0.3993335,-0.3193724,1),(0.9014412,0.3134951,-0.2985374,1),(0.9239039,0.2540243,-0.2861347,1),(0.9477982,0.1615843,-0.2748987,1),(0.9334637,0.2210288,-0.2824745,1),(0.9548648,0.1217125,-0.2709601,1),(0.9155047,0.276076,-0.2926314,1),(0.9431584,0.1826694,-0.2776405,1),(0.9603807,0.08239526,-0.2662332,1),(0.9539437,0.1315237,-0.2696164,1),(0.9651134,0.04029395,-0.2587131,1),(0.9340788,0.2189497,-0.2820602,1),(0.8783159,0.3626473,-0.3115251,1),(0.9066177,0.3029849,-0.2936742,1),(0.9597976,0.0912421,-0.2654495,1),(0.9639636,0.07124207,-0.2563177,1),(0.9640904,0.04793798,-0.2612117,1),(0.9670768,0.03170313,-0.2525023,1),(0.9633273,0.1017064,-0.2483066,1),(0.9533678,0.1826724,-0.2402512,1),(0.9666331,0.07305384,-0.2455271,1),(0.955699,0.1725269,-0.238482,1),(0.9686869,-0.0008458819,-0.2482841,1),(0.9688427,0.04927718,-0.2427251,1),(0.9578881,0.1616673,-0.2373055,1),(0.9702312,0.03180628,-0.2400829,1),(0.9597781,0.1490327,-0.2379395,1),(0.9697198,-0.0246484,-0.2429729,1),(0.9665512,0.01018624,-0.2562711,1),(0.9682275,-0.02180596,-0.2491185,1),(0.9382216,0.2566544,-0.2320962,1),(0.935976,0.2694871,-0.2265515,1),(0.9366108,0.2637464,-0.2306472,1),(0.9315765,0.2851298,-0.2255356,1),(0.9490283,0.2216931,-0.2240478,1),(0.9687414,0.1096677,-0.2225158,1),(0.9450312,0.2381082,-0.224099,1),(0.9673733,0.1182923,-0.2240444,1),(0.9289556,0.2932172,-0.2259763,1),(0.9419331,0.2489281,-0.2253813,1),(0.965677,0.1274093,-0.2263507,1),(0.9408329,0.2512716,-0.2273676,1),(0.9641169,0.1369956,-0.2273999,1),(0.9294103,0.2898409,-0.2284487,1),(0.9363444,0.2648859,-0.2304223,1),(0.9381099,0.2566424,-0.2325606,1),(0.9758011,-0.009351504,-0.2184598,1),(0.9740277,-0.07504721,-0.2136305,1),(0.9752755,-0.01129302,-0.2207037,1),(0.9728799,-0.08334924,-0.2157718,1),(0.9735432,-0.08950848,-0.2102426,1),(0.9764649,-0.05451251,-0.2086738,1),(0.9721093,-0.1004433,-0.2119305,1),(0.975615,-0.06488774,-0.209678,1),(0.9723495,-0.08290263,-0.2183199,1),(0.9713413,-0.1042043,-0.2136295,1),(0.9749402,-0.07309461,-0.2101164,1),(0.9718242,-0.09656873,-0.2150167,1),(0.9748274,-0.07654488,-0.2094095,1),(0.972797,-0.06916978,-0.2210918,1),(0.9746751,-0.006551251,-0.2235301,1),(0.9738982,0.008115903,-0.2268402,1),(0.9781481,-0.007869108,-0.2077603,1),(0.9781746,0.01245701,-0.2074108,1),(0.978002,-0.01616061,-0.2079689,1),(0.9783115,0.006226255,-0.2070455,1),(0.9781175,0.006616838,-0.2079481,1),(0.9775295,-0.02533255,-0.2092715,1),(0.9782825,0.002444949,-0.2072615,1),(0.9776288,-0.02740714,-0.2085439,1),(0.9786199,-0.005429876,-0.2056057,1),(0.9786133,-0.00645476,-0.2056072,1),(0.9778252,-0.03053219,-0.2071852,1),(0.9790628,-0.02114073,-0.2024575,1),(0.9781327,-0.03555028,-0.2049206,1),(0.9790299,-0.02307226,-0.2024064,1),(0.977908,-0.02758919,-0.2072074,1),(0.9779304,-0.04149032,-0.2047695,1),(0.9755909,-0.06022901,-0.2111745,1),(0.9739512,-0.0749515,-0.2140128,1),(0.9757395,-0.05939623,-0.2107234,1),(0.9743345,-0.06972181,-0.2140352,1),(0.9734675,-0.06960578,-0.2179816,1),(0.9738126,-0.04419421,-0.2230152,1),(0.9740551,-0.05845571,-0.2186311,1),(0.974172,-0.02551885,-0.2243607,1),(0.9750314,-0.05742653,-0.2145135,1),(0.9747133,-0.03779858,-0.2202396,1),(0.9735404,0.004062723,-0.2284791,1),(0.9747264,-0.008559458,-0.2232377,1),(0.9713191,0.04264586,-0.2339242,1),(0.9757102,-0.03857102,-0.2156431,1),(0.9761148,-0.05499893,-0.2101785,1),(0.9766525,-0.04751964,-0.2095041,1),(0.9737524,-0.00512439,-0.2275523,1),(0.9722231,0.04130888,-0.2303822,1),(0.9729078,0.02044214,-0.2302875,1),(0.9700397,0.07078408,-0.232406,1),(0.9686134,0.09521188,-0.2296145,1),(0.9614191,0.1565263,-0.2262141,1),(0.9559529,0.1846508,-0.2281624,1),(0.9646335,0.1255664,-0.2317654,1),(0.9577058,0.1644662,-0.2361154,1),(0.9653879,0.1107009,-0.2361599,1),(0.947785,0.2185502,-0.2322484,1),(0.9355402,0.2587661,-0.240426,1),(0.9466113,0.2105288,-0.2441403,1),(0.9568371,0.1586161,-0.2435237,1),(0.9705051,0.05717203,-0.2342034,1),(0.9653887,0.1026412,-0.2397697,1),(0.9498005,0.2186206,-0.2237945,1),(0.9350297,0.2751476,-0.2236366,1),(0.9432211,0.2440287,-0.2253531,1),(0.926899,0.2999386,-0.2255996,1),(0.9177232,0.3262472,-0.2265983,1),(0.8984731,0.3722038,-0.2328313,1),(0.9073169,0.3524766,-0.2292075,1),(0.884733,0.4018076,-0.2362165,1),(0.9180523,0.3230582,-0.2298115,1),(0.8982535,0.3727441,-0.2328143,1),(0.8751841,0.4207828,-0.2387356,1),(0.8906379,0.3878866,-0.2372931,1),(0.8718125,0.4273436,-0.2394166,1),(0.9075765,0.3466931,-0.2368729,1),(0.9345688,0.2716621,-0.2297409,1),(0.9225534,0.3036472,-0.2381039,1),(0.8818457,0.4062947,-0.2393173,1),(0.8733222,0.4222904,-0.2428565,1),(0.8659891,0.4371677,-0.2427904,1),(0.8593614,0.4485094,-0.2456365,1),(0.8738486,0.4206842,-0.2437487,1),(0.8833576,0.4013693,-0.2420372,1),(0.8657827,0.4363095,-0.2450598,1),(0.884391,0.3998253,-0.2408162,1),(0.8538041,0.4592089,-0.2452466,1),(0.8658994,0.437048,-0.2433251,1),(0.8914989,0.3858507,-0.2373795,1),(0.877454,0.4171066,-0.236847,1),(0.905836,0.3554136,-0.2305265,1),(0.8608948,0.4486508,-0.2399431,1),(0.8570929,0.453836,-0.2437723,1),(0.8589571,0.4519221,-0.2407469,1),(0.8950553,0.376418,-0.2391349,1),(0.90313,0.3586209,-0.2361088,1),(0.9171893,0.3246301,-0.2310391,1),(0.904271,0.3562569,-0.2353192,1),(0.9078839,0.347901,-0.2339053,1),(0.9096736,0.3446644,-0.2317335,1),(0.9266277,0.2992185,-0.2276606,1),(0.9244477,0.3055667,-0.2280907,1),(0.9401729,0.2574441,-0.2231535,1),(0.9321099,0.2835482,-0.2253253,1),(0.942696,0.2489079,-0.2221918,1),(0.9559776,0.1963997,-0.2180229,1),(0.9536085,0.2062102,-0.2193357,1),(0.9466269,0.2364683,-0.2190439,1),(0.9166568,0.326703,-0.2302292,1),(0.9316885,0.2865975,-0.2231999,1),(-0.1427243,-0.02941275,-0.9893254,1),(-0.151139,-0.02920963,-0.9880809,1),(-0.1386683,-0.02000798,-0.9901367,1),(-0.1758562,-0.01589678,-0.9842876,1),(-0.1652774,-0.0002904125,-0.9862471,1),(-0.1751747,-0.02068122,-0.98432,1),(-0.1168837,-0.004274655,-0.9931365,1),(-0.08503278,0.01833068,-0.9962095,1),(-0.1470034,0.02607707,-0.9887922,1),(-0.1203265,0.06361289,-0.9906942,1),(-0.1765865,0.03008902,-0.9838252,1),(-0.1614117,0.06431285,-0.9847894,1),(-0.1389726,0.1128598,-0.9838441,1),(-0.1682079,0.1174577,-0.9787287,1),(-0.1490503,0.1650284,-0.9749613,1),(-0.1855946,0.08296518,-0.9791176,1),(-0.1864272,0.003001597,-0.9824643,1),(-0.1850349,0.009813731,-0.9826829,1),(-0.1932522,0.0627733,-0.979139,1),(-0.1907258,0.05540201,-0.9800788,1),(-0.04934622,0.033076,-0.9982339,1),(-0.01562113,0.02212642,-0.9996331,1),(-0.08931108,0.09025997,-0.9919056,1),(-0.05766377,0.08216136,-0.9949495,1),(0.01626255,-0.01547739,-0.999748,1),(0.04655459,-0.08023788,-0.995688,1),(-0.02529604,0.03807187,-0.9989548,1),(0.007868627,-0.04287327,-0.9990495,1),(-0.08175715,0.1409538,-0.9866346,1),(-0.04914816,0.09032749,-0.9946986,1),(-0.01351659,-0.005571904,-0.9998931,1),(-0.05898165,0.1268491,-0.9901668,1),(-0.02165744,0.01890958,-0.9995865,1),(-0.09224988,0.1856892,-0.9782686,1),(-0.1116198,0.1479391,-0.9826775,1),(-0.1220774,0.1977998,-0.9726111,1),(0.07039198,-0.1688339,-0.9831278,1),(0.08585534,-0.2766572,-0.9571257,1),(0.03812066,-0.149425,-0.9880379,1),(0.06416676,-0.2706387,-0.9605401,1),(0.09258873,-0.4048568,-0.9096804,1),(0.09272636,-0.5460769,-0.8325874,1),(0.0860423,-0.4071296,-0.9093086,1),(0.105007,-0.5535083,-0.8261973,1),(0.05425337,-0.2636541,-0.9630904,1),(0.08474771,-0.4102873,-0.90801,1),(0.1127308,-0.5642503,-0.8178712,1),(0.08474918,-0.4184023,-0.9042993,1),(0.1160302,-0.5793855,-0.8067524,1),(0.05236268,-0.2622034,-0.963591,1),(0.02156878,-0.1289453,-0.9914171,1),(0.01620125,-0.1169915,-0.9930007,1),(0.08820605,-0.6789667,-0.7288511,1),(0.089135,-0.7832721,-0.6152559,1),(0.1330328,-0.7839784,-0.6063663,1),(0.1193637,-0.6850053,-0.7186932,1),(0.09788544,-0.8622663,-0.4969057,1),(0.1157023,-0.9200102,-0.3744249,1),(0.1657618,-0.9083838,-0.3838774,1),(0.1480583,-0.8564351,-0.4945682,1),(0.1689974,-0.8553275,-0.4897498,1),(0.153699,-0.7907381,-0.5925453,1),(0.1834693,-0.8993192,-0.3969434,1),(0.1845764,-0.8901197,-0.4166756,1),(0.1752239,-0.8556706,-0.4869542,1),(0.162917,-0.7998812,-0.5776227,1),(0.1357286,-0.696819,-0.7042876,1),(0.1453023,-0.7116818,-0.6873109,1),(0.1465745,-0.9581528,-0.2458843,1),(0.1930299,-0.9752077,-0.1082103,1),(0.2315385,-0.9622487,-0.1430643,1),(0.1919963,-0.9439154,-0.2686282,1),(0.2545093,-0.9662389,0.04009319,1),(0.3285655,-0.9236777,0.1971404,1),(0.3472299,-0.9266758,0.1438866,1),(0.283934,-0.958829,-0.005329438,1),(0.2910488,-0.9544806,-0.06524885,1),(0.2413807,-0.9511806,-0.1923301,1),(0.3520065,-0.9326486,0.07910819,1),(0.3497971,-0.9367943,0.007650957,1),(0.2863725,-0.9483138,-0.1367184,1),(0.2359807,-0.9378409,-0.2544945,1),(0.2053342,-0.9309233,-0.3020258,1),(0.2018154,-0.9160826,-0.3465014,1),(0.401955,-0.8468926,0.3481452,1),(0.4644749,-0.7394778,0.4872737,1),(0.4695914,-0.7623392,0.4453346,1),(0.4115551,-0.8624558,0.2946053,1),(0.5158637,-0.5948291,0.6164926,1),(0.551064,-0.403836,0.7302362,1),(0.5460635,-0.3925003,0.7401068,1),(0.5182461,-0.6114442,0.5979606,1),(0.5210598,-0.6331064,0.5724273,1),(0.472594,-0.7882317,0.3941391,1),(0.5406734,-0.3844409,0.7482496,1),(0.5341301,-0.3778142,0.7562814,1),(0.5236514,-0.6547241,0.5450923,1),(0.4744884,-0.8114974,0.3410759,1),(0.414584,-0.8800728,0.2314994,1),(0.4145722,-0.8947772,0.1658425,1),(0.5618257,-0.2095464,0.8002764,1),(0.5593706,-0.07483339,0.8255329,1),(0.5286207,-0.01480851,0.848729,1),(0.5424406,-0.1646753,0.8237962,1),(0.5585543,-0.001189877,0.8294672,1),(0.5660389,0.0182821,0.8241758,1),(0.5352396,0.06918417,0.8418623,1),(0.5240529,0.05919795,0.8496259,1),(0.4817089,0.1206058,0.8679925,1),(0.4904853,0.04620226,0.8702238,1),(0.4979194,0.123191,0.858429,1),(0.4532734,0.1763055,0.8737618,1),(0.4348796,0.1796506,0.8823863,1),(0.4470524,0.1040202,0.8884391,1),(0.5181727,-0.1191915,0.84693,1),(0.4895891,-0.0752809,0.8686975,1),(0.5761753,0.01593684,0.8171708,1),(0.5817367,0.02187829,0.8130829,1),(0.5609103,0.05133521,0.8262835,1),(0.5512981,0.05436943,0.832535,1),(0.5839913,0.03706197,0.8109134,1),(0.5792956,0.05861527,0.8130072,1),(0.5637097,0.05939554,0.8238347,1),(0.5600086,0.07879959,0.8247308,1),(0.5332159,0.08577203,0.8416199,1),(0.5374823,0.0879201,0.8386793,1),(0.5329231,0.1036981,0.8397855,1),(0.5015439,0.1233537,0.8562929,1),(0.4944207,0.1354568,0.8586032,1),(0.4972095,0.1260339,0.8584278,1),(0.5191379,0.09658176,0.849216,1),(0.4811892,0.1435296,0.8647868,1),(0.5755374,0.08110468,0.8137436,1),(0.5767622,0.09550137,0.8113106,1),(0.5552197,0.09960596,0.8257177,1),(0.5555301,0.1120341,0.8239142,1),(0.5831367,0.1018488,0.8059642,1),(0.5946773,0.1001489,0.7977024,1),(0.5610975,0.1161188,0.8195645,1),(0.5719267,0.111853,0.812643,1),(0.5253366,0.1330945,0.8404208,1),(0.5301087,0.1361418,0.836929,1),(0.5406261,0.1314327,0.8309325,1),(0.4876063,0.1608339,0.8581215,1),(0.5003497,0.1551072,0.8518168,1),(0.4823499,0.1594952,0.8613361,1),(0.5263261,0.122291,0.8414426,1),(0.4846692,0.1510485,0.8615568,1),(0.6050665,0.09324817,0.7906955,1),(0.6084815,0.08452231,0.789054,1),(0.5813507,0.1034835,0.8070455,1),(0.5829737,0.09531116,0.8068813,1),(0.6049328,0.07400446,0.7928301,1),(0.5942963,0.061703,0.8018757,1),(0.5768291,0.0873551,0.8121805,1),(0.5619749,0.07801043,0.8234673,1),(0.5510306,0.1154651,0.8264582,1),(0.5440805,0.1080809,0.8320426,1),(0.5292284,0.1019452,0.8423327,1),(0.5112675,0.1271322,0.8499664,1),(0.4989498,0.1205437,0.8582065,1),(0.5158651,0.1362462,0.845766,1),(0.5498943,0.1232476,0.826091,1),(0.5123763,0.1458902,0.8462781,1),(0.5712356,0.04911285,0.8193154,1),(0.5352693,0.0452929,0.8434663,1),(0.5056718,0.071823,0.859731,1),(0.5387166,0.07191638,0.839412,1),(0.4839787,0.0496463,0.8736702,1),(0.4119908,0.05653927,0.9094322,1),(0.4010836,0.0771434,0.9127874,1),(0.4597709,0.07285617,0.8850438,1),(0.4422566,0.08675645,0.8926827,1),(0.4777448,0.09008049,0.873868,1),(0.3997033,0.08479062,0.9127145,1),(0.4073006,0.08537108,0.9092954,1),(0.4347481,0.09426664,0.8956047,1),(0.4591188,0.1030668,0.8823758,1),(0.5064973,0.09478834,0.8570156,1),(0.4804811,0.111767,0.8698541,1),(0.328293,0.07166889,0.941853,1),(0.2413976,0.09964463,0.9652969,1),(0.2615696,0.1075987,0.9591684,1),(0.3335145,0.08743678,0.9386815,1),(0.1511778,0.1402857,0.9785015,1),(0.05798057,0.1930451,0.9794753,1),(0.1035503,0.1767503,0.9787935,1),(0.1849154,0.1374791,0.9730909,1),(0.2316004,0.1188909,0.9655187,1),(0.294536,0.0989415,0.9505046,1),(0.1611698,0.1472003,0.9758875,1),(0.2295538,0.1048734,0.9676294,1),(0.2864782,0.08949206,0.953898,1),(0.3346214,0.08107452,0.9388586,1),(0.3503692,0.08754267,0.9325115,1),(0.3746702,0.0796843,0.9237276,1),(-0.01000583,0.2259662,0.9740837,1),(-0.02804892,0.2077888,0.9777715,1),(0.02802734,0.1704995,0.9849591,1),(0.04339818,0.1971107,0.9794202,1),(0.004307267,0.136835,0.9905844,1),(0.08958992,0.007732523,0.9959487,1),(0.1351502,-0.0347602,0.9902152,1),(0.05816925,0.09459288,0.9938152,1),(0.1192038,0.04454321,0.99187,1),(0.09332448,0.1243656,0.9878379,1),(0.1850925,-0.08421333,0.9791062,1),(0.2404535,-0.1447981,0.9597998,1),(0.1908014,-0.01944538,0.9814361,1),(0.1717645,0.06344513,0.9830928,1),(0.1075142,0.1577968,0.9816012,1),(0.1847294,0.1042554,0.9772441,1),(0.1881884,-0.1294705,0.9735618,1),(0.2626272,-0.2231641,0.9387357,1),(0.2893887,-0.261714,0.9207389,1),(0.2229495,-0.1693167,0.9600132,1),(0.3169733,-0.2773631,0.9069717,1),(0.3562281,-0.2977202,0.8856999,1),(0.3748486,-0.3379621,0.8632903,1),(0.3385088,-0.3161119,0.886276,1),(0.3589367,-0.3628923,0.8599265,1),(0.3162344,-0.3071604,0.8975792,1),(0.3917058,-0.3882586,0.8341594,1),(0.4020622,-0.4463418,0.7994529,1),(0.3742784,-0.4164159,0.8285611,1),(0.3402357,-0.3594025,0.8689473,1),(0.2595842,-0.2157333,0.9413157,1),(0.2967289,-0.2703343,0.9158992,1),(0.3890691,-0.3131258,0.8663588,1),(0.4213178,-0.3487413,0.8371803,1),(0.4349001,-0.3901876,0.8115513,1),(0.4055496,-0.3546524,0.8424673,1),(0.4519078,-0.4039842,0.7953465,1),(0.4785974,-0.4769042,0.7372293,1),(0.4839986,-0.5133677,0.7086601,1),(0.4617626,-0.4437972,0.767997,1),(0.4688902,-0.4845755,0.7384636,1),(0.4457523,-0.4390772,0.7800744,1),(0.4877785,-0.5417745,0.684509,1),(0.4896278,-0.5534953,0.6737267,1),(0.4706033,-0.5197871,0.7129894,1),(0.4495509,-0.490549,0.7465023,1),(0.419757,-0.4067507,0.8113925,1),(0.4266818,-0.4660346,0.7750834,1),(0.4994816,-0.5411364,0.6765274,1),(0.5173043,-0.5763773,0.6326021,1),(0.5123608,-0.5916307,0.6224625,1),(0.4996278,-0.5701378,0.6521617,1),(0.5350277,-0.5861505,0.6084185,1),(0.5575477,-0.5701835,0.6033501,1),(0.5371441,-0.5360503,0.6512498,1),(0.5248535,-0.5808425,0.6222144,1),(0.5115371,-0.5561838,0.6549729,1),(0.5073253,-0.588789,0.6292444,1),(0.5093245,-0.4800895,0.7142146,1),(0.4656547,-0.3987657,0.7900327,1),(0.4935524,-0.5010914,0.7108541,1),(0.5032917,-0.5558219,0.6616339,1),(0.49973,-0.5840466,0.6396557,1),(0.5013009,-0.5720149,0.6492276,1),(0.5565706,-0.5401123,0.6312748,1),(0.5289865,-0.4912734,0.6919709,1),(0.4788516,-0.3982486,0.7823676,1),(0.5296262,-0.4703085,0.7059079,1),(0.4527941,-0.4197493,0.7866308,1),(0.3151386,-0.3118882,0.8963333,1),(0.1971789,-0.2077093,0.9581114,1),(0.3719472,-0.3128939,0.8739295,1),(0.2664829,-0.1945929,0.9439918,1),(0.4027123,-0.2866942,0.8692694,1),(0.065761,-0.1035882,0.9924439,1),(-0.07095177,-0.01404432,0.9973809,1),(0.1393895,-0.08210723,0.9868278,1),(0.297859,-0.1696705,0.9394104,1),(0.4803075,-0.3809337,0.7900597,1),(0.4049445,-0.2753702,0.8718895,1),(0.1350544,-0.1939094,0.9716787,1),(-0.06430601,-0.1081642,0.9920509,1),(-0.2080939,-0.03525607,0.9774732,1),(-0.007984115,-0.1041494,0.9945296,1),(-0.2814001,-0.05651919,0.9579247,1),(-0.5089128,-0.03842714,0.85996,1),(-0.5855566,-0.002314148,0.8106282,1),(-0.4012276,-0.001911215,0.9159764,1),(-0.4996602,0.03683424,0.8654381,1),(-0.3374314,0.02127885,0.9411096,1),(-0.6409406,0.02375663,0.7672227,1),(-0.6742653,0.04250062,0.7372653,1),(-0.5730407,0.06086525,0.8172636,1),(-0.4447039,0.0588811,0.8937401,1),(-0.1494348,-0.02534509,0.9884468,1),(-0.279447,0.03440064,0.9595447,1),(-0.6779907,-0.03388784,0.7342889,1),(-0.7591025,-0.02860216,0.6503425,1),(-0.7725313,-0.02005538,0.6346598,1),(-0.7156998,-0.01448103,0.6982579,1),(-0.7829379,-0.02458895,0.6216136,1),(-0.762013,-0.02173091,0.6471971,1),(-0.7360129,-0.01683495,0.6767582,1),(-0.7779123,-0.02078611,0.628029,1),(-0.7576165,-0.01547028,0.6525166,1),(-0.7700856,-0.01083178,0.6378486,1),(-0.694861,-0.0120785,0.7190425,1),(-0.636853,-0.006720965,0.7709559,1),(-0.7196608,-0.006341528,0.6942968,1),(-0.7501987,0.001960247,0.6612094,1),(-0.7353488,0.001843532,0.6776862,1),(-0.73641,0.01802507,0.6762953,1),(-0.7024102,-0.03006721,0.7111371,1),(-0.5973955,-0.0592819,0.7997526,1),(-0.5256398,-0.05469289,0.8489473,1),(-0.6526114,-0.02306979,0.7573415,1),(-0.4140424,-0.1137524,0.903122,1),(-0.1191247,-0.1910112,0.9743326,1),(-0.0271821,-0.2074867,0.9778601,1),(-0.3251503,-0.116809,0.9384204,1),(-0.2300263,-0.1257558,0.9650251,1),(-0.442115,-0.05469412,0.8952892,1),(0.06382433,-0.2301981,0.9710486,1),(0.1518466,-0.2615197,0.9531789,1),(-0.1326888,-0.1430204,0.9807848,1),(-0.3500664,-0.06123007,0.9347216,1),(-0.5884936,-0.01866682,0.8082863,1),(-0.5108137,-0.01778025,0.8595075,1),(0.1957034,-0.2693376,0.9429514,1),(0.4421483,-0.3515805,0.8251643,1),(0.5049365,-0.3823009,0.7738768,1),(0.2764299,-0.2973261,0.9138839,1),(0.6346877,-0.4458342,0.631192,1),(0.7662412,-0.545957,0.3388296,1),(0.777255,-0.5590597,0.2886639,1),(0.6729064,-0.4708051,0.5705607,1),(0.7026746,-0.4975131,0.5086544,1),(0.5593562,-0.4172176,0.7162751,1),(0.7835097,-0.5715252,0.243868,1),(0.78588,-0.5830572,0.2060024,1),(0.7245492,-0.5256267,0.4458082,1),(0.6056723,-0.4567136,0.6515933,1),(0.3513432,-0.3311539,0.8757254,1),(0.420242,-0.3723486,0.8274981,1),(0.8024526,-0.5960572,0.02802843,1),(0.7847273,-0.5928204,-0.181017,1),(0.7788076,-0.5994352,-0.1847598,1),(0.7981952,-0.6023949,0.002196589,1),(0.7599786,-0.5738663,-0.3051394,1),(0.7448184,-0.5535057,-0.3726618,1),(0.7536155,-0.5671026,-0.3323529,1),(0.7592055,-0.5834642,-0.2884036,1),(0.7632979,-0.5932518,-0.2557903,1),(0.7767839,-0.6050487,-0.1747077,1),(0.7656447,-0.581973,-0.2740358,1),(0.7779248,-0.5964494,-0.1976888,1),(0.7711265,-0.6026379,-0.2054056,1),(0.777747,-0.6109148,-0.1479624,1),(0.7945105,-0.6071134,-0.01289873,1),(0.7910812,-0.6115402,-0.01445947,1),(0.7415518,-0.5419493,-0.3954642,1),(0.7499315,-0.5463962,-0.3728995,1),(0.7722322,-0.5660762,-0.2884704,1),(0.7600256,-0.5593247,-0.3309336,1),(0.7678114,-0.5655384,-0.3010515,1),(0.7862436,-0.5930963,-0.1733718,1),(0.7911165,-0.6084546,-0.06258962,1),(0.7860124,-0.5848097,-0.2004549,1),(0.7925632,-0.6038391,-0.08498302,1),(0.7884698,-0.5865889,-0.1850103,1),(0.7801658,-0.6231452,0.05505741,1),(0.748548,-0.6377172,0.1816385,1),(0.7829657,-0.6205367,0.04357687,1),(0.7939007,-0.6045025,-0.06556252,1),(0.7776742,-0.5782263,-0.2467329,1),(0.7902911,-0.5952991,-0.145117,1),(0.7808109,-0.6246074,-0.01413941,1),(0.7322377,-0.6628793,0.156266,1),(0.69491,-0.6698977,0.2614139,1),(0.7665272,-0.6347077,0.09788965,1),(0.6209628,-0.7019913,0.3487312,1),(0.4153838,-0.7188398,0.5574275,1),(0.2987757,-0.7228953,0.6230212,1),(0.5521643,-0.7084484,0.4395629,1),(0.4639603,-0.7174231,0.5196584,1),(0.6398604,-0.678701,0.3604767,1),(0.1599118,-0.7263531,0.6684604,1),(-0.001720642,-0.7247742,0.6889843,1),(0.3488435,-0.7260132,0.5926323,1),(0.5593772,-0.6889256,0.460954,1),(0.7349775,-0.6450894,0.2089682,1),(0.6801891,-0.6567287,0.3256537,1),(0.1512321,-0.6857252,0.7119761,1),(-0.09384985,-0.6311826,0.7699355,1),(-0.263983,-0.6032188,0.7526222,1),(-0.0101361,-0.675149,0.7376118,1),(-0.3076451,-0.578124,0.7557294,1),(-0.4962843,-0.5327003,0.6855159,1),(-0.5996486,-0.498036,0.6264038,1),(-0.4543927,-0.5411094,0.7076212,1),(-0.5879034,-0.4999446,0.6359441,1),(-0.4331213,-0.5671647,0.7005212,1),(-0.6865727,-0.4637913,0.5599246,1),(-0.7586172,-0.4315627,0.4881122,1),(-0.7032748,-0.4580539,0.5436829,1),(-0.5894837,-0.5255863,0.6134069,1),(-0.1871832,-0.6574269,0.7298988,1),(-0.3690795,-0.6311091,0.6822622,1),(-0.6367135,-0.4895233,0.5957877,1),(-0.7149311,-0.458294,0.528053,1),(-0.7511854,-0.4425188,0.4897934,1),(-0.6988348,-0.4650968,0.5434287,1),(-0.7508463,-0.4409226,0.4917491,1),(-0.7538632,-0.4436414,0.4846364,1),(-0.7711722,-0.4301416,0.4693311,1),(-0.762646,-0.4350144,0.478679,1),(-0.774083,-0.4315955,0.463164,1),(-0.7789275,-0.4247,0.461413,1),(-0.7604063,-0.4283783,0.4881336,1),(-0.7767023,-0.4215865,0.4679726,1),(-0.7471476,-0.4239628,0.5118847,1),(-0.7883968,-0.4206027,0.4489143,1),(-0.7461139,-0.4438311,0.4963143,1),(-0.7816581,-0.4275378,0.4541169,1),(-0.7311397,-0.4536701,0.5095274,1),(-0.6772554,-0.4730886,0.5634822,1),(-0.6653214,-0.4638554,0.5849664,1),(-0.7303736,-0.4439338,0.519112,1),(-0.5852098,-0.4862811,0.6488914,1),(-0.4397666,-0.487218,0.7544694,1),(-0.3923703,-0.4818798,0.7834778,1),(-0.5580252,-0.4789337,0.6776653,1),(-0.5206687,-0.4712321,0.7119301,1),(-0.6423898,-0.455288,0.6164805,1),(-0.3375445,-0.4760651,0.8120503,1),(-0.2750084,-0.4705386,0.8384294,1),(-0.4712939,-0.4641904,0.7499395,1),(-0.6064373,-0.4482222,0.6567577,1),(-0.7178216,-0.4381225,0.5410922,1),(-0.6934373,-0.4332151,0.5757337,1),(-0.2595846,-0.4744296,0.8411494,1),(-0.0718508,-0.4587109,0.8856758,1),(-0.00290509,-0.4512961,0.8923696,1),(-0.1949577,-0.4687413,0.8615527,1),(0.1227974,-0.4409041,0.8891143,1),(0.3232466,-0.419438,0.8482827,1),(0.358979,-0.4152048,0.8359061,1),(0.1813686,-0.4331698,0.8828756,1),(0.2355197,-0.427973,0.872565,1),(0.06427453,-0.4455338,0.8929549,1),(0.3902528,-0.4133923,0.8226843,1),(0.4167273,-0.4139998,0.8092852,1),(0.2841952,-0.4255055,0.8591729,1),(0.1279826,-0.441824,0.8879257,1),(-0.1275048,-0.4635348,0.8768569,1),(-0.05864215,-0.4593256,0.8863301,1),(0.5080687,-0.3871531,0.7694014,1),(0.6618111,-0.3420627,0.6670825,1),(0.6577004,-0.3535341,0.6651645,1),(0.5203698,-0.3902619,0.7595464,1),(0.7891173,-0.2855881,0.5438137,1),(0.891744,-0.2166499,0.3973105,1),(0.8709428,-0.2468292,0.4248931,1),(0.7741404,-0.3059674,0.5541576,1),(0.7560834,-0.3265903,0.5671657,1),(0.6502062,-0.3658061,0.6658962,1),(0.8471335,-0.2766483,0.4536856,1),(0.8202485,-0.3053811,0.4836681,1),(0.7350873,-0.3468634,0.5825225,1),(0.6395991,-0.3784961,0.6690693,1),(0.5289111,-0.3948879,0.75121,1),(0.5338125,-0.4008746,0.7445427,1),(0.9468675,-0.1673317,0.2746674,1),(0.9560327,-0.1762642,0.2343769,1),(0.9340516,-0.2151555,0.2850541,1),(0.9255603,-0.2049066,0.3183575,1),(0.9275689,-0.2473443,0.2800655,1),(0.8297151,-0.3789627,0.4098294,1),(0.8013602,-0.3997923,0.4449586,1),(0.9017351,-0.2810798,0.3284326,1),(0.8739957,-0.311436,0.3730135,1),(0.9085082,-0.2520543,0.3332888,1),(0.774959,-0.4159308,0.4758572,1),(0.7503037,-0.428355,0.5035438,1),(0.8447186,-0.3384322,0.4146254,1),(0.8796651,-0.2864139,0.3796796,1),(0.9007045,-0.2414273,0.3611707,1),(0.8723091,-0.2761552,0.4035034,1),(0.6954038,-0.4880255,0.5274891,1),(0.6277005,-0.5263159,0.5735709,1),(0.6190866,-0.5273056,0.5819626,1),(0.6744081,-0.4961406,0.5468254,1),(0.6394867,-0.5152261,0.5706127,1),(0.7249553,-0.4539691,0.5180269,1),(0.7467265,-0.438852,0.4998085,1),(0.6455487,-0.5101387,0.5683534,1),(0.6566604,-0.501731,0.5630835,1),(0.6164684,-0.5240457,0.5876588,1),(0.7707161,-0.4219279,0.4774656,1),(0.7957225,-0.4041431,0.451103,1),(0.6714435,-0.4911658,0.5549051,1),(0.6184285,-0.5179209,0.5910196,1),(0.6586124,-0.499414,0.5628636,1),(0.6469144,-0.4993058,0.5763639,1),(0.8316556,-0.3641074,0.4192548,1),(0.927282,-0.2629581,0.2664602,1),(0.9510787,-0.2255719,0.2111079,1),(0.8609698,-0.3363936,0.3815367,1),(0.9936088,-0.1127359,-0.00568094,1),(0.8759503,0.1348641,-0.4631661,1),(0.8403993,0.1593245,-0.51802,1),(0.9947609,-0.07212334,-0.0724485,1),(0.9897488,-0.03515767,-0.138424,1),(0.9700835,-0.1895885,0.1516384,1),(0.8073979,0.1781607,-0.5624655,1),(0.7794087,0.1910521,-0.596675,1),(0.9793448,-0.002859956,-0.2021768,1),(0.9837642,-0.1558871,0.0889214,1),(0.8887874,-0.3085777,0.3388756,1),(0.9141797,-0.2814744,0.291629,1),(0.5071723,0.3312774,-0.7956328,1),(0.2203348,0.3976733,-0.8906786,1),(0.173893,0.3905668,-0.9040015,1),(0.4577886,0.3329938,-0.824345,1),(0.03310464,0.4118219,-0.9106628,1),(-0.1082403,0.4033835,-0.9086065,1),(-0.1330726,0.3995179,-0.9070155,1),(-0.00488717,0.4037436,-0.9148591,1),(-0.0293048,0.3975379,-0.9171177,1),(0.1442863,0.3837914,-0.9120777,1),(-0.1496027,0.397815,-0.9051864,1),(-0.1583895,0.3978195,-0.9036882,1),(-0.0395189,0.3929323,-0.9187179,1),(0.132994,0.3771963,-0.9165345,1),(0.4236615,0.331929,-0.8428133,1),(0.4067661,0.3280146,-0.8526123,1),(-0.2145319,0.3837682,-0.8981637,1),(-0.2737134,0.3721994,-0.8868757,1),(-0.226216,0.3860138,-0.8943263,1),(-0.2770798,0.3792168,-0.8828484,1),(-0.2885604,0.3667083,-0.8844535,1),(-0.2615766,0.369462,-0.8916701,1),(-0.287796,0.3762964,-0.880667,1),(-0.2603976,0.3816663,-0.8868619,1),(-0.2815719,0.3854457,-0.87872,1),(-0.291501,0.3871441,-0.8747267,1),(-0.2655055,0.3886248,-0.8823138,1),(-0.2787702,0.3954677,-0.8751528,1),(-0.3011954,0.3970319,-0.8669757,1),(-0.2895504,0.3944998,-0.872084,1),(-0.2351938,0.3915785,-0.8895787,1),(-0.2426822,0.3974996,-0.8849291,1),(-0.1945677,0.3797545,-0.9043948,1),(-0.08298827,0.3970382,-0.9140425,1),(-0.08230615,0.4040497,-0.9110267,1),(-0.1935434,0.3874994,-0.9013241,1),(0.08446016,0.4181926,-0.9044232,1),(0.3100928,0.4303732,-0.8477155,1),(0.3126895,0.4314847,-0.8461952,1),(0.08568268,0.4228248,-0.9021517,1),(0.07637908,0.4263095,-0.901347,1),(-0.09191573,0.4094943,-0.9076706,1),(0.3060076,0.4322089,-0.8482659,1),(0.290509,0.4331599,-0.8532157,1),(0.05744547,0.4297494,-0.9011191,1),(-0.1110474,0.4146576,-0.9031764,1),(-0.2017092,0.3945851,-0.8964463,1),(-0.2187534,0.4012799,-0.8894501,1),(0.4799271,0.4247164,-0.7676496,1),(0.5154777,0.4230531,-0.7451904,1),(0.5226521,0.4176922,-0.7432147,1),(0.4844947,0.4221236,-0.7662091,1),(0.4213058,0.4336896,-0.7965015,1),(0.1468544,0.433789,-0.8889662,1),(0.1712173,0.4282973,-0.8872689,1),(0.4338166,0.4266278,-0.7935942,1),(0.4431623,0.4182443,-0.7928928,1),(0.5242449,0.4119704,-0.7452835,1),(0.1974113,0.423748,-0.8840059,1),(0.2275379,0.4138737,-0.8814393,1),(0.4502392,0.407973,-0.794256,1),(0.5206744,0.405637,-0.7512369,1),(0.4817544,0.4195496,-0.7693444,1),(0.4718947,0.417121,-0.7767403,1),(-0.1718222,0.3919875,-0.9037826,1),(-0.3508177,0.3518901,-0.8678135,1),(-0.3084047,0.3547567,-0.8826292,1),(-0.1357408,0.391691,-0.9100288,1),(-0.4259521,0.3350403,-0.8404242,1),(-0.4282891,0.3462492,-0.8346736,1),(-0.3712693,0.3476625,-0.8609819,1),(-0.3777127,0.338467,-0.8618429,1),(-0.3211843,0.3401279,-0.883829,1),(-0.2569712,0.3562031,-0.8983792,1),(-0.3082461,0.3443372,-0.8868011,1),(-0.2421383,0.3407485,-0.908438,1),(-0.2564838,0.3396063,-0.9049218,1),(-0.1950411,0.3552992,-0.914178,1),(-0.0920197,0.3891816,-0.9165534,1),(-0.03872332,0.3808661,-0.923819,1),(-0.4075553,0.362922,-0.8379655,1),(-0.4080404,0.3756758,-0.8320882,1),(-0.3441212,0.3657371,-0.8647641,1),(-0.3483472,0.3773212,-0.8580693,1),(-0.4299755,0.3830004,-0.8175768,1),(-0.4726784,0.3841583,-0.7930937,1),(-0.3834442,0.3886811,-0.8377933,1),(-0.4484516,0.3956704,-0.8014587,1),(-0.2879695,0.3752826,-0.8810429,1),(-0.3385305,0.391907,-0.8554567,1),(-0.4280948,0.4065355,-0.807133,1),(-0.3012016,0.3937791,-0.8684559,1),(-0.4150918,0.4168316,-0.8086718,1),(-0.2337749,0.3711904,-0.8986473,1),(-0.2778937,0.3604747,-0.8904118,1),(-0.214412,0.3535588,-0.9105073,1),(-0.5059249,0.3902621,-0.7692435,1),(-0.5092419,0.3865246,-0.7689418,1),(-0.5168446,0.4057161,-0.7538342,1),(-0.5029407,0.4034721,-0.7643697,1),(-0.4750483,0.4053608,-0.7810324,1),(-0.4063736,0.4236733,-0.809544,1),(-0.4867865,0.4216131,-0.7650368,1),(-0.4139334,0.4370378,-0.7985343,1),(-0.5275382,0.4266498,-0.7346246,1),(-0.4996491,0.4388903,-0.7468105,1),(-0.418477,0.4511773,-0.788236,1),(-0.5133214,0.456285,-0.7268461,1),(-0.4204989,0.465634,-0.7786948,1),(-0.5424697,0.4442656,-0.71299,1),(-0.5050151,0.4167498,-0.7558302,1),(-0.5119094,0.4326144,-0.7421548,1),(-0.315452,0.4383673,-0.84162,1),(-0.2159553,0.443159,-0.8700422,1),(-0.3172669,0.4468778,-0.836446,1),(-0.2185218,0.4467781,-0.8675469,1),(-0.1058578,0.4369373,-0.8932413,1),(0.01614388,0.4178922,-0.9083531,1),(-0.1172446,0.4367276,-0.8919209,1),(-0.01298597,0.4163523,-0.9091105,1),(-0.2088835,0.4508525,-0.8678131,1),(-0.1125489,0.4379361,-0.8919331,1),(-0.02185396,0.4178134,-0.90827,1),(-0.09427013,0.4379453,-0.8940453,1),(-0.01332278,0.4175157,-0.9085721,1),(-0.1890807,0.4542349,-0.8705855,1),(-0.3111049,0.4557068,-0.8339934,1),(-0.2983761,0.4644465,-0.8338232,1),(0.1500615,0.3974045,-0.9052907,1),(0.3019841,0.384907,-0.8721537,1),(0.1012302,0.3939678,-0.9135326,1),(0.237592,0.373741,-0.8965867,1),(0.4801151,0.3758518,-0.7926064,1),(0.6800075,0.3600378,-0.6387195,1),(0.4038381,0.3504874,-0.8450287,1),(0.5987554,0.3153832,-0.7362237,1),(0.1958666,0.3685451,-0.9087413,1),(0.3445254,0.3338553,-0.8774069,1),(0.5212719,0.2836772,-0.804862,1),(0.3044045,0.319774,-0.8972639,1),(0.4574443,0.2604282,-0.8502481,1),(0.1751626,0.3624212,-0.9154065,1),(0.07567815,0.3948444,-0.9156258,1),(0.07045249,0.3935561,-0.9165969,1),(0.8424655,0.3171468,-0.4355108,1),(0.9291333,0.2615953,-0.2613027,1),(0.7704828,0.2585866,-0.582657,1),(0.87834,0.1960027,-0.4360067,1),(0.9679016,0.2093123,-0.1391218,1),(0.9839782,0.1648734,-0.06785107,1),(0.938205,0.1383335,-0.3172307,1),(0.9688939,0.08863434,-0.2310594,1),(0.8001079,0.1490275,-0.5810491,1),(0.8752056,0.08734909,-0.4757996,1),(0.9218272,0.03329299,-0.3861687,1),(0.7959318,0.05774935,-0.6026255,1),(0.8542113,0.002111924,-0.5199217,1),(0.7144243,0.1201533,-0.6893193,1),(0.6847495,0.216645,-0.6958326,1),(0.6029439,0.1888703,-0.7751043,1),(0.988241,0.1519568,-0.01699279,1),(0.9803879,0.1932678,0.03856213,1),(0.9849476,0.07017218,-0.1579687,1),(0.9913279,0.1039003,-0.08045915,1),(0.9511575,0.2910474,0.1029118,1),(0.877593,0.4454869,0.1771215,1),(0.981216,0.1927685,0.007451097,1),(0.9341698,0.3395062,0.1098286,1),(0.9775718,0.02886863,-0.2086144,1),(0.9896598,0.09882961,-0.1039524,1),(0.9750505,0.2211667,0.01901973,1),(0.974194,0.02272505,-0.2245648,1),(0.9895515,0.1117017,-0.09116233,1),(0.9412526,-0.02349698,-0.3368847,1),(0.9536915,0.007833783,-0.3006842,1),(0.900568,-0.02977895,-0.4336939,1),(0.7764415,0.582885,0.2395492,1),(0.7110232,0.648279,0.2723607,1),(0.8546183,0.4776252,0.2037198,1),(0.7916585,0.5522576,0.2613201,1),(0.6984898,0.6579086,0.2815461,1),(0.7377785,0.6187281,0.2699231,1),(0.7659211,0.5754213,0.2868019,1),(0.7808365,0.5559464,0.2849874,1),(0.8799115,0.421637,0.219039,1),(0.8484674,0.4596182,0.262401,1),(0.8422226,0.464812,0.2731499,1),(0.9224601,0.3275893,0.2043343,1),(0.90492,0.3561904,0.2329125,1),(0.9497163,0.2791284,0.1418678,1),(0.9287716,0.3439879,0.138042,1),(0.9773234,0.2074732,0.04235373,1),(0.7881916,0.5630201,0.2485208,1),(0.8175967,0.5279459,0.229801,1),(0.8061216,0.5263805,0.2703543,1),(0.8152493,0.5195055,0.255896,1),(0.8304917,0.5142249,0.2141406,1),(0.8286551,0.5222403,0.2014838,1),(0.8097665,0.5348699,0.241231,1),(0.7883376,0.5724233,0.225511,1),(0.831907,0.490182,0.2601006,1),(0.8064169,0.5365645,0.248577,1),(0.76217,0.6044384,0.2318428,1),(0.8222228,0.514569,0.2432453,1),(0.7585883,0.6094854,0.2303719,1),(0.8635092,0.4397903,0.2468528,1),(0.8432004,0.4660389,0.2679941,1),(0.8894995,0.3868822,0.2431311,1),(0.8234008,0.536258,0.1855759,1),(0.8267056,0.538399,0.1633537,1),(0.7652299,0.6095628,0.2070179,1),(0.7589204,0.6236191,0.187454,1),(0.838397,0.5281531,0.1347025,1),(0.8573295,0.5050246,0.09968098,1),(0.7707247,0.6148143,0.1672921,1),(0.799487,0.5825036,0.1466632,1),(0.6945522,0.6924323,0.1952809,1),(0.70059,0.6897575,0.1827789,1),(0.7336054,0.6567622,0.1746041,1),(0.6471286,0.7378236,0.1919398,1),(0.6756915,0.7121018,0.1906619,1),(0.6523689,0.7312027,0.1993925,1),(0.7162448,0.6648628,0.2120163,1),(0.6913692,0.6904563,0.2127882,1),(0.8807485,0.4695643,0.06157518,1),(0.9047102,0.4256005,0.0190684,1),(0.8361656,0.5342081,0.1242932,1),(0.8720845,0.4798338,0.09606278,1),(0.9278993,0.3717668,-0.02814958,1),(0.9484265,0.3066704,-0.08025188,1),(0.9063898,0.4179381,0.06152417,1),(0.9376209,0.3470642,0.02033308,1),(0.8238738,0.5459625,0.1521739,1),(0.867476,0.4795281,0.1324321,1),(0.9085905,0.4038915,0.1064666,1),(0.8201064,0.5430334,0.1803891,1),(0.8695241,0.4637417,0.1699164,1),(0.7702448,0.6097208,0.186985,1),(0.7790445,0.6045674,0.1660964,1),(0.7217658,0.6654744,0.1902581,1),(0.9626207,0.2399653,-0.1256098,1),(0.9712318,0.184326,-0.1507732,1),(0.9611667,0.2754734,-0.01652066,1),(0.9758473,0.2151295,-0.03796316,1),(0.9775807,0.1412544,-0.1561516,1),(0.9830074,0.1173057,-0.1411942,1),(0.984834,0.1678026,-0.04409263,1),(0.9903339,0.1341645,-0.03519673,1),(0.9628977,0.2609418,0.06882849,1),(0.9760919,0.2074991,0.06472044,1),(0.983375,0.1673441,0.07049498,1),(0.9555795,0.2508493,0.1547334,1),(0.9656836,0.2051761,0.1592416,1),(0.93805,0.309747,0.1553035,1),(0.9413906,0.3269936,0.08281834,1),(0.9104044,0.3812972,0.1605506,1),(0.9864653,0.1016963,-0.1286235,1),(0.9838535,0.1196691,-0.1330855,1),(0.9923605,0.1204903,-0.0265091,1),(0.990918,0.1308513,-0.03097336,1),(0.9722738,0.1806619,-0.1484756,1),(0.9464234,0.2660443,-0.1830387,1),(0.9849752,0.1656429,-0.04885028,1),(0.9708689,0.2256086,-0.08071139,1),(0.987651,0.1404637,0.06939264,1),(0.9863286,0.155916,0.05334945,1),(0.9812026,0.1911964,0.02617826,1),(0.9764648,0.1603862,0.1441969,1),(0.9763778,0.177029,0.1238833,1),(0.9746735,0.1596434,0.1566059,1),(0.9866849,0.1443124,0.07501338,1),(0.9712947,0.1745787,0.1615824,1),(0.9144853,0.3408125,-0.2180902,1),(0.8967582,0.3700661,-0.2426433,1),(0.9541675,0.2761527,-0.1153427,1),(0.9463828,0.2879479,-0.1464432,1),(0.8983495,0.3555887,-0.2579241,1),(0.917675,0.297482,-0.2633952,1),(0.9494071,0.261135,-0.1744554,1),(0.9603155,0.1957734,-0.1986628,1),(0.9762475,0.2129372,-0.03998214,1),(0.9817253,0.1734664,-0.07826084,1),(0.9876974,0.1001768,-0.120077,1),(0.9927977,0.1179828,0.02080501,1),(0.9988123,0.03648975,-0.03228704,1),(0.9837089,0.1680079,0.06395341,1),(0.9758126,0.2185431,-0.005357269,1),(0.9774292,0.1871526,0.09801048,1),(0.9395756,0.2178747,-0.2640613,1),(0.9542817,0.1403178,-0.2639268,1),(0.9715735,0.04945943,-0.2315142,1),(0.9684211,0.1157234,-0.2208365,1),(0.9640253,0.06677198,-0.2572874,1),(0.9685982,-0.004196597,-0.2485958,1),(0.97239,-0.04822816,-0.2283242,1),(0.9724191,-0.004765195,-0.2331914,1),(0.978416,-0.06976361,-0.1945125,1),(0.9828809,-0.03267029,-0.1813219,1),(0.9774508,-0.08529622,-0.1931692,1),(0.9828454,-0.117455,-0.1421945,1),(0.9840004,-0.1157658,-0.1354307,1),(0.9878242,-0.09864887,-0.1202994,1),(0.9871659,0.02303452,-0.1580284,1),(0.9953411,-0.04549772,-0.08500579,1),(0.9692714,-0.04737551,-0.2413884,1),(0.9705836,-0.03911121,-0.2375663,1),(0.973721,-0.04610749,-0.2230281,1),(0.9723382,-0.06682535,-0.2238143,1),(0.9713224,0.02069943,-0.2368638,1),(0.9622827,0.1334305,-0.2370829,1),(0.9664768,0.1150123,-0.2295534,1),(0.9741445,0.01418495,-0.2254799,1),(0.9782802,0.005319642,-0.2072185,1),(0.9800758,-0.04838916,-0.192639,1),(0.9736868,0.09219959,-0.2084067,1),(0.9888508,-0.0007785612,-0.1489072,1),(0.9857865,0.06981505,-0.1528099,1),(0.9889006,-0.05050939,-0.1397299,1),(0.9783934,-0.07977273,-0.190743,1),(0.9866727,-0.08834776,-0.1366443,1),(0.9427017,0.2369936,-0.2348353,1),(0.9334863,0.2727845,-0.2327913,1),(0.942405,0.242217,-0.2306595,1),(0.9501693,0.2065718,-0.2334661,1),(0.9416599,0.2431907,-0.2326694,1),(0.9617242,0.1455292,-0.2321811,1),(0.9616941,0.1470534,-0.2313434,1),(0.9471282,0.2226367,-0.2310431,1),(0.956184,0.1995337,-0.2142395,1),(0.9578703,0.1882314,-0.216918,1),(0.9667077,0.1345589,-0.2176472,1),(0.9738089,0.1380564,-0.1806562,1),(0.9774674,0.1009819,-0.1853653,1),(0.9739844,0.1454645,-0.173766,1),(0.962652,0.1677545,-0.2125076,1),(0.9786566,0.1229165,-0.1646891,1),(0.9727795,0.03158826,-0.2295696,1),(0.9739001,-0.04240246,-0.2229812,1),(0.9722821,0.054934,-0.2272663,1),(0.9753504,-0.01197833,-0.2203366,1),(0.9735379,-0.077241,-0.215076,1),(0.975541,-0.0747207,-0.2067283,1),(0.9759284,-0.05379985,-0.2113515,1),(0.9769713,-0.07148541,-0.2010399,1),(0.9778163,0.008003989,-0.2093112,1),(0.9787827,-0.03793766,-0.2013583,1),(0.9788185,-0.0726879,-0.1913916,1),(0.9818692,-0.04193465,-0.1848631,1),(0.9803003,-0.08448093,-0.1785338,1),(0.9829191,0.004264879,-0.1839884,1),(0.97444,0.06549921,-0.2148877,1),(0.9810221,0.05110997,-0.187039,1),(0.9781171,-0.05727739,-0.2000156,1),(0.9793233,-0.04616835,-0.196963,1),(0.9783579,-0.0747162,-0.1929591,1),(0.9791533,-0.0721349,-0.1898827,1),(0.9794281,-0.0412497,-0.1975327,1),(0.9785236,-0.04239159,-0.2017286,1),(0.9793835,-0.06366267,-0.1917162,1),(0.9788754,-0.04921,-0.1984472,1),(0.9784592,-0.09714251,-0.1821564,1),(0.9789222,-0.08380969,-0.1862448,1),(0.9791401,-0.05335656,-0.1960555,1),(0.9782176,-0.09725745,-0.1833886,1),(0.9791254,-0.05235201,-0.196399,1),(0.977373,-0.1174559,-0.1759149,1),(0.9784976,-0.09346215,-0.1838678,1),(0.9781553,-0.1132614,-0.1743099,1),(0.9772413,-0.03734882,-0.2088168,1),(0.9759322,-0.0141578,-0.2176137,1),(0.9776945,-0.02470334,-0.2085743,1),(0.9750751,0.01377348,-0.2214474,1),(0.9729606,0.02738095,-0.2293423,1),(0.9664857,0.08743817,-0.2413707,1),(0.9593795,0.1339669,-0.2482817,1),(0.9696168,0.06657317,-0.235396,1),(0.9651737,0.1048239,-0.2396906,1),(0.9734623,0.04271178,-0.2248262,1),(0.9505489,0.176083,-0.2558353,1),(0.9425088,0.2082017,-0.2613988,1),(0.9599074,0.137301,-0.2443898,1),(0.971225,0.07018423,-0.2275874,1),(0.9776692,-0.009887161,-0.2099174,1),(0.977337,0.006975157,-0.2115742,1),(0.9562593,0.1531126,-0.2492481,1),(0.9437937,0.2108746,-0.2545293,1),(0.9275244,0.2616348,-0.266919,1),(0.9440575,0.2030716,-0.2598413,1),(0.9307434,0.260871,-0.2562478,1),(0.9184292,0.3038303,-0.2533276,1),(0.8979572,0.348816,-0.2683286,1),(0.9116238,0.3098822,-0.2700278,1),(0.8928366,0.3506524,-0.2826407,1),(0.9112034,0.3039635,-0.2780548,1),(0.8775628,0.3868134,-0.2832998,1),(0.8793889,0.3771695,-0.2905483,1),(0.8623497,0.4126046,-0.2934456,1),(0.8992151,0.3313774,-0.2856592,1),(0.931123,0.2459099,-0.2693295,1),(0.9209383,0.2753178,-0.2758128,1),(0.9063984,0.3400496,-0.2506156,1),(0.8950403,0.3715028,-0.2467561,1),(0.8873941,0.3771057,-0.2651848,1),(0.8815476,0.3952454,-0.2581761,1),(0.88465,0.3982765,-0.2424259,1),(0.8755334,0.4205938,-0.2377862,1),(0.8808114,0.4033251,-0.2479923,1),(0.8853391,0.4013509,-0.2347173,1),(0.8693917,0.4142292,-0.2693923,1),(0.8798329,0.4019821,-0.2535833,1),(0.8991178,0.3715737,-0.231344,1),(0.8823525,0.3931589,-0.2586122,1),(0.914659,0.333324,-0.228679,1),(0.861267,0.4249341,-0.2786579,1),(0.8686973,0.4091892,-0.2791583,1),(0.8544001,0.4310962,-0.2900974,1),(0.8728185,0.4288488,-0.2329735,1),(0.8814296,0.4132587,-0.2286897,1),(0.8953138,0.3862733,-0.2218242,1),(0.9101866,0.3552755,-0.2129312,1),(0.900252,0.3730188,-0.2245068,1),(0.9261576,0.3066652,-0.219519,1),(0.9285027,0.3078448,-0.2076398,1),(0.947893,0.2435316,-0.2054052,1),(0.9395586,0.2811828,-0.1953612,1),(0.9548239,0.2293634,-0.1889547,1),(0.9662443,0.1737541,-0.1902139,1),(0.9741441,0.1466781,-0.1718393,1),(0.9786152,0.1057148,-0.1764564,1),(0.9634964,0.1988399,-0.1792691,1),(0.9208866,0.3287516,-0.2095001,1),(0.9445537,0.2615927,-0.1984627,1),(0.9477986,0.2362818,-0.2141237,1),(0.9595062,0.1853768,-0.2120925,1),(0.9620777,0.1798024,-0.2051281,1),(0.9695365,0.1343118,-0.2048401,1),(0.9649317,0.1550181,-0.2118401,1),(0.9675071,0.1449929,-0.2071397,1),(0.9729356,0.1072124,-0.2046996,1),(0.9742872,0.0980739,-0.202845,1),(0.9759885,0.08864693,-0.1989679,1),(0.9771854,0.06765985,-0.2013227,1),(0.9776121,0.0605867,-0.2015037,1),(0.979074,0.04123377,-0.1992833,1),(0.979014,0.03695363,-0.2004147,1),(0.9795192,0.05391628,-0.1939977,1),(0.9728774,0.1239657,-0.1953,1),(0.9795527,0.07537073,-0.186536,1),(-0.213596,0.1444385,-0.9661855,1),(-0.2089451,0.1495511,-0.9664245,1),(-0.1983403,0.1632547,-0.9664414,1),(-0.2131399,0.2547351,-0.9432292,1),(-0.2269346,0.252756,-0.9405398,1),(-0.2353054,0.2525471,-0.9385368,1),(-0.1805318,0.1861449,-0.9657941,1),(-0.1541208,0.2185,-0.9635894,1),(-0.1630767,0.2615473,-0.9513144,1),(-0.1907433,0.2581312,-0.9470931,1),(-0.1916189,0.3147603,-0.929628,1),(-0.2177389,0.3316876,-0.9179177,1),(-0.1549624,0.2909782,-0.9440965,1),(-0.1405956,0.2913675,-0.9462229,1),(-0.1784859,0.336727,-0.9245311,1),(-0.2055813,0.368656,-0.9065478,1),(-0.2337518,0.341705,-0.9102735,1),(-0.2356441,0.3471619,-0.9077172,1),(-0.2220408,0.3872527,-0.894837,1),(-0.2192544,0.3972118,-0.8911511,1),(-0.125553,0.233824,-0.9641383,1),(-0.09372478,0.2078955,-0.9736504,1),(-0.1228575,0.252425,-0.9597852,1),(-0.08790862,0.2074788,-0.9742815,1),(-0.0592205,0.1382004,-0.9886322,1),(-0.02125625,0.02235404,-0.9995241,1),(-0.05199981,0.1266291,-0.9905862,1),(-0.01451663,0.008211477,-0.9998609,1),(-0.07531963,0.1901551,-0.9788606,1),(-0.03968642,0.1014686,-0.9940468,1),(-0.004753747,-0.01348156,-0.9998979,1),(0.006609376,-0.03210924,-0.9994625,1),(-0.02573973,0.07196276,-0.9970752,1),(-0.06081824,0.1601633,-0.9852152,1),(-0.1118169,0.2534443,-0.9608658,1),(-0.09887799,0.2329365,-0.9674522,1),(0.0173722,-0.1192418,-0.9927133,1),(0.05491593,-0.2694915,-0.9614357,1),(0.02309657,-0.1317476,-0.9910142,1),(0.05972267,-0.2814686,-0.9577101,1),(0.09181648,-0.4293422,-0.8984626,1),(0.1266701,-0.5939811,-0.7944439,1),(0.1331002,-0.6077424,-0.7829006,1),(0.09618544,-0.4420705,-0.8918083,1),(0.1021007,-0.4480021,-0.8881834,1),(0.06621467,-0.2896392,-0.9548427,1),(0.1375043,-0.6145294,-0.7768179,1),(0.1384521,-0.6094899,-0.7806107,1),(0.1042417,-0.4417142,-0.8910792,1),(0.07015247,-0.2867896,-0.9554216,1),(0.0301167,-0.145498,-0.9889001,1),(0.03770737,-0.1509021,-0.9878292,1),(0.1531849,-0.7266719,-0.6696882,1),(0.1687248,-0.8079687,-0.5645516,1),(0.1720212,-0.8125587,-0.5569175,1),(0.1591899,-0.7382815,-0.655438,1),(0.1768727,-0.8541563,-0.4890124,1),(0.1802383,-0.8775122,-0.4443946,1),(0.1730371,-0.8606787,-0.4788426,1),(0.1757931,-0.8493426,-0.4977085,1),(0.172054,-0.8404773,-0.5138049,1),(0.1724074,-0.811958,-0.5576737,1),(0.1635701,-0.8397624,-0.5177298,1),(0.1524206,-0.8152339,-0.5587143,1),(0.1655875,-0.8265662,-0.5379305,1),(0.1693638,-0.8042173,-0.5696933,1),(0.1624162,-0.7434106,-0.6488156,1),(0.1619017,-0.7388806,-0.6540973,1),(0.1923718,-0.8956152,-0.4010816,1),(0.2250777,-0.9178004,-0.3270817,1),(0.2110979,-0.8898699,-0.4044369,1),(0.1797879,-0.8687378,-0.4614877,1),(0.277741,-0.9359359,-0.2165271,1),(0.3461446,-0.9358224,-0.06648621,1),(0.3421322,-0.9291666,-0.1399826,1),(0.2668715,-0.9159994,-0.2995406,1),(0.2542677,-0.8894991,-0.379657,1),(0.1950929,-0.8554001,-0.4798222,1),(0.3374856,-0.9176785,-0.2096894,1),(0.3322719,-0.9032033,-0.2716969,1),(0.2411158,-0.8595909,-0.4505182,1),(0.1786712,-0.8179293,-0.5468714,1),(0.1651249,-0.8365194,-0.5224643,1),(0.1497001,-0.8014073,-0.5790822,1),(0.4148287,-0.9040565,0.1029504,1),(0.4767052,-0.8291112,0.2921071,1),(0.479753,-0.8412559,0.2492501,1),(0.4160177,-0.9082429,0.04498713,1),(0.5257893,-0.6728842,0.5203579,1),(0.5257824,-0.371513,0.7652,1),(0.5157952,-0.3652295,0.7749597,1),(0.5276852,-0.6868561,0.499777,1),(0.5292251,-0.6980129,0.4823886,1),(0.4830562,-0.8496156,0.2116838,1),(0.5047995,-0.3596865,0.7847311,1),(0.4935749,-0.3557298,0.7936246,1),(0.5301501,-0.7077794,0.4668932,1),(0.4858096,-0.8556268,0.178583,1),(0.4174607,-0.9086623,-0.007708424,1),(0.4184093,-0.9066355,-0.0542735,1),(0.4577408,-0.03515777,0.8883903,1),(0.4007565,0.1554459,0.9029013,1),(0.3535662,0.1997226,0.913839,1),(0.4240164,0.0001439382,0.9056545,1),(0.3874929,0.2346631,0.8915057,1),(0.4033959,0.2272611,0.8863545,1),(0.3355766,0.2814317,0.8989909,1),(0.350468,0.2764241,0.8948531,1),(0.2832156,0.3228711,0.9030743,1),(0.3068314,0.2376535,0.9216156,1),(0.2946146,0.3235922,0.8991609,1),(0.2313348,0.3599544,0.9038345,1),(0.236536,0.3691121,0.8987808,1),(0.2618309,0.2701923,0.9265206,1),(0.3898425,0.0305793,0.9203737,1),(0.3566918,0.05628947,0.9325248,1),(0.4352563,0.192782,0.8794242,1),(0.4519318,0.172371,0.8752404,1),(0.382736,0.2442065,0.8909975,1),(0.3981911,0.2234626,0.8896675,1),(0.4542421,0.1662417,0.8752301,1),(0.4424067,0.1744087,0.879692,1),(0.3974414,0.2145388,0.8921959,1),(0.3796017,0.2158199,0.8996246,1),(0.337952,0.2773659,0.8993646,1),(0.3353695,0.2649409,0.904065,1),(0.3158826,0.2581202,0.9130127,1),(0.2723371,0.3133888,0.9097362,1),(0.2576492,0.2929835,0.9207484,1),(0.2735502,0.332244,0.9026539,1),(0.3244854,0.2970403,0.8980402,1),(0.2614322,0.3505821,0.8993028,1),(0.427589,0.1843365,0.8849789,1),(0.4252975,0.1898995,0.8849069,1),(0.3607695,0.2187207,0.9066458,1),(0.361631,0.2192497,0.9061747,1),(0.4339243,0.1885988,0.8809882,1),(0.4525755,0.1784416,0.8736899,1),(0.3756811,0.2127457,0.9019994,1),(0.4041763,0.1963495,0.8933579,1),(0.3246567,0.2264971,0.9183121,1),(0.3019972,0.2416181,0.9221814,1),(0.3646045,0.2026971,0.908833,1),(0.344453,0.1955394,0.9182137,1),(0.2935994,0.226128,0.9287978,1),(0.2618891,0.2524922,0.9314836,1),(0.2989547,0.2522624,0.9203204,1),(0.2501161,0.2751942,0.9282833,1),(0.4721391,0.166294,0.8656968,1),(0.4826518,0.154473,0.8620819,1),(0.4553174,0.1620909,0.8754499,1),(0.4344468,0.1767686,0.8831811,1),(0.4845791,0.1435144,0.8628944,1),(0.4779689,0.1330629,0.8682396,1),(0.4681379,0.1348909,0.8732991,1),(0.466318,0.1477284,0.8721948,1),(0.4591817,0.1385327,0.8774741,1),(0.4388334,0.1572069,0.8847098,1),(0.46936,0.1226247,0.8744509,1),(0.480865,0.09232933,0.8719198,1),(0.4647416,0.112342,0.8782907,1),(0.437247,0.1362422,0.8889618,1),(0.4068274,0.1760128,0.8963878,1),(0.3974907,0.1640442,0.9028237,1),(0.4663078,0.1220571,0.8761616,1),(0.4531445,0.1099491,0.8846306,1),(0.4587108,0.1067811,0.8821462,1),(0.4643987,0.1216739,0.8772281,1),(0.4384554,0.09674296,0.893531,1),(0.4222091,0.08245965,0.9027402,1),(0.4413473,0.07207114,0.8944374,1),(0.4510411,0.0902352,0.8879299,1),(0.4687894,0.06966902,0.8805582,1),(0.4725479,0.0892084,0.8767782,1),(0.4614081,0.04829048,0.8858727,1),(0.4784043,0.004036512,0.8781304,1),(0.4874353,0.0290183,0.8726768,1),(0.4908127,0.05204696,0.8697092,1),(0.4727266,0.1068691,0.8747048,1),(0.4886144,0.07314692,0.8694283,1),(0.4021607,0.06915087,0.912954,1),(0.3760371,0.05964783,0.9246827,1),(0.4140958,0.03238942,0.9096569,1),(0.4291849,0.05250995,0.901689,1),(0.3433284,0.05389397,0.9376678,1),(0.3034116,0.05188561,0.9514459,1),(0.3738841,-0.01020684,0.9274192,1),(0.3957755,0.01153277,0.9182749,1),(0.4370581,-0.0402187,0.8985335,1),(0.4446478,-0.005796032,0.8956867,1),(0.4296778,-0.07982785,0.8994468,1),(0.4600779,-0.1581495,0.8736802,1),(0.4598006,-0.1063233,0.8816342,1),(0.4625708,-0.06198934,0.8844125,1),(0.4526727,0.02362942,0.8913636,1),(0.46865,-0.02521942,0.8830239,1),(0.2712599,0.03596955,0.9618338,1),(0.2605398,-0.01359491,0.9653674,1),(0.34785,-0.1015552,0.9320338,1),(0.3558263,-0.04367656,0.9335309,1),(0.2705339,-0.097876,0.957722,1),(0.2991124,-0.2153788,0.9295933,1),(0.3561457,-0.288941,0.8886356,1),(0.3486165,-0.1840346,0.9190201,1),(0.4118434,-0.2672883,0.8711727,1),(0.4175408,-0.1909891,0.8883597,1),(0.4045678,-0.3558772,0.8424228,1),(0.4388346,-0.4106672,0.799235,1),(0.4501661,-0.3418339,0.8249242,1),(0.4570298,-0.2766165,0.8453444,1),(0.4230819,-0.1284754,0.896937,1),(0.4601192,-0.2154713,0.8613144,1),(0.3324664,-0.3307171,0.8832284,1),(0.359346,-0.4150058,0.8358472,1),(0.3764468,-0.4660995,0.8006491,1),(0.3665908,-0.3899445,0.8447216,1),(0.3821849,-0.4720082,0.794445,1),(0.403219,-0.5058945,0.7625517,1),(0.4008008,-0.5547282,0.7291334,1),(0.3873891,-0.5200181,0.7612562,1),(0.3961874,-0.5497355,0.735409,1),(0.3949784,-0.5035042,0.7684241,1),(0.4027568,-0.5799898,0.7080951,1),(0.4171413,-0.5688744,0.7087842,1),(0.4149536,-0.5511502,0.7239107,1),(0.4183714,-0.5194963,0.745043,1),(0.3982159,-0.439395,0.8052057,1),(0.4266961,-0.4729573,0.7708709,1),(0.4236256,-0.5252207,0.7380276,1),(0.4442604,-0.5376251,0.7166534,1),(0.4348743,-0.5689985,0.6979435,1),(0.4163894,-0.5710011,0.7075151,1),(0.4656752,-0.5434437,0.6984379,1),(0.4885216,-0.5427378,0.6832147,1),(0.4827102,-0.5069697,0.7141237,1),(0.4568835,-0.5483415,0.7004135,1),(0.4467986,-0.5259673,0.7236916,1),(0.4280778,-0.5722623,0.6994749,1),(0.4681108,-0.4446882,0.7636261,1),(0.4374719,-0.3515771,0.8276545,1),(0.4354635,-0.4630505,0.7719817,1),(0.4293617,-0.5317206,0.730015,1),(0.4133789,-0.589414,0.6940526,1),(0.4227617,-0.5653362,0.7082848,1),(0.502571,-0.5261383,0.6860035,1),(0.4968533,-0.48247,0.7213595,1),(0.4765227,-0.3710993,0.7970014,1),(0.495751,-0.4470029,0.7445933,1),(0.4656089,-0.4058419,0.7864481,1),(0.4004534,-0.2888131,0.8696114,1),(0.3106207,-0.1576503,0.9373693,1),(0.4171939,-0.2753308,0.8661075,1),(0.3407532,-0.1302335,0.9310888,1),(0.4299096,-0.2365186,0.8713419,1),(0.1998709,-0.02544076,0.9794919,1),(0.07665884,0.08585567,0.993354,1),(0.2346564,0.003764983,0.9720711,1),(0.3479918,-0.09898411,0.9322574,1),(0.4703039,-0.3415466,0.8137323,1),(0.4150506,-0.2186758,0.8831273,1),(0.3010343,-0.1599942,0.9400958,1),(0.1669739,-0.05949197,0.9841648,1),(0.02247823,0.03829652,0.9990135,1),(0.1745466,-0.04260587,0.9837267,1),(-0.002414563,0.01141852,0.9999319,1),(-0.2047321,0.05171031,0.9774511,1),(-0.3243854,0.09692631,0.940946,1),(-0.1444737,0.08466661,0.9858798,1),(-0.2688615,0.1377295,0.9532807,1),(-0.1167674,0.1167605,0.9862719,1),(-0.41787,0.1271928,0.899559,1),(-0.4770766,0.1482722,0.8662641,1),(-0.3621175,0.1722633,0.9160765,1),(-0.2340506,0.1711284,0.9570451,1),(0.03948851,0.06275309,0.9972476,1),(-0.08866219,0.1430917,0.9857301,1),(-0.3913386,0.07138903,0.9174736,1),(-0.526767,0.07758903,0.8464611,1),(-0.5824393,0.08439539,0.8084812,1),(-0.4792292,0.09194927,0.8728601,1),(-0.6211472,0.07188897,0.7803896,1),(-0.6859545,0.05565263,0.725513,1),(-0.6769733,0.06510819,0.7331221,1),(-0.6451176,0.07527457,0.7603664,1),(-0.6452909,0.07668861,0.7600781,1),(-0.610787,0.08734176,0.7869629,1),(-0.6474424,0.07244944,0.7586629,1),(-0.5951413,0.07866474,0.7997617,1),(-0.6189982,0.08115039,0.7811887,1),(-0.6091455,0.09363193,0.7875119,1),(-0.5380267,0.1043507,0.8364438,1),(-0.5636802,0.1161406,0.8177873,1),(-0.7179695,0.03551476,0.6951681,1),(-0.7105225,0.01969299,0.7033988,1),(-0.6502346,0.03889498,0.7587371,1),(-0.6798022,0.05275812,0.7314954,1),(-0.6614598,0.007702071,0.7499411,1),(-0.5612001,-0.0004508017,0.82768,1),(-0.4701795,0.004159031,0.8825609,1),(-0.5830743,0.02279237,0.812099,1),(-0.4882185,0.0332563,0.8720875,1),(-0.5707914,0.05437442,0.8192928,1),(-0.3694151,0.003394153,0.9292583,1),(-0.2662461,-0.006229377,0.9638849,1),(-0.3832027,0.03349629,0.9230567,1),(-0.4754389,0.06070136,0.877652,1),(-0.6221424,0.0671076,0.7800226,1),(-0.5449697,0.07546792,0.8350524,1),(-0.4216066,-0.02104609,0.9065346,1),(-0.2533004,-0.07533048,0.9644503,1),(-0.1559436,-0.09565855,0.9831232,1),(-0.3247159,-0.02910928,0.9453635,1),(-0.03703141,-0.1695841,0.9848197,1),(0.2338491,-0.3016924,0.9242816,1),(0.3059765,-0.345334,0.8871993,1),(0.05322291,-0.2020539,0.9779271,1),(0.1320511,-0.235691,0.9628147,1),(-0.06376712,-0.1203246,0.9906845,1),(0.3613797,-0.3850169,0.8492154,1),(0.3943315,-0.4142454,0.8203069,1),(0.1932363,-0.2659487,0.944421,1),(0.01695319,-0.1473678,0.9889366,1),(-0.2260962,-0.04278141,0.973165,1),(-0.132475,-0.06270286,0.9892011,1),(0.4805142,-0.4198512,0.7699552,1),(0.642055,-0.4989498,0.5820779,1),(0.6655831,-0.5391555,0.5160527,1),(0.5278609,-0.4674961,0.7090912,1),(0.7382956,-0.5537628,0.3850538,1),(0.7851131,-0.5935485,0.1769104,1),(0.7803109,-0.6042919,0.1610786,1),(0.74309,-0.5798299,0.3340877,1),(0.7384743,-0.602276,0.303182,1),(0.6737002,-0.5724931,0.4673112,1),(0.7750824,-0.6108889,0.1614376,1),(0.7591071,-0.6245592,0.183527,1),(0.7239394,-0.6204901,0.3015027,1),(0.6655176,-0.5960094,0.4492874,1),(0.5566226,-0.5077059,0.6575759,1),(0.5634929,-0.5347735,0.6296769,1),(0.7927415,-0.6095447,-0.004024357,1),(0.7849514,-0.6103972,-0.1061436,1),(0.7900958,-0.6126079,0.02144828,1),(0.7894381,-0.6117842,-0.05007687,1),(0.7823449,-0.607377,-0.1379481,1),(0.7888809,-0.605509,-0.1050042,1),(0.7891896,-0.6114632,-0.05738005,1),(0.7907321,-0.6121572,-0.002524014,1),(0.78958,-0.6135046,0.0132445,1),(0.7891402,-0.6136291,0.02677896,1),(0.782808,-0.6144894,0.09805355,1),(0.7806638,-0.616055,0.1050727,1),(0.7665628,-0.6149408,0.1850118,1),(0.7837234,-0.6161744,0.07814634,1),(0.7884504,-0.6124159,0.05738283,1),(0.7779893,-0.6196033,0.1040406,1),(0.7931886,-0.6082518,-0.02969433,1),(0.7831245,-0.6184423,0.06515507,1),(0.7824807,-0.6160779,0.0903993,1),(0.754261,-0.626447,0.1966073,1),(0.7534253,-0.6318032,0.1821402,1),(0.6908966,-0.6499898,0.3165043,1),(0.6994013,-0.6400998,0.3179779,1),(0.609149,-0.6513309,0.452444,1),(0.7121954,-0.6273997,0.3148764,1),(0.6310812,-0.6398804,0.4385084,1),(0.5052526,-0.6481918,0.5697082,1),(0.5593385,-0.6356652,0.5320434,1),(0.3940185,-0.6393701,0.6602691,1),(0.6660912,-0.6245385,0.4077673,1),(0.7599462,-0.6177661,0.2021063,1),(0.731114,-0.6161108,0.2930524,1),(0.5964357,-0.6635492,0.4516269,1),(0.4450628,-0.6957494,0.5637835,1),(0.2977217,-0.6864433,0.6634435,1),(0.4810011,-0.6605561,0.5764579,1),(0.2003658,-0.7275844,0.6561056,1),(-0.1844149,-0.7117055,0.6778395,1),(-0.3755676,-0.6792144,0.6305687,1),(0.02135845,-0.7136025,0.7002252,1),(-0.1746831,-0.6778677,0.7141297,1),(0.1235104,-0.6615154,0.7396908,1),(-0.5549086,-0.6236929,0.5505303,1),(-0.7026709,-0.5503613,0.4509501,1),(-0.3692641,-0.6198644,0.6923959,1),(-0.064741,-0.6252476,0.7777365,1),(0.3371255,-0.6541565,0.6770714,1),(0.1817057,-0.6341355,0.7515686,1),(-0.5444951,-0.5948826,0.5913035,1),(-0.724197,-0.4833206,0.4918737,1),(-0.8315918,-0.4293105,0.3523456,1),(-0.6976198,-0.5457099,0.4642492,1),(-0.797573,-0.4212407,0.4317796,1),(-0.8182238,-0.4004744,0.4124685,1),(-0.8717114,-0.3776043,0.3123048,1),(-0.8645811,-0.3743047,0.3352543,1),(-0.9021581,-0.3795454,0.2050756,1),(-0.9199808,-0.3417117,0.1920118,1),(-0.8982269,-0.3519168,0.2633307,1),(-0.9460804,-0.3117453,0.08801568,1),(-0.9199586,-0.3344736,0.204459,1),(-0.9392525,-0.3349221,0.07504692,1),(-0.8137093,-0.485264,0.3199938,1),(-0.8876938,-0.4219757,0.184218,1),(-0.8111136,-0.4079599,0.4191219,1),(-0.7959708,-0.4097465,0.4455765,1),(-0.8338563,-0.3903962,0.3902239,1),(-0.7967502,-0.40193,0.4512663,1),(-0.7661053,-0.4185067,0.4877858,1),(-0.7224604,-0.4220753,0.5476344,1),(-0.6877852,-0.4197699,0.5922372,1),(-0.7481307,-0.4148137,0.5179092,1),(-0.7237896,-0.4106241,0.5545415,1),(-0.7913224,-0.3974776,0.4645648,1),(-0.6444911,-0.4173665,0.6406532,1),(-0.5949247,-0.4150491,0.6883304,1),(-0.6944732,-0.4061189,0.5939483,1),(-0.7822784,-0.390768,0.4851194,1),(-0.849456,-0.3774615,0.3687104,1),(-0.8597101,-0.3644798,0.3578451,1),(-0.6562547,-0.4291508,0.6206121,1),(-0.5563442,-0.4429513,0.7030472,1),(-0.4931379,-0.4389229,0.751107,1),(-0.6065079,-0.4261721,0.671212,1),(-0.4094488,-0.4584058,0.7888066,1),(-0.2057545,-0.4658859,0.8605902,1),(-0.1321723,-0.4619813,0.8769856,1),(-0.3370237,-0.4535676,0.8250402,1),(-0.2578247,-0.4495213,0.8552526,1),(-0.4198832,-0.4358083,0.7960963,1),(-0.05764814,-0.458789,0.8866732,1),(0.01475575,-0.4565606,0.8895699,1),(-0.1759034,-0.4465891,0.8772777,1),(-0.3404277,-0.4338324,0.8342053,1),(-0.5463461,-0.4239162,0.7223579,1),(-0.4788553,-0.4225501,0.7695122,1),(0.009784309,-0.4565778,0.8896298,1),(0.186745,-0.4404767,0.8781268,1),(0.2396475,-0.4411629,0.8648378,1),(0.07586846,-0.4551161,0.8871941,1),(0.3266742,-0.4258648,0.8437554,1),(0.4381759,-0.4169563,0.7963349,1),(0.4546074,-0.4217558,0.7845089,1),(0.3627532,-0.4285614,0.8274933,1),(0.3923294,-0.4329728,0.8115493,1),(0.2859918,-0.4434187,0.8494637,1),(0.4659985,-0.4277916,0.7744932,1),(0.4722383,-0.4344816,0.7669528,1),(0.4152505,-0.4384961,0.7970498,1),(0.3252291,-0.4468322,0.8334069,1),(0.1376742,-0.4547362,0.879921,1),(0.193656,-0.4553579,0.8689917,1),(0.535121,-0.4080486,0.7396903,1),(0.6260585,-0.3912573,0.6745135,1),(0.6097704,-0.4037045,0.6820576,1),(0.5329177,-0.4159859,0.7368544,1),(0.7113088,-0.3662503,0.599917,1),(0.7903591,-0.3323613,0.5146537,1),(0.7578227,-0.3571616,0.5460223,1),(0.685023,-0.3843495,0.6188852,1),(0.6565593,-0.400782,0.6389864,1),(0.5908619,-0.4154325,0.6915909,1),(0.7232218,-0.379397,0.5770686,1),(0.6872707,-0.3987339,0.6071822,1),(0.6262897,-0.4151818,0.6598374,1),(0.5694383,-0.426029,0.7030216,1),(0.5271959,-0.4241982,0.7362883,1),(0.5178914,-0.4322009,0.738235,1),(0.8405343,-0.3083821,0.4454242,1),(0.8478714,-0.3176927,0.4244824,1),(0.8138034,-0.3456581,0.4671665,1),(0.8058997,-0.3377095,0.4862899,1),(0.814269,-0.3620176,0.4537722,1),(0.7271902,-0.4377571,0.5287374,1),(0.7056572,-0.4447112,0.5516157,1),(0.7832507,-0.3823391,0.4902399,1),(0.7524642,-0.3995549,0.5235967,1),(0.7784305,-0.370147,0.5069882,1),(0.6859164,-0.4496908,0.5720986,1),(0.668151,-0.4531378,0.5901192,1),(0.7227316,-0.4138586,0.553516,1),(0.7428555,-0.391074,0.5433478,1),(0.76925,-0.3637878,0.5252742,1),(0.731611,-0.3863541,0.5616724,1),(0.6383288,-0.4969408,0.5878658,1),(0.6236784,-0.5100713,0.5923281,1),(0.63129,-0.5011348,0.5918925,1),(0.6322372,-0.4930445,0.5976481,1),(0.6886075,-0.4794781,0.5439857,1),(0.8206195,-0.3864056,0.4210397,1),(0.8445215,-0.3690498,0.3880538,1),(0.7071425,-0.4671611,0.5307636,1),(0.7261692,-0.4546047,0.5157644,1),(0.6405216,-0.4916137,0.5899559,1),(0.8666707,-0.3523526,0.3531708,1),(0.8864397,-0.3366867,0.3175952,1),(0.7448431,-0.4422684,0.4996072,1),(0.6506536,-0.4820108,0.5867839,1),(0.6282352,-0.4881662,0.605817,1),(0.6259302,-0.4828177,0.6124527,1),(0.9363005,-0.2559085,0.2405249,1),(0.9918116,-0.1253579,0.02439647,1),(0.9943504,-0.09839957,-0.03980769,1),(0.9545441,-0.23216,0.1869415,1),(0.9647452,0.02394741,-0.2620939,1),(0.757739,0.1982499,-0.6217143,1),(0.7423916,0.2006894,-0.6392013,1),(0.9474962,0.04518721,-0.3165584,1),(0.9291431,0.06120487,-0.3646191,1),(0.9919873,-0.07527253,-0.1014651,1),(0.732207,0.1996259,-0.65117,1),(0.725779,0.1960779,-0.6593923,1),(0.9109333,0.07263546,-0.406109,1),(0.9857206,-0.05608987,-0.1587732,1),(0.9685617,-0.2104837,0.1326082,1),(0.9783409,-0.1911975,0.07932676,1),(0.4064103,0.3213668,-0.8553093,1),(0.1396369,0.370477,-0.9182856,1),(0.1612105,0.3637704,-0.9174325,1),(0.4190781,0.312444,-0.8524978,1),(-0.03569453,0.3895408,-0.9203173,1),(-0.1598418,0.3990746,-0.9028788,1),(-0.1543186,0.399875,-0.9034853,1),(-0.01952458,0.3862277,-0.9221969,1),(0.1928177,0.3553067,-0.9146467,1),(0.006511774,0.3835912,-0.9234801,1),(-0.1414619,0.4029817,-0.9042092,1),(0.03978049,0.3805953,-0.9238856,1),(-0.1215585,0.4056163,-0.9059244,1),(0.230079,0.34586,-0.9096398,1),(0.4397859,0.3028799,-0.8454892,1),(0.4640497,0.2916029,-0.8364362,1),(-0.2495113,0.4032203,-0.8804302,1),(-0.3012511,0.4040254,-0.8637194,1),(-0.3148394,0.4120233,-0.8550514,1),(-0.2545225,0.4097336,-0.8759776,1),(-0.3175477,0.4039865,-0.8578801,1),(-0.2998546,0.4038726,-0.8642765,1),(-0.3261035,0.4123364,-0.8506674,1),(-0.3379735,0.4126407,-0.8458732,1),(-0.3585562,0.4210759,-0.8331462,1),(-0.3268721,0.4198635,-0.8466814,1),(-0.3539431,0.4209396,-0.8351851,1),(-0.3799344,0.4299315,-0.8190293,1),(-0.3754903,0.4295432,-0.8212793,1),(-0.3339061,0.4276184,-0.8400293,1),(-0.2554217,0.4173156,-0.8721282,1),(-0.2503833,0.4235765,-0.8705695,1),(-0.2438873,0.4084326,-0.8796033,1),(-0.1386824,0.4205162,-0.8966234,1),(-0.1730567,0.4248487,-0.8885691,1),(-0.2748781,0.41613,-0.8667629,1),(0.02978266,0.4325886,-0.9010993,1),(0.2663659,0.4354415,-0.8599069,1),(-0.005607417,0.4391237,-0.8984091,1),(0.233952,0.4398018,-0.8670875,1),(-0.2118995,0.4335704,-0.8758512,1),(-0.04713776,0.4468411,-0.8933705,1),(0.1937431,0.4429635,-0.8753553,1),(-0.0934647,0.4532944,-0.8864472,1),(0.146017,0.4462172,-0.8829322,1),(-0.2528417,0.4438735,-0.8596787,1),(-0.3091466,0.4218881,-0.8523138,1),(-0.3435814,0.4301847,-0.8348011,1),(0.454799,0.4151933,-0.7878911,1),(0.511895,0.3986636,-0.7609407,1),(0.4969468,0.3915992,-0.774399,1),(0.4301999,0.4122564,-0.8031019,1),(0.4548386,0.3957978,-0.7977882,1),(0.2603866,0.3961835,-0.8804758,1),(0.2902829,0.3797826,-0.8783513,1),(0.4548914,0.3830231,-0.8039695,1),(0.4476249,0.3710029,-0.8136269,1),(0.4743696,0.3849862,-0.7916811,1),(0.311683,0.3647933,-0.8773708,1),(0.3199897,0.3524727,-0.8794144,1),(0.4303366,0.3608078,-0.8274226,1),(0.4426759,0.3757876,-0.8141386,1),(0.3970744,0.4132591,-0.8194808,1),(0.3550958,0.4125421,-0.8388779,1),(0.02223248,0.3710421,-0.9283499,1),(-0.1236043,0.3511017,-0.9281431,1),(-0.048865,0.3440489,-0.9376793,1),(0.08374031,0.363883,-0.9276727,1),(-0.1848987,0.3365138,-0.9233477,1),(-0.1756497,0.3352749,-0.9256013,1),(-0.1096624,0.3283076,-0.9381835,1),(-0.1103137,0.331098,-0.9371259,1),(-0.03789612,0.3241446,-0.9452481,1),(0.02083161,0.3355489,-0.9417924,1),(-0.04414201,0.3200828,-0.9463607,1),(0.02121181,0.3105961,-0.9503053,1),(0.02748023,0.3167554,-0.948109,1),(0.07802751,0.327568,-0.9416001,1),(0.1373183,0.3515931,-0.9260269,1),(0.1756735,0.3411207,-0.9234584,1),(-0.1572857,0.345873,-0.9250044,1),(-0.1893564,0.3665649,-0.9109195,1),(-0.1043645,0.3379972,-0.9353427,1),(-0.1508453,0.3617591,-0.9199869,1),(-0.2742799,0.3952854,-0.8766526,1),(-0.4106384,0.4266335,-0.8058288,1),(-0.2532271,0.3968691,-0.8822534,1),(-0.410374,0.4364486,-0.8006908,1),(-0.1098456,0.3571267,-0.9275745,1),(-0.2292109,0.3982735,-0.888167,1),(-0.406982,0.4467588,-0.796726,1),(-0.1921334,0.3997654,-0.8962547,1),(-0.3924487,0.4581029,-0.7975748,1),(-0.05800314,0.3502308,-0.9348658,1),(-0.05027007,0.3303163,-0.9425308,1),(0.009803581,0.3188074,-0.9477688,1),(-0.524074,0.4475877,-0.7245769,1),(-0.5597414,0.4608887,-0.6886736,1),(-0.5376316,0.4621154,-0.705267,1),(-0.5762469,0.4767647,-0.6638033,1),(-0.5270671,0.4730724,-0.7059763,1),(-0.4202249,0.479898,-0.7701357,1),(-0.5388297,0.4891416,-0.6858593,1),(-0.4168982,0.4933124,-0.7634387,1),(-0.5881853,0.492566,-0.6414179,1),(-0.5461046,0.504572,-0.6687129,1),(-0.4090393,0.5062358,-0.7592182,1),(-0.5462825,0.5194925,-0.6570411,1),(-0.3960305,0.5161059,-0.7594699,1),(-0.591757,0.509192,-0.6249377,1),(-0.5472815,0.4770542,-0.6876789,1),(-0.5475811,0.4935727,-0.6756781,1),(-0.2799834,0.4737605,-0.8349614,1),(-0.161288,0.4556219,-0.8754398,1),(-0.1279778,0.4525268,-0.8825198,1),(-0.2571575,0.4806052,-0.8383846,1),(-0.06528861,0.4341108,-0.8984905,1),(0.009085373,0.4108222,-0.9116701,1),(0.04135144,0.3983898,-0.9162836,1),(-0.02904282,0.4250856,-0.9046872,1),(0.01134694,0.4128431,-0.9107315,1),(-0.0905313,0.4465919,-0.8901459,1),(0.07852153,0.3827806,-0.9204962,1),(0.1149317,0.3653128,-0.9237626,1),(0.05150048,0.3967158,-0.9164956,1),(-0.05190132,0.43573,-0.8985798,1),(-0.231231,0.4818896,-0.8451712,1),(-0.2024422,0.4781446,-0.8546315,1),(0.08253103,0.3859074,-0.9188385,1),(0.1730564,0.350665,-0.9203725,1),(0.1059736,0.3702835,-0.9228542,1),(0.1858803,0.3356701,-0.9234576,1),(0.2836721,0.3044956,-0.9092924,1),(0.4129234,0.2433336,-0.8776577,1),(0.2793597,0.2879932,-0.9159793,1),(0.3876998,0.2296844,-0.8927115,1),(0.205258,0.3162248,-0.9262133,1),(0.2873111,0.2726412,-0.9182152,1),(0.3783682,0.2165511,-0.8999684,1),(0.2995392,0.2541181,-0.9196196,1),(0.381993,0.2010216,-0.9020376,1),(0.2267076,0.2978176,-0.9273125,1),(0.1356486,0.352224,-0.9260333,1),(0.1654987,0.3348786,-0.9276133,1),(0.537522,0.1740577,-0.8250904,1),(0.6382408,0.108924,-0.7620921,1),(0.4925732,0.1663665,-0.8542211,1),(0.5795854,0.1076925,-0.8077642,1),(0.7177929,0.04954258,-0.6944919,1),(0.7801836,-0.004222794,-0.6255363,1),(0.6509357,0.05438043,-0.7571825,1),(0.7094017,0.006094606,-0.704778,1),(0.5399354,0.1079123,-0.8347603,1),(0.5992953,0.06274262,-0.7980655,1),(0.6472791,0.0235579,-0.7618889,1),(0.5656672,0.06579331,-0.8220047,1),(0.5983893,0.03953691,-0.8002293,1),(0.5200881,0.1014853,-0.848062,1),(0.4669439,0.1593395,-0.8698127,1),(0.4595398,0.1467345,-0.8759521,1),(0.8349438,-0.0402108,-0.5488642,1),(0.8876745,-0.04802248,-0.4579604,1),(0.7644866,-0.0303151,-0.6439264,1),(0.8223366,-0.04948309,-0.5668457,1),(0.9368247,-0.02639844,-0.3488017,1),(0.9758906,0.0265681,-0.216637,1),(0.881357,-0.05067763,-0.469725,1),(0.9367869,-0.03279113,-0.3483605,1),(0.7510682,-0.03460738,-0.659317,1),(0.8133826,-0.05408927,-0.579209,1),(0.8778737,-0.06666645,-0.4742293,1),(0.7404465,-0.04028086,-0.6709073,1),(0.8080634,-0.0753103,-0.5842618,1),(0.6806244,-0.009555966,-0.7325701,1),(0.6951147,-0.008684714,-0.7188464,1),(0.6326901,0.01690841,-0.7742203,1),(0.9927647,0.08948403,-0.08006803,1),(0.9886801,0.146727,0.03135052,1),(0.9759896,-0.004282928,-0.217775,1),(0.9942638,0.03274496,-0.1018196,1),(0.9738463,0.1973805,0.1125362,1),(0.9563801,0.2418461,0.1638521,1),(0.9969853,0.07737622,-0.005773533,1),(0.9893121,0.1286363,0.06866155,1),(0.9684016,-0.05533066,-0.2431806,1),(0.9898953,-0.02314426,-0.1398987,1),(0.9985092,0.02580389,-0.04809688,1),(0.9559388,-0.09378437,-0.2781826,1),(0.9819783,-0.05554975,-0.1806457,1),(0.9189202,-0.1098817,-0.3788291,1),(0.9318901,-0.06992352,-0.3559377,1),(0.8702108,-0.1036955,-0.4816435,1),(0.9354073,0.2942264,0.1960712,1),(0.9037642,0.3685011,0.2177551,1),(0.972963,0.1937867,0.1256579,1),(0.9446821,0.2809688,0.169211,1),(0.8552725,0.4649936,0.2286696,1),(0.7813654,0.5813557,0.2269218,1),(0.8983629,0.3911358,0.1998922,1),(0.82506,0.5220549,0.2161822,1),(0.9779301,0.1855152,0.09610733,1),(0.9419958,0.3007031,0.1490688,1),(0.8789662,0.4380303,0.1885419,1),(0.9770577,0.201935,0.06767877,1),(0.9323661,0.3359186,0.1336118,1),(0.9957929,0.09136613,-0.006990506,1),(0.9950732,0.0942657,0.03071387,1),(0.9959678,0.005850948,-0.08952066,1),(0.700076,0.6802242,0.2172294,1),(0.6455495,0.7347961,0.2081839,1),(0.739521,0.6359326,0.2206772,1),(0.6739666,0.7056959,0.2185459,1),(0.6250023,0.753992,0.2021587,1),(0.6395689,0.7422969,0.1998674,1),(0.6371254,0.7408214,0.2127322,1),(0.6313604,0.7479733,0.2047438,1),(0.728417,0.6478715,0.2228703,1),(0.6773314,0.7020395,0.2199153,1),(0.6491897,0.7319502,0.2068859,1),(0.738745,0.6374981,0.218751,1),(0.6902747,0.6934109,0.2066452,1),(0.7989804,0.5626145,0.2123564,1),(0.7988478,0.5623974,0.2134275,1),(0.8666211,0.4635016,0.1847544,1),(0.6760644,0.7093611,0.199359,1),(0.7211393,0.6630993,0.2006422,1),(0.6498625,0.7336318,0.1986527,1),(0.68458,0.7010672,0.1996374,1),(0.7731266,0.6008527,0.2031038,1),(0.8290132,0.5199388,0.2059148,1),(0.7336921,0.6471801,0.2070113,1),(0.7932344,0.5679126,0.2196687,1),(0.6637853,0.722585,0.1930282,1),(0.7046438,0.6801541,0.2021571,1),(0.7633888,0.607081,0.2206581,1),(0.6888068,0.6973666,0.198053,1),(0.740452,0.6358854,0.2176707,1),(0.6615614,0.725637,0.1891761,1),(0.6448702,0.7391535,0.1944083,1),(0.6619796,0.7245314,0.1919305,1),(0.8767074,0.4330172,0.2094759,1),(0.909318,0.3576847,0.2126083,1),(0.8462586,0.4790567,0.2331331,1),(0.8827526,0.4022016,0.2428614,1),(0.9304686,0.2958245,0.216139,1),(0.9432815,0.2479589,0.2207635,1),(0.9067953,0.3395054,0.2499171,1),(0.9218723,0.2915557,0.2552386,1),(0.8582836,0.4454995,0.2547145,1),(0.8847936,0.3835033,0.2646989,1),(0.9020805,0.3355837,0.2713563,1),(0.8629228,0.4288343,0.2673302,1),(0.8830396,0.3795915,0.2759551,1),(0.8342512,0.4887391,0.2552624,1),(0.8191255,0.5208079,0.2404006,1),(0.7943806,0.5584373,0.2389714,1),(0.9510095,0.2143611,0.2227781,1),(0.9558281,0.1946933,0.2201981,1),(0.9310626,0.2579578,0.258031,1),(0.9361778,0.238167,0.2585487,1),(0.9585605,0.1890294,0.2131424,1),(0.959371,0.1974887,0.2015078,1),(0.9380602,0.2323409,0.2570225,1),(0.9369347,0.2406112,0.2534949,1),(0.9171566,0.2838126,0.2797752,1),(0.9170248,0.2806813,0.2833435,1),(0.9121609,0.2929039,0.2866523,1),(0.8973594,0.3258853,0.2975651,1),(0.8882353,0.3431799,0.3053941,1),(0.8996579,0.3262557,0.2901257,1),(0.9124588,0.3021844,0.2758685,1),(0.895206,0.3442402,0.2830279,1),(0.9626186,0.1995064,0.1832009,1),(0.9729511,0.172753,0.1533701,1),(0.9394563,0.2414057,0.2431976,1),(0.9522674,0.2114744,0.2201483,1),(0.9871338,0.1153048,0.1107778,1),(0.9981912,0.02591773,0.05424727,1),(0.9718803,0.1484969,0.1827501,1),(0.9903322,0.05057349,0.1291676,1),(0.9259281,0.2657312,0.2684102,1),(0.9506543,0.1980367,0.2388262,1),(0.9771619,0.09042525,0.1922962,1),(0.9282799,0.2472569,0.2777779,1),(0.9622452,0.1283907,0.24,1),(0.898972,0.3199503,0.2991343,1),(0.9119427,0.2963997,0.2837391,1),(0.8844884,0.3507339,0.3076785,1),(0.9976994,-0.06778729,-0.0008750364,1),(0.9918888,-0.1210903,-0.03864837,1),(0.9937676,-0.1035773,0.04120475,1),(0.9954288,-0.05287637,0.07953381,1),(0.9899247,-0.128843,-0.05872466,1),(0.9912871,-0.1167301,-0.06102575,1),(0.9950616,-0.09571714,0.02627773,1),(0.9925738,-0.1191254,0.0246244,1),(0.9894855,-0.09899239,0.1054468,1),(0.9898474,-0.08093446,0.1168408,1),(0.9916252,-0.06884651,0.1092671,1),(0.9823385,-0.04675503,0.1811768,1),(0.9816895,-0.07982224,0.1729572,1),(0.9820002,-0.06090599,0.1787899,1),(0.9881182,-0.02390891,0.1518245,1),(0.9777722,0.002789477,0.2096517,1),(0.9955817,-0.07568131,-0.0555835,1),(0.9976999,-0.03707638,-0.05674826,1),(0.9976968,-0.05788288,0.03536619,1),(0.9990159,-0.02509256,0.036573,1),(0.9979568,0.00328636,-0.06380687,1),(0.9960303,0.04548842,-0.07651428,1),(0.9995401,0.00124764,0.03029933,1),(0.9996383,0.02117023,0.01658347,1),(0.9913958,-0.009164982,0.1305764,1),(0.9920767,0.003635862,0.1255807,1),(0.9937752,0.003000191,0.1113631,1),(0.9780397,0.01689445,0.2077326,1),(0.9811152,-0.001509538,0.1934185,1),(0.9773011,0.01463527,0.2113491,1),(0.9913499,-0.03540742,0.1263792,1),(0.9795596,-0.004736249,0.2010982,1),(0.9928692,0.07594918,-0.09188353,1),(0.9905977,0.08634865,-0.1061136,1),(0.9995618,0.02954902,-0.001700039,1),(0.9994439,0.02580073,-0.02112269,1),(0.9898661,0.07683399,-0.1194213,1),(0.9901306,0.04768131,-0.1317873,1),(0.9990821,0.009932779,-0.04166915,1),(0.9978374,-0.01784421,-0.06326291,1),(0.9973795,-0.02722561,0.06702878,1),(0.9978919,-0.05080706,0.04038047,1),(0.9967383,-0.07995483,0.01095588,1),(0.9887428,-0.09246459,0.1176352,1),(0.9882997,-0.1261305,0.08576024,1),(0.9872231,-0.06238863,0.1466223,1),(0.9958313,-0.009288026,0.09073998,1),(0.9845803,-0.03205844,0.1719706,1),(0.9897871,0.009406281,-0.1422431,1),(0.9891756,-0.02669566,-0.1442869,1),(0.9951932,-0.04996049,-0.08422838,1),(0.9921895,-0.07729164,-0.09790774,1),(0.9852577,-0.0685364,-0.1567484,1),(0.9814275,-0.1072973,-0.15902,1),(0.9823598,-0.1348155,-0.1295918,1),(0.9878561,-0.1062712,-0.1133433,1),(0.9903787,-0.1307806,-0.04523706,1),(0.9876037,-0.1431499,-0.0643978,1),(0.983686,-0.1571469,-0.08755945,1),(0.9860642,-0.1640581,-0.02761043,1),(0.985798,-0.1678865,-0.004051518,1),(0.9862741,-0.1635786,0.02248433,1),(0.9939334,-0.1083692,-0.01877273,1),(0.9874181,-0.1491726,0.05246937,1),(0.9779463,-0.1320808,-0.1617894,1),(0.9770322,-0.1299953,-0.1688469,1),(0.9786496,-0.1345098,-0.1554091,1),(0.9789519,-0.1471721,-0.1413993,1),(0.9784027,-0.1011352,-0.1802767,1),(0.9796221,-0.04486399,-0.1957745,1),(0.9812254,-0.03255006,-0.1900976,1),(0.9803949,-0.09660242,-0.1717374,1),(0.9852507,-0.08567587,-0.1481241,1),(0.9831469,-0.1311592,-0.1273554,1),(0.9837098,-0.02382068,-0.1781784,1),(0.9917213,-0.007756327,-0.1281747,1),(0.9908728,-0.08158912,-0.1073046,1),(0.9901249,-0.1184317,-0.0750123,1),(0.9821105,-0.1548153,-0.1071973,1),(0.9873842,-0.1498663,-0.05111277,1),(0.976696,0.02471093,-0.2132002,1),(0.9686429,0.09324633,-0.2302953,1),(0.9669445,0.1092731,-0.230386,1),(0.977061,0.04207526,-0.2087618,1),(0.9556055,0.1605593,-0.2470606,1),(0.9374781,0.2261346,-0.2645715,1),(0.9378615,0.2313906,-0.2586002,1),(0.9542024,0.174003,-0.2433534,1),(0.9700135,0.1213263,-0.2106031,1),(0.958057,0.1804396,-0.2226392,1),(0.9444759,0.2269052,-0.2376537,1),(0.9669317,0.1782904,-0.1823611,1),(0.9565927,0.2124967,-0.1994384,1),(0.9776494,0.1315849,-0.1639725,1),(0.979802,0.05574326,-0.1920432,1),(0.986942,0.07216834,-0.1440045,1),(0.916622,0.2874217,-0.277836,1),(0.8951882,0.3399279,-0.2882486,1),(0.919831,0.2841559,-0.2704929,1),(0.9005792,0.3314168,-0.2812828,1),(0.8748277,0.3845716,-0.2945865,1),(0.8563674,0.4215502,-0.298212,1),(0.8810329,0.3741452,-0.2894763,1),(0.8617177,0.4126309,-0.2952598,1),(0.9141794,0.3078657,-0.2636183,1),(0.8969975,0.3469528,-0.2738963,1),(0.8785214,0.385256,-0.2824498,1),(0.920923,0.3036975,-0.2442717,1),(0.9056054,0.3376055,-0.2567124,1),(0.9343702,0.271598,-0.230623,1),(0.9300291,0.2678893,-0.2515578,1),(0.9461902,0.2412314,-0.2157113,1),(0.8484143,0.4389266,-0.2958657,1),(0.8597388,0.4243576,-0.2842003,1),(0.8532777,0.4301792,-0.294725,1),(0.8668781,0.409564,-0.284218,1),(0.8889341,0.3756471,-0.2620791,1),(0.9302003,0.2883867,-0.2270697,1),(0.9003531,0.3474027,-0.2620604,1),(0.9449667,0.2377192,-0.2247836,1),(0.8838297,0.3771928,-0.2767141,1),(0.9169068,0.3059417,-0.2562843,1),(0.9583769,0.1824696,-0.2195873,1),(0.9378274,0.2486639,-0.2421691,1),(0.9698452,0.1247222,-0.2093913,1),(0.9103445,0.3228017,-0.2589823,1),(0.8700837,0.4023082,-0.2847849,1),(0.8985025,0.3512988,-0.2632158,1),(0.9630745,0.1901519,-0.1906033,1),(0.9790187,0.1160262,-0.1675117,1),(0.9754887,0.1193114,-0.1848967,1),(0.9863663,0.03953969,-0.1597445,1),(0.9848879,0.06799026,-0.1592897,1),(0.9850045,0.04588422,-0.1663153,1),(0.98849,-0.000610434,-0.151285,1),(0.987153,-0.002618737,-0.1597561,1),(0.9876374,-0.02412908,-0.1548877,1),(0.9876478,-0.05422344,-0.1470095,1),(0.9869985,-0.03842434,-0.1560687,1),(0.9854138,-0.0880582,-0.1456206,1),(0.9861787,-0.06014761,-0.1543822,1),(0.9860141,-0.0684023,-0.1519779,1),(0.9822126,0.05442245,-0.1797125,1),(0.9848003,0.001593546,-0.173683,1),(0.982979,0.03821549,-0.1796992,1),(0.9813346,0.03277466,-0.1894951,1),(0.9845567,0.01229646,-0.1746334,1),(0.9824301,0.02277523,-0.1852359,1),(0.980198,0.02955945,-0.1958011,1),(0.9801035,0.02835722,-0.1964512,1),(0.9810516,0.02897942,-0.1915667,1),(0.9808288,0.0309686,-0.1923951,1),(0.9832866,0.01903317,-0.1810671,1),(0.9818019,0.03315865,-0.1869904,1),(0.9816603,0.03785573,-0.1868423,1),(0.9827803,0.0357175,-0.1812928,1),(0.9826691,0.04218679,-0.1805043,1),(0.9841408,0.0167042,-0.176601,1),(0.9852861,-0.004741284,-0.1708475,1),(0.9857291,-0.01516962,-0.1676545,1),(-0.1886627,0.3744189,-0.9078639,1),(-0.1892552,0.3836305,-0.9038861,1),(-0.17379,0.351581,-0.9198847,1),(-0.1245663,0.2866737,-0.9498955,1),(-0.1361546,0.3085499,-0.9414133,1),(-0.1391839,0.3118691,-0.9398752,1),(-0.1487746,0.3132462,-0.9379461,1),(-0.1138002,0.2595908,-0.9589902,1),(-0.0777652,0.2022952,-0.9762321,1),(-0.1049971,0.2510074,-0.9622738,1),(-0.05463867,0.1700367,-0.9839218,1),(-0.0659154,0.1962514,-0.9783356,1),(-0.03834811,0.1351797,-0.9900787,1),(-0.002071655,0.07581067,-0.99712,1),(-0.007245956,0.09471637,-0.995478,1),(-0.01001409,0.1092372,-0.9939652,1),(-0.07247975,0.2128398,-0.9743952,1),(-0.06959569,0.2127049,-0.9746349,1),(-0.009420966,0.1194831,-0.9927915,1),(0.0002881744,0.1185165,-0.992952,1),(-0.07570373,0.1955654,-0.9777643,1),(-0.04177076,0.1245672,-0.9913316,1),(-0.02175167,0.08774212,-0.9959057,1),(-0.0481016,0.1464325,-0.9880505,1),(-0.01138715,0.04572501,-0.9988891,1),(0.01584452,-0.04160945,-0.9990083,1),(0.02320105,-0.04171496,-0.9988601,1),(0.001864117,0.02531419,-0.9996779,1),(0.01366985,0.01103068,-0.9998457,1),(-0.002565694,0.05459053,-0.9985055,1),(0.02927008,-0.03567725,-0.9989346,1),(0.03462188,-0.02662978,-0.9990457,1),(0.02368788,0.003039327,-0.9997148,1),(0.01402927,0.02974092,-0.9994591,1),(-0.01977374,0.09573016,-0.9952109,1),(0.005487585,0.05387717,-0.9985324,1),(0.04231499,-0.1434328,-0.988755,1),(0.0711785,-0.2685446,-0.9606338,1),(0.06954668,-0.2374097,-0.9689169,1),(0.04472063,-0.1247271,-0.9911827,1),(0.1026648,-0.4193442,-0.9020036,1),(0.1351202,-0.5895332,-0.7963626,1),(0.1279955,-0.5552416,-0.8217809,1),(0.0978659,-0.3828021,-0.918632,1),(0.0912431,-0.3375368,-0.9368797,1),(0.06668452,-0.1997056,-0.9775841,1),(0.1181997,-0.5095761,-0.8522681,1),(0.1070091,-0.45621,-0.8834147,1),(0.08431909,-0.2895959,-0.9534278,1),(0.06407548,-0.1619003,-0.9847246,1),(0.04608875,-0.1003015,-0.993889,1),(0.04754917,-0.07553718,-0.9960086,1),(0.1570266,-0.7222533,-0.6735674,1),(0.1625312,-0.7875315,-0.5944559,1),(0.1523421,-0.7608925,-0.6307412,1),(0.1482574,-0.6930493,-0.7054803,1),(0.1563409,-0.806522,-0.5701579,1),(0.1400151,-0.7874764,-0.6002305,1),(0.1268127,-0.7559886,-0.6421835,1),(0.1447294,-0.7792627,-0.6097565,1),(0.1313082,-0.7436528,-0.6555446,1),(0.1394817,-0.7236168,-0.6759612,1),(0.1132308,-0.7196501,-0.685042,1),(0.09963038,-0.6771343,-0.7290836,1),(0.1165872,-0.6983968,-0.7061511,1),(0.1246223,-0.6749706,-0.727244,1),(0.1364489,-0.6518206,-0.745997,1),(0.1225222,-0.5994099,-0.7910095,1),(0.1345763,-0.765924,-0.6286888,1),(0.1631785,-0.781421,-0.6022906,1),(0.1493491,-0.7473207,-0.6474618,1),(0.1203659,-0.7306165,-0.6720949,1),(0.2284688,-0.8301957,-0.5085047,1),(0.3264292,-0.8881249,-0.3235397,1),(0.3200866,-0.8738906,-0.3658687,1),(0.2170281,-0.803208,-0.5547574,1),(0.2065787,-0.778511,-0.59266,1),(0.1371371,-0.7149739,-0.6855695,1),(0.3127746,-0.8608466,-0.4013914,1),(0.3038412,-0.8487775,-0.4327324,1),(0.1967174,-0.7552916,-0.6251695,1),(0.1263778,-0.6831616,-0.7192489,1),(0.1072357,-0.6945292,-0.7114279,1),(0.09528369,-0.6563404,-0.7484239,1),(0.4179586,-0.9035565,-0.09431928,1),(0.4869976,-0.8606001,0.1489993,1),(0.4858387,-0.8655075,0.1218908,1),(0.4155982,-0.9003947,-0.128715,1),(0.5300046,-0.7175784,0.4518588,1),(0.482909,-0.3545647,0.8006765,1),(0.4730712,-0.3575197,0.8052226,1),(0.5281485,-0.7285135,0.4362651,1),(0.5238988,-0.7415502,0.4190865,1),(0.4815615,-0.8711551,0.09585097,1),(0.4642389,-0.366087,0.8065125,1),(0.4565211,-0.3816821,0.8036836,1),(0.5165202,-0.757525,0.3992026,1),(0.4732987,-0.8781658,0.06937686,1),(0.4106287,-0.8977565,-0.1594288,1),(0.4022096,-0.8959342,-0.1884924,1),(0.3262084,0.07697836,0.9421583,1),(0.2202065,0.2975538,0.9289622,1),(0.1840518,0.3183607,0.9299309,1),(0.2998064,0.09140313,0.9496113,1),(0.1801297,0.3914859,0.9023814,1),(0.1813409,0.4142462,0.8919168,1),(0.1282152,0.4506443,0.8834481,1),(0.1328539,0.4155031,0.8998371,1),(0.09812243,0.4321954,0.8964257,1),(0.1559297,0.3304331,0.9308597,1),(0.0828254,0.4735243,0.8768778,1),(0.05263519,0.4803944,0.8754717,1),(0.07669985,0.4364876,0.896435,1),(0.1384178,0.3315898,0.9332141,1),(0.2790261,0.09772223,0.9552983,1),(0.2653494,0.09408008,0.9595513,1),(0.19627,0.4024159,0.8941697,1),(0.2087176,0.3849433,0.8990304,1),(0.1345996,0.446802,0.8844495,1),(0.1482933,0.4290557,0.8910221,1),(0.215471,0.3592735,0.908017,1),(0.215352,0.3236451,0.9213454,1),(0.1833006,0.3390062,0.9227545,1),(0.163225,0.3916633,0.905515,1),(0.09635794,0.4559422,0.8847778,1),(0.1181422,0.4062939,0.9060727,1),(0.1574794,0.3347338,0.9290606,1),(0.1314568,0.3029275,0.9439036,1),(0.08929437,0.4026283,0.9109979,1),(0.06204314,0.4627089,0.8843367,1),(0.08367476,0.4770917,0.8748612,1),(0.04993531,0.4876238,0.8716247,1),(0.2224278,0.2857771,0.9321252,1),(0.2467284,0.2484318,0.9366999,1),(0.2479266,0.2259784,0.9420543,1),(0.2097109,0.2797004,0.936904,1),(0.2881281,0.2106522,0.9341348,1),(0.3463401,0.171583,0.9222839,1),(0.361486,0.1305884,0.9231871,1),(0.2983763,0.176619,0.9379644,1),(0.309134,0.1212074,0.9432629,1),(0.2513158,0.180713,0.9508854,1),(0.3756575,0.0719676,0.92396,1),(0.3738291,-0.007433924,0.9274678,1),(0.3041752,0.03851771,0.9518371,1),(0.2414122,0.1048507,0.9647416,1),(0.2010719,0.2516221,0.9467082,1),(0.1841559,0.1931146,0.9637392,1),(0.4052303,0.1331271,0.9044698,1),(0.4494488,0.09901827,0.8878013,1),(0.4687579,0.04849433,0.8819945,1),(0.4230606,0.08719327,0.9018964,1),(0.4799888,0.06960432,0.874509,1),(0.4978616,0.04489622,0.8660936,1),(0.5164488,-0.01351001,0.8562115,1),(0.4995279,0.01492421,0.8661692,1),(0.5148132,-0.04574782,0.8560808,1),(0.4845266,-0.01133435,0.874703,1),(0.5305259,-0.07529656,0.844318,1),(0.5337524,-0.1340126,0.8349544,1),(0.5168311,-0.1076228,0.8492955,1),(0.4854433,-0.07784129,0.8707959,1),(0.4384806,0.02802268,0.8983037,1),(0.4382018,-0.04440873,0.897779,1),(0.5059277,0.02163795,0.8623044,1),(0.5066562,-0.003376166,0.8621415,1),(0.519813,-0.06829064,0.8515462,1),(0.5224302,-0.04010326,0.8517383,1),(0.4999759,-0.03020991,0.8655123,1),(0.4856708,-0.05892278,0.8721537,1),(0.4879983,-0.1299171,0.8631217,1),(0.5084592,-0.09820025,0.8554683,1),(0.5147071,-0.16379,0.8415756,1),(0.5294058,-0.1325233,0.8379542,1),(0.4900087,-0.1970227,0.8491606,1),(0.4959646,-0.24846,0.8320378,1),(0.520318,-0.2164738,0.82608,1),(0.5344317,-0.1868619,0.8242969,1),(0.5346144,-0.1030933,0.8387843,1),(0.5388565,-0.1594568,0.8271681,1),(0.4705905,-0.09184583,0.8775585,1),(0.4610267,-0.1327941,0.8773939,1),(0.4506638,-0.2068026,0.8684094,1),(0.4662201,-0.1650315,0.8691394,1),(0.4567358,-0.1818379,0.8708199,1),(0.4573507,-0.2389859,0.8565723,1),(0.4373752,-0.3105865,0.8439426,1),(0.4411732,-0.25535,0.8603269,1),(0.4271907,-0.3149369,0.8475394,1),(0.4421383,-0.2717313,0.8547957,1),(0.4181961,-0.3619755,0.8331181,1),(0.4184115,-0.380578,0.8246771,1),(0.4294157,-0.3471359,0.8337259,1),(0.446205,-0.313996,0.838038,1),(0.4630958,-0.2324474,0.8552838,1),(0.4684951,-0.2811193,0.8375466,1),(0.4591347,-0.2981989,0.8368229,1),(0.4589644,-0.3529274,0.8153489,1),(0.4408575,-0.4074919,0.7997469,1),(0.4376532,-0.3642351,0.8220659,1),(0.457046,-0.4034931,0.7926552,1),(0.453598,-0.4502521,0.7691045,1),(0.4582985,-0.4649099,0.7575099,1),(0.4475769,-0.4408647,0.778019,1),(0.4378111,-0.4476579,0.7796947,1),(0.4226442,-0.4327012,0.79633,1),(0.4620582,-0.4492315,0.7646524,1),(0.4704325,-0.3934025,0.789891,1),(0.4414464,-0.4135773,0.7962908,1),(0.4231434,-0.4178656,0.8039516,1),(0.4162908,-0.4042523,0.8144213,1),(0.4156008,-0.4067957,0.8135068,1),(0.4491674,-0.4873204,0.7488441,1),(0.4461153,-0.5095105,0.7357854,1),(0.4757328,-0.4695416,0.7437802,1),(0.4686524,-0.4755239,0.7444743,1),(0.4449857,-0.5172493,0.7310545,1),(0.4460158,-0.5105624,0.7351163,1),(0.4785351,-0.4045374,0.7793291,1),(0.4793139,-0.4463592,0.7556598,1),(0.5044844,-0.3432207,0.792272,1),(0.5004612,-0.3992123,0.7682241,1),(0.4953094,-0.2635816,0.8277641,1),(0.4763624,-0.1081916,0.8725671,1),(0.5038962,-0.2130123,0.837087,1),(0.5098354,-0.2948737,0.8081568,1),(0.4858912,-0.4339301,0.7586927,1),(0.4978423,-0.354414,0.7915452,1),(0.4458085,-0.4841581,0.7528915,1),(0.4376713,-0.4310494,0.7890756,1),(0.4376197,-0.271781,0.8571021,1),(0.4678561,-0.3460233,0.8132517,1),(0.4182253,-0.3460908,0.8398266,1),(0.3831002,-0.2239274,0.8961534,1),(0.3031193,-0.06847412,0.9504894,1),(0.3836172,-0.1795359,0.9058723,1),(0.3230355,0.003639164,0.9463798,1),(0.4097709,-0.08355761,0.9083534,1),(0.2055244,0.08760275,0.9747232,1),(0.1066761,0.2143469,0.9709148,1),(0.2398297,0.1609456,0.9573809,1),(0.3454819,0.08906259,0.9341896,1),(0.4663695,-0.1727787,0.8675523,1),(0.4241291,-0.0006252057,0.9056016,1),(0.3232989,-0.08787774,0.9422078,1),(0.2291924,0.02399537,0.9730853,1),(0.09013969,0.1282033,0.987643,1),(0.2039745,0.04370177,0.9780003,1),(0.1031566,0.108152,0.9887678,1),(-0.05083302,0.1628224,0.9853451,1),(-0.1679157,0.2100365,0.9631661,1),(-0.03484194,0.1834664,0.9824083,1),(-0.1546841,0.2341559,0.9598144,1),(-0.04232234,0.2095325,0.9768853,1),(-0.2583155,0.2365064,0.9366632,1),(-0.3081743,0.2509872,0.9176242,1),(-0.2346512,0.2662315,0.9349115,1),(-0.1419658,0.2664847,0.9533266,1),(0.07854002,0.1608261,0.9838527,1),(-0.02806819,0.2498093,0.9678882,1),(-0.2004925,0.1922015,0.9606566,1),(-0.321942,0.2005974,0.9252643,1),(-0.3782593,0.2119173,0.9011165,1),(-0.2876183,0.216787,0.9328875,1),(-0.4201014,0.1905779,0.8872401,1),(-0.5005475,0.1635568,0.8501186,1),(-0.4923692,0.1733912,0.8529409,1),(-0.4449759,0.1971938,0.8735623,1),(-0.4403477,0.1957238,0.8762341,1),(-0.4030599,0.2125119,0.8901581,1),(-0.4580128,0.1762604,0.8712959,1),(-0.4009121,0.1693689,0.9003241,1),(-0.40673,0.1880363,0.8939872,1),(-0.3939875,0.2078971,0.8952948,1),(-0.3435712,0.2263812,0.911433,1),(-0.3617142,0.2289732,0.9037334,1),(-0.5554095,0.1310668,0.8211831,1),(-0.5759968,0.1067929,0.8104461,1),(-0.5147079,0.1215721,0.8487026,1),(-0.5172986,0.1456462,0.8433204,1),(-0.5642205,0.09102373,0.8205912,1),(-0.5192598,0.08370102,0.8505077,1),(-0.424112,0.08425218,0.9016821,1),(-0.4842016,0.1011479,0.8690903,1),(-0.3883397,0.1033911,0.9156978,1),(-0.4332724,0.1294088,0.8919239,1),(-0.3200273,0.07541803,0.9444017,1),(-0.2192134,0.05291398,0.974241,1),(-0.2886924,0.09013867,0.9531693,1),(-0.3415851,0.1218641,0.9319167,1),(-0.4561234,0.153595,0.8765615,1),(-0.37866,0.1481598,0.9136002,1),(-0.4507543,0.07515551,0.8894786,1),(-0.3701024,0.05404688,0.9274175,1),(-0.2618367,0.03518288,0.9644706,1),(-0.3454949,0.06506704,0.9361621,1),(-0.2759151,0.01994862,0.9609749,1),(-0.1679695,-0.02685123,0.9854264,1),(-0.07915395,-0.05634778,0.9952686,1),(-0.1729374,-0.00543127,0.9849178,1),(-0.08063024,-0.03941968,0.9959643,1),(-0.1594715,0.005970069,0.9871845,1),(-0.003080154,-0.09160785,0.9957904,1),(0.05807919,-0.1302067,0.9897844,1),(-0.00406245,-0.07937557,0.9968365,1),(-0.07104338,-0.03188773,0.9969634,1),(-0.2393361,0.04428819,0.9699262,1),(-0.1428303,0.01222677,0.9896717,1),(-0.04945941,-0.08911011,0.9947929,1),(0.08207775,-0.1755755,0.9810385,1),(0.1315484,-0.2035399,0.9701889,1),(0.02069849,-0.1200595,0.9925509,1),(0.2344219,-0.2907375,0.9276411,1),(0.4049402,-0.4308221,0.8064836,1),(0.400201,-0.4346358,0.8068029,1),(0.2582403,-0.3098754,0.9150351,1),(0.2703689,-0.3244364,0.9064445,1),(0.1678628,-0.230318,0.9585279,1),(0.3869814,-0.4309705,0.8151747,1),(0.3701832,-0.4239329,0.8265867,1),(0.2759132,-0.3353357,0.9007896,1),(0.1938205,-0.2553424,0.9472243,1),(0.07761668,-0.1533287,0.9851223,1),(0.1216634,-0.1872911,0.974741,1),(0.550038,-0.5466216,0.6313978,1),(0.6447259,-0.6052324,0.4669285,1),(0.6098895,-0.6051094,0.5117397,1),(0.5224445,-0.5440063,0.6565888,1),(0.698893,-0.6337287,0.3315668,1),(0.7365203,-0.6375386,0.2260142,1),(0.6666924,-0.6368493,0.3872262,1),(0.709278,-0.6442041,0.286227,1),(0.5685191,-0.5936542,0.5695267,1),(0.6289814,-0.6294291,0.456291,1),(0.6767492,-0.6439642,0.35682,1),(0.590947,-0.6106797,0.5271167,1),(0.6425833,-0.634148,0.43005,1),(0.5296404,-0.5698996,0.6282479,1),(0.489017,-0.529933,0.6928443,1),(0.4560924,-0.5086806,0.7302217,1),(0.7595832,-0.6308948,0.1581295,1),(0.7675839,-0.6254787,0.1399684,1),(0.7362475,-0.6400678,0.2196655,1),(0.7463784,-0.6343141,0.2014075,1),(0.7643762,-0.6214314,0.1719069,1),(0.7451572,-0.6171265,0.2527754,1),(0.7422274,-0.6289173,0.2314331,1),(0.7203096,-0.6210942,0.3088627,1),(0.7193813,-0.6419951,0.2652032,1),(0.7146234,-0.6358134,0.2916415,1),(0.6901444,-0.6243693,0.3658737,1),(0.6804236,-0.6380125,0.3605047,1),(0.6497539,-0.6222457,0.4366121,1),(0.6879073,-0.6441173,0.3345093,1),(0.7077332,-0.6455194,0.287086,1),(0.6763033,-0.6437095,0.358123,1),(0.7014499,-0.6154715,0.3593924,1),(0.6230358,-0.6228414,0.4731756,1),(0.6714145,-0.6162229,0.4116696,1),(0.581865,-0.6226597,0.5231903,1),(0.4918506,-0.6329272,0.5979015,1),(0.2821628,-0.6300253,0.7235,1),(0.4258588,-0.6319898,0.6474822,1),(0.1661611,-0.6204224,0.7664637,1),(0.5333344,-0.6203938,0.5750356,1),(0.3492034,-0.6284316,0.695076,1),(0.0341845,-0.6099415,0.7917088,1),(0.2443948,-0.6123697,0.7518474,1),(-0.1223491,-0.5840663,0.8024321,1),(0.4626433,-0.6081429,0.6450763,1),(0.6355108,-0.615508,0.4661287,1),(0.5837504,-0.6072305,0.5389866,1),(0.01923581,-0.6092287,0.7927613,1),(-0.2549612,-0.5807475,0.7731282,1),(-0.4375252,-0.5219259,0.7322329,1),(-0.1490082,-0.5764167,0.8034553,1),(-0.5452933,-0.5455876,0.6363876,1),(-0.8105178,-0.4707828,0.34846,1),(-0.8834372,-0.3959126,0.2505833,1),(-0.6926097,-0.4652973,0.5511717,1),(-0.8064512,-0.3895865,0.4448132,1),(-0.6034698,-0.4568079,0.6535677,1),(-0.9294477,-0.3326917,0.1595095,1),(-0.9557741,-0.2844953,0.07455365,1),(-0.8874763,-0.3269528,0.3247889,1),(-0.7433113,-0.3946779,0.5401089,1),(-0.3239298,-0.538734,0.7777116,1),(-0.4986959,-0.4909086,0.7143607,1),(-0.9280574,-0.3648379,0.07485124,1),(-0.9535881,-0.3001756,-0.02375929,1),(-0.9567462,-0.2761463,-0.09154304,1),(-0.9479154,-0.3184391,-0.007273943,1),(-0.9567139,-0.2908458,0.01036535,1),(-0.9321178,-0.3226565,0.1644665,1),(-0.959759,-0.2780627,-0.03929006,1),(-0.9375665,-0.3158311,0.1456704,1),(-0.9588336,-0.2764591,-0.06487334,1),(-0.9554905,-0.2627821,-0.1341022,1),(-0.9370843,-0.3166217,0.1470497,1),(-0.9314229,-0.3222185,0.1691939,1),(-0.9579428,-0.2791296,-0.06657426,1),(-0.9544491,-0.2552111,-0.1545776,1),(-0.9566433,-0.2832835,-0.06770715,1),(-0.9595397,-0.2585337,-0.1115517,1),(-0.8620102,-0.359145,0.3577055,1),(-0.7682973,-0.38482,0.5115005,1),(-0.748014,-0.3804583,0.5438073,1),(-0.8580685,-0.3551207,0.3709553,1),(-0.6608603,-0.4018229,0.6338786,1),(-0.5408431,-0.4134103,0.7325166,1),(-0.4824967,-0.4129492,0.7724441,1),(-0.6221154,-0.3984033,0.6739787,1),(-0.5761573,-0.3963785,0.7147916,1),(-0.7193019,-0.378071,0.5828097,1),(-0.4190302,-0.413988,0.8081013,1),(-0.3497596,-0.4167111,0.839059,1),(-0.5206679,-0.3960727,0.7563275,1),(-0.679506,-0.3778603,0.6288824,1),(-0.8462629,-0.3542695,0.39791,1),(-0.8246598,-0.3566515,0.4390171,1),(-0.4066652,-0.422668,0.8099229,1),(-0.2580713,-0.4336131,0.8633533,1),(-0.175362,-0.4352435,0.8830693,1),(-0.3313825,-0.4244798,0.8426165,1),(-0.09450614,-0.4453657,0.8903471,1),(0.08286452,-0.4556974,0.8862693,1),(0.1451215,-0.4562396,0.8779437,1),(-0.0161832,-0.4459327,0.8949202,1),(0.05702374,-0.4483075,0.8920587,1),(-0.09437946,-0.4387318,0.8936481,1),(0.200423,-0.4581518,0.8659835,1),(0.2478543,-0.4614609,0.8518347,1),(0.1232394,-0.4526553,0.883128,1),(-0.01734551,-0.444225,0.8957474,1),(-0.2539843,-0.4280582,0.8673282,1),(-0.1758315,-0.4334983,0.8838341,1),(0.2429045,-0.4569899,0.8556622,1),(0.3571728,-0.4510705,0.8179015,1),(0.3820302,-0.4558374,0.8039062,1),(0.2849989,-0.4595107,0.8412049,1),(0.4315794,-0.4445999,0.7849013,1),(0.4734067,-0.4412635,0.7623467,1),(0.4699809,-0.4477458,0.760685,1),(0.4417515,-0.4508861,0.7756014,1),(0.4463821,-0.4569121,0.7693987,1),(0.4002089,-0.4607831,0.7921565,1),(0.4626524,-0.4535347,0.7617474,1),(0.4520799,-0.4581952,0.7652979,1),(0.4459937,-0.4621873,0.7664676,1),(0.4120359,-0.4655128,0.7832779,1),(0.3198205,-0.4627294,0.8267989,1),(0.3472744,-0.4664546,0.8135236,1),(0.5051302,-0.4395319,0.7427349,1),(0.5457751,-0.4351146,0.7161039,1),(0.5204716,-0.4424908,0.7302815,1),(0.4894299,-0.4458922,0.7494255,1),(0.5947188,-0.4272362,0.681013,1),(0.6507651,-0.4149242,0.6358796,1),(0.6145038,-0.4279431,0.6627592,1),(0.562544,-0.4368366,0.7019387,1),(0.5307609,-0.4435225,0.7222053,1),(0.4943846,-0.4480162,0.7448929,1),(0.5794661,-0.4373546,0.6877064,1),(0.5001823,-0.4482194,0.7408893,1),(0.5464455,-0.4443314,0.7099063,1),(0.4684733,-0.4515002,0.7593947,1),(0.471568,-0.4510131,0.757767,1),(0.4523522,-0.4546409,0.7672542,1),(0.6940162,-0.4052817,0.5950533,1),(0.7080887,-0.4085048,0.5759638,1),(0.674811,-0.4226254,0.604994,1),(0.657312,-0.4206392,0.6253028,1),(0.6947066,-0.4255173,0.5799291,1),(0.6524191,-0.4554355,0.6057457,1),(0.6384644,-0.4568566,0.6193911,1),(0.6686561,-0.4348126,0.6031891,1),(0.6447008,-0.4419876,0.623705,1),(0.6435577,-0.4336534,0.6306966,1),(0.6259749,-0.4576137,0.6314627,1),(0.6146506,-0.4578771,0.6423031,1),(0.6229685,-0.4472286,0.6417919,1),(0.6149736,-0.4411153,0.6536244,1),(0.6223324,-0.4322788,0.6525623,1),(0.5898489,-0.4408771,0.6765395,1),(0.6248855,-0.4774593,0.617698,1),(0.6609682,-0.472834,0.5827084,1),(0.6708773,-0.4643891,0.5781576,1),(0.6245724,-0.4723417,0.6219345,1),(0.7623738,-0.4306934,0.4830002,1),(0.9034001,-0.3225216,0.2825737,1),(0.9175866,-0.3100958,0.2487477,1),(0.7783247,-0.4202269,0.4664975,1),(0.7923133,-0.4112041,0.4507222,1),(0.6798014,-0.4569582,0.5736369,1),(0.9291358,-0.2996029,0.2166675,1),(0.9382315,-0.291214,0.1868579,1),(0.8040003,-0.4039893,0.4363213,1),(0.6871691,-0.4508447,0.5696821,1),(0.6244517,-0.4676647,0.6255796,1),(0.623983,-0.4636462,0.6290291,1),(0.98423,-0.174559,0.02864499,1),(0.9767115,-0.04075008,-0.210652,1),(0.9659137,-0.02879311,-0.2572582,1),(0.9868476,-0.160543,-0.01891788,1),(0.8937307,0.0801812,-0.4413801,1),(0.7221004,0.190725,-0.6649775,1),(0.7201994,0.184206,-0.6688654,1),(0.8777772,0.08469488,-0.4715231,1),(0.8631382,0.08687333,-0.4974388,1),(0.9540372,-0.01968908,-0.2990409,1),(0.7196214,0.1768345,-0.6714719,1),(0.7199945,0.168883,-0.6731168,1),(0.8498018,0.08728262,-0.5198255,1),(0.9416243,-0.01294926,-0.3364162,1),(0.9868176,-0.1489976,-0.06317202,1),(0.9847122,-0.1397384,-0.1039953,1),(0.4892666,0.2793057,-0.8262001,1),(0.2698595,0.335872,-0.9024222,1),(0.5140002,0.2665873,-0.8153127,1),(0.3100451,0.3249096,-0.8934795,1),(0.07797502,0.3764117,-0.9231652,1),(-0.09502539,0.4073648,-0.9083084,1),(0.1191734,0.3709901,-0.9209582,1),(-0.06316551,0.4081002,-0.9107493,1),(0.3497522,0.3140893,-0.8826218,1),(0.1618391,0.3643997,-0.917072,1),(-0.02778271,0.4078269,-0.9126365,1),(0.2044427,0.3567886,-0.91154,1),(0.009232146,0.4066545,-0.9135354,1),(0.3877845,0.301662,-0.8709897,1),(0.5377783,0.2530925,-0.8042007,1),(0.5602442,0.2390835,-0.7930735,1),(-0.2382278,0.4284084,-0.8716156,1),(-0.333519,0.4364615,-0.8356235,1),(-0.2195784,0.432179,-0.8746465,1),(-0.3261024,0.4456954,-0.8336743,1),(-0.3862868,0.4383146,-0.8115805,1),(-0.4016221,0.4395627,-0.8034204,1),(-0.4183113,0.449557,-0.7892491,1),(-0.3908328,0.4473098,-0.8044647,1),(-0.390152,0.4563206,-0.7997203,1),(-0.3137986,0.4533172,-0.8342865,1),(-0.4300835,0.4594908,-0.7771078,1),(-0.4369851,0.4689239,-0.7675641,1),(-0.385222,0.4650717,-0.7970648,1),(-0.2978744,0.4605692,-0.83615,1),(-0.1957672,0.4368268,-0.8779849,1),(-0.1690935,0.4409281,-0.8814704,1),(-0.3757935,0.4400167,-0.8155761,1),(-0.2939878,0.4527297,-0.841788,1),(-0.4043723,0.4503162,-0.7960517,1),(-0.3329847,0.4615338,-0.8222578,1),(-0.1424953,0.4599005,-0.8764625,1),(0.09241327,0.4490219,-0.8887289,1),(-0.1912841,0.465948,-0.8638883,1),(0.03639913,0.4508231,-0.8918709,1),(-0.3676285,0.4696288,-0.8026818,1),(-0.236376,0.4709524,-0.8499001,1),(-0.01737275,0.4514782,-0.8921131,1),(-0.2746333,0.4747607,-0.8361692,1),(-0.06449157,0.4512686,-0.8900546,1),(-0.3961556,0.4757914,-0.7852917,1),(-0.4282542,0.4604172,-0.7775695,1),(-0.4459752,0.471387,-0.760855,1),(0.3048007,0.4109466,-0.8591969,1),(0.4013062,0.3702205,-0.8377889,1),(0.2496051,0.4086637,-0.8778903,1),(0.3536798,0.3648595,-0.8612712,1),(0.4024099,0.3527417,-0.8447719,1),(0.3141867,0.3437726,-0.8849334,1),(0.2985841,0.337433,-0.892741,1),(0.3672531,0.3459913,-0.8633743,1),(0.3305466,0.3397214,-0.8805273,1),(0.3051383,0.3595911,-0.8818077,1),(0.2799119,0.3318236,-0.9008565,1),(0.264636,0.3255805,-0.9077252,1),(0.2981195,0.3334741,-0.8943824,1),(0.2612795,0.3543153,-0.8978829,1),(0.194726,0.4056869,-0.8930285,1),(0.1449676,0.3994667,-0.9052131,1),(0.196681,0.3342255,-0.9217428,1),(0.1196694,0.3218796,-0.9391873,1),(0.1492324,0.3178802,-0.936313,1),(0.20508,0.329837,-0.9214932,1),(0.08335619,0.3100159,-0.9470702,1),(0.08636849,0.2997938,-0.9500864,1),(0.1500232,0.287685,-0.9459019,1),(0.1310508,0.3036921,-0.9437144,1),(0.1733519,0.296705,-0.9391034,1),(0.1727541,0.3138588,-0.9336213,1),(0.2099505,0.2742284,-0.9384665,1),(0.2638295,0.2593672,-0.9290439,1),(0.2127873,0.2876836,-0.9337878,1),(0.195832,0.3078369,-0.9310673,1),(0.2082793,0.3259691,-0.9221517,1),(0.2131407,0.3206158,-0.9229174,1),(0.0793517,0.3051181,-0.9490027,1),(0.009751406,0.3385531,-0.9408968,1),(0.09018511,0.3235899,-0.9418896,1),(0.1547646,0.288232,-0.944971,1),(-0.1354287,0.3998865,-0.9065042,1),(-0.360824,0.4708355,-0.8050591,1),(-0.3144156,0.4778301,-0.8202568,1),(-0.06182658,0.3949216,-0.9166321,1),(0.02006822,0.3867236,-0.9219772,1),(0.1731445,0.3052324,-0.9364048,1),(-0.2543839,0.4885091,-0.8346542,1),(-0.1899698,0.4968117,-0.8468115,1),(0.09827178,0.3757571,-0.9214929,1),(0.247867,0.2855191,-0.925765,1),(0.2288693,0.269043,-0.9355398,1),(0.2944736,0.2489889,-0.9226537,1),(-0.5346354,0.5125749,-0.6718868,1),(-0.5843487,0.5272825,-0.6168548,1),(-0.5084229,0.5332752,-0.6761094,1),(-0.5648645,0.5488096,-0.6162271,1),(-0.5367849,0.5355,-0.6519982,1),(-0.3780908,0.5192861,-0.7664132,1),(-0.3545296,0.516732,-0.7792925,1),(-0.5196,0.5473617,-0.6560572,1),(-0.4959432,0.5538776,-0.668775,1),(-0.5356109,0.5700541,-0.6230243,1),(-0.3237279,0.5101941,-0.7968075,1),(-0.2865018,0.4955111,-0.8199912,1),(-0.463358,0.5600011,-0.6868027,1),(-0.4998551,0.5863404,-0.6374558,1),(-0.4712215,0.5540795,-0.6862553,1),(-0.4262236,0.5730173,-0.6999889,1),(-0.1700778,0.4701977,-0.8660182,1),(-0.01364159,0.4188552,-0.9079506,1),(0.02421324,0.3947928,-0.918451,1),(-0.1349252,0.4546606,-0.8803857,1),(0.08898728,0.3768453,-0.9219918,1),(0.1466482,0.3467548,-0.9264207,1),(0.1240624,0.3528878,-0.9274043,1),(0.1744502,0.3286647,-0.9281954,1),(0.1567096,0.321116,-0.9339843,1),(0.06296085,0.3617664,-0.9301404,1),(0.1987415,0.3083593,-0.9302775,1),(0.2232193,0.287113,-0.9315251,1),(0.1904958,0.2824484,-0.9401777,1),(0.1040946,0.317486,-0.9425322,1),(-0.09621499,0.4297007,-0.8978307,1),(-0.05283428,0.3929279,-0.9180502,1),(0.1908139,0.3197466,-0.9280906,1),(0.2473902,0.2846883,-0.9261483,1),(0.2110528,0.3081543,-0.9276301,1),(0.2632903,0.2754867,-0.9245461,1),(0.3156112,0.2390464,-0.9182846,1),(0.3947788,0.1819748,-0.9005747,1),(0.3303674,0.2278425,-0.9159396,1),(0.4110199,0.1635634,-0.8968331,1),(0.2745928,0.2726151,-0.9221061,1),(0.3408357,0.2243026,-0.9129727,1),(0.4239706,0.1523565,-0.8927689,1),(0.3437202,0.2320992,-0.9099375,1),(0.4268783,0.1552965,-0.8908747,1),(0.2806816,0.2774892,-0.9188132,1),(0.2269006,0.2995706,-0.9267004,1),(0.240392,0.2950279,-0.9247541,1),(0.467133,0.1255718,-0.8752247,1),(0.5179281,0.08439352,-0.8512511,1),(0.4823936,0.1010515,-0.8701063,1),(0.5261843,0.06173731,-0.8481265,1),(0.5497027,0.05900707,-0.8332737,1),(0.5645497,0.0493029,-0.8239253,1),(0.5458133,0.04604522,-0.8366408,1),(0.5432025,0.05368506,-0.8378836,1),(0.5346779,0.04283129,-0.8439699,1),(0.5449986,0.03442366,-0.8377299,1),(0.5283069,0.05644626,-0.8471751,1),(0.5383785,0.03189743,-0.8420992,1),(0.5136904,0.06148691,-0.8557696,1),(0.5336065,0.03730787,-0.8449097,1),(0.4957869,0.08218951,-0.8645463,1),(0.4980872,0.07843804,-0.8635721,1),(0.5810587,0.04177103,-0.812789,1),(0.6164442,0.02156815,-0.7871032,1),(0.5409207,0.06357327,-0.8386675,1),(0.5616247,0.05372965,-0.8256457,1),(0.6693439,-0.01206264,-0.7428547,1),(0.735946,-0.05966457,-0.6744062,1),(0.6046588,0.02342429,-0.7961401,1),(0.6669523,-0.02829986,-0.7445628,1),(0.5165625,0.08274958,-0.8522416,1),(0.5484897,0.05889454,-0.8340806,1),(0.6035489,0.009156314,-0.7972733,1),(0.503324,0.08744355,-0.8596619,1),(0.5488818,0.04355817,-0.8347643,1),(0.4817413,0.1046186,-0.8700461,1),(0.5098641,0.08179992,-0.856357,1),(0.4853806,0.09596557,-0.8690203,1),(0.8013114,-0.1045527,-0.5890407,1),(0.855968,-0.127481,-0.5010662,1),(0.7317597,-0.08203336,-0.676608,1),(0.7872158,-0.1170464,-0.6054679,1),(0.9020697,-0.1283451,-0.4120653,1),(0.9406601,-0.1068586,-0.3220867,1),(0.8356687,-0.1333928,-0.532789,1),(0.8788607,-0.1310004,-0.4587405,1),(0.7171205,-0.08993142,-0.6911227,1),(0.7636126,-0.1191076,-0.6345936,1),(0.8055411,-0.1348721,-0.5769861,1),(0.6941457,-0.09503537,-0.7135335,1),(0.7337221,-0.1258816,-0.6676869,1),(0.6507621,-0.0565462,-0.7571732,1),(0.6643737,-0.04719666,-0.7459089,1),(0.6026332,-0.01032082,-0.7979515,1),(0.9707785,-0.06201921,-0.2318244,1),(0.989987,0.007725615,-0.1409466,1),(0.9188064,-0.1083851,-0.3795357,1),(0.9550523,-0.06198701,-0.289884,1),(0.9934653,0.1032632,-0.0486152,1),(0.973785,0.2230665,0.04454385,1),(0.9822102,0.009668937,-0.1875357,1),(0.9917636,0.1060013,-0.07189377,1),(0.8956419,-0.1138058,-0.4299697,1),(0.9422608,-0.06999472,-0.3274832,1),(0.9795603,-0.002477201,-0.2011359,1),(0.884717,-0.1276184,-0.4483184,1),(0.9407021,-0.08835714,-0.3275248,1),(0.8277179,-0.1458971,-0.5418462,1),(0.8485082,-0.1348305,-0.5117174,1),(0.7764638,-0.1448688,-0.6132838,1),(0.930155,0.3447928,0.1262126,1),(0.8736529,0.4524879,0.1788442,1),(0.9761415,0.213667,0.03865751,1),(0.9387889,0.3233748,0.1187607,1),(0.8119926,0.5470614,0.2034495,1),(0.7492587,0.6305882,0.2024105,1),(0.8852074,0.433836,0.1679115,1),(0.8179358,0.5439356,0.1873904,1),(0.9815602,0.1886033,0.03111786,1),(0.9456875,0.3073354,0.1059249,1),(0.8860978,0.4378091,0.1521643,1),(0.9834218,0.1809292,0.01209097,1),(0.9437609,0.3190356,0.08678549,1),(0.9943968,0.065132,-0.08326289,1),(0.9938107,0.08468439,-0.0718938,1),(0.9800088,-0.02497541,-0.1973807,1),(0.6996639,0.6877228,0.193669,1),(0.6788574,0.7084058,0.1931681,1),(0.7538598,0.6279877,0.1932022,1),(0.7149385,0.6700813,0.1996346,1),(0.6883035,0.6969802,0.2011392,1),(0.726136,0.6523379,0.2172139,1),(0.7051896,0.6778566,0.2078896,1),(0.7244093,0.6538438,0.2184483,1),(0.7671528,0.6097053,0.1993389,1),(0.7400959,0.6383524,0.2115756,1),(0.7389399,0.6373361,0.2185645,1),(0.7928864,0.5740311,0.2044978,1),(0.7726038,0.5977188,0.2140464,1),(0.8319955,0.524175,0.1817249,1),(0.8182816,0.5458257,0.1802485,1),(0.8857231,0.441588,0.1431588,1),(0.7722626,0.5902745,0.2349186,1),(0.8097554,0.5307693,0.2501603,1),(0.7569101,0.6117626,0.2298554,1),(0.7878563,0.5662001,0.2422803,1),(0.8398048,0.4748045,0.2632273,1),(0.8636023,0.4229161,0.2744685,1),(0.8170276,0.516856,0.2555894,1),(0.8440859,0.4634746,0.2696487,1),(0.7735553,0.5888361,0.2342741,1),(0.7978265,0.5497748,0.2474275,1),(0.8252245,0.4995023,0.2636325,1),(0.7860507,0.5688301,0.2419847,1),(0.8080148,0.5293398,0.2586727,1),(0.7721223,0.5928397,0.2288411,1),(0.7536538,0.6177209,0.2245592,1),(0.7674405,0.6023805,0.219483,1),(0.8788133,0.3828805,0.2847629,1),(0.8839961,0.3631051,0.2944585,1),(0.8629168,0.4185967,0.2831099,1),(0.869733,0.3959959,0.2945362,1),(0.8804274,0.3639362,0.3039705,1),(0.8679522,0.3853489,0.3133134,1),(0.866215,0.3962012,0.3044606,1),(0.8523024,0.4191324,0.3129036,1),(0.8547728,0.4293976,0.2915155,1),(0.8524243,0.4276933,0.300751,1),(0.8394225,0.4484082,0.307083,1),(0.8360469,0.4630799,0.2942491,1),(0.8268756,0.4766799,0.2984174,1),(0.8363491,0.4674804,0.2863254,1),(0.8463104,0.4535769,0.2793326,1),(0.8274595,0.4898119,0.2745813,1),(0.8614731,0.3961014,0.3177544,1),(0.8767776,0.3643076,0.3139128,1),(0.8449702,0.4306061,0.317181,1),(0.8620083,0.3962196,0.3161516,1),(0.9103397,0.2854531,0.2996634,1),(0.9504071,0.153538,0.270467,1),(0.8995359,0.3102545,0.3075342,1),(0.9433739,0.1641561,0.2882682,1),(0.8537977,0.4176437,0.3108107,1),(0.894976,0.3240431,0.3066171,1),(0.9413916,0.1659575,0.2936662,1),(0.8945783,0.3284484,0.3030698,1),(0.9419467,0.1618683,0.2941689,1),(0.8508554,0.4301052,0.3017525,1),(0.8337832,0.456742,0.3101488,1),(0.8261974,0.4765677,0.300468,1),(0.968785,0.01782078,0.2472611,1),(0.9735659,-0.05183406,0.2224472,1),(0.9670319,-0.05457956,0.2487375,1),(0.9636288,0.01918437,0.266555,1),(0.972842,-0.06727788,0.2214772,1),(0.9708269,-0.02729693,0.2382225,1),(0.9627368,-0.008780453,0.2702978,1),(0.9658076,-0.06371488,0.2513088,1),(0.9610336,-0.06562586,0.2685288,1),(0.9625961,-0.06359462,0.2633715,1),(0.9574402,0.004382866,0.2885984,1),(0.9542364,0.01191644,0.2988155,1),(0.9579126,-0.06936022,0.2785545,1),(0.9596357,-0.07315341,0.2715657,1),(0.9618289,0.01230235,0.273375,1),(0.9604719,0.002392193,0.2783667,1),(0.9663414,0.02847144,0.2556828,1),(0.9620013,0.05135694,0.2681717,1),(0.9491286,0.09104873,0.3014382,1),(0.9546622,0.06004325,0.291573,1),(0.9624523,0.0465037,0.2674375,1),(0.966575,0.01228288,0.25609,1),(0.9559839,0.04161831,0.2904526,1),(0.9498056,0.08482164,0.3011222,1),(0.9400742,0.1205655,0.3189426,1),(0.9393483,0.1266823,0.3187104,1),(0.9481968,0.07040635,0.3097836,1),(0.9431627,0.09001749,0.3199079,1),(0.9335998,0.1450289,0.3276553,1),(0.932886,0.1508746,0.3270482,1),(0.9468747,0.08836737,0.309224,1),(0.9419384,0.1071051,0.3182461,1),(0.9714355,-0.031868,0.235154,1),(0.9750414,-0.0696101,0.2108284,1),(0.9660953,-0.05676496,0.2518684,1),(0.9621315,-0.01369164,0.2722414,1),(0.9778306,-0.1010706,0.1833899,1),(0.9787445,-0.1319233,0.1570207,1),(0.9726949,-0.1071114,0.2058926,1),(0.9692888,-0.08781993,0.2297102,1),(0.9625583,-0.06721405,0.2626096,1),(0.9596625,-0.03884237,0.2784586,1),(0.9658062,-0.07853705,0.2470836,1),(0.9594957,-0.05320079,0.2766548,1),(0.9572726,-0.0503512,0.2847699,1),(0.9551457,-0.02577301,0.2950127,1),(0.9556581,0.006939932,0.2943967,1),(0.9514691,0.02092963,0.3070316,1),(0.981908,-0.1443369,0.1225704,1),(0.9835654,-0.153715,0.09471443,1),(0.9791862,-0.122284,0.1619907,1),(0.9760545,-0.1178034,0.1828659,1),(0.9856097,-0.1542462,0.06914894,1),(0.9882342,-0.1459477,0.04574455,1),(0.9855561,-0.1126449,0.1264528,1),(0.9823174,-0.1205778,0.1432253,1),(0.9742025,-0.07768424,0.2118836,1),(0.9718803,-0.08003487,0.221457,1),(0.9761416,-0.07333367,0.2043762,1),(0.9647008,-0.03615302,0.260855,1),(0.9632856,-0.03875532,0.2656667,1),(0.9627684,-0.04122889,0.267165,1),(0.9691095,-0.08033596,0.2331798,1),(0.9615221,-0.04607479,0.2708366,1),(0.9906622,-0.1343291,0.02332646,1),(0.9950792,-0.09907408,-0.001327737,1),(0.9899608,-0.09189662,0.10739,1),(0.9942263,-0.06188484,0.08766004,1),(0.9982558,-0.05245986,-0.02707712,1),(0.9984931,0.02115657,-0.05063696,1),(0.9977659,-0.01727088,0.06453659,1),(0.9984065,0.04134935,0.03840057,1),(0.9835496,-0.03252724,0.1776856,1),(0.9875085,0.008154571,0.157355,1),(0.989322,0.06365424,0.1311106,1),(0.9708251,0.03504322,0.2372145,1),(0.9723742,0.09537018,0.2130562,1),(0.9673554,-0.006826577,0.2533315,1),(0.9810724,-0.05225483,0.1864576,1),(0.965794,-0.02843026,0.2577476,1),(0.9935218,0.08579436,-0.07452376,1),(0.9858961,0.1360318,-0.0974905,1),(0.9949914,0.09921698,0.0121725,1),(0.9899291,0.1408545,-0.0141558,1),(0.977847,0.1717891,-0.1195979,1),(0.9709451,0.1933537,-0.140996,1),(0.9852375,0.1663165,-0.04056821,1),(0.9821106,0.1759334,-0.06712794,1),(0.9851269,0.1552611,0.07361531,1),(0.9839839,0.1727417,0.04400173,1),(0.9850737,0.1715867,0.01370416,1),(0.9707556,0.2056102,0.1239273,1),(0.9763868,0.1948268,0.09333484,1),(0.969092,0.1926354,0.1541185,1),(0.9875872,0.1188653,0.1026779,1),(0.9704994,0.1557895,0.1840124,1),(0.9643773,0.2091994,-0.1619008,1),(0.9567333,0.2275062,-0.1813903,1),(0.9794517,0.1786687,-0.09355125,1),(0.9759754,0.1830874,-0.1181139,1),(0.9478748,0.2483707,-0.1996127,1),(0.9376127,0.2718936,-0.216694,1),(0.9717535,0.1892468,-0.1409992,1),(0.9668196,0.197219,-0.1623713,1),(0.987581,0.1504766,-0.04517265,1),(0.9875493,0.140114,-0.07151485,1),(0.986873,0.1298789,-0.09598424,1),(0.9930952,0.1170891,0.007211666,1),(0.995919,0.08841821,-0.01809508,1),(0.9889415,0.1443242,0.03413513,1),(0.9868162,0.1609688,-0.01681853,1),(0.9834033,0.1702182,0.06279827,1),(0.9330664,0.2779952,-0.2282669,1),(0.9413982,0.2475573,-0.2290955,1),(0.9649745,0.1919885,-0.1787864,1),(0.9694,0.1609759,-0.1853386,1),(0.9595108,0.1785132,-0.2178809,1),(0.9788226,0.06936852,-0.1925993,1),(0.9779477,0.1035063,-0.1813965,1),(0.9858819,0.01985813,-0.1662607,1),(0.9885201,0.08042264,-0.1279068,1),(0.9906608,0.03666191,-0.1313284,1),(0.9917971,-0.01920799,-0.1263711,1),(0.9979573,-0.008508787,-0.06331577,1),(0.9969492,-0.04202534,-0.06577402,1),(0.9982017,0.0245308,-0.05469584,1),(0.9869639,0.1114854,-0.1160746,1),(0.9975954,0.05685703,-0.03963218,1),(0.9856794,-0.03463422,-0.1650347,1),(0.984713,-0.09028275,-0.1489607,1),(0.9872437,-0.05612956,-0.148994,1),(0.9856766,-0.09450425,-0.1396807,1),(0.9843017,-0.1007391,-0.1449198,1),(0.9859427,-0.06814899,-0.1525541,1),(0.9855765,-0.09752207,-0.1383061,1),(0.987264,-0.06642584,-0.1445592,1),(0.9893382,-0.0879409,-0.1160877,1),(0.9893584,-0.08563311,-0.1176306,1),(0.9905609,-0.05988174,-0.123301,1),(0.9946842,-0.07115944,-0.07442938,1),(0.9952582,-0.05298648,-0.08157053,1),(0.9947343,-0.07560682,-0.06918979,1),(0.9906964,-0.06617821,-0.1189171,1),(0.9956218,-0.06603179,-0.06616037,1),(0.9863384,-0.02110489,-0.1633741,1),(0.9852523,0.01230159,-0.1706654,1),(0.987919,-0.02481074,-0.1529725,1),(0.9872701,0.004642617,-0.1589852,1),(0.9840978,0.03223806,-0.1746777,1),(0.9840234,0.03907771,-0.1736981,1),(0.9864196,0.02209639,-0.1627519,1),(0.9866488,0.0286551,-0.1603216,1),(0.9906741,-0.006115495,-0.1361155,1),(0.9901171,0.006699755,-0.1400829,1),(0.9903755,0.01223764,-0.1378651,1),(0.9947475,-0.01305667,-0.1015224,1),(0.9951907,-0.006624442,-0.0977323,1),(0.9952422,-0.01926109,-0.09550896,1),(0.9910585,-0.02816066,-0.1304222,1),(0.9954733,-0.03273555,-0.08922548,1),(0.03666384,0.05041319,-0.9980553,1),(0.04586748,0.04881842,-0.9977539,1),(0.03318814,0.04690647,-0.9983478,1),(0.06268344,0.01180335,-0.9979637,1),(0.06717728,0.01132282,-0.9976768,1),(0.07662651,0.0101421,-0.9970083,1),(0.02966548,0.04196512,-0.9986785,1),(0.02609135,0.0355962,-0.9990256,1),(0.04596574,0.01408927,-0.9988437,1),(0.05543064,0.01272365,-0.9983815,1),(0.07266346,-0.0003894321,-0.9973564,1),(0.08236712,-0.004264156,-0.9965929,1),(0.05932187,0.005004792,-0.9982263,1),(0.06786091,0.00242126,-0.9976919,1),(0.08362182,-0.004322467,-0.9964881,1),(0.09493747,-0.009156876,-0.995441,1),(0.08826964,-0.006579393,-0.9960749,1),(0.09599519,-0.007664072,-0.9953524,1),(0.1017771,-0.01205727,-0.9947341,1),(0.1076327,-0.01304405,-0.9941052,1),(0.02482314,0.02705961,-0.9993255,1),(0.02668932,0.01550731,-0.9995236,1),(0.03570047,0.01006225,-0.9993119,1),(0.03842534,0.0138574,-0.9991654,1),(0.03160897,0.0008735664,-0.9995,1),(0.03959519,-0.01697724,-0.9990715,1),(0.04417622,-0.008072819,-0.9989912,1),(0.03763732,0.002755816,-0.9992877,1),(0.04220297,0.006292476,-0.9990893,1),(0.04193408,0.009617486,-0.999074,1),(0.04833739,-0.0007434983,-0.9988309,1),(0.05204039,0.004132787,-0.9986364,1),(0.04571775,0.009109335,-0.9989128,1),(0.04621375,0.01049647,-0.9988764,1),(0.04760097,0.009208736,-0.9988241,1),(0.05357571,0.008277755,-0.9985295,1),(0.04990881,-0.05417999,-0.9972831,1),(0.0628472,-0.1286075,-0.9897021,1),(0.06298272,-0.1012587,-0.9928644,1),(0.05303806,-0.03731034,-0.9978952,1),(0.07842759,-0.2438274,-0.9666423,1),(0.09569668,-0.399004,-0.9119418,1),(0.08515546,-0.3418449,-0.9358903,1),(0.07393473,-0.2027531,-0.9764347,1),(0.07077384,-0.1670421,-0.9834064,1),(0.06410223,-0.07934453,-0.9947841,1),(0.07601658,-0.2879891,-0.9546118,1),(0.06880967,-0.2402595,-0.9682668,1),(0.06885427,-0.1371045,-0.9881607,1),(0.06582471,-0.06234539,-0.9958816,1),(0.05657376,-0.02457506,-0.9980959,1),(0.06015772,-0.01569157,-0.9980655,1),(0.1075231,-0.537684,-0.8362625,1),(0.1085856,-0.6152204,-0.7808413,1),(0.09233656,-0.5472857,-0.8318366,1),(0.09250687,-0.470545,-0.8775136,1),(0.1012589,-0.6430139,-0.7591308,1),(0.08659752,-0.6277113,-0.7736146,1),(0.07475004,-0.572256,-0.8166611,1),(0.08615489,-0.5794177,-0.8104643,1),(0.07244354,-0.5115574,-0.8561897,1),(0.07716815,-0.4762048,-0.8759419,1),(0.06494332,-0.5129485,-0.8559592,1),(0.05800911,-0.4523337,-0.8899602,1),(0.06135217,-0.4441824,-0.8938333,1),(0.06444953,-0.407734,-0.9108235,1),(0.07864555,-0.4030963,-0.9117721,1),(0.06708168,-0.3405255,-0.9378392,1),(0.08477666,-0.6149087,-0.7840283,1),(0.117019,-0.6504911,-0.7504452,1),(0.1093045,-0.6158993,-0.7802054,1),(0.07610382,-0.5699788,-0.8181274,1),(0.1871276,-0.7323179,-0.6547471,1),(0.2927771,-0.8370224,-0.46225,1),(0.2798685,-0.8244653,-0.4918644,1),(0.1780255,-0.708225,-0.6831723,1),(0.169606,-0.6814082,-0.7119808,1),(0.1035087,-0.5783394,-0.8092029,1),(0.2654646,-0.8096699,-0.523415,1),(0.2497682,-0.7908872,-0.558671,1),(0.1619859,-0.6499525,-0.7425108,1),(0.09985173,-0.5365682,-0.8379285,1),(0.06975955,-0.5218015,-0.8502098,1),(0.06619603,-0.4706211,-0.8798487,1),(0.3897389,-0.8948061,-0.2177736,1),(0.4603978,-0.8867606,0.04110247,1),(0.4431514,-0.8963934,0.009789912,1),(0.3735381,-0.8935936,-0.2489169,1),(0.5054002,-0.7768034,0.3756956,1),(0.4497017,-0.4051358,0.796011,1),(0.443067,-0.4355476,0.7835751,1),(0.4906083,-0.7988622,0.3480267,1),(0.472343,-0.8229455,0.3156785,1),(0.4219685,-0.9062421,-0.02584198,1),(0.4358111,-0.4714661,0.7666736,1),(0.427102,-0.5114688,0.7456431,1),(0.4506582,-0.8483315,0.2779225,1),(0.3970844,-0.9153158,-0.06723855,1),(0.3540481,-0.891206,-0.2835521,1),(0.3315521,-0.8862912,-0.323359,1),(0.2594406,0.07907643,0.9625162,1),(0.1328539,0.3201982,0.9379888,1),(0.1372272,0.2959945,0.9452809,1),(0.259825,0.05312088,0.9641935,1),(0.07068322,0.4264193,0.9017596,1),(0.04480015,0.4712372,0.8808681,1),(0.05283629,0.4430593,0.8949339,1),(0.07734878,0.4012419,0.9127005,1),(0.09223019,0.3609355,0.928019,1),(0.1483397,0.2595226,0.9542764,1),(0.07046877,0.3953022,0.915844,1),(0.09139285,0.3265929,0.9407362,1),(0.1107889,0.3051993,0.9458219,1),(0.1628456,0.21136,0.963747,1),(0.264342,0.01749902,0.9642702,1),(0.2706789,-0.02631146,0.9623101,1),(0.03824161,0.4763683,0.8784138,1),(0.04465358,0.4432322,0.895294,1),(0.04225479,0.3969891,0.9168501,1),(0.04424806,0.441797,0.8960232,1),(0.0645518,0.3665433,0.9281589,1),(0.09835857,0.2385062,0.9661472,1),(0.05896805,0.1409829,0.9882543,1),(0.04696126,0.3003911,0.9526593,1),(0.03263885,0.2044408,0.9783346,1),(0.04833598,0.322986,0.9451686,1),(0.01348076,0.01510993,0.999795,1),(-0.0370931,-0.1268951,0.9912223,1),(0.0171723,0.08099261,0.9965668,1),(0.0558688,0.2195939,0.9739903,1),(0.06057048,0.3828815,0.9218097,1),(0.07964832,0.2973578,0.9514381,1),(0.1462737,0.0991376,0.9842642,1),(0.2027649,-0.005318421,0.979213,1),(0.1369106,-0.1434078,0.9801477,1),(0.08870458,-0.02786282,0.9956682,1),(0.2677247,-0.07360131,0.9606801,1),(0.3413731,-0.1075573,0.9337536,1),(0.2831864,-0.2146287,0.9347405,1),(0.2019253,-0.2047971,0.9577496,1),(0.1170118,-0.3345654,0.9350798,1),(0.05078525,-0.2905093,0.9555235,1),(0.2129938,-0.3112144,0.9261637,1),(0.1473797,-0.3801423,0.9131106,1),(0.02875008,-0.4403958,0.8973433,1),(-0.04229046,-0.4203754,0.9063642,1),(0.01535924,-0.1751624,0.9844197,1),(-0.06570247,-0.3195235,0.9452977,1),(0.4101959,-0.1262147,0.9032215,1),(0.4619454,-0.1445117,0.875056,1),(0.4244011,-0.1979473,0.8835726,1),(0.3630863,-0.2031105,0.9093484,1),(0.4982513,-0.1628514,0.8516014,1),(0.5206451,-0.1816678,0.8342214,1),(0.5000394,-0.2078676,0.8406852,1),(0.4693708,-0.1994857,0.8601723,1),(0.4418676,-0.2101344,0.8721219,1),(0.3867317,-0.2281098,0.8935348,1),(0.4804773,-0.2075051,0.8521051,1),(0.468837,-0.173012,0.8661748,1),(0.4266335,-0.1850978,0.8852811,1),(0.3630929,-0.223039,0.904664,1),(0.3116458,-0.2618588,0.913404,1),(0.2720157,-0.2883529,0.9180742,1),(0.5312961,-0.2014889,0.8228769,1),(0.5324259,-0.2237097,0.8163802,1),(0.5282583,-0.2357996,0.8156848,1),(0.5188164,-0.2204274,0.8259789,1),(0.5240794,-0.2485826,0.8145841,1),(0.505887,-0.2763121,0.8171474,1),(0.5200266,-0.2759172,0.8083577,1),(0.5286826,-0.2542198,0.8098561,1),(0.5330074,-0.2342625,0.8130339,1),(0.5240001,-0.2221605,0.8222339,1),(0.5338838,-0.249846,0.8078027,1),(0.5401402,-0.1979134,0.8179724,1),(0.5330562,-0.186846,0.8251907,1),(0.5190507,-0.1791288,0.8357627,1),(0.5066533,-0.2133089,0.8353452,1),(0.4978077,-0.17457,0.8495368,1),(0.4843338,-0.3028176,0.8208059,1),(0.467277,-0.3253849,0.8220565,1),(0.5003309,-0.3051413,0.8102826,1),(0.5082304,-0.2945832,0.8092728,1),(0.4550704,-0.3441458,0.821264,1),(0.4480536,-0.3591981,0.8186725,1),(0.4972141,-0.3017915,0.8134495,1),(0.4965862,-0.3075979,0.8116561,1),(0.5380161,-0.2473598,0.8058236,1),(0.5332785,-0.2601313,0.8049508,1),(0.5460557,-0.2221856,0.807748,1),(0.5762477,-0.1344303,0.8061433,1),(0.563266,-0.1722465,0.8081228,1),(0.5526987,-0.1951901,0.8102005,1),(0.5319328,-0.2609048,0.8055906,1),(0.544969,-0.2036869,0.8133391,1),(0.4471354,-0.3651946,0.8165188,1),(0.4527077,-0.3565398,0.8172729,1),(0.5005685,-0.2559947,0.8269812,1),(0.4996014,-0.2853308,0.8179148,1),(0.4647681,-0.3325289,0.8206187,1),(0.4829077,-0.2923365,0.825433,1),(0.4946723,-0.1556644,0.8550252,1),(0.4992797,-0.2129769,0.8398575,1),(0.5285063,-0.08035946,0.8451174,1),(0.5454398,-0.1381921,0.8266792,1),(0.498062,-0.01154782,0.8670645,1),(0.4923552,0.1088449,0.8635619,1),(0.5418032,0.03657897,0.839709,1),(0.5707542,-0.02792981,0.8206458,1),(0.5507417,-0.1852606,0.8138562,1),(0.5816464,-0.08474118,0.8090157,1),(0.4965908,-0.2347351,0.8356418,1),(0.4910367,-0.1604944,0.8562269,1),(0.4481818,-0.009306695,0.893894,1),(0.4810258,-0.08627478,0.8724511,1),(0.4636693,-0.06948958,0.8832791,1),(0.4123584,0.03662633,0.9102851,1),(0.3217017,0.1610541,0.9330432,1),(0.3950036,0.07393851,0.9156993,1),(0.3202813,0.1963361,0.9267535,1),(0.3948027,0.1315581,0.9092982,1),(0.2321003,0.254422,0.9388285,1),(0.1748334,0.313194,0.9334574,1),(0.2694083,0.2850183,0.9198825,1),(0.3541507,0.2398988,0.9038948,1),(0.4542126,0.0617655,0.8887497,1),(0.4235752,0.1757148,0.8886553,1),(0.3400176,0.1381583,0.9302151,1),(0.2501119,0.2144132,0.9441774,1),(0.1459323,0.2924466,0.9450814,1),(0.2366356,0.238724,0.9418145,1),(0.1427133,0.2667077,0.9531525,1),(0.01719367,0.2954856,0.9551925,1),(-0.05368877,0.3343922,0.9409035,1),(0.04942568,0.3239845,0.9447704,1),(-0.02330032,0.3415673,0.9395684,1),(0.05666215,0.3294635,0.9424666,1),(-0.09931638,0.3383895,0.9357504,1),(-0.113457,0.3103069,0.9438417,1),(-0.05977378,0.3252522,0.9437363,1),(0.005152941,0.3307219,0.9437141,1),(0.1416431,0.3009402,0.9430653,1),(0.08237027,0.3257435,0.9418632,1),(-0.1036918,0.3048218,0.9467479,1),(-0.1980629,0.3004759,0.9329979,1),(-0.2165017,0.3122963,0.9249855,1),(-0.1476251,0.3282091,0.9329981,1),(-0.2672123,0.2846498,0.9206368,1),(-0.3136706,0.2587288,0.9136029,1),(-0.2853,0.2565489,0.9234644,1),(-0.2618411,0.2881914,0.9210781,1),(-0.2324229,0.2722587,0.9337316,1),(-0.2078005,0.3007494,0.9307894,1),(-0.2383228,0.2377874,0.941626,1),(-0.1876193,0.1938301,0.9629272,1),(-0.1913951,0.2291728,0.9543835,1),(-0.1804654,0.2605351,0.948448,1),(-0.1637406,0.3230468,0.9321104,1),(-0.1546389,0.2877205,0.9451474,1),(-0.3414034,0.2285724,0.9117009,1),(-0.3528526,0.2004229,0.9139615,1),(-0.2897678,0.1863535,0.9387795,1),(-0.2930173,0.2210332,0.9302071,1),(-0.348539,0.1744039,0.9209256,1),(-0.3286442,0.1504997,0.9323855,1),(-0.2504995,0.1199012,0.9606632,1),(-0.2755974,0.1526212,0.9490799,1),(-0.2032172,0.1187222,0.9719093,1),(-0.2207266,0.1594798,0.9622089,1),(-0.1798465,0.07692946,0.980682,1),(-0.1302615,0.01876553,0.9913021,1),(-0.1469874,0.06699824,0.9868668,1),(-0.1621143,0.112213,0.9803709,1),(-0.232395,0.1991718,0.95201,1),(-0.175626,0.1544404,0.9722673,1),(-0.2957028,0.1251287,0.9470494,1),(-0.2526114,0.09426668,0.9629648,1),(-0.1737074,0.05025075,0.9835144,1),(-0.2157832,0.08681258,0.9725745,1),(-0.1986444,0.05758849,0.9783783,1),(-0.1333447,0.01500032,0.9909562,1),(-0.06553964,-0.03456004,0.9972513,1),(-0.1237399,0.009856316,0.9922657,1),(-0.06904987,-0.04776581,0.9964691,1),(-0.1128161,-0.005706097,0.9935995,1),(-0.01804031,-0.09076603,0.9957088,1),(0.006311756,-0.1504597,0.988596,1),(-0.03995004,-0.1122674,0.9928747,1),(-0.07802191,-0.07157493,0.994379,1),(-0.1496224,0.03571315,0.9880981,1),(-0.1080624,-0.02805529,0.9937482,1),(-0.06476956,-0.03042257,0.9974363,1),(-0.002409739,-0.0763374,0.9970791,1),(0.04778359,-0.1243843,0.9910828,1),(-0.00576746,-0.08029411,0.9967545,1),(0.05358849,-0.1227455,0.9909903,1),(0.1033328,-0.1697654,0.9800521,1),(0.1360432,-0.2078635,0.9686512,1),(0.09501011,-0.1668512,0.9813938,1),(0.1231436,-0.2083734,0.970266,1),(0.08139927,-0.1723629,0.9816645,1),(0.1596564,-0.2413578,0.9572127,1),(0.1768472,-0.2671266,0.9472954,1),(0.1399379,-0.2442147,0.9595711,1),(0.09925459,-0.2172093,0.9710657,1),(0.03431149,-0.1331666,0.9904996,1),(0.0546982,-0.1859694,0.9810318,1),(0.1537191,-0.2200999,0.9632893,1),(0.2120419,-0.2774783,0.93704,1),(0.2264987,-0.2949356,0.928284,1),(0.1775373,-0.2496285,0.9519276,1),(0.2753448,-0.3440993,0.8976529,1),(0.3529766,-0.414418,0.8388476,1),(0.2819347,-0.3443094,0.8955243,1),(0.3489017,-0.3955741,0.8495814,1),(0.2874024,-0.3376136,0.8963352,1),(0.232892,-0.305489,0.9232756,1),(0.3516727,-0.3692349,0.8602278,1),(0.309401,-0.3187868,0.8959051,1),(0.3661768,-0.3305581,0.8698539,1),(0.2528774,-0.3028692,0.9188707,1),(0.1967462,-0.2728752,0.9417165,1),(0.2065529,-0.2849915,0.9360106,1),(0.4304284,-0.4813718,0.7635525,1),(0.4981959,-0.5373201,0.6805057,1),(0.4152861,-0.4471289,0.7922204,1),(0.4776914,-0.4951457,0.7257008,1),(0.55849,-0.5809969,0.5920571,1),(0.6114975,-0.6130553,0.5002339,1),(0.5351455,-0.538858,0.6505777,1),(0.5865967,-0.5776207,0.5676783,1),(0.4697084,-0.4402452,0.7652177,1),(0.5223558,-0.4804711,0.7044798,1),(0.569015,-0.5226706,0.6348523,1),(0.5205212,-0.3998328,0.7544478,1),(0.5581406,-0.4398251,0.7035857,1),(0.4753999,-0.3680049,0.799104,1),(0.41245,-0.4029253,0.8170289,1),(0.4237394,-0.3448342,0.8375763,1),(0.6451878,-0.6310593,0.4306936,1),(0.6532569,-0.6358485,0.4110379,1),(0.6167762,-0.6030637,0.5058668,1),(0.6166558,-0.6116824,0.4955607,1),(0.6379429,-0.6295728,0.4434715,1),(0.5925491,-0.6069477,0.5296225,1),(0.5860996,-0.6041248,0.5399264,1),(0.5132599,-0.5710818,0.640648,1),(0.5782824,-0.564262,0.5892349,1),(0.523838,-0.5538694,0.647165,1),(0.4096852,-0.50743,0.7580718,1),(0.4438476,-0.4719513,0.7617488,1),(0.2708572,-0.4232423,0.8645822,1),(0.5357529,-0.4817906,0.693431,1),(0.5918386,-0.5531861,0.5862696,1),(0.5687583,-0.4707165,0.6744923,1),(0.5039015,-0.5809758,0.6391795,1),(0.3533455,-0.5727177,0.73969,1),(0.3870538,-0.5286105,0.7554868,1),(0.1970745,-0.5055404,0.8399943,1),(0.09534867,-0.5702761,0.8159006,1),(-0.3059992,-0.5411344,0.7832866,1),(-0.4951925,-0.4653439,0.733648,1),(-0.09351532,-0.4830994,0.8705572,1),(-0.001004379,-0.4198044,0.9076141,1),(-0.3042184,-0.3906639,0.8688112,1),(-0.6598729,-0.3732556,0.6521103,1),(-0.7799369,-0.2871545,0.5560941,1),(-0.4921855,-0.2853653,0.8223869,1),(-0.2014154,-0.3010095,0.9321079,1),(0.2326013,-0.4483229,0.8630778,1),(0.0507476,-0.3469421,0.9365126,1),(-0.6597194,-0.4363489,0.6118578,1),(-0.8491428,-0.3418747,0.4025891,1),(-0.9184747,-0.298179,0.2597952,1),(-0.790417,-0.3759151,0.483662,1),(-0.9382884,-0.2822367,0.1998933,1),(-0.9675723,-0.2525804,-0.002634649,1),(-0.9702315,-0.2330057,-0.06602219,1),(-0.9641362,-0.2519578,0.08341743,1),(-0.9724841,-0.2327859,-0.009247567,1),(-0.9550396,-0.2640717,0.134779,1),(-0.9691653,-0.2219527,-0.1070304,1),(-0.9691256,-0.2165406,-0.1179226,1),(-0.9726842,-0.2225369,-0.06605141,1),(-0.9696007,-0.2403201,0.04605233,1),(-0.8798531,-0.3171358,0.3539538,1),(-0.9309763,-0.2681831,0.2477113,1),(-0.9596989,-0.2431786,-0.1408631,1),(-0.9548762,-0.2530432,-0.1555013,1),(-0.9574401,-0.2543245,-0.1364825,1),(-0.9598695,-0.2346313,-0.1536188,1),(-0.9572513,-0.2856272,-0.04568599,1),(-0.9195274,-0.331066,0.2118132,1),(-0.8992302,-0.3419614,0.2728504,1),(-0.9557419,-0.2941939,-0.002675068,1),(-0.9509968,-0.3028497,0.06234735,1),(-0.9617132,-0.2568528,-0.09557341,1),(-0.8677503,-0.3536435,0.3492073,1),(-0.8223687,-0.3646458,0.4367416,1),(-0.9392571,-0.3091307,0.1491106,1),(-0.9656707,-0.2580488,-0.02984746,1),(-0.9622042,-0.2301962,-0.1455088,1),(-0.96745,-0.2272473,-0.1113512,1),(-0.7910947,-0.3616907,0.4933041,1),(-0.6265204,-0.3797863,0.6806133,1),(-0.55993,-0.3842469,0.7340524,1),(-0.7438583,-0.3691858,0.5571145,1),(-0.4543752,-0.3975707,0.7971704,1),(-0.2749776,-0.4210884,0.8643332,1),(-0.1962487,-0.4273055,0.882551,1),(-0.3780384,-0.4014056,0.8342425,1),(-0.2940337,-0.4084069,0.8641458,1),(-0.4810678,-0.3918913,0.7842161,1),(-0.1159881,-0.4357955,0.8925408,1),(-0.03656462,-0.4471206,0.8937261,1),(-0.2050628,-0.4196001,0.8842425,1),(-0.3921091,-0.4036017,0.8266536,1),(-0.6822037,-0.379038,0.6252425,1),(-0.6064383,-0.3912657,0.6922022,1),(-0.0986442,-0.4407834,0.8921769,1),(0.05382165,-0.4518361,0.8904759,1),(0.1180786,-0.4611651,0.8794227,1),(-0.02410354,-0.4497026,0.8928531,1),(0.1811747,-0.4591295,0.8696987,1),(0.2869562,-0.4662204,0.8368362,1),(0.3181553,-0.4720654,0.8221505,1),(0.230619,-0.4672672,0.8535082,1),(0.2716954,-0.47643,0.8361794,1),(0.174725,-0.4717116,0.8642681,1),(0.3421152,-0.4784274,0.8087425,1),(0.3593905,-0.4847147,0.7974272,1),(0.3045015,-0.4859729,0.8192126,1),(0.2231748,-0.4830122,0.8466949,1),(0.04609841,-0.4601149,0.8866619,1),(0.1104578,-0.4719567,0.8746748,1),(0.3675231,-0.4705061,0.8022161,1),(0.4179736,-0.4696583,0.7776368,1),(0.4188628,-0.4729466,0.7751616,1),(0.3813244,-0.4745995,0.7933139,1),(0.4411819,-0.4662406,0.7667974,1),(0.438921,-0.4613216,0.7710581,1),(0.4236965,-0.4629661,0.7785523,1),(0.4327267,-0.4687965,0.7700503,1),(0.4215026,-0.4696224,0.7757515,1),(0.4156878,-0.4750792,0.7755665,1),(0.4073239,-0.4620546,0.7877772,1),(0.3898304,-0.4599897,0.797773,1),(0.4080362,-0.4692231,0.7831578,1),(0.4093496,-0.4757293,0.7785336,1),(0.3896136,-0.4783417,0.7870136,1),(0.3932152,-0.481293,0.783415,1),(0.432442,-0.4567022,0.7774426,1),(0.4434068,-0.4531854,0.7733133,1),(0.4123048,-0.4569032,0.7881905,1),(0.419495,-0.4528082,0.7867584,1),(0.4716012,-0.4507244,0.7579181,1),(0.5162163,-0.4484254,0.7296816,1),(0.4451712,-0.4508215,0.7736812,1),(0.4886495,-0.4500225,0.7474633,1),(0.3966981,-0.4504519,0.7998273,1),(0.4205382,-0.4488897,0.7884452,1),(0.4631858,-0.4494633,0.7638335,1),(0.3973736,-0.4450605,0.8025057,1),(0.4392218,-0.4470215,0.7792662,1),(0.374972,-0.4461534,0.812615,1),(0.3922916,-0.4549272,0.7994677,1),(0.372564,-0.4510207,0.8110341,1),(0.5603496,-0.4467571,0.6974356,1),(0.5890973,-0.4469101,0.673228,1),(0.5336694,-0.4497547,0.7161827,1),(0.5658191,-0.4496332,0.691143,1),(0.6034145,-0.4507425,0.6578162,1),(0.604174,-0.4577921,0.6522271,1),(0.5941577,-0.4574994,0.661567,1),(0.5857213,-0.4520459,0.6727445,1),(0.5439849,-0.4518885,0.7070199,1),(0.5689355,-0.4531694,0.686258,1),(0.5841672,-0.4571354,0.6706533,1),(0.5739167,-0.4560708,0.680161,1),(0.5525496,-0.4531692,0.6995188,1),(0.5231748,-0.4519389,0.7225229,1),(0.5090374,-0.4506257,0.7333604,1),(0.4856641,-0.4497552,0.749567,1),(0.6227582,-0.460445,0.632584,1),(0.6926312,-0.4462651,0.5666652,1),(0.6961339,-0.4432103,0.5647675,1),(0.6205657,-0.4580739,0.6364484,1),(0.813261,-0.3988133,0.4237386,1),(0.9451215,-0.2850334,0.1596911,1),(0.950061,-0.2810851,0.1355546,1),(0.8201796,-0.3956652,0.4132246,1),(0.8249772,-0.3943685,0.4048285,1),(0.6978037,-0.4415445,0.5640108,1),(0.9533236,-0.2792781,0.1147948,1),(0.955147,-0.279518,0.09779511,1),(0.8278384,-0.394725,0.3985921,1),(0.6977531,-0.4411248,0.564402,1),(0.6172989,-0.456506,0.6407374,1),(0.6128501,-0.4557023,0.6455618,1),(0.9810551,-0.1326165,-0.141222,1),(0.9291529,-0.008220145,-0.3696042,1),(0.917138,-0.005432454,-0.3985329,1),(0.976355,-0.1276402,-0.1744674,1),(0.8378072,0.08630289,-0.539102,1),(0.7210949,0.1605275,-0.673983,1),(0.7228943,0.1517543,-0.6740878,1),(0.8273324,0.08401612,-0.5553938,1),(0.8186471,0.08038653,-0.568643,1),(0.9061441,-0.00463641,-0.4229437,1),(0.7254512,0.1424797,-0.6733648,1),(0.7288279,0.1326294,-0.6717287,1),(0.8120304,0.07535014,-0.5787305,1),(0.8967345,-0.005906165,-0.4425295,1),(0.971138,-0.12488,-0.2032141,1),(0.9659458,-0.1243891,-0.2268832,1),(0.5813272,0.2258554,-0.7816957,1),(0.4235746,0.2888238,-0.8585833,1),(0.4566916,0.2756991,-0.8458267,1),(0.6008989,0.2125999,-0.7705334,1),(0.245634,0.3483819,-0.904596,1),(0.04606576,0.4047816,-0.9132524,1),(0.2843786,0.3394282,-0.8966144,1),(0.08116197,0.4024432,-0.91184,1),(0.4868938,0.2627563,-0.8330027,1),(0.3201596,0.3317411,-0.8873813,1),(0.1134169,0.401212,-0.9089364,1),(0.1405896,0.3983397,-0.9063995,1),(0.3513119,0.3218828,-0.8791879,1),(0.5136916,0.2491204,-0.8210115,1),(0.6189802,0.1992985,-0.7596998,1),(0.6355674,0.185949,-0.7493177,1),(-0.1415094,0.4445662,-0.8844976,1),(-0.2799835,0.4673783,-0.8385504,1),(-0.1148242,0.4478794,-0.8866901,1),(-0.2617808,0.4737744,-0.8408381,1),(-0.377114,0.4733516,-0.7960674,1),(-0.439293,0.4775338,-0.7609093,1),(-0.4376698,0.4854427,-0.7568293,1),(-0.3670662,0.4811693,-0.796077,1),(-0.3564806,0.4885764,-0.796376,1),(-0.2453502,0.478743,-0.842976,1),(-0.4330269,0.4928137,-0.7547333,1),(-0.4262764,0.4997738,-0.7539991,1),(-0.3468034,0.4956468,-0.7962799,1),(-0.232185,0.4833622,-0.8440682,1),(-0.09073901,0.4513708,-0.887711,1),(-0.07123449,0.4547753,-0.8877529,1),(-0.4579059,0.4798578,-0.7483706,1),(-0.4170888,0.4809779,-0.7711661,1),(-0.4301199,0.4860742,-0.7607421,1),(-0.4641132,0.4867437,-0.7400538,1),(-0.3041793,0.4771918,-0.8244773,1),(-0.1024981,0.4492027,-0.8875309,1),(-0.3245921,0.4787907,-0.8157203,1),(-0.1302609,0.4477831,-0.8846028,1),(-0.3358617,0.4808594,-0.8099205,1),(-0.435876,0.4906002,-0.7545353,1),(-0.1474219,0.4489229,-0.8813258,1),(-0.1552618,0.4487292,-0.8800772,1),(-0.3383015,0.4830077,-0.8076234,1),(-0.4345619,0.494961,-0.7524423,1),(-0.4649236,0.4930723,-0.7353406,1),(-0.4607938,0.4991019,-0.7338709,1),(0.104498,0.3954808,-0.9125103,1),(0.227064,0.3545882,-0.9070332,1),(0.2019321,0.3505789,-0.9145042,1),(0.075294,0.3967607,-0.9148288,1),(0.2740704,0.3272493,-0.9043193,1),(0.2570894,0.3179421,-0.9125885,1),(0.2577287,0.3085479,-0.9156277,1),(0.2591102,0.3206573,-0.9110657,1),(0.2521664,0.313195,-0.9155988,1),(0.1857472,0.3463663,-0.9195262,1),(0.2650525,0.2970738,-0.91733,1),(0.2776119,0.2831445,-0.91802,1),(0.2522092,0.3042766,-0.9185892,1),(0.1778437,0.3413207,-0.922969,1),(0.05507638,0.3949208,-0.9170628,1),(0.04412562,0.3926089,-0.9186463,1),(0.2240515,0.3123136,-0.9231799,1),(0.2219507,0.2981855,-0.9283444,1),(0.251367,0.2846402,-0.9250916,1),(0.2413217,0.3007225,-0.9226754,1),(0.2508662,0.2754008,-0.9280197,1),(0.310335,0.2429102,-0.9190685,1),(0.3499769,0.2251445,-0.9092999,1),(0.2878406,0.2597921,-0.9217678,1),(0.3232895,0.2411862,-0.9150482,1),(0.2827473,0.2673741,-0.9211758,1),(0.3839814,0.2064027,-0.8999757,1),(0.4135125,0.1869199,-0.8911051,1),(0.3568233,0.2199095,-0.907919,1),(0.3147816,0.2465756,-0.9165767,1),(0.2632788,0.2857986,-0.9214138,1),(0.2882839,0.267473,-0.9194295,1),(0.3472517,0.2292408,-0.9093211,1),(0.3072122,0.2664655,-0.9135737,1),(0.3517663,0.2490051,-0.9023619,1),(0.3880815,0.2104335,-0.8972795,1),(0.163476,0.3636074,-0.917096,1),(-0.1281328,0.5017614,-0.8554633,1),(-0.07080832,0.5022901,-0.8617951,1),(0.214747,0.3511367,-0.9113653,1),(0.2558224,0.3378075,-0.9057819,1),(0.3854281,0.2329056,-0.8928607,1),(-0.01602264,0.4968292,-0.8677004,1),(0.03962711,0.4852008,-0.8735045,1),(0.2893603,0.3209192,-0.9018212,1),(0.411801,0.2176647,-0.8848966,1),(0.4198861,0.1926277,-0.8868993,1),(0.4453127,0.1757253,-0.877962,1),(-0.3763871,0.5880433,-0.7159174,1),(-0.457381,0.5989451,-0.6573183,1),(-0.3212449,0.5986895,-0.7337387,1),(-0.4110399,0.6012592,-0.6852252,1),(-0.4236081,0.5611343,-0.7111149,1),(-0.2424694,0.4710863,-0.8481075,1),(-0.1911174,0.4362519,-0.8792943,1),(-0.3759498,0.5557896,-0.7414578,1),(-0.3193693,0.5420868,-0.7772676,1),(-0.3542861,0.599618,-0.717593,1),(-0.1330562,0.3910256,-0.9107113,1),(-0.07001062,0.3363345,-0.9391366,1),(-0.2531889,0.5179153,-0.817104,1),(-0.2868526,0.5892307,-0.7553296,1),(-0.2589745,0.6032093,-0.7543678,1),(-0.1925999,0.5931355,-0.781726,1),(-0.004471206,0.34254,-0.9394926,1),(0.1478966,0.2605754,-0.9540582,1),(0.19283,0.1927501,-0.9621143,1),(0.04796473,0.2793155,-0.9590006,1),(0.22533,0.2349339,-0.9455328,1),(0.245705,0.2610398,-0.9335348,1),(0.2677315,0.2332653,-0.93483,1),(0.2599303,0.1801128,-0.9486809,1),(0.2916799,0.1213096,-0.9487923,1),(0.2355611,0.1182293,-0.9646413,1),(0.283785,0.2029814,-0.9371578,1),(0.2985947,0.1762449,-0.9379653,1),(0.3155416,0.06086044,-0.9469579,1),(0.2727298,0.04215953,-0.9611664,1),(0.101468,0.2064559,-0.9731804,1),(0.1523679,0.1287683,-0.9798993,1),(0.248911,0.291485,-0.9236233,1),(0.2812352,0.2906683,-0.9145594,1),(0.2567346,0.2926267,-0.9211172,1),(0.2765751,0.3106824,-0.9093858,1),(0.3369256,0.2528955,-0.9069316,1),(0.4154405,0.1759569,-0.8924395,1),(0.321457,0.284152,-0.9032846,1),(0.3913773,0.2111606,-0.8956757,1),(0.2674665,0.3354305,-0.9032985,1),(0.3001062,0.3215398,-0.8980803,1),(0.3597634,0.2543581,-0.8977038,1),(0.2758174,0.3609869,-0.8908497,1),(0.3260633,0.2993439,-0.8967028,1),(0.2546863,0.3629134,-0.8963419,1),(0.2606139,0.2962163,-0.9188777,1),(0.2634327,0.3042401,-0.9154459,1),(0.4835992,0.09495688,-0.8701235,1),(0.5169614,0.05058064,-0.854513,1),(0.4544809,0.1286264,-0.8814206,1),(0.4867286,0.080134,-0.86987,1),(0.5203631,0.04296346,-0.8528636,1),(0.4951065,0.07134295,-0.8658982,1),(0.492271,0.06616794,-0.8679234,1),(0.4726515,0.08603612,-0.8770396,1),(0.4490069,0.1188596,-0.8855875,1),(0.4588614,0.09644415,-0.883258,1),(0.4483454,0.1040197,-0.8877873,1),(0.4253659,0.1289347,-0.89579,1),(0.4243028,0.1239862,-0.896992,1),(0.410633,0.1598255,-0.897684,1),(0.4170713,0.1717739,-0.8924938,1),(0.3783859,0.2169714,-0.8998598,1),(0.4652222,0.1060357,-0.8788201,1),(0.456819,0.1170888,-0.8818201,1),(0.4481036,0.1135271,-0.886744,1),(0.4397974,0.1224785,-0.8897063,1),(0.470425,0.1047805,-0.876197,1),(0.5053219,0.06860887,-0.8601992,1),(0.4480075,0.1131883,-0.8868358,1),(0.4723305,0.08543746,-0.877271,1),(0.4274646,0.1247856,-0.8953784,1),(0.4323516,0.1171526,-0.8940623,1),(0.4472736,0.09749169,-0.8890678,1),(0.41961,0.1208944,-0.8996177,1),(0.4272911,0.1078983,-0.8976526,1),(0.4165105,0.1279095,-0.9000879,1),(0.4328177,0.1204661,-0.8933963,1),(0.4180711,0.1289603,-0.899214,1),(0.5496414,0.02121544,-0.8351312,1),(0.592479,-0.0243085,-0.8052191,1),(0.5062504,0.04691091,-0.8611097,1),(0.5436248,0.005230492,-0.8393121,1),(0.6338062,-0.0678386,-0.7705113,1),(0.6735596,-0.1092848,-0.7310091,1),(0.5838739,-0.03959939,-0.810878,1),(0.6261168,-0.08738487,-0.7748172,1),(0.5029663,0.03246697,-0.863696,1),(0.5419512,-0.01075412,-0.8403412,1),(0.5867859,-0.06106627,-0.8074363,1),(0.5053734,0.01811315,-0.8627107,1),(0.5504478,-0.03115803,-0.834288,1),(0.4690254,0.05762324,-0.8813028,1),(0.4711524,0.06848606,-0.879389,1),(0.442762,0.08744302,-0.8923651,1),(0.7164577,-0.1420104,-0.6830238,1),(0.7667838,-0.1590831,-0.6218804,1),(0.670334,-0.1291575,-0.7307329,1),(0.7171609,-0.1569377,-0.6790072,1),(0.8239291,-0.159991,-0.5436394,1),(0.8848236,-0.1433685,-0.4433201,1),(0.7674714,-0.1709377,-0.6178737,1),(0.8211809,-0.1706851,-0.5445443,1),(0.6746826,-0.1428221,-0.7241583,1),(0.7154726,-0.165887,-0.6786608,1),(0.7559258,-0.1774329,-0.6301538,1),(0.6657568,-0.1487987,-0.7311819,1),(0.6938728,-0.1696911,-0.6998182,1),(0.633433,-0.1189848,-0.7645948,1),(0.6323007,-0.1080482,-0.7671515,1),(0.5955021,-0.07989625,-0.7993709,1),(0.9380403,-0.1030666,-0.3308441,1),(0.9747728,-0.03305984,-0.2207374,1),(0.875154,-0.1507178,-0.4597714,1),(0.9251335,-0.1041057,-0.3650891,1),(0.9911305,0.06739561,-0.1145339,1),(0.9805154,0.1959152,-0.01438431,1),(0.9654949,-0.0286101,-0.2588459,1),(0.9871295,0.07521038,-0.1411332,1),(0.8547036,-0.150056,-0.4969556,1),(0.9111316,-0.1029187,-0.3990575,1),(0.9608783,-0.03145523,-0.275179,1),(0.8423243,-0.1532223,-0.5167327,1),(0.9099344,-0.1130026,-0.3990612,1),(0.7791967,-0.1747752,-0.6019185,1),(0.8013012,-0.1740338,-0.5723886,1),(0.7286378,-0.179624,-0.6609254,1),(0.9451882,0.3182504,0.07304843,1),(0.9006826,0.4122177,0.1372852,1),(0.9827676,0.1829777,-0.02620648,1),(0.95812,0.2788842,0.06503588,1),(0.8580748,0.4813714,0.1788551,1),(0.8235119,0.5306878,0.2004952,1),(0.9225749,0.3629237,0.130928,1),(0.8826578,0.4369606,0.1731487,1),(0.9896393,0.1401583,-0.0311386,1),(0.9712045,0.2308861,0.05876618,1),(0.9377256,0.3236699,0.1261286,1),(0.9940149,0.102605,-0.03750363,1),(0.9779686,0.2016263,0.05407682,1),(0.9893368,0.01623498,-0.1447384,1),(0.9882692,0.0521651,-0.1435363,1),(0.962238,-0.05608176,-0.26637,1),(0.7994525,0.5615065,0.2135091,1),(0.7864693,0.574437,0.2269102,1),(0.8451296,0.4950766,0.201631,1),(0.8157831,0.5332457,0.2239355,1),(0.7848782,0.5708402,0.2410558,1),(0.7942998,0.5508578,0.2562097,1),(0.7965211,0.5544199,0.2411899,1),(0.7881243,0.5604853,0.2543938,1),(0.856685,0.4699749,0.2126371,1),(0.8218213,0.5182092,0.2367887,1),(0.7940647,0.5538441,0.2504356,1),(0.8605969,0.4587663,0.2211483,1),(0.816157,0.5252593,0.2408117,1),(0.9047026,0.3840025,0.1845409,1),(0.8966196,0.4061937,0.1762954,1),(0.9455255,0.2988029,0.1292225,1),(0.8062297,0.5265272,0.2697463,1),(0.813027,0.5106215,0.2797368,1),(0.7864837,0.5578479,0.2650456,1),(0.7877973,0.5521562,0.272945,1),(0.8153331,0.5035545,0.2857705,1),(0.8129362,0.5053836,0.2893477,1),(0.7989442,0.5321893,0.2801121,1),(0.7923983,0.5436274,0.2767205,1),(0.7723961,0.575219,0.269309,1),(0.7681351,0.582912,0.2649192,1),(0.7874163,0.5529244,0.2724888,1),(0.7816122,0.5637679,0.2669239,1),(0.7621049,0.5911289,0.2641267,1),(0.761069,0.5944755,0.2595627,1),(0.7758566,0.5760095,0.2574092,1),(0.7805575,0.5734873,0.2486808,1),(0.8205088,0.4915231,0.2918397,1),(0.8509728,0.4350092,0.2942996,1),(0.852863,0.434778,0.2891241,1),(0.8168325,0.5023113,0.2836688,1),(0.8970308,0.3262658,0.2981383,1),(0.9432122,0.1559002,0.2933356,1),(0.9442173,0.1513701,0.2924735,1),(0.90047,0.3206489,0.2938332,1),(0.9034057,0.3158462,0.2899986,1),(0.8557826,0.4327196,0.2835315,1),(0.9443884,0.1515462,0.2918289,1),(0.9433045,0.1596032,0.2910384,1),(0.9044915,0.316054,0.2863652,1),(0.8580089,0.4316526,0.2783824,1),(0.8149987,0.509026,0.2768931,1),(0.8151268,0.5118702,0.2712142,1),(0.9594845,-0.004382007,0.2817275,1),(0.9574708,-0.07871827,0.2775845,1),(0.9559778,-0.07806023,0.2828655,1),(0.9585861,-0.005236002,0.2847545,1),(0.9556024,-0.07195079,0.2857393,1),(0.9520702,0.01418397,0.3055506,1),(0.950581,0.01222968,0.3102358,1),(0.9538691,-0.07166956,0.2915429,1),(0.9525731,-0.06783043,0.2966542,1),(0.9550348,-0.07054464,0.2879793,1),(0.9495153,0.007641784,0.3136275,1),(0.9485891,0.002011565,0.3165039,1),(0.951507,-0.05977242,0.3017643,1),(0.95435,-0.05556348,0.2934771,1),(0.9576684,0.001285788,0.2878708,1),(0.9565209,0.01658354,0.2911917,1),(0.9393255,0.1137311,0.3236246,1),(0.9298537,0.1591043,0.33175,1),(0.9301527,0.1519013,0.3342784,1),(0.9388034,0.1088193,0.3268127,1),(0.9306867,0.1523761,0.3325716,1),(0.9407519,0.09393196,0.3258261,1),(0.9406729,0.08335425,0.3289172,1),(0.9312112,0.1433448,0.3351091,1),(0.9339417,0.1222251,0.335878,1),(0.9327053,0.1328977,0.3352599,1),(0.9415382,0.06313623,0.3309377,1),(0.9433337,0.03823732,0.3296352,1),(0.937445,0.09328021,0.3354035,1),(0.9361925,0.1056817,0.3352238,1),(0.9396933,0.09515163,0.3285158,1),(0.9411679,0.0755086,0.3293958,1),(0.9489577,0.02180036,0.3146487,1),(0.9519781,-0.02423544,0.3052052,1),(0.949708,-0.03299044,0.3113941,1),(0.9477249,0.01098298,0.3188993,1),(0.9533373,-0.04441212,0.2986228,1),(0.9551568,-0.03892747,0.2935307,1),(0.9521382,-0.03695134,0.3034261,1),(0.9507025,-0.04882596,0.3062366,1),(0.9487577,-0.04651654,0.3125619,1),(0.9493847,-0.05814201,0.3086878,1),(0.9503069,-0.04148371,0.3085385,1),(0.9485123,-0.06693895,0.3095864,1),(0.9496796,-0.04738012,0.3096191,1),(0.9478779,-0.05943426,0.3130416,1),(0.9472437,-0.006208008,0.3204541,1),(0.9471567,-0.02452084,0.3198327,1),(0.9553746,-0.02386855,0.2944312,1),(0.9553413,-0.01467329,0.29514,1),(0.9519057,-0.01559528,0.3059939,1),(0.9510389,-0.003296827,0.3090535,1),(0.9545619,-0.0116185,0.297786,1),(0.9542294,-0.01407997,0.298744,1),(0.9495137,-8.177416e-5,0.3137254,1),(0.9473881,-0.005971774,0.3200314,1),(0.9494759,-0.001825775,0.3138347,1),(0.9480146,0.001401926,0.3182235,1),(0.9460863,-0.006422151,0.323851,1),(0.9482672,-0.002406016,0.3174644,1),(0.946766,-0.01151146,0.3217166,1),(0.9493833,-0.005332227,0.3140747,1),(0.9503869,-0.0161159,0.3106526,1),(0.9500243,-0.02031497,0.3115141,1),(0.9521499,-0.01031526,0.3054575,1),(0.9534707,0.01726345,0.3009912,1),(0.9460793,-0.001794972,0.3239302,1),(0.9462844,0.03262792,0.3216851,1),(0.954946,0.06892493,0.2886651,1),(0.9526046,0.1456057,0.2671024,1),(0.9448948,0.09902368,0.3120387,1),(0.9353479,0.1987715,0.2925989,1),(0.9442611,0.04072467,0.3266687,1),(0.9396118,0.1230637,0.3193508,1),(0.9207733,0.2469809,0.3019551,1),(0.9372951,0.1392373,0.3195167,1),(0.909303,0.2828718,0.3052075,1),(0.944773,0.04352368,0.3248223,1),(0.94483,-0.001573627,0.3275572,1),(0.9457754,-0.005602354,0.3247726,1),(0.9456783,0.2203803,0.2390082,1),(0.9414697,0.2631543,0.2106764,1),(0.9178074,0.2941725,0.2666308,1),(0.9060171,0.3471178,0.2421616,1),(0.9439742,0.2743121,0.1834816,1),(0.9541863,0.2542745,0.1577123,1),(0.9064909,0.3595184,0.2214063,1),(0.920559,0.3325833,0.2048399,1),(0.8663701,0.4277537,0.257739,1),(0.8623974,0.4434824,0.2441186,1),(0.8788962,0.4135022,0.2378178,1),(0.8208715,0.5103825,0.2562804,1),(0.8372293,0.4821951,0.2579438,1),(0.8306624,0.4899634,0.2644535,1),(0.8890059,0.3637955,0.2780672,1),(0.8648318,0.4166867,0.2800682,1),(0.9672341,0.2160361,0.1333666,1),(0.9782733,0.1759475,0.1096531,1),(0.9399005,0.2834465,0.190382,1),(0.9569449,0.2318628,0.1746313,1),(0.9872239,0.1338543,0.08644076,1),(0.9939441,0.08959828,0.0636186,1),(0.9714208,0.1776273,0.1574488,1),(0.9829634,0.1205918,0.13871,1),(0.9271668,0.2979682,0.2271053,1),(0.9477628,0.2338538,0.2169282,1),(0.9650808,0.1652529,0.20325,1),(0.9210366,0.2899663,0.2600213,1),(0.9447309,0.2098365,0.2518969,1),(0.8942692,0.3617832,0.2634308,1),(0.9040246,0.3577497,0.2339969,1),(0.8659539,0.425637,0.2625965,1),(0.9979758,0.04669428,0.04317365,1),(0.9995669,0.01077681,0.02738562,1),(0.9904002,0.06710911,0.1208464,1),(0.9939766,0.02483857,0.1067408,1),(0.9997031,-0.01809293,0.01632081,1),(0.9991511,-0.03999124,0.009892274,1),(0.9951494,-0.009404279,0.09792446,1),(0.9954348,-0.02841506,0.0911167,1),(0.9821786,0.04570681,0.1823073,1),(0.9842073,0.005589463,0.1769316,1),(0.9857402,-0.0109881,0.1679152,1),(0.9729182,0.00192248,0.2311417,1),(0.9722106,0.02849374,0.2323674,1),(0.9673254,0.067089,0.2445009,1),(0.9767643,0.1006993,0.1891858,1),(0.960122,0.1303679,0.2473256,1),(0.9985794,-0.05306313,0.004846876,1),(0.9982789,-0.05861384,-0.001952419,1),(0.9955773,-0.03940818,0.08528091,1),(0.9959437,-0.04654304,0.07700581,1),(0.9983412,-0.05664523,-0.01030777,1),(0.9986839,-0.04720116,-0.02005707,1),(0.9966834,-0.04719261,0.06629521,1),(0.9975511,-0.04535993,0.05323996,1),(0.9874725,-0.03292676,0.1543174,1),(0.9890834,-0.03955881,0.1419474,1),(0.9909392,-0.04604488,0.1261716,1),(0.9791854,-0.03087983,0.2006053,1),(0.9809839,-0.04614896,0.1885231,1),(0.9747856,-0.02834423,0.2213359,1),(0.9861695,-0.02510727,0.1638277,1),(0.9732812,-0.01480047,0.2291392,1),(0.9988755,-0.03712836,-0.02948313,1),(0.9988526,-0.03074634,-0.03671731,1),(0.9982585,-0.04261406,0.04079075,1),(0.9986548,-0.04096388,0.03178671,1),(0.9987178,-0.02812543,-0.04208814,1),(0.99914,-0.01879165,-0.03696071,1),(0.9988499,-0.04009162,0.0262986,1),(0.999032,-0.03421893,0.02764293,1),(0.9939132,-0.04956188,0.09838891,1),(0.9945366,-0.05035213,0.09144209,1),(0.9946486,-0.05059833,0.09007768,1),(0.9875943,-0.05655324,0.1464896,1),(0.9870764,-0.06261981,0.1475093,1),(0.9864032,-0.05457719,0.1550157,1),(0.9927694,-0.04811147,0.1099739,1),(0.9842827,-0.05110794,0.1690432,1),(0.1095376,-0.01129694,-0.9939185,1),(0.1137796,-0.01211774,-0.9934321,1),(0.1022559,-0.008664138,-0.9947205,1),(0.1057337,-0.005922371,-0.9943768,1),(0.112959,-0.007686221,-0.9935699,1),(0.1158408,-0.00822704,-0.9932338,1),(0.09009471,-0.004273253,-0.9959239,1),(0.07304368,0.001867969,-0.997327,1),(0.07585222,0.001121112,-0.9971184,1),(0.09340008,-0.002984641,-0.9956242,1),(0.09466613,-0.001920701,-0.9955072,1),(0.1066418,-0.002664421,-0.9942939,1),(0.07712106,-0.0008985254,-0.9970214,1),(0.07763746,-0.005266866,-0.9969679,1),(0.09511542,-0.002527355,-0.995463,1),(0.1068195,-0.000591967,-0.9942782,1),(0.1134423,-0.003115064,-0.9935398,1),(0.1142332,-0.00324754,-0.9934486,1),(0.1128651,0.00055771,-0.9936101,1),(0.111292,0.0009325801,-0.9937873,1),(0.05739404,0.007361928,-0.9983245,1),(0.04920496,0.009791134,-0.9987407,1),(0.05107718,0.006015545,-0.9986765,1),(0.05961244,0.00470199,-0.9982104,1),(0.04846798,0.009158168,-0.9987827,1),(0.05515658,0.005463846,-0.9984627,1),(0.05717352,0.001806099,-0.9983627,1),(0.05026836,0.005052771,-0.998723,1),(0.05082018,-0.004235308,-0.9986988,1),(0.05187684,-0.00158353,-0.9986522,1),(0.0574853,-0.008437282,-0.9983107,1),(0.05548058,-0.02689025,-0.9980975,1),(0.04982461,-0.01975291,-0.9985626,1),(0.05164056,-0.01377298,-0.9985707,1),(0.06065183,-0.0004739702,-0.9981589,1),(0.06091832,-0.008945574,-0.9981026,1),(0.06335393,-0.01098893,-0.9979306,1),(0.067679,-0.0503162,-0.9964375,1),(0.06891296,-0.04420882,-0.9966426,1),(0.06542972,-0.01183943,-0.9977869,1),(0.06795795,-0.1132856,-0.9912356,1),(0.0638403,-0.2000889,-0.9776956,1),(0.06094188,-0.1665666,-0.984145,1),(0.06750032,-0.09573936,-0.9931151,1),(0.06684706,-0.08485493,-0.9941484,1),(0.06871299,-0.04560125,-0.9965937,1),(0.05983876,-0.1380659,-0.9886137,1),(0.06025517,-0.1130734,-0.9917579,1),(0.06534035,-0.08108635,-0.994563,1),(0.06624328,-0.05610401,-0.9962249,1),(0.06557278,-0.02020166,-0.9976434,1),(0.06296377,-0.03806416,-0.9972897,1),(0.05868131,-0.2857225,-0.9565141,1),(0.05527198,-0.3454897,-0.9367933,1),(0.05037725,-0.2883737,-0.9561918,1),(0.05382457,-0.2373021,-0.9699436,1),(0.05385631,-0.3805866,-0.9231757,1),(0.05452498,-0.392487,-0.91814,1),(0.05495641,-0.3338657,-0.9410173,1),(0.05074626,-0.3203034,-0.9459548,1),(0.05263294,-0.2609299,-0.9639219,1),(0.05026136,-0.2329459,-0.97119,1),(0.05980403,-0.2762249,-0.9592305,1),(0.06960404,-0.2192701,-0.9731781,1),(0.06015491,-0.1998614,-0.9779759,1),(0.05543024,-0.1756115,-0.9828978,1),(0.0526843,-0.1920106,-0.9799777,1),(0.05545466,-0.1466177,-0.9876376,1),(0.06576503,-0.4170614,-0.9064959,1),(0.09855858,-0.4901176,-0.8660664,1),(0.09970029,-0.4408722,-0.8920154,1),(0.06862158,-0.3625966,-0.9294163,1),(0.1553833,-0.6126059,-0.7749646,1),(0.2331378,-0.7665287,-0.5983984,1),(0.2163051,-0.7368524,-0.6405157,1),(0.1500359,-0.5708593,-0.807223,1),(0.146476,-0.5277536,-0.8366725,1),(0.1035949,-0.3920187,-0.9141058,1),(0.2002422,-0.7032826,-0.6821266,1),(0.1894897,-0.6669507,-0.7206042,1),(0.1438504,-0.4871608,-0.8613834,1),(0.1106064,-0.3470298,-0.931309,1),(0.07507744,-0.3092406,-0.9480156,1),(0.08548866,-0.2591207,-0.9620541,1),(0.3063635,-0.8773496,-0.3693224,1),(0.3685269,-0.9223837,-0.1157423,1),(0.3366095,-0.9260427,-0.1707009,1),(0.2793488,-0.86348,-0.4199601,1),(0.4250332,-0.8746919,0.2329398,1),(0.4158283,-0.5565787,0.7192405,1),(0.3989807,-0.6098894,0.6847258,1),(0.3942584,-0.9012386,0.1798037,1),(0.3642712,-0.9240291,0.1160891,1),(0.3019667,-0.9249508,-0.2308291,1),(0.3673024,-0.6767868,0.6380036,1),(0.3227025,-0.945488,0.04376586,1),(0.3297025,-0.7528719,0.5696318,1),(0.267848,-0.9173226,-0.2945788,1),(0.2517285,-0.8443593,-0.4729589,1),(0.2275466,-0.8194444,-0.5260546,1),(0.2767546,-0.07820561,0.957753,1),(0.1773633,0.1519501,0.9723443,1),(0.1882537,0.07867529,0.9789641,1),(0.2794959,-0.1429117,0.9494516,1),(0.1285478,0.2342805,0.9636328,1),(0.1097158,0.2366907,0.9653704,1),(0.1213138,0.1285868,0.9842501,1),(0.1415552,0.1479885,0.9788062,1),(0.1453088,0.04591776,0.9883203,1),(0.1911369,-0.01268997,0.9814813,1),(0.1217798,0.007767791,0.9925267,1),(0.1066425,-0.1196688,0.9870698,1),(0.1347531,-0.07312819,0.9881771,1),(0.1807208,-0.127844,0.9751902,1),(0.2747727,-0.2273113,0.9342534,1),(0.2540879,-0.33909,0.905791,1),(0.09423517,0.1848832,0.978232,1),(0.05797286,0.08833979,0.9944019,1),(0.0514222,-0.0589939,0.996933,1),(0.1000055,0.05245373,0.9936032,1),(-0.003482944,-0.06282227,0.9980187,1),(-0.09035853,-0.2687718,0.9589562,1),(-0.140114,-0.3941097,0.9083202,1),(-0.02912665,-0.2103876,0.9771841,1),(-0.05751664,-0.3427274,0.9376725,1),(0.03472915,-0.2040417,0.9783459,1),(-0.1806411,-0.4928675,0.8511466,1),(-0.2091067,-0.5614825,0.8006321,1),(-0.08678138,-0.4464904,0.8905702,1),(0.007543336,-0.329882,0.943992,1),(0.09330188,-0.08717854,0.9918138,1),(0.07131808,-0.2203047,0.9728204,1),(-0.1449598,-0.4409143,0.8857659,1),(-0.1306233,-0.5173131,0.8457686,1),(-0.2063065,-0.5812969,0.7871033,1),(-0.2131558,-0.5317238,0.8196551,1),(-0.05258559,-0.5122969,0.857197,1),(0.09487494,-0.4148782,0.9049171,1),(0.05649183,-0.4191948,0.906137,1),(-0.122212,-0.5534108,0.8238935,1),(-0.1776592,-0.571294,0.8012866,1),(-0.2642883,-0.6188485,0.739715,1),(0.02764436,-0.4032684,0.9146641,1),(0.005083263,-0.3794881,0.9251826,1),(-0.213173,-0.5721055,0.7919928,1),(-0.2989278,-0.6358142,0.7116055,1),(-0.2643628,-0.5935705,0.7601227,1),(-0.2947982,-0.6303594,0.7181512,1),(0.2526858,-0.2766122,0.9271653,1),(0.3602081,-0.1785434,0.9156268,1),(0.3726881,-0.1029553,0.9222276,1),(0.2510885,-0.231846,0.9397883,1),(0.4278708,-0.1230069,0.8954306,1),(0.4667271,-0.1055563,0.8780796,1),(0.4708138,-0.01598914,0.8820878,1),(0.439885,-0.03451945,0.8973904,1),(0.4483153,0.05582096,0.8921308,1),(0.3847053,-0.01918313,0.9228401,1),(0.4708219,0.07300495,0.8792025,1),(0.4594308,0.1386473,0.8773257,1),(0.4420125,0.1218059,0.8887003,1),(0.381749,0.04436598,0.9232006,1),(0.2544542,-0.1711836,0.9518136,1),(0.2487109,-0.1193846,0.9611921,1),(0.4909554,-0.1076344,0.86451,1),(0.5092446,-0.1122172,0.8532743,1),(0.4970272,-0.02996038,0.8672176,1),(0.4857263,-0.02213025,0.8738307,1),(0.5219492,-0.1193644,0.8445835,1),(0.5292947,-0.1291638,0.8385486,1),(0.5093524,-0.05072948,0.8590615,1),(0.5048759,-0.03948244,0.8622885,1),(0.4852025,0.04131574,0.8734251,1),(0.4814406,0.05239727,0.8749111,1),(0.4879343,0.02977061,0.8723725,1),(0.4734498,0.1039885,0.8746608,1),(0.4674048,0.1111453,0.8770288,1),(0.4630831,0.1194175,0.8782333,1),(0.4766577,0.06297464,0.8768303,1),(0.4604486,0.1286226,0.8783184,1),(0.5356874,-0.1333462,0.8338212,1),(0.5455945,-0.1222455,0.8290854,1),(0.5235551,-0.04724751,0.8506806,1),(0.5142505,-0.05631172,0.8557894,1),(0.5587385,-0.09570674,0.8238031,1),(0.5742885,-0.05357588,0.816898,1),(0.5534288,0.01461675,0.8327683,1),(0.5368981,-0.02353862,0.8433186,1),(0.5094716,0.04593502,0.8592606,1),(0.5001691,0.02937132,0.8654295,1),(0.5250399,0.07470796,0.8477923,1),(0.5015618,0.1196682,0.8568053,1),(0.5155601,0.139336,0.8454486,1),(0.4872002,0.1074254,0.8666578,1),(0.4918689,0.02350899,0.8703519,1),(0.4806914,0.1015778,0.8709866,1),(0.5804848,-0.0006982862,0.8142707,1),(0.5675644,0.05700301,0.8213532,1),(0.5476472,0.112789,0.8290725,1),(0.5581407,0.05988497,0.8275824,1),(0.5309336,0.1168422,0.8393196,1),(0.4779871,0.1894693,0.8576887,1),(0.515255,0.1690201,0.840205,1),(0.4624153,0.2326074,0.8556085,1),(0.527513,0.1564255,0.8350216,1),(0.4980711,0.2015165,0.8433957,1),(0.4482255,0.2503265,0.8581553,1),(0.4790887,0.2202602,0.849682,1),(0.4283429,0.2505211,0.8681943,1),(0.5100058,0.1914027,0.8386055,1),(0.536479,0.1141413,0.8361592,1),(0.5211207,0.164182,0.8375425,1),(0.4037399,0.2490913,0.8803111,1),(0.3284507,0.2973913,0.8964812,1),(0.3935911,0.2850759,0.8739666,1),(0.3215646,0.3161577,0.8925472,1),(0.2451358,0.3230725,0.9140748,1),(0.1559452,0.3278865,0.9317573,1),(0.2442022,0.3223027,0.9145962,1),(0.1643099,0.3077233,0.9371813,1),(0.3199297,0.3040093,0.8973424,1),(0.254262,0.2994702,0.9196024,1),(0.1942533,0.2793862,0.9403239,1),(0.2126437,0.2306532,0.9495165,1),(0.2690994,0.264306,0.926136,1),(0.3174427,0.2773,0.9068268,1),(0.3866695,0.2897349,0.8755229,1),(0.3721173,0.2730426,0.8871169,1),(0.07105943,0.3190127,0.9450828,1),(0.0009604616,0.3044601,0.9525245,1),(0.03132763,0.2588151,0.9654188,1),(0.09451623,0.2883882,0.9528373,1),(-0.05539549,0.2833622,0.9574118,1),(-0.09854379,0.2564081,0.9615321,1),(-0.0617279,0.1878469,0.9802567,1),(-0.02072619,0.2251267,0.9741091,1),(0.02438815,0.160729,0.9866971,1),(0.07383938,0.2027597,0.9764407,1),(-0.01756661,0.1166714,0.9930152,1),(0.01849519,0.05226906,0.9984617,1),(0.0598874,0.0982163,0.9933615,1),(0.106126,0.14326,0.9839786,1),(0.1306242,0.2424787,0.9613227,1),(0.1571701,0.1874318,0.969622,1),(-0.1294515,0.2256751,0.9655635,1),(-0.1483824,0.1932939,0.9698557,1),(-0.1128463,0.112893,0.9871783,1),(-0.09219644,0.1497309,0.9844188,1),(-0.155482,0.1595314,0.9748718,1),(-0.1506811,0.1244085,0.9807231,1),(-0.1251267,0.04247958,0.991231,1),(-0.1237969,0.07723412,0.9892973,1),(-0.09641128,-0.0041097,0.9953331,1),(-0.07771325,0.03333108,0.9964185,1),(-0.1079704,-0.03916814,0.9933822,1),(-0.09909967,-0.1081905,0.9891785,1),(-0.07645223,-0.07239576,0.9944415,1),(-0.04954645,-0.03390729,0.9981961,1),(-0.05156372,0.07348367,0.9959625,1),(-0.01804236,0.007577654,0.9998085,1),(-0.1400642,0.08581229,0.9864169,1),(-0.1305296,0.0433612,0.9904957,1),(-0.1209032,-0.03562353,0.992025,1),(-0.1221134,0.005387172,0.9925015,1),(-0.1220129,-0.003015463,0.992524,1),(-0.1144667,-0.05327267,0.9919976,1),(-0.1234889,-0.1292313,0.9838952,1),(-0.1214003,-0.08053368,0.9893312,1),(-0.1341722,-0.1563671,0.9785434,1),(-0.1246793,-0.1142656,0.9855955,1),(-0.1442495,-0.201312,0.9688475,1),(-0.1656403,-0.260053,0.9512811,1),(-0.1516746,-0.2199404,0.9636499,1),(-0.1358564,-0.1811544,0.9740257,1),(-0.1159026,-0.07517638,0.9904116,1),(-0.1182899,-0.1438735,0.9825009,1),(-0.1010415,-0.1014189,0.9896993,1),(-0.07678083,-0.1433312,0.986692,1),(-0.09784827,-0.2118017,0.972402,1),(-0.1180898,-0.1748933,0.9774799,1),(-0.04168292,-0.1793043,0.9829102,1),(0.00430964,-0.2094299,0.9778141,1),(-0.01286009,-0.2594112,0.9656814,1),(-0.06280128,-0.2400445,0.9687283,1),(-0.08805002,-0.2899114,0.9529945,1),(-0.12589,-0.2714071,0.954196,1),(-0.03077276,-0.2967859,0.954448,1),(-0.03920322,-0.3130178,0.9489378,1),(-0.1031043,-0.3234336,0.940617,1),(-0.1467247,-0.3153499,0.937564,1),(-0.1445835,-0.2418499,0.9594812,1),(-0.1674069,-0.2941251,0.9409916,1),(0.05417571,-0.2346048,0.97058,1),(0.1015991,-0.2550258,0.9615818,1),(0.09793557,-0.2797401,0.9550675,1),(0.04337659,-0.2719426,0.9613354,1),(0.1465869,-0.2707746,0.9514165,1),(0.1836768,-0.2788219,0.942614,1),(0.1997265,-0.279273,0.9392102,1),(0.1471893,-0.2797209,0.9487315,1),(0.1600882,-0.2775351,0.9472835,1),(0.09559776,-0.2854652,0.9536093,1),(0.2226509,-0.2647934,0.9382489,1),(0.1870909,-0.2574197,0.9480147,1),(0.2542018,-0.2288042,0.9396967,1),(0.1166031,-0.2819584,0.9523147,1),(0.03147168,-0.2913361,0.9561029,1),(0.04021635,-0.299418,0.9532741,1),(0.2284161,-0.2859617,0.9306192,1),(0.2815768,-0.2899624,0.9146783,1),(0.2548089,-0.2744249,0.9272342,1),(0.309581,-0.259405,0.9148053,1),(0.3349625,-0.2860248,0.8977694,1),(0.3932301,-0.2762348,0.8769632,1),(0.3671421,-0.2361695,0.8996836,1),(0.4273988,-0.2041713,0.8807067,1),(0.3424007,-0.2107047,0.9156229,1),(0.4022092,-0.1673682,0.9001198,1),(0.46157,-0.1123277,0.8799634,1),(0.4358459,-0.07771198,0.89666,1),(0.4879549,0.0009530945,0.8728684,1),(0.3789683,-0.1418708,0.9144701,1),(0.2825666,-0.2429688,0.9279667,1),(0.3183299,-0.1919895,0.9283352,1),(0.4489394,-0.2689676,0.8521208,1),(0.4934395,-0.2736215,0.8256202,1),(0.4801095,-0.1738915,0.8598003,1),(0.5143395,-0.1572135,0.8430533,1),(0.5269498,-0.2905337,0.7986952,1),(0.5492746,-0.3198782,0.7719944,1),(0.5309935,-0.1545889,0.8331555,1),(0.5299467,-0.1663,0.8315652,1),(0.5265834,-0.02046939,0.849877,1),(0.5205298,0.001377678,0.8538423,1),(0.4764161,0.004927613,0.8792062,1),(0.4843599,0.1685494,0.8584792,1),(0.4008378,0.1777212,0.8987458,1),(0.5184341,0.1334485,0.8446405,1),(0.5073012,-0.05837993,0.8597891,1),(0.5199051,0.07778425,0.8506752,1),(0.5407708,-0.3441119,0.7675636,1),(0.4814365,-0.3517417,0.8028054,1),(0.4933337,-0.178307,0.8513686,1),(0.3916306,-0.1861919,0.9010871,1),(0.3528705,-0.3370786,0.8728462,1),(0.1248304,-0.2925719,0.9480606,1),(-0.03604642,-0.1431675,0.9890418,1),(0.218986,-0.1796567,0.9590456,1),(0.08154479,0.002212724,0.9966672,1),(0.2737298,-0.003888167,0.9617987,1),(-0.1931933,0.001502012,0.9811596,1),(-0.330327,0.115116,0.9368203,1),(-0.06992358,0.1495476,0.986279,1),(0.1422978,0.1684754,0.9753807,1),(0.3976243,-0.001807333,0.9175466,1),(0.2963624,0.1761158,0.9386973,1),(-0.1334929,-0.2282099,0.9644169,1),(-0.3873257,-0.1948671,0.9011135,1),(-0.541696,-0.1028906,0.8342535,1),(-0.3075508,-0.1097785,0.9451779,1),(-0.6386151,-0.1944656,0.7445494,1),(-0.8561196,-0.2206758,0.4672917,1),(-0.902422,-0.1714529,0.39527,1),(-0.7448127,-0.1242969,0.6555946,1),(-0.8152801,-0.07197211,0.5745766,1),(-0.656458,-0.02939206,0.7537898,1),(-0.9287838,-0.1342663,0.3454462,1),(-0.9415364,-0.103844,0.3205085,1),(-0.8568822,-0.03429222,0.5143704,1),(-0.7326107,0.02361633,0.680238,1),(-0.4533886,-0.005778387,0.8912942,1),(-0.5622761,0.07248668,0.8237665,1),(-0.9562554,-0.2329735,0.176915,1),(-0.9739181,-0.2269001,0.000281595,1),(-0.97552,-0.2198035,-0.006885557,1),(-0.9680287,-0.2080312,0.1401555,1),(-0.9721122,-0.2196849,-0.08207568,1),(-0.9721066,-0.2147656,-0.09425817,1),(-0.9758902,-0.2149387,-0.03794443,1),(-0.9733953,-0.2208628,-0.06100089,1),(-0.9751771,-0.2212299,-0.009323594,1),(-0.9769173,-0.2129512,0.0168667,1),(-0.9755656,-0.2147251,0.04652932,1),(-0.9649408,-0.2114958,0.1554306,1),(-0.9741492,-0.2153864,0.06813278,1),(-0.977577,-0.1999673,0.06600259,1),(-0.9733329,-0.1873949,0.1323112,1),(-0.974919,-0.164983,0.1493775,1),(-0.9735026,-0.2236786,-0.04754557,1),(-0.9647429,-0.2557289,0.06224148,1),(-0.9515065,-0.2512521,0.1775042,1),(-0.9745792,-0.2196148,0.04432542,1),(-0.9153884,-0.3109717,0.2556572,1),(-0.7608751,-0.3736755,0.5305051,1),(-0.6822114,-0.3816883,0.6236198,1),(-0.8731762,-0.3101556,0.3759876,1),(-0.8070503,-0.3099537,0.5025919,1),(-0.9179585,-0.247017,0.3103786,1),(-0.5863843,-0.390954,0.7094422,1),(-0.474535,-0.4038778,0.7821121,1),(-0.7123225,-0.3138954,0.627747,1),(-0.8559757,-0.2457269,0.4548888,1),(-0.9632789,-0.2154808,0.1601934,1),(-0.9313987,-0.2118149,0.2960253,1),(-0.5180278,-0.4058174,0.7529669,1),(-0.2962004,-0.4199494,0.8578507,1),(-0.1978159,-0.4401598,0.8758584,1),(-0.4200644,-0.4225579,0.8031132,1),(-0.1145074,-0.4356025,0.8928261,1),(0.03933317,-0.4615733,0.8862296,1),(0.1087628,-0.4782232,0.8714777,1),(-0.02664647,-0.4554052,0.8898854,1),(0.05373808,-0.4779752,0.8767279,1),(-0.1023488,-0.4635202,0.8801556,1),(0.1687853,-0.4960825,0.8517122,1),(0.217173,-0.5146518,0.8294393,1),(0.1225966,-0.5029101,0.8556001,1),(-0.01486204,-0.4898588,0.8716751,1),(-0.3167314,-0.4418023,0.8393402,1),(-0.2126283,-0.4641592,0.859852,1),(0.16751,-0.4850338,0.8583021,1),(0.2629727,-0.4945624,0.8284042,1),(0.2939891,-0.5054586,0.8112226,1),(0.2160186,-0.4984697,0.8395617,1),(0.3291776,-0.4952358,0.8039798,1),(0.3704101,-0.4903127,0.7889169,1),(0.3754581,-0.4945069,0.7838968,1),(0.346037,-0.5033298,0.7917811,1),(0.355453,-0.5092783,0.7837657,1),(0.3162745,-0.514742,0.7968758,1),(0.3747225,-0.4964908,0.7829942,1),(0.3682515,-0.4953615,0.7867704,1),(0.3576716,-0.5120384,0.7809531,1),(0.3299083,-0.5214897,0.7868983,1),(0.2549753,-0.5113515,0.8206749,1),(0.2837234,-0.5229912,0.8037296,1),(0.3926908,-0.4829987,0.7826276,1),(0.4004506,-0.4745746,0.7838484,1),(0.3884257,-0.472651,0.7910288,1),(0.388167,-0.483026,0.7848645,1),(0.3935924,-0.4656746,0.792611,1),(0.3723981,-0.4546746,0.8090677,1),(0.3775168,-0.4606091,0.8033183,1),(0.3545277,-0.4476181,0.8209436,1),(0.3745338,-0.4667239,0.8011824,1),(0.3604103,-0.4523064,0.8157961,1),(0.3362311,-0.4386424,0.8333916,1),(0.341265,-0.4424585,0.8293182,1),(0.3173999,-0.4279265,0.8462483,1),(0.3570938,-0.459379,0.8132988,1),(0.3795493,-0.4808707,0.7903833,1),(0.3656945,-0.4775322,0.7988933,1),(0.3533576,-0.4450636,0.8228346,1),(0.3542957,-0.439972,0.8251662,1),(0.334685,-0.4372585,0.83474,1),(0.3346558,-0.4321461,0.8374099,1),(0.3754324,-0.439485,0.8160291,1),(0.416292,-0.4429407,0.7940431,1),(0.3546578,-0.4323989,0.8290048,1),(0.3942755,-0.4374141,0.8082177,1),(0.3160759,-0.4229513,0.8492398,1),(0.3351018,-0.4240513,0.8413604,1),(0.3732251,-0.4306094,0.8217534,1),(0.3168193,-0.4146964,0.8530254,1),(0.353196,-0.4226924,0.8346158,1),(0.2985891,-0.4126711,0.8605504,1),(0.316514,-0.427856,0.8466157,1),(0.2988281,-0.4171139,0.8583226,1),(0.4629338,-0.447439,0.7651737,1),(0.5025771,-0.4509149,0.7376258,1),(0.4406604,-0.4437919,0.7802995,1),(0.4819611,-0.448842,0.7524987,1),(0.5356408,-0.4537954,0.7121508,1),(0.562804,-0.4555665,0.6897179,1),(0.518437,-0.4528595,0.725356,1),(0.55041,-0.4561148,0.6992912,1),(0.461304,-0.4456667,0.7671896,1),(0.5006394,-0.4511566,0.7387949,1),(0.5370395,-0.4554906,0.7100118,1),(0.4821547,-0.4485227,0.7525651,1),(0.5223195,-0.4543242,0.7216452,1),(0.4405822,-0.4413307,0.7817381,1),(0.4188718,-0.4388704,0.7949461,1),(0.3975956,-0.4327295,0.8091125,1),(0.6072277,-0.4549435,0.6513839,1),(0.6959925,-0.4418129,0.566035,1),(0.6923565,-0.4434174,0.5692305,1),(0.5999147,-0.4555417,0.6577113,1),(0.8288043,-0.396591,0.3947138,1),(0.9556602,-0.2818816,0.08518435,1),(0.9548087,-0.2868335,0.07789003,1),(0.8276774,-0.3999636,0.3936741,1),(0.824141,-0.4048191,0.3961227,1),(0.6868382,-0.4447582,0.5748421,1),(0.9524114,-0.2949275,0.07700793,1),(0.9486074,-0.3050294,0.0842684,1),(0.8179072,-0.4109032,0.4027237,1),(0.6786097,-0.4477399,0.5822525,1),(0.5910504,-0.4556924,0.6655854,1),(0.5800561,-0.4564627,0.6746678,1),(0.9613209,-0.1264439,-0.2446918,1),(0.8894895,-0.009460598,-0.4568576,1),(0.8849648,-0.01606891,-0.4653803,1),(0.9577337,-0.1319,-0.2556338,1),(0.8077516,0.06878608,-0.5854962,1),(0.7329847,0.1222149,-0.6691763,1),(0.7377581,0.1112769,-0.6658307,1),(0.8060527,0.06024645,-0.5887693,1),(0.8071115,0.04917039,-0.5883479,1),(0.8836258,-0.02667256,-0.4674335,1),(0.7428751,0.09986004,-0.66194,1),(0.7480786,0.08799564,-0.6577501,1),(0.8110555,0.03495227,-0.5839241,1),(0.8857616,-0.04223116,-0.4622151,1),(0.9555352,-0.1417728,-0.2585591,1),(0.9545804,-0.1578521,-0.2527036,1),(0.6504243,0.1727459,-0.7396668,1),(0.5368093,0.2363239,-0.8099301,1),(0.5553858,0.2247977,-0.8006326,1),(0.663069,0.1602345,-0.7312075,1),(0.377591,0.3131534,-0.8714127,1),(0.1621203,0.3966185,-0.9035545,1),(0.1769175,0.3960506,-0.901024,1),(0.3978315,0.3057777,-0.8650029,1),(0.410847,0.300818,-0.860647,1),(0.5683998,0.2156117,-0.7939983,1),(0.1841936,0.3972374,-0.8990412,1),(0.183082,0.4007306,-0.8977171,1),(0.415343,0.2993504,-0.8589991,1),(0.5747772,0.2098667,-0.7909407,1),(0.6728203,0.1491092,-0.7246236,1),(0.6789991,0.1400767,-0.7206516,1),(-0.05756235,0.4585764,-0.8867887,1),(-0.2229505,0.4894959,-0.8430225,1),(-0.2183589,0.4957047,-0.8405928,1),(-0.05028962,0.4630437,-0.8849076,1),(-0.3389871,0.5024297,-0.7953944,1),(-0.4179858,0.5064084,-0.7542138,1),(-0.4080102,0.5127413,-0.7553965,1),(-0.3330472,0.5089363,-0.7937654,1),(-0.3284523,0.5151554,-0.7916653,1),(-0.2180112,0.5019733,-0.8369551,1),(-0.3958187,0.5187791,-0.7577572,1),(-0.3808425,0.5245227,-0.7614689,1),(-0.3246562,0.5210748,-0.7893538,1),(-0.2214825,0.5082474,-0.832244,1),(-0.04946738,0.468313,-0.8821768,1),(-0.05513677,0.4744507,-0.8785535,1),(-0.4519325,0.5049924,-0.73535,1),(-0.4261956,0.499297,-0.7543605,1),(-0.410491,0.5035195,-0.7602403,1),(-0.4380655,0.5107543,-0.739749,1),(-0.3319769,0.4849467,-0.8090847,1),(-0.1536171,0.4478788,-0.8807988,1),(-0.1426559,0.445857,-0.8836633,1),(-0.3167548,0.486404,-0.8142957,1),(-0.2922961,0.4869265,-0.8230829,1),(-0.3869116,0.507395,-0.7699674,1),(-0.1224394,0.4420021,-0.8886184,1),(-0.09297723,0.4355265,-0.8953613,1),(-0.2581353,0.4859034,-0.8350233,1),(-0.3547725,0.5105572,-0.7832418,1),(-0.4186346,0.5163212,-0.7470993,1),(-0.3929798,0.5215597,-0.7573258,1),(0.04208683,0.3892245,-0.920181,1),(0.1776028,0.3347616,-0.9254146,1),(0.1843901,0.3260499,-0.9271955,1),(0.04854286,0.3840977,-0.9220154,1),(0.2583051,0.2933052,-0.9204621,1),(0.2941428,0.2664177,-0.9178789,1),(0.3136562,0.2468159,-0.9168979,1),(0.2696192,0.2798387,-0.9214098,1),(0.2853651,0.2634144,-0.9215094,1),(0.1975688,0.3144963,-0.9284712,1),(0.3352982,0.2242844,-0.9150255,1),(0.3581971,0.1987833,-0.912239,1),(0.3047319,0.2435529,-0.9207717,1),(0.2164804,0.2993616,-0.9292572,1),(0.06307828,0.3764661,-0.9242805,1),(0.08527805,0.3654928,-0.9268995,1),(0.314916,0.2457438,-0.916754,1),(0.3462762,0.2225456,-0.9113541,1),(0.3762195,0.1961109,-0.9055382,1),(0.3421074,0.2210045,-0.9133015,1),(0.3879203,0.196467,-0.9005102,1),(0.4391488,0.167214,-0.8827162,1),(0.4604658,0.148565,-0.8751569,1),(0.4157967,0.1719981,-0.8930452,1),(0.4396337,0.147874,-0.8859206,1),(0.4037445,0.1682361,-0.8992703,1),(0.4766604,0.1326307,-0.8690248,1),(0.4869932,0.1210445,-0.8649772,1),(0.4587192,0.1254559,-0.8796803,1),(0.4280597,0.1399058,-0.8928557,1),(0.3689805,0.1937177,-0.9090253,1),(0.3946786,0.1643895,-0.9039938,1),(0.4659988,0.1600529,-0.8701887,1),(0.4332154,0.2032911,-0.8780645,1),(0.4497488,0.190868,-0.8725225,1),(0.4818092,0.1468939,-0.8638762,1),(0.3204697,0.3042606,-0.8970644,1),(0.09542568,0.4640361,-0.8806614,1),(0.3479396,0.2866643,-0.8926151,1),(0.1499218,0.4345362,-0.8880888,1),(0.3706826,0.2693305,-0.8888507,1),(0.4606265,0.1819863,-0.8687372,1),(0.2018113,0.3991792,-0.894387,1),(0.3881276,0.2534728,-0.8860635,1),(0.2499478,0.3591666,-0.8991805,1),(0.4651671,0.1781063,-0.8671203,1),(0.4919188,0.1380067,-0.8596337,1),(0.4955142,0.135098,-0.8580292,1),(-0.1192792,0.5708109,-0.8123715,1),(-0.2096498,0.5658384,-0.797417,1),(-0.1247629,0.5279511,-0.8400606,1),(-0.04165616,0.5356486,-0.843413,1),(-0.1776631,0.4812759,-0.8583761,1),(-0.003763762,0.2732525,-0.961935,1),(0.06291191,0.2042697,-0.976891,1),(-0.09495139,0.4312174,-0.8972379,1),(-0.007904103,0.3676525,-0.9299297,1),(-0.0350919,0.4749457,-0.8793152,1),(0.1280371,0.131683,-0.9829883,1),(0.1899327,0.0578233,-0.9800928,1),(0.08064191,0.2910601,-0.9533,1),(0.05680516,0.4065169,-0.9118756,1),(0.03725735,0.488066,-0.8720111,1),(0.1153214,0.4285121,-0.8961464,1),(0.1980858,0.05082101,-0.9788663,1),(0.2999485,-0.03206998,-0.9534162,1),(0.3270198,-0.09567021,-0.9401625,1),(0.2374925,-0.02308671,-0.971115,1),(0.3351156,0.005574928,-0.9421605,1),(0.3093785,0.1538906,-0.9384042,1),(0.3493114,-0.04329241,-0.936006,1),(0.3129292,0.1353878,-0.9400774,1),(0.341855,-0.1531959,-0.9271819,1),(0.3557561,-0.08501543,-0.9307041,1),(0.3117663,0.1227983,-0.9421902,1),(0.3572395,-0.1159826,-0.9267836,1),(0.3068461,0.1175818,-0.9444681,1),(0.351267,-0.198921,-0.9148999,1),(0.2709487,-0.09012845,-0.9583651,1),(0.299104,-0.1479433,-0.9426821,1),(0.259345,0.3140772,-0.9132884,1),(0.2390503,0.3916853,-0.888503,1),(0.2513031,0.3269901,-0.9110018,1),(0.2217343,0.4208749,-0.8796012,1),(0.2511874,0.3996687,-0.8815723,1),(0.2948267,0.3420684,-0.8922256,1),(0.2276016,0.4362914,-0.8705444,1),(0.2674612,0.3810029,-0.8850431,1),(0.2039157,0.4497862,-0.8695463,1),(0.2058226,0.4701955,-0.8582268,1),(0.2439708,0.4157083,-0.8761648,1),(0.1867008,0.5007131,-0.8452391,1),(0.2244291,0.4456769,-0.8666047,1),(0.1869273,0.4776392,-0.8584399,1),(0.240467,0.3428274,-0.9080997,1),(0.2281804,0.3612905,-0.9041034,1),(0.3441255,0.2593661,-0.9023895,1),(0.3771178,0.1983919,-0.9046673,1),(0.3155931,0.297116,-0.9011788,1),(0.3495973,0.2326289,-0.9075602,1),(0.3959152,0.160304,-0.9041867,1),(0.4021941,0.1449474,-0.9040078,1),(0.3713313,0.188831,-0.9090962,1),(0.3824374,0.1656794,-0.909006,1),(0.3272875,0.2621032,-0.9078462,1),(0.3510709,0.2137825,-0.9116173,1),(0.3651544,0.1849853,-0.912383,1),(0.3346405,0.2343424,-0.9127428,1),(0.3505485,0.2016494,-0.9145782,1),(0.3094362,0.2862575,-0.9068108,1),(0.2921641,0.3299032,-0.897666,1),(0.2732606,0.357273,-0.8931319,1),(0.4030473,0.1402926,-0.9043621,1),(0.4046816,0.1343359,-0.9045367,1),(0.3879123,0.1537463,-0.9087828,1),(0.3919201,0.143681,-0.9087102,1),(0.4070989,0.1270922,-0.9044988,1),(0.4102907,0.1185613,-0.9042149,1),(0.3945029,0.135502,-0.9088491,1),(0.3956965,0.1292188,-0.9092452,1),(0.3793495,0.1542954,-0.9122977,1),(0.3827201,0.1446129,-0.912476,1),(0.3837011,0.1387309,-0.9129772,1),(0.3726918,0.1529292,-0.9152669,1),(0.3745245,0.1459617,-0.9156563,1),(0.3681492,0.1645495,-0.9150899,1),(0.3735221,0.1677646,-0.9123247,1),(0.3608052,0.1808071,-0.9149472,1),(0.4197743,0.1045205,-0.9015903,1),(0.4406442,0.08028682,-0.8940843,1),(0.4015449,0.1192115,-0.9080476,1),(0.4175521,0.09942771,-0.9031968,1),(0.4723558,0.04554521,-0.8802304,1),(0.5137999,0.0001181474,-0.85791,1),(0.4433148,0.0696593,-0.8936552,1),(0.4780354,0.02974656,-0.8778368,1),(0.3998253,0.1139156,-0.909485,1),(0.4195817,0.08851098,-0.903392,1),(0.4464973,0.05433601,-0.8931337,1),(0.402307,0.1003813,-0.9099849,1),(0.4223775,0.07093889,-0.9036398,1),(0.3874306,0.1226899,-0.9136984,1),(0.3877651,0.1306241,-0.9124558,1),(0.3780968,0.1378744,-0.9154417,1),(0.5554464,-0.04725635,-0.8302085,1),(0.58939,-0.08828487,-0.8030101,1),(0.5137796,-0.01386245,-0.8578102,1),(0.5440569,-0.05464368,-0.8372671,1),(0.6166929,-0.1231649,-0.777509,1),(0.6383595,-0.1522019,-0.7545407,1),(0.5694097,-0.09273671,-0.8168063,1),(0.5903595,-0.1283686,-0.7968672,1),(0.502046,-0.02295272,-0.8645363,1),(0.5268636,-0.06174587,-0.8477041,1),(0.5499236,-0.1009627,-0.8290902,1),(0.4923908,-0.03416283,-0.8697035,1),(0.5172905,-0.07245374,-0.8527374,1),(0.4682732,0.002295343,-0.8835807,1),(0.4753191,0.01566709,-0.879674,1),(0.4449486,0.0372286,-0.894782,1),(0.6666579,-0.173201,-0.7249612,1),(0.7125493,-0.1830172,-0.6773317,1),(0.6171178,-0.1579844,-0.770848,1),(0.6586562,-0.1779856,-0.7310904,1),(0.7744529,-0.1805427,-0.6063226,1),(0.8472114,-0.1639224,-0.5053337,1),(0.7144403,-0.1878896,-0.6739975,1),(0.7819789,-0.186499,-0.5947496,1),(0.6151931,-0.1614766,-0.7716623,1),(0.6625096,-0.178246,-0.7275366,1),(0.7188005,-0.1853537,-0.6700521,1),(0.6169291,-0.1532639,-0.7719512,1),(0.6599882,-0.163822,-0.7331969,1),(0.578795,-0.1343328,-0.8043326,1),(0.5776695,-0.135652,-0.8049202,1),(0.5456502,-0.1073444,-0.8311095,1),(0.9128978,-0.1302093,-0.3868631,1),(0.9598762,-0.07753694,-0.2694912,1),(0.8494039,-0.1708477,-0.4993235,1),(0.9076646,-0.1387127,-0.3961109,1),(0.9878798,-0.006110559,-0.1551006,1),(0.9955145,0.08323695,-0.04497092,1),(0.9545087,-0.08930146,-0.2844966,1),(0.9861439,-0.0225185,-0.1643562,1),(0.8402573,-0.1686213,-0.5153005,1),(0.8987879,-0.1432866,-0.4143058,1),(0.9499283,-0.1055775,-0.2940913,1),(0.8285369,-0.1655325,-0.5349072,1),(0.8914514,-0.1569159,-0.4250785,1),(0.7662053,-0.1691253,-0.6199405,1),(0.7793265,-0.182288,-0.5995175,1),(0.7092521,-0.1683385,-0.6845609,1),(0.9821835,0.1798711,0.05442366,1),(0.9517661,0.2770065,0.131942,1),(0.9971835,0.05907821,-0.04620334,1),(0.9863291,0.1561609,0.05261967,1),(0.9083933,0.3738539,0.1872295,1),(0.854489,0.4700487,0.2211396,1),(0.9548642,0.2669105,0.1303575,1),(0.9024689,0.388444,0.1861749,1),(0.9979773,0.03602064,-0.05238223,1),(0.9878004,0.1484507,0.04703991,1),(0.949738,0.2850333,0.1294359,1),(0.9973584,0.03258251,-0.06492033,1),(0.9850157,0.1666869,0.04426645,1),(0.9813031,-0.06664175,-0.1805634,1),(0.9847867,-0.04893057,-0.166736,1),(0.9448366,-0.1294305,-0.3008847,1),(0.8044495,0.5447025,0.2369817,1),(0.7733435,0.5813475,0.2529325,1),(0.8439212,0.4877203,0.223441,1),(0.8043775,0.5419282,0.2434963,1),(0.7665143,0.5862277,0.2622841,1),(0.7844043,0.561197,0.2641363,1),(0.7982089,0.5419142,0.2630426,1),(0.7882807,0.5583455,0.2585808,1),(0.8495806,0.4738688,0.2316484,1),(0.826272,0.5046691,0.2501671,1),(0.824689,0.5014415,0.2616186,1),(0.865471,0.4326741,0.2524937,1),(0.8777319,0.4188118,0.2327735,1),(0.9058646,0.373317,0.2001096,1),(0.8946221,0.4036833,0.191549,1),(0.9467594,0.2915575,0.1365312,1),(0.8180253,0.5095123,0.2668929,1),(0.8593851,0.4318934,0.273725,1),(0.861844,0.4290941,0.2703758,1),(0.8260292,0.497903,0.2641368,1),(0.9033582,0.3223357,0.2829202,1),(0.9405017,0.1761874,0.2905418,1),(0.9362251,0.198024,0.2902915,1),(0.9011984,0.3305348,0.2803358,1),(0.9002749,0.3336657,0.2795932,1),(0.8684632,0.4162002,0.2693491,1),(0.9312761,0.2197104,0.2906065,1),(0.9267032,0.2362407,0.2922522,1),(0.9028406,0.3248672,0.2816739,1),(0.88181,0.3856211,0.2714915,1),(0.8420609,0.4709318,0.2629765,1),(0.868102,0.4209368,0.2630801,1),(0.9546346,0.04082787,0.2949676,1),(0.9536001,-0.03284494,0.2992791,1),(0.9516338,0.07217781,0.2986363,1),(0.9520684,-0.002725982,0.3058732,1),(0.9504956,-0.04670519,0.307208,1),(0.947619,-0.002699625,0.3193917,1),(0.9468115,-0.003610254,0.3217687,1),(0.9496815,-0.02733909,0.312022,1),(0.9491163,-0.0002276692,0.3149257,1),(0.9504403,0.03441114,0.3089968,1),(0.9464375,0.002504637,0.3228773,1),(0.9465778,0.01891154,0.3219205,1),(0.948542,0.03617859,0.314578,1),(0.9479472,0.07792955,0.3087446,1),(0.9476773,0.1077171,0.3005075,1),(0.9429269,0.1445634,0.2999835,1),(0.9425009,0.05304914,0.3299664,1),(0.9394374,0.07407142,0.3346205,1),(0.9417964,0.04253105,0.3334825,1),(0.9434278,0.0318629,0.3300437,1),(0.9405525,0.06068217,0.3341837,1),(0.9444011,0.0128273,0.3285451,1),(0.9449745,-0.01030681,0.3269816,1),(0.9426913,0.02848039,0.3324483,1),(0.9438193,0.0006157832,0.3304613,1),(0.9431907,0.01579643,0.3318762,1),(0.9454347,-0.02912876,0.3245071,1),(0.9452913,-0.0416396,0.3235592,1),(0.9442704,-0.0190546,0.3286191,1),(0.9439728,-0.001467191,0.3300199,1),(0.9440537,0.01642891,0.3293824,1),(0.9446788,0.01117484,0.3278068,1),(0.9468406,-0.03995127,0.3192124,1),(0.9472901,-0.0679486,0.3130887,1),(0.946561,-0.05118142,0.3184381,1),(0.947023,-0.07155266,0.3130936,1),(0.9480215,-0.07156195,0.3100549,1),(0.9493136,-0.05103578,0.3101595,1),(0.9478588,-0.07171208,0.3105175,1),(0.9490978,-0.05180357,0.3106925,1),(0.9470216,-0.07132523,0.3131495,1),(0.947918,-0.06878113,0.3109993,1),(0.9489872,-0.05060052,0.311228,1),(0.9480731,-0.06414515,0.3115167,1),(0.9489259,-0.04833173,0.3117751,1),(0.9472882,-0.06833396,0.3130105,1),(0.9465346,-0.05817169,0.317314,1),(0.946427,-0.06085762,0.3171314,1),(0.9498344,-0.02451384,0.311791,1),(0.9494311,-0.01012033,0.3138121,1),(0.9496344,-0.02759764,0.3121421,1),(0.9493668,-0.01480861,0.3138206,1),(0.948599,-0.007830207,0.3163832,1),(0.9474112,-0.01761397,0.3195337,1),(0.9487095,-0.01341672,0.3158641,1),(0.9477074,-0.02339584,0.3182818,1),(0.9492258,-0.01911617,0.314014,1),(0.948671,-0.01868895,0.3157118,1),(0.9477823,-0.02844827,0.3176469,1),(0.9485618,-0.02316459,0.3157432,1),(0.9477537,-0.03235437,0.3173579,1),(0.9490505,-0.02275608,0.3143014,1),(0.9494345,-0.02974893,0.3125526,1),(0.9492418,-0.03114213,0.313002,1),(0.9466478,-0.01077826,0.3220895,1),(0.9454979,0.04271059,0.322815,1),(0.9471154,-0.01586412,0.3205011,1),(0.9460275,0.03944633,0.3216769,1),(0.9363083,0.1467978,0.3190257,1),(0.9024862,0.3024929,0.3066216,1),(0.9363271,0.1466613,0.3190328,1),(0.9008583,0.3064863,0.3074418,1),(0.9464059,0.03498464,0.3210792,1),(0.9370161,0.1415444,0.3193212,1),(0.9025621,0.299904,0.3089326,1),(0.9376656,0.134212,0.3205779,1),(0.9055793,0.2876689,0.3117255,1),(0.9464905,0.03059003,0.3212788,1),(0.9473251,-0.02034769,0.3196268,1),(0.9473085,-0.02370627,0.3194441,1),(0.8484213,0.446834,0.2837618,1),(0.8062943,0.5270941,0.2684425,1),(0.7958362,0.5412952,0.2713747,1),(0.842672,0.4555258,0.2870544,1),(0.7909793,0.5534959,0.2607567,1),(0.8035418,0.5319343,0.2671453,1),(0.77449,0.5748873,0.2639506,1),(0.7811859,0.5635061,0.2687183,1),(0.768822,0.5817184,0.265549,1),(0.7958017,0.5399885,0.2740658,1),(0.7681751,0.5824053,0.2659156,1),(0.7614123,0.5929594,0.2620122,1),(0.7702349,0.5795463,0.2662038,1),(0.8017213,0.5294931,0.2772724,1),(0.844859,0.4495385,0.2900489,1),(0.8511257,0.4351748,0.2936119,1),(0.8323938,0.4805766,0.2759832,1),(0.8641518,0.4168489,0.2819193,1),(0.8068129,0.5215459,0.277566,1),(0.8399574,0.4611191,0.2860783,1),(0.8967457,0.3392483,0.2841791,1),(0.9264687,0.2460866,0.2847755,1),(0.8776098,0.3794187,0.292989,1),(0.9139289,0.2740074,0.2994227,1),(0.820958,0.4970573,0.2810021,1),(0.8629642,0.4129745,0.2911099,1),(0.9067949,0.2960143,0.3001643,1),(0.9012942,0.314382,0.2980485,1),(0.8508415,0.4415415,0.284798,1),(0.8053412,0.5264298,0.2725751,1),(0.7880107,0.5521209,0.2723998,1),(0.7741737,0.575051,0.2645211,1),(0.9461056,0.1542114,0.284786,1),(0.9575965,0.08640301,0.2748518,1),(0.9511479,0.09055068,0.2951577,1),(0.9398111,0.169388,0.2967539,1),(0.9613382,0.03813821,0.2727166,1),(0.9618055,0.0105304,0.2735313,1),(0.955118,0.01158912,0.2959988,1),(0.954881,0.03827051,0.2945123,1),(0.9519271,0.03279702,0.3045638,1),(0.9484227,0.08858074,0.3043812,1),(0.952006,0.007646372,0.3059836,1),(0.9507914,0.001459526,0.3098283,1),(0.950786,0.02571576,0.3087794,1),(0.9475599,0.08497247,0.3080745,1),(0.9362327,0.1765118,0.303829,1),(0.9346954,0.1813946,0.3056801,1),(0.96202,-0.005539503,0.272923,1),(0.9638897,-0.01898303,0.2656243,1),(0.9574703,-0.01330169,0.2882249,1),(0.9553182,-0.001683736,0.2955745,1),(0.9693934,-0.02660313,0.2440667,1),(0.9721443,-0.03836112,0.2312226,1),(0.9624832,-0.02273572,0.2703872,1),(0.9681751,-0.0310119,0.2483449,1),(0.9586846,-0.02201746,0.2836178,1),(0.9545515,-0.0123362,0.2977906,1),(0.9650347,-0.03142751,0.2602311,1),(0.962332,-0.04166327,0.2686659,1),(0.9570156,-0.02826601,0.2886559,1),(0.9533725,-0.01661943,0.301338,1),(0.9522758,-0.002453902,0.3052291,1),(0.9511583,-0.006706621,0.3086307,1),(0.9767023,-0.04446791,0.2099412,1),(0.979663,-0.04879788,0.1946258,1),(0.9722921,-0.03836806,0.2305996,1),(0.9757414,-0.04308544,0.2146447,1),(0.9813272,-0.05135965,0.1853619,1),(0.9805934,-0.05488455,0.1882134,1),(0.9777071,-0.04589439,0.204896,1),(0.9774765,-0.04745977,0.2056387,1),(0.9734132,-0.04566576,0.2244579,1),(0.9754881,-0.04926077,0.2144677,1),(0.9758925,-0.05066461,0.2122896,1),(0.9728675,-0.06926475,0.2207517,1),(0.9732407,-0.0716062,0.2183459,1),(0.9707422,-0.06349171,0.2315779,1),(0.9698269,-0.03974514,0.2405328,1),(0.9674956,-0.05433763,0.2469811,1),(0.1153332,0.003378737,-0.9933211,1),(0.1166045,0.002372096,-0.9931757,1),(0.1098059,-0.0004637718,-0.9939529,1),(0.1214542,0.003074562,-0.9925922,1),(0.1161968,-0.001365252,-0.9932252,1),(0.1212551,0.004733508,-0.9926102,1),(0.09633612,-0.00517282,-0.9953354,1),(0.07857771,-0.01181895,-0.9968379,1),(0.08251721,-0.01805193,-0.9964261,1),(0.1007453,-0.008172483,-0.9948788,1),(0.1108772,-0.008831758,-0.9937949,1),(0.128619,-0.001697292,-0.9916925,1),(0.09232717,-0.02028996,-0.995522,1),(0.110881,-0.01487401,-0.9937224,1),(0.1293661,-0.004464235,-0.9915868,1),(0.1450713,0.00179568,-0.9894196,1),(0.1306989,0.006773209,-0.9913989,1),(0.132683,0.004059615,-0.9911503,1),(0.1508579,0.007175587,-0.9885294,1),(0.1548983,0.00801998,-0.9878979,1),(0.06131864,-0.01999647,-0.9979178,1),(0.05102051,-0.02941898,-0.9982642,1),(0.05281239,-0.04380355,-0.9976432,1),(0.06453518,-0.03011316,-0.997461,1),(0.04770476,-0.04009091,-0.9980566,1),(0.05139017,-0.05201729,-0.9973231,1),(0.04823521,-0.07610455,-0.9959325,1),(0.04737129,-0.0591318,-0.9971255,1),(0.05236683,-0.06832711,-0.9962876,1),(0.06032565,-0.05035837,-0.9969077,1),(0.04980811,-0.08825888,-0.9948515,1),(0.05996065,-0.07740785,-0.9951949,1),(0.06625848,-0.05900496,-0.9960563,1),(0.07687114,-0.04244644,-0.9961371,1),(0.0736545,-0.03434853,-0.9966921,1),(0.09175903,-0.02773614,-0.9953949,1),(0.05765635,-0.06381237,-0.996295,1),(0.06148805,-0.07398785,-0.9953617,1),(0.05691615,-0.09092019,-0.9942304,1),(0.05257399,-0.08872922,-0.9946673,1),(0.06293378,-0.08252564,-0.9945999,1),(0.0620978,-0.08940132,-0.994058,1),(0.06587592,-0.06349594,-0.9958054,1),(0.06131699,-0.08256798,-0.9946973,1),(0.06267688,-0.0720751,-0.995428,1),(0.05581906,-0.09513225,-0.9938984,1),(0.07214023,-0.03101645,-0.9969121,1),(0.0812035,0.01238753,-0.9966205,1),(0.06913064,-0.04163565,-0.9967384,1),(0.06153095,-0.07453752,-0.9953181,1),(0.05154515,-0.1004532,-0.9936057,1),(0.05848998,-0.08638413,-0.9945434,1),(0.06205267,-0.09886689,-0.993164,1),(0.06585006,-0.1145845,-0.9912286,1),(0.07974,-0.05179306,-0.9954693,1),(0.0716354,-0.04846172,-0.9962529,1),(0.07336809,-0.1363511,-0.9879401,1),(0.08447929,-0.1638553,-0.9828604,1),(0.1023757,-0.1129521,-0.9883122,1),(0.09006247,-0.07341387,-0.9932266,1),(0.1075747,-0.01617906,-0.9940653,1),(0.09490618,0.008749667,-0.9954478,1),(0.1207577,-0.07074971,-0.9901576,1),(0.137181,-0.04149983,-0.9896762,1),(0.1233443,0.03020013,-0.9919043,1),(0.109161,0.06295753,-0.9920283,1),(0.0830846,0.003819773,-0.9965351,1),(0.0951364,0.05705034,-0.9938281,1),(0.0999015,-0.2146686,-0.9715642,1),(0.1208264,-0.3093418,-0.9432436,1),(0.1328779,-0.2813652,-0.9503562,1),(0.1166144,-0.1783961,-0.977024,1),(0.1467037,-0.4519022,-0.8799218,1),(0.1795686,-0.6327447,-0.7532525,1),(0.1503954,-0.4255139,-0.8923671,1),(0.169989,-0.6033165,-0.7791746,1),(0.1548206,-0.41028,-0.8987218,1),(0.1450557,-0.2653262,-0.9531846,1),(0.1625212,-0.5818448,-0.7968961,1),(0.1528846,-0.5720522,-0.8058428,1),(0.1571809,-0.4085565,-0.8990972,1),(0.1556607,-0.2633762,-0.9520518,1),(0.1335163,-0.1531122,-0.9791476,1),(0.1485157,-0.1416791,-0.9787084,1),(0.2050917,-0.7915987,-0.5755944,1),(0.2346807,-0.9038573,-0.3577246,1),(0.1827348,-0.7638794,-0.6189477,1),(0.1991434,-0.8871577,-0.4162851,1),(0.2707815,-0.9620501,-0.03371672,1),(0.2832406,-0.831444,0.4779914,1),(0.2188296,-0.9692538,-0.1125201,1),(0.2187424,-0.9031025,0.369537,1),(0.1651722,-0.8694951,-0.4655067,1),(0.1674765,-0.9683179,-0.1852355,1),(0.1520666,-0.9553386,0.2533848,1),(0.1204877,-0.9615248,-0.2468862,1),(0.09108967,-0.9859793,0.1398131,1),(0.1340587,-0.8545752,-0.5017266,1),(0.1623537,-0.7399237,-0.652805,1),(0.1471585,-0.7238173,-0.6741163,1),(0.2054042,-0.476456,0.8548678,1),(0.1520202,-0.2679614,0.9513603,1),(0.107325,-0.4228144,0.8998384,1),(0.1529241,-0.6206538,0.7690274,1),(0.1060103,-0.2079979,0.9723676,1),(0.07324092,-0.2482688,0.9659184,1),(0.02571199,-0.3739161,0.9271061,1),(0.06219013,-0.3519047,0.9339675,1),(0.009059348,-0.4941573,0.8693254,1),(0.05773623,-0.5767576,0.8148725,1),(-0.02976799,-0.4918764,0.870156,1),(-0.08680788,-0.5978141,0.7969208,1),(-0.03914489,-0.6274089,0.7777054,1),(0.003302287,-0.7127917,0.701368,1),(0.1058699,-0.7526141,0.649895,1),(0.04171154,-0.8570101,0.5136087,1),(0.03307227,-0.3382919,0.9404598,1),(-0.03013195,-0.4289791,0.9028118,1),(-0.07391706,-0.5047399,0.860101,1),(-0.01633385,-0.4402888,0.8977075,1),(-0.117334,-0.5187917,0.8468105,1),(-0.226976,-0.6024265,0.7652217,1),(-0.2365195,-0.623015,0.7455942,1),(-0.1475108,-0.5664893,0.8107592,1),(-0.1758167,-0.5980633,0.7819264,1),(-0.1195389,-0.5634964,0.8174241,1),(-0.2399306,-0.6308411,0.737884,1),(-0.2388423,-0.6315103,0.7376645,1),(-0.2007534,-0.6198914,0.7585728,1),(-0.1630913,-0.6103082,0.7751936,1),(-0.07099977,-0.5279869,0.8462794,1),(-0.1253373,-0.6028922,0.787916,1),(-0.3046477,-0.647038,0.6989504,1),(-0.3075677,-0.6375021,0.7063946,1),(-0.2949301,-0.6278681,0.7202762,1),(-0.298236,-0.64893,0.6999608,1),(-0.2236009,-0.5616801,0.7965663,1),(-0.009834555,-0.359161,0.9332237,1),(-0.01988617,-0.3476375,0.937418,1),(-0.213496,-0.5443254,0.8112517,1),(-0.1904322,-0.5231069,0.8307194,1),(-0.2683149,-0.6104349,0.7452357,1),(-0.02491953,-0.3422228,0.9392884,1),(-0.02526283,-0.3396044,0.940229,1),(-0.1614281,-0.5004982,0.8505543,1),(-0.2345876,-0.5883737,0.7738121,1),(-0.2809424,-0.6410539,0.7142277,1),(-0.2574509,-0.6273763,0.7349271,1),(0.2281125,-0.09586412,0.9689038,1),(0.3589649,0.06975593,0.9307408,1),(0.3197855,0.05857596,0.9456776,1),(0.1945368,-0.1020047,0.9755769,1),(0.4187837,0.1497214,0.8956582,1),(0.4367238,0.170292,0.8833306,1),(0.4048732,0.169184,0.8985848,1),(0.3818488,0.1417472,0.9132903,1),(0.3371505,0.1105706,0.9349351,1),(0.2727735,0.02511537,0.9617503,1),(0.3674283,0.1462531,0.9184805,1),(0.3280446,0.112068,0.9379912,1),(0.2908148,0.06868438,0.9543108,1),(0.2260744,-0.01683877,0.9739644,1),(0.1570441,-0.125088,0.9796377,1),(0.1230337,-0.1533498,0.9804828,1),(0.4398103,0.1658739,0.8826397,1),(0.4472045,0.1635631,0.8793492,1),(0.4325897,0.181979,0.8830345,1),(0.4153961,0.173937,0.892856,1),(0.4589871,0.1633686,0.8732935,1),(0.4752389,0.1653589,0.8641785,1),(0.4867772,0.2077902,0.8484522,1),(0.4564129,0.193278,0.8685222,1),(0.4543001,0.2058036,0.8667504,1),(0.4171336,0.1818572,0.8904648,1),(0.499126,0.2336117,0.8344453,1),(0.5036598,0.2441465,0.8286853,1),(0.447235,0.204914,0.8706269,1),(0.3986144,0.1695956,0.9013013,1),(0.3881001,0.1619903,0.9072693,1),(0.3587454,0.1386272,0.9230842,1),(0.4920337,0.1702667,0.8537635,1),(0.5070778,0.1767661,0.8435792,1),(0.5363219,0.232558,0.8113419,1),(0.5156111,0.2224784,0.8274348,1),(0.5162851,0.187301,0.8356841,1),(0.5245624,0.1981407,0.8279943,1),(0.545161,0.2425864,0.8024658,1),(0.5458187,0.2483777,0.8002439,1),(0.5739643,0.2849256,0.7677124,1),(0.5639536,0.2757307,0.7784143,1),(0.5700932,0.2867543,0.7699128,1),(0.5860751,0.3122573,0.7476707,1),(0.5921399,0.3116094,0.7431486,1),(0.5813949,0.3006033,0.756054,1),(0.5393743,0.2588253,0.801302,1),(0.5526353,0.2785079,0.785511,1),(0.5230554,0.2106408,0.8258593,1),(0.5040914,0.2241218,0.8340632,1),(0.5337795,0.2522545,0.8071226,1),(0.5070927,0.25338,0.8238056,1),(0.4669731,0.2380915,0.8516153,1),(0.4238338,0.2488736,0.870877,1),(0.4118522,0.2426487,0.8783504,1),(0.4694144,0.2486627,0.8472409,1),(0.4657506,0.2581786,0.8464161,1),(0.5175951,0.2732804,0.8108101,1),(0.394861,0.2361283,0.8878785,1),(0.3685042,0.2317852,0.9002668,1),(0.456676,0.2660715,0.8489129,1),(0.5205911,0.2897823,0.8031258,1),(0.5518797,0.2824988,0.7846166,1),(0.5628052,0.3046632,0.7683948,1),(0.3674051,0.2536141,0.8948147,1),(0.3122695,0.2440485,0.9181111,1),(0.2875931,0.2091881,0.9346286,1),(0.3477446,0.2304563,0.9088254,1),(0.2581446,0.2202452,0.9406665,1),(0.2048264,0.181931,0.9617418,1),(0.1778954,0.1388163,0.9742091,1),(0.2310979,0.1787852,0.9563627,1),(0.1892127,0.1412716,0.9717206,1),(0.2497854,0.1768378,0.9520167,1),(0.136008,0.1013466,0.9855103,1),(0.08178259,0.0724075,0.9940165,1),(0.1319022,0.1115234,0.9849693,1),(0.1960028,0.1510269,0.9689034,1),(0.3182896,0.2084772,0.9247859,1),(0.274961,0.1912787,0.9422361,1),(0.1541364,0.1361356,0.9786262,1),(0.107997,0.09069759,0.9900054,1),(0.08769671,0.05015586,0.9948837,1),(0.1295331,0.09384279,0.9871244,1),(0.06658351,0.04574107,0.9967319,1),(0.0298653,0.001288733,0.9995531,1),(0.02410142,-0.03281212,0.9991709,1),(0.05255664,0.007931962,0.9985864,1),(0.02888377,-0.02009682,0.9993808,1),(0.05511444,0.01862731,0.9983063,1),(0.01221243,-0.05706669,0.9982957,1),(0.003313824,-0.07718962,0.9970109,1),(0.004702836,-0.04144935,0.9991295,1),(0.01833906,-0.00468214,0.9998209,1),(0.0908706,0.05915331,0.9941044,1),(0.04407154,0.03326905,0.9984744,1),(-0.004274199,-0.04152257,0.9991284,1),(-0.03714792,-0.08184691,0.9959524,1),(-0.03293191,-0.1100465,0.9933808,1),(-0.002891602,-0.07202227,0.9973989,1),(-0.06906219,-0.1199902,0.99037,1),(-0.1003301,-0.156308,0.9825994,1),(-0.1031933,-0.1834785,0.9775923,1),(-0.06627712,-0.1471273,0.9868945,1),(-0.05914834,-0.1628529,0.9848759,1),(-0.02751433,-0.1279263,0.991402,1),(-0.09888758,-0.197422,0.9753183,1),(-0.07917526,-0.2007964,0.9764282,1),(-0.03900787,-0.1751962,0.9837605,1),(-0.01234825,-0.1438795,0.9895182,1),(-0.003801528,-0.09268343,0.9956884,1),(0.001685275,-0.1111709,0.9937999,1),(-0.1283311,-0.1920134,0.9729655,1),(-0.1510804,-0.227594,0.9619645,1),(-0.161315,-0.251749,0.9542535,1),(-0.1370353,-0.2186368,0.9661363,1),(-0.1684344,-0.2629377,0.9499967,1),(-0.1803182,-0.2979388,0.9373995,1),(-0.1820214,-0.3095067,0.9333133,1),(-0.1759123,-0.2828363,0.942899,1),(-0.167311,-0.2822722,0.9446319,1),(-0.1584377,-0.258136,0.9530286,1),(-0.1615736,-0.3039995,0.9388708,1),(-0.1340393,-0.2653679,0.9547845,1),(-0.1150563,-0.2759658,0.9542562,1),(-0.133913,-0.2499582,0.9589517,1),(-0.1356643,-0.2297979,0.9637365,1),(-0.1153595,-0.2296094,0.9664221,1),(-0.1775443,-0.3253084,0.9287909,1),(-0.1525498,-0.3347979,0.9298596,1),(-0.1326126,-0.3357715,0.9325618,1),(-0.1702134,-0.32959,0.9286538,1),(-0.09955978,-0.3331466,0.937604,1),(-0.01953464,-0.3151397,0.9488443,1),(-0.06834993,-0.3251256,0.9431975,1),(0.02232686,-0.2928261,0.955905,1),(-0.08944651,-0.3111341,0.9461473,1),(-0.01714244,-0.2865483,0.9579124,1),(0.08136848,-0.2415054,0.966982,1),(0.1476703,-0.1509458,0.9774502,1),(0.05256934,-0.2103426,0.9762133,1),(-0.02342957,-0.2494409,0.9681066,1),(-0.1378585,-0.3146868,0.9391311,1),(-0.08063266,-0.2671606,0.9602727,1),(0.07203396,-0.28725,0.9551432,1),(0.1545663,-0.2524038,0.9551972,1),(0.1210865,-0.2476817,0.9612449,1),(0.2077783,-0.1990282,0.957714,1),(0.2299931,-0.2138722,0.9494008,1),(0.2986022,-0.1718553,0.9387772,1),(0.2824595,-0.1476233,0.9478523,1),(0.3458242,-0.09363486,0.9336156,1),(0.2662069,-0.121313,0.9562516,1),(0.3319816,-0.05877183,0.9414532,1),(0.3815382,0.005210332,0.9243383,1),(0.3854435,0.1261345,0.9140697,1),(0.3574951,0.05719189,0.9321622,1),(0.3096387,-0.011513,0.9507846,1),(0.1828803,-0.1824994,0.9660481,1),(0.2402243,-0.08091269,0.9673393,1),(0.3605835,-0.1202985,0.9249365,1),(0.4149767,-0.05267796,0.9083057,1),(0.3983476,-0.02925302,0.916768,1),(0.4391968,0.05292252,0.8968307,1),(0.4609691,0.03157423,0.8868543,1),(0.496786,0.1321633,0.8577508,1),(0.4668981,0.1527981,0.8710102,1),(0.4790983,0.2684969,0.8356879,1),(0.4362249,0.169695,0.883692,1),(0.4405549,0.2761353,0.8542018,1),(0.4272343,0.3950022,0.8132921,1),(0.3311205,0.4989213,0.8008975,1),(0.3707967,0.3920869,0.8418894,1),(0.3925511,0.2917007,0.8722467,1),(0.4160614,0.07903531,0.9058954,1),(0.3970172,0.2022831,0.8952423,1),(0.5068259,0.2270354,0.8316143,1),(0.4798109,0.2928003,0.8270729,1),(0.4624306,0.3727086,0.8045161,1),(0.4087793,0.4402578,0.7994201,1),(0.4051445,0.3277289,0.8534938,1),(0.2900575,0.3275903,0.8991948,1),(0.1719154,0.4603844,0.8709142,1),(0.3102708,0.4698751,0.8264075,1),(0.3003776,0.5537442,0.7766213,1),(0.1881331,0.5736052,0.7972348,1),(0.03484777,0.5498133,0.8345603,1),(-0.09886778,0.5957447,0.7970655,1),(0.0547255,0.6392065,0.7670855,1),(0.1763976,0.6338604,0.7530636,1),(0.3807427,0.4960596,0.7803588,1),(0.2677632,0.5873435,0.7637607,1),(0.1592301,0.315806,0.9353675,1),(-0.01148223,0.2888088,0.9573179,1),(-0.1621524,0.3688388,0.9152402,1),(0.009785918,0.4198467,0.9075422,1),(-0.2154043,0.2466723,0.9448565,1),(-0.4415592,0.1870261,0.8775231,1),(-0.5269451,0.2309576,0.8179166,1),(-0.3430377,0.3061399,0.8880334,1),(-0.4421246,0.3436795,0.8284987,1),(-0.291093,0.4181623,0.860468,1),(-0.584741,0.2634502,0.7672496,1),(-0.6083242,0.2918815,0.7380697,1),(-0.5062852,0.3724628,0.7777833,1),(-0.387049,0.4470902,0.8064139,1),(-0.1323984,0.4872873,0.8631464,1),(-0.251895,0.5221009,0.8148372,1),(-0.6369364,0.1212697,0.7613184,1),(-0.7769874,0.05685358,0.6269436,1),(-0.7969379,0.08189759,0.5984836,1),(-0.683496,0.1532854,0.7136784,1),(-0.8762903,-0.007953652,0.4817179,1),(-0.943787,-0.0761971,0.3216521,1),(-0.9356624,-0.04672883,0.349789,1),(-0.8782861,0.01605601,0.4778659,1),(-0.8638057,0.04758443,0.5015731,1),(-0.7963426,0.1117415,0.5944343,1),(-0.9139718,-0.01005968,0.405653,1),(-0.8699448,0.04079445,0.491459,1),(-0.8288636,0.09954432,0.5505236,1),(-0.773752,0.1597067,0.6130266,1),(-0.7056102,0.1837654,0.684357,1),(-0.7023926,0.2257785,0.6750324,1),(-0.9724463,-0.1365795,0.1889294,1),(-0.974797,-0.1762969,0.1367121,1),(-0.9627258,-0.144561,0.228607,1),(-0.9623839,-0.1022004,0.2517388,1),(-0.9655791,-0.1991061,0.1673731,1),(-0.9368851,-0.2030075,0.2846652,1),(-0.8837904,-0.1928419,0.4262941,1),(-0.9420829,-0.1759346,0.285529,1),(-0.894605,-0.1519555,0.4202275,1),(-0.9329094,-0.1085252,0.3433691,1),(-0.8003282,-0.187995,0.5693265,1),(-0.6851237,-0.197327,0.7011901,1),(-0.8117394,-0.1342316,0.5683845,1),(-0.8720051,-0.07147807,0.48425,1),(-0.9382994,-0.06172368,0.3402713,1),(-0.8881796,-0.01380592,0.459289,1),(-0.8704773,-0.2093602,0.4454632,1),(-0.7590791,-0.2496462,0.6012286,1),(-0.629334,-0.2612045,0.7319227,1),(-0.7757323,-0.2115975,0.5945299,1),(-0.5883291,-0.3240413,0.7408549,1),(-0.3510238,-0.4210799,0.8363457,1),(-0.2254277,-0.4411328,0.8686681,1),(-0.444433,-0.3408524,0.8284317,1),(-0.2992986,-0.3660193,0.8811641,1),(-0.4815839,-0.2845168,0.8289313,1),(-0.1105129,-0.4638101,0.8790147,1),(-0.01595015,-0.4910412,0.8709903,1),(-0.1705761,-0.4035587,0.8989128,1),(-0.3361653,-0.3251099,0.8839098,1),(-0.6514631,-0.2248131,0.7246067,1),(-0.5105982,-0.2565968,0.8206385,1),(-0.1127222,-0.4892467,0.8648302,1),(0.06068863,-0.5185513,0.85289,1),(0.1225757,-0.5461935,0.8286422,1),(-0.02206655,-0.5143626,0.8572888,1),(0.1772318,-0.5296505,0.8294933,1),(0.2525857,-0.5334971,0.8072059,1),(0.2754971,-0.5502416,0.7882483,1),(0.2175779,-0.5548998,0.8029609,1),(0.2441965,-0.5748907,0.7809408,1),(0.1696292,-0.5693546,0.8044012,1),(0.2867857,-0.5618198,0.7759591,1),(0.2869555,-0.5649131,0.7736471,1),(0.2574911,-0.5860301,0.7682885,1),(0.201096,-0.5853227,0.7854666,1),(0.05406301,-0.5373768,0.8416077,1),(0.1120013,-0.5574692,0.8226079,1),(0.3019704,-0.5327899,0.790537,1),(0.3350275,-0.524854,0.7824864,1),(0.3320163,-0.5238611,0.7844328,1),(0.3102452,-0.5392729,0.7829001,1),(0.3528928,-0.5106125,0.7840545,1),(0.356078,-0.4901841,0.7955677,1),(0.3368993,-0.4820208,0.8087984,1),(0.3413152,-0.5042666,0.7932333,1),(0.3231162,-0.4921601,0.8083157,1),(0.3212632,-0.5172303,0.7932608,1),(0.3144061,-0.4653041,0.8274302,1),(0.2847567,-0.4442186,0.8494607,1),(0.2968093,-0.4748815,0.8284876,1),(0.3029125,-0.5033498,0.8092484,1),(0.3091981,-0.5404422,0.782508,1),(0.2991208,-0.5339181,0.7908592,1),(0.3490558,-0.4680769,0.8118276,1),(0.3373365,-0.447835,0.8280385,1),(0.3267525,-0.4564341,0.8275873,1),(0.3139198,-0.4340449,0.8444284,1),(0.3203119,-0.4304599,0.8438629,1),(0.2981604,-0.4157115,0.8592346,1),(0.2977404,-0.4163239,0.859084,1),(0.2790346,-0.4023954,0.8719047,1),(0.2873672,-0.416837,0.8623613,1),(0.2738674,-0.4000953,0.8745973,1),(0.2607555,-0.3884901,0.8837883,1),(0.249015,-0.3818171,0.8900602,1),(0.244071,-0.374532,0.894514,1),(0.2577117,-0.395856,0.8814095,1),(0.3011002,-0.4384948,0.8467945,1),(0.2700181,-0.4164213,0.8681495,1),(0.2819023,-0.4054203,0.8695778,1),(0.2825328,-0.4017426,0.8710787,1),(0.266534,-0.3934979,0.8798403,1),(0.2687946,-0.3910069,0.8802631,1),(0.3001326,-0.4047246,0.8637815,1),(0.3344155,-0.4139333,0.8466554,1),(0.2858416,-0.3949127,0.87312,1),(0.3174295,-0.4048514,0.8575161,1),(0.258582,-0.3814898,0.8874688,1),(0.2750337,-0.3861903,0.880462,1),(0.3029838,-0.3960519,0.8668008,1),(0.268809,-0.3795005,0.8852803,1),(0.2918365,-0.3881586,0.874165,1),(0.2531104,-0.3742394,0.8921211,1),(0.2538149,-0.3822347,0.8885238,1),(0.2448512,-0.37255,0.8951281,1),(0.3769388,-0.4254689,0.8227353,1),(0.4197996,-0.4357826,0.7961544,1),(0.3571577,-0.4172868,0.8356495,1),(0.3990029,-0.4289695,0.8104209,1),(0.4628993,-0.4447767,0.766745,1),(0.5060955,-0.4523385,0.7343413,1),(0.4427888,-0.4396922,0.7814146,1),(0.4882376,-0.4491991,0.7482274,1),(0.3782676,-0.4208389,0.8245048,1),(0.421744,-0.4330154,0.7966364,1),(0.468624,-0.444549,0.7633922,1),(0.3996695,-0.4244828,0.8124521,1),(0.4471135,-0.4380133,0.7798935,1),(0.3576721,-0.4113311,0.8383778,1),(0.3386046,-0.4084129,0.8476708,1),(0.3216393,-0.3990906,0.8586471,1),(0.5670263,-0.4564725,0.6856486,1),(0.667829,-0.4506367,0.5923944,1),(0.5517306,-0.455703,0.6985186,1),(0.6542901,-0.4533299,0.605307,1),(0.8088645,-0.4176317,0.4139107,1),(0.942135,-0.3204599,0.0984228,1),(0.7964683,-0.4260024,0.4291389,1),(0.9332618,-0.3384952,0.1201811,1),(0.6378956,-0.4553861,0.6210577,1),(0.7808881,-0.4346864,0.4486217,1),(0.9215955,-0.3586055,0.1485388,1),(0.7620007,-0.4431697,0.4721816,1),(0.9067771,-0.3799775,0.182681,1),(0.6185061,-0.4563567,0.6396786,1),(0.5340572,-0.4537552,0.7133648,1),(0.5138677,-0.4502037,0.7302442,1),(0.9550148,-0.1786241,-0.2367284,1),(0.8908759,-0.06398053,-0.4497184,1),(0.9559951,-0.2036858,-0.2111526,1),(0.8985852,-0.0900991,-0.4294496,1),(0.817707,0.01723081,-0.5753767,1),(0.7531152,0.07573037,-0.6535153,1),(0.757826,0.06316242,-0.6493923,1),(0.826318,-0.00436305,-0.563187,1),(0.9076256,-0.1201484,-0.4022192,1),(0.8357089,-0.03040611,-0.5483303,1),(0.7620651,0.05039093,-0.6455366,1),(0.7656898,0.03747905,-0.6421173,1),(0.8465984,-0.05725955,-0.5291431,1),(0.9164011,-0.1545424,-0.3692231,1),(0.9558512,-0.2338048,-0.1779993,1),(0.9537851,-0.2670064,-0.1378456,1),(0.6811811,0.1336451,-0.7198135,1),(0.5739256,0.2083056,-0.791971,1),(0.5661971,0.2109792,-0.7968115,1),(0.6794723,0.129913,-0.7221082,1),(0.4107806,0.3020075,-0.860262,1),(0.1737343,0.4066807,-0.8968987,1),(0.1580752,0.4147042,-0.8961208,1),(0.3980328,0.3086575,-0.8638868,1),(0.3788962,0.318617,-0.8688618,1),(0.5524175,0.217524,-0.8046851,1),(0.1392833,0.4240126,-0.8948818,1),(0.1206972,0.4338312,-0.8928733,1),(0.3553101,0.3311096,-0.8741403,1),(0.5333514,0.2275462,-0.8147141,1),(0.6741751,0.1287821,-0.7272572,1),(0.6654775,0.130182,-0.7349778,1),(-0.06628197,0.4812869,-0.8740536,1),(-0.2274981,0.5143778,-0.8268375,1),(-0.233184,0.5201183,-0.8216459,1),(-0.0800241,0.4884296,-0.8689261,1),(-0.3205526,0.5266021,-0.7873603,1),(-0.3622641,0.5298005,-0.7668611,1),(-0.3387421,0.5339449,-0.7746978,1),(-0.3138866,0.5314539,-0.7867858,1),(-0.301785,0.5352517,-0.7889432,1),(-0.2348327,0.5251962,-0.817938,1),(-0.3085501,0.5360678,-0.7857659,1),(-0.2697105,0.5350372,-0.8006193,1),(-0.2812459,0.5374835,-0.794992,1),(-0.2287681,0.5293397,-0.8169851,1),(-0.09236601,0.4953717,-0.8637566,1),(-0.09934423,0.5016958,-0.8593208,1),(-0.3604614,0.5260344,-0.7702957,1),(-0.3136,0.5122568,-0.7995299,1),(-0.2635391,0.51069,-0.8183782,1),(-0.3205777,0.5284614,-0.7861034,1),(-0.2141426,0.482361,-0.8493943,1),(-0.05456624,0.4253908,-0.9033632,1),(-0.00809502,0.4096214,-0.9122197,1),(-0.1610073,0.4742556,-0.8655394,1),(-0.09962358,0.4592306,-0.882713,1),(-0.2048755,0.503723,-0.8392194,1),(0.04546499,0.3859099,-0.9214154,1),(0.1052611,0.3517786,-0.9301462,1),(-0.03075928,0.4347906,-0.9000062,1),(-0.1377512,0.4890397,-0.8613157,1),(-0.2727385,0.5272437,-0.8047532,1),(-0.2161317,0.5205363,-0.8260321,1),(0.1145986,0.3501155,-0.92967,1),(0.2404666,0.2796584,-0.9294983,1),(0.2689093,0.2535472,-0.9291941,1),(0.1503037,0.3284383,-0.9324897,1),(0.3269941,0.2194748,-0.9191875,1),(0.3816238,0.1699031,-0.9085682,1),(0.4050509,0.1360496,-0.9041152,1),(0.3515866,0.1894348,-0.9167886,1),(0.3780149,0.1513016,-0.9133523,1),(0.3012399,0.218825,-0.9281003,1),(0.4280258,0.09519859,-0.8987386,1),(0.4498984,0.0452745,-0.8919314,1),(0.4056094,0.1028383,-0.908243,1),(0.3367774,0.1731277,-0.925531,1),(0.1916604,0.2982145,-0.9350585,1),(0.2379367,0.2570021,-0.9366623,1),(0.4185933,0.1330282,-0.898378,1),(0.4488069,0.1113869,-0.8866596,1),(0.4661776,0.08096071,-0.8809789,1),(0.4404272,0.09810995,-0.8924115,1),(0.4729713,0.1050857,-0.8747886,1),(0.4915477,0.1140959,-0.863344,1),(0.4917517,0.1090445,-0.8638805,1),(0.4832009,0.08462715,-0.8714099,1),(0.4905868,0.06099135,-0.8692553,1),(0.4805578,0.04618818,-0.8757458,1),(0.4897698,0.1019366,-0.865872,1),(0.4877333,0.08877823,-0.8684668,1),(0.496097,0.03103154,-0.8677124,1),(0.4920973,0.004586219,-0.8705281,1),(0.4599937,0.05757688,-0.8860534,1),(0.4768898,0.009329558,-0.8789136,1),(0.4927722,0.1383557,-0.8590886,1),(0.4637127,0.1793482,-0.8676432,1),(0.4582047,0.1830866,-0.869786,1),(0.4855442,0.144719,-0.8621504,1),(0.3992699,0.238093,-0.8853785,1),(0.2893402,0.3114501,-0.9051414,1),(0.3307602,0.2683806,-0.9047483,1),(0.4076533,0.2244418,-0.8851241,1),(0.4135695,0.2092403,-0.8861032,1),(0.4513544,0.1854775,-0.8728559,1),(0.3625554,0.2204989,-0.905502,1),(0.3868274,0.1721137,-0.9059478,1),(0.41832,0.1906801,-0.8880593,1),(0.4457229,0.1827424,-0.8763197,1),(0.4766978,0.1497104,-0.8662251,1),(0.4691633,0.1488763,-0.870472,1),(0.1870094,0.3558263,-0.9156501,1),(0.1471407,0.324419,-0.9343992,1),(0.2296921,0.234512,-0.9445875,1),(0.2593988,0.2827008,-0.9234676,1),(0.1663137,0.2049781,-0.9645329,1),(0.2462513,-0.01256603,-0.9691245,1),(0.2944431,-0.07286951,-0.9528868,1),(0.242685,0.1175369,-0.9629584,1),(0.3039498,0.03853639,-0.9519083,1),(0.2976546,0.1454039,-0.9435356,1),(0.3325638,-0.1163064,-0.9358814,1),(0.3599924,-0.1382205,-0.9226595,1),(0.3472228,-0.02468905,-0.9374576,1),(0.3466174,0.06472897,-0.9357706,1),(0.3170292,0.2047932,-0.9260411,1),(0.3596293,0.1298013,-0.9240229,1),(0.3225504,-0.1933354,-0.9265974,1),(0.3565274,-0.2298043,-0.9055817,1),(0.3601932,-0.2414058,-0.9011015,1),(0.3419358,-0.22214,-0.9130902,1),(0.3549588,-0.132894,-0.9253883,1),(0.2992824,0.1215559,-0.9463901,1),(0.3513105,-0.131022,-0.9270459,1),(0.2922052,0.1378456,-0.9463692,1),(0.3434759,-0.1068893,-0.9330589,1),(0.3618403,-0.2296597,-0.9035087,1),(0.2793008,0.1665012,-0.9456577,1),(0.2671905,0.2104228,-0.940389,1),(0.3373812,-0.05485709,-0.9397684,1),(0.3645172,-0.1890383,-0.9118069,1),(0.3577299,-0.2298836,-0.9050872,1),(0.3702477,-0.2122778,-0.9043533,1),(0.2158009,0.382038,-0.8985972,1),(0.1719688,0.5036017,-0.8466476,1),(0.2054847,0.4052008,-0.8908358,1),(0.159326,0.5266666,-0.8350074,1),(0.1709077,0.5271438,-0.8324121,1),(0.2088034,0.4703384,-0.8574281,1),(0.1584078,0.5486142,-0.820932,1),(0.196889,0.48911,-0.8497095,1),(0.1490337,0.5458467,-0.8245243,1),(0.1490296,0.5642253,-0.812059,1),(0.1885109,0.501407,-0.8444256,1),(0.1425982,0.5730441,-0.807023,1),(0.1834838,0.5065481,-0.8424623,1),(0.1420496,0.5605052,-0.8158774,1),(0.1926126,0.4287771,-0.8826385,1),(0.1829226,0.4538236,-0.8721144,1),(0.2583763,0.3787164,-0.8887157,1),(0.295451,0.304506,-0.9055301,1),(0.2473411,0.393932,-0.8852344,1),(0.285257,0.3165382,-0.9046723,1),(0.3217266,0.2496901,-0.9133164,1),(0.3389467,0.2144499,-0.9160385,1),(0.3123942,0.259187,-0.9139103,1),(0.3305944,0.2220879,-0.9172701,1),(0.2788782,0.3220765,-0.9047064,1),(0.3067374,0.2621852,-0.9149706,1),(0.3256169,0.2231886,-0.9187819,1),(0.3048108,0.2579855,-0.9168063,1),(0.3240975,0.2163315,-0.9209568,1),(0.2763026,0.3207753,-0.9059581,1),(0.240081,0.4026523,-0.8833076,1),(0.2364979,0.4045214,-0.8834201,1),(0.3506472,0.1912711,-0.9167671,1),(0.3593401,0.1727557,-0.917077,1),(0.3433552,0.1972628,-0.9182562,1),(0.3531443,0.176944,-0.9186838,1),(0.3651481,0.1589695,-0.9172761,1),(0.368178,0.1499288,-0.9175872,1),(0.360089,0.1612081,-0.9188842,1),(0.3643042,0.1500749,-0.9191082,1),(0.349547,0.1751095,-0.9204094,1),(0.3573142,0.1581971,-0.9204891,1),(0.3624516,0.1460883,-0.920482,1),(0.3565959,0.1484549,-0.9223886,1),(0.3621638,0.1376196,-0.9218992,1),(0.348496,0.1652107,-0.9226354,1),(0.3390268,0.1968024,-0.9199618,1),(0.3377179,0.1878698,-0.9223078,1),(0.372003,0.1405206,-0.9175334,1),(0.3799303,0.1255668,-0.9164529,1),(0.3687829,0.1391908,-0.9190349,1),(0.3763165,0.1241621,-0.9181338,1),(0.3917995,0.1050582,-0.9140328,1),(0.4073763,0.07899798,-0.9098372,1),(0.3867932,0.1049618,-0.9161736,1),(0.4000657,0.08156615,-0.9128496,1),(0.3751901,0.1207769,-0.919046,1),(0.3851412,0.1035915,-0.9170251,1),(0.3973805,0.0833132,-0.9138641,1),(0.3847179,0.1043724,-0.9171143,1),(0.3962465,0.08881259,-0.9138386,1),(0.3751741,0.1176514,-0.9194577,1),(0.3676041,0.1349263,-0.9201424,1),(0.3676457,0.1287167,-0.9210151,1),(0.4255285,0.04975761,-0.9035761,1),(0.4456772,0.01969022,-0.8949772,1),(0.4155351,0.05649697,-0.9078208,1),(0.4327885,0.03217504,-0.9009211,1),(0.4678833,-0.01149837,-0.8837155,1),(0.4921825,-0.04410132,-0.8693742,1),(0.4519269,0.008403827,-0.8920153,1),(0.4730489,-0.01500601,-0.8809084,1),(0.4256794,0.045044,-0.9037523,1),(0.4410208,0.02981191,-0.8970016,1),(0.4573033,0.0170987,-0.8891464,1),(0.4314696,0.0570013,-0.9003248,1),(0.4422225,0.05455066,-0.8952449,1),(0.4202762,0.06354517,-0.9051685,1),(0.4111696,0.06285314,-0.9093894,1),(0.408565,0.07415324,-0.909712,1),(0.5186904,-0.07398085,-0.8517554,1),(0.546477,-0.09745979,-0.831784,1),(0.4951684,-0.03600672,-0.8680506,1),(0.5167055,-0.05281314,-0.8545328,1),(0.5757156,-0.1143778,-0.8096105,1),(0.6065207,-0.1245542,-0.7852508,1),(0.5377494,-0.0652987,-0.8405723,1),(0.5583844,-0.0733554,-0.8263327,1),(0.4885972,-0.002772602,-0.872505,1),(0.5025064,-0.01052765,-0.8645094,1),(0.5152887,-0.01676798,-0.8568525,1),(0.4700738,0.04533643,-0.881462,1),(0.4778243,0.03855713,-0.8776088,1),(0.4615487,0.0502545,-0.8856902,1),(0.4735368,0.006454744,-0.8807504,1),(0.4522638,0.05332261,-0.8902889,1),(0.6439379,-0.1325505,-0.753508,1),(0.6928097,-0.1431473,-0.7067698,1),(0.5851307,-0.08275191,-0.8067058,1),(0.6239729,-0.09965029,-0.7750663,1),(0.7517055,-0.1563034,-0.6407089,1),(0.8170686,-0.1718433,-0.5503352,1),(0.6741142,-0.124516,-0.7280562,1),(0.7333013,-0.1577444,-0.6613516,1),(0.561984,-0.04863454,-0.825717,1),(0.6009573,-0.08118455,-0.7951473,1),(0.6487028,-0.1256553,-0.7505967,1),(0.5385692,-0.03682782,-0.8417761,1),(0.5739704,-0.08651894,-0.8142927,1),(0.5101448,0.000231187,-0.8600886,1),(0.5332497,-0.02737843,-0.8455147,1),(0.4897428,0.02516814,-0.8715036,1),(0.8804547,-0.1725371,-0.4416226,1),(0.9351232,-0.1383585,-0.3261925,1),(0.7972534,-0.1823535,-0.5754426,1),(0.8624417,-0.1784987,-0.4736375,1),(0.9769516,-0.06668151,-0.2027787,1),(0.9965194,0.04327142,-0.07125001,1),(0.9250079,-0.1432351,-0.3519149,1),(0.975509,-0.07415932,-0.207081,1),(0.7736837,-0.1902144,-0.6043444,1),(0.8488919,-0.1917641,-0.4925535,1),(0.9227906,-0.1692275,-0.3461495,1),(0.7641924,-0.2104845,-0.6096772,1),(0.850288,-0.2289645,-0.4739044,1),(0.68538,-0.1792733,-0.7057729,1),(0.7059474,-0.1674898,-0.6881753,1),(0.6213036,-0.1377415,-0.7713682,1),(0.9865935,0.1546211,0.05220623,1),(0.9604568,0.2379654,0.1445514,1),(0.9982712,0.005746668,-0.0584954,1),(0.9949872,0.07843161,0.06203972,1),(0.9332016,0.2950089,0.2051945,1),(0.914662,0.3301306,0.2332535,1),(0.9784232,0.1420003,0.1500792,1),(0.9582198,0.1968647,0.2075067,1),(0.995882,-0.07910154,-0.04429348,1),(0.9974433,-0.01880323,0.06894416,1),(0.9868293,0.04868946,0.1542637,1),(0.9861804,-0.1611532,-0.03844231,1),(0.9928121,-0.09567044,0.07191249,1),(0.9638218,-0.2066213,-0.1683904,1),(0.9740922,-0.1301998,-0.1849114,1),(0.9205338,-0.2299043,-0.3158504,1),(0.9041816,0.3419317,0.2560046,1),(0.9022086,0.3318776,0.2754571,1),(0.9290349,0.2537903,0.2692297,1),(0.9418054,0.2359211,0.2394652,1),(0.9103729,0.2990105,0.2860313,1),(0.924857,0.2426021,0.2928887,1),(0.9276147,0.2334283,0.2916198,1),(0.9248245,0.2526811,0.2843449,1),(0.9539109,0.1554126,0.2567121,1),(0.9436963,0.1854668,0.2739329,1),(0.9369593,0.202931,0.2844757,1),(0.9620923,0.09494851,0.2556621,1),(0.9525377,0.1445316,0.2679226,1),(0.9746269,0.03873075,0.2204594,1),(0.9701269,0.1101931,0.2161279,1),(0.9868237,-0.02487871,0.1598747,1),(0.9377036,0.1786221,0.2980034,1),(0.9446638,0.12445,0.303517,1),(0.9407424,0.1653677,0.2960694,1),(0.9347994,0.2017387,0.292321,1),(0.9472895,0.08030513,0.3101513,1),(0.9468744,0.0459768,0.3183,1),(0.9466036,0.07818914,0.312775,1),(0.9448842,0.1242125,0.3029276,1),(0.9425057,0.1566952,0.2951772,1),(0.9388718,0.1892337,0.287594,1),(0.9457688,0.1069444,0.3067313,1),(0.9453139,0.1235526,0.3018548,1),(0.9425562,0.1665901,0.2895439,1),(0.9429209,0.1842702,0.2773889,1),(0.9374875,0.2042564,0.2817736,1),(0.9470885,0.1769108,0.2678166,1),(0.9454889,0.01808606,0.3251516,1),(0.9446331,-0.006533384,0.3280635,1),(0.9454097,-0.0004556679,0.3258838,1),(0.9462506,0.03430795,0.3216095,1),(0.9445339,-0.02800964,0.3272171,1),(0.9453502,-0.04648392,0.3227264,1),(0.9456819,-0.04346715,0.3221745,1),(0.9450105,-0.02630035,0.3259808,1),(0.945794,-0.01515505,0.3244136,1),(0.9462189,0.01388918,0.3232286,1),(0.9463615,-0.03288947,0.3214315,1),(0.9473066,-0.01500866,0.3199766,1),(0.9467492,0.004246764,0.3219442,1),(0.9468786,0.0336264,0.3198282,1),(0.9466855,0.05452622,0.3175113,1),(0.9468183,0.07335374,0.3132962,1),(0.9464723,-0.05918439,0.317313,1),(0.9474767,-0.06324093,0.31351,1),(0.9477313,-0.0559586,0.3141246,1),(0.9468398,-0.05303867,0.3173032,1),(0.9482819,-0.05868153,0.3119579,1),(0.9488325,-0.04552497,0.3124811,1),(0.9488613,-0.04190884,0.3128991,1),(0.9484261,-0.05224597,0.3126632,1),(0.9486724,-0.044205,0.3131563,1),(0.9481777,-0.04600131,0.314393,1),(0.9488915,-0.03685334,0.3134433,1),(0.9489754,-0.02972775,0.3139458,1),(0.948974,-0.03392135,0.3135252,1),(0.9487205,-0.03287439,0.314402,1),(0.9474311,-0.04223458,0.3171602,1),(0.948199,-0.02657624,0.3165632,1),(0.9490185,-0.03177723,0.3136144,1),(0.9488302,-0.02540386,0.3147633,1),(0.948762,-0.02665943,0.3148651,1),(0.9489361,-0.03127725,0.3139139,1),(0.9484047,-0.02639977,0.3159613,1),(0.9477819,-0.03475734,0.3170195,1),(0.9478816,-0.03545233,0.3166445,1),(0.9484186,-0.02805283,0.3157775,1),(0.9483864,-0.02782913,0.3158937,1),(0.9486617,-0.02609518,0.3152139,1),(0.9479965,-0.03430161,0.316427,1),(0.9481484,-0.03116571,0.3162965,1),(0.9483934,-0.0254331,0.3160748,1),(0.9486052,-0.02328168,0.3156045,1),(0.9488438,-0.02910229,0.3144019,1),(0.948804,-0.0247123,0.3148973,1),(0.9475607,-0.02558885,0.3185495,1),(0.9469043,0.02710213,0.3203713,1),(0.9471076,0.02485316,0.3199524,1),(0.947724,-0.02582673,0.3180445,1),(0.9388946,0.1265607,0.3200931,1),(0.9096067,0.2732639,0.3129578,1),(0.9133338,0.258111,0.3149604,1),(0.9397582,0.1193624,0.3203236,1),(0.9405304,0.1125386,0.320527,1),(0.9472724,0.02375942,0.3195475,1),(0.9170015,0.2422434,0.3169012,1),(0.9205607,0.2257133,0.3187813,1),(0.9412153,0.1060283,0.3207362,1),(0.9473917,0.02374673,0.3191943,1),(0.9479155,-0.02442437,0.3175842,1),(0.9481164,-0.02138036,0.3172037,1),(0.8587927,0.4170481,0.2975666,1),(0.810156,0.5143697,0.2811956,1),(0.819892,0.4962187,0.2855593,1),(0.8669193,0.396826,0.3016291,1),(0.7750176,0.5723899,0.2678016,1),(0.758321,0.5981842,0.2590848,1),(0.7580596,0.5992934,0.2572807,1),(0.781996,0.5616622,0.2702183,1),(0.7908678,0.5475921,0.2732601,1),(0.8306267,0.4752193,0.2902169,1),(0.7604048,0.5967017,0.2563816,1),(0.7651045,0.5907587,0.2561621,1),(0.8013142,0.530391,0.2767326,1),(0.8420575,0.4515563,0.2950191,1),(0.8753045,0.3746726,0.3057167,1),(0.88376,0.350748,0.3097485,1),(0.7635037,0.5923011,0.257374,1),(0.7919961,0.5504653,0.2640647,1),(0.7806963,0.5698406,0.2565053,1),(0.755616,0.6048421,0.2514168,1),(0.8398879,0.466231,0.2778796,1),(0.8961374,0.3313349,0.2952203,1),(0.890928,0.3474171,0.2924869,1),(0.8298621,0.487468,0.2714848,1),(0.8208727,0.5056251,0.2655394,1),(0.7715016,0.5851559,0.2497556,1),(0.8856872,0.3627015,0.2898377,1),(0.8805248,0.3772514,0.2869797,1),(0.812718,0.5210955,0.2606706,1),(0.764387,0.5969497,0.2436466,1),(0.7504291,0.613287,0.246445,1),(0.7477995,0.6181599,0.2422275,1),(0.933297,0.1870571,0.3065391,1),(0.9468901,0.08307625,0.3106407,1),(0.9460159,0.08411048,0.3130166,1),(0.9315513,0.1944254,0.3072635,1),(0.9499333,0.02007269,0.3118074,1),(0.9499136,-0.004723083,0.312477,1),(0.9490609,-0.009288828,0.3149559,1),(0.9490523,0.01729822,0.3146433,1),(0.9481226,0.01782552,0.3174052,1),(0.9448882,0.08814005,0.3153057,1),(0.9482431,-0.01114767,0.3173496,1),(0.9474604,-0.009211628,0.3197408,1),(0.9470919,0.02208436,0.320202,1),(0.9434332,0.09521754,0.317596,1),(0.9294098,0.2034447,0.3079087,1),(0.9268027,0.2140471,0.3085785,1),(0.9503227,-0.01317324,0.3109872,1),(0.9522485,-0.02582246,0.3042302,1),(0.9508604,-0.03706935,0.3073924,1),(0.9494479,-0.01985582,0.3132961,1),(0.9559671,-0.04273998,0.2903453,1),(0.9597518,-0.06380708,0.2735054,1),(0.9535443,-0.06104601,0.2950027,1),(0.9553438,-0.09165765,0.2809219,1),(0.9503117,-0.07655374,0.3017403,1),(0.9494225,-0.04628403,0.3105712,1),(0.9502617,-0.1153505,0.2893044,1),(0.9480477,-0.08270827,0.3071886,1),(0.9461843,-0.1249477,0.2985352,1),(0.9483136,-0.04936885,0.3134709,1),(0.9485866,-0.02451275,0.315567,1),(0.9478865,-0.02490276,0.3176338,1),(0.9632092,-0.08432212,0.2551822,1),(0.9653323,-0.09912748,0.2414687,1),(0.9564343,-0.1215922,0.2654217,1),(0.9565644,-0.1430171,0.254029,1),(0.9665614,-0.1082752,0.2324551,1),(0.9662551,-0.1116244,0.2321444,1),(0.9563464,-0.1559118,0.2471698,1),(0.9554622,-0.1605733,0.2476049,1),(0.9464011,-0.1799126,0.2682472,1),(0.9446946,-0.1959069,0.2630068,1),(0.9425762,-0.2010697,0.266685,1),(0.935975,-0.2119308,0.2811334,1),(0.9329508,-0.2176819,0.2867361,1),(0.9388209,-0.194731,0.2840689,1),(0.9485766,-0.15308,0.277072,1),(0.9425402,-0.16577,0.2900664,1),(0.1769854,0.01152939,-0.9841459,1),(0.1848623,0.00863192,-0.9827265,1),(0.1690214,0.009140569,-0.98557,1),(0.1990396,0.01845429,-0.9798176,1),(0.2060939,0.01848689,-0.9783576,1),(0.2137136,0.01460575,-0.9767873,1),(0.1561748,0.004794806,-0.9877179,1),(0.1383177,-0.001503564,-0.9903868,1),(0.1706194,0.01811364,-0.9851705,1),(0.1872357,0.01834379,-0.9821438,1),(0.2174909,0.03339406,-0.975491,1),(0.2280373,0.02909154,-0.9732176,1),(0.2024947,0.0394755,-0.9784874,1),(0.2288442,0.05892371,-0.9716781,1),(0.2421004,0.04803895,-0.9690613,1),(0.2513694,0.04034625,-0.96705,1),(0.234285,0.02651131,-0.9718063,1),(0.2418166,0.02268682,-0.9700568,1),(0.2567645,0.0357649,-0.965812,1),(0.26346,0.03344184,-0.9640904,1),(0.1192528,-0.009300737,-0.9928203,1),(0.1031886,-0.01817294,-0.9944958,1),(0.1357979,0.01767098,-0.9905789,1),(0.1523034,0.01785703,-0.9881724,1),(0.09018605,-0.02812551,-0.9955278,1),(0.08029447,-0.039162,-0.9960017,1),(0.1084715,0.01752236,-0.9939451,1),(0.1211665,0.01755817,-0.9924769,1),(0.1540651,0.06496981,-0.9859223,1),(0.169333,0.05544036,-0.9839984,1),(0.1397491,0.07553156,-0.9873019,1),(0.1695718,0.1183045,-0.9783912,1),(0.183875,0.101669,-0.9776775,1),(0.198552,0.0862205,-0.9762904,1),(0.1854936,0.04694381,-0.9815235,1),(0.2135586,0.07197122,-0.9742756,1),(0.07528343,-0.04131912,-0.9963057,1),(0.07576537,-0.02440019,-0.9968272,1),(0.09713943,0.04381891,-0.9943057,1),(0.1000315,0.02401168,-0.9946945,1),(0.08176061,0.01168798,-0.9965835,1),(0.09310017,0.06666347,-0.9934226,1),(0.1078698,0.1226641,-0.9865686,1),(0.09979901,0.07685351,-0.9920352,1),(0.1213953,0.1354256,-0.9833224,1),(0.1224859,0.1094879,-0.9864125,1),(0.1252869,0.1669814,-0.9779674,1),(0.145428,0.18715,-0.9715068,1),(0.1452224,0.1700277,-0.9746799,1),(0.1491991,0.1527627,-0.9769357,1),(0.1286114,0.08947634,-0.9876503,1),(0.1573341,0.1354819,-0.9782078,1),(0.1069328,0.108541,-0.9883239,1),(0.121082,0.1069807,-0.9868609,1),(0.1317953,0.1370898,-0.9817516,1),(0.1192272,0.1520041,-0.9811624,1),(0.135619,0.06182034,-0.9888305,1),(0.1497909,-0.02804147,-0.9883199,1),(0.1592274,-0.03047223,-0.9867715,1),(0.1454935,0.07692129,-0.9863644,1),(0.1546259,0.07487392,-0.9851318,1),(0.1429419,0.1497121,-0.9783424,1),(0.166639,-0.04720557,-0.9848872,1),(0.1730307,-0.07651092,-0.9819402,1),(0.1644902,0.05487317,-0.9848512,1),(0.1560497,0.1410957,-0.9776198,1),(0.1330503,0.1797115,-0.9746801,1),(0.1494854,0.1842451,-0.9714462,1),(0.1598825,-0.1454703,-0.9763585,1),(0.163218,-0.2759201,-0.9472213,1),(0.1676229,-0.3002793,-0.9390073,1),(0.1677939,-0.1629821,-0.9722561,1),(0.1585452,-0.4203583,-0.8933993,1),(0.1441392,-0.5745679,-0.8056647,1),(0.1374931,-0.5870813,-0.7977664,1),(0.1578794,-0.4426648,-0.8826789,1),(0.1552317,-0.4705264,-0.8686242,1),(0.1691496,-0.3318909,-0.9280284,1),(0.130569,-0.6050849,-0.7853814,1),(0.1232067,-0.6242639,-0.7714368,1),(0.1507223,-0.4992502,-0.8532479,1),(0.1681266,-0.3661717,-0.9152331,1),(0.1728443,-0.1908305,-0.9662859,1),(0.1755904,-0.2253906,-0.9583147,1),(0.1280679,-0.7180961,-0.6840588,1),(0.1120892,-0.8446777,-0.5234075,1),(0.08910215,-0.8402963,-0.5347551,1),(0.1106184,-0.7207016,-0.684363,1),(0.08023161,-0.9518667,-0.295825,1),(0.0399383,-0.9985414,0.03633434,1),(0.04734091,-0.9417703,-0.3329078,1),(-0.000700385,-0.9986143,-0.05262116,1),(0.06881115,-0.839278,-0.5393307,1),(0.02171422,-0.9326637,-0.3600929,1),(-0.03118629,-0.9918022,-0.1239187,1),(0.006212807,-0.9256822,-0.378251,1),(-0.05223311,-0.9829353,-0.1763798,1),(0.05086486,-0.8397497,-0.5405859,1),(0.09871239,-0.7284881,-0.6779093,1),(0.08832517,-0.7380154,-0.6689784,1),(-0.01228157,-0.9287778,0.3704334,1),(-0.05776795,-0.8190383,0.5708233,1),(-0.05574097,-0.9702681,0.2355269,1),(-0.1030483,-0.8945603,0.4349057,1),(-0.08756629,-0.7388329,0.6681752,1),(-0.1329043,-0.6919693,0.7095878,1),(-0.1434736,-0.8187307,0.5559635,1),(-0.1822123,-0.7601004,0.6237355,1),(-0.1380945,-0.939759,0.3127025,1),(-0.1818514,-0.8740106,0.4505947,1),(-0.228695,-0.8038586,0.5490993,1),(-0.2191765,-0.9030004,0.3695292,1),(-0.2736324,-0.8240798,0.496002,1),(-0.1627666,-0.9622278,0.2182307,1),(-0.08809164,-0.9886766,0.1214842,1),(-0.1098267,-0.9933024,0.03589548,1),(-0.174518,-0.6652514,0.7259367,1),(-0.2010644,-0.6479809,0.7346387,1),(-0.2340548,-0.674881,0.6998243,1),(-0.2180009,-0.7121373,0.6673351,1),(-0.2207726,-0.6360373,0.7394025,1),(-0.2343731,-0.6293534,0.7409343,1),(-0.2280897,-0.6262562,0.7455053,1),(-0.2371253,-0.6462966,0.7253085,1),(-0.2515462,-0.6487055,0.7182656,1),(-0.2635387,-0.6879725,0.6761962,1),(-0.2215993,-0.6227775,0.7503611,1),(-0.2169762,-0.6190758,0.7547625,1),(-0.2665451,-0.6409115,0.7198514,1),(-0.2920429,-0.6839009,0.6685735,1),(-0.2564641,-0.7405005,0.6211966,1),(-0.292004,-0.7478151,0.5962434,1),(-0.2318129,-0.6120915,0.7560468,1),(-0.1997019,-0.5659737,0.7998706,1),(-0.1659253,-0.5491167,0.8191091,1),(-0.2060693,-0.5994145,0.7734582,1),(-0.1321801,-0.4800522,0.8672246,1),(-0.02278225,-0.3395624,0.9403076,1),(-0.01759592,-0.3461548,0.9380124,1),(-0.1041336,-0.4676293,0.8777694,1),(-0.07834897,-0.4698808,0.879246,1),(-0.1346864,-0.5438558,0.8282996,1),(-0.01124395,-0.3660041,0.9305453,1),(-0.004622897,-0.4056057,0.9140364,1),(-0.06392904,-0.4904891,0.8690993,1),(-0.1067895,-0.5556788,0.8245102,1),(-0.1817524,-0.5932041,0.7842671,1),(-0.1602002,-0.5968615,0.7861884,1),(0.09534818,-0.1815613,0.9787462,1),(0.1844386,-0.05927628,0.981055,1),(0.1496442,-0.10346,0.983312,1),(0.07468163,-0.2124277,0.9743187,1),(0.2470109,0.02451087,0.9687026,1),(0.289087,0.07418501,0.9544241,1),(0.2519563,0.0323935,0.9671963,1),(0.207747,-0.02237326,0.9779267,1),(0.1732824,-0.07736478,0.9818289,1),(0.1213605,-0.1558512,0.980297,1),(0.2176489,-0.0182544,0.9758564,1),(0.141072,-0.1440203,0.9794677,1),(0.1833248,-0.07952548,0.9798304,1),(0.09680195,-0.2211689,0.9704193,1),(0.0564769,-0.2511276,0.966305,1),(0.04639763,-0.3083947,0.9501263,1),(0.3273062,0.1100322,0.9384901,1),(0.3746914,0.1499341,0.914946,1),(0.3456831,0.1229952,0.9302556,1),(0.294569,0.07612674,0.9525933,1),(0.4307382,0.1938526,0.8814113,1),(0.4942147,0.2412269,0.8352014,1),(0.4708596,0.2256179,0.8528703,1),(0.4048423,0.1730074,0.8978703,1),(0.3710542,0.1420037,0.9176894,1),(0.3120781,0.08721042,0.9460453,1),(0.4363329,0.1982511,0.8776731,1),(0.3932722,0.1599501,0.9054021,1),(0.3307767,0.1003592,0.9383575,1),(0.2753662,0.03974622,0.9605174,1),(0.2603112,0.03427932,0.9649161,1),(0.2250914,-0.01922547,0.9741479,1),(0.5486019,0.2822452,0.7870029,1),(0.5806755,0.3088329,0.753285,1),(0.5622421,0.3017596,0.7699513,1),(0.5276135,0.2711829,0.8050365,1),(0.5933488,0.3225229,0.7375067,1),(0.5882655,0.3242849,0.7407989,1),(0.5759025,0.323737,0.7506868,1),(0.5777202,0.3189124,0.7513551,1),(0.5478258,0.3034582,0.7796153,1),(0.5294538,0.2819453,0.8001159,1),(0.5500888,0.3129509,0.7742506,1),(0.5110614,0.2938463,0.8077565,1),(0.505533,0.2784159,0.8166524,1),(0.4852007,0.251621,0.8374169,1),(0.4931503,0.2473218,0.8340471,1),(0.4484576,0.2124676,0.8681839,1),(0.5634953,0.3166215,0.763036,1),(0.5151805,0.3001757,0.8027973,1),(0.5000183,0.3038684,0.8109536,1),(0.5523654,0.3186111,0.7703112,1),(0.4387663,0.2725489,0.8562716,1),(0.3298545,0.2308251,0.9153773,1),(0.2829073,0.2314547,0.9308019,1),(0.4124094,0.2762681,0.8680981,1),(0.3795841,0.2762125,0.8829624,1),(0.4748895,0.3011632,0.8269103,1),(0.2350007,0.2319299,0.9439191,1),(0.1963903,0.2308362,0.9529667,1),(0.34337,0.2714786,0.8991087,1),(0.439558,0.2922677,0.8493341,1),(0.5291665,0.3121818,0.7890027,1),(0.4930095,0.298572,0.8171881,1),(0.2152217,0.181305,0.9595875,1),(0.1248931,0.1349557,0.982949,1),(0.04801893,0.1288697,0.9904982,1),(0.1473907,0.1773992,0.9730393,1),(0.059572,0.09311873,0.9938712,1),(0.01782912,0.05559718,0.998294,1),(-0.04323165,0.05486429,0.9975575,1),(-0.01467062,0.08808031,0.9960053,1),(-0.07364389,0.09799954,0.9924579,1),(-0.01745732,0.1326945,0.9910033,1),(-0.08703746,0.07397261,0.9934548,1),(-0.09793317,0.118428,0.9881214,1),(-0.09827989,0.1253474,0.987233,1),(-0.05137797,0.1468901,0.9878176,1),(0.08523834,0.1782312,0.9802898,1),(0.04632591,0.1829382,0.9820323,1),(-0.006092419,0.01890471,0.9998027,1),(-0.01672575,-0.01851058,0.9996887,1),(-0.04181923,-0.01757074,0.9989707,1),(-0.04889665,0.02127211,0.9985772,1),(-0.01393487,-0.05688474,0.9982836,1),(0.002607649,-0.09650403,0.9953291,1),(0.01208258,-0.112443,0.9935847,1),(-0.02166846,-0.06205475,0.9978374,1),(-0.01561989,-0.05134777,0.9985586,1),(-0.05033806,0.004568819,0.9987218,1),(0.03067796,-0.1213934,0.9921303,1),(0.05843282,-0.1174647,0.9913565,1),(0.008093623,-0.01591913,0.9998406,1),(-0.03464415,0.05771767,0.9977316,1),(-0.07398137,0.0461628,0.9961906,1),(-0.06985433,0.1020487,0.9923238,1),(0.01777257,-0.1328291,0.9909796,1),(0.01622926,-0.1640724,0.9863148,1),(0.05427392,-0.1879849,0.9806712,1),(0.04307944,-0.156619,0.9867192,1),(-0.002582364,-0.1844753,0.9828337,1),(-0.0377496,-0.2115246,0.9766434,1),(0.04551045,-0.2055458,0.9775887,1),(0.01712949,-0.2146959,0.9765307,1),(0.09474701,-0.2283477,0.9689584,1),(0.09190395,-0.2057422,0.9742811,1),(0.07402565,-0.2072229,0.975489,1),(0.1227469,-0.1924802,0.9735935,1),(0.1375926,-0.2490348,0.9586709,1),(0.1223072,-0.2359607,0.964035,1),(0.07240248,-0.1806837,0.9808726,1),(0.09570709,-0.1902016,0.9770688,1),(-0.07066506,-0.227854,0.9711277,1),(-0.0827672,-0.2329089,0.9689701,1),(-0.01396679,-0.1946144,0.9807804,1),(-0.0104179,-0.2070999,0.9782643,1),(-0.07489845,-0.2249335,0.9714912,1),(-0.04203397,-0.2171033,0.9752432,1),(0.05212419,-0.1365503,0.9892609,1),(0.006297416,-0.1709983,0.9852512,1),(0.09105964,-0.09092259,0.991686,1),(0.06127485,-0.1387686,0.9884274,1),(0.1466021,-0.03317411,0.9886392,1),(0.2198928,0.0892463,0.971433,1),(0.1631073,0.01499766,0.9864944,1),(0.1287735,-0.05690911,0.9900398,1),(0.05592548,-0.1772895,0.9825685,1),(0.1156314,-0.1260715,0.9852591,1),(0.007702755,-0.1944071,0.9808907,1),(0.06864559,-0.1561449,0.9853458,1),(0.1715695,-0.03304343,0.9846177,1),(0.1119806,-0.09038311,0.9895915,1),(0.1401696,-0.101543,0.9849069,1),(0.2201506,-0.031085,0.9749705,1),(0.2828032,0.1113913,0.9526879,1),(0.2291671,0.03480776,0.9727645,1),(0.2968987,0.180481,0.9376981,1),(0.2605066,0.1054506,0.959696,1),(0.3185247,0.2573341,0.9123164,1),(0.3137122,0.3900762,0.8656934,1),(0.324081,0.3184633,0.8908157,1),(0.3121824,0.2442393,0.9180901,1),(0.2099618,0.03380077,0.9771252,1),(0.2775141,0.1676298,0.9459842,1),(0.2910944,0.04550162,0.9556116,1),(0.3361338,0.1186999,0.9343042,1),(0.3353239,0.2612617,0.905152,1),(0.3220659,0.1890146,0.9276567,1),(0.357204,0.1894858,0.9146039,1),(0.3553925,0.2593605,0.8980135,1),(0.2872004,0.3953305,0.8724848,1),(0.3237767,0.3296478,0.8868489,1),(0.2570035,0.4600952,0.8498598,1),(0.3018498,0.3985507,0.8660508,1),(0.186549,0.5156653,0.8362349,1),(0.06266496,0.6035686,0.7948447,1),(0.1590852,0.5642307,0.8101454,1),(0.2324241,0.514576,0.8253428,1),(0.3223083,0.3312902,0.8867717,1),(0.2836529,0.4564305,0.843334,1),(0.3363309,0.3319144,0.8813141,1),(0.3030652,0.4100592,0.8602343,1),(0.1724492,0.5151556,0.8395689,1),(0.2342616,0.4573488,0.8578773,1),(0.2555224,0.4913182,0.8326552,1),(0.1946734,0.5721899,0.7966812,1),(0.02764708,0.6121839,0.7902319,1),(0.1029748,0.5672081,0.8171116,1),(-0.06186851,0.6126,0.787968,1),(0.01990632,0.5929672,0.8049805,1),(-0.1406342,0.6204402,0.7715413,1),(-0.2762442,0.6083493,0.7440432,1),(-0.2096332,0.6275859,0.7497932,1),(-0.1307759,0.63473,0.7615875,1),(0.103294,0.5607421,0.8215221,1),(-0.03966142,0.6275353,0.7775773,1),(0.1172432,0.6355969,0.7630665,1),(0.02213057,0.6614701,0.749645,1),(-0.1387357,0.6460364,0.7505926,1),(-0.05341044,0.642586,0.7643498,1),(-0.0907741,0.6505433,0.7540249,1),(-0.2207771,0.5993567,0.7694343,1),(-0.3196431,0.5751872,0.7529861,1),(-0.2277768,0.6236324,0.7477971,1),(-0.3349359,0.577086,0.7448421,1),(-0.2783413,0.603435,0.7472566,1),(-0.383811,0.5401462,0.7489534,1),(-0.4001543,0.5105675,0.7610501,1),(-0.3900104,0.5348626,0.7495425,1),(-0.3665541,0.5595267,0.743349,1),(-0.2136453,0.6183156,0.7563342,1),(-0.3289302,0.5842855,0.7418998,1),(-0.3446589,0.5275764,0.7764491,1),(-0.4480219,0.459926,0.766645,1),(-0.4707961,0.4670107,0.7484999,1),(-0.4028055,0.5172448,0.7551196,1),(-0.5315107,0.3945126,0.7495705,1),(-0.6082867,0.3396728,0.717363,1),(-0.527761,0.4252177,0.7352947,1),(-0.5774073,0.3922918,0.7160363,1),(-0.487142,0.4490356,0.7490392,1),(-0.4585279,0.471874,0.7530519,1),(-0.5117566,0.4335847,0.7416937,1),(-0.4202625,0.4601911,0.7820508,1),(-0.4136324,0.4640928,0.7832791,1),(-0.408307,0.4738361,0.7802337,1),(-0.4245877,0.5021451,0.7533761,1),(-0.4039471,0.4892828,0.7729354,1),(-0.6755319,0.2889878,0.6783383,1),(-0.7264082,0.232547,0.6467248,1),(-0.6148828,0.3545758,0.7044112,1),(-0.6428993,0.3059177,0.7022072,1),(-0.763567,0.1701957,0.6228956,1),(-0.7895398,0.1021421,0.6051397,1),(-0.6679292,0.1774793,0.7227527,1),(-0.6605171,0.2445193,0.7098785,1),(-0.5328626,0.3160031,0.7849838,1),(-0.536694,0.375136,0.7557992,1),(-0.5140203,0.232623,0.825633,1),(-0.3581145,0.2493009,0.8997794,1),(-0.3921847,0.3463473,0.8521941,1),(-0.4122434,0.4114752,0.8128613,1),(-0.5289141,0.4133823,0.7411916,1),(-0.4209298,0.4481794,0.7886402,1),(-0.7960693,0.04046321,0.6038513,1),(-0.7646628,-0.03730344,0.64335,1),(-0.6067468,-0.01005233,0.7948316,1),(-0.653289,0.09343312,0.7513214,1),(-0.6854179,-0.1281896,0.7167774,1),(-0.5442492,-0.2251164,0.8081557,1),(-0.3886511,-0.2636007,0.8828731,1),(-0.5205176,-0.1321743,0.8435587,1),(-0.3471839,-0.1448198,0.9265476,1),(-0.4256533,0.001431926,0.9048852,1),(-0.2415001,-0.303518,0.9217129,1),(-0.1245425,-0.3400944,0.9321078,1),(-0.2004432,-0.1668495,0.9653931,1),(-0.2636462,-0.008972984,0.9645777,1),(-0.4795961,0.1276184,0.8681596,1),(-0.3151975,0.1291386,0.9401988,1),(-0.3697089,-0.3093078,0.8761531,1),(-0.2098603,-0.3848473,0.8988054,1),(-0.1060659,-0.4524381,0.8854659,1),(-0.237823,-0.3721473,0.8971882,1),(-0.06962205,-0.4553614,0.8875803,1),(0.05256059,-0.5239901,0.850101,1),(0.09735516,-0.5559816,0.8254735,1),(0.004574724,-0.5115577,0.8592368,1),(0.05387444,-0.5599143,0.8267971,1),(-0.0275701,-0.5140411,0.8573223,1),(0.1214725,-0.5780487,0.8069101,1),(0.126532,-0.5812257,0.8038448,1),(0.07909953,-0.5901761,0.8033901,1),(0.02292931,-0.5589744,0.8288679,1),(-0.1263189,-0.4320354,0.8929663,1),(-0.04495461,-0.4798096,0.8762202,1),(0.1497748,-0.5740514,0.8050047,1),(0.2169259,-0.592087,0.776129,1),(0.219068,-0.5868163,0.7795229,1),(0.1694852,-0.582954,0.7946316,1),(0.258261,-0.5854388,0.7684807,1),(0.2769787,-0.5567751,0.7831246,1),(0.2590413,-0.5365756,0.803109,1),(0.2484608,-0.5711259,0.7823571,1),(0.2305684,-0.540673,0.8090185,1),(0.2099146,-0.5653498,0.7976939,1),(0.2361989,-0.504243,0.8306317,1),(0.2115524,-0.4596551,0.8625327,1),(0.206549,-0.490364,0.846688,1),(0.1908377,-0.5213987,0.8316997,1),(0.1738133,-0.5781937,0.7971705,1),(0.1641318,-0.5520295,0.817511,1),(0.2809287,-0.517981,0.8079448,1),(0.2779081,-0.4813954,0.8312795,1),(0.2476343,-0.4544326,0.8556683,1),(0.2571282,-0.4933884,0.8309349,1),(0.2677888,-0.4474281,0.8532861,1),(0.2514822,-0.4152513,0.8742557,1),(0.234293,-0.4169413,0.8782179,1),(0.2146544,-0.3829394,0.8984882,1),(0.2207261,-0.4223937,0.8791265,1),(0.2033247,-0.3845627,0.900428,1),(0.1788137,-0.3491512,0.9198473,1),(0.1772203,-0.356696,0.9172574,1),(0.1477439,-0.3172021,0.9367788,1),(0.1967909,-0.3937177,0.8979196,1),(0.2314974,-0.462394,0.855921,1),(0.2062423,-0.4291559,0.8793687,1),(0.2347062,-0.3889726,0.8908497,1),(0.225304,-0.3709317,0.900915,1),(0.1969886,-0.3570176,0.9130903,1),(0.1913026,-0.3422858,0.9199151,1),(0.2234991,-0.3615103,0.9051842,1),(0.2293538,-0.3608525,0.9039814,1),(0.1977564,-0.3390661,0.9197428,1),(0.2162718,-0.3473158,0.9124681,1),(0.1573194,-0.3103768,0.9375057,1),(0.1722375,-0.314299,0.9335685,1),(0.2040674,-0.3335224,0.9203908,1),(0.1473918,-0.2869861,0.9465277,1),(0.1919551,-0.3190177,0.9281061,1),(0.1250097,-0.2757223,0.9530739,1),(0.1595494,-0.3220789,0.9331715,1),(0.1251721,-0.2858721,0.9500574,1),(0.2400499,-0.3650344,0.8995143,1),(0.2527629,-0.3699205,0.8940189,1),(0.2384178,-0.3596146,0.9021276,1),(0.2562412,-0.3684686,0.8936282,1),(0.267506,-0.3754534,0.887398,1),(0.2842684,-0.3815999,0.87953,1),(0.2699159,-0.374011,0.8872774,1),(0.2795687,-0.3763784,0.8832784,1),(0.2613859,-0.3694448,0.8917331,1),(0.2740598,-0.3748087,0.885669,1),(0.276542,-0.372284,0.8859622,1),(0.2785082,-0.376794,0.8834361,1),(0.2744396,-0.3685154,0.8881887,1),(0.2661072,-0.3723201,0.889137,1),(0.2382185,-0.3558569,0.9036691,1),(0.2374868,-0.3535713,0.9047582,1),(0.30647,-0.3894922,0.8685458,1),(0.3373308,-0.4003828,0.8519986,1),(0.2929483,-0.3795901,0.8775493,1),(0.3173935,-0.3878572,0.8653486,1),(0.3765778,-0.4138324,0.8288136,1),(0.4236254,-0.4291925,0.7977062,1),(0.3526649,-0.4007607,0.8455877,1),(0.39817,-0.4175976,0.8167453,1),(0.2980583,-0.3736081,0.8783953,1),(0.3282538,-0.3849752,0.8625795,1),(0.3708267,-0.4027086,0.8368473,1),(0.3036754,-0.3661937,0.8795928,1),(0.3416635,-0.3839918,0.8577973,1),(0.2795216,-0.3574854,0.891107,1),(0.2807668,-0.3692691,0.8858952,1),(0.2696039,-0.3583971,0.8937927,1),(0.4910155,-0.4445789,0.7491683,1),(0.5959532,-0.4557299,0.6611733,1),(0.4652863,-0.4362397,0.7701972,1),(0.5699513,-0.4527496,0.685692,1),(0.739673,-0.4508584,0.4996104,1),(0.8884946,-0.4017336,0.2217823,1),(0.713717,-0.4568461,0.5309423,1),(0.8665955,-0.4226373,0.2653109,1),(0.5401191,-0.4465374,0.7133552,1),(0.6838544,-0.4601193,0.5662449,1),(0.8409706,-0.4414396,0.312889,1),(0.6496049,-0.459619,0.6056104,1),(0.8114251,-0.4570003,0.3643352,1),(0.5059346,-0.4361269,0.7441932,1),(0.4364262,-0.424464,0.7933236,1),(0.4041183,-0.4084622,0.8184418,1),(0.9488128,-0.3022396,-0.09168109,1),(0.923999,-0.1921716,-0.3305998,1),(0.9402926,-0.3379703,-0.04032142,1),(0.9295622,-0.2319294,-0.2865706,1),(0.8576814,-0.08692902,-0.50678,1),(0.7688673,0.02413183,-0.6389529,1),(0.7721294,0.0099613,-0.6353873,1),(0.8686956,-0.1190529,-0.4808269,1),(0.9324089,-0.2726023,-0.2372798,1),(0.8794478,-0.1533418,-0.4506196,1),(0.7763355,-0.005667707,-0.6302943,1),(0.7823704,-0.02341127,-0.6223733,1),(0.8896707,-0.1893484,-0.4154917,1),(0.9319918,-0.3129087,-0.1829743,1),(0.927839,-0.3726577,0.01552547,1),(0.9112488,-0.4049228,0.07525438,1),(0.6539784,0.1335695,-0.7446285,1),(0.5103822,0.2400671,-0.8257589,1),(0.4855734,0.2534347,-0.8366536,1),(0.6408428,0.137954,-0.7551749,1),(0.3298008,0.3449061,-0.8787897,1),(0.1054032,0.4433119,-0.8901486,1),(0.09562265,0.4510532,-0.8873597,1),(0.3051403,0.3581552,-0.8823913,1),(0.284486,0.3689153,-0.8848554,1),(0.4618835,0.265583,-0.8462443,1),(0.09300295,0.4557121,-0.8852553,1),(0.09895372,0.456039,-0.8844414,1),(0.270807,0.3755038,-0.8863749,1),(0.4425218,0.2745285,-0.8537028,1),(0.6279643,0.1418658,-0.7652025,1),(0.6175581,0.143721,-0.7732828,1),(-0.09814281,0.5070031,-0.8563386,1),(-0.2125637,0.5321363,-0.819541,1),(-0.1859564,0.5324337,-0.8257933,1),(-0.08776221,0.5102209,-0.8555539,1),(-0.2502543,0.5373826,-0.8053526,1),(-0.2209581,0.529487,-0.8190366,1),(-0.1631051,0.5177856,-0.8398183,1),(-0.2089819,0.5335482,-0.8195443,1),(-0.1588552,0.5243744,-0.8365385,1),(-0.1499245,0.5288461,-0.8353708,1),(-0.09825425,0.4983199,-0.8614078,1),(-0.02876519,0.4696071,-0.8824068,1),(-0.1013588,0.5082002,-0.8552538,1),(-0.1053359,0.5198727,-0.8477244,1),(-0.06835096,0.5101691,-0.857354,1),(-0.0399986,0.5055883,-0.8618472,1),(-0.1505996,0.5064581,-0.8490111,1),(-0.06296522,0.4645644,-0.883298,1),(0.01688685,0.4292956,-0.9030061,1),(-0.07787146,0.4834647,-0.8718932,1),(0.04416613,0.3989742,-0.9158979,1),(0.1697171,0.3055539,-0.9369274,1),(0.2353925,0.2483766,-0.9396273,1),(0.1219566,0.3517222,-0.9281262,1),(0.1982546,0.2941494,-0.9349712,1),(0.09794631,0.3830328,-0.9185273,1),(0.2978126,0.1829054,-0.9369382,1),(0.3528298,0.1122875,-0.9289255,1),(0.26877,0.2279425,-0.9358445,1),(0.1761878,0.3261077,-0.9287688,1),(-0.0009827426,0.4504121,-0.8928202,1),(0.07673927,0.4065199,-0.9104134,1),(0.28751,0.2035275,-0.935903,1),(0.3739152,0.1155857,-0.9202322,1),(0.4097825,0.04938958,-0.9108452,1),(0.3370622,0.1400924,-0.9310011,1),(0.4328819,0.04354622,-0.9003983,1),(0.4694197,-0.01391216,-0.8828656,1),(0.4868714,-0.07759319,-0.8700204,1),(0.4576931,-0.02279804,-0.8888179,1),(0.4782147,-0.09029151,-0.8735893,1),(0.4409648,-0.02035448,-0.8972936,1),(0.4981587,-0.1414521,-0.8554702,1),(0.4929639,-0.1535131,-0.8563997,1),(0.5040452,-0.1991682,-0.840399,1),(0.4647959,-0.08847485,-0.8809863,1),(0.3824367,0.07080509,-0.9212648,1),(0.4200589,7.381918e-5,-0.9074969,1),(0.4902115,-0.04677157,-0.8703477,1),(0.5013053,-0.04394744,-0.8641538,1),(0.5062753,-0.09717952,-0.856879,1),(0.4989868,-0.1070514,-0.8599723,1),(0.49863,-0.007011965,-0.8667865,1),(0.4859517,0.06690388,-0.8714212,1),(0.5026989,-0.04959323,-0.8630379,1),(0.4874742,0.03746452,-0.8723333,1),(0.5080009,-0.1496675,-0.8482539,1),(0.5033883,-0.09479544,-0.8588446,1),(0.48841,0.001270854,-0.8726134,1),(0.5023464,-0.1381945,-0.8535516,1),(0.4888432,-0.03927242,-0.8714873,1),(0.5072538,-0.196556,-0.8390825,1),(0.5058988,-0.1648973,-0.8466849,1),(0.5073777,-0.2164145,-0.8341058,1),(0.4645689,0.139088,-0.8745458,1),(0.4430483,0.1724822,-0.8797489,1),(0.4433072,0.1539785,-0.8830454,1),(0.4629887,0.1195729,-0.8782617,1),(0.4224501,0.1678791,-0.8907034,1),(0.4028568,0.1248479,-0.906708,1),(0.4125477,0.08135106,-0.9072961,1),(0.4263289,0.1413357,-0.8934584,1),(0.4298649,0.1123606,-0.8958745,1),(0.4454603,0.1276332,-0.8861574,1),(0.4179077,0.04490512,-0.907379,1),(0.4208412,0.01945774,-0.9069257,1),(0.4329537,0.08252356,-0.8976308,1),(0.4483902,0.09391405,-0.8888905,1),(0.4651564,0.09105948,-0.8805326,1),(0.4677101,0.05372978,-0.8822473,1),(0.3859117,0.06205676,-0.9204462,1),(0.3756658,-0.002275623,-0.9267524,1),(0.3899964,-0.05107906,-0.9193985,1),(0.3998203,0.006248731,-0.9165723,1),(0.3724666,-0.0685237,-0.9255124,1),(0.3766285,-0.1369471,-0.9161858,1),(0.3842882,-0.1134187,-0.9162199,1),(0.3844677,-0.09080882,-0.9186611,1),(0.3880475,-0.08996238,-0.9172382,1),(0.3953688,-0.07759433,-0.915239,1),(0.3845895,-0.06978258,-0.9204462,1),(0.37802,-0.007494685,-0.9257671,1),(0.3865081,-0.0631367,-0.9201224,1),(0.3964263,-0.07675573,-0.9148523,1),(0.4059251,-0.03273979,-0.9133197,1),(0.4083138,-0.04924192,-0.9115126,1),(0.3787706,-0.1676111,-0.9101864,1),(0.3661532,-0.1187182,-0.9229506,1),(0.3635,-0.02626817,-0.9312238,1),(0.3816659,-0.09968784,-0.9189089,1),(0.3308873,0.02288062,-0.9433928,1),(0.2555783,0.265459,-0.9296296,1),(0.2449061,0.3229024,-0.9141964,1),(0.3216754,0.115137,-0.9398236,1),(0.3085371,0.2072292,-0.9283648,1),(0.353913,0.07575833,-0.932205,1),(0.2359204,0.3733098,-0.8972076,1),(0.2293663,0.4104503,-0.8825653,1),(0.2916486,0.287932,-0.9121602,1),(0.3362243,0.1754357,-0.9252976,1),(0.3772964,-0.01574245,-0.9259588,1),(0.36421,0.07671354,-0.928152,1),(0.1732826,0.476943,-0.8616834,1),(0.1358496,0.5682898,-0.8115366,1),(0.1340498,0.5678882,-0.8121168,1),(0.1682794,0.4954713,-0.852168,1),(0.1402763,0.5742062,-0.8066039,1),(0.1820091,0.5036219,-0.844534,1),(0.1414151,0.5655016,-0.8125329,1),(0.1859531,0.4919282,-0.8505458,1),(0.1493076,0.5455239,-0.8246884,1),(0.1399379,0.5574201,-0.8183521,1),(0.1948192,0.4695737,-0.8611307,1),(0.2108813,0.4353791,-0.8751994,1),(0.1668546,0.5122975,-0.8424433,1),(0.1545166,0.5338909,-0.8313153,1),(0.1684845,0.5050366,-0.8464934,1),(0.1752279,0.5022781,-0.8467656,1),(0.2366117,0.3990978,-0.8858532,1),(0.2773892,0.3125389,-0.9085013,1),(0.2414829,0.38635,-0.8901796,1),(0.2822504,0.2981987,-0.9118181,1),(0.306324,0.2466549,-0.9194167,1),(0.3255866,0.2015578,-0.9237791,1),(0.310458,0.2300905,-0.92232,1),(0.3289698,0.1821972,-0.9265976,1),(0.2886153,0.2782754,-0.9161136,1),(0.3161319,0.2111187,-0.9249268,1),(0.3327835,0.1632892,-0.9287582,1),(0.3223463,0.1926555,-0.92681,1),(0.3356738,0.1499907,-0.9299601,1),(0.298373,0.2545159,-0.9198886,1),(0.2492003,0.3652259,-0.8969443,1),(0.2617567,0.3358947,-0.9047973,1),(0.3388855,0.1705186,-0.925246,1),(0.3493677,0.1474974,-0.9253036,1),(0.3412743,0.1493011,-0.9280307,1),(0.350835,0.1270646,-0.9277766,1),(0.3572454,0.1325934,-0.9245511,1),(0.3626824,0.1257889,-0.9233843,1),(0.3579087,0.1155644,-0.9265777,1),(0.3626512,0.114731,-0.9248356,1),(0.3511045,0.1115303,-0.9296702,1),(0.3567914,0.1045957,-0.9283101,1),(0.3603615,0.1101941,-0.9262812,1),(0.352184,0.1070466,-0.929789,1),(0.3541396,0.1180301,-0.9277143,1),(0.3485129,0.1086525,-0.9309852,1),(0.3431892,0.1311095,-0.9300706,1),(0.3430761,0.1229728,-0.9312232,1),(0.3679282,0.1222036,-0.9217891,1),(0.3748989,0.1168963,-0.9196663,1),(0.367105,0.1183998,-0.9226134,1),(0.373054,0.1204332,-0.9199601,1),(0.3835865,0.1098449,-0.9169491,1),(0.3939939,0.1010117,-0.9135455,1),(0.3805062,0.1208508,-0.9168478,1),(0.3894787,0.119658,-0.9132296,1),(0.3684171,0.1301207,-0.9205093,1),(0.3746488,0.1373537,-0.9169363,1),(0.3823715,0.1428183,-0.9129047,1),(0.3651989,0.159307,-0.9171974,1),(0.3724312,0.1685976,-0.912617,1),(0.3597494,0.1478176,-0.9212657,1),(0.3636609,0.1210832,-0.9236284,1),(0.3560686,0.1340777,-0.924791,1),(0.4044955,0.09351666,-0.9097461,1),(0.4132825,0.09043928,-0.9061007,1),(0.3980537,0.1195952,-0.9095329,1),(0.404157,0.1233108,-0.9063397,1),(0.4204034,0.09181474,-0.9026799,1),(0.4258781,0.09768902,-0.8994913,1),(0.4078022,0.1308322,-0.9036483,1),(0.4089669,0.1421932,-0.9014028,1),(0.3937146,0.1571877,-0.9056937,1),(0.3950866,0.1682027,-0.9031138,1),(0.3935623,0.1818037,-0.9011415,1),(0.3839832,0.1984475,-0.9017625,1),(0.3820634,0.2107036,-0.8997952,1),(0.3830148,0.1873624,-0.9045413,1),(0.3894785,0.1487342,-0.908947,1),(0.3791708,0.1774224,-0.9081579,1),(0.4305201,0.1031783,-0.8966642,1),(0.4355697,0.1032846,-0.8942098,1),(0.4096371,0.151138,-0.8996414,1),(0.4122665,0.1514136,-0.8983932,1),(0.441017,0.09795587,-0.8921372,1),(0.4468119,0.08715463,-0.8903725,1),(0.416848,0.142958,-0.8976641,1),(0.4232605,0.1257252,-0.8972423,1),(0.393995,0.1893975,-0.8993868,1),(0.3992314,0.1765403,-0.8996932,1),(0.4075867,0.1524862,-0.9003449,1),(0.3898028,0.1950926,-0.8999959,1),(0.4000106,0.1656786,-0.9014112,1),(0.3832492,0.2123368,-0.8989066,1),(0.3920946,0.1911286,-0.899851,1),(0.3806421,0.2175109,-0.8987772,1),(0.4559589,0.06862999,-0.8873509,1),(0.4710491,0.04021689,-0.8811898,1),(0.4323606,0.1007997,-0.8960489,1),(0.4448318,0.06944566,-0.8929177,1),(0.4916815,0.00152997,-0.8707738,1),(0.5171269,-0.04773381,-0.8545766,1),(0.4604077,0.03143013,-0.8871509,1),(0.478682,-0.01341549,-0.8778859,1),(0.4293508,0.08828545,-0.8988123,1),(0.4416971,0.05250591,-0.8956265,1),(0.4548693,0.01412517,-0.8904462,1),(0.432338,0.06417732,-0.8994249,1),(0.44188,0.03247692,-0.8964861,1),(0.4222301,0.09689757,-0.9012949,1),(0.4179552,0.1215705,-0.9002967,1),(0.4114816,0.1307115,-0.9019964,1),(0.5547619,-0.1006765,-0.8258957,1),(0.6112922,-0.1518062,-0.7767088,1),(0.5078247,-0.06273768,-0.8591729,1),(0.5547976,-0.1161382,-0.8238395,1),(0.6855833,-0.2016615,-0.6995057,1),(0.772211,-0.2488694,-0.5845975,1),(0.6189056,-0.1747623,-0.7657766,1),(0.6966172,-0.2383429,-0.6766958,1),(0.5135006,-0.07946738,-0.8544016,1),(0.5647046,-0.1394757,-0.8134219,1),(0.6280615,-0.2090508,-0.7495575,1),(0.5229835,-0.1040278,-0.8459707,1),(0.5707252,-0.1710773,-0.8031222,1),(0.4847885,-0.04815664,-0.8733047,1),(0.4766978,-0.02866868,-0.8785996,1),(0.4575801,-0.002974163,-0.8891634,1),(0.8503614,-0.2817756,-0.4443962,1),(0.9084175,-0.2872266,-0.3037739,1),(0.772591,-0.2934679,-0.5630096,1),(0.8374956,-0.3248081,-0.4394324,1),(0.9492602,-0.2657164,-0.1682257,1),(0.9750383,-0.2183449,-0.04032474,1),(0.8915315,-0.3314562,-0.3087207,1),(0.9339306,-0.3129975,-0.1726445,1),(0.7589819,-0.327022,-0.5630302,1),(0.8196753,-0.3601615,-0.4454392,1),(0.8736919,-0.3738989,-0.311227,1),(0.7440308,-0.3553213,-0.5658313,1),(0.8032943,-0.3977172,-0.4433276,1),(0.683128,-0.3021484,-0.6648628,1),(0.6946341,-0.2761628,-0.664242,1),(0.6246903,-0.2403533,-0.7429618,1),(0.9851518,-0.1561737,0.07131409,1),(0.9839983,-0.08870189,0.1545296,1),(0.9608678,-0.2735428,-0.04367481,1),(0.9744616,-0.2162283,0.06057856,1),(0.9775738,-0.01785524,0.2098348,1),(0.9693756,0.05578495,0.2391635,1),(0.9798059,-0.1436573,0.1390786,1),(0.9795834,-0.05727902,0.1927056,1),(0.9431792,-0.3276665,-0.05520472,1),(0.9629929,-0.2658526,0.04435153,1),(0.9757187,-0.1803016,0.1243556,1),(0.9271985,-0.3676532,-0.07165238,1),(0.9543036,-0.2972007,0.0312477,1),(0.8937603,-0.4083851,-0.1855103,1),(0.9147564,-0.3644404,-0.1743679,1),(0.8534542,-0.4188844,-0.3100832,1),(0.9599163,0.1147287,0.25573,1),(0.9526612,0.1443295,0.2675923,1),(0.972859,0.02075991,0.2304657,1),(0.9631219,0.07181588,0.2593046,1),(0.9475271,0.1464058,0.2841792,1),(0.9464797,0.1213721,0.2990738,1),(0.951158,0.09689935,0.2931024,1),(0.9559975,0.0966273,0.2770053,1),(0.9716318,-0.02660979,0.2349968,1),(0.9634159,0.0208414,0.2671991,1),(0.9580629,0.04909488,0.2823209,1),(0.9681953,-0.07853687,0.2375493,1),(0.9632747,-0.02423749,0.2674217,1),(0.9715487,-0.1427156,0.1890114,1),(0.9777293,-0.0938017,0.1877409,1),(0.9688907,-0.2163085,0.1202555,1),(0.9471195,0.08523309,0.3093539,1),(0.9473139,0.05445544,0.3156438,1),(0.947943,0.0692933,0.3108092,1),(0.948652,0.08422374,0.3049031,1),(0.9475628,0.02895226,0.3182554,1),(0.9482548,0.008600264,0.3173939,1),(0.9488578,0.03367282,0.3139029,1),(0.9480459,0.0524486,0.3137803,1),(0.9486257,0.06642256,0.30935,1),(0.949618,0.06966387,0.3055693,1),(0.9491389,0.05456283,0.3100938,1),(0.9495428,0.06563866,0.3066921,1),(0.9500139,0.06253257,0.305881,1),(0.9538071,0.04652056,0.2967961,1),(0.953293,0.06372787,0.2952474,1),(0.9594228,0.01770475,0.2814152,1),(0.9490043,-0.006471251,0.3151969,1),(0.9493082,-0.0162092,0.3139287,1),(0.9498449,0.004117138,0.3126943,1),(0.9496238,0.0164474,0.3129604,1),(0.9493178,-0.02063621,0.3136402,1),(0.9491048,-0.01976898,0.3143393,1),(0.9492825,-0.005942443,0.3143685,1),(0.9496952,-0.003338939,0.3131579,1),(0.949995,0.01911634,0.3116793,1),(0.9501843,0.02810264,0.3104192,1),(0.9494389,0.01293559,0.3136853,1),(0.9493529,0.03806762,0.3118971,1),(0.9499398,0.0478933,0.3087402,1),(0.9501384,0.05575413,0.3068033,1),(0.9499321,0.03991304,0.3098968,1),(0.9499906,0.06166762,0.3061291,1),(0.9488075,-0.01752992,0.3153681,1),(0.9485804,-0.01782465,0.3160342,1),(0.9485716,-0.009396792,0.3164235,1),(0.9488457,-0.006898641,0.3156648,1),(0.9484218,-0.02065245,0.316338,1),(0.9483135,-0.02601322,0.3162673,1),(0.9484623,-0.01902559,0.3163184,1),(0.9484495,-0.0134386,0.3166434,1),(0.948438,-0.003823364,0.3169399,1),(0.9485344,0.002301484,0.3166657,1),(0.9485651,-0.01049244,0.3164084,1),(0.9485911,-0.0007021604,0.3165036,1),(0.9483336,0.008165563,0.3171701,1),(0.9483856,0.01757692,0.316632,1),(0.9488662,0.007886408,0.31558,1),(0.9487317,0.02754128,0.3148805,1),(0.9483016,-0.01679712,0.3169257,1),(0.9474608,0.02466793,0.3189195,1),(0.9474905,0.02618125,0.3187104,1),(0.9484526,-0.01100633,0.3167281,1),(0.9418198,0.09975275,0.3209745,1),(0.9239555,0.2086321,0.3205913,1),(0.9271404,0.1911196,0.3223103,1),(0.942369,0.09352066,0.3212391,1),(0.942888,0.08712671,0.3215139,1),(0.9474978,0.0278783,0.3185447,1),(0.9300681,0.1733555,0.3239155,1),(0.9327084,0.1555042,0.3253819,1),(0.9433951,0.08036534,0.3217871,1),(0.9474996,0.02935544,0.3184064,1),(0.9485556,-0.004440398,0.3165793,1),(0.9486072,0.002471338,0.3164462,1),(0.8920671,0.325327,0.3136538,1),(0.8538324,0.4255339,0.2998185,1),(0.8655263,0.3976574,0.3045206,1),(0.8999888,0.2988316,0.317364,1),(0.8129519,0.5103448,0.2804595,1),(0.7718504,0.5817947,0.256441,1),(0.780235,0.5701395,0.2572436,1),(0.8252911,0.487884,0.2843655,1),(0.8378093,0.4635741,0.2884001,1),(0.876716,0.3685984,0.3090379,1),(0.7898145,0.5561488,0.2586338,1),(0.8001367,0.5402117,0.2606772,1),(0.8500239,0.4380502,0.2925256,1),(0.8870563,0.3390704,0.3133087,1),(0.9073026,0.2718078,0.3208156,1),(0.9138466,0.2448003,0.3239708,1),(0.7475469,0.6198701,0.23861,1),(0.7593075,0.6056213,0.2380649,1),(0.7561685,0.6114242,0.2331731,1),(0.7494234,0.6187139,0.2357066,1),(0.8060718,0.5340331,0.2550625,1),(0.8755054,0.3910337,0.2838711,1),(0.8004799,0.5446385,0.2502015,1),(0.8703729,0.4040537,0.28141,1),(0.7960955,0.5529314,0.2459652,1),(0.7548749,0.6145136,0.2292094,1),(0.8653948,0.4161631,0.2791055,1),(0.7929341,0.5589525,0.2425444,1),(0.8606537,0.4272529,0.277002,1),(0.755304,0.6150238,0.2264101,1),(0.7531646,0.6149172,0.2337089,1),(0.7584813,0.6086923,0.2328084,1),(0.9238136,0.2260497,0.3089819,1),(0.9416658,0.1052046,0.3196835,1),(0.9204642,0.2392311,0.3090539,1),(0.9394324,0.1177339,0.3218781,1),(0.9458638,0.03015961,0.3231592,1),(0.946496,-0.002996907,0.3227017,1),(0.9444998,0.04150907,0.3258791,1),(0.9457569,0.006787044,0.3248042,1),(0.9368768,0.1322564,0.3236824,1),(0.9429724,0.0552581,0.3282522,1),(0.9449134,0.01883942,0.3267777,1),(0.9413401,0.07052875,0.3300067,1),(0.9440654,0.03185405,0.328216,1),(0.9340661,0.1482207,0.3248867,1),(0.9166126,0.2533206,0.3092735,1),(0.9124833,0.2680017,0.3091107,1),(0.94728,-0.01988788,0.319789,1),(0.9474711,-0.04418788,0.3167741,1),(0.9467064,-0.01051024,0.3219263,1),(0.9469276,-0.03248645,0.319801,1),(0.9467189,-0.0759937,0.312967,1),(0.9442893,-0.115352,0.3082397,1),(0.9461274,-0.05921102,0.3183351,1),(0.9439297,-0.09073594,0.3174331,1),(0.9464772,-0.01797624,0.3222696,1),(0.9457002,-0.03837754,0.3227668,1),(0.943768,-0.06015,0.3250906,1),(0.9452077,-0.01948538,0.3258879,1),(0.9432333,-0.0326398,0.3305236,1),(0.9460541,-0.004357865,0.3239794,1),(0.9461933,0.0010848,0.3236002,1),(0.9457085,0.01275217,0.324766,1),(0.9403251,-0.1531255,0.303877,1),(0.936538,-0.1800369,0.3008043,1),(0.9407214,-0.1205228,0.3170452,1),(0.9378555,-0.1418295,0.3167198,1),(0.9337732,-0.1961666,0.2993096,1),(0.9315566,-0.2020107,0.3023146,1),(0.9359021,-0.1546284,0.3165081,1),(0.9348418,-0.1590795,0.3174345,1),(0.9392548,-0.09406273,0.3300796,1),(0.9379557,-0.1025772,0.3312357,1),(0.9376157,-0.1051859,0.3313801,1),(0.9381618,-0.05564386,0.341696,1),(0.937719,-0.05709816,0.3426703,1),(0.9391813,-0.05103558,0.3396081,1),(0.9412748,-0.07990507,0.3280501,1),(0.9409091,-0.04335361,0.3358727,1),(0.2688214,0.04648851,-0.9620675,1),(0.2731618,0.04514463,-0.9609082,1),(0.2640694,0.05205683,-0.9630979,1),(0.2682094,0.06072965,-0.9614445,1),(0.2729939,0.05546102,-0.9604157,1),(0.2746966,0.05372957,-0.9600286,1),(0.25598,0.06138081,-0.9647314,1),(0.244429,0.07454684,-0.9667974,1),(0.2510876,0.08286706,-0.9644107,1),(0.2610569,0.069887,-0.9627903,1),(0.2613167,0.07396753,-0.9624148,1),(0.2678142,0.06647097,-0.9611748,1),(0.2527857,0.08479727,-0.9637991,1),(0.2526745,0.081057,-0.9641501,1),(0.2598366,0.0736994,-0.9628361,1),(0.2656257,0.06872804,-0.9616233,1),(0.2732991,0.06060343,-0.9600182,1),(0.2727696,0.06245059,-0.9600503,1),(0.2700321,0.06610847,-0.9605792,1),(0.2739042,0.06614564,-0.9594797,1),(0.2311385,0.08978882,-0.9687688,1),(0.218139,0.1053898,-0.9702105,1),(0.2294392,0.1105607,-0.9670231,1),(0.2399123,0.09722559,-0.9659137,1),(0.2054748,0.1213344,-0.9711118,1),(0.1931746,0.1376015,-0.9714676,1),(0.2107818,0.1340936,-0.9682923,1),(0.2197171,0.1228549,-0.967797,1),(0.2293364,0.1118075,-0.9669042,1),(0.2359067,0.1051341,-0.966072,1),(0.2240657,0.1161395,-0.9676291,1),(0.2339013,0.09194767,-0.9679028,1),(0.236183,0.09362856,-0.9671873,1),(0.2400917,0.09236895,-0.9663457,1),(0.2437389,0.09612653,-0.9650654,1),(0.245601,0.08817603,-0.9653524,1),(0.1822481,0.1523423,-0.9713792,1),(0.1742456,0.1638813,-0.9709693,1),(0.1965786,0.1466811,-0.9694543,1),(0.2028597,0.1425578,-0.9687752,1),(0.169257,0.1721749,-0.9704164,1),(0.1673387,0.1771959,-0.969845,1),(0.1891131,0.1418262,-0.9716592,1),(0.1919868,0.1464444,-0.9704098,1),(0.211649,0.1047849,-0.9717122,1),(0.2153676,0.1131648,-0.9699539,1),(0.2083258,0.09176629,-0.973745,1),(0.2227173,0.0380631,-0.9741398,1),(0.2264746,0.05927387,-0.9722118,1),(0.229543,0.07529246,-0.9703819,1),(0.219502,0.11694,-0.9685783,1),(0.2319987,0.08616801,-0.9688919,1),(0.1684778,0.1623452,-0.9722444,1),(0.1715943,0.1102496,-0.9789792,1),(0.1877411,0.06186731,-0.9802681,1),(0.1880159,0.1186354,-0.9749746,1),(0.1757919,0.0180548,-0.9842618,1),(0.1791444,-0.1154694,-0.9770231,1),(0.1846393,-0.1594216,-0.9697902,1),(0.18723,-0.030744,-0.9818349,1),(0.1970233,-0.08455081,-0.9767461,1),(0.202002,0.00405537,-0.9793767,1),(0.1889218,-0.2029315,-0.9607953,1),(0.1916099,-0.2409862,-0.9514259,1),(0.2037267,-0.1365589,-0.9694571,1),(0.2122232,-0.05490892,-0.9756774,1),(0.2054138,0.06234691,-0.9766873,1),(0.2182447,0.003068112,-0.9758892,1),(0.1766917,-0.2627696,-0.9485422,1),(0.1651216,-0.3990701,-0.9019301,1),(0.1611654,-0.4275097,-0.8895285,1),(0.1766876,-0.2990094,-0.9377499,1),(0.144711,-0.5251028,-0.8386452,1),(0.1154153,-0.6413024,-0.7585582,1),(0.1080353,-0.6543754,-0.7484125,1),(0.1382999,-0.5457712,-0.8264423,1),(0.1326923,-0.5596414,-0.8180429,1),(0.1573315,-0.4490366,-0.8795527,1),(0.1020223,-0.662332,-0.7422315,1),(0.09832768,-0.664001,-0.7412383,1),(0.1290677,-0.5651295,-0.8148437,1),(0.1546878,-0.4613964,-0.8736047,1),(0.1760822,-0.3303463,-0.9272897,1),(0.1754521,-0.353418,-0.9188647,1),(0.07918248,-0.7466734,-0.6604612,1),(0.03745248,-0.8406684,-0.5402536,1),(0.02968217,-0.8417864,-0.5389941,1),(0.07153544,-0.7531467,-0.6539517,1),(-0.008341847,-0.9202613,-0.3912154,1),(-0.06238754,-0.9756526,-0.2102609,1),(-0.07084787,-0.9708469,-0.2289914,1),(-0.0184181,-0.9169409,-0.3985978,1),(-0.02402847,-0.9159669,-0.4005336,1),(0.02404635,-0.8424153,-0.5382921,1),(-0.0782925,-0.9691776,-0.2335916,1),(-0.08643149,-0.9707983,-0.2237861,1),(-0.02957045,-0.9168478,-0.3981403,1),(0.01999746,-0.8421679,-0.5388444,1),(0.06575114,-0.7567044,-0.6504422,1),(0.06220739,-0.7565749,-0.6509415,1),(-0.1220817,-0.9923193,-0.01995848,1),(-0.1832465,-0.9705907,0.156123,1),(-0.1316541,-0.9900669,-0.04934334,1),(-0.1967009,-0.9723431,0.125927,1),(-0.2454336,-0.9154741,0.3188565,1),(-0.2940677,-0.8310576,0.4720884,1),(-0.3258084,-0.8170445,0.4756965,1),(-0.2573029,-0.9178556,0.302219,1),(-0.2807186,-0.9076422,0.312062,1),(-0.2053054,-0.9705021,0.1263936,1),(-0.3616936,-0.7860315,0.5013304,1),(-0.4051172,-0.7361985,0.5421178,1),(-0.3114199,-0.8847427,0.3467677,1),(-0.2252259,-0.9622006,0.1531121,1),(-0.1382839,-0.9889275,-0.05385229,1),(-0.1508346,-0.9879349,-0.03512375,1),(-0.3273314,-0.7341709,0.5948505,1),(-0.322157,-0.6617169,0.6770123,1),(-0.3547863,-0.6206137,0.6992605,1),(-0.364168,-0.6998645,0.6144684,1),(-0.2848009,-0.6219023,0.7294696,1),(-0.2174034,-0.6144713,0.7583935,1),(-0.2249707,-0.6078612,0.761507,1),(-0.3075916,-0.5904533,0.7461585,1),(-0.3375143,-0.5452269,0.7673407,1),(-0.3926969,-0.5602719,0.7293042,1),(-0.2411948,-0.5956339,0.7661888,1),(-0.2688206,-0.572332,0.7747074,1),(-0.3776248,-0.4843735,0.7891653,1),(-0.43869,-0.4808311,0.7591788,1),(-0.4055307,-0.6447544,0.6479481,1),(-0.4540762,-0.568639,0.6859041,1),(-0.1438805,-0.61037,0.7789397,1),(-0.08345489,-0.5849135,0.8067909,1),(-0.06689587,-0.6266777,0.776402,1),(-0.1353987,-0.6312112,0.7637013,1),(-0.04136391,-0.5371186,0.842492,1),(0.006794258,-0.4666086,0.8844378,1),(-0.01852654,-0.5967075,0.8022451,1),(0.01357647,-0.5402224,0.8414127,1),(0.0003318904,-0.656768,0.7540925,1),(-0.05725908,-0.6709696,0.7392707,1),(0.02756664,-0.615276,0.7878297,1),(0.0427899,-0.6819023,0.7301906,1),(0.004170521,-0.7114816,0.7026924,1),(-0.05534806,-0.7071049,0.7049391,1),(-0.1354126,-0.6524563,0.7456301,1),(-0.1458476,-0.6654549,0.7320507,1),(0.04023497,-0.3825228,0.9230696,1),(0.07525394,-0.3012305,0.9505771,1),(0.0349459,-0.4676669,0.8832137,1),(0.06003597,-0.3927656,0.9176769,1),(0.1115038,-0.2243837,0.9681007,1),(0.1488005,-0.1529723,0.9769636,1),(0.08861119,-0.3163514,0.9444945,1),(0.1203472,-0.2391757,0.9634892,1),(0.05699437,-0.4884791,0.8707122,1),(0.07911479,-0.4147348,0.9064965,1),(0.1039743,-0.3347398,0.9365567,1),(0.09056281,-0.5143366,0.8527932,1),(0.107114,-0.4367802,0.8931683,1),(0.07293367,-0.581174,0.8105045,1),(0.03800191,-0.5557182,0.8305017,1),(0.05991136,-0.6358149,0.7695129,1),(0.189409,-0.08517918,0.9781967,1),(0.2359075,-0.01892509,0.9715912,1),(0.1561327,-0.1629637,0.9741999,1),(0.1976448,-0.08936642,0.9761916,1),(0.2873546,0.04699297,0.9566708,1),(0.3458107,0.1106679,0.9317551,1),(0.2450506,-0.01812805,0.9693407,1),(0.2983961,0.05093949,0.9530818,1),(0.1671111,-0.1725001,0.9707304,1),(0.208036,-0.09448513,0.9735469,1),(0.2553211,-0.01832083,0.9666827,1),(0.183183,-0.1841339,0.9656804,1),(0.2230354,-0.09841377,0.9698297,1),(0.1505439,-0.269074,0.9512812,1),(0.1324761,-0.252543,0.9584739,1),(0.1252062,-0.3532764,0.9271026,1),(0.398405,0.1669491,0.9018877,1),(0.4329842,0.2128466,0.8759115,1),(0.380152,0.1632403,0.910405,1),(0.346503,0.1131661,0.9311977,1),(0.4534889,0.2458976,0.8566692,1),(0.4601856,0.2682872,0.8463162,1),(0.4021765,0.2373853,0.8842524,1),(0.3976559,0.2051247,0.8943118,1),(0.3267597,0.1113457,0.9385256,1),(0.3427511,0.160569,0.9256021,1),(0.3457035,0.201432,0.9164684,1),(0.2955692,0.1141896,0.9484722,1),(0.2938465,0.1688585,0.9408193,1),(0.2830939,0.05337018,0.9576061,1),(0.2980376,0.05168414,0.9531538,1),(0.2592558,-0.017479,0.9656506,1),(0.444667,0.2792923,0.8510388,1),(0.3957613,0.2781307,0.8752236,1),(0.3479286,0.2606622,0.9005558,1),(0.3888615,0.2557322,0.885092,1),(0.3079631,0.2622315,0.9145454,1),(0.1751196,0.227371,0.9579329,1),(0.1702535,0.2231989,0.9597895,1),(0.2762662,0.2507082,0.9278052,1),(0.2508416,0.239734,0.9378732,1),(0.3027585,0.2426526,0.9216599,1),(0.1760806,0.2201068,0.9594523,1),(0.1863987,0.2203481,0.9574457,1),(0.2331978,0.2322713,0.9442821,1),(0.2666194,0.2271722,0.9366466,1),(0.3335345,0.230213,0.9141973,1),(0.2873095,0.2055454,0.9355236,1),(0.04161563,0.1898531,0.9809301,1),(-0.04242152,0.1696311,0.9845942,1),(0.001830805,0.1974836,0.9803044,1),(0.06558212,0.1985005,0.9779041,1),(-0.07867862,0.1688963,0.9824885,1),(-0.06921421,0.1883372,0.9796624,1),(-0.00640486,0.272722,0.9620716,1),(-0.02204572,0.2218903,0.9748223,1),(0.05118036,0.275168,0.9600329,1),(0.06235785,0.2259335,0.9721448,1),(0.07043992,0.3561404,0.9317737,1),(0.1387717,0.4247489,0.8946121,1),(0.1189366,0.3207303,0.9396734,1),(0.1199809,0.2516682,0.9603477,1),(0.103785,0.2080294,0.9726009,1),(0.1422874,0.2185344,0.9653999,1),(-0.03425395,0.190982,0.9809956,1),(0.004188684,0.1462433,0.9892398,1),(0.0638743,0.2589143,0.963786,1),(0.0291882,0.2994377,0.9536693,1),(0.046754,0.05103721,0.9976017,1),(0.09152448,-0.09264965,0.9914834,1),(0.1246936,-0.04868392,0.9910002,1),(0.09744731,0.1439009,0.9847825,1),(0.1504467,0.2504792,0.9563608,1),(0.1295696,0.3762728,0.9174042,1),(0.1558977,0.01310894,0.9876863,1),(0.1796265,0.09070057,0.9795446,1),(0.1920505,0.3533624,0.9155608,1),(0.1827607,0.4768506,0.8597744,1),(0.1024355,0.4071608,0.9075941,1),(0.1644,0.4953317,0.8530059,1),(0.1202154,-0.209146,0.970467,1),(0.1474916,-0.265747,0.9526935,1),(0.1394852,-0.2142879,0.9667598,1),(0.1541828,-0.2785701,0.9479591,1),(0.1603727,-0.2534511,0.9539618,1),(0.1538531,-0.164699,0.9742708,1),(0.1642484,-0.121965,0.9788498,1),(0.1575244,-0.2470341,0.9561173,1),(0.1467256,-0.2292913,0.9622354,1),(0.1441393,-0.2719268,0.9514619,1),(0.1527175,-0.0611681,0.9863752,1),(0.1165535,0.02101225,0.9929621,1),(0.1183984,-0.1836005,0.9758446,1),(0.1291632,-0.23784,0.962678,1),(0.1525596,-0.199261,0.9679983,1),(0.1505671,-0.1544057,0.9764674,1),(0.1552409,-0.05166619,0.9865247,1),(0.1714378,0.05113908,0.9838669,1),(0.1863134,0.1776438,0.9662971,1),(0.1710684,0.04265768,0.9843352,1),(0.2038175,0.1427087,0.9685518,1),(0.2536496,0.2237329,0.9410661,1),(0.2493555,0.3594157,0.8992453,1),(0.2119616,0.282009,0.9357047,1),(0.1877863,0.4210757,0.8873734,1),(0.1709777,0.3137857,0.9339728,1),(0.212896,0.4858259,0.8477315,1),(0.1495956,0.595048,0.7896449,1),(0.1314033,0.5489321,0.8254735,1),(0.1214828,0.4494302,0.8850167,1),(0.1602803,0.1537019,0.9750313,1),(0.1176492,0.2768381,0.9536873,1),(0.2976569,0.3007317,0.906069,1),(0.3132291,0.371654,0.873934,1),(0.2750694,0.4816865,0.8320547,1),(0.2773005,0.4238069,0.8622599,1),(0.3015934,0.43754,0.8471129,1),(0.2629434,0.4990191,0.8257364,1),(0.1816698,0.5824756,0.7922868,1),(0.243439,0.5345978,0.8092853,1),(0.1658614,0.6099979,0.77485,1),(0.211891,0.5726029,0.7919774,1),(0.09053235,0.6454355,0.7584304,1),(0.08489241,0.6638118,0.7430661,1),(0.002492533,0.6821987,0.7311625,1),(0.1374088,0.6433797,0.7531145,1),(0.22761,0.5314631,0.8159294,1),(0.1555547,0.6167408,0.7716433,1),(0.2040084,0.5536273,0.8073893,1),(0.1285598,0.597999,0.7911192,1),(0.00954659,0.6482256,0.7613886,1),(0.1005279,0.6215484,0.7768989,1),(0.03596291,0.6308512,0.7750699,1),(-0.07363719,0.6498032,0.7565272,1),(-0.2008591,0.6592234,0.7246242,1),(-0.09120018,0.661332,0.7445284,1),(-0.1992872,0.6685873,0.7164327,1),(-0.1010527,0.6745235,0.7313046,1),(-0.2989949,0.6446702,0.703564,1),(-0.2704062,0.6549413,0.7056433,1),(-0.3514778,0.6151206,0.7057549,1),(-0.1843788,0.6795918,0.7100418,1),(-0.004400928,0.6667569,0.7452623,1),(-0.09373045,0.687664,0.7199534,1),(-0.1798334,0.6524549,0.736181,1),(-0.2628074,0.6409566,0.7211844,1),(-0.3627118,0.6216399,0.6942651,1),(-0.2979782,0.6439007,0.7046992,1),(-0.3232992,0.6193832,0.7154313,1),(-0.3629755,0.5903291,0.720944,1),(-0.4040896,0.5703434,0.7151362,1),(-0.3973933,0.5965558,0.6972802,1),(-0.4317267,0.5639771,0.7039475,1),(-0.4228222,0.587952,0.6895897,1),(-0.4070996,0.5440565,0.7336706,1),(-0.3740084,0.4999096,0.7811583,1),(-0.4219884,0.5204383,0.7423407,1),(-0.4342815,0.5471892,0.7155303,1),(-0.3793669,0.6157839,0.6905727,1),(-0.4109585,0.5810334,0.702505,1),(-0.3851387,0.5603738,0.7332458,1),(-0.392807,0.5342255,0.7485358,1),(-0.3696393,0.5219486,0.7687238,1),(-0.3919792,0.5449948,0.74117,1),(-0.3863363,0.5118092,0.7673302,1),(-0.3657851,0.4927263,0.7895709,1),(-0.2925926,0.4802453,0.8268942,1),(-0.3366607,0.5005947,0.7975365,1),(-0.2602704,0.4831894,0.8359349,1),(-0.3142801,0.5047639,0.8040159,1),(-0.200897,0.4600882,0.8648463,1),(-0.110722,0.4204381,0.9005401,1),(-0.1760551,0.44041,0.8803656,1),(-0.2412573,0.4607768,0.8540959,1),(-0.3631501,0.5249501,0.7697723,1),(-0.3073571,0.4809773,0.8210922,1),(-0.3416434,0.4768307,0.8098841,1),(-0.3242292,0.4648694,0.8238761,1),(-0.2180726,0.4448979,0.8686254,1),(-0.2491406,0.4611894,0.8516062,1),(-0.313769,0.4572084,0.8321716,1),(-0.3103071,0.4541572,0.8351351,1),(-0.1932975,0.422976,0.8852838,1),(-0.1994579,0.4320983,0.8794928,1),(-0.08745033,0.39584,0.9141462,1),(-0.1088485,0.4151237,0.90323,1),(-0.08280472,0.3789977,0.9216855,1),(0.006461407,0.3339486,0.9425691,1),(0.005197506,0.3547395,0.9349507,1),(-0.01460904,0.376388,0.9263469,1),(-0.1466856,0.436675,0.88758,1),(-0.05323106,0.3985632,0.9155948,1),(-0.3038109,0.4404636,0.8448023,1),(-0.2896217,0.3990066,0.8700074,1),(-0.1776721,0.3557018,0.9175559,1),(-0.1885541,0.4026966,0.8957024,1),(-0.2661997,0.3271195,0.9067141,1),(-0.2311469,0.2226762,0.9470937,1),(-0.1317598,0.1732749,0.97602,1),(-0.1592568,0.2797941,0.9467589,1),(-0.06999219,0.2231343,0.9722716,1),(-0.0795675,0.3006614,0.950406,1),(-0.05421131,0.118042,0.9915276,1),(0.003359053,0.07359797,0.9972823,1),(-0.001426655,0.1747553,0.9846109,1),(-0.002431093,0.2509703,0.9679917,1),(-0.08360278,0.3519274,0.9322863,1),(0.0002222124,0.3034219,0.9528562,1),(-0.1898389,0.09676108,0.9770355,1),(-0.1466156,-0.04413123,0.9882087,1),(-0.06960807,-0.09053753,0.9934575,1),(-0.1000557,0.04732822,0.9938555,1),(-0.1000499,-0.2025238,0.974153,1),(-0.04949158,-0.3759691,0.9253095,1),(-0.009742602,-0.4072319,0.9132727,1),(-0.03961603,-0.2425873,0.9693204,1),(-0.004769157,-0.2784781,0.9604308,1),(-0.01942338,-0.1358706,0.9905362,1),(0.008203125,-0.4305044,0.9025512,1),(0.01336881,-0.4413837,0.8972188,1),(0.01565785,-0.3012952,0.9534023,1),(0.01361461,-0.1679006,0.98571,1),(-0.035805,-0.004200039,0.99935,1),(0.00950421,-0.04317066,0.9990225,1),(0.001261632,-0.5142655,0.8576301,1),(0.04464609,-0.5836989,0.8107418,1),(0.0441475,-0.5897625,0.8063691,1),(0.01902167,-0.5349037,0.844699,1),(0.08143057,-0.5971947,0.797952,1),(0.1138051,-0.5587656,0.82148,1),(0.08756608,-0.511089,0.8550556,1),(0.06654929,-0.582632,0.8100069,1),(0.03918451,-0.5520822,0.8328685,1),(0.03490034,-0.5821744,0.8123146,1),(0.0546844,-0.4443956,0.89416,1),(0.02295327,-0.367992,0.9295456,1),(0.01108191,-0.5115261,0.8591962,1),(0.02114554,-0.5646651,0.8250492,1),(0.02022906,-0.5437115,0.8390284,1),(0.01514629,-0.5414684,0.8405847,1),(0.1412361,-0.4972513,0.8560336,1),(0.1594869,-0.4501338,0.8786031,1),(0.1281565,-0.3493144,0.9282,1),(0.1078105,-0.4142561,0.9037526,1),(0.17486,-0.4184136,0.8912655,1),(0.1873645,-0.4025832,0.896003,1),(0.1460806,-0.3223235,0.9352904,1),(0.1664662,-0.3321028,0.9284378,1),(0.09063132,-0.2317331,0.9685482,1),(0.1119214,-0.2136384,0.9704804,1),(0.1418844,-0.252709,0.9570826,1),(0.0786413,-0.09926394,0.9919487,1),(0.1150445,-0.1641057,0.9797112,1),(0.05454639,-0.1093815,0.9925022,1),(0.06943571,-0.3110037,0.9478689,1),(0.03316412,-0.2002823,0.9791768,1),(0.1899067,-0.3910102,0.9005812,1),(0.1816117,-0.3678639,0.9119723,1),(0.1769826,-0.3492328,0.9201705,1),(0.1708397,-0.3434362,0.9235072,1),(0.1591635,-0.3346803,0.9287927,1),(0.1244697,-0.2883728,0.9493937,1),(0.1467823,-0.3157808,0.9374101,1),(0.1072493,-0.2623416,0.9589967,1),(0.1359936,-0.2940049,0.9460797,1),(0.1611563,-0.3133546,0.9358619,1),(0.09276662,-0.2370752,0.9670521,1),(0.08032021,-0.2086144,0.9746941,1),(0.1225543,-0.2631498,0.9569392,1),(0.1428862,-0.2740315,0.951047,1),(0.1615334,-0.3013945,0.9397172,1),(0.1414106,-0.2417078,0.9599898,1),(0.09572944,-0.2502004,0.9634499,1),(0.09613486,-0.239348,0.9661629,1),(0.07273908,-0.2154728,0.9737969,1),(0.07264508,-0.2032224,0.976434,1),(0.1241108,-0.2576721,0.9582283,1),(0.1794247,-0.3041943,0.93556,1),(0.1036807,-0.2291002,0.9678654,1),(0.1668739,-0.2910835,0.9420315,1),(0.08779238,-0.2052962,0.9747543,1),(0.05384964,-0.172627,0.9835141,1),(0.1574075,-0.2805254,0.9468518,1),(0.1529011,-0.2750849,0.9491836,1),(0.08016674,-0.1888071,0.9787365,1),(0.04396131,-0.1487166,0.9879022,1),(0.05560871,-0.183405,0.9814633,1),(0.04411969,-0.1555064,0.9868491,1),(0.2348494,-0.3527225,0.9057773,1),(0.2683639,-0.3773054,0.8863529,1),(0.2688382,-0.3831121,0.8837144,1),(0.231499,-0.3526051,0.906685,1),(0.2804748,-0.3812796,0.8808858,1),(0.2720562,-0.3653343,0.8902338,1),(0.2685471,-0.362908,0.8922894,1),(0.280851,-0.3861888,0.8786244,1),(0.279614,-0.3912552,0.8767755,1),(0.2679136,-0.3896997,0.8811109,1),(0.2644413,-0.3601523,0.8946291,1),(0.259606,-0.3567469,0.8974053,1),(0.2770813,-0.3957848,0.8755456,1),(0.2662606,-0.3966641,0.8785003,1),(0.2281897,-0.3542231,0.9068933,1),(0.2260398,-0.3581528,0.9058878,1),(0.2593654,-0.3466696,0.9014155,1),(0.2619518,-0.3393976,0.9034327,1),(0.2490098,-0.3350022,0.9087175,1),(0.2453581,-0.3195383,0.9152567,1),(0.2792543,-0.3442553,0.8963846,1),(0.3108851,-0.361064,0.8791946,1),(0.255286,-0.3193921,0.9125884,1),(0.2791455,-0.3339382,0.9003128,1),(0.2296708,-0.2981551,0.9264743,1),(0.2320481,-0.2919123,0.9278691,1),(0.2473056,-0.3027399,0.9204285,1),(0.2098093,-0.2621168,0.9419526,1),(0.2162272,-0.2676051,0.9389533,1),(0.2148163,-0.2754902,0.9369947,1),(0.2397412,-0.321856,0.9159328,1),(0.2307719,-0.3079456,0.9229918,1),(0.3683111,-0.3875333,0.8450828,1),(0.4671006,-0.4205477,0.7777897,1),(0.329913,-0.3613002,0.8721351,1),(0.4244245,-0.399095,0.8127651,1),(0.6104801,-0.4542233,0.6488414,1),(0.7775052,-0.4682881,0.4197523,1),(0.566802,-0.4430273,0.6945952,1),(0.7388812,-0.474554,0.4783858,1),(0.3792447,-0.3712732,0.8475434,1),(0.5192969,-0.4252907,0.7412546,1),(0.6951973,-0.4751478,0.5393842,1),(0.4689324,-0.4004218,0.7872514,1),(0.6462477,-0.4693952,0.6016909,1),(0.3330409,-0.3367189,0.8807408,1),(0.2902617,-0.3295704,0.898405,1),(0.250744,-0.292213,0.922897,1),(0.8902343,-0.4338102,0.1388939,1),(0.9278441,-0.3519187,-0.1235259,1),(0.8641792,-0.4589411,0.2063187,1),(0.9191955,-0.3893918,-0.05876777,1),(0.899734,-0.2250627,-0.3739326,1),(0.7903687,-0.04419118,-0.6110355,1),(0.9077311,-0.2629458,-0.3269307,1),(0.8000562,-0.06829261,-0.5960252,1),(0.9049405,-0.4253707,0.01193877,1),(0.9128304,-0.3030249,-0.2737087,1),(0.8116986,-0.093698,-0.576512,1),(0.9141755,-0.3448791,-0.2129355,1),(0.823595,-0.1223345,-0.5538281,1),(0.883548,-0.459744,0.08932105,1),(0.8321047,-0.4800957,0.2776866,1),(0.7928386,-0.4968283,0.3529428,1),(0.6111297,0.1425934,-0.7785804,1),(0.429633,0.2790844,-0.8587941,1),(0.4235894,0.2789472,-0.8618355,1),(0.6088747,0.1382449,-0.7811274,1),(0.2658654,0.3768465,-0.8873006,1),(0.1142196,0.4509404,-0.8852156,1),(0.1386366,0.4394847,-0.8874869,1),(0.2697398,0.3725072,-0.8879633,1),(0.2814819,0.3623877,-0.8885061,1),(0.4234393,0.2744627,-0.8633477,1),(0.1716391,0.4207175,-0.8908068,1),(0.2127697,0.3934307,-0.8943943,1),(0.3001583,0.3462485,-0.888829,1),(0.4281394,0.2659275,-0.8637009,1),(0.6098917,0.1311934,-0.78155,1),(0.6126489,0.121022,-0.7810346,1),(-0.002820096,0.4951186,-0.8688208,1),(-0.05288303,0.5039248,-0.8621271,1),(0.00719156,0.4792836,-0.8776306,1),(0.0430022,0.4772617,-0.8777085,1),(-0.03780472,0.4834187,-0.8745726,1),(0.04319318,0.4304701,-0.9015708,1),(0.116265,0.3804932,-0.9174461,1),(0.03121057,0.4485767,-0.8931991,1),(0.1053229,0.4020285,-0.9095494,1),(0.07495234,0.4438733,-0.8929494,1),(0.1891428,0.3195194,-0.9285108,1),(0.2602675,0.2476614,-0.9332334,1),(0.1840164,0.3419309,-0.9215319,1),(0.1505379,0.3951743,-0.9061874,1),(0.09741963,0.4502314,-0.8875816,1),(0.1605412,0.4118287,-0.8970082,1),(0.1522597,0.3515505,-0.923704,1),(0.2481563,0.2594657,-0.9333253,1),(0.3118154,0.1855866,-0.9318416,1),(0.2235492,0.2866314,-0.9315944,1),(0.3301706,0.1551986,-0.9310751,1),(0.3976584,0.03958169,-0.9166794,1),(0.4320648,-0.03181943,-0.901281,1),(0.3810951,0.07919491,-0.9211377,1),(0.4209167,0.003577361,-0.9070922,1),(0.3655445,0.1076687,-0.9245457,1),(0.4567155,-0.09866215,-0.8841249,1),(0.4725675,-0.1579671,-0.8670216,1),(0.4494465,-0.0681334,-0.8907052,1),(0.4080741,0.02912241,-0.9124842,1),(0.2886868,0.2135999,-0.9332926,1),(0.3457826,0.1347467,-0.9285891,1),(0.4479043,-0.06842175,-0.8914595,1),(0.4801591,-0.1510528,-0.8640777,1),(0.4894921,-0.2053352,-0.8474873,1),(0.4667273,-0.1316579,-0.8745467,1),(0.4987577,-0.2096019,-0.8410159,1),(0.5053988,-0.2470255,-0.8267711,1),(0.5003837,-0.255614,-0.8272107,1),(0.5036823,-0.2841325,-0.8158264,1),(0.4922776,-0.2505808,-0.8335899,1),(0.4984545,-0.2913581,-0.8164886,1),(0.5004072,-0.3108628,-0.8080576,1),(0.4951611,-0.3159977,-0.8092967,1),(0.4968836,-0.327397,-0.8036902,1),(0.4918675,-0.2847834,-0.8227788,1),(0.4782048,-0.1871905,-0.8580675,1),(0.4840965,-0.2327813,-0.843483,1),(0.5061638,-0.2576267,-0.8230594,1),(0.5048172,-0.2347394,-0.8306967,1),(0.5034533,-0.2879753,-0.8146196,1),(0.5015861,-0.2631251,-0.8241217,1),(0.499952,-0.176797,-0.8478153,1),(0.4880908,-0.08156626,-0.8689731,1),(0.496765,-0.2081046,-0.8425658,1),(0.4861196,-0.1209002,-0.8654888,1),(0.4983143,-0.2819994,-0.8198532,1),(0.4934482,-0.2305992,-0.8386494,1),(0.4819725,-0.1526692,-0.862783,1),(0.4905882,-0.2429204,-0.8368471,1),(0.4795535,-0.1722997,-0.8604308,1),(0.495587,-0.2915902,-0.8181496,1),(0.5002486,-0.308334,-0.8091239,1),(0.497346,-0.3193985,-0.8066174,1),(0.4692458,0.009830514,-0.8830129,1),(0.4509172,0.0547788,-0.8908832,1),(0.4522486,0.01559589,-0.8917555,1),(0.4691781,-0.03464654,-0.8824237,1),(0.4353862,0.05398047,-0.8986239,1),(0.4228013,0.007605746,-0.9061905,1),(0.4238,0.008692017,-0.9057141,1),(0.4367557,0.02993703,-0.8990819,1),(0.4367132,0.01380947,-0.8994948,1),(0.4520598,-0.01699972,-0.8918256,1),(0.4232805,0.02020017,-0.9057734,1),(0.4203869,0.03963281,-0.906479,1),(0.4348256,0.00882111,-0.9004714,1),(0.4503339,-0.03668226,-0.8921064,1),(0.4662936,-0.07262743,-0.8816437,1),(0.4659715,-0.09711418,-0.879454,1),(0.4098216,-0.04076165,-0.9112545,1),(0.3960592,-0.04690542,-0.9170261,1),(0.3938905,0.005174467,-0.9191428,1),(0.4103024,-0.01186902,-0.9118723,1),(0.3816766,-0.01027943,-0.9242389,1),(0.3648621,0.07031906,-0.9284023,1),(0.3464149,0.1556436,-0.9250794,1),(0.3734518,0.06080212,-0.9256548,1),(0.3618529,0.1372703,-0.9220733,1),(0.3887488,0.06775477,-0.9188492,1),(0.325295,0.2371732,-0.9153863,1),(0.3054569,0.3040314,-0.9023641,1),(0.3482762,0.206095,-0.9144553,1),(0.3803242,0.1289003,-0.9158265,1),(0.4085916,0.02901945,-0.9122558,1),(0.4037049,0.07355541,-0.9119276,1),(0.3422927,0.1706571,-0.9239653,1),(0.3110663,0.2648938,-0.9127262,1),(0.2826466,0.3404539,-0.8967732,1),(0.3148244,0.2591243,-0.9130937,1),(0.2717252,0.3522787,-0.8955809,1),(0.2250786,0.4324237,-0.8731261,1),(0.2233461,0.4417989,-0.8688672,1),(0.2517807,0.4006837,-0.8809422,1),(0.2347116,0.4348287,-0.8693874,1),(0.2558142,0.399826,-0.8801694,1),(0.224057,0.4424155,-0.8683704,1),(0.2270366,0.4373487,-0.8701612,1),(0.2232451,0.4554769,-0.8618019,1),(0.2353783,0.4407806,-0.8662041,1),(0.2866594,0.334876,-0.8975993,1),(0.2632747,0.3914784,-0.8817205,1),(0.1883197,0.4860869,-0.8533787,1),(0.1778048,0.4964482,-0.8496615,1),(0.2060915,0.4492788,-0.8692956,1),(0.2056178,0.4598265,-0.8638755,1),(0.1933071,0.4652922,-0.8637914,1),(0.233558,0.3899513,-0.8907237,1),(0.259185,0.3387016,-0.9044911,1),(0.2243523,0.4095538,-0.884269,1),(0.2541079,0.3541067,-0.9000209,1),(0.2341856,0.4000838,-0.8860531,1),(0.2828486,0.2903799,-0.9141533,1),(0.3003744,0.2539642,-0.9193897,1),(0.2775123,0.3087267,-0.9097663,1),(0.25743,0.3573933,-0.8977749,1),(0.2239943,0.4292097,-0.8749889,1),(0.2405044,0.4001453,-0.884331,1),(0.2779246,0.2995739,-0.9126957,1),(0.3085251,0.2283468,-0.9234013,1),(0.3186918,0.2036097,-0.9257314,1),(0.2951208,0.2610917,-0.9190946,1),(0.3270007,0.1770796,-0.9282852,1),(0.3366781,0.145637,-0.9302891,1),(0.3316308,0.1666157,-0.9285796,1),(0.3347952,0.1496482,-0.930332,1),(0.3336686,0.1623326,-0.9286083,1),(0.3265908,0.1847083,-0.9269419,1),(0.3320116,0.1600332,-0.9296008,1),(0.3271536,0.1742059,-0.9287748,1),(0.3327014,0.1656559,-0.9283684,1),(0.3303725,0.1760356,-0.9272894,1),(0.3100582,0.2274225,-0.9231158,1),(0.3198522,0.2054875,-0.9249159,1),(0.3395516,0.1286852,-0.9317429,1),(0.3420857,0.1222926,-0.931677,1),(0.3322139,0.1484008,-0.9314565,1),(0.333325,0.145758,-0.9314769,1),(0.3441919,0.1264688,-0.9303427,1),(0.3432085,0.1404686,-0.9286961,1),(0.3311237,0.1575077,-0.9303486,1),(0.3293958,0.1728118,-0.9282427,1),(0.3173021,0.1916925,-0.9287483,1),(0.3214685,0.1792141,-0.9298066,1),(0.3138435,0.2059938,-0.9268596,1),(0.3020093,0.2324999,-0.9245183,1),(0.3057752,0.2204873,-0.9262219,1),(0.3112392,0.2067487,-0.9275695,1),(0.3263642,0.1686404,-0.930079,1),(0.3183785,0.1913081,-0.9284591,1),(0.3437462,0.1582772,-0.9256279,1),(0.3467338,0.1731763,-0.9218382,1),(0.3296016,0.1895351,-0.9248996,1),(0.3314123,0.201997,-0.921609,1),(0.3521741,0.1852355,-0.9174209,1),(0.3600698,0.1945163,-0.9124216,1),(0.3376831,0.2113549,-0.9172236,1),(0.3473162,0.2172758,-0.9122295,1),(0.3169654,0.2279811,-0.9206289,1),(0.3247744,0.2325598,-0.9167539,1),(0.3368665,0.2329969,-0.9122683,1),(0.3166997,0.2438681,-0.9166403,1),(0.3315482,0.2378279,-0.9129696,1),(0.3068431,0.2450191,-0.9196809,1),(0.3136432,0.2192895,-0.9238723,1),(0.3019648,0.2412633,-0.9222848,1),(0.3679318,0.2024135,-0.9075544,1),(0.3731979,0.2101675,-0.9036332,1),(0.3575623,0.2210178,-0.907359,1),(0.3656511,0.2237139,-0.9034663,1),(0.3759078,0.2178084,-0.9006957,1),(0.3760793,0.2253592,-0.8987645,1),(0.3716297,0.2253873,-0.9006063,1),(0.3755311,0.2260524,-0.8988196,1),(0.3616909,0.2267967,-0.9042915,1),(0.3714157,0.2214806,-0.9016634,1),(0.3793832,0.2147054,-0.8999833,1),(0.3754499,0.2062107,-0.9036119,1),(0.3865204,0.1930511,-0.9018499,1),(0.3626057,0.2180783,-0.9060678,1),(0.350184,0.2306413,-0.9078414,1),(0.347974,0.2286273,-0.9091994,1),(0.376799,0.2272181,-0.8979948,1),(0.3811176,0.2178306,-0.8984984,1),(0.379626,0.2216006,-0.8982078,1),(0.386051,0.2079428,-0.8987349,1),(0.3889045,0.1971006,-0.899947,1),(0.3998441,0.1649215,-0.9016239,1),(0.3946532,0.1849943,-0.9000145,1),(0.4051535,0.1526717,-0.9014111,1),(0.3951746,0.1867395,-0.899425,1),(0.4040523,0.1629843,-0.9000989,1),(0.4133402,0.1326423,-0.900864,1),(0.4141669,0.1351383,-0.900113,1),(0.4218745,0.1084426,-0.9001456,1),(0.4056423,0.1581208,-0.9002511,1),(0.3869086,0.20396,-0.8992787,1),(0.3964016,0.177414,-0.900772,1),(0.4112464,0.1287073,-0.9023919,1),(0.4209665,0.09589323,-0.9019932,1),(0.4153625,0.1178697,-0.9019871,1),(0.4236454,0.08746609,-0.9015954,1),(0.429179,0.06646176,-0.9007708,1),(0.4360428,0.04036158,-0.8990203,1),(0.4302023,0.06146213,-0.9006377,1),(0.4352034,0.03982005,-0.8994511,1),(0.4284371,0.07440684,-0.9005029,1),(0.4335945,0.05203724,-0.8996044,1),(0.4373657,0.03414055,-0.8986355,1),(0.4375759,0.04097812,-0.8982472,1),(0.4405338,0.02651617,-0.8973444,1),(0.4335586,0.05944419,-0.8991626,1),(0.4217437,0.1012756,-0.9010414,1),(0.428368,0.08193181,-0.8998822,1),(0.4469242,0.01169718,-0.8944953,1),(0.466157,-0.02607343,-0.8843178,1),(0.4426543,0.01709065,-0.8965295,1),(0.4557808,-0.01248939,-0.8900045,1),(0.4933294,-0.07355575,-0.866727,1),(0.527571,-0.1311423,-0.8393274,1),(0.4743378,-0.04924059,-0.8789647,1),(0.4978921,-0.09341123,-0.8621936,1),(0.4511654,-0.004949158,-0.8924266,1),(0.4632584,-0.03056632,-0.885696,1),(0.4786202,-0.06041108,-0.8759413,1),(0.4573188,-0.01714614,-0.8891375,1),(0.4668017,-0.03465193,-0.8836828,1),(0.4497647,-0.001155474,-0.8931464,1),(0.4425013,0.01657214,-0.8966147,1),(0.4441621,0.01337961,-0.8958465,1),(0.5692595,-0.1941,-0.7989172,1),(0.618916,-0.2580384,-0.7418619,1),(0.5287022,-0.1449292,-0.836343,1),(0.5683359,-0.2044828,-0.7969825,1),(0.6746466,-0.3224921,-0.6639659,1),(0.7324303,-0.3855594,-0.5611504,1),(0.6151605,-0.2721933,-0.7399247,1),(0.6657506,-0.3468393,-0.6606653,1),(0.5296829,-0.1498256,-0.8348582,1),(0.5659044,-0.2146144,-0.7960482,1),(0.6060641,-0.2923084,-0.7397582,1),(0.5274432,-0.1589778,-0.8345835,1),(0.5567761,-0.2319428,-0.7976233,1),(0.5014817,-0.1017248,-0.8591673,1),(0.5001326,-0.09856306,-0.8603213,1),(0.4809161,-0.06043064,-0.8746816,1),(0.7853844,-0.4328248,-0.4425313,1),(0.832742,-0.4496993,-0.3229725,1),(0.7154793,-0.4129115,-0.5635545,1),(0.7645872,-0.4542931,-0.4571915,1),(0.8762276,-0.4366093,-0.2039545,1),(0.9154571,-0.393208,-0.08559153,1),(0.8134848,-0.470572,-0.3417667,1),(0.8607479,-0.4605966,-0.2167118,1),(0.6950545,-0.4281629,-0.5775602,1),(0.7450218,-0.4705491,-0.4727854,1),(0.7960052,-0.4938762,-0.3499456,1),(0.679464,-0.4396036,-0.5874327,1),(0.7301846,-0.4905818,-0.4755628,1),(0.6319404,-0.3784104,-0.6763555,1),(0.6485242,-0.3684937,-0.6660548,1),(0.5906318,-0.3089823,-0.7454421,1),(0.9428981,-0.332152,0.02486682,1),(0.9573536,-0.2648269,0.1155022,1),(0.8986452,-0.4289465,-0.09187888,1),(0.9252373,-0.3789939,0.01730809,1),(0.9633854,-0.1941435,0.1849237,1),(0.9646316,-0.1218109,0.233769,1),(0.9434456,-0.3132581,0.1085348,1),(0.9552369,-0.2337347,0.1813572,1),(0.8774468,-0.469385,-0.09881677,1),(0.9079452,-0.4189565,0.01053163,1),(0.9325244,-0.3447976,0.1072976,1),(0.8613984,-0.4966207,-0.1065866,1),(0.897699,-0.440512,0.009254947,1),(0.8211288,-0.5237685,-0.2267463,1),(0.8407153,-0.4948775,-0.2197586,1),(0.7777209,-0.5219309,-0.3503403,1),(0.96197,-0.05620788,0.2673096,1),(0.9583194,-0.004401216,0.285665,1),(0.9595974,-0.1524289,0.2365127,1),(0.958627,-0.08004967,0.2731784,1),(0.9532764,0.03478258,0.3000904,1),(0.9511444,0.06164328,0.3025303,1),(0.9559762,-0.01658736,0.2929746,1),(0.9545602,0.03853027,0.295517,1),(0.9546343,-0.1739779,0.2416713,1),(0.9574736,-0.09020314,0.2740576,1),(0.9584255,-0.007437816,0.2852459,1),(0.9540351,-0.1844381,0.2362195,1),(0.9617507,-0.08173607,0.2614473,1),(0.9420843,-0.278804,0.1864018,1),(0.9476441,-0.2591552,0.1865725,1),(0.9244837,-0.3647088,0.1109832,1),(0.9501857,0.07779604,0.3018194,1),(0.9496212,0.08414873,0.3018916,1),(0.9498324,0.1044133,0.2948159,1),(0.9521114,0.08082646,0.2948748,1),(0.9491659,0.08094711,0.3041905,1),(0.9487038,0.06820194,0.3087223,1),(0.947502,0.09717608,0.3046257,1),(0.947946,0.1099037,0.2988639,1),(0.9482788,0.1230575,0.2926161,1),(0.9522132,0.1049387,0.2868411,1),(0.9468583,0.1163089,0.299886,1),(0.9507276,0.1091621,0.2901736,1),(0.94781,0.1171269,0.2965424,1),(0.9564657,0.07394029,0.282323,1),(0.956166,0.06181414,0.2862264,1),(0.9619091,0.0104499,0.2731697,1),(0.9482606,0.05146488,0.3132939,1),(0.9480332,0.03632114,0.3160915,1),(0.9474663,0.05757376,0.3146314,1),(0.9474139,0.07639824,0.3107573,1),(0.9481038,0.02275879,0.3171457,1),(0.9485374,0.01076276,0.3164822,1),(0.9484825,0.02572899,0.3157832,1),(0.9477875,0.04069034,0.3162962,1),(0.9473463,0.06290518,0.3139714,1),(0.9467521,0.07989769,0.3118923,1),(0.9483643,0.04671497,0.3137239,1),(0.9477319,0.07624731,0.3098236,1),(0.9465964,0.09031848,0.3095121,1),(0.9461689,0.1018066,0.3072458,1),(0.9465261,0.09772365,0.3074711,1),(0.9465165,0.110758,0.30305,1),(0.9486244,0.01024123,0.3162389,1),(0.9475036,0.03120641,0.3182187,1),(0.9475378,0.03609313,0.3175997,1),(0.9486896,0.02131324,0.3154894,1),(0.9438525,0.07388581,0.3219988,1),(0.9349768,0.138237,0.3266635,1),(0.9367401,0.1234145,0.3275468,1),(0.944191,0.07015753,0.3218402,1),(0.944321,0.07246315,0.3209468,1),(0.9475385,0.04764407,0.3160708,1),(0.9379213,0.1133805,0.3277934,1),(0.9384837,0.110473,0.327176,1),(0.9444023,0.08408799,0.3178579,1),(0.9475006,0.06948127,0.3121136,1),(0.9487477,0.03906166,0.3136114,1),(0.9485314,0.0668496,0.3095467,1),(0.9194964,0.2185034,0.3267761,1),(0.8963177,0.3097512,0.3172834,1),(0.9043587,0.2814077,0.3208504,1),(0.9241267,0.1941049,0.3291096,1),(0.8615879,0.411864,0.2967056,1),(0.8108202,0.5226743,0.2634052,1),(0.8215874,0.5039079,0.2665914,1),(0.8722955,0.3855198,0.3007906,1),(0.8820636,0.359371,0.3046578,1),(0.911145,0.2547321,0.3239235,1),(0.8322557,0.4842022,0.2699976,1),(0.8426746,0.4638414,0.2734056,1),(0.8908569,0.333752,0.3081942,1),(0.9167113,0.2303966,0.3264318,1),(0.9277066,0.1729347,0.3308384,1),(0.9302844,0.1563126,0.3318695,1),(0.7650678,0.6002795,0.2331006,1),(0.757264,0.6131619,0.2249081,1),(0.7605292,0.6092653,0.2244795,1),(0.7726393,0.590008,0.2343483,1),(0.7909207,0.5628508,0.2400899,1),(0.8562036,0.437311,0.2750903,1),(0.7899176,0.5649357,0.2384908,1),(0.8520303,0.4464729,0.2733245,1),(0.7897291,0.5656149,0.237503,1),(0.764824,0.6037487,0.2247926,1),(0.8480532,0.4549831,0.2716543,1),(0.7902852,0.5652536,0.2365115,1),(0.8439531,0.4631476,0.2706241,1),(0.7697451,0.5970525,0.225878,1),(0.7809281,0.5782364,0.2362076,1),(0.7896878,0.565318,0.2383458,1),(0.9081465,0.2830575,0.3084614,1),(0.9310547,0.1652135,0.3253331,1),(0.9035797,0.2984257,0.3073856,1),(0.9277769,0.1830837,0.3251314,1),(0.9396483,0.08668581,0.3309785,1),(0.9432545,0.04491924,0.3290187,1),(0.9378208,0.1035712,0.3313083,1),(0.9424437,0.05790823,0.3293122,1),(0.9241132,0.201823,0.3244723,1),(0.9357395,0.1212684,0.3311882,1),(0.9415595,0.07109214,0.3292593,1),(0.9332743,0.1398696,0.3308104,1),(0.9405107,0.08474357,0.329026,1),(0.9199422,0.2214375,0.3235303,1),(0.8987097,0.31414,0.3060016,1),(0.8934423,0.330257,0.3044522,1),(0.9453135,0.02303341,0.3253487,1),(0.9457468,0.00588379,0.3248508,1),(0.9450184,0.03183376,0.3254641,1),(0.945613,0.01264498,0.3250477,1),(0.9447972,-0.006530432,0.3275906,1),(0.9426025,-0.01421267,0.3336144,1),(0.9446219,0.0003381823,0.3281606,1),(0.9422448,-0.005100291,0.3348859,1),(0.9456335,0.01700558,0.3247894,1),(0.9446746,0.002867504,0.3279966,1),(0.942214,-0.002706261,0.3350008,1),(0.9448619,0.002785598,0.3274572,1),(0.9421582,-0.004479508,0.3351388,1),(0.9457451,0.02003823,0.3242913,1),(0.9447863,0.03974241,0.3252681,1),(0.9445635,0.04734486,0.3248972,1),(0.9398273,-0.01892963,0.3411252,1),(0.9379782,-0.02230749,0.3459758,1),(0.9373733,-0.008149574,0.3482311,1),(0.9393558,-0.006876977,0.3428751,1),(0.9370127,-0.02431804,0.3484478,1),(0.9366851,-0.02498711,0.3492805,1),(0.9359955,-0.009181784,0.3518921,1),(0.9361143,-0.008925808,0.3515829,1),(0.9351943,-0.005134754,0.3540981,1),(0.9369351,-0.004652108,0.3494726,1),(0.9351308,-0.005292531,0.3542632,1),(0.9336408,-0.008863905,0.3581009,1),(0.9347408,-0.008674392,0.3552247,1),(0.9368924,-0.007881892,0.3495288,1),(0.9392912,-0.00384215,0.3430994,1),(0.9391206,-0.006469919,0.3435266,1),(0.2683546,0.06584062,-0.9610676,1),(0.2656932,0.06575561,-0.9618125,1),(0.2635103,0.06721614,-0.9623119,1),(0.2620575,0.06234676,-0.9630362,1),(0.2640007,0.0627443,-0.9624795,1),(0.2636045,0.06264055,-0.9625948,1),(0.2588871,0.06936634,-0.9634137,1),(0.2531484,0.07260071,-0.9646995,1),(0.2544451,0.06079844,-0.9651741,1),(0.2587988,0.06168304,-0.9639598,1),(0.2592776,0.05190942,-0.9644068,1),(0.2614441,0.0549797,-0.9636515,1),(0.2560857,0.04758023,-0.9654824,1),(0.2576181,0.03488826,-0.9656168,1),(0.259928,0.0412618,-0.964746,1),(0.2613766,0.04578697,-0.9641504,1),(0.2626404,0.05680253,-0.9632204,1),(0.261972,0.05722275,-0.9633776,1),(0.261802,0.04844356,-0.963905,1),(0.2611997,0.04922375,-0.964029,1),(0.2476982,0.07512997,-0.9659199,1),(0.2438516,0.07508881,-0.9669012,1),(0.2473444,0.05548766,-0.9673375,1),(0.250221,0.05898371,-0.9663904,1),(0.2416219,0.072471,-0.9676605,1),(0.2410155,0.0672707,-0.968187,1),(0.2456288,0.04343855,-0.9683902,1),(0.2458152,0.0503067,-0.9680103,1),(0.2488737,0.02808646,-0.9681287,1),(0.2503636,0.03561368,-0.9674966,1),(0.2482854,0.01952861,-0.96849,1),(0.24945,-0.00542215,-0.9683725,1),(0.2508931,0.006744364,-0.9679912,1),(0.2527227,0.01751435,-0.9673802,1),(0.2527656,0.04211108,-0.9666107,1),(0.2549608,0.02689381,-0.9665772,1),(0.2404979,0.0574514,-0.9689479,1),(0.2387352,0.04108983,-0.970215,1),(0.2433893,0.01087476,-0.9698678,1),(0.2453162,0.0314308,-0.9689335,1),(0.2356386,0.0181069,-0.9716721,1),(0.2310863,-0.01156837,-0.9728644,1),(0.2340893,-0.05626593,-0.9705855,1),(0.2397114,-0.01833552,-0.970671,1),(0.2399307,-0.05366568,-0.9693055,1),(0.2446354,-0.0190042,-0.9694288,1),(0.2329868,-0.09861919,-0.9674665,1),(0.2289107,-0.1410719,-0.9631711,1),(0.2373814,-0.09142844,-0.9671044,1),(0.243452,-0.05220065,-0.9685072,1),(0.2473572,0.005360437,-0.9689095,1),(0.2473999,-0.02354362,-0.9686273,1),(0.2250971,-0.05237461,-0.9729277,1),(0.217118,-0.1091711,-0.9700214,1),(0.2174957,-0.1571041,-0.9633349,1),(0.2266958,-0.1025566,-0.968551,1),(0.206491,-0.1821157,-0.9613508,1),(0.1925198,-0.2703489,-0.9433173,1),(0.1924169,-0.2901949,-0.9374234,1),(0.206161,-0.219825,-0.9535065,1),(0.203958,-0.2498984,-0.9465473,1),(0.214663,-0.1991749,-0.9561638,1),(0.1922491,-0.3008679,-0.9340872,1),(0.1928869,-0.3025733,-0.9334045,1),(0.2010286,-0.2724983,-0.9409209,1),(0.2098696,-0.2357712,-0.9488765,1),(0.2243342,-0.1487436,-0.9630938,1),(0.2192345,-0.1920561,-0.9565828,1),(0.1752371,-0.3661747,-0.9138972,1),(0.1539935,-0.4633304,-0.8727032,1),(0.1556921,-0.4550241,-0.8767629,1),(0.1760555,-0.3683603,-0.9128609,1),(0.1282327,-0.5615183,-0.8174679,1),(0.09752854,-0.6591264,-0.7456813,1),(0.09961064,-0.6489376,-0.7542928,1),(0.1304289,-0.5494564,-0.8252794,1),(0.1355998,-0.5303345,-0.8368739,1),(0.1600233,-0.4373495,-0.8849396,1),(0.1041813,-0.6356127,-0.7649462,1),(0.1109329,-0.621339,-0.7756492,1),(0.143755,-0.5053173,-0.8508754,1),(0.1672302,-0.4108618,-0.8962291,1),(0.1784767,-0.36055,-0.9155052,1),(0.1830235,-0.3430572,-0.9213112,1),(0.06098085,-0.7528129,-0.6554037,1),(0.01688101,-0.8411711,-0.5405053,1),(0.01405766,-0.8404034,-0.541779,1),(0.06174005,-0.7468604,-0.6621085,1),(-0.03669663,-0.919517,-0.3913332,1),(-0.09982736,-0.9746761,-0.2001022,1),(-0.1200417,-0.9791823,-0.1636821,1),(-0.04643974,-0.9239852,-0.3795982,1),(-0.05987899,-0.9302266,-0.3620675,1),(0.01063154,-0.8414362,-0.540252,1),(-0.1483967,-0.9820369,-0.1165415,1),(-0.1865058,-0.9805564,-0.06103104,1),(-0.0782603,-0.9380143,-0.3376455,1),(0.005632965,-0.8459179,-0.5332834,1),(0.06378872,-0.7411229,-0.6683321,1),(0.06644435,-0.7381436,-0.6713637,1),(-0.1718462,-0.9851012,0.006678538,1),(-0.25518,-0.944751,0.2057398,1),(-0.2954197,-0.913802,0.2787346,1),(-0.202798,-0.9768343,0.06832175,1),(-0.3521535,-0.8450335,0.4023758,1),(-0.457426,-0.664843,0.5905467,1),(-0.5129527,-0.5737042,0.6385475,1),(-0.4007176,-0.7856627,0.4713381,1),(-0.4533897,-0.7060286,0.5440235,1),(-0.3449342,-0.8653589,0.3635582,1),(-0.564909,-0.4682734,0.6794099,1),(-0.6080189,-0.3577245,0.7087638,1),(-0.5064906,-0.6088524,0.6105457,1),(-0.4024728,-0.7970064,0.4503292,1),(-0.2444754,-0.958855,0.1443222,1),(-0.2977788,-0.9269807,0.2281106,1),(-0.5105366,-0.4722459,0.7185654,1),(-0.4939218,-0.3835235,0.7803531,1),(-0.551213,-0.2749923,0.7877458,1),(-0.5675531,-0.3618258,0.7395712,1),(-0.4297408,-0.4065267,0.8062623,1),(-0.3103388,-0.532766,0.7873057,1),(-0.3630461,-0.4775101,0.8001135,1),(-0.4880014,-0.3158949,0.8136737,1),(-0.5449107,-0.2218186,0.8086216,1),(-0.6044377,-0.1669053,0.7789722,1),(-0.4182817,-0.4096474,0.8106969,1),(-0.5885819,-0.1332091,0.7973874,1),(-0.4718519,-0.3398181,0.8135598,1),(-0.6390408,-0.06754947,0.766201,1),(-0.6169447,-0.2472793,0.7471493,1),(-0.6533183,-0.1408185,0.7438718,1),(-0.1688451,-0.6630034,0.729327,1),(-0.06204997,-0.7276149,0.6831738,1),(-0.08039474,-0.7320635,0.6764759,1),(-0.2052314,-0.6441273,0.7368719,1),(0.01151103,-0.7484964,0.6630388,1),(0.05795597,-0.7372659,0.6731122,1),(0.07848711,-0.7738542,0.6284818,1),(0.01143082,-0.7695074,0.6385355,1),(-0.0003356271,-0.7777551,0.6285673,1),(-0.1113413,-0.7231612,0.6816458,1),(0.08954704,-0.7969936,0.5973128,1),(0.08239766,-0.8087705,0.5823236,1),(-0.02812632,-0.7750273,0.6313015,1),(-0.1552861,-0.7028328,0.694199,1),(-0.2525932,-0.6114062,0.7499195,1),(-0.305362,-0.5668496,0.7651375,1),(0.09381966,-0.7028121,0.7051616,1),(0.116312,-0.6608375,0.7414616,1),(0.1657879,-0.7263655,0.6670138,1),(0.1273109,-0.7582536,0.6394086,1),(0.1270647,-0.6079115,0.7837717,1),(0.1341492,-0.5391361,0.8314663,1),(0.1833956,-0.6854599,0.7046353,1),(0.1783985,-0.6335847,0.7528242,1),(0.2359773,-0.7473037,0.6211698,1),(0.2069484,-0.779065,0.5918023,1),(0.2363765,-0.7080309,0.665446,1),(0.2912503,-0.7632713,0.5767062,1),(0.2743859,-0.794678,0.5414786,1),(0.2375709,-0.8114665,0.5339311,1),(0.1601447,-0.7946714,0.5855349,1),(0.1740945,-0.8177659,0.548589,1),(0.139286,-0.4604178,0.8767069,1),(0.1533341,-0.3757505,0.9139476,1),(0.1723519,-0.5653713,0.8066288,1),(0.1760816,-0.4848173,0.8567073,1),(0.1760978,-0.2848532,0.942257,1),(0.2071135,-0.187732,0.9601357,1),(0.1891181,-0.3908622,0.9008113,1),(0.2105354,-0.2832109,0.9356636,1),(0.2197485,-0.5857845,0.7801071,1),(0.2254087,-0.493745,0.8398849,1),(0.23695,-0.3802464,0.8940176,1),(0.2890235,-0.5848843,0.7578759,1),(0.2905765,-0.4737197,0.8313573,1),(0.2863444,-0.6689599,0.6859297,1),(0.2214997,-0.6575458,0.720119,1),(0.2902599,-0.7241527,0.6255813,1),(0.2357513,-0.09293854,0.9673592,1),(0.2541226,-0.008401802,0.9671355,1),(0.2304841,-0.1742322,0.9573507,1),(0.2426146,-0.07525337,0.9671996,1),(0.2633303,0.06588804,0.9624531,1),(0.2646005,0.1305795,0.9554767,1),(0.2481582,0.01362661,0.9686237,1),(0.248055,0.09338956,0.9642339,1),(0.250568,-0.1493891,0.9565033,1),(0.2507351,-0.04642167,0.9669421,1),(0.2478362,0.0490361,0.9675602,1),(0.2716245,-0.1186459,0.955062,1),(0.2623655,-0.007419555,0.9649401,1),(0.2800005,-0.2332649,0.9312289,1),(0.2464187,-0.260791,0.9334162,1),(0.2867486,-0.3518378,0.8910586,1),(0.2581856,0.1816409,0.9488661,1),(0.2433814,0.2148162,0.9458432,1),(0.2327075,0.2027176,0.951185,1),(0.2425671,0.1586086,0.9570811,1),(0.2230243,0.2288692,0.9475648,1),(0.1954827,0.2248324,0.9545873,1),(0.2026609,0.2299114,0.9518766,1),(0.2195821,0.2261973,0.9490092,1),(0.2211674,0.220117,0.9500703,1),(0.2346393,0.1854905,0.954221,1),(0.2090158,0.2325458,0.9498605,1),(0.2151359,0.2299484,0.9491261,1),(0.2283968,0.2061797,0.9514856,1),(0.2422301,0.1597638,0.9569745,1),(0.2445958,0.1286987,0.9610461,1),(0.25139,0.08933365,0.9637545,1),(0.1706282,0.2310076,0.9578735,1),(0.1608209,0.2745495,0.9480292,1),(0.1850056,0.2928402,0.9380925,1),(0.1884696,0.2426401,0.9516329,1),(0.1654492,0.3563314,0.9195948,1),(0.18329,0.4740994,0.8611821,1),(0.2057872,0.5049714,0.8382454,1),(0.1914168,0.3813057,0.9044146,1),(0.2035006,0.3965445,0.8951759,1),(0.1981286,0.3063096,0.9310851,1),(0.2135929,0.5193923,0.8274115,1),(0.2131516,0.5177008,0.8285845,1),(0.2076857,0.4021545,0.8917053,1),(0.2050688,0.3144616,0.9268552,1),(0.1996187,0.2518684,0.9469503,1),(0.2071909,0.2572316,0.943877,1),(0.2016736,0.557499,0.8053091,1),(0.2117943,0.551068,0.8071351,1),(0.2196994,0.5978863,0.7708853,1),(0.2171105,0.5947487,0.7740395,1),(0.2122899,0.4408962,0.8720915,1),(0.1896437,0.1816005,0.9649127,1),(0.1845702,0.2724729,0.9442947,1),(0.2127645,0.5052803,0.8363151,1),(0.2003717,0.5483397,0.8118958,1),(0.2143102,0.621599,0.7534492,1),(0.1681126,0.3559445,0.9192615,1),(0.1443534,0.4288905,0.8917482,1),(0.1809595,0.5726014,0.7996131,1),(0.2019213,0.6242929,0.754643,1),(0.2186226,0.6106073,0.7611589,1),(0.2126972,0.6059482,0.766542,1),(0.1453583,-0.07650471,0.9864168,1),(0.1068848,-0.1648396,0.9805119,1),(0.07955674,-0.05519937,0.9953008,1),(0.1325956,0.02845842,0.9907615,1),(0.07739633,-0.1021503,0.9917536,1),(0.05498672,0.1289705,0.9901228,1),(-0.02511843,0.258627,0.9656507,1),(0.02781583,0.01518686,0.9994977,1),(-0.025572,0.1603919,0.9867222,1),(0.04816476,0.08192319,0.9954742,1),(-0.1108458,0.3975266,0.9108709,1),(-0.1851824,0.5296909,0.8277287,1),(-0.07678058,0.3205146,0.9441267,1),(0.01413445,0.2354847,0.9717752,1),(0.1127951,0.1490271,0.9823789,1),(0.08720436,0.2751603,0.9574353,1),(0.03888747,0.4079508,0.9121754,1),(0.03450048,0.5764509,0.816403,1),(-0.08120135,0.6771229,0.7313761,1),(-0.06475526,0.5334666,0.8433387,1),(0.03663822,0.6546245,0.7550658,1),(0.06228551,0.6839809,0.7268361,1),(-0.066281,0.7412425,0.6679569,1),(-0.03273048,0.7527542,0.6574875,1),(-0.1862116,0.7554283,0.6282144,1),(-0.1662822,0.8009009,0.575246,1),(-0.1282259,0.7947307,0.5932633,1),(-0.2512801,0.8311432,0.4960436,1),(-0.2065415,0.8181981,0.5365561,1),(-0.2678912,0.8054855,0.5286089,1),(-0.178251,0.6348644,0.7517803,1),(-0.2560345,0.719305,0.6457915,1),(0.07477713,0.6861597,0.7235975,1),(0.05915033,0.6938031,0.7177314,1),(-0.009502784,0.7362804,0.6766098,1),(-0.01559171,0.7240012,0.6896223,1),(0.01141486,0.6986324,0.7153898,1),(-0.06610025,0.7016418,0.7094572,1),(-0.05003947,0.7156022,0.6967134,1),(-0.1128038,0.7089764,0.6961522,1),(-0.08100909,0.7413419,0.6662204,1),(-0.09780581,0.7221199,0.684819,1),(-0.1409462,0.7075576,0.6924568,1),(-0.1314028,0.7221714,0.6791185,1),(-0.1555302,0.6951903,0.7017984,1),(-0.1328743,0.7505885,0.6472722,1),(-0.09082824,0.7659667,0.6364316,1),(-0.1577846,0.7835907,0.6009074,1),(-0.1526152,0.6959946,0.7016409,1),(-0.228739,0.6741225,0.7023085,1),(-0.1822068,0.6960266,0.6945125,1),(-0.2383817,0.6655464,0.7072639,1),(-0.2950894,0.6374822,0.7117154,1),(-0.3510333,0.5967692,0.7215554,1),(-0.3085395,0.572659,0.7595164,1),(-0.2799031,0.6276556,0.7264315,1),(-0.2400153,0.6068191,0.7577356,1),(-0.2248973,0.6481076,0.7275835,1),(-0.2408788,0.5410682,0.8057435,1),(-0.1673407,0.4965254,0.8517392,1),(-0.1876084,0.5736956,0.7972932,1),(-0.1913383,0.6306627,0.7520998,1),(-0.1908084,0.6842582,0.7038344,1),(-0.1833496,0.6654046,0.7236156,1),(-0.3882424,0.5464613,0.7420565,1),(-0.3946414,0.5005194,0.7705442,1),(-0.3117737,0.4464724,0.838725,1),(-0.3206834,0.5092723,0.7986262,1),(-0.3699429,0.4600843,0.8071337,1),(-0.3139929,0.4250393,0.84897,1),(-0.2302591,0.3295089,0.9156445,1),(-0.2816084,0.3859665,0.8784797,1),(-0.176848,0.3045228,0.9359438,1),(-0.2077105,0.3834713,0.8998923,1),(-0.1367248,0.2287889,0.9638268,1),(-0.05385904,0.1413642,0.9884914,1),(-0.08141873,0.2265332,0.9705945,1),(-0.1098303,0.3155977,0.9425154,1),(-0.2291029,0.4632012,0.8561288,1),(-0.138636,0.4064951,0.9030735,1),(-0.2413231,0.3963332,0.8858234,1),(-0.1713509,0.3736447,0.9116077,1),(-0.1056877,0.2597094,0.959886,1),(-0.166684,0.2859622,0.9436324,1),(-0.1043482,0.3575773,0.9280356,1),(-0.04029685,0.3478746,0.9366747,1),(0.005851327,0.2579716,0.9661348,1),(-0.04808686,0.2505339,0.9669129,1),(-0.003997771,0.1402351,0.9901102,1),(-0.0462148,0.1421617,0.988764,1),(0.03608339,0.1648123,0.9856647,1),(0.055034,0.08214752,0.9950995,1),(0.02838621,0.04823585,0.9984325,1),(0.001461972,0.0463201,0.9989256,1),(-0.09061901,0.1714117,0.9810231,1),(-0.0259675,0.0769797,0.9966944,1),(0.01292095,0.337853,0.9411101,1),(0.04724383,0.3251916,0.9444672,1),(0.07843689,0.2728103,0.958865,1),(0.05011278,0.2687957,0.9618927,1),(0.06368469,0.3102879,0.9485071,1),(0.06286562,0.2931243,0.9540052,1),(0.09063872,0.262029,0.9607942,1),(0.09175514,0.2704899,0.9583403,1),(0.1010514,0.2312393,0.9676348,1),(0.09094413,0.2186622,0.9715534,1),(0.1002319,0.2347656,0.9668706,1),(0.0995881,0.2053085,0.9736173,1),(0.100003,0.188424,0.976983,1),(0.09289462,0.1623647,0.9823483,1),(0.06947626,0.1966737,0.9780042,1),(0.07797446,0.1269443,0.9888403,1),(0.05420768,0.265041,0.9627123,1),(0.04792617,0.2160501,0.9752054,1),(0.07545673,0.1977128,0.9773516,1),(0.08240412,0.2405035,0.9671441,1),(0.04382107,0.1445053,0.9885333,1),(0.04172252,0.04914607,0.9979197,1),(0.06417593,0.04258434,0.9970296,1),(0.0694875,0.1321868,0.9887863,1),(0.08146396,0.1285255,0.9883546,1),(0.08753511,0.1878051,0.9782979,1),(0.07505387,0.04359623,0.996226,1),(0.07805054,0.04203626,0.9960628,1),(0.08461942,0.1243602,0.9886223,1),(0.09011168,0.1781587,0.9798671,1),(0.09367795,0.2228032,0.9703521,1),(0.09499719,0.2048075,0.9741814,1),(0.03984753,-0.0615065,0.9973109,1),(0.03172652,-0.1790766,0.9833235,1),(0.04808125,-0.17458,0.9834683,1),(0.05812542,-0.06250758,0.9963505,1),(0.0274786,-0.3056038,0.9517622,1),(0.02070295,-0.438077,0.898699,1),(0.04013964,-0.2951975,0.9545926,1),(0.02631479,-0.420805,0.9067693,1),(0.05724229,-0.1632217,0.9849274,1),(0.04530295,-0.275557,0.9602166,1),(0.02983642,-0.392409,0.9193068,1),(0.04828974,-0.254631,0.9658319,1),(0.03416587,-0.3563798,0.9337162,1),(0.06010538,-0.154168,0.9862147,1),(0.06720619,-0.05689857,0.9961154,1),(0.06965135,-0.05522065,0.9960418,1),(0.01403489,-0.5285977,0.8487564,1),(0.007386394,-0.5388834,0.842348,1),(0.01236525,-0.5037772,0.8637452,1),(0.0009980943,-0.5042455,0.8635597,1),(-0.004844036,-0.4663025,0.8846121,1),(-0.0008689439,-0.2899469,0.9570423,1),(-0.0164475,-0.211969,0.977138,1),(-0.01381014,-0.4153171,0.9095718,1),(2.459998e-5,-0.457469,0.8892256,1),(-0.01637714,-0.3543969,0.9349517,1),(-0.02500026,-0.1313734,0.9910177,1),(-0.02788153,-0.0460587,0.9985495,1),(-0.0131068,-0.279173,0.9601513,1),(0.00424557,-0.3949443,0.9186952,1),(0.01399931,-0.46673,0.884289,1),(0.01907993,-0.4164691,0.9089497,1),(0.005058006,-0.09329862,0.9956253,1),(0.02471113,0.007004577,0.9996701,1),(-0.002335985,0.1125101,0.9936478,1),(-0.01470747,0.0061784,0.9998727,1),(0.04965971,0.01331488,0.9986775,1),(0.08538681,-0.06865209,0.9939799,1),(0.02168086,0.1176053,0.9928237,1),(0.05162529,0.02657785,0.9983127,1),(-0.003233252,0.2098232,0.977734,1),(-0.01999879,0.2065678,0.9782279,1),(0.02247188,0.115607,0.9930409,1),(-0.001740924,0.1900564,0.9817717,1),(-0.021628,0.286714,0.957772,1),(-0.03310178,0.2867716,0.9574269,1),(-0.02782232,0.09841985,0.994756,1),(-0.03598975,0.1829966,0.9824547,1),(0.1152474,-0.1677102,0.9790768,1),(0.1184728,-0.2183298,0.968657,1),(0.08888473,-0.1514362,0.9844625,1),(0.0788634,-0.08774532,0.9930162,1),(0.1036033,-0.2202237,0.969932,1),(0.0678176,-0.1760018,0.982051,1),(0.05521888,-0.140153,0.9885889,1),(0.08046755,-0.1683764,0.9824329,1),(0.0567346,-0.1144347,0.9918094,1),(0.05829491,-0.08303602,0.99484,1),(0.04324104,-0.1034397,0.9936953,1),(0.03241747,-0.06811719,0.9971505,1),(0.03590113,-0.0652381,0.9972237,1),(0.03172754,-0.02257122,0.9992416,1),(0.04721427,-0.006884428,0.9988611,1),(0.0193444,0.06228727,0.9978708,1),(0.03810455,-0.1319031,0.99053,1),(0.0422988,-0.1337139,0.9901168,1),(0.04657445,-0.1248221,0.9910854,1),(0.03603909,-0.1112007,0.9931443,1),(0.08076099,-0.1819716,0.9799816,1),(0.1536835,-0.2760921,0.9487647,1),(0.1582279,-0.2811923,0.9465172,1),(0.08729121,-0.1816839,0.979475,1),(0.09580316,-0.1825246,0.9785227,1),(0.05301509,-0.1171905,0.9916933,1),(0.1638464,-0.2864359,0.9439856,1),(0.1679069,-0.2879313,0.9428164,1),(0.1024042,-0.1791076,0.9784855,1),(0.05788558,-0.1059978,0.9926801,1),(0.03569146,-0.09112823,0.9951993,1),(0.03479219,-0.06939074,0.9969827,1),(0.2256383,-0.3643541,0.9035118,1),(0.2643524,-0.4034858,0.8759663,1),(0.2621032,-0.4094491,0.8738725,1),(0.2263862,-0.3714865,0.9004149,1),(0.2735251,-0.3991069,0.8751558,1),(0.2526281,-0.3531834,0.9008,1),(0.2471689,-0.3458838,0.9051364,1),(0.2689927,-0.4007623,0.8758039,1),(0.2634459,-0.4003341,0.8776838,1),(0.2592224,-0.4137332,0.8727134,1),(0.2394769,-0.3370011,0.9105389,1),(0.2288965,-0.3259009,0.9172759,1),(0.2564278,-0.3976239,0.8809881,1),(0.2554108,-0.4155288,0.8729841,1),(0.2271626,-0.3776131,0.8976666,1),(0.2268615,-0.3808529,0.8963733,1),(0.221368,-0.2933713,0.9300158,1),(0.2005794,-0.2515303,0.9468371,1),(0.2126289,-0.2762449,0.9372714,1),(0.1865935,-0.225799,0.9561368,1),(0.1887563,-0.2301663,0.9546699,1),(0.186797,-0.2287894,0.9553859,1),(0.1688827,-0.1961072,0.9659299,1),(0.1596718,-0.1872163,0.9692548,1),(0.1723234,-0.1975815,0.9650214,1),(0.1500641,-0.1599688,0.9756489,1),(0.1355266,-0.1441917,0.9802251,1),(0.1321925,-0.1218068,0.9837115,1),(0.1151012,-0.1011185,0.9881938,1),(0.1572084,-0.1661281,0.9734921,1),(0.2021247,-0.2571342,0.9450014,1),(0.1899786,-0.2344352,0.9533877,1),(0.2128647,-0.249558,0.9446742,1),(0.2875476,-0.2957422,0.9109626,1),(0.177955,-0.2033795,0.9627922,1),(0.2446006,-0.2504719,0.9367146,1),(0.4171107,-0.3685268,0.8307868,1),(0.5923567,-0.45698,0.663538,1),(0.3659464,-0.3313872,0.8696353,1),(0.5354418,-0.4383275,0.7219218,1),(0.2065903,-0.2039535,0.9569344,1),(0.3184538,-0.2916798,0.901948,1),(0.478774,-0.4144942,0.7739316,1),(0.2778966,-0.2524073,0.9268571,1),(0.4261598,-0.3871143,0.817637,1),(0.1760379,-0.1594316,0.9713867,1),(0.1476172,-0.1561961,0.976633,1),(0.1235495,-0.1106749,0.9861473,1),(0.7455218,-0.5083728,0.4309922,1),(0.8531996,-0.491841,0.1736173,1),(0.6911609,-0.5134727,0.5085689,1),(0.8130026,-0.5198082,0.2623473,1),(0.9101034,-0.3891311,-0.142439,1),(0.8381404,-0.1525757,-0.5236806,1),(0.8978801,-0.4359045,-0.06163187,1),(0.8519264,-0.1958557,-0.4856564,1),(0.7636386,-0.5417246,0.3512699,1),(0.8742281,-0.4846707,0.02862723,1),(0.8640471,-0.2582589,-0.4321167,1),(0.8366681,-0.5334353,0.1242305,1),(0.8680441,-0.3460503,-0.3560179,1),(0.7077888,-0.5563566,0.4353187,1),(0.6325281,-0.5113348,0.5817601,1),(0.5735575,-0.502062,0.6472755,1),(0.6182331,0.1060127,-0.7788126,1),(0.4379757,0.2519261,-0.8629661,1),(0.4539711,0.2239761,-0.8624065,1),(0.6304476,0.08049434,-0.772047,1),(0.3251752,0.3231514,-0.8887262,1),(0.2607442,0.3568056,-0.897052,1),(0.3134385,0.3095098,-0.8977526,1),(0.3567818,0.2887726,-0.8884352,1),(0.3951705,0.2367814,-0.8875669,1),(0.477187,0.1704274,-0.8621179,1),(0.3674174,0.2500662,-0.8958076,1),(0.4191636,0.1762199,-0.890645,1),(0.4400082,0.1588388,-0.8838343,1),(0.513693,0.0855476,-0.8536984,1),(0.652531,0.03043137,-0.7571507,1),(0.6835369,-0.06228401,-0.7272537,1),(0.2305524,0.361068,-0.9035903,1),(0.2316791,0.3325322,-0.9141921,1),(0.3120483,0.2601176,-0.913764,1),(0.3027175,0.2995639,-0.9047782,1),(0.2645484,0.268858,-0.9261369,1),(0.3270352,0.1673785,-0.9300712,1),(0.3858344,0.08571299,-0.9185777,1),(0.3407064,0.1891134,-0.9209533,1),(0.4050665,0.1128148,-0.9073004,1),(0.3831123,0.1858869,-0.9048045,1),(0.4330974,0.01201805,-0.901267,1),(0.4671181,-0.04536436,-0.8830304,1),(0.4526306,0.0498009,-0.8903064,1),(0.4382186,0.1182887,-0.8910512,1),(0.3700888,0.2311738,-0.8997738,1),(0.4265538,0.1601123,-0.8901774,1),(0.3932254,0.05371989,-0.9178714,1),(0.4390321,-0.04638208,-0.8972734,1),(0.4601496,-0.1145631,-0.8804189,1),(0.4306734,-0.023538,-0.9022008,1),(0.4673338,-0.1329232,-0.8740312,1),(0.4809417,-0.2076031,-0.8518193,1),(0.4841629,-0.2464979,-0.8395386,1),(0.4771441,-0.188204,-0.8584363,1),(0.4819103,-0.2316142,-0.8450546,1),(0.4738199,-0.1710745,-0.8638451,1),(0.4847693,-0.2739176,-0.8306431,1),(0.4845656,-0.2889963,-0.8256375,1),(0.4845471,-0.260873,-0.8349607,1),(0.4826425,-0.2120402,-0.8497619,1),(0.4584319,-0.09028408,-0.8841317,1),(0.4776557,-0.1406645,-0.8672131,1),(0.485983,-0.2670704,-0.8321622,1),(0.4896442,-0.3071755,-0.816022,1),(0.4862749,-0.2899099,-0.8243112,1),(0.4879261,-0.3180401,-0.812883,1),(0.4920255,-0.3291976,-0.8059404,1),(0.4940947,-0.3339134,-0.8027281,1),(0.4897249,-0.3315407,-0.806381,1),(0.49229,-0.3307951,-0.8051243,1),(0.4866767,-0.3184646,-0.8134655,1),(0.4885454,-0.3239478,-0.8101736,1),(0.4914362,-0.3184615,-0.8106002,1),(0.4886227,-0.3071718,-0.8166353,1),(0.491372,-0.2972008,-0.8186728,1),(0.4867537,-0.3091329,-0.8170115,1),(0.485482,-0.3018908,-0.8204688,1),(0.4854853,-0.3031009,-0.8200207,1),(0.4952751,-0.3216295,-0.807005,1),(0.4937363,-0.2920977,-0.819087,1),(0.4940127,-0.3152119,-0.8103042,1),(0.4925614,-0.2837709,-0.8227134,1),(0.4885296,-0.2444021,-0.8376195,1),(0.4773352,-0.1777095,-0.860564,1),(0.4863152,-0.2357474,-0.8413802,1),(0.4745846,-0.1702443,-0.8635892,1),(0.4916382,-0.2668236,-0.8289132,1),(0.4851711,-0.2177831,-0.8468645,1),(0.47348,-0.1521954,-0.8675559,1),(0.4702892,-0.1268508,-0.8733482,1),(0.4825249,-0.1918834,-0.8546054,1),(0.4898709,-0.2414699,-0.8376866,1),(0.4933118,-0.3001439,-0.8164294,1),(0.4928043,-0.2763135,-0.8251028,1),(0.4633157,-0.1049002,-0.8799628,1),(0.4473352,-0.0402699,-0.8934594,1),(0.4433984,-0.02999476,-0.8958226,1),(0.4604138,-0.09771585,-0.8823099,1),(0.4308517,0.0160779,-0.9022795,1),(0.4144997,0.06433563,-0.9077725,1),(0.4065168,0.09152516,-0.9090474,1),(0.4253029,0.03303263,-0.9044481,1),(0.4188507,0.05526792,-0.9063716,1),(0.4386761,-0.01071661,-0.8985813,1),(0.3977831,0.1182006,-0.9098336,1),(0.3897734,0.141293,-0.9100071,1),(0.4122746,0.07832027,-0.9076868,1),(0.4333376,0.01269749,-0.9011422,1),(0.4570047,-0.07988974,-0.8858693,1),(0.4527705,-0.05570092,-0.8898855,1),(0.3952669,0.1153495,-0.911295,1),(0.369074,0.1802311,-0.9117571,1),(0.3569244,0.2198194,-0.9079011,1),(0.3847639,0.1517054,-0.9104626,1),(0.3344007,0.2590087,-0.9061406,1),(0.2898545,0.3504544,-0.8905987,1),(0.2793328,0.3784059,-0.8824863,1),(0.3220421,0.2957056,-0.8993593,1),(0.3123027,0.3192416,-0.8947355,1),(0.3457607,0.2486071,-0.9047896,1),(0.2733302,0.3928541,-0.8780411,1),(0.2709987,0.3981221,-0.8763894,1),(0.3059557,0.332306,-0.892168,1),(0.3372757,0.2673887,-0.9026343,1),(0.3740863,0.1815361,-0.9094526,1),(0.3651371,0.2036806,-0.9083993,1),(0.2481771,0.4265799,-0.8697343,1),(0.224176,0.4632614,-0.8573995,1),(0.2211667,0.4709316,-0.8539958,1),(0.2410474,0.4437485,-0.8631241,1),(0.2188731,0.4638128,-0.8584709,1),(0.2320484,0.4289061,-0.8730367,1),(0.2383049,0.4184844,-0.8764027,1),(0.22039,0.4625717,-0.8587525,1),(0.2255043,0.4553208,-0.8612959,1),(0.2235637,0.4689639,-0.8544542,1),(0.2449961,0.4071845,-0.8798736,1),(0.2513387,0.3961225,-0.8831285,1),(0.2319725,0.4454891,-0.8647128,1),(0.2285933,0.4620727,-0.8568745,1),(0.2396698,0.4487704,-0.8609085,1),(0.2417234,0.446729,-0.861396,1),(0.2534667,0.3767537,-0.8909609,1),(0.2734772,0.326846,-0.9046446,1),(0.2831261,0.3079512,-0.9082983,1),(0.2628968,0.359358,-0.8954033,1),(0.2921976,0.2794032,-0.9146336,1),(0.3097851,0.2345359,-0.9214261,1),(0.3124004,0.2300402,-0.9216765,1),(0.2994656,0.2647889,-0.9166282,1),(0.3018812,0.2599714,-0.9172146,1),(0.2884302,0.2971385,-0.9102289,1),(0.3106567,0.2350762,-0.9209949,1),(0.3067577,0.244409,-0.9198717,1),(0.30169,0.2601388,-0.91723,1),(0.2911955,0.2908423,-0.9113813,1),(0.269695,0.3464161,-0.8984768,1),(0.2746707,0.3363777,-0.9007807,1),(0.3230736,0.1989648,-0.9252225,1),(0.3290722,0.1796669,-0.9270552,1),(0.3236311,0.1933764,-0.926212,1),(0.3208357,0.2055469,-0.924562,1),(0.3281785,0.1767179,-0.9279384,1),(0.3204644,0.1900532,-0.9279991,1),(0.3127785,0.2062058,-0.9271725,1),(0.3209478,0.1936034,-0.9270977,1),(0.3123412,0.213361,-0.9256998,1),(0.315716,0.2128513,-0.9246717,1),(0.3050318,0.2216277,-0.9261948,1),(0.2981323,0.2352729,-0.925075,1),(0.303714,0.2330677,-0.9238167,1),(0.3070108,0.2338527,-0.9225276,1),(0.3151681,0.2201027,-0.9231597,1),(0.3080244,0.2376332,-0.9212227,1),(0.3104677,0.2096824,-0.9271694,1),(0.3028565,0.2256476,-0.925938,1),(0.2969304,0.235483,-0.9254081,1),(0.3033777,0.2229432,-0.9264223,1),(0.2977153,0.2379448,-0.9245258,1),(0.2950805,0.2466002,-0.9231012,1),(0.2931207,0.2480517,-0.9233366,1),(0.2935072,0.2438378,-0.9243358,1),(0.2925429,0.240577,-0.9254952,1),(0.2933593,0.2381901,-0.9258541,1),(0.2950554,0.2390834,-0.9250846,1),(0.2997315,0.2217822,-0.9278867,1),(0.2941252,0.2304585,-0.9275662,1),(0.2919513,0.2356256,-0.9269548,1),(0.2975323,0.2318797,-0.9261244,1),(0.2932817,0.2372391,-0.9261228,1),(0.2967782,0.250816,-0.9214195,1),(0.3041662,0.2496257,-0.9193313,1),(0.3065852,0.240772,-0.9208879,1),(0.2968566,0.2472083,-0.9223688,1),(0.3155462,0.2422083,-0.9174779,1),(0.3330289,0.2295703,-0.9145432,1),(0.3217112,0.2283904,-0.9188796,1),(0.3401345,0.2090088,-0.9168554,1),(0.3301252,0.2029528,-0.9218609,1),(0.3129984,0.2206237,-0.9237733,1),(0.3503941,0.178512,-0.9194332,1),(0.340756,0.1687289,-0.9248869,1),(0.3630645,0.1408737,-0.9210531,1),(0.3224115,0.1912155,-0.9270855,1),(0.3015818,0.2327468,-0.9245958,1),(0.3090317,0.2089486,-0.9278146,1),(0.3520081,0.2137423,-0.9112653,1),(0.3687547,0.1973963,-0.9083252,1),(0.3608061,0.1874366,-0.9136117,1),(0.3785098,0.1668779,-0.9104295,1),(0.3832773,0.1805875,-0.9058072,1),(0.3955977,0.1633627,-0.9037782,1),(0.3932962,0.14742,-0.9075161,1),(0.4052283,0.1291233,-0.9050509,1),(0.3894257,0.1299928,-0.9118386,1),(0.4034969,0.1106125,-0.9082705,1),(0.4140977,0.09457741,-0.9053056,1),(0.4120938,0.07413296,-0.9081206,1),(0.4211413,0.06406264,-0.9047298,1),(0.3992319,0.09025269,-0.9123971,1),(0.3717678,0.1526614,-0.9156872,1),(0.3823874,0.1123743,-0.9171433,1),(0.406061,0.1452854,-0.9022231,1),(0.4151011,0.1259241,-0.9010184,1),(0.4148573,0.1115364,-0.9030243,1),(0.4228511,0.09417801,-0.9012921,1),(0.4226985,0.1052731,-0.9001352,1),(0.4288274,0.08332973,-0.8995349,1),(0.429217,0.07705896,-0.8999081,1),(0.4339659,0.06018939,-0.8989165,1),(0.4288144,0.06699003,-0.9009054,1),(0.4339453,0.05401253,-0.8993186,1),(0.4376085,0.04160112,-0.8982028,1),(0.4372129,0.03977635,-0.898478,1),(0.4401297,0.03023945,-0.8974249,1),(0.433073,0.0486027,-0.9000475,1),(0.4222001,0.08051831,-0.9029197,1),(0.427714,0.05670368,-0.9021338,1),(0.4336935,0.06241507,-0.8988962,1),(0.437642,0.04477466,-0.8980338,1),(0.4375787,0.04472929,-0.8980669,1),(0.4405698,0.03177394,-0.8971559,1),(0.4407587,0.03040494,-0.8971106,1),(0.4431182,0.01929293,-0.8962556,1),(0.4429967,0.02131913,-0.8962697,1),(0.444896,0.01335437,-0.8954827,1),(0.4426381,0.02127137,-0.896448,1),(0.4445613,0.01402265,-0.8956386,1),(0.446123,0.008707729,-0.8949293,1),(0.445729,0.008836773,-0.8951244,1),(0.4470527,0.005367185,-0.8944914,1),(0.4441475,0.01413261,-0.8958422,1),(0.4403301,0.03046192,-0.897319,1),(0.4422873,0.02126342,-0.8966213,1),(0.4457474,0.009892724,-0.8951041,1),(0.4494086,0.000655962,-0.8933261,1),(0.4469,0.007004012,-0.8945565,1),(0.4495021,0.001397518,-0.8932782,1),(0.4541073,-0.008439129,-0.8909069,1),(0.4598556,-0.01741331,-0.887823,1),(0.4527129,-0.003475683,-0.8916496,1),(0.4565399,-0.007622878,-0.8896703,1),(0.449917,0.001451909,-0.8930692,1),(0.4525564,-0.001101374,-0.891735,1),(0.4557012,-0.002942631,-0.8901279,1),(0.453034,-0.0001814166,-0.8914932,1),(0.456097,-0.001095589,-0.8899295,1),(0.4505077,0.001199731,-0.8927717,1),(0.4477746,0.004719721,-0.894134,1),(0.4485161,0.00304868,-0.8937695,1),(0.4688381,-0.03364759,-0.8826429,1),(0.4825638,-0.06473775,-0.8734651,1),(0.4625235,-0.01734582,-0.8864374,1),(0.4716053,-0.03899013,-0.8809474,1),(0.5003243,-0.1110048,-0.8586929,1),(0.5208215,-0.1724076,-0.8360745,1),(0.4833992,-0.07272922,-0.8723736,1),(0.4972188,-0.1185965,-0.8594815,1),(0.4662843,-0.02192994,-0.8843631,1),(0.4738772,-0.04347472,-0.8795171,1),(0.4826669,-0.07310611,-0.8727475,1),(0.468876,-0.02275696,-0.8829708,1),(0.4740048,-0.0386989,-0.8796715,1),(0.4641358,-0.01118531,-0.8856934,1),(0.4601734,-0.008441973,-0.8877889,1),(0.4598603,-0.003971097,-0.8879823,1),(0.5469085,-0.2415412,-0.8015916,1),(0.5818073,-0.3115148,-0.7513049,1),(0.5165324,-0.1741293,-0.8383753,1),(0.5443091,-0.2374621,-0.8045741,1),(0.6241275,-0.3821047,-0.6815137,1),(0.6708619,-0.4516086,-0.5882126,1),(0.5791939,-0.3087917,-0.7544416,1),(0.618524,-0.3870676,-0.6838177,1),(0.5164018,-0.1654152,-0.8402184,1),(0.5426213,-0.2310719,-0.8075691,1),(0.5724804,-0.3094281,-0.7592894,1),(0.5137242,-0.1605536,-0.8427989,1),(0.53413,-0.2318193,-0.8129975,1),(0.4959139,-0.1046459,-0.8620433,1),(0.4960191,-0.1129015,-0.8609403,1),(0.4823625,-0.06417142,-0.8736181,1),(0.7171792,-0.5072098,-0.4779039,1),(0.763202,-0.5357397,-0.3612558,1),(0.659795,-0.458982,-0.5949841,1),(0.7044461,-0.5105876,-0.493007,1),(0.809122,-0.5367601,-0.2391867,1),(0.8532803,-0.5092486,-0.1121539,1),(0.7517753,-0.5407254,-0.3774254,1),(0.799302,-0.547447,-0.2478262,1),(0.6463289,-0.4571394,-0.6109686,1),(0.6916412,-0.5128332,-0.5085611,1),(0.7387754,-0.553317,-0.3847742,1),(0.6346285,-0.459879,-0.6210941,1),(0.6785488,-0.5277898,-0.5108908,1),(0.5937299,-0.3863367,-0.7058531,1),(0.6061245,-0.3888808,-0.693819,1),(0.5596015,-0.3099826,-0.7686072,1),(0.8893849,-0.4571054,0.007016337,1),(0.9174394,-0.384513,0.1022484,1),(0.8410161,-0.5279457,-0.1181742,1),(0.877436,-0.4796484,-0.006594819,1),(0.9401793,-0.2932487,0.1734014,1),(0.9578602,-0.1836306,0.2208704,1),(0.9106371,-0.4041069,0.08624142,1),(0.9399198,-0.3013815,0.1603742,1),(0.8243368,-0.5506526,-0.1313405,1),(0.8659418,-0.4997097,-0.02085685,1),(0.9061107,-0.4156848,0.0785469,1),(0.8122841,-0.5654963,-0.1428581,1),(0.8604124,-0.5089866,-0.02496747,1),(0.7654694,-0.5871866,-0.263189,1),(0.7825131,-0.5689435,-0.2529359,1),(0.7213531,-0.5749127,-0.3861672,1),(0.9644963,-0.07744431,0.2524866,1),(0.9615818,0.004266212,0.2744851,1),(0.9568687,-0.1922231,0.2178356,1),(0.9613013,-0.09717369,0.2577927,1),(0.9555809,0.06103062,0.2883408,1),(0.9506842,0.09399316,0.295575,1),(0.9594097,-0.01803263,0.281439,1),(0.9557366,0.04552521,0.2906802,1),(0.9506415,-0.2156325,0.2231216,1),(0.9579796,-0.1192247,0.2608843,1),(0.9603919,-0.02670617,0.2773702,1),(0.9477136,-0.233457,0.2175697,1),(0.9608738,-0.1216849,0.2488258,1),(0.9278263,-0.3360866,0.1618149,1),(0.93497,-0.315308,0.1625177,1),(0.8998134,-0.4287067,0.0809094,1),(0.94785,0.1110364,0.2987494,1),(0.9460945,0.1197399,0.3009446,1),(0.9517471,0.09352449,0.2922853,1),(0.9476681,0.1260952,0.2933007,1),(0.9456241,0.120285,0.302203,1),(0.9464648,0.1127188,0.3024881,1),(0.9448965,0.1438702,0.2940612,1),(0.9441553,0.1472882,0.2947491,1),(0.9520702,0.1110515,0.2850083,1),(0.9463041,0.1488522,0.2869698,1),(0.9427102,0.1673441,0.2886064,1),(0.9512947,0.1226285,0.282844,1),(0.9444847,0.1604248,0.2867276,1),(0.9590275,0.06384735,0.276025,1),(0.9579289,0.05284502,0.2820986,1),(0.9640552,-0.01743447,0.2651296,1),(0.9470086,0.1042759,0.3038111,1),(0.9458898,0.1020347,0.308028,1),(0.944011,0.143472,0.2970841,1),(0.942927,0.1392244,0.3024984,1),(0.9435457,0.1059408,0.3138439,1),(0.9388672,0.1160255,0.3241396,1),(0.9408514,0.1345348,0.3109645,1),(0.9379732,0.1293373,0.32168,1),(0.9390084,0.1719254,0.2978334,1),(0.9375588,0.163887,0.3067973,1),(0.9364182,0.1488272,0.3177598,1),(0.9337518,0.1884901,0.304268,1),(0.933951,0.1730251,0.3127266,1),(0.9358637,0.1912559,0.2959398,1),(0.9407036,0.1730706,0.291759,1),(0.9394452,0.1820045,0.2903738,1),(0.9319707,0.145828,0.3319112,1),(0.9210088,0.2100626,0.3280495,1),(0.9240394,0.1969655,0.3276522,1),(0.932967,0.1433561,0.3301841,1),(0.8983814,0.310142,0.3110026,1),(0.8524138,0.443826,0.2764222,1),(0.8608628,0.4260168,0.2782535,1),(0.9041943,0.2918032,0.3119031,1),(0.9077495,0.2833096,0.3093971,1),(0.9256938,0.1954167,0.3238878,1),(0.8672389,0.4131507,0.2778544,1),(0.8708299,0.4080161,0.2741862,1),(0.9083942,0.2892028,0.301963,1),(0.9255224,0.2097291,0.3153124,1),(0.9332698,0.1510942,0.3258496,1),(0.9324998,0.1712905,0.3179681,1),(0.798639,0.5516719,0.2404866,1),(0.7755914,0.5891389,0.2266567,1),(0.782476,0.5793806,0.2281433,1),(0.8075897,0.5375854,0.2424888,1),(0.791284,0.5637392,0.236786,1),(0.8402021,0.4703633,0.2698495,1),(0.8379949,0.4746046,0.2692861,1),(0.7940344,0.5595666,0.2374756,1),(0.7992068,0.5508153,0.2405635,1),(0.7908597,0.5667192,0.23102,1),(0.8378951,0.4733433,0.2718048,1),(0.84119,0.4637994,0.2780096,1),(0.8077697,0.5353516,0.2467932,1),(0.8012147,0.5500295,0.235632,1),(0.8163138,0.5234554,0.244185,1),(0.8245808,0.5097502,0.2453997,1),(0.8879119,0.3459663,0.3031828,1),(0.915287,0.2409508,0.3227884,1),(0.9102678,0.2574421,0.3242471,1),(0.8827009,0.3588072,0.3034741,1),(0.9307337,0.1582535,0.3296825,1),(0.9391473,0.09773155,0.3293189,1),(0.9270837,0.1730802,0.3325042,1),(0.9378549,0.1058335,0.3304956,1),(0.9221517,0.1799287,0.342435,1),(0.9056251,0.2670012,0.3294748,1),(0.9332582,0.1039719,0.3438299,1),(0.9241741,0.0869496,0.3719435,1),(0.9167266,0.1737958,0.3597324,1),(0.9018803,0.2657186,0.3405958,1),(0.8789345,0.3654771,0.3064321,1),(0.8775215,0.3627311,0.3136596,1),(0.9440969,0.05358873,0.3252833,1),(0.9455919,0.02105745,0.3246728,1),(0.9421952,0.05407591,0.3306718,1),(0.9429294,0.01593456,0.3326114,1),(0.9447335,7.360808e-5,0.3278393,1),(0.9419348,-0.009460206,0.3356628,1),(0.9423105,-0.008859812,0.3346232,1),(0.9392148,-0.01992788,0.3427514,1),(0.9355229,-0.0297279,0.352013,1),(0.9362927,-0.001458343,0.3512179,1),(0.9329188,-0.04066247,0.3577836,1),(0.9169747,-0.07502092,0.3918283,1),(0.9192294,-0.06804743,0.3877972,1),(0.9226392,-0.03886045,0.3837016,1),(0.9374406,0.04244523,0.3455482,1),(0.9253656,0.01286771,0.3788573,1),(0.9391829,-0.01284011,0.3431772,1),(0.9367977,-0.01520066,0.3495409,1),(0.9348376,-0.02682753,0.3540607,1),(0.9370114,-0.02406966,0.3484684,1),(0.9352041,-0.01657327,0.3537208,1),(0.9341815,-0.01686061,0.3563994,1),(0.9336398,-0.0290969,0.3570297,1),(0.9334543,-0.0284374,0.3575673,1),(0.9275948,-0.04522687,0.3708401,1),(0.9286301,-0.04426924,0.3683563,1),(0.9286461,-0.04654512,0.3680353,1),(0.9162123,-0.06927899,0.3946587,1),(0.9146808,-0.06732472,0.3985305,1),(0.9150607,-0.06861981,0.397436,1),(0.9304141,-0.04275068,0.3640082,1),(0.9158359,-0.07120224,0.3951896,1),(0.2618202,0.03830332,-0.9643562,1),(0.2617944,0.03922968,-0.964326,1),(0.2614219,0.03545449,-0.9645732,1),(0.2613629,0.02483535,-0.9649211,1),(0.2619849,0.02739564,-0.964683,1),(0.2620974,0.02824101,-0.9646281,1),(0.2603828,0.03066733,-0.9650183,1),(0.2587162,0.02394421,-0.9656566,1),(0.2593655,0.01461377,-0.9656686,1),(0.2605671,0.02057914,-0.9652363,1),(0.2606086,0.01118167,-0.9653798,1),(0.2611534,0.01484665,-0.9651831,1),(0.2597592,0.006048907,-0.9656545,1),(0.2601248,0.002654751,-0.9655713,1),(0.2595652,-0.002598907,-0.9657221,1),(0.2606879,0.006411769,-0.9654018,1),(0.2621172,0.01780028,-0.9648719,1),(0.2618257,0.01705792,-0.9649645,1),(0.2614056,0.008676822,-0.96519,1),(0.2621829,0.00944918,-0.964972,1),(0.2565494,0.01465862,-0.9664199,1),(0.2542939,0.002185498,-0.9671245,1),(0.2550716,-0.01138385,-0.9668552,1),(0.2575323,0.004710632,-0.9662582,1),(0.2519196,-0.01350041,-0.9676541,1),(0.2493838,-0.03242406,-0.9678617,1),(0.2479165,-0.06240301,-0.9667695,1),(0.251902,-0.0337359,-0.9671646,1),(0.2507735,-0.05576003,-0.9664386,1),(0.2551065,-0.02525116,-0.9665831,1),(0.24478,-0.09631184,-0.9647833,1),(0.2396613,-0.1350724,-0.9614146,1),(0.248426,-0.08135884,-0.9652281,1),(0.2546907,-0.04147312,-0.9661328,1),(0.258212,-0.004693425,-0.9660769,1),(0.2584176,-0.01529378,-0.9659122,1),(0.2459401,-0.0573658,-0.9675859,1),(0.2405457,-0.09109546,-0.9663537,1),(0.2358325,-0.1353566,-0.9623209,1),(0.242756,-0.09657905,-0.9652678,1),(0.2329883,-0.1335184,-0.9632702,1),(0.2230473,-0.1843113,-0.9572247,1),(0.2163322,-0.2256489,-0.9498857,1),(0.2270437,-0.1785033,-0.957386,1),(0.2198274,-0.2234848,-0.9495949,1),(0.2291013,-0.1833791,-0.9559731,1),(0.2098037,-0.2610723,-0.942244,1),(0.2045854,-0.2869114,-0.9358562,1),(0.2117244,-0.2657665,-0.9405004,1),(0.2201984,-0.2335677,-0.9470791,1),(0.2374623,-0.1409093,-0.9611224,1),(0.2296594,-0.190023,-0.9545406,1),(0.2127978,-0.232096,-0.9491304,1),(0.2045504,-0.2662447,-0.9419517,1),(0.2002446,-0.2878451,-0.9365079,1),(0.2064873,-0.2655673,-0.9417202,1),(0.1985774,-0.2873265,-0.9370221,1),(0.195062,-0.2957326,-0.9351433,1),(0.1992159,-0.2813309,-0.9387044,1),(0.1977938,-0.2930777,-0.9354053,1),(0.1997678,-0.2879789,-0.9365687,1),(0.1985587,-0.2969917,-0.9340076,1),(0.2054924,-0.2607109,-0.9432935,1),(0.2139367,-0.2352163,-0.9481058,1),(0.205482,-0.2700495,-0.9406648,1),(0.2010259,-0.2900037,-0.9356743,1),(0.2019188,-0.2881174,-0.9360647,1),(0.2006953,-0.2955818,-0.9339982,1),(0.1898441,-0.3170076,-0.9292284,1),(0.1770884,-0.3770852,-0.9090911,1),(0.1884177,-0.3399915,-0.9213603,1),(0.1984734,-0.2855133,-0.9375982,1),(0.1544594,-0.4762481,-0.8656386,1),(0.1192218,-0.6083909,-0.7846317,1),(0.126904,-0.5995096,-0.7902427,1),(0.1660172,-0.4468482,-0.8790705,1),(0.1762283,-0.4225801,-0.8890273,1),(0.1996483,-0.305515,-0.9310216,1),(0.131298,-0.5980133,-0.7906585,1),(0.1293029,-0.6076563,-0.7836035,1),(0.182737,-0.4098295,-0.8936705,1),(0.2092701,-0.2802865,-0.9368274,1),(0.2081049,-0.2530838,-0.9447969,1),(0.2179729,-0.2245461,-0.9497719,1),(0.06885903,-0.7400817,-0.6689825,1),(-0.001896689,-0.8549929,-0.5186363,1),(-0.01390607,-0.8689884,-0.494637,1),(0.06871098,-0.7484471,-0.6596254,1),(-0.1025322,-0.9467202,-0.3052998,1),(-0.23527,-0.9719297,0.0007328783,1),(-0.2930025,-0.9536618,0.06840023,1),(-0.1334281,-0.955351,-0.2636311,1),(-0.1714951,-0.9621638,-0.2117318,1),(-0.03267827,-0.8873231,-0.459989,1),(-0.356567,-0.9235923,0.1408448,1),(-0.4215357,-0.8808159,0.2155716,1),(-0.2168362,-0.964752,-0.1491161,1),(-0.06065292,-0.9086656,-0.4130954,1),(0.0631542,-0.7642472,-0.6418237,1),(0.04893343,-0.7881839,-0.6134914,1),(-0.362607,-0.8777595,0.3131365,1),(-0.4659398,-0.7087264,0.5297234,1),(-0.5290964,-0.6035568,0.5964699,1),(-0.4341573,-0.8094335,0.3953795,1),(-0.5570462,-0.4996815,0.6633384,1),(-0.6404757,-0.2512642,0.7257115,1),(-0.6630146,-0.1543252,0.7325267,1),(-0.6009949,-0.3853388,0.7002278,1),(-0.635208,-0.2733082,0.7223666,1),(-0.5850229,-0.4883556,0.6475006,1),(-0.6771178,-0.06957905,0.7325777,1),(-0.6845801,0.002246462,0.7289342,1),(-0.6588044,-0.1696089,0.7329458,1),(-0.6289936,-0.3719526,0.6826553,1),(-0.5053944,-0.723399,0.4703937,1),(-0.5691326,-0.6251237,0.5341426,1),(-0.6790572,-0.05239197,0.7322133,1),(-0.665011,0.009344227,0.7467751,1),(-0.6891485,0.01995391,0.7243453,1),(-0.6779248,0.06733333,0.7320411,1),(-0.6225219,-0.06270257,0.7800864,1),(-0.5232179,-0.2789439,0.8052535,1),(-0.6461582,-0.009931796,0.7631388,1),(-0.5635899,-0.2233584,0.7952844,1),(-0.6865975,0.1074427,0.719055,1),(-0.662712,0.02851961,0.7483311,1),(-0.596957,-0.1741407,0.7831458,1),(-0.6745676,0.05649238,0.7360483,1),(-0.6246161,-0.1291711,0.770175,1),(-0.6914747,0.1345529,0.7097592,1),(-0.6952691,0.07476112,0.7148508,1),(-0.6972075,0.1159251,0.7074342,1),(-0.3652276,-0.5199851,0.7721556,1),(-0.2109386,-0.6727057,0.7092052,1),(-0.2730936,-0.6314154,0.7257646,1),(-0.4205331,-0.4650774,0.7790089,1),(-0.07361109,-0.7621061,0.643254,1),(0.05250735,-0.8105425,0.5833215,1),(0.003135258,-0.8023092,0.5969005,1),(-0.1333534,-0.7383703,0.6610795,1),(-0.1987754,-0.700758,0.6851471,1),(-0.3395063,-0.5815769,0.7392589,1),(-0.05665583,-0.7826444,0.6198854,1),(-0.2710513,-0.6581901,0.7023653,1),(-0.1212196,-0.7561089,0.6431213,1),(-0.4071272,-0.5244108,0.747824,1),(-0.477236,-0.4097654,0.7773918,1),(-0.5280041,-0.349138,0.7741539,1),(0.1627473,-0.8305827,0.532584,1),(0.2456569,-0.8319384,0.4975249,1),(0.2334169,-0.8443883,0.4822085,1),(0.1291458,-0.8348538,0.5351079,1),(0.3039058,-0.8216757,0.4821724,1),(0.3404319,-0.8032618,0.4887501,1),(0.389938,-0.8212518,0.4165258,1),(0.3189135,-0.8383778,0.4420597,1),(0.3235101,-0.8490714,0.4176349,1),(0.2082278,-0.8511553,0.4818461,1),(0.4321796,-0.8280876,0.35706,1),(0.4644719,-0.8288255,0.311952,1),(0.3209945,-0.8561143,0.4050069,1),(0.1773352,-0.8534694,0.490043,1),(0.08203467,-0.8315399,0.549374,1),(0.03046873,-0.8218874,0.5688345,1),(0.367608,-0.7680258,0.5244053,1),(0.3812712,-0.7217753,0.5776441,1),(0.4812706,-0.7485025,0.4562046,1),(0.4439886,-0.7934215,0.4163609,1),(0.3814689,-0.6553759,0.6518925,1),(0.3724394,-0.5573224,0.7420786,1),(0.4907403,-0.6946083,0.5260164,1),(0.4703133,-0.6223369,0.6257013,1),(0.5889751,-0.7095689,0.3868079,1),(0.5703454,-0.753084,0.3279794,1),(0.5677294,-0.6614318,0.4900932,1),(0.6708406,-0.695325,0.2578678,1),(0.6509323,-0.6733835,0.350488,1),(0.6443073,-0.7331603,0.2175871,1),(0.5193599,-0.7925611,0.3195498,1),(0.5795999,-0.7794307,0.2378062,1),(0.3519847,-0.4444546,0.8237517,1),(0.3309675,-0.3268848,0.8852158,1),(0.4339074,-0.530048,0.7285421,1),(0.3984476,-0.422836,0.8139098,1),(0.3102086,-0.2052318,0.9282514,1),(0.2899179,-0.07946466,0.9537468,1),(0.3639053,-0.3007755,0.8815367,1),(0.3296824,-0.164189,0.929705,1),(0.4760779,-0.5097542,0.7165895,1),(0.4299835,-0.3955823,0.8115595,1),(0.3816452,-0.2552799,0.8883576,1),(0.5058625,-0.4790523,0.7173647,1),(0.4458739,-0.3453662,0.8257836,1),(0.55787,-0.5766182,0.5969024,1),(0.5215933,-0.5979239,0.6086274,1),(0.6052339,-0.6400661,0.473294,1),(0.2692636,0.03453671,0.962447,1),(0.2499335,0.1211177,0.960658,1),(0.2958592,-0.03430137,0.9546155,1),(0.2665958,0.06846956,0.9613733,1),(0.2362495,0.1818893,0.9545168,1),(0.2231527,0.2196619,0.9497113,1),(0.2441621,0.1457262,0.9587225,1),(0.231364,0.2008303,0.9519128,1),(0.2916161,0.00308535,0.9565305,1),(0.2607683,0.09734379,0.9604812,1),(0.240996,0.1721297,0.9551399,1),(0.2863182,0.03608987,0.9574547,1),(0.2585685,0.1325065,0.9568617,1),(0.3276895,-0.0743425,0.9418561,1),(0.3328721,-0.1142143,0.9360296,1),(0.3820827,-0.2018065,0.9018242,1),(0.2134892,0.2574618,0.9424095,1),(0.2095696,0.3170848,0.9249529,1),(0.2127098,0.3145585,0.9250986,1),(0.2212236,0.2516595,0.9421929,1),(0.2086442,0.3990124,0.8928923,1),(0.2106193,0.5015289,0.8391116,1),(0.2059223,0.4768924,0.8544996,1),(0.208321,0.3898514,0.8970051,1),(0.206701,0.3787375,0.9021267,1),(0.2164221,0.3077752,0.9265182,1),(0.1969751,0.4522495,0.8698684,1),(0.1999357,0.3691925,0.9075918,1),(0.1835832,0.435782,0.8811306,1),(0.219735,0.297546,0.9290764,1),(0.2297435,0.2392492,0.9433863,1),(0.2387154,0.2189805,0.9460774,1),(0.2066925,0.5826169,0.7860254,1),(0.1871007,0.6091203,0.7706918,1),(0.1948933,0.5490412,0.8127548,1),(0.1653507,0.584386,0.7944508,1),(0.1591449,0.5820932,0.7973961,1),(0.1170709,0.4913801,0.8630411,1),(0.08925372,0.5453382,0.8334507,1),(0.1366117,0.5836333,0.8004433,1),(0.1134867,0.5848964,0.8031294,1),(0.1449651,0.5598992,0.8157806,1),(0.06242595,0.5913628,0.8039858,1),(0.03714851,0.6300673,0.7756515,1),(0.08932668,0.5927845,0.800392,1),(0.1235292,0.5472727,0.8277881,1),(0.1806751,0.5161785,0.8372074,1),(0.1602563,0.4956928,0.8535846,1),(0.05748456,0.3990961,0.9151055,1),(-0.02084593,0.3926988,0.9194309,1),(-0.05344453,0.5341017,0.8437293,1),(0.02670195,0.5113575,0.8589532,1),(-0.120156,0.4783122,0.869931,1),(-0.2351344,0.6422272,0.7295588,1),(-0.2615752,0.7277178,0.6340389,1),(-0.1522116,0.6121134,0.7759825,1),(-0.1719525,0.7094473,0.6834594,1),(-0.08016689,0.6438822,0.7609133,1),(-0.2705991,0.7858899,0.5560154,1),(-0.2687486,0.8202577,0.5049272,1),(-0.1811591,0.7697631,0.6120835,1),(-0.09908365,0.71667,0.6903378,1),(-0.001967939,0.6027321,0.7979412,1),(-0.0261682,0.6685751,0.743184,1),(-0.3103516,0.7729904,0.5533243,1),(-0.3221051,0.8317934,0.4520706,1),(-0.3355035,0.8097973,0.4813165,1),(-0.3493276,0.8471055,0.400478,1),(-0.3067309,0.8461324,0.4358625,1),(-0.2601652,0.8306469,0.4922801,1),(-0.3368366,0.8534072,0.3977905,1),(-0.2915225,0.8370586,0.4629768,1),(-0.3594469,0.85535,0.3730609,1),(-0.3489171,0.8565276,0.3802859,1),(-0.3060092,0.839652,0.4487124,1),(-0.3484598,0.8562376,0.3813569,1),(-0.3070056,0.8393785,0.4485434,1),(-0.357649,0.8585549,0.3673837,1),(-0.3386472,0.835843,0.4320701,1),(-0.3324946,0.8500777,0.4084303,1),(-0.2049727,0.7945166,0.5716027,1),(-0.1685968,0.7560216,0.6324605,1),(-0.2339469,0.8012695,0.5506688,1),(-0.1898487,0.7588196,0.623017,1),(-0.1540418,0.7158741,0.6810253,1),(-0.1579608,0.678803,0.7171296,1),(-0.1442861,0.6637701,0.7338874,1),(-0.1622895,0.7106199,0.6846031,1),(-0.2013783,0.7576882,0.6207699,1),(-0.1636793,0.7010869,0.6940361,1),(-0.1293331,0.6390731,0.7581942,1),(-0.1129243,0.6096186,0.7846102,1),(-0.155211,0.6905606,0.7064246,1),(-0.2027722,0.7540695,0.62471,1),(-0.248477,0.8045735,0.5393705,1),(-0.2522862,0.8038971,0.5386103,1),(-0.15929,0.6450747,0.7473322,1),(-0.1535015,0.5934044,0.790132,1),(-0.1131235,0.5445003,0.8310971,1),(-0.1318699,0.6098346,0.7814808,1),(-0.1356286,0.5254386,0.8399519,1),(-0.1046221,0.4381874,0.8927743,1),(-0.05473745,0.3717827,0.9267046,1),(-0.08756509,0.4656662,0.8806176,1),(-0.04546412,0.3993179,0.9156846,1),(-0.07402136,0.487107,0.8701997,1),(-0.01626983,0.3034247,0.9527165,1),(0.01189257,0.2390949,0.9709234,1),(-0.0118128,0.3318418,0.9432611,1),(-0.04055839,0.4251426,0.9042172,1),(-0.1019855,0.5669116,0.8174413,1),(-0.07439235,0.5182961,0.8519594,1),(-0.0688363,0.3409016,0.9375754,1),(-0.03847778,0.2466537,0.9683396,1),(0.006496544,0.1828751,0.9831147,1),(-0.02059001,0.2732435,0.9617245,1),(-0.01410909,0.1579434,0.9873474,1),(0.004122522,0.07607792,0.9970933,1),(0.0388284,0.03273533,0.9987096,1),(0.02624789,0.1025554,0.9943809,1),(0.04831557,0.05996104,0.9970307,1),(0.03290261,0.1276753,0.9912701,1),(0.05787315,0.005939636,0.9983062,1),(0.06757546,-0.008704566,0.9976762,1),(0.05955577,0.02991507,0.9977767,1),(0.04773494,0.08400314,0.9953215,1),(0.01136373,0.2092061,0.9778056,1),(0.03187218,0.1539037,0.9875717,1),(0.01938249,0.01449809,0.999707,1),(0.0347207,-0.0150322,0.999284,1),(0.05567968,-0.04522219,0.997424,1),(0.04735012,-0.01897145,0.9986982,1),(0.05029216,-0.01358417,0.9986421,1),(0.06634388,0.0187498,0.9976207,1),(0.07238185,-0.02342167,0.997102,1),(0.06397025,-0.04672946,0.9968571,1),(0.07203784,-0.05954505,0.9956229,1),(0.06821004,-0.05457172,0.9961773,1),(0.07508516,-0.04775432,0.996033,1),(0.07615176,-0.05729054,0.995449,1),(0.07664696,-0.0592496,0.9952962,1),(0.07540076,-0.05183896,0.995805,1),(0.06352004,-0.03286111,0.9974394,1),(0.07238812,-0.03503638,0.9967609,1),(0.08078305,0.06434427,0.9946526,1),(0.09039101,0.1049696,0.9903589,1),(0.08566294,0.05173444,0.9949801,1),(0.08023722,0.01345624,0.996685,1),(0.09510988,0.1402123,0.9855428,1),(0.09504274,0.1698775,0.9808714,1),(0.08872907,0.1308223,0.9874273,1),(0.08850792,0.09099675,0.9919102,1),(0.08152083,0.04695454,0.995565,1),(0.08013808,0.008041596,0.9967513,1),(0.0819705,0.09281512,0.9923035,1),(0.07615118,0.06056722,0.9952551,1),(0.07554173,0.01407408,0.9970433,1),(0.0752619,-0.02112384,0.99694,1),(0.07794719,-0.02357684,0.9966787,1),(0.07543772,-0.0448897,0.9961396,1),(0.09201417,0.1815493,0.9790676,1),(0.08813535,0.162919,0.982695,1),(0.08359075,0.141471,0.9864069,1),(0.08680989,0.153404,0.984343,1),(0.0831567,0.1132354,0.9900821,1),(0.07658796,0.03112063,0.9965771,1),(0.07224425,0.0109084,0.9973273,1),(0.07890067,0.0944313,0.9923998,1),(0.07355137,0.07008661,0.9948257,1),(0.07808776,0.1156676,0.9902138,1),(0.06677908,-0.01499537,0.9976551,1),(0.06206727,-0.04282734,0.9971527,1),(0.06888623,0.04246824,0.9967201,1),(0.07328254,0.08747185,0.9934679,1),(0.08086025,0.1230596,0.9890995,1),(0.07568026,0.0933087,0.9927568,1),(0.0681635,-0.06422648,0.9956047,1),(0.06037856,-0.1539333,0.9862347,1),(0.05611517,-0.1606673,0.9854122,1),(0.06404501,-0.08298436,0.9944907,1),(0.05211717,-0.2378519,0.9699023,1),(0.03939056,-0.3153042,0.9481728,1),(0.05050105,-0.2232116,0.9734609,1),(0.0462534,-0.271267,0.9613922,1),(0.0479367,-0.2095695,0.9766181,1),(0.05253906,-0.1710648,0.9838579,1),(0.04697849,-0.2234658,0.973579,1),(0.04585163,-0.1742501,0.9836333,1),(0.04618683,-0.1946394,0.9797869,1),(0.0491421,-0.1799734,0.9824432,1),(0.05893581,-0.1065246,0.9925619,1),(0.05453678,-0.1297978,0.9900395,1),(0.02701735,-0.3531524,0.9351757,1),(0.009570681,-0.314992,0.949046,1),(0.03275656,-0.2790816,0.9597086,1),(0.01882108,-0.2231234,0.9746085,1),(-0.008841936,-0.1888488,0.9819664,1),(-0.02640429,0.04205526,0.9987663,1),(-0.02190321,0.1248439,0.9919346,1),(0.003414141,-0.09133063,0.9958149,1),(0.01172686,0.00330394,0.9999258,1),(0.03079213,-0.1275706,0.9913514,1),(-0.01601592,0.1931252,0.9810434,1),(-0.01026139,0.2405642,0.970579,1),(0.01658229,0.08565382,0.9961869,1),(0.03467377,-0.03542649,0.9987707,1),(0.03862061,-0.2001815,0.9789973,1),(0.04408511,-0.1210521,0.9916667,1),(-0.04052943,0.2573249,0.9654745,1),(-0.04261235,0.3505308,0.9355813,1),(-0.04852964,0.3940632,0.9178012,1),(-0.04168341,0.315712,0.947939,1),(-0.03548964,0.3443814,0.9381589,1),(-0.01944139,0.2443626,0.969489,1),(-0.03194714,0.2756579,0.9607248,1),(-0.04521037,0.379892,0.9239253,1),(-0.05098835,0.3898326,0.9194731,1),(-0.04973932,0.4135623,0.9091162,1),(-0.04085626,0.2809932,0.9588397,1),(-0.04759838,0.2562198,0.965446,1),(-0.05285885,0.369629,0.9276747,1),(-0.04744586,0.4045729,0.9132741,1),(-0.04034207,0.3525589,0.9349197,1),(-0.03556748,0.3638127,0.9307928,1),(-0.0007059076,0.11302,0.9935925,1),(0.01247781,0.02306592,0.9996561,1),(-0.00100294,0.05115424,0.9986902,1),(-0.0146394,0.142135,0.9897391,1),(0.02029932,-0.02569702,0.9994637,1),(0.02320359,-0.03561266,0.9990963,1),(0.01566123,-0.00550269,0.9998623,1),(0.008972564,0.002695367,0.9999562,1),(-0.0002705395,0.01959715,0.9998079,1),(-0.01174888,0.0603453,0.9981084,1),(0.009457462,0.023106,0.9996883,1),(0.004139214,0.05134141,0.9986726,1),(-0.009692089,0.02442488,0.9996547,1),(-0.02276789,0.04877697,0.9985502,1),(-0.02531668,0.1473972,0.9887533,1),(-0.03548665,0.1257709,0.9914244,1),(0.03195374,-0.04399321,0.9985207,1),(0.05881607,-0.08727487,0.9944465,1),(0.05715584,-0.05752187,0.9967068,1),(0.02810791,-0.01265806,0.9995248,1),(0.1045835,-0.1669845,0.9803971,1),(0.1686238,-0.2823095,0.9443873,1),(0.166747,-0.2657689,0.9495063,1),(0.1036513,-0.1421049,0.9844098,1),(0.1022334,-0.1006253,0.9896579,1),(0.05548826,-0.01358421,0.998367,1),(0.1605172,-0.2354559,0.9585378,1),(0.1588463,-0.1834742,0.9701056,1),(0.1028492,-0.03772758,0.9939812,1),(0.0563392,0.04851665,0.9972322,1),(0.02484485,0.02678172,0.9993325,1),(0.02368875,0.07713772,0.996739,1),(0.224592,-0.3791924,0.8976477,1),(0.2502996,-0.4136543,0.8753515,1),(0.2438349,-0.4058454,0.8808145,1),(0.2205608,-0.3695252,0.902665,1),(0.2499953,-0.3907049,0.8859187,1),(0.2187203,-0.3100892,0.9252059,1),(0.2409414,-0.3803224,0.8929178,1),(0.2085007,-0.2910023,0.9337265,1),(0.2298674,-0.3646567,0.9023229,1),(0.2359823,-0.389254,0.8903896,1),(0.1962272,-0.271418,0.9422458,1),(0.184546,-0.2518559,0.9500059,1),(0.2187261,-0.341474,0.9140867,1),(0.226602,-0.3607441,0.9047183,1),(0.2161972,-0.3477891,0.9123055,1),(0.2127022,-0.309516,0.9267997,1),(0.1761529,-0.2081495,0.9621039,1),(0.1413765,-0.1319341,0.9811249,1),(0.1618447,-0.1807098,0.970129,1),(0.1262149,-0.0983872,0.9871118,1),(0.1156364,-0.08267093,0.9898453,1),(0.09902416,-0.0596533,0.9932954,1),(0.1014229,-0.04592768,0.9937827,1),(0.08741522,-0.02215997,0.9959255,1),(0.1139449,-0.07036736,0.990992,1),(0.09109236,-0.01591714,0.9957153,1),(0.08031236,0.008940573,0.9967296,1),(0.08621153,0.003115381,0.996272,1),(0.07778871,0.03136619,0.9964763,1),(0.107289,-0.05259954,0.9928355,1),(0.1499482,-0.1555084,0.9763876,1),(0.1406377,-0.1376635,0.9804437,1),(0.1067074,-0.06891578,0.9918992,1),(0.1543316,-0.1191478,0.9808086,1),(0.09629349,-0.03198507,0.994839,1),(0.1402586,-0.08331669,0.9866031,1),(0.2463333,-0.2156271,0.9448941,1),(0.3806003,-0.3576042,0.852797,1),(0.2227996,-0.1813221,0.9578532,1),(0.3421984,-0.3264192,0.8811076,1),(0.1314444,-0.05105053,0.9900082,1),(0.2049313,-0.1483691,0.9674656,1),(0.3096872,-0.2933614,0.9044517,1),(0.1903134,-0.1154557,0.9749107,1),(0.281522,-0.2578799,0.9242529,1),(0.1255496,-0.02136174,0.9918573,1),(0.09078103,-0.0002254873,0.9958708,1),(0.08868297,0.02612255,0.9957173,1),(0.51806,-0.4864842,0.7035248,1),(0.6495228,-0.5636632,0.5102977,1),(0.467562,-0.4653938,0.751528,1),(0.5924212,-0.5633802,0.5758818,1),(0.7858056,-0.5790998,0.2171473,1),(0.8528458,-0.4533473,-0.2590948,1),(0.7270442,-0.6162015,0.3028241,1),(0.8156625,-0.5588996,-0.1494189,1),(0.5390821,-0.5549619,0.6335677,1),(0.6674739,-0.6403714,0.3800042,1),(0.7645307,-0.6433553,-0.03983514,1),(0.6121714,-0.6496851,0.4507277,1),(0.7112432,-0.7000926,0.06327268,1),(0.4908153,-0.537761,0.6855022,1),(0.4223745,-0.4391253,0.7929494,1),(0.3822312,-0.4076071,0.8293104,1),(0.7144184,-0.1999264,-0.6705489,1),(0.5656952,-0.03429646,-0.8239009,1),(0.7306809,-0.3594413,-0.5804371,1),(0.6077152,-0.1897185,-0.7711608,1),(0.488132,0.04997778,-0.8713377,1),(0.4652876,0.08645943,-0.8809268,1),(0.5077121,-0.01477714,-0.8614001,1),(0.5369572,-0.08130318,-0.8396825,1),(0.6349407,-0.3479206,-0.6897837,1),(0.5706322,-0.2229629,-0.7903584,1),(0.5446941,-0.1219008,-0.8297279,1),(0.5950962,-0.3537274,-0.7216215,1),(0.5656509,-0.2292654,-0.7921342,1),(0.6455367,-0.4845483,-0.590335,1),(0.7252639,-0.5063905,-0.4664342,1),(0.7047006,-0.6197396,-0.3454273,1),(0.4689286,0.08852506,-0.8787887,1),(0.4749798,0.06110062,-0.8778729,1),(0.4977535,0.01245975,-0.8672291,1),(0.499742,0.01718695,-0.8660039,1),(0.4822106,0.003819119,-0.876047,1),(0.4880677,-0.08363159,-0.8687897,1),(0.499261,-0.1066984,-0.859857,1),(0.4983902,-0.02881103,-0.8664739,1),(0.5068181,-0.056276,-0.8602142,1),(0.5152549,-0.03390893,-0.856366,1),(0.5046317,-0.1218945,-0.8546863,1),(0.5073931,-0.1360806,-0.8509021,1),(0.5119337,-0.08634324,-0.8546748,1),(0.5276102,-0.08408782,-0.8453146,1),(0.5264961,-0.05534316,-0.8483744,1),(0.5442399,-0.1311277,-0.8286185,1),(0.4898007,-0.1726515,-0.8545682,1),(0.4887419,-0.2360394,-0.839891,1),(0.4923252,-0.2452576,-0.8351435,1),(0.4969221,-0.189221,-0.8469143,1),(0.4864198,-0.2751563,-0.8292676,1),(0.4866974,-0.2915414,-0.823486,1),(0.4902854,-0.2761824,-0.8266459,1),(0.4899914,-0.2831595,-0.8244569,1),(0.4963098,-0.2437191,-0.8332332,1),(0.4942872,-0.2669071,-0.8273094,1),(0.4930872,-0.2661371,-0.8282729,1),(0.4972497,-0.2500499,-0.8307934,1),(0.4959882,-0.2428012,-0.8336926,1),(0.4999425,-0.2351031,-0.8335372,1),(0.5010551,-0.1957899,-0.8429769,1),(0.5038173,-0.1974026,-0.840952,1),(0.4874829,-0.2940838,-0.8221163,1),(0.4883497,-0.2909917,-0.8227019,1),(0.4902923,-0.2764131,-0.8265647,1),(0.4907231,-0.2657115,-0.8298122,1),(0.4897764,-0.2822483,-0.8248969,1),(0.4916906,-0.2677977,-0.828568,1),(0.4907791,-0.2510326,-0.8343373,1),(0.491328,-0.2322757,-0.8394312,1),(0.492359,-0.2354221,-0.8379493,1),(0.491285,-0.2158409,-0.8438316,1),(0.490201,-0.1933248,-0.8498991,1),(0.4880312,-0.1538284,-0.8591638,1),(0.4914083,-0.1790792,-0.8523195,1),(0.4938385,-0.2023037,-0.8456931,1),(0.4927766,-0.2521754,-0.8328138,1),(0.4953997,-0.2235314,-0.8394122,1),(0.4919629,-0.2443072,-0.8356354,1),(0.487743,-0.2083915,-0.8477498,1),(0.4896027,-0.206397,-0.8471655,1),(0.4842093,-0.1701456,-0.8582492,1),(0.479894,-0.1592474,-0.8627526,1),(0.4658578,-0.09681685,-0.8795471,1),(0.4604809,-0.06508137,-0.8852806,1),(0.4753028,-0.1229785,-0.8711851,1),(0.4698066,-0.08631171,-0.8785398,1),(0.4803795,-0.1298808,-0.8673906,1),(0.4547628,-0.03477672,-0.8899334,1),(0.4494812,-0.009011656,-0.8932443,1),(0.4639615,-0.05266991,-0.8842882,1),(0.4750199,-0.09137111,-0.8752185,1),(0.48702,-0.1654953,-0.857568,1),(0.4829485,-0.1250725,-0.8666704,1),(0.4475922,-0.02905551,-0.8937656,1),(0.4276498,0.0360829,-0.9032241,1),(0.4222474,0.05685311,-0.9046959,1),(0.4420047,-0.002975976,-0.8970078,1),(0.4062666,0.09860162,-0.9084191,1),(0.3835998,0.1586208,-0.9097751,1),(0.3795083,0.169855,-0.9094628,1),(0.4013763,0.1144291,-0.9087371,1),(0.3980075,0.1251055,-0.9088116,1),(0.4178261,0.07322142,-0.9055716,1),(0.377366,0.1756542,-0.9092527,1),(0.3769825,0.1766654,-0.9092159,1),(0.3965286,0.1299577,-0.9087773,1),(0.4151,0.08345097,-0.9059404,1),(0.4367714,0.0199373,-0.8993515,1),(0.4327386,0.03713463,-0.9007543,1),(0.3592301,0.217702,-0.9075018,1),(0.3325196,0.2772729,-0.9014158,1),(0.3310027,0.2800821,-0.9011056,1),(0.3562346,0.2246106,-0.9069989,1),(0.3033352,0.3372654,-0.8912013,1),(0.27157,0.3974991,-0.8764955,1),(0.2741851,0.3928325,-0.8777842,1),(0.3036891,0.3362087,-0.89148,1),(0.305955,0.3311396,-0.8926018,1),(0.331691,0.2780609,-0.9014784,1),(0.2781169,0.3852722,-0.8798957,1),(0.282651,0.3759489,-0.8824798,1),(0.3090841,0.3240144,-0.8941374,1),(0.3335305,0.2733901,-0.9022279,1),(0.3554472,0.2262086,-0.9069106,1),(0.3561153,0.2242488,-0.9071353,1),(0.2454704,0.4412985,-0.8631337,1),(0.2342452,0.4536534,-0.8598418,1),(0.2398876,0.4446609,-0.8629778,1),(0.2500987,0.4338581,-0.8655736,1),(0.2381919,0.435556,-0.8680757,1),(0.2567907,0.3860874,-0.8859995,1),(0.2613689,0.3771142,-0.8885219,1),(0.2438133,0.426051,-0.8712264,1),(0.2490569,0.4165359,-0.8743389,1),(0.2455754,0.4348387,-0.8663765,1),(0.2653108,0.3688895,-0.8908035,1),(0.268845,0.3610961,-0.8929345,1),(0.2541364,0.4065671,-0.8775635,1),(0.2513593,0.4239268,-0.8701177,1),(0.2553462,0.424656,-0.8685997,1),(0.2609465,0.4139353,-0.8721035,1),(0.2784188,0.3280669,-0.9026932,1),(0.292737,0.2864103,-0.9122906,1),(0.2936264,0.2829387,-0.9130877,1),(0.2812955,0.3210161,-0.9043348,1),(0.3005501,0.2617182,-0.917155,1),(0.3023984,0.2541102,-0.9186856,1),(0.2983474,0.2626583,-0.9176053,1),(0.2991596,0.2634553,-0.9171122,1),(0.2977254,0.2652273,-0.9170682,1),(0.294053,0.2803967,-0.9137344,1),(0.29488,0.2696902,-0.9166859,1),(0.2922739,0.274836,-0.9159919,1),(0.2964603,0.2669125,-0.9169891,1),(0.2942037,0.2787546,-0.9141882,1),(0.2834996,0.3151303,-0.9057156,1),(0.285224,0.3103133,-0.9068368,1),(0.3009709,0.2543026,-0.9191011,1),(0.2988959,0.2530268,-0.9201297,1),(0.2920545,0.2686653,-0.9178905,1),(0.2947751,0.2684268,-0.9170904,1),(0.2961641,0.2502632,-0.9217674,1),(0.2927794,0.2459956,-0.9239947,1),(0.2891554,0.2524407,-0.9233974,1),(0.2901866,0.2633521,-0.9200204,1),(0.2860457,0.2711964,-0.9190378,1),(0.2868346,0.2798637,-0.916189,1),(0.2873612,0.2532482,-0.9237363,1),(0.2874767,0.2470284,-0.9253832,1),(0.2840033,0.2726461,-0.9192421,1),(0.2835836,0.2857087,-0.9153966,1),(0.2897834,0.2793537,-0.9154163,1),(0.2863426,0.2864227,-0.9143139,1),(0.2908931,0.2392227,-0.9263659,1),(0.2925263,0.2289058,-0.9284559,1),(0.2946045,0.217483,-0.9305425,1),(0.2902207,0.2368425,-0.9271879,1),(0.2976193,0.2150751,-0.9301427,1),(0.3060643,0.1977854,-0.9312388,1),(0.3128889,0.1675998,-0.9348854,1),(0.30221,0.1943827,-0.933212,1),(0.3071153,0.1676269,-0.9367933,1),(0.2977547,0.2001133,-0.9334328,1),(0.3190307,0.1312622,-0.9386105,1),(0.3232746,0.08878393,-0.942131,1),(0.3115063,0.1339868,-0.9407504,1),(0.3014992,0.1754773,-0.9371797,1),(0.2911285,0.2286556,-0.9289569,1),(0.2934393,0.2131595,-0.9319102,1),(0.3176906,0.1773786,-0.9314556,1),(0.3323557,0.15399,-0.9304981,1),(0.3414304,0.1109563,-0.9333349,1),(0.3261505,0.139199,-0.9350132,1),(0.3500156,0.1274376,-0.9280349,1),(0.3708392,0.0975761,-0.9235568,1),(0.3777029,0.05425053,-0.9243362,1),(0.3587577,0.08270819,-0.9297592,1),(0.3651459,0.03775816,-0.9301842,1),(0.3482994,0.06434784,-0.9351721,1),(0.382595,0.01551706,-0.9237859,1),(0.3850975,-0.01368872,-0.9227744,1),(0.3664754,-0.003838471,-0.9304199,1),(0.3517373,0.01645202,-0.9359542,1),(0.3329854,0.09546737,-0.9380867,1),(0.3367792,0.04727022,-0.9403964,1),(0.3907005,0.07017206,-0.9178393,1),(0.40634,0.05155531,-0.9122664,1),(0.3967369,0.03109584,-0.9174055,1),(0.4112318,0.01875486,-0.9113379,1),(0.418022,0.0418079,-0.9074743,1),(0.4258979,0.04097825,-0.9038427,1),(0.4219789,0.01735154,-0.9064395,1),(0.4290357,0.02694735,-0.9028855,1),(0.4150326,-0.002882955,-0.909802,1),(0.4251277,0.004344014,-0.905123,1),(0.431465,0.0226081,-0.9018463,1),(0.4286125,0.00646386,-0.9034653,1),(0.4340421,0.02863452,-0.9004375,1),(0.4189451,-0.007997114,-0.9079764,1),(0.4012288,0.0008701547,-0.9159774,1),(0.4051161,-0.01473845,-0.9141464,1),(0.4313907,0.04289599,-0.9011448,1),(0.4358886,0.04124603,-0.8990549,1),(0.4337502,0.03854942,-0.9002081,1),(0.4376496,0.04302821,-0.8981155,1),(0.4393998,0.03602271,-0.8975691,1),(0.4419037,0.02723758,-0.8966489,1),(0.4407839,0.04035691,-0.8967056,1),(0.4431294,0.03055014,-0.8959369,1),(0.4387552,0.04990296,-0.89722,1),(0.4416146,0.04828706,-0.8959045,1),(0.4439597,0.03651587,-0.8953023,1),(0.4421648,0.05528685,-0.8952283,1),(0.4445586,0.04145391,-0.8947899,1),(0.4396104,0.05778129,-0.8963281,1),(0.4354086,0.04133471,-0.8992835,1),(0.436943,0.04889613,-0.8981591,1),(0.4437713,0.01780747,-0.8959631,1),(0.4453739,0.01067883,-0.895281,1),(0.4449231,0.01875219,-0.8953724,1),(0.4464249,0.01010324,-0.8947641,1),(0.4467433,0.005834152,-0.8946432,1),(0.4478958,0.003261982,-0.8940798,1),(0.4476791,0.004571261,-0.8941826,1),(0.4487123,0.002140344,-0.8936737,1),(0.4473555,0.01102885,-0.8942882,1),(0.4485661,0.00434423,-0.8937391,1),(0.4495177,0.00166102,-0.8932699,1),(0.4494326,0.004444497,-0.8933033,1),(0.4503219,0.001478988,-0.8928651,1),(0.4482162,0.01207289,-0.8938436,1),(0.4458424,0.02173661,-0.8948475,1),(0.4466218,0.02438995,-0.8943903,1),(0.4492261,0.00196346,-0.8934159,1),(0.4511199,0.0009311137,-0.8924628,1),(0.4499243,0.001349872,-0.8930656,1),(0.4517022,0.0007327946,-0.8921685,1),(0.453577,0.0001657486,-0.8912171,1),(0.4565991,-0.0003331528,-0.8896725,1),(0.4540456,0.0002903882,-0.8909783,1),(0.4569529,2.244759e-5,-0.8894908,1),(0.4522627,0.0005911876,-0.8918845,1),(0.4544558,0.0002793526,-0.8907692,1),(0.4571865,0.0001170569,-0.8893709,1),(0.4548227,0.0002214245,-0.890582,1),(0.4573318,9.781108e-5,-0.8892962,1),(0.4528121,0.0004932992,-0.8916058,1),(0.4506161,0.001052389,-0.8927172,1),(0.4513105,0.000913179,-0.8923664,1),(0.4598985,-0.001641913,-0.88797,1),(0.4630076,-0.004805634,-0.8863413,1),(0.4599033,-0.0004492062,-0.8879689,1),(0.4623408,-0.001490472,-0.886701,1),(0.4659253,-0.009825546,-0.8847696,1),(0.468632,-0.01670155,-0.8832356,1),(0.4642681,-0.003100818,-0.8856894,1),(0.4656752,-0.005279239,-0.8849399,1),(0.4619803,-0.0002214082,-0.8868902,1),(0.4634998,-0.0005116111,-0.8860968,1),(0.4644433,-0.0008821492,-0.8856024,1),(0.4631831,5.920368e-6,-0.8862626,1),(0.464108,-8.697494e-8,-0.8857786,1),(0.4617507,2.425775e-5,-0.8870097,1),(0.459875,-1.184771e-5,-0.8879836,1),(0.4598014,5.485522e-5,-0.8880218,1),(0.4733429,-0.03162498,-0.8803104,1),(0.4815997,-0.06091402,-0.8742719,1),(0.4681855,-0.01351098,-0.8835269,1),(0.472904,-0.03328528,-0.8804849,1),(0.4927799,-0.104857,-0.863813,1),(0.5058057,-0.1635137,-0.8470088,1),(0.4794947,-0.06473935,-0.8751535,1),(0.4873848,-0.1079386,-0.8664902,1),(0.468472,-0.01725381,-0.8833098,1),(0.4721061,-0.03711227,-0.8807602,1),(0.4765401,-0.06479637,-0.8767617,1),(0.4684302,-0.01910168,-0.883294,1),(0.4706152,-0.03394546,-0.8816853,1),(0.4665778,-0.00850008,-0.8844394,1),(0.4658738,-0.005191897,-0.884836,1),(0.4651247,-0.002135387,-0.8852426,1),(0.5244145,-0.2325462,-0.819092,1),(0.5521684,-0.3079308,-0.7747828,1),(0.5005328,-0.1630212,-0.85023,1),(0.5219747,-0.2306279,-0.8211902,1),(0.5871413,-0.3893223,-0.7097135,1),(0.6256876,-0.4743642,-0.6192686,1),(0.5499371,-0.3109739,-0.7751544,1),(0.5811908,-0.4025721,-0.7072149,1),(0.5006464,-0.1605555,-0.8506321,1),(0.5211085,-0.2336927,-0.8208736,1),(0.5440165,-0.3231193,-0.7743643,1),(0.4992326,-0.166099,-0.8503986,1),(0.5141671,-0.2468733,-0.8213925,1),(0.4857863,-0.1036598,-0.8679091,1),(0.4852821,-0.1044207,-0.8681,1),(0.4758542,-0.05977553,-0.8774906,1),(0.6650805,-0.5450224,-0.510508,1),(0.7085007,-0.5844485,-0.3955333,1),(0.6148337,-0.4874508,-0.6199768,1),(0.6547017,-0.548273,-0.5203481,1),(0.756835,-0.5929108,-0.2750588,1),(0.8086289,-0.5692067,-0.1487384,1),(0.7009965,-0.5846639,-0.4083771,1),(0.7520661,-0.5950532,-0.2833872,1),(0.6046438,-0.4879557,-0.6295277,1),(0.6462582,-0.5469901,-0.5321203,1),(0.6932732,-0.5882538,-0.4163288,1),(0.5967155,-0.4880638,-0.6369649,1),(0.6378439,-0.5528559,-0.5361953,1),(0.5611249,-0.4143314,-0.7165672,1),(0.5704073,-0.4130816,-0.7099289,1),(0.5332916,-0.3337028,-0.7773303,1),(0.8548651,-0.5180494,-0.02881555,1),(0.893195,-0.4442607,0.06953563,1),(0.8007566,-0.5778325,-0.1577925,1),(0.8459267,-0.5312378,-0.04684535,1),(0.9255706,-0.3494239,0.1456775,1),(0.9515538,-0.2339486,0.199533,1),(0.8886161,-0.4560513,0.0487718,1),(0.9271551,-0.3518617,0.12875,1),(0.7891368,-0.5884387,-0.1760765,1),(0.8389505,-0.540221,-0.06575147,1),(0.8878596,-0.4585553,0.03784616,1),(0.7834025,-0.5916134,-0.1904579,1),(0.8390177,-0.5394012,-0.0713832,1),(0.7301428,-0.6102569,-0.3073727,1),(0.7407421,-0.604497,-0.2930607,1),(0.6816931,-0.5972502,-0.4225952,1),(0.9642614,-0.1179262,0.2372623,1),(0.9643523,-0.02031139,0.2638412,1),(0.9518182,-0.2379333,0.1934679,1),(0.961354,-0.1328947,0.2411172,1),(0.9580546,0.05826762,0.2806001,1),(0.9498768,0.119014,0.2890841,1),(0.9613753,-0.03842184,0.2725458,1),(0.9561294,0.04585649,0.2893333,1),(0.9458393,-0.256574,0.1988911,1),(0.9564224,-0.1537267,0.2482424,1),(0.9592364,-0.05054176,0.278048,1),(0.9414546,-0.2732966,0.1974144,1),(0.9560243,-0.1610101,0.2451391,1),(0.9183388,-0.374201,0.1289472,1),(0.9244552,-0.3588589,0.1288522,1),(0.8852385,-0.4634767,0.03927108,1),(0.941945,0.1630388,0.2935266,1),(0.935453,0.1906747,0.2976085,1),(0.9478285,0.1159449,0.2969478,1),(0.93898,0.1672931,0.3005486,1),(0.9313353,0.2026352,0.302578,1),(0.9313257,0.198103,0.3055939,1),(0.9294205,0.2165174,0.2988276,1),(0.9326403,0.2002571,0.3001319,1),(0.9461877,0.1197156,0.3006608,1),(0.9372651,0.1773994,0.3001059,1),(0.9312941,0.2176479,0.2920972,1),(0.9465083,0.12628,0.2969432,1),(0.9375358,0.1921909,0.2899812,1),(0.9551185,0.04577821,0.2926655,1),(0.9548799,0.04384874,0.2937372,1),(0.9598929,-0.05018562,0.2758385,1),(0.9300519,0.2023158,0.3067113,1),(0.9228418,0.2392774,0.3018432,1),(0.9178599,0.2744149,0.2867571,1),(0.9264136,0.2347726,0.2943461,1),(0.9058125,0.3092862,0.2895617,1),(0.8717702,0.4105356,0.2673523,1),(0.8712468,0.4161503,0.2602846,1),(0.9007965,0.3353858,0.2758296,1),(0.8960217,0.3554915,0.2660284,1),(0.9135358,0.3006892,0.2739315,1),(0.8714,0.4178416,0.2570417,1),(0.874308,0.4088668,0.2615598,1),(0.895529,0.3579767,0.264349,1),(0.9135705,0.3047403,0.2692996,1),(0.9247743,0.2546793,0.2827207,1),(0.9271824,0.2499045,0.2790708,1),(0.83245,0.4963341,0.2463316,1),(0.813448,0.5287949,0.2422358,1),(0.8266096,0.5037056,0.2509925,1),(0.8401845,0.4820495,0.2484315,1),(0.8196217,0.5123035,0.2564477,1),(0.8479329,0.4449445,0.2881565,1),(0.8566197,0.419062,0.3009812,1),(0.833126,0.4833816,0.2687813,1),(0.8461333,0.4518379,0.2826677,1),(0.8394637,0.4760559,0.2620524,1),(0.865196,0.3904275,0.3146465,1),(0.8721226,0.3634925,0.3275292,1),(0.856949,0.4211061,0.2971666,1),(0.8509391,0.4471083,0.2756753,1),(0.848208,0.4649854,0.2536369,1),(0.8567805,0.4430666,0.2638547,1),(0.8786798,0.3493494,0.3253872,1),(0.8990462,0.2521695,0.3579478,1),(0.8966405,0.2297592,0.3784792,1),(0.8814557,0.3280659,0.3397182,1),(0.909625,0.1532009,0.38615,1),(0.910575,0.05196441,0.4100642,1),(0.8909575,0.005737639,0.4540505,1),(0.9006227,0.1226298,0.4169419,1),(0.8904672,0.09103739,0.4458481,1),(0.8941215,0.2050253,0.3981351,1),(0.869397,-0.04041849,0.4924583,1),(0.8502667,-0.0706153,0.5215939,1),(0.8820936,0.06753097,0.4662085,1),(0.8917178,0.1848568,0.4131191,1),(0.8844398,0.3039599,0.3540828,1),(0.8867179,0.2822807,0.366127,1),(0.9036101,-0.03674197,0.4267772,1),(0.8947125,-0.09516594,0.4363863,1),(0.8529261,-0.1601375,0.4968632,1),(0.8725246,-0.09954508,0.4783217,1),(0.8888608,-0.1231655,0.4413126,1),(0.8884317,-0.1213625,0.4426741,1),(0.8499283,-0.1743317,0.4972228,1),(0.8453453,-0.1854795,0.5009877,1),(0.8073868,-0.2191775,0.5478026,1),(0.7978338,-0.2375968,0.5540838,1),(0.8075593,-0.2117023,0.5504816,1),(0.7608868,-0.2624547,0.5934381,1),(0.7757456,-0.2244247,0.58979,1),(0.7704657,-0.2513057,0.5858567,1),(0.8348745,-0.1552728,0.5280862,1),(0.8033208,-0.1887048,0.5648594,1),(0.8908938,-0.1066455,0.4415145,1),(0.8925767,-0.09639803,0.4404705,1),(0.8634171,-0.1220647,0.4895007,1),(0.8575708,-0.1420888,0.4943512,1),(0.8935829,-0.09044904,0.4396913,1),(0.8950755,-0.09071125,0.4365905,1),(0.8689063,-0.1098641,0.4826299,1),(0.8667601,-0.1100978,0.486421,1),(0.8394511,-0.1169017,0.5307124,1),(0.8328318,-0.1333,0.5372357,1),(0.8436356,-0.1188934,0.5235869,1),(0.8261848,-0.1018434,0.5541177,1),(0.8182025,-0.1012995,0.5659355,1),(0.8071837,-0.1206638,0.5778362,1),(0.8228853,-0.1661403,0.5433757,1),(0.7947561,-0.1636862,0.5844395,1),(0.2609394,0.004068272,-0.9653466,1),(0.2601341,0.003000692,-0.9655678,1),(0.2598777,-0.0001697855,-0.9656416,1),(0.2591679,-0.0004245842,-0.9658322,1),(0.2587895,-0.005838851,-0.9659161,1),(0.258991,0.001378141,-0.9658788,1),(0.2595818,-0.005448803,-0.9657058,1),(0.259308,-0.01283194,-0.9657095,1),(0.2585647,-0.01486145,-0.9658796,1),(0.2582153,-0.02748989,-0.9656962,1),(0.2574115,-0.01215571,-0.9662254,1),(0.2567377,-0.02795642,-0.9660767,1),(0.2549947,-0.05010718,-0.9656434,1),(0.2529134,-0.04709519,-0.966342,1),(0.2492905,-0.0843472,-0.9647485,1),(0.2558521,-0.02066417,-0.9664951,1),(0.2580972,-0.002696387,-0.9661152,1),(0.257313,0.0004534746,-0.966328,1),(0.256466,-0.004895833,-0.9665409,1),(0.2563155,0.0003463734,-0.9665931,1),(0.257764,-0.02937541,-0.9657612,1),(0.252852,-0.06228531,-0.965498,1),(0.2556447,-0.05036604,-0.9654579,1),(0.2495968,-0.09036034,-0.9641247,1),(0.2447806,-0.111901,-0.9630995,1),(0.2325647,-0.1782253,-0.9561116,1),(0.2242501,-0.2224536,-0.9488026,1),(0.2396814,-0.1478216,-0.9595321,1),(0.2328307,-0.1891565,-0.9539443,1),(0.2447084,-0.1287384,-0.9610121,1),(0.2157602,-0.2631973,-0.9403057,1),(0.2082385,-0.2961638,-0.9321608,1),(0.2238382,-0.2359455,-0.9456353,1),(0.2359308,-0.180365,-0.9548848,1),(0.2515895,-0.08239291,-0.9643205,1),(0.2445695,-0.1297828,-0.9609069,1),(0.2195279,-0.2415152,-0.9452396,1),(0.2096419,-0.282564,-0.9360598,1),(0.1995337,-0.3234917,-0.9249537,1),(0.2087893,-0.2889555,-0.9342975,1),(0.2035785,-0.3020242,-0.9313093,1),(0.201683,-0.3004725,-0.9322233,1),(0.2019112,-0.300459,-0.9321783,1),(0.1972004,-0.3272535,-0.9241304,1),(0.1947815,-0.3355456,-0.9216666,1),(0.1927808,-0.3480995,-0.9174215,1),(0.2057288,-0.2859529,-0.9358988,1),(0.2133384,-0.2557294,-0.9429153,1),(0.1984262,-0.3205788,-0.9262054,1),(0.1923469,-0.3482652,-0.9174497,1),(0.1999516,-0.3243504,-0.9245628,1),(0.1956694,-0.340202,-0.9197695,1),(0.203652,-0.285903,-0.9363682,1),(0.208127,-0.2656513,-0.9413355,1),(0.2185752,-0.2282462,-0.9487511,1),(0.2103285,-0.2613286,-0.9420559,1),(0.2149836,-0.2394848,-0.9467993,1),(0.2241562,-0.2071426,-0.9522846,1),(0.2349574,-0.1805795,-0.9550843,1),(0.226733,-0.2013182,-0.9529236,1),(0.2385377,-0.1635093,-0.9572693,1),(0.2301625,-0.1854003,-0.9553282,1),(0.2448989,-0.160745,-0.9561305,1),(0.2525973,-0.1529348,-0.9554086,1),(0.2484654,-0.1344049,-0.9592708,1),(0.240855,-0.1453665,-0.9596132,1),(0.2193986,-0.2263704,-0.9490104,1),(0.2294433,-0.1859304,-0.9553981,1),(0.2274583,-0.203971,-0.9521862,1),(0.2162624,-0.2692569,-0.9384729,1),(0.2201349,-0.2736056,-0.9363123,1),(0.2357996,-0.1937348,-0.9522948,1),(0.1838403,-0.4131462,-0.8919154,1),(0.1184998,-0.6304235,-0.7671532,1),(0.0985634,-0.664995,-0.7403154,1),(0.1791305,-0.4328348,-0.8834966,1),(0.1687544,-0.4661676,-0.8684525,1),(0.2206103,-0.2922652,-0.930544,1),(0.07024231,-0.7073224,-0.7033926,1),(0.03464258,-0.7528362,-0.6572957,1),(0.1528428,-0.5098939,-0.8465502,1),(0.2172337,-0.3240221,-0.920771,1),(0.2422463,-0.1953135,-0.9503521,1),(0.2459174,-0.2102032,-0.9462237,1),(0.02352741,-0.8192942,-0.5728903,1),(-0.09947437,-0.9303045,-0.3530415,1),(-0.1479922,-0.9483183,-0.2806967,1),(-0.01285138,-0.8543264,-0.5195779,1),(-0.2689034,-0.9601424,-0.07627316,1),(-0.4836736,-0.8258879,0.2897742,1),(-0.5390589,-0.7617249,0.3594311,1),(-0.3251877,-0.9456405,0.004121055,1),(-0.3819819,-0.9199839,0.0878607,1),(-0.2033958,-0.9586479,-0.1990583,1),(-0.584561,-0.6933256,0.4214118,1),(-0.6184239,-0.6271556,0.4735269,1),(-0.4355943,-0.8839242,0.1701051,1),(-0.262372,-0.9584056,-0.1123379,1),(-0.05846009,-0.8885401,-0.4550591,1),(-0.1109879,-0.9174559,-0.3820424,1),(-0.6205472,-0.5222141,0.5849903,1),(-0.6595394,-0.2622593,0.7044345,1),(-0.6785225,-0.1652639,0.7157478,1),(-0.6582987,-0.4230278,0.6226478,1),(-0.6726714,-0.07816968,0.7358007,1),(-0.6870345,0.06125444,0.7240382,1),(-0.6861183,0.10829,0.7193853,1),(-0.6797086,-0.001119829,0.7334815,1),(-0.6815673,0.05942295,0.7293387,1),(-0.6890398,-0.08606488,0.719595,1),(-0.6857247,0.1430246,0.7136705,1),(-0.6828769,0.1010334,0.7235133,1),(-0.6848473,0.1654916,0.7096456,1),(-0.6929394,-0.02944991,0.7203942,1),(-0.6831841,-0.3355508,0.648587,1),(-0.6973847,-0.2671403,0.6650493,1),(-0.6960574,0.1460343,0.702978,1),(-0.6941691,0.1521492,0.7035481,1),(-0.6943628,0.1669684,0.6999869,1),(-0.6955821,0.1634435,0.6996083,1),(-0.6833333,0.07778881,0.7259508,1),(-0.6475753,-0.08604396,0.7571279,1),(-0.6897281,0.09582188,0.7177001,1),(-0.6660903,-0.04254404,0.7446568,1),(-0.6962404,0.1713673,0.6970527,1),(-0.6941274,0.1138991,0.7107841,1),(-0.680168,0.003721241,0.7330468,1),(-0.6967016,0.135166,0.704512,1),(-0.6895493,0.0553851,0.7221178,1),(-0.6962597,0.1785984,0.6952158,1),(-0.6931241,0.1805448,0.6978413,1),(-0.6929495,0.1883682,0.6959443,1),(-0.5733563,-0.2842801,0.7684059,1),(-0.4696039,-0.4572063,0.7552712,1),(-0.6122057,-0.2145521,0.7610332,1),(-0.5261298,-0.380901,0.7603301,1),(-0.3395529,-0.6039019,0.7211146,1),(-0.1827164,-0.7211804,0.6682166,1),(-0.4040546,-0.5394358,0.7387481,1),(-0.243706,-0.6821594,0.6893954,1),(-0.5748389,-0.2946371,0.7633802,1),(-0.4631919,-0.4631532,0.7556073,1),(-0.3002644,-0.6320589,0.7143828,1),(-0.5151227,-0.3730958,0.7716528,1),(-0.3541134,-0.570289,0.7411978,1),(-0.6137188,-0.1971941,0.7645022,1),(-0.6435568,-0.1389129,0.7526871,1),(-0.6663318,-0.05576726,0.7435671,1),(-0.01793251,-0.805705,0.5920455,1),(0.1458252,-0.8524982,0.501978,1),(0.1156798,-0.8468862,0.5190393,1),(-0.06390423,-0.7858168,0.6151488,1),(0.3138644,-0.8608831,0.4004614,1),(0.4862596,-0.8274642,0.2808106,1),(0.4988893,-0.8261594,0.2618591,1),(0.3027424,-0.8638597,0.4026086,1),(0.287172,-0.8651412,0.4111727,1),(0.08277944,-0.8389204,0.5379221,1),(0.5050932,-0.8253902,0.2522143,1),(0.5073463,-0.8250713,0.2487108,1),(0.26726,-0.8637181,0.4272742,1),(0.04682276,-0.8251309,0.562998,1),(-0.1113658,-0.7627837,0.636992,1),(-0.1584095,-0.7300454,0.6647857,1),(0.6222714,-0.7628327,0.175683,1),(0.6957049,-0.7065499,0.1295452,1),(0.7307873,-0.6797672,0.06218039,1),(0.6512767,-0.7474046,0.1312442,1),(0.7276717,-0.6698799,0.1474957,1),(0.7177494,-0.6599616,0.2220053,1),(0.7638314,-0.6370139,0.1038028,1),(0.7636985,-0.6433908,0.05303845,1),(0.7922948,-0.6097215,-0.0225512,1),(0.7568631,-0.65352,0.00835606,1),(0.7961389,-0.6051128,-0.001195978,1),(0.8206229,-0.5644585,-0.0892437,1),(0.8141654,-0.5738923,-0.08821745,1),(0.7785509,-0.6263896,-0.03866028,1),(0.672589,-0.7334296,0.09851366,1),(0.6907844,-0.7195405,0.07126292,1),(0.6795669,-0.6539065,0.3325585,1),(0.6391531,-0.61607,0.4603705,1),(0.7427648,-0.6400929,0.1964214,1),(0.7119275,-0.627595,0.3150932,1),(0.5883784,-0.5424296,0.5996507,1),(0.5209341,-0.4274777,0.7388439,1),(0.6683403,-0.58197,0.4632841,1),(0.5991521,-0.4963885,0.6281841,1),(0.7690587,-0.6156394,0.1718624,1),(0.7358071,-0.5976571,0.3184241,1),(0.6712463,-0.5476058,0.4995561,1),(0.7846092,-0.5937006,0.178628,1),(0.7299052,-0.5790407,0.3632498,1),(0.8089713,-0.5862591,0.04319279,1),(0.7869994,-0.6132265,0.06771456,1),(0.8166947,-0.5753597,-0.04439569,1),(0.4436959,-0.2929064,0.8469592,1),(0.3761818,-0.16206,0.912263,1),(0.5128132,-0.3820214,0.7688187,1),(0.4345488,-0.2555922,0.8636202,1),(0.3226551,-0.03791373,0.945757,1),(0.2835693,0.08114582,0.9555123,1),(0.369028,-0.1217568,0.9214085,1),(0.3164949,0.0193208,0.9483974,1),(0.4989424,-0.3480158,0.7936886,1),(0.4239443,-0.2102263,0.8809518,1),(0.3576899,-0.05024684,0.9324877,1),(0.48591,-0.2972463,0.82191,1),(0.4075155,-0.1242874,0.9047009,1),(0.5655959,-0.4318265,0.7025861,1),(0.5828857,-0.462161,0.6683199,1),(0.6479832,-0.5268214,0.5500699,1),(0.2524461,0.1902793,0.9487174,1),(0.2228989,0.283731,0.9326375,1),(0.2710393,0.1529915,0.9503322,1),(0.2285085,0.2653142,0.9366922,1),(0.1922592,0.3629666,0.9117519,1),(0.1688657,0.4320518,0.8858982,1),(0.1548757,0.4386123,0.8852304,1),(0.1875098,0.3586273,0.9144542,1),(0.2388299,0.2404274,0.9408268,1),(0.1861557,0.3519133,0.9173348,1),(0.1425228,0.4487469,0.8822208,1),(0.1337977,0.4558352,0.8799503,1),(0.1912179,0.3387373,0.9212453,1),(0.2562197,0.2069285,0.9442097,1),(0.2960567,0.1073895,0.9491143,1),(0.3291009,0.05376041,0.9427631,1),(0.1418617,0.4947357,0.8573866,1),(0.1070107,0.554223,0.8254608,1),(0.08167332,0.575758,0.8135307,1),(0.1207125,0.5098847,0.8517312,1),(0.06415161,0.6102297,0.7896228,1),(0.01320927,0.6622024,0.7492086,1),(-0.01061845,0.6903151,0.723431,1),(0.03784824,0.6359971,0.7707627,1),(0.01044279,0.6661478,0.7457466,1),(0.05570021,0.6054207,0.7939541,1),(-0.03584502,0.716469,0.6966975,1),(-0.0642192,0.7421309,0.6671714,1),(-0.0181377,0.6969836,0.7168576,1),(0.03017347,0.6363246,0.7708309,1),(0.09984229,0.5332017,0.8400759,1),(0.08062184,0.55672,0.8267787,1),(-0.04592933,0.7109951,0.7016954,1),(-0.1117907,0.7578559,0.6427732,1),(-0.1219208,0.7792411,0.6147509,1),(-0.06393392,0.7381411,0.6716101,1),(-0.1841764,0.8004963,0.5703374,1),(-0.2617052,0.8356196,0.4829598,1),(-0.2519586,0.8385926,0.4829901,1),(-0.184671,0.8130622,0.552111,1),(-0.1859768,0.8163808,0.5467495,1),(-0.1335699,0.7909672,0.5971013,1),(-0.2409892,0.8342592,0.4959191,1),(-0.2301969,0.8265408,0.5136533,1),(-0.1909202,0.8168485,0.5443419,1),(-0.150323,0.8002641,0.5805002,1),(-0.08358023,0.7578085,0.6471018,1),(-0.1081335,0.7757617,0.6216921,1),(-0.3210478,0.8542837,0.4088126,1),(-0.3458073,0.8577089,0.380464,1),(-0.3273747,0.8513798,0.4098513,1),(-0.3048938,0.8509958,0.4276048,1),(-0.3392281,0.8518478,0.3990986,1),(-0.3005819,0.833891,0.4629,1),(-0.2847594,0.8239372,0.4899382,1),(-0.3209751,0.8432825,0.4311028,1),(-0.2942818,0.8290138,0.4755359,1),(-0.3018112,0.8396192,0.4516078,1),(-0.260653,0.8074752,0.5291916,1),(-0.2281157,0.7823616,0.579546,1),(-0.2587286,0.8075072,0.5300865,1),(-0.2688224,0.8220493,0.5019658,1),(-0.2842233,0.8418956,0.4587254,1),(-0.2592875,0.8283687,0.4965636,1),(-0.2469842,0.7987822,0.5485852,1),(-0.1961538,0.7462173,0.6361474,1),(-0.1850724,0.7313466,0.6564148,1),(-0.2341946,0.7877306,0.5697661,1),(-0.1467693,0.6729492,0.7249815,1),(-0.0978772,0.5752503,0.8121005,1),(-0.08422883,0.5362702,0.8398333,1),(-0.135481,0.6494268,0.7482578,1),(-0.1209682,0.618625,0.7763181,1),(-0.1682736,0.708481,0.6853749,1),(-0.07096818,0.4926995,0.8673008,1),(-0.05719844,0.4450491,0.8936776,1),(-0.1029177,0.5791172,0.808722,1),(-0.1458056,0.6754007,0.7228932,1),(-0.2141111,0.7691598,0.602121,1),(-0.186865,0.7407255,0.6452963,1),(-0.05258407,0.4655244,0.8834715,1),(-0.01586622,0.3616809,0.9321669,1),(0.0005853365,0.2998753,0.9539782,1),(-0.03643187,0.4107296,0.911029,1),(0.01182813,0.2670919,0.9635984,1),(0.03088309,0.1824821,0.982724,1),(0.04216925,0.1348217,0.9899722,1),(0.02652649,0.2078886,0.9777928,1),(0.03461895,0.1557233,0.9871938,1),(0.01089586,0.2420777,0.9701957,1),(0.04789875,0.09565479,0.9942614,1),(0.05003472,0.06467278,0.9966514,1),(0.03829588,0.1122839,0.9929379,1),(0.01708784,0.19106,0.9814296,1),(-0.02431776,0.355705,0.9342819,1),(-0.0146933,0.3029132,0.9529049,1),(0.04492582,0.1101314,0.9929011,1),(0.05652782,0.05313113,0.9969862,1),(0.06128945,0.03334143,0.9975629,1),(0.05237262,0.07738461,0.9956248,1),(0.06579135,0.01163657,0.9977655,1),(0.07288992,-0.01466828,0.9972321,1),(0.0756124,-0.01476865,0.9970279,1),(0.06900023,0.002689995,0.997613,1),(0.0701965,-0.0002380126,0.9975332,1),(0.06330662,0.02132164,0.9977663,1),(0.07661575,-0.01149725,0.9969944,1),(0.07676363,-0.007341801,0.9970223,1),(0.07035425,-0.0003836965,0.997522,1),(0.06378011,0.01391896,0.9978669,1),(0.05589009,0.05327558,0.9970145,1),(0.05701571,0.03559893,0.9977384,1),(0.07746737,-0.03132745,0.9965026,1),(0.07965245,-0.04361846,0.9958679,1),(0.08198906,-0.03332812,0.9960758,1),(0.08017031,-0.02486405,0.996471,1),(0.079446,-0.05157401,0.9955041,1),(0.07684546,-0.05521093,0.9955131,1),(0.07737166,-0.04537589,0.9959692,1),(0.08105949,-0.04016381,0.9958997,1),(0.08184459,-0.02760384,0.9962628,1),(0.08302039,-0.02273052,0.9962886,1),(0.0777397,-0.03198058,0.9964606,1),(0.07797967,-0.01921622,0.9967698,1),(0.08217645,-0.01647838,0.9964816,1),(0.08337018,-0.01358614,0.996426,1),(0.08127475,-0.01736107,0.9965405,1),(0.08156455,-0.01054049,0.9966123,1),(0.07388005,-0.05060102,0.9959825,1),(0.07217478,-0.03375357,0.9968207,1),(0.07068266,-0.03313287,0.9969484,1),(0.07320609,-0.04454402,0.9963216,1),(0.07169659,-0.004547558,0.9974161,1),(0.07237476,0.03704143,0.9966894,1),(0.07050163,0.02175282,0.9972745,1),(0.06979045,-0.01105589,0.9975004,1),(0.06920619,-0.01014719,0.9975508,1),(0.07024594,-0.02508449,0.9972142,1),(0.06996655,0.012511,0.9974709,1),(0.0701251,0.007125485,0.9975127,1),(0.06928971,-0.006446389,0.9975757,1),(0.07032114,-0.01534663,0.9974064,1),(0.07308948,-0.03234749,0.9968007,1),(0.07321702,-0.01959695,0.9971235,1),(0.07244597,0.0664168,0.9951585,1),(0.07045018,0.05895668,0.9957715,1),(0.0693057,0.03247968,0.9970666,1),(0.07096273,0.04356554,0.9965271,1),(0.06629349,0.01407238,0.9977009,1),(0.05960154,-0.06903712,0.9958321,1),(0.05894694,-0.09041914,0.9941577,1),(0.06540722,-0.01202565,0.9977862,1),(0.06540439,-0.03296261,0.9973143,1),(0.06916697,0.01022351,0.9975528,1),(0.05909321,-0.1045367,0.9927639,1),(0.05907054,-0.1091133,0.9922727,1),(0.06548209,-0.04602692,0.9967917,1),(0.06934223,-0.005721815,0.9975765,1),(0.07064294,0.02524789,0.9971821,1),(0.0708499,0.01190409,0.9974159,1),(0.0521617,-0.1486331,0.9875158,1),(0.04674732,-0.183972,0.9818193,1),(0.04524128,-0.1818393,0.9822869,1),(0.05142604,-0.1605818,0.985682,1),(0.04358279,-0.1762489,0.9833803,1),(0.0427361,-0.1248792,0.9912512,1),(0.037164,-0.07772579,0.9962818,1),(0.04051439,-0.154786,0.9871169,1),(0.03726237,-0.1319004,0.9905624,1),(0.04408232,-0.1735326,0.9838411,1),(0.03067227,-0.03701549,0.9988438,1),(0.02493324,-0.007539943,0.9996607,1),(0.03415564,-0.1094743,0.9934026,1),(0.04275332,-0.159006,0.9863514,1),(0.05135965,-0.1643355,0.9850665,1),(0.05102703,-0.1586099,0.9860218,1),(0.04062963,-0.04535051,0.9981446,1),(0.03198519,0.04623494,0.9984185,1),(0.02477903,0.1123394,0.9933609,1),(0.03299713,0.02143478,0.9992255,1),(0.01636828,0.1501239,0.9885316,1),(-0.005998148,0.2649519,0.9642429,1),(-0.003394882,0.2681518,0.9633706,1),(0.01255383,0.1945126,0.9808196,1),(0.007109414,0.2171834,0.9761049,1),(0.01593779,0.1577573,0.9873493,1),(-0.00247322,0.2529179,0.9674846,1),(-0.003534241,0.221001,0.9752671,1),(0.001659289,0.2159481,0.9764034,1),(0.008169051,0.1772967,0.9841235,1),(0.02385563,0.07313313,0.9970368,1),(0.01596688,0.1032348,0.9945288,1),(-0.02806268,0.3486183,0.9368445,1),(-0.04335452,0.3653729,0.9298511,1),(-0.03397825,0.302524,0.9525359,1),(-0.019785,0.3112525,0.9501212,1),(-0.05092335,0.3175173,0.9468841,1),(-0.05283735,0.2004074,0.9782869,1),(-0.05616221,0.1227411,0.9908484,1),(-0.04628376,0.240809,0.9694684,1),(-0.04106312,0.1533513,0.9873182,1),(-0.02613538,0.2259357,0.9737916,1),(-0.05772003,0.03914787,0.997565,1),(-0.05796568,-0.03385313,0.9977444,1),(-0.03759919,0.07029915,0.9968171,1),(-0.02162422,0.1471925,0.9888714,1),(-0.01335487,0.2584735,0.9659259,1),(-0.01033294,0.1969813,0.9803528,1),(-0.04674416,0.07758642,0.9958892,1),(-0.03596991,0.01740621,0.9992013,1),(-0.04956816,-0.02603745,0.9984313,1),(-0.05756012,0.01233846,0.9982658,1),(-0.02088381,0.01851696,0.9996104,1),(-0.0007866082,0.08104964,0.9967098,1),(-0.004777263,0.1139643,0.9934734,1),(-0.03245278,0.006834162,0.9994498,1),(-0.04228936,-0.003158104,0.9991004,1),(-0.06107783,-0.06957322,0.9957054,1),(-0.006993461,0.1516605,0.9884079,1),(-0.006769456,0.1952716,0.9807259,1),(-0.04812784,-0.003138786,0.9988363,1),(-0.06729608,-0.1007183,0.9926364,1),(-0.06612396,-0.05484118,0.9963032,1),(-0.07189296,-0.1084023,0.9915041,1),(0.02562173,0.1404347,0.9897583,1),(0.06142738,0.1309133,0.989489,1),(0.06939941,0.2286782,0.9710252,1),(0.03011682,0.2147103,0.9762133,1),(0.100081,0.04855147,0.993794,1),(0.161007,-0.1076962,0.9810598,1),(0.1103895,0.1545958,0.9817913,1),(0.1665227,-0.01285497,0.9859539,1),(0.1186577,0.2666259,0.9564679,1),(0.07830021,0.3318582,0.9400741,1),(0.1662152,0.09013505,0.9819614,1),(0.1249034,0.3719001,0.9198312,1),(0.1642781,0.1905731,0.9678298,1),(0.08603144,0.4293517,0.8990304,1),(0.03627808,0.2949755,0.9548159,1),(0.04278759,0.3748032,0.9261165,1),(0.2066314,-0.2532347,0.9450797,1),(0.2158583,-0.3185892,0.9229875,1),(0.2042222,-0.2649129,0.9423983,1),(0.1990124,-0.181268,0.9630867,1),(0.2069316,-0.31081,0.9276726,1),(0.175605,-0.232732,0.9565556,1),(0.1685979,-0.2138014,0.9622182,1),(0.1950751,-0.2737859,0.9417998,1),(0.1839217,-0.2323814,0.9550768,1),(0.1925886,-0.2041466,0.9598092,1),(0.163059,-0.1936596,0.9674233,1),(0.1584501,-0.1707425,0.972492,1),(0.1742041,-0.1884253,0.9665138,1),(0.1840269,-0.1407191,0.9727961,1),(0.190444,-0.1002183,0.9765692,1),(0.1834708,-0.01782337,0.9828635,1),(0.1359409,-0.1286295,0.9823312,1),(0.1065086,-0.047727,0.9931657,1),(0.1105595,-0.05240671,0.9924868,1),(0.1356644,-0.1256806,0.9827511,1),(0.08731814,0.009285188,0.9961372,1),(0.0795,0.04413453,0.9958574,1),(0.09326968,0.005554367,0.9956254,1),(0.08584789,0.04958284,0.9950737,1),(0.1013961,-0.003018817,0.9948416,1),(0.116892,-0.06081849,0.9912807,1),(0.09098438,0.04917482,0.9946375,1),(0.09725416,0.04741997,0.9941293,1),(0.108944,-0.011313,0.9939835,1),(0.1229732,-0.06722794,0.9901303,1),(0.1374702,-0.1244194,0.9826605,1),(0.1394312,-0.1203505,0.982891,1),(0.08870308,0.04702385,0.9949475,1),(0.1207649,0.006295846,0.9926611,1),(0.09000384,0.06303751,0.9939445,1),(0.1166835,0.03165512,0.9926645,1),(0.1770949,-0.0818897,0.9807811,1),(0.2563772,-0.2197069,0.9412755,1),(0.1649466,-0.04849857,0.9851094,1),(0.2338055,-0.1798593,0.9555029,1),(0.1139347,0.05395675,0.992022,1),(0.1542795,-0.01705839,0.98788,1),(0.2139494,-0.1401879,0.9667332,1),(0.1455881,0.01052755,0.9892893,1),(0.1971082,-0.1027401,0.9749835,1),(0.1099825,0.07131594,0.9913718,1),(0.09231442,0.07493697,0.992906,1),(0.09518031,0.08335706,0.9919638,1),(0.3466144,-0.3708236,0.8615962,1),(0.447931,-0.5114273,0.7333485,1),(0.3149234,-0.3298865,0.8899428,1),(0.4095755,-0.4772613,0.7774764,1),(0.5633433,-0.6438988,0.5177243,1),(0.6632574,-0.7309118,0.1608028,1),(0.5197776,-0.6253526,0.5820355,1),(0.6203599,-0.7418306,0.2546387,1),(0.3751649,-0.4373187,0.8173149,1),(0.4802392,-0.5968516,0.6427584,1),(0.5807543,-0.7375084,0.3446823,1),(0.4441372,-0.5609691,0.69861,1),(0.5433979,-0.7211894,0.4296561,1),(0.3444752,-0.3937675,0.852223,1),(0.2869097,-0.2865689,0.9140903,1),(0.2625566,-0.2428382,0.9338596,1),(0.6793457,-0.6979986,-0.2264673,1),(0.6451979,-0.5911662,-0.4839858,1),(0.6528065,-0.7492722,-0.111511,1),(0.638262,-0.6715454,-0.3763618,1),(0.6088257,-0.4656906,-0.6422332,1),(0.5830619,-0.329236,-0.7427264,1),(0.6147891,-0.5582136,-0.5571641,1),(0.5942668,-0.4196183,-0.686125,1),(0.6269026,-0.7312338,-0.2688686,1),(0.6152222,-0.6336477,-0.4690334,1),(0.6006456,-0.4987372,-0.6248888,1),(0.6118588,-0.6937572,-0.3799076,1),(0.603962,-0.565412,-0.5617287,1),(0.612238,-0.773745,-0.1627366,1),(0.6254681,-0.7802497,-0.0001533575,1),(0.5972168,-0.7949243,0.1068997,1),(0.5583205,-0.2095988,-0.802712,1),(0.5361035,-0.1410662,-0.8322821,1),(0.5687519,-0.2873744,-0.7706733,1),(0.5447625,-0.2018181,-0.813943,1),(0.5167953,-0.123383,-0.8471713,1),(0.5101188,-0.153664,-0.846266,1),(0.5131981,-0.1748726,-0.8402661,1),(0.5234624,-0.1655392,-0.8358132,1),(0.5475163,-0.2620935,-0.7946905,1),(0.5271716,-0.2087934,-0.8237082,1),(0.5165244,-0.197868,-0.833097,1),(0.5205396,-0.2208653,-0.8247769,1),(0.5318054,-0.2487228,-0.8095185,1),(0.5523798,-0.315582,-0.7715468,1),(0.5759732,-0.3597908,-0.7340337,1),(0.5812426,-0.4228492,-0.6952377,1),(0.5065753,-0.1979539,-0.8391637,1),(0.5031038,-0.2227703,-0.835021,1),(0.5061315,-0.209712,-0.8365714,1),(0.5095813,-0.1994292,-0.8369917,1),(0.5003914,-0.2286225,-0.835069,1),(0.4985688,-0.2157487,-0.8395723,1),(0.5001102,-0.1880637,-0.8452939,1),(0.5030172,-0.2059136,-0.8393886,1),(0.5051741,-0.185398,-0.8428681,1),(0.5090349,-0.1986172,-0.837517,1),(0.5009717,-0.1630819,-0.8499598,1),(0.5020257,-0.143995,-0.8527812,1),(0.5076779,-0.1703844,-0.8445308,1),(0.5124677,-0.1919951,-0.8369675,1),(0.512781,-0.2027777,-0.8342283,1),(0.516706,-0.2088121,-0.8303086,1),(0.4966342,-0.1928642,-0.8462612,1),(0.4936822,-0.1686961,-0.8531234,1),(0.4922891,-0.1368566,-0.8596056,1),(0.4967295,-0.1628069,-0.8524985,1),(0.4896556,-0.1432139,-0.8600739,1),(0.4844982,-0.1163936,-0.8670145,1),(0.4800768,-0.0827672,-0.8733131,1),(0.4867514,-0.1101849,-0.8665636,1),(0.4833433,-0.08172085,-0.8716083,1),(0.4902161,-0.1090028,-0.864758,1),(0.475447,-0.05424178,-0.8780705,1),(0.4713081,-0.03203289,-0.8813869,1),(0.4801357,-0.0594688,-0.8751761,1),(0.4881142,-0.08727716,-0.868405,1),(0.4960876,-0.1361141,-0.8575372,1),(0.4952409,-0.1154825,-0.861046,1),(0.4778601,-0.08783315,-0.8740337,1),(0.4691741,-0.05718641,-0.8812522,1),(0.4633732,-0.0283554,-0.8857095,1),(0.472301,-0.05525235,-0.8797039,1),(0.4583348,-0.02446287,-0.8884429,1),(0.4452445,0.01029065,-0.8953499,1),(0.4421836,0.02346365,-0.8966177,1),(0.4533228,-0.002107781,-0.8913439,1),(0.4491262,0.01496004,-0.8933431,1),(0.4580877,-0.005066212,-0.8888926,1),(0.4401133,0.03193422,-0.8973742,1),(0.4394636,0.03735109,-0.8974835,1),(0.4464764,0.02752708,-0.8943719,1),(0.4542957,0.01272291,-0.8907601,1),(0.4668981,-0.02814253,-0.8838633,1),(0.4625507,-0.007160731,-0.8865639,1),(0.4304318,0.04728746,-0.9013835,1),(0.4144138,0.0868466,-0.9059353,1),(0.4153988,0.08469709,-0.9056878,1),(0.4296858,0.05137135,-0.901516,1),(0.3970186,0.1289779,-0.9087029,1),(0.3780848,0.1736379,-0.9093414,1),(0.380286,0.1675532,-0.909565,1),(0.3990309,0.1234512,-0.9085892,1),(0.4023906,0.1154782,-0.9081556,1),(0.4178641,0.07944934,-0.9050289,1),(0.3833822,0.1595823,-0.9096986,1),(0.4048877,0.1064174,-0.9081526,1),(0.3866082,0.1506961,-0.9098487,1),(0.4195254,0.07275245,-0.9048234,1),(0.4302765,0.05159483,-0.9012215,1),(0.4309347,0.04975057,-0.9010106,1),(0.3576416,0.220074,-0.9075571,1),(0.3357604,0.2676061,-0.9031345,1),(0.3382062,0.2610501,-0.9041401,1),(0.3597551,0.214284,-0.9081072,1),(0.3123358,0.3161757,-0.8958122,1),(0.287281,0.3656526,-0.8853066,1),(0.2919282,0.3545442,-0.8882996,1),(0.3156064,0.3078233,-0.8975731,1),(0.3190821,0.2985488,-0.899475,1),(0.3409729,0.2534413,-0.9052652,1),(0.2967129,0.3424312,-0.8914608,1),(0.3017483,0.329118,-0.894779,1),(0.3229423,0.2879442,-0.9015523,1),(0.3441567,0.2445011,-0.9065183,1),(0.362345,0.207094,-0.9087453,1),(0.3655654,0.1988062,-0.9093063,1),(0.2666893,0.4018955,-0.875989,1),(0.2572445,0.4117735,-0.8742241,1),(0.2632011,0.398481,-0.8785999,1),(0.2725154,0.3886806,-0.8801493,1),(0.2591853,0.3958556,-0.8809775,1),(0.2721396,0.353507,-0.8949708,1),(0.2752479,0.3460482,-0.8969333,1),(0.2642114,0.3844354,-0.8845348,1),(0.2691622,0.3725121,-0.8881364,1),(0.2691699,0.3842737,-0.8831089,1),(0.2781791,0.3387431,-0.8988157,1),(0.2809407,0.3316153,-0.9006129,1),(0.2739876,0.3602938,-0.8916945,1),(0.2750976,0.369381,-0.8876255,1),(0.2784256,0.3743858,-0.8844854,1),(0.2844224,0.3591083,-0.8889011,1),(0.2866322,0.3064414,-0.907709,1),(0.2942435,0.2778896,-0.9144387,1),(0.2942321,0.2774706,-0.9145696,1),(0.2877996,0.3033107,-0.9083909,1),(0.295544,0.2682859,-0.9168841,1),(0.2907506,0.2776696,-0.9156221,1),(0.2902853,0.2776321,-0.915781,1),(0.2950044,0.2688974,-0.9168786,1),(0.2948487,0.2682043,-0.9171318,1),(0.2942232,0.2770826,-0.9146901,1),(0.2907985,0.274118,-0.9166764,1),(0.2921964,0.2665038,-0.9184754,1),(0.2950809,0.2656631,-0.9177965,1),(0.2942725,0.2763124,-0.9149073,1),(0.288785,0.3006965,-0.9089471,1),(0.2896422,0.298373,-0.9094399,1),(0.284709,0.2890286,-0.914004,1),(0.2825204,0.2855135,-0.9157861,1),(0.2834767,0.2790157,-0.9174918,1),(0.2848008,0.2866444,-0.914726,1),(0.2841555,0.2670073,-0.9208489,1),(0.2893916,0.2331565,-0.9283807,1),(0.2927155,0.2126251,-0.9322598,1),(0.2862302,0.2545131,-0.9237399,1),(0.2897124,0.2358258,-0.927606,1),(0.2860989,0.2661382,-0.9204987,1),(0.2967982,0.1872347,-0.9364048,1),(0.3010115,0.1588528,-0.9402966,1),(0.294073,0.2115974,-0.9320663,1),(0.289996,0.2467501,-0.9246712,1),(0.2864068,0.2787806,-0.9166529,1),(0.2892899,0.2649007,-0.9198582,1),(0.296796,0.1898966,-0.9358693,1),(0.3052465,0.1434216,-0.9414111,1),(0.3086555,0.1063599,-0.9452087,1),(0.3007578,0.1606672,-0.9400696,1),(0.3145944,0.09377564,-0.9445827,1),(0.3246666,0.04110376,-0.944935,1),(0.3235122,-0.008766885,-0.9461834,1),(0.3162844,0.04981539,-0.9473556,1),(0.3166351,0.006264743,-0.9485267,1),(0.3113364,0.06807565,-0.9478582,1),(0.3204995,-0.05674231,-0.9455476,1),(0.3165653,-0.09871209,-0.9434205,1),(0.3159281,-0.0326357,-0.9482217,1),(0.3130685,0.03247832,-0.949175,1),(0.3046934,0.1284558,-0.9437484,1),(0.3080695,0.09637215,-0.9464701,1),(0.3365326,-0.003793597,-0.9416642,1),(0.3509866,-0.03060688,-0.9358801,1),(0.3469407,-0.07481246,-0.9348985,1),(0.3329209,-0.05491346,-0.9413545,1),(0.3680131,-0.03953859,-0.9289795,1),(0.3891599,-0.03074288,-0.9206571,1),(0.3660272,-0.06870546,-0.9280645,1),(0.3902815,-0.03632982,-0.9199786,1),(0.3612558,-0.09142593,-0.9279739,1),(0.3397,-0.1141744,-0.9335781,1),(0.3907868,-0.03353278,-0.9198703,1),(0.3586436,-0.1084837,-0.9271494,1),(0.3909723,-0.0253686,-0.9200528,1),(0.3352531,-0.1473334,-0.9305365,1),(0.3271799,-0.1027196,-0.9393625,1),(0.3207426,-0.1438523,-0.9361788,1),(0.4091032,-0.01265927,-0.9124003,1),(0.4237121,0.006009474,-0.905777,1),(0.413135,0.004694704,-0.9106577,1),(0.4288646,0.03589802,-0.9026552,1),(0.4330915,0.02514169,-0.9009992,1),(0.4373004,0.04463604,-0.8982071,1),(0.4379833,0.05702978,-0.8971723,1),(0.4408629,0.06801678,-0.8949937,1),(0.4335141,0.07527672,-0.8979971,1),(0.4423985,0.09624241,-0.8916394,1),(0.4441967,0.09505993,-0.8908719,1),(0.4457161,0.1367959,-0.8846604,1),(0.4469139,0.1220348,-0.8862141,1),(0.4370035,0.1175579,-0.8917444,1),(0.4167695,0.03196418,-0.90845,1),(0.4196333,0.06362122,-0.9054614,1),(0.438778,0.05915384,-0.8966464,1),(0.4405507,0.06368496,-0.895466,1),(0.4407956,0.07060158,-0.8948265,1),(0.4415756,0.0668991,-0.8947265,1),(0.4426732,0.05824711,-0.8947893,1),(0.4450731,0.04287772,-0.8944671,1),(0.4431823,0.05691827,-0.8946227,1),(0.4455472,0.04067549,-0.894334,1),(0.4426101,0.06786609,-0.8941423,1),(0.4436812,0.05249898,-0.8946456,1),(0.4459871,0.03593654,-0.8943176,1),(0.4441472,0.04620035,-0.8947618,1),(0.446392,0.02976667,-0.8943422,1),(0.4435839,0.06703213,-0.8937227,1),(0.4427868,0.08204895,-0.892865,1),(0.4445726,0.09230654,-0.890974,1),(0.4473404,0.0250972,-0.8940116,1),(0.449051,0.01227902,-0.8934218,1),(0.448018,0.0237293,-0.8937095,1),(0.4498526,0.01151926,-0.8930285,1),(0.4502948,0.004367691,-0.8928692,1),(0.4511317,0.001338563,-0.8924564,1),(0.4511349,0.004003665,-0.8924469,1),(0.4519187,0.001163121,-0.8920584,1),(0.4506029,0.01009146,-0.8926674,1),(0.4519242,0.003447169,-0.8920497,1),(0.4526471,0.0009668219,-0.8916892,1),(0.4526318,0.002794972,-0.8916931,1),(0.4532776,0.0007641888,-0.8913691,1),(0.4512903,0.00829935,-0.8923386,1),(0.4486485,0.02091284,-0.8934636,1),(0.4492264,0.01728573,-0.8932507,1),(0.452004,0.0008138673,-0.8920156,1),(0.453347,0.0004272418,-0.891334,1),(0.4526665,0.0007131739,-0.8916796,1),(0.4538458,0.0003805589,-0.8910801,1),(0.4551563,0.0001802164,-0.8904116,1),(0.4574193,7.325017e-5,-0.8892511,1),(0.4554465,0.0001665493,-0.8902631,1),(0.4574609,7.139771e-5,-0.8892298,1),(0.4542771,0.0003409882,-0.8908603,1),(0.455679,0.0001644547,-0.8901441,1),(0.4574669,7.904319e-5,-0.8892266,1),(0.4558445,0.0001576536,-0.8900594,1),(0.45745,8.350996e-5,-0.8892354,1),(0.4546126,0.0002959654,-0.8906893,1),(0.4532649,0.0006086723,-0.8913757,1),(0.4537559,0.0004980997,-0.8911259,1),(0.4596708,4.112426e-5,-0.8880894,1),(0.4614969,1.817075e-5,-0.8871419,1),(0.4594945,4.009292e-5,-0.8881806,1),(0.4612066,1.777238e-5,-0.8872928,1),(0.4629075,4.467061e-6,-0.8864066,1),(0.4639054,-2.147817e-7,-0.8858847,1),(0.4625993,4.45092e-6,-0.8865675,1),(0.4636746,-5.510022e-8,-0.8860056,1),(0.4609191,1.976106e-5,-0.8874421,1),(0.462294,4.90778e-6,-0.8867267,1),(0.4634468,2.566186e-8,-0.8861247,1),(0.4620421,5.246423e-6,-0.886858,1),(0.4632526,-2.689354e-8,-0.8862262,1),(0.4606716,2.083828e-5,-0.8875706,1),(0.459309,4.435788e-5,-0.8882766,1),(0.4591441,4.685252e-5,-0.8883618,1),(0.4647661,-0.0009242567,-0.885433,1),(0.4656033,-0.003674842,-0.8849859,1),(0.4645081,-0.0002929318,-0.8855689,1),(0.4650902,-0.001162811,-0.8852626,1),(0.4664214,-0.008250286,-0.8845241,1),(0.4671964,-0.01464598,-0.8840322,1),(0.4654199,-0.002608402,-0.8850862,1),(0.4654933,-0.004626979,-0.8850393,1),(0.4648904,-0.0001944421,-0.8853683,1),(0.4651092,-0.000435884,-0.8852532,1),(0.4649971,-0.0007724421,-0.885312,1),(0.4651405,-2.544533e-7,-0.8852369,1),(0.465091,-1.425774e-7,-0.8852629,1),(0.4648496,1.09942e-7,-0.8853897,1),(0.4643345,-4.896143e-5,-0.8856599,1),(0.4642209,2.737157e-7,-0.8857195,1),(0.4698722,-0.03041155,-0.8822104,1),(0.4755865,-0.06325832,-0.8773915,1),(0.4665942,-0.01402251,-0.8843603,1),(0.4694469,-0.03764532,-0.8821577,1),(0.4835366,-0.1135392,-0.8679292,1),(0.4923282,-0.1812634,-0.8513263,1),(0.4735689,-0.07569002,-0.8774984,1),(0.4781388,-0.1282311,-0.8688729,1),(0.4663866,-0.02253768,-0.8842939,1),(0.4680233,-0.04924691,-0.8823429,1),(0.4697903,-0.08660074,-0.87852,1),(0.4652127,-0.03109232,-0.8846526,1),(0.4651343,-0.05533624,-0.8835089,1),(0.4651224,-0.01381209,-0.8851385,1),(0.465296,-0.006408341,-0.885132,1),(0.4650471,-0.003458574,-0.8852792,1),(0.5056031,-0.2582505,-0.8232085,1),(0.5275049,-0.3365283,-0.7800559,1),(0.486978,-0.1913324,-0.8521997,1),(0.503606,-0.2613114,-0.8234668,1),(0.5568956,-0.4157402,-0.7190462,1),(0.5915815,-0.4941292,-0.6370774,1),(0.5268763,-0.3381801,-0.7797663,1),(0.5548083,-0.4207566,-0.7177406,1),(0.4871103,-0.1928853,-0.8517739,1),(0.504452,-0.2621453,-0.8226834,1),(0.5255703,-0.3416244,-0.7791461,1),(0.4877528,-0.1944733,-0.8510448,1),(0.5027201,-0.266048,-0.8224908,1),(0.4757011,-0.1354506,-0.8691154,1),(0.4752119,-0.1344526,-0.8695378,1),(0.4678827,-0.08917967,-0.8792797,1),(0.6304665,-0.5582138,-0.53936,1),(0.676283,-0.5953188,-0.4338627,1),(0.5876371,-0.49575,-0.6394643,1),(0.6284639,-0.5504762,-0.5495536,1),(0.7291058,-0.6049145,-0.3201299,1),(0.7867925,-0.5848624,-0.1972142,1),(0.677193,-0.5843036,-0.4472126,1),(0.7320902,-0.5953016,-0.3311493,1),(0.58582,-0.4850537,-0.6492594,1),(0.6277226,-0.5371066,-0.5634544,1),(0.6759439,-0.5742952,-0.4618277,1),(0.5829541,-0.472354,-0.6610948,1),(0.6223111,-0.527576,-0.5782667,1),(0.5492296,-0.4097368,-0.7283286,1),(0.5516691,-0.4197013,-0.7207717,1),(0.5223371,-0.340851,-0.7816549,1),(0.8388,-0.5389566,-0.07707445,1),(0.8815104,-0.4714053,0.02676722,1),(0.7853231,-0.5818132,-0.211568,1),(0.8344858,-0.5418349,-0.1002412,1),(0.9166211,-0.3832543,0.1136742,1),(0.9439245,-0.2744754,0.1834934,1),(0.8797855,-0.4753658,0.002157346,1),(0.9193628,-0.3817446,0.09509544,1),(0.77832,-0.5803003,-0.2397279,1),(0.8311862,-0.5411716,-0.1275254,1),(0.8815487,-0.4718551,-0.01498448,1),(0.7750613,-0.5737478,-0.2647518,1),(0.8331292,-0.5348325,-0.1408895,1),(0.7182173,-0.5837879,-0.3786235,1),(0.7262492,-0.5909567,-0.3511868,1),(0.6667618,-0.5677387,-0.4828059,1),(0.9585417,-0.1592761,0.2362816,1),(0.961266,-0.05219593,0.2706348,1),(0.9459065,-0.2741635,0.1734805,1),(0.9588538,-0.1659881,0.2303202,1),(0.956701,0.04534866,0.2875179,1),(0.9481855,0.1336483,0.2882399,1),(0.9621401,-0.05898065,0.2660972,1),(0.9583197,0.04664839,0.281864,1),(0.9445114,-0.2823868,0.167797,1),(0.9584571,-0.1742259,0.2258432,1),(0.9632164,-0.05811132,0.2623685,1),(0.9441537,-0.2878076,0.1604389,1),(0.9603314,-0.1692893,0.221596,1),(0.9179379,-0.3886418,0.07967108,1),(0.9199319,-0.3821785,0.08754923,1),(0.8816458,-0.47145,-0.02086788,1),(0.9356728,0.2119239,0.2821427,1),(0.9191309,0.2793962,0.2777339,1),(0.9470984,0.1434835,0.2870837,1),(0.9301624,0.2245568,0.2904686,1),(0.9011748,0.3360502,0.2737776,1),(0.8817285,0.3839951,0.2740486,1),(0.9108914,0.2906795,0.2928858,1),(0.8927752,0.3424122,0.2927561,1),(0.9424191,0.1467557,0.3005144,1),(0.9239345,0.2237299,0.3103063,1),(0.9048948,0.2856515,0.3155447,1),(0.937007,0.1394422,0.3202713,1),(0.9192343,0.2120895,0.331702,1),(0.952734,0.05254411,0.2992274,1),(0.9570728,0.0530033,0.2849602,1),(0.96242,-0.05033779,0.2668593,1),(0.8659691,0.4143448,0.2800283,1),(0.8606141,0.4171077,0.2921724,1),(0.869666,0.3836286,0.3106605,1),(0.8774257,0.3757295,0.2982472,1),(0.8649689,0.3929465,0.3121248,1),(0.8768488,0.3407112,0.3391934,1),(0.8803688,0.3199294,0.3501371,1),(0.8715166,0.3649724,0.3274965,1),(0.8782242,0.3326772,0.3435813,1),(0.8805416,0.3419931,0.3281573,1),(0.882988,0.2975443,0.3630422,1),(0.8881929,0.2662612,0.3744574,1),(0.8868955,0.2907108,0.3590313,1),(0.8924685,0.2897469,0.3457552,1),(0.8902802,0.3261623,0.3178354,1),(0.9028104,0.2646123,0.3389893,1),(0.8880136,0.2660531,0.3750302,1),(0.8898004,0.1736089,0.4220371,1),(0.8891696,0.1692037,0.4251443,1),(0.8882473,0.2541248,0.3826713,1),(0.8771468,0.05885598,0.4766021,1),(0.8399284,-0.07703483,0.5372019,1),(0.8755935,0.06401858,0.4787878,1),(0.839691,-0.0622237,0.5394878,1),(0.8890975,0.1676854,0.425896,1),(0.8761538,0.07745055,0.4757688,1),(0.8449867,-0.03175574,0.5338437,1),(0.8769566,0.09406097,0.4712744,1),(0.8497018,0.009596459,0.5271763,1),(0.8889799,0.1648542,0.4272443,1),(0.8897535,0.2403623,0.3880267,1),(0.8918571,0.2215393,0.3943493,1),(0.7892705,-0.1931174,0.5828874,1),(0.7547342,-0.2506024,0.6062794,1),(0.7917848,-0.1693017,0.5868677,1),(0.7578168,-0.2180145,0.6149661,1),(0.7435521,-0.2525367,0.6191572,1),(0.7607752,-0.205504,0.6156211,1),(0.7645908,-0.1609304,0.6241012,1),(0.7476615,-0.2142094,0.6285831,1),(0.766331,-0.1536977,0.62379,1),(0.7735294,-0.1622776,0.6126323,1),(0.7761991,-0.09475466,0.623327,1),(0.7875676,-0.01532287,0.6160378,1),(0.7845113,-0.07444694,0.6156296,1),(0.7943422,-0.09031273,0.6007195,1),(0.80259,-0.1226483,0.5837865,1),(0.8160335,-0.0615257,0.5747206,1),(0.7807341,-0.1372033,0.6096142,1),(0.7983108,-0.09248712,0.5951018,1),(0.7958374,-0.03710969,0.604372,1),(0.7844123,-0.08892164,0.6138324,1),(0.8056876,-0.06353457,0.5889235,1),(0.8132905,-0.05739512,0.5790201,1),(0.8050659,0.003436201,0.5931754,1),(0.8015403,-0.005963533,0.5979111,1),(0.799637,0.0635116,0.5971155,1),(0.79654,0.03201516,0.6037376,1),(0.7994537,0.0732322,0.5962474,1),(0.7928913,0.1445174,0.5919781,1),(0.7945624,0.1356268,0.5918412,1),(0.7944429,0.1058188,0.5980492,1),(0.7896487,-0.0207606,0.6132079,1),(0.7929483,0.05562611,0.6067444,1),(0.2574064,-0.006785619,-0.9662794,1),(0.2561889,0.001248311,-0.9666259,1),(0.255198,-0.03087218,-0.9663958,1),(0.2693153,-0.005483739,-0.9630364,1),(0.2651204,-0.03865636,-0.9634401,1),(0.2637097,0.006397565,-0.9645809,1),(0.2510345,-0.07154777,-0.9653304,1),(0.2431009,-0.1291244,-0.9613682,1),(0.2434593,-0.1745379,-0.9540776,1),(0.2592947,-0.09517988,-0.9610968,1),(0.2973393,-0.03804502,-0.9540136,1),(0.2845681,-0.1079833,-0.9525548,1),(0.2638289,-0.2068122,-0.9421374,1),(0.3459182,-0.1018255,-0.932723,1),(0.3151526,-0.2115795,-0.9251556,1),(0.3653474,-0.02345015,-0.9305758,1),(0.2928122,0.02157723,-0.9559265,1),(0.3042037,0.003329154,-0.9526012,1),(0.3765202,0.02316451,-0.9261188,1),(0.3662056,0.04858277,-0.9292648,1),(0.2342126,-0.1906555,-0.9533074,1),(0.2243289,-0.2426218,-0.943828,1),(0.2168428,-0.3027596,-0.928071,1),(0.2284311,-0.2521758,-0.9403332,1),(0.2138873,-0.2848612,-0.9344016,1),(0.2034122,-0.317554,-0.9261658,1),(0.2047922,-0.3242581,-0.923535,1),(0.2111636,-0.3274681,-0.9209639,1),(0.2252372,-0.3439482,-0.9115743,1),(0.2214052,-0.3509469,-0.9098439,1),(0.2193134,-0.3140948,-0.9237132,1),(0.2447974,-0.3396393,-0.9081406,1),(0.2457425,-0.2812233,-0.9276444,1),(0.2572422,-0.3481829,-0.9014406,1),(0.2410292,-0.2969231,-0.9239814,1),(0.2814043,-0.3064756,-0.9093318,1),(0.1976911,-0.3322901,-0.9222264,1),(0.1995119,-0.3198948,-0.9262086,1),(0.2130864,-0.2681132,-0.9395262,1),(0.2068073,-0.3028511,-0.930329,1),(0.2085679,-0.2797638,-0.9371401,1),(0.2240711,-0.2108237,-0.9514965,1),(0.2363216,-0.1574064,-0.9588406,1),(0.2231252,-0.219652,-0.94972,1),(0.238757,-0.1527936,-0.9589834,1),(0.2302219,-0.2038309,-0.9515519,1),(0.248182,-0.104723,-0.9630362,1),(0.2582247,-0.06205244,-0.9640899,1),(0.2528005,-0.09281363,-0.9630564,1),(0.2482808,-0.1394778,-0.958594,1),(0.2225881,-0.257389,-0.940322,1),(0.2442221,-0.201981,-0.948451,1),(0.2392559,-0.1448351,-0.9600934,1),(0.2493615,-0.1144842,-0.9616197,1),(0.2556254,-0.09466849,-0.9621297,1),(0.2482067,-0.1072295,-0.962754,1),(0.2552761,-0.1197037,-0.9594296,1),(0.2569323,-0.1603741,-0.9530298,1),(0.2576384,-0.1818849,-0.9489681,1),(0.2590077,-0.1195128,-0.9584527,1),(0.2600559,-0.131064,-0.9566573,1),(0.2599813,-0.08540481,-0.9618294,1),(0.2547606,-0.2140332,-0.94302,1),(0.2483233,-0.2532947,-0.9349745,1),(0.2586946,-0.1515561,-0.9539957,1),(0.2626406,-0.08609474,-0.961045,1),(0.2559475,-0.07669131,-0.9636438,1),(0.2621894,-0.05655773,-0.9633576,1),(0.2459216,-0.2388323,-0.939405,1),(0.2094473,-0.3672491,-0.9062338,1),(0.1969411,-0.4190294,-0.8863569,1),(0.2417944,-0.279066,-0.9293318,1),(0.131461,-0.5608338,-0.817425,1),(-0.007085434,-0.7977023,-0.6030098,1),(-0.05299449,-0.8386613,-0.5420689,1),(0.1050415,-0.6154606,-0.7811367,1),(0.07420631,-0.6705003,-0.7381888,1),(0.1796227,-0.4758959,-0.8609639,1),(-0.1011111,-0.8735532,-0.4761106,1),(-0.1493639,-0.9009592,-0.4073856,1),(0.03979308,-0.7228943,-0.6898118,1),(0.1575666,-0.5343251,-0.8304633,1),(0.2333001,-0.3274667,-0.9156073,1),(0.2202863,-0.380474,-0.8981723,1),(-0.1680738,-0.9379122,-0.3034334,1),(-0.3218194,-0.9464767,-0.02478231,1),(-0.3785043,-0.9236611,0.05987206,1),(-0.2265828,-0.9483037,-0.2222168,1),(-0.483505,-0.8398311,0.2467926,1),(-0.6414609,-0.5679905,0.515669,1),(-0.6567812,-0.5165697,0.5493579,1),(-0.5245292,-0.7908112,0.3154151,1),(-0.5589423,-0.7391135,0.375892,1),(-0.4301361,-0.8919618,0.1392376,1),(-0.6676882,-0.4696263,0.577619,1),(-0.6765009,-0.4226015,0.6031207,1),(-0.5877076,-0.6857051,0.4294278,1),(-0.4754267,-0.8538206,0.2120374,1),(-0.283618,-0.948518,-0.1409776,1),(-0.3366827,-0.9395586,-0.0622463,1),(-0.7022876,-0.2204649,0.6768954,1),(-0.6952472,0.004529065,0.7187565,1),(-0.7050174,-0.1893338,0.6834494,1),(-0.695722,0.02250458,0.7179585,1),(-0.6832556,0.1242975,0.7195221,1),(-0.685936,0.1769202,0.7058265,1),(-0.6837634,0.1352109,0.7170673,1),(-0.6857439,0.1813512,0.7048879,1),(-0.6953217,0.0349517,0.7178481,1),(-0.6839653,0.1425291,0.7154557,1),(-0.6864223,0.1854359,0.7031627,1),(-0.6839302,0.1547747,0.7129405,1),(-0.6872167,0.195277,0.6997144,1),(-0.6939315,0.05159483,0.7181902,1),(-0.7054998,-0.1645793,0.6893355,1),(-0.7050202,-0.1370494,0.695819,1),(-0.6933622,0.1923215,0.6944503,1),(-0.6968794,0.1872899,0.6923016,1),(-0.6974012,0.1984999,0.6886431,1),(-0.6931735,0.1949273,0.693912,1),(-0.6961181,0.161312,0.69957,1),(-0.6938121,0.1134853,0.7111583,1),(-0.6965922,0.1915779,0.6914167,1),(-0.691183,0.1740335,0.7014117,1),(-0.6956472,0.2230852,0.6828675,1),(-0.6969324,0.2125009,0.6849297,1),(-0.6883096,0.2315177,0.6874804,1),(-0.6833925,0.2797326,0.6743326,1),(-0.6924653,0.2529256,0.6756629,1),(-0.6957389,0.2298221,0.680536,1),(-0.6937186,0.199918,0.6919446,1),(-0.693433,0.2105193,0.6890807,1),(-0.6793028,0.03482503,0.7330314,1),(-0.6405641,-0.08913872,0.7627134,1),(-0.6827338,0.1265841,0.7196186,1),(-0.6548248,0.02190603,0.7554632,1),(-0.5575107,-0.2688327,0.7854368,1),(-0.4048167,-0.4950829,0.7687759,1),(-0.5887736,-0.1566668,0.7929698,1),(-0.4513831,-0.4089555,0.7931007,1),(-0.6582245,0.1240323,0.7425339,1),(-0.6086116,-0.04842531,0.7919893,1),(-0.4919633,-0.3187015,0.810186,1),(-0.6195709,0.04255088,0.7837865,1),(-0.5254975,-0.2339796,0.817989,1),(-0.6552721,0.2056819,0.7268516,1),(-0.6760432,0.210239,0.7062331,1),(-0.670847,0.2770021,0.6879202,1),(-0.2077906,-0.6874353,0.6958848,1),(0.003355547,-0.8070236,0.5905097,1),(-0.2595122,-0.6348754,0.7277271,1),(-0.04506477,-0.7803553,0.6237105,1),(0.2412421,-0.860414,0.4488764,1),(0.5072908,-0.8250039,0.2490476,1),(0.2078317,-0.8549955,0.4751724,1),(0.5050696,-0.824896,0.2538727,1),(-0.09861937,-0.7457725,0.6588607,1),(0.168209,-0.8448111,0.507937,1),(0.4994066,-0.8249094,0.2647971,1),(0.1221603,-0.8290076,0.5457318,1),(0.488227,-0.8255491,0.2830249,1),(-0.1555444,-0.7034607,0.6935049,1),(-0.3119319,-0.5742407,0.756932,1),(-0.3628358,-0.509236,0.780403,1),(0.7084131,-0.7043623,0.04499686,1),(0.7978714,-0.5970539,-0.08323508,1),(0.814253,-0.5669165,-0.124891,1),(0.7252562,-0.6881839,0.02015969,1),(0.8311862,-0.5362025,-0.147025,1),(0.836931,-0.5221924,-0.1638952,1),(0.8472686,-0.4806923,-0.2259885,1),(0.8437932,-0.4985572,-0.1986294,1),(0.8530618,-0.4632953,-0.2400898,1),(0.8275245,-0.5383595,-0.1592868,1),(0.8538101,-0.4417016,-0.2755142,1),(0.8577201,-0.4361729,-0.2721567,1),(0.8573367,-0.4083084,-0.3134615,1),(0.836345,-0.5163534,-0.1841364,1),(0.7401989,-0.6723876,0.0007878216,1),(0.7501308,-0.661194,-0.01123253,1),(0.8329484,-0.5357108,-0.138603,1),(0.8300316,-0.5536435,-0.06727902,1),(0.8420144,-0.5159078,-0.1576417,1),(0.8430485,-0.493543,-0.2137389,1),(0.8151507,-0.5767745,0.05348394,1),(0.7730679,-0.5916671,0.2286833,1),(0.8328693,-0.5506868,-0.05543247,1),(0.8032982,-0.5870114,0.1006459,1),(0.8479958,-0.4760874,-0.2329031,1),(0.8426932,-0.5167586,-0.151092,1),(0.8237975,-0.5665166,-0.02040735,1),(0.8476282,-0.4749993,-0.2364359,1),(0.8367304,-0.530655,-0.1352316,1),(0.8502837,-0.4347065,-0.2967286,1),(0.8484588,-0.4525651,-0.2744134,1),(0.8521497,-0.4127365,-0.3216978,1),(0.7048275,-0.5717756,0.4198699,1),(0.6316653,-0.5006671,0.5918881,1),(0.7521616,-0.5950534,0.2831331,1),(0.6938373,-0.5500833,0.464756,1),(0.553472,-0.377108,0.7426023,1),(0.4659902,-0.1995814,0.8619864,1),(0.6233296,-0.4450398,0.6429617,1),(0.5311986,-0.2729361,0.8020809,1),(0.7492647,-0.577335,0.3244789,1),(0.6918596,-0.4970239,0.5237344,1),(0.600724,-0.3411199,0.7230269,1),(0.755514,-0.5292053,0.3861868,1),(0.6718606,-0.400548,0.6230285,1),(0.7955912,-0.5802876,0.1740716,1),(0.7898059,-0.5963854,0.1432867,1),(0.8177314,-0.5755948,0.002427364,1),(0.3712989,-0.007363397,0.9284842,1),(0.2824868,0.1632803,0.9452729,1),(0.4223323,-0.07468,0.9033595,1),(0.3183143,0.1095386,0.9416354,1),(0.2030513,0.3154876,0.9269508,1),(0.1316009,0.4560794,0.880155,1),(0.2233571,0.2819713,0.9330615,1),(0.1352821,0.4489041,0.8832803,1),(0.3641531,0.04651384,0.9301769,1),(0.2531804,0.2392014,0.9373807,1),(0.1451759,0.4364856,0.8879214,1),(0.2938485,0.1874785,0.937286,1),(0.1614758,0.4206863,0.8927197,1),(0.4206927,-0.02527133,0.9068511,1),(0.4814978,-0.1464407,0.8641267,1),(0.5478932,-0.2206634,0.8069205,1),(0.06491367,0.5757729,0.8150287,1),(0.005568067,0.664006,0.7477066,1),(-0.0180788,0.6877729,0.7257008,1),(0.05298526,0.5903692,0.8053923,1),(-0.04803751,0.7257193,0.6863118,1),(-0.09649941,0.7672499,0.6340469,1),(-0.130134,0.7899045,0.599263,1),(-0.07806163,0.7511252,0.6555282,1),(-0.1069215,0.7727039,0.6256968,1),(-0.04033493,0.7091733,0.7038795,1),(-0.1610643,0.8080592,0.5666558,1),(-0.1850587,0.8206788,0.5405919,1),(-0.1327249,0.7903981,0.5980426,1),(-0.06151573,0.7293069,0.6814156,1),(0.04414118,0.6030204,0.7965035,1),(0.03568337,0.615328,0.7874631,1),(-0.1385839,0.7944474,0.5913103,1),(-0.1729891,0.8108433,0.5591133,1),(-0.1978909,0.8211488,0.5353072,1),(-0.171271,0.8117649,0.5583046,1),(-0.1999782,0.8183861,0.5387514,1),(-0.219819,0.8184288,0.5308992,1),(-0.2090858,0.8101055,0.5477337,1),(-0.2104684,0.8203689,0.5316934,1),(-0.2175951,0.8204439,0.5287006,1),(-0.2187508,0.828276,0.5158558,1),(-0.1962482,0.8002485,0.5666472,1),(-0.1796144,0.7871856,0.5899809,1),(-0.216624,0.8163261,0.5354304,1),(-0.2295182,0.8301726,0.5080698,1),(-0.2000807,0.8247845,0.528865,1),(-0.2191696,0.8317993,0.5099753,1),(-0.2303771,0.81174,0.5366606,1),(-0.2287812,0.7984472,0.5569032,1),(-0.1844941,0.768892,0.6121822,1),(-0.198891,0.7923053,0.5767969,1),(-0.2147511,0.7774164,0.59119,1),(-0.18767,0.7466881,0.6381511,1),(-0.1422696,0.700412,0.6994159,1),(-0.1657072,0.7386792,0.6533715,1),(-0.1166702,0.6933644,0.7110792,1),(-0.1399641,0.7345476,0.6639652,1),(-0.09656117,0.6459869,0.7572166,1),(-0.05549692,0.587658,0.8072039,1),(-0.07297736,0.6452582,0.760471,1),(-0.09944645,0.6977147,0.7094396,1),(-0.1664789,0.7700442,0.6158869,1),(-0.1349663,0.7451844,0.6530576,1),(-0.1531305,0.7004651,0.6970651,1),(-0.1182849,0.6306039,0.7670381,1),(-0.08757286,0.574827,0.8135754,1),(-0.1152328,0.6485732,0.752379,1),(-0.08161612,0.5305044,0.843744,1),(-0.04252023,0.3946582,0.9178437,1),(-0.02750389,0.342982,0.9389392,1),(-0.05840408,0.4741289,0.8785162,1),(-0.03513517,0.4128175,0.9101359,1),(-0.05642451,0.5109769,0.8577405,1),(-0.01292272,0.291646,0.956439,1),(0.0005412276,0.2419999,0.9702762,1),(-0.01359825,0.3496868,0.936768,1),(-0.02768219,0.4429368,0.8961254,1),(-0.0767816,0.5876658,0.8054524,1),(-0.0416364,0.521852,0.8520193,1),(-0.006273688,0.2547297,0.966992,1),(0.02096872,0.1488763,0.9886335,1),(0.02334874,0.115357,0.9930496,1),(0.001231254,0.2119138,0.9772876,1),(0.03947395,0.07855212,0.9961282,1),(0.05022959,0.04140538,0.997879,1),(0.04924027,0.02483968,0.9984781,1),(0.039102,0.05374474,0.9977888,1),(0.03790517,0.03612759,0.9986281,1),(0.02485908,0.08905026,0.9957168,1),(0.04759496,0.01366173,0.9987733,1),(0.04581488,0.006581056,0.9989283,1),(0.03659315,0.02396554,0.9990428,1),(0.0261194,0.06837212,0.9973179,1),(0.007972608,0.174197,0.9846786,1),(0.01412819,0.1409848,0.989911,1),(0.05701315,0.0226163,0.9981173,1),(0.06369312,0.008772195,0.9979309,1),(0.06330974,0.004974226,0.9979815,1),(0.056346,0.01331037,0.9983226,1),(0.07027996,-0.0001281614,0.9975272,1),(0.07611836,-0.004092882,0.9970905,1),(0.0762971,-0.002107154,0.9970829,1),(0.06947999,-0.0001653932,0.9975833,1),(0.06935313,-0.0003391625,0.9975922,1),(0.06209064,0.002338761,0.9980677,1),(0.07678983,-0.001027096,0.9970467,1),(0.06947572,-0.0004943363,0.9975835,1),(0.07681482,-0.0004904259,0.9970453,1),(0.06215932,0.0006837915,0.998066,1),(0.05527118,0.007007661,0.9984468,1),(0.05404401,0.003042617,0.9985338,1),(0.08112802,-0.005574941,0.9966881,1),(0.0835233,-0.007041919,0.996481,1),(0.08185039,-0.002503919,0.9966415,1),(0.08382639,-0.00302,0.9964758,1),(0.08286262,-0.008493681,0.9965248,1),(0.07863963,-0.009940373,0.9968536,1),(0.08268613,-0.003655719,0.9965689,1),(0.07906965,-0.004403793,0.9968593,1),(0.08415911,-0.0008440469,0.996452,1),(0.08305099,-0.00107933,0.9965448,1),(0.07874616,-0.001533415,0.9968936,1),(0.08354519,9.204648e-5,0.996504,1),(0.07916452,-0.0002490472,0.9968615,1),(0.08461281,0.0001651442,0.996414,1),(0.08207159,-0.0008269061,0.9966261,1),(0.08236942,-2.914752e-5,0.9966019,1),(0.07335835,-0.01018916,0.9972535,1),(0.07044948,-0.007973663,0.9974835,1),(0.07077057,-0.003669098,0.9974858,1),(0.07419967,-0.004629739,0.9972327,1),(0.06944377,-0.003297334,0.9975804,1),(0.07034359,0.003847748,0.9975154,1),(0.07048873,0.00186562,0.9975109,1),(0.06957833,-0.001504938,0.9975754,1),(0.06972159,-0.0006452335,0.9975663,1),(0.07101865,-0.00151572,0.9974738,1),(0.07027863,0.0008027321,0.997527,1),(0.06982555,-0.0002982765,0.9975592,1),(0.07065594,0.0003002119,0.9975007,1),(0.07096758,-0.000588863,0.9974784,1),(0.07379252,-0.001813572,0.9972721,1),(0.07408056,-0.0005725278,0.9972521,1),(0.0710133,0.003494192,0.9974692,1),(0.06928307,-0.01442865,0.9974927,1),(0.06897911,-0.01717426,0.9974702,1),(0.07104111,-0.0008920513,0.9974729,1),(0.065062,-0.05009402,0.9966231,1),(0.05821376,-0.1035567,0.9929185,1),(0.05673718,-0.09064017,0.9942662,1),(0.06424058,-0.04707891,0.9968233,1),(0.06371588,-0.0402948,0.9971543,1),(0.06930562,-0.01626263,0.9974629,1),(0.05505074,-0.07469257,0.9956859,1),(0.05426875,-0.06002015,0.9967209,1),(0.06312502,-0.03304549,0.9974584,1),(0.06831214,-0.01400553,0.9975657,1),(0.07120822,-0.002581411,0.9974581,1),(0.07099625,-0.002894406,0.9974723,1),(0.04974764,-0.1435607,0.9883904,1),(0.04085547,-0.1391488,0.9894283,1),(0.03854525,-0.1167284,0.9924155,1),(0.04774771,-0.1223667,0.9913356,1),(0.0314105,-0.08936194,0.9955037,1),(0.02114419,0.007773981,0.9997463,1),(0.01904449,0.01006808,0.999768,1),(0.02902997,-0.07300517,0.996909,1),(0.027009,-0.0614844,0.9977426,1),(0.03618075,-0.09542757,0.9947786,1),(0.01793674,0.002805025,0.9998351,1),(0.01705184,-0.01057466,0.9997987,1),(0.02527994,-0.05574382,0.9981251,1),(0.03410333,-0.07886787,0.9963016,1),(0.04550949,-0.09969946,0.9939762,1),(0.04352777,-0.08024754,0.9958241,1),(0.01129341,0.1088281,0.9939964,1),(0.003338512,0.1693486,0.9855505,1),(0.001091583,0.139153,0.9902703,1),(0.009385676,0.09383718,0.9955432,1),(-0.002676287,0.1908689,0.9816118,1),(-0.006774396,0.1746928,0.9845996,1),(-0.01142837,0.1182417,0.992919,1),(-0.00583762,0.1470875,0.9891062,1),(-0.008411572,0.09290764,0.9956392,1),(0.0001525923,0.09570374,0.9954098,1),(-0.0167896,0.05758478,0.9981993,1),(-0.02220638,-0.0007611238,0.9997531,1),(-0.01098808,0.03709453,0.9992514,1),(-0.0007288936,0.04808015,0.9988433,1),(0.008925995,0.06583637,0.9977905,1),(0.008601112,0.03223763,0.9994432,1),(-0.01219769,0.132252,0.9911411,1),(-0.02257125,0.07477878,0.9969447,1),(-0.02770532,0.01137516,0.9995514,1),(-0.01773885,0.06777911,0.9975426,1),(-0.03796083,0.001807177,0.9992776,1),(-0.0581299,-0.08626623,0.9945749,1),(-0.05838116,-0.1188345,0.9911962,1),(-0.04130683,-0.05094071,0.9978471,1),(-0.04608839,-0.09073596,0.994808,1),(-0.03495443,-0.04298477,0.9984641,1),(-0.05850277,-0.1366849,0.9888856,1),(-0.05826063,-0.1443974,0.9878031,1),(-0.05085554,-0.1200835,0.9914603,1),(-0.04237175,-0.08809853,0.9952102,1),(-0.02517633,0.006495183,0.9996619,1),(-0.03282028,-0.04832203,0.9982924,1),(-0.07234574,-0.1397619,0.9875387,1),(-0.06965129,-0.1107916,0.9913999,1),(-0.06603872,-0.1017513,0.9926155,1),(-0.06960562,-0.1502523,0.9861943,1),(-0.04862817,0.01249711,0.9987388,1),(-0.00381554,0.2452506,0.9694522,1),(0.001230556,0.2990636,0.9542324,1),(-0.04440773,0.04269844,0.9981006,1),(-0.03709499,0.08239106,0.9959096,1),(-0.0595651,-0.07916685,0.9950802,1),(0.007494575,0.353251,0.9354985,1),(0.01403424,0.4045721,0.9143984,1),(-0.02848818,0.126119,0.991606,1),(-0.0517455,-0.04909183,0.997453,1),(-0.06544676,-0.1458331,0.987142,1),(-0.06036329,-0.1323597,0.989362,1),(0.04848547,0.4493374,0.8920454,1),(0.09105953,0.5138608,0.8530271,1),(0.09356586,0.5844088,0.806047,1),(0.05301864,0.5159782,0.8549594,1),(0.127928,0.4618425,0.8776877,1),(0.1609537,0.2796142,0.9465251,1),(0.1282743,0.5361409,0.8343253,1),(0.1569832,0.3560096,0.9212022,1),(0.1268055,0.5974228,0.7918373,1),(0.09428393,0.6428428,0.7601734,1),(0.1527505,0.4213692,0.8939325,1),(0.1242738,0.6479067,0.7515138,1),(0.1485356,0.4771951,0.8661537,1),(0.09391111,0.6908653,0.7168584,1),(0.05653914,0.5742176,0.8167482,1),(0.05923049,0.6239737,0.7791973,1),(0.1748812,0.05892549,0.9828247,1),(0.174431,-0.07945816,0.9814581,1),(0.1685134,0.1287451,0.9772552,1),(0.1675268,-0.0209578,0.9856447,1),(0.1664255,-0.1432835,0.9755883,1),(0.1544031,-0.1440369,0.9774523,1),(0.150714,-0.113928,0.9819907,1),(0.1603243,-0.09786969,0.9822004,1),(0.1554347,-0.05292407,0.9864275,1),(0.1619975,0.03424309,0.9861969,1),(0.1472614,-0.08154513,0.9857305,1),(0.1439566,-0.04808277,0.9884151,1),(0.1513317,-0.009290288,0.9884393,1),(0.1573638,0.08573414,0.9838121,1),(0.163101,0.1917468,0.967797,1),(0.1584137,0.2482379,0.9556584,1),(0.1402262,-0.1105544,0.983928,1),(0.126996,-0.06783873,0.9895807,1),(0.1288285,-0.062409,0.9897012,1),(0.1397096,-0.09502266,0.9856225,1),(0.1144774,-0.01566516,0.9933023,1),(0.1024764,0.04600982,0.9936708,1),(0.1064245,0.04485328,0.9933085,1),(0.117819,-0.01581987,0.9929091,1),(0.119494,-0.0132513,0.9927465,1),(0.1290215,-0.05254973,0.9902484,1),(0.109365,0.04279777,0.9930798,1),(0.1115739,0.03869018,0.9930027,1),(0.120027,-0.009436991,0.9927257,1),(0.1281136,-0.03985246,0.9909585,1),(0.1382087,-0.07524303,0.9875408,1),(0.136049,-0.05269476,0.9892997,1),(0.09832689,0.08861128,0.9912012,1),(0.1095042,0.08425,0.9904094,1),(0.1112986,0.09154247,0.9895618,1),(0.1015166,0.09014474,0.9907413,1),(0.1392634,0.03258962,0.989719,1),(0.183543,-0.06942643,0.980557,1),(0.1361696,0.04841751,0.9895017,1),(0.1730987,-0.04147043,0.984031,1),(0.1327819,0.05652552,0.9895321,1),(0.1123563,0.09177446,0.9894208,1),(0.1654323,-0.01969168,0.9860245,1),(0.1331175,0.05745683,0.9894334,1),(0.162044,-0.004443684,0.9867736,1),(0.1146546,0.084906,0.9897704,1),(0.1047154,0.08711079,0.9906797,1),(0.107887,0.07867231,0.9910454,1),(0.2419353,-0.2006206,0.9493253,1),(0.317474,-0.34863,0.8818545,1),(0.224898,-0.1613803,0.9609252,1),(0.2940212,-0.3034724,0.9063421,1),(0.411237,-0.5198092,0.7487873,1),(0.5078021,-0.6951705,0.5087976,1),(0.381394,-0.4748647,0.7931218,1),(0.473986,-0.660756,0.5820127,1),(0.2737752,-0.2594133,0.9261489,1),(0.3541619,-0.4268963,0.8320631,1),(0.4415273,-0.6181297,0.6503609,1),(0.3291205,-0.3766402,0.8659226,1),(0.4098868,-0.5671943,0.7143413,1),(0.2564039,-0.2174894,0.9417831,1),(0.2111342,-0.1262174,0.9692737,1),(0.200321,-0.09611098,0.9750047,1),(0.5681495,-0.7959092,0.2091282,1),(0.5952191,-0.801417,-0.05869434,1),(0.5388793,-0.784421,0.3070713,1),(0.5769953,-0.8155572,0.04407978,1),(0.6063443,-0.740048,-0.2909907,1),(0.6063013,-0.619552,-0.4985521,1),(0.6001362,-0.7740838,-0.2015708,1),(0.6091653,-0.6629461,-0.4352243,1),(0.5579706,-0.8165802,0.1478706,1),(0.5939713,-0.7970029,-0.1094735,1),(0.6133361,-0.6976314,-0.3703097,1),(0.58793,-0.8088257,-0.01180301,1),(0.619189,-0.7249867,-0.3016607,1),(0.5377994,-0.8035576,0.2550823,1),(0.5093845,-0.7605389,0.4026263,1),(0.4791359,-0.723375,0.4971493,1),(0.5863607,-0.4746833,-0.656397,1),(0.5574343,-0.3601979,-0.7480136,1),(0.5923889,-0.5169024,-0.6179703,1),(0.5632349,-0.3971678,-0.7245856,1),(0.5346017,-0.2839274,-0.7959813,1),(0.5236474,-0.2433159,-0.8164501,1),(0.5395207,-0.3141809,-0.7811579,1),(0.527866,-0.2651999,-0.8068621,1),(0.5698915,-0.4290268,-0.7008278,1),(0.5449883,-0.3418976,-0.7655676,1),(0.532446,-0.2876556,-0.7960876,1),(0.550812,-0.3689384,-0.7486591,1),(0.53727,-0.3116014,-0.7837381,1),(0.5772644,-0.4580657,-0.6759747,1),(0.5997529,-0.5520639,-0.5792425,1),(0.6085557,-0.5823374,-0.5390205,1),(0.5194281,-0.2185356,-0.8260972,1),(0.5144871,-0.1918978,-0.8357502,1),(0.5229648,-0.2317158,-0.8202533,1),(0.5171542,-0.1979128,-0.8326957,1),(0.5087676,-0.1633966,-0.8452557,1),(0.5027578,-0.1328999,-0.8541501,1),(0.5104457,-0.1638215,-0.844161,1),(0.5028477,-0.1294769,-0.8546227,1),(0.5200578,-0.2091845,-0.8281195,1),(0.5124073,-0.1702281,-0.8417014,1),(0.503842,-0.1314903,-0.8537292,1),(0.514784,-0.1810967,-0.8379745,1),(0.5052527,-0.1372647,-0.8519848,1),(0.5233142,-0.2247481,-0.8219674,1),(0.5267536,-0.2483373,-0.8129325,1),(0.5308204,-0.268245,-0.8039119,1),(0.49514,-0.1022327,-0.8627775,1),(0.4870056,-0.07257649,-0.8703782,1),(0.4944627,-0.09597331,-0.8638842,1),(0.4854769,-0.06439725,-0.8718746,1),(0.47818,-0.0439822,-0.8771598,1),(0.4687032,-0.01642899,-0.883203,1),(0.4759868,-0.03475972,-0.8787653,1),(0.4660765,-0.007047127,-0.8847163,1),(0.4848487,-0.06039615,-0.8725101,1),(0.4748665,-0.02955563,-0.8795614,1),(0.4647714,-0.001855085,-0.8854288,1),(0.474175,-0.02673408,-0.8800246,1),(0.4640917,0.0005164088,-0.885787,1),(0.4845642,-0.0587829,-0.8727784,1),(0.4945668,-0.09438732,-0.8639992,1),(0.4950256,-0.09564779,-0.8635977,1),(0.4590541,0.007289858,-0.8883784,1),(0.4506293,0.02460022,-0.8923722,1),(0.4566248,0.0160331,-0.8895148,1),(0.4486364,0.03176472,-0.8931497,1),(0.4436393,0.03553671,-0.8955005,1),(0.438015,0.04007282,-0.898074,1),(0.4422805,0.04018232,-0.8959761,1),(0.4376469,0.04132517,-0.8981968,1),(0.4476608,0.03496395,-0.8935196,1),(0.4417263,0.04184047,-0.8961736,1),(0.4376669,0.04108887,-0.8981979,1),(0.4418406,0.04106814,-0.896153,1),(0.4380274,0.0395737,-0.8980901,1),(0.4475109,0.03508723,-0.8935899,1),(0.4553973,0.02041513,-0.8900542,1),(0.4549772,0.02158782,-0.8902413,1),(0.4314498,0.04741796,-0.9008899,1),(0.4214194,0.06679105,-0.904403,1),(0.4321162,0.04521811,-0.9006835,1),(0.4229152,0.06189292,-0.9040531,1),(0.4075353,0.09825055,-0.9078887,1),(0.3892404,0.141743,-0.9101653,1),(0.4096765,0.09141154,-0.9076393,1),(0.3918377,0.1337397,-0.9102619,1),(0.4240574,0.05801344,-0.9037753,1),(0.4112973,0.08607952,-0.9074275,1),(0.3939074,0.1272116,-0.9103045,1),(0.4123861,0.08243212,-0.907272,1),(0.395293,0.1227846,-0.9103117,1),(0.4248857,0.05511079,-0.903568,1),(0.4327326,0.0430362,-0.9004946,1),(0.4333263,0.04084342,-0.9003112,1),(0.3684209,0.1895965,-0.9101205,1),(0.3477014,0.2343635,-0.9078423,1),(0.3512691,0.2239857,-0.9090877,1),(0.3714408,0.1806186,-0.9107188,1),(0.3271815,0.2760578,-0.9037392,1),(0.3070022,0.3147841,-0.8981429,1),(0.3121509,0.3003759,-0.9012969,1),(0.3314548,0.2638655,-0.9058216,1),(0.3352648,0.2528102,-0.9075707,1),(0.3544011,0.2147352,-0.9101037,1),(0.3167488,0.2872329,-0.9039732,1),(0.3203753,0.2767029,-0.9059775,1),(0.3381435,0.2443345,-0.9088232,1),(0.3566646,0.2079716,-0.9107899,1),(0.3740074,0.1728839,-0.9111694,1),(0.3757872,0.1674789,-0.9114465,1),(0.2904189,0.3431769,-0.8932449,1),(0.2809029,0.3541215,-0.8920153,1),(0.2864403,0.3389986,-0.8961204,1),(0.2961582,0.3274043,-0.8972719,1),(0.2786613,0.3479275,-0.8951505,1),(0.28361,0.3244653,-0.9023789,1),(0.2863955,0.3166272,-0.9042814,1),(0.2831983,0.3354264,-0.8984919,1),(0.2876252,0.3227466,-0.9017242,1),(0.2915373,0.3246147,-0.8997951,1),(0.2895637,0.3072171,-0.9065157,1),(0.2933524,0.2953484,-0.909238,1),(0.2919642,0.3098456,-0.9048495,1),(0.2960323,0.3115813,-0.9029296,1),(0.3013073,0.3128511,-0.9007431,1),(0.3055589,0.3005925,-0.903481,1),(0.2905279,0.295797,-0.9099988,1),(0.2945292,0.27448,-0.915376,1),(0.2953487,0.2703699,-0.9163347,1),(0.2917878,0.2917774,-0.9108929,1),(0.2957717,0.2606657,-0.9190062,1),(0.2943661,0.2544324,-0.9212018,1),(0.2972691,0.2381214,-0.9246238,1),(0.2971516,0.2524706,-0.9208472,1),(0.2994754,0.2402482,-0.9233609,1),(0.2971563,0.2624926,-0.918039,1),(0.3008274,0.2180492,-0.9284167,1),(0.3049602,0.194695,-0.9322516,1),(0.3029737,0.2231496,-0.9265049,1),(0.3003522,0.2493449,-0.9206604,1),(0.2938553,0.2848078,-0.9124327,1),(0.2971351,0.2733783,-0.9148635,1),(0.2931195,0.2449876,-0.9241548,1),(0.2946789,0.2212447,-0.9296318,1),(0.299673,0.1911865,-0.9346892,1),(0.2975569,0.2201769,-0.9289683,1),(0.2987589,0.1827483,-0.9366677,1),(0.3048566,0.1290366,-0.9436165,1),(0.3081182,0.09868273,-0.946216,1),(0.3033316,0.1507828,-0.9408796,1),(0.3074175,0.1174938,-0.9442932,1),(0.3044936,0.1587495,-0.9391923,1),(0.3106929,0.06829432,-0.9480537,1),(0.3124915,0.03832245,-0.9491472,1),(0.3107147,0.08466327,-0.9467252,1),(0.3087383,0.1261434,-0.9427452,1),(0.3022166,0.1921892,-0.9336639,1),(0.306765,0.1627841,-0.9377615,1),(0.3105637,0.06654895,-0.9482201,1),(0.3138322,0.002066891,-0.9494762,1),(0.3138066,-0.02345042,-0.9491974,1),(0.3121867,0.03912337,-0.9492148,1),(0.3145477,-0.06422116,-0.9470667,1),(0.3125964,-0.1320214,-0.9406667,1),(0.3089909,-0.156734,-0.9380613,1),(0.3127987,-0.08885323,-0.9456543,1),(0.3108992,-0.1084154,-0.9442393,1),(0.3132084,-0.04581744,-0.9485785,1),(0.3059356,-0.1742467,-0.9359708,1),(0.3035318,-0.1858827,-0.9345137,1),(0.3089963,-0.124756,-0.9428452,1),(0.3121965,-0.06678589,-0.9476672,1),(0.3130716,0.01315133,-0.9496384,1),(0.3133013,-0.01235623,-0.9495733,1),(0.3148798,-0.1760615,-0.9326591,1),(0.3304771,-0.1724862,-0.9279188,1),(0.3247121,-0.1892378,-0.9266883,1),(0.3100615,-0.1990843,-0.9296382,1),(0.3576481,-0.119846,-0.9261343,1),(0.3911465,-0.01424978,-0.9202181,1),(0.3535225,-0.1250041,-0.927036,1),(0.3913428,-0.001297724,-0.920244,1),(0.3519415,-0.1247086,-0.9276772,1),(0.3216448,-0.1982006,-0.9258839,1),(0.3915604,0.01302797,-0.9200602,1),(0.3527881,-0.1189023,-0.9281178,1),(0.3955441,0.02799067,-0.9180203,1),(0.3199099,-0.1993854,-0.9262306,1),(0.3064349,-0.2136462,-0.9276061,1),(0.3040681,-0.2203854,-0.9268079,1),(0.4216204,0.09522153,-0.9017588,1),(0.4391274,0.1575369,-0.8845052,1),(0.4227992,0.1246306,-0.8976124,1),(0.4401252,0.1928613,-0.8769802,1),(0.4477441,0.1740692,-0.8770549,1),(0.4488596,0.1461317,-0.8815727,1),(0.4487697,0.2061279,-0.8695499,1),(0.4502026,0.1663096,-0.877302,1),(0.4403761,0.2226078,-0.8697785,1),(0.449167,0.232333,-0.8627111,1),(0.4511383,0.1823636,-0.8736234,1),(0.4493147,0.252016,-0.8570905,1),(0.4518369,0.1940557,-0.8707386,1),(0.4402806,0.2458337,-0.8635501,1),(0.4233595,0.1509016,-0.893306,1),(0.4235363,0.1730327,-0.8892,1),(0.446048,0.1005638,-0.8893414,1),(0.4444445,0.06487821,-0.893454,1),(0.4472589,0.1067359,-0.888013,1),(0.4451905,0.06193136,-0.8932916,1),(0.4445684,0.0390991,-0.8948912,1),(0.4467661,0.02312586,-0.8943518,1),(0.4449428,0.03196895,-0.8949882,1),(0.4471042,0.01665025,-0.8943268,1),(0.4458245,0.05874557,-0.8931907,1),(0.4452695,0.02542882,-0.8950354,1),(0.4474078,0.01080608,-0.8942648,1),(0.4455541,0.02009498,-0.8950295,1),(0.4476857,0.006052964,-0.8941705,1),(0.4463526,0.05587875,-0.8931107,1),(0.448247,0.111093,-0.8869796,1),(0.4490447,0.1138999,-0.8862199,1),(0.4497472,0.01339617,-0.8930555,1),(0.4518947,0.00639692,-0.8920483,1),(0.4502105,0.00959311,-0.892871,1),(0.4524153,0.004532704,-0.8917958,1),(0.4532319,0.002122804,-0.8913901,1),(0.4537826,0.0005684899,-0.8911123,1),(0.45373,0.001466353,-0.891138,1),(0.454174,0.0003905135,-0.890913,1),(0.4528605,0.002795367,-0.891577,1),(0.4541415,0.0008369429,-0.8909292,1),(0.4544693,0.0002400656,-0.8907624,1),(0.4544815,0.0002451384,-0.8907562,1),(0.45469,0.00012646,-0.8906497,1),(0.4532444,0.001271331,-0.8913853,1),(0.4506219,0.006117895,-0.8926939,1),(0.450983,0.003207068,-0.8925267,1),(0.4541183,0.0003891857,-0.8909414,1),(0.4548354,0.0002489161,-0.8905755,1),(0.4543638,0.000309872,-0.8908162,1),(0.4549623,0.0002365174,-0.8905107,1),(0.4559371,0.0001475414,-0.890012,1),(0.457419,8.517211e-5,-0.8892512,1),(0.4559703,0.0001701799,-0.8899949,1),(0.4573819,0.0001108626,-0.8892703,1),(0.4550183,0.0003115024,-0.8904821,1),(0.4559585,0.0002790559,-0.8900009,1),(0.457339,0.0002010801,-0.8892924,1),(0.4559171,0.0005280307,-0.890022,1),(0.4572949,0.0003964014,-0.889315,1),(0.4550234,0.000526913,-0.8904793,1),(0.45452,0.0002983754,-0.8907365,1),(0.4546144,0.0003930198,-0.8906884,1),(0.4590223,4.773935e-5,-0.8884248,1),(0.4605034,2.140589e-5,-0.8876579,1),(0.4589427,6.224058e-5,-0.8884659,1),(0.4604065,2.790342e-5,-0.8877082,1),(0.4618706,5.451165e-6,-0.8869473,1),(0.4631133,-1.004085e-7,-0.8862991,1),(0.4617672,7.044982e-6,-0.887001,1),(0.4630279,-1.085851e-7,-0.8863437,1),(0.4603596,5.027525e-5,-0.8877324,1),(0.4617183,1.258937e-5,-0.8870265,1),(0.4629821,2.337337e-8,-0.8863676,1),(0.4617079,2.47981e-5,-0.887032,1),(0.4629663,-2.715594e-8,-0.8863758,1),(0.4603415,9.897125e-5,-0.8877419,1),(0.4588965,0.0001131219,-0.8884897,1),(0.4588719,0.0002229113,-0.8885024,1),(0.4641381,2.647211e-7,-0.8857628,1),(0.4648266,1.913949e-7,-0.8854017,1),(0.4640739,9.808868e-8,-0.8857965,1),(0.4647941,1.428647e-7,-0.8854188,1),(0.4651896,-2.223928e-7,-0.8852111,1),(0.4652178,-1.617363e-7,-0.8851963,1),(0.4651914,-1.76364e-7,-0.8852102,1),(0.4652624,-1.081245e-7,-0.8851728,1),(0.4647602,2.129584e-9,-0.8854365,1),(0.4651696,-9.027602e-8,-0.8852216,1),(0.4652578,8.273616e-8,-0.8851752,1),(0.4651435,-1.340086e-7,-0.8852353,1),(0.4652299,-2.755038e-8,-0.8851899,1),(0.464739,5.013608e-8,-0.8854477,1),(0.4640317,4.941016e-8,-0.8858186,1),(0.4640129,9.777472e-8,-0.8858284,1),(0.4649875,-0.002086713,-0.8853148,1),(0.4644413,-0.008327541,-0.8855647,1),(0.4649242,-0.001184186,-0.8853497,1),(0.4640155,-0.004723845,-0.8858144,1),(0.4635328,-0.01873093,-0.8858818,1),(0.4621987,-0.03330993,-0.8861505,1),(0.46252,-0.01062001,-0.8865452,1),(0.4604254,-0.01887584,-0.8874977,1),(0.4637751,-0.002527136,-0.8859494,1),(0.4620006,-0.005680109,-0.8868614,1),(0.4595359,-0.01009298,-0.8881018,1),(0.4617707,-0.002838274,-0.8869948,1),(0.4591598,-0.005042719,-0.8883394,1),(0.4636478,-0.001263002,-0.8860187,1),(0.4648598,-0.0006334693,-0.8853841,1),(0.464803,-0.0003166626,-0.8854141,1),(0.4629202,-0.0561749,-0.8846181,1),(0.4675761,-0.09157264,-0.8791968,1),(0.459799,-0.03392521,-0.8873748,1),(0.4623025,-0.06028057,-0.884671,1),(0.4755646,-0.1397899,-0.8685029,1),(0.4859285,-0.2008377,-0.8506102,1),(0.4675493,-0.09814744,-0.8785014,1),(0.4748921,-0.1476161,-0.8675753,1),(0.4593162,-0.03875152,-0.8874271,1),(0.4628423,-0.06715982,-0.883893,1),(0.4683321,-0.1050838,-0.8772812,1),(0.4602261,-0.04448494,-0.8866866,1),(0.4645644,-0.07193222,-0.8826129,1),(0.45803,-0.02421636,-0.8886067,1),(0.4581351,-0.01977058,-0.8886627,1),(0.457202,-0.01109669,-0.8892937,1),(0.5003232,-0.2677129,-0.8234116,1),(0.520533,-0.3336665,-0.7859467,1),(0.4854213,-0.2038707,-0.8501782,1),(0.4998493,-0.2623726,-0.8254158,1),(0.5461048,-0.3986148,-0.736801,1),(0.5761224,-0.4619072,-0.6743328,1),(0.5177744,-0.3232172,-0.7921113,1),(0.5385315,-0.3861569,-0.7489102,1),(0.4855886,-0.1985065,-0.8513513,1),(0.4966644,-0.2515994,-0.8306758,1),(0.5087697,-0.3089619,-0.8035521,1),(0.4814945,-0.1889772,-0.8558333,1),(0.4865384,-0.2389753,-0.8403398,1),(0.4759034,-0.1445145,-0.8675434,1),(0.4760287,-0.1497186,-0.8665917,1),(0.4701585,-0.1055481,-0.8762481,1),(0.613036,-0.5162977,-0.5980164,1),(0.6605421,-0.5531682,-0.5076307,1),(0.5667041,-0.4461021,-0.6927043,1),(0.607271,-0.4966364,-0.6201406,1),(0.7168495,-0.5702658,-0.401153,1),(0.7776978,-0.5641764,-0.2772924,1),(0.6585321,-0.535814,-0.5284306,1),(0.7166584,-0.5603015,-0.4152869,1),(0.5591948,-0.4249993,-0.7118124,1),(0.6017395,-0.4788142,-0.6392547,1),(0.6523204,-0.5268037,-0.5449368,1),(0.5499751,-0.4094093,-0.7279502,1),(0.5892652,-0.4693512,-0.657629,1),(0.518586,-0.350242,-0.7799995,1),(0.5277293,-0.3679744,-0.7655694,1),(0.4971067,-0.2932942,-0.8166171,1),(0.8329025,-0.5326746,-0.150104,1),(0.8798587,-0.4739055,-0.03552943,1),(0.7741663,-0.5617214,-0.2917799,1),(0.8297474,-0.5312933,-0.1710166,1),(0.9191178,-0.3884255,0.06593922,1),(0.9487158,-0.2761411,0.1538972,1),(0.8821159,-0.4680359,-0.05304578,1),(0.9267598,-0.3705989,0.06142186,1),(0.7691542,-0.5551109,-0.3166287,1),(0.8337013,-0.5189474,-0.1887743,1),(0.8941804,-0.4447466,-0.05139847,1),(0.7767757,-0.5342857,-0.3334039,1),(0.8523124,-0.4909936,-0.1802461,1),(0.7023215,-0.5412609,-0.4623648,1),(0.7077491,-0.5567673,-0.434858,1),(0.6385625,-0.5180907,-0.5690519,1),(0.9613737,-0.1569935,0.2260832,1),(0.9587924,-0.05029579,0.2796201,1),(0.9520246,-0.2592841,0.1625446,1),(0.9583812,-0.1544982,0.2400742,1),(0.9476802,0.0434007,0.316257,1),(0.9326338,0.1256664,0.3382338,1),(0.9535108,-0.0576873,0.2957859,1),(0.9425698,0.03232647,0.3324414,1),(0.9506017,-0.252744,0.1802133,1),(0.9535707,-0.1563719,0.2573922,1),(0.9480552,-0.06020635,0.3123565,1),(0.9484698,-0.2462138,0.1994585,1),(0.9500454,-0.1450568,0.2763554,1),(0.935711,-0.3385307,0.09920643,1),(0.9336108,-0.3497521,0.07774512,1),(0.9064639,-0.4214031,-0.0272517,1),(0.9166273,0.1894303,0.3520091,1),(0.9033074,0.2269402,0.3640521,1),(0.9280384,0.1067789,0.3568514,1),(0.913639,0.1560839,0.3753685,1),(0.895495,0.2390459,0.3754276,1),(0.8940322,0.226347,0.3866179,1),(0.9030972,0.1809782,0.3894382,1),(0.8981785,0.1823303,0.4000389,1),(0.9210928,0.0857647,0.3797795,1),(0.908253,0.1241037,0.3995933,1),(0.9001089,0.1406471,0.4123375,1),(0.9112954,0.07558178,0.404757,1),(0.8997626,0.1080325,0.4227957,1),(0.9263474,0.02338643,0.3759433,1),(0.9359293,0.02452148,0.3513334,1),(0.9412543,-0.05000708,0.3339752,1),(0.8937343,0.1967491,0.4031484,1),(0.88854,0.1584442,0.4305719,1),(0.8945349,0.1691694,0.4137498,1),(0.8867928,0.1509169,0.4368325,1),(0.876515,0.1105724,0.4685031,1),(0.8532474,0.05359991,0.5187445,1),(0.8720587,0.1282258,0.4723047,1),(0.8516244,0.09891979,0.5147337,1),(0.8828816,0.1466199,0.4461195,1),(0.866887,0.1458803,0.4766822,1),(0.8500119,0.1416184,0.5073697,1),(0.840317,0.1831544,0.5102174,1),(0.8577093,0.1666256,0.4863852,1),(0.8743293,0.1490588,0.4618765,1),(0.8932424,0.1449294,0.4255743,1),(0.8893772,0.1298425,0.4383484,1),(0.8283437,0.005709397,0.5601913,1),(0.8082058,-0.007369187,0.588854,1),(0.8138829,0.07698111,0.5759067,1),(0.8323475,0.07586749,0.5490372,1),(0.7965236,0.0136315,0.6044537,1),(0.7923657,0.06871128,0.6061645,1),(0.7901542,0.1489284,0.5945389,1),(0.8000561,0.1013299,0.5913057,1),(0.7960215,0.1799511,0.5778991,1),(0.8112472,0.154559,0.5639056,1),(0.7833201,0.2181334,0.5820888,1),(0.7752942,0.2705877,0.5707023,1),(0.7870249,0.2425459,0.5672418,1),(0.8018181,0.2187529,0.556089,1),(0.8293476,0.1418805,0.540419,1),(0.8196628,0.1990504,0.5371517,1),(0.7899407,0.1318171,0.5988473,1),(0.7864253,0.1762794,0.5919974,1),(0.775086,0.237389,0.5855666,1),(0.7820545,0.2008192,0.589968,1),(0.7836989,0.2026507,0.5871531,1),(0.7813251,0.2102035,0.587661,1),(0.7672178,0.2647742,0.5841843,1),(0.77051,0.2591282,0.5823803,1),(0.7595129,0.3019181,0.5761819,1),(0.7646399,0.2852826,0.5778753,1),(0.7557458,0.3053594,0.5793132,1),(0.7519228,0.3294367,0.5710373,1),(0.7552099,0.3281018,0.5674569,1),(0.7594022,0.3165716,0.5684108,1),(0.7728307,0.2574538,0.5800433,1),(0.7662302,0.2974396,0.5695795,1),(0.4885408,0.06742565,-0.8699319,1),(0.4882707,0.05160564,-0.8711651,1),(0.4725435,0.006080786,-0.8812864,1),(0.6258364,0.09028772,-0.7747109,1),(0.6064776,0.05282645,-0.7933437,1),(0.6317242,0.1064807,-0.7678453,1),(0.4455513,-0.07101358,-0.8924355,1),(0.4035909,-0.1784564,-0.8973671,1),(0.5722958,-0.01214878,-0.8199573,1),(0.5199178,-0.1040886,-0.8478508,1),(0.7397042,0.1088356,-0.6640726,1),(0.7009587,0.06406856,-0.7103183,1),(0.6408725,-0.001859878,-0.7676449,1),(0.7550321,0.1045452,-0.6472996,1),(0.6883166,0.05490109,-0.7233299,1),(0.7953299,0.1426742,-0.5891473,1),(0.7600659,0.1417811,-0.6341909,1),(0.7712935,0.1698658,-0.6133938,1),(0.8157331,0.1745714,-0.5514565,1),(0.8208698,0.2026221,-0.5339636,1),(0.3567156,-0.2677172,-0.8950315,1),(0.3196333,-0.3030652,-0.8977672,1),(0.4588913,-0.1792698,-0.870219,1),(0.4052793,-0.2092128,-0.8899319,1),(0.2948302,-0.287837,-0.9111668,1),(0.2861919,-0.2235018,-0.9317409,1),(0.3620904,-0.196743,-0.9111437,1),(0.3378974,-0.14484,-0.9299714,1),(0.4967373,-0.08195334,-0.864023,1),(0.4339117,-0.07976379,-0.8974176,1),(0.379708,-0.05045215,-0.9237296,1),(0.4595085,-0.01803096,-0.8879903,1),(0.3969769,-0.002686703,-0.9178246,1),(0.5290953,-0.01317094,-0.8484601,1),(0.566942,-0.05653353,-0.8218156,1),(0.6062527,0.01152829,-0.7951884,1),(0.2707928,-0.1416684,-0.9521562,1),(0.2659609,-0.08401316,-0.9603159,1),(0.2830443,-0.03848402,-0.9583344,1),(0.3066069,-0.08016731,-0.9484542,1),(0.2641481,-0.04853959,-0.9632599,1),(0.2657727,-0.03480396,-0.9634073,1),(0.2713013,-0.02142963,-0.9622558,1),(0.273344,-0.01934451,-0.9617218,1),(0.2813064,-8.181565e-5,-0.9596179,1),(0.3045852,-0.0001565881,-0.9524851,1),(0.2755828,-0.01718147,-0.9611238,1),(0.2781302,-0.01646141,-0.9604023,1),(0.2892785,0.007674536,-0.9572143,1),(0.3168953,0.01740013,-0.9483008,1),(0.343091,-0.01781671,-0.9391331,1),(0.3455596,0.01433173,-0.9382873,1),(0.2667706,-0.04831463,-0.9625483,1),(0.263737,-0.09567546,-0.9598381,1),(0.2635312,-0.1123109,-0.9580905,1),(0.2699908,-0.05015025,-0.961556,1),(0.2551671,-0.1784678,-0.9502836,1),(0.2384758,-0.2967251,-0.9247072,1),(0.2257454,-0.3427642,-0.9118945,1),(0.2498213,-0.2100465,-0.9452353,1),(0.2430617,-0.2447808,-0.9386178,1),(0.2623677,-0.1337028,-0.9556605,1),(0.2107607,-0.3903359,-0.8962242,1),(0.203307,-0.4111428,-0.8886101,1),(0.2407263,-0.2606624,-0.9349363,1),(0.2630924,-0.1441739,-0.9539372,1),(0.2723044,-0.0586817,-0.9604201,1),(0.2745085,-0.06362457,-0.9594775,1),(0.2027794,-0.4352338,-0.8771842,1),(0.1309651,-0.5916162,-0.7955115,1),(0.1006317,-0.6465696,-0.7561885,1),(0.1814565,-0.4903626,-0.852419,1),(0.002483898,-0.7705386,-0.6373884,1),(-0.1963961,-0.9204832,-0.3378451,1),(-0.2417892,-0.932527,-0.2682003,1),(-0.03689809,-0.8127351,-0.5814638,1),(-0.07729626,-0.8491863,-0.5224057,1),(0.06768736,-0.6983809,-0.7125185,1),(-0.2852173,-0.9376587,-0.1986135,1),(-0.3008299,-0.9378798,-0.1728668,1),(-0.09093373,-0.8628396,-0.4972313,1),(0.05523552,-0.7198844,-0.6918927,1),(0.1572354,-0.5449108,-0.8236196,1),(0.1467639,-0.5686033,-0.8094137,1),(-0.3844892,-0.9230438,0.01257016,1),(-0.5142215,-0.8112158,0.2783976,1),(-0.5474857,-0.7648559,0.3394922,1),(-0.4273693,-0.9002073,0.08355965,1),(-0.6117566,-0.6306078,0.4775852,1),(-0.6840852,-0.3722436,0.6272655,1),(-0.6901564,-0.317158,0.6504576,1),(-0.6318621,-0.5731179,0.5218104,1),(-0.6482379,-0.5132807,0.5624327,1),(-0.5760195,-0.7149736,0.3962501,1),(-0.6940441,-0.2586634,0.6718602,1),(-0.6929054,-0.2310779,0.6829972,1),(-0.6537452,-0.484838,0.5809898,1),(-0.5880159,-0.6910086,0.4204097,1),(-0.4659194,-0.8717866,0.1513515,1),(-0.4823254,-0.8576828,0.1781645,1),(-0.7041129,-0.1012512,0.7028323,1),(-0.6917414,0.07841464,0.7178752,1),(-0.6872069,0.115121,0.7172822,1),(-0.7020397,-0.05672665,0.7098749,1),(-0.6815348,0.1768894,0.7100848,1),(-0.6836445,0.2141836,0.6976786,1),(-0.6796697,0.2419115,0.6924796,1),(-0.6760334,0.208534,0.7067478,1),(-0.6691387,0.2463451,0.7011186,1),(-0.6806041,0.1581444,0.71538,1),(-0.673818,0.275161,0.6857518,1),(-0.6676216,0.292731,0.6845364,1),(-0.6637051,0.2660363,0.6990853,1),(-0.6759921,0.1803106,0.7145088,1),(-0.6980891,-0.00663165,0.7159801,1),(-0.6946881,0.0182708,0.7190791,1),(-0.69182,0.2286013,0.6849282,1),(-0.6937031,0.2504967,0.675298,1),(-0.6907544,0.2739153,0.6692001,1),(-0.6886671,0.2532738,0.6794041,1),(-0.6890766,0.2796765,0.6685466,1),(-0.6775417,0.3157882,0.6642401,1),(-0.6730215,0.3416007,0.6560114,1),(-0.6856858,0.3035421,0.6615869,1),(-0.6822045,0.3254481,0.654737,1),(-0.6869346,0.2990354,0.6623433,1),(-0.6695339,0.3607895,0.6492729,1),(-0.6697165,0.3685628,0.6447025,1),(-0.6809724,0.3355949,0.6508861,1),(-0.6841851,0.311688,0.6593492,1),(-0.6840828,0.2821704,0.6726147,1),(-0.679686,0.2973424,0.6705329,1),(-0.6641624,0.3229935,0.6742132,1),(-0.6513694,0.2613326,0.7123365,1),(-0.6592792,0.3519229,0.6644556,1),(-0.6489742,0.2954283,0.7011093,1),(-0.6261885,0.1083099,0.7721121,1),(-0.5525759,-0.1627546,0.8174172,1),(-0.631309,0.1518533,0.7605192,1),(-0.5744541,-0.1056404,0.8116912,1),(-0.6482389,0.3158814,0.6928242,1),(-0.6361039,0.1808332,0.7501141,1),(-0.5926821,-0.05911363,0.8032643,1),(-0.6369318,0.1897607,0.7472005,1),(-0.5996768,-0.04656832,0.7988861,1),(-0.6463247,0.3234064,0.6911387,1),(-0.6562105,0.3700433,0.6576136,1),(-0.6551262,0.3771386,0.6546572,1),(-0.4101775,-0.4441677,0.7965359,1),(-0.2134615,-0.6544209,0.725374,1),(-0.4529082,-0.3810979,0.8060015,1),(-0.2706086,-0.5996419,0.7531272,1),(0.07077165,-0.8064134,0.5871021,1),(0.470903,-0.8259816,0.309846,1),(0.01476026,-0.7762162,0.630294,1),(0.4466428,-0.8255763,0.3448681,1),(-0.3256257,-0.5404272,0.7758263,1),(-0.04466764,-0.7382197,0.6730797,1),(0.4159696,-0.823316,0.3861604,1),(-0.04656761,-0.727177,0.6848688,1),(0.4352775,-0.816986,0.3782425,1),(-0.3388167,-0.5203972,0.7838303,1),(-0.4909925,-0.3206325,0.8100131,1),(-0.5031313,-0.3006981,0.8102095,1),(0.7546954,-0.6559564,-0.01249001,1),(0.8409684,-0.5036485,-0.1977636,1),(0.7540209,-0.6568412,-0.003501186,1),(0.8426129,-0.4995293,-0.2011814,1),(0.8603912,-0.4175581,-0.2921852,1),(0.8592491,-0.3816159,-0.3406762,1),(0.8618471,-0.4069898,-0.3026201,1),(0.8611226,-0.3603248,-0.3586555,1),(0.8423487,-0.5013658,-0.1976893,1),(0.8627616,-0.4018975,-0.3067915,1),(0.8630915,-0.3428587,-0.3708383,1),(0.8611574,-0.4009305,-0.3125104,1),(0.8622341,-0.3360064,-0.3790146,1),(0.8405288,-0.5020851,-0.2035237,1),(0.7493542,-0.6620424,0.01296048,1),(0.7523348,-0.6587754,0.002697139,1),(0.8541517,-0.3761095,-0.359119,1),(0.8512001,-0.3905817,-0.350577,1),(0.8549033,-0.3425095,-0.3896506,1),(0.8492478,-0.3460173,-0.3988111,1),(0.8489811,-0.4253369,-0.3135598,1),(0.8426367,-0.4797592,-0.2445292,1),(0.8468491,-0.3687412,-0.3832446,1),(0.8400375,-0.4161351,-0.3480928,1),(0.8376154,-0.3105214,-0.4494187,1),(0.8469145,-0.2990753,-0.4396474,1),(0.8235156,-0.3483261,-0.4477622,1),(0.8170006,-0.3078822,-0.4875638,1),(0.8328065,-0.2795866,-0.4777704,1),(0.8469283,-0.2741786,-0.455564,1),(0.8563944,-0.3095123,-0.4132683,1),(0.8567966,-0.2935786,-0.4239238,1),(0.8349622,-0.5326978,-0.1380984,1),(0.8300145,-0.5575152,0.01589719,1),(0.8383996,-0.4701205,-0.275813,1),(0.8474956,-0.5102741,-0.14619,1),(0.8102503,-0.5384502,0.2314428,1),(0.7410429,-0.4478293,0.5003043,1),(0.8494309,-0.5239922,0.0624441,1),(0.8017078,-0.4809003,0.3549641,1),(0.8435934,-0.4433878,-0.3029152,1),(0.8659305,-0.4876938,-0.110991,1),(0.8453477,-0.4978785,0.1936601,1),(0.8659485,-0.4651487,-0.1837656,1),(0.8527024,-0.5055689,0.1315247,1),(0.8343014,-0.4061961,-0.3727544,1),(0.8270031,-0.3916221,-0.4033584,1),(0.8119585,-0.3538748,-0.4642155,1),(0.6194858,-0.2951325,0.7274162,1),(0.4879594,-0.1055745,0.8664581,1),(0.6905584,-0.3674955,0.6229575,1),(0.5623001,-0.1939445,0.8038682,1),(0.347023,0.1259258,0.9293642,1),(0.1849851,0.402475,0.8965458,1),(0.4124596,0.05224406,0.9094765,1),(0.2163904,0.3811396,0.8988369,1),(0.6362264,-0.2866825,0.7162606,1),(0.4875109,-0.03486825,0.8724204,1),(0.256739,0.3549682,0.8989342,1),(0.5213636,-0.06523032,0.8508379,1),(0.2747348,0.3606633,0.8913152,1),(0.6635802,-0.3243662,0.6741275,1),(0.752462,-0.4332839,0.4960504,1),(0.7694224,-0.4614779,0.441619,1),(0.02768769,0.6295273,0.7764848,1),(-0.08324568,0.7482488,0.6581746,1),(0.01948443,0.6464013,0.7627488,1),(-0.105157,0.7667198,0.633311,1),(-0.1547763,0.804368,0.573617,1),(-0.2003747,0.8276613,0.5242392,1),(-0.174024,0.815171,0.5524597,1),(-0.2086475,0.8300822,0.517136,1),(-0.1275091,0.7847878,0.6065059,1),(-0.1911696,0.8240032,0.5333601,1),(-0.2116033,0.830108,0.5158922,1),(-0.1998682,0.8277498,0.5242929,1),(-0.2133959,0.8287795,0.517288,1),(-0.1393131,0.794198,0.5914739,1),(0.01079602,0.6660957,0.7457882,1),(0.003434838,0.6811476,0.732138,1),(-0.2250896,0.832778,0.5057819,1),(-0.2267216,0.8259148,0.5161996,1),(-0.2117411,0.8158299,0.538133,1),(-0.2206675,0.8280292,0.5154353,1),(-0.2047072,0.8063455,0.5548891,1),(-0.1582047,0.7694653,0.6187846,1),(-0.1324131,0.7469685,0.6515403,1),(-0.182768,0.7902505,0.5848932,1),(-0.153928,0.7687929,0.6206961,1),(-0.1884214,0.8008315,0.5684771,1),(-0.1037589,0.7204001,0.6857533,1),(-0.08820789,0.7063437,0.7023518,1),(-0.1372321,0.757271,0.6385201,1),(-0.1740785,0.7927735,0.5841291,1),(-0.207924,0.8200242,0.533224,1),(-0.2003678,0.8150004,0.5437162,1),(-0.1056027,0.7179562,0.6880312,1),(-0.06565228,0.6604214,0.7480196,1),(-0.03787365,0.6235752,0.7808454,1),(-0.07822556,0.6888287,0.7206913,1),(-0.03799634,0.5975694,0.8009164,1),(-0.02236574,0.5290014,0.8483262,1),(0.003675418,0.4711972,0.8820202,1),(-0.0107115,0.551376,0.834188,1),(0.01149602,0.506083,0.8624081,1),(-0.0129264,0.5874555,0.8091532,1),(0.02496506,0.413817,0.9100177,1),(0.03880558,0.3880697,0.9208127,1),(0.02495165,0.4853667,0.8739545,1),(-0.002931415,0.5686455,0.8225775,1),(-0.05063188,0.6589025,0.7505224,1),(-0.03958894,0.6421768,0.7655336,1),(-0.01247455,0.4545822,0.8906174,1),(-0.003346423,0.3737891,0.9275077,1),(0.01692284,0.3048805,0.9522403,1),(0.01123205,0.3872467,0.9219077,1),(0.004946848,0.2869358,0.957937,1),(0.01238881,0.1946918,0.9807862,1),(0.02276043,0.1496517,0.9884768,1),(0.02073444,0.225416,0.9740419,1),(0.03451107,0.1652518,0.9856474,1),(0.03427505,0.2365568,0.9710129,1),(0.0320539,0.1064595,0.9938003,1),(0.03900842,0.08592419,0.9955378,1),(0.04340496,0.1367884,0.9896489,1),(0.04473244,0.2045536,0.9778327,1),(0.0311464,0.3199574,0.9469198,1),(0.04313995,0.2889161,0.956382,1),(0.01981284,0.1114797,0.9935692,1),(0.02759008,0.05186033,0.9982731,1),(0.02927251,0.03836109,0.9988351,1),(0.02508128,0.08483405,0.9960794,1),(0.03572892,0.01573598,0.9992376,1),(0.04434679,0.002462855,0.9990132,1),(0.04322165,0.0004630923,0.9990654,1),(0.03530975,0.01031139,0.9993232,1),(0.03518542,0.00675685,0.9993579,1),(0.03108451,0.02688592,0.9991551,1),(0.04233077,-0.0001229862,0.9991036,1),(0.04043942,-0.0001508798,0.999182,1),(0.03450279,0.00537257,0.9993902,1),(0.03231945,0.02165367,0.999243,1),(0.0300339,0.06020222,0.9977342,1),(0.03386395,0.04857882,0.9982452,1),(0.05224988,0.0008122419,0.9986338,1),(0.06064263,-0.0001831276,0.9981595,1),(0.05216957,-0.0001570159,0.9986382,1),(0.06029611,-0.0004529454,0.9981804,1),(0.06908755,-0.0005245571,0.9976104,1),(0.07683673,-0.0002119679,0.9970437,1),(0.06863954,-0.0004228323,0.9976414,1),(0.07686155,-6.669362e-5,0.9970418,1),(0.05949029,-0.0003262652,0.9982289,1),(0.06815197,-0.0002332786,0.997675,1),(0.07689062,-1.04331e-5,0.9970396,1),(0.06934293,-0.0001197357,0.9975929,1),(0.07849056,3.39685e-6,0.9969148,1),(0.06042229,-0.0001865269,0.9981729,1),(0.05121112,-0.0002892903,0.9986879,1),(0.05044991,-0.0001977407,0.9987267,1),(0.08276566,0.0002978227,0.996569,1),(0.08521774,0.0005488157,0.9963623,1),(0.08324622,0.0003513421,0.996529,1),(0.08594698,0.0005684783,0.9962996,1),(0.08419424,0.0005410406,0.9964492,1),(0.079693,0.0002743465,0.9968194,1),(0.08496733,0.000585117,0.9963835,1),(0.08030608,0.0004016679,0.9967701,1),(0.08675923,0.0003451727,0.9962292,1),(0.08582175,0.0003593928,0.9963104,1),(0.0809738,0.000265339,0.9967162,1),(0.08591265,0.0001960104,0.9963026,1),(0.08024054,0.0001479061,0.9967755,1),(0.08751588,0.0001882817,0.9961631,1),(0.08378341,0.0002220155,0.996484,1),(0.08504304,0.0001242601,0.9963773,1),(0.07441942,-3.640027e-5,0.997227,1),(0.07116058,-0.0001752974,0.997465,1),(0.07479464,0.0001622813,0.997199,1),(0.07135723,9.533112e-6,0.9974509,1),(0.06991698,-0.0001426718,0.9975528,1),(0.07068916,6.210342e-5,0.9974983,1),(0.06999405,-5.687283e-5,0.9975475,1),(0.07070398,-3.642227e-5,0.9974973,1),(0.07155529,4.233842e-5,0.9974366,1),(0.07006066,-1.722773e-5,0.9975428,1),(0.07070706,-4.178221e-5,0.9974971,1),(0.07001676,-5.974958e-6,0.9975459,1),(0.07098888,-2.68981e-5,0.9974771,1),(0.07123309,3.032238e-5,0.9974596,1),(0.07519241,0.0001363788,0.997169,1),(0.07463994,8.144311e-5,0.9972106,1),(0.07092496,-0.002817367,0.9974777,1),(0.0680217,-0.01204525,0.9976111,1),(0.07087225,-0.002688018,0.9974817,1),(0.06784854,-0.01077262,0.9976375,1),(0.06196079,-0.02762604,0.9976962,1),(0.05364358,-0.04953877,0.9973306,1),(0.06161996,-0.02428917,0.9978042,1),(0.05217041,-0.04322474,0.9977023,1),(0.06775544,-0.009959965,0.9976523,1),(0.06146305,-0.02234407,0.9978592,1),(0.05194598,-0.0396628,0.997862,1),(0.06009819,-0.02174991,0.9979554,1),(0.05003983,-0.0385169,0.9980042,1),(0.06693618,-0.009729411,0.9977098,1),(0.07083401,-0.002524867,0.9974849,1),(0.07056361,-0.002482959,0.9975041,1),(0.04284291,-0.06699622,0.996833,1),(0.03255925,-0.06915975,0.9970742,1),(0.03213272,-0.06558668,0.9973294,1),(0.0424202,-0.05962497,0.9973191,1),(0.02375138,-0.05597804,0.9981495,1),(0.01577047,-0.02736943,0.9995009,1),(0.01410059,-0.04621967,0.9988317,1),(0.02239905,-0.06112379,0.9978788,1),(0.02117212,-0.06948256,0.9973584,1),(0.03068462,-0.06608723,0.9973419,1),(0.01219553,-0.06637125,0.9977204,1),(0.01252129,-0.07661793,0.9969819,1),(0.02206727,-0.07421768,0.9969979,1),(0.03034477,-0.06708549,0.9972857,1),(0.0411521,-0.05615398,0.9975737,1),(0.03922569,-0.05519669,0.9977046,1),(0.007381106,-0.001632629,0.9999714,1),(-0.002592172,0.002813888,0.9999927,1),(-0.005395819,-0.03869658,0.9992364,1),(0.005291549,-0.03427025,0.9993986,1),(-0.01420088,-0.01403425,0.9998006,1),(-0.02746047,-0.0522414,0.9982568,1),(-0.03259005,-0.09681014,0.9947691,1),(-0.01801809,-0.05953039,0.9980638,1),(-0.02220946,-0.1010831,0.99463,1),(-0.008793854,-0.07754884,0.9969498,1),(-0.0376222,-0.1366208,0.9899088,1),(-0.03813966,-0.1554733,0.9871035,1),(-0.02240958,-0.1209508,0.9924055,1),(-0.008821671,-0.09630989,0.9953123,1),(0.002651918,-0.06598813,0.9978168,1),(0.002765235,-0.08154215,0.9966661,1),(-0.03957984,-0.09473143,0.9947158,1),(-0.04859491,-0.1243661,0.9910457,1),(-0.05367454,-0.1535401,0.9866835,1),(-0.04547909,-0.1337173,0.9899754,1),(-0.05453306,-0.1412632,0.9884689,1),(-0.05740695,-0.1455855,0.9876788,1),(-0.05606043,-0.1424337,0.9882155,1),(-0.05720771,-0.1564289,0.9860311,1),(-0.05923053,-0.1676603,0.9840638,1),(-0.05800794,-0.1780355,0.9823128,1),(-0.05437777,-0.1363906,0.9891616,1),(-0.05320479,-0.1336184,0.9896037,1),(-0.05947914,-0.1730668,0.9831125,1),(-0.05907084,-0.1896821,0.9800671,1),(-0.05080406,-0.1677051,0.9845273,1),(-0.0519908,-0.1838007,0.9815877,1),(-0.05509088,-0.1142439,0.991924,1),(-0.04394377,-0.01623216,0.9989021,1),(-0.03645457,0.01773948,0.9991778,1),(-0.04983761,-0.09343771,0.994377,1),(-0.02011017,0.1696659,0.9852965,1),(0.02001102,0.4509858,0.8923067,1),(0.02530809,0.4928909,0.869723,1),(-0.01227317,0.2119735,0.9771983,1),(-0.00483593,0.253177,0.9674079,1),(-0.02916904,0.05243417,0.9981983,1),(0.03011042,0.5313601,0.8466108,1),(0.03138464,0.5443254,0.8382869,1),(-0.0001571222,0.26839,0.9633103,1),(-0.02405385,0.06667987,0.9974844,1),(-0.04457401,-0.07077254,0.9964961,1),(-0.04085046,-0.0608174,0.9973127,1),(0.06124314,0.6658409,0.7435759,1),(0.09300897,0.7302181,0.6768538,1),(0.09178015,0.7629531,0.6399053,1),(0.06270457,0.7014223,0.7099824,1),(0.1213693,0.689575,0.7139719,1),(0.1444894,0.5249313,0.8387908,1),(0.1183756,0.7245565,0.6789734,1),(0.1406,0.5664371,0.8120226,1),(0.1153112,0.7548883,0.645637,1),(0.09031923,0.7910836,0.6050034,1),(0.1367967,0.6035481,0.7855039,1),(0.1133996,0.7688169,0.629334,1),(0.1344213,0.6197641,0.7731904,1),(0.08555374,0.8043071,0.5880226,1),(0.06378061,0.7325252,0.6777454,1),(0.06054126,0.7458013,0.6634118,1),(0.1541968,0.2987385,0.9417955,1),(0.1532638,0.1334029,0.9791393,1),(0.1502998,0.3444645,0.9266899,1),(0.1495551,0.1779253,0.9726129,1),(0.147635,0.03248318,0.9885083,1),(0.1406885,-0.01445465,0.9899484,1),(0.1373993,0.01908797,0.9903317,1),(0.1441763,0.0726174,0.9868839,1),(0.1408203,0.111641,0.9837205,1),(0.1460463,0.2202452,0.9644494,1),(0.1340475,0.05259449,0.9895782,1),(0.1346442,0.06990542,0.9884252,1),(0.1418508,0.1313901,0.9811294,1),(0.1443552,0.2406902,0.9598072,1),(0.1465751,0.3867985,0.910441,1),(0.1426091,0.4061829,0.9025952,1),(0.1334796,-0.02856371,0.9906399,1),(0.1265505,-0.02557551,0.9916304,1),(0.1245514,-0.01035154,0.9921591,1),(0.1306106,-0.003445162,0.9914277,1),(0.1198647,-0.005461239,0.9927753,1),(0.1132887,0.03187611,0.9930506,1),(0.1146933,0.02269158,0.9931417,1),(0.1192617,-0.001652817,0.9928615,1),(0.118364,0.002046919,0.9929681,1),(0.122247,0.005512823,0.9924843,1),(0.1158785,0.0119489,0.9931915,1),(0.1161356,0.006236585,0.9932138,1),(0.1183153,0.004131123,0.9929675,1),(0.1222282,0.01407247,0.9924023,1),(0.1275052,0.02235584,0.9915859,1),(0.1277252,0.03601016,0.9911556,1),(0.1109701,0.06458238,0.9917231,1),(0.1174005,0.07077403,0.9905596,1),(0.1204728,0.05070785,0.9914207,1),(0.1139971,0.04583021,0.9924234,1),(0.13266,0.05035591,0.9898817,1),(0.1572611,0.003151312,0.987552,1),(0.1554342,0.005377082,0.9878316,1),(0.1341494,0.03724489,0.9902609,1),(0.1361691,0.02000562,0.9904836,1),(0.1237079,0.026706,0.9919593,1),(0.154648,0.003860177,0.9879621,1),(0.1543323,0.002384399,0.9880161,1),(0.1350178,0.01032886,0.9907893,1),(0.1237272,0.01373298,0.9922212,1),(0.1169417,0.02399625,0.9928489,1),(0.1173818,0.01234191,0.9930102,1),(0.1920308,-0.07130846,0.9787948,1),(0.2414687,-0.1781989,0.9539067,1),(0.1857107,-0.05091818,0.9812843,1),(0.2283828,-0.1412771,0.9632664,1),(0.3057929,-0.3247641,0.8949966,1),(0.3784777,-0.5082324,0.7735984,1),(0.2835855,-0.2718603,0.9196039,1),(0.3465066,-0.4423979,0.8271744,1),(0.2164994,-0.1061026,0.9704999,1),(0.2620468,-0.2187586,0.9399341,1),(0.3137397,-0.3722996,0.873476,1),(0.2528857,-0.1952384,0.9475921,1),(0.2963901,-0.3435475,0.8911386,1),(0.2134467,-0.08955785,0.9728411,1),(0.1806911,-0.03345914,0.9829707,1),(0.1814644,-0.02508855,0.9830775,1),(0.4472224,-0.6719343,0.5903358,1),(0.5152864,-0.7745615,0.3667895,1),(0.4121688,-0.6065951,0.6798229,1),(0.4879237,-0.7281284,0.4814141,1),(0.5810968,-0.8083777,0.09408459,1),(0.6264443,-0.7456989,-0.2269375,1),(0.5707393,-0.7939713,0.2094429,1),(0.6337065,-0.7600722,-0.1438969,1),(0.4538358,-0.6645848,0.5935993,1),(0.5536636,-0.7636218,0.3321722,1),(0.6388656,-0.7676077,-0.05127436,1),(0.5534979,-0.7476081,0.3670453,1),(0.6426319,-0.7653667,-0.03518566,1),(0.4424472,-0.6361495,0.632103,1),(0.3734275,-0.5301695,0.7612307,1),(0.3556669,-0.4974709,0.7912165,1),(0.6185431,-0.609364,-0.4960644,1),(0.5850016,-0.4859801,-0.6493046,1),(0.6292393,-0.6341368,-0.4493644,1),(0.5928131,-0.5134155,-0.6204653,1),(0.5559487,-0.3969247,-0.730323,1),(0.5421499,-0.337533,-0.7695096,1),(0.5466335,-0.3651784,-0.7535493,1),(0.5623571,-0.4249223,-0.7093629,1),(0.6004018,-0.5405164,-0.5893724,1),(0.5676017,-0.4536256,-0.6870605,1),(0.5510315,-0.3935661,-0.7358465,1),(0.5533674,-0.4077076,-0.7263325,1),(0.5702215,-0.4675438,-0.675463,1),(0.5987403,-0.5548425,-0.577633,1),(0.6399945,-0.6571547,-0.3981893,1),(0.63872,-0.6662698,-0.3848653,1),(0.5349604,-0.2911625,-0.7931215,1),(0.5269786,-0.24365,-0.814204,1),(0.5392221,-0.3162276,-0.780538,1),(0.5305746,-0.265034,-0.8051382,1),(0.5176525,-0.1950968,-0.8330505,1),(0.5071052,-0.1453246,-0.849544,1),(0.5208294,-0.2112422,-0.8271115,1),(0.509253,-0.1548281,-0.8465753,1),(0.5343592,-0.2877733,-0.794762,1),(0.5237581,-0.2288547,-0.8205504,1),(0.5115579,-0.1652568,-0.8432074,1),(0.5256578,-0.2377001,-0.8168125,1),(0.5123887,-0.170726,-0.8416119,1),(0.5367988,-0.2991097,-0.7889108,1),(0.5434187,-0.342496,-0.7664154,1),(0.5457361,-0.3556512,-0.7587386,1),(0.495786,-0.09827014,-0.8628669,1),(0.4845053,-0.05811678,-0.8728557,1),(0.4967392,-0.1015922,-0.8619334,1),(0.4845659,-0.05783197,-0.8728409,1),(0.4737384,-0.02495294,-0.880312,1),(0.4638304,0.001269753,-0.8859231,1),(0.4734381,-0.02365811,-0.8805093,1),(0.4638416,0.001032305,-0.8859175,1),(0.4847044,-0.05780037,-0.8727662,1),(0.4732325,-0.02268767,-0.8806454,1),(0.4640318,0.0001432772,-0.8858186,1),(0.472587,-0.02243652,-0.8809983,1),(0.4635723,-0.0005974406,-0.8860589,1),(0.4842589,-0.05800132,-0.873,1),(0.4978101,-0.1053678,-0.8608615,1),(0.4978944,-0.1074846,-0.8605511,1),(0.4551506,0.0205731,-0.8901768,1),(0.4479925,0.03293358,-0.8934305,1),(0.4557355,0.01805911,-0.8899321,1),(0.4489239,0.02914835,-0.8930944,1),(0.4424831,0.0383986,-0.8959543,1),(0.4386749,0.03700647,-0.8978835,1),(0.4435095,0.03433461,-0.8956118,1),(0.4395331,0.0336487,-0.8975959,1),(0.4501422,0.02429751,-0.8926262,1),(0.4447761,0.02936189,-0.8951603,1),(0.4405222,0.02978002,-0.8972476,1),(0.4448099,0.02653021,-0.895232,1),(0.4403907,0.02757229,-0.8973827,1),(0.4501721,0.02149842,-0.892683,1),(0.4565848,0.01456396,-0.8895607,1),(0.4564463,0.01245966,-0.8896637,1),(0.4339144,0.03862014,-0.900126,1),(0.4254524,0.05309421,-0.9034219,1),(0.4345019,0.03637204,-0.8999363,1),(0.4258178,0.05177616,-0.9033263,1),(0.412971,0.0804776,-0.9071814,1),(0.3955779,0.1206335,-0.9104755,1),(0.4131489,0.07990187,-0.9071515,1),(0.3959689,0.1207104,-0.9102954,1),(0.4260466,0.05092116,-0.903267,1),(0.4130609,0.08023382,-0.9071622,1),(0.3955848,0.1219969,-0.9102908,1),(0.4120942,0.08031792,-0.9075943,1),(0.3953191,0.1228665,-0.9102893,1),(0.4253386,0.05036015,-0.903632,1),(0.4350843,0.03411439,-0.8997431,1),(0.4346548,0.032788,-0.9000001,1),(0.3760874,0.1648277,-0.9118059,1),(0.3578319,0.204454,-0.9111283,1),(0.3580532,0.2037764,-0.9111932,1),(0.3766099,0.165004,-0.9115584,1),(0.3398536,0.239256,-0.9095362,1),(0.3228274,0.2695465,-0.9072635,1),(0.3242762,0.2653438,-0.9079854,1),(0.340551,0.2371585,-0.9098247,1),(0.340586,0.2370287,-0.9098454,1),(0.3576545,0.2049642,-0.9110833,1),(0.3250646,0.2631022,-0.9083558,1),(0.3262723,0.2626218,-0.9080618,1),(0.3413988,0.2375888,-0.9093946,1),(0.3582552,0.2061507,-0.9105796,1),(0.3760827,0.1666784,-0.9114714,1),(0.3766425,0.1680629,-0.9109859,1),(0.3087788,0.2912309,-0.9054502,1),(0.2998631,0.3002448,-0.9055026,1),(0.303138,0.2904027,-0.9076197,1),(0.3111274,0.2844031,-0.9068156,1),(0.2962292,0.2967135,-0.9078598,1),(0.2978576,0.2805603,-0.912451,1),(0.3029329,0.2632723,-0.9159254,1),(0.3004242,0.2834061,-0.9107285,1),(0.3045446,0.2700073,-0.9134269,1),(0.306037,0.281578,-0.9094258,1),(0.3083087,0.2443392,-0.9193717,1),(0.3115957,0.2348002,-0.9207481,1),(0.3073447,0.2635584,-0.914372,1),(0.3082891,0.2776362,-0.9098769,1),(0.312904,0.2792734,-0.9077982,1),(0.3146116,0.2773078,-0.9078104,1),(0.3017722,0.2567135,-0.9181675,1),(0.3050677,0.2301986,-0.92409,1),(0.3109396,0.2059381,-0.9278502,1),(0.3074715,0.2355594,-0.9219399,1),(0.3076895,0.200866,-0.930043,1),(0.3095688,0.1685686,-0.935816,1),(0.3144616,0.1402801,-0.9388479,1),(0.3132901,0.1742362,-0.9335369,1),(0.3193111,0.1447109,-0.9365357,1),(0.3174098,0.1782839,-0.9313785,1),(0.3194178,0.1105196,-0.941147,1),(0.3230208,0.09563324,-0.9415476,1),(0.3233329,0.1296717,-0.9373586,1),(0.3215099,0.1640791,-0.9325821,1),(0.3137417,0.2114325,-0.9256687,1),(0.3176013,0.1990587,-0.9270949,1),(0.3110059,0.1332462,-0.9410212,1),(0.31221,0.09487329,-0.945264,1),(0.3150006,0.06503351,-0.9468607,1),(0.3149122,0.1038997,-0.9434168,1),(0.3130694,0.05344157,-0.9482254,1),(0.3134583,0.009007732,-0.9495593,1),(0.3136976,-0.01980778,-0.9493163,1),(0.3146247,0.02375307,-0.9489189,1),(0.3155873,-0.005028371,-0.9488832,1),(0.3172767,0.03604759,-0.9476476,1),(0.3133688,-0.04839459,-0.9483976,1),(0.3134682,-0.06211497,-0.947565,1),(0.3165491,-0.0188301,-0.9483892,1),(0.3191239,0.02204385,-0.9474567,1),(0.318525,0.07461181,-0.9449735,1),(0.3212622,0.06025542,-0.9450714,1),(0.3129196,-0.03812357,-0.9490142,1),(0.3108636,-0.08762711,-0.9464065,1),(0.309235,-0.1087839,-0.9447433,1),(0.3119901,-0.06439124,-0.9479008,1),(0.307189,-0.1393013,-0.941398,1),(0.3018203,-0.1928522,-0.9336554,1),(0.3006742,-0.1963877,-0.9332882,1),(0.3054488,-0.1528322,-0.9398634,1),(0.3037364,-0.1657149,-0.9382339,1),(0.3073476,-0.130191,-0.9426493,1),(0.2999116,-0.1976365,-0.93327,1),(0.2995606,-0.19755,-0.933401,1),(0.3029026,-0.1716727,-0.9374318,1),(0.3064372,-0.1404971,-0.9414653,1),(0.310607,-0.09106246,-0.9461664,1),(0.3100127,-0.1039679,-0.9450306,1),(0.3029162,-0.2201668,-0.9272369,1),(0.3194164,-0.1933496,-0.9276794,1),(0.3198924,-0.1814086,-0.9299247,1),(0.3027285,-0.2144394,-0.9286395,1),(0.350902,-0.1076416,-0.9302049,1),(0.3922213,0.04371845,-0.9188314,1),(0.392387,0.05943308,-0.917878,1),(0.3515146,-0.09220101,-0.931631,1),(0.3524324,-0.07376531,-0.9329255,1),(0.3209633,-0.1653745,-0.9325416,1),(0.3925473,0.07528383,-0.9166455,1),(0.3927612,0.08403616,-0.9157928,1),(0.3477658,-0.06460393,-0.935353,1),(0.3184281,-0.1573085,-0.9348034,1),(0.3031711,-0.2049517,-0.9306353,1),(0.3019874,-0.1997725,-0.9321452,1),(0.4235455,0.1905448,-0.8856082,1),(0.4401739,0.2622838,-0.8587515,1),(0.4234968,0.2041149,-0.8826027,1),(0.4401987,0.2731095,-0.8553573,1),(0.4494997,0.2651033,-0.8530359,1),(0.4524418,0.2014593,-0.8687409,1),(0.4498415,0.2727778,-0.8504322,1),(0.4530333,0.2053889,-0.8675116,1),(0.4403567,0.2801862,-0.8529838,1),(0.4503267,0.2768378,-0.848862,1),(0.4536287,0.20699,-0.8668196,1),(0.4512784,0.2772751,-0.8482137,1),(0.4523249,0.2052952,-0.8679032,1),(0.4432502,0.2835838,-0.8503585,1),(0.4234246,0.215043,-0.8800387,1),(0.4285076,0.2215177,-0.875963,1),(0.4496916,0.1154111,-0.8856962,1),(0.4467826,0.05368061,-0.8930306,1),(0.4502242,0.1159523,-0.8853548,1),(0.4471433,0.05214389,-0.8929411,1),(0.4458133,0.01630691,-0.8949775,1),(0.4479462,0.002635513,-0.8940567,1),(0.4460562,0.01388481,-0.8948972,1),(0.4481954,0.000377252,-0.8939356,1),(0.4474637,0.05104881,-0.8928438,1),(0.446288,0.01237427,-0.8948039,1),(0.4484395,-0.001109033,-0.8938125,1),(0.4464743,0.01153813,-0.8947221,1),(0.4492816,-0.001719531,-0.8933886,1),(0.4470508,0.04999852,-0.8931102,1),(0.4506876,0.1158416,-0.8851336,1),(0.4497512,0.1145163,-0.8857822,1),(0.4513082,0.0009850709,-0.8923677,1),(0.4535781,4.983389e-6,-0.8912165,1),(0.4516055,-0.0006403544,-0.8922175,1),(0.4538709,-0.001039585,-0.8910668,1),(0.4547604,-0.0003049943,-0.8906138,1),(0.4548594,5.355028e-5,-0.8905634,1),(0.4549989,-0.0008205996,-0.8904917,1),(0.4549928,1.543977e-5,-0.8904952,1),(0.4541396,-0.001938143,-0.8909284,1),(0.4552109,-0.001314094,-0.8903827,1),(0.4551022,6.491407e-7,-0.8904393,1),(0.4554082,-0.001544614,-0.8902814,1),(0.4550288,1.677598e-5,-0.8904767,1),(0.4545814,-0.002356399,-0.890702,1),(0.4518827,-0.001869904,-0.8920754,1),(0.4525383,-0.002415306,-0.8917417,1),(0.4546662,0.0006140825,-0.8906617,1),(0.4549993,0.0009114444,-0.8904914,1),(0.4546914,0.0009446252,-0.8906485,1),(0.4549568,0.00144294,-0.8905124,1),(0.4558608,0.0009460939,-0.8900506,1),(0.4572515,0.0007185425,-0.8893371,1),(0.4557939,0.001511337,-0.890084,1),(0.457204,0.001150838,-0.8893611,1),(0.4548999,0.002073593,-0.8905402,1),(0.4557218,0.002175949,-0.8901195,1),(0.4571542,0.001657441,-0.8893858,1),(0.4558612,0.00252551,-0.8900473,1),(0.4574179,0.001917715,-0.8892498,1),(0.454941,0.002411842,-0.8905184,1),(0.4546959,0.001349,-0.8906457,1),(0.4546627,0.001575965,-0.8906624,1),(0.458854,0.0004041901,-0.8885116,1),(0.4603415,0.0001794916,-0.8877419,1),(0.4588387,0.000647341,-0.8885193,1),(0.4603517,0.0002875437,-0.8877366,1),(0.4617166,4.478424e-5,-0.8870274,1),(0.4629764,-2.44134e-7,-0.8863706,1),(0.4617404,7.177476e-5,-0.887015,1),(0.4630065,-2.454063e-7,-0.8863549,1),(0.46037,0.0004139387,-0.887727,1),(0.4617755,0.0001035649,-0.8869969,1),(0.463044,-3.293327e-8,-0.8863353,1),(0.4620245,0.0001184494,-0.886867,1),(0.4632749,1.061052e-7,-0.8862146,1),(0.4606335,0.0004768752,-0.8875902,1),(0.4588284,0.0009319313,-0.8885244,1),(0.4590965,0.001076654,-0.8883857,1),(0.4640197,2.451135e-8,-0.8858249,1),(0.4647349,1.071406e-7,-0.88545,1),(0.4640419,-1.184968e-7,-0.8858132,1),(0.4647496,8.982407e-8,-0.8854422,1),(0.4651285,-1.550459e-7,-0.8852433,1),(0.4652079,-1.839141e-7,-0.8852015,1),(0.465133,2.302045e-8,-0.8852409,1),(0.4651904,-6.832783e-8,-0.8852106,1),(0.4647787,1.063516e-7,-0.8854269,1),(0.4651442,2.624367e-7,-0.885235,1),(0.4651759,-3.259116e-8,-0.8852183,1),(0.4651821,3.746813e-7,-0.885215,1),(0.4651411,-1.009477e-8,-0.8852365,1),(0.4648867,7.974688e-8,-0.8853702,1),(0.4640782,-2.39592e-7,-0.8857942,1),(0.464251,-3.134691e-7,-0.8857037,1),(0.4647549,-0.0001370054,-0.8854393,1),(0.4635601,-0.0005460036,-0.8860652,1),(0.4647096,-4.343581e-5,-0.8854632,1),(0.4634835,-0.0001726089,-0.8861055,1),(0.4616244,-0.001227234,-0.8870746,1),(0.4586955,-0.002180939,-0.8885908,1),(0.4615089,-0.0003880157,-0.8871355,1),(0.4587335,-0.0006893303,-0.8885736,1),(0.4634151,-2.891083e-5,-0.8861412,1),(0.4614148,-6.461899e-5,-0.8871846,1),(0.4586271,-0.0001149739,-0.8886288,1),(0.4609586,1.388725e-7,-0.8874217,1),(0.4585646,-9.606121e-9,-0.8886611,1),(0.4630968,-1.632721e-7,-0.8863077,1),(0.464668,-7.507214e-6,-0.8854849,1),(0.4644911,-3.12876e-7,-0.8855778,1),(0.4566208,-0.005780321,-0.8896427,1),(0.4568101,-0.01439573,-0.8894477,1),(0.4559446,-0.007803547,-0.889974,1),(0.4564977,-0.002640643,-0.8897206,1),(0.4587843,-0.02804184,-0.888105,1),(0.4626205,-0.04671483,-0.8853248,1),(0.460419,-0.02771544,-0.8872689,1),(0.4570813,-0.01617271,-0.8892778,1),(0.4562873,-0.007324302,-0.8898023,1),(0.4555096,-0.003361514,-0.8902246,1),(0.459023,-0.01281834,-0.8883319,1),(0.4575036,-0.006163124,-0.8891864,1),(0.4556654,-0.003471083,-0.8901443,1),(0.455316,-0.001543488,-0.8903285,1),(0.4562961,-0.0009557086,-0.8898274,1),(0.4564692,-0.0003856744,-0.8897392,1),(0.4660157,-0.07099278,-0.8819237,1),(0.469204,-0.1014583,-0.8772421,1),(0.4631555,-0.04426996,-0.8851707,1),(0.4649634,-0.06772402,-0.8827358,1),(0.4712447,-0.1382691,-0.8710971,1),(0.4717967,-0.1814933,-0.8628256,1),(0.4652854,-0.09820481,-0.8796961,1),(0.4638111,-0.135818,-0.8754615,1),(0.4625206,-0.04023744,-0.885695,1),(0.4623895,-0.06525563,-0.8842725,1),(0.460582,-0.09799782,-0.8821909,1),(0.4613035,-0.05030185,-0.8858154,1),(0.4595021,-0.08086153,-0.8844881,1),(0.4615822,-0.02775054,-0.8866634,1),(0.4615863,-0.02278058,-0.8868029,1),(0.460473,-0.01306442,-0.8875777,1),(0.4759835,-0.2295509,-0.8489676,1),(0.4877927,-0.2808318,-0.8265541,1),(0.4636177,-0.1771215,-0.8681512,1),(0.4662949,-0.2188122,-0.8571407,1),(0.5067294,-0.3354501,-0.7941653,1),(0.5318419,-0.3930934,-0.7500811,1),(0.471704,-0.2610801,-0.8422188,1),(0.4795433,-0.3040908,-0.8231446,1),(0.4510239,-0.1620006,-0.8776862,1),(0.4417472,-0.1871572,-0.8774005,1),(0.4293049,-0.2077807,-0.8789337,1),(0.4204977,-0.1529732,-0.8943046,1),(0.3955825,-0.1630902,-0.903834,1),(0.4400038,-0.1358659,-0.8876582,1),(0.4573062,-0.1322692,-0.879418,1),(0.4531907,-0.1118502,-0.8843686,1),(0.5708555,-0.4470962,-0.6886429,1),(0.6325486,-0.4875846,-0.6017836,1),(0.503328,-0.3504177,-0.7898534,1),(0.5573943,-0.3992595,-0.7279446,1),(0.7131007,-0.509323,-0.4817441,1),(0.8012382,-0.5038741,-0.3226888,1),(0.6388642,-0.4468694,-0.626227,1),(0.7362009,-0.4843741,-0.4726415,1),(0.4741287,-0.2867307,-0.8324587,1),(0.5506214,-0.3553725,-0.755332,1),(0.6529524,-0.4372175,-0.6184611,1),(0.5051588,-0.3091812,-0.8057429,1),(0.6079628,-0.4185049,-0.674711,1),(0.4300873,-0.2289962,-0.8732615,1),(0.4332393,-0.2374231,-0.8694447,1),(0.393149,-0.1815355,-0.9013761,1),(0.8697448,-0.4693178,-0.1525935,1),(0.9130728,-0.4077698,-0.004691132,1),(0.8185657,-0.4935734,-0.2938289,1),(0.8781694,-0.4607342,-0.1286176,1),(0.9385421,-0.3237078,0.1197999,1),(0.950037,-0.2186741,0.2227363,1),(0.920592,-0.3900036,0.02018633,1),(0.9468562,-0.2829179,0.1530391,1),(0.8256947,-0.4979051,-0.2651765,1),(0.8897343,-0.4464976,-0.09493528,1),(0.9374788,-0.3409917,0.06969982,1),(0.871156,-0.4685051,-0.1469354,1),(0.9315974,-0.3622025,0.0305904,1),(0.794871,-0.5132214,-0.3237034,1),(0.7482018,-0.4957589,-0.4409277,1),(0.7082087,-0.4976708,-0.5007636,1),(0.9460644,-0.1128238,0.3036989,1),(0.9313678,-0.0268817,0.3630859,1),(0.9506419,-0.1657246,0.2623271,1),(0.9369793,-0.06643399,0.3430106,1),(0.9137916,0.03944638,0.4042634,1),(0.8981507,0.08814049,0.4307629,1),(0.9166256,0.0146672,0.3994778,1),(0.8959728,0.0801711,0.4368126,1),(0.9430242,-0.09947532,0.3175062,1),(0.9200343,-0.002804209,0.3918276,1),(0.8935538,0.08021837,0.4417315,1),(0.9213264,-0.01011825,0.3886583,1),(0.8924226,0.08233862,0.4436239,1),(0.9451182,-0.113943,0.3062163,1),(0.9538525,-0.2128486,0.211804,1),(0.9542037,-0.2321673,0.1886628,1),(0.88328,0.1268139,0.4513698,1),(0.8645138,0.1603247,0.4763526,1),(0.8752593,0.1351933,0.4643748,1),(0.8519198,0.1813489,0.491269,1),(0.8467135,0.1931175,0.495764,1),(0.8250394,0.2206585,0.5202114,1),(0.8054165,0.2546529,0.5352159,1),(0.8291946,0.2221981,0.512898,1),(0.8081776,0.2539637,0.5313675,1),(0.8361469,0.2087063,0.5072474,1),(0.7824545,0.2869295,0.552663,1),(0.7966303,0.2700763,0.5407763,1),(0.7701192,0.3026743,0.56152,1),(0.8273341,0.2234215,0.5153651,1),(0.8655405,0.1513788,0.477414,1),(0.8602598,0.1611609,0.4837149,1),(0.8040545,0.2447121,0.54186,1),(0.7873467,0.2664358,0.555965,1),(0.770604,0.2996635,0.5624689,1),(0.7847047,0.2802636,0.552893,1),(0.7753931,0.2861211,0.562939,1),(0.7684747,0.3040034,0.563053,1),(0.7645013,0.3209115,0.5590648,1),(0.7637635,0.31315,0.5644487,1),(0.7526233,0.3297298,0.5699442,1),(0.752584,0.3238848,0.5733376,1),(0.7627048,0.3263786,0.5583532,1),(0.762571,0.3282339,0.5574478,1),(0.7469159,0.3352336,0.5742257,1),(0.7430965,0.3337499,0.580016,1),(0.762715,0.3096125,0.5678079,1),(0.7510235,0.3229218,0.5759212,1),(0.7646285,0.3192327,0.5598515,1),(0.7609019,0.3284627,0.5595896,1),(0.7709066,0.3275145,0.546294,1),(0.7680333,0.3240912,0.5523493,1),(0.7598604,0.3364661,0.5562398,1),(0.7593499,0.3388067,0.5555158,1),(0.7729436,0.3304549,0.541625,1),(0.7741645,0.3325834,0.5385701,1),(0.7854089,0.3167113,0.5318146,1),(0.7908821,0.3139803,0.5252826,1),(0.7930515,0.3137665,0.5221301,1),(0.8006826,0.3041728,0.5161263,1),(0.8031957,0.302784,0.5130287,1),(0.7933465,0.3092982,0.5243434,1),(0.775978,0.3204922,0.5432706,1),(0.7808459,0.3177221,0.5378962,1)]),
        normal=Normal(vector=[(-5.362462e-7,-1,-3.965647e-6),(1.421583e-5,-0.9999999,-2.643775e-5),(0,-1,0),(1.719136e-5,-1,-2.149886e-5),(1.767448e-6,-1,-2.003868e-5),(9.709225e-6,-1,-4.630001e-5),(4.320636e-5,-1,-0.0001171651),(6.084216e-5,-1,-9.152577e-5),(6.836851e-5,-1,-8.485474e-5),(1.367964e-5,-0.9999999,-5.701913e-5),(9.845788e-6,-1,-8.905965e-5),(4.137466e-5,-1,-0.0001239736),(2.059194e-5,-1,-0.0001630137),(-1.908159e-6,-0.9999999,-0.0002505041),(2.072048e-5,-1,-0.0001680381),(6.985496e-5,-1,-0.0002731432),(0.0001132117,-1,-0.0002232696),(1.528186e-5,-0.9999999,-0.0003503408),(8.114454e-5,-0.9999999,-0.0004556398),(0.000163025,-0.9999999,-0.000400779),(0.0002232867,-0.9999999,-0.0003630052),(0.0001427498,-1,-0.0001969376),(0.0001541813,-1,-0.0001899443),(0.0002617141,-0.9999999,-0.0003423691),(0.0002755673,-0.9999999,-0.0003367987),(9.252242e-5,-1,-0.0002186429),(5.484785e-5,-0.9999999,-0.0002616149),(0.0001662155,-1,-0.0003279165),(0.0001168877,-0.9999999,-0.0003682484),(3.259851e-5,-0.9999999,-0.0004424554),(-2.648444e-6,-0.9999999,-0.0003496188),(0.0002520836,-0.9999998,-0.0004383109),(0.0001967173,-0.9999999,-0.0004701545),(0.000339677,-0.9999998,-0.0005361772),(0.0002844238,-0.9999998,-0.0005543548),(0.0001755632,-0.9999998,-0.0005665843),(9.477774e-5,-0.9999998,-0.000518417),(1.447672e-5,-0.9999999,-0.0005257),(-2.00929e-5,-0.9999999,-0.0004938043),(7.531408e-5,-0.9999999,-0.0005207723),(9.918916e-8,-0.9999999,-0.0004042227),(-2.838412e-5,-0.9999999,-0.0004794792),(-2.665222e-5,-0.9999999,-0.0005103618),(-2.222544e-5,-0.9999998,-0.0004328341),(8.488229e-6,-0.9999999,-0.0005012557),(0.0004180501,-0.9999996,-0.0006133138),(0.0003666994,-0.9999998,-0.0006152012),(0.0004802068,-0.9999996,-0.0006660774),(0.0004344826,-0.9999997,-0.0006518323),(0.0003288613,-0.9999998,-0.00058515),(0.0002578212,-0.9999998,-0.0005870094),(0.0005233146,-0.9999997,-0.0006911384),(0.0004856564,-0.9999996,-0.0006615662),(0.000544385,-0.9999996,-0.0006857281),(0.0005179919,-0.9999997,-0.000641879),(0.0004365267,-0.9999998,-0.0005120806),(0.0003885356,-0.9999998,-0.0005603925),(0.0002519245,-0.9999998,-0.0003711046),(0.0002004419,-0.9999999,-0.0004354782),(0.0002996345,-0.9999999,-0.0002969842),(0.0001106623,-1,6.250042e-6),(8.473168e-5,-0.9999999,-8.641084e-5),(6.220587e-5,-1,-0.0001918713),(0.0001424855,-0.9999998,-0.000486448),(3.624762e-5,-0.9999999,-0.0003007468),(0.00054001,-0.9999996,-0.0006500143),(0.0005267067,-0.9999997,-0.0005951729),(0.0005107482,-0.9999997,-0.0005892216),(0.0005101936,-0.9999998,-0.0005281118),(0.0004736595,-0.9999999,-0.0003713539),(0.0004665229,-0.9999998,-0.0004464091),(0.0004611233,-0.9999998,-0.0005092378),(0.0004725465,-0.9999997,-0.000445586),(0.0003953057,-0.9999999,-0.0004152044),(0.0004174744,-0.9999998,-0.0003522517),(0.0004297901,-0.9999999,-0.0002043397),(0.0004605927,-0.9999998,-0.0002897721),(0.0003769082,-0.9999999,-8.23654e-5),(0.0003649538,-0.9999999,-0.0001497743),(0.0003751578,-0.9999999,-1.862589e-5),(0.0002428251,-0.9999999,0.0001958777),(0.0002121975,-1,0.0001691366),(0.0001775574,-1,0.0001317833),(0.0003391928,-1,-0.0002212068),(0.0001425399,-0.9999999,7.912031e-5),(0.0002458086,-0.9999999,-0.000355363),(0.0002860072,-0.9999999,-0.0002891577),(-6.66054e-5,-0.9999999,-0.0003588333),(5.650318e-6,-1,-0.0002808447),(0.0001218291,-0.9999999,-0.0001222061),(0.0003358674,-0.9999999,-0.0001438045),(-0.0005653978,-0.9999998,-0.0003957809),(-0.0004472265,-0.9999998,-0.0002983765),(-0.001275124,-0.9999991,-0.0004376311),(-0.001097512,-0.9999993,-0.0003139872),(-0.000754505,-0.9999998,-9.021546e-5),(-0.0002339021,-1,-0.0001127939),(-6.968424e-5,-1,4.903898e-5),(0.0001830768,-0.9999999,3.827773e-5),(-0.0004530484,-0.9999999,7.791714e-5),(-0.0002177546,-1,0.0001723385),(2.606342e-5,-1,0.0001724766),(0.0001739044,-1,0.0001888073),(0.000325146,-1,2.351186e-5),(0.0002412592,-0.9999999,0.0002028794),(-0.003060363,-0.9999949,-0.0009161768),(-0.002704558,-0.9999961,-0.0006857901),(-0.0069724,-0.9999737,-0.002032618),(-0.006205131,-0.9999797,-0.001543702),(-0.001979364,-0.9999979,-0.0002688093),(-0.004612026,-0.9999892,-0.0006616158),(-0.01340198,-0.9999048,-0.003312029),(-0.01197816,-0.9999253,-0.002426545),(-0.02271146,-0.9997327,-0.004316543),(-0.02037661,-0.9997881,-0.00291023),(-0.009006335,-0.9999591,-0.000856746),(-0.0155063,-0.9998797,-0.0004692114),(-0.003116247,-0.9999951,-5.091993e-5),(-0.006168575,-0.999981,0.0001896428),(-0.01075979,-0.9999415,0.001067914),(-0.006466927,-0.999978,0.001477285),(-0.003660366,-0.9999931,0.0005831381),(-0.001820564,-0.9999983,0.0002200674),(-0.001309152,-0.9999992,2.434895e-5),(-0.0007409198,-0.9999997,0.0001611025),(-0.03510701,-0.999373,-0.004588203),(-0.03162462,-0.9994966,-0.00255936),(-0.05075293,-0.9987043,-0.003732413),(-0.04590289,-0.9989454,-0.0009911964),(-0.02437709,-0.9997024,0.0008900606),(-0.03582287,-0.9993518,0.003572531),(-0.0699589,-0.9975489,-0.001449105),(-0.06350993,-0.997979,0.002101434),(-0.09309512,-0.9956537,0.002599494),(-0.08480085,-0.9963728,0.007062818),(-0.06754505,-0.9976158,0.01415789),(-0.05011131,-0.9987125,0.007884029),(-0.03620825,-0.9992887,0.0105467),(-0.02556122,-0.9996554,0.00596875),(-0.04934054,-0.9986387,0.01691687),(-0.03126764,-0.9994066,0.01444966),(-0.0226809,-0.9996986,0.009397469),(-0.01580206,-0.999859,0.005687538),(-0.01715418,-0.9998487,0.002898691),(-0.01045399,-0.9999405,0.003113858),(-0.1204383,-0.9926811,0.008886653),(-0.1100596,-0.9938214,0.01435416),(-0.1523348,-0.9881681,0.01782737),(-0.1396464,-0.9899011,0.02438238),(-0.1128682,-0.9930196,0.03424554),(-0.08835401,-0.9958277,0.02281859),(-0.1892855,-0.9814747,0.02963819),(-0.1740659,-0.9840246,0.03737066),(-0.2317588,-0.9717559,0.04447648),(-0.213802,-0.9754116,0.0534884),(-0.1749238,-0.9823503,0.06625368),(-0.1415617,-0.9887328,0.04866104),(-0.1056548,-0.9931361,0.05017827),(-0.0837526,-0.995819,0.03646879),(-0.1312348,-0.9891014,0.06675372),(-0.08494896,-0.9949785,0.0529277),(-0.06820681,-0.9968591,0.04024735),(-0.05385577,-0.9981073,0.02968746),(-0.06510932,-0.9975536,0.02544601),(-0.04162316,-0.99891,0.02112851),(-0.2770014,-0.9586904,0.0646756),(-0.2565151,-0.9636494,0.07469775),(-0.3215728,-0.9424408,0.09163146),(-0.299117,-0.9487391,0.1020935),(-0.2488016,-0.9616573,0.1153822),(-0.2114277,-0.9733949,0.08832237),(-0.3643708,-0.9230054,0.123672),(-0.3405117,-0.9306322,0.134073),(-0.4043674,-0.90064,0.1591686),(-0.3796591,-0.9095435,0.1690849),(-0.3220632,-0.9296629,0.1788914),(-0.2860169,-0.9470326,0.1460261),(-0.2198978,-0.9658195,0.13725),(-0.1894945,-0.9756112,0.1107915),(-0.2500286,-0.9540362,0.1652293),(-0.1657148,-0.9783249,0.1241734),(-0.1446902,-0.9839578,0.1043629),(-0.1238401,-0.9886197,0.08540909),(-0.1596642,-0.9833367,0.08692557),(-0.1037427,-0.9922754,0.0680224),(-0.4436097,-0.8749356,0.1941603),(-0.4182184,-0.8852182,0.2036714),(-0.4848138,-0.8450071,0.2256513),(-0.4585985,-0.8569397,0.2352484),(-0.3952837,-0.8860913,0.24206),(-0.3579109,-0.9094954,0.2114667),(-0.5283991,-0.810146,0.2538856),(-0.5012459,-0.8240188,0.2640938),(-0.5746387,-0.7693722,0.2790281),(-0.5464875,-0.7855008,0.2904134),(-0.4765243,-0.8268752,0.2986672),(-0.4346746,-0.8588384,0.2710253),(-0.3117811,-0.9243408,0.2199695),(-0.3449425,-0.9057624,0.2461893),(-0.3802748,-0.883927,0.2721473),(-0.2320137,-0.9554159,0.1826197),(-0.256506,-0.9451748,0.2021121),(-0.2089601,-0.9641855,0.1633464),(-0.2803008,-0.940287,0.193111),(-0.1869693,-0.9717596,0.1439648),(-0.6199968,-0.7229058,0.3049771),(-0.5911853,-0.7414116,0.317504),(-0.6601029,-0.6723503,0.3349763),(-0.6313413,-0.6930448,0.3479903),(-0.5186668,-0.7898918,0.3271935),(-0.557997,-0.7485971,0.3581088),(-0.6935026,-0.6194748,0.3678384),(-0.6654772,-0.6420501,0.3806729),(-0.7191219,-0.5664315,0.4025159),(-0.6924518,-0.5905034,0.4145072),(-0.6224561,-0.6588571,0.4224401),(-0.5930215,-0.7043128,0.3902167),(-0.4518816,-0.829585,0.3280119),(-0.4848744,-0.7981435,0.3575804),(-0.5143296,-0.7653632,0.3868903),(-0.331859,-0.90504,0.2660303),(-0.3545878,-0.8896646,0.2876881),(-0.3073526,-0.9197659,0.2440593),(-0.4165938,-0.8584492,0.2991897),(-0.2819627,-0.9332646,0.222518),(-0.7374632,-0.515157,0.4367624),(-0.7125812,-0.5404267,0.4474),(-0.7493174,-0.4674542,0.4690522),(-0.7265955,-0.493665,0.4778639),(-0.6649863,-0.5719781,0.480244),(-0.6462949,-0.6141541,0.4528993),(-0.754489,-0.4253319,0.4998391),(-0.734287,-0.452229,0.5062721),(-0.7528645,-0.3908115,0.529586),(-0.7355428,-0.4181617,0.5330268),(-0.6857184,-0.502948,0.5261499),(-0.6782047,-0.5342439,0.5046008),(-0.5618526,-0.7014039,0.4385823),(-0.5795038,-0.6730597,0.4595279),(-0.5924277,-0.6492453,0.47698),(-0.4096386,-0.8462678,0.3406276),(-0.4224346,-0.8349963,0.352605),(-0.3937394,-0.859621,0.3256087),(-0.5399581,-0.7326627,0.4143074),(-0.3752364,-0.8743095,0.3078645),(-0.744889,-0.3656193,0.5580885),(-0.7307093,-0.393228,0.5580642),(-0.7310591,-0.3509868,0.5851161),(-0.7201779,-0.3787273,0.5812997),(-0.6837839,-0.4664452,0.5611315),(-0.6875477,-0.4798898,0.5449623),(-0.711208,-0.3478348,0.6108961),(-0.7038168,-0.3756212,0.6029516),(-0.6848074,-0.3569299,0.6353266),(-0.6811578,-0.3846923,0.6229252),(-0.6586577,-0.472174,0.5858513),(-0.6742882,-0.4636177,0.5747993),(-0.5987175,-0.6190072,0.5082985),(-0.6023515,-0.6211334,0.5013641),(-0.5888632,-0.6257575,0.5115347),(-0.4310054,-0.8239807,0.367818),(-0.4361043,-0.8206884,0.3691659),(-0.4361413,-0.8216504,0.3669761),(-0.6001609,-0.6315183,0.4909088),(-0.4314579,-0.8265803,0.3613989),(-0.654267,-0.3784013,0.6547877),(-0.6542307,-0.4060065,0.6380759),(-0.6222983,-0.4111653,0.6660991),(-0.62527,-0.4384561,0.6455956),(-0.6143659,-0.5221445,0.5915401),(-0.638199,-0.4920748,0.5920849),(-0.5883685,-0.4533293,0.6695633),(-0.5937646,-0.4800972,0.6457168),(-0.5516893,-0.5028888,0.6653886),(-0.5589898,-0.5288774,0.6386073),(-0.5551373,-0.6047661,0.5710348),(-0.5868315,-0.5604022,0.5844468),(-0.5293327,-0.6933479,0.4889535),(-0.5536553,-0.6643196,0.5021405),(-0.500568,-0.7265297,0.4707296),(-0.3679577,-0.8719072,0.3230865),(-0.3893739,-0.8561872,0.3396046),(-0.407212,-0.8423987,0.3529062),(-0.5735254,-0.6412163,0.5098138),(-0.4211936,-0.8313874,0.362479),(-0.5128515,-0.5577136,0.6526399),(-0.5214608,-0.5825709,0.62345),(-0.4732206,-0.6151701,0.6305774),(-0.482412,-0.638411,0.5997584),(-0.4816996,-0.702298,0.5241594),(-0.5197119,-0.6529742,0.5509303),(-0.4335876,-0.6722763,0.6000386),(-0.442692,-0.6934711,0.5684378),(-0.3950488,-0.7264507,0.562322),(-0.4034621,-0.745293,0.5308075),(-0.4024084,-0.7942351,0.455256),(-0.4421602,-0.7500775,0.491811),(-0.3958802,-0.8314825,0.3897637),(-0.4326394,-0.7976168,0.4202746),(-0.3589421,-0.8622476,0.3573369),(-0.261977,-0.9355685,0.2368112),(-0.2895368,-0.9212354,0.2597952),(-0.3170316,-0.9053998,0.2823868),(-0.4679374,-0.7619985,0.4476525),(-0.3435099,-0.8886603,0.3037825),(-0.3573278,-0.7756844,0.5202215),(-0.3648282,-0.7920814,0.489395),(-0.3201884,-0.8190638,0.4760399),(-0.3268324,-0.8330392,0.4463476),(-0.3247434,-0.8674115,0.3770134),(-0.3631096,-0.8334923,0.4164637),(-0.2849421,-0.8565027,0.4303617),(-0.2907063,-0.8681467,0.4022577),(-0.2529093,-0.8880939,0.3838308),(-0.2577021,-0.8975507,0.3577602),(-0.2549154,-0.9197714,0.2983933),(-0.2883314,-0.8960925,0.3374658),(-0.2549721,-0.9315953,0.2590744),(-0.2878295,-0.9122899,0.2913441),(-0.224857,-0.9473818,0.2278314),(-0.1636652,-0.9752228,0.1488427),(-0.185615,-0.9678499,0.1697459),(-0.2095705,-0.9588519,0.1915282),(-0.3227189,-0.8892269,0.3242347),(-0.2351481,-0.9481169,0.213962),(-0.223376,-0.9138256,0.3391548),(-0.2272857,-0.9213735,0.3152969),(-0.1951732,-0.9342129,0.2985866),(-0.1984576,-0.9401897,0.2768717),(-0.2242101,-0.9387642,0.261633),(-0.1955009,-0.9536935,0.2285787),(-0.1685969,-0.9502871,0.2617816),(-0.1714538,-0.9549772,0.2421204),(-0.1438771,-0.9628871,0.2283585),(-0.1464508,-0.9665279,0.2106563),(-0.1688858,-0.9653704,0.1988408),(-0.1444366,-0.9744422,0.1720473),(-0.1718274,-0.9698452,0.1728457),(-0.148402,-0.9775476,0.149591),(-0.1270304,-0.9835101,0.1287286),(-0.1081165,-0.9894226,0.09671516),(-0.09270047,-0.9922411,0.08284977),(-0.1250757,-0.9857826,0.1121992),(-0.1973088,-0.9599714,0.1988073),(-0.1435848,-0.9811288,0.1294983),(-0.122646,-0.9728479,0.1962774),(-0.1248551,-0.9755825,0.1806929),(-0.1069844,-0.9806593,0.1638955),(-0.1085239,-0.9825855,0.1508253),(-0.1231391,-0.9814527,0.1469267),(-0.106397,-0.9867411,0.1225631),(-0.09799957,-0.9864421,0.1316361),(-0.09852519,-0.9876925,0.1214754),(-0.09680413,-0.9902788,0.09988339),(-0.09593956,-0.9910309,0.09302376),(-0.09515033,-0.9904929,0.09934907),(-0.09036244,-0.9928785,0.07763267),(-0.09323084,-0.9914522,0.09127185),(-0.08248737,-0.9938049,0.07448223),(-0.07685959,-0.9952724,0.05937493),(-0.05983402,-0.9970514,0.04804456),(-0.05500849,-0.997726,0.03894656),(-0.06805307,-0.9959636,0.05852479),(-0.1083239,-0.988071,0.1094606),(-0.0791662,-0.9943867,0.07019781),(-0.1006399,-0.9921631,0.07405368),(-0.0984172,-0.9926713,0.07012668),(-0.1051477,-0.9927207,0.05873295),(-0.1020282,-0.9931699,0.05660093),(-0.09046132,-0.994056,0.06057501),(-0.09239363,-0.9944384,0.05055391),(-0.1081784,-0.992738,0.05261785),(-0.1046401,-0.9931934,0.05115836),(-0.1075125,-0.9927083,0.05450938),(-0.1040584,-0.9931785,0.05261444),(-0.09413589,-0.9944792,0.04636455),(-0.0936169,-0.994503,0.04690024),(-0.07601693,-0.9962664,0.04092396),(-0.07686923,-0.996327,0.03772844),(-0.07619018,-0.9963967,0.03726427),(-0.05290414,-0.9982857,0.025038),(-0.05185254,-0.9983789,0.02347351),(-0.05288026,-0.9982177,0.02766152),(-0.07542767,-0.9960051,0.04779538),(-0.05313846,-0.998073,0.03204291),(-0.1034467,-0.9928557,0.05946653),(-0.100343,-0.9933423,0.05658758),(-0.09738758,-0.9932413,0.06314511),(-0.09464461,-0.9937438,0.05929277),(-0.09048636,-0.9946962,0.04890539),(-0.08542445,-0.9951049,0.04968731),(-0.08927897,-0.9938425,0.06562267),(-0.0869118,-0.9943584,0.06080781),(-0.0790641,-0.9946164,0.06698545),(-0.07709105,-0.9951427,0.06122061),(-0.07839861,-0.9957009,0.04932925),(-0.06937398,-0.9964389,0.04792489),(-0.06874172,-0.9969723,0.03634351),(-0.0622748,-0.9974694,0.03430279),(-0.05398086,-0.99805,0.03134121),(-0.03852069,-0.9991344,0.01570479),(-0.03085219,-0.9994574,0.01154581),(-0.04461187,-0.9988207,0.01915398),(-0.07338075,-0.996604,0.0373622),(-0.04907262,-0.9985577,0.02178014),(-0.06704874,-0.9955441,0.06630539),(-0.06551325,-0.9960748,0.05952337),(-0.05339222,-0.9966097,0.06259584),(-0.05233306,-0.9971335,0.05464438),(-0.05873887,-0.9972909,0.04427787),(-0.04662654,-0.9982237,0.03708854),(-0.03772406,-0.997726,0.05585282),(-0.03713015,-0.9982254,0.0465573),(-0.01964968,-0.998744,0.04609261),(-0.01945988,-0.9991888,0.03525598),(-0.0324739,-0.9991275,0.02626235),(-0.0156908,-0.9998081,0.01172999),(-0.03343993,-0.9993041,0.0165281),(-0.02049144,-0.999786,0.002821811),(-0.004664264,-0.9998717,-0.01531659),(-0.00116824,-0.9997175,-0.02374147),(0.0135523,-0.9988474,-0.04604463),(-0.0127095,-0.9998955,-0.00691111),(-0.04433847,-0.998679,0.02596753),(-0.02223067,-0.9997417,0.004735806),(0.001071972,-0.9994235,0.03393601),(0.001075717,-0.999765,0.02165426),(0.02398229,-0.9995075,0.02023488),(0.02415701,-0.9996843,0.006910434),(0.004498872,-0.9999773,-0.005009343),(0.02812092,-0.9993585,-0.02217977),(0.0480535,-0.99883,0.00543489),(0.04877736,-0.9987733,-0.008527922),(0.07224039,-0.9973363,-0.01007707),(0.07391619,-0.9969691,-0.02427133),(0.05426143,-0.9977516,-0.03933885),(0.08199582,-0.9950527,-0.05609631),(0.03985452,-0.9976215,-0.05624034),(0.0682864,-0.9947503,-0.07621526),(0.09986712,-0.9904205,-0.09536204),(0.09034502,-0.9886075,-0.1203876),(0.126789,-0.9814426,-0.1438569),(0.05903185,-0.9936246,-0.0960494),(0.01529482,-0.9992418,-0.03580272),(0.03328317,-0.99691,-0.07115211),(0.09658543,-0.9950187,-0.02468269),(0.09946055,-0.9942672,-0.0392444),(0.1224174,-0.9917858,-0.03708013),(0.1265367,-0.9905593,-0.05273104),(0.1109103,-0.9911867,-0.07244194),(0.1416934,-0.9859284,-0.08870215),(0.1512537,-0.9873495,-0.04757288),(0.1566241,-0.9855149,-0.06503257),(0.1846184,-0.9811936,-0.05635031),(0.1912155,-0.9785745,-0.07634424),(0.1756742,-0.9788165,-0.1051518),(0.2142069,-0.969143,-0.1219727),(0.1708552,-0.9760248,-0.1348486),(0.2115114,-0.9647608,-0.1565235),(0.2570294,-0.9495545,-0.1796723),(0.2624594,-0.9390022,-0.2222387),(0.3175277,-0.9139532,-0.2527162),(0.2127126,-0.9576728,-0.1939483),(0.1339841,-0.9843431,-0.1145292),(0.1676711,-0.9714488,-0.1678506),(0.2238974,-0.9724833,-0.06439102),(0.2316442,-0.9688368,-0.08772828),(0.2707388,-0.9599162,-0.07253498),(0.2794624,-0.9549196,-0.1001469),(0.2583947,-0.955793,-0.140328),(0.30938,-0.9371485,-0.1613592),(0.3272693,-0.9414988,-0.08046726),(0.3366741,-0.9347671,-0.1134063),(0.3955984,-0.9142386,-0.0875759),(0.4052629,-0.9053328,-0.1270222),(0.3686646,-0.9109529,-0.1850707),(0.4376707,-0.8739873,-0.211165),(0.4286582,-0.8629466,-0.2675355),(0.3651513,-0.9008934,-0.2346395),(0.4989412,-0.8116942,-0.3036613),(0.5824146,-0.705282,-0.4041911),(0.5116345,-0.7791109,-0.3622381),(0.4430422,-0.8364596,-0.3225662),(0.3081136,-0.9289214,-0.205356),(0.3779864,-0.880536,-0.2859767),(0.475134,-0.8742636,-0.09955264),(0.4844892,-0.8625574,-0.1458254),(0.5621724,-0.8178602,-0.1227467),(0.5704126,-0.802528,-0.1748666),(0.5975782,-0.7506037,-0.2819473),(0.5154216,-0.8219305,-0.2424269),(0.6524221,-0.7414843,-0.1566728),(0.6584098,-0.7216318,-0.2138784),(0.7412938,-0.6408489,-0.1994898),(0.7434769,-0.6156093,-0.2612801),(0.7520046,-0.5353701,-0.3845362),(0.6785511,-0.6563609,-0.329786),(0.7177476,-0.5387433,-0.4411282),(0.6494394,-0.6528503,-0.389891),(0.7715275,-0.3986006,-0.4958456),(0.7888175,-0.1984212,-0.5817182),(0.7633482,-0.3572996,-0.5381789),(0.7152444,-0.4955934,-0.4927602),(0.5742362,-0.7429076,-0.3440072),(0.6523301,-0.6114975,-0.4478129),(0.8214,-0.5120617,-0.2511867),(0.8177016,-0.4812595,-0.3158376),(0.8804547,-0.3545101,-0.314837),(0.8688932,-0.3194602,-0.3781133),(0.8399094,-0.2135302,-0.4989559),(0.8095952,-0.3863683,-0.4418994),(0.9038109,-0.1737468,-0.3910728),(0.883361,-0.1365309,-0.4483667),(0.8799722,0.02052612,-0.4745815),(0.8508558,0.05750915,-0.5222423),(0.7768168,0.1641092,-0.607967),(0.8312259,-0.02605148,-0.5553241),(0.7679161,0.1283253,-0.6275647),(0.8045706,-0.05567669,-0.5912412),(0.6904989,0.3053211,-0.6557364),(0.5910403,0.4725814,-0.6537111),(0.6889685,0.3194337,-0.6506032),(0.7545175,0.1501225,-0.6388792),(0.8031961,-0.2349145,-0.5474406),(0.7868512,-0.02585138,-0.6166011),(0.8149636,0.2093485,-0.5403771),(0.777857,0.2444423,-0.5789529),(0.7230135,0.3809242,-0.576323),(0.680117,0.411799,-0.6065167),(0.5783841,0.4922512,-0.650508),(0.6869575,0.3401292,-0.642185),(0.6077985,0.5317582,-0.5897576),(0.5619873,0.5564972,-0.6119487),(0.4709435,0.6574781,-0.5881622),(0.4257636,0.6749191,-0.6026686),(0.3233199,0.71841,-0.615915),(0.4561831,0.6189169,-0.6394051),(0.3456361,0.6931584,-0.6325085),(0.468513,0.5904888,-0.6571291),(0.2190883,0.770023,-0.5992203),(0.1181699,0.8263825,-0.5505706),(0.2355753,0.7740142,-0.5877127),(0.3548173,0.6993558,-0.6204886),(0.5851213,0.4614563,-0.6668516),(0.4745286,0.5999439,-0.6441196),(0.32934,0.7521123,-0.5708434),(0.2865997,0.7629645,-0.5794356),(0.2018338,0.8180815,-0.5385219),(0.1618765,0.823819,-0.5432477),(0.07646696,0.8378993,-0.540442),(0.1923411,0.7898149,-0.5824065),(0.09063879,0.8632946,-0.4964948),(0.05362806,0.8650565,-0.4987997),(-0.005393758,0.8934659,-0.4490985),(-0.03929827,0.8921706,-0.449986),(-0.1082256,0.8895782,-0.4437766),(-0.02330181,0.8695437,-0.493306),(-0.0977075,0.8770307,-0.4703938),(-0.007415164,0.8562765,-0.5164644),(-0.1739445,0.88898,-0.4236246),(-0.2330278,0.8910308,-0.3895665),(-0.165726,0.8875439,-0.4298846),(-0.08550829,0.8781038,-0.4707674),(0.09824663,0.8225944,-0.5600769),(0.008978847,0.8593403,-0.5113254),(-0.0848484,0.9130352,-0.3989579),(-0.1156369,0.9095615,-0.3991567),(-0.1453872,0.926137,-0.3480412),(-0.1732679,0.9213052,-0.3481021),(-0.1771073,0.9020607,-0.3935981),(-0.2280403,0.9107816,-0.3442011),(-0.1882464,0.9358401,-0.2979373),(-0.2133936,0.9303123,-0.2982989),(-0.2148799,0.944124,-0.2499127),(-0.2374201,0.9384381,-0.2509293),(-0.2621356,0.9182587,-0.296793),(-0.280605,0.92605,-0.2523733),(-0.2786876,0.9009656,-0.3325571),(-0.3063343,0.9065449,-0.2904057),(-0.3188183,0.9137755,-0.2517325),(-0.3434334,0.8967014,-0.2792493),(-0.349608,0.9031873,-0.2490516),(-0.3224647,0.8932241,-0.3133164),(-0.234885,0.8958058,-0.3773075),(-0.2859431,0.8918773,-0.3504162),(-0.227348,0.951984,-0.2050352),(-0.2472847,0.9465875,-0.2069358),(-0.2272068,0.959887,-0.1642985),(-0.2444602,0.9551475,-0.1671298),(-0.2851926,0.9348063,-0.2116656),(-0.2772575,0.9447163,-0.1750414),(-0.2148698,0.9681705,-0.1283625),(-0.2293367,0.964355,-0.1320004),(-0.1906343,0.976781,-0.0977617),(-0.2021914,0.9740289,-0.101913),(-0.257066,0.9558282,-0.1425118),(-0.2247557,0.9677236,-0.1139995),(-0.3053292,0.9338803,-0.1861229),(-0.281004,0.9465615,-0.1582971),(-0.2449916,0.9603868,-0.1328018),(-0.2995058,0.9371091,-0.1792284),(-0.2619532,0.9520208,-0.1582302),(-0.3265887,0.9237055,-0.2002694),(-0.3179757,0.9229227,-0.2170372),(-0.3432975,0.9123662,-0.2230126),(-0.1549366,0.9852998,-0.07196535),(-0.1643561,0.9834464,-0.07629071),(-0.1079356,0.9929915,-0.04814431),(-0.1169692,0.9917461,-0.05251383),(-0.1832228,0.9790421,-0.08891586),(-0.1352878,0.9886558,-0.06524567),(-0.04949027,0.9985256,-0.02230069),(-0.05991626,0.9978421,-0.02685039),(0.02012029,0.9997527,0.009472283),(0.006546527,0.9999691,0.00436153),(-0.08089568,0.9959193,-0.04000754),(-0.02021812,0.9997432,-0.01024083),(-0.1529294,0.9845343,-0.0854678),(-0.1006066,0.9930722,-0.0607116),(-0.0441698,0.9984828,-0.03288071),(-0.1187553,0.9889295,-0.08896945),(-0.06427439,0.9959106,-0.06348877),(-0.1698379,0.9789488,-0.1132006),(-0.2010444,0.9735084,-0.1089157),(-0.2175322,0.9664937,-0.1362702),(0.07347222,0.9962714,0.04522323),(0.05795164,0.9975473,0.03925602),(0.08347485,0.9935721,0.07646354),(0.07071117,0.9950576,0.06971587),(0.0284616,0.9993438,0.02240648),(0.04733321,0.9975988,0.05056045),(0.05107284,0.9942723,0.09388452),(0.04573569,0.9951838,0.08670339),(-0.02319754,0.9958909,0.08753955),(-0.01645592,0.9966088,0.08062426),(0.03724354,0.99714,0.06576329),(-0.001014153,0.9982386,0.05931858),(0.02920622,0.9993684,0.02024528),(0.03408592,0.9989177,0.03164717),(0.01885434,0.9995596,0.02291711),(0.03835393,0.999144,-0.01549923),(0.04484809,0.9985869,-0.0285118),(0.01849836,0.9996074,-0.02103882),(0.003358613,0.9999873,-0.003747637),(-0.01552172,0.9991169,-0.03904427),(-0.09390873,0.9940178,0.05576526),(-0.07428938,0.995998,0.04968899),(-0.1161644,0.9932118,0.006012848),(-0.08671013,0.9962332,0.0008396725),(-0.02634586,0.9994887,-0.01812076),(-0.03348348,0.9990073,0.02938351),(-0.09058935,0.9943185,-0.05589438),(-0.05399267,0.9967263,-0.06017763),(-0.01797499,0.9918857,-0.1258558),(0.02349331,0.9913547,-0.129089),(0.1084807,0.9836895,-0.1434811),(0.02101464,0.9967756,-0.07744006),(0.09693287,0.9890296,-0.1114644),(0.03631491,0.9978593,-0.05438876),(0.1917792,0.9661289,-0.1726722),(0.2698871,0.9382963,-0.2162428),(0.1718718,0.9717138,-0.1619647),(0.1009929,0.9890233,-0.1078581),(0.0105568,0.9999157,-0.007560364),(0.05877699,0.9963993,-0.06110581),(0.0880409,0.9759301,-0.1995229),(0.1312047,0.9707404,-0.201118),(0.2182037,0.938564,-0.2673662),(0.2568003,0.9289445,-0.2666754),(0.3333484,0.9032131,-0.2703423),(0.2182675,0.9528285,-0.2108964),(0.3747384,0.8735808,-0.3105282),(0.4011835,0.8626049,-0.3081633),(0.5518106,0.7758074,-0.3059867),(0.5597448,0.7705343,-0.3048978),(0.5741245,0.7600898,-0.3043756),(0.452676,0.8372687,-0.3067012),(0.494806,0.8111402,-0.311799),(0.4009987,0.8713447,-0.2827689),(0.5820317,0.7525299,-0.3081202),(0.5253198,0.7866928,-0.3242739),(0.5811328,0.7495545,-0.3169427),(0.4564479,0.836072,-0.3043665),(0.2998172,0.9252531,-0.2324142),(0.3717405,0.8895634,-0.265492),(0.6780585,0.6864637,-0.2626868),(0.670597,0.692635,-0.2656246),(0.7126971,0.6665959,-0.2184327),(0.6957043,0.6822169,-0.2248899),(0.6536975,0.7062279,-0.2718856),(0.6593047,0.7137325,-0.2364383),(0.6669299,0.7206084,-0.1895474),(0.6422689,0.7405524,-0.1976685),(0.522858,0.8334271,-0.1789378),(0.4906407,0.8511323,-0.1866696),(0.4188297,0.8861481,-0.1983006),(0.5886442,0.7803845,-0.2109453),(0.5282793,0.8204687,-0.2185226),(0.6173959,0.7474267,-0.2453073),(0.3417347,0.9178181,-0.2020576),(0.2605669,0.9451007,-0.1972043),(0.4597912,0.8603967,-0.2197941),(0.5673699,0.7841067,-0.2515311),(0.6321809,0.722863,-0.2789561),(0.6032228,0.7439733,-0.2874472),(0.3616236,0.9197394,-0.1526685),(0.3241703,0.9324808,-0.1593519),(0.2971011,0.9499894,-0.09618238),(0.261895,0.9597423,-0.1015173),(0.1878165,0.9760723,-0.1095801),(0.2438707,0.9550503,-0.1685403),(0.3363685,0.941249,-0.03010848),(0.3116558,0.9496047,-0.03348744),(0.4796562,0.8771308,0.02390941),(0.4735743,0.8804479,0.02320939),(0.2590167,0.9650732,-0.03929341),(0.4613761,0.8869227,0.02236579),(0.112915,0.9872696,-0.1120217),(0.2050409,0.9778456,-0.04214381),(0.4493235,0.8930824,0.0226306),(0.1523165,0.9874625,-0.04144221),(0.4383575,0.8984746,0.02420811),(0.04060231,0.9932942,-0.1082498),(0.1617254,0.972085,-0.1699871),(0.08083859,0.9832809,-0.1631681),(0.6023656,0.7973644,0.03695564),(0.6117485,0.7901286,0.03821648),(0.6094456,0.7927639,0.01007155),(0.6273664,0.7786312,0.01203969),(0.662746,0.7486666,0.01631446),(0.6316372,0.7741843,0.04090191),(0.4597786,0.8872383,-0.03757481),(0.4843545,0.8741502,-0.03552746),(-0.03887718,0.9946403,-0.09580828),(-0.01063126,0.9954209,-0.09499615),(0.5355446,0.84398,-0.02983036),(0.05793279,0.9941463,-0.09119679),(0.5834025,0.8118731,-0.02244286),(0.6963633,0.7173729,0.02132017),(0.1265795,0.988331,-0.08473249),(0.6267192,0.7791263,-0.0136156),(0.1942185,0.9780452,-0.07554413),(0.7273344,0.6857584,0.02683487),(0.6518816,0.7570422,0.04401555),(0.6721262,0.7389162,0.0474267),(-0.5781268,0.8061612,-0.1259908),(-0.5523553,0.8237448,-0.1278599),(-0.8029968,0.5774701,-0.1473916),(-0.7839535,0.6020704,-0.1514207),(-0.4938203,0.859705,-0.1305718),(-0.740862,0.652518,-0.1591972),(-0.8998531,0.3992199,-0.1757497),(-0.8865271,0.4256381,-0.1813892),(-0.9494323,0.2380772,-0.2046896),(-0.9411482,0.2635367,-0.2116331),(-0.8551644,0.4812348,-0.1926316),(-0.919923,0.3209062,-0.2253016),(-0.6923112,0.7020137,-0.1669783),(-0.8188013,0.5361972,-0.2050779),(-0.8941942,0.3774123,-0.2407839),(-0.7764793,0.5909613,-0.218734),(-0.8633742,0.4333459,-0.25845),(-0.6371105,0.7507792,-0.1744159),(-0.4302076,0.8930781,-0.1316552),(-0.360745,0.9234717,-0.1306257),(-0.9633532,0.1228734,-0.2384378),(-0.9573781,0.150182,-0.2467233),(-0.9490521,0.1215201,-0.2907458),(-0.9418377,0.152266,-0.2995948),(-0.9426427,0.2074331,-0.2615268),(-0.9264631,0.2078021,-0.3138223),(-0.8901315,0.2761453,-0.3625051),(-0.875634,0.3102598,-0.3701409),(-0.6551791,0.6330384,-0.412314),(-0.6271328,0.6595216,-0.4144102),(-0.8520973,0.358274,-0.3815362),(-0.5952407,0.683331,-0.4227854),(-0.9071714,0.2608646,-0.3301361),(-0.824925,0.402886,-0.3964612),(-0.5571285,0.7051222,-0.4386463),(-0.7931218,0.4449156,-0.4159423),(-0.5089874,0.7261801,-0.4621626),(-0.8836307,0.311605,-0.3494269),(-0.9237378,0.2632274,-0.278244),(-0.9003215,0.3176504,-0.2975222),(-0.260328,0.896686,-0.3580272),(-0.2375852,0.902631,-0.3589018),(0.01098177,0.9570132,-0.2898361),(0.03180744,0.9558805,-0.2920288),(-0.2056117,0.9057777,-0.3705274),(0.07282072,0.9494613,-0.3053201),(0.1835117,0.9493737,-0.2549766),(0.209057,0.9438316,-0.2558849),(0.3149585,0.9146844,-0.2532853),(0.3488721,0.90338,-0.2493849),(0.4246673,0.8699744,-0.2506036),(0.2655836,0.9266246,-0.2661435),(0.1290254,0.934476,-0.3318239),(0.3363346,0.8953637,-0.2918956),(0.5099718,0.8173975,-0.2679367),(0.6016847,0.7413349,-0.2973182),(0.4228694,0.8443229,-0.3290901),(0.2054207,0.9067557,-0.3682342),(-0.1608893,0.905511,-0.3926377),(-0.09732315,0.9007024,-0.4233949),(0.4479648,0.8521919,-0.2703639),(0.4857238,0.8343078,-0.2607733),(0.5882733,0.7573359,-0.2835082),(0.6202011,0.735857,-0.2717811),(0.6935826,0.6733161,-0.2561029),(0.5713221,0.7815127,-0.2506567),(0.7174785,0.6407485,-0.2732507),(0.7369979,0.6218026,-0.2649449),(0.8232495,0.5215342,-0.2241931),(0.8285717,0.5126858,-0.2249938),(0.8420496,0.4876087,-0.2306298),(0.7829074,0.5681228,-0.2535598),(0.8225284,0.5064601,-0.2587376),(0.7612935,0.5955775,-0.2563582),(0.8516657,0.4595304,-0.2519865),(0.8545396,0.43007,-0.2912075),(0.8536063,0.4387527,-0.2808064),(0.8193995,0.5049966,-0.2712247),(0.657875,0.70823,-0.2561459),(0.7398253,0.6143588,-0.2742658),(0.8775331,0.4500535,-0.1654912),(0.873262,0.4545912,-0.1753863),(0.87551,0.4638143,-0.1354934),(0.8632041,0.48122,-0.1526628),(0.8629908,0.4633323,-0.2014203),(0.8354297,0.5149792,-0.1919737),(0.8162473,0.55958,-0.1435638),(0.792077,0.5873364,-0.1662825),(0.6627591,0.7255183,-0.1854008),(0.6173655,0.7578196,-0.2111141),(0.7399638,0.6379167,-0.2133448),(0.52387,0.8109838,-0.2605102),(0.7991371,0.5511422,-0.2400464),(0.6728947,0.6911044,-0.2637942),(0.4100707,0.8594503,-0.3052658),(0.2748726,0.8992531,-0.3402777),(0.5845852,0.7470894,-0.3164134),(0.7482783,0.5922542,-0.2988555),(0.8482784,0.4719114,-0.2402569),(0.8245606,0.4827581,-0.2950327),(0.4340371,0.8778926,-0.2022779),(0.3671412,0.9024019,-0.2255614),(0.1731741,0.9706182,-0.1670661),(0.09048969,0.9780942,-0.1874661),(0.227287,0.935712,-0.2697842),(-0.07938757,0.9718538,-0.2218058),(-0.1882457,0.9738497,-0.1272025),(-0.2704303,0.9521072,-0.142686),(-0.6956652,0.7066878,-0.1290053),(-0.7343995,0.6654752,-0.1334171),(-0.4324749,0.8868525,-0.1626599),(-0.8129036,0.5670407,-0.1328628),(-0.2504886,0.9384258,-0.2379337),(-0.5742513,0.8024756,-0.1620746),(-0.8729097,0.4743957,-0.1139185),(-0.6918384,0.708531,-0.1390811),(-0.9176942,0.3898169,-0.07668305),(-0.4114175,0.8816584,-0.2311147),(0.0710031,0.9509662,-0.3010347),(-0.09396995,0.9450651,-0.3130839),(-0.9472655,0.2926282,-0.1306018),(-0.956261,0.2627247,-0.1286096),(-0.9831392,0.1453389,-0.110968),(-0.9863913,0.12414,-0.1078033),(-0.9725214,0.2012767,-0.1170037),(-0.9918987,0.08364779,-0.09560388),(-0.9755889,0.2051489,-0.07835963),(-0.9780554,0.1944363,-0.07484755),(-0.8841128,0.4659733,-0.03483674),(-0.8812943,0.4715652,-0.0307654),(-0.9834512,0.1695403,-0.06387272),(-0.880866,0.4729238,-0.02045184),(-0.9963298,0.04796894,-0.07089367),(-0.9880066,0.1484184,-0.04260042),(-0.8785859,0.4775761,-0.002770195),(-0.9909158,0.1340783,-0.01043243),(-0.8728417,0.4874869,0.02245107),(-0.9992565,0.01968,-0.03315341),(-0.9850165,0.1466964,-0.09068018),(-0.9937397,0.1002209,-0.04936691),(-0.6516657,0.7585062,0.0002805914),(-0.6385863,0.7695413,0.003704694),(-0.3820932,0.9240459,0.0119941),(-0.3631217,0.9316347,0.01412266),(-0.6179894,0.7860975,0.01182972),(-0.3292635,0.9440597,0.01834904),(-0.08911194,0.9958979,0.01569675),(-0.06940255,0.9974538,0.01641188),(0.2518326,0.9675072,0.02258185),(0.2675917,0.9632855,0.0218118),(0.3047825,0.9522598,0.0175736),(-0.03127886,0.9993774,0.0163287),(0.008926676,0.9998761,0.01296808),(-0.2924403,0.9560226,0.022348),(0.342859,0.9393581,0.00736212),(0.3823295,0.9239783,-0.009400636),(0.05230907,0.9986158,0.005499538),(-0.2513365,0.9675708,0.02523655),(-0.5940565,0.8040864,0.02327617),(-0.5652383,0.8240778,0.03743748),(0.5497873,0.8348634,0.02714691),(0.5615644,0.82704,0.02549796),(0.7053273,0.7085857,0.0204886),(0.7152265,0.6986423,0.01870669),(0.7384888,0.6741796,0.01077837),(0.5924334,0.8054076,0.01846957),(0.7693861,0.6387618,0.005338164),(0.7778653,0.6284207,0.003618815),(0.7794369,0.6263044,-0.01485514),(0.7864547,0.6174259,-0.01656116),(0.7997233,0.5998834,-0.02413591),(0.7955187,0.6059141,-0.004270914),(0.8121762,0.5830771,-0.01977395),(0.7608389,0.6489214,-0.005019405),(0.8119895,0.5823844,-0.03874929),(0.8226285,0.5653448,-0.06056022),(0.8273345,0.5600607,-0.04300914),(0.7819034,0.6227334,-0.02881113),(0.6228775,0.7823096,0.00388941),(0.6527852,0.7573168,-0.01851084),(0.7637978,0.644515,-0.034833),(0.7688872,0.6383379,-0.03656799),(0.7387536,0.6720177,-0.05133643),(0.742197,0.6680948,-0.05284793),(0.7477968,0.6613341,-0.05862673),(0.7781129,0.6266126,-0.04355342),(0.703052,0.7081496,-0.06513079),(0.7050189,0.7061033,-0.06607982),(0.6547475,0.7519169,-0.07698525),(0.6553504,0.7513973,-0.07692911),(0.6542227,0.7523426,-0.07728641),(0.7071947,0.703569,-0.06975861),(0.7064936,0.7035537,-0.07667453),(0.7515707,0.6559954,-0.06936477),(0.6486006,0.7570767,-0.07843526),(0.6360616,0.7674159,-0.08061375),(0.7013388,0.7074896,-0.08707523),(0.7524446,0.6531108,-0.08528362),(0.7861125,0.6154763,-0.05671173),(0.7921011,0.6056107,-0.07623342),(0.5967481,0.7977391,-0.08662665),(0.5959561,0.79849,-0.08514658),(0.5331048,0.8408875,-0.09331329),(0.5309057,0.8426127,-0.09023809),(0.5237318,0.8480238,-0.08099711),(0.5916743,0.8021025,-0.08095136),(0.4633313,0.8808878,-0.09675188),(0.4597286,0.8832486,-0.09231204),(0.386949,0.9170331,-0.09654474),(0.3819759,0.9196409,-0.09140575),(0.370335,0.9258288,-0.07545152),(0.4500553,0.8895238,-0.07872418),(0.4350914,0.8986638,-0.05566628),(0.5101611,0.8575768,-0.06555586),(0.3563135,0.9331279,-0.04809272),(0.3389348,0.9407648,-0.009201457),(0.4121723,0.9108134,-0.02308482),(0.4868024,0.8724064,-0.04393587),(0.5813857,0.8102319,-0.07426134),(0.5618497,0.8246643,-0.06522083),(0.3115434,0.9458258,-0.09140173),(0.3048553,0.9484608,-0.08651793),(0.2457608,0.9660196,-0.08004767),(0.2367118,0.9685896,-0.0761687),(0.2188446,0.9737009,-0.06335408),(0.2908692,0.9541252,-0.07099343),(0.1903827,0.9797612,-0.0618255),(0.1783086,0.9821877,-0.05927196),(0.1456474,0.9886817,-0.03599006),(0.1298623,0.990926,-0.03466039),(0.09874895,0.9946857,-0.02913698),(0.1547973,0.9866701,-0.05019987),(0.1349938,0.9902728,-0.03371545),(0.204079,0.978106,-0.04074825),(0.07033672,0.9973524,-0.01846848),(0.04627382,0.9989253,-0.002661325),(0.1211441,0.9925882,-0.009633781),(0.1943917,0.9808907,-0.00807976),(0.277874,0.9596068,-0.04405417),(0.2667302,0.9637557,-0.005468576),(0.09495571,0.9954756,-0.003427861),(0.07545657,0.9971448,-0.002932053),(0.02067712,0.9992025,0.03415841),(-0.002110719,0.9994141,0.03416161),(-0.04820682,0.9981985,0.03571696),(0.03630029,0.999341,9.727462e-5),(-0.07867183,0.994021,0.07571689),(-0.1043411,0.9916816,0.07537046),(-0.2021327,0.9719341,0.1203598),(-0.2302271,0.9657609,0.1195888),(-0.1561556,0.9848144,0.0758682),(-0.28611,0.9508097,0.1187522),(-0.2078328,0.9749995,0.07862087),(-0.09405389,0.9947629,0.04000973),(-0.3410782,0.9323789,0.11973),(-0.2590971,0.9622442,0.08339532),(-0.3946465,0.9106508,0.1223487),(-0.1392962,0.9891439,0.04680764),(-0.001697611,0.999976,0.006713202),(-0.03772883,0.9991477,0.01674761),(-0.3402452,0.9255334,0.1661961),(-0.3697978,0.9144008,0.164684),(-0.4910254,0.845376,0.2103175),(-0.5205774,0.8282114,0.2075216),(-0.4272678,0.8895388,0.16175),(-0.5769289,0.7915739,0.2014048),(-0.6555119,0.7134758,0.2475008),(-0.6835101,0.6884415,0.2426155),(-0.81683,0.508377,0.2726564),(-0.8406414,0.47266,0.2644133),(-0.7354658,0.6367524,0.2315953),(-0.8822502,0.4015507,0.245747),(-0.6300947,0.7514535,0.1956994),(-0.7828541,0.5820169,0.2199906),(-0.9171981,0.328527,0.2254279),(-0.8246921,0.5258414,0.2082637),(-0.9447781,0.2560786,0.2044945),(-0.6791669,0.7088183,0.190549),(-0.482678,0.8610521,0.1600356),(-0.5352951,0.8294708,0.1594911),(-0.9225405,0.2581201,0.2868674),(-0.9377409,0.2129274,0.2744158),(-0.957987,-0.0188134,0.286194),(-0.9606845,-0.06852761,0.2690525),(-0.9610364,0.1248936,0.2465979),(-0.9588405,-0.1633408,0.2322602),(-0.9004257,-0.368019,0.231939),(-0.8858603,-0.4136238,0.2101594),(-0.6268598,-0.776328,0.0660426),(-0.5957892,-0.8019685,0.04337967),(-0.8512391,-0.4978955,0.1658075),(-0.5323961,-0.846495,-0.0007863906),(-0.9476805,-0.2539146,0.1934662),(-0.8102334,-0.5733091,0.1218132),(-0.4718535,-0.8807455,-0.04051731),(-0.765912,-0.6377718,0.0813994),(-0.4193622,-0.9049073,-0.07264917),(-0.9285011,-0.3372928,0.1553041),(-0.975579,0.03739139,0.2164427),(-0.98149,-0.04654285,0.185772),(-0.2339528,-0.9673376,-0.09759068),(-0.2002247,-0.9727814,-0.1166468),(-0.01221965,-0.9897841,-0.1420498),(0.01703272,-0.9872033,-0.1585543),(-0.135824,-0.9787719,-0.1534846),(0.07070437,-0.9787481,-0.192492),(0.08279379,-0.9886236,-0.1255727),(0.1048443,-0.9845959,-0.1399235),(0.09298491,-0.9920298,-0.08503294),(0.1055475,-0.9897434,-0.09626912),(0.14506,-0.974286,-0.1724078),(0.1286786,-0.9838639,-0.124312),(0.1137702,-0.9673255,-0.2265783),(0.1763964,-0.9616232,-0.2101551),(0.146586,-0.9758488,-0.1619615),(0.1954872,-0.9479673,-0.2512819),(0.1581717,-0.96519,-0.2083026),(0.1414692,-0.9555838,-0.2585464),(-0.08135324,-0.9791482,-0.1861464),(-0.04252059,-0.9763418,-0.2120113),(0.061104,-0.9969378,-0.04879851),(0.0636965,-0.996412,-0.0557301),(0.02371219,-0.9991276,-0.03437816),(0.01762103,-0.9991749,-0.03659315),(0.06826505,-0.9948182,-0.07534368),(0.005898869,-0.9989318,-0.04583149),(-0.01775187,-0.9990731,-0.03921578),(-0.03147714,-0.998829,-0.03674049),(-0.06227026,-0.9961852,-0.06113394),(-0.08280468,-0.9950786,-0.05442355),(-0.1230194,-0.9914796,-0.04282993),(-0.05788299,-0.9977056,-0.03511745),(-0.08061475,-0.9959096,-0.04080807),(-0.003619655,-0.9978622,-0.06525285),(-0.1601069,-0.9864695,-0.03526546),(-0.1920571,-0.9808425,-0.03258866),(-0.09662936,-0.9937972,-0.05504406),(-0.008035658,-0.9953467,-0.09602244),(0.07194321,-0.9917219,-0.106357),(0.07618576,-0.985872,-0.1491713),(-0.1326453,-0.9874669,-0.08552361),(-0.1579295,-0.9845454,-0.07568815),(-0.2696392,-0.9589393,-0.08792148),(-0.2953944,-0.9523002,-0.0765925),(-0.3516581,-0.9345886,-0.0536714),(-0.208864,-0.9762875,-0.05690858),(-0.5225888,-0.852001,-0.03154869),(-0.5404544,-0.8410869,-0.02194849),(-0.8765798,-0.4640794,0.127429),(-0.8806812,-0.4551261,0.1313804),(-0.9088672,-0.3882229,0.1524574),(-0.5934902,-0.804837,0.002578748),(-0.6452609,-0.7635358,0.02552321),(-0.4068342,-0.912954,-0.03163551),(-0.9335564,-0.3158869,0.169375),(-0.9542064,-0.2379662,0.1812795),(-0.6957129,-0.7168369,0.04613636),(-0.4607395,-0.8874661,-0.01109444),(-0.2579855,-0.9653275,-0.0398272),(-0.3044536,-0.9521981,-0.02503253),(-0.9674343,0.07346521,0.2422265),(-0.9642127,0.09590767,0.2471751),(-0.8747368,0.4164302,0.2478331),(-0.8606963,0.4428705,0.2511328),(-0.819231,0.515159,0.2519361),(-0.9497082,0.1780176,0.2576124),(-0.7365329,0.6426823,0.2109),(-0.7170928,0.6639897,0.2118857),(-0.552671,0.8172731,0.1631547),(-0.5344646,0.8294522,0.1623475),(-0.4831512,0.8618723,0.154081),(-0.6646035,0.7180625,0.2066117),(-0.6092545,0.7688941,0.193935),(-0.7722601,0.5860991,0.2451574),(-0.4321488,0.8909818,0.1392796),(-0.3823806,0.9164304,0.1180694),(-0.5514346,0.8159065,0.1738287),(-0.7196652,0.6549274,0.2305471),(-0.9288674,0.26255,0.2612907),(-0.901049,0.3489186,0.2576173),(-0.3533689,0.9282683,0.1159675),(-0.3376451,0.9342785,0.11454),(-0.2035109,0.9760155,0.07731209),(-0.1909324,0.9786269,0.07638144),(-0.1617647,0.9842314,0.07156003),(-0.2966467,0.9490144,0.1066413),(-0.1070211,0.9930801,0.04835664),(-0.09821139,0.9939691,0.0487847),(-0.05670241,0.9979515,0.02962467),(-0.05228255,0.9981158,0.03211368),(-0.04577843,0.9981914,0.03896637),(-0.08028784,0.9955698,0.04893569),(-0.06975236,0.9963247,0.04971711),(-0.13782,0.98838,0.06411487),(-0.04912603,0.9974998,0.05080102),(-0.0673664,0.9954292,0.06769413),(-0.07033248,0.9962102,0.051173),(-0.1217249,0.9910857,0.05414991),(-0.2586705,0.9614018,0.09378833),(-0.2254065,0.9712846,0.07614575),(-0.03311425,0.9992077,0.02207764),(-0.0344592,0.9990391,0.02707854),(-0.02210535,0.9993672,0.02786673),(-0.03014591,0.9989218,0.03530564),(-0.04953121,0.9970723,0.05825329),(-0.0404024,0.9983,0.04201013),(-0.02352514,0.99848,0.04984319),(-0.03919953,0.9974846,0.0590591),(-0.03665033,0.9951636,0.09113918),(-0.06088571,0.993041,0.1008085),(-0.1095328,0.9852565,0.1314242),(-0.07289156,0.9934515,0.08798296),(-0.1122266,0.9843944,0.1355466),(-0.07885748,0.9922007,0.09653679),(-0.1562559,0.9710813,0.1805139),(-0.198961,0.9484045,0.2468673),(-0.1591662,0.9665533,0.2010993),(-0.1228592,0.9810069,0.1501038),(-0.0575865,0.9960776,0.06718207),(-0.09174109,0.9904699,0.1027276),(-0.06839516,0.9863087,0.1500576),(-0.09741563,0.9825707,0.1583192),(-0.1262839,0.9685709,0.2142957),(-0.1522186,0.9636535,0.2195482),(-0.2020027,0.9503312,0.2367814),(-0.1539669,0.9706551,0.1847236),(-0.2112691,0.9409218,0.2646343),(-0.226301,0.9368775,0.2665493),(-0.3239264,0.9032694,0.2813823),(-0.3211231,0.9043446,0.2811421),(-0.3141199,0.9070634,0.2802939),(-0.2546884,0.9276258,0.273211),(-0.2710755,0.9198339,0.2835909),(-0.2388247,0.9347503,0.263068),(-0.299942,0.9123095,0.2787939),(-0.2747848,0.9208618,0.2765986),(-0.2702121,0.9155775,0.2978308),(-0.2568981,0.9192854,0.298191),(-0.2011105,0.9531997,0.2257541),(-0.2337509,0.9309722,0.2804484),(-0.4333393,0.8647305,0.2538861),(-0.4132041,0.8746846,0.2533559),(-0.50995,0.8390282,0.1896909),(-0.478453,0.8572892,0.1901001),(-0.3707623,0.8942844,0.2505808),(-0.4127384,0.8910635,0.1888193),(-0.5535907,0.8263534,0.1033318),(-0.5161397,0.8500361,0.1050629),(-0.566283,0.822214,0.05733724),(-0.5278028,0.8473064,0.05912721),(-0.4456702,0.8930982,0.0612677),(-0.4379343,0.892726,0.1060838),(-0.3455398,0.9205182,0.1823415),(-0.3581386,0.9279895,0.1028222),(-0.3618607,0.9302939,0.06008384),(-0.2800244,0.9553078,0.09472767),(-0.2804034,0.9583144,0.05484074),(-0.2780777,0.945326,0.1703862),(-0.3254735,0.9135568,0.2438871),(-0.2759297,0.9324851,0.2330969),(0.000369931,-0.9999999,-0.0004645739),(0.0003844147,-0.9999998,-0.0004618585),(0.000328102,-0.9999998,-0.0004748957),(0.0004179913,-0.9999998,-0.0005010015),(0.0003797529,-0.9999998,-0.0005001034),(0.000431224,-0.9999999,-0.0005019428),(0.0002601219,-0.9999999,-0.0004933731),(0.0001636289,-0.9999999,-0.0005158624),(0.000316051,-0.9999998,-0.0004979818),(0.0002223891,-0.9999999,-0.0004879514),(0.0003749219,-0.9999998,-0.0004412785),(0.0003251423,-0.9999999,-0.0004193668),(0.0002483811,-0.9999999,-0.0003789819),(0.0002809608,-0.9999999,-0.0002615021),(0.0002318144,-0.9999999,-0.0001954389),(0.0003100173,-0.9999999,-0.0003007215),(0.0004142666,-0.9999998,-0.0004576337),(0.0004040033,-0.9999998,-0.0004528874),(0.0003259808,-0.9999999,-0.000321756),(0.000331747,-0.9999999,-0.0003295553),(6.831173e-5,-0.9999998,-0.0005153174),(4.565789e-6,-0.9999999,-0.0004674203),(0.0001238185,-0.9999998,-0.0004455303),(4.921304e-5,-1,-0.0003523308),(-2.798271e-5,-1,-0.0003728485),(-2.8956e-5,-1,-0.0002314521),(-1.2471e-5,-1,-3.419014e-5),(2.400339e-6,-1,-0.0002135107),(4.100737e-5,-1,-1.835182e-5),(9.017371e-5,-1,-0.0001779101),(2.276436e-5,-1,0.0001660293),(4.926345e-5,-0.9999999,0.0003478765),(6.539575e-5,-1,0.0001952939),(0.0001095926,-1,4.26808e-5),(0.000161985,-0.9999999,-0.0003016617),(0.000169216,-1,-9.307956e-5),(-2.361866e-5,-1,-6.848546e-5),(-3.292998e-5,-1,8.346145e-5),(-5.24557e-5,-0.9999999,0.0003105897),(-2.245007e-5,-1,0.0001527809),(-4.718237e-5,-1,0.0002113392),(-5.669426e-5,-0.9999999,0.0003024175),(-0.0001358652,-0.9999999,0.0004896813),(-9.332869e-5,-0.9999999,0.00042675),(-7.605011e-5,-0.9999999,0.0005421192),(-2.467602e-5,-0.9999999,0.0004667591),(-0.0001387783,-0.9999998,0.0005590143),(-7.735791e-5,-0.9999999,0.0005009121),(-1.772067e-5,-0.9999999,0.0005401545),(2.175741e-5,-0.9999999,0.0005300991),(9.993909e-6,-0.9999999,0.0003391577),(4.327861e-5,-0.9999998,0.0004671494),(-4.845644e-5,-1,0.000354989),(-1.800508e-5,-0.9999999,0.0003768611),(-0.0001440862,-0.9999999,0.0004934447),(-0.0001575475,-0.9999999,0.0005064964),(2.829577e-5,-0.9999999,0.0003763116),(8.391834e-5,-0.9999999,0.0003616881),(-3.821862e-5,-0.9999999,0.0004103591),(-0.0001020234,-0.9999999,0.0004587363),(-0.0001669056,-0.9999999,0.0004253705),(-0.0001933914,-0.9999999,0.0004873531),(-0.0001105135,-0.9999999,0.0003519044),(-0.0001193932,-1,0.000196415),(-0.0001542662,-0.9999999,0.0002850962),(-0.0001586359,-0.9999999,0.000364031),(-0.0001854261,-0.9999998,0.0005334986),(-0.0001328657,-0.9999998,0.0004353827),(0.00012384,-0.9999999,0.0003288206),(0.0001207761,-0.9999999,0.0002777075),(6.504943e-5,-0.9999999,0.0002656894),(2.523343e-5,-0.9999999,0.0003458447),(6.349905e-5,-1,0.0002235767),(-5.924976e-5,-1,0.0001813179),(3.623044e-5,-1,0.0001106924),(7.172134e-5,-1,0.0001829571),(6.938696e-5,-1,6.451426e-5),(2.171453e-5,-1,0.0001645068),(9.333799e-5,-1,-2.217572e-5),(0.0001354155,-1,-0.000197795),(7.525895e-5,-1,-0.0001158547),(6.570207e-6,-1,-1.342788e-5),(-4.119742e-5,-0.9999999,0.0002645304),(-6.147874e-5,-0.9999999,9.528753e-5),(-0.0003246554,-0.9999999,0.0001593425),(-0.0008606969,-0.9999996,0.0002224313),(-0.000272156,-0.9999999,9.348383e-5),(-6.428501e-5,-1,6.807682e-5),(-0.001779272,-0.9999983,0.0004994077),(-0.003194746,-0.9999943,0.001117324),(-0.001198086,-0.999999,0.0005617809),(-0.000634284,-0.9999998,0.0002402349),(-3.015859e-5,-1,-7.364998e-5),(5.009505e-5,-1,-0.0001013365),(-0.0001604304,-1,9.894286e-6),(0.0002115232,-0.9999999,-0.0003025936),(0.00021219,-0.9999999,-0.00029944),(0.0002024753,-0.9999999,-0.0002850025),(8.84548e-5,-1,-8.144809e-5),(0.0001782674,-1,-0.0002531911),(-0.00524615,-0.9999838,0.002185002),(-0.008061753,-0.9999602,0.003807392),(-0.003225371,-0.999993,0.001887556),(-0.002036406,-0.9999973,0.001096476),(-0.01174924,-0.9999123,0.006108414),(-0.01641779,-0.9998228,0.009213182),(-0.006888081,-0.9999662,0.004502515),(-0.004823054,-0.9999838,0.003001098),(-0.001131612,-0.9999992,0.0006522465),(-0.0006826803,-0.9999996,0.0003551291),(-0.001736894,-0.9999979,0.001067414),(-2.638477e-5,-0.9999999,-0.0002924349),(8.147156e-5,-0.9999999,-0.0003043903),(0.0001536834,-0.9999999,-0.0003061232),(-0.0003666866,-0.9999999,0.0001497674),(0.0001953444,-0.9999999,-0.0003035973),(-0.0220591,-0.999668,0.01331503),(-0.02866966,-0.9994165,0.01857006),(-0.01224914,-0.9998836,0.009098854),(-0.009382324,-0.9999349,0.006508657),(-0.03635204,-0.9990259,0.0250157),(-0.0452221,-0.9984419,0.03269003),(-0.01917248,-0.9996887,0.01597165),(-0.01550567,-0.9998047,0.01225792),(-0.004007567,-0.9999861,0.003446678),(-0.003218224,-0.9999917,0.002466058),(-0.004802303,-0.9999779,0.004570491),(-8.000356e-5,-1,0.0002143613),(-0.0001757846,-1,3.615184e-5),(-0.0001875314,-0.9999999,-0.000121295),(-0.002454547,-0.9999956,0.001661751),(-0.0001321665,-1,-0.0002377202),(-0.05520568,-0.9976073,0.04161576),(-0.06602304,-0.9964827,0.05160667),(-0.02781084,-0.9993095,0.02463846),(-0.02328442,-0.9995258,0.02015019),(-0.07737903,-0.9950548,0.06227765),(-0.08895876,-0.9933385,0.07324718),(-0.03763615,-0.998715,0.03394109),(-0.03263569,-0.9990382,0.02928549),(-0.007757602,-0.9999383,0.007943496),(-0.006649578,-0.9999543,0.006869313),(-0.008974633,-0.9999197,0.008948226),(0.0001468576,-1,0.0001717922),(0.0001701859,-1,0.0003076484),(0.0001325681,-0.9999999,0.0003693058),(-0.005661272,-0.9999675,0.005740399),(4.549692e-5,-0.9999999,0.0003430868),(-0.1006626,-0.9913557,0.08414833),(-0.112623,-0.9890978,0.09487677),(-0.04779577,-0.9979292,0.04304604),(-0.04269822,-0.9983451,0.03852068),(-0.1249803,-0.9865248,0.1055867),(-0.1379001,-0.9835772,0.116446),(-0.05826332,-0.996938,0.05215419),(-0.05296852,-0.9974625,0.04757154),(-0.01272359,-0.9998475,0.01195876),(-0.01148286,-0.9998744,0.01092402),(-0.01396181,-0.9998175,0.01303507),(0.0001261569,-1,-0.0001866546),(9.649893e-5,-0.9999999,-0.0001597703),(8.825635e-5,-1,-8.984067e-5),(-0.01023437,-0.9998984,0.009922998),(0.0001042006,-1,2.130129e-5),(-0.151233,-0.9802144,0.1277035),(-0.164539,-0.9764796,0.1393351),(-0.06898928,-0.995717,0.0615467),(-0.06365238,-0.9963523,0.05683807),(-0.1774029,-0.9724922,0.1509539),(-0.1893553,-0.9684284,0.1621446),(-0.07880939,-0.9944036,0.07036083),(-0.07410363,-0.9950567,0.06611191),(-0.01762342,-0.9997123,0.01626562),(-0.01644281,-0.9997488,0.01523253),(-0.01870566,-0.9996771,0.01719859),(0.0001848761,-1,-0.000169769),(0.0001844074,-1,-0.0001756855),(0.0001766187,-1,-0.0001826747),(-0.01520859,-0.9997843,0.01414158),(0.0001582077,-1,-0.0001875077),(-0.2002434,-0.9644748,0.1723104),(-0.2100511,-0.9607947,0.1809752),(-0.08682325,-0.9932356,0.07710221),(-0.08304713,-0.9937886,0.07407649),(-0.2186028,-0.9575293,0.1880171),(-0.2257034,-0.9548251,0.1933056),(-0.09286687,-0.9923763,0.08102423),(-0.09010775,-0.9927601,0.07942308),(-0.02127447,-0.9995921,0.01905877),(-0.02053162,-0.999616,0.018608),(-0.02190345,-0.9995729,0.01934387),(0.0001772795,-1,-0.0001574613),(0.0001782756,-0.9999999,-0.000158994),(0.0001800489,-1,-0.0001618975),(-0.01967496,-0.9996447,0.0179887),(0.0001823571,-1,-0.0001656516),(-0.2309986,-0.9528387,0.1968197),(-0.2341807,-0.9516906,0.1986059),(-0.09637907,-0.9919446,0.08220112),(-0.09498856,-0.992101,0.08193209),(-0.235045,-0.9514816,0.1985865),(-0.2334256,-0.9522686,0.1967155),(-0.09672308,-0.9920282,0.08077554),(-0.09697601,-0.9919181,0.08181784),(-0.02291552,-0.9995509,0.01930678),(-0.02273719,-0.9995521,0.01945937),(-0.02291869,-0.9995565,0.01901224),(0.0001898318,-0.9999999,-0.000196284),(0.000181164,-0.9999999,-0.0001764355),(0.0001774166,-1,-0.0001644676),(-0.02239608,-0.9995595,0.01947135),(0.0001767907,-1,-0.0001586562),(-0.2294011,-0.95403,0.1928785),(-0.2231124,-0.9566814,0.1870336),(-0.09372371,-0.9926544,0.07650486),(-0.09563526,-0.9922749,0.07902133),(-0.21465,-0.9600778,0.1793766),(-0.2041026,-0.964057,0.1701067),(-0.08730833,-0.9937694,0.06927932),(-0.0909577,-0.9931573,0.07324893),(-0.02250471,-0.9995887,0.01777893),(-0.02208456,-0.9996154,0.01677359),(-0.02148903,-0.9996489,0.01549716),(-0.0001503481,-0.9999996,-0.0007420962),(-0.0004471708,-0.9999993,-0.001125114),(5.039701e-5,-0.9999998,-0.0004572536),(-0.02277447,-0.999569,0.01852229),(0.0001616729,-0.9999999,-0.0002739577),(-0.1916392,-0.9684157,0.159516),(-0.1777365,-0.9728726,0.1480831),(-0.07719379,-0.9951984,0.0601779),(-0.08268999,-0.9944656,0.0648115),(-0.1629811,-0.9771711,0.1362852),(-0.1479259,-0.9811258,0.124539),(-0.06464909,-0.9965919,0.05123444),(-0.071091,-0.9959197,0.05558919),(-0.01918839,-0.9997307,0.01305279),(-0.01748049,-0.9997725,0.01222255),(-0.01552574,-0.9998105,0.01174195),(-0.0003961863,-0.9999995,-0.0008981672),(0.0001390699,-1,-0.000168274),(-0.0006633668,-0.9999989,-0.001307303),(-0.02055529,-0.9996883,0.01416753),(-0.0006762343,-0.9999987,-0.001385619),(-0.1331753,-0.9846379,0.1129266),(-0.1191252,-0.987689,0.1013877),(-0.05830137,-0.9971938,0.0469627),(-0.05234297,-0.9977229,0.04253396),(-0.1059457,-0.9902865,0.09004539),(-0.09380946,-0.9924499,0.07901223),(-0.04681953,-0.9981809,0.03798503),(-0.04177824,-0.9985701,0.0333501),(-0.01204957,-0.9998708,0.01064443),(-0.01076031,-0.9998951,0.009691318),(-0.0097568,-0.9999166,0.00845984),(0.001227376,-0.9999988,0.0009743214),(0.001102144,-0.9999991,0.0007325516),(0.001088333,-0.999999,0.0009177575),(-0.01363446,-0.9998429,0.01132586),(0.0007161262,-0.9999996,0.0005438262),(-0.08261416,-0.9942119,0.06868481),(-0.07221577,-0.9956196,0.05938456),(-0.03709817,-0.9988941,0.02888577),(-0.0326808,-0.9991571,0.02484181),(-0.06264349,-0.9967306,0.05102649),(-0.05393117,-0.997595,0.04353991),(-0.0285711,-0.9993668,0.02120666),(-0.02481433,-0.9995305,0.01797257),(-0.008049577,-0.9999496,0.005993368),(-0.007250893,-0.9999613,0.004981249),(-0.006518865,-0.9999703,0.004123995),(0.0002114449,-1,-7.165666e-7),(-8.274586e-5,-1,-8.657476e-5),(0.0005187739,-0.9999999,0.0001567483),(-0.008892654,-0.9999349,0.007154597),(0.0008214719,-0.9999996,0.0003969807),(-0.04625428,-0.9982526,0.0367725),(-0.03986047,-0.9987354,0.03064143),(-0.02149782,-0.9996549,0.01509043),(-0.01870311,-0.9997466,0.01251975),(-0.03497916,-0.999069,0.02525435),(-0.03185441,-0.9992781,0.02070584),(-0.0164952,-0.9998109,0.01029129),(-0.01494521,-0.9998528,0.008430828),(-0.005376684,-0.9999819,0.002711734),(-0.004951979,-0.9999856,0.00209291),(-0.004595675,-0.9999883,0.001515539),(-0.0009128318,-0.9999995,-0.0004326809),(-0.001113208,-0.999999,-0.0006666137),(-0.0006564329,-0.9999998,-0.000266465),(-0.005891505,-0.9999769,0.003384625),(-0.0003709826,-1,-0.0001558125),(-0.03035169,-0.9993932,0.0170951),(-0.02976364,-0.9994559,0.01421307),(-0.01409431,-0.9998791,0.006561448),(-0.01359271,-0.9998992,0.004098438),(-0.0291678,-0.9995078,0.01155152),(-0.02761964,-0.9995812,0.008643134),(-0.01270995,-0.999919,0.0006650853),(-0.01069701,-0.9999344,-0.004089093),(-0.004385319,-0.9999866,-0.002722078),(-0.00357653,-0.9999639,-0.00769682),(-0.001269673,-0.9998859,-0.01505192),(-0.001787665,-0.9999056,-0.01362039),(0.0004995094,-0.9996976,-0.02458538),(-0.002138166,-0.9999779,-0.006297966),(-0.004472048,-0.99999,0.0002246723),(-0.001576818,-0.9999964,-0.002145152),(-0.02447012,-0.9996877,0.005053394),(-0.019547,-0.9998088,0.0006213019),(-0.006798511,-0.9999253,-0.0101552),(-0.0005298757,-0.9998495,-0.01733946),(-0.01286569,-0.9999069,-0.004552786),(-0.004441906,-0.9999364,-0.01036251),(0.008324206,-0.9996372,-0.02561296),(0.01999391,-0.9991898,-0.03492976),(0.01169079,-0.9992783,-0.03614185),(0.02390317,-0.9984769,-0.04972559),(0.04086727,-0.9970171,-0.06547369),(0.03258189,-0.9963278,-0.07917903),(0.05629164,-0.9928346,-0.1054082),(0.01631717,-0.9982285,-0.05721304),(0.003517649,-0.9996905,-0.0246251),(0.006056277,-0.9992152,-0.03914622),(0.004924126,-0.9998018,-0.01929395),(0.01506185,-0.9993044,-0.03411565),(0.03359661,-0.9982732,-0.04818435),(0.04860578,-0.9964693,-0.06845764),(0.02724904,-0.9981015,-0.05523424),(0.04280847,-0.9956313,-0.08298025),(0.06601419,-0.9931895,-0.09600374),(0.08687062,-0.9875711,-0.1309836),(0.08600181,-0.9896545,-0.1148374),(0.1134562,-0.9819849,-0.1511076),(0.1445645,-0.9701352,-0.1947791),(0.166699,-0.9598153,-0.2257564),(0.212873,-0.9363827,-0.279057),(0.1245458,-0.9760494,-0.1783701),(0.06188785,-0.9943498,-0.08624621),(0.08739356,-0.9865735,-0.1379679),(0.06401721,-0.9914084,-0.1140664),(0.09234201,-0.9851328,-0.1448669),(0.1134907,-0.978977,-0.1694812),(0.1475069,-0.967088,-0.2073223),(0.127543,-0.9762525,-0.1751111),(0.169394,-0.964085,-0.2045628),(0.1886699,-0.9511735,-0.2442798),(0.236702,-0.9303141,-0.2801572),(0.2247551,-0.9313803,-0.2863844),(0.2747051,-0.9033132,-0.3294881),(0.3303743,-0.8681142,-0.3704464),(0.4451047,-0.7605422,-0.4727128),(0.3813463,-0.8179989,-0.4306422),(0.3204628,-0.8659058,-0.3840714),(0.1811939,-0.953362,-0.2413908),(0.2638961,-0.9050993,-0.3333977),(0.2171349,-0.9474761,-0.2348225),(0.2699835,-0.9249433,-0.2675609),(0.2906194,-0.9029738,-0.3165102),(0.3491092,-0.8672806,-0.3548901),(0.3278615,-0.8949019,-0.3027498),(0.3907173,-0.8553392,-0.3401982),(0.4765552,-0.7629606,-0.4367909),(0.4113849,-0.8213592,-0.395135),(0.5150475,-0.7017408,-0.4922256),(0.4523555,-0.7691902,-0.4513548),(0.5764873,-0.6198446,-0.532405),(0.6782215,-0.4084458,-0.6108907),(0.6284443,-0.5167206,-0.5814273),(0.5712999,-0.6110821,-0.5479006),(0.3902591,-0.8240635,-0.41063),(0.5093752,-0.6920717,-0.5114428),(0.4578166,-0.8039134,-0.3796409),(0.5270718,-0.7383861,-0.4206915),(0.6079349,-0.6008421,-0.5190411),(0.5430904,-0.6899599,-0.4785478),(0.5956848,-0.6565362,-0.4627308),(0.660612,-0.5559742,-0.5044644),(0.7160648,-0.3697127,-0.5920842),(0.6669934,-0.4943917,-0.5574017),(0.7247554,-0.2814081,-0.6289189),(0.6854126,-0.4094184,-0.6021512),(0.7481121,-0.1396547,-0.64871),(0.746554,0.1319032,-0.6521184),(0.7558343,-0.01363716,-0.6546209),(0.7453961,-0.1544793,-0.6484756),(0.6344561,-0.5223966,-0.5697081),(0.7182439,-0.2869858,-0.6338493),(0.7176564,-0.4349893,-0.5438321),(0.7603083,-0.2942184,-0.5791087),(0.7660571,-0.07245089,-0.6386763),(0.7508486,-0.2277473,-0.6199658),(0.781122,-0.1370519,-0.6091513),(0.7741711,0.03069817,-0.6322316),(0.7192768,0.251246,-0.6477008),(0.7564259,0.08977859,-0.6478887),(0.6967429,0.3174644,-0.6432461),(0.7361369,0.1665975,-0.6560089),(0.6349731,0.4577205,-0.6223353),(0.5313784,0.6439765,-0.5503919),(0.6083111,0.5366007,-0.5848224),(0.6712486,0.4127659,-0.6156701),(0.7526385,0.01184246,-0.6583274),(0.7177539,0.2761907,-0.6391774),(0.7387969,0.1995809,-0.6436976),(0.6770812,0.3599572,-0.641866),(0.5769992,0.5379041,-0.6145984),(0.6577157,0.4029598,-0.6364225),(0.590086,0.5044011,-0.6303794),(0.4808739,0.6267741,-0.6131186),(0.3712333,0.7424685,-0.5576077),(0.4802803,0.651961,-0.5867517),(0.3712278,0.7657181,-0.5252293),(0.4672495,0.6840113,-0.5601843),(0.271167,0.8263689,-0.4935412),(0.1879071,0.8865374,-0.4227792),(0.272896,0.8516442,-0.4474707),(0.3595602,0.8007647,-0.4790534),(0.5563128,0.5810705,-0.5940312),(0.4464872,0.7320992,-0.5144705),(0.3622176,0.7220994,-0.5893818),(0.2465594,0.791752,-0.5588714),(0.1539567,0.8532973,-0.4981777),(0.2596583,0.8084288,-0.5282239),(0.1356922,0.8404236,-0.5246673),(0.02966066,0.8714289,-0.4896242),(-0.03995491,0.8972476,-0.4397163),(0.05433979,0.8818521,-0.4683844),(-0.007596194,0.9062396,-0.4226965),(0.08008873,0.8927552,-0.4433666),(-0.0913962,0.9103376,-0.4036487),(-0.124938,0.9156805,-0.3819942),(-0.04918599,0.9201826,-0.3883873),(0.02740232,0.9180402,-0.3955393),(0.1727492,0.8674269,-0.4666135),(0.1060016,0.9076716,-0.4060739),(-0.06735563,0.8879834,-0.454916),(-0.1508338,0.8945407,-0.4207686),(-0.1998086,0.9007786,-0.3855833),(-0.1258601,0.9023731,-0.4121675),(-0.2215185,0.894838,-0.3875494),(-0.2806866,0.8914965,-0.3555967),(-0.2625166,0.8951738,-0.3602067),(-0.3150307,0.8875057,-0.3362878),(-0.2346342,0.900337,-0.3665244),(-0.2909508,0.8909333,-0.3486912),(-0.3379913,0.8805987,-0.332126),(-0.3084275,0.8832612,-0.3531601),(-0.3509316,0.8712567,-0.3431601),(-0.2568554,0.8953347,-0.3638696),(-0.1682812,0.9074296,-0.3850365),(-0.1957511,0.9065613,-0.3739358),(-0.3264069,0.8875537,-0.325126),(-0.3562906,0.8859704,-0.296839),(-0.354899,0.8806223,-0.3139282),(-0.3793557,0.8774312,-0.2936045),(-0.3710403,0.8879941,-0.2716536),(-0.3711905,0.8941821,-0.2503117),(-0.3889933,0.878932,-0.2759759),(-0.3841652,0.8854603,-0.2614902),(-0.3932056,0.8678324,-0.3037374),(-0.3990394,0.8691025,-0.2922812),(-0.3907727,0.8760155,-0.2826545),(-0.4025906,0.8574473,-0.3204762),(-0.3930245,0.8643463,-0.3137471),(-0.3989634,0.8566216,-0.3271509),(-0.3730314,0.8719574,-0.3170772),(-0.3819172,0.8615251,-0.3345354),(-0.3598976,0.9034588,-0.2328864),(-0.3402115,0.9147297,-0.2180042),(-0.3690501,0.8951582,-0.2499875),(-0.3478382,0.9063312,-0.2399424),(-0.3121416,0.9280146,-0.203363),(-0.2756132,0.9429857,-0.1865884),(-0.3205876,0.919148,-0.22889),(-0.2872977,0.9335602,-0.214302),(-0.3523041,0.8972203,-0.2662284),(-0.3273545,0.9095733,-0.2559597),(-0.2986725,0.9233043,-0.2414621),(-0.3349309,0.8982067,-0.2846859),(-0.3114047,0.9116592,-0.2681504),(-0.3563927,0.8858967,-0.2969368),(-0.3734748,0.8861198,-0.2744236),(-0.3757719,0.8746628,-0.3062037),(-0.2329586,0.9581377,-0.1664409),(-0.1863495,0.9719173,-0.1437035),(-0.2481581,0.9489011,-0.1949468),(-0.2029747,0.9639168,-0.1722372),(-0.1355007,0.9834855,-0.1199829),(-0.08026431,0.9920553,-0.09687079),(-0.1512192,0.9772139,-0.1489481),(-0.09258803,0.9874576,-0.1278859),(-0.2199047,0.9550646,-0.1987296),(-0.1659713,0.9703375,-0.1757805),(-0.101567,0.9824446,-0.1564822),(-0.179803,0.9630666,-0.2004334),(-0.1074767,0.9772849,-0.1826556),(-0.2373356,0.9454527,-0.2231383),(-0.263861,0.9387174,-0.2217815),(-0.2808094,0.9274489,-0.246951),(-0.02750914,0.9966286,-0.07729682),(0.01593799,0.997715,-0.06565768),(-0.03324062,0.9931007,-0.1124551),(0.0206501,0.9941345,-0.10616),(0.05052169,0.9965125,-0.06641001),(0.07694522,0.9934837,-0.08408142),(0.06943018,0.991281,-0.111988),(0.1136736,0.9845746,-0.1330083),(0.03165704,0.9892799,-0.1425595),(0.09392896,0.9838685,-0.1522507),(0.1538043,0.9724314,-0.1752751),(0.1229042,0.9745786,-0.1873261),(0.1961131,0.9575983,-0.2110568),(0.04804822,0.9834045,-0.1749485),(-0.03342615,0.9889392,-0.1445062),(-0.0287021,0.9844154,-0.1735007),(0.1103426,0.986757,-0.118891),(0.1656554,0.9722688,-0.1650808),(0.2278169,0.950137,-0.2129299),(0.1633229,0.9720454,-0.1686816),(0.2425445,0.9459984,-0.2150796),(0.3388377,0.9039279,-0.2609665),(0.396366,0.8694834,-0.2947758),(0.3062226,0.9164237,-0.2576731),(0.362093,0.8857462,-0.2904174),(0.286252,0.9245393,-0.2515688),(0.4424289,0.8381346,-0.3190408),(0.4096532,0.85633,-0.314457),(0.4771497,0.812327,-0.3353401),(0.3399433,0.8972813,-0.2816466),(0.2164377,0.9533457,-0.2104446),(0.2684605,0.9317469,-0.2444927),(0.4306269,0.8516859,-0.2986497),(0.4977036,0.8037995,-0.3258796),(0.4754629,0.818835,-0.3216276),(0.5249656,0.7808008,-0.3387643),(0.5430321,0.7691536,-0.3369257),(0.5697402,0.7546194,-0.3254927),(0.5483814,0.762854,-0.342537),(0.547668,0.7698178,-0.3277808),(0.5393141,0.7684941,-0.3443211),(0.542134,0.7678087,-0.3414094),(0.5152854,0.7938249,-0.3229908),(0.5241763,0.7836307,-0.3334099),(0.4724703,0.8249753,-0.3101412),(0.5410543,0.7676807,-0.3434045),(0.507015,0.7936866,-0.3361506),(0.5257452,0.7780913,-0.3437528),(0.5644403,0.7713654,-0.2939431),(0.5072158,0.8236626,-0.2535982),(0.437148,0.8641881,-0.2491599),(0.5153089,0.8049759,-0.2940583),(0.3829511,0.8984,-0.2150022),(0.1774976,0.9665093,-0.1853492),(0.09535209,0.9811445,-0.1681173),(0.2996642,0.9319765,-0.2040128),(0.212968,0.9592273,-0.1858161),(0.3590484,0.9028054,-0.2366992),(0.01656189,0.9892675,-0.1451735),(-0.05699085,0.9915577,-0.116471),(0.1258621,0.9790599,-0.1600014),(0.2751925,0.9369774,-0.2152729),(0.4565315,0.8423844,-0.2862999),(0.3889341,0.88099,-0.2694198),(0.004231711,0.9886976,-0.1498636),(-0.02612463,0.9947286,-0.09915933),(-0.08569073,0.9926125,-0.0858929),(-0.06607869,0.9890456,-0.1319943),(0.1032546,0.993966,-0.03701657),(0.4291437,0.9028051,0.02790401),(0.4218901,0.9059919,0.03446139),(0.05928756,0.9978212,-0.02894695),(0.02134737,0.9996241,-0.01720071),(-0.1373726,0.9881524,-0.06843713),(0.416464,0.9080945,0.04384333),(0.4126547,0.9091658,0.05597921),(-0.009512058,0.9999531,-0.001774161),(-0.1804978,0.9824609,-0.04680891),(-0.129107,0.9855664,-0.1095),(-0.1841757,0.9794341,-0.08239078),(0.6917487,0.7202517,0.05216495),(0.7549312,0.6549315,0.03381783),(0.7787566,0.6258241,0.04338644),(0.7100328,0.7016636,0.05934351),(0.664889,0.7469365,-0.002940122),(0.2600642,0.9634629,-0.06407634),(0.6978577,0.7161638,0.01021208),(0.3233095,0.944942,-0.05055458),(0.7258974,0.6873096,0.0260471),(0.7985901,0.5993019,0.05559669),(0.3836109,0.9228494,-0.03452063),(0.4406699,0.8975344,-0.01556186),(0.7492189,0.6608106,0.04472466),(0.8141958,0.5762954,0.07049056),(0.7262217,0.6839991,0.06889996),(0.7394645,0.6683326,0.08076926),(-0.2850535,0.9499367,-0.1279248),(-0.5741266,0.7983832,-0.1815567),(-0.5027638,0.8436666,-0.1882955),(-0.2035024,0.9712123,-0.1238283),(-0.7271252,0.6456569,-0.2332724),(-0.8267638,0.4891676,-0.2778069),(-0.6699266,0.6997151,-0.248188),(-0.7836924,0.5449197,-0.2981424),(-0.6043134,0.7520809,-0.2630205),(-0.4229321,0.885183,-0.1938539),(-0.7334485,0.6000748,-0.3193173),(-0.6752561,0.6539756,-0.341094),(-0.529718,0.8016042,-0.2771816),(-0.3346404,0.9214526,-0.1973345),(-0.11693,0.9861659,-0.1174911),(-0.02628622,0.9937987,-0.1080433),(-0.8720276,0.3713018,-0.3189088),(-0.8555626,0.3608293,-0.3712343),(-0.8383646,0.4246967,-0.3417273),(-0.8224682,0.4094654,-0.3948219),(-0.7561051,0.4856916,-0.4386444),(-0.4494412,0.7481417,-0.4881461),(-0.3783436,0.7718447,-0.510991),(-0.7131444,0.5265279,-0.4628105),(-0.6636049,0.5669482,-0.4880556),(-0.7835963,0.4576271,-0.4201837),(-0.2970095,0.7944953,-0.5296815),(-0.2083933,0.8133208,-0.543214),(-0.6073053,0.6059472,-0.5138172),(-0.7381946,0.5050532,-0.4472024),(-0.7986087,0.4777628,-0.3660147),(-0.7519368,0.5302229,-0.391733),(-0.01454422,0.8923702,-0.4510699),(0.2983082,0.8680004,-0.396973),(0.398234,0.8236474,-0.4037506),(0.08288934,0.8814723,-0.4649043),(0.5166732,0.7785307,-0.3562846),(0.6882794,0.6528914,-0.3162346),(0.7604768,0.5709006,-0.3094309),(0.606397,0.7102262,-0.357577),(0.6863966,0.6438709,-0.3380681),(0.4973593,0.7745016,-0.3908724),(0.8171474,0.5013421,-0.2844753),(0.7527539,0.5837759,-0.3042489),(0.8583064,0.4484146,-0.2494684),(0.5883694,0.7228988,-0.3622687),(0.1889274,0.8650876,-0.4646825),(0.2960338,0.8418958,-0.4511934),(0.8075102,0.51693,-0.284096),(0.8628069,0.4198248,-0.2816227),(0.8572136,0.4375716,-0.2715067),(0.892143,0.3599713,-0.2729499),(0.8734592,0.3814636,-0.3025798),(0.847138,0.4133782,-0.3338797),(0.8837802,0.351862,-0.3084246),(0.8294539,0.4236467,-0.3640462),(0.9109559,0.3272122,-0.2511804),(0.886792,0.3504883,-0.3012607),(0.8017576,0.4601579,-0.3813654),(0.8812189,0.377996,-0.2838524),(0.7614342,0.5212479,-0.385381),(0.9200283,0.322879,-0.2220297),(0.8918251,0.3805802,-0.2445543),(0.9132448,0.3484969,-0.2110305),(0.7857852,0.5069593,-0.3543077),(0.6751662,0.6441631,-0.3594501),(0.5763811,0.7079005,-0.4082424),(0.7291402,0.5533025,-0.4027543),(0.4695341,0.8044416,-0.3638838),(0.1212187,0.9247823,-0.3606711),(-0.04239623,0.9308122,-0.3630308),(0.3290361,0.8572258,-0.3961049),(0.171382,0.8966404,-0.4082453),(0.453996,0.7750331,-0.4395581),(-0.2051993,0.9152527,-0.3467069),(-0.3591232,0.8788067,-0.3142122),(0.005974009,0.9165348,-0.3999105),(0.3123105,0.8362825,-0.4506594),(0.6539748,0.6176705,-0.4368069),(0.5592543,0.6937395,-0.4538283),(-0.2581047,0.916519,-0.3055727),(-0.5541596,0.8066303,-0.2055598),(-0.6746135,0.7186924,-0.1684574),(-0.4122845,0.8664166,-0.2816805),(-0.7849504,0.611122,-0.1018973),(-0.948999,0.3137091,-0.03142352),(-0.8555298,0.514276,-0.05990708),(-0.9691066,0.2463491,0.01202418),(-0.7715256,0.6240715,-0.1236241),(-0.9064196,0.4220717,-0.01609006),(-0.9806477,0.1885854,0.05258879),(-0.9409799,0.3373453,0.02747672),(-0.9859433,0.1409709,0.08968255),(-0.8460069,0.5279457,-0.07446736),(-0.5497041,0.7988909,-0.2441285),(-0.6670238,0.7186279,-0.1966047),(-0.9980246,0.06275745,-0.002917961),(-0.9999608,0.001102619,0.008784036),(-0.9986329,0.03483744,0.0389695),(-0.9989321,-0.006795318,0.04570116),(-0.9912642,0.129559,0.02469104),(-0.8620796,0.5045229,0.04770032),(-0.989202,0.136231,0.05404078),(-0.845641,0.529809,0.06475911),(-0.9970087,-0.004193424,0.07717624),(-0.9850534,0.1541304,0.07690136),(-0.8231414,0.5631596,0.07272835),(-0.7937618,0.6041004,0.07074547),(-0.9787058,0.1832947,0.0924017),(-0.9946718,0.008933004,0.102705),(-0.9969738,0.01638061,0.07599355),(-0.9941285,0.007469041,0.1079476),(-0.53039,0.8463983,0.04792078),(-0.2051352,0.9784777,0.02238612),(-0.1527297,0.9882207,0.009658461),(-0.488405,0.8712743,0.04839212),(0.09920512,0.9950293,-0.008659511),(0.4225943,0.9057265,-0.03276516),(0.463552,0.8838845,-0.06219199),(0.1502802,0.9881434,-0.03144124),(0.2052635,0.9767315,-0.06214851),(-0.09371274,0.9955178,-0.01273469),(0.5043075,0.8580953,-0.09667678),(0.5440756,0.8281064,-0.1349869),(0.2638239,0.9594085,-0.09966085),(-0.02758579,0.9986431,-0.04417128),(-0.4386055,0.8978561,0.03846513),(-0.3799616,0.9248263,0.01803996),(0.6811223,0.7306974,-0.04640898),(0.8006321,0.5964523,-0.0568585),(0.8161845,0.5714577,-0.08531674),(0.707161,0.7028312,-0.07714595),(0.8399785,0.538165,-0.0693877),(0.8305609,0.5505,-0.08437011),(0.834687,0.5405996,-0.1051178),(0.8492369,0.5195112,-0.09436496),(0.8545676,0.505773,-0.1179324),(0.8280182,0.5490344,-0.1137854),(0.8341163,0.5376778,-0.1230963),(0.8277608,0.5436128,-0.1389142),(0.8554598,0.4984722,-0.1404067),(0.8357785,0.5303553,-0.1421186),(0.7301068,0.6744382,-0.1098957),(0.7494358,0.6462463,-0.1439151),(0.7948379,0.5991179,-0.09638712),(0.7490076,0.6549155,-0.1003665),(0.7398283,0.6639712,-0.1086107),(0.792941,0.5989957,-0.1115743),(0.6901109,0.7173849,-0.09542477),(0.6147532,0.7846361,-0.0801539),(0.5845904,0.8080308,-0.07307742),(0.6717036,0.7345724,-0.09600835),(0.6453756,0.7586752,-0.08889589),(0.723466,0.6814918,-0.1102994),(0.5468672,0.835113,-0.05935181),(0.5031732,0.8632955,-0.03920982),(0.610079,0.7888472,-0.07432141),(0.6979231,0.7083087,-0.1058407),(0.7850513,0.6072572,-0.122201),(0.7693502,0.6256899,-0.12889),(0.5312089,0.8455387,-0.05368018),(0.4523776,0.8915897,-0.02054999),(0.4098434,0.9121559,0.000108799),(0.4909703,0.8702883,-0.03932341),(0.381042,0.9245005,0.01029478),(0.3190211,0.9472749,0.02992994),(0.2992015,0.9524332,0.05787498),(0.3452563,0.9378335,0.03558669),(0.3095064,0.9494362,0.0526939),(0.3644497,0.9310521,0.01784071),(0.281612,0.9566213,0.07463654),(0.2783806,0.958482,0.06177798),(0.2681416,0.9600179,0.08040964),(0.3218048,0.9462467,0.03253636),(0.4450245,0.8952421,-0.02224331),(0.3979216,0.9174154,-0.002715366),(0.2589285,0.9653159,0.03348537),(0.1914691,0.9811715,0.02533834),(0.2553551,0.9649028,0.06128903),(0.1949144,0.9795519,0.04986361),(0.1147583,0.9932737,0.01542684),(0.02751867,0.9995235,0.01397783),(0.1148629,0.9927799,0.03456515),(0.01319606,0.9995477,0.02702633),(0.2021498,0.9771776,0.06526516),(0.1184346,0.9918226,0.04755067),(0.001036648,0.9993374,0.03638256),(0.122395,0.9910093,0.05403788),(-0.01125749,0.9990602,0.04185764),(0.2105554,0.9749813,0.07125833),(0.2551814,0.9637544,0.07784534),(0.2574596,0.9627078,0.0831155),(-0.07137907,0.9970762,0.02727739),(-0.1837269,0.9815044,0.05379218),(-0.1030545,0.9940447,0.03542312),(-0.227275,0.9720559,0.05876562),(-0.3096894,0.9467528,0.08804344),(-0.4464566,0.8860921,0.124568),(-0.3591939,0.9288573,0.0905759),(-0.4960815,0.8593024,0.1245086),(-0.2701328,0.9608366,0.06181493),(-0.407293,0.9087381,0.09114506),(-0.5432059,0.8306312,0.1223893),(-0.4536638,0.8866231,0.08993775),(-0.5875421,0.8004747,0.1184671),(-0.3124313,0.9478461,0.06304288),(-0.1338512,0.9901445,0.04120373),(-0.1648103,0.9853157,0.04461383),(-0.5847455,0.795612,0.1583483),(-0.7238164,0.6648164,0.1846862),(-0.6308125,0.7602997,0.1549838),(-0.7640804,0.6203839,0.1769325),(-0.860809,0.4696905,0.1959562),(-0.9652422,0.1858803,0.1837283),(-0.8915943,0.4144063,0.1825568),(-0.9794267,0.1182078,0.1635545),(-0.8001597,0.5758909,0.1676131),(-0.9175946,0.3600714,0.1684306),(-0.9881523,0.05241118,0.1442498),(-0.9919548,-0.01237684,0.1259855),(-0.9393162,0.3066006,0.1538864),(-0.832289,0.5316303,0.1570481),(-0.6734284,0.7239437,0.1496649),(-0.7125523,0.6869568,0.1426871),(-0.9796202,-0.1254889,0.1568335),(-0.9027501,-0.4126919,0.1213581),(-0.8713263,-0.4816681,0.09373572),(-0.9709738,-0.2001062,0.1310245),(-0.7204297,-0.6917932,0.04902305),(-0.3766163,-0.9217559,-0.09233846),(-0.3401904,-0.935213,-0.09821989),(-0.6739278,-0.7383116,0.02678259),(-0.6258581,-0.7798213,0.01343102),(-0.8346944,-0.54597,0.07212523),(-0.3061015,-0.9474251,-0.09320673),(-0.2701253,-0.9595313,-0.07957394),(-0.5747624,-0.8182838,0.007734898),(-0.7925363,-0.6072407,0.05607965),(-0.9562478,-0.271734,0.1084008),(-0.9355606,-0.3417941,0.08889893),(-0.01913382,-0.9742921,-0.2244743),(0.1557155,-0.9477654,-0.2783764),(0.1632915,-0.9463888,-0.2787187),(-0.00483578,-0.9754415,-0.220206),(0.2058429,-0.936954,-0.2823935),(0.168245,-0.9539417,-0.2483726),(0.1817156,-0.9461067,-0.26807),(0.2139359,-0.9321329,-0.2921639),(0.2221156,-0.9332595,-0.2822966),(0.1687785,-0.9501803,-0.2620519),(0.1976716,-0.943001,-0.2677219),(0.2152789,-0.9447326,-0.2472553),(0.2327542,-0.9388558,-0.2537228),(0.176736,-0.9569933,-0.2300614),(0.0063141,-0.9792814,-0.2024058),(0.02000993,-0.9846386,-0.1734548),(0.08629987,-0.9778821,-0.1905225),(-0.002679895,-0.9916354,-0.1290433),(0.01295875,-0.988069,-0.1534659),(0.1048173,-0.9706721,-0.2163542),(-0.1028493,-0.991993,-0.07329316),(-0.2177554,-0.9754223,-0.03367287),(-0.2387091,-0.9704135,-0.03627088),(-0.1001874,-0.9909539,-0.08929012),(-0.09397691,-0.9904577,-0.1008052),(0.03316205,-0.9854218,-0.1668655),(-0.2583699,-0.965256,-0.03906165),(-0.2802549,-0.9590633,-0.04067973),(-0.08992781,-0.9903448,-0.1055003),(0.05202758,-0.9846049,-0.1668722),(0.1275072,-0.9659324,-0.2252031),(0.1502251,-0.9648461,-0.2156488),(-0.3483467,-0.9372738,-0.01312782),(-0.5135543,-0.8580288,0.006966176),(-0.5655271,-0.8244379,0.02193668),(-0.3907874,-0.9204717,-0.004139064),(-0.7442624,-0.6647998,0.06414578),(-0.9693469,-0.1559465,0.1898609),(-0.9777491,-0.07123837,0.1973112),(-0.7902301,-0.6076074,0.07968516),(-0.8324484,-0.5462729,0.09281968),(-0.6162567,-0.7868112,0.03399878),(-0.9789017,0.0140617,0.203847),(-0.9728734,0.09760543,0.2097391),(-0.8699617,-0.4820959,0.1036832),(-0.6651998,-0.7454075,0.04332152),(-0.433007,-0.9013872,0.002483718),(-0.4759969,-0.8794171,0.007241241),(-0.8651586,0.4344319,0.2505387),(-0.661449,0.7188168,0.2139804),(-0.5994866,0.7745795,0.2015994),(-0.8211638,0.5157177,0.2443871),(-0.4921145,0.8567876,0.1540725),(-0.3356429,0.9366696,0.09996944),(-0.2955782,0.9506543,0.09428637),(-0.4342876,0.8894325,0.1424929),(-0.3820261,0.9135652,0.1394808),(-0.537431,0.820685,0.1940203),(-0.2662492,0.9585846,0.1011273),(-0.2514209,0.9603224,0.1206999),(-0.3391967,0.9294297,0.1452795),(-0.4792193,0.8564993,0.1917233),(-0.7709855,0.5900359,0.2396646),(-0.7174464,0.6550976,0.2368921),(-0.1991734,0.977852,0.06430574),(-0.1159447,0.9918877,0.05211149),(-0.1225216,0.9900964,0.06853814),(-0.1834124,0.9806353,0.06866103),(-0.08447935,0.9945086,0.0617744),(-0.1025767,0.9903323,0.0933807),(-0.1500651,0.979833,0.1319379),(-0.1117233,0.9896211,0.09037717),(-0.1495576,0.9791276,0.1376281),(-0.1428245,0.9842765,0.1039274),(-0.2010074,0.9622443,0.1835264),(-0.2460411,0.9370503,0.2477911),(-0.194851,0.9594198,0.2038296),(-0.1780642,0.9710845,0.1590217),(-0.1815133,0.9793205,0.08935526),(-0.1967634,0.9722021,0.1269142),(-0.1437837,0.9790255,0.1443442),(-0.1806972,0.9619606,0.2048911),(-0.241769,0.9382664,0.2473943),(-0.2046825,0.9606311,0.1878643),(-0.2113288,0.9415765,0.2622477),(-0.2348447,0.9230728,0.3046057),(-0.260964,0.9069097,0.3307757),(-0.2603106,0.9182061,0.2985564),(-0.2958148,0.9028966,0.3118837),(-0.2917611,0.9151508,0.2781628),(-0.2737101,0.9043142,0.3275647),(-0.2686588,0.9169249,0.2950783),(-0.3082789,0.9014804,0.3038046),(-0.3180161,0.8998244,0.2986332),(-0.2603918,0.9369444,0.233091),(-0.2977045,0.9126034,0.2802266),(-0.2496363,0.912135,0.3251022),(-0.2545748,0.9111755,0.3239611),(-0.2360694,0.9165613,0.3227796),(-0.2508388,0.9070084,0.3382536),(-0.2505581,0.919156,0.303929),(-0.2374165,0.933964,0.2671042),(-0.1915196,0.9508601,0.2432806),(-0.2165255,0.93239,0.2894227),(-0.174808,0.9514758,0.2532506),(-0.2067508,0.9330977,0.2942499),(-0.1433687,0.9683306,0.2044047),(-0.09976242,0.9835992,0.1502667),(-0.1324433,0.9719699,0.1942507),(-0.1715221,0.9563624,0.2365399),(-0.2396087,0.9162817,0.3209603),(-0.2169868,0.9375821,0.2717656),(-0.2221507,0.9508572,0.2156842),(-0.2120555,0.9652213,0.1529063),(-0.1505681,0.9800005,0.1301093),(-0.1672634,0.9676083,0.1890955),(-0.2066867,0.9748994,0.08277468),(-0.2048445,0.9776816,0.04666185),(-0.1413216,0.9875979,0.06840105),(-0.138353,0.9896797,0.03731813),(-0.08710171,0.9948251,0.0523103),(-0.09752212,0.9899438,0.1024726),(-0.08383618,0.9960983,0.02756149),(-0.04684836,0.9982824,0.03517657),(-0.0437829,0.9988775,0.01807625),(-0.05669238,0.9958913,0.07061566),(-0.1162344,0.981319,0.1533059),(-0.07424439,0.9912976,0.1087055),(0.000211451,-1,-0.0001574537),(0.0002114686,-1,-0.0001479663),(0.0002112128,-0.9999999,-0.0001204277),(8.777284e-5,-1,2.893549e-5),(0.0001032593,-1,5.717607e-5),(8.222257e-5,-1,1.932369e-5),(0.0002074334,-1,-7.022128e-5),(0.0001941124,-1,1.08388e-5),(0.0001262134,-1,0.0001073747),(0.0001528588,-0.9999999,0.000185184),(-1.936278e-5,-0.9999999,0.0002282948),(2.671565e-5,-0.9999999,0.000263574),(9.048246e-5,-0.9999999,0.0003138807),(-1.095429e-5,-0.9999999,0.0003828765),(-0.0001015873,-1,0.0003905662),(-0.0001618634,-0.9999999,0.0003894406),(-5.721454e-5,-1,0.0002008389),(-4.754012e-5,-1,0.000207666),(-0.0001964952,-0.9999999,0.0003866347),(-0.0002079895,-0.9999999,0.0003858061),(0.0001656284,-0.9999999,0.0001211321),(0.0001266585,-1,0.0002450856),(0.0001588974,-0.9999999,0.0003633313),(0.0001666813,-1,0.0002781447),(9.167742e-5,-1,0.0003633759),(7.572892e-5,-0.9999998,0.0004565262),(0.0001248056,-0.9999999,0.0004474175),(0.0001407176,-0.9999999,0.0004249026),(0.0001983714,-0.9999999,0.0003684423),(0.0001845467,-0.9999999,0.0003800122),(0.0001960205,-0.9999999,0.0003204211),(0.0002886794,-1,7.604363e-5),(0.0002498828,-0.9999999,0.0001834002),(0.0001816659,-0.9999999,0.000278017),(0.0001497598,-0.9999999,0.0003599434),(9.187702e-5,-0.9999999,0.0003482683),(7.339296e-5,-0.9999999,0.0005014328),(6.752172e-5,-0.9999999,0.000491409),(0.0001177301,-0.9999999,0.0003601596),(0.0001184824,-0.9999999,0.0004233133),(4.882809e-5,-0.9999999,0.0004386887),(8.206789e-6,-1,0.0003556399),(8.985239e-5,-1,0.0001737948),(0.0001118403,-0.9999999,0.0002721494),(0.0001908374,-1,5.724635e-5),(0.0001919841,-1,0.0001526384),(0.0001806168,-1,-3.333814e-5),(0.0002937447,-0.9999999,-0.0002547992),(0.000305678,-0.9999999,-0.000189725),(0.0003099794,-0.9999999,-0.0001144883),(0.0001914306,-0.9999999,0.0002435838),(0.0003049378,-0.9999999,-2.660983e-5),(-4.035751e-5,-0.9999999,0.000265673),(-7.595681e-5,-1,0.0001816992),(1.596148e-5,-1,-3.453093e-6),(5.433333e-5,-1,8.080577e-5),(-9.348726e-5,-1,9.568006e-5),(-8.809636e-5,-1,-2.856956e-7),(-4.386401e-5,-1,-0.0001840767),(-1.89006e-5,-1,-8.861844e-5),(7.158481e-5,-1,-0.0002651186),(0.0001185634,-1,-0.0001895161),(1.988061e-5,-0.9999999,-0.0003483424),(0.0001099975,-0.9999998,-0.0004867534),(0.0001800932,-0.9999999,-0.000431218),(0.0002334239,-0.9999999,-0.0003737928),(0.0001562883,-0.9999999,-0.0001144762),(0.000271037,-0.9999999,-0.0003149133),(-5.525148e-5,-1,-0.0001060889),(2.442991e-6,-0.9999999,-0.0002101524),(-7.560374e-6,-0.9999999,-0.0003672322),(-4.316453e-5,-0.9999999,-0.0002828993),(7.540197e-5,-0.9999999,-0.0002983479),(0.0001537945,-0.9999999,-0.0003571207),(0.0001361694,-0.9999999,-0.0004448281),(5.507735e-5,-0.9999999,-0.0004249152),(3.158649e-5,-0.9999999,-0.0004809649),(-7.473245e-6,-0.9999999,-0.0004708837),(9.890814e-5,-0.9999999,-0.0004479218),(5.818307e-5,-0.9999999,-0.0003534345),(2.197755e-5,-0.9999999,-0.0004525607),(1.83281e-5,-0.9999999,-0.0005080415),(-1.293371e-5,-0.9999999,-0.0004242696),(4.763862e-5,-0.9999998,-0.0005194351),(0.0002193898,-0.9999999,-0.00038722),(0.0002611338,-0.9999999,-0.0003983493),(0.0002585642,-0.9999999,-0.0004162325),(0.0002103221,-0.9999998,-0.0004363226),(0.0002826331,-0.9999998,-0.0003955667),(0.0002874207,-0.9999999,-0.000383864),(0.0002909443,-0.9999999,-0.000359599),(0.000284303,-0.9999998,-0.000389068),(0.0002237417,-0.9999999,-0.0002756582),(0.0002053782,-0.9999999,-0.0003309125),(0.0002240047,-1,-0.0002295788),(8.812168e-5,-0.9999999,7.08428e-6),(0.000107108,-1,-5.060096e-5),(0.0001117825,-1,-0.0001341912),(0.0001650346,-0.9999999,-0.0003900591),(9.712591e-5,-1,-0.0002373544),(0.0002745504,-0.9999998,-0.000371016),(0.0002423408,-0.9999999,-0.0003641725),(0.0002473195,-0.9999999,-0.0003283004),(0.0002784327,-0.9999999,-0.0003362633),(0.0001929358,-0.9999999,-0.0003657924),(0.0001284613,-0.9999999,-0.0003783342),(0.0001498833,-0.9999999,-0.0003821108),(0.0002027614,-0.9999999,-0.0003416568),(0.0001187658,-1,-0.0002250129),(0.0001698,-1,-0.000198098),(5.704312e-5,-0.9999999,-0.0002862355),(-0.0001303549,-1,-7.356363e-5),(-5.120193e-5,-1,-8.696768e-6),(1.052815e-5,-1,2.785006e-5),(0.0002061477,-0.9999999,-0.0002009832),(5.649026e-5,-0.9999999,3.383451e-5),(8.244089e-5,-0.9999999,-0.0003745549),(8.594934e-5,-0.9999999,-0.0003252058),(0.000166629,-1,-0.0004052492),(0.0001276913,-0.9999999,-0.0004172393),(0.000136866,-1,-0.000228387),(0.0002331084,-1,-8.238614e-5),(0.000380747,-0.9999999,-0.000187824),(0.0002549388,-0.9999998,-0.0003331174),(0.0001923257,-0.9999999,-0.000265876),(8.052019e-5,-0.9999999,-0.0003384301),(0.0003547594,-0.9999999,-0.0001096424),(0.0001465739,-1,0.0001443292),(-3.696378e-5,-0.9999999,-1.388145e-5),(-0.0001460204,-1,-0.0001008881),(3.142875e-5,-1,-0.0003408073),(-0.0001780151,-1,-0.0001199178),(0.0003158318,-0.9999999,5.783755e-5),(0.0003318813,-0.9999999,0.0001323244),(0.0004632536,-0.9999999,7.31556e-5),(0.0004699683,-0.9999999,-2.756547e-5),(0.0002898395,-0.9999999,0.0001317679),(0.0001985267,-1,4.773324e-5),(0.0002326974,-1,1.754299e-5),(0.0003780526,-0.9999999,9.449665e-5),(0.0003992938,-0.9999999,0.0001614263),(0.0004882948,-0.9999998,0.0001556282),(0.0002277223,-1,5.966407e-5),(0.0001612001,-1,0.0001527221),(0.0003164106,-0.9999999,0.0002980351),(0.0003672805,-0.9999999,0.0003433727),(0.0004785739,-0.9999999,5.95382e-5),(0.0003114722,-0.9999999,0.0002914075),(0.0001149615,-1,-7.269059e-5),(8.655881e-5,-1,-0.0001724428),(4.858325e-5,-1,-0.0002083813),(0.00010274,-0.9999999,-0.0001061922),(0.0001025513,-1,-0.0002397428),(0.000151412,-1,-0.0002634056),(0.0001164484,-0.9999999,-0.0002907445),(5.774883e-5,-0.9999999,-0.0002744619),(-2.933817e-5,-0.9999999,-0.0002564792),(-2.053179e-5,-1,-0.0001936661),(2.67187e-5,-1,-0.000263697),(-0.0001125466,-1,-0.0001767838),(-0.000150597,-1,-0.0001773063),(-0.0001164294,-1,-0.000123517),(6.236223e-5,-1,-8.485265e-5),(-1.180947e-5,-1,-1.393009e-5),(0.0002030199,-0.9999999,-0.0002586903),(0.0002347169,-0.9999999,-0.0002488934),(0.0002322617,-0.9999999,-0.0002641683),(0.0001851584,-0.9999999,-0.0002775992),(0.0002504556,-0.9999999,-0.0002383591),(0.0002542924,-0.9999999,-0.0002309104),(0.0002730822,-0.9999999,-0.000247822),(0.0002605102,-0.9999999,-0.0002533621),(0.0002100734,-1,-0.000225314),(0.0001659372,-0.9999999,-0.0002314884),(0.0002372599,-0.9999999,-0.0002250207),(0.0001423824,-1,-0.0001665328),(9.438569e-5,-1,-0.0001587848),(3.247952e-5,-1,-0.0001540306),(0.0001046857,-0.9999999,-0.0002441544),(-3.831375e-5,-1,-0.0001582511),(0.0002523983,-1,-0.0002261272),(0.0002499205,-0.9999999,-0.0002215791),(0.000276747,-0.9999999,-0.0002408439),(0.0002765364,-0.9999999,-0.0002450674),(0.0002471706,-0.9999999,-0.0002179048),(0.0002444532,-0.9999999,-0.0002152832),(0.000268827,-0.9999999,-0.0002288158),(0.0002741769,-0.9999999,-0.0002353087),(0.0002598537,-0.9999999,-0.0002104233),(0.0002594629,-0.9999999,-0.0002204767),(0.0002528803,-0.9999999,-0.0001955697),(0.0001991043,-1,-0.0001130628),(0.0002047409,-0.9999999,-0.0001426087),(0.0001967273,-1,-0.0001614497),(0.0002520597,-0.9999999,-0.0002252783),(0.0001758452,-1,-0.00016927),(0.0002411498,-1,-0.0002163484),(0.0002378826,-1,-0.0002252989),(0.0002453656,-0.9999999,-0.0002364829),(0.0002589299,-1,-0.0002266205),(0.0002380375,-0.9999999,-0.0002449205),(0.0002451644,-0.9999999,-0.0002776227),(0.0002337403,-0.9999999,-0.0002634333),(0.0002304015,-0.9999999,-0.0003114632),(0.000204475,-1,-0.0001935737),(0.0001725312,-1,-0.0002274926),(0.0001483523,-1,-0.0002947935),(5.84398e-5,-1,-0.0001326667),(1.860793e-6,-1,-0.0002245595),(0.0001196415,-0.9999999,-9.125234e-5),(0.0002342752,-1,-0.0001855402),(0.0001711442,-1,-8.869367e-5),(0.0002212005,-0.9999999,-0.0003587219),(0.0001107253,-0.9999999,-0.000511585),(0.000212583,-0.9999999,-0.0003938009),(0.0001311663,-0.9999999,-0.0005039866),(-0.0001177421,-0.9999998,-0.000713906),(-0.0004966058,-0.9999995,-0.0009443442),(-6.123736e-5,-0.9999999,-0.0006075327),(-0.0004133662,-0.9999996,-0.0006714713),(9.73479e-5,-0.9999999,-0.000452603),(-1.3055e-5,-0.9999999,-0.0004656273),(-0.0002530021,-0.9999999,-0.0003835481),(-7.545781e-6,-0.9999999,-0.0003326949),(-7.497489e-5,-0.9999999,-0.0001610152),(-6.070218e-6,-0.9999999,-0.0003761965),(0.0001332368,-0.9999999,-0.0003824526),(-1.95281e-5,-0.9999999,-0.0003276066),(-0.0008906602,-0.9999991,-0.001021057),(-0.001103614,-0.999999,-0.0008035757),(-0.0008468041,-0.9999995,-0.0005945787),(-0.001184909,-0.9999992,-0.0003453634),(-0.001045963,-0.9999994,-0.0003551644),(-0.0006252135,-0.9999997,0.0002606948),(-0.001278508,-0.9999991,-2.936932e-5),(-0.000974181,-0.9999995,0.0002508137),(-0.0009897051,-0.9999995,-5.297441e-5),(-0.001172917,-0.9999993,-3.350242e-5),(-0.0009730257,-0.9999995,-0.000280905),(-0.0008169739,-0.9999995,-0.0004794126),(-0.0006975462,-0.9999987,-0.001414107),(-0.000607799,-0.9999998,-4.933403e-5),(-0.0006196364,-0.9999998,-0.0002139058),(-0.0002900479,-0.9999999,8.870161e-6),(1.487612e-5,-0.9999998,0.0007512033),(0.0006245502,-0.9999994,0.0009021633),(-0.0002953022,-0.9999998,0.0003368903),(0.0005510612,-0.9999999,0.000201585),(0.001081394,-0.9999991,0.0008019716),(0.001258045,-0.9999991,0.0005326063),(0.001345711,-0.9999991,-5.221574e-7),(0.001862995,-0.9999983,-0.0001249624),(0.0008506107,-0.9999989,-0.001186954),(0.002032394,-0.999997,-0.00139762),(0.002961717,-0.999995,-0.00116592),(0.003149867,-0.9999894,-0.003352537),(0.004600898,-0.9999862,-0.002514885),(0.001497282,-0.9999936,-0.003264249),(-0.0002578241,-0.9999996,-0.000741654),(7.253399e-5,-0.9999967,-0.002523506),(0.001167922,-0.9999992,0.0002544525),(0.0009471304,-0.9999995,4.849344e-5),(0.001967374,-0.9999981,-0.0001916604),(0.001800394,-0.9999983,-0.0004029457),(0.0007159309,-0.9999999,-0.0001620473),(0.0005967938,-0.9999997,-0.0004492186),(0.00170133,-0.9999981,-0.0009685844),(0.002016087,-0.9999958,-0.00208715),(0.003039061,-0.9999946,-0.001255647),(0.002971465,-0.999992,-0.002709778),(0.003747668,-0.9999771,-0.005633515),(0.004306277,-0.9999746,-0.005670382),(0.005305765,-0.9999174,-0.01170601),(0.004619483,-0.9999861,-0.002567306),(0.003261123,-0.9999943,-0.0008793843),(0.005093984,-0.9999855,-0.001745972),(0.0006789988,-0.9999993,-0.0009005363),(0.001022297,-0.9999982,-0.001582121),(0.00307595,-0.9999875,-0.003918103),(0.005169465,-0.999965,-0.006577624),(0.001690584,-0.9999954,-0.002516952),(0.002750965,-0.9999893,-0.003722925),(0.008563366,-0.9999117,-0.01016694),(0.01354178,-0.9997991,-0.01477526),(0.01064314,-0.999799,-0.01699417),(0.01808837,-0.9994999,-0.02594241),(0.02911964,-0.9988751,-0.03742321),(0.02834541,-0.9982231,-0.05241428),(0.04688032,-0.9960532,-0.0753687),(0.01611176,-0.9992731,-0.0345495),(0.006078794,-0.9999283,-0.01031543),(0.008835358,-0.9997368,-0.02117396),(0.003686453,-0.9999696,-0.006870207),(0.004517986,-0.9998929,-0.01392128),(0.01946972,-0.999558,-0.02246294),(0.02601517,-0.9990315,-0.03548507),(0.006416496,-0.9996555,-0.02544974),(0.01057341,-0.9990613,-0.04200824),(0.03412449,-0.997942,-0.05428797),(0.04479253,-0.995843,-0.07931191),(0.0598677,-0.995282,-0.07635169),(0.07927871,-0.991203,-0.1059785),(0.101979,-0.9845207,-0.1425453),(0.138341,-0.972591,-0.1868924),(0.178671,-0.9546294,-0.2382425),(0.1026011,-0.9844908,-0.1423061),(0.04327306,-0.9976274,-0.05354363),(0.07191356,-0.9918699,-0.1049884),(0.01850396,-0.9977928,-0.06377372),(0.0319644,-0.9953404,-0.09097113),(0.05927762,-0.9920605,-0.1109147),(0.07914089,-0.9855736,-0.1496038),(0.05277045,-0.9908439,-0.124273),(0.08297534,-0.9829117,-0.1643155),(0.106223,-0.9748036,-0.1961498),(0.1426334,-0.9573762,-0.25117),(0.1597984,-0.9579486,-0.2383256),(0.196951,-0.9338503,-0.2985528),(0.241417,-0.8983223,-0.3670625),(0.3747449,-0.7755972,-0.5079521),(0.3212818,-0.8424221,-0.4325541),(0.2706182,-0.8922588,-0.3614418),(0.12855,-0.9740156,-0.1864632),(0.2229849,-0.9286667,-0.2964051),(0.1235281,-0.9695479,-0.2114657),(0.1730715,-0.9486086,-0.2649298),(0.1902798,-0.9306504,-0.3125435),(0.2481855,-0.8925256,-0.3765659),(0.2290928,-0.9182658,-0.3229619),(0.2890722,-0.8771029,-0.3835725),(0.312629,-0.8414783,-0.4406554),(0.3796943,-0.7769718,-0.5021425),(0.4260254,-0.7041402,-0.5680572),(0.3586443,-0.7839158,-0.506804),(0.4925815,-0.6109581,-0.6197529),(0.614176,-0.3517513,-0.706441),(0.5581925,-0.4742254,-0.6808314),(0.4960036,-0.5888696,-0.6381326),(0.2955221,-0.8486367,-0.4387284),(0.4330724,-0.6903799,-0.5795032),(0.3524214,-0.8250176,-0.4417525),(0.4187242,-0.7625909,-0.4930774),(0.4473144,-0.7001296,-0.5565324),(0.5139886,-0.6126484,-0.6003978),(0.4858989,-0.6895614,-0.5370358),(0.5517165,-0.6057609,-0.5732911),(0.6341569,-0.4083962,-0.6565498),(0.5771156,-0.5151879,-0.6336554),(0.6586536,-0.2801917,-0.6983324),(0.6111007,-0.396787,-0.6849203),(0.6955983,-0.1587081,-0.7006817),(0.7233191,0.1430743,-0.6755289),(0.7155918,0.02118398,-0.6981974),(0.6942433,-0.1021125,-0.71246),(0.5549768,-0.5075172,-0.6591108),(0.6601267,-0.2267103,-0.716125),(0.6130546,-0.510491,-0.6029617),(0.6665429,-0.4032266,-0.6269999),(0.7173568,-0.1678787,-0.6761774),(0.681934,-0.2924632,-0.6703965),(0.7094641,-0.2845949,-0.6447217),(0.739257,-0.1558398,-0.6551434),(0.7428622,0.0986165,-0.6621408),(0.7382339,-0.03664128,-0.6735489),(0.7228312,0.2238255,-0.6537714),(0.7290751,0.09531347,-0.6777646),(0.7007208,0.3492032,-0.6221314),(0.6195186,0.5870305,-0.5211448),(0.6640645,0.4873806,-0.5669908),(0.6970559,0.3783426,-0.609073),(0.719688,-0.03313274,-0.6935067),(0.7170547,0.2626535,-0.6456358),(0.7542376,-0.01970083,-0.656306),(0.7527692,0.1198509,-0.6472823),(0.7034439,0.3642592,-0.6103128),(0.7310991,0.2338185,-0.6409548),(0.7329807,0.2585079,-0.6292163),(0.6943342,0.3916987,-0.6037154),(0.6031127,0.5950632,-0.5311825),(0.6602842,0.4857968,-0.5727359),(0.55976,0.6681023,-0.4902122),(0.616994,0.5743322,-0.5380159),(0.4950259,0.747558,-0.4428392),(0.3863006,0.858777,-0.3365619),(0.4484797,0.8098335,-0.3782004),(0.5091201,0.7487619,-0.4244435),(0.6645887,0.4672901,-0.5830625),(0.5667372,0.674604,-0.4729888),(0.6400721,0.5140458,-0.5710207),(0.5747701,0.6214672,-0.5323701),(0.4663713,0.7662181,-0.4420493),(0.5366952,0.6889889,-0.4870857),(0.5012172,0.7121455,-0.4915588),(0.4222459,0.7853807,-0.452643),(0.3248034,0.8734362,-0.3627835),(0.3949702,0.8273137,-0.3994379),(0.3013674,0.8990851,-0.3175273),(0.3623401,0.861909,-0.3547147),(0.2461316,0.9253592,-0.2883219),(0.1902504,0.9548979,-0.2279801),(0.2277897,0.9425381,-0.2444049),(0.2734374,0.9235373,-0.2689067),(0.4275886,0.8119857,-0.3973),(0.3266185,0.8962583,-0.3000692),(0.3427617,0.8412718,-0.4180625),(0.2668582,0.8816511,-0.3892017),(0.1984037,0.9281924,-0.3147933),(0.2586859,0.9062581,-0.3343317),(0.1952836,0.9091646,-0.3678096),(0.1281447,0.9258757,-0.3554337),(0.09406581,0.9479256,-0.304284),(0.1436949,0.9415722,-0.3046203),(0.1158938,0.9584134,-0.2607916),(0.1539149,0.9532737,-0.2599602),(0.08242074,0.9589657,-0.2712778),(0.110049,0.9654838,-0.2360723),(0.09059168,0.9623038,-0.2564462),(0.1327507,0.9654891,-0.2240714),(0.1971134,0.9427506,-0.2690122),(0.1592685,0.9621563,-0.2211079),(0.06328513,0.9335966,-0.3526931),(-0.002248612,0.9339509,-0.3573939),(-0.009925764,0.9429966,-0.3326541),(0.04469989,0.9482686,-0.3143068),(-0.06996997,0.9281551,-0.3655576),(-0.141023,0.916959,-0.3732274),(-0.07140878,0.9322246,-0.3547648),(-0.1408193,0.9158967,-0.375903),(0.001096033,0.9467496,-0.3219689),(-0.05593482,0.9327362,-0.3561944),(-0.1253956,0.912294,-0.3898662),(-0.02574038,0.9288394,-0.3695875),(-0.09558801,0.9050024,-0.4145281),(0.02791968,0.9451808,-0.3253517),(0.04667603,0.9552358,-0.2921402),(0.06619161,0.9558434,-0.2863253),(-0.2092066,0.9023964,-0.3767139),(-0.2676517,0.8873362,-0.375496),(-0.2093303,0.8962123,-0.3911321),(-0.2675841,0.8769565,-0.3991818),(-0.3163162,0.8728396,-0.3716114),(-0.3554825,0.8596116,-0.3670153),(-0.3155985,0.8595297,-0.402003),(-0.3537267,0.8448551,-0.4013692),(-0.2562718,0.8633903,-0.4346057),(-0.3065222,0.8419187,-0.4440912),(-0.347477,0.8247724,-0.4461056),(-0.2891065,0.8180679,-0.4971743),(-0.3384391,0.7967179,-0.5006989),(-0.2330446,0.8451985,-0.4809673),(-0.1960148,0.8875785,-0.4168723),(-0.1688687,0.8752969,-0.4531432),(-0.3835698,0.8492751,-0.3627755),(-0.3990909,0.8438456,-0.3586794),(-0.3813504,0.8341776,-0.3983964),(-0.3977854,0.828889,-0.3933316),(-0.4025398,0.844243,-0.353858),(-0.3941502,0.8509266,-0.3472314),(-0.4033402,0.8296772,-0.3859437),(-0.3981227,0.8368258,-0.3757935),(-0.3993214,0.8090864,-0.4311863),(-0.4091836,0.8116611,-0.4168632),(-0.4080942,0.8208568,-0.3995666),(-0.4242769,0.7878081,-0.4464835),(-0.4271555,0.8015244,-0.4184456),(-0.4080271,0.7814725,-0.4720322),(-0.378719,0.8134732,-0.441399),(-0.3791456,0.7840527,-0.4914365),(-0.3792455,0.8613538,-0.3379977),(-0.3631017,0.8729323,-0.3258009),(-0.3869107,0.8478181,-0.3626353),(-0.374415,0.8600394,-0.3466204),(-0.3456586,0.8855755,-0.3102842),(-0.326862,0.8991339,-0.2910659),(-0.36051,0.8731995,-0.3279559),(-0.345103,0.8869861,-0.3068542),(-0.3908416,0.8473985,-0.3593864),(-0.3790658,0.8615816,-0.3376188),(-0.365083,0.8759228,-0.3153943),(-0.4008033,0.8510771,-0.3391527),(-0.3856916,0.8666052,-0.3166028),(-0.4127716,0.8349513,-0.3639724),(-0.4004807,0.8337079,-0.3801925),(-0.4215636,0.8183818,-0.3905579),(-0.2994494,0.9155912,-0.2683706),(-0.255224,0.9355156,-0.2442769),(-0.3192264,0.9041532,-0.283904),(-0.2728376,0.9260002,-0.2609273),(-0.1926073,0.9557599,-0.2223185),(-0.1105512,0.9722631,-0.2061137),(-0.2039013,0.9489039,-0.2408442),(-0.1109741,0.9676484,-0.2265861),(-0.2889353,0.917603,-0.2729855),(-0.2129044,0.9429493,-0.2559656),(-0.1088518,0.9636139,-0.2441301),(-0.2187848,0.9383371,-0.2676877),(-0.1042725,0.9602798,-0.258824),(-0.302228,0.9110541,-0.2804258),(-0.338818,0.8939268,-0.2934232),(-0.3568586,0.8857273,-0.2968824),(-0.01978759,0.9797739,-0.1991271),(0.06872895,0.9768128,-0.2027638),(-0.007622151,0.9752189,-0.2211112),(0.09223144,0.9698715,-0.225483),(0.1550021,0.9639412,-0.2163137),(0.2391647,0.9410623,-0.2391696),(0.1884776,0.9527129,-0.2383575),(0.2812651,0.9241646,-0.2584759),(0.1169024,0.9628634,-0.2433676),(0.2214269,0.9415644,-0.2538241),(0.3206475,0.9080583,-0.2694723),(0.2519043,0.9312664,-0.2632245),(0.3555064,0.893957,-0.2728665),(0.1410257,0.9561316,-0.256757),(0.006748375,0.970843,-0.239621),(0.02223538,0.9667234,-0.2548557),(0.3181069,0.9089253,-0.2695604),(0.3880605,0.8707013,-0.3021398),(0.3641044,0.8868722,-0.2844043),(0.4301284,0.8471664,-0.3119273),(0.4487945,0.8307385,-0.3293281),(0.5010768,0.7940892,-0.3440121),(0.4800625,0.811075,-0.3342113),(0.5156447,0.7844208,-0.3446658),(0.4657733,0.8282018,-0.3116683),(0.5040827,0.7982946,-0.3295853),(0.5223663,0.7831847,-0.337276),(0.521113,0.7928926,-0.315852),(0.5222708,0.789802,-0.3216302),(0.4944417,0.815015,-0.3021226),(0.40521,0.8671275,-0.2896457),(0.4401078,0.8511392,-0.2861243),(0.5323801,0.7727164,-0.3456599),(0.5305813,0.7772822,-0.3381065),(0.5286229,0.7768576,-0.3421262),(0.5093577,0.7949018,-0.3296756),(0.4945505,0.8075283,-0.3214306),(0.4195797,0.8591765,-0.2928626),(0.3582376,0.8922097,-0.2750049),(0.4545477,0.8357882,-0.3079683),(0.4793901,0.8183676,-0.3169536),(0.4062835,0.865887,-0.2918449),(0.2908876,0.9218992,-0.255903),(0.2205969,0.946598,-0.2351365),(0.3522982,0.8954563,-0.2721103),(0.4426934,0.845408,-0.2988445),(0.5164228,0.7891666,-0.3324506),(0.4973767,0.8080093,-0.3158123),(0.314137,0.9164656,-0.2478078),(0.1885592,0.9635198,-0.1899343),(0.1022164,0.9807453,-0.1664044),(0.2346325,0.9453329,-0.2264801),(0.0415385,0.9903741,-0.1320369),(-0.1233582,0.9884993,-0.08747564),(-0.1815252,0.9813154,-0.06378797),(-0.03753502,0.9934629,-0.1078086),(-0.1100812,0.9900206,-0.08798549),(0.01869301,0.9892086,-0.1453159),(-0.231755,0.9716969,-0.04576702),(-0.2744362,0.9610212,-0.03351128),(-0.175118,0.9818466,-0.07287695),(-0.05957692,0.9901012,-0.127083),(0.1532176,0.9665799,-0.2055425),(0.07307843,0.9799871,-0.1851616),(-0.2303188,0.9715179,-0.05573238),(-0.2141552,0.9764654,-0.02555245),(-0.2383859,0.9711255,-0.009348442),(-0.2673939,0.9629624,-0.03469503),(-0.03214939,0.9993933,0.01339414),(0.4100697,0.9095407,0.06766573),(0.4080155,0.9098403,0.0755913),(-0.04647355,0.9986268,0.0241785),(-0.0537824,0.9980913,0.03034727),(-0.2544667,0.9670802,0.001614162),(0.404834,0.9109206,0.07958041),(0.3989146,0.9135387,0.07946131),(-0.05567243,0.9979464,0.03168209),(-0.2637171,0.9645734,0.007174375),(-0.2964849,0.9548393,-0.01945361),(-0.318642,0.9478216,-0.0100776),(0.7489102,0.6561409,0.09280424),(0.8253714,0.5579265,0.08648776),(0.8317965,0.5456166,0.1020645),(0.7537436,0.6490621,0.1029023),(0.7679279,0.6372298,0.06499922),(0.4938833,0.8695098,0.005657627),(0.5421688,0.8397902,0.02838164),(0.7817972,0.617622,0.08565186),(0.7905334,0.6030364,0.1067902),(0.832969,0.5407392,0.1173196),(0.5845648,0.8096341,0.05269311),(0.6206299,0.7801512,0.07863032),(0.7939636,0.5942502,0.1284079),(0.8283916,0.544334,0.1321666),(0.7528356,0.6487645,0.1110997),(0.7451702,0.6564845,0.1172572),(0.06687176,0.9932377,-0.09490532),(-0.2384399,0.9509196,-0.1972267),(-0.1357951,0.9719355,-0.192097),(0.1601579,0.9840232,-0.07776843),(-0.4459291,0.8471605,-0.2889054),(-0.6085992,0.706175,-0.361834),(-0.5331483,0.7560097,-0.3797395),(-0.3532766,0.8873547,-0.2963056),(-0.2522839,0.9204513,-0.2985332),(-0.0286892,0.983019,-0.1812475),(-0.4483172,0.8022531,-0.3942102),(-0.3533973,0.8434654,-0.4045695),(-0.1436092,0.9447195,-0.2947567),(0.08080771,0.983122,-0.164138),(0.2509827,0.9663457,-0.05642375),(0.3372873,0.9408978,-0.03080216),(-0.6978108,0.5820724,-0.4174346),(-0.6858179,0.5517056,-0.474631),(-0.6257046,0.5975831,-0.5013862),(-0.635604,0.6332088,-0.4416493),(-0.5441065,0.6426471,-0.5394004),(-0.1141991,0.8253437,-0.5529613),(-0.0146356,0.828034,-0.5604867),(-0.4732143,0.6763826,-0.5644242),(-0.3926268,0.7064145,-0.5889166),(-0.5561913,0.6421338,-0.5275562),(0.09109647,0.8199866,-0.5650871),(0.2032875,0.7992749,-0.5655385),(-0.2998878,0.7313614,-0.6125176),(-0.4750903,0.6844135,-0.5530527),(-0.5640898,0.6829013,-0.4641641),(-0.4816748,0.7301361,-0.4846554),(0.4000115,0.8091962,-0.4303397),(0.6687865,0.6672593,-0.3278562),(0.7394925,0.6049202,-0.2953344),(0.4998884,0.7643766,-0.4072344),(0.8059573,0.5276492,-0.2683639),(0.886655,0.4078799,-0.2178916),(0.8488303,0.471406,-0.2392979),(0.9060321,0.3735418,-0.1989278),(0.8829665,0.4160953,-0.2173361),(0.8006074,0.5373664,-0.2650757),(0.9184722,0.3455384,-0.1923848),(0.9098727,0.3621803,-0.2023789),(0.9251959,0.3237465,-0.1979915),(0.8525226,0.4658237,-0.2370941),(0.5944811,0.7077199,-0.3817392),(0.6823899,0.6397874,-0.3535762),(0.9241248,0.3344675,-0.1847291),(0.9197471,0.3380555,-0.1994584),(0.9274125,0.3303194,-0.1754863),(0.9110659,0.3633219,-0.1948231),(0.8647652,0.423794,-0.2694066),(0.705091,0.5943324,-0.386802),(0.8361667,0.477292,-0.2702176),(0.6308379,0.6669994,-0.3964283),(0.8930609,0.3992538,-0.2074578),(0.7924182,0.5390748,-0.2854322),(0.5355596,0.737204,-0.4119541),(0.4172478,0.8009933,-0.4293179),(0.7289026,0.6088781,-0.3129992),(0.8629218,0.4466321,-0.2364018),(0.9240016,0.3359435,-0.1826559),(0.9133018,0.3515173,-0.2057071),(0.4449297,0.7673281,-0.4617846),(0.1568586,0.8798931,-0.4485346),(-0.006376798,0.8976666,-0.440629),(0.3127272,0.8259695,-0.469016),(-0.159496,0.9116318,-0.3787987),(-0.4995215,0.8219041,-0.2737736),(-0.6234321,0.74642,-0.2327865),(-0.3188266,0.8798438,-0.3524547),(-0.4668332,0.8236641,-0.3219381),(-0.1716317,0.8883097,-0.4259677),(-0.7290058,0.6567931,-0.1928036),(-0.8150898,0.558308,-0.1546641),(-0.5984418,0.7475639,-0.2881244),(-0.3312111,0.8527877,-0.4037973),(0.1644423,0.8657984,-0.4726013),(0.005333854,0.8831592,-0.469043),(-0.7635969,0.6287555,-0.1469226),(-0.9008266,0.4333087,-0.02747665),(-0.9395745,0.3421315,0.01207749),(-0.8403282,0.5324394,-0.1017696),(-0.9630096,0.2611825,0.06630345),(-0.9873024,0.103342,0.1206412),(-0.9762995,0.1935924,0.09675439),(-0.9868822,0.07478656,0.1430756),(-0.9656159,0.256226,0.0439785),(-0.983763,0.1343898,0.1189533),(-0.9861106,0.05427894,0.15697),(-0.987536,0.08370294,0.1332915),(-0.9858771,0.04119515,0.1623246),(-0.9817482,0.1773757,0.06861741),(-0.8989347,0.4336568,-0.06211581),(-0.9413036,0.3363911,-0.02808244),(-0.9910674,0.007897679,0.1331275),(-0.9921207,0.03227634,0.1210574),(-0.988584,0.01667133,0.1497461),(-0.9892954,0.0645985,0.1308497),(-0.9696786,0.2230711,0.09981295),(-0.7566886,0.6510758,0.05935257),(-0.7116512,0.7014303,0.03934518),(-0.957338,0.2717203,0.09834613),(-0.9411176,0.3266794,0.08705305),(-0.985876,0.1041326,0.1311671),(-0.6593047,0.7517986,0.01077274),(-0.6009542,0.798869,-0.02574061),(-0.9205775,0.3850589,0.06532132),(-0.9813721,0.1490647,0.1211965),(-0.9870129,0.03250084,0.1573188),(-0.986366,0.054321,0.1553421),(-0.3120939,0.9499963,-0.01021782),(0.04500822,0.995777,-0.08001553),(0.1213471,0.9858605,-0.1155595),(-0.2363179,0.9707123,-0.04326207),(0.3245357,0.9357769,-0.1378336),(0.5816388,0.7953765,-0.1705064),(0.6148441,0.7634323,-0.1978329),(0.3843554,0.9071955,-0.1710769),(0.4401653,0.87563,-0.1988131),(0.1977553,0.9687976,-0.1494133),(0.6419578,0.7352121,-0.2176085),(0.6617211,0.713362,-0.2307377),(0.4896254,0.8434981,-0.2208577),(0.2708853,0.9455722,-0.1803172),(-0.1554163,0.9846213,-0.07979143),(-0.07259784,0.9903362,-0.1181682),(0.7646987,0.6206683,-0.1732249),(0.8392899,0.5180273,-0.165046),(0.8382842,0.5153409,-0.1780541),(0.7750574,0.6016661,-0.1930904),(0.8515291,0.500165,-0.1572673),(0.8146375,0.560403,-0.1493792),(0.7946206,0.5880818,-0.1507907),(0.8425809,0.5129613,-0.1640984),(0.8278264,0.5372814,-0.161345),(0.8319714,0.524042,-0.1822186),(0.7676932,0.6246791,-0.1429098),(0.733705,0.6678093,-0.1253312),(0.8057007,0.5732458,-0.1491164),(0.8188208,0.5456511,-0.1783186),(0.779641,0.5917916,-0.2047989),(0.7772934,0.593211,-0.2095604),(0.7443406,0.6548489,-0.1308819),(0.6619907,0.743111,-0.09774697),(0.6173042,0.7817833,-0.08803677),(0.7104455,0.6922529,-0.1267008),(0.5660903,0.8223164,-0.05777032),(0.4561713,0.8896835,-0.01926178),(0.4093661,0.9123509,-0.005926215),(0.5164738,0.8551464,-0.04449095),(0.4654688,0.8844011,-0.0342562),(0.5675027,0.8198197,-0.07639568),(0.3655405,0.9307946,0.001147559),(0.41757,0.9082541,-0.02664182),(0.3272052,0.9449499,0.002494824),(0.5170978,0.8536415,-0.06249885),(0.6695068,0.7337133,-0.1158683),(0.6241273,0.7751595,-0.09794375),(0.3540371,0.9351228,0.01424842),(0.2861163,0.9572482,0.04258452),(0.3157955,0.9485267,0.02387833),(0.2582669,0.964954,0.04649674),(0.2546239,0.9648712,0.06473107),(0.2593357,0.9625288,0.07926752),(0.2379183,0.9692168,0.06335356),(0.2542271,0.9642216,0.07513385),(0.2371052,0.9704609,0.04457209),(0.226642,0.9722666,0.05771472),(0.2516101,0.9654413,0.06793688),(0.2192085,0.9745088,0.04775447),(0.2502919,0.9664589,0.05754245),(0.221436,0.9744741,0.03696668),(0.2835754,0.9585809,0.02660335),(0.2575131,0.9660049,0.02283532),(0.2607925,0.9619468,0.08152115),(0.2177605,0.9733983,0.07124643),(0.2640382,0.9613957,0.0774729),(0.2226812,0.9724634,0.06876124),(0.1242562,0.9906802,0.05579744),(-0.025381,0.9987198,0.04375543),(0.1231335,0.9908778,0.05476646),(-0.04182405,0.9982221,0.04246799),(0.225304,0.9722002,0.06375609),(0.1192358,0.9915594,0.05091842),(-0.06032603,0.9974557,0.03798236),(0.1127676,0.9926367,0.04422498),(-0.08059299,0.9962866,0.03029646),(0.2255949,0.9726003,0.05617455),(0.2667091,0.9611665,0.07088969),(0.2683033,0.9613587,0.0616677),(-0.196567,0.9794526,0.04510004),(-0.3541522,0.9331543,0.06163849),(-0.2291897,0.9724699,0.04212297),(-0.3952443,0.9168191,0.05678701),(-0.4981223,0.8627956,0.0863589),(-0.6291239,0.7690918,0.1126985),(-0.540816,0.837346,0.0798102),(-0.6684787,0.736277,0.1050342),(-0.4356796,0.8987882,0.04861117),(-0.5820939,0.8100603,0.07049041),(-0.7063599,0.7013536,0.09570148),(-0.6223022,0.7805793,0.05861775),(-0.7434387,0.6633887,0.08493806),(-0.4754345,0.8789617,0.0372613),(-0.2624498,0.9642841,0.03572367),(-0.2960914,0.9548065,0.02596886),(-0.7484974,0.6492948,0.1347883),(-0.8609265,0.487071,0.1468589),(-0.7820399,0.6102188,0.1266757),(-0.886788,0.4409108,0.1385815),(-0.9571407,0.2528481,0.1412432),(-0.9907579,-0.07777546,0.1111285),(-0.9841225,-0.1453377,0.1018816),(-0.9713681,0.1970793,0.1326791),(-0.9821494,0.1376799,0.1281671),(-0.9106167,0.3914855,0.1323496),(-0.9715276,-0.2157248,0.09796444),(-0.9521118,-0.2893035,0.09892704),(-0.9891318,0.07305384,0.1275982),(-0.9327614,0.3368995,0.128276),(-0.8141201,0.5684659,0.1185543),(-0.8454466,0.5224743,0.1106368),(-0.9083338,-0.41164,0.07404205),(-0.7443452,-0.6662399,0.04554886),(-0.6900539,-0.7226274,0.04043799),(-0.8738396,-0.4818243,0.06519108),(-0.5202537,-0.8539807,0.007292577),(-0.2319596,-0.9706847,-0.06297643),(-0.1943483,-0.9797769,-0.04760143),(-0.4633191,-0.8861334,0.01014769),(-0.4056856,-0.9138756,0.01583243),(-0.6303781,-0.7752557,0.04002507),(-0.1602256,-0.9865324,-0.0328875),(-0.1322264,-0.9910497,-0.0183478),(-0.3491248,-0.9367735,0.02381472),(-0.5662447,-0.8230929,0.04341534),(-0.8317644,-0.5516799,0.06178485),(-0.7818287,-0.6202994,0.06302714),(0.03570956,-0.9891005,-0.1428464),(0.1846128,-0.963163,-0.1955384),(0.1862608,-0.9677016,-0.1698837),(0.04854347,-0.9918141,-0.1181027),(0.2408455,-0.9449864,-0.2213462),(0.2273856,-0.9482367,-0.2216823),(0.2278125,-0.9515502,-0.2065274),(0.2396324,-0.9501269,-0.1995877),(0.2274635,-0.9554946,-0.1878573),(0.1786335,-0.972114,-0.1519364),(0.2172275,-0.9549769,-0.2020679),(0.1961164,-0.9581857,-0.2083709),(0.2024525,-0.9615971,-0.1853213),(0.1586273,-0.9773142,-0.1403357),(0.05485016,-0.9936839,-0.09789677),(0.05126405,-0.9954048,-0.08087888),(0.1649424,-0.9658023,-0.2000496),(0.06241199,-0.9849824,-0.16098),(0.06209572,-0.9853446,-0.1588714),(0.1672069,-0.9669898,-0.192283),(-0.0927585,-0.9900858,-0.1054802),(-0.3056263,-0.9513409,-0.03928362),(-0.3325498,-0.9424585,-0.03439097),(-0.1023394,-0.9891892,-0.1050304),(-0.1138811,-0.9878246,-0.1059885),(0.05557382,-0.985171,-0.1623256),(-0.357626,-0.933467,-0.02726172),(-0.3774437,-0.9258328,-0.01923475),(-0.1222991,-0.9863476,-0.1102793),(0.04748761,-0.98377,-0.1730368),(0.1600833,-0.9679415,-0.1935524),(0.1465969,-0.9677472,-0.2048773),(-0.5186616,-0.8548698,0.0137036),(-0.7108922,-0.7012714,0.05339121),(-0.7522365,-0.6554286,0.06748109),(-0.5588543,-0.8288929,0.02486915),(-0.9021621,-0.4159862,0.1142757),(-0.9603044,0.1778328,0.2149206),(-0.9426827,0.2518526,0.2189056),(-0.928845,-0.3482296,0.1264245),(-0.9505308,-0.2775228,0.1395439),(-0.7899117,-0.6072733,0.08519817),(-0.922692,0.3159727,0.220909),(-0.9041605,0.3660849,0.2201719),(-0.9671541,-0.2032977,0.152587),(-0.8245428,-0.5557752,0.1060329),(-0.5955829,-0.8022911,0.04012551),(-0.6281839,-0.7758312,0.05891323),(-0.6647488,0.7086365,0.2365232),(-0.4291697,0.8816068,0.1964252),(-0.3919565,0.8957357,0.2098273),(-0.6192217,0.7480057,0.2388559),(-0.3086183,0.9374287,0.1611899),(-0.2520882,0.9558291,0.1511364),(-0.2640025,0.9455383,0.1904207),(-0.2910985,0.9379267,0.188561),(-0.2867127,0.9306274,0.2274389),(-0.3725876,0.8984259,0.232399),(-0.2807408,0.9298534,0.2378179),(-0.2959719,0.9093915,0.2922459),(-0.2952423,0.9143474,0.2771299),(-0.375324,0.8885641,0.2637908),(-0.5887693,0.7705047,0.244281),(-0.5803177,0.7742213,0.2526118),(-0.228259,0.9580912,0.1730873),(-0.2250524,0.9497311,0.2176289),(-0.2736378,0.9251571,0.2630715),(-0.2672882,0.9383991,0.2190069),(-0.241857,0.9329289,0.2667373),(-0.2779082,0.9116592,0.3027286),(-0.2947624,0.897545,0.3279147),(-0.2827462,0.9094386,0.3049197),(-0.309407,0.8958695,0.3188812),(-0.3114531,0.9034769,0.2944939),(-0.2962118,0.898352,0.3243795),(-0.2804671,0.9143704,0.2920015),(-0.3140026,0.8975599,0.3094971),(-0.3275031,0.8917089,0.3124051),(-0.3020163,0.9162185,0.2633058),(-0.3215729,0.8962935,0.3053668),(-0.3097736,0.8971224,0.3149789),(-0.3146802,0.8986654,0.3055761),(-0.2864693,0.9119115,0.2938584),(-0.2997501,0.8976693,0.3230168),(-0.2927814,0.9138682,0.2812901),(-0.2432282,0.9378279,0.2476264),(-0.2016641,0.9587179,0.2004785),(-0.25399,0.9343876,0.2498175),(-0.2022716,0.9568452,0.2086468),(-0.2426473,0.9339773,0.262314),(-0.1529215,0.9761276,0.1542402),(-0.1065772,0.9881884,0.1101133),(-0.1490114,0.9760833,0.1582941),(-0.1926236,0.9584737,0.2102958),(-0.2737536,0.9124186,0.3042224),(-0.2365958,0.9368503,0.2575538),(-0.1839433,0.9604658,0.208974),(-0.1341695,0.9764946,0.1686918),(-0.09736608,0.988871,0.1124894),(-0.1442467,0.9775293,0.1537181),(-0.0943901,0.9871148,0.1292091),(-0.06462108,0.9935691,0.09297598),(-0.03594008,0.9983462,0.04486701),(-0.06131615,0.9951911,0.07638734),(-0.03149908,0.9988427,0.03634597),(-0.06303257,0.9956148,0.06912373),(-0.008716513,0.9999449,0.005857998),(0.02225899,0.9994544,-0.02440277),(-0.002917923,0.9999546,0.009074485),(-0.03273466,0.9987005,0.03906125),(-0.1035079,0.9888155,0.1073784),(-0.06724447,0.9952102,0.07095659),(-0.04321637,0.997175,0.06143494),(-0.02852583,0.9990063,0.03424661),(-0.006921321,0.9999465,-0.007695271),(-0.01866244,0.9996789,0.0171409),(-0.02024075,0.9997437,0.01013613),(-0.01768094,0.9998429,-0.001248159),(0.001492636,0.9991463,-0.04128353),(-0.0004102398,0.9995338,-0.03052716),(0.0230766,0.9958418,-0.08812831),(0.01753947,0.9982672,-0.05616873),(0.02438022,0.9943434,-0.1033772),(0.06189719,0.9800434,-0.1889015),(0.06098555,0.9845736,-0.1639986),(0.05456399,0.9921834,-0.1122272),(0.007039162,0.999669,-0.0247495),(0.04173388,0.9970173,-0.06492063),(-0.0003092706,-0.9999999,0.0005034158),(-0.0003022694,-0.9999998,0.0004997047),(-0.0002776842,-0.9999998,0.0004845079),(-0.0002990148,-0.9999998,0.0004880732),(-0.000307439,-0.9999999,0.0004675111),(-0.0002923112,-0.9999998,0.0004899133),(-0.0002271308,-0.9999999,0.0004464843),(-0.0001412876,-0.9999999,0.0003714216),(-0.0002625317,-0.9999999,0.0002802852),(-0.0002994137,-0.9999999,0.0004042744),(-0.0002302242,-0.9999999,0.0003548151),(-0.0002903939,-0.9999999,0.0002856586),(-0.0003370545,-0.9999999,0.0001382885),(-0.0003275019,-0.9999999,-2.587422e-5),(-0.0001728835,-1,0.0001126587),(-2.630026e-5,-1,0.0001635865),(-0.0001421239,-0.9999999,0.0003578751),(-0.0001701714,-0.9999999,0.0003650026),(9.971896e-5,-1,0.0001447763),(0.0001550858,-1,0.0001206677),(-2.294103e-5,-1,0.0002518117),(0.0001096439,-1,0.0001003918),(-3.793093e-5,-1,-8.60389e-5),(-0.0001758169,-1,0.0001049084),(0.0002362242,-1,-5.585211e-5),(0.0003371932,-0.9999999,-0.0001892149),(0.0002874701,-0.9999999,-0.0003720929),(0.0001250874,-1,-0.0002571587),(-4.63056e-5,-0.9999999,-0.0003930638),(-0.0002159981,-0.9999999,-0.0002478559),(0.0001610004,-0.9999999,-0.0004570849),(-2.088458e-5,-0.9999999,-0.0004286439),(-0.0002411929,-0.9999999,-0.0004356853),(-0.0003800103,-0.9999999,-0.0003511951),(-0.0003216965,-0.9999999,-5.846959e-5),(-0.0004158406,-0.9999999,-0.0002044905),(0.0003982301,-0.9999998,-0.0002838713),(0.0004207315,-0.9999998,-0.0003453456),(0.0004606974,-0.9999997,-0.0004545611),(0.0004065158,-0.9999998,-0.0004291136),(0.0004156274,-0.9999998,-0.0003880832),(0.000393907,-0.9999998,-0.0004261306),(0.0004358648,-0.9999999,-0.0004905754),(0.0004653494,-0.9999997,-0.0004683781),(0.0004465644,-0.9999998,-0.0004381699),(0.0004250758,-0.9999999,-0.0004465811),(0.0004140929,-0.9999998,-0.0004534772),(0.00032294,-0.9999999,-0.0003197122),(0.0003507177,-0.9999999,-0.000304945),(0.0003089119,-0.9999999,-0.0003262516),(0.0003347755,-0.9999998,-0.0004592879),(0.0001880483,-0.9999999,-0.0003715969),(0.0003639354,-0.9999998,-0.0004677766),(0.0003260071,-0.9999999,-0.0005103052),(0.0003583056,-0.9999999,-0.0005548937),(0.0003958644,-0.9999997,-0.0005235431),(0.0002745549,-0.9999997,-0.0005466326),(0.0002036784,-0.9999998,-0.0005696549),(0.0002636704,-0.9999998,-0.0005789219),(0.0003165235,-0.9999998,-0.0005761664),(0.000296237,-0.9999999,-0.0005291682),(0.0003269567,-0.9999999,-0.0005114404),(0.0002688367,-0.9999998,-0.000532709),(0.0001971067,-0.9999999,-0.0004480783),(0.0002031725,-0.9999999,-0.000413633),(0.000227996,-0.9999999,-0.0003832227),(0.000364936,-0.9999998,-0.0004846099),(0.0002687968,-0.9999999,-0.0003530265),(0.0001322688,-0.9999998,-0.0005569638),(8.419469e-5,-0.9999999,-0.0004917758),(0.0001780173,-0.9999999,-0.0004553616),(0.0002119813,-0.9999999,-0.0005433299),(6.253441e-5,-0.9999999,-0.000378647),(7.013805e-5,-0.9999999,-0.0002225003),(0.0001697712,-1,-0.0001329013),(0.0001634958,-0.9999999,-0.0003176184),(0.0002910208,-0.9999999,-0.0002972935),(0.0002637653,-0.9999998,-0.0004283275),(0.0003315599,-0.9999999,-0.000106),(0.0005290658,-0.9999998,-0.0001629325),(0.0004102082,-0.9999999,-0.0003460786),(0.0003044157,-0.9999998,-0.0004406522),(0.0002547938,-0.9999998,-0.0005048731),(0.0002279858,-0.9999998,-0.0004676512),(7.77023e-5,-1,-5.648328e-5),(5.797147e-5,-1,8.372669e-5),(0.0001157272,-1,0.0002249527),(0.0001633933,-0.9999999,6.20383e-5),(1.831055e-5,-1,0.0001889095),(-3.385794e-5,-1,0.0002502769),(-5.777971e-5,-0.9999999,0.0003980419),(3.816829e-5,-0.9999999,0.0003416959),(0.0001651419,-0.9999999,0.0004062601),(0.0002777162,-0.9999999,0.0002835907),(1.842985e-5,-0.9999999,0.0004515481),(0.0001963436,-0.9999999,0.0004127353),(0.000397329,-0.9999999,0.0003813919),(0.0005362704,-0.9999998,0.0002536151),(0.000338928,-0.9999999,0.0001055576),(0.0005884301,-0.9999998,6.153054e-5),(-8.980776e-5,-1,0.0002678138),(-0.0001486973,-0.9999999,0.000250356),(-0.0002263915,-0.9999999,0.0003688045),(-0.0001495865,-0.9999999,0.0004004056),(-0.0002179175,-0.9999999,0.0002075574),(-0.0003049392,-0.9999999,0.0001490551),(-0.0003772427,-0.9999999,0.0002576674),(-0.0002988936,-0.9999999,0.0003166746),(-0.0003013139,-0.9999999,0.0003123906),(-0.0002234015,-0.9999999,0.0003823738),(-0.000364321,-0.9999999,0.0002373446),(-0.0002835733,-1,7.230959e-5),(-0.0002324616,-0.9999999,0.0001882342),(-0.0001401557,-1,0.0002903218),(-0.0001203524,-0.9999999,0.0004332758),(3.400962e-7,-0.9999999,0.0003685019),(-0.0003681537,-0.9999999,0.0001200202),(-0.0003583205,-0.9999999,0.0001558769),(-0.0004255178,-0.9999999,0.0002575968),(-0.0004324933,-0.9999998,0.0002295741),(-0.0002678036,-0.9999999,0.0002477799),(-8.893391e-5,-0.9999999,0.0003870977),(-0.0001859113,-0.9999999,0.0004374178),(-0.0003464748,-0.9999999,0.0003307012),(-0.0002841461,-0.9999999,0.0002251527),(-0.0003697116,-0.9999999,0.000184751),(-0.0001353929,-0.9999999,0.0003043825),(7.224376e-5,-1,-2.986894e-6),(-9.16777e-5,-1,-7.862025e-5),(-0.0002130817,-1,-8.283221e-5),(-0.0003952112,-0.9999999,0.0001875681),(-0.0002806367,-1,-2.825786e-5),(9.507983e-5,-0.9999998,0.0004915197),(0.0001911062,-0.9999998,0.0004908791),(9.038218e-5,-0.9999999,0.0004860912),(-1.286932e-5,-0.9999999,0.0005076249),(0.0001875396,-0.9999999,0.0003990977),(7.249367e-5,-1,0.0002294746),(2.370024e-5,-1,0.0002411045),(0.0001079464,-0.9999999,0.0003912192),(0.0001110679,-0.9999999,0.0003067959),(0.0001012023,-0.9999999,0.0003636418),(3.483497e-5,-0.9999999,0.0002070042),(0.0001267735,-1,0.0001466523),(0.0002316721,-0.9999999,0.0001778056),(0.0002611077,-1,0.0001583773),(1.565989e-5,-0.9999999,0.0003666285),(0.0002098063,-1,9.564855e-5),(-8.339758e-5,-1,6.214584e-5),(-0.000197122,-1,-3.596888e-5),(-0.0002237704,-0.9999999,2.605356e-5),(-0.0001099279,-1,0.0001028065),(-0.00025596,-0.9999999,-7.783563e-5),(-0.0002471844,-1,-7.653255e-5),(-0.0003247966,-0.9999999,-1.254127e-5),(-0.000301047,-1,-6.669829e-6),(-0.0002907065,-0.9999999,3.111947e-5),(-0.0001997248,-1,5.879182e-5),(-0.0003449188,-0.9999999,1.54643e-5),(-0.0002298695,-1,3.055572e-5),(-0.0003070982,-0.9999999,8.040894e-6),(-0.0001287084,-1,5.846414e-5),(-8.653609e-5,-1,0.0001124343),(-8.326084e-6,-1,9.587849e-5),(-0.0001922075,-1,-6.774076e-5),(-0.000123518,-1,-7.569959e-5),(-0.0002495395,-1,-3.318136e-5),(-0.0003011264,-1,-1.75479e-5),(-5.078058e-5,-1,-9.031095e-5),(1.635823e-5,-1,-0.0001009572),(-0.0001059541,-1,-4.967777e-5),(-0.0001808108,-0.9999999,-4.769219e-5),(-0.0002836131,-1,-1.770061e-5),(-0.0003340991,-0.9999999,-1.400017e-5),(-0.0002149193,-0.9999999,-1.983682e-6),(-0.0003000404,-1,5.255134e-5),(-0.0003463067,-0.9999999,1.240277e-5),(-0.0003651467,-0.9999999,-6.038151e-6),(-0.0003573872,-0.9999999,2.495445e-7),(-0.0003532396,-0.9999999,-6.34819e-6),(7.084305e-5,-1,-0.000112922),(0.0001243672,-1,-0.0001484354),(2.800977e-5,-0.9999999,-0.0003191276),(-4.886654e-5,-1,-0.0001009365),(0.0002042412,-0.9999999,-0.000231657),(0.0003386044,-0.9999999,-0.0003860959),(0.0006968094,-0.9999984,-0.001647713),(0.0002376499,-0.9999996,-0.0008030977),(-0.0001972599,-0.9999996,-0.0007792458),(6.303968e-5,-0.9999977,-0.002103158),(0.0008424004,-0.9999902,-0.004341041),(-0.000579132,-0.9999903,-0.004368943),(0.0003090163,-0.9999604,-0.008891438),(-0.0006631309,-0.9999985,-0.001630741),(-0.0002042474,-0.9999999,-0.0001536839),(-0.0004171586,-0.9999999,-0.0002906972),(0.0005392272,-0.9999996,-0.000605171),(0.0007702061,-0.9999993,-0.0008413843),(0.00154124,-0.9999951,-0.002710174),(0.002687865,-0.9999897,-0.003655278),(0.000964033,-0.999999,-0.001035469),(0.001050301,-0.9999988,-0.00113092),(0.003811248,-0.999984,-0.004195996),(0.004573007,-0.9999813,-0.004060689),(0.005333368,-0.9999444,-0.009095069),(0.008251579,-0.9999162,-0.009980807),(0.01057289,-0.9999034,-0.009012287),(0.01390092,-0.9997278,-0.01873892),(0.01905253,-0.9996907,-0.01598606),(0.008116197,-0.9998105,-0.01769657),(0.002610152,-0.9999722,-0.006990576),(0.003128923,-0.999897,-0.01400773),(0.001004418,-0.9999989,-0.001076543),(0.000859352,-0.9999993,-0.000868553),(0.004642897,-0.9999838,-0.003296481),(0.004011297,-0.9999894,-0.002224864),(0.0006616297,-0.9999996,-0.0005488559),(0.0004596519,-0.9999999,-0.000156929),(0.002997529,-0.9999949,-0.001119294),(0.001932522,-0.9999982,-0.0002367531),(0.009995852,-0.9999426,-0.003863998),(0.007575946,-0.9999703,-0.001428006),(0.004789713,-0.9999886,8.119537e-5),(0.01503385,-0.9998866,-0.0008963049),(0.009524697,-0.9999539,0.001250274),(0.01941713,-0.9997978,-0.00524031),(0.01125157,-0.9999148,-0.006611458),(0.02122362,-0.9997178,-0.01066813),(0.0001716268,-1,2.014059e-5),(-0.0001967433,-0.9999999,-0.0003689067),(0.0009418941,-0.9999996,-4.672089e-5),(0.000123622,-0.9999996,-0.0009827884),(-0.0004092923,-0.9999988,-0.001474491),(-0.0002168843,-0.9999941,-0.003432761),(-0.0002330263,-0.9999948,-0.003210278),(0.0001818484,-0.9999763,-0.006877078),(0.0003359283,-0.9999982,-0.001889155),(-0.000569318,-0.9999821,-0.005956822),(-6.85897e-5,-0.9999242,-0.01231388),(-0.001731385,-0.9999488,-0.009963184),(-0.001606553,-0.9997932,-0.02027055),(0.0004214808,-0.9999952,-0.003082158),(0.002245556,-0.9999974,5.997891e-5),(0.00433189,-0.9999905,0.000578898),(0.0009574058,-0.9999837,-0.005639619),(0.003377876,-0.9999678,-0.007284016),(0.00225551,-0.9999344,-0.01123126),(0.00669982,-0.9998588,-0.0154103),(0.006653093,-0.999945,-0.008098984),(0.01039478,-0.9999154,-0.007820984),(0.01346586,-0.9997222,-0.01934485),(0.02252391,-0.9994825,-0.02296769),(0.009864515,-0.9995192,-0.02939596),(0.02117312,-0.9989781,-0.03993009),(0.03761245,-0.9979218,-0.05231965),(0.02683672,-0.9969945,-0.07267641),(0.05141173,-0.9936194,-0.1003848),(0.01098571,-0.998642,-0.05092763),(0.002992618,-0.9997892,-0.02031101),(0.002050317,-0.9994255,-0.03383121),(0.01339197,-0.9998766,-0.008210792),(0.01522045,-0.9998165,-0.01162574),(0.03240649,-0.9990641,-0.02864934),(0.0419998,-0.9983518,-0.03910908),(0.01718343,-0.9996744,-0.01886545),(0.0206257,-0.9993162,-0.0306886),(0.05214546,-0.9971306,-0.05487654),(0.06375942,-0.9950311,-0.07647158),(0.08101454,-0.9924363,-0.09223129),(0.1061841,-0.9868518,-0.121854),(0.1335235,-0.9784021,-0.1578),(0.1735142,-0.9578448,-0.2289674),(0.2243808,-0.9321102,-0.2842952),(0.1264666,-0.975684,-0.1790166),(0.05809604,-0.995922,-0.06902355),(0.08511543,-0.9870805,-0.1357481),(0.02701536,-0.9984933,-0.0477633),(0.03794963,-0.9967646,-0.07085354),(0.07790022,-0.9914533,-0.1046511),(0.09601002,-0.9854174,-0.1404795),(0.05513944,-0.9933683,-0.1008925),(0.0804945,-0.9870368,-0.1388485),(0.1199412,-0.9753851,-0.1850352),(0.1517038,-0.9590276,-0.239274),(0.194888,-0.9478453,-0.2522061),(0.2308124,-0.9214917,-0.3123761),(0.2719162,-0.8836261,-0.3811385),(0.381351,-0.787834,-0.4836208),(0.4327285,-0.709587,-0.5560865),(0.3291249,-0.849525,-0.4122913),(0.162912,-0.9659821,-0.2008438),(0.2767277,-0.8967855,-0.3452498),(0.1152486,-0.9759539,-0.1850177),(0.1587002,-0.9580774,-0.2385413),(0.1934265,-0.9336749,-0.3013926),(0.2446305,-0.8970466,-0.3680535),(0.2090093,-0.9313279,-0.298234),(0.2644223,-0.8936004,-0.3627108),(0.3021872,-0.8470391,-0.4372729),(0.3629864,-0.7818657,-0.5068796),(0.4318494,-0.6805275,-0.5919362),(0.3749935,-0.7640295,-0.5250131),(0.486766,-0.5807981,-0.6524816),(0.6106133,-0.2490463,-0.7517496),(0.5767888,-0.3825253,-0.7217957),(0.5333567,-0.5048708,-0.6787018),(0.3202533,-0.8314893,-0.4539422),(0.483912,-0.6144791,-0.6230928),(0.3227843,-0.842569,-0.4311472),(0.3816513,-0.7758031,-0.5024657),(0.4801561,-0.5997043,-0.6401601),(0.4235291,-0.6998548,-0.575175),(0.4389488,-0.6910285,-0.5742854),(0.4928625,-0.5860771,-0.6431177),(0.5700201,-0.3431202,-0.7465559),(0.5297909,-0.4808529,-0.6986431),(0.6025217,-0.1872388,-0.7758281),(0.5753467,-0.3333257,-0.746907),(0.6152008,-0.02817618,-0.7878668),(0.6027225,0.3610915,-0.7115747),(0.6296345,0.2019024,-0.7501971),(0.6390009,0.04512939,-0.767881),(0.5357996,-0.4649176,-0.7048194),(0.6320519,-0.1059904,-0.7676433),(0.5455371,-0.4624906,-0.6989219),(0.5978349,-0.3264042,-0.7321568),(0.6361449,-0.03502128,-0.7707745),(0.6043864,-0.1912307,-0.7734002),(0.6449245,-0.1846282,-0.7416096),(0.6823381,-0.04559624,-0.7296134),(0.6787603,0.2524681,-0.6895972),(0.6618717,0.1160836,-0.7405745),(0.6228414,0.4320167,-0.6522501),(0.6225919,0.2932326,-0.72553),(0.6195863,0.5442231,-0.5656273),(0.4992367,0.8045094,-0.3217567),(0.5154496,0.7399592,-0.4321714),(0.5389401,0.6417051,-0.5456723),(0.6195712,0.1362774,-0.77302),(0.5683991,0.5125185,-0.6436206),(0.7062722,0.08534337,-0.7027773),(0.7151565,0.2076366,-0.6674116),(0.6700464,0.4758211,-0.569765),(0.6823285,0.3711937,-0.6297959),(0.7094438,0.3223056,-0.6267444),(0.6892035,0.4307363,-0.5826362),(0.6022333,0.6556508,-0.4554526),(0.6432213,0.5696813,-0.5115951),(0.5378531,0.7674396,-0.3489278),(0.5789136,0.7044863,-0.4105585),(0.4831786,0.8245867,-0.2942705),(0.3441664,0.9347689,-0.08807149),(0.4036473,0.9064512,-0.1241573),(0.4483944,0.8775077,-0.1700666),(0.6066021,0.6319875,-0.4823128),(0.4802589,0.8455282,-0.2333097),(0.6563215,0.5320504,-0.5349433),(0.6136323,0.6241943,-0.4835669),(0.4972751,0.7977164,-0.3411246),(0.5515861,0.7325404,-0.3989201),(0.5634938,0.7049994,-0.4306396),(0.5087771,0.7729276,-0.3791158),(0.392137,0.8891997,-0.2356954),(0.4429055,0.8499418,-0.2853656),(0.3197544,0.9375357,-0.137055),(0.3669658,0.911268,-0.1868868),(0.2848436,0.9537134,-0.09641131),(0.1964094,0.9794896,0.04498304),(0.2051817,0.9785057,0.02066786),(0.235014,0.9718938,-0.01381652),(0.4228287,0.8736156,-0.2408561),(0.2826885,0.9577904,-0.05219761),(0.4526927,0.8277268,-0.3315682),(0.3975126,0.8706927,-0.2896173),(0.303288,0.9382589,-0.166393),(0.3459011,0.9176308,-0.1957193),(0.343986,0.9038804,-0.2543111),(0.2924234,0.9291122,-0.2263603),(0.2261821,0.9647291,-0.1346822),(0.2636491,0.9534328,-0.1464752),(0.2125178,0.9754763,-0.05728938),(0.2351761,0.9702098,-0.05818093),(0.1889419,0.9799206,-0.06369215),(0.1937413,0.9809051,0.01701595),(0.18109,0.983402,-0.01126911),(0.1987069,0.9792365,0.04014426),(0.2586337,0.9634405,-0.06993581),(0.198546,0.9787247,0.0517423),(0.2460121,0.9473342,-0.205027),(0.2080295,0.9595858,-0.1895229),(0.1937431,0.9725697,-0.1287314),(0.1695841,0.9772904,-0.1270618),(0.1786623,0.9672547,-0.1802723),(0.1579222,0.9713202,-0.1777571),(0.1536341,0.9795647,-0.1298061),(0.1458107,0.9797615,-0.1371362),(0.1542386,0.9845048,-0.08343077),(0.1476403,0.9844726,-0.09495188),(0.1483436,0.9830067,-0.1081287),(0.1558269,0.984771,-0.07709792),(0.1601663,0.9827334,-0.09263843),(0.1581762,0.9856351,-0.05919169),(0.1680417,0.9830614,-0.07315851),(0.166779,0.9852729,-0.03770934),(0.1429451,0.9726354,-0.1831587),(0.1306024,0.9716838,-0.1969099),(0.1426475,0.9782946,-0.1503044),(0.1405372,0.9753515,-0.1701145),(0.1203798,0.9684652,-0.2181373),(0.1118202,0.962791,-0.2460281),(0.1391327,0.9706974,-0.1959301),(0.1381051,0.9640235,-0.2271247),(0.1570163,0.9767783,-0.1457735),(0.1611283,0.9719176,-0.1715044),(0.1649183,0.9654673,-0.2016798),(0.1813123,0.9723471,-0.1471967),(0.1878717,0.9670287,-0.1719292),(0.1746272,0.9765119,-0.1262134),(0.1527125,0.980383,-0.1246108),(0.1676423,0.9798849,-0.1082668),(0.09599087,0.9545213,-0.2822676),(0.06330963,0.9426703,-0.3276654),(0.128246,0.955404,-0.266),(0.09978072,0.9440423,-0.3143694),(0.01243638,0.925214,-0.3792419),(-0.05722543,0.8994399,-0.4332817),(0.05148624,0.9275372,-0.3701675),(-0.01715975,0.9024367,-0.4304805),(0.1340435,0.9484822,-0.2870785),(0.08847251,0.9348904,-0.3437332),(0.0218663,0.9130688,-0.4072189),(0.1205712,0.9457962,-0.3015498),(0.05726155,0.9293668,-0.3646895),(0.162932,0.9550428,-0.2476821),(0.1591436,0.95781,-0.2393182),(0.1850137,0.9612661,-0.2042978),(-0.1328794,0.8658769,-0.4822865),(-0.2024827,0.8297799,-0.5200636),(-0.09458827,0.8677626,-0.4878946),(-0.1703288,0.8273779,-0.5351952),(-0.2676712,0.7954099,-0.5437604),(-0.3305041,0.7667006,-0.5503974),(-0.2463091,0.7853319,-0.5679662),(-0.3247595,0.7456875,-0.5817915),(-0.1372024,0.8386464,-0.5271127),(-0.2232633,0.7902752,-0.57063),(-0.3160922,0.7382873,-0.5958335),(-0.196148,0.8108269,-0.5514396),(-0.2987774,0.7479793,-0.592671),(-0.1032969,0.8622997,-0.495751),(-0.0561409,0.8804423,-0.4708179),(-0.0194281,0.9018397,-0.4316337),(-0.3854969,0.7490803,-0.5387679),(-0.4252095,0.7458411,-0.5127552),(-0.3950695,0.7169033,-0.5744298),(-0.4450117,0.7063494,-0.5504863),(-0.4483333,0.7549192,-0.4786379),(-0.453747,0.7737023,-0.4421521),(-0.4738721,0.7127357,-0.5171586),(-0.4808204,0.7335027,-0.4804013),(-0.4574901,0.6690438,-0.585733),(-0.490957,0.6656573,-0.5620157),(-0.500428,0.6824582,-0.5327501),(-0.4900643,0.6191534,-0.6135846),(-0.5044672,0.6226209,-0.5982107),(-0.4531221,0.64082,-0.6197016),(-0.3995811,0.6936573,-0.5993116),(-0.390626,0.6854832,-0.61443),(-0.4478717,0.7959614,-0.4072547),(-0.4377362,0.8169193,-0.3755397),(-0.4740755,0.7604045,-0.4438888),(-0.4623309,0.7865484,-0.4093797),(-0.42344,0.8365788,-0.3476123),(-0.4050752,0.8549157,-0.3240883),(-0.4454343,0.8115335,-0.3781556),(-0.4233226,0.8350168,-0.3514895),(-0.4844635,0.7409557,-0.4650591),(-0.4671828,0.7722801,-0.4304925),(-0.4428294,0.80311,-0.3986432),(-0.4882187,0.7133065,-0.5028284),(-0.4653866,0.7535738,-0.4642649),(-0.5010844,0.6758673,-0.5404794),(-0.4952508,0.7104949,-0.4999236),(-0.5057422,0.6445107,-0.5734377),(-0.3720647,0.8764994,-0.3054777),(-0.3120485,0.9042425,-0.2914981),(-0.385777,0.8613995,-0.3304042),(-0.3205623,0.8935012,-0.3144762),(-0.2215559,0.9336872,-0.2813203),(-0.09804399,0.9568277,-0.2736205),(-0.2237662,0.9265957,-0.30224),(-0.09265192,0.9520597,-0.2915439),(-0.3323316,0.8760291,-0.3494692),(-0.2300207,0.9152759,-0.3306972),(-0.09195947,0.9453131,-0.3129324),(-0.2450803,0.8974028,-0.3668841),(-0.09997752,0.93574,-0.3382236),(-0.351904,0.8480251,-0.3962537),(-0.4017962,0.8369323,-0.3716235),(-0.4236222,0.7981356,-0.4283967),(0.03737924,0.9625831,-0.2683966),(0.1628644,0.9498908,-0.2668009),(0.05003304,0.9581521,-0.2818533),(0.1807759,0.944411,-0.2746053),(0.278266,0.9223684,-0.2679637),(0.3845953,0.8824699,-0.2708016),(0.2995278,0.9152926,-0.2692997),(0.4077047,0.873773,-0.2651367),(0.1930242,0.9402383,-0.2805234),(0.3149095,0.9106362,-0.2675326),(0.4249607,0.8682408,-0.2560594),(0.3236354,0.9088984,-0.2629904),(0.4364712,0.866082,-0.2437102),(0.1978832,0.9378791,-0.2849999),(0.05743205,0.9535877,-0.2955877),(0.05677313,0.9490098,-0.3100922),(0.4681605,0.8391127,-0.2769759),(0.5161361,0.8068624,-0.2873612),(0.4899021,0.8305485,-0.2649245),(0.5319209,0.8022568,-0.271006),(0.5317045,0.7928792,-0.2977126),(0.5164574,0.8010556,-0.3026245),(0.5372424,0.7957578,-0.2795354),(0.5065671,0.813696,-0.2851118),(0.5431424,0.8006713,-0.2528273),(0.5393243,0.8006621,-0.2609015),(0.4943741,0.826701,-0.2686259),(0.5395133,0.8066435,-0.2413535),(0.4817382,0.8390884,-0.2527035),(0.551057,0.8014196,-0.2325146),(0.5062143,0.8253856,-0.2499713),(0.5179102,0.8233671,-0.232025),(0.4731945,0.8293815,-0.2970073),(0.4016895,0.8719171,-0.280011),(0.4459094,0.849785,-0.2811231),(0.3590001,0.8947442,-0.2656157),(0.2958237,0.9210157,-0.2534136),(0.15117,0.964275,-0.2175344),(0.0861588,0.9742706,-0.2082625),(0.2401081,0.9403737,-0.2409262),(0.1879605,0.9537199,-0.2347107),(0.3170663,0.9133316,-0.2555277),(0.0284477,0.9778316,-0.2074517),(-0.01921762,0.9764366,-0.2149474),(0.1422054,0.9616191,-0.234662),(0.2784826,0.9274513,-0.2495627),(0.4175645,0.868282,-0.2678174),(0.3903811,0.8841267,-0.2567538),(-0.002166053,0.9853779,-0.1703689),(-0.1300448,0.9846143,-0.1167183),(-0.1908,0.9743786,-0.1190869),(-0.06941943,0.9836403,-0.1662307),(-0.2315566,0.9704912,-0.06729313),(-0.3096541,0.9503242,-0.03159409),(-0.2787962,0.9573467,-0.07589505),(-0.3378367,0.9401517,-0.04451098),(-0.2405428,0.9613221,-0.1341602),(-0.3165676,0.9434268,-0.09864437),(-0.3596366,0.9302878,-0.07229065),(-0.3442734,0.9290718,-0.1352826),(-0.3753338,0.9197559,-0.1147765),(-0.277887,0.9469197,-0.1616226),(-0.1263454,0.9768177,-0.1728117),(-0.1707417,0.9668533,-0.1898469),(-0.3346409,0.9422829,-0.01088513),(-0.2674923,0.9635537,0.003474632),(-0.267724,0.9634038,-0.01330323),(-0.3456199,0.9380096,-0.02617352),(-0.05432589,0.9982035,0.02526581),(0.3882285,0.9185959,0.07389402),(0.3709007,0.9266426,0.06136929),(-0.05256239,0.9985836,0.008240025),(-0.05399598,0.9983481,-0.01963782),(-0.2670325,0.9627135,-0.04331692),(0.3444513,0.9379054,0.04107126),(-0.06181179,0.9963676,-0.05857215),(0.3066991,0.9517326,0.01186498),(-0.2678731,0.9595609,-0.0865269),(-0.3531384,0.9338901,-0.05605727),(-0.3585182,0.9281027,-0.1004489),(0.7295703,0.6730904,0.1211466),(0.8172652,0.5572205,0.1469118),(0.7983265,0.5801734,0.161473),(0.7046354,0.6989898,0.1220739),(0.7914146,0.5921927,0.151561),(0.6489937,0.7529872,0.1087073),(0.667968,0.7299911,0.144678),(0.7817414,0.5979814,0.1769143),(0.763572,0.6127744,0.2036304),(0.7698602,0.613836,0.1747016),(0.6762511,0.7130023,0.1852359),(0.6729202,0.7033598,0.2290489),(0.7351604,0.6374775,0.2305685),(0.7295001,0.6585235,0.184869),(0.6684914,0.7342076,0.118569),(0.6188148,0.7780026,0.1085362),(0.4158099,0.9094447,0.003525257),(0.1888817,0.972787,-0.1341979),(0.482594,0.8744271,0.04980111),(0.2899916,0.9531764,-0.08578882),(-0.029625,0.9603735,-0.2771374),(-0.2490216,0.8805548,-0.4032513),(0.08508735,0.9676147,-0.2376595),(-0.137996,0.9140664,-0.3813657),(0.3795153,0.9249547,-0.02066828),(0.196288,0.964705,-0.1755431),(-0.0224053,0.9417965,-0.3354361),(0.2993792,0.9496753,-0.09213483),(0.09489665,0.9600306,-0.2633173),(0.4538744,0.8891762,0.05799839),(0.5349786,0.8382201,0.1057603),(0.5716492,0.8029318,0.1688716),(-0.3883232,0.7764274,-0.4963523),(-0.3824826,0.7262711,-0.5711719),(-0.2796167,0.7699088,-0.5736332),(-0.285574,0.8231575,-0.4907741),(-0.1961121,0.7534136,-0.6276211),(0.3179636,0.7696578,-0.5536479),(0.4293055,0.7370068,-0.5220323),(-0.08334041,0.7757317,-0.6255357),(0.0376868,0.7967923,-0.6030769),(-0.166485,0.814171,-0.5562449),(0.5335669,0.7017439,-0.4720827),(0.6262928,0.6645827,-0.407538),(0.16502,0.8135397,-0.5576035),(-0.04327492,0.8562235,-0.5147898),(-0.1739465,0.8688833,-0.4634483),(-0.05421313,0.9103886,-0.4101874),(0.7601096,0.5673912,-0.3167027),(0.894469,0.3971182,-0.2054805),(0.9259884,0.3391708,-0.165857),(0.8238097,0.4997003,-0.2676509),(0.9300669,0.3156279,-0.188028),(0.9262716,0.3132975,-0.2094416),(0.9443274,0.2827823,-0.1681666),(0.9219373,0.3190745,-0.2195973),(0.9483054,0.2932412,-0.121353),(0.9539289,0.2635239,-0.1434394),(0.912628,0.3401116,-0.2267909),(0.9593242,0.2578914,-0.1148436),(0.8979638,0.3754893,-0.2294966),(0.9624974,0.2605366,-0.07562634),(0.8729662,0.4395809,-0.2114203),(0.9079255,0.3898378,-0.1539405),(0.8931607,0.3809811,-0.2389924),(0.8163123,0.5069659,-0.2768027),(0.8615487,0.4268195,-0.2748797),(0.7498379,0.5786265,-0.3208342),(0.6413943,0.6836175,-0.3482535),(0.278185,0.851649,-0.4441927),(0.1260502,0.8831787,-0.4517819),(0.5294538,0.7566898,-0.3835353),(0.3978353,0.8204232,-0.4106493),(0.6628915,0.6556146,-0.3615861),(-0.02874555,0.8940102,-0.4471235),(-0.176651,0.8864109,-0.4278669),(0.2543197,0.8694198,-0.4235929),(0.5572343,0.7315217,-0.3928943),(0.8172863,0.4862761,-0.3091579),(0.759425,0.5560076,-0.3378305),(-0.1558561,0.8757517,-0.4569111),(-0.4774109,0.7946084,-0.3750686),(-0.6044393,0.7198576,-0.3412597),(-0.3094434,0.8451183,-0.4359125),(-0.7098876,0.6574185,-0.2527061),(-0.8815199,0.4566003,-0.1201618),(-0.9295835,0.3571966,-0.09102205),(-0.7994189,0.5600504,-0.2174233),(-0.8670827,0.4632058,-0.1833247),(-0.7090192,0.6367331,-0.3030888),(-0.9616062,0.2659149,-0.06784404),(-0.9808736,0.187896,-0.05081411),(-0.9148805,0.3743371,-0.151213),(-0.7904699,0.5538475,-0.2615535),(-0.4476629,0.7971296,-0.4051942),(-0.5656339,0.7394381,-0.3650882),(-0.9696712,0.2444091,-0.001380485),(-0.9906561,0.1071363,0.08439369),(-0.9868431,0.160854,0.0163282),(-0.9948894,0.04650326,0.08962452),(-0.9895272,0.04160163,0.1382211),(-0.9868756,0.03482721,0.1576822),(-0.9912165,0.007773046,0.1320212),(-0.9893456,0.03411565,0.1415331),(-0.9964303,-0.00319231,0.08435941),(-0.9932744,-0.01767388,0.1144267),(-0.9927995,0.03811037,0.1135638),(-0.9957931,-0.03423412,0.08499514),(-0.9962396,0.04598343,0.07343148),(-0.9968294,-0.0404023,0.06854808),(-0.9957203,0.08895691,0.0250526),(-0.9991885,0.03160048,0.02497609),(-0.9864638,0.0808027,0.1426883),(-0.9752082,0.1971213,0.1005594),(-0.9667457,0.2460993,0.0695546),(-0.9868054,0.1103189,0.11851),(-0.8956512,0.4434161,0.03451198),(-0.5390804,0.8397135,-0.06537308),(-0.475702,0.8735697,-0.1028772),(-0.8663589,0.499412,-0.00313302),(-0.8336983,0.5503403,-0.04552549),(-0.9555675,0.2933143,0.02928316),(-0.4144614,0.8998684,-0.1358632),(-0.3595134,0.9188442,-0.1627125),(-0.7993991,0.593936,-0.09055936),(-0.9416459,0.3360751,-0.01888108),(-0.986531,0.1409329,0.08303393),(-0.9846608,0.1705793,0.03668393),(0.008236558,0.9884277,-0.1514695),(0.3378812,0.9193442,-0.2015996),(0.3966957,0.8942558,-0.2072176),(0.08342758,0.9813685,-0.1730771),(0.5317123,0.814548,-0.231935),(0.6743698,0.7002252,-0.2343289),(0.6819851,0.6959235,-0.2249152),(0.566736,0.7919973,-0.2270477),(0.5948187,0.7768683,-0.2065585),(0.4451937,0.8734208,-0.1973285),(0.6867206,0.698253,-0.2021326),(0.6899414,0.7047101,-0.1654225),(0.6154109,0.7694556,-0.1709025),(0.4811739,0.8594281,-0.1727859),(0.1485692,0.9720199,-0.1819465),(0.1994228,0.9635605,-0.1782739),(0.7678959,0.6059225,-0.2078309),(0.7980101,0.5779384,-0.1707839),(0.771875,0.6145959,-0.1627295),(0.7538496,0.6262743,-0.1987242),(0.7756874,0.6163653,-0.1356576),(0.6941734,0.7115574,-0.1086706),(0.6533616,0.7499458,-0.1034409),(0.7408726,0.659241,-0.1284875),(0.7066627,0.6962581,-0.1259062),(0.7451479,0.6492819,-0.1522752),(0.6160004,0.7802604,-0.1083384),(0.58692,0.8004276,-0.121822),(0.6793486,0.722909,-0.1260473),(0.7234387,0.6765499,-0.1375375),(0.7388582,0.6491549,-0.1807936),(0.7266539,0.6698533,-0.1525466),(0.5783066,0.8115464,-0.08339033),(0.4708414,0.8805404,-0.05437887),(0.4314203,0.9001523,-0.06002028),(0.5362062,0.8400298,-0.08266069),(0.3764299,0.9260699,-0.02636453),(0.2958419,0.9552291,-0.003871021),(0.3428583,0.9386088,-0.03823148),(0.2707202,0.9624467,-0.02016822),(0.3989527,0.9135938,-0.07863213),(0.3154506,0.9469269,-0.06180925),(0.2497244,0.9672089,-0.04630991),(0.292751,0.9512826,-0.09673764),(0.2307409,0.969535,-0.08222187),(0.3733288,0.9212157,-0.1094864),(0.5002239,0.8606999,-0.09471928),(0.4724219,0.8733768,-0.1184504),(0.2371352,0.9714013,0.01210048),(0.2097787,0.9774586,0.02382594),(0.2207912,0.9753008,-0.006306604),(0.2001147,0.979759,0.005149732),(0.2138866,0.9762723,0.03383419),(0.2489666,0.9674926,0.04442443),(0.2087211,0.9778401,0.01625257),(0.24614,0.9687995,0.02902812),(0.1901403,0.9815675,-0.01928485),(0.2016776,0.9794381,-0.005215791),(0.2403186,0.9706296,0.01118633),(0.1906696,0.9811739,-0.03070514),(0.2299666,0.9731553,-0.009172078),(0.1774972,0.9828693,-0.04962417),(0.2061497,0.97798,-0.03251946),(0.1908496,0.9793556,-0.06662483),(0.2681149,0.9620643,0.05046562),(0.2232021,0.9736363,0.04704498),(0.2652483,0.9634331,0.03794708),(0.2176114,0.9753171,0.03744354),(0.1035184,0.9939654,0.03628518),(-0.1028207,0.9944618,0.02176103),(0.09118123,0.9954173,0.02881568),(-0.127219,0.9917623,0.01492968),(0.2082254,0.9776977,0.02737523),(0.07535675,0.9969153,0.02193655),(-0.1540552,0.9880109,0.01007056),(0.05563941,0.998325,0.01585388),(-0.1835905,0.9829742,0.007498641),(0.1944208,0.9807718,0.0169438),(0.2587634,0.9656418,0.02402642),(0.2476831,0.9688019,0.008718649),(-0.3302819,0.9437479,0.01592448),(-0.5147695,0.8569283,0.02619515),(-0.3652466,0.9308687,0.008842777),(-0.5539103,0.8323597,0.0189936),(-0.6618042,0.7481629,0.04761697),(-0.7800233,0.6211613,0.07564632),(-0.7006969,0.7122819,0.04096723),(-0.8158495,0.5739207,0.0707434),(-0.5928769,0.8051339,0.01601159),(-0.7387522,0.6728486,0.03898855),(-0.8502512,0.5216302,0.07053305),(-0.7756822,0.62973,0.04191827),(-0.8825178,0.4642236,0.0752262),(-0.6316289,0.7750722,0.01755295),(-0.4011446,0.9160007,0.005079988),(-0.4380939,0.8989154,0.004986766),(-0.876043,0.4706915,0.1048716),(-0.9528012,0.2756995,0.127121),(-0.9696316,0.2073277,0.1297293),(-0.9051781,0.4123053,0.1032327),(-0.9914425,0.002486453,0.1305205),(-0.9252151,-0.3651772,0.1030663),(-0.8906963,-0.4413722,0.1088609),(-0.9878759,-0.07374318,0.1366138),(-0.9771991,-0.1542778,0.1458775),(-0.9818099,0.1321539,0.1363256),(-0.8493224,-0.5149397,0.1161404),(-0.8030174,-0.5827129,0.1249345),(-0.9585009,-0.2371574,0.1582163),(-0.9878313,0.05082124,0.1469917),(-0.9317136,0.3473748,0.1060225),(-0.954448,0.2759761,0.1134294),(-0.7250062,-0.6855828,0.06589468),(-0.5002252,-0.8646417,0.04657723),(-0.4359356,-0.898806,0.04591194),(-0.6637512,-0.7448809,0.06772483),(-0.2963083,-0.9546164,0.03014491),(-0.1118457,-0.9937087,-0.00578423),(-0.09807914,-0.9951761,0.00222198),(-0.2494678,-0.9678862,0.03101791),(-0.2093821,-0.9774841,0.02615179),(-0.3768604,-0.9253465,0.0413541),(-0.08808659,-0.9961023,0.004590935),(-0.07934373,-0.9968473,0.0003163465),(-0.176673,-0.9841479,0.01547817),(-0.3264001,-0.9446453,0.03329155),(-0.6017662,-0.7957359,0.06842425),(-0.5436008,-0.8365511,0.06841226),(0.03790873,-0.9971898,-0.06461791),(0.1282235,-0.983463,-0.1279026),(0.0940178,-0.9895379,-0.109432),(0.01923888,-0.9986366,-0.04852708),(0.1685916,-0.9688855,-0.1812119),(0.1701306,-0.9619724,-0.213693),(0.1451792,-0.9676369,-0.206402),(0.1331366,-0.9770881,-0.1660529),(0.1006144,-0.9848148,-0.1414799),(0.06225185,-0.9942296,-0.08736257),(0.1219825,-0.9748271,-0.1866346),(0.1011908,-0.9827922,-0.1545309),(0.07553777,-0.9911224,-0.1094095),(0.03892711,-0.9971703,-0.06431153),(0.0009313099,-0.9993945,-0.03478292),(-0.01185756,-0.9996038,-0.02552586),(0.1326607,-0.9672017,-0.2166147),(0.04230693,-0.9816519,-0.1859291),(0.03919068,-0.9802782,-0.1936982),(0.1211366,-0.9684055,-0.2179835),(-0.1257392,-0.984952,-0.1185717),(-0.3934198,-0.9192255,-0.0156624),(-0.4126409,-0.9106916,-0.01919355),(-0.1287152,-0.9833024,-0.1286417),(-0.1400259,-0.9806564,-0.1367689),(0.03146432,-0.9805536,-0.1937124),(-0.4429038,-0.8962031,-0.02561517),(-0.4917231,-0.8702509,-0.02952548),(-0.1691821,-0.9757963,-0.1385609),(0.01213356,-0.9830344,-0.1830191),(0.1085842,-0.9721628,-0.2076269),(0.09141602,-0.9786757,-0.1839484),(-0.6601284,-0.7474714,0.07427619),(-0.8581266,-0.4981994,0.1241616),(-0.8926427,-0.4298007,0.1358689),(-0.6977618,-0.7116817,0.08147235),(-0.9782661,-0.1274727,0.1635431),(-0.8901993,0.3993965,0.2191517),(-0.8787544,0.4224345,0.2221256),(-0.9836914,-0.0499021,0.1728036),(-0.9823699,0.02678027,0.1850191),(-0.9252914,-0.3500875,0.1458578),(-0.8659835,0.4430351,0.2319319),(-0.8474965,0.467535,0.2513177),(-0.9735785,0.1009501,0.2048266),(-0.9521165,-0.2609213,0.1593557),(-0.7434378,-0.663397,0.08488134),(-0.7966061,-0.5977955,0.08977405),(-0.5931413,0.7615714,0.2611369),(-0.3983495,0.8694818,0.2920941),(-0.4300332,0.849164,0.306581),(-0.6149057,0.741502,0.2684505),(-0.3140907,0.8942764,0.318774),(-0.3055331,0.89167,0.334027),(-0.3079983,0.8864319,0.3455078),(-0.3362199,0.8800772,0.3352914),(-0.3519714,0.8766757,0.327957),(-0.4556178,0.8351292,0.3081745),(-0.3015606,0.8952878,0.3279039),(-0.2829858,0.9169849,0.281172),(-0.3514876,0.887432,0.2981962),(-0.4625905,0.8345506,0.2992246),(-0.6312958,0.7248964,0.2756643),(-0.6317975,0.7207765,0.285155),(-0.32067,0.8869785,0.332325),(-0.3165804,0.8948941,0.3145497),(-0.2831026,0.9118325,0.2973456),(-0.3022206,0.8936337,0.3317853),(-0.2923368,0.9130671,0.2843373),(-0.2466742,0.9376641,0.244822),(-0.1995669,0.9597514,0.1976119),(-0.2491036,0.9356988,0.2498306),(-0.1945963,0.9590799,0.2056649),(-0.2360339,0.9362941,0.2600793),(-0.147685,0.977429,0.1510688),(-0.1001555,0.989309,0.1060032),(-0.1403124,0.9783403,0.1521926),(-0.1848706,0.9617572,0.202104),(-0.2714514,0.9132181,0.3038864),(-0.2326855,0.9405008,0.24762),(-0.1925404,0.960804,0.1994588),(-0.1444235,0.9776753,0.1526201),(-0.1021467,0.9891945,0.1051687),(-0.1463386,0.9780803,0.1481343),(-0.1032323,0.9886984,0.1087138),(-0.06950209,0.9949876,0.07189631),(-0.04269657,0.9981651,0.0429348),(-0.06757219,0.9952667,0.0698446),(-0.04101504,0.9982854,0.04176263),(-0.06715474,0.9953872,0.06851677),(-0.02417629,0.9994414,0.02306865),(-0.01200103,0.9998558,0.01201338),(-0.02244198,0.9994556,0.02418676),(-0.04050716,0.9982693,0.04263519),(-0.102757,0.9891931,0.104585),(-0.06638493,0.9953866,0.06927088),(-0.03897312,0.9983024,0.04328211),(-0.007271004,0.9998,0.01863044),(0.01364858,0.9998985,0.00409022),(-0.01861481,0.9995652,0.02286806),(0.02578916,0.9996277,-0.008905354),(0.06017105,0.9971099,-0.04638416),(0.103713,0.992793,-0.06004786),(0.0544128,0.9982995,-0.02091212),(0.0819113,0.9962816,-0.02670976),(0.03078009,0.9995157,-0.004578747),(0.14919,0.9866866,-0.06474479),(0.1927514,0.9794046,-0.06011267),(0.1071523,0.9938983,-0.026168),(0.04482049,0.9989675,-0.007428761),(-0.004392654,0.9999446,0.009556284),(0.005411532,0.9999803,0.003162518),(0.0901965,0.9910834,-0.09807192),(0.1101844,0.9805509,-0.1624165),(0.1810794,0.9646228,-0.1916065),(0.1499204,0.9816527,-0.1178207),(0.1201124,0.9646499,-0.2345713),(0.1212837,0.9550733,-0.2704169),(0.1993146,0.9273495,-0.3166965),(0.1967771,0.9411763,-0.2747107),(0.2811268,0.9168929,-0.283329),(0.2584732,0.9454406,-0.1983271),(0.2858334,0.9008786,-0.3266757),(0.3708649,0.8784298,-0.3013643),(0.3635798,0.8942724,-0.2609341),(0.3335677,0.9249176,-0.1823733),(0.2143148,0.968988,-0.1230097),(0.2766161,0.954293,-0.1131742),(0.000476587,-0.9999999,-6.822408e-5),(0.000401634,-0.9999999,-3.396938e-5),(0.0002260665,-1,1.596291e-6),(0.0005948721,-0.9999999,-6.11943e-5),(0.0004162019,-0.9999999,-5.231868e-5),(0.0006674685,-0.9999998,-8.209264e-5),(8.352295e-6,-1,-3.668827e-5),(-0.0002417132,-1,-0.0001623751),(-0.0001230257,-1,-0.0002486568),(0.0001751198,-1,-0.0001124098),(0.0002854682,-0.9999999,-0.0001475819),(0.0004961169,-0.9999999,-3.555165e-5),(-5.123221e-6,-0.9999999,-0.0003113824),(7.769817e-5,-0.9999999,-0.0003774208),(0.0002962528,-0.9999999,-0.0001751017),(0.0004170304,-0.9999999,1.490461e-5),(0.0006758865,-0.9999998,3.845878e-5),(0.0006286147,-0.9999999,2.321647e-5),(0.0004507028,-0.9999999,0.0001794816),(0.0004479698,-0.9999998,0.0002531324),(-0.0004308993,-0.9999998,-0.0003120326),(-0.0004761367,-0.9999998,-0.0004055568),(-0.0004810542,-0.9999998,-0.0004428456),(-0.0003748376,-0.9999998,-0.0003863163),(-0.0003902577,-0.9999998,-0.0004234744),(-0.000187084,-0.9999999,-0.0003473648),(-0.000275783,-0.9999999,-0.0002798055),(-0.0004461413,-0.9999998,-0.0004098154),(-0.0004153038,-0.9999998,-0.0003988634),(-0.0004102718,-0.9999998,-0.0004746897),(-0.0002844654,-0.9999999,-0.0002235276),(-0.0002099941,-0.9999999,-0.0001766977),(-0.000303459,-0.9999999,-0.0003961865),(-0.0002789154,-0.9999998,-0.0005131947),(-0.0002724043,-0.9999999,-0.0004466635),(-0.0001480605,-0.9999999,-0.000512092),(2.935518e-5,-0.9999999,-0.0002374659),(0.0001640649,-1,-0.0001641919),(5.148221e-5,-1,-2.371172e-5),(-7.569211e-5,-1,-0.0001259349),(0.0002195283,-1,-0.0001315129),(0.0001988509,-0.9999999,-0.0001429815),(8.440697e-5,-1,2.844518e-5),(0.0001049308,-1,2.743449e-5),(1.854044e-5,-1,0.0001809584),(-1.613848e-5,-0.9999999,0.0001049883),(-1.395245e-5,-1,0.0001998129),(-8.918146e-5,-0.9999999,0.0003757215),(-2.749751e-5,-0.9999999,0.000337569),(-2.584795e-5,-1,0.0002313894),(-0.0001174847,-1,-2.952385e-5),(-8.623868e-5,-1,5.917189e-5),(0.0001420319,-1,-0.0001765181),(9.240523e-5,-1,-0.0002144831),(-4.436985e-5,-1,-4.662179e-5),(2.18441e-5,-0.9999999,-3.397163e-7),(5.917312e-5,-1,-0.0002686977),(5.128073e-5,-0.9999999,-0.0003512767),(-0.0001423943,-1,-0.0002497305),(-0.0001027025,-1,-0.0001248537),(-0.0002712201,-0.9999999,2.762544e-5),(-0.0001781545,-1,0.0001238944),(-0.0003599643,-0.9999999,-0.0001230033),(-0.0005768222,-0.9999998,4.831442e-5),(-0.0004347772,-0.9999999,0.0001977979),(-0.0003047964,-0.9999999,0.0003004007),(-8.930117e-5,-1,0.0001775474),(-0.0001888771,-0.9999999,0.0003589393),(0.0001063951,-0.9999999,-0.0004327324),(0.0002441831,-0.9999999,-0.000460164),(6.411764e-5,-0.9999999,-0.0004255942),(-0.0001008996,-0.9999999,-0.0003742471),(0.0004385688,-0.9999998,-0.0003990848),(0.0006635165,-0.9999998,-0.000214479),(0.0006524171,-0.9999998,-0.0001573054),(0.0003244773,-0.9999999,-0.0003661645),(9.366551e-5,-1,-0.0002256356),(-0.0002007457,-0.9999999,-0.000307833),(0.0005019479,-0.9999999,1.427872e-5),(0.0002187775,-0.9999999,0.0003060654),(-0.0002276034,-1,4.477879e-5),(-0.000514753,-0.9999998,-7.691497e-5),(-0.0003595028,-0.9999999,-0.0002634077),(-0.0006341701,-0.9999997,-7.15341e-5),(0.000809325,-0.9999997,2.939711e-5),(0.0007951351,-0.9999997,0.0002313307),(0.0009475142,-0.9999995,0.0003048978),(0.0008995329,-0.9999996,0.0001098953),(0.0006515563,-0.9999998,0.0003515269),(0.0004091242,-0.9999998,0.0003499474),(0.0005705972,-0.9999998,0.0003159729),(0.0008275103,-0.9999996,0.000387061),(0.0008896253,-0.9999995,0.0004577724),(0.0009650063,-0.9999994,0.0004497263),(0.0006443166,-0.9999998,0.0002808029),(0.0005912047,-0.9999998,0.0002161463),(0.0007999287,-0.9999996,0.0005352016),(0.0008175405,-0.9999995,0.000643163),(0.0008444324,-0.9999996,0.0002906638),(0.0006289285,-0.9999996,0.0005602037),(0.0001555266,-1,0.0002031911),(1.022478e-5,-1,-0.0001467039),(-3.856744e-5,-0.999999,-0.00136399),(0.0002109629,-1,-0.0001252146),(6.733936e-5,-0.9999996,-0.0008096807),(0.0004249046,-0.9999981,-0.001892061),(0.001373037,-0.9999665,-0.008066736),(0.0002127724,-0.9999925,-0.003861315),(-0.0009219971,-0.9999516,-0.009797415),(-0.0008024012,-0.9999927,-0.003741588),(0.0005805283,-0.9998012,-0.0199315),(-0.004564533,-0.9998028,-0.01933016),(-0.004138279,-0.9992396,-0.03876894),(-0.002837401,-0.9999671,-0.007604089),(1.307054e-5,-0.9999998,-0.0007319057),(-0.0006018081,-0.9999984,-0.001715797),(0.001216667,-0.9999937,-0.003328652),(0.002434339,-0.9999851,-0.004895281),(0.008478452,-0.9997665,-0.01988141),(0.004089854,-0.9998977,-0.01370376),(0.003897667,-0.9999721,-0.006379897),(0.005422834,-0.9999566,-0.007574732),(0.01963556,-0.9993327,-0.03079957),(0.01388418,-0.9995699,-0.02583071),(0.02674567,-0.9977745,-0.06107962),(0.01477786,-0.9987594,-0.04755094),(0.0399897,-0.9965876,-0.07220865),(0.03888574,-0.992669,-0.1144385),(0.06322258,-0.9889684,-0.1339568),(0.01778247,-0.9957725,-0.09011685),(0.005576375,-0.9994308,-0.03327155),(0.002589746,-0.9979534,-0.06389273),(0.006761531,-0.9999422,-0.008352006),(0.007719731,-0.9999328,-0.008646603),(0.02930855,-0.9989447,-0.03536096),(0.02498501,-0.9991046,-0.03414614),(0.008186745,-0.9999317,-0.008346203),(0.008037183,-0.9999407,-0.007354443),(0.03272723,-0.9990363,-0.02924665),(0.03208669,-0.9989104,-0.03389074),(0.07258797,-0.9943963,-0.07685806),(0.06420251,-0.9946084,-0.08143893),(0.07663134,-0.9949748,-0.06444354),(0.129938,-0.9819535,-0.1374173),(0.1421489,-0.9835213,-0.1117115),(0.1109894,-0.9827404,-0.1479951),(0.05292488,-0.9954346,-0.07942857),(0.08802288,-0.9853678,-0.1459529),(0.007162374,-0.9999574,-0.005811337),(0.005650629,-0.9999759,-0.004040157),(0.03030725,-0.9992924,-0.02227221),(0.0248262,-0.9995836,-0.01470874),(0.00385032,-0.9999897,-0.002380867),(0.002120503,-0.9999971,-0.001160282),(0.01775152,-0.9998106,-0.007976011),(0.01057877,-0.9999383,-0.003407865),(0.0616513,-0.9976861,-0.02866286),(0.04529646,-0.9988826,-0.01348197),(0.02776375,-0.9996054,-0.004274591),(0.09069212,-0.9957596,-0.0154223),(0.05655746,-0.9983987,-0.001175366),(0.120857,-0.9917635,-0.04240914),(0.07326484,-0.9962155,-0.04676388),(0.1402115,-0.9871545,-0.07659469),(0.000827304,-0.9999996,-0.0004553473),(8.970511e-5,-0.9999999,-0.0001095377),(0.0050272,-0.9999867,-0.001081741),(0.00178602,-0.9999985,-0.0001177581),(-0.0002439388,-1,2.464354e-5),(-0.0003191349,-0.9999999,9.599423e-5),(0.0002318616,-1,8.10429e-5),(-0.0002273453,-1,0.000112505),(0.005383704,-0.9999853,0.0006015762),(0.001261298,-0.9999991,0.0003538224),(-9.146772e-6,-1,0.0001161928),(0.003023852,-0.9999949,0.001014822),(0.0003509988,-0.9999999,0.000120806),(0.01154855,-0.9999298,0.002688707),(0.01372374,-0.9999058,-0.0004893391),(0.02844406,-0.9995916,0.002761637),(-0.000681867,-0.9999996,-0.0005066946),(-0.001514565,-0.9999951,-0.002742644),(-0.0009375277,-0.9999992,-0.0007422569),(-0.002681874,-0.9999894,-0.003764968),(-0.002214225,-0.999972,-0.00713997),(-0.002159072,-0.9998967,-0.01420829),(-0.00488936,-0.9999434,-0.009456453),(-0.006972953,-0.9998083,-0.01830199),(-0.003835744,-0.9999831,-0.004369498),(-0.00787216,-0.999913,-0.01058155),(-0.01283458,-0.9997206,-0.01985345),(-0.01039322,-0.999898,-0.009799473),(-0.01837189,-0.9996765,-0.01758568),(-0.00463276,-0.9999803,-0.004236179),(-0.001094593,-0.9999989,-0.0009092197),(-0.001060018,-0.999999,-0.0009212769),(0.0007692681,-0.999763,-0.02175949),(0.007531532,-0.9996206,-0.02649488),(-0.005708174,-0.9996178,-0.02705068),(0.001066156,-0.9995068,-0.03138463),(0.01632932,-0.9995074,-0.02680359),(0.0252778,-0.9994563,-0.02116551),(0.01167527,-0.9994884,-0.0297791),(0.02435258,-0.9994873,-0.02078501),(-0.009724627,-0.9994805,-0.03072559),(0.000843086,-0.9996445,-0.02665089),(0.01603018,-0.9997591,-0.01499519),(-0.01521152,-0.9997497,-0.01640055),(1.292135e-6,-0.9999924,-0.003885258),(-0.02317937,-0.9994687,-0.02291573),(-0.0146149,-0.9994971,-0.02814316),(-0.02415559,-0.9994354,-0.02335351),(0.03032228,-0.9994652,-0.0122392),(0.02927167,-0.9995617,-0.004418596),(0.03336332,-0.9994023,-0.009046723),(0.03499581,-0.9993868,-0.001148795),(0.02418279,-0.9997073,0.0005758916),(0.0171819,-0.9998517,0.001134292),(0.03182435,-0.9994932,0.0008282869),(0.0265067,-0.9996356,-0.005105662),(0.03385622,-0.9994249,0.001890721),(0.03419228,-0.9994078,-0.003855539),(0.03283946,-0.9992139,-0.02221018),(0.02710478,-0.9994872,-0.01704134),(0.03093238,-0.9980068,-0.05500608),(0.02282332,-0.9997371,0.002211301),(0.02878008,-0.9995825,-0.002594739),(0.01481445,-0.9998738,0.005745934),(0.01080943,-0.999937,-0.003028195),(0.006770111,-0.999912,-0.01140495),(0.02293524,-0.9995688,-0.01833217),(0.02370497,-0.9990353,-0.03696747),(0.005432862,-0.9996947,-0.02410263),(0.007236921,-0.9991241,-0.04121397),(0.02869117,-0.9977437,-0.06069816),(0.03788852,-0.9952905,-0.08922648),(0.04623841,-0.9951739,-0.08654992),(0.06405096,-0.9897565,-0.1275913),(0.08828198,-0.9809049,-0.1732969),(0.1057047,-0.9663815,-0.2343783),(0.1533195,-0.9400616,-0.3045936),(0.06821448,-0.9834083,-0.1680915),(0.03553971,-0.9980608,-0.05110515),(0.04263069,-0.9932723,-0.1076694),(0.01300499,-0.9979051,-0.06337404),(0.02438668,-0.9954498,-0.09211355),(0.05085199,-0.9909545,-0.1241909),(0.06810633,-0.9833425,-0.1685202),(0.04384869,-0.9906219,-0.1294042),(0.0740991,-0.9813172,-0.1775555),(0.09219006,-0.9700708,-0.224641),(0.1257516,-0.9471754,-0.2950344),(0.1473454,-0.945478,-0.2904494),(0.1820386,-0.9121159,-0.3672962),(0.2216632,-0.8613881,-0.4570296),(0.3119583,-0.7686179,-0.5584878),(0.3604236,-0.668485,-0.6505556),(0.2596745,-0.8453594,-0.4668369),(0.116577,-0.9670608,-0.2262813),(0.2062501,-0.9011788,-0.3812319),(0.1178879,-0.9645339,-0.2361713),(0.174702,-0.9371722,-0.3019727),(0.1736844,-0.9104,-0.3755068),(0.2367158,-0.8567541,-0.4581899),(0.2402719,-0.8965483,-0.3721163),(0.310148,-0.8408399,-0.4436175),(0.3082474,-0.7840799,-0.5387043),(0.3812495,-0.6919971,-0.6130162),(0.3320131,-0.6977323,-0.634773),(0.3955841,-0.5865586,-0.7067265),(0.4539164,-0.4593791,-0.763499),(0.4957411,-0.2723885,-0.8246486),(0.5237191,-0.1277013,-0.8422652),(0.4551682,-0.4141386,-0.788233),(0.2713276,-0.7897654,-0.5501381),(0.4078803,-0.5478578,-0.7304009),(0.3790246,-0.768589,-0.515375),(0.4429936,-0.6785219,-0.5859733),(0.5046726,-0.4546499,-0.733893),(0.4483129,-0.5814824,-0.6788915),(0.5001819,-0.5711771,-0.6508262),(0.549001,-0.4490359,-0.7049573),(0.5809057,-0.1733412,-0.7952995),(0.5488695,-0.3165753,-0.7736422),(0.5533763,-0.03405926,-0.8322347),(0.5334222,-0.1772705,-0.8270647),(0.5625925,0.1033629,-0.8202475),(0.5328732,0.2687641,-0.8023791),(0.5202605,0.3787927,-0.7654052),(0.5394939,0.1465379,-0.8291399),(0.5005807,-0.3212138,-0.8038909),(0.5374017,0.01334901,-0.8432206),(0.5893562,-0.3159247,-0.7435393),(0.6200433,-0.1764536,-0.7644675),(0.6085629,0.1117982,-0.7855905),(0.6011342,-0.02946968,-0.7986045),(0.6381437,-0.03300323,-0.7692096),(0.6412095,0.1129225,-0.7590118),(0.6013283,0.2492513,-0.7591299),(0.5777006,0.3821979,-0.7212398),(0.5474925,0.3552301,-0.7576698),(0.5201853,0.4688851,-0.7138305),(0.4781111,0.5741287,-0.6646698),(0.4308651,0.6469069,-0.6291794),(0.3796379,0.7170714,-0.5845371),(0.4709792,0.5672333,-0.6755924),(0.5612001,0.2333412,-0.7941073),(0.5005203,0.4779603,-0.7218263),(0.6281621,0.2594799,-0.7335411),(0.598698,0.4044323,-0.691372),(0.4845482,0.6270084,-0.6099783),(0.5382438,0.5088493,-0.6718379),(0.5524278,0.5443802,-0.6312478),(0.4898367,0.6749054,-0.5518718),(0.4175143,0.7340408,-0.5355986),(0.3387018,0.8270193,-0.4486872),(0.3585548,0.7542236,-0.5500774),(0.2850818,0.8271561,-0.4842944),(0.2040823,0.8875744,-0.4129914),(0.185515,0.8684353,-0.4597875),(0.1114603,0.90084,-0.4195997),(0.2551635,0.8273579,-0.5003704),(0.4232744,0.6696098,-0.6102961),(0.3200564,0.777135,-0.5418719),(0.426309,0.7860368,-0.4476682),(0.3798338,0.8671661,-0.3221013),(0.2677948,0.900036,-0.3438328),(0.2260677,0.9484475,-0.2221277),(0.3523699,0.9157642,-0.1929025),(0.3444831,0.9354683,-0.07893423),(0.2140351,0.9719697,-0.09728255),(0.2301181,0.9730415,0.01536185),(0.1087088,0.9671908,-0.2296178),(0.1171166,0.9857404,-0.1208289),(0.1608285,0.9869012,-0.012667),(0.06825337,0.9700208,-0.2332405),(0.1353413,0.9804679,-0.1427068),(0.04135846,0.9498595,-0.3099295),(0.137672,0.9341375,-0.3292924),(0.05580582,0.9265739,-0.3719497),(0.3384749,0.9409727,0.002281187),(0.3167501,0.9471573,0.05061997),(0.2392053,0.9604316,0.1426607),(0.2468506,0.9642254,0.09661394),(0.2785661,0.9572604,0.0778055),(0.2211095,0.9707723,0.0933377),(0.1505511,0.9732481,0.1735587),(0.2078573,0.964099,0.1652523),(0.1817721,0.9715132,0.1520568),(0.2085236,0.9700347,0.1247024),(0.1210819,0.979211,0.1627421),(0.1884024,0.9812481,0.04070256),(0.1204286,0.9907616,0.06235661),(0.2141399,0.9768012,0.001878395),(0.2023462,0.9765947,0.0729295),(0.1974406,0.9785874,-0.05817218),(0.1634122,0.9803836,0.1102015),(0.1284149,0.9827617,0.1330007),(0.06806438,0.9769109,0.2025146),(0.09380689,0.9785646,0.1833342),(0.119859,0.9807383,0.1542276),(0.1408941,0.9759365,0.1664232),(0.076859,0.971699,0.2233691),(0.1236158,0.9634218,0.2377765),(0.04058651,0.9789304,0.20012),(0.0622905,0.9710232,0.2307245),(0.129881,0.9572794,0.2583546),(0.06266257,0.9824682,0.1755833),(0.1450583,0.963214,0.226223),(0.03313323,0.991442,0.1262731),(0.06131442,0.9826747,0.1749027),(0.05350264,0.994845,0.08614457),(0.1735261,0.9720009,0.1584389),(0.1963153,0.9721698,0.1278528),(0.1816867,0.9559715,0.230453),(0.2206402,0.9554229,0.1961756),(0.2051685,0.9751185,0.08396275),(0.1969097,0.9797706,0.03572316),(0.2362779,0.9607933,0.1450824),(0.2253041,0.9704045,0.08690945),(0.2562005,0.9363922,0.2398561),(0.2733747,0.9418748,0.1952901),(0.2562872,0.9565865,0.1387779),(0.3030744,0.9246309,0.2306592),(0.2798657,0.9414157,0.1881798),(0.2878597,0.9230279,0.2552575),(0.2074079,0.9419315,0.2640963),(0.2351729,0.9375002,0.2564899),(0.1819801,0.9832803,-0.0065691),(0.1725443,0.9842567,-0.03830265),(0.2035905,0.9784448,0.0345961),(0.188858,0.9819922,-0.004889537),(0.169452,0.9836007,-0.0617701),(0.1733472,0.9816903,-0.07896185),(0.1831321,0.9815958,-0.05414995),(0.1818639,0.9827427,-0.03379708),(0.1925901,0.9812535,0.007113916),(0.2043542,0.9780571,0.04054104),(0.1906127,0.9815108,-0.01741398),(0.1968867,0.9799019,0.03205965),(0.201125,0.9776444,0.06131994),(0.2161539,0.9714758,0.09753065),(0.2257263,0.9705583,0.08404867),(0.2423533,0.9600185,0.1401053),(0.1807444,0.9791175,-0.09306253),(0.1881159,0.9762953,-0.107051),(0.196153,0.9771226,-0.08219201),(0.189072,0.9795206,-0.06921836),(0.195934,0.9729484,-0.1223982),(0.2046478,0.968689,-0.1405741),(0.2049556,0.9741693,-0.0948019),(0.2160354,0.9703068,-0.1087816),(0.2107891,0.9754829,-0.0632524),(0.2012238,0.9782457,-0.05044107),(0.2238615,0.9716847,-0.07559715),(0.2299162,0.9723814,-0.04016308),(0.2158432,0.9760633,-0.02668685),(0.2058275,0.9785301,-0.0106712),(0.1946743,0.9802196,-0.03566073),(0.1996102,0.9798372,0.008653247),(0.2047292,0.9645927,-0.1662736),(0.1861374,0.9612076,-0.2035504),(0.2194839,0.96701,-0.1292995),(0.2050148,0.9654205,-0.1610346),(0.1480061,0.9562128,-0.2524902),(0.08964644,0.9456017,-0.3127316),(0.1720899,0.9635723,-0.2047279),(0.1201787,0.9578581,-0.2608923),(0.2198995,0.9681523,-0.1196884),(0.192494,0.9684839,-0.1580669),(0.1478763,0.9666245,-0.2092123),(0.171839,0.9724183,-0.1577149),(0.2088997,0.9714668,-0.1123083),(0.2310877,0.9697111,-0.07911171),(0.2303156,0.968692,-0.09268601),(0.2382099,0.9696082,-0.05582199),(0.01680198,0.9247005,-0.3803245),(-0.06615812,0.8905468,-0.4500552),(0.05353052,0.9434721,-0.3271007),(-0.02504472,0.9163365,-0.399625),(-0.1610131,0.8406597,-0.5170746),(-0.2677018,0.7726963,-0.575566),(-0.1174505,0.8722762,-0.4746994),(-0.2233461,0.8066322,-0.5472302),(0.01719991,0.9385537,-0.3447044),(-0.06946786,0.9029443,-0.4241061),(-0.1708563,0.8452023,-0.5064002),(-0.02105701,0.930488,-0.3657168),(-0.1155826,0.884097,-0.4527839),(0.05790334,0.9565408,-0.285792),(0.08897014,0.9581194,-0.2721975),(0.1214997,0.9688289,-0.2158896),(-0.363619,0.6966011,-0.6184886),(-0.4294873,0.6318581,-0.6452101),(-0.3209127,0.7257202,-0.6085599),(-0.391616,0.6472972,-0.6539443),(-0.4710455,0.5874813,-0.6580137),(-0.4942318,0.5692765,-0.6570078),(-0.4776134,0.5397483,-0.6932223),(-0.4413686,0.5824942,-0.6825645),(-0.3443442,0.6830204,-0.6441353),(-0.4047611,0.6028482,-0.6875626),(-0.4562601,0.5365193,-0.709911),(-0.3634032,0.6457816,-0.6714941),(-0.4297538,0.56051,-0.7079125),(-0.291954,0.7337623,-0.6134784),(-0.2679731,0.7674538,-0.5824131),(-0.2104079,0.8159447,-0.538482),(-0.5071355,0.5756783,-0.6414109),(-0.5134332,0.6006439,-0.612873),(-0.5052779,0.5235254,-0.6860142),(-0.5241763,0.5331164,-0.6640979),(-0.5096411,0.6396613,-0.5754125),(-0.4925276,0.687853,-0.5331742),(-0.5312093,0.5647455,-0.6315687),(-0.5226358,0.6138202,-0.5916726),(-0.529887,0.4809663,-0.6984922),(-0.5476592,0.4958712,-0.6739295),(-0.5499538,0.5362917,-0.6402673),(-0.5542613,0.4398914,-0.7066046),(-0.5695384,0.4605805,-0.6808022),(-0.5266821,0.4505681,-0.720829),(-0.4991329,0.4940127,-0.7119114),(-0.4860851,0.4914963,-0.7226014),(-0.4535828,0.7441098,-0.4904723),(-0.3823166,0.807466,-0.4492578),(-0.4901045,0.6778936,-0.5479578),(-0.4227002,0.7540933,-0.5026606),(-0.2722432,0.8708255,-0.4093244),(-0.1195598,0.9216828,-0.3690612),(-0.3116424,0.8335669,-0.4561197),(-0.1516441,0.9008529,-0.4067776),(-0.4693895,0.6869197,-0.5548105),(-0.3614934,0.7832099,-0.5058705),(-0.1963221,0.8707921,-0.4507536),(-0.4198133,0.7172397,-0.556169),(-0.2536972,0.8283263,-0.4995131),(-0.5186962,0.6055943,-0.603498),(-0.5281622,0.6010703,-0.5997992),(-0.5631878,0.5161245,-0.6453177),(0.04602341,0.9432675,-0.3288285),(0.1941026,0.9364579,-0.2921828),(0.02390959,0.9345091,-0.3551351),(0.1804885,0.9346879,-0.3062392),(0.3251877,0.9092718,-0.2597646),(0.4424441,0.866355,-0.2316728),(0.3187494,0.910893,-0.2620552),(0.4426524,0.8683447,-0.223688),(0.1552852,0.9319569,-0.3276321),(0.3027811,0.9138994,-0.2703915),(0.4362088,0.8724998,-0.2201498),(0.2753133,0.9180396,-0.2853171),(0.4219676,0.8791432,-0.2214735),(0.1162817,0.9269534,-0.3567015),(-0.01089844,0.9211264,-0.3891107),(-0.06002225,0.9006326,-0.4304165),(0.5257606,0.8232948,-0.2139195),(0.5567663,0.8031434,-0.212066),(0.5300409,0.8243682,-0.1986802),(0.5608078,0.8049701,-0.1936952),(0.53918,0.812393,-0.2220416),(0.4703406,0.8498614,-0.2377294),(0.5390889,0.8170905,-0.2043195),(0.4612645,0.8584591,-0.2242389),(0.5632079,0.8070337,-0.1774644),(0.5395273,0.8206823,-0.1881243),(0.455193,0.8647691,-0.2120701),(0.5407565,0.8231144,-0.1733926),(0.4527932,0.868655,-0.2010393),(0.5639532,0.8094742,-0.1634269),(0.5304662,0.8269342,-0.1865088),(0.5266482,0.8313245,-0.1775982),(0.3663532,0.896907,-0.2476757),(0.2454117,0.9374734,-0.2468132),(0.3468244,0.9065923,-0.2404229),(0.2191235,0.9440568,-0.2464578),(0.1048384,0.9653403,-0.2390127),(-0.05542548,0.9721622,-0.2276592),(0.07652295,0.9662156,-0.2461134),(-0.0807045,0.9667361,-0.2427098),(0.2005142,0.9476733,-0.2484139),(0.05742839,0.9649768,-0.2559716),(-0.09616502,0.960753,-0.2602041),(0.04766685,0.9620875,-0.2685438),(-0.1028926,0.9544042,-0.2802242),(0.1904332,0.9486645,-0.2525288),(0.332809,0.913286,-0.2348342),(0.325312,0.917035,-0.2306922),(-0.2020296,0.9560697,-0.2124026),(-0.3029266,0.932953,-0.1945106),(-0.2218755,0.9461139,-0.2358805),(-0.3177801,0.9207596,-0.2263127),(-0.3624113,0.9150255,-0.1771621),(-0.3858134,0.9081523,-0.1625038),(-0.3729114,0.902335,-0.2161676),(-0.3923531,0.8963204,-0.206564),(-0.3247021,0.9101347,-0.2573391),(-0.3774201,0.8909019,-0.2526815),(-0.395374,0.8845974,-0.2473192),(-0.3773761,0.8804483,-0.2870503),(-0.3951173,0.8732559,-0.2851431),(-0.3257325,0.9005747,-0.2878602),(-0.2324126,0.9370872,-0.2604839),(-0.2356217,0.9286873,-0.2863953),(-0.3631473,0.9195362,-0.1502574),(-0.2719533,0.9527396,-0.1353832),(-0.367508,0.9089376,-0.1969017),(-0.278696,0.9428228,-0.1827943),(-0.07696182,0.9915992,-0.1039612),(0.2590053,0.965502,-0.02687354),(-0.09682609,0.9837281,-0.1513404),(0.20699,0.975489,-0.07467455),(-0.2856263,0.9306005,-0.2289114),(-0.1166798,0.9727381,-0.2004155),(0.1583818,0.9788031,-0.1298445),(-0.1325065,0.9588931,-0.2509304),(0.1193045,0.9743825,-0.1906441),(-0.2903329,0.9168726,-0.2739553),(-0.3706291,0.8970597,-0.2406616),(-0.3714012,0.8846479,-0.2818848),(0.5568105,0.8263201,0.08460013),(0.6788836,0.7119129,0.179714),(0.4888649,0.8713714,0.04150726),(0.6238404,0.7673136,0.1485023),(0.7002041,0.6715305,0.2424069),(0.6637155,0.7018813,0.2585427),(0.6559676,0.7093267,0.2579959),(0.6653121,0.7118194,0.2251068),(0.5704077,0.8161982,0.09195417),(0.6337793,0.7527117,0.1781824),(0.6508967,0.7243944,0.2271258),(0.6475853,0.7440856,0.1642256),(0.6078508,0.787529,0.1015655),(0.5247134,0.8511872,0.01249113),(0.4236845,0.9056232,-0.01838365),(0.3693911,0.924745,-0.09163592),(0.5983832,0.7706019,0.2193407),(0.515731,0.8470112,0.128816),(0.5689888,0.8040041,0.1727109),(0.6220803,0.7452584,0.240012),(0.3934259,0.9193235,-0.007771379),(0.2125556,0.9603358,-0.1804862),(0.4775608,0.8767368,0.05716818),(0.3269268,0.9391711,-0.1052456),(0.5475625,0.8306727,0.1007881),(0.6123992,0.7674149,0.1898463),(0.4306404,0.901573,-0.04141353),(0.5187955,0.8548539,0.008720678),(0.6008865,0.7898937,0.1224887),(0.6442705,0.7433225,0.179964),(0.6428413,0.7302233,0.2313632),(0.6587995,0.7273847,0.1920799),(0.07401393,0.9371657,-0.3409435),(0.09086427,0.8854409,-0.455783),(0.2323501,0.8912524,-0.3894644),(0.2073887,0.9404652,-0.2692864),(0.296945,0.8161889,-0.4956405),(0.7058594,0.6214502,-0.3399444),(0.7728034,0.5691672,-0.2807557),(0.4282116,0.796088,-0.4276433),(0.5514509,0.7527922,-0.359452),(0.3730826,0.870878,-0.31997),(0.8274679,0.5104668,-0.2339247),(0.8715363,0.4471318,-0.2012403),(0.6626999,0.6878337,-0.2961653),(0.5070071,0.8244432,-0.2514701),(0.3379238,0.9198724,-0.1991041),(0.4595225,0.8780487,-0.1336766),(0.9317106,0.347435,-0.1058508),(0.9708377,0.236731,-0.0378496),(0.9759293,0.2174938,-0.01608385),(0.9483675,0.3081828,-0.07498235),(0.9612458,0.2606372,-0.08985897),(0.8774647,0.4193245,-0.232858),(0.9605068,0.2674831,-0.0766767),(0.8499946,0.4669301,-0.2438965),(0.9787179,0.2048866,-0.01152334),(0.9565642,0.2811324,-0.07713342),(0.8127846,0.5194628,-0.2637039),(0.7624158,0.5771322,-0.2926442),(0.9479268,0.3046171,-0.09296887),(0.9792607,0.2010638,-0.02493656),(0.9599477,0.2732618,-0.06187381),(0.9676735,0.2433741,-0.06615945),(0.6876853,0.6285837,-0.3632787),(0.4366089,0.7981593,-0.4151077),(0.3040737,0.8492192,-0.4317012),(0.601063,0.6975001,-0.3901501),(0.1073605,0.8993806,-0.4237786),(-0.3105369,0.8629352,-0.3986348),(-0.4282694,0.8261636,-0.366113),(-0.03763235,0.9085225,-0.4161378),(-0.1771002,0.8979566,-0.4028766),(0.1624523,0.8817737,-0.4428141),(-0.5301085,0.779808,-0.3329934),(-0.6168166,0.7273017,-0.3009479),(-0.3079609,0.8697142,-0.3856907),(0.01612298,0.8937335,-0.4483086),(0.4978546,0.7599302,-0.4179077),(0.3781746,0.8117955,-0.4449404),(-0.6612746,0.6778388,-0.3213262),(-0.8505595,0.4770686,-0.2212555),(-0.8934932,0.4084624,-0.1866233),(-0.7364303,0.6157446,-0.2802299),(-0.9466197,0.2979052,-0.1231407),(-0.9913564,0.1254429,-0.03842509),(-0.9967059,0.07577123,-0.02891765),(-0.9670701,0.23372,-0.1007488),(-0.9800969,0.1798712,-0.08400179),(-0.9237281,0.3488254,-0.1582629),(-0.99918,0.03405631,-0.02189576),(-0.9882423,0.1345661,-0.07258764),(-0.9998491,-0.004119512,-0.01688308),(-0.9446066,0.2986185,-0.1361814),(-0.7945927,0.5561987,-0.2434448),(-0.8388137,0.5015792,-0.211684),(-0.9997119,-0.01039393,0.02163387),(-0.9965807,-0.06449936,0.05164163),(-0.9989387,-0.04115415,0.02067992),(-0.9959155,-0.07916761,0.04341456),(-0.9975535,-0.04112781,0.05652937),(-0.9976433,0.05845458,0.03592926),(-0.998273,-0.04059485,0.04246428),(-0.997016,0.07544775,0.01633533),(-0.9948362,-0.09129982,0.04433078),(-0.9983398,-0.03805501,0.04323762),(-0.9953744,0.09494302,0.01468025),(-0.9929144,0.1147169,0.03100059),(-0.9974599,-0.03919878,0.05947493),(-0.9926508,-0.1077855,0.05501478),(-0.9974675,-0.06743564,0.02260283),(-0.9950227,-0.09564561,0.02796147),(-0.9798184,0.1998054,-0.005809444),(-0.9248841,0.3750792,-0.06248946),(-0.9062071,0.4130645,-0.09036731),(-0.9726046,0.2305141,-0.03005983),(-0.7640905,0.6317158,-0.1307703),(-0.3103197,0.932251,-0.1860373),(-0.267215,0.9405375,-0.2097272),(-0.7286611,0.6658055,-0.1604871),(-0.6911057,0.6993101,-0.1825881),(-0.8852727,0.4531755,-0.1045186),(-0.2258023,0.9450667,-0.2363522),(-0.1816229,0.9461425,-0.2680065),(-0.6486187,0.7343177,-0.2001785),(-0.8605083,0.4979928,-0.1073713),(-0.9637799,0.2641211,-0.036991),(-0.9529539,0.3018366,-0.02781228),(0.2368562,0.9556288,-0.1751366),(0.5057278,0.8492435,-0.1517391),(0.5232168,0.8385808,-0.1517445),(0.2643632,0.9463795,-0.1856819),(0.6296084,0.7641799,-0.1400795),(0.6933304,0.7081261,-0.133605),(0.6988543,0.7041519,-0.1255892),(0.6409093,0.755903,-0.1335892),(0.6518519,0.7431128,-0.1512364),(0.5382626,0.8248662,-0.1728269),(0.7063012,0.6936142,-0.1415561),(0.7141356,0.6760429,-0.1815938),(0.6635277,0.7229713,-0.1924667),(0.5542232,0.8042989,-0.2143359),(0.2879318,0.934155,-0.2108304),(0.312759,0.9161748,-0.2506103),(0.7204488,0.6815075,-0.1284571),(0.7111866,0.6914899,-0.1267099),(0.7079383,0.6942803,-0.1296072),(0.7208354,0.6819163,-0.1240427),(0.663241,0.7369418,-0.1304915),(0.5686526,0.8105222,-0.1403134),(0.5590162,0.8132492,-0.1616369),(0.6568797,0.7403924,-0.1425762),(0.655332,0.7373934,-0.1636793),(0.709318,0.6892732,-0.1475485),(0.5538229,0.8113912,-0.1868809),(0.5486416,0.8073673,-0.2171411),(0.6532331,0.7315399,-0.1952841),(0.7102575,0.6800156,-0.1819697),(0.7249947,0.6743384,-0.1401799),(0.7290912,0.6609179,-0.1778019),(0.4531541,0.879145,-0.1474979),(0.3536248,0.924005,-0.1454791),(0.3383996,0.9236251,-0.1800066),(0.4403156,0.8803462,-0.1763881),(0.2733294,0.9521641,-0.1366548),(0.212392,0.969364,-0.1233818),(0.2567416,0.9504273,-0.1754183),(0.1954241,0.9666877,-0.1653006),(0.3268363,0.9206489,-0.2135032),(0.2437989,0.9460995,-0.2132086),(0.1822258,0.9610254,-0.2079035),(0.2352618,0.939193,-0.2501366),(0.1751784,0.95199,-0.2510526),(0.3180425,0.9155208,-0.2463142),(0.4313815,0.8783739,-0.2058384),(0.423703,0.8743849,-0.2364884),(0.1737778,0.9789858,-0.106714),(0.1612871,0.9830799,-0.08683551),(0.15664,0.9760739,-0.1508106),(0.143468,0.9808349,-0.1318325),(0.1749332,0.9825177,-0.06369886),(0.2143652,0.9760513,-0.03703338),(0.1559349,0.9818761,-0.10772),(0.1937726,0.9779754,-0.07756447),(0.1274858,0.9745547,-0.184365),(0.1360236,0.9772519,-0.1627154),(0.168383,0.976965,-0.1310982),(0.1176805,0.9664405,-0.2283508),(0.1384061,0.9704422,-0.1977011),(0.1168893,0.9627076,-0.2439899),(0.1428906,0.9695951,-0.1986645),(0.1360273,0.9586615,-0.2499297),(0.2313799,0.9727732,-0.01325094),(0.1755747,0.9844651,0.001382341),(0.2087219,0.9768217,-0.04748394),(0.149615,0.9884429,-0.02441519),(0.03137698,0.999485,0.006727532),(-0.2163467,0.9763066,0.00440571),(4.890289e-5,0.9999543,-0.009557521),(-0.2543041,0.9671218,-0.002193812),(0.1132626,0.9916925,-0.06097202),(-0.04206133,0.998564,-0.03317702),(-0.3001855,0.9538039,-0.01211402),(-0.3563924,0.9340066,-0.02481996),(-0.09880293,0.9930483,-0.06397685),(0.06287526,0.9920917,-0.1086309),(0.1777474,0.9795185,-0.0946015),(0.1362467,0.9784648,-0.1550594),(-0.4763414,0.8792357,0.006592552),(-0.6701372,0.7419053,0.02219398),(-0.5168069,0.8560659,0.007854007),(-0.7086058,0.7050297,0.02847463),(-0.8111624,0.5827988,0.04859185),(-0.911894,0.4018239,0.08358789),(-0.9375069,0.3349456,0.09429872),(-0.8448402,0.5318868,0.05780661),(-0.8762904,0.4767161,0.06968977),(-0.747278,0.6634995,0.03665837),(-0.958445,0.2643243,0.1073124),(-0.9739061,0.1910623,0.1224833),(-0.9049037,0.4171831,0.08430603),(-0.7860515,0.6163688,0.04703876),(-0.5607035,0.8279667,0.009093948),(-0.6088189,0.7932355,0.01081302),(-0.972195,0.1988189,0.1237254),(-0.9866288,-0.03487381,0.1592086),(-0.9777821,-0.1220367,0.1704377),(-0.9838438,0.117518,0.1350587),(-0.9321066,-0.3194214,0.170726),(-0.7544437,-0.6425734,0.1338437),(-0.7060013,-0.693885,0.1417241),(-0.8994372,-0.3979116,0.180773),(-0.8617507,-0.4709412,0.1886798),(-0.9613364,-0.2079113,0.1805688),(-0.6580781,-0.738061,0.1489934),(-0.6102594,-0.776727,0.1558156),(-0.8202925,-0.5377581,0.1947727),(-0.9380285,-0.2901198,0.18956),(-0.9885157,0.03408936,0.1472226),(-0.9858953,-0.04916611,0.159978),(-0.4916873,-0.8679788,0.06968706),(-0.2843662,-0.9583423,0.02675899),(-0.2482118,-0.9683461,0.02639721),(-0.4458854,-0.8920274,0.07398109),(-0.1489147,-0.9888353,0.00539557),(-0.0683049,-0.9976496,-0.005452961),(-0.05368205,-0.9985353,-0.006745483),(-0.123186,-0.992381,0.002264199),(-0.09859469,-0.9951087,0.006136643),(-0.2154044,-0.9760008,0.03198836),(-0.0374158,-0.999296,-0.002735451),(-0.02147832,-0.9997416,0.007457349),(-0.07445227,-0.9970795,0.01700812),(-0.1835644,-0.9820629,0.0430878),(-0.4039774,-0.9111544,0.08123951),(-0.3634246,-0.9271621,0.09106629),(-0.01579068,-0.9996818,-0.01966607),(0.02585159,-0.9986729,-0.04454374),(0.01951652,-0.9993605,-0.02996336),(-0.01220353,-0.9998246,-0.01420711),(0.05715061,-0.9952803,-0.07842806),(0.07899379,-0.9896578,-0.1197383),(0.05113564,-0.9944604,-0.09183508),(0.04079633,-0.997632,-0.05537134),(0.02300581,-0.9989828,-0.0387824),(0.01505102,-0.9997136,-0.01860358),(0.0172236,-0.9973529,-0.07064384),(-0.02323421,-0.9981701,-0.05582789),(0.0003110827,-0.9996332,-0.02708325),(0.007729029,-0.9999345,-0.008443503),(-0.005487674,-0.9999571,-0.007457641),(0.0001156506,-0.9999973,0.002333786),(0.06389353,-0.9859874,-0.1540981),(-0.0246251,-0.9862164,-0.1636178),(-0.07809838,-0.9870102,-0.1403976),(0.02362348,-0.991651,-0.1267688),(-0.2204394,-0.966795,-0.1292816),(-0.5583436,-0.8293446,-0.02097035),(-0.6315466,-0.775332,0.003054897),(-0.2883806,-0.9513103,-0.1088368),(-0.3636507,-0.9279678,-0.08144818),(-0.1421061,-0.9830517,-0.1158246),(-0.7017705,-0.711511,0.03564039),(-0.7632026,-0.6423517,0.07004336),(-0.4376865,-0.8976345,-0.05179761),(-0.2104089,-0.9732177,-0.09260395),(-0.02635033,-0.9943143,-0.1031735),(-0.08298824,-0.9929615,-0.08450031),(-0.8507593,-0.5149378,0.105108),(-0.9697305,-0.1649714,0.1800201),(-0.9764508,-0.06859867,0.2045434),(-0.8963743,-0.4231657,0.1320752),(-0.9573933,0.1767238,0.2284006),(-0.819707,0.5046594,0.2709232),(-0.7837927,0.5550379,0.2785712),(-0.9350439,0.2544294,0.2468976),(-0.9069161,0.3360507,0.2541122),(-0.9739302,0.02819481,0.225089),(-0.7403077,0.6157044,0.2699123),(-0.6899467,0.6831585,0.2393074),(-0.8724942,0.423558,0.2436237),(-0.9635599,0.1279753,0.2348929),(-0.9308506,-0.32735,0.1623554),(-0.9548193,-0.2293452,0.1889997),(-0.6112678,0.7361251,0.29064),(-0.444109,0.8502699,0.2825038),(-0.4031994,0.8779363,0.258182),(-0.572653,0.7692777,0.2833381),(-0.328192,0.9087156,0.2579265),(-0.2497894,0.9422114,0.2232555),(-0.2051658,0.9634209,0.172416),(-0.2848741,0.9335245,0.2176666),(-0.2305229,0.9569547,0.1763431),(-0.3481913,0.9102573,0.2240412),(-0.1562047,0.9793238,0.1285491),(-0.1104989,0.9896719,0.0913203),(-0.1754678,0.9754485,0.1330839),(-0.288888,0.940696,0.1778616),(-0.5212018,0.8128276,0.2601153),(-0.4629737,0.8594199,0.2169162),(-0.1895875,0.9647458,0.1825438),(-0.1376075,0.9804952,0.1403333),(-0.09768826,0.9909449,0.09211529),(-0.1459133,0.980812,0.1292953),(-0.09524792,0.990357,0.1006022),(-0.06337682,0.9957317,0.06709529),(-0.03786509,0.9985409,0.03850203),(-0.0615495,0.9961948,0.06170418),(-0.03744513,0.9986876,0.03494129),(-0.06549495,0.9962114,0.05721149),(-0.02112927,0.9995838,0.01964029),(-0.0107874,0.9998913,0.01005881),(-0.02114255,0.9995824,0.01969801),(-0.0411862,0.9985382,0.03500363),(-0.1052485,0.9905462,0.08798319),(-0.07101779,0.995777,0.05817778),(-0.03985364,0.9983234,0.0419751),(-0.02221406,0.9994503,0.02461048),(-0.01063289,0.9998768,0.01154938),(-0.02235893,0.9995022,0.02225735),(-0.01033708,0.9998617,0.0130366),(-0.00408103,0.9999776,0.005306367),(0.001912739,0.9999972,-0.001409359),(-0.002575987,0.9999872,0.00433938),(0.003189027,0.9999928,-0.002051314),(-0.003403746,0.9999891,0.003179237),(0.008367125,0.9999315,-0.008188748),(0.009280276,0.9999379,-0.006168998),(0.01767045,0.9997312,-0.01500816),(0.00177342,0.9999983,-0.000627876),(-0.01147887,0.9998872,0.009686515),(-0.004890223,0.9999802,0.003997203),(0.01274715,0.9999182,-0.001041144),(0.05699083,0.9983264,-0.009829763),(0.06932138,0.9974471,-0.01713792),(0.01990071,0.9997723,-0.007706048),(0.129996,0.9911723,-0.02605033),(0.2321692,0.9710963,-0.05540231),(0.2681297,0.9615152,-0.05995712),(0.1519544,0.9878301,-0.03318787),(0.1753228,0.9833537,-0.04772208),(0.0842504,0.9960104,-0.02941548),(0.3025281,0.9502705,-0.07391033),(0.3369758,0.9364781,-0.09724252),(0.2023305,0.9768333,-0.06970723),(0.1042407,0.993456,-0.04668093),(0.02930584,0.9994285,-0.01685137),(0.04342207,0.9986516,-0.02844886),(0.3322936,0.9377262,-0.1012451),(0.3999537,0.9022405,-0.1612427),(0.4567361,0.8765126,-0.1520448),(0.381211,0.9190534,-0.1000955),(0.4362814,0.8699809,-0.2297642),(0.4459464,0.854865,-0.2652129),(0.5087416,0.8261577,-0.2421684),(0.4973555,0.8413969,-0.2113974),(0.548367,0.8107235,-0.2049902),(0.505368,0.8489981,-0.1542898),(0.5608665,0.7949361,-0.2313121),(0.5903301,0.7794807,-0.2095717),(0.6033741,0.7630878,-0.2315961),(0.5467449,0.8204042,-0.1673528),(0.4248866,0.898584,-0.1096268),(0.4643531,0.8761208,-0.1295706),(6.988519e-5,-0.9999999,0.0003976604),(0.000126846,-0.9999999,0.0002711333),(0.0002050628,-1,1.599796e-5),(-0.0002188263,-1,0.0002048565),(-6.187645e-5,-1,-7.530628e-5),(-0.0003099776,-0.9999999,0.000350447),(0.000199909,-1,-0.0002311813),(9.362708e-5,-0.9999998,-0.0004469737),(3.926344e-5,-0.9999999,-0.0004989423),(3.108187e-5,-0.9999999,-0.0003192438),(-0.0003287265,-0.9999999,-0.0002166957),(-0.0001689294,-1,-0.0004072678),(-6.350609e-5,-0.9999998,-0.0005166284),(-0.000358482,-0.9999998,-0.0004643312),(-0.0001925904,-0.9999999,-0.0004834559),(-0.0005399124,-0.9999999,-0.0003665918),(-0.0006257977,-0.9999998,0.000161485),(-0.000523096,-0.9999999,2.845892e-5),(-0.0007222111,-0.9999997,-0.0002101707),(-0.0008113724,-0.9999996,-0.0001192171),(-4.6144e-5,-0.9999998,-0.0005612869),(-0.0001331895,-0.9999999,-0.0005284247),(-1.840346e-5,-0.9999999,-0.0004891916),(2.309846e-6,-0.9999998,-0.0005631783),(-0.000149152,-0.9999999,-0.0003728405),(-7.572144e-5,-1,-0.0001193061),(7.69483e-5,-1,-4.414688e-5),(-7.545514e-7,-0.9999999,-0.000306172),(0.0001169734,-1,-0.0002154441),(5.196562e-5,-0.9999999,-0.0004058013),(0.0002164152,-0.9999999,2.447658e-5),(0.0003107932,-0.9999999,6.365871e-5),(0.0001789138,-0.9999999,-0.0001191637),(6.39698e-5,-1,-0.0002885906),(-7.33404e-7,-0.9999999,-0.0005162247),(-5.349482e-5,-0.9999999,-0.0004187168),(1.327534e-5,-0.9999999,0.0001445574),(3.614279e-5,-0.9999999,0.0003408475),(0.0001616589,-0.9999999,0.0004026736),(0.0001544039,-1,0.0002150369),(-3.749072e-6,-0.9999999,0.0004642363),(-0.0001023023,-0.9999999,0.0005094888),(-2.43299e-5,-0.9999999,0.000547055),(0.0001010869,-0.9999999,0.0005146341),(0.0002632503,-0.9999998,0.000470311),(0.0003197698,-0.9999999,0.0003931713),(0.0001324635,-0.9999999,0.0004789663),(0.00045845,-0.9999999,0.0003135626),(0.0003558082,-0.9999999,0.0002958109),(0.0004788709,-0.9999998,0.0002892184),(0.0003035884,-0.9999999,0.0002451467),(0.0004266253,-0.9999998,0.0002101027),(-0.0002342126,-0.9999998,0.0004917178),(-0.0003787639,-0.9999998,0.0004316497),(-0.000184464,-0.9999998,0.0005213115),(-0.0003541688,-0.9999998,0.0004649941),(-0.0005405309,-0.9999998,0.0003358524),(-0.0007243592,-0.9999998,0.0002104691),(-0.0005398408,-0.9999998,0.0003873077),(-0.0007484619,-0.9999997,0.0002973673),(-0.0002273635,-0.9999999,0.0004029541),(-0.0004300725,-0.9999998,0.0003536156),(-0.000653651,-0.9999998,0.0003042659),(-0.0002086054,-0.9999999,0.0002358897),(-0.0004447293,-0.9999999,0.0002261999),(5.492299e-6,-1,0.0002477146),(-4.117306e-5,-0.9999999,0.0004466794),(0.0001946769,-0.9999999,0.0002663079),(-0.0008343502,-0.9999997,0.0001330541),(-0.0007684986,-0.9999996,0.0001754539),(-0.0008934229,-0.9999995,0.000262635),(-0.0008765003,-0.9999996,0.0003370782),(-0.0005208015,-0.9999998,0.0003299412),(-8.502854e-5,-0.9999998,0.0005889417),(-0.0006826334,-0.9999996,0.0005007231),(-0.0002960977,-0.9999996,0.00073374),(-0.0008506106,-0.9999995,0.0003981585),(-0.0007176034,-0.9999995,0.0005536717),(-0.0004046835,-0.9999997,0.0007484609),(-0.0006301017,-0.9999996,0.0004844226),(-0.0004005829,-0.9999997,0.0006399899),(-0.0007021627,-0.9999998,0.0003485721),(-0.0008229688,-0.9999996,0.0003067225),(-0.0006344657,-0.9999998,0.0002548989),(0.0003435117,-0.9999997,0.0007933053),(0.0005657794,-0.9999996,0.0007837807),(9.954768e-5,-0.9999996,0.0008801624),(0.0003068234,-0.9999996,0.0007973748),(0.0005844884,-0.9999996,0.0005569303),(0.0004018134,-0.9999999,0.0001095485),(0.0003171717,-0.9999998,0.00049668),(0.0001216434,-1,-1.039669e-5),(8.27797e-5,-0.9999998,0.0007173554),(5.425476e-5,-0.9999999,0.0003979998),(-0.0001802685,-1,-9.248217e-5),(-0.0001462547,-1,0.0003010562),(-0.0004333207,-0.9999999,-8.929659e-5),(-6.281408e-5,-0.9999998,0.0005751777),(-7.6343e-5,-0.9999996,0.0008420622),(-0.0001564508,-0.9999998,0.0006994041),(-0.001786764,-0.9999941,-0.002922605),(-0.006831181,-0.9999023,-0.01219121),(-0.003408621,-0.9999862,-0.003997678),(-0.01248934,-0.9997931,-0.01605616),(-0.0126974,-0.9994622,-0.03023541),(-0.01721671,-0.998073,-0.05961337),(-0.02515227,-0.9989319,-0.0387601),(-0.03929222,-0.9964305,-0.07471491),(-0.01838872,-0.999665,-0.01821221),(-0.03877768,-0.9983341,-0.04272434),(-0.06473146,-0.994678,-0.08015966),(-0.05031951,-0.9979277,-0.04010199),(-0.08767019,-0.9935184,-0.07235392),(-0.02306713,-0.9995766,-0.01773594),(-0.00506026,-0.9999764,-0.004655686),(-0.006324053,-0.9999693,-0.004628719),(-0.01301023,-0.9952506,-0.09647303),(0.004824228,-0.9910335,-0.1335262),(-0.04413284,-0.9920381,-0.1179515),(-0.03102673,-0.9867442,-0.1592902),(0.03300205,-0.9854227,-0.1668916),(0.06799551,-0.9788659,-0.1928684),(-0.002780448,-0.9807212,-0.1953924),(0.03744986,-0.9740897,-0.2230396),(-0.08129596,-0.9835525,-0.1612933),(-0.06089047,-0.9790649,-0.194227),(-0.02315582,-0.9751602,-0.2202872),(-0.1329296,-0.9784582,-0.1579533),(-0.1080775,-0.9776918,-0.1801055),(-0.1368408,-0.981488,-0.1339996),(-0.0829659,-0.9889528,-0.1228374),(-0.121288,-0.986922,-0.1061795),(0.106162,-0.9723487,-0.2080087),(0.1444714,-0.9672126,-0.2088726),(0.08618208,-0.9672096,-0.2389104),(0.1403076,-0.9608662,-0.2388512),(0.180104,-0.9648445,-0.1914098),(0.2093107,-0.966033,-0.1515554),(0.1969424,-0.9559595,-0.2176123),(0.2521096,-0.9526834,-0.1698093),(0.09724116,-0.9660743,-0.2392581),(0.175277,-0.9593997,-0.2209758),(0.2606582,-0.9493026,-0.1757322),(0.1079874,-0.9728048,-0.2049133),(0.2234828,-0.9583762,-0.1776807),(0.01266349,-0.9776492,-0.2098614),(0.03024769,-0.971056,-0.2369292),(-0.05985263,-0.9781103,-0.1992933),(0.2180551,-0.9708802,-0.09921554),(0.1979384,-0.9788584,-0.05154272),(0.2845168,-0.9523579,-0.1098384),(0.2786124,-0.9584876,-0.06063651),(0.1577528,-0.98733,-0.01713464),(0.1069966,-0.9942536,-0.003382978),(0.2425577,-0.9696541,-0.03060501),(0.1851055,-0.9823563,-0.02668702),(0.3475535,-0.9338813,-0.08409697),(0.331991,-0.9407109,-0.06960645),(0.2837787,-0.955394,-0.08180372),(0.410191,-0.8999671,-0.1476567),(0.3908715,-0.9030417,-0.1781444),(0.3889545,-0.9110944,-0.1364594),(0.3256673,-0.9376585,-0.1213977),(0.3271464,-0.9335214,-0.1466726),(0.06253698,-0.9980353,-0.003858357),(0.03471221,-0.9993709,-0.007260934),(0.1288393,-0.9909855,-0.03672112),(0.09085829,-0.994872,-0.0444376),(0.01961363,-0.999751,-0.01064018),(0.01383546,-0.9998433,-0.01104054),(0.06773599,-0.9965654,-0.0476365),(0.05633842,-0.9974409,-0.04401816),(0.1839888,-0.9765072,-0.1121683),(0.1536591,-0.9819021,-0.1107128),(0.1347091,-0.9860365,-0.09790463),(0.2826602,-0.938383,-0.1988477),(0.2561449,-0.9514683,-0.1705807),(0.3151043,-0.9251776,-0.2115556),(0.226969,-0.9684926,-0.1025041),(0.3516786,-0.9132369,-0.2057194),(0.01079787,-0.9998891,-0.01025652),(0.005353627,-0.9999194,-0.01151676),(0.04866984,-0.998107,-0.03759735),(0.03830256,-0.9986929,-0.03384506),(-0.002590444,-0.9998882,-0.01472306),(-0.01313956,-0.9997182,-0.01977074),(0.02595145,-0.9991083,-0.03330528),(0.01229621,-0.9992589,-0.03647495),(0.09881356,-0.9926454,-0.06993612),(0.07754244,-0.9948301,-0.06557616),(0.05734118,-0.9958901,-0.07010747),(0.1549816,-0.9816287,-0.1112909),(0.1212193,-0.9849617,-0.1231108),(0.1923825,-0.9742019,-0.1179817),(0.1187315,-0.9895874,-0.08136104),(0.2280572,-0.9636519,-0.1391574),(-0.02200863,-0.9994946,-0.02293911),(-0.02422839,-0.9994842,-0.02107826),(0.001869646,-0.9991807,-0.04042624),(-0.0004190339,-0.9990964,-0.04250191),(-0.01855305,-0.9997127,-0.01517222),(-0.003585217,-0.9999751,-0.006079211),(0.006787056,-0.999024,-0.0436467),(0.02518399,-0.9986848,-0.04466008),(0.0440564,-0.9945414,-0.09458483),(0.05717473,-0.9921202,-0.111483),(0.08522861,-0.9876028,-0.1318216),(0.1257484,-0.9647177,-0.231316),(0.1704773,-0.9432154,-0.2851004),(0.1030551,-0.977105,-0.1861328),(0.04436452,-0.9957343,-0.08090023),(0.1013728,-0.9834815,-0.1499593),(0.01278861,-0.9999101,-0.004039174),(0.0230368,-0.9995304,-0.02021047),(0.0463493,-0.9973441,-0.05618347),(0.0612126,-0.9940851,-0.0897091),(0.02990479,-0.997902,-0.05742311),(0.03646709,-0.9921817,-0.119355),(0.0714776,-0.9863768,-0.1481613),(0.07929853,-0.9687535,-0.2350077),(0.1478597,-0.96313,-0.2247622),(0.1708686,-0.9353254,-0.3097904),(0.1880945,-0.8874169,-0.4208462),(0.33209,-0.758419,-0.5608179),(0.3692172,-0.6367394,-0.6769354),(0.2833439,-0.846918,-0.4499401),(0.1191689,-0.9789115,-0.165925),(0.2277332,-0.9063644,-0.3558668),(0.05412258,-0.9784583,-0.1992231),(0.09155752,-0.953703,-0.2864748),(0.09846751,-0.9354619,-0.3394338),(0.1401036,-0.883544,-0.4469016),(0.1454837,-0.9142627,-0.3780981),(0.212305,-0.8563393,-0.4707544),(0.1995898,-0.8087391,-0.5532677),(0.2707658,-0.7067638,-0.6535831),(0.2562518,-0.7126467,-0.6530465),(0.3121957,-0.5826626,-0.7503587),(0.3712683,-0.4225576,-0.826804),(0.4964735,0.09565879,-0.862765),(0.4753197,-0.1101094,-0.8728958),(0.440765,-0.3066208,-0.8436291),(0.212816,-0.8133984,-0.5413801),(0.4029494,-0.4837169,-0.776949),(0.2844475,-0.7750353,-0.5642782),(0.3535719,-0.6666812,-0.6561427),(0.3439703,-0.5743367,-0.742847),(0.4094249,-0.414038,-0.8129845),(0.4145335,-0.5332044,-0.7374652),(0.4627847,-0.3822242,-0.7998344),(0.4970616,-0.06270327,-0.8654468),(0.4612503,-0.2381973,-0.854699),(0.488673,0.1397635,-0.8611997),(0.4635831,-0.04454865,-0.8849328),(0.5009001,0.3008102,-0.8115494),(0.4875939,0.5908385,-0.6427768),(0.4755994,0.6865171,-0.5499994),(0.4976892,0.4591071,-0.7358847),(0.4237407,-0.2383943,-0.873849),(0.5020019,0.2911611,-0.8143828),(0.4998498,-0.2248427,-0.8364184),(0.5273833,-0.07051718,-0.8466961),(0.518585,0.1009626,-0.8490443),(0.5271894,0.2479708,-0.8127618),(0.5422263,0.0767478,-0.8367201),(0.5417337,0.2138844,-0.8128825),(0.5221882,0.3781623,-0.7644036),(0.5030553,0.4923036,-0.7103328),(0.4901557,0.5469874,-0.6786399),(0.4671884,0.6405595,-0.6094412),(0.4322531,0.7209106,-0.5417057),(0.391847,0.8535597,-0.3433536),(0.3390771,0.895906,-0.2870176),(0.4308113,0.8082209,-0.401473),(0.5014829,0.4354447,-0.7475981),(0.458361,0.7551925,-0.4686038),(0.5286995,0.3368385,-0.7791128),(0.5087968,0.4444056,-0.7373124),(0.4747661,0.5898804,-0.6531755),(0.443859,0.6717353,-0.5930942),(0.485072,0.537142,-0.6900606),(0.4596945,0.6160884,-0.6396217),(0.4129875,0.7392683,-0.5319056),(0.3840744,0.7934805,-0.4720972),(0.3530393,0.8450376,-0.4015904),(0.3191709,0.8886606,-0.3292603),(0.2924664,0.9200133,-0.2608426),(0.199434,0.9774244,-0.06976902),(0.1802154,0.9836181,0.004240394),(0.2346674,0.9606281,-0.1487445),(0.3916197,0.7890939,-0.4732492),(0.2823561,0.9329202,-0.223461),(0.4304107,0.6835697,-0.5894735),(0.3940631,0.7411862,-0.5434679),(0.3541579,0.8365793,-0.4179801),(0.3196351,0.8706524,-0.3738954),(0.3504283,0.7895211,-0.5038417),(0.2995209,0.8289354,-0.4723908),(0.280656,0.8968539,-0.3418851),(0.2374852,0.9159614,-0.3234431),(0.2429188,0.9565157,-0.161456),(0.215142,0.9669091,-0.1371158),(0.1855659,0.9738777,-0.1308719),(0.1485591,0.9823261,0.1138664),(0.1374602,0.9845804,0.108195),(0.1592629,0.9822794,0.09880601),(0.2687538,0.9415442,-0.20314),(0.1697727,0.9835039,0.06242742),(0.2437998,0.8595021,-0.4492414),(0.1854777,0.8821409,-0.4329267),(0.1912439,0.9284536,-0.318433),(0.1425445,0.9350525,-0.324589),(0.1245711,0.897965,-0.4220676),(0.06095463,0.9076693,-0.415236),(0.09111014,0.9363255,-0.3391072),(0.03674739,0.9324695,-0.359375),(0.1163771,0.9788259,-0.1683935),(0.07464061,0.9758782,-0.2051597),(0.02776997,0.9681827,-0.2486986),(0.06707258,0.9976406,-0.01464409),(0.02548778,0.9967349,-0.07661571),(0.09925444,0.9942585,0.03998423),(0.1531715,0.9779077,-0.1422502),(0.1224,0.9890403,0.08256768),(0.01663384,0.9144339,-0.4043933),(0.01316874,0.9244282,-0.3811288),(0.0002682532,0.9263109,-0.3767599),(0.001472122,0.9241859,-0.3819402),(0.05016741,0.9387073,-0.3410453),(0.1268782,0.9521703,-0.2779816),(0.03879218,0.9284714,-0.3693724),(0.1107467,0.9370676,-0.3311185),(-0.003811748,0.9483824,-0.3171059),(0.02749679,0.9449394,-0.3260881),(0.08708066,0.9470526,-0.3090442),(0.01063863,0.978092,-0.207901),(0.05482085,0.9761197,-0.2102019),(-0.01060215,0.9834077,-0.1810994),(-0.004512194,0.957191,-0.289422),(-0.006396887,0.9907391,-0.135629),(0.1966395,0.9586779,-0.205596),(0.2164124,0.9655843,-0.1442663),(0.1741757,0.9451787,-0.2762249),(0.188976,0.9562765,-0.2232112),(0.1885389,0.977255,-0.09708598),(0.1135697,0.9914107,-0.06485909),(0.1567674,0.9714378,-0.1781365),(0.07798547,0.9863565,-0.1449796),(0.1429084,0.961697,-0.2339148),(0.1059019,0.9742591,-0.1990075),(0.02688161,0.9844129,-0.1738059),(-0.0266837,0.9884725,-0.1490306),(0.04768762,0.9864233,-0.1571458),(0.08703576,0.9808369,-0.1743094),(0.1371308,0.9522079,-0.2729382),(0.08996964,0.9767978,-0.1943493),(0.04045247,0.9987583,-0.02907968),(0.01962176,0.9994901,0.0251914),(0.003736307,0.9941976,-0.1075038),(-0.01446459,0.9986048,-0.05078708),(0.05468856,0.9942154,0.0924377),(0.1482784,0.974826,0.1665165),(0.02687822,0.9993874,0.0224087),(0.1303761,0.9854537,0.1090098),(-0.05678716,0.9936719,-0.09690891),(-0.009512364,0.9995062,-0.02995064),(0.1006526,0.9932799,0.05713293),(-0.04259307,0.9972147,-0.06122717),(0.0692962,0.9974957,0.01415325),(-0.0946883,0.989364,-0.1104224),(-0.04377505,0.988508,-0.1446912),(-0.08901846,0.9863615,-0.1384433),(0.2477412,0.94264,0.2237278),(0.3030816,0.919772,0.2493213),(0.2993928,0.9256325,0.2314484),(0.2389762,0.9532558,0.1849155),(0.3174237,0.9149253,0.2493066),(0.2922651,0.9291487,0.2264154),(0.2958532,0.9227878,0.2468475),(0.3170105,0.9143687,0.2518616),(0.3060365,0.9213187,0.2398197),(0.2823986,0.9375228,0.203229),(0.2929872,0.9227002,0.2505651),(0.2856499,0.9282561,0.2382114),(0.2883368,0.9333051,0.2140173),(0.2576509,0.9518951,0.1658661),(0.2160618,0.9659725,0.1421776),(0.1866907,0.9775524,0.09766211),(0.2532263,0.9484483,0.190584),(0.2264031,0.9619092,0.1532073),(0.238333,0.9514877,0.1945986),(0.2614501,0.9388114,0.2242254),(0.2109976,0.9704617,0.1169786),(0.2060357,0.9749045,0.08432446),(0.2206878,0.9668412,0.1285107),(0.2252026,0.9608267,0.1615419),(0.2417635,0.9506976,0.194228),(0.2507919,0.9424083,0.221292),(0.2387296,0.9571706,0.1638066),(0.2579309,0.9473833,0.1895694),(0.2585414,0.9418895,0.2144769),(0.2624292,0.9363827,0.2330631),(0.2673575,0.9328931,0.2413097),(0.271007,0.9316404,0.2420774),(0.207944,0.976538,0.05597328),(0.213641,0.976402,0.03157158),(0.2263903,0.9715261,0.06988962),(0.2218832,0.9701729,0.09763393),(0.2231133,0.9747272,0.01129172),(0.2363067,0.9716672,-0.004688396),(0.2439546,0.9693795,0.02810185),(0.2338684,0.9711627,0.04635422),(0.2469885,0.9658639,0.07812515),(0.2425438,0.9645765,0.1037526),(0.252227,0.9659278,0.05800944),(0.2604879,0.9617397,0.0848691),(0.26135,0.9593751,0.1062807),(0.2605446,0.9562985,0.1327019),(0.2395622,0.9617338,0.1329587),(0.2590562,0.9522847,0.1613806),(0.2444366,0.969456,-0.02014983),(0.2392443,0.9701158,-0.0404653),(0.244928,0.969528,-0.005073728),(0.2496974,0.9682422,0.01258419),(0.2215122,0.9727363,-0.06867605),(0.1918631,0.9754728,-0.1078957),(0.2081501,0.976176,-0.0612702),(0.2307525,0.972596,-0.0284676),(0.2366364,0.9715625,0.008340353),(0.2481351,0.9683465,0.02709231),(0.2205299,0.9752154,-0.01792619),(0.2287725,0.9732289,0.02211064),(0.2391316,0.9700869,0.04180293),(0.2488276,0.9669226,0.05608337),(0.253774,0.9663367,0.04233427),(0.2564321,0.9640907,0.06907699),(0.1504135,0.9755708,-0.1601167),(0.09566971,0.969529,-0.2255236),(0.1301067,0.9774377,-0.1663962),(0.1756212,0.978651,-0.1067683),(0.02558086,0.9525962,-0.30316),(-0.0604079,0.9183272,-0.3911855),(0.06978253,0.9682772,-0.239937),(-0.00610126,0.9451458,-0.3265918),(0.1605098,0.9810168,-0.1088242),(0.1105959,0.9780473,-0.1766127),(0.04616341,0.9645918,-0.2596761),(0.1471117,0.982565,-0.1136841),(0.09532545,0.9769287,-0.1911111),(0.1861581,0.9810822,-0.05313051),(0.1966752,0.9788625,-0.05609799),(0.2130714,0.9770017,-0.008274763),(-0.1506713,0.8628879,-0.4824135),(-0.2348345,0.7889817,-0.5677682),(-0.08919752,0.9027768,-0.4207588),(-0.1724079,0.8401537,-0.5142152),(-0.3149827,0.7009606,-0.6398751),(-0.3937723,0.6045794,-0.6924068),(-0.2576265,0.7580839,-0.5991139),(-0.3459387,0.6591635,-0.6677051),(-0.1066653,0.8851218,-0.4529702),(-0.1936701,0.8135296,-0.548326),(-0.2888987,0.7194999,-0.6315517),(-0.1256298,0.8639741,-0.4876125),(-0.2256538,0.7806482,-0.5828109),(-0.03953885,0.9221733,-0.3847508),(-0.02750523,0.9347896,-0.3541352),(0.03303427,0.9584444,-0.2833606),(-0.46196,0.5140942,-0.7227033),(-0.5124212,0.4455846,-0.7340837),(-0.4255836,0.5558289,-0.7140959),(-0.4885259,0.465275,-0.7381474),(-0.5510251,0.4052209,-0.729498),(-0.5823459,0.397679,-0.7090309),(-0.5419978,0.3966639,-0.7408751),(-0.5931392,0.3572178,-0.7215133),(-0.4576307,0.5061758,-0.7309995),(-0.5297186,0.4126981,-0.7409983),(-0.6035494,0.3403348,-0.7210411),(-0.5152369,0.451337,-0.7285779),(-0.6136201,0.3476114,-0.7089688),(-0.4216347,0.56409,-0.7099484),(-0.379679,0.6119334,-0.6938166),(-0.3270411,0.6769346,-0.6593965),(-0.5953097,0.4336787,-0.6764089),(-0.5692791,0.5179904,-0.6384413),(-0.6271787,0.3660145,-0.6875175),(-0.6202328,0.4359525,-0.652117),(-0.4848774,0.6395004,-0.5966014),(-0.3232236,0.7739841,-0.5444953),(-0.5530224,0.5583337,-0.618409),(-0.401131,0.7112036,-0.577307),(-0.6681271,0.3655981,-0.6480311),(-0.6180399,0.4795378,-0.6229528),(-0.4806552,0.6424483,-0.5968507),(-0.6746745,0.4095729,-0.6140555),(-0.5551374,0.571994,-0.6038586),(-0.7099762,0.3123368,-0.6311731),(-0.6582603,0.3172005,-0.6826984),(-0.6872454,0.2903622,-0.6658704),(-0.124295,0.8720502,-0.47337),(0.06191346,0.918421,-0.3907296),(-0.2014321,0.8352783,-0.5116007),(-0.006897909,0.9046516,-0.4260961),(0.2348782,0.922382,-0.3066655),(0.3991236,0.8877989,-0.2291581),(0.1816188,0.9250695,-0.3335584),(0.3675271,0.8973333,-0.2443702),(-0.08718345,0.8832018,-0.4608184),(0.1167582,0.9237687,-0.3647175),(0.3271629,0.906566,-0.2666505),(0.04170394,0.9162345,-0.3984658),(0.2778547,0.9141068,-0.2953057),(-0.1753839,0.8523529,-0.4926815),(-0.2863888,0.7894124,-0.5429638),(-0.3735186,0.735059,-0.5658377),(0.5183358,0.8372865,-0.1740088),(0.5629542,0.8121332,-0.1533694),(0.5052087,0.8444881,-0.1777752),(0.5596035,0.8152146,-0.1492286),(0.5427185,0.824312,-0.1611405),(0.4541962,0.8701661,-0.1910939),(0.5445079,0.8247496,-0.152641),(0.458461,0.8697844,-0.1824517),(0.5527437,0.8194923,-0.1513496),(0.5446885,0.8254141,-0.1483446),(0.4641159,0.8682179,-0.1754822),(0.5418283,0.8272313,-0.1486958),(0.4697009,0.8661886,-0.1705824),(0.5410883,0.8255926,-0.1600633),(0.4865184,0.8529845,-0.18899),(0.4612708,0.8626097,-0.2076869),(0.3246527,0.9182268,-0.226848),(0.1889982,0.9478201,-0.2567424),(0.3300395,0.9174072,-0.2223466),(0.1954011,0.9458764,-0.2591064),(0.04676886,0.9585153,-0.2811782),(-0.1021972,0.9484419,-0.3000229),(0.05375402,0.9551234,-0.2912899),(-0.09531493,0.9436594,-0.316894),(0.2085676,0.9429038,-0.2596769),(0.06770713,0.9518729,-0.2989205),(-0.08304855,0.9399927,-0.3309331),(0.08774175,0.9485958,-0.3040846),(-0.06613719,0.9372945,-0.342206),(0.2273925,0.9388628,-0.2585136),(0.3401984,0.9148864,-0.2173658),(0.3538154,0.9109448,-0.2121186),(-0.233377,0.9212223,-0.3112628),(-0.3227184,0.8921351,-0.3161455),(-0.2270477,0.9152734,-0.3327522),(-0.3169729,0.8852258,-0.340446),(-0.3741543,0.8711334,-0.3180178),(-0.3920981,0.8629369,-0.3187461),(-0.3689184,0.8633587,-0.3442542),(-0.3872892,0.854284,-0.3467073),(-0.309262,0.8798214,-0.3609315),(-0.3625261,0.8571203,-0.3659503),(-0.3817264,0.8473234,-0.3692263),(-0.3558181,0.8523446,-0.3832783),(-0.3764617,0.8419695,-0.3864762),(-0.3003119,0.8758484,-0.3777598),(-0.2173817,0.9107913,-0.3510047),(-0.2050703,0.9076806,-0.366145),(-0.3694441,0.8729408,-0.3185675),(-0.2917215,0.9032828,-0.3146091),(-0.365574,0.8630602,-0.3485438),(-0.2905162,0.8915614,-0.3474458),(-0.142635,0.9439721,-0.2976103),(0.09173057,0.9642649,-0.248553),(-0.1478822,0.9304072,-0.3353705),(0.07420171,0.9522656,-0.2961157),(-0.2878906,0.8821831,-0.3726552),(-0.1494307,0.9191667,-0.3644215),(0.06528392,0.9404641,-0.3335646),(-0.1482179,0.9109014,-0.3850847),(0.06423122,0.9302146,-0.3613517),(-0.2849917,0.875395,-0.3904657),(-0.360963,0.8551707,-0.3720063),(-0.3568192,0.8492656,-0.3891373),(0.3289412,0.9298128,-0.1650626),(0.4883806,0.8695214,-0.07360049),(0.3015053,0.9259604,-0.2273584),(0.4616858,0.8741097,-0.1509251),(0.5854315,0.8106532,0.0105573),(0.6416697,0.7628484,0.07951314),(0.5666493,0.8202372,-0.0782276),(0.6336547,0.7734872,-0.01412056),(0.4470231,0.8676122,-0.2177601),(0.5567994,0.814827,-0.1613423),(0.6311423,0.7674983,-0.1122753),(0.5616932,0.7930055,-0.2358874),(0.6428673,0.7368367,-0.2092687),(0.4470719,0.8517238,-0.2733003),(0.286633,0.9167408,-0.2782584),(0.2845247,0.9043779,-0.3180352),(0.6676735,0.7338572,0.1251634),(0.6672538,0.7318897,0.1382387),(0.6727968,0.738977,0.03546079),(0.689406,0.7218619,0.06028766),(0.6442537,0.7569611,0.1093038),(0.5979078,0.8011849,0.02468194),(0.6802179,0.7328917,-0.01317544),(0.6901234,0.7220564,0.04862439),(0.7438828,0.6655092,-0.06112194),(0.7181343,0.693888,-0.05293785),(0.7654566,0.6342121,-0.1088631),(0.8372505,0.4826683,-0.2569883),(0.8006104,0.5593556,-0.2148125),(0.7570811,0.6235874,-0.1948509),(0.6824893,0.7271817,-0.07358824),(0.7053227,0.6816418,-0.1946394),(0.5759539,0.8117115,-0.0969614),(0.634908,0.7444687,-0.2065385),(0.7528682,0.6243846,-0.2081663),(0.6919839,0.713021,-0.1129562),(0.761378,0.5960284,-0.2550559),(0.9063333,0.3770009,-0.1908672),(0.9304541,0.2994333,-0.2111752),(0.8420117,0.4762591,-0.2533644),(0.8932737,0.3399341,-0.2941211),(0.8442567,0.4682755,-0.2606699),(0.9388036,0.2210101,-0.2642013),(0.9253427,0.1464201,-0.3497172),(0.9058316,0.1986132,-0.3741949),(0.8889166,0.2860677,-0.3577605),(0.7971666,0.574077,-0.1869786),(0.8669077,0.3887401,-0.3120134),(0.9719296,0.2172414,-0.0903272),(0.9767702,0.20621,-0.0582892),(0.9688762,0.2200665,-0.1133566),(0.9713253,0.193906,-0.1375772),(0.9321606,0.3390298,-0.1270256),(0.6946356,0.6387895,-0.330801),(0.6057271,0.7016084,-0.3752872),(0.9051687,0.3846713,-0.1808248),(0.8603631,0.4429389,-0.2521517),(0.9509228,0.2440628,-0.1902081),(0.49281,0.7624999,-0.4192044),(0.3577618,0.8166523,-0.4528637),(0.7892481,0.5141683,-0.3357356),(0.9156441,0.2802387,-0.2882052),(0.9619391,0.1754953,-0.2094629),(0.9374278,0.1640765,-0.3070962),(0.2435092,0.8499441,-0.4672241),(-0.1301361,0.8859008,-0.4452465),(-0.2696823,0.8614545,-0.4303109),(0.09893852,0.8722303,-0.4789838),(-0.4278525,0.8276011,-0.3633437),(-0.6899303,0.6722975,-0.2683511),(-0.7511829,0.6176398,-0.2329066),(-0.5340621,0.7765776,-0.3342228),(-0.6249918,0.7211215,-0.2989466),(-0.3957426,0.8250479,-0.4033408),(-0.8028289,0.5638012,-0.1938919),(-0.8471081,0.509738,-0.1502497),(-0.700764,0.6649923,-0.2582922),(-0.5033354,0.7829013,-0.3656759),(-0.04737975,0.878367,-0.4756328),(-0.1849243,0.8711943,-0.4547784),(-0.872759,0.4535337,-0.1805518),(-0.9595782,0.258019,-0.1124099),(-0.899914,0.411313,-0.1448326),(-0.9712267,0.2249046,-0.07833646),(-0.9936997,0.09709914,-0.05596927),(-0.9991789,-0.04036711,-0.003456395),(-0.9975324,0.06619421,-0.02339628),(-0.9968883,-0.07352905,0.02841119),(-0.9804596,0.1941398,-0.03176046),(-0.9988952,0.03862756,0.02676409),(-0.9916124,-0.1021541,0.07917964),(-0.9809868,-0.1242094,0.1491202),(-0.9953017,0.01137144,0.09615278),(-0.9866225,0.1602914,0.02971322),(-0.9229482,0.3710157,-0.1025385),(-0.9433356,0.327839,-0.05137727),(-0.9907904,-0.128281,0.04334117),(-0.9883505,-0.1319484,0.07584696),(-0.9814122,-0.1597018,0.1064206),(-0.9839893,-0.1618373,0.07465803),(-0.9952253,-0.04769135,0.08515974),(-0.9897243,0.1321134,0.05469819),(-0.9860637,0.1488051,0.07440167),(-0.9917157,-0.06037885,0.1133768),(-0.9873079,-0.06917413,0.1429614),(-0.972318,-0.1827395,0.1456159),(-0.9813502,0.1701951,0.08936198),(-0.9743463,0.2023295,0.09854922),(-0.9828612,-0.06495806,0.1725236),(-0.962346,-0.1921484,0.1922741),(-0.974232,-0.1901699,0.1212746),(-0.9612609,-0.2066148,0.1824497),(-0.9394473,0.3423811,-0.01462649),(-0.8303406,0.5464636,-0.1091431),(-0.7929226,0.5975828,-0.1190319),(-0.9224657,0.3859616,-0.009518331),(-0.600084,0.7696049,-0.2181913),(-0.1345095,0.9442386,-0.3005341),(-0.08266893,0.9407861,-0.3287663),(-0.5435778,0.8043455,-0.2398988),(-0.4797818,0.8369827,-0.2631908),(-0.7473275,0.6504685,-0.1356184),(-0.02751989,0.9357421,-0.3516095),(0.02971911,0.9293811,-0.3679234),(-0.4095905,0.8664187,-0.2855772),(-0.6926678,0.7039983,-0.1568367),(-0.9006265,0.4344198,-0.01230849),(-0.8718432,0.4892656,-0.02255155),(0.3398917,0.893753,-0.29271),(0.5711936,0.7785584,-0.2599703),(0.588632,0.7529204,-0.2943183),(0.3694254,0.8705298,-0.3251195),(0.6745197,0.6983637,-0.239398),(0.7193022,0.6560563,-0.228461),(0.721249,0.6398231,-0.2653794),(0.6842386,0.6754053,-0.2750365),(0.6931507,0.6554179,-0.2999492),(0.6062001,0.7290136,-0.3179005),(0.7212383,0.6278194,-0.2926743),(0.7202802,0.6202476,-0.3106272),(0.701545,0.6393594,-0.3147287),(0.6235524,0.7081201,-0.3312828),(0.4002702,0.8477709,-0.3479485),(0.4315069,0.8265887,-0.361321),(0.7288225,0.6475453,-0.2224923),(0.7060235,0.6723669,-0.2223818),(0.6959995,0.6703147,-0.2574156),(0.723598,0.6395737,-0.2595216),(0.64604,0.7275742,-0.2307988),(0.5398279,0.8041978,-0.2487002),(0.5270057,0.8034424,-0.2770294),(0.6332207,0.7280692,-0.2625774),(0.6165683,0.731902,-0.2901086),(0.6820943,0.6727327,-0.2866673),(0.5114823,0.8045628,-0.3017691),(0.4945194,0.8071047,-0.3225409),(0.597838,0.738065,-0.3128095),(0.6661016,0.6785571,-0.3096268),(0.7152021,0.6364585,-0.2888019),(0.7052046,0.6375707,-0.3101454),(0.4149746,0.8700474,-0.2661082),(0.310787,0.9094107,-0.2763758),(0.4046997,0.8665517,-0.2920726),(0.3040466,0.9036748,-0.3015422),(0.2306959,0.9310021,-0.2828684),(0.1744217,0.9414514,-0.2885246),(0.228178,0.9235278,-0.3082715),(0.176761,0.9326099,-0.3146335),(0.2968059,0.8990018,-0.322028),(0.2250601,0.9178802,-0.3268699),(0.1775931,0.9270242,-0.3302831),(0.2186698,0.914959,-0.3391662),(0.1722965,0.9258727,-0.3362642),(0.2880082,0.8959746,-0.3380544),(0.3931924,0.8640667,-0.3143061),(0.3807185,0.8627493,-0.3327416),(0.1364903,0.9459956,-0.2940456),(0.1121051,0.9487936,-0.2953356),(0.1401503,0.9365402,-0.3213258),(0.1091855,0.9396935,-0.3241212),(0.1010265,0.9530909,-0.2853268),(0.1032168,0.9610152,-0.2565075),(0.08345202,0.9453055,-0.3153304),(0.06267667,0.955923,-0.2868499),(0.1026284,0.9378031,-0.3316517),(0.06155669,0.94563,-0.319366),(0.01738412,0.9572242,-0.2888244),(0.03165029,0.9541262,-0.2977272),(-0.03228924,0.9644333,-0.2623469),(0.08674226,0.9438998,-0.318636),(0.1411061,0.9323102,-0.3329968),(0.1333992,0.9345171,-0.3299732),(0.08251818,0.9743506,-0.2093601),(-0.003728612,0.9884378,-0.1515818),(0.01891261,0.9712551,-0.2372885),(-0.08243869,0.9814695,-0.1729782),(-0.1715038,0.9809715,-0.09100225),(-0.4226012,0.9056602,-0.0344642),(-0.4938954,0.8688094,-0.03517901),(-0.2546909,0.9615536,-0.1027001),(-0.3389695,0.9356324,-0.09844588),(-0.1650006,0.97124,-0.1716612),(-0.5634257,0.8257289,-0.02689672),(-0.6260977,0.7796754,-0.0103931),(-0.416139,0.9058513,-0.07913114),(-0.2433579,0.9585682,-0.1480681),(-0.04953978,0.9700205,-0.2379204),(-0.1178149,0.9703149,-0.2112073),(-0.660266,0.7508836,0.01492212),(-0.8240383,0.5634162,0.05935352),(-0.8597013,0.5055051,0.07333715),(-0.7121344,0.7016594,0.02320732),(-0.929913,0.3537797,0.1005073),(-0.9834542,0.1165178,0.1387137),(-0.9870099,0.04182225,0.1551205),(-0.950588,0.2874497,0.1172817),(-0.9663279,0.2191502,0.1348462),(-0.8915675,0.4440309,0.08912801),(-0.9845829,-0.03222265,0.171925),(-0.9762983,-0.1048527,0.1893343),(-0.9767504,0.149771,0.1533861),(-0.9186906,0.3802742,0.1067666),(-0.7610949,0.6476586,0.03567748),(-0.8049365,0.5910758,0.05202418),(-0.9762654,-0.1303377,0.1729679),(-0.9088155,-0.3672283,0.1979844),(-0.8745967,-0.438694,0.2064656),(-0.960193,-0.2083752,0.1860351),(-0.7760007,-0.5982223,0.1998824),(-0.5627428,-0.8106803,0.1616103),(-0.5166269,-0.839967,0.1659885),(-0.7297422,-0.6523452,0.2047489),(-0.6829019,-0.6997991,0.2095858),(-0.8363929,-0.5041346,0.2151633),(-0.4738573,-0.8641297,0.169526),(-0.4364454,-0.8829574,0.1729206),(-0.6370202,-0.7403343,0.2147337),(-0.7953255,-0.5631596,0.2242957),(-0.9382657,-0.2826788,0.199375),(-0.9111373,-0.3526749,0.2131879),(-0.3243584,-0.9406155,0.1001703),(-0.1539495,-0.9865977,0.05407866),(-0.129783,-0.9897197,0.06009439),(-0.2890232,-0.9514385,0.1059736),(-0.05349502,-0.9981682,0.02825738),(-0.009918594,-0.9997858,0.01816459),(-0.03916863,-0.9986675,0.03360114),(-0.005417648,-0.9997151,0.02324755),(-0.03240418,-0.9989097,0.03360537),(-0.1130464,-0.9916471,0.06210107),(-0.007298481,-0.9997194,0.02253763),(-0.034116,-0.9990035,0.02877856),(-0.01492352,-0.9997644,0.01576435),(-0.1056158,-0.9925305,0.06106311),(-0.2598094,-0.9594361,0.1094602),(-0.2389823,-0.9645821,0.1116644),(0.0003093596,-0.9999241,0.0123223),(-0.005446308,-0.9999844,0.001254163),(-0.02370188,-0.9996732,0.009573213),(-0.006000063,-0.9998135,0.01835584),(-0.02797553,-0.9994729,-0.01646732),(-0.06809836,-0.9967813,-0.04230328),(-0.1140712,-0.9931424,-0.025612),(-0.05943636,-0.9982216,-0.004564652),(-0.09139428,-0.9957877,0.007341824),(-0.04418012,-0.9989074,0.01523089),(-0.1595646,-0.9871649,-0.006684657),(-0.2031247,-0.9790597,0.01350726),(-0.1212411,-0.9924614,0.01791229),(-0.0640711,-0.9978029,0.01686104),(-0.01662798,-0.999671,0.01952799),(-0.02944655,-0.9994564,0.01482599),(-0.1418599,-0.9876372,-0.06669832),(-0.2776033,-0.9581644,-0.06969474),(-0.341764,-0.938723,-0.0446808),(-0.1998128,-0.9787828,-0.04537675),(-0.5059461,-0.8622608,-0.02291071),(-0.8150828,-0.5704811,0.1009513),(-0.8601133,-0.4940108,0.1271162),(-0.5689339,-0.8223684,0.004934894),(-0.6288795,-0.776835,0.03221554),(-0.4040864,-0.9145506,-0.01765014),(-0.899487,-0.4105669,0.1495254),(-0.9329271,-0.3181746,0.1685587),(-0.6873333,-0.7239298,0.05914765),(-0.4656889,-0.8848776,0.01120602),(-0.2566984,-0.9662628,-0.02102848),(-0.3125044,-0.9498986,0.005800073),(-0.9694185,-0.129044,0.2087471),(-0.9442954,0.2306618,0.2347365),(-0.9135386,0.3360198,0.2292118),(-0.9747316,-0.02330346,0.2221604),(-0.8296344,0.5126117,0.2212148),(-0.6337544,0.7479861,0.1971596),(-0.5726927,0.8043878,0.1580613),(-0.7762487,0.5989011,0.1968639),(-0.7133071,0.6792845,0.1725269),(-0.8699479,0.4415354,0.2196298),(-0.5092915,0.8516017,0.1240828),(-0.4461345,0.889707,0.09687883),(-0.643094,0.7508997,0.1502658),(-0.8135249,0.5432726,0.2074422),(-0.969126,0.08848207,0.2301427),(-0.9506227,0.2047888,0.2331909),(-0.4042975,0.8994961,0.1656811),(-0.234219,0.9635647,0.1291686),(-0.18793,0.9781284,0.08914715),(-0.3488626,0.9292577,0.1215532),(-0.128101,0.9874126,0.09277169),(-0.07347445,0.9954377,0.06087028),(-0.04601421,0.9982331,0.03759346),(-0.0909451,0.9939933,0.06088004),(-0.06300781,0.9973105,0.03744161),(-0.1500353,0.9869576,0.05834451),(-0.02663919,0.9994169,0.02135703),(-0.01385798,0.9998318,0.01201553),(-0.04311904,0.9988208,0.02230933),(-0.1200825,0.9920796,0.03685555),(-0.2982495,0.9506125,0.08592486),(-0.2534102,0.965526,0.0595216),(-0.04509655,0.9983078,0.0367132),(-0.02414194,0.9994927,0.02077295),(-0.01272757,0.9998677,0.01012876),(-0.02686301,0.9994243,0.02072087),(-0.01058833,0.9998852,0.01083933),(-0.004310506,0.9999799,0.004649155),(0.0008939338,0.9999985,-0.001508292),(-0.003517257,0.9999877,0.003504863),(0.002243492,0.9999949,-0.002276798),(-0.005007828,0.9999828,0.003031649),(0.007272418,0.9999388,-0.008328097),(0.008855369,0.9999402,-0.00641433),(0.01727653,0.999728,-0.01566306),(0.0009254651,0.9999995,-0.000495012),(-0.01459462,0.9998425,0.01009362),(-0.0065998,0.9999668,0.004772752),(-6.792034e-5,1,9.044082e-5),(0.007378285,0.9999602,-0.005003835),(0.005672785,0.9999593,-0.007014337),(0.01599174,0.9997593,-0.01501887),(0.01809099,0.9997511,-0.01305799),(0.03209692,0.9991319,-0.02655567),(0.03191862,0.9991049,-0.02775992),(0.05349647,0.9974338,-0.04758107),(0.03011804,0.9990793,-0.0305533),(0.05292851,0.9973359,-0.05019553),(0.08346325,0.9934475,-0.07807542),(0.08337881,0.9932857,-0.08019674),(0.1236762,0.9853004,-0.1178451),(0.05232233,0.9973052,-0.05142574),(0.01493585,0.9997405,-0.01719633),(0.03035274,0.9990807,-0.03027481),(0.06429438,0.9968516,-0.04640309),(0.1308357,0.9888329,-0.07135441),(0.09300673,0.9928578,-0.07472124),(0.1637552,0.9807937,-0.1059617),(0.2335619,0.9672823,-0.09906449),(0.3707463,0.9201133,-0.1262486),(0.2667694,0.9541359,-0.135863),(0.3995732,0.9030379,-0.1576827),(0.2016447,0.9678215,-0.1505359),(0.2982319,0.9373147,-0.1802745),(0.4176772,0.8879811,-0.1924458),(0.3244466,0.9168869,-0.2324929),(0.4197323,0.8774963,-0.2320024),(0.2430772,0.9481434,-0.2047871),(0.1300778,0.9849924,-0.1134442),(0.1760078,0.9709182,-0.1622936),(0.4981961,0.85367,-0.1518168),(0.5797586,0.7950343,-0.1783266),(0.5212581,0.8364431,-0.1692721),(0.59952,0.780831,-0.1757236),(0.6230237,0.7542548,-0.2072222),(0.636395,0.7387524,-0.2219148),(0.6421302,0.7448259,-0.1813926),(0.6556686,0.7324361,-0.1834015),(0.5985743,0.784585,-0.1616644),(0.6388924,0.7576565,-0.133316),(0.6514973,0.7495754,-0.1169953),(0.6009169,0.7968365,-0.06285196),(0.6097228,0.7923191,-0.02164637),(0.5675461,0.8116981,-0.1379769),(0.5267318,0.829914,-0.1838381),(0.5074267,0.8386391,-0.1979961),(-0.0008578475,-0.9999996,-0.0004009042),(-0.0007972087,-0.9999996,-0.000437583),(-0.0006598174,-0.9999996,-0.0004862322),(-0.0007616205,-0.9999996,-0.0006069026),(-0.0006806968,-0.9999995,-0.0005586469),(-0.0007904448,-0.9999995,-0.0006204335),(-0.0004943057,-0.9999998,-0.000482394),(-0.0003084236,-0.9999999,-0.000415117),(-0.0005528911,-0.9999998,-0.000468739),(-0.0003799086,-0.9999998,-0.0003345796),(-0.0006027472,-0.9999996,-0.0005858075),(-0.0005322148,-0.9999997,-0.0004233044),(-0.0004018794,-0.9999999,-0.0002387732),(-0.0004305329,-0.9999998,-0.0003453469),(-0.0003692435,-0.9999999,-0.0001239455),(-0.0004266111,-0.9999998,-0.0005689616),(-0.0006115425,-0.9999995,-0.0007813826),(-0.0006171602,-0.9999996,-0.0007214748),(-0.0003658581,-0.9999996,-0.0007834286),(-0.000323467,-0.9999996,-0.0008862902),(-0.0001292116,-0.9999999,-0.0002993396),(2.702166e-5,-1,-0.000165042),(-0.0001973118,-1,-0.0001839464),(-3.541635e-5,-1,-5.15256e-5),(0.0001743222,-1,-3.127423e-5),(0.0003271913,-0.9999999,8.209037e-5),(0.0001146211,-0.9999999,5.054556e-5),(0.000261563,-1,0.0001096113),(-0.0001091298,-1,6.254077e-5),(1.931111e-5,-1,0.0001410469),(0.0001397931,-1,0.0001658948),(-9.158887e-5,-1,0.0002548032),(-1.192263e-5,-1,0.0002704268),(-0.0001798156,-0.9999999,0.000186917),(-0.0002484756,-0.9999999,-6.559826e-5),(-0.000273388,-1,6.213661e-5),(0.0004678136,-0.9999999,0.0001477225),(0.000562569,-0.9999998,0.0001594165),(0.0004032227,-0.9999999,0.0001197665),(0.0005233921,-0.9999998,9.401351e-5),(0.0005951137,-0.9999999,0.0001391307),(0.0005488583,-0.9999998,0.0001090398),(0.0006028502,-0.9999998,5.772174e-5),(0.0006226277,-0.9999998,3.662873e-5),(0.0003880386,-0.9999999,0.0001132263),(0.0004992908,-0.9999999,8.300634e-5),(0.0005794103,-0.9999999,8.114396e-5),(0.0003021198,-0.9999999,0.0002288234),(0.0004211428,-0.9999999,0.0002453011),(0.0001834802,-0.9999999,0.0002371133),(0.000262537,-1,0.0001484863),(7.545445e-5,-0.9999999,0.0002556851),(0.0004306658,-0.9999999,9.500283e-5),(0.0002607151,-1,0.0001047919),(0.0005682851,-0.9999998,4.405572e-5),(0.000440968,-0.9999999,7.139121e-5),(4.900611e-5,-1,0.0001242908),(-0.0001943088,-1,0.0001394576),(0.0002529342,-1,0.0001009124),(1.673761e-5,-1,0.0001153591),(0.0005236325,-0.9999998,0.0001318602),(0.0003775456,-0.9999999,0.0001479448),(0.0001663785,-1,0.0001384386),(0.0003971416,-0.9999999,0.0002482358),(0.0002322394,-0.9999999,0.0001942687),(0.0004859742,-0.9999998,0.0002713508),(0.0005943598,-0.9999999,0.0001046882),(0.000495207,-0.9999998,0.0002687265),(-0.0004011889,-0.9999999,0.0001760256),(-0.0005025252,-0.9999999,0.0002574249),(-0.0001980096,-1,0.0001382096),(-0.0003231526,-0.9999999,0.0001949702),(-0.0004846624,-0.9999999,0.000366224),(-0.0003336431,-0.9999999,0.0004853685),(-0.0003479128,-0.9999999,0.0002722545),(-0.0002616555,-0.9999999,0.0003566279),(-0.0001748598,-1,0.0001540314),(-0.0002274971,-0.9999999,0.0001975833),(-0.0001898986,-0.9999999,0.0002500763),(-0.0001309491,-1,0.0001369488),(-0.0001237732,-1,0.0001613364),(-6.871872e-5,-1,0.000127717),(-4.056145e-5,-1,0.000130715),(5.498425e-5,-1,0.0001434662),(-0.0001683786,-0.9999999,0.0005263452),(-0.0001304259,-0.9999999,0.0004293),(-0.0001571889,-0.9999999,0.0003837614),(-0.0001488714,-0.9999999,0.0003165913),(-0.0002511688,-0.9999999,0.0002346486),(-0.0005623557,-0.9999998,-1.718774e-5),(-0.0002689521,-0.9999999,0.0001964173),(-0.0005495696,-0.9999998,6.457175e-5),(-0.0001322863,-1,0.000226333),(-0.0002266617,-1,0.0001655904),(-0.0004411557,-0.9999999,0.000121108),(-0.00015187,-1,0.0001218696),(-0.0002840327,-1,0.0001192672),(-9.475161e-5,-0.9999999,0.0001474463),(-0.000129616,-1,0.0002666337),(-9.218845e-5,-1,0.0001693526),(-0.006771649,-0.9999691,-0.004005372),(-0.02492144,-0.9995751,-0.01511687),(-0.006350629,-0.9999748,-0.003147988),(-0.0236458,-0.9996509,-0.01178226),(-0.05570198,-0.9979124,-0.03268323),(-0.09974684,-0.9934409,-0.05590634),(-0.05372136,-0.99826,-0.02431105),(-0.09780368,-0.9944388,-0.03906038),(-0.02036698,-0.9997558,-0.008571723),(-0.04686866,-0.9987593,-0.01683461),(-0.08631059,-0.9959522,-0.02509157),(-0.03765114,-0.9992187,-0.01202018),(-0.06972309,-0.9974197,-0.01710278),(-0.01622481,-0.9998485,-0.006292729),(-0.005383999,-0.9999828,-0.002297519),(-0.004200077,-0.9999897,-0.001686277),(-0.1450663,-0.9863882,-0.0774212),(-0.1776122,-0.9797,-0.09296177),(-0.1475275,-0.9877486,-0.05087502),(-0.1916491,-0.9796941,-0.05890776),(-0.1937106,-0.9751108,-0.1078661),(-0.1895769,-0.9735448,-0.1275589),(-0.2253913,-0.9717521,-0.06997579),(-0.2440977,-0.9654663,-0.09105585),(-0.1850703,-0.9820707,-0.03586325),(-0.2327387,-0.971409,-0.04687648),(-0.2730886,-0.9593945,-0.07060463),(-0.2197382,-0.9747102,-0.04068589),(-0.2774552,-0.958501,-0.06553046),(-0.1635346,-0.9861537,-0.02752092),(-0.1346803,-0.99041,-0.03081188),(-0.1123931,-0.9934366,-0.02124834),(-0.1576209,-0.9758188,-0.1514375),(-0.09216386,-0.9805809,-0.1731097),(-0.2353332,-0.9644532,-0.1202018),(-0.188742,-0.9705113,-0.1499478),(0.007187508,-0.9824451,-0.1864136),(0.1402812,-0.9726051,-0.1853657),(-0.1027353,-0.978945,-0.1763861),(0.02537081,-0.9802666,-0.1960452),(-0.2680077,-0.9539892,-0.1344491),(-0.2069413,-0.9643194,-0.1651162),(-0.1023335,-0.9755476,-0.1945113),(-0.2924897,-0.9452465,-0.1447714),(-0.2225194,-0.9599783,-0.1700789),(-0.3229191,-0.9386897,-0.1207687),(-0.2895694,-0.9516399,-0.1026208),(-0.3175437,-0.9434666,-0.0950615),(0.2753957,-0.9432269,-0.1856887),(0.3763672,-0.9034542,-0.2052273),(0.1704738,-0.9602956,-0.2208417),(0.2970521,-0.9188467,-0.2597707),(0.4378961,-0.8669513,-0.2379961),(0.4569535,-0.8456347,-0.2758542),(0.3932825,-0.868836,-0.300754),(0.4522753,-0.8278236,-0.3318963),(0.164587,-0.945842,-0.2798102),(0.2871954,-0.9021739,-0.3218713),(0.386298,-0.8560898,-0.3433426),(0.1282185,-0.949426,-0.2866185),(0.2569002,-0.9180573,-0.3019488),(-0.001391028,-0.9685096,-0.2489724),(0.0303111,-0.9722413,-0.232009),(-0.1207384,-0.971295,-0.2049591),(0.4492839,-0.8418559,-0.2990361),(0.4330552,-0.8515737,-0.295441),(0.4817606,-0.8070689,-0.341389),(0.4936453,-0.8056878,-0.3273857),(0.4111598,-0.870371,-0.2709275),(0.3871381,-0.8927288,-0.2305632),(0.492872,-0.8177238,-0.2973298),(0.4842917,-0.8362513,-0.2571876),(0.498576,-0.8052648,-0.3208904),(0.5228612,-0.7999994,-0.2943081),(0.5357344,-0.8008993,-0.2674866),(0.4924867,-0.8258097,-0.2747641),(0.5313917,-0.8001443,-0.278194),(0.4392951,-0.852493,-0.2833293),(0.455731,-0.8225276,-0.3402317),(0.3636008,-0.8833702,-0.2957223),(0.3538598,-0.9157419,-0.1902633),(0.3060139,-0.9372678,-0.1669869),(0.4608517,-0.8587726,-0.223887),(0.4160245,-0.8836157,-0.2148185),(0.2518893,-0.9532673,-0.166833),(0.1994736,-0.9601289,-0.1958642),(0.3562802,-0.9040614,-0.2360876),(0.2887681,-0.9110812,-0.2941838),(0.5037752,-0.8182676,-0.2768551),(0.4529341,-0.8269117,-0.3332682),(0.3815618,-0.81817,-0.4301262),(0.5162515,-0.7129377,-0.4745568),(0.4497583,-0.6514156,-0.6110443),(0.5495314,-0.748034,-0.3721027),(0.5318919,-0.8070127,-0.256557),(0.5531219,-0.77442,-0.3071316),(0.1656583,-0.954549,-0.2477773),(0.1627286,-0.9355541,-0.3134611),(0.2372959,-0.8949924,-0.3777291),(0.2213073,-0.852524,-0.473525),(0.1885331,-0.9001205,-0.3927319),(0.2423716,-0.8407455,-0.4841517),(0.2372449,-0.7785027,-0.5810754),(0.280373,-0.6624588,-0.6946505),(0.2863966,-0.6865457,-0.6683052),(0.2852813,-0.5507056,-0.7844349),(0.3036326,-0.3634401,-0.8807487),(0.3051765,0.07541103,-0.9493053),(0.3128634,-0.1612417,-0.9360115),(0.3332644,-0.375759,-0.8647196),(0.3170606,-0.7738274,-0.548328),(0.3777891,-0.5413356,-0.7511532),(0.3132182,-0.7450949,-0.5888361),(0.3821614,-0.6050761,-0.6984524),(0.3870516,-0.2833033,-0.8774567),(0.3372102,-0.4943591,-0.8011855),(0.4369413,-0.4254143,-0.7925306),(0.4709091,-0.2213949,-0.853949),(0.4248493,0.1616841,-0.8907083),(0.4170938,-0.05659739,-0.9070995),(0.33921,0.2988339,-0.8919836),(0.3414191,0.09232084,-0.9353662),(0.3186852,0.4754412,-0.8199972),(0.2602055,0.6187975,-0.7412035),(0.2165328,0.7301251,-0.6480978),(0.2860526,0.4775249,-0.830749),(0.3270433,-0.1375033,-0.9349521),(0.2988005,0.296767,-0.9069992),(0.4894805,-0.008491635,-0.8719728),(0.4982191,0.2025875,-0.8430516),(0.3985968,0.5394828,-0.7416731),(0.4167458,0.3614153,-0.8340875),(0.4935249,0.4021373,-0.7711802),(0.4721052,0.5768349,-0.6666169),(0.3719555,0.6896525,-0.6213119),(0.3384037,0.8058931,-0.4858181),(0.2532968,0.7468215,-0.614897),(0.2205197,0.8426878,-0.4911703),(0.1909842,0.9114902,-0.3642947),(0.09127925,0.9293656,-0.3576978),(0.06907786,0.962162,-0.2635767),(0.123957,0.8816951,-0.4552456),(0.2872048,0.6239959,-0.7267342),(0.1664798,0.8163067,-0.5531074),(0.4423766,0.7137254,-0.5430459),(0.4164583,0.8092277,-0.4143826),(0.3077011,0.8858126,-0.3473556),(0.2897306,0.9328033,-0.2143226),(0.398371,0.8683811,-0.2953216),(0.3900123,0.8993316,-0.1977203),(0.2868308,0.953223,-0.09536206),(0.2996883,0.9540364,0.001308417),(0.1694945,0.9778229,-0.1230201),(0.1861561,0.9824104,-0.014684),(0.2221742,0.9717646,0.07944999),(0.1041138,0.9945649,-0.0009821622),(0.1566318,0.9841698,0.08292372),(0.07253673,0.9935872,-0.08673371),(0.1717305,0.9552821,-0.240717),(0.06139591,0.9828479,-0.1738986),(0.3791757,0.9162444,-0.1293133),(0.352158,0.931955,-0.08628302),(0.3069935,0.9493586,0.06688257),(0.2869667,0.9523215,0.1036039),(0.3058588,0.9504756,-0.05519535),(0.2358366,0.9715141,-0.02326602),(0.236608,0.9635768,0.1246453),(0.1509282,0.9783409,0.1416675),(0.2354222,0.9531348,0.1900271),(0.1829869,0.9598501,0.2126111),(0.08683816,0.9709827,0.2228265),(0.1391673,0.9619352,0.2351877),(0.04295998,0.9687748,0.2441923),(0.1897372,0.9602417,0.204782),(0.2480071,0.9573025,0.1485412),(0.1957082,0.9684506,0.1542784),(0.16068,0.9867227,0.02367113),(0.1046694,0.990431,0.08994866),(0.05983067,0.9834073,0.171261),(-0.0001803004,0.97518,0.2214136),(0.07221837,0.9837087,0.1646264),(0.06708071,0.9695199,0.2356505),(-0.02547719,0.9587922,0.282964),(-0.01377326,0.9381821,0.345868),(-0.07175071,0.9610086,0.2670474),(-0.08821536,0.9464408,0.310593),(-0.06185314,0.9300946,0.362075),(-0.1115774,0.9564961,0.2695656),(-0.07615223,0.9502341,0.3020861),(-0.1044403,0.9623716,0.2508646),(-0.01295765,0.97152,0.2366031),(-0.05341573,0.9683626,0.2437631),(0.076452,0.9541214,0.2894951),(0.08578921,0.9435023,0.3200682),(0.01593577,0.9181266,0.3959668),(0.0437204,0.9036968,0.4259348),(0.09489507,0.9394335,0.3293323),(0.1035679,0.9422019,0.3186369),(0.06976502,0.8963867,0.4377483),(0.09428337,0.896571,0.4327484),(0.02562578,0.8972496,0.4407795),(0.06360278,0.8855958,0.4600813),(0.09839444,0.878674,0.467173),(0.06670433,0.9115576,0.4057257),(0.1040996,0.896143,0.4313827),(0.02460428,0.9266776,0.375051),(-0.01605593,0.912646,0.4084354),(-0.02283265,0.9400899,0.340161),(0.1060782,0.9516393,0.2883228),(0.09599309,0.9658917,0.2404964),(0.1101491,0.9051412,0.410593),(0.1094228,0.9217347,0.3720644),(0.07199188,0.9811126,0.1795419),(0.0334153,0.9933887,0.1098287),(0.09083989,0.9430662,0.3199598),(0.05358508,0.9649799,0.2567926),(0.1265607,0.8885068,0.4410647),(0.1109302,0.906089,0.4082856),(0.07482686,0.928892,0.3627127),(0.1195598,0.884157,0.4516323),(0.08591654,0.8977381,0.4320701),(0.1341541,0.8795404,0.4565209),(0.1221852,0.878942,0.4610116),(0.129165,0.8840126,0.4492638),(-0.0008096338,0.9991391,0.04147817),(-0.01234229,0.9998104,-0.01505887),(0.01631764,0.9814737,0.1909004),(-0.00240852,0.9912337,0.1320983),(-0.002745676,0.9984757,-0.05512465),(0.02583553,0.9969195,-0.07405542),(-0.003613831,0.9963627,0.08513646),(0.01098858,0.9984515,0.0545334),(0.01233615,0.9661909,0.2575322),(0.002906099,0.9775237,0.2108054),(0.006407594,0.9846906,0.1741934),(0.01120595,0.9465813,0.3222705),(0.007912846,0.9584155,0.2852665),(0.02455389,0.9318146,0.362103),(0.03604945,0.9501435,0.3097222),(0.04916428,0.9151317,0.4001461),(0.04737072,0.995855,-0.07764545),(0.03819886,0.9962512,-0.07761734),(0.02103189,0.9991322,0.03595418),(0.007991082,0.999772,0.01980039),(-7.94962e-5,0.9967395,-0.08068661),(-0.06579308,0.9934785,-0.09312209),(-0.08166873,0.9961972,-0.03035312),(-0.02676465,0.9996418,-0.0002518573),(-0.00637903,0.9931265,0.1168716),(-0.0351904,0.9959137,0.08317094),(-0.07735077,0.9962606,0.03849433),(-0.02790828,0.9851127,0.1696293),(-0.05546726,0.9919897,0.1134889),(-0.007582026,0.9768665,0.2137158),(0.007842634,0.9893535,0.1453207),(0.004619259,0.9680529,0.2507038),(-0.1172998,0.9875325,-0.1049785),(-0.1158285,0.9881123,-0.101083),(-0.1152043,0.9900898,-0.08031348),(-0.1218891,0.9906028,-0.06204103),(-0.06187928,0.9952555,-0.0750834),(0.04524771,0.9987957,-0.01897054),(-0.06328935,0.9950182,-0.07702831),(0.0328493,0.9985497,-0.04265469),(-0.04768194,0.9965709,-0.0676228),(-0.09494035,0.9942847,-0.04882928),(0.0335458,0.9978402,-0.0564782),(-0.01567109,0.9987735,-0.04696638),(0.04866147,0.9970047,-0.06011312),(-0.05674199,0.998367,-0.006623828),(-0.1056417,0.9943511,-0.0102849),(-0.07095017,0.996206,0.05039482),(0.1577273,0.9859891,0.0542924),(0.2298024,0.9655068,0.1224231),(0.1337965,0.9908993,0.01472886),(0.2026998,0.976263,0.07631049),(0.2666947,0.9473598,0.1771533),(0.2749605,0.9378,0.2119617),(0.2437334,0.9607887,0.1322078),(0.2622895,0.9491694,0.1740163),(0.1805836,0.9831124,0.02965624),(0.2230251,0.9714634,0.08073862),(0.2499206,0.9601586,0.1250407),(0.2083976,0.977734,0.02462907),(0.2402222,0.9684708,0.06601245),(0.1677586,0.9857069,-0.01546259),(0.1185592,0.9927596,-0.01928891),(0.1154455,0.9922299,-0.04639131),(0.2721187,0.9349017,0.227838),(0.2721223,0.9343553,0.2300646),(0.2710327,0.9415931,0.1998592),(0.279599,0.9363006,0.2125219),(0.2740494,0.9359095,0.2212927),(0.2768722,0.939,0.2040118),(0.2947085,0.9332336,0.2054801),(0.2876543,0.9335544,0.2138485),(0.2849576,0.9414447,0.1802248),(0.2987421,0.9348549,0.1918319),(0.3102677,0.9307326,0.1935737),(0.3221582,0.9317,0.1677769),(0.3063687,0.9392487,0.154758),(0.2879571,0.9483854,0.132838),(0.2687717,0.9501256,0.1581868),(0.2661626,0.9584169,0.1029295),(0.2792131,0.9430556,0.1807932),(0.279545,0.9475991,0.1546309),(0.2987687,0.9395275,0.1674078),(0.2991124,0.9352887,0.1891213),(0.2765403,0.9523277,0.1288313),(0.2689523,0.9572219,0.1067274),(0.2781282,0.9528031,0.1217006),(0.2922368,0.9454767,0.1437763),(0.3074786,0.9395253,0.1508279),(0.3167951,0.9330281,0.1705859),(0.2879314,0.9488132,0.1298039),(0.2982302,0.9454561,0.1310401),(0.3212641,0.9350836,0.1496931),(0.3321516,0.92891,0.1637119),(0.3172724,0.9299364,0.1858937),(0.3321027,0.9276873,0.1705982),(0.2585272,0.9617425,0.09063703),(0.2483104,0.9654338,0.07924431),(0.2485618,0.9640333,0.0941102),(0.261455,0.959488,0.1049962),(0.2397638,0.9684013,0.06864592),(0.2343327,0.9706039,0.0549202),(0.2392261,0.9679273,0.0767311),(0.240736,0.9667926,0.08578061),(0.2432553,0.9654287,0.09367113),(0.2508046,0.9627394,0.1011425),(0.244211,0.9657326,0.08787286),(0.2499231,0.9642003,0.08863664),(0.2484386,0.9641958,0.09276109),(0.256193,0.9613565,0.1007918),(0.2660053,0.957388,0.1124692),(0.2729156,0.9553362,0.1133576),(0.2260222,0.9735878,0.03226195),(0.2079908,0.9781224,-0.004063281),(0.2271556,0.9732782,0.03361322),(0.2371334,0.9695511,0.06114377),(0.1799364,0.982084,-0.05598143),(0.1416148,0.9819265,-0.1255613),(0.1849491,0.9803961,-0.06795061),(0.2096571,0.9777383,-0.008466531),(0.2353466,0.971494,0.02848515),(0.2432577,0.9681156,0.05981377),(0.223779,0.9744535,-0.01906502),(0.2565545,0.9663094,0.02063711),(0.2559932,0.9651304,0.05468744),(0.2557706,0.9638616,0.07451329),(0.2465517,0.9659448,0.07850341),(0.254277,0.9634374,0.08444946),(0.09216052,0.9727558,-0.2127261),(0.0281392,0.9491708,-0.3135015),(0.09518963,0.9652215,-0.2434881),(0.1491209,0.9778489,-0.1468824),(-0.05467769,0.9055287,-0.4207472),(-0.1572633,0.8362363,-0.5253353),(0.01809148,0.9358914,-0.3518238),(-0.08403338,0.8820663,-0.4635704),(0.09032092,0.9552209,-0.2817715),(0.1591066,0.9714491,-0.1759878),(-0.007493744,0.917461,-0.3977552),(0.07056747,0.9419553,-0.3282384),(0.1594703,0.9642659,-0.211567),(0.2173614,0.9696338,-0.1120908),(0.2017593,0.9755633,-0.08700264),(0.2479605,0.9681762,-0.03391514),(-0.2674525,0.7418819,-0.6148824),(-0.3778603,0.6287824,-0.6795986),(-0.1995925,0.8002384,-0.5654922),(-0.3225846,0.6918388,-0.6459863),(-0.4935814,0.5026829,-0.7097093),(-0.6171911,0.3707599,-0.6939828),(-0.4587503,0.5578837,-0.6916023),(-0.6073951,0.401916,-0.685226),(-0.2548776,0.7519393,-0.6079676),(-0.4084556,0.6165815,-0.6730463),(-0.5814806,0.4424547,-0.6827255),(-0.3401126,0.6774754,-0.652189),(-0.5355537,0.4931718,-0.6855391),(-0.173941,0.8071058,-0.5642027),(-0.1238595,0.8507659,-0.5107409),(-0.04085908,0.8920144,-0.4501564),(-0.7081813,0.2793485,-0.6484163),(-0.7406138,0.2723796,-0.614248),(-0.7153499,0.2775184,-0.6412939),(-0.7561294,0.2401975,-0.6087474),(-0.71772,0.3470179,-0.6037024),(-0.618519,0.4988368,-0.6071213),(-0.7442035,0.2879679,-0.6026903),(-0.6670332,0.4203439,-0.6151242),(-0.7561249,0.2176271,-0.6171822),(-0.7542639,0.2339801,-0.613465),(-0.6999047,0.3379962,-0.6291994),(-0.7475229,0.1860984,-0.6376338),(-0.7169239,0.2527462,-0.6497226),(-0.7389569,0.2064033,-0.6413582),(-0.7070663,0.2870861,-0.6462498),(-0.6801167,0.3102574,-0.664215),(-0.4571863,0.6695551,-0.5853859),(-0.2677642,0.8080923,-0.52468),(-0.5329143,0.5895498,-0.6069871),(-0.3609535,0.7457377,-0.5599892),(-0.04228742,0.8985593,-0.4368097),(0.2188871,0.9175857,-0.3318509),(-0.1342013,0.8658761,-0.4819219),(0.1492734,0.9136747,-0.3780423),(-0.4528976,0.6625968,-0.596531),(-0.2342729,0.8136805,-0.5320154),(0.06649935,0.8986067,-0.4336863),(-0.3428925,0.7365662,-0.5830051),(-0.03276245,0.8670512,-0.4971408),(-0.5418003,0.5561001,-0.6302422),(-0.5984134,0.4950284,-0.629959),(-0.6522334,0.3860693,-0.6523359),(0.4280042,0.8727283,-0.2348565),(0.5230989,0.833899,-0.1760114),(0.3848061,0.8820736,-0.2717911),(0.4968605,0.8444555,-0.2000611),(0.5344473,0.8310124,-0.1542225),(0.4737926,0.8644226,-0.1682087),(0.5208629,0.8374301,-0.1655673),(0.4748963,0.8636858,-0.1688796),(0.4597418,0.8568862,-0.2332027),(0.4991085,0.8468937,-0.1834712),(0.4715327,0.8646914,-0.1731056),(0.4666946,0.8594082,-0.2088389),(0.4621422,0.8680429,-0.1814557),(0.4081973,0.8699974,-0.2765492),(0.3285589,0.888845,-0.3193802),(0.2550483,0.8899159,-0.3781533),(0.369559,0.9058895,-0.2068584),(0.2507491,0.9336891,-0.2556353),(0.3860772,0.9001007,-0.2018987),(0.2775642,0.9273089,-0.2511101),(0.1130254,0.9450702,-0.306704),(-0.04521636,0.9353899,-0.3507154),(0.1429206,0.9410103,-0.3067138),(-0.02061248,0.9340841,-0.3564576),(0.3068276,0.9196533,-0.2451423),(0.1768663,0.936045,-0.3042006),(0.007467922,0.9331062,-0.3595232),(0.2143592,0.929772,-0.2992894),(0.03886031,0.9321364,-0.3600161),(0.3376426,0.9106952,-0.2379742),(0.402107,0.894018,-0.1975895),(0.4165264,0.8881196,-0.1942922),(-0.190653,0.9058188,-0.3783433),(-0.2905917,0.8731418,-0.3913821),(-0.1743025,0.9051301,-0.3877605),(-0.2800811,0.8716448,-0.4022312),(-0.3492155,0.8487107,-0.3971634),(-0.3718938,0.8376186,-0.4001125),(-0.3424626,0.846077,-0.4085013),(-0.3674888,0.8339177,-0.4117442),(-0.2685807,0.8714457,-0.4104226),(-0.3350838,0.8446903,-0.4173934),(-0.3624513,0.8312654,-0.421458),(-0.3266026,0.8447495,-0.4239447),(-0.3559843,0.8300104,-0.4293692),(-0.2558805,0.8725933,-0.4160603),(-0.1560459,0.9055416,-0.3945174),(-0.1358885,0.9069461,-0.3987269),(-0.3534571,0.8444,-0.4025627),(-0.2819493,0.8699831,-0.4045169),(-0.3500968,0.8398528,-0.4148248),(-0.2778994,0.8647525,-0.4183001),(-0.1442077,0.9043399,-0.401713),(0.07102802,0.9206544,-0.3838627),(0.08571006,0.9101862,-0.4052343),(-0.1367384,0.8978908,-0.4184431),(-0.1254024,0.8915194,-0.4352786),(-0.2719374,0.8599849,-0.4318286),(0.107671,0.8984966,-0.4255711),(0.136477,0.8851554,-0.4448301),(-0.1097042,0.8851424,-0.4522035),(-0.2631251,0.855923,-0.4451528),(-0.3457392,0.836065,-0.4259807),(-0.3393756,0.8334325,-0.4361357),(0.2953965,0.8889778,-0.349942),(0.4630282,0.8274128,-0.3177938),(0.492915,0.7956117,-0.3521886),(0.3183072,0.8697203,-0.3771829),(0.5837355,0.7560397,-0.2960686),(0.6718413,0.682179,-0.2885498),(0.7135503,0.613524,-0.3382815),(0.6197854,0.7081031,-0.3383133),(0.663919,0.6528918,-0.3646148),(0.5328708,0.7573634,-0.3774247),(0.7600063,0.5395028,-0.3623909),(0.803616,0.4689607,-0.3664387),(0.7101144,0.5944263,-0.3773527),(0.5789235,0.7137196,-0.3942737),(0.3512036,0.8464943,-0.4001291),(0.3921316,0.8190091,-0.4188759),(0.7413417,0.6026275,-0.2953857),(0.7979209,0.5140125,-0.3148231),(0.8370644,0.3992201,-0.3740943),(0.7851779,0.5099187,-0.3513952),(0.8412971,0.4165137,-0.3445799),(0.8713153,0.3112191,-0.3794107),(0.8865947,0.1805985,-0.4258333),(0.8698254,0.2872375,-0.4011213),(0.8947339,0.1920358,-0.4032041),(0.8727592,0.3002277,-0.3849089),(0.9020206,0.1015483,-0.4195793),(0.9224471,0.07594731,-0.3785806),(0.9184539,0.1404891,-0.3697367),(0.9027216,0.2312687,-0.362779),(0.8292702,0.4189764,-0.3698241),(0.8670419,0.3433734,-0.3610167),(0.8859026,0.2104335,-0.4133936),(0.8884307,0.1334379,-0.4391871),(0.8816558,0.05285183,-0.4689242),(0.8888406,0.09651484,-0.4479366),(0.888788,0.09458534,-0.4484522),(0.8946799,0.1050965,-0.4341688),(0.8652765,0.1204767,-0.4866025),(0.8730773,0.0576209,-0.4841651),(0.8703462,0.07807257,-0.4862121),(0.8869186,0.03420971,-0.4606572),(0.8429348,0.1851775,-0.5051438),(0.8240327,0.2919639,-0.4855174),(0.8781312,0.1518273,-0.4536893),(0.9047809,0.07303812,-0.4195676),(0.8983076,0.04411598,-0.437147),(0.918027,0.04956245,-0.393408),(0.8962627,0.1819047,-0.4045044),(0.8564988,0.343387,-0.3853506),(0.77538,0.4398091,-0.4531598),(0.8465511,0.2461979,-0.4719509),(0.6863267,0.6000698,-0.4109403),(0.2133469,0.8588675,-0.4656499),(0.07540837,0.8874961,-0.4546034),(0.5590478,0.6933146,-0.4547313),(0.4258867,0.7766256,-0.4641908),(0.679575,0.5521052,-0.4830709),(-0.04512069,0.9031327,-0.4269841),(-0.1483545,0.9083754,-0.3909541),(0.3018929,0.8419829,-0.4471304),(0.5790614,0.6623855,-0.4753246),(0.7917249,0.3469597,-0.5027828),(0.7322062,0.4699479,-0.4929738),(-0.3035772,0.8553031,-0.419878),(-0.5909514,0.7402236,-0.3206954),(-0.6620499,0.6986533,-0.2712442),(-0.4013086,0.8347002,-0.3771299),(-0.763057,0.6104639,-0.2123151),(-0.8852682,0.4540096,-0.1008739),(-0.9173791,0.3954363,-0.04522997),(-0.8147328,0.5571707,-0.1605336),(-0.8578262,0.5035244,-0.1029442),(-0.721596,0.6571243,-0.2179147),(-0.9423214,0.3343338,0.01585528),(-0.9588943,0.2719428,0.08104931),(-0.8932782,0.4477698,-0.03944971),(-0.7737426,0.6128728,-0.1603413),(-0.4823774,0.8112557,-0.3304185),(-0.553405,0.7838801,-0.2815578),(-0.9606014,0.277851,0.006614755),(-0.9880683,0.1188854,0.09791511),(-0.9842085,0.07011721,0.1625336),(-0.9730304,0.220519,0.06769966),(-0.9851948,-0.01874481,0.1704106),(-0.9652515,-0.139943,0.2206933),(-0.9491782,-0.15058,0.2763811),(-0.9709285,-0.05172818,0.2337138),(-0.9550136,-0.08337254,0.2846012),(-0.9750506,0.01922052,0.2211486),(-0.9359182,-0.1552332,0.3161642),(-0.9277213,-0.1530005,0.3404763),(-0.9402347,-0.1097489,0.3223569),(-0.9619935,-0.028322,0.2715998),(-0.9786446,0.1594013,0.129792),(-0.9767045,0.09904776,0.1903623),(-0.9475284,-0.2085449,0.2422788),(-0.9545867,-0.1830977,0.2350307),(-0.951884,-0.1572558,0.2630347),(-0.9376746,-0.1980705,0.2855422),(-0.9798245,-0.04152565,0.1954983),(-0.9632695,0.2495333,0.09922234),(-0.9465625,0.3099161,0.08928246),(-0.9786144,0.0002620732,0.205703),(-0.9775637,0.0565834,0.2028978),(-0.9537929,-0.1178404,0.2763923),(-0.9228365,0.3789794,0.06890194),(-0.8913382,0.4516771,0.0387802),(-0.9746353,0.1230086,0.1869624),(-0.95904,-0.06798851,0.2749906),(-0.9331614,-0.1772345,0.3127262),(-0.9343798,-0.1476902,0.3242252),(-0.8337368,0.5506954,-0.04021585),(-0.6282244,0.7565054,-0.1817519),(-0.5554211,0.8047198,-0.2096032),(-0.7857125,0.6151904,-0.06478256),(-0.3335483,0.8912078,-0.3073991),(0.08860137,0.9204645,-0.3806506),(0.1472731,0.907666,-0.3930049),(-0.2539768,0.9093431,-0.3295315),(-0.1728487,0.9200707,-0.3515582),(-0.4761057,0.8461323,-0.2395487),(0.2042725,0.8912121,-0.404986),(0.2584313,0.8715504,-0.4166689),(-0.09193918,0.9232045,-0.3731495),(-0.3923756,0.8790619,-0.2707241),(-0.7282591,0.6786302,-0.09539345),(-0.6626781,0.7373811,-0.1308693),(0.462582,0.8057975,-0.3697408),(0.640292,0.6891541,-0.3392531),(0.6557118,0.6708106,-0.3464898),(0.4924695,0.7840937,-0.3777181),(0.7093717,0.626021,-0.3238665),(0.7188525,0.6155857,-0.3229633),(0.7166899,0.6125307,-0.3334094),(0.7161104,0.6141097,-0.3317454),(0.7210934,0.6043565,-0.3387883),(0.6690178,0.6538463,-0.3534123),(0.7132453,0.6116578,-0.3422804),(0.7079275,0.6135146,-0.3499122),(0.7236518,0.5974829,-0.3454596),(0.6795068,0.6389998,-0.3604855),(0.5201448,0.762108,-0.3855399),(0.5447851,0.7404935,-0.3935461),(0.6946018,0.6412126,-0.3261517),(0.6492869,0.6863278,-0.3276898),(0.6317803,0.6953231,-0.3426069),(0.6834164,0.6462241,-0.3396122),(0.5782391,0.7457166,-0.3309775),(0.4767961,0.8111064,-0.3387796),(0.4576393,0.8172227,-0.3503048),(0.5577068,0.7547864,-0.3453414),(0.5355135,0.7657506,-0.3561618),(0.6131225,0.705938,-0.3545875),(0.4357396,0.8260502,-0.3574519),(0.4096297,0.8379993,-0.3605007),(0.5108171,0.7789727,-0.3636861),(0.5927888,0.7184863,-0.363839),(0.671215,0.6530292,-0.3507468),(0.6575228,0.6619869,-0.3597737),(0.3670567,0.863378,-0.3461907),(0.276532,0.8956682,-0.3482937),(0.350961,0.8670276,-0.35368),(0.2611416,0.8990692,-0.3513965),(0.2070378,0.9155791,-0.3447469),(0.1580914,0.9289678,-0.3347028),(0.1895785,0.9200469,-0.3428901),(0.1357171,0.9351834,-0.327128),(0.240622,0.906301,-0.3474472),(0.1664569,0.9279773,-0.333392),(0.1076659,0.9436187,-0.3130365),(0.1377958,0.9386989,-0.316001),(0.07650832,0.9533406,-0.2920415),(0.213633,0.9171631,-0.3364118),(0.3307535,0.8741979,-0.3554996),(0.3045888,0.8851217,-0.3518312),(0.1139497,0.9410247,-0.318572),(0.05911176,0.9532617,-0.2963071),(0.0849361,0.9487243,-0.3044803),(0.02288495,0.9609798,-0.2756701),(-0.006987414,0.9639317,-0.2660579),(-0.08433698,0.970525,-0.2257621),(-0.05083545,0.9693558,-0.2403436),(-0.1358432,0.9707458,-0.1979875),(-0.01653394,0.9664421,-0.2563521),(-0.0952827,0.9707095,-0.2205545),(-0.1847475,0.9663087,-0.179209),(-0.135904,0.9689132,-0.2067299),(-0.2292715,0.9585025,-0.1694329),(-0.0537125,0.9697192,-0.2382429),(0.05099875,0.9565422,-0.2870994),(0.01691327,0.9637957,-0.2661049),(-0.181354,0.9676207,-0.1755588),(-0.3121364,0.942713,-0.1177411),(-0.2386139,0.9595599,-0.1493589),(-0.3713913,0.9235523,-0.09549662),(-0.4822031,0.8742994,-0.05550597),(-0.6802483,0.7329321,0.00852644),(-0.7274284,0.6857386,0.02470642),(-0.5385854,0.8417417,-0.03737135),(-0.5888839,0.8078475,-0.0244561),(-0.4241436,0.901945,-0.08122521),(-0.770031,0.6368466,0.03845271),(-0.8096558,0.5847529,0.05021492),(-0.6358815,0.7716149,-0.01628203),(-0.4730012,0.8779029,-0.07453995),(-0.2905794,0.9476009,-0.1327253),(-0.3382758,0.9326443,-0.1254754),(-0.8431336,0.5331597,0.06976066),(-0.9408062,0.3148932,0.1254044),(-0.9580542,0.2476313,0.1442594),(-0.8764326,0.4736577,0.08668423),(-0.9817151,0.07986826,0.1727901),(-0.9623692,-0.1754621,0.2075054),(-0.9430421,-0.2436842,0.226472),(-0.9811761,0.009472845,0.1928822),(-0.9749454,-0.06156029,0.2137562),(-0.9703954,0.1777398,0.163528),(-0.9185815,-0.3091414,0.2462513),(-0.8893195,-0.3713397,0.2668663),(-0.9627063,-0.1332152,0.2354784),(-0.9774572,0.104568,0.1834201),(-0.9056348,0.4113427,0.1030677),(-0.9310052,0.3449706,0.1192667),(-0.8795566,-0.4178096,0.2276299),(-0.7526383,-0.6154528,0.233995),(-0.7095316,-0.6609815,0.244271),(-0.8443542,-0.4776467,0.2427338),(-0.5934511,-0.7740372,0.2206403),(-0.4051927,-0.8968019,0.1776661),(-0.3794149,-0.906618,0.1846294),(-0.5529749,-0.8015323,0.2275185),(-0.516003,-0.8236148,0.2353715),(-0.6671414,-0.6998466,0.2552195),(-0.3580591,-0.9134498,0.193399),(-0.3400632,-0.9181057,0.2035657),(-0.4827751,-0.8410007,0.2442255),(-0.6265243,-0.7322394,0.267007),(-0.8064843,-0.5317326,0.2585408),(-0.7669969,-0.5796578,0.2751594),(-0.2263304,-0.9671392,0.1158291),(-0.1061513,-0.9924131,0.06203459),(-0.1112722,-0.9913833,0.0691193),(-0.2194801,-0.9676805,0.1241889),(-0.04185776,-0.9988022,0.02533542),(-0.02491879,-0.9996488,0.009023902),(-0.03419892,-0.9993776,0.008649926),(-0.05195858,-0.9982284,0.02898906),(-0.06293052,-0.9972492,0.03916487),(-0.1187229,-0.9895862,0.08138829),(-0.04275783,-0.9989768,0.01473606),(-0.05060632,-0.9983436,0.02736538),(-0.07332347,-0.995777,0.05524415),(-0.1263614,-0.9871431,0.09788381),(-0.2162377,-0.966841,0.135867),(-0.2145606,-0.9651257,0.1499875),(-0.04083941,-0.9991267,0.008835175),(-0.08043399,-0.9966201,0.01669838),(-0.04898534,-0.9987746,0.007053216),(-0.0928575,-0.995513,0.01820285),(-0.1473733,-0.9887135,0.02695822),(-0.244824,-0.9690064,0.03298411),(-0.2864923,-0.9567433,0.05063916),(-0.1706956,-0.9846841,0.03550082),(-0.1936387,-0.9800584,0.0446049),(-0.103615,-0.9943646,0.02242672),(-0.3301898,-0.941517,0.06723548),(-0.3780964,-0.921984,0.0835988),(-0.2187227,-0.9742128,0.05540533),(-0.115013,-0.9928962,0.03048398),(-0.05537895,-0.9984131,0.01022274),(-0.06152619,-0.9979224,0.01911798),(-0.368601,-0.9290294,0.03221414),(-0.5285209,-0.8480335,0.03879182),(-0.5943741,-0.8017896,0.06207172),(-0.4271026,-0.902482,0.05576304),(-0.7457702,-0.6610285,0.08287393),(-0.9594874,-0.2154006,0.1816225),(-0.977267,-0.1016928,0.1860317),(-0.8046665,-0.5851954,0.1002905),(-0.8621569,-0.4943837,0.1107704),(-0.6634256,-0.7438732,0.08074126),(-0.9831317,0.02047401,0.1817496),(-0.9745912,0.146726,0.1692439),(-0.9151113,-0.3868456,0.1136738),(-0.7352308,-0.6712053,0.09444033),(-0.489314,-0.8687302,0.07667799),(-0.5564812,-0.8253867,0.09521248),(-0.9183156,0.3223928,0.229694),(-0.7462781,0.6372357,0.1923534),(-0.6713321,0.7202995,0.1745906),(-0.8723891,0.437171,0.2186752),(-0.5687919,0.8121449,0.1299862),(-0.3852507,0.9197199,0.07548065),(-0.3276673,0.9429634,0.05877248),(-0.4934042,0.8626088,0.1116168),(-0.41969,0.9024581,0.0971064),(-0.5926912,0.7900065,0.1568658),(-0.2739573,0.9605604,0.04765514),(-0.2242988,0.973582,0.04275879),(-0.3498158,0.9326825,0.08793361),(-0.5145429,0.8456917,0.1416024),(-0.8146665,0.5435392,0.202197),(-0.7489576,0.6369172,0.1827541),(-0.2144057,0.9759114,0.04033758),(-0.09701393,0.9950387,0.02205499),(-0.07924075,0.9967902,0.01140709),(-0.1804168,0.9832374,0.0263404),(-0.02978372,0.9994769,0.01260082),(-0.006059083,0.9999589,0.006734088),(-0.00173937,0.9999948,0.002746916),(-0.02128193,0.9997582,0.005539173),(-0.01600955,0.9998711,0.001183957),(-0.06519248,0.9978601,0.005015214),(0.0003658487,0.9999999,9.568962e-5),(0.001518042,0.9999983,-0.001144691),(-0.01238615,0.9999232,-0.0003658344),(-0.0533406,0.9985718,0.003001135),(-0.1504603,0.9884556,0.01781263),(-0.1234955,0.9922323,0.01497111),(-0.001303087,0.9999964,0.002325369),(0.006548964,0.9999766,-0.002031178),(0.01228965,0.9999194,-0.003195614),(0.002356039,0.9999972,0.0003283004),(0.01763974,0.9998034,-0.009053521),(0.03202778,0.9992554,-0.02151227),(0.02820211,0.999548,-0.01041107),(0.05013364,0.9984552,-0.0239527),(0.01794128,0.9998311,-0.003985962),(0.03926688,0.9991734,-0.010515),(0.06901828,0.9973491,-0.02304405),(0.04955735,0.9987267,-0.009435116),(0.08610471,0.996106,-0.01894257),(0.0232978,0.9997188,-0.004407339),(0.005017976,0.9999867,-0.001191731),(0.0073226,0.9999708,-0.002191387),(0.05277007,0.9977498,-0.04135894),(0.08306579,0.9941328,-0.06928187),(0.0797888,0.9957675,-0.04561475),(0.1190901,0.9899874,-0.07577872),(0.1232212,0.9867427,-0.105619),(0.1734312,0.9732231,-0.1508589),(0.1684676,0.9790581,-0.1142977),(0.2281414,0.9602039,-0.1611207),(0.1555155,0.9852771,-0.07102038),(0.2134385,0.9711462,-0.1063919),(0.281547,0.9479158,-0.1489532),(0.2524472,0.9640835,-0.08254368),(0.3273166,0.9378447,-0.1153739),(0.1874661,0.9807065,-0.05541813),(0.1075495,0.9932639,-0.04312634),(0.1321984,0.9906345,-0.03415935),(0.2293469,0.9521775,-0.2018857),(0.2862294,0.9255682,-0.2477827),(0.2858,0.9342947,-0.2130998),(0.3289201,0.9081094,-0.2591312),(0.3439272,0.8983611,-0.2732425),(0.4041689,0.8761355,-0.2627437),(0.3579351,0.8897275,-0.283315),(0.3751698,0.8869661,-0.26933),(0.368223,0.898301,-0.2397228),(0.3675799,0.8920026,-0.2630902),(0.3386417,0.9070891,-0.2500224),(0.372706,0.9032974,-0.2124711),(0.2996612,0.9321458,-0.2032421),(0.4004826,0.8962805,-0.1905122),(0.3397239,0.9197541,-0.1965709),(0.3852258,0.9099497,-0.1535992),(0.459282,0.8637041,-0.2075453),(0.4986194,0.8594237,-0.113002),(0.3867755,0.8990734,-0.2051143),(0.3954631,0.9137344,-0.09326518),(0.5178771,0.8554331,0.006123999),(0.5193015,0.8517453,0.06968436),(0.3959891,0.9169608,0.0487408),(0.3891502,0.9128981,0.1232033),(0.2732713,0.9591398,-0.07330497),(0.2539634,0.9646785,0.06998616),(0.2403983,0.9599848,0.1436584),(0.1151636,0.9903073,0.07764683),(0.09804071,0.9851169,0.1411835),(0.1519114,0.9872221,-0.04811908),(0.3007502,0.9353549,-0.1861729),(0.2136894,0.9656837,-0.1476205),(0.0001182859,-0.9999995,-0.0009917314),(3.33895e-5,-0.9999997,-0.0008440055),(-0.0001175024,-0.9999999,-0.0005489929),(0.0006317911,-0.9999995,-0.0009473889),(0.0003683965,-0.9999997,-0.000561329),(0.0007685546,-0.9999991,-0.001146816),(-0.0002172509,-0.9999999,-0.0002674271),(-0.0002530029,-0.9999999,-1.670874e-5),(0.0001446688,-1,-0.0002179215),(-2.12202e-5,-1,5.822326e-5),(0.00104844,-0.9999993,-0.0005964337),(0.0006702108,-0.9999997,-0.0001883162),(0.0003373844,-0.9999999,0.0001071273),(0.001374559,-0.9999991,-0.0001712578),(0.0008343442,-0.9999997,0.0001357559),(0.001940284,-0.9999978,-0.0006452382),(0.001646289,-0.9999978,-0.00134047),(0.001447918,-0.9999983,-0.001083159),(0.002501073,-0.9999961,-0.001242102),(0.002771473,-0.999995,-0.001563832),(-0.0002417379,-0.9999999,0.0001756276),(-0.0002122287,-0.9999999,0.000297047),(-0.0001241093,-1,0.0002498657),(-0.0001761078,-0.9999999,0.000363388),(-0.0001736757,-0.9999999,0.0003614432),(-0.0001359558,-0.9999999,0.0003819813),(-0.0001926734,-0.9999999,0.0004214832),(-0.0001901107,-0.9999999,0.0004463508),(-6.850913e-5,-0.9999999,0.0003869343),(-0.0001499104,-0.9999999,0.0004333835),(-0.0001799691,-0.9999999,0.0004592413),(-4.677493e-5,-0.9999999,0.0003954298),(-0.0001111787,-0.9999999,0.0004163674),(0.0001132892,-0.9999999,0.0003684483),(8.65846e-5,-1,0.0002884976),(0.0003975527,-0.9999999,0.0002951449),(-8.593213e-5,-0.9999999,0.0003842979),(-6.836129e-6,-0.9999999,0.0003898233),(-0.0001679094,-0.9999999,0.0004625183),(-0.00011613,-0.9999999,0.0004822511),(9.886722e-5,-0.9999999,0.0004025704),(0.000228672,-0.9999999,0.0004262708),(-3.256206e-5,-0.9999999,0.0005029762),(8.517411e-5,-0.9999998,0.0005216968),(-0.000151422,-0.9999999,0.0005093174),(-9.433641e-5,-0.9999999,0.0005285465),(-2.870178e-6,-0.9999999,0.0005358706),(-8.826621e-5,-0.9999999,0.0004772406),(-2.865982e-5,-0.9999999,0.0004727918),(-0.0001193205,-0.9999999,0.0004655732),(-0.0001784565,-0.9999998,0.000484251),(-0.0001255451,-0.9999999,0.0004434282),(0.0003361198,-0.9999998,0.0004346091),(0.0003748655,-0.9999998,0.0004027145),(0.000196943,-0.9999998,0.0005112772),(0.0002583886,-0.9999999,0.0004534525),(0.0003408438,-0.9999998,0.0003358946),(0.0002297474,-0.9999999,0.0002391519),(0.0002607331,-0.9999999,0.000359965),(0.0001945415,-0.9999999,0.0002423135),(0.0001567751,-0.9999999,0.0004370973),(0.0001776662,-0.9999999,0.0003346076),(0.0001445116,-1,0.0002162153),(0.0001127696,-1,0.00027406),(9.749199e-5,-1,0.0001728745),(9.016e-5,-0.9999999,0.0003669185),(9.307599e-5,-0.9999999,0.0005090603),(3.973355e-5,-0.9999999,0.0004377487),(9.509868e-5,-1,0.0001513653),(-4.490415e-6,-1,0.0001035671),(0.0001008459,-1,0.000138794),(2.774693e-5,-1,7.634566e-5),(-6.193767e-5,-0.9999999,8.649471e-5),(-6.967432e-5,-1,9.078079e-5),(-1.844098e-5,-1,4.63837e-5),(-3.093375e-5,-0.9999999,4.038461e-5),(3.645198e-5,-1,5.155895e-5),(3.542556e-6,-1,1.907432e-5),(-7.658907e-6,-0.9999999,9.893426e-6),(8.0879e-6,-1,7.911003e-6),(-9.571655e-9,-1,-9.965898e-8),(3.021014e-5,-1,3.515853e-5),(8.531939e-5,-1,0.0001147506),(6.163761e-5,-1,8.810701e-5),(-5.7825e-5,-1,7.598603e-5),(-5.058493e-5,-1,-7.145194e-6),(-5.764659e-5,-1,-4.297817e-5),(-9.108942e-5,-0.9999999,-0.0003815249),(-2.746909e-5,-1,-0.000184954),(3.208762e-5,-0.9999999,-0.0004837524),(-8.353626e-6,-0.9999993,-0.00113341),(0.0003131124,-0.999997,-0.002456826),(-0.0003863543,-0.9999993,-0.001097447),(-0.0004707124,-0.9999955,-0.002991145),(-0.0001038249,-0.9999803,-0.006268156),(-0.001771384,-0.9999802,-0.006047789),(-0.001841235,-0.999921,-0.01242584),(-0.001099867,-0.9999968,-0.002286112),(-0.0001363082,-1,-0.0002196616),(-0.0003376566,-0.9999998,-0.0004882942),(-0.002747519,-0.9999934,-0.002382662),(-0.01169577,-0.999909,-0.006726221),(-0.001298302,-0.999983,-0.005684905),(-0.007346627,-0.9999048,-0.01168062),(-0.02774764,-0.9995394,-0.01229097),(-0.05180497,-0.9984984,-0.01780695),(-0.01842608,-0.9996364,-0.0196894),(-0.03511911,-0.998964,-0.02893869),(-0.004528173,-0.9997467,-0.02204685),(-0.01139941,-0.999312,-0.03529413),(-0.02173617,-0.9984226,-0.05176729),(-0.008235059,-0.998144,-0.06033768),(-0.01357195,-0.9960479,-0.08777443),(-0.004480348,-0.9992363,-0.03881662),(-0.0008518377,-0.9999242,-0.01228152),(-0.002335049,-0.9997344,-0.0229247),(-0.0865413,-0.9959502,-0.02436611),(-0.1336523,-0.9904132,-0.03491297),(-0.06136115,-0.997269,-0.04110262),(-0.1009782,-0.9931717,-0.05842368),(-0.1916541,-0.980099,-0.05171871),(-0.2586535,-0.962899,-0.07696699),(-0.1541176,-0.9847177,-0.08111016),(-0.2205292,-0.96925,-0.1091848),(-0.06907506,-0.9925334,-0.1005286),(-0.1118522,-0.9848413,-0.1325772),(-0.1689178,-0.9712723,-0.1676209),(-0.06995141,-0.9753278,-0.2093861),(-0.110458,-0.9601852,-0.2565998),(-0.04154569,-0.9856362,-0.1636925),(-0.03947534,-0.9965413,-0.0731241),(-0.02339617,-0.9922186,-0.1222906),(-0.3151916,-0.9435073,-0.1022159),(-0.3425863,-0.9317632,-0.1202159),(-0.2829866,-0.9496889,-0.1341994),(-0.3233353,-0.9342077,-0.1506996),(-0.3392173,-0.9308743,-0.1356641),(-0.3020341,-0.9408036,-0.1538311),(-0.3387735,-0.9263327,-0.1647433),(-0.3263738,-0.9274029,-0.1827677),(-0.2712101,-0.9370149,-0.2201094),(-0.2975502,-0.924132,-0.2396744),(-0.3029888,-0.9159781,-0.2630245),(-0.217723,-0.9051175,-0.3651838),(-0.2314892,-0.8880291,-0.397262),(-0.1912003,-0.9230337,-0.3338431),(-0.2271365,-0.9535055,-0.1980811),(-0.1544781,-0.9416477,-0.2990589),(-0.2340591,-0.9551817,-0.1812298),(-0.140669,-0.9661459,-0.2162738),(-0.2848496,-0.935573,-0.2087198),(-0.2135159,-0.9471171,-0.2395417),(-0.02259963,-0.9688202,-0.246732),(0.1158006,-0.9589111,-0.2589979),(-0.1103453,-0.9576253,-0.2660409),(0.02584308,-0.9602747,-0.2778571),(-0.2275286,-0.9195257,-0.3204734),(-0.1380356,-0.9283632,-0.3450912),(-0.009074727,-0.9334115,-0.3586929),(-0.104917,-0.8709193,-0.4800958),(0.01297065,-0.8672686,-0.4976716),(-0.1818525,-0.8708853,-0.4566054),(-0.2816011,-0.9142634,-0.291244),(-0.2229422,-0.8755025,-0.4287097),(0.2469436,-0.9340137,-0.2581422),(0.3497964,-0.8992614,-0.2626242),(0.1664391,-0.9440803,-0.2846233),(0.2822128,-0.9089469,-0.3068736),(0.4286289,-0.858283,-0.2821833),(0.4884817,-0.8094393,-0.3258737),(0.371756,-0.8582947,-0.3537337),(0.4336296,-0.7898164,-0.4337687),(0.2471356,-0.8760062,-0.4141702),(0.3323529,-0.8097011,-0.4836586),(0.377735,-0.7164929,-0.5864761),(0.3159807,-0.686444,-0.6549435),(0.3324237,-0.5680094,-0.7529009),(0.2488136,-0.778263,-0.5765401),(0.1309267,-0.9178617,-0.3746839),(0.1436701,-0.8395373,-0.5239619),(0.5274766,-0.7484267,-0.4020273),(0.5365121,-0.6710907,-0.5116562),(0.4663022,-0.6962336,-0.5457299),(0.4621536,-0.5736943,-0.6762313),(0.5052801,-0.5705596,-0.6474207),(0.4288895,-0.4343755,-0.7920681),(0.3077644,-0.2496327,-0.918131),(0.4093041,-0.4240607,-0.8078631),(0.3511267,-0.4445045,-0.8240908),(0.2731723,-0.284611,-0.918898),(0.1544349,-0.1243514,-0.9801462),(0.154861,-0.1641031,-0.9742116),(0.03477503,-0.05580143,-0.9978362),(0.2462323,-0.2923633,-0.9240634),(0.3838046,-0.5928608,-0.7079619),(0.3051074,-0.4315805,-0.8489097),(0.3388473,-0.2518131,-0.9065167),(0.2752573,-0.03018196,-0.9608966),(0.1969778,-0.05431057,-0.9789025),(0.1219829,0.1511597,-0.9809541),(0.2405748,0.2054844,-0.9486306),(0.2274354,0.4181106,-0.8794639),(0.08817452,0.3503015,-0.9324774),(0.08879778,0.5225428,-0.8479764),(-0.04177637,0.1800808,-0.9827644),(-0.07323176,0.3228511,-0.9436125),(-0.06302473,0.4543012,-0.888616),(-0.1840376,0.16382,-0.9691715),(-0.1744429,0.2241102,-0.9588245),(-0.1528691,0.1010598,-0.9830655),(0.03548984,0.03093439,-0.9988911),(-0.07933775,0.03065788,-0.9963763),(0.2213255,0.5851274,-0.7801545),(0.2082932,0.7076971,-0.6751139),(0.1015979,0.6571721,-0.7468619),(0.1041269,0.757626,-0.6443294),(0.1797873,0.7976259,-0.5757337),(0.1305352,0.8638013,-0.4866291),(0.08885252,0.8313652,-0.5485775),(0.05175188,0.8832729,-0.4659944),(-0.01746116,0.6609989,-0.7501836),(-0.0141183,0.7352405,-0.6776593),(-0.02883281,0.7900916,-0.6123104),(-0.104969,0.3787452,-0.919529),(-0.09562729,0.4185258,-0.9031564),(-0.1222914,0.3323624,-0.9351899),(-0.03560875,0.5677124,-0.8224564),(-0.1461246,0.2807813,-0.9485828),(0.07621619,0.9099964,-0.4075507),(0.03439666,0.9411982,-0.3360995),(0.008884705,0.9171288,-0.3984919),(-0.02262152,0.9386559,-0.3441126),(0.0060881,0.9624072,-0.2715426),(-0.008814075,0.9770479,-0.2128371),(-0.0415146,0.9529679,-0.3002144),(-0.04736884,0.9634453,-0.2636845),(-0.06189656,0.8529717,-0.5182742),(-0.06493821,0.870276,-0.4882648),(-0.05717915,0.8833629,-0.4651887),(-0.05897535,0.5076415,-0.8595475),(-0.0353971,0.5329124,-0.8454297),(-0.07631265,0.4817838,-0.8729609),(-0.04920408,0.8277894,-0.5588773),(-0.0881554,0.4527712,-0.8872582),(-0.008272384,0.9874704,-0.1575877),(0.01016788,0.9947736,-0.1015972),(-0.03958904,0.9723138,-0.2303009),(-0.01760509,0.9806776,-0.1948371),(0.04761254,0.9980482,-0.04040919),(0.1044718,0.9940799,0.02984384),(0.01911342,0.9883623,-0.1509131),(0.07066561,0.9932646,-0.09182464),(-0.01393546,0.9072342,-0.4203951),(0.02011775,0.9217538,-0.3872534),(0.06242423,0.9392964,-0.3373801),(0.04786123,0.623508,-0.7803506),(0.07798841,0.6659064,-0.7419477),(0.01925597,0.5889099,-0.8079694),(-0.03966835,0.8950456,-0.4442068),(-0.00836632,0.5595337,-0.8287654),(0.1481342,0.9837788,0.1011709),(0.1479149,0.9758686,0.1606291),(0.1112887,0.9935401,-0.02220122),(0.116175,0.9922708,0.04361287),(0.1054301,0.9740092,0.2004759),(0.02262298,0.9770029,0.2120224),(0.08709215,0.9919555,0.09186561),(0.02758227,0.993662,0.1089722),(0.1062926,0.9734318,-0.2028116),(0.09267027,0.9850935,-0.1449248),(0.05885661,0.9916941,-0.1143625),(0.1140348,0.8156386,-0.5672123),(0.09959926,0.8540257,-0.5106075),(0.1152436,0.7672003,-0.6309696),(0.09652583,0.9574031,-0.2721435),(0.1028803,0.714991,-0.6915225),(-0.05784604,0.9776512,0.2021187),(-0.09639698,0.9772449,0.1889447),(-0.02908062,0.9947754,0.09785819),(-0.05432252,0.9956444,0.07577164),(-0.09651732,0.978335,0.1831529),(-0.0613823,0.9790698,0.194048),(-0.05247646,0.9969805,0.05723769),(-0.02775661,0.9980919,0.05515565),(0.009863934,0.9923806,-0.1228143),(0.007325632,0.9910277,-0.1334559),(0.01482458,0.9911823,-0.1316732),(0.05646358,0.9133368,-0.4032716),(0.0479355,0.9263911,-0.3734995),(0.06727599,0.8992404,-0.4322507),(0.02583774,0.9934158,-0.1116133),(0.08141848,0.8808991,-0.4662488),(-0.01283135,0.975329,0.2203827),(0.0295111,0.9662564,0.2558863),(0.004760128,0.9973068,0.07318731),(0.03308462,0.99359,0.1080941),(0.06663115,0.9523318,0.2976986),(0.09924626,0.9340796,0.342995),(0.05855856,0.9859495,0.1564432),(0.08189837,0.9732243,0.2147723),(0.03678604,0.9964463,-0.07577367),(0.04827559,0.9985316,-0.02457788),(0.06092807,0.9973768,0.03908265),(0.0396253,0.9691463,-0.2432799),(0.0439366,0.9822586,-0.1823116),(0.03897523,0.9546745,-0.2950889),(0.02596938,0.9933376,-0.1122771),(0.04182053,0.9401225,-0.3382612),(0.120753,0.9142803,0.3866656),(0.1247587,0.8976397,0.4227037),(0.09809479,0.9558249,0.2770853),(0.1023667,0.9365054,0.3353786),(0.1124563,0.8876421,0.4465928),(0.08541509,0.8870478,0.4537075),(0.09587085,0.918924,0.3826059),(0.08047129,0.9074183,0.4124519),(0.07692387,0.9801,0.1829938),(0.07804678,0.9655815,0.2481153),(0.07631122,0.9513108,0.2986373),(0.06494095,0.9973723,0.03211202),(0.07477827,0.9924067,0.09765837),(0.05702063,0.9975647,-0.04016742),(0.07149352,0.9912772,0.1107167),(0.05021736,0.9922852,-0.1133512),(0.05631869,0.8941025,0.4443073),(0.03627423,0.9053051,0.4232103),(0.06412283,0.9036155,0.4235178),(0.05295594,0.9062447,0.4194235),(0.02424809,0.9185728,0.3945071),(0.01903984,0.9318157,0.3624319),(0.04612751,0.9134935,0.4042301),(0.04261025,0.9232935,0.3817243),(0.07336073,0.9351664,0.3465286),(0.07307818,0.9342521,0.3490452),(0.07292373,0.9370031,0.3416243),(0.09855797,0.9708083,0.2186726),(0.1024702,0.9666844,0.2345659),(0.09267937,0.977144,0.1913115),(0.07432229,0.9407305,0.3309117),(0.08477699,0.9848472,0.1512907),(0.01493851,0.9445499,0.3280278),(0.007326067,0.9574491,0.2885089),(0.04038975,0.9344662,0.3537534),(0.03843219,0.9469442,0.3190919),(-0.003142202,0.9706965,0.240288),(-0.01572532,0.9836577,0.1793607),(0.0374185,0.9606831,0.2751146),(0.03813488,0.9750198,0.2188198),(0.07750683,0.9496363,0.3036175),(0.08450526,0.958721,0.271501),(0.09562416,0.9688868,0.2282858),(0.128643,0.9655947,0.2260041),(0.1462969,0.9678577,0.20457),(0.1158108,0.964368,0.23787),(0.07385961,0.942319,0.3264654),(0.1072342,0.964675,0.2406304),(-0.01871752,0.9938849,0.1088234),(-0.002125817,0.9992168,0.03951128),(0.04551382,0.9874275,0.1513782),(0.06264297,0.9947772,0.08058741),(0.03108946,0.9993617,-0.01759606),(0.0771382,0.9956684,-0.05190749),(0.08664383,0.9961039,0.01642793),(0.1142306,0.9929615,-0.03128311),(0.1266107,0.9855438,0.1125746),(0.1418729,0.988516,0.05204019),(0.1537328,0.9881125,-0.0001512607),(0.1877408,0.9784396,0.08607764),(0.1893571,0.9811177,0.03939512),(0.1790796,0.97495,0.1319209),(0.110388,0.978572,0.1738139),(0.1647928,0.9710819,0.172752),(0.1243338,0.9903859,-0.06063507),(0.1644997,0.9851464,-0.04925811),(0.1419299,0.9882187,-0.05726821),(0.1687738,0.9836228,-0.06325798),(0.1997276,0.9795603,-0.02388568),(0.2319693,0.9726763,0.009548509),(0.1959925,0.9791484,-0.05343459),(0.2247501,0.973902,-0.03165809),(0.1799683,0.9819596,-0.05802367),(0.1988965,0.9779372,-0.06386725),(0.2221539,0.973368,-0.05659017),(0.2099501,0.9761664,-0.05495521),(0.2276159,0.9716166,-0.06443818),(0.1973372,0.9797515,-0.03383724),(0.1650217,0.9855801,-0.03741315),(0.1902923,0.9817253,-0.002053332),(0.2609988,0.9642749,0.04531433),(0.2860662,0.9549261,0.0792596),(0.2532267,0.9674036,-0.0025459),(0.2794974,0.9596918,0.02954236),(0.3081642,0.9450833,0.108869),(0.3283856,0.9353045,0.1317885),(0.3045059,0.9505275,0.06142858),(0.3292858,0.9399292,0.09002188),(0.2731379,0.9618664,-0.01444667),(0.2996739,0.9539388,0.01401401),(0.3279112,0.9437081,0.0434679),(0.2981436,0.9539935,-0.03173146),(0.3273949,0.9448637,-0.006723891),(0.27203,0.960937,-0.05098766),(0.2475514,0.9680911,-0.03896162),(0.248681,0.9665643,-0.06253999),(0.3420557,0.9284545,0.1448113),(0.3437894,0.9274982,0.1468201),(0.3518396,0.928309,0.1202141),(0.3473428,0.9311982,0.1105566),(0.3330505,0.932523,0.1395646),(0.3089988,0.9428616,0.124627),(0.319971,0.9410629,0.1096314),(0.3428233,0.9317392,0.1197257),(0.3505233,0.9322161,0.09003695),(0.3570428,0.9303049,0.08398436),(0.3304382,0.939926,0.08572941),(0.3395941,0.9391001,0.05259885),(0.3559361,0.933153,0.05034919),(0.3599744,0.9321778,0.03824813),(0.3497089,0.9343676,0.06827008),(0.3508166,0.9362615,0.01849466),(0.2824943,0.953209,0.1076544),(0.2650217,0.9596391,0.09410776),(0.2765896,0.9575056,0.08173789),(0.2941947,0.9510131,0.09499272),(0.2563942,0.9628318,0.08495346),(0.256308,0.9631868,0.08110037),(0.2634608,0.9623165,0.0673466),(0.2665715,0.9611318,0.0718708),(0.278704,0.958892,0.05338934),(0.2899849,0.9549336,0.063329),(0.272244,0.9610477,0.04765061),(0.283482,0.9587182,0.02230505),(0.2925057,0.9558119,0.02939579),(0.3042762,0.9518042,0.03853479),(0.3069609,0.9487659,0.0749549),(0.3196906,0.946349,0.04713401),(0.2602685,0.9621866,0.08035752),(0.2648262,0.9611556,0.07776213),(0.2718886,0.9597787,0.07000955),(0.2654471,0.9617324,0.06788496),(0.2718607,0.9598852,0.0686445),(0.2833701,0.9577963,0.04824427),(0.3053039,0.9502872,0.06118653),(0.2845426,0.9561577,0.06926794),(0.2955299,0.9536269,0.05707656),(0.2789747,0.9588934,0.05192984),(0.322641,0.9446403,0.05964447),(0.3353102,0.9410965,0.04364046),(0.3060418,0.9514626,0.03251773),(0.2879433,0.9573417,0.02419778),(0.2716395,0.9612191,0.04764229),(0.2805929,0.9596129,0.0202647),(0.2872903,0.9578058,0.00849647),(0.268789,0.9615684,-0.05602603),(0.3123631,0.949887,-0.01199843),(0.3198801,0.9467515,0.03658137),(0.2236413,0.9638343,-0.1449414),(0.1480164,0.9549881,-0.2570772),(0.2210543,0.9570972,-0.1873504),(0.2803874,0.9560213,-0.08605874),(0.3265295,0.9444938,-0.03619472),(0.3460335,0.9380222,0.01937639),(0.285221,0.9507973,-0.1209691),(0.3369831,0.9396278,-0.059514),(0.359427,0.9331656,0.003763258),(0.367799,0.9291452,0.03759118),(0.3447199,0.9373649,0.05015136),(0.3605244,0.9314676,0.04889114),(0.04747521,0.9224305,-0.3832337),(-0.08118264,0.8555855,-0.5112562),(0.01819202,0.8946114,-0.4464746),(0.1363766,0.9406753,-0.310695),(-0.2538437,0.74007,-0.6227838),(-0.4683877,0.5571091,-0.6857424),(-0.1541493,0.8013149,-0.578042),(-0.3829365,0.6332968,-0.6725286),(-0.04705696,0.8551989,-0.5161594),(0.1177757,0.9212491,-0.370714),(-0.2831697,0.7141029,-0.6402124),(0.06090188,0.8970052,-0.4378043),(-0.174419,0.7915697,-0.5856581),(0.2116091,0.9344978,-0.2862439),(0.2202056,0.9468549,-0.2344682),(0.29424,0.9427812,-0.156801),(-0.634435,0.3543802,-0.6869548),(-0.707704,0.2167351,-0.6724439),(-0.5727633,0.4231352,-0.7020675),(-0.6676673,0.2566546,-0.6988196),(-0.7298943,0.1565617,-0.6653891),(-0.7244009,0.1785273,-0.6658614),(-0.709723,0.1566539,-0.6868427),(-0.7312551,0.1299199,-0.669617),(-0.6191699,0.3231378,-0.7156889),(-0.6882316,0.1851524,-0.7014669),(-0.7393919,0.1082048,-0.6645235),(-0.6639352,0.2416658,-0.7076634),(-0.7482435,0.1148464,-0.653408),(-0.5609859,0.4127166,-0.7176071),(-0.4962277,0.5105985,-0.7021733),(-0.4064885,0.6093299,-0.6807967),(-0.6971858,0.2762128,-0.6615426),(-0.6262037,0.4351315,-0.6469386),(-0.7378114,0.1828465,-0.6497703),(-0.7032439,0.315899,-0.6369112),(-0.4581505,0.6357181,-0.6212573),(-0.1499815,0.8152884,-0.5592945),(-0.572435,0.5194238,-0.6344424),(-0.2802902,0.7417262,-0.6093274),(-0.7678408,0.2099273,-0.6052694),(-0.6735511,0.3985685,-0.6224726),(-0.4113621,0.6473804,-0.6416228),(-0.7524644,0.2871335,-0.5927494),(-0.5289875,0.5398476,-0.65478),(-0.8175337,0.1269693,-0.5617095),(-0.7742647,0.1121941,-0.6228375),(-0.8061376,0.06870861,-0.5877256),(0.1611446,0.8811547,-0.4445208),(0.3395302,0.8805513,-0.3306788),(0.04814989,0.8570606,-0.5129609),(0.2540807,0.8829555,-0.3947563),(0.4222641,0.8726524,-0.2452975),(0.446505,0.8722464,-0.1995479),(0.3664798,0.8822349,-0.2955571),(0.4254254,0.8746071,-0.2325417),(0.1547243,0.8711671,-0.4659704),(0.3006317,0.8838779,-0.3583019),(0.399074,0.8731291,-0.2799739),(0.2256,0.8735352,-0.4313248),(0.3668903,0.8655148,-0.3409922),(0.04525183,0.840331,-0.5401813),(-0.07748546,0.8120683,-0.5783954),(-0.2065166,0.7441201,-0.6353238),(0.4292893,0.8810983,-0.1984354),(0.3696022,0.8987864,-0.2357487),(0.4404256,0.8713369,-0.2163267),(0.4015634,0.8825203,-0.2447545),(0.2548799,0.9201957,-0.2971128),(0.07334964,0.929279,-0.3620227),(0.2966203,0.9056263,-0.30308),(0.1096016,0.9226293,-0.3697874),(0.4311368,0.8623787,-0.2653752),(0.3364806,0.8864772,-0.3177088),(0.1451981,0.9120204,-0.3835834),(0.3712633,0.8634881,-0.3413967),(0.17753,0.8975444,-0.4036052),(0.4557606,0.838806,-0.2978033),(0.4488162,0.8585258,-0.247987),(0.452859,0.8419834,-0.2932278),(-0.1137474,0.9077466,-0.4038038),(-0.2416244,0.8737181,-0.422178),(-0.09015802,0.9061788,-0.4131724),(-0.2258327,0.8732557,-0.4317683),(-0.3164053,0.8451092,-0.4309037),(-0.3472463,0.829266,-0.437879),(-0.3042355,0.8443943,-0.4409522),(-0.3358644,0.8278395,-0.4493073),(-0.2090387,0.8708848,-0.4448173),(-0.2903273,0.8423296,-0.4540825),(-0.3219838,0.8254361,-0.4636613),(-0.3057419,0.8217286,-0.4809199),(-0.2749227,0.8386205,-0.470248),(-0.1918247,0.8662851,-0.461252),(-0.06634238,0.9018732,-0.4268763),(-0.04363109,0.8945273,-0.444879),(-0.3300599,0.8313071,-0.4472013),(-0.2506448,0.8520253,-0.4595977),(-0.2342847,0.8474057,-0.47646),(-0.3174294,0.8286714,-0.4610231),(-0.08925361,0.8781595,-0.4699679),(0.1716623,0.8694431,-0.4632501),(0.2123163,0.8506116,-0.4810214),(-0.06419637,0.8697405,-0.4893162),(-0.03516994,0.8593678,-0.5101471),(-0.2143328,0.8416199,-0.495719),(0.2570108,0.8282729,-0.4979051),(0.3040721,0.8022831,-0.5136945),(-0.002923272,0.8465454,-0.5323086),(-0.1911041,0.8341912,-0.5173047),(-0.3016515,0.825164,-0.4776095),(-0.2828896,0.8203833,-0.4969355),(0.4392008,0.7868679,-0.4335222),(0.6276467,0.6655392,-0.4038776),(0.6764536,0.6137663,-0.4070643),(0.4903752,0.7499085,-0.4440377),(0.7540237,0.5353065,-0.3806511),(0.8400239,0.4057139,-0.3602169),(0.868696,0.349748,-0.3507757),(0.7936569,0.4769613,-0.3776462),(0.8283713,0.421152,-0.369367),(0.7232703,0.5598815,-0.4042436),(0.8909048,0.3018668,-0.33936),(0.9078667,0.2623879,-0.3270025),(0.8579521,0.3694126,-0.3570049),(0.7663945,0.5056486,-0.3961804),(0.5433587,0.7085341,-0.4502674),(0.5957937,0.6636572,-0.4523152),(0.8952306,0.2852648,-0.3423246),(0.9243208,0.1884815,-0.3318217),(0.9375436,0.1612756,-0.3082242),(0.9144432,0.2403296,-0.3256305),(0.9366568,0.1205261,-0.3288577),(0.9396882,0.08400881,-0.3315548),(0.9483426,0.1032338,-0.2999818),(0.9469695,0.115233,-0.2999503),(0.9519012,0.1213979,-0.28133),(0.9451407,0.1472925,-0.2915718),(0.9508667,0.1297334,-0.2811084),(0.9489139,0.1597655,-0.2720982),(0.9528893,0.1360647,-0.2710873),(0.9487858,0.1443095,-0.2810339),(0.9272295,0.207649,-0.3116524),(0.9354128,0.1860564,-0.3006423),(0.9349716,0.08757282,-0.3437426),(0.9181232,0.1403379,-0.3706144),(0.9178984,0.2053465,-0.3395514),(0.9411359,0.1310479,-0.311592),(0.8782901,0.2462193,-0.4098568),(0.7953511,0.4055037,-0.4505368),(0.7546014,0.496194,-0.4293813),(0.863538,0.3285404,-0.3825749),(0.8394291,0.3968543,-0.3713025),(0.9083506,0.2641372,-0.3242386),(0.7070998,0.566511,-0.4231729),(0.6560789,0.6191686,-0.4314983),(0.8105819,0.4501553,-0.3745894),(0.893362,0.3133056,-0.3220933),(0.9395427,0.1756629,-0.2939425),(0.9327729,0.217254,-0.2876376),(0.6657802,0.5827002,-0.4660444),(0.4809054,0.7507493,-0.4528858),(0.3873907,0.8109185,-0.4385654),(0.5950172,0.6659127,-0.4500166),(0.1907089,0.8861908,-0.422251),(-0.2412017,0.9030161,-0.3555048),(-0.3294003,0.8860579,-0.3261854),(0.08872443,0.9105784,-0.4037015),(-0.009899682,0.9199356,-0.3919446),(0.2957351,0.8511198,-0.4337464),(-0.4157889,0.8576272,-0.302647),(-0.4998123,0.8181578,-0.2842628),(-0.107837,0.9161871,-0.3859692),(0.2033458,0.8758398,-0.4376702),(0.522011,0.7266544,-0.4466295),(0.4467913,0.7699816,-0.4555279),(-0.6200403,0.7485313,-0.2350553),(-0.8209805,0.5612688,-0.1047298),(-0.8640926,0.4999596,-0.05817626),(-0.6845542,0.702368,-0.1951019),(-0.9218963,0.3868635,0.02106528),(-0.9679791,0.2081854,0.1402686),(-0.9724628,0.1431069,0.1839473),(-0.9450196,0.319638,0.0690624),(-0.9631932,0.2480007,0.1037037),(-0.902358,0.4304438,-0.0216391),(-0.9741294,0.07799059,0.212107),(-0.9742019,0.014179,0.2252326),(-0.9767365,0.1744967,0.1246464),(-0.9346359,0.3555823,0.004118792),(-0.7462583,0.6456372,-0.1620223),(-0.8029694,0.5802441,-0.1362238),(-0.969583,0.04193437,0.2411439),(-0.9482719,-0.06958348,0.3097394),(-0.9371361,-0.1049089,0.3328212),(-0.9612623,-0.01166912,0.2753883),(-0.9289743,-0.1287733,0.347022),(-0.9249724,-0.1432734,0.3519927),(-0.9225252,-0.1412232,0.35917),(-0.9269007,-0.1270591,0.3531446),(-0.9297914,-0.1358689,0.3420931),(-0.9210972,-0.1492763,0.3595781),(-0.9329116,-0.1066795,0.343941),(-0.924358,-0.1549249,0.3486552),(-0.9422117,-0.08439106,0.324215),(-0.9265835,-0.1638867,0.3385029),(-0.9537592,-0.06199951,0.2941077),(-0.948167,-0.109328,0.2983734),(-0.9397873,-0.110365,0.323449),(-0.9650396,-0.01013225,0.2619082),(-0.9693112,0.05334528,0.2399793),(-0.947281,-0.06674105,0.3133756),(-0.9675016,0.1954709,0.1604115),(-0.8519359,0.5236453,0.0009165431),(-0.8051094,0.5915759,-0.04285809),(-0.9544887,0.2704707,0.1256851),(-0.9351245,0.3445337,0.08269578),(-0.9706751,0.1194268,0.2086319),(-0.7519938,0.6527239,-0.09196109),(-0.6941617,0.7049333,-0.1456316),(-0.9095313,0.4144229,0.0317242),(-0.9683266,0.1850414,0.1676404),(-0.9557736,-0.01934694,0.2934664),(-0.9642671,0.02922854,0.2633143),(-0.5907323,0.7887667,-0.1699481),(-0.3064079,0.9025795,-0.3024309),(-0.220215,0.9164494,-0.3341045),(-0.5142203,0.8311346,-0.2116431),(-0.01295679,0.9191101,-0.3937874),(0.3087913,0.8496283,-0.4275275),(0.3548733,0.8264655,-0.437058),(0.06264737,0.9085681,-0.4130125),(0.1332602,0.8926756,-0.4305484),(-0.1361378,0.9209902,-0.3650253),(0.3962208,0.8029157,-0.4453487),(0.4325944,0.7797732,-0.4525659),(0.1976358,0.8727625,-0.4463471),(-0.05636486,0.9170822,-0.394694),(-0.4353346,0.8633754,-0.255082),(-0.3564351,0.8850391,-0.2994327),(0.5658889,0.7201792,-0.401387),(0.6867688,0.6269522,-0.3678039),(0.6909142,0.6179351,-0.3752251),(0.5835136,0.7018314,-0.4085886),(0.7233344,0.5938223,-0.3523667),(0.7002854,0.6180167,-0.3572895),(0.6901833,0.6247141,-0.3652112),(0.720134,0.5932153,-0.359865),(0.7142526,0.5953847,-0.3679134),(0.6922714,0.6117681,-0.3827534),(0.6776551,0.6333854,-0.3736396),(0.6627353,0.6437955,-0.3825041),(0.7058593,0.600049,-0.3764356),(0.6911129,0.6082549,-0.3903702),(0.5978897,0.6856343,-0.4152512),(0.6092393,0.6717044,-0.4214745),(0.6419641,0.6726871,-0.3679322),(0.5704148,0.7323279,-0.3719175),(0.546051,0.7465019,-0.380215),(0.624402,0.6844703,-0.3763279),(0.4831689,0.7934561,-0.3701019),(0.3786997,0.8514051,-0.3628989),(0.3440829,0.8639073,-0.3677925),(0.4530133,0.8076994,-0.3773602),(0.4212761,0.8210512,-0.3852289),(0.5199735,0.7606651,-0.3886081),(0.3078223,0.8744994,-0.3748284),(0.2721979,0.8824354,-0.3836874),(0.3890364,0.8329619,-0.3934786),(0.4925263,0.7744886,-0.39697),(0.6048355,0.6971496,-0.3849111),(0.583293,0.7105172,-0.3936173),(0.2719454,0.8971606,-0.3480636),(0.1802659,0.9280877,-0.325818),(0.1428609,0.9354733,-0.3232344),(0.2347352,0.9071023,-0.3493778),(0.1047487,0.948243,-0.2997716),(0.04481877,0.9609106,-0.273207),(0.06953023,0.9532679,-0.2940169),(0.01401406,0.9638892,-0.2659345),(0.1045171,0.9387177,-0.328459),(0.03427334,0.9537327,-0.298696),(-0.01573309,0.9626458,-0.2703063),(0.001064263,0.9495411,-0.3136409),(-0.04430212,0.9571377,-0.286225),(0.06839661,0.9374755,-0.3412648),(0.1959947,0.9139243,-0.3554271),(0.15896,0.9169739,-0.3659109),(-0.01375244,0.9685126,-0.2485844),(-0.0852288,0.9706285,-0.224981),(-0.04071689,0.9694543,-0.2418685),(-0.1118186,0.9690062,-0.2202805),(-0.1704428,0.9651308,-0.1986749),(-0.2690945,0.9488068,-0.1653903),(-0.200405,0.9598749,-0.1961583),(-0.3061018,0.937812,-0.1637384),(-0.1364632,0.9649419,-0.2241983),(-0.229067,0.9528276,-0.1991173),(-0.3430397,0.9248508,-0.1642404),(-0.3825268,0.9088194,-0.1664947),(-0.2596104,0.9431927,-0.2073398),(-0.162085,0.9579805,-0.236647),(-0.0658151,0.9670137,-0.2460754),(-0.09087839,0.9610087,-0.2611579),(-0.3830776,0.9155237,-0.1227513),(-0.5200111,0.8512561,-0.07036839),(-0.5665808,0.8215439,-0.06365419),(-0.4268104,0.8963885,-0.1196681),(-0.6812689,0.731985,-0.008408537),(-0.8467644,0.5281795,0.06337556),(-0.8808298,0.4664243,0.08116186),(-0.7256171,0.6880895,0.00353967),(-0.7689146,0.6390411,0.01992034),(-0.6136567,0.7877292,-0.05392824),(-0.9109588,0.3992794,0.1035849),(-0.9360862,0.3266788,0.1304745),(-0.8108273,0.5838443,0.04104939),(-0.6619022,0.7484879,-0.04063552),(-0.4713184,0.8743252,-0.1158207),(-0.5182574,0.8480359,-0.1106541),(-0.9519284,0.2737512,0.1374504),(-0.9783769,0.02806365,0.2049174),(-0.9721534,-0.05098166,0.2287328),(-0.9671894,0.1977333,0.1595184),(-0.9441065,-0.2049967,0.2581459),(-0.8557199,-0.4297568,0.2881887),(-0.8182025,-0.4841738,0.310033),(-0.9189477,-0.2759985,0.2817091),(-0.8873023,-0.345228,0.3057976),(-0.9581743,-0.1312204,0.2543288),(-0.7770149,-0.5346531,0.3322555),(-0.7322222,-0.5814368,0.3546574),(-0.8493218,-0.4120187,0.3299891),(-0.9361127,-0.2114365,0.2810472),(-0.9756489,0.1177179,0.1850722),(-0.9763255,0.03467837,0.2135086),(-0.7266695,-0.6213953,0.2929491),(-0.5879342,-0.7586553,0.2806696),(-0.55093,-0.7798852,0.2970778),(-0.6857312,-0.6575185,0.3121572),(-0.4527006,-0.854306,0.2553889),(-0.3242703,-0.9210028,0.2158762),(-0.3101531,-0.9221026,0.2313691),(-0.4249301,-0.8639892,0.2701057),(-0.3991243,-0.8703851,0.2883223),(-0.5150336,-0.7967495,0.3161183),(-0.2980414,-0.9211577,0.2502793),(-0.2882798,-0.9178412,0.2728778),(-0.3749785,-0.8736682,0.3099919),(-0.4796946,-0.8098758,0.3376305),(-0.6440248,-0.6888695,0.3327025),(-0.6011918,-0.7162051,0.3544275),(-0.2134101,-0.962775,0.1658929),(-0.133922,-0.9841479,0.1162654),(-0.1428398,-0.9804879,0.1350561),(-0.2131937,-0.9595953,0.1836449),(-0.08406916,-0.9937401,0.07357225),(-0.0600854,-0.9972896,0.04246339),(-0.07406349,-0.9956702,0.05617337),(-0.09748697,-0.9910522,0.09116938),(-0.1149443,-0.9873948,0.1088083),(-0.1545159,-0.9757468,0.1550584),(-0.09358666,-0.9932115,0.06908304),(-0.1377853,-0.9822457,0.1273131),(-0.1196839,-0.9894345,0.08182341),(-0.1703003,-0.9693449,0.1771108),(-0.214985,-0.9551039,0.2038581),(-0.2198067,-0.9487233,0.2271765),(-0.07073322,-0.9970393,0.03015696),(-0.130418,-0.9906574,0.03986556),(-0.0858477,-0.9955248,0.03950143),(-0.1520511,-0.9872315,0.04747977),(-0.2486252,-0.9662922,0.06681995),(-0.431492,-0.8965271,0.1002689),(-0.4896854,-0.863998,0.1171136),(-0.2844162,-0.9556016,0.07702475),(-0.3253088,-0.9417055,0.0858197),(-0.1798997,-0.9822348,0.05339399),(-0.5507738,-0.8238677,0.1337544),(-0.6127435,-0.7759335,0.149908),(-0.3704023,-0.9241985,0.09305405),(-0.2139067,-0.9751475,0.0577168),(-0.1074296,-0.9930778,0.04749047),(-0.1360215,-0.9892058,0.05449865),(-0.6277173,-0.7701197,0.1135188),(-0.8061168,-0.5820379,0.1068069),(-0.8704996,-0.4770885,0.1209008),(-0.6998459,-0.7017665,0.1331901),(-0.9577249,-0.2642618,0.1137045),(-0.9502327,0.271309,0.1531313),(-0.9117115,0.3873769,0.1368251),(-0.9845908,-0.1319115,0.1148062),(-0.9933509,0.005712594,0.1149839),(-0.9238827,-0.3579673,0.1352783),(-0.8620673,0.4927306,0.1185601),(-0.8041397,0.586522,0.09670187),(-0.9831039,0.1445551,0.1122961),(-0.9625419,-0.2268578,0.1484879),(-0.7693756,-0.6200852,0.1534782),(-0.8329556,-0.52536,0.1737287),(-0.67916,0.7158144,0.1623313),(-0.4397385,0.8889965,0.1277307),(-0.3705886,0.9219407,0.1126472),(-0.6095532,0.7800875,0.1410973),(-0.2848228,0.9551309,0.08124576),(-0.1783923,0.9831206,0.0406195),(-0.1364541,0.9899405,0.03739302),(-0.2256896,0.9714386,0.07328881),(-0.1734688,0.9828169,0.06308345),(-0.3085822,0.9464535,0.09488279),(-0.09921701,0.9945326,0.03256979),(-0.1293665,0.9903491,0.04972967),(-0.06755371,0.9973857,0.02565421),(-0.2551184,0.9641389,0.07314914),(-0.5427824,0.8316365,0.1173373),(-0.4807802,0.8722566,0.08954844),(-0.09843294,0.9950367,0.014589),(-0.04218593,0.9991062,0.002678611),(-0.03083463,0.9995237,0.001293743),(-0.07492942,0.9971002,0.01329025),(-0.008714069,0.999961,-0.001412519),(0.003371323,0.9999888,-0.003326062),(-0.003530238,0.9999846,-0.004268541),(0.007910336,0.9999303,-0.008753767),(0.004293691,0.999952,-0.008802583),(-0.01893482,0.9998201,-0.001153782),(0.01706298,0.9997064,-0.01719851),(0.01589283,0.9997632,-0.0148624),(0.03278273,0.9990588,-0.02840199),(-0.006138792,0.9999703,-0.00465554),(-0.05327441,0.9985206,0.01088898),(-0.03380617,0.9994024,0.007198806),(0.01068983,0.9999266,-0.005701165),(0.02941296,0.9995273,-0.008939508),(0.01755142,0.9997385,-0.01466248),(0.0391232,0.9989932,-0.0219531),(0.0596167,0.9981236,-0.01396955),(0.1012581,0.9946226,-0.02174),(0.07262958,0.996883,-0.03080989),(0.1179418,0.9921557,-0.04143477),(0.05585825,0.9975058,-0.04315111),(0.09269945,0.9939031,-0.05969508),(0.14085,0.9869664,-0.07783694),(0.1240188,0.9872046,-0.1002314),(0.1747264,0.9759312,-0.1304954),(0.08313467,0.9939213,-0.07217343),(0.03060755,0.9991168,-0.02878812),(0.05261594,0.9974723,-0.04775415),(0.1528695,0.9876941,-0.03303457),(0.21338,0.9757906,-0.04797456),(0.1730229,0.9834425,-0.05388692),(0.236224,0.9693649,-0.06730501),(0.2832055,0.9567711,-0.06620886),(0.3622708,0.927972,-0.08733735),(0.3077581,0.9480852,-0.08012103),(0.3871802,0.9175348,-0.09067159),(0.2597484,0.9589847,-0.1134864),(0.3280695,0.9364141,-0.1244949),(0.4017845,0.9070624,-0.1257262),(0.3451476,0.9171306,-0.1993605),(0.4044071,0.8939097,-0.19334),(0.2871919,0.939611,-0.1861508),(0.1973841,0.975551,-0.09664274),(0.2305323,0.9596828,-0.1608219),(0.4187903,0.9010637,-0.1126888),(0.4229774,0.8953464,-0.1394453),(0.4348429,0.8932374,-0.1141864),(0.4401083,0.8922008,-0.1014027),(0.3729859,0.9144068,-0.1572953),(0.2630206,0.9526753,-0.1524135),(0.2318848,0.965081,-0.1218522),(0.3682986,0.9214157,-0.1238915),(0.3568929,0.9273379,-0.1125691),(0.4335945,0.8937198,-0.1151549),(0.2080624,0.9716973,-0.1118676),(0.336169,0.9335732,-0.1242237),(0.1931651,0.9734796,-0.122575),(0.4152556,0.8982753,-0.1437503),(0.4473282,0.8862562,-0.1201976),(0.4368631,0.8832059,-0.1705814),(0.1373703,0.984362,-0.1102762),(0.04890505,0.9982529,-0.03315824),(0.07889377,0.9922653,-0.09583951),(-0.0271025,0.998576,-0.04594958),(-0.001177349,0.9979072,0.06465247),(-0.02016551,0.9933047,0.11375),(-0.08653094,0.9960778,0.01847832),(-0.107008,0.9930022,0.0499591),(-0.06897832,0.9936106,-0.08932985),(-0.1328873,0.9888347,-0.0674316),(-0.1537981,0.9863697,-0.05848947),(-0.127291,0.9721487,-0.1967836),(-0.1460776,0.9652988,-0.2164704),(-0.06712339,0.9841319,-0.164252),(0.04397245,0.9934726,-0.1052544),(0.03901242,0.9896333,-0.1382175),(0.007192554,-0.9999543,-0.006293315),(0.006917168,-0.999958,-0.006015864),(0.006289622,-0.9999652,-0.005482429),(0.01766643,-0.9996397,-0.02020735),(0.01717251,-0.9996504,-0.02010227),(0.01784662,-0.9996352,-0.02026827),(0.005631108,-0.9999709,-0.005144724),(0.004985646,-0.9999747,-0.005065513),(0.01662346,-0.9996554,-0.02032016),(0.01608985,-0.9996508,-0.02095998),(0.03427054,-0.9984025,-0.04492131),(0.03398234,-0.998357,-0.04613629),(0.03371227,-0.9982772,-0.04802264),(0.05732242,-0.9949037,-0.0829505),(0.05738192,-0.9945865,-0.08663116),(0.05726682,-0.995125,-0.08029105),(0.03446537,-0.9984415,-0.04389523),(0.03446655,-0.998427,-0.04422403),(0.05704886,-0.9952865,-0.07842314),(0.05679808,-0.9953703,-0.07753594),(0.004487774,-0.9999764,-0.005210852),(0.004239638,-0.9999759,-0.005497373),(0.01578095,-0.9996335,-0.02199311),(0.01587344,-0.9996015,-0.02334125),(0.004218572,-0.9999738,-0.005891066),(0.004400942,-0.9999701,-0.006357654),(0.01637425,-0.9995532,-0.02500777),(0.01728966,-0.999486,-0.02699671),(0.03437465,-0.9979609,-0.05378258),(0.03563312,-0.9976983,-0.05769245),(0.03759149,-0.9973437,-0.06238886),(0.06108355,-0.9926437,-0.1045338),(0.06417523,-0.9914918,-0.1132497),(0.05901422,-0.9935027,-0.09731247),(0.03375444,-0.9981492,-0.05058439),(0.05782587,-0.9941334,-0.09140514),(0.004723846,-0.999965,-0.006905168),(0.005139843,-0.9999582,-0.007563289),(0.01856618,-0.9993966,-0.02935723),(0.02016083,-0.9992797,-0.0321504),(0.005656281,-0.9999492,-0.008339383),(0.006281285,-0.9999375,-0.009242006),(0.02209766,-0.9991289,-0.03540063),(0.02440386,-0.9989359,-0.03913575),(0.04358519,-0.9962611,-0.07459304),(0.04767155,-0.9954686,-0.08227848),(0.05256879,-0.9944514,-0.09112003),(0.08036354,-0.9853796,-0.1502286),(0.08837876,-0.9820392,-0.1666983),(0.07373357,-0.9879698,-0.1359375),(0.04024458,-0.9968742,-0.06798633),(0.0683718,-0.9899664,-0.12366),(0.00701001,-0.9999226,-0.01027442),(0.007825447,-0.9999041,-0.01142326),(0.02711737,-0.9986922,-0.04334211),(0.03024643,-0.9983912,-0.04796208),(0.008710822,-0.9998819,-0.01266104),(0.009648995,-0.9998561,-0.01395974),(0.03375504,-0.9980275,-0.05293138),(0.03760967,-0.997597,-0.05818702),(0.06529504,-0.9915538,-0.1120604),(0.07315421,-0.989588,-0.1239522),(0.08195284,-0.9872192,-0.1366823),(0.1231633,-0.9657857,-0.2282295),(0.1384165,-0.9576606,-0.2524425),(0.1097059,-0.9724185,-0.205832),(0.05841573,-0.9931613,-0.1010861),(0.0980871,-0.9777755,-0.1852947),(0.01063707,-0.9998266,-0.01529137),(0.01166455,-0.9997938,-0.01662131),(0.04177418,-0.9970961,-0.06367394),(0.04617389,-0.9965268,-0.06929912),(0.01271216,-0.9997585,-0.01792973),(0.01376012,-0.9997209,-0.01919762),(0.05072959,-0.9958938,-0.07498045),(0.05535641,-0.9952054,-0.08063415),(0.102132,-0.9811134,-0.1642723),(0.1132496,-0.9773379,-0.1788441),(0.1248489,-0.9730732,-0.1937551),(0.1944072,-0.9220504,-0.3347071),(0.2158207,-0.9057289,-0.3647965),(0.1742106,-0.9360026,-0.3058593),(0.09165072,-0.9844025,-0.150173),(0.1554703,-0.9478027,-0.2783867),(0.0141016,-0.9996748,-0.02124749),(0.01338395,-0.9995886,-0.02536273),(0.0588435,-0.9944361,-0.08737583),(0.0603799,-0.9934667,-0.09684122),(0.01231711,-0.9993981,-0.03243008),(0.01161285,-0.9989931,-0.04333472),(0.06072573,-0.9920796,-0.1099558),(0.06066988,-0.989963,-0.1276421),(0.1430542,-0.9625672,-0.230217),(0.1489678,-0.9556125,-0.2541914),(0.153658,-0.9467826,-0.2828283),(0.2854135,-0.807624,-0.5160258),(0.27087,-0.838318,-0.4731302),(0.2546983,-0.864452,-0.4334185),(0.1352286,-0.9682405,-0.2102942),(0.2364767,-0.8867156,-0.3972584),(0.01065386,-0.9981565,-0.05975086),(0.008626644,-0.9964947,-0.08321106),(0.05976027,-0.9866245,-0.1516598),(0.05736962,-0.981302,-0.1837255),(0.0058289,-0.9934191,-0.1143885),(0.002530899,-0.9880678,-0.1539989),(0.05399328,-0.9729276,-0.2247147),(0.0500822,-0.9600219,-0.2754084),(0.1566519,-0.9195693,-0.3603507),(0.1547443,-0.8982969,-0.4112383),(0.1512493,-0.8694306,-0.4703339),(0.3093956,-0.6188248,-0.7220319),(0.3086804,-0.6779145,-0.6671943),(0.304721,-0.728574,-0.6134533),(0.156477,-0.9351924,-0.3176951),(0.2971093,-0.7714574,-0.5626541),(-0.002439868,-0.9793468,-0.2021728),(-0.01139418,-0.9663195,-0.257093),(0.04657945,-0.9413322,-0.3342516),(0.04322955,-0.9165508,-0.3975749),(-0.02648127,-0.9486327,-0.3152693),(-0.04974878,-0.9263949,-0.3732527),(0.03786011,-0.8863972,-0.4613747),(0.02843304,-0.8524133,-0.5220949),(0.1504748,-0.7882665,-0.5966517),(0.1532479,-0.7397823,-0.655162),(0.1557551,-0.689937,-0.7069138),(0.3287034,-0.4151083,-0.8483155),(0.3420658,-0.350568,-0.8718332),(0.318114,-0.48366,-0.8153996),(0.1491755,-0.8322994,-0.5338768),(0.3113092,-0.5527899,-0.7729877),(-0.07636011,-0.9014449,-0.4261058),(-0.09991746,-0.8762082,-0.4714611),(0.01696564,-0.8170105,-0.5763733),(0.006348284,-0.7824566,-0.6226729),(-0.1190052,-0.8509893,-0.5115221),(-0.1324868,-0.8257886,-0.5481975),(-0.003169625,-0.7493357,-0.6621827),(-0.01155797,-0.7180758,-0.695869),(0.1600881,-0.5958713,-0.7869621),(0.1618078,-0.5540347,-0.8166173),(0.1628704,-0.5159624,-0.8409853),(0.3817827,-0.1844112,-0.905668),(0.3936174,-0.1326914,-0.9096473),(0.3695382,-0.2363309,-0.8986597),(0.15798,-0.6413174,-0.7508357),(0.3563599,-0.291065,-0.8878562),(-0.1297656,-0.8045796,-0.5794934),(-0.09890284,-0.7903169,-0.604663),(-0.010052,-0.6909882,-0.7227962),(0.01169906,-0.6679553,-0.7441093),(-0.03584516,-0.7782124,-0.6269774),(0.0641292,-0.7581068,-0.6489695),(0.05809607,-0.6418033,-0.7646656),(0.1325691,-0.6006393,-0.7884527),(0.1832974,-0.4438656,-0.8771461),(0.2115304,-0.3964687,-0.8933462),(0.253951,-0.3257628,-0.9107071),(0.4204276,0.07522836,-0.904202),(0.4189602,0.1832643,-0.889318),(0.4145659,-0.008981767,-0.9099749),(0.1682043,-0.4805844,-0.860666),(0.4051673,-0.07600884,-0.9110775),(0.1743911,-0.7094342,-0.682855),(0.2585912,-0.6229277,-0.7383033),(0.2132606,-0.5270494,-0.8226414),(0.2708302,-0.4157786,-0.8682045),(0.3022381,-0.5067151,-0.8073982),(0.2942678,-0.3748322,-0.8791515),(0.2919596,-0.2813924,-0.9140996),(0.2695974,-0.1450862,-0.9519808),(0.3183815,-0.08661804,-0.9439971),(0.3129907,0.05805036,-0.9479805),(0.277709,0.1895614,-0.9417772),(0.3424966,0.5742779,-0.7435731),(0.2957966,0.6735492,-0.6773741),(0.3806421,0.4489127,-0.8084485),(0.2956677,-0.2215414,-0.9292471),(0.4060276,0.3118294,-0.8590134),(0.247166,-0.2448832,-0.9375187),(0.1776954,-0.1319989,-0.9751927),(0.2169726,-0.02577732,-0.9758373),(0.1487483,0.06537172,-0.986712),(0.08695764,-0.04450108,-0.9952176),(-0.02236014,0.01159131,-0.9996828),(0.06644989,0.1238521,-0.9900733),(-0.02757774,0.1449089,-0.9890606),(0.1594027,0.3665711,-0.9166332),(0.08646447,0.4046532,-0.9103734),(0.005819506,0.4046058,-0.9144727),(0.1334886,0.8115306,-0.5688576),(0.06964755,0.8097724,-0.5825958),(0.1915841,0.7895853,-0.5829671),(0.2234062,0.2943455,-0.9292203),(0.2452239,0.744625,-0.6208049),(-0.1225211,0.03539402,-0.9918346),(-0.1857104,0.03603008,-0.9819437),(-0.1119833,0.1278171,-0.9854555),(-0.1649316,0.08438801,-0.9826882),(-0.2112643,0.02542368,-0.9770983),(-0.2009674,0.01357711,-0.9795039),(-0.1856758,0.03006758,-0.982151),(-0.1768215,-0.02092469,-0.9840205),(-0.1167712,0.2950488,-0.9483199),(-0.1405401,0.2136666,-0.9667445),(-0.1407055,0.1380474,-0.9803799),(-0.06948488,0.659057,-0.7488762),(-0.08401542,0.5850619,-0.8066251),(-0.03828506,0.7284958,-0.6839797),(-0.06743409,0.3643453,-0.9288192),(0.008774808,0.7812136,-0.6242022),(-0.1737108,0.00454523,-0.9847862),(-0.1481982,-0.001220184,-0.988957),(-0.1543623,-0.06068642,-0.9861488),(-0.1329207,-0.0890594,-0.9871172),(-0.1245417,-0.003150677,-0.9922094),(-0.1029476,-0.0005500769,-0.9946865),(-0.1124982,-0.1073136,-0.9878401),(-0.09313116,-0.1165928,-0.9888037),(-0.117181,0.03753601,-0.992401),(-0.1042994,0.00890538,-0.9945061),(-0.09085559,-0.009669256,-0.9958171),(-0.08543215,0.4090759,-0.9084923),(-0.07874231,0.3650186,-0.9276643),(-0.08869109,0.4592973,-0.8838438),(-0.1294019,0.07947702,-0.9884019),(-0.08830115,0.5176182,-0.851043),(-0.08187216,0.007987595,-0.9966108),(-0.05964165,0.02271159,-0.9979615),(-0.07411065,-0.1177411,-0.990275),(-0.054633,-0.1113872,-0.9922743),(-0.03598523,0.04386118,-0.9983894),(-0.0104126,0.0716208,-0.9973775),(-0.03446736,-0.09821552,-0.994568),(-0.01318866,-0.07890157,-0.9967953),(-0.06055009,-0.02564982,-0.9978355),(-0.04318879,-0.02521231,-0.9987487),(-0.02414532,-0.02031679,-0.9995019),(-0.03955201,0.2592307,-0.9650053),(-0.02082992,0.2321022,-0.9724684),(-0.05558295,0.2902822,-0.9553255),(-0.07641405,-0.02077608,-0.9968597),(-0.06872678,0.3255252,-0.9430323),(0.01441319,0.1054138,-0.994324),(0.03583334,0.1451603,-0.988759),(0.006423397,-0.05432148,-0.9985029),(0.02148413,-0.02459115,-0.9994667),(0.05430269,0.1918101,-0.9799286),(0.07041959,0.2468629,-0.9664884),(0.03216462,0.0112009,-0.9994199),(0.03869169,0.05420791,-0.9977797),(0.004236718,5.169541e-5,-0.9999911),(0.009959149,0.01618954,-0.9998194),(0.01012364,0.03745061,-0.9992472),(0.008520235,0.1693242,-0.9855235),(0.004883949,0.1549376,-0.9879122),(0.005490852,0.1871658,-0.982313),(-0.007113201,-0.01182635,-0.9999048),(-0.004280202,0.2082181,-0.978073),(0.08329242,0.3111698,-0.9466972),(0.09128402,0.3846443,-0.9185401),(0.04174666,0.1054802,-0.9935448),(0.04156338,0.1654447,-0.9853429),(0.09289844,0.4644631,-0.8807065),(0.08665425,0.5457979,-0.8334241),(0.03713314,0.2337275,-0.9715928),(0.02726685,0.3095153,-0.9505034),(-0.001173503,0.09768599,-0.9952166),(-0.01230926,0.1366547,-0.9905422),(-0.02823903,0.1817456,-0.9829401),(-0.03256818,0.1337086,-0.9904854),(-0.05234151,0.1334517,-0.9896721),(-0.01644619,0.1373438,-0.9903869),(0.006069413,0.06459071,-0.9978934),(-0.003916951,0.1443793,-0.9895146),(0.07634435,0.622931,-0.7785426),(0.06638256,0.6906946,-0.7200931),(0.01719224,0.3911245,-0.9201772),(0.01248558,0.4736747,-0.8806114),(0.05667559,0.7467175,-0.6627225),(0.04710687,0.7915955,-0.6092271),(0.01214922,0.5506175,-0.8346692),(0.01527744,0.6171338,-0.78671),(-0.04372261,0.2934693,-0.9549681),(-0.03587577,0.3559879,-0.9338017),(-0.01848623,0.4174319,-0.9085202),(-0.05312245,0.1698854,-0.9840309),(-0.02641284,0.1974885,-0.9799493),(-0.06674737,0.1502473,-0.9863927),(-0.04135418,0.2342284,-0.9713017),(-0.06668093,0.1383025,-0.9881427),(0.0388076,0.8280371,-0.5593284),(0.03297909,0.8590904,-0.5107602),(0.01861712,0.6719629,-0.7403508),(0.01970243,0.7172869,-0.6964993),(0.03011796,0.8870793,-0.4606334),(0.03058963,0.9131875,-0.40639),(0.01988944,0.7569313,-0.6531916),(0.02008361,0.7936745,-0.6080111),(0.01125738,0.5228538,-0.852348),(0.01714945,0.5680583,-0.8228096),(0.01850548,0.6113949,-0.7911092),(0.03005047,0.3053836,-0.9517552),(0.03143628,0.3470545,-0.9373178),(0.02039739,0.2665841,-0.9635959),(-0.000182344,0.4734652,-0.8808125),(0.001785504,0.2305908,-0.9730492),(0.03422852,0.9374043,-0.3465568),(0.04104565,0.9586977,-0.2814493),(0.02182878,0.8290723,-0.558715),(0.02671078,0.8632874,-0.5040053),(0.05163183,0.9757833,-0.2125578),(0.06654941,0.9876084,-0.1421296),(0.0354485,0.8956199,-0.4434054),(0.04873237,0.9250676,-0.3766631),(0.01976022,0.6992499,-0.7146041),(0.02348767,0.7446385,-0.6670547),(0.03039089,0.7906148,-0.6115592),(0.02015302,0.4967674,-0.8676496),(0.01689293,0.5562294,-0.830857),(0.02424666,0.4421769,-0.8966),(0.01836115,0.6548087,-0.7555717),(0.02825525,0.3923498,-0.9193819),(0.0826759,0.9938039,-0.07428637),(0.09667674,0.9952317,-0.01293978),(0.06488152,0.9499576,-0.3055665),(0.0818667,0.9688791,-0.2336048),(0.1085116,0.9933198,0.03925679),(0.1183628,0.9897082,0.08042313),(0.09928693,0.981244,-0.1652339),(0.1169144,0.9876166,-0.1046162),(0.05756478,0.87704,-0.476956),(0.07812639,0.9118409,-0.4030415),(0.1026088,0.9382037,-0.3305227),(0.04664719,0.7483267,-0.6616881),(0.07344275,0.8046767,-0.5891532),(0.02814478,0.6853876,-0.7276344),(0.04151941,0.8356251,-0.5477287),(0.01830468,0.6199073,-0.7844616),(0.1290452,0.9854553,0.1105677),(0.1432326,0.9809934,0.1309058),(0.1357773,0.9892746,-0.05385351),(0.1568689,0.9875388,-0.01261657),(0.1611791,0.9766101,0.1423169),(0.1832026,0.9722484,0.1454984),(0.1803555,0.9833911,0.0203419),(0.2064157,0.9773725,0.04621056),(0.157307,0.9665037,-0.2027933),(0.1861692,0.9711831,-0.1488106),(0.2161051,0.971173,-0.1006063),(0.1719512,0.9144812,-0.3662744),(0.2065251,0.9322035,-0.2972275),(0.1380114,0.8879066,-0.4388337),(0.1294618,0.9560025,-0.2632468),(0.1050317,0.8514872,-0.5137488),(0.2038547,0.9690293,0.1393752),(0.2174268,0.9682961,0.1229975),(0.2297269,0.9711644,0.06375898),(0.2452853,0.966873,0.07065253),(0.223693,0.9697852,0.09735546),(0.2223235,0.9729098,0.06339464),(0.2537383,0.965023,0.06593715),(0.2556728,0.9655411,0.04859837),(0.2626297,0.9644595,-0.02904298),(0.2764925,0.9609537,-0.01094814),(0.2855662,0.9583299,-0.007461473),(0.2871786,0.9481037,-0.1364844),(0.3058347,0.9459601,-0.107817),(0.2651169,0.9473885,-0.1793542),(0.2428307,0.9682319,-0.05966685),(0.2384776,0.94257,-0.2338596),(0.22034,0.9750934,0.02535774),(0.2243309,0.9744483,-0.01123353),(0.256636,0.9662816,0.02092414),(0.261092,0.9652396,-0.01197641),(0.2330711,0.9715118,-0.04292663),(0.2453488,0.9671566,-0.06642405),(0.267518,0.9624773,-0.04551443),(0.2744041,0.9586642,-0.07526863),(0.2997781,0.953216,-0.03888923),(0.3052301,0.9500312,-0.06538691),(0.3077835,0.9468821,-0.09318654),(0.3379985,0.9352549,-0.1051447),(0.3385149,0.9329745,-0.1223372),(0.3319546,0.9385208,-0.09478841),(0.2927909,0.9560061,-0.01804748),(0.3210821,0.9423246,-0.09450133),(0.260818,0.9621174,-0.07939729),(0.2798393,0.9565792,-0.081524),(0.2831883,0.9541375,-0.09708831),(0.2959928,0.9489678,-0.1088504),(0.3025854,0.9502813,-0.07353634),(0.3290922,0.9426306,-0.05608877),(0.312698,0.9434375,-0.1102067),(0.3330833,0.9375052,-0.1006952),(0.3170809,0.9388655,-0.134131),(0.3269912,0.9342458,-0.1423426),(0.3398186,0.9299423,-0.1404653),(0.3439503,0.9233767,-0.1705103),(0.3497058,0.9203019,-0.175357),(0.3397141,0.927085,-0.1584533),(0.3105419,0.9432963,-0.1172853),(0.3376763,0.9305524,-0.1415874),(0.3508724,0.9358142,-0.03376793),(0.3601935,0.9327919,-0.01265231),(0.3503112,0.9329066,-0.08347034),(0.3583287,0.9313996,-0.06399441),(0.3583317,0.933587,0.003715137),(0.3465564,0.9379545,0.01183508),(0.3583491,0.9324366,-0.04634377),(0.3516848,0.9354797,-0.03457496),(0.3568839,0.9270669,-0.1148083),(0.3583392,0.9283389,-0.09889305),(0.3565108,0.9303244,-0.08600324),(0.3606581,0.9200833,-0.1528793),(0.3624865,0.9211593,-0.1416658),(0.358392,0.9190357,-0.1640994),(0.3510403,0.9273014,-0.1299336),(0.3549623,0.9188241,-0.1725226),(0.3314807,0.9433869,0.01190269),(0.3187886,0.9477999,0.007014118),(0.3332836,0.9423024,-0.03143547),(0.3423114,0.9391044,-0.03009689),(0.3077454,0.9514685,-0.0005264364),(0.2975646,0.9546646,-0.008419594),(0.314137,0.9483333,-0.04451873),(0.3240842,0.9453111,-0.03682918),(0.3409438,0.9367086,-0.07958843),(0.3476063,0.9344926,-0.07676885),(0.3324583,0.9391785,-0.08611036),(0.3517194,0.926588,-0.1331471),(0.357615,0.9249545,-0.1287279),(0.3614433,0.9234564,-0.128791),(0.3527229,0.9324213,-0.07859445),(0.3631098,0.9221814,-0.1331642),(0.2930748,0.956004,-0.01278883),(0.2994292,0.9540585,-0.01070057),(0.3133309,0.9482942,-0.05061449),(0.3087741,0.9497951,-0.05047574),(0.3163829,0.94863,-0.001754743),(0.3435,0.9390412,0.01446445),(0.3490803,0.9367314,-0.02602594),(0.3270809,0.9440135,-0.04308771),(0.3396116,0.9361649,-0.0908801),(0.3298943,0.9391903,-0.09534857),(0.3551789,0.9316509,-0.07664543),(0.3647965,0.9211166,-0.1358959),(0.3554197,0.9235005,-0.1443038),(0.3493692,0.9257721,-0.1445233),(0.3271869,0.940388,-0.09283886),(0.3477949,0.9270977,-0.1397448),(0.3680687,0.9292763,0.03116016),(0.3796784,0.9243666,0.03729113),(0.3869204,0.9219996,0.01446171),(0.3709817,0.9286332,-0.003604779),(0.38221,0.9237453,0.02469923),(0.3795263,0.9250546,-0.01528747),(0.4184864,0.9082226,0.0009905545),(0.4011239,0.9158257,0.01904977),(0.4193577,0.9077431,-0.01189834),(0.3937241,0.9187599,-0.02935362),(0.4548242,0.8905253,-0.009975485),(0.4879482,0.8715657,-0.04774857),(0.4387907,0.8960883,-0.06699526),(0.4035331,0.910287,-0.0924039),(0.3735227,0.9260579,-0.05382888),(0.3796151,0.9176448,-0.1175602),(0.3601951,0.9283465,-0.0918275),(0.2991262,0.9313565,-0.2076016),(0.3805681,0.91261,-0.1493683),(0.4214155,0.905334,-0.05271896),(0.1673338,0.9192417,-0.3563621),(-0.05870521,0.8525923,-0.5192688),(0.06102185,0.888599,-0.4546075),(0.2696535,0.9192839,-0.2867128),(0.3614601,0.903133,-0.2317269),(0.451766,0.8849338,-0.113135),(0.1778135,0.9015753,-0.3943913),(0.2850677,0.8959528,-0.3405951),(0.4373072,0.8783312,-0.1931236),(0.5087544,0.8551301,-0.09960605),(0.4761491,0.8784661,-0.03974051),(0.5216979,0.8514833,-0.05298542),(-0.3016101,0.7027697,-0.6443183),(-0.4860856,0.5105973,-0.7092327),(-0.1812437,0.7766678,-0.6032726),(-0.3886136,0.6012815,-0.6981691),(-0.6281327,0.3151829,-0.7114134),(-0.7512511,0.1418922,-0.6445837),(-0.5721681,0.3930621,-0.7198097),(-0.7420349,0.1796938,-0.6458284),(-0.2689665,0.6794031,-0.6826921),(-0.4928702,0.4719194,-0.7310069),(-0.7186342,0.2272158,-0.6572198),(-0.387236,0.5468813,-0.742273),(-0.6779523,0.2829083,-0.6784862),(-0.1291569,0.7394643,-0.6606897),(-0.05025166,0.8280082,-0.5584597),(0.08557724,0.855681,-0.5103787),(-0.8303977,0.04769043,-0.5551264),(-0.852251,0.06792942,-0.5187039),(-0.8450661,0.04154203,-0.5330455),(-0.8742744,0.02826979,-0.4846081),(-0.8077708,0.1945361,-0.5564728),(-0.6248084,0.4321264,-0.6502931),(-0.8438208,0.1227644,-0.5223939),(-0.6981574,0.3345511,-0.6329706),(-0.8866341,0.005374587,-0.4624404),(-0.8656587,0.0694067,-0.4958002),(-0.7521446,0.2494872,-0.6099464),(-0.8767208,0.03180112,-0.4799473),(-0.7903339,0.1769109,-0.5865789),(-0.8907704,-0.002584268,-0.4544462),(-0.8509166,0.04899504,-0.5230108),(-0.8473557,0.06935927,-0.5264767),(-0.3303311,0.6596264,-0.6751107),(-0.07076126,0.791873,-0.6065724),(-0.4431976,0.5681982,-0.6933447),(-0.1895858,0.7305521,-0.6560113),(0.1412421,0.8514997,-0.504974),(0.3272607,0.8524932,-0.4076221),(0.04810745,0.8201858,-0.570071),(0.2798463,0.8359776,-0.4720462),(-0.3070095,0.6583014,-0.6873024),(-0.0518069,0.7791472,-0.6246965),(0.2260051,0.8151166,-0.5333916),(-0.1560012,0.7283082,-0.6672562),(0.167546,0.7892383,-0.5907885),(-0.4191439,0.5774475,-0.7006232),(-0.5420367,0.4747618,-0.6933957),(-0.6257415,0.3828565,-0.6796092),(0.4505694,0.8231122,-0.3456495),(0.4732692,0.8136545,-0.337613),(0.4418843,0.8035333,-0.3988391),(0.483719,0.7883407,-0.3801773),(0.3986546,0.8382878,-0.3719515),(0.2046132,0.8796492,-0.4293608),(0.4184863,0.8119828,-0.4068824),(0.2257456,0.8586343,-0.4602022),(0.4319481,0.784111,-0.4456353),(0.4886976,0.7619976,-0.4248933),(0.2411645,0.8343163,-0.4957378),(0.2512126,0.806329,-0.535468),(0.4402455,0.7539647,-0.4875665),(0.4898211,0.7336103,-0.4710533),(0.4284813,0.7822405,-0.4522208),(0.4122791,0.7582182,-0.505105),(-0.02323229,0.8837008,-0.4674752),(-0.1749081,0.858843,-0.4814518),(-0.006058017,0.8689183,-0.4949183),(-0.1592672,0.8478472,-0.505756),(-0.2585188,0.8327754,-0.4895437),(-0.2875814,0.8164204,-0.5007541),(-0.2684865,0.8090714,-0.5227985),(-0.2421187,0.8241512,-0.512009),(-0.2270212,0.8121859,-0.5374154),(-0.1460534,0.8328357,-0.5339036),(-0.2497158,0.7990966,-0.5468881),(-0.2325413,0.7860243,-0.5727917),(-0.2145272,0.7964039,-0.5654371),(-0.1363978,0.8133848,-0.5655094),(0.007204123,0.8498853,-0.5269183),(0.01593999,0.8262653,-0.5630556),(-0.2616243,0.814225,-0.518257),(-0.1652286,0.8251833,-0.5401592),(-0.1377108,0.8146905,-0.5633073),(-0.2388189,0.806505,-0.5408468),(0.03151784,0.8315063,-0.5546204),(0.3516795,0.7733735,-0.5274608),(0.3979923,0.742657,-0.5385746),(0.06691263,0.8146659,-0.5760573),(0.1019993,0.7959291,-0.5967353),(-0.1096628,0.8023106,-0.5867467),(0.4411981,0.7109565,-0.5476176),(0.4793659,0.6794285,-0.5555043),(0.1353704,0.7753693,-0.6168284),(-0.08224781,0.7877627,-0.6104631),(-0.2156352,0.7966843,-0.5646198),(-0.1932588,0.784345,-0.5894522),(0.6455221,0.6170785,-0.4500169),(0.804653,0.4533477,-0.3834183),(0.8374612,0.4052265,-0.3666745),(0.6907814,0.5709766,-0.4436291),(0.8826029,0.323332,-0.341275),(0.9207799,0.2312982,-0.3141107),(0.9308752,0.2079638,-0.3003703),(0.9028863,0.2840935,-0.3226257),(0.9193453,0.252373,-0.3018477),(0.8645218,0.3631485,-0.3474553),(0.939139,0.1914087,-0.285273),(0.9462613,0.1806739,-0.2682283),(0.932422,0.2287163,-0.2797824),(0.8857545,0.328868,-0.3275436),(0.7300832,0.5273822,-0.4345647),(0.7621876,0.488536,-0.4247384),(0.9403377,0.1737124,-0.2925556),(0.9494475,0.1491718,-0.2762195),(0.9479921,0.1583401,-0.2761146),(0.9432273,0.1681501,-0.2864398),(0.9506924,0.1554802,-0.2683468),(0.9436299,0.1900185,-0.2710267),(0.9357038,0.2184205,-0.2770395),(0.9459678,0.1760746,-0.2722917),(0.9395837,0.1954576,-0.2810315),(0.945453,0.1689917,-0.2784966),(0.9255952,0.2439908,-0.2893822),(0.91374,0.265834,-0.3072644),(0.9325729,0.2113721,-0.2926256),(0.9429531,0.178453,-0.2810588),(0.9451975,0.1670128,-0.2805501),(0.9472091,0.1680749,-0.2730308),(0.9228911,0.2544011,-0.2890538),(0.8757593,0.3545825,-0.3275923),(0.8560962,0.3918081,-0.3370247),(0.9106613,0.2878298,-0.2963949),(0.779627,0.4935989,-0.3854114),(0.602596,0.6613312,-0.4466755),(0.5457194,0.6995602,-0.4613087),(0.7464128,0.5334142,-0.397916),(0.7094681,0.5710903,-0.4129294),(0.8334399,0.426504,-0.3513864),(0.4843968,0.7343569,-0.4754784),(0.4175822,0.7658154,-0.4890316),(0.6669481,0.6077639,-0.431049),(0.8064362,0.4600253,-0.3715338),(0.8958796,0.3181688,-0.3101103),(0.8780597,0.3460203,-0.330577),(0.3685991,0.8024634,-0.469241),(0.109069,0.889416,-0.4438953),(0.01309534,0.8948187,-0.4462377),(0.2866733,0.8289218,-0.4803199),(-0.204856,0.9017438,-0.3806473),(-0.5791171,0.7703567,-0.2667844),(-0.6519868,0.717146,-0.2462007),(-0.2996188,0.8788346,-0.3713197),(-0.3905349,0.8481845,-0.3578624),(-0.08316345,0.8919849,-0.4443498),(-0.7176723,0.6598737,-0.2225153),(-0.7759587,0.5996422,-0.1957478),(-0.4765224,0.8106405,-0.3402772),(-0.1783932,0.8810791,-0.438036),(0.2013409,0.8490966,-0.4883613),(0.1131273,0.8626696,-0.492954),(-0.8523691,0.5105337,-0.1132348),(-0.9596339,0.280144,0.02494212),(-0.977062,0.207672,0.0471399),(-0.8935717,0.4401572,-0.08826809),(-0.9848571,0.1032559,0.1392649),(-0.9717305,-0.04541634,0.2316835),(-0.9658463,-0.09862017,0.2396143),(-0.9871886,0.03723738,0.1551518),(-0.9847357,-0.02303614,0.1725245),(-0.9877375,0.1391145,0.07086314),(-0.9574953,-0.1452674,0.2491988),(-0.9475096,-0.1853438,0.2605247),(-0.9784327,-0.07734989,0.1915367),(-0.9925285,0.07499099,0.09624664),(-0.9268337,0.3704362,-0.06128822),(-0.9526823,0.3022535,-0.03223751),(-0.9428461,-0.1520991,0.2964913),(-0.9251796,-0.1883223,0.3295108),(-0.9235516,-0.2078619,0.3222514),(-0.9362364,-0.1887436,0.2963735),(-0.9296719,-0.1581314,0.3327227),(-0.9522613,-0.06060508,0.2992081),(-0.9610499,-0.03429803,0.2742386),(-0.9348888,-0.157724,0.3179717),(-0.940167,-0.1534276,0.304214),(-0.9221158,-0.2223743,0.3166263),(-0.9684515,-0.005114255,0.2491497),(-0.9742614,0.02726051,0.2237668),(-0.9456139,-0.1449353,0.2912184),(-0.9212422,-0.2316862,0.3124648),(-0.9290323,-0.2192217,0.2980617),(-0.9218418,-0.2435139,0.3015106),(-0.9706542,0.07811908,0.2274375),(-0.9609323,0.2488252,0.1212234),(-0.9474947,0.3111429,0.07378201),(-0.9732949,0.1280506,0.1905259),(-0.8776336,0.4787841,-0.0229115),(-0.6328912,0.7480556,-0.1996534),(-0.5690922,0.783343,-0.2500158),(-0.8394117,0.5380354,-0.07685059),(-0.7952384,0.5923186,-0.12944),(-0.9278617,0.3720339,0.02576022),(-0.5034612,0.8115919,-0.2963874),(-0.4366061,0.8335039,-0.3385947),(-0.7454869,0.641717,-0.1801357),(-0.9018707,0.4314231,-0.02243616),(-0.9718829,0.1792675,0.152665),(-0.9660451,0.2319035,0.1139197),(-0.2793098,0.8974605,-0.3413953),(0.01775682,0.9068154,-0.4211541),(0.08582181,0.8924847,-0.4428381),(-0.2050338,0.9027855,-0.3780734),(0.2553077,0.8506222,-0.4596302),(0.4641144,0.7578345,-0.458568),(0.4911883,0.7376745,-0.4632175),(0.3065535,0.8278375,-0.4697978),(0.352062,0.8051257,-0.4773102),(0.1481404,0.875323,-0.4602869),(0.514338,0.7194602,-0.4667262),(0.5339471,0.7033233,-0.4692939),(0.392366,0.783042,-0.4825912),(0.2049878,0.8563144,-0.4740313),(-0.1339577,0.9023249,-0.4097133),(-0.06633121,0.8971825,-0.4366505),(0.6178032,0.6601131,-0.4272822),(0.6876675,0.6071819,-0.3980497),(0.6821295,0.6083337,-0.4057455),(0.6238286,0.6508723,-0.4326698),(0.6951106,0.6068907,-0.3853633),(0.645504,0.6556057,-0.391798),(0.6261789,0.6683813,-0.4014557),(0.6821877,0.6155608,-0.3945943),(0.6672839,0.6257352,-0.4039649),(0.6746603,0.6115036,-0.4133967),(0.6050602,0.6817378,-0.4112611),(0.5824797,0.6953241,-0.421001),(0.6505965,0.6371019,-0.4133101),(0.665395,0.6164968,-0.4209288),(0.6275516,0.6439021,-0.4376861),(0.6291403,0.6391343,-0.4423683),(0.5598975,0.7241939,-0.4025642),(0.464124,0.7875321,-0.4054407),(0.4352276,0.7994078,-0.4141548),(0.5349671,0.7377139,-0.4118111),(0.3572597,0.8430898,-0.4019516),(0.238976,0.8877943,-0.3933345),(0.2087868,0.8911073,-0.4029092),(0.3265383,0.8513546,-0.4105704),(0.2971865,0.8578448,-0.4192641),(0.4062748,0.8099623,-0.4229681),(0.1816515,0.8926952,-0.4124295),(0.1575504,0.892835,-0.4219284),(0.2694949,0.8626682,-0.4279908),(0.377717,0.8190959,-0.4317543),(0.5089138,0.7507536,-0.4211599),(0.4821877,0.7630441,-0.4304169),(0.1258977,0.9170759,-0.3783139),(0.03647573,0.9332575,-0.3573513),(0.09727646,0.9155192,-0.3903355),(0.008841784,0.9279408,-0.3726227),(-0.02906412,0.9425107,-0.3329096),(-0.07217436,0.9490518,-0.3067435),(-0.0565437,0.9347588,-0.3507545),(-0.1003982,0.9403486,-0.3250612),(-0.01511194,0.9218733,-0.3871968),(-0.08218219,0.926472,-0.3672814),(-0.1299501,0.9309655,-0.3411982),(-0.1067848,0.9177316,-0.3825777),(-0.1618236,0.9207056,-0.3551258),(-0.03598564,0.915294,-0.4011757),(0.07276312,0.9127169,-0.4020616),(0.05201063,0.9089847,-0.4135717),(-0.117816,0.9527259,-0.2800584),(-0.1913287,0.9488472,-0.2511621),(-0.1481783,0.9436971,-0.2957685),(-0.2259024,0.9384707,-0.2612293),(-0.2947091,0.9310147,-0.21531),(-0.4265022,0.8891135,-0.1660513),(-0.475539,0.8653238,-0.1583585),(-0.3357847,0.9165083,-0.2173965),(-0.3833318,0.8987158,-0.2129941),(-0.2667246,0.9262051,-0.2664623),(-0.5292642,0.8363611,-0.142757),(-0.5870211,0.8008375,-0.1185983),(-0.437697,0.8762848,-0.2013611),(-0.3147102,0.9110606,-0.2663196),(-0.1830075,0.9335744,-0.3081349),(-0.2233895,0.9217771,-0.3168977),(-0.5684795,0.8164979,-0.1008077),(-0.7111378,0.7027227,-0.02153498),(-0.7601039,0.6497783,0.00548216),(-0.6215268,0.7789909,-0.08293101),(-0.8503183,0.5218492,0.06806216),(-0.9548818,0.2489568,0.1619298),(-0.9659407,0.1668745,0.1977659),(-0.8857085,0.4529311,0.1018523),(-0.915048,0.3775613,0.1418962),(-0.8068944,0.589308,0.04046361),(-0.9680839,0.08190299,0.236866),(-0.9606031,-0.004124355,0.2778933),(-0.93648,0.2965322,0.1872799),(-0.8494435,0.5210956,0.08309801),(-0.6760871,0.7346472,-0.05656669),(-0.7305642,0.6825066,-0.02146721),(-0.9684392,-0.05015078,0.2441524),(-0.9060786,-0.2903543,0.3077593),(-0.8686596,-0.3666741,0.3331377),(-0.9515576,-0.1353466,0.2760784),(-0.8057238,-0.4757479,0.3528073),(-0.6846391,-0.624769,0.3754104),(-0.635303,-0.6650555,0.3925444),(-0.7576357,-0.5358649,0.3726085),(-0.7063234,-0.5917221,0.3885514),(-0.8250374,-0.4388366,0.3559995),(-0.5847838,-0.7025881,0.4054599),(-0.5335429,-0.7377295,0.4136267),(-0.6531889,-0.6429062,0.40002),(-0.7768682,-0.5055002,0.3754269),(-0.9258847,-0.218918,0.3079163),(-0.8923083,-0.2987919,0.3383922),(-0.5577387,-0.740334,0.3752775),(-0.4449598,-0.8201011,0.3597845),(-0.4103751,-0.828767,0.3804438),(-0.5141276,-0.7623651,0.3930295),(-0.3519669,-0.8743144,0.3342057),(-0.2796367,-0.9120286,0.300012),(-0.2689039,-0.9043101,0.3315326),(-0.3284113,-0.8734569,0.3594708),(-0.301715,-0.8724189,0.384517),(-0.3743553,-0.8371716,0.3987503),(-0.2525204,-0.8958338,0.3656709),(-0.2270739,-0.8877425,0.4004382),(-0.2693272,-0.8724031,0.4078915),(-0.335252,-0.846438,0.4137015),(-0.4698527,-0.7832786,0.4070788),(-0.4242614,-0.8039449,0.4167432),(-0.225566,-0.939743,0.2569111),(-0.1872292,-0.9602228,0.207165),(-0.2275763,-0.9279761,0.2950751),(-0.1997437,-0.9474232,0.2499832),(-0.1624654,-0.9744941,0.1548103),(-0.1487821,-0.9834226,0.103652),(-0.1835306,-0.9627093,0.1987644),(-0.176789,-0.9736654,0.1439496),(-0.2039991,-0.9306309,0.3038266),(-0.1984193,-0.9454369,0.2584162),(-0.2036256,-0.9576848,0.2034125),(-0.2044747,-0.920718,0.332368),(-0.2291459,-0.9315711,0.2822542),(-0.1962197,-0.909518,0.3664351),(-0.2217154,-0.9140593,0.3396142),(-0.204038,-0.8987257,0.3881502),(-0.1685349,-0.9832398,0.06953793),(-0.251942,-0.9653661,0.06777712),(-0.2030075,-0.9738172,0.1023139),(-0.2942367,-0.9513094,0.09184319),(-0.4188283,-0.9022094,0.102962),(-0.675396,-0.7186199,0.1656069),(-0.7399389,-0.6478894,0.1809133),(-0.472543,-0.8730143,0.1206199),(-0.5371583,-0.8305346,0.1472184),(-0.3458849,-0.9289734,0.1318028),(-0.8072002,-0.5570961,0.1951202),(-0.8740668,-0.440031,0.2058642),(-0.6171604,-0.7653955,0.1824356),(-0.4122964,-0.8912615,0.1888507),(-0.2422422,-0.9578221,0.154582),(-0.2892877,-0.9297495,0.2277681),(-0.8890048,-0.4164485,0.1903709),(-0.9840482,-0.08553986,0.1559879),(-0.9860426,0.06282873,0.1541838),(-0.9355335,-0.2914343,0.1996073),(-0.9542367,0.2802292,0.104422),(-0.7412475,0.667268,0.07283794),(-0.6758275,0.7353582,0.05005487),(-0.9083349,0.4082126,0.09105089),(-0.8489888,0.5230566,0.07503335),(-0.9667721,0.2109658,0.1443783),(-0.6103178,0.791584,0.03011858),(-0.5461876,0.8375404,0.0143268),(-0.7811014,0.6215935,0.05917923),(-0.9278303,0.3500613,0.1287938),(-0.9680406,-0.1508615,0.200345),(-0.9814545,-0.0002165393,0.191695),(-0.4252502,0.9030116,0.06109319),(-0.2110539,0.9761838,0.05021482),(-0.1750932,0.9841098,0.02950228),(-0.3759519,0.9259304,0.03623735),(-0.09390569,0.9949808,0.0345694),(-0.0416107,0.9989976,0.01649988),(-0.06555676,0.9976605,0.01939082),(-0.01989507,0.9997882,0.005254031),(-0.1446243,0.9894237,0.01115324),(-0.04166934,0.9991222,0.004301431),(-0.0001538621,0.9999686,-0.0079145),(-0.01973839,0.9997501,-0.01050136),(0.01976883,0.9995456,-0.02275441),(-0.1171273,0.993106,-0.004654224),(-0.3315348,0.943316,0.01548292),(-0.2903481,0.9569207,-0.000835582),(-0.01624034,0.9998677,0.0009486376),(0.008265278,0.9999054,-0.01098757),(0.0007431988,0.9999596,-0.008955147),(0.02531812,0.9994405,-0.0218577),(0.03235649,0.9991883,-0.0239975),(0.05643773,0.997485,-0.04287558),(0.05429769,0.9978096,-0.03778378),(0.08802909,0.994235,-0.06121806),(0.04598284,0.9982545,-0.03706022),(0.08187161,0.9950665,-0.05603344),(0.126745,0.9884363,-0.08324189),(0.1152049,0.9902396,-0.07844364),(0.1717103,0.9791431,-0.1086021),(0.07119788,0.995872,-0.05630115),(0.01880179,0.9995745,-0.02230118),(0.03954616,0.9984641,-0.03880125),(0.08505259,0.9939069,-0.07010888),(0.1222899,0.986983,-0.1044498),(0.1269527,0.9873959,-0.09450987),(0.1708651,0.9759291,-0.135527),(0.1675325,0.9754013,-0.1432668),(0.2199429,0.958023,-0.1838946),(0.2188397,0.9590499,-0.1798117),(0.2699747,0.9367087,-0.2229133),(0.2246888,0.9602931,-0.1653845),(0.2713701,0.9392316,-0.2102434),(0.3156551,0.9156712,-0.2488137),(0.3188244,0.9181094,-0.2354276),(0.3483891,0.8994655,-0.2637931),(0.2795655,0.9403102,-0.194062),(0.1761203,0.9769291,-0.1207929),(0.2302594,0.9617085,-0.1486517),(0.2721063,0.9360605,-0.2230451),(0.3174584,0.913563,-0.2542102),(0.3146874,0.912608,-0.2609953),(0.3445813,0.893338,-0.2884629),(0.3571915,0.894645,-0.2683743),(0.3921531,0.8834224,-0.2564778),(0.3612661,0.8838222,-0.297229),(0.3652878,0.8882215,-0.2786169),(0.3599255,0.8861259,-0.2919492),(0.3522315,0.8904135,-0.2882651),(0.3238994,0.9097633,-0.2596539),(0.3222341,0.9151623,-0.2421636),(0.2653711,0.9435879,-0.1980409),(0.3536607,0.8963678,-0.2672992),(0.3480382,0.8955964,-0.2770856),(0.3621129,0.8908077,-0.2744736),(0.4044244,0.8878834,-0.2193261),(0.375358,0.9107391,-0.1722232),(0.3518543,0.9070361,-0.2312662),(0.3160735,0.9333646,-0.1700825),(0.3028801,0.9433808,-0.1352635),(0.1854775,0.9740719,-0.1295455),(0.2583816,0.958556,-0.1200386),(0.1813533,0.9775368,-0.1073911),(0.2441096,0.9603823,-0.134449),(0.2070209,0.9753219,-0.07674345),(0.1765378,0.9826955,-0.0560699),(0.1524408,0.9883012,-0.004748095),(0.1665309,0.9857616,0.02326991),(0.1660392,0.9840543,-0.06378224),(0.2839852,0.9369015,-0.2038826),(0.2047029,0.9694785,-0.1349372),(0.06388725,0.9846584,-0.1623762),(-0.01953484,0.9741752,-0.224947),(0.1079307,0.9835583,-0.1447894),(0.05881269,0.9727252,-0.2243814),(-0.06567167,0.9500235,-0.3051928),(-0.07878418,0.9338812,-0.3487967),(0.03292059,0.9437516,-0.3290125),(0.02765642,0.9228052,-0.3842729),(0.1457889,0.9756179,-0.1640584),(0.1429703,0.9518884,-0.2710494),(0.145998,0.9341536,-0.3256404),(0.2376561,0.9617655,-0.1361134),(0.2469244,0.9523571,-0.1790095),(0.2187184,0.9745124,-0.04987826),(0.1561769,0.9839073,-0.08680557),(0.1941816,0.9809368,0.007512905),(0.09398128,-0.9863603,-0.1351328),(0.09463479,-0.9860605,-0.1368541),(0.09538411,-0.9855173,-0.1402052),(0.1605457,-0.9572135,-0.2407641),(0.1625394,-0.9553943,-0.2465819),(0.1591416,-0.9582117,-0.2377064),(0.09582327,-0.9848399,-0.1445971),(0.09615758,-0.983952,-0.150307),(0.1640279,-0.9533132,-0.2535522),(0.1652066,-0.9508446,-0.261919),(0.2646149,-0.8709822,-0.4139676),(0.2692117,-0.8637377,-0.4260073),(0.2733729,-0.8557295,-0.439311),(0.4047603,-0.6202459,-0.6719106),(0.3961419,-0.645889,-0.6526094),(0.3870181,-0.6695418,-0.6339802),(0.2565001,-0.8809943,-0.3975635),(0.2594334,-0.8776338,-0.4030549),(0.377293,-0.6914607,-0.6160617),(0.372321,-0.7017646,-0.6073742),(0.09681393,-0.9827654,-0.1574773),(0.09820269,-0.9811849,-0.1662299),(0.1664589,-0.9478294,-0.2718652),(0.1681544,-0.944097,-0.2835574),(0.100529,-0.9790927,-0.1768374),(0.1040073,-0.9763424,-0.1895735),(0.170529,-0.9394328,-0.2972977),(0.1738302,-0.9335791,-0.3133895),(0.2813471,-0.8364266,-0.4703555),(0.2855849,-0.8245385,-0.488444),(0.2902671,-0.8106519,-0.5085159),(0.4354668,-0.4900837,-0.755107),(0.4282376,-0.52759,-0.733663),(0.4207562,-0.5614832,-0.7125312),(0.2773429,-0.8467122,-0.4540478),(0.4129559,-0.5922306,-0.6919035),(0.1088069,-0.9727554,-0.2047148),(0.1150514,-0.9681224,-0.2224907),(0.1782595,-0.9262279,-0.3321528),(0.1839553,-0.9170306,-0.3538578),(0.1228813,-0.9621792,-0.2431282),(0.1324464,-0.9545882,-0.2668695),(0.1910754,-0.9055559,-0.3787594),(0.1997698,-0.8912706,-0.4070979),(0.3012968,-0.7749561,-0.5555746),(0.3077647,-0.7520565,-0.5828308),(0.3149649,-0.7249371,-0.6125873),(0.4537415,-0.3516902,-0.8187996),(0.4580751,-0.2964056,-0.8380399),(0.4484253,-0.4023799,-0.798126),(0.2954977,-0.7942913,-0.530832),(0.4422862,-0.4484551,-0.7767051),(0.144244,-0.9449812,-0.2936057),(0.1586345,-0.9329919,-0.32305),(0.2106724,-0.873611,-0.438658),(0.2242245,-0.8520422,-0.4730195),(0.175483,-0.9181987,-0.3551292),(0.1946738,-0.9000838,-0.3898092),(0.2401787,-0.8259234,-0.5100634),(0.258256,-0.79447,-0.5496557),(0.333424,-0.6553838,-0.677717),(0.3445531,-0.611668,-0.7121414),(0.3563025,-0.5609722,-0.7472341),(0.4625445,-0.1033988,-0.880546),(0.4595576,-0.03070119,-0.8876172),(0.4629313,-0.1720773,-0.8695309),(0.3234267,-0.6929008,-0.6444252),(0.4612689,-0.2364426,-0.8551759),(0.2162304,-0.8780622,-0.4269089),(0.2400104,-0.851571,-0.4660705),(0.278421,-0.756821,-0.5913575),(0.3004189,-0.7121776,-0.6344696),(0.2655671,-0.8200197,-0.5069931),(0.2923891,-0.782764,-0.5493534),(0.3234514,-0.6597749,-0.6782893),(0.3465391,-0.5989426,-0.7219269),(0.380677,-0.4361345,-0.8153967),(0.3917811,-0.3616529,-0.8459992),(0.4005323,-0.2798139,-0.8725125),(0.4354384,0.2001083,-0.8776959),(0.4218324,0.2741192,-0.8642431),(0.4461216,0.1229441,-0.8864877),(0.3684828,-0.50259,-0.7820638),(0.4540408,0.04526034,-0.8898306),(0.3184817,-0.7391816,-0.5934474),(0.3421186,-0.6887022,-0.6392527),(0.3865283,-0.4523242,-0.8037404),(0.3679885,-0.5296019,-0.7642684),(0.3633316,-0.6311838,-0.6852716),(0.3822849,-0.5667474,-0.7298325),(0.4147789,-0.2795243,-0.8659241),(0.4020428,-0.3684807,-0.8382026),(0.4092151,-0.01089854,-0.9123729),(0.4090738,-0.1022844,-0.9067505),(0.4072092,0.08069588,-0.9097632),(0.3708065,0.4674257,-0.8025059),(0.3511391,0.5274471,-0.7736283),(0.3890373,0.4067709,-0.8265515),(0.4062657,-0.1925838,-0.89323),(0.4060685,0.3429914,-0.8470333),(0.3974746,-0.4956305,-0.7722463),(0.4077114,-0.4180005,-0.811817),(0.4289774,-0.09193268,-0.898625),(0.4238384,-0.1869373,-0.8862366),(0.4139257,-0.3350163,-0.8464216),(0.4172297,-0.2486396,-0.8741269),(0.4350746,0.09562749,-0.8953019),(0.4320554,0.003137789,-0.9018415),(0.3979857,0.3469288,-0.849263),(0.3998612,0.2610449,-0.8786163),(0.4001265,0.4271008,-0.8108537),(0.3134909,0.7032422,-0.6381017),(0.3152116,0.7543378,-0.5758612),(0.3198659,0.6468441,-0.6922995),(0.4036589,0.1715831,-0.898676),(0.3329273,0.5874385,-0.7376148),(0.422494,-0.1620307,-0.8917651),(0.433705,-0.07941868,-0.8975481),(0.4422151,0.1829065,-0.878061),(0.45641,0.2618082,-0.8503801),(0.450257,-0.003584696,-0.8928919),(0.4714712,0.06318995,-0.8796147),(0.4769772,0.3302535,-0.8145093),(0.503098,0.3864003,-0.7730377),(0.4260454,0.5620029,-0.7089696),(0.4506898,0.6116414,-0.6502104),(0.4821416,0.6466241,-0.5911148),(0.3785518,0.8505912,-0.3649563),(0.4196236,0.8555271,-0.3032974),(0.3473992,0.830821,-0.4347993),(0.4089702,0.4997163,-0.763562),(0.326261,0.7978894,-0.5068791),(0.4928806,0.1221112,-0.8614858),(0.5099965,0.1767884,-0.8418132),(0.5272086,0.4327496,-0.7312858),(0.5420247,0.4750704,-0.6931937),(0.5229366,0.2317854,-0.8202518),(0.5318522,0.2918077,-0.7949727),(0.5473467,0.5185434,-0.6569051),(0.5427464,0.567408,-0.6192532),(0.5231045,0.6913776,-0.4983559),(0.5225954,0.7142444,-0.4655632),(0.5077204,0.7427195,-0.4365635),(0.4800638,0.8473903,-0.2268663),(0.4654222,0.8555588,-0.2267188),(0.4769383,0.8467007,-0.2358552),(0.5096191,0.6705939,-0.5390663),(0.4567597,0.8509576,-0.25931),(0.5333022,0.3618475,-0.7646275),(0.5218492,0.4439269,-0.7284245),(0.5252115,0.6245852,-0.5779673),(0.4907685,0.6898683,-0.5321916),(0.4936056,0.5378732,-0.6834076),(0.4445505,0.641878,-0.6247939),(0.4364923,0.7612616,-0.4795363),(0.3598836,0.8355712,-0.4150959),(0.4272597,0.8214538,-0.3777072),(0.3563427,0.8693402,-0.3424432),(0.2613841,0.9186964,-0.2961),(0.2918519,0.9273643,-0.234132),(0.1804253,0.9582998,-0.2216036),(0.3743861,0.8970777,-0.234705),(0.4767841,0.7786267,-0.4079429),(0.4311348,0.8723454,-0.2305129),(0.3836991,0.7456495,-0.5447768),(0.3247703,0.8360478,-0.4422084),(0.2777104,0.9024838,-0.3292415),(0.2112327,0.9520833,-0.2211746),(0.2733399,0.903066,-0.3312961),(0.2349323,0.9444964,-0.2296377),(0.1662336,0.9804144,-0.1056124),(0.1464313,0.9892206,0.0007990397),(0.097309,0.9863753,-0.1326452),(0.06094518,0.9977856,-0.02663752),(0.05877353,0.995327,0.07661473),(-0.03339934,0.998992,-0.02999455),(-0.02430431,0.9976989,0.06329528),(-0.001212434,0.9932646,-0.1158616),(0.1657316,0.9597234,-0.2268569),(0.07112271,0.9804707,-0.183354),(0.2054628,0.9670176,-0.1505395),(0.1772157,0.9790331,-0.1004433),(0.1412378,0.9863415,0.08474957),(0.1375563,0.9803771,0.1412052),(0.147258,0.9858583,-0.07999147),(0.112977,0.9894575,-0.09060933),(0.1328978,0.9762392,0.1711583),(0.12528,0.9766474,0.1745414),(0.09167075,0.9693307,0.2280229),(0.1075176,0.9565639,0.2709712),(0.1213046,0.9484454,0.2928081),(0.0679608,0.9553925,0.2874136),(0.09676398,0.9373719,0.3346202),(0.03754684,0.9733392,0.2262765),(0.07486116,0.9836946,0.1635263),(0.00635188,0.9884585,0.1513585),(0.07845398,0.9881708,-0.131771),(0.0488867,0.9790964,-0.1974348),(0.1160316,0.9815289,0.1521107),(0.1067215,0.9884464,0.1076303),(0.02473126,0.960086,-0.2786093),(0.007158719,0.931169,-0.3645174),(0.0969021,0.9942057,0.04652791),(0.08682555,0.995913,-0.02487422),(0.1390854,0.9501897,0.2789172),(0.1416699,0.957899,0.249718),(0.1397756,0.9675702,0.2104062),(0.1490912,0.903087,0.4027478),(0.1526201,0.900651,0.4068601),(0.138658,0.9101472,0.3903923),(0.1321538,0.9464681,0.2945057),(0.121211,0.9217399,0.3683796),(-0.005596894,0.8945971,-0.4468388),(-0.01519064,0.8522913,-0.5228467),(0.07692195,0.9918878,-0.1011995),(0.06816272,0.9812929,-0.1800498),(-0.02077899,0.8054005,-0.5923667),(-0.02177231,0.7547805,-0.655616),(0.06158841,0.963507,-0.2605013),(0.05822274,0.9381155,-0.3413935),(0.1310712,0.985154,0.1108689),(0.1274223,0.9905037,0.05163364),(0.1252158,0.9920372,-0.01353248),(0.1482371,0.9139404,0.3778079),(0.1454642,0.9234716,0.3550218),(0.1505606,0.9066517,0.3940993),(0.1354008,0.9771585,0.1637928),(0.152105,0.9021099,0.4038093),(-0.01819269,0.7012805,-0.7126533),(-0.01036642,0.6462181,-0.7630824),(0.05837713,0.9050348,-0.4213125),(0.06206797,0.8647255,-0.4983947),(0.001534801,0.5910376,-0.8066425),(0.01724738,0.5369036,-0.8434673),(0.06952939,0.8181716,-0.5707548),(0.0808406,0.7667574,-0.6368265),(0.1270688,0.9791369,-0.1585697),(0.1319077,0.9628118,-0.2357832),(0.1397773,0.9392124,-0.3135959),(0.1434743,0.9586378,0.2458229),(0.1469383,0.9698504,0.1944212),(0.1423541,0.9465394,0.2894796),(0.1249646,0.9886003,-0.08398322),(0.1431554,0.9345851,0.3256643),(0.03155803,0.4841023,-0.8744421),(0.03940664,0.4327424,-0.9006559),(0.09163406,0.7116368,-0.6965459),(0.09733171,0.6537682,-0.7504089),(0.0404725,0.3828959,-0.9229046),(0.03460219,0.334376,-0.9418043),(0.097144,0.5934594,-0.79898),(0.09054222,0.5306035,-0.8427704),(0.1529093,0.8709436,-0.4669861),(0.1537551,0.826704,-0.5412207),(0.149495,0.7753976,-0.6135225),(0.1618668,0.9867865,-0.007175894),(0.1646099,0.9823686,-0.08863078),(0.1572971,0.9852518,0.06735387),(0.14788,0.9084399,-0.390984),(0.1519932,0.9791637,0.1346718),(0.0225781,0.2872595,-0.9575866),(0.005665528,0.2412551,-0.9704452),(0.07679603,0.4653023,-0.8818142),(0.05611918,0.3972585,-0.9159892),(-0.01473462,0.1964476,-0.9804035),(-0.03727518,0.1527275,-0.9875652),(0.03088876,0.3269464,-0.944538),(0.003700115,0.2548055,-0.9669852),(0.114436,0.6499325,-0.7513269),(0.08395352,0.5744544,-0.8142198),(0.04871231,0.4907362,-0.8699455),(0.1133486,0.9173793,-0.3815329),(0.0727499,0.8680291,-0.4911548),(0.1428423,0.9504817,-0.2760083),(0.1370679,0.716828,-0.6836447),(0.159993,0.9709749,-0.1777922),(-0.05225491,0.1117743,-0.9923588),(-0.05135526,0.07722342,-0.9956903),(-0.01525976,0.1831557,-0.9829655),(-0.01837994,0.1178111,-0.9928659),(-0.036506,0.05240044,-0.9979587),(-0.009718712,0.04119469,-0.9991038),(-0.009178422,0.06412864,-0.9978995),(0.008751702,0.02764617,-0.9995795),(0.008209089,0.3155747,-0.9488652),(0.007408204,0.2402589,-0.9706805),(0.01369547,0.1824758,-0.983115),(0.002407191,0.6425583,-0.766233),(0.001250696,0.5668583,-0.8238144),(0.01243994,0.7234207,-0.6902954),(0.02055215,0.4015775,-0.9155945),(0.0349809,0.8012571,-0.5972968),(0.01744305,0.04403643,-0.9988776),(0.03448291,0.05840205,-0.9976974),(0.02582469,0.01009053,-0.9996156),(0.03441048,0.008289881,-0.9993734),(0.04186654,0.08214979,-0.9957402),(0.04019614,0.1131333,-0.9927664),(0.03514148,0.01843622,-0.9992123),(0.02872284,0.0369216,-0.9989053),(0.01926773,0.1241661,-0.9920744),(0.01418832,0.1154389,-0.9932133),(0.004855021,0.1146008,-0.9933997),(-0.007262124,0.401913,-0.9156492),(-0.01521955,0.3634111,-0.9315045),(-0.001446304,0.4473637,-0.894351),(0.01934746,0.1449847,-0.9892446),(0.001613239,0.5018809,-0.8649352),(0.03269977,0.1504827,-0.9880717),(0.02247452,0.1946397,-0.9806173),(0.01709213,0.06158755,-0.9979553),(0.001841996,0.09231868,-0.9957278),(0.01002148,0.2461817,-0.9691719),(-0.003936547,0.3057177,-0.952114),(-0.01682331,0.1298239,-0.9913944),(-0.03856719,0.1749621,-0.9838195),(-0.02621185,0.1277857,-0.9914553),(-0.04816338,0.1420097,-0.9886928),(-0.07432329,0.1623505,-0.9839301),(-0.06622896,0.2773414,-0.9584861),(-0.09387808,0.2589615,-0.9613146),(-0.04384901,0.301149,-0.9525684),(-0.008536464,0.1188873,-0.9928711),(-0.02683273,0.3299926,-0.9436021),(-0.01369494,0.3739276,-0.9273568),(-0.01330457,0.4496534,-0.893104),(-0.05676667,0.2293129,-0.971696),(-0.0645195,0.2932327,-0.9538615),(-0.001743557,0.5293592,-0.8483959),(0.02139895,0.6090728,-0.7928256),(-0.06073914,0.3651394,-0.9289694),(-0.04460398,0.4431949,-0.8953148),(-0.110802,0.228542,-0.9672081),(-0.1134804,0.2759236,-0.9544572),(-0.1050591,0.3330626,-0.9370335),(-0.144637,0.2553207,-0.9559767),(-0.1441406,0.2770772,-0.9499745),(-0.1364584,0.24613,-0.9595828),(-0.09757499,0.1907053,-0.9767858),(-0.1195725,0.2478098,-0.9614014),(0.05256063,0.6841981,-0.7273996),(0.08784696,0.7508851,-0.6545644),(-0.01848383,0.5242769,-0.8513472),(0.01489871,0.6042148,-0.7966821),(0.1263156,0.8067839,-0.5771865),(0.1669453,0.8508418,-0.4981941),(0.05498293,0.6788536,-0.7322122),(0.1006014,0.744566,-0.659925),(-0.05946499,0.4720281,-0.8795757),(-0.02286081,0.5481167,-0.8360895),(0.02286265,0.6233894,-0.7815772),(-0.09002399,0.4223852,-0.9019348),(-0.05171332,0.4930199,-0.8684798),(-0.1175265,0.361466,-0.9249485),(-0.08670702,0.39922,-0.912746),(-0.1352003,0.3125685,-0.9402244),(0.2066142,0.8832672,-0.4208914),(0.2427979,0.9051948,-0.3488145),(0.1481292,0.7988515,-0.5830042),(0.1945045,0.8407499,-0.5052797),(0.2757507,0.9179562,-0.2851632),(0.3063058,0.9229857,-0.2329679),(0.2395377,0.8701971,-0.4305563),(0.2835558,0.8877553,-0.3626111),(0.128066,0.7534842,-0.6448726),(0.1837707,0.8014113,-0.5691822),(0.2410395,0.8352894,-0.4941572),(0.1130106,0.7085466,-0.696556),(0.1813981,0.7608436,-0.6230665),(0.05083144,0.6427534,-0.7643849),(0.074265,0.6931731,-0.716935),(-0.004181555,0.5686722,-0.8225536),(0.3317772,0.9229451,-0.1951825),(0.3491897,0.9210334,-0.1725224),(0.3215632,0.8960379,-0.3061262),(0.3488566,0.8991584,-0.264222),(0.3590921,0.9189414,-0.1630937),(0.3617003,0.9175494,-0.1651546),(0.366615,0.8997425,-0.2367633),(0.375849,0.8993461,-0.2234148),(0.3322511,0.8679816,-0.3690763),(0.3609238,0.8737955,-0.3259071),(0.3802084,0.8758014,-0.2973441),(0.3412107,0.8364492,-0.4288683),(0.373062,0.8435907,-0.3862375),(0.2995108,0.822,-0.4843648),(0.292702,0.8561984,-0.4257343),(0.2464774,0.7978275,-0.5502002),(0.3613998,0.9158629,-0.1748868),(0.362131,0.9130398,-0.1876683),(0.3803386,0.8978827,-0.2216965),(0.3830254,0.8952777,-0.2275288),(0.3630861,0.9099761,-0.2002798),(0.3634432,0.9077315,-0.209601),(0.3832191,0.8926349,-0.2373733),(0.3801255,0.8911127,-0.2478364),(0.39986,0.8731274,-0.2788559),(0.4014933,0.8711423,-0.2826913),(0.3970062,0.870494,-0.2909058),(0.4148949,0.8451788,-0.3369497),(0.4112829,0.8458979,-0.339563),(0.4097326,0.8456147,-0.342133),(0.3926611,0.8751812,-0.2826217),(0.3958853,0.8457723,-0.3576929),(0.3635727,0.906794,-0.2134),(0.3644556,0.9068311,-0.2117304),(0.3762359,0.8906367,-0.2553682),(0.3745546,0.890487,-0.2583441),(0.3664293,0.9073205,-0.2061531),(0.3698453,0.9077044,-0.1982099),(0.3751775,0.8905223,-0.2573168),(0.3781935,0.890539,-0.2528043),(0.3869932,0.8703524,-0.3045045),(0.3859946,0.870023,-0.3067053),(0.3875562,0.8697659,-0.3054627),(0.3979715,0.8460811,-0.3546345),(0.3979734,0.8454303,-0.3561807),(0.4000661,0.8467158,-0.3507414),(0.3906402,0.8705807,-0.2991481),(0.4044489,0.8468254,-0.34541),(0.3729021,0.9081648,-0.1902125),(0.3738155,0.9090027,-0.1843255),(0.3818334,0.8907824,-0.246394),(0.3845349,0.8912849,-0.2403),(0.3729753,0.9098626,-0.181768),(0.3707784,0.9103634,-0.1837439),(0.3867796,0.8913835,-0.2362984),(0.3890835,0.8904168,-0.236161),(0.3946151,0.8697563,-0.2963157),(0.3998284,0.8688451,-0.2919679),(0.4067858,0.8661897,-0.2902427),(0.4128818,0.8415594,-0.3482909),(0.423948,0.8371119,-0.3457046),(0.4050726,0.8438587,-0.3518787),(0.3906704,0.8697791,-0.3014319),(0.4002026,0.8448737,-0.3550018),(0.3695878,0.909678,-0.1894489),(0.3711041,0.9077026,-0.1958511),(0.3939688,0.885179,-0.2474805),(0.3916406,0.8881371,-0.2404787),(0.3743641,0.9055168,-0.199727),(0.3783381,0.9042753,-0.1978547),(0.3945981,0.8819897,-0.2576557),(0.3952421,0.8827055,-0.2541941),(0.4171024,0.8551364,-0.307843),(0.4170446,0.8581039,-0.2995523),(0.4129327,0.8544229,-0.3153539),(0.4326596,0.8217165,-0.3709282),(0.4389239,0.8229212,-0.3607581),(0.4393153,0.8264369,-0.352142),(0.4134049,0.8621567,-0.2928858),(0.4342173,0.8314493,-0.3466229),(0.389513,0.902019,-0.1861217),(0.4153581,0.8947587,-0.1639649),(0.4277062,0.873011,-0.2343484),(0.4019128,0.8802831,-0.2521265),(0.4568275,0.8792074,-0.1352881),(0.5144794,0.8511895,-0.1038626),(0.5344732,0.8280673,-0.1692423),(0.4721454,0.8570692,-0.2061822),(0.4875856,0.827562,-0.2782112),(0.4418718,0.8444157,-0.3028392),(0.5526022,0.7976784,-0.2415366),(0.573274,0.7554322,-0.3172998),(0.505973,0.7886272,-0.3493687),(0.4591642,0.8083227,-0.3684867),(0.4169112,0.8524778,-0.315383),(0.4345995,0.8185768,-0.3755732),(0.556073,0.8263651,-0.08890173),(0.5521086,0.826317,-0.111249),(0.5879455,0.7952168,-0.1481566),(0.5821506,0.8005276,-0.1423239),(0.4986931,0.8480197,-0.1793541),(0.3815531,0.8725346,-0.3051237),(0.471458,0.8298348,-0.2984985),(0.5532789,0.8095824,-0.1961086),(0.6061983,0.7581226,-0.2403618),(0.622376,0.7548805,-0.2068899),(0.5557704,0.7669697,-0.320744),(0.6327548,0.6809999,-0.3685924),(0.6592103,0.686374,-0.3071362),(0.6592101,0.6969349,-0.2823541),(0.6058555,0.7673002,-0.2102132),(0.6320646,0.7194264,-0.2879585),(0.2213153,0.8553578,-0.4683829),(0.02575755,0.7728503,-0.6340655),(0.3529246,0.8236117,-0.4439684),(0.1858232,0.7712604,-0.6087916),(-0.255002,0.6111606,-0.7493042),(-0.6173835,0.3469582,-0.7060153),(-0.1021275,0.6547306,-0.7489311),(-0.536041,0.4167997,-0.7341239),(0.3353165,0.7323907,-0.5925931),(0.05504289,0.6668886,-0.7431217),(-0.4378886,0.4828469,-0.7583616),(0.1947993,0.6461758,-0.7379093),(-0.3352109,0.5358368,-0.7749274),(0.4599079,0.6618346,-0.5919963),(0.4734384,0.7617196,-0.4423112),(0.5759893,0.6726958,-0.4644533),(-0.8343214,0.1062952,-0.5409335),(-0.8892224,0.009084637,-0.457385),(-0.8118774,0.1621321,-0.5608637),(-0.8842819,0.04435423,-0.4648423),(-0.881866,0.01558781,-0.4712424),(-0.8180143,0.1245873,-0.5615429),(-0.8857092,0.02601223,-0.4635112),(-0.8410325,0.09957512,-0.5317415),(-0.8758306,0.1000916,-0.4721252),(-0.8890864,0.06062153,-0.4537073),(-0.8612866,0.1017672,-0.497824),(-0.8910356,0.1174184,-0.4384841),(-0.8783352,0.1307038,-0.4598302),(-0.8634003,0.1729369,-0.4739546),(-0.7797335,0.2323887,-0.5813873),(-0.7398941,0.3111964,-0.5964171),(-0.6952031,0.3019321,-0.6523263),(-0.5223677,0.4945616,-0.6946517),(-0.7530653,0.2418797,-0.6118715),(-0.6140186,0.4187373,-0.6690592),(-0.2613617,0.669233,-0.6955697),(0.1063153,0.7579407,-0.6436015),(-0.3647971,0.6054977,-0.7073157),(0.04259238,0.7213891,-0.691219),(-0.6905063,0.3589862,-0.627957),(-0.460099,0.5434095,-0.7021504),(-0.02188575,0.6805477,-0.7323768),(-0.5396758,0.4906857,-0.6840889),(-0.08290528,0.6369405,-0.7664421),(-0.7492149,0.3225704,-0.5784681),(-0.8002493,0.2076803,-0.5625567),(-0.8368142,0.2020911,-0.5088233),(0.3948251,0.7308208,-0.5567892),(0.4881713,0.7030488,-0.517118),(0.3760515,0.6998883,-0.6072409),(0.4837271,0.6706661,-0.5623301),(0.4440875,0.7221346,-0.5303847),(0.2559194,0.7759296,-0.5765748),(0.2550906,0.7446689,-0.6167634),(0.44356,0.6895681,-0.5724949),(0.4381959,0.6561262,-0.6143962),(0.4757881,0.6363044,-0.6072416),(0.2482427,0.7125082,-0.6562833),(0.2346493,0.6792895,-0.6953456),(0.4272653,0.6215765,-0.6565721),(0.4634676,0.5996958,-0.6523517),(0.3553407,0.6652515,-0.6566381),(0.3323213,0.6265848,-0.7049497),(0.01948162,0.7995009,-0.6003487),(-0.1313525,0.7908186,-0.5977896),(-0.1317521,0.7668209,-0.6281936),(0.0171708,0.7713655,-0.6361607),(-0.2058249,0.7779359,-0.5936766),(-0.2181211,0.7708002,-0.5985735),(-0.207162,0.7547508,-0.6224429),(-0.2017469,0.7582905,-0.6199141),(-0.2027931,0.7376654,-0.6439912),(-0.1381705,0.7415207,-0.6565485),(-0.2000173,0.7381306,-0.6443262),(-0.1970492,0.7211574,-0.6641563),(-0.2094645,0.716197,-0.6657225),(-0.1512135,0.714957,-0.6826206),(0.008438449,0.7419134,-0.6704426),(-0.0074191,0.7110786,-0.7030733),(-0.1727581,0.7702834,-0.6138551),(-0.05650787,0.7717665,-0.6333904),(-0.03283266,0.7553288,-0.654523),(-0.1546699,0.7556515,-0.6364495),(0.1659157,0.7537387,-0.6358851),(0.5114726,0.6489067,-0.5633079),(0.5379451,0.6196135,-0.5715716),(0.1934567,0.7318819,-0.6533938),(0.2184464,0.7100199,-0.6694421),(-0.01119678,0.7387273,-0.6739115),(0.5601921,0.5912467,-0.580183),(0.5796836,0.5632801,-0.5887975),(0.2414561,0.688276,-0.684087),(0.008469377,0.7222062,-0.691626),(-0.1391725,0.7407249,-0.6572348),(-0.1264491,0.7257565,-0.6762308),(0.7870011,0.4544805,-0.4172252),(0.9016022,0.3006414,-0.3110116),(0.9131216,0.2752872,-0.300709),(0.8057397,0.4236886,-0.4138497),(0.9423731,0.2099309,-0.2605034),(0.9522728,0.1720912,-0.2521133),(0.9568689,0.1628634,-0.2405775),(0.9495836,0.1923136,-0.2476018),(0.9545842,0.1752737,-0.240932),(0.9215147,0.2514446,-0.2959499),(0.9598678,0.1537416,-0.2345576),(0.9610433,0.1454279,-0.2350456),(0.9577172,0.1582435,-0.2402847),(0.9276845,0.2277729,-0.2958395),(0.8201786,0.3948761,-0.4139806),(0.8318558,0.3666313,-0.4166502),(0.9495279,0.1685826,-0.2645309),(0.9412051,0.1860776,-0.2819717),(0.9397281,0.1936891,-0.2817721),(0.9515495,0.1678354,-0.2576525),(0.9258248,0.2256478,-0.3032021),(0.9005344,0.2877436,-0.325947),(0.8857373,0.3143945,-0.3415048),(0.9190676,0.2422205,-0.3108761),(0.9109925,0.2631,-0.3176022),(0.937304,0.2037031,-0.2827832),(0.8683811,0.3464501,-0.3548049),(0.8472379,0.3843346,-0.3667082),(0.899976,0.290114,-0.3253874),(0.9325593,0.2184086,-0.2874557),(0.9524369,0.1678116,-0.2543685),(0.9513304,0.1703898,-0.2567834),(0.8566757,0.3757434,-0.3534455),(0.773831,0.4956989,-0.3942945),(0.7352395,0.5354552,-0.4155848),(0.8313244,0.4111263,-0.3739985),(0.6175727,0.6446946,-0.450525),(0.3451751,0.7933089,-0.5015128),(0.2682799,0.8157676,-0.5123955),(0.5615252,0.6818095,-0.4688553),(0.5004507,0.7170359,-0.4851892),(0.6913117,0.5773197,-0.4344997),(0.1888124,0.8321487,-0.5214196),(0.1084647,0.8419155,-0.5285958),(0.4362199,0.7487784,-0.4990423),(0.643024,0.6194236,-0.4503715),(0.8017337,0.4512311,-0.3919355),(0.7676958,0.494946,-0.4070276),(0.02312491,0.8687386,-0.4947307),(-0.2713264,0.861816,-0.42855),(-0.3609508,0.834025,-0.4172731),(-0.06727108,0.8665314,-0.4945686),(-0.5568729,0.7664606,-0.3200482),(-0.8269479,0.5367793,-0.1674069),(-0.8708806,0.471451,-0.1389274),(-0.6311936,0.7158267,-0.2986414),(-0.69925,0.6594339,-0.2760369),(-0.4465569,0.7982086,-0.4042895),(-0.9079913,0.4042473,-0.1101627),(-0.9384782,0.3357275,-0.08090762),(-0.7608491,0.5979506,-0.2521182),(-0.527621,0.7548784,-0.3895828),(-0.1567492,0.8560416,-0.4925673),(-0.2443489,0.8374532,-0.4888414),(-0.9718248,0.2356909,-0.002516216),(-0.9924141,0.01510508,0.1220084),(-0.9883002,-0.04089887,0.1469351),(-0.9849725,0.1706589,0.02654759),(-0.9693235,-0.1260919,0.2109805),(-0.9368579,-0.2193016,0.2724043),(-0.9263719,-0.2476943,0.2836948),(-0.9583357,-0.1697849,0.2297082),(-0.9460426,-0.2086674,0.2479142),(-0.9808137,-0.0930859,0.1712872),(-0.9164923,-0.2708081,0.294457),(-0.9075769,-0.2889002,0.3046977),(-0.9329199,-0.2429672,0.2657581),(-0.970477,-0.1415264,0.1953061),(-0.9926826,0.1073958,0.05520498),(-0.9954218,0.04610512,0.08372352),(-0.9154439,-0.2619404,0.3055318),(-0.921481,-0.2358985,0.308585),(-0.9232415,-0.2352595,0.303773),(-0.9104739,-0.2749368,0.308945),(-0.9514966,-0.1322041,0.2778062),(-0.978393,0.06279609,0.1969867),(-0.9806419,0.1011192,0.1676795),(-0.9579402,-0.1153944,0.2627444),(-0.964734,-0.09453164,0.2456666),(-0.9265723,-0.2298131,0.2977408),(-0.9805441,0.1419092,0.1356279),(-0.9776214,0.1847185,0.1006751),(-0.9715883,-0.06968235,0.2261876),(-0.9314487,-0.2195823,0.29015),(-0.9071773,-0.2826945,0.3116297),(-0.9057322,-0.2853607,0.3133983),(-0.9555209,0.2856196,0.07349297),(-0.8695151,0.4887508,-0.07117704),(-0.8309331,0.543103,-0.1207866),(-0.9400486,0.3396631,0.03061844),(-0.6906702,0.6859229,-0.2290946),(-0.3691826,0.8494466,-0.3770209),(-0.3018557,0.8596798,-0.4121089),(-0.6314638,0.7244357,-0.2764896),(-0.568715,0.7569515,-0.3218503),(-0.7864046,0.5936512,-0.1707229),(-0.235388,0.8646233,-0.4438681),(-0.1704791,0.8647431,-0.4723942),(-0.5033373,0.7833149,-0.364787),(-0.7364041,0.6396322,-0.2204077),(-0.9193063,0.3932753,-0.0145081),(-0.8931099,0.4456041,-0.06157761),(-0.002398594,0.8881298,-0.4595864),(0.2565892,0.8361166,-0.4848413),(0.3031704,0.8152284,-0.4934474),(0.05765264,0.8757944,-0.4792291),(0.4278862,0.7618768,-0.4862687),(0.5503169,0.6891884,-0.4713499),(0.5637055,0.6769342,-0.4732823),(0.45898,0.7418137,-0.4889272),(0.4859053,0.7231405,-0.4908807),(0.3448728,0.7942068,-0.5002983),(0.5743012,0.6665925,-0.4752183),(0.582212,0.6581972,-0.4772898),(0.5088305,0.7061102,-0.4924428),(0.3817854,0.7735373,-0.505846),(0.1135792,0.8608758,-0.4959764),(0.1651724,0.8440133,-0.5102544),(0.6287269,0.6363031,-0.4470131),(0.6544528,0.6229332,-0.428539),(0.6419344,0.6304383,-0.4364263),(0.6264377,0.6351164,-0.4518881),(0.6323079,0.6492283,-0.4227165),(0.5587169,0.7088024,-0.4306211),(0.5338714,0.7219682,-0.4401629),(0.6125396,0.6617433,-0.432309),(0.5913692,0.6744643,-0.4420184),(0.6279183,0.6388351,-0.4445315),(0.5079403,0.7347497,-0.4495993),(0.4808974,0.7470905,-0.4589047),(0.568874,0.6872272,-0.4517756),(0.6124814,0.6479533,-0.4527948),(0.6223727,0.635463,-0.4569891),(0.6165906,0.6372414,-0.4623197),(0.4550943,0.7745231,-0.4393214),(0.349727,0.8271316,-0.4399369),(0.32195,0.8345513,-0.4470708),(0.4275874,0.7852969,-0.4477473),(0.2433242,0.8665718,-0.4357138),(0.1358794,0.8926758,-0.4297285),(0.1151848,0.8933994,-0.4342465),(0.2178475,0.8704089,-0.44151),(0.1919291,0.8744487,-0.4455365),(0.2937732,0.841576,-0.4532629),(0.0936732,0.8952202,-0.4356675),(0.06951503,0.8981787,-0.4340997),(0.1643833,0.8788414,-0.4479018),(0.2645299,0.8483585,-0.4585976),(0.3994285,0.7954627,-0.4557368),(0.3703431,0.8050934,-0.4633255),(0.03400117,0.9057857,-0.4223697),(-0.05496795,0.9098623,-0.4112531),(0.01681352,0.9045523,-0.426031),(-0.07396026,0.9071985,-0.4141508),(-0.1315186,0.9101749,-0.3927905),(-0.196985,0.9107583,-0.3629274),(-0.1577935,0.9054468,-0.3940398),(-0.2358553,0.9023982,-0.3606242),(-0.09503433,0.9071585,-0.4099169),(-0.1869316,0.9032578,-0.3862407),(-0.2783624,0.895222,-0.3479825),(-0.2202317,0.90289,-0.3691718),(-0.3243694,0.8884311,-0.3247685),(-0.1202708,0.9092682,-0.3984548),(-0.00178021,0.9053304,-0.4247042),(-0.02403162,0.9079319,-0.4184283),(-0.2699262,0.9086036,-0.3187153),(-0.3699146,0.8923299,-0.2586706),(-0.4305082,0.8696784,-0.2414999),(-0.3218334,0.8945317,-0.3102198),(-0.4981439,0.8477781,-0.1820025),(-0.6472507,0.7572762,-0.08717342),(-0.7071342,0.7052895,-0.05027796),(-0.5620513,0.8124928,-0.1547703),(-0.6260223,0.7705338,-0.1198901),(-0.4936698,0.8427356,-0.2146781),(-0.7635774,0.6456603,-0.008501884),(-0.8140565,0.5795933,0.03719911),(-0.6869974,0.7224497,-0.07810753),(-0.5566519,0.8113326,-0.1785441),(-0.3774714,0.8790705,-0.2911195),(-0.4351362,0.8615907,-0.2613769),(-0.7829837,0.6217344,0.01956087),(-0.8859708,0.4452716,0.1295725),(-0.9149957,0.3630665,0.1759701),(-0.8309768,0.5526936,0.06330185),(-0.9491001,0.2109869,0.2338666),(-0.9440238,-0.08953319,0.3174946),(-0.9195376,-0.1726081,0.3530682),(-0.9527419,0.1227833,0.2778616),(-0.9471463,0.0335779,0.3190397),(-0.93519,0.2762082,0.22165),(-0.8877048,-0.2525142,0.3849892),(-0.849005,-0.3287167,0.4136856),(-0.9323511,-0.05525266,0.3573076),(-0.9457756,0.18639,0.2660212),(-0.8722635,0.4767339,0.1090014),(-0.9051921,0.395428,0.1557685),(-0.8523347,-0.3736579,0.3659309),(-0.7253951,-0.5661076,0.3915662),(-0.6713472,-0.6205744,0.4051916),(-0.8074632,-0.442791,0.389794),(-0.5985311,-0.6893049,0.4081902),(-0.4809656,-0.7704971,0.4183377),(-0.4266262,-0.800323,0.4212757),(-0.5422278,-0.7307857,0.4146578),(-0.4845599,-0.767381,0.4199143),(-0.6150004,-0.6692598,0.4169721),(-0.3711775,-0.8266943,0.422852),(-0.3154294,-0.8491505,0.4236127),(-0.4258975,-0.7990227,0.4244689),(-0.5565662,-0.7123805,0.4274906),(-0.7582601,-0.5063238,0.4107041),(-0.7050729,-0.5644245,0.4292982),(-0.3764454,-0.8244943,0.4224903),(-0.2927126,-0.8570211,0.4240687),(-0.2484508,-0.8681239,0.4296896),(-0.3265599,-0.8440288,0.4254105),(-0.2322427,-0.8745213,0.4257651),(-0.1957058,-0.882154,0.4283731),(-0.194654,-0.878633,0.4360206),(-0.1660399,-0.8801928,0.4446253),(-0.2048502,-0.8784487,0.4316992),(-0.160197,-0.883284,0.4406203),(-0.1432343,-0.8803113,0.4522568),(-0.1323769,-0.887271,0.4418444),(-0.1321775,-0.8808773,0.4545155),(-0.164311,-0.8870041,0.4315388),(-0.2759803,-0.8615487,0.426109),(-0.2262084,-0.8762664,0.4254257),(-0.1803696,-0.8852575,0.4287026),(-0.1847361,-0.8879433,0.4212237),(-0.1618989,-0.876838,0.4527074),(-0.1830803,-0.8714251,0.4550823),(-0.2116301,-0.8914429,0.4006773),(-0.2636073,-0.8949375,0.3599971),(-0.2336525,-0.8642403,0.4455281),(-0.3177428,-0.8525471,0.4149734),(-0.1969002,-0.8595277,0.471638),(-0.2742223,-0.8396492,0.4688191),(-0.390771,-0.8056384,0.4452468),(-0.4805417,-0.7531086,0.4493406),(-0.3363741,-0.8151053,0.4716523),(-0.2314978,-0.8496712,0.4737802),(-0.1547279,-0.8721996,0.4640336),(-0.1646284,-0.8691567,0.4663303),(-0.3533869,-0.8846914,0.3040375),(-0.4993925,-0.82954,0.2499413),(-0.6035035,-0.7404109,0.2959314),(-0.439097,-0.8227074,0.3610351),(-0.7109516,-0.6685606,0.218116),(-0.9314241,-0.2975487,0.2095565),(-0.9692463,-0.1417994,0.201133),(-0.8061091,-0.5404928,0.2409475),(-0.8869106,-0.3929895,0.2427938),(-0.7103786,-0.6279384,0.3178924),(-0.9841925,0.01215041,0.1766845),(-0.9785768,0.1547748,0.1357654),(-0.9450427,-0.2405365,0.2214416),(-0.8073367,-0.5009009,0.3119385),(-0.5389345,-0.7453893,0.3923574),(-0.6440879,-0.6554065,0.394453),(-0.9732018,0.1504432,0.173911),(-0.8739487,0.4740698,0.1071049),(-0.8106619,0.5804297,0.07699769),(-0.9456307,0.290361,0.1465367),(-0.7086419,0.704448,0.03974381),(-0.4827447,0.8757504,-0.004324649),(-0.4186733,0.9075223,-0.03340321),(-0.6340185,0.7732356,0.01126979),(-0.5577304,0.8295561,-0.02781139),(-0.7416272,0.6698175,0.03651878),(-0.3522037,0.9330125,-0.07375757),(-0.281123,0.9514028,-0.1257085),(-0.4792175,0.8741888,-0.07838703),(-0.6685141,0.7435372,-0.01553578),(-0.9037757,0.4142545,0.1076225),(-0.851652,0.521076,0.05629114),(-0.2492841,0.9682015,-0.02105529),(-0.08884179,0.9956931,-0.02650542),(-0.05584509,0.9964415,-0.06313092),(-0.2050971,0.9772717,-0.05362026),(0.003942683,0.9994255,-0.03366018),(0.04310279,0.9979243,-0.04784465),(0.03323565,0.9966958,-0.07411385),(0.07305494,0.9930543,-0.09222987),(-0.01506793,0.9933,-0.114578),(0.07100888,0.9887116,-0.1319361),(0.1116541,0.9813944,-0.1561997),(0.1201807,0.9710789,-0.2063069),(0.1608384,0.9576343,-0.2388884),(0.03674482,0.9829361,-0.1802402),(-0.1550795,0.9829481,-0.0988097),(-0.09621876,0.982996,-0.1563997),(0.06539142,0.9956267,-0.06671853),(0.1022286,0.9909416,-0.08708636),(0.09824423,0.9884982,-0.1149762),(0.139038,0.9806586,-0.137758),(0.154001,0.9818153,-0.1110058),(0.2205918,0.9651713,-0.1406545),(0.1955702,0.9674336,-0.1607),(0.2673846,0.9458718,-0.1839349),(0.1797093,0.9612115,-0.2092295),(0.234938,0.944679,-0.2288792),(0.3037531,0.9218739,-0.2405882),(0.2667605,0.9104652,-0.316057),(0.3213838,0.8937377,-0.3129622),(0.2218751,0.9274343,-0.30106),(0.1385601,0.9730812,-0.1841578),(0.1865165,0.9436221,-0.2734758),(0.2849196,0.9419052,-0.1778633),(0.3296816,0.9185405,-0.2181591),(0.3317223,0.9197962,-0.2096075),(0.3667482,0.899981,-0.235648),(0.3549342,0.9005989,-0.250885),(0.361698,0.8936578,-0.265613),(0.373436,0.8925443,-0.2528049),(0.3522019,0.9016302,-0.2510315),(0.3816621,0.8898774,-0.2499046),(0.3675475,0.8975569,-0.2435169),(0.3166827,0.9227162,-0.2197881),(0.3285953,0.9173,-0.2249127),(0.2496001,0.9531473,-0.1709095),(0.3647314,0.8926461,-0.2648658),(0.3606595,0.8994043,-0.2469752),(0.361891,0.8846396,-0.2940198),(0.3499892,0.9010696,-0.2560882),(0.3187659,0.9210065,-0.2239093),(0.3105446,0.9242136,-0.2222411),(0.2560287,0.9518681,-0.1685123),(0.2660678,0.9479807,-0.174758),(0.1901577,0.9750081,-0.1148878),(0.1876232,0.9770644,-0.1007109),(0.1059873,0.9938694,-0.03146708),(0.1704599,0.9805591,-0.09719731),(0.09568565,0.9952697,-0.01680961),(0.02267944,0.9982536,0.05454553),(-0.0002558788,0.9969136,0.07850727),(-0.05052587,0.9881186,0.1451502),(0.06782103,0.9976668,-0.007832084),(0.2446672,0.9545894,-0.1699917),(0.1523357,0.9835714,-0.09685565),(0.121084,0.9914654,-0.04832419),(0.09094841,0.9956939,0.01794911),(0.04269197,0.9985652,0.03232372),(0.02782789,0.9957152,0.08818678),(0.1011893,0.992264,0.07192276),(0.1528742,0.9829469,0.1022009),(0.06133519,0.9894462,0.1312791),(0.1439613,0.9772751,0.1555909),(-0.01697258,0.9886035,0.1495828),(0.0393046,0.9836377,0.1758184),(0.1478941,0.9713454,0.1860525),(0.04182544,0.9772912,0.2077319),(0.1725966,0.9654566,0.1952026),(-0.03729672,0.9780505,0.2050027),(-0.02253829,0.9937419,0.1094038),(-0.06756002,0.9802736,0.1857397),(0.2182489,0.9709142,0.09845393),(0.2688022,0.9612309,0.06148574),(0.3084385,0.9433599,0.1222212),(0.2386067,0.9590737,0.1524613),(0.3033456,0.9528798,0.001257415),(0.3163919,0.9480873,-0.0320398),(0.3690724,0.9282776,0.04567512),(0.3535776,0.9325053,0.07359887),(0.4038237,0.910524,0.08872774),(0.3507866,0.9261761,0.1383713),(0.4209073,0.9049867,0.06193559),(0.4819036,0.8759656,0.02129144),(0.4641175,0.8842713,0.05156714),(0.4055248,0.9070531,0.1131559),(0.2658456,0.9482889,0.1734197),(0.3089446,0.9369586,0.1632847),(0.4494123,-0.4237701,-0.7864143),(0.4446589,-0.4435714,-0.7781535),(0.4583648,-0.3807057,-0.8030971),(0.4626464,-0.07953402,-0.8829681),(0.4602883,-0.1346801,-0.8774942),(0.4583433,-0.1598808,-0.8742766),(0.4660232,-0.3350064,-0.8188975),(0.4723946,-0.2863507,-0.8335745),(0.4607694,0.03571827,-0.8868008),(0.4628247,-0.02284647,-0.8861554),(0.4086537,0.3132364,-0.8572544),(0.417629,0.2616302,-0.8701354),(0.3970692,0.3649977,-0.8420882),(0.2768481,0.70945,-0.6481017),(0.2938387,0.6809512,-0.6707936),(0.308232,0.6523883,-0.6923746),(0.4241048,0.2096416,-0.8810139),(0.4261129,0.1863546,-0.8852682),(0.3202461,0.6232216,-0.7134684),(0.3246096,0.6111946,-0.7218516),(0.4774649,-0.2343407,-0.8468244),(0.4811638,-0.1787055,-0.8582225),(0.450515,0.1593621,-0.8784304),(0.4566202,0.09645125,-0.884418),(0.4834328,-0.1192599,-0.8672197),(0.4841936,-0.05584979,-0.8731766),(0.4323248,0.2908594,-0.8535198),(0.4424227,0.2242505,-0.8683167),(0.3513475,0.5225209,-0.7768699),(0.3680993,0.4698703,-0.8023246),(0.333209,0.5747916,-0.7473864),(0.199459,0.8217547,-0.5337935),(0.2193098,0.7946525,-0.5660659),(0.2389499,0.766629,-0.5959721),(0.3833629,0.4172412,-0.8239797),(0.2581856,0.7380873,-0.6233517),(0.4832389,0.01144852,-0.8754136),(0.4803639,0.08203387,-0.8732245),(0.4072738,0.4261976,-0.8077646),(0.4204792,0.3585637,-0.8334442),(0.4755422,0.1548229,-0.8659616),(0.4688772,0.2285052,-0.8531937),(0.3783516,0.5555114,-0.7404441),(0.3930727,0.4923036,-0.7766153),(0.2791032,0.7211377,-0.6340834),(0.2963326,0.6751502,-0.6755437),(0.2633596,0.7631508,-0.5901209),(0.1510738,0.8924707,-0.4250563),(0.1409888,0.9108822,-0.3878345),(0.1644281,0.8712326,-0.4625117),(0.3145362,0.6260099,-0.7135674),(0.1806958,0.847481,-0.4991241),(0.4597668,0.3019847,-0.8351166),(0.4475257,0.3742202,-0.8122069),(0.3622869,0.6149095,-0.7004531),(0.3439498,0.6700163,-0.6578577),(0.4321331,0.4444057,-0.7847067),(0.4136724,0.5117354,-0.7529954),(0.3235701,0.7206198,-0.6131962),(0.3014093,0.766631,-0.5669474),(0.2308811,0.8343773,-0.5005082),(0.2127357,0.8641209,-0.4561124),(0.1934057,0.8904333,-0.4119744),(0.1106603,0.9511027,-0.2883709),(0.097665,0.9611393,-0.258211),(0.122062,0.9396853,-0.3195191),(0.2477813,0.8008421,-0.5452122),(0.1320975,0.9264649,-0.3524389),(0.3933665,0.5750542,-0.7173392),(0.3727598,0.6326967,-0.6787821),(0.2794981,0.8076671,-0.5191868),(0.2601891,0.843003,-0.4707946),(0.3526746,0.682972,-0.6396641),(0.3339548,0.7246285,-0.6028166),(0.2443894,0.87205,-0.4240314),(0.232882,0.8946137,-0.3813559),(0.1621438,0.9326988,-0.3221527),(0.1538201,0.9481763,-0.2780308),(0.1511106,0.9597887,-0.2365827),(0.07952464,0.9837384,-0.1610425),(0.08463089,0.9882501,-0.1272766),(0.08018009,0.9775914,-0.1946438),(0.1755555,0.9133765,-0.3673194),(0.08633686,0.9699917,-0.2272927),(0.3154719,0.7583314,-0.5704479),(0.2951127,0.7866589,-0.5422879),(0.2215927,0.911817,-0.3456683),(0.2054061,0.9257522,-0.3174762),(0.2715994,0.8128912,-0.5152102),(0.2436238,0.8395999,-0.4855095),(0.182962,0.9382039,-0.2937659),(0.1530196,0.950249,-0.2713151),(0.1372686,0.9750141,-0.1746565),(0.1187547,0.9807022,-0.1553076),(0.09167159,0.9855924,-0.1421407),(0.07495954,0.9952139,-0.06269196),(0.05762766,0.9964219,-0.06182635),(0.0854135,0.9935121,-0.07508877),(0.1478336,0.9682967,-0.2013625),(0.08876366,0.9912987,-0.09720007),(0.2172059,0.8672501,-0.4479941),(0.1995872,0.8947573,-0.3994675),(0.1242521,0.9618008,-0.2439274),(0.1063178,0.9724998,-0.2072211),(0.191713,0.9201534,-0.3414142),(0.1942724,0.9415004,-0.2753824),(0.09945308,0.9817927,-0.1618405),(0.1035943,0.9887074,-0.108286),(0.05099921,0.9924035,-0.1119566),(0.04684043,0.9950444,-0.08770832),(0.0525881,0.9970945,-0.05510899),(0.03568865,0.9958369,-0.08387646),(0.0430145,0.9957488,-0.08144999),(0.03486127,0.9963337,-0.07812738),(0.06577352,0.989386,-0.1295723),(0.04177815,0.9967322,-0.06913369),(0.2083288,0.9566189,-0.2036651),(0.2352614,0.9630815,-0.1308672),(0.1207199,0.9915583,-0.04731671),(0.1536843,0.9879532,0.01815159),(0.2758962,0.9590775,-0.06365182),(0.3310615,0.9435664,-0.008989441),(0.2036141,0.9755876,0.08228043),(0.2714491,0.9524387,0.1384776),(0.1090804,0.9931442,0.04202547),(0.1656658,0.9807962,0.1029259),(0.24201,0.956,0.1658167),(0.1567512,0.9873663,0.02317047),(0.2328244,0.9680888,0.09271961),(0.09988594,0.9945569,-0.02965211),(0.07175529,0.9973514,-0.01188537),(0.06221308,0.9959701,-0.06459942),(0.3844676,0.9228685,0.02232197),(0.4198773,0.9071622,0.0275659),(0.3381352,0.924818,0.1742879),(0.3853146,0.90429,0.1838267),(0.4366946,0.89951,0.01339733),(0.4333254,0.9011193,-0.01460395),(0.4136173,0.894187,0.1713196),(0.4221545,0.8956659,0.1398859),(0.3699684,0.8960136,0.245526),(0.405092,0.8789015,0.2518587),(0.4235216,0.8747319,0.2355283),(0.3987805,0.8774865,0.2664425),(0.426228,0.8601413,0.2801549),(0.3605321,0.9048498,0.2264142),(0.3165801,0.9234365,0.2168922),(0.3068273,0.9371775,0.1659979),(0.4058412,0.9124887,-0.05154877),(0.3491606,0.932448,-0.09288438),(0.4047857,0.909786,0.09185916),(0.3527368,0.9352183,0.03071338),(0.2588328,0.9568808,-0.1318515),(0.1314757,0.9783281,-0.1599634),(0.2589094,0.9652062,-0.03664488),(0.1183176,0.9878356,-0.1009059),(0.3744974,0.9178904,0.1312596),(0.2841742,0.9575213,0.04896755),(0.1378722,0.9894526,-0.04443843),(0.3254784,0.9373115,0.124543),(0.185962,0.9824936,0.01116684),(0.4035328,0.8908468,0.208694),(0.4175276,0.887482,0.1950551),(0.4332009,0.8625597,0.2613954),(0.006624951,0.986958,-0.1608415),(-0.07341228,0.9889619,-0.1287047),(-0.02188109,0.9897161,-0.1413621),(-0.1117289,0.9827052,-0.1476723),(-0.1079182,0.991522,-0.07237255),(-0.09700258,0.9952832,0.001354289),(-0.1529318,0.9800532,-0.1269155),(-0.1478522,0.9855173,-0.08303802),(-0.1118873,0.978596,-0.1727166),(-0.1605187,0.9677994,-0.1939025),(-0.1641722,0.9679255,-0.1901779),(-0.1217268,0.9544964,-0.2722484),(-0.1320954,0.9387866,-0.3181671),(-0.06856692,0.9770304,-0.201768),(-0.01325185,0.9921595,-0.1242738),(0.03391609,0.993726,-0.1065752),(-0.06191763,0.9946411,0.08279722),(-0.02520444,0.9862165,0.1635287),(-0.1179615,0.9927709,-0.02216018),(-0.08496426,0.9951664,0.04924297),(0.01192424,0.9704196,0.2411295),(0.04827208,0.9482805,0.313742),(-0.04946672,0.9904216,0.1289107),(-0.01264082,0.9767174,0.2141572),(-0.1204768,0.9849706,-0.1237665),(-0.09271055,0.9935487,-0.0653119),(-0.06123369,0.9980812,0.009187764),(-0.08547591,0.9363984,-0.3403702),(-0.06226319,0.9483025,-0.3112002),(-0.1049161,0.9306456,-0.3505587),(-0.1442385,0.9756061,-0.1654931),(-0.1205266,0.9315292,-0.3431132),(0.07972951,0.9216218,0.379811),(0.1026881,0.8929121,0.4383643),(0.02097098,0.9533032,0.3012858),(0.04738673,0.921345,0.385847),(0.1174064,0.8644355,0.4888425),(0.1245385,0.8385972,0.5303251),(0.06688467,0.8835501,0.4635361),(0.08040689,0.8440621,0.5301827),(-0.002537739,0.9811849,0.193054),(0.02159771,0.9567349,0.2901586),(0.04338822,0.9239202,0.380117),(0.004653638,0.9937927,-0.1111498),(0.02762909,0.9994683,-0.01731158),(-0.01678012,0.9807012,-0.1947916),(-0.02996647,0.9948249,0.09708429),(-0.03851888,0.9642062,-0.2623408),(0.1267196,0.8170084,0.5625295),(0.1262735,0.8002368,0.5862389),(0.08917897,0.8071885,0.5835184),(0.09386916,0.7755491,0.6242692),(0.1234324,0.7885321,0.6024795),(0.1184086,0.781948,0.611994),(0.09494527,0.7501351,0.6544331),(0.09278253,0.7312887,0.6757278),(0.07546303,0.8531666,0.5161513),(0.0843289,0.8228098,0.5620255),(0.0887764,0.7980523,0.5960129),(0.08885504,0.9666907,0.2400288),(0.1017502,0.9476904,0.3025391),(0.07163356,0.9837893,0.1643998),(0.06189574,0.8877872,0.4560733),(0.05085868,0.9957232,0.07712635),(0.1128202,0.7802336,0.6152294),(0.108513,0.7834257,0.6119388),(0.08977063,0.7186431,0.6895601),(0.08844808,0.7121192,0.6964648),(0.1060007,0.7920449,0.6011893),(0.10584,0.8063037,0.5819554),(0.08930343,0.7123122,0.6961583),(0.09282283,0.7195514,0.6882076),(0.0964066,0.7645533,0.63731),(0.1030811,0.7559239,0.646493),(0.1121819,0.7530187,0.6483657),(0.1352419,0.8938097,0.4275673),(0.1481395,0.8791898,0.4528575),(0.1234794,0.9104435,0.3947727),(0.09177943,0.7787292,0.6206106),(0.1124667,0.9286397,0.3535244),(0.1084859,0.8259073,0.5532701),(0.1138743,0.8496293,0.5149395),(0.09918694,0.7336626,0.6722358),(0.1081824,0.7537232,0.6482267),(0.1214509,0.8760049,0.4667601),(0.1304016,0.90342,0.4084455),(0.1194404,0.7784508,0.6162372),(0.1324159,0.8065644,0.576125),(0.1359619,0.7637364,0.6310475),(0.149809,0.77595,0.6127471),(0.1646176,0.7915974,0.588451),(0.1892895,0.8509439,0.4899632),(0.203058,0.8467616,0.4916931),(0.175504,0.8576682,0.4833256),(0.123351,0.7557943,0.643086),(0.1617645,0.8670669,0.4711975),(0.1350341,0.9313385,0.3381927),(0.1293814,0.9585823,0.2537329),(0.1421877,0.8381382,0.5265995),(0.143616,0.8731887,0.4657423),(0.1117878,0.9817635,0.153766),(0.08093992,0.9960197,0.03733386),(0.1352438,0.9100929,0.3917139),(0.1155676,0.946276,0.3020032),(0.1805825,0.8359389,0.5182627),(0.1770274,0.8651342,0.4692592),(0.1648077,0.8979948,0.407975),(0.2153331,0.8615555,0.4597324),(0.2070097,0.8780856,0.4314077),(0.2175066,0.851027,0.4779582),(0.176238,0.8112913,0.5574464),(0.2134733,0.8462663,0.4881212),(0.04858064,0.9947205,-0.09039354),(0.02701334,0.9751109,-0.2200658),(0.09342237,0.9757997,0.1977046),(0.07844456,0.9933914,0.08378652),(0.01598391,0.9388122,-0.3440584),(0.01421915,0.8899294,-0.4558765),(0.07089096,0.9968937,-0.03431361),(0.07056448,0.9860696,-0.1506233),(0.1410623,0.9581332,0.2491635),(0.1364921,0.9781039,0.157107),(0.1367577,0.9886874,0.06160003),(0.1875197,0.9397731,0.2857671),(0.187107,0.9568269,0.2224261),(0.1908692,0.9197317,0.3430198),(0.1505137,0.9305378,0.3338341),(0.1973114,0.8985046,0.3921198),(0.01499608,0.8332247,-0.5527311),(0.01278289,0.7720957,-0.6353778),(0.07206735,0.962477,-0.2616187),(0.07043508,0.9278881,-0.3661455),(0.008182047,0.7093062,-0.7048529),(0.001795411,0.6466336,-0.7627985),(0.06605178,0.8838812,-0.463024),(0.05939602,0.8321211,-0.5514041),(0.1370673,0.9817687,-0.1316921),(0.1334953,0.9644535,-0.2280537),(0.1274888,0.9378033,-0.3229108),(0.1846923,0.9827896,0.003669185),(0.1807785,0.980389,-0.07846341),(0.1868584,0.9790136,0.08134013),(0.1381493,0.9897966,-0.0348947),(0.1875689,0.9700651,0.1542452),(-0.008605888,0.5848722,-0.8110798),(-0.02544572,0.5247495,-0.8508763),(0.04837789,0.7740589,-0.6312626),(0.03057216,0.7109876,-0.7025398),(-0.04869077,0.4670996,-0.882863),(-0.07814948,0.4124773,-0.9076096),(0.005675234,0.6439846,-0.7650173),(-0.02625151,0.5739378,-0.8184781),(0.1010912,0.8569497,-0.5053887),(0.07769901,0.8026223,-0.5914055),(0.0467018,0.7386826,-0.6724336),(0.1472724,0.9249204,-0.3504754),(0.1243913,0.8847747,-0.4491108),(0.1634317,0.952876,-0.2555729),(0.117384,0.9019399,-0.4156024),(0.1741503,0.970811,-0.1649174),(-0.1070752,0.362858,-0.9256722),(-0.1291774,0.3214119,-0.9380871),(-0.05968937,0.5031124,-0.8621572),(-0.08936051,0.4356993,-0.8956455),(-0.1447488,0.2910558,-0.9456925),(-0.1542729,0.2748031,-0.9490432),(-0.1152469,0.3764663,-0.919234),(-0.1377849,0.3300247,-0.9338624),(-0.02478067,0.5890129,-0.8077435),(-0.06130131,0.513052,-0.8561657),(-0.09797966,0.4445231,-0.8903927),(0.01564105,0.6891786,-0.7244225),(-0.03257606,0.6119408,-0.7902324),(0.0583537,0.7641503,-0.6423933),(0.01138617,0.6661952,-0.7456905),(0.0946954,0.8308179,-0.548429),(-0.1570365,0.2752133,-0.948471),(-0.1518195,0.2933994,-0.9438578),(-0.1548402,0.300319,-0.941187),(-0.1641872,0.289603,-0.9429595),(-0.1379224,0.3294623,-0.9340407),(-0.114047,0.3832591,-0.9165728),(-0.1660551,0.2986495,-0.9398054),(-0.1598415,0.3283351,-0.9309387),(-0.1555721,0.3506432,-0.923497),(-0.1736962,0.3308859,-0.9275474),(-0.1853394,0.3312716,-0.9251532),(-0.1541211,0.4257812,-0.8916036),(-0.1827597,0.3920105,-0.9016246),(-0.1200227,0.4756513,-0.8714071),(-0.1306313,0.3890909,-0.9118901),(-0.07971563,0.5388963,-0.8385917),(-0.07868553,0.452044,-0.8885183),(-0.03010229,0.5290431,-0.8480609),(-0.1410453,0.3780515,-0.9149772),(-0.104292,0.4430764,-0.8903968),(0.03236416,0.6052839,-0.7953515),(0.107792,0.6724481,-0.732253),(-0.04779808,0.5154738,-0.8555712),(0.02858362,0.5867785,-0.8092428),(-0.1610672,0.3934493,-0.905127),(-0.1153784,0.448105,-0.8865042),(-0.0452705,0.5109662,-0.8584079),(-0.1594623,0.4071861,-0.8993171),(-0.1036283,0.4492094,-0.8873963),(-0.1902581,0.3827061,-0.9040675),(-0.1837278,0.3528224,-0.917475),(-0.1976871,0.3772762,-0.9047554),(0.1842569,0.7251278,-0.6635052),(0.2503495,0.7632803,-0.5955907),(0.1116671,0.6491125,-0.7524516),(0.1879387,0.6990153,-0.6899686),(0.3058991,0.7888641,-0.5330282),(0.3519228,0.8037646,-0.4797007),(0.2563428,0.735835,-0.6267658),(0.3170088,0.7596597,-0.5678226),(0.1180098,0.6312497,-0.7665491),(0.1962743,0.6778165,-0.7085487),(0.2708085,0.7108477,-0.6491211),(0.1294695,0.6152847,-0.7776003),(0.2157703,0.6570274,-0.7223282),(0.04634956,0.5616891,-0.826049),(0.03698976,0.5741826,-0.8178913),(-0.03172495,0.5034886,-0.8634192),(0.3870421,0.8108845,-0.438936),(0.40961,0.8140498,-0.4117557),(0.3657616,0.7729207,-0.5184708),(0.3988289,0.7801639,-0.481954),(0.4205732,0.8159518,-0.3966621),(0.4204262,0.8182854,-0.391983),(0.4176887,0.7846891,-0.4580384),(0.4234354,0.7885165,-0.4460317),(0.3785097,0.7431126,-0.5518278),(0.4068143,0.7507264,-0.520492),(0.4203147,0.7562353,-0.5014417),(0.3883483,0.7134212,-0.5832801),(0.4109463,0.7210877,-0.5578133),(0.3496087,0.7021083,-0.6203367),(0.3337746,0.7310712,-0.5950878),(0.2926992,0.6846415,-0.6675276),(0.4155549,0.8200772,-0.3934303),(0.4121672,0.8201262,-0.3968767),(0.4228256,0.7909632,-0.442262),(0.4221373,0.7911241,-0.4426316),(0.4100735,0.8192031,-0.4009313),(0.4090436,0.8180923,-0.4042381),(0.4212202,0.7900175,-0.4454726),(0.4198536,0.7886561,-0.4491598),(0.4291299,0.7599103,-0.4882457),(0.4303926,0.7589231,-0.4886696),(0.4293903,0.7576822,-0.4914689),(0.4366154,0.7262695,-0.5309421),(0.4366735,0.7256579,-0.53173),(0.432315,0.7266562,-0.5339235),(0.4257565,0.7594369,-0.4919216),(0.4237991,0.7254387,-0.5423403),(0.4104615,0.8167884,-0.4054357),(0.4159537,0.8145765,-0.4042865),(0.4206852,0.786873,-0.451503),(0.4265622,0.7837695,-0.4513868),(0.4256738,0.8108009,-0.4017509),(0.4397676,0.8047345,-0.3987568),(0.4375435,0.778852,-0.4493833),(0.453651,0.7715365,-0.4460183),(0.4363013,0.7522331,-0.4937475),(0.4482588,0.7465317,-0.4916853),(0.4658297,0.7382501,-0.4878415),(0.4575794,0.7144937,-0.5292635),(0.4765189,0.7054327,-0.5246853),(0.4445727,0.720621,-0.5320342),(0.4300131,0.7558249,-0.4937788),(0.4375957,0.7242361,-0.5329089),(0.4528387,0.7977246,-0.3982118),(0.4594144,0.7918591,-0.402365),(0.468785,0.763395,-0.4443745),(0.4769474,0.7565291,-0.4474202),(0.4594308,0.7876004,-0.4106205),(0.4527334,0.7852981,-0.4223025),(0.4782297,0.7510608,-0.4551966),(0.4726169,0.7469638,-0.4676304),(0.4926262,0.7209154,-0.4874427),(0.4958867,0.7137356,-0.494649),(0.4924995,0.7072175,-0.5072353),(0.5129837,0.6758766,-0.5291865),(0.5126446,0.6663383,-0.5414692),(0.5071507,0.6853126,-0.5226326),(0.4826622,0.7290428,-0.485318),(0.4950598,0.695074,-0.5213326),(0.4543625,0.7800237,-0.4302533),(0.4795681,0.7662913,-0.4275652),(0.5021755,0.7209774,-0.4775053),(0.4754559,0.7388444,-0.4775466),(0.5278603,0.7419317,-0.4134017),(0.5972383,0.7029732,-0.3861804),(0.6230284,0.6458855,-0.4412114),(0.552141,0.6912748,-0.4661325),(0.5264138,0.6732807,-0.5192124),(0.5780208,0.6379509,-0.5088328),(0.6497635,0.5860703,-0.4840754),(0.6047726,0.582702,-0.5428706),(0.676553,0.524694,-0.5166936),(0.5518221,0.6236876,-0.5536299),(0.4976354,0.695696,-0.5180407),(0.5207695,0.6509313,-0.5523473),(0.6602415,0.6590448,-0.3601959),(0.6950693,0.6254316,-0.3545618),(0.7269432,0.5515146,-0.4091274),(0.6882421,0.5942248,-0.4161968),(0.7059308,0.6018344,-0.3734397),(0.6943219,0.5846539,-0.4196392),(0.7390031,0.4947359,-0.4572863),(0.7432019,0.5187595,-0.4225395),(0.7727311,0.4399057,-0.4575693),(0.7550311,0.4780668,-0.4487541),(0.7709695,0.4135116,-0.4843701),(0.7932492,0.3416895,-0.5039882),(0.7957911,0.3666274,-0.4819761),(0.7793746,0.4067678,-0.476566),(0.7154493,0.5275045,-0.4581171),(0.741173,0.4604635,-0.4885036),(0.6529262,0.5743148,-0.4938116),(0.5517614,0.5788406,-0.600419),(0.6142113,0.501292,-0.6094676),(0.7057792,0.484848,-0.5165251),(0.3034463,0.6043925,-0.7366342),(-0.2415695,0.5681339,-0.7866817),(-0.1667522,0.5788271,-0.7982186),(0.3798918,0.5560213,-0.7392717),(0.4309424,0.5088373,-0.7452338),(0.6553241,0.4332964,-0.6187121),(-0.1121172,0.5752781,-0.8102376),(-0.07620459,0.5626655,-0.823165),(0.4625704,0.4664139,-0.7539805),(0.6808507,0.3761637,-0.628445),(0.7412431,0.406682,-0.5340117),(0.7640051,0.3402873,-0.5481794),(-0.6959695,0.3828788,-0.6074787),(-0.8456197,0.2469028,-0.4732506),(-0.6534826,0.4351649,-0.619348),(-0.8241261,0.3075166,-0.4756571),(-0.8879795,0.1811171,-0.4227162),(-0.8886535,0.1726265,-0.424847),(-0.8913864,0.2136397,-0.399735),(-0.8794289,0.2371002,-0.4127814),(-0.867858,0.2841716,-0.4075155),(-0.8025545,0.354077,-0.4801412),(-0.8885802,0.251974,-0.3833201),(-0.8820997,0.2863198,-0.37406),(-0.8557804,0.3215031,-0.4053095),(-0.7842603,0.3865061,-0.4853337),(-0.6171662,0.4694684,-0.6314313),(-0.5902727,0.4877681,-0.6431643),(-0.8613855,0.2150038,-0.4602046),(-0.7896627,0.3061674,-0.5316901),(-0.8139798,0.3022793,-0.4960484),(-0.8747002,0.2344235,-0.4241994),(-0.599307,0.4515589,-0.6610037),(-0.1362496,0.5957696,-0.7915141),(-0.6384852,0.4262564,-0.6408138),(-0.1777758,0.5623978,-0.8075299),(-0.6603144,0.4124046,-0.6276203),(-0.8258063,0.3072894,-0.4728818),(-0.2071227,0.53713,-0.8176745),(-0.2252766,0.5197771,-0.8240644),(-0.6676385,0.4076651,-0.622951),(-0.8276432,0.3185607,-0.4620887),(-0.8794483,0.2575012,-0.4003298),(-0.877573,0.2822751,-0.3875388),(0.3072484,0.5887405,-0.7476518),(0.4463019,0.5651883,-0.6938132),(0.2815067,0.5577003,-0.7808485),(0.42518,0.537944,-0.7278998),(0.4102587,0.5895687,-0.6957704),(0.2138233,0.6479873,-0.731021),(0.186596,0.6220869,-0.760388),(0.3880706,0.5643106,-0.7286664),(0.3620935,0.5460201,-0.7554802),(0.401397,0.5183755,-0.7550942),(0.1543555,0.601801,-0.7835878),(0.1184139,0.5871277,-0.8007866),(0.3336232,0.5347054,-0.7763928),(0.3761128,0.5066285,-0.7758008),(0.2561674,0.5342086,-0.805605),(0.2319353,0.5186699,-0.8229139),(-0.03073487,0.6811071,-0.7315385),(-0.1711004,0.68875,-0.7045198),(-0.1971467,0.6648414,-0.7204992),(-0.06078958,0.6546918,-0.7534475),(-0.2219117,0.6950173,-0.6838905),(-0.1983036,0.7045728,-0.6813611),(-0.2031048,0.6892541,-0.695469),(-0.2394872,0.6754774,-0.6974066),(-0.2611012,0.657908,-0.7063875),(-0.2281408,0.64352,-0.7306393),(-0.2103755,0.6755506,-0.7066637),(-0.2190242,0.6637224,-0.715193),(-0.2856932,0.642507,-0.7110302),(-0.2629243,0.6248829,-0.7351137),(-0.09627201,0.632083,-0.7688972),(-0.1359238,0.6133038,-0.7780637),(-0.1163773,0.7111046,-0.6933877),(0.02649361,0.705762,-0.7079535),(0.04373258,0.6893358,-0.7231208),(-0.1081761,0.697175,-0.7086925),(0.2631022,0.6664226,-0.6976088),(0.5973725,0.5355473,-0.5969382),(0.6138284,0.5080417,-0.6042419),(0.2841956,0.6441249,-0.7101663),(0.3054992,0.6212739,-0.7215878),(0.06130819,0.6729651,-0.7371291),(0.6291235,0.4808557,-0.6107221),(0.6432863,0.4540938,-0.6164262),(0.3277311,0.5977095,-0.7316664),(0.08037607,0.6565876,-0.7499549),(-0.1006874,0.6842112,-0.7222998),(-0.09269768,0.6723667,-0.7343909),(0.8416765,0.3392552,-0.4201033),(0.9322122,0.2055191,-0.2978965),(0.9353847,0.1866715,-0.3003484),(0.8499342,0.3137904,-0.4232582),(0.9593098,0.1433533,-0.2432583),(0.960371,0.1404514,-0.240751),(0.9580538,0.1406516,-0.2496999),(0.9596758,0.1329568,-0.2476787),(0.9588954,0.1269393,-0.2537833),(0.9371874,0.1715282,-0.3037396),(0.9541974,0.1452565,-0.2615487),(0.9488431,0.1535043,-0.2759227),(0.9569673,0.1251585,-0.2618188),(0.9375688,0.1603196,-0.3086462),(0.8564652,0.290646,-0.4266056),(0.8611065,0.2701891,-0.4306895),(0.9476369,0.1775025,-0.2654755),(0.9243283,0.2380665,-0.2982304),(0.9122708,0.2610149,-0.3156471),(0.9412734,0.1895231,-0.2794378),(0.8845787,0.3213415,-0.3380239),(0.8213336,0.4241709,-0.3814318),(0.7907091,0.4612988,-0.4024705),(0.8644708,0.353165,-0.3577216),(0.8400415,0.3839463,-0.3832958),(0.8966197,0.2855063,-0.3384661),(0.7557653,0.4947232,-0.4290314),(0.7169495,0.5236038,-0.4602416),(0.8118556,0.4121852,-0.4135141),(0.8777614,0.309865,-0.3654021),(0.932376,0.2050237,-0.2977253),(0.9211224,0.2226098,-0.3193407),(0.7293209,0.5375972,-0.4231786),(0.5914533,0.657788,-0.4663668),(0.6871474,0.5748515,-0.4442682),(0.537397,0.6893402,-0.4858132),(0.3701999,0.7747443,-0.5125654),(0.02797432,0.8444942,-0.5348337),(-0.05224345,0.8396596,-0.5405945),(0.3030673,0.7934298,-0.5278441),(0.4806501,0.7144784,-0.5084252),(0.2343402,0.8054261,-0.5444021),(-0.1324659,0.8279179,-0.5449814),(0.1635463,0.8111473,-0.5615093),(-0.2127744,0.8096924,-0.5469235),(0.4208711,0.7335105,-0.5336944),(0.6413306,0.6065395,-0.4698988),(0.5919111,0.6325489,-0.4995227),(-0.329778,0.8110944,-0.4830863),(-0.6039392,0.7048277,-0.3721228),(-0.6751074,0.6490973,-0.3505747),(-0.4126772,0.7775242,-0.4745037),(-0.8158814,0.5324282,-0.2255166),(-0.9624459,0.266877,-0.04974467),(-0.9798982,0.1989062,-0.01536174),(-0.8640715,0.4641577,-0.194777),(-0.9051008,0.3941599,-0.1594692),(-0.7406668,0.5885354,-0.3240968),(-0.9908908,0.1328191,0.02223914),(-0.9955844,0.06968067,0.06289966),(-0.9386493,0.3235701,-0.1193309),(-0.8000404,0.5241191,-0.2919498),(-0.4928042,0.7373443,-0.4620251),(-0.5697047,0.6912286,-0.4445665),(-0.9934881,-0.01256522,0.1132413),(-0.9576783,-0.1859376,0.219726),(-0.9428318,-0.2258341,0.245086),(-0.9871526,-0.06774964,0.1447054),(-0.9193617,-0.2726749,0.2835885),(-0.8999283,-0.3020958,0.3144314),(-0.893851,-0.3103816,0.3235641),(-0.9057945,-0.2976092,0.3016045),(-0.8927634,-0.3175553,0.3195815),(-0.9265456,-0.2607641,0.2711368),(-0.8896697,-0.3136626,0.3318188),(-0.887671,-0.3117825,0.3388685),(-0.8808121,-0.3322903,0.3372731),(-0.9094784,-0.2903066,0.2976089),(-0.9768698,-0.1186781,0.1778793),(-0.9632087,-0.1645969,0.2124545),(-0.9062548,-0.2830298,0.3140007),(-0.9377701,-0.2045763,0.2805993),(-0.945368,-0.1847245,0.2686191),(-0.9088243,-0.2756885,0.313104),(-0.9781367,-0.04093138,0.2038956),(-0.9714016,0.2290176,0.06268911),(-0.9613933,0.2743291,0.02159924),(-0.9839314,-0.008307233,0.1783535),(-0.9884172,0.02811765,0.1491334),(-0.9539721,-0.1599307,0.2536917),(-0.9471123,0.3201109,-0.02252233),(-0.9281426,0.3656847,-0.0694682),(-0.9909264,0.068184,0.115826),(-0.9631948,-0.1300777,0.2352349),(-0.9134662,-0.2632442,0.3102936),(-0.9201299,-0.2455315,0.3050821),(-0.8614306,0.4957624,-0.1102588),(-0.681582,0.6803973,-0.2692683),(-0.6226916,0.7155118,-0.3166986),(-0.8243411,0.5429751,-0.1601245),(-0.4363009,0.8035793,-0.4048482),(-0.1077928,0.8607064,-0.4975591),(-0.04778253,0.8532745,-0.5192682),(-0.3685311,0.8180199,-0.4416201),(-0.3009879,0.8270207,-0.4748085),(-0.5606719,0.7447108,-0.3620122),(0.009208851,0.8430938,-0.5376877),(0.06294956,0.8307677,-0.5530482),(-0.2345617,0.8310763,-0.504275),(-0.4966,0.7679024,-0.4046163),(-0.782095,0.5865138,-0.2105445),(-0.7351934,0.6256748,-0.2608095),(0.2123058,0.8259816,-0.5221885),(0.4140507,0.7537436,-0.5103259),(0.4419928,0.7352256,-0.5138928),(0.2550896,0.8074926,-0.5318694),(0.5279219,0.6909385,-0.4938648),(0.5875077,0.6517312,-0.4796677),(0.59024,0.6471449,-0.4825144),(0.5434337,0.6777372,-0.4953303),(0.5556359,0.6665166,-0.4970154),(0.4660101,0.7181423,-0.5168231),(0.5904274,0.6444067,-0.4859378),(0.5880578,0.6434647,-0.490042),(0.564734,0.6572631,-0.4990799),(0.4864462,0.702596,-0.5193544),(0.2937733,0.7889819,-0.5396338),(0.3286311,0.7707902,-0.5457878),(0.609097,0.6403559,-0.467916),(0.5956329,0.6577346,-0.461093),(0.5772236,0.6682038,-0.4693789),(0.599784,0.644759,-0.4738619),(0.5450621,0.7000608,-0.4613265),(0.4526869,0.7590951,-0.4678134),(0.4232205,0.7708648,-0.4760798),(0.5198124,0.7130504,-0.4704829),(0.4929643,0.726128,-0.4792956),(0.5570343,0.6793318,-0.4777248),(0.3924465,0.7822962,-0.4837337),(0.3603147,0.7932662,-0.4908177),(0.4643557,0.7391886,-0.4878256),(0.534846,0.6910441,-0.4862078),(0.5884739,0.6504346,-0.4802431),(0.5749878,0.6573261,-0.4871464),(0.340114,0.8142768,-0.4703996),(0.2337595,0.8548171,-0.4632971),(0.2013844,0.8607387,-0.4675181),(0.3086669,0.8230268,-0.476814),(0.1344311,0.8831595,-0.449397),(0.04154896,0.9012986,-0.4312012),(0.1019882,0.8868133,-0.4507333),(0.009701399,0.9034665,-0.428549),(0.06729997,0.8895521,-0.4518493),(0.1675505,0.8659417,-0.4712448),(-0.02565149,0.9043518,-0.4260161),(0.03061146,0.8911406,-0.4526932),(-0.06414414,0.9036319,-0.4234796),(0.132401,0.8702556,-0.4744735),(0.2760589,0.8312083,-0.4825806),(0.2423442,0.8386866,-0.4877234),(-0.05131258,0.9106441,-0.4099932),(-0.1508329,0.9110481,-0.3837195),(-0.0836359,0.9117527,-0.4021343),(-0.1865992,0.9102233,-0.3696947),(-0.2582151,0.9013357,-0.3477342),(-0.3733477,0.8790637,-0.296409),(-0.4246753,0.8646328,-0.2684417),(-0.300536,0.8959839,-0.3269418),(-0.2270759,0.9064097,-0.3561715),(-0.3467498,0.886444,-0.3065643),(-0.4779942,0.8447576,-0.240637),(-0.5328778,0.8190168,-0.2127267),(-0.3963731,0.8722914,-0.2863496),(-0.2717588,0.8991953,-0.3429214),(-0.1205206,0.9108838,-0.3946714),(-0.1614947,0.9076492,-0.3874175),(-0.4933077,0.8398782,-0.226389),(-0.6174762,0.7744089,-0.1378908),(-0.6753618,0.7310408,-0.09729217),(-0.5511932,0.8120978,-0.191529),(-0.7431123,0.6683416,-0.03321759),(-0.8572499,0.5079793,0.08414088),(-0.8927475,0.4313911,0.1300138),(-0.7937475,0.6081414,0.011358),(-0.8385567,0.5419643,0.05565427),(-0.730016,0.6810827,-0.05659571),(-0.9201751,0.3503759,0.1746842),(-0.9390942,0.2656444,0.2180257),(-0.8770201,0.4699935,0.09970916),(-0.7809767,0.624365,-0.01561165),(-0.608503,0.7779483,-0.1565904),(-0.6648294,0.7370789,-0.1213116),(-0.929055,0.3100617,0.201788),(-0.9466776,0.09499482,0.3078598),(-0.9381883,0.003216901,0.3461104),(-0.9437093,0.221647,0.2455308),(-0.9089165,-0.1426157,0.3918314),(-0.804406,-0.4008088,0.4385012),(-0.7550473,-0.4683782,0.4588306),(-0.8776449,-0.2275274,0.4218658),(-0.8391539,-0.3090226,0.4475776),(-0.9205463,-0.08776342,0.3806469),(-0.7016204,-0.53098,0.4751727),(-0.6447466,-0.5882866,0.4880787),(-0.7941031,-0.3862646,0.4692546),(-0.8941193,-0.1767674,0.4114656),(-0.9489762,0.1311979,0.2867602),(-0.9447651,0.03984343,0.3253173),(-0.6489395,-0.6172397,0.4448512),(-0.4972266,-0.7501789,0.4358867),(-0.4384291,-0.7828674,0.4414732),(-0.5911244,-0.6648185,0.4567147),(-0.3677802,-0.8258587,0.4274283),(-0.2614658,-0.8676993,0.4227691),(-0.2116235,-0.8825408,0.4199252),(-0.3120124,-0.8481187,0.4281857),(-0.2594463,-0.865824,0.4278276),(-0.3807764,-0.8104827,0.4451145),(-0.1671862,-0.8936378,0.4164857),(-0.2109133,-0.8790669,0.4275009),(-0.1293941,-0.90106,0.4139421),(-0.3248338,-0.8330948,0.447701),(-0.5321928,-0.707104,0.4655909),(-0.4726342,-0.7440764,0.472194),(-0.1799245,-0.8881285,0.4229125),(-0.1298583,-0.8936706,0.4295228),(-0.1398328,-0.8974224,0.4184255),(-0.103942,-0.8988035,0.4258502),(-0.114094,-0.8900048,0.4414454),(-0.135039,-0.8799391,0.4554906),(-0.106774,-0.891461,0.440337),(-0.1512436,-0.8762681,0.4574709),(-0.08778559,-0.9023975,0.4218678),(-0.1109709,-0.8915235,0.439171),(-0.1802404,-0.8694648,0.4599393),(-0.1273531,-0.8896869,0.4384497),(-0.2215616,-0.8586487,0.4622043),(-0.08264025,-0.9042779,0.4188698),(-0.1074386,-0.9041179,0.4135551),(-0.0842011,-0.908218,0.4099395),(-0.1919483,-0.8634506,0.4664856),(-0.2841518,-0.8352172,0.4708185),(-0.2332418,-0.8518549,0.4689791),(-0.3481734,-0.8111031,0.4699862),(-0.413399,-0.7829738,0.4648153),(-0.5761783,-0.6898317,0.4383501),(-0.6667777,-0.6128044,0.4241205),(-0.4955887,-0.7378779,0.4581789),(-0.5797499,-0.6795446,0.4495656),(-0.4209157,-0.7764573,0.4689819),(-0.7496789,-0.5230133,0.4055101),(-0.8223239,-0.4221601,0.3815288),(-0.6625127,-0.6083397,0.4370351),(-0.4994425,-0.730599,0.4655987),(-0.2867698,-0.833591,0.4721113),(-0.3506774,-0.8076176,0.4741089),(-0.7418808,-0.5539374,0.3778443),(-0.8847588,-0.3670123,0.2872347),(-0.9392594,-0.2301886,0.2545678),(-0.8238212,-0.4421301,0.3547387),(-0.9784333,-0.09235984,0.1847648),(-0.9553797,0.2828264,0.08519949),(-0.9169734,0.3976595,0.03204067),(-0.9887307,0.04900944,0.1414561),(-0.9785856,0.1831456,0.09395685),(-0.9720559,-0.09250933,0.2157527),(-0.8652107,0.5009289,-0.02192471),(-0.8011193,0.5937046,-0.07564861),(-0.949916,0.309412,0.04386256),(-0.9841171,0.04383959,0.1720223),(-0.8889844,-0.322063,0.3255493),(-0.9365444,-0.1962063,0.2904958),(-0.791298,0.6114292,-0.001283881),(-0.5920571,0.8025832,-0.07299632),(-0.512381,0.8489823,-0.1292081),(-0.7236276,0.6877098,-0.05846645),(-0.3984564,0.9073554,-0.1339349),(-0.2052756,0.9617295,-0.1814891),(-0.1262552,0.9641542,-0.23338),(-0.3156546,0.9301354,-0.1876438),(-0.2309441,0.9431835,-0.2388925),(-0.4290313,0.8844364,-0.1835875),(-0.0462335,0.9586461,-0.2808205),(0.03198858,0.9456463,-0.32362),(-0.1449975,0.9468247,-0.2872259),(-0.3415666,0.9098144,-0.2357329),(-0.6489112,0.7522213,-0.1143563),(-0.5668668,0.806401,-0.1684621),(-0.0290721,0.9759706,-0.2159545),(0.09793525,0.9643815,-0.2457174),(0.1622219,0.940829,-0.2975311),(0.0423129,0.9626364,-0.2674711),(0.1777566,0.9439812,-0.2780325),(0.2160743,0.923851,-0.3159295),(0.2357515,0.9142513,-0.3294931),(0.2681843,0.8913563,-0.3654602),(0.2868408,0.8866334,-0.3627721),(0.2231897,0.9148535,-0.3364961),(0.3093749,0.8668051,-0.3910703),(0.3244011,0.8656462,-0.3813405),(0.3323316,0.8553314,-0.3974468),(0.2748448,0.8896697,-0.3646207),(0.1132264,0.9436855,-0.3108656),(0.1788112,0.9207264,-0.3468278),(0.236138,0.9050169,-0.3538127),(0.2586825,0.8875545,-0.3812222),(0.2784254,0.8733761,-0.3996165),(0.2833169,0.8612903,-0.4217944),(0.2840569,0.8755935,-0.3907015),(0.3134351,0.8726355,-0.3745209),(0.2834616,0.8600003,-0.4243219),(0.2798512,0.8734874,-0.3983756),(0.2907603,0.855808,-0.4278449),(0.2629496,0.868496,-0.4202052),(0.2221703,0.8964533,-0.3834211),(0.2164993,0.8998792,-0.3786099),(0.1374982,0.935375,-0.3258341),(0.2737324,0.8734249,-0.4027397),(0.3061965,0.8563831,-0.4157543),(0.3117528,0.8585316,-0.4071039),(0.3284514,0.8840353,-0.3325674),(0.3088004,0.9115382,-0.2715518),(0.2617427,0.9032252,-0.3401101),(0.2157801,0.942603,-0.2548305),(0.2502951,0.948016,-0.1965146),(0.1488378,0.9825406,-0.1116301),(0.1372102,0.9786596,-0.1529665),(0.02467073,0.9985635,-0.04756376),(0.09398666,0.9742439,-0.2049766),(0.003102999,0.9963524,-0.08527765),(-0.1040159,0.9942065,0.02709415),(-0.1343934,0.9908617,0.01147302),(-0.2169043,0.9693001,0.115801),(-0.04632606,0.9923059,-0.1148162),(0.166503,0.9360144,-0.3100869),(0.04536738,0.9708123,-0.2355105),(0.0384466,0.9991113,-0.01727884),(-0.0418527,0.9959411,0.07968397),(-0.08194191,0.9951842,0.05379477),(-0.1437169,0.9788747,0.14543),(-0.08935385,0.9824822,0.163538),(-0.1055487,0.9696858,0.2203837),(-0.1613822,0.9626185,0.2175351),(-0.1381576,0.9554543,0.2608055),(-0.2240126,0.9551925,0.1934571),(-0.2090329,0.9468319,0.2445702),(-0.1469413,0.951959,0.268668),(-0.2246829,0.9422268,0.2484475),(-0.1285429,0.9611396,0.2443102),(-0.2709328,0.9349487,0.2290552),(-0.1900436,0.9743859,0.1202318),(-0.2689464,0.9449356,0.1864526),(-0.08717668,0.9655894,0.2450249),(-0.02900257,0.9696299,0.2428512),(-0.08133415,0.9594086,0.2700368),(0.005994327,0.9683689,0.2494507),(0.07292764,0.9725271,0.2210712),(0.2217514,0.9576077,0.1838853),(0.2902509,0.9449412,0.1511308),(0.1292576,0.9696645,0.2074689),(0.06202731,0.9730762,0.2219804),(0.2025072,0.9655165,0.1636119),(0.3679385,0.9249785,0.09505834),(0.4437612,0.8960016,0.01603642),(0.2833334,0.9550117,0.08760665),(0.1336275,0.9784855,0.1571936),(-0.05285085,0.9641182,0.2601595),(-0.002885171,0.9770787,0.212859),(0.3703051,0.919643,0.130885),(0.4731523,0.8786142,0.06452776),(0.5448579,0.8384628,0.01049038),(0.4427779,0.8926607,0.08428877),(0.5331004,0.8459956,-0.00976546),(0.5503955,0.8336394,-0.04593694),(0.617088,0.7799362,-0.1044124),(0.6014333,0.7961157,-0.06691568),(0.6610833,0.7409542,-0.1181345),(0.6109388,0.7902529,-0.04747718),(0.6746505,0.7222557,-0.1522937),(0.7183219,0.6695085,-0.1891348),(0.7065845,0.6886993,-0.1625779),(0.6636187,0.740293,-0.1075941),(0.5158015,0.8563811,0.02366958),(0.5793152,0.8136191,-0.04917238),(0.1708298,0.8975428,-0.4064901),(0.17492,0.8935398,-0.4135088),(0.1603323,0.9066353,-0.3902638),(0.05768666,0.9835957,-0.1709148),(0.06610107,0.9811835,-0.1814095),(0.06960157,0.9799565,-0.1866568),(0.1472424,0.9156896,-0.3739415),(0.1313789,0.9248679,-0.3568735),(0.04656184,0.985927,-0.1605612),(0.03262331,0.9881664,-0.1498761),(-0.003141744,0.9991464,-0.04119208),(-0.01249449,0.9992681,-0.0361558),(-0.02465758,0.9992074,-0.03124916),(-0.0430289,0.9985897,0.03110037),(-0.05284736,0.9981859,0.02884586),(-0.03603843,0.9988121,0.03279608),(0.006157878,0.9987447,-0.0497111),(0.003460797,0.9989045,-0.04666488),(-0.03182447,0.9989228,0.03377048),(-0.03033983,0.9989648,0.03389369),(0.1141515,0.9341685,-0.3380809),(0.09720132,0.9433652,-0.3171968),(0.01768596,0.9902876,-0.1379047),(0.003777581,0.9922391,-0.1242867),(0.08078427,0.9521731,-0.2946867),(0.06515246,0.9603592,-0.2710453),(-0.00884782,0.9939358,-0.1096048),(-0.01995714,0.9953304,-0.09444188),(-0.04860476,0.9986479,-0.01844103),(-0.05784341,0.9982693,-0.01061099),(-0.06499633,0.9978821,-0.002572508),(-0.07674778,0.9967068,0.02617867),(-0.07992398,0.9964556,0.02623594),(-0.07107519,0.9971245,0.02628653),(-0.03747187,0.9989722,-0.02550625),(-0.0630534,0.9976442,0.02702239),(0.05180538,0.9677803,-0.2464089),(0.04230896,0.9742844,-0.221314),(-0.02802841,0.996488,-0.07890564),(-0.03151047,0.9974946,-0.06333593),(0.03695132,0.9797313,-0.1968786),(0.035974,0.9840614,-0.1741519),(-0.03021659,0.9983605,-0.04861442),(-0.02396868,0.9990789,-0.03559356),(-0.06734128,0.9976304,0.01409873),(-0.06103706,0.9978871,0.02226308),(-0.04961489,0.9983269,0.0296955),(-0.06427304,0.9974921,0.02963764),(-0.0497063,0.9982283,0.03270454),(-0.07419362,0.9968603,0.0276573),(-0.06863086,0.997626,0.005664751),(-0.07942763,0.9964862,0.02658264),(0.03641997,0.9872797,-0.1547661),(0.03497943,0.9896609,-0.1390964),(-0.01659063,0.9995216,-0.02610771),(-0.01226395,0.9997075,-0.02084407),(0.03122106,0.9915615,-0.1258215),(0.02474154,0.993212,-0.113656),(-0.01141381,0.9997641,-0.01848488),(-0.0144457,0.9997381,-0.01774713),(-0.02989083,0.9989319,0.03523659),(-0.02668507,0.9991005,0.03295548),(-0.0282969,0.9991943,0.02846401),(-0.02245246,0.9992275,0.03225378),(-0.02387288,0.9993444,0.02721852),(-0.02631162,0.9990444,0.03489968),(-0.03763052,0.9986981,0.03444159),(-0.03541038,0.9987571,0.03507727),(0.01932514,0.9947912,-0.1000847),(0.01896891,0.9963455,-0.08328179),(-0.01717272,0.999728,-0.01577809),(-0.01526819,0.999832,-0.01014083),(0.02373494,0.9977103,-0.06333262),(0.03365894,0.9986202,-0.04030757),(-0.008858067,0.9999608,-0.000359257),(0.001923132,0.9998995,0.01404547),(-0.0283609,0.9993165,0.02371001),(-0.02263853,0.9993785,0.02702099),(-0.01341077,0.9992878,0.03527214),(-0.02142338,0.9995893,0.01903146),(-0.01486711,0.9996119,0.02355976),(-0.02530958,0.9995025,0.01881376),(-0.03032913,0.9992402,0.0244785),(-0.02622672,0.9994165,0.02188278),(0.04331936,0.9989048,-0.01768247),(0.04810439,0.9988418,-0.0009833957),(0.01413183,0.999427,0.03075528),(0.02590512,0.9986685,0.0446131),(0.04928301,0.9987705,0.005355962),(0.0478318,0.9988502,-0.003218027),(0.03888483,0.9979838,0.05016216),(0.05446063,0.9976412,0.04178642),(0.01571451,0.9980264,0.0607993),(0.0380064,0.9968465,0.06966084),(0.06737039,0.9953188,0.06929471),(0.04101623,0.9972253,0.06212372),(0.07657588,0.9941738,0.07585887),(0.01453859,0.9987896,0.04698772),(-0.0009076239,0.9988608,0.04770973),(-0.003761405,0.999441,0.03321994),(0.04770936,0.9985043,-0.02670203),(0.05112822,0.9969433,-0.05907588),(0.07045254,0.9973844,0.01614764),(0.08248487,0.9963198,-0.02330074),(0.05641855,0.9941269,-0.09235189),(0.0620416,0.9909978,-0.1186352),(0.08873531,0.9937305,-0.06801149),(0.08773975,0.9901336,-0.1092567),(0.1126957,0.9933527,0.02345257),(0.1169743,0.9930071,-0.015928),(0.1073738,0.9925591,-0.05742214),(0.1248099,0.9904543,0.05850456),(0.1072575,0.9936692,0.0334311),(0.125314,0.9892601,0.07524029),(0.09566343,0.9939489,0.05398269),(0.1090799,0.9906731,0.0816589),(0.07576749,0.9888343,-0.1283199),(0.1062395,0.9876862,-0.1148448),(0.09022907,0.9866628,-0.1354813),(0.1072187,0.98458,-0.1382257),(0.1534667,0.985248,-0.07572639),(0.2174032,0.9760502,-0.007870422),(0.1378918,0.9838374,-0.114236),(0.181924,0.9815477,-0.0588869),(0.09967665,0.9897237,-0.1025253),(0.1134589,0.9891911,-0.09288791),(0.1377502,0.9888684,-0.05625146),(0.08203126,0.9965795,-0.01000286),(0.09438822,0.9955287,0.003680588),(0.07936034,0.9968199,-0.007211825),(0.09721158,0.9912276,-0.08954135),(0.08736032,0.9961412,0.008413724),(0.2819233,0.9560746,0.08025339),(0.3334429,0.9272918,0.170135),(0.2312545,0.9725719,0.02500502),(0.2800328,0.9519699,0.1238342),(0.3766638,0.8930644,0.2460902),(0.4172774,0.859511,0.2951619),(0.3318312,0.9172119,0.2204776),(0.3903858,0.8710327,0.2981626),(0.2163978,0.9715987,0.0957493),(0.2749499,0.9416927,0.1939521),(0.3484517,0.8915095,0.2894689),(0.2191049,0.9602767,0.1728056),(0.2948523,0.9166605,0.2698064),(0.1602762,0.9825448,0.09443063),(0.171599,0.9851293,0.008597882),(0.1190998,0.9921629,0.03779012),(0.4408342,0.8440557,0.3053443),(0.427906,0.8614349,0.2735439),(0.4328013,0.8356507,0.3381878),(0.4363791,0.8353031,0.3344281),(0.3691345,0.9072801,0.2014513),(0.2498957,0.9645365,0.08497934),(0.3979469,0.8707725,0.2887794),(0.3067541,0.9320638,0.1927668),(0.4205498,0.8196639,0.3889586),(0.3971156,0.8350375,0.3808039),(0.3327742,0.885313,0.3247799),(0.3540281,0.8073468,0.4720754),(0.309815,0.8278723,0.4675918),(0.3711356,0.8208088,0.4342019),(0.4056046,0.8407426,0.3586597),(0.3542518,0.8613076,0.3642183),(0.1110519,0.9921522,-0.05745909),(0.01227919,0.9810281,-0.1934761),(0.1942906,0.9794925,0.05334412),(0.1084243,0.9888263,-0.1023058),(-0.04243163,0.9496146,-0.3105345),(-0.05822452,0.913599,-0.4024259),(0.05460296,0.9658535,-0.2532698),(0.03129161,0.9235637,-0.3821661),(0.190369,0.9787789,0.07583845),(0.1449251,0.985615,-0.08694711),(0.1163572,0.9624704,-0.2451768),(0.1985695,0.9624143,0.1852802),(0.1754976,0.9841592,0.02512402),(0.225581,0.9199917,0.3205131),(0.2532743,0.9423311,0.2187783),(0.2610779,0.8709853,0.4162007),(-0.05365067,0.8805125,-0.4709771),(-0.0446816,0.8527049,-0.5204785),(0.02534782,0.8746663,-0.4840624),(0.02426362,0.826869,-0.5618711),(-0.03331971,0.8329705,-0.5523133),(-0.02094004,0.8240644,-0.566109),(0.02412988,0.7854498,-0.6184548),(0.02212311,0.7548456,-0.6555293),(0.08699032,0.8667434,-0.4911093),(0.07517213,0.8144919,-0.5752844),(0.06008847,0.7684914,-0.6370324),(0.1218826,0.9039031,-0.4100048),(0.100834,0.853475,-0.5112858),(0.1390863,0.948293,-0.285299),(0.09914154,0.9189768,-0.3816447),(0.1555951,0.9781328,-0.1380077),(-0.01019564,0.827424,-0.561485),(-0.002226433,0.8426703,-0.5384254),(0.01693,0.7380759,-0.6745054),(0.009150804,0.7358477,-0.6770853),(0.005254368,0.8678359,-0.4968233),(0.01496893,0.8993584,-0.4369557),(0.0006731342,0.7472571,-0.6645347),(-0.006298212,0.7707137,-0.6371505),(0.02149374,0.7091852,-0.7046945),(0.0009775832,0.6973479,-0.7167321),(-0.01875726,0.6969957,-0.7168299),(0.02360001,0.7147477,-0.698984),(-0.003207847,0.6799567,-0.7332454),(0.05027774,0.756254,-0.6523435),(0.04159971,0.7328955,-0.6790683),(0.0763237,0.8031731,-0.5908365),(0.02880776,0.9318678,-0.3616524),(0.04694336,0.9599642,-0.2761611),(-0.007270744,0.8035929,-0.595135),(0.001443261,0.841695,-0.5399513),(0.06766383,0.979841,-0.1879714),(0.0887184,0.9906015,-0.104104),(0.01930129,0.8796142,-0.475296),(0.04452071,0.91276,-0.4060628),(-0.03259263,0.7281481,-0.6846446),(-0.02037851,0.7550649,-0.6553332),(0.004350813,0.7849129,-0.6195908),(-0.02367231,0.6257858,-0.7796357),(-0.002960024,0.6237955,-0.7815819),(-0.03052383,0.6353814,-0.771595),(-0.03189319,0.7077451,-0.7057477),(-0.02354109,0.6532428,-0.7567825),(0.1085328,0.9936997,-0.02795385),(0.126528,0.9911596,0.03991645),(0.07132842,0.938956,-0.3365619),(0.09488597,0.9584367,-0.2690645),(0.1433041,0.9845306,0.1008139),(0.159411,0.9748434,0.1557831),(0.1157587,0.9722845,-0.2031325),(0.1345482,0.9812033,-0.1383367),(0.05790006,0.8419708,-0.5364074),(0.07912403,0.8678849,-0.4904236),(0.0973728,0.8920372,-0.4413481),(0.05823334,0.6492262,-0.7583628),(0.07036763,0.6652614,-0.743287),(0.04233114,0.6364852,-0.7701263),(0.0331429,0.8143626,-0.5794094),(0.0221187,0.6278388,-0.778029),(0.1751254,0.9629158,0.2052419),(0.1904175,0.9494459,0.249587),(0.1525874,0.985467,-0.07464624),(0.1707835,0.9852349,-0.01204724),(0.2050827,0.9351059,0.2889947),(0.2189769,0.9204458,0.3237723),(0.1886346,0.9808309,0.04886499),(0.2056958,0.9726833,0.1075932),(0.1341542,0.9333411,-0.3329821),(0.1542637,0.9494938,-0.2732475),(0.1748457,0.9618894,-0.2102327),(0.1097556,0.7293952,-0.6752307),(0.1268769,0.7564453,-0.6416329),(0.09469695,0.7051682,-0.702688),(0.1150367,0.9140009,-0.3890615),(0.0816061,0.683851,-0.7250436),(0.2295281,0.906909,0.3533169),(0.2346042,0.8964041,0.3760591),(0.2200643,0.9618093,0.1627716),(0.2302688,0.9497733,0.2119126),(0.2347189,0.89026,0.3903129),(0.2304447,0.889633,0.3942694),(0.2366604,0.9382521,0.2523391),(0.2398812,0.9290515,0.2816384),(0.2126345,0.9737313,-0.08144836),(0.2285671,0.9732699,-0.02242139),(0.2426039,0.9697222,0.02796702),(0.1893577,0.8432654,-0.5030379),(0.2128825,0.867642,-0.4493089),(0.1669229,0.8152609,-0.5545147),(0.1946568,0.9700466,-0.1453215),(0.1459923,0.785619,-0.6012397),(0.2250557,0.8940894,0.3872391),(0.2214263,0.902206,0.370128),(0.2417333,0.9232017,0.2987703),(0.2436597,0.9208456,0.304423),(0.2194975,0.9128965,0.3441521),(0.2191546,0.9249765,0.310467),(0.2459121,0.921733,0.2998925),(0.2485951,0.9253295,0.2862968),(0.2651497,0.9595571,0.09458156),(0.2741144,0.9552473,0.1111932),(0.2820017,0.9521171,0.1181018),(0.2746707,0.9124207,-0.3033881),(0.2904439,0.9193908,-0.2652598),(0.2564385,0.9019635,-0.3474211),(0.2547987,0.9646601,0.06714597),(0.2357826,0.8872109,-0.3965646),(0.2195387,0.9375719,0.2697437),(0.2197746,0.9499615,0.2219734),(0.2515117,0.9310302,0.2644328),(0.2543907,0.9382066,0.2346356),(0.2195627,0.9612066,0.1669555),(0.2185333,0.9702041,0.1046293),(0.257033,0.9460903,0.1970964),(0.2591448,0.9538041,0.1519926),(0.2951745,0.9494815,0.1065677),(0.3005212,0.949582,0.0893374),(0.30494,0.9501415,0.06513473),(0.3253416,0.9264469,-0.1893382),(0.3332936,0.9259769,-0.1774319),(0.3156118,0.9258198,-0.2079587),(0.288993,0.9502356,0.116341),(0.304003,0.9236555,-0.2333296),(0.2165493,0.9756482,0.03488376),(0.2132397,0.9760591,-0.04286499),(0.261316,0.9601142,0.09947156),(0.264093,0.9637094,0.03897424),(0.2074458,0.9695969,-0.1298002),(0.1977673,0.9536007,-0.2270104),(0.2668982,0.9632299,-0.03087699),(0.2689203,0.9566589,-0.1117391),(0.316304,0.9486529,-0.00308099),(0.3245308,0.9446343,-0.04843433),(0.3342502,0.9368398,-0.1029954),(0.3642447,0.9137208,-0.1801116),(0.3792191,0.904518,-0.1950385),(0.351698,0.9200652,-0.1725937),(0.3097505,0.950195,0.03441185),(0.3414319,0.9240565,-0.1718828),(0.1805999,0.9252384,-0.3336427),(0.1519894,0.8828656,-0.4443507),(0.2640144,0.9425267,-0.204792),(0.2451559,0.9194513,-0.3074216),(0.1109428,0.827129,-0.5509531),(0.05802464,0.7608928,-0.6462781),(0.2103839,0.885856,-0.4135188),(0.1592526,0.8411445,-0.5168312),(0.3260635,0.9128111,-0.2458833),(0.2978258,0.8953958,-0.3310078),(0.2518908,0.8714333,-0.420898),(0.3593633,0.8820977,-0.3045681),(0.3206619,0.8745192,-0.3638574),(0.3815317,0.8880787,-0.2564171),(0.3376257,0.926013,-0.1688453),(0.3879347,0.8950974,-0.2197893),(0.001353542,0.6883397,-0.7253873),(-0.0513578,0.6146942,-0.7870918),(0.1000981,0.7851015,-0.611225),(0.04140347,0.7196428,-0.693109),(-0.09982934,0.5448357,-0.8325793),(-0.1443622,0.4831015,-0.8635812),(-0.01641234,0.6483687,-0.7611496),(-0.07320741,0.5754195,-0.8145754),(0.1392812,0.7901893,-0.5968263),(0.08030189,0.7317379,-0.6768391),(0.01897491,0.6632758,-0.7481345),(0.1732847,0.7943764,-0.5821844),(0.1180156,0.7410777,-0.6609661),(0.2245183,0.833472,-0.5048921),(0.1963023,0.8370109,-0.5107623),(0.2731716,0.8597183,-0.4315806),(-0.1758178,0.4346426,-0.8832746),(-0.1855346,0.4042665,-0.8956257),(-0.1199547,0.5067734,-0.8536929),(-0.1482864,0.4502116,-0.880523),(-0.1737858,0.395108,-0.9020466),(-0.1398781,0.410001,-0.9012953),(-0.158889,0.4128776,-0.8968202),(-0.1522312,0.4011311,-0.9032826),(-0.08334563,0.5172577,-0.8517617),(-0.1172549,0.4585592,-0.8808943),(-0.1401598,0.4223419,-0.8955348),(-0.04955829,0.5283999,-0.8475479),(-0.1010389,0.4717647,-0.8759162),(0.004604304,0.5996501,-0.8002491),(-0.03790216,0.5889303,-0.8072946),(0.06076382,0.6741102,-0.7361271),(-0.08773195,0.4474052,-0.8900177),(-0.02091626,0.4991467,-0.8662651),(-0.1260476,0.4170111,-0.9001188),(-0.07672504,0.4542975,-0.8875399),(0.06064363,0.5540495,-0.830272),(0.155077,0.6013382,-0.7838008),(-0.003080131,0.5019782,-0.8648748),(0.09409107,0.5484025,-0.8309039),(-0.1141896,0.4301819,-0.8954911),(-0.05368546,0.4622363,-0.8851302),(0.03941072,0.5003004,-0.8649545),(-0.08354063,0.4365183,-0.8958084),(-0.002415482,0.4585331,-0.8886741),(-0.1264675,0.4277395,-0.8950111),(-0.142593,0.413968,-0.8990538),(-0.1322009,0.437964,-0.889219),(0.2444906,0.6351793,-0.7326469),(0.3131513,0.6579964,-0.6848189),(0.1923524,0.5851148,-0.7878078),(0.2708106,0.6121272,-0.7429414),(0.3626488,0.6734122,-0.6442064),(0.3951978,0.68374,-0.613448),(0.3304314,0.6316267,-0.7013292),(0.3732262,0.6450167,-0.6668251),(0.224715,0.5646287,-0.7941648),(0.2925881,0.5879285,-0.7541434),(0.3453007,0.6047917,-0.7176311),(0.2499478,0.5422286,-0.8021933),(0.311563,0.5629498,-0.7655168),(0.1770725,0.5156896,-0.8382777),(0.140351,0.5353063,-0.8329157),(0.0927155,0.486535,-0.8687276),(0.4164561,0.6897064,-0.5923423),(0.4309752,0.6921166,-0.5789949),(0.4035615,0.6530505,-0.64083),(0.4247596,0.6570659,-0.6227709),(0.4390848,0.692762,-0.5720887),(0.4409263,0.6931728,-0.5701715),(0.4373715,0.65909,-0.611806),(0.441736,0.6607645,-0.6068439),(0.4134789,0.6216132,-0.6653062),(0.431218,0.6254674,-0.6502628),(0.4388793,0.6287058,-0.641961),(0.4203045,0.5920578,-0.6876131),(0.4320913,0.5972162,-0.6757439),(0.3968427,0.5858291,-0.7066258),(0.3850941,0.6154527,-0.6876922),(0.3609113,0.5768778,-0.7327723),(0.4427763,0.6925404,-0.569506),(0.450923,0.6892201,-0.5671368),(0.4452257,0.6610866,-0.603936),(0.4551003,0.6582227,-0.5996886),(0.4653194,0.6829275,-0.5631057),(0.4858394,0.6732694,-0.5573763),(0.4712963,0.6519601,-0.5939932),(0.4936588,0.6419771,-0.5866569),(0.4569305,0.6279693,-0.6299754),(0.4753019,0.6219733,-0.622284),(0.4996952,0.6120046,-0.6129886),(0.477135,0.5932752,-0.648357),(0.5036844,0.5837104,-0.6368549),(0.4562392,0.5987304,-0.6583068),(0.4447641,0.6301825,-0.6364393),(0.4411961,0.6000738,-0.6672762),(0.5063134,0.6618217,-0.5528461),(0.5208786,0.6503557,-0.552922),(0.5162911,0.6297758,-0.5803671),(0.5336412,0.616947,-0.5784491),(0.5297481,0.6385013,-0.5582859),(0.5330278,0.6257378,-0.5695028),(0.5459313,0.6029964,-0.5816824),(0.5532943,0.5872816,-0.5907331),(0.5450489,0.5856974,-0.5999002),(0.5611277,0.5700576,-0.6001416),(0.5730368,0.5517544,-0.605967),(0.574914,0.5402648,-0.6144817),(0.5917951,0.5198168,-0.6160918),(0.5547141,0.5571113,-0.6179962),(0.524646,0.599465,-0.6044736),(0.5310421,0.5713167,-0.6257727),(0.5445324,0.606335,-0.5795189),(0.577805,0.5743766,-0.579856),(0.568479,0.5642295,-0.5987293),(0.6038193,0.5281988,-0.5969995),(0.6315807,0.5282072,-0.5675412),(0.7024598,0.465119,-0.5387159),(0.6578229,0.477981,-0.582068),(0.7268827,0.4116837,-0.549689),(0.6293674,0.4863169,-0.6061292),(0.6829679,0.4335278,-0.5878847),(0.7493452,0.3662767,-0.551655),(0.7063852,0.3960559,-0.5866513),(0.769271,0.3303421,-0.5468969),(0.6538531,0.4496993,-0.608479),(0.5921695,0.5255348,-0.6108587),(0.6150832,0.4910313,-0.6168961),(0.7647284,0.397127,-0.5074255),(0.8000479,0.3418964,-0.4929809),(0.7858892,0.3425383,-0.5148259),(0.817654,0.2886493,-0.4981199),(0.8135702,0.3028665,-0.4963621),(0.8083667,0.2822478,-0.5166039),(0.8190905,0.2384927,-0.5217394),(0.8277213,0.2532614,-0.5007356),(0.8327717,0.2487052,-0.4946078),(0.8396462,0.2186933,-0.4971595),(0.8277498,0.2101574,-0.520254),(0.850077,0.1995047,-0.4874083),(0.8358492,0.196642,-0.5125311),(0.8455625,0.2231116,-0.4850208),(0.8045479,0.2987259,-0.513289),(0.8204028,0.267132,-0.5055491),(0.7776938,0.2875888,-0.5590036),(0.6951171,0.3315591,-0.6378722),(0.7024341,0.3002951,-0.6452977),(0.785929,0.250366,-0.5653605),(0.4795813,0.4317563,-0.7639295),(-0.05608415,0.5464574,-0.8356068),(-0.04613161,0.5303956,-0.8464942),(0.4874011,0.4060982,-0.7729971),(0.4908231,0.3880618,-0.7800647),(0.7066184,0.2807181,-0.6495289),(-0.04079106,0.5146037,-0.8564573),(-0.03457493,0.4987887,-0.8660337),(0.4943417,0.3760517,-0.7837165),(0.7109287,0.2710595,-0.6489276),(0.7918389,0.2273729,-0.5668268),(0.7977818,0.2172099,-0.5624626),(-0.5734944,0.4939161,-0.653568),(-0.7711859,0.4053521,-0.4908789),(-0.7627454,0.4120976,-0.4983924),(-0.5641558,0.4918038,-0.6632174),(-0.8452663,0.3467775,-0.4065343),(-0.8738149,0.3123745,-0.3726521),(-0.8653184,0.3263556,-0.3804158),(-0.837039,0.3586707,-0.413184),(-0.8305087,0.3581606,-0.4265869),(-0.7567801,0.4084324,-0.5103595),(-0.8573699,0.3279335,-0.3967071),(-0.8501612,0.3165867,-0.4207122),(-0.824486,0.3458036,-0.4479316),(-0.7506983,0.3955185,-0.5291666),(-0.5581132,0.4830488,-0.6746655),(-0.5510385,0.4687183,-0.6904054),(-0.870916,0.3035394,-0.3864831),(-0.8216534,0.330657,-0.4642754),(-0.8107252,0.3377555,-0.4781692),(-0.861637,0.3160165,-0.3971339),(-0.6632928,0.4067197,-0.6281893),(-0.2340162,0.5059439,-0.8302152),(-0.2376344,0.4910813,-0.8380746),(-0.6517901,0.4037858,-0.6419711),(-0.6376428,0.3966073,-0.6603895),(-0.7977365,0.3373871,-0.4997865),(-0.2400598,0.4747925,-0.846725),(-0.2448386,0.4567568,-0.8552352),(-0.6251281,0.3835243,-0.679797),(-0.7854785,0.3275204,-0.5251227),(-0.8515452,0.3180234,-0.4168115),(-0.8421246,0.3079962,-0.4426788),(0.2089804,0.5068768,-0.8363032),(0.3500125,0.4987395,-0.7929376),(0.3228645,0.49081,-0.8092368),(0.1863455,0.4946367,-0.8488875),(0.3035616,0.5269872,-0.7938103),(0.07979379,0.5753625,-0.8139969),(0.03918878,0.5637242,-0.8250329),(0.2719846,0.51953,-0.8100079),(0.2384889,0.5124302,-0.8249475),(0.2940044,0.483024,-0.8247723),(-0.003003662,0.5521572,-0.8337346),(-0.04617327,0.5406453,-0.8399826),(0.2027796,0.5057338,-0.8385188),(0.2627639,0.4755048,-0.8395537),(0.162847,0.4821497,-0.8608208),(0.1372318,0.4695396,-0.8721811),(-0.178567,0.5961791,-0.7827415),(-0.3003431,0.6070074,-0.7357554),(-0.3391294,0.5879392,-0.7343832),(-0.2229539,0.5784847,-0.7846318),(-0.312273,0.6274918,-0.7132599),(-0.2281672,0.6521682,-0.7229222),(-0.2371783,0.6391256,-0.731618),(-0.3398784,0.6109824,-0.7149708),(-0.3674771,0.5930566,-0.7164108),(-0.3779407,0.5677896,-0.7312837),(-0.2454985,0.6245847,-0.7413666),(-0.2524981,0.6085486,-0.7522721),(-0.3939953,0.5738622,-0.7179483),(-0.4154162,0.546798,-0.7269396),(-0.2678375,0.5602431,-0.7838308),(-0.3118602,0.5416167,-0.7806372),(-0.08333237,0.6602828,-0.7463796),(0.1016115,0.6392449,-0.7622604),(0.1250802,0.6199889,-0.7745765),(-0.07220927,0.6464673,-0.7595167),(0.3511147,0.5731584,-0.7404107),(0.6562681,0.4281436,-0.6212932),(0.6681598,0.4033389,-0.6252041),(0.3754676,0.5474926,-0.7478476),(0.4002651,0.5210218,-0.7538727),(0.1503874,0.5988812,-0.7865907),(0.6790367,0.3798059,-0.6282172),(0.6890281,0.3576203,-0.6303555),(0.4250894,0.4940857,-0.7584052),(0.1771937,0.5760573,-0.7979727),(-0.05924643,0.6308619,-0.7736298),(-0.04431442,0.6134373,-0.7884991),(0.86385,0.2527047,-0.4357792),(0.9365155,0.1527557,-0.3156018),(0.9341531,0.1481471,-0.3246698),(0.8649585,0.2381156,-0.4417553),(0.9538263,0.1267004,-0.2723281),(0.9419655,0.1639324,-0.2929628),(0.9335639,0.1750715,-0.3127432),(0.9494651,0.1303806,-0.2855116),(0.9439778,0.1355316,-0.3008938),(0.930701,0.1458646,-0.3354389),(0.9237294,0.1862407,-0.3347212),(0.9126252,0.1967976,-0.3583098),(0.9374829,0.1415217,-0.3179581),(0.9263628,0.1453151,-0.3474702),(0.8647966,0.2260049,-0.4483844),(0.8637031,0.2159547,-0.4553905),(0.9077133,0.2405754,-0.3437731),(0.8561538,0.3326389,-0.3954136),(0.8321514,0.3528433,-0.427815),(0.8923243,0.2575139,-0.3707343),(0.7804812,0.4370374,-0.4470431),(0.6745911,0.5478374,-0.4947737),(0.6287998,0.5675957,-0.5314565),(0.7462912,0.4581217,-0.482881),(0.7095741,0.4750021,-0.5204592),(0.806066,0.3698806,-0.4620018),(0.5796031,0.5826614,-0.5697069),(0.5269375,0.5929219,-0.6089174),(0.6706267,0.4873706,-0.5592224),(0.7782924,0.3832514,-0.4973724),(0.875161,0.2727554,-0.399622),(0.8565313,0.2856881,-0.4298098),(0.5387756,0.6532936,-0.5319102),(0.3576249,0.7470508,-0.5603746),(0.481645,0.6692492,-0.5657946),(0.2903835,0.7556623,-0.5870706),(0.09022912,0.8112307,-0.5777226),(-0.2930886,0.7856985,-0.5447723),(-0.3731907,0.7566438,-0.5368602),(0.01393453,0.8062301,-0.5914379),(0.2186353,0.7594177,-0.612767),(-0.06564531,0.7962742,-0.6013636),(-0.4525486,0.7229731,-0.5220247),(-0.5303196,0.6852461,-0.4991984),(-0.1486906,0.7814488,-0.6059942),(0.1417838,0.7583609,-0.6362281),(0.4201957,0.680379,-0.6004332),(0.3539625,0.6866848,-0.6349604),(-0.6427115,0.6401868,-0.4208121),(-0.8524866,0.4570868,-0.2536497),(-0.8972035,0.3889271,-0.2091925),(-0.7109518,0.5853784,-0.3897174),(-0.9644087,0.2536,-0.07485347),(-0.9943801,0.01038096,0.1053586),(-0.9879817,-0.04413815,0.1481348),(-0.9822388,0.1856847,-0.02698152),(-0.9923204,0.1214787,0.02330921),(-0.9334916,0.3213381,-0.1591705),(-0.9773162,-0.09272742,0.1904065),(-0.96351,-0.1345181,0.2314162),(-0.9952306,0.06246563,0.07492816),(-0.9609899,0.2560716,-0.1045259),(-0.773325,0.527993,-0.350987),(-0.8287112,0.4694392,-0.3047371),(-0.9470752,-0.2051473,0.2469073),(-0.8926029,-0.3145237,0.3230091),(-0.8769925,-0.3335569,0.3458669),(-0.9296077,-0.2400269,0.279672),(-0.8707377,-0.3420756,0.3532707),(-0.8882778,-0.3050274,0.3433963),(-0.8917608,-0.2938395,0.3441235),(-0.8633134,-0.3472683,0.3661894),(-0.8589665,-0.3477843,0.3757963),(-0.8634695,-0.3471564,0.3659272),(-0.8980073,-0.2783173,0.3407674),(-0.9068078,-0.2584656,0.3330094),(-0.8580613,-0.3434459,0.381806),(-0.8528066,-0.3550766,0.3829381),(-0.9118825,-0.2686742,0.3102973),(-0.8949826,-0.2906805,0.3383946),(-0.9287416,-0.2227698,0.2963322),(-0.9724918,-0.09537217,0.2125177),(-0.9811166,-0.05638173,0.1850171),(-0.9389923,-0.1954424,0.283012),(-0.9906663,0.1114842,0.07843151),(-0.9041905,0.4103994,-0.1183723),(-0.8751608,0.4536318,-0.1682613),(-0.9868502,0.1572967,0.03720962),(-0.9788138,0.2046163,-0.007460977),(-0.9881722,-0.01383144,0.1527229),(-0.8411486,0.4946678,-0.2185699),(-0.8023497,0.5329271,-0.2687444),(-0.9660307,0.252488,-0.05508593),(-0.992775,0.03153328,0.1157733),(-0.9502445,-0.1639256,0.2648844),(-0.9617766,-0.1285751,0.2417728),(-0.6842797,0.6601074,-0.3098701),(-0.4314499,0.7853141,-0.4439964),(-0.3659579,0.7973797,-0.4798546),(-0.630006,0.6897564,-0.3568314),(-0.1699013,0.8307101,-0.5301457),(0.1133535,0.8167012,-0.5658181),(0.1604101,0.8012277,-0.5764571),(-0.1073861,0.8264629,-0.5526547),(-0.04724795,0.8188795,-0.5720173),(-0.3006293,0.8045323,-0.5122008),(0.2041177,0.784745,-0.5852445),(0.2444791,0.7676018,-0.5924674),(0.01031202,0.808455,-0.5884676),(-0.2359101,0.8071949,-0.5410942),(-0.5729461,0.7145897,-0.4013658),(-0.5136359,0.7346618,-0.4432271),(0.3599013,0.7530717,-0.5507759),(0.5035549,0.6886021,-0.521785),(0.5174851,0.6761639,-0.5244156),(0.3877387,0.7359377,-0.5550265),(0.5708652,0.6499295,-0.5017017),(0.5830925,0.6442358,-0.4949378),(0.5754685,0.6466215,-0.500716),(0.5740862,0.6444673,-0.5050613),(0.5743925,0.6408418,-0.5093084),(0.5283186,0.665333,-0.5274574),(0.5651029,0.6505075,-0.5074434),(0.5518921,0.655751,-0.5151755),(0.5717542,0.6389849,-0.5145829),(0.5361043,0.6561324,-0.5311143),(0.412241,0.7195814,-0.5588022),(0.4334965,0.7041538,-0.5623595),(0.5591583,0.6653152,-0.4946693),(0.5104769,0.7031686,-0.4949415),(0.483823,0.7154855,-0.5039799),(0.540862,0.6742365,-0.5028651),(0.4338566,0.7520332,-0.4962002),(0.3267704,0.8035997,-0.497442),(0.2918056,0.8131219,-0.5036688),(0.4014154,0.7644351,-0.5044845),(0.3669934,0.7762336,-0.5126181),(0.4547978,0.7278106,-0.5132745),(0.2554052,0.8217231,-0.50945),(0.2175647,0.8292819,-0.5147399),(0.3305574,0.7872626,-0.520528),(0.4233199,0.7399524,-0.5227531),(0.5199948,0.6839178,-0.5117245),(0.4964353,0.6941765,-0.5212207),(0.207542,0.8453277,-0.492288),(0.09602085,0.8735651,-0.4771415),(0.05843372,0.8757765,-0.4791669),(0.171666,0.8510157,-0.4962893),(-0.00792763,0.8914515,-0.4530467),(-0.1055377,0.9011349,-0.420497),(-0.04828249,0.8903658,-0.4526783),(-0.1497707,0.8966654,-0.4166051),(0.01963731,0.876763,-0.4805217),(-0.09045625,0.8876565,-0.4515346),(-0.1968551,0.8898199,-0.4116656),(-0.1344374,0.8830723,-0.4495662),(-0.2468031,0.8801299,-0.4055363),(-0.0203469,0.8763832,-0.4811845),(0.1347035,0.8556636,-0.4996946),(0.09666613,0.8591675,-0.5024806),(-0.2062329,0.9018523,-0.3796451),(-0.3202631,0.888392,-0.3289242),(-0.2546192,0.8932167,-0.3705847),(-0.372366,0.87368,-0.3130923),(-0.4489604,0.8533378,-0.2650456),(-0.5887815,0.787212,-0.1833946),(-0.6449538,0.7490965,-0.1512916),(-0.5040794,0.8292559,-0.241327),(-0.561235,0.799302,-0.2147825),(-0.42787,0.8543269,-0.2950472),(-0.7004983,0.7041468,-0.1160999),(-0.7543879,0.6518295,-0.07757155),(-0.619801,0.7626383,-0.1850122),(-0.4865057,0.8294694,-0.2743952),(-0.3066159,0.8811415,-0.3599671),(-0.362174,0.8649088,-0.3475094),(-0.7194803,0.6893471,-0.08454958),(-0.8274271,0.560949,0.02647132),(-0.8682426,0.4911183,0.07041119),(-0.7714251,0.6347136,-0.04518619),(-0.9083357,0.3926663,0.1440118),(-0.9489394,0.1780892,0.2603807),(-0.9491453,0.08863003,0.3021057),(-0.93155,0.310623,0.1890184),(-0.9457831,0.224629,0.2345978),(-0.902259,0.415248,0.1161804),(-0.9393162,-0.001764725,0.3430483),(-0.9191528,-0.09211841,0.3829782),(-0.9502392,0.1354679,0.2805244),(-0.9283435,0.3337719,0.1636301),(-0.8194885,0.5730874,-0.003084193),(-0.8624402,0.5044318,0.04177806),(-0.9309062,-0.05123739,0.3616466),(-0.8590867,-0.2626942,0.4392741),(-0.8155825,-0.344734,0.4647405),(-0.9072541,-0.1410563,0.3962236),(-0.7428259,-0.4585115,0.4878288),(-0.584713,-0.6399885,0.4985234),(-0.5216678,-0.6859945,0.507222),(-0.6855401,-0.5252991,0.5040789),(-0.6229073,-0.5862001,0.5180308),(-0.764101,-0.422133,0.4878046),(-0.4562211,-0.7262074,0.5142813),(-0.3890123,-0.7605488,0.5198412),(-0.5556467,-0.6408142,0.5297299),(-0.7052244,-0.4941578,0.5083962),(-0.8739237,-0.2286528,0.4289235),(-0.8311312,-0.313071,0.4595731),(-0.4127158,-0.77571,0.4774303),(-0.2709861,-0.8508139,0.4502025),(-0.2194816,-0.863929,0.453271),(-0.3525958,-0.8021468,0.4819095),(-0.1669484,-0.8880047,0.4284576),(-0.09889415,-0.9048622,0.4140583),(-0.1278289,-0.8929716,0.4315801),(-0.07586918,-0.9052175,0.418121),(-0.0938909,-0.8943815,0.43734),(-0.1707354,-0.8727986,0.4572439),(-0.06065221,-0.9023674,0.4266785),(-0.06541955,-0.8925385,0.4462011),(-0.05360539,-0.8962938,0.4402091),(-0.1251104,-0.8777558,0.4624849),(-0.2927758,-0.8235571,0.4858355),(-0.233756,-0.8401155,0.4894529),(-0.07057957,-0.9094321,0.4098193),(-0.08845061,-0.9035681,0.419215),(-0.06648628,-0.9074483,0.41487),(-0.1047166,-0.899246,0.4247246),(-0.1551482,-0.8844177,0.4401527),(-0.2733975,-0.8418921,0.465265),(-0.1932949,-0.8739871,0.4458514),(-0.3338266,-0.8171485,0.4699236),(-0.1319244,-0.8904968,0.4354439),(-0.2420867,-0.8569683,0.4549718),(-0.4023495,-0.7827264,0.4748203),(-0.4781651,-0.7365576,0.4783733),(-0.301781,-0.8313683,0.4666421),(-0.1707119,-0.8759508,0.4511847),(-0.07233343,-0.9020568,0.4255132),(-0.08867417,-0.8926113,0.4420204),(-0.4220538,-0.7722722,0.474833),(-0.5802789,-0.6728119,0.4589125),(-0.6603479,-0.6026372,0.4480725),(-0.4981405,-0.7259772,0.4741445),(-0.7406528,-0.5249473,0.4193613),(-0.8827411,-0.3122413,0.3511031),(-0.9294624,-0.1952903,0.3129877),(-0.81152,-0.4302916,0.3953283),(-0.8730888,-0.3252659,0.3632053),(-0.7375335,-0.5198181,0.431084),(-0.9611924,-0.07314714,0.2660049),(-0.9764367,0.05243975,0.2093353),(-0.9231646,-0.210667,0.3215374),(-0.8094573,-0.4240736,0.4061287),(-0.577417,-0.6674973,0.4701457),(-0.6579847,-0.595484,0.4609284),(-0.9662219,-0.06718155,0.2488007),(-0.9765991,0.1766197,0.1227175),(-0.9504231,0.3037169,0.06672347),(-0.9779337,0.06254647,0.1993327),(-0.9042788,0.4268323,-0.009703237),(-0.7252159,0.6760762,-0.1303187),(-0.6377457,0.7471398,-0.1872502),(-0.8426899,0.5340871,-0.0680051),(-0.7658772,0.6296169,-0.13044),(-0.9060887,0.4230664,0.004231216),(-0.5391755,0.80555,-0.2457214),(-0.4299511,0.849915,-0.304609),(-0.6744696,0.7118127,-0.195993),(-0.8439472,0.532582,-0.0641048),(-0.9713766,0.1907026,0.1416335),(-0.9460622,0.3150182,0.07569494),(-0.477105,0.850422,-0.2217054),(-0.2499057,0.9250585,-0.2860313),(-0.1547274,0.9294481,-0.3349415),(-0.37964,0.883324,-0.2749766),(-0.05887193,0.9410979,-0.3329697),(0.105904,0.9257377,-0.3630346),(0.1733292,0.8996205,-0.4007992),(0.02589918,0.9259447,-0.3767698),(0.1077979,0.9015667,-0.4189954),(-0.05715826,0.922318,-0.3821811),(0.2325659,0.868296,-0.4381496),(0.1855159,0.8683106,-0.4600223),(0.2821991,0.8327087,-0.4764032),(0.04170994,0.9031596,-0.427274),(-0.2750845,0.9038717,-0.3276342),(-0.1640766,0.9108701,-0.3786749),(0.2356428,0.8950533,-0.3786188),(0.3136988,0.8666599,-0.3879351),(0.2816746,0.8676171,-0.409756),(0.3385667,0.8459357,-0.4120259),(0.3450977,0.8515498,-0.3946775),(0.3335862,0.8544707,-0.3982465),(0.3488127,0.8423359,-0.4108527),(0.3142548,0.858697,-0.4048252),(0.3486861,0.8282715,-0.4386164),(0.3356978,0.8377376,-0.4307003),(0.276026,0.8662282,-0.4164834),(0.3052473,0.8368745,-0.4543844),(0.2201285,0.8747438,-0.4317023),(0.3428969,0.8138876,-0.469051),(0.3154656,0.839666,-0.4420888),(0.3356191,0.8120741,-0.4773842),(0.2913069,0.8726811,-0.3918774),(0.2284704,0.90093,-0.3689529),(0.2473087,0.8887525,-0.3859499),(0.1590533,0.9238343,-0.348184),(0.1415459,0.9347425,-0.325916),(0.02708202,0.9662622,-0.2561329),(0.04499664,0.9557553,-0.2907009),(-0.09761664,0.9726878,-0.2105931),(0.07176673,0.9385782,-0.3375209),(-0.0632361,0.9606695,-0.2703987),(-0.2222406,0.9567405,-0.1877674),(-0.1717457,0.9499013,-0.2611339),(-0.3320507,0.9252865,-0.1832687),(-0.02598058,0.9424743,-0.3332673),(0.1835154,0.9035895,-0.3871021),(0.1039069,0.9139293,-0.3923475),(-0.0933344,0.9839212,-0.1522755),(-0.1898841,0.9814848,-0.0251308),(-0.2337939,0.9667548,-0.1035639),(-0.3223023,0.9464544,0.01857976),(-0.2582131,0.9612235,0.09682704),(-0.3013824,0.9351032,0.1864154),(-0.3623096,0.9229177,0.1302101),(-0.361424,0.9088577,0.2082077),(-0.4341355,0.9006721,0.01777704),(-0.4468322,0.8873457,0.1138359),(-0.4057532,0.8956437,0.1821726),(-0.5088986,0.8592051,0.0528084),(-0.4379444,0.8923669,0.1090227),(-0.5169307,0.855783,-0.02044623),(-0.3605482,0.928515,-0.08868459),(-0.4600764,0.8820373,-0.1016846),(-0.3119333,0.9208761,0.2338475),(-0.2810101,0.9272634,0.2474186),(-0.3279645,0.9129926,0.2426599),(-0.2636645,0.9341649,0.2404517),(-0.2063299,0.9495385,0.2362299),(-0.08362585,0.9753068,0.2044095),(-0.1629396,0.9634792,0.2125052),(-0.02147575,0.9858017,0.1665345),(-0.2338247,0.9503658,0.2052581),(-0.1103532,0.9783136,0.1752848),(0.04286358,0.9904246,0.1312314),(-0.06556892,0.9900473,0.1245271),(0.09373875,0.9905804,0.09981747),(-0.2060346,0.9684774,0.1400047),(-0.3303285,0.9198911,0.2113847),(-0.3289549,0.9342207,0.1379142),(0.06359606,0.9862385,0.1526084),(0.2115263,0.9736234,0.08552321),(0.2860258,0.9573508,0.04084733),(0.1364269,0.984812,0.1073923),(0.3602992,0.9327431,0.01322328),(0.5078712,0.8598077,-0.05289181),(0.5589814,0.8252601,-0.08053313),(0.4269505,0.9039356,-0.02477242),(0.4806255,0.8765545,-0.02551973),(0.3492767,0.9366699,0.02559813),(0.5989373,0.7979161,-0.06785211),(0.6266919,0.7791037,-0.01596356),(0.5177463,0.8554732,0.01021371),(0.3940059,0.9182348,0.04005032),(0.2034475,0.9758376,0.07968763),(0.2530413,0.9648616,0.07079728),(0.6275252,0.7713118,-0.1062563),(0.7008767,0.6974891,-0.1492681),(0.7279289,0.6681159,-0.1540799),(0.6635148,0.7380801,-0.1224174),(0.7381368,0.6480462,-0.1875903),(0.7486445,0.6301204,-0.2061061),(0.77092,0.6064708,-0.1946162),(0.7612219,0.6226179,-0.1813507),(0.7798377,0.6090507,-0.1446042),(0.7492625,0.6506474,-0.1235454),(0.7889585,0.5944976,-0.1552967),(0.803534,0.5887469,-0.08780787),(0.7946414,0.602185,-0.07692995),(0.765429,0.6409232,-0.05775724),(0.6914571,0.715539,-0.09945332),(0.7115452,0.7016072,-0.03808963),(-0.04876674,0.9947332,0.09015421),(-0.04889249,0.995045,0.08657289),(-0.05043996,0.9956282,0.07861451),(-0.05180026,0.9912777,0.1211827),(-0.05120087,0.992852,0.1078108),(-0.05277365,0.9904367,0.1274756),(-0.05475865,0.9960647,0.0696898),(-0.061911,0.9962865,0.05983713),(-0.05331589,0.9942113,0.09328133),(-0.05821844,0.9952882,0.07753666),(-0.03991413,0.9919721,0.1199924),(-0.04031263,0.9940303,0.1013835),(-0.04342599,0.9957383,0.08135931),(-0.01725299,0.9954748,0.09344656),(-0.01908827,0.997318,0.07065731),(-0.01805903,0.9932341,0.1147166),(-0.04396465,0.9883665,0.1455984),(-0.04214976,0.9896317,0.1373048),(-0.02142475,0.9906659,0.1346192),(-0.02383325,0.9892522,0.144264),(-0.06927495,0.9963397,0.05008111),(-0.07413885,0.9963934,0.0412754),(-0.06325533,0.9960929,0.0616252),(-0.06573926,0.9967467,0.04663096),(-0.07640342,0.9965259,0.03314385),(-0.07597754,0.9967858,0.02540695),(-0.06566568,0.9973099,0.03257288),(-0.0630321,0.9978215,0.01947227),(-0.04785946,0.9979905,0.04152429),(-0.04685647,0.9986258,0.0234709),(-0.04387937,0.9990105,0.007244265),(-0.02227423,0.9997403,0.004819353),(-0.02131426,0.999695,-0.01247269),(-0.02242214,0.9994339,0.02508403),(-0.04675976,0.9970441,0.0609642),(-0.0214646,0.9986478,0.04734845),(-0.07214698,0.9972259,0.01831557),(-0.06436182,0.9978467,0.01263251),(-0.05763679,0.9983081,0.007672419),(-0.04940354,0.9987769,-0.002039754),(-0.05280378,0.9985633,0.009110671),(-0.03765457,0.9992546,0.0085031),(-0.03853193,0.9992189,-0.008760164),(-0.02522824,0.9996145,-0.01159418),(-0.03238072,0.9993203,-0.01761527),(-0.02403861,0.9993979,-0.02501789),(-0.01410374,0.999501,-0.02826033),(-0.01188936,0.9990998,-0.04072388),(-0.00593445,0.9990919,-0.04219117),(-0.01635676,0.9992409,-0.03535764),(-0.03902395,0.9992161,-0.006653343),(-0.01944854,0.9994735,-0.02597241),(-0.0235517,0.9996787,0.009364279),(-0.01489638,0.999844,0.009499374),(-0.01329314,0.9998433,-0.01168947),(-0.00617818,0.9999179,-0.01123253),(-0.01146835,0.9999008,0.008179672),(-0.01304737,0.9999039,0.004676731),(-0.003509192,0.9999287,-0.01141798),(-0.00491497,0.9998975,-0.01343892),(-0.0002567166,0.9996262,-0.02733686),(0.001610946,0.9996485,-0.02646571),(0.0006600532,0.9996333,-0.02707475),(0.004079747,0.9993106,-0.03690307),(0.003814412,0.9993376,-0.03619322),(0.002775013,0.9992404,-0.0388701),(-0.005356195,0.9995831,-0.02837393),(-0.0004468984,0.9991592,-0.04099824),(-0.01573318,0.9998761,0.0002465337),(-0.01592991,0.9998686,-0.00297889),(-0.00733858,0.9998325,-0.01676544),(-0.008119111,0.9997714,-0.01977912),(-0.01395429,0.9998948,-0.003955826),(-0.01011683,0.9999475,-0.001634723),(-0.007574815,0.9997411,-0.02145101),(-0.006018067,0.9997668,-0.02074314),(-0.002106352,0.999496,-0.03167534),(-0.002643961,0.9994325,-0.03358168),(-0.003021806,0.9994202,-0.03391325),(0.0004863919,0.9991796,-0.04049605),(-0.001567271,0.9991448,-0.0413206),(0.001882105,0.9992463,-0.03876994),(-0.001107613,0.9995735,-0.02917995),(0.002897021,0.9993096,-0.03703951),(-0.001467811,0.9999812,0.005950215),(0.01529137,0.999681,0.0201016),(-0.0002741669,0.9998848,-0.01517978),(0.01289601,0.9999143,-0.002223829),(0.04044158,0.998359,0.04054448),(0.07421914,0.9949857,0.06704469),(0.03330478,0.9992582,0.01933919),(0.06074474,0.9968591,0.05081223),(0.0085839,0.9997741,-0.01944433),(0.02309337,0.9997333,-7.551575e-5),(0.04287454,0.9986367,0.02977513),(0.01326124,0.9997808,-0.01620111),(0.0272513,0.9996054,0.006809381),(0.00358313,0.9995124,-0.03101794),(-0.0002525215,0.9995454,-0.03015139),(-0.001463749,0.9992393,-0.0389718),(0.1035488,0.9902197,0.09350168),(0.1154803,0.9868966,0.1126919),(0.08387239,0.9926443,0.08730783),(0.09217373,0.9883816,0.1208545),(0.1107047,0.986321,0.122128),(0.09004012,0.9887792,0.1191994),(0.08698605,0.9853725,0.1465419),(0.06984125,0.9847326,0.1594488),(0.06586111,0.9924024,0.1039219),(0.06318182,0.9886874,0.1360343),(0.05312597,0.9860379,0.1578193),(0.04807323,0.9943537,0.09460263),(0.0454452,0.9920598,0.1172691),(0.04659408,0.9967135,0.06626727),(0.05956745,0.9959909,0.06673723),(0.03997212,0.9985583,0.03582547),(0.06777883,0.9918078,0.108275),(0.05719366,0.9936786,0.09660167),(0.05271681,0.9855267,0.1611149),(0.04615064,0.9865626,0.1567306),(0.05732779,0.9945496,0.08709031),(0.0672728,0.9943027,0.08268362),(0.04934989,0.9876454,0.1487315),(0.06152419,0.9883066,0.1395166),(0.04383658,0.9838253,0.1736842),(0.05110847,0.9835241,0.1734024),(0.06545544,0.9831975,0.1704063),(0.05544055,0.9856828,0.1592346),(0.06755092,0.9828911,0.1713533),(0.04735083,0.9879386,0.1474291),(0.04429233,0.9845861,0.1691995),(0.04383694,0.9900021,0.1340681),(0.08914069,0.9920525,0.08880273),(0.1248649,0.9856974,0.1131779),(0.08161546,0.9876513,0.1337299),(0.1073532,0.9842975,0.1401211),(0.1732736,0.9711545,0.163815),(0.2320026,0.9405099,0.2482257),(0.1359365,0.9760215,0.1700098),(0.1635551,0.9581392,0.2349871),(0.09502526,0.9808567,0.1699721),(0.1009409,0.9768199,0.1887695),(0.09566312,0.9676512,0.2334522),(0.06203841,0.9741515,0.2172101),(0.03373886,0.9686216,0.2462393),(0.0755814,0.9773653,0.1975967),(0.08214217,0.9824992,0.1671764),(0.07678673,0.979973,0.1837305),(0.2763333,0.8931249,0.3549194),(0.2877024,0.8416119,0.4570739),(0.1810772,0.9248512,0.3344566),(0.1858193,0.8749318,0.4471751),(0.2756153,0.7990885,0.5343161),(0.2525182,0.7799644,0.5726171),(0.1861937,0.8168036,0.5460438),(0.1933261,0.766791,0.6120919),(0.08704126,0.9068161,0.4124418),(0.1046376,0.8505105,0.5154442),(0.1455238,0.7868316,0.5997657),(0.04926341,0.8905357,0.4522383),(0.1180516,0.833032,0.5404826),(0.0138725,0.9304733,0.3660969),(0.08633156,0.946505,0.3109263),(0.009948196,0.955647,0.2943464),(0.2337149,0.7893533,0.5677138),(0.2247943,0.8230914,0.5215245),(0.2082628,0.7419324,0.6373092),(0.2249857,0.7482144,0.6241448),(0.2201046,0.8732067,0.434815),(0.2129018,0.926793,0.3093985),(0.2408208,0.7808724,0.5764058),(0.2508847,0.8328375,0.4933951),(0.2321491,0.7138323,0.6607194),(0.2625971,0.7190931,0.6433877),(0.2841434,0.7493535,0.5981069),(0.2792217,0.6990812,0.6582709),(0.3027162,0.6977061,0.6492834),(0.2432342,0.724094,0.6453874),(0.1936557,0.7361099,0.6485674),(0.1911319,0.7705734,0.6080176),(0.2035183,0.9664914,0.1564439),(0.1942278,0.9809409,-0.005523639),(0.2565632,0.8897391,0.3775443),(0.2597013,0.9360468,0.237427),(0.1811109,0.9699725,-0.1623338),(0.1621067,0.9385323,-0.3047597),(0.2556834,0.9631771,0.08316145),(0.2425352,0.9673136,-0.07403401),(0.3117634,0.8487159,0.4271826),(0.3153776,0.8981341,0.3064182),(0.3082991,0.9362717,0.168366),(0.3331966,0.8007867,0.4977154),(0.3272997,0.8541131,0.4041851),(0.3296782,0.7532232,0.569181),(0.2999346,0.7962735,0.5253454),(0.3187411,0.717427,0.6194375),(0.1382753,0.8925679,-0.429188),(0.1115817,0.8366927,-0.5361854),(0.2225491,0.9484484,-0.2256492),(0.1986155,0.9085505,-0.3675431),(0.08292317,0.7747738,-0.6267769),(0.05266539,0.7101457,-0.7020822),(0.1708954,0.8506377,-0.4972024),(0.1393543,0.778424,-0.6120756),(0.2773653,0.951658,-0.1319674),(0.2561463,0.9238322,-0.28447),(0.228968,0.8724256,-0.4317952),(0.2998308,0.953824,0.01792536),(0.2854166,0.9486023,-0.1367151),(0.3093754,0.9371048,0.1616216),(0.2942155,0.9555244,0.02025541),(0.3175082,0.9025488,0.2908512),(0.02811136,0.6461356,-0.7627047),(0.01666408,0.5859819,-0.8101528),(0.1115354,0.696556,-0.7087804),(0.09503689,0.6111766,-0.7857679),(0.01791643,0.5319158,-0.8466077),(0.03085101,0.4866131,-0.8730727),(0.0886066,0.5282337,-0.8444632),(0.09015438,0.4537517,-0.8865561),(0.1825844,0.7125748,-0.6774216),(0.169086,0.6200413,-0.7661324),(0.1594956,0.5312847,-0.8320442),(0.2421067,0.7883953,-0.5655239),(0.2284421,0.7069889,-0.669314),(0.2551702,0.8616574,-0.4386741),(0.2021055,0.7997515,-0.5652885),(0.2691186,0.9174651,-0.2929729),(0.04663428,0.4513842,-0.8911102),(0.05727621,0.4255231,-0.9031332),(0.09321111,0.391618,-0.9153945),(0.09266824,0.3416043,-0.9352642),(0.06344199,0.4076902,-0.9109136),(0.0657064,0.3961731,-0.9158219),(0.08905689,0.3017297,-0.9492249),(0.08278059,0.2697698,-0.9593601),(0.1403958,0.3853737,-0.9120176),(0.1291639,0.3278191,-0.9358693),(0.1169045,0.2782046,-0.9533811),(0.1856603,0.4735971,-0.8609506),(0.1714008,0.4046862,-0.8982488),(0.199791,0.5472562,-0.8127694),(0.1505782,0.4527156,-0.8788487),(0.2140878,0.6254302,-0.7503356),(0.06628684,0.3898433,-0.9184924),(0.06735145,0.3893181,-0.9186378),(0.07459288,0.2443266,-0.9668197),(0.06529574,0.2258688,-0.9719669),(0.06939368,0.3958904,-0.9156721),(0.07302111,0.4107873,-0.9088023),(0.05547204,0.2157008,-0.9748826),(0.04578492,0.2151021,-0.9755176),(0.08542452,0.1996765,-0.9761311),(0.06602284,0.1721326,-0.9828588),(0.04502287,0.1538044,-0.9870751),(0.1053736,0.231657,-0.9670736),(0.07489214,0.1882646,-0.9792587),(0.1320616,0.2828619,-0.9500257),(0.1025914,0.2353948,-0.9664699),(0.154291,0.3408951,-0.9273537),(0.079326,0.4346476,-0.8971003),(0.08940133,0.4668877,-0.879786),(0.03807055,0.22484,-0.9736516),(0.03416631,0.2446364,-0.9690128),(0.1037183,0.5060489,-0.856246),(0.1225633,0.5501601,-0.8260158),(0.03469877,0.273645,-0.9612046),(0.04027624,0.3109106,-0.9495854),(0.00833418,0.1462415,-0.9892138),(-0.004395332,0.1561423,-0.9877248),(-0.01273866,0.1745037,-0.9845742),(-0.01027499,0.108072,-0.99409),(-0.03248514,0.09772032,-0.9946836),(0.01528548,0.1265675,-0.9918402),(0.02496802,0.145263,-0.989078),(0.04382768,0.1532429,-0.9872162),(0.1448369,0.5966281,-0.7893398),(0.1690072,0.6428972,-0.7470741),(0.05113302,0.3550126,-0.9334621),(0.06711214,0.4040768,-0.9122598),(0.1939666,0.6865944,-0.700689),(0.2185986,0.726091,-0.6519254),(0.08753787,0.455846,-0.8857434),(0.1114339,0.5081104,-0.8540528),(-0.0124257,0.2337345,-0.972221),(-0.003006749,0.2724685,-0.9621601),(0.01226097,0.3156193,-0.9488066),(-0.06564371,0.1131399,-0.9914083),(-0.06367764,0.1328603,-0.9890872),(-0.06098525,0.100581,-0.993058),(-0.01569778,0.2006854,-0.97953),(-0.04986867,0.09534221,-0.9941947),(0.2423159,0.7605177,-0.6024085),(0.2646487,0.7894224,-0.5538712),(0.1378773,0.5590693,-0.8175766),(0.1658659,0.6071513,-0.7770815),(0.2850753,0.8129031,-0.5078589),(0.3032843,0.8313764,-0.4656521),(0.1944568,0.6511967,-0.733573),(0.2227294,0.6903421,-0.6883454),(0.05723561,0.4106908,-0.9099764),(0.08554541,0.4602266,-0.8836703),(0.1168108,0.509306,-0.852621),(-0.02276144,0.2341431,-0.9719357),(0.002186098,0.2804301,-0.9598719),(-0.04202962,0.1936668,-0.9801666),(0.03263327,0.3620853,-0.9315736),(-0.05561734,0.1597673,-0.9855867),(0.3211176,0.8449124,-0.4277925),(0.3405216,0.8535026,-0.394434),(0.2515706,0.7238621,-0.6424451),(0.2821476,0.7513946,-0.5964887),(0.3616546,0.8575165,-0.3658844),(0.3846899,0.8572067,-0.3423599),(0.3143353,0.7730597,-0.5509737),(0.3480082,0.7890552,-0.5062432),(0.1891332,0.6003284,-0.7770678),(0.230063,0.6401482,-0.7329949),(0.2734919,0.6752631,-0.6849976),(0.1142693,0.4372089,-0.8920711),(0.1628204,0.4887765,-0.8570806),(0.07083255,0.3840277,-0.9206007),(0.151229,0.5564286,-0.8170171),(0.03328083,0.3310706,-0.9430189),(0.4008888,0.855916,-0.3266435),(0.4018946,0.8569989,-0.3225426),(0.3749614,0.8018019,-0.4653146),(0.3875251,0.8137404,-0.4331868),(0.3880746,0.8597651,-0.3319671),(0.3595329,0.8622701,-0.3566881),(0.3862351,0.8244289,-0.41369),(0.3718561,0.8327344,-0.410215),(0.3392695,0.733308,-0.5891991),(0.354339,0.7554342,-0.551147),(0.3579422,0.771553,-0.5259119),(0.2841869,0.6201058,-0.7312362),(0.3079706,0.6500635,-0.6946738),(0.2515383,0.5820362,-0.7732801),(0.3122217,0.7061995,-0.6354524),(0.210616,0.5375296,-0.8165187),(0.3237826,0.8594064,-0.3957089),(0.2878695,0.8469035,-0.4470856),(0.3511961,0.8351843,-0.4232358),(0.3305298,0.8287478,-0.451583),(0.2505397,0.8228849,-0.5099905),(0.2100789,0.7847354,-0.5831442),(0.3095312,0.8120916,-0.4946692),(0.2872538,0.7829192,-0.5518358),(0.3518002,0.7783406,-0.5200217),(0.3478421,0.7671097,-0.5390255),(0.3436372,0.7447363,-0.572085),(0.3553901,0.6807206,-0.6405602),(0.3687297,0.6709045,-0.6433705),(0.3413712,0.6805257,-0.6483445),(0.3553839,0.7796858,-0.5155506),(0.3258905,0.6704069,-0.6665959),(0.1629452,0.7309244,-0.6627206),(0.1060111,0.6643388,-0.7398755),(0.2557032,0.7405111,-0.6214974),(0.2059798,0.686692,-0.697156),(0.03932118,0.5926148,-0.8045256),(-0.0355406,0.5258018,-0.8498642),(0.1361886,0.6251707,-0.7685143),(0.04701475,0.5615968,-0.8260743),(0.2898882,0.6740918,-0.6793859),(0.2251692,0.6292661,-0.7438568),(0.1330006,0.5789006,-0.804478),(0.2914375,0.6120329,-0.7351734),(0.2083404,0.58085,-0.7868974),(0.3443208,0.6355222,-0.6910533),(0.3284136,0.7128278,-0.6196943),(0.3693822,0.6546846,-0.6595035),(-0.09305741,0.4727022,-0.876295),(-0.110486,0.4381444,-0.8920888),(-0.03107486,0.5014905,-0.8646049),(-0.06992455,0.4517622,-0.8893938),(-0.08857002,0.4227165,-0.9019237),(-0.02686989,0.4255392,-0.904541),(-0.07039926,0.4178847,-0.9057683),(-0.03300042,0.4034442,-0.9144089),(-0.01157183,0.4668557,-0.8842578),(-0.03317391,0.4207621,-0.9065643),(-0.02172889,0.3918988,-0.9197517),(0.01928026,0.43027,-0.9024943),(0.006359929,0.3901429,-0.9207324),(0.05742704,0.4824793,-0.8740228),(0.04385462,0.5226716,-0.8514054),(0.1208841,0.5363888,-0.8352689),(0.05347439,0.442737,-0.8950556),(0.1308345,0.4685254,-0.8737084),(0.02588802,0.4081924,-0.9125288),(0.09010942,0.4269384,-0.8997799),(0.2042039,0.4962096,-0.8438464),(0.2727396,0.5198246,-0.8095649),(0.1589188,0.4519139,-0.8777919),(0.2310183,0.4757302,-0.8487116),(0.05924258,0.3917731,-0.9181526),(0.1186821,0.409883,-0.904384),(0.1895926,0.4306545,-0.8823782),(0.08813988,0.3703783,-0.9246898),(0.1518895,0.3846261,-0.9104902),(0.04240192,0.3631978,-0.9307468),(0.01232747,0.3834228,-0.9234906),(0.0151167,0.3681801,-0.9296317),(0.3311333,0.5368605,-0.7759714),(0.3746447,0.5488855,-0.747239),(0.2966172,0.494686,-0.8168867),(0.3469223,0.5096382,-0.787346),(0.4042844,0.5579192,-0.7247623),(0.4210284,0.5653641,-0.7092944),(0.3827795,0.5218222,-0.7623526),(0.4051846,0.531998,-0.7435076),(0.313908,0.4676778,-0.8262802),(0.3553796,0.483467,-0.7999781),(0.383927,0.4969724,-0.7782149),(0.3215644,0.4426174,-0.83707),(0.3565136,0.4601726,-0.8131047),(0.2758308,0.4226975,-0.8632753),(0.2587752,0.4500032,-0.854712),(0.2191718,0.4025908,-0.8887543),(0.434245,0.5698996,-0.6975999),(0.4527806,0.5697476,-0.6858405),(0.4233971,0.5386434,-0.7284217),(0.4460758,0.5401463,-0.7136234),(0.4765595,0.5651971,-0.6733819),(0.5053847,0.5564592,-0.6594993),(0.4731607,0.5369704,-0.6984137),(0.5044875,0.5294976,-0.6820005),(0.4355131,0.5099764,-0.74179),(0.4664285,0.5086809,-0.7236632),(0.500641,0.5029124,-0.7045833),(0.4558244,0.4804016,-0.7492919),(0.4934571,0.4767772,-0.7274501),(0.4204455,0.4792853,-0.7703968),(0.4080067,0.5062793,-0.7597445),(0.3873605,0.4727912,-0.7914671),(0.5352214,0.544651,-0.6456727),(0.5623564,0.5304131,-0.6343638),(0.5369635,0.5186387,-0.665345),(0.5677551,0.5046689,-0.6503563),(0.5869548,0.5127511,-0.6265544),(0.6091403,0.4905544,-0.6231409),(0.5969575,0.486502,-0.6379322),(0.6246278,0.4629464,-0.6289045),(0.5707008,0.480013,-0.6662492),(0.6046434,0.4617453,-0.6489975),(0.6378256,0.4373761,-0.6339406),(0.6097076,0.4386889,-0.660158),(0.6483006,0.4141959,-0.6388648),(0.5709516,0.4565652,-0.6823215),(0.5360385,0.4933698,-0.6850175),(0.5321799,0.4689216,-0.7049092),(0.6366977,0.4598013,-0.6190305),(0.676713,0.4173836,-0.6065068),(0.6564618,0.43084,-0.6192212),(0.6974947,0.3882287,-0.6023119),(0.7275407,0.3643331,-0.5813311),(0.7862146,0.301911,-0.5391812),(0.7462721,0.336713,-0.5741971),(0.800396,0.2782212,-0.5309983),(0.7159014,0.3627092,-0.5965964),(0.7627157,0.3134226,-0.5657129),(0.8125148,0.2590033,-0.5222424),(0.7769898,0.2946122,-0.5563186),(0.8231782,0.2439347,-0.5127119),(0.7316617,0.3412414,-0.5901064),(0.6738767,0.4046553,-0.6181781),(0.6884738,0.3817171,-0.6166813),(0.8330849,0.2444027,-0.4962226),(0.855632,0.206757,-0.4744951),(0.8429422,0.226169,-0.4881558),(0.863111,0.1936635,-0.4664053),(0.8586089,0.1889853,-0.476524),(0.8432602,0.190327,-0.5026807),(0.8650147,0.1800165,-0.4683415),(0.8494292,0.1838866,-0.494627),(0.8690169,0.1829311,-0.4597238),(0.8700663,0.1718661,-0.4620029),(0.8546341,0.1770497,-0.4881126),(0.8744704,0.1638476,-0.4565692),(0.8591375,0.1695705,-0.4828339),(0.8742548,0.1737016,-0.4533281),(0.8510105,0.2116817,-0.4805954),(0.8581918,0.2001984,-0.472681),(0.8042588,0.2125389,-0.5549731),(0.7167253,0.2654213,-0.6448691),(0.7235091,0.2589835,-0.6398923),(0.810596,0.2068805,-0.5478454),(0.5003968,0.3666353,-0.7843351),(-0.02397748,0.4834121,-0.8750645),(-0.007332359,0.4689756,-0.8831807),(0.5091237,0.3571837,-0.7830791),(0.5192624,0.3482282,-0.780451),(0.7304159,0.2522697,-0.6347069),(0.01477721,0.4556042,-0.8900598),(0.04154555,0.443433,-0.8953441),(0.5295432,0.3402632,-0.7770489),(0.7366157,0.2457681,-0.6300758),(0.8164766,0.2004573,-0.5414636),(0.8216044,0.1934869,-0.5362175),(-0.5392872,0.4526446,-0.7101282),(-0.7416719,0.3787526,-0.5535967),(-0.7280645,0.363139,-0.5814226),(-0.5208365,0.4382986,-0.732546),(-0.817014,0.3275856,-0.4745269),(-0.8428773,0.2979154,-0.4481121),(-0.8348963,0.2779857,-0.4750496),(-0.8068793,0.3094065,-0.503203),(-0.7937335,0.2913302,-0.5339604),(-0.7092715,0.3487291,-0.6126352),(-0.8261564,0.2569325,-0.5014493),(-0.8165837,0.2349091,-0.5272655),(-0.7771623,0.2734596,-0.5667791),(-0.6845849,0.3355982,-0.6470839),(-0.495126,0.4256886,-0.75739),(-0.4616377,0.4148101,-0.7841066),(-0.8339154,0.2903293,-0.4693548),(-0.7758446,0.3110476,-0.5489212),(-0.7695625,0.2919756,-0.5679118),(-0.8270113,0.2703704,-0.4929017),(-0.6171626,0.3661442,-0.6964544),(-0.2541937,0.4376988,-0.8624415),(-0.2687361,0.4184707,-0.8675616),(-0.6147385,0.3468913,-0.7083523),(-0.6178449,0.3260371,-0.7155189),(-0.7668294,0.2706232,-0.5820101),(-0.2882935,0.3990641,-0.8704222),(-0.3127626,0.3794351,-0.8707518),(-0.6264395,0.3037496,-0.7178507),(-0.7677764,0.2472349,-0.5910957),(-0.8215639,0.248359,-0.5131769),(-0.8176977,0.2245139,-0.5300602),(0.1086023,0.456852,-0.8828883),(0.2287158,0.4679071,-0.8536697),(0.1919148,0.4598304,-0.8670207),(0.07678879,0.4440696,-0.8926958),(0.1648115,0.4988168,-0.850893),(-0.08961396,0.5286355,-0.8441053),(-0.1325771,0.515674,-0.8464653),(0.1248804,0.4910588,-0.8621287),(0.08343191,0.482486,-0.871921),(0.1526527,0.4512426,-0.8792481),(-0.1744636,0.5020016,-0.8470872),(-0.2146843,0.4879041,-0.8460853),(0.04095558,0.4731844,-0.880011),(0.1112254,0.4421546,-0.8900159),(0.04194952,0.4311478,-0.9013056),(0.004185094,0.4180551,-0.908412),(-0.353865,0.5226225,-0.775658),(-0.4504764,0.5254301,-0.7217993),(-0.4825677,0.5041374,-0.7162219),(-0.3930922,0.503341,-0.7694975),(-0.4185467,0.5540723,-0.7195989),(-0.257584,0.5917329,-0.7638734),(-0.2605585,0.5748509,-0.7756646),(-0.4407333,0.5343252,-0.721284),(-0.4603482,0.5147544,-0.7232617),(-0.5114044,0.4832296,-0.7106016),(-0.2613871,0.5578813,-0.7876835),(-0.2600211,0.5407957,-0.7999556),(-0.4771326,0.4954973,-0.7258284),(-0.5366862,0.4630173,-0.7053956),(-0.429105,0.4841632,-0.7625319),(-0.4615007,0.4654837,-0.7552099),(-0.02724295,0.5949499,-0.8033009),(0.2052792,0.5523939,-0.8079119),(0.2342231,0.5288258,-0.8157713),(-0.008148384,0.5762005,-0.8172678),(0.4497551,0.4675133,-0.7610201),(0.6983948,0.3370146,-0.6313999),(0.7072029,0.3183051,-0.6313049),(0.4739485,0.4421566,-0.7614922),(0.4974341,0.4182551,-0.7600145),(0.2635722,0.5055789,-0.821535),(0.7155693,0.30148,-0.6301351),(0.7235975,0.2865316,-0.6279381),(0.5200064,0.3960313,-0.7568041),(0.292847,0.4828974,-0.825258),(0.01269929,0.5572221,-0.8302664),(0.03496039,0.5380601,-0.8421811),(0.862012,0.2075684,-0.4624399),(0.9213275,0.1459267,-0.3603622),(0.9157274,0.1473127,-0.3738215),(0.8599268,0.2006121,-0.4693406),(0.9300932,0.147911,-0.3362277),(0.9003897,0.2067267,-0.3828346),(0.8870481,0.2163402,-0.4078514),(0.9218751,0.1544907,-0.3553576),(0.912863,0.1611609,-0.3751111),(0.9097,0.1492582,-0.3875149),(0.8724784,0.2257886,-0.4333599),(0.8565229,0.235236,-0.4593828),(0.9031028,0.1678634,-0.3952559),(0.903395,0.1516077,-0.401114),(0.8576602,0.1948836,-0.4758563),(0.8554078,0.1902361,-0.481755),(0.8366387,0.2969697,-0.4602659),(0.7490041,0.3943291,-0.5324447),(0.718046,0.4049187,-0.5660838),(0.8154322,0.3076822,-0.490308),(0.629443,0.4971205,-0.5972208),(0.4705169,0.6003123,-0.646714),(0.410148,0.60693,-0.6807455),(0.5857828,0.5064815,-0.6327203),(0.5392895,0.5158277,-0.665649),(0.6849803,0.4155081,-0.5984606),(0.3458791,0.6128537,-0.7104773),(0.2777675,0.6181049,-0.7353852),(0.4895456,0.5254374,-0.6958883),(0.6492628,0.4265164,-0.6297154),(0.7925861,0.3182321,-0.5201306),(0.7676792,0.3289945,-0.5499373),(0.2825207,0.6896428,-0.6667645),(0.0596591,0.7532562,-0.6550159),(-0.0271352,0.7447839,-0.6667538),(0.2059668,0.6906918,-0.6931973),(-0.2345982,0.7619879,-0.6036041),(-0.6050915,0.6439967,-0.468116),(-0.6755539,0.5997449,-0.4288743),(-0.3221536,0.7381556,-0.5927423),(-0.409627,0.7101675,-0.5725974),(-0.1172657,0.7327717,-0.6702942),(-0.7404535,0.5533019,-0.381557),(-0.7987419,0.505432,-0.3264199),(-0.4954401,0.6783167,-0.5426099),(-0.2094394,0.7171469,-0.6647069),(0.124989,0.689652,-0.7132726),(0.0403009,0.6863787,-0.7261268),(-0.8761061,0.410981,-0.252057),(-0.9797726,0.1945929,-0.04668103),(-0.9903862,0.1377009,0.01317213),(-0.9150682,0.3535053,-0.1941241),(-0.991873,0.009771777,0.1268566),(-0.9476954,-0.1689018,0.2708237),(-0.9307762,-0.1959576,0.3086363),(-0.9832825,-0.03621889,0.1784478),(-0.9704715,-0.07535081,0.2291451),(-0.9935241,0.08606112,0.07418368),(-0.913544,-0.2159654,0.3446684),(-0.8966516,-0.2291767,0.3788059),(-0.9543892,-0.1075655,0.2785156),(-0.9899513,0.04018592,0.1355781),(-0.945435,0.2979977,-0.1317184),(-0.9672212,0.2452998,-0.0656589),(-0.8797126,-0.3056923,0.3642224),(-0.845366,-0.3568426,0.397517),(-0.8411477,-0.3522609,0.4103447),(-0.8664866,-0.3138287,0.3882172),(-0.8605011,-0.3335907,0.3850392),(-0.9175413,-0.2336397,0.3217615),(-0.9294757,-0.2031419,0.3079095),(-0.8659322,-0.3176661,0.3863283),(-0.8741325,-0.2956458,0.3853388),(-0.8401656,-0.3415409,0.4212737),(-0.9420808,-0.1667884,0.290973),(-0.9546778,-0.1243663,0.2704133),(-0.8847661,-0.2674169,0.3816768),(-0.8423386,-0.3247661,0.4301079),(-0.8556303,-0.315469,0.4103365),(-0.84735,-0.3108698,0.4305322),(-0.9726288,-0.08908421,0.2146095),(-0.9940056,0.07953514,0.07501372),(-0.9909922,0.1302491,0.03113833),(-0.9818516,-0.04496719,0.1842426),(-0.9480134,0.3003831,-0.1050741),(-0.7588463,0.5679703,-0.3186877),(-0.7106728,0.5993778,-0.3683618),(-0.9242576,0.3479934,-0.1569985),(-0.8940964,0.3950805,-0.2109573),(-0.9828613,0.1836327,-0.01620816),(-0.657718,0.6269032,-0.4176115),(-0.5998974,0.6502291,-0.4661815),(-0.8567414,0.4412779,-0.266961),(-0.9685409,0.2395574,-0.06738493),(-0.9886502,0.003919391,0.1501847),(-0.9920442,0.05768958,0.1118928),(-0.4524607,0.7498193,-0.482753),(-0.1721624,0.8054483,-0.5671095),(-0.1097963,0.7993098,-0.5908033),(-0.3898137,0.7598344,-0.5202855),(0.06510828,0.7953562,-0.6026354),(0.2814825,0.7499084,-0.5986692),(0.3150388,0.731744,-0.6044014),(0.1169026,0.7797037,-0.6151391),(0.1653654,0.7619025,-0.6262259),(-0.04929489,0.7891072,-0.6122743),(0.3449542,0.7134084,-0.6099631),(0.3710507,0.6951701,-0.6156784),(0.2102101,0.7423585,-0.6361726),(0.008876412,0.775209,-0.6316426),(-0.3261136,0.7647462,-0.5557097),(-0.2618208,0.7646275,-0.5888928),(0.4515397,0.689684,-0.5660812),(0.5408291,0.6485493,-0.5356191),(0.542373,0.64258,-0.5412232),(0.4663086,0.6761881,-0.5703735),(0.5660768,0.6388498,-0.5209875),(0.5356838,0.6622468,-0.5239009),(0.5162789,0.6698748,-0.5335954),(0.5571709,0.6403998,-0.5286292),(0.5447809,0.6435244,-0.5376711),(0.5405164,0.6382378,-0.5481738),(0.4934523,0.6784104,-0.5443017),(0.4669466,0.6875865,-0.5560448),(0.5286117,0.6480613,-0.5482574),(0.5350072,0.6354864,-0.5567084),(0.477625,0.6638092,-0.5755273),(0.4853024,0.652644,-0.5818396),(0.4700311,0.7048546,-0.5312729),(0.3892834,0.7517444,-0.5322958),(0.3525629,0.7629994,-0.5417854),(0.44064,0.7157552,-0.5417849),(0.2920161,0.7974371,-0.5280346),(0.1781223,0.8358822,-0.5192044),(0.1366993,0.841601,-0.5225142),(0.2511767,0.8066697,-0.5349712),(0.207734,0.8147924,-0.5412578),(0.3129907,0.7734842,-0.5511433),(0.09272525,0.8462958,-0.5245813),(0.04556457,0.8497143,-0.5252709),(0.1613181,0.8215785,-0.5467954),(0.2703503,0.7829344,-0.5602898),(0.4081001,0.7266132,-0.5527093),(0.3722223,0.7371313,-0.5639927),(0.05731547,0.8617955,-0.5040075),(-0.06178279,0.8750361,-0.4800988),(0.01608479,0.8637891,-0.5035966),(-0.1052364,0.8730652,-0.4761121),(-0.1804464,0.877004,-0.4453123),(-0.2996681,0.8677414,-0.3965149),(-0.2288112,0.8697808,-0.4371806),(-0.3552622,0.852806,-0.3827671),(-0.1513977,0.8701324,-0.4689864),(-0.2798505,0.8609319,-0.4248292),(-0.4132101,0.8347738,-0.363882),(-0.3338405,0.8498029,-0.4079036),(-0.4730775,0.8129756,-0.3395118),(-0.2009546,0.8657131,-0.4584298),(-0.02778886,0.8649392,-0.5011067),(-0.07511085,0.8648761,-0.4963342),(-0.4210469,0.8442664,-0.3315627),(-0.5476356,0.7985371,-0.2498677),(-0.4823794,0.819118,-0.3104125),(-0.609839,0.7613091,-0.2202376),(-0.6787216,0.718629,-0.1513578),(-0.8052973,0.5917931,-0.03573935),(-0.8514449,0.524363,0.009215836),(-0.7362204,0.6671919,-0.1132892),(-0.7903444,0.6085691,-0.07070608),(-0.6713971,0.7175773,-0.1852263),(-0.8910316,0.4503218,0.05721184),(-0.922509,0.370554,0.1080139),(-0.8393215,0.5431185,-0.02370112),(-0.7306749,0.6672034,-0.1447538),(-0.5450149,0.7889815,-0.283667),(-0.6077857,0.7533619,-0.2510825),(-0.8989882,0.4288799,0.08878236),(-0.9455322,0.2472599,0.2117344),(-0.9529318,0.1569088,0.2594239),(-0.9276865,0.3472373,0.1372009),(-0.9445051,0.04400761,0.3255356),(-0.8889195,-0.1814779,0.4205803),(-0.8492234,-0.2684921,0.4546774),(-0.9284047,-0.04835817,0.3684103),(-0.9017115,-0.1399853,0.4090482),(-0.9496995,0.06427743,0.3064952),(-0.8004588,-0.3516782,0.4853743),(-0.7432311,-0.4296559,0.5128387),(-0.8644654,-0.22927,0.4473643),(-0.9352828,-0.02906595,0.3527058),(-0.9471514,0.2607593,0.1868395),(-0.9562855,0.170758,0.2374022),(-0.7797933,-0.3934569,0.4869436),(-0.6403939,-0.5602272,0.5253962),(-0.5715315,-0.619571,0.5380366),(-0.7212232,-0.4687068,0.5100502),(-0.4856465,-0.6889448,0.5380542),(-0.3224283,-0.7892683,0.5225855),(-0.2597035,-0.8124573,0.5219839),(-0.4154313,-0.7302178,0.5424011),(-0.3468397,-0.7640943,0.5439322),(-0.5000718,-0.6713263,0.5470368),(-0.2029949,-0.829846,0.5197584),(-0.1543134,-0.8414495,0.5178322),(-0.2817132,-0.7903334,0.5440688),(-0.4275766,-0.7148481,0.5533267),(-0.6563705,-0.5376348,0.5292698),(-0.5863596,-0.5992045,0.5451022),(-0.1784575,-0.8526525,0.4910567),(-0.085912,-0.8802096,0.4667444),(-0.05723526,-0.8815618,0.468586),(-0.1307346,-0.8619283,0.4898858),(-0.04588805,-0.8891074,0.4553923),(-0.05808686,-0.8882982,0.4555788),(-0.03926344,-0.8857276,0.4625418),(-0.07743368,-0.8796,0.4693696),(-0.04085885,-0.8817912,0.4698668),(-0.04680544,-0.8820962,0.4687382),(-0.1120767,-0.8693596,0.4813032),(-0.0699433,-0.8772958,0.4748262),(-0.1625556,-0.8559619,0.4908206),(-0.03856711,-0.8805768,0.4723314),(-0.09273481,-0.8678965,0.4880122),(-0.06643974,-0.8705608,0.4875548),(-0.1183921,-0.8794038,0.4611207),(-0.2230355,-0.8546838,0.4687973),(-0.1636999,-0.8626393,0.4785978),(-0.2896029,-0.8258563,0.4838301),(-0.3728241,-0.7953508,0.4779322),(-0.5597979,-0.6767926,0.4780984),(-0.644183,-0.6028004,0.4708079),(-0.4540119,-0.7476395,0.4846735),(-0.5419866,-0.6872885,0.4836165),(-0.368462,-0.7878953,0.4934134),(-0.7270046,-0.5152513,0.4538505),(-0.8037757,-0.415792,0.4255136),(-0.6327403,-0.6138343,0.472067),(-0.4570782,-0.7390733,0.4948234),(-0.2239168,-0.8409222,0.4926572),(-0.2981409,-0.812247,0.5013649),(-0.7368348,-0.5089973,0.4449676),(-0.8724054,-0.3156637,0.3731826),(-0.9222457,-0.1967209,0.3328121),(-0.8098652,-0.4087661,0.4207477),(-0.9582018,-0.08791198,0.2722514),(-0.9727641,0.1791595,0.1470775),(-0.9490858,0.3035086,0.0843733),(-0.9750832,0.0398192,0.2182364),(-0.972685,0.1677873,0.1604096),(-0.9558986,-0.07130454,0.2849097),(-0.9067502,0.4210561,0.02271135),(-0.8486175,0.527734,-0.03667814),(-0.9514403,0.2911378,0.1000003),(-0.9715481,0.05588416,0.2301552),(-0.8728662,-0.29738,0.3868718),(-0.922239,-0.1784367,0.3429807),(-0.9013269,0.4330751,0.007472917),(-0.7649524,0.6306295,-0.1309741),(-0.6724666,0.7157053,-0.1885588),(-0.8384942,0.5420009,-0.05623686),(-0.5706086,0.7802489,-0.2561589),(-0.3133376,0.8812237,-0.3539267),(-0.1966577,0.9020418,-0.384248),(-0.4595078,0.8351423,-0.302308),(-0.3478627,0.8761019,-0.3338219),(-0.5716972,0.785918,-0.2355744),(-0.08809717,0.9138133,-0.3964645),(0.004161751,0.9191692,-0.3938409),(-0.2432417,0.9038393,-0.3520057),(-0.4690627,0.8402107,-0.2720777),(-0.7611282,0.6385249,-0.1138853),(-0.6741403,0.720001,-0.1647226),(-0.05123238,0.907695,-0.4164913),(0.1367508,0.878722,-0.4573258),(0.2201183,0.8594101,-0.4614782),(0.05467615,0.9007133,-0.4309594),(0.2545199,0.835896,-0.4863099),(0.3186766,0.8039045,-0.5021781),(0.3094606,0.817241,-0.4861597),(0.3393265,0.7949353,-0.502927),(0.2859631,0.8493346,-0.4436845),(0.3471425,0.8155586,-0.4629862),(0.3433105,0.8073041,-0.479998),(0.3633417,0.8318046,-0.4196237),(0.3277177,0.8396551,-0.4331056),(0.3287793,0.8513836,-0.4087176),(0.1455604,0.8934144,-0.4249973),(0.2141975,0.8895341,-0.4035449),(0.3392632,0.7949681,-0.5029176),(0.3187442,0.8105884,-0.4912725),(0.3253376,0.799273,-0.50529),(0.2757353,0.8260921,-0.4914691),(0.2557171,0.8447728,-0.4700719),(0.146549,0.8869323,-0.4380349),(0.1870969,0.8659306,-0.4638523),(0.05612693,0.9050969,-0.4214847),(0.2153022,0.8581634,-0.4660477),(0.1015844,0.8966291,-0.4309721),(-0.04832043,0.9247636,-0.3774619),(0.001132829,0.9302108,-0.3670237),(-0.1637401,0.938872,-0.3028339),(0.1376819,0.9013865,-0.4105434),(0.2945114,0.8245396,-0.4831122),(0.2454096,0.8671919,-0.4333038),(0.01097592,0.9216918,-0.3877678),(-0.1292459,0.9388005,-0.3192945),(-0.09354795,0.9286702,-0.3589157),(-0.2360243,0.9305604,-0.2799106),(-0.2741185,0.930401,-0.2433371),(-0.4216024,0.8903587,-0.171793),(-0.3700027,0.907465,-0.1990106),(-0.4949953,0.8588836,-0.1315243),(-0.3434147,0.9147472,-0.2128473),(-0.4584236,0.8795899,-0.127159),(-0.5547167,0.8296726,-0.06271121),(-0.5379281,0.8425254,-0.02800507),(-0.6012692,0.7983049,0.03441978),(-0.4483855,0.8860412,-0.117819),(-0.2064905,0.9305997,-0.3022349),(-0.3244215,0.9208654,-0.2162354),(-0.5304962,0.8406239,-0.1092038),(-0.5703464,0.8195847,-0.05464467),(-0.5800402,0.8102902,-0.08356559),(-0.6028335,0.7962754,-0.05037005),(-0.547307,0.8369021,-0.007059499),(-0.4580497,0.888312,0.03304709),(-0.5675837,0.8229285,-0.02524529),(-0.467932,0.8837597,-0.002894489),(-0.6192986,0.7850847,-0.01054602),(-0.573282,0.8193432,-0.004951769),(-0.4676674,0.8839043,-0.0006095468),(-0.5643992,0.8238096,0.05283261),(-0.4552283,0.8895192,0.03902331),(-0.6205125,0.7815618,0.06422821),(-0.6134661,0.7892815,-0.02634393),(-0.6319129,0.7725372,0.06222905),(-0.3285057,0.9425972,0.05995482),(-0.1892334,0.9792706,0.07224787),(-0.3289128,0.9442245,0.01601408),(-0.1824032,0.9827682,0.02992806),(-0.03879223,0.9964264,0.07503028),(0.1232722,0.9896794,0.0730648),(-0.0277517,0.9987787,0.04087966),(0.1352163,0.9895136,0.05078582),(-0.1777562,0.9839866,0.01315644),(-0.0227167,0.9994986,0.02205989),(0.139553,0.9896725,0.03276065),(-0.01418451,0.999723,0.01877775),(0.1459491,0.9891037,0.01930856),(-0.1673683,0.9856514,0.02189273),(-0.3258395,0.9454077,0.005720795),(-0.3140848,0.948963,0.02863493),(0.2809136,0.9573006,0.06828763),(0.4186223,0.9061193,0.06085321),(0.2921169,0.9545338,0.05943727),(0.4290606,0.9009072,0.06537004),(0.5380545,0.8413538,0.05119758),(0.6422407,0.7654735,0.03971197),(0.6515659,0.7557833,0.06521827),(0.5478176,0.8338602,0.0676238),(0.4333199,0.8996438,0.05361955),(0.5536264,0.8306054,0.05993694),(0.6595456,0.7491554,0.06136593),(0.6690899,0.7426311,0.02859662),(0.5607165,0.8275178,0.02848276),(0.438654,0.8982818,0.02593072),(0.2958216,0.9542289,0.04400811),(0.3008178,0.9534198,0.02234375),(0.7235107,0.6898311,0.02579059),(0.7758424,0.6308588,0.009257313),(0.784862,0.6181518,0.04335847),(0.7325934,0.6782781,0.05697073),(0.8048919,0.5933461,-0.009461848),(0.81396,0.5805627,-0.02039839),(0.8233109,0.5673589,0.01621422),(0.8141052,0.5801313,0.02608323),(0.8243313,0.5652848,0.03051241),(0.7950183,0.6048791,0.0454656),(0.8335154,0.5520393,0.02246946),(0.8442588,0.5359344,-0.001093155),(0.8352798,0.5498055,0.004653742),(0.8063879,0.5911614,0.0163325),(0.7421907,0.667811,0.05640318),(0.753338,0.6571698,0.02469047),(0.001879869,0.9907526,0.1356682),(0.004773946,0.9921523,0.1249443),(0.009093142,0.9946547,0.1028558),(0.03176821,0.9922038,0.1205092),(0.03714218,0.9947157,0.09571403),(0.02830512,0.9907668,0.1325894),(0.01087512,0.9967789,0.07945791),(0.0100266,0.9984567,0.05462394),(0.03986689,0.9967625,0.06982252),(0.03980678,0.9982886,0.04283918),(0.06649735,0.9934013,0.0934441),(0.06990515,0.9954603,0.06459083),(0.07011276,0.9969174,0.03521372),(0.1011848,0.9928212,0.06378047),(0.1008187,0.9944021,0.0316248),(0.09757823,0.9905701,0.09617271),(0.05601895,0.9892221,0.1352829),(0.06009457,0.9907656,0.1215398),(0.09029894,0.987625,0.1282302),(0.08560673,0.9858724,0.1439692),(0.008033136,0.99954,0.02924588),(0.006169741,0.9999687,0.004949647),(0.03777573,0.999166,0.01549727),(0.0343915,0.9993501,-0.01080323),(0.003984041,0.9998489,-0.01692098),(0.001064017,0.9993866,-0.03500095),(0.02919302,0.9989707,-0.03471488),(0.02176863,0.9982564,-0.05486646),(0.06211488,0.9978207,-0.02226628),(0.05379361,0.9973772,-0.04842347),(0.04218354,0.9965448,-0.07154779),(0.07824025,0.9952492,-0.05794591),(0.06370253,0.99438,-0.08455963),(0.08922533,0.9955726,-0.02956625),(0.06744119,0.9977056,0.005935047),(0.09672195,0.9953114,0.000356758),(-0.001706944,0.9988446,-0.04802779),(-0.003027657,0.9984389,-0.0557724),(0.01414887,0.9974751,-0.06959264),(0.008811185,0.9968863,-0.07835779),(-0.002531802,0.998254,-0.05901399),(8.924191e-5,0.9982846,-0.05854775),(0.006177814,0.9966034,-0.08211967),(0.006605073,0.9966231,-0.08184591),(0.02180522,0.9945389,-0.102063),(0.01678097,0.9938976,-0.1090236),(0.01556498,0.9936647,-0.1113019),(0.03181758,0.9898229,-0.1387018),(0.02890899,0.9888493,-0.1460863),(0.03860387,0.9912971,-0.125857),(0.03038089,0.995498,-0.08978228),(0.04925688,0.9929576,-0.1077444),(0.003213582,0.9984292,-0.05593468),(0.005206079,0.9985946,-0.05274253),(0.008365984,0.9968225,-0.07921327),(0.009663871,0.9970803,-0.07574643),(0.006316281,0.9987417,-0.04975066),(0.006793487,0.9988368,-0.04773958),(0.01069368,0.9973437,-0.07205082),(0.01165325,0.9975669,-0.06873424),(0.01672002,0.9940478,-0.107654),(0.01730635,0.9944506,-0.1037716),(0.0181482,0.9948934,-0.09928548),(0.02621584,0.9891177,-0.144772),(0.02599827,0.9898961,-0.1393914),(0.02691933,0.9885998,-0.1481409),(0.0162013,0.99376,-0.110357),(0.02788941,0.9884723,-0.148811),(0.006631272,0.9988655,-0.04715797),(0.005538666,0.9988462,-0.04770196),(0.01183586,0.9977207,-0.06643352),(0.010314,0.9978189,-0.06519923),(0.003273024,0.9988124,-0.04861049),(-0.0004037229,0.9987929,-0.04911701),(0.006904281,0.9978977,-0.06444024),(0.001426831,0.9979768,-0.06356387),(0.01549735,0.9956796,-0.09155387),(0.01049668,0.9960347,-0.08834434),(0.002909636,0.9963709,-0.08506716),(0.01314901,0.9926132,-0.1206075),(0.00301821,0.9934797,-0.1139692),(0.0203537,0.9916973,-0.126973),(0.01801219,0.9953073,-0.09507428),(0.0246325,0.9907842,-0.1331913),(-0.00257477,0.9988804,-0.04723459),(-0.0002479793,0.9991536,-0.0411347),(-0.002852202,0.9981492,-0.06074592),(-0.002536091,0.9985106,-0.05449791),(0.006470865,0.9995181,-0.0303616),(0.01746607,0.9997433,-0.01442621),(0.002417595,0.9989878,-0.0449158),(0.01204086,0.9994127,-0.03208161),(-0.0049655,0.9974084,-0.07177678),(-0.001266801,0.998148,-0.06081974),(0.00768058,0.9988407,-0.04752178),(-0.006931265,0.9968507,-0.07899849),(0.00114163,0.9980704,-0.0620821),(-0.009219872,0.9955671,-0.09360104),(-0.003531735,0.996789,-0.07999437),(-0.005857009,0.9944108,-0.1054173),(0.02871096,0.999575,0.005048441),(0.03644269,0.9990076,0.02560662),(0.02265557,0.999589,-0.01757026),(0.03052483,0.99953,-0.002832906),(0.04098781,0.998098,0.04604513),(0.042696,0.9969632,0.06512642),(0.03558455,0.9992907,0.01232026),(0.03777992,0.9988917,0.02807081),(0.02515071,0.99947,-0.02066476),(0.02926727,0.9995419,-0.007707257),(0.03002715,0.9995318,0.00587197),(0.01947751,0.9996941,-0.01524203),(0.01875372,0.9998224,-0.001864532),(0.01670748,0.9994252,-0.02949822),(0.01788381,0.9992718,-0.03370444),(0.0105543,0.9989315,-0.04499592),(0.04417638,0.9955357,0.08340839),(0.04749874,0.9935627,0.1028438),(0.03844161,0.9982224,0.04554322),(0.0386469,0.9970405,0.06645882),(0.05215752,0.9907759,0.1250705),(0.05761825,0.9867372,0.1517562),(0.03790339,0.9950169,0.09222013),(0.03565846,0.9916084,0.1242626),(0.02470482,0.9988848,0.0402329),(0.01887264,0.9977934,0.06365632),(0.01023669,0.9956328,0.0927932),(0.00122005,0.999105,0.04228235),(-0.0100938,0.9980597,0.06144099),(0.009524693,0.9996186,0.02592069),(0.0282687,0.9993722,0.02135341),(0.01524437,0.9998177,0.01149155),(0.05744185,0.9817842,0.1811087),(0.04563368,0.9767137,0.2096378),(0.02802794,0.9866024,0.1607178),(0.01230836,0.9804513,0.1963765),(0.02228286,0.9716758,0.235265),(-0.01234881,0.966719,0.2555425),(-0.01010835,0.9741362,0.2257355),(-0.0374242,0.9692149,0.2433556),(-0.01607974,0.9867409,0.161505),(-0.03111883,0.9811592,0.1906785),(-0.04471458,0.977008,0.208461),(-0.03686034,0.990593,0.1317837),(-0.03712285,0.988149,0.1489405),(-0.03138378,0.9935565,0.1089065),(-0.001705686,0.9919206,0.1268493),(-0.02206348,0.9962077,0.08416332),(-0.03504284,0.9594175,0.2798037),(-0.02300251,0.9469322,0.3206092),(-0.0498063,0.9653029,0.256339),(-0.03020414,0.9599243,0.2786269),(0.02398456,0.9244412,0.3805698),(0.1049429,0.8821334,0.4591595),(0.01933783,0.947702,0.3185701),(0.09607774,0.9186731,0.3831563),(-0.01910063,0.9722297,0.2332481),(0.02684063,0.9648316,0.2614949),(0.09038356,0.9453984,0.3131334),(0.03780873,0.9781412,0.2044756),(0.08587577,0.9647874,0.2486172),(-0.0004712949,0.9840094,0.1781155),(-0.04393809,0.9747717,0.2188369),(-0.02623328,0.9864317,0.1620634),(0.1874897,0.8224557,0.5370421),(0.2439571,0.763585,0.5978485),(0.1729273,0.870108,0.4615281),(0.226953,0.8125077,0.5369576),(0.2797463,0.7152594,0.6404263),(0.3009908,0.6839322,0.6645609),(0.262143,0.7544104,0.6017855),(0.2842399,0.7038015,0.6510538),(0.2013379,0.8624225,0.4644248),(0.2366769,0.8064879,0.5418131),(0.263235,0.7484121,0.6087584),(0.2138759,0.8605944,0.462206),(0.2477138,0.8067361,0.5364838),(0.1766568,0.9060531,0.3845257),(0.153392,0.9101322,0.384877),(0.1344105,0.9409095,0.3108427),(0.3131807,0.6724344,0.6706338),(0.3188047,0.6809801,0.6592644),(0.2968151,0.6679181,0.6824853),(0.3013497,0.6514271,0.696298),(0.3179598,0.708748,0.6297442),(0.3103239,0.7537076,0.5793304),(0.3000399,0.655589,0.6929495),(0.2944614,0.6808357,0.6706379),(0.2892506,0.6617069,0.6917211),(0.2917648,0.6442632,0.7069642),(0.2915813,0.6470425,0.7044973),(0.2983939,0.6719023,0.6778705),(0.3040273,0.6536134,0.6930777),(0.2896539,0.7057406,0.6465531),(0.2809418,0.6974281,0.6592918),(0.2740384,0.7520824,0.5993955),(0.3029884,0.8065819,0.5075666),(0.3021265,0.8577161,0.4159838),(0.2919631,0.7206625,0.628811),(0.2981195,0.7669849,0.5682067),(0.3044098,0.9028027,0.3037795),(0.3059425,0.9365768,0.1709475),(0.3100991,0.8161372,0.4876051),(0.3247066,0.8636833,0.3855082),(0.3068829,0.696868,0.6482268),(0.3246318,0.7353777,0.5948393),(0.3463862,0.7787265,0.5230694),(0.3419465,0.678115,0.6505633),(0.3628539,0.705968,0.6082321),(0.3246613,0.6588843,0.6785768),(0.2952154,0.6664696,0.684592),(0.3117831,0.6501817,0.69286),(0.3063581,0.9516592,0.022124),(0.3057968,0.942812,-0.1326423),(0.3396538,0.9032181,0.2623593),(0.3520906,0.927837,0.1230882),(0.3017344,0.9105932,-0.2824471),(0.2927453,0.8597896,-0.418404),(0.3583761,0.933269,-0.02399239),(0.3564088,0.9188133,-0.1695727),(0.3891785,0.8633595,0.3211706),(0.4023506,0.8942895,0.1958577),(0.4060152,0.9117889,0.06158461),(0.418609,0.8235839,0.382722),(0.4248182,0.8623832,0.2753631),(0.4044272,0.7817027,0.4747415),(0.3692435,0.8230635,0.4315389),(0.3848834,0.7411942,0.5499962),(0.281012,0.7963879,-0.5355359),(0.2693249,0.7249473,-0.633968),(0.3499236,0.8856666,-0.3052017),(0.3434875,0.8364838,-0.4269792),(0.2577211,0.6488627,-0.715931),(0.245665,0.570773,-0.7834966),(0.3368413,0.7749869,-0.5347273),(0.3291133,0.704697,-0.628559),(0.4044341,0.8921241,-0.2013646),(0.4041879,0.8563223,-0.3214723),(0.4027609,0.8071097,-0.4316917),(0.4406757,0.8942413,-0.07834204),(0.4471205,0.8735033,-0.1925489),(0.4336864,0.9001884,0.03971106),(0.404786,0.9114929,-0.07299986),(0.4279041,0.8897856,0.158681),(0.2293935,0.4930854,-0.8391933),(0.2056713,0.4175,-0.8850949),(0.3162501,0.6292179,-0.7099792),(0.2946353,0.5510523,-0.7807249),(0.1749964,0.3453764,-0.9220041),(0.137967,0.2779499,-0.950636),(0.2642602,0.4717367,-0.841208),(0.2253198,0.3926683,-0.8916516),(0.3811105,0.6819901,-0.6242148),(0.3566073,0.6100544,-0.7075768),(0.3222221,0.5334347,-0.7820616),(0.43186,0.7462159,-0.506615),(0.4092509,0.6860886,-0.6014951),(0.4449052,0.797941,-0.4066321),(0.3962618,0.7481198,-0.5322532),(0.4495821,0.8406788,-0.301886),(0.09815545,0.2161168,-0.9714211),(0.05916748,0.1605113,-0.9852591),(0.181113,0.3150378,-0.9316379),(0.1352562,0.2401708,-0.9612615),(0.02171599,0.1118101,-0.9934923),(-0.01366566,0.07068849,-0.9974048),(0.08876898,0.1697598,-0.9814793),(0.04253047,0.1054552,-0.9935141),(0.233437,0.3705196,-0.8990119),(0.182866,0.2880567,-0.9399912),(0.1295737,0.208205,-0.9694645),(0.2927334,0.4613516,-0.8375331),(0.2400278,0.3774802,-0.8943687),(0.3388894,0.5422527,-0.7688407),(0.2802147,0.4530926,-0.8462782),(0.3778265,0.6178199,-0.6895981),(-0.04499563,0.0375588,-0.9982808),(-0.07039642,0.01261585,-0.9974393),(-0.0008655511,0.04852848,-0.9988214),(-0.03906439,-5.688125e-5,-0.9992367),(-0.08967983,-0.003774769,-0.9959635),(-0.1026417,-0.01096337,-0.994658),(-0.07187831,-0.0392907,-0.9966391),(-0.09923348,-0.06805015,-0.9927346),(0.02722907,0.06509839,-0.9975073),(-0.0184074,0.005884225,-0.9998132),(-0.05998085,-0.04268691,-0.9972864),(0.07156836,0.1340661,-0.9883847),(0.01714182,0.06535367,-0.9977149),(0.1273842,0.2108804,-0.9691763),(0.07671827,0.1332011,-0.9881152),(0.1838596,0.2930517,-0.9382518),(-0.1096588,-0.008216924,-0.9939353),(-0.1110348,0.004862021,-0.9938046),(-0.1212027,-0.08543391,-0.9889444),(-0.13778,-0.09111324,-0.9862633),(-0.1063539,0.02842126,-0.9939221),(-0.09510397,0.06250199,-0.9935033),(-0.1487502,-0.08499778,-0.9852151),(-0.1536976,-0.0668554,-0.9858537),(-0.1287647,-0.10423,-0.9861824),(-0.1554672,-0.1169507,-0.9808937),(-0.1769406,-0.1174903,-0.9771838),(-0.1247672,-0.07805251,-0.9891112),(-0.1633719,-0.1031324,-0.9811592),(-0.08176063,-0.04132148,-0.995795),(-0.09693531,-0.07947767,-0.9921123),(-0.0343943,0.006633597,-0.9993863),(-0.07575727,0.1062165,-0.991453),(-0.0470151,0.1574249,-0.9864112),(-0.149978,-0.03728569,-0.9879861),(-0.1350483,0.001895391,-0.9908372),(-0.009183393,0.2134463,-0.9769117),(0.03709765,0.271664,-0.961677),(-0.1088424,0.04850028,-0.9928752),(-0.07151487,0.1003569,-0.9923781),(-0.1900945,-0.08563241,-0.9780241),(-0.1781754,-0.05630303,-0.9823866),(-0.1537122,-0.01975536,-0.9879181),(-0.2146015,-0.1156604,-0.9698293),(-0.2059988,-0.1010414,-0.9733217),(-0.2103125,-0.1210485,-0.9701113),(-0.1896476,-0.1065164,-0.9760574),(-0.1932739,-0.1170697,-0.9741355),(0.08709995,0.3300659,-0.9399309),(0.1356059,0.3866135,-0.9122177),(-0.02695281,0.1558266,-0.9874167),(0.02044823,0.2131829,-0.9767983),(0.180842,0.438755,-0.8802217),(0.221347,0.484195,-0.8464991),(0.06935053,0.2700436,-0.9603473),(0.1182486,0.3239085,-0.9386696),(-0.08035269,0.07185487,-0.9941732),(-0.03556794,0.1239846,-0.9916464),(0.01348669,0.1774963,-0.9840291),(-0.1256762,-0.003317703,-0.9920658),(-0.08346983,0.04298396,-0.9955829),(-0.1602676,-0.04387524,-0.986098),(-0.1199211,0.0233099,-0.9925097),(-0.1870263,-0.07694358,-0.9793369),(0.2579232,0.5211138,-0.8135822),(0.292039,0.5487583,-0.783312),(0.1665691,0.3726211,-0.912912),(0.2142168,0.4149367,-0.8842731),(0.3241294,0.5672609,-0.7570701),(0.3547578,0.5768558,-0.7357882),(0.2608636,0.4503154,-0.8539124),(0.3063695,0.4784961,-0.822909),(0.1199423,0.2807438,-0.9522587),(0.1755352,0.3276608,-0.9283457),(0.2316984,0.3700283,-0.8996637),(0.07759455,0.1971475,-0.9772983),(0.1392008,0.2471817,-0.9589183),(0.0192584,0.1451893,-0.9892164),(0.06566674,0.2302801,-0.9709063),(-0.03472238,0.09313854,-0.9950475),(0.3716404,0.5811578,-0.7239745),(0.3625199,0.5828974,-0.7271931),(0.3389978,0.5015004,-0.795976),(0.3476735,0.5201302,-0.7801203),(0.3267833,0.5793378,-0.746713),(0.2626188,0.5654877,-0.781828),(0.3325845,0.5308385,-0.7794857),(0.293231,0.5286174,-0.7966048),(0.3050198,0.4399684,-0.8446246),(0.3123088,0.4619233,-0.8301144),(0.3001842,0.4691239,-0.8305494),(0.2672627,0.3664686,-0.8912191),(0.2815005,0.3838334,-0.8794482),(0.2386213,0.3351761,-0.9114367),(0.27811,0.4079218,-0.8696291),(0.1956269,0.2940069,-0.9355694),(0.1891715,0.5340241,-0.8240342),(0.1279955,0.4868177,-0.8640749),(0.2416707,0.5075836,-0.8270153),(0.1909577,0.4693295,-0.8621282),(0.080705,0.4345949,-0.8970028),(0.04811504,0.3886166,-0.9201425),(0.1422366,0.4228894,-0.8949488),(0.09659816,0.3783209,-0.9206206),(0.238469,0.4316407,-0.8699534),(0.1948458,0.3963586,-0.8971817),(0.1437481,0.3598312,-0.9218773),(0.2296795,0.3571932,-0.9053509),(0.1814517,0.3346606,-0.924704),(0.2627599,0.3756421,-0.8887352),(0.2738381,0.4582123,-0.8456088),(0.2803085,0.3859557,-0.8789001),(0.03385314,0.3564872,-0.9336867),(0.04126411,0.3393204,-0.9397653),(0.06390622,0.3426866,-0.9372736),(0.0533484,0.3184194,-0.9464475),(0.07033763,0.3351556,-0.9395335),(0.1211129,0.3416648,-0.9319854),(0.06495769,0.3061623,-0.9497606),(0.09894982,0.3061459,-0.9468282),(0.07426126,0.3004434,-0.9509043),(0.06961697,0.2833729,-0.9564795),(0.0854725,0.2781958,-0.9567139),(0.08200801,0.2668293,-0.9602483),(0.0806625,0.2577135,-0.9628486),(0.09968029,0.2857156,-0.9531162),(0.09906536,0.3269107,-0.9398486),(0.1330691,0.3099342,-0.9413997),(0.1802417,0.3569529,-0.9165683),(0.2341455,0.3784121,-0.8955334),(0.144902,0.3180173,-0.9369464),(0.1919512,0.3388183,-0.9210628),(0.2819251,0.401713,-0.8712892),(0.3229797,0.422869,-0.8466794),(0.2389714,0.3632177,-0.9005363),(0.2848325,0.3861794,-0.8773459),(0.1525695,0.3039919,-0.9403783),(0.1959395,0.3269802,-0.9244954),(0.2442749,0.349791,-0.9044203),(0.1561474,0.2927971,-0.9433387),(0.2036419,0.3134379,-0.9275163),(0.1192172,0.2737929,-0.9543713),(0.1154074,0.2859718,-0.951263),(0.09381639,0.2606813,-0.9608557),(0.3611731,0.4386543,-0.822883),(0.4004299,0.4480893,-0.7992945),(0.3300219,0.4041458,-0.8530837),(0.3754629,0.4162351,-0.8281159),(0.4408714,0.4519205,-0.7754999),(0.4825219,0.4507813,-0.7509786),(0.4212543,0.4229099,-0.8023043),(0.4674315,0.4245489,-0.7754134),(0.3457229,0.3834938,-0.8563925),(0.3967045,0.3932492,-0.829446),(0.4477648,0.3980494,-0.8006642),(0.3668763,0.3628617,-0.8565823),(0.4230227,0.3712797,-0.8265611),(0.3113595,0.3496901,-0.8836131),(0.2948986,0.3689526,-0.8814242),(0.2568414,0.332829,-0.9073353),(0.5250568,0.4449621,-0.7254819),(0.568204,0.4340233,-0.6991194),(0.5142789,0.4211296,-0.7471058),(0.5620926,0.4120593,-0.7171186),(0.6118276,0.4170645,-0.6721044),(0.6556679,0.3931139,-0.6446403),(0.6106803,0.3965345,-0.6854416),(0.6596683,0.373688,-0.6520698),(0.5522348,0.390724,-0.7364587),(0.605964,0.3771587,-0.7003991),(0.660134,0.3559698,-0.6614444),(0.5973444,0.35898,-0.7171562),(0.6568552,0.3399926,-0.6730128),(0.5382034,0.370057,-0.7572284),(0.4994208,0.3974478,-0.7698144),(0.4800044,0.3739414,-0.7935764),(0.6998731,0.3615623,-0.6159953),(0.744529,0.3230573,-0.5842178),(0.7078898,0.3435268,-0.6171559),(0.7543685,0.3072359,-0.5801158),(0.789068,0.2792413,-0.5471709),(0.8326538,0.231931,-0.5028873),(0.7988355,0.2662723,-0.5394078),(0.8408383,0.2221793,-0.4935862),(0.761162,0.2938446,-0.5781762),(0.8062218,0.2558176,-0.5334452),(0.8475361,0.2148717,-0.4852964),(0.8111292,0.2479796,-0.529694),(0.8525473,0.2101967,-0.4785189),(0.7648503,0.2829352,-0.57875),(0.7124736,0.3276591,-0.6205005),(0.7135245,0.31399,-0.6263331),(0.8649955,0.1910462,-0.4639871),(0.8794505,0.1661291,-0.4460582),(0.8713736,0.1840543,-0.4547879),(0.8846633,0.1609086,-0.4375835),(0.8788435,0.1570563,-0.450519),(0.8633507,0.1632845,-0.4774556),(0.8833635,0.1529822,-0.4430185),(0.8675336,0.1601089,-0.4709038),(0.8896098,0.158288,-0.4284148),(0.8878221,0.1517769,-0.4344372),(0.8716316,0.1600305,-0.4633017),(0.8920057,0.1535802,-0.4251342),(0.8755695,0.1630363,-0.4547495),(0.8940123,0.1584989,-0.4190705),(0.8770386,0.1794835,-0.4456332),(0.8817146,0.1775844,-0.437085),(0.826052,0.1879748,-0.5313225),(0.7418119,0.241005,-0.6258047),(0.7462295,0.2391502,-0.6212477),(0.8300951,0.185712,-0.5257882),(0.5392726,0.3339481,-0.7730871),(0.07178389,0.4325371,-0.898754),(0.1041017,0.4229922,-0.9001335),(0.5484177,0.3296762,-0.7684735),(0.5574781,0.3272326,-0.7629791),(0.7502793,0.2399006,-0.6160589),(0.1373738,0.4149143,-0.89943),(0.1708491,0.408366,-0.8966871),(0.5669342,0.3263966,-0.7563404),(0.7543419,0.2429553,-0.6098695),(0.8338901,0.186514,-0.5194612),(0.8375632,0.1901995,-0.512164),(-0.4206838,0.4061386,-0.8112192),(-0.6536553,0.3254424,-0.6832439),(-0.6171092,0.3196966,-0.7190065),(-0.373788,0.3999481,-0.8368536),(-0.7569122,0.2584679,-0.6002318),(-0.8061461,0.2150507,-0.5512547),(-0.7950295,0.2005823,-0.5724463),(-0.7333335,0.2489308,-0.6326574),(-0.7070694,0.2446715,-0.6634672),(-0.5762487,0.3178908,-0.7529163),(-0.7833701,0.1916866,-0.5912591),(-0.7711892,0.1884542,-0.6080725),(-0.6787476,0.245455,-0.6921368),(-0.5324591,0.3195778,-0.7838095),(-0.3231941,0.3958521,-0.859562),(-0.2709406,0.3935784,-0.8784573),(-0.8153892,0.2018534,-0.5425824),(-0.7721696,0.224218,-0.5945421),(-0.7792123,0.2042374,-0.5925499),(-0.8144193,0.183607,-0.5504632),(-0.6399887,0.281492,-0.7149664),(-0.3417104,0.3600408,-0.8681039),(-0.6571868,0.2609427,-0.707117),(-0.3740971,0.3414356,-0.8622488),(-0.6763293,0.2426543,-0.6954836),(-0.7877752,0.1879197,-0.5865973),(-0.4084838,0.3238103,-0.8533978),(-0.695826,0.2271435,-0.6813458),(-0.4434305,0.3074038,-0.8419454),(-0.7967564,0.1757955,-0.5781653),(-0.8143244,0.170252,-0.5548785),(-0.8145564,0.1621574,-0.5569587),(-0.03632533,0.4048644,-0.9136549),(0.06792537,0.4326031,-0.8990221),(-0.07912722,0.3916605,-0.9167011),(0.02309958,0.4226233,-0.906011),(-0.002069111,0.4632635,-0.8862182),(-0.2527431,0.4736827,-0.8436502),(-0.2885046,0.4595649,-0.8399794),(-0.04529914,0.4528255,-0.8904477),(-0.08842475,0.4419485,-0.8926715),(-0.02284331,0.4122233,-0.9107964),(-0.3219612,0.4456975,-0.8352812),(-0.3531479,0.4321876,-0.8297592),(-0.1311697,0.4307039,-0.8929101),(-0.06946541,0.401429,-0.9132521),(-0.1235689,0.3784555,-0.9173343),(-0.168901,0.3653038,-0.9154373),(-0.4900527,0.4477458,-0.7479119),(-0.5582345,0.4440364,-0.7008609),(-0.576124,0.4267007,-0.6971424),(-0.5148739,0.4312392,-0.7409032),(-0.4908459,0.4771022,-0.7290019),(-0.2562961,0.5239766,-0.8122566),(-0.250049,0.5078449,-0.8243598),(-0.5013942,0.4600954,-0.7327456),(-0.5087877,0.4445011,-0.7372611),(-0.5905557,0.4110374,-0.6944727),(-0.2410602,0.4923958,-0.8363231),(-0.2291195,0.4776055,-0.8481729),(-0.5130293,0.4303178,-0.7427163),(-0.6017216,0.3970356,-0.6930324),(-0.5362162,0.4160376,-0.7344283),(-0.5543388,0.4021625,-0.7286796),(0.05850946,0.5188568,-0.8528565),(0.3218274,0.4605986,-0.8272098),(0.3505551,0.4383972,-0.8275984),(0.08340093,0.4997373,-0.8621524),(0.5416105,0.3748293,-0.7524368),(0.731313,0.2724912,-0.6252438),(0.7387079,0.2584055,-0.6225249),(0.5623425,0.3539008,-0.7473456),(0.5824814,0.3331516,-0.7414347),(0.379342,0.4162404,-0.8263435),(0.7458287,0.2442429,-0.6197459),(0.752709,0.2299842,-0.6168762),(0.6022511,0.3124983,-0.7346008),(0.4084554,0.3940647,-0.8233331),(0.109921,0.4806666,-0.8699868),(0.1383344,0.4615955,-0.8762382),(0.8532119,0.1858013,-0.4873472),(0.8968575,0.1537854,-0.4147249),(0.8899836,0.1553531,-0.4287128),(0.8509848,0.1808147,-0.4930831),(0.8925757,0.1743396,-0.4158295),(0.8389698,0.2446624,-0.4860761),(0.8194642,0.2540705,-0.5137379),(0.8811089,0.180441,-0.4371364),(0.8684396,0.1863098,-0.4594575),(0.8826025,0.1564476,-0.4433249),(0.7975561,0.2635904,-0.5426088),(0.7726902,0.2733317,-0.572922),(0.8542464,0.1920612,-0.4830896),(0.8745202,0.1571754,-0.4588141),(0.8486107,0.1753707,-0.499104),(0.8459739,0.1695457,-0.5055515),(0.740233,0.3400129,-0.5800399),(0.6103058,0.4378719,-0.6601477),(0.567476,0.4493701,-0.6899547),(0.7096933,0.3512378,-0.6107106),(0.4361003,0.5350767,-0.7235397),(0.2058009,0.6223301,-0.755216),(0.1298674,0.6250829,-0.7696791),(0.3784397,0.5443932,-0.7486116),(0.315948,0.5533485,-0.7707024),(0.5200575,0.4610825,-0.7189876),(0.04978769,0.626131,-0.7781267),(-0.0344847,0.625081,-0.7797978),(0.2479904,0.5617729,-0.7892476),(0.4672048,0.4729936,-0.7469919),(0.6754196,0.3627766,-0.6420292),(0.6366237,0.3746972,-0.674027),(-0.04749569,0.6805018,-0.7312055),(-0.3024524,0.6976318,-0.6494862),(-0.3951626,0.6738306,-0.6243388),(-0.137905,0.6715522,-0.7280109),(-0.5780614,0.6425362,-0.5029833),(-0.8494812,0.4562736,-0.2649454),(-0.8920546,0.4058111,-0.1988868),(-0.6560738,0.6026528,-0.4542871),(-0.7279972,0.558825,-0.3971584),(-0.4862371,0.6454538,-0.5890355),(-0.9260263,0.3545585,-0.1294743),(-0.9512247,0.3030029,-0.05797093),(-0.7924351,0.5113229,-0.3325589),(-0.5741352,0.612239,-0.5436288),(-0.2303433,0.6591429,-0.7158719),(-0.3239671,0.6427705,-0.6941839),(-0.9807197,0.1954104,0.001876733),(-0.9807343,-0.0003302848,0.1953461),(-0.9671463,-0.03613098,0.2516401),(-0.9865865,0.1480797,0.06869819),(-0.9362399,-0.1336083,0.3249673),(-0.881022,-0.2364657,0.4097366),(-0.8676202,-0.2386327,0.4362221),(-0.9172938,-0.1543446,0.3670828),(-0.8984058,-0.1700775,0.4048958),(-0.9502367,-0.06739162,0.3041523),(-0.8569497,-0.2358219,0.458285),(-0.849413,-0.2281005,0.4758861),(-0.8802961,-0.181093,0.4385023),(-0.9309528,-0.09435034,0.352739),(-0.9855705,0.1035324,0.1339088),(-0.9784892,0.06186832,0.196802),(-0.8422003,-0.3008027,0.4474554),(-0.847965,-0.3025546,0.4352197),(-0.8573418,-0.2754419,0.4348524),(-0.8407948,-0.2858804,0.4597136),(-0.8978286,-0.2335203,0.3733255),(-0.9667616,-0.07652193,0.2439598),(-0.9775326,-0.02443231,0.2093633),(-0.9131655,-0.1946319,0.3581164),(-0.9300388,-0.150687,0.335144),(-0.8702769,-0.2431989,0.4283368),(-0.9856231,0.03127205,0.1660404),(-0.9894642,0.08979014,0.1135704),(-0.9474289,-0.1016732,0.3033825),(-0.8864066,-0.2055275,0.4147791),(-0.8432912,-0.2659909,0.4670212),(-0.8497529,-0.2409173,0.4689124),(-0.9910318,0.1153976,0.06737408),(-0.9469023,0.2968225,-0.1235811),(-0.9169307,0.353344,-0.1854348),(-0.9844047,0.1752806,0.01496553),(-0.8115503,0.4854124,-0.3252093),(-0.5374673,0.6687752,-0.5136815),(-0.471175,0.6817853,-0.5596097),(-0.7583619,0.5256799,-0.3854193),(-0.6975916,0.560474,-0.4463572),(-0.8779067,0.4072039,-0.2519223),(-0.4022016,0.6886625,-0.6033059),(-0.3317454,0.6891183,-0.6442521),(-0.6299201,0.5885429,-0.506772),(-0.8294312,0.4566284,-0.3217677),(-0.9707441,0.2358476,-0.04507595),(-0.9487328,0.2955133,-0.1121517),(-0.1976507,0.7597107,-0.619495),(0.0640803,0.7583094,-0.6487376),(0.115524,0.739143,-0.6635675),(-0.134589,0.7502579,-0.6473013),(0.2510016,0.7219154,-0.6448538),(0.3930296,0.6777973,-0.6213844),(0.4105264,0.6620538,-0.627019),(0.2871935,0.7014334,-0.6523122),(0.3182524,0.6813365,-0.659163),(0.1623861,0.7181917,-0.6766325),(0.4232269,0.6481272,-0.6330957),(0.4307785,0.6361179,-0.6401437),(0.3436694,0.661962,-0.6661063),(0.2039343,0.6959074,-0.6885664),(-0.07376973,0.7364938,-0.6724099),(-0.01622945,0.718756,-0.6950729),(0.4890608,0.643255,-0.589103),(0.5255393,0.6346483,-0.5665951),(0.511878,0.6359686,-0.5775161),(0.4886266,0.6361712,-0.5971017),(0.5083489,0.6540773,-0.5601467),(0.4365398,0.6972336,-0.5685933),(0.4022364,0.707081,-0.5815861),(0.4838362,0.6615217,-0.5729672),(0.4550711,0.669979,-0.5865479),(0.4939041,0.6391732,-0.5895051),(0.3642351,0.7166674,-0.5947443),(0.3228055,0.7255495,-0.6077619),(0.4220549,0.679012,-0.6006765),(0.4714483,0.6439387,-0.6025608),(0.483805,0.6313151,-0.6061137),(0.4743392,0.62854,-0.6163926),(0.3329189,0.7469709,-0.5754995),(0.2245985,0.7908552,-0.5693008),(0.176025,0.796692,-0.5781843),(0.2903799,0.7557235,-0.5869935),(0.1118122,0.8263332,-0.5519705),(-0.005074785,0.8508797,-0.525336),(0.05949428,0.8282961,-0.5571231),(-0.05904334,0.8487498,-0.5254879),(0.004798904,0.8271049,-0.5620269),(0.1251276,0.8000779,-0.5867012),(-0.1160962,0.8428764,-0.5254341),(-0.05180972,0.8224485,-0.5664752),(-0.1759918,0.832792,-0.524866),(0.07247547,0.8007208,-0.5946373),(0.2450072,0.7629758,-0.5981968),(0.1973075,0.7683673,-0.6088361),(-0.1262878,0.8623089,-0.4903822),(-0.2542135,0.858272,-0.4458079),(-0.1812828,0.8559107,-0.4843072),(-0.3110901,0.8463041,-0.432426),(-0.3907653,0.8347646,-0.3879053),(-0.534291,0.7859402,-0.311177),(-0.4502946,0.8143069,-0.3662499),(-0.5960946,0.7523991,-0.2802977),(-0.371515,0.8291542,-0.4177078),(-0.5121393,0.7877726,-0.3422391),(-0.6577556,0.7118729,-0.2461597),(-0.5758816,0.7543732,-0.3150896),(-0.7183756,0.6638204,-0.2080361),(-0.4353603,0.8060306,-0.4009689),(-0.2400202,0.8451088,-0.4776834),(-0.30242,0.8292355,-0.4700111),(-0.6695657,0.711215,-0.2141379),(-0.7862616,0.6097111,-0.1002255),(-0.8368241,0.5449094,-0.05290845),(-0.7292004,0.661757,-0.1741969),(-0.8817415,0.4709927,0.02641323),(-0.9447637,0.2858096,0.1604187),(-0.9568999,0.1970392,0.2133499),(-0.9163544,0.3926024,0.0784721),(-0.9418516,0.3087371,0.1326536),(-0.8809986,0.4731128,-0.00240566),(-0.957967,0.1054744,0.2667854),(-0.9471447,0.01246922,0.3205641),(-0.9569467,0.2203115,0.1889863),(-0.9173464,0.3947355,0.05156825),(-0.7855351,0.6048646,-0.1306657),(-0.83727,0.5404517,-0.08301124),(-0.9544744,0.07845224,0.2877911),(-0.9096731,-0.1216715,0.3971031),(-0.8731455,-0.2121633,0.4388664),(-0.9413716,-0.0148694,0.3370437),(-0.8173093,-0.3147914,0.4826094),(-0.6788528,-0.5012808,0.536541),(-0.6089101,-0.5657271,0.5560408),(-0.7611774,-0.3953204,0.5141311),(-0.6970352,-0.4694757,0.5419727),(-0.8259917,-0.2989613,0.4778703),(-0.5349928,-0.6220459,0.5717006),(-0.4589151,-0.6694463,0.5841563),(-0.626143,-0.5359451,0.5663108),(-0.7687848,-0.3804807,0.5140083),(-0.9166049,-0.1076867,0.3850183),(-0.8800281,-0.1983945,0.4314976),(-0.5131516,-0.6527657,0.5572901),(-0.3564734,-0.7501076,0.5570145),(-0.2891772,-0.7776603,0.5582302),(-0.4389299,-0.6981192,0.5656592),(-0.2225482,-0.8094561,0.543372),(-0.1157838,-0.8479162,0.5173318),(-0.08873964,-0.8502892,0.5187809),(-0.1714423,-0.8225618,0.5422172),(-0.1295308,-0.8304909,0.5417625),(-0.2274458,-0.7979815,0.5581164),(-0.07364547,-0.8492014,0.5229087),(-0.07100276,-0.8448363,0.5302925),(-0.09777404,-0.8339028,0.5431817),(-0.1728466,-0.8116231,0.5580251),(-0.3656537,-0.7350081,0.571017),(-0.2952977,-0.7633796,0.5745006),(-0.05321401,-0.8699995,0.4901726),(-0.05079875,-0.8768995,0.477982),(-0.05346776,-0.8663915,0.4964946),(-0.07704585,-0.8696612,0.4875995),(-0.108039,-0.8690419,0.4827979),(-0.2267451,-0.8361712,0.4994041),(-0.3015484,-0.8070339,0.5077053),(-0.1595055,-0.8550039,0.493484),(-0.2240328,-0.8335261,0.5050183),(-0.1173445,-0.8579,0.500238),(-0.3856311,-0.7668223,0.5131006),(-0.4770643,-0.7137027,0.5128724),(-0.3010754,-0.8024573,0.5151854),(-0.1718846,-0.8400209,0.5146073),(-0.0673141,-0.8596336,0.5064571),(-0.09510186,-0.8490177,0.5197351),(-0.3824442,-0.7733563,0.5056247),(-0.5500274,-0.6771855,0.4887633),(-0.6417344,-0.6013215,0.4760142),(-0.4721691,-0.7218227,0.5059925),(-0.7202885,-0.5270607,0.4509896),(-0.8695487,-0.3064509,0.3872632),(-0.9207911,-0.1898882,0.3407144),(-0.799364,-0.4280573,0.4216445),(-0.8673599,-0.3187028,0.3822502),(-0.7291286,-0.5120184,0.454102),(-0.956124,-0.06866905,0.2848008),(-0.9742061,0.05493988,0.2188702),(-0.9218129,-0.2008298,0.3315544),(-0.8090233,-0.4100783,0.4210902),(-0.564792,-0.6567866,0.4996411),(-0.6572929,-0.5776359,0.4840482),(-0.9552045,-0.05551166,0.2906938),(-0.968778,0.1807606,0.1696905),(-0.9481376,0.3003574,0.1040218),(-0.970474,0.06820134,0.2313625),(-0.9130605,0.4061383,0.03704234),(-0.7780386,0.6208856,-0.09569256),(-0.6968958,0.6997383,-0.1571702),(-0.8592755,0.5106733,-0.02929881),(-0.7909846,0.603687,-0.09952506),(-0.9103084,0.4126311,0.03277659),(-0.6052158,0.7644951,-0.2219488),(-0.5014981,0.8150606,-0.290131),(-0.7080724,0.6844384,-0.1737169),(-0.8554686,0.5159767,-0.04406293),(-0.9678884,0.1901537,0.1644187),(-0.9471006,0.308159,0.08965639),(-0.5816088,0.7849525,-0.2134964),(-0.3685439,0.8776648,-0.3063982),(-0.2696418,0.898289,-0.3469443),(-0.4844235,0.8335202,-0.2656648),(-0.1488431,0.9172983,-0.3693368),(0.07831503,0.9160864,-0.3932588),(0.1384795,0.9019054,-0.4091333),(-0.06252517,0.9155523,-0.3973094),(0.01833239,0.8995503,-0.4364324),(-0.1701861,0.9029802,-0.3945419),(0.1876567,0.8774004,-0.4415352),(0.09655082,0.8686333,-0.4859568),(0.2284045,0.8414332,-0.4897159),(-0.06723315,0.8912,-0.4486003),(-0.3812228,0.8665166,-0.322208),(-0.2692534,0.8836809,-0.3828978),(0.2605969,0.8845142,-0.3869417),(0.3495294,0.8568384,-0.3790213),(0.290308,0.8728192,-0.392311),(0.3539066,0.8570392,-0.3744783),(0.3592068,0.8525771,-0.3795827),(0.2945325,0.8741979,-0.3860424),(0.3401866,0.8663412,-0.3656856),(0.2497369,0.8970938,-0.3644915),(0.3441405,0.8520187,-0.3945014),(0.3082323,0.87326,-0.3773721),(0.1959921,0.9088493,-0.3682121),(0.2643988,0.8710964,-0.4138651),(0.1357725,0.9080749,-0.3961889),(0.3212137,0.839398,-0.4384435),(0.3061803,0.8546614,-0.4192941),(0.3099864,0.8280261,-0.4672058),(0.1820722,0.9067265,-0.3803903),(0.04958183,0.9349644,-0.3512598),(0.1123224,0.9289191,-0.3528357),(-0.03901725,0.9467964,-0.3194596),(-0.1051464,0.9477202,-0.3012815),(-0.2799936,0.9317575,-0.2311524),(-0.2056864,0.9412268,-0.2679276),(-0.3850944,0.9009474,-0.19999),(-0.122566,0.9409159,-0.3156815),(-0.2937557,0.917756,-0.2672669),(-0.4710322,0.8570776,-0.2086784),(-0.3623038,0.8836129,-0.2965876),(-0.529036,0.8100119,-0.2529853),(-0.1953274,0.9205913,-0.33817),(0.04030934,0.9355547,-0.350874),(-0.0296614,0.9272648,-0.3732295),(-0.4378088,0.8881118,-0.1399316),(-0.5441864,0.8380477,-0.03920888),(-0.5367768,0.8358867,-0.114735),(-0.6267087,0.7789475,-0.0218401),(-0.6060079,0.7938516,0.05053718),(-0.6356293,0.7639564,0.1111123),(-0.6657684,0.7435938,0.06181164),(-0.6667179,0.7354729,0.1206928),(-0.6911075,0.7199659,-0.06339917),(-0.7162246,0.6978325,0.007221919),(-0.6984608,0.7128767,0.06292202),(-0.7467515,0.6558258,-0.1107008),(-0.7240925,0.6867676,-0.06356321),(-0.7268627,0.6682149,-0.1586171),(-0.6136726,0.7772679,-0.1387827),(-0.6587423,0.7234697,-0.2065192),(-0.6372551,0.7586964,0.1352246),(-0.6076213,0.7834288,0.1305208),(-0.6408926,0.7534263,0.146988),(-0.5915829,0.793055,0.1452361),(-0.5409524,0.8339282,0.1092445),(-0.4289807,0.8995509,0.08236308),(-0.5119177,0.849861,0.1252057),(-0.3945046,0.9139328,0.09535656),(-0.5835868,0.8049396,0.1072325),(-0.4886949,0.8667014,0.1000301),(-0.3603687,0.929579,0.07757119),(-0.4810037,0.8761233,0.0323019),(-0.3341381,0.9420894,0.02862644),(-0.5906996,0.806778,0.01353845),(-0.651416,0.7525858,0.09628975),(-0.6694949,0.7425367,-0.02039472),(-0.289815,0.9554043,0.05665588),(-0.1456146,0.9887598,0.03391746),(-0.2549227,0.96501,0.06140001),(-0.1120909,0.993338,0.02674086),(0.004401389,0.9998758,0.01513144),(0.1606989,0.9870024,0.001435959),(0.03424444,0.9994007,-0.005061788),(0.184331,0.9824025,-0.03012379),(0.07306366,0.9964188,-0.0425583),(-0.0694475,0.9975855,-0.0004204948),(0.2135011,0.9739916,-0.07587901),(0.2447078,0.9600445,-0.1357667),(0.1186392,0.9881287,-0.09760356),(-0.01971477,0.9986544,-0.04796699),(-0.2141898,0.9758757,0.04229947),(-0.1714072,0.9851999,-0.0008897786),(0.3122867,0.9499609,-0.00716845),(0.4485957,0.8936521,-0.01216083),(0.3295458,0.9429968,-0.04644063),(0.4616908,0.8853078,-0.05542356),(0.570574,0.8211057,-0.01519069),(0.6796261,0.7333469,-0.01762233),(0.6897326,0.721395,-0.06211578),(0.5815049,0.8113402,-0.05982606),(0.4738139,0.8744566,-0.1040485),(0.5907225,0.799943,-0.1055368),(0.6986815,0.7077043,-0.1048748),(0.5955369,0.7887154,-0.1525242),(0.7058153,0.6931938,-0.1459696),(0.4808942,0.8624036,-0.1581163),(0.3482486,0.9324967,-0.09577374),(0.3639888,0.9184039,-0.1550688),(0.7641147,0.6447249,-0.02141302),(0.8166357,0.5764697,-0.02808755),(0.8252239,0.5601926,-0.0720395),(0.773586,0.6303096,-0.06537971),(0.8447582,0.5338312,-0.03752222),(0.8534533,0.519457,-0.0422117),(0.8608302,0.5012853,-0.08766112),(0.8524821,0.5162503,-0.08221793),(0.859921,0.4938248,-0.129124),(0.8336488,0.5401283,-0.1152877),(0.8677387,0.4777364,-0.137103),(0.8752154,0.4449791,-0.1897146),(0.8682928,0.4631984,-0.1775246),(0.8432793,0.5139279,-0.1573469),(0.7826365,0.6132025,-0.1070655),(0.7921439,0.5925539,-0.1462459),(0.1193786,0.9812611,0.151246),(0.124206,0.9831442,0.1341657),(0.1311965,0.9863313,0.09968891),(0.1613823,0.9780305,0.1319547),(0.1659336,0.9811683,0.09886793),(0.1574709,0.976299,0.1484692),(0.1334799,0.9888971,0.06531066),(0.1306614,0.9909108,0.03199079),(0.1644327,0.9841595,0.06627169),(0.1563899,0.9870576,0.03548806),(0.1978014,0.9759157,0.09199507),(0.1900525,0.9796205,0.06499015),(0.173976,0.9839181,0.04046673),(0.2064025,0.9766302,0.05992949),(0.1793892,0.98273,0.04540028),(0.2228501,0.9717663,0.07751308),(0.1959037,0.9714563,0.1337693),(0.1978551,0.9728824,0.1198046),(0.2295997,0.9685301,0.09609104),(0.2305834,0.9673207,0.1054599),(0.1234836,0.9923464,0.0006211986),(0.113006,0.9931781,-0.0287579),(0.143658,0.9895959,0.007892752),(0.1286257,0.991554,-0.01661505),(0.09945576,0.9934143,-0.05689042),(0.08305249,0.992956,-0.08450188),(0.1118451,0.9929334,-0.03967362),(0.09383649,0.9935973,-0.06292221),(0.131713,0.9912741,0.005230544),(0.1107489,0.9938171,-0.007889959),(0.09106972,0.9956162,-0.02132534),(0.09126608,0.9951412,0.03693638),(0.06947549,0.99683,0.03877024),(0.1177158,0.992421,0.03526442),(0.1530924,0.9879985,0.02053069),(0.1475377,0.9883634,0.03702005),(0.06718078,0.991595,-0.110571),(0.05498704,0.9895576,-0.1332373),(0.07700423,0.9932796,-0.08640587),(0.06328898,0.9920532,-0.1087423),(0.04628189,0.9873778,-0.1514695),(0.0408291,0.9855739,-0.1642467),(0.05235472,0.9903161,-0.1285809),(0.04384976,0.9885241,-0.1445588),(0.05898334,0.996846,-0.05309631),(0.04660235,0.9964514,-0.07009036),(0.03620604,0.9956071,-0.08634543),(0.02529592,0.9993916,0.02401203),(0.01598295,0.9998073,0.01140297),(0.03719614,0.9987665,0.03289213),(0.0736874,0.9966137,-0.03648641),(0.05185605,0.9979368,0.03785584),(0.03706387,0.9844794,-0.1715419),(0.03369801,0.9841399,-0.1741639),(0.03693108,0.9870698,-0.155978),(0.03101886,0.9861508,-0.1629249),(0.03094131,0.9844688,-0.1728119),(0.02900809,0.9853311,-0.1681702),(0.02620644,0.9858258,-0.1657122),(0.02258565,0.9860934,-0.1646503),(0.02020035,0.9933994,-0.1129142),(0.01423735,0.9924397,-0.1219047),(0.00943727,0.9918158,-0.1273274),(-0.002533788,0.999235,-0.03902568),(-0.007553224,0.998512,-0.0540072),(0.002719527,0.9997577,-0.02184354),(0.02747555,0.9945197,-0.1008739),(0.008713143,0.9999525,-0.004371561),(0.02593326,0.9865133,-0.1616136),(0.01967532,0.9878364,-0.1542472),(0.01799526,0.986801,-0.1609348),(0.01030827,0.9877383,-0.1557786),(0.01031565,0.9892022,-0.1461936),(-0.002045335,0.9904884,-0.1375815),(-0.0003161128,0.9887561,-0.1495366),(-0.01369635,0.98969,-0.1425693),(-0.004531527,0.9914821,-0.1301642),(-0.01530282,0.9914974,-0.1292235),(-0.02829115,0.9914355,-0.1274956),(-0.03113156,0.9960132,-0.08359809),(-0.04214,0.9949777,-0.09079487),(-0.02153563,0.9969041,-0.07562094),(0.003786655,0.991542,-0.1297304),(-0.01359923,0.9977242,-0.06604096),(-0.0129301,0.9918342,-0.1268764),(-0.0178673,0.993472,-0.1126684),(-0.02530066,0.9907277,-0.1334855),(-0.03069532,0.9922009,-0.1208107),(-0.01675433,0.9953047,-0.09533129),(-0.009488326,0.9971211,-0.07522874),(-0.02984962,0.9940559,-0.1046985),(-0.02272158,0.9960979,-0.08527924),(-0.04394042,0.9922107,-0.1165639),(-0.04256942,0.9934912,-0.1056551),(-0.03513965,0.9952444,-0.0908498),(-0.05128467,0.993978,-0.09683768),(-0.04333711,0.9949401,-0.09064176),(-0.05384354,0.9936791,-0.09850252),(-0.03920497,0.9915342,-0.1237851),(-0.05085758,0.9940539,-0.09628218),(-0.000734482,0.9985046,-0.05466153),(0.004807035,0.9993428,-0.03592787),(-0.01389344,0.9978074,-0.06471031),(-0.007885544,0.9989346,-0.04547103),(0.007189406,0.9997872,-0.01933989),(0.006484998,0.9999655,-0.005185467),(-0.004537661,0.9995894,-0.02829036),(-0.003667674,0.9998971,-0.01387209),(-0.01898454,0.9981852,-0.05714919),(-0.01417587,0.9990388,-0.04147724),(-0.01125424,0.9995511,-0.02776817),(-0.02019768,0.998095,-0.05829665),(-0.01582931,0.998783,-0.04671003),(-0.0261058,0.9972039,-0.07001948),(-0.02590443,0.9969288,-0.07390527),(-0.03375548,0.9961365,-0.0810722),(0.00324422,0.9999724,0.006690633),(-0.002157201,0.9998556,0.01685111),(-0.005011577,0.9999839,-0.002642976),(-0.008460429,0.9999497,0.005391914),(-0.009953468,0.9996166,0.02583597),(-0.02038671,0.9992079,0.0341769),(-0.01408289,0.9998469,0.01037229),(-0.02192393,0.9996824,0.01243054),(-0.01111651,0.9998953,-0.009257748),(-0.01385967,0.9998896,-0.00537392),(-0.01829026,0.9998173,-0.005551273),(-0.01193777,0.9996737,-0.02258358),(-0.01297745,0.999687,-0.02138729),(-0.01184719,0.9995419,-0.02785008),(-0.01021134,0.999806,-0.01684396),(-0.01304651,0.9992587,-0.03621973),(-0.02960425,0.9986026,0.0437772),(-0.03345033,0.9978803,0.05582093),(-0.02789461,0.9995168,0.0137139),(-0.0280796,0.9994653,0.01675518),(-0.03163486,0.9970885,0.06938022),(-0.02383638,0.9962221,0.08350614),(-0.02281182,0.9994862,0.02251865),(-0.01246729,0.9994113,0.03196095),(-0.01876775,0.9997718,-0.0102012),(-0.01244447,0.9998726,-0.009996191),(-0.002681512,0.9999807,-0.005590879),(-0.002444496,0.9995633,-0.02945083),(0.005898135,0.9995508,-0.02938131),(-0.008833487,0.9996002,-0.02686061),(-0.02093159,0.9997482,-0.008088032),(-0.0125572,0.9996443,-0.0235263),(-0.008552271,0.9950378,0.09912896),(0.01489938,0.9927429,0.1193292),(0.002918637,0.9989253,0.04625585),(0.02335533,0.9975024,0.0666587),(0.04536831,0.987987,0.1477267),(0.08150756,0.9787707,0.1880541),(0.04848433,0.9943568,0.09435895),(0.07786091,0.9883695,0.1306267),(0.02827375,0.9993593,0.02194441),(0.05005851,0.9976849,0.04603303),(0.07601926,0.9941152,0.07717557),(0.05294361,0.9985889,0.004132313),(0.07715449,0.9966156,0.02836048),(0.03294051,0.9993677,-0.01338383),(0.0106923,0.9999315,0.004768782),(0.017229,0.999552,-0.02447315),(0.1199397,0.963039,0.2411854),(0.1585452,0.9391521,0.304724),(0.1107825,0.9781237,0.1760715),(0.1469355,0.9619378,0.2304026),(0.1976917,0.9056375,0.3751516),(0.2374841,0.8617054,0.4484029),(0.1861822,0.9378956,0.2927252),(0.2279229,0.904008,0.3616914),(0.1404166,0.9767858,0.1617795),(0.1784411,0.9599213,0.2161248),(0.2194094,0.9349315,0.2788596),(0.1734349,0.9740241,0.1455936),(0.2121431,0.9562505,0.2014452),(0.1376412,0.9855714,0.09850763),(0.1061527,0.9876067,0.115606),(0.1054397,0.9926358,0.05963772),(0.2712949,0.811762,0.5171475),(0.2940587,0.7632557,0.5753002),(0.2651857,0.8621138,0.4317828),(0.2925665,0.8170531,0.496819),(0.3089153,0.7203118,0.6210656),(0.3194184,0.6864205,0.6532984),(0.3122799,0.7718799,0.5537894),(0.3271429,0.7296887,0.6004431),(0.2874153,0.8639249,0.4135531),(0.3111463,0.8219268,0.4770997),(0.3303742,0.7781375,0.5341862),(0.3080846,0.8662049,0.3934119),(0.3317842,0.8260314,0.455622),(0.2808874,0.9017411,0.3285806),(0.2572981,0.9021178,0.3463828),(0.2491686,0.9318674,0.2637013),(0.3293507,0.6631938,0.6720878),(0.3407829,0.6507345,0.6785363),(0.3393907,0.6933914,0.6356275),(0.3501805,0.6651236,0.6595334),(0.3541346,0.648873,0.6734631),(0.3697433,0.6570458,0.6569481),(0.3606245,0.645882,0.6728941),(0.371828,0.6361744,0.6760372),(0.3575173,0.6976362,0.6208743),(0.3670186,0.6658372,0.649583),(0.3758132,0.6415655,0.668699),(0.3767518,0.7035382,0.6025713),(0.3855271,0.6693427,0.6350977),(0.3658552,0.7421916,0.5615171),(0.3457668,0.7356554,0.5824572),(0.3512878,0.7836559,0.5123284),(0.3858984,0.6759818,0.6277986),(0.4001084,0.7059376,0.5844359),(0.3827962,0.6380503,0.668101),(0.3920895,0.6532206,0.6477411),(0.4110515,0.744904,0.5255043),(0.4171696,0.7899197,0.4494399),(0.3997582,0.6809612,0.613584),(0.4055004,0.7198479,0.5633726),(0.3892541,0.6272985,0.6745204),(0.3943965,0.6402147,0.6592242),(0.3996393,0.666191,0.629665),(0.3985958,0.6254888,0.6707348),(0.4022934,0.6354957,0.6590185),(0.3956462,0.6281509,0.669993),(0.3834296,0.6278061,0.6773784),(0.39188,0.6430725,0.6579422),(0.4232621,0.8318372,0.3590211),(0.4341851,0.8625837,0.2596779),(0.4137723,0.7621629,0.4978958),(0.4281887,0.7999029,0.4204876),(0.4477128,0.8807133,0.1545876),(0.4615994,0.8858342,0.04715591),(0.4461974,0.8305231,0.3333753),(0.4652898,0.8521805,0.2393613),(0.4243855,0.7343337,0.5297649),(0.4439783,0.7674435,0.4625081),(0.4652346,0.7966731,0.3858353),(0.440506,0.7073918,0.5527669),(0.4601508,0.7363356,0.4960555),(0.4231918,0.6795753,0.599238),(0.4088209,0.6997101,0.5858935),(0.4099233,0.654942,0.6348338),(0.4730082,0.8789741,-0.06056378),(0.4794921,0.8613326,-0.1679097),(0.4833216,0.8640326,0.1408826),(0.4986469,0.8659135,0.03930973),(0.4796064,0.8334314,-0.2745357),(0.4718819,0.7954785,-0.3801861),(0.5097853,0.8578578,-0.06479777),(0.5152653,0.8397751,-0.1711122),(0.5077448,0.8349535,0.212245),(0.5266091,0.8419315,0.1176189),(0.5419851,0.8401846,0.01849342),(0.5272469,0.803013,0.2778147),(0.5485829,0.813769,0.1919292),(0.5044508,0.7859333,0.3575449),(0.4867919,0.8196988,0.3018735),(0.4815868,0.7633767,0.4305001),(0.4557313,0.7472568,-0.483649),(0.4308441,0.6889023,-0.5829124),(0.5136661,0.8113638,-0.278991),(0.5035485,0.7724251,-0.387038),(0.3966234,0.621397,-0.6756892),(0.3529331,0.5461218,-0.7597298),(0.4836618,0.7230904,-0.4931649),(0.4531489,0.6637341,-0.5950739),(0.5549179,0.8095043,-0.1917521),(0.5489233,0.7798984,-0.3007353),(0.5327805,0.7402598,-0.4100736),(0.5854525,0.804455,-0.100487),(0.5831187,0.7853907,-0.2076879),(0.5794637,0.8149946,0.002384024),(0.5520806,0.8294604,-0.08486696),(0.5666449,0.8178642,0.1000587),(0.3019499,0.4645974,-0.8324516),(0.2462312,0.3792833,-0.891916),(0.4131029,0.5946952,-0.6896983),(0.3649867,0.5173747,-0.7740207),(0.1867209,0.293578,-0.9375219),(0.1244673,0.2108908,-0.969553),(0.3090261,0.434528,-0.8459837),(0.2459371,0.3493116,-0.904155),(0.4711373,0.6289285,-0.6184486),(0.4252045,0.5590537,-0.7118007),(0.3687289,0.4823205,-0.7946106),(0.5212712,0.6662907,-0.5332289),(0.4784071,0.6065766,-0.6349737),(0.5521045,0.716441,-0.4264892),(0.5067273,0.6898668,-0.5170217),(0.572154,0.756307,-0.3172374),(0.06183326,0.133898,-0.9890642),(0.0009957878,0.06430432,-0.9979299),(0.1784296,0.2644798,-0.9477411),(0.1092782,0.1822921,-0.9771529),(-0.05730873,0.003574946,-0.9983501),(-0.1126524,-0.04701531,-0.9925215),(0.03960194,0.1051254,-0.9936701),(-0.02966826,0.03522643,-0.9989389),(0.2338398,0.3160157,-0.9194852),(0.1591194,0.23127,-0.9597891),(0.08099037,0.1492317,-0.9854798),(0.2913966,0.378781,-0.8784151),(0.2125122,0.2938595,-0.9319255),(0.362406,0.460977,-0.8100383),(0.3040343,0.4006193,-0.8643306),(0.4248294,0.5377339,-0.7282597),(-0.1599288,-0.08724064,-0.9832659),(-0.1943341,-0.1173817,-0.973887),(-0.09270824,-0.02611001,-0.9953509),(-0.1440469,-0.07789772,-0.9865),(-0.2161147,-0.1370198,-0.9667057),(-0.2254207,-0.1453391,-0.9633598),(-0.1836374,-0.1185897,-0.9758145),(-0.2117588,-0.1465839,-0.9662668),(-0.06131047,0.002336419,-0.998116),(-0.1185946,-0.05724417,-0.9912913),(-0.1662025,-0.1040164,-0.9805903),(-0.01944325,0.05025877,-0.9985469),(-0.08576465,-0.01504282,-0.9962018),(0.05322536,0.1260236,-0.9905983),(0.005511648,0.07213546,-0.9973796),(0.1311559,0.2085799,-0.9691711),(-0.223901,-0.1415993,-0.9642708),(-0.2130695,-0.1262589,-0.9688447),(-0.2288267,-0.1610366,-0.9600551),(-0.2351738,-0.1626757,-0.9582431),(-0.192759,-0.100619,-0.9760736),(-0.1627152,-0.06596768,-0.9844654),(-0.2309889,-0.1527739,-0.9608873),(-0.2161015,-0.1322948,-0.9673667),(-0.2273903,-0.1564752,-0.9611499),(-0.2405491,-0.1640023,-0.9566814),(-0.2425501,-0.1600828,-0.95684),(-0.2185275,-0.1372707,-0.9661276),(-0.23936,-0.1537497,-0.9586803),(-0.1863716,-0.1086677,-0.9764512),(-0.2028176,-0.13684,-0.9696081),(-0.1423146,-0.06799667,-0.9874832),(-0.123449,-0.02382972,-0.9920647),(-0.07579938,0.02372003,-0.996841),(-0.1903171,-0.102372,-0.9763705),(-0.1535758,-0.06481463,-0.986009),(-0.02042813,0.07423136,-0.9970318),(0.04157112,0.1252902,-0.9912488),(-0.1060773,-0.02183677,-0.994118),(-0.0484711,0.02431365,-0.9985285),(-0.2097728,-0.1221574,-0.9700891),(-0.173949,-0.09138636,-0.9805051),(-0.1251939,-0.054875,-0.9906136),(-0.2202422,-0.1384139,-0.9655749),(-0.1846734,-0.1150713,-0.9760401),(-0.2410662,-0.1531612,-0.9583468),(-0.2326014,-0.1456136,-0.9616097),(-0.2474265,-0.1586202,-0.9558346),(0.1032686,0.1750602,-0.9791269),(0.1576348,0.2211207,-0.9624225),(0.01333439,0.07195973,-0.9973184),(0.07311876,0.1190109,-0.9901971),(0.2032417,0.2598638,-0.9440146),(0.2394028,0.2878778,-0.9272609),(0.1293919,0.1622998,-0.9782211),(0.1809774,0.1986931,-0.9632072),(-0.009258241,0.03051083,-0.9994916),(0.05128461,0.07478577,-0.99588),(0.1118243,0.1160978,-0.9869228),(-0.02617354,-0.003095027,-0.9996526),(0.03738451,0.03947283,-0.9985211),(-0.0850988,-0.04514918,-0.995349),(-0.06848852,-0.01368105,-0.9975581),(-0.1381977,-0.08347615,-0.9868805),(0.260335,0.3045476,-0.9162295),(0.2609162,0.3117908,-0.9136242),(0.2192583,0.2273064,-0.9488191),(0.2365118,0.2486047,-0.9392858),(0.2420431,0.3111548,-0.91902),(0.2039521,0.303658,-0.9306961),(0.2333659,0.2619833,-0.9364321),(0.2100537,0.2664785,-0.9406735),(0.194224,0.1846325,-0.9634251),(0.2068976,0.2086958,-0.9558449),(0.2006557,0.2229427,-0.953957),(0.1655022,0.1503178,-0.9746864),(0.17636,0.1727535,-0.9690477),(0.1384835,0.1186304,-0.983234),(0.1625289,0.1530282,-0.974765),(0.09554344,0.08065281,-0.9921525),(0.1601734,0.288969,-0.943844),(0.1247116,0.2696183,-0.9548576),(0.1769959,0.2608238,-0.9490223),(0.1450392,0.247536,-0.9579611),(0.09866299,0.2515363,-0.9628058),(0.08296491,0.2404089,-0.9671196),(0.1154262,0.232702,-0.9656741),(0.08928411,0.2222808,-0.970886),(0.1575753,0.2200456,-0.9626785),(0.1287357,0.2108653,-0.9690011),(0.09653285,0.2037019,-0.9742623),(0.1350787,0.1866948,-0.9730873),(0.1016681,0.1851509,-0.9774368),(0.1592718,0.187803,-0.9692072),(0.1819509,0.2258918,-0.9570093),(0.1733789,0.184525,-0.9674143),(0.08051248,0.2393236,-0.9675959),(0.09370648,0.2472332,-0.9644142),(0.07381643,0.2193881,-0.9728411),(0.07566837,0.2236304,-0.9717324),(0.1221266,0.261385,-0.9574774),(0.1652256,0.2789535,-0.9459839),(0.09464969,0.2337587,-0.9676768),(0.1305677,0.2484197,-0.9598123),(0.06377964,0.2030758,-0.9770836),(0.07335363,0.2099569,-0.974955),(0.1003362,0.2218326,-0.9699087),(0.0578525,0.1899415,-0.9800894),(0.0751096,0.1990815,-0.9771003),(0.05677045,0.1856483,-0.9809749),(0.07152422,0.2010732,-0.9769615),(0.07149407,0.1846294,-0.9802044),(0.2173873,0.2979136,-0.9295107),(0.2731895,0.3166391,-0.908354),(0.1783471,0.2664825,-0.9471955),(0.2328617,0.286147,-0.9294597),(0.3320148,0.3329526,-0.8825581),(0.3931202,0.3448249,-0.8523803),(0.2933385,0.3045784,-0.9061924),(0.358728,0.3190646,-0.8772183),(0.1921145,0.2580211,-0.9468458),(0.2524048,0.2774341,-0.9269963),(0.3208585,0.2936577,-0.9004527),(0.2108515,0.2512331,-0.9446817),(0.2806004,0.2683155,-0.9215585),(0.152693,0.2320259,-0.9606503),(0.1411733,0.238454,-0.9608381),(0.1072462,0.213654,-0.9710048),(0.4557749,0.3507404,-0.8180772),(0.5196641,0.3498881,-0.7794406),(0.4269408,0.3277705,-0.8427858),(0.4965482,0.329873,-0.8028846),(0.584487,0.3416271,-0.7359796),(0.6495709,0.3252438,-0.6872219),(0.567194,0.3245957,-0.7569204),(0.6380836,0.3111004,-0.7043194),(0.4689117,0.3097739,-0.8271409),(0.5453423,0.3076962,-0.7796954),(0.6222394,0.2974023,-0.7241341),(0.5187446,0.2907557,-0.8039684),(0.6018068,0.2839969,-0.7464411),(0.4367858,0.2893803,-0.8517495),(0.3939312,0.3047348,-0.8671533),(0.3572005,0.2813847,-0.8906348),(0.7108685,0.3018978,-0.6352352),(0.7652982,0.2737956,-0.5825415),(0.7043655,0.2906621,-0.6475993),(0.7624052,0.2656201,-0.5900713),(0.8134056,0.2419521,-0.5289902),(0.8556461,0.2072292,-0.4742635),(0.8129616,0.2368297,-0.5319822),(0.8567274,0.2049224,-0.4733128),(0.7561033,0.2582908,-0.6013265),(0.8097787,0.2325206,-0.5386953),(0.8558065,0.2032148,-0.4757087),(0.8037742,0.2289189,-0.5491294),(0.852848,0.2020365,-0.4814889),(0.746256,0.2516772,-0.616247),(0.6938996,0.2801416,-0.6633431),(0.67928,0.2701907,-0.682331),(0.885103,0.1772484,-0.4303206),(0.8975406,0.1601791,-0.4108083),(0.8870684,0.177232,-0.4262612),(0.9000326,0.1618549,-0.4046534),(0.8955984,0.1567634,-0.4163276),(0.8791202,0.1672725,-0.4462821),(0.8984284,0.1596385,-0.4090745),(0.8821369,0.1709129,-0.4388888),(0.9015213,0.1635115,-0.4006535),(0.9005294,0.1622,-0.4034078),(0.8846579,0.173958,-0.4325726),(0.9019253,0.1644533,-0.3993569),(0.886715,0.1764172,-0.427333),(0.902025,0.1651368,-0.3988492),(0.887639,0.1775043,-0.4249581),(0.8868159,0.1780275,-0.4264549),(0.841042,0.1948277,-0.5046687),(0.7585438,0.2465019,-0.6031982),(0.8442473,0.1985743,-0.4978098),(0.7628869,0.2489127,-0.5966958),(0.5769577,0.3257693,-0.7489954),(0.2039613,0.4023852,-0.8924607),(0.5875474,0.3240959,-0.7414512),(0.2365134,0.395999,-0.887269),(0.7673829,0.2502261,-0.5903477),(0.5985817,0.321435,-0.7337435),(0.268297,0.3891742,-0.8812265),(0.6099555,0.3178345,-0.7259033),(0.29914,0.3818823,-0.8744605),(0.7720335,0.2504842,-0.584142),(0.8472233,0.2014482,-0.4915602),(0.8500031,0.2034675,-0.4858968),(-0.2185826,0.3918807,-0.8936728),(-0.4869412,0.3228621,-0.8115714),(-0.166868,0.3896268,-0.9057295),(-0.4403679,0.3260197,-0.8365329),(-0.648842,0.2490673,-0.7190059),(-0.7583704,0.1887513,-0.623897),(-0.7447942,0.1903738,-0.6395617),(-0.6175808,0.2533682,-0.7445794),(-0.3931845,0.328917,-0.8586149),(-0.5851378,0.2582572,-0.7687113),(-0.7304351,0.1933015,-0.6550566),(-0.7152956,0.1975161,-0.6703281),(-0.5517684,0.2636492,-0.7912274),(-0.3459069,0.3314521,-0.8777745),(-0.1162318,0.3867522,-0.9148294),(-0.06708888,0.3832172,-0.9212186),(-0.81458,0.1576095,-0.5582283),(-0.8053058,0.1667751,-0.5689188),(-0.8130453,0.1595211,-0.55992),(-0.8141062,0.1547029,-0.5597304),(-0.7145412,0.2139971,-0.6660603),(-0.4778396,0.2923029,-0.828389),(-0.7319766,0.2025838,-0.6505152),(-0.5110817,0.2785142,-0.8131576),(-0.7480006,0.1929103,-0.6350439),(-0.819881,0.1540334,-0.5514244),(-0.5428672,0.2660755,-0.7965545),(-0.7625034,0.1849595,-0.6199828),(-0.5729514,0.2550099,-0.7789074),(-0.8257165,0.1503032,-0.5436922),(-0.8130448,0.1534471,-0.5616156),(-0.8113014,0.1538523,-0.5640208),(-0.2144271,0.3525392,-0.910899),(-0.1163082,0.3906458,-0.9131638),(-0.2596092,0.3404813,-0.903701),(-0.162918,0.3802644,-0.9104157),(-0.1732246,0.4194935,-0.8910771),(-0.3820535,0.4193146,-0.8235353),(-0.4085773,0.4073378,-0.8167867),(-0.2142262,0.4086989,-0.8871711),(-0.2538168,0.3984209,-0.881384),(-0.2088703,0.3703603,-0.9051002),(-0.4325638,0.3963511,-0.8098115),(-0.453916,0.3864282,-0.8028907),(-0.2916905,0.3887617,-0.8739457),(-0.2537859,0.3610082,-0.8973659),(-0.304033,0.3291885,-0.8939792),(-0.3473358,0.3187124,-0.8819186),(-0.5694237,0.3896354,-0.7238376),(-0.6097305,0.3845485,-0.6930737),(-0.6145259,0.3734554,-0.694902),(-0.5815037,0.3784874,-0.7201394),(-0.5140554,0.4173164,-0.7493959),(-0.2140434,0.4632131,-0.8600111),(-0.1956068,0.4489411,-0.8718886),(-0.5116682,0.4052674,-0.7575974),(-0.5055956,0.3941655,-0.7674677),(-0.6159796,0.3637566,-0.6987491),(-0.1736094,0.4347462,-0.8836603),(-0.1478676,0.4205862,-0.8951215),(-0.4955573,0.3839742,-0.7790935),(-0.6139525,0.3554197,-0.7047972),(-0.5905381,0.3687409,-0.7178406),(-0.5964934,0.360393,-0.7171559),(0.168753,0.4423868,-0.8808044),(0.4379826,0.3719573,-0.8184248),(0.4678649,0.350057,-0.8115185),(0.2011797,0.4229347,-0.8835457),(0.6217455,0.2922227,-0.7266626),(0.7593372,0.2161084,-0.6137623),(0.7656147,0.2031193,-0.6103905),(0.640929,0.272647,-0.7175469),(0.6596791,0.2538423,-0.7073807),(0.4979458,0.3284506,-0.8026021),(0.771373,0.1910917,-0.6070155),(0.7764578,0.1800787,-0.6038915),(0.6778892,0.2358705,-0.6962983),(0.5280689,0.3072294,-0.7916775),(0.2355052,0.4032686,-0.8842578),(0.2715907,0.383438,-0.882731),(0.8429698,0.1639779,-0.5123604),(0.8655474,0.1582369,-0.4751723),(0.8554584,0.1603268,-0.4924288),(0.8394309,0.1593222,-0.5195885),(0.8381802,0.1983537,-0.508045),(0.7442701,0.2837512,-0.604605),(0.7117873,0.2952054,-0.6373481),(0.8198992,0.2058017,-0.5342387),(0.7989921,0.2144385,-0.5618076),(0.8439466,0.1635294,-0.5108938),(0.6747335,0.3076035,-0.670906),(0.632493,0.3208192,-0.705002),(0.7749611,0.2242779,-0.5908762),(0.8306522,0.167913,-0.5308692),(0.8351218,0.1556712,-0.5275776),(0.8297905,0.1530975,-0.5366647),(0.5925238,0.3870924,-0.7064524),(0.4081618,0.4847693,-0.7735648),(0.3426012,0.4959392,-0.7979152),(0.5425868,0.3999,-0.7387012),(0.1741502,0.5689639,-0.8037112),(-0.1226345,0.621049,-0.7741182),(-0.2136672,0.6132722,-0.7604233),(0.09457567,0.574165,-0.8132589),(0.009610911,0.577072,-0.8166367),(0.2703351,0.5061939,-0.8189545),(-0.3063884,0.601593,-0.7377073),(-0.3994257,0.5858879,-0.70512),(-0.08029431,0.5773195,-0.8125607),(0.1911565,0.5151595,-0.8355058),(0.486353,0.4128885,-0.7700544),(0.4232763,0.425773,-0.7997217),(-0.4175311,0.6216995,-0.6626897),(-0.6571147,0.5739911,-0.4886046),(-0.7332063,0.53105,-0.4247287),(-0.5092272,0.5955613,-0.6212846),(-0.8481305,0.4606209,-0.261731),(-0.9676867,0.2517543,0.01421965),(-0.9756467,0.2019761,0.08555183),(-0.8939199,0.4077389,-0.1861621),(-0.9289887,0.354161,-0.1074709),(-0.8005484,0.4843549,-0.3528773),(-0.9757205,0.1552556,0.1544844),(-0.9689997,0.1131179,0.2196449),(-0.953093,0.3014349,-0.02740187),(-0.8576154,0.4350282,-0.2743106),(-0.597116,0.5646347,-0.569772),(-0.6792536,0.5293565,-0.5083269),(-0.9663373,0.02316749,0.2562334),(-0.9105546,-0.1175376,0.396327),(-0.8905736,-0.1368914,0.4337505),(-0.9503485,-0.01186918,0.310961),(-0.8641629,-0.1882748,0.466664),(-0.8459147,-0.2163406,0.487468),(-0.8473704,-0.2013075,0.491364),(-0.8514238,-0.1920915,0.4880353),(-0.8430783,-0.1918905,0.5023915),(-0.8724454,-0.1514812,0.4646424),(-0.8540245,-0.1826373,0.4871198),(-0.8659475,-0.1596862,0.4739568),(-0.8400437,-0.1868343,0.5093322),(-0.8576068,-0.16032,0.4886799),(-0.931971,-0.04194735,0.3600979),(-0.9128414,-0.06582885,0.4029726),(-0.8605443,-0.2112791,0.4634919),(-0.9053558,-0.1628796,0.392175),(-0.9262531,-0.116186,0.3585473),(-0.8757473,-0.1779206,0.4487883),(-0.9640893,-0.04828217,0.261153),(-0.9873969,0.1497029,0.05134769),(-0.977684,0.2090609,-0.02067359),(-0.9782966,0.008168724,0.2070486),(-0.9878194,0.06637678,0.1407371),(-0.9474847,-0.06597183,0.3129227),(-0.9586611,0.2658902,-0.1013465),(-0.9290067,0.3182437,-0.1888589),(-0.9901989,0.124977,0.06234407),(-0.9670326,-0.01265122,0.254338),(-0.8946672,-0.1408442,0.4239499),(-0.9163031,-0.09979407,0.3878527),(-0.9172981,0.3523586,-0.1854927),(-0.7716153,0.4999799,-0.39323),(-0.7052515,0.535839,-0.4642164),(-0.8757823,0.4042874,-0.2637368),(-0.5566015,0.6093636,-0.5646865),(-0.2614164,0.6840305,-0.6810019),(-0.1927891,0.6746993,-0.7124699),(-0.479408,0.6228906,-0.6182032),(-0.4005429,0.6291971,-0.6660905),(-0.6319926,0.5631531,-0.5323945),(-0.1272421,0.6618459,-0.7387621),(-0.06579831,0.6462772,-0.7602607),(-0.3220897,0.6288574,-0.7076697),(-0.5539442,0.5815437,-0.5957791),(-0.8242136,0.4494009,-0.3445441),(-0.7633401,0.4862222,-0.4253233),(0.03688823,0.6985865,-0.7145742),(0.239494,0.6736763,-0.6991445),(0.2688631,0.6528593,-0.7081577),(0.08483271,0.6776951,-0.7304333),(0.3630389,0.6442021,-0.673206),(0.4329108,0.6263196,-0.6483148),(0.429678,0.6188818,-0.6575425),(0.3763706,0.628828,-0.6803826),(0.383957,0.6157717,-0.6880423),(0.2922802,0.6336927,-0.7162443),(0.4213124,0.6135066,-0.6679112),(0.4079517,0.6098521,-0.6794527),(0.3859855,0.6048892,-0.6965086),(0.3099391,0.6162903,-0.7239641),(0.1273661,0.6566845,-0.7433326),(0.1643858,0.6360266,-0.7539545),(0.4600474,0.6276157,-0.6280566),(0.4444424,0.6496902,-0.6167443),(0.4130042,0.6557763,-0.6319693),(0.441002,0.6281891,-0.6410115),(0.3848873,0.6879147,-0.6153333),(0.2781935,0.7332192,-0.6204821),(0.230445,0.7392506,-0.6327744),(0.3437283,0.695982,-0.630444),(0.298664,0.7028037,-0.6456522),(0.3772979,0.6617149,-0.6479043),(0.179369,0.7433885,-0.6443602),(0.1247191,0.7453225,-0.6549347),(0.2497672,0.7079727,-0.6605989),(0.337486,0.6670318,-0.6642078),(0.4173907,0.6298208,-0.6550655),(0.3893632,0.632057,-0.6700001),(0.1475256,0.7718409,-0.6184642),(0.01820867,0.7989981,-0.6010579),(0.09545309,0.7734309,-0.6266525),(-0.03804975,0.7953409,-0.6049671),(-0.1103149,0.8149307,-0.5689628),(-0.2387725,0.8189794,-0.5217858),(-0.1710618,0.805176,-0.5678288),(-0.3044375,0.8019642,-0.513976),(-0.09689983,0.7895226,-0.6060234),(-0.2344269,0.7928286,-0.5625538),(-0.3727876,0.7812492,-0.5006785),(-0.3007637,0.7773294,-0.5525398),(-0.443582,0.7561532,-0.4811106),(-0.1589676,0.7811281,-0.6037948),(0.0405689,0.7729625,-0.6331534),(-0.01770334,0.7701205,-0.6376527),(-0.3684075,0.8084174,-0.4590611),(-0.5022383,0.7767197,-0.3800833),(-0.4374261,0.7829034,-0.4424032),(-0.5710406,0.7412499,-0.3527908),(-0.6406985,0.7137235,-0.2830268),(-0.7766631,0.6080124,-0.1646668),(-0.8306935,0.5447578,-0.1148355),(-0.7049872,0.6658422,-0.2442276),(-0.766811,0.6106445,-0.1977731),(-0.6402688,0.6992084,-0.318062),(-0.8783409,0.4745091,-0.05795037),(-0.9174748,0.3977444,0.006279159),(-0.8241743,0.548,-0.1429433),(-0.7083682,0.6500817,-0.2749695),(-0.5085644,0.7521549,-0.4190766),(-0.5808725,0.7154877,-0.3881551),(-0.8828229,0.4687117,-0.03054575),(-0.9442993,0.3104556,0.1091613),(-0.9601598,0.2215071,0.1703757),(-0.9202343,0.3904143,0.02730701),(-0.9604195,0.1284667,0.2471654),(-0.9238885,-0.0805096,0.3740968),(-0.8879301,-0.1717364,0.4267163),(-0.9511536,0.03480327,0.30675),(-0.9282508,-0.05877077,0.3672824),(-0.9633344,0.129486,0.2349896),(-0.8392469,-0.2593038,0.4779397),(-0.7781664,-0.3414281,0.5271469),(-0.8911584,-0.1503703,0.4280483),(-0.9524869,0.03602857,0.3024412),(-0.947498,0.3066264,0.0907082),(-0.9627253,0.2184843,0.1594512),(-0.8319382,-0.2854243,0.4758276),(-0.7027184,-0.4552838,0.5467207),(-0.6294958,-0.521983,0.5755596),(-0.773025,-0.3671311,0.5173463),(-0.5506291,-0.5937055,0.586789),(-0.3836891,-0.7076263,0.593336),(-0.312832,-0.7365276,0.5997193),(-0.473193,-0.6419065,0.6033609),(-0.3962953,-0.6798804,0.6170192),(-0.5509262,-0.5792948,0.6007477),(-0.2490072,-0.7561365,0.6051884),(-0.1944778,-0.766749,0.6117796),(-0.3222746,-0.7074263,0.6290365),(-0.4690009,-0.626321,0.622704),(-0.7041942,-0.4418389,0.5557779),(-0.6266659,-0.5081046,0.5908634),(-0.2312571,-0.7839001,0.5762125),(-0.128501,-0.8199289,0.5578566),(-0.09767497,-0.824176,0.5578474),(-0.1772302,-0.7973951,0.5768454),(-0.07875238,-0.8341529,0.5458819),(-0.08273096,-0.83781,0.5396572),(-0.1105728,-0.8283742,0.5491538),(-0.0751159,-0.832305,0.5492048),(-0.08796434,-0.8278591,0.553996),(-0.08199126,-0.8244788,0.5599217),(-0.1548502,-0.815298,0.5579522),(-0.2159964,-0.7963998,0.5648829),(-0.1186781,-0.8194514,0.5607271),(-0.08310266,-0.8204006,0.565718),(-0.1354759,-0.8041897,0.5787272),(-0.107911,-0.8044943,0.5840754),(-0.1379147,-0.8338969,0.5344114),(-0.2405243,-0.8142014,0.5284166),(-0.3219419,-0.7788723,0.5382485),(-0.1961576,-0.813442,0.5475712),(-0.3887497,-0.7594841,0.5215915),(-0.5722528,-0.6460708,0.5050932),(-0.6665975,-0.563865,0.487549),(-0.483781,-0.7032369,0.520974),(-0.5824069,-0.6333964,0.5095207),(-0.4137735,-0.7325822,0.5404765),(-0.7557958,-0.4686196,0.4573493),(-0.8355582,-0.3626039,0.4127478),(-0.6803529,-0.5500689,0.4842978),(-0.5130204,-0.6737443,0.5318635),(-0.2689288,-0.7859916,0.5566817),(-0.3550018,-0.7492138,0.5591532),(-0.7452446,-0.484252,0.4583782),(-0.8771347,-0.2967774,0.3775681),(-0.9295006,-0.1749311,0.3246967),(-0.8239345,-0.3781881,0.4220258),(-0.9593034,-0.07664659,0.2717765),(-0.972944,0.1783719,0.1468451),(-0.9516496,0.2982706,0.07346866),(-0.9772714,0.05039028,0.2059167),(-0.975176,0.1756009,0.1348928),(-0.9637188,-0.04892541,0.2623971),(-0.9118593,0.4105029,0.0001485362),(-0.8564013,0.5112823,-0.07188187),(-0.9538279,0.2943038,0.05997979),(-0.9785278,0.07645888,0.1914089),(-0.8896292,-0.2627056,0.3735579),(-0.9392295,-0.1417753,0.3126461),(-0.9074517,0.4199714,0.01246362),(-0.7839826,0.6091037,-0.11985),(-0.6984531,0.6907266,-0.187243),(-0.8501117,0.5230556,-0.06101505),(-0.6113427,0.7529216,-0.2436577),(-0.3867074,0.8528411,-0.3508839),(-0.2666683,0.8800315,-0.3929794),(-0.5047505,0.8092947,-0.300448),(-0.3942419,0.8525929,-0.3430139),(-0.6034234,0.7588825,-0.244903),(-0.1491541,0.8969687,-0.4161734),(-0.04271018,0.9051725,-0.4228931),(-0.2869971,0.8827069,-0.3721038),(-0.5046771,0.8121948,-0.2926445),(-0.7783356,0.6143835,-0.1293317),(-0.6965681,0.6914099,-0.1916906),(-0.1503686,0.8885788,-0.4333787),(0.03634728,0.8700497,-0.4916222),(0.1327453,0.8509528,-0.5081908),(-0.03246742,0.8873509,-0.4599503),(0.1692285,0.8333411,-0.5262169),(0.2582242,0.8059201,-0.5327411),(0.2307936,0.8090703,-0.5404995),(0.2740815,0.7872893,-0.5523176),(0.2161098,0.8377827,-0.5014148),(0.2788062,0.7994077,-0.532179),(0.2762439,0.7879643,-0.550274),(0.3103241,0.8057786,-0.5044006),(0.2633961,0.8079743,-0.5270674),(0.281125,0.8333372,-0.4759387),(0.07614814,0.8824935,-0.4641193),(0.1675377,0.8770596,-0.4502193),(0.2988473,0.8037494,-0.5144677),(0.2814886,0.8282489,-0.4845287),(0.2709084,0.7965429,-0.5404887),(0.2231434,0.8305911,-0.5102208),(0.2049711,0.8676456,-0.4529659),(0.06625033,0.9027606,-0.425011),(0.1280746,0.8728485,-0.4708847),(-0.01503052,0.9026208,-0.4301743),(0.1486268,0.8460965,-0.5118894),(0.03656589,0.8856186,-0.4629714),(-0.1063083,0.9067615,-0.4080223),(-0.06692493,0.902845,-0.4247258),(-0.2058362,0.9118883,-0.3550932),(0.05949074,0.8722892,-0.4853578),(0.2278784,0.8074089,-0.5442078),(0.169781,0.8350689,-0.5232919),(-0.09983933,0.9136265,-0.394105),(-0.2598819,0.8971283,-0.3572422),(-0.1748062,0.9049143,-0.3880371),(-0.3239152,0.8809022,-0.3450944),(-0.4149254,0.8516152,-0.3202943),(-0.5640818,0.7736384,-0.2886093),(-0.5939494,0.7549936,-0.2778644),(-0.4636181,0.8312756,-0.3066579),(-0.5149847,0.8181741,-0.2556987),(-0.3909051,0.8698862,-0.3008178),(-0.6285785,0.7455131,-0.221583),(-0.6729452,0.7303559,-0.1171536),(-0.5729954,0.8026717,-0.1655124),(-0.463132,0.8578928,-0.2225509),(-0.2552604,0.9001577,-0.3529282),(-0.3415009,0.8951856,-0.2863914),(-0.677577,0.6870353,-0.2624349),(-0.7369829,0.6320449,-0.2395313),(-0.7455354,0.6184068,-0.2484956),(-0.692512,0.673,-0.259804),(-0.7553183,0.6192747,-0.2144601),(-0.7378179,0.650526,-0.1801125),(-0.754055,0.6212612,-0.2131564),(-0.7641968,0.60025,-0.2360153),(-0.7825518,0.5963225,-0.17892),(-0.7636459,0.6176298,-0.1880913),(-0.7762777,0.6082143,-0.1657364),(-0.7933111,0.6078997,-0.03339966),(-0.8045633,0.5926949,-0.03728948),(-0.7906774,0.6099377,-0.05296286),(-0.7150845,0.6697686,-0.2001604),(-0.7488145,0.6579872,-0.07955951),(-0.6899703,0.711305,-0.1341127),(-0.6115745,0.7867174,-0.08397848),(-0.7158468,0.6758216,-0.1755805),(-0.6409387,0.7564234,-0.130465),(-0.4907933,0.8701494,-0.04429527),(-0.3179912,0.9475449,-0.0322541),(-0.5103995,0.8548121,-0.09374859),(-0.3064233,0.948075,-0.08519767),(-0.6659586,0.7355287,-0.124486),(-0.5238925,0.8440046,-0.1148599),(-0.2879618,0.9486738,-0.1307512),(-0.2499189,0.9529976,-0.1712779),(-0.5123376,0.851715,-0.1099615),(-0.6690913,0.7401854,-0.06665196),(-0.741905,0.6545265,-0.1455057),(-0.7531278,0.6565281,-0.04206403),(-0.1278219,0.9901724,-0.05674504),(0.03531514,0.9937057,-0.1063106),(0.09321214,0.9818344,-0.1652658),(-0.08195525,0.9901329,-0.1136671),(0.1680464,0.972778,-0.1595723),(0.2746111,0.9408474,-0.1984818),(0.3006511,0.9196145,-0.2528206),(0.2172658,0.9516053,-0.2173548),(0.2617292,0.9265952,-0.2700355),(0.150467,0.9629253,-0.2239076),(0.3206572,0.8988588,-0.2987168),(0.2971082,0.9005727,-0.3173259),(0.3326773,0.8809185,-0.3366131),(0.2024583,0.9379919,-0.2813927),(-0.03125572,0.9845972,-0.1720213),(0.02509346,0.9723631,-0.2321209),(0.3737229,0.9024442,-0.2143029),(0.4805067,0.8514059,-0.2102884),(0.376893,0.8879071,-0.2637661),(0.4728559,0.8439244,-0.2533751),(0.5944375,0.7798775,-0.1960484),(0.7108397,0.6794918,-0.1816533),(0.5875468,0.7753995,-0.2313965),(0.7135599,0.6689143,-0.2082928),(0.4590381,0.8405373,-0.2877169),(0.5754696,0.7757561,-0.2589155),(0.7134315,0.6631431,-0.2263993),(0.5585462,0.781181,-0.2788952),(0.7095559,0.6637493,-0.2365738),(0.4398902,0.8414961,-0.3136577),(0.3738105,0.8763354,-0.3038124),(0.3645991,0.8688192,-0.3349935),(0.8026897,0.569277,-0.1778002),(0.8551475,0.4823982,-0.1897752),(0.8138391,0.5467077,-0.1969178),(0.869064,0.4503611,-0.2047009),(0.8790721,0.4257281,-0.2144478),(0.8850669,0.4048115,-0.2297482),(0.8930517,0.3879687,-0.2279014),(0.8988459,0.3648814,-0.2427707),(0.8831464,0.4228222,-0.2031595),(0.9084452,0.3558791,-0.2192658),(0.9148411,0.3316229,-0.230417),(0.9227866,0.335012,-0.190347),(0.9303071,0.3108013,-0.1947592),(0.8951977,0.4046932,-0.1866662),(0.8240672,0.5283522,-0.204345),(0.8315482,0.5177442,-0.201168),(0.2529938,0.9643217,0.07796025),(0.2488084,0.9657328,0.07385516),(0.2347287,0.969855,0.06545085),(0.2508568,0.9656817,0.0673021),(0.2303339,0.9707969,0.06707947),(0.2577932,0.9638743,0.06700083),(0.2087346,0.9762717,0.05764935),(0.1697235,0.9840824,0.05268581),(0.1465063,0.9869743,0.06646621),(0.1959234,0.9783843,0.06616831),(0.1711714,0.9813963,0.08695778),(0.211833,0.9737355,0.08346237),(0.1146759,0.989431,0.08874565),(0.07939107,0.9894359,0.1213002),(0.1376553,0.9830256,0.1212922),(0.1810825,0.9766569,0.1155438),(0.237458,0.9683222,0.07723761),(0.2465713,0.9663453,0.07334334),(0.209811,0.9721529,0.104394),(0.2203285,0.9705219,0.09768674),(0.1261474,0.9905017,0.0547091),(0.08792537,0.9940055,0.06497909),(0.04987707,0.9948771,0.08793071),(0.09351746,0.9929439,0.072917),(0.05675181,0.995185,0.07991307),(0.03418829,0.9948069,0.09586646),(0.01724839,0.9939743,0.1082477),(-0.002962532,0.991433,0.1305823),(-0.01925106,0.9919807,0.1249146),(0.01136872,0.994205,0.1068987),(-0.03464872,0.9886788,0.1459921),(-0.04500167,0.9900978,0.1329708),(-0.05393323,0.987927,0.1452287),(-0.01979408,0.9920033,0.1246499),(0.05638498,0.9939623,0.09412492),(0.02171674,0.9924561,0.120662),(0.01824751,0.9938982,0.1087814),(0.006223537,0.9932283,0.1160122),(-0.01424677,0.9884993,0.1505531),(-0.02065258,0.9860971,0.1648821),(-0.001872559,0.9931536,0.116801),(-0.006015714,0.9938712,0.1103807),(-0.02204772,0.9847621,0.1725034),(-0.0182997,0.9848726,0.1723111),(-0.03925561,0.982444,0.1823805),(-0.03337061,0.9805371,0.1934773),(-0.02181725,0.9798476,0.1985516),(-0.03425805,0.9827332,0.1818291),(-0.01767471,0.9815431,0.1904229),(-0.04577671,0.9841805,0.1711529),(-0.03962686,0.9852891,0.1662379),(-0.05230683,0.9859214,0.1588177),(-0.008021108,0.9953153,0.0963482),(-0.01024433,0.9970422,0.07617069),(-0.01311839,0.9865537,0.1629101),(-0.01085408,0.9893779,0.144961),(-0.01355977,0.9985062,0.05292887),(-0.01873854,0.9993837,0.02968019),(-0.01243115,0.9925062,0.1215603),(-0.01861763,0.9952235,0.09583087),(-0.004135072,0.9829893,0.1836168),(-0.004697235,0.9862323,0.1652989),(-0.01228735,0.9896871,0.1427183),(0.004103319,0.983032,0.1833876),(-0.004849324,0.9855444,0.1693477),(0.004890878,0.9814004,0.191909),(-0.01007212,0.9806628,0.1954457),(-0.002428756,0.9809128,0.1944329),(-0.02550976,0.9996371,0.008661058),(-0.03308625,0.9994049,-0.009751749),(-0.0271399,0.9971144,0.07089593),(-0.03527875,0.9982211,0.04806294),(-0.04128867,0.9987954,-0.0265119),(-0.04992552,0.9978466,-0.04253693),(-0.04297414,0.9987224,0.02658368),(-0.05015936,0.9987246,0.005735598),(-0.0319793,0.9948402,0.09628226),(-0.0398735,0.9964476,0.07417776),(-0.04661223,0.9975336,0.05247926),(-0.03566875,0.9927251,0.1149982),(-0.04304777,0.9944249,0.09625948),(-0.02705693,0.9906449,0.1337558),(-0.02281811,0.9926271,0.119041),(-0.01688419,0.9882311,0.1520334),(-0.05618767,0.9967813,-0.05718188),(-0.05754669,0.995958,-0.06896414),(-0.05501876,0.9983869,-0.01401909),(-0.05593567,0.9979387,-0.03145624),(-0.05425104,0.995561,-0.07690986),(-0.04652999,0.9957052,-0.08003739),(-0.05313104,0.9975479,-0.04555444),(-0.04682046,0.9973717,-0.05529602),(-0.0525954,0.9985361,0.01262865),(-0.0509824,0.9986918,-0.003920932),(-0.04645638,0.9987715,-0.01724069),(-0.05082729,0.9976131,0.04674079),(-0.0476211,0.9983129,0.03322006),(-0.05109681,0.9967785,0.06181959),(-0.05117898,0.9981871,0.03167318),(-0.0484876,0.9957454,0.07835819),(-0.03751421,0.9961739,-0.07893219),(-0.03012002,0.9967321,-0.07495205),(-0.03946257,0.997362,-0.06092383),(-0.03333536,0.9974351,-0.06333866),(-0.02420522,0.9973434,-0.06870335),(-0.01962099,0.9979579,-0.06078659),(-0.02835112,0.997616,-0.0629161),(-0.02441886,0.9978979,-0.06002953),(-0.03615464,0.9987213,-0.03533475),(-0.03215894,0.9986506,-0.04077688),(-0.02889878,0.9986151,-0.04396316),(-0.03506553,0.9993827,-0.002137067),(-0.03166186,0.999425,-0.01213168),(-0.03888761,0.9992041,0.008884507),(-0.04091155,0.9987836,-0.02752406),(-0.04308624,0.9988561,0.02073983),(-0.01618196,0.9985147,-0.05202549),(-0.0135451,0.9989553,-0.04364355),(-0.02094084,0.9982582,-0.05515434),(-0.01712812,0.9986373,-0.04929592),(-0.01129361,0.9992486,-0.03707662),(-0.008964682,0.9993904,-0.03374144),(-0.01256369,0.9989569,-0.0439002),(-0.006794238,0.9991608,-0.04039372),(-0.02044368,0.9988225,-0.04399477),(-0.01380012,0.9990091,-0.04231343),(-0.005134084,0.9991525,-0.04084109),(-0.01303017,0.9994144,-0.03163983),(-0.002644223,0.9993969,-0.03462555),(-0.02129636,0.9994087,-0.02699099),(-0.02537754,0.9986697,-0.04488464),(-0.02748688,0.9994112,-0.02053882),(-0.005406824,0.9994096,-0.03393096),(-9.577662e-6,0.999333,-0.03651799),(8.13363e-5,0.9992104,-0.03973133),(0.00754124,0.999102,-0.04169457),(0.00675999,0.9991771,-0.03999482),(0.01437768,0.9989769,-0.04287878),(0.01530231,0.998856,-0.04530539),(0.02304501,0.998503,-0.04960565),(0.01370631,0.9990035,-0.04247456),(0.0224923,0.9987009,-0.04572362),(0.03072727,0.9982693,-0.05014251),(0.02763882,0.9987534,-0.04156538),(0.03625328,0.9983279,-0.04502378),(0.01837102,0.9990728,-0.0389365),(0.00446895,0.9991602,-0.04073112),(0.00831698,0.9992898,-0.03675165),(0.02457723,0.9987763,-0.0429187),(0.03920139,0.9985006,-0.03820748),(0.03280101,0.9980761,-0.05261332),(0.04652653,0.997547,-0.05229905),(0.05791759,0.9979307,-0.02792532),(0.08040732,0.9966992,-0.01120375),(0.06376881,0.9968297,-0.04758092),(0.08409249,0.9957581,-0.0373412),(0.05348177,0.996971,-0.05646718),(0.06939422,0.9960402,-0.05557173),(0.08774965,0.9948584,-0.05056339),(0.0737153,0.9958938,-0.05254991),(0.09094387,0.9945319,-0.05133533),(0.05865031,0.9969527,-0.05143559),(0.04044427,0.9977046,-0.05431028),(0.04605906,0.9977511,-0.04869548),(0.1065178,0.9942293,0.01273115),(0.1362508,0.9896779,0.04442109),(0.1076981,0.9939731,-0.02046256),(0.1350137,0.9908366,0.003735385),(0.1694352,0.9819355,0.08422878),(0.2056438,0.9696162,0.1324956),(0.1659456,0.9854962,0.03548435),(0.2002171,0.9768751,0.07502174),(0.1347621,0.9905993,-0.023497),(0.1642269,0.9864225,-0.0003418316),(0.1974197,0.9798734,0.02955451),(0.1656107,0.9859188,-0.0231743),(0.1989058,0.9800116,-0.003706503),(0.136375,0.9899531,-0.03734414),(0.1092395,0.9932039,-0.04016008),(0.1114336,0.9926785,-0.04660459),(0.2414743,0.9521158,0.1875251),(0.2741465,0.929496,0.2467405),(0.2351173,0.9643887,0.1211377),(0.2683139,0.9478132,0.1722145),(0.3040384,0.9013505,0.3084281),(0.3315313,0.8675107,0.3708263),(0.299904,0.9264488,0.2274868),(0.3298515,0.8996275,0.2861264),(0.2654605,0.9582583,0.1061684),(0.2979634,0.9423805,0.1521071),(0.3291304,0.9221491,0.2032586),(0.3005481,0.9501227,0.08329403),(0.3317711,0.9352252,0.1236193),(0.2677323,0.9622344,0.04923868),(0.2319079,0.9705401,0.06534982),(0.2337542,0.972079,0.02052771),(0.3550472,0.829433,0.4312567),(0.3732086,0.7894955,0.4872498),(0.3563073,0.8678941,0.3461285),(0.3777323,0.8326107,0.4050649),(0.3869337,0.7492294,0.5375291),(0.3974768,0.7101676,0.5810973),(0.3946907,0.7946715,0.4612119),(0.4080436,0.7551809,0.5130327),(0.381546,0.8686016,0.3161549),(0.4018818,0.835794,0.3740847),(0.4188693,0.7994918,0.4305361),(0.4100663,0.8688303,0.2774516),(0.4310167,0.8381501,0.3342587),(0.386653,0.8950626,0.2221766),(0.3573913,0.8974428,0.2585882),(0.3606035,0.9170395,0.1703046),(0.404396,0.6757627,0.6162862),(0.4075907,0.6496993,0.6416857),(0.4170324,0.7172033,0.558304),(0.4213406,0.6843039,0.5951474),(0.4090733,0.633425,0.6568347),(0.410825,0.6279227,0.6610112),(0.4228875,0.6581717,0.6228774),(0.4237295,0.6401371,0.6408415),(0.4383606,0.7268297,0.5287331),(0.4416535,0.6951701,0.567169),(0.4429835,0.6685464,0.5973368),(0.465434,0.7384812,0.4878696),(0.4687501,0.7079158,0.5283262),(0.4588695,0.7711435,0.4413348),(0.4312868,0.7621308,0.4828545),(0.4477424,0.8047573,0.3897338),(0.4154747,0.6319336,0.6542482),(0.4243817,0.6433145,0.6372178),(0.4259837,0.6304312,0.6489178),(0.4308278,0.628594,0.6475006),(0.4369236,0.6608915,0.6101806),(0.4522872,0.6833137,0.5731654),(0.4384634,0.6341783,0.636842),(0.4489047,0.6465137,0.6168506),(0.4455827,0.6347115,0.6313457),(0.4487537,0.628458,0.635343),(0.4541409,0.6293085,0.6306559),(0.4690382,0.6426623,0.6057956),(0.4695274,0.6325068,0.6160188),(0.4695162,0.6589547,0.5876506),(0.4439394,0.6481394,0.6187351),(0.4698186,0.6809404,0.5617746),(0.4706735,0.70768,0.5269302),(0.4920771,0.7311513,0.4725227),(0.4628718,0.6633507,0.5879758),(0.4806115,0.6822596,0.5509395),(0.5151107,0.7525007,0.4103701),(0.538418,0.7706044,0.340991),(0.5010554,0.7020941,0.5059717),(0.5230908,0.7217165,0.4533225),(0.4752146,0.6466143,0.5967086),(0.4908101,0.660565,0.568119),(0.5089233,0.6768427,0.5318658),(0.4867165,0.6338947,0.6010694),(0.4985069,0.6431489,0.5812489),(0.4779513,0.6286957,0.6134364),(0.4628013,0.6359104,0.6176025),(0.4722452,0.6280918,0.6184539),(0.5604502,0.7848026,0.2645379),(0.5796314,0.794543,0.1809115),(0.5456555,0.7401023,0.3930758),(0.5677167,0.7563464,0.3250198),(0.5945655,0.7989927,0.09001538),(0.6038382,0.7970654,-0.008124989),(0.5881632,0.7695729,0.2486397),(0.6058157,0.7786423,0.1634125),(0.5508192,0.7116168,0.4361192),(0.5733427,0.7281025,0.3756925),(0.5957826,0.7426156,0.3058844),(0.5526274,0.6845461,0.4753942),(0.5758001,0.699782,0.4227993),(0.5316724,0.6694289,0.5188348),(0.529086,0.6942441,0.4879478),(0.5134871,0.6553755,0.5539079),(0.606792,0.7868731,-0.1124022),(0.6023711,0.7670407,-0.2209024),(0.6197777,0.7816819,0.069635),(0.6285837,0.7771005,-0.03157777),(0.5883791,0.7372664,-0.3320362),(0.5628765,0.6972133,-0.4439188),(0.6299045,0.7640933,-0.1392177),(0.6215562,0.7417029,-0.2520807),(0.635698,0.7596056,0.1374311),(0.6492884,0.7595109,0.03959583),(0.6557631,0.7520263,-0.06656657),(0.6460303,0.7353539,0.2046933),(0.6636363,0.7396956,0.1115228),(0.6242549,0.7263433,0.2876305),(0.617126,0.7536052,0.2263508),(0.6002169,0.7140825,0.3603133),(0.525964,0.6460124,-0.5531996),(0.4781636,0.5838132,-0.6561416),(0.6026412,0.7083091,-0.3675892),(0.5723507,0.6631771,-0.4822975),(0.4187405,0.5123284,-0.7497839),(0.3476375,0.4335569,-0.8313703),(0.5289909,0.6070526,-0.5930057),(0.4716055,0.5409302,-0.6964071),(0.6410826,0.7078989,-0.2964662),(0.615743,0.6698304,-0.4149549),(0.5757888,0.6209814,-0.5318358),(0.6717011,0.7077284,-0.2189477),(0.6510929,0.6784812,-0.3402077),(0.6789765,0.7270566,-0.1018803),(0.6536134,0.7352477,-0.1794448),(0.6753544,0.7374405,0.008830314),(0.2688658,0.3491798,-0.8976551),(0.1873502,0.2620456,-0.9466953),(0.4026332,0.4654141,-0.7882107),(0.3254912,0.3824676,-0.8647392),(0.1052551,0.176559,-0.9786462),(0.02448159,0.09706371,-0.994977),(0.2417581,0.2960228,-0.9240799),(0.1534262,0.2103784,-0.9655057),(0.4566703,0.4897442,-0.7426997),(0.3795495,0.410954,-0.8288902),(0.2920052,0.3277675,-0.8984996),(0.5065312,0.5201492,-0.687656),(0.4290372,0.4474392,-0.7846816),(0.5690603,0.5841576,-0.5787316),(0.5221833,0.5607069,-0.6425982),(0.6168401,0.6374644,-0.461679),(-0.04967541,0.02627339,-0.9984198),(-0.1126841,-0.03461986,-0.9930276),(0.06691287,0.1286436,-0.9894308),(-0.0117726,0.05312913,-0.9985182),(-0.1644451,-0.08437458,-0.9827709),(-0.2053776,-0.1217409,-0.9710815),(-0.08156079,-0.0133896,-0.9965784),(-0.1422367,-0.06831383,-0.9874726),(0.1116934,0.1590554,-0.9809311),(0.02751848,0.0804566,-0.9963782),(-0.05093884,0.01093798,-0.9986418),(0.1591097,0.1979402,-0.9672144),(0.06756639,0.1179656,-0.9907163),(0.2511386,0.2826523,-0.925763),(0.2004829,0.242844,-0.9491224),(0.3418331,0.3673925,-0.8649698),(-0.2330505,-0.1465734,-0.9613551),(-0.2450308,-0.1597733,-0.9562595),(-0.1899771,-0.1106117,-0.9755377),(-0.2213141,-0.1405981,-0.9650142),(-0.2416931,-0.1618371,-0.9567619),(-0.2229232,-0.1527487,-0.9627944),(-0.2369796,-0.1582528,-0.9585388),(-0.2373526,-0.1631192,-0.9576304),(-0.1696495,-0.09378054,-0.9810321),(-0.2056197,-0.1274423,-0.9702985),(-0.2268873,-0.1473627,-0.9627078),(-0.1446943,-0.06801653,-0.9871359),(-0.188307,-0.1054402,-0.9764338),(-0.08765945,-0.016979,-0.9960058),(-0.1182722,-0.04737103,-0.9918507),(-0.01677881,0.04571451,-0.9988136),(-0.1911689,-0.1324587,-0.9725786),(-0.14906,-0.1025484,-0.9834963),(-0.2233679,-0.1551658,-0.9623047),(-0.1958283,-0.1361185,-0.9711452),(-0.09697355,-0.0660563,-0.9930925),(-0.03572793,-0.02617542,-0.9990187),(-0.1548691,-0.1086833,-0.9819387),(-0.100804,-0.07550086,-0.9920374),(-0.2223132,-0.1479903,-0.9636782),(-0.1958221,-0.1327525,-0.9716123),(-0.1532942,-0.1096917,-0.9820737),(-0.2159852,-0.1405132,-0.9662332),(-0.1892146,-0.1306902,-0.9731998),(-0.224904,-0.1402019,-0.9642415),(-0.2327545,-0.1535901,-0.9603309),(-0.2158877,-0.1289697,-0.9678633),(0.02496177,0.01512815,-0.9995739),(0.07513588,0.0557383,-0.9956143),(-0.04260595,-0.03804123,-0.9983675),(0.01013181,0.001649741,-0.9999473),(0.1135474,0.092153,-0.9892496),(0.1394798,0.1210194,-0.9828019),(0.05591399,0.03980359,-0.9976419),(0.09359178,0.07267553,-0.9929546),(-0.05227539,-0.04406257,-0.9976602),(-0.003722271,-0.007146209,-0.9999676),(0.04170384,0.02722061,-0.9987592),(-0.06174382,-0.04931867,-0.9968728),(-0.01312159,-0.01585732,-0.9997882),(-0.1081233,-0.08231036,-0.9907241),(-0.1025902,-0.07953151,-0.9915392),(-0.1509677,-0.1107336,-0.982317),(0.1515071,0.1408849,-0.9783645),(0.1487502,0.153256,-0.9769269),(0.1185634,0.09855323,-0.9880435),(0.1269287,0.1181711,-0.9848475),(0.1320355,0.1606442,-0.9781412),(0.101945,0.1653846,-0.9809461),(0.1192502,0.1326239,-0.9839666),(0.09588789,0.1428801,-0.9850841),(0.0953897,0.08218934,-0.9920412),(0.09739441,0.1025074,-0.9899528),(0.08302986,0.1177502,-0.989566),(0.06706765,0.07017265,-0.9952776),(0.06286772,0.09011351,-0.9939452),(0.05567054,0.04498613,-0.9974352),(0.07688813,0.05702764,-0.9954075),(0.02884148,0.01585449,-0.9994583),(0.07123736,0.1678778,-0.9832305),(0.05269129,0.1690043,-0.9842058),(0.06858477,0.1485968,-0.9865167),(0.04926801,0.1509062,-0.9873196),(0.04696187,0.1716989,-0.9840295),(0.05468206,0.1787281,-0.9823778),(0.03880348,0.1534087,-0.9874007),(0.03800331,0.159556,-0.9864571),(0.04461686,0.1316593,-0.9902905),(0.03159622,0.1353433,-0.9902949),(0.02391301,0.1417463,-0.9896141),(0.02359516,0.1177963,-0.9927574),(0.01128848,0.1254676,-0.9920334),(0.03688036,0.1116065,-0.9930679),(0.0620822,0.1270505,-0.9899516),(0.05028323,0.1035332,-0.9933541),(0.07729745,0.1912915,-0.9784849),(0.1159319,0.2079853,-0.9712374),(0.05122228,0.1707901,-0.9839751),(0.08244121,0.1859173,-0.9791007),(0.1701898,0.2262777,-0.9590797),(0.2391664,0.2435962,-0.9399257),(0.1314674,0.2030336,-0.970306),(0.1976939,0.2201726,-0.9552178),(0.05246679,0.1658362,-0.9847566),(0.09537566,0.1814685,-0.9787608),(0.1571013,0.1979629,-0.9675381),(0.06258512,0.1614922,-0.9848875),(0.1182964,0.1768567,-0.9771016),(0.02624274,0.1476936,-0.988685),(0.0286428,0.1522311,-0.9879298),(0.009206749,0.1356498,-0.9907141),(0.3174607,0.2582752,-0.9124213),(0.4004619,0.2690453,-0.8759251),(0.2756743,0.2360076,-0.9318283),(0.3606139,0.2490949,-0.8988377),(0.487387,0.2738424,-0.8291346),(0.576622,0.2706772,-0.7708704),(0.451623,0.2569371,-0.8544121),(0.54676,0.2571314,-0.7968293),(0.3180473,0.2293054,-0.9199266),(0.4120071,0.2397517,-0.8790731),(0.5124587,0.2430497,-0.8235974),(0.3691622,0.2220617,-0.9024455),(0.4739957,0.2281802,-0.8504481),(0.2736284,0.2094989,-0.9387425),(0.2327829,0.2144341,-0.9485937),(0.1897418,0.1934184,-0.9625941),(0.660302,0.2604108,-0.7044058),(0.732664,0.2452846,-0.6348534),(0.6368494,0.250315,-0.7292224),(0.7151233,0.2385584,-0.6570301),(0.7947839,0.225506,-0.5634409),(0.8477359,0.2009031,-0.4908989),(0.7825961,0.2217336,-0.5817022),(0.8402906,0.1993319,-0.5041612),(0.6934507,0.2312604,-0.6823817),(0.7669758,0.2174369,-0.603713),(0.8302946,0.1972455,-0.5212533),(0.7476223,0.2124668,-0.6292208),(0.8174607,0.1945704,-0.5421257),(0.6674236,0.2231803,-0.710448),(0.6088913,0.239616,-0.756198),(0.5763946,0.2280676,-0.7847002),(0.8845283,0.1783922,-0.4310287),(0.901504,0.166417,-0.3994945),(0.880638,0.1782181,-0.4389932),(0.899857,0.1670808,-0.4029162),(0.9025941,0.1661871,-0.3971219),(0.8882981,0.1781772,-0.423296),(0.9024592,0.1672388,-0.3969871),(0.8893483,0.1791654,-0.4206651),(0.896949,0.1671864,-0.4093057),(0.9014154,0.1676905,-0.3991617),(0.8897891,0.1794547,-0.4196085),(0.8993421,0.1676096,-0.4038447),(0.8895362,0.1791115,-0.4202909),(0.8926134,0.1667805,-0.4188384),(0.8749717,0.177507,-0.4504615),(0.8673031,0.1762578,-0.4655303),(0.8525813,0.2046091,-0.4808745),(0.7768085,0.2497568,-0.5780917),(0.8549106,0.2048698,-0.4766093),(0.7816379,0.2481169,-0.5722588),(0.6215581,0.3134332,-0.7179312),(0.3289426,0.3742247,-0.8670366),(0.6332548,0.3083637,-0.7098593),(0.3576021,0.3663119,-0.8590322),(0.786425,0.2456304,-0.5667465),(0.6448926,0.3026757,-0.7017843),(0.3850307,0.3581495,-0.8505765),(0.6563395,0.2964129,-0.6937997),(0.4111374,0.3497441,-0.8418105),(0.791086,0.2423597,-0.5616447),(0.8569244,0.2043119,-0.4732201),(0.8585576,0.2029967,-0.4708198),(-0.01971137,0.3790662,-0.9251596),(-0.2989837,0.3334529,-0.8941018),(0.0256908,0.3743757,-0.9269212),(-0.2527874,0.3348036,-0.9077473),(-0.517718,0.2691771,-0.8121033),(-0.6993657,0.2025742,-0.6854569),(-0.6826605,0.2080379,-0.7004962),(-0.4832211,0.2745121,-0.8313486),(-0.2076247,0.3355622,-0.9188525),(-0.4484904,0.2796724,-0.848905),(-0.6652079,0.2139112,-0.7153602),(-0.4137919,0.2846608,-0.8647222),(-0.6470571,0.2201896,-0.7299546),(-0.1638294,0.3357762,-0.9275851),(0.06898205,0.369209,-0.9267827),(0.110016,0.3636213,-0.9250276),(-0.8087891,0.1554796,-0.5671741),(-0.8304935,0.1479586,-0.5370185),(-0.8342319,0.1466108,-0.5315661),(-0.8054637,0.157885,-0.5712273),(-0.7754647,0.1784718,-0.6056421),(-0.6012264,0.2452271,-0.7605199),(-0.7869811,0.1731625,-0.5921785),(-0.6277699,0.2366024,-0.7415688),(-0.7972084,0.1689419,-0.5795838),(-0.8369923,0.1461993,-0.5273231),(-0.6527412,0.229065,-0.7221206),(-0.6763006,0.2225334,-0.7022082),(-0.8062934,0.1657284,-0.5678249),(-0.8388326,0.1466797,-0.5242563),(-0.8013111,0.1610499,-0.5761628),(-0.796317,0.1649655,-0.5819497),(-0.3892761,0.3091281,-0.8677003),(-0.2974043,0.3524104,-0.8873317),(-0.339632,0.3447781,-0.8750875),(-0.4298197,0.3004949,-0.8514445),(-0.3276275,0.3800092,-0.8650163),(-0.4725417,0.3778252,-0.7962114),(-0.4883225,0.370808,-0.7899637),(-0.3615105,0.3724622,-0.8547409),(-0.3932939,0.3661728,-0.843349),(-0.3804723,0.3381257,-0.8607624),(-0.5011493,0.3654093,-0.7844268),(-0.5109243,0.36165,-0.7798498),(-0.422982,0.3611796,-0.8310448),(-0.4199653,0.3324547,-0.8444543),(-0.4690376,0.292783,-0.8332358),(-0.5070055,0.2859483,-0.8131291),(-0.5992793,0.3535562,-0.7182355),(-0.6082062,0.3484059,-0.713231),(-0.5983087,0.3426941,-0.724284),(-0.5986671,0.3483684,-0.7212747),(-0.4811323,0.3744511,-0.7926527),(-0.1180566,0.4059255,-0.9062489),(-0.08379031,0.3901915,-0.9169132),(-0.4617066,0.3653396,-0.8083032),(-0.4365033,0.3565141,-0.8260524),(-0.5836965,0.3382208,-0.7381768),(-0.04458506,0.3732438,-0.9266614),(-6.777831e-5,0.3549292,-0.9348932),(-0.4047199,0.3477698,-0.8457293),(-0.563743,0.334856,-0.7550266),(-0.5943491,0.3448127,-0.7265352),(-0.5859843,0.3428422,-0.7342218),(0.3093432,0.3628163,-0.8790172),(0.5580752,0.2857764,-0.7790276),(0.5877997,0.2634808,-0.7648984),(0.3486718,0.3407643,-0.8731024),(0.6954182,0.2181402,-0.6846958),(0.7806445,0.1696013,-0.6015226),(0.7836139,0.1592145,-0.6004997),(0.7120771,0.2000852,-0.6729875),(0.7277123,0.181774,-0.661357),(0.6171113,0.2404397,-0.7492412),(0.7850319,0.1489906,-0.601271),(0.7845608,0.1389675,-0.6042785),(0.7422196,0.1632582,-0.6499668),(0.6459173,0.2167566,-0.7319887),(0.3895102,0.3173177,-0.8646336),(0.4317444,0.2925408,-0.8532389),(0.8230842,0.1513005,-0.5473943),(0.8150799,0.1733781,-0.5527972),(0.7965023,0.179902,-0.5772516),(0.8144835,0.1500304,-0.5604531),(0.7471268,0.2354016,-0.6216009),(0.5842602,0.3349654,-0.7392146),(0.5291663,0.3501542,-0.7729004),(0.7145711,0.2479624,-0.6541428),(0.6760905,0.2620955,-0.6886273),(0.7739557,0.1876752,-0.6047898),(0.4661942,0.3662353,-0.8053165),(0.3942171,0.3828917,-0.8354561),(0.6302152,0.2778428,-0.725005),(0.7462446,0.1968378,-0.635904),(0.8033435,0.1494181,-0.5764665),(0.7888973,0.1495546,-0.596049),(0.3527413,0.4384798,-0.826625),(0.1049659,0.5225029,-0.8461518),(0.01214016,0.5278182,-0.8492706),(0.2743745,0.4508639,-0.8493764),(-0.1744788,0.5744381,-0.7997363),(-0.4912633,0.5659098,-0.6621227),(-0.580059,0.541522,-0.6085109),(-0.2717348,0.5679637,-0.7769026),(-0.3705454,0.557479,-0.7429086),(-0.08663956,0.5305194,-0.8432335),(-0.6638602,0.5128171,-0.5443421),(-0.740693,0.4799525,-0.470127),(-0.4691587,0.5425144,-0.6968272),(-0.1904641,0.5298998,-0.8263955),(0.187928,0.4624488,-0.8665011),(0.09325814,0.4725919,-0.8763331),(-0.7538052,0.4900831,-0.4377173),(-0.9033468,0.3840081,-0.191056),(-0.9372295,0.3323579,-0.1055423),(-0.8190475,0.4473335,-0.3592406),(-0.9667134,0.2506315,0.05146856),(-0.9572959,0.07629119,0.2788624),(-0.9427617,0.04525188,0.3303828),(-0.9710058,0.2027751,0.1266097),(-0.967517,0.1591702,0.1964072),(-0.9593577,0.2814816,-0.02001918),(-0.9272916,0.02078789,0.3737619),(-0.912593,0.003399271,0.4088551),(-0.9580799,0.1208057,0.2597861),(-0.9704762,0.2326972,0.06346651),(-0.8735417,0.4019774,-0.2744797),(-0.916311,0.3549941,-0.1853459),(-0.8950129,-0.08313853,0.4382236),(-0.847618,-0.1630014,0.5049496),(-0.8437086,-0.1594125,0.5125851),(-0.8804277,-0.09381408,0.4648074),(-0.8431004,-0.1762915,0.5080384),(-0.8827481,-0.131692,0.4510136),(-0.9033967,-0.09835507,0.4173734),(-0.8525636,-0.1599369,0.4975495),(-0.8681709,-0.1373327,0.4768845),(-0.846424,-0.1490846,0.5112145),(-0.9263617,-0.05971697,0.3718708),(-0.9495094,-0.01584264,0.3133382),(-0.8891839,-0.1079315,0.4446379),(-0.8559744,-0.1314562,0.5000272),(-0.8703399,-0.09738565,0.482726),(-0.8656753,-0.09344833,0.4918065),(-0.9388635,-0.05418953,0.3399984),(-0.9820499,0.04382645,0.1834591),(-0.98949,0.1027063,0.1017896),(-0.9599175,-0.004146436,0.2802518),(-0.9827232,0.1833043,-0.02558712),(-0.8879478,0.3653781,-0.2793699),(-0.8357375,0.4066878,-0.3689825),(-0.9633262,0.2401701,-0.11967),(-0.9308925,0.2933761,-0.2176457),(-0.9867268,0.1620529,0.01044468),(-0.7732448,0.440901,-0.4557398),(-0.7016468,0.4672494,-0.5379311),(-0.8849256,0.3411699,-0.3170328),(-0.97145,0.2200079,-0.08877696),(-0.9768277,0.04932811,0.2082654),(-0.9866653,0.1051264,0.1242577),(-0.6945111,0.5147247,-0.5027054),(-0.4732434,0.5917828,-0.6525593),(-0.3919075,0.5949737,-0.7017226),(-0.6195551,0.5353796,-0.5740384),(-0.2456901,0.6229852,-0.7426479),(-0.009090363,0.6288429,-0.7774792),(0.04235365,0.6102903,-0.7910449),(-0.1727025,0.6127304,-0.7711907),(-0.1041653,0.5989,-0.7940204),(-0.3115762,0.5917676,-0.743459),(0.08813539,0.5911382,-0.8017405),(0.1278989,0.5717746,-0.8103799),(-0.04101603,0.5822028,-0.8120084),(-0.2337963,0.5828509,-0.7782184),(-0.5402366,0.5481203,-0.6385207),(-0.4583403,0.5531388,-0.6956735),(0.1959122,0.6160764,-0.762934),(0.3220199,0.6006239,-0.7318156),(0.3286394,0.5866132,-0.74019),(0.2219238,0.5971074,-0.7708518),(0.3825896,0.5958789,-0.7060832),(0.3896604,0.6074611,-0.6922109),(0.3664284,0.6058697,-0.7061531),(0.3738393,0.5884025,-0.7169566),(0.3597414,0.582174,-0.7291499),(0.3298817,0.574144,-0.7493576),(0.3381511,0.6047094,-0.7210968),(0.3047057,0.6035775,-0.7367827),(0.3402466,0.5768655,-0.7426025),(0.3257467,0.5630359,-0.7595259),(0.2424143,0.5792625,-0.7782611),(0.25733,0.5625795,-0.7856752),(0.3569784,0.6344436,-0.6856002),(0.2936155,0.6713873,-0.6804624),(0.2456068,0.6744992,-0.6962242),(0.3201842,0.6365632,-0.701619),(0.1969673,0.7112889,-0.6747384),(0.06615451,0.7448972,-0.6638913),(0.003407807,0.7419465,-0.6704504),(0.14013,0.7125909,-0.687443),(0.07906514,0.7115308,-0.6981924),(0.1932951,0.6760206,-0.7110789),(-0.06378539,0.7360485,-0.6739169),(-0.1357513,0.7266207,-0.6734939),(0.01354399,0.7076754,-0.7064078),(0.1365179,0.6755508,-0.7245647),(0.2788212,0.6380504,-0.7177399),(0.2327391,0.6385007,-0.7335867),(-0.07992437,0.764634,-0.6394897),(-0.2247603,0.7696838,-0.597553),(-0.1464157,0.7561938,-0.6377565),(-0.2944019,0.7547184,-0.5862831),(-0.3702387,0.7580027,-0.5369872),(-0.516331,0.7258517,-0.4544686),(-0.4425026,0.7342654,-0.5148261),(-0.5898918,0.6897846,-0.4197913),(-0.3679079,0.7355999,-0.5688027),(-0.5169978,0.7055066,-0.4847407),(-0.6628451,0.6475906,-0.3758491),(-0.7335473,0.5987449,-0.3215789),(-0.5929525,0.6708571,-0.4453739),(-0.4451759,0.7114179,-0.5437858),(-0.2174396,0.7442536,-0.6315115),(-0.2932573,0.7280258,-0.61966),(-0.6530741,0.6720516,-0.349057),(-0.7734361,0.5931872,-0.2234406),(-0.8330169,0.5285081,-0.1635911),(-0.723211,0.6214764,-0.3012191),(-0.8748668,0.4776409,-0.08041787),(-0.946067,0.3148586,0.07629666),(-0.9622216,0.2270574,0.1502485),(-0.9164004,0.4001068,-0.01116973),(-0.946274,0.3168422,0.06462695),(-0.8844908,0.4567791,-0.09501959),(-0.9641865,0.1365065,0.2273988),(-0.9507391,0.04552767,0.3066308),(-0.9622674,0.2294228,0.1463098),(-0.9253101,0.3787937,-0.0177914),(-0.7890664,0.5638815,-0.2437456),(-0.848314,0.4993488,-0.1761082),(-0.9645731,0.1270671,0.2311983),(-0.9273366,-0.05733189,0.3698107),(-0.8885223,-0.1485871,0.434108),(-0.9522556,0.0341343,0.3033878),(-0.8409584,-0.238363,0.4857696),(-0.7073381,-0.4168232,0.5709039),(-0.6307656,-0.4843259,0.6062698),(-0.779931,-0.320913,0.5373291),(-0.7104138,-0.3955219,0.5821294),(-0.8369604,-0.2349312,0.4942719),(-0.5519571,-0.5421729,0.6335549),(-0.4747209,-0.5890029,0.6539997),(-0.6354235,-0.4599617,0.6202195),(-0.7743923,-0.3136322,0.5495011),(-0.9252576,-0.05764267,0.3749341),(-0.8838148,-0.1454942,0.4446378),(-0.5447094,-0.5654664,0.6193056),(-0.3891484,-0.6638687,0.638625),(-0.3173868,-0.6936564,0.6466114),(-0.4638253,-0.6140078,0.6386396),(-0.2567427,-0.7265849,0.637305),(-0.1539944,-0.7708485,0.6181248),(-0.1312403,-0.7716022,0.6224195),(-0.2050105,-0.7403473,0.6402005),(-0.1686737,-0.7498937,0.6396943),(-0.2568348,-0.7163017,0.6488048),(-0.1262666,-0.7699708,0.6254611),(-0.1392738,-0.7659514,0.6276314),(-0.1490011,-0.7557826,0.6376452),(-0.2100537,-0.7323194,0.6477544),(-0.3879372,-0.6531545,0.6503029),(-0.3207148,-0.6826477,0.6566081),(-0.09780521,-0.7998872,0.5921273),(-0.1027749,-0.8117002,0.574961),(-0.1412602,-0.798277,0.5854908),(-0.1070289,-0.7922547,0.6007305),(-0.1674035,-0.8048659,0.5693566),(-0.2920548,-0.7681641,0.5697613),(-0.3793722,-0.727937,0.5711255),(-0.2326324,-0.7822065,0.5779577),(-0.3125021,-0.7500845,0.5828511),(-0.1973457,-0.7793019,0.5947632),(-0.4749006,-0.6747079,0.5650121),(-0.5746981,-0.6079314,0.5478517),(-0.4045074,-0.7068908,0.5802406),(-0.2697895,-0.7532321,0.5998791),(-0.13473,-0.7817073,0.6089182),(-0.180389,-0.7673889,0.6152837),(-0.4500698,-0.6997183,0.5548258),(-0.6135888,-0.6003731,0.5128947),(-0.7090049,-0.5123947,0.4845243),(-0.548571,-0.6356155,0.543197),(-0.7709926,-0.4535329,0.4470775),(-0.9004623,-0.2483326,0.3570693),(-0.9468433,-0.1292374,0.2945937),(-0.8485036,-0.3457983,0.4005809),(-0.9101226,-0.2304854,0.3443157),(-0.7952244,-0.4119999,0.4448305),(-0.974104,-0.009444099,0.2259032),(-0.9826117,0.1069773,0.1517567),(-0.9539521,-0.1115787,0.2784343),(-0.8685392,-0.3021865,0.3928398),(-0.6464695,-0.5573113,0.5210388),(-0.7393082,-0.4660937,0.4859835),(-0.9696463,-0.01928994,0.2437495),(-0.973433,0.1970551,0.1166087),(-0.9498534,0.3097201,0.04303323),(-0.9799178,0.1010028,0.171929),(-0.9151012,0.4029733,-0.01422737),(-0.7890178,0.598421,-0.13908),(-0.7136275,0.6718218,-0.1984728),(-0.8621412,0.4997588,-0.08338887),(-0.7986701,0.583553,-0.146943),(-0.9108158,0.4118451,-0.0282506),(-0.6335875,0.7320421,-0.2503617),(-0.5518264,0.7798038,-0.2956242),(-0.7284323,0.6537184,-0.2050333),(-0.8598531,0.5012942,-0.09672917),(-0.9715655,0.2154126,0.09827565),(-0.9469324,0.3205619,0.0236429),(-0.6096565,0.753411,-0.2463549),(-0.4076557,0.8510083,-0.3310615),(-0.3156161,0.8774263,-0.3612609),(-0.5213786,0.8017299,-0.2922217),(-0.1887573,0.900736,-0.3912102),(0.04707473,0.9062167,-0.4201848),(0.1190578,0.9022527,-0.4144456),(-0.1019815,0.9090658,-0.4039791),(-0.02759967,0.9105269,-0.4125278),(-0.2301861,0.8937988,-0.3848869),(0.1731792,0.8963674,-0.4080862),(0.2096148,0.890839,-0.4030726),(0.03391035,0.9074331,-0.4188259),(-0.1524891,0.9021085,-0.4036674),(-0.4341257,0.8380851,-0.3303762),(-0.349739,0.863996,-0.3622065),(0.2378162,0.8717437,-0.4283765),(0.3258715,0.8351909,-0.4430168),(0.2874919,0.8669726,-0.4070714),(0.3514231,0.8406565,-0.412066),(0.3244517,0.8220011,-0.4680228),(0.2354597,0.8379673,-0.4923103),(0.3217518,0.8421258,-0.4327816),(0.1924789,0.8690926,-0.4556644),(0.3576189,0.8512278,-0.3840833),(0.3008051,0.8663759,-0.398634),(0.1320451,0.8996186,-0.4162338),(0.2589422,0.8940178,-0.3656241),(0.05056113,0.9262252,-0.3735645),(0.3433334,0.8675643,-0.3597977),(0.3170475,0.8652806,-0.3882917),(0.3265579,0.8682528,-0.3734927),(0.09797433,0.8683167,-0.4862377),(-0.04076513,0.8977858,-0.4385415),(-0.1498262,0.9123954,-0.3809024),(0.01313475,0.8966188,-0.4426082),(-0.177411,0.9142725,-0.3641853),(-0.3089432,0.9088528,-0.2802513),(-0.4112923,0.8908302,-0.1930291),(-0.2912128,0.9114189,-0.2907075),(-0.4069635,0.8905928,-0.20304),(-0.2680568,0.9117888,-0.3111055),(-0.5100079,0.8552102,-0.09223609),(-0.6014445,0.798615,0.02187162),(-0.5227494,0.8464646,-0.1011469),(-0.3957463,0.8894051,-0.2287867),(-0.08675433,0.9162453,-0.3911113),(-0.2043338,0.9211798,-0.3311729),(-0.4297212,0.8807604,-0.1989994),(-0.5370207,0.8343781,-0.1241851),(-0.6062847,0.7949893,-0.02027068),(-0.5148382,0.8512344,-0.1016936),(-0.6332619,0.7719193,-0.0558573),(-0.7202327,0.6937063,0.006028725),(-0.7613004,0.6379162,0.116123),(-0.6879791,0.7238591,0.0520849),(-0.7303147,0.6647304,0.157397),(-0.6650308,0.74148,0.08911455),(-0.7896109,0.5758247,0.2119921),(-0.800772,0.5211372,0.2952631),(-0.7547258,0.6024595,0.2596753),(-0.7075713,0.6768638,0.2029732),(-0.5924168,0.8056071,0.006284245),(-0.6574787,0.7431624,0.124223),(-0.7827076,0.6195337,0.05955445),(-0.8107088,0.5766702,0.1010087),(-0.8211653,0.5299765,0.2116894),(-0.8090507,0.5624561,0.1705288),(-0.8104724,0.5725552,0.1237532),(-0.7842298,0.6092062,0.1176924),(-0.7556353,0.6197791,0.2118703),(-0.8038148,0.5482896,0.230782),(-0.7924235,0.5378936,0.2876375),(-0.8247456,0.4905479,0.2813494),(-0.7172266,0.6495842,0.2522427),(-0.6680736,0.7030538,0.2437072),(-0.7757171,0.5547915,0.3007813),(-0.8207263,0.4755262,0.316675),(-0.8247139,0.5055983,0.2534111),(-0.8273977,0.4664043,0.3128577),(-0.7302922,0.6789097,0.07586087),(-0.6336698,0.773603,-0.0009970715),(-0.5590869,0.8287545,0.0242448),(-0.6772493,0.7219915,0.1416397),(-0.4618339,0.8809999,-0.102707),(-0.1876428,0.959981,-0.2079104),(-0.108686,0.9649757,-0.2387663),(-0.3730734,0.9205424,-0.1158356),(-0.2619744,0.9544565,-0.1427666),(-0.4538842,0.8909868,0.0114733),(-0.03006021,0.9655274,-0.2585597),(0.03413151,0.9642206,-0.2628947),(-0.148386,0.9738984,-0.1717665),(-0.329747,0.9436416,-0.0284137),(-0.6017326,0.7832282,0.1564335),(-0.5056183,0.8534772,0.1262012),(0.08286794,0.9559129,-0.2817149),(0.2445664,0.9142227,-0.3230856),(0.2734421,0.9014274,-0.3356456),(0.1340234,0.9418489,-0.3081532),(0.3213248,0.8813659,-0.34633),(0.3370533,0.8716917,-0.3557367),(0.3345093,0.8770073,-0.3449084),(0.3363447,0.8762111,-0.3451469),(0.285958,0.9031162,-0.3203268),(0.3357979,0.8882662,-0.3134056),(0.3321756,0.8929253,-0.3038814),(0.3224748,0.9128824,-0.2503112),(0.3249289,0.9174617,-0.2295329),(0.2781487,0.9196768,-0.2771784),(0.1701928,0.93504,-0.3110219),(0.1852183,0.9387372,-0.2906314),(0.3514931,0.8688496,-0.3486444),(0.4183383,0.8481584,-0.324993),(0.3391564,0.8788636,-0.3355169),(0.4001873,0.8606309,-0.3149039),(0.5390184,0.791389,-0.2883791),(0.7022554,0.6701121,-0.2403895),(0.5222843,0.8041804,-0.2837482),(0.6946297,0.6786001,-0.2387293),(0.3921279,0.875636,-0.2819526),(0.5155555,0.8153325,-0.2635063),(0.6920534,0.6841767,-0.2301398),(0.5259838,0.819793,-0.2264521),(0.6999516,0.6815344,-0.2134911),(0.4006813,0.8882952,-0.2244686),(0.3321887,0.8961713,-0.2941562),(0.334705,0.9157375,-0.2222555),(0.8349071,0.5149074,-0.1944238),(0.9027733,0.3960328,-0.1678044),(0.8352267,0.5158727,-0.1904517),(0.9060695,0.392373,-0.1583711),(0.9323322,0.3246616,-0.159222),(0.9405364,0.3006987,-0.1580241),(0.9367152,0.3194993,-0.1431251),(0.9451665,0.2955218,-0.139022),(0.9075692,0.3892607,-0.1574615),(0.9384289,0.3152945,-0.1412109),(0.9468583,0.291106,-0.1368082),(0.939226,0.3076381,-0.1523593),(0.9472599,0.2831054,-0.1501669),(0.9094524,0.3821085,-0.1639804),(0.8357781,0.5158271,-0.1881416),(0.8398317,0.5098464,-0.1863852),(0.1801591,0.9754776,0.1264355),(0.1905467,0.9743931,0.1193736),(0.1521965,0.9787337,0.1375374),(0.1428133,0.9818496,0.1248025),(0.1653905,0.9785889,0.1225144),(0.1735364,0.9775116,0.119817),(0.1109709,0.98371,0.1414219),(0.05687096,0.9889798,0.1366917),(0.06220988,0.9923437,0.1066949),(0.1082795,0.9868486,0.1200227),(0.1367542,0.9889501,0.05723703),(0.1620762,0.9835752,0.07944332),(0.09972488,0.9945927,0.02899004),(0.173763,0.9798905,-0.09808653),(0.2037356,0.9779387,-0.04612846),(0.2192944,0.9756473,0.004693578),(0.1757005,0.9797507,0.09600938),(0.1795542,0.978356,0.1028577),(0.2212739,0.973822,0.05204388),(0.2185726,0.9729971,0.07417902),(0.004930174,0.9917705,0.1279334),(-0.03033993,0.9921455,0.1213536),(-0.0119494,0.9972149,0.07361794),(0.01791887,0.9958622,0.08909258),(-0.04965692,0.9917227,0.1184071),(-0.0537468,0.9912681,0.1204112),(-0.02851731,0.9976218,0.06275047),(-0.03286881,0.997722,0.05891138),(0.01529787,0.9990361,-0.04114447),(0.03432531,0.9991011,-0.02487713),(0.003787372,0.9989156,-0.04640097),(0.04961601,0.9784911,-0.200233),(0.07737407,0.9771439,-0.197997),(0.1066389,0.978139,-0.1785283),(0.06204264,0.9980734,-0.0005205697),(0.1383685,0.9797994,-0.1443851),(-0.04850866,0.9908123,0.1262453),(-0.03947333,0.9901755,0.134143),(-0.03001728,0.9976193,0.06208722),(-0.0242669,0.9971975,0.07076845),(-0.02657698,0.9892108,0.1440684),(-0.009759305,0.9877112,0.1559854),(-0.01524344,0.9963239,0.08429808),(-0.002619264,0.9947755,0.1020534),(-0.006218993,0.9996912,-0.02405494),(-0.005169549,0.9999862,-0.001016094),(0.001142871,0.9996431,0.02668657),(-0.002602402,0.9934462,-0.1142711),(-0.001938537,0.997457,-0.07124396),(0.006911989,0.9880721,-0.1538369),(-0.002868191,0.9991941,-0.04003466),(0.02504505,0.9825248,-0.1844393),(0.004841271,0.9858937,0.1673023),(0.01121554,0.9845128,0.1749534),(0.008455756,0.9926024,0.1211154),(0.01294991,0.9903485,0.1379934),(0.009664449,0.9840314,0.1777321),(0.0005646583,0.9846753,0.1743965),(0.01129534,0.9885226,0.1506502),(0.003996137,0.9875827,0.1570493),(0.01131677,0.9966478,0.08102553),(0.01069332,0.994685,0.1024083),(0.006672568,0.99305,0.1175036),(0.009414873,0.9993964,0.03343702),(0.009715582,0.9983873,0.05593264),(0.007286371,0.9999636,0.004417161),(0.00820602,0.9984425,0.05518438),(0.003408746,0.9995258,-0.03060557),(-0.01131042,0.9860784,0.1658955),(-0.0216546,0.9877716,0.1543962),(-0.00567701,0.9875596,0.1571423),(-0.01501548,0.9881682,0.1526367),(-0.03092648,0.9895097,0.1411174),(-0.0396299,0.9910747,0.1272804),(-0.02452146,0.9890993,0.1451937),(-0.03475993,0.9900358,0.1364586),(-0.007222357,0.991693,0.128425),(-0.01676743,0.9917353,0.1272001),(-0.02869941,0.9918805,0.1238923),(-0.008029483,0.9961859,0.08688625),(-0.02174375,0.9957536,0.08945276),(0.001570423,0.9966717,0.08150425),(0.000446461,0.9920563,0.125794),(0.007398763,0.9973972,0.07172313),(-0.04665995,0.9923568,0.1142401),(-0.05054902,0.9934554,0.1024265),(-0.04360578,0.9907689,0.1283572),(-0.04852168,0.9913954,0.121576),(-0.0510971,0.994512,0.09129465),(-0.04809473,0.9956102,0.08029472),(-0.04925909,0.9921134,0.115258),(-0.0455593,0.9930477,0.1085393),(-0.04549324,0.9917968,0.1194547),(-0.04634183,0.9918543,0.1186489),(-0.0418791,0.9921729,0.1176398),(-0.04340189,0.9938992,0.1013939),(-0.03895019,0.9934624,0.1073094),(-0.04196952,0.9944883,0.09608132),(-0.03954595,0.9918744,0.120919),(-0.03472835,0.9951603,0.09192295),(-0.04330033,0.9967166,0.06841844),(-0.03864382,0.9977282,0.05518095),(-0.0397105,0.9941922,0.1000247),(-0.03420325,0.9954423,0.08902045),(-0.03421562,0.998572,0.04102698),(-0.03010108,0.9991984,0.02638901),(-0.02914228,0.996679,0.0760368),(-0.02461804,0.9977989,0.06157408),(-0.02904463,0.9935849,0.1092952),(-0.02388819,0.9945538,0.1014499),(-0.01967446,0.9955906,0.09171835),(-0.02254233,0.9929729,0.1161754),(-0.0197861,0.9931127,0.1154806),(-0.02668535,0.9929864,0.1151778),(-0.03507157,0.9927652,0.1148348),(-0.03217408,0.9931544,0.1122898),(-0.02517829,0.9996085,0.01220925),(-0.01837292,0.9998311,-0.0004649328),(-0.01971403,0.9987184,0.04661486),(-0.01359961,0.9993835,0.03236816),(-0.009844597,0.9998916,-0.01095205),(0.00020253,0.9998274,-0.01857486),(-0.006510308,0.9997823,0.01981837),(0.001266498,0.9999496,0.009948838),(-0.01116472,0.9974958,0.0698394),(-0.006357577,0.9982159,0.05936902),(-0.00144494,0.9987372,0.05021798),(-0.01275563,0.9942337,0.1064736),(-0.009936636,0.9947903,0.1014577),(-0.01531031,0.9937599,0.1104845),(-0.01566063,0.9966014,0.08087224),(-0.01764182,0.9933829,0.1134864),(0.01050644,0.9996683,-0.02351402),(0.02009167,0.9994403,-0.02675052),(0.009355637,0.9999515,0.003100198),(0.01772611,0.9998419,-0.001438441),(0.0292351,0.9991443,-0.02926232),(0.03824883,0.9987551,-0.03201834),(0.02670966,0.9996315,-0.004856121),(0.03668558,0.9992921,-0.008331821),(0.01170803,0.9992359,0.03728911),(0.02118025,0.9992564,0.03221519),(0.03302315,0.9990972,0.02672575),(0.01376198,0.9965087,0.08234687),(0.02870353,0.9968669,0.07370637),(0.002478497,0.9959791,0.08955195),(0.004263878,0.999068,0.04295445),(-0.00536368,0.9953886,0.09577531),(0.04862233,0.998198,-0.03516318),(0.06158304,0.9973701,-0.03821664),(0.04863471,0.998739,-0.01245615),(0.06328337,0.9978476,-0.01718367),(0.07697251,0.9961945,-0.04088859),(0.09462187,0.994589,-0.04288842),(0.08054362,0.9964986,-0.02243132),(0.1003053,0.9945592,-0.0281225),(0.06518783,0.9977971,0.01230927),(0.08557713,0.996326,0.00332746),(0.1086703,0.9940549,-0.006753785),(0.09318053,0.9949665,0.03686712),(0.1203447,0.9924992,0.02150315),(0.06869822,0.9963408,0.05085065),(0.04763717,0.9986618,0.02013326),(0.04714213,0.9968858,0.063215),(0.1157503,0.9923353,-0.04327275),(0.1415407,0.9890845,-0.04096455),(0.1235964,0.9917662,-0.03352071),(0.1513389,0.9877678,-0.03756697),(0.1717413,0.9845065,-0.03537746),(0.2060515,0.9781975,-0.02593099),(0.1832058,0.9822804,-0.0395075),(0.2188294,0.9749992,-0.0386039),(0.1654394,0.9858401,-0.02736816),(0.1992586,0.9792851,-0.03601356),(0.2361551,0.9707898,-0.04240075),(0.2190947,0.9753769,-0.02524561),(0.2568866,0.965699,-0.03787534),(0.1834503,0.9829727,-0.01051367),(0.1351143,0.9906787,-0.01732122),(0.1503909,0.9886119,0.005387894),(0.2416585,0.9702749,-0.01296205),(0.2757731,0.9612161,0.003575965),(0.255041,0.9662906,-0.03516499),(0.2886964,0.956977,-0.029144),(0.3079879,0.9510599,0.02506693),(0.3378371,0.9397118,0.05298743),(0.3193847,0.9474336,-0.0190531),(0.346722,0.9379621,-0.003316076),(0.3056039,0.9508584,-0.04974502),(0.334525,0.941075,-0.04970758),(0.3592483,0.9321312,-0.04552064),(0.3531603,0.9331222,-0.06753349),(0.3762166,0.9235708,-0.07401381),(0.3255598,0.9436814,-0.05895899),(0.2727151,0.9609507,-0.04690712),(0.2934409,0.9547263,-0.04888856),(0.365692,0.9265208,0.08847868),(0.3923147,0.9104145,0.1312801),(0.3723889,0.9278621,0.01995444),(0.3983722,0.9157814,0.05142061),(0.4177956,0.8905497,0.1799114),(0.4421141,0.8662267,0.23278),(0.4247195,0.9008291,0.09011358),(0.4513029,0.8821003,0.1349991),(0.4074419,0.9130816,-0.01651897),(0.4338595,0.9009313,0.009417105),(0.4616356,0.8860484,0.04255433),(0.4483557,0.8917407,-0.06144724),(0.4762989,0.8782113,-0.04340916),(0.4222135,0.9036148,-0.07222182),(0.38257,0.9232656,-0.03494102),(0.3981234,0.9141566,-0.07625881),(0.4630049,0.8385683,0.287106),(0.478496,0.8094518,0.3403371),(0.4754951,0.8603243,0.1837024),(0.4948973,0.8368788,0.2339028),(0.4891131,0.7795257,0.3912903),(0.4956031,0.7495083,0.4388792),(0.5096768,0.8119373,0.2845828),(0.5201184,0.7857674,0.3347335),(0.5105463,0.8509459,0.1234247),(0.5291528,0.8316174,0.1685524),(0.5438487,0.8109642,0.2157907),(0.5492227,0.8344649,0.04497395),(0.5675529,0.8190866,0.08355192),(0.527856,0.8492671,0.0106546),(0.4880366,0.8690397,0.08118141),(0.5035446,0.8637614,-0.01894831),(0.4984279,0.7206606,0.48189),(0.498201,0.6944026,0.5192308),(0.5263028,0.7591097,0.38309),(0.5285651,0.7329463,0.4282624),(0.4961296,0.6716537,0.5502151),(0.4935094,0.653178,0.5742881),(0.5278417,0.7080611,0.4690761),(0.5252687,0.6852431,0.5045142),(0.5612082,0.7665409,0.3121865),(0.5644395,0.7434906,0.35865),(0.5649202,0.7204967,0.402181),(0.6033527,0.7673411,0.217147),(0.6090935,0.7478966,0.2639235),(0.5946193,0.7856807,0.1706863),(0.5545087,0.7891556,0.264109),(0.5827056,0.8028927,0.1257673),(0.4916247,0.6393557,0.5912102),(0.4914359,0.630291,0.6010191),(0.5219094,0.6653255,0.5338094),(0.5187157,0.6489931,0.5565447),(0.4935936,0.6259851,0.6037449),(0.4986594,0.6262971,0.5992419),(0.5166767,0.6365616,0.5725684),(0.5167364,0.6281967,0.5816808),(0.5600516,0.6783217,0.475628),(0.5564409,0.6605399,0.5040442),(0.5534866,0.6454758,0.5263208),(0.6091891,0.6892808,0.3921488),(0.6056322,0.6712335,0.4273818),(0.6115319,0.7083077,0.3526033),(0.5632297,0.6984621,0.4415007),(0.6117628,0.7279615,0.3095455),(0.5072893,0.6305209,0.5874529),(0.5198624,0.637808,0.5682816),(0.5198059,0.6236777,0.5838048),(0.5264781,0.622621,0.5789334),(0.5362878,0.6475866,0.5413195),(0.5563547,0.6591386,0.5059702),(0.5369938,0.6246948,0.5669162),(0.5514812,0.6294467,0.5474168),(0.5532258,0.6242945,0.5515412),(0.5572203,0.6182343,0.5543391),(0.5646231,0.6150115,0.5504194),(0.5958765,0.6272173,0.5015274),(0.5955938,0.6167774,0.5146394),(0.5981738,0.6398717,0.4824441),(0.5521699,0.6333588,0.5421855),(0.6016992,0.6546195,0.4576369),(0.5792903,0.6719745,0.4613816),(0.603801,0.6854967,0.4068398),(0.5694682,0.636918,0.5196551),(0.5901301,0.647033,0.482799),(0.6285397,0.6986118,0.3418765),(0.6520381,0.7099923,0.2660025),(0.612772,0.6589506,0.4362276),(0.636545,0.6716032,0.3791563),(0.5889677,0.6189653,0.5196143),(0.605553,0.6259914,0.4913657),(0.6248968,0.6354526,0.4535461),(0.6093976,0.6062363,0.5109912),(0.620359,0.6097414,0.4933257),(0.6019638,0.6059992,0.5200046),(0.5753126,0.6151242,0.5391081),(0.5975615,0.6094386,0.5210612),(0.6727262,0.7178758,0.1791474),(0.6884202,0.7206872,0.0817773),(0.6603034,0.6836103,0.3109284),(0.6822426,0.6936129,0.2311845),(0.6963728,0.7172247,-0.02556926),(0.6939257,0.7059141,-0.1419593),(0.7000608,0.7003086,0.13958),(0.7113555,0.7019127,0.03594507),(0.6688173,0.6583118,0.3454113),(0.6905817,0.6696067,0.2733561),(0.7098913,0.6787351,0.1880775),(0.6719758,0.6369681,0.3777832),(0.6929694,0.6486798,0.3146552),(0.6522691,0.6257381,0.4277812),(0.6463954,0.6465273,0.4051855),(0.6348302,0.6163433,0.4659524),(0.6797789,0.6840529,-0.2645228),(0.6525849,0.6500779,-0.3892705),(0.7142719,0.6954755,-0.07829197),(0.7064084,0.6788427,-0.2003987),(0.6097935,0.6043673,-0.5127299),(0.5497353,0.5474267,-0.6309636),(0.6843128,0.6514006,-0.3277092),(0.6451595,0.6124048,-0.4568692),(0.7325166,0.6804318,-0.02078292),(0.7291465,0.6695262,-0.1417038),(0.7111794,0.648705,-0.2709346),(0.7426306,0.6684896,0.04026628),(0.7435474,0.6640171,-0.07885808),(0.7314466,0.6661009,0.1459292),(0.7248272,0.6830757,0.08962788),(0.7137024,0.6589796,0.2374333),(0.4756335,0.4789732,-0.7378058),(0.3920583,0.4007109,-0.8280828),(0.5899571,0.5600252,-0.581655),(0.5209388,0.494593,-0.6957014),(0.3006456,0.3171952,-0.899444),(0.2034004,0.2332424,-0.9509081),(0.4384097,0.4197106,-0.7947578),(0.3437378,0.3395154,-0.8755418),(0.628562,0.5670886,-0.5322784),(0.5621981,0.50734,-0.6530999),(0.4785101,0.4383815,-0.7608217),(0.6611191,0.5805647,-0.4752538),(0.5964389,0.5287372,-0.6039019),(0.7055967,0.6208938,-0.3415027),(0.6777061,0.6149204,-0.4032211),(0.7319368,0.6488985,-0.207844),(0.1076536,0.1520972,-0.9824852),(0.02076277,0.07646558,-0.996856),(0.2441377,0.2568333,-0.9351115),(0.1474256,0.1746953,-0.9735231),(-0.0556893,0.009784284,-0.9984002),(-0.1212676,-0.04472177,-0.9916119),(0.0560234,0.09756782,-0.9936509),(-0.02867305,0.02982958,-0.9991436),(0.2851312,0.2801301,-0.9166391),(0.1854662,0.1984755,-0.9623979),(0.08672617,0.1219041,-0.9887456),(0.3257987,0.3111537,-0.8927701),(0.2208018,0.2313099,-0.9474926),(0.4248013,0.3907591,-0.8166097),(0.3836735,0.3617588,-0.8496618),(0.51568,0.4649305,-0.7196623),(-0.1711929,-0.08593404,-0.9814827),(-0.201187,-0.1146407,-0.9728213),(-0.09975287,-0.02634351,-0.9946634),(-0.1510089,-0.07056152,-0.9860108),(-0.2121611,-0.1312213,-0.9683846),(-0.2045797,-0.1354756,-0.9694294),(-0.1831563,-0.1020732,-0.9777702),(-0.1970124,-0.119829,-0.9730504),(-0.07431811,-0.004921745,-0.9972225),(-0.1282772,-0.05117738,-0.9904169),(-0.1651083,-0.08318079,-0.9827616),(-0.04541893,0.02302293,-0.9987027),(-0.1058424,-0.02463964,-0.9940776),(0.02959046,0.08391326,-0.9960335),(-0.002568355,0.05350265,-0.9985644),(0.1189323,0.1545976,-0.9807928),(-0.1830081,-0.1270312,-0.9748698),(-0.1521558,-0.1076669,-0.9824746),(-0.1950457,-0.1234044,-0.9729998),(-0.1796039,-0.1147825,-0.9770197),(-0.1127934,-0.08115301,-0.9902988),(-0.06590525,-0.05136786,-0.9965028),(-0.1513963,-0.09734266,-0.9836684),(-0.111076,-0.07432915,-0.9910284),(-0.1874433,-0.1047397,-0.9766753),(-0.1738424,-0.09908137,-0.9797763),(-0.144575,-0.08574934,-0.9857713),(-0.1762678,-0.08750606,-0.980445),(-0.1625014,-0.0867894,-0.982884),(-0.171932,-0.07827305,-0.9819942),(-0.1848378,-0.1003599,-0.9776313),(-0.1488361,-0.05789816,-0.9871655),(-0.02137802,-0.02040008,-0.9995633),(0.01093712,0.01041695,-0.999886),(-0.06869567,-0.0473031,-0.9965156),(-0.03460865,-0.01780065,-0.9992424),(0.03026653,0.03872768,-0.9987913),(0.03607643,0.06228204,-0.9974064),(-0.009913875,0.011075,-0.9998896),(0.004511292,0.03628183,-0.9993314),(-0.07742175,-0.04023358,-0.9961863),(-0.05065593,-0.0132304,-0.9986285),(-0.02993652,0.01179395,-0.9994823),(-0.08916061,-0.03469815,-0.9954126),(-0.06536816,-0.01151334,-0.9977948),(-0.1140727,-0.05760072,-0.9918011),(-0.1091301,-0.06560672,-0.9918601),(-0.1389124,-0.07626805,-0.9873633),(0.03267151,0.079445,-0.9963037),(0.02480122,0.09117804,-0.9955257),(0.009936877,0.05587944,-0.9983881),(0.008167825,0.07054753,-0.997475),(0.01328035,0.1003529,-0.9948633),(-0.001135232,0.1097579,-0.9939577),(-0.0001463369,0.08243285,-0.9965966),(-0.01440418,0.09361477,-0.9955043),(-0.01273551,0.04967953,-0.998684),(-0.01694386,0.06409848,-0.9977997),(-0.02916903,0.07715631,-0.9965922),(-0.03738455,0.04541209,-0.9982685),(-0.04608683,0.06051061,-0.997103),(-0.03763466,0.02853185,-0.9988841),(-0.01692993,0.0326662,-0.9993229),(-0.04693684,0.009632137,-0.9988515),(-0.007832981,0.1199745,-0.9927461),(0.003534442,0.1306852,-0.9914176),(-0.0234795,0.1042054,-0.9942786),(-0.01640788,0.1141415,-0.993329),(0.03334897,0.1427425,-0.9891978),(0.08195143,0.1569111,-0.9842068),(0.007336488,0.1250063,-0.9921288),(0.04828797,0.1383033,-0.9892122),(-0.03441788,0.09818636,-0.9945727),(-0.01601705,0.1083774,-0.9939808),(0.01726015,0.1210745,-0.9924933),(-0.03727282,0.0929317,-0.9949747),(-0.01118783,0.1052287,-0.9943851),(-0.05131008,0.08294495,-0.9952323),(-0.03859058,0.08847797,-0.9953303),(-0.05401263,0.07293803,-0.9958729),(0.1474847,0.1732734,-0.9737682),(0.2283393,0.1900813,-0.9548456),(0.1067315,0.1543944,-0.9822275),(0.1831466,0.1715131,-0.9680086),(0.3239129,0.2042611,-0.9237737),(0.4318667,0.2128467,-0.8764631),(0.2772108,0.1867711,-0.942481),(0.386781,0.1973688,-0.900803),(0.1388862,0.1537149,-0.9783059),(0.2299736,0.1694455,-0.9583321),(0.3394804,0.1815347,-0.9229291),(0.1831799,0.1521581,-0.9712328),(0.2907954,0.1651847,-0.9424182),(0.09640235,0.1365906,-0.9859257),(0.06798058,0.1367614,-0.9882687),(0.03171977,0.1203141,-0.992229),(0.5394986,0.2158938,-0.8138372),(0.6369155,0.2144343,-0.7405109),(0.4985733,0.2032786,-0.8426758),(0.6019942,0.2050712,-0.771718),(0.7242635,0.2068531,-0.6577646),(0.801485,0.1912986,-0.5665921),(0.6967463,0.2005453,-0.6887134),(0.7820972,0.1873506,-0.5943263),(0.5627945,0.1948157,-0.8033113),(0.6649535,0.1932863,-0.721441),(0.7590085,0.182537,-0.6249692),(0.6287777,0.1848633,-0.7552907),(0.7319022,0.1766877,-0.6581036),(0.5195,0.1834508,-0.8345451),(0.4540587,0.1899654,-0.8704849),(0.4064656,0.1757617,-0.8966012),(0.8573666,0.1744708,-0.4842339),(0.886648,0.1658867,-0.4316676),(0.8448759,0.1720954,-0.5065255),(0.8788123,0.1644983,-0.4479166),(0.8960952,0.1670445,-0.4112294),(0.8884913,0.1781988,-0.4228812),(0.8914955,0.1660299,-0.421509),(0.8865338,0.1767771,-0.42756),(0.868817,0.1625953,-0.4676748),(0.8853252,0.1645993,-0.4348636),(0.8835219,0.1749011,-0.4345098),(0.877319,0.1627747,-0.4514596),(0.8792893,0.1726151,-0.4439083),(0.856304,0.1601515,-0.4910142),(0.8294969,0.1690332,-0.5323183),(0.8108329,0.1651876,-0.561483),(0.8597334,0.2009975,-0.4695303),(0.7955236,0.2383993,-0.5570529),(0.8603618,0.1983924,-0.4694868),(0.799629,0.2338571,-0.553086),(0.6674566,0.2896901,-0.6859893),(0.4358055,0.3412335,-0.8328465),(0.6780825,0.2826444,-0.6784661),(0.4588684,0.3327757,-0.8238326),(0.8032828,0.228803,-0.5498964),(0.6880488,0.2753362,-0.6714006),(0.4801391,0.3244186,-0.8149963),(0.6971947,0.2678199,-0.6649752),(0.4994342,0.3162238,-0.806578),(0.8063662,0.2232941,-0.5476435),(0.8603404,0.1952441,-0.4708443),(0.8595586,0.191604,-0.4737583),(0.1486236,0.3578252,-0.9218851),(-0.1217387,0.3356432,-0.9340895),(0.1845645,0.3520469,-0.917605),(-0.08175433,0.3353872,-0.9385263),(-0.3793995,0.2895414,-0.8787615),(-0.6282015,0.2267381,-0.74428),(-0.3456107,0.2944138,-0.8909959),(-0.6085721,0.2334577,-0.7583782),(-0.04431561,0.3351148,-0.9411346),(-0.3127499,0.2993556,-0.9014288),(-0.588022,0.2404502,-0.7722784),(-0.2811948,0.3044401,-0.9100801),(-0.566445,0.2478004,-0.7859612),(-0.009872637,0.33495,-0.9421842),(0.2175625,0.3463787,-0.9125176),(0.2473431,0.3409358,-0.9069644),(-0.7903819,0.1692404,-0.5887733),(-0.8397309,0.1473885,-0.5226172),(-0.8395205,0.1477303,-0.5228586),(-0.7832618,0.1735418,-0.5969794),(-0.8143229,0.1626429,-0.5571584),(-0.69862,0.2160712,-0.6820875),(-0.7197551,0.2087514,-0.6620994),(-0.8212559,0.1588657,-0.5479968),(-0.8270139,0.1544104,-0.5405604),(-0.8379622,0.1478241,-0.5253259),(-0.7397767,0.2004219,-0.6423095),(-0.7587507,0.1909419,-0.622767),(-0.8315141,0.1493154,-0.5350601),(-0.8347993,0.1478139,-0.5303407),(-0.7746022,0.1780258,-0.6068758),(-0.7640286,0.1828587,-0.6187268),(-0.543891,0.2791873,-0.7913514),(-0.458274,0.3271602,-0.8264086),(-0.4956851,0.3215395,-0.8067891),(-0.5798516,0.2716199,-0.7681112),(-0.4507147,0.3570678,-0.8181434),(-0.5176647,0.359265,-0.7764998),(-0.5216047,0.357927,-0.7744785),(-0.476846,0.3533554,-0.804834),(-0.5018669,0.3498868,-0.7910175),(-0.5326014,0.3153131,-0.7854383),(-0.5230544,0.3575059,-0.7736948),(-0.5222562,0.3578737,-0.7740639),(-0.5263012,0.3464875,-0.7765008),(-0.5694358,0.3081655,-0.7620871),(-0.6150986,0.26295,-0.7433109),(-0.6498261,0.2528611,-0.7167895),(-0.5732971,0.3423239,-0.744409),(-0.5378428,0.3325349,-0.7746906),(-0.5055564,0.3309778,-0.7967851),(-0.5561746,0.3430043,-0.7569796),(-0.3656009,0.3389425,-0.8668645),(0.04989202,0.3350548,-0.9408768),(0.1044105,0.3133239,-0.9438891),(-0.3187741,0.3295969,-0.8886781),(-0.263974,0.3189115,-0.910282),(-0.4663782,0.3295727,-0.8208978),(0.162065,0.2893873,-0.9433928),(0.2209838,0.2630135,-0.9391432),(-0.201192,0.3059486,-0.9305468),(-0.4196603,0.3275796,-0.8465086),(-0.5344937,0.3445706,-0.7717431),(-0.5079444,0.346675,-0.7885486),(0.4748037,0.2667625,-0.838689),(0.673765,0.1934505,-0.7131743),(0.6994995,0.1717212,-0.6936946),(0.5171109,0.2404464,-0.8214511),(0.7553201,0.1461766,-0.6388457),(0.7818208,0.131149,-0.6095541),(0.7762078,0.1275746,-0.6174352),(0.7662827,0.1323024,-0.6287345),(0.7740918,0.1219041,-0.6212255),(0.7216951,0.1519986,-0.6753166),(0.7667814,0.1283413,-0.6289474),(0.7523031,0.1335027,-0.645149),(0.7776957,0.115134,-0.6180077),(0.7390975,0.1345803,-0.6600174),(0.5566555,0.2139547,-0.8027192),(0.591556,0.1876514,-0.7841227),(0.7703341,0.1524048,-0.6191592),(0.7120724,0.2089484,-0.6702935),(0.6703134,0.2254505,-0.7070022),(0.7468091,0.1598851,-0.6455331),(0.5754321,0.2960838,-0.7623728),(0.3122988,0.4001824,-0.861582),(0.2204496,0.418013,-0.8812873),(0.5107436,0.3175169,-0.7989518),(0.4354022,0.3417133,-0.8328606),(0.6197663,0.246205,-0.7451664),(0.1192598,0.4355936,-0.8922082),(0.009631434,0.4518561,-0.8920388),(0.3486666,0.3679896,-0.8619832),(0.5588987,0.2709495,-0.783721),(0.717198,0.1719806,-0.6753145),(0.6799415,0.1886435,-0.7085854),(-0.009332631,0.4807344,-0.8768166),(-0.2978865,0.5251736,-0.7971551),(-0.4065268,0.5156809,-0.7541944),(-0.1184736,0.4862966,-0.8657249),(-0.5654173,0.522487,-0.6382089),(-0.8086253,0.4429592,-0.3871847),(-0.8658297,0.4022301,-0.2975734),(-0.6566326,0.4970794,-0.5672264),(-0.7398446,0.4664656,-0.4848093),(-0.513417,0.5008951,-0.6967834),(-0.9107785,0.3589692,-0.2040187),(-0.9427866,0.3148251,-0.1097208),(-0.8123564,0.4311036,-0.3927171),(-0.6154547,0.4803144,-0.6249108),(-0.2320881,0.4884199,-0.8411784),(-0.3477759,0.4860727,-0.8017389),(-0.9469872,0.3069873,-0.09473184),(-0.9721923,0.186361,0.1418165),(-0.9667619,0.1429165,0.2120053),(-0.9658949,0.2588659,-0.00595269),(-0.9452968,0.08719579,0.3143421),(-0.9009184,-0.008068002,0.4339135),(-0.8941942,-0.01512227,0.4474237),(-0.9319498,0.05774023,0.3579604),(-0.9201611,0.03307638,0.3901405),(-0.9566405,0.1037908,0.2721516),(-0.89315,-0.01791336,0.4494019),(-0.8981211,-0.0162431,0.4394484),(-0.9117404,0.01397805,0.410529),(-0.9444641,0.07045286,0.3209734),(-0.9740654,0.2124626,0.07782254),(-0.9733983,0.1698366,0.1537902),(-0.8675125,-0.08304361,0.4904346),(-0.872189,-0.1069216,0.4773408),(-0.893965,-0.07691821,0.4414863),(-0.8762474,-0.06789741,0.4770539),(-0.9140326,-0.07170656,0.3992526),(-0.9699435,0.03284681,0.2411032),(-0.9842597,0.08450662,0.155214),(-0.9401646,-0.0299611,0.3394009),(-0.9644027,0.01524121,0.2639984),(-0.9192545,-0.042804,0.3913297),(-0.9890877,0.1361987,0.0561721),(-0.9812712,0.1848011,-0.05436352),(-0.9830841,0.06173684,0.1724359),(-0.9455324,-0.005699497,0.3254781),(-0.8910792,-0.04881126,0.4512154),(-0.9108576,-0.02615882,0.4118909),(-0.9863772,0.1618667,0.02931024),(-0.9418845,0.2747917,-0.1932435),(-0.8973315,0.3239791,-0.2997228),(-0.9733042,0.2170512,-0.07461743),(-0.8256783,0.3824153,-0.4147455),(-0.6226432,0.4859345,-0.6133376),(-0.5386119,0.4972322,-0.6801891),(-0.7545702,0.4158024,-0.5076734),(-0.6740925,0.439885,-0.5933805),(-0.8384665,0.3648154,-0.4048255),(-0.4522068,0.5009832,-0.7379192),(-0.365926,0.4973786,-0.7865829),(-0.5872334,0.4539586,-0.6701332),(-0.7671588,0.3952593,-0.5052101),(-0.945678,0.2673677,-0.1849533),(-0.9028332,0.309753,-0.298237),(-0.3758739,0.5516407,-0.744588),(-0.1601198,0.5697289,-0.8060834),(-0.09182848,0.5539119,-0.8274956),(-0.294915,0.5449419,-0.784897),(0.01585201,0.5638891,-0.8256984),(0.1612601,0.5529376,-0.8174688),(0.1879701,0.5352822,-0.8234927),(0.065837,0.5451363,-0.8357583),(0.1086532,0.5262869,-0.8433366),(-0.02975609,0.5359509,-0.8437246),(0.2079354,0.5188585,-0.8291855),(0.2209569,0.5035838,-0.8352134),(0.1439551,0.5074959,-0.8495439),(0.02536579,0.5162158,-0.8560828),(-0.2171989,0.5335329,-0.817415),(-0.1442046,0.5178779,-0.8432127),(0.2664987,0.5473641,-0.7933291),(0.3160827,0.5533462,-0.7706488),(0.3006796,0.5451149,-0.7825865),(0.269749,0.5338737,-0.8013828),(0.315147,0.5724129,-0.7569847),(0.26577,0.6024594,-0.7526015),(0.2208191,0.6013632,-0.7678549),(0.2841237,0.5687576,-0.7718734),(0.2468463,0.5655168,-0.7869292),(0.2793522,0.5380412,-0.7952824),(0.1692688,0.5998638,-0.7819919),(0.1104403,0.5974116,-0.7942936),(0.2029169,0.5622348,-0.8016961),(0.2518411,0.5317634,-0.8085813),(0.2669806,0.5219355,-0.8101264),(0.2579946,0.5112972,-0.8197646),(0.1814824,0.6381092,-0.7482519),(0.07472197,0.6734941,-0.7354062),(0.007179314,0.6702669,-0.7420855),(0.1243314,0.6370924,-0.7606938),(-0.05701283,0.701466,-0.7104188),(-0.2129141,0.7138129,-0.6671872),(-0.2950797,0.697921,-0.6525598),(-0.1330737,0.6933751,-0.7081823),(-0.2149003,0.6828966,-0.6981906),(-0.06682315,0.6654119,-0.7434794),(-0.3816139,0.6784357,-0.6277705),(-0.4717471,0.6544253,-0.5909163),(-0.3026759,0.6691229,-0.6787208),(-0.1480414,0.6581378,-0.7381994),(0.06049056,0.635015,-0.7701278),(-0.01093516,0.6312118,-0.7755334),(-0.3738437,0.7071409,-0.6001605),(-0.5255044,0.6813491,-0.509518),(-0.6069885,0.6451341,-0.4640764),(-0.4581095,0.6815749,-0.5706061),(-0.6688948,0.629345,-0.3956067),(-0.7998297,0.5425904,-0.2566479),(-0.8587834,0.4793513,-0.1808684),(-0.7422714,0.5807613,-0.3342898),(-0.8101307,0.5254569,-0.2599682),(-0.687228,0.6026839,-0.4055735),(-0.9072313,0.4100711,-0.09366401),(-0.9419132,0.3358234,0.004703127),(-0.8692732,0.4635358,-0.171752),(-0.763611,0.5535204,-0.3324355),(-0.5444302,0.6509582,-0.5290076),(-0.6310268,0.6144965,-0.4734968),(-0.8984079,0.427885,-0.09888198),(-0.9530736,0.2953328,0.0665527),(-0.9655905,0.2080141,0.1560931),(-0.9365138,0.3503918,-0.01294609),(-0.9628003,0.1393971,0.2314823),(-0.9217896,-0.04379369,0.385209),(-0.8781301,-0.1295273,0.4605542),(-0.9469939,0.0488481,0.3175159),(-0.9144808,-0.03941723,0.4027049),(-0.9610122,0.1194729,0.2493626),(-0.820765,-0.20951,0.5314608),(-0.7511649,-0.2819377,0.5968772),(-0.8657389,-0.1227582,0.4852076),(-0.9382932,0.03247062,0.3443132),(-0.9597763,0.2687889,0.08112997),(-0.9657153,0.1852276,0.1818921),(-0.8294612,-0.2272312,0.510255),(-0.7035929,-0.3827913,0.5986885),(-0.6274319,-0.4416633,0.6412976),(-0.764323,-0.301495,0.5700097),(-0.5584344,-0.512933,0.6519591),(-0.40264,-0.6242371,0.6694842),(-0.3384362,-0.6481875,0.6821392),(-0.4825046,-0.5542918,0.678196),(-0.4099294,-0.584323,0.7003745),(-0.5481887,-0.4898863,0.6778647),(-0.2840167,-0.6614557,0.694126),(-0.2406949,-0.6645105,0.7074545),(-0.3424942,-0.6034716,0.7200832),(-0.4679011,-0.5273888,0.7091753),(-0.6902463,-0.3671069,0.6235324),(-0.6091453,-0.4232337,0.6706827),(-0.2649136,-0.7025456,0.6604925),(-0.1783407,-0.7417815,0.6464943),(-0.162267,-0.7445785,0.6475124),(-0.222289,-0.713249,0.664728),(-0.145929,-0.757404,0.6364307),(-0.1689954,-0.7578927,0.6301105),(-0.2139346,-0.7437421,0.6333085),(-0.1590566,-0.7536905,0.6376924),(-0.1889978,-0.7435123,0.6414587),(-0.1626625,-0.7404082,0.6521784),(-0.2739978,-0.7217841,0.635573),(-0.3488974,-0.6894404,0.6347775),(-0.2365834,-0.724744,0.6471278),(-0.1805114,-0.7281114,0.6612635),(-0.1940907,-0.7151363,0.6714976),(-0.1812952,-0.7080296,0.6825145),(-0.2415035,-0.7467182,0.6197484),(-0.3546532,-0.7171651,0.5999129),(-0.4473472,-0.6688457,0.5937389),(-0.3151161,-0.7171251,0.6216378),(-0.5031512,-0.6504521,0.5689911),(-0.6725529,-0.5272809,0.5192758),(-0.7626832,-0.4338364,0.4796877),(-0.6025488,-0.5798873,0.5483298),(-0.6987898,-0.4961185,0.5153245),(-0.5448896,-0.607558,0.5779001),(-0.8415613,-0.3302218,0.427467),(-0.9059978,-0.2194798,0.3619344),(-0.7877902,-0.4004813,0.4679759),(-0.6436526,-0.5327175,0.5494755),(-0.3997543,-0.6769955,0.6179591),(-0.493309,-0.6243194,0.6056991),(-0.8216151,-0.3637053,0.4389385),(-0.9252442,-0.186139,0.3305684),(-0.9631018,-0.06720819,0.2606106),(-0.8891088,-0.2527582,0.381574),(-0.9785935,0.007238554,0.2056759),(-0.9733425,0.2167497,0.07499243),(-0.9481012,0.3179649,-0.001520148),(-0.9839903,0.1228617,0.1291057),(-0.9713973,0.2321514,0.04992853),(-0.9816575,0.05071361,0.1837843),(-0.909264,0.4090625,-0.07685632),(-0.8593649,0.4887289,-0.1504524),(-0.94268,0.3322754,-0.03078253),(-0.9812939,0.1637729,0.1011969),(-0.9396027,-0.1369256,0.3136849),(-0.9716035,-0.02015805,0.2357547),(-0.9088033,0.4142416,-0.04980477),(-0.8005673,0.5771262,-0.1612989),(-0.7360123,0.6399176,-0.2208873),(-0.85998,0.4960081,-0.1200423),(-0.6550635,0.7104203,-0.2572836),(-0.4717346,0.8162051,-0.3335803),(-0.3970261,0.8428625,-0.3632536),(-0.5817365,0.7547948,-0.3030963),(-0.5117943,0.7878883,-0.3424888),(-0.6690295,0.6903628,-0.2753156),(-0.3319579,0.8610945,-0.3851237),(-0.2807339,0.8721849,-0.4006019),(-0.4487333,0.8106421,-0.3761622),(-0.6025335,0.728982,-0.3248672),(-0.8031551,0.5657855,-0.1866241),(-0.740975,0.6234638,-0.2494972),(-0.2716255,0.8817291,-0.3857116),(-0.08585937,0.9061549,-0.4141394),(-0.03425949,0.9101496,-0.4128607),(-0.2041832,0.8940143,-0.3988078),(0.08009259,0.9046832,-0.4184898),(0.2275102,0.8900623,-0.395004),(0.2274725,0.8973241,-0.3782403),(0.1088098,0.9070228,-0.40678),(0.1194935,0.9153658,-0.3844827),(-0.0007616102,0.9159467,-0.4012993),(0.2119833,0.9117606,-0.3517891),(0.1113591,0.9292812,-0.3521869),(0.1830092,0.9314696,-0.3144394),(0.01184425,0.9244018,-0.3812364),(-0.1519131,0.9026459,-0.4026818),(-0.1189338,0.9090454,-0.3993635),(0.316129,0.8779323,-0.3595795),(0.3085564,0.8887738,-0.338931),(0.2885013,0.8945343,-0.3414311),(0.2575174,0.9120269,-0.3192048),(0.1959988,0.9207426,-0.3373685),(-0.05088504,0.9401442,-0.3369565),(-0.1608771,0.9344782,-0.3175988),(0.1185019,0.9411083,-0.3166582),(0.03794612,0.9529309,-0.3008035),(0.1976793,0.9341624,-0.2970918),(-0.2607482,0.912448,-0.3153555),(-0.3299131,0.8855423,-0.3270657),(-0.03146,0.9575748,-0.2864623),(0.1378723,0.9531538,-0.2692379),(0.2487595,0.9155094,-0.3161665),(0.202044,0.9381817,-0.2810575),(-0.3345284,0.8994439,-0.2812317),(-0.5249979,0.8350272,-0.1646414),(-0.459965,0.8475241,-0.2648303),(-0.6398154,0.7525875,-0.155719),(-0.6320164,0.7744665,-0.02751115),(-0.6830254,0.7236555,0.09899029),(-0.7275451,0.6854368,-0.0292289),(-0.758047,0.646276,0.08770416),(-0.7211636,0.6613442,-0.2062691),(-0.795601,0.5954912,-0.1113974),(-0.8171267,0.57613,-0.01944607),(-0.8121834,0.5182115,-0.2679828),(-0.828698,0.5135012,-0.2226569),(-0.7501149,0.5842637,-0.30978),(-0.5578963,0.7794334,-0.2850181),(-0.6080809,0.7184469,-0.337745),(-0.7118582,0.673399,0.1994783),(-0.7397824,0.6158103,0.2711082),(-0.7789046,0.5767593,0.2462855),(-0.7673931,0.6150672,0.1811079),(-0.7698635,0.5545538,0.3158797),(-0.8040234,0.4914476,0.3347025),(-0.816759,0.4945132,0.2972563),(-0.7949024,0.5357665,0.2847531),(-0.8215929,0.5581885,0.115805),(-0.8283892,0.539049,0.1523078),(-0.8393237,0.5167859,0.1687251),(-0.8375947,0.5364811,-0.1030683),(-0.847595,0.5258529,-0.07114319),(-0.8311054,0.5386444,-0.1382968),(-0.8182502,0.5718628,0.0586492),(-0.8281744,0.531481,-0.1779184),(-0.8236942,0.4595326,0.3322013),(-0.8101923,0.4944435,0.3148239),(-0.7986746,0.5401507,0.2652472),(-0.8256587,0.4847221,0.2886731),(-0.748637,0.6017316,0.2783197),(-0.6009631,0.7732257,0.2023985),(-0.5194505,0.8422563,0.144137),(-0.7123878,0.6654169,0.2229885),(-0.6767379,0.7246303,0.1301424),(-0.7910479,0.5909293,0.1582593),(-0.4403823,0.8950819,0.06994212),(-0.3852548,0.9226156,-0.01895061),(-0.655807,0.7549242,-0.002576353),(-0.7886733,0.6146402,-0.01455376),(-0.8354229,0.5228657,0.1693511),(-0.8408676,0.5397059,-0.04073511),(-0.3904826,0.9176081,0.07428685),(-0.200739,0.9770707,-0.07096984),(-0.08247893,0.9918366,-0.09724955),(-0.2697317,0.9626244,0.02447419),(-0.04684939,0.9808155,-0.1892251),(0.07820188,0.9643635,-0.2527599),(0.03593007,0.9814391,-0.188378),(0.104143,0.9673285,-0.2311488),(0.01329112,0.9939445,-0.1090766),(0.09844561,0.9800372,-0.1727291),(0.1172682,0.9728329,-0.1996106),(0.1397043,0.979451,-0.1454601),(0.1218466,0.9797283,-0.1590151),(0.07879063,0.9907818,-0.1101968),(-0.1631496,0.9863791,-0.02094091),(-0.08803275,0.9941474,-0.06262018),(0.1774715,0.9497704,-0.2577596),(0.2479719,0.9425067,-0.2240338),(0.1527901,0.9627859,-0.2229317),(0.201925,0.9627714,-0.1797154),(0.2923633,0.9392791,-0.1796621),(0.3137312,0.9376056,-0.1498946),(0.2512127,0.9593699,-0.1284583),(0.3016187,0.9485209,-0.09661511),(0.1519991,0.9778735,-0.1437345),(0.2096224,0.972989,-0.09669986),(0.2940184,0.9532112,-0.07029569),(0.178169,0.9804478,-0.08353358),(0.2958246,0.9526333,-0.0705517),(0.1102873,0.9871842,-0.1153436),(0.1210991,0.9750749,-0.1859135),(0.09183619,0.9849612,-0.1463478),(0.3470954,0.9262199,-0.1471103),(0.4268998,0.8890663,-0.1652811),(0.3683254,0.9243756,-0.09932808),(0.4665579,0.8749599,-0.129494),(0.5547067,0.8103833,-0.1886248),(0.7192956,0.6662108,-0.196919),(0.5959691,0.7853802,-0.1673287),(0.7457429,0.6387764,-0.1892941),(0.5139071,0.8496356,-0.1184001),(0.6417302,0.7492417,-0.1637657),(0.7730783,0.6046284,-0.1917665),(0.6846958,0.70671,-0.1781926),(0.7961811,0.5693026,-0.2049147),(0.5629709,0.815829,-0.1322376),(0.3974946,0.9141108,-0.07999561),(0.4330908,0.8969195,-0.08926302),(0.8485278,0.4954154,-0.1859144),(0.9129828,0.3696281,-0.1727353),(0.8598276,0.4746462,-0.1881686),(0.9174912,0.3550293,-0.1793436),(0.9405315,0.2962416,-0.1662575),(0.9479465,0.2719923,-0.1655826),(0.9425848,0.2853482,-0.1735232),(0.9494477,0.2624637,-0.1722266),(0.9209716,0.342941,-0.1849397),(0.9440253,0.2794248,-0.1753226),(0.950591,0.2589312,-0.1712642),(0.9434745,0.2828996,-0.1726952),(0.9500331,0.2657772,-0.1637055),(0.9216839,0.3379257,-0.1905386),(0.8703127,0.4525648,-0.1942706),(0.8771914,0.4341303,-0.2051005),(0.2850522,0.9565194,0.06177331),(0.2939827,0.9554912,0.02471325),(0.3010994,0.9520475,-0.05426366),(0.3732842,0.9266904,0.04363378),(0.3839271,0.9216995,-0.05540938),(0.3608536,0.9283279,0.08939796),(0.2903656,0.9473645,-0.1348641),(0.2605639,0.9419592,-0.2117057),(0.3716365,0.9150603,-0.1566879),(0.3352793,0.9074853,-0.2530973),(0.4559208,0.8900051,-0.005219813),(0.4402506,0.8900869,-0.1180026),(0.3962212,0.8890523,-0.2293354),(0.4879904,0.8724322,-0.02697186),(0.439521,0.8863019,-0.1459121),(0.5059216,0.8582863,0.08595337),(0.4311325,0.8897188,0.1500843),(0.4447236,0.8898757,0.101696),(0.4957946,0.8479089,0.1877189),(0.4830565,0.8440319,0.2329514),(0.2202788,0.9355636,-0.2760397),(0.1783213,0.9298408,-0.3218656),(0.2847526,0.8983759,-0.3344201),(0.2300609,0.8893785,-0.395067),(0.1335646,0.927905,-0.34807),(0.08499123,0.9317786,-0.3529379),(0.1035908,0.8841227,-0.4556272),(0.1701379,0.8839013,-0.4356279),(0.2702761,0.873075,-0.4058211),(0.199902,0.8615441,-0.4666701),(0.1230489,0.8507489,-0.510965),(0.1592341,0.8390596,-0.5202148),(0.2332326,0.865575,-0.4431508),(0.30459,0.8832183,-0.3565817),(0.3355106,0.8833309,-0.3273517),(0.3735278,0.8909298,-0.2583043),(0.03957539,0.941528,-0.3346027),(0.006584069,0.9551071,-0.2961876),(0.0003478483,0.9047436,-0.4259564),(0.04211899,0.8910634,-0.4519205),(-0.01097667,0.9692575,-0.2458037),(-0.01104639,0.9814312,-0.1914961),(-0.01887691,0.9226246,-0.3852368),(-0.01352413,0.941358,-0.3371384),(-0.0009941675,0.8488571,-0.5286213),(0.01280124,0.8421579,-0.5390789),(0.01432645,0.8610845,-0.5082603),(0.1005238,0.7177198,-0.6890379),(0.07072333,0.74238,-0.6662358),(0.0692793,0.7721789,-0.6316171),(0.0546916,0.842988,-0.535145),(0.09855318,0.805758,-0.5839874),(-0.002217513,0.9899334,-0.1415166),(0.005929643,0.9950072,-0.09962716),(0.003748309,0.9568526,-0.2905498),(0.01922623,0.9679619,-0.25036),(0.01279462,0.9978063,-0.06495342),(0.01800708,0.9991612,-0.03677899),(0.03245268,0.9758988,-0.2157971),(0.04312776,0.9815813,-0.1861135),(0.08861705,0.892094,-0.4430749),(0.06756995,0.8836656,-0.4632163),(0.1059361,0.8993642,-0.4241717),(0.2277182,0.6378224,-0.7357492),(0.2041195,0.6551207,-0.7274285),(0.1754249,0.6745198,-0.7171116),(0.04279312,0.8735505,-0.4848487),(0.1411053,0.6955546,-0.7044806),(0.0195386,0.9996998,-0.01478331),(0.01553244,0.9998785,0.001308879),(0.04866454,0.9857211,-0.1612013),(0.04669612,0.9888399,-0.1414742),(0.005930372,0.9999017,0.01270545),(-0.009414997,0.9997427,0.02063289),(0.03730049,0.9912909,-0.1262973),(0.02047143,0.9931625,-0.1149313),(0.117693,0.9119836,-0.3929813),(0.1092533,0.9177569,-0.3818191),(0.09127918,0.9231592,-0.3734237),(0.2413118,0.6036099,-0.7598841),(0.223612,0.5997267,-0.7683265),(0.2478922,0.6114475,-0.7514528),(0.1166016,0.9059171,-0.4070852),(0.2433895,0.6230484,-0.743352),(-0.02448389,0.9993106,0.02790664),(-0.0332576,0.9987649,0.03691182),(0.003254859,0.994508,-0.10461),(-0.007393408,0.9956873,-0.09247696),(-0.03581101,0.9982281,0.04752181),(-0.03221542,0.9977033,0.05958482),(-0.01161535,0.9968575,-0.07835982),(-0.009558865,0.998024,-0.06210212),(0.05819298,0.9335198,-0.3537716),(0.05092068,0.9393569,-0.3391397),(0.04971391,0.9458302,-0.3208329),(0.1714225,0.6188632,-0.7665655),(0.162636,0.6366839,-0.7537793),(0.1846509,0.6068867,-0.773041),(0.07162137,0.9282141,-0.3650876),(0.2020971,0.6006503,-0.7735476),(-0.02633835,0.9970734,0.0717693),(-0.02200568,0.9963258,0.08276939),(-0.005098956,0.9989815,-0.04483377),(-0.002023905,0.9996082,-0.02791884),(-0.01925522,0.9955236,0.09253141),(-0.01811008,0.99472,0.1010159),(-0.0003760894,0.9999324,-0.01161693),(-0.0001921849,0.9999927,0.003848942),(0.05165664,0.9593117,-0.2775837),(0.0513327,0.9657164,-0.2544737),(0.05006015,0.971657,-0.2310342),(0.1453059,0.7144486,-0.6844335),(0.1403444,0.7441924,-0.6530553),(0.1506145,0.6857061,-0.7121252),(0.05110294,0.9526072,-0.2998799),(0.1563915,0.6593041,-0.7354317),(-0.01751539,0.9939639,0.1083001),(-0.01629653,0.9933398,0.1140633),(2.351288e-6,0.9998305,0.01841278),(0.001867466,0.9995064,0.03136298),(-0.01420151,0.9929699,0.1175125),(-0.01094428,0.9929683,0.1178736),(0.01206423,0.9988135,0.04718306),(0.005761893,0.9991274,0.04136619),(0.05821121,0.9845411,-0.1651978),(0.05226252,0.9813639,-0.1849144),(0.06785039,0.986371,-0.1498951),(0.1441537,0.8252052,-0.5461282),(0.1545804,0.8444055,-0.5129173),(0.1385151,0.8013394,-0.5819525),(0.04967278,0.9769813,-0.2074611),(0.1373929,0.7738176,-0.6183279),(-0.004912177,0.9933462,0.115062),(0.005367501,0.9939801,0.1094291),(0.03622533,0.9983178,0.04526912),(0.02189522,0.9985897,0.04836495),(0.0199698,0.9946752,0.1011066),(0.03901727,0.99516,0.09018949),(0.05513375,0.9977428,0.03833377),(0.07876531,0.9965023,0.02791006),(0.1224299,0.9832515,-0.1350093),(0.09967959,0.9858168,-0.1350152),(0.1500727,0.9787758,-0.1395568),(0.2433585,0.8684123,-0.432015),(0.2135423,0.8706188,-0.4431957),(0.1890848,0.8671941,-0.4606748),(0.08155313,0.9868075,-0.1398574),(0.1695696,0.8584256,-0.4840987),(0.06190783,0.9951397,0.07658017),(0.0878026,0.9943044,0.06041028),(0.1061385,0.9942529,0.01399925),(0.1359486,0.9907107,-0.003202337),(0.1163799,0.992309,0.04217301),(0.1472484,0.9888468,0.0223554),(0.1677343,0.9855644,-0.02298047),(0.2009683,0.9785806,-0.04462849),(0.2465852,0.9524053,-0.1792203),(0.2134496,0.9633744,-0.1623232),(0.2798392,0.9393142,-0.1984414),(0.3393247,0.8334599,-0.4361233),(0.3687955,0.8155084,-0.4460221),(0.3081583,0.8488623,-0.4295011),(0.181075,0.9721552,-0.1487488),(0.2759383,0.8608293,-0.4275873),(0.1802597,0.9836176,0.001689392),(0.2152583,0.9763754,-0.0188363),(0.2353287,0.9695844,-0.06727906),(0.2705565,0.9584978,-0.08989482),(0.2517956,0.9670251,-0.03822883),(0.2894371,0.9555854,-0.05552294),(0.3062177,0.945412,-0.1114756),(0.3419209,0.9305435,-0.1310683),(0.345703,0.9072442,-0.2395776),(0.3778174,0.8887845,-0.2594534),(0.4090001,0.8692619,-0.277674),(0.4482049,0.7522435,-0.4829516),(0.4716179,0.7299629,-0.4947026),(0.4231909,0.774347,-0.4704213),(0.3129287,0.9242003,-0.2189281),(0.3966612,0.7956347,-0.4578486),(0.3251501,0.9429752,-0.07123981),(0.3562053,0.9304003,-0.08644864),(0.3752287,0.9148598,-0.1491141),(0.4040334,0.8994113,-0.1667824),(0.3827245,0.9182934,-0.1012873),(0.404859,0.9070095,-0.1158573),(0.4285669,0.8844501,-0.1846036),(0.4490526,0.8701289,-0.2030458),(0.4619001,0.8306099,-0.3110234),(0.482373,0.8123721,-0.3276702),(0.4991333,0.7949128,-0.3449344),(0.523146,0.6695974,-0.5272168),(0.5335487,0.6527363,-0.5378301),(0.509472,0.6882007,-0.5165445),(0.4375198,0.8496014,-0.2945399),(0.4923574,0.7083794,-0.5057498),(0.4259115,0.8956054,-0.1284156),(0.4489107,0.8830701,-0.1366252),(0.4681475,0.8556221,-0.220791),(0.4881802,0.8403417,-0.2355969),(0.4735736,0.8696644,-0.1393265),(0.4996057,0.8556231,-0.1352908),(0.5088497,0.8249698,-0.2459613),(0.5299588,0.8102182,-0.2503803),(0.5285753,0.7607752,-0.3766021),(0.5427582,0.7449757,-0.3878464),(0.5565921,0.7312669,-0.3942764),(0.5560995,0.6131901,-0.561027),(0.5623536,0.6054141,-0.5632338),(0.54936,0.6241075,-0.5556018),(0.5139996,0.777737,-0.3618419),(0.5418985,0.6375265,-0.5476367),(0.5251253,0.8418661,-0.1245187),(0.5485503,0.8291534,-0.1076904),(0.5505661,0.797011,-0.2482955),(0.5699734,0.785862,-0.2398983),(0.5699729,0.8172525,-0.08502445),(0.5893553,0.8058799,-0.05672603),(0.5883615,0.7765625,-0.2253474),(0.6057713,0.7688469,-0.2047326),(0.583661,0.7121,-0.3901967),(0.5972691,0.7064687,-0.3796992),(0.61105,0.7030975,-0.363692),(0.5858045,0.5994872,-0.545388),(0.5960763,0.602111,-0.5311832),(0.5767676,0.5989422,-0.5555245),(0.5701637,0.7202782,-0.395111),(0.5689733,0.6008033,-0.5615201),(0.6066973,0.7945992,-0.02303374),(0.6219763,0.7828813,0.015566),(0.6224028,0.7621782,-0.1780424),(0.6383682,0.7558702,-0.1454177),(0.6350006,0.7703084,0.05830257),(0.6455762,0.7565381,0.1043146),(0.6533896,0.7493801,-0.107291),(0.6671082,0.7421942,-0.06414379),(0.6404665,0.7005987,-0.3145857),(0.6560774,0.7002112,-0.2815435),(0.6718143,0.6997089,-0.2430494),(0.6374944,0.6165782,-0.4619873),(0.6545485,0.6221047,-0.4295951),(0.6218727,0.6111578,-0.4896534),(0.6253636,0.701385,-0.3420226),(0.6079894,0.6062114,-0.5126956),(0.6531175,0.7417811,0.1523096),(0.6572797,0.7264009,0.2008113),(0.6787094,0.7342128,-0.01688945),(0.6875184,0.7254045,0.03326948),(0.6583907,0.71042,0.2486465),(0.6569223,0.6939676,0.2947238),(0.693436,0.7154558,0.08526213),(0.696473,0.704191,0.1379871),(0.7003693,0.6974381,-0.1518648),(0.7120139,0.6949255,-0.1005723),(0.721427,0.6909301,-0.04646204),(0.7072633,0.6375071,-0.3055542),(0.7235711,0.6410906,-0.2558276),(0.6900164,0.632876,-0.3512054),(0.6868438,0.698866,-0.1995789),(0.6723031,0.6275998,-0.39259),(0.6533722,0.6773934,0.3379984),(0.6483577,0.6611282,0.3775471),(0.6966904,0.6916717,0.1902968),(0.6943354,0.678086,0.2410348),(0.6426984,0.6454914,0.4126496),(0.6372862,0.6307657,0.4427198),(0.6899367,0.6636108,0.2891505),(0.6841902,0.6484796,0.3337035),(0.7322848,0.6777436,0.06650322),(0.733582,0.6683232,0.1232951),(0.7323875,0.6569687,0.1788873),(0.7613109,0.642575,-0.08662176),(0.7688589,0.6389045,-0.02563267),(0.7510465,0.6439539,-0.145783),(0.7282533,0.6852412,0.009571761),(0.738348,0.6433358,-0.2023884),(0.6325468,0.6180631,0.4667788),(0.6290117,0.6084453,0.4838787),(0.677431,0.633794,0.3733528),(0.670253,0.6206843,0.4068317),(0.6277331,0.6019737,0.4935372),(0.6297143,0.5985457,0.4951796),(0.6638923,0.6093865,0.4334687),(0.659608,0.6000161,0.4526565),(0.7226825,0.6318824,0.2800974),(0.7156038,0.6193194,0.3230398),(0.708642,0.6070216,0.3596543),(0.7713645,0.6176176,0.1534448),(0.7668134,0.6075533,0.207066),(0.7737178,0.6262228,0.0959468),(0.728645,0.6445089,0.2316997),(0.773073,0.6333063,0.03579701),(0.6354043,0.5986033,0.4877862),(0.6448908,0.6024542,0.4702816),(0.6581054,0.5934877,0.4633246),(0.6599135,0.5906073,0.4644321),(0.6583077,0.6094556,0.4418086),(0.6755145,0.6186694,0.4011589),(0.6658018,0.5910408,0.4553887),(0.6763036,0.5942206,0.4353337),(0.6981645,0.5878428,0.4086652),(0.6967071,0.5820498,0.4193058),(0.6992392,0.5785567,0.4199247),(0.7466608,0.5784969,0.3283886),(0.7418768,0.5706539,0.3520979),(0.7533462,0.5873376,0.2958109),(0.7025564,0.5961558,0.3886035),(0.7605423,0.5970876,0.2550724),(0.6955585,0.6291633,0.346918),(0.7163445,0.6399799,0.2779862),(0.6910188,0.6001978,0.4028099),(0.7086442,0.6089358,0.3563997),(0.7351541,0.6496816,0.193552),(0.7488515,0.6561896,0.09293384),(0.727604,0.6193062,0.2950462),(0.7458695,0.6296207,0.2173854),(0.7160693,0.5819907,0.3853979),(0.7294716,0.5889221,0.3479111),(0.7452688,0.5978302,0.2952518),(0.7437794,0.5662964,0.3551065),(0.7515572,0.571337,0.3297511),(0.7399094,0.5640424,0.3665926),(0.7058569,0.5782723,0.4091053),(0.7395215,0.5653557,0.3653503),(0.7546807,0.6557152,-0.022243),(0.7491903,0.6454448,-0.148711),(0.7610442,0.6368671,0.1233367),(0.7694905,0.6385034,0.01406231),(0.7277229,0.6246299,-0.2832962),(0.6864951,0.5923063,-0.4217793),(0.7663803,0.633063,-0.1090535),(0.7471265,0.6184145,-0.2436502),(0.7762202,0.6146,0.1405311),(0.7843263,0.6191918,0.037865),(0.7818346,0.6181586,-0.08133041),(0.7866625,0.5976,0.1550368),(0.7937959,0.60523,0.0598722),(0.7752004,0.587971,0.2309855),(0.7618583,0.6069337,0.2262817),(0.7626501,0.5787219,0.2888697),(0.6269134,0.5457795,-0.5559715),(0.552302,0.4850486,-0.6780046),(0.7106655,0.5902014,-0.382906),(0.6572241,0.546644,-0.5188802),(0.4632353,0.4142508,-0.7834598),(0.361222,0.3379929,-0.8690682),(0.5851948,0.4903707,-0.6458202),(0.4945451,0.4246683,-0.7583417),(0.7349036,0.5810301,-0.3497437),(0.6841322,0.5428057,-0.48716),(0.61155,0.4931757,-0.6186957),(0.7536833,0.5771937,-0.3143386),(0.7036736,0.5463099,-0.4543006),(0.7821196,0.5969604,-0.178682),(0.766157,0.6064509,-0.2126513),(0.7936073,0.6061463,-0.0526692),(0.2548855,0.2591815,-0.9315892),(0.1539976,0.1811353,-0.9713263),(0.3925161,0.351276,-0.8500213),(0.2882323,0.2731634,-0.9177712),(0.06171747,0.1088831,-0.9921367),(-0.02038503,0.04724039,-0.9986755),(0.1853087,0.195982,-0.9629391),(0.08633884,0.1254847,-0.9883316),(0.4232965,0.360917,-0.8309988),(0.3181128,0.2856684,-0.9039899),(0.2093882,0.2121071,-0.9545507),(0.4514614,0.3765502,-0.8089454),(0.3422391,0.3060673,-0.8883665),(0.5494325,0.4435153,-0.7081089),(0.5221091,0.4319309,-0.7354167),(0.6339848,0.5016978,-0.5885257),(-0.08640146,-0.001635551,-0.9962591),(-0.1312151,-0.03816968,-0.9906188),(-6.153274e-5,0.06476913,-0.9979002),(-0.06604715,0.01479809,-0.9977068),(-0.1558471,-0.0627668,-0.985785),(-0.161187,-0.07537246,-0.9840416),(-0.1119188,-0.02331838,-0.9934437),(-0.1385902,-0.04832494,-0.9891701),(0.02244467,0.08298727,-0.9962978),(-0.04444036,0.03259027,-0.9984804),(-0.09357949,-0.004788949,-0.9956003),(0.04721245,0.1056804,-0.9932787),(-0.02406586,0.05577043,-0.9981536),(0.1329416,0.1668524,-0.9769784),(0.1074266,0.1437754,-0.9837623),(0.2322388,0.2351483,-0.9438064),(-0.1537094,-0.07563564,-0.985217),(-0.1399399,-0.06539623,-0.987998),(-0.1502044,-0.05957535,-0.9868583),(-0.1508277,-0.05905483,-0.9867946),(-0.1210273,-0.04861749,-0.9914578),(-0.09810361,-0.02924296,-0.9947466),(-0.1416695,-0.05044044,-0.988628),(-0.1237637,-0.03724836,-0.9916124),(-0.1439286,-0.03909208,-0.9888156),(-0.1478391,-0.04091375,-0.9881648),(-0.139024,-0.03627093,-0.9896246),(-0.136015,-0.02069005,-0.9904907),(-0.1405118,-0.02704656,-0.9897096),(-0.1158313,-0.005865187,-0.9932516),(-0.126281,-0.02806627,-0.9915974),(-0.07892398,0.01897873,-0.9967),(-0.07738764,-0.009503567,-0.9969558),(-0.06479777,0.009946549,-0.9978488),(-0.1045505,-0.02129901,-0.9942915),(-0.0913315,-0.003522953,-0.9958143),(-0.06061355,0.02830131,-0.99776),(-0.0650523,0.04479027,-0.9968761),(-0.08467358,0.01441191,-0.9963045),(-0.08507947,0.03087877,-0.9958955),(-0.1146154,-0.01238459,-0.9933328),(-0.1075958,0.003374292,-0.9941891),(-0.105027,0.01856078,-0.9942961),(-0.1274348,-0.005207843,-0.9918333),(-0.1237682,0.007604547,-0.9922821),(-0.1320653,-0.01717941,-0.9910921),(-0.1253498,-0.02638719,-0.9917617),(-0.1367426,-0.02543501,-0.99028),(-0.07016017,0.05807253,-0.9958439),(-0.06771487,0.06848063,-0.9953518),(-0.08685476,0.04421729,-0.9952391),(-0.08392517,0.05477576,-0.9949655),(-0.05698381,0.07849138,-0.9952849),(-0.03723628,0.09051482,-0.9951987),(-0.07559022,0.0648595,-0.9950274),(-0.06117118,0.07671474,-0.9951748),(-0.1000457,0.04183878,-0.9941028),(-0.09341267,0.05207746,-0.9942645),(-0.0832641,0.06385403,-0.9944797),(-0.1107719,0.04018386,-0.9930331),(-0.1037752,0.05195353,-0.9932429),(-0.1161887,0.02967183,-0.9927838),(-0.1037225,0.03129479,-0.9941139),(-0.1203943,0.01921967,-0.9925401),(-0.00174873,0.1048996,-0.9944812),(0.05638748,0.1202103,-0.9911457),(-0.03238992,0.09042968,-0.9953759),(0.01921302,0.1047177,-0.9943164),(0.1377695,0.1352235,-0.9811901),(0.24167,0.1487939,-0.9588827),(0.09441856,0.1190218,-0.988392),(0.1929908,0.1328798,-0.9721612),(-0.01499204,0.09008631,-0.9958212),(0.05352238,0.1035113,-0.9931872),(0.1454292,0.1173736,-0.9823817),(0.01544265,0.08861993,-0.9959459),(0.09962071,0.102189,-0.9897642),(-0.04610708,0.07625999,-0.9960214),(-0.06028973,0.07689837,-0.9952144),(-0.08552437,0.06428166,-0.9942603),(0.3565325,0.1611547,-0.9202792),(0.4725354,0.1713768,-0.8644884),(0.305154,0.1466501,-0.9409436),(0.4225802,0.1589848,-0.8922722),(0.5882919,0.1755733,-0.7893583),(0.7005558,0.1700319,-0.6930445),(0.5438213,0.1656693,-0.8226859),(0.6649187,0.1627241,-0.7289748),(0.3703594,0.1460935,-0.917328),(0.495784,0.1549087,-0.8545184),(0.6250014,0.1544942,-0.7651828),(0.4447221,0.143104,-0.8841626),(0.5808989,0.1451172,-0.8009354),(0.3166786,0.1325623,-0.9392241),(0.2531486,0.1321305,-0.9583618),(0.2013434,0.1174868,-0.9724494),(0.7885159,0.1607505,-0.5936346),(0.8409129,0.1573183,-0.5177993),(0.7622635,0.1558247,-0.6282301),(0.8223136,0.1541639,-0.5477535),(0.8671982,0.1606638,-0.4713327),(0.8736578,0.1699976,-0.4558761),(0.8546876,0.1583099,-0.4944159),(0.8664411,0.1670947,-0.4704883),(0.8001349,0.1505072,-0.5806304),(0.8394696,0.1556176,-0.5206475),(0.857421,0.163895,-0.4878193),(0.8211603,0.152504,-0.549944),(0.8463303,0.1603926,-0.5079362),(0.7739554,0.1461878,-0.6161348),(0.7317883,0.150164,-0.6647832),(0.6968062,0.1435535,-0.7027471),(0.8578963,0.1875522,-0.4783702),(0.8087546,0.217438,-0.5464767),(0.8552117,0.1831688,-0.4848321),(0.8103012,0.2113517,-0.5465732),(0.7053716,0.2602102,-0.6593493),(0.5166185,0.3082518,-0.798803),(0.7124265,0.2526257,-0.6546974),(0.5316078,0.3005593,-0.7918695),(0.8108412,0.2051057,-0.5481498),(0.7181971,0.2451305,-0.6512325),(0.5443372,0.2931992,-0.7859588),(0.7225189,0.2377976,-0.6491677),(0.5547259,0.2862245,-0.7812521),(0.8102008,0.1987775,-0.5514182),(0.8513415,0.1784999,-0.4933106),(0.8460998,0.1735959,-0.5039638),(0.2737225,0.3356901,-0.9013258),(0.0211948,0.3347288,-0.9420761),(0.2966587,0.3306063,-0.8959314),(0.0486792,0.3342867,-0.9412135),(-0.2514092,0.3094022,-0.9170952),(-0.5440219,0.2554767,-0.799232),(-0.2238268,0.3139776,-0.9226698),(-0.5212132,0.2633822,-0.8117675),(0.07250986,0.3337539,-0.9398674),(-0.1988489,0.3182316,-0.9269238),(-0.498733,0.2713959,-0.8231705),(-0.1768122,0.322228,-0.9300035),(-0.4772823,0.2794221,-0.8331417),(0.09262919,0.3332321,-0.9382836),(0.316193,0.325777,-0.8910058),(0.3323398,0.3212744,-0.8867542),(-0.7514217,0.1886705,-0.6322727),(-0.829922,0.1489369,-0.5376313),(-0.7370565,0.195927,-0.6468077),(-0.8234978,0.1522702,-0.5465026),(-0.8346994,0.1450341,-0.5312645),(-0.7764719,0.1813084,-0.6035054),(-0.8366056,0.1429681,-0.5288206),(-0.7925024,0.1727171,-0.5849007),(-0.8158429,0.1576531,-0.5563685),(-0.8372481,0.1431523,-0.5277528),(-0.8062577,0.165604,-0.5679116),(-0.8366196,0.1456161,-0.5280753),(-0.817282,0.1603872,-0.5534674),(-0.8072734,0.1649226,-0.5666657),(-0.721528,0.2043942,-0.6615288),(-0.7054816,0.2138451,-0.6756968),(-0.6836327,0.2411528,-0.6888336),(-0.6060131,0.298559,-0.7372997),(-0.6411279,0.2854403,-0.7123756),(-0.7153345,0.2281165,-0.6604993),(-0.5503671,0.3407004,-0.7622463),(-0.5194832,0.356193,-0.7767004),(-0.514904,0.3496486,-0.7827003),(-0.573523,0.3303235,-0.7496383),(-0.5946923,0.3157071,-0.7393714),(-0.6731026,0.269536,-0.6886824),(-0.5084409,0.3381985,-0.7919026),(-0.499846,0.3218071,-0.8041108),(-0.6127043,0.297257,-0.7322783),(-0.7004649,0.2516817,-0.6678362),(-0.7434922,0.2145628,-0.6333895),(-0.7670117,0.2013356,-0.6092266),(-0.4765053,0.3465339,-0.8079957),(-0.3654829,0.3228441,-0.8730373),(-0.3053566,0.3133411,-0.8992078),(-0.4408093,0.3413264,-0.8301708),(-0.1319437,0.2901205,-0.9478507),(0.2783346,0.2360075,-0.9310372),(0.3311563,0.2104339,-0.9198114),(-0.05948573,0.2713151,-0.9606506),(0.01189678,0.2499839,-0.9681768),(-0.2419231,0.2988856,-0.9231147),(0.3769212,0.1868802,-0.9071969),(0.4141515,0.1658105,-0.8949779),(0.0785447,0.2269628,-0.970731),(-0.1779743,0.2797512,-0.9434323),(-0.4018719,0.3307519,-0.8538748),(-0.3607582,0.3147005,-0.8779619),(0.6202894,0.1638421,-0.7670703),(0.7508357,0.1210275,-0.6493059),(0.7564977,0.1126503,-0.6442214),(0.6419636,0.1446214,-0.7529723),(0.776171,0.1127284,-0.6203634),(0.7314188,0.1429848,-0.6667697),(0.7030263,0.1565684,-0.693715),(0.7688891,0.1152501,-0.6289095),(0.7551671,0.122433,-0.6439976),(0.7557974,0.1091103,-0.6456509),(0.665979,0.1739856,-0.7253971),(0.6187884,0.1948976,-0.7609966),(0.7339594,0.1340569,-0.6658321),(0.7482218,0.1101128,-0.654247),(0.6562098,0.1298595,-0.7433205),(0.6628169,0.1193413,-0.7392099),(0.6333479,0.2089049,-0.745137),(0.4863215,0.2978001,-0.821466),(0.4014083,0.3246888,-0.8564161),(0.5761513,0.2316081,-0.7838414),(0.2503653,0.3937604,-0.8844603),(-0.1068274,0.4641068,-0.8793138),(-0.2273004,0.4699823,-0.8529074),(0.1414108,0.4164285,-0.8981037),(0.02322963,0.4351832,-0.9000423),(0.3039306,0.3508608,-0.885733),(-0.3484749,0.4691447,-0.8114608),(-0.4666007,0.4615239,-0.7545061),(-0.1021972,0.4491016,-0.8876168),(0.1939001,0.3753077,-0.9063922),(0.5072396,0.2562603,-0.8228236),(0.4253919,0.2821546,-0.8599015),(-0.4625056,0.4769657,-0.7473903),(-0.7092187,0.4523254,-0.5407499),(-0.7911282,0.4165442,-0.4478918),(-0.5722982,0.4595943,-0.6791522),(-0.8719846,0.390332,-0.2954384),(-0.962612,0.2701405,-0.02005902),(-0.9722582,0.2260604,0.06009052),(-0.917468,0.3448393,-0.1983391),(-0.9488246,0.2977647,-0.1052043),(-0.8583839,0.3751859,-0.3498751),(-0.9741666,0.1854658,0.1288479),(-0.9710757,0.1506716,0.1852295),(-0.9674971,0.2521598,-0.01909954),(-0.9097485,0.3309799,-0.250619),(-0.6730369,0.4347552,-0.5983388),(-0.7611498,0.4038948,-0.5074645),(-0.9669923,0.1315403,0.2182268),(-0.9331843,0.04317771,0.3567951),(-0.9252903,0.02197897,0.3786223),(-0.9582469,0.09814689,0.2685703),(-0.9082236,0.0007072191,0.4184846),(-0.9087771,-0.00968795,0.4171695),(-0.9241095,0.001711951,0.382124),(-0.9104921,-0.006823519,0.4134702),(-0.9185805,-0.008312011,0.3951466),(-0.9221413,0.007730264,0.3867759),(-0.9425802,0.01758933,0.3335163),(-0.9620212,0.03775587,0.2703509),(-0.9319914,-0.003274742,0.3624657),(-0.9245887,0.001279712,0.3809648),(-0.9497064,0.07139629,0.3048937),(-0.9434493,0.05263314,0.3273121),(-0.933355,0.0005374886,0.358954),(-0.9689348,0.03455308,0.2448906),(-0.9853888,0.07746168,0.1516859),(-0.9557059,0.03113436,0.2926724),(-0.9917144,0.1089696,0.0680305),(-0.9582664,0.2294486,-0.1705253),(-0.9194432,0.2698777,-0.2859898),(-0.9867462,0.1560808,-0.04439314),(-0.9663271,0.2003929,-0.1614145),(-0.9915369,0.1208326,0.04747781),(-0.8657265,0.304217,-0.397454),(-0.7987984,0.3312623,-0.5021815),(-0.9297578,0.2398412,-0.2793325),(-0.9845144,0.1627315,-0.06519023),(-0.9749482,0.06437214,0.2129136),(-0.9877949,0.09911577,0.1201557),(-0.845549,0.3440448,-0.4082647),(-0.686358,0.4162019,-0.5963965),(-0.5993184,0.4296677,-0.675428),(-0.7760121,0.3712957,-0.5098479),(-0.497298,0.4597359,-0.7357565),(-0.282279,0.4883889,-0.8257087),(-0.2032346,0.4763354,-0.8554533),(-0.4071991,0.4596419,-0.7892517),(-0.3190309,0.4545321,-0.8316368),(-0.5087633,0.4360994,-0.7422784),(-0.1299503,0.4620141,-0.8773004),(-0.06344192,0.4459446,-0.8928093),(-0.2347065,0.4450371,-0.8642076),(-0.4172771,0.4359061,-0.7974119),(-0.6967564,0.3910048,-0.60137),(-0.6104515,0.4029649,-0.6818858),(-0.07748718,0.4997743,-0.8626826),(0.07260172,0.4961471,-0.8651977),(0.1112879,0.4772302,-0.8717031),(-0.01817887,0.4811758,-0.8764355),(0.1710679,0.4898191,-0.854876),(0.2263402,0.4902704,-0.841668),(0.2231579,0.4796609,-0.8486025),(0.189374,0.4742831,-0.8597633),(0.1985958,0.4607665,-0.8650168),(0.1413135,0.4596341,-0.8767936),(0.2106242,0.4713951,-0.8564018),(0.1877536,0.464966,-0.8651908),(0.1982955,0.4490045,-0.8712484),(0.1624958,0.4433408,-0.881501),(0.03333856,0.4625797,-0.8859507),(0.07672042,0.4442396,-0.8926171),(0.2419473,0.502793,-0.8298559),(0.2171541,0.527296,-0.8214639),(0.1738214,0.5256044,-0.8327821),(0.2175346,0.4971929,-0.8399273),(0.1512282,0.5600167,-0.8145621),(0.04318821,0.594888,-0.8026475),(-0.03331146,0.5932246,-0.8043475),(0.09044072,0.5599506,-0.823575),(0.01948706,0.5613794,-0.827329),(0.1204482,0.5261061,-0.8418459),(-0.1193177,0.5917007,-0.7972789),(-0.2149971,0.5890091,-0.7790023),(-0.06273983,0.5631679,-0.8239573),(0.05549566,0.5278713,-0.8475094),(0.1834809,0.493992,-0.8498862),(0.1383164,0.4924591,-0.8592745),(-0.09087437,0.6259919,-0.7745166),(-0.2368149,0.6480144,-0.7238758),(-0.3321765,0.6349119,-0.6975284),(-0.1793293,0.6198087,-0.7639883),(-0.395855,0.6509722,-0.6477144),(-0.5638263,0.6244091,-0.5405675),(-0.6547436,0.5876495,-0.4753724),(-0.4924075,0.6278659,-0.6027597),(-0.5895157,0.5994632,-0.5414011),(-0.4323419,0.6182367,-0.6564023),(-0.7406818,0.5443348,-0.3938149),(-0.8174467,0.4944836,-0.2954095),(-0.6838665,0.5649088,-0.4617409),(-0.535158,0.5967429,-0.5979161),(-0.275532,0.6119527,-0.7413474),(-0.3784999,0.6010649,-0.7038884),(-0.7151527,0.5705931,-0.4037079),(-0.8326507,0.49622,-0.2458829),(-0.8902531,0.4306782,-0.1482085),(-0.7928762,0.5186691,-0.31989),(-0.9161363,0.394189,-0.07286531),(-0.9602708,0.2568674,0.109083),(-0.9611948,0.1744934,0.2136744),(-0.9475311,0.3180266,0.03230878),(-0.9609234,0.2379929,0.1413706),(-0.9324582,0.3589623,-0.04083913),(-0.9442922,0.09193832,0.3160054),(-0.9102843,0.01239612,0.4137979),(-0.9550138,0.1572293,0.2514509),(-0.9561387,0.2834849,0.07372385),(-0.8598441,0.459769,-0.221992),(-0.9118547,0.3951501,-0.1112533),(-0.9537387,0.10097,0.2831741),(-0.8990254,-0.05135043,0.434875),(-0.846741,-0.1305941,0.5157275),(-0.9252446,0.01758937,0.3789629),(-0.8042681,-0.1998956,0.559638),(-0.6743993,-0.3464714,0.6520301),(-0.5972714,-0.4029831,0.6934491),(-0.7353112,-0.2699365,0.6216524),(-0.6629938,-0.3309629,0.6714928),(-0.7845172,-0.2028238,0.5859994),(-0.5245746,-0.4500027,0.7227165),(-0.4606971,-0.4861722,0.7425597),(-0.5914772,-0.3811806,0.7105323),(-0.7158222,-0.2657416,0.6457399),(-0.881844,-0.0619819,0.4674499),(-0.8258803,-0.1349591,0.5474558),(-0.5275331,-0.4708647,0.7071034),(-0.3940384,-0.556717,0.7313002),(-0.3350649,-0.5808279,0.7418696),(-0.4535566,-0.5111902,0.7300487),(-0.287589,-0.6155008,0.7337925),(-0.2146921,-0.6611897,0.7188431),(-0.211554,-0.6558872,0.7246081),(-0.2527481,-0.6246863,0.7388406),(-0.2394079,-0.631397,0.7375783),(-0.2942296,-0.5997361,0.7441409),(-0.2309442,-0.6489449,0.7249382),(-0.2727087,-0.6392244,0.7190424),(-0.2488076,-0.6347476,0.731567),(-0.2740678,-0.6127374,0.7412419),(-0.3918236,-0.5434441,0.7423899),(-0.3461384,-0.5667058,0.747685),(-0.1883903,-0.6942881,0.6946028),(-0.2184516,-0.7077561,0.6718335),(-0.2772658,-0.6801968,0.6785691),(-0.2185453,-0.6768872,0.7028953),(-0.3022371,-0.6953365,0.6520428),(-0.4363545,-0.643741,0.6286431),(-0.5318842,-0.5836356,0.6135705),(-0.384075,-0.6544873,0.6512547),(-0.4781141,-0.6021296,0.6394113),(-0.3542219,-0.6451222,0.6770114),(-0.6305215,-0.5102133,0.5849146),(-0.7266635,-0.4255132,0.5393503),(-0.5793872,-0.5384887,0.6118335),(-0.4460002,-0.6016535,0.6626438),(-0.2700759,-0.655838,0.7049366),(-0.3413009,-0.6299351,0.6976357),(-0.5910445,-0.5569077,0.583541),(-0.7376404,-0.4438986,0.5087638),(-0.8208259,-0.3429253,0.4567789),(-0.6869755,-0.4748672,0.5500597),(-0.8638859,-0.2945477,0.4085863),(-0.9521327,-0.1046479,0.2872143),(-0.9780039,0.01057304,0.208318),(-0.9225517,-0.1815573,0.3404925),(-0.9621453,-0.06631739,0.2643456),(-0.8894269,-0.2339772,0.3926505),(-0.9844435,0.1218086,0.1266235),(-0.9734004,0.2249737,0.04334087),(-0.9823416,0.04626315,0.1812858),(-0.9406725,-0.1219039,0.3166617),(-0.7761722,-0.3809376,0.5024374),(-0.8539268,-0.2788964,0.4393469),(-0.9837437,0.09402923,0.1529928),(-0.962959,0.269027,0.01828744),(-0.9293149,0.364477,-0.05941609),(-0.9767079,0.202455,0.07108836),(-0.9003597,0.4215459,-0.1079418),(-0.8016154,0.556755,-0.2177994),(-0.7400457,0.6139125,-0.2746704),(-0.8481902,0.4993805,-0.1766139),(-0.7902634,0.5652893,-0.236499),(-0.8842275,0.4483189,-0.1309652),(-0.6782708,0.6607505,-0.3214925),(-0.6196164,0.6978047,-0.3593665),(-0.7306572,0.618964,-0.2881384),(-0.8318976,0.51908,-0.1962201),(-0.9532936,0.3019234,-0.00858103),(-0.9170207,0.3896262,-0.0852317),(-0.6768797,0.6700314,-0.3047817),(-0.5400157,0.7575679,-0.3667068),(-0.4844069,0.7788374,-0.3984497),(-0.6146609,0.7073877,-0.3489908),(-0.3955781,0.8251385,-0.4033167),(-0.2450433,0.8774952,-0.412257),(-0.2231058,0.8786967,-0.4220378),(-0.3534288,0.8341966,-0.4233249),(-0.3211702,0.8399148,-0.4374848),(-0.4367542,0.7947052,-0.4215323),(-0.211226,0.8775884,-0.4303747),(-0.2974451,0.8438229,-0.4466422),(-0.2058679,0.875554,-0.4370627),(-0.3976206,0.8066269,-0.4373224),(-0.556933,0.7368804,-0.3831879),(-0.5058426,0.7596169,-0.4087855),(-0.1047867,0.9124204,-0.3956119),(0.006349529,0.9316746,-0.3632384),(-0.104653,0.9119403,-0.3967525),(-0.01048853,0.934255,-0.3564514),(0.08924908,0.9421882,-0.3229801),(0.1472503,0.9487309,-0.279691),(0.06065015,0.9490058,-0.3093696),(0.1116413,0.9586605,-0.2617373),(-0.03300504,0.9326074,-0.3593802),(0.02996504,0.9502745,-0.3099684),(0.07813548,0.9624216,-0.2600762),(0.001380176,0.9464074,-0.3229725),(0.04854785,0.9605567,-0.2738135),(-0.05589135,0.9273315,-0.3700439),(-0.1129878,0.9086449,-0.401993),(-0.1246681,0.9035463,-0.4099536),(0.15667,0.9561149,-0.247586),(0.08763755,0.9661309,-0.2427155),(0.1180556,0.9662521,-0.2289532),(0.05002908,0.9726458,-0.2268421),(-0.07999596,0.9585804,-0.2733572),(-0.3625032,0.8679787,-0.3394177),(-0.1091205,0.9584211,-0.2636702),(-0.3694122,0.8639401,-0.3422604),(0.02136463,0.9746053,-0.2229081),(-0.1268726,0.9574643,-0.2591628),(-0.3651468,0.8674002,-0.3380602),(-0.1410144,0.9547262,-0.2619404),(-0.3621066,0.8716261,-0.3303736),(-0.002229816,0.9726984,-0.2320622),(0.08537056,0.9704378,-0.2257486),(0.05762169,0.9695,-0.2382213),(-0.6136152,0.6865677,-0.3900014),(-0.7333876,0.543103,-0.4088787),(-0.5968838,0.686516,-0.4152414),(-0.7032226,0.542053,-0.4600614),(-0.7790787,0.4703987,-0.4144413),(-0.7845725,0.4637342,-0.4115781),(-0.7398468,0.4618893,-0.4891677),(-0.7398767,0.4441475,-0.5052874),(-0.6780504,0.5643322,-0.4709318),(-0.7165288,0.4790192,-0.507077),(-0.7214902,0.4488399,-0.527252),(-0.7191551,0.5064575,-0.4757276),(-0.7376653,0.4662535,-0.4883211),(-0.66958,0.5933573,-0.4467548),(-0.5752256,0.7036638,-0.4171006),(-0.5620259,0.7239796,-0.3999755),(-0.7786776,0.4834459,-0.3999266),(-0.7825438,0.4935239,-0.3795516),(-0.7336221,0.4519547,-0.5074797),(-0.7425129,0.4509949,-0.4952556),(-0.7965713,0.4940342,-0.3484314),(-0.8203223,0.4843524,-0.3040954),(-0.8060642,0.4182111,-0.41876),(-0.7669201,0.4404127,-0.4667657),(-0.7763287,0.3965859,-0.489932),(-0.7416101,0.4245639,-0.5193843),(-0.8255582,0.3537296,-0.439692),(-0.8748525,0.2995417,-0.3806677),(-0.8244513,0.364853,-0.4326227),(-0.7826726,0.4116806,-0.4668432),(-0.7231956,0.4412407,-0.5313144),(-0.753132,0.4443447,-0.4851288),(-0.8305299,0.4996199,-0.2461705),(-0.7926781,0.5815855,-0.182811),(-0.8179725,0.5064749,-0.2727713),(-0.8350831,0.4235329,-0.3510786),(-0.6621585,0.738389,-0.1277795),(-0.3690341,0.9245713,-0.09477212),(-0.7021613,0.6844189,-0.1963173),(-0.3936755,0.9099061,-0.1307307),(-0.8619198,0.415425,-0.2907172),(-0.7644039,0.6093776,-0.2105836),(-0.4487352,0.8842489,-0.1293853),(-0.8298586,0.5304905,-0.1729579),(-0.5175902,0.850894,-0.0898868),(-0.9120908,0.3291421,-0.2444502),(-0.8644819,0.3401945,-0.3700522),(-0.9112576,0.265409,-0.314909),(-0.05157373,0.9947364,-0.08854101),(0.1126491,0.9887744,-0.09816002),(-0.04989232,0.9949138,-0.08750628),(0.1202799,0.9903012,-0.06954362),(0.1606369,0.9810418,-0.10841),(0.1215012,0.986282,-0.1117377),(0.1656058,0.9842427,-0.06197606),(0.1195633,0.9910618,-0.05917019),(0.1086374,0.9937626,-0.02517729),(0.1599441,0.9871094,-0.005718996),(0.1193395,0.9928534,-0.0005213791),(0.1485791,0.9870058,0.0611866),(0.1241147,0.9901367,0.06499825),(0.08402161,0.9958264,0.03564095),(-0.07462349,0.9952819,-0.06201021),(-0.1167071,0.9931002,-0.01146885),(0.07209726,0.9919587,-0.1040194),(0.08559127,0.9923483,-0.08898919),(0.06481019,0.9961972,-0.05823062),(0.0806728,0.9949791,-0.05923189),(0.1645401,0.9833346,-0.07732749),(0.3104139,0.9470946,-0.08157959),(0.1712703,0.982949,-0.06691658),(0.3388886,0.9367436,-0.08755589),(0.09569351,0.995074,-0.0258898),(0.1981211,0.9787692,-0.05252563),(0.3803049,0.9206209,-0.08846175),(0.2445661,0.9690362,-0.03400493),(0.4328954,0.8975229,-0.08399028),(0.1310694,0.9913065,0.0115015),(0.07128295,0.9974214,-0.008313868),(0.09306056,0.9945738,0.04650511),(0.4737743,0.8737695,-0.1098399),(0.6100088,0.7771516,-0.1546758),(0.5187967,0.845841,-0.1241083),(0.6543073,0.7370316,-0.1693118),(0.7215509,0.6636514,-0.1973096),(0.8135465,0.5384637,-0.2195425),(0.753036,0.6242189,-0.2080565),(0.8267999,0.5148671,-0.2265254),(0.6954146,0.6968027,-0.1756835),(0.7801306,0.5892345,-0.2102354),(0.8373721,0.4978686,-0.2256876),(0.8035337,0.5592829,-0.203804),(0.8462152,0.4867099,-0.2168714),(0.7328224,0.6579108,-0.1735646),(0.5666682,0.813369,-0.1315981),(0.6154744,0.7770489,-0.1318572),(0.8798677,0.4235271,-0.2155404),(0.9189163,0.3429517,-0.194877),(0.8796639,0.4216136,-0.2200754),(0.9131823,0.3573503,-0.1959563),(0.9396864,0.2977843,-0.1682674),(0.9461941,0.284402,-0.1543771),(0.9323818,0.3222349,-0.163795),(0.9385512,0.3124327,-0.1466542),(0.905347,0.3783305,-0.1929064),(0.9221663,0.3529807,-0.1581576),(0.9276509,0.3464758,-0.13935),(0.9098275,0.3867931,-0.1503502),(0.9142953,0.3831419,-0.1314008),(0.8962384,0.4031803,-0.1849386),(0.8777867,0.4264621,-0.2182214),(0.8751267,0.4361849,-0.2095138),(0.5146931,0.796218,0.3180059),(0.5252147,0.8037525,0.27952),(0.5326886,0.8242561,0.1919495),(0.5377245,0.7621443,0.3605389),(0.5399417,0.7896262,0.2914678),(0.5307483,0.752144,0.390622),(0.5135149,0.8534141,0.08936966),(0.4643998,0.8852242,-0.026665),(0.5177501,0.8302175,0.2065759),(0.4676295,0.8776976,0.1047356),(0.5248398,0.760163,0.3830082),(0.4939864,0.807745,0.3217535),(0.436446,0.8659453,0.244241),(0.4347707,0.7906649,0.4310725),(0.3571561,0.8513976,0.3841376),(0.4835926,0.7414386,0.4651956),(0.5313026,0.7177576,0.4500461),(0.532694,0.7289465,0.4299698),(0.5083511,0.7098629,0.487518),(0.5151664,0.698896,0.4961331),(0.3989206,0.9054912,-0.1447341),(0.3336704,0.907086,-0.2566302),(0.4036175,0.9149164,-0.004561914),(0.3439824,0.9320512,-0.1138274),(0.270579,0.8908378,-0.3649589),(0.2112158,0.855733,-0.4723442),(0.2921354,0.9290155,-0.227128),(0.251556,0.9028298,-0.3487378),(0.3056667,0.9492983,0.07348933),(0.2577992,0.966007,-0.01923545),(0.2291102,0.9650354,-0.1273391),(0.1215642,0.9607348,0.2494208),(0.08214702,0.9773197,0.1951873),(0.1855986,0.9381117,0.2924033),(0.3669284,0.9165312,0.1591672),(0.2664017,0.903801,0.3349241),(0.1695391,0.8009002,-0.5742955),(0.1596897,0.7319151,-0.6624194),(0.2408146,0.7664451,-0.595458),(0.2321582,0.8483101,-0.4758914),(0.1777311,0.6557627,-0.7337486),(0.2161641,0.5793363,-0.7859024),(0.3082665,0.5589853,-0.7697449),(0.2699582,0.6654871,-0.6958805),(0.2514166,0.883292,-0.395708),(0.2924434,0.7963605,-0.5294212),(0.3348615,0.6916221,-0.6399426),(0.1388256,0.9830714,-0.1195749),(0.1909964,0.9477262,-0.2556083),(0.09497294,0.9954364,0.009305113),(0.2267908,0.9397186,-0.2559194),(0.07367116,0.9904708,0.1163624),(0.258152,0.5068803,-0.8224535),(0.290616,0.4396562,-0.8498499),(0.3664382,0.3699042,-0.8537529),(0.3426224,0.4591944,-0.8196038),(0.314923,0.3780082,-0.8705935),(0.3321456,0.3223925,-0.8864212),(0.389338,0.2216026,-0.8940404),(0.3815689,0.2908965,-0.8773736),(0.3907818,0.4924258,-0.7776929),(0.4054132,0.4081978,-0.8179332),(0.4136077,0.333572,-0.8471472),(0.3208415,0.7590358,-0.5665026),(0.3547555,0.6870143,-0.6341607),(0.2829031,0.8287507,-0.4828437),(0.3680389,0.5873233,-0.720832),(0.2397255,0.893584,-0.3795249),(0.3403669,0.2732874,-0.8997024),(0.3375568,0.2318743,-0.9122992),(0.3881078,0.1616077,-0.9073342),(0.376413,0.1110402,-0.9197735),(0.324893,0.1990824,-0.9245597),(0.3031928,0.1753863,-0.9366503),(0.3559206,0.07010457,-0.9318829),(0.3278357,0.03857607,-0.9439468),(0.4000161,0.2085646,-0.8924618),(0.377456,0.1573447,-0.9125621),(0.346424,0.1133451,-0.9312053),(0.3797021,0.4660195,-0.7991571),(0.3596109,0.3944786,-0.8456162),(0.3865272,0.539432,-0.7480707),(0.412647,0.2673469,-0.8707744),(0.3785852,0.6136504,-0.6928972),(0.2783137,0.161847,-0.9467561),(0.2560596,0.158735,-0.953539),(0.2972997,0.01652477,-0.9546412),(0.2690076,0.004182473,-0.963129),(0.2365147,0.1662584,-0.9572977),(0.2198976,0.1844751,-0.9579216),(0.2429522,0.001604121,-0.970037),(0.2191917,0.008873953,-0.9756414),(0.2788974,0.04781355,-0.9591299),(0.2470399,0.02779943,-0.9686065),(0.2165772,0.01688576,-0.9761195),(0.2664213,0.2102726,-0.9406408),(0.2312197,0.1666398,-0.9585242),(0.3001356,0.2639824,-0.9166416),(0.3120722,0.07652272,-0.9469716),(0.3315224,0.3262005,-0.8852605),(0.206047,0.2127143,-0.9551425),(0.1946948,0.2501253,-0.9484361),(0.1983035,0.0259669,-0.9797966),(0.1808943,0.05270137,-0.9820895),(0.1857675,0.2952153,-0.9371971),(0.1789912,0.3463712,-0.9208633),(0.1669317,0.08875027,-0.981966),(0.1561708,0.1338346,-0.978621),(0.1631948,0.0238712,-0.986305),(0.1411982,0.04268119,-0.9890608),(0.1221229,0.07277863,-0.9898431),(0.09583548,0.1144859,-0.9887914),(0.1280385,0.1063837,-0.986047),(0.161318,0.1135579,-0.9803474),(0.1883316,0.01546966,-0.9819837),(0.1958084,0.1341186,-0.9714274),(0.1755348,0.4017222,-0.8987808),(0.1770246,0.4576769,-0.8713175),(0.1504238,0.1868731,-0.9707992),(0.1519344,0.2443312,-0.9577152),(0.1840298,0.5106733,-0.8398487),(0.1968973,0.5577306,-0.80633),(0.1613542,0.3016611,-0.9396624),(0.1790656,0.3544188,-0.9177814),(0.1201323,0.2114448,-0.969979),(0.1090565,0.1618062,-0.980778),(0.1436014,0.256913,-0.9557061),(0.1106181,0.2381259,-0.9649143),(0.07968371,0.2068989,-0.975112),(0.06721967,0.1708502,-0.9830015),(0.1099546,0.1137275,-0.9874088),(0.07280228,0.1375743,-0.9878123),(0.2149674,0.5966288,-0.7731902),(0.2378165,0.6262565,-0.7424595),(0.2033962,0.3990722,-0.8940758),(0.2328863,0.4338536,-0.870365),(0.2658847,0.6458539,-0.7156662),(0.2995034,0.6547453,-0.6939785),(0.3081029,0.4696518,-0.827345),(0.2677822,0.4576982,-0.8478237),(0.2549041,0.3371994,-0.9062673),(0.2127739,0.3206975,-0.9229736),(0.3017579,0.3430865,-0.8895133),(0.2979735,0.2642419,-0.9172721),(0.2466278,0.2708902,-0.9304801),(0.1979317,0.2697115,-0.9423792),(0.1756774,0.2938343,-0.9395738),(0.1524864,0.2592546,-0.9536954),(0.3346178,0.6536456,-0.6788065),(0.3668289,0.6449598,-0.6704204),(0.3828271,0.4628781,-0.7994918),(0.3482858,0.4704559,-0.8107826),(0.395633,0.6309549,-0.6673608),(0.4206356,0.6135605,-0.6682882),(0.4115444,0.4493974,-0.7928892),(0.4343701,0.4321162,-0.7903153),(0.384196,0.328871,-0.8626919),(0.4138634,0.3129672,-0.8548501),(0.4360244,0.2932069,-0.8508305),(0.4157946,0.2144099,-0.8838232),(0.4383203,0.1898941,-0.8785303),(0.3850669,0.2350464,-0.8924554),(0.3468623,0.3394906,-0.8743184),(0.3459041,0.2517464,-0.9038662),(0.4425985,0.5939943,-0.6717719),(0.4623982,0.573039,-0.6766196),(0.4526673,0.4123262,-0.7906197),(0.467797,0.390954,-0.7926669),(0.4800024,0.5515357,-0.6822067),(0.4954739,0.5303317,-0.6879344),(0.4798308,0.3691489,-0.7959217),(0.4889558,0.348072,-0.7998551),(0.4637139,0.245958,-0.8511603),(0.4708462,0.2211477,-0.8540477),(0.4739204,0.1976787,-0.8580923),(0.4641039,0.1010944,-0.8799929),(0.460593,0.07294154,-0.8846093),(0.4619235,0.1314293,-0.8771278),(0.4521678,0.2705075,-0.8499236),(0.4534418,0.1617619,-0.8764836),(0.5082434,0.5104125,-0.6936626),(0.517805,0.4926562,-0.6994054),(0.4950176,0.3289116,-0.804223),(0.4979248,0.3126833,-0.8088881),(0.5244102,0.4775676,-0.7049278),(0.5283341,0.4656385,-0.7099605),(0.4980585,0.3000892,-0.8135627),(0.4958401,0.2918015,-0.8179208),(0.4693596,0.1599823,-0.8683935),(0.4626085,0.1474394,-0.8742169),(0.4535586,0.1399751,-0.8801656),(0.4265233,0.01413096,-0.9043663),(0.4096941,0.004978983,-0.9122095),(0.4409826,0.02881738,-0.8970529),(0.4732948,0.1769581,-0.8629473),(0.4525262,0.04858232,-0.8904268),(0.5306593,0.4569625,-0.7138531),(0.5324126,0.4514152,-0.7160734),(0.4925987,0.2878585,-0.8212698),(0.4895253,0.2877957,-0.8231274),(0.5337827,0.4491098,-0.716503),(0.5349433,0.4501351,-0.7149923),(0.4867086,0.291321,-0.8235575),(0.4841869,0.2981486,-0.8225998),(0.4352908,0.1391049,-0.8894784),(0.4276358,0.1445081,-0.8923256),(0.4209499,0.1532005,-0.894053),(0.3632739,0.00503487,-0.9316688),(0.351097,0.01223213,-0.9362592),(0.3771002,0.001125812,-0.9261717),(0.4439421,0.1374422,-0.8854519),(0.3925887,0.000953367,-0.9197136),(0.5370667,0.453955,-0.7109741),(0.5412329,0.4598164,-0.7040141),(0.483144,0.3074607,-0.8197802),(0.4846984,0.3183966,-0.8146724),(0.5473971,0.467358,-0.6942138),(0.5554835,0.4762327,-0.6816456),(0.4887746,0.3306139,-0.8073375),(0.4952757,0.3437779,-0.7978213),(0.4146668,0.1771348,-0.8925663),(0.4160636,0.1913315,-0.8889788),(0.4204138,0.2066799,-0.8834793),(0.3323964,0.0476939,-0.941933),(0.3331247,0.06342077,-0.9407474),(0.3351857,0.03387544,-0.9415429),(0.4162851,0.164339,-0.8942592),(0.3414437,0.02203197,-0.939644),(0.5658315,0.4859288,-0.666114),(0.5787526,0.4960105,-0.6473169),(0.5044173,0.3574781,-0.7859851),(0.5164195,0.3714025,-0.771603),(0.594109,0.5062998,-0.6250561),(0.6117066,0.516619,-0.5990992),(0.5312102,0.3854497,-0.7544827),(0.5486775,0.3995195,-0.7343958),(0.4385051,0.2395304,-0.8662209),(0.4522924,0.2565436,-0.8541762),(0.4691193,0.2737164,-0.8396466),(0.358061,0.1186837,-0.9261244),(0.3736892,0.1384123,-0.9171687),(0.3459741,0.09934234,-0.93297),(0.4278524,0.2228481,-0.8759458),(0.3376054,0.08078551,-0.9378147),(0.6309383,0.5270046,-0.5693706),(0.6511886,0.5374854,-0.5357826),(0.5682738,0.4137547,-0.7112467),(0.5894598,0.4283411,-0.6848804),(0.6721568,0.5478581,-0.4980528),(0.6934744,0.5578951,-0.4559018),(0.6120834,0.4432487,-0.6548927),(0.6359405,0.4584276,-0.6208251),(0.5095564,0.3091086,-0.802997),(0.5325472,0.3275675,-0.7804441),(0.557269,0.3465732,-0.7545451),(0.4351949,0.1999757,-0.8778468),(0.4596775,0.2212973,-0.8600722),(0.4126386,0.1790271,-0.8931286),(0.4883909,0.2911644,-0.8226163),(0.3921086,0.1584832,-0.9061644),(0.7145732,0.567405,-0.4091903),(0.7348436,0.5760871,-0.3579504),(0.6606588,0.4738042,-0.582271),(0.6857779,0.4891474,-0.538928),(0.7537656,0.5835075,-0.3022524),(0.7707666,0.5892592,-0.2422653),(0.7108268,0.504116,-0.4905022),(0.7352293,0.5183756,-0.4367203),(0.6111689,0.3860675,-0.6909592),(0.6397969,0.4062646,-0.6523871),(0.6690341,0.4265505,-0.6086444),(0.5438251,0.2875695,-0.7883896),(0.575052,0.3105521,-0.7568834),(0.5140866,0.2650642,-0.8157548),(0.5835538,0.3661154,-0.7248616),(0.4860014,0.2429883,-0.8394995),(0.7849008,0.5932716,-0.1787726),(0.7954311,0.5953987,-0.113092),(0.7581217,0.5316202,-0.3776658),(0.7786223,0.5433191,-0.3139293),(0.8022175,0.5952134,-0.04656187),(0.8053615,0.5924641,0.01947206),(0.7960667,0.5527874,-0.2463817),(0.8099272,0.5594832,-0.1760584),(0.7271434,0.4658886,-0.5041927),(0.754548,0.4837007,-0.4434987),(0.7797531,0.4994412,-0.3775496),(0.6758489,0.3803944,-0.631291),(0.7101972,0.4028788,-0.5773289),(0.6414465,0.3572814,-0.6788935),(0.6983705,0.4466196,-0.5592939),(0.6076713,0.3338959,-0.7205894),(0.8047641,0.5877489,0.08310248),(0.8007834,0.5818045,0.1423008),(0.8194961,0.5634606,-0.1045857),(0.8244646,0.5648947,-0.0339415),(0.7945722,0.5747975,0.1956089),(0.7874646,0.5669262,0.2418559),(0.8253019,0.5636609,0.03410785),(0.8228257,0.5597911,0.09793714),(0.8193149,0.523452,-0.2339254),(0.8323848,0.5308564,-0.159145),(0.8408237,0.5346665,-0.08454065),(0.8022249,0.4616131,-0.3786141),(0.8258883,0.4758258,-0.3024871),(0.7744564,0.4442226,-0.450426),(0.8016492,0.5128034,-0.3072319),(0.7434502,0.4243669,-0.5169087),(0.7801186,0.5599783,0.2789967),(0.7733766,0.5557019,0.3050967),(0.8173786,0.5548648,0.1549751),(0.8098305,0.5505301,0.20271),(0.7688282,0.5540164,0.3193259),(0.7678687,0.5545438,0.3207163),(0.8021184,0.5468846,0.23984),(0.7961748,0.5438303,0.2652435),(0.8428215,0.535598,0.0527876),(0.8383571,0.5338101,0.1104725),(0.8327461,0.5304831,0.158497),(0.8624317,0.5008593,-0.07315449),(0.8645228,0.502568,-0.005073745),(0.8560191,0.4956034,-0.1469986),(0.8441991,0.5358748,-0.01288788),(0.8440617,0.4870856,-0.2242929),(0.7708119,0.5580128,0.3073612),(0.7770539,0.5650308,0.277358),(0.7928826,0.54294,0.2766827),(0.7926276,0.5456555,0.2720325),(0.7857195,0.5744399,0.229486),(0.7951326,0.5843987,0.161995),(0.7959298,0.5512,0.2503484),(0.8025853,0.5583089,0.2101141),(0.8223043,0.5271171,0.2143903),(0.8201413,0.5286573,0.2188373),(0.8215884,0.5314765,0.2062165),(0.8537163,0.5037813,0.1318065),(0.850413,0.504616,0.1488637),(0.8585089,0.5030154,0.09968941),(0.8270447,0.5276027,0.1939909),(0.8628517,0.5026041,0.05362842),(0.8028373,0.5914848,0.07481972),(0.8045874,0.5930468,-0.03056934),(0.8110561,0.5653619,0.1501795),(0.8178259,0.5711555,0.07030041),(0.794434,0.5879179,-0.1524048),(0.766516,0.5742568,-0.2875454),(0.818019,0.57445,-0.02919061),(0.8061858,0.5730078,-0.1473988),(0.8313516,0.5419477,0.1230737),(0.83433,0.5489075,0.05093176),(0.8310684,0.5545633,-0.04224681),(0.8486074,0.521729,0.08754589),(0.8469698,0.5310388,0.02529799),(0.8486494,0.5131977,0.1281493),(0.8260828,0.5357764,0.1747311),(0.848962,0.5071967,0.1483748),(0.7197692,0.5473716,-0.4269854),(0.655551,0.5054517,-0.5610451),(0.7795804,0.5612291,-0.2779862),(0.7365388,0.5358104,-0.412817),(0.5729536,0.4518258,-0.6837965),(0.4726118,0.3903479,-0.7901054),(0.6735929,0.498251,-0.5459108),(0.5890729,0.4504616,-0.6708782),(0.793461,0.542514,-0.2758589),(0.750482,0.5211276,-0.4064513),(0.6855707,0.4894502,-0.5389167),(0.8028183,0.5294538,-0.2741562),(0.7581267,0.5134423,-0.4020209),(0.8287493,0.5368469,-0.1580189),(0.8185691,0.5536638,-0.1529743),(0.841565,0.5370942,-0.05743162),(0.3636684,0.3228377,-0.8737971),(0.2573939,0.2522764,-0.9327942),(0.489632,0.3923892,-0.778647),(0.3848936,0.3260988,-0.8634331),(0.1578895,0.18428,-0.9701091),(0.06746779,0.1243248,-0.9899452),(0.2789611,0.2575039,-0.9251338),(0.1750322,0.1928113,-0.9654986),(0.507021,0.3888059,-0.7692592),(0.4029429,0.325717,-0.8553043),(0.2929373,0.2619522,-0.9195482),(0.5218334,0.388727,-0.7593294),(0.4144035,0.3311047,-0.847726),(0.6158592,0.4415403,-0.6525025),(0.6021536,0.4451782,-0.6627424),(0.694759,0.4845377,-0.5315384),(-0.008529458,0.07521175,-0.9971311),(-0.06545369,0.03691598,-0.9971725),(0.08133353,0.1355279,-0.9874295),(0.005588859,0.0868822,-0.9962029),(-0.1040467,0.008967878,-0.994532),(-0.1253129,-0.008822087,-0.992078),(-0.0519559,0.04799082,-0.9974956),(-0.0920165,0.01999166,-0.9955568),(0.09527231,0.1452874,-0.9847917),(0.01960156,0.09741315,-0.995051),(-0.04000995,0.05995814,-0.9973987),(0.1100352,0.1573413,-0.9813949),(0.03174387,0.1111688,-0.9932945),(0.2010799,0.2120194,-0.956355),(0.1869534,0.2010566,-0.961574),(0.3036189,0.2713327,-0.9133422),(-0.1353703,-0.01632221,-0.9906606),(-0.1402541,-0.01507823,-0.9900007),(-0.1186838,0.003505757,-0.9929259),(-0.1359973,-0.003111001,-0.9907044),(-0.1410917,-0.008320651,-0.9899616),(-0.1389192,0.0008212841,-0.9903033),(-0.1452348,-0.003002945,-0.9893926),(-0.14751,0.0008540723,-0.9890602),(-0.1170311,0.01843571,-0.9929571),(-0.1373643,0.01028113,-0.9904673),(-0.1471737,0.00722489,-0.9890843),(-0.114717,0.03109535,-0.9929114),(-0.1354227,0.01946433,-0.9905967),(-0.08067869,0.0492712,-0.9955216),(-0.08501741,0.03411295,-0.9957953),(-0.03221205,0.07541321,-0.996632),(-0.1353252,0.01032613,-0.9907473),(-0.1314894,0.01997893,-0.9911162),(-0.146179,0.006731499,-0.9892352),(-0.1442515,0.01423886,-0.9894387),(-0.1272786,0.03024064,-0.9914059),(-0.122554,0.04156512,-0.9915911),(-0.1418347,0.02311997,-0.9896203),(-0.1390161,0.0331318,-0.9897357),(-0.1528797,0.01211157,-0.9881706),(-0.1533012,0.01856884,-0.988005),(-0.1525306,0.02649555,-0.9879435),(-0.1605254,0.01633634,-0.9868965),(-0.1624577,0.02149702,-0.9864812),(-0.1557575,0.01325854,-0.9877064),(-0.1509507,0.008020668,-0.9885088),(-0.1475909,0.01377611,-0.9889525),(-0.107985,0.05286184,-0.9927461),(-0.07394371,0.06346554,-0.9952409),(-0.1274298,0.04289385,-0.9909196),(-0.09837268,0.0519518,-0.9937927),(-0.01943881,0.07462972,-0.9970219),(0.05623649,0.08768734,-0.9945594),(-0.05090017,0.06186944,-0.9967855),(0.01579758,0.07428209,-0.9971121),(-0.1193946,0.04168221,-0.9919715),(-0.07890508,0.05032044,-0.9956113),(-0.02138153,0.06193963,-0.9978509),(-0.1034285,0.03993895,-0.9938347),(-0.05501063,0.05059141,-0.9972033),(-0.1370095,0.03260737,-0.9900329),(-0.1436544,0.03429727,-0.9890335),(-0.156453,0.02698468,-0.9873168),(0.1506549,0.1031368,-0.9831917),(0.2625152,0.1188317,-0.9575827),(0.1019309,0.08954034,-0.9907536),(0.2088685,0.1053716,-0.9722504),(0.3914239,0.1306812,-0.910884),(0.532965,0.13496,-0.8353047),(0.336805,0.1180839,-0.9341405),(0.4817853,0.1243769,-0.8674175),(0.1566043,0.09209345,-0.9833584),(0.2817311,0.1051761,-0.9537115),(0.4279777,0.1131646,-0.8966765),(0.227137,0.0918355,-0.9695231),(0.3722671,0.1011659,-0.9225957),(0.1066005,0.07889102,-0.9911672),(0.05582895,0.07663646,-0.9954949),(0.01299012,0.06433006,-0.9978442),(0.6572264,0.1362495,-0.7412756),(0.7434416,0.1413322,-0.653697),(0.6131979,0.1284568,-0.7794146),(0.708423,0.1359955,-0.692562),(0.7993807,0.1489883,-0.5820593),(0.8328681,0.1565713,-0.5308636),(0.7738297,0.1450281,-0.6165667),(0.8167266,0.1523837,-0.5565402),(0.6688016,0.1299375,-0.7319978),(0.7442257,0.1404527,-0.652994),(0.7975683,0.1477747,-0.5848481),(0.7102606,0.135134,-0.6908463),(0.7749912,0.1427118,-0.6156476),(0.6245124,0.1229748,-0.7712726),(0.5649509,0.1199234,-0.8163632),(0.5128066,0.1104601,-0.8513682),(0.8392569,0.1684784,-0.5169746),(0.8081756,0.1924509,-0.55661),(0.8305287,0.1631701,-0.5325389),(0.8044945,0.1862213,-0.5640125),(0.7252184,0.2307306,-0.6487076),(0.5627314,0.2796521,-0.7778998),(0.7260764,0.2240303,-0.6500949),(0.5683449,0.2734613,-0.7760175),(0.7988405,0.1801887,-0.5739214),(0.7248557,0.2177752,-0.6535734),(0.5716004,0.2676598,-0.775649),(0.7212966,0.2120416,-0.6593706),(0.572514,0.2622572,-0.7768196),(0.7908555,0.1744456,-0.5866143),(0.8195778,0.1577242,-0.5508317),(0.8060027,0.1521968,-0.5720101),(0.345203,0.3169494,-0.8833901),(0.1091231,0.3323705,-0.9368148),(0.3550729,0.3125958,-0.8810262),(0.1223632,0.3307786,-0.9357419),(-0.1579126,0.3254024,-0.9322966),(-0.4575557,0.2866778,-0.8416998),(-0.1420282,0.3271958,-0.934222),(-0.4399669,0.2924345,-0.8490648),(0.1328928,0.3284837,-0.9351139),(-0.128847,0.3276766,-0.9359629),(-0.4248034,0.2966723,-0.8552939),(-0.1180105,0.3268915,-0.9376649),(-0.4123062,0.2993762,-0.8604519),(0.1412618,0.3254964,-0.9349316),(0.3623528,0.3081961,-0.8796111),(0.3674215,0.3037282,-0.8790624),(-0.6896263,0.2234071,-0.6888431),(-0.7981527,0.1733846,-0.5769662),(-0.6746098,0.2322369,-0.7006907),(-0.7889236,0.182313,-0.5868232),(-0.8347797,0.1500865,-0.5297329),(-0.825411,0.1576005,-0.5420874),(-0.8319663,0.1561837,-0.5323896),(-0.8308737,0.1575206,-0.5337005),(-0.7801168,0.19143,-0.5956277),(-0.8285134,0.1637029,-0.5355064),(-0.8340001,0.1600523,-0.5280409),(-0.8247499,0.1724357,-0.5385662),(-0.8350133,0.1650923,-0.5248783),(-0.7722898,0.200474,-0.602809),(-0.6610871,0.2401143,-0.7108509),(-0.6497101,0.2468525,-0.7189858),(-0.7854468,0.1901574,-0.5889937),(-0.7223441,0.2346341,-0.650512),(-0.7386761,0.2207764,-0.6368794),(-0.7990698,0.1823273,-0.572926),(-0.6265582,0.2781787,-0.7280395),(-0.4885994,0.3035825,-0.8179905),(-0.4739369,0.286852,-0.8325261),(-0.6357042,0.2615796,-0.7262618),(-0.6398028,0.2475866,-0.7275667),(-0.7496703,0.2102126,-0.6275389),(-0.4550214,0.2718043,-0.8479847),(-0.430965,0.2586297,-0.8645113),(-0.6383657,0.2363262,-0.7325566),(-0.7553439,0.2030237,-0.6230868),(-0.8083211,0.1778644,-0.5612319),(-0.8134465,0.1767651,-0.5541289),(-0.3180348,0.2959918,-0.9006902),(-0.115493,0.2584051,-0.9591081),(-0.05496777,0.237535,-0.9698225),(-0.2733637,0.2777669,-0.9209332),(0.1383138,0.2041992,-0.9691089),(0.4423316,0.1481242,-0.8845349),(0.4618404,0.134565,-0.8766959),(0.1908761,0.1835642,-0.964298),(0.2366635,0.1657131,-0.9573555),(0.003803302,0.2179092,-0.9759616),(0.4732359,0.1251775,-0.8719967),(0.4769085,0.1198906,-0.8707379),(0.2761253,0.1510821,-0.9491729),(0.06094139,0.2001749,-0.977863),(-0.2260088,0.2604769,-0.9386542),(-0.1753609,0.2445344,-0.9536516),(0.6616055,0.1133043,-0.7412423),(0.7330423,0.1157266,-0.6702659),(0.7093555,0.1260763,-0.6934837),(0.6524402,0.1119907,-0.7495198),(0.7039084,0.1500687,-0.6942566),(0.5597345,0.2189176,-0.7992324),(0.4873713,0.2455278,-0.837965),(0.6634904,0.1704357,-0.7285137),(0.6108813,0.1949545,-0.7673439),(0.6759641,0.1409927,-0.7233212),(0.4004346,0.2739964,-0.8744016),(0.2980612,0.3031327,-0.9051354),(0.5439738,0.2232064,-0.8088705),(0.6312676,0.1602702,-0.7588245),(0.635025,0.1151764,-0.7638571),(0.6087494,0.1226297,-0.7838279),(0.3296345,0.3082007,-0.8923864),(0.07209967,0.396284,-0.9152927),(-0.05917419,0.4119766,-0.909271),(0.2200256,0.3330912,-0.9168636),(-0.232026,0.4564449,-0.8589656),(-0.5779542,0.4465696,-0.6830407),(-0.6790633,0.4241719,-0.5991256),(-0.3623073,0.4557659,-0.8130257),(-0.4885715,0.4467871,-0.7494525),(-0.1964241,0.4211006,-0.8854896),(-0.7669311,0.3955759,-0.5053083),(-0.8393986,0.362532,-0.404945),(-0.6064417,0.4296075,-0.6690783),(-0.3354712,0.4224114,-0.8420379),(0.09765676,0.3554508,-0.9295794),(-0.0354306,0.3735595,-0.9269293),(-0.8343586,0.3681854,-0.4102259),(-0.9457239,0.2859283,-0.1544384),(-0.9681795,0.2416259,-0.065156),(-0.891775,0.3289301,-0.3107128),(-0.9761259,0.2096299,0.05686464),(-0.9659912,0.1222304,0.227861),(-0.9615038,0.09960753,0.2561031),(-0.9778905,0.1709445,0.1204499),(-0.9757226,0.13729,0.1706372),(-0.9796557,0.2001718,0.01434541),(-0.9592192,0.08280143,0.2702633),(-0.960071,0.07197727,0.2703385),(-0.9721922,0.109837,0.2068288),(-0.9831065,0.1636784,0.08191992),(-0.933563,0.2883953,-0.21281),(-0.9609663,0.2491597,-0.1202636),(-0.9411427,0.04186861,0.3354063),(-0.9325879,0.003030309,0.3609302),(-0.9450749,0.01214282,0.326628),(-0.9435356,0.03794232,0.3290909),(-0.9489348,0.009197993,0.3153383),(-0.9790959,0.06295872,0.1934105),(-0.9902126,0.09284919,0.1042024),(-0.9667615,0.02876047,0.2540571),(-0.9825552,0.05350612,0.1781079),(-0.9602754,0.02713784,0.2777315),(-0.9921418,0.1250742,0.003308385),(-0.9816941,0.1570886,-0.1077024),(-0.9928468,0.0814576,0.0872918),(-0.975822,0.04673311,0.2135121),(-0.9503244,0.03990686,0.3086926),(-0.9606128,0.0471271,0.2738651),(-0.9906578,0.1353101,0.01698132),(-0.9621934,0.2024831,-0.1821662),(-0.9237157,0.2392136,-0.299209),(-0.9806224,0.1722167,-0.09338746),(-0.8774199,0.2739288,-0.3938242),(-0.7209347,0.3513844,-0.5973125),(-0.6349111,0.3652532,-0.6807922),(-0.8108236,0.3023464,-0.5011505),(-0.7322127,0.3239297,-0.5991111),(-0.8693993,0.2708086,-0.4132886),(-0.5435527,0.3726539,-0.7521167),(-0.4496721,0.3734559,-0.8113728),(-0.6443461,0.3378218,-0.6860718),(-0.8005704,0.2954423,-0.5213454),(-0.9557587,0.2073145,-0.2086767),(-0.9149658,0.2381031,-0.3257983),(-0.5199919,0.4082857,-0.7502741),(-0.3275686,0.4305922,-0.8410048),(-0.242181,0.4218287,-0.8737328),(-0.4282971,0.4083495,-0.8061093),(-0.1563859,0.4327927,-0.8878255),(-0.00534687,0.4298181,-0.9028997),(0.04244241,0.4152362,-0.9087229),(-0.08615658,0.4194669,-0.9036728),(-0.02554183,0.4054601,-0.9137559),(-0.1630409,0.4101436,-0.8973293),(0.07849339,0.4022566,-0.9121559),(0.1013981,0.3906514,-0.9149371),(0.02406859,0.3908673,-0.9201323),(-0.09187573,0.3957925,-0.9137326),(-0.3378445,0.4035076,-0.8503193),(-0.2509142,0.3939625,-0.8842148),(0.1105977,0.4280258,-0.8969738),(0.1734294,0.4304514,-0.8857956),(0.1720793,0.4229382,-0.8896695),(0.1330213,0.4156606,-0.8997397),(0.1868546,0.4411133,-0.8777838),(0.1527041,0.4620689,-0.8735981),(0.1037675,0.4644269,-0.8795111),(0.1622388,0.4391458,-0.8836456),(0.1229298,0.4423942,-0.8883555),(0.156833,0.4202611,-0.8937472),(0.03996585,0.471207,-0.8811167),(-0.03981685,0.480946,-0.8758457),(0.06710362,0.4497107,-0.89065),(0.1257867,0.4215611,-0.8980334),(0.1424533,0.4068418,-0.9023229),(0.1372266,0.4009905,-0.9057459),(0.0802571,0.4934016,-0.866091),(-0.02227428,0.5305386,-0.8473681),(-0.1126765,0.5340225,-0.8379283),(0.00835393,0.497755,-0.8672774),(-0.1564332,0.5637903,-0.810968),(-0.3191707,0.5827007,-0.7473888),(-0.4286577,0.5711371,-0.7000394),(-0.2599605,0.5622326,-0.7850574),(-0.3707689,0.5578492,-0.7425191),(-0.2145212,0.5374857,-0.8155303),(-0.5395368,0.5540844,-0.6339484),(-0.6473162,0.5307548,-0.5470659),(-0.485712,0.5492018,-0.6800449),(-0.3262217,0.539226,-0.7764114),(-0.07739631,0.5046374,-0.8598553),(-0.176881,0.5123674,-0.8403527),(-0.4855944,0.5841056,-0.650399),(-0.6367038,0.5672085,-0.522382),(-0.7317402,0.5279338,-0.4310942),(-0.5923284,0.5591824,-0.5800536),(-0.770752,0.5214249,-0.3661384),(-0.8805324,0.4365417,-0.1846462),(-0.9263982,0.370555,-0.06690011),(-0.8451629,0.4680161,-0.2581868),(-0.9028184,0.4069035,-0.1390985),(-0.8151551,0.4802198,-0.3238999),(-0.9524908,0.2994087,0.05581846),(-0.9571526,0.2260385,0.1810128),(-0.9402118,0.3404099,-0.01108584),(-0.8821763,0.4253927,-0.202005),(-0.6937831,0.52672,-0.4911528),(-0.7848242,0.4869202,-0.3833531),(-0.9457408,0.3248584,0.006441168),(-0.9601433,0.2055602,0.1893933),(-0.9452601,0.1266737,0.3007275),(-0.9601617,0.2498701,0.1251184),(-0.9307544,0.07767174,0.3573),(-0.8618378,-0.06225801,0.5033483),(-0.8024983,-0.131074,0.5820791),(-0.8906325,0.0007900642,0.454723),(-0.8368549,-0.07115424,0.5427807),(-0.9125223,0.049686,0.4059978),(-0.7350385,-0.1926944,0.650067),(-0.6621295,-0.2457683,0.7079424),(-0.7718739,-0.13595,0.6210702),(-0.8635252,-0.02257466,0.5038003),(-0.9545152,0.1732668,0.2426511),(-0.9289806,0.09813134,0.3568824),(-0.7610909,-0.1998449,0.6170921),(-0.6448378,-0.3182441,0.6949135),(-0.5753046,-0.360587,0.7341673),(-0.6914308,-0.25635,0.6754318),(-0.5246853,-0.419792,0.7405944),(-0.4084845,-0.5106674,0.7565442),(-0.3690518,-0.523896,0.7676808),(-0.4654113,-0.4473732,0.7637078),(-0.4151705,-0.4647052,0.7821015),(-0.509602,-0.3930843,0.7653695),(-0.3428328,-0.5266659,0.7778745),(-0.3299241,-0.5192026,0.7884027),(-0.3748916,-0.4722457,0.7977721),(-0.4495347,-0.4159043,0.7905329),(-0.6197047,-0.3040449,0.7235487),(-0.548335,-0.3424401,0.762931),(-0.3173023,-0.5796011,0.7505876),(-0.2729998,-0.6172745,0.7378641),(-0.2880402,-0.611317,0.7371054),(-0.3042915,-0.5816026,0.7544171),(-0.2772585,-0.6307436,0.7247691),(-0.3312098,-0.6218349,0.7096629),(-0.4002862,-0.5925688,0.6990229),(-0.32015,-0.6158801,0.7198581),(-0.3767571,-0.5891336,0.7148256),(-0.3186169,-0.5944136,0.7383466),(-0.4785177,-0.5504525,0.684122),(-0.5638383,-0.4943458,0.6615955),(-0.4461322,-0.5488704,0.7068998),(-0.3642693,-0.5653091,0.7400903),(-0.3067421,-0.5730045,0.7599836),(-0.3243243,-0.5533151,0.7672394),(-0.4247494,-0.5945379,0.6827244),(-0.5437442,-0.5465619,0.6368771),(-0.6392236,-0.477997,0.6024218),(-0.5129016,-0.5460616,0.662381),(-0.6785857,-0.4627039,0.5704618),(-0.8123223,-0.3311844,0.4800514),(-0.8819302,-0.2294876,0.4117458),(-0.7680181,-0.3752138,0.5190018),(-0.8450074,-0.2787514,0.4563554),(-0.7293802,-0.3972898,0.5569249),(-0.9341957,-0.1239171,0.3345488),(-0.9683748,-0.01812496,0.2488406),(-0.9071877,-0.1763977,0.3819608),(-0.8109442,-0.3062475,0.49858),(-0.6033178,-0.4844393,0.633503),(-0.6929088,-0.4098928,0.5931824),(-0.9149535,-0.1720915,0.3650268),(-0.9723206,-0.01069696,0.2334059),(-0.9842638,0.09681223,0.1478246),(-0.9565246,-0.0635352,0.284647),(-0.9836681,0.1525779,0.09548268),(-0.9474576,0.3175448,-0.03859163),(-0.9094242,0.3991824,-0.1166225),(-0.9679819,0.2507783,0.01101154),(-0.9378881,0.3395451,-0.071238),(-0.9783066,0.1979418,0.06111627),(-0.861724,0.4702204,-0.1905903),(-0.8063009,0.5309548,-0.2607029),(-0.8959631,0.4177228,-0.1508563),(-0.9566327,0.290148,-0.02584941),(-0.9790155,0.04333745,0.1991246),(-0.9833623,0.1450606,0.1093439),(-0.8714726,0.4643247,-0.1579179),(-0.7757264,0.5764939,-0.2567164),(-0.7169503,0.6222854,-0.3142341),(-0.8191941,0.5270525,-0.2261341),(-0.6715891,0.6604836,-0.3357523),(-0.5643798,0.7247875,-0.3951689),(-0.5093938,0.7423887,-0.4351747),(-0.6122968,0.6914351,-0.3834191),(-0.5508296,0.7142809,-0.4317285),(-0.6553258,0.658793,-0.369513),(-0.4509587,0.7527842,-0.4795333),(-0.3847665,0.7573429,-0.5276234),(-0.4846319,0.7307639,-0.4807453),(-0.5899362,0.6877591,-0.4230399),(-0.7615049,0.5794765,-0.2903745),(-0.6990291,0.6229081,-0.3512032),(-0.4593928,0.7743726,-0.4350922),(-0.3627336,0.8121125,-0.4570535),(-0.3247755,0.8084457,-0.4908528),(-0.4120488,0.7803105,-0.4704586),(-0.2760409,0.8422464,-0.4630577),(-0.1994611,0.8683754,-0.4540257),(-0.2487906,0.8307042,-0.4980299),(-0.1841823,0.8504649,-0.4927333),(-0.2780256,0.7959754,-0.5377035),(-0.2103102,0.8081707,-0.5501179),(-0.1559945,0.8193275,-0.5516958),(-0.1548281,0.7721604,-0.6162764),(-0.1106135,0.7707624,-0.6274471),(-0.2162382,0.7738624,-0.5952967),(-0.3586952,0.7788962,-0.5144496),(-0.2936016,0.7706439,-0.5656022),(-0.1318677,0.8927722,-0.4307767),(-0.07240678,0.9154451,-0.3958756),(-0.1281926,0.870651,-0.4749037),(-0.07827429,0.8919823,-0.4452424),(-0.02058563,0.9354452,-0.3528714),(0.02423944,0.9520316,-0.3050382),(-0.0342355,0.9134712,-0.4054609),(0.004066539,0.9340386,-0.3571489),(-0.0731627,0.8523825,-0.5177755),(-0.04103586,0.8755761,-0.481334),(-0.01524661,0.901876,-0.4317258),(-0.04236222,0.8144007,-0.5787547),(-0.0370777,0.8480741,-0.5285789),(-0.05661951,0.7899216,-0.6105882),(-0.1114784,0.833446,-0.5412397),(-0.07941055,0.7754899,-0.6263462),(0.03300991,0.9631364,-0.2669804),(-0.02531628,0.9667684,-0.2543973),(0.007847493,0.949506,-0.3136506),(-0.05325236,0.9554213,-0.290404),(-0.1586242,0.9488426,-0.2730129),(-0.3686239,0.871366,-0.3237866),(-0.1856077,0.9379787,-0.2928239),(-0.3890449,0.8634859,-0.3209922),(-0.09160382,0.9353465,-0.341666),(-0.2271978,0.919134,-0.3218289),(-0.4265159,0.8455479,-0.3211432),(-0.4841482,0.8136584,-0.3218081),(-0.2890089,0.8874508,-0.3590333),(-0.1465426,0.9008503,-0.4086491),(-0.02263743,0.924595,-0.3802785),(-0.06365636,0.8815914,-0.4677014),(-0.5633481,0.7365654,-0.3743133),(-0.6781256,0.6138024,-0.4042181),(-0.5798959,0.7366397,-0.3479697),(-0.6994126,0.6187524,-0.3577254),(-0.7405298,0.5264858,-0.4176464),(-0.7734539,0.4781512,-0.4161015),(-0.7704761,0.5302556,-0.3538299),(-0.8128126,0.4745892,-0.3377881),(-0.7328967,0.6079442,-0.3053951),(-0.8073549,0.518153,-0.2823043),(-0.8532419,0.4568215,-0.2515793),(-0.891278,0.4258414,-0.1558287),(-0.8484283,0.4897744,-0.2007247),(-0.7771278,0.579941,-0.2444198),(-0.6125313,0.7230651,-0.3193464),(-0.6616474,0.6933368,-0.2854938),(-0.8015581,0.4437595,-0.4007269),(-0.8386204,0.3970319,-0.3729364),(-0.8477058,0.4297237,-0.3110182),(-0.8860893,0.3725756,-0.2757409),(-0.8814887,0.3343544,-0.3334437),(-0.9253864,0.2520625,-0.283063),(-0.9245963,0.3003033,-0.234392),(-0.9589675,0.210504,-0.1899191),(-0.9232123,0.3420507,-0.1751581),(-0.9540142,0.2671877,-0.1358957),(-0.9787117,0.1786882,-0.1009657),(-0.9702858,0.2389896,-0.03780676),(-0.9871197,0.159268,-0.01511382),(-0.9483048,0.3092882,-0.07112592),(-0.8888441,0.4046919,-0.2148965),(-0.9217876,0.3712799,-0.1116192),(-0.9521906,0.2043673,-0.2270835),(-0.9501176,0.2602858,-0.1718364),(-0.9763006,0.1586419,-0.1472074),(-0.9711735,0.2121638,-0.1086676),(-0.8787236,0.4632886,-0.1149287),(-0.5810879,0.8129245,-0.03860715),(-0.9075581,0.4144209,-0.06777527),(-0.6305421,0.7761444,-0.004080574),(-0.9811283,0.1861286,-0.05237722),(-0.9214281,0.387463,-0.02903258),(-0.6634446,0.7480595,0.01575586),(-0.9238205,0.3828159,0.00274851),(-0.6793618,0.7334626,0.02236586),(-0.9833256,0.1818516,-0.000923169),(-0.9887375,0.1303445,-0.07354217),(-0.9927339,0.120261,-0.004075445),(-0.1679521,0.9849855,0.03994415),(0.05106243,0.994605,0.0902965),(-0.2207738,0.9730088,0.067177),(0.01468121,0.9931678,0.115768),(0.1347968,0.983892,0.1174154),(0.1353021,0.9837482,0.1180371),(0.1211975,0.9825024,0.1414222),(0.1521398,0.978562,0.1388161),(-0.01927751,0.9934269,0.1128332),(0.1104945,0.9848532,0.1336228),(0.1732071,0.9766349,0.1272148),(0.1051268,0.9899871,0.09420155),(0.1969046,0.976895,0.08309466),(-0.04526134,0.9955837,0.08224662),(-0.2673021,0.9609401,0.07171893),(-0.300948,0.9520493,0.05506969),(0.129649,0.9874761,0.08990078),(0.1850863,0.9819008,0.04017401),(0.1768198,0.9786683,0.104609),(0.2511513,0.9668383,0.04633392),(0.3075772,0.9512991,-0.02065118),(0.4927844,0.8664054,-0.08065466),(0.3791067,0.9250814,-0.0224139),(0.5530773,0.8287361,-0.08545195),(0.3204468,0.9468227,0.02899185),(0.4494669,0.8924089,-0.03982357),(0.6070988,0.7884696,-0.09872605),(0.5103317,0.8569152,-0.07251134),(0.6500202,0.7502961,-0.1205391),(0.3844582,0.923069,-0.01164261),(0.228813,0.9693226,0.08976882),(0.2798159,0.9589872,0.04523825),(0.6624253,0.7377612,-0.1300037),(0.7654235,0.621325,-0.1675773),(0.70398,0.6979166,-0.1316228),(0.7918344,0.588674,-0.1626694),(0.8229845,0.5343435,-0.1928044),(0.8531978,0.4804301,-0.2030775),(0.8377545,0.5150245,-0.1814309),(0.8575372,0.47907,-0.1874083),(0.8112856,0.5624967,-0.1594158),(0.847411,0.502969,-0.170049),(0.8585141,0.4837925,-0.1699952),(0.8514088,0.4998242,-0.1589932),(0.8552365,0.4957598,-0.1509734),(0.8232167,0.5451952,-0.1583553),(0.737513,0.6612387,-0.1372516),(0.7613766,0.6313345,-0.1473857),(0.8717561,0.4492637,-0.1954571),(0.8863127,0.4300834,-0.171692),(0.8669735,0.4655746,-0.1777563),(0.875192,0.4588982,-0.1531386),(0.8961531,0.4217666,-0.1379222),(0.8993779,0.4206138,-0.1191777),(0.8810614,0.4578286,-0.1188437),(0.8828669,0.4589056,-0.09975889),(0.8619388,0.4902332,-0.1293554),(0.8636642,0.4953734,-0.09321664),(0.8638917,0.4983245,-0.07323855),(0.8428521,0.5346526,-0.06121312),(0.8413512,0.5390224,-0.03978769),(0.8454106,0.5245827,-0.1004685),(0.8598464,0.4859858,-0.1564671),(0.8492602,0.5112907,-0.1316767),(0.4684536,0.7083707,0.5279794),(0.4843299,0.6988022,0.5264031),(0.4234448,0.7374817,0.5261324),(0.35847,0.7488349,0.5574456),(0.420671,0.7230769,0.5479012),(0.4440023,0.7151774,0.5397992),(0.3511274,0.7833316,0.512934),(0.2455703,0.8377059,0.4877951),(0.1380853,0.8357884,0.5314041),(0.2661481,0.7897889,0.5526289),(0.1911089,0.8072665,0.5583888),(0.2959643,0.7710993,0.5637474),(0.05170822,0.8466479,0.5296354),(-0.0007608106,0.8674435,0.4975352),(0.135737,0.8315874,0.5385515),(0.2429588,0.7994905,0.5493507),(0.3700131,0.7488261,0.5498635),(0.3986371,0.7424831,0.5383374),(0.3218126,0.7804959,0.535969),(0.3530733,0.7754296,0.5234961),(0.1261024,0.8768297,0.4639696),(0.02171726,0.8905873,0.4542933),(-0.1100981,0.8536772,0.509032),(0.00066864,0.8599176,0.5104324),(-0.05867714,0.8901481,0.4518775),(-0.1067074,0.8883342,0.4466274),(-0.2204216,0.8117045,0.540879),(-0.1858122,0.8324682,0.5219873),(-0.1919811,0.8479688,0.4940568),(-0.2529932,0.8202391,0.5130324),(-0.2692134,0.7912357,0.5490629),(-0.2612043,0.8523428,0.453083),(-0.2649873,0.8248573,0.4993917),(-0.2164855,0.8734518,0.4361378),(-0.08899626,0.8621057,0.4988523),(-0.1302224,0.8826527,0.4516263),(-0.1219703,0.8971239,0.4246078),(-0.1113526,0.9189921,0.378225),(-0.2051633,0.8172904,0.5384647),(-0.2221763,0.8052001,0.5498095),(-0.07972514,0.9481192,0.3077562),(-0.03481205,0.9759511,0.215192),(-0.1739234,0.8435872,0.5080464),(-0.1336708,0.878466,0.458726),(-0.2319504,0.768623,0.5961692),(-0.201174,0.7783421,0.5947374),(-0.1668875,0.7982797,0.5787039),(-0.2071162,0.758944,0.6173386),(-0.1884685,0.7508134,0.6330553),(-0.2269614,0.7742455,0.5907896),(-0.2557843,0.7720891,0.5817668),(-0.2466791,0.7965233,0.5519963),(0.01800623,0.9938491,0.1092689),(0.07765657,0.9969793,-0.001273012),(-0.08591532,0.9151794,0.3937833),(-0.02912736,0.9480262,0.3168565),(0.142124,0.9836715,-0.1104126),(0.2101274,0.9539894,-0.213894),(0.03662866,0.9723359,0.2306972),(0.1113124,0.9840488,0.1387711),(-0.0834235,0.8540854,0.513399),(-0.03034111,0.8840223,0.4664589),(0.03217942,0.9112391,0.4106187),(-0.1167762,0.7594917,0.6399497),(-0.08105443,0.772949,0.6292695),(-0.1454359,0.7514319,0.6435826),(-0.1285644,0.824623,0.5508794),(-0.1689817,0.7486445,0.6410745),(0.2721729,0.9091725,-0.3151623),(0.3180881,0.851239,-0.4173871),(0.187176,0.9815685,0.03857952),(0.25406,0.9644858,-0.07225468),(0.3460794,0.7821472,-0.5181457),(0.3555594,0.7039984,-0.6147876),(0.3078084,0.9319049,-0.1918524),(0.3448491,0.8835247,-0.3169593),(0.1688143,0.9512258,0.2582075),(0.2327647,0.9597668,0.1570615),(0.288018,0.9568241,0.03915893),(0.06731186,0.8501157,0.5222763),(0.1251571,0.8836395,0.4511285),(0.01229399,0.8191431,0.5734575),(0.1007141,0.9341701,0.3423197),(-0.03747984,0.7929811,0.6080921),(0.3496553,0.6195596,-0.7027711),(0.3319716,0.5334902,-0.777935),(0.3642978,0.8199406,-0.4415706),(0.3662007,0.7443508,-0.5584255),(0.3041832,0.4512895,-0.838934),(0.2684315,0.3774772,-0.8862593),(0.3503632,0.6628065,-0.6617652),(0.3184946,0.5822141,-0.7480561),(0.3584467,0.9048028,-0.2298872),(0.3652688,0.8555793,-0.366828),(0.3493691,0.7960002,-0.4942922),(0.2833058,0.952832,0.1088534),(0.3080655,0.9504915,-0.04076282),(0.2390619,0.9399072,0.2437701),(0.3311468,0.9390858,-0.09197731),(0.1837261,0.9153363,0.3583353),(0.2272691,0.3150879,-0.9214491),(0.1826831,0.2662647,-0.9464302),(0.2743836,0.5083205,-0.8162867),(0.2214191,0.4452077,-0.8676195),(0.1355097,0.233288,-0.9629194),(0.08595847,0.2187064,-0.9719971),(0.09407843,0.3633302,-0.9268983),(0.1610272,0.3960147,-0.9040147),(0.2623445,0.6690704,-0.6953562),(0.1976412,0.6115618,-0.7661138),(0.1214857,0.5618965,-0.8182381),(0.2428394,0.8505521,-0.4664656),(0.1786897,0.7961412,-0.5781256),(0.2873487,0.8964091,-0.3374632),(0.3136145,0.7319542,-0.6048877),(0.3094222,0.9310507,-0.1933972),(0.04810506,0.2220788,-0.9738414),(0.03597722,0.2374693,-0.9707286),(0.02269456,0.3411033,-0.9397517),(0.04121019,0.3468027,-0.9370322),(0.04992302,0.2558786,-0.9654191),(0.09032425,0.2681802,-0.9591252),(0.08943023,0.3270487,-0.9407665),(0.03867282,0.3375836,-0.9405009),(0.05440267,0.4539735,-0.8893528),(0.03663096,0.4867747,-0.8727592),(0.1135335,0.4148318,-0.9027871),(0.1713701,0.5286019,-0.8313918),(0.1116113,0.6019332,-0.7907081),(0.09591626,0.6697317,-0.7363827),(0.0594374,0.5209463,-0.8515176),(0.120692,0.7350101,-0.6672283),(0.1441266,0.2686141,-0.9524043),(0.1983041,0.2580159,-0.9455703),(0.2174595,0.2712183,-0.937631),(0.1555724,0.3041,-0.9398512),(0.2520496,0.2398361,-0.9375231),(0.3045557,0.2176389,-0.9272966),(0.3236357,0.1962916,-0.9255969),(0.2737579,0.2335311,-0.9330165),(0.3114498,0.2508651,-0.916551),(0.255878,0.3081299,-0.9162873),(0.3551167,0.199375,-0.9133136),(0.3982327,0.2252634,-0.8891945),(0.3643607,0.2897745,-0.8850266),(0.3140203,0.3662851,-0.8759147),(0.1892073,0.3648459,-0.9116403),(0.2484193,0.4480547,-0.8587985),(0.3519174,0.1943289,-0.9156367),(0.3910041,0.170473,-0.9044638),(0.4035658,0.1326925,-0.9052774),(0.3668117,0.162841,-0.9159324),(0.4223418,0.1447141,-0.8948101),(0.4461532,0.1156066,-0.8874584),(0.434626,0.1034004,-0.8946556),(0.4602621,0.07253723,-0.8848148),(0.4518824,0.09062078,-0.8874627),(0.4227594,0.1215117,-0.8980587),(0.4786252,0.06122321,-0.8758823),(0.4976922,0.08228009,-0.8634422),(0.4721069,0.106335,-0.8751045),(0.4475736,0.1363085,-0.8837973),(0.390834,0.1567722,-0.9070122),(0.4233913,0.1749767,-0.8888885),(0.4617264,0.08283681,-0.883146),(0.4684406,0.04817256,-0.8821807),(0.4779525,0.03955617,-0.8774945),(0.4853969,0.006252349,-0.8742717),(0.4668242,0.01415822,-0.8842368),(0.4577115,-0.016725,-0.8889434),(0.4832246,-0.02528088,-0.8751314),(0.4722362,-0.0530361,-0.8798751),(0.5090367,0.00665549,-0.8607191),(0.5094956,-0.01626492,-0.8603195),(0.5007945,-0.0351679,-0.8648514),(0.5383086,0.0432305,-0.8416383),(0.5355251,0.03922828,-0.8436077),(0.5329731,0.05103837,-0.8445916),(0.4989324,0.03277638,-0.8660209),(0.5195261,0.0637091,-0.8520762),(0.4431632,-0.04301138,-0.8954085),(0.4250586,-0.06437246,-0.902874),(0.4551604,-0.07630643,-0.8871338),(0.4344593,-0.09548908,-0.8956155),(0.4038871,-0.08064179,-0.9112476),(0.3800962,-0.09165354,-0.9203948),(0.4103318,-0.1107737,-0.9051833),(0.3829338,-0.1223136,-0.9156424),(0.4674318,-0.06409192,-0.8817027),(0.4451589,-0.07615038,-0.8922077),(0.4187409,-0.08743988,-0.9038862),(0.5015926,0.02625994,-0.8647053),(0.4823292,0.01576511,-0.8758482),(0.5163026,0.03275771,-0.8557795),(0.4858873,-0.05065708,-0.8725523),(0.5273658,0.03660379,-0.8488495),(0.3559197,-0.09806412,-0.9293571),(0.3335058,-0.1008009,-0.9373436),(0.3542838,-0.130862,-0.9259364),(0.3265655,-0.1369992,-0.9351931),(0.3130102,-0.1001509,-0.9444546),(0.2945227,-0.09639038,-0.9507709),(0.3001837,-0.1405526,-0.9434695),(0.2754845,-0.1413758,-0.9508529),(0.3588798,-0.1094814,-0.9269407),(0.3279336,-0.1189993,-0.9371759),(0.2973432,-0.126263,-0.946385),(0.3961157,-0.03480003,-0.9175408),(0.3607857,-0.05125107,-0.9312395),(0.4289489,-0.01668848,-0.9031746),(0.3894016,-0.09861802,-0.9157734),(0.4580158,0.0009468959,-0.8889436),(0.278777,-0.08994621,-0.9561345),(0.2664999,-0.08110473,-0.9604165),(0.2532892,-0.1395783,-0.9572682),(0.2343124,-0.1352882,-0.9627018),(0.2578424,-0.06976935,-0.9636647),(0.2529682,-0.05583113,-0.9658623),(0.2186962,-0.1283787,-0.9673112),(0.2066126,-0.1187059,-0.9711952),(0.2423832,-0.1333001,-0.9609795),(0.2191499,-0.1331339,-0.9665654),(0.1988804,-0.1304326,-0.9713053),(0.2612976,-0.08712573,-0.9613183),(0.2323709,-0.09508962,-0.9679679),(0.2923531,-0.07722569,-0.9531872),(0.2684771,-0.1309941,-0.9543378),(0.3255295,-0.06530266,-0.9432741),(0.252402,-0.03956473,-0.9668133),(0.2564999,-0.02159511,-0.9663029),(0.1989219,-0.1066474,-0.9741952),(0.196336,-0.09292345,-0.9761237),(0.2650234,-0.002490522,-0.9642388),(0.2777113,0.01719579,-0.9605107),(0.1986641,-0.07803634,-0.976956),(0.2056872,-0.06246617,-0.9766221),(0.1715179,-0.1195554,-0.9778998),(0.1654189,-0.1123209,-0.9798064),(0.1643055,-0.1042219,-0.9808882),(0.1685734,-0.111185,-0.9793983),(0.1567611,-0.1139615,-0.9810396),(0.1852795,-0.1070112,-0.9768419),(0.1826587,-0.1256816,-0.9751102),(0.2066327,-0.1015954,-0.9731297),(0.2936527,0.03732092,-0.9551834),(0.3120084,0.05792893,-0.9483116),(0.2164553,-0.04625795,-0.9751961),(0.2300671,-0.0293269,-0.9727328),(0.3326288,0.07883386,-0.939757),(0.3553594,0.0998829,-0.9293778),(0.2463717,-0.01189535,-0.9691024),(0.2652016,0.005823325,-0.9641754),(0.1736912,-0.08477494,-0.9811445),(0.183264,-0.07345819,-0.9803153),(0.1959426,-0.06134677,-0.9786946),(0.1460234,-0.1109787,-0.9830366),(0.1500494,-0.1063583,-0.9829411),(0.1457888,-0.1138844,-0.982739),(0.1673419,-0.09509861,-0.9813016),(0.1493641,-0.114936,-0.9820795),(0.3800067,0.1210743,-0.9170257),(0.4064684,0.142576,-0.9024718),(0.2861632,0.02389001,-0.9578831),(0.3089912,0.04257579,-0.9501114),(0.4348087,0.1645741,-0.8853569),(0.465059,0.1872609,-0.8652477),(0.333821,0.06208397,-0.9405897),(0.3607672,0.08262884,-0.9289885),(0.228499,-0.03397826,-0.972951),(0.2480423,-0.01829933,-0.9685764),(0.2698989,-0.001129182,-0.962888),(0.179618,-0.08045697,-0.9804407),(0.1947476,-0.06777594,-0.978509),(0.1671273,-0.09116587,-0.9817114),(0.2111688,-0.04828869,-0.9762561),(0.1572732,-0.09982675,-0.9824967),(0.4973779,0.2107403,-0.8415484),(0.5318849,0.2350539,-0.8135405),(0.3900166,0.10443,-0.9148669),(0.4218065,0.1277544,-0.8976402),(0.5684935,0.260314,-0.7804177),(0.6069597,0.2865793,-0.741264),(0.4563377,0.1529542,-0.876562),(0.4937323,0.1803691,-0.8507029),(0.3209062,0.03869144,-0.9463204),(0.350499,0.06207124,-0.9345039),(0.3831906,0.08830873,-0.9194381),(0.2550026,-0.01606293,-0.9668069),(0.2804995,0.006656311,-0.9598311),(0.232361,-0.03584964,-0.9719687),(0.2941354,0.01775415,-0.9555988),(0.2123497,-0.05299992,-0.9757555),(0.6467965,0.3135776,-0.6952146),(0.6871653,0.3405523,-0.6417384),(0.5342707,0.2097384,-0.8188801),(0.5777848,0.2402461,-0.78003),(0.7268911,0.3666209,-0.5807052),(0.7647101,0.3909701,-0.5122117),(0.6232681,0.2711704,-0.7334872),(0.6695464,0.3018564,-0.6786681),(0.4613604,0.147222,-0.8749127),(0.5066979,0.1785054,-0.8434412),(0.5551175,0.2104378,-0.8047115),(0.3858199,0.08512916,-0.9186382),(0.4306608,0.1131588,-0.8953917),(0.3455308,0.05788747,-0.9366202),(0.4199556,0.1169921,-0.8999723),(0.3102867,0.03163597,-0.9501165),(0.7987331,0.4132276,-0.4373425),(0.8273246,0.4327275,-0.3581631),(0.7149195,0.3317714,-0.6154817),(0.7575631,0.3599215,-0.5445682),(0.849856,0.44835,-0.2769965),(0.8663073,0.4593122,-0.1963263),(0.7960126,0.3849282,-0.4671127),(0.8290951,0.4056016,-0.3848231),(0.6563218,0.274775,-0.7026666),(0.706405,0.3055516,-0.6384592),(0.7541436,0.3339802,-0.5654419),(0.5850684,0.2045434,-0.7847656),(0.6412331,0.2375375,-0.7296547),(0.530808,0.1726982,-0.8297097),(0.6054478,0.2427356,-0.757966),(0.479237,0.1422351,-0.8660837),(0.8761028,0.4669173,-0.120134),(0.8795896,0.4728449,-0.0523431),(0.8548562,0.4224566,-0.3012496),(0.8723338,0.4363653,-0.2204973),(0.8788196,0.4771288,0.004914244),(0.8760028,0.4797108,0.049965),(0.8826324,0.4469811,-0.1454919),(0.887467,0.4540944,-0.07874411),(0.8316149,0.3829601,-0.4021919),(0.8584477,0.402052,-0.3184678),(0.8775883,0.4163844,-0.2376191),(0.79541,0.3323509,-0.5068194),(0.8340744,0.3559997,-0.4214074),(0.7491843,0.3034761,-0.5887489),(0.7966741,0.3598798,-0.4855891),(0.6969491,0.2710924,-0.6639058),(0.8719975,0.4830278,0.07939983),(0.8673726,0.4894367,0.0900922),(0.8874841,0.460179,-0.02464386),(0.8837942,0.4677032,0.01270945),(0.8632348,0.4982539,0.08104662),(0.8597819,0.5081309,0.05077295),(0.8787763,0.4761747,0.03177557),(0.874176,0.4846213,0.03095773),(0.8923883,0.4388483,-0.105144),(0.891601,0.4487095,-0.06088921),(0.8889197,0.4567967,-0.03403527),(0.8916053,0.4076366,-0.1971606),(0.8963742,0.4188548,-0.1451685),(0.8813255,0.3930309,-0.2622823),(0.8886533,0.4279312,-0.164834),(0.862914,0.3756516,-0.3380315),(0.8561362,0.5167491,-0.001133929),(0.8494552,0.5224332,-0.07409099),(0.8702656,0.4925064,0.008675635),(0.8654315,0.4997443,-0.03583174),(0.8350156,0.5241469,-0.1673883),(0.8071857,0.5199173,-0.2795303),(0.8567415,0.5054618,-0.1024816),(0.8399497,0.50784,-0.191267),(0.8807352,0.471664,-0.0428793),(0.8740711,0.4790519,-0.08067892),(0.8631573,0.4847257,-0.1414227),(0.8880591,0.4480861,-0.10281),(0.8798819,0.4565248,-0.1318827),(0.8936737,0.4383303,-0.09598819),(0.8853976,0.4640271,-0.02738361),(0.8968171,0.4284168,-0.1103542),(0.7637317,0.5045727,-0.4026417),(0.7041694,0.4756624,-0.5271535),(0.812112,0.502126,-0.2972265),(0.7703657,0.4855525,-0.4132498),(0.6261312,0.4359159,-0.6464805),(0.5291717,0.3886006,-0.7542989),(0.7101811,0.4593347,-0.5335302),(0.6286809,0.4247879,-0.651395),(0.8175358,0.4784731,-0.3204663),(0.7737845,0.4646033,-0.4305825),(0.7095725,0.4433438,-0.5476797),(0.8182919,0.4596597,-0.345125),(0.7706114,0.4505097,-0.450776),(0.8489406,0.4630069,-0.2548029),(0.8455359,0.4852384,-0.2227393),(0.867884,0.4618205,-0.183028),(0.4218324,0.334682,-0.8426419),(0.3154175,0.2763009,-0.9078379),(0.5317813,0.380749,-0.7564648),(0.4289389,0.3281584,-0.8416196),(0.2140851,0.2184759,-0.9520692),(0.1203314,0.1661468,-0.9787316),(0.3239993,0.2721292,-0.906074),(0.2200864,0.2180749,-0.950792),(0.53499,0.3683956,-0.7603093),(0.4334483,0.318625,-0.8429714),(0.3258845,0.267278,-0.9068416),(0.5362374,0.3587569,-0.7640308),(0.4320706,0.3138169,-0.8454785),(0.6280264,0.399196,-0.6680011),(0.6277995,0.411474,-0.6607245),(0.7061486,0.4309704,-0.5617994),(0.03879086,0.1219418,-0.991779),(-0.02644544,0.086013,-0.995943),(0.1243927,0.1690477,-0.9777266),(0.04382803,0.1261471,-0.9910429),(-0.0758214,0.05800872,-0.9954326),(-0.1102331,0.03771561,-0.9931899),(-0.02106463,0.09037497,-0.995685),(-0.07076377,0.06268683,-0.9955214),(0.1279426,0.1702826,-0.977054),(0.04857877,0.1287318,-0.9904889),(-0.01682787,0.09468763,-0.9953647),(0.1320068,0.1730586,-0.976025),(0.05187457,0.1336742,-0.9896667),(0.2232463,0.2183333,-0.9499955),(0.2209823,0.2172366,-0.9507761),(0.3242747,0.2663736,-0.9076844),(-0.1338556,0.02515047,-0.9906817),(-0.1506899,0.01931305,-0.9883924),(-0.1080266,0.04360225,-0.9931914),(-0.1355642,0.03201329,-0.9902512),(-0.1616042,0.01816713,-0.9866884),(-0.1673864,0.01978088,-0.9856929),(-0.1544291,0.02578169,-0.9876674),(-0.1655646,0.0229137,-0.9859327),(-0.1088173,0.05120046,-0.9927423),(-0.1373387,0.03892315,-0.9897591),(-0.1555933,0.03064005,-0.9873459),(-0.1084868,0.05732607,-0.9924437),(-0.1359493,0.04270546,-0.989795),(-0.0686397,0.07666114,-0.9946917),(-0.06900068,0.06917079,-0.9952157),(-0.01544831,0.1017251,-0.9946925),(-0.1649056,0.02239887,-0.986055),(-0.1506117,0.0259028,-0.9882537),(-0.1677234,0.02188435,-0.9855912),(-0.1592363,0.02264585,-0.9869807),(-0.1239874,0.03161762,-0.99178),(-0.08448673,0.04089856,-0.9955849),(-0.1397922,0.026177,-0.9898347),(-0.10903,0.03348451,-0.9934744),(-0.1621092,0.02265397,-0.9865127),(-0.1501981,0.02345515,-0.9883776),(-0.1280085,0.02819021,-0.9913724),(-0.1545299,0.0232863,-0.9877137),(-0.1407776,0.02483572,-0.9897297),(-0.158408,0.02575632,-0.9870378),(-0.1638803,0.02522661,-0.9861577),(-0.1522813,0.03222179,-0.9878118),(-0.02574066,0.05316116,-0.9982541),(0.05990098,0.06627939,-0.9960014),(-0.05948872,0.04365724,-0.9972738),(0.0175112,0.05477216,-0.9983453),(0.1741562,0.07857224,-0.9815784),(0.3156305,0.08883465,-0.9447146),(0.123913,0.06590425,-0.9901021),(0.2591852,0.07663877,-0.9627822),(-0.01979789,0.04422493,-0.9988254),(0.07731432,0.05371737,-0.9955586),(0.2039428,0.06448089,-0.9768569),(0.03520407,0.04187229,-0.9985026),(0.1508697,0.05225485,-0.9871716),(-0.05128508,0.03446618,-0.9980891),(-0.08757227,0.03565808,-0.9955198),(-0.109311,0.02897533,-0.9935852),(0.4573396,0.1003892,-0.8836076),(0.5756701,0.1152885,-0.8095137),(0.3993997,0.09004198,-0.9123444),(0.5226501,0.1070475,-0.8458),(0.6716932,0.1291681,-0.729482),(0.7485749,0.1372846,-0.6486822),(0.6284362,0.1226126,-0.7681369),(0.7179354,0.1315279,-0.6835709),(0.4659652,0.09810869,-0.879347),(0.5805126,0.115309,-0.8060452),(0.6826923,0.1253151,-0.7198801),(0.5280458,0.1071376,-0.8424305),(0.6424769,0.1185366,-0.7570816),(0.406248,0.08837438,-0.9094793),(0.3398896,0.07930517,-0.9371156),(0.2797476,0.06809133,-0.9576559),(0.7893665,0.1467056,-0.5961359),(0.7801507,0.1691177,-0.6022989),(0.7691942,0.1413156,-0.6231936),(0.7662832,0.1642959,-0.6211417),(0.7151095,0.2069471,-0.6676761),(0.5710132,0.2574015,-0.7795437),(0.7059314,0.2026117,-0.6786821),(0.5669044,0.2532704,-0.7838836),(0.7487375,0.1599859,-0.6432704),(0.6933303,0.1990754,-0.6925765),(0.5599144,0.2498973,-0.7899666),(0.6768349,0.1963482,-0.709466),(0.5497559,0.2472895,-0.7978824),(0.7269177,0.1561781,-0.6687294),(0.7449518,0.1359691,-0.653115),(0.7160375,0.1306089,-0.6857343),(0.3705223,0.2994791,-0.8792188),(0.1479008,0.3223277,-0.9350029),(0.3716824,0.2957674,-0.8799852),(0.1529935,0.3194969,-0.9351549),(-0.1091476,0.3254936,-0.9392235),(-0.4024585,0.3010032,-0.8645371),(-0.102007,0.3241214,-0.9404998),(-0.3950963,0.3020197,-0.8675732),(0.1565943,0.3170124,-0.9354044),(-0.09637486,0.3227994,-0.9415479),(-0.3898883,0.3025113,-0.8697551),(-0.09206406,0.3215403,-0.9424097),(-0.3865124,0.3025436,-0.8712494),(0.1587452,0.3148656,-0.9357668),(0.3708,0.2926104,-0.8814116),(0.3677642,0.2900026,-0.8835429),(-0.6408256,0.2522686,-0.7250538),(-0.7657945,0.2085285,-0.6083376),(-0.6344021,0.2562855,-0.7292816),(-0.7606255,0.2148515,-0.6126072),(-0.8208661,0.1809112,-0.5417103),(-0.8339939,0.1708905,-0.5246434),(-0.8308817,0.1758165,-0.5279433),(-0.8168123,0.1878329,-0.545469),(-0.7565053,0.2196013,-0.6160155),(-0.8123766,0.1933263,-0.5501538),(-0.825528,0.1799249,-0.5349116),(-0.8073378,0.1975104,-0.5560535),(-0.8177236,0.1832647,-0.5456576),(-0.7531475,0.2229224,-0.6189299),(-0.6300952,0.2590552,-0.7320316),(-0.6275515,0.2607051,-0.7336293),(-0.8145211,0.1772797,-0.5523834),(-0.7555733,0.1976543,-0.6245332),(-0.7501869,0.192478,-0.6325912),(-0.8115123,0.1776827,-0.5566657),(-0.6308417,0.226516,-0.7421113),(-0.401075,0.2464609,-0.8822676),(-0.3652251,0.2343168,-0.9009474),(-0.6167883,0.21674,-0.7567007),(-0.5959064,0.2069524,-0.7759292),(-0.7389461,0.1874273,-0.6471706),(-0.3239953,0.2223259,-0.9195641),(-0.2785065,0.2106417,-0.9370508),(-0.5679697,0.1970965,-0.7991017),(-0.7214684,0.1824114,-0.667989),(-0.8042917,0.1779455,-0.566966),(-0.7925872,0.1780262,-0.5831915),(-0.1214521,0.2299021,-0.9656057),(0.1159466,0.1852577,-0.9758257),(0.1674107,0.1740395,-0.970404),(-0.06543466,0.2165486,-0.9740764),(0.3093764,0.1409449,-0.9404365),(0.4731583,0.1195601,-0.8728268),(0.462128,0.1250076,-0.8779584),(0.3360056,0.1364253,-0.9319273),(0.3553657,0.137553,-0.9245509),(0.2134489,0.1670288,-0.96257),(0.4437102,0.1360611,-0.8857814),(0.417223,0.152497,-0.8959183),(0.3667186,0.1441596,-0.9190949),(0.2523111,0.1644784,-0.9535649),(-0.009471744,0.2050045,-0.9787152),(0.04391401,0.1957295,-0.9796742),(0.5731504,0.1343609,-0.8083599),(0.5739537,0.1829102,-0.7981986),(0.5036459,0.2082957,-0.8384234),(0.528173,0.1505764,-0.8356794),(0.4612045,0.2533225,-0.8503636),(0.1802916,0.3306451,-0.926374),(0.04968409,0.3548772,-0.9335918),(0.3625906,0.2839133,-0.8876494),(0.2489301,0.315519,-0.9156863),(0.4202223,0.2369793,-0.8759304),(-0.08958013,0.376148,-0.9222192),(-0.2316632,0.3947986,-0.8890817),(0.1217764,0.3483956,-0.9294036),(0.3232304,0.2693652,-0.9071739),(0.4737096,0.1714335,-0.8638344),(0.4089141,0.1970432,-0.8910461),(-0.176019,0.3853762,-0.9058159),(-0.4711589,0.4144965,-0.7785897),(-0.5967228,0.3975357,-0.6970561),(-0.3184033,0.3899684,-0.8640279),(-0.7112973,0.4036781,-0.5754129),(-0.8952882,0.3254279,-0.3042299),(-0.9349942,0.2859266,-0.2098376),(-0.798735,0.3702884,-0.4742456),(-0.8663042,0.3334453,-0.3719292),(-0.7055706,0.3741332,-0.6018258),(-0.9605176,0.2480286,-0.1260465),(-0.9749858,0.2151769,-0.05569242),(-0.9144609,0.2974207,-0.2744125),(-0.7935579,0.3478987,-0.499232),(-0.455283,0.3883576,-0.8011839),(-0.5793509,0.3823858,-0.719815),(-0.9765589,0.2117847,-0.03847047),(-0.9820459,0.1322505,0.1345195),(-0.9797391,0.1056802,0.1701264),(-0.9837975,0.1770445,0.02824456),(-0.9697158,0.08837459,0.2276871),(-0.9644259,0.06680315,0.2557731),(-0.9718395,0.06644578,0.2260816),(-0.9699609,0.07223585,0.2322881),(-0.9733825,0.06181498,0.2206929),(-0.9782764,0.08530743,0.1889392),(-0.9809506,0.07041869,0.181044),(-0.9896531,0.07849506,0.1201049),(-0.9796552,0.05767403,0.1922221),(-0.9789734,0.07236245,0.1907216),(-0.9859056,0.1475646,0.07883415),(-0.9856678,0.1254625,0.1127754),(-0.9726762,0.05925931,0.2244759),(-0.9883701,0.07047539,0.1347505),(-0.9943126,0.09733085,0.04323311),(-0.984112,0.07539204,0.1607467),(-0.9936033,0.1118284,-0.01570758),(-0.9562829,0.1880094,-0.2239991),(-0.9149733,0.2171782,-0.3400843),(-0.9814951,0.1434672,-0.1268253),(-0.9544418,0.17377,-0.2425795),(-0.9903684,0.125152,-0.05922353),(-0.8582715,0.2424664,-0.4523054),(-0.7876908,0.2622879,-0.5574479),(-0.9114658,0.200672,-0.359111),(-0.9736292,0.1521499,-0.1699903),(-0.9920899,0.09416448,0.08301006),(-0.9933921,0.1144922,-0.007980854),(-0.8585679,0.264236,-0.4393639),(-0.7199298,0.3136377,-0.6191385),(-0.6310965,0.3266793,-0.7035608),(-0.7884479,0.2860672,-0.5445323),(-0.5510102,0.3455092,-0.7596125),(-0.357191,0.3699757,-0.857632),(-0.2703805,0.3648379,-0.8909476),(-0.4564389,0.3490357,-0.8184361),(-0.3643863,0.3486351,-0.8635255),(-0.5376801,0.3342962,-0.7740453),(-0.1926253,0.3583613,-0.9134948),(-0.1268894,0.3505164,-0.9279209),(-0.2783873,0.3443207,-0.8966291),(-0.4433696,0.3362207,-0.8308905),(-0.7071989,0.3024934,-0.6390364),(-0.6179097,0.3126806,-0.7214004),(-0.1711783,0.3827299,-0.9078633),(-0.03192582,0.3822323,-0.9235147),(0.01343701,0.3729746,-0.9277442),(-0.1026227,0.3729714,-0.9221502),(0.05987239,0.3791207,-0.9234083),(0.1086854,0.3832018,-0.917248),(0.09829275,0.3827456,-0.91861),(0.07916073,0.373662,-0.9241809),(0.08062736,0.3740987,-0.9238774),(0.04236133,0.3678885,-0.9289045),(0.06935512,0.3887088,-0.9187466),(0.02043087,0.3999745,-0.9162985),(0.06255902,0.3795766,-0.9230428),(0.05297949,0.3663881,-0.9289526),(-0.04789282,0.3648235,-0.9298441),(-0.00928777,0.3579953,-0.9336772),(0.1151252,0.3996385,-0.9094148),(0.07713241,0.4267869,-0.901057),(0.01027908,0.4362075,-0.8997874),(0.07472587,0.4044946,-0.9114824),(-0.006214248,0.4593865,-0.8882147),(-0.1351227,0.490499,-0.8609022),(-0.2434055,0.4974889,-0.8326215),(-0.09628852,0.4702227,-0.8772794),(-0.2014825,0.4814214,-0.8530172),(-0.07442106,0.449063,-0.8903953),(-0.3613376,0.501256,-0.7862426),(-0.4845998,0.5002447,-0.7175781),(-0.3194177,0.4911784,-0.8103802),(-0.1764421,0.4636858,-0.8682533),(0.01565298,0.4148788,-0.909742),(-0.0628234,0.4293979,-0.9009277),(-0.2878104,0.5168028,-0.8062754),(-0.4436896,0.53463,-0.7192428),(-0.5611833,0.5206262,-0.6434451),(-0.4058134,0.5149277,-0.7550927),(-0.5993427,0.5319098,-0.5982143),(-0.7460803,0.4977862,-0.4422365),(-0.8303304,0.4536891,-0.3236009),(-0.7054518,0.5034572,-0.4988672),(-0.7986451,0.465279,-0.3816825),(-0.6731315,0.4977306,-0.5469537),(-0.8957393,0.4008048,-0.1923713),(-0.9385234,0.3414549,-0.05081944),(-0.8737333,0.4186114,-0.2476986),(-0.773692,0.4660646,-0.4291672),(-0.526096,0.5065196,-0.6831259),(-0.6430957,0.4907096,-0.5879048),(-0.860141,0.4379214,-0.2614997),(-0.9290202,0.36305,-0.07152747),(-0.9538931,0.29386,0.06110879),(-0.9158649,0.3794065,-0.13131),(-0.9556523,0.2692581,0.1192846),(-0.9409832,0.1518125,0.3024957),(-0.9065512,0.07798153,0.4148297),(-0.9495968,0.1946744,0.2456986),(-0.9229372,0.1199699,0.365779),(-0.9558969,0.221202,0.1932122),(-0.8561778,0.007299512,0.5166298),(-0.7924737,-0.05745152,0.6071942),(-0.8772629,0.04852915,0.4775507),(-0.9350104,0.1486036,0.321982),(-0.9492778,0.3143999,0.004941209),(-0.9584476,0.2460589,0.1443375),(-0.8861574,0.02599718,0.4626547),(-0.802339,-0.08879532,0.5902266),(-0.7342355,-0.1483105,0.662497),(-0.830218,-0.04215763,0.5558426),(-0.7008303,-0.1928252,0.6867717),(-0.5898341,-0.2903319,0.753527),(-0.5251554,-0.3263988,0.7859235),(-0.6298566,-0.2414369,0.7382336),(-0.5629631,-0.2802962,0.7775003),(-0.662985,-0.1994681,0.72157),(-0.4720291,-0.3523171,0.808122),(-0.4335674,-0.3662809,0.823321),(-0.5035228,-0.3078445,0.8072773),(-0.591993,-0.2405502,0.7692074),(-0.7643918,-0.1042514,0.6362678),(-0.6918222,-0.1581608,0.7045332),(-0.4841268,-0.3727379,0.791636),(-0.4021091,-0.431503,0.8075354),(-0.3748931,-0.4417422,0.8150577),(-0.4347201,-0.3957081,0.8089707),(-0.3511009,-0.4731958,0.8079691),(-0.3356712,-0.504536,0.7954673),(-0.3652909,-0.485604,0.7941985),(-0.3506255,-0.4702294,0.809905),(-0.3745244,-0.461753,0.804062),(-0.3701037,-0.4448653,0.8155478),(-0.4183255,-0.4614344,0.7823568),(-0.4937121,-0.4295795,0.756115),(-0.4236732,-0.4447632,0.789105),(-0.3896309,-0.4381131,0.8100893),(-0.4034095,-0.4095542,0.8182457),(-0.3927823,-0.4119778,0.82219),(-0.3607297,-0.5243936,0.7712881),(-0.4266721,-0.5243707,0.736876),(-0.5058253,-0.4733586,0.7211603),(-0.4187689,-0.4887399,0.7653534),(-0.5275128,-0.4945559,0.6907566),(-0.6532713,-0.4240281,0.6272454),(-0.742303,-0.3416733,0.5764074),(-0.6180734,-0.427768,0.6595451),(-0.712244,-0.351122,0.6078007),(-0.5975422,-0.4134273,0.687038),(-0.8254191,-0.2512273,0.5055377),(-0.896942,-0.1571089,0.4132939),(-0.8033957,-0.2675327,0.5319601),(-0.6960857,-0.3454249,0.6294017),(-0.4961193,-0.446366,0.7447302),(-0.5891868,-0.396247,0.7041641),(-0.7776409,-0.3234622,0.5391167),(-0.8801415,-0.20722,0.4270956),(-0.9336283,-0.1038595,0.3428577),(-0.85302,-0.22817,0.4693564),(-0.9521361,-0.07132624,0.297236),(-0.9839706,0.08455759,0.1570098),(-0.98147,0.181423,0.06166147),(-0.9783772,0.03287514,0.2041992),(-0.9857431,0.13213,0.1041733),(-0.9691832,-0.0009759383,0.246339),(-0.9622082,0.2699252,-0.03599658),(-0.9277309,0.3480442,-0.1348362),(-0.9748544,0.2228398,-0.001120611),(-0.9855341,0.09672904,0.1391624),(-0.9148921,-0.1286964,0.3826351),(-0.9596726,-0.03001544,0.2795128),(-0.9708942,0.2388611,0.01759958),(-0.9215911,0.3717177,-0.111785),(-0.8751826,0.4423952,-0.1958108),(-0.9433871,0.3233269,-0.07403034),(-0.844479,0.4846919,-0.2278793),(-0.744461,0.5815635,-0.3279659),(-0.676563,0.6224988,-0.3933924),(-0.7848105,0.5408316,-0.3026113),(-0.7176285,0.586734,-0.3751698),(-0.8188227,0.5023299,-0.2778383),(-0.6024902,0.6542853,-0.4570737),(-0.521755,0.6772318,-0.5187762),(-0.6431795,0.6227832,-0.4454897),(-0.7534627,0.5516347,-0.3577614),(-0.902635,0.3975425,-0.1649546),(-0.8501389,0.4608526,-0.2547128),(-0.6318253,0.6579207,-0.4098015),(-0.5199178,0.7098871,-0.4751269),(-0.445147,0.7247329,-0.5259339),(-0.5595337,0.6845899,-0.4671817),(-0.4125925,0.7418771,-0.5285694),(-0.3104722,0.7580572,-0.5735471),(-0.2332333,0.7554259,-0.6123184),(-0.3362709,0.7470542,-0.5734386),(-0.2584516,0.7446524,-0.6153826),(-0.3661186,0.7314404,-0.5752844),(-0.1595371,0.7473973,-0.6449382),(-0.09615707,0.7327708,-0.6736474),(-0.1823464,0.7334723,-0.6548041),(-0.2834949,0.7292053,-0.6228084),(-0.4817579,0.7029066,-0.5232893),(-0.3979105,0.7127116,-0.577676),(-0.2185864,0.7598495,-0.6122489),(-0.1446193,0.7501885,-0.645215),(-0.0781608,0.7350405,-0.6735031),(-0.1437647,0.7504762,-0.6450716),(-0.09145723,0.7355076,-0.6713151),(-0.06090116,0.7223568,-0.6888335),(-0.03897235,0.7159323,-0.6970811),(-0.0277241,0.6993782,-0.7142139),(-0.02853659,0.7278664,-0.6851251),(-0.008924509,0.7138333,-0.7002588),(-0.02121183,0.7029067,-0.7109658),(-0.01239412,0.7272746,-0.6862347),(-0.05187987,0.7295382,-0.6819696),(-0.006661801,0.7276107,-0.685958),(-0.07916185,0.7409211,-0.6669102),(-0.03448849,0.7302411,-0.6823186),(-0.04760986,0.7180552,-0.6943558),(-0.0455739,0.7275043,-0.6845879),(-0.03731684,0.692409,-0.7205396),(-0.06019667,0.6998172,-0.711781),(-0.05521745,0.7516656,-0.6572289),(-0.07763106,0.7900043,-0.6081668),(-0.09740099,0.7220632,-0.6849362),(-0.150815,0.7579574,-0.6346301),(-0.1065636,0.70903,-0.6970801),(-0.1722563,0.7282676,-0.6632904),(-0.2554855,0.7546877,-0.6042961),(-0.3880799,0.7697013,-0.5069062),(-0.2831509,0.7610971,-0.5835726),(-0.1919933,0.7480049,-0.6353167),(-0.05670384,0.7001681,-0.7117228),(-0.1151243,0.7361596,-0.6669449),(-0.1301511,0.8316885,-0.5397731),(-0.2306002,0.8571099,-0.4606367),(-0.2310186,0.7965171,-0.5587405),(-0.3471194,0.8159806,-0.4622597),(-0.3791513,0.8436553,-0.3801187),(-0.5644209,0.7667055,-0.3059274),(-0.660289,0.7066397,-0.25432),(-0.4949195,0.7924801,-0.3564126),(-0.6185203,0.7342844,-0.2797483),(-0.4825489,0.777546,-0.4031982),(-0.754241,0.6360604,-0.1629347),(-0.8288882,0.5583029,-0.03524567),(-0.7292477,0.6674806,-0.1505572),(-0.6179678,0.7350358,-0.278995),(-0.3590152,0.7776712,-0.5160773),(-0.5019858,0.7652089,-0.4030702),(-0.7253712,0.646385,-0.2366918),(-0.8277739,0.5342502,-0.1713687),(-0.8766325,0.4737789,-0.08395941),(-0.7950609,0.5841935,-0.1630832),(-0.8884374,0.4454675,-0.1106235),(-0.9220663,0.3830637,-0.05528061),(-0.9423075,0.3318923,0.04363628),(-0.9211945,0.3888017,-0.01529295),(-0.9415932,0.3262763,0.08334281),(-0.914157,0.40502,0.01660676),(-0.9506823,0.2772101,0.1391321),(-0.9471068,0.2238892,0.2299184),(-0.9467706,0.2649691,0.1828022),(-0.9334146,0.3356917,0.1266816),(-0.8567292,0.511785,-0.06396287),(-0.8983236,0.4356944,0.05643785),(-0.9432814,0.3319195,-0.00705402),(-0.9603366,0.2770755,0.03134911),(-0.9608138,0.2465026,0.1267811),(-0.9528957,0.289064,0.0918243),(-0.9742885,0.2179554,0.05707506),(-0.9858921,0.1532422,0.06733229),(-0.9681273,0.2037198,0.1456977),(-0.9764467,0.1591958,0.1456316),(-0.9520513,0.2178388,0.2148126),(-0.9538671,0.1949586,0.2283172),(-0.959568,0.1751208,0.220368),(-0.9329163,0.1903924,0.3056435),(-0.9353707,0.1992143,0.2922246),(-0.9359173,0.1911628,0.2958304),(-0.9518839,0.2451669,0.1838755),(-0.9416899,0.202397,0.268804),(-0.9897802,0.1280601,0.06273405),(-0.9789954,0.1980384,0.04846455),(-0.9800594,0.1521666,0.1277838),(-0.967492,0.2331729,0.097927),(-0.9164718,0.3988086,0.03211289),(-0.679302,0.7334306,0.02506815),(-0.8987513,0.4338938,0.06310286),(-0.6635374,0.7474502,0.03218826),(-0.9471039,0.285028,0.1474895),(-0.8694251,0.4848397,0.09502999),(-0.6336862,0.7724268,0.04241153),(-0.8267381,0.5480267,0.1271646),(-0.590787,0.8049693,0.05472936),(-0.9153528,0.3512171,0.1969155),(-0.962796,0.1905773,0.1915833),(-0.9364675,0.2414249,0.2544458),(-0.317816,0.9476137,0.03196168),(-0.05896211,0.9973748,0.04203526),(-0.3177036,0.9480591,0.01576283),(-0.05955838,0.9981802,0.009442338),(0.1071736,0.993311,0.04297763),(0.2222485,0.9746318,0.02642815),(0.1173087,0.9930954,-0.0005275882),(0.2496893,0.9680526,-0.02301103),(-0.04879699,0.9986767,-0.0162393),(0.1349284,0.9901736,-0.03675122),(0.2799168,0.9577828,-0.06556316),(0.1594477,0.9849784,-0.06628702),(0.3135555,0.9441014,-0.1017614),(-0.02828259,0.9989603,-0.0357562),(-0.3033218,0.9528735,0.005284097),(-0.2769139,0.9608947,-0.000469195),(0.3260801,0.94528,-0.01084632),(0.4383341,0.8967113,-0.06141674),(0.3680963,0.9277874,-0.06095678),(0.4831015,0.8689808,-0.1071696),(0.5579698,0.8223116,-0.1116844),(0.6804103,0.7178924,-0.1472156),(0.5942245,0.790295,-0.1494353),(0.7002462,0.6920225,-0.1753859),(0.5216348,0.8400239,-0.1491879),(0.6222991,0.7603608,-0.1859979),(0.7120492,0.6714951,-0.2051346),(0.6447276,0.7315826,-0.2216152),(0.7177317,0.6549242,-0.2365072),(0.5563339,0.8094434,-0.1878672),(0.4078231,0.9069586,-0.1053867),(0.4469833,0.8827755,-0.1446142),(0.775331,0.6104621,-0.1618581),(0.8273677,0.5379786,-0.161374),(0.7806002,0.5984493,-0.1803384),(0.8240973,0.5403101,-0.1700845),(0.8490221,0.5061916,-0.1514317),(0.8464831,0.5151906,-0.1343326),(0.839878,0.5215347,-0.1503548),(0.8313364,0.5417643,-0.1239811),(0.8138703,0.5510113,-0.1843953),(0.8237693,0.5451386,-0.155654),(0.8090541,0.575393,-0.1198099),(0.8000822,0.5761215,-0.1671899),(0.7784628,0.6157894,-0.1216525),(0.7967553,0.5687627,-0.2041812),(0.7785606,0.5939029,-0.2027875),(0.7701418,0.5953016,-0.2291236),(0.8337578,0.5415047,-0.1077989),(0.8241746,0.5618771,-0.07092478),(0.812126,0.5766273,-0.08917581),(0.7969198,0.6024028,-0.0450502),(0.8173117,0.5755621,-0.02701777),(0.8140097,0.5808406,-0.003527314),(0.7857108,0.6185705,0.005394866),(0.7805546,0.624274,0.03188518),(0.762116,0.6470456,-0.02260901),(0.7462441,0.6646765,0.0363967),(0.7390696,0.6702998,0.06689057),(0.6964966,0.7144722,0.0664965),(0.6870238,0.7194356,0.1020326),(0.7176617,0.6963845,-0.003204177),(0.783183,0.6171701,-0.07566692),(0.7452557,0.6634027,-0.06701247),(0.2806171,0.8133928,0.509555),(0.3115497,0.8092116,0.4981099),(0.2042551,0.8295643,0.5197143),(0.1833827,0.8582031,0.4794351),(0.2510255,0.8436918,0.4745213),(0.2788123,0.8397839,0.4658613),(0.10391,0.8580841,0.5028861),(-0.0189115,0.8917726,0.4520884),(-0.009302856,0.915522,0.4021603),(0.09581492,0.8840099,0.4575434),(0.1131957,0.9079723,0.4034514),(0.1846154,0.8830873,0.4313627),(0.02606976,0.9381114,0.3453512),(0.1568726,0.9268259,0.3411521),(0.08487384,0.9566951,0.2784433),(0.211108,0.9011161,0.3787124),(0.2385525,0.8684197,0.4346722),(0.2605468,0.8640254,0.4307848),(0.2477465,0.8847361,0.3947959),(0.2615352,0.879304,0.398025),(-0.129594,0.9101537,0.3934788),(-0.1980587,0.9098297,0.3646679),(-0.1021627,0.9357326,0.3375901),(-0.1586725,0.9410178,0.2988454),(-0.2307443,0.8992488,0.3716297),(-0.2318607,0.8789942,0.4166652),(-0.1869487,0.9374982,0.2935089),(-0.1933452,0.9249631,0.3272018),(-0.1030406,0.9669419,0.2332509),(-0.1324843,0.9672692,0.2164212),(-0.1472789,0.9610139,0.234011),(-0.07013384,0.9880311,0.1373894),(-0.09230483,0.9858121,0.1401941),(-0.03582242,0.9861575,0.1618956),(-0.05257663,0.9589791,0.2785585),(0.01457419,0.9775277,0.2103028),(-0.2206913,0.8493429,0.4794913),(-0.2151764,0.8150912,0.5378897),(-0.1948105,0.9016708,0.3860552),(-0.204471,0.868729,0.4511113),(-0.2138622,0.7788206,0.5896622),(-0.2159164,0.7429772,0.6335337),(-0.2192546,0.827256,0.5172763),(-0.2369476,0.7795134,0.5798402),(-0.180508,0.9242671,0.3363736),(-0.2046878,0.8916733,0.4037595),(-0.2305524,0.8493682,0.4747832),(-0.1538974,0.9534495,0.2593251),(-0.176435,0.9296871,0.3233456),(-0.1317405,0.9697022,0.2057232),(-0.1603937,0.9470329,0.2782131),(-0.1108324,0.9799839,0.1653712),(-0.2180015,0.7084833,0.6712129),(-0.2166414,0.6760988,0.7042421),(-0.2534381,0.7273414,0.6377645),(-0.2648514,0.6726738,0.6909151),(-0.2109728,0.6484477,0.7314411),(-0.199101,0.6286935,0.7517335),(-0.269746,0.6194946,0.7371998),(-0.266029,0.5726955,0.7754021),(-0.2723257,0.7386341,0.6166511),(-0.2821782,0.6746291,0.6820931),(-0.2814024,0.6106374,0.740226),(-0.230014,0.7982948,0.5566139),(-0.2357989,0.732637,0.6384684),(-0.2165703,0.8532258,0.4744501),(-0.2543478,0.7979419,0.5464394),(-0.1979948,0.8967662,0.3957377),(-0.1790008,0.6204281,0.7635625),(-0.1497757,0.6250308,0.7660964),(-0.229503,0.5164137,0.8250122),(-0.2527373,0.5374267,0.8045474),(-0.1102829,0.6428099,0.7580456),(-0.06037245,0.6738832,0.7363672),(-0.1472326,0.518902,0.842059),(-0.1946813,0.5100726,0.8378097),(-0.2176799,0.4720646,0.854266),(-0.2497666,0.5062618,0.8254185),(-0.1727049,0.4509671,0.8756722),(-0.2036152,0.5217799,0.8284241),(-0.1700933,0.4622484,0.8702842),(-0.2243367,0.5888338,0.7764972),(-0.2703749,0.5528814,0.7881747),(-0.2340657,0.6605854,0.7133304),(0.0004083971,0.716341,0.6977502),(0.07082032,0.76694,0.6377988),(-0.08617867,0.5424017,0.8356875),(-0.01157274,0.5793167,0.8150203),(0.1452013,0.82186,0.5508745),(0.2150763,0.8756521,0.4324066),(0.07418397,0.6283058,0.7744214),(0.1668085,0.6876021,0.7066669),(-0.04230509,0.4484282,0.8928171),(0.04303692,0.4663343,0.8835611),(0.141206,0.4971108,0.8561201),(0.005975107,0.3429676,0.9393283),(0.09293644,0.3249495,0.9411539),(-0.06568147,0.3723432,0.925768),(-0.1142518,0.4431954,0.8891144),(-0.123958,0.4121854,0.9026282),(0.2696135,0.9200902,0.2841522),(0.2988065,0.9472207,0.1161362),(0.2542855,0.754744,0.6047316),(0.3213193,0.8229141,0.4685791),(0.2982493,0.9527015,-0.05837025),(0.2690227,0.9351961,-0.2302936),(0.3600442,0.8812368,0.3062513),(0.3685946,0.9209441,0.1264911),(0.3224295,0.6148663,0.7197073),(0.3818769,0.6953416,0.6088268),(0.4151861,0.777273,0.4727231),(0.3118258,0.4320272,0.8462371),(0.3448288,0.5209467,0.7808377),(0.2566363,0.3663164,0.8943993),(0.2399412,0.5459631,0.8027157),(0.182319,0.3293857,0.9264259),(0.2303648,0.8921309,-0.3886317),(0.2069755,0.8251373,-0.5256517),(0.3567996,0.9321764,-0.06116796),(0.3418738,0.9071431,-0.2453849),(0.2148004,0.7410825,-0.6361269),(0.2628934,0.6453546,-0.7172201),(0.3416151,0.8461404,-0.4090791),(0.3695652,0.7580617,-0.5373676),(0.428488,0.8935931,0.1337511),(0.4295772,0.9014016,-0.05420938),(0.4412789,0.8680643,-0.2274581),(0.3754196,0.8158295,0.4398663),(0.3829005,0.8833531,0.2703228),(0.3695358,0.7235034,0.5830833),(0.4271784,0.8480704,0.3135205),(0.3608649,0.6218728,0.6950184),(0.3290513,0.543281,-0.7723801),(0.3860517,0.4439537,-0.8086218),(0.4583598,0.5550783,-0.6941142),(0.4151305,0.6563197,-0.6300088),(0.4270083,0.3544578,-0.8318794),(0.449292,0.2817908,-0.8477798),(0.5012875,0.3897837,-0.7725151),(0.4887677,0.4636789,-0.7389913),(0.5250252,0.6427277,-0.5578976),(0.4993707,0.7227164,-0.477818),(0.5363241,0.5730189,-0.619682),(0.5101709,0.805727,-0.3008818),(0.4795108,0.8559935,-0.1932473),(0.440623,0.8955129,-0.06251276),(0.4671792,0.8027653,-0.3705555),(0.4039355,0.9099666,0.09379189),(0.4625878,0.2273213,-0.856935),(0.4770996,0.1874998,-0.858615),(0.5103986,0.2944362,-0.8079607),(0.5048929,0.3347064,-0.7956474),(0.4944097,0.1598181,-0.8544105),(0.515439,0.1418988,-0.8450961),(0.5334396,0.2507583,-0.8078134),(0.5195649,0.2670865,-0.811614),(0.5440472,0.4389667,-0.715067),(0.540139,0.4728299,-0.6961908),(0.5515111,0.4148438,-0.723699),(0.5621948,0.6186963,-0.5487731),(0.5531214,0.659335,-0.5092486),(0.5431373,0.7051304,-0.4558432),(0.5383298,0.5173236,-0.6652648),(0.5298966,0.7546352,-0.3869567),(0.5355626,0.1332901,-0.8339103),(0.5500167,0.133281,-0.82445),(0.5601937,0.2477147,-0.7904558),(0.5483173,0.2448154,-0.7996334),(0.5587638,0.1390102,-0.8175936),(0.5614896,0.1476635,-0.814202),(0.5744667,0.2654393,-0.7742932),(0.5689949,0.2557463,-0.7815616),(0.5758713,0.3901684,-0.7184294),(0.568526,0.3929003,-0.7227777),(0.582516,0.3888365,-0.7137797),(0.5935379,0.5102293,-0.6223975),(0.5856825,0.531675,-0.6117987),(0.578187,0.5558136,-0.5973031),(0.5604766,0.4000172,-0.7251567),(0.5706224,0.5842679,-0.5770797),(0.5606151,0.1553702,-0.81337),(0.558382,0.1587101,-0.8142608),(0.5836326,0.2744981,-0.7642145),(0.5786974,0.2727621,-0.7685767),(0.5539677,0.155766,-0.8178366),(0.5462704,0.1446761,-0.8250197),(0.5886566,0.2689319,-0.7623379),(0.5928829,0.2543321,-0.7640713),(0.6122664,0.365472,-0.7011135),(0.6001638,0.3783064,-0.7047607),(0.6258653,0.3459302,-0.6990172),(0.6485682,0.4225174,-0.633118),(0.6307234,0.4462451,-0.6348647),(0.6155176,0.4684529,-0.6337901),(0.5901156,0.3856907,-0.7092293),(0.6030968,0.4896131,-0.6297248),(0.5324321,0.1258299,-0.837068),(0.5103116,0.1020593,-0.8539122),(0.5913141,0.2321657,-0.7722996),(0.5794405,0.2060333,-0.7885423),(0.4805723,0.07649925,-0.8736121),(0.4444271,0.05212784,-0.8942971),(0.5573376,0.1785322,-0.8108644),(0.525509,0.152193,-0.8370649),(0.632998,0.2976561,-0.7146428),(0.6204758,0.2736639,-0.7349271),(0.5968834,0.2511348,-0.7620115),(0.6649019,0.3656469,-0.6513124),(0.6515096,0.3512187,-0.6724439),(0.6685536,0.3815053,-0.6383492),(0.6347193,0.3221079,-0.7024086),(0.6630594,0.4000784,-0.6326844),(0.4058807,0.02968915,-0.9134437),(0.3683922,0.008463579,-0.9296319),(0.488841,0.1267326,-0.8631183),(0.4520529,0.1006812,-0.8862908),(0.3320116,-0.01171615,-0.9432026),(0.296703,-0.03101521,-0.954466),(0.4152119,0.07399982,-0.90671),(0.3782968,0.04661923,-0.9245096),(0.5362396,0.2019022,-0.8195624),(0.5042185,0.1729659,-0.8460771),(0.4709893,0.1413193,-0.8707457),(0.5894547,0.2848342,-0.7559185),(0.5650381,0.2528465,-0.7853665),(0.61183,0.3121222,-0.7268039),(0.5671126,0.2280086,-0.7914516),(0.6324093,0.3343698,-0.6987526),(0.263195,-0.04967727,-0.9634627),(0.2325501,-0.06751324,-0.9702383),(0.3414467,0.01875337,-0.939714),(0.3052495,-0.008766404,-0.9522321),(0.2054163,-0.0838751,-0.9750739),(0.1824136,-0.09815496,-0.9783102),(0.2706302,-0.03487638,-0.9620514),(0.2385312,-0.0585821,-0.9693663),(0.3989541,0.0735231,-0.9140187),(0.3609336,0.04008821,-0.9317294),(0.3229772,0.008678858,-0.946367),(0.4692921,0.142232,-0.8715131),(0.4304889,0.1052112,-0.8964429),(0.5051675,0.1800484,-0.844031),(0.435953,0.1077082,-0.893501),(0.5372691,0.2173504,-0.8149238),(0.1636573,-0.109779,-0.9803901),(0.1490173,-0.1185566,-0.9817016),(0.2097904,-0.07923799,-0.9745303),(0.1849158,-0.096701,-0.9779852),(0.1385516,-0.1246095,-0.9824846),(0.1323357,-0.1280121,-0.982904),(0.1640812,-0.1109762,-0.9801846),(0.1474539,-0.1220429,-0.9815105),(0.2530571,-0.04581474,-0.966366),(0.22273,-0.06845306,-0.9724739),(0.1959759,-0.08771877,-0.9766775),(0.3137033,0.004325673,-0.9495112),(0.2780175,-0.02411476,-0.9602733),(0.3514514,0.03575429,-0.9355231),(0.2866104,-0.02001935,-0.957838),(0.3906159,0.06960466,-0.9179185),(0.1298997,-0.1285993,-0.9831523),(0.130689,-0.1263275,-0.9833422),(0.1348111,-0.1297936,-0.9823338),(0.1257767,-0.1343325,-0.9829217),(0.1346102,-0.1214755,-0.9834244),(0.1415601,-0.1143077,-0.983308),(0.1202317,-0.1360219,-0.9833832),(0.1180464,-0.1351966,-0.9837617),(0.1535236,-0.1159042,-0.981324),(0.1377311,-0.1252928,-0.982513),(0.1254984,-0.1319282,-0.9832828),(0.1883641,-0.08986619,-0.9779791),(0.1651222,-0.1054699,-0.9806175),(0.2150485,-0.0711522,-0.9740079),(0.1729268,-0.1034841,-0.9794832),(0.2450032,-0.04926287,-0.9682699),(0.1511277,-0.1047977,-0.9829435),(0.163008,-0.09275196,-0.9822553),(0.1186588,-0.1318341,-0.9841442),(0.1215938,-0.125776,-0.9845788),(0.1773093,-0.07807981,-0.981053),(0.1941371,-0.06066901,-0.9790966),(0.1268851,-0.1170631,-0.9849855),(0.1345614,-0.1057188,-0.9852496),(0.1094288,-0.1365638,-0.9845688),(0.10504,-0.1345811,-0.9853196),(0.1030725,-0.1298963,-0.9861557),(0.1124076,-0.1324445,-0.984796),(0.1000211,-0.1352231,-0.9857538),(0.1273765,-0.1266873,-0.9837305),(0.1162478,-0.1357285,-0.9839025),(0.1449441,-0.117771,-0.9824058),(0.2151405,-0.04141543,-0.9757046),(0.241844,-0.02133322,-0.9700807),(0.1463104,-0.09272741,-0.9848831),(0.1638135,-0.07903078,-0.9833206),(0.2740934,-0.0005222746,-0.9617029),(0.3116827,0.02097072,-0.9499547),(0.1871224,-0.0645518,-0.9802135),(0.2162766,-0.04917338,-0.975093),(0.1129149,-0.1160697,-0.9868019),(0.1266539,-0.1074511,-0.98611),(0.1465989,-0.09732755,-0.9843963),(0.09215439,-0.1318977,-0.9869704),(0.1018871,-0.1264236,-0.98673),(0.08888428,-0.1348924,-0.9868656),(0.1051334,-0.1234665,-0.9867639),(0.09164377,-0.1358603,-0.9864803),(0.3536509,0.04405997,-0.9343392),(0.399439,0.07013783,-0.9140729),(0.2498432,-0.03141442,-0.9677766),(0.2868627,-0.009255123,-0.957927),(0.4498507,0.1001517,-0.8874705),(0.5053794,0.1349161,-0.8522848),(0.3285362,0.01855214,-0.9443091),(0.3760157,0.05326911,-0.9250809),(0.1980585,-0.06489193,-0.9780397),(0.2289733,-0.03944656,-0.9726331),(0.2646892,-0.006460548,-0.9643121),(0.1525553,-0.07841342,-0.9851792),(0.1753196,-0.04944202,-0.9832693),(0.1329525,-0.1006853,-0.9859951),(0.170918,-0.08385967,-0.9817101),(0.1161591,-0.1165988,-0.9863629),(0.5659136,0.1735111,-0.8059998),(0.6295303,0.2129203,-0.7472327),(0.432015,0.09332638,-0.8970247),(0.4972434,0.1349545,-0.857051),(0.6922615,0.2500132,-0.6769545),(0.7506354,0.2822368,-0.5974017),(0.5678604,0.1752511,-0.8042521),(0.6397446,0.211608,-0.7388836),(0.3686498,0.07050227,-0.9268909),(0.4378404,0.1084289,-0.8924903),(0.5144204,0.1435041,-0.8454456),(0.3129428,0.04514788,-0.9486983),(0.3849155,0.07411183,-0.9199715),(0.253201,0.01456183,-0.9673041),(0.3100867,0.03155749,-0.9501843),(0.2070607,-0.01715627,-0.9781777),(0.7999768,0.3102313,-0.5136085),(0.8376118,0.3354184,-0.4311624),(0.7061592,0.244665,-0.6644382),(0.7621837,0.2757476,-0.5856957),(0.8647004,0.3570576,-0.353275),(0.8830671,0.374409,-0.2828608),(0.8076286,0.3037112,-0.5054659),(0.8430499,0.3274692,-0.4266507),(0.6605404,0.2104722,-0.7206855),(0.7221794,0.242356,-0.6478584),(0.7749586,0.2712348,-0.570851),(0.6106896,0.1686046,-0.7737123),(0.6777664,0.2004262,-0.7074334),(0.5382711,0.1358315,-0.8317536),(0.5908383,0.1770251,-0.7871291),(0.4623375,0.1037727,-0.8806107),(0.8932779,0.3892223,-0.2248566),(0.8963293,0.4034943,-0.1838103),(0.8678356,0.3482135,-0.3544134),(0.8823601,0.3673676,-0.2940779),(0.8945895,0.4166886,-0.1614938),(0.8896772,0.4278035,-0.1595578),(0.8891836,0.3841708,-0.2485266),(0.89075,0.3976012,-0.2201766),(0.846946,0.3219362,-0.4231305),(0.8669993,0.3431704,-0.3613121),(0.8792709,0.3600133,-0.3118865),(0.8205013,0.2870636,-0.49434),(0.8477909,0.3090443,-0.4309781),(0.7837064,0.2605696,-0.5638331),(0.8168493,0.2975608,-0.494181),(0.7362278,0.2311369,-0.636038),(0.8815639,0.436514,-0.1797236),(0.8683661,0.4431077,-0.2227011),(0.8877023,0.4084566,-0.2124804),(0.8793697,0.418067,-0.2278791),(0.8470023,0.4469569,-0.2877789),(0.8129608,0.4465175,-0.3737871),(0.8646881,0.4258265,-0.2664326),(0.8408767,0.4303371,-0.3282322),(0.8821082,0.3864165,-0.2693835),(0.8735597,0.3972382,-0.2812388),(0.8578215,0.4050677,-0.3163266),(0.8717082,0.3604352,-0.3319807),(0.8639252,0.3723084,-0.3391458),(0.8723853,0.3452174,-0.3460764),(0.8842726,0.3738052,-0.279878),(0.8650652,0.3278264,-0.3797263),(0.7649973,0.4370058,-0.4730803),(0.703233,0.416082,-0.5764885),(0.806435,0.427655,-0.4083793),(0.7596736,0.4157673,-0.5000336),(0.6253524,0.3862182,-0.6780633),(0.5306384,0.3501957,-0.7718717),(0.6968089,0.3961631,-0.5979232),(0.6152094,0.37022,-0.6960276),(0.799595,0.4029467,-0.4452884),(0.7507859,0.3927258,-0.5311186),(0.6836601,0.3769529,-0.6249123),(0.7881712,0.3809306,-0.4834025),(0.73529,0.3748144,-0.5646793),(0.8246974,0.3823977,-0.4167088),(0.8339142,0.4073295,-0.372384),(0.8488635,0.3796316,-0.3678457),(0.4265515,0.3085526,-0.8502054),(0.3232816,0.26269,-0.909111),(0.5202481,0.336828,-0.7847859),(0.4205981,0.2964039,-0.8574625),(0.2244802,0.2165405,-0.9501152),(0.1324433,0.1739567,-0.9758062),(0.3195912,0.2528795,-0.9131886),(0.2199771,0.2103712,-0.9525514),(0.5102677,0.3205211,-0.7980558),(0.4124517,0.2826645,-0.8660164),(0.3103292,0.2433751,-0.9189473),(0.4984818,0.3071233,-0.8106734),(0.3991705,0.2736053,-0.8751017),(0.5883387,0.337202,-0.7349506),(0.6013707,0.3531081,-0.7167063),(0.6674107,0.3607085,-0.6515),(0.05133901,0.136927,-0.9892499),(-0.01513633,0.1055211,-0.9943019),(0.1280312,0.1710476,-0.9769087),(0.04974512,0.135544,-0.9895217),(-0.06721622,0.0795156,-0.994565),(-0.1056412,0.0587714,-0.992666),(-0.0143441,0.1045938,-0.9944115),(-0.06458329,0.07891149,-0.9947875),(0.123903,0.1672334,-0.9781007),(0.0489552,0.1330155,-0.9899042),(-0.01307528,0.1034463,-0.9945491),(0.1213566,0.165006,-0.9787981),(0.0485668,0.1325382,-0.9899873),(0.2049367,0.2008537,-0.9579451),(0.2115132,0.2045661,-0.9557275),(0.298312,0.23784,-0.9243603),(-0.1318469,0.04323994,-0.9903265),(-0.1470507,0.03265078,-0.9885899),(-0.1018756,0.05888493,-0.9930528),(-0.1270456,0.04415007,-0.9909139),(-0.1517456,0.02649168,-0.9880645),(-0.1463273,0.02431235,-0.9889374),(-0.1407766,0.0339375,-0.9894596),(-0.143675,0.02754031,-0.9892417),(-0.09765759,0.06027631,-0.9933931),(-0.1207998,0.04555383,-0.9916312),(-0.1321556,0.03441628,-0.9906314),(-0.09084684,0.06128273,-0.9939775),(-0.11097,0.04487438,-0.9928101),(-0.05800681,0.08102513,-0.9950227),(-0.06199072,0.07931306,-0.9949204),(-0.01172234,0.1046009,-0.9944452),(-0.1236892,0.02461229,-0.9920158),(-0.07586492,0.02662694,-0.9967625),(-0.1298152,0.02360448,-0.9912572),(-0.09257616,0.02185723,-0.9954657),(-0.001180685,0.03154306,-0.9995016),(0.1013825,0.0409993,-0.9940024),(-0.03062099,0.02389927,-0.9992453),(0.05712651,0.03171483,-0.9978631),(-0.1009489,0.02003011,-0.9946899),(-0.05237668,0.01879374,-0.9984505),(0.01943555,0.02425138,-0.999517),(-0.06572306,0.01605195,-0.9977089),(-0.01045365,0.01840175,-0.9997761),(-0.1004493,0.02102191,-0.99472),(-0.1272198,0.02584225,-0.9915379),(-0.1153243,0.03125045,-0.9928362),(0.220378,0.05709487,-0.973742),(0.3445201,0.07809159,-0.9355253),(0.1637141,0.04695719,-0.9853897),(0.2824881,0.06745156,-0.9568964),(0.4713938,0.09796065,-0.8764654),(0.596947,0.1108609,-0.7945843),(0.4115256,0.08756938,-0.9071815),(0.5460913,0.1018665,-0.8315092),(0.2221928,0.05633071,-0.9733741),(0.3498926,0.07577729,-0.93372),(0.4902043,0.09130501,-0.8668121),(0.2882044,0.06243818,-0.9555312),(0.4298357,0.07898277,-0.899446),(0.1657315,0.0445838,-0.9851627),(0.1116924,0.03755182,-0.9930331),(0.06614538,0.02868993,-0.9973975),(0.6817515,0.1248687,-0.7208487),(0.7001131,0.1525066,-0.6975553),(0.6414376,0.1183036,-0.7579988),(0.6675211,0.1485639,-0.7296193),(0.655874,0.1940796,-0.7294947),(0.5360551,0.2451674,-0.8077981),(0.6297542,0.1919257,-0.7527112),(0.5183641,0.2432869,-0.8198233),(0.6282558,0.1442203,-0.7645229),(0.5976861,0.1898674,-0.7789235),(0.4961567,0.2416972,-0.833913),(0.5587335,0.1878746,-0.8077871),(0.4688329,0.2404447,-0.8499306),(0.5813062,0.139345,-0.8016645),(0.5944799,0.1106879,-0.7964559),(0.5402978,0.1018205,-0.8352908),(0.3623847,0.2877965,-0.8864821),(0.1594188,0.313069,-0.9362551),(0.3544371,0.2858742,-0.890309),(0.1586241,0.3116355,-0.936868),(-0.08888991,0.320491,-0.9430716),(-0.3845538,0.3023272,-0.8721907),(-0.0865086,0.3197889,-0.9435313),(-0.3832829,0.3021013,-0.8728283),(0.156291,0.3105651,-0.9376153),(-0.08461098,0.3194227,-0.9438275),(-0.3818907,0.3019479,-0.8734912),(-0.08287939,0.3193994,-0.9439888),(-0.3795598,0.3019586,-0.874503),(0.1523606,0.3098772,-0.9384895),(0.343622,0.2842818,-0.8950463),(0.3296335,0.2830713,-0.9006732),(-0.6262822,0.2613906,-0.7344697),(-0.75019,0.2248259,-0.6218266),(-0.6254804,0.261338,-0.7351712),(-0.7470902,0.2253773,-0.6253491),(-0.8014811,0.2003157,-0.5634727),(-0.8073422,0.185891,-0.5600387),(-0.794524,0.1877181,-0.577489),(-0.7946034,0.2016563,-0.5726606),(-0.7432133,0.2248093,-0.6301546),(-0.7864884,0.2016073,-0.5837726),(-0.7795547,0.1885223,-0.5972888),(-0.7627308,0.188104,-0.6187556),(-0.776876,0.2002492,-0.5969622),(-0.7378936,0.2233554,-0.6368873),(-0.6242104,0.2607733,-0.7364501),(-0.6215233,0.2599277,-0.7390172),(-0.7762956,0.1784049,-0.6045964),(-0.6977583,0.1785929,-0.6937132),(-0.6688032,0.1767991,-0.722111),(-0.7558836,0.1792963,-0.6296766),(-0.5335554,0.189044,-0.824367),(-0.2308774,0.2014997,-0.9518894),(-0.1848741,0.1967646,-0.9628631),(-0.4947756,0.1843208,-0.8492485),(-0.4543891,0.1822389,-0.871963),(-0.636187,0.1763512,-0.75111),(-0.1442283,0.1957756,-0.9699846),(-0.1123496,0.1979081,-0.9737607),(-0.4153943,0.1821604,-0.8912156),(-0.6017984,0.176633,-0.7788707),(-0.7321923,0.1801788,-0.6568335),(-0.7062216,0.1805815,-0.6845738),(0.09188844,0.190714,-0.9773355),(0.2823618,0.1676564,-0.9445439),(0.3017715,0.1774834,-0.9367143),(0.1310045,0.1914649,-0.9727173),(0.3691896,0.1568314,-0.9160256),(0.3816613,0.1743542,-0.9077088),(0.3361761,0.2016479,-0.9199586),(0.361728,0.1760965,-0.9155015),(0.3431141,0.2015155,-0.9174226),(0.3088636,0.1932737,-0.9312618),(0.2801276,0.2338939,-0.9310329),(0.212955,0.2702821,-0.9389344),(0.3117378,0.2326217,-0.9212527),(0.3017772,0.2144522,-0.9289461),(0.1584127,0.1972388,-0.9674721),(0.1716558,0.207369,-0.9630848),(0.3328605,0.2266352,-0.9153361),(0.2131279,0.303286,-0.9287593),(0.09225084,0.3357781,-0.9374129),(0.2455413,0.2590462,-0.9341331),(-0.01474245,0.3786371,-0.9254278),(-0.3686879,0.4069022,-0.835763),(-0.4942265,0.4089096,-0.767159),(-0.1546274,0.401855,-0.9025537),(-0.291074,0.4168004,-0.8611349),(-0.03517509,0.364933,-0.9303691),(-0.6041392,0.4020333,-0.6880298),(-0.6964467,0.388335,-0.6034548),(-0.4182467,0.4231887,-0.8037295),(-0.1641441,0.3889596,-0.9065137),(0.148109,0.2930968,-0.9445412),(0.04255271,0.3271919,-0.9439993),(-0.6848693,0.3704726,-0.6274585),(-0.8599861,0.3193131,-0.3980744),(-0.9075853,0.2880665,-0.3054613),(-0.7701757,0.3511567,-0.5324644),(-0.9462139,0.2632414,-0.1881044),(-0.9822018,0.1878194,-0.001889692),(-0.9857312,0.1648694,0.03394062),(-0.9659932,0.2305377,-0.1170881),(-0.9776821,0.2006533,-0.06225693),(-0.9400991,0.2565145,-0.2245309),(-0.9878296,0.146441,0.05241743),(-0.9896808,0.132804,0.05380565),(-0.9842721,0.1750035,-0.02412719),(-0.961068,0.2270908,-0.1574107),(-0.8363334,0.3270343,-0.4399943),(-0.8854123,0.3010144,-0.3541689),(-0.9854341,0.1107926,0.1290136),(-0.9822339,0.06723879,0.1752014),(-0.9873701,0.06890002,0.1426648),(-0.9865848,0.1021316,0.1273556),(-0.9872486,0.06070914,0.147155),(-0.9947957,0.0915931,0.04463404),(-0.993046,0.1095447,-0.0431217),(-0.9937636,0.07047585,0.0864112),(-0.9963254,0.08501031,0.01043128),(-0.9927182,0.07582887,0.09359811),(-0.9813241,0.1300433,-0.1417453),(-0.9567322,0.1506902,-0.2489095),(-0.9915295,0.1023244,-0.07999284),(-0.9958411,0.08665632,0.02812967),(-0.9891745,0.09857971,0.1087008),(-0.9923391,0.09946675,0.07327728),(-0.9845778,0.1368213,-0.1090251),(-0.9420235,0.1783411,-0.2842293),(-0.8950059,0.2035024,-0.3969271),(-0.9630004,0.1609253,-0.2161789),(-0.8530639,0.2242656,-0.4711549),(-0.7061508,0.277457,-0.6514359),(-0.6178236,0.2891243,-0.7312326),(-0.781374,0.244797,-0.5740464),(-0.6994707,0.2608616,-0.665351),(-0.8333012,0.2255405,-0.5047182),(-0.5270854,0.2966185,-0.7963659),(-0.4384228,0.2992191,-0.8474984),(-0.6111689,0.2712144,-0.7435827),(-0.758827,0.2425421,-0.6044459),(-0.926983,0.1844117,-0.3266418),(-0.8758262,0.2049246,-0.4369605),(-0.5249528,0.3183491,-0.7893531),(-0.353057,0.3349663,-0.8735837),(-0.271838,0.3333914,-0.9027482),(-0.433487,0.3216062,-0.8418185),(-0.2030301,0.3390412,-0.9186022),(-0.0769521,0.3440805,-0.9357814),(-0.04585633,0.3419624,-0.9385942),(-0.1425494,0.3359718,-0.9310224),(-0.0992924,0.3351349,-0.9369235),(-0.2033254,0.3316144,-0.921244),(-0.03484318,0.3438998,-0.9383596),(-0.04545959,0.3491187,-0.9359751),(-0.07538355,0.3360039,-0.9388391),(-0.1506078,0.3292625,-0.9321499),(-0.3479965,0.3223234,-0.8803443),(-0.2725914,0.3200684,-0.9073313),(0.01036264,0.3544276,-0.935026),(0.04319083,0.369121,-0.9283772),(0.0117065,0.3769709,-0.9261512),(0.009040977,0.3562042,-0.9343644),(0.02350781,0.3891871,-0.9208587),(-0.04888035,0.4140034,-0.908962),(-0.1374841,0.4288377,-0.8928584),(-0.0369882,0.4023968,-0.9147179),(-0.1188822,0.4184135,-0.9004427),(-0.04199877,0.3892584,-0.9201706),(-0.2437528,0.4436132,-0.8624337),(-0.3649888,0.4561854,-0.8115898),(-0.2218152,0.4353937,-0.8724852),(-0.1188641,0.4045859,-0.9067423),(-0.01395502,0.3627868,-0.9317677),(-0.05994759,0.3731221,-0.9258435),(-0.159345,0.4440137,-0.8817374),(-0.2921657,0.4749215,-0.8301137),(-0.4159046,0.4790339,-0.7730135),(-0.2705576,0.4556056,-0.8480696),(-0.4442164,0.4939719,-0.747438),(-0.6059834,0.4894806,-0.6270509),(-0.7179399,0.4663091,-0.5168347),(-0.5685561,0.4862599,-0.6635475),(-0.6860585,0.4689788,-0.5562218),(-0.5420897,0.4759731,-0.6925231),(-0.8143968,0.432791,-0.3865874),(-0.8893976,0.3905843,-0.2375201),(-0.790018,0.4422965,-0.424553),(-0.6642735,0.4646499,-0.5855265),(-0.3926721,0.4635192,-0.794329),(-0.520664,0.4658483,-0.7154679),(-0.7495066,0.4637032,-0.4724609),(-0.8565086,0.4232326,-0.2954102),(-0.9168882,0.36895,-0.1522887),(-0.8388136,0.4240259,-0.3414582),(-0.9261884,0.3624392,-0.1039852),(-0.9566767,0.2758719,0.09308217),(-0.9509405,0.2052694,0.2314664),(-0.953832,0.2974348,0.04167926),(-0.9557572,0.2278999,0.1859832),(-0.9516711,0.3071071,-0.002719219),(-0.9226522,0.133783,0.3616833),(-0.8738556,0.06566288,0.481731),(-0.9321315,0.1583088,0.3256828),(-0.9587181,0.2417753,0.1496809),(-0.9060624,0.3747634,-0.1964772),(-0.9469,0.3189794,-0.0404039),(-0.9440898,0.1755393,0.2790705),(-0.894349,0.07762553,0.4405837),(-0.8393688,0.009637607,0.5434769),(-0.9096035,0.1042381,0.4021891),(-0.8176477,-0.01821648,0.5754306),(-0.7221717,-0.1154349,0.6820138),(-0.6538021,-0.1658494,0.7382661),(-0.7511815,-0.07909409,0.65534),(-0.6830019,-0.1311548,0.7185449),(-0.7744192,-0.05211764,0.6305224),(-0.5927304,-0.2058523,0.7786497),(-0.5433121,-0.2325101,0.8066913),(-0.6176686,-0.1713487,0.7675449),(-0.7037227,-0.1042577,0.7027835),(-0.8580879,0.03580282,0.5122532),(-0.7929026,-0.02598657,0.608794),(-0.6207146,-0.2040215,0.7570261),(-0.5303134,-0.2727793,0.8027198),(-0.487516,-0.2976053,0.8208284),(-0.5606592,-0.2419126,0.7919214),(-0.4602286,-0.325984,0.8257869),(-0.4166103,-0.369853,0.8304484),(-0.426479,-0.3659776,0.8271493),(-0.4412629,-0.3373011,0.8315737),(-0.4480085,-0.3407265,0.8265555),(-0.4668043,-0.3131661,0.8270556),(-0.462545,-0.3546738,0.8125631),(-0.5236188,-0.3344111,0.7835767),(-0.4812933,-0.3338711,0.8104857),(-0.4704685,-0.3167661,0.823601),(-0.5163702,-0.2693004,0.8129202),(-0.4913758,-0.2833124,0.8235798),(-0.4065167,-0.4028983,0.8200105),(-0.4333087,-0.4190695,0.7978874),(-0.4983825,-0.3879952,0.77529),(-0.4460365,-0.3843468,0.8082877),(-0.4937476,-0.4148757,0.7642588),(-0.5831355,-0.3852255,0.7152302),(-0.6769114,-0.3268854,0.6594975),(-0.5779548,-0.3709188,0.7269025),(-0.6711006,-0.315464,0.6708996),(-0.5808536,-0.3466488,0.7365078),(-0.7695531,-0.2579238,0.5841774),(-0.8545964,-0.1820761,0.4863264),(-0.7664416,-0.2510523,0.591219),(-0.6752118,-0.2961022,0.675583),(-0.5088386,-0.3573604,0.7831838),(-0.5914252,-0.3216792,0.7394179),(-0.6868895,-0.3350251,0.644935),(-0.7896754,-0.2684359,0.5516837),(-0.8690522,-0.1833946,0.4594719),(-0.7787715,-0.2621275,0.569916),(-0.8812446,-0.1785375,0.4376441),(-0.9497316,-0.06239755,0.3067839),(-0.9805366,0.03054683,0.1939455),(-0.9392425,-0.08623096,0.3322463),(-0.9762,0.005269628,0.2168083),(-0.9310486,-0.0946521,0.3524054),(-0.9900228,0.1184729,0.07628108),(-0.9791016,0.1983823,-0.04477194),(-0.991421,0.09198822,0.09285808),(-0.9728522,-0.006702691,0.2313305),(-0.8601488,-0.1815404,0.4766414),(-0.9261171,-0.09763512,0.3643822),(-0.9837816,0.06440033,0.1674111),(-0.9820934,0.1863058,0.0279781),(-0.9603288,0.2667734,-0.08124453),(-0.9868166,0.1526943,0.05364231),(-0.9469907,0.3031208,-0.1064261),(-0.8799831,0.4150762,-0.230958),(-0.8213474,0.4715344,-0.3210045),(-0.9044496,0.3728537,-0.2072462),(-0.8495537,0.4317718,-0.3030373),(-0.9225929,0.3370927,-0.1875925),(-0.7538449,0.5176001,-0.4047322),(-0.6792844,0.5532703,-0.482146),(-0.7843827,0.479446,-0.3935421),(-0.8710073,0.3961916,-0.29048),(-0.9706487,0.2327708,-0.06048879),(-0.9370777,0.3026833,-0.173977),(-0.7877917,0.513464,-0.3402041),(-0.680874,0.5910792,-0.4324767),(-0.6037799,0.6215937,-0.4990702),(-0.7179179,0.5562044,-0.4186056),(-0.5634695,0.6502336,-0.5096061),(-0.4373111,0.6934094,-0.5726625),(-0.3556533,0.7048055,-0.6138078),(-0.4824982,0.6702341,-0.5638986),(-0.4041805,0.6825088,-0.6089498),(-0.5246568,0.6432057,-0.5576931),(-0.2829527,0.7109572,-0.6437995),(-0.2252507,0.7115003,-0.6656045),(-0.3325562,0.6868414,-0.6462625),(-0.4460551,0.6558608,-0.6090004),(-0.642422,0.5893281,-0.4898841),(-0.5630974,0.6129367,-0.5542831),(-0.3130068,0.7176995,-0.6220404),(-0.2050884,0.7241347,-0.6584586),(-0.1422955,0.7240092,-0.6749538),(-0.2365811,0.722172,-0.6499977),(-0.1180952,0.7218842,-0.6818627),(-0.05412441,0.720389,-0.6914552),(-0.0414024,0.7209337,-0.6917661),(-0.07666246,0.7204641,-0.6892419),(-0.06258071,0.7299258,-0.6806556),(-0.1021456,0.7293705,-0.6764502),(-0.05887761,0.7347255,-0.6758046),(-0.08049297,0.7485096,-0.6582206),(-0.1082048,0.7589226,-0.6421279),(-0.09108719,0.7393628,-0.6671175),(-0.176359,0.7260428,-0.6646498),(-0.1394814,0.7288511,-0.6703141),(-0.01957328,0.7244692,-0.6890292),(-0.01964275,0.734187,-0.6786631),(-0.03807576,0.7305194,-0.6818297),(-0.06684792,0.7477884,-0.6605632),(-0.05320643,0.7477336,-0.6618636),(-0.1197018,0.7612417,-0.6373245),(-0.1263564,0.7674209,-0.6285691),(-0.2148841,0.7824323,-0.5844865),(-0.1435521,0.7665826,-0.6258944),(-0.2249812,0.7837293,-0.578923),(-0.3284999,0.790737,-0.5165489),(-0.44997,0.7834291,-0.4286792),(-0.3406085,0.792263,-0.5062659),(-0.2444805,0.7859663,-0.5678787),(-0.08756266,0.7477328,-0.658201),(-0.166141,0.7722341,-0.6132306),(-0.2076965,0.773101,-0.5993137),(-0.305516,0.7819385,-0.5433527),(-0.3195505,0.789335,-0.5242495),(-0.4276525,0.7862334,-0.4460388),(-0.4119512,0.7818127,-0.4680439),(-0.5238612,0.7663105,-0.3719377),(-0.6424287,0.7272447,-0.241662),(-0.536617,0.7672375,-0.3512673),(-0.6494539,0.72343,-0.2342194),(-0.5482785,0.7632571,-0.3418032),(-0.7406629,0.6613968,-0.1182062),(-0.8164079,0.5774757,-0.0001986576),(-0.7445432,0.6573691,-0.1162813),(-0.6582599,0.7168784,-0.2297374),(-0.4404042,0.7841809,-0.437155),(-0.5594458,0.757916,-0.3355354),(-0.6321114,0.7312686,-0.2562838),(-0.7281658,0.6730345,-0.1296111),(-0.8071254,0.5903718,0.003093828),(-0.7351043,0.6671195,-0.1207199),(-0.8090366,0.587721,-0.006616633),(-0.8740759,0.4758235,0.09789395),(-0.895383,0.3921973,0.2108803),(-0.8592475,0.4978827,0.1175018),(-0.8877105,0.4031196,0.2224064),(-0.8606786,0.4951867,0.1184167),(-0.9006509,0.309062,0.3054647),(-0.8989647,0.3078194,0.3116242),(-0.8943637,0.2275557,0.3851388),(-0.8922563,0.3945883,0.219497),(-0.8129161,0.582378,0.001790299),(-0.8666747,0.4857645,0.1136128),(-0.915597,0.3614385,0.1761943),(-0.9337894,0.2718171,0.2327077),(-0.9151698,0.2916818,0.2781835),(-0.921048,0.2151307,0.3246371),(-0.9378721,0.2101893,0.2760732),(-0.9334308,0.1759525,0.3126465),(-0.9191515,0.1636187,0.3583147),(-0.9127359,0.1361655,0.3851909),(-0.8996766,0.1638481,0.4046428),(-0.8934886,0.1244652,0.4314934),(-0.8869084,0.1063307,0.4495412),(-0.8625148,0.0920843,0.497583),(-0.8569837,0.0883714,0.50771),(-0.8722256,0.1162329,0.475092),(-0.9034426,0.2254029,0.3646711),(-0.8840486,0.1613666,0.4386556),(-0.9246718,0.1634042,0.3439202),(-0.9154182,0.1679759,0.3657781),(-0.9037341,0.1322174,0.4071648),(-0.8942504,0.1525473,0.4207681),(-0.9087269,0.1904423,0.3714123),(-0.9067758,0.2306887,0.3529027),(-0.8860149,0.1984009,0.4190641),(-0.8788252,0.2702255,0.3932486),(-0.8737669,0.150042,0.4626217),(-0.8660885,0.2185454,0.4495871),(-0.8530489,0.3190379,0.4129435),(-0.8487061,0.2550895,0.4632787),(-0.8294519,0.3779225,0.4113201),(-0.854221,0.1657193,0.4927918),(-0.8803488,0.1131709,0.4606281),(-0.8551911,0.1106787,0.5063581),(-0.9024218,0.3024875,0.306816),(-0.8723398,0.4278021,0.2366616),(-0.8649739,0.370767,0.3381596),(-0.8218116,0.5086816,0.2566488),(-0.7714737,0.6180911,0.1509688),(-0.5375412,0.8409718,0.06177347),(-0.7081595,0.688096,0.1582215),(-0.4784878,0.8762469,0.05692748),(-0.7673018,0.588046,0.255832),(-0.6415679,0.7525007,0.1487733),(-0.4174557,0.9078009,0.04035157),(-0.5762626,0.8078418,0.1237454),(-0.357495,0.933828,0.01275313),(-0.7125854,0.6611563,0.2347218),(-0.8263713,0.4433213,0.3472416),(-0.7882717,0.5170467,0.3336022),(-0.2413372,0.9704076,-0.008087742),(-0.0001244447,0.9984846,-0.05503112),(-0.1997343,0.9795647,-0.02364544),(0.03333283,0.9962658,-0.07964498),(0.1895,0.9773608,-0.0941049),(0.3499481,0.9270129,-0.134846),(0.3866627,0.9068641,-0.167599),(0.2228694,0.9668233,-0.1248278),(0.256925,0.9533773,-0.1583074),(0.06987144,0.9915084,-0.1096769),(0.4203632,0.8851193,-0.199646),(0.4478287,0.8638476,-0.2306876),(0.2890032,0.9374149,-0.1942432),(0.1073643,0.983593,-0.1449746),(-0.1546561,0.9868383,-0.0472376),(-0.1082124,0.9910105,-0.07866576),(0.4856839,0.8555803,-0.1791467),(0.5881858,0.7781124,-0.2204057),(0.5216419,0.8271592,-0.2090389),(0.6158749,0.7491667,-0.2438186),(0.66333,0.705261,-0.2502004),(0.7194585,0.6437986,-0.2605818),(0.6780705,0.6852452,-0.2658185),(0.7181079,0.6419499,-0.2687404),(0.6366802,0.7265813,-0.2582981),(0.6868699,0.6751689,-0.2689919),(0.7118112,0.6519564,-0.2612999),(0.6871639,0.6782923,-0.2602408),(0.6974613,0.6758848,-0.2381752),(0.6480147,0.7142726,-0.2643703),(0.5514563,0.8007021,-0.2340345),(0.572052,0.7798222,-0.254232),(0.757266,0.6040816,-0.248261),(0.7740207,0.5948163,-0.2169918),(0.741078,0.623449,-0.2492284),(0.7465645,0.63129,-0.2100342),(0.7691896,0.6154309,-0.1720238),(0.7390268,0.6634059,-0.1171829),(0.7315441,0.6636131,-0.1563997),(0.6910653,0.7167737,-0.09308197),(0.7124341,0.6777729,-0.1818285),(0.6857228,0.7182037,-0.1181846),(0.6347516,0.7712661,-0.0473168),(0.5703129,0.8211567,0.02108979),(0.629199,0.775254,-0.05558681),(0.6679142,0.7326915,-0.13059),(0.7196196,0.6546263,-0.2315427),(0.6891721,0.6980989,-0.1941642),(0.6971201,0.7149985,-0.05292079),(0.6619769,0.7492567,0.02002609),(0.6394563,0.7685028,-0.0223415),(0.5965275,0.8007548,0.05428404),(0.6350366,0.7662203,0.09815754),(0.6231928,0.7698849,0.1375063),(0.5644488,0.8145411,0.1338666),(0.5507765,0.8164377,0.1734208),(0.5261242,0.8444709,0.1003116),(0.4911372,0.8535174,0.1740467),(0.4767614,0.8535428,0.2101509),(0.4227919,0.8794188,0.2187909),(0.4092973,0.8780398,0.2480361),(0.4569978,0.8753427,0.1578862),(0.5748235,0.8178607,0.02611044),(0.5068134,0.8570766,0.09251986),(0.2760047,0.8840813,0.377123),(0.2695552,0.8903034,0.3670147),(0.2472506,0.9082373,0.3375975),(0.2898566,0.8873258,0.3586585),(0.2740218,0.9065256,0.3211285),(0.2927367,0.8806145,0.3725899),(0.2056874,0.9350187,0.2888475),(0.1427602,0.9652202,0.2190194),(0.2374068,0.9347537,0.2643359),(0.1769511,0.9662331,0.1873015),(0.2865605,0.9013764,0.3246592),(0.2491708,0.931621,0.2645677),(0.1872394,0.9651982,0.1825757),(0.2381628,0.9283041,0.2855346),(0.1731293,0.9636883,0.2033004),(0.2805386,0.8965865,0.3426816),(0.3054645,0.8736312,0.3787609),(0.3025826,0.8808117,0.3641628),(0.3025731,0.875266,0.3773049),(0.3087995,0.8678297,0.3892482),(0.07549246,0.9861361,0.147772),(0.02273929,0.9950128,0.0971211),(0.1095867,0.9877958,0.110681),(0.05559408,0.9968757,0.05610915),(-0.01578738,0.9975599,0.06800736),(-0.04105937,0.9973108,0.06070622),(0.01643411,0.9996046,0.02281325),(-0.007395289,0.9999292,0.009325723),(0.06525183,0.99703,0.04090855),(0.02840258,0.9995918,0.003074983),(0.008789641,0.9998497,-0.01494616),(0.02223333,0.999704,0.009880221),(0.008215026,0.9998816,-0.01301325),(0.05418537,0.9971144,0.05316732),(0.1187593,0.9878328,0.1004121),(0.1046422,0.9875158,0.1177393),(-0.05865955,0.9958101,0.07015254),(-0.07401319,0.9930452,0.09156037),(-0.02109959,0.9997354,0.009169303),(-0.03091693,0.9993696,0.01745496),(-0.08789971,0.9881936,0.1254869),(-0.1012913,0.9798422,0.1721896),(-0.03860437,0.9986109,0.03586181),(-0.04605873,0.9967537,0.06603522),(-0.005329145,0.9997487,-0.02177453),(-0.009249821,0.9998468,-0.01486119),(-0.01369392,0.9999052,0.001429087),(-0.0002483703,0.9994686,-0.03259518),(-0.00308382,0.9996223,-0.02730748),(0.001726085,0.9995137,-0.03113427),(5.002156e-5,0.9997758,-0.02117752),(0.004133211,0.9996991,-0.02417901),(-0.1154682,0.965967,0.2314624),(-0.1308498,0.9439759,0.3029651),(-0.05568337,0.992511,0.1087259),(-0.06904771,0.983952,0.1645321),(-0.1468042,0.9104673,0.3866495),(-0.1621665,0.8615697,0.4810403),(-0.08664436,0.968108,0.2350737),(-0.1088183,0.9405833,0.3216545),(-0.03265344,0.9972657,0.06629426),(-0.04976169,0.9918313,0.1174498),(-0.07340521,0.9802271,0.1837566),(-0.03009725,0.9988371,0.037665),(-0.04891913,0.9956273,0.07958134),(-0.01691857,0.9998335,0.006847395),(-0.02094792,0.999383,0.02819184),(-0.008233031,0.9998623,-0.0144127),(-0.175678,0.7956633,0.5797043),(-0.1834937,0.7154148,0.6741748),(-0.1331495,0.8959894,0.4236437),(-0.153443,0.8303086,0.535764),(-0.1805014,0.6260391,0.7586134),(-0.1639882,0.5331266,0.8299903),(-0.16368,0.7435163,0.6483767),(-0.1601632,0.6391258,0.7522407),(-0.1232835,0.9173347,0.3785475),(-0.138199,0.8535982,0.502266),(-0.141375,0.7627111,0.6310982),(-0.09387562,0.9364468,0.3380158),(-0.09538025,0.8772234,0.4705121),(-0.08465327,0.9703196,0.2265253),(-0.1001346,0.9575875,0.2701839),(-0.06907231,0.9877135,0.1401829),(-0.1351048,0.4420551,0.8867548),(-0.09520829,0.3560007,0.9296229),(-0.1447213,0.5245283,0.8390028),(-0.1193162,0.4061908,0.9059651),(-0.04247285,0.276354,0.9601169),(0.0261182,0.2049217,0.9784297),(-0.08113915,0.2875107,0.9543343),(-0.02657866,0.1721152,0.9847181),(-0.1219878,0.5164275,0.8475975),(-0.09679706,0.3722972,0.923052),(-0.05559821,0.2212244,0.9736368),(-0.07734008,0.5234576,0.8485344),(-0.05310341,0.3521446,0.9344379),(-0.08933699,0.6699645,0.7369983),(-0.1353482,0.6480542,0.7494709),(-0.09336619,0.7881113,0.6084106),(0.09612036,0.1575421,0.9828231),(0.1493372,0.1492185,0.9774622),(0.02822716,0.08053863,0.9963517),(0.06446201,0.03194343,0.9974087),(0.1844369,0.1779887,0.9665936),(0.1999625,0.2423187,0.9493665),(0.08326707,0.02409008,0.9962361),(0.08584137,0.05626122,0.994719),(0.01220449,-0.04581686,0.9988753),(0.006342656,4.635689e-5,0.9999799),(0.006570545,-0.05005912,0.9987246),(-0.0571622,-0.09368283,0.9939598),(-0.04095496,-0.04340324,0.9982178),(-0.03015119,0.04905452,0.9983409),(-0.01513477,0.08874052,0.9959398),(-0.03225118,0.1830053,0.9825827),(0.2038481,0.3321868,0.9209223),(0.206455,0.4387798,0.8745563),(0.08227898,0.1196453,0.9894014),(0.08271389,0.2062431,0.9749985),(0.2101851,0.5606349,0.8009436),(0.2179879,0.6897151,0.6904885),(0.08771122,0.3170645,0.9443393),(0.0990784,0.4503889,0.887318),(-0.0004731448,0.03644698,0.9993355),(0.005572203,0.1208394,0.9926564),(0.01853473,0.2335281,0.9721734),(-0.07373516,-0.04186491,0.9963987),(-0.06585185,0.03654975,0.9971598),(-0.07513494,-0.08943243,0.9931549),(-0.0003518246,-0.02025079,0.9997948),(-0.07003349,-0.1070039,0.9917891),(0.244131,0.8006774,0.5470975),(0.2949307,0.8713349,0.3921624),(0.1295089,0.5875101,0.7987862),(0.1863416,0.7036656,0.6856614),(0.3571403,0.9024433,0.2409294),(0.4182738,0.9025021,0.1026498),(0.2589877,0.7885303,0.5578039),(0.3354369,0.8398076,0.4268551),(0.1024254,0.4889389,0.8662839),(0.1731787,0.6007123,0.7804831),(0.2510193,0.6890881,0.679814),(0.0580717,0.3632484,0.9298809),(0.1276823,0.4702279,0.8732599),(-0.001154696,0.2494862,0.9683776),(0.04847806,0.3626049,0.9306813),(-0.04379476,0.1379545,0.9894698),(0.4686613,0.8831599,-0.01963154),(0.506664,0.8525414,-0.1283154),(0.4040976,0.8642125,0.2997363),(0.4603119,0.8697934,0.1776862),(0.5353138,0.8148109,-0.222536),(0.5570678,0.7736344,-0.3019358),(0.5409606,0.8400781,-0.04037964),(0.5055163,0.8604731,0.06355485),(0.3918962,0.7980179,0.4578046),(0.4491589,0.8245726,0.3440003),(0.4971476,0.8358386,0.2328475),(0.3388841,0.7087256,0.6187614),(0.3997174,0.7571061,0.5167362),(0.2718468,0.6446366,0.7145229),(0.3256734,0.7535827,0.571008),(0.2005797,0.5647613,0.8005075),(0.573929,0.7319481,-0.3672296),(0.5875583,0.6914802,-0.4202741),(0.5913751,0.7780082,-0.2120825),(0.5688184,0.8117403,-0.1323755),(0.5993047,0.6529078,-0.4631905),(0.6100701,0.6165576,-0.4976658),(0.6252399,0.7034779,-0.3379257),(0.6098774,0.7412561,-0.2803369),(0.5998421,0.7981058,-0.05671456),(0.5713109,0.820152,0.03089678),(0.623243,0.7703694,-0.1345328),(0.5473092,0.8099844,0.2106609),(0.5842252,0.8030291,0.1175806),(0.5038869,0.8063499,0.3096738),(0.5372518,0.8336979,0.1277041),(0.4544803,0.7894789,0.4125176),(0.6211305,0.582386,-0.5244269),(0.6336051,0.5504789,-0.5436152),(0.6505511,0.6313797,-0.42207),(0.6384745,0.6663328,-0.3851634),(0.6478658,0.5214335,-0.555317),(0.664214,0.495864,-0.5594091),(0.6737965,0.5747558,-0.4643855),(0.6621298,0.600323,-0.4485494),(0.6676925,0.6794241,-0.3042521),(0.656537,0.7085274,-0.2587434),(0.676086,0.654635,-0.3381726),(0.6678664,0.7243115,-0.1712523),(0.6557888,0.7464327,-0.1130455),(0.6381389,0.7685994,-0.0450986),(0.6419461,0.7396573,-0.2020207),(0.6144277,0.7883235,0.03200902),(0.6784863,0.4762006,-0.5593652),(0.6866468,0.4631986,-0.5603242),(0.6918407,0.5437204,-0.4751047),(0.6841661,0.5561791,-0.4717854),(0.6888103,0.453773,-0.5653586),(0.684632,0.4447865,-0.5774462),(0.7005125,0.5228765,-0.4856774),(0.6972601,0.5338029,-0.4784169),(0.6986346,0.6024598,-0.3859427),(0.6904303,0.6182352,-0.3756212),(0.7081426,0.5847337,-0.395753),(0.7150212,0.6293116,-0.3044857),(0.7004039,0.655398,-0.2826446),(0.6880513,0.6794953,-0.2546988),(0.6831669,0.6347676,-0.3610444),(0.6775011,0.702354,-0.218383),(0.6766598,0.4319399,-0.5962878),(0.6673784,0.4126679,-0.6199285),(0.7021976,0.5079211,-0.4989336),(0.7026514,0.4877172,-0.5180858),(0.6562364,0.3874772,-0.6474683),(0.6427795,0.3568144,-0.6778777),(0.7013195,0.4626783,-0.5422911),(0.6977349,0.4331099,-0.5705978),(0.7254416,0.5409099,-0.4256186),(0.7314068,0.5151894,-0.446793),(0.7352489,0.4869432,-0.471482),(0.7515871,0.5508146,-0.3629326),(0.7596165,0.5250619,-0.3837875),(0.7416149,0.5764951,-0.3430172),(0.7175919,0.5641129,-0.4084585),(0.7295163,0.602524,-0.3236831),(0.6252685,0.3220174,-0.7108757),(0.6021232,0.2847308,-0.7459061),(0.6901738,0.4001579,-0.6029378),(0.6769184,0.3650936,-0.6391308),(0.5733216,0.2458886,-0.7815633),(0.5391501,0.2064707,-0.8165091),(0.6575326,0.3282885,-0.6781427),(0.6317474,0.2901317,-0.7188315),(0.7311851,0.4258108,-0.5329669),(0.721346,0.3934031,-0.5699947),(0.7055585,0.3593993,-0.6107531),(0.7651524,0.4474536,-0.4629547),(0.7590414,0.4193805,-0.4979719),(0.766971,0.473798,-0.4327483),(0.7356457,0.4569125,-0.5000563),(0.7650213,0.4993862,-0.4066398),(0.5012357,0.1668083,-0.8490806),(0.4614078,0.1272962,-0.8780083),(0.6005241,0.2504674,-0.7593662),(0.5651767,0.2095515,-0.797912),(0.4204891,0.08896759,-0.902925),(0.3793627,0.05276557,-0.9237422),(0.5262946,0.1685295,-0.8334337),(0.4847111,0.1285461,-0.8651768),(0.6570498,0.2848109,-0.6979744),(0.6248327,0.2452865,-0.7412277),(0.5877574,0.2056799,-0.7824557),(0.7092686,0.3209638,-0.6276307),(0.6808428,0.2852086,-0.6746178),(0.7316117,0.3557464,-0.5815401),(0.6839846,0.3231785,-0.6540035),(0.7480487,0.3887795,-0.5378416),(0.3391249,0.01923477,-0.9405447),(0.3006535,-0.01143201,-0.953665),(0.4418298,0.09025522,-0.8925471),(0.3989182,0.05400352,-0.9153949),(0.2644635,-0.03898536,-0.9636074),(0.2310248,-0.0631821,-0.9708942),(0.3566923,0.02036412,-0.934),(0.3158689,-0.01011421,-0.948749),(0.5046129,0.1280624,-0.853795),(0.4606821,0.09121647,-0.8828655),(0.4162219,0.05675894,-0.9074898),(0.5693443,0.1740522,-0.803463),(0.5259245,0.1380163,-0.8392586),(0.6100374,0.2112187,-0.7637021),(0.5472137,0.1664922,-0.8202668),(0.6473621,0.2485799,-0.720507),(0.2003694,-0.08372023,-0.9761367),(0.1723322,-0.100571,-0.9798913),(0.2769665,-0.03704796,-0.9601651),(0.2402489,-0.06042729,-0.9688286),(0.1469321,-0.1139824,-0.9825574),(0.1241763,-0.1241547,-0.9844622),(0.2058494,-0.08041692,-0.9752739),(0.1738549,-0.09714378,-0.9799681),(0.3292922,-0.003581793,-0.9442212),(0.2878802,-0.02936067,-0.9572162),(0.24819,-0.05214712,-0.9673067),(0.3899444,0.04015864,-0.9199623),(0.3449214,0.01187613,-0.9385564),(0.4354343,0.07082186,-0.8974304),(0.3721802,0.02514143,-0.9278199),(0.4809305,0.103557,-0.8706214),(0.1052492,-0.1317206,-0.9856837),(0.09157225,-0.1369496,-0.9863363),(0.1451837,-0.1109781,-0.983161),(0.1209988,-0.1219314,-0.9851356),(0.08368798,-0.1392996,-0.9867076),(0.08216137,-0.1382026,-0.9869902),(0.1019106,-0.1294217,-0.9863388),(0.08853526,-0.1328665,-0.9871717),(0.1770265,-0.08873531,-0.9801978),(0.147095,-0.1017744,-0.9838725),(0.1217606,-0.1105849,-0.9863799),(0.219201,-0.05589085,-0.9740776),(0.1824952,-0.07138253,-0.980612),(0.258895,-0.03654603,-0.9652139),(0.2109366,-0.0720083,-0.9748439),(0.3010016,-0.01380089,-0.9535238),(0.08536267,-0.1320999,-0.987554),(0.09124884,-0.1199958,-0.9885721),(0.07984989,-0.1312115,-0.9881333),(0.07427672,-0.124177,-0.9894761),(0.09946818,-0.1023476,-0.9897631),(0.1096815,-0.07957839,-0.9907762),(0.07116779,-0.1126035,-0.9910881),(0.0698699,-0.09728376,-0.9928011),(0.08318014,-0.1141703,-0.9899728),(0.06845652,-0.1100762,-0.9915628),(0.05592654,-0.103166,-0.9930907),(0.09216142,-0.09560668,-0.9911436),(0.0679106,-0.09795969,-0.9928706),(0.1191359,-0.09074649,-0.9887223),(0.1007376,-0.1146334,-0.9882869),(0.1491501,-0.0828637,-0.9853364),(0.1275364,-0.0553958,-0.9902857),(0.159079,-0.03294073,-0.9867162),(0.07519865,-0.08158402,-0.9938255),(0.0927395,-0.06774835,-0.9933829),(0.2048944,-0.01154464,-0.978716),(0.2653555,0.009580118,-0.964103),(0.1237242,-0.05441577,-0.9908235),(0.1694408,-0.0400877,-0.9847248),(0.05342521,-0.0901847,-0.994491),(0.06947012,-0.08387759,-0.9940516),(0.09904552,-0.07545473,-0.9922181),(0.04109935,-0.1015513,-0.9939809),(0.05402226,-0.09893106,-0.9936269),(0.03997277,-0.1012702,-0.9940556),(0.04937545,-0.09607819,-0.9941484),(0.04931857,-0.09959234,-0.9938053),(0.3355116,0.03345817,-0.9414417),(0.4094461,0.06180429,-0.9102385),(0.2269979,-0.02178058,-0.9736517),(0.2922725,0.001929421,-0.9563332),(0.4850697,0.09298618,-0.8695177),(0.5601478,0.1253829,-0.8188488),(0.3636025,0.02969968,-0.9310806),(0.4390121,0.06021495,-0.8964611),(0.1932139,-0.04424624,-0.9801584),(0.2544982,-0.02153281,-0.9668335),(0.3235235,0.004719075,-0.9462084),(0.1621753,-0.06416126,-0.9846739),(0.2194182,-0.04430575,-0.9746244),(0.1151222,-0.08015901,-0.9901118),(0.1410388,-0.06254281,-0.9880266),(0.0789072,-0.09191826,-0.9926353),(0.6307437,0.1585385,-0.7596236),(0.6933999,0.1918029,-0.6945562),(0.51464,0.09309535,-0.8523373),(0.5866711,0.1276016,-0.7997092),(0.7469711,0.2231969,-0.6262726),(0.7911806,0.2508664,-0.5577629),(0.6530738,0.1617009,-0.7398294),(0.7123529,0.1934199,-0.6746423),(0.4715596,0.06704462,-0.8792818),(0.5448837,0.1007628,-0.8324354),(0.6149088,0.1337687,-0.7771699),(0.4282041,0.0378415,-0.9028894),(0.502986,0.06921836,-0.8615184),(0.3547012,0.007520653,-0.9349495),(0.3970436,0.034429,-0.9171538),(0.2845103,-0.02032545,-0.9584574),(0.8240029,0.2757215,-0.4949716),(0.8445876,0.2990358,-0.4441277),(0.7609956,0.2231921,-0.6091559),(0.7967778,0.2516016,-0.5494012),(0.8550397,0.3196394,-0.4083356),(0.8571568,0.3361658,-0.3902241),(0.8210565,0.276988,-0.4991431),(0.8355786,0.297644,-0.4617537),(0.7278405,0.1981724,-0.6564874),(0.7672912,0.2274939,-0.5995921),(0.7963476,0.2521089,-0.5497923),(0.6911708,0.1674201,-0.7030315),(0.7355813,0.1957513,-0.6485379),(0.6372647,0.1353351,-0.7586686),(0.6770853,0.16623,-0.7168843),(0.5741633,0.1018159,-0.8123854),(0.8512309,0.3484502,-0.3924136),(0.8361801,0.3573899,-0.4160234),(0.8403586,0.3140314,-0.4417939),(0.8347664,0.3276408,-0.4425115),(0.8102548,0.363004,-0.4601252),(0.7702913,0.3645783,-0.523196),(0.8186324,0.3382812,-0.4641193),(0.7901772,0.3451606,-0.5064427),(0.8193691,0.29078,-0.4940458),(0.8135621,0.3059341,-0.4944907),(0.7961882,0.3172117,-0.5152291),(0.7926921,0.2644246,-0.5492893),(0.78724,0.2805661,-0.5491228),(0.7864552,0.2441188,-0.5673574),(0.8139679,0.2726692,-0.5129404),(0.7678922,0.2208888,-0.6012899),(0.7166709,0.3587318,-0.5980755),(0.6510435,0.3438949,-0.6766673),(0.7495594,0.3454572,-0.5646415),(0.6970261,0.3379611,-0.6324058),(0.5722485,0.3222263,-0.7541231),(0.4802269,0.2959343,-0.8257148),(0.63048,0.3242374,-0.7052411),(0.5486174,0.3056321,-0.7782082),(0.7272798,0.3215733,-0.6063454),(0.6730806,0.3152513,-0.6690134),(0.6028848,0.3043357,-0.7375023),(0.7000282,0.2975563,-0.6491693),(0.6421937,0.2942253,-0.7078267),(0.7420642,0.2966505,-0.6011149),(0.7675582,0.3226065,-0.5538766),(0.7705376,0.2912577,-0.5669572),(0.3822199,0.2651976,-0.8851995),(0.2873951,0.2306953,-0.9296149),(0.4574711,0.2812679,-0.843569),(0.365446,0.2512202,-0.8962911),(0.1985265,0.195187,-0.960463),(0.1172868,0.1614009,-0.9798947),(0.2751996,0.2182927,-0.9362764),(0.188755,0.1853878,-0.9643666),(0.435714,0.2629974,-0.8608052),(0.3478621,0.2346122,-0.9077163),(0.2597743,0.2047006,-0.9437241),(0.4132448,0.2449448,-0.8770579),(0.3270843,0.2198334,-0.9190697),(0.49542,0.2672733,-0.8265132),(0.5214017,0.2871003,-0.8035631),(0.5721367,0.2844497,-0.7692516),(0.04704649,0.1307451,-0.9902991),(-0.009093735,0.1033142,-0.9946072),(0.1110047,0.1539711,-0.9818202),(0.04667926,0.1243654,-0.9911379),(-0.05132634,0.07900789,-0.9955518),(-0.08023174,0.05770997,-0.9951042),(-0.003909144,0.09695178,-0.9952815),(-0.04107028,0.07205147,-0.9965549),(0.1071828,0.1444894,-0.9836842),(0.04971519,0.1154939,-0.9920633),(0.005173012,0.08832046,-0.9960787),(0.1075847,0.1349744,-0.9849911),(0.05695372,0.1068845,-0.9926389),(0.1699871,0.1640024,-0.9717035),(0.177498,0.1745168,-0.9685239),(0.2436173,0.192728,-0.9505296),(-0.09404362,0.03938027,-0.9947889),(-0.09071454,0.02494033,-0.9955645),(-0.06403971,0.05008478,-0.9966897),(-0.07187905,0.0321312,-0.9968957),(-0.06990113,0.01615274,-0.9974232),(-0.03117547,0.01487736,-0.9994032),(-0.06443943,0.01971711,-0.9977268),(-0.04153951,0.01439833,-0.9990331),(-0.04439953,0.04287677,-0.9980933),(-0.04918368,0.02683576,-0.9984291),(-0.04065568,0.01678772,-0.9990321),(-0.02388247,0.03768964,-0.9990041),(-0.02744677,0.02203497,-0.9993805),(-0.008747282,0.05748083,-0.9983083),(-0.02627588,0.06375989,-0.9976194),(0.01816781,0.08076839,-0.9965673),(0.02910328,0.02127071,-0.9993501),(0.1155728,0.03328799,-0.992741),(0.002481641,0.0160461,-0.9998682),(0.07419442,0.02322942,-0.9969732),(0.2288547,0.04869534,-0.9722419),(0.3664612,0.06583592,-0.9281012),(0.1746165,0.03529215,-0.9840038),(0.3024945,0.05232228,-0.951714),(0.04361853,0.01375363,-0.9989535),(0.1278935,0.02143989,-0.9915561),(0.2403942,0.03752159,-0.9699498),(0.09098241,0.006542711,-0.995831),(0.1825355,0.02069971,-0.9829814),(0.02590897,0.004421598,-0.9996545),(-0.01217721,0.01256369,-0.9998469),(-0.01313852,0.01058537,-0.9998576),(0.4790767,0.09208023,-0.8729299),(0.5260808,0.1335787,-0.8398784),(0.412153,0.08132776,-0.9074777),(0.462954,0.126104,-0.8773661),(0.5121278,0.1849336,-0.8387638),(0.4357304,0.238198,-0.8679867),(0.4576768,0.1797412,-0.8707613),(0.3962213,0.2335827,-0.8879458),(0.3928985,0.1160007,-0.912236),(0.3955681,0.1717201,-0.9022406),(0.3497126,0.2265065,-0.9090632),(0.3258459,0.1604587,-0.9317067),(0.2953815,0.2169465,-0.9304213),(0.3169157,0.1025591,-0.9428924),(0.3413785,0.06854626,-0.9374231),(0.268664,0.05292197,-0.9617791),(0.3118484,0.281043,-0.9076152),(0.1462976,0.3088456,-0.9397933),(0.2891915,0.2771124,-0.9162843),(0.1368402,0.3068655,-0.9418643),(-0.08146164,0.3196301,-0.9440342),(-0.375667,0.3026683,-0.8759373),(-0.08121762,0.3200551,-0.9439113),(-0.3699192,0.3045556,-0.8777277),(0.1223568,0.3041648,-0.9447289),(-0.08345297,0.3207168,-0.9434916),(-0.3623097,0.3075824,-0.8798436),(-0.08938971,0.3216962,-0.9426139),(-0.3529037,0.3117102,-0.8822108),(0.1012664,0.3009944,-0.948234),(0.2603647,0.2714996,-0.9265516),(0.2239616,0.2644416,-0.9380361),(-0.6164143,0.2596714,-0.7433736),(-0.7303061,0.2217528,-0.646126),(-0.6078184,0.2608388,-0.7500132),(-0.7193478,0.2207697,-0.6586345),(-0.7652968,0.1978617,-0.6125126),(-0.7441431,0.1860562,-0.6415873),(-0.723415,0.1821509,-0.6659518),(-0.7508742,0.1948237,-0.631056),(-0.7324607,0.1914017,-0.6533503),(-0.703724,0.2206987,-0.6753256),(-0.6999174,0.1765421,-0.6920611),(-0.6729928,0.1693822,-0.7199934),(-0.7087745,0.1878286,-0.67997),(-0.6820173,0.2217848,-0.696896),(-0.5946599,0.2635944,-0.7595378),(-0.5758882,0.2680527,-0.7723345),(-0.6788325,0.1793806,-0.7120456),(-0.567417,0.1760119,-0.8043989),(-0.5343468,0.1731862,-0.827333),(-0.6504406,0.1757202,-0.7389516),(-0.3804296,0.1822615,-0.9066719),(-0.09157751,0.2012376,-0.9752522),(-0.08254416,0.2041434,-0.9754548),(-0.3512535,0.1810596,-0.9186067),(-0.3292796,0.1785613,-0.9271951),(-0.5037818,0.1682048,-0.8472964),(-0.0853755,0.2065259,-0.9747093),(-0.1000374,0.2082194,-0.9729528),(-0.3156031,0.1747308,-0.9326649),(-0.4768736,0.161125,-0.8640778),(-0.6213186,0.1696738,-0.7649666),(-0.5918079,0.1613364,-0.7897683),(0.1695766,0.2193909,-0.9607869),(0.2796701,0.2376781,-0.9302117),(0.2430078,0.2598129,-0.9345825),(0.1526999,0.231088,-0.9608751),(0.2669067,0.26525,-0.9265006),(0.1350783,0.3061372,-0.9423555),(0.04783539,0.336971,-0.9402991),(0.209017,0.2953813,-0.9322348),(0.1384611,0.3227594,-0.9362986),(0.1923241,0.2806425,-0.9403464),(-0.04732671,0.3623919,-0.9308234),(-0.1480026,0.3821706,-0.9121627),(0.05599934,0.3470904,-0.9361582),(0.1280442,0.2999334,-0.9453279),(0.1218451,0.2422388,-0.9625353),(0.07761505,0.2525966,-0.9644537),(-0.06826124,0.3567758,-0.9316928),(-0.289783,0.404474,-0.8674251),(-0.4078987,0.409139,-0.8162254),(-0.1811105,0.3778958,-0.9079614),(-0.5320232,0.419749,-0.7353652),(-0.7708271,0.3682134,-0.5198506),(-0.8283789,0.3425618,-0.4432152),(-0.629975,0.4062487,-0.6618864),(-0.711161,0.3852121,-0.5881001),(-0.5151142,0.4040447,-0.7559136),(-0.8711482,0.3144223,-0.3771466),(-0.9014754,0.2867478,-0.3242189),(-0.7757572,0.3598065,-0.5184013),(-0.608614,0.3913283,-0.6902543),(-0.2928193,0.3904989,-0.8727929),(-0.3995586,0.3952487,-0.8271223),(-0.920094,0.2738115,-0.2800969),(-0.9738974,0.2001132,-0.107138),(-0.9815607,0.175434,-0.07590412),(-0.9435003,0.2460508,-0.2219601),(-0.9881383,0.1535145,-0.004018981),(-0.9916016,0.1236363,0.03795335),(-0.9930122,0.1179047,0.005026024),(-0.9907763,0.1354795,-0.002757346),(-0.9924365,0.1211299,-0.01993482),(-0.9859649,0.1543547,-0.06362236),(-0.992404,0.1147542,-0.04433558),(-0.9874654,0.1135464,-0.1096327),(-0.9922889,0.110742,-0.05566834),(-0.9879239,0.1379808,-0.07048354),(-0.9585339,0.2201166,-0.1810015),(-0.9673787,0.198032,-0.1579933),(-0.9942933,0.1044217,0.0218386),(-0.9935382,0.1010126,-0.05175283),(-0.9826989,0.1178137,-0.1429081),(-0.9926878,0.1123091,-0.04424453),(-0.9758952,0.1219445,-0.1809924),(-0.9174946,0.1711491,-0.3590426),(-0.8639012,0.1911571,-0.4659759),(-0.9470975,0.142942,-0.2873566),(-0.9042587,0.162551,-0.3948334),(-0.960804,0.1345727,-0.2423753),(-0.7978224,0.2084251,-0.5657194),(-0.7224798,0.2209862,-0.6551244),(-0.8479475,0.1784616,-0.4991356),(-0.9260827,0.1492015,-0.3465686),(-0.9849053,0.1213175,-0.1234651),(-0.9681828,0.1299596,-0.2138516),(-0.8107803,0.2227011,-0.5413312),(-0.6756232,0.2556009,-0.6915211),(-0.5893242,0.2664652,-0.7626882),(-0.7352073,0.2384908,-0.6345017),(-0.5222472,0.2780019,-0.8062089),(-0.3582009,0.2999402,-0.8841538),(-0.2927442,0.3021192,-0.9072072),(-0.4392943,0.2839252,-0.8522951),(-0.3673459,0.2887416,-0.8841297),(-0.5052917,0.2745053,-0.8181242),(-0.2458091,0.3054145,-0.9199456),(-0.2204652,0.30898,-0.9251629),(-0.3106613,0.2917836,-0.904628),(-0.4286778,0.2788784,-0.8593381),(-0.6533248,0.2509152,-0.7142887),(-0.5700226,0.2586328,-0.779861),(-0.2130519,0.3182559,-0.9237543),(-0.1181665,0.3294933,-0.9367341),(-0.1097809,0.3355138,-0.9356167),(-0.174568,0.3204046,-0.9310568),(-0.07401802,0.3407758,-0.9372264),(-0.07962078,0.3582438,-0.9302269),(-0.1381542,0.3724013,-0.9177313),(-0.09769156,0.3518404,-0.9309483),(-0.1473427,0.3683017,-0.9179565),(-0.1270045,0.3464335,-0.9294373),(-0.2205837,0.3908647,-0.8936262),(-0.3260131,0.4113062,-0.8512008),(-0.2243167,0.3882047,-0.8938563),(-0.1719218,0.3606833,-0.9167063),(-0.1595285,0.3258298,-0.9318721),(-0.1702897,0.3333139,-0.9273097),(-0.1293074,0.385763,-0.9134914),(-0.2171461,0.4192826,-0.8815041),(-0.3323248,0.4310548,-0.8388993),(-0.2204642,0.400162,-0.8895313),(-0.3411985,0.4478456,-0.8264489),(-0.4939251,0.4602512,-0.7377039),(-0.6212188,0.45223,-0.6399807),(-0.4694778,0.4523376,-0.7582752),(-0.5988825,0.4496497,-0.6626876),(-0.458814,0.4398755,-0.7720098),(-0.7384322,0.4340678,-0.5160456),(-0.8368618,0.4070978,-0.3659693),(-0.7205611,0.4392865,-0.5364875),(-0.5894473,0.4439301,-0.674891),(-0.3305287,0.4158711,-0.8472319),(-0.4553125,0.4305204,-0.779322),(-0.6457371,0.4566094,-0.6119897),(-0.7735294,0.4401008,-0.4560302),(-0.8619922,0.4005292,-0.3107183),(-0.75861,0.4328911,-0.4869457),(-0.8727798,0.4026786,-0.2758718),(-0.9378208,0.3378884,-0.07951944),(-0.958381,0.2751006,0.07632463),(-0.9292399,0.3495243,-0.1197747),(-0.9568044,0.2880492,0.03940855),(-0.9241037,0.3502997,-0.1527161),(-0.9517389,0.2076429,0.2260033),(-0.9196579,0.1412834,0.3664265),(-0.9544406,0.2238864,0.1972763),(-0.955665,0.2941434,0.0135642),(-0.8517081,0.3978747,-0.3410118),(-0.9180456,0.3547483,-0.1770477),(-0.9595738,0.2565635,0.1157291),(-0.939776,0.1739741,0.294201),(-0.9008204,0.1051455,0.4212682),(-0.9467309,0.1886013,0.2610174),(-0.8878384,0.0901223,0.451244),(-0.8121344,0.00214451,0.5834664),(-0.7483338,-0.05560073,0.6609879),(-0.8315424,0.02480522,0.5549072),(-0.7698223,-0.03326083,0.637391),(-0.8472001,0.04006565,0.529761),(-0.6894209,-0.1035109,0.7169269),(-0.6409153,-0.1373806,0.7552179),(-0.7084497,-0.0794887,0.7012707),(-0.7841188,-0.01619641,0.6203994),(-0.9117585,0.1202384,0.3927328),(-0.8585019,0.05694594,0.5096389),(-0.7239386,-0.08064469,0.6851345),(-0.638644,-0.147337,0.7552654),(-0.5916512,-0.1826029,0.7852421),(-0.6635365,-0.1279047,0.7371293),(-0.5665306,-0.2010989,0.7991259),(-0.5150404,-0.2473566,0.8206998),(-0.5156969,-0.2539305,0.8182763),(-0.540537,-0.2231064,0.8111986),(-0.5418496,-0.2360722,0.8066406),(-0.567165,-0.207598,0.7970113),(-0.5450624,-0.2523494,0.7995167),(-0.60185,-0.2410456,0.761363),(-0.5714425,-0.2373511,0.7855685),(-0.5680053,-0.2190532,0.7933384),(-0.6179262,-0.1642941,0.7688788),(-0.591543,-0.1860119,0.7845232),(-0.4916313,-0.2844982,0.8230184),(-0.500087,-0.3072241,0.8096458),(-0.5546969,-0.2862578,0.7812604),(-0.5206653,-0.2760093,0.8079149),(-0.5381268,-0.3138807,0.7822394),(-0.6024361,-0.3017391,0.7389345),(-0.6904106,-0.2561821,0.6765383),(-0.6132752,-0.2809973,0.7381965),(-0.7015457,-0.2381053,0.6716692),(-0.6304348,-0.2560411,0.7327994),(-0.7815785,-0.2012892,0.5904386),(-0.867894,-0.1404804,0.4764717),(-0.7953146,-0.1874829,0.5764762),(-0.7213567,-0.2175539,0.6575063),(-0.5761821,-0.2592256,0.7751234),(-0.6544498,-0.2339004,0.7190173),(-0.683354,-0.2746778,0.6764463),(-0.769564,-0.2354193,0.59359),(-0.8537613,-0.1656743,0.4936027),(-0.7743652,-0.2162685,0.5946313),(-0.852557,-0.1787075,0.4911315),(-0.9228891,-0.1018003,0.3713657),(-0.9689562,-0.01995181,0.246426),(-0.9210748,-0.1007086,0.376137),(-0.9688478,-0.02215411,0.2466641),(-0.9228705,-0.09171916,0.3740289),(-0.9918396,0.05867268,0.1131886),(-0.9912357,0.1294982,-0.02611441),(-0.9931613,0.05201744,0.104521),(-0.9717304,-0.01840599,0.2353743),(-0.8585877,-0.1506641,0.4900281),(-0.9289394,-0.08214284,0.3610044),(-0.9706777,-0.01347565,0.2400064),(-0.991587,0.07745142,0.103714),(-0.9875585,0.1556218,-0.02258638),(-0.9914382,0.0681904,0.1113576),(-0.9846474,0.1715592,-0.03220325),(-0.9494143,0.2688729,-0.1622342),(-0.9048874,0.329641,-0.2692873),(-0.9582958,0.2426642,-0.1509407),(-0.916288,0.3032021,-0.2616958),(-0.9635195,0.2246742,-0.1454362),(-0.8500703,0.3796005,-0.3650804),(-0.7894197,0.4175599,-0.4499559),(-0.8627689,0.3510665,-0.3638435),(-0.9226956,0.2815531,-0.2633641),(-0.9894912,0.1432874,-0.01938643),(-0.9665526,0.2079035,-0.150174),(-0.8890131,0.3620611,-0.2802988),(-0.8093466,0.4446784,-0.3836918),(-0.7433499,0.4841753,-0.4615249),(-0.8314255,0.4116021,-0.3732497),(-0.713371,0.5174219,-0.4726272),(-0.6027378,0.5810674,-0.5468709),(-0.5314703,0.6043304,-0.5935689),(-0.6429565,0.548164,-0.5349049),(-0.5779588,0.5721608,-0.5818898),(-0.6777973,0.5149349,-0.524817),(-0.4704515,0.6235422,-0.6243961),(-0.4240632,0.6384736,-0.6422787),(-0.5226587,0.5893382,-0.6160425),(-0.6169924,0.5367989,-0.5754715),(-0.7690666,0.4510418,-0.4528774),(-0.7063355,0.4798711,-0.5203978),(-0.4859697,0.6306418,-0.6050821),(-0.3751652,0.6642604,-0.6465362),(-0.3201762,0.6743831,-0.6653531),(-0.419138,0.6470031,-0.6369539),(-0.2754434,0.688505,-0.6708888),(-0.1898447,0.7107972,-0.6772935),(-0.1805036,0.7143732,-0.6760838),(-0.2396631,0.6941687,-0.6787426),(-0.2266083,0.7047262,-0.6723166),(-0.2846271,0.6870568,-0.6685359),(-0.1958583,0.7228631,-0.6626526),(-0.2374222,0.7193682,-0.652794),(-0.2346742,0.7351364,-0.6360051),(-0.2714452,0.7017452,-0.658689),(-0.3673698,0.6625968,-0.6526905),(-0.3347555,0.6770273,-0.6554179),(-0.1310971,0.7318341,-0.6687544),(-0.1110054,0.7503178,-0.6516909),(-0.1511045,0.7369264,-0.6588679),(-0.1582313,0.7591674,-0.6313697),(-0.1286588,0.7671512,-0.6284313),(-0.1835307,0.7803051,-0.5978631),(-0.2002472,0.7780509,-0.5954308),(-0.2753342,0.7881622,-0.5504466),(-0.2278394,0.7650069,-0.6023733),(-0.2895893,0.7799525,-0.5548081),(-0.3777653,0.7816544,-0.496296),(-0.3901551,0.7715076,-0.5025485),(-0.4842522,0.7604849,-0.4326229),(-0.3144821,0.7661222,-0.5604978),(-0.1958238,0.7440343,-0.6388005),(-0.2616639,0.7516549,-0.6054312),(-0.263931,0.7892588,-0.5544465),(-0.356899,0.7923673,-0.4947496),(-0.3696713,0.7880029,-0.4923359),(-0.4692101,0.7773008,-0.4191005),(-0.4593101,0.7828913,-0.4196612),(-0.5663555,0.7550339,-0.3304018),(-0.6698756,0.7044488,-0.2345603),(-0.5707452,0.7507923,-0.3325067),(-0.6716716,0.6990805,-0.2452423),(-0.5768878,0.7425187,-0.3403915),(-0.7586639,0.6358063,-0.1420542),(-0.7592959,0.6313977,-0.1575017),(-0.8311145,0.5536211,-0.05246201),(-0.6757255,0.6905386,-0.2579756),(-0.4779628,0.7687699,-0.4249051),(-0.5832495,0.7326843,-0.3507044),(-0.6664318,0.7096759,-0.2285363),(-0.7507647,0.6499918,-0.1177411),(-0.7566035,0.6413212,-0.1275072),(-0.8239057,0.5665177,-0.01539701),(-0.8185197,0.5744674,-0.003564114),(-0.869295,0.4822914,0.1082649),(-0.8720946,0.4798022,0.09612944),(-0.9022883,0.3812299,0.2013445),(-0.8785298,0.4715356,0.07641696),(-0.9075665,0.3781788,0.1824933),(-0.9189538,0.278036,0.2796778),(-0.9267249,0.2740106,0.2570976),(-0.9218506,0.1756487,0.3454546),(-0.9153106,0.3701631,0.1587004),(-0.829405,0.5576432,-0.0334882),(-0.8843172,0.4637367,0.05414396),(-0.8983562,0.3842396,0.2128758),(-0.9051932,0.2943334,0.306583),(-0.912377,0.2826588,0.2960948),(-0.9041348,0.1982574,0.3784634),(-0.8966478,0.2157993,0.3865921),(-0.8800442,0.1495723,0.4507221),(-0.8847949,0.1302432,0.4474087),(-0.8612866,0.07866208,0.5019939),(-0.8928038,0.1079164,0.4373277),(-0.8664106,0.0530607,0.496505),(-0.8404279,0.01835516,0.5416124),(-0.843641,-0.01403678,0.5367243),(-0.8193708,-0.02790062,0.5725845),(-0.8736535,0.02436392,0.4859381),(-0.9128219,0.1833583,0.3648778),(-0.9024083,0.08783982,0.4218334),(-0.8610328,0.1004886,0.4985226),(-0.8439927,0.07330234,0.5313219),(-0.8389173,0.04715735,0.5422121),(-0.8215205,0.03959561,0.5688025),(-0.832592,0.06814823,0.5496785),(-0.8291069,0.08495603,0.5525977),(-0.8118494,0.05630699,0.5811456),(-0.8110735,0.09762256,0.5767406),(-0.8068997,0.01991553,0.5903527),(-0.8022539,0.05962833,0.5939975),(-0.8044391,0.1259489,0.5805295),(-0.8041509,0.08136056,0.5888308),(-0.8089343,0.1694728,0.5629426),(-0.8012115,0.01916653,0.5980744),(-0.8197832,0.006339358,0.5726388),(-0.8052285,-0.01704001,0.5927198),(-0.8323317,0.1279857,0.5392992),(-0.8362864,0.2023617,0.5095829),(-0.8167715,0.1640977,0.5531332),(-0.8209949,0.2569145,0.509865),(-0.8312307,0.3091229,0.4620591),(-0.8042835,0.445301,0.3934909),(-0.8115167,0.376089,0.4472109),(-0.7745439,0.5166578,0.3648926),(-0.8086978,0.3228385,0.4917145),(-0.790137,0.4489027,0.4173365),(-0.741363,0.5870696,0.325162),(-0.7682616,0.5207444,0.3722891),(-0.7062949,0.6524046,0.2748011),(-0.7995781,0.3932288,0.4539228),(-0.8093706,0.2148378,0.5465931),(-0.809773,0.2756453,0.5179645),(-0.7487998,0.5887923,0.3043396),(-0.6584419,0.7255112,0.2002196),(-0.7061102,0.6559756,0.2666539),(-0.6042699,0.7808273,0.1586396),(-0.5140054,0.8532435,0.08817039),(-0.2999697,0.9536827,-0.02252653),(-0.454487,0.8895437,0.04640561),(-0.2451333,0.9674906,-0.06222155),(-0.5504172,0.8275579,0.1104037),(-0.3975771,0.9175684,-0.0007613139),(-0.1939087,0.9753834,-0.1050076),(-0.3434171,0.9377183,-0.05243238),(-0.1476435,0.9776703,-0.14954),(-0.4970577,0.8659067,0.05602995),(-0.6612347,0.7169649,0.2207486),(-0.6150718,0.7705562,0.1671221),(-0.06209761,0.9914754,-0.1145454),(0.1437262,0.9729185,-0.1810314),(0.1768275,0.9609029,-0.2130671),(-0.01791623,0.9883496,-0.151143),(0.3168525,0.9208439,-0.2272683),(0.4670443,0.8464526,-0.25571),(0.4773051,0.8362504,-0.2699355),(0.3387692,0.9064797,-0.2520518),(0.3527266,0.8964426,-0.2682809),(0.203861,0.9491149,-0.2400455),(0.4777488,0.8347996,-0.273616),(0.4671509,0.8428903,-0.2670317),(0.3567953,0.8924769,-0.2760112),(0.2222332,0.9393085,-0.2613658),(0.02182628,0.9821212,-0.1869801),(0.0545752,0.9737869,-0.2208185),(0.5819634,0.7683277,-0.2664419),(0.6484367,0.7149194,-0.2615722),(0.5813298,0.7684367,-0.2675084),(0.6382335,0.7284466,-0.2490448),(0.6766862,0.695225,-0.2424001),(0.6715802,0.7115971,-0.2064209),(0.6555995,0.7230197,-0.2177885),(0.6350489,0.7528048,-0.173199),(0.6181046,0.7527846,-0.2264113),(0.6260212,0.757388,-0.1856368),(0.5933796,0.7929774,-0.1381579),(0.590542,0.7938197,-0.1452943),(0.553857,0.8264405,-0.1011852),(0.5882403,0.7853066,-0.1930467),(0.5701578,0.7800962,-0.2576239),(0.5477021,0.8024967,-0.2366886),(0.6456755,0.7487448,-0.1499479),(0.6099676,0.7887542,-0.07620008),(0.5444744,0.837787,-0.04075013),(0.5921541,0.7978485,-0.1130993),(0.561837,0.8272329,0.005006577),(0.5012739,0.8613546,0.08241765),(0.4352372,0.8939456,0.1069095),(0.4917347,0.8700202,0.03552152),(0.4294188,0.9024257,0.03503286),(0.4835539,0.8749411,-0.02557267),(0.3770662,0.9213477,0.09454793),(0.3297301,0.9429601,0.04587266),(0.3844528,0.9231349,0.004242019),(0.4400087,0.8974775,-0.03043916),(0.5385118,0.8383868,-0.08433614),(0.496635,0.8656085,-0.0638404),(0.4414726,0.8848444,0.1488366),(0.3959653,0.8951136,0.2048979),(0.3442147,0.9125921,0.2206628),(0.3834334,0.9081073,0.1682859),(0.3656523,0.8953531,0.2542462),(0.3540823,0.8931221,0.2774138),(0.3179741,0.9096494,0.2672647),(0.308039,0.9063678,0.2891529),(0.2953855,0.9329509,0.2057916),(0.2708476,0.9273345,0.2582483),(0.2615584,0.9225844,0.2835937),(0.2040101,0.9434932,0.2611523),(0.2140603,0.9499775,0.2274226),(0.2414853,0.9570881,0.1602099),(0.3309377,0.9314249,0.1514195),(0.2802952,0.9548694,0.09827988),(0.3041316,0.8661986,0.3964896),(0.2947263,0.8733869,0.3877263),(0.267295,0.8941301,0.3592839),(0.2889174,0.8740561,0.3905798),(0.2626487,0.8937247,0.363692),(0.2981755,0.8672733,0.3986583),(0.2216261,0.9255072,0.3071126),(0.1566554,0.961102,0.2274686),(0.2202818,0.9237343,0.3133542),(0.1616264,0.9583552,0.2354402),(0.2710096,0.8923496,0.3609241),(0.2378567,0.9210072,0.3084965),(0.1906528,0.9543424,0.2299609),(0.2777632,0.9137958,0.2963525),(0.2460671,0.9454897,0.2133077),(0.2965642,0.8862636,0.3557899),(0.2957791,0.8669518,0.4011349),(0.2898693,0.8734727,0.3911791),(0.302191,0.8676304,0.3948393),(0.3016643,0.861088,0.4092996),(0.09179396,0.9857633,0.1408714),(0.04716041,0.9962906,0.07197848),(0.1049733,0.9833247,0.148503),(0.06836772,0.9947717,0.07586361),(0.02163382,0.9995076,0.02272586),(0.01323406,0.9998924,-0.006331965),(0.04979932,0.9985504,0.02041847),(0.04650749,0.9987857,-0.016253),(0.1189078,0.9907867,0.06482804),(0.1078534,0.9941636,0.002511043),(0.1095467,0.993046,-0.04311777),(0.1966513,0.9799759,-0.03122999),(0.2034052,0.9752492,-0.0866904),(0.1997277,0.9790836,0.03878246),(0.1457434,0.9791186,0.1417235),(0.215499,0.9689421,0.1212903),(0.013036,0.9996423,-0.0233542),(0.01295168,0.9992573,-0.03629095),(0.04977102,0.9979195,-0.04098211),(0.05233234,0.9967639,-0.06101688),(0.01262923,0.9989217,-0.04467514),(0.01166483,0.9987759,-0.0480697),(0.0543805,0.9955953,-0.07637271),(0.05604123,0.9946228,-0.08709106),(0.1218786,0.9869071,-0.1056401),(0.126782,0.9835636,-0.1285649),(0.1312325,0.9805143,-0.1461835),(0.2302462,0.9522737,-0.2004034),(0.2366616,0.9451551,-0.225107),(0.2225937,0.9601274,-0.1691375),(0.1162538,0.9902133,-0.07721761),(0.2136907,0.9680443,-0.1312504),(0.009296345,0.9988875,-0.04623038),(0.004611051,0.9992362,-0.0388032),(0.05663645,0.9939949,-0.09362922),(0.05511338,0.9938383,-0.09616604),(-0.003212695,0.9996823,-0.02499938),(-0.01507931,0.9998787,-0.003886823),(0.05071498,0.994274,-0.09405951),(0.04266595,0.9953271,-0.08662222),(0.1340236,0.9763749,-0.1694987),(0.1300586,0.9758862,-0.175302),(0.1214953,0.9767993,-0.1763576),(0.2308185,0.9342549,-0.2718283),(0.2165063,0.9358569,-0.2780232),(0.2384105,0.9355682,-0.2605235),(0.1341543,0.9780264,-0.1595839),(0.2400834,0.9393927,-0.244747),(-0.02653151,0.9991224,0.03241176),(-0.0329337,0.9951552,0.09263611),(0.03492534,0.9971564,-0.06677696),(0.0310493,0.9991687,-0.0264182),(-0.034976,0.9830702,0.1798608),(-0.03368378,0.9545007,0.2962999),(0.02927537,0.9988379,0.03828534),(0.02750042,0.9908641,0.1320307),(0.1040725,0.9846943,-0.1398079),(0.0968823,0.9909689,-0.09270654),(0.0883581,0.9958637,-0.02117002),(0.1663212,0.9614076,-0.2191634),(0.1505828,0.9747191,-0.1650681),(0.1823156,0.9496676,-0.2547401),(0.1117727,0.9796507,-0.166707),(0.1990032,0.940925,-0.2739668),(-0.03430518,0.9008598,0.4327524),(-0.03796969,0.8160113,0.5767875),(0.02148371,0.9673707,0.2524529),(0.01098652,0.9192821,0.3934458),(-0.03890941,0.693616,0.7192932),(-0.03403597,0.5298043,0.8474367),(0.0001107319,0.8358511,0.5489562),(-0.01037397,0.7061886,0.7079478),(0.06274316,0.9775106,0.2013368),(0.04837514,0.9352432,0.3506849),(0.03178762,0.8538077,0.5196171),(0.111564,0.983643,0.141421),(0.09810472,0.9491224,0.2992358),(0.1228584,0.9923483,0.01227207),(0.07667822,0.9940886,0.07686555),(0.1356856,0.9867375,-0.08909733),(-0.03639926,0.3435148,0.9384416),(-0.05635014,0.1701546,0.9838049),(-0.03152987,0.5348487,0.8443593),(-0.06927696,0.3467441,0.935398),(-0.08514818,0.02811895,0.9959714),(-0.1120725,-0.0743908,0.9909117),(-0.1121146,0.166667,0.9796185),(-0.1465793,0.01415528,0.9890977),(-0.04587757,0.5590562,0.8278596),(-0.09965991,0.3680058,0.9244673),(-0.1438531,0.1768646,0.9736659),(-0.0322193,0.6053471,0.7953093),(-0.08719976,0.4112178,0.9073566),(0.02470858,0.7641016,0.6446225),(0.001973223,0.7261761,0.687506),(0.07101813,0.8779544,0.4734475),(-0.1312716,-0.1365561,0.9818962),(-0.1432349,-0.162252,0.9762982),(-0.1700964,-0.097509,0.9805913),(-0.1877944,-0.1661227,0.9680582),(-0.1494736,-0.155644,0.9764387),(-0.150304,-0.1175355,0.9816282),(-0.201004,-0.1990318,0.9591578),(-0.2097809,-0.2000946,0.957055),(-0.2050056,-0.1001805,0.9736204),(-0.2290228,-0.1758644,0.9574029),(-0.2481199,-0.217688,0.9439536),(-0.2328696,-0.07825357,0.9693545),(-0.2702056,-0.1688764,0.9478765),(-0.1879667,0.04892231,0.9809562),(-0.1767447,0.01543949,0.9841356),(-0.1382372,0.2145822,0.9668738),(-0.1398567,-0.05443067,0.9886745),(-0.1127223,0.02525387,0.9933056),(-0.2095792,-0.1761786,0.9617888),(-0.1963072,-0.1336709,0.9713884),(-0.07061575,0.1182328,0.9904718),(-0.01602382,0.2195148,0.9754776),(-0.1706671,-0.07357211,0.9825782),(-0.132884,0.00269923,0.991128),(-0.2592398,-0.2295138,0.9381461),(-0.2495409,-0.2066997,0.9460469),(-0.2292028,-0.1652274,0.9592528),(-0.3246661,-0.285846,0.9016008),(-0.3237823,-0.2844734,0.9023524),(-0.3156894,-0.2679934,0.9102306),(-0.2589653,-0.2335295,0.9372305),(-0.2978334,-0.2299334,0.9265128),(0.04813525,0.3233519,0.9450537),(0.1184059,0.424111,0.8978361),(-0.08276069,0.0922678,0.9922889),(-0.02154212,0.1906964,0.9814126),(0.1909475,0.5172954,0.8342329),(0.2622002,0.5994137,0.7562765),(0.04765797,0.2933385,0.95482),(0.1209931,0.394811,0.9107606),(-0.1516763,-0.02892894,0.9880069),(-0.09540286,0.06233623,0.993485),(-0.03022488,0.1645578,0.9859043),(-0.2517096,-0.1598432,0.9545116),(-0.2035813,-0.07744657,0.9759901),(-0.287731,-0.2218517,0.9316613),(-0.1966923,-0.1054745,0.9747755),(-0.3116353,-0.2633245,0.9129862),(0.3307729,0.6669153,0.6676925),(0.3959717,0.7179313,0.5725216),(0.1962131,0.4881126,0.8504391),(0.2715097,0.5681268,0.7768618),(0.4558457,0.7532175,0.4742025),(0.5087782,0.7744315,0.3760327),(0.3435642,0.6334971,0.6932858),(0.409636,0.6841844,0.6033989),(0.1201937,0.3689976,0.9216258),(0.1986042,0.4592987,0.8657951),(0.2736245,0.5378263,0.7974162),(0.007130672,0.2289565,0.9734105),(0.08569242,0.3300094,0.9400802),(-0.07073379,0.1237169,0.9897933),(0.04237117,0.2694547,0.9620804),(-0.1427525,0.01968139,0.9895627),(0.554212,0.7836289,0.2806682),(0.5923372,0.7830383,0.1897046),(0.4690257,0.7205437,0.5107167),(0.5220976,0.7436275,0.4176509),(0.6232861,0.7750677,0.1038478),(0.647142,0.7619997,0.02374477),(0.6086252,0.7583874,0.2332895),(0.5687444,0.7555916,0.3249787),(0.4115648,0.65143,0.6373801),(0.4748662,0.6871775,0.5498083),(0.5336962,0.7109287,0.4579835),(0.3226865,0.5578711,0.7646262),(0.4022326,0.6062177,0.6860824),(0.2430578,0.4962083,0.8334869),(0.344409,0.6021988,0.7202353),(0.1639929,0.4204907,0.8923531),(0.6668208,0.7436718,-0.04798128),(0.6855969,0.7197588,-0.1091053),(0.6741096,0.7357867,0.06476206),(0.6431839,0.7517853,0.1453734),(0.7041294,0.6919198,-0.1595265),(0.7228865,0.6615735,-0.1993882),(0.7252799,0.6853299,-0.06551339),(0.7013953,0.712746,-0.00614713),(0.6360222,0.7225545,0.2709072),(0.6776047,0.7122816,0.1830481),(0.7118807,0.6945868,0.1038024),(0.615429,0.6755261,0.4060932),(0.6692824,0.6752028,0.3101004),(0.5516084,0.6648924,0.5036328),(0.5876384,0.7226934,0.3638616),(0.4795961,0.6418342,0.5983614),(0.7398862,0.631812,-0.2310452),(0.753543,0.6048118,-0.2576347),(0.7598789,0.6316628,-0.1535777),(0.7448584,0.6574299,-0.113894),(0.7647417,0.5800869,-0.2804806),(0.7741032,0.5570779,-0.3007132),(0.7812013,0.5870222,-0.2124368),(0.7716733,0.6082099,-0.1860139),(0.7730882,0.6300017,-0.07370516),(0.7585006,0.6512222,-0.02421612),(0.7835975,0.6106997,-0.1141084),(0.7680573,0.637397,0.06175005),(0.7827666,0.6223146,-0.00093731),(0.7449909,0.6531341,0.1356633),(0.7386074,0.6732361,0.03481777),(0.7123818,0.6666934,0.2191622),(0.7816546,0.5354288,-0.319894),(0.7872525,0.5144821,-0.3399141),(0.7893137,0.5675498,-0.2342459),(0.79671,0.5486363,-0.2534784),(0.7909243,0.49293,-0.3625724),(0.7924385,0.4693218,-0.3895873),(0.8037739,0.528823,-0.2725689),(0.8106185,0.5065073,-0.2938504),(0.8004224,0.5746801,-0.1704896),(0.8095406,0.555113,-0.191033),(0.8198578,0.5326141,-0.2101321),(0.8124941,0.5714896,-0.115122),(0.8245774,0.5490712,-0.1363558),(0.8021983,0.5906161,-0.08746642),(0.7920499,0.5927852,-0.1458168),(0.7928044,0.6073802,-0.05050324),(0.7905726,0.4432268,-0.4225458),(0.7839006,0.415191,-0.4616452),(0.8154664,0.4821092,-0.3202894),(0.8162414,0.4569677,-0.3534549),(0.7716838,0.3855812,-0.5057976),(0.7533026,0.3547895,-0.5537687),(0.8122713,0.4311584,-0.3928329),(0.8028482,0.4047064,-0.4377756),(0.8349742,0.4853707,-0.2592939),(0.8369313,0.462597,-0.2924893),(0.8345255,0.4400099,-0.3315997),(0.8499811,0.485107,-0.205434),(0.8522612,0.4664135,-0.2368738),(0.8445569,0.5047089,-0.1788645),(0.8291599,0.5086378,-0.2319084),(0.8361104,0.5258554,-0.1561912),(0.7293031,0.3224151,-0.6034613),(0.700459,0.2882563,-0.6528901),(0.7881778,0.376794,-0.4866231),(0.7685926,0.3468745,-0.5375345),(0.6668133,0.2531426,-0.7009128),(0.6286474,0.2179321,-0.7465307),(0.7437249,0.3155012,-0.589349),(0.7134236,0.2832706,-0.6409248),(0.8168421,0.3914807,-0.4236885),(0.8009801,0.3649822,-0.4745722),(0.779731,0.3372954,-0.5274954),(0.8396938,0.4065577,-0.3600349),(0.8274251,0.3841828,-0.409599),(0.8474883,0.4276146,-0.3144986),(0.8278201,0.4165608,-0.3757539),(0.851469,0.4475229,-0.2733564),(0.5870143,0.1829296,-0.7886387),(0.543045,0.148306,-0.826503),(0.6784108,0.2501895,-0.6907706),(0.6396036,0.2162952,-0.7376474),(0.4972946,0.1146479,-0.8599733),(0.4503494,0.08250213,-0.8890324),(0.5973755,0.1822527,-0.780978),(0.5522338,0.1487136,-0.8203182),(0.7224516,0.2770695,-0.6334794),(0.6869478,0.244931,-0.6841868),(0.6470924,0.2122472,-0.7322722),(0.7626187,0.3043936,-0.5707515),(0.7309586,0.2741897,-0.6249157),(0.7890829,0.3330804,-0.5161449),(0.7533872,0.3080523,-0.5809575),(0.8105569,0.3598136,-0.4620948),(0.402869,0.05228435,-0.9137631),(0.3554948,0.02435344,-0.934361),(0.5048595,0.1161473,-0.8553518),(0.4559137,0.08490741,-0.8859646),(0.3087577,-0.0008985628,-0.9511403),(0.2631641,-0.02309078,-0.9644747),(0.4058717,0.05540504,-0.9122491),(0.3551948,0.02803769,-0.9343717),(0.5566429,0.1467282,-0.8176916),(0.5070744,0.1147378,-0.8542311),(0.4551755,0.08391022,-0.8864391),(0.6076913,0.177459,-0.7740929),(0.5583269,0.1449985,-0.8168517),(0.653157,0.2102267,-0.7274549),(0.6034497,0.1794006,-0.776958),(0.6943355,0.2426875,-0.6774961),(0.219485,-0.04219899,-0.9747029),(0.1783255,-0.05849257,-0.9822316),(0.3047754,0.002876873,-0.9524199),(0.2555171,-0.02011373,-0.9665952),(0.1398727,-0.07210572,-0.9875405),(0.1042629,-0.08313189,-0.9910693),(0.207976,-0.04070944,-0.9772865),(0.162669,-0.05867131,-0.9849347),(0.3478439,0.02656334,-0.9371761),(0.2941014,0.0006990111,-0.9557739),(0.2413211,-0.0226631,-0.9701806),(0.3945186,0.05309787,-0.9173526),(0.3372866,0.02591178,-0.9410454),(0.4509582,0.08238762,-0.8887344),(0.4017869,0.05445386,-0.9141127),(0.5058067,0.1132025,-0.855187),(0.07393185,-0.09267683,-0.9929476),(0.05169074,-0.1012087,-0.9935215),(0.1218423,-0.07466854,-0.9897368),(0.08790806,-0.08902005,-0.9921429),(0.03850352,-0.107601,-0.9934482),(0.03535734,-0.1106836,-0.9932266),(0.06168076,-0.10083,-0.9929899),(0.04393152,-0.1091757,-0.9930512),(0.1476422,-0.06341653,-0.9870056),(0.1097934,-0.0803093,-0.9907047),(0.07888856,-0.0938434,-0.9924565),(0.1818368,-0.04521256,-0.9822887),(0.1394917,-0.06400794,-0.9881523),(0.2294093,-0.02347257,-0.973047),(0.1917398,-0.04394618,-0.9804614),(0.2814928,0.00047738,-0.9595633),(0.04321835,-0.1097555,-0.9930186),(0.06258452,-0.1048352,-0.9925185),(0.0361074,-0.1138569,-0.9928408),(0.03938957,-0.1150837,-0.9925745),(0.09340279,-0.0959971,-0.9909897),(0.1356249,-0.08320075,-0.9872605),(0.05398336,-0.1126384,-0.9921685),(0.08017436,-0.1062001,-0.9911072),(0.04465701,-0.1111722,-0.9927973),(0.04332731,-0.1147724,-0.9924465),(0.05311775,-0.1143316,-0.9920216),(0.06099663,-0.102966,-0.9928129),(0.05425489,-0.1088123,-0.9925807),(0.0778537,-0.0931148,-0.9926069),(0.05664715,-0.1040515,-0.9929574),(0.1042269,-0.07992557,-0.9913368),(0.1878574,-0.06594085,-0.9799803),(0.2482709,-0.04425464,-0.9676792),(0.1174012,-0.09522771,-0.9885083),(0.1647155,-0.07970992,-0.9831151),(0.3156974,-0.0190864,-0.948668),(0.3886289,0.00864431,-0.9213538),(0.2214693,-0.06021674,-0.9733064),(0.2867764,-0.03722575,-0.957274),(0.1063743,-0.1001405,-0.9892706),(0.1493626,-0.08673971,-0.9849706),(0.2027818,-0.06937225,-0.9767637),(0.101102,-0.1013541,-0.9896999),(0.1394931,-0.0906268,-0.9860671),(0.07408064,-0.107909,-0.9913968),(0.07419226,-0.1094312,-0.9912216),(0.05844797,-0.1104039,-0.9921666),(0.4625891,0.0392579,-0.8857033),(0.5329536,0.07234977,-0.8430457),(0.3570834,-0.01024765,-0.9340163),(0.4283363,0.02036614,-0.9033898),(0.5977746,0.1055681,-0.7946829),(0.6556743,0.1365847,-0.7425872),(0.4983754,0.05251455,-0.8653694),(0.565223,0.08408342,-0.8206418),(0.3303919,-0.02130857,-0.9436033),(0.3996346,0.007445386,-0.9166443),(0.4698696,0.03707725,-0.8819569),(0.3068778,-0.03192445,-0.9512134),(0.3747202,-0.006476962,-0.9271154),(0.2440426,-0.05522465,-0.9681908),(0.2641484,-0.04747437,-0.9633129),(0.1878008,-0.07518833,-0.9793251),(0.7025251,0.1657799,-0.6920807),(0.7353795,0.1938851,-0.649327),(0.6237107,0.1153373,-0.7730992),(0.6696398,0.1464925,-0.7280951),(0.7552434,0.2192586,-0.6176836),(0.763032,0.2401654,-0.6000856),(0.7031206,0.1753398,-0.6891133),(0.7246765,0.1996397,-0.6595361),(0.5916286,0.09982476,-0.8000067),(0.6372496,0.1302432,-0.759572),(0.6721497,0.1565447,-0.723677),(0.5590821,0.08206922,-0.8250405),(0.6055984,0.1089492,-0.7882769),(0.5042802,0.05203133,-0.8619711),(0.5355462,0.06790689,-0.8417713),(0.442285,0.02160509,-0.8966143),(0.7588785,0.2558243,-0.59888),(0.7422079,0.2669548,-0.6147053),(0.733534,0.2189369,-0.6434242),(0.7287749,0.2343372,-0.6434075),(0.7120622,0.2741068,-0.6463999),(0.6665962,0.2772809,-0.6919285),(0.7102659,0.2461373,-0.6594988),(0.6768388,0.2541843,-0.6908543),(0.7015822,0.1972274,-0.6847509),(0.6948264,0.2128061,-0.6869714),(0.6733724,0.2248311,-0.7042872),(0.6649382,0.1731156,-0.7265592),(0.6556735,0.1888619,-0.7310427),(0.6596942,0.1541117,-0.7355632),(0.6941559,0.1784566,-0.6973527),(0.6400725,0.1325551,-0.7567936),(0.6086034,0.2742046,-0.7445896),(0.5422459,0.2638017,-0.7977331),(0.63081,0.2564213,-0.7323435),(0.5752372,0.2518611,-0.7782469),(0.4679629,0.2479342,-0.8482566),(0.3866026,0.2284479,-0.8935044),(0.5100444,0.2419653,-0.8254135),(0.4355209,0.2280322,-0.8708173),(0.5946267,0.2321306,-0.7697627),(0.5392994,0.2276749,-0.8107528),(0.4731492,0.2189623,-0.8533378),(0.5555195,0.2057038,-0.8056574),(0.499048,0.2017253,-0.8427681),(0.6002694,0.2051618,-0.7730364),(0.6392204,0.2315419,-0.7333387),(0.6335592,0.1997723,-0.7474582),(0.305012,0.2055061,-0.9299111),(0.2307916,0.1792995,-0.9563404),(0.3583103,0.2095774,-0.9097753),(0.2859319,0.1865516,-0.9399157),(0.1656539,0.1514771,-0.9744812),(0.1105613,0.1236531,-0.9861471),(0.2202,0.16082,-0.9621065),(0.1623583,0.1342732,-0.9775532),(0.3338041,0.1854988,-0.9242105),(0.2693618,0.1625641,-0.9492192),(0.2103745,0.1382603,-0.9677948),(0.3115451,0.1564268,-0.9372674),(0.252734,0.1352419,-0.9580371),(0.3731871,0.1760683,-0.910896),(0.4023136,0.2049761,-0.8922603),(0.4362274,0.1919046,-0.8791351),(0.06601118,0.09699672,-0.9930931),(0.03241375,0.07210018,-0.9968706),(0.1137406,0.108143,-0.9876073),(0.07559485,0.08285514,-0.9936903),(0.009604742,0.04919829,-0.9987429),(-0.002733386,0.02849655,-0.99959),(0.04780983,0.05847879,-0.9971431),(0.03006055,0.03504905,-0.9989333),(0.1181756,0.08955803,-0.9889458),(0.08733559,0.06563387,-0.9940144),(0.06644418,0.04215625,-0.9968992),(0.124573,0.07074443,-0.9896852),(0.1016477,0.05018993,-0.9935536),(0.1573983,0.09205216,-0.9832356),(0.1592037,0.1138127,-0.9806635),(0.2001993,0.1136879,-0.9731368),(-8.938109e-5,0.01053637,-0.9999445),(0.02250043,-0.002079383,-0.9997447),(0.02397538,0.01363563,-0.9996195),(0.031584,-0.002226178,-0.9994986),(0.06642687,-0.004842386,-0.9977795),(0.1324478,0.007314337,-0.991163),(0.05427074,-0.007525674,-0.9984979),(0.09272739,0.003088587,-0.9956868),(0.04871904,0.004786314,-0.9988011),(0.05192577,-0.0009337685,-0.9986505),(0.0640415,0.008118742,-0.9979142),(0.0568468,0.01540898,-0.998264),(0.04713222,0.0224734,-0.9986358),(0.06936344,0.01960416,-0.9973989),(0.05396283,0.02064158,-0.9983296),(0.08453403,0.03215241,-0.9959017),(0.1977011,0.03960136,-0.9794621),(0.2378107,0.08974356,-0.9671566),(0.1332604,0.03364442,-0.9905099),(0.1607848,0.08107623,-0.9836538),(0.2499953,0.1483169,-0.95682),(0.2334087,0.2056149,-0.9503911),(0.1722278,0.1368519,-0.9755046),(0.1661624,0.1922318,-0.9671799),(0.09184,0.075454,-0.992911),(0.09848218,0.1243625,-0.9873375),(0.09785698,0.1747837,-0.9797319),(0.03535424,0.1097811,-0.9933268),(0.03349598,0.151799,-0.9878436),(0.03729219,0.07215332,-0.9966961),(0.07949139,0.03457003,-0.9962358),(0.04062019,0.04200216,-0.9982914),(0.1793752,0.2550552,-0.9501428),(0.07271184,0.2947917,-0.9527911),(0.1274,0.2415504,-0.9619889),(0.0365278,0.2824184,-0.9585955),(-0.09986183,0.3188024,-0.9425457),(-0.3422324,0.3117086,-0.8864056),(-0.1159611,0.3077357,-0.944379),(-0.3323194,0.302481,-0.8933471),(-0.006068141,0.2625933,-0.9648875),(-0.137617,0.288041,-0.9476781),(-0.3247254,0.2841355,-0.90212),(-0.1645359,0.2590768,-0.951739),(-0.3206268,0.2567457,-0.9117457),(-0.05359236,0.2339483,-0.9707709),(0.07038745,0.222076,-0.9724854),(0.01122313,0.1949629,-0.9807464),(-0.5513473,0.2693624,-0.7895949),(-0.6534635,0.2206454,-0.7240864),(-0.6190199,0.2135812,-0.755776),(-0.52277,0.262574,-0.811028),(-0.6790221,0.1823389,-0.7111128),(-0.6424584,0.1602196,-0.7493845),(-0.6092757,0.1484246,-0.7789438),(-0.6438826,0.1728541,-0.7453432),(-0.6051666,0.159093,-0.7800403),(-0.5807183,0.2002561,-0.7890905),(-0.5752876,0.1338923,-0.8069181),(-0.5426304,0.1165192,-0.8318507),(-0.5650681,0.1409325,-0.8129182),(-0.5408237,0.1805895,-0.8215212),(-0.4924788,0.2475789,-0.8343676),(-0.4626315,0.2244891,-0.8576578),(-0.5626358,0.1510887,-0.8127812),(-0.454907,0.1527,-0.8773496),(-0.4392431,0.1435955,-0.8868179),(-0.5351614,0.1392354,-0.8331962),(-0.31123,0.1703483,-0.9349424),(-0.1265614,0.2097962,-0.9695193),(-0.1647999,0.2116592,-0.963349),(-0.316898,0.1660388,-0.9338131),(-0.3331849,0.1613153,-0.9289591),(-0.4312223,0.1336211,-0.8922964),(-0.2146685,0.2131239,-0.9531503),(-0.2763998,0.2131488,-0.9371077),(-0.3606425,0.1553849,-0.9196697),(-0.4320798,0.1223314,-0.8934999),(-0.5111555,0.1257384,-0.8502411),(-0.4924528,0.1104052,-0.8633081),(0.02052664,0.262381,-0.9647461),(0.05084347,0.3175451,-0.9468792),(-0.03813132,0.3334511,-0.9419959),(-0.04873231,0.2717485,-0.9611337),(-0.03693453,0.3680966,-0.9290537),(-0.2510449,0.3966484,-0.8829759),(-0.352567,0.4069208,-0.8426814),(-0.1380789,0.3858536,-0.9121684),(-0.2447534,0.4008165,-0.8828601),(-0.1376597,0.3475414,-0.9275047),(-0.4484564,0.4147251,-0.7917638),(-0.5349464,0.4221732,-0.7318484),(-0.3540268,0.4133754,-0.8389194),(-0.2466934,0.3593905,-0.8999892),(-0.1296285,0.2801812,-0.9511545),(-0.2221308,0.2867773,-0.9318888),(-0.4975215,0.3939795,-0.7728212),(-0.686437,0.3739783,-0.6236541),(-0.7475473,0.3556745,-0.5609533),(-0.5831738,0.3895311,-0.7128631),(-0.8246375,0.3329067,-0.457325),(-0.9215971,0.261243,-0.2870733),(-0.9334937,0.2388043,-0.2675107),(-0.8592131,0.3073848,-0.4089835),(-0.8808461,0.2864981,-0.3768673),(-0.7916636,0.3405246,-0.5072591),(-0.9382427,0.2206581,-0.2664782),(-0.9357139,0.2078946,-0.2849897),(-0.8904278,0.273346,-0.363896),(-0.8192212,0.3327083,-0.4670993),(-0.6535618,0.3853552,-0.6514279),(-0.706933,0.3853123,-0.5931105),(-0.9715108,0.180601,-0.153461),(-0.9872678,0.1271872,-0.09552897),(-0.9831604,0.1210967,-0.1368619),(-0.971669,0.167182,-0.1670612),(-0.9885587,0.1056599,-0.1076461),(-0.9755237,0.1158589,-0.1868969),(-0.954779,0.1219903,-0.271137),(-0.9793475,0.105508,-0.172472),(-0.9628642,0.1072257,-0.247781),(-0.9741896,0.1173971,-0.1928017),(-0.9243196,0.1287711,-0.3592369),(-0.8842791,0.1329175,-0.447642),(-0.9375343,0.10771,-0.330799),(-0.9584048,0.11382,-0.261735),(-0.9675846,0.1568651,-0.197923),(-0.9578984,0.1487572,-0.2455644),(-0.9405565,0.1397195,-0.3095675),(-0.8788552,0.1631357,-0.4483305),(-0.8221021,0.1776052,-0.5409294),(-0.9020025,0.1514007,-0.4043133),(-0.7817794,0.1925089,-0.5930948),(-0.644571,0.2316414,-0.7286086),(-0.572683,0.2433559,-0.782823),(-0.7120438,0.2066448,-0.6710376),(-0.6449621,0.2190112,-0.7321599),(-0.7599543,0.1902078,-0.6215227),(-0.5134768,0.2546006,-0.8194633),(-0.472669,0.2636113,-0.8408883),(-0.5867185,0.2276285,-0.7771401),(-0.6975814,0.198464,-0.688471),(-0.8538529,0.1621473,-0.4946144),(-0.7988966,0.168994,-0.5772394),(-0.4935859,0.2656137,-0.8281438),(-0.3674361,0.2843168,-0.885525),(-0.3289854,0.2956015,-0.8968769),(-0.4329562,0.2759006,-0.8581536),(-0.2755295,0.2975775,-0.9140738),(-0.2207697,0.315922,-0.9227427),(-0.2490167,0.3301059,-0.9105059),(-0.2670158,0.3108929,-0.9121668),(-0.286669,0.3308666,-0.8990819),(-0.3167621,0.3115317,-0.8958849),(-0.3046511,0.3512884,-0.8853158),(-0.3871495,0.3777556,-0.8410802),(-0.3363733,0.3556963,-0.8719709),(-0.3340049,0.3302981,-0.8828046),(-0.3935748,0.2881056,-0.8729799),(-0.379953,0.3004408,-0.8748549),(-0.2086962,0.3433508,-0.9157272),(-0.2441264,0.3754934,-0.8940957),(-0.3398443,0.3900148,-0.8558004),(-0.2740963,0.3578358,-0.8926504),(-0.3252394,0.4055915,-0.8542335),(-0.4473977,0.4255192,-0.7866185),(-0.5743127,0.4283099,-0.69765),(-0.4427575,0.4169393,-0.7938057),(-0.5684482,0.4234124,-0.7053996),(-0.4533819,0.4049971,-0.7939913),(-0.6968959,0.4216084,-0.5801573),(-0.8043233,0.4068202,-0.4330834),(-0.6918566,0.4247559,-0.5838807),(-0.5770445,0.4192116,-0.7009145),(-0.3634679,0.3771424,-0.8518536),(-0.4727803,0.3997069,-0.7853107),(-0.5844655,0.4352339,-0.6848149),(-0.7122134,0.4351068,-0.5508485),(-0.8163584,0.409212,-0.4075592),(-0.7063622,0.4247106,-0.5662802),(-0.8231049,0.4149886,-0.3876631),(-0.9078972,0.3675635,-0.2015437),(-0.9484906,0.3146281,-0.03707694),(-0.8988163,0.3742601,-0.2281634),(-0.9443803,0.3227448,-0.06309886),(-0.8949401,0.3707233,-0.2482867),(-0.9593104,0.2544915,0.1223013),(-0.9422945,0.1939422,0.272887),(-0.9582981,0.2667241,0.1025818),(-0.9426095,0.3247207,-0.07774112),(-0.811753,0.4020421,-0.423579),(-0.8918852,0.3705396,-0.2593094),(-0.9531855,0.3022565,-0.008849545),(-0.9568282,0.2326834,0.1741787),(-0.9339139,0.1673523,0.3159081),(-0.9590311,0.2409283,0.1490398),(-0.9265761,0.1586807,0.3409944),(-0.8702556,0.07786202,0.4864079),(-0.8163148,0.01901118,0.5772942),(-0.8831783,0.09422366,0.4594756),(-0.8324491,0.03604819,0.5529278),(-0.8935806,0.1041234,0.4366601),(-0.7663595,-0.0302706,0.6416984),(-0.726777,-0.06485048,0.6838052),(-0.781316,-0.01004736,0.6240548),(-0.8421584,0.04942808,0.5369601),(-0.9396859,0.1769713,0.2926969),(-0.899749,0.1171753,0.4203828),(-0.79808,5.517636e-5,0.6025515),(-0.7244858,-0.06325021,0.6863817),(-0.6826735,-0.1019801,0.7235724),(-0.7449604,-0.04970604,0.6652542),(-0.6602619,-0.1143805,0.7422744),(-0.6134422,-0.1579717,0.7737788),(-0.6155571,-0.1688418,0.7697934),(-0.637616,-0.1404217,0.7574481),(-0.6429349,-0.1562665,0.7498104),(-0.6638201,-0.1295724,0.7365826),(-0.6468791,-0.1704217,0.743306),(-0.7050998,-0.1614007,0.6904955),(-0.6766787,-0.1591683,0.7188681),(-0.6707222,-0.1423718,0.7279161),(-0.7065551,-0.0882211,0.7021374),(-0.6877341,-0.1110511,0.7174186),(-0.590864,-0.1930837,0.7833252),(-0.5955066,-0.2154777,0.773913),(-0.6480834,-0.1991073,0.735081),(-0.6194949,-0.1889662,0.7619172),(-0.6252785,-0.2238505,0.7476081),(-0.6769814,-0.2161814,0.7035352),(-0.7600738,-0.1776166,0.6250922),(-0.6968638,-0.1963621,0.6897991),(-0.7799589,-0.1589766,0.605302),(-0.7210009,-0.1731241,0.6709589),(-0.844127,-0.1301416,0.5201085),(-0.9196218,-0.07828595,0.3849247),(-0.8651989,-0.1150488,0.4880519),(-0.8065655,-0.1394164,0.5744694),(-0.6745902,-0.1757328,0.7169701),(-0.7509496,-0.1537557,0.6422101),(-0.7425129,-0.1966384,0.6403185),(-0.8124021,-0.1686678,0.5581703),(-0.8909624,-0.1100258,0.4405455),(-0.8278829,-0.1473034,0.5412131),(-0.8794596,-0.1286884,0.4582469),(-0.9362961,-0.07472492,0.3431703),(-0.9793782,-0.006093046,0.2019433),(-0.9432329,-0.06330971,0.326042),(-0.9834824,0.002609651,0.1809851),(-0.9516234,-0.04754744,0.3035657),(-0.9966834,0.05979944,0.05519405),(-0.9885662,0.1174985,-0.0945036),(-0.9976735,0.06321973,0.02551419),(-0.9888245,0.01294479,0.1485211),(-0.9038389,-0.09128471,0.4180219),(-0.9623053,-0.03391053,0.2698493),(-0.975807,-0.01253112,0.218274),(-0.994625,0.05206817,0.08949775),(-0.9916773,0.1182197,-0.05099148),(-0.9956462,0.0561897,0.07437244),(-0.9920619,0.1197632,-0.0383389),(-0.968415,0.1909787,-0.1603108),(-0.9289033,0.2435244,-0.2789881),(-0.9687726,0.1804408,-0.1700608),(-0.9288362,0.231711,-0.2890904),(-0.9670358,0.1764186,-0.1836256),(-0.8788117,0.2861298,-0.3818634),(-0.823442,0.3173765,-0.4703355),(-0.8775278,0.2709866,-0.395615),(-0.9251098,0.2229284,-0.3073676),(-0.9905363,0.1192715,-0.06791346),(-0.9632009,0.1719818,-0.2065585),(-0.9263644,0.2612147,-0.2713227),(-0.8703974,0.3262836,-0.3687104),(-0.8137792,0.3613286,-0.4551978),(-0.875785,0.3047163,-0.3743643),(-0.803649,0.3870404,-0.4520487),(-0.7285494,0.444806,-0.5209255),(-0.6726782,0.4647081,-0.5758042),(-0.7454658,0.414246,-0.5221887),(-0.6919065,0.4344342,-0.5766561),(-0.7577907,0.3878154,-0.5247403),(-0.6240793,0.479377,-0.6170272),(-0.5841981,0.4900439,-0.6469695),(-0.6455779,0.4484626,-0.6181508),(-0.7061568,0.4060735,-0.5800405),(-0.8206595,0.3386106,-0.4602834),(-0.7656757,0.362481,-0.5313646),(-0.6480213,0.4994476,-0.5749961),(-0.5647482,0.5506973,-0.6146478),(-0.5231622,0.5589446,-0.6433368),(-0.5977522,0.5128759,-0.6161579),(-0.4798617,0.599736,-0.640351),(-0.394109,0.647815,-0.6519308),(-0.3800118,0.651004,-0.6571034),(-0.4502515,0.6044362,-0.6572142),(-0.4334171,0.6048257,-0.6680834),(-0.4923868,0.5634465,-0.6633878),(-0.381088,0.6486818,-0.6587745),(-0.4286913,0.6017557,-0.6738797),(-0.3964909,0.6409138,-0.6572856),(-0.4721939,0.5654781,-0.6762155),(-0.5565603,0.5223242,-0.646079),(-0.5249017,0.5291919,-0.666659),(-0.3217227,0.6873345,-0.6512033),(-0.2791835,0.7137102,-0.6423975),(-0.3264042,0.6910566,-0.644904),(-0.3046408,0.7186221,-0.6251211),(-0.2686284,0.7317784,-0.6263698),(-0.2913178,0.7441256,-0.6011746),(-0.3158063,0.7361548,-0.5986173),(-0.3602144,0.7435144,-0.5634109),(-0.3470066,0.7155831,-0.6062402),(-0.3779579,0.7311024,-0.5680115),(-0.4398067,0.7318325,-0.5205683),(-0.4537692,0.7144631,-0.5325748),(-0.5280337,0.7070317,-0.470411),(-0.4053475,0.7029102,-0.5844746),(-0.3480265,0.688007,-0.6368076),(-0.38573,0.6772948,-0.6264854),(-0.3411558,0.7531527,-0.5624709),(-0.4097268,0.7573481,-0.5084759),(-0.4278642,0.743008,-0.5146566),(-0.506925,0.7349414,-0.4504311),(-0.4935485,0.7497366,-0.4408002),(-0.5876964,0.7239389,-0.3612829),(-0.5936493,0.7130942,-0.3729307),(-0.6831908,0.6724046,-0.2848196),(-0.6033012,0.6987818,-0.3843587),(-0.6875849,0.6624462,-0.297308),(-0.7681469,0.6076009,-0.2019192),(-0.7724015,0.5984691,-0.2126751),(-0.8399478,0.5310827,-0.1115288),(-0.6958033,0.6485267,-0.3086596),(-0.5195121,0.7202442,-0.4597342),(-0.6133526,0.683534,-0.3957018),(-0.6803311,0.6808375,-0.2713116),(-0.7622225,0.6237645,-0.1730168),(-0.7657112,0.6149345,-0.1885255),(-0.8341159,0.5447301,-0.08671752),(-0.8315367,0.5510599,-0.0698558),(-0.8862608,0.4618946,0.03457205),(-0.8872352,0.4609994,0.01712369),(-0.9238908,0.3635368,0.1194437),(-0.8899543,0.4560458,0.001900829),(-0.9256341,0.3637156,0.1044624),(-0.9438288,0.2604525,0.2033512),(-0.9457321,0.2613279,0.1931278),(-0.9453643,0.1540505,0.2873236),(-0.928196,0.3600908,0.09373829),(-0.8372992,0.5372866,-0.1012575),(-0.8929555,0.4500632,-0.008575749),(-0.921268,0.3639505,0.1371322),(-0.9348007,0.266544,0.234738),(-0.9405848,0.2609561,0.2172609),(-0.9373731,0.1632722,0.3076909),(-0.9304383,0.170831,0.3241933),(-0.9121844,0.07691335,0.4024971),(-0.9190285,0.07166176,0.3876224),(-0.8908161,-0.0139659,0.4541495),(-0.9232998,0.06212657,0.379022),(-0.8932796,-0.020464,0.4490354),(-0.8595574,-0.09199274,0.5026911),(-0.8540331,-0.1026125,0.5099982),(-0.8206386,-0.1525155,0.5507189),(-0.8924243,-0.03523426,0.4498193),(-0.942367,0.1561651,0.2959),(-0.9260228,0.05062952,0.3740567),(-0.883277,-0.001428573,0.4688493),(-0.8503556,-0.04990937,0.5238364),(-0.8579056,-0.07923596,0.5076609),(-0.8274382,-0.1099223,0.5506933),(-0.8214554,-0.06835602,0.5661611),(-0.8029112,-0.05713582,0.5933543),(-0.805599,-0.1063218,0.582843),(-0.7959973,-0.06828035,0.6014368),(-0.807985,-0.1502207,0.5697316),(-0.7984791,-0.1245712,0.5889934),(-0.7997991,-0.06160056,0.5970987),(-0.8015442,-0.119331,0.5859069),(-0.8140972,-0.03702325,0.5795472),(-0.7947647,-0.1654074,0.5839431),(-0.8291446,-0.1394397,0.5413649),(-0.8000862,-0.1763442,0.5733802),(-0.7975004,-0.02017439,0.602981),(-0.8024517,0.03904938,0.5954379),(-0.7983684,-0.004677968,0.6021511),(-0.8080226,0.07578484,0.5842569),(-0.8112094,0.1210005,0.5720997),(-0.8158303,0.2244995,0.5329361),(-0.8171179,0.1730954,0.5498695),(-0.81735,0.2851211,0.5006444),(-0.8216808,0.2307017,0.5211693),(-0.8174146,0.1230255,0.5627591),(-0.8140922,0.3460965,0.4663379),(-0.8075216,0.4026632,0.4310118),(-0.8254189,0.2869198,0.4861693),(-0.8299928,0.1740901,0.5299101),(-0.8078544,0.02541855,0.5888339),(-0.8249331,0.06593478,0.5613714),(-0.8098931,0.3403045,0.477772),(-0.7882286,0.4614258,0.4071633),(-0.8030162,0.4038936,0.4382179),(-0.7701668,0.5243159,0.3632298),(-0.7433313,0.5865468,0.3215921),(-0.6680812,0.7103565,0.2214976),(-0.7127605,0.6452372,0.27503),(-0.6248876,0.7613658,0.1727354),(-0.7465776,0.5814921,0.3232475),(-0.6773012,0.6976892,0.2334373),(-0.5768453,0.8066162,0.1289175),(-0.6376461,0.7446465,0.1972536),(-0.5239516,0.84697,0.09009171),(-0.7187799,0.6327559,0.2880548),(-0.7902851,0.4638816,0.4003289),(-0.7733381,0.5182316,0.3652182),(-0.5662585,0.8165828,0.1119987),(-0.4427037,0.8966676,0.0008493643),(-0.5130005,0.8561991,0.06126591),(-0.385516,0.9213247,-0.05038069),(-0.2909234,0.9510233,-0.1044904),(-0.1062143,0.9751577,-0.194386),(-0.2382174,0.958958,-0.1537928),(-0.06758216,0.9686024,-0.2392528),(-0.3243914,0.9408131,-0.09818751),(-0.1831682,0.9622416,-0.2013471),(-0.02815418,0.9580057,-0.2853638),(-0.1234426,0.9608127,-0.2481954),(0.01565161,0.9425227,-0.3337753),(-0.2579666,0.9554685,-0.1432941),(-0.4548588,0.8904392,0.01488376),(-0.3911894,0.9198999,-0.02747931),(0.07959926,0.9634792,-0.2556792),(0.2308678,0.9302014,-0.2853514),(0.232376,0.9183003,-0.320509),(0.09931374,0.950211,-0.295357),(0.3496351,0.8912383,-0.2888765),(0.4437918,0.8548812,-0.2687507),(0.3337994,0.8865496,-0.3203246),(0.410171,0.8621894,-0.2973031),(0.2325658,0.9005942,-0.36721),(0.3156344,0.8736999,-0.3701669),(0.3731455,0.8583105,-0.3522294),(0.3011925,0.8473506,-0.4373556),(0.3392642,0.8358282,-0.4316144),(0.2369357,0.8734937,-0.4252882),(0.1186693,0.9326148,-0.3408038),(0.142389,0.9086102,-0.392623),(0.5120224,0.828253,-0.2276622),(0.5476953,0.8181863,-0.1749309),(0.4654383,0.8478692,-0.2539389),(0.498398,0.8438157,-0.1989334),(0.5508039,0.8255441,-0.1228501),(0.5213251,0.8492866,-0.08326098),(0.507758,0.849191,-0.145109),(0.4935133,0.8633071,-0.1055721),(0.44387,0.8558061,-0.2656601),(0.4600624,0.8618714,-0.2133546),(0.4619701,0.8705325,-0.1695789),(0.4033896,0.8548413,-0.3263788),(0.4148222,0.8671483,-0.2756379),(0.3860279,0.8438347,-0.3727272),(0.4142497,0.8537944,-0.3153289),(0.3641539,0.8365932,-0.4092723),(0.4727919,0.8790452,-0.06121635),(0.4188822,0.9066622,-0.05001356),(0.4600863,0.8836594,-0.08640898),(0.4105361,0.9083248,-0.08003774),(0.3587309,0.9326896,-0.03744761),(0.2907479,0.9567413,-0.01057816),(0.2528882,0.9663777,-0.04649162),(0.3425973,0.9367232,-0.07194978),(0.3209829,0.9417824,-0.1000793),(0.3979173,0.9093102,-0.1217244),(0.2072318,0.9763327,-0.06188292),(0.1439177,0.9879948,-0.05615962),(0.2777122,0.9529092,-0.1218194),(0.3627809,0.9151029,-0.1760019),(0.4436616,0.8850631,-0.1408112),(0.4064024,0.8853871,-0.2256693),(0.2250041,0.9735554,0.03953552),(0.1737029,0.9785332,0.1109061),(0.0903422,0.9920909,0.08714264),(0.160899,0.9869434,0.007376779),(0.1382373,0.9710606,0.1947604),(0.1262049,0.9631431,0.2375449),(0.02907529,0.9727455,0.2300452),(0.04371402,0.9823421,0.1819148),(-0.06075598,0.9799944,0.1895251),(-0.003730356,0.9959486,0.08984739),(-0.07763209,0.9678673,0.239178),(-0.1835187,0.9469966,0.2636628),(-0.165744,0.9621986,0.2161082),(-0.1030225,0.9876696,0.1178779),(0.08673318,0.9962283,0.002544278),(0.001228904,0.9996877,0.02496029),(0.311341,0.8471016,0.4306805),(0.3173979,0.8538692,0.4125117),(0.3231608,0.872696,0.3660174),(0.3206583,0.8343776,0.4483218),(0.3288027,0.8539885,0.4032276),(0.3137968,0.8272782,0.4659852),(0.3165322,0.899643,0.3007487),(0.297814,0.930259,0.214301),(0.3258181,0.8820201,0.3404161),(0.312221,0.9144011,0.2576601),(0.3053226,0.8346534,0.4584012),(0.2969539,0.8638749,0.4068644),(0.2801743,0.8992095,0.3360426),(0.2200004,0.8441439,0.4888977),(0.1904816,0.878421,0.4382844),(0.2440477,0.8177913,0.5212083),(0.3015436,0.8079319,0.506278),(0.3043083,0.8149437,0.4932172),(0.2607657,0.8015443,0.538078),(0.2672705,0.796161,0.5428573),(0.2790618,0.9527776,0.119747),(0.272052,0.96171,0.03319032),(0.2987526,0.9397224,0.1663392),(0.2956268,0.9519006,0.08056167),(0.2749625,0.9605003,-0.04283419),(0.2852395,0.9525184,-0.1065234),(0.3011415,0.9535761,0.002510841),(0.3129205,0.9474767,-0.06609538),(0.2607593,0.9489945,0.1772405),(0.2657267,0.958525,0.1030489),(0.2777896,0.9600281,0.03433467),(0.153615,0.954699,0.2548571),(0.1640022,0.9670081,0.1949328),(0.1535808,0.9363101,0.3158106),(0.2650616,0.9297786,0.2554487),(0.1654939,0.9112274,0.3771952),(0.2978315,0.9410624,-0.1603061),(0.3088093,0.9283016,-0.2071062),(0.3266371,0.9366087,-0.1267768),(0.3389133,0.923152,-0.1814612),(0.3179608,0.9154265,-0.2467699),(0.3249663,0.903574,-0.279197),(0.3492299,0.908448,-0.2296968),(0.3570543,0.893849,-0.2711943),(0.3079351,0.9470394,-0.09106138),(0.3218019,0.9351686,-0.1479982),(0.3337406,0.9211951,-0.2000416),(0.2232381,0.9747242,0.008804654),(0.2456152,0.9678806,-0.05366812),(0.2012831,0.9768895,0.07191747),(0.2929562,0.9556562,-0.02996429),(0.1810564,0.9742464,0.1343973),(0.3275958,0.8938416,-0.3061507),(0.3233862,0.8871669,-0.3291751),(0.3599361,0.8807302,-0.3078317),(0.3553011,0.8701954,-0.3413519),(0.3115346,0.8843117,-0.3477627),(0.2912222,0.8857985,-0.3613181),(0.3424486,0.8630486,-0.371317),(0.3206854,0.8598617,-0.3972388),(0.3408616,0.8921829,-0.2963495),(0.3326468,0.8789752,-0.3416851),(0.3158702,0.8674458,-0.3844005),(0.2842425,0.9261209,-0.248005),(0.2825647,0.90654,-0.3135962),(0.2782541,0.9430929,-0.1820726),(0.3410104,0.9065019,-0.2489299),(0.2650678,0.9571205,-0.1168735),(0.2667275,0.8921103,-0.3646859),(0.2434065,0.903195,-0.3535422),(0.2954238,0.8613305,-0.4133214),(0.2732159,0.8678809,-0.4148924),(0.2224137,0.9180393,-0.328232),(0.2046812,0.9353396,-0.2885229),(0.2554684,0.8788087,-0.4030273),(0.2433941,0.8931042,-0.3783177),(0.2831537,0.8539346,-0.4366001),(0.2753579,0.8537525,-0.4419101),(0.2742581,0.8579086,-0.4344828),(0.2917657,0.848096,-0.4422737),(0.3056654,0.8353822,-0.4568428),(0.2830165,0.8652649,-0.4137855),(0.2969657,0.8586134,-0.4178449),(0.2798868,0.8854148,-0.3710848),(0.1916085,0.9536322,-0.2321031),(0.1834284,0.9707654,-0.154818),(0.2372722,0.9099125,-0.3402368),(0.2356077,0.9288073,-0.2860173),(0.1778377,0.9826835,-0.05202621),(0.1701804,0.9820524,0.08131215),(0.2354607,0.9487522,-0.2107783),(0.2322437,0.9666135,-0.1082648),(0.2840358,0.8785948,-0.3839205),(0.2891091,0.8963165,-0.3362031),(0.2897309,0.919112,-0.2670001),(0.3462915,0.8331722,-0.4311686),(0.3516169,0.8486619,-0.3951438),(0.3355533,0.8266873,-0.4516549),(0.2781947,0.866055,-0.4153992),(0.3214857,0.8279209,-0.4595584),(0.149888,0.9591807,0.2398039),(0.1116792,0.9040023,0.4126835),(0.2178734,0.9757378,0.02161303),(0.188685,0.9662873,0.1751768),(0.05988081,0.8048224,0.5904873),(-0.0003439108,0.6534297,0.7569871),(0.1463804,0.9254104,0.3495542),(0.0904837,0.8385629,0.5372382),(0.2638267,0.963189,-0.05159798),(0.2365677,0.9667363,0.0972455),(0.1968514,0.9415638,0.2733262),(0.3381874,0.9294283,-0.1476217),(0.3216391,0.9468423,-0.006172874),(0.3470022,0.9018885,-0.2572676),(0.2816525,0.9438526,-0.1726679),(0.351346,0.8728278,-0.3387144),(-0.07003698,0.463091,0.8835393),(-0.1464656,0.2669354,0.9525195),(0.0149983,0.6989429,0.7150202),(-0.07842493,0.5172234,0.8522497),(-0.2186521,0.09059042,0.9715887),(-0.2788303,-0.05293605,0.9588803),(-0.173983,0.3181516,0.9319385),(-0.256005,0.130482,0.9578288),(0.04716376,0.7551977,0.6537982),(-0.05664334,0.5847127,0.8092605),(-0.1569404,0.3840571,0.9098734),(0.1469465,0.817004,0.5575942),(0.05058845,0.6686281,0.7418742),(0.228934,0.9058514,0.3564021),(0.1352544,0.8743579,0.4660519),(0.2877199,0.9435131,0.1643174),(-0.3254284,-0.1626767,0.9314679),(-0.3608378,-0.2434843,0.9002841),(-0.3204671,-0.02653808,0.9468879),(-0.3710143,-0.1488916,0.9166132),(-0.3861142,-0.3007089,0.8720607),(-0.4000467,-0.337619,0.8520423),(-0.4084194,-0.2431607,0.8798105),(-0.4313852,-0.314996,0.84539),(-0.3143758,0.02579558,0.9489481),(-0.369591,-0.1084582,0.922843),(-0.4072015,-0.2182748,0.8868726),(-0.2344922,0.1271976,0.9637604),(-0.3019584,-0.02335032,0.953035),(-0.1494034,0.2972964,0.9430237),(-0.2430367,0.1896979,0.9512875),(-0.05120919,0.4830415,0.8740987),(-0.4025598,-0.3540108,0.8441694),(-0.3947048,-0.3489732,0.8499565),(-0.4414399,-0.3646894,0.8198368),(-0.4417962,-0.3914696,0.8071973),(-0.3760955,-0.3227987,0.868535),(-0.3457587,-0.2741804,0.8973718),(-0.4330525,-0.3976727,0.8089017),(-0.4147607,-0.383532,0.8251526),(-0.4413464,-0.3642715,0.820073),(-0.4440517,-0.4031428,0.8001837),(-0.4381379,-0.4228227,0.7932566),(-0.4182354,-0.3354054,0.8441459),(-0.4351984,-0.3952039,0.80896),(-0.3911132,-0.2550625,0.8842927),(-0.4296215,-0.3038484,0.8503538),(-0.3529633,-0.1515565,0.9232809),(-0.3020618,-0.2045582,0.9310825),(-0.2454289,-0.1175011,0.9622672),(-0.3867563,-0.3483137,0.8538719),(-0.3502115,-0.2918847,0.890031),(-0.1796892,-0.01719719,0.9835731),(-0.1091642,0.09062275,0.9898842),(-0.3069941,-0.2157139,0.9269424),(-0.2589273,-0.1225572,0.95809),(-0.4115486,-0.3987293,0.8195381),(-0.3957511,-0.3542756,0.8472719),(-0.3790234,-0.2888977,0.8791356),(-0.4768607,-0.432868,0.7650027),(-0.495817,-0.4000401,0.7708005),(-0.4605775,-0.4436895,0.7687704),(-0.4261117,-0.4218751,0.8002813),(-0.4471923,-0.4319483,0.7832239),(-0.0336658,0.1958094,0.980064),(0.04883693,0.2901487,0.9557346),(-0.2024638,-0.02314064,0.9790162),(-0.1329895,0.07201271,0.9884978),(0.1381678,0.3728253,0.9175571),(0.2337059,0.443307,0.8653673),(-0.04995559,0.1612209,0.9856532),(0.04664142,0.2428602,0.9689394),(-0.3156308,-0.1347042,0.9392721),(-0.2600775,-0.05739445,0.9638805),(-0.1866919,0.0184928,0.9822444),(-0.5007196,-0.255858,0.826932),(-0.475246,-0.2036996,0.8559484),(-0.5119053,-0.3062615,0.8025938),(-0.3547409,-0.2121989,0.910566),(-0.5099716,-0.3544594,0.783765),(0.3321564,0.5028697,0.797994),(0.4281789,0.5518665,0.715616),(0.1535644,0.3189501,0.935248),(0.2647645,0.390367,0.8817672),(0.5172106,0.5883685,0.621543),(0.595778,0.6118663,0.5202576),(0.3743921,0.4533711,0.808879),(0.4765313,0.5049426,0.719688),(0.008078516,0.1784535,0.9839152),(0.1231516,0.2623612,0.9570791),(0.2425233,0.3434984,0.9072989),(-0.2940191,-0.003973653,0.9557913),(-0.188277,0.08538651,0.9783971),(-0.3750995,-0.08098759,0.92344),(-0.09632148,0.09620843,0.9906897),(-0.4340699,-0.1467611,0.8888445),(0.6615688,0.6236802,0.4163529),(0.7131261,0.6266057,0.314351),(0.5663034,0.5439618,0.6191978),(0.6397296,0.5719814,0.5134037),(0.7498785,0.6242841,0.2189785),(0.7723349,0.6208484,0.1343353),(0.6940731,0.592722,0.4085867),(0.7285365,0.6106282,0.3104316),(0.4600501,0.4789212,0.7476552),(0.5415605,0.5327715,0.650282),(0.598961,0.581549,0.5504966),(0.193274,0.3772691,0.9057113),(0.2928107,0.4678968,0.8338672),(0.0712733,0.2817552,0.9568355),(0.3579174,0.4165221,0.8357059),(-0.06174662,0.1829724,0.981177),(0.7857907,0.6150155,0.06549077),(0.7968114,0.6040647,0.01405142),(0.7490725,0.6223826,0.2270026),(0.7643369,0.6239141,0.1628507),(0.8080024,0.5887167,-0.02334007),(0.8208755,0.5689477,-0.04961763),(0.778221,0.6172979,0.1153919),(0.7930837,0.6035643,0.08202685),(0.6657275,0.6401957,0.3833489),(0.6898497,0.6474516,0.323904),(0.7129809,0.6431395,0.2793384),(0.4851905,0.6301616,0.6062067),(0.5327641,0.6452015,0.5476106),(0.4321841,0.5971636,0.6757311),(0.6371771,0.6192409,0.4588529),(0.3698118,0.5437399,0.7533832),(0.8333566,0.5482391,-0.07036235),(0.8431369,0.5299832,-0.09076244),(0.8074479,0.5871766,0.05702212),(0.8194551,0.5720888,0.03475417),(0.8506868,0.5134731,-0.1125939),(0.8562773,0.4978692,-0.1375334),(0.8299227,0.5577235,0.01314678),(0.8394581,0.5433366,-0.009765374),(0.7535909,0.621489,0.2141314),(0.771123,0.608847,0.1862109),(0.7880999,0.5946692,0.1589559),(0.6483359,0.6406123,0.4114322),(0.6811433,0.630044,0.3729455),(0.61354,0.647099,0.4525833),(0.7346076,0.632894,0.2445339),(0.5755768,0.6489379,0.4975852),(0.8600004,0.4822808,-0.1667475),(0.8616551,0.4660938,-0.2007666),(0.8481097,0.5286086,-0.03581578),(0.8555819,0.5134118,-0.06624155),(0.8607708,0.4489392,-0.2398484),(0.8567428,0.4303742,-0.2842002),(0.8616025,0.4973103,-0.1016053),(0.8657413,0.4797871,-0.1424653),(0.8200681,0.5637515,0.09835009),(0.8346798,0.5471683,0.06258309),(0.8481588,0.5292771,0.02219344),(0.768212,0.586947,0.2556238),(0.7938659,0.569865,0.2122045),(0.7409929,0.6025829,0.29635),(0.8045243,0.5794652,0.1302333),(0.7120697,0.616933,0.3351873),(0.849139,0.4096672,-0.3333702),(0.8374776,0.386453,-0.3863745),(0.8673768,0.4603639,-0.1890039),(0.8656822,0.4388732,-0.2408002),(0.8210495,0.3609462,-0.442262),(0.7992741,0.33336,-0.5000319),(0.8597806,0.4153422,-0.2970996),(0.8488683,0.3897739,-0.3570701),(0.868791,0.489487,-0.07486347),(0.8741406,0.4675715,-0.1313592),(0.875051,0.4440803,-0.1925579),(0.8561081,0.5137085,0.05641363),(0.869875,0.4932456,-0.005114207),(0.8384465,0.5331219,0.1130862),(0.8598465,0.5100092,-0.02355065),(0.8175184,0.5517705,0.1649639),(0.7719406,0.3037504,-0.5584295),(0.7390567,0.2724262,-0.6161),(0.8323653,0.3620638,-0.4196162),(0.8098389,0.3323891,-0.4834028),(0.7006229,0.2400833,-0.6719283),(0.6568616,0.2074014,-0.7249258),(0.7809063,0.3012921,-0.5471822),(0.7454419,0.2693212,-0.6097397),(0.8605596,0.3914519,-0.3258873),(0.8436599,0.3625081,-0.3960124),(0.8195053,0.3321397,-0.4670058),(0.8806539,0.4216842,-0.2159425),(0.8710948,0.3938108,-0.29344),(0.8830118,0.4474475,-0.1417069),(0.8707715,0.4187242,-0.2577345),(0.8791046,0.4712658,-0.07129926),(0.6084079,0.1747707,-0.7741416),(0.5559815,0.1425195,-0.818885),(0.703845,0.2367419,-0.6697429),(0.6566873,0.2038902,-0.7260789),(0.5001808,0.1112399,-0.8587461),(0.4417221,0.08154362,-0.8934384),(0.6044219,0.1714789,-0.7779905),(0.5476799,0.1401946,-0.8248588),(0.7493687,0.2677779,-0.605592),(0.7038344,0.2351058,-0.6703302),(0.6519526,0.2032465,-0.7305127),(0.7922738,0.3005135,-0.531031),(0.7488322,0.2694383,-0.6055191),(0.8272882,0.332328,-0.4529377),(0.7880099,0.3004245,-0.5373876),(0.8535078,0.363806,-0.3730546),(0.3827584,0.05304713,-0.9223243),(0.325533,0.02543868,-0.9451885),(0.4885467,0.1095916,-0.8656281),(0.4292114,0.07923377,-0.899722),(0.270885,-0.0005762422,-0.9626116),(0.2195749,-0.02427353,-0.9752936),(0.3704879,0.04977028,-0.9275028),(0.3131421,0.02190063,-0.9494537),(0.53764,0.1395679,-0.8315432),(0.4781294,0.1076158,-0.8716714),(0.4179893,0.0764036,-0.9052334),(0.5891846,0.1727024,-0.7893258),(0.5299712,0.1392494,-0.8365047),(0.645791,0.2058851,-0.7352316),(0.5958204,0.1716291,-0.7845645),(0.6992121,0.2382697,-0.6740401),(0.1734587,-0.04564285,-0.9837829),(0.1344434,-0.06467541,-0.9888084),(0.2589168,-0.004242743,-0.9658902),(0.2097047,-0.02845487,-0.9773507),(0.1033687,-0.080618,-0.9913705),(0.08100599,-0.0926793,-0.9923955),(0.1665569,-0.04985834,-0.9847705),(0.1304272,-0.06754882,-0.9891542),(0.3020826,0.01740424,-0.9531229),(0.2492898,-0.008988484,-0.9683872),(0.2014727,-0.03197709,-0.978972),(0.3491755,0.04258994,-0.9360889),(0.2923293,0.01472155,-0.9562043),(0.4085801,0.07334986,-0.9097704),(0.3587252,0.04619521,-0.9322994),(0.4692819,0.1059223,-0.8766726),(0.0687551,-0.100742,-0.992534),(0.06771951,-0.1050398,-0.9921596),(0.1032106,-0.08148234,-0.9913164),(0.08653823,-0.0919087,-0.9919999),(0.07805476,-0.1053763,-0.9913644),(0.09997542,-0.1014329,-0.9898062),(0.08076012,-0.09843254,-0.9918613),(0.08625636,-0.1005674,-0.9911842),(0.1297334,-0.06781593,-0.9892272),(0.1085054,-0.08025763,-0.9908507),(0.09781031,-0.08819624,-0.9912894),(0.1606791,-0.05053941,-0.9857119),(0.1342567,-0.06434903,-0.9888551),(0.1963975,-0.03220288,-0.9799954),(0.1609268,-0.0515237,-0.9856206),(0.240596,-0.0101828,-0.9705719),(0.1329225,-0.09276511,-0.9867757),(0.1759133,-0.07953673,-0.9811873),(0.1032199,-0.0980131,-0.9898177),(0.1315004,-0.09097578,-0.9871327),(0.2281517,-0.06247574,-0.9716191),(0.2886352,-0.04225575,-0.9565061),(0.1706817,-0.07982041,-0.9820878),(0.2202658,-0.06481328,-0.9732841),(0.1111838,-0.09033488,-0.9896857),(0.135651,-0.0848883,-0.9871134),(0.1717833,-0.07507989,-0.9822695),(0.1235916,-0.07887872,-0.9891932),(0.1443387,-0.07453065,-0.9867175),(0.1150708,-0.07845058,-0.9902545),(0.09851854,-0.09146382,-0.990923),(0.1186516,-0.07354854,-0.9902083),(0.3528785,-0.01824381,-0.9354913),(0.4159716,0.009172926,-0.9093313),(0.2768887,-0.04528407,-0.9598343),(0.3365365,-0.02168431,-0.9414207),(0.4759003,0.03733702,-0.8787064),(0.5309579,0.0635483,-0.8450121),(0.3971859,0.00358086,-0.9177311),(0.4568722,0.02805418,-0.8890898),(0.2697119,-0.04121311,-0.9620587),(0.326905,-0.01971336,-0.9448516),(0.3871321,0.002080396,-0.922022),(0.2678905,-0.03391636,-0.9628522),(0.3246334,-0.01545577,-0.9457137),(0.2179556,-0.0509682,-0.974627),(0.217418,-0.0603431,-0.9742115),(0.1763267,-0.06502276,-0.9821817),(0.5759751,0.08790427,-0.8127271),(0.6068586,0.1114782,-0.7869532),(0.5093937,0.05205819,-0.8589575),(0.5494687,0.07639632,-0.8320143),(0.6237474,0.1332022,-0.7701923),(0.6265187,0.1518831,-0.7644643),(0.5766521,0.09935163,-0.8109264),(0.5905061,0.1191154,-0.7981942),(0.4904837,0.04847242,-0.8701012),(0.5262518,0.07100009,-0.8473594),(0.5500181,0.08974936,-0.8303162),(0.475046,0.0474775,-0.8786793),(0.5074742,0.06296916,-0.859363),(0.432527,0.02704521,-0.9012153),(0.44371,0.0246787,-0.8958306),(0.3816983,0.004962864,-0.9242737),(0.6163032,0.165961,-0.7698229),(0.5942631,0.1748698,-0.7850299),(0.5913501,0.134131,-0.7951818),(0.5797697,0.1442003,-0.8019185),(0.5602961,0.1790412,-0.8087103),(0.514215,0.1785664,-0.8388664),(0.5559644,0.1498484,-0.8175874),(0.5200385,0.1512981,-0.840636),(0.5585819,0.1122807,-0.8218146),(0.5437707,0.1175618,-0.8309588),(0.5169793,0.1198482,-0.8475664),(0.5247355,0.08160278,-0.8473451),(0.5052541,0.08416206,-0.8588568),(0.5323947,0.07823179,-0.8428735),(0.5608744,0.1033271,-0.8214276),(0.527066,0.07259985,-0.8467175),(0.4604619,0.1722284,-0.8708112),(0.4040433,0.1601301,-0.900615),(0.4754996,0.1478336,-0.8672054),(0.4261931,0.139927,-0.8937448),(0.3464291,0.1445934,-0.9268655),(0.2889719,0.1279433,-0.9487495),(0.3733912,0.1298275,-0.9185445),(0.3182537,0.1196936,-0.9404191),(0.4386043,0.1162533,-0.8911293),(0.3908905,0.1131209,-0.9134595),(0.3387255,0.1115058,-0.9342545),(0.3976592,0.09568389,-0.9125304),(0.3489806,0.1046022,-0.9312738),(0.4403011,0.09007688,-0.8933203),(0.4809819,0.1191495,-0.8685966),(0.4763989,0.08670504,-0.8749436),(0.2361047,0.1111104,-0.9653543),(0.1922844,0.09420636,-0.976807),(0.2660198,0.1099074,-0.9576815),(0.2218984,0.100143,-0.9699137),(0.1578895,0.0779027,-0.984379),(0.1330203,0.06293032,-0.9891135),(0.1862776,0.09114328,-0.9782605),(0.1593159,0.0837719,-0.9836669),(0.244299,0.1104915,-0.9633845),(0.2079747,0.1108082,-0.9718375),(0.1790832,0.1127967,-0.9773464),(0.2217574,0.1372671,-0.9653919),(0.191257,0.1500736,-0.9699993),(0.2581327,0.125958,-0.9578632),(0.2879582,0.1109528,-0.9511937),(0.3005074,0.1152655,-0.946789),(0.1122311,0.05105749,-0.9923695),(0.09009836,0.0441382,-0.9949543),(0.1353609,0.07968297,-0.987587),(0.1086517,0.07987557,-0.9908656),(0.06674099,0.04318544,-0.9968353),(0.04201585,0.04922688,-0.9979035),(0.07885765,0.08410288,-0.9933319),(0.04564149,0.09212626,-0.9947007),(0.1228582,0.1268137,-0.9842886),(0.08966193,0.138467,-0.9862999),(0.05247039,0.1520209,-0.9869836),(0.09548908,0.2062762,-0.9738233),(0.05674074,0.2291528,-0.9717354),(0.1305621,0.184836,-0.9740581),(0.152474,0.1179625,-0.9812424),(0.1623043,0.1657936,-0.9727125),(0.01945447,0.06249677,-0.9978555),(0.002273501,0.0826446,-0.9965765),(0.01308544,0.1036722,-0.9945254),(-0.01508542,0.1193317,-0.9927399),(-0.01064996,0.1095172,-0.9939279),(-0.02039096,0.1430936,-0.9894991),(-0.03962388,0.1405471,-0.9892808),(-0.0615426,0.1688411,-0.9837201),(-0.02191795,0.1839696,-0.9826876),(-0.0570735,0.2047471,-0.9771495),(-0.09208645,0.2308946,-0.9686113),(-0.06827722,0.302817,-0.9505999),(-0.113791,0.3298865,-0.9371375),(-0.0253246,0.2772079,-0.9604761),(0.01438085,0.1669437,-0.9858616),(0.01606381,0.2527993,-0.9673854),(-0.04476532,0.1814811,-0.982375),(-0.1022848,0.2182036,-0.9705282),(-0.09340871,0.2031257,-0.974687),(-0.1477063,0.2369062,-0.9602387),(-0.1947934,0.2427704,-0.9503252),(-0.3205077,0.242482,-0.9156841),(-0.2251278,0.2601808,-0.938948),(-0.3238248,0.2619721,-0.9091249),(-0.1870527,0.291097,-0.9382291),(-0.2528774,0.3115837,-0.9159523),(-0.3295122,0.3146986,-0.8901609),(-0.2745163,0.3964483,-0.8760534),(-0.3351926,0.3993433,-0.8533292),(-0.2168894,0.3808194,-0.8988523),(-0.1334617,0.2615017,-0.9559315),(-0.1631887,0.3570468,-0.9197212),(-0.4359877,0.2153032,-0.8738188),(-0.5036037,0.1760518,-0.8458068),(-0.4151233,0.2403913,-0.8774307),(-0.4734599,0.2068282,-0.8561879),(-0.5287833,0.1391936,-0.8372654),(-0.5168053,0.1161628,-0.8481854),(-0.502072,0.1520675,-0.8513513),(-0.5012819,0.1737763,-0.8476546),(-0.451784,0.2721584,-0.8496005),(-0.4832874,0.2442375,-0.8407028),(-0.4971981,0.2241836,-0.838174),(-0.473276,0.3481761,-0.8091867),(-0.498568,0.3305877,-0.8013375),(-0.4379519,0.3696279,-0.8194958),(-0.4007582,0.2989019,-0.8660545),(-0.3918814,0.3888066,-0.8338216),(-0.4839409,0.111473,-0.8679718),(-0.4452978,0.1256005,-0.8865294),(-0.47122,0.1594842,-0.8674771),(-0.4881936,0.1469418,-0.8602762),(-0.4009835,0.1610347,-0.9018204),(-0.3500847,0.2207429,-0.910337),(-0.430611,0.2456989,-0.8684505),(-0.4520016,0.1916449,-0.871187),(-0.5054083,0.2478249,-0.826526),(-0.5038291,0.2245125,-0.8341165),(-0.5069695,0.2885048,-0.8122481),(-0.5681883,0.3500081,-0.7447526),(-0.5517551,0.3295824,-0.7661212),(-0.5352617,0.3200953,-0.7816865),(-0.5014915,0.217115,-0.8374767),(-0.5178686,0.3207639,-0.7930464),(-0.324727,0.2962907,-0.8982005),(-0.3613455,0.3694445,-0.8561193),(-0.4711168,0.3785644,-0.7967045),(-0.4291399,0.3139581,-0.8469175),(-0.4597876,0.4207641,-0.7820185),(-0.607443,0.4257956,-0.6706051),(-0.6636478,0.4222139,-0.6175006),(-0.553014,0.4210732,-0.7189388),(-0.6258062,0.4163674,-0.659549),(-0.5628933,0.38752,-0.7300543),(-0.7034586,0.4133482,-0.5781776),(-0.7276085,0.4016113,-0.5561423),(-0.6744511,0.411079,-0.6132942),(-0.6279095,0.4002193,-0.6674984),(-0.5218865,0.3400614,-0.7822997),(-0.5915775,0.3768512,-0.7127547),(-0.7428195,0.3870037,-0.5463035),(-0.8317267,0.3317598,-0.4451585),(-0.8326913,0.3335493,-0.4420069),(-0.7640409,0.38591,-0.5170249),(-0.8890168,0.2696707,-0.3700364),(-0.925566,0.2039625,-0.3189465),(-0.9086283,0.2097246,-0.3611237),(-0.8787663,0.2734199,-0.3911667),(-0.8623236,0.2807088,-0.4214268),(-0.8259712,0.3353066,-0.453146),(-0.8865527,0.2216973,-0.4060477),(-0.8619052,0.2364163,-0.4485832),(-0.8425648,0.2877063,-0.4553128),(-0.8145533,0.334196,-0.4741476),(-0.7744787,0.3815801,-0.5045586),(-0.7767584,0.3733746,-0.5071861),(-0.9415849,0.1471662,-0.3029191),(-0.9353577,0.114849,-0.334538),(-0.9073873,0.1253279,-0.4011749),(-0.9195333,0.1554662,-0.3609554),(-0.9047875,0.1112941,-0.4110635),(-0.8391497,0.1388542,-0.5258777),(-0.796403,0.1525887,-0.5852),(-0.8693605,0.1235446,-0.4784861),(-0.8352976,0.1434412,-0.5307565),(-0.877188,0.1437333,-0.4581288),(-0.7611511,0.1732816,-0.6249979),(-0.7375451,0.1995612,-0.6451377),(-0.8064841,0.169531,-0.5664297),(-0.8479941,0.1682294,-0.502598),(-0.893443,0.171275,-0.4152403),(-0.8659505,0.1920729,-0.4617767),(-0.7446947,0.1768062,-0.6435599),(-0.6441462,0.2075042,-0.7362184),(-0.6083862,0.2238737,-0.7614111),(-0.7004067,0.1919468,-0.6874495),(-0.5458804,0.2372914,-0.8035591),(-0.4564316,0.2737095,-0.8466129),(-0.4675145,0.289962,-0.8350762),(-0.5288218,0.2542259,-0.8097634),(-0.5364707,0.2785188,-0.7966344),(-0.5936633,0.247209,-0.7658013),(-0.5040315,0.3130729,-0.8049457),(-0.5633181,0.3423325,-0.7519849),(-0.568763,0.3091532,-0.7621896),(-0.6019638,0.2763007,-0.749198),(-0.671008,0.2137253,-0.7099787),(-0.6600331,0.2407871,-0.7116023),(-0.3950397,0.3134186,-0.8635465),(-0.380402,0.3488138,-0.8565181),(-0.4514844,0.3663938,-0.8135831),(-0.4377955,0.3297077,-0.8364377),(-0.4123438,0.3786698,-0.8286024),(-0.4886319,0.4000622,-0.7753639),(-0.5980996,0.4114995,-0.6877099),(-0.5067063,0.3956409,-0.7659745),(-0.6112405,0.4079753,-0.6781896),(-0.5408549,0.3843869,-0.7481462),(-0.7062685,0.4137023,-0.574487),(-0.802905,0.4078829,-0.4347125),(-0.7158806,0.4158455,-0.5608809),(-0.6404296,0.4025184,-0.6540864),(-0.5037929,0.3505179,-0.7895125),(-0.587532,0.3754046,-0.7168525),(-0.5900829,0.4149966,-0.6925172),(-0.6963226,0.4227977,-0.5799801),(-0.7988715,0.4094493,-0.4406309),(-0.7026116,0.4155996,-0.577593),(-0.7985327,0.4133093,-0.437631),(-0.8852794,0.3792661,-0.2691423),(-0.9355276,0.3372513,-0.1051183),(-0.8791775,0.3850032,-0.2807481),(-0.9309509,0.3451948,-0.1190415),(-0.8781793,0.383068,-0.2864614),(-0.9564148,0.2872089,0.0527435),(-0.9507632,0.2364444,0.200358),(-0.9529793,0.3000466,0.04245624),(-0.9294232,0.348249,-0.1220462),(-0.8016433,0.4040274,-0.4406017),(-0.878984,0.3830741,-0.2839741),(-0.940384,0.3283396,-0.08871904),(-0.9584049,0.2714943,0.08803949),(-0.9490389,0.2126571,0.2325989),(-0.9586279,0.2757114,0.07082153),(-0.9448102,0.2077523,0.2533231),(-0.9063057,0.1350043,0.4004796),(-0.8661273,0.07956838,0.4934494),(-0.9152524,0.1479845,0.374718),(-0.8795708,0.09401203,0.4663872),(-0.9227728,0.1552964,0.3526661),(-0.8315988,0.03332873,0.5543759),(-0.8094071,0.002015158,0.5872447),(-0.8456982,0.05260484,0.5310624),(-0.8873,0.1070208,0.4486037),(-0.9518157,0.2196704,0.2139904),(-0.9257935,0.168066,0.3386151),(-0.8517122,0.06326395,0.520177),(-0.7939778,0.004132612,0.6079327),(-0.7647487,-0.03279304,0.6434937),(-0.8119931,0.01599338,0.5834479),(-0.7435789,-0.04403814,0.6671964),(-0.7084001,-0.08494222,0.7006812),(-0.7194435,-0.09437937,0.6881087),(-0.7320921,-0.0686338,0.6777392),(-0.7486432,-0.08283839,0.6577774),(-0.7594754,-0.0585941,0.6478917),(-0.7584643,-0.09431332,0.6448541),(-0.8205706,-0.08409693,0.5653244),(-0.791869,-0.08416344,0.6048636),(-0.7798445,-0.06959309,0.6220927),(-0.7885599,-0.02025539,0.6146243),(-0.7858306,-0.04077799,0.6170959),(-0.6943617,-0.1177089,0.709934),(-0.7032973,-0.1384856,0.6972765),(-0.7581425,-0.1206938,0.6408221),(-0.7289197,-0.1120334,0.67537),(-0.7326151,-0.145825,0.6648386),(-0.7783815,-0.1379564,0.6124462),(-0.8540908,-0.1006743,0.5102878),(-0.8019824,-0.1177323,0.5856308),(-0.8765876,-0.08072969,0.4744228),(-0.828629,-0.09369206,0.551902),(-0.9237359,-0.05605571,0.3789062),(-0.9762081,-0.01028126,0.2165922),(-0.9443608,-0.0399586,0.3264753),(-0.9037828,-0.06095237,0.4236288),(-0.7870544,-0.09723946,0.6091714),(-0.8603967,-0.07485934,0.5040967),(-0.8327073,-0.1198482,0.5405877),(-0.8871354,-0.09614405,0.4513834),(-0.9493294,-0.04425468,0.3111514),(-0.9056776,-0.07444306,0.4173805),(-0.9356036,-0.06436937,0.3471346),(-0.9725462,-0.02311303,0.2315594),(-0.9966301,0.03369468,0.07478832),(-0.9806895,-0.008484502,0.1953868),(-0.9983259,0.04601754,0.03504058),(-0.9880082,0.009338812,0.154119),(-0.9928474,0.08636738,-0.0824292),(-0.9627339,0.1292987,-0.2375399),(-0.9870602,0.09283852,-0.130741),(-0.9981747,0.05795806,-0.01697378),(-0.9624913,-0.02434098,0.2702183),(-0.9946883,0.02384242,0.1001338),(-0.9936076,0.0230468,0.1105113),(-0.9975334,0.06942631,-0.01035002),(-0.9798511,0.1212419,-0.1587206),(-0.9959236,0.07826967,-0.04483387),(-0.9850196,0.1166626,-0.1269888),(-0.9576465,0.1655131,-0.2356238),(-0.9109532,0.2049946,-0.3579685),(-0.9506376,0.1631665,-0.2639407),(-0.9008924,0.2008589,-0.3847708),(-0.9411961,0.1651269,-0.2947592),(-0.8548806,0.2354228,-0.4623367),(-0.7943478,0.2555949,-0.5510741),(-0.841103,0.2273527,-0.4907714),(-0.8865108,0.1975023,-0.4184393),(-0.972832,0.1271547,-0.1934672),(-0.928016,0.1650178,-0.333999),(-0.9186117,0.2133151,-0.3326399),(-0.8720425,0.2573234,-0.4163249),(-0.8151819,0.2820711,-0.5058797),(-0.8645165,0.2452123,-0.4387279),(-0.8210187,0.2983372,-0.4867475),(-0.7680907,0.3376347,-0.5440951),(-0.7172192,0.3493072,-0.6029769),(-0.7654392,0.3163798,-0.5603629),(-0.713993,0.3268926,-0.6191569),(-0.7590165,0.2985404,-0.5785911),(-0.6728316,0.3542874,-0.6494444),(-0.6360872,0.3536865,-0.6857836),(-0.6687163,0.3307562,-0.665897),(-0.7065619,0.3071927,-0.6374974),(-0.8065723,0.2682839,-0.5267494),(-0.7488149,0.2823144,-0.5996457),(-0.714806,0.3767411,-0.5891677),(-0.6615686,0.4163769,-0.6236643),(-0.6257372,0.4196886,-0.6575063),(-0.6708922,0.3832136,-0.6348628),(-0.6082606,0.4564977,-0.6493295),(-0.5545143,0.4970425,-0.6674299),(-0.5369308,0.4997059,-0.6797053),(-0.581283,0.458588,-0.6721659),(-0.5657052,0.4546715,-0.6879327),(-0.5994839,0.4169913,-0.6831817),(-0.5332926,0.4965806,-0.6848406),(-0.5622212,0.4442388,-0.697538),(-0.5450549,0.4856766,-0.6833985),(-0.5832089,0.4087737,-0.7019767),(-0.6350754,0.3835517,-0.6704977),(-0.607914,0.3787881,-0.6978253),(-0.5045518,0.5344446,-0.6780829),(-0.4648744,0.5669256,-0.6800641),(-0.4984918,0.5374137,-0.6802151),(-0.4741645,0.5678982,-0.6727999),(-0.4386294,0.5978299,-0.6709721),(-0.4283894,0.6302433,-0.6475152),(-0.4669328,0.5941267,-0.6549711),(-0.4791551,0.6183627,-0.6229269),(-0.5023541,0.5652674,-0.6543036),(-0.514773,0.5875453,-0.6243392),(-0.5477342,0.6028334,-0.5801542),(-0.5824018,0.5733055,-0.5763062),(-0.6316794,0.5793837,-0.5150687),(-0.5511457,0.5546653,-0.6233656),(-0.5092199,0.5354784,-0.6737639),(-0.5387818,0.5252041,-0.6586916),(-0.4406505,0.6603937,-0.6080357),(-0.4793745,0.6805586,-0.554112),(-0.512822,0.638768,-0.5735757),(-0.5666648,0.6492072,-0.5073668),(-0.5413032,0.6849688,-0.4876563),(-0.6215765,0.6674788,-0.410018),(-0.6360584,0.642759,-0.4269551),(-0.7150038,0.6133759,-0.3354692),(-0.6613328,0.6083461,-0.4388095),(-0.7309729,0.5884322,-0.3455811),(-0.8015077,0.5463313,-0.2431203),(-0.8738081,0.4681624,-0.1314661),(-0.8179572,0.5224508,-0.2408136),(-0.7559178,0.5566783,-0.3445254),(-0.5985099,0.6109416,-0.5182048),(-0.6922805,0.5739713,-0.4373838),(-0.7053759,0.6317208,-0.3215177),(-0.7803852,0.5838421,-0.2238912),(-0.7903928,0.5654637,-0.235648),(-0.8526231,0.505991,-0.13041),(-0.8445109,0.521741,-0.1207792),(-0.8957299,0.4443072,-0.01609946),(-0.9333904,0.3493919,0.08189986),(-0.9005848,0.4340536,-0.02333695),(-0.9375832,0.33836,0.08031278),(-0.9081511,0.4177776,-0.02689884),(-0.9510791,0.2490474,0.1828223),(-0.9469272,0.1459543,0.286402),(-0.9525747,0.2377492,0.1899388),(-0.9426672,0.3222865,0.08666039),(-0.8627423,0.4870791,-0.1357562),(-0.9166151,0.3992053,-0.02125835),(-0.9306676,0.3554172,0.08681291),(-0.9476967,0.2594452,0.1859004),(-0.9483699,0.157282,0.2754211),(-0.9494118,0.2557765,0.1821964),(-0.9472939,0.1567536,0.2793969),(-0.9296278,0.04779542,0.3653872),(-0.9005007,-0.05115129,0.4318356),(-0.9315722,0.05469858,0.3594181),(-0.900159,-0.03917594,0.4337961),(-0.9302106,0.05729882,0.3625259),(-0.8620609,-0.134573,0.4886115),(-0.8554378,-0.1194429,0.5039441),(-0.8191822,-0.1952386,0.5392796),(-0.8935508,-0.03674164,0.4474562),(-0.9482358,0.1538475,0.2778126),(-0.9261609,0.05232903,0.3734805),(-0.8954124,-0.05132787,0.4422693),(-0.8526848,-0.1238793,0.5075259),(-0.8588616,-0.1408699,0.4924554),(-0.8171752,-0.1958946,0.5420792),(-0.8130201,-0.1699716,0.5568735),(-0.7871387,-0.1913623,0.5863387),(-0.7860451,-0.217734,0.5785542),(-0.7737165,-0.2080206,0.5984064),(-0.7926216,-0.2442598,0.5586486),(-0.7781944,-0.2425581,0.5792917),(-0.7826352,-0.2041539,0.5880504),(-0.7919955,-0.2400232,0.5613661),(-0.8130216,-0.1798689,0.5537535),(-0.7842219,-0.2623431,0.5622917),(-0.8227499,-0.208936,0.5286098),(-0.7932665,-0.2478028,0.5561672),(-0.781211,-0.1865895,0.5957296),(-0.7927229,-0.1531793,0.5900224),(-0.7821085,-0.1731177,0.5986123),(-0.8047255,-0.1185338,0.5816929),(-0.8134157,-0.09018996,0.5746484),(-0.832977,0.002653366,0.5533011),(-0.8312002,-0.04364736,0.5542573),(-0.8508644,0.05054744,0.5229482),(-0.8286738,-0.07073647,0.5552443),(-0.8530083,0.01009729,0.5217997),(-0.867529,0.09860889,0.4875137),(-0.8836539,0.1390769,0.4470049),(-0.8774408,0.06059553,0.4758423),(-0.8614016,-0.01936743,0.5075551),(-0.8022569,-0.1422897,0.5797737),(-0.838536,-0.09983761,0.535621),(-0.8429652,0.1111729,0.5263557),(-0.8413467,0.2224712,0.4925873),(-0.8484471,0.2643188,0.4585554),(-0.8568751,0.1553398,0.4915634),(-0.8270128,0.3364992,0.4503532),(-0.7984536,0.4521011,0.3975884),(-0.7870045,0.4948582,0.3684281),(-0.8254709,0.3778927,0.419279),(-0.8219181,0.4119188,0.3934127),(-0.8528602,0.298317,0.4285283),(-0.7732807,0.5330342,0.3433826),(-0.7569255,0.5686529,0.3220215),(-0.8172377,0.4393371,0.3729685),(-0.8561808,0.323305,0.4030239),(-0.8678313,0.1941059,0.4573748),(-0.8774813,0.2235289,0.4243362),(-0.7537959,0.5665153,0.3329449),(-0.6885254,0.6788863,0.2550416),(-0.7320393,0.610333,0.3026746),(-0.6561472,0.7216852,0.2205477),(-0.5953538,0.7870604,0.1615231),(-0.4674881,0.8826101,0.04954049),(-0.408017,0.9129743,-0.0003361588),(-0.5507166,0.825989,0.120222),(-0.501158,0.8624358,0.07102951),(-0.6195828,0.7633606,0.1827507),(-0.3432893,0.9372007,-0.06170428),(-0.2702904,0.9530448,-0.1365608),(-0.4431211,0.896391,0.01125776),(-0.5758065,0.8056304,0.1393074),(-0.7069817,0.6522458,0.2734087),(-0.6767791,0.6946704,0.2437274),(-0.323011,0.9435489,-0.07334381),(-0.1868653,0.9632849,-0.1927788),(-0.113117,0.9607211,-0.2534157),(-0.2514891,0.9590045,-0.1306277),(-0.05906971,0.9522837,-0.2994438),(0.06459698,0.9203566,-0.3857083),(0.1144309,0.8900152,-0.4413371),(0.006862993,0.9332107,-0.3592642),(0.07043238,0.9016384,-0.4267173),(-0.03807866,0.9448642,-0.3252411),(0.1584917,0.851699,-0.4994888),(0.1905364,0.8069126,-0.5590957),(0.1277513,0.8564181,-0.5002277),(0.03686121,0.9125793,-0.4072351),(-0.1757801,0.9637747,-0.2005982),(-0.0947136,0.9542246,-0.2836984),(0.1722671,0.8782414,-0.4461123),(0.2486684,0.8398739,-0.4824685),(0.26342,0.8077297,-0.5274302),(0.2034267,0.8440365,-0.4962057),(0.2954544,0.8136721,-0.5006441),(0.3156658,0.80408,-0.5037961),(0.3020447,0.7839656,-0.5423717),(0.2956842,0.7869244,-0.541591),(0.2913321,0.7740505,-0.5621134),(0.2711867,0.7822428,-0.5608511),(0.2876874,0.7837678,-0.5504035),(0.2609364,0.8082925,-0.5278025),(0.2717923,0.7804895,-0.5629966),(0.2625018,0.7685068,-0.5835154),(0.2270282,0.8088636,-0.5424001),(0.2349167,0.7765071,-0.5846801),(0.3236976,0.8078018,-0.4926215),(0.332413,0.8195937,-0.466656),(0.2958422,0.7944597,-0.5303878),(0.2897682,0.8137097,-0.5038956),(0.3412858,0.838253,-0.4252716),(0.3493495,0.8618057,-0.3677578),(0.2835284,0.8415767,-0.4597394),(0.2763207,0.8766904,-0.3937775),(0.2277436,0.8723891,-0.4325162),(0.2510196,0.8355116,-0.4887838),(0.1997736,0.9142616,-0.3524431),(0.1179543,0.9640637,-0.2380504),(0.1660102,0.9261888,-0.3385482),(0.2051459,0.8850212,-0.4179148),(0.2707487,0.8058082,-0.5266576),(0.2363632,0.8449144,-0.4798458),(0.3403291,0.8926287,-0.2956178),(0.2945952,0.9318078,-0.2120098),(0.1997314,0.9602072,-0.1952167),(0.2545347,0.9179885,-0.3041531),(0.2027237,0.9717681,-0.1207048),(0.05778743,0.9980246,-0.02464379),(-0.04425616,0.9982704,0.03869585),(0.1016147,0.9918364,-0.07703939),(-0.01071534,0.9998462,0.01388136),(0.09102366,0.9887381,-0.1187925),(-0.1482372,0.9796683,0.1351886),(-0.2402156,0.9350832,0.260607),(-0.1186085,0.9816434,0.1493596),(-0.01925987,0.9996485,0.01822097),(0.1585137,0.9562699,-0.2458075),(0.0580924,0.9915239,-0.1162142),(-0.09388749,0.9929768,0.07198799),(-0.2014014,0.9652892,0.1662956),(-0.2924454,0.9280342,0.2307126),(-0.1911908,0.9713063,0.1414576),(-0.2634402,0.9295329,0.2580079),(-0.2804209,0.911472,0.3009701),(-0.3639283,0.8635969,0.3489363),(-0.3488489,0.8837473,0.3119216),(-0.4177136,0.8269979,0.376284),(-0.3695429,0.8760001,0.3099384),(-0.4305378,0.8061662,0.4058736),(-0.4768971,0.7426546,0.4701419),(-0.466109,0.7621844,0.4492408),(-0.4266152,0.8104661,0.4014279),(-0.2805214,0.9311894,0.2327962),(-0.3523427,0.8709862,0.3423999),(0.2140672,0.7978254,0.5636043),(0.1965618,0.79952,0.5675661),(0.1581447,0.8070797,0.5688698),(0.06677839,0.8065215,0.5874211),(0.1234551,0.8106081,0.5724276),(0.1503535,0.8135778,0.5616806),(0.1148415,0.8232427,0.5559523),(0.06963104,0.8473926,0.5263813),(-0.04860895,0.815438,0.5767999),(0.008147171,0.8078241,0.5893673),(-0.09809823,0.7988234,0.5935134),(-0.02752352,0.8145512,0.5794383),(-0.1631946,0.786743,0.5953177),(-0.2752906,0.7625992,0.5853695),(-0.2028951,0.7957205,0.5706684),(-0.1221318,0.8290198,0.5457196),(0.04427931,0.83159,0.5536221),(0.07921938,0.8394789,0.5375868),(-0.03731786,0.8589923,0.5106267),(0.004682027,0.8714612,0.490442),(0.03231184,0.8727573,0.487084),(0.01071789,0.8946067,0.4467258),(-0.09459405,0.8255774,0.5563039),(-0.1232446,0.8354678,0.5355411),(0.004105128,0.9141472,0.4053617),(0.01164046,0.9318599,0.3626314),(-0.1352316,0.8467521,0.5145128),(-0.1309361,0.8603616,0.4925784),(-0.2499462,0.7692859,0.5879847),(-0.2675941,0.7647457,0.5861378),(-0.268752,0.764937,0.5853578),(-0.4105041,0.6503081,0.6392072),(-0.4003484,0.6729919,0.6219348),(-0.3749906,0.7002342,0.6074982),(-0.2154374,0.7772422,0.5911694),(-0.3337013,0.7306995,0.5955852),(0.03003407,0.9484599,0.3154706),(0.05563974,0.9636531,0.2612987),(-0.1135343,0.8777376,0.4654961),(-0.08669328,0.8990567,0.4291636),(0.08679929,0.9757509,0.2009381),(0.1218761,0.9832471,0.1355406),(-0.05163969,0.9221723,0.3833164),(-0.009658476,0.9446082,0.3280581),(-0.2356898,0.7884168,0.5681983),(-0.2057033,0.8120974,0.5460624),(-0.1672521,0.8415936,0.513563),(-0.3842063,0.6372851,0.668022),(-0.3596768,0.6554171,0.6641242),(-0.4005525,0.6307023,0.6646594),(-0.2568646,0.7723105,0.5809966),(-0.409281,0.6352477,0.6549423),(0.1569958,0.98554,0.06374405),(0.1880705,0.9820337,-0.01547053),(0.0356394,0.9646299,0.2611877),(0.08005881,0.980216,0.1810173),(0.2135587,0.9717749,-0.1002304),(0.2326124,0.9541094,-0.1885917),(0.1216558,0.9885785,0.08895211),(0.1590175,0.9871918,-0.01287051),(-0.07518371,0.9116457,0.4040416),(-0.02630506,0.9460099,0.3230686),(0.02249753,0.9741696,0.2246941),(-0.2485455,0.7810038,0.5729382),(-0.2018988,0.8391296,0.5050725),(-0.2907055,0.7286965,0.620074),(-0.1226695,0.8755486,0.4672973),(-0.3278823,0.6860344,0.6494997),(0.2509341,0.9291258,-0.2715829),(0.2738422,0.8994126,-0.3406869),(0.1961586,0.9738166,-0.1149039),(0.2362665,0.9494079,-0.2068883),(0.2997981,0.8684818,-0.3947917),(0.3271165,0.8398026,-0.4332742),(0.2763609,0.9177377,-0.2852755),(0.3136337,0.8835897,-0.3477114),(0.1288794,0.9916058,0.01039464),(0.1831139,0.9790466,-0.08908956),(0.2322616,0.9565223,-0.1764072),(-0.02179442,0.9750759,0.2207985),(0.04123954,0.9921262,0.1182578),(-0.08663291,0.9423051,0.323351),(0.0738211,0.9903896,0.1169566),(-0.1482416,0.8954618,0.4197293),(0.3522311,0.8160292,-0.4582897),(0.3722636,0.798948,-0.4723365),(0.3451199,0.8513558,-0.3950765),(0.369435,0.823906,-0.4297635),(0.3868856,0.7901301,-0.4754092),(0.3955297,0.7909688,-0.4668239),(0.3871186,0.8029974,-0.4531385),(0.398561,0.7899002,-0.4660545),(0.3077005,0.9002501,-0.3080098),(0.3347226,0.8731084,-0.3544609),(0.3557635,0.8491969,-0.3902526),(0.2044508,0.9687669,-0.1403235),(0.2499654,0.9459293,-0.2067248),(0.15455,0.9858899,-0.06430725),(0.2738436,0.9289163,-0.2492471),(0.1001061,0.9947347,0.02195144),(0.4007892,0.802408,-0.4421643),(0.4056441,0.8236943,-0.3962076),(0.4073114,0.7859728,-0.4651282),(0.416505,0.7922583,-0.4459263),(0.4093778,0.8523026,-0.3255613),(0.4093521,0.8841324,-0.225257),(0.4253084,0.8088251,-0.4060971),(0.4317654,0.8347744,-0.3416581),(0.3901639,0.8191059,-0.4205206),(0.4044747,0.8174354,-0.4101213),(0.4151385,0.8267413,-0.3796825),(0.3555637,0.8733643,-0.33288),(0.376952,0.8603278,-0.3431375),(0.3266211,0.8944536,-0.3054036),(0.3736094,0.8303956,-0.4133512),(0.2910023,0.9199972,-0.2625317),(0.3977441,0.9125053,-0.09557121),(0.3689613,0.9273495,0.06237363),(0.430702,0.8666455,-0.2518359),(0.4192492,0.897653,-0.1358284),(0.3225191,0.9130888,0.2495),(0.257425,0.8505727,0.4585395),(0.3976751,0.9174668,0.01045137),(0.3633898,0.9120529,0.1900191),(0.4203208,0.8716052,-0.2522596),(0.4156823,0.8969339,-0.1507248),(0.4045843,0.9143169,-0.01833793),(0.4176348,0.8744346,-0.2468711),(0.4266714,0.8889883,-0.1662867),(0.4059958,0.8626949,-0.3015375),(0.4203857,0.8461516,-0.3275717),(0.3927143,0.8571206,-0.3333461),(0.1691926,0.7344957,0.6571833),(0.06271189,0.5814261,0.8111788),(0.3060751,0.8687748,0.3892923),(0.2209367,0.7825494,0.5820683),(-0.04653288,0.4108792,0.9105015),(-0.1469315,0.2391746,0.9597951),(0.1167716,0.6559129,0.7457497),(0.005967302,0.5013331,0.8652337),(0.3287811,0.8880977,0.3212248),(0.2568092,0.82442,0.5043617),(0.1669328,0.7208704,0.6726658),(0.3855945,0.8936657,0.2295179),(0.3383656,0.8510215,0.4015858),(0.4146072,0.9070356,0.0733979),(0.3781579,0.9147248,0.1423906),(0.427503,0.9020808,-0.05908878),(-0.2345127,0.07658897,0.9690913),(-0.3090354,-0.06995052,0.9484746),(-0.1026694,0.33339,0.9371819),(-0.204427,0.1640857,0.9650313),(-0.3701521,-0.1961187,0.9080335),(-0.4175323,-0.3008681,0.857406),(-0.2948289,0.003360107,0.9555442),(-0.3701619,-0.1417029,0.9180961),(-0.04273587,0.4260321,0.9036982),(-0.148451,0.256308,0.9551274),(-0.2443297,0.08614431,0.9658583),(0.09150039,0.5243832,0.8465517),(-0.002081561,0.3638084,0.9314715),(0.1855584,0.6638428,0.7244865),(0.06511087,0.584393,0.8088544),(0.270839,0.7739764,0.5723693),(-0.4575515,-0.3778224,0.8049205),(-0.4982491,-0.4232539,0.7567059),(-0.435256,-0.2575515,0.8626815),(-0.4975894,-0.3355837,0.7998677),(-0.5409117,-0.4416759,0.7157772),(-0.5845739,-0.4357461,0.6843966),(-0.557507,-0.3809964,0.7375823),(-0.6131416,-0.3984918,0.6821008),(-0.4146473,-0.1751163,0.8929737),(-0.4921803,-0.2518935,0.8332515),(-0.5609689,-0.2978817,0.7723861),(-0.2806427,-0.03161568,0.9592914),(-0.3667572,-0.1078454,0.9240446),(-0.1883731,0.0726588,0.979406),(-0.3315482,-0.06321789,0.9413178),(-0.09455219,0.2055809,0.9740618),(-0.6224795,-0.4155107,0.663227),(-0.6491435,-0.3911984,0.6523623),(-0.65904,-0.3989112,0.6376018),(-0.6920458,-0.3925425,0.605791),(-0.6652552,-0.3637744,0.6519998),(-0.6709625,-0.33379,0.662113),(-0.7138672,-0.3813828,0.5873166),(-0.7254698,-0.3666257,0.5824768),(-0.6550141,-0.3389801,0.6753141),(-0.6804003,-0.3469106,0.6455296),(-0.6934803,-0.3493125,0.6301317),(-0.533106,-0.2440593,0.8100821),(-0.554356,-0.2707181,0.7870204),(-0.4950319,-0.2091096,0.8433366),(-0.6158943,-0.3235693,0.7183155),(-0.4396239,-0.1642384,0.8830382),(-0.6649588,-0.3011576,0.6834719),(-0.644172,-0.2644044,0.7177275),(-0.7256948,-0.3506617,0.5919489),(-0.7118324,-0.3346374,0.617505),(-0.6034271,-0.2198195,0.7665215),(-0.5358012,-0.161942,0.8286687),(-0.6804745,-0.3160158,0.6611266),(-0.6264695,-0.2902849,0.7233745),(-0.6779462,-0.3521104,0.6452964),(-0.6452788,-0.3538744,0.6770437),(-0.5923859,-0.3525173,0.7244381),(-0.4707892,-0.352063,0.8089557),(-0.5163139,-0.3338631,0.7886416),(-0.5456724,-0.3138441,0.7770094),(-0.6933634,-0.3501305,0.6298062),(-0.5585769,-0.2928783,0.7760246),(-0.4376742,-0.08528543,0.8950798),(-0.3161933,0.01107376,0.9486302),(-0.5487128,-0.2464305,0.7988656),(-0.4535208,-0.1762279,0.8736491),(-0.1875877,0.1214513,0.9747104),(-0.06798153,0.2387408,0.9687009),(-0.3514705,-0.08225942,0.932578),(-0.2540127,0.02955827,0.9667492),(-0.4494277,-0.2868947,0.8459942),(-0.3772782,-0.2132175,0.9012211),(-0.3139378,-0.1170035,0.9422066),(-0.3356689,-0.27569,0.9007338),(-0.3129335,-0.1997723,0.9285277),(-0.3717658,-0.3278301,0.8685147),(-0.5237211,-0.3340147,0.7836774),(-0.418389,-0.3540513,0.8364199),(0.03680526,0.3485046,0.9365842),(0.129803,0.4390426,0.8890403),(-0.1641965,0.144201,0.9758307),(-0.07895918,0.2480627,0.9655208),(0.2133497,0.5079352,0.834556),(0.2892154,0.5550374,0.7799281),(0.002855703,0.3369112,0.941532),(0.08120299,0.408075,0.9093298),(-0.2010402,0.08495748,0.9758919),(-0.1440797,0.1743112,0.9740927),(-0.08611894,0.2528263,0.9636713),(-0.2587527,0.04297989,0.9649869),(-0.2342416,0.1137041,0.9655062),(-0.2793853,-0.03324254,0.9596035),(-0.2571459,-0.01301042,0.966285),(-0.2969203,-0.1143534,0.9480305),(0.3577404,0.5855162,0.7274563),(0.4192683,0.6047475,0.6771223),(0.1552434,0.4629812,0.8726671),(0.2247152,0.5044523,0.8336852),(0.4755718,0.6146771,0.6292883),(0.5278313,0.616778,0.583934),(0.2904651,0.5342263,0.7938717),(0.3529459,0.5537908,0.7541518),(0.03099539,0.3746771,0.9266371),(0.08991055,0.4191446,0.9034567),(0.1488599,0.4537795,0.8785925),(-0.1341516,0.2824756,0.9498479),(-0.09260508,0.3238443,0.9415674),(-0.1718778,0.2338093,0.9569698),(-0.02766654,0.3195353,0.9471704),(-0.2053369,0.1776247,0.9624376),(0.5762355,0.6134936,0.5399799),(0.6209047,0.6069128,0.4961191),(0.4118883,0.5657014,0.7143738),(0.4671313,0.5722676,0.6740164),(0.6624664,0.5975492,0.4517445),(0.7013684,0.5857252,0.406212),(0.5191496,0.5743163,0.6329648),(0.5683497,0.5724981,0.5909522),(0.2637163,0.5016505,0.8238935),(0.3189108,0.5174168,0.7940881),(0.3726682,0.528491,0.7627685),(0.04566372,0.4179524,0.9073206),(0.09449126,0.4409392,0.8925493),(-0.002022998,0.3908375,0.9204575),(0.2070286,0.4806368,0.8521311),(-0.04824,0.3594827,0.931904),(0.7375234,0.5723966,0.3583592),(0.7706591,0.5583878,0.3070626),(0.6147891,0.5680749,0.5471063),(0.6584774,0.5621452,0.5004001),(0.8006899,0.5436258,0.2517273),(0.8273703,0.5278911,0.1918054),(0.6996526,0.5548631,0.4501258),(0.7384103,0.546195,0.395501),(0.4756212,0.5413343,0.6933554),(0.5251443,0.5445396,0.6539878),(0.5737661,0.5458521,0.6106047),(0.2453449,0.4927379,0.8348743),(0.2973648,0.5056708,0.8098588),(0.194345,0.4777824,0.8567111),(0.4249035,0.5360861,0.7294304),(0.1441163,0.4606012,0.8758294),(0.8503463,0.5106682,0.1270011),(0.8690072,0.4914813,0.05720564),(0.7746763,0.5357662,0.3359037),(0.8080664,0.5231385,0.2708411),(0.882487,0.4699984,-0.01783706),(0.8897627,0.4457184,-0.09827283),(0.8379589,0.5079097,0.199631),(0.8635263,0.4894379,0.1215432),(0.6685594,0.5423527,0.5088043),(0.7143343,0.5369592,0.4487777),(0.7585484,0.5284201,0.3812827),(0.4610188,0.5339776,0.7087521),(0.5185735,0.5393702,0.6634465),(0.4050725,0.5263427,0.7475826),(0.6216174,0.5451962,0.5624526),(0.3505734,0.5168359,0.7810115),(0.8892664,0.418817,-0.1838408),(0.8792793,0.3903555,-0.2729295),(0.8828288,0.4683413,0.03563441),(0.8931342,0.446108,-0.05743608),(0.8588529,0.3615618,-0.3628287),(0.8278524,0.3336958,-0.4508963),(0.8923784,0.4238278,-0.1550186),(0.8793567,0.4027459,-0.2540223),(0.8345552,0.5064654,0.2168186),(0.8602426,0.4955001,0.1202591),(0.8739236,0.4857699,0.01688366),(0.6910619,0.5516899,0.4669817),(0.7398434,0.5574604,0.3766559),(0.6358288,0.5472058,0.544323),(0.7996389,0.5176995,0.3042448),(0.5774976,0.5433394,0.6093265),(0.7886634,0.3054335,-0.533592),(0.744057,0.2750179,-0.6088877),(0.8561147,0.3807474,-0.3494268),(0.8257691,0.3552932,-0.4380322),(0.6946539,0.2427605,-0.6771434),(0.640902,0.2090487,-0.738609),(0.7891182,0.3266605,-0.5201782),(0.7466093,0.295063,-0.5962486),(0.869321,0.4573134,-0.1874709),(0.8544814,0.4354283,-0.2833086),(0.8321817,0.4085535,-0.3749104),(0.8334859,0.5481068,0.06985886),(0.8465462,0.5311353,-0.03542331),(0.8113412,0.5578798,0.1746295),(0.876096,0.4741737,-0.08726582),(0.7799678,0.5608664,0.2776311),(0.5834278,0.1744013,-0.7932189),(0.5232294,0.1396798,-0.8406667),(0.6982786,0.2611647,-0.6664833),(0.6444249,0.2260991,-0.7304764),(0.4615531,0.1059812,-0.8807592),(0.3997032,0.07442324,-0.9136183),(0.5860627,0.1909568,-0.7874428),(0.5243847,0.1568457,-0.8369111),(0.7632337,0.3439145,-0.5469894),(0.7165071,0.3085775,-0.6256177),(0.66262,0.272586,-0.69759),(0.8209599,0.4484569,-0.3534277),(0.7887797,0.4136308,-0.4546825),(0.8412701,0.4801654,-0.2484062),(0.8019599,0.3775696,-0.4629272),(0.8496466,0.5079613,-0.1416903),(0.3403247,0.04513021,-0.9392244),(0.286035,0.01814294,-0.9580474),(0.4619402,0.1239456,-0.8782076),(0.4014088,0.09243137,-0.9112231),(0.2380899,-0.005561949,-0.9712272),(0.1975779,-0.02497203,-0.979969),(0.3443123,0.06342357,-0.9367104),(0.2920143,0.03806692,-0.9556561),(0.5424984,0.1995724,-0.8160063),(0.4805495,0.1641097,-0.8614756),(0.4195988,0.1310462,-0.8982002),(0.6371483,0.2936339,-0.7126158),(0.5745546,0.2520681,-0.778684),(0.6949923,0.3353608,-0.6360179),(0.6037719,0.2361509,-0.7613753),(0.7461239,0.3758158,-0.5496013),(0.1666105,-0.04003685,-0.9852096),(0.1469948,-0.05104932,-0.9878191),(0.2471183,0.01646477,-0.9688454),(0.2119939,-0.001525115,-0.9772698),(0.1390828,-0.05758775,-0.9886049),(0.1432252,-0.05911759,-0.9879229),(0.1874102,-0.015201,-0.9821641),(0.1740024,-0.02378761,-0.9844579),(0.3125485,0.07334509,-0.9470659),(0.2708535,0.05006564,-0.9613177),(0.2387269,0.03198974,-0.9705597),(0.3900378,0.1371993,-0.91052),(0.3387083,0.1070886,-0.9347774),(0.4479946,0.1725304,-0.877231),(0.3626262,0.1007083,-0.9264773),(0.5103652,0.2113949,-0.8335704),(0.1595258,-0.05546167,-0.9856346),(0.1875934,-0.04727549,-0.9811084),(0.1728985,-0.02727437,-0.984562),(0.1848027,-0.02629255,-0.9824239),(0.2265732,-0.03555655,-0.9733449),(0.2755201,-0.02130624,-0.9610592),(0.20931,-0.0212356,-0.9776187),(0.2460647,-0.01244532,-0.9691735),(0.2115191,0.0108652,-0.9773135),(0.2182197,0.007573029,-0.9758702),(0.2386445,0.009569266,-0.9710599),(0.2551459,0.04924036,-0.9656479),(0.2552376,0.04303446,-0.9659202),(0.2694923,0.06272133,-0.9609578),(0.2183684,0.01908702,-0.9756798),(0.2975574,0.08233305,-0.9511472),(0.3289579,-0.004075911,-0.9443358),(0.380737,0.01505932,-0.9245607),(0.2913418,0.000344453,-0.956619),(0.340348,0.01541215,-0.9401733),(0.4280562,0.03211638,-0.9031814),(0.4683321,0.04316927,-0.8824973),(0.3900239,0.0285702,-0.9203613),(0.4373055,0.0356486,-0.8986062),(0.3133257,0.02706307,-0.9492601),(0.3619784,0.0363524,-0.9314773),(0.414164,0.04066205,-0.9092936),(0.3445953,0.05479676,-0.9371507),(0.3982717,0.05837038,-0.9154084),(0.3012378,0.04875939,-0.9523016),(0.271265,0.01681938,-0.9623578),(0.2707049,0.04374725,-0.9616678),(0.4962838,0.04828055,-0.8668168),(0.5086501,0.05101148,-0.8594608),(0.4738473,0.03811562,-0.8797817),(0.4938193,0.04117413,-0.8685892),(0.5073579,0.05383167,-0.8600523),(0.4940965,0.05890946,-0.867409),(0.499367,0.04754444,-0.8650851),(0.4922392,0.05968182,-0.8684115),(0.4860692,0.05016216,-0.8724796),(0.4987037,0.06443871,-0.864374),(0.4976362,0.08823315,-0.8628865),(0.5022323,0.1062452,-0.858181),(0.5067281,0.1462198,-0.8496154),(0.4827975,0.07946391,-0.8721193),(0.45848,0.04307278,-0.8876603),(0.4483549,0.06411106,-0.8915535),(0.4713619,0.06733067,-0.8793659),(0.4410321,0.07943846,-0.8939688),(0.4753,0.07814308,-0.8763467),(0.450615,0.1020305,-0.8868686),(0.4032751,0.09575899,-0.9100547),(0.3581459,0.1163741,-0.9263847),(0.4177281,0.1306539,-0.899129),(0.37628,0.1628237,-0.9120864),(0.4676285,0.1590937,-0.8694899),(0.4403836,0.2009728,-0.8750271),(0.4039953,0.243754,-0.8816869),(0.4675118,0.3052592,-0.829608),(0.4384564,0.3561054,-0.8251939),(0.4880461,0.2506886,-0.836042),(0.4863677,0.1207646,-0.8653682),(0.5006593,0.1963273,-0.8430871),(0.3119766,0.1385113,-0.9399389),(0.2705558,0.1598837,-0.9493349),(0.3322357,0.1947992,-0.9228612),(0.2908719,0.2241966,-0.9301233),(0.2334591,0.1811367,-0.9553462),(0.2003057,0.2032672,-0.9584154),(0.2516001,0.2519683,-0.9344567),(0.2138651,0.2793287,-0.9360754),(0.322423,0.3177787,-0.8916615),(0.2807108,0.3485104,-0.8942829),(0.2375954,0.3768726,-0.895274),(0.3227108,0.4657189,-0.8239926),(0.2754664,0.490852,-0.8265486),(0.3652989,0.4357971,-0.8225799),(0.3633222,0.2833091,-0.8875432),(0.4037313,0.3998071,-0.8228945),(0.1677338,0.2276413,-0.9591897),(0.1326418,0.2547165,-0.9578756),(0.1754835,0.307445,-0.9352449),(0.1348688,0.336707,-0.9319007),(0.09471351,0.283755,-0.9542077),(0.05382113,0.3139685,-0.9479067),(0.09199661,0.3665376,-0.9258438),(0.04697534,0.3963548,-0.9168949),(0.1452371,0.4290357,-0.8915349),(0.09644499,0.4528906,-0.8863343),(0.0462659,0.4749896,-0.8787743),(0.1169306,0.5395595,-0.8337883),(0.06141564,0.5480232,-0.8342054),(0.1713769,0.5274556,-0.8321182),(0.1923702,0.4036175,-0.8944757),(0.2243904,0.511341,-0.8295657),(0.01092853,0.3445781,-0.938694),(-0.03361121,0.3746391,-0.9265612),(0.0006704026,0.425476,-0.9049695),(-0.04662373,0.4526712,-0.8904578),(-0.08080669,0.4032131,-0.9115314),(-0.1315715,0.4291437,-0.893602),(-0.09575337,0.4766203,-0.873879),(-0.1474084,0.4958331,-0.8558156),(-0.05463373,0.5120605,-0.85721),(-0.1052061,0.5251722,-0.8444677),(-0.1563237,0.5332726,-0.8313743),(-0.1015771,0.5515308,-0.8279468),(-0.1532905,0.544708,-0.824497),(-0.04841021,0.5542442,-0.8309452),(-0.004290944,0.4950183,-0.8688719),(0.005978289,0.55302,-0.8331466),(-0.1843965,0.4509138,-0.8733125),(-0.2369594,0.4671616,-0.8518276),(-0.1996356,0.509176,-0.837189),(-0.2498861,0.5167372,-0.8188649),(-0.2886877,0.4764194,-0.8304721),(-0.3390419,0.4773324,-0.8106815),(-0.2975624,0.5190024,-0.8013071),(-0.3422801,0.5164592,-0.7849294),(-0.255362,0.5337328,-0.8061759),(-0.3013159,0.5283087,-0.7937875),(-0.3444906,0.5209451,-0.780988),(-0.2988775,0.5066239,-0.8087054),(-0.3439146,0.4929543,-0.7991988),(-0.2520781,0.5208645,-0.8155714),(-0.2068634,0.5358477,-0.818581),(-0.2034777,0.5340919,-0.8205745),(-0.3863178,0.4699998,-0.7936364),(-0.4288361,0.4568096,-0.7793745),(-0.384488,0.5096621,-0.7696841),(-0.4245801,0.4995239,-0.7551209),(-0.4662562,0.4411023,-0.7668337),(-0.4986634,0.4261386,-0.7548116),(-0.462307,0.4873298,-0.7407982),(-0.4975894,0.4743552,-0.7262175),(-0.4246455,0.5031039,-0.7527037),(-0.4620919,0.4926736,-0.7373899),(-0.4977506,0.481158,-0.7216172),(-0.4635114,0.4600963,-0.757277),(-0.4980897,0.449549,-0.7414932),(-0.4264039,0.4702437,-0.7726905),(-0.3854342,0.5124984,-0.7673239),(-0.3866194,0.4808782,-0.7869446),(-0.5275227,0.4141837,-0.7417355),(-0.5544537,0.406176,-0.7263623),(-0.5306917,0.4615782,-0.7108529),(-0.5620062,0.4494988,-0.6943341),(-0.580031,0.4027047,-0.7080911),(-0.6048099,0.4041829,-0.6861787),(-0.620286,0.4284806,-0.6570004),(-0.5917862,0.4383986,-0.6764582),(-0.563821,0.4550254,-0.6892444),(-0.5943768,0.440644,-0.6727177),(-0.6233913,0.4255298,-0.6559784),(-0.6187319,0.3949099,-0.6791296),(-0.5909093,0.4104223,-0.6945356),(-0.5615551,0.4247834,-0.7100809),(-0.5316365,0.4685739,-0.7055502),(-0.5306222,0.437873,-0.7257461),(-0.6319984,0.4082347,-0.6587279),(-0.6641316,0.4098321,-0.6252733),(-0.6782203,0.4073097,-0.6116503),(-0.6487713,0.4187918,-0.6353812),(-0.6999794,0.4044759,-0.5885816),(-0.7379854,0.3882529,-0.5519395),(-0.7381184,0.3719446,-0.5628842),(-0.7081953,0.3922282,-0.5870404),(-0.7057127,0.372086,-0.6029273),(-0.6788552,0.3916996,-0.6210693),(-0.7318686,0.3502455,-0.5845481),(-0.7223305,0.3203718,-0.6128627),(-0.6971709,0.3407423,-0.6307516),(-0.6715821,0.3600432,-0.6475697),(-0.6513939,0.4093954,-0.6388124),(-0.6454674,0.3781456,-0.6636096),(-0.7729995,0.361914,-0.5210471),(-0.8010029,0.3291422,-0.5000598),(-0.7871357,0.3199147,-0.5273253),(-0.7652302,0.3472245,-0.5420865),(-0.8223999,0.2914176,-0.4886042),(-0.8374518,0.2496799,-0.4861423),(-0.8154977,0.2584605,-0.5178432),(-0.8038993,0.2903206,-0.5190951),(-0.7885683,0.2832079,-0.5458509),(-0.7742296,0.3051694,-0.5544729),(-0.7983006,0.2612527,-0.5426446),(-0.7879501,0.2563345,-0.5598457),(-0.7778004,0.268779,-0.5681412),(-0.763543,0.2835242,-0.5801864),(-0.7553403,0.3274581,-0.567655),(-0.7450995,0.3007045,-0.5953179),(-0.8395305,0.2133736,-0.4996603),(-0.8222065,0.1944603,-0.5349409),(-0.8019903,0.2183046,-0.556017),(-0.8165323,0.2312346,-0.5289666),(-0.7850836,0.1977086,-0.5869881),(-0.7268216,0.2272355,-0.6481469),(-0.728492,0.2529284,-0.6366528),(-0.7724882,0.2241714,-0.5941457),(-0.7707391,0.2474291,-0.5871457),(-0.7902968,0.2379224,-0.5646449),(-0.7425393,0.2758928,-0.610343),(-0.7681329,0.2945131,-0.5685366),(-0.7811146,0.2652879,-0.5652277),(-0.7895938,0.2509267,-0.5599799),(-0.7998896,0.2438161,-0.548389),(-0.7922938,0.2488876,-0.5570688),(-0.6666471,0.2681256,-0.6954784),(-0.629569,0.3045988,-0.7147464),(-0.6703905,0.3272398,-0.665951),(-0.6876042,0.2920929,-0.6647422),(-0.6188316,0.3377438,-0.7092084),(-0.6353397,0.3679567,-0.6789339),(-0.7097127,0.3820986,-0.5918687),(-0.6781032,0.3577775,-0.6420057),(-0.7411444,0.3700515,-0.560149),(-0.7201083,0.3447087,-0.6021793),(-0.7807664,0.3858675,-0.4914368),(-0.843444,0.3803914,-0.3793475),(-0.802587,0.3748731,-0.4640305),(-0.7741088,0.3566541,-0.5230232),(-0.7204212,0.3126982,-0.619042),(-0.7620324,0.3290079,-0.557728),(-0.6762911,0.3942096,-0.6222774),(-0.7360049,0.4114154,-0.5376191),(-0.8169297,0.4042114,-0.4113868),(-0.7588742,0.3988919,-0.5147767),(-0.806755,0.4117552,-0.4237971),(-0.8770428,0.3890018,-0.2819107),(-0.9250443,0.3550335,-0.1350716),(-0.8756817,0.3910917,-0.2832471),(-0.9220073,0.3586612,-0.1458243),(-0.8797827,0.3840176,-0.2802014),(-0.9499246,0.3124761,-0.001329261),(-0.9562112,0.2689003,0.115554),(-0.9471533,0.3203742,-0.01615405),(-0.9230561,0.3548812,-0.1484144),(-0.8302775,0.3912698,-0.3969223),(-0.8868073,0.3736825,-0.2719083),(-0.9284409,0.3500982,-0.1242119),(-0.951938,0.3043702,0.0342454),(-0.9536829,0.25313,0.1625245),(-0.9520776,0.3052967,0.01849661),(-0.9503409,0.2503323,0.1848941),(-0.9288549,0.1865567,0.3200395),(-0.9072031,0.13894,0.3970872),(-0.9361835,0.1981558,0.2903355),(-0.9212674,0.1506269,0.3585776),(-0.9443767,0.2024469,0.2591679),(-0.8953225,0.09913434,0.4342464),(-0.8979746,0.07250702,0.4340325),(-0.912799,0.1146479,0.3919871),(-0.932094,0.1604244,0.3247535),(-0.9566838,0.2563417,0.1380038),(-0.9492968,0.211667,0.2324492),(-0.8944741,0.1225583,0.4299948),(-0.8575187,0.06890818,0.5098171),(-0.8483456,0.03898954,0.5280053),(-0.8749763,0.0830111,0.4769966),(-0.8266566,0.02429065,0.5621821),(-0.8082311,-0.01385553,0.5887025),(-0.8330885,-0.01851599,0.5528297),(-0.8331316,0.005675442,0.5530458),(-0.8642819,-0.00368507,0.5029942),(-0.8625849,0.01886479,0.5055606),(-0.8795648,-0.01486244,0.4755468),(-0.9369991,-0.004148369,0.3493073),(-0.9137456,-0.002744991,0.4062776),(-0.8979353,0.01113523,0.4399867),(-0.8737934,0.05302354,0.483398),(-0.8923374,0.03651794,0.4498893),(-0.8063961,-0.04426337,0.589717),(-0.8216093,-0.06316264,0.5665408),(-0.8771128,-0.04258526,0.4783926),(-0.848848,-0.03488557,0.5274846),(-0.8506843,-0.06890079,0.5211419),(-0.8888922,-0.05995433,0.4541763),(-0.9478487,-0.02337503,0.3178619),(-0.9122719,-0.03932323,0.4076929),(-0.9658715,-0.004022441,0.2589909),(-0.9364293,-0.01509834,0.3505312),(-0.9879557,0.01659493,0.1538438),(-0.9980461,0.05139842,-0.03552679),(-0.9968143,0.02912979,0.07424691),(-0.9838417,0.01311923,0.1785593),(-0.9055569,-0.01799023,0.4238432),(-0.9623529,0.002521419,0.2717913),(-0.928706,-0.0421638,0.3684119),(-0.9630765,-0.02129346,0.2683845),(-0.9944055,0.02395622,0.1028785),(-0.9767917,-0.0003456244,0.2141911),(-0.9874381,0.004261742,0.1579482),(-0.9984879,0.03545935,0.04200742),(-0.9889782,0.08019802,-0.1244602),(-0.9986541,0.0505578,-0.01158184),(-0.9796482,0.09174284,-0.1785296),(-0.9953133,0.06660614,-0.07010811),(-0.9527805,0.1180587,-0.2797702),(-0.8948132,0.1431236,-0.422877),(-0.932646,0.1208839,-0.3399389),(-0.9641156,0.09883151,-0.2464012),(-0.9982421,0.04181867,0.04199959),(-0.9866442,0.07593632,-0.144107),(-0.9949319,0.06872161,-0.07340193),(-0.9778982,0.1004356,-0.1833786),(-0.9347478,0.137577,-0.3275962),(-0.9667259,0.1101235,-0.2308981),(-0.9494606,0.1313235,-0.2850941),(-0.9121799,0.1624176,-0.376229),(-0.8531436,0.1884777,-0.4864382),(-0.8959154,0.1633111,-0.4131162),(-0.8355666,0.1870777,-0.5165564),(-0.8775605,0.1663643,-0.4496782),(-0.794212,0.206867,-0.5713436),(-0.7412835,0.215767,-0.6355653),(-0.7751349,0.199852,-0.5993538),(-0.8133044,0.1830043,-0.5523092),(-0.9175843,0.1436148,-0.3706937),(-0.8539404,0.1643258,-0.4937437),(-0.8694825,0.1923949,-0.4549555),(-0.8247992,0.2195672,-0.5210533),(-0.7679693,0.2351568,-0.5957555),(-0.8096147,0.2127137,-0.5470621),(-0.7803777,0.2444899,-0.5755305),(-0.738012,0.2679923,-0.6192886),(-0.6957698,0.2765209,-0.662903),(-0.7296647,0.256234,-0.6339823),(-0.6938289,0.2631486,-0.6703389),(-0.7221485,0.2448293,-0.6469625),(-0.6714089,0.2814389,-0.6855672),(-0.6670396,0.2818318,-0.6896585),(-0.6757585,0.2645434,-0.6880169),(-0.6911322,0.2478449,-0.6789028),(-0.7558668,0.2261552,-0.614426),(-0.7130643,0.2316231,-0.6617326),(-0.6993138,0.2904079,-0.6531643),(-0.6654572,0.3117199,-0.6782311),(-0.6441895,0.3159303,-0.6965687),(-0.6671107,0.2963854,-0.683461),(-0.6370333,0.3322661,-0.6955486),(-0.6144151,0.3524705,-0.7058744),(-0.6160893,0.354735,-0.703276),(-0.6271734,0.3353176,-0.7030048),(-0.6407841,0.338491,-0.6890715),(-0.6449686,0.319043,-0.6944258),(-0.6423262,0.358348,-0.6774981),(-0.6779833,0.3389854,-0.652248),(-0.6925563,0.3594407,-0.6254345),(-0.6685589,0.3190872,-0.6717232),(-0.6551253,0.3000229,-0.6933954),(-0.6647749,0.2999722,-0.6841717),(-0.5970258,0.3745178,-0.709434),(-0.5846162,0.4008901,-0.7053445),(-0.6107861,0.3752703,-0.6972178),(-0.6117041,0.3984158,-0.6834346),(-0.5780849,0.4326206,-0.6918505),(-0.5781289,0.4705519,-0.6665943),(-0.6199293,0.4250993,-0.6595287),(-0.6362612,0.4559098,-0.6223487),(-0.6640387,0.3987927,-0.6324689),(-0.6856132,0.4196889,-0.5948075),(-0.7147084,0.4409442,-0.5429182),(-0.7690508,0.4110289,-0.4895062),(-0.8040112,0.4213307,-0.4195789),(-0.7381697,0.3965973,-0.5457252),(-0.6498268,0.3784384,-0.6591733),(-0.7125109,0.3791485,-0.5904021),(-0.5905774,0.5072512,-0.6276262),(-0.6203465,0.5335569,-0.5748802),(-0.6641901,0.4846659,-0.5691665),(-0.7051988,0.5027626,-0.4999244),(-0.6654685,0.5463293,-0.5086019),(-0.7227671,0.5421516,-0.4285781),(-0.7555892,0.5057488,-0.4162968),(-0.8108142,0.489811,-0.3204146),(-0.7958095,0.4637792,-0.3893534),(-0.8418972,0.4540856,-0.291574),(-0.8857462,0.4257351,-0.1849412),(-0.935517,0.3526668,-0.02083431),(-0.9103487,0.3925979,-0.1308903),(-0.8779331,0.4159185,-0.2371608),(-0.7519524,0.4579207,-0.4742112),(-0.8412955,0.4244129,-0.3348065),(-0.7835552,0.5232,-0.3351164),(-0.8395496,0.4917773,-0.2308927),(-0.9040965,0.414466,-0.1040543),(-0.8625037,0.4580665,-0.2150867),(-0.8875227,0.4447553,-0.1203997),(-0.9246942,0.3806124,-0.008665781),(-0.950743,0.2866674,0.1179386),(-0.9338875,0.3574678,0.008423916),(-0.9530631,0.2650214,0.1464048),(-0.943543,0.329088,0.03778419),(-0.9496714,0.1905605,0.2486182),(-0.9190064,0.0963371,0.382291),(-0.9407905,0.1717005,0.2922878),(-0.9513189,0.2398208,0.193593),(-0.9209929,0.3825183,-0.07383805),(-0.9497679,0.3002051,0.08841925),(-0.9471918,0.3047089,0.09990059),(-0.9534935,0.2230215,0.2027597),(-0.9409862,0.1239995,0.3149116),(-0.9530816,0.2071037,0.2207794),(-0.9447435,0.1360241,0.2982566),(-0.921922,0.04408296,0.3848592),(-0.8804511,-0.05068482,0.4714199),(-0.9162006,0.03793433,0.3989204),(-0.8688146,-0.05131608,0.4924713),(-0.9054894,0.02962175,0.4233339),(-0.8263369,-0.1319479,0.5475007),(-0.7635839,-0.1937386,0.6159586),(-0.8047082,-0.1266268,0.5800089),(-0.8474081,-0.0557569,0.5280063),(-0.933354,0.1104894,0.3415294),(-0.8869534,0.01880929,0.4614758),(-0.8865887,-0.0444164,0.4604214),(-0.8448384,-0.1201248,0.5213617),(-0.7946139,-0.1880898,0.5772443),(-0.8371239,-0.1300523,0.5313285),(-0.8060206,-0.1817189,0.5633019),(-0.7797016,-0.229681,0.5825049),(-0.7627733,-0.2246767,0.6063804),(-0.7504497,-0.2408754,0.6154708),(-0.7488523,-0.2370394,0.6188964),(-0.7301299,-0.2488714,0.6363752),(-0.7328156,-0.2344116,0.6387742),(-0.7105322,-0.254153,0.6561631),(-0.7267238,-0.2150296,0.6524069),(-0.7119197,-0.2635372,0.6509365),(-0.783401,-0.1983251,0.5890246),(-0.7304632,-0.2436372,0.6380159),(-0.7731718,-0.2549607,0.5806894),(-0.7866662,-0.2484322,0.5651882),(-0.7614526,-0.2362561,0.6036331),(-0.7905713,-0.2094914,0.5754219),(-0.8135752,-0.2099374,0.5422377),(-0.84505,-0.1385484,0.516425),(-0.861851,-0.08744036,0.499567),(-0.8275495,-0.1598805,0.538145),(-0.7924784,-0.1567371,0.5894162),(-0.8312695,-0.1005604,0.546698),(-0.8635926,-0.0334053,0.5030825),(-0.8230724,-0.04348062,0.5662696),(-0.8500781,0.01668368,0.5263923),(-0.7898353,-0.1024454,0.6047027),(-0.756272,-0.2012475,0.6225369),(-0.7556072,-0.1596762,0.6352648),(-0.8710083,-0.05315807,0.4883838),(-0.8878741,0.02652676,0.4593211),(-0.8984602,0.06443118,0.4343015),(-0.8855889,-0.007652628,0.4644068),(-0.895959,0.1000289,0.4327259),(-0.8957625,0.167398,0.4118101),(-0.9028563,0.1289198,0.4101587),(-0.9006339,0.1863586,0.3925926),(-0.8957171,0.09751214,0.4337999),(-0.8995896,0.1531308,0.4090105),(-0.8983112,0.2028182,0.3897457),(-0.8855097,0.1779555,0.4291904),(-0.8875479,0.2231352,0.403075),(-0.8797011,0.1286542,0.4577925),(-0.884637,0.03542468,0.4649328),(-0.8685614,0.07493657,0.4898832),(-0.8852011,0.2422939,0.3971306),(-0.8592444,0.3400035,0.3822258),(-0.8892004,0.2543719,0.3802864),(-0.8612475,0.3525922,0.3659663),(-0.8127217,0.4619753,0.3550524),(-0.7385026,0.603843,0.2999791),(-0.7178079,0.6406155,0.272697),(-0.8082148,0.4833854,0.3363443),(-0.8014017,0.5077808,0.3160918),(-0.8602901,0.3669987,0.3538541),(-0.6926394,0.6803631,0.2394927),(-0.6603811,0.7238901,0.1996996),(-0.7894185,0.5392791,0.2932515),(-0.8540569,0.3891287,0.3452038),(-0.888385,0.2665292,0.3738106),(-0.881032,0.2852868,0.3773512),(-0.6402497,0.7389804,0.209734),(-0.5219837,0.8482673,0.08930662),(-0.4574926,0.888563,0.0340029),(-0.5965598,0.7847455,0.1681996),(-0.373186,0.9261767,-0.054122),(-0.1864891,0.9594734,-0.2112642),(-0.09709068,0.9584702,-0.2681572),(-0.2928732,0.9490409,-0.1163904),(-0.2102078,0.9627922,-0.1698346),(-0.3848274,0.9226891,-0.02350835),(-0.01601162,0.9534373,-0.3011659),(0.04268163,0.950635,-0.3073622),(-0.1350455,0.9684148,-0.2096074),(-0.3085096,0.9479115,-0.0792818),(-0.5447329,0.8300299,0.1196513),(-0.4844922,0.8723488,0.0653818),(-0.006998675,0.9340677,-0.3570274),(0.1131695,0.8753437,-0.4700704),(0.187213,0.853599,-0.4861277),(0.0805188,0.9147208,-0.3959833),(0.1817432,0.8162124,-0.548422),(0.2144884,0.7778789,-0.5906768),(0.2374367,0.7893167,-0.5662181),(0.2344127,0.8062538,-0.5431442),(0.2759665,0.8329932,-0.4795464),(0.2453121,0.8568932,-0.4533831),(0.254495,0.8431718,-0.4735964),(0.2458458,0.9266395,-0.2844278),(0.2867217,0.8945683,-0.3428384),(0.2697483,0.8902755,-0.3669404),(0.1518253,0.9051784,-0.3969903),(0.1907147,0.9137518,-0.3587275),(0.2302742,0.7676702,-0.5980438),(0.2382055,0.7819526,-0.576028),(0.2072011,0.8346605,-0.5103034),(0.2225192,0.8020973,-0.5541888),(0.2345628,0.8143266,-0.5308978),(0.2156631,0.857228,-0.4675997),(0.1569454,0.9241984,-0.3481744),(0.1867323,0.8785857,-0.439566),(0.1347554,0.9585265,-0.2511329),(0.1726514,0.9187122,-0.3551893),(0.09477564,0.9869419,-0.1302428),(0.03462567,0.9753709,0.2178367),(0.07399109,0.9941029,0.07927629),(0.1220419,0.9905247,-0.06298127),(0.2113419,0.8770759,-0.4313614),(0.17937,0.965527,-0.1886375),(0.1837623,0.9023948,-0.3897628),(0.1423744,0.9437388,-0.2984741),(0.0665246,0.9895552,-0.1278869),(0.1166825,0.9630396,-0.2427755),(0.09055176,0.9769736,-0.1931917),(0.02849966,0.9968419,-0.07412141),(-0.06183003,0.991021,0.1185511),(0.00653498,0.9999579,-0.006451144),(-0.06662749,0.9694026,0.2362611),(-0.005084767,0.9928878,0.1189449),(-0.1342644,0.9285555,0.3460602),(-0.1665672,0.7869952,0.5940489),(-0.105197,0.8459783,0.5227372),(-0.05103242,0.8970878,0.4388955),(0.04890638,0.9987935,-0.004428538),(-0.004553074,0.9410132,0.3383395),(-0.04181559,0.9976032,0.05512957),(-0.1204548,0.9753783,0.1847367),(-0.2044263,0.9121155,0.3553241),(-0.1332037,0.9610671,0.2420882),(-0.2096904,0.930235,0.3011523),(-0.3103421,0.8660667,0.391939),(-0.3548763,0.7810942,0.5137653),(-0.2775061,0.8496435,0.4484376),(-0.3139863,0.7429504,0.5911321),(-0.2589682,0.808113,0.529045),(-0.3692421,0.6849056,0.6281438),(-0.3476576,0.5802834,0.7364818),(-0.3101638,0.6126741,0.7269312),(-0.2706148,0.6623446,0.6986182),(-0.2001064,0.8726093,0.4455451),(-0.224238,0.722921,0.6535308),(-0.4005647,0.7969351,0.4521532),(-0.4604494,0.7398722,0.490485),(-0.4713254,0.6749951,0.5676567),(-0.4238157,0.7192997,0.5504436),(-0.492696,0.6989129,0.5184318),(-0.5020213,0.6832076,0.5302848),(-0.5075548,0.6390689,0.5779093),(-0.4987149,0.6480592,0.5755891),(-0.4833774,0.6132918,0.6246754),(-0.4580164,0.6197625,0.6372719),(-0.492945,0.6137176,0.61673),(-0.4553047,0.6100786,0.6484611),(-0.443549,0.5974846,0.6680393),(-0.4170718,0.5764813,0.7026524),(-0.4197466,0.6425537,0.641044),(-0.3842162,0.5689146,0.7271274),(-0.1079288,0.8912914,0.4403987),(-0.06163965,0.906468,0.4177514),(-0.2004757,0.8527321,0.4823458),(-0.1508023,0.9258438,0.3465141),(-0.2415241,0.887965,0.3913878),(-0.1053478,0.9402689,0.3237225),(-0.2871304,0.8066745,0.5165583),(-0.3638063,0.7571822,0.5425128),(-0.3263601,0.8405493,0.4323954),(-0.4017898,0.7870504,0.4680991),(-0.2359671,0.9289902,0.2851255),(-0.3104267,0.892056,0.3284374),(-0.3785432,0.8480557,0.3708187),(-0.2317206,0.9485191,0.2159103),(-0.2828178,0.9239251,0.2576364),(-0.1785741,0.9677137,0.1778811),(-0.1185054,0.9677449,0.2223199),(-0.1575975,0.9572129,0.2427066),(-0.1240282,0.9816869,0.1445953),(-0.09685182,0.9868581,0.129347),(-0.4263661,0.7065766,0.5647666),(-0.4729225,0.6557891,0.5884598),(-0.4647101,0.7299171,0.5012639),(-0.5137202,0.6702698,0.5355649),(-0.5046336,0.6063555,0.614555),(-0.5223879,0.559415,0.6435571),(-0.5493712,0.6092796,0.5718125),(-0.5721087,0.5478847,0.6103392),(-0.4881716,0.7432034,0.4575338),(-0.5281023,0.6831768,0.5043585),(-0.5575932,0.6184775,0.5536925),(-0.4195309,0.8118883,0.4059942),(-0.4574929,0.7582411,0.4645113),(-0.3772601,0.8565449,0.3521445),(-0.4382181,0.7982641,0.4132061),(-0.3315252,0.8935021,0.3028942),(-0.5299225,0.5180762,0.6714009),(-0.530812,0.4858871,0.6943719),(-0.5848987,0.4890461,0.6470915),(-0.5904843,0.4365408,0.6787933),(-0.5246772,0.4647071,0.7132749),(-0.5106824,0.4566467,0.7284759),(-0.5882455,0.3927114,0.7069265),(-0.5773836,0.360039,0.7328029),(-0.59169,0.4859176,0.6432628),(-0.5964864,0.4241947,0.6813683),(-0.5916685,0.3687935,0.716882),(-0.5444163,0.5548251,0.6291105),(-0.5587353,0.4790654,0.6769868),(-0.5213185,0.6278166,0.5779908),(-0.5783172,0.5515139,0.6011502),(-0.4915137,0.6961884,0.5231978),(-0.4897871,0.4646442,0.7377089),(-0.463792,0.4904942,0.7377753),(-0.5597081,0.3421624,0.7547528),(-0.537964,0.3419229,0.7705086),(-0.4327879,0.5340771,0.7262618),(-0.3965802,0.5946156,0.699397),(-0.5126316,0.3600765,0.7794573),(-0.483689,0.39756,0.7797378),(-0.5626312,0.2928033,0.7731186),(-0.5426183,0.2775197,0.7928103),(-0.5197257,0.2793058,0.8073867),(-0.5575668,0.2776253,0.7823321),(-0.5468221,0.2317429,0.8045377),(-0.5639254,0.3360616,0.7543545),(-0.5792968,0.3237257,0.7480754),(-0.564643,0.4044507,0.7194427),(-0.3524108,0.6672982,0.6561401),(-0.2984136,0.744839,0.5967949),(-0.4495338,0.4532985,0.7697012),(-0.4088039,0.5239165,0.7472556),(-0.2369109,0.8198003,0.5213451),(-0.1710078,0.8853585,0.4323154),(-0.3617575,0.6046163,0.709627),(-0.3087383,0.6895762,0.655107),(-0.4676229,0.3364937,0.8173743),(-0.4391121,0.3897523,0.8094898),(-0.4082895,0.4569914,0.7902269),(-0.5171595,0.1851612,0.8356203),(-0.5118431,0.2007377,0.8352969),(-0.52472,0.1853121,0.83086),(-0.494497,0.2991307,0.8160843),(-0.5348107,0.2007013,0.8207902),(-0.1015822,0.9364336,0.3358174),(-0.0288612,0.9708144,0.2380891),(-0.2472912,0.771679,0.5859681),(-0.1751217,0.8445662,0.5060044),(0.04539128,0.9888198,0.1420387),(0.1195415,0.9915817,0.04975478),(-0.09350294,0.9040735,0.4170228),(-0.004785402,0.9468136,0.3217469),(-0.3197649,0.6162217,0.7197369),(-0.2552343,0.6996245,0.6673688),(-0.1766593,0.7787687,0.6019227),(-0.4632884,0.3321305,0.8216164),(-0.425425,0.4037152,0.8099554),(-0.4887178,0.2743821,0.8281723),(-0.37031,0.5340657,0.7600291),(-0.5041849,0.230847,0.8321702),(0.1894735,0.9811445,-0.03814954),(0.2501828,0.9608212,-0.119294),(0.08388907,0.9718482,0.2201678),(0.1637977,0.9798313,0.1144586),(0.2991766,0.9353791,-0.1885715),(0.3352634,0.910353,-0.2426021),(0.2298938,0.9731382,0.01228105),(0.2789241,0.9570072,-0.07961559),(-0.003180052,0.9076783,0.4196547),(0.07539445,0.9487032,0.3070468),(0.1388952,0.9718215,0.1904495),(-0.2486063,0.6854831,0.6843303),(-0.1822257,0.7812936,0.5969707),(-0.3149081,0.5852498,0.7472052),(-0.08964702,0.84957,0.5198021),(-0.375002,0.4891964,0.7874391),(0.3630713,0.889973,-0.275912),(0.3882455,0.8762591,-0.2853689),(0.3161705,0.9366273,-0.1508829),(0.3486691,0.9166969,-0.1951835),(0.4115898,0.8697968,-0.2721163),(0.4327544,0.8702673,-0.235284),(0.3772702,0.9009229,-0.2144881),(0.4021302,0.8912489,-0.2096823),(0.2337778,0.9722496,0.008871363),(0.271634,0.961449,-0.0427888),(0.3041459,0.9500874,-0.06949208),(0.01328667,0.94747,0.3195686),(0.07445198,0.9643339,0.254002),(-0.05066196,0.9141565,0.4021832),(0.1897201,0.9780023,0.08670531),(-0.1167251,0.8596051,0.4974477),(0.4487695,0.8764003,-0.1747242),(0.4568725,0.8849732,-0.08994342),(0.4221758,0.8880976,-0.1817973),(0.436583,0.8900574,-0.1311224),(0.4557092,0.8898665,0.02160387),(0.4425018,0.882198,0.1609928),(0.4452226,0.8936615,-0.05608846),(0.4468197,0.8934708,0.04540951),(0.354016,0.9335989,-0.05536947),(0.3721609,0.9280287,-0.01609261),(0.3858202,0.921463,0.04526203),(0.2297008,0.9594249,0.1635281),(0.2711951,0.9474187,0.1698561),(0.1832207,0.967245,0.1756909),(0.3315341,0.9405994,-0.07319768),(0.131512,0.9696444,0.2061415),(0.4120429,0.8533494,0.3193984),(0.3637886,0.7964011,0.4831181),(0.4382461,0.8826268,0.1700303),(0.4194995,0.8530123,0.3104676),(0.3039089,0.7063978,0.6392509),(0.2388475,0.584233,0.775644),(0.3939674,0.7967975,0.4581521),(0.3638377,0.7097915,0.6031733),(0.4013281,0.886739,0.2294118),(0.4063382,0.8459399,0.3453623),(0.4091487,0.7817197,0.4706501),(0.3850851,0.870084,0.3076743),(0.4192037,0.8191698,0.391445),(0.3477951,0.9057687,0.2421189),(0.39498,0.9097316,0.1279819),(0.3097571,0.9304254,0.1958546),(0.1667218,0.4487036,0.8779914),(0.08432168,0.3229451,0.9426538),(0.3222502,0.6044378,0.7285669),(0.2634387,0.4999394,0.8250216),(-0.005228861,0.2139138,0.9768386),(-0.09709501,0.1243596,0.9874752),(0.1902918,0.4030769,0.8951637),(0.1075477,0.3176339,0.9420946),(0.3675741,0.6204749,0.6927484),(0.3176366,0.5420232,0.7780218),(0.253295,0.469338,0.8459099),(0.4101584,0.6393184,0.6504167),(0.3688079,0.5834152,0.7236073),(0.4344918,0.6980286,0.5691863),(0.3989028,0.7018325,0.5901761),(0.4383411,0.7585354,0.4821628),(-0.183038,0.04777994,0.9819441),(-0.2553844,-0.02218459,0.966585),(0.02337716,0.2378092,0.9710305),(-0.05395555,0.1574812,0.9860469),(-0.3106292,-0.08458144,0.9467605),(-0.3464175,-0.1390452,0.9277183),(-0.1196447,0.07804213,0.9897447),(-0.1693571,0.001031555,0.9855542),(0.1088408,0.3198464,0.9411971),(0.03838767,0.2362438,0.9709352),(-0.02589435,0.1467513,0.9888344),(0.1796425,0.3900793,0.9030873),(0.09742297,0.3036172,0.9478002),(0.2523119,0.4631491,0.8496067),(0.181573,0.3973645,0.8995181),(0.3152396,0.5264986,0.7895715),(-0.3629288,-0.1861028,0.9130435),(-0.362922,-0.2276732,0.9035777),(-0.2236616,-0.131412,0.9657673),(-0.2028712,-0.06938523,0.9767441),(-0.3498664,-0.2660353,0.8982309),(-0.326714,-0.3026091,0.8953691),(-0.2351557,-0.1879536,0.9536117),(-0.2404247,-0.2416367,0.9401105),(-0.1326407,-0.02458473,0.9908592),(-0.1755099,-0.1012433,0.979258),(-0.2121609,-0.1737182,0.9616702),(-0.1683545,0.0007642875,0.9857262),(-0.2406851,-0.09745827,0.9656979),(-0.08398131,0.1031597,0.9911131),(-0.08272539,0.0578363,0.9948928),(0.007429558,0.2058528,0.9785548),(-0.3039857,-0.3247531,0.895616),(-0.2929229,-0.3208557,0.9006929),(-0.2487043,-0.2822072,0.9265556),(-0.2689051,-0.2987612,0.9156592),(-0.2954879,-0.2919879,0.9096318),(-0.3123735,-0.2382489,0.9195978),(-0.3018702,-0.2905126,0.9080071),(-0.3472223,-0.2559126,0.9021891),(-0.2960888,-0.2688229,0.916551),(-0.3512063,-0.2791961,0.8937023),(-0.4138491,-0.2618188,0.8718829),(-0.4395887,-0.264226,0.8584558),(-0.5066249,-0.2636107,0.820878),(-0.3721161,-0.2358698,0.8977166),(-0.2499167,-0.2329877,0.9398183),(-0.3061261,-0.1798163,0.9348544),(-0.3343129,-0.1733956,0.9263741),(-0.351856,-0.1115446,0.9293842),(-0.3940538,-0.2082291,0.8951884),(-0.4324833,-0.1619187,0.8869839),(-0.3637809,-0.05257758,0.9299995),(-0.3691539,0.003702111,0.9293609),(-0.4619585,-0.1171579,0.8791294),(-0.4822075,-0.07389911,0.8729346),(-0.518296,-0.1960486,0.8324266),(-0.5521601,-0.1628076,0.8176875),(-0.5752743,-0.1301179,0.8075449),(-0.6328599,-0.2002438,0.7479243),(-0.6511415,-0.1753539,0.7384211),(-0.6045789,-0.2241434,0.7643586),(-0.4725031,-0.2293337,0.8509682),(-0.563516,-0.245825,0.7886824),(-0.3672322,0.05653345,0.9284096),(-0.3579472,0.105016,0.9278176),(-0.4934007,-0.03231632,0.8692015),(-0.4962293,0.007188847,0.8681618),(-0.3419116,0.1489943,0.9278455),(-0.3197687,0.1883283,0.9285905),(-0.4916942,0.04421888,0.8696445),(-0.4807143,0.07839034,0.8733664),(-0.5954588,-0.06620788,0.8006531),(-0.5952331,-0.03558468,0.8027648),(-0.5895936,-0.006613686,0.807673),(-0.6678352,-0.09803958,0.7378241),(-0.6649522,-0.07313577,0.7432966),(-0.6671854,-0.1238332,0.7345265),(-0.5892101,-0.09791193,0.8020254),(-0.6619968,-0.1498314,0.7343779),(-0.2926065,0.2243518,0.9295417),(-0.2614262,0.2582655,0.9300297),(-0.4645001,0.1108032,0.8786139),(-0.4440011,0.1425248,0.8846185),(-0.2266892,0.2897597,0.9298664),(-0.188889,0.3185696,0.9288889),(-0.4195842,0.1731933,0.8910404),(-0.3916582,0.2024481,0.8975626),(-0.5663887,0.04936552,0.8226585),(-0.5497779,0.07696843,0.8317572),(-0.5300899,0.1039627,0.8415442),(-0.6420289,-0.001445662,0.766679),(-0.6299461,0.02179104,0.7763331),(-0.651853,-0.02504826,0.7579315),(-0.5797211,0.02142208,0.8145334),(-0.6594772,-0.04895732,0.7501286),(-0.1484963,0.3449898,0.9267853),(-0.1058175,0.3694278,0.9232149),(-0.3606022,0.2302196,0.9038611),(-0.3266737,0.2565547,0.9096504),(-0.06084959,0.3919739,0.9179617),(-0.01352557,0.4127356,0.9107504),(-0.2899407,0.2814227,0.9147325),(-0.2504439,0.3048237,0.9188908),(-0.4821785,0.1552811,0.8622017),(-0.4542408,0.1793311,0.8726429),(-0.4238046,0.2022016,0.8828954),(-0.5805784,0.08787087,0.8094488),(-0.5603586,0.1081669,0.8211565),(-0.5990606,0.06661759,0.7979276),(-0.5075012,0.1301253,0.8517687),(-0.6155825,0.0445416,0.7868127),(0.03627532,0.4321108,0.9010907),(0.0888596,0.4504285,0.8883795),(-0.2080376,0.3270613,0.9218195),(-0.1621331,0.3484865,0.9231847),(0.1447525,0.4676289,0.8719919),(0.2045383,0.4835544,0.8510812),(-0.1117891,0.3691996,0.9226022),(-0.05598827,0.3892145,0.919444),(-0.3537542,0.2444781,0.9028226),(-0.311773,0.2643712,0.9126366),(-0.2631444,0.283792,0.9220722),(-0.4808853,0.1592344,0.8622029),(-0.4422027,0.1740759,0.8798604),(-0.5121243,0.1436792,0.8468088),(-0.3906306,0.2238619,0.892913),(-0.5380057,0.1268599,0.8333406),(0.2690114,0.4982449,0.8242481),(0.3378487,0.5122409,0.7895995),(0.00651357,0.40769,0.9130971),(0.07598887,0.4242164,0.9023669),(0.4103568,0.5268153,0.7443608),(0.4849487,0.5431839,0.685402),(0.1524061,0.440252,0.884845),(0.2355379,0.4575014,0.8574465),(-0.1414214,0.3166941,0.9379258),(-0.06878463,0.3300127,0.9414671),(0.01120832,0.3428833,0.9393111),(-0.2755536,0.208399,0.9384242),(-0.2076067,0.2155557,0.9541674),(-0.3383946,0.199213,0.9196756),(-0.2063868,0.3015922,0.9308311),(-0.3945116,0.1877321,0.8995095),(0.5586997,0.5593203,0.612385),(0.6288259,0.5719817,0.526702),(0.3233757,0.477303,0.8170741),(0.4130357,0.4992539,0.761674),(0.692243,0.5790326,0.4307213),(0.7472129,0.5786463,0.326866),(0.5009317,0.5202141,0.691697),(0.5841804,0.536975,0.6085976),(0.1864077,0.3833132,0.9046122),(0.2778261,0.4115009,0.868032),(0.3691072,0.4410769,0.8180532),(0.00943653,0.2731465,0.9619262),(0.08568688,0.3072474,0.9477641),(-0.06473672,0.2456277,0.9672002),(0.09689525,0.3596125,0.9280571),(-0.1369697,0.2261572,0.9644128),(0.7920575,0.5710915,0.2156372),(0.8244298,0.5574235,0.09795195),(0.6605515,0.548112,0.513074),(0.7273563,0.553319,0.4059446),(0.8426762,0.5378863,-0.02398528),(0.8456807,0.5128567,-0.1476561),(0.7820618,0.552413,0.2884774),(0.8223488,0.5452528,0.1626099),(0.5451785,0.4928252,0.6781621),(0.6256375,0.5126896,0.5879855),(0.6975651,0.5280455,0.4843253),(0.3309175,0.4141566,0.8479197),(0.4155714,0.4482613,0.7914304),(0.2469325,0.3793646,0.8916877),(0.4588856,0.4688804,0.754702),(0.164913,0.3438388,0.9244342),(0.8335184,0.4821399,-0.2697929),(0.8070565,0.4458914,-0.3870925),(0.8467516,0.5310627,0.03137049),(0.8544946,0.5094092,-0.1016917),(0.7674058,0.4053429,-0.496775),(0.7163171,0.3619249,-0.5965737),(0.8451746,0.4810066,-0.2330507),(0.8193182,0.4468928,-0.3591721),(0.8059971,0.5397928,0.2428836),(0.8378146,0.534768,0.1099546),(0.8522117,0.5225062,-0.02687933),(0.6528966,0.534155,0.5370332),(0.7168133,0.5540241,0.4233629),(0.5792556,0.5093451,0.6364201),(0.7584642,0.5374992,0.3685466),(0.4991347,0.4804697,0.7211195),(0.6566114,0.3167491,-0.6844937),(0.5917693,0.2713796,-0.7590535),(0.7785931,0.4081001,-0.4767045),(0.7255886,0.3663204,-0.5825208),(0.5252639,0.2281826,-0.8197747),(0.4604885,0.1895782,-0.8671854),(0.6635215,0.3242435,-0.6742443),(0.5962355,0.2848607,-0.7505715),(0.8274804,0.4768645,-0.2964394),(0.7897091,0.4463656,-0.4208529),(0.737665,0.4142537,-0.5331457),(0.8230301,0.5677398,0.01711545),(0.8207124,0.5565037,-0.1293629),(0.8047519,0.5714591,0.1606512),(0.8486493,0.5029638,-0.1637738),(0.7683317,0.5669737,0.2969972),(0.4025732,0.1560532,-0.9019879),(0.3558434,0.1277837,-0.9257682),(0.5302196,0.2490459,-0.8104588),(0.4713965,0.21748,-0.8546858),(0.3216715,0.1064962,-0.9408432),(0.3012807,0.0940201,-0.948889),(0.4221215,0.1925942,-0.8858448),(0.3841496,0.1766322,-0.9062175),(0.6167969,0.3496921,-0.7051787),(0.5591377,0.3221169,-0.763941),(0.5076557,0.3015602,-0.8070608),(0.7134434,0.484765,-0.5059658),(0.6606203,0.4594048,-0.5937408),(0.7612959,0.512064,-0.3977673),(0.6776551,0.38154,-0.6286581),(0.7987633,0.5374103,-0.2704948),(0.2979684,0.08955134,-0.9503659),(0.3139084,0.09021848,-0.9451573),(0.3627935,0.1682384,-0.916557),(0.3624153,0.164487,-0.9173872),(0.3476076,0.09368011,-0.9329485),(0.3974513,0.0972853,-0.9124517),(0.3822928,0.1641136,-0.9093508),(0.4216857,0.1655495,-0.8915013),(0.4510507,0.2748266,-0.8491311),(0.4528468,0.2665458,-0.8508132),(0.4751646,0.2616023,-0.8401088),(0.5578964,0.3921298,-0.7314273),(0.5574883,0.3768928,-0.7397017),(0.5768782,0.4123013,-0.7051377),(0.4695159,0.2865626,-0.8351268),(0.6122292,0.4354787,-0.6599498),(0.4479537,0.1071412,-0.8876137),(0.4843962,0.1309801,-0.8649881),(0.4646148,0.1762092,-0.8678038),(0.4950002,0.2035868,-0.8447055),(0.5058892,0.1695028,-0.8457807),(0.5109644,0.2233243,-0.8300854),(0.5106742,0.2468521,-0.8235751),(0.5089502,0.3049442,-0.8049712),(0.5202388,0.2929234,-0.8022141),(0.5240338,0.3327287,-0.7840154),(0.5108424,0.3847466,-0.7687718),(0.5523685,0.4191689,-0.720546),(0.5265563,0.4555884,-0.7177588),(0.563457,0.3907785,-0.7278793),(0.5029088,0.2682763,-0.8216512),(0.5638526,0.3750531,-0.7358025),(0.5054262,0.2863716,-0.8139629),(0.4954222,0.3498503,-0.7950859),(0.4974944,0.3689739,-0.7850845),(0.4850621,0.4288425,-0.7621081),(0.4798247,0.4089023,-0.776252),(0.4584066,0.4596273,-0.7606617),(0.4710759,0.4807716,-0.7395582),(0.4555085,0.5222137,-0.720975),(0.4711341,0.4844894,-0.7370906),(0.4552768,0.5212343,-0.7218295),(0.442149,0.5477471,-0.7102658),(0.4439279,0.5290729,-0.7231943),(0.4271899,0.5357546,-0.7283379),(0.4665363,0.5138283,-0.7199475),(0.4896662,0.4384614,-0.7536436),(0.4944114,0.4895345,-0.7182712),(0.4313101,0.5005426,-0.7506188),(0.3979954,0.5329164,-0.746726),(0.4356676,0.5539141,-0.7094877),(0.4086044,0.5784268,-0.7060205),(0.3582122,0.5583488,-0.7482851),(0.311583,0.5777124,-0.7544299),(0.3743359,0.5968567,-0.7096723),(0.3326939,0.6095582,-0.7195511),(0.4044251,0.5802105,-0.7069625),(0.3752067,0.5896642,-0.7152035),(0.3391902,0.5947158,-0.728878),(0.3601651,0.535392,-0.7639611),(0.3268894,0.5319083,-0.7811638),(0.388094,0.537229,-0.7488445),(0.4268057,0.5663863,-0.7050131),(0.4105,0.537388,-0.7366843),(0.2597179,0.5907357,-0.7639226),(0.2050755,0.5975552,-0.7751592),(0.2849993,0.6161803,-0.7342325),(0.2331392,0.6169441,-0.7516822),(0.1483375,0.5989882,-0.7868985),(0.08996698,0.5957641,-0.7981046),(0.1778962,0.6128103,-0.7699458),(0.1199025,0.6046308,-0.7874293),(0.2490751,0.5922021,-0.7663278),(0.1966966,0.5863059,-0.7858472),(0.1405055,0.5785473,-0.8034558),(0.1940531,0.5197912,-0.8319619),(0.1404722,0.5184472,-0.8434927),(0.2434299,0.5230268,-0.8168138),(0.2968612,0.5953465,-0.7466164),(0.2879746,0.5273869,-0.7993333),(0.03132679,0.588243,-0.8080772),(-0.02618947,0.5765555,-0.8166382),(0.06102138,0.592696,-0.8031113),(0.003005908,0.5771465,-0.8166351),(-0.08196692,0.5611245,-0.823663),(-0.1353708,0.5426127,-0.829003),(-0.05363431,0.5585371,-0.8277438),(-0.1083846,0.5377539,-0.8361061),(0.02648655,0.5574674,-0.8297763),(-0.02927565,0.5442697,-0.8383993),(-0.08423841,0.5299329,-0.8438454),(-0.02044618,0.5197101,-0.8540979),(-0.07366813,0.5199683,-0.8510029),(0.03248863,0.519124,-0.8540812),(0.08306962,0.5689945,-0.8181348),(0.08584841,0.5185612,-0.8507199),(-0.1870494,0.5220376,-0.8321593),(-0.2379191,0.5007026,-0.8322808),(-0.1622923,0.5159233,-0.8411209),(-0.2166539,0.4940334,-0.8420167),(-0.2880574,0.4800142,-0.8286189),(-0.3377343,0.461289,-0.8204559),(-0.2716519,0.4729003,-0.8381947),(-0.3275444,0.4532189,-0.82904),(-0.196943,0.499786,-0.8434615),(-0.2562304,0.4840357,-0.8366932),(-0.3176343,0.467583,-0.8249088),(-0.2473761,0.5121721,-0.8224871),(-0.3113185,0.5029355,-0.8063104),(-0.1864265,0.5172573,-0.8352784),(-0.1396822,0.5150433,-0.8457063),(-0.1285941,0.5194511,-0.8447687),(-0.3846651,0.4456114,-0.8083708),(-0.4266628,0.4329312,-0.7940589),(-0.3802364,0.4360064,-0.8156707),(-0.4259421,0.4217326,-0.8004467),(-0.4642619,0.4220501,-0.7786749),(-0.4978336,0.4118426,-0.7632477),(-0.4654323,0.4096591,-0.7845714),(-0.4993336,0.3990709,-0.7690307),(-0.42545,0.4360847,-0.7929832),(-0.467754,0.4225869,-0.7762902),(-0.5034373,0.4108996,-0.7600739),(-0.4709741,0.4600422,-0.7526915),(-0.5098844,0.4465777,-0.7352458),(-0.425446,0.4749699,-0.7703242),(-0.3756917,0.4511807,-0.8095008),(-0.372437,0.4898374,-0.7882575),(-0.5287406,0.401105,-0.7480295),(-0.5582028,0.3891868,-0.7327642),(-0.529866,0.3887303,-0.7537445),(-0.5589685,0.3776748,-0.7381842),(-0.5862556,0.3761974,-0.7174816),(-0.6129516,0.3622374,-0.7021925),(-0.6130884,0.3531114,-0.7067069),(-0.5866949,0.3658254,-0.7224686),(-0.5650956,0.389623,-0.7272282),(-0.5933805,0.3785968,-0.7103269),(-0.6200295,0.3668359,-0.6935378),(-0.6330907,0.4024572,-0.6612294),(-0.6059372,0.4135171,-0.6795906),(-0.5764018,0.4240894,-0.6985049),(-0.5351409,0.4002668,-0.7439157),(-0.5444279,0.4348679,-0.7172782),(-0.6388428,0.3471452,-0.6865639),(-0.6645018,0.3307905,-0.6700858),(-0.664554,0.3235548,-0.6735578),(-0.6388224,0.3391356,-0.6905743),(-0.6900307,0.3133266,-0.6524447),(-0.7155384,0.2948641,-0.6332929),(-0.7161096,0.28777,-0.6359052),(-0.6903094,0.3064288,-0.6554192),(-0.6972947,0.320279,-0.64125),(-0.6716663,0.3380835,-0.6592147),(-0.7226194,0.2999952,-0.6227553),(-0.7325532,0.3324381,-0.5940124),(-0.7089448,0.3550062,-0.6093996),(-0.6842884,0.3739538,-0.6260255),(-0.6458748,0.3535619,-0.6766386),(-0.6589136,0.3896501,-0.6434328),(-0.7389616,0.2774266,-0.6139789),(-0.7583472,0.2633271,-0.5962954),(-0.7603447,0.2545847,-0.5975471),(-0.7400112,0.2695954,-0.6161994),(-0.7740421,0.2529859,-0.5803937),(-0.7863692,0.2467588,-0.5663335),(-0.7927953,0.2379903,-0.5611026),(-0.777724,0.2437445,-0.5794258),(-0.7858072,0.2437352,-0.5684191),(-0.7669526,0.2595445,-0.5868735),(-0.8037369,0.232947,-0.5474876),(-0.8160262,0.2347474,-0.5281998),(-0.7952662,0.2557817,-0.5496613),(-0.7752119,0.2805619,-0.5659783),(-0.746177,0.2788552,-0.6045325),(-0.7546246,0.3069148,-0.5799525),(-0.794909,0.2463219,-0.5544776),(-0.7994784,0.2542295,-0.5442442),(-0.8164856,0.2477429,-0.521512),(-0.8056991,0.238809,-0.542051),(-0.8009894,0.272208,-0.5332155),(-0.8002146,0.3016666,-0.5183183),(-0.8332632,0.2928931,-0.4689202),(-0.8256074,0.2655983,-0.4978252),(-0.8511444,0.2484299,-0.4624237),(-0.8365549,0.2344801,-0.4951715),(-0.8642763,0.2710654,-0.4237337),(-0.890911,0.2397702,-0.38573),(-0.8744911,0.2242865,-0.4300706),(-0.8562879,0.2179257,-0.4682728),(-0.8207763,0.2293476,-0.5231882),(-0.8367803,0.2212564,-0.5008436),(-0.8055685,0.3333464,-0.4898364),(-0.8248332,0.3557623,-0.4394124),(-0.8676947,0.3370758,-0.365357),(-0.8455475,0.320447,-0.4270399),(-0.8553441,0.3659924,-0.3666553),(-0.8924008,0.3608509,-0.2709379),(-0.9274921,0.3251458,-0.1844954),(-0.8965768,0.3396333,-0.2842523),(-0.9277928,0.3001762,-0.2215736),(-0.9024889,0.304052,-0.3050673),(-0.9521364,0.2789221,-0.1250547),(-0.9689453,0.2282589,-0.095095),(-0.9503984,0.2526508,-0.1814118),(-0.9292912,0.2608984,-0.2614383),(-0.8802602,0.2932664,-0.3730102),(-0.908505,0.2555205,-0.3306479),(-0.9260651,0.3429094,-0.1575329),(-0.9483089,0.3153159,-0.03585876),(-0.9632639,0.2659596,0.03725957),(-0.951559,0.2985164,-0.073644),(-0.9572635,0.2763181,0.08541013),(-0.9540967,0.2255571,0.1970367),(-0.9566897,0.1818859,0.2272936),(-0.9637415,0.2271104,0.1400825),(-0.9729908,0.1779211,0.1470816),(-0.9746054,0.2133456,0.06802884),(-0.9681798,0.1406919,0.2069636),(-0.9853553,0.1045358,0.1347112),(-0.9853981,0.1333161,0.1059124),(-0.9849678,0.1635378,0.05562066),(-0.9686663,0.2471259,-0.02478751),(-0.980644,0.1953854,-0.01272516),(-0.9420716,0.1729516,0.2873826),(-0.9278927,0.1285975,0.3499682),(-0.939895,0.1032184,0.3254892),(-0.9468972,0.1379366,0.2904463),(-0.9179227,0.09167437,0.386023),(-0.916343,0.06080622,0.39575),(-0.9471622,0.05920456,0.3152437),(-0.9394736,0.07714707,0.333823),(-0.9706382,0.06645544,0.2311817),(-0.9648839,0.08200198,0.249549),(-0.980491,0.06048448,0.1870266),(-0.9982606,0.05843777,0.007788901),(-0.9957739,0.0560839,0.07272495),(-0.9910752,0.06357514,0.1171674),(-0.9644044,0.1067739,0.2419161),(-0.9871084,0.0800012,0.1386243),(-0.924688,0.03605259,0.3790148),(-0.9411891,0.01942904,0.3373213),(-0.9781975,0.04000049,0.2037883),(-0.9615042,0.04709227,0.2707249),(-0.9617797,0.01276487,0.2735267),(-0.9814972,0.01760571,0.1906652),(-0.9985582,0.04873553,0.02250101),(-0.9920692,0.04002559,0.1191495),(-0.9962841,0.06643046,-0.05481846),(-0.9974161,0.06117136,0.03767051),(-0.9856125,0.07716592,-0.1503775),(-0.9422976,0.09150919,-0.3220267),(-0.9670137,0.08024693,-0.2417537),(-0.9850542,0.07207447,-0.1564398),(-0.9909199,0.05984985,0.1203978),(-0.9953088,0.06539158,-0.07130405),(-0.9950985,0.02951885,0.09438094),(-0.9990039,0.04372066,-0.008925054),(-0.980842,0.07718062,-0.1788633),(-0.9949221,0.06249173,-0.07889771),(-0.9915525,0.06101489,-0.1144588),(-0.9726586,0.08193433,-0.217306),(-0.9261462,0.1113157,-0.3603636),(-0.9572727,0.09328368,-0.2737282),(-0.9078441,0.1193532,-0.4019625),(-0.9392122,0.1048979,-0.3269202),(-0.8742007,0.1348667,-0.4664591),(-0.8276814,0.1466763,-0.5416914),(-0.8542669,0.1319272,-0.5028152),(-0.8834586,0.1180801,-0.453385),(-0.9658813,0.09096254,-0.2424852),(-0.9134927,0.1047115,-0.3931496),(-0.9442156,0.1035708,-0.3126177),(-0.9093143,0.1231481,-0.3974693),(-0.8534835,0.1457042,-0.5003361),(-0.8904903,0.1294059,-0.4362121),(-0.8706627,0.1414957,-0.4710896),(-0.8308714,0.1597097,-0.5330531),(-0.7842241,0.1759637,-0.5950037),(-0.8173946,0.1609186,-0.5531467),(-0.7845423,0.178244,-0.5939043),(-0.8106611,0.1646907,-0.5618768),(-0.7638614,0.1916031,-0.6162824),(-0.7731487,0.2038429,-0.600574),(-0.7777087,0.1901998,-0.5991604),(-0.7885633,0.1761915,-0.5891728),(-0.8410226,0.1503779,-0.5196803),(-0.8053837,0.1617087,-0.5702695),(-0.7928323,0.1771683,-0.5831195),(-0.7589849,0.1928483,-0.6218936),(-0.7339198,0.2044609,-0.6477326),(-0.7559403,0.1906784,-0.6262555),(-0.730628,0.2072255,-0.6505692),(-0.7087229,0.2208379,-0.6700316),(-0.7103188,0.2298533,-0.6652929),(-0.7186309,0.2174705,-0.6605121),(-0.7408612,0.2307886,-0.6307625),(-0.7419325,0.2180634,-0.6340224),(-0.7459981,0.2429157,-0.6200636),(-0.8103059,0.256814,-0.5267361),(-0.7941077,0.2443984,-0.5564733),(-0.7819862,0.2311255,-0.5788597),(-0.749541,0.2049479,-0.6294321),(-0.7747647,0.2174643,-0.5936741),(-0.6936263,0.2346411,-0.6810477),(-0.6852823,0.2493016,-0.6842784),(-0.7131509,0.2557454,-0.6526945),(-0.7086697,0.2423964,-0.6625943),(-0.6836238,0.2647946,-0.6801046),(-0.6884509,0.2810429,-0.6686181),(-0.7389829,0.2840458,-0.6109192),(-0.7234162,0.2697172,-0.6355483),(-0.7905073,0.2794864,-0.5449638),(-0.7716055,0.26723,-0.5772462),(-0.8124436,0.2912488,-0.5050838),(-0.8930563,0.297834,-0.3372615),(-0.87183,0.289528,-0.395077),(-0.8502605,0.2795712,-0.4459787),(-0.7565487,0.2549177,-0.6022051),(-0.8294263,0.2684923,-0.489861),(-0.6992356,0.2982031,-0.6497265),(-0.7152689,0.3162945,-0.6231759),(-0.7826889,0.3134807,-0.5377063),(-0.7590584,0.298699,-0.5784543),(-0.7359137,0.3348933,-0.5884534),(-0.7604033,0.3535039,-0.5448135),(-0.8368701,0.3405856,-0.428544),(-0.8089899,0.3277034,-0.4880018),(-0.8858438,0.3191655,-0.3367702),(-0.8612379,0.3117889,-0.401319),(-0.9088844,0.323376,-0.2633574),(-0.9530376,0.2999324,-0.04195247),(-0.9439561,0.3057151,-0.1244395),(-0.9301983,0.3067594,-0.2015682),(-0.8363984,0.3021875,-0.4572971),(-0.9128737,0.3038472,-0.2726508),(-0.7884609,0.3701545,-0.4912385),(-0.8194352,0.3823683,-0.4269901),(-0.8928771,0.3537405,-0.2786362),(-0.8653295,0.3501048,-0.3586524),(-0.8516779,0.3885945,-0.3516237),(-0.8830694,0.3873001,-0.2649281),(-0.9368978,0.3369896,-0.09306184),(-0.9174345,0.3498042,-0.1896075),(-0.9536398,0.3009427,0.002159208),(-0.9443469,0.3158154,-0.09203069),(-0.9556184,0.2775066,0.09891225),(-0.9267402,0.2149395,0.3081457),(-0.9433662,0.2465273,0.222001),(-0.9532707,0.2710394,0.133464),(-0.9289192,0.3228693,-0.1812857),(-0.9563923,0.2886446,0.04469964),(-0.9109635,0.3768263,-0.1677719),(-0.9326774,0.3551362,-0.06317485),(-0.9524821,0.2830965,0.1124017),(-0.9490923,0.3148767,0.008746714),(-0.9462178,0.320463,0.04444628),(-0.950384,0.2722322,0.1505321),(-0.9319665,0.1888556,0.3094705),(-0.9466544,0.2410283,0.2138945),(-0.9120575,0.161789,0.3767961),(-0.9344994,0.2075088,0.2892246),(-0.8833534,0.1094406,0.4557519),(-0.8063169,0.04071033,0.5900812),(-0.8417888,0.0900892,0.5322365),(-0.8747935,0.1358532,0.4650595),(-0.9493012,0.2461108,0.1955931),(-0.9036124,0.1775834,0.3898061),(-0.9439067,0.2143442,0.251191),(-0.9267037,0.1508616,0.3441819),(-0.8784263,0.06750695,0.4730856),(-0.9088843,0.1299281,0.3962928),(-0.8999425,0.08221477,0.4281872),(-0.86481,0.008925889,0.5020199),(-0.8014638,-0.0659944,0.5943908),(-0.8421214,0.002057619,0.5392841),(-0.7750648,-0.06366752,0.6286661),(-0.8131262,-0.004701456,0.5820684),(-0.7374303,-0.1235771,0.6640221),(-0.6781328,-0.1591734,0.7174954),(-0.7039438,-0.110079,0.7016735),(-0.7353079,-0.06042213,0.6750344),(-0.8498309,0.05311868,0.5243717),(-0.7701513,-0.01012273,0.637781),(-0.8231212,-0.06288224,0.5643733),(-0.7791024,-0.1270998,0.613877),(-0.7196812,-0.1804947,0.6704332),(-0.7589978,-0.1292424,0.6381369),(-0.73843,-0.1833704,0.6489194),(-0.7068563,-0.2322008,0.6681594),(-0.6724065,-0.2484591,0.6972358),(-0.6890809,-0.2199637,0.6904951),(-0.6622834,-0.2365745,0.7109243),(-0.6767469,-0.2137155,0.7045135),(-0.6632072,-0.2453545,0.7070766),(-0.6602474,-0.2318572,0.7143638),(-0.6794729,-0.2237338,0.6987558),(-0.6541938,-0.2238327,0.7224469),(-0.703144,-0.1762196,0.6888651),(-0.660606,-0.1997007,0.7236845),(-0.6901416,-0.2632673,0.6740883),(-0.6908746,-0.2661833,0.6721894),(-0.6733863,-0.2599864,0.6920679),(-0.690977,-0.247834,0.6790649),(-0.706641,-0.2408273,0.6653275),(-0.7331546,-0.1860742,0.6541107),(-0.7197246,-0.2111285,0.6613784),(-0.752917,-0.1488217,0.6410679),(-0.711141,-0.212813,0.6700665),(-0.7481519,-0.1679307,0.6419252),(-0.7847127,-0.1031258,0.611221),(-0.825906,-0.04821302,0.5617425),(-0.7890922,-0.1134657,0.6037046),(-0.7487954,-0.1643574,0.6420999),(-0.6806676,-0.2382737,0.6927606),(-0.7104371,-0.2008644,0.6744871),(-0.7630945,-0.1181439,0.6353965),(-0.7916652,-0.05429076,0.6085383),(-0.78311,-0.07670134,0.6171349),(-0.807871,-0.01104755,0.5892558),(-0.8169978,0.005320966,0.5766162),(-0.8376692,0.06068247,0.5427964),(-0.8278858,0.04818043,0.5588236),(-0.8437899,0.1013567,0.5270156),(-0.8376137,0.03246862,0.5452973),(-0.8547038,0.09009521,0.5112381),(-0.8672779,0.1415101,0.4772882),(-0.9025511,0.1834004,0.3895713),(-0.8925338,0.1359468,0.4300022),(-0.8770766,0.08175738,0.4733418),(-0.8147904,-0.03187509,0.5788786),(-0.8552465,0.02040342,0.5178196),(-0.8531764,0.1125874,0.5093271),(-0.8641252,0.1617943,0.4765608),(-0.85598,0.1508076,0.4945253),(-0.8647907,0.1985439,0.4612129),(-0.8715622,0.2082957,0.443838),(-0.8763217,0.2521937,0.4104371),(-0.8744243,0.2888506,0.3898045),(-0.8707925,0.2445464,0.4265179),(-0.8827552,0.2818934,0.3758715),(-0.8809149,0.2362236,0.4101063),(-0.8818376,0.3264853,0.3402495),(-0.8967082,0.3575806,0.2608646),(-0.9039395,0.3144136,0.2898922),(-0.9077272,0.2710606,0.3202461),(-0.8759266,0.1894364,0.4436963),(-0.9075173,0.2274324,0.3531102),(-0.8720866,0.3148493,0.3746128),(-0.8443374,0.4218682,0.3303355),(-0.8351005,0.4610328,0.3000932),(-0.8681397,0.3525112,0.3493844),(-0.7713714,0.5783311,0.2655551),(-0.6195556,0.7684743,0.1599936),(-0.5749037,0.8078455,0.1298905),(-0.750097,0.6191782,0.2323205),(-0.7317578,0.6525799,0.1966471),(-0.8288774,0.4976355,0.2555797),(-0.5388365,0.8345448,0.1148483),(-0.5254843,0.8426495,0.1175082),(-0.7243154,0.6704027,0.16102),(-0.8290532,0.5228221,0.1983127),(-0.8699586,0.3902425,0.3014679),(-0.8778312,0.4195091,0.2311376),(-0.4169124,0.9086927,0.02148334),(-0.2331291,0.9660073,-0.1117177),(-0.1662452,0.9810418,-0.0995964),(-0.3501336,0.9366788,0.006272467),(-0.07342678,0.9736238,-0.2160215),(0.07280638,0.9584041,-0.2759722),(0.07761329,0.9780079,-0.1935889),(-0.02800206,0.9850098,-0.1702105),(-0.0040691,0.9977551,-0.06684495),(-0.1207842,0.9919512,-0.03799991),(0.06173633,0.9966866,-0.05295756),(0.02840738,0.9884803,0.1486596),(-0.009267912,0.9950932,0.09850663),(-0.110676,0.9909545,0.07589445),(-0.3005249,0.9534239,0.02583967),(-0.2851791,0.9549274,0.08238109),(0.1879521,0.940745,-0.2822635),(0.243846,0.9397169,-0.2397316),(0.1719521,0.9813995,-0.08536606),(0.1489583,0.975269,-0.1632843),(0.2408381,0.9573779,-0.1594506),(0.1798387,0.9826779,-0.04474571),(0.06723915,0.9854192,0.1562949),(0.1437728,0.9892808,0.0255509),(0.03438808,0.9794698,0.1986364),(0.07984081,0.9922856,0.09484093),(-0.04301948,0.952845,0.3003929),(-0.1077465,0.9127671,0.3940139),(-0.04491232,0.9353114,0.3509636),(0.0004322692,0.9572421,0.2892877),(0.08867433,0.996049,0.004828215),(0.02536809,0.9757201,0.2175468),(0.0963058,0.9905981,0.09716255),(0.03198691,0.967909,0.2492566),(-0.07806668,0.9040473,0.4202428),(-0.0200637,0.9561622,0.2921496),(-0.009755007,0.9190779,0.3939548),(-0.03040761,0.8576903,0.5132667),(-0.1028648,0.7763556,0.6218446),(-0.1045761,0.8397361,0.5328293),(-0.1861212,0.8215374,0.5389203),(-0.1690901,0.8667136,0.4692719),(-0.1736638,0.7820705,0.5985036),(-0.2211001,0.8674448,0.4457065),(-0.224764,0.872619,0.4336096),(-0.2073645,0.8803263,0.4266446),(-0.1210459,0.9125245,0.3907007),(-0.1684156,0.8932766,0.4167648),(-0.04744724,0.7971042,0.6019748),(-0.07608966,0.7409737,0.6672094),(-0.1098108,0.6706166,0.7336314),(-0.0974246,0.7205231,0.6865529),(-0.1172779,0.6875592,0.7165949),(-0.170793,0.6323628,0.7556102),(-0.188797,0.5748768,0.796161),(-0.1404137,0.6237136,0.7689378),(-0.1896126,0.6685457,0.7190922),(-0.1628549,0.7086948,0.686462),(-0.2375982,0.6223547,0.7458026),(-0.321649,0.7573808,0.5682572),(-0.2673826,0.8031964,0.5323364),(-0.2324772,0.8360777,0.4969189),(-0.1575998,0.7460717,0.6469461),(-0.2168498,0.8574097,0.4667169),(-0.2215285,0.5780775,0.7853354),(-0.2578795,0.5347855,0.8046755),(-0.2619115,0.498565,0.8263384),(-0.2348525,0.5290586,0.8154393),(-0.2847724,0.5091397,0.8122078),(-0.3065651,0.5069688,0.8056056),(-0.2748744,0.4901345,0.8271713),(-0.2772031,0.509913,0.8143386),(-0.2990034,0.5543064,0.7767505),(-0.2952695,0.5554209,0.7773825),(-0.2726022,0.5883597,0.7612627),(-0.2980352,0.7265722,0.6190864),(-0.3510615,0.690633,0.632283),(-0.3740828,0.6871234,0.622835),(-0.2813751,0.5790269,0.7652162),(-0.3657127,0.7118542,0.5995981),(-0.329709,0.5285048,0.782288),(-0.3566567,0.5672468,0.7423118),(-0.295079,0.6144818,0.7316695),(-0.2809275,0.5548676,0.783072),(-0.3834956,0.6156566,0.6884027),(-0.3970601,0.6393981,0.6584174),(-0.3281357,0.7084357,0.6248566),(-0.3157785,0.6792271,0.6625213),(-0.2510631,0.7762157,0.5783221),(-0.2433343,0.7112361,0.6594936),(-0.2587605,0.8037945,0.535684),(-0.2003076,0.9011557,0.3844416),(-0.1997315,0.8817661,0.4273125),(-0.2095346,0.8343695,0.5098264),(-0.2495452,0.6452194,0.7220936),(-0.2417507,0.7803051,0.5767847),(-0.05929716,0.9963427,0.06152391),(-0.07391059,0.9947361,0.070973),(-0.1031611,0.9903259,0.09280289),(-0.0467441,0.9980661,0.04097455),(-0.03421702,0.9990203,0.02806191),(-0.02804819,0.9993446,0.02288506),(-0.1326335,0.9837862,0.1207195),(-0.1632182,0.9743877,0.1546879),(-0.07725651,0.9934674,0.08398727),(-0.06056462,0.9963912,0.05946694),(-0.01737766,0.9995435,0.024714),(-0.01209911,0.999831,0.01384015),(-0.0262321,0.99884,0.04038055),(-0.007857255,0.9997984,0.01847567),(-0.002652392,0.9999491,0.009741984),(-0.0004344354,0.9999917,0.004043533),(-0.00874763,0.9999357,0.007205174),(-0.007319586,0.9999614,0.004854114),(4.266235e-5,0.9999996,0.000950587),(1.040913e-7,1,-1.519427e-9),(-0.1962033,0.9611568,0.1941181),(-0.2322508,0.9428964,0.2387593),(-0.1263446,0.9807792,0.1486911),(-0.09877435,0.9885703,0.1138967),(-0.2714981,0.9178302,0.2896145),(-0.3137268,0.8836403,0.3474987),(-0.1604616,0.9686917,0.1894423),(-0.201493,0.9502842,0.2374038),(-0.08936674,0.989588,0.1128239),(-0.06139986,0.9945504,0.08425923),(-0.1249309,0.9811859,0.1471959),(-0.07768008,0.9935849,0.08218826),(-0.05190066,0.9967693,0.06129634),(-0.03191027,0.9985154,0.04414488),(-0.04051682,0.9973525,0.0603839),(-0.01733848,0.9993986,0.03003136),(-0.359047,0.8388186,0.4092293),(-0.4064464,0.7827408,0.4712942),(-0.2497768,0.9234604,0.2912603),(-0.3045889,0.8862014,0.3491028),(-0.4527681,0.7147544,0.5330358),(-0.4949802,0.6344533,0.5936865),(-0.3636451,0.8362447,0.4104353),(-0.42466,0.7710583,0.4744818),(-0.2193258,0.9473913,0.2331221),(-0.2767335,0.918001,0.2840647),(-0.3398466,0.8768727,0.3399978),(-0.1887149,0.9666211,0.1732923),(-0.2365157,0.9478844,0.2134841),(-0.1463377,0.9795643,0.1379826),(-0.1683831,0.9677352,0.1874455),(-0.1092553,0.9881729,0.1075992),(-0.5301855,0.5431548,0.6510654),(-0.5559585,0.4453619,0.7018283),(-0.4831821,0.6879894,0.5414848),(-0.5334103,0.5871254,0.6088985),(-0.5716115,0.347496,0.7433081),(-0.5784291,0.2551093,0.7748154),(-0.5718443,0.473464,0.6699447),(-0.597568,0.3541842,0.7193512),(-0.4674552,0.7421191,0.480359),(-0.5227879,0.6430686,0.5596032),(-0.5676795,0.5250865,0.6340538),(-0.3936565,0.8202127,0.4150729),(-0.446518,0.7374105,0.5068011),(-0.3402618,0.8795485,0.3325905),(-0.4051695,0.8196946,0.4048931),(-0.2877759,0.9203982,0.2646739),(-0.5815305,0.1732203,0.7948691),(-0.5858843,0.1044642,0.8036336),(-0.6156032,0.2383508,0.7511468),(-0.6312884,0.1328129,0.7640914),(-0.5919965,0.04909209,0.804444),(-0.5994209,0.008543281,0.8003884),(-0.6442903,0.03986281,0.7637415),(-0.6536517,-0.03789792,0.7558461),(-0.6369776,0.2711752,0.7216119),(-0.662394,0.1520812,0.7335566),(-0.6789103,0.04493569,0.7328448),(-0.6078999,0.3894571,0.6919399),(-0.6495065,0.2627671,0.7135087),(-0.5566372,0.5148894,0.651954),(-0.6046444,0.3973915,0.690279),(-0.5008411,0.6328615,0.5904614),(-0.6047727,-0.01709903,0.7962145),(-0.6046741,-0.02774084,0.7959896),(-0.657207,-0.09941925,0.7471244),(-0.6536499,-0.1444252,0.7428883),(-0.5986082,-0.02135352,0.8007572),(-0.5853199,0.004574528,0.8107895),(-0.6437709,-0.1717432,0.7456966),(-0.6277233,-0.1798206,0.7573823),(-0.6787714,-0.1242292,0.7237656),(-0.6635278,-0.1835237,0.725293),(-0.6400925,-0.224777,0.7346815),(-0.6750934,-0.0790323,0.7334867),(-0.6520404,-0.1657439,0.7398462),(-0.6839167,0.02357023,0.7291791),(-0.6844977,-0.0476006,0.7274594),(-0.675896,0.139336,0.7237059),(-0.5638635,0.05290489,0.8241717),(-0.5342922,0.1243561,0.8361024),(-0.6064133,-0.1665936,0.7775021),(-0.5810052,-0.1313567,0.8032299),(-0.4969544,0.2182368,0.8398864),(-0.4531379,0.3322991,0.82719),(-0.5517758,-0.07414826,0.8306897),(-0.5191992,0.005900344,0.8546329),(-0.5821445,-0.2486115,0.7741447),(-0.551315,-0.2322959,0.8013054),(-0.5196447,-0.1970604,0.8313462),(-0.5569729,-0.3167238,0.7677677),(-0.5241394,-0.3345767,0.7831579),(-0.5894681,-0.2834153,0.7564411),(-0.6118801,-0.2465026,0.7515579),(-0.6214629,-0.2338982,0.7477134),(-0.4004672,0.4565184,0.7944916),(-0.3358745,0.578266,0.743503),(-0.4818891,0.1073687,0.8696291),(-0.436728,0.2257338,0.8708116),(-0.2607981,0.6862078,0.6790459),(-0.1775727,0.7732531,0.6087262),(-0.3805161,0.3519825,0.8551701),(-0.3112134,0.4751887,0.8230079),(-0.4582575,-0.06420082,0.8864978),(-0.4257287,0.03110498,0.904316),(-0.3869945,0.139082,0.9115325),(-0.4638515,-0.2777042,0.8412622),(-0.458683,-0.2226803,0.8602462),(-0.475428,-0.3155699,0.8212088),(-0.4884927,-0.1412749,0.8610554),(-0.4953012,-0.3348924,0.8015758),(-0.09105131,0.8381373,0.5378062),(-0.006244749,0.8823276,0.4705943),(-0.230745,0.5874473,0.775669),(-0.1429873,0.683215,0.716081),(0.07450625,0.9079226,0.4124625),(0.1498721,0.9181221,0.3668655),(-0.05135652,0.7584174,0.6497425),(0.04045393,0.8116301,0.5827692),(-0.2787474,0.3692066,0.8865587),(-0.2070105,0.479784,0.852616),(-0.1253345,0.5789972,0.8056386),(-0.4240522,0.01926605,0.9054328),(-0.3931179,0.1220414,0.911353),(-0.443405,-0.07295778,0.8933471),(-0.338707,0.253792,0.9060172),(-0.453997,-0.1534241,0.8776945),(0.2211955,0.914759,0.3380655),(0.2895256,0.8986149,0.3296455),(0.130612,0.8422775,0.5229811),(0.2164312,0.8513095,0.4779433),(0.3527503,0.8704941,0.3432305),(0.4076109,0.8301519,0.380396),(0.2926493,0.8421207,0.4529782),(0.3544445,0.8183305,0.4524425),(0.05416651,0.7144641,0.6975724),(0.1360189,0.7448159,0.6532596),(0.2007735,0.753476,0.6260701),(-0.2214893,0.4167454,0.8816268),(-0.1599773,0.4835958,0.8605477),(-0.2872026,0.329981,0.899237),(-0.03624376,0.6591365,0.7511494),(-0.3471249,0.2289772,0.909436),(0.4444502,0.7837212,0.4338722),(0.4578787,0.738763,0.4945465),(0.3952838,0.787234,0.4733005),(0.4133044,0.7553402,0.5085672),(0.4510819,0.6957681,0.5589563),(0.4273054,0.6545287,0.6237004),(0.4124575,0.723661,0.5533476),(0.3963914,0.6920673,0.603255),(0.2643166,0.7324769,0.6273869),(0.2686085,0.7127236,0.6479772),(0.2605239,0.6895367,0.675771),(-0.04481331,0.5677969,0.8219481),(-0.02648527,0.569931,0.8212656),(-0.07169902,0.5553633,0.8285112),(0.2432612,0.7472157,0.6184598),(-0.1095841,0.5288892,0.8415863),(0.3892494,0.6132379,0.6873312),(0.3364708,0.568956,0.7503842),(0.3662379,0.6613959,0.6545421),(0.3197151,0.6319071,0.7060281),(0.2653809,0.5176604,0.8133883),(0.1713492,0.4530428,0.8748666),(0.2525159,0.6008875,0.7583996),(0.1586167,0.5632697,0.8109056),(0.2028365,0.6491137,0.7331499),(0.1469175,0.6339295,0.759308),(0.06799137,0.6188504,0.7825608),(-0.04975089,0.5834971,0.8105899),(-0.08691274,0.596736,0.797717),(-0.0272502,0.5743831,0.8181329),(0.2396815,0.667184,0.7052788),(-0.01949685,0.5698854,0.8214928),(0.05505245,0.3667037,0.9287075),(-0.07127537,0.2567853,0.9638367),(0.04059417,0.5031846,0.863225),(-0.08768488,0.4086308,0.9084779),(-0.1906899,0.1329291,0.9726084),(-0.2906612,0.007328372,0.956798),(-0.2103674,0.2858939,0.9348851),(-0.3138836,0.1481124,0.9378378),(-0.1226976,0.5202792,0.845136),(-0.2140373,0.4225738,0.8806925),(-0.2936037,0.2981237,0.9082506),(-0.1929794,0.5148858,0.8352553),(-0.2212908,0.4273768,0.8765725),(-0.1624523,0.5706707,0.8049498),(-0.02626719,0.5861517,0.8097754),(-0.1277129,0.5975081,0.791627),(-0.374143,-0.1005772,0.9219009),(-0.4500888,-0.1778879,0.8750863),(-0.4002378,0.02164889,0.9161556),(-0.477822,-0.07481211,0.8752653),(-0.5198995,-0.2253438,0.8239688),(-0.5818421,-0.2438904,0.7758719),(-0.6030368,-0.1837187,0.7762694),(-0.5462987,-0.1425995,0.8253624),(-0.4375101,0.06644885,0.896755),(-0.5043585,-0.01698343,0.8633273),(-0.5611097,-0.07945791,0.8239189),(-0.3707798,0.1488514,0.9167145),(-0.432565,0.076117,0.8983839),(-0.3099082,0.2322123,0.9219732),(-0.3659424,0.1716395,0.9146727),(-0.2580182,0.3256638,0.9095987),(-0.6299322,-0.2435151,0.7374861),(-0.6623333,-0.2351792,0.7113406),(-0.6723176,-0.21334,0.7088548),(-0.6447225,-0.2047852,0.7364754),(-0.6833324,-0.221323,0.6957535),(-0.6964332,-0.2037732,0.6880824),(-0.6902323,-0.2123199,0.6917366),(-0.7019728,-0.20393,0.6823831),(-0.6340403,-0.1513499,0.7583443),(-0.6551192,-0.1665026,0.7369503),(-0.6701788,-0.1705528,0.722338),(-0.5672124,-0.07043607,0.8205541),(-0.5933902,-0.09322128,0.7994984),(-0.5321518,-0.03433289,0.8459527),(-0.6038949,-0.1230981,0.7875009),(-0.4872582,0.01491341,0.8731305),(-0.7042412,-0.1838807,0.6857348),(-0.7082351,-0.1625655,0.6870048),(-0.7095908,-0.1907037,0.6783162),(-0.7140976,-0.1746369,0.6779133),(-0.7093893,-0.1405462,0.6906618),(-0.7086061,-0.1185668,0.6955712),(-0.7164442,-0.1564687,0.6798714),(-0.7174898,-0.1369661,0.6829705),(-0.6874374,-0.1580263,0.7088424),(-0.6916313,-0.1451593,0.7075131),(-0.6942303,-0.1290083,0.7080969),(-0.6303822,-0.1037536,0.7693201),(-0.6343007,-0.09346328,0.7674161),(-0.6232826,-0.107907,0.774516),(-0.680678,-0.166774,0.713347),(-0.6115925,-0.1048198,0.7841986),(-0.706472,-0.09719603,0.7010351),(-0.7030298,-0.07658568,0.7070245),(-0.7174435,-0.1175482,0.6866273),(-0.7159725,-0.09914601,0.6910524),(-0.6980556,-0.05659285,0.7138035),(-0.6913015,-0.03709283,0.7216138),(-0.7127977,-0.08155492,0.6966121),(-0.7076064,-0.06458534,0.703649),(-0.6937082,-0.09556308,0.7138884),(-0.6897016,-0.07990872,0.7196709),(-0.6828277,-0.0647753,0.7277022),(-0.6232644,-0.05362277,0.7801705),(-0.6108719,-0.04018411,0.7907091),(-0.6311982,-0.06701158,0.7727212),(-0.6951371,-0.1118799,0.7101178),(-0.6348454,-0.08030716,0.7684543),(-0.6826652,-0.01789486,0.7305121),(-0.6722854,0.001024904,0.7402912),(-0.7003499,-0.04767879,0.7122056),(-0.6912159,-0.03046919,0.7220057),(-0.6603922,0.01948589,0.750668),(-0.6472382,0.0373271,0.7613733),(-0.6803637,-0.01313853,0.7327569),(-0.6679565,0.004153762,0.7441888),(-0.6608166,-0.03287616,0.7498271),(-0.6458213,-0.01558862,0.7633294),(-0.6280572,0.002398369,0.7781636),(-0.5151048,0.02649523,0.8567175),(-0.5468553,0.007602832,0.8371927),(-0.5729424,-0.009888865,0.8195359),(-0.6731376,-0.04932501,0.7378705),(-0.5941032,-0.02586151,0.803973),(-0.6321629,0.05299643,0.7730209),(-0.6134734,0.06542219,0.7870008),(-0.6529825,0.01886531,0.757138),(-0.6336073,0.02885718,0.7731165),(-0.5892392,0.07535852,0.8044367),(-0.5571858,0.0834908,0.82618),(-0.6081271,0.03471921,0.7930802),(-0.57446,0.0369686,0.8176975),(-0.5781708,0.02736741,0.8154567),(-0.5430565,0.03137374,0.8391098),(-0.4993219,0.0299275,0.8658995),(-0.306382,0.05717485,0.9501901),(-0.3713436,0.05900714,0.9266186),(-0.4279508,0.05426256,0.9021717),(-0.6061136,0.01776624,0.7951796),(-0.4759215,0.04327586,0.8784225),(-0.5161493,0.09101055,0.8516496),(-0.4674546,0.09822978,0.8785426),(-0.5322873,0.03891858,0.8456688),(-0.4837727,0.04302907,0.8741353),(-0.4136916,0.104196,0.9044349),(-0.3577543,0.1082055,0.9275254),(-0.4318548,0.04812549,0.9006582),(-0.3799536,0.05317451,0.9234759),(-0.3920496,0.03088666,0.9194254),(-0.3347239,0.03693613,0.9415921),(-0.2794335,0.04533295,0.9590943),(-0.02476247,0.08052885,0.9964445),(-0.09234244,0.0674437,0.9934406),(-0.1636034,0.05863544,0.9847822),(-0.4479294,0.02820816,0.8936238),(-0.2358,0.05498091,0.9702451),(-0.3027245,0.114803,0.9461386),(-0.249375,0.1291719,0.9597535),(-0.331066,0.06057,0.9416615),(-0.2853071,0.07366189,0.9556012),(-0.1959625,0.1517384,0.9688003),(-0.1406687,0.1825378,0.9730838),(-0.2403131,0.09335266,0.9661961),(-0.1935652,0.1202906,0.9736851),(-0.181327,0.07048023,0.980894),(-0.1353123,0.08929516,0.986771),(-0.08794774,0.1133384,0.9896563),(0.1521558,0.1328545,0.9793867),(0.2072436,0.1550293,0.9659276),(0.09610748,0.1133595,0.9888949),(-0.2285339,0.05614755,0.9719155),(0.03768973,0.09613433,0.9946546),(-0.08108047,0.2172979,0.972732),(-0.0157455,0.2520663,0.9675818),(-0.1420947,0.1507671,0.9783038),(-0.08390065,0.1811962,0.9798615),(0.05563216,0.287566,0.9561438),(0.1332324,0.3244505,0.9364726),(-0.0184356,0.2122622,0.9770388),(0.05485291,0.2446951,0.9680472),(0.0211102,0.1653388,0.9860108),(0.0853456,0.1909161,0.9778891),(0.1567635,0.217014,0.9634989),(0.3809003,0.2163033,0.8989594),(0.444261,0.2339661,0.8648075),(0.3205821,0.1976438,0.9263715),(-0.03646893,0.1396653,0.989527),(0.2628794,0.1774053,0.9483785),(0.2165791,0.3624825,0.9064766),(0.3041639,0.4010057,0.8641058),(0.1357468,0.2790592,0.9506308),(0.2226577,0.3153204,0.9224948),(0.3936298,0.4394496,0.8074278),(0.4823371,0.4770431,0.7346978),(0.3132737,0.3528159,0.8816919),(0.4051261,0.3907507,0.8265511),(0.3175675,0.2746105,0.9076012),(0.402125,0.3056385,0.8630646),(0.4858305,0.3368936,0.8065181),(0.6378686,0.2924682,0.7124507),(0.6950756,0.3126988,0.6473712),(0.5753909,0.2720502,0.7713067),(0.2348868,0.244775,0.9406984),(0.5099594,0.252258,0.822379),(0.5677479,0.5111582,0.6452749),(0.6467676,0.5393742,0.5392281),(0.4958235,0.4265992,0.7564207),(0.5825539,0.4580848,0.6714085),(0.7154006,0.5611389,0.4163233),(0.7691984,0.575806,0.2770942),(0.662078,0.4847735,0.5715308),(0.7313545,0.506362,0.4568566),(0.6407703,0.3918585,0.6601971),(0.7073974,0.4135608,0.5731983),(0.7647212,0.4313864,0.4786515),(0.8226551,0.3620739,0.4383389),(0.8497585,0.3745581,0.3709673),(0.7880101,0.3478231,0.5079952),(0.5661882,0.366228,0.7384496),(0.7453985,0.331434,0.5783878),(0.8033887,0.5820414,0.1256757),(0.8144366,0.579527,-0.02900574),(0.7861345,0.5237744,0.3281052),(0.8216368,0.5376148,0.1894292),(0.8027564,0.5696985,-0.1761414),(0.7725012,0.5552974,-0.3080364),(0.8356735,0.5471183,0.04807721),(0.8289472,0.5521635,-0.08922997),(0.8427781,0.4666128,0.2683236),(0.8603427,0.4854536,0.1553868),(0.8631259,0.5034334,0.03960227),(0.8885826,0.4266221,0.1685656),(0.8891578,0.4485051,0.09078306),(0.8820767,0.406033,0.2389098),(0.8106179,0.4482818,0.3767519),(0.8694386,0.3883966,0.3053271),(0.7329193,0.5360032,-0.4189631),(0.6938745,0.5123543,-0.5059954),(0.8067459,0.5500085,-0.2159901),(0.7759425,0.5395871,-0.32674),(0.6615936,0.4884305,-0.5689722),(0.6409925,0.4684142,-0.6080434),(0.7417173,0.5245324,-0.4179968),(0.7093757,0.5095066,-0.4870207),(0.8331849,0.5198956,-0.1884453),(0.8043099,0.5169733,-0.2929575),(0.7689338,0.5101452,-0.3853476),(0.8537706,0.4823965,-0.1958811),(0.8235043,0.4793012,-0.3034979),(0.8732594,0.4784051,-0.09244726),(0.853211,0.5159553,-0.07629606),(0.8842372,0.4670239,0.003648559),(0.6265386,0.4602195,-0.629005),(0.6095514,0.4660914,-0.6412534),(0.6795481,0.5006275,-0.5362709),(0.6496329,0.4992564,-0.5733412),(0.5861503,0.480737,-0.6521654),(0.5522074,0.4991075,-0.6678014),(0.6172673,0.5020817,-0.6057186),(0.5793566,0.5055054,-0.6393827),(0.6896083,0.4948124,-0.5287731),(0.6478549,0.4873137,-0.5854993),(0.6042051,0.479296,-0.6365621),(0.677078,0.4369558,-0.5921444),(0.6209412,0.4225823,-0.6601942),(0.732317,0.4538614,-0.507663),(0.7300632,0.5023979,-0.4632539),(0.7823316,0.4692315,-0.4096085),(0.5132272,0.5124437,-0.6884761),(0.477408,0.5160159,-0.7112027),(0.5381286,0.5039811,-0.6755891),(0.4984849,0.4950668,-0.7116331),(0.4468077,0.5114713,-0.7340026),(0.4230367,0.5002471,-0.7555082),(0.4630593,0.4802772,-0.7449228),(0.4341274,0.4612129,-0.773832),(0.5178081,0.4559039,-0.7238967),(0.4804298,0.4406271,-0.7583106),(0.4496835,0.4242041,-0.7860252),(0.4879434,0.3995103,-0.7760816),(0.4600883,0.3960823,-0.7946304),(0.5241714,0.4046969,-0.7493095),(0.559873,0.4690423,-0.6830384),(0.5687563,0.4121329,-0.7118024),(0.4008612,0.4867867,-0.7761114),(0.3746597,0.4747562,-0.7963898),(0.4074711,0.4426572,-0.7987628),(0.3780748,0.4285345,-0.8206204),(0.3445441,0.4645394,-0.8157772),(0.3107494,0.4566192,-0.8336268),(0.3458375,0.4194667,-0.8393117),(0.3108312,0.4160003,-0.8545921),(0.3915675,0.4048164,-0.8263164),(0.3591443,0.4060207,-0.8403348),(0.3241963,0.4147407,-0.8502275),(0.378485,0.4268008,-0.8213343),(0.3457244,0.453171,-0.8216512),(0.4082512,0.4081694,-0.8165346),(0.421633,0.4110173,-0.8082638),(0.4352872,0.3978588,-0.8076097),(0.2726176,0.4520226,-0.8493263),(0.2295673,0.4518966,-0.8620257),(0.2722665,0.4188865,-0.8662592),(0.229053,0.4285335,-0.8740101),(0.1819243,0.4566816,-0.8708303),(0.1297267,0.4666266,-0.8748889),(0.1807467,0.44459,-0.8773085),(0.1266734,0.4665789,-0.8753617),(0.2425447,0.4542986,-0.8571959),(0.1928474,0.4833756,-0.8539075),(0.1354193,0.5168911,-0.8452722),(0.2168519,0.5671452,-0.7945575),(0.1568426,0.6100933,-0.7766508),(0.2670162,0.5251477,-0.8080361),(0.285875,0.4310229,-0.855859),(0.3092413,0.4864712,-0.8171387),(0.07664445,0.4803098,-0.8737438),(0.02541809,0.4957387,-0.8680996),(0.07133246,0.4919611,-0.86769),(0.01852341,0.5181852,-0.8550678),(-0.02540484,0.5117639,-0.8587504),(-0.07698401,0.5272604,-0.8462091),(-0.03335799,0.5440136,-0.8384131),(-0.08558989,0.568234,-0.8184036),(0.01892054,0.5834745,-0.811911),(-0.03630643,0.6132239,-0.7890743),(-0.09114581,0.6397346,-0.7631725),(-0.02772393,0.7109398,-0.7027062),(-0.08640999,0.7339955,-0.6736349),(0.03179361,0.6828667,-0.7298508),(0.07571019,0.5511442,-0.8309683),(0.09304316,0.6494071,-0.7547275),(-0.1306592,0.541025,-0.8307949),(-0.1873246,0.5514485,-0.8129047),(-0.1392318,0.5895894,-0.7956122),(-0.1947468,0.6064264,-0.7709219),(-0.2471414,0.5566763,-0.7931157),(-0.3098698,0.5548357,-0.7720999),(-0.2522238,0.6169417,-0.7454973),(-0.3114506,0.6193561,-0.7206917),(-0.201455,0.6796644,-0.7053171),(-0.2568632,0.6906906,-0.6759939),(-0.3123215,0.6941307,-0.6485662),(-0.2554129,0.7726558,-0.5811774),(-0.3084055,0.7741239,-0.5528275),(-0.2006913,0.7651944,-0.6117194),(-0.1462201,0.6622654,-0.7348634),(-0.1443168,0.752175,-0.6429661),(-0.3707359,0.5457969,-0.7514391),(-0.4252981,0.531985,-0.7321976),(-0.3696569,0.6132925,-0.6980158),(-0.4241367,0.6007795,-0.6776224),(-0.4737748,0.5160265,-0.7136204),(-0.5168071,0.5003333,-0.6946776),(-0.4747232,0.5843299,-0.6581765),(-0.5216777,0.5662627,-0.6381215),(-0.4204482,0.6780828,-0.6028491),(-0.4719185,0.6614981,-0.5828491),(-0.5214775,0.6413096,-0.562835),(-0.4626128,0.7416711,-0.4857092),(-0.5125669,0.7201587,-0.4675965),(-0.4118501,0.7581808,-0.5055109),(-0.367125,0.6895251,-0.6243191),(-0.3603609,0.7691997,-0.5277044),(-0.5552959,0.4863419,-0.6746244),(-0.5898288,0.4739213,-0.6538353),(-0.5640844,0.5487424,-0.6170014),(-0.6009802,0.5326512,-0.5959073),(-0.6206683,0.4622606,-0.6333135),(-0.6479856,0.4505723,-0.6140842),(-0.6328011,0.5175822,-0.5759093),(-0.659909,0.5030882,-0.5580523),(-0.6054856,0.5989658,-0.5240487),(-0.6382157,0.5789583,-0.5074328),(-0.6654037,0.5600072,-0.4935887),(-0.6329119,0.6448261,-0.4285112),(-0.6611983,0.6206374,-0.4214572),(-0.5989206,0.6700832,-0.4385005),(-0.5667406,0.6198534,-0.5427586),(-0.5589006,0.6955403,-0.4515018),(-0.6731403,0.4373031,-0.5963624),(-0.6972365,0.4210043,-0.5801868),(-0.7063395,0.4700513,-0.529279),(-0.6839716,0.487718,-0.5425071),(-0.7199414,0.4011884,-0.5663323),(-0.7408454,0.3773686,-0.5556446),(-0.7448452,0.426315,-0.5132845),(-0.7267433,0.449715,-0.5192308),(-0.7101107,0.5210801,-0.4735169),(-0.728969,0.4999101,-0.4676474),(-0.7452655,0.4774599,-0.4654153),(-0.7262751,0.5507895,-0.4112849),(-0.742806,0.52863,-0.4108402),(-0.7071681,0.5737294,-0.4132164),(-0.6888712,0.5410856,-0.482372),(-0.6854684,0.5971273,-0.4166198),(-0.7609847,0.3486336,-0.5471353),(-0.7818154,0.3155962,-0.5377395),(-0.7858376,0.3601463,-0.5027463),(-0.7635379,0.3970501,-0.5092751),(-0.803982,0.2809619,-0.5240929),(-0.8284916,0.2471929,-0.5024911),(-0.8412926,0.2717912,-0.4672862),(-0.8117152,0.3177277,-0.4900688),(-0.8189352,0.3634148,-0.4441564),(-0.7884398,0.4110031,-0.4576451),(-0.8539481,0.3072909,-0.4199346),(-0.8650358,0.3519099,-0.3575924),(-0.8254344,0.4146266,-0.3830703),(-0.7904642,0.4642953,-0.399495),(-0.7636161,0.4492728,-0.4637286),(-0.7624567,0.5019273,-0.4083244),(-0.85307,0.2203602,-0.4729829),(-0.8753182,0.2051807,-0.4378572),(-0.8940325,0.2021355,-0.3998087),(-0.8699484,0.2307514,-0.435825),(-0.8954632,0.200881,-0.3972311),(-0.9132269,0.2067105,-0.3511229),(-0.9316797,0.1794223,-0.3158808),(-0.9144804,0.1852494,-0.3597335),(-0.9305506,0.1803948,-0.318643),(-0.9111668,0.2106486,-0.3541219),(-0.9457529,0.1617712,-0.2817473),(-0.9553942,0.1576452,-0.2497396),(-0.9427893,0.1893848,-0.274375),(-0.9250714,0.2325899,-0.3002414),(-0.8862631,0.2528834,-0.3880563),(-0.9000466,0.2870101,-0.3279344),(-0.9307057,0.214553,-0.296233),(-0.9490064,0.2146399,-0.2309036),(-0.9624839,0.1721651,-0.2097234),(-0.947436,0.177805,-0.2659894),(-0.9658458,0.2039865,-0.1597855),(-0.979587,0.1803334,-0.08882055),(-0.9851741,0.1397457,-0.09951497),(-0.9752995,0.1601012,-0.152179),(-0.9794524,0.124028,-0.1590282),(-0.9702184,0.1375681,-0.199377),(-0.9861558,0.1075285,-0.126232),(-0.9821826,0.0846662,-0.167776),(-0.9786863,0.09861493,-0.1801333),(-0.9729424,0.1147795,-0.2005209),(-0.9587166,0.1495762,-0.2418457),(-0.9651036,0.1341102,-0.2249212),(-0.9881739,0.1507566,-0.02801309),(-0.9921626,0.1241166,0.01444061),(-0.9944088,0.09766036,-0.04016801),(-0.9913544,0.1165769,-0.06021807),(-0.9942132,0.1010754,0.0363884),(-0.996016,0.08161797,0.03592779),(-0.9953446,0.07487596,-0.06068517),(-0.9956836,0.083688,-0.04013196),(-0.9898967,0.07537755,-0.120095),(-0.9911752,0.08047791,-0.1053335),(-0.9856203,0.07653087,-0.1506507),(-0.9697328,0.07890917,-0.2310661),(-0.9771209,0.0706007,-0.2006247),(-0.9814979,0.06917243,-0.1785415),(-0.990023,0.09143663,-0.10721),(-0.98317,0.07410503,-0.1669884),(-0.9977151,0.06646706,0.01210863),(-0.997807,0.05742766,-0.03291694),(-0.9855705,0.06861666,-0.1547335),(-0.9924843,0.06998124,-0.1003873),(-0.9939451,0.05575856,-0.09468088),(-0.9837876,0.06253646,-0.1680809),(-0.9550024,0.08161172,-0.2851489),(-0.9732383,0.07212409,-0.2181866),(-0.950501,0.09530421,-0.2957449),(-0.9659674,0.0869526,-0.2436111),(-0.9321652,0.1073379,-0.3457554),(-0.9256662,0.1305688,-0.3550971),(-0.936782,0.1153614,-0.33035),(-0.9485204,0.1023531,-0.2997212),(-0.9777121,0.08112664,-0.1936431),(-0.9598017,0.09056274,-0.2656673),(-0.9666567,0.07274086,-0.2455269),(-0.943885,0.08144499,-0.3200747),(-0.907934,0.1023924,-0.4064131),(-0.9323552,0.09308016,-0.3493562),(-0.9171725,0.0901399,-0.3881617),(-0.8889309,0.1003768,-0.4469078),(-0.8618733,0.1190925,-0.4929415),(-0.8837168,0.1106487,-0.4547544),(-0.881318,0.1397304,-0.451391),(-0.8957124,0.130894,-0.4249308),(-0.8712352,0.1474558,-0.4681945),(-0.9121322,0.1803121,-0.3681064),(-0.9097757,0.1711168,-0.3781894),(-0.911357,0.1597224,-0.379364),(-0.9131093,0.1202738,-0.3895711),(-0.916757,0.1461678,-0.3717414),(-0.8619514,0.1121322,-0.4944352),(-0.8384077,0.1246445,-0.5306),(-0.8320426,0.1394143,-0.5369068),(-0.8443007,0.1286123,-0.5202069),(-0.8194399,0.1380683,-0.5562872),(-0.8058143,0.1525653,-0.5721775),(-0.8245187,0.1645908,-0.5413674),(-0.8254355,0.1514451,-0.543802),(-0.8702165,0.1755872,-0.4603178),(-0.865865,0.1649984,-0.4722852),(-0.8786263,0.1869616,-0.4393872),(-0.9447815,0.2169706,-0.2455842),(-0.9349421,0.2075561,-0.2877565),(-0.9256278,0.1980256,-0.3224885),(-0.8661104,0.1555374,-0.4750379),(-0.9177641,0.1888174,-0.3493667),(-0.7981139,0.1676585,-0.5787094),(-0.7965241,0.1826425,-0.5763602),(-0.8386734,0.1921303,-0.5096204),(-0.8291022,0.178378,-0.5298783),(-0.8007576,0.1972247,-0.5655878),(-0.8103879,0.2110761,-0.5465512),(-0.8693457,0.2171729,-0.4439301),(-0.8524092,0.2052711,-0.4808976),(-0.9195852,0.2195468,-0.3258257),(-0.9043664,0.2096649,-0.3717016),(-0.9348082,0.2274651,-0.2727512),(-0.9706398,0.2399379,-0.01697771),(-0.9679489,0.2376943,-0.08109591),(-0.9622157,0.2327307,-0.1413412),(-0.8903366,0.1985596,-0.4097252),(-0.9541931,0.2256118,-0.1965065),(-0.8244674,0.224543,-0.5194554),(-0.8417642,0.2378348,-0.4846316),(-0.9069623,0.2383953,-0.3472564),(-0.888042,0.2281234,-0.3991755),(-0.8611939,0.2503489,-0.4423465),(-0.8816106,0.2614894,-0.39292),(-0.9407398,0.2543751,-0.2242808),(-0.9249097,0.2473422,-0.2887278),(-0.9670388,0.2414983,-0.08071214),(-0.9596125,0.2385346,-0.1491476),(-0.970197,0.2421424,-0.009211733),(-0.9406615,0.2272879,0.2519842),(-0.9545342,0.2337129,0.1850476),(-0.9642003,0.2378364,0.1172674),(-0.9485872,0.2336821,-0.2134829),(-0.9695483,0.239827,0.04958956),(-0.9016977,0.271133,-0.3367909),(-0.920172,0.2791944,-0.2744704),(-0.9616259,0.2620794,-0.0811796),(-0.9533088,0.2593247,-0.154768),(-0.935983,0.2851354,-0.2064788),(-0.9481257,0.2884952,-0.1335226),(-0.9628865,0.2595514,0.07404451),(-0.9649912,0.2622431,-0.004539382),(-0.9497131,0.2301639,0.2122962),(-0.9617143,0.2365233,0.1384279),(-0.9326765,0.2213279,0.2848307),(-0.8493775,0.1830898,0.4950111),(-0.8765876,0.1966753,0.4392186),(-0.9012485,0.208605,0.3797831),(-0.9685315,0.240461,0.06422701),(-0.9227813,0.2188155,0.3171659),(-0.9558194,0.2885036,-0.05634689),(-0.9584336,0.2843016,0.02403334),(-0.9417361,0.2430585,0.2324986),(-0.9551157,0.2533694,0.1534863),(-0.9554393,0.2753532,0.1063782),(-0.9465175,0.2613031,0.1892761),(-0.8993956,0.2096517,0.38358),(-0.9229933,0.2284765,0.3096478),(-0.8563877,0.1771023,0.4850102),(-0.885307,0.1949021,0.4221905),(-0.8251595,0.1564651,0.5427986),(-0.7299187,0.1118794,0.6743157),(-0.7597162,0.1320397,0.6367079),(-0.7901214,0.1507249,0.5941297),(-0.9109999,0.2096766,0.3551266),(-0.8202937,0.1677874,0.5467775),(-0.9315993,0.2420512,0.2711714),(-0.911013,0.2175383,0.3503318),(-0.8407416,0.1601523,0.5172088),(-0.8716643,0.1868013,0.4531078),(-0.8854652,0.1877095,0.4251077),(-0.85588,0.1527301,0.4941084),(-0.7739222,0.09623403,0.625926),(-0.8077582,0.1298845,0.5750275),(-0.7276103,0.08011324,0.6812965),(-0.7597198,0.1077465,0.6412615),(-0.697349,0.05053376,0.714948),(-0.6323966,0.02016608,0.7743822),(-0.6520114,0.04450975,0.7569016),(-0.6753019,0.0679636,0.7344033),(-0.792597,0.1332629,0.595005),(-0.7015275,0.09045682,0.7068782),(-0.8232031,0.1141827,0.5561466),(-0.7886366,0.07364172,0.6104336),(-0.708165,0.0246598,0.7056162),(-0.7403517,0.06068469,0.669475),(-0.7536964,0.0313818,0.6564731),(-0.7199128,-0.01240194,0.6939536),(-0.6526787,-0.04839484,0.7560875),(-0.6785512,-0.01171117,0.7344598),(-0.626797,-0.03911418,0.7782003),(-0.6461016,-0.009673245,0.7631902),(-0.6127993,-0.06813612,0.7872955),(-0.6016783,-0.0497496,0.7971877),(-0.6025614,-0.07110848,0.7948985),(-0.6066958,-0.02742679,0.7944608),(-0.6698951,0.02022007,0.7421803),(-0.6171067,-0.00412108,0.7868687),(-0.6889885,-0.05562177,0.7226348),(-0.6630936,-0.09632526,0.7423128),(-0.6184679,-0.1133699,0.7775891),(-0.6319905,-0.08304019,0.7705144),(-0.6445376,-0.1346424,0.752624),(-0.6354752,-0.1708143,0.7529899),(-0.6141613,-0.1395703,0.7767407),(-0.62093,-0.161811,0.7669831),(-0.6054598,-0.1141639,0.7876453),(-0.6149628,-0.1285513,0.7780074),(-0.6348388,-0.1371793,0.7603693),(-0.6462046,-0.1035068,0.7561123),(-0.6753095,-0.1005541,0.7306477),(-0.6244099,-0.09948633,0.7747353),(-0.6051974,-0.09404834,0.7905004),(-0.6099483,-0.08865485,0.7874665),(-0.6379014,-0.1981343,0.744194),(-0.6523461,-0.2097447,0.7283213),(-0.6397713,-0.1754268,0.7482767),(-0.6692915,-0.1754232,0.7219942),(-0.6773704,-0.2054026,0.7063845),(-0.711015,-0.1846332,0.6785043),(-0.7062039,-0.1611946,0.6894144),(-0.7469692,-0.132212,0.6515803),(-0.7440456,-0.1058796,0.6596861),(-0.7027099,-0.1274685,0.6999647),(-0.7850701,-0.07258315,0.6151394),(-0.8233805,-0.01232297,0.5673559),(-0.787902,-0.04652718,0.6140405),(-0.7492937,-0.072484,0.658259),(-0.6649675,-0.1376945,0.7340698),(-0.710618,-0.0903506,0.6977527),(-0.7501228,-0.1505071,0.6439437),(-0.7908636,-0.1061498,0.6027163),(-0.8261905,-0.04333416,0.5617218),(-0.7879271,-0.09178209,0.6088899),(-0.8296129,-0.05118674,0.5559877),(-0.8629265,0.01408533,0.5051332),(-0.8859741,0.07755072,0.4572044),(-0.8595548,0.01324107,0.5108721),(-0.8800169,0.07367499,0.4691933),(-0.8546229,0.01856563,0.5189171),(-0.8976443,0.1347208,0.4196247),(-0.9017431,0.1783196,0.3937786),(-0.8933234,0.1239946,0.4319707),(-0.8770496,0.07390157,0.4746814),(-0.8225629,-0.03020572,0.5678712),(-0.8534925,0.02840831,0.5203304),(-0.8886532,0.0799415,0.4515581),(-0.9072932,0.1370218,0.3975475),(-0.9178149,0.1919663,0.3475124),(-0.9048663,0.1401411,0.4019669),(-0.9197165,0.1852683,0.3461174),(-0.9268495,0.2250808,0.3004806),(-0.9309121,0.2637543,0.2526589),(-0.9260915,0.2330191,0.2967434),(-0.9188961,0.2735434,0.2842603),(-0.9147623,0.2388468,0.3258253),(-0.9220875,0.2971573,0.2478954),(-0.9026376,0.321577,0.2860658),(-0.9022858,0.3005471,0.3091147),(-0.9032767,0.2699198,0.3335183),(-0.9082873,0.1926311,0.3713589),(-0.9038805,0.2292989,0.3611398),(-0.9288692,0.2613554,0.2624796),(-0.9258275,0.2987315,0.2315232),(-0.9281818,0.3213972,0.1875698),(-0.9318684,0.2910237,0.2166253),(-0.9185528,0.33743,0.2059172),(-0.9075485,0.3775308,0.1839192),(-0.9088965,0.391941,0.1424411),(-0.9204375,0.3550475,0.1635122),(-0.9199538,0.343561,0.1888147),(-0.9129472,0.3743132,0.1625331),(-0.9019578,0.4099272,0.1357636),(-0.893984,0.3999219,0.2021261),(-0.8838211,0.4385844,0.1627999),(-0.9000248,0.3673393,0.2345574),(-0.9230589,0.3178598,0.2166276),(-0.9027441,0.3411963,0.2619891),(-0.8848976,0.4362114,0.163327),(-0.8335099,0.5336034,0.1432782),(-0.886126,0.4469966,0.1223717),(-0.8369789,0.5372999,0.1038039),(-0.7301386,0.6714804,0.1265368),(-0.5413669,0.8323513,0.1187981),(-0.7424375,0.6635372,0.09222157),(-0.5762233,0.8114126,0.09785826),(-0.8343676,0.5456493,0.07808764),(-0.7499708,0.6591059,0.05588723),(-0.608316,0.7919661,0.052356),(-0.6194849,0.7848058,-0.01783977),(-0.7427337,0.6694027,0.01571345),(-0.8198037,0.5690423,0.06413037),(-0.880124,0.4625171,0.1070498),(-0.8629605,0.4918158,0.1158289),(-0.3146603,0.9398328,0.1330536),(-0.1479788,0.973128,0.176421),(-0.376387,0.9168169,0.1333398),(-0.2216438,0.9548622,0.1977678),(-0.05268348,0.969583,0.2390258),(-0.02190574,0.9508148,0.3089843),(-0.08326022,0.9343765,0.3464221),(-0.1250859,0.9534054,0.2745388),(-0.2998249,0.9441636,0.1366017),(-0.2011764,0.9580899,0.2039404),(-0.1424823,0.9539683,0.2639003),(-0.1774456,0.9830961,0.04511091),(-0.2503954,0.9679157,0.02100515),(-0.3493065,0.9369817,-0.007095997),(-0.439134,0.8948317,0.08023503),(-0.4746258,0.879842,-0.02466975),(-0.0281557,0.9277448,0.3721517),(-0.04655312,0.9079657,0.4164506),(-0.06811021,0.9024538,0.425368),(-0.07185091,0.9140698,0.3991413),(-0.07523652,0.8963103,0.4369982),(-0.1121104,0.8959596,0.429753),(-0.0728564,0.9178928,0.3900829),(-0.06956243,0.9033148,0.4233007),(-0.04711044,0.9523514,0.3013427),(-0.07535409,0.9461172,0.3149347),(-0.0183981,0.9647766,0.2624262),(0.01982333,0.9994623,0.02611452),(-0.02218642,0.9990127,0.03848803),(-0.06855048,0.9963634,0.05060312),(-0.1062766,0.9471973,0.3025267),(-0.1200411,0.991249,0.05491352),(-0.1484957,0.9068817,0.3943532),(-0.1763003,0.9236479,0.3402836),(-0.09851382,0.9640954,0.2466072),(-0.08049489,0.941601,0.326968),(-0.1988093,0.9379178,0.2842271),(-0.2193266,0.94419,0.2457663),(-0.1893847,0.9743431,0.1216104),(-0.1334021,0.9762812,0.170525),(-0.07582717,0.9927475,0.09328729),(-0.02068564,0.9895488,0.1427068),(-0.1709853,0.9825958,0.07259106),(-0.1942719,0.9764153,0.09418895),(-0.06708028,0.9964791,0.05029596),(0.01017942,0.9995615,0.02780344),(-0.003461566,0.9787924,0.2048251),(0.0379419,0.9990595,0.02098411),(-0.2460369,0.9397382,0.2373983),(-0.2855862,0.9229513,0.2580725),(-0.3213268,0.9368809,0.137853),(-0.2556811,0.9601972,0.1124654),(-0.3360117,0.8937167,0.2972651),(-0.3976575,0.850755,0.3436344),(-0.4481969,0.8632758,0.2321084),(-0.3850254,0.9046132,0.1828395),(-0.4296906,0.8835575,0.1862582),(-0.36147,0.923,0.1319495),(-0.4840502,0.8433673,0.2332961),(-0.4976476,0.7978882,0.3401783),(-0.4684689,0.8306799,0.3008451),(-0.4136017,0.8797658,0.2344052),(-0.2754973,0.95724,0.08827651),(-0.3237472,0.9326132,0.1594384),(-0.4420092,0.8088306,0.3878415),(-0.443855,0.7898967,0.42315),(-0.4829574,0.8215269,0.3030603),(-0.4879974,0.8287298,0.2739806),(-0.4052303,0.8000121,0.4424579),(-0.3252728,0.8394129,0.4354119),(-0.3332927,0.8932574,0.3016739),(-0.4326029,0.8448068,0.3148908),(-0.4340686,0.8638632,0.2555871),(-0.495312,0.8263933,0.2678434),(-0.3221577,0.9200965,0.2227937),(-0.2872453,0.9384003,0.1920802),(-0.4014975,0.8788553,0.2577074),(-0.4712349,0.8253335,0.3110665),(-0.5110715,0.819003,0.2608445),(-0.5012892,0.7948382,0.341967),(-0.2386874,0.886336,0.3967829),(-0.182962,0.9239719,0.3358581),(-0.1534495,0.96623,0.2070092),(-0.2252857,0.9384344,0.2618915),(-0.1574505,0.9516667,0.2637043),(-0.151604,0.9624063,0.2253674),(-0.1173604,0.9822285,0.1464711),(-0.1071884,0.987615,0.114574),(-0.1227282,0.9847704,0.1231459),(-0.08095071,0.9940311,0.07313772),(-0.06838941,0.9964914,0.04824886),(-0.04963061,0.9980601,0.03758593),(-0.03661042,0.9991336,0.01979311),(-0.09172049,0.9927294,0.07794622),(-0.2026938,0.9635262,0.1747356),(-0.1700434,0.9769657,0.1289309),(5.88537e-5,0.9999999,0.0004457577),(2.251368e-5,1,6.19237e-6),(-0.0001224988,0.9999982,0.001881438),(0.001055244,0.9999989,0.00107555),(0.0003257632,0.9999999,0.0003116479),(9.950806e-5,1,5.140784e-5),(-0.00109518,0.9999892,0.004530277),(-0.003429719,0.9999573,0.008587022),(0.004702813,0.9999814,0.003878098),(0.002442506,0.9999943,0.00228786),(0.008126825,0.9999607,0.003551439),(0.003181272,0.9999931,0.00189151),(0.01684098,0.9998444,0.005264246),(0.03323835,0.999353,0.01373809),(0.01608279,0.999831,0.008894471),(0.006313061,0.9999694,0.004608993),(0.0008786831,0.9999995,0.0006529592),(0.000251257,0.9999999,0.0001884767),(0.001743145,0.9999973,0.001579001),(0.0004944843,0.9999998,0.0004727792),(-0.007796887,0.9998729,0.013912),(-0.01473382,0.999684,0.02036756),(0.01043434,0.9999254,0.006343134),(0.007595595,0.999957,0.005344988),(-0.02456966,0.9992997,0.02822244),(-0.0376423,0.9985742,0.03784965),(0.01313385,0.9998822,0.007945899),(0.01251416,0.9998963,0.007119237),(0.05971309,0.9982143,-0.001572462),(0.0440352,0.9990252,0.003089356),(0.07482189,0.9971638,-0.008129745),(0.1476781,0.9889787,-0.01059691),(0.1174238,0.9930778,0.0028458),(0.08651286,0.9961808,0.01180573),(0.02925883,0.9995568,0.005493206),(0.05758127,0.9982182,0.01564802),(-0.05382252,0.9972805,0.05034618),(-0.0730002,0.9950985,0.06670789),(0.009594637,0.9998361,0.01535034),(0.01220275,0.9998733,0.01021676),(-0.09543424,0.9916263,0.08700228),(-0.1215684,0.9863226,0.1113056),(0.004737088,0.9997102,0.02360265),(-0.003031199,0.9993745,0.03523332),(0.1118351,0.9934981,-0.02131682),(0.1014039,0.99466,-0.0191995),(0.1193274,0.9926416,-0.02058339),(0.2473503,0.9670532,-0.06021416),(0.2267154,0.9726313,-0.05087748),(0.2027708,0.978443,-0.03915686),(0.08881915,0.9959399,-0.0146587),(0.1762005,0.9840226,-0.02555312),(-0.1505242,0.9778387,0.1455126),(-0.1824231,0.9634402,0.1962269),(-0.01375516,0.9984058,0.05474129),(-0.02884392,0.9957514,0.08744669),(-0.2203066,0.9387849,0.2648546),(-0.2669926,0.8973137,0.3514868),(-0.052574,0.9893539,0.1357016),(-0.089898,0.9752266,0.2021172),(0.1215275,0.992587,0.001428242),(0.1104508,0.9934851,0.02807059),(0.08516864,0.9940132,0.06844112),(0.2771009,0.9590003,-0.05944353),(0.2683847,0.9622576,-0.04505765),(0.2745693,0.9593107,-0.06583825),(0.1231773,0.9922839,-0.01413845),(0.2638084,0.9623323,-0.06573969),(-0.3270981,0.8349002,0.4426607),(-0.4004849,0.7520917,0.5234213),(-0.1469858,0.948773,0.2796875),(-0.2251413,0.9060002,0.3584341),(-0.4795833,0.6495826,0.5899512),(-0.556637,0.5299713,0.6397544),(-0.318809,0.8425519,0.434128),(-0.4210972,0.7555245,0.5018564),(-0.02626041,0.9830732,0.1813213),(-0.1128656,0.9621661,0.2479875),(-0.2166122,0.9232309,0.3173701),(0.1497972,0.9872816,0.0532557),(0.07413722,0.9917225,0.1048343),(0.2063981,0.9784065,0.01098304),(0.04034418,0.9918573,0.1207949),(0.2454874,0.9691566,-0.02170858),(-0.6208755,0.3950552,0.6770858),(-0.6621807,0.2500321,0.7063997),(-0.5198842,0.6407452,0.5649477),(-0.6001068,0.4978875,0.626083),(-0.6776831,0.1055492,0.7277397),(-0.6690485,-0.02996987,0.7426143),(-0.6518528,0.3358052,0.6799432),(-0.6710352,0.1667509,0.7224305),(-0.4400578,0.7573248,0.4825023),(-0.5336425,0.619109,0.5761335),(-0.5978891,0.4477852,0.6648437),(-0.2451535,0.8945385,0.3737656),(-0.3578026,0.7845354,0.5064399),(-0.1289875,0.9567775,0.2606511),(-0.329983,0.8577452,0.3941881),(-0.02047344,0.9849422,0.1716679),(-0.6456711,-0.1487943,0.7489787),(-0.6168585,-0.2482678,0.7468928),(-0.6658828,0.006669002,0.7460266),(-0.6476599,-0.1346976,0.7499288),(-0.5844041,-0.3307184,0.741011),(-0.5487001,-0.3973797,0.735539),(-0.6192893,-0.256937,0.7419326),(-0.5819818,-0.3604403,0.7289582),(-0.6410553,0.08637007,0.7626194),(-0.6294371,-0.0731643,0.7735994),(-0.5994616,-0.2119941,0.7718188),(-0.5548549,0.2613047,0.7898455),(-0.5525458,0.09073258,0.8285294),(-0.5226036,0.4458542,0.7267045),(-0.6314345,0.2630692,0.7294416),(-0.4540947,0.6281596,0.6318334),(-0.5169257,-0.4453921,0.7310361),(-0.4980685,-0.4724729,0.7271157),(-0.5454623,-0.4409465,0.7127672),(-0.5218519,-0.495691,0.6942342),(-0.493309,-0.4806446,0.7250015),(-0.5025309,-0.4707873,0.7251359),(-0.5133443,-0.5281476,0.6764153),(-0.5203913,-0.5402018,0.6613433),(-0.537654,-0.4046541,0.7397184),(-0.5250097,-0.4596003,0.7163325),(-0.5270843,-0.4914771,0.6932766),(-0.5048411,-0.2498829,0.826253),(-0.5081705,-0.3104301,0.8033653),(-0.5138316,-0.1651295,0.8418487),(-0.563783,-0.3236527,0.7598669),(-0.5322255,-0.05309932,0.8449357),(-0.518622,-0.4464773,0.7291701),(-0.5337352,-0.4106984,0.739225),(-0.5353085,-0.5369123,0.6520506),(-0.5499424,-0.5226644,0.6514485),(-0.5460141,-0.3613419,0.7558444),(-0.5529913,-0.2961443,0.7787806),(-0.563336,-0.49661,0.6603264),(-0.5742091,-0.457432,0.6789992),(-0.5450503,-0.511082,0.6646168),(-0.5527461,-0.5048965,0.6629866),(-0.5589297,-0.4881297,0.6703187),(-0.5302156,-0.4089023,0.7427451),(-0.534875,-0.4223939,0.7317733),(-0.524322,-0.3862945,0.7588564),(-0.536378,-0.5067266,0.6749272),(-0.5170662,-0.353778,0.7794124),(-0.5502434,-0.2161962,0.8065304),(-0.5351592,-0.1258903,0.8353181),(-0.5806735,-0.4049789,0.706265),(-0.5816804,-0.3410521,0.7384656),(-0.5093306,-0.03077054,0.8600206),(-0.4763095,0.06270335,0.8770391),(-0.5775144,-0.2687017,0.7708933),(-0.569171,-0.1914984,0.7996079),(-0.569662,-0.422082,0.7052177),(-0.5754139,-0.3755481,0.7265414),(-0.5817533,-0.3226758,0.7466213),(-0.5635195,-0.404471,0.7203117),(-0.5805764,-0.3813893,0.7193561),(-0.5502092,-0.4196423,0.7219213),(-0.564221,-0.4603043,0.6854011),(-0.5407068,-0.4260402,0.7253452),(-0.4391116,0.1474818,0.886245),(-0.3996797,0.2192701,0.8900431),(-0.5561239,-0.1144154,0.823186),(-0.5374342,-0.04146269,0.8422859),(-0.3601882,0.2772186,0.890738),(-0.3221248,0.321739,0.8903481),(-0.5138113,0.02552092,0.8575235),(-0.4863315,0.08498691,0.8696315),(-0.5866245,-0.2118723,0.7816533),(-0.5823866,-0.1577996,0.7974492),(-0.5737747,-0.1058945,0.8121385),(-0.6241356,-0.2913189,0.7249745),(-0.6323538,-0.2580846,0.7304252),(-0.6126554,-0.323227,0.7212334),(-0.5863555,-0.2670975,0.7647524),(-0.598058,-0.3533625,0.719348),(-0.2907224,0.3605829,0.8862621),(-0.2695687,0.4016921,0.8752006),(-0.4595113,0.1417719,0.8767839),(-0.4359903,0.2023547,0.8769066),(-0.2564449,0.447022,0.8569757),(-0.2485865,0.4977692,0.8309215),(-0.4127527,0.2695152,0.8700557),(-0.3857372,0.3453659,0.8555287),(-0.5521334,0.005039866,0.8337406),(-0.5371376,0.0718983,0.8404247),(-0.5139121,0.1504689,0.8445433),(-0.6432267,-0.129788,0.7545955),(-0.6370991,-0.06925333,0.7676644),(-0.6427241,-0.1798218,0.7446944),(-0.5633183,-0.05319168,0.824526),(-0.6384355,-0.2218616,0.7370058),(-0.2354084,0.5383883,0.8091483),(-0.2117154,0.5532419,0.8056674),(-0.345958,0.4166813,0.8406484),(-0.2915779,0.4670298,0.8347847),(-0.1851206,0.539018,0.8216995),(-0.1635683,0.4911412,0.855585),(-0.233614,0.4892346,0.840282),(-0.1844168,0.4780163,0.8587729),(-0.4182037,0.3073972,0.8547587),(-0.3535432,0.3623321,0.8623936),(-0.294413,0.3898174,0.8725614),(-0.5445934,0.1418406,0.8266192),(-0.4957567,0.200782,0.8449332),(-0.5879349,0.07235833,0.8056656),(-0.474859,0.2333086,0.848573),(-0.619608,-0.0001229429,0.7849113),(-0.1612369,0.4235068,0.8914285),(-0.1856325,0.3557071,0.9159765),(-0.1614083,0.4038009,0.9004955),(-0.1584472,0.4442022,0.8818043),(-0.2305975,0.2901121,0.9287947),(-0.2883404,0.2269413,0.9302459),(-0.2267834,0.3168623,0.9209601),(-0.1866465,0.3609416,0.9137199),(-0.2341811,0.3659111,0.9007043),(-0.2355126,0.3836533,0.8929412),(-0.2432915,0.3437902,0.9069827),(-0.327176,0.2949595,0.8977498),(-0.365222,0.2875507,0.8853968),(-0.4045283,0.271863,0.8731823),(-0.2536858,0.3936352,0.8835694),(-0.4478122,0.2442312,0.8601251),(-0.3492331,0.1653911,0.9223241),(-0.4058858,0.10639,0.9077103),(-0.2731233,0.2694237,0.9234796),(-0.3181529,0.2178152,0.9226784),(-0.453627,0.05443214,0.8895278),(-0.4896688,0.01298972,0.8718118),(-0.3567457,0.1658738,0.9193575),(-0.3845686,0.1174624,0.9155925),(-0.2671138,0.2826776,0.9212729),(-0.2732148,0.2441445,0.9304554),(-0.2711793,0.202629,0.9409587),(-0.1398275,0.2518902,0.957601),(-0.1938569,0.2742743,0.9419093),(-0.2428601,0.2886501,0.926121),(-0.2560963,0.3164388,0.91339),(-0.2871661,0.2954023,0.9111933),(-0.5140287,-0.01611322,0.8576216),(-0.5290877,-0.03316673,0.8479187),(-0.4013149,0.07842864,0.9125761),(-0.4096716,0.05234474,0.91073),(-0.5374151,-0.03977597,0.8423792),(-0.5408459,-0.03730157,0.8402942),(-0.4089522,0.03428223,0.9119115),(-0.4117038,0.03800223,0.910525),(-0.2305625,0.1256288,0.9649136),(-0.2479914,0.1401937,0.9585645),(-0.2102505,0.1215451,0.9700626),(0.08024263,0.2102356,0.9743521),(0.02573073,0.2076256,0.9778699),(-0.02887067,0.213966,0.9764144),(-0.2618182,0.1657311,0.9507809),(-0.08386154,0.2289716,0.9698141),(-0.5391178,-0.029884,0.8417),(-0.5312609,-0.02114518,0.8469444),(-0.3855868,0.04073434,0.921772),(-0.4006957,0.03660328,0.9154797),(-0.5173434,-0.0113503,0.8557026),(-0.4973502,-0.0007520216,0.8675495),(-0.3351576,0.05317099,0.9406606),(-0.3637091,0.04636257,0.9303582),(-0.1186691,0.1305047,0.9843202),(-0.1551264,0.1263774,0.9797778),(-0.07656235,0.1354646,0.9878196),(0.3219369,0.2377466,0.9164241),(0.2577896,0.231242,0.9381214),(0.1957085,0.2244321,0.9546353),(-0.1856891,0.1233196,0.9748394),(0.1363552,0.2174007,0.9665114),(-0.471268,0.01110746,0.8819201),(-0.4387234,0.02469929,0.8982826),(-0.256479,0.06961035,0.9640399),(-0.2996571,0.06097947,0.9520961),(-0.398609,0.0398513,0.9162548),(-0.3495011,0.05635784,0.9352395),(-0.141175,0.08831695,0.9860374),(-0.2042079,0.07883026,0.9757484),(0.09156326,0.1453618,0.9851326),(0.02742141,0.1435853,0.989258),(0.1656003,0.1452438,0.9754388),(0.6102571,0.2246716,0.7596769),(0.5326947,0.2353618,0.8129213),(0.45888,0.2410736,0.8551682),(-0.02818451,0.1402076,0.9897208),(0.3887413,0.2418126,0.8890483),(-0.289754,0.07134965,0.9544379),(-0.2191633,0.08158402,0.9722712),(0.01834473,0.1017442,0.9946415),(-0.06658833,0.09657498,0.9930958),(-0.139744,0.08618373,0.9864299),(-0.05390758,0.0846185,0.994954),(0.2055405,0.09954949,0.9735723),(0.1102654,0.1028916,0.988562),(0.4321277,0.1361045,0.8914827),(0.3391727,0.1408244,0.9301239),(0.5235571,0.1292344,0.842132),(0.8886332,0.1804094,0.4216437),(0.832828,0.189712,0.5200066),(0.7648985,0.2002874,0.6122214),(0.248961,0.1436568,0.9578002),(0.6890739,0.2119702,0.6929977),(0.03425491,0.0831683,0.9959466),(0.1207283,0.08822026,0.9887577),(0.2997859,0.09738169,0.9490234),(0.3893662,0.1019526,0.9154232),(0.2038636,0.09919663,0.9739608),(0.2818898,0.1151522,0.9525115),(0.4730719,0.1124349,0.8738199),(0.5495595,0.1275267,0.8256641),(0.6859453,0.1263052,0.7166074),(0.7527951,0.132706,0.6447392),(0.8092783,0.1420912,0.5699813),(0.975617,0.1694189,0.1395305),(0.9840227,0.1675385,0.06025011),(0.9586583,0.1709777,0.2274661),(0.6092656,0.1246725,0.7831042),(0.9304956,0.1739873,0.3223453),(0.3539566,0.1332911,0.925715),(0.4208013,0.1515497,0.8944043),(0.6180467,0.1440555,0.7728302),(0.678954,0.1597488,0.7165903),(0.4828289,0.1702401,0.8590079),(0.5401765,0.1894916,0.8199404),(0.7323099,0.174867,0.6581365),(0.7782326,0.1895984,0.5986705),(0.8922057,0.1603962,0.4221872),(0.9207211,0.1682469,0.3520876),(0.9420151,0.1756993,0.2858975),(0.9800543,0.158778,-0.1195119),(0.9741259,0.1561838,-0.1633565),(0.984459,0.1617511,-0.06838716),(0.8553692,0.1518012,0.4952778),(0.9862878,0.1648015,-0.008769499),(0.5934118,0.2070718,0.777807),(0.6437125,0.2210796,0.7326378),(0.8175349,0.2018787,0.5393346),(0.8516414,0.2100503,0.4801935),(0.6917279,0.232234,0.6837981),(0.7379094,0.2412215,0.6303189),(0.8813931,0.2150139,0.4206127),(0.9073507,0.2175724,0.3596902),(0.9689737,0.1829222,0.166221),(0.976983,0.1822886,0.1107932),(0.9820549,0.1798829,0.05665866),(0.9535387,0.1426429,-0.265362),(0.9455578,0.1364485,-0.2954694),(0.9607735,0.1482581,-0.2343795),(0.9575791,0.1810317,0.2242091),(0.9675909,0.1529421,-0.2009392),(0.7815685,0.2502293,0.5714334),(0.8206619,0.2608479,0.5084019),(0.9290934,0.2205843,0.2968639),(0.9455471,0.2263939,0.2338514),(0.8536513,0.2725452,0.4438453),(0.8797121,0.284943,0.3806758),(0.9564725,0.2346917,0.1734362),(0.9622003,0.2452965,0.1183223),(0.9820734,0.1818554,-0.04960356),(0.9770854,0.188569,-0.09872117),(0.9695757,0.1987744,-0.1428694),(0.9116329,0.1362007,-0.387782),(0.897358,0.1434692,-0.4173311),(0.9245989,0.1323274,-0.3572203),(0.9838716,0.1788543,0.002797865),(0.9359889,0.1322647,-0.3262373),(0.8988495,0.2975269,0.3217879),(0.9117234,0.3100939,0.2694479),(0.9635463,0.2579713,0.07091842),(0.9615361,0.2726935,0.03296303),(0.9191779,0.3230332,0.2253034),(0.9221151,0.3367652,0.1905071),(0.9570442,0.2898836,0.00583493),(0.9506891,0.3100077,-0.009242647),(0.9503672,0.229181,-0.2104241),(0.9402243,0.2498096,-0.2314595),(0.9304961,0.2747237,-0.2422889),(0.8497982,0.1844904,-0.4937674),(0.833611,0.2045021,-0.5130999),(0.8661008,0.1676663,-0.4709113),(0.9603903,0.2123005,-0.1804958),(0.8820877,0.1539752,-0.4452111),(0.9215413,0.3521215,0.1636213),(0.9187956,0.3692931,0.1394171),(0.943782,0.3303042,-0.0132195),(0.9376173,0.3474696,-0.01177618),(0.9151973,0.3874481,0.1108963),(0.9115372,0.4049921,0.07128338),(0.9325977,0.3606665,-0.01346226),(0.9293103,0.3683516,-0.02644813),(0.9199371,0.3137243,-0.2351442),(0.9195114,0.3208286,-0.2270855),(0.9211002,0.3179824,-0.224637),(0.8124253,0.2282349,-0.5365388),(0.8178024,0.2202494,-0.5316855),(0.8133934,0.2287779,-0.5348382),(0.9232537,0.2981076,-0.2423521),(0.8205777,0.2212607,-0.5269687),(0.907817,0.4190707,0.01575203),(0.9023038,0.4272314,-0.05763035),(0.9270329,0.3706219,-0.0570035),(0.9236488,0.3677382,-0.1078956),(0.8913562,0.4280849,-0.1490881),(0.8700041,0.42019,-0.2579401),(0.9163322,0.3581019,-0.17916),(0.9006383,0.3400702,-0.2705603),(0.9202272,0.29438,-0.2579191),(0.9141778,0.2757353,-0.2970672),(0.902016,0.2511578,-0.3511226),(0.844288,0.1832772,-0.5035746),(0.8497707,0.1671016,-0.4999669),(0.8361609,0.1968053,-0.5119596),(0.922167,0.3081079,-0.2338322),(0.8267508,0.2086991,-0.5224249),(0.8326632,0.4040495,-0.3787029),(0.7773775,0.383835,-0.4983522),(0.8688052,0.318686,-0.3789682),(0.8160487,0.3026277,-0.4924237),(0.7097188,0.3658867,-0.6020186),(0.638994,0.3576002,-0.6810352),(0.7469671,0.2979115,-0.5943811),(0.6703167,0.3108137,-0.6738474),(0.8355668,0.228471,-0.499629),(0.7786785,0.2467283,-0.5768752),(0.7095805,0.2890343,-0.6426156),(0.7996024,0.2275133,-0.555764),(0.7513409,0.2991664,-0.5882059),(0.8302422,0.1817136,-0.5269515),(0.8773336,0.2311968,-0.420516),(0.8466389,0.1619203,-0.5069363),(0.5764282,0.3593,-0.7339169),(0.5282655,0.3666785,-0.7658214),(0.6007665,0.3352843,-0.7257162),(0.5480925,0.3620597,-0.7539941),(0.4930481,0.3778975,-0.7836434),(0.4686528,0.3913615,-0.7919601),(0.5104579,0.3898837,-0.7664355),(0.4853789,0.4174797,-0.7681914),(0.5860595,0.3880734,-0.7112898),(0.5442773,0.4305379,-0.7199996),(0.5149678,0.4684612,-0.7178805),(0.5947685,0.4914207,-0.6362042),(0.5589148,0.534974,-0.6335747),(0.6404469,0.4390526,-0.6301274),(0.6411768,0.3409519,-0.6874911),(0.693757,0.3755603,-0.614537),(0.4476607,0.4102428,-0.7945445),(0.4235785,0.4378396,-0.793018),(0.4641809,0.4490706,-0.7634604),(0.4391617,0.4884895,-0.7539994),(0.395792,0.4732092,-0.7870336),(0.3640781,0.5151964,-0.7758994),(0.409516,0.5343427,-0.739442),(0.3749899,0.5852175,-0.7189597),(0.4600717,0.5538983,-0.6939241),(0.425075,0.6046234,-0.6736036),(0.3842817,0.658775,-0.6467944),(0.4461827,0.6770312,-0.5852774),(0.3963641,0.7304118,-0.556232),(0.4892966,0.625772,-0.6074523),(0.4896886,0.5080098,-0.7086121),(0.5264333,0.5779511,-0.623571),(0.3282963,0.5620841,-0.7591331),(0.2867616,0.6115338,-0.737424),(0.3366156,0.638509,-0.6920955),(0.2938853,0.6912608,-0.660144),(0.2369151,0.6610084,-0.7119965),(0.176673,0.7076942,-0.6840728),(0.2443266,0.7410408,-0.6254303),(0.1859541,0.7853815,-0.5904211),(0.2947667,0.7633924,-0.5747561),(0.2452043,0.8086146,-0.5348058),(0.1898634,0.8468664,-0.4967587),(0.2447394,0.8643745,-0.4392712),(0.1930217,0.894855,-0.402464),(0.2946682,0.8263593,-0.4798967),(0.3403871,0.71284,-0.6131849),(0.3445664,0.7814308,-0.5202306),(0.1117869,0.7472098,-0.6551192),(0.04854843,0.7781454,-0.626205),(0.1231747,0.8210552,-0.5574013),(0.06102126,0.8475707,-0.5271625),(-0.01345601,0.8018606,-0.5973596),(-0.07491215,0.8194252,-0.5682697),(-0.0007481453,0.8665345,-0.4991167),(-0.06273195,0.879072,-0.4725434),(0.07188725,0.8976878,-0.4347285),(0.01222324,0.9119444,-0.4101317),(-0.04842371,0.9200729,-0.3887428),(0.02805496,0.9435111,-0.3301514),(-0.02961838,0.9479957,-0.3169021),(0.08425047,0.9335356,-0.3484437),(0.1310722,0.8764626,-0.4632854),(0.1392895,0.917636,-0.3722131),(-0.1353505,0.8315332,-0.5387325),(-0.1933227,0.8385848,-0.509315),(-0.1242422,0.8859001,-0.4469281),(-0.1834525,0.8876979,-0.4223005),(-0.2484306,0.8409349,-0.4807397),(-0.3004719,0.8388576,-0.4539103),(-0.2396069,0.8852852,-0.3985708),(-0.2921968,0.8794498,-0.3757513),(-0.1698575,0.9200392,-0.3530953),(-0.2280139,0.9134793,-0.3369944),(-0.2831911,0.9039621,-0.3203988),(-0.2119139,0.9312282,-0.2964903),(-0.27238,0.9180258,-0.2881627),(-0.1504329,0.9413112,-0.3021638),(-0.109639,0.9225587,-0.3699522),(-0.08925837,0.9471544,-0.3081096),(-0.3504823,0.8322511,-0.4295582),(-0.3996136,0.8209168,-0.4079271),(-0.3415899,0.8705673,-0.3541592),(-0.3886528,0.8585105,-0.3345276),(-0.447975,0.8047626,-0.3894555),(-0.4957632,0.7836034,-0.3744124),(-0.4339075,0.8429727,-0.3179958),(-0.4778851,0.8235643,-0.3055613),(-0.3805719,0.87936,-0.2861662),(-0.4233461,0.8643548,-0.2714202),(-0.463306,0.8470755,-0.2604046),(-0.4180943,0.8736796,-0.2487593),(-0.4549129,0.8582693,-0.2375459),(-0.3761577,0.8886392,-0.2623467),(-0.3341505,0.8924692,-0.3030546),(-0.3279823,0.9034042,-0.2762036),(-0.5409458,0.7585268,-0.3633384),(-0.5812792,0.7314639,-0.356476),(-0.5200832,0.8005374,-0.2977471),(-0.5594404,0.7749796,-0.293995),(-0.6166282,0.7037286,-0.3528962),(-0.6469653,0.6765522,-0.3517284),(-0.5954915,0.7480865,-0.2928423),(-0.6279132,0.7210804,-0.2928614),(-0.5395331,0.8041542,-0.2494795),(-0.5757959,0.7795299,-0.2465605),(-0.6101451,0.7541249,-0.2429372),(-0.5626155,0.7990374,-0.2121392),(-0.5988963,0.7754408,-0.2000376),(-0.5261679,0.8211391,-0.2210838),(-0.5018324,0.8269822,-0.2535047),(-0.4900724,0.841086,-0.2289178),(-0.6735617,0.6500908,-0.3517052),(-0.6976036,0.624267,-0.3516245),(-0.657392,0.6944522,-0.2925268),(-0.6846551,0.6684018,-0.2906656),(-0.7191287,0.5997246,-0.3509763),(-0.738264,0.5770982,-0.3491761),(-0.7097184,0.6435171,-0.2866802),(-0.7326625,0.6203717,-0.279901),(-0.6727205,0.7037314,-0.2284934),(-0.700905,0.6794851,-0.2168695),(-0.726974,0.6562381,-0.2021396),(-0.7219218,0.6822663,-0.1155061),(-0.6952701,0.7049014,-0.1404051),(-0.6658442,0.7279543,-0.1635057),(-0.6424563,0.7287089,-0.2371355),(-0.6336956,0.7514568,-0.1836915),(-0.7607212,0.5511416,-0.34285),(-0.7916586,0.5146785,-0.3292154),(-0.7910677,0.5587443,-0.2490316),(-0.7583179,0.5943524,-0.2677671),(-0.829526,0.4651446,-0.3090745),(-0.8715814,0.4000843,-0.2833346),(-0.8716615,0.4468627,-0.2012956),(-0.8296171,0.5105495,-0.2259972),(-0.8244494,0.5497758,-0.1342746),(-0.7873871,0.595517,-0.1593136),(-0.8644133,0.4903202,-0.1112458),(-0.8489944,0.5282236,-0.0137236),(-0.8127819,0.5815194,-0.03494191),(-0.7792454,0.6237411,-0.06102181),(-0.7546352,0.630124,-0.1829468),(-0.7488884,0.6567167,-0.08882191),(-0.9081218,0.3296729,-0.258129),(-0.9335588,0.2670972,-0.2390126),(-0.9351394,0.310793,-0.1700645),(-0.9085944,0.3763049,-0.181248),(-0.9506384,0.2139536,-0.224746),(-0.9617935,0.1711532,-0.2136819),(-0.9653745,0.2020653,-0.16499),(-0.9533985,0.2522684,-0.165505),(-0.9494588,0.2998129,-0.0929531),(-0.9286408,0.3597177,-0.09071673),(-0.9642942,0.2455019,-0.09932538),(-0.955211,0.2956074,-0.01371786),(-0.9363316,0.3510827,-0.004918691),(-0.9124911,0.4090966,0.0002984146),(-0.9006681,0.4238053,-0.09584438),(-0.8834426,0.4685368,-0.001582444),(-0.9692168,0.1374717,-0.2042556),(-0.9740996,0.1111798,-0.1968984),(-0.9767908,0.129144,-0.1708841),(-0.9727887,0.1608813,-0.1667317),(-0.9767011,0.09182056,-0.1939691),(-0.9770223,0.07887722,-0.1980046),(-0.9769639,0.09401587,-0.1915794),(-0.9780748,0.1069045,-0.1787203),(-0.9818384,0.137875,-0.1303222),(-0.9795297,0.1630492,-0.1180527),(-0.9816778,0.1238471,-0.1448119),(-0.985513,0.1611551,-0.05285032),(-0.9830258,0.1780194,-0.04437688),(-0.9778304,0.2065604,-0.03436008),(-0.9740297,0.1991185,-0.1077865),(-0.9689464,0.2461205,-0.02382139),(-0.9750514,0.07148223,-0.2101549),(-0.9709393,0.06951998,-0.2290062),(-0.9697799,0.08641907,-0.2281635),(-0.973967,0.0879062,-0.2089517),(-0.9649647,0.07369896,-0.2518165),(-0.9575325,0.08465543,-0.2756174),(-0.9604034,0.09991292,-0.2600823),(-0.9650024,0.09018084,-0.2462473),(-0.9767031,0.1164751,-0.1802347),(-0.9782877,0.1146954,-0.1726211),(-0.9758902,0.1233879,-0.1800382),(-0.9882328,0.1506615,-0.02640122),(-0.9881468,0.1464673,-0.04596893),(-0.9875277,0.1472137,-0.05583235),(-0.9801298,0.1173159,-0.1599454),(-0.9866673,0.1522193,-0.05759385),(-0.9499305,0.09912248,-0.2963221),(-0.9436579,0.1137728,-0.3107499),(-0.9565377,0.1270215,-0.2624905),(-0.9572776,0.113166,-0.2661072),(-0.9393232,0.1292234,-0.3177627),(-0.9373952,0.1459054,-0.3162309),(-0.9615103,0.1561333,-0.2260981),(-0.9580639,0.1414589,-0.2492046),(-0.9808665,0.1567989,-0.115391),(-0.9783817,0.1451917,-0.1472711),(-0.9830313,0.167476,-0.07484186),(-0.972739,0.1825902,0.1429673),(-0.9800597,0.176047,0.09214237),(-0.984858,0.1674551,0.04487209),(-0.976456,0.1337997,-0.1692079),(-0.9873485,0.1585049,0.004363445),(-0.9383073,0.1626363,-0.30517),(-0.9420463,0.1776785,-0.284568),(-0.9713045,0.1829454,-0.1519823),(-0.9662342,0.1702827,-0.1933786),(-0.9479246,0.1904206,-0.2553018),(-0.9551161,0.2003358,-0.2182173),(-0.9783378,0.200963,-0.04969041),(-0.9756516,0.1933654,-0.1035085),(-0.9784769,0.1899647,0.08059977),(-0.9825355,0.1843909,0.02498418),(-0.9714699,0.1931367,0.1376386),(-0.9220853,0.186895,0.3388643),(-0.9373859,0.1887749,0.2926971),(-0.9511477,0.1887262,0.2443366),(-0.9838778,0.1767236,-0.0274454),(-0.963037,0.1866655,0.1942055),(-0.9623142,0.2085987,-0.1744654),(-0.9682327,0.2165121,-0.1250911),(-0.9751431,0.2111142,0.06728015),(-0.9784073,0.2065428,0.007687753),(-0.9720792,0.2237428,-0.0707179),(-0.9731227,0.2299658,-0.01216446),(-0.9575884,0.216743,0.1898599),(-0.9682521,0.2145472,0.1282863),(-0.9323528,0.1941083,0.3050248),(-0.9482958,0.1948112,0.2505666),(-0.9138289,0.1924733,0.3575902),(-0.8505659,0.1708422,0.4973436),(-0.8694574,0.1755865,0.46175),(-0.887853,0.179921,0.423492),(-0.9614017,0.1945074,0.1946117),(-0.9054933,0.1837309,0.3825243),(-0.970826,0.2345853,0.04966479),(-0.964845,0.2369681,0.1136676),(-0.9254268,0.2157749,0.3114905),(-0.943225,0.2172953,0.2512155),(-0.9550042,0.2367847,0.1786059),(-0.9413717,0.2338165,0.2432059),(-0.8812522,0.2063257,0.4252344),(-0.9045868,0.2121137,0.3697707),(-0.8468124,0.1799588,0.5005234),(-0.870573,0.1854917,0.455736),(-0.8223593,0.1731652,0.541977),(-0.7939131,0.1532545,0.5884003),(-0.776153,0.1463305,0.6133301),(-0.8124607,0.1596959,0.5607183),(-0.8930823,0.1896811,0.4079524),(-0.831458,0.1655824,0.5303396),(-0.924114,0.2285241,0.3062515),(-0.903555,0.2214445,0.3668115),(-0.8293692,0.1900167,0.5253955),(-0.8559923,0.1988152,0.4772314),(-0.8802168,0.2125566,0.4243088),(-0.854697,0.2018811,0.4782645),(-0.7744458,0.168855,0.6096899),(-0.8019814,0.1800042,0.5695826),(-0.7733927,0.1568526,0.6142158),(-0.7497541,0.1476932,0.6450239),(-0.7272601,0.1379742,0.6723509),(-0.7302546,0.1238485,0.6718554),(-0.7181218,0.1160735,0.6861691),(-0.7441095,0.1315266,0.6549824),(-0.7977375,0.1653746,0.5798846),(-0.7594764,0.1390466,0.635501),(-0.8275872,0.1897936,0.5282782),(-0.7994861,0.1766954,0.5741087),(-0.7211406,0.1444649,0.6775591),(-0.747332,0.156897,0.6456611),(-0.7710238,0.1626572,0.6156826),(-0.7428008,0.1477489,0.6530063),(-0.6734135,0.1184128,0.7297208),(-0.6963482,0.1316209,0.7055317),(-0.6872287,0.1177433,0.7168356),(-0.6703117,0.1075006,0.7342519),(-0.6558591,0.09723552,0.7485948),(-0.6936633,0.09323788,0.7142394),(-0.6898748,0.08599322,0.7188032),(-0.6997063,0.1006928,0.7072991),(-0.7063106,0.1279188,0.6962487),(-0.7078953,0.1083185,0.6979622),(-0.7154195,0.1320504,0.6861032),(-0.6894903,0.1156395,0.7150039),(-0.6348354,0.09130999,0.767233),(-0.6527742,0.104943,0.7502484),(-0.6656217,0.09859288,0.739748),(-0.6443778,0.08097097,0.7604084),(-0.6199802,0.0775495,0.7807757),(-0.6085657,0.06368389,0.7909438),(-0.6354209,0.07692517,0.7683246),(-0.6298894,0.06697994,0.7737913),(-0.6277459,0.0572015,0.7763138),(-0.6928433,0.06586242,0.7180739),(-0.6987555,0.05976613,0.7128595),(-0.6894082,0.07227671,0.7207581),(-0.6441486,0.08702025,0.7599343),(-0.6884337,0.07899568,0.7209846),(-0.6262672,0.06292147,0.7770652),(-0.6117449,0.04458322,0.7897978),(-0.6009002,0.04982082,0.7977699),(-0.5972319,0.03606768,0.8012573),(-0.6012436,0.02599242,0.798643),(-0.5951636,0.007161647,0.8035726),(-0.5977668,0.02244134,0.801356),(-0.6026756,0.008958152,0.797936),(-0.6341659,0.03845028,0.7722405),(-0.6428578,0.02957853,0.7654142),(-0.6552063,0.02108787,0.7551557),(-0.7311151,0.04402861,0.680832),(-0.7465182,0.03977787,0.6641749),(-0.7179487,0.04880123,0.6943832),(-0.6291411,0.04766577,0.7758282),(-0.7071382,0.05405611,0.705006),(-0.5938631,-0.01110198,0.8044896),(-0.5976493,-0.02797787,0.8012694),(-0.6120939,-0.003592922,0.790777),(-0.6261172,-0.01439523,0.779596),(-0.6067855,-0.04342968,0.7936782),(-0.6215039,-0.05741124,0.7813045),(-0.6447908,-0.0233567,0.7640021),(-0.6680824,-0.03037372,0.7434671),(-0.7133778,0.005526786,0.7007578),(-0.6905984,0.008572514,0.7231876),(-0.7392373,0.004774624,0.6734281),(-0.8263557,0.04244874,0.5615464),(-0.8041959,0.03816674,0.5931377),(-0.7832975,0.03634599,0.6205835),(-0.6711553,0.0137993,0.7411883),(-0.7639877,0.03691425,0.6441739),(-0.6418725,-0.06727375,0.7638546),(-0.6674918,-0.07030571,0.7412906),(-0.7262759,-0.03018152,0.6867404),(-0.6956,-0.03335246,0.7176546),(-0.6975223,-0.06635868,0.7134838),(-0.7309259,-0.05532743,0.6802105),(-0.7912558,-0.005230873,0.6114627),(-0.7586516,-0.0207933,0.6511646),(-0.8258274,0.02803288,0.5632257),(-0.7968727,0.01540936,0.6039508),(-0.8530238,0.04536111,0.519897),(-0.9108115,0.09165668,0.4025187),(-0.8923444,0.07444246,0.445174),(-0.8714939,0.06040742,0.4866718),(-0.767504,0.007641186,0.6409986),(-0.8491338,0.04970907,0.5258334),(-0.7661316,-0.03831646,0.6415405),(-0.8008943,-0.01634806,0.5985824),(-0.8512396,0.03755099,0.5234321),(-0.8226132,0.01476141,0.5684098),(-0.8329595,0.01082226,0.5532283),(-0.8604834,0.04327499,0.5076373),(-0.8955979,0.09205344,0.4352361),(-0.8758699,0.06329004,0.4783788),(-0.9151289,0.1091687,0.3880998),(-0.8983291,0.08673648,0.4306757),(-0.927559,0.1329122,0.3492404),(-0.9543647,0.1645226,0.2492394),(-0.9482403,0.1465133,0.281734),(-0.938942,0.1284646,0.319194),(-0.8774436,0.06551018,0.4751855),(-0.9264194,0.110227,0.359996),(-0.8822305,0.07981379,0.4640033),(-0.8975563,0.1191668,0.4244902),(-0.9189264,0.1543472,0.3629756),(-0.9099783,0.1227842,0.3960599),(-0.9060621,0.1611428,0.3912601),(-0.9074609,0.2054315,0.366487),(-0.9204453,0.2193188,0.3235425),(-0.9224252,0.1866012,0.3381001),(-0.9407096,0.2031711,0.2716376),(-0.9400179,0.1804531,0.2894876),(-0.9379861,0.2250182,0.2637217),(-0.955979,0.2272021,0.1856966),(-0.9581107,0.2133591,0.1910544),(-0.9587859,0.1982499,0.2035353),(-0.9357322,0.1570124,0.3158359),(-0.957689,0.1819658,0.2229803),(-0.9031549,0.2473845,0.3508733),(-0.8962663,0.2827986,0.34166),(-0.9036822,0.2831799,0.3211971),(-0.9135985,0.2517042,0.3193475),(-0.8893695,0.3121145,0.3340756),(-0.8847125,0.3357816,0.323318),(-0.883434,0.3448026,0.3172626),(-0.892886,0.3140909,0.3226474),(-0.909485,0.3132945,0.2732829),(-0.9215849,0.2784477,0.2704591),(-0.8966134,0.3536046,0.2665486),(-0.9157837,0.3651503,0.1673486),(-0.9312604,0.3152496,0.1826791),(-0.94305,0.2752346,0.1868227),(-0.9315258,0.2490705,0.2649976),(-0.9513243,0.2458287,0.1858769),(-0.8814555,0.3605868,0.3049812),(-0.8770118,0.3930216,0.2763768),(-0.8661661,0.4222148,0.2673782),(-0.8753032,0.3795054,0.2996998),(-0.8699724,0.432912,0.2360829),(-0.8583173,0.4797124,0.18212),(-0.8341299,0.530206,0.1520159),(-0.8535898,0.4727174,0.2189127),(-0.8436459,0.516072,0.1480922),(-0.8666236,0.4545654,0.205752),(-0.8091843,0.583458,0.069265),(-0.7738453,0.6297018,-0.06811064),(-0.8305961,0.5565079,0.02022799),(-0.8691664,0.4867184,0.08749304),(-0.8830873,0.4003087,0.2447648),(-0.8959709,0.4227469,0.1360926),(-0.8355674,0.5374076,0.1141057),(-0.7911673,0.6105133,0.03643798),(-0.7487985,0.6620812,-0.03080816),(-0.8019954,0.5935981,0.06666737),(-0.7153937,0.6974983,-0.04132684),(-0.6006223,0.7922923,-0.1073586),(-0.553973,0.8050074,-0.2123133),(-0.6672142,0.733725,-0.128346),(-0.5993878,0.7619444,-0.2453062),(-0.6903514,0.7098681,-0.1396504),(-0.4881102,0.8074766,-0.331255),(-0.4127736,0.7865059,-0.4593762),(-0.5134322,0.7660715,-0.3866805),(-0.610905,0.7379798,-0.2866722),(-0.7592964,0.6500657,-0.02972455),(-0.6988963,0.6935751,-0.1746353),(-0.4684051,0.8705379,-0.1508662),(-0.3500546,0.9204352,-0.1739565),(-0.3161246,0.8965493,-0.3102654),(-0.4287315,0.8614447,-0.2722175),(-0.2503909,0.9499374,-0.1868777),(-0.1690904,0.9653417,-0.198806),(-0.1398303,0.9256342,-0.3516372),(-0.2198789,0.9163387,-0.3346291),(-0.1901932,0.8814411,-0.4323057),(-0.2738047,0.8655571,-0.4193349),(-0.1218277,0.8933878,-0.4324538),(-0.1395833,0.8761522,-0.4613824),(-0.1854902,0.8494896,-0.4939239),(-0.2451608,0.8260835,-0.5074273),(-0.3736788,0.8424241,-0.3881825),(-0.3205462,0.8056587,-0.4981608),(-0.1030709,0.9714422,-0.2137205),(-0.05068533,0.972902,-0.225594),(-0.04188588,0.9306876,-0.3634092),(-0.0790438,0.9283775,-0.3631351),(-0.01200845,0.9746523,-0.2234029),(0.01368361,0.9805641,-0.1957214),(-0.03763464,0.9577468,-0.2851399),(-0.02826292,0.9392902,-0.3419577),(-0.07710669,0.9349024,-0.3464276),(-0.06037666,0.9161207,-0.3963301),(-0.126704,0.9582958,-0.2561549),(-0.2586225,0.9609975,-0.09797142),(-0.1755226,0.9549187,-0.2394205),(-0.1276244,0.9318843,-0.3395641),(-0.07562472,0.9035739,-0.4217049),(-0.1163702,0.9042777,-0.4107795),(0.01255006,0.9904981,-0.1369534),(-0.03293061,0.9981288,-0.05152128),(-0.1402652,0.9892106,-0.0422868),(-0.07283305,0.9803784,-0.1831756),(-0.1280788,0.9904133,0.05174356),(-0.2715035,0.9480481,0.1658028),(-0.3810971,0.8848345,0.2680168),(-0.2446595,0.962574,0.1165901),(-0.3758321,0.8917087,0.252202),(-0.2819994,0.9569411,0.0688483),(-0.478176,0.7829908,0.3978357),(-0.5227964,0.6565871,0.5436702),(-0.4719125,0.761113,0.4449778),(-0.4191981,0.8625953,0.2832004),(-0.1988056,0.9734694,-0.113286),(-0.3494582,0.9329304,0.08671813),(-0.4020861,0.8725309,0.2775187),(-0.4725011,0.7983108,0.3734199),(-0.5256645,0.7068805,0.4732831),(-0.4874446,0.7820763,0.3882712),(-0.494945,0.7487727,0.4408728),(-0.4838998,0.740877,0.4657707),(-0.4587624,0.7157806,0.5264933),(-0.5128572,0.6809852,0.5227206),(-0.5171216,0.651719,0.5548402),(-0.5556262,0.6333414,0.5386634),(-0.4264617,0.7353429,0.5266888),(-0.3832175,0.800339,0.4610878),(-0.4977599,0.6792409,0.5393208),(-0.5493636,0.6044758,0.5768958),(-0.5462059,0.6801395,0.4889472),(-0.555648,0.5947765,0.5809442),(-0.4534893,0.7754382,0.4393666),(-0.4055585,0.8363334,0.3688748),(-0.3154635,0.8722248,0.3737736),(-0.3866982,0.7913421,0.4735423),(-0.3316844,0.9028868,0.2734607),(-0.2292242,0.9571352,0.1770549),(-0.1603041,0.9758578,0.1483379),(-0.2402566,0.9366716,0.2547998),(-0.1492537,0.9672332,0.2053856),(-0.2212133,0.9192757,0.3255713),(-0.09525123,0.9893755,0.1098326),(-0.04675854,0.9966608,0.06693944),(-0.07979666,0.9876511,0.1348252),(-0.1439003,0.9620501,0.2318453),(-0.3139483,0.8395076,0.4434674),(-0.2454993,0.9048705,0.3477637),(-0.1301928,0.9862441,0.1018453),(-0.06365488,0.9965748,0.05278836),(-0.04151457,0.9986141,0.03234571),(-0.08990078,0.9931484,0.07465966),(-0.02672987,0.9994057,0.02176656),(-0.01507897,0.9998381,0.009825199),(-0.01354679,0.9998551,0.01031339),(-0.004465183,0.999985,0.003162818),(-0.02526748,0.9995368,0.01696458),(-0.007310132,0.9999685,0.003085526),(-0.001236012,0.9999992,-0.0004110149),(-0.005378283,0.9999855,-0.0002031966),(-0.00204298,0.9999971,-0.001301511),(-0.01470253,0.9998683,0.006879478),(-0.05462206,0.997299,0.04910501),(-0.02880977,0.9992225,0.02691838),(0.002708858,0.9999914,0.003136718),(0.0007796866,0.9999992,0.0009418775),(0.009600468,0.9999101,0.009370185),(0.01188729,0.99981,0.01544674),(0.003470952,0.9999809,0.00510315),(0.001030692,0.9999983,0.001559563),(0.02398186,0.9995359,0.01878563),(0.04882485,0.9983423,0.03047361),(0.05726021,0.9969362,0.05328695),(0.02881064,0.9990789,0.03179853),(0.02930066,0.9985711,0.04469024),(0.0126048,0.9996924,0.02136385),(0.05623138,0.9954894,0.07641339),(0.04371235,0.9946231,0.0938829),(0.02431522,0.9982384,0.05411909),(0.01123814,0.9996088,0.02561069),(0.001208524,0.9999968,0.002230654),(0.003861009,0.9999677,0.007043176),(0.003726185,0.9999568,0.008513413),(0.001277535,0.9999951,0.002857601),(0.08334018,0.9957914,0.0381301),(0.123428,0.99169,0.03628164),(0.1379101,0.9876186,0.07476892),(0.09537546,0.9929416,0.07050289),(0.1655421,0.9858655,0.02578607),(0.2061332,0.9784945,0.007584291),(0.2221503,0.9738222,0.04815974),(0.18133,0.9811392,0.06697141),(0.1598097,0.9803613,0.1155528),(0.1256427,0.985121,0.1172624),(0.1902213,0.9766102,0.1002407),(0.104284,0.9829681,0.1513224),(0.09632625,0.9824703,0.1596037),(0.08291301,0.9847214,0.1531309),(0.09025253,0.9904244,0.1044697),(0.0650407,0.9891965,0.1313767),(0.2439488,0.9696891,-0.01385496),(0.2792799,0.9595935,-0.03439461),(0.29525,0.9554195,0.0009645122),(0.2597382,0.9653727,0.02432074),(0.3117261,0.9486624,-0.05353885),(0.340877,0.9374355,-0.070835),(0.35992,0.9319841,-0.04316569),(0.3286762,0.9441951,-0.02162357),(0.2708886,0.9619242,0.0363496),(0.244194,0.9680288,0.05735485),(0.2982231,0.9543713,0.01544144),(0.1398926,0.9853186,0.09786484),(0.1249197,0.9859807,0.1106217),(0.1154459,0.9856341,0.1232784),(0.217549,0.9728798,0.07859689),(0.1092824,0.9845788,0.1366081),(0.366015,0.9266403,-0.08585161),(0.3859658,0.9172792,-0.0981284),(0.4124094,0.9071186,-0.08398978),(0.3882892,0.9193184,-0.06391476),(0.3992867,0.9105375,-0.1071982),(0.4044301,0.9076271,-0.1124695),(0.4424617,0.888677,-0.120336),(0.4309019,0.8965073,-0.1029474),(0.371654,0.9266756,-0.05608659),(0.350719,0.9359758,-0.03074674),(0.3863728,0.9186962,-0.08193628),(0.2178919,0.9759719,0.001343422),(0.2026302,0.9787281,0.03213213),(0.1821812,0.9814758,0.05928895),(0.3255328,0.9455074,-0.006654457),(0.1600654,0.9837299,0.08157638),(0.4000372,0.909595,-0.1122815),(0.3843415,0.9172266,-0.1047703),(0.4382947,0.8871492,-0.1444439),(0.4456958,0.8849834,-0.134758),(0.3545056,0.9308313,-0.08876403),(0.3067521,0.9497141,-0.06281954),(0.4166972,0.8969103,-0.1480386),(0.3764074,0.9152254,-0.1438047),(0.3654563,0.9183179,-0.1520986),(0.3869689,0.9126992,-0.1312834),(0.3230575,0.9313456,-0.1680149),(0.146452,0.979355,-0.1393396),(0.1933466,0.9755411,-0.1045791),(0.2175409,0.9736651,-0.06820716),(0.3925569,0.9134355,-0.1073991),(0.2242215,0.974001,-0.03235436),(0.2384248,0.9709162,-0.02180206),(0.1503247,0.9877799,0.04115288),(0.3152781,0.9406202,-0.1258302),(0.2347192,0.9681531,-0.08710038),(0.0438535,0.9901547,0.1329307),(-0.07797046,0.9625256,0.2597405),(0.1370119,0.9903235,-0.02207281),(0.02476674,0.996814,0.07581902),(0.08663896,0.9908442,-0.103544),(0.1789577,0.9724118,-0.149631),(-0.01202501,0.9995021,-0.02917219),(-0.1473752,0.9874638,-0.05653141),(-0.07675154,0.9903004,-0.1158202),(0.001973837,0.9885588,-0.1508234),(0.2594406,0.9506446,-0.1701919),(0.07947497,0.9840844,-0.1589394),(-0.2069154,0.8887807,0.4089681),(-0.3233274,0.7650376,0.5569354),(-0.09649938,0.9739752,0.2050855),(-0.2116059,0.9104954,0.3552759),(-0.4035397,0.6063945,0.6851579),(-0.4383065,0.4366916,0.785613),(-0.2990124,0.8062398,0.5104595),(-0.3446406,0.6729502,0.654493),(-0.1965266,0.9593309,0.2026366),(-0.2591916,0.8999209,0.3506591),(-0.2879615,0.812343,0.5071262),(-0.2575197,0.934945,0.2440517),(-0.250681,0.8883407,0.3847206),(-0.2405823,0.9627781,0.1232014),(-0.1098846,0.9912024,0.07377821),(-0.2029571,0.9789097,0.02332882),(-0.4428375,0.27965,0.8518749),(-0.4409639,0.147791,0.8852732),(-0.359176,0.5331575,0.7659868),(-0.3656754,0.4062549,0.8373998),(-0.4438524,0.03955736,0.8952264),(-0.4563386,-0.04696766,0.8885657),(-0.3754205,0.2960977,0.8782855),(-0.3937328,0.203273,0.8964679),(-0.2937945,0.6033628,0.7413758),(-0.2992582,0.508751,0.8072278),(-0.3132211,0.4274534,0.8480425),(-0.2046585,0.67952,0.7045334),(-0.2021465,0.6195578,0.7584753),(-0.2146662,0.7494513,0.6262917),(-0.2927731,0.7073197,0.6434149),(-0.2310919,0.822348,0.5199425),(-0.4728656,-0.1185807,0.873119),(-0.486901,-0.1814057,0.8544117),(-0.4159968,0.1218048,0.9011716),(-0.4364239,0.04559271,0.8985853),(-0.4990989,-0.2360863,0.8337646),(-0.5099347,-0.2833166,0.8122181),(-0.4559204,-0.026089,0.8896381),(-0.4750845,-0.09388134,0.8749177),(-0.3492731,0.2870075,0.8919837),(-0.368074,0.2206667,0.9032319),(-0.3890261,0.155027,0.9080889),(-0.2024059,0.4821268,0.8523999),(-0.2051767,0.4434122,0.8725182),(-0.2020547,0.5234664,0.827742),(-0.3314806,0.3554737,0.8739331),(-0.2025525,0.5688662,0.797097),(-0.5221307,-0.3216814,0.7898738),(-0.5382949,-0.3497222,0.7667679),(-0.4956654,-0.1561844,0.8543549),(-0.5190704,-0.210494,0.828407),(-0.5584731,-0.3673807,0.7437332),(-0.5824332,-0.3744844,0.7214798),(-0.5448965,-0.2548233,0.7988448),(-0.5725315,-0.2873999,0.7678599),(-0.4399405,0.02726422,0.8976129),(-0.4689411,-0.03065907,0.8826971),(-0.4985197,-0.08051866,0.8631308),(-0.2293362,0.3310378,0.9153246),(-0.2415975,0.2956834,0.9242306),(-0.2188639,0.3680435,0.9036828),(-0.4129656,0.09006928,0.9062819),(-0.2107586,0.4056973,0.8893764),(-0.6068407,-0.3734591,0.7016216),(-0.6285911,-0.3672201,0.685582),(-0.5992997,-0.3092645,0.7383735),(-0.6229047,-0.3226914,0.7126428),(-0.6476253,-0.3564248,0.673456),(-0.6638699,-0.3415897,0.6652768),(-0.6433672,-0.3287504,0.6913767),(-0.6607106,-0.3282942,0.675044),(-0.5511307,-0.1515913,0.8205335),(-0.5721234,-0.1732556,0.801659),(-0.5893233,-0.1864566,0.7860865),(-0.280866,0.2119963,0.9360406),(-0.291503,0.1944779,0.9365918),(-0.2684006,0.2350956,0.9341794),(-0.526491,-0.1208443,0.8415486),(-0.2549718,0.263235,0.9304281),(-0.6778398,-0.3220813,0.6609061),(-0.689636,-0.2965647,0.6606448),(-0.675175,-0.3214344,0.6639419),(-0.6867507,-0.3077846,0.658515),(-0.6982486,-0.264038,0.6653817),(-0.7023051,-0.223305,0.6759455),(-0.6948492,-0.2869972,0.6594067),(-0.6986317,-0.25862,0.6671053),(-0.6149495,-0.178633,0.7680672),(-0.6111358,-0.1890377,0.7686207),(-0.6132087,-0.1603572,0.7734731),(-0.2816795,0.1808668,0.9423078),(-0.2947557,0.1749652,0.939418),(-0.2999134,0.1756923,0.9376482),(-0.6024358,-0.1916226,0.7748237),(-0.2984222,0.1824661,0.9368299),(-0.6995056,-0.174335,0.6930363),(-0.6876111,-0.1179756,0.7164304),(-0.6868073,-0.1787445,0.7045183),(-0.6965833,-0.222546,0.6820887),(-0.6653109,-0.05543717,0.7445052),(-0.6320363,0.01085253,0.7748628),(-0.6353955,-0.06713814,0.7692626),(-0.6672435,-0.1269222,0.7339461),(-0.5569513,-0.05969725,0.8283969),(-0.5864396,-0.1010705,0.8036625),(-0.5126819,-0.009838409,0.8585222),(-0.103512,0.2642426,0.9588853),(-0.1719293,0.2347051,0.9567412),(-0.2226077,0.2109899,0.9518031),(-0.6043878,-0.1344556,0.7852625),(-0.2584206,0.1930923,0.946538),(-0.5866836,0.07450054,0.806382),(-0.5293366,0.1294386,0.8384798),(-0.5194838,0.05746929,0.8525454),(-0.587146,-0.003632445,0.8094729),(-0.4612328,0.1743179,0.8699871),(-0.3818596,0.2094902,0.900165),(-0.3210563,0.158363,0.9337258),(-0.4314195,0.1123735,0.8951254),(-0.2431021,0.1500151,0.9583303),(-0.3592177,0.1004036,0.9278372),(-0.09789869,0.1893371,0.9770196),(0.3931547,0.3373163,0.8553638),(0.2403251,0.337856,0.9099984),(0.1029797,0.3222259,0.941045),(-0.4482451,0.04548107,0.892753),(-0.01254261,0.295773,0.9551759),(-0.2909808,0.2367352,0.9269771),(-0.1905743,0.2560026,0.9477046),(-0.04615554,0.2278993,0.9725901),(-0.1902206,0.1969104,0.9617913),(-0.08447535,0.2649048,0.9605672),(0.02254857,0.2618227,0.9648526),(0.240007,0.252835,0.9372679),(0.1008959,0.247236,0.963688),(0.3990135,0.2549894,0.8807773),(0.2397132,0.2433712,0.9398447),(0.5343483,0.2539444,0.806216),(0.8502814,0.270945,0.4512321),(0.7766443,0.2937485,0.5572571),(0.6745769,0.3122577,0.6689105),(0.06849573,0.220068,0.9730768),(0.5441495,0.3263604,0.7729103),(0.1243403,0.2533659,0.9593462),(0.2182114,0.2482528,0.9437978),(0.4700179,0.2464255,0.8475599),(0.3633909,0.2499526,0.8974802),(0.305832,0.2485395,0.9190728),(0.3881728,0.2551794,0.8855537),(0.6435843,0.2486147,0.7238716),(0.5627921,0.2454525,0.7893149),(0.7942042,0.2253231,0.5643308),(0.7273114,0.2340002,0.6451837),(0.8467805,0.220548,0.4840672),(0.9705342,0.1926302,0.1447652),(0.9563809,0.2056659,0.2074537),(0.9341645,0.2239125,0.2778482),(0.6424654,0.2447563,0.7261767),(0.9005345,0.2463966,0.358227),(0.4667466,0.2641392,0.8440249),(0.5425721,0.2710631,0.7950725),(0.7764037,0.2534277,0.577037),(0.7143187,0.2524863,0.6526863),(0.6147446,0.276109,0.7388186),(0.6823708,0.279451,0.6754829),(0.8747005,0.2486963,0.4159917),(0.8298324,0.2519971,0.4978712),(0.94567,0.2038737,0.2532662),(0.9207783,0.2109977,0.3280962),(0.9638028,0.1959375,0.1808109),(0.9871736,0.1516596,-0.04987684),(0.9868616,0.1613506,-0.008379582),(0.984449,0.1716038,0.03758295),(0.8881752,0.2167806,0.4051556),(0.9792814,0.1821523,0.0884787),(0.7457701,0.2782881,0.6052957),(0.8052779,0.269728,0.5279908),(0.9427722,0.2248926,0.2461782),(0.9120528,0.2406166,0.3320593),(0.8601817,0.2540316,0.4422165),(0.9091615,0.2318063,0.3459641),(0.9827028,0.1734014,0.0650166),(0.9665866,0.2021762,0.1575914),(0.989734,0.1411712,-0.02229841),(0.9852155,0.165743,0.04335255),(0.9899836,0.1111653,-0.08703449),(0.9839924,0.1000307,-0.1474887),(0.9826389,0.07315831,-0.1704955),(0.9852602,0.1222596,-0.1196444),(0.9766169,0.1841928,0.1108714),(0.9863806,0.139568,-0.08702977),(0.9484652,0.208662,0.2384823),(0.9739414,0.1904677,0.1231265),(0.9832524,0.1286945,-0.1290443),(0.9887353,0.14629,-0.03165164),(0.9839592,0.1782367,0.007480702),(0.9799525,0.1725481,-0.09960166),(0.9449215,0.1246326,-0.3026385),(0.9676114,0.1214499,-0.2213103),(0.9742858,0.07115712,-0.2137846),(0.959938,0.07053535,-0.2711899),(0.9437269,0.08269206,-0.3202211),(0.9763605,0.05003221,-0.2102785),(0.9752128,0.0705864,-0.209708),(0.9782893,0.04345254,-0.2026376),(0.9848337,0.08480184,-0.1513648),(0.9806565,0.05114971,-0.1889353),(0.9663002,0.1707771,-0.1926108),(0.9477873,0.1692907,-0.2702588),(0.9195058,0.1322492,-0.3701614),(0.8946283,0.1377521,-0.4250467),(0.9277147,0.1662925,-0.3342038),(0.9084264,0.1604855,-0.3860127),(0.8716391,0.1399878,-0.4697324),(0.8514518,0.1381947,-0.5058973),(0.9145455,0.1113534,-0.3888531),(0.9032874,0.1187549,-0.4122731),(0.8940593,0.1211703,-0.4312491),(0.980985,0.1205456,-0.1521094),(0.9848754,0.1220516,-0.1229783),(0.9775584,0.1113722,-0.1788183),(0.9280536,0.09919655,-0.3589939),(0.9754223,0.09464063,-0.198984),(0.8913098,0.1530312,-0.4267884),(0.876856,0.1456362,-0.4581635),(0.8344945,0.1340663,-0.5344579),(0.8209827,0.1295935,-0.5560512),(0.8652722,0.1384188,-0.4818136),(0.8563713,0.1314926,-0.4993376),(0.811103,0.1247806,-0.5714382),(0.8047369,0.1196949,-0.5814394),(0.8801555,0.1207719,-0.4590647),(0.875779,0.1204749,-0.4674365),(0.8735658,0.1201474,-0.4716434),(0.9914274,0.121724,-0.04748782),(0.9917751,0.1253761,-0.02574779),(0.9902678,0.1200991,-0.07032744),(0.8863863,0.1209904,-0.4468566),(0.9881582,0.1202919,-0.09525317),(0.849793,0.1244586,-0.5122129),(0.8446666,0.1169548,-0.5223599),(0.8014348,0.1138908,-0.587138),(0.8002476,0.1069132,-0.5900623),(0.8400019,0.1090992,-0.5315018),(0.8347999,0.1008979,-0.5412288),(0.7998989,0.09879623,-0.5919467),(0.7991298,0.08946818,-0.5944636),(0.8753335,0.1149227,-0.4696637),(0.8778811,0.1089309,-0.466325),(0.8802148,0.1006534,-0.4637789),(0.9911646,0.1293286,0.02943972),(0.9911977,0.1263708,0.03946428),(0.991388,0.1301888,0.0141712),(0.8735631,0.1186775,-0.4720204),(0.9916428,0.1289237,-0.004814399),(0.8278527,0.0943554,-0.552953),(0.8186299,0.09130583,-0.5670171),(0.7965778,0.08118788,-0.5990597),(0.7913041,0.07606214,-0.6066732),(0.8070067,0.0912784,-0.5834453),(0.7928011,0.0936976,-0.6022353),(0.7829197,0.07360826,-0.6177529),(0.7709557,0.07317147,-0.6326715),(0.8794526,0.08914533,-0.4675642),(0.8747185,0.08821394,-0.4765352),(0.8662553,0.08958197,-0.4915046),(0.9907371,0.1339203,0.02248109),(0.9896729,0.1433101,-0.003114249),(0.9911434,0.1274479,0.03730621),(0.8811072,0.09311686,-0.4636586),(0.9912807,0.1247159,0.04252772),(0.7757502,0.0983941,-0.6233221),(0.7555869,0.1051271,-0.6465576),(0.7547132,0.07443367,-0.6518186),(0.7334155,0.07686918,-0.6754206),(0.7322187,0.1131511,-0.6716045),(0.7056406,0.1216546,-0.6980483),(0.6731459,0.08025087,-0.7351424),(0.7063812,0.07925428,-0.7033805),(0.8336159,0.09501447,-0.544111),(0.8063157,0.09597146,-0.5836475),(0.7695575,0.09327066,-0.6317294),(0.9720101,0.1652043,-0.1670449),(0.9522151,0.1619358,-0.258966),(0.9823028,0.1614479,-0.09495139),(0.8530218,0.09229454,-0.513649),(0.9872991,0.1533972,-0.04134881),(0.6788284,0.1260637,-0.7233947),(0.6565488,0.1240684,-0.7440098),(0.6011542,0.07346705,-0.7957489),(0.6360062,0.07779094,-0.767753),(0.6435279,0.1199662,-0.7559631),(0.644498,0.1173374,-0.7555489),(0.575718,0.07309482,-0.8143745),(0.5662495,0.08122016,-0.8202223),(0.6365298,0.08409796,-0.7666534),(0.6769922,0.08135629,-0.7314798),(0.6101696,0.100116,-0.7859197),(0.8194875,0.1409798,-0.5554862),(0.7721355,0.1564651,-0.6158941),(0.8714687,0.1417124,-0.4695314),(0.7241964,0.08676369,-0.6841137),(0.9183137,0.1517934,-0.3655936),(0.6607316,0.1178642,-0.741311),(0.6892824,0.1207293,-0.7143627),(0.5771722,0.09589326,-0.8109728),(0.6073101,0.1123092,-0.7864866),(0.7248622,0.1236991,-0.6776971),(0.7628344,0.1253118,-0.6343348),(0.6512865,0.1285752,-0.7478597),(0.7036768,0.1437646,-0.6958237),(0.6187114,0.1500973,-0.7711465),(0.6496871,0.1750711,-0.739768),(0.6927047,0.1993619,-0.6931199),(0.722902,0.2394306,-0.6481403),(0.735611,0.2677626,-0.6222377),(0.723204,0.2110552,-0.6575953),(0.6041542,0.1246478,-0.7870583),(0.7390779,0.1828138,-0.6483386),(0.793659,0.139573,-0.5921357),(0.8093981,0.1798533,-0.5590416),(0.7529454,0.1706432,-0.6355738),(0.7873694,0.2203915,-0.5757405),(0.8066431,0.2450889,-0.5378275),(0.7801967,0.3322957,-0.5299742),(0.800939,0.2900755,-0.523787),(0.7889073,0.3746934,-0.4870628),(0.771992,0.2839662,-0.5686753),(0.7890421,0.347963,-0.5062947),(0.7845641,0.4196967,-0.4564141),(0.7730356,0.4597282,-0.4371108),(0.7776426,0.4025624,-0.4829238),(0.7702244,0.34882,-0.5339279),(0.7375113,0.2330804,-0.6338379),(0.7542968,0.3027055,-0.5825853),(0.7363809,0.4193441,-0.5309365),(0.6885679,0.4898178,-0.5347456),(0.7569702,0.4568902,-0.4671695),(0.7164464,0.5255711,-0.4587805),(0.6421995,0.5467569,-0.5372492),(0.601405,0.5938514,-0.5344647),(0.6727698,0.5838548,-0.4544164),(0.6300905,0.6349931,-0.4469562),(0.6885545,0.6111592,-0.3903552),(0.7285664,0.5526505,-0.4046831),(0.6452365,0.6667392,-0.3729997),(0.6903846,0.6360236,-0.3447363),(0.6463617,0.6964349,-0.3117611),(0.7274646,0.5763385,-0.3723294),(0.7619942,0.4895101,-0.423963),(0.7557466,0.5176601,-0.4010924),(0.562337,0.6393481,-0.524415),(0.5183397,0.6881245,-0.5077487),(0.5871573,0.6843473,-0.4323367),(0.5394384,0.7346653,-0.4114281),(0.4676067,0.7388523,-0.4852227),(0.4088508,0.7901849,-0.4565621),(0.4844623,0.7848012,-0.3865015),(0.4201567,0.8334928,-0.3588288),(0.5517998,0.7707943,-0.3184229),(0.4970481,0.8184084,-0.2883587),(0.4331239,0.8623556,-0.2621956),(0.5051067,0.8421533,-0.1887988),(0.4500553,0.8775724,-0.1652787),(0.554106,0.8009596,-0.2267824),(0.6001907,0.7200626,-0.3482544),(0.6001712,0.7526763,-0.2706899),(0.3488323,0.8367016,-0.4221925),(0.2942455,0.8747349,-0.3850436),(0.3543838,0.8749999,-0.329829),(0.2960095,0.9062397,-0.3018411),(0.2437258,0.9048273,-0.3491206),(0.195757,0.9275012,-0.318466),(0.2446526,0.9291169,-0.277285),(0.199445,0.9451348,-0.2587313),(0.3070133,0.9232664,-0.2309154),(0.2545291,0.9404542,-0.2253013),(0.2096468,0.9514191,-0.2254992),(0.2801869,0.9397476,-0.1958818),(0.2314409,0.9470767,-0.2224424),(0.334129,0.9264285,-0.1734589),(0.3668316,0.8980227,-0.2428781),(0.3914016,0.9060108,-0.1610874),(0.147528,0.943938,-0.2953243),(0.09734049,0.9552923,-0.27918),(0.1556006,0.9564376,-0.2470134),(0.1094595,0.964353,-0.2409192),(0.0456561,0.9620292,-0.2691011),(-0.007497867,0.9642233,-0.2649851),(0.06183614,0.9689169,-0.2395335),(0.01323723,0.9699944,-0.2427665),(0.1218486,0.964051,-0.2361325),(0.07549581,0.9670018,-0.2433269),(0.0288713,0.9675306,-0.2510994),(0.08442844,0.9556948,-0.2819915),(0.03498635,0.9564342,-0.2898442),(0.1346267,0.9540389,-0.2677413),(0.1669423,0.958799,-0.229858),(0.1841141,0.9512155,-0.2475704),(-0.06397904,0.9618189,-0.2661035),(-0.1252485,0.9546876,-0.2699713),(-0.03940719,0.9675657,-0.2495267),(-0.0995336,0.9612346,-0.2571403),(-0.1903078,0.9429902,-0.273043),(-0.2578138,0.9273699,-0.2711403),(-0.166909,0.9504279,-0.2623509),(-0.2408786,0.9347761,-0.2610963),(-0.08031701,0.9614782,-0.2628858),(-0.1484865,0.9531837,-0.2634248),(-0.2266271,0.9393928,-0.2572573),(-0.1413324,0.9511069,-0.2746283),(-0.219814,0.940659,-0.2585391),(-0.0742436,0.9555246,-0.2854131),(-0.02149798,0.9658467,-0.2582206),(-0.01626704,0.9566324,-0.2908431),(-0.320638,0.9099561,-0.2630042),(-0.3729922,0.8932341,-0.2510169),(-0.3113379,0.9160647,-0.2527728),(-0.3689806,0.8978061,-0.2404114),(-0.4162004,0.877679,-0.2376061),(-0.4515923,0.8633417,-0.2251789),(-0.4149674,0.8812527,-0.2262648),(-0.4506372,0.867017,-0.2126209),(-0.3652672,0.9018936,-0.2305811),(-0.4143287,0.8843303,-0.2151549),(-0.4512081,0.8695835,-0.2005883),(-0.4142288,0.8868664,-0.204652),(-0.4525039,0.8713514,-0.1897026),(-0.3629611,0.9050832,-0.2215482),(-0.3029269,0.9209426,-0.2451532),(-0.2981292,0.923943,-0.2396838),(-0.484727,0.8481725,-0.2136425),(-0.5203019,0.8300497,-0.2007571),(-0.4833948,0.8525175,-0.1988555),(-0.5198627,0.8345578,-0.1823624),(-0.5578378,0.8091434,-0.1846724),(-0.5967907,0.7856024,-0.1633087),(-0.559687,0.8128067,-0.1615418),(-0.6023337,0.7868253,-0.1345366),(-0.5227659,0.8359067,-0.1672603),(-0.5653536,0.8120942,-0.1444929),(-0.6119311,0.7823743,-0.115891),(-0.5720378,0.8090975,-0.1346624),(-0.6218823,0.7755352,-0.108663),(-0.5269737,0.8353615,-0.1564281),(-0.4846466,0.8547994,-0.1855691),(-0.4870995,0.8557178,-0.174588),(-0.6342213,0.7610535,-0.1362381),(-0.6673603,0.7372821,-0.1050973),(-0.6431403,0.7589697,-0.1016648),(-0.6776397,0.7324831,-0.06536843),(-0.6961461,0.7142995,-0.07181131),(-0.7206925,0.6921806,-0.0385802),(-0.7279201,0.6856022,0.009044914),(-0.7058129,0.7078557,-0.02772021),(-0.7220441,0.6917738,-0.01007131),(-0.6931662,0.7192602,-0.04674786),(-0.7433771,0.6683524,0.02637177),(-0.7644445,0.6445581,0.01301999),(-0.7410105,0.6712056,-0.0196591),(-0.7095387,0.7028633,-0.05037824),(-0.6564683,0.7498342,-0.08245027),(-0.6698409,0.7381905,-0.07992429),(-0.7442632,0.6678571,-0.006259998),(-0.7701246,0.6374239,0.02447479),(-0.7683626,0.6353511,0.07712372),(-0.7475725,0.6627104,0.04416099),(-0.7984844,0.5998216,0.05134792),(-0.8294718,0.5539128,0.07181214),(-0.8152817,0.5648003,0.1277357),(-0.7907447,0.6029341,0.1057979),(-0.7939197,0.5939601,0.1300108),(-0.777298,0.6214688,0.09789938),(-0.8113779,0.5633379,0.1559362),(-0.8201288,0.5501257,0.1573223),(-0.8094593,0.5738162,0.1245416),(-0.7971957,0.5974119,0.08705144),(-0.760636,0.6461604,0.0625267),(-0.7823405,0.620935,0.04881523),(-0.8605645,0.5025294,0.08302385),(-0.8891941,0.4495914,0.08486151),(-0.8412052,0.5220471,0.1408569),(-0.8672014,0.4761933,0.1456076),(-0.914907,0.3955894,0.08033826),(-0.9372063,0.3410875,0.07282583),(-0.8925397,0.4271706,0.1445618),(-0.9163181,0.37497,0.1405653),(-0.8744985,0.4467248,0.1889159),(-0.8519173,0.4902435,0.1841145),(-0.8974434,0.3980081,0.1902235),(-0.8643557,0.4546995,0.2147962),(-0.8840324,0.4107843,0.2230318),(-0.8467726,0.4921987,0.2017839),(-0.8306492,0.5289868,0.1737665),(-0.8319202,0.523861,0.1829709),(-0.9548449,0.2899991,0.06458797),(-0.9672989,0.2471602,0.05696362),(-0.9365048,0.3234287,0.1354719),(-0.9517692,0.2776004,0.1306653),(-0.975451,0.2140185,0.05187971),(-0.9801404,0.1915182,0.05143597),(-0.9690773,0.2087644,0.1315546),(-0.9624762,0.239016,0.1284952),(-0.9354339,0.3002305,0.1866149),(-0.9485041,0.2572325,0.1848554),(-0.9576028,0.2196863,0.1863726),(-0.9362196,0.272756,0.2215782),(-0.9486219,0.230748,0.216499),(-0.9210934,0.3173293,0.2255857),(-0.9183725,0.3475923,0.1891335),(-0.9035791,0.3636083,0.2265698),(-0.9825267,0.1768226,0.05809585),(-0.9832525,0.1666421,0.07378835),(-0.972573,0.1674999,0.161386),(-0.9723009,0.1855398,0.1421472),(-0.9819599,0.1611878,0.09886023),(-0.9778769,0.1611159,0.1334103),(-0.9697172,0.1547779,0.1889242),(-0.9632475,0.1479794,0.2241796),(-0.9650823,0.161837,0.2059728),(-0.964171,0.1413039,0.2245164),(-0.9603353,0.1267083,0.2483974),(-0.96901,0.1327914,0.2082932),(-0.971577,0.1102288,0.2094938),(-0.964642,0.160318,0.2091984),(-0.9629943,0.1879609,0.1931647),(-0.9580289,0.1929044,0.2120578),(-0.9702229,0.1653084,0.1770324),(-0.9587641,0.1713656,0.2267274),(-0.9527701,0.1465575,0.2659886),(-0.9385656,0.1489402,0.3113063),(-0.9439132,0.1775848,0.278373),(-0.926926,0.1822161,0.3280326),(-0.9216168,0.1536454,0.3563924),(-0.9035826,0.1590958,0.3977775),(-0.9445956,0.1155174,0.3072375),(-0.9338762,0.1177678,0.337648),(-0.9225774,0.1239,0.3653758),(-0.9721185,0.07974356,0.2205145),(-0.9709015,0.08304553,0.224619),(-0.9728001,0.08315741,0.2162052),(-0.9536721,0.1182118,0.2766501),(-0.9727309,0.0933542,0.2123192),(-0.9093426,0.1843466,0.3729774),(-0.8919837,0.1840314,0.4129134),(-0.8862402,0.1630845,0.4335687),(-0.8704427,0.1642225,0.4640693),(-0.8751343,0.181575,0.4485201),(-0.8588985,0.1772457,0.480497),(-0.8562657,0.1628486,0.4901929),(-0.8436311,0.1592364,0.5127673),(-0.9023935,0.1337351,0.4096351),(-0.8942637,0.1344552,0.4268658),(-0.8874283,0.1326183,0.4414559),(-0.966921,0.09346849,0.2373339),(-0.9660808,0.09245898,0.2411205),(-0.9680633,0.09220223,0.2331359),(-0.9118495,0.1302885,0.3893013),(-0.9694213,0.08871304,0.2288065),(-0.8432605,0.1718798,0.5092828),(-0.8282999,0.1662398,0.5350547),(-0.8323705,0.1544672,0.5322587),(-0.8224539,0.1495633,0.5488173),(-0.8141869,0.1604303,0.5579979),(-0.8010496,0.1545515,0.578302),(-0.8139769,0.1446054,0.5626107),(-0.8069979,0.13968,0.5737979),(-0.877229,0.1263663,0.4631424),(-0.8738595,0.1232773,0.4702895),(-0.871689,0.1202957,0.4750655),(-0.9651672,0.08734412,0.2466237),(-0.9653748,0.0863224,0.2461704),(-0.9652225,0.088723,0.245914),(-0.8817709,0.1294977,0.453553),(-0.9655327,0.09043292,0.2440663),(-0.7890099,0.1485702,0.596146),(-0.7782011,0.1424492,0.6116464),(-0.8015509,0.1347856,0.5825367),(-0.7976485,0.1299187,0.5889634),(-0.768751,0.1362542,0.6248653),(-0.7607747,0.130049,0.6358529),(-0.7952814,0.1251499,0.5931821),(-0.7944216,0.1205472,0.5952838),(-0.8708936,0.1145986,0.4779242),(-0.8721545,0.1119446,0.476251),(-0.8744022,0.1095066,0.4726828),(-0.9675083,0.08489601,0.2381603),(-0.9686182,0.08500556,0.2335661),(-0.9665728,0.08510304,0.2418564),(-0.8707139,0.1174054,0.4775701),(-0.9658499,0.08559107,0.244557),(-0.754361,0.1238687,0.6446675),(-0.7495545,0.1177493,0.6513857),(-0.7950188,0.116102,0.59537),(-0.7970058,0.1117995,0.593534),(-0.7463785,0.1117528,0.6560721),(-0.7448532,0.1059278,0.6587663),(-0.8002926,0.1076937,0.5898591),(-0.8047822,0.1038282,0.584419),(-0.8814424,0.1050697,0.4604559),(-0.8860177,0.1030548,0.4520535),(-0.8911407,0.1012269,0.442291),(-0.9727042,0.08616761,0.2154568),(-0.9742258,0.08674942,0.2082274),(-0.9712423,0.08569334,0.2221376),(-0.8775315,0.1072357,0.4673744),(-0.9698697,0.0853136,0.2281978),(-0.7449836,0.1003192,0.6594964),(-0.7467458,0.09496546,0.658295),(-0.8103691,0.1002106,0.5772865),(-0.8169449,0.09683884,0.5685273),(-0.7500957,0.08989649,0.6551908),(-0.7549857,0.0851379,0.6501908),(-0.824392,0.09373377,0.5582041),(-0.8325884,0.09091066,0.5463808),(-0.9025866,0.09806083,0.4191915),(-0.9087118,0.09671178,0.4060663),(-0.9149783,0.09552865,0.3920322),(-0.9789249,0.08873866,0.1839333),(-0.9804738,0.08943669,0.1751342),(-0.977355,0.08805744,0.1924137),(-0.8966971,0.09956948,0.4313007),(-0.975782,0.08739476,0.2005282),(-0.7613582,0.08070605,0.6432886),(-0.769144,0.07661481,0.6344664),(-0.8414174,0.08837883,0.5331097),(-0.8507674,0.08615366,0.5184326),(-0.7782645,0.07287844,0.6236932),(-0.7886235,0.06949699,0.6109362),(-0.8605289,0.08423892,0.5023881),(-0.870593,0.08262417,0.4850167),(-0.9276175,0.09375672,0.3615736),(-0.9338605,0.09318544,0.3452839),(-0.9399773,0.09281553,0.3283716),(-0.9848334,0.09193429,0.1471436),(-0.9861525,0.09292134,0.1373645),(-0.9834406,0.09102315,0.1567146),(-0.9213031,0.09453642,0.3771785),(-0.9819838,0.09018981,0.166053),(-0.8001187,0.06656797,0.5961367),(-0.8126432,0.06419399,0.5792152),(-0.8808542,0.08145713,0.4663266),(-0.8912094,0.08089276,0.4463207),(-0.8260926,0.06239237,0.5600699),(-0.8403366,0.06119213,0.5386),(-0.9015744,0.08094183,0.4249847),(-0.9118592,0.08162016,0.4023069),(-0.9515804,0.09343361,0.2928562),(-0.9569543,0.09462703,0.2743795),(-0.9619867,0.09641528,0.255511),(-0.9893548,0.09800785,0.1075707),(-0.990086,0.1006251,0.09800155),(-0.988444,0.0958552,0.1174314),(-0.9459063,0.0928328,0.3108751),(-0.9873692,0.09416298,0.1274185),(-0.855181,0.06148432,0.51467),(-0.8703828,0.06418187,0.4881747),(-0.9218959,0.08378962,0.3782688),(-0.9314724,0.0883152,0.3529299),(-0.8857076,0.06933044,0.4590376),(-0.9008853,0.07694968,0.4271821),(-0.948561,0.1044659,0.2988628),(-0.9404175,0.09521173,0.3264194),(-0.9704995,0.1048506,0.2171106),(-0.9737227,0.1122694,0.1981405),(-0.97614,0.1218142,0.1797555),(-0.9903706,0.1167951,0.07432964),(-0.9896158,0.1256223,0.06985433),(-0.9906685,0.1097012,0.08088043),(-0.9665545,0.09956657,0.2363454),(-0.9905574,0.1043173,0.08896051),(-0.9155093,0.08690836,0.3927974),(-0.9290181,0.09903725,0.3565344),(-0.961821,0.1280018,0.2419007),(-0.9557489,0.1155666,0.2705335),(-0.9408526,0.1132428,0.3193312),(-0.9506068,0.1294193,0.2821302),(-0.9699852,0.1566785,0.1859584),(-0.9666027,0.1417188,0.2135295),(-0.9786348,0.1450254,0.1457447),(-0.9787815,0.158123,0.1303222),(-0.978204,0.1722102,0.1160192),(-0.9846547,0.1602386,0.06912802),(-0.982107,0.1741828,0.07159904),(-0.9867469,0.1474863,0.06766263),(-0.9777579,0.1329179,0.1622416),(-0.9883995,0.1359407,0.06772354),(-0.9582404,0.1457667,0.2460231),(-0.9638922,0.160596,0.2124164),(-0.9722066,0.1710094,0.1599066),(-0.973623,0.182911,0.1363886),(-0.9676332,0.1740696,0.1827181),(-0.9696418,0.1863529,0.1583268),(-0.9745888,0.1999554,0.1009682),(-0.9743644,0.1925194,0.1164061),(-0.9764041,0.1953643,0.09202062),(-0.9757313,0.2025173,0.08327883),(-0.9753273,0.2067758,0.07733438),(-0.975545,0.2036946,0.08258655),(-0.9744459,0.2071932,0.08675369),(-0.9772545,0.1969999,0.07851516),(-0.9772634,0.1852819,0.1030875),(-0.9794807,0.1871528,0.07477592),(-0.9701897,0.197853,0.1399504),(-0.9696565,0.2088715,0.1270396),(-0.9731274,0.2148773,0.08276849),(-0.9741966,0.2068885,0.09021129),(-0.9684312,0.2193673,0.1184025),(-0.9667968,0.2292755,0.1128574),(-0.9697938,0.2337781,0.06962731),(-0.9716088,0.223851,0.07659597),(-0.9712558,0.2288335,0.06555436),(-0.9732786,0.2184907,0.07064409),(-0.9686105,0.242202,0.05596308),(-0.9641703,0.2554539,0.07154649),(-0.9681327,0.235611,0.0848904),(-0.971082,0.2210566,0.09018791),(-0.9746729,0.2111241,0.0737518),(-0.9732036,0.2116027,0.08999479),(-0.9631742,0.2462183,0.1080365),(-0.9554638,0.2776904,0.09988527),(-0.9566016,0.2884232,0.041538),(-0.9657435,0.2526897,0.05905434),(-0.9426165,0.3231168,0.08408152),(-0.9229377,0.3808464,0.05605341),(-0.9140654,0.4046738,-0.02689509),(-0.9403329,0.3399683,0.01398792),(-0.9295686,0.3676141,-0.02760614),(-0.9511181,0.3086016,0.01180938),(-0.8944703,0.439602,-0.08168696),(-0.8662342,0.4874554,-0.1096607),(-0.912468,0.4070421,-0.04145994),(-0.9408153,0.3387641,0.0102635),(-0.9631002,0.2663113,0.03893737),(-0.9565747,0.2876112,0.04737857),(-0.8948536,0.446179,0.01270234),(-0.8552821,0.5160921,-0.04627771),(-0.8227319,0.5480134,-0.1509747),(-0.8758482,0.4754943,-0.08243341),(-0.7983807,0.5898296,-0.1211997),(-0.7167481,0.6640272,-0.2129319),(-0.6466324,0.6937413,-0.3171587),(-0.7486257,0.6217775,-0.2301133),(-0.6905395,0.6549449,-0.3069241),(-0.7778271,0.5860025,-0.2271258),(-0.5784365,0.7208458,-0.381828),(-0.5259128,0.7442328,-0.4117441),(-0.6318666,0.6891881,-0.3546326),(-0.7243885,0.631221,-0.2771665),(-0.8443161,0.5144845,-0.1497868),(-0.8024327,0.5652252,-0.1913692),(-0.6170927,0.7207194,-0.3158485),(-0.5167083,0.7482989,-0.4160064),(-0.4331436,0.7622391,-0.4810179),(-0.5320465,0.7439702,-0.4042707),(-0.4246956,0.756076,-0.4979787),(-0.3485941,0.7589976,-0.5499136),(-0.3179435,0.7586181,-0.5686919),(-0.3599663,0.7619299,-0.5384117),(-0.3346187,0.7887928,-0.5155931),(-0.3804107,0.7850367,-0.4888814),(-0.3294198,0.7888842,-0.5187913),(-0.3932716,0.8337328,-0.3875912),(-0.3633883,0.8271537,-0.4286791),(-0.3759213,0.8124102,-0.4457274),(-0.4640652,0.7666874,-0.4436599),(-0.4310129,0.7871201,-0.441214),(-0.2907335,0.770319,-0.5675234),(-0.2492828,0.794415,-0.5538617),(-0.2996844,0.7671672,-0.5671365),(-0.2949034,0.7928257,-0.5333474),(-0.2219494,0.8293909,-0.5126882),(-0.2074887,0.8715948,-0.4441519),(-0.3232206,0.8729256,-0.3654167),(-0.3025483,0.8307498,-0.4672464),(-0.4202884,0.8455082,-0.3293535),(-0.3804753,0.8191839,-0.4291575),(-0.4698938,0.8623405,-0.1885961),(-0.6058885,0.7874407,0.1132975),(-0.5555847,0.8292645,-0.06038176),(-0.5011615,0.8406274,-0.2053841),(-0.3501933,0.7974509,-0.491362),(-0.4463137,0.837754,-0.3145988),(-0.215009,0.9131619,-0.3462751),(-0.2551485,0.9420832,-0.217666),(-0.4224691,0.9050519,-0.04899873),(-0.3623974,0.9046237,-0.2243301),(-0.3267428,0.9433438,-0.05780799),(-0.4191937,0.8986882,0.1289815),(-0.5636947,0.7574372,0.3294497),(-0.4944248,0.8572838,0.1435566),(-0.6184185,0.6988785,0.359343),(-0.5773224,0.7957901,0.1828035),(-0.6474378,0.5780032,0.4967259),(-0.6515003,0.4074695,0.6399342),(-0.6516457,0.4993501,0.5709704),(-0.6524113,0.6062327,0.454798),(-0.5252344,0.8508906,-0.01067618),(-0.6402959,0.7092168,0.295013),(-0.4914961,0.8086879,0.3231956),(-0.5174453,0.701367,0.4902395),(-0.5812151,0.5440238,0.605167),(-0.5962667,0.6380712,0.4871667),(-0.5174043,0.6069373,0.6032577),(-0.5182419,0.5520765,0.6531745),(-0.5001252,0.5141363,0.696806),(-0.5425023,0.4969825,0.6772735),(-0.5587055,0.450523,0.6963313),(-0.6150242,0.4308924,0.6603612),(-0.480888,0.546306,0.6857817),(-0.4567769,0.6459446,0.6116457),(-0.5616285,0.4821165,0.6724113),(-0.6175181,0.3858091,0.6854362),(-0.6483406,0.4765873,0.5937332),(-0.6445741,0.3618048,0.6735142),(-0.5203735,0.5604759,0.6442655),(-0.5015605,0.6362569,0.5861861),(-0.4192064,0.721076,0.5516481),(-0.463495,0.5965093,0.6552472),(-0.4399939,0.7551929,0.4858898),(-0.3180079,0.8787336,0.3559467),(-0.2355774,0.9386079,0.252029),(-0.345083,0.8471795,0.4039858),(-0.2378605,0.9237605,0.3001482),(-0.3182957,0.8264776,0.4643517),(-0.1561165,0.9744827,0.1612797),(-0.09417154,0.9912542,0.09244919),(-0.1473708,0.9698489,0.1941),(-0.2236441,0.9154714,0.3345078),(-0.3968123,0.6891883,0.6062669),(-0.3280629,0.8089286,0.4878618),(-0.1831508,0.9560041,0.2291544),(-0.09103227,0.9868306,0.1337106),(-0.05747197,0.9961959,0.06550454),(-0.1285647,0.982308,0.1361694),(-0.038488,0.9968645,0.06913691),(-0.01882079,0.9993512,0.03070956),(-0.006465262,0.9999459,0.008150555),(-0.01801842,0.9994909,0.02632882),(-0.01052818,0.9999409,0.002715315),(-0.03773956,0.9990085,0.02361954),(-0.00361185,0.9999899,-0.002662314),(-0.005114872,0.9999817,-0.003212169),(-0.009626631,0.9999443,-0.004347481),(-0.02672658,0.9996322,0.004596252),(-0.08574997,0.9937712,0.07117393),(-0.05520494,0.997935,0.03283481),(-0.01392788,0.9998477,0.01052121),(-0.009315559,0.9999559,0.00119027),(-0.007751124,0.9999691,-0.001263879),(-0.007603258,0.9999704,0.001088824),(-0.005788998,0.9999828,-0.0009579533),(-0.004391034,0.9999901,-0.0006810181),(-0.007016608,0.9999753,0.0004364715),(-0.007330396,0.9999729,-0.0005090993),(-0.008930372,0.9999596,0.0009125028),(-0.008112066,0.9999668,-0.0008366944),(-0.009107412,0.9999568,0.001848489),(-0.009858699,0.999946,0.003325273),(-0.009531508,0.9999499,0.003036932),(-0.008573813,0.9999611,0.002063023),(-0.006368532,0.9999775,-0.002137039),(-0.007064702,0.9999751,0.0001114088),(0.001252941,0.9999936,0.003345701),(0.003195889,0.9999529,0.009163762),(0.008540565,0.9996003,0.02695179),(0.005708383,0.9996611,0.0253983),(0.002520269,0.9999565,0.0089709),(0.001166277,0.9999927,0.003634699),(0.01635966,0.9982336,0.0571139),(0.0257942,0.9946606,0.0999243),(0.01026131,0.9955257,0.0939327),(0.008916781,0.9985257,0.05354389),(0.002903422,0.9989488,0.04574801),(0.003143648,0.9997541,0.02195145),(-0.001254339,0.9967802,0.08017217),(-0.007372694,0.997991,0.06292477),(-0.0008921751,0.9993482,0.03608949),(0.001196066,0.999844,0.01762716),(0.001797529,0.9999651,0.008158527),(0.001016716,0.9999927,0.003696163),(0.001113173,0.9999751,0.006954912),(0.0008030719,0.9999935,0.003502248),(0.03172686,0.9893751,0.1418805),(0.02969605,0.9851531,0.1690902),(-0.01099756,0.9867549,0.1618448),(0.004701191,0.9909229,0.1343502),(0.02029816,0.9831727,0.1815474),(0.004117895,0.9837796,0.1793341),(-0.06541318,0.9821584,0.1763119),(-0.03499385,0.9837788,0.1759398),(-0.06668843,0.9860215,0.1526903),(-0.03642404,0.9895437,0.1395587),(-0.1017594,0.9828336,0.1538938),(-0.1035113,0.9870699,0.122386),(-0.07273957,0.9899799,0.121032),(-0.04441002,0.9929236,0.1101384),(-0.01371926,0.9932572,0.1151176),(-0.02161529,0.995665,0.09046475),(-0.0144838,0.9850299,0.1717742),(-0.02972334,0.9853653,0.1678445),(-0.1216623,0.9767225,0.1766677),(-0.0965184,0.9801476,0.1731904),(-0.03814359,0.9852837,0.1666171),(-0.03608895,0.9852968,0.1669957),(-0.1387678,0.9699502,0.1998502),(-0.1370553,0.9729617,0.1859066),(-0.174519,0.967633,0.1822894),(-0.1606299,0.9733599,0.1636108),(-0.1734623,0.9623989,0.2090433),(-0.1458801,0.9683452,0.2025499),(-0.1540764,0.9741007,0.165494),(-0.148152,0.9790961,0.1393621),(-0.1352673,0.9787791,0.1539291),(-0.1305454,0.9835479,0.1248656),(-0.02406795,0.9864505,0.1622844),(-0.006988427,0.9891046,0.1470489),(-0.1141818,0.9730535,0.2003234),(-0.1287716,0.9696671,0.2077587),(0.01000672,0.9924018,0.1226313),(0.02173419,0.995648,0.09062381),(-0.09651012,0.9845852,0.1458695),(-0.1013122,0.9786023,0.1790908),(-0.1406669,0.9681775,0.2069905),(-0.1481372,0.9624938,0.227291),(-0.1463648,0.9745656,0.1697031),(-0.1391935,0.976805,0.162718),(-0.1184758,0.9707868,0.208654),(-0.1181286,0.9655131,0.2320128),(-0.1614947,0.9600334,0.2285941),(-0.1299485,0.9643052,0.2307139),(0.02353801,0.9983523,0.05233328),(0.0116771,0.9998951,0.008571584),(-0.1252827,0.9906028,0.05486789),(-0.1040055,0.9891424,0.1038273),(-0.0174534,0.9990689,-0.03945814),(-0.0679698,0.9936365,-0.08981361),(-0.2131294,0.9749874,-0.06305101),(-0.1612742,0.9869092,-0.000994183),(-0.2458636,0.9692487,0.01039651),(-0.2019894,0.9768991,0.06977357),(-0.2960081,0.9534771,-0.05710246),(-0.3268694,0.9428275,-0.06505859),(-0.2827748,0.9591823,-0.002777331),(-0.2306793,0.9715624,0.05341719),(-0.1677127,0.9782146,0.1223469),(-0.1796911,0.9778389,0.1074337),(-0.1332277,0.9833434,-0.1236369),(-0.1983193,0.972271,-0.1239299),(-0.3160437,0.9417994,-0.1145868),(-0.2702218,0.9567028,-0.1081663),(-0.2514243,0.9632155,-0.09487711),(-0.281707,0.9585123,-0.0435352),(-0.332362,0.9424216,-0.03711095),(-0.3402632,0.9362112,-0.08791767),(-0.3601166,0.9253924,-0.1181738),(-0.3525306,0.9312441,-0.09223106),(-0.3061173,0.9511915,-0.03907621),(-0.2891241,0.9523903,-0.09674718),(-0.1971115,0.9794434,-0.04286983),(-0.3367054,0.9336357,-0.1222866),(-0.3389481,0.9345655,-0.1081737),(-0.3482743,0.9306021,-0.1126259),(-0.2865965,0.9578511,0.01958844),(-0.2715449,0.9580133,0.09205417),(-0.2939441,0.9556426,0.01854813),(-0.2368405,0.9690003,0.07032061),(-0.2412455,0.9535776,0.1802508),(-0.1983906,0.9361489,0.2902865),(-0.1708923,0.9769481,0.1279374),(-0.1046196,0.973695,0.2024168),(-0.1296549,0.9906068,0.04344744),(-0.03467901,0.9972024,0.06621867),(0.04222585,0.9943954,0.09692578),(0.1836015,0.982722,-0.02340856),(0.2511583,0.9665218,-0.05248985),(0.06694824,0.9977528,0.002707276),(-0.2257427,0.9741088,0.01233827),(-0.06961829,0.9975734,0.0007889366),(-0.1541242,0.9007898,0.4059845),(-0.1190318,0.854435,0.5057392),(-0.04787443,0.9559156,0.2897125),(-0.004730016,0.9265975,0.3760248),(-0.09155523,0.8057186,0.5851796),(-0.0695795,0.7623968,0.6433582),(0.03032933,0.8907257,0.4535282),(0.06180635,0.8540913,0.5164376),(0.1293453,0.9676849,0.2164618),(0.1566009,0.9428838,0.2940174),(0.1837066,0.9111446,0.3688732),(0.2764595,0.9573617,0.08383669),(0.2865792,0.9404834,0.1826567),(0.2751426,0.9614034,0.0003100098),(0.09479593,0.9845318,0.1473461),(0.2729678,0.9607286,-0.04988903),(-0.04852745,0.7266276,0.6853154),(-0.02588189,0.6970264,0.7165782),(0.09289985,0.8205821,0.5639279),(0.1241838,0.791683,0.5981776),(-0.003211668,0.6730507,0.7395894),(0.01813958,0.6539425,0.7563268),(0.1545779,0.7678313,0.6217241),(0.1833931,0.7490857,0.6365827),(0.2385404,0.8439265,0.4805065),(0.2646377,0.8146639,0.5160326),(0.2903767,0.7899727,0.5400227),(0.333378,0.8458575,0.4163941),(0.3529415,0.8136696,0.4619243),(0.3170363,0.8796223,0.3546162),(0.2115684,0.8766727,0.4320691),(0.3018795,0.912315,0.2766773),(0.03832531,0.6378227,0.7692291),(0.05769697,0.622919,0.7801558),(0.2111263,0.7341214,0.6453616),(0.2377979,0.721432,0.6503754),(0.07527193,0.6087002,0.7898216),(0.08989931,0.594533,0.7990298),(0.2618624,0.7105167,0.6531416),(0.2817082,0.7008395,0.6553354),(0.3415152,0.754011,0.5611013),(0.3641624,0.7419845,0.5628896),(0.3823946,0.7334358,0.562002),(0.4200365,0.7496444,0.5114711),(0.4373955,0.7408715,0.5097006),(0.3986972,0.7645581,0.5064498),(0.3162841,0.769894,0.5542811),(0.3755666,0.7858913,0.4912479),(0.100781,0.5801845,0.8082259),(0.1081844,0.5660558,0.8172374),(0.2972518,0.6913206,0.658572),(0.3097372,0.6813493,0.6631937),(0.1131528,0.5528519,0.8255612),(0.1168135,0.5413107,0.8326688),(0.3203462,0.6714593,0.6682221),(0.330275,0.6621978,0.6726162),(0.4110922,0.7179718,0.5617114),(0.4249828,0.7094066,0.5622561),(0.4399166,0.7007037,0.5616831),(0.5106688,0.70863,0.486889),(0.4887773,0.7182666,0.4951664),(0.4697099,0.7269061,0.5009794),(0.3972428,0.7260889,0.5612425),(0.4528168,0.7344807,0.5054651),(0.1219354,0.5308716,0.838634),(0.1315169,0.5210531,0.8433309),(0.3592974,0.6412258,0.6780375),(0.342308,0.6524945,0.6760741),(0.1474372,0.5128975,0.8456941),(0.1715893,0.5072536,0.8445418),(0.4133011,0.6155725,0.6710086),(0.3825552,0.6288244,0.6769279),(0.5120271,0.6612464,0.5482531),(0.4821315,0.677406,0.5555813),(0.5482012,0.6418913,0.5361445),(0.6457862,0.6358218,0.4227185),(0.6051039,0.6606013,0.4443593),(0.5685688,0.6807625,0.4618354),(0.458249,0.6905382,0.5596115),(0.5369154,0.6966538,0.4758102),(0.2062224,0.503748,0.8388743),(0.2529918,0.5013586,0.8274266),(0.5009606,0.5838452,0.6388766),(0.4526519,0.6009341,0.658775),(0.3127406,0.4995194,0.8078822),(0.3861874,0.4974478,0.7767915),(0.6222307,0.5388727,0.5678425),(0.5577728,0.5634593,0.6094286),(0.6894424,0.5586811,0.4610256),(0.6379904,0.5914122,0.4931529),(0.7432384,0.5200666,0.4208652),(0.8177954,0.4893846,0.3028422),(0.7767832,0.5334005,0.334801),(0.7334137,0.5724014,0.3666894),(0.5904722,0.618883,0.5180023),(0.6891783,0.6064419,0.3965623),(0.4738568,0.4911261,0.7309274),(0.5727245,0.4748676,0.6681973),(0.764127,0.4685701,0.4433419),(0.6923889,0.5080418,0.5123389),(0.6750895,0.4456172,0.5879451),(0.7724084,0.4024808,0.4913191),(0.8906157,0.3629877,0.2739406),(0.8318118,0.41989,0.3630173),(0.8935238,0.3688263,0.2560907),(0.8478758,0.4250479,0.3169241),(0.932119,0.3075583,0.1912125),(0.9188485,0.3301829,0.2160944),(0.9447225,0.2678287,0.1891218),(0.8890065,0.3877835,0.2434984),(0.7969796,0.4755066,0.3724474),(0.855336,0.4407655,0.2722611),(0.8530959,0.3558425,0.3815802),(0.9101963,0.3160135,0.2677277),(0.9604543,0.2657654,0.0830436),(0.9343126,0.3083691,0.1787973),(0.9460317,0.2817782,0.1600779),(0.9655324,0.2514397,0.06727144),(0.9742851,0.2097271,-0.08236097),(0.9723089,0.2336143,-0.00631355),(0.9761644,0.2101571,0.05419433),(0.9830874,0.1828166,-0.01082908),(0.9835756,0.1677054,-0.06673815),(0.9835308,0.1455164,0.1072016),(0.9870515,0.1359394,0.08514671),(0.9763129,0.170323,0.1334289),(0.9600346,0.2513793,0.1230527),(0.9640677,0.2109956,0.1614132),(0.9745131,0.2242353,-0.006547126),(0.9775746,0.2008228,-0.06338878),(0.9672452,0.1745814,-0.1842768),(0.9714136,0.1907642,-0.1412961),(0.9774513,0.1818818,-0.107275),(0.9756135,0.1676823,-0.1416367),(0.9632563,0.1614029,-0.2146774),(0.9600005,0.1513368,-0.2355765),(0.9783388,0.1515763,-0.1409892),(0.9760784,0.1455163,-0.1615421),(0.9746075,0.1409093,-0.1740253),(0.9899575,0.1312202,0.05258593),(0.9901797,0.1303224,0.05059961),(0.9894717,0.1324812,0.0582618),(0.9811173,0.1590073,-0.1101151),(0.9885828,0.1340631,0.06878369),(0.9731719,0.1563344,-0.168808),(0.9708599,0.1459786,-0.1900561),(0.9577693,0.1434162,-0.2492186),(0.9568149,0.1366797,-0.2565617),(0.9689737,0.1367629,-0.2058783),(0.9676982,0.1288033,-0.2167255),(0.9572152,0.1312285,-0.2579111),(0.9589237,0.127165,-0.2535636),(0.9741693,0.1355554,-0.1806077),(0.9752294,0.1347315,-0.1754281),(0.9770063,0.1352429,-0.1648273),(0.989103,0.1342373,0.06046171),(0.9880113,0.1382398,0.06872725),(0.9897957,0.1315927,0.054662),(0.9739568,0.1376364,-0.1801785),(0.9901438,0.1302896,0.0513784),(0.9675562,0.1196234,-0.2225427),(0.9690717,0.1068358,-0.2224545),(0.9621487,0.1227533,-0.2433136),(0.9671782,0.1163371,-0.2259031),(0.9723734,0.09056915,-0.2151449),(0.9773902,0.07094357,-0.1991872),(0.9739236,0.1081049,-0.1994645),(0.9818897,0.09830109,-0.1619556),(0.9826632,0.1366596,-0.1252884),(0.9861667,0.1369781,-0.093339),(0.9891973,0.1374515,-0.05094856),(0.9808705,0.157342,0.1146144),(0.9760026,0.1663088,0.1405714),(0.9841709,0.1497847,0.09472133),(0.9794892,0.1361633,-0.1485273),(0.9864313,0.1434536,0.07983856),(0.9830934,0.05692107,-0.1740329),(0.9884552,0.05740013,-0.1402195),(0.989139,0.09436115,-0.1126949),(0.9931849,0.1035312,-0.05352723),(0.9925779,0.0722488,-0.0978221),(0.9938334,0.100894,-0.04599563),(0.9919987,0.1255681,0.0130897),(0.9834972,0.1595532,0.08529965),(0.9750975,0.1841644,0.1235649),(0.9853963,0.1588064,0.06143939),(0.9582371,0.2184431,0.1845653),(0.9323848,0.2530943,0.2580732),(0.946196,0.2226755,0.234795),(0.9585939,0.1978801,0.2047955),(0.9897006,0.1431426,0.001785603),(0.9687066,0.1790727,0.1718733),(0.9913072,0.1305507,0.01632726),(0.9850713,0.1480732,0.08779993),(0.9482775,0.2060461,0.2414848),(0.9680995,0.1911023,0.1620595),(0.9746013,0.152818,0.1637039),(0.9606379,0.1447995,0.2370821),(0.9254308,0.2039715,0.3193328),(0.9018869,0.185345,0.3901886),(0.9185576,0.2582819,0.2992362),(0.9017942,0.2505616,0.3521163),(0.8886839,0.2247028,0.3996869),(0.9178741,0.2704371,0.2904666),(0.9248518,0.2403244,0.2947764),(0.9162919,0.28262,0.2837869),(0.9378819,0.2475847,0.2430621),(0.9211065,0.2768982,0.2736608),(0.9442528,0.1320405,0.3015822),(0.9265364,0.1229877,0.3555337),(0.8785883,0.1614117,0.4494764),(0.8558514,0.1434777,0.4969231),(0.9087379,0.1181447,0.4002964),(0.8915164,0.1177882,0.4374066),(0.8346505,0.1317313,0.5347948),(0.8153058,0.1261421,0.5651235),(0.8663532,0.1697269,0.4697073),(0.8562522,0.1536561,0.4931753),(0.8472539,0.145072,0.5109941),(0.94656,0.1590955,0.2805579),(0.9528231,0.1486451,0.2646368),(0.9401288,0.1778836,0.2907151),(0.8773801,0.1934163,0.4390834),(0.9331306,0.2050085,0.295362),(0.8757429,0.119236,0.4678217),(0.8629082,0.119936,0.4909222),(0.7985796,0.1232842,0.5891279),(0.785836,0.1199501,0.6066906),(0.854145,0.1202703,0.5059361),(0.850323,0.1203103,0.5123244),(0.7781531,0.1165426,0.6171674),(0.7764848,0.1131399,0.6198958),(0.8361548,0.1325397,0.5322391),(0.8357804,0.1243573,0.5347957),(0.8397502,0.1149354,0.5306689),(0.9839551,0.1031105,0.1456037),(0.9760195,0.1185602,0.1825636),(0.9676884,0.1312248,0.2153122),(0.8402086,0.1395118,0.5240095),(0.9597486,0.1412218,0.2427736),(0.8517978,0.1225269,0.5093405),(0.8583236,0.1290835,0.4966065),(0.7812102,0.1119037,0.6141564),(0.7922763,0.1147678,0.5992718),(0.8697318,0.1393959,0.4734295),(0.8853917,0.152848,0.4389979),(0.8320091,0.1307294,0.5391387),(0.8094583,0.1212136,0.5745297),(0.877498,0.1015962,0.4686956),(0.8607635,0.102524,0.4985729),(0.8974038,0.1036281,0.4288677),(0.997789,0.06356793,-0.01939765),(0.9974058,0.06834093,0.02260856),(0.9949675,0.07643558,0.06478744),(0.8480875,0.1068317,0.5189746),(0.9904591,0.08798755,0.1060607),(0.904757,0.166602,0.3919932),(0.9273174,0.1773786,0.3295741),(0.8903262,0.1453085,0.4315146),(0.8592197,0.1400121,0.4920754),(0.9513962,0.1832155,0.2475424),(0.9731961,0.1813474,0.1414296),(0.9564196,0.1360522,0.2583627),(0.9237223,0.1447733,0.3546517),(0.9645552,0.0897235,0.2481592),(0.9425663,0.1004755,0.318549),(0.9832478,0.07112502,0.1678245),(0.9880219,0.007437853,-0.1541349),(0.9912708,0.02951014,-0.1284959),(0.994222,0.04630355,-0.0968431),(0.9195563,0.1046695,0.3787619),(0.9965341,0.05765291,-0.05996658),(0.9849046,0.1727112,0.01156124),(0.9780416,0.1641151,-0.1284559),(0.9929644,0.1172332,0.01667976),(0.9819643,0.1238096,0.1428889),(0.9516017,0.164839,-0.2593882),(0.9123372,0.1827804,-0.3663771),(0.9864926,0.1243385,-0.1066402),(0.9647026,0.1516964,-0.2152607),(0.9931385,0.06590026,-0.09660771),(0.9986526,0.05092857,-0.009963912),(0.9790938,0.1032469,-0.1752577),(0.9699132,0.06670784,-0.2341336),(0.9770623,0.02169846,-0.2118451),(0.981295,-0.002541611,-0.1924937),(0.9952902,0.05434144,0.0802784),(0.9846973,-0.007102489,-0.1741291),(0.87135,0.2130788,-0.4419802),(0.8366135,0.2466697,-0.4891134),(0.9337779,0.1930078,-0.3013414),(0.9004432,0.2383081,-0.3638837),(0.8111973,0.2809321,-0.5128704),(0.7958022,0.3151929,-0.5170611),(0.8689623,0.2845042,-0.404922),(0.8419261,0.3304054,-0.4266061),(0.931621,0.2115805,-0.295493),(0.9032023,0.2698623,-0.3337663),(0.8745538,0.3285911,-0.356628),(0.8944833,0.3243122,-0.307768),(0.9194133,0.2548603,-0.2995421),(0.9407895,0.1880083,-0.2820777),(0.9577001,0.1551775,-0.2423436),(0.9578007,0.1249025,-0.2588765),(0.7874267,0.3531095,-0.5052454),(0.7815127,0.397084,-0.481209),(0.7997703,0.426422,-0.4225303),(0.8193332,0.3774146,-0.4315683),(0.7746557,0.4449233,-0.4493903),(0.76445,0.4939851,-0.41424),(0.7645496,0.5254639,-0.3732982),(0.7818572,0.4762752,-0.4023199),(0.7948189,0.5010494,-0.3423631),(0.8202974,0.4448304,-0.3594971),(0.770383,0.5548302,-0.3141235),(0.7776643,0.5825181,-0.2364551),(0.8083617,0.5233744,-0.2695007),(0.8383608,0.4601142,-0.2923115),(0.8468245,0.3871162,-0.3647319),(0.8671542,0.3935438,-0.3052324),(0.7472947,0.5459204,-0.3788424),(0.7202661,0.6031843,-0.3426155),(0.7138585,0.63456,-0.2962083),(0.7436125,0.5771728,-0.3375085),(0.6831039,0.6645727,-0.3028401),(0.6358944,0.72825,-0.2555197),(0.6200781,0.7592622,-0.1975449),(0.6731629,0.695979,-0.2499296),(0.66447,0.7239741,-0.1853133),(0.7094017,0.6655194,-0.2320194),(0.6065426,0.7829145,-0.1383867),(0.6034304,0.7934442,-0.07948617),(0.6605123,0.7428598,-0.1090082),(0.7068793,0.6913496,-0.149524),(0.7436882,0.6087795,-0.2762521),(0.7449865,0.6380777,-0.1945556),(0.5871025,0.7842547,-0.2006372),(0.5442674,0.8260053,-0.1465886),(0.5668135,0.8115737,-0.1416703),(0.5267211,0.8450646,-0.09181964),(0.5052705,0.8565317,-0.1051437),(0.4675727,0.8795334,-0.08829889),(0.4991774,0.8644703,-0.0592706),(0.4825141,0.8741027,-0.05589936),(0.4949153,0.867184,-0.05523295),(0.5125903,0.8561001,-0.06590875),(0.4959933,0.8653573,-0.0717445),(0.505549,0.8515288,-0.1389927),(0.4986501,0.8611298,-0.09901311),(0.5129726,0.8551881,-0.07424582),(0.5500774,0.8295787,-0.09598964),(0.5485629,0.8334128,-0.067096),(0.4260921,0.8989701,-0.1014807),(0.3777845,0.9155295,-0.1381471),(0.4273123,0.8940799,-0.1342585),(0.4627052,0.882485,-0.08440435),(0.3246202,0.9273009,-0.1863721),(0.2697012,0.9339887,-0.2343635),(0.3180136,0.9172751,-0.2397368),(0.377929,0.9059596,-0.1908059),(0.4233438,0.8824813,-0.2049558),(0.468911,0.868533,-0.1605395),(0.3601823,0.9033062,-0.233038),(0.381417,0.9002794,-0.209805),(0.4457795,0.8671247,-0.2222061),(0.4885604,0.8466632,-0.2108795),(0.4938259,0.8623616,-0.1116621),(0.5091962,0.8413821,-0.1810953),(0.2134175,0.9380085,-0.2731175),(0.1553775,0.9414744,-0.2991386),(0.1872146,0.9390935,-0.2881911),(0.2531468,0.9282684,-0.2724603),(0.09722925,0.9449386,-0.3124702),(0.04070862,0.9487647,-0.3133501),(0.1214544,0.9496533,-0.2888035),(0.05741236,0.9595411,-0.2756533),(0.1501094,0.9667996,-0.2067992),(0.2192986,0.9480436,-0.230481),(0.08291939,0.9815848,-0.1720917),(0.170907,0.983068,-0.06609178),(0.108296,0.9941172,-0.001680942),(0.2377162,0.963203,-0.1254234),(0.2894551,0.9264956,-0.2404615),(0.3079425,0.9351414,-0.1751625),(-0.01465797,0.9528925,-0.3029536),(-0.07289394,0.9560008,-0.2841634),(-0.002926228,0.9679213,-0.2512365),(-0.06180721,0.9736251,-0.2196223),(-0.1378969,0.9556027,-0.2603993),(-0.2134401,0.9485055,-0.2340526),(-0.1240476,0.9748634,-0.1850771),(-0.1943608,0.9692079,-0.1511948),(-0.03527594,0.9958425,-0.08398397),(-0.09174441,0.9950257,-0.03881954),(-0.1531996,0.9881936,0.001723841),(-0.03747274,0.9821858,0.1841377),(-0.08257753,0.9692619,0.2317592),(0.006177989,0.9919074,0.126813),(0.0212931,0.9913161,-0.1297646),(0.05331115,0.99654,0.06376503),(-0.2899777,0.9339575,-0.2088932),(-0.3549121,0.915823,-0.187898),(-0.2663025,0.9561178,-0.1221549),(-0.3294409,0.938841,-0.1002314),(-0.4073133,0.8972381,-0.1704691),(-0.4470725,0.8807384,-0.1562882),(-0.382153,0.9202655,-0.084087),(-0.4236452,0.9029075,-0.07268257),(-0.2750073,0.9598616,0.05510497),(-0.3261949,0.9428486,0.06806967),(-0.3689345,0.9265074,0.0739692),(-0.2210278,0.9295529,0.2950903),(-0.2620951,0.9194407,0.2931466),(-0.1765164,0.9416171,0.286704),(-0.216709,0.9756591,0.03356559),(-0.1299187,0.9551138,0.2662309),(-0.4833151,0.8637491,-0.1426325),(-0.5250609,0.841572,-0.1267582),(-0.4623102,0.8844835,-0.06291488),(-0.5067009,0.86054,-0.0522029),(-0.5722544,0.8128436,-0.1086751),(-0.6244856,0.7760083,-0.08848161),(-0.5566686,0.8297301,-0.04084141),(-0.6116765,0.7905641,-0.02932832),(-0.4591631,0.8849463,0.0777129),(-0.5140183,0.8542221,0.07803826),(-0.5743648,0.8149889,0.07679931),(-0.4235485,0.8682539,0.2583445),(-0.4942162,0.8354403,0.2403955),(-0.3604015,0.8919213,0.2731065),(-0.4106575,0.9085923,0.07629189),(-0.3062667,0.9083501,0.2847822),(-0.6752422,0.7344657,-0.06788319),(-0.7183776,0.6940154,-0.04771004),(-0.6658394,0.7458488,-0.01916911),(-0.7136671,0.7004136,-0.01000349),(-0.7539339,0.6564405,-0.02587582),(-0.7820978,0.6231557,0.0004269703),(-0.7901831,0.6125605,0.01949883),(-0.7550686,0.6556441,0.001501478),(-0.6907144,0.7199115,0.06812426),(-0.7412513,0.6679404,0.06634794),(-0.7863351,0.6135207,0.07258988),(-0.7027193,0.6893067,0.176187),(-0.7630295,0.6249341,0.1650558),(-0.6370677,0.7455134,0.1958426),(-0.6349133,0.7691265,0.07300234),(-0.567107,0.794051,0.2187984),(-0.8037479,0.5940285,0.03345733),(-0.8196536,0.5682718,0.0723542),(-0.8367767,0.5414208,0.08165979),(-0.8178103,0.5735976,0.04660535),(-0.8300425,0.5460312,0.1134872),(-0.8357391,0.52765,0.1520715),(-0.8505822,0.5008243,0.1602648),(-0.8474668,0.5168474,0.1211141),(-0.8589984,0.4905261,0.1466495),(-0.8460798,0.5205173,0.114938),(-0.862,0.4736252,0.1806516),(-0.8671852,0.4504719,0.2122845),(-0.8611208,0.4716026,0.1898998),(-0.8431052,0.5090544,0.173313),(-0.8222687,0.562057,0.08925293),(-0.8113337,0.5609745,0.1644542),(-0.840878,0.5085914,0.1850921),(-0.8491034,0.4837075,0.2122512),(-0.8540145,0.4675318,0.2281957),(-0.8511513,0.4868739,0.1962023),(-0.8605897,0.4526087,0.2335181),(-0.8752444,0.4147636,0.2488346),(-0.8597063,0.4424315,0.2552631),(-0.8686475,0.4111536,0.276413),(-0.8600009,0.4458908,0.248153),(-0.8609802,0.4254155,0.2788093),(-0.8642547,0.4001055,0.3049252),(-0.8637336,0.4027551,0.3029068),(-0.8620824,0.3816288,0.3334267),(-0.8656455,0.4211522,0.2707189),(-0.8605508,0.4618469,0.2148249),(-0.8669497,0.4370028,0.2396389),(-0.891386,0.3731185,0.25732),(-0.9075044,0.3312146,0.2583264),(-0.8798359,0.3765147,0.290044),(-0.8923867,0.3415669,0.2949205),(-0.9233649,0.2892463,0.2524558),(-0.9384722,0.2475759,0.2407819),(-0.9065167,0.3060329,0.2908116),(-0.9220012,0.2697142,0.2777913),(-0.8765075,0.3455645,0.3351413),(-0.8861271,0.3185645,0.3365938),(-0.898811,0.2910859,0.3277312),(-0.8629392,0.3223014,0.389176),(-0.8688354,0.3052938,0.3897701),(-0.8607423,0.3404228,0.3784641),(-0.8694952,0.3725984,0.3242661),(-0.8609344,0.3600926,0.3593397),(-0.9519649,0.2081866,0.2245464),(-0.9633514,0.1728769,0.2051039),(-0.9377858,0.2341277,0.2564018),(-0.9526638,0.2009972,0.2281046),(-0.9727724,0.1414459,0.1835946),(-0.9804446,0.1135848,0.1607073),(-0.9659935,0.1702905,0.1945705),(-0.977351,0.1418646,0.1570334),(-0.930489,0.2369117,0.2793975),(-0.9468147,0.2110349,0.2429117),(-0.9618941,0.1859839,0.200424),(-0.9096344,0.2539531,0.3287445),(-0.9269757,0.2357598,0.291776),(-0.8931919,0.2715436,0.3584302),(-0.9140489,0.2635961,0.3082723),(-0.8791215,0.2885996,0.379283),(-0.9865038,0.09017462,0.13667),(-0.9910295,0.07272103,0.1121257),(-0.9863533,0.1163336,0.1165049),(-0.9926953,0.09485806,0.07455117),(-0.9941598,0.06204985,0.088296),(-0.9960303,0.05891408,0.0667281),(-0.99635,0.07848212,0.03357501),(-0.9976619,0.06824601,-0.003626872),(-0.9846995,0.1395227,0.1044052),(-0.9912563,0.1195911,0.05575669),(-0.9946008,0.1032123,0.01079628),(-0.9718392,0.1769563,0.1556115),(-0.9814383,0.157452,0.1094886),(-0.9591417,0.1969857,0.2030859),(-0.9747725,0.1619697,0.1535712),(-0.9438592,0.2167843,0.2492675),(-0.9970224,0.05944785,0.0491157),(-0.9976066,0.05923616,0.03566815),(-0.9974856,0.06174544,-0.03478428),(-0.9966392,0.05595239,-0.05982881),(-0.9979908,0.05804802,0.02539083),(-0.9983017,0.05565091,0.01722222),(-0.9954967,0.0505797,-0.08017537),(-0.9942231,0.04533787,-0.09728907),(-0.9950636,0.078158,-0.06115297),(-0.9936582,0.06815007,-0.08943623),(-0.9916452,0.05951269,-0.1144469),(-0.9939811,0.1091904,-0.008896977),(-0.9943407,0.09719843,-0.04288598),(-0.9920015,0.1232264,0.02735252),(-0.9955631,0.08977495,-0.02819009),(-0.9880039,0.1393266,0.06660688),(-0.998544,0.05296969,0.01019265),(-0.9986893,0.05103854,0.00383702),(-0.9928368,0.04061002,-0.1123656),(-0.9913575,0.03689749,-0.1258922),(-0.9987553,0.04984102,-0.001934505),(-0.9987544,0.04936949,-0.007217044),(-0.98985,0.03417965,-0.1379448),(-0.988364,0.03244117,-0.1486077),(-0.9863504,0.04571777,-0.1581864),(-0.9833357,0.04047041,-0.1772376),(-0.9802513,0.03631727,-0.1943932),(-0.9886175,0.06852537,-0.1339389),(-0.9852234,0.06096443,-0.1600569),(-0.9914202,0.0771115,-0.105545),(-0.9891671,0.0520643,-0.1372506),(-0.9934001,0.0866871,-0.07511114),(-0.9987004,0.04951255,-0.01208265),(-0.9986036,0.0501737,-0.01653297),(-0.986944,0.03155225,-0.1579432),(-0.9856297,0.03139604,-0.1659775),(-0.9984686,0.0513565,-0.02056577),(-0.9982984,0.05305933,-0.02418551),(-0.9844474,0.0319637,-0.1727474),(-0.9834169,0.03324099,-0.1782868),(-0.9743231,0.03087395,-0.2230275),(-0.9716505,0.0294663,-0.2345787),(-0.9692583,0.0289126,-0.2443409),(-0.9736261,0.04438313,-0.2237909),(-0.9698551,0.04083227,-0.2402372),(-0.977546,0.04890959,-0.2049673),(-0.9772148,0.0331526,-0.2096478),(-0.9814672,0.05443101,-0.183737),(-0.998105,0.0551066,-0.02738),(-0.9978999,0.0573186,-0.0301682),(-0.9825591,0.03504584,-0.1826178),(-0.9818866,0.03718378,-0.1857854),(-0.997685,0.05968736,-0.03258801),(-0.9974608,0.0622006,-0.03468053),(-0.9813964,0.03963198,-0.1878573),(-0.9810817,0.04237167,-0.1889007),(-0.965526,0.02966289,-0.2586105),(-0.9642453,0.0307578,-0.2632205),(-0.9633709,0.03229955,-0.2662204),(-0.9606671,0.03457105,-0.2755423),(-0.9585968,0.03371644,-0.2827636),(-0.9632795,0.03602092,-0.2660737),(-0.9672033,0.02903827,-0.2523383),(-0.966369,0.03809833,-0.2543214),(-0.997233,0.06477388,-0.03647708),(-0.9970065,0.06732512,-0.0380182),(-0.9809361,0.04529826,-0.1889775),(-0.9809503,0.04830294,-0.1881579),(-0.996782,0.0698415,-0.03934336),(-0.9965592,0.07231957,-0.04049185),(-0.9811074,0.05136431,-0.1865211),(-0.9813883,0.05446929,-0.1841466),(-0.9628401,0.03632094,-0.267619),(-0.963148,0.03866648,-0.2661781),(-0.9638001,0.04120059,-0.2634232),(-0.9559588,0.03398699,-0.2915261),(-0.95626,0.03485776,-0.2904338),(-0.9562371,0.03348314,-0.2906706),(-0.9629059,0.03419055,-0.2676622),(-0.9571144,0.03338157,-0.2877806),(-0.9963362,0.07477669,-0.04150555),(-0.9961107,0.07722629,-0.0424217),(-0.981774,0.05761459,-0.1811087),(-0.9822434,0.06079792,-0.1774872),(-0.9958818,0.07967003,-0.04326875),(-0.9956489,0.08210218,-0.04407457),(-0.9827766,0.06400816,-0.1733581),(-0.9833556,0.06723309,-0.1687947),(-0.965981,0.04680547,-0.2543426),(-0.9674165,0.04984819,-0.2482349),(-0.9690185,0.05302091,-0.2412299),(-0.9601347,0.0397114,-0.2767027),(-0.962183,0.04200828,-0.269145),(-0.9584144,0.03773271,-0.2828742),(-0.9647596,0.04391393,-0.2594427),(-0.9570992,0.03610215,-0.2875027),(-0.9954049,0.08462501,-0.04480721),(-0.9951469,0.08735549,-0.04529402),(-0.9839754,0.070449,-0.1637964),(-0.9846529,0.07364438,-0.1582252),(-0.9948827,0.09031598,-0.04529328),(-0.9946187,0.09352458,-0.04457285),(-0.9854075,0.07684271,-0.1518786),(-0.9862533,0.08006231,-0.1445495),(-0.97264,0.0592021,-0.2246475),(-0.9746484,0.06208435,-0.2149557),(-0.9767757,0.06482844,-0.2042218),(-0.969662,0.04893848,-0.239501),(-0.972383,0.05100253,-0.2277501),(-0.9670111,0.0467333,-0.2504106),(-0.9707611,0.05618292,-0.2333803),(-0.9644952,0.04441718,-0.2603386),(-0.9943286,0.09736419,-0.04278963),(-0.9939803,0.1022454,-0.039357),(-0.9872011,0.08343474,-0.1359138),(-0.9882728,0.08712771,-0.1254015),(-0.9935605,0.1082234,-0.03354222),(-0.9930196,0.1153503,-0.02462296),(-0.9894798,0.09120835,-0.1122975),(-0.9907789,0.09573194,-0.09587789),(-0.9814475,0.06955349,-0.1786703),(-0.9840388,0.07150519,-0.1629566),(-0.9867763,0.0732359,-0.1445995),(-0.980758,0.05399003,-0.1876138),(-0.9835746,0.05367009,-0.1723384),(-0.9779402,0.05365547,-0.2018764),(-0.9790311,0.06734235,-0.1922576),(-0.9751438,0.05266017,-0.2152246),(-0.9921983,0.1240565,-0.01235292),(-0.990882,0.1347061,0.002656471),(-0.9918858,0.1019576,-0.07594101),(-0.9923893,0.1110707,-0.05316643),(-0.9889118,0.1472297,0.01940867),(-0.9861715,0.1615579,0.03694503),(-0.9919977,0.1229772,-0.0285893),(-0.9904858,0.1375769,-0.003226465),(-0.991434,0.08382971,-0.1001561),(-0.9926731,0.09455591,-0.07522769),(-0.9928348,0.1088174,-0.04937351),(-0.9902551,0.06907126,-0.1209297),(-0.9914231,0.08198352,-0.1017789),(-0.9884685,0.06006199,-0.1390062),(-0.9893757,0.07670327,-0.1235011),(-0.9862104,0.05493752,-0.156112),(-0.9829862,0.1754118,0.05448781),(-0.9798584,0.1865308,0.07129989),(-0.9880395,0.1526277,0.02197083),(-0.9850736,0.1659004,0.04590123),(-0.9770144,0.1948397,0.08648868),(-0.9747087,0.2002829,0.09914463),(-0.9818581,0.1773037,0.06721617),(-0.9787534,0.1867955,0.08455195),(-0.9901387,0.1400809,0.001644155),(-0.987619,0.155017,0.02405294),(-0.9846372,0.1694134,0.04229253),(-0.9903265,0.131771,-0.04347313),(-0.9882059,0.1505072,-0.02822454),(-0.991548,0.1140675,-0.06181661),(-0.9919259,0.1246504,-0.02335303),(-0.9918777,0.09744617,-0.08174887),(-0.9722314,0.207722,0.1077856),(-0.9687549,0.2221097,0.1103683),(-0.9700984,0.2209285,0.1004969),(-0.9751487,0.1995657,0.09622154),(-0.9641943,0.2436177,0.1047846),(-0.9580394,0.2725488,0.08875665),(-0.9535251,0.290399,0.08036245),(-0.9632069,0.2511085,0.09579615),(-0.9649931,0.2558341,0.05776989),(-0.9742949,0.2170977,0.06015033),(-0.9513009,0.3047166,0.04663138),(-0.9504715,0.3105612,-0.01247519),(-0.9669433,0.254807,-0.009704004),(-0.9777309,0.2095588,-0.01128562),(-0.9805744,0.1883606,0.05471835),(-0.9844412,0.1748527,-0.01737927),(-0.9472161,0.3149335,0.05998832),(-0.9262589,0.3765135,0.01679569),(-0.9096267,0.4152655,0.01157635),(-0.9376557,0.3435594,0.05261732),(-0.8893834,0.4552205,-0.0420893),(-0.830014,0.5450808,-0.1181684),(-0.7901626,0.6023942,-0.1129789),(-0.8628573,0.5035856,-0.04334461),(-0.8392565,0.542026,-0.04308613),(-0.8946332,0.4467839,-0.003939661),(-0.7566844,0.6473843,-0.09122693),(-0.7413147,0.6690874,-0.05267439),(-0.8265693,0.5613565,-0.04076801),(-0.8858116,0.4631292,-0.02914182),(-0.9297932,0.3671571,0.02608212),(-0.9251552,0.3791008,-0.01924826),(-0.7526123,0.6252673,-0.2064355),(-0.6687894,0.6830943,-0.2934333),(-0.6217968,0.7368377,-0.2654029),(-0.7025253,0.6853828,-0.191595),(-0.5834102,0.7265263,-0.3630319),(-0.5017461,0.7666067,-0.4007055),(-0.5106857,0.7912318,-0.3363811),(-0.5557398,0.7678609,-0.3186583),(-0.5542918,0.8040742,-0.2150007),(-0.5947308,0.7814118,-0.1889202),(-0.5483036,0.810159,-0.207378),(-0.6027641,0.7979171,-0.001950497),(-0.5799133,0.8134266,-0.04514365),(-0.5968456,0.799978,-0.06173041),(-0.6648728,0.7330601,-0.1434122),(-0.6527839,0.7550356,-0.06159878),(-0.4426664,0.8028076,-0.3994325),(-0.4238333,0.8296885,-0.3632935),(-0.5106822,0.8249372,-0.2422445),(-0.494409,0.8120204,-0.3101331),(-0.4439629,0.8451012,-0.2978268),(-0.4987833,0.8423896,-0.2039486),(-0.6176311,0.78641,-0.009545173),(-0.5547373,0.8201942,-0.1398139),(-0.6632791,0.7460611,0.05876772),(-0.6118338,0.7883978,-0.06393899),(-0.7148643,0.6705525,0.1983144),(-0.7552351,0.5084087,0.4136913),(-0.7290457,0.617229,0.2958394),(-0.6910117,0.7006013,0.1779348),(-0.5709929,0.8059402,-0.1562931),(-0.6468052,0.7590315,0.07425774),(-0.565225,0.8211485,-0.07896791),(-0.6190818,0.7818718,0.07358135),(-0.7056108,0.6411229,0.3017859),(-0.6749032,0.7241157,0.1419933),(-0.6561537,0.7148347,0.2418133),(-0.6750684,0.6155398,0.406686),(-0.6979813,0.4234501,0.5775052),(-0.7107351,0.5387582,0.4523221),(-0.7266104,0.3591961,0.5856752),(-0.7473689,0.4644293,0.4751263),(-0.6978185,0.262065,0.6666117),(-0.7058129,0.2070569,0.6774627),(-0.6784962,0.1492582,0.7192808),(-0.7370494,0.2890474,0.610909),(-0.7465584,0.570779,0.3418508),(-0.7582493,0.391603,0.5212534),(-0.6703201,0.5013525,0.5470983),(-0.6462603,0.3998125,0.6499982),(-0.62986,0.2540488,0.7339861),(-0.6691885,0.3203274,0.6705051),(-0.6206914,0.3276314,0.7123201),(-0.6082288,0.2957496,0.736607),(-0.5699604,0.2687302,0.7764851),(-0.5938025,0.233454,0.7699986),(-0.5887864,0.2118606,0.7800293),(-0.6264452,0.1755641,0.7594364),(-0.5497463,0.316074,0.7732245),(-0.5434171,0.4298199,0.7210774),(-0.6022286,0.264144,0.7533581),(-0.6343963,0.1671782,0.7547138),(-0.6643066,0.194531,0.7217025),(-0.6569631,0.1311193,0.7424332),(-0.6045079,0.3221913,0.7285348),(-0.5881395,0.4196911,0.6913403),(-0.530927,0.522789,0.6669394),(-0.5565091,0.366943,0.7454196),(-0.5318482,0.5797399,0.6172838),(-0.4067227,0.7680519,0.4946443),(-0.3278479,0.8663456,0.376777),(-0.4599948,0.7065155,0.537811),(-0.3629458,0.8232589,0.4364804),(-0.4523173,0.6612228,0.5984927),(-0.2422387,0.9306724,0.2741701),(-0.1666384,0.9658978,0.1981744),(-0.2661062,0.9045363,0.3331691),(-0.3655458,0.7910581,0.4905135),(-0.5081186,0.4776585,0.7166992),(-0.45902,0.6246637,0.6317404),(-0.2573116,0.903243,0.343428),(-0.1503743,0.9661076,0.2098181),(-0.09687714,0.9874019,0.1251094),(-0.1887656,0.9548175,0.2295456),(-0.08584277,0.9902081,0.110085),(-0.05381879,0.9974621,0.04661334),(-0.02980599,0.99935,0.02027395),(-0.0467608,0.9972416,0.05764271),(-0.021687,0.9993074,0.03024066),(-0.05842254,0.9955245,0.07428202),(-0.0152735,0.9998332,0.01002057),(-0.005045126,0.9998954,0.01354968),(-0.004615841,0.9997135,0.02348389),(-0.0302459,0.9982305,0.05119687),(-0.1302877,0.9799045,0.1510373),(-0.08349434,0.990943,0.1051696),(-0.0363634,0.9992548,0.01295414),(-0.02188965,0.99976,-0.0008463689),(-0.02135435,0.9997716,-0.0009171983),(-0.02641017,0.9996442,0.003775091),(-0.01198079,0.999925,-0.002570731),(-0.008168069,0.9999661,0.001001104),(-0.01176429,0.9999186,0.004939751),(-0.01604379,0.9998707,0.001092396),(-0.01960597,0.9997897,0.006029846),(-0.02193626,0.9997532,0.003530021),(-0.01465649,0.9998586,0.008235836),(-0.01559972,0.9998231,0.01051239),(-0.02048039,0.999723,0.01159836),(-0.02058605,0.9997205,0.01162692),(-0.02080151,0.9997764,0.00382354),(-0.01556685,0.9998085,0.01185919),(-0.008040747,0.9999585,0.004289811),(-0.008292076,0.9999515,0.005312952),(-0.00746404,0.9999475,0.007013262),(-0.009001386,0.999934,0.007140687),(-0.008716675,0.9999504,0.004812668),(-0.008963401,0.9999507,0.004278906),(-0.006899192,0.9999669,0.004315242),(-0.00692172,0.9999616,0.005388394),(-0.004788657,0.9999764,0.004925069),(-0.006358599,0.9999537,0.007219915),(-0.004426435,0.9999835,0.003630396),(-0.00230025,0.9999943,0.002442891),(-0.002950176,0.9999892,0.003603976),(-0.005233961,0.9999683,0.006003536),(-0.0095863,0.9999176,0.008545434),(-0.009428424,0.9999204,0.008389881),(0.0005287117,0.9999844,0.005563565),(0.0005558358,0.9999952,0.003055132),(-0.0001387049,0.9999117,0.01329565),(-0.001009469,0.9999554,0.009395096),(8.600747e-5,0.9999914,0.00413896),(0.0003267774,0.9999971,0.002429257),(-0.002939579,0.99964,0.02666753),(-0.009718873,0.9988871,0.04615436),(-0.01052281,0.999439,0.03179435),(-0.004054253,0.9998208,0.01848959),(-0.004222484,0.9999225,0.01171694),(-0.001388985,0.9999806,0.006066234),(-0.009784751,0.9997515,0.02003028),(-0.00752324,0.9999105,0.01106632),(-0.00344404,0.9999728,0.006520882),(-0.001259667,0.9999932,0.003453795),(-0.0001794548,0.9999961,0.002804952),(0.000153812,0.9999986,0.001741338),(-0.0002384393,0.9999985,0.001686786),(6.994407e-5,0.9999994,0.001108848),(-0.02277335,0.9975278,0.06647988),(-0.04202766,0.9957798,0.08158595),(-0.03735282,0.9976242,0.05788597),(-0.02182955,0.9986947,0.0461786),(-0.06451513,0.993795,0.09060492),(-0.08719492,0.991863,0.09276204),(-0.07038195,0.995037,0.07033945),(-0.05444382,0.9963218,0.06617247),(-0.04286531,0.9979862,0.04675507),(-0.03054088,0.9987828,0.03873302),(-0.05368061,0.9971418,0.05316558),(-0.03764785,0.9985186,0.039283),(-0.03010314,0.999054,0.03137967),(-0.02175377,0.9994792,0.02383653),(-0.01882812,0.9993833,0.02963961),(-0.01383182,0.9997604,0.01696292),(-0.1045954,0.9896832,0.0979137),(-0.1123329,0.9868385,0.116324),(-0.08234526,0.9914719,0.1010083),(-0.08068732,0.9936095,0.07892835),(-0.109461,0.9829226,0.1479234),(-0.09490066,0.9767361,0.1923031),(-0.06045956,0.9806407,0.1862482),(-0.07555577,0.9877128,0.1368016),(-0.0536983,0.9903314,0.1279071),(-0.05933787,0.9941999,0.08969808),(-0.04393964,0.9826974,0.1799307),(-0.0449621,0.9921289,0.1168697),(-0.04643545,0.9845921,0.168589),(-0.04428683,0.9959214,0.07860835),(-0.05971918,0.9960997,0.06495407),(-0.04249045,0.9976896,0.05300976),(-0.07714447,0.9711383,0.225697),(-0.06929284,0.9716166,0.2261848),(-0.04659632,0.9737434,0.2228287),(-0.04635222,0.9740819,0.2213957),(-0.0791414,0.9774374,0.1958387),(-0.1149822,0.9840068,0.1360503),(-0.06546295,0.9809476,0.1829112),(-0.1102732,0.9881214,0.1070328),(-0.04963461,0.9751254,0.2160252),(-0.07653822,0.9820848,0.1721952),(-0.1220059,0.9889386,0.08435072),(-0.1116471,0.9798248,0.1657665),(-0.147836,0.9859975,0.07715879),(-0.07952515,0.9749162,0.2078803),(-0.0393662,0.9750823,0.2183227),(-0.05637809,0.9765274,0.2078836),(-0.1720719,0.9826725,0.06889246),(-0.2341735,0.9720888,0.01435141),(-0.2282413,0.9731401,-0.03007251),(-0.1712566,0.9848951,0.02554753),(-0.2870189,0.9573786,-0.03234698),(-0.3171776,0.9452194,-0.07719225),(-0.2668981,0.9615445,-0.0647893),(-0.273359,0.9581569,-0.08491268),(-0.2072562,0.9761835,-0.064114),(-0.217544,0.9721185,-0.08752212),(-0.1919008,0.977897,-0.0830154),(-0.135322,0.9870157,-0.08653347),(-0.06995402,0.9954551,-0.06461766),(-0.1677869,0.9832563,-0.07109636),(-0.1720922,0.9850471,-0.00814803),(-0.1712669,0.9850798,-0.01689542),(-0.3108984,0.9442785,-0.1080748),(-0.2621761,0.9589474,-0.1080896),(-0.2365939,0.9675677,-0.08852191),(-0.1541465,0.9857212,-0.06776927),(-0.1705772,0.9823667,-0.07654434),(-0.03052387,0.9993638,-0.01844382),(-0.02730626,0.9994467,-0.01899),(0.1451247,0.9879385,0.05400369),(-0.01406712,0.9998447,-0.01061465),(0.1322856,0.989304,0.06146597),(0.3112399,0.9374545,0.1559127),(0.2958529,0.9440675,0.1456283),(0.4532109,0.8525732,0.2602287),(0.1516938,0.9870391,0.05237119),(-0.123473,0.9907085,-0.05701925),(0.02785541,0.9994841,-0.01598578),(0.142132,0.9897061,0.01674925),(0.3099704,0.9505977,-0.01680346),(0.3391671,0.936428,0.08982424),(0.5111543,0.8589978,0.02905419),(0.4283354,0.897648,-0.103716),(0.4583558,0.8642511,-0.2073159),(0.6094114,0.7845668,-0.1143358),(0.5885206,0.7522194,-0.2963264),(0.6493305,0.7498143,0.1270765),(0.7260816,0.6849874,-0.05998101),(0.6618807,0.6769722,-0.3219048),(0.7920981,0.6091573,0.03883223),(0.7037328,0.6462073,-0.295256),(0.7271899,0.6405282,0.2468164),(0.4953028,0.8452105,0.2007345),(0.6019573,0.7326502,0.3176022),(0.4229535,0.8670346,-0.2633654),(0.3779557,0.8944482,-0.2389813),(0.4889343,0.7663246,-0.4167611),(0.3997518,0.8108246,-0.4275066),(0.348534,0.9244583,-0.1545992),(0.3436599,0.9385206,-0.03281697),(0.3484531,0.8654129,-0.3600569),(0.3400867,0.9100402,-0.2369979),(0.3715197,0.7438229,-0.5556084),(0.3039391,0.8018823,-0.5143984),(0.2951739,0.8630533,-0.409892),(0.2478179,0.7454216,-0.6188158),(0.2340195,0.8053145,-0.544705),(0.3282866,0.7032658,-0.630591),(0.4999211,0.7005777,-0.5091854),(0.4882847,0.6776024,-0.549939),(0.3511103,0.9313865,0.09612834),(0.359125,0.9092155,0.2106096),(0.351969,0.9316836,-0.0899085),(0.3644671,0.9297558,0.05213256),(0.3704647,0.8766611,0.3069547),(0.3888011,0.8382,0.3824323),(0.3816368,0.9065316,0.1804269),(0.4082279,0.8663674,0.2876762),(0.3373187,0.9346922,-0.1121002),(0.3676715,0.9290795,0.04036159),(0.4102173,0.8944466,0.1780086),(0.3293573,0.9379693,-0.1083383),(0.39275,0.9180245,0.05457349),(0.2840803,0.9190372,-0.2732559),(0.3147281,0.9110394,-0.2663707),(0.2541685,0.8697825,-0.4229382),(0.4122169,0.8010917,0.4339693),(0.4358795,0.7718297,0.4629125),(0.4389944,0.8208864,0.3652799),(0.4666117,0.7824472,0.4123712),(0.4578084,0.751421,0.475161),(0.4759842,0.7399856,0.4752476),(0.4907434,0.7541257,0.4364234),(0.5107574,0.7369599,0.4427379),(0.4887319,0.7976601,0.353383),(0.5167758,0.7600846,0.3939723),(0.5401473,0.734205,0.4113196),(0.5335417,0.7716129,0.3463331),(0.5625647,0.7342544,0.3799887),(0.4993696,0.8184099,0.2843155),(0.4540257,0.8444911,0.2840692),(0.4543819,0.8704547,0.1893293),(0.4937248,0.732302,0.4690091),(0.5153314,0.7230924,0.4599682),(0.5316343,0.724856,0.4381194),(0.5581911,0.7112337,0.4272814),(0.5409103,0.7122049,0.4474151),(0.5704938,0.6993946,0.4305625),(0.6251125,0.6776296,0.3873662),(0.5896381,0.6956635,0.4103405),(0.5974311,0.6934405,0.4027609),(0.6340487,0.6712465,0.3839407),(0.6734734,0.6470472,0.3574403),(0.7146176,0.6112342,0.3401681),(0.6732367,0.6415219,0.3676982),(0.6322173,0.671846,0.3859071),(0.5655048,0.7142402,0.4123897),(0.5943475,0.7026474,0.3912002),(0.6043991,0.6835129,0.4092821),(0.642382,0.6632701,0.3839507),(0.7042267,0.6309026,0.3256173),(0.6637043,0.6563036,0.3588345),(0.6830781,0.6383051,0.3549237),(0.725059,0.6084549,0.3226022),(0.7845614,0.5676217,0.2495376),(0.7450167,0.6012868,0.2887981),(0.7927325,0.5570978,0.2474214),(0.7542701,0.5901547,0.2877395),(0.8282073,0.5214048,0.2054504),(0.8587796,0.4761184,0.1892325),(0.8276854,0.5119706,0.2298329),(0.7927483,0.5467401,0.2694911),(0.7140215,0.6201771,0.3248901),(0.7547211,0.5799296,0.3067211),(0.7660207,0.5748141,0.2877515),(0.8036591,0.5387493,0.252747),(0.8500756,0.4983339,0.1703959),(0.8203016,0.5323283,0.2091212),(0.8367387,0.500814,0.2214805),(0.8647132,0.4615074,0.1981971),(0.8911906,0.4384966,0.1161901),(0.8735569,0.4667972,0.1378353),(0.8975669,0.4323481,0.08630654),(0.881336,0.4564292,0.1221441),(0.9078726,0.4150681,0.05904027),(0.9227651,0.3843869,0.02741269),(0.9156975,0.3962941,0.06670173),(0.9030538,0.4159348,0.1072016),(0.8583271,0.4865269,0.1629913),(0.8842704,0.4428103,0.1482733),(0.8886895,0.4192524,0.18563),(0.9101137,0.3717206,0.1830758),(0.9062109,0.4085755,0.1088483),(0.9214314,0.3710925,0.115129),(0.9293812,0.3179036,0.1875842),(0.946237,0.2571769,0.1962029),(0.9366608,0.3246392,0.1314376),(0.9508736,0.2683902,0.1542923),(0.9286019,0.3688834,0.04029178),(0.9428326,0.3299956,0.04657785),(0.9583324,0.2792547,0.06013112),(0.9482208,0.3104676,-0.06698606),(0.9609932,0.2617374,-0.08936245),(0.9371166,0.3467008,-0.04013909),(0.9168575,0.396825,0.04361233),(0.9285564,0.3710885,-0.008727147),(0.9577747,0.2004655,0.2061097),(0.9632614,0.1594255,0.2161272),(0.9600977,0.2138881,0.1801787),(0.9628787,0.173544,0.2067538),(0.9647758,0.1342032,0.226268),(0.963667,0.1247133,0.2362048),(0.9612812,0.1475071,0.2327663),(0.9569884,0.1357274,0.2564203),(0.9768113,0.1902545,0.09819713),(0.9791834,0.1647012,0.118632),(0.978842,0.1516447,0.1373768),(0.9770753,0.1380826,-0.1620407),(0.9780573,0.1505759,-0.1439819),(0.9763617,0.1753506,-0.1263721),(0.9704151,0.2284343,0.07818108),(0.9711377,0.2124324,-0.1084622),(0.961547,0.1231968,0.2454589),(0.9595737,0.1218133,0.2537315),(0.9520826,0.1313186,0.2762137),(0.9479464,0.1273142,0.2918712),(0.9577937,0.1206136,0.2609283),(0.9562514,0.1196416,0.2669628),(0.9446412,0.1238257,0.3038425),(0.9421417,0.1209299,0.3126424),(0.9765182,0.1397225,0.1639813),(0.9758093,0.1350766,0.1719025),(0.9754182,0.131441,0.176869),(0.9627228,0.1252312,-0.2397536),(0.9673234,0.1262638,-0.2198706),(0.9712636,0.1287105,-0.2002016),(0.9775499,0.1452876,0.1526034),(0.9745214,0.132633,-0.1808771),(0.9548852,0.1196408,0.2718093),(0.9536014,0.1213238,0.2755448),(0.9403222,0.1192853,0.318693),(0.9391163,0.1195257,0.3221402),(0.9523751,0.1246801,0.2782744),(0.9511612,0.1297028,0.2801242),(0.9385501,0.1216758,0.322984),(0.9386039,0.1257544,0.3212608),(0.9758737,0.1299913,0.1754217),(0.9754245,0.128692,0.1788448),(0.9766444,0.1331315,0.1686468),(0.9367321,0.1341753,-0.3233109),(0.9445699,0.1301292,-0.3014196),(0.9514341,0.127232,-0.2803307),(0.9752903,0.1291927,0.1792148),(0.9574488,0.1255713,-0.2598526),(0.949764,0.1368047,0.2814832),(0.9478763,0.1463758,0.2830275),(0.9396533,0.142361,0.3111027),(0.9390798,0.1324452,0.3171549),(0.9451904,0.1583557,0.2855495),(0.9414009,0.1727089,0.289717),(0.940036,0.1712671,0.2949574),(0.9400554,0.1553604,0.3035772),(0.9789261,0.159066,0.128069),(0.9784238,0.1475133,0.1446614),(0.9788768,0.173113,0.1087744),(0.894439,0.1577081,-0.4184579),(0.9064701,0.1514684,-0.3941689),(0.9175822,0.1451757,-0.3700903),(0.9775898,0.1387866,0.158292),(0.927698,0.1392674,-0.3463828),(0.9366087,0.189446,0.2947444),(0.9317267,0.2086419,0.2972439),(0.9418284,0.2034891,0.2674915),(0.9401779,0.1879814,0.2841277),(0.9280386,0.2302223,0.2928176),(0.9267541,0.2536189,0.2771358),(0.9534148,0.2280696,0.1974449),(0.9460813,0.2172962,0.2402343),(0.9813809,0.1917717,0.01073488),(0.9799003,0.1919983,0.05414705),(0.9819108,0.1830967,-0.04823696),(0.841535,0.1103818,-0.528805),(0.856322,0.1356237,-0.498316),(0.8697218,0.1519547,-0.4695675),(0.9789346,0.1854698,0.08536834),(0.8822162,0.1593235,-0.4430697),(0.9304809,0.2689983,0.2486867),(0.940396,0.2671783,0.2104075),(0.9741946,0.2157774,0.0662185),(0.9635278,0.2293617,0.1378674),(0.9541698,0.2484812,0.1667846),(0.9692509,0.2136619,0.1220705),(0.9852769,0.1503706,-0.08135108),(0.982005,0.1886218,-0.009372658),(0.956651,0.1064181,-0.2710979),(0.970354,0.1386917,-0.197934),(0.9399978,0.07124271,-0.3336596),(0.7846912,0.005332703,-0.6198639),(0.7954181,0.02834026,-0.6053981),(0.8094453,0.0538482,-0.584721),(0.9788904,0.1651435,-0.1204206),(0.8254845,0.0814496,-0.558517),(0.9815844,0.1747039,0.07726886),(0.9891457,0.1436563,0.03088196),(0.9750486,0.07888217,-0.2075042),(0.9829097,0.1108937,-0.1469387),(0.992522,0.1205444,-0.01921535),(0.9916236,0.1050552,-0.07513943),(0.9447805,0.03524036,-0.3258039),(0.9624037,0.05390567,-0.2662207),(0.8848872,-0.009760579,-0.4657031),(0.9037869,0.01166905,-0.4278236),(0.8647436,-0.02667873,-0.5015044),(0.7702947,-0.05939527,-0.634916),(0.7709066,-0.04718242,-0.6351983),(0.7730057,-0.03241096,-0.6335707),(0.9220932,0.03839203,-0.3850588),(0.7773035,-0.01498617,-0.6289472),(0.9861935,0.09233498,-0.1374648),(0.9757766,0.07779539,-0.20447),(0.8944695,0.006597191,-0.4470803),(0.9219588,0.02014086,-0.3867639),(0.9601708,0.06207284,-0.2724316),(0.9405733,0.04596607,-0.3364654),(0.833866,-0.01218075,-0.5518326),(0.8641422,-0.00444098,-0.5032281),(0.7993828,-0.0504548,-0.5986998),(0.8207861,-0.04739151,-0.5692663),(0.7808416,-0.04818203,-0.6228682),(0.7833707,-0.05254048,-0.6193302),(0.7769281,-0.06372321,-0.6263562),(0.772956,-0.06858848,-0.6307414),(0.8431346,-0.03931037,-0.5362637),(0.7709257,-0.06713618,-0.633377),(0.9192331,0.03213044,-0.3924004),(0.8985686,0.02278703,-0.4382409),(0.784394,-0.01568694,-0.6200644),(0.8066328,-0.01597576,-0.5908368),(0.8805995,0.01759283,-0.4735345),(0.8669283,0.01618097,-0.49817),(0.7588526,-0.004674167,-0.6512458),(0.7682065,-0.01178617,-0.6400936),(0.7540061,-0.0197758,-0.6565698),(0.7577478,-0.03207992,-0.6517584),(0.755621,-0.004965744,-0.6549902),(0.8349088,0.01937414,-0.5500473),(0.8187385,-0.0008527976,-0.574166),(0.8044792,-0.01983924,-0.5936493),(0.7667437,-0.04163347,-0.6406019),(0.7925796,-0.03717385,-0.6086343),(0.859076,0.01445528,-0.5116438),(0.8585659,0.00855482,-0.512632),(0.7653061,0.006961728,-0.6436289),(0.7573444,0.002552829,-0.6530106),(0.8662097,-0.001416274,-0.4996787),(0.8816403,-0.015255,-0.4716753),(0.8139672,0.007385115,-0.580864),(0.78411,0.008557821,-0.6205629),(0.7995754,0.03637992,-0.5994628),(0.7773479,0.0240997,-0.6286092),(0.8297882,0.04707314,-0.5560896),(0.9106839,0.08924437,-0.403349),(0.8911646,0.07456263,-0.447511),(0.8715323,0.05787785,-0.4869105),(0.7630364,0.01031023,-0.6462733),(0.8526176,0.03940806,-0.5210473),(0.9021212,-0.02165832,-0.4309387),(0.9227931,-0.01051025,-0.3851521),(0.8887994,0.02538002,-0.4575931),(0.8513826,0.010706,-0.5244359),(0.9391686,0.01741791,-0.3430145),(0.9482298,0.06185229,-0.3115033),(0.9388481,0.08715115,-0.33312),(0.9191855,0.05096913,-0.3905128),(0.9268806,0.09823608,-0.3622733),(0.8992348,0.07645472,-0.4307337),(0.9454404,0.1248532,-0.3009219),(0.9636276,0.1581417,-0.215437),(0.9557552,0.1375206,-0.2600384),(0.9440925,0.1195071,-0.3072581),(0.8650568,0.05936946,-0.4981485),(0.9288145,0.1035799,-0.3557734),(0.9488309,0.1180158,-0.2929028),(0.9418499,0.181297,-0.2829312),(0.9465483,0.1919068,-0.2592649),(0.9474912,0.1340588,-0.2903252),(0.9279193,0.2515111,-0.2751508),(0.9071548,0.3276589,-0.2640262),(0.9172845,0.3390232,-0.2089318),(0.9366658,0.2606508,-0.2339196),(0.9451364,0.2764606,-0.1740306),(0.9545695,0.2118323,-0.2095813),(0.924808,0.3534767,-0.1406573),(0.9286994,0.3663304,-0.0576143),(0.9513965,0.2932845,-0.09396234),(0.963322,0.2332636,-0.1326603),(0.95457,0.1612078,-0.2506157),(0.9667724,0.1880167,-0.1732074),(0.8807619,0.4042121,-0.2467211),(0.8503549,0.4766174,-0.2230073),(0.8565897,0.4929943,-0.1523512),(0.8897683,0.4186396,-0.1818054),(0.8163888,0.5443757,-0.1927806),(0.7795534,0.606883,-0.1548856),(0.7755241,0.6257834,-0.08341078),(0.8183154,0.5620849,-0.1200848),(0.8177645,0.5733737,-0.05003667),(0.859251,0.5054659,-0.07869009),(0.7708458,0.6366664,-0.02127557),(0.7707889,0.6362877,0.03197288),(0.8180209,0.574886,0.01865702),(0.8599666,0.5103502,-0.0004203303),(0.8951025,0.4324002,-0.1087267),(0.8969716,0.4413309,-0.02586087),(0.7414215,0.6618087,-0.1109203),(0.7022339,0.7086207,-0.06873262),(0.6956316,0.7183178,-0.01077935),(0.7330126,0.6787828,-0.04411845),(0.6603673,0.7499328,-0.03893364),(0.6140081,0.788658,-0.03182286),(0.6350513,0.7724363,-0.00720097),(0.6632477,0.7483803,0.005414701),(0.6707237,0.7413626,0.02261488),(0.6922584,0.7212725,0.02333364),(0.6612726,0.7501191,-0.006308342),(0.6865292,0.7265507,-0.02831327),(0.6834407,0.7299194,0.01124108),(0.6969511,0.7164047,0.03199131),(0.7259982,0.6876732,0.005678512),(0.726718,0.6858984,0.03774063),(0.5695575,0.8201784,-0.05396068),(0.5367602,0.8377351,-0.1004413),(0.5802538,0.8053936,-0.1210238),(0.6079562,0.7921808,-0.0532796),(0.5179108,0.840771,-0.1577096),(0.5157408,0.8303891,-0.210868),(0.5354463,0.8109403,-0.2359516),(0.5540335,0.8107702,-0.1889409),(0.5963954,0.7807078,-0.1865689),(0.6287804,0.7665588,-0.1304726),(0.5618427,0.7997093,-0.2116549),(0.5876492,0.7973976,-0.1372061),(0.633505,0.7595814,-0.1473344),(0.6686141,0.7332552,-0.1236611),(0.651245,0.7562486,-0.06299238),(0.6872377,0.7221204,-0.07903518),(0.5120738,0.8242321,-0.2417059),(0.4889854,0.8380222,-0.2420992),(0.4851621,0.8467381,-0.2182944),(0.5169172,0.8199014,-0.2460863),(0.4454128,0.8692014,-0.2147003),(0.3773165,0.912169,-0.1599367),(0.3564841,0.9314039,-0.07352511),(0.4344259,0.8864475,-0.1596401),(0.4826995,0.8644708,-0.1403265),(0.4203398,0.9056298,-0.05611679),(0.3289759,0.942912,0.0518842),(0.4051442,0.9089995,0.09786812),(0.3008733,0.9284153,0.2179909),(0.4804823,0.8769773,-0.006900695),(0.5267223,0.8273602,-0.1950354),(0.5377217,0.8384864,-0.08829498),(0.2989435,0.9505621,-0.08405003),(0.2275843,0.9737551,0.002550312),(0.1919145,0.9717912,0.1370789),(0.2680401,0.9629465,0.02980923),(0.1642891,0.982031,0.09286614),(0.1099741,0.9772883,0.1811442),(0.1300682,0.9618008,0.2408763),(0.08290356,0.9383022,0.3357319),(0.1468413,0.9479807,0.2824365),(0.08623703,0.9192231,0.3841772),(0.0455899,0.8809489,0.4710102),(0.04972389,0.8477407,0.5280752),(0.0170229,0.8034868,0.5950791),(0.1065928,0.8909537,0.4414061),(0.2284502,0.9586584,0.1696602),(0.1907009,0.9219785,0.3370293),(0.06642155,0.9623711,0.2634961),(0.0333847,0.9406683,0.3376812),(0.0496613,0.9065708,0.4191218),(0.02898099,0.8710963,0.4902565),(0.00754231,0.9160091,0.4010864),(-0.01535698,0.8928218,0.4501482),(0.0187825,0.836542,0.547581),(0.01596224,0.808253,0.5886191),(0.009706279,0.8004367,0.5993388),(0.01079927,0.766475,0.6421833),(0.02267637,0.7420807,0.6699268),(0.01872112,0.7044471,0.7095096),(0.001069314,0.7152853,0.6988318),(-0.004907763,0.7357069,0.6772823),(0.02103559,0.8398941,0.5423425),(0.0005857475,0.7653713,0.6435887),(-0.03963057,0.8746957,0.4830496),(-0.06705017,0.8630869,0.5005848),(0.01340016,0.7894589,0.6136571),(0.005402138,0.7802737,0.6254148),(-0.09731869,0.8576113,0.5050069),(-0.1296944,0.8573488,0.4981289),(-0.008225027,0.7794767,0.6263773),(-0.02719893,0.7854228,0.6183617),(0.04434268,0.7247258,0.687609),(0.04377212,0.7228489,0.6896183),(0.03832677,0.7320549,0.6801667),(0.06836785,0.7063576,0.7045459),(0.06452446,0.7024539,0.7087983),(0.05499331,0.7001563,0.7118685),(0.0364647,0.7281216,0.6844773),(0.03966268,0.700469,0.71258),(-0.170163,0.8584511,0.4838451),(-0.2249485,0.8561276,0.4652352),(-0.05697044,0.7941869,0.6049972),(-0.103358,0.8015766,0.5888906),(-0.2931619,0.8475889,0.4423226),(-0.3732041,0.8298724,0.4147655),(-0.1663102,0.8050408,0.5694298),(-0.2453499,0.8014466,0.5454236),(-0.01230446,0.7506393,0.6605976),(-0.06271895,0.7578086,0.6494553),(-0.1310212,0.7611237,0.6352355),(-0.0405818,0.7172945,0.6955872),(0.01020349,0.7152736,0.69877),(0.04403238,0.7128928,0.6998894),(0.02113914,0.7416222,0.6704845),(0.0629535,0.7101145,0.7012662),(-0.45969,0.8018025,0.3818348),(-0.5468988,0.7625653,0.3455372),(-0.336268,0.7885622,0.5148723),(-0.4339293,0.7635418,0.4782355),(-0.6323029,0.7098412,0.3103522),(-0.7133011,0.6418864,0.2813955),(-0.5356107,0.7216507,0.4385674),(-0.6373609,0.6587938,0.3997021),(-0.3118373,0.7469034,0.5872757),(-0.4199997,0.7193406,0.5533077),(-0.5362353,0.6693935,0.5141633),(-0.2956364,0.7010993,0.6488905),(-0.4147002,0.6686681,0.6171762),(-0.1933592,0.7151038,0.671743),(-0.2150971,0.7587075,0.6148953),(-0.1086154,0.7183638,0.6871362),(-0.7793577,0.5697592,0.2607221),(-0.8238959,0.5092261,0.2487658),(-0.7242618,0.5859479,0.3634692),(-0.7861756,0.5208405,0.3326455),(-0.8511273,0.4637194,0.2460621),(-0.8640141,0.4352965,0.252975),(-0.8271485,0.4680619,0.3110359),(-0.8508537,0.430163,0.3016748),(-0.7258245,0.5412281,0.4245597),(-0.7855576,0.483874,0.385701),(-0.8250109,0.4359896,0.3595415),(-0.7214783,0.5095547,0.4688528),(-0.7825458,0.4533446,0.4267327),(-0.6385759,0.5664445,0.5209237),(-0.6430671,0.6047416,0.4698426),(-0.5348348,0.6205308,0.5734922),(-0.8684605,0.4157887,0.2699933),(-0.8693628,0.3959871,0.2956392),(-0.8633938,0.4008845,0.3063371),(-0.8694442,0.3733781,0.3235052),(-0.8670488,0.3761658,0.3266893),(-0.8623133,0.3564098,0.3597053),(-0.8695785,0.3485389,0.3497911),(-0.8645564,0.3268465,0.3817246),(-0.8642023,0.3567003,0.3548512),(-0.8698405,0.3237044,0.3722808),(-0.8676262,0.2965511,0.399102),(-0.8663886,0.3057927,0.394793),(-0.870413,0.2694958,0.4120114),(-0.8516804,0.3494877,0.3905109),(-0.8497191,0.3946586,0.3496027),(-0.8246372,0.3994418,0.4005243),(-0.855758,0.3386128,0.3911772),(-0.8483136,0.3245641,0.4183567),(-0.8550671,0.3099081,0.4157127),(-0.8422437,0.2991546,0.4484775),(-0.8418323,0.3141787,0.4388737),(-0.8383251,0.307326,0.4502908),(-0.8281448,0.2947301,0.4767706),(-0.8152207,0.2968172,0.4973074),(-0.8423809,0.2667993,0.4682013),(-0.8224468,0.2662121,0.5027052),(-0.8009468,0.275732,0.531466),(-0.8249455,0.2307426,0.5159678),(-0.7964038,0.2457278,0.5525929),(-0.8483473,0.2301977,0.4767767),(-0.8581315,0.2770375,0.4322737),(-0.8641584,0.2433448,0.4404695),(-0.8398326,0.3018227,0.4512033),(-0.8469913,0.2952161,0.4421009),(-0.8066967,0.301531,0.5082514),(-0.8044129,0.3043171,0.5102068),(-0.8587812,0.2871411,0.4243168),(-0.8739063,0.2773325,0.3992174),(-0.8076686,0.3047324,0.5047866),(-0.8154395,0.3024291,0.4935534),(-0.7689663,0.2993745,0.564859),(-0.7607029,0.3058179,0.5725438),(-0.7562196,0.3082168,0.5771779),(-0.7212967,0.2891015,0.6294057),(-0.700103,0.2911743,0.6519763),(-0.7432081,0.2805732,0.6073881),(-0.7821376,0.2891966,0.5519294),(-0.7678276,0.2659409,0.5828519),(-0.8910216,0.2654521,0.3682604),(-0.9089824,0.2512467,0.3326049),(-0.8266041,0.2974751,0.4777386),(-0.8405324,0.290054,0.4575742),(-0.926651,0.2348724,0.293518),(-0.9430483,0.2166322,0.2524486),(-0.8568491,0.2800235,0.4328932),(-0.8750606,0.2672707,0.4035285),(-0.7546154,0.3063616,0.5802568),(-0.7588441,0.3035562,0.5762026),(-0.7682576,0.2992581,0.5658841),(-0.6283425,0.2935329,0.7204332),(-0.6118447,0.2979595,0.7327114),(-0.6516296,0.2911107,0.7004523),(-0.7541993,0.3078717,0.5799986),(-0.6768905,0.2903924,0.6763812),(-0.9573284,0.1980278,0.2104929),(-0.9690281,0.1806694,0.1683545),(-0.8941852,0.2529975,0.3693577),(-0.9129651,0.2386408,0.330976),(-0.978188,0.1648488,0.1263848),(-0.984912,0.1508285,0.08484713),(-0.9305036,0.2245038,0.2894149),(-0.9460824,0.2109596,0.2458135),(-0.8033758,0.2866008,0.5219648),(-0.8263128,0.2782796,0.4896608),(-0.8503957,0.2687336,0.4523377),(-0.6309564,0.3067298,0.7126086),(-0.6559982,0.3049628,0.6904085),(-0.6136382,0.3058847,0.7279304),(-0.7834301,0.2935827,0.5477649),(-0.6065862,0.3028352,0.735081),(-0.989455,0.1379708,0.04407726),(-0.9920745,0.1255669,0.004599434),(-0.9593913,0.1975981,0.2013042),(-0.9703394,0.1839018,0.1569126),(-0.9929619,0.1137359,-0.03302775),(-0.9923804,0.1025712,-0.06826705),(-0.9788821,0.1700176,0.1135076),(-0.9851191,0.1560965,0.07193214),(-0.8965425,0.2457172,0.3685576),(-0.9169235,0.2322716,0.3245014),(-0.9348484,0.2177023,0.2804716),(-0.7525343,0.2860546,0.5931821),(-0.7859628,0.2751679,0.553665),(-0.7187398,0.2945546,0.629802),(-0.8741463,0.2578993,0.4115291),(-0.6860273,0.3007818,0.6624928),(-0.9906229,0.0922856,-0.1007454),(-0.9879808,0.08305646,-0.130367),(-0.9892314,0.1426388,0.03279423),(-0.9914937,0.1301035,-0.003654725),(-0.9847335,0.07487195,-0.1571434),(-0.981135,0.06771493,-0.1810763),(-0.9922512,0.1185073,-0.03733036),(-0.991827,0.1078534,-0.06816839),(-0.9624128,0.1883605,0.1956573),(-0.9722783,0.1744568,0.155691),(-0.9798842,0.1611644,0.1176984),(-0.8732842,0.2368844,0.4257469),(-0.8967378,0.2235851,0.3819307),(-0.8468909,0.2500074,0.4693316),(-0.9500176,0.2028044,0.2373536),(-0.8176921,0.2628121,0.5121616),(-0.9774224,0.0614519,-0.2021611),(-0.9737997,0.055944,-0.2204185),(-0.9905296,0.09804048,-0.09612088),(-0.9886378,0.08895879,-0.1211676),(-0.9704344,0.05115968,-0.2358807),(-0.9674688,0.04706565,-0.2485741),(-0.9863929,0.08058322,-0.1433024),(-0.9840081,0.07289094,-0.1625267),(-0.9894997,0.1361967,0.04838061),(-0.9920718,0.1244693,0.0173469),(-0.9935022,0.113267,-0.01112754),(-0.9498665,0.1829407,0.2535475),(-0.9622541,0.1693559,0.2130388),(-0.9349245,0.1965639,0.29543),(-0.9855272,0.1484336,0.08187462),(-0.9172569,0.2101405,0.3383503),(-0.9650154,0.04362484,-0.2585386),(-0.9631484,0.04079206,-0.265859),(-0.9816644,0.06589209,-0.1788669),(-0.9795043,0.05958931,-0.1924071),(-0.9619078,0.03852651,-0.2706454),(-0.9613113,0.03679089,-0.2729963),(-0.9776386,0.05395028,-0.2032538),(-0.9761509,0.04894041,-0.2115046),(-0.993872,0.09267835,-0.06024295),(-0.9932287,0.08334787,-0.08093189),(-0.992274,0.07465007,-0.09909511),(-0.9862384,0.1299987,0.1021479),(-0.9906399,0.1176187,0.06926973),(-0.980203,0.1427891,0.1371613),(-0.9940295,0.102652,-0.03698583),(-0.9722891,0.1559328,0.1741801),(-0.9613431,0.03563336,-0.2730379),(-0.961955,0.03509585,-0.2709445),(-0.9750858,0.04466162,-0.2172852),(-0.9744542,0.04120776,-0.2207738),(-0.9630822,0.03513755,-0.2669047),(-0.9646483,0.03572517,-0.2611082),(-0.9742499,0.03854007,-0.2221529),(-0.9744511,0.03662975,-0.2215929),(-0.9899464,0.05978001,-0.1281891),(-0.9887824,0.05373937,-0.1393611),(-0.9877287,0.0486031,-0.148425),(-0.9962549,0.08499538,-0.0158674),(-0.9963274,0.07591372,-0.03960925),(-0.9954257,0.09499083,0.0102199),(-0.9911432,0.06674351,-0.1148064),(-0.9936292,0.1058771,0.03861399),(-0.9665712,0.0366679,-0.2537634),(-0.9687474,0.0377773,-0.2451555),(-0.9750118,0.03538045,-0.2193175),(-0.9758483,0.0347004,-0.2156759),(-0.9710611,0.03901201,-0.2356232),(-0.9734075,0.04032282,-0.2255035),(-0.976859,0.03453893,-0.2110773),(-0.9779472,0.0348415,-0.2059256),(-0.9860776,0.04125245,-0.1610877),(-0.985456,0.03903773,-0.1653855),(-0.9849255,0.03773366,-0.1688133),(-0.9936059,0.05619412,-0.0979263),(-0.9921285,0.05227901,-0.1137887),(-0.994867,0.061417,-0.08042102),(-0.9868271,0.04442417,-0.1555593),(-0.9958164,0.06798052,-0.06106099),(-0.9757131,0.04136378,-0.2151114),(-0.9779207,0.04179131,-0.2047554),(-0.9790274,0.03529466,-0.200648),(-0.9800062,0.03557371,-0.1957614),(-0.979969,0.04156949,-0.194763),(-0.981809,0.04067203,-0.1854639),(-0.9807777,0.03562555,-0.1918486),(-0.9812434,0.03540209,-0.1894937),(-0.9838794,0.03709492,-0.1749438),(-0.9831447,0.03749469,-0.1789435),(-0.9820876,0.03829564,-0.1844923),(-0.9865742,0.04854121,-0.1559332),(-0.9841245,0.04981555,-0.1703446),(-0.9886562,0.04848167,-0.1421563),(-0.9844312,0.03715332,-0.1717993),(-0.9904842,0.04970255,-0.1283388),(-0.9833438,0.04108028,-0.1770518),(-0.9845678,0.04484121,-0.1691609),(-0.9813164,0.0362147,-0.188962),(-0.9810522,0.03944444,-0.1896859),(-0.9855829,0.05204952,-0.1609879),(-0.9864284,0.06279025,-0.1517111),(-0.9806297,0.04519709,-0.1905851),(-0.9802102,0.05357344,-0.1905727),(-0.9786995,0.04318113,-0.2007057),(-0.9765388,0.04790374,-0.2099455),(-0.9742816,0.05423902,-0.2187088),(-0.9738656,0.05962521,-0.2191587),(-0.9694951,0.06476311,-0.2364003),(-0.9777793,0.0554187,-0.2021794),(-0.9805966,0.04000476,-0.1919116),(-0.9812036,0.05215076,-0.1857951),(-0.9870443,0.07661516,-0.1409732),(-0.9872158,0.0930201,-0.1294315),(-0.9798023,0.06510142,-0.1890751),(-0.979173,0.08026278,-0.1864889),(-0.9866471,0.1119527,-0.118297),(-0.9850785,0.1333731,-0.108775),(-0.9779915,0.09902289,-0.1836495),(-0.9759017,0.1213516,-0.1813553),(-0.9693179,0.07696965,-0.2334489),(-0.9661654,0.09461901,-0.2399411),(-0.9621819,0.1164154,-0.246279),(-0.9523928,0.1003676,-0.2878792),(-0.9449483,0.12049,-0.304228),(-0.9588931,0.08434055,-0.2709443),(-0.9719406,0.06350036,-0.226493),(-0.9645631,0.07246078,-0.2537074),(-0.9817072,0.1609948,-0.1016451),(-0.9752998,0.1987467,-0.0963845),(-0.97221,0.1498759,-0.1798473),(-0.9660118,0.1874875,-0.1779597),(-0.9647005,0.2468694,-0.09169796),(-0.9483284,0.3053195,-0.08633202),(-0.9564603,0.2345565,-0.1736866),(-0.9423188,0.2912353,-0.1649761),(-0.949967,0.1787681,-0.2561343),(-0.9409959,0.2216056,-0.2557688),(-0.9293971,0.2727752,-0.2486256),(-0.9170861,0.2116894,-0.3378471),(-0.9065943,0.2544213,-0.3366846),(-0.9270959,0.1754855,-0.331207),(-0.9569232,0.1438631,-0.2521932),(-0.9364778,0.1452513,-0.3192354),(-0.9233387,0.3757706,-0.07900809),(-0.8852157,0.4601934,-0.06793419),(-0.9211941,0.359141,-0.1497305),(-0.889289,0.4398798,-0.1251834),(-0.8288819,0.5571244,-0.05066749),(-0.7492003,0.6618956,-0.02435417),(-0.8423368,0.5317578,-0.08776226),(-0.7759655,0.6298911,-0.03338961),(-0.8907279,0.4071355,-0.2020997),(-0.8577699,0.4903738,-0.1541568),(-0.8109908,0.5791809,-0.08272597),(-0.8640029,0.4373847,-0.2493868),(-0.84042,0.5135083,-0.1732154),(-0.8813848,0.3668663,-0.297607),(-0.9135455,0.3340907,-0.2319866),(-0.895071,0.305582,-0.3247577),(-0.6697379,0.7424943,0.01237738),(-0.6258458,0.7776456,0.05986852),(-0.6771918,0.7260554,0.1193929),(-0.7107711,0.7024248,0.03746482),(-0.6214377,0.774188,0.1202002),(-0.6529337,0.7316928,0.1957122),(-0.7051332,0.6423823,0.3002202),(-0.6771681,0.7057127,0.2083577),(-0.7450307,0.6289129,0.2222564),(-0.7430775,0.6591017,0.1158482),(-0.7664196,0.5564322,0.3209116),(-0.8330818,0.4840265,0.2677554),(-0.816856,0.552571,0.1655647),(-0.8112619,0.5826622,0.04856699),(-0.7653224,0.6435569,0.01078153),(-0.8188661,0.5697526,-0.06957187),(-0.6956102,0.6589935,0.2861011),(-0.7268571,0.5691224,0.3844196),(-0.755635,0.4481122,0.4777146),(-0.7375118,0.5504519,0.3912534),(-0.7447527,0.4628334,0.4807584),(-0.7493092,0.3434783,0.5661786),(-0.7543007,0.2223254,0.6177395),(-0.760474,0.3377062,0.5546474),(-0.7989133,0.2524112,0.5459176),(-0.7993321,0.3577921,0.4827556),(-0.7898093,0.1456915,0.5957978),(-0.8582456,0.2072087,0.469552),(-0.8524374,0.1103943,0.5110418),(-0.8573558,0.3025436,0.4164232),(-0.7890158,0.4597701,0.4075113),(-0.8492355,0.3952391,0.3501216),(-0.7350467,0.232177,0.6370245),(-0.7051818,0.151677,0.6926129),(-0.7330514,0.1253142,0.6685298),(-0.7001983,0.0705585,0.7104532),(-0.6744931,0.1052689,0.7307376),(-0.6550647,0.09568393,0.7494897),(-0.6692147,0.06046021,0.7406054),(-0.6496391,0.09962402,0.753687),(-0.7338818,0.03403981,0.6784238),(-0.6997828,0.05923658,0.7118953),(-0.6700713,0.1470856,0.7275783),(-0.7650326,0.09216622,0.6373621),(-0.7163581,0.2251225,0.6604172),(-0.8031241,0.03458061,0.5948074),(-0.7673863,0.06403595,0.6379793),(-0.8339509,0.04265221,0.5501878),(-0.6477433,0.1318868,0.7503563),(-0.639225,0.2227286,0.7360592),(-0.6313796,0.3240708,0.7045125),(-0.6424709,0.188276,0.7428212),(-0.6074371,0.3716199,0.7020817),(-0.5236674,0.5710832,0.6321679),(-0.4775536,0.6986016,0.5328212),(-0.5860213,0.5018184,0.6362055),(-0.5453728,0.631983,0.5506052),(-0.6143669,0.4510091,0.6474134),(-0.4188742,0.800621,0.4284276),(-0.3604629,0.8744064,0.3247767),(-0.4961716,0.7433154,0.4486602),(-0.5919843,0.5799102,0.5596953),(-0.6460721,0.2844785,0.7082816),(-0.6589137,0.401584,0.6360527),(-0.4004763,0.7580999,0.5146877),(-0.2836367,0.8826953,0.3746988),(-0.2117213,0.9375547,0.2759808),(-0.3335752,0.852267,0.4029499),(-0.1860947,0.9519373,0.243278),(-0.1082676,0.9841449,0.1404887),(-0.06430317,0.9940327,0.08811475),(-0.1231699,0.9779658,0.1685582),(-0.07255417,0.9919451,0.1038307),(-0.1518089,0.9695827,0.1919986),(-0.02765994,0.9989312,0.0370324),(0.007512449,0.9998471,-0.01579152),(-0.03060516,0.9985227,0.0448956),(-0.103934,0.987481,0.1186553),(-0.269731,0.9145104,0.3015227),(-0.2155433,0.9535246,0.2105514),(-0.0495561,0.9961405,0.0724449),(-0.01215775,0.9993513,0.03390021),(-0.002098799,0.9999961,0.001804247),(-0.02566868,0.9990784,0.03440252),(0.004372797,0.9998758,0.01513741),(-0.0001583626,0.9999616,0.008760692),(0.006206703,0.9998432,-0.01658703),(-0.001393546,0.9996461,-0.02656141),(0.007856308,0.9988235,-0.0478532),(0.008102892,0.9971842,-0.07455298),(-0.003469934,0.9954448,-0.09527628),(-0.0003519807,0.9798258,-0.1998535),(0.01790204,0.9867082,-0.1615132),(0.02599994,0.9927057,-0.1177252),(-0.00405196,0.9999208,-0.01191315),(0.02285051,0.9973511,-0.06905452),(-0.01277309,0.9998985,0.006308017),(-0.02002792,0.999796,0.002603555),(-0.02377107,0.9987074,-0.04492754),(-0.01492404,0.9992833,-0.03478736),(-0.02186797,0.9997587,-0.002141094),(-0.01824786,0.9998037,-0.007712973),(-0.02648238,0.9973766,-0.06737012),(-0.02769575,0.9980413,-0.05609271),(-0.03693627,0.9874405,-0.1536136),(-0.0301605,0.9905288,-0.1339514),(-0.03913881,0.9842457,-0.1724198),(-0.05342327,0.9446033,-0.3238373),(-0.04719844,0.9540778,-0.2958172),(-0.03641803,0.9633076,-0.2659173),(-0.0189521,0.9932719,-0.1142436),(-0.02087573,0.9720157,-0.2339862),(-0.01269193,0.9998348,-0.01300425),(-0.008786501,0.9998145,-0.01714013),(-0.02087802,0.9961457,-0.08519352),(-0.02313603,0.996739,-0.07730411),(-0.006605654,0.9997714,-0.02033431),(-0.005844305,0.9997591,-0.02115446),(-0.01947008,0.9954724,-0.09303489),(-0.01989228,0.9955994,-0.09157517),(-0.04087699,0.9754257,-0.2165037),(-0.03966055,0.978233,-0.2036844),(-0.0412214,0.9747017,-0.2196755),(-0.06666783,0.9132324,-0.4019475),(-0.06514319,0.9159914,-0.3958739),(-0.06109161,0.9256172,-0.3734978),(-0.03916915,0.9811518,-0.1892277),(-0.05729172,0.9351013,-0.3497186),(4.57657e-5,0.9999997,0.0006251451),(-0.0001770313,0.9999996,0.000884786),(-0.0008667019,0.9999982,0.001673781),(-0.0001088062,0.9999999,0.0003944722),(-0.0004985214,0.9999996,0.0006569061),(2.964667e-5,1,0.0003060107),(-0.00223853,0.9999928,0.003043184),(-0.004696422,0.999976,0.00508966),(-0.00119527,0.9999986,0.001105998),(-0.002370666,0.9999956,0.001781684),(-0.000227271,1,0.0001818847),(-0.0004593068,0.9999998,0.0002515775),(-0.0007916173,0.9999996,0.0003512768),(-0.0001586278,1,1.524887e-5),(-0.0001791291,1,-3.435396e-6),(-0.0001157028,1,2.293968e-5),(8.565352e-6,1,0.000115518),(-6.156598e-5,1,0.000134165),(-5.931383e-5,1,2.062106e-5),(-2.884827e-5,1,1.745165e-5),(-0.008364597,0.9999303,0.008332662),(-0.01300247,0.9998281,0.01321277),(-0.004067941,0.999986,0.003360674),(-0.006355592,0.9999585,0.006539978),(-0.0182837,0.9996396,0.01965157),(-0.02385803,0.9993353,0.02756668),(-0.0136075,0.9997464,0.01794365),(-0.009461805,0.9998905,0.01137993),(-0.002102043,0.9999936,0.00286657),(-0.003809771,0.9999747,0.006002636),(-0.006858295,0.9999207,0.01055688),(-0.001499612,0.9999945,0.002948301),(-0.003598855,0.9999781,0.005548949),(-0.0005128156,0.9999992,0.001228909),(-0.001255595,0.9999987,0.001022146),(-0.0002136437,0.9999999,0.0002790789),(-0.02906103,0.9987344,0.04105159),(-0.03459528,0.9973031,0.06472867),(-0.01895081,0.9993962,0.02912182),(-0.02680163,0.9984763,0.04823718),(-0.0428918,0.9941056,0.09957),(-0.0564055,0.9875739,0.1466844),(-0.03972992,0.9962959,0.07626276),(-0.06036716,0.9916025,0.1143689),(-0.02012638,0.9992941,0.03172045),(-0.03412377,0.9980983,0.05133552),(-0.05619118,0.9953492,0.07824589),(-0.02502129,0.9992587,0.02925714),(-0.0423047,0.9980856,0.04511631),(-0.01394521,0.9997442,0.01780226),(-0.01180961,0.9997609,0.01840091),(-0.007359856,0.9999221,0.01008432),(-0.08023889,0.9795254,0.1846395),(-0.1135642,0.9752209,0.1898615),(-0.0912846,0.9847989,0.1477772),(-0.1276396,0.978966,0.1591657),(-0.1465481,0.9764543,0.1583059),(-0.1683788,0.9820717,0.08475624),(-0.1570392,0.9769933,0.1443007),(-0.1664415,0.9811234,0.09845772),(-0.1197661,0.9853119,0.1217229),(-0.1428701,0.9818395,0.1248168),(-0.1441076,0.9833708,0.1105217),(-0.1039036,0.9894944,0.100523),(-0.1028748,0.9882438,0.1130977),(-0.08861794,0.9925706,0.08336919),(-0.08691966,0.9906713,0.1049529),(-0.06533093,0.9958054,0.06405818),(-0.1619667,0.9867835,0.005012779),(-0.1195968,0.9920377,-0.03947006),(-0.1410471,0.9888431,0.04790454),(-0.07750839,0.9967018,0.02404099),(-0.04670981,0.9978287,-0.04643444),(0.05180112,0.9985481,-0.01478054),(0.01536523,0.9994139,0.03059156),(0.128047,0.9893394,0.0693661),(-0.04617717,0.9940776,0.09837364),(0.0465737,0.9912294,0.1236737),(0.1578263,0.9723079,0.1723613),(0.04701886,0.9761832,0.2117915),(0.1449197,0.9494016,0.2786303),(-0.02767124,0.9863551,0.1622901),(-0.1122663,0.9891175,0.09509438),(-0.07815384,0.9884269,0.1300157),(0.1677252,0.9848067,0.04498865),(0.2931412,0.9478276,0.1252643),(0.2493467,0.9592645,0.1328073),(0.371904,0.9026465,0.2166024),(0.4227707,0.8763564,0.230791),(0.5490423,0.7555129,0.3574249),(0.4896845,0.8089959,0.3251687),(0.5932857,0.6651167,0.4534665),(0.3988364,0.8579298,0.3238613),(0.5114938,0.7444763,0.4291024),(0.6023844,0.5791752,0.5492624),(0.500793,0.6772,0.5390794),(0.5890849,0.4913468,0.6415274),(0.384745,0.8103099,0.4420057),(0.2777959,0.9302945,0.2395443),(0.2607811,0.8972728,0.356223),(0.65984,0.6205735,0.4236738),(0.7599828,0.5390071,0.3631771),(0.6785139,0.5183972,0.5204642),(0.7646944,0.4430254,0.4679433),(0.8242953,0.5446685,0.154511),(0.733505,0.6371926,-0.23655),(0.8374486,0.4768111,0.2670788),(0.7619477,0.6266644,-0.1634851),(0.7508174,0.348271,0.5612313),(0.8351497,0.402588,0.3747638),(0.7883872,0.6105235,-0.07554357),(0.820518,0.3196849,0.4738688),(0.8113244,0.5840032,0.02632726),(0.7257711,0.251225,0.6404236),(0.6723267,0.4211395,0.6087843),(0.6519879,0.3232652,0.6858654),(0.4780218,0.6797408,-0.5562802),(0.2937595,0.6835755,-0.6681541),(0.480386,0.6900495,-0.5413509),(0.2756104,0.6791145,-0.6803252),(0.2003768,0.7022767,-0.6831228),(0.1723173,0.7484864,-0.6403708),(0.1661738,0.6774696,-0.7165341),(0.115044,0.7052953,-0.6995166),(0.2701692,0.6900745,-0.6714206),(0.1420644,0.672612,-0.7262306),(0.06340723,0.6806425,-0.7298666),(0.1248161,0.6866484,-0.7161947),(0.01827375,0.6754779,-0.7371537),(0.2731321,0.7148485,-0.6437317),(0.4937473,0.7073282,-0.505866),(0.5152748,0.7291491,-0.4503705),(0.1800815,0.8162715,-0.5488822),(0.2084905,0.8844904,-0.4173827),(0.09917796,0.7642645,-0.6372311),(0.1165927,0.8393514,-0.5309381),(0.2651956,0.9301307,-0.254024),(0.3513132,0.9332265,-0.07528082),(0.1779682,0.9066136,-0.382595),(0.2852246,0.937074,-0.2013436),(0.01963063,0.7910726,-0.6114072),(0.07844903,0.8697612,-0.4871973),(0.2009154,0.9266858,-0.3176263),(-0.01991666,0.824624,-0.5653306),(0.1080559,0.9014987,-0.4190751),(-0.07073651,0.7465159,-0.6615968),(0.01881521,0.7218396,-0.6918046),(-0.05424959,0.6934039,-0.718504),(0.4351876,0.8963455,0.08471376),(0.4950579,0.8441532,0.2057259),(0.3944949,0.9185855,-0.02397007),(0.474544,0.8720407,0.1198048),(0.5399513,0.7896482,0.2913903),(0.5793446,0.7387181,0.3444641),(0.536539,0.8124068,0.2283005),(0.5928426,0.7468153,0.3013381),(0.4386326,0.8982291,0.0280363),(0.5236843,0.8371134,0.1581005),(0.603425,0.7567058,0.2515445),(0.5011625,0.8614824,0.08175734),(0.6111171,0.7668754,0.1960559),(0.3880053,0.9191491,-0.06794621),(0.3348458,0.9327524,-0.1336081),(0.2601753,0.9350703,-0.2407329),(0.6210666,0.6916969,0.3685535),(0.6661032,0.6480137,0.3693032),(0.6489733,0.6811473,0.3389276),(0.7026437,0.6218951,0.3457434),(0.7110651,0.6081809,0.3528489),(0.7528929,0.5722176,0.325145),(0.7925466,0.5296949,0.3021475),(0.7512384,0.5711866,0.3307365),(0.7929175,0.5296444,0.3012618),(0.7413036,0.592438,0.3154142),(0.8328698,0.4825538,0.271053),(0.8728011,0.4293462,0.2321211),(0.8350431,0.4823167,0.2647144),(0.7814034,0.5582658,0.2788333),(0.6780748,0.6696586,0.3029387),(0.7082548,0.6557676,0.2614273),(0.791004,0.5377954,0.2916998),(0.8258732,0.5026777,0.2554379),(0.8594677,0.4562412,0.2305633),(0.8279509,0.4928877,0.2675053),(0.8569556,0.4673018,0.2173849),(0.883878,0.4322111,0.1787544),(0.9099939,0.385612,0.1523639),(0.8868599,0.4202941,0.1919178),(0.9170818,0.3679885,0.1534455),(0.8932049,0.4052163,0.1948971),(0.9366996,0.3324283,0.1099326),(0.9621239,0.2676485,0.05178805),(0.9462972,0.3066578,0.102385),(0.9260313,0.346862,0.1488383),(0.8651127,0.4435919,0.2341075),(0.9015143,0.3879043,0.1918391),(0.9057635,0.4001354,0.1395859),(0.9223195,0.3737117,0.09831679),(0.9435962,0.3241047,0.06769359),(0.9288144,0.3533057,0.1117093),(0.9340902,0.3531133,0.05278748),(0.9410179,0.3383566,0.0005195821),(0.9608321,0.2735154,-0.04462136),(0.9545249,0.2976546,0.01685598),(0.972583,0.2285322,-0.04307293),(0.9645576,0.2634955,0.01409851),(0.9750472,0.1925788,-0.1104371),(0.9752046,0.09939569,-0.1977285),(0.9812902,0.1440387,-0.1277592),(0.980316,0.1871345,-0.06293868),(0.952426,0.2979521,0.06410431),(0.9735703,0.2283648,-0.003229137),(0.9452712,0.3210185,-0.05839106),(0.94859,0.2925172,-0.1208744),(0.962102,0.2460633,-0.1175273),(0.957582,0.2099717,-0.1973542),(0.9499766,0.2524624,-0.1838672),(0.9486458,0.2008126,-0.2444287),(0.9285548,0.1129379,-0.3535973),(0.9462544,0.1653778,-0.2779437),(0.9339593,0.06838389,-0.3507758),(0.9560134,0.1125857,-0.2708557),(0.9065018,0.02229954,-0.4216127),(0.8870019,-0.05024851,-0.4590236),(0.9130016,-0.01909752,-0.4075089),(0.9390621,0.01626356,-0.3433625),(0.9699492,0.1541879,-0.1882144),(0.9608614,0.05584281,-0.2713429),(0.9415314,0.1496437,-0.3018696),(0.9272245,0.1114906,-0.3575259),(0.8738914,0.02979597,-0.485207),(0.9042124,0.06401697,-0.422258),(0.9073475,0.0868382,-0.4113146),(0.8834462,0.0758662,-0.4623495),(0.8042102,0.006912372,-0.5943048),(0.8398593,0.01076845,-0.5426974),(0.8140872,-0.04837019,-0.5787248),(0.844826,-0.04027392,-0.5335233),(0.7849418,-0.04136816,-0.618187),(0.8234496,-0.05298448,-0.56491),(0.8333549,-0.07272881,-0.5479327),(0.8467252,-0.07924917,-0.5260952),(0.8761653,-0.01671273,-0.481721),(0.8645135,-0.0719095,-0.4974388),(0.8575306,0.07300638,-0.5092261),(0.8311388,0.07225116,-0.551351),(0.7359261,0.01740754,-0.676838),(0.769128,0.01147926,-0.6389917),(0.8046227,0.07320976,-0.5892562),(0.7781506,0.07553443,-0.6235192),(0.674906,0.03138607,-0.7372359),(0.7045974,0.02417556,-0.7091954),(0.713608,0.0005692692,-0.700545),(0.7346103,-0.01286473,-0.6783673),(0.694813,0.01309154,-0.7190713),(0.8111126,0.03523853,-0.5838276),(0.8103518,0.01648888,-0.5857116),(0.8120208,-0.004551059,-0.5836108),(0.7582797,-0.0269608,-0.6513715),(0.816336,-0.0277558,-0.57691),(0.7518286,0.07896403,-0.6546133),(0.7258654,0.08330688,-0.6827734),(0.6195768,0.04705264,-0.7835246),(0.646583,0.03899034,-0.7618465),(0.7005858,0.08839211,-0.7080722),(0.6763447,0.09407473,-0.7305531),(0.57008,0.06410744,-0.8190842),(0.5940194,0.05545474,-0.8025371),(0.6475889,0.04821161,-0.7604632),(0.662059,0.03675127,-0.7485501),(0.6341301,0.05934503,-0.7709456),(0.8320094,0.09446074,-0.5466603),(0.8247762,0.0820027,-0.5594816),(0.8186417,0.06784768,-0.5702827),(0.6777385,0.02501981,-0.7348772),(0.8139859,0.0521955,-0.5785349),(0.6534082,0.09933632,-0.7504598),(0.6321853,0.10304,-0.7679353),(0.5278485,0.07668689,-0.8458694),(0.5479919,0.07168261,-0.8334065),(0.6126229,0.1047647,-0.7834012),(0.594496,0.1041787,-0.7973213),(0.4922304,0.07755642,-0.867003),(0.5093881,0.07874403,-0.8569265),(0.5985115,0.08025235,-0.7970845),(0.6099588,0.07612567,-0.788768),(0.5868986,0.08120839,-0.8055776),(0.8611119,0.1255646,-0.4926659),(0.8554857,0.1205068,-0.5036092),(0.8481967,0.1137069,-0.5173327),(0.6216981,0.06907006,-0.7802057),(0.8401106,0.1050726,-0.5321409),(0.5785866,0.09919322,-0.8095667),(0.5659553,0.08807094,-0.8197184),(0.4648982,0.06420647,-0.883033),(0.4767481,0.07268799,-0.8760294),(0.5583237,0.0715711,-0.8265303),(0.5572007,0.05019848,-0.8288592),(0.462777,0.03924195,-0.8856057),(0.4593892,0.05291727,-0.8866574),(0.5614042,0.0671128,-0.8248159),(0.5655207,0.0739754,-0.8214097),(0.5658613,0.05876304,-0.8224037),(0.8803869,0.1139066,-0.4603741),(0.8720305,0.1217039,-0.474079),(0.8674108,0.1263785,-0.4812765),(0.5750613,0.07892744,-0.8142942),(0.8644568,0.1277697,-0.4861988),(0.5626155,0.02859113,-0.8262241),(0.5736098,0.01074941,-0.8190581),(0.4979291,0.01554792,-0.8670784),(0.4760678,0.02600635,-0.8790239),(0.5887944,-0.003955157,-0.8082733),(0.6070684,-0.01598236,-0.7944888),(0.5588799,0.0007611708,-0.8292483),(0.5261791,0.007250965,-0.8503428),(0.6370366,0.03992102,-0.7697992),(0.6054276,0.04472436,-0.7946427),(0.6734793,0.0361698,-0.7383206),(0.9474807,0.08449108,-0.3084503),(0.929216,0.09067407,-0.35824),(0.9106823,0.09757738,-0.4014181),(0.5809525,0.05083345,-0.8123485),(0.8937598,0.105236,-0.4360262),(0.6278208,-0.02662231,-0.7779025),(0.6510373,-0.03664761,-0.7581605),(0.6342046,-0.009599905,-0.7731057),(0.5949441,-0.004738315,-0.8037531),(0.67667,-0.04552048,-0.7348779),(0.7045974,-0.05258111,-0.7076566),(0.7221974,-0.01386727,-0.691548),(0.6767411,-0.01298154,-0.7361068),(0.7992834,0.0358816,-0.5998822),(0.7553434,0.03341175,-0.654477),(0.8434625,0.0421231,-0.5355341),(0.993229,0.09250861,-0.07027372),(0.9875253,0.08430714,-0.1329884),(0.9775487,0.08040231,-0.194767),(0.7131783,0.03378724,-0.7001678),(0.9639397,0.08055281,-0.2536367),(0.734346,-0.05503287,-0.6765407),(0.7649634,-0.05050005,-0.6420909),(0.8145378,0.0001822718,-0.5801104),(0.7690276,-0.01005266,-0.6391366),(0.7954515,-0.03906878,-0.6047566),(0.8250312,-0.02093891,-0.5646992),(0.8918741,0.03911493,-0.4505892),(0.8560684,0.01669938,-0.5165927),(0.948095,0.08654615,-0.3059831),(0.9206337,0.06751973,-0.3845448),(0.9669254,0.1093486,-0.2304302),(0.979014,0.1533162,0.1342603),(0.9864584,0.1342685,0.09419091),(0.9919623,0.1178682,0.0460231),(0.8850204,0.05263155,-0.4625676),(0.994531,0.1040086,-0.009496743),(0.8531255,0.001034754,-0.5217047),(0.879384,0.02378991,-0.4755184),(0.9444023,0.08762369,-0.3169011),(0.92124,0.06399506,-0.3836945),(0.9033632,0.04642447,-0.4263562),(0.9245755,0.06797947,-0.3748853),(0.9739848,0.1259706,-0.1883744),(0.9617781,0.1086539,-0.2513507),(0.9853965,0.1655636,-0.03978064),(0.9837666,0.1511905,-0.09666874),(0.9845614,0.1747522,0.01002324),(0.9562421,0.1942477,0.2187897),(0.9592993,0.1916862,0.2073673),(0.9644025,0.1839641,0.1899603),(0.9781693,0.1321587,-0.1603709),(0.9711827,0.1711225,0.1658951),(0.9425778,0.08682503,-0.3225037),(0.9569471,0.1016148,-0.2718945),(0.9866384,0.1419149,-0.08002973),(0.9819162,0.1375485,-0.1300806),(0.9674842,0.1121773,-0.2266948),(0.9743812,0.1188018,-0.1909644),(0.9911583,0.1308571,-0.021946),(0.9893259,0.1393705,-0.04254658),(0.9830622,0.1527841,0.1012209),(0.9821061,0.1689801,0.08314498),(0.9863192,0.1288534,0.1028162),(0.9748519,0.1144419,0.1912248),(0.9659243,0.1486801,0.21186),(0.9593856,0.1737368,0.2222492),(0.982942,0.1764819,0.05176123),(0.9560584,0.1890388,0.2240905),(0.9780779,0.1259154,-0.165858),(0.9793494,0.1376795,-0.1480513),(0.9908773,0.1327911,-0.02299203),(0.9918855,0.1258876,-0.01775205),(0.979173,0.1544351,-0.1317956),(0.9780279,0.1762208,-0.1113894),(0.9833633,0.1800199,-0.02428051),(0.988116,0.1511018,-0.02819424),(0.9893837,0.1355698,0.05235144),(0.9909905,0.1143254,0.06976721),(0.9836022,0.1741843,0.04676019),(0.9813352,0.1621594,0.1033707),(0.9870217,0.1141823,0.1129174),(0.9867854,0.08947658,0.1350873),(0.9896799,0.1117365,0.08971502),(0.9825317,0.08920257,0.1633229),(0.9747667,0.2071512,-0.08317579),(0.966721,0.2512569,-0.04817092),(0.9639423,0.2651212,0.02293411),(0.9758703,0.2182568,-0.006428259),(0.9513696,0.3078716,-0.01053132),(0.9264599,0.3755264,0.02553356),(0.9193822,0.3824813,0.09189379),(0.9456008,0.3201738,0.05768687),(0.9375542,0.3299927,0.1099861),(0.9581934,0.2746392,0.08024261),(0.910723,0.3883439,0.1406148),(0.9032391,0.3933957,0.1714609),(0.9303142,0.3364207,0.1460709),(0.9523255,0.2788839,0.1236929),(0.9732189,0.2226637,0.05714766),(0.9693003,0.2208366,0.1081113),(0.8942611,0.4441564,0.05497449),(0.8588783,0.5067212,0.07457641),(0.8564739,0.4981436,0.1352977),(0.8882001,0.4437245,0.1192024),(0.8205869,0.5654395,0.0831591),(0.7785776,0.6224537,0.07980181),(0.7923772,0.5972818,0.1240678),(0.8247839,0.5484111,0.137756),(0.8292275,0.5288782,0.1807474),(0.8535653,0.4887808,0.1803321),(0.8079271,0.5662494,0.1631432),(0.8214507,0.5353712,0.1964601),(0.8327413,0.5115752,0.2117373),(0.8507718,0.4819816,0.2094782),(0.8811266,0.4428775,0.1657572),(0.8749203,0.4434931,0.1944949),(0.7396104,0.6700754,0.06305133),(0.7135282,0.6998128,0.03375547),(0.7407051,0.6700063,0.04947073),(0.7624913,0.6402668,0.09308793),(0.7028221,0.7113522,-0.004383547),(0.708875,0.7037115,-0.04781584),(0.7311393,0.6810608,-0.03989339),(0.7293716,0.6841139,0.002258447),(0.7597106,0.6494802,0.03186647),(0.772333,0.6302295,0.07945028),(0.7542096,0.6566163,-0.004791234),(0.7771145,0.626774,0.05698448),(0.7891138,0.6084386,0.0842724),(0.8017085,0.5848287,0.1234463),(0.7888923,0.6012613,0.1270191),(0.8125723,0.5592138,0.1643353),(0.7114241,0.6977426,-0.08385088),(0.6923844,0.7147313,-0.09880768),(0.7031503,0.7088664,-0.05557004),(0.7282138,0.6824936,-0.06250696),(0.6532483,0.7521948,-0.086427),(0.596233,0.8018082,-0.04012335),(0.5820655,0.8112964,0.0547543),(0.654786,0.7556086,-0.01763998),(0.6449771,0.7617952,0.06060198),(0.7068895,0.7073009,0.005714654),(0.5521458,0.8200186,0.1506798),(0.5133578,0.8207403,0.250697),(0.629806,0.7620976,0.1501719),(0.7081014,0.7009062,0.08557403),(0.7419276,0.6702857,-0.01613888),(0.7549343,0.6535054,0.05481535),(0.5312711,0.8462754,0.03960954),(0.4606996,0.8757967,0.1440001),(0.4989573,0.8523517,0.1566468),(0.4145711,0.8672677,0.2756402),(0.3743098,0.8892851,0.2628005),(0.2625145,0.8844891,0.3857009),(0.3202896,0.8590477,0.399314),(0.2078706,0.8312301,0.5156029),(0.3498352,0.8513585,0.3909016),(0.251716,0.8226958,0.5097165),(0.1457694,0.7783208,0.6107111),(0.1803512,0.7810988,0.5977943),(0.08879925,0.7310001,0.6765748),(0.2764837,0.824984,0.4929079),(0.4478099,0.8535089,0.2664376),(0.3858685,0.8441079,0.3722735),(0.1501225,0.855175,0.496124),(0.07014064,0.8086233,0.5841308),(0.1013047,0.7856444,0.610328),(0.03145545,0.7335526,0.6789044),(0.02239082,0.7593733,0.6502699),(0.002351582,0.7198634,0.6941118),(-0.002726669,0.6886339,0.725104),(-0.005619159,0.6622161,0.7492918),(-0.004757164,0.6819618,0.7313723),(-0.02442237,0.651935,0.7578815),(-0.009892261,0.6449525,0.7641587),(-0.03623475,0.6585096,0.7516995),(-0.009316097,0.6746635,0.7380667),(-0.0287126,0.6635359,0.7475933),(0.0516932,0.7273842,0.6842807),(0.01315412,0.6887849,0.7248465),(-0.003041628,0.6961008,0.7179378),(-0.00352572,0.6863643,0.7272493),(0.01057994,0.6670143,0.7449697),(0.004155661,0.6570621,0.7538249),(0.002574337,0.6867865,0.7268546),(0.01718834,0.6929874,0.7207447),(0.02231956,0.7022707,0.71156),(0.01571088,0.6846045,0.7287453),(0.03192754,0.7106122,0.7028589),(0.02873305,0.6834354,0.7294452),(0.02785003,0.7321773,0.6805444),(0.02751286,0.7782815,0.6273126),(0.04259983,0.7608083,0.6475769),(0.04294031,0.7341322,0.6776474),(0.01537597,0.6586891,0.7522581),(0.02605249,0.7034464,0.7102705),(0.03523095,0.6994438,0.7138188),(0.05022556,0.7029186,0.7094949),(0.03845741,0.7181361,0.6948393),(0.0304573,0.714061,0.6994206),(0.06213571,0.7033885,0.7080846),(0.07103532,0.7009053,0.7097083),(0.05483725,0.7065398,0.7055454),(0.04653908,0.7153672,0.6971971),(0.01864425,0.7390864,0.6733525),(0.01895663,0.7456831,0.6660311),(0.0215392,0.7250726,0.6883355),(-0.02585823,0.7556041,0.6545179),(-0.0195457,0.7727011,0.634469),(-0.008220017,0.7827939,0.6222268),(0.02218064,0.7438218,0.6680099),(0.00765515,0.7850459,0.6193902),(0.07443161,0.6954854,0.7146748),(0.0688244,0.6884165,0.7220428),(0.06623878,0.6779156,0.7321495),(0.06225399,0.6930666,0.7181804),(0.05197321,0.6822965,0.7292258),(0.02095941,0.6794304,0.7334405),(0.05119465,0.658778,0.7505936),(0.06372733,0.6651616,0.7439751),(0.04722586,0.6688514,0.7418945),(0.03816415,0.6856142,0.7269641),(0.05159342,0.6603236,0.7492068),(0.02153533,0.6853173,0.7279262),(0.00316427,0.6948068,0.7191895),(-0.013397,0.7124655,0.7015792),(0.0283932,0.7059146,0.7077276),(-0.02421366,0.734106,0.6786031),(-0.02709242,0.6802872,0.7324446),(-0.09407622,0.6817744,0.7254884),(-0.02525515,0.6636506,0.7476163),(0.02295462,0.6593737,0.7514648),(-0.1818479,0.678344,0.7118854),(-0.2920386,0.6630154,0.6892925),(-0.1891995,0.664667,0.7227871),(-0.09514757,0.6672179,0.7387606),(-0.03745634,0.6710169,0.7404954),(0.01322032,0.6646468,0.7470407),(-0.1116889,0.6755936,0.7287653),(-0.06330005,0.6953679,0.7158607),(-0.01096369,0.6896848,0.7240267),(0.01967284,0.6850144,0.7282638),(0.04253414,0.6600962,0.7499759),(0.03023437,0.6831581,0.7296444),(-0.4142109,0.6345319,0.6525325),(-0.5324544,0.5951151,0.6019389),(-0.3026215,0.6525584,0.6946853),(-0.4245673,0.6271496,0.653013),(-0.6377949,0.5435771,0.545657),(-0.7237281,0.4816955,0.4941529),(-0.5452322,0.5824642,0.6028742),(-0.653872,0.5167348,0.552663),(-0.3251875,0.6583202,0.6788723),(-0.4520171,0.6194058,0.6418855),(-0.5777369,0.5511426,0.6020482),(-0.3671124,0.6489319,0.6664202),(-0.5016665,0.5785245,0.6431487),(-0.2432865,0.6852866,0.6864357),(-0.2091905,0.6738682,0.7086191),(-0.1404925,0.697049,0.7031249),(-0.7872344,0.415841,0.455344),(-0.8301305,0.3532416,0.4313976),(-0.7392254,0.4399875,0.5098595),(-0.7989289,0.3649748,0.4780231),(-0.8565447,0.2969345,0.4220914),(-0.8691753,0.2481081,0.4277578),(-0.8380439,0.2953562,0.4587452),(-0.8603272,0.2321939,0.4537876),(-0.7584709,0.3794708,0.5298339),(-0.8105142,0.2975466,0.5045124),(-0.8431914,0.2205284,0.4903015),(-0.7735699,0.2999105,0.5582502),(-0.8166997,0.211671,0.5368398),(-0.7097923,0.3916381,0.5855036),(-0.6826203,0.4653777,0.5634299),(-0.6207188,0.4859627,0.6152629),(-0.8684756,0.2112793,0.4484543),(-0.8550627,0.1916774,0.4817962),(-0.8663906,0.1822537,0.4649204),(-0.8571164,0.1538247,0.4916192),(-0.8309422,0.1903813,0.5227717),(-0.7980391,0.2084948,0.565388),(-0.8349791,0.1483027,0.5299209),(-0.8012577,0.1670935,0.5745136),(-0.8534988,0.1196272,0.5071776),(-0.8357552,0.1085698,0.538262),(-0.8046763,0.1257054,0.5802535),(-0.8322294,0.07500501,0.5493345),(-0.8070415,0.08848449,0.5838275),(-0.843228,0.0917578,0.5296668),(-0.8570871,0.1574451,0.490523),(-0.8394372,0.1377476,0.5257098),(-0.7619196,0.2330223,0.6043004),(-0.7276273,0.2487561,0.63928),(-0.761478,0.1933205,0.6186908),(-0.7217466,0.2073999,0.6603537),(-0.693436,0.254939,0.6739085),(-0.6563868,0.2509538,0.7114623),(-0.6806757,0.2083545,0.7023311),(-0.6355217,0.1953354,0.7469647),(-0.724762,0.1616318,0.6697724),(-0.6825549,0.1566331,0.7138522),(-0.637484,0.1350733,0.758531),(-0.6970978,0.1069383,0.7089561),(-0.6592957,0.08007355,0.7476079),(-0.735123,0.1167319,0.6678083),(-0.7653805,0.1509943,0.6256145),(-0.7722451,0.1103605,0.625666),(-0.6114578,0.2439843,0.7527223),(-0.5577759,0.242741,0.7937019),(-0.5795432,0.1801128,0.7947887),(-0.5103735,0.1767178,0.8415994),(-0.5021425,0.2478635,0.8285026),(-0.4529453,0.2602251,0.8527153),(-0.43592,0.1860293,0.8805491),(-0.3657072,0.2086484,0.9070414),(-0.5120616,0.109156,0.8519847),(-0.4336342,0.1244984,0.892447),(-0.354607,0.1587958,0.9214324),(-0.4890277,0.07266639,0.8692362),(-0.4133189,0.1164094,0.9031147),(-0.5572797,0.05176855,0.8287094),(-0.5821351,0.1129963,0.8052022),(-0.6148728,0.05459638,0.7867342),(-0.4188221,0.2754646,0.8652788),(-0.4030957,0.2881572,0.8686077),(-0.3105288,0.2357681,0.9208611),(-0.2752583,0.2581876,0.9260519),(-0.4035568,0.2981193,0.8650242),(-0.4176848,0.3048624,0.8559195),(-0.257563,0.2763562,0.9258988),(-0.2552337,0.2903266,0.9222615),(-0.2345681,0.2300531,0.9444858),(-0.1986727,0.2552941,0.9462315),(-0.1770344,0.2748778,0.9450402),(-0.2178839,0.2345103,0.9473814),(-0.172914,0.2576436,0.9506422),(-0.2734566,0.2042931,0.9399393),(-0.2860545,0.1982664,0.9374771),(-0.3388789,0.1654073,0.9261758),(-0.4424112,0.3089707,0.8419082),(-0.4750336,0.3111055,0.8231381),(-0.2656442,0.3012812,0.9157853),(-0.2864963,0.3101978,0.9064751),(-0.5135582,0.3106715,0.7998382),(-0.5559432,0.3071609,0.7723855),(-0.3161604,0.3164769,0.8943629),(-0.3529571,0.3195175,0.8793917),(-0.169689,0.3036661,0.937546),(-0.1812357,0.3138217,0.9320244),(-0.2015419,0.3206936,0.9254926),(-0.09996748,0.3013781,0.9482499),(-0.09497836,0.3091061,0.946273),(-0.1144172,0.2903273,0.9500625),(-0.1679206,0.2905865,0.941999),(-0.1385923,0.2758074,0.951169),(-0.6000086,0.3013995,0.7410451),(-0.6440771,0.2944347,0.7060261),(-0.3948182,0.3202035,0.8611553),(-0.4399894,0.3196185,0.8391981),(-0.6871741,0.2862574,0.6677187),(-0.7284596,0.276931,0.6266226),(-0.4873625,0.317539,0.8134167),(-0.535799,0.3138216,0.7838593),(-0.2625136,0.3292325,0.907024),(-0.3009904,0.3317996,0.8940436),(-0.3436304,0.3328463,0.878141),(-0.1286048,0.3248671,0.9369751),(-0.1539726,0.3285029,0.9318682),(-0.1100006,0.320278,0.9409154),(-0.2290985,0.3254276,0.9173934),(-0.09863837,0.3149649,0.9439638),(-0.7673196,0.2665356,0.5832489),(-0.8033084,0.2551584,0.5381353),(-0.5842454,0.3085312,0.7506436),(-0.6317683,0.3017626,0.7140085),(-0.8361338,0.2428908,0.4918173),(-0.8656177,0.2298399,0.4448365),(-0.6776314,0.293476,0.6743052),(-0.7211899,0.2836802,0.6319894),(-0.4372468,0.3306556,0.8363506),(-0.4862697,0.3272699,0.8102075),(-0.5355493,0.3221032,0.7806641),(-0.2628662,0.3342724,0.9050764),(-0.3071913,0.3336929,0.8912253),(-0.221958,0.3333572,0.916301),(-0.3894001,0.3324375,0.8589835),(-0.1853854,0.3313107,0.9251299),(-0.8916844,0.2161733,0.3977034),(-0.9143695,0.2020741,0.3508485),(-0.7619176,0.2725204,0.5875493),(-0.799454,0.2601858,0.5414578),(-0.9337804,0.1876805,0.3046803),(-0.9500777,0.1731289,0.2595744),(-0.8335778,0.246798,0.4942052),(-0.8641537,0.232505,0.4462956),(-0.6315117,0.3067881,0.7120912),(-0.6769264,0.2967852,0.6735645),(-0.7199637,0.2852626,0.6326748),(-0.4513094,0.3232948,0.8317453),(-0.5006206,0.316677,0.8056642),(-0.4021863,0.3282383,0.8546963),(-0.5842034,0.3152267,0.7478894),(-0.3539232,0.3316429,0.8745006),(-0.9634382,0.1587156,0.2158614),(-0.9740834,0.144727,0.1738268),(-0.891103,0.2176156,0.3982195),(-0.9144385,0.2024512,0.3504507),(-0.98228,0.131284,0.1337559),(-0.988313,0.1184816,0.09591375),(-0.9342694,0.1871869,0.3034825),(-0.9507704,0.1719714,0.2578013),(-0.7972401,0.2586567,0.5454401),(-0.8309224,0.2439819,0.5000408),(-0.8610963,0.2285779,0.4541644),(-0.6431244,0.2879095,0.7095768),(-0.6870532,0.2755271,0.6723412),(-0.5970969,0.298908,0.7443987),(-0.7601827,0.2724612,0.5898196),(-0.5494271,0.308495,0.7765054),(-0.9924463,0.1067528,0.06044898),(-0.9949558,0.09650846,0.02737105),(-0.9641135,0.157417,0.2137879),(-0.9745509,0.1441091,0.1717064),(-0.9961361,0.08775984,-0.003337968),(-0.9962507,0.08050414,-0.03167983),(-0.9824315,0.1321175,0.131808),(-0.9880991,0.1214966,0.09433279),(-0.9104512,0.1983031,0.3629797),(-0.9297808,0.1842532,0.3186821),(-0.9458269,0.1711018,0.2759268),(-0.8011149,0.2351787,0.5503689),(-0.8321826,0.2216188,0.5082886),(-0.7664396,0.2487922,0.5921763),(-0.887612,0.2131255,0.4083166),(-0.7283199,0.262295,0.6330492),(-0.9955005,0.07506908,-0.0578215),(-0.9940268,0.07175465,-0.08223017),(-0.9918339,0.1128868,0.05934794),(-0.9939142,0.1068906,0.02662941),(-0.9919189,0.07049026,-0.1054887),(-0.9891943,0.07120425,-0.1281583),(-0.9946229,0.1034802,-0.004151071),(-0.9941627,0.1026126,-0.0333336),(-0.9688346,0.1508809,0.1964548),(-0.9764276,0.1447328,0.1601298),(-0.9818831,0.1413074,0.1262448),(-0.9021416,0.1887489,0.3879618),(-0.917933,0.1817446,0.3526582),(-0.8827029,0.1978685,0.4262435),(-0.9587588,0.1596995,0.2351121),(-0.8594118,0.2089096,0.4666563),(-0.9858477,0.07342398,-0.1507095),(-0.9818465,0.07667603,-0.1734886),(-0.9927022,0.1038314,-0.0613285),(-0.9903307,0.1066603,-0.08870578),(-0.9770973,0.08089102,-0.1968184),(-0.9714698,0.08599694,-0.2210225),(-0.9870073,0.1110123,-0.1161585),(-0.9826004,0.1168053,-0.1444053),(-0.9877642,0.1417367,0.06505848),(-0.9887076,0.1453136,0.03662104),(-0.9884823,0.1510877,0.008664851),(-0.9473379,0.1747571,0.2683484),(-0.9525842,0.1772401,0.2473243),(-0.9400692,0.17468,0.2928428),(-0.9855564,0.1403897,0.0947069),(-0.9304185,0.1770182,0.3209142),(-0.9647049,0.09335083,-0.2462316),(-0.9566141,0.1043404,-0.2720341),(-0.9768459,0.1247614,-0.1738003),(-0.9695642,0.1356285,-0.2038384),(-0.9472358,0.1189109,-0.2976651),(-0.9366642,0.1369878,-0.3223267),(-0.9608091,0.1493397,-0.2335458),(-0.9507425,0.1658083,-0.2619089),(-0.984416,0.1695441,-0.04668861),(-0.9805552,0.182213,-0.07286889),(-0.9755957,0.1970501,-0.09687177),(-0.9585266,0.1965345,0.2064001),(-0.9574671,0.2061502,0.2018879),(-0.9580723,0.1883751,0.2158987),(-0.9870681,0.1591429,-0.01923663),(-0.9561112,0.1818831,0.2297172),(-0.9251721,0.1584414,-0.3448955),(-0.9132922,0.1833863,-0.3636849),(-0.9397813,0.1845138,-0.2876906),(-0.9285799,0.2051056,-0.3093074),(-0.901731,0.2122533,-0.376603),(-0.8911898,0.2456066,-0.3813898),(-0.9178978,0.2278667,-0.3248698),(-0.9085544,0.2532169,-0.33228),(-0.9637632,0.2307111,-0.1339143),(-0.9577178,0.2490292,-0.1440873),(-0.9521001,0.2685179,-0.1462994),(-0.9444502,0.2379859,0.226664),(-0.935433,0.2484434,0.2514773),(-0.9506978,0.227296,0.2109742),(-0.9698527,0.2134075,-0.117656),(-0.9549017,0.2166112,0.2030822),(-0.8821477,0.2848972,-0.3750317),(-0.8749886,0.3314062,-0.3529376),(-0.9016896,0.2812851,-0.3283818),(-0.898575,0.3118982,-0.3086787),(-0.8698323,0.3846712,-0.308901),(-0.8657068,0.4417998,-0.2352965),(-0.9001265,0.3443124,-0.2668733),(-0.9061144,0.3752871,-0.1952339),(-0.9470111,0.3008987,-0.1123833),(-0.9487885,0.3089986,-0.0657299),(-0.9517314,0.3067671,0.01006117),(-0.8562687,0.1675155,0.4886129),(-0.8889021,0.2157435,0.4041136),(-0.9094241,0.2426283,0.3377562),(-0.9481189,0.2868221,-0.1371261),(-0.923781,0.2524797,0.2878933),(-0.865217,0.4840393,-0.1307872),(-0.8703051,0.4924534,-0.007657107),(-0.9147161,0.3936692,-0.09120762),(-0.9210069,0.3880419,0.03419976),(-0.8776971,0.4651683,0.1151795),(-0.8865912,0.4068586,0.2200506),(-0.9141946,0.3055371,0.2662615),(-0.9203445,0.3568308,0.1601171),(-0.9071379,0.2150854,0.3617171),(-0.9350697,0.2596332,0.2413202),(-0.8738843,0.1649531,0.4572928),(-0.5856013,-0.05406409,0.8087943),(-0.6493955,-0.01284499,0.7603424),(-0.7289132,0.04300704,0.6832539),(-0.949669,0.2908231,0.1164079),(-0.803037,0.1056011,0.586498),(-0.8943002,0.3320755,0.2999217),(-0.8986144,0.2524504,0.3588327),(-0.9019826,0.1769032,0.3938688),(-0.9071513,0.2434811,0.3432105),(-0.899826,0.169378,0.4020253),(-0.8974267,0.08369618,0.4331515),(-0.8980849,0.0374584,0.438224),(-0.8991691,0.1079198,0.4240852),(-0.8309342,0.01992468,0.5560139),(-0.8325769,0.06561764,0.5500093),(-0.8406963,-0.02278944,0.5410269),(-0.6554835,-0.0864407,0.7502462),(-0.5937386,-0.09416562,0.799129),(-0.5583652,-0.09270884,0.8243988),(-0.847045,0.1145803,0.5190241),(-0.5544415,-0.07959012,0.8284081),(-0.8849751,0.02980305,0.4646837),(-0.8609992,0.04241684,0.5068346),(-0.878812,0.03877303,0.4755903),(-0.8924751,0.002081055,0.4510919),(-0.8237203,0.1305081,0.5517721),(-0.7575796,0.3052964,0.5769466),(-0.771405,0.374042,0.5148077),(-0.848254,0.1590239,0.5051501),(-0.8419065,0.19563,0.5029138),(-0.8592956,0.03997745,0.5099146),(-0.7590796,0.4451749,0.4749919),(-0.7172326,0.53038,0.4519673),(-0.7965377,0.2617234,0.5450034),(-0.7833181,0.06797758,0.617893),(-0.8531062,-0.02835382,0.5209662),(-0.7258486,-0.04354579,0.686475),(-0.6633547,0.5118182,0.5458963),(-0.5604441,0.6887938,0.4598537),(-0.5173113,0.7720762,0.369171),(-0.646997,0.6035335,0.4659851),(-0.4437242,0.8265395,0.3463255),(-0.3077112,0.9229153,0.2313896),(-0.2614824,0.9525862,0.1555841),(-0.3900669,0.8840168,0.2576087),(-0.33902,0.9227391,0.1833518),(-0.4672301,0.8356501,0.2887642),(-0.2230965,0.9699881,0.09670008),(-0.1941904,0.9795064,0.05345428),(-0.2948694,0.9476005,0.122903),(-0.415924,0.8829232,0.2178392),(-0.6125106,0.6840245,0.3961581),(-0.5628679,0.7565349,0.3329184),(-0.1722599,0.9759141,0.1338589),(-0.06653351,0.9960491,0.05881624),(-0.03874468,0.9991041,0.01701947),(-0.1389645,0.9874067,0.07560924),(0.005838369,0.9999799,-0.002522765),(0.04631964,0.9971982,-0.05873923),(0.08656933,0.9932057,-0.07777062),(0.03632917,0.998866,-0.03077224),(0.05661359,0.9976004,-0.03985699),(-0.02162796,0.9997354,-0.007831692),(0.1187806,0.9903674,-0.0711587),(0.1328263,0.9904394,-0.03724314),(0.06206756,0.9976351,-0.02952861),(-0.01657864,0.9997273,-0.01644608),(-0.1156175,0.9927,0.03434303),(-0.1025406,0.9946903,0.008758466),(0.06305981,0.9911897,-0.1164747),(0.06367049,0.9823274,-0.1760081),(0.1138115,0.9849257,-0.1302627),(0.1197494,0.9750354,-0.1869916),(0.04992826,0.9710972,-0.2334037),(0.02416469,0.9583496,-0.2845736),(0.07558425,0.9530829,-0.2931211),(0.1061632,0.9641954,-0.2430157),(0.1765503,0.9735601,-0.1449507),(0.168665,0.9686177,-0.18257),(0.1382679,0.9666216,-0.2156958),(0.1898877,0.9811452,-0.03601061),(0.2145137,0.9758199,-0.04194615),(0.2135263,0.9759486,-0.04394015),(0.1603247,0.9812829,-0.1066762),(0.1864685,0.9815506,-0.04228423),(-0.003563112,0.9443839,-0.3288257),(-0.02466816,0.9293332,-0.3684171),(0.01508056,0.9268612,-0.3751012),(0.04130026,0.9408494,-0.3362988),(-0.03981444,0.9136338,-0.4045838),(-0.04959455,0.8973816,-0.4384593),(-0.01626231,0.8951156,-0.4455374),(-0.003868911,0.9116076,-0.4110433),(0.05195776,0.9530991,-0.298165),(0.07259337,0.9596748,-0.271578),(0.03878575,0.9447867,-0.3253826),(0.1016161,0.9945949,-0.02133681),(0.1122244,0.9934525,-0.021391),(0.130389,0.9911719,-0.02402292),(0.1011845,0.9643651,-0.2444617),(0.1562255,0.9872968,-0.02895899),(-0.05646354,0.8806011,-0.4704822),(-0.06280161,0.8632898,-0.5007862),(-0.03280624,0.8584834,-0.511791),(-0.02498488,0.8773881,-0.4791304),(-0.06895871,0.845264,-0.5298806),(-0.07238829,0.837023,-0.5423583),(-0.04457304,0.82677,-0.5607714),(-0.04006451,0.8382528,-0.5438079),(0.01525967,0.9109477,-0.4122395),(0.02213013,0.9236931,-0.3824938),(0.01056346,0.9016393,-0.4323598),(0.08487371,0.995314,-0.04632939),(0.08752643,0.9956183,-0.03291457),(0.09080314,0.9954861,-0.02760345),(0.02989544,0.934926,-0.3535812),(0.09551234,0.9951471,-0.02365961),(-6.529558e-5,0.9999999,-2.412202e-5),(-7.671635e-5,0.9999999,-2.166572e-5),(-9.709497e-5,1,-1.774454e-5),(-7.890916e-5,1,-3.277008e-5),(-7.572549e-5,1,-2.986559e-5),(-8.006346e-5,1,-3.378095e-5),(-0.0001103391,1,-1.587288e-5),(-0.0001120712,1,-1.599213e-5),(-7.024159e-5,1,-2.516742e-5),(-6.14498e-5,1,-1.869045e-5),(-5.420277e-5,1,-2.463548e-5),(-4.032479e-5,1,-2.120663e-5),(-2.800434e-5,1,-1.511567e-5),(-2.237734e-5,1,-1.219644e-5),(-1.233118e-5,1,-8.715002e-6),(-3.481693e-5,1,-1.366609e-5),(-6.888172e-5,1,-2.553763e-5),(-7.623755e-5,1,-2.536198e-5),(-4.867205e-5,1,-1.343129e-5),(-5.557749e-5,1,-1.291623e-5),(-0.0001336937,1,0.0001173438),(-0.0003269966,0.9999999,0.000548413),(-6.781777e-5,1,3.183932e-5),(-0.0001606489,0.9999999,0.000180731),(-0.0009299675,0.9999987,0.001334616),(-0.002181208,0.9999944,0.002539962),(-0.0004451673,0.9999999,0.0004535436),(-0.001026753,0.9999991,0.0008788558),(-4.480844e-5,0.9999999,3.009407e-5),(-0.0001179998,1,8.413114e-5),(-0.0002684508,0.9999999,0.0001684943),(-3.827107e-7,1,-5.977166e-7),(4.970458e-8,1,6.930426e-8),(-1.926394e-6,1,-2.401378e-6),(-2.334683e-5,1,-8.226789e-7),(-5.575555e-6,1,-5.045272e-6),(-0.004418562,0.9999794,0.004650597),(-0.00832515,0.9999313,0.008250498),(-0.002065415,0.9999965,0.001627691),(-0.003874827,0.9999883,0.002911368),(-0.01483161,0.999797,0.01363417),(-0.02488543,0.9994667,0.02114578),(-0.006865541,0.9999647,0.004855844),(-0.01145042,0.9999055,0.007605229),(-0.001005715,0.9999994,0.0005739087),(-0.001775323,0.9999979,0.000969838),(-0.002948501,0.9999945,0.001539907),(1.176485e-8,1,1.339414e-7),(4.84948e-8,1,-6.151093e-9),(3.634606e-8,1,6.642622e-8),(-0.0005375358,0.9999998,0.0003171366),(7.364978e-8,1,-1.35134e-7),(-0.0376852,0.9987311,0.03340716),(-0.04988004,0.9973778,0.05243549),(-0.0166181,0.9997377,0.01575767),(-0.02013766,0.9992302,0.03366766),(-0.05735092,0.9953799,0.07700456),(-0.05596567,0.9928046,0.1058625),(-0.01995966,0.9979514,0.06078352),(-0.01393548,0.995238,0.09647318),(8.448477e-5,0.9996679,0.02576738),(0.008806442,0.9984734,0.05452779),(0.02554603,0.9952671,0.09375934),(0.0299622,0.9976775,0.06117094),(0.06555166,0.992069,0.1072476),(0.0107145,0.9995631,0.02754642),(-0.003134225,0.9999633,0.007968588),(0.002186248,0.9999734,0.006959173),(-0.04074743,0.9885847,0.145051),(-0.006925101,0.9794073,0.2017761),(0.00218272,0.9890843,0.1473348),(0.034745,0.9746476,0.2210312),(0.05026437,0.9596941,0.2765153),(0.1368901,0.9197797,0.3677856),(0.09137125,0.9438178,0.3175834),(0.181047,0.8829027,0.4332493),(0.1034889,0.9662814,0.2357755),(0.1778577,0.9203395,0.3483417),(0.2851098,0.8289353,0.4812263),(0.4551276,0.7275327,0.5133761),(0.319885,0.8672516,0.3815081),(0.2082483,0.9420763,0.2629159),(0.05500999,0.9869918,0.1510669),(0.1237074,0.9773607,0.1716461),(0.2513975,0.8506774,0.4616786),(0.3806823,0.7437232,0.5495061),(0.4353985,0.6456106,0.6273877),(0.301389,0.7841591,0.5424566),(0.5020753,0.5885762,0.6336391),(0.5895995,0.3844906,0.7103093),(0.6346774,0.2430365,0.7335652),(0.5559936,0.4626888,0.6905),(0.6619686,0.2924709,0.6901147),(0.5523291,0.5056575,0.6627542),(0.7203845,0.06539975,0.6904848),(0.8201162,-0.1469727,0.5529994),(0.7956842,0.06440593,0.6022778),(0.716392,0.2971396,0.6312611),(0.4171,0.6869802,0.5950511),(0.5950798,0.5265611,0.6071354),(0.6457344,0.2103041,0.7340295),(0.7124579,0.1409379,0.6874156),(0.7321112,0.01007401,0.6811106),(0.6775331,0.06993146,0.7321602),(0.8105166,0.2209897,0.5424265),(0.8333357,0.5394658,0.1205327),(0.8242728,0.1052439,0.5563255),(0.8604241,0.4755833,0.183005),(0.782688,-0.1348006,0.6076415),(0.8638646,-0.01675959,0.5034451),(0.8931825,0.4047638,0.1959363),(0.9183125,-0.1323158,0.3730879),(0.9274284,0.3419625,0.1514539),(0.8471566,-0.2819607,0.4503597),(0.7431735,-0.09469645,0.6623639),(0.8202089,-0.2740012,0.5021759),(0.5401539,0.7505048,-0.3807575),(0.2789912,0.7522794,-0.596858),(0.5656146,0.7671136,-0.3026827),(0.2843569,0.8007001,-0.5272764),(0.1098369,0.7206173,-0.6845777),(-0.02302156,0.6942369,-0.7193784),(0.09349331,0.7750915,-0.6248936),(-0.06483213,0.740135,-0.6693256),(0.2850361,0.8545976,-0.4340709),(0.07274153,0.8443444,-0.53084),(-0.1098357,0.8079776,-0.5788854),(0.04468957,0.9169535,-0.3964833),(-0.1586835,0.8847275,-0.4382655),(0.2760162,0.9071251,-0.3177096),(0.5861871,0.7780681,-0.22582),(0.5962045,0.7871745,-0.1577862),(-0.1202537,0.6890842,-0.7146341),(-0.152336,0.7217066,-0.6752284),(-0.184697,0.7159075,-0.6733227),(-0.2305719,0.7285454,-0.6450256),(-0.1121477,0.7894654,-0.6034626),(0.01203556,0.8741748,-0.4854622),(-0.2007014,0.7810244,-0.5913712),(-0.08456378,0.8614308,-0.5007853),(-0.2842961,0.7995061,-0.5291178),(-0.3069118,0.7637052,-0.5679431),(-0.1745693,0.8683696,-0.4641764),(-0.2500401,0.8929169,-0.3744054),(-0.3586767,0.8372778,-0.4126946),(-0.3786463,0.81625,-0.4363061),(-0.2500263,0.7692493,-0.5879987),(-0.3149002,0.8364781,-0.4484888),(0.1725528,0.9294332,-0.3261587),(0.3219525,0.9339068,-0.1554499),(0.07718132,0.9256062,-0.3705351),(0.2441926,0.94474,-0.2187152),(0.4677444,0.883846,0.005605299),(0.6155499,0.7759919,0.137604),(0.4248842,0.9031284,-0.06190667),(0.6173208,0.7827641,0.07871087),(0.1675641,0.9539891,-0.2486504),(0.3809157,0.917574,-0.1138478),(0.6195785,0.7846499,0.02114245),(0.6271551,0.7781692,-0.03360334),(0.3484887,0.9259912,-0.1452451),(0.1077479,0.9645444,-0.2409243),(-0.01325249,0.9297478,-0.3679583),(-0.08565068,0.9446406,-0.3167304),(0.7389837,0.6381884,0.215914),(0.8213858,0.5184928,0.2376779),(0.8597852,0.4730678,0.1922918),(0.7699626,0.615957,0.1665972),(0.8752478,0.428863,0.2236466),(0.9096013,0.3699224,0.1891636),(0.9409914,0.3057491,0.1450956),(0.9114331,0.3702188,0.1795211),(0.9421943,0.3083099,0.1312055),(0.8951716,0.422774,0.1411736),(0.9659379,0.2390446,0.09910383),(0.9837545,0.1722864,0.05044276),(0.9662844,0.2454824,0.07767197),(0.925765,0.3689028,0.08288433),(0.8010147,0.5880164,0.1123047),(0.8314439,0.5531899,0.05178729),(0.9341631,0.3255912,0.1460467),(0.9545498,0.2808778,0.09971203),(0.9762101,0.209937,0.05422479),(0.9606768,0.2585172,0.1013353),(0.9705189,0.2360237,0.04884541),(0.9815167,0.1912138,-0.007893795),(0.9924572,0.1094922,-0.0551396),(0.987083,0.1601902,0.002484847),(0.9957867,0.08379892,-0.03723862),(0.9904717,0.1372065,0.01183144),(0.9954543,0.02935976,-0.09060205),(0.9923493,-0.04220001,-0.1160263),(0.9973789,0.01177433,-0.07138973),(0.9974124,0.06612889,-0.02820343),(0.9803012,0.18908,0.05708132),(0.9927038,0.1199128,0.01264606),(0.9868029,0.1456702,-0.07071318),(0.9854835,0.09896278,-0.1379447),(0.9825976,0.01124426,-0.185406),(0.9911683,0.05917127,-0.1186771),(0.9769711,0.05227813,-0.2068676),(0.9615662,0.006917071,-0.2744862),(0.9477361,-0.07064771,-0.3111351),(0.9674523,-0.03251255,-0.2509561),(0.9594136,-0.102062,-0.2628857),(0.9760768,-0.06654739,-0.2069915),(0.9415492,-0.1278458,-0.3116738),(0.9465632,-0.1598372,-0.2801251),(0.9574304,-0.1493865,-0.2470033),(0.9703133,-0.126018,-0.2064254),(0.9887264,-0.0222298,-0.1480742),(0.9827364,-0.09004047,-0.1616225),(0.940529,-0.03240063,-0.3381647),(0.9168611,-0.06163042,-0.3944203),(0.9069399,-0.112909,-0.4058467),(0.9264104,-0.09862553,-0.3633686),(0.8946183,-0.08138217,-0.4393574),(0.8778885,-0.0921508,-0.4699149),(0.885781,-0.1034642,-0.4524238),(0.8925064,-0.1144204,-0.4362802),(0.9089558,-0.1215091,-0.3987918),(0.9143205,-0.1384442,-0.3805933),(0.910233,-0.08992116,-0.4042155),(0.9455333,-0.05606599,-0.3206606),(0.9402515,-0.1040119,-0.3242048),(0.9378716,-0.1373954,-0.3186212),(0.9256715,-0.1407759,-0.3511615),(0.9397913,-0.1561377,-0.3039956),(0.8691984,-0.09250659,-0.4857333),(0.8680732,-0.08126292,-0.4897401),(0.8960539,-0.0537665,-0.4406776),(0.8875844,-0.08234753,-0.4532248),(0.8722687,-0.05918271,-0.4854325),(0.879205,-0.02733458,-0.4756589),(0.9202334,0.02105721,-0.390803),(0.9079581,-0.01878669,-0.4186397),(0.9385248,0.03634609,-0.3432932),(0.9275165,-0.007071723,-0.3737152),(0.9479976,0.07905488,-0.308303),(0.9648443,0.1338482,-0.2261859),(0.9620482,0.0935865,-0.2563294),(0.95749,0.04786308,-0.2844677),(0.917168,-0.04960039,-0.3954017),(0.9516742,-0.002372771,-0.3071004),(0.8872459,0.007430475,-0.4612369),(0.8962485,0.03874995,-0.4418563),(0.9411207,0.09575655,-0.3242261),(0.9312741,0.06069057,-0.3592286),(0.9062281,0.06653507,-0.417521),(0.9170958,0.09067458,-0.3882182),(0.9579074,0.1519237,-0.2435827),(0.9499743,0.1261864,-0.2857024),(0.9638152,0.1815723,-0.1951709),(0.960219,0.152585,-0.2338747),(0.9662408,0.2055169,-0.1553751),(0.9632978,0.2421315,-0.1158857),(0.9646237,0.2224726,-0.1414463),(0.9656349,0.1980328,-0.1683222),(0.9551058,0.1184369,-0.2715614),(0.9658941,0.1685641,-0.1965572),(0.9285516,0.1114946,-0.3540634),(0.9401441,0.1292136,-0.3153298),(0.9704482,0.1896102,-0.1492592),(0.9648083,0.1730671,-0.1979716),(0.9514138,0.1434299,-0.2724693),(0.9618858,0.153771,-0.2261197),(0.977132,0.2078314,-0.044934),(0.9746193,0.2012642,-0.09803052),(0.9685546,0.2469413,-0.03036276),(0.9684784,0.2382427,-0.07273202),(0.9680211,0.2505638,0.0123614),(0.9614999,0.2736796,-0.02484839),(0.9610069,0.2726445,-0.04616038),(0.9612284,0.2671479,-0.06835122),(0.967741,0.2244275,-0.1144977),(0.9620568,0.2570293,-0.0915564),(0.9709419,0.1609049,-0.1771483),(0.977843,0.1658448,-0.1277441),(0.9758753,0.2094165,0.06174115),(0.9776247,0.2101636,0.009007384),(0.982282,0.1691634,-0.08065902),(0.9844109,0.1714605,-0.03919709),(0.9675429,0.2012916,0.1527817),(0.97223,0.2062281,0.1106296),(0.962316,0.2368775,0.1335553),(0.9647775,0.2449772,0.09586768),(0.9599388,0.2258169,0.1659043),(0.970455,0.2367403,0.04659498),(0.9672356,0.2518582,0.03197855),(0.9646488,0.2631279,0.01471184),(0.9667735,0.2496771,0.05486731),(0.9627249,0.2704459,-0.004440845),(0.9851328,0.1716976,-0.00576877),(0.9854571,0.1685331,0.02169843),(0.9586732,0.1874981,0.2139862),(0.9628746,0.1950375,0.1866355),(0.9856859,0.1618966,0.04704017),(0.985631,0.1516358,0.0744193),(0.9500892,0.1679582,0.2629079),(0.9546559,0.1785379,0.2382362),(0.953686,0.1929711,0.2307489),(0.9558113,0.2029812,0.2126584),(0.9509648,0.183742,0.2488066),(0.9785963,0.1897874,0.07956282),(0.9775229,0.1975665,0.07359673),(0.9758497,0.2079796,0.06679824),(0.9578247,0.2138975,0.1918851),(0.9735321,0.221037,0.05811897),(0.9843799,0.1396912,0.1071571),(0.9810959,0.1282416,0.1449302),(0.9358352,0.1451257,0.3211717),(0.9439822,0.1564864,0.2905333),(0.9755193,0.1174254,0.1859395),(0.9676136,0.1074866,0.2284087),(0.9137911,0.1235396,0.3869417),(0.9257064,0.1340605,0.3536884),(0.9363157,0.1556879,0.3147607),(0.9423727,0.1652787,0.2908892),(0.9291199,0.1460562,0.3397115),(0.9811146,0.1608478,0.1074348),(0.9806825,0.1685748,0.09921843),(0.9800816,0.1760156,0.09197024),(0.9472483,0.1746688,0.2687219),(0.9793689,0.1831049,0.08549334),(0.957497,0.1000071,0.2705511),(0.9455603,0.09640719,0.3108394),(0.8862742,0.1086753,0.4502307),(0.9004078,0.1147468,0.4196415),(0.9327766,0.09660745,0.3472678),(0.9203596,0.1006424,0.3779011),(0.8611462,0.1043696,0.4975281),(0.8726913,0.1052011,0.4768047),(0.9034484,0.125406,0.4099443),(0.9119533,0.1305637,0.3889656),(0.8964573,0.1219386,0.4260227),(0.9794861,0.1450126,0.1399227),(0.980096,0.1461874,0.1343178),(0.9807299,0.1491842,0.1261471),(0.9208324,0.1373969,0.3649518),(0.9811431,0.1540265,0.1167646),(0.9095161,0.107908,0.4014181),(0.9011989,0.1179023,0.4170606),(0.8490648,0.1110092,0.516494),(0.8529919,0.1062478,0.5109954),(0.8957125,0.1309146,0.424924),(0.8930361,0.1470852,0.4252675),(0.8547428,0.1304602,0.5023891),(0.8496587,0.1190188,0.5137261),(0.8943855,0.1233574,0.4299506),(0.8913687,0.1206003,0.4369409),(0.901323,0.1287415,0.4135725),(0.9835382,0.1450583,0.1077533),(0.9814485,0.1445708,0.1259294),(0.9800167,0.1445002,0.1367004),(0.8921919,0.1202601,0.4353516),(0.9793733,0.1447237,0.1410069),(0.8936847,0.1625085,0.4182326),(0.8979011,0.1732848,0.4046557),(0.8783007,0.1500394,0.453956),(0.8644561,0.1419951,0.4822377),(0.9050437,0.1792378,0.3857068),(0.9145146,0.1802248,0.3621907),(0.912815,0.1537957,0.3783061),(0.894849,0.1541231,0.418917),(0.9408584,0.1371498,0.309799),(0.9258091,0.137309,0.3521699),(0.9557881,0.1333025,0.2621057),(0.9914447,0.1285409,-0.02268356),(0.9904982,0.1367558,0.01453435),(0.988585,0.1420493,0.05021681),(0.9120873,0.1343183,0.3873699),(0.9860638,0.1447122,0.08207701),(0.9263408,0.1734562,0.3343737),(0.9402534,0.1563076,0.302476),(0.949556,0.1297926,0.2854775),(0.9314017,0.1464806,0.3332181),(0.9550464,0.1289191,0.2669573),(0.9692781,0.0917059,0.2282325),(0.9788939,0.06912834,0.1923224),(0.965781,0.1038578,0.2376566),(0.9897234,0.08522389,0.1148224),(0.9810434,0.1079815,0.1609158),(0.995471,0.0561689,0.07669801),(0.9900883,0.06306572,-0.1254908),(0.9899762,0.08443914,-0.1132131),(0.9906616,0.102456,-0.08995829),(0.9695008,0.1240746,0.2113616),(0.9913803,0.1171693,-0.05862011),(0.9794893,0.06438496,0.1909326),(0.9848393,0.06525911,0.1607267),(0.9901945,0.04854344,0.13099),(0.9868477,0.04471431,0.1553455),(0.9856834,0.09356989,0.1402597),(0.9799878,0.148679,0.1323576),(0.9830316,0.1395383,0.11907),(0.9896623,0.08017953,0.1189111),(0.9957522,0.07898707,0.04731418),(0.9980525,0.04511798,0.04307571),(0.9882279,0.1395269,0.06275128),(0.9874175,0.1538418,-0.036598),(0.9925281,0.09576603,-0.07560859),(0.9924996,0.06189281,-0.1054216),(0.9979429,0.03748827,0.05200475),(0.9910601,0.05120727,-0.1231971),(0.9671088,0.2152216,0.1355734),(0.9491107,0.2788353,0.1464234),(0.950119,0.2782621,0.1408694),(0.9691926,0.2106698,0.1276089),(0.926215,0.339734,0.1634213),(0.8985123,0.3979326,0.1852711),(0.896584,0.4033884,0.1827976),(0.9259329,0.3425233,0.1591416),(0.9278005,0.34828,0.1337439),(0.9535465,0.2814912,0.1072931),(0.8961922,0.4120063,0.164592),(0.8951685,0.4257703,0.1318821),(0.928571,0.3603784,0.08878836),(0.955,0.2928408,0.04711151),(0.9736676,0.2119132,0.08404853),(0.9746138,0.223819,0.005745197),(0.8703703,0.4464362,0.2077268),(0.8482196,0.4796784,0.2245713),(0.8457042,0.4825566,0.2278673),(0.8672329,0.4524099,0.2079241),(0.8346949,0.5001953,0.2304108),(0.8309641,0.5109564,0.2200507),(0.836706,0.4962763,0.2315875),(0.8351206,0.4962305,0.2373374),(0.8339888,0.4999354,0.233511),(0.8429325,0.4910282,0.2199002),(0.8389075,0.4918517,0.233058),(0.8373551,0.4980529,0.2253441),(0.8309494,0.5113257,0.2192466),(0.8393059,0.5051542,0.2009594),(0.8647945,0.4624769,0.1955652),(0.8618572,0.4773354,0.1713274),(0.8296746,0.5227225,0.1959628),(0.823256,0.5425878,0.1668777),(0.8365288,0.5108349,0.1981595),(0.8404008,0.4973473,0.215342),(0.8112862,0.5674093,0.1409309),(0.7947322,0.5937201,0.1260842),(0.8045535,0.5643651,0.1848932),(0.8246091,0.5342395,0.1860324),(0.8300653,0.5111802,0.2229048),(0.8425951,0.4911874,0.2208357),(0.8069846,0.5414499,0.2358129),(0.8022884,0.5266398,0.2810406),(0.8281373,0.4996124,0.2541183),(0.8418924,0.4847098,0.2372202),(0.8454514,0.4841051,0.2255091),(0.8449466,0.4837521,0.228143),(0.7644737,0.6306107,0.1338294),(0.7065933,0.6862925,0.1724195),(0.7002468,0.667684,0.2526907),(0.7678524,0.6071374,0.2044183),(0.6114662,0.7525964,0.2443521),(0.4699542,0.8099185,0.3509633),(0.4237456,0.7908289,0.4416212),(0.58921,0.7364621,0.3323477),(0.563323,0.7167098,0.4110892),(0.6885124,0.6480563,0.3255361),(0.3777799,0.7677024,0.5176054),(0.3374937,0.7445783,0.5759352),(0.5359643,0.6957113,0.4782551),(0.6718922,0.6293472,0.3904906),(0.7647969,0.586088,0.2675567),(0.7554146,0.5693002,0.3244164),(0.3195362,0.8223615,0.4707634),(0.203044,0.7897048,0.5789123),(0.1354123,0.7550626,0.6415168),(0.2537969,0.7941627,0.552171),(0.1157741,0.7388249,0.6638781),(0.04677988,0.6935827,0.7188565),(0.06188891,0.7061676,0.7053347),(0.02030128,0.6717972,0.7404569),(0.07789548,0.7299506,0.6790467),(0.01900171,0.6907621,0.7228324),(0.004375304,0.6699297,0.7424117),(-0.0119879,0.6961375,0.7178083),(-0.005503689,0.6885375,0.7251798),(0.03537028,0.7202556,0.6928065),(0.1941904,0.766692,0.6119423),(0.1477683,0.7461367,0.6491876),(-0.004187319,0.6690736,0.7431843),(-0.02943761,0.6687688,0.7428874),(-0.007012291,0.6819856,0.7313321),(-0.001291658,0.6643386,0.7474307),(-0.02683806,0.6885286,0.7247124),(0.005438093,0.7221721,0.6916921),(0.03812911,0.7554724,0.6540701),(0.005559651,0.7157555,0.6983289),(0.04843625,0.7365838,0.6746097),(0.02655273,0.7005143,0.7131442),(0.07873254,0.7729768,0.62953),(0.1168899,0.7742389,0.6220054),(0.08796269,0.7486091,0.6571507),(0.05782906,0.7213539,0.6901482),(0.01232726,0.6749471,0.737763),(0.02664589,0.699035,0.7145909),(0.04222477,0.7575201,0.6514448),(0.0570481,0.7863158,0.6151854),(0.07818119,0.8137661,0.5759101),(0.06956236,0.7896262,0.6096323),(0.05106531,0.8069181,0.5884518),(0.02615726,0.8174746,0.5753705),(0.03191798,0.8341652,0.5505903),(0.06519934,0.8287466,0.555813),(0.08412576,0.829888,0.5515512),(0.1036307,0.8197614,0.5632513),(0.04441635,0.8313772,0.5539305),(0.06350286,0.8089131,0.5844886),(0.1072069,0.8109049,0.5752737),(0.1310024,0.8054391,0.5780193),(0.102181,0.8012576,0.5895298),(0.1344761,0.7934073,0.5936506),(-0.005579344,0.8184091,0.574609),(-0.03276826,0.8120229,0.5827049),(-0.04502025,0.8214645,0.5684797),(-0.008945203,0.8309472,0.5562793),(-0.05491004,0.7991689,0.5985933),(-0.07150908,0.7804402,0.6211277),(-0.07595401,0.8064775,0.5863659),(-0.1013825,0.7865877,0.6090989),(-0.045241,0.8132739,0.5801196),(-0.08252364,0.7969027,0.5984446),(-0.1145921,0.7767105,0.619346),(-0.07403734,0.7697871,0.6339923),(-0.1099101,0.7508028,0.6513179),(-0.03330713,0.786532,0.6166505),(-0.00287131,0.8250529,0.5650483),(0.01250558,0.7999638,0.5999178),(-0.07762435,0.7587035,0.6467948),(-0.06966493,0.738252,0.6709179),(-0.1150118,0.7650816,0.633579),(-0.1114762,0.7464305,0.6560599),(-0.05022234,0.7221681,0.6898919),(-0.02249158,0.7134446,0.7003506),(-0.09251022,0.7328938,0.6740241),(-0.0602912,0.7263492,0.6846765),(-0.1360217,0.7402316,0.6584492),(-0.1200137,0.7300084,0.6728182),(-0.08766489,0.7266161,0.6814279),(-0.1292909,0.7154154,0.6866328),(-0.1005213,0.7161887,0.6906295),(-0.1406229,0.7211675,0.6783381),(-0.1345522,0.7563233,0.6402114),(-0.1342929,0.7332497,0.6665661),(0.0003623716,0.7100313,0.70417),(0.006502463,0.7088869,0.7052922),(-0.02829399,0.7235598,0.6896815),(-0.009571113,0.7214553,0.6923949),(-0.005136042,0.7103899,0.7037897),(-0.0359675,0.714318,0.6988963),(-0.005643638,0.7213746,0.6925222),(-0.01803899,0.7241743,0.6893811),(-0.02483052,0.7247232,0.6885925),(-0.009294429,0.7247149,0.6889861),(-0.006752643,0.7273648,0.6862177),(-0.01275453,0.7220283,0.6917461),(0.0006447235,0.7256786,0.6880335),(-0.03534839,0.7203157,0.692745),(-0.05158122,0.7259364,0.6858249),(-0.06523751,0.7189386,0.6920052),(-0.09230877,0.7154831,0.6925049),(-0.1793767,0.7037112,0.6874697),(-0.05612512,0.7245507,0.6869325),(-0.1286533,0.7122874,0.6899964),(-0.2950908,0.6677336,0.683413),(-0.4319102,0.5958107,0.6770991),(-0.2351406,0.6766649,0.6977346),(-0.3707774,0.6045585,0.7050058),(-0.08918025,0.7142709,0.6941642),(-0.186235,0.6787925,0.710322),(-0.3182059,0.6069882,0.728224),(-0.1471092,0.6762264,0.7218565),(-0.2737856,0.6045983,0.7479988),(-0.0589984,0.7119077,0.6997904),(-0.02950707,0.7271854,0.6858066),(-0.0100862,0.7254581,0.6881924),(-0.5596142,0.49896,0.661718),(-0.6582307,0.3991957,0.6382595),(-0.5033866,0.5057757,0.7005662),(-0.6086429,0.4032084,0.683357),(-0.7315974,0.3010449,0.6116676),(-0.7842869,0.205567,0.5853515),(-0.6894538,0.3017218,0.6584964),(-0.7501937,0.2027881,0.6293539),(-0.5614397,0.404123,0.722129),(-0.6473541,0.3017786,0.6999016),(-0.7143536,0.2026244,0.6698076),(-0.6052728,0.3010098,0.7369111),(-0.6765374,0.2044819,0.7074492),(-0.5167189,0.402138,0.7558351),(-0.4524208,0.5076311,0.73323),(-0.406755,0.5052768,0.7610819),(-0.8161015,0.1244808,0.5643428),(-0.8281669,0.07235754,0.5557913),(-0.7903959,0.1179761,0.6011289),(-0.8105442,0.06139828,0.5824504),(-0.8249831,0.05013008,0.5629296),(-0.8071033,0.05801506,0.587553),(-0.8148855,0.03359626,0.5786474),(-0.8040278,0.03395405,0.5936213),(-0.7901509,0.05730973,0.6102272),(-0.8019234,0.02365001,0.5969586),(-0.7978569,0.01477303,0.6026659),(-0.7859833,0.01880421,0.6179616),(-0.7886037,-0.0009999666,0.6149011),(-0.7666597,0.0588241,0.6393532),(-0.7620615,0.1170307,0.6368407),(-0.730716,0.1206716,0.671932),(-0.7787312,0.07413203,0.6229624),(-0.7471325,0.07591775,0.6603252),(-0.7819198,0.04235554,0.6219385),(-0.7554452,0.03951743,0.654019),(-0.7153632,0.06325933,0.6958835),(-0.6869102,0.03530353,0.7258843),(-0.7288564,0.0258841,0.6841771),(-0.7073786,0.0007330444,0.7068346),(-0.759289,0.006841734,0.6507176),(-0.7365727,-0.005844717,0.6763331),(-0.7199842,-0.02427049,0.6935659),(-0.7380328,-0.0326812,0.673973),(-0.7247035,-0.03994495,0.687902),(-0.7582087,-0.02310077,0.6516026),(-0.7815086,0.0140339,0.6237366),(-0.7773156,-0.01205121,0.6289955),(-0.6564482,0.0102499,0.7543014),(-0.6164054,0.00879855,0.7873798),(-0.6879827,-0.02051653,0.7254369),(-0.6634703,-0.02042068,0.7479239),(-0.565441,0.03213135,0.8241627),(-0.5019286,0.07899942,0.8612937),(-0.6298921,0.002055513,0.7766799),(-0.5826161,0.04518892,0.8114902),(-0.6989772,-0.03468633,0.7143022),(-0.6825871,-0.01483475,0.7306537),(-0.6538868,0.01958093,0.756339),(-0.7244307,-0.0149438,0.6891856),(-0.7151963,0.007312756,0.6988853),(-0.7239673,-0.03172446,0.6891044),(-0.7094491,-0.03770783,0.7037472),(-0.7214444,-0.04042205,0.6912916),(-0.4304055,0.1309548,0.8930856),(-0.3576514,0.1727228,0.9177431),(-0.5221349,0.09278966,0.8478001),(-0.4524154,0.132699,0.8818794),(-0.2866009,0.2056004,0.9357288),(-0.2204268,0.2312912,0.9475846),(-0.3767982,0.1660585,0.911289),(-0.2996128,0.1942919,0.9340679),(-0.5525951,0.09118747,0.8284464),(-0.4834746,0.1226687,0.8667207),(-0.4067395,0.1528172,0.900672),(-0.5985291,0.08294598,0.7967954),(-0.5335606,0.1133336,0.8381341),(-0.6519347,0.0558516,0.7562153),(-0.6102407,0.05719999,0.7901483),(-0.6913779,0.0309566,0.7218299),(-0.1615458,0.2514201,0.9543013),(-0.1111851,0.2667906,0.9573195),(-0.2251906,0.2176126,0.9497021),(-0.1565959,0.2355253,0.9591691),(-0.0698088,0.278002,0.9580405),(-0.0379575,0.2857465,0.9575531),(-0.09526003,0.2488299,0.9638512),(-0.04254145,0.2585464,0.9650615),(-0.2497167,0.2017942,0.9470589),(-0.1759848,0.2190106,0.9597207),(-0.1082857,0.2326443,0.9665148),(-0.3093173,0.1909953,0.9315813),(-0.2343529,0.2094308,0.9493247),(-0.3856843,0.169261,0.9069721),(-0.3273675,0.1799708,0.9275995),(-0.4611597,0.1435234,0.8756328),(-0.01555717,0.2916177,0.9564084),(-0.002068767,0.2969096,0.9549034),(0.0008287454,0.2660745,0.9639521),(0.03488633,0.2724571,0.9615353),(0.002826288,0.30174,0.953386),(-0.0006503529,0.3061401,0.9519863),(0.0598595,0.2781302,0.9586764),(0.07589742,0.2834389,0.9559821),(0.003297711,0.2525035,0.9675903),(0.04627435,0.2600205,0.9644936),(0.08059815,0.2667613,0.9603866),(-0.03722563,0.2471562,0.9682603),(0.01567612,0.2555735,0.9666625),(-0.09702264,0.2371285,0.9666213),(-0.04827183,0.2435999,0.9686738),(-0.1630411,0.2247773,0.960673),(-0.01207243,0.3103147,0.9505573),(-0.03078925,0.3142984,0.9488249),(0.0832595,0.2886008,0.9538225),(0.08244901,0.293577,0.9523732),(-0.05611014,0.3177212,0.9465225),(-0.08728871,0.3201719,0.9433295),(0.07408194,0.2981389,0.9516433),(0.05873724,0.3019977,0.9514974),(0.1236103,0.2784108,0.9524746),(0.1330951,0.2832354,0.9497702),(0.1351486,0.2873396,0.9482462),(0.1289924,0.2722516,0.9535408),(0.1515892,0.2755219,0.9492673),(0.09885068,0.2680119,0.9583309),(0.1062782,0.2729205,0.9561482),(0.06110704,0.2625435,0.9629833),(-0.1234024,0.321734,0.938754),(-0.1636388,0.3225576,0.9322976),(0.03717243,0.3053884,0.951502),(0.01007555,0.3085568,0.9511526),(-0.2074132,0.3223288,0.9236254),(-0.2540998,0.3207614,0.9124393),(-0.02210488,0.3111769,0.9500949),(-0.05890109,0.3129244,0.9479498),(0.1193446,0.2948797,0.9480522),(0.1025089,0.2983832,0.9489254),(0.08022181,0.3013617,0.9501292),(0.1778197,0.2832799,0.9424079),(0.1742026,0.2852471,0.9424902),(0.1755144,0.2809284,0.9435433),(0.1303603,0.2911156,0.9477647),(0.1669241,0.278311,0.9458749),(-0.3029834,0.3178636,0.898423),(-0.3533562,0.3136877,0.8813283),(-0.0997257,0.3137892,0.944241),(-0.1439594,0.3137737,0.938521),(-0.4046224,0.3080651,0.8610322),(-0.4561869,0.3008718,0.8374782),(-0.1910782,0.3126126,0.9304635),(-0.2405358,0.3100821,0.919778),(0.02125825,0.3057514,0.9518741),(-0.0144208,0.306857,0.9516463),(-0.05359815,0.3068691,0.9502413),(0.1325554,0.2886026,0.9482287),(0.1101461,0.2881783,0.9512209),(0.1510435,0.2880694,0.9456224),(0.05295957,0.3038225,0.9512556),(0.1650978,0.2868589,0.943639),(-0.5072841,0.2923135,0.8106884),(-0.5570602,0.2826601,0.7808887),(-0.2916327,0.3060461,0.9062485),(-0.3434551,0.300404,0.8898293),(-0.6047287,0.2719823,0.7485511),(-0.6496444,0.2604009,0.7142504),(-0.3949976,0.2930765,0.8706797),(-0.4453304,0.2840643,0.8491103),(-0.1399491,0.3019847,0.9429843),(-0.1852911,0.2964402,0.9369047),(-0.2307103,0.2885975,0.9292385),(0.02579262,0.2751974,0.9610417),(-0.004783968,0.2654771,0.9641052),(0.05586765,0.281996,0.9577876),(-0.09571253,0.3053835,0.947407),(0.08432964,0.2861987,0.9544522),(-0.6911006,0.2483239,0.6787601),(-0.7284062,0.2362219,0.6431358),(-0.4935015,0.2732641,0.8257015),(-0.5384376,0.2606198,0.8013504),(-0.7609656,0.2244175,0.6087429),(-0.7884282,0.2131796,0.5770056),(-0.5789492,0.2463199,0.7772673),(-0.6140279,0.2305392,0.7548652),(-0.3177032,0.2640014,0.9106964),(-0.3567227,0.246648,0.9010624),(-0.3908665,0.2258258,0.892315),(-0.08869322,0.2122909,0.9731733),(-0.1096486,0.1851203,0.9765796),(-0.063266,0.2345444,0.9700445),(-0.2752297,0.277956,0.9203201),(-0.03484837,0.252165,0.9670566),(-0.8106972,0.2030662,0.5491214),(-0.8280355,0.1945532,0.5258387),(-0.6428789,0.2141694,0.7354169),(-0.6652903,0.1980507,0.7198366),(-0.8408225,0.1876529,0.5077439),(-0.8493086,0.1822458,0.4954408),(-0.6813443,0.1821399,0.7089394),(-0.6909804,0.1662099,0.7035056),(-0.439712,0.1785191,0.8802183),(-0.4537044,0.153196,0.8778856),(-0.4605335,0.126543,0.878576),(-0.1344192,0.08885326,0.986933),(-0.1303282,0.05392771,0.9900033),(-0.1326196,0.1224393,0.9835755),(-0.4187369,0.2027064,0.8851946),(-0.1244812,0.1545692,0.9801086),(-0.8536885,0.1781643,0.4893604),(-0.8540159,0.1751496,0.4898771),(-0.6940486,0.1505315,0.7040147),(-0.6904195,0.1353178,0.7106404),(-0.8502538,0.1727839,0.4972066),(-0.8421177,0.1706123,0.5115947),(-0.6801026,0.1201032,0.7232119),(-0.6629157,0.1044247,0.7413759),(-0.4516675,0.07270924,0.8892187),(-0.4361989,0.04620174,0.8986633),(-0.4138382,0.01971299,0.9101369),(-0.08675709,-0.04673538,0.9951327),(-0.06457793,-0.07727714,0.994916),(-0.1057783,-0.0146126,0.9942823),(-0.4598874,0.09941719,0.8823943),(-0.1206054,0.01898139,0.992519),(-0.8291247,0.1679715,0.5332333),(-0.8104016,0.1641482,0.5624096),(-0.6385173,0.08771883,0.7645921),(-0.6062401,0.06942191,0.7922459),(-0.784694,0.1585995,0.5992507),(-0.7503399,0.1507266,0.6436392),(-0.5652567,0.04914461,0.8234499),(-0.5147163,0.02656807,0.8569487),(-0.3497678,-0.03441554,0.9362041),(-0.3084128,-0.06241376,0.9492029),(-0.2612357,-0.09102921,0.9609733),(0.01082597,-0.1609008,0.9869113),(0.03621945,-0.1863182,0.9818216),(-0.01495246,-0.1342607,0.9908332),(-0.3849688,-0.007059237,0.9229026),(-0.04035057,-0.1063825,0.9935063),(-0.7071367,0.1323522,0.6945794),(-0.6550624,0.09483724,0.7495993),(-0.3911002,-0.05407984,0.9187579),(-0.4559428,-0.005605715,0.8899914),(-0.5911335,0.03722018,0.8057145),(-0.5116906,-0.04000295,0.858238),(-0.2438865,-0.1924683,0.9505133),(-0.3204868,-0.1173191,0.9399598),(-0.1127199,-0.2273029,0.9672785),(-0.1605966,-0.1719694,0.9719235),(-0.06818381,-0.2897301,0.9546766),(0.08026073,-0.2896616,0.953758),(0.07422607,-0.3343653,0.939516),(0.07428764,-0.2494183,0.9655423),(-0.2107863,-0.1259408,0.9693854),(0.05861243,-0.2146552,0.9749296),(-0.4142445,-0.1183927,0.9024326),(-0.3091494,-0.1771415,0.9343701),(-0.07807495,-0.2931777,0.9528648),(-0.1605707,-0.2577685,0.952771),(-0.2183332,-0.2121853,0.9525271),(-0.1618791,-0.2220236,0.9615096),(-0.01123741,-0.2989749,0.9541947),(0.02603741,-0.2753712,0.9609852),(0.01569576,-0.3513211,0.9361235),(0.04507959,-0.3319596,0.9422157),(0.05370563,-0.2770226,0.9593613),(-0.03576617,-0.2232517,0.9741044),(0.008148479,-0.312064,0.9500261),(0.03790266,-0.3563987,0.9335648),(-0.02477085,-0.3374515,0.9410169),(0.05917449,-0.3630093,0.9299047),(-0.1521555,-0.2116157,0.9654366),(-0.1891522,-0.1858924,0.9641916),(-0.0241414,-0.1717488,0.984845),(0.02286564,-0.2308897,0.9727112),(-0.2698801,-0.1434278,0.9521519),(-0.3935647,-0.08275019,0.915565),(-0.2596737,0.01882743,0.9655128),(-0.1164809,-0.09131063,0.9889867),(-0.1393246,0.02626816,0.9898983),(-0.03261635,-0.09923363,0.9945295),(-0.2940487,0.1898012,0.9367555),(-0.4905095,0.4174154,0.7649608),(-0.3401074,0.2228395,0.9136025),(-0.2060972,0.0469752,0.9774033),(0.03023842,-0.1967663,0.979984),(-0.1043959,-0.09991887,0.9895038),(-0.5420799,0.01357419,0.8402174),(-0.67252,0.1680603,0.7207446),(-0.6078983,0.3489212,0.7132417),(-0.4428574,0.1658872,0.8811122),(-0.7267524,0.3845391,0.5691755),(-0.658882,0.6357563,0.4021051),(-0.6105276,0.7420115,0.2769024),(-0.6743771,0.5503308,0.4922921),(-0.6579884,0.6928259,0.2950315),(-0.620858,0.5506825,0.5579285),(-0.5856916,0.8072224,0.07319513),(-0.5752512,0.7957041,-0.1895811),(-0.6627033,0.7488774,0.002657728),(-0.6809584,0.6881126,0.2505927),(-0.4773775,0.376327,0.7940332),(-0.6183906,0.5837144,0.5261851),(-0.5127556,0.8217471,0.2486228),(-0.3760639,0.917032,0.132771),(-0.3562087,0.9343926,0.00507303),(-0.4784667,0.8708457,0.1126828),(-0.2671244,0.9623342,0.05057121),(-0.1818312,0.9833255,-0.002902695),(-0.1891894,0.9762593,-0.1054758),(-0.2603492,0.9633721,-0.0642842),(-0.2695384,0.9348997,-0.2308929),(-0.3542784,0.9189901,-0.1730433),(-0.2103831,0.9412374,-0.2642179),(-0.2334277,0.8469854,-0.4776267),(-0.2831932,0.8483806,-0.4472719),(-0.359036,0.8441486,-0.3981286),(-0.4642695,0.8821342,-0.07932806),(-0.4596787,0.8287849,-0.3190784),(-0.1056476,0.9938767,-0.03236942),(-0.03002049,0.9986273,-0.04292089),(-0.0639945,0.989863,-0.1267901),(-0.127592,0.9839342,-0.124874),(0.04400807,0.9982806,-0.03871751),(0.1156832,0.9930139,-0.02325639),(0.06700463,0.9942271,-0.08380322),(0.001106998,0.9936151,-0.1128176),(-0.05691136,0.9615138,-0.2687978),(-0.1107896,0.9531126,-0.2816063),(-0.0005531021,0.9707018,-0.2402867),(-0.06929205,0.862895,-0.5006105),(-0.1138808,0.8527788,-0.5097054),(-0.1559234,0.8472512,-0.5077924),(-0.1619333,0.9462519,-0.2799733),(-0.1956534,0.8455571,-0.4967424),(0.1737208,0.984791,0.002780373),(0.2062886,0.9777262,0.03868678),(0.1565279,0.9874865,0.01922305),(0.1227804,0.9916644,-0.03907594),(0.2133073,0.9736049,0.0812005),(0.1951355,0.9725897,0.126457),(0.1563145,0.9760686,0.151182),(0.1675716,0.9821871,0.08501919),(0.09787672,0.9933756,-0.0602078),(0.08254351,0.9878508,-0.1316709),(0.0951605,0.9953905,0.01192212),(0.02019676,0.9363777,-0.3504126),(0.01678668,0.9172915,-0.3978625),(0.0002901231,0.8968737,-0.4422868),(0.04935286,0.9797772,-0.1939098),(-0.02868599,0.877948,-0.477896),(0.1674906,0.9713135,0.1688106),(0.1465757,0.9677341,0.2049542),(0.1216515,0.9579705,0.259795),(0.1363587,0.9680808,0.2102992),(0.1323446,0.9627527,0.2357798),(0.1247307,0.9569324,0.2621502),(0.1081167,0.9354219,0.3365959),(0.1122441,0.9468889,0.3013349),(0.07526499,0.9817623,0.1745797),(0.07819696,0.9884461,0.1298446),(0.07625102,0.9742369,0.2122456),(0.02296486,0.9707677,-0.2389198),(0.03017697,0.9762039,-0.2147449),(0.01901756,0.9628505,-0.2693645),(0.0848995,0.9934759,0.07614316),(0.01814961,0.951679,-0.3065579),(0.1210136,0.9508055,0.2851747),(0.1184624,0.9446069,0.3060795),(0.1059259,0.9125002,0.3951241),(0.1068257,0.9239169,0.3673772),(0.1172555,0.9381838,0.3256723),(0.1170172,0.9359882,0.332014),(0.1058185,0.8948491,0.4336446),(0.1056192,0.9009302,0.4209149),(0.08221523,0.9497647,0.3019729),(0.08079068,0.9581832,0.2745139),(0.08290248,0.9450598,0.3162108),(0.04730961,0.9847599,-0.1673612),(0.04858703,0.9855745,-0.1621183),(0.04368204,0.982645,-0.1802796),(0.0788762,0.9663009,0.2450324),(0.03801548,0.9799437,-0.1956151),(6.097503e-6,1,-1.610186e-5),(8.71837e-6,1,-1.69392e-5),(3.565476e-6,0.9999999,-1.421152e-5),(8.185005e-5,1,-4.72762e-5),(0.0001199869,1,-5.663031e-5),(0.000142866,1,-6.160031e-5),(1.689577e-6,1,-1.140088e-5),(5.855661e-7,1,-7.703474e-6),(2.53528e-5,1,-2.398015e-5),(4.945328e-5,1,-3.620567e-5),(0.0001179385,1,-0.0001018618),(0.000196787,1,-0.0001317131),(5.987252e-5,1,-6.781175e-5),(0.0001017429,1,-0.000150015),(0.0002039678,0.9999999,-0.0002238842),(0.0003449266,0.9999999,-0.0002864822),(0.0002899903,0.9999999,-0.0001563032),(0.0003439869,0.9999999,-0.0001693656),(0.0005128211,0.9999998,-0.0003364474),(0.0006088697,0.9999997,-0.0003627362),(7.362553e-8,1,-4.238846e-6),(-7.392529e-8,1,-1.931527e-6),(3.006248e-6,1,-5.453134e-6),(1.044256e-5,1,-1.283658e-5),(-8.773294e-8,1,-4.696464e-7),(-6.715366e-8,1,6.593899e-8),(4.086245e-7,1,-1.338215e-6),(-3.74929e-8,1,6.845861e-8),(9.512423e-7,1,-3.740409e-6),(6.873149e-6,1,-1.571386e-5),(8.858279e-8,1,-7.764779e-10),(1.298738e-6,1,-8.549865e-6),(5.088794e-8,0.9999999,3.584374e-10),(1.093412e-5,1,-3.541356e-5),(2.439211e-5,1,-3.685858e-5),(4.051304e-5,1,-8.213599e-5),(9.487079e-5,1,6.15848e-5),(0.0005407869,0.9999999,0.0002079679),(0.00041871,0.9999998,0.0004125271),(0.002325635,0.9999962,0.001491676),(0.00166033,0.9999986,0.0003495922),(0.003779328,0.9999928,0.0003876417),(0.007040179,0.999971,0.002887725),(0.01595213,0.9998639,0.004221144),(0.005639985,0.9999707,0.005193347),(0.01687879,0.9998001,0.01072089),(0.03825855,0.9991187,0.01726457),(0.03208992,0.999113,0.02726675),(0.07327636,0.9962295,0.04644756),(0.01078819,0.9998613,0.01269593),(0.001040688,0.9999985,0.00138401),(0.002029979,0.9999925,0.003304921),(0.01020314,0.9999055,0.009216722),(0.02702551,0.9990004,0.03560586),(0.03353567,0.9993073,0.0161346),(0.06662086,0.9965213,0.05006758),(0.06113858,0.9949676,0.07938229),(0.1220575,0.9825217,0.1405453),(0.2143974,0.9579757,0.1905684),(0.1230149,0.9865455,0.1076817),(0.2250036,0.9626258,0.1507476),(0.1356058,0.9876533,0.07843558),(0.3537975,0.8999352,0.2548406),(0.5463798,0.7687436,0.332419),(0.379479,0.8991703,0.2179181),(0.2439186,0.9607033,0.1324878),(0.07566027,0.9965029,0.03546173),(0.1423474,0.9867675,0.07763328),(0.2169006,0.9513952,0.2186351),(0.3442924,0.8843086,0.3153745),(0.5053392,0.7709238,0.3876966),(0.3454014,0.8932012,0.2879057),(0.493644,0.7572179,0.4277108),(0.6440881,0.5487933,0.5328944),(0.7946321,0.2882859,0.5342761),(0.6677305,0.5696748,0.4791728),(0.8187355,0.2832378,0.4994483),(0.6865888,0.5681252,0.4536845),(0.8733025,-0.04439834,0.4851509),(0.842943,-0.3964871,0.3636553),(0.8895101,-0.09243468,0.447468),(0.845588,0.2419869,0.4758397),(0.5168573,0.7738047,0.3661758),(0.7173561,0.5446838,0.4344188),(0.7662265,0.2856204,0.5756023),(0.8450835,0.02828393,0.5338857),(0.8796168,-0.2506886,0.404264),(0.8610287,-0.01109189,0.5084354),(0.8762101,-0.1872821,0.444051),(0.8676721,-0.3469692,0.35603),(0.8517269,-0.4956,0.170123),(0.8703923,-0.4086852,0.2745789),(0.8042055,-0.5839838,0.1105275),(0.8268418,-0.5023071,0.2530219),(0.8015832,-0.5978492,0.006380877),(0.7377062,-0.6601291,-0.1414893),(0.7045321,-0.7081055,-0.04712822),(0.711691,-0.6968825,0.08860507),(0.8590222,-0.3261094,0.3946308),(0.7618251,-0.6030738,0.2364834),(0.857551,-0.4215436,0.2948002),(0.884306,-0.3918996,0.2538067),(0.8906337,-0.4469993,0.08344524),(0.8514333,-0.512704,0.110435),(0.9548365,-0.2116559,0.20854),(0.95017,0.3009423,0.08130684),(0.9542226,0.2984908,0.01903519),(0.9687674,-0.238593,0.06755058),(0.9738783,-0.2230945,-0.04230798),(0.8857729,-0.4608148,-0.05528097),(0.9440687,0.3288908,-0.02377266),(0.922941,0.3826083,-0.04231742),(0.977573,-0.1723703,-0.1209932),(0.8817522,-0.4411339,-0.1670743),(0.8265499,-0.5610809,-0.04475794),(0.7981961,-0.5754153,-0.1782703),(0.5978404,0.7951524,-0.1015854),(0.2618674,0.9440836,-0.2003288),(0.2451996,0.963895,-0.1038443),(0.5874304,0.8071765,-0.05823729),(0.01744409,0.9676535,-0.2516792),(-0.1986961,0.9388673,-0.2811546),(-0.2233466,0.9631334,-0.1499678),(-0.003473198,0.991384,-0.1309417),(-0.0189185,0.9992927,-0.03249918),(0.2271231,0.9735854,-0.02338111),(-0.235936,0.9707317,-0.0448799),(-0.2389015,0.9702898,0.03825803),(-0.02993904,0.9983993,0.04798527),(0.2086145,0.9769313,0.04566364),(0.5669135,0.8235751,-0.018248),(0.5395459,0.8416257,0.02359002),(-0.3635215,0.8850728,-0.2906858),(-0.4291498,0.8564088,-0.2870444),(-0.4525633,0.8761877,-0.1657756),(-0.3892232,0.907052,-0.1605054),(-0.4079677,0.8692974,-0.2790779),(-0.2960517,0.9172379,-0.2665108),(-0.3076313,0.9344277,-0.1794657),(-0.4270541,0.8878024,-0.1715568),(-0.4230533,0.9015103,-0.09113212),(-0.455779,0.8870851,-0.07311335),(-0.2916262,0.9495256,-0.1155643),(-0.2520803,0.9648857,-0.07383168),(-0.3998285,0.9159099,-0.03530043),(-0.4426313,0.8966869,-0.005499282),(-0.3976634,0.915657,-0.05861855),(-0.3922649,0.9196553,0.01903249),(-0.1252893,0.9611764,-0.2458505),(0.07928001,0.973608,-0.2140144),(0.08783856,0.9777607,-0.190443),(-0.1269744,0.9740239,-0.1874962),(0.3390897,0.9266368,-0.1623652),(0.6433053,0.7610229,-0.08368073),(0.670599,0.7306877,-0.1280336),(0.3582742,0.9169665,-0.1755335),(0.4028521,0.8954222,-0.1895503),(0.128231,0.9760451,-0.1757627),(0.7088999,0.6850049,-0.1680156),(0.7568962,0.6210201,-0.2035734),(0.4682019,0.8592694,-0.206017),(0.1951907,0.9656349,-0.1716098),(-0.0969696,0.9845344,-0.1459075),(-0.03995019,0.9917631,-0.1216961),(0.8593426,0.5112791,-0.01112798),(0.9497529,0.3123828,0.01965738),(0.967024,0.2507189,-0.04477277),(0.884759,0.4605928,-0.07110458),(0.9830945,0.1822063,0.01805889),(0.9944533,0.1050538,-0.005123315),(0.9969106,0.03256474,-0.07147563),(0.9922761,0.1145591,-0.04758357),(0.9923755,0.03559873,-0.1179989),(0.978077,0.1775825,-0.1087645),(0.9876572,-0.05145676,-0.1479371),(0.9606944,-0.1531644,-0.2315314),(0.9797672,-0.06209237,-0.1902652),(0.9817855,0.08556674,-0.1696335),(0.9091105,0.3967591,-0.1268872),(0.9328229,0.3141184,-0.1765532),(0.997974,0.05000625,-0.03933438),(0.9970785,-0.004347643,-0.07625882),(0.9865624,-0.07908069,-0.1429722),(0.9940035,-0.02559959,-0.10631),(0.991905,-0.05659564,-0.1136722),(0.9831777,-0.1053879,-0.1491809),(0.9642701,-0.1648195,-0.2074068),(0.9759511,-0.125982,-0.1778984),(0.9436493,-0.1984884,-0.2648177),(0.9599989,-0.1615224,-0.2287196),(0.9305077,-0.2215045,-0.291704),(0.8740625,-0.2749138,-0.400546),(0.8865422,-0.2748767,-0.3721367),(0.9088948,-0.2540294,-0.3307255),(0.9757481,-0.1118155,-0.1881834),(0.9354984,-0.2128801,-0.2820013),(0.9726405,-0.1445919,-0.1818341),(0.9628182,-0.1687054,-0.2109967),(0.9482213,-0.2009254,-0.2459783),(0.9542717,-0.1909998,-0.2299667),(0.9556364,-0.17782,-0.2348171),(0.9524673,-0.1720464,-0.2514083),(0.949957,-0.174877,-0.2588435),(0.9468291,-0.1954059,-0.2555995),(0.9289126,-0.2040182,-0.3090274),(0.923504,-0.2234615,-0.311778),(0.9378191,-0.1721949,-0.3014036),(0.910929,-0.1669032,-0.3772951),(0.8962231,-0.2041322,-0.3938455),(0.8823475,-0.2354204,-0.4074804),(0.9235786,-0.2297531,-0.3069464),(0.8735043,-0.2596236,-0.411808),(0.9536416,-0.1522628,-0.259584),(0.9581686,-0.1195434,-0.2600428),(0.963859,-0.0998947,-0.2469753),(0.9562942,-0.1420752,-0.2555702),(0.9642016,-0.07440545,-0.2545171),(0.9694471,-0.01744476,-0.2446792),(0.9745409,0.009693406,-0.2239999),(0.9706149,-0.04901448,-0.2355937),(0.9631447,-0.03464134,-0.2667438),(0.9567016,-0.08543374,-0.2782503),(0.9657966,0.02011317,-0.2585198),(0.938,0.007473978,-0.3465545),(0.9374957,-0.03825419,-0.345888),(0.9324707,-0.08284903,-0.3516169),(0.9477662,-0.1314965,-0.290599),(0.9234518,-0.1258631,-0.3624848),(0.9721591,0.04149871,-0.2306176),(0.9726929,0.09275313,-0.2127567),(0.9725794,0.1153122,-0.2019715),(0.974767,0.0672821,-0.2128432),(0.9716845,0.1359514,-0.1932519),(0.9697576,0.1709554,-0.1741971),(0.9655878,0.1833692,-0.1844343),(0.9692087,0.1539129,-0.1922121),(0.9558435,0.1464417,-0.2547901),(0.9607489,0.1137799,-0.2530129),(0.9506769,0.1701956,-0.2593199),(0.9083885,0.1255356,-0.3988372),(0.9183661,0.1079349,-0.3807278),(0.9272456,0.08272333,-0.365202),(0.964492,0.07177982,-0.2541709),(0.9341606,0.04936704,-0.3534215),(0.967215,0.1993923,-0.1572827),(0.964257,0.2229096,-0.1432475),(0.9581856,0.2239674,-0.1780981),(0.9619381,0.2059999,-0.1795529),(0.9612994,0.2417364,-0.132163),(0.9586541,0.2560931,-0.124091),(0.9511415,0.2464937,-0.1859324),(0.9545472,0.2374234,-0.180194),(0.9338556,0.20845,-0.2906238),(0.9397596,0.2000911,-0.2771564),(0.927659,0.2125265,-0.3070526),(0.8612514,0.1499886,-0.4855403),(0.8739169,0.1494918,-0.4625164),(0.8860934,0.1453665,-0.4401214),(0.9453847,0.1873668,-0.2667236),(0.8976275,0.1374288,-0.418782),(0.956583,0.2660777,-0.1189611),(0.955283,0.2717766,-0.1164985),(0.9450369,0.2525892,-0.2076144),(0.9479799,0.2514538,-0.1952054),(0.9548478,0.2733755,-0.1163251),(0.9552999,0.2710388,-0.1180682),(0.9397224,0.2440386,-0.2395143),(0.9422984,0.2500642,-0.2225801),(0.9062927,0.20405,-0.3701313),(0.9139034,0.2099557,-0.347418),(0.898289,0.1953329,-0.3936013),(0.8085148,0.1280955,-0.5743651),(0.8215327,0.1364159,-0.5536017),(0.8348591,0.1429824,-0.5315696),(0.921041,0.212846,-0.3261594),(0.8481898,0.1475797,-0.5087184),(0.956627,0.2648533,-0.1213157),(0.9587798,0.2548893,-0.1255905),(0.9349441,0.2229532,-0.2759918),(0.9372565,0.2348667,-0.2576586),(0.9616661,0.2412616,-0.1303502),(0.9651779,0.2240621,-0.1350101),(0.9317147,0.1921469,-0.3081998),(0.9329929,0.208614,-0.2932651),(0.8739361,0.16072,-0.458699),(0.8816357,0.172984,-0.4390844),(0.867628,0.1482492,-0.4745985),(0.7674975,0.0991163,-0.6333432),(0.7747703,0.104581,-0.6235332),(0.7845392,0.1113832,-0.6099937),(0.8899696,0.1846683,-0.4169552),(0.7960417,0.1193193,-0.5933639),(0.9684257,0.2067147,-0.1393584),(0.9706855,0.1925986,-0.1437898),(0.9297304,0.1629476,-0.3302265),(0.9308001,0.1761353,-0.3202931),(0.9720249,0.1816201,-0.1489355),(0.9724533,0.1736839,-0.1554623),(0.9260276,0.1439005,-0.3489493),(0.9282568,0.1522895,-0.3393334),(0.8575038,0.1193478,-0.5004431),(0.8597614,0.1272788,-0.494581),(0.8556875,0.1126822,-0.5050758),(0.7680633,0.08886989,-0.6341773),(0.7637286,0.09011402,-0.6392167),(0.7620217,0.09208143,-0.6409711),(0.8629854,0.1367875,-0.4863594),(0.7632093,0.09499425,-0.6391305),(0.9722403,0.16723,-0.1636546),(0.9717159,0.16077,-0.1729774),(0.9192285,0.1310796,-0.3712642),(0.9229313,0.1370312,-0.3597505),(0.9710096,0.1544131,-0.1824748),(0.9703026,0.1482685,-0.1911263),(0.9117695,0.1225363,-0.3919962),(0.9153446,0.1262021,-0.3823835),(0.8512336,0.1026419,-0.5146515),(0.8523338,0.1041309,-0.5125269),(0.8510039,0.1030698,-0.5149456),(0.8027339,0.1003883,-0.5878269),(0.7922902,0.09482513,-0.6027307),(0.7827876,0.09098137,-0.6156021),(0.8539419,0.1074965,-0.5091441),(0.7745823,0.08895255,-0.6261865),(0.9695961,0.1436521,-0.1981101),(0.9687039,0.1417759,-0.2037456),(0.9061458,0.1224034,-0.404867),(0.9087648,0.1210042,-0.39938),(0.967544,0.1425898,-0.2086308),(0.9659904,0.146082,-0.2133606),(0.900956,0.1336787,-0.4128053),(0.9036477,0.126648,-0.4091224),(0.8541784,0.1173057,-0.5065755),(0.8530014,0.1104467,-0.5100884),(0.8546563,0.1260742,-0.5036546),(0.840614,0.1303212,-0.5257229),(0.833473,0.122456,-0.5388204),(0.8242056,0.114676,-0.5545579),(0.8517402,0.1056362,-0.5132052),(0.8136505,0.1072034,-0.5713846),(0.964108,0.1500077,-0.2190739),(0.9620567,0.1521642,-0.2264793),(0.895022,0.1448371,-0.4218504),(0.8980274,0.1406696,-0.4168442),(0.9595945,0.1525662,-0.2364359),(0.9564302,0.1512366,-0.2497372),(0.8879363,0.1447223,-0.4366059),(0.8917363,0.146181,-0.4282961),(0.8516602,0.1401185,-0.5050166),(0.8532315,0.1387167,-0.5027461),(0.8496032,0.1383635,-0.5089501),(0.8512511,0.1367897,-0.5066162),(0.8501682,0.1395348,-0.5076851),(0.8484044,0.1395088,-0.5106342),(0.8542578,0.1340713,-0.5022632),(0.8454183,0.1365293,-0.51636),(0.9524179,0.148258,-0.2663077),(0.9477654,0.1436012,-0.2848149),(0.8789131,0.1379548,-0.4565964),(0.8835207,0.1416187,-0.4464699),(0.9429865,0.137166,-0.3032522),(0.9386921,0.1288193,-0.3197854),(0.8726102,0.1286305,-0.4711746),(0.8749772,0.1336653,-0.4653477),(0.843013,0.1311384,-0.5216627),(0.8446412,0.1329741,-0.5185549),(0.8430786,0.1297568,-0.521902),(0.8562045,0.1323829,-0.4993884),(0.8539276,0.1312988,-0.5035558),(0.8526934,0.1316331,-0.5055559),(0.8471161,0.1353658,-0.5138777),(0.8519787,0.1334537,-0.506283),(0.9356115,0.1193614,-0.3322409),(0.9346843,0.1095069,-0.3381913),(0.8762497,0.1211275,-0.4663845),(0.8727029,0.1240744,-0.4722237),(0.9369182,0.09898945,-0.3352393),(0.9430247,0.08738918,-0.3210415),(0.8973031,0.1186134,-0.42518),(0.8842306,0.1194561,-0.4515158),(0.861907,0.1411815,-0.4870155),(0.8516349,0.1341965,-0.5066648),(0.8770353,0.150935,-0.4561007),(0.8867326,0.179399,-0.4260533),(0.8748153,0.1604399,-0.4571184),(0.8660173,0.1461392,-0.4781812),(0.8456537,0.1303056,-0.5175814),(0.8600294,0.1367329,-0.4915826),(0.9524783,0.08349071,-0.2929407),(0.9632413,0.09704205,-0.2504976),(0.9332076,0.1417645,-0.3301913),(0.9146225,0.1238754,-0.3848644),(0.9718357,0.1295774,-0.1968372),(0.9738479,0.1826528,-0.1351231),(0.9564804,0.2226802,-0.1885704),(0.948751,0.1741455,-0.2637138),(0.9328989,0.2240094,-0.2819919),(0.9161958,0.1897254,-0.3529726),(0.9416302,0.270196,-0.200815),(0.9304505,0.3204023,-0.1777757),(0.9265735,0.2728792,-0.2588406),(0.9154466,0.2342798,-0.3272164),(0.896155,0.1659234,-0.4115528),(0.9010578,0.2035498,-0.3829652),(0.9663153,0.247279,-0.07132892),(0.9496765,0.3130682,-0.01014136),(0.9390907,0.3419381,-0.03445188),(0.9532588,0.2812286,-0.1104899),(0.9242333,0.3787065,0.04872584),(0.8902859,0.4430128,0.1055008),(0.8801287,0.4626103,0.1066063),(0.9144329,0.402924,0.03827035),(0.8994465,0.4333537,0.05657344),(0.9250191,0.3789309,-0.02740643),(0.8637736,0.4854259,0.1351181),(0.8375298,0.5119968,0.1907959),(0.8768621,0.4698184,0.1019008),(0.9062122,0.4227505,0.007835357),(0.9391919,0.3238387,-0.1142235),(0.9240365,0.3722607,-0.08705416),(0.8558562,0.4936529,0.1543277),(0.8326858,0.5202273,0.1897313),(0.8212634,0.5321673,0.205729),(0.8449801,0.5089971,0.1641055),(0.824206,0.5247442,0.2129036),(0.8307624,0.5089254,0.2254522),(0.8183747,0.5168154,0.2513259),(0.8123012,0.534249,0.233976),(0.7935571,0.5383645,0.2836027),(0.8028839,0.5411149,0.2501444),(0.7998624,0.5179865,0.3031668),(0.7733173,0.5076872,0.3797814),(0.7634324,0.5344979,0.3626061),(0.7721278,0.5463823,0.3244767),(0.827404,0.5242772,0.2013356),(0.7982121,0.539955,0.2670321),(0.8381816,0.4908975,0.2376369),(0.8342493,0.4871292,0.2583283),(0.8204851,0.490267,0.2940107),(0.8252084,0.4969631,0.2684379),(0.8190191,0.4967796,0.2870851),(0.7908971,0.5188568,0.3244525),(0.7751293,0.51406,0.3673105),(0.8043382,0.4961286,0.3269504),(0.7876617,0.4922752,0.3704782),(0.803139,0.4880563,0.3417146),(0.7589708,0.5085097,0.406671),(0.7473977,0.4989825,0.4386491),(0.773903,0.4804521,0.4126014),(0.7858039,0.4746929,0.396458),(0.8072422,0.4963952,0.3192991),(0.7854801,0.483215,0.3866836),(0.7405467,0.5571747,0.3756952),(0.6522127,0.6131123,0.4457711),(0.6330789,0.5998856,0.4892325),(0.7231938,0.548182,0.4201038),(0.5107039,0.675918,0.5313343),(0.3084195,0.7239298,0.6170923),(0.2926278,0.706725,0.6441342),(0.4911342,0.659133,0.5695007),(0.4795231,0.645983,0.5939391),(0.6181082,0.5892298,0.5203369),(0.2891445,0.6938625,0.6595076),(0.2959307,0.686051,0.6646495),(0.4772609,0.6370293,0.6053227),(0.6105995,0.5808116,0.5383551),(0.7073303,0.5404095,0.4556766),(0.6972867,0.5322284,0.4801294),(0.1202014,0.7321163,0.6704903),(0.01245836,0.7196992,0.6941742),(0.008380813,0.7197262,0.6942075),(0.111203,0.7214015,0.6835303),(-0.02788116,0.7101564,0.7034917),(-0.009484585,0.7126413,0.7014645),(-0.006565224,0.7288714,0.6846191),(-0.02853694,0.7203434,0.6930304),(-0.01852553,0.7267202,0.6866837),(0.01778205,0.720087,0.693656),(0.001338152,0.7378333,0.6749817),(0.01194836,0.7396284,0.6729094),(-0.003046426,0.7287816,0.6847394),(0.03463332,0.7202131,0.6928879),(0.1164686,0.7141417,0.690244),(0.1308985,0.7103196,0.6916008),(0.03663435,0.724152,0.6886668),(0.07803392,0.7387802,0.6694135),(0.08731668,0.7490029,0.6567879),(0.04322502,0.7401403,0.6710618),(0.1137016,0.7538295,0.6471577),(0.1429685,0.7669142,0.6256218),(0.1542197,0.7591814,0.6323449),(0.1245621,0.7553183,0.6434117),(0.1247467,0.7538528,0.6450922),(0.08919776,0.7530482,0.6518912),(0.1538935,0.7515312,0.6414965),(0.1453763,0.7441102,0.6520474),(0.1187109,0.7497722,0.6509603),(0.08745252,0.7514885,0.6539245),(0.04778779,0.7480221,0.6619512),(0.05174363,0.7483799,0.6612489),(0.1584292,0.7761915,0.610268),(0.1532279,0.7812807,0.6050799),(0.1647311,0.7592645,0.629588),(0.1696496,0.7605058,0.6267774),(0.1278137,0.781822,0.6102606),(0.08241249,0.7762504,0.6250148),(0.09436392,0.7456311,0.6596437),(0.1396345,0.7548648,0.6408443),(0.1429837,0.7306931,0.667565),(0.1662901,0.7399079,0.6518312),(0.09968478,0.7178812,0.6889916),(0.09871677,0.6935408,0.7136219),(0.1381354,0.7096865,0.6908427),(0.1586448,0.7234542,0.6718972),(0.1698823,0.7467628,0.6430282),(0.1608933,0.7350996,0.6585909),(0.03000343,0.7648536,0.643505),(-0.01665738,0.7503896,0.6607859),(0.04239412,0.7320547,0.6799255),(-0.003058574,0.7172704,0.6967883),(-0.05799793,0.7344118,0.6762215),(-0.09465767,0.7183185,0.6892447),(-0.04270229,0.7030789,0.7098286),(-0.07752257,0.6910427,0.7186448),(0.007870079,0.6882069,0.7254718),(-0.02802531,0.676689,0.7357354),(-0.05876885,0.6695526,0.740436),(-0.01370706,0.6558721,0.7547475),(-0.03854754,0.6542147,0.7553259),(0.01662756,0.663929,0.7476107),(0.0501384,0.7025536,0.7098624),(0.05377363,0.6770417,0.7339776),(-0.1211253,0.7053782,0.6984055),(-0.1314811,0.698599,0.7033293),(-0.1037958,0.6836308,0.7224094),(-0.1169361,0.6824291,0.7215375),(-0.1255065,0.698022,0.7049917),(-0.1026545,0.7031317,0.7036107),(-0.1161476,0.6866282,0.7176709),(-0.1002564,0.6950719,0.7119155),(-0.09765498,0.672584,0.7335491),(-0.1018114,0.6810712,0.7251045),(-0.09366094,0.6919398,0.715854),(-0.08311707,0.6810643,0.7274908),(-0.08325053,0.6935598,0.7155727),(-0.07428946,0.6688479,0.7396781),(-0.08287639,0.6681976,0.7393534),(-0.05887572,0.659103,0.7497445),(-0.07165676,0.7094139,0.70114),(-0.04243496,0.7136856,0.6991795),(-0.07555833,0.7036566,0.7065114),(-0.04950726,0.7096626,0.7028001),(-0.01658279,0.7173976,0.6964667),(0.004156266,0.7220098,0.6918703),(-0.02317191,0.7142131,0.6995446),(0.002136521,0.718482,0.6955422),(-0.05649038,0.7082825,0.7036653),(-0.03260625,0.7124407,0.7009742),(-0.005914076,0.7149832,0.6991166),(-0.04494869,0.7119762,0.7007635),(-0.02045062,0.7112421,0.7026495),(-0.06333667,0.7095412,0.7018117),(-0.07696714,0.7017085,0.7082947),(-0.07596324,0.7035373,0.7065867),(0.002756143,0.7213315,0.6925844),(-0.03685902,0.7064087,0.7068438),(0.008058273,0.7159032,0.698153),(-0.02308289,0.6980455,0.7156813),(-0.1161446,0.6695811,0.7336019),(-0.2359413,0.5975455,0.766336),(-0.09333142,0.6584976,0.7467732),(-0.2048097,0.5850219,0.7847308),(-0.01882447,0.6867366,0.7266625),(-0.08002267,0.6429402,0.7617245),(-0.1820114,0.5669569,0.8033877),(-0.07771494,0.6227139,0.7785806),(-0.1693696,0.5432496,0.82231),(-0.02533956,0.6721502,0.7399812),(0.004903737,0.7090487,0.7051425),(-0.007642202,0.7004002,0.7137094),(-0.3650742,0.4985718,0.7862233),(-0.4733932,0.3970708,0.7862783),(-0.3276948,0.4865707,0.8098549),(-0.4317771,0.3881718,0.8141813),(-0.5623987,0.2993788,0.7707659),(-0.6363731,0.2085508,0.7426546),(-0.5189587,0.2966393,0.8016775),(-0.5940982,0.2153218,0.7750381),(-0.3932429,0.375349,0.839329),(-0.4755192,0.29298,0.8294842),(-0.5491327,0.2255372,0.8047274),(-0.4327906,0.2884246,0.8541098),(-0.5005544,0.2396639,0.8318692),(-0.3594837,0.3584996,0.861539),(-0.2963423,0.4691156,0.8319324),(-0.273039,0.4460888,0.8523231),(-0.6967338,0.1293757,0.7055663),(-0.7416778,0.06685057,0.6674167),(-0.6606998,0.1446832,0.7365748),(-0.7168594,0.08423907,0.6921101),(-0.7704546,0.02053361,0.6371642),(-0.7819554,-0.01115894,0.6232346),(-0.7587869,0.03310148,0.6504974),(-0.7836812,-0.01000428,0.6210827),(-0.690192,0.1139893,0.7145917),(-0.7491403,0.06088715,0.6596072),(-0.7920958,0.008153156,0.6103423),(-0.7379259,0.108858,0.6660446),(-0.803919,0.04996648,0.5926362),(-0.6580637,0.1592429,0.7359306),(-0.6209872,0.1682862,0.765542),(-0.5749227,0.2016844,0.7929611),(-0.7778117,-0.03293018,0.6276341),(-0.763804,-0.04696497,0.6437373),(-0.7913868,-0.04200909,0.6098707),(-0.7872164,-0.05837556,0.6139075),(-0.7476901,-0.05143524,0.6620529),(-0.7376008,-0.04377178,0.6738168),(-0.7790403,-0.05724679,0.6243549),(-0.7734457,-0.03416146,0.6329414),(-0.8254099,-0.05171405,0.5621604),(-0.8281494,-0.0467037,0.5585584),(-0.8282984,-0.01254181,0.5601467),(-0.8869571,-0.015845,0.4615799),(-0.8926367,0.01922387,0.4503668),(-0.8728201,-0.02036254,0.487617),(-0.8159381,-0.03300916,0.5771962),(-0.8477053,0.001452106,0.5304654),(-0.7390811,-0.02692945,0.6730779),(-0.750257,-0.0101948,0.6610678),(-0.7761737,0.0001791476,0.6305191),(-0.7883207,0.02430288,0.6147844),(-0.7626968,0.003063633,0.646749),(-0.7683147,0.01033233,0.6399888),(-0.8036397,0.03261593,0.5942217),(-0.8154098,0.02329415,0.5784152),(-0.8372178,0.05986122,0.5435835),(-0.8479218,0.06132286,0.5265625),(-0.8584309,0.03684889,0.5116038),(-0.8946897,0.07646849,0.4400943),(-0.898434,0.04172499,0.4371215),(-0.8927233,0.08371913,0.44276),(-0.8300418,0.0331525,0.556715),(-0.892747,0.06313543,0.446113),(-0.7606251,0.01695,0.64897),(-0.7377269,0.03008656,0.6744285),(-0.8161454,0.01167148,0.5777287),(-0.8034663,0.01170895,0.595235),(-0.7010732,0.05000167,0.711334),(-0.6518254,0.07759625,0.7543887),(-0.7788987,0.02257351,0.6267434),(-0.7429188,0.04468996,0.667888),(-0.8536978,-0.002391917,0.5207633),(-0.8371243,-0.000264757,0.5470127),(-0.811607,0.01557957,0.5839959),(-0.880522,-0.01907945,0.4736211),(-0.8629589,-0.008543967,0.5052019),(-0.8922334,-0.01487444,0.4513295),(-0.8612599,0.009378977,0.5080782),(-0.8984491,0.004695657,0.4390526),(-0.5927176,0.1078915,0.7981511),(-0.527131,0.1351257,0.838972),(-0.6970702,0.07196128,0.7133824),(-0.6435837,0.09769354,0.7591153),(-0.4565431,0.1595228,0.8752834),(-0.3827031,0.1814253,0.9058825),(-0.5831254,0.1220304,0.8031645),(-0.5166596,0.1451066,0.8438051),(-0.7369247,0.06102116,0.673215),(-0.6890366,0.08369663,0.7198774),(-0.6343804,0.1064466,0.765657),(-0.7759719,0.04978776,0.6287994),(-0.7353756,0.07152168,0.6738749),(-0.8106005,0.02924411,0.5848688),(-0.7777965,0.03836035,0.6273444),(-0.8394955,0.009844281,0.5432776),(-0.3077005,0.2004525,0.9301286),(-0.2335341,0.2162004,0.948008),(-0.4456306,0.1661925,0.8796553),(-0.3716937,0.1845439,0.9098282),(-0.1617558,0.229121,0.9598638),(-0.09373078,0.2397972,0.9662877),(-0.2963659,0.2003649,0.9338207),(-0.2212228,0.2139892,0.9514563),(-0.5077464,0.1483887,0.848631),(-0.4376053,0.1666892,0.8835815),(-0.3643481,0.1833543,0.9130343),(-0.5791805,0.1340008,0.8041105),(-0.5163352,0.152903,0.842626),(-0.636797,0.1141611,0.7625331),(-0.5736381,0.1283284,0.8089939),(-0.6888981,0.09334735,0.7188224),(-0.03076547,0.2482685,0.9682027),(0.02616389,0.2544749,0.9667254),(-0.1479831,0.2252318,0.9630013),(-0.07823568,0.2339172,0.9691037),(0.07644609,0.2588642,0.9628838),(0.1195503,0.2619553,0.9576467),(-0.01326297,0.2405147,0.9705549),(0.04576054,0.2456345,0.9682818),(-0.2147876,0.2103057,0.9537493),(-0.1418705,0.2206543,0.9649789),(-0.07240229,0.2295742,0.9705945),(-0.3061456,0.2010158,0.93052),(-0.2337637,0.2145686,0.9483221),(-0.3784413,0.1864322,0.906656),(-0.2894984,0.1979976,0.9364762),(-0.4490014,0.1704763,0.8771179),(0.1552233,0.2641398,0.9519117),(0.1837227,0.2655734,0.9464231),(0.09786498,0.2493278,0.9634615),(0.1427771,0.2514438,0.957283),(0.2055242,0.2663695,0.9417044),(0.2209976,0.2666173,0.9381232),(0.1807837,0.2523042,0.9506103),(0.2121354,0.252215,0.9441324),(0.04998568,0.2412389,0.9691776),(0.1016581,0.2438991,0.9644579),(0.1467965,0.2450845,0.9583237),(-0.03481432,0.2407704,0.9699575),(0.0217457,0.2448902,0.9693068),(-0.09677648,0.2346938,0.96724),(-0.008102902,0.236619,0.9715687),(-0.1633958,0.2261161,0.9602985),(0.2305448,0.2663466,0.9358999),(0.2347215,0.2654422,0.9351183),(0.2370868,0.2511798,0.9384554),(0.2561082,0.2490036,0.9340267),(0.2341507,0.2636916,0.9357564),(0.2294211,0.2608534,0.9377215),(0.2698496,0.2455898,0.9310568),(0.2789076,0.2408012,0.9296373),(0.217359,0.2426361,0.9454537),(0.2435232,0.2387928,0.9400396),(0.2642771,0.2332423,0.9358181),(0.154027,0.2437087,0.9575394),(0.1858239,0.2389156,0.9530944),(0.1162117,0.2464346,0.9621667),(0.1852931,0.2447517,0.9517159),(0.07217984,0.2468957,0.9663501),(0.22104,0.2561996,0.9410118),(0.2097211,0.2488956,0.9455517),(0.2837005,0.2338641,0.9299579),(0.2847817,0.2238907,0.9320797),(0.1964787,0.2385,0.9510593),(0.1824134,0.2245763,0.9572309),(0.2830027,0.2104983,0.9357349),(0.2792495,0.1932782,0.9405654),(0.2905368,0.214024,0.9326211),(0.2969146,0.1993054,0.9338731),(0.2995505,0.1808314,0.9367868),(0.2442063,0.2069762,0.9473775),(0.2514938,0.1898458,0.9490572),(0.230904,0.2208479,0.9475809),(0.2798505,0.2252617,0.9332421),(0.2114877,0.2315019,0.9495682),(0.1685607,0.2065302,0.9638114),(0.1559764,0.1837638,0.9705164),(0.2743936,0.1718396,0.9461392),(0.2692747,0.1458193,0.95196),(0.145785,0.1559248,0.9769514),(0.1392291,0.1227554,0.9826222),(0.2647257,0.1149228,0.9574513),(0.261655,0.07896197,0.961926),(0.2958993,0.1318229,0.9460794),(0.2906847,0.1008231,0.951492),(0.283944,0.06519556,0.9566218),(0.2383694,0.1183069,0.9639416),(0.2225273,0.08719317,0.9710195),(0.2484907,0.1456555,0.9576204),(0.2990287,0.158403,0.941005),(0.2528864,0.1694336,0.9525443),(0.1378514,0.08641041,0.9866763),(0.1420974,0.04942027,0.9886182),(0.2615638,0.04058712,0.9643324),(0.2653428,0.002720624,0.9641502),(0.1511857,0.01218835,0.9884303),(0.1641559,-0.02486907,0.9861209),(0.2726811,-0.03432097,0.9614921),(0.2831416,-0.07021239,0.9565046),(0.2720616,-0.009275164,0.9622352),(0.269314,-0.04548891,0.9619775),(0.2696381,-0.0810497,0.9595448),(0.157502,-0.01355223,0.9874257),(0.1379714,-0.04965371,0.9891908),(0.1797424,0.02085736,0.9834926),(0.2771857,0.02759436,0.96042),(0.202193,0.05418925,0.9778454),(0.180194,-0.06042939,0.9817731),(0.1982733,-0.09322743,0.975703),(0.2962703,-0.1037291,0.9494547),(0.3111898,-0.1336668,0.9409007),(0.2171075,-0.1231169,0.9683526),(0.2353761,-0.1500495,0.9602516),(0.3265579,-0.1598875,0.9315556),(0.3409899,-0.1823801,0.9222057),(0.2808212,-0.1438258,0.9489223),(0.2899935,-0.169048,0.9419801),(0.2996694,-0.1899364,0.9349451),(0.1118223,-0.1440109,0.9832379),(0.1119909,-0.1670638,0.9795651),(0.1152939,-0.1165559,0.9864694),(0.2735888,-0.114406,0.9550185),(0.1236356,-0.08498071,0.9886822),(0.2516897,-0.1742343,0.9519951),(0.2647223,-0.195953,0.9442058),(0.352939,-0.2011628,0.9137657),(0.3605543,-0.2163121,0.907309),(0.2732448,-0.2153713,0.9375246),(0.276191,-0.2327177,0.9325026),(0.3618768,-0.2280475,0.9039024),(0.3550094,-0.2366442,0.9044158),(0.3126209,-0.2159638,0.9250016),(0.3101768,-0.220471,0.9247611),(0.2974964,-0.2193886,0.9291741),(0.1070506,-0.1877563,0.9763646),(0.08755044,-0.1747128,0.9807193),(0.1140021,-0.1904597,0.9750531),(0.3080738,-0.2058003,0.9288362),(0.1139173,-0.1833853,0.9764183),(0.2712834,-0.2506841,0.9292808),(0.2547276,-0.2715891,0.9280912),(0.3372094,-0.2435583,0.9093785),(0.3043104,-0.2497928,0.9192382),(0.2223466,-0.2949964,0.929268),(0.1694017,-0.3199355,0.9321718),(0.250894,-0.2543156,0.9340106),(0.1698885,-0.2547933,0.9519549),(0.2253837,-0.2012482,0.9532583),(0.1556733,-0.1814851,0.9709939),(0.05401697,-0.1496943,0.9872556),(-0.2032489,-0.001004472,0.9791266),(-0.09238326,-0.06749918,0.993433),(-0.008943454,-0.1163997,0.9931622),(0.2707013,-0.2131024,0.9387801),(0.0499969,-0.1511878,0.9872398),(0.09707469,-0.3277954,0.9397482),(0.01122317,-0.2986366,0.9543009),(-0.07198801,-0.1778672,0.9814179),(0.05958573,-0.2356586,0.9700075),(-0.08430836,-0.2248017,0.9707504),(-0.1896149,-0.09636287,0.9771184),(-0.3541316,0.0962533,0.930229),(-0.213201,-0.07010043,0.9744903),(-0.3910458,0.1368011,0.9101476),(-0.2366877,-0.002384504,0.9715829),(-0.5222583,0.3236574,0.7889817),(-0.6607514,0.5243624,0.5370768),(-0.5917297,0.3520546,0.7251989),(-0.4755385,0.2040877,0.8556935),(-0.08112559,-0.09473229,0.9921917),(-0.3373305,0.08758534,0.9373031),(-0.3094641,0.0738745,0.9480372),(-0.443281,0.2624569,0.8570988),(-0.6014751,0.4841445,0.6354777),(-0.4876236,0.2961568,0.8212882),(-0.5716391,0.4508329,0.6855498),(-0.6632633,0.6043894,0.4413561),(-0.6974009,0.7049872,0.128938),(-0.6744806,0.6268269,0.390082),(-0.6749199,0.7312459,0.09880611),(-0.6662115,0.6570768,0.3527212),(-0.6530378,0.7460679,-0.1300933),(-0.5753427,0.7422572,-0.3435624),(-0.6199165,0.7679712,-0.1610077),(-0.6576503,0.7509965,0.0591642),(-0.6155587,0.5154237,0.5961761),(-0.676556,0.6715797,0.3020808),(-0.7014516,0.6913423,0.173238),(-0.6911896,0.7192835,-0.06991655),(-0.641285,0.7044334,-0.3041828),(-0.6817709,0.723671,-0.1071862),(-0.6379983,0.7212299,-0.2697879),(-0.5456363,0.722267,-0.424984),(-0.4915778,0.6423465,-0.5879984),(-0.5783193,0.6714137,-0.4634117),(-0.5001617,0.6223733,-0.6020713),(-0.5627797,0.675455,-0.4764866),(-0.4235859,0.5745525,-0.7003317),(-0.3504554,0.5198466,-0.7790639),(-0.4162656,0.5755508,-0.7038921),(-0.4746014,0.6360025,-0.6084852),(-0.6136208,0.7215258,-0.3207336),(-0.5273321,0.694135,-0.4899975),(-0.4386961,0.7237884,-0.5326123),(-0.3483056,0.7205222,-0.5996091),(-0.3187119,0.6015619,-0.732493),(-0.3974816,0.6203807,-0.6761184),(-0.2807927,0.7131064,-0.6423665),(-0.2374204,0.7021924,-0.6712356),(-0.2194527,0.563823,-0.7962061),(-0.2590829,0.5835,-0.7696778),(-0.2250038,0.4764846,-0.8499034),(-0.2771312,0.5044239,-0.8177744),(-0.188231,0.448887,-0.8735386),(-0.1490348,0.3576806,-0.9218749),(-0.1824424,0.3928661,-0.9013162),(-0.2276723,0.4301321,-0.8735856),(-0.344079,0.5360153,-0.7709069),(-0.2842116,0.4717138,-0.8346915),(-0.2059917,0.6901737,-0.6937057),(-0.1740641,0.6796069,-0.7126262),(-0.1633024,0.5215721,-0.8374336),(-0.1906502,0.5425009,-0.8181354),(-0.1413249,0.6721756,-0.7267787),(-0.1074772,0.669878,-0.734651),(-0.1122437,0.4910051,-0.8638954),(-0.1372375,0.5034977,-0.8530275),(-0.1182514,0.3694118,-0.9217113),(-0.1378374,0.3931248,-0.909095),(-0.1021401,0.352221,-0.9303268),(-0.0941079,0.2668009,-0.959146),(-0.08726881,0.2482094,-0.9647675),(-0.1064779,0.2927655,-0.9502372),(-0.1611176,0.4205298,-0.8928582),(-0.1247009,0.3238303,-0.9378611),(-0.07705805,0.6740853,-0.7346231),(-0.05512259,0.6842216,-0.7271879),(-0.0757149,0.487541,-0.8698109),(-0.0908429,0.4858795,-0.8692921),(-0.04192277,0.6983721,-0.7145061),(-0.03770718,0.7140294,-0.6990996),(-0.0641794,0.5034914,-0.8616132),(-0.06682471,0.4941315,-0.8668151),(-0.07749746,0.3452255,-0.9353147),(-0.0816507,0.3416212,-0.9362842),(-0.0772835,0.3518069,-0.9328768),(-0.08297147,0.2375839,-0.9678169),(-0.08485065,0.2420578,-0.9665446),(-0.08268353,0.2354553,-0.9683616),(-0.0898203,0.3432451,-0.9349413),(-0.08406967,0.2381766,-0.9675764),(-0.03636399,0.7286476,-0.6839228),(-0.03147153,0.7407269,-0.6710687),(-0.06235826,0.5134775,-0.8558343),(-0.05586128,0.5224043,-0.8508661),(-0.02303377,0.7495412,-0.6615569),(-0.01102074,0.7544325,-0.656285),(-0.04470119,0.5288783,-0.8475198),(-0.02886594,0.5315229,-0.846552),(-0.06913949,0.3663952,-0.9278869),(-0.05629261,0.3717182,-0.9266373),(-0.03752262,0.3741079,-0.9266258),(-0.06369354,0.2546422,-0.9649354),(-0.04347684,0.2565453,-0.9655538),(-0.07725551,0.2512815,-0.964826),(-0.07612693,0.3593527,-0.9300916),(-0.08428776,0.246932,-0.9653601),(0.001043878,0.7552567,-0.6554283),(0.009503041,0.7527043,-0.6582902),(-0.01296056,0.529659,-0.8481117),(-0.001735425,0.5239962,-0.8517188),(0.01436429,0.7478158,-0.6637509),(0.01586914,0.744278,-0.6676814),(0.004760123,0.5158104,-0.8566895),(0.006821319,0.5104828,-0.8598609),(-0.00484188,0.3688403,-0.9294801),(0.003166309,0.3628947,-0.9318247),(0.005773474,0.3587275,-0.9334245),(0.001086583,0.2539365,-0.9672204),(0.004012334,0.2519112,-0.9677421),(-0.00783712,0.2557212,-0.9667187),(-0.01843621,0.3729373,-0.9276733),(-0.02273318,0.2567662,-0.9662062),(0.0008939697,0.9999994,-0.0006443134),(0.001055372,0.9999993,-0.0006991163),(0.0006400954,0.9999996,-0.0005361052),(0.001201948,0.9999989,-0.0008797626),(0.001536392,0.9999982,-0.001146138),(0.001783932,0.9999976,-0.00126712),(0.0004918177,0.9999997,-0.0003968755),(0.000496824,0.9999999,-0.0002345236),(0.001629426,0.9999986,-8.413699e-5),(0.001185034,0.9999991,-0.0005168431),(0.002312668,0.9999973,-0.0004029014),(0.002037043,0.9999971,-0.001285999),(0.003559268,0.9999934,0.0006914532),(0.006289667,0.9999771,0.002492003),(0.003876731,0.9999925,0.0001315179),(0.003144718,0.9999936,-0.001720423),(0.002430906,0.9999952,-0.001899623),(0.002776652,0.9999939,-0.002151455),(0.003570736,0.9999893,-0.002957952),(0.004021112,0.9999861,-0.003429658),(0.0007638033,0.9999998,-3.669342e-5),(0.001504915,0.9999988,0.0001791788),(0.006179915,0.9999792,0.001871486),(0.002986612,0.9999954,0.0006699099),(0.002972225,0.9999955,0.0003398441),(0.005409681,0.9999853,0.0003454018),(0.02249974,0.9997375,0.004310577),(0.01230811,0.9999191,0.003221986),(0.02879885,0.9995077,0.01244904),(0.01437232,0.9998718,0.00707309),(0.05311991,0.9984215,0.01824137),(0.0994951,0.9937791,0.05003894),(0.05306908,0.9980658,0.03237832),(0.02621244,0.9994951,0.0179597),(0.006846855,0.9999723,0.002949346),(0.01236246,0.9998936,0.007739485),(0.01196808,0.9999087,0.006259216),(0.02916529,0.9992893,0.02387764),(0.04088622,0.9990697,0.01371491),(0.07442274,0.9963854,0.04095753),(0.06519424,0.9964567,0.05313957),(0.131765,0.9866949,0.09524262),(0.2281881,0.9600762,0.1618145),(0.1320373,0.9872709,0.08866945),(0.2422251,0.9602532,0.1387113),(0.1530092,0.9856267,0.07161212),(0.3728993,0.8952617,0.2438288),(0.56734,0.7501708,0.3396605),(0.4064548,0.8885196,0.2129023),(0.2742836,0.9530681,0.1281789),(0.09249324,0.99514,0.03378595),(0.1721995,0.9819896,0.0777412),(0.2387368,0.959323,0.1506788),(0.3864712,0.8947927,0.2235755),(0.5513247,0.7597318,0.3447445),(0.3712287,0.8939641,0.2510328),(0.5635164,0.7623132,0.31832),(0.7390476,0.5258529,0.421055),(0.8502461,0.1787703,0.4950986),(0.7325167,0.5230913,0.4356545),(0.8403893,0.1719676,0.5139775),(0.7208413,0.5165752,0.4621017),(0.8394669,-0.2130222,0.4999168),(0.7211559,-0.5557224,0.4136507),(0.8345491,-0.2352374,0.4981879),(0.838069,0.1489374,0.5248408),(0.5430905,0.7566583,0.3640342),(0.7299413,0.5003374,0.4656696),(0.8577837,0.1948954,0.4756291),(0.883339,-0.1548814,0.4424069),(0.7797439,-0.4970411,0.3807226),(0.8575389,-0.1945044,0.47623),(0.8218542,-0.4532081,0.3451927),(0.7071207,-0.6705511,0.224369),(0.5363546,-0.833644,0.1317619),(0.6628851,-0.7041903,0.2543606),(0.4877651,-0.854354,0.1793448),(0.6097229,-0.7337013,0.2998672),(0.3784539,-0.922671,0.07383025),(0.3366491,-0.9357585,0.1049929),(0.2526108,-0.9671881,0.02711113),(0.4397181,-0.8756323,0.1997899),(0.7382448,-0.5293421,0.4180808),(0.5694755,-0.7626956,0.3065828),(0.6064102,-0.7897012,0.09294491),(0.5708231,-0.8198404,-0.04497472),(0.4503143,-0.892781,0.01261223),(0.4419173,-0.8898994,-0.1130848),(0.5971847,-0.7836975,-0.1708474),(0.6770973,-0.68929,-0.2577174),(0.506759,-0.8296738,-0.2341726),(0.6372915,-0.7002707,-0.3216839),(0.3364119,-0.9319181,-0.1354833),(0.4393829,-0.8627474,-0.250219),(0.6224345,-0.7049008,-0.3401327),(0.3998168,-0.8869166,-0.2313557),(0.6335015,-0.7053227,-0.3181127),(0.2610529,-0.956266,-0.1319348),(0.3171816,-0.9480167,-0.02569114),(0.2164647,-0.9752095,-0.04592765),(0.7782692,-0.5613049,-0.2814852),(0.8857409,-0.3922241,-0.2482407),(0.9017177,-0.3211757,-0.2893984),(0.7783814,-0.5284083,-0.3389794),(0.981085,-0.09362034,-0.1694323),(0.8933077,0.4473674,-0.04317099),(0.8584887,0.5115447,-0.03632084),(0.9823115,0.002317885,-0.1872393),(0.978161,0.1022518,-0.1809577),(0.9259813,-0.2373375,-0.2936486),(0.8216791,0.5692242,-0.02876455),(0.7857392,0.6179612,-0.0271643),(0.9675899,0.1948802,-0.1605974),(0.9518623,-0.1499376,-0.2673517),(0.7995281,-0.4852415,-0.3539709),(0.8374379,-0.4358892,-0.3296943),(0.50914,0.8584892,0.06142177),(0.190595,0.9765363,0.1002506),(0.1753596,0.9755039,0.1328197),(0.4803762,0.872929,0.08505118),(-0.03737822,0.9932821,0.1095142),(-0.2339389,0.9670611,0.1003273),(-0.2214333,0.9654681,0.1372541),(-0.04052461,0.9884164,0.1462561),(-0.03963451,0.986837,0.1567863),(0.1631708,0.97636,0.1417617),(-0.2025788,0.9681084,0.1474044),(-0.1780406,0.9754356,0.129718),(-0.03458833,0.989498,0.1403479),(0.1543103,0.979936,0.1261499),(0.454341,0.886108,0.09158043),(0.4314726,0.8986621,0.07898089),(-0.3747571,0.9240698,0.07518189),(-0.4146747,0.9090495,0.04091549),(-0.3734401,0.9253069,0.06595208),(-0.346379,0.9318736,0.1078576),(-0.3588001,0.9334145,-8.932501e-5),(-0.1907427,0.9802909,-0.05144737),(-0.1108005,0.9927031,-0.04757747),(-0.3019131,0.9532112,0.01538982),(-0.2309481,0.972928,0.008611286),(-0.3206593,0.9448071,0.06720974),(-0.01490289,0.9978023,-0.06456354),(0.09386899,0.990155,-0.1038347),(-0.1478739,0.9887472,-0.02262868),(-0.2579221,0.9652319,0.04246782),(-0.3089107,0.9441153,0.1149807),(-0.2637058,0.959933,0.09480453),(0.04095897,0.9926314,-0.1140407),(0.2843027,0.9417936,-0.1794349),(0.388858,0.8991187,-0.2009353),(0.1408232,0.9823543,-0.1230809),(0.5498326,0.803452,-0.2283611),(0.8117263,0.5333229,-0.2380486),(0.8653402,0.4189769,-0.2750356),(0.639879,0.7231772,-0.2599415),(0.7293269,0.6147122,-0.3003519),(0.502031,0.8317737,-0.2368911),(0.9077958,0.279144,-0.3130262),(0.9297865,0.1181591,-0.3486195),(0.808218,0.4760314,-0.3466665),(0.6159539,0.7341127,-0.2857959),(0.2551257,0.9551203,-0.1505197),(0.3786829,0.9044542,-0.1963721),(0.953231,0.207205,-0.2200379),(0.974609,-0.02880885,-0.2220527),(0.9516431,-0.1603655,-0.2620273),(0.9630654,0.0765868,-0.2581464),(0.9508286,-0.1786454,-0.2530037),(0.9137526,-0.2687531,-0.3046769),(0.852335,-0.3860789,-0.3528006),(0.9049955,-0.304822,-0.2967606),(0.8432546,-0.4300458,-0.3224629),(0.9094311,-0.2991611,-0.2888558),(0.7815056,-0.4955421,-0.3790607),(0.7069577,-0.5903197,-0.3895298),(0.7691151,-0.5453981,-0.3331708),(0.8480122,-0.4349577,-0.302799),(0.9546295,-0.07085446,-0.2892439),(0.9231212,-0.2257728,-0.3112457),(0.8738536,-0.3216569,-0.3645777),(0.8373979,-0.3478059,-0.4216585),(0.7639003,-0.4318979,-0.4795002),(0.8032716,-0.4252332,-0.417051),(0.8115774,-0.346397,-0.4704798),(0.8025778,-0.3175479,-0.5050071),(0.7369215,-0.3469222,-0.5801653),(0.7403572,-0.4058995,-0.5358328),(0.6810165,-0.4548277,-0.5738888),(0.6972005,-0.5032611,-0.5105288),(0.6835535,-0.3694702,-0.629481),(0.6450245,-0.3908333,-0.6566525),(0.6373687,-0.4942874,-0.5911353),(0.6425809,-0.55998,-0.522984),(0.7316576,-0.5166296,-0.4447147),(0.6652404,-0.5914097,-0.4557299),(0.8099855,-0.2748066,-0.518078),(0.8278427,-0.2329227,-0.510317),(0.77066,-0.2194895,-0.5982538),(0.7495154,-0.2766998,-0.6013851),(0.8493325,-0.1939184,-0.490948),(0.8684536,-0.159089,-0.469552),(0.8128216,-0.1517253,-0.562406),(0.7938322,-0.1774565,-0.5816697),(0.7295675,-0.1661805,-0.663412),(0.7130144,-0.2073183,-0.6697983),(0.741447,-0.1531491,-0.6533006),(0.6519034,-0.1721039,-0.7385136),(0.6567451,-0.1718792,-0.734264),(0.6565431,-0.2086998,-0.7248417),(0.6965056,-0.2758543,-0.6624081),(0.6530328,-0.2824718,-0.702679),(0.8820196,-0.1263196,-0.4539656),(0.8895494,-0.09310125,-0.4472516),(0.8282126,-0.1147307,-0.5485443),(0.8243466,-0.1337362,-0.5500612),(0.8914558,-0.05970246,-0.4491574),(0.8878244,-0.02634973,-0.4594274),(0.8162334,-0.07458584,-0.5728873),(0.825323,-0.09498016,-0.5566154),(0.7311634,-0.1428799,-0.6670721),(0.7416503,-0.149224,-0.653978),(0.7152644,-0.1335121,-0.685982),(0.5771666,-0.1977934,-0.792311),(0.6006857,-0.2010092,-0.7738036),(0.6224476,-0.1975524,-0.757319),(0.7455092,-0.1526864,-0.6487702),(0.6401939,-0.1878405,-0.7448945),(0.8790104,0.003634442,-0.4767887),(0.86601,0.0270927,-0.4992923),(0.7824605,-0.04073932,-0.6213661),(0.8016027,-0.05580904,-0.5952464),(0.8498911,0.04453097,-0.5250735),(0.8317372,0.05666753,-0.5522699),(0.735893,-0.01899847,-0.6768313),(0.7600757,-0.02874188,-0.6491987),(0.6481252,-0.1023138,-0.7546294),(0.6724033,-0.1126922,-0.731556),(0.6238936,-0.09110883,-0.7761803),(0.4966232,-0.1505023,-0.8548184),(0.5128722,-0.1666696,-0.8421302),(0.5322217,-0.1797246,-0.8273083),(0.6952471,-0.1228923,-0.7081871),(0.5539363,-0.1899848,-0.8105926),(0.8124028,0.06475112,-0.5794902),(0.7924581,0.0698837,-0.6059095),(0.6871864,-0.004894485,-0.7264646),(0.7112687,-0.01112389,-0.7028323),(0.7723944,0.0723721,-0.6310065),(0.7527853,0.07256092,-0.6542548),(0.6434796,0.004042459,-0.7654526),(0.6643471,4.425969e-5,-0.7474242),(0.5625029,-0.05798846,-0.8247592),(0.5803958,-0.06871499,-0.8114302),(0.5478342,-0.0472604,-0.8352509),(0.4691545,-0.07672793,-0.8797767),(0.4703062,-0.09582555,-0.8772854),(0.475256,-0.1144219,-0.8723757),(0.6010293,-0.07967007,-0.7952461),(0.4840213,-0.1326088,-0.8649499),(0.7341334,0.07110368,-0.675272),(0.7168254,0.06858688,-0.6938711),(0.6098887,0.01037676,-0.7924191),(0.6251972,0.007409816,-0.7804316),(0.7012253,0.06517083,-0.7099549),(0.6876664,0.06099495,-0.72346),(0.5891659,0.01541742,-0.8078649),(0.5978072,0.01302625,-0.801534),(0.5263956,-0.01572763,-0.8500943),(0.5296095,-0.02609839,-0.84784),(0.5272439,-0.005472352,-0.8496965),(0.5032737,-5.379566e-5,-0.864127),(0.4888835,-0.01906938,-0.8721406),(0.4784099,-0.03820183,-0.8773053),(0.536792,-0.0365952,-0.8429206),(0.4718381,-0.05741932,-0.8798136),(0.6763002,0.05748798,-0.7343793),(0.6673343,0.0560243,-0.7426482),(0.5819657,0.02473586,-0.8128369),(0.583923,0.01889757,-0.811589),(0.6612017,0.05664993,-0.7480663),(0.6582947,0.05934492,-0.7504174),(0.5879935,0.04300452,-0.8077216),(0.5833198,0.03282068,-0.8115792),(0.5516147,0.03445634,-0.8333871),(0.5401953,0.01919175,-0.8413207),(0.565926,0.05138563,-0.8228531),(0.5914364,0.08620871,-0.8017301),(0.5659683,0.06311431,-0.8220075),(0.5424035,0.04082762,-0.8391255),(0.53197,0.005815047,-0.8467433),(0.5213094,0.01967221,-0.853141),(0.6590265,0.06357846,-0.7494277),(0.6638429,0.06882922,-0.744698),(0.608285,0.06782699,-0.7908153),(0.5961639,0.0548062,-0.8009899),(0.6730297,0.07500679,-0.7358024),(0.686771,0.08201367,-0.7222321),(0.6460404,0.09750105,-0.7570505),(0.624804,0.0820704,-0.7764563),(0.6258495,0.1103347,-0.7721002),(0.602906,0.08941451,-0.7927858),(0.6518232,0.1324103,-0.7467221),(0.7014963,0.1835449,-0.6886321),(0.6738896,0.1589473,-0.721532),(0.6459331,0.13432,-0.7514842),(0.5829834,0.06975129,-0.8094845),(0.6182653,0.1099797,-0.7782368),(0.7046857,0.08994586,-0.7037951),(0.7255836,0.09882039,-0.6810016),(0.7003785,0.1277743,-0.7022419),(0.6717147,0.1131064,-0.7321244),(0.748018,0.108381,-0.6547691),(0.7707149,0.1184663,-0.6260706),(0.7589518,0.1534051,-0.6328182),(0.7300355,0.1412484,-0.6686532),(0.7407904,0.1857167,-0.6455532),(0.7108307,0.1712664,-0.682193),(0.768904,0.1968556,-0.6083046),(0.7991922,0.2395064,-0.551297),(0.7781696,0.2330064,-0.5832324),(0.7543625,0.2217387,-0.6178746),(0.6805604,0.1534571,-0.7164415),(0.7284883,0.2053364,-0.6535608),(0.792623,0.12814,-0.5960949),(0.8126904,0.1363053,-0.5665289),(0.8100691,0.1693638,-0.5613412),(0.7859092,0.1631876,-0.5964198),(0.8299346,0.1424773,-0.5393596),(0.8435599,0.1463841,-0.5166996),(0.8474322,0.1692474,-0.5032037),(0.8307495,0.1714593,-0.5295819),(0.8362153,0.2025881,-0.5096098),(0.8167813,0.2059191,-0.5389485),(0.8524998,0.1937945,-0.485477),(0.8593366,0.2147548,-0.4641346),(0.8468612,0.2287851,-0.480087),(0.8329702,0.2375736,-0.4997194),(0.7943075,0.2039056,-0.5722744),(0.8172721,0.2411272,-0.5233775),(0.8534121,0.1479459,-0.4997998),(0.8602926,0.1472748,-0.4880642),(0.8690562,0.1593879,-0.468334),(0.8599459,0.1645676,-0.4831259),(0.8652886,0.1447731,-0.479913),(0.8693625,0.1406847,-0.4737264),(0.8819687,0.1489371,-0.4471566),(0.8760289,0.1541044,-0.4569739),(0.8829107,0.1659463,-0.4392387),(0.8750851,0.173594,-0.4517644),(0.8897724,0.1601692,-0.4273768),(0.8933432,0.1729259,-0.4147707),(0.8864015,0.1786444,-0.4270581),(0.8788221,0.1875591,-0.4387405),(0.8653203,0.1829709,-0.4666288),(0.8700226,0.1996309,-0.4507863),(0.8730959,0.1368457,-0.4679495),(0.8767453,0.1350279,-0.4616114),(0.8931675,0.143325,-0.4262743),(0.8875887,0.1449908,-0.437223),(0.8805555,0.1352095,-0.4542473),(0.884746,0.1373546,-0.4453743),(0.904808,0.1466849,-0.3997576),(0.898866,0.1439023,-0.4139228),(0.9101318,0.1574998,-0.3832152),(0.9030893,0.1557975,-0.4001961),(0.9176515,0.1616822,-0.3630077),(0.9240797,0.1836034,-0.3352112),(0.9152298,0.176048,-0.3624383),(0.907328,0.1716337,-0.3837941),(0.8963763,0.156664,-0.4146878),(0.9001621,0.1705546,-0.4007735),(0.8894727,0.1438198,-0.4337674),(0.8949838,0.1569083,-0.4175929),(0.9170498,0.1699651,-0.3607377),(0.910915,0.1544548,-0.3825933),(0.901572,0.1764827,-0.3949957),(0.909181,0.2022929,-0.3639608),(0.928522,0.2234613,-0.2964995),(0.9230836,0.1930766,-0.3326231),(0.938968,0.2150042,-0.2685375),(0.9326968,0.1890498,-0.3071434),(0.9431235,0.2486659,-0.220643),(0.9494077,0.2845748,-0.1328239),(0.9478225,0.2475618,-0.2008621),(0.9417656,0.2181072,-0.2559431),(0.9253722,0.1712282,-0.3381822),(0.9333451,0.1967528,-0.3002585),(0.917135,0.2338902,-0.3227366),(0.9237577,0.2715571,-0.2700531),(0.9328627,0.3038559,-0.1934914),(0.9323919,0.2603708,-0.2507034),(0.9264068,0.3163365,-0.2042098),(0.9213037,0.3689472,-0.1227904),(0.909783,0.4137546,-0.03319539),(0.9268919,0.3548823,-0.1221883),(0.9202599,0.3912908,-0.003628082),(0.9373983,0.3363627,-0.09024813),(0.8855594,0.4533988,0.1010653),(0.8262249,0.4842475,0.2878488),(0.8894354,0.4278969,0.1606517),(0.9258101,0.3749621,0.04773904),(0.9435289,0.2891036,-0.1617793),(0.9435912,0.327298,-0.0501173),(0.905877,0.4226351,-0.02768174),(0.879463,0.470049,0.07482523),(0.8382981,0.5137571,0.1825099),(0.879713,0.4701677,0.07104535),(0.8418908,0.509443,0.1780107),(0.7951702,0.5400299,0.2758116),(0.7285928,0.5599747,0.3944376),(0.7867088,0.543425,0.2928799),(0.6978397,0.5567414,0.4506207),(0.7687044,0.5425738,0.3386846),(0.6277513,0.5551078,0.5456957),(0.4842936,0.5047982,0.7145898),(0.5561555,0.5284317,0.6414446),(0.6456965,0.5392463,0.5406381),(0.8329116,0.5083183,0.2187937),(0.7398114,0.5262309,0.4192376),(0.7506289,0.5542282,0.3597046),(0.7231358,0.5466648,0.4221755),(0.6530478,0.5361528,0.534854),(0.6781927,0.5584789,0.4776567),(0.7185232,0.5219173,0.4597028),(0.7388434,0.4853269,0.4675126),(0.7002558,0.4522534,0.5523665),(0.6600493,0.4987729,0.5617478),(0.5925654,0.4586559,0.6621941),(0.5633197,0.5036034,0.6550225),(0.6614801,0.4060189,0.6305495),(0.6275986,0.3441204,0.698356),(0.5256382,0.395806,0.753022),(0.4630121,0.4385374,0.7702628),(0.576661,0.537402,0.6153545),(0.4487092,0.4747239,0.7571639),(0.7630041,0.4562015,0.4579355),(0.7729324,0.4479657,0.4493356),(0.7670599,0.4090481,0.4942659),(0.743781,0.4175773,0.5219377),(0.7676442,0.4571695,0.4491309),(0.7444903,0.48087,0.4631397),(0.750675,0.4512545,0.482552),(0.7699283,0.4216265,0.4790006),(0.7793665,0.373684,0.5029396),(0.7676652,0.3580059,0.5315279),(0.7649899,0.4095503,0.4970501),(0.7853761,0.3535533,0.5081187),(0.7929174,0.311911,0.5234439),(0.7722701,0.2940582,0.5631418),(0.7293251,0.366953,0.5774342),(0.7197694,0.303504,0.6243535),(0.6964352,0.5186299,0.4959849),(0.6129752,0.5700193,0.5471193),(0.6254767,0.5522882,0.5511412),(0.7051269,0.4953808,0.50734),(0.4850905,0.6284916,0.6080176),(0.3110425,0.6804209,0.6635361),(0.3332004,0.673574,0.6597542),(0.5026816,0.6161447,0.6063638),(0.5301946,0.5995072,0.5995705),(0.648401,0.5268433,0.5495564),(0.3621776,0.6653541,0.6527873),(0.3982657,0.6553134,0.6418325),(0.56822,0.577215,0.5864717),(0.6820502,0.4915358,0.5414795),(0.7232522,0.4616227,0.5136252),(0.7501999,0.4148495,0.5148788),(0.1503249,0.7081134,0.6899115),(0.05396519,0.7198551,0.6920234),(0.07400165,0.7190843,0.6909716),(0.1729953,0.7055663,0.6872036),(0.01345585,0.728322,0.6851029),(0.02307422,0.7379838,0.6744239),(0.03429563,0.7369369,0.675091),(0.02960225,0.7276261,0.6853348),(0.04618725,0.7269191,0.6851681),(0.09494357,0.7180361,0.6894997),(0.04699075,0.7367385,0.674543),(0.06256481,0.737645,0.6722837),(0.0640728,0.7264204,0.6842573),(0.1170962,0.7168639,0.6873096),(0.1986915,0.7027045,0.683175),(0.2274432,0.6995594,0.6774114),(0.05578959,0.7457736,0.6638594),(0.08461352,0.7484244,0.6578004),(0.08203334,0.7480528,0.6585495),(0.06063982,0.7448842,0.6644324),(0.1095745,0.7460381,0.6568263),(0.131004,0.7386855,0.6611971),(0.1117589,0.7370746,0.6665066),(0.09880878,0.7457252,0.658886),(0.08785797,0.7489267,0.6568027),(0.08141466,0.7505533,0.6557755),(0.08854441,0.7392015,0.6676384),(0.06241391,0.7449742,0.6641671),(0.07822599,0.755762,0.6501572),(0.08446933,0.7561268,0.6489509),(0.06799515,0.7459379,0.6625355),(0.07955576,0.7491707,0.6575819),(0.1437613,0.72651,0.6719493),(0.1421184,0.7106306,0.6890621),(0.116794,0.7020901,0.7024447),(0.1188248,0.7219285,0.681689),(0.1251247,0.6927069,0.7102823),(0.09163167,0.673951,0.7330713),(0.07911535,0.6606324,0.7465289),(0.1041572,0.6806378,0.7251782),(0.07595798,0.6736233,0.7351612),(0.0830175,0.6976669,0.711596),(0.0627369,0.65416,0.7537497),(0.04430044,0.6549725,0.754353),(0.04149782,0.6717039,0.7396565),(0.04138667,0.6970635,0.7158139),(0.08649696,0.7211199,0.6873896),(0.04741724,0.7237392,0.6884426),(0.05356788,0.6574578,0.7515848),(0.02314958,0.6467523,0.7623487),(0.02774323,0.6392317,0.7685136),(0.05043234,0.6460341,0.7616406),(-0.0004203624,0.6427867,0.766045),(-0.01822036,0.6461967,0.7629533),(0.01084689,0.639589,0.7686406),(-0.0005804651,0.6462243,0.7631474),(0.03202164,0.6419535,0.7660746),(0.02006879,0.6463166,0.7628055),(0.01150465,0.6534628,0.7568712),(0.02727354,0.6625971,0.7484793),(0.01494314,0.6670316,0.7448795),(0.03779031,0.6550504,0.7546396),(0.04648999,0.6435509,0.7639901),(0.04410077,0.6504846,0.758238),(-0.03330398,0.6558557,0.7541513),(-0.04757475,0.6690466,0.7416963),(-0.01001138,0.657055,0.7537763),(-0.02061564,0.6698365,0.7422224),(-0.05945342,0.6833193,0.727695),(-0.06691764,0.6965214,0.7144088),(-0.03177492,0.6834328,0.7293217),(-0.04263128,0.696808,0.7159896),(0.0006910664,0.669063,0.7432054),(-0.004425893,0.6792467,0.7338967),(-0.01126349,0.6930618,0.7207902),(0.01757132,0.6689816,0.7430712),(0.02628531,0.6837176,0.7292732),(0.009652744,0.6651543,0.7466437),(0.005611798,0.6610278,0.7503405),(0.007597766,0.6664937,0.745472),(-0.06954999,0.7064753,0.7043121),(-0.06723139,0.7118259,0.6991307),(-0.05345195,0.7080001,0.7041866),(-0.06349578,0.7142638,0.6969904),(-0.05841248,0.7121819,0.6995605),(-0.04127302,0.7072347,0.7057729),(-0.06936568,0.7133895,0.6973262),(-0.06685661,0.7036279,0.7074163),(-0.04806557,0.7181062,0.6942716),(-0.07390267,0.717315,0.6928186),(-0.09480359,0.7013534,0.7064812),(-0.06729715,0.7256541,0.6847608),(-0.1225754,0.7014683,0.7020808),(-0.01573332,0.7240724,0.6895445),(-0.02510769,0.7081426,0.705623),(0.01886195,0.7062333,0.7077278),(-0.03088233,0.6902463,0.7229151),(-0.04484648,0.6547298,0.7545314),(-0.06538791,0.6789773,0.7312416),(-0.07893662,0.6345031,0.7688789),(-0.08891659,0.598155,0.7964324),(-0.1691903,0.5137501,0.8410919),(-0.1150531,0.5689015,0.8143179),(-0.1817582,0.4778701,0.8594208),(-0.1275798,0.6095316,0.7824286),(-0.1559661,0.5323988,0.8320013),(-0.2061907,0.4334435,0.8772754),(-0.2108889,0.4848762,0.848776),(-0.2405275,0.3774976,0.8942271),(-0.1906439,0.5768244,0.79431),(-0.1104051,0.6659509,0.7377806),(-0.1653318,0.6500704,0.7416697),(-0.2594067,0.4168093,0.8711936),(-0.3312102,0.3363792,0.8815606),(-0.254785,0.3805045,0.8889887),(-0.3074827,0.3076001,0.9004646),(-0.3898004,0.2809397,0.8769998),(-0.4441554,0.2546201,0.8590078),(-0.3452433,0.2675969,0.8995549),(-0.376911,0.2646591,0.8876338),(-0.2883221,0.2709731,0.9183921),(-0.3012708,0.2461813,0.9212116),(-0.3036625,0.2649812,0.9151907),(-0.259514,0.2145711,0.9416006),(-0.2302299,0.2512124,0.9401524),(-0.2727021,0.2251924,0.9353727),(-0.2580853,0.3358517,0.9058673),(-0.2670338,0.2811832,0.9217532),(-0.5132965,0.2408186,0.8237312),(-0.6056019,0.2160018,0.7658914),(-0.4284996,0.2764935,0.8601972),(-0.5177456,0.2729812,0.8108149),(-0.7058102,0.1740414,0.6866887),(-0.7970883,0.1136529,0.5930711),(-0.6307629,0.2454576,0.736131),(-0.7469371,0.1898737,0.6372073),(-0.3973773,0.3180529,0.860775),(-0.5081849,0.3099315,0.8035488),(-0.6421624,0.2680733,0.7181673),(-0.3427316,0.3502004,0.8717194),(-0.4731981,0.3301007,0.8167723),(-0.2555875,0.3386895,0.9055189),(-0.3266484,0.3001006,0.8962368),(-0.2178852,0.3037988,0.9274871),(-0.8623624,0.05932307,0.5028041),(-0.9019411,0.0318805,0.4306808),(-0.8375735,0.1320912,0.5301157),(-0.894946,0.09644485,0.435626),(-0.9246602,0.02918573,0.3796731),(-0.93437,0.05259221,0.3524018),(-0.928211,0.08076565,0.3631822),(-0.9440002,0.08417021,0.3190283),(-0.846512,0.1706765,0.5042687),(-0.899491,0.1394856,0.4140771),(-0.9285624,0.1192705,0.3514917),(-0.8196049,0.206011,0.5346094),(-0.8762302,0.1638787,0.4531712),(-0.7326708,0.2488713,0.6334482),(-0.7621294,0.2135178,0.6112029),(-0.6141939,0.2905782,0.7337099),(-0.9351916,0.08096929,0.3447618),(-0.9328811,0.08779208,0.3493211),(-0.9492654,0.08951184,0.301468),(-0.9499142,0.07922904,0.3023011),(-0.930295,0.07153582,0.3597694),(-0.9288409,0.03321059,0.3689873),(-0.9483259,0.05437441,0.3126045),(-0.9461409,0.01656829,0.3233308),(-0.9501193,0.07191948,0.3034811),(-0.9527297,0.03865783,0.30135),(-0.9530132,0.00149195,0.3029253),(-0.9439154,0.03572952,0.3282488),(-0.9508097,-0.003742496,0.3097531),(-0.9316116,0.07767171,0.3550591),(-0.9431137,0.09952779,0.3172237),(-0.9108106,0.1210531,0.3946772),(-0.9259521,-0.005414504,0.377602),(-0.9201524,-0.02742312,0.3905991),(-0.9429259,-0.0187063,0.3324771),(-0.9382873,-0.03958141,0.3435845),(-0.9116433,-0.03453697,0.4095286),(-0.8998182,-0.0274979,0.4353977),(-0.932252,-0.04727144,0.3587083),(-0.9242692,-0.04241336,0.3793778),(-0.9489005,-0.0497275,0.3116328),(-0.9449376,-0.05771566,0.3221209),(-0.9395134,-0.05469907,0.3381162),(-0.9516571,-0.06617648,0.299949),(-0.9479417,-0.06552717,0.3116295),(-0.9537192,-0.05633269,0.2953748),(-0.9516475,-0.03027339,0.3056969),(-0.9537299,-0.03573237,0.2985339),(-0.8842238,-0.0126539,0.4668922),(-0.8648708,0.003909129,0.5019791),(-0.9138349,-0.0303871,0.4049475),(-0.9008038,-0.01626641,0.4339216),(-0.8413563,0.02230096,0.5400206),(-0.8132507,0.04257423,0.580354),(-0.8848399,4.334821e-5,0.4658954),(-0.8655632,0.01860153,0.5004543),(-0.9233177,-0.03304079,0.3826129),(-0.9122747,-0.01846422,0.4091626),(-0.8989982,-0.001281651,0.4379504),(-0.9282427,-0.03428868,0.3703916),(-0.9189972,-0.01750342,0.3938753),(-0.9361629,-0.04780829,0.3483011),(-0.9323365,-0.04508704,0.35877),(-0.9427349,-0.05817777,0.32843),(-0.7803534,0.06347471,0.6221089),(-0.7425166,0.08374137,0.6645724),(-0.8427501,0.03793781,0.5369665),(-0.8161289,0.0565485,0.5750964),(-0.6993038,0.1034195,0.7073037),(-0.6502858,0.1225294,0.7497432),(-0.7850444,0.07445395,0.6149485),(-0.7487209,0.09165739,0.6565181),(-0.8652581,0.03338793,0.5002136),(-0.8438984,0.04888883,0.5342709),(-0.8184702,0.0631116,0.5710721),(-0.8832109,0.02885331,0.4680875),(-0.8669101,0.03997936,0.4968586),(-0.8968302,0.01549209,0.4421036),(-0.8833997,0.01665188,0.4683244),(-0.9085545,1.789642e-6,0.4177664),(-0.5953186,0.1409915,0.7910228),(-0.5348765,0.1588445,0.8298648),(-0.7064029,0.1086481,0.6994216),(-0.6578372,0.1260564,0.7425361),(-0.4699079,0.1762494,0.8649409),(-0.4016029,0.1933769,0.895165),(-0.6033396,0.1440246,0.7843713),(-0.54346,0.162644,0.8235279),(-0.751502,0.09260954,0.6531984),(-0.7089989,0.1093884,0.6966739),(-0.6603235,0.127653,0.7400525),(-0.7916213,0.07752968,0.6060733),(-0.7553933,0.09378808,0.6485251),(-0.8218941,0.06321006,0.5661224),(-0.7879204,0.07723513,0.6109141),(-0.8468021,0.05074146,0.5294822),(-0.331875,0.208911,0.9198995),(-0.2627251,0.2216044,0.9390777),(-0.4795452,0.1805392,0.8587443),(-0.4133911,0.1964112,0.8891178),(-0.1956075,0.2318104,0.9528912),(-0.1318744,0.2400037,0.961773),(-0.3466237,0.2104919,0.9140815),(-0.280937,0.223132,0.9334273),(-0.5475163,0.1641236,0.8205421),(-0.4861213,0.1814454,0.8548471),(-0.4235997,0.1984588,0.8838423),(-0.6130784,0.1493044,0.7757854),(-0.5579941,0.1700698,0.8122307),(-0.6652594,0.1298044,0.7352421),(-0.6060744,0.1462522,0.7818467),(-0.7130692,0.1113717,0.6921912),(-0.07291128,0.2457743,0.9665811),(-0.0195881,0.2485666,0.9684167),(-0.2182181,0.233495,0.9475553),(-0.1598209,0.24064,0.957366),(0.02784407,0.2486637,0.9681897),(0.06918512,0.2463873,0.9666989),(-0.1063262,0.2448464,0.9637141),(-0.05825109,0.2464723,0.9673976),(-0.3032749,0.2257533,0.9257752),(-0.2478497,0.2347307,0.9399319),(-0.1964931,0.240984,0.95043),(-0.3942456,0.2202536,0.8922213),(-0.3434231,0.2310384,0.9103196),(-0.4473653,0.2066248,0.8701555),(-0.362098,0.2137346,0.9073051),(-0.5021681,0.1899365,0.8436536),(0.1039307,0.2414236,0.9648383),(0.1315184,0.2334423,0.9634354),(-0.01636187,0.2454327,0.9692755),(0.01848803,0.241653,0.9701865),(0.15158,0.2227044,0.9630297),(0.1637259,0.2094197,0.9640213),(0.0455866,0.2355168,0.9708006),(0.06424485,0.2273843,0.9716837),(-0.1094123,0.2456495,0.9631642),(-0.07545272,0.2445173,0.9667048),(-0.04895281,0.2415751,0.9691465),(-0.2115141,0.2478005,0.9454399),(-0.1766337,0.2488741,0.9522932),(-0.2513692,0.2446382,0.9364644),(-0.1500411,0.2445939,0.9579465),(-0.2955648,0.2391253,0.9249111),(0.1675684,0.193719,0.9666405),(0.1627542,0.1756269,0.97091),(0.07376896,0.2174842,0.9732722),(0.07355867,0.2059375,0.9757965),(0.1488834,0.1551014,0.9766153),(0.1254196,0.1320967,0.9832702),(0.06301813,0.1928686,0.9791989),(0.04145149,0.1783976,0.983085),(-0.02141305,0.2313934,0.9726246),(-0.02171918,0.2245861,0.9742122),(-0.03228968,0.2169252,0.9756541),(-0.1083849,0.2432053,0.9639003),(-0.1000131,0.2391141,0.965827),(-0.1243881,0.2463222,0.9611727),(-0.0307111,0.2371265,0.9709932),(-0.1473803,0.2482637,0.9574153),(0.09297474,0.1068476,0.9899188),(0.05418809,0.07886268,0.9954116),(0.008699419,0.1606439,0.9869741),(-0.03318033,0.1367873,0.9900447),(0.0128571,0.04677205,0.9988228),(-0.02687818,0.009408982,0.9995944),(-0.08008718,0.1052699,0.9912135),(-0.1276255,0.06481072,0.9897027),(-0.08682355,0.1829949,0.9792725),(-0.1270354,0.1508232,0.9803644),(-0.1715206,0.1070319,0.9793492),(-0.1363666,0.1746154,0.975148),(-0.1679597,0.1292086,0.9772894),(-0.1138022,0.2077447,0.9715407),(-0.05420658,0.2046063,0.9773423),(-0.1013603,0.2290743,0.9681173),(-0.06048612,-0.0290812,0.9977453),(-0.08605569,-0.0638104,0.9942448),(-0.1702602,0.02187132,0.9851565),(-0.2054068,-0.01636025,0.9785399),(-0.104575,-0.09452571,0.9900146),(-0.1170334,-0.1210526,0.9857228),(-0.2341962,-0.04980361,0.9709128),(-0.2576977,-0.07849658,0.9630318),(-0.2534898,0.02016965,0.9671277),(-0.2890646,-0.01359882,0.957213),(-0.3225681,-0.04113228,0.9456521),(-0.2815551,0.0145708,0.9594344),(-0.325104,-0.005982554,0.9456593),(-0.2415927,0.04382649,0.9693876),(-0.2147027,0.0603709,0.9748118),(-0.2040996,0.08202215,0.9755079),(-0.1248781,-0.138688,0.9824312),(-0.1321387,-0.142172,0.9809824),(-0.2765802,-0.09529792,0.956254),(-0.2940123,-0.09227227,0.9513373),(-0.1455459,-0.1302638,0.9807383),(-0.1722011,-0.1015976,0.9798085),(-0.3163228,-0.06783409,0.9462233),(-0.3499948,-0.02019616,0.9365339),(-0.3835872,-0.04040695,0.9226203),(-0.416981,-0.0004873835,0.9089152),(-0.4581271,0.06812487,0.8862723),(-0.4644443,0.07746726,0.8822076),(-0.5150365,0.168067,0.8405302),(-0.416594,0.0191681,0.9088905),(-0.3536227,-0.05338586,0.9338634),(-0.370576,-0.00804235,0.9287673),(-0.2181485,-0.05745882,0.9742227),(-0.2843952,0.0006071463,0.9587069),(-0.4003497,0.04570807,0.9152218),(-0.4665289,0.1237008,0.8758132),(-0.3688157,0.07403374,0.9265495),(-0.4678347,0.1630581,0.8686442),(-0.6215639,0.3123685,0.7183901),(-0.5426607,0.2134146,0.8123875),(-0.6378449,0.3495195,0.686287),(-0.5735988,0.2500229,0.7800468),(-0.6947137,0.4498769,0.5612341),(-0.7151713,0.5762267,0.3955916),(-0.6804467,0.4838062,0.5503852),(-0.6289907,0.3819096,0.6771379),(-0.5109475,0.155563,0.8454188),(-0.5705668,0.2754648,0.7736747),(-0.5722391,0.266201,0.77568),(-0.6632711,0.3837976,0.6424724),(-0.7396644,0.5216583,0.4251695),(-0.6926965,0.4158201,0.5892921),(-0.7177846,0.515829,0.4676601),(-0.7146384,0.6524936,0.2520796),(-0.6867645,0.7267885,0.01152987),(-0.7430506,0.6284308,0.2301096),(-0.7051309,0.7087833,0.02040529),(-0.7426226,0.6317667,0.2222216),(-0.6108611,0.7688546,-0.1889744),(-0.5083522,0.7804569,-0.3639577),(-0.6288917,0.7580439,-0.1728137),(-0.6991628,0.714511,0.02540551),(-0.7340867,0.5449519,0.4051471),(-0.7245595,0.6537684,0.2181755),(-0.6623017,0.7489902,0.01924224),(-0.5968618,0.778609,-0.193711),(-0.5035962,0.7740484,-0.3837185),(-0.5918635,0.7801294,-0.2027206),(-0.5354903,0.7581066,-0.3721888),(-0.4841568,0.708888,-0.5129035),(-0.3888601,0.6658791,-0.6367047),(-0.435607,0.7291828,-0.527768),(-0.3292193,0.6904764,-0.6440939),(-0.3938824,0.7515976,-0.5291103),(-0.294151,0.6194233,-0.7278667),(-0.2243083,0.6416314,-0.7334814),(-0.2049804,0.5694238,-0.7960777),(-0.2794923,0.7114079,-0.6448123),(-0.4907675,0.7847381,-0.3785941),(-0.3755673,0.7640945,-0.524508),(-0.4372589,0.6493787,-0.6221833),(-0.388017,0.5885502,-0.7092612),(-0.3088948,0.541209,-0.7820976),(-0.3505163,0.6009159,-0.7183581),(-0.3356472,0.5292822,-0.7792313),(-0.2786801,0.4740321,-0.835243),(-0.2137715,0.4368632,-0.8737577),(-0.2636263,0.4866514,-0.8328695),(-0.2026194,0.4505989,-0.8694285),(-0.2389029,0.4975026,-0.8339165),(-0.1603538,0.4107304,-0.8975452),(-0.1236618,0.396647,-0.9096037),(-0.1558938,0.4222325,-0.892982),(-0.1804992,0.4583079,-0.8702723),(-0.2695096,0.5532345,-0.7882234),(-0.197192,0.5067825,-0.839218),(-0.2223233,0.4234973,-0.8781927),(-0.1741198,0.3775287,-0.9094802),(-0.1241354,0.3492972,-0.9287529),(-0.1648702,0.3910219,-0.9054942),(-0.1354631,0.3357155,-0.9321722),(-0.1069426,0.2975634,-0.9486935),(-0.07086413,0.2805808,-0.9572108),(-0.09264784,0.3123481,-0.9454391),(-0.0635936,0.3238039,-0.9439846),(-0.08658123,0.3469086,-0.9338941),(-0.0502721,0.307458,-0.9502327),(-0.05512284,0.3770097,-0.9245676),(-0.05774908,0.3693685,-0.9274869),(-0.07011462,0.3703205,-0.9262541),(-0.1190369,0.3761777,-0.9188692),(-0.09215638,0.3795526,-0.9205688),(-0.08744961,0.2631236,-0.9607905),(-0.07553978,0.2333308,-0.9694589),(-0.05270883,0.2334299,-0.970944),(-0.05792985,0.2542553,-0.9654006),(-0.07082999,0.2094861,-0.9752429),(-0.07294028,0.1928717,-0.9785092),(-0.05485537,0.2181037,-0.9743826),(-0.06406415,0.2083186,-0.9759606),(-0.05282179,0.2947057,-0.954127),(-0.04593943,0.2942187,-0.9546333),(-0.06537224,0.2976615,-0.9524307),(-0.08245242,0.4602249,-0.8839653),(-0.07314938,0.4384332,-0.8957821),(-0.06507217,0.4145704,-0.9076878),(-0.04499016,0.2979288,-0.9535273),(-0.058824,0.3928339,-0.9177262),(-0.07806659,0.1839828,-0.9798244),(-0.08249896,0.1814295,-0.9799374),(-0.07528754,0.2038318,-0.9761068),(-0.0835667,0.2034943,-0.9755033),(-0.08613641,0.1827281,-0.9793829),(-0.08892377,0.1853624,-0.9786385),(-0.08885958,0.2054228,-0.9746309),(-0.0911627,0.2076936,-0.9739367),(-0.0874998,0.3063083,-0.9479024),(-0.09227539,0.3107055,-0.9460166),(-0.09297139,0.3144267,-0.944718),(-0.09583744,0.4981593,-0.8617729),(-0.09408922,0.5052643,-0.8578201),(-0.0946718,0.4893854,-0.8669136),(-0.07856154,0.3017741,-0.9501371),(-0.09035783,0.4772612,-0.8741037),(-0.08812112,0.1876027,-0.9782842),(-0.08099426,0.1891904,-0.9785944),(-0.08918546,0.2091376,-0.9738107),(-0.08162089,0.2100691,-0.9742736),(-0.06747322,0.1905442,-0.9793571),(-0.0473972,0.1920947,-0.9802312),(-0.06839256,0.2114926,-0.9749838),(-0.04932915,0.2144444,-0.9754897),(-0.08124533,0.3204311,-0.9437812),(-0.068468,0.3248797,-0.9432738),(-0.05088039,0.332043,-0.9418909),(-0.06944146,0.5312104,-0.8443893),(-0.05423718,0.5456223,-0.8362743),(-0.0810762,0.5204672,-0.8500239),(-0.08938252,0.3173742,-0.9440786),(-0.08926327,0.5122098,-0.8542091),(-0.02676401,0.1941558,-0.9806055),(-0.01182219,0.1968268,-0.980367),(-0.02984722,0.2196179,-0.9751293),(-0.01560212,0.2268492,-0.973805),(-0.00270727,0.1999834,-0.9797956),(0.0003242098,0.2015976,-0.9794684),(-0.006731297,0.2355501,-0.9718389),(-0.003712952,0.2414261,-0.9704122),(-0.01990124,0.3566792,-0.9340148),(-0.01147353,0.3728802,-0.9278085),(-0.00851896,0.3834213,-0.9235342),(-0.0200019,0.6111807,-0.7912383),(-0.01722631,0.624939,-0.7804835),(-0.02758798,0.5865103,-0.8094718),(-0.03308292,0.3427633,-0.9388391),(-0.03903684,0.5642568,-0.8246759),(0.008353393,0.9999584,-0.003670607),(0.007856925,0.9999597,-0.004338048),(0.01017753,0.9999468,-0.001704313),(0.02895506,0.9995791,0.00180901),(0.02027283,0.9997939,-0.001026773),(0.01665781,0.9998595,-0.001874401),(0.01396415,0.9999015,0.001428419),(0.02060803,0.9997724,0.005518383),(0.05815733,0.9982201,0.01320154),(0.04104483,0.9991349,0.00668693),(0.05978997,0.9981094,0.01424028),(0.08592114,0.9960519,0.02231716),(0.1208377,0.9921114,0.03336465),(0.1487456,0.9872885,0.05600066),(0.2098646,0.9747458,0.07633846),(0.1023741,0.993876,0.04159218),(0.03050651,0.9994988,0.008452903),(0.03944837,0.9991739,0.00976564),(0.06538716,0.9972891,0.03374929),(0.0488792,0.9983149,0.031275),(0.03304239,0.9993396,0.01511497),(0.05706868,0.9977627,0.03482436),(0.08405469,0.9960606,0.02825217),(0.1251308,0.9903356,0.05981229),(0.1004517,0.9928457,0.06455205),(0.1739157,0.9792045,0.10446),(0.2917701,0.9393172,0.1804251),(0.1901981,0.9755911,0.109757),(0.3295125,0.928255,0.1725227),(0.2364508,0.9664097,0.1007139),(0.4559127,0.8468401,0.2738714),(0.6454844,0.6650043,0.3756585),(0.5148572,0.8172323,0.258947),(0.3936105,0.903523,0.1694607),(0.1691635,0.9840065,0.05581129),(0.2910452,0.9503265,0.1103273),(0.2851612,0.9458976,0.1547929),(0.4306784,0.874654,0.2224783),(0.5999335,0.72106,0.34663),(0.4338676,0.8622025,0.2614685),(0.5955832,0.737042,0.3194524),(0.7493221,0.4915641,0.443713),(0.8323214,0.1503604,0.5335098),(0.7519251,0.4892812,0.4418287),(0.8288022,0.1657626,0.5344248),(0.7483467,0.4721664,0.4658712),(0.7942984,-0.1982338,0.5742765),(0.6725081,-0.4844434,0.5595065),(0.8071135,-0.1672348,0.5662158),(0.8272225,0.1522891,0.5408429),(0.6066949,0.6985312,0.3794412),(0.7606629,0.4371708,0.4798686),(0.8365509,0.1330807,0.5314811),(0.818303,-0.2542809,0.5154817),(0.6740693,-0.5649672,0.4758601),(0.7962053,-0.239746,0.5554988),(0.7063824,-0.5718027,0.4172116),(0.5508375,-0.7793543,0.2986384),(0.3852783,-0.8957765,0.2216872),(0.5246149,-0.7779085,0.3458867),(0.3441965,-0.8890513,0.3018549),(0.4840864,-0.7601591,0.4333801),(0.241102,-0.9529921,0.1835101),(0.1876109,-0.9425128,0.2765354),(0.1209873,-0.9778205,0.170966),(0.3022941,-0.8683536,0.3931669),(0.6509442,-0.5330788,0.5404617),(0.4718979,-0.727167,0.4985385),(0.4071706,-0.8925058,0.1940249),(0.3015588,-0.9472844,0.1082341),(0.1995405,-0.9784822,0.05249863),(0.2756451,-0.9531189,0.1248365),(0.223932,-0.9737963,0.0396895),(0.1644204,-0.9863121,-0.01242325),(0.146076,-0.989273,-0.0008794112),(0.1080436,-0.9934233,-0.03790472),(0.1221858,-0.9921173,0.02781913),(0.09128202,-0.9956629,-0.01797443),(0.07298715,-0.9961945,-0.04763754),(0.05213916,-0.9985481,-0.01353489),(0.05162751,-0.9978383,-0.0406618),(0.06238198,-0.997653,0.02823348),(0.1697263,-0.981094,0.0929924),(0.08411175,-0.9925579,0.088058),(0.1500875,-0.9868205,-0.06048987),(0.2158927,-0.968776,-0.1219152),(0.112192,-0.9911762,-0.07058749),(0.1950254,-0.9739715,-0.1155187),(0.3843508,-0.9008428,-0.2018828),(0.6599056,-0.6969922,-0.2805827),(0.3857579,-0.9047458,-0.1806265),(0.6902971,-0.6785614,-0.2510861),(0.1907671,-0.9756438,-0.1082921),(0.3983642,-0.9024448,-0.164011),(0.7214721,-0.6538402,-0.2279715),(0.7499413,-0.6273708,-0.209747),(0.4150703,-0.897509,-0.1489772),(0.1950288,-0.9760196,-0.09669206),(0.09365818,-0.9929559,-0.07257098),(0.08651318,-0.9942135,-0.06367993),(0.8780624,-0.3805717,-0.2901233),(0.9706047,-0.06515897,-0.2316911),(0.9787925,0.0116369,-0.2045235),(0.9106048,-0.3225501,-0.2583798),(0.9509843,0.2763712,-0.1387369),(0.7504349,0.6603169,-0.02879238),(0.7175935,0.695794,-0.03050146),(0.9306009,0.3445886,-0.1234527),(0.9088676,0.4018484,-0.1117029),(0.9797661,0.07966556,-0.1836079),(0.6874046,0.7256311,-0.03056735),(0.6601644,0.750608,-0.02776254),(0.8873159,0.4499246,-0.1011842),(0.9761422,0.1389138,-0.1668814),(0.9354768,-0.2654234,-0.2333098),(0.9535776,-0.2121817,-0.2137019),(0.4092127,0.910485,0.05968348),(0.1469205,0.9839661,0.1011196),(0.1404876,0.986709,0.08166132),(0.3878368,0.9206137,0.04530858),(-0.0266049,0.993266,0.11276),(-0.1490799,0.9837775,0.09978508),(-0.1165889,0.9904379,0.07375512),(-0.01640197,0.995796,0.09011801),(-0.003166277,0.9973716,0.07238792),(0.1360422,0.9883801,0.06780358),(-0.07995085,0.9954693,0.05146665),(-0.03833954,0.9987322,0.03262043),(0.01393402,0.9981347,0.05943787),(0.1345225,0.9891221,0.05950841),(0.3682057,0.9290416,0.03614185),(0.3511257,0.9357677,0.03239875),(-0.2125607,0.9751767,0.06203464),(-0.1877616,0.9821999,0.005384514),(-0.1121976,0.9932449,-0.02960325),(-0.1567827,0.9871132,0.03204227),(-0.05615753,0.9962735,-0.06546184),(0.2109595,0.9654976,-0.152678),(0.331452,0.9225258,-0.1977008),(0.04110178,0.9934948,-0.1062019),(0.1426528,0.9789983,-0.1456455),(-0.03143959,0.9975098,-0.06313249),(0.4515445,0.8595015,-0.2395094),(0.5667364,0.775256,-0.278905),(0.2471088,0.9512122,-0.1847497),(0.05458067,0.9938805,-0.09603421),(-0.09605476,0.995366,0.004455279),(-0.02969726,0.9993324,-0.02128094),(0.5048704,0.8270766,-0.2470832),(0.7220158,0.6063799,-0.3331616),(0.8119826,0.4545229,-0.3661875),(0.6262839,0.7239432,-0.2892658),(0.8682898,0.3130737,-0.3847827),(0.9271879,-0.0531277,-0.37081),(0.9006719,-0.2211716,-0.3739962),(0.9042376,0.1372216,-0.4043815),(0.9113578,-0.04368917,-0.4092898),(0.8778727,0.2831658,-0.3862082),(0.8507067,-0.3781824,-0.3650703),(0.7795959,-0.5177718,-0.3523389),(0.8870493,-0.2216199,-0.4050038),(0.9129685,0.0985833,-0.3959417),(0.7355813,0.5953387,-0.3232523),(0.825217,0.4432815,-0.3500264),(0.8701745,-0.376372,-0.3180258),(0.7728103,-0.5583547,-0.3016691),(0.6913818,-0.6632346,-0.2865503),(0.8015653,-0.5121816,-0.3084853),(0.6895011,-0.644779,-0.3299215),(0.63503,-0.6676021,-0.3886441),(0.5707109,-0.7283486,-0.3792064),(0.6115916,-0.7258741,-0.3147418),(0.5391325,-0.7891997,-0.2941086),(0.6084282,-0.7478446,-0.2656007),(0.5159716,-0.7749697,-0.3649593),(0.4721783,-0.8091835,-0.3496706),(0.4753704,-0.835698,-0.2750124),(0.528501,-0.8119873,-0.2477158),(0.7213507,-0.6283959,-0.2911559),(0.6343086,-0.722306,-0.2755481),(0.6074266,-0.6491832,-0.4578145),(0.5991989,-0.6030292,-0.5266083),(0.5643958,-0.6353583,-0.5270456),(0.5595327,-0.6927508,-0.4549939),(0.6048985,-0.5264674,-0.5974361),(0.6158485,-0.4153899,-0.6694639),(0.5901273,-0.4439003,-0.6743161),(0.5780188,-0.5535282,-0.5995837),(0.5566647,-0.5771257,-0.5975369),(0.5380225,-0.6600991,-0.5242145),(0.5681812,-0.4748583,-0.6720712),(0.5502489,-0.5068361,-0.6635838),(0.5405356,-0.5987517,-0.591031),(0.5195245,-0.6797954,-0.5176606),(0.5220136,-0.7255409,-0.4484331),(0.4947765,-0.7500175,-0.438942),(0.616885,-0.303012,-0.7263861),(0.6051558,-0.230084,-0.7621339),(0.5630433,-0.2681486,-0.7817152),(0.5855834,-0.3364394,-0.7374962),(0.5861145,-0.198861,-0.7854451),(0.5614837,-0.2086966,-0.8007383),(0.4937045,-0.2541479,-0.8316638),(0.5307679,-0.2411168,-0.812495),(0.4929335,-0.2894104,-0.8205231),(0.5311996,-0.3151795,-0.7864406),(0.4527045,-0.29893,-0.8400592),(0.4402091,-0.3342407,-0.8333661),(0.473838,-0.3350632,-0.8143772),(0.5103215,-0.3637491,-0.779268),(0.5596418,-0.3775991,-0.7377127),(0.5395166,-0.4214787,-0.7288879),(0.5322113,-0.2341041,-0.813601),(0.5011061,-0.2498796,-0.8285245),(0.4221787,-0.2941,-0.857479),(0.4560861,-0.2804448,-0.8445923),(0.4708698,-0.2557216,-0.844327),(0.4443184,-0.2512978,-0.8599015),(0.373776,-0.2834166,-0.8831571),(0.3940999,-0.2951141,-0.870398),(0.3760615,-0.3156651,-0.8711677),(0.3919145,-0.3239836,-0.8610678),(0.3700986,-0.2934066,-0.8814417),(0.4318647,-0.2751441,-0.8589463),(0.4162704,-0.310767,-0.8544839),(0.4109322,-0.3322787,-0.8489556),(0.4175733,-0.3184587,-0.8510092),(0.4181894,-0.3400561,-0.842306),(0.4234171,-0.2398927,-0.8735957),(0.4086032,-0.2248012,-0.8845948),(0.358326,-0.2404335,-0.9021055),(0.3620321,-0.2636758,-0.8940961),(0.3996636,-0.2058354,-0.8932529),(0.3962513,-0.1828046,-0.8997597),(0.3711057,-0.1824172,-0.9104968),(0.3616942,-0.2134302,-0.9075378),(0.4016997,-0.1924125,-0.8953295),(0.3842707,-0.2291988,-0.8943177),(0.424089,-0.1522058,-0.8927385),(0.5516587,-0.08666673,-0.829555),(0.5168637,-0.1368925,-0.8450518),(0.4840611,-0.1851747,-0.8552164),(0.3732778,-0.2627598,-0.8897309),(0.4551463,-0.2312567,-0.8598617),(0.3979623,-0.157411,-0.9037963),(0.4043115,-0.1314036,-0.9051328),(0.4043984,-0.1153314,-0.9072821),(0.385601,-0.1491056,-0.910538),(0.4147753,-0.1047436,-0.903875),(0.4288822,-0.07743686,-0.9000354),(0.4519503,-0.04657904,-0.8908263),(0.4267539,-0.08112247,-0.9007221),(0.5096461,-0.02701008,-0.8599601),(0.4789181,-0.06846051,-0.875186),(0.5414813,0.01380815,-0.8405993),(0.6876116,0.1034629,-0.7186694),(0.6555735,0.05935127,-0.7527954),(0.6217831,0.01263477,-0.7830876),(0.4501295,-0.1102615,-0.8861297),(0.5869219,-0.03620226,-0.8088338),(0.4463325,-0.0498141,-0.8934797),(0.4670175,-0.0222234,-0.8839688),(0.5090137,0.02245379,-0.8604656),(0.4794583,-0.01195557,-0.8774832),(0.4908746,0.005265607,-0.8712143),(0.5178338,0.03254164,-0.854862),(0.5735663,0.08985312,-0.8142163),(0.5404488,0.05646608,-0.83948),(0.6381643,0.1304623,-0.7587661),(0.6060594,0.09280887,-0.7899864),(0.6698001,0.1664532,-0.7236444),(0.7908095,0.2520655,-0.5577484),(0.7689644,0.2194769,-0.6004362),(0.7444645,0.1836855,-0.6418973),(0.5737488,0.05381805,-0.8172612),(0.7173302,0.1449126,-0.6814967),(0.5475319,0.05998345,-0.8346322),(0.579187,0.08783112,-0.8104493),(0.6425602,0.1539355,-0.7506133),(0.6079047,0.122445,-0.784512),(0.6119521,0.1156532,-0.782393),(0.6450336,0.1430024,-0.7506543),(0.7090295,0.2115609,-0.6726955),(0.6765482,0.1837965,-0.7130927),(0.7566346,0.2576459,-0.6009349),(0.7297751,0.2306121,-0.6436197),(0.7806408,0.2809599,-0.5582665),(0.8519409,0.3368718,-0.4008917),(0.8407438,0.3227602,-0.4347135),(0.8268037,0.3040669,-0.4732219),(0.700577,0.2000859,-0.6849506),(0.8101049,0.280535,-0.5148109),(0.677601,0.1695236,-0.7156246),(0.7086968,0.1948236,-0.6780801),(0.7666224,0.2581447,-0.5879213),(0.7392856,0.2365636,-0.6304716),(0.7373428,0.2183878,-0.6392436),(0.7626801,0.2398206,-0.6006705),(0.8102152,0.289717,-0.5095245),(0.7904043,0.2759134,-0.5469304),(0.8350757,0.3230947,-0.4452622),(0.8197798,0.3139471,-0.4789555),(0.8476598,0.3275302,-0.417369),(0.8791249,0.3477774,-0.3258685),(0.8739519,0.3515211,-0.3356204),(0.8679509,0.3511226,-0.3512466),(0.8016558,0.2999111,-0.5171086),(0.8607841,0.3463407,-0.3729596),(0.7847381,0.2567888,-0.5641327),(0.8038981,0.2673486,-0.5312932),(0.8398687,0.3011117,-0.4516108),(0.8264472,0.2983998,-0.4774333),(0.8201712,0.272147,-0.5032446),(0.8335699,0.2717512,-0.4809495),(0.8598406,0.291203,-0.4193746),(0.8509108,0.2985521,-0.4322239),(0.8736959,0.3137564,-0.3717694),(0.8664441,0.3225788,-0.3810744),(0.8799828,0.3010921,-0.3673879),(0.8954076,0.3043203,-0.3250144),(0.891274,0.3189201,-0.3223669),(0.887464,0.3310617,-0.3206333),(0.8579224,0.3273148,-0.3960228),(0.8835651,0.3407111,-0.3212922),(0.8443031,0.2668943,-0.4646715),(0.853199,0.2581132,-0.4532427),(0.872115,0.2681781,-0.4092629),(0.8667164,0.2806092,-0.4123847),(0.8612562,0.2454882,-0.4449418),(0.8692992,0.2290832,-0.4379953),(0.8826435,0.2381684,-0.4052361),(0.8770927,0.2540063,-0.4076631),(0.8932769,0.2588795,-0.367475),(0.8892508,0.2725866,-0.3673279),(0.8980474,0.2456023,-0.3649526),(0.9137853,0.255035,-0.3161544),(0.9084508,0.2647087,-0.3234908),(0.9038677,0.276135,-0.3267608),(0.8851068,0.2866836,-0.3666038),(0.8996548,0.2893513,-0.3269511),(0.8771832,0.2127251,-0.4304623),(0.8845612,0.2002264,-0.4212611),(0.8956602,0.212727,-0.3905637),(0.8889307,0.223475,-0.3998263),(0.8916487,0.1915524,-0.4102075),(0.8986065,0.1866431,-0.3970776),(0.9103225,0.2026079,-0.3609193),(0.9028173,0.2058134,-0.3775735),(0.9180011,0.2233227,-0.3277211),(0.9105322,0.2270636,-0.3455042),(0.9260733,0.2230454,-0.3043665),(0.9416254,0.2501922,-0.2252675),(0.9340197,0.245965,-0.259053),(0.9266824,0.2452225,-0.2848257),(0.9038528,0.2344398,-0.3578937),(0.9199105,0.2481904,-0.303589),(0.9056187,0.1860607,-0.3810987),(0.9130896,0.1902933,-0.3606327),(0.9258134,0.2127567,-0.3124166),(0.917986,0.2044924,-0.3398303),(0.9214445,0.1991612,-0.3335788),(0.9307685,0.2123378,-0.2976285),(0.9416507,0.2471622,-0.2284837),(0.933862,0.227147,-0.2762353),(0.9471454,0.2614916,-0.1858432),(0.941407,0.241283,-0.2356596),(0.949783,0.2881849,-0.121909),(0.9415632,0.3357398,0.02715636),(0.9509483,0.3038646,-0.0579973),(0.9521114,0.278251,-0.1267299),(0.9341242,0.2283505,-0.27435),(0.9482875,0.2601909,-0.1818003),(0.9400832,0.2313246,-0.2504648),(0.9471931,0.2579939,-0.190432),(0.9479669,0.3055441,-0.08945075),(0.9474611,0.2730036,-0.1666931),(0.9492483,0.2923826,-0.1159312),(0.9423382,0.3337867,-0.02418932),(0.9130946,0.3902345,0.1182166),(0.9386002,0.3449747,0.004688098),(0.9016092,0.3978235,0.1698156),(0.9326299,0.3565329,0.05554866),(0.8448741,0.4419221,0.3014841),(0.7109838,0.4735917,0.51982),(0.8128237,0.4412724,0.3802584),(0.8794265,0.4058496,0.2487871),(0.9465026,0.3199999,-0.04162765),(0.9196987,0.3704785,0.1300001),(0.921764,0.3781007,0.08597107),(0.8813403,0.4221019,0.2122958),(0.7902614,0.4691646,0.3941718),(0.8654974,0.4339128,0.2502678),(0.8132287,0.4650031,0.3499015),(0.710313,0.5038246,0.4915447),(0.5401433,0.5078536,0.6710662),(0.6820185,0.4943676,0.5389355),(0.4925459,0.4941527,0.7163879),(0.6386478,0.4950789,0.589089),(0.3296792,0.4795147,0.8132511),(0.1043693,0.4059027,0.9079372),(0.2529062,0.4437368,0.8597302),(0.4159889,0.4764315,0.7745749),(0.7572315,0.4777014,0.4454231),(0.5743859,0.4887468,0.6566638),(0.5857393,0.5201871,0.6215423),(0.468393,0.5032652,0.7261765),(0.2774707,0.4550036,0.8461571),(0.3922554,0.495823,0.7747872),(0.3775655,0.4655013,0.8004704),(0.327994,0.4239298,0.8442177),(0.2083231,0.3531597,0.9120744),(0.2130148,0.4020838,0.8904793),(0.08721174,0.3461374,0.9341215),(0.1051639,0.3980298,0.9113247),(0.1383893,0.3003031,0.9437512),(0.1235236,0.2626695,0.9569464),(0.01344104,0.2949679,0.9554126),(-0.02585409,0.3299479,0.9436451),(0.1883348,0.4468694,0.87455),(0.003908112,0.3680342,0.9298041),(0.3291585,0.3890031,0.860425),(0.3832532,0.3583938,0.851276),(0.3537858,0.2937586,0.8879986),(0.258718,0.3183717,0.9119782),(0.4823214,0.3244026,0.8137131),(0.612176,0.2789877,0.7398691),(0.6271953,0.2285616,0.7445709),(0.482212,0.2672691,0.8342894),(0.5213325,0.2277983,0.822387),(0.3732197,0.2490258,0.8936964),(0.6692915,0.1952226,0.7168939),(0.7321135,0.1782267,0.6574535),(0.5915409,0.205909,0.7795389),(0.4356303,0.2235643,0.8719205),(0.2412325,0.2688272,0.9324906),(0.2755483,0.2387014,0.9311792),(0.721592,0.2403085,0.6492741),(0.7839311,0.2310548,0.5762514),(0.8085415,0.186447,0.5581203),(0.7426264,0.1940571,0.6409742),(0.811987,0.2499223,0.5274616),(0.8123934,0.2949449,0.5030154),(0.8472052,0.2509596,0.4682547),(0.8405926,0.2058602,0.5010245),(0.8767378,0.1827637,0.4448914),(0.8449501,0.1620905,0.5096921),(0.8854498,0.2263722,0.4058746),(0.920926,0.2243769,0.3186696),(0.9158823,0.1809789,0.3583377),(0.8895347,0.1566492,0.4291726),(0.7812206,0.1663256,0.6016894),(0.8333722,0.1554195,0.5304107),(0.7859375,0.3632165,0.5003758),(0.7258223,0.4505899,0.5197601),(0.77533,0.4128289,0.4779494),(0.8283732,0.3206263,0.4593437),(0.616055,0.5500326,0.5638619),(0.4410079,0.6421705,0.627),(0.4867725,0.6256098,0.6096432),(0.668916,0.5214826,0.5297237),(0.7183998,0.495493,0.4882504),(0.8220084,0.3838496,0.4206681),(0.5292113,0.6072651,0.5925912),(0.5609991,0.5900097,0.5806622),(0.7561517,0.4778419,0.4471036),(0.8577884,0.3704668,0.3563051),(0.8704643,0.292996,0.3955315),(0.9047332,0.2861542,0.3155531),(0.2588834,0.6938784,0.6719466),(0.140398,0.712581,0.6873986),(0.1626224,0.7017648,0.6935993),(0.2902484,0.6833926,0.6698734),(0.08371086,0.72221,0.6865895),(0.08200681,0.7344344,0.6737068),(0.1037919,0.7210734,0.6850404),(0.1032797,0.7096983,0.6968944),(0.1188789,0.6877146,0.7161819),(0.1797843,0.6838215,0.7071534),(0.1238871,0.6959643,0.7073088),(0.1376117,0.6569057,0.7413083),(0.1256069,0.6547755,0.7453133),(0.1867853,0.6581343,0.729363),(0.3169475,0.6682899,0.6730028),(0.3332434,0.6491411,0.683787),(0.09702445,0.7479044,0.6566775),(0.09384183,0.7568973,0.6467613),(0.1103203,0.7442315,0.658748),(0.1195395,0.7346014,0.6678856),(0.07365137,0.7576981,0.6484357),(0.03815806,0.7459334,0.6649266),(0.02233965,0.7337797,0.6790202),(0.07744537,0.7457441,0.661716),(0.09036187,0.7185802,0.6895485),(0.1318879,0.71631,0.6852047),(0.01971261,0.7085282,0.7054071),(0.03539226,0.6691499,0.7422841),(0.1134665,0.6735084,0.7304189),(0.1566242,0.6700673,0.7255885),(0.1434806,0.7074186,0.6920781),(0.1650164,0.6635965,0.7296637),(0.006883456,0.7222521,0.6915956),(-0.003152858,0.6945418,0.7194455),(-0.04168352,0.6855372,0.7268435),(-0.02617719,0.7100658,0.7036485),(0.004849791,0.671034,0.7414107),(0.02703929,0.6599232,0.7508464),(-0.02719415,0.6685365,0.7431819),(0.01404585,0.665834,0.7459678),(-0.06566506,0.6724061,0.7372639),(-0.04821181,0.6659436,0.7444425),(0.006848631,0.6729935,0.7396168),(-0.05199637,0.6650484,0.744988),(0.006795862,0.6816192,0.7316755),(-0.06675848,0.6575595,0.7504391),(-0.04376685,0.6888843,0.7235489),(-0.03779874,0.6600378,0.7502808),(0.04611082,0.6624081,0.7477228),(0.04783671,0.671919,0.739078),(0.06155095,0.6854497,0.7255138),(0.05256272,0.6743143,0.7365714),(0.03495565,0.6804368,0.7319725),(0.01090087,0.6795685,0.7335312),(0.04379928,0.6918011,0.7207586),(0.002555981,0.6843231,0.7291745),(0.07376129,0.6948893,0.7153237),(0.04987999,0.6964349,0.7158844),(-0.009538256,0.6818811,0.7314009),(0.04927534,0.6942731,0.7180229),(-0.0246676,0.6726848,0.7395177),(0.07923893,0.6999189,0.7098133),(0.06012128,0.6854973,0.7255886),(0.06528419,0.6954657,0.7155874),(-0.005322094,0.6688029,0.7434207),(0.002289325,0.6573265,0.7536025),(-0.02880171,0.6645542,0.7466848),(-0.01910897,0.6466241,0.7625694),(0.02861153,0.6551415,0.7549642),(0.06558528,0.6721591,0.7374962),(0.02710913,0.6425431,0.76577),(0.1015836,0.6634366,0.7413047),(-0.04830473,0.6348469,0.7711266),(0.01682889,0.6329335,0.7740233),(0.132854,0.6582778,0.7409589),(0.00223087,0.6274845,0.7786258),(0.1579691,0.6572207,0.7369578),(-0.07831559,0.6236312,0.7777857),(-0.05765999,0.6551601,0.7532865),(-0.08629049,0.6420115,0.7618235),(0.07763048,0.7036985,0.7062451),(0.03700629,0.7312533,0.6811014),(0.1453705,0.7013754,0.6978108),(0.1078745,0.735993,0.6683393),(-0.04259067,0.736088,0.6755446),(-0.14205,0.7003037,0.6995689),(0.003498533,0.7433858,0.6688538),(-0.1459804,0.6933941,0.7056163),(0.1891124,0.7348573,0.6513227),(0.06629152,0.7444428,0.6643871),(-0.1349062,0.6806586,0.7200724),(0.1388228,0.7364752,0.6620668),(-0.1094552,0.6615797,0.7418436),(0.2710564,0.7263553,0.6316141),(0.2154989,0.6977267,0.6831821),(0.2807675,0.6926288,0.6644057),(-0.2224389,0.6260241,0.7474054),(-0.2622152,0.5314103,0.80551),(-0.2726526,0.5906022,0.7595063),(-0.3337725,0.4731718,0.815294),(-0.2773305,0.4244276,0.8619449),(-0.2864491,0.3128568,0.9055758),(-0.3507665,0.3556295,0.8663087),(-0.3460214,0.2476897,0.9049414),(-0.3994241,0.4105587,0.8196964),(-0.4252153,0.2890654,0.8576906),(-0.4160387,0.1901441,0.8892452),(-0.494797,0.2366816,0.8361565),(-0.4929057,0.1476264,0.8574675),(-0.4527959,0.354993,0.8178971),(-0.3127689,0.5478088,0.7759389),(-0.3382165,0.5035973,0.7949839),(-0.2872195,0.2223721,0.931695),(-0.2690763,0.1766265,0.9467846),(-0.3262199,0.1684569,0.9301628),(-0.2879096,0.1333842,0.9483231),(-0.2313145,0.1781446,0.95643),(-0.1726045,0.2272777,0.9584115),(-0.2287667,0.1438504,0.9627943),(-0.1449379,0.2000417,0.9690079),(-0.3304984,0.09591062,0.9389207),(-0.2534572,0.1107173,0.9609897),(-0.1481283,0.1686458,0.9744827),(-0.3068574,0.07624085,0.9486969),(-0.183249,0.130711,0.9743379),(-0.3976635,0.06298761,0.9153668),(-0.3838862,0.1230367,0.9151466),(-0.4593652,0.08808982,0.8838687),(-0.1251436,0.2907591,0.9485769),(-0.1241823,0.3364563,0.9334752),(-0.0665096,0.2693632,0.9607393),(-0.02880102,0.3217628,0.9463822),(-0.1729971,0.3632065,0.915507),(-0.2744017,0.3663146,0.8891105),(-0.03660241,0.3594694,0.9324387),(-0.09576217,0.3824741,0.9189903),(0.03099115,0.2957083,0.9547754),(0.06417124,0.3411174,0.9378278),(0.05162615,0.3796828,0.9236751),(0.130826,0.3073649,0.9425558),(0.1661627,0.3580007,0.9188174),(0.05610904,0.2566902,0.9648637),(-0.04182151,0.2395804,0.9699754),(-0.05129616,0.1994212,0.9785703),(-0.41052,0.3512404,0.8414889),(-0.5520144,0.3235087,0.7685195),(-0.2018078,0.3929854,0.8971266),(-0.3397335,0.3872075,0.8571182),(-0.6781886,0.2800955,0.6794166),(-0.7764323,0.2236647,0.5891748),(-0.4900275,0.3556512,0.795855),(-0.6302304,0.2963087,0.7176425),(-0.120767,0.4278733,0.8957343),(-0.2686048,0.4162636,0.8686634),(-0.4351605,0.3672983,0.8220263),(-0.03828258,0.4492662,0.8925774),(-0.2036105,0.4209138,0.8839537),(0.08277076,0.4398181,0.8942645),(-0.01063466,0.4114846,0.9113547),(0.1520411,0.4058255,0.9012154),(-0.8452702,0.1625518,0.5090141),(-0.8907318,0.105114,0.442208),(-0.7417662,0.2237518,0.6322327),(-0.8212069,0.1543053,0.5493716),(-0.9202406,0.05288257,0.3877637),(-0.9384861,0.005854791,0.3452672),(-0.8757359,0.09005664,0.4743167),(-0.9111992,0.03073494,0.4108182),(-0.7089847,0.2188623,0.6704029),(-0.7980934,0.1439049,0.5850968),(-0.8598574,0.07072837,0.5056113),(-0.6722596,0.2122554,0.7092353),(-0.7709268,0.1277214,0.6239865),(-0.5415908,0.2916164,0.7884412),(-0.5884207,0.2945307,0.7530025),(-0.3819935,0.3623246,0.8501776),(-0.9482433,-0.03240927,0.3158865),(-0.9521272,-0.05831463,0.3000886),(-0.9317501,-0.01893011,0.3626065),(-0.942045,-0.05368731,0.3311628),(-0.9524385,-0.07247939,0.2959859),(-0.9504889,-0.07512923,0.30154),(-0.946403,-0.07438114,0.3143069),(-0.9472961,-0.08158594,0.3097965),(-0.9202482,-0.03849391,0.3894374),(-0.9320899,-0.06766327,0.3558513),(-0.9379145,-0.08153546,0.3371475),(-0.9057919,-0.04713912,0.4210927),(-0.920556,-0.07112541,0.3840806),(-0.8801314,-0.00723899,0.4746748),(-0.898423,0.007269629,0.4390711),(-0.8380686,0.0507411,0.5432001),(-0.9469682,-0.07006229,0.3135962),(-0.9422486,-0.06099666,0.3293128),(-0.9460182,-0.07949166,0.3142141),(-0.9432567,-0.07195959,0.3241735),(-0.9365492,-0.04772986,0.3472713),(-0.9301037,-0.03007967,0.3660633),(-0.9394617,-0.05869259,0.3375899),(-0.9350378,-0.03940999,0.3523511),(-0.9395238,-0.07982169,0.3330519),(-0.9375379,-0.06732695,0.3413059),(-0.9346341,-0.046551,0.352551),(-0.930736,-0.07378592,0.3581705),(-0.9290444,-0.05257476,0.3662136),(-0.9307622,-0.08365721,0.3559257),(-0.9399474,-0.08443529,0.3307104),(-0.9279938,-0.08266765,0.3633093),(-0.9232517,-0.01168879,0.3840178),(-0.916086,0.003514678,0.4009664),(-0.930504,-0.01921706,0.3657771),(-0.926179,-0.00357872,0.3770674),(-0.9080976,0.01536159,0.4184767),(-0.8986314,0.02369756,0.438064),(-0.921717,0.007336391,0.3877934),(-0.9166423,0.01337446,0.3994849),(-0.9288713,-0.007851711,0.3703195),(-0.9265112,0.002715648,0.3762571),(-0.9242071,0.007289967,0.381822),(-0.9235798,-0.000479992,0.3834057),(-0.9229771,0.00387374,0.3848353),(-0.9248531,-0.0113382,0.3801554),(-0.9315392,-0.02431014,0.3628273),(-0.9267415,-0.02870305,0.3746014),(-0.8866318,0.031024,0.4614343),(-0.871056,0.04001679,0.4895509),(-0.9100387,0.01748268,0.4141545),(-0.9009095,0.02269727,0.4334131),(-0.851188,0.05076036,0.5224004),(-0.8261593,0.06332145,0.559867),(-0.8885049,0.02899771,0.45795),(-0.8718716,0.03637296,0.488382),(-0.9165637,0.01049986,0.3997507),(-0.9094775,0.0119655,0.4155807),(-0.8989739,0.01315603,0.4378047),(-0.9182419,-0.0003684241,0.3960198),(-0.9124044,-0.005900498,0.4092475),(-0.9212577,0.002919985,0.3889417),(-0.9212103,0.008890214,0.3889634),(-0.9225228,0.004237527,0.3859192),(-0.795268,0.07795912,0.6012248),(-0.7585047,0.09516267,0.6446818),(-0.8499743,0.04627019,0.5247883),(-0.8223553,0.06047643,0.5657511),(-0.716556,0.1152461,0.6879431),(-0.6704867,0.1384349,0.7288918),(-0.7893201,0.07941614,0.6088241),(-0.7514774,0.1033908,0.6516074),(-0.8634139,0.02682087,0.5037827),(-0.8377246,0.04318001,0.5443832),(-0.8069825,0.06645682,0.5868242),(-0.8677624,0.008004028,0.496915),(-0.8429793,0.02921308,0.5371523),(-0.8875453,-0.004590203,0.4606974),(-0.8838491,0.0169837,0.4674638),(-0.9024175,-0.009043211,0.4307679),(-0.6222924,0.1617592,0.7658891),(-0.5738078,0.1821082,0.7984868),(-0.7105202,0.1287595,0.6917961),(-0.6683897,0.1517242,0.7281723),(-0.5257183,0.1995323,0.8269264),(-0.4786523,0.2141699,0.851483),(-0.6260958,0.1723215,0.7604665),(-0.5846381,0.1906696,0.7885705),(-0.7361458,0.1179301,0.6664698),(-0.6995513,0.1421181,0.7003074),(-0.6643282,0.1654299,0.728904),(-0.7513815,0.112299,0.6502421),(-0.7222553,0.1432319,0.6766328),(-0.7827767,0.0831053,0.6167287),(-0.7724633,0.09273206,0.6282526),(-0.8140103,0.0554682,0.5781959),(-0.4331267,0.2260758,0.87252),(-0.3894204,0.2352058,0.8905223),(-0.5447783,0.2062871,0.8128114),(-0.5064484,0.2184691,0.8341349),(-0.3476505,0.2415834,0.9059673),(-0.3079148,0.2452752,0.9192544),(-0.4688686,0.2270666,0.8535825),(-0.4311835,0.2319565,0.8719386),(-0.6023814,0.2012308,0.7724265),(-0.5737833,0.2111027,0.7913333),(-0.5441432,0.2152436,0.8109121),(-0.6624442,0.2006692,0.7217336),(-0.6451108,0.2015968,0.7370148),(-0.6790116,0.1903398,0.7090232),(-0.6319675,0.185911,0.7523657),(-0.6980272,0.1710533,0.6953409),(-0.2703494,0.2469371,0.9305553),(-0.2353898,0.247208,0.9399361),(-0.3925198,0.2344822,0.8893517),(-0.3528431,0.2360481,0.9054188),(-0.2039212,0.2460791,0.9475554),(-0.1767353,0.2436138,0.9536336),(-0.3132647,0.2364834,0.9197505),(-0.274877,0.2356788,0.932147),(-0.4738194,0.2180109,0.8532094),(-0.4335942,0.2194661,0.8739741),(-0.3918655,0.2206419,0.8931733),(-0.5594093,0.1999279,0.8044192),(-0.5216317,0.2035161,0.8285419),(-0.5937597,0.1982542,0.7798363),(-0.5111088,0.2165193,0.8317975),(-0.6228601,0.1987461,0.7566673),(-0.1567364,0.2346112,0.9593703),(-0.1471947,0.2140561,0.9656675),(-0.2410576,0.2289689,0.9431143),(-0.2163169,0.2122863,0.9529647),(-0.149479,0.1823538,0.971804),(-0.164913,0.1398728,0.9763398),(-0.2038667,0.186705,0.9610304),(-0.206861,0.1533501,0.9662775),(-0.3194879,0.2083213,0.9244077),(-0.2984456,0.1933714,0.9346324),(-0.2934925,0.1746517,0.9398718),(-0.4282621,0.2070331,0.8796186),(-0.4205992,0.2078039,0.8831273),(-0.4510357,0.2071995,0.8681216),(-0.3521332,0.2178791,0.9102368),(-0.4838323,0.2065089,0.8504471),(-0.1906933,0.09789629,0.9767561),(-0.2239687,0.06756429,0.9722515),(-0.2240954,0.1230987,0.9667615),(-0.2531275,0.1063133,0.9615737),(-0.2656969,0.04886616,0.9628173),(-0.3168643,0.04167087,0.947555),(-0.2944192,0.1031113,0.9500976),(-0.3483979,0.1135313,0.930446),(-0.3307192,0.1624372,0.9296445),(-0.3702879,0.1776755,0.9117666),(-0.4228554,0.2071116,0.882212),(-0.4893078,0.2713729,0.8288152),(-0.5352961,0.3173484,0.7827822),(-0.4531859,0.2373062,0.8592487),(-0.3049424,0.1614898,0.9385793),(-0.4295613,0.2160536,0.8768112),(-0.3747226,0.0553047,0.925486),(-0.4347723,0.09998126,0.8949732),(-0.411336,0.1455321,0.8997906),(-0.4760936,0.2077735,0.854497),(-0.4942755,0.1775502,0.8509803),(-0.550078,0.2879704,0.7838923),(-0.5847625,0.4248414,0.691059),(-0.5362017,0.3016082,0.7883657),(-0.5902461,0.4373444,0.6784832),(-0.5422491,0.3335477,0.7711756),(-0.6176999,0.5632609,0.5488023),(-0.6400536,0.6839105,0.3501397),(-0.6475585,0.5675218,0.5085144),(-0.6253515,0.4634633,0.6278034),(-0.4833262,0.2568599,0.8369102),(-0.5843368,0.3796674,0.7172191),(-0.6029862,0.4098127,0.6844423),(-0.6517203,0.5197477,0.5523794),(-0.6507219,0.6510333,0.3907897),(-0.6224313,0.5504569,0.556396),(-0.685965,0.6128668,0.3922327),(-0.6966414,0.6852112,0.212547),(-0.6461155,0.7631196,0.01353144),(-0.6608575,0.7219666,0.205016),(-0.6088828,0.7932054,-0.009314728),(-0.6260844,0.7565328,0.1888817),(-0.5721555,0.7965102,-0.1954728),(-0.4844393,0.7756603,-0.4045612),(-0.5332603,0.8106919,-0.2416858),(-0.5748895,0.816803,-0.04831985),(-0.6272568,0.6794291,0.3806902),(-0.610295,0.7765433,0.1565901),(-0.6774704,0.7351789,0.02336221),(-0.6230701,0.7641678,-0.1668269),(-0.5273793,0.7772483,-0.3431562),(-0.6024458,0.7795162,-0.1715039),(-0.5287844,0.7739558,-0.3483957),(-0.3938523,0.7643558,-0.5105298),(-0.2838199,0.7321594,-0.6191838),(-0.4205899,0.7605779,-0.4945962),(-0.321828,0.7233726,-0.6108673),(-0.4286493,0.7537383,-0.4981349),(-0.1939785,0.6919051,-0.6954421),(-0.2479035,0.6677938,-0.7018512),(-0.1369837,0.6490003,-0.7483541),(-0.3432506,0.6963693,-0.6302767),(-0.5126925,0.7798861,-0.3590601),(-0.4226846,0.7335137,-0.5322551),(-0.2594145,0.7261549,-0.6367128),(-0.1712611,0.6656092,-0.7263844),(-0.1571383,0.6878766,-0.7086138),(-0.08122337,0.633812,-0.7692107),(-0.1293237,0.5979522,-0.79103),(-0.1276086,0.5334527,-0.8361484),(-0.05362382,0.5799804,-0.8128635),(-0.06918254,0.5321251,-0.8438345),(-0.01907416,0.621292,-0.783347),(-0.004939961,0.5908005,-0.8068026),(-0.03571007,0.5669245,-0.8229955),(0.008469156,0.6303781,-0.7762421),(-0.03445892,0.6357587,-0.7711183),(0.006330114,0.6299095,-0.7766427),(-0.08120518,0.6566975,-0.7497694),(-0.04173732,0.6363825,-0.7702437),(-0.1384025,0.4804821,-0.8660148),(-0.1378557,0.4429032,-0.8859078),(-0.09826683,0.4949227,-0.8633627),(-0.1141031,0.4714065,-0.8745036),(-0.1274197,0.4194781,-0.8987783),(-0.1077375,0.4087518,-0.9062641),(-0.1109238,0.4616166,-0.8801171),(-0.1181167,0.4607209,-0.8796504),(-0.1258649,0.5461265,-0.8281931),(-0.1104769,0.5440969,-0.8317171),(-0.1270647,0.5552563,-0.8219154),(-0.1482375,0.6826622,-0.7155403),(-0.1479037,0.6689945,-0.728403),(-0.1286764,0.6553212,-0.7443094),(-0.08069991,0.5507184,-0.8307808),(-0.09080077,0.6437974,-0.7597895),(-0.08825633,0.4087773,-0.9083567),(-0.07848619,0.4183854,-0.9048721),(-0.1055807,0.4909006,-0.8647944),(-0.1031739,0.4721163,-0.8754778),(-0.07859101,0.437559,-0.8957487),(-0.08877285,0.466305,-0.8801585),(-0.1424842,0.5541092,-0.8201593),(-0.1185162,0.5181825,-0.8470188),(-0.1634636,0.6098757,-0.7754556),(-0.1389661,0.5869328,-0.7976203),(-0.2012415,0.6390523,-0.7423705),(-0.2492399,0.7202712,-0.6473709),(-0.1974799,0.7091374,-0.67685),(-0.1636934,0.7010249,-0.6940955),(-0.1270277,0.5691997,-0.8123273),(-0.1474457,0.6934061,-0.7052997),(-0.1025875,0.5038198,-0.8576955),(-0.112669,0.5466945,-0.8297172),(-0.178948,0.6474738,-0.7407802),(-0.1666911,0.5982697,-0.7837649),(-0.1173772,0.5892127,-0.7994067),(-0.1155944,0.6255331,-0.7715869),(-0.1596385,0.7367281,-0.6570749),(-0.176999,0.6955631,-0.6963212),(-0.2412028,0.7642954,-0.5980583),(-0.2499494,0.7193373,-0.648135),(-0.2087078,0.8054529,-0.554695),(-0.2584149,0.8446298,-0.468852),(-0.3012637,0.8054373,-0.5104029),(-0.3134185,0.7685837,-0.5577166),(-0.2359475,0.6758338,-0.6982673),(-0.2957336,0.7389511,-0.6053866),(-0.1100832,0.6522502,-0.7499676),(-0.1043109,0.6701007,-0.7349042),(-0.1366282,0.7670611,-0.6268574),(-0.1183283,0.7873558,-0.6050364),(-0.09910192,0.6823557,-0.7242717),(-0.09478819,0.692166,-0.7154868),(-0.1055878,0.8013065,-0.5888626),(-0.09867659,0.8120748,-0.5751498),(-0.1380687,0.8588634,-0.4932451),(-0.1173704,0.8739062,-0.4717119),(-0.10676,0.8848955,-0.4533896),(-0.1356112,0.9173392,-0.3742971),(-0.1190834,0.9286001,-0.3514554),(-0.1644705,0.9009609,-0.4015207),(-0.1687296,0.8371717,-0.5202633),(-0.2055876,0.8775736,-0.4331262),(-0.08997967,0.7020613,-0.7064089),(-0.08316334,0.7136602,-0.6955379),(-0.09450103,0.8221424,-0.5613835),(-0.08990692,0.8329864,-0.5459399),(-0.07430743,0.727822,-0.6817282),(-0.06339458,0.7453263,-0.663679),(-0.08489005,0.8453224,-0.5274692),(-0.07947414,0.8597334,-0.5045217),(-0.09872762,0.9023207,-0.4196072),(-0.09701128,0.9108984,-0.4010648),(-0.09679475,0.920262,-0.379142),(-0.1063608,0.9471884,-0.3025251),(-0.1100082,0.9517626,-0.2864369),(-0.1065693,0.942341,-0.3172324),(-0.1019652,0.8939109,-0.4364932),(-0.1107712,0.9364653,-0.3328104),(-0.05265226,0.7662317,-0.6404036),(-0.04435727,0.7896279,-0.6119807),(-0.07427257,0.8761701,-0.4762453),(-0.06988798,0.8937663,-0.4430548),(-0.03853697,0.8141096,-0.5794312),(-0.03621731,0.8261481,-0.5622879),(-0.06462531,0.9196326,-0.3874269),(-0.06629346,0.9113281,-0.4063082),(-0.0949688,0.9520786,-0.2907357),(-0.09633838,0.9414605,-0.323065),(-0.09404627,0.9570417,-0.2742743),(-0.1179598,0.9696685,-0.2140758),(-0.1180727,0.9671474,-0.2251328),(-0.1172616,0.9618635,-0.2471202),(-0.09694096,0.9306017,-0.3529629),(-0.1145769,0.9566256,-0.2678421),(0.07054204,0.9949921,0.07081389),(0.09644651,0.9924665,0.07555272),(0.1537394,0.9840752,0.08921893),(0.1297494,0.9816898,0.139464),(0.2104424,0.9642869,0.1608252),(0.0927131,0.9870129,0.1311861),(0.2234427,0.9679676,0.1145076),(0.3127594,0.937696,0.151353),(0.3034899,0.9315733,0.2001626),(0.4148335,0.872534,0.2580651),(0.2694641,0.9271985,0.2601771),(0.3865033,0.8678278,0.3122337),(0.5114298,0.7673057,0.3868869),(0.5930675,0.6112495,0.5240658),(0.4651413,0.7631543,0.4485969),(0.3231115,0.8613681,0.3919745),(0.1095757,0.9698146,0.2178364),(0.1601771,0.9596859,0.2309679),(0.1774409,0.9171184,0.3569433),(0.1103323,0.9348252,0.3375333),(0.4256203,0.8818409,0.2029876),(0.5544456,0.7853837,0.2752497),(0.6719941,0.6183897,0.4074531),(0.5435693,0.7721933,0.3290137),(0.6808373,0.6321744,0.3698867),(0.7785576,0.4095876,0.4754851),(0.8117979,0.1444529,0.5657893),(0.7707018,0.4064862,0.4907014),(0.7893642,0.1607181,0.592515),(0.7384602,0.4081931,0.5367074),(0.7705052,-0.1085036,0.628131),(0.6824318,-0.3434988,0.6452097),(0.7528823,-0.09080099,0.6518615),(0.7543256,0.1665346,0.6350269),(0.6362391,0.6138459,0.4673254),(0.6947924,0.4067302,0.5931562),(0.8238046,0.1353858,0.5504695),(0.8047273,-0.1554053,0.5729425),(0.7043864,-0.3988787,0.5871419),(0.7874493,-0.1348571,0.6014459),(0.7046008,-0.4379852,0.5583071),(0.5150468,-0.6812375,0.520233),(0.3528969,-0.8021296,0.4817177),(0.5589198,-0.628347,0.5410994),(0.3991862,-0.7609817,0.5114269),(0.5644189,-0.5874586,0.5799344),(0.1994984,-0.876267,0.4385846),(0.2449192,-0.8542373,0.4585775),(0.06317118,-0.9224514,0.3809106),(0.4123875,-0.7341487,0.5394092),(0.6895514,-0.3660709,0.6249088),(0.5607314,-0.5631123,0.6070295),(0.3012142,-0.8404993,0.4503675),(0.1479889,-0.9225075,0.3564818),(0.1510929,-0.9004142,0.4079525),(0.02005172,-0.9461008,0.3232511),(0.05927641,-0.964447,0.2575425),(0.02270867,-0.9858521,0.1660722),(-0.04572539,-0.9703704,0.2372563),(-0.05827236,-0.9858785,0.1569966),(-0.08697702,-0.9538718,0.2873388),(-0.1323429,-0.9681223,0.2126608),(-0.1248864,-0.9817972,0.1430999),(-0.2020918,-0.9625065,0.1809421),(-0.1780913,-0.9762172,0.1236259),(-0.1747268,-0.9541521,0.2430316),(0.02084107,-0.9312299,0.3638357),(-0.08908013,-0.9466855,0.3095987),(0.01406222,-0.9956796,0.09178498),(0.01440257,-0.9991978,0.03737034),(-0.04417985,-0.994901,0.09066453),(-0.02544409,-0.9988039,0.0417549),(0.02211019,-0.9997548,-0.001174199),(0.03661802,-0.9989587,-0.02721411),(-0.002744237,-0.9999731,0.006799387),(0.02389823,-0.9995617,-0.01747276),(-0.05804063,-0.997425,0.04212642),(-0.02301547,-0.9996737,0.01107577),(0.01325606,-0.9998516,-0.01101232),(-0.03925718,-0.9991549,0.01218028),(0.004466865,-0.9999617,-0.00751366),(-0.08402266,-0.995699,0.03903413),(-0.09207189,-0.9921077,0.08511807),(-0.1302782,-0.9886081,0.0753766),(0.08292702,-0.9952869,-0.05026993),(0.2002814,-0.9762051,-0.08313181),(0.2034997,-0.9764457,-0.07170529),(0.07915843,-0.9960699,-0.03973463),(0.4299672,-0.8927419,-0.1346862),(0.7736366,-0.6031039,-0.1942985),(0.7928761,-0.5820356,-0.1805049),(0.4412847,-0.8890355,-0.1219988),(0.4496655,-0.886241,-0.1112563),(0.2051862,-0.9767216,-0.06255884),(0.8082973,-0.5640665,-0.1687738),(0.8204876,-0.5489911,-0.1594017),(0.45577,-0.884151,-0.1027164),(0.2058365,-0.9769941,-0.05580087),(0.07541515,-0.9966398,-0.03196159),(0.07188623,-0.9970509,-0.02686721),(0.9662725,-0.1650491,-0.1976772),(0.9698613,0.1893584,-0.1533372),(0.9621465,0.2321764,-0.1427175),(0.9750805,-0.1239262,-0.1840113),(0.8670041,0.4896415,-0.092493),(0.6364841,0.7708915,-0.02478325),(0.6160563,0.7873252,-0.02436479),(0.8482097,0.5224994,-0.08680189),(0.8312514,0.5495062,-0.08404665),(0.9538624,0.268122,-0.135119),(0.5986535,0.8005727,-0.02640842),(0.5840569,0.811127,-0.03082995),(0.8163087,0.5714543,-0.0841428),(0.9456354,0.2978746,-0.1305542),(0.9809276,-0.08859987,-0.1730065),(0.9845662,-0.05878822,-0.1648425),(0.3375137,0.9408307,0.03036731),(0.1367573,0.9891683,0.05332553),(0.14272,0.9887029,0.045799),(0.3273579,0.9445308,0.02642716),(0.03553869,0.9981914,0.04848721),(0.008856675,0.9998461,0.01513907),(0.06154777,0.9980987,-0.003317693),(0.06149652,0.9974346,0.03663945),(0.09112196,0.9955589,0.02364897),(0.1517605,0.987729,0.03688228),(0.1192924,0.992582,-0.02345794),(0.182086,0.9821998,-0.04613396),(0.1239315,0.9922477,0.009242121),(0.1633227,0.9862162,0.02651855),(0.3202038,0.9471242,0.02062439),(0.3156388,0.9487904,0.01299238),(0.04280613,0.9979898,-0.04673347),(0.1458864,0.9807426,-0.1298503),(0.2427793,0.9556372,-0.1667808),(0.1215786,0.9898248,-0.07392827),(0.3532347,0.9079211,-0.2256202),(0.6727002,0.66795,-0.3183035),(0.7656663,0.5336198,-0.3591726),(0.4607788,0.8451805,-0.2708375),(0.5678299,0.7576002,-0.3218871),(0.3451986,0.91498,-0.2089249),(0.8382162,0.3712762,-0.3994339),(0.8805071,0.1860621,-0.4359911),(0.6693627,0.6387611,-0.3793916),(0.4526058,0.8533792,-0.2586346),(0.2065424,0.9728614,-0.1043117),(0.2980727,0.94427,-0.1396663),(0.8882146,0.2704273,-0.3714077),(0.9133279,-0.09090582,-0.3969485),(0.879385,-0.2753486,-0.3884137),(0.9186305,0.08048391,-0.3868339),(0.8342232,-0.3866414,-0.3931667),(0.6961782,-0.6334111,-0.3378258),(0.6111594,-0.7241905,-0.3194253),(0.7610469,-0.5308213,-0.3728756),(0.6778128,-0.6491232,-0.3452663),(0.8175555,-0.4414936,-0.3697113),(0.5311288,-0.7932664,-0.2977093),(0.4599646,-0.8448223,-0.2733272),(0.594052,-0.7411527,-0.3127219),(0.7388579,-0.5798801,-0.3432609),(0.9123443,-0.11449,-0.39309),(0.8713798,-0.2980583,-0.3896905),(0.549561,-0.7925764,-0.2642068),(0.4575767,-0.8571036,-0.2366367),(0.3993439,-0.8872831,-0.2307661),(0.4749065,-0.8425036,-0.2542668),(0.4224016,-0.86762,-0.2623211),(0.4377895,-0.8331785,-0.3378668),(0.410708,-0.8491166,-0.3321445),(0.3804799,-0.888428,-0.2567699),(0.3486049,-0.9014419,-0.2566653),(0.3530414,-0.9073263,-0.2282995),(0.3905893,-0.8587389,-0.3316737),(0.3768181,-0.8633795,-0.3355353),(0.3254234,-0.909042,-0.2602734),(0.3172481,-0.9206607,-0.2274587),(0.4117688,-0.8778272,-0.2446751),(0.3599655,-0.9030445,-0.2343829),(0.4745439,-0.7682737,-0.4296086),(0.5063335,-0.6960837,-0.5090126),(0.4968617,-0.7085522,-0.501081),(0.4585109,-0.7812483,-0.4235786),(0.52939,-0.6185969,-0.5805895),(0.5390223,-0.5370837,-0.648842),(0.5382625,-0.5605069,-0.6293691),(0.5240976,-0.634292,-0.5683269),(0.5265115,-0.6424755,-0.5567861),(0.4923012,-0.7157333,-0.4953435),(0.5504186,-0.5714756,-0.6086501),(0.5775737,-0.5642139,-0.5899757),(0.5382985,-0.6398428,-0.5484851),(0.4937063,-0.7161949,-0.4932737),(0.4471392,-0.7890884,-0.4211958),(0.4407206,-0.7918589,-0.4227585),(0.5303363,-0.4621085,-0.7107736),(0.5069541,-0.406152,-0.7602881),(0.5283143,-0.4343762,-0.7295212),(0.5381923,-0.4920676,-0.6842651),(0.4798867,-0.3701411,-0.7954271),(0.4600501,-0.3531423,-0.8146437),(0.5164047,-0.350897,-0.7811514),(0.5178376,-0.3876814,-0.7625926),(0.5890588,-0.3791608,-0.7136153),(0.5765511,-0.4397704,-0.6886152),(0.609731,-0.3202795,-0.7250166),(0.73284,-0.2480561,-0.6335722),(0.6905057,-0.3314756,-0.6429041),(0.6516595,-0.4111119,-0.6374378),(0.5657089,-0.5036995,-0.6528862),(0.6146113,-0.4884067,-0.6194448),(0.4562973,-0.3396167,-0.8224679),(0.4700178,-0.3142379,-0.8248259),(0.562169,-0.2685645,-0.7822015),(0.5312768,-0.3144218,-0.7866917),(0.4968832,-0.2763736,-0.8226327),(0.532366,-0.2256013,-0.8158987),(0.6497875,-0.1470622,-0.7457538),(0.6036076,-0.2127098,-0.768383),(0.7338474,-0.1171262,-0.6691408),(0.6860265,-0.1908912,-0.7020885),(0.7801394,-0.03909201,-0.6243831),(0.8992549,0.09762499,-0.426392),(0.8665743,0.01475705,-0.4988299),(0.8249621,-0.07252856,-0.560515),(0.6427085,-0.2587651,-0.7210869),(0.7787352,-0.161007,-0.6063401),(0.5723526,-0.1677723,-0.8026612),(0.6142422,-0.1092627,-0.7815166),(0.7394754,-0.01005421,-0.6731085),(0.6959293,-0.07739526,-0.7139275),(0.6560649,-0.05077735,-0.7529944),(0.6958511,0.006742548,-0.7181545),(0.8125426,0.1120776,-0.5720254),(0.7787834,0.05354173,-0.6250036),(0.8800201,0.1677499,-0.4443246),(0.8540878,0.1069904,-0.5090059),(0.8987728,0.2189599,-0.3798211),(0.940522,0.3122887,-0.1337688),(0.9397834,0.2783113,-0.1983681),(0.9341842,0.2315148,-0.271479),(0.8206936,0.03753084,-0.5701348),(0.9213695,0.1711724,-0.3489676),(0.7322675,0.0617356,-0.6782132),(0.7648187,0.1126819,-0.6343147),(0.8621204,0.2105222,-0.4608999),(0.84022,0.1646167,-0.5166543),(0.793337,0.158986,-0.5876561),(0.8177326,0.2002415,-0.5396451),(0.8914506,0.2819791,-0.354688),(0.8789427,0.2496001,-0.4063983),(0.9224399,0.3215902,-0.213739),(0.9185658,0.295072,-0.2630008),(0.9240825,0.3415155,-0.1715771),(0.928427,0.371354,0.01093582),(0.931173,0.36447,-0.008867178),(0.9347477,0.3531631,-0.03902096),(0.9111803,0.2610998,-0.3187118),(0.9383248,0.3362686,-0.08043599),(0.8379795,0.2367733,-0.4916593),(0.8543011,0.2690367,-0.4447347),(0.9060607,0.3306745,-0.2640235),(0.9002681,0.3086522,-0.3070036),(0.867155,0.2970463,-0.3997574),(0.8770027,0.3209448,-0.3575763),(0.9115964,0.362449,-0.1939661),(0.9096175,0.3484564,-0.2262172),(0.9224916,0.3758699,-0.08792641),(0.9235396,0.3676883,-0.1089956),(0.9215019,0.3814093,-0.07321991),(0.9253775,0.3789092,0.01022),(0.9251951,0.3789659,0.01997407),(0.9255555,0.3778459,0.02406912),(0.9242654,0.356413,-0.1367593),(0.9266151,0.3753983,0.02146007),(0.8845947,0.3399268,-0.3192835),(0.8905745,0.3533297,-0.2864179),(0.9145591,0.3761499,-0.1486371),(0.912972,0.3719112,-0.1678215),(0.895183,0.3616794,-0.2604526),(0.8986101,0.3655118,-0.2426956),(0.918917,0.3709247,-0.1341874),(0.9165386,0.3756842,-0.1371802),(0.9248453,0.3745636,-0.06605588),(0.9224257,0.3811053,-0.06236528),(0.9283509,0.3639208,-0.07567328),(0.9345246,0.3502283,-0.06327527),(0.9310222,0.362489,-0.04242089),(0.9282617,0.3712614,-0.02225575),(0.9212891,0.3834567,-0.06470986),(0.926327,0.3766965,-0.004238638),(0.9009583,0.3656774,-0.2335684),(0.902508,0.3628455,-0.2319966),(0.9223588,0.355609,-0.1509847),(0.9210287,0.3637001,-0.1393856),(0.9036588,0.3571689,-0.236286),(0.9047022,0.3486792,-0.24482),(0.9234867,0.336414,-0.1843851),(0.9230935,0.3465627,-0.166711),(0.9353575,0.3303593,-0.1263697),(0.9339846,0.340656,-0.1078248),(0.936178,0.3207259,-0.1438942),(0.9426983,0.3105968,-0.1218589),(0.9414401,0.3175535,-0.1133593),(0.9399163,0.3264102,-0.1000684),(0.93172,0.3517864,-0.09024426),(0.9377429,0.3372619,-0.08302075),(0.9055494,0.3384894,-0.2557447),(0.9062647,0.3276691,-0.2670527),(0.9232098,0.3173991,-0.2166597),(0.9234867,0.3262996,-0.2017448),(0.9074339,0.3161514,-0.2767887),(0.9096912,0.3039185,-0.2830116),(0.9244092,0.3030765,-0.2315428),(0.9232986,0.3096532,-0.2272325),(0.9366053,0.3049571,-0.1725447),(0.9365228,0.3074916,-0.1684455),(0.9371104,0.3051769,-0.1693851),(0.9447135,0.3136597,-0.09557173),(0.9448947,0.3077348,-0.1116833),(0.9445035,0.3052783,-0.1213193),(0.9365261,0.3127463,-0.1584575),(0.943754,0.3062474,-0.124663),(0.9131315,0.2922894,-0.284179),(0.9175157,0.2826426,-0.2797822),(0.9307994,0.2935057,-0.2178694),(0.9269427,0.2976793,-0.2283947),(0.9227414,0.2749618,-0.2700822),(0.9286532,0.2691156,-0.2553037),(0.9408457,0.2884172,-0.177834),(0.9355809,0.2904884,-0.2007608),(0.9436625,0.3106765,-0.1139349),(0.9408357,0.3087574,-0.139632),(0.9464348,0.3123605,-0.08180536),(0.9397441,0.3402319,0.03351724),(0.9422569,0.334772,-0.008923851),(0.9435335,0.328297,-0.04433293),(0.9384891,0.3068758,-0.1583209),(0.9441931,0.321176,-0.07311147),(0.9347711,0.2664705,-0.2349395),(0.9406644,0.2683493,-0.2076998),(0.9485124,0.296367,-0.1117627),(0.9455201,0.289619,-0.1487025),(0.946077,0.2745551,-0.1719241),(0.9503269,0.2847534,-0.125675),(0.9456401,0.3251651,-0.00568901),(0.9490412,0.3083957,-0.06490657),(0.9360298,0.3458297,0.0651928),(0.9444937,0.3284784,0.005791712),(0.9193816,0.3683171,0.1381305),(0.8591444,0.4109195,0.3049852),(0.8966513,0.3850493,0.2185256),(0.9200523,0.363742,0.1455868),(0.9474105,0.3171854,-0.04250757),(0.9334677,0.3485829,0.08442812),(0.9514012,0.3006138,-0.06683758),(0.9460672,0.3239133,0.006080316),(0.9138718,0.3746808,0.1563737),(0.9353858,0.3470486,0.06790087),(0.9305023,0.3539379,0.09430493),(0.8994825,0.3886948,0.1996188),(0.814312,0.4414457,0.3768576),(0.8757594,0.407084,0.2594767),(0.7760862,0.4532354,0.4384836),(0.8450067,0.4232245,0.3268711),(0.6772826,0.4808869,0.5568088),(0.4786539,0.4926066,0.7267936),(0.6173794,0.4808921,0.6225637),(0.7242708,0.4612601,0.5125146),(0.8907394,0.3944554,0.2258057),(0.8031961,0.437376,0.404448),(0.8477255,0.4221895,0.3211189),(0.7694289,0.4498503,0.4534465),(0.6043754,0.483824,0.6329651),(0.7248343,0.469235,0.5044143),(0.6575263,0.4705271,0.5884415),(0.5064489,0.4808532,0.7157443),(0.263215,0.4700432,0.8424829),(0.4499955,0.4844603,0.7502015),(0.206212,0.4691369,0.8587126),(0.3883929,0.4916508,0.7793783),(0.01071974,0.4330198,0.9013207),(-0.2234974,0.3613034,0.9052672),(-0.05307031,0.4113652,0.9099243),(0.1306034,0.4572678,0.8796867),(0.5469782,0.4961041,0.6743112),(0.3123591,0.4865827,0.8158855),(0.3293417,0.4663545,0.821004),(0.1564856,0.4215382,0.8932064),(-0.078532,0.3638099,0.9281568),(0.07352275,0.4293839,0.9001244),(0.0124642,0.3630034,0.9317045),(-0.08736764,0.3129207,0.9457523),(-0.2122172,0.2408798,0.9470696),(-0.1755787,0.2941544,0.939492),(-0.3054801,0.2433842,0.9205683),(-0.2651068,0.3097177,0.9131227),(-0.2778048,0.193227,0.9410036),(-0.2894058,0.1644771,0.9429695),(-0.380038,0.2040368,0.9021863),(-0.3964344,0.2538052,0.8822827),(-0.1583817,0.3785007,0.9119498),(-0.3453352,0.308604,0.8862885),(-0.1270187,0.2803524,0.9514561),(-0.09739807,0.2604995,0.9605486),(-0.103036,0.206749,0.9729534),(-0.188166,0.2137555,0.9585938),(-0.001263049,0.2470423,0.9690039),(0.161581,0.2313429,0.9593602),(0.2435585,0.2030496,0.9483935),(0.04254316,0.2076961,0.9772678),(0.1359919,0.1794452,0.9743232),(-0.05174222,0.1706654,0.9839696),(0.3581744,0.1807889,0.9159839),(0.4918448,0.1662114,0.8546711),(0.2686154,0.1633161,0.9493017),(0.0511971,0.1518943,0.9870698),(-0.1905098,0.1701274,0.9668313),(-0.1383227,0.146786,0.9794491),(0.3507328,0.2163003,0.9111535),(0.5246567,0.2056393,0.8261041),(0.6224505,0.1869929,0.7599928),(0.4504942,0.1941616,0.8714105),(0.6761708,0.1906971,0.7116373),(0.802231,0.1661681,0.5734227),(0.867421,0.15177,0.4738636),(0.7601393,0.1745724,0.6258696),(0.8374404,0.1621821,0.5219105),(0.720535,0.1717943,0.6718007),(0.9220207,0.1405835,0.3607133),(0.9614847,0.1381246,0.2376314),(0.9030076,0.1569787,0.3999186),(0.8120205,0.1624825,0.5605552),(0.5635037,0.1758797,0.807174),(0.6789991,0.1633818,0.7157279),(0.8879473,0.1478731,0.4355262),(0.9317964,0.1544686,0.3284735),(0.9635285,0.1450177,0.2249065),(0.9345052,0.1353243,0.3292223),(0.9482934,0.1838038,0.2587582),(0.9456401,0.2298748,0.2300487),(0.959259,0.2296924,0.1645102),(0.9694077,0.1786483,0.1683261),(0.980514,0.172026,0.09486527),(0.9826952,0.1353163,0.1264899),(0.9651582,0.2285637,0.1273905),(0.9649413,0.231187,0.1242618),(0.9841434,0.1712775,0.04610662),(0.9901478,0.1335466,0.04210215),(0.9681883,0.1243817,0.2171188),(0.9866811,0.122604,0.1069047),(0.9252686,0.2889117,0.2457804),(0.8777359,0.3655076,0.3098129),(0.8831816,0.358677,0.3022268),(0.9339782,0.289068,0.2100579),(0.7762707,0.4639679,0.4267758),(0.5749557,0.5690694,0.5878655),(0.5645775,0.5366178,0.6271312),(0.7769797,0.4454949,0.4447887),(0.7550341,0.4206882,0.5029363),(0.8746176,0.3499473,0.3355309),(0.5213575,0.489814,0.6987622),(0.4307699,0.4240583,0.7966253),(0.6999442,0.3854148,0.6012766),(0.8461937,0.3374425,0.4124182),(0.9337602,0.2888779,0.2112851),(0.9230072,0.2895755,0.2533847),(0.3322681,0.6200555,0.7107244),(0.1775222,0.6183169,0.7656174),(0.1444532,0.5549926,0.819217),(0.3054536,0.572273,0.761053),(0.1183503,0.6047094,0.7876038),(0.1412331,0.5989917,0.7882019),(0.1334092,0.5151933,0.8466274),(0.09212755,0.5285324,0.8438993),(0.04118587,0.4213386,0.9059677),(0.07820659,0.4633047,0.8827415),(0.1135393,0.4010441,0.9089953),(0.08107597,0.2562588,0.963202),(-0.03983115,0.2829643,0.958303),(-0.03038256,0.3420434,0.9391928),(0.2417016,0.501591,0.8306544),(0.1276679,0.4047162,0.9054863),(0.1817012,0.6003041,0.7788579),(0.1831462,0.6047609,0.7750624),(0.212968,0.5199565,0.8272181),(0.1948631,0.5138394,0.8354625),(0.1467158,0.6110309,0.7778919),(0.07159382,0.6158218,0.7846258),(0.1260326,0.547211,0.8274515),(0.1900569,0.5320505,0.8251066),(0.2437556,0.4340002,0.8673102),(0.2492725,0.4132194,0.8758498),(0.1938762,0.4589017,0.8670763),(0.3061581,0.3162515,0.8979154),(0.2682357,0.3483216,0.8981769),(0.293833,0.2847432,0.9124601),(0.2077008,0.4008259,0.8922999),(0.2229495,0.2613502,0.9391429),(-0.003521372,0.6213604,0.783517),(-0.03842794,0.6346278,0.7718619),(0.05599061,0.5661995,0.8223644),(0.01765474,0.5914446,0.8061523),(-0.03142047,0.6546929,0.7552417),(0.01955405,0.6772464,0.7354964),(0.01434607,0.6189944,0.7852643),(0.04905389,0.6430202,0.7642766),(0.09207407,0.518849,0.849893),(0.07818635,0.5487313,0.8323345),(0.09333485,0.5710423,0.8155975),(0.1508902,0.4333679,0.8884957),(0.1491387,0.4499907,0.8804919),(0.1728411,0.4084756,0.8962554),(0.1318638,0.4872566,0.8632456),(0.212846,0.3790891,0.9005488),(0.07131337,0.6899495,0.7203361),(0.07984848,0.6885993,0.7207325),(0.08464929,0.6531765,0.7524593),(0.08269718,0.647141,0.7578718),(0.04401309,0.6756783,0.7358816),(-0.03812596,0.6483528,0.7603848),(0.04067605,0.6288316,0.7764769),(-0.04438494,0.5979447,0.8003075),(0.09356595,0.5686628,0.8172318),(0.04495517,0.5471554,0.8358229),(-0.04048528,0.5150936,0.8561773),(0.06255938,0.4210916,0.9048581),(-0.02332284,0.3906963,0.9202241),(0.1179643,0.4425978,0.8889272),(0.1086243,0.5780724,0.808723),(0.1458419,0.4533819,0.8793036),(-0.1062461,0.6165757,0.7800938),(-0.09791964,0.6023374,0.792213),(-0.1124457,0.5668623,0.8161024),(-0.1003441,0.5565642,0.8247226),(-0.004604843,0.6129977,0.7900712),(0.1866633,0.6469371,0.7393438),(0.006364061,0.5728307,0.819649),(0.2315745,0.6112742,0.7567807),(-0.08676568,0.4795219,0.8732299),(0.03541351,0.5005786,0.8649665),(0.2966363,0.5453741,0.7839477),(0.08241656,0.3860683,0.9187811),(0.3846299,0.4421359,0.8102936),(-0.05828726,0.3609517,0.9307612),(-0.1050862,0.486202,0.8675048),(-0.0841077,0.3649526,0.9272192),(0.346041,0.67649,0.65009),(0.3530582,0.7053221,0.6147119),(0.4232359,0.6380364,0.643258),(0.4434109,0.6664296,0.5993816),(0.2173674,0.7167445,0.6625925),(-0.07024197,0.636613,0.7679778),(0.3067414,0.684129,0.6617228),(-0.01153511,0.6077822,0.79402),(0.5473352,0.608658,0.5744211),(0.4142908,0.6380988,0.6489938),(0.07709922,0.5761866,0.8136736),(0.5425472,0.5786373,0.608951),(0.2054254,0.5421939,0.8147553),(0.6642696,0.5325099,0.5245752),(0.5174078,0.5749211,0.6338413),(0.6294017,0.4855781,0.6066855),(-0.3441861,0.4640377,0.8162137),(-0.4858234,0.3133442,0.8159602),(-0.3242639,0.4329575,0.8410711),(-0.4924633,0.2865149,0.8218207),(-0.5481803,0.2011167,0.8118192),(-0.5628024,0.1171811,0.8182434),(-0.5777309,0.1793153,0.796287),(-0.6147961,0.09399184,0.7830653),(-0.4702116,0.2742241,0.8388696),(-0.5835378,0.1712257,0.7938296),(-0.6485214,0.08042642,0.7569357),(-0.5634167,0.1774608,0.8068886),(-0.6630806,0.07946268,0.7443182),(-0.413635,0.2762159,0.8675316),(-0.2712519,0.41153,0.8700951),(-0.1756948,0.3999858,0.8995236),(-0.5392834,0.05745414,0.8401621),(-0.4792275,0.02848334,0.8772284),(-0.6101193,0.02724231,0.791841),(-0.5621387,-0.009025296,0.8269936),(-0.3831635,0.03608226,0.9229755),(-0.2484105,0.08451878,0.9649605),(-0.4723845,-0.008325569,0.8813533),(-0.3376176,0.03423642,0.9406604),(-0.6396981,-0.0419511,0.7674806),(-0.5661278,-0.04834499,0.8228986),(-0.4429096,-0.01145892,0.8964931),(-0.6561024,-0.074857,0.75095),(-0.5548924,-0.04376282,0.8307702),(-0.706674,-0.06231927,0.7047895),(-0.6684251,0.002911029,0.7437736),(-0.7119743,-0.009693737,0.7021386),(-0.09645161,0.1496234,0.9840274),(0.04196523,0.207646,0.9773034),(-0.175691,0.09643155,0.979711),(-0.01438634,0.1564156,0.9875866),(0.1564923,0.2638564,0.9517826),(0.2383184,0.3261191,0.9147955),(0.1348934,0.2202306,0.9660758),(0.2603251,0.2955843,0.919163),(-0.1089423,0.1091444,0.9880379),(0.06849118,0.180395,0.9812067),(0.235496,0.2680945,0.9341665),(-0.04210832,0.1472295,0.9882056),(0.1615261,0.2435427,0.9563453),(-0.2366988,0.07135773,0.9689591),(-0.2827434,0.04769733,0.9580089),(-0.4094677,0.01085945,0.9122599),(0.2707619,0.3869242,0.8814633),(0.244435,0.4331547,0.8675417),(0.3365751,0.3680767,0.8667392),(0.3508149,0.4219402,0.8359996),(0.1624299,0.4591687,0.8733732),(0.02390313,0.4536965,0.8908357),(0.309887,0.457964,0.8332101),(0.2115868,0.4709644,0.8564014),(0.4113501,0.4068694,0.8156276),(0.4117979,0.4466707,0.7942971),(0.3582793,0.47187,0.8055896),(0.4759482,0.4226574,0.7712549),(0.4700962,0.4537573,0.7570428),(0.4302585,0.3851776,0.8164042),(0.3561426,0.3498424,0.8664714),(0.3288899,0.3300871,0.8848016),(-0.1514714,0.4195327,0.8950133),(-0.3328062,0.3663618,0.8689183),(0.0643231,0.4630074,0.8840173),(-0.1123604,0.4352832,0.8932545),(-0.5010287,0.292975,0.8143315),(-0.6417571,0.203441,0.7394319),(-0.300466,0.3786357,0.8754172),(-0.4776108,0.2928146,0.8283403),(0.1041302,0.4853853,0.8680772),(-0.07962332,0.4535619,0.8876609),(-0.2778041,0.382042,0.8814015),(0.1478955,0.5026205,0.8517626),(-0.04876275,0.455492,0.8889034),(0.3051169,0.5066509,0.8063551),(0.2532133,0.4862202,0.836345),(0.4130401,0.4842867,0.7712744),(-0.7463189,0.1154266,0.6555036),(-0.8173757,0.04470274,0.574368),(-0.621978,0.1982647,0.7575187),(-0.7275549,0.1157513,0.6762141),(-0.8639482,-0.008683708,0.5035058),(-0.8926317,-0.04735334,0.4482927),(-0.801209,0.04712582,0.5965258),(-0.8494551,-0.009764593,0.5275705),(-0.6010607,0.199374,0.7739354),(-0.7082134,0.1169383,0.6962465),(-0.7834386,0.04131185,0.6200945),(-0.5750089,0.198264,0.7937607),(-0.6851984,0.1069388,0.7204633),(-0.4298188,0.2887392,0.8555031),(-0.4579177,0.2891077,0.8406712),(-0.2515764,0.3762367,0.8917148),(-0.9084333,-0.07223289,0.4117418),(-0.9159744,-0.082237,0.3927186),(-0.8779068,-0.05167285,0.4760353),(-0.8931337,-0.07353491,0.4437396),(-0.9187686,-0.07741813,0.3871312),(-0.9186959,-0.05745967,0.3907636),(-0.9007801,-0.07609533,0.4275567),(-0.9036964,-0.05963369,0.4240008),(-0.8588835,-0.05455068,0.5092576),(-0.8747882,-0.06676954,0.4798826),(-0.8828651,-0.05698006,0.4661572),(-0.8378572,-0.0457803,0.5439665),(-0.8545893,-0.04712148,0.5171621),(-0.8082901,-0.0212504,0.5884008),(-0.8310934,-0.01901084,0.555808),(-0.760638,0.02908766,0.6485242),(-0.9172087,-0.03294517,0.3970423),(-0.9157872,-0.0148716,0.4013884),(-0.9038178,-0.03632327,0.4263733),(-0.903101,-0.01838584,0.4290347),(-0.9150359,-0.003096655,0.4033603),(-0.915431,0.002526114,0.402467),(-0.9026417,-0.00549823,0.4303579),(-0.9034627,0.002665823,0.4286584),(-0.8862084,-0.0221333,0.4627577),(-0.8858498,-0.008707096,0.4638906),(-0.8864634,0.002785351,0.4627902),(-0.8640172,-0.01384186,0.5032719),(-0.863679,0.001276921,0.5040408),(-0.8644364,-0.02641363,0.5020477),(-0.8858037,-0.03804404,0.462498),(-0.8622399,-0.03726055,0.5051276),(-0.916828,0.003281902,0.3992687),(-0.9183066,6.443534e-5,0.3958699),(-0.906045,0.005415414,0.4231467),(-0.9097111,0.001495858,0.4152391),(-0.9186849,-0.007525759,0.3949195),(-0.9167076,-0.01988786,0.3990636),(-0.913043,-0.009553459,0.4077512),(-0.91455,-0.02820376,0.4034884),(-0.8947825,0.005718851,0.4464657),(-0.9008111,-0.007431364,0.4341475),(-0.9058263,-0.03098849,0.4225145),(-0.8808149,-0.002137735,0.4734558),(-0.8895887,-0.02832875,0.4558832),(-0.872386,0.01119602,0.4886892),(-0.889477,0.008965459,0.4568918),(-0.8661695,0.01218128,0.4996019),(-0.9108852,-0.03047024,0.4115335),(-0.9005418,-0.03210768,0.4335822),(-0.9124722,-0.04604444,0.4065394),(-0.9061495,-0.05410886,0.4194823),(-0.8856885,-0.02431141,0.4636429),(-0.8660315,-0.006589987,0.499946),(-0.8956431,-0.05206583,0.4417154),(-0.880495,-0.03951925,0.4724052),(-0.905313,-0.06957754,0.4190075),(-0.8988829,-0.0742545,0.4318516),(-0.8877053,-0.0689753,0.4552161),(-0.8961325,-0.08985075,0.4345956),(-0.8886264,-0.09438263,0.4488151),(-0.8982504,-0.0774196,0.4326111),(-0.9076226,-0.05512299,0.4161521),(-0.8959196,-0.05696972,0.4405479),(-0.8418757,0.01862345,0.53935),(-0.8148494,0.04897422,0.5776002),(-0.8605011,-0.01691768,0.5091676),(-0.8367556,0.01567171,0.5473523),(-0.7873649,0.08482479,0.6106237),(-0.7623172,0.1264063,0.6347393),(-0.8114745,0.05889823,0.5814122),(-0.7873795,0.1130398,0.6060162),(-0.8499932,-0.01801407,0.5264856),(-0.8257164,0.03198109,0.5631781),(-0.8003434,0.09906061,0.5913014),(-0.8313479,0.001499408,0.5557504),(-0.8030721,0.08028971,0.590448),(-0.8555503,-0.05330399,0.5149683),(-0.8712126,-0.05131146,0.4882167),(-0.8749729,-0.08473748,0.4766993),(-0.7436027,0.1642914,0.6481229),(-0.7326524,0.1883927,0.6540097),(-0.7695163,0.1628361,0.6175184),(-0.7614084,0.1925456,0.6190183),(-0.7263175,0.1982597,0.6581459),(-0.7207958,0.1933775,0.6656265),(-0.7605601,0.2019352,0.6170661),(-0.7634255,0.1905871,0.617137),(-0.7702978,0.1981748,0.606109),(-0.7710984,0.2088531,0.6014878),(-0.7795461,0.1935634,0.5956854),(-0.7610233,0.2157893,0.6117831),(-0.7723504,0.2021693,0.6021647),(-0.7622876,0.2004046,0.6154312),(-0.7797491,0.1616635,0.6048607),(-0.7768633,0.1555823,0.6101455),(-0.7103004,0.1834003,0.6795864),(-0.6917477,0.178742,0.6996688),(-0.762957,0.1724797,0.6230147),(-0.754819,0.1624288,0.6355039),(-0.6667482,0.179323,0.7233879),(-0.6370487,0.1849249,0.7483127),(-0.740132,0.1604255,0.6530454),(-0.7198667,0.1662639,0.6739051),(-0.7898307,0.1546258,0.5935134),(-0.7859911,0.1489183,0.6000344),(-0.7759922,0.1521521,0.6121159),(-0.8097469,0.1501063,0.567255),(-0.8112201,0.1468623,0.5659978),(-0.8014852,0.1602257,0.5761502),(-0.7877185,0.1695072,0.5922558),(-0.7883695,0.1775411,0.589027),(-0.6055022,0.1941348,0.7718022),(-0.5765396,0.2063068,0.7905945),(-0.6956227,0.1800465,0.69548),(-0.6707883,0.2026916,0.7134137),(-0.5550875,0.2228078,0.8013954),(-0.5461865,0.2453567,0.8009247),(-0.6499199,0.2354909,0.7225983),(-0.6376478,0.2799447,0.7176602),(-0.7391405,0.1981433,0.6437474),(-0.718194,0.2461139,0.650865),(-0.7005924,0.3123626,0.6415605),(-0.7661511,0.2556553,0.5896208),(-0.7415059,0.3436429,0.5762626),(-0.7875822,0.1942426,0.584794),(-0.7597125,0.167257,0.6283805),(-0.8036626,0.158485,0.573593),(-0.5523265,0.2764915,0.7864399),(-0.5717289,0.3174902,0.7565222),(-0.637543,0.3334532,0.6945128),(-0.6487755,0.3920679,0.6522065),(-0.6006173,0.3674597,0.7100932),(-0.6348338,0.4244673,0.645611),(-0.6666665,0.4542868,0.5909141),(-0.6863869,0.5175705,0.5108754),(-0.6909638,0.4621692,0.5558496),(-0.6953602,0.5336289,0.4813672),(-0.6994758,0.5996252,0.3888228),(-0.6951881,0.6074061,0.3844106),(-0.6839204,0.6730121,0.2816159),(-0.7056909,0.5293989,0.4708895),(-0.6911057,0.3877982,0.6099061),(-0.7197504,0.4408729,0.5362746),(-0.6660512,0.4921849,0.5604728),(-0.6821952,0.5754411,0.4510846),(-0.6895148,0.6641389,0.2889442),(-0.6984724,0.585807,0.4110553),(-0.6715604,0.6718196,0.3125142),(-0.6221647,0.7706752,0.1377347),(-0.5577399,0.8294183,-0.03148687),(-0.6467925,0.7492993,0.142162),(-0.5913351,0.8063898,0.007633846),(-0.6611174,0.7348872,0.1512099),(-0.4723708,0.8689598,-0.1475627),(-0.5251295,0.8461484,-0.09095023),(-0.3936852,0.8942195,-0.2130335),(-0.6116033,0.7902203,0.03864302),(-0.6929447,0.6648505,0.278929),(-0.6610129,0.731926,0.1653667),(-0.549396,0.8332347,-0.06232097),(-0.4842721,0.8362719,-0.2571572),(-0.3670711,0.8502082,-0.3773655),(-0.4489719,0.867475,-0.2142693),(-0.4310345,0.7959778,-0.4250043),(-0.3882391,0.7375134,-0.5525796),(-0.3176792,0.8001339,-0.5087887),(-0.2961943,0.7410933,-0.6025361),(-0.2549157,0.8749999,-0.4115738),(-0.2163049,0.8377792,-0.5013364),(-0.2200283,0.797381,-0.5619352),(-0.1486942,0.902327,-0.4045938),(-0.1720776,0.8920312,-0.4179349),(-0.1766938,0.9124289,-0.3691244),(-0.3416205,0.8927921,-0.2936285),(-0.2592856,0.915309,-0.3081888),(-0.3421265,0.6855363,-0.6426425),(-0.2809369,0.650848,-0.7053164),(-0.2778865,0.6941974,-0.6639798),(-0.2421669,0.6689613,-0.7027416),(-0.2060059,0.634008,-0.7453826),(-0.1168125,0.6340561,-0.7644133),(-0.1909942,0.6644201,-0.7225421),(-0.124097,0.6782821,-0.7242467),(-0.2220516,0.7568872,-0.6146663),(-0.1924817,0.7635474,-0.6163977),(-0.1431396,0.7837764,-0.6043224),(-0.1963025,0.9048246,-0.3778331),(-0.1517265,0.9214467,-0.3576522),(-0.2146345,0.891619,-0.3986822),(-0.2319606,0.7676183,-0.5974583),(-0.2069144,0.8865499,-0.4137822),(-0.04082706,0.6459723,-0.7622682),(-0.00689034,0.66628,-0.7456699),(-0.06688922,0.7042153,-0.7068285),(-0.04636901,0.7363245,-0.6750379),(-0.01538076,0.6922241,-0.7215188),(-0.06655796,0.718739,-0.692087),(-0.06356362,0.7700082,-0.6348599),(-0.1186405,0.799154,-0.5893024),(-0.08886149,0.8356916,-0.5419624),(-0.1115095,0.8585984,-0.5003744),(-0.1673659,0.8743117,-0.455596),(-0.1288889,0.9425997,-0.3080477),(-0.1868287,0.9388152,-0.2893457),(-0.1031907,0.9404286,-0.3239536),(-0.09964935,0.8097851,-0.5782025),(-0.1106716,0.9339148,-0.3399338),(-0.127322,0.7421207,-0.6580622),(-0.1642872,0.7637723,-0.6242287),(-0.2058056,0.8411456,-0.5001181),(-0.177193,0.8214788,-0.5420103),(-0.1767906,0.7829434,-0.5964435),(-0.1647473,0.7976654,-0.5801623),(-0.2042246,0.8587683,-0.4699034),(-0.1726736,0.8726607,-0.456779),(-0.2393101,0.8945698,-0.3774593),(-0.222778,0.9073604,-0.3564647),(-0.171337,0.9197059,-0.3532487),(-0.2254552,0.9394041,-0.2582439),(-0.1595474,0.9493016,-0.2708709),(-0.2518002,0.9324424,-0.2591289),(-0.2209598,0.8839107,-0.4121633),(-0.2391829,0.9324645,-0.2707423),(-0.153479,0.8038855,-0.5746411),(-0.1683982,0.8017114,-0.5734989),(-0.1449922,0.876752,-0.4585664),(-0.1547629,0.8705601,-0.4670906),(-0.2095558,0.7957956,-0.5681511),(-0.276511,0.7887624,-0.5489951),(-0.2016248,0.8580955,-0.4722496),(-0.2843086,0.8398313,-0.4624414),(-0.1300258,0.9158456,-0.3798952),(-0.1810429,0.9019284,-0.3921081),(-0.2782131,0.8781856,-0.3890852),(-0.1540904,0.932043,-0.3279513),(-0.2627057,0.9071974,-0.3286008),(-0.1001799,0.9445848,-0.3126076),(-0.1266431,0.9227911,-0.3638929),(-0.1019428,0.9511077,-0.2915506),(-0.3376213,0.7878726,-0.5150424),(-0.362786,0.8018159,-0.4748448),(-0.3620108,0.8237945,-0.4362463),(-0.3976226,0.8239849,-0.4036646),(-0.3525054,0.8289723,-0.4342175),(-0.3061562,0.8651453,-0.3972301),(-0.3934395,0.8415033,-0.3702398),(-0.3495056,0.8734867,-0.3389198),(-0.4196039,0.8395362,-0.3451254),(-0.4240304,0.8472982,-0.3198187),(-0.3866995,0.8735382,-0.2956257),(-0.4436421,0.8501894,-0.2834778),(-0.4157159,0.8690311,-0.2682635),(-0.4294286,0.8520845,-0.2992378),(-0.3723244,0.8512427,-0.3698112),(-0.3708169,0.8735251,-0.3153548),(-0.2464499,0.8989781,-0.3620785),(-0.1978378,0.9240218,-0.3271756),(-0.2361721,0.933111,-0.2711583),(-0.2887429,0.9070303,-0.3064695),(-0.1609628,0.9417912,-0.2951613),(-0.1360083,0.953625,-0.2685161),(-0.1580926,0.9652477,-0.2080952),(-0.192505,0.9522387,-0.2370301),(-0.2287339,0.9524121,-0.2014746),(-0.2767968,0.9316826,-0.2352678),(-0.1859207,0.9675111,-0.1713353),(-0.2198341,0.9626079,-0.1583006),(-0.2679515,0.9447089,-0.1890159),(-0.3168718,0.9225134,-0.2203665),(-0.3296582,0.9052201,-0.2681454),(-0.3662358,0.8968287,-0.2481321),(-0.1206277,0.961053,-0.2486487),(-0.1123577,0.9655685,-0.2346344),(-0.1185854,0.9779596,-0.1718505),(-0.1333807,0.9733374,-0.186612),(-0.1109994,0.9682682,-0.2239103),(-0.1163018,0.9699165,-0.2138596),(-0.1178069,0.9811411,-0.1532436),(-0.1134895,0.9803237,-0.1615106),(-0.1189586,0.9861754,-0.1153554),(-0.1295022,0.9831303,-0.1291657),(-0.119915,0.9872738,-0.1044558),(-0.127737,0.9895624,-0.06670423),(-0.1322169,0.9875993,-0.08465441),(-0.1490412,0.9831411,-0.1059262),(-0.1517805,0.9773687,-0.1473543),(-0.1782854,0.9752862,-0.1305037),(-0.1236274,0.9712993,-0.2032092),(-0.1285382,0.9729181,-0.1921154),(-0.1310319,0.9814402,-0.1400209),(-0.1255782,0.9812728,-0.1460615),(-0.1310442,0.9747366,-0.1808755),(-0.131657,0.9756429,-0.1754634),(-0.1351034,0.981891,-0.1328047),(-0.134139,0.9817415,-0.1348717),(-0.1324094,0.9873998,-0.0866568),(-0.129941,0.9873853,-0.09047316),(-0.1332335,0.9873828,-0.08558087),(-0.1308887,0.9908455,-0.03306529),(-0.1307868,0.9907735,-0.03553528),(-0.1302965,0.990552,-0.04277231),(-0.1257464,0.9873923,-0.09614734),(-0.1292272,0.990212,-0.0527318),(0.105293,0.8646935,0.4911399),(0.1920147,0.8357263,0.5144822),(0.3702261,0.7485405,0.5501089),(0.2378553,0.6935292,0.6800309),(0.4280518,0.5681202,0.7028591),(0.1400224,0.7366158,0.6616578),(0.5279354,0.6048045,0.5962346),(0.6438765,0.4041994,0.6496506),(0.6630601,0.153459,0.7326676),(0.5782288,0.3840678,0.7198218),(0.6352943,0.09868034,0.7659395),(0.5264271,0.3028835,0.7944407),(0.667363,-0.130974,0.7331252),(0.6619288,-0.4189151,0.621579),(0.694362,-0.2258826,0.6832557),(0.6581589,-0.04194975,0.7517095),(0.358469,0.4650694,0.8094507),(0.2686756,0.5228598,0.8089692),(0.560443,0.1225221,0.8190798),(0.5057681,0.1823001,0.8431876),(0.7091547,0.1650758,0.6854557),(0.7214176,-0.08572114,0.6871743),(0.6502885,-0.3288908,0.6848035),(0.6832698,-0.09371971,0.7241263),(0.6736408,-0.3292263,0.6616784),(0.5661458,-0.5471074,0.616565),(0.4387027,-0.7076768,0.5538352),(0.5667825,-0.5373608,0.6245006),(0.4534494,-0.7085485,0.5406871),(0.5616463,-0.5499049,0.6181893),(0.3179686,-0.8274363,0.4628664),(0.2182844,-0.9117808,0.3478614),(0.3525347,-0.8394002,0.4136743),(0.474583,-0.7341245,0.4856257),(0.6355488,-0.3550689,0.6855682),(0.5801196,-0.5941516,0.5571761),(0.4220144,-0.7191107,0.552072),(0.2676043,-0.8396227,0.4726748),(0.1410381,-0.9066339,0.3976473),(0.2891112,-0.8299911,0.4770006),(0.1098059,-0.9141294,0.3902693),(-0.04916861,-0.9473297,0.3164631),(-0.0008681768,-0.9464904,0.3227308),(-0.1364216,-0.9560264,0.2596202),(0.03810274,-0.9465148,0.3204027),(-0.0861485,-0.9616436,0.2604228),(-0.1999722,-0.9563314,0.21317),(-0.1447565,-0.9681469,0.2042966),(-0.2401394,-0.9543549,0.1775942),(-0.03706408,-0.9693956,0.2426898),(0.1736742,-0.9047542,0.3889179),(0.08429445,-0.9530519,0.2908378),(-0.1760356,-0.9511225,0.253727),(-0.2421812,-0.9494917,0.1995339),(-0.2403161,-0.9478077,0.209544),(-0.2901544,-0.9419241,0.1690846),(-0.2546938,-0.9551257,0.1512153),(-0.2180874,-0.9700806,0.1066839),(-0.2913123,-0.947181,0.1341089),(-0.246365,-0.9639081,0.1009228),(-0.3212046,-0.9345886,0.1528779),(-0.3146597,-0.9401627,0.1307035),(-0.2658216,-0.9580267,0.1073486),(-0.3267399,-0.9344419,0.1416309),(-0.2789525,-0.9519234,0.1265989),(-0.336895,-0.9292903,0.151398),(-0.2841957,-0.941967,0.1786927),(-0.3087955,-0.937313,0.1615229),(-0.1592797,-0.9848837,0.06807309),(-0.104004,-0.9938613,0.03772005),(-0.1808482,-0.9810181,0.06998193),(-0.1197927,-0.9918489,0.04342085),(-0.05199054,-0.9985474,0.01414415),(-0.002635077,-0.9999883,-0.004032076),(-0.06283419,-0.9978039,0.02096078),(-0.009273712,-0.9999542,0.002381335),(-0.1343572,-0.9893045,0.05678549),(-0.07448501,-0.9966734,0.03307613),(-0.01767627,-0.9997716,0.01201199),(-0.03010136,-0.9992364,0.02490892),(-0.08968284,-0.9946811,0.05066063),(-0.150646,-0.9854929,0.07816316),(-0.1980106,-0.9767676,0.08195671),(-0.2136243,-0.9713086,0.1045194),(0.06880624,-0.9973777,-0.02243822),(0.205938,-0.9772819,-0.05009633),(0.2046207,-0.9778571,-0.04388576),(0.06524987,-0.9977319,-0.016541),(0.460273,-0.8826391,-0.09537768),(0.8302724,-0.5364818,-0.1511124),(0.8375869,-0.5274172,-0.142405),(0.4623289,-0.8823369,-0.08794079),(0.4604571,-0.8840438,-0.08028647),(0.2002616,-0.9790426,-0.03702534),(0.8419489,-0.5228531,-0.1332166),(0.8428288,-0.5238,-0.1235845),(0.4531586,-0.8884821,-0.07243594),(0.1912476,-0.9810975,-0.02952699),(0.05940334,-0.9981936,-0.008985459),(0.0494527,-0.9987764,0.0002323692),(0.9869201,-0.03386401,-0.1576135),(0.9381194,0.3223367,-0.1266138),(0.9318271,0.342169,-0.120907),(0.9886939,-0.0136539,-0.1493248),(0.803657,0.5890445,-0.08462887),(0.5725814,0.8190536,-0.03607839),(0.5652866,0.8238927,-0.04064413),(0.7937079,0.6025901,-0.0831441),(0.7868133,0.6120229,-0.07970551),(0.9268687,0.3578748,-0.1133139),(0.5637926,0.824704,-0.04473497),(0.5695185,0.8205512,-0.04842004),(0.7832771,0.6172146,-0.07431827),(0.9232555,0.3699151,-0.1037403),(0.9901677,0.002007119,-0.1398709),(0.9915293,0.01336395,-0.1291936),(0.3142623,0.9493306,0.003238127),(0.177954,0.9839584,0.01258426),(0.1977413,0.9802306,-0.00682618),(0.3180908,0.9480194,-0.008808129),(0.1603821,0.9870049,-0.009953873),(0.2504208,0.9652407,-0.07483153),(0.324682,0.9391431,-0.1122131),(0.2020159,0.9786842,-0.03696958),(0.250822,0.9654094,-0.07122463),(0.2255585,0.9737156,-0.03164464),(0.4050468,0.9008064,-0.1564763),(0.4915721,0.8464447,-0.2046662),(0.3087195,0.9445938,-0.1115118),(0.2641011,0.9625375,-0.06141829),(0.3300237,0.9436843,-0.02333106),(0.3526246,0.9348994,-0.04023714),(0.3961658,0.8999556,-0.1820235),(0.5622197,0.7649057,-0.3143696),(0.6672108,0.6458328,-0.3711193),(0.4986635,0.835345,-0.231373),(0.7567185,0.4869271,-0.4362099),(0.8869787,-0.008289387,-0.461736),(0.860038,-0.1938777,-0.4719597),(0.8197212,0.3086759,-0.4824691),(0.8509513,0.1124465,-0.5130671),(0.7593505,0.494552,-0.4228535),(0.8052756,-0.3627471,-0.4689838),(0.7286978,-0.5115487,-0.4553213),(0.8465735,-0.09265532,-0.5241453),(0.8303732,0.3111049,-0.4622705),(0.6022706,0.7461048,-0.2838978),(0.7032368,0.627582,-0.3340641),(0.8046848,-0.4578325,-0.377984),(0.6529317,-0.689312,-0.3138935),(0.566392,-0.7728292,-0.2862433),(0.7236301,-0.588308,-0.360906),(0.5141488,-0.810806,-0.2797226),(0.3981243,-0.8829495,-0.2487918),(0.346251,-0.9100719,-0.2277704),(0.4402109,-0.8621668,-0.2507644),(0.374612,-0.8985814,-0.2285107),(0.4828964,-0.8351028,-0.2634661),(0.3066162,-0.9276654,-0.2131278),(0.3192883,-0.9227562,-0.2158145),(0.2813815,-0.9367653,-0.2080752),(0.4048258,-0.8800537,-0.2482369),(0.6350842,-0.6923026,-0.3426152),(0.5434491,-0.7735305,-0.3260574),(0.3196416,-0.9208333,-0.2233727),(0.2941948,-0.9287059,-0.2257318),(0.2882906,-0.9311462,-0.2232828),(0.2927004,-0.9319796,-0.2138702),(0.3160634,-0.9115856,-0.2628986),(0.3777293,-0.8622181,-0.3374914),(0.4030399,-0.8524168,-0.3330834),(0.3276465,-0.9076439,-0.2623552),(0.3628761,-0.8943398,-0.2616816),(0.3022745,-0.9266576,-0.2234631),(0.455278,-0.8290127,-0.3247461),(0.5364194,-0.7829742,-0.3149692),(0.4242854,-0.8662357,-0.2638518),(0.3388492,-0.9123955,-0.2295991),(0.2817166,-0.936422,-0.2091637),(0.28923,-0.9333299,-0.2127),(0.4502808,-0.7873338,-0.4211326),(0.5133045,-0.7063428,-0.4874407),(0.5632014,-0.6804647,-0.4687984),(0.4874829,-0.7710543,-0.4096775),(0.5706797,-0.6215685,-0.5366351),(0.6268201,-0.5328858,-0.5684446),(0.7038798,-0.4719585,-0.5308562),(0.6340528,-0.5813994,-0.5098545),(0.7272782,-0.5086851,-0.4607665),(0.6442422,-0.6290689,-0.4349991),(0.8045697,-0.3714955,-0.4633128),(0.9120436,-0.2114389,-0.3513831),(0.8414699,-0.3828228,-0.381281),(0.7533355,-0.5343413,-0.3833601),(0.5543357,-0.735635,-0.3892982),(0.651219,-0.6675768,-0.3609087),(0.684153,-0.4396284,-0.5819464),(0.7418527,-0.3416857,-0.5769797),(0.8367014,-0.2305994,-0.4967441),(0.7726732,-0.3536502,-0.5271694),(0.797504,-0.238949,-0.5539773),(0.8483775,-0.1316003,-0.5127739),(0.9301087,0.02004725,-0.3667369),(0.8908607,-0.1049813,-0.4419799),(0.9573413,0.06892788,-0.2806182),(0.92539,-0.07365806,-0.3717901),(0.9649096,0.1976148,-0.1729105),(0.9210165,0.3805649,0.08306029),(0.9597821,0.276612,-0.04800298),(0.9744568,0.1361846,-0.1785715),(0.8725442,-0.2227698,-0.4347878),(0.9581397,-0.03131603,-0.2845836),(0.8916339,-0.02401982,-0.4521196),(0.9244266,0.07651609,-0.3736051),(0.9569333,0.2331836,-0.1729278),(0.9517985,0.13615,-0.2748505),(0.9446847,0.1654854,-0.28317),(0.952261,0.2396658,-0.1891011),(0.9326055,0.3599872,0.02561558),(0.9489014,0.3077315,-0.06991063),(0.8957956,0.4224585,0.1381267),(0.9253274,0.3764548,0.0452872),(0.8691018,0.4459992,0.2138848),(0.7841778,0.4864006,0.3853305),(0.8004578,0.4903012,0.3447783),(0.830861,0.4795071,0.2823882),(0.9512249,0.3024587,-0.06074388),(0.8732195,0.4463783,0.1955351),(0.9497496,0.2968823,-0.0991808),(0.9414226,0.3367255,-0.01842336),(0.8963083,0.4076904,0.1744137),(0.9135079,0.3922942,0.1077431),(0.9312553,0.3609682,0.04965472),(0.9225678,0.3720627,0.1021665),(0.8799098,0.3992226,0.2576431),(0.8843869,0.4091047,0.2247069),(0.8379338,0.429923,0.3362041),(0.8386744,0.44662,0.3116982),(0.8471965,0.4040427,0.3449748),(0.8399153,0.3872098,0.3802773),(0.811703,0.423267,0.4024715),(0.7915879,0.4516802,0.41155),(0.8493872,0.4527032,0.2712953),(0.7818026,0.4727755,0.4065316),(0.9166349,0.3751932,0.1378787),(0.9135038,0.3749454,0.1578821),(0.8877274,0.3705553,0.2731832),(0.8817754,0.3845101,0.273174),(0.9132857,0.3726757,0.1643838),(0.9156255,0.3690816,0.1594016),(0.9074898,0.3466421,0.2372792),(0.8967034,0.3579316,0.2603995),(0.8981933,0.331856,0.288306),(0.8802156,0.3518471,0.3184717),(0.9151298,0.3155127,0.2509765),(0.9380322,0.2803377,0.2037314),(0.9205016,0.2973078,0.2535445),(0.8976249,0.3206002,0.302465),(0.8626802,0.3758842,0.3383696),(0.8702837,0.3505375,0.3460197),(0.9195794,0.3652276,0.1448535),(0.9241058,0.361889,0.1227388),(0.9286774,0.3299749,0.1693363),(0.9185877,0.3371825,0.2061666),(0.9285343,0.3589194,0.09487348),(0.9323211,0.3561168,0.06291281),(0.9431631,0.3207942,0.08680093),(0.9370155,0.3246405,0.1288824),(0.9497246,0.2876385,0.123642),(0.9413414,0.2935959,0.1663667),(0.9550613,0.2844883,0.08321308),(0.9645153,0.2584696,0.05388613),(0.9627309,0.2580893,0.08086446),(0.9582912,0.261384,0.1155708),(0.9297595,0.302752,0.2094956),(0.9503565,0.2686751,0.1569594),(0.9353369,0.352603,0.02856678),(0.9376618,0.3474978,-0.005958915),(0.9488596,0.3156292,0.006590491),(0.9470383,0.3179261,0.04518306),(0.9394296,0.3406221,-0.03805988),(0.9410926,0.3318285,-0.06507213),(0.9486253,0.3124271,-0.04999262),(0.9491212,0.3138276,-0.02609899),(0.9566623,0.2911526,-0.005249697),(0.9580127,0.2862373,0.01673228),(0.954213,0.2986515,-0.01688006),(0.9541699,0.2971739,0.03531807),(0.9590816,0.2819618,0.02569042),(0.9624132,0.2703523,0.02589237),(0.9576714,0.2840137,0.04692015),(0.9642777,0.2625143,0.03542131),(0.9425346,0.3231845,-0.08473651),(0.9435881,0.3168314,-0.09622588),(0.947457,0.313147,-0.0653019),(0.9479905,0.3119856,-0.06307992),(0.9446069,0.3126986,-0.099686),(0.9457113,0.3107491,-0.09521156),(0.9464862,0.3201602,-0.04076033),(0.9470525,0.3158735,-0.05758044),(0.9452358,0.3260759,0.0142717),(0.9485181,0.3166636,-0.00613154),(0.9409689,0.335769,0.042855),(0.922289,0.3537396,0.1557283),(0.9325758,0.3416542,0.1165107),(0.941013,0.3282341,0.08219971),(0.9513908,0.3075181,-0.01696936),(0.9480481,0.3134084,0.05458751),(0.9466829,0.3112772,-0.08305421),(0.9470624,0.3146197,-0.06393202),(0.9427766,0.3330528,0.0157458),(0.945267,0.3259124,-0.01585762),(0.9463355,0.3208402,-0.03886712),(0.943939,0.3299993,-0.008910089),(0.93147,0.3518054,0.09271752),(0.9383597,0.3416543,0.05247322),(0.9167069,0.3647799,0.1630467),(0.9272382,0.3551658,0.1186873),(0.9031543,0.3745077,0.2098959),(0.8538806,0.3933547,0.3408225),(0.8760036,0.384483,0.2911883),(0.8944457,0.3749793,0.2436336),(0.9351468,0.3455314,0.07815546),(0.909722,0.3647665,0.1983715),(0.9398355,0.3406971,0.02519181),(0.9340723,0.3513185,0.06390776),(0.9085546,0.3758782,0.1823302),(0.9217142,0.3633649,0.1356794),(0.9260251,0.361496,0.1086195),(0.9147269,0.3706869,0.160829),(0.8672,0.4014107,0.2946754),(0.8909271,0.3888314,0.2346468),(0.8320636,0.4135897,0.3696129),(0.862487,0.3988597,0.3114918),(0.7917787,0.4285278,0.4352591),(0.6813097,0.448112,0.5788028),(0.7430128,0.4325238,0.5107398),(0.7901037,0.4170759,0.4492037),(0.8855945,0.3855876,0.2589292),(0.8261774,0.4036688,0.3930424),(0.8967738,0.3824901,0.2224817),(0.867534,0.400596,0.2948009),(0.783426,0.4357731,0.4431089),(0.833194,0.4161409,0.3641628),(0.8229286,0.4240292,0.3781374),(0.7574715,0.4503443,0.4726805),(0.6160092,0.4824974,0.6226788),(0.7130165,0.4589908,0.5300329),(0.5625825,0.4815709,0.6720048),(0.6621519,0.4626859,0.5894715),(0.4334932,0.497204,0.7515795),(0.209101,0.4841636,0.8496249),(0.3667014,0.4829539,0.7951638),(0.4966364,0.4743869,0.7268489),(0.736989,0.4444643,0.5092138),(0.6005566,0.4622535,0.6524212),(0.6675364,0.4726289,0.5753407),(0.5512989,0.4855076,0.6784924),(0.3420573,0.4950665,0.7986901),(0.4913719,0.4968117,0.7153543),(0.4069726,0.4877531,0.7723148),(0.235331,0.477053,0.846782),(-0.01790426,0.4445956,0.8955525),(0.1704756,0.4774866,0.8619424),(-0.07812291,0.4413808,0.8939126),(0.1052463,0.4792427,0.8713494),(-0.2625007,0.3900894,0.8825665),(-0.4823617,0.3057798,0.820869),(-0.3248035,0.3695778,0.8705831),(-0.1495954,0.4270695,0.8917583),(0.2781144,0.4987584,0.8209094),(0.03212519,0.4674254,0.8834487),(0.04886938,0.4454589,0.8939677),(-0.1309097,0.3914777,0.9108282),(-0.35394,0.3211628,0.8783967),(-0.2016171,0.3913943,0.8978647),(-0.286447,0.3282226,0.9001211),(-0.4069014,0.2737997,0.8714728),(-0.5265173,0.1985829,0.8266465),(-0.4627927,0.2508467,0.8502345),(-0.5869068,0.1828786,0.7887306),(-0.5293377,0.2501357,0.8106995),(-0.5966579,0.1371507,0.7906889),(-0.6265108,0.08561946,0.7746958),(-0.6670831,0.1189921,0.7354189),(-0.657463,0.1734626,0.7332484),(-0.4206935,0.3244386,0.8472051),(-0.5976847,0.2391308,0.7652382),(-0.4721447,0.2323494,0.8503488),(-0.4707438,0.1984907,0.8596522),(-0.4921086,0.1529932,0.8569844),(-0.5388736,0.1688274,0.8252954),(-0.4025952,0.1698579,0.8994805),(-0.2514074,0.1438784,0.9571276),(-0.168169,0.1275463,0.9774717),(-0.3767136,0.1420802,0.9153687),(-0.3039736,0.1251179,0.9444287),(-0.4682078,0.1194566,0.8755065),(-0.04087293,0.1218746,0.9917035),(0.12774,0.1333836,0.9827977),(-0.1807119,0.1250839,0.9755498),(-0.3973672,0.1014674,0.9120327),(-0.5595557,0.1187611,0.8202398),(-0.5384852,0.08186276,0.8386491),(-0.0388812,0.132176,0.9904634),(0.1917251,0.1401985,0.9713835),(0.351723,0.1301301,0.9270151),(0.0972416,0.120345,0.987958),(0.4206566,0.1520384,0.8943894),(0.6273969,0.1547915,0.7631597),(0.7511537,0.1454816,0.643897),(0.5729777,0.1425434,0.8070799),(0.7139212,0.1436811,0.6853265),(0.5184254,0.1304216,0.8451186),(0.8539917,0.146382,0.4992699),(0.9276428,0.1643187,0.3353779),(0.8324717,0.1615751,0.5299853),(0.6778393,0.1469679,0.7203709),(0.2622686,0.1191182,0.9576147),(0.444188,0.1344954,0.885781),(0.7857898,0.1528989,0.5992965),(0.8889778,0.1544672,0.4311129),(0.9449209,0.1457495,0.2930554),(0.8746977,0.1436314,0.4628974),(0.9507685,0.1532235,0.2693729),(0.9829783,0.1391489,0.1199635),(0.9900842,0.1383047,0.02459789),(0.9784387,0.1469965,0.1450858),(0.9888306,0.1441458,0.03789407),(0.9771652,0.1428686,0.1572789),(0.9892822,0.1398119,-0.04211136),(0.9860898,0.1481394,-0.07537718),(0.9875293,0.1515392,-0.04268083),(0.987478,0.1535559,0.03616266),(0.9387775,0.142732,0.3135673),(0.9740158,0.1578082,0.1624492),(0.9917811,0.1269906,0.01560997),(0.9901331,0.1393508,-0.01476286),(0.9884138,0.1476234,-0.035291),(0.9903648,0.1317448,-0.04267216),(0.9834539,0.1786712,0.02991427),(0.9576165,0.2416003,0.156843),(0.9401838,0.2581753,0.2222609),(0.9803931,0.1907046,0.04961054),(0.9735299,0.2040779,0.1029157),(0.9872931,0.1575745,-0.02055646),(0.908049,0.2751168,0.3158447),(0.8552005,0.2871317,0.4314944),(0.9583205,0.2152628,0.1878396),(0.9853465,0.1679869,0.02954057),(0.9881054,0.1386025,-0.06661252),(0.9873278,0.1489891,-0.05464592),(0.8956078,0.2963879,0.3317243),(0.7879857,0.3277658,0.5211986),(0.693735,0.324235,0.6431201),(0.8450054,0.309799,0.435879),(0.6008802,0.3481478,0.7195387),(0.2865062,0.3517812,0.8911589),(0.1045227,0.2867489,0.9522868),(0.4580835,0.3160845,0.8308128),(0.2786171,0.2801438,0.9186358),(0.5607876,0.3175894,0.7646269),(-0.09095298,0.2230765,0.9705486),(-0.2741524,0.1552002,0.9490803),(0.07594665,0.2326108,0.9696),(0.3899421,0.2999024,0.870634),(0.7655957,0.3219193,0.556984),(0.6524996,0.3261791,0.6839967),(-0.03299519,0.3019982,0.9527372),(-0.1730532,0.2205282,0.9599062),(-0.3238519,0.1298711,0.9371518),(-0.2117979,0.2168714,0.9529473),(-0.1443264,0.1485595,0.9783148),(0.03946151,0.1167117,0.9923816),(-0.003519672,0.01937722,0.9998061),(-0.2557638,0.05412649,0.9652229),(-0.3579141,-0.003717907,0.9337471),(-0.4583035,0.06700242,0.8862666),(-0.04008453,-0.03896342,0.9984364),(-0.06119042,-0.0630495,0.9961327),(-0.435038,-0.03323084,0.8997986),(-0.5589583,0.0225687,0.8288885),(-0.378458,0.1465909,0.9139369),(-0.511059,0.08424879,0.8554068),(0.2403636,0.1287222,0.9621101),(0.3418106,0.1634437,0.9254467),(0.3886496,0.07840081,0.918044),(0.2609642,0.03670524,0.9646504),(0.3683706,0.2034642,0.9071414),(0.3361006,0.2377947,0.9113123),(0.3889028,0.1520629,0.9086427),(0.4229293,0.1211664,0.8980253),(0.4684417,0.06744022,0.8809167),(0.4332177,0.02662204,0.9008961),(0.4264212,0.09064511,0.8999714),(0.4485405,0.05138475,0.8922842),(0.5040851,0.03902733,0.8627717),(0.4743272,0.004017012,0.8803394),(0.2866084,-0.01800022,0.9578787),(0.3183915,-0.03944294,0.9471384),(0.2817929,0.2638994,0.9224694),(0.2402769,0.283684,0.9283267),(0.3289994,0.1686584,0.9291468),(0.282979,0.1752658,0.9429766),(0.2129967,0.2973587,0.9307042),(0.2007209,0.3046755,0.9310661),(0.2517547,0.1751366,0.9518124),(0.2352276,0.1713018,0.9567255),(0.3020837,0.08505751,0.9494791),(0.2677446,0.06932698,0.9609925),(0.2517479,0.05288763,0.9663467),(0.2613,-0.02102726,0.9650286),(0.2495596,-0.05155142,0.9669864),(0.2981424,0.01195317,0.9544466),(0.3553317,0.09419621,0.9299819),(0.3611151,0.03909346,0.9317014),(0.1855585,0.3032746,0.9346617),(0.1488071,0.2918955,0.9448035),(0.2158576,0.1634525,0.9626467),(0.1756879,0.1500852,0.9729379),(0.08811144,0.2722775,0.9581761),(0.0009964596,0.2453408,0.9694363),(0.112703,0.1317683,0.9848528),(0.02463759,0.108775,0.9937611),(0.1960275,0.01990837,0.9803963),(0.1346802,0.001939824,0.9908873),(0.04809469,-0.01664506,0.9987041),(0.1530688,-0.1180928,0.9811341),(0.0727459,-0.1316215,0.9886273),(0.2078364,-0.0996148,0.9730781),(0.2344243,0.03695714,0.9714317),(0.2394316,-0.0772437,0.9678357),(-0.05758435,0.2232572,0.9730572),(-0.0253042,0.2212843,0.974881),(-0.03325514,0.09173037,0.9952284),(0.003023138,0.09358664,0.9956065),(0.1340257,0.2497541,0.9589891),(0.4790227,0.3220164,0.8166044),(0.1781775,0.1267481,0.9758011),(0.5650212,0.2175712,0.795873),(0.031059,-0.01824108,0.9993511),(0.2192971,0.02175938,0.9754155),(0.6419123,0.1321211,0.7553096),(0.2639088,-0.06419312,0.9624092),(0.7094222,0.06462646,0.7018145),(0.06484903,-0.1139414,0.9913688),(-0.008319982,-0.02672152,0.9996083),(0.02122343,-0.1324799,0.9909585),(0.740759,0.3893786,0.5474126),(0.7763621,0.4522785,0.4389831),(0.8332987,0.3101965,0.457593),(0.8639656,0.3838607,0.3259056),(0.6759068,0.5139045,0.5282537),(0.3669199,0.5087065,0.7788373),(0.78949,0.4532284,0.4138716),(0.5356187,0.4752719,0.698018),(0.9225996,0.3272632,0.2042272),(0.8726737,0.3968512,0.2845168),(0.6881626,0.4370061,0.5791872),(0.9259366,0.343833,0.1562697),(0.8093506,0.3931906,0.4362946),(0.9561674,0.2788225,0.08945346),(0.9021212,0.248612,0.3526603),(0.9477025,0.2001843,0.2485683),(-0.03506659,0.3991368,0.9162205),(-0.3177012,0.2921423,0.9020635),(0.1414376,0.4042484,0.9036474),(-0.180872,0.317366,0.9308943),(-0.5124121,0.1967964,0.8358858),(-0.6535966,0.08948623,0.7515343),(-0.4255003,0.2246644,0.8766272),(-0.6148424,0.1055846,0.7815502),(-0.00565365,0.3446045,0.938731),(-0.2995636,0.2568729,0.9188461),(-0.5436472,0.1257903,0.829834),(-0.1332833,0.290967,0.9474037),(-0.4345315,0.1495845,0.888148),(0.1985992,0.3686079,0.9081226),(0.3381015,0.4058591,0.849097),(0.5331364,0.3984054,0.7463502),(-0.7342371,-0.01253485,0.6787775),(-0.7524433,-0.07278478,0.6546233),(-0.7305267,-0.01127186,0.6827911),(-0.7715535,-0.07995108,0.6311205),(-0.7257143,-0.09125542,0.6819173),(-0.6514691,-0.06740595,0.7556748),(-0.7663791,-0.1047031,0.6337985),(-0.7185967,-0.08977707,0.6896077),(-0.7669615,-0.08321486,0.6362745),(-0.7830175,-0.1136534,0.611528),(-0.7600861,-0.1081154,0.6407651),(-0.7776302,-0.116206,0.6178896),(-0.7796154,-0.1194526,0.6147608),(-0.7373285,-0.08131394,0.6706227),(-0.700512,-0.006343177,0.7136124),(-0.6395999,0.002838844,0.7687028),(-0.5312649,-0.02029111,0.8469627),(-0.3738961,0.03553299,0.9267896),(-0.6280596,-0.05310868,0.7763508),(-0.4964098,-0.005499243,0.868071),(-0.1780217,0.1114748,0.9776919),(0.04956351,0.2115691,0.9761055),(-0.3154291,0.0657651,0.9466676),(-0.08295753,0.1650707,0.9827868),(-0.598441,-0.04598313,0.7998461),(-0.4446384,0.01685275,0.8955516),(-0.2263914,0.1108551,0.9677077),(-0.5576622,-0.02783521,0.8296012),(-0.3686621,0.05665901,0.9278351),(-0.6778315,-0.07985063,0.7308682),(-0.6993667,-0.08332973,0.7098891),(-0.7473899,-0.1064734,0.6557986),(0.2596141,0.3002996,0.9178348),(0.4094573,0.3532907,0.8411482),(0.1559017,0.2558365,0.9540662),(0.349416,0.3117797,0.8835735),(0.5027103,0.3884646,0.7722549),(0.5443062,0.4243908,0.7236181),(0.4897088,0.3513827,0.7979445),(0.5775855,0.3967746,0.7134177),(0.2504355,0.2644416,0.9313177),(0.4373806,0.3146434,0.8424355),(0.5742979,0.373935,0.7282544),(0.3440213,0.2788026,0.896615),(0.5330927,0.3551058,0.7679271),(0.1159872,0.2140299,0.9699165),(0.022668,0.2021009,0.9791023),(-0.1297838,0.1449369,0.9808922),(0.5334032,0.4669236,0.7053109),(0.4686129,0.505935,0.7241766),(0.608151,0.4499122,0.6540118),(0.5816001,0.4982625,0.6430209),(0.3502323,0.5255224,0.7753473),(0.1777027,0.5064335,0.8437694),(0.5036145,0.5321169,0.6806056),(0.3694237,0.536235,0.7589322),(0.6541303,0.4865267,0.5791419),(0.6139157,0.5243598,0.590046),(0.5227625,0.5428936,0.6572563),(0.6911049,0.5013307,0.5206165),(0.6425293,0.5248066,0.5583315),(0.6948059,0.4692844,0.5449925),(0.6459317,0.4361122,0.6265608),(0.650256,0.4240042,0.6303869),(-0.02556729,0.4515358,0.8918866),(-0.2258954,0.3780915,0.8977851),(0.1891561,0.5095221,0.8394088),(-0.01146181,0.4596667,0.8880175),(-0.4058883,0.2889029,0.8670581),(-0.5544585,0.1879916,0.8107003),(-0.2127468,0.3823779,0.8991807),(-0.3951686,0.2801025,0.8748625),(0.2021564,0.5209039,0.8293323),(-0.0008181359,0.4658538,0.8848614),(-0.2058061,0.372833,0.9047869),(0.2202084,0.5264364,0.8212022),(0.01017899,0.4545831,0.8906462),(0.4041685,0.5515388,0.7296937),(0.3812843,0.5420365,0.7488783),(0.5463317,0.543798,0.6370286),(-0.6641959,0.09522981,0.7414683),(-0.7383816,0.02940919,0.6737416),(-0.5406647,0.176732,0.8224643),(-0.6454903,0.09600253,0.7577109),(-0.7870951,-0.01053058,0.6167417),(-0.8165286,-0.02826813,0.5766125),(-0.7181185,0.0385472,0.6948525),(-0.7649431,0.0004573193,0.6440977),(-0.5225527,0.1741104,0.8346401),(-0.6244596,0.0997781,0.7746576),(-0.694966,0.04023118,0.7179163),(-0.4993665,0.1726107,0.8490222),(-0.6007127,0.09351736,0.7939765),(-0.3636086,0.2596856,0.8946241),(-0.3843398,0.2662064,0.8839779),(-0.1926263,0.3556225,0.9145642),(-0.8316183,-0.03280415,0.5543778),(-0.8373418,-0.03042695,0.5458322),(-0.7915198,-0.02242056,0.6107322),(-0.8041143,-0.0311695,0.593657),(-0.8379111,-0.0204422,0.545424),(-0.8369035,-0.001889625,0.5473474),(-0.8084497,-0.02558034,0.5880089),(-0.80859,-0.004949225,0.5883517),(-0.7629336,-0.02432363,0.6460192),(-0.7747617,-0.02540623,0.6317428),(-0.7785987,-0.005984796,0.6274936),(-0.7356849,-0.01582027,0.6771391),(-0.7466688,-0.00301052,0.6651891),(-0.7113556,-0.004995727,0.7028146),(-0.7387841,-0.002657388,0.6739369),(-0.6692394,0.0309264,0.742403),(-0.8383863,0.01457422,0.5448817),(-0.8446671,0.01731528,0.5350118),(-0.8094661,0.01639738,0.5869377),(-0.8149902,0.02340286,0.5790021),(-0.8547664,0.005984709,0.5189785),(-0.8671349,-0.01986007,0.4976772),(-0.8254293,0.01600167,0.5642788),(-0.8403637,-0.006052354,0.5419892),(-0.7838503,0.02771258,0.620331),(-0.7929479,0.02569335,0.6087475),(-0.8087306,0.01135845,0.5880696),(-0.7576658,0.03273178,0.6518214),(-0.7718554,0.03057044,0.6350628),(-0.7518295,0.0284164,0.658745),(-0.7798038,0.01729176,0.6257852),(-0.7497646,0.01687378,0.6614895),(-0.878591,-0.05048774,0.4748987),(-0.8864816,-0.07617622,0.4564508),(-0.8569369,-0.03535527,0.5142071),(-0.8712757,-0.06487136,0.4864877),(-0.8893929,-0.097339,0.4466603),(-0.885801,-0.1143745,0.44975),(-0.8803443,-0.09522003,0.4646796),(-0.8815362,-0.1269477,0.4547286),(-0.8515903,-0.04322115,0.5224231),(-0.868466,-0.08235521,0.4888604),(-0.875924,-0.1302153,0.4645438),(-0.8528435,-0.05727267,0.5190162),(-0.8688887,-0.1220468,0.479726),(-0.8260351,-0.01071921,0.5635168),(-0.8298688,-0.01228913,0.5578231),(-0.7962037,0.0180462,0.6047593),(-0.8749388,-0.1160864,0.4701127),(-0.8575944,-0.0895775,0.5064659),(-0.8740668,-0.1428438,0.4643304),(-0.8599508,-0.1240596,0.4950697),(-0.8342244,-0.03277066,0.5504504),(-0.8038924,0.05535498,0.5921932),(-0.8396072,-0.06824925,0.5388895),(-0.8103288,0.02622237,0.5853884),(-0.862559,-0.1536494,0.4820622),(-0.8468768,-0.101811,0.5219521),(-0.8214349,-0.004600739,0.5702839),(-0.8557322,-0.130282,0.5007483),(-0.8362473,-0.03445713,0.5472689),(-0.8657343,-0.1753034,0.4687994),(-0.8726324,-0.1624093,0.4605819),(-0.8710775,-0.1721543,0.4599859),(-0.7719235,0.1425071,0.6195368),(-0.7504461,0.1973196,0.6307896),(-0.7752706,0.1238198,0.6193739),(-0.7476053,0.1897667,0.636455),(-0.7440935,0.2216503,0.6302348),(-0.7547066,0.2168005,0.6192057),(-0.7344667,0.2264024,0.6397661),(-0.7401142,0.2360013,0.6297097),(-0.7538313,0.1778893,0.6325297),(-0.7330681,0.2284398,0.6406454),(-0.7301713,0.2556314,0.6336422),(-0.7405102,0.2260834,0.6328751),(-0.72655,0.2717035,0.6311119),(-0.7687616,0.1617226,0.6187499),(-0.7862418,0.1009705,0.6096136),(-0.803836,0.07545503,0.5900458),(-0.7758937,0.1985756,0.598796),(-0.7987462,0.1822336,0.573407),(-0.7610967,0.2299484,0.6065108),(-0.7891253,0.2178897,0.5742868),(-0.8186472,0.1673152,0.5493835),(-0.8316997,0.1534109,0.5336109),(-0.8176969,0.1988017,0.5402312),(-0.841204,0.1721025,0.5125978),(-0.7736069,0.2605287,0.5776307),(-0.8075181,0.2397023,0.5389409),(-0.840455,0.2017711,0.5029154),(-0.7888819,0.2850588,0.5444328),(-0.8293979,0.241265,0.5038754),(-0.7539538,0.3035684,0.5825804),(-0.7455183,0.2653031,0.6114057),(-0.7313437,0.2985425,0.6131955),(-0.8332289,0.1563152,0.5303727),(-0.8223052,0.1932568,0.5352253),(-0.8518092,0.1630915,0.4978175),(-0.8468642,0.1984611,0.4933905),(-0.8010017,0.2661531,0.5362453),(-0.7683843,0.3756293,0.5181585),(-0.8268588,0.2806225,0.4873968),(-0.7860513,0.4097269,0.4628683),(-0.8619215,0.2136921,0.459812),(-0.8439281,0.3023427,0.4431413),(-0.7951381,0.4463614,0.410508),(-0.8518305,0.3344708,0.4031302),(-0.7963108,0.48531,0.3610586),(-0.8673383,0.2429614,0.4343893),(-0.8603154,0.1811249,0.4764989),(-0.8586375,0.2129265,0.4662661),(-0.7313883,0.4940157,0.4701271),(-0.7002618,0.5943604,0.3954355),(-0.7314351,0.5463178,0.4080926),(-0.6806876,0.6544006,0.3292784),(-0.6728017,0.675758,0.3011462),(-0.6459936,0.7382013,0.1942967),(-0.6350089,0.735603,0.2359064),(-0.5933399,0.793365,0.1360876),(-0.6528577,0.7054289,0.2759471),(-0.5908638,0.7832264,0.1934851),(-0.537318,0.835923,0.1119024),(-0.5508987,0.8157118,0.1764224),(-0.4898232,0.8630158,0.1236001),(-0.624544,0.7438598,0.2379442),(-0.7226625,0.5950156,0.3517318),(-0.7091097,0.6369497,0.3024212),(-0.6096406,0.7886631,0.07967963),(-0.55058,0.8339796,-0.03660289),(-0.5471578,0.8362971,0.03500756),(-0.4862302,0.87173,-0.06055431),(-0.4617652,0.8753378,-0.1433758),(-0.3386656,0.9129588,-0.2276221),(-0.406703,0.9028068,-0.1397586),(-0.306322,0.9326262,-0.190723),(-0.4269716,0.9037171,-0.03147399),(-0.3610956,0.9290338,-0.0806614),(-0.2867575,0.9523524,-0.1038989),(-0.3231735,0.9457183,0.03429146),(-0.2681292,0.9628158,0.03305488),(-0.3788508,0.9240456,0.05110484),(-0.4851972,0.8736935,0.03526362),(-0.4345588,0.896948,0.08150436),(-0.2193031,0.9364658,-0.273748),(-0.1494338,0.947858,-0.2814864),(-0.214065,0.9556293,-0.2023583),(-0.1633686,0.970512,-0.1772486),(-0.1318072,0.9557256,-0.2630885),(-0.1656561,0.9599454,-0.2259703),(-0.1569935,0.9792278,-0.1283196),(-0.1947523,0.9786169,-0.06618495),(-0.1919314,0.979744,-0.05713276),(-0.195124,0.9807741,-0.002976661),(-0.2326827,0.970892,0.05681196),(-0.2193673,0.9691477,0.1123856),(-0.2560386,0.9554388,0.1469047),(-0.2093388,0.9747808,0.07732815),(-0.2232032,0.9701542,-0.09476835),(-0.2259544,0.972933,0.04843581),(-0.2081995,0.9615642,-0.1790173),(-0.2172448,0.9670231,-0.1329325),(-0.2340707,0.9722131,-0.003539253),(-0.2342716,0.9709754,0.04820396),(-0.1937626,0.9763005,-0.0964013),(-0.1383554,0.9872012,-0.07932007),(-0.1966142,0.9770316,0.08217186),(-0.1215533,0.9884712,0.0902748),(-0.2557109,0.955347,0.1480676),(-0.2046349,0.9642767,0.1682115),(-0.1107862,0.9800273,0.1651459),(-0.2121943,0.9601043,0.1821356),(-0.1078682,0.9801863,0.1661301),(-0.2699068,0.9452013,0.1836979),(-0.2651657,0.9579185,0.1099052),(-0.2840198,0.9432364,0.1721563),(-0.08732629,0.9927459,-0.08264176),(-0.07601132,0.9923078,-0.09771145),(-0.05198841,0.9959095,0.07390183),(-0.02985634,0.9985579,0.04461978),(-0.102853,0.9879231,-0.1158847),(-0.1661363,0.9775499,-0.1295951),(-0.05327222,0.9985113,0.01172096),(-0.1204845,0.9925696,-0.01700769),(0.01314056,0.9936287,0.1119339),(-0.002990554,0.9967964,0.07992522),(-0.06940224,0.9962708,0.05126261),(0.03228715,0.994469,0.09994458),(-0.02759028,0.9962165,0.08241081),(0.03932628,0.9920267,0.1197351),(-0.02220269,0.9895461,0.1424974),(-0.006983108,0.9898199,0.1421542),(-0.2238607,0.9644787,-0.1402404),(-0.2379162,0.9589212,-0.1544864),(-0.1851548,0.9817551,-0.04329569),(-0.2039561,0.9762445,-0.07313458),(-0.2091908,0.9620725,-0.1750878),(-0.136771,0.9694238,-0.2037428),(-0.1774744,0.9782278,-0.1075785),(-0.1047209,0.9835861,-0.146942),(-0.1600132,0.9870155,-0.01400581),(-0.1368724,0.9890544,-0.05511215),(-0.06699282,0.9927121,-0.1001733),(-0.0932424,0.9955135,-0.01608462),(-0.0268524,0.9976823,-0.06252058),(-0.1147346,0.9930672,0.02556622),(-0.1375124,0.99026,0.02180149),(-0.09262633,0.9939269,0.05941083),(-0.07253251,0.9696061,-0.2336728),(-0.06828551,0.9636898,-0.258145),(-0.03943634,0.9822715,-0.183269),(-0.03536357,0.977033,-0.2101333),(-0.1242857,0.9535214,-0.2744994),(-0.2404326,0.9302793,-0.277079),(-0.09316239,0.9694011,-0.2271175),(-0.2135672,0.9491928,-0.2311317),(-0.001954119,0.985712,-0.1684285),(-0.06148769,0.9806769,-0.1857207),(-0.1841159,0.9642611,-0.1905307),(-0.02987482,0.9882355,-0.1499932),(-0.1539498,0.9758654,-0.1548741),(0.03153114,0.9906635,-0.1326337),(-0.00411492,0.9901226,-0.1401439),(0.0321428,0.9940853,-0.1037361),(-0.3588907,0.8937581,-0.2690617),(-0.4274563,0.8655072,-0.2611098),(-0.338756,0.9130228,-0.2272303),(-0.4153894,0.8812426,-0.2255287),(-0.451585,0.8551146,-0.2546565),(-0.4345108,0.8657097,-0.2484893),(-0.4486866,0.8645706,-0.2262694),(-0.4425064,0.8674116,-0.2275634),(-0.3961638,0.8979734,-0.1915674),(-0.4371976,0.8774162,-0.1974816),(-0.4406486,0.873925,-0.2051438),(-0.4192066,0.8923069,-0.1674939),(-0.4296286,0.8847153,-0.1808264),(-0.3726706,0.9143506,-0.1583649),(-0.3133899,0.9305837,-0.1892109),(-0.2857303,0.945802,-0.1543273),(-0.3951214,0.887639,-0.2365923),(-0.3524904,0.9106057,-0.2157496),(-0.3799971,0.9006369,-0.2108446),(-0.4140612,0.8823677,-0.2235637),(-0.306628,0.9328582,-0.1890897),(-0.2576447,0.9529194,-0.1598865),(-0.2944601,0.9408669,-0.1675193),(-0.3401675,0.9206666,-0.1914653),(-0.3649178,0.909957,-0.1970112),(-0.3971829,0.8942484,-0.2063142),(-0.3253694,0.9278763,-0.1821544),(-0.3456607,0.9157557,-0.2047193),(-0.3773879,0.9027147,-0.2066021),(-0.4018345,0.8929804,-0.2027687),(-0.4223755,0.8819253,-0.2093003),(-0.4192004,0.886934,-0.1939561),(-0.2125205,0.9684957,-0.1298113),(-0.178517,0.9788687,-0.09973764),(-0.214628,0.9705809,-0.1091214),(-0.2500598,0.9580878,-0.1397777),(-0.1560191,0.9851848,-0.07119697),(-0.1451592,0.9883543,-0.0456574),(-0.1723933,0.9838657,-0.04784221),(-0.1886506,0.978962,-0.07774426),(-0.2257708,0.9684757,-0.1052732),(-0.2519825,0.9582548,-0.1351023),(-0.2069115,0.9755552,-0.07402356),(-0.2457678,0.9612724,-0.1247132),(-0.2626753,0.9524505,-0.1544008),(-0.2850134,0.9417775,-0.1783891),(-0.2853086,0.9447474,-0.1614041),(-0.31273,0.9295002,-0.195523),(-0.1407434,0.9897395,-0.02463738),(-0.1374134,0.9904801,-0.008176269),(-0.1545782,0.9879793,0.001602204),(-0.1622974,0.9865114,-0.02132849),(-0.1349647,0.9908364,0.005273791),(-0.1338551,0.9909397,0.01102102),(-0.146612,0.9886781,0.0319461),(-0.1490553,0.9885792,0.02221971),(-0.1745413,0.9845291,0.01542202),(-0.1824856,0.9831149,-0.01356945),(-0.1709318,0.98483,0.02986981),(-0.2085232,0.9780052,0.004893489),(-0.2128042,0.9769785,-0.01507776),(-0.2216228,0.9736431,-0.05387531),(-0.193253,0.9801953,-0.04324773),(-0.232634,0.9683201,-0.09076102),(0.7006717,-0.2201985,0.6786544),(0.6762688,-0.1675647,0.7173441),(0.72825,-0.3501253,0.5891216),(0.7251682,-0.5626447,0.3969408),(0.7377284,-0.4708094,0.4838339),(0.733335,-0.4305986,0.5261223),(0.7059633,-0.4912805,0.5101562),(0.6294968,-0.6366093,0.4454912),(0.578641,-0.7680907,0.2742467),(0.6731818,-0.663466,0.3265568),(0.6262447,-0.7666661,0.1415651),(0.6891944,-0.7005532,0.1850307),(0.5300555,-0.8401099,0.1151376),(0.5856761,-0.808604,-0.05606281),(0.4993596,-0.8654275,-0.0409288),(0.6429779,-0.7633341,-0.06245406),(0.7227142,-0.6460213,0.2456434),(0.7317141,-0.6221812,0.2783613),(0.6763794,-0.7340109,-0.06114552),(0.6878043,-0.7234603,-0.05941549),(0.5186021,-0.7624193,0.3869996),(0.3986084,-0.8556867,0.3300176),(0.4597874,-0.8569204,0.2329874),(0.3389675,-0.9199485,0.1969666),(0.274,-0.9208627,0.2773731),(0.146274,-0.9616019,0.2322188),(0.2183122,-0.9617482,0.1654695),(0.09798097,-0.9854602,0.1388085),(0.2989911,-0.9501075,0.08888291),(0.1825853,-0.9799956,0.07919072),(0.065844,-0.9954854,0.06836216),(0.1663059,-0.9859643,0.01471946),(0.04475702,-0.9988207,0.01882053),(0.2829798,-0.9591259,-5.373123e-5),(0.4150594,-0.9043112,0.09973446),(0.3941202,-0.9188327,-0.02038528),(0.02368722,-0.9803354,0.1959121),(-0.08466049,-0.9820874,0.1683358),(-0.01516455,-0.9929875,0.1172437),(-0.1131643,-0.9883943,0.1013434),(-0.1786065,-0.9724498,0.1498034),(-0.2595724,-0.9553389,0.141244),(-0.1962014,-0.9761865,0.09254723),(-0.2656546,-0.9596192,0.09251282),(-0.1341791,-0.9900568,0.04223165),(-0.2084688,-0.9774732,0.03296847),(-0.2672358,-0.9631138,0.03157066),(-0.2256049,-0.9737978,-0.02863862),(-0.272802,-0.9611852,-0.04125583),(-0.1580378,-0.9873911,-0.00909913),(-0.04285409,-0.9975446,0.05539341),(-0.06809081,-0.9976336,0.009526689),(-0.3169919,-0.9378756,0.1410864),(-0.3402607,-0.9291991,0.1442632),(-0.314693,-0.943879,0.100303),(-0.3360503,-0.9352977,0.1108538),(-0.3308184,-0.9325333,0.1447096),(-0.2891703,-0.947531,0.1362554),(-0.3306023,-0.9364162,0.1175873),(-0.2988762,-0.9474714,0.11389),(-0.3283204,-0.9432111,0.05058253),(-0.3280292,-0.9427896,0.05953722),(-0.3077312,-0.9496528,0.05883123),(-0.3241208,-0.9455355,-0.03013496),(-0.3142773,-0.9488702,-0.0295829),(-0.3205748,-0.9465024,-0.03694503),(-0.3081967,-0.9505256,0.03893283),(-0.3035097,-0.951858,-0.0429908),(-0.2310736,-0.9659323,0.1165324),(-0.1719335,-0.98109,0.08888895),(-0.251402,-0.963015,0.09694923),(-0.1981847,-0.977636,0.07036192),(-0.1114224,-0.9920688,0.05817748),(-0.04902564,-0.9983796,0.02888566),(-0.07304901,-0.9972601,0.01166428),(-0.1388747,-0.9894983,0.04008579),(-0.1671309,-0.985926,-0.004119027),(-0.2254064,-0.9740152,0.02205272),(-0.09692707,-0.9949176,-0.02727964),(-0.1153321,-0.9894217,-0.08799644),(-0.190784,-0.9788067,-0.07442393),(-0.2487448,-0.96694,-0.05615075),(-0.2721478,-0.961194,0.04518422),(-0.2897575,-0.9562988,-0.03915573),(0.0335423,-0.999435,0.002137778),(0.1764178,-0.9839337,-0.0274087),(0.1582822,-0.9866914,-0.03723889),(0.01358976,-0.9998285,-0.01258241),(0.4401591,-0.8953901,-0.06735312),(0.840901,-0.5293067,-0.1127828),(0.8381633,-0.5360742,-0.1005313),(0.4243695,-0.9028765,-0.06873558),(0.4115764,-0.9080912,-0.07729836),(0.1424829,-0.9879944,-0.05971366),(0.8378302,-0.538979,-0.08684614),(0.8433726,-0.5326335,-0.07088108),(0.4076634,-0.9083836,-0.09300384),(0.134445,-0.9863548,-0.09501982),(-0.005029154,-0.9989954,-0.0445302),(-0.01712872,-0.9954365,-0.09387694),(0.9932252,0.02192201,-0.1141194),(0.921083,0.3791517,-0.08859946),(0.9198986,0.3868646,-0.06420454),(0.9953451,0.03066911,-0.09136514),(0.7835094,0.6180956,-0.06380247),(0.5836082,0.8105693,-0.04877261),(0.6067046,0.7937769,-0.04275274),(0.7875339,0.6146353,-0.04487388),(0.7951171,0.6062098,-0.01728229),(0.9187171,0.3937539,-0.03027679),(0.6391992,0.7684631,-0.02981307),(0.6810265,0.732202,-0.009112469),(0.8056582,0.5920641,0.01936527),(0.9163029,0.4002593,0.0134713),(0.9972571,0.04286248,-0.06034234),(0.9978988,0.06156827,-0.02018339),(0.3874586,0.9201754,-0.05615161),(0.3151726,0.9445337,-0.09231672),(0.3807064,0.9166814,-0.1214818),(0.4356966,0.8975225,-0.06798397),(0.3775029,0.9130195,-0.1545541),(0.5846248,0.7703188,-0.2546031),(0.6827434,0.6642098,-0.304445),(0.4594653,0.8657395,-0.1984612),(0.5564173,0.7940764,-0.244627),(0.4629924,0.8736092,-0.1498165),(0.7786912,0.519847,-0.3512823),(0.8572013,0.3369063,-0.389487),(0.6661586,0.6857741,-0.2931666),(0.5637549,0.8065187,-0.1780669),(0.4984874,0.8636073,-0.07545088),(0.5768725,0.8130977,-0.07804009),(0.7956682,0.4738217,-0.3773659),(0.8711041,0.1012186,-0.4805543),(0.8741612,-0.1172543,-0.471268),(0.8680858,0.2829413,-0.4078862),(0.8108841,-0.2894128,-0.5086328),(0.6473581,-0.6320357,-0.4259793),(0.579794,-0.7204622,-0.3804905),(0.7561624,-0.4588352,-0.4665711),(0.6985897,-0.5880996,-0.4075672),(0.8436509,-0.3143486,-0.4352449),(0.5344915,-0.7792091,-0.3273409),(0.5163071,-0.8118523,-0.2726224),(0.6525042,-0.6759975,-0.3424407),(0.7961465,-0.4683987,-0.3830839),(0.9058594,0.06965441,-0.4178119),(0.9036217,-0.1364838,-0.4060049),(0.4655762,-0.8312546,-0.3037344),(0.347571,-0.9085156,-0.231935),(0.3257459,-0.9224157,-0.2074586),(0.4177683,-0.8672095,-0.2709562),(0.2884205,-0.9354157,-0.2044777),(0.2831283,-0.9367685,-0.2056774),(0.2952622,-0.937084,-0.1862625),(0.3232192,-0.9255968,-0.1969767),(0.3410581,-0.9257773,-0.1631436),(0.3404043,-0.9230968,-0.1789337),(0.4027534,-0.8972898,-0.1807228),(0.5224122,-0.8382148,-0.1564655),(0.4281458,-0.8933483,-0.1364551),(0.3937236,-0.9070904,-0.1488913),(0.4023023,-0.8851966,-0.2336237),(0.4210762,-0.8857208,-0.1954308),(0.3251037,-0.9199104,-0.2192541),(0.4039658,-0.8831699,-0.2383751),(0.5019584,-0.8309274,-0.2399944),(0.3978119,-0.8908864,-0.2192421),(0.5127205,-0.8157262,-0.2677844),(0.6406296,-0.7043375,-0.3057817),(0.7588419,-0.5836673,-0.288949),(0.6268807,-0.7330496,-0.2639296),(0.7604963,-0.6035877,-0.2394311),(0.6306451,-0.7425901,-0.2254921),(0.8784986,-0.4083108,-0.2480372),(0.9712651,-0.1641259,-0.1723564),(0.8949232,-0.405731,-0.185728),(0.7803836,-0.5959612,-0.1892922),(0.5073877,-0.8363418,-0.2075815),(0.6505404,-0.737458,-0.1815294),(0.7631062,-0.5554138,-0.3304306),(0.8639564,-0.3853264,-0.3241957),(0.9479144,-0.1834418,-0.2603983),(0.8713912,-0.3931608,-0.2934314),(0.9377392,-0.1962132,-0.2866103),(0.9762908,0.009138348,-0.2162702),(0.9607124,0.2628092,-0.08923597),(0.9808117,0.03837389,-0.1911439),(0.9495386,0.3028516,-0.08159266),(0.9823829,0.06747462,-0.1742729),(0.8565861,0.5148808,0.03402895),(0.6743827,0.7212613,0.1580825),(0.8252341,0.5627248,0.0482633),(0.9347704,0.3507455,-0.0564089),(0.957068,-0.1744524,-0.2314891),(0.9858546,0.1012292,-0.1335789),(0.9719667,0.209515,-0.1066964),(0.9280186,0.3706637,0.03728148),(0.7926647,0.5766573,0.1978608),(0.8892371,0.4552518,0.04475559),(0.8592307,0.4750702,0.189818),(0.7892898,0.5235451,0.3208144),(0.6435168,0.6129092,0.4585067),(0.7024816,0.6234542,0.3432558),(0.5466794,0.7223988,0.4234165),(0.6168036,0.7278678,0.2996028),(0.5295671,0.6683739,0.5223362),(0.4626612,0.6992418,0.5449823),(0.4222054,0.7785458,0.4643372),(0.4446771,0.8168963,0.3673454),(0.7292433,0.66418,0.1645267),(0.5313824,0.8050358,0.2637236),(0.7366438,0.5341086,0.4148301),(0.7072766,0.5247984,0.4736524),(0.6215541,0.5347075,0.5725018),(0.6192753,0.5760218,0.5335701),(0.6995305,0.5059206,0.5046795),(0.7105057,0.4818193,0.5128663),(0.6847431,0.4533703,0.5705983),(0.6448221,0.4938149,0.5833964),(0.6456805,0.4717113,0.6004874),(0.5909111,0.531471,0.6069288),(0.7103053,0.4150053,0.5685394),(0.7813928,0.3676236,0.5042601),(0.7010294,0.4405379,0.5607889),(0.6178768,0.518198,0.5913537),(0.5504818,0.597102,0.5834715),(0.5368603,0.6040106,0.5890265),(0.7363604,0.4544247,0.5012699),(0.7724289,0.4237476,0.4730661),(0.7911809,0.3734214,0.4843441),(0.7357429,0.4133529,0.5364903),(0.8145202,0.3881094,0.4311937),(0.8585554,0.3460741,0.3783057),(0.8938247,0.2858717,0.3454775),(0.8454391,0.3314124,0.4188062),(0.8944414,0.2640643,0.3608941),(0.8411649,0.3111152,0.4423222),(0.9349781,0.2190947,0.2789506),(0.9707933,0.1595531,0.1791732),(0.9469113,0.196455,0.2544883),(0.9079807,0.2432455,0.3411783),(0.7780382,0.3610452,0.514104),(0.8523418,0.3004558,0.4280651),(0.8978351,0.3050281,0.3175691),(0.9278942,0.2734518,0.2534492),(0.9557163,0.2158534,0.2000341),(0.9311497,0.2443974,0.2706109),(0.9487086,0.2519099,0.1910331),(0.9611322,0.2404077,0.1357531),(0.9755083,0.2005514,0.0903471),(0.9697055,0.2012282,0.1384865),(0.9824412,0.1586268,0.09821847),(0.9761638,0.162349,0.144038),(0.9827774,0.1713496,0.069195),(0.9839308,0.1627878,0.07334968),(0.9879161,0.1371816,0.07213277),(0.9878438,0.128015,0.0881869),(0.9615541,0.1827275,0.2049985),(0.9830804,0.135514,0.1232434),(0.9674119,0.2361067,0.09147652),(0.9698881,0.2361937,0.05941089),(0.9746355,0.2200439,0.040821),(0.9763014,0.2085303,0.05788524),(0.9698943,0.2402904,0.03956647),(0.9681978,0.248145,0.03189043),(0.9662774,0.2526934,0.04953746),(0.9712868,0.2348124,0.03827624),(0.9670363,0.2425998,0.07737041),(0.9743344,0.2169218,0.06014501),(0.9568325,0.270043,0.1074629),(0.9322724,0.2974086,0.2059523),(0.9515484,0.2640631,0.1575635),(0.9659142,0.2303474,0.1181098),(0.9795168,0.19313,0.0569874),(0.9764051,0.196537,0.08947763),(0.9651057,0.2593812,0.03594806),(0.9604752,0.2737217,0.050634),(0.9499547,0.2932636,0.1076222),(0.959342,0.272546,0.07335991),(0.9537892,0.2910675,0.07460447),(0.9443564,0.3111797,0.1065747),(0.9207633,0.3365565,0.1972931),(0.937303,0.3146818,0.1497948),(0.9043657,0.3447549,0.2515285),(0.9258302,0.32219,0.1975652),(0.878931,0.3649093,0.3071181),(0.8140849,0.387341,0.432704),(0.8480187,0.3724478,0.3770237),(0.8797648,0.3527561,0.3187114),(0.943189,0.2972377,0.1484732),(0.9080792,0.3277814,0.2606755),(0.9324466,0.3309762,0.1449068),(0.9186773,0.3475606,0.1877057),(0.8792526,0.371125,0.2986323),(0.9010162,0.3561957,0.2475768),(0.9029215,0.3610279,0.23322),(0.8852827,0.3716155,0.2796007),(0.8314723,0.3881617,0.3974724),(0.8558767,0.3816302,0.3490463),(0.7919528,0.3980696,0.462981),(0.8216381,0.392011,0.4138094),(0.7623624,0.3998588,0.5088382),(0.6793497,0.403271,0.6130714),(0.7120967,0.4051733,0.5733699),(0.7454718,0.4034236,0.5305856),(0.8508414,0.38112,0.3616857),(0.7795362,0.3976402,0.483948),(0.8653433,0.3807806,0.3258635),(0.8422855,0.3897806,0.3723255),(0.7747666,0.4005947,0.4891429),(0.8050629,0.3936467,0.4437525),(0.8153265,0.3985846,0.4199678),(0.7833653,0.4070034,0.4697735),(0.6962288,0.417343,0.5840294),(0.7391399,0.4087005,0.5353841),(0.6487835,0.4147556,0.6380107),(0.6936074,0.4067675,0.5945158),(0.5933099,0.4243149,0.6840615),(0.4740646,0.4274411,0.7697771),(0.5444213,0.4162537,0.7282432),(0.5995885,0.4073057,0.6889091),(0.7307108,0.4015655,0.5520933),(0.6435161,0.4025796,0.6510121),(0.7434984,0.4170639,0.5227503),(0.691862,0.4304668,0.5796768),(0.5734118,0.4408918,0.6905168),(0.6424306,0.4277047,0.6358865),(0.6250416,0.4458241,0.6407525),(0.538681,0.4604908,0.7055289),(0.3744211,0.4675805,0.8007355),(0.4854848,0.4552728,0.7463453),(0.3256163,0.458362,0.8269693),(0.4352186,0.4469759,0.7815352),(0.1917708,0.4656161,0.8639593),(-0.007027655,0.4501812,0.8929095),(0.1455904,0.4518804,0.8801179),(0.2763405,0.4467529,0.8509099),(0.5234141,0.4350624,0.732638),(0.3853845,0.4381498,0.8120983),(0.4298382,0.4701427,0.7708469),(0.297608,0.4723243,0.8296621),(0.08625063,0.46197,0.8826916),(0.2402166,0.4710952,0.8487433),(0.1421212,0.4662225,0.8731771),(-0.03457525,0.44918,0.892772),(-0.2668099,0.4066575,0.8737518),(-0.08444209,0.440719,0.8936645),(-0.3035278,0.403021,0.8633916),(-0.12946,0.438979,0.8891218),(-0.4772715,0.3548654,0.803917),(-0.658347,0.2879471,0.6954608),(-0.5077488,0.3469761,0.7885422),(-0.3433208,0.3974273,0.850989),(0.03750426,0.4606029,0.8868136),(-0.173796,0.4333321,0.8843181),(-0.218758,0.4119545,0.8845555),(-0.3906157,0.3515547,0.8507812),(-0.5866002,0.2782302,0.7605841),(-0.44169,0.352373,0.8250716),(-0.5373833,0.2791827,0.7957865),(-0.6518387,0.2107341,0.7284899),(-0.7620351,0.1326738,0.6337982),(-0.6931592,0.1992104,0.6927089),(-0.8002278,0.1319954,0.5849894),(-0.7353078,0.2099346,0.6443989),(-0.8290513,0.07152618,0.554579),(-0.8652351,0.02169629,0.5008967),(-0.8694404,0.07181095,0.4887908),(-0.8408949,0.1417865,0.5222954),(-0.6277523,0.2895325,0.7225635),(-0.7731408,0.2184548,0.5954249),(-0.7201784,0.1516224,0.6770182),(-0.7375379,0.1009948,0.667711),(-0.7751846,0.04778698,0.6299248),(-0.7902743,0.08378764,0.6069975),(-0.7072209,0.06279799,0.7041981),(-0.6188869,0.04354822,0.784272),(-0.5738658,0.01601188,0.8187927),(-0.7110928,0.02373625,0.7026975),(-0.6825356,0.003778589,0.7308426),(-0.7813208,0.0131683,0.6239906),(-0.4898938,0.007748033,0.8717477),(-0.3624731,0.02292276,0.9317123),(-0.6177462,0.005989147,0.7863547),(-0.757917,-0.002859248,0.6523448),(-0.8244296,0.03399199,0.5649428),(-0.8309905,-0.001147448,0.5562854),(-0.4751925,0.05540017,0.878136),(-0.2786019,0.09435218,0.9557608),(-0.1155261,0.09444865,0.988804),(-0.3682791,0.04033013,0.92884),(-0.01226854,0.135227,0.9907387),(0.3207829,0.1527568,0.9347533),(0.5127475,0.168282,0.8418855),(0.1856966,0.1473687,0.9714932),(0.3926692,0.1647251,0.9048075),(0.08327752,0.106683,0.9907994),(0.680808,0.182538,0.7093519),(0.808041,0.1993746,0.5543641),(0.5837328,0.1881935,0.789835),(0.2995117,0.1318471,0.9449387),(-0.2170614,0.04254463,0.9752304),(-0.02593726,0.06477153,0.9975629),(0.6200863,0.1545663,0.7691568),(0.810048,0.1652151,0.5626068),(0.9019964,0.1698214,0.3969422),(0.7667638,0.1656008,0.6202012),(0.9152452,0.1793901,0.3607567),(0.9667078,0.182679,0.1791772),(0.981111,0.1839687,0.05980685),(0.9613274,0.1801293,0.2083344),(0.9817209,0.1681007,0.0892537),(0.9551356,0.1647342,0.2461269),(0.9850604,0.1714176,-0.01649124),(0.9875759,0.1497928,-0.04749516),(0.9884152,0.1511892,0.0133103),(0.978944,0.1586289,0.1284744),(0.8719807,0.1706721,0.4588255),(0.9345762,0.1769958,0.3086093),(0.9837701,0.1755293,0.03723027),(0.9844393,0.1688099,-0.04880988),(0.9809485,0.1748312,-0.08469994),(0.9829185,0.1795783,-0.04028307),(0.9828573,0.1643743,-0.08350157),(0.9844852,0.1611731,-0.06937077),(0.9849519,0.1713793,-0.02233719),(0.9819523,0.1721089,-0.07841125),(0.9848035,0.1706534,-0.03223908),(0.9825028,0.1697567,-0.07662245),(0.9829314,0.1730885,0.06233852),(0.9698591,0.1616759,0.1823023),(0.9863796,0.1559816,0.05220024),(0.9880928,0.1513722,-0.02755301),(0.9826721,0.1707263,-0.07216688),(0.9868719,0.1497736,-0.06042964),(0.9867873,0.1619185,-0.005764371),(0.9775429,0.1778388,0.1130626),(0.9564248,0.1830627,0.2274632),(0.9819105,0.172047,0.07906616),(0.9276952,0.2217537,0.3003447),(0.7738727,0.2893587,0.5633761),(0.6526874,0.2770094,0.7051702),(0.872287,0.2195974,0.4369122),(0.7790751,0.2021907,0.5934314),(0.9116727,0.1766746,0.3709975),(0.4798217,0.2453647,0.8423582),(0.2529841,0.1941815,0.947783),(0.6314975,0.1652486,0.7575644),(0.82798,0.1537767,0.5392605),(0.9649157,0.1727554,0.1977201),(0.9239088,0.1593118,0.347868),(0.4993684,0.3155122,0.8068973),(0.1839074,0.2646148,0.9466558),(-0.04705968,0.2112024,0.9763088),(0.2993876,0.2845728,0.9107059),(-0.1331152,0.1725004,0.9759732),(-0.4280007,0.08613884,0.8996642),(-0.5485243,0.02436989,0.8357794),(-0.3299792,0.1072814,0.9378724),(-0.4979886,0.04882497,0.865808),(-0.2767258,0.1503162,0.9491196),(-0.6396412,-0.02533782,0.7682559),(-0.7078903,-0.06151574,0.7036384),(-0.6313339,0.005503586,0.7754915),(-0.4779298,0.09640043,0.8730922),(0.05999617,0.2346968,0.9702154),(-0.1908977,0.1757059,0.9657564),(-0.6038804,0.02727495,0.7966082),(-0.6223525,-0.01411497,0.7826098),(-0.6549872,-0.04760102,0.7541391),(-0.6637379,-0.02140331,0.7476589),(-0.4799572,-0.05148969,0.8757795),(-0.0605719,-0.07221973,0.9955478),(-0.0380001,-0.08551187,0.9956122),(-0.4939679,-0.07152732,0.866533),(-0.4827851,-0.09424528,0.8706529),(-0.6657961,-0.07874975,0.7419664),(0.00348543,-0.1031998,0.9946545),(0.05917366,-0.124572,0.9904445),(-0.4516267,-0.1196303,0.8841505),(-0.6608062,-0.1079891,0.7427472),(-0.7010946,-0.06176141,0.7103886),(-0.7233817,-0.09445113,0.6839575),(0.3569379,-0.04649377,0.9329703),(0.5122964,-0.006173264,0.8587865),(0.5479081,-0.01947922,0.8363116),(0.4001317,-0.05791115,0.9146261),(0.5311387,0.02223607,0.8469931),(0.4567056,0.02393584,0.8892959),(0.5526999,0.004953351,0.8333656),(0.4550048,-0.0003953183,0.8904889),(0.5829057,-0.03460108,0.8118028),(0.5721234,-0.01160108,0.8200855),(0.4479297,-0.02047073,0.8938344),(0.5926276,-0.02642273,0.805043),(0.4402996,-0.03545892,0.8971504),(0.6188293,-0.05020847,0.7839192),(0.4470277,-0.0728373,0.8915497),(0.4965593,-0.08993886,0.8633306),(0.3476745,-0.00327986,0.9376096),(0.2723708,-0.04664196,0.9610612),(0.3194611,-0.03760492,0.9468529),(0.2297087,-0.09084479,0.9690104),(0.2332019,-0.09438864,0.9678367),(0.2282195,-0.136471,0.9639977),(0.1883906,-0.1463795,0.9711241),(0.1917647,-0.1933825,0.9622003),(0.1772209,-0.119207,0.9769251),(0.1345375,-0.1758538,0.9751795),(0.1476148,-0.2217072,0.9638755),(0.07942713,-0.1824475,0.9800022),(0.1030297,-0.2212522,0.9697589),(0.1224817,-0.1310032,0.9837868),(0.2822135,-0.06254981,0.9573104),(0.2423324,-0.07724251,0.9671136),(0.2289161,-0.1698727,0.9585096),(0.2081659,-0.1961102,0.9582315),(0.2054911,-0.2288138,0.9515343),(0.1979046,-0.2546413,0.9465683),(0.1647547,-0.2142923,0.9627745),(0.09648036,-0.2227431,0.9700913),(0.1685571,-0.2703656,0.9478876),(0.1158959,-0.2746011,0.9545483),(0.1821598,-0.2756328,0.9438455),(0.1671829,-0.2869869,0.943233),(0.1300993,-0.2878135,0.9488085),(0.1627731,-0.2639617,0.9506992),(0.1378459,-0.2623875,0.9550661),(0.1654765,-0.2587956,0.9516525),(0.1757412,-0.2540442,0.9510924),(0.1458741,-0.2452983,0.9584099),(0.05520361,-0.2149203,0.9750702),(0.1063616,-0.1866494,0.976652),(0.08866096,-0.2617264,0.9610612),(0.1502477,-0.2283088,0.9619254),(0.3149939,-0.1273099,0.9405164),(0.7661241,0.01618744,0.6424889),(0.3669969,-0.1635117,0.9157387),(0.8089812,-0.01208565,0.5877103),(0.1894383,-0.2394441,0.9522499),(0.4118877,-0.1742774,0.8944138),(0.8376779,-0.02347412,0.5456599),(0.8524796,-0.02130383,0.5223263),(0.441867,-0.1619826,0.8823351),(0.2165756,-0.2210589,0.950909),(0.1171103,-0.2732916,0.9547759),(0.1358445,-0.2499426,0.958684),(0.9737871,0.1643565,0.1572441),(0.9706795,0.2401844,-0.009635676),(0.9727783,0.213532,-0.09003576),(0.9862295,0.141654,0.08535569),(0.9534908,0.2989141,0.03880194),(0.8920341,0.3513132,0.2843487),(0.9619089,0.2660232,-0.062951),(0.9380947,0.3177806,0.137818),(0.9689943,0.1943972,-0.1525123),(0.95906,0.2411281,-0.1485301),(0.9567205,0.2909614,0.005212918),(0.9505652,0.2202764,-0.2188696),(0.9570169,0.2680583,-0.1107404),(0.9636722,0.1790815,-0.1981556),(0.9912101,0.1277959,0.03421487),(0.9928221,0.1195362,0.003954823),(0.7018349,0.3846865,0.5995365),(0.4120015,0.388516,0.8242027),(0.8261217,0.368741,0.4260903),(0.6071188,0.402189,0.6853106),(0.06681091,0.3284058,0.9421708),(-0.2871107,0.181894,0.9404691),(0.2850269,0.3670411,0.8854606),(-0.1049543,0.2243093,0.9688497),(0.7606063,0.4048755,0.5074977),(0.4990104,0.3969008,0.7703624),(0.1087432,0.2690499,0.9569675),(0.6812139,0.4104332,0.6062115),(0.3385956,0.3065423,0.8895982),(0.8621456,0.3964102,0.3155377),(0.9029889,0.3509164,0.2479289),(0.939917,0.3317706,0.08052505),(-0.5468508,0.02248605,0.8369281),(-0.6828598,-0.06863919,0.7273178),(-0.4218429,0.05558451,0.9049634),(-0.6025224,-0.04284002,0.7969515),(-0.7519315,-0.1084974,0.6502517),(-0.7800494,-0.1216043,0.6137877),(-0.705488,-0.08973813,0.7030177),(-0.7624046,-0.1152587,0.6367533),(-0.4889649,-0.007912238,0.8722676),(-0.6330106,-0.06291231,0.7715825),(-0.724685,-0.1021607,0.6814651),(-0.526712,-0.0290189,0.8495483),(-0.6618273,-0.08236155,0.7451183),(-0.3337505,0.03367276,0.9420599),(-0.2580032,0.09698963,0.9612634),(-0.05226031,0.1414918,0.9885589),(-0.7742231,-0.1213195,0.6211764),(-0.7330645,-0.1060249,0.6718447),(-0.7819003,-0.1295044,0.6098036),(-0.7652702,-0.1263423,0.6311886),(-0.6465934,-0.0664934,0.7599314),(-0.494767,0.00472023,0.8690128),(-0.7086431,-0.1000015,0.6984445),(-0.5948793,-0.04448801,0.8025831),(-0.7784127,-0.1404225,0.6118457),(-0.7478607,-0.1267284,0.6516475),(-0.6691876,-0.08760013,0.7379121),(-0.7680057,-0.1450283,0.6238061),(-0.7206454,-0.1218702,0.6825085),(-0.7741911,-0.1472267,0.6155912),(-0.7719424,-0.1316119,0.6219189),(-0.7427996,-0.1270582,0.657347),(-0.28327,0.08502898,0.9552634),(-0.03958632,0.157218,0.9867702),(-0.4208136,0.02299951,0.9068555),(-0.1975983,0.09219153,0.9759384),(0.2165402,0.2360959,0.9472957),(0.4562891,0.3307543,0.8260763),(0.06759136,0.1805057,0.9812488),(0.3480845,0.2930456,0.8904839),(-0.3463593,0.02501842,0.9377683),(-0.09374162,0.1164216,0.9887662),(0.2090204,0.243836,0.947024),(-0.2544036,0.05033405,0.9657875),(0.04617237,0.1867334,0.9813249),(-0.4764524,-0.03776086,0.878389),(-0.5357292,-0.0359044,0.8436262),(-0.6260002,-0.08707988,0.7749457),(0.6238321,0.4070701,0.6671787),(0.7075878,0.4463945,0.5477695),(0.5665933,0.3812437,0.7304965),(0.6921117,0.4211356,0.5861965),(0.7380688,0.4699955,0.4841061),(0.7260074,0.4939309,0.4784825),(0.7553399,0.441701,0.4841094),(0.7731798,0.4678872,0.4281058),(0.6457304,0.3956524,0.6530632),(0.7459989,0.4198336,0.5169384),(0.7932579,0.4513567,0.4086797),(0.70777,0.4045863,0.5791126),(0.7901354,0.4446948,0.4218203),(0.5630527,0.3698361,0.7390487),(0.4740398,0.3477978,0.8089023),(0.3439497,0.3074312,0.8872342),(0.6709815,0.5263867,0.5222078),(0.5701407,0.5574704,0.603462),(0.7496413,0.5091839,0.4228116),(0.6843978,0.5543635,0.4735829),(0.420534,0.562673,0.7117234),(0.2261967,0.5197314,0.8238411),(0.5740854,0.5819579,0.5759783),(0.4123608,0.5672678,0.7128575),(0.7563638,0.5474117,0.358126),(0.6822859,0.5858291,0.4373675),(0.5615176,0.5925168,0.5776001),(0.7551735,0.5744463,0.3157918),(0.6754717,0.5924619,0.4390067),(0.7988028,0.537329,0.2705396),(0.7943217,0.4978211,0.348177),(0.8148776,0.4926728,0.3053654),(0.01573957,0.4393923,0.8981574),(-0.179388,0.3495547,0.9195822),(0.2150085,0.5120083,0.8316362),(0.01240028,0.4374422,0.899161),(-0.3474892,0.2567555,0.9018469),(-0.4828833,0.1624523,0.8604841),(-0.1782044,0.3472728,0.9206763),(-0.3441762,0.2439005,0.9066727),(0.2034306,0.5116826,0.8347436),(0.005064372,0.4333466,0.9012131),(-0.1831445,0.3294789,0.9262298),(0.1959518,0.5039646,0.8412032),(-0.001553468,0.4100267,0.9120722),(0.3852761,0.5617438,0.7321246),(0.3947798,0.5638545,0.7254083),(0.5493439,0.5875326,0.5941604),(-0.5813917,0.08163036,0.8095185),(-0.6465895,0.02996175,0.7622495),(-0.4735427,0.147627,0.8683107),(-0.5645393,0.0794489,0.8215737),(-0.687645,0.005429739,0.7260269),(-0.7092713,0.004966927,0.7049182),(-0.625569,0.03792655,0.7792464),(-0.6615891,0.0187825,0.7496313),(-0.4603567,0.1403318,0.8765721),(-0.5454514,0.08089925,0.8342291),(-0.6008459,0.04038794,0.798344),(-0.4428212,0.1344708,0.8864688),(-0.5235495,0.07253066,0.8489023),(-0.3296109,0.2099036,0.9204874),(-0.3413696,0.2233014,0.9130188),(-0.1824286,0.3026713,0.9354731),(-0.7169645,0.01515615,0.696945),(-0.7185563,0.02513239,0.6950145),(-0.6779203,0.01440776,0.7349942),(-0.682882,0.02091727,0.7302293),(-0.7213187,0.03668731,0.691631),(-0.7325561,0.05129979,0.6787708),(-0.6855129,0.04044511,0.7269361),(-0.6944005,0.07504113,0.7156653),(-0.6435334,0.02084575,0.7651342),(-0.6496678,0.0482989,0.7586824),(-0.6575829,0.1036116,0.7462234),(-0.6127442,0.06469876,0.7876285),(-0.6217808,0.1389378,0.7707691),(-0.598872,0.03022215,0.8002743),(-0.6307302,0.01889573,0.7757722),(-0.5729777,0.03333714,0.8188926),(-0.758256,0.05563762,0.6495785),(-0.7956886,0.03314948,0.6047981),(-0.7196214,0.1001873,0.6871008),(-0.7626229,0.08722764,0.6409351),(-0.8336499,-0.01875706,0.5519748),(-0.8605087,-0.1005904,0.499406),(-0.8112449,0.03236093,0.5838103),(-0.8504491,-0.0655207,0.5219611),(-0.7270398,0.1488364,0.6702692),(-0.7849298,0.09358739,0.6124758),(-0.837618,-0.01750533,0.5459759),(-0.7544497,0.161871,0.6360843),(-0.820748,0.04237029,0.5697172),(-0.6895125,0.2150671,0.6916058),(-0.6809025,0.1506174,0.7167191),(-0.6425542,0.2058764,0.7380643),(-0.8696318,-0.1698765,0.4635545),(-0.8693959,-0.1865611,0.4575432),(-0.8681451,-0.1543214,0.4717086),(-0.8734604,-0.1856984,0.4500922),(-0.8651822,-0.1510196,0.4781766),(-0.8525293,-0.06099607,0.519108),(-0.8746471,-0.1619362,0.4569125),(-0.8685947,-0.08206949,0.4886797),(-0.8782504,-0.1710957,0.446545),(-0.8847266,-0.1610911,0.4373882),(-0.8845741,-0.09559815,0.4564972),(-0.8957298,-0.1464974,0.4197697),(-0.9006447,-0.09967453,0.4229707),(-0.8835212,-0.1408989,0.4466965),(-0.8661703,-0.1245296,0.4839848),(-0.8626404,-0.0794552,0.4995382),(-0.8251683,0.04865095,0.562788),(-0.7900501,0.1414005,0.5965121),(-0.8475947,0.02222859,0.5301785),(-0.8150722,0.1179834,0.5672188),(-0.7561077,0.2183158,0.6169598),(-0.7312888,0.2820873,0.6210019),(-0.7783589,0.2059233,0.5930876),(-0.7450272,0.2878651,0.6017209),(-0.8424968,0.09325049,0.5305691),(-0.8057762,0.1906833,0.5606824),(-0.7662159,0.2913626,0.5727312),(-0.8366531,0.1743119,0.5192562),(-0.7928828,0.2947854,0.5333278),(-0.8709702,0.06893069,0.4864764),(-0.8703687,-0.001826363,0.4923973),(-0.892885,-0.02166661,0.449763),(-0.7237946,0.3266733,0.6077877),(-0.7377747,0.3437319,0.5809793),(-0.7263726,0.351155,0.590824),(-0.7313864,0.3821214,0.5648516),(-0.7700023,0.3321232,0.544785),(-0.8149357,0.2896497,0.5019789),(-0.7588201,0.3807098,0.5284432),(-0.8044293,0.3449325,0.4836476),(-0.7334408,0.4206448,0.5339687),(-0.7546329,0.4306955,0.4950057),(-0.7977964,0.4037534,0.447777),(-0.7556086,0.4817711,0.4437931),(-0.794264,0.4628398,0.393604),(-0.7415372,0.4608902,0.4875478),(-0.7374555,0.374664,0.5619486),(-0.7546725,0.3996349,0.5203473),(-0.8517288,0.2594976,0.4552132),(-0.8660047,0.2879118,0.4088308),(-0.8447804,0.317412,0.4308081),(-0.8610272,0.344334,0.3742542),(-0.8517946,0.3777944,0.3629287),(-0.7913622,0.5254445,0.3124964),(-0.8459814,0.4279998,0.3180119),(-0.783057,0.5637508,0.2626911),(-0.8530818,0.4049785,0.3290043),(-0.8361773,0.478853,0.2674083),(-0.7736236,0.5974924,0.2109724),(-0.8245867,0.5250565,0.2106476),(-0.7649698,0.6247039,0.1567361),(-0.8433983,0.4631493,0.2723455),(-0.8379382,0.3804795,0.3912733),(-0.8314194,0.4427758,0.3356952),(-0.6959754,0.6703361,0.257425),(-0.6046537,0.7688395,0.2080379),(-0.6869633,0.6948568,0.2127333),(-0.5972949,0.7823187,0.1766811),(-0.5269291,0.8327537,0.1699032),(-0.464846,0.8731892,0.1464882),(-0.5232088,0.837685,0.1566412),(-0.4669346,0.8708032,0.1538633),(-0.600036,0.7873703,0.1414387),(-0.5340785,0.8347986,0.1336843),(-0.4871044,0.861598,0.1427518),(-0.5532103,0.8271026,0.09929577),(-0.5157863,0.8494363,0.1114558),(-0.6096241,0.7862648,0.1007279),(-0.6825635,0.7115161,0.1668891),(-0.6824422,0.721232,0.1187304),(-0.4100915,0.9016114,0.1375572),(-0.3553693,0.9242278,0.1396987),(-0.4174307,0.8934007,0.1660926),(-0.3643678,0.9122602,0.1871296),(-0.3027479,0.9413227,0.1491812),(-0.2541949,0.9535058,0.1619003),(-0.3102338,0.9270622,0.2105011),(-0.2575802,0.93861,0.229486),(-0.3956412,0.8979614,0.1926998),(-0.3393534,0.9145507,0.2200823),(-0.2788076,0.929812,0.2402413),(-0.3821336,0.9067245,0.1783945),(-0.3160013,0.9283121,0.1959078),(-0.4378871,0.8854283,0.1557934),(-0.4455027,0.8799897,0.1647586),(-0.4825522,0.8658329,0.1321994),(-0.2196938,0.9596669,0.1754258),(-0.2083827,0.9596606,0.1887544),(-0.2180602,0.9457265,0.2409379),(-0.2019223,0.9481249,0.2455331),(-0.220182,0.954794,0.1997205),(-0.2548812,0.9447428,0.2061471),(-0.2372078,0.9426484,0.2348329),(-0.2084664,0.9472236,0.2435346),(-0.2018185,0.9461703,0.2530437),(-0.1981524,0.9482889,0.2479595),(-0.2169627,0.9472868,0.2357431),(-0.2008261,0.9554788,0.2161691),(-0.206668,0.9552026,0.2118403),(-0.2170745,0.9523051,0.2144615),(-0.2284872,0.9407087,0.2507209),(-0.255534,0.9442628,0.2075332),(-0.2807946,0.9381136,0.2027248),(-0.2667406,0.9452836,0.187852),(-0.2462917,0.9510344,0.1867461),(-0.2594953,0.9413038,0.2158919),(-0.2099162,0.9636166,0.1654639),(-0.1065491,0.9846015,0.1385899),(-0.1008734,0.9873974,0.1219469),(-0.1945331,0.9688162,0.1534667),(-0.1730294,0.9738605,0.1471616),(-0.2189633,0.9586601,0.1817306),(-0.09225949,0.9888964,0.1164988),(-0.08201925,0.9890623,0.122591),(-0.1521847,0.9771965,0.1480767),(-0.1949974,0.9650492,0.1750887),(-0.2326935,0.9488326,0.213472),(-0.2124415,0.9568728,0.1981487),(-0.004273244,0.99321,0.1162568),(0.0472909,0.9933785,0.104703),(-0.00673174,0.9947574,0.1020416),(0.04427064,0.9942765,0.09723367),(0.04856098,0.993876,0.09925956),(-0.0005517947,0.9955204,0.09454525),(0.05172084,0.9936693,0.0997306),(0.01505912,0.9947146,0.1015685),(0.03695881,0.9946792,0.09616264),(0.04875645,0.9937771,0.1001494),(0.02426191,0.9944245,0.1026222),(0.04653561,0.993966,0.09932786),(0.03199873,0.9947832,0.09686343),(0.03192941,0.9944409,0.1003381),(-0.01034402,0.9950466,0.09886921),(-0.01119209,0.9942974,0.1060539),(-0.0561587,0.9952065,0.08006399),(-0.07325199,0.9960173,0.0508302),(-0.02762558,0.995421,0.09150889),(-0.03693157,0.9971838,0.06527303),(-0.05067698,0.9986504,0.01136464),(0.01302698,0.9993377,-0.03397877),(-0.01145931,0.9995407,0.02805359),(0.05025258,0.9986226,-0.01508967),(-0.005688632,0.9976261,0.06862842),(0.02316567,0.999156,0.03392096),(0.08299845,0.9965332,-0.005731506),(0.05200208,0.9982231,0.02909252),(0.1094965,0.9939714,-0.005600591),(0.0206185,0.9979385,0.06077531),(-0.004854973,0.9956306,0.0932537),(0.01435568,0.9962881,0.084875),(0.06791014,0.9949042,-0.07452416),(0.06437435,0.9926148,-0.1028194),(0.1012582,0.9934312,-0.0533028),(0.09515983,0.992299,-0.07929186),(0.001032145,0.9928382,-0.1194627),(-0.1244043,0.9844912,-0.1236956),(0.03032708,0.9951205,-0.09388993),(-0.09598398,0.9906572,-0.09687869),(0.1222131,0.9905735,-0.06187123),(0.05686802,0.9956965,-0.07317519),(-0.06890875,0.9948392,-0.0744756),(0.07950792,0.9951966,-0.05711512),(-0.04344054,0.9974598,-0.05645122),(0.1438999,0.9883161,-0.05024059),(0.1303007,0.9906725,-0.03987131),(0.1532128,0.9876126,-0.03386896),(-0.2579366,0.9582958,-0.1230359),(-0.3473591,0.9289854,-0.1277798),(-0.2305768,0.968277,-0.09630083),(-0.3213262,0.9414384,-0.1021915),(-0.3969089,0.9072526,-0.1391261),(-0.4109257,0.8980297,-0.1571077),(-0.3721686,0.9209477,-0.115524),(-0.3873461,0.9117959,-0.1363502),(-0.2945905,0.9521257,-0.08168883),(-0.3462162,0.93318,-0.09648535),(-0.3620999,0.9246604,-0.1178417),(-0.3203017,0.9437795,-0.08177594),(-0.3385229,0.9355285,-0.1009401),(-0.2671576,0.9613713,-0.0662723),(-0.2032794,0.9762984,-0.07428859),(-0.1756894,0.9827902,-0.05706841),(-0.4050632,0.8968109,-0.1779154),(-0.3934548,0.8980185,-0.1968653),(-0.3757019,0.9082467,-0.1842177),(-0.3834894,0.9094257,-0.1608751),(-0.375907,0.9020587,-0.2120947),(-0.3522593,0.9092579,-0.221728),(-0.3475811,0.9117216,-0.2189775),(-0.3637752,0.9088118,-0.2042761),(-0.3473364,0.9199912,-0.1815865),(-0.3547318,0.9205996,-0.1632845),(-0.337365,0.9209135,-0.1952002),(-0.3268504,0.9332787,-0.1488608),(-0.3328351,0.9321561,-0.142498),(-0.3368462,0.9321603,-0.1327096),(-0.3596145,0.9222947,-0.1415972),(-0.3387804,0.9333076,-0.1190154),(-0.3278253,0.9179687,-0.2233025),(-0.3081272,0.9266443,-0.2153785),(-0.3209007,0.9205168,-0.2228711),(-0.3317139,0.9159666,-0.225768),(-0.2932126,0.9353167,-0.1980124),(-0.2829835,0.9437183,-0.1712196),(-0.3143746,0.9309885,-0.1855506),(-0.3151655,0.9255801,-0.2096956),(-0.3298378,0.9247604,-0.1898031),(-0.3265008,0.923647,-0.2006827),(-0.3388522,0.9256306,-0.1684848),(-0.3543442,0.9273415,-0.1203241),(-0.3373266,0.9312305,-0.1379147),(-0.3269319,0.9334149,-0.147825),(-0.329004,0.9224356,-0.2021602),(-0.3234014,0.9341162,-0.1511235),(-0.2751588,0.9517497,-0.1358683),(-0.2675466,0.9589558,-0.09392869),(-0.3132099,0.9434448,-0.10868),(-0.3149017,0.9370219,-0.1510855),(-0.2602243,0.96437,-0.04768317),(-0.2562305,0.9663243,-0.02373353),(-0.3064682,0.9511811,-0.0364962),(-0.3093091,0.9489942,-0.06113836),(-0.3533874,0.9337628,-0.05660537),(-0.3531476,0.9302886,-0.09924579),(-0.3521402,0.9353079,-0.03459008),(-0.3865532,0.9220611,-0.01949648),(-0.3860682,0.9217847,-0.03555807),(-0.3818206,0.9218057,-0.06698673),(-0.3483152,0.9272472,-0.1374376),(-0.3713062,0.9235461,-0.09588698),(0.6219857,-0.7074791,-0.3355699),(0.6215649,-0.6931568,-0.3649531),(0.6093009,-0.7419217,-0.2798297),(0.61992,-0.6813505,-0.3891797),(0.6176193,-0.6330041,-0.4667464),(0.6086575,-0.6107034,-0.5065346),(0.5695565,-0.7903011,-0.2258972),(0.4981866,-0.849813,-0.1721278),(0.5915769,-0.7422138,-0.3148891),(0.5279154,-0.8131868,-0.2450155),(0.6426874,-0.6922374,-0.3282687),(0.6707478,-0.6205332,-0.406246),(0.5757653,-0.7753729,-0.2594054),(0.6268945,-0.7483342,-0.2167932),(0.7079198,-0.6523607,-0.2706938),(0.7461668,-0.5715213,-0.3414652),(0.6653768,-0.5638273,-0.489257),(0.6552612,-0.5379214,-0.5303521),(0.7485114,-0.5112587,-0.4223092),(0.7426631,-0.4855823,-0.4611523),(0.4026479,-0.90751,-0.1195834),(0.2925467,-0.9534987,-0.07250285),(0.4350549,-0.8820595,-0.1808272),(0.3203602,-0.9390316,-0.1248558),(0.1683505,-0.9850328,-0.03699304),(0.03160593,-0.9992995,-0.02004394),(0.183331,-0.9796618,-0.08156329),(0.02544968,-0.9980512,-0.05697353),(0.3530515,-0.9228048,-0.1542274),(0.2028132,-0.9721745,-0.1172336),(0.02641008,-0.9954357,-0.09170805),(0.2177887,-0.9654692,-0.1429583),(0.0345746,-0.9917006,-0.1238329),(0.3769787,-0.9123532,-0.1596831),(0.4767146,-0.855646,-0.2015265),(0.5126873,-0.8391578,-0.1815654),(-0.09507383,-0.9951341,-0.02586416),(-0.1891417,-0.9807309,-0.04891282),(-0.1201271,-0.991197,-0.05565914),(-0.2212469,-0.972473,-0.07311738),(-0.2518668,-0.9646717,-0.07727686),(-0.2863549,-0.9528682,-0.100215),(-0.2809661,-0.9547075,-0.0979368),(-0.3040712,-0.9450579,-0.1200259),(-0.2428764,-0.9665357,-0.08258074),(-0.3014641,-0.9490542,-0.09173598),(-0.3174059,-0.9428024,-0.1018685),(-0.3016402,-0.9515691,-0.05940791),(-0.316832,-0.9473667,-0.04597642),(-0.2423543,-0.9670362,-0.07813733),(-0.1352844,-0.987537,-0.08042946),(-0.1321428,-0.9861104,-0.1006204),(-0.3040432,-0.9461438,-0.111219),(-0.3149587,-0.9425004,-0.1117764),(-0.3091331,-0.9417505,-0.1324485),(-0.3128408,-0.9401389,-0.1351646),(-0.3191255,-0.9415096,-0.1082526),(-0.316451,-0.9425544,-0.1070047),(-0.3152007,-0.9396613,-0.1329863),(-0.3160702,-0.9396891,-0.1307058),(-0.3124562,-0.9437604,-0.1081081),(-0.3126149,-0.9440225,-0.1053259),(-0.314441,-0.9438092,-0.1017403),(-0.309199,-0.9506795,-0.02458823),(-0.3102866,-0.9504447,-0.01942053),(-0.3098589,-0.9503088,-0.03001147),(-0.3140549,-0.9432713,-0.1077446),(-0.3123624,-0.9492502,-0.03679163),(-0.3000507,-0.9473026,-0.1121929),(-0.2625947,-0.9571277,-0.1222728),(-0.3040225,-0.9434697,-0.1320424),(-0.267194,-0.9539253,-0.1365059),(-0.2033667,-0.9701559,-0.1320587),(-0.1214917,-0.9832149,-0.1361183),(-0.1145625,-0.9837104,-0.1385252),(-0.2044426,-0.9687911,-0.1401682),(-0.1974064,-0.975305,-0.09904997),(-0.2650464,-0.9590756,-0.09962191),(-0.09927865,-0.990504,-0.09510833),(-0.07977728,-0.996797,-0.005594219),(-0.1840658,-0.9828811,-0.008035614),(-0.2564104,-0.9665067,-0.01088926),(-0.3035369,-0.9475836,-0.09975322),(-0.2979026,-0.954484,-0.01464087),(-0.01594365,-0.9911647,-0.1316758),(0.1406431,-0.9826923,-0.1205619),(0.1622315,-0.9802595,-0.113014),(-0.0004238019,-0.9916266,-0.1291373),(0.4172265,-0.9030581,-0.1020197),(0.8536594,-0.5179519,-0.05469466),(0.8678015,-0.4954395,-0.03821255),(0.4411777,-0.8930025,-0.08893119),(0.4707834,-0.8805332,-0.05499657),(0.1914909,-0.9788022,-0.07264633),(0.8810906,-0.4723502,-0.02376245),(0.8898627,-0.4560387,-0.01314979),(0.4969933,-0.8677501,-0.002704035),(0.2198843,-0.9755255,-0.0009384445),(0.02317746,-0.9960161,-0.08610788),(0.04827761,-0.9988292,-0.003058518),(0.9964694,0.08287614,0.01342156),(0.9137605,0.4035621,0.04668419),(0.9147879,0.4009286,0.04918864),(0.9944774,0.1019824,0.02478414),(0.8200207,0.5705911,0.04462681),(0.7310715,0.6822978,0.002058107),(0.7861153,0.6178979,-0.01499498),(0.8400486,0.5411788,0.03799685),(0.8644117,0.5027846,-0.0003651154),(0.9206222,0.3898862,0.02106458),(0.8400201,0.5390713,-0.06138789),(0.8858718,0.4434485,-0.1363247),(0.88956,0.4514952,-0.06953491),(0.9298089,0.3662197,-0.036587),(0.9934779,0.1133346,0.01252049),(0.9934856,0.1116237,-0.02294317),(0.6680428,0.7389724,-0.08740043),(0.6779086,0.7043152,-0.2106657),(0.7872019,0.5621336,-0.253612),(0.7615263,0.637404,-0.117447),(0.7754639,0.5321562,-0.3398024),(0.9014195,0.1315923,-0.4124639),(0.9038702,-0.06666656,-0.4225803),(0.8591676,0.3405792,-0.3818859),(0.8967445,0.1333034,-0.4219946),(0.8690357,0.3867208,-0.3085839),(0.8699528,-0.2369093,-0.4324996),(0.8106988,-0.3711244,-0.452807),(0.8834304,-0.06613505,-0.4638715),(0.907344,0.1914111,-0.3742843),(0.8432062,0.5097887,-0.1706424),(0.9004995,0.3586931,-0.2458457),(0.8703223,-0.3107996,-0.3820244),(0.7461093,-0.577616,-0.3311806),(0.7018572,-0.6494364,-0.2926241),(0.8208786,-0.4434189,-0.359914),(0.6216548,-0.7301182,-0.2836775),(0.5215992,-0.8230053,-0.2249369),(0.5461263,-0.8157594,-0.1904801),(0.6060071,-0.7581947,-0.2406159),(0.6089298,-0.7628487,-0.2174082),(0.6691197,-0.6903865,-0.2750372),(0.5921915,-0.7875841,-0.1703548),(0.6624452,-0.7301453,-0.1674936),(0.6335554,-0.7420842,-0.2189031),(0.6513304,-0.703422,-0.2845455),(0.7665973,-0.5367801,-0.352414),(0.7142005,-0.5955415,-0.3677605),(0.467279,-0.8688362,-0.1636274),(0.4759991,-0.8704903,-0.1251863),(0.5771157,-0.8091217,-0.1107227),(0.5338833,-0.8335242,-0.1421481),(0.5426459,-0.8319475,-0.1157531),(0.6621425,-0.7369288,-0.1360273),(0.8003852,-0.5865997,-0.1236298),(0.6700796,-0.7349628,-0.1040338),(0.8052434,-0.5861823,-0.08929367),(0.6965336,-0.7107739,-0.09819061),(0.9221492,-0.3728307,-0.10314),(0.9945461,-0.08454948,-0.06106935),(0.9303512,-0.3614479,-0.0616607),(0.8288797,-0.5532768,-0.08272333),(0.6220872,-0.7723734,-0.1282447),(0.7323542,-0.6699734,-0.1216267),(0.7980263,-0.582205,-0.1555354),(0.9112378,-0.3839879,-0.148994),(0.9859141,-0.1195493,-0.1169676),(0.9191039,-0.3695651,-0.136636),(0.9816697,-0.1442688,-0.1245443),(0.9878326,0.1277692,-0.08866607),(0.9069148,0.4204495,-0.02697732),(0.9858371,0.1493329,-0.07632134),(0.8952216,0.4447553,-0.0277671),(0.9803982,0.1815566,-0.07652874),(0.7353057,0.6773666,0.02235929),(0.4970264,0.8646118,0.07356062),(0.7107298,0.7026969,0.03286573),(0.8737335,0.4861571,-0.01551985),(0.9894913,-0.09746504,-0.1068064),(0.9740632,0.2201541,-0.05227973),(0.9179956,0.3953464,-0.03139293),(0.78743,0.6138145,0.05644504),(0.5760849,0.8080239,0.1233836),(0.7566557,0.6527585,0.03713123),(0.6244777,0.7645074,0.159862),(0.4627466,0.8492883,0.2541161),(0.2799945,0.9112947,0.3019024),(0.4073165,0.8868209,0.2182702),(0.2099655,0.9476,0.2407671),(0.3451953,0.9256085,0.1552069),(0.1401075,0.936448,0.3216132),(0.04393968,0.9419461,0.3328763),(0.04777764,0.966418,0.2524944),(0.1283057,0.9759848,0.1760435),(0.5318371,0.8430913,0.0796655),(0.2827915,0.9522405,0.1151829),(0.3490928,0.8752245,0.3348374),(0.311286,0.856019,0.4127136),(0.2329649,0.8686659,0.4372033),(0.2189668,0.9022132,0.3715707),(0.3438979,0.8024238,0.4876989),(0.4428573,0.7079026,0.5502282),(0.464994,0.6963283,0.5467244),(0.3158209,0.8067859,0.4993532),(0.3334475,0.7991869,0.5001131),(0.2039657,0.8699609,0.4489611),(0.5242642,0.6666242,0.5298673),(0.6135296,0.6169181,0.4929437),(0.3938527,0.7799804,0.4863236),(0.2215412,0.8647591,0.4506783),(0.1389199,0.9103745,0.3897685),(0.1053061,0.9103453,0.4002274),(0.568127,0.5910423,0.5726261),(0.6829782,0.4840382,0.5470354),(0.7613336,0.422497,0.4918001),(0.6291274,0.5531961,0.5460519),(0.7824486,0.388319,0.4868086),(0.8630527,0.3019995,0.4048904),(0.9255181,0.2198324,0.3083666),(0.8591949,0.3116268,0.4057989),(0.9218077,0.2204571,0.3188559),(0.8412493,0.3381578,0.42184),(0.9662252,0.1351655,0.2194062),(0.9879911,0.06145319,0.1417647),(0.9650087,0.1263718,0.2297569),(0.9106763,0.2382004,0.3375342),(0.7111633,0.4913405,0.5028235),(0.8016619,0.4065462,0.4382446),(0.9221607,0.2277281,0.3126651),(0.9598161,0.1716818,0.2219878),(0.9854724,0.1039249,0.1343273),(0.965362,0.1488796,0.2142691),(0.9804063,0.134698,0.1437353),(0.9894278,0.1155117,0.08769105),(0.9949713,0.08967948,0.04460584),(0.9935177,0.08482385,0.07567996),(0.9972026,0.05459918,0.05104713),(0.9953099,0.05220826,0.08144043),(0.9952145,0.08441259,0.04922101),(0.9894968,0.1030866,0.101338),(0.9962617,0.05176125,0.06916265),(0.9976307,0.02734586,0.06312914),(0.9872758,0.07874483,0.1381513),(0.9958307,0.03037535,0.08601467),(0.9920319,0.111338,0.05896191),(0.9911495,0.1206017,0.05547849),(0.9882226,0.1374846,0.067187),(0.9930328,0.109656,0.04314299),(0.9870152,0.1434074,0.07235552),(0.9780663,0.1797869,0.1051814),(0.961501,0.2180259,0.1672736),(0.978595,0.1735495,0.1106005),(0.9574239,0.2197567,0.1872071),(0.9771651,0.1730335,0.1233197),(0.9277028,0.2683336,0.2595467),(0.8682057,0.320751,0.3785996),(0.91369,0.2737829,0.3003554),(0.9490888,0.2220232,0.2234641),(0.9889213,0.1280396,0.07510166),(0.9740208,0.165139,0.1549602),(0.9635584,0.2218173,0.1495071),(0.9438475,0.2614714,0.201952),(0.9042549,0.305322,0.298499),(0.9363146,0.2642567,0.2312644),(0.9182727,0.2983858,0.2602714),(0.8865651,0.3321912,0.3219492),(0.82184,0.3706436,0.432669),(0.8657655,0.3408221,0.3664568),(0.793153,0.3824158,0.4739898),(0.8433768,0.3520971,0.4058858),(0.7400717,0.405531,0.5365059),(0.6444497,0.4301727,0.6321677),(0.7014096,0.4146714,0.5797173),(0.7590815,0.3919404,0.5197864),(0.8888038,0.3140727,0.3337456),(0.815455,0.3608671,0.4525571),(0.8499959,0.3603814,0.3842295),(0.8107201,0.3808193,0.4446454),(0.7281445,0.4062351,0.5520676),(0.7749652,0.3929375,0.4950041),(0.7704609,0.394086,0.501085),(0.7312148,0.4012213,0.5516759),(0.6431468,0.4101661,0.6466265),(0.6835105,0.4115216,0.6028792),(0.5930744,0.4237951,0.6845878),(0.6375527,0.4260878,0.6418534),(0.5553733,0.4148566,0.720732),(0.4713375,0.4149111,0.7782608),(0.5034364,0.4292786,0.7498477),(0.543614,0.437287,0.7164245),(0.6871759,0.4203814,0.5925107),(0.5910025,0.4379198,0.6774527),(0.6939024,0.4043608,0.5958119),(0.6582091,0.4050907,0.6345568),(0.5710896,0.4024859,0.7154452),(0.6064562,0.4061393,0.6835655),(0.6233978,0.4035604,0.669712),(0.588411,0.3996719,0.7028762),(0.496877,0.3943788,0.773032),(0.5352609,0.3988094,0.7446119),(0.449913,0.3940641,0.8014311),(0.4875281,0.3983021,0.7769632),(0.4057668,0.390713,0.8262545),(0.3144757,0.39096,0.8650175),(0.3678027,0.3912435,0.8435933),(0.4089613,0.3939019,0.8231598),(0.5217532,0.4048823,0.7508954),(0.4422231,0.4012086,0.802166),(0.5480884,0.3983056,0.7354942),(0.4961295,0.4038388,0.7686154),(0.3872394,0.4001746,0.8306057),(0.4498289,0.3934678,0.8017712),(0.4287015,0.4146643,0.8026634),(0.3411282,0.4279792,0.8369381),(0.1986943,0.4275273,0.8818961),(0.3050733,0.4126947,0.8582618),(0.1728722,0.4113284,0.8949437),(0.2722571,0.3985944,0.8757845),(0.04701239,0.4253299,0.9038165),(-0.1141224,0.4203033,0.9001785),(0.03057224,0.4109703,0.9111359),(0.1492806,0.4006616,0.9039832),(0.3487072,0.3911412,0.8517111),(0.2432113,0.3935487,0.8865482),(0.2321146,0.4381407,0.8684213),(0.1029006,0.4415849,0.8912992),(-0.07587285,0.4329644,0.8982122),(0.06991141,0.4360913,0.8971827),(-0.04537887,0.4377075,0.8979716),(-0.2098856,0.4240956,0.8809602),(-0.4025009,0.3921885,0.8271524),(-0.235127,0.4186346,0.8771889),(-0.4194968,0.3908329,0.819312),(-0.2569024,0.417497,0.8716062),(-0.5799168,0.3508509,0.7352551),(-0.7365096,0.2954015,0.6085159),(-0.5939174,0.3498511,0.7244766),(-0.437047,0.3915172,0.8097556),(-0.09949626,0.4296296,0.8975071),(-0.274563,0.4162352,0.8668122),(-0.3793461,0.3932267,0.8375376),(-0.5394394,0.3425323,0.7692053),(-0.7023985,0.2839905,0.6526758),(-0.5635946,0.3474433,0.7494293),(-0.6811292,0.2794608,0.6767309),(-0.7973477,0.2141796,0.5642374),(-0.8901328,0.1466933,0.4314449),(-0.8117719,0.2126373,0.5438858),(-0.9027617,0.14542,0.4048138),(-0.8295388,0.2202232,0.513193),(-0.9466625,0.08349243,0.3112218),(-0.9768587,0.01955285,0.2129904),(-0.9597011,0.07371979,0.2711811),(-0.9204485,0.1475272,0.3619533),(-0.7214916,0.2932474,0.6272605),(-0.8483059,0.2264491,0.4786417),(-0.873373,0.1471564,0.4642893),(-0.9074771,0.07930299,0.4125486),(-0.9435881,0.03129663,0.3296393),(-0.9328426,0.08727331,0.3495542),(-0.9089885,0.020545,0.4163145),(-0.8777297,-0.01816818,0.4788114),(-0.8703739,-0.04463631,0.490364),(-0.9266535,-0.01580388,0.3755842),(-0.928675,-0.03816078,0.3689263),(-0.9602823,-0.005302954,0.2789798),(-0.8435997,-0.05544836,0.534102),(-0.7925314,-0.04807078,0.6079336),(-0.9153816,-0.04682937,0.3998544),(-0.9634284,-0.03380161,0.2658253),(-0.9646644,0.03548803,0.2610808),(-0.9785466,-0.01327353,0.205598),(-0.8127019,-0.02560851,0.5821165),(-0.7032935,-0.006600861,0.7108688),(-0.6142359,-0.001984627,0.78912),(-0.7686224,-0.03911191,0.638506),(-0.5134743,0.02229954,0.8578151),(-0.1939014,0.05180911,0.979652),(0.004460376,0.08117822,0.9966897),(-0.3697379,0.04415269,0.9280864),(-0.1900488,0.07385297,0.9789929),(-0.4868938,0.01561187,0.8733217),(0.2141248,0.1094477,0.9706554),(0.4088389,0.1352969,0.9025218),(0.0121658,0.1106244,0.9937878),(-0.3216664,0.04785875,0.9456428),(-0.6948179,-0.03709812,0.7182283),(-0.5856467,-0.01634062,0.8104017),(0.1885557,0.09496981,0.9774597),(0.5056312,0.1558827,0.8485504),(0.6768911,0.1636216,0.7176673),(0.4010297,0.117195,0.9085374),(0.7361813,0.204117,0.6452701),(0.8895301,0.2093776,0.4060753),(0.9362893,0.2026625,0.2868628),(0.842799,0.2001216,0.499641),(0.9103419,0.1779843,0.37363),(0.8013226,0.154062,0.5780545),(0.9627328,0.1807605,0.2011746),(0.9781576,0.1454746,0.1484756),(0.9495955,0.1427268,0.279101),(0.8807048,0.1324813,0.4547613),(0.585404,0.1280862,0.8005598),(0.7237802,0.1296944,0.6777327),(0.9644396,0.1817742,0.1918713),(0.9864583,0.1550867,0.0533664),(0.9884259,0.1505773,0.01846368),(0.9771531,0.1775326,0.1168503),(0.9902021,0.1381213,-0.02054979),(0.9906204,0.1302852,-0.04119459),(0.9928539,0.1190458,-0.008310345),(0.9912435,0.1304652,-0.0203719),(0.9922904,0.1237583,0.006594948),(0.9898008,0.1417001,0.01468154),(0.992608,0.1118982,0.04699282),(0.9870679,0.1047378,0.1213546),(0.9920622,0.1132139,0.05472904),(0.9916083,0.1243883,0.03522154),(0.983619,0.1631542,0.07664452),(0.9884636,0.1367766,0.06505159),(0.9916428,0.127911,-0.01683777),(0.9903073,0.1298531,0.04929163),(0.9832499,0.1150457,0.1413656),(0.992375,0.1140888,0.04664358),(0.9773279,0.1371961,0.161268),(0.9347452,0.1463212,0.3237925),(0.8711455,0.136669,0.4716217),(0.9514168,0.1239588,0.2818517),(0.9041307,0.1126067,0.4121499),(0.963178,0.1036997,0.2480613),(0.7749135,0.1280902,0.6189523),(0.6440804,0.1157659,0.7561473),(0.8300047,0.09957847,0.5487955),(0.9249736,0.09284797,0.3685146),(0.9861615,0.1048521,0.1284196),(0.9689891,0.09703694,0.227253),(0.8462902,0.1424871,0.5133129),(0.693548,0.1277099,0.7090004),(0.5117984,0.1118943,0.8517875),(0.7271814,0.1330428,0.6734292),(0.4277719,0.1255845,0.8951198),(-0.002638806,0.1440411,0.9895681),(-0.2468241,0.1124291,0.9625163),(0.1907484,0.09996997,0.9765353),(-0.05407818,0.08156747,0.9951997),(0.2950322,0.1003753,0.9502004),(-0.4593585,0.08999401,0.8836803),(-0.6324166,0.06487068,0.7719074),(-0.2849703,0.06110191,0.9565869),(0.06202467,0.08590554,0.9943707),(0.5673219,0.1254983,0.8138771),(0.3742827,0.1138631,0.9202976),(-0.4180314,0.1280443,0.8993633),(-0.6385968,0.06069045,0.7671445),(-0.7603103,0.04340266,0.6481084),(-0.6011959,0.1015236,0.7926263),(-0.7339679,-0.02085089,0.6788641),(-0.759662,-0.08626765,0.6445708),(-0.7992775,-0.1033506,0.5920086),(-0.8123134,-0.03399417,0.5822297),(-0.8707314,-0.04084288,0.4900599),(-0.849321,0.03373985,0.5267972),(-0.8286272,-0.1161006,0.5476292),(-0.8480361,-0.1279965,0.5142487),(-0.9116884,-0.04860363,0.4079973),(-0.9107438,0.02100947,0.4124371),(-0.7410352,0.0840255,0.6661879),(-0.8423053,0.0628178,0.5353278),(-0.7351901,-0.1212181,0.6669346),(-0.6437014,-0.1352402,0.7532321),(-0.6160526,-0.1606151,0.7711562),(-0.7386047,-0.1441732,0.6585417),(-0.4051872,-0.145745,0.9025419),(0.1229373,-0.1470722,0.9814562),(0.1902234,-0.1685716,0.9671601),(-0.3467546,-0.1708276,0.9222686),(-0.2802217,-0.1942758,0.9400706),(-0.5787839,-0.1840619,0.7944371),(0.2558939,-0.1888577,0.9480776),(0.3154366,-0.2078905,0.9258949),(-0.2105743,-0.2153803,0.9535564),(-0.5333561,-0.2051235,0.8206434),(-0.7340726,-0.164423,0.6588644),(-0.721345,-0.1827748,0.6680231),(0.5467129,-0.1078718,0.8303426),(0.6560119,-0.06661015,0.7518055),(0.6930248,-0.0849124,0.7158957),(0.595244,-0.1260446,0.7935977),(0.6163639,-0.04185011,0.7863486),(0.4363425,-0.05009229,0.8983852),(0.6426706,-0.06099259,0.763711),(0.4361559,-0.06991601,0.897151),(0.7273946,-0.1052754,0.678096),(0.6692191,-0.08406603,0.7382945),(0.4372597,-0.09512401,0.8942903),(0.693519,-0.1112949,0.7117898),(0.436692,-0.1258761,0.8907611),(0.7568989,-0.1279128,0.6408919),(0.6391838,-0.1446016,0.7553374),(0.6761898,-0.1637923,0.7182893),(0.2056336,-0.08946477,0.9745311),(0.07229529,-0.1380064,0.9877893),(0.1725354,-0.1077394,0.9790934),(0.02748663,-0.1526325,0.9879007),(0.03023325,-0.1823666,0.9827656),(0.06522125,-0.2125248,0.9749766),(-0.0116395,-0.1925335,0.9812213),(0.03633894,-0.2171888,0.975453),(-0.01584459,-0.1744707,0.9845349),(-0.05036581,-0.2127479,0.9758081),(0.01232972,-0.235561,0.9717814),(-0.09042789,-0.2423101,0.9659755),(-0.01118799,-0.267428,0.9635129),(-0.06197854,-0.2026974,0.9772781),(0.1396595,-0.1318411,0.9813833),(0.103072,-0.1612929,0.9815095),(0.1228942,-0.2268002,0.9661567),(0.1540655,-0.2313635,0.9605909),(0.1095593,-0.2246733,0.9682555),(0.1511969,-0.2229159,0.9630409),(0.1602046,-0.2304678,0.9598015),(0.1420857,-0.2277648,0.9632937),(0.1632744,-0.2179893,0.9621965),(0.1472034,-0.2150521,0.9654448),(0.1543297,-0.2343385,0.9598269),(0.1708261,-0.227279,0.9587297),(0.1540266,-0.2246648,0.9621857),(0.1632972,-0.256154,0.9527429),(0.1815879,-0.2582189,0.9488671),(0.1607434,-0.2657389,0.9505495),(0.1023926,-0.2396766,0.9654382),(0.09764497,-0.2719425,0.9573467),(0.1455462,-0.2194193,0.9647131),(0.2303936,-0.1976945,0.952804),(0.1510463,-0.2099093,0.9659829),(0.2358773,-0.1930304,0.9524186),(0.4558698,-0.1468971,0.8778405),(0.856955,-0.01716957,0.5151052),(0.4588445,-0.1471596,0.8762453),(0.8542598,-0.02114434,0.5194162),(0.4567433,-0.1615551,0.874806),(0.2377104,-0.2065432,0.9491225),(0.8483187,-0.03159506,0.5285424),(0.842938,-0.04683352,0.5359684),(0.4550396,-0.1886202,0.8702652),(0.2403096,-0.2371534,0.9412807),(0.1552646,-0.221409,0.9627415),(0.1610006,-0.2531528,0.9539352),(0.9933783,0.1145537,-0.00878403),(0.9587382,0.1688582,-0.2287095),(0.9546252,0.1666947,-0.2467862),(0.9937178,0.1116409,-0.007824859),(0.9391385,0.206101,-0.2748475),(0.9446179,0.252478,-0.209647),(0.9260433,0.2030944,-0.318114),(0.9233931,0.2487762,-0.2923277),(0.9123145,0.2113385,-0.3507397),(0.9509704,0.1732398,-0.2562093),(0.8974205,0.2560737,-0.3592529),(0.8705991,0.2727415,-0.4094744),(0.8984265,0.2305738,-0.3737186),(0.9468327,0.1890646,-0.2603121),(0.9937242,0.1118559,0.0006940886),(0.9931498,0.1163644,0.01062708),(0.9458249,0.3172932,-0.06884869),(0.9133171,0.3859317,0.1300326),(0.9290993,0.3126744,-0.1975079),(0.9238108,0.381087,-0.03669307),(0.8092163,0.4145358,0.4163282),(0.5491518,0.3385665,0.7640714),(0.8796209,0.4183132,0.2264535),(0.7104834,0.3689942,0.5992134),(0.907998,0.3789672,-0.178672),(0.9067463,0.4183755,0.05265958),(0.8194579,0.390707,0.419329),(0.9070153,0.4102642,-0.09490274),(0.8843004,0.3978515,0.2443908),(0.8798177,0.3754683,-0.2914522),(0.8988146,0.3158673,-0.3039082),(0.8639842,0.3237643,-0.3856268),(0.1759445,0.1925319,0.9653886),(-0.1414781,0.08748822,0.9860679),(0.3942559,0.2505107,0.8841984),(0.07066847,0.1549944,0.9853846),(-0.3849876,0.01774123,0.9227512),(-0.5712392,-0.05085539,0.8192067),(-0.2126341,0.07989371,0.9738602),(-0.4519421,-0.005094052,0.8920327),(0.2834442,0.2243336,0.9323807),(-0.01743194,0.1488307,0.988709),(-0.3021438,0.04972987,0.9519643),(0.1851237,0.2140147,0.9591283),(-0.1257989,0.1068963,0.9862797),(0.4766209,0.2834708,0.8321519),(0.5810905,0.3032436,0.7552332),(0.7257136,0.340833,0.5976392),(-0.6934354,-0.1121602,0.7117355),(-0.7535495,-0.1446044,0.6412898),(-0.6219201,-0.08534781,0.7784157),(-0.7157053,-0.1323222,0.6857526),(-0.7716348,-0.1541837,0.6170957),(-0.751972,-0.1473266,0.6425208),(-0.759778,-0.1552358,0.6313788),(-0.765804,-0.1656427,0.621375),(-0.6567507,-0.1122609,0.7457051),(-0.7313692,-0.1492782,0.6654435),(-0.7642956,-0.1769979,0.6201),(-0.6827573,-0.1361737,0.7178435),(-0.7471475,-0.1804531,0.6396932),(-0.5710535,-0.08534253,0.8164647),(-0.5231685,-0.04962908,0.8507829),(-0.39302,-0.007988779,0.9194952),(-0.6913221,-0.1301168,0.7107343),(-0.5804373,-0.09435086,0.8088205),(-0.7340196,-0.1663189,0.6584477),(-0.656842,-0.144753,0.7400035),(-0.3979162,-0.01519629,0.9172959),(-0.1212718,0.1215711,0.9851465),(-0.5144547,-0.07834229,0.8539314),(-0.2747871,0.0500724,0.9602004),(-0.7101816,-0.1861041,0.6789752),(-0.6049578,-0.1335959,0.7849702),(-0.4081654,-0.01985813,0.912692),(-0.6727916,-0.1763027,0.7185184),(-0.5194575,-0.08145763,0.8506049),(-0.7449709,-0.2154838,0.631336),(-0.7585019,-0.1946045,0.6219357),(-0.76762,-0.2131462,0.6044238),(0.1881061,0.2543484,0.9486427),(0.4476942,0.3338937,0.8295088),(0.02452783,0.1858847,0.9822654),(0.3092056,0.2796785,0.90894),(0.6421192,0.3854721,0.6626419),(0.7682813,0.4391685,0.4656982),(0.5517077,0.3520485,0.7560955),(0.7294242,0.4260996,0.5351444),(0.1533722,0.2106491,0.9654553),(0.4340656,0.3040227,0.8480313),(0.6678567,0.4043225,0.6248928),(0.2914755,0.2429097,0.9252226),(0.5778466,0.3724907,0.7261847),(-0.01020036,0.1326002,0.9911172),(-0.1364582,0.1093316,0.9845942),(-0.2862961,0.03240058,0.9575931),(0.8202735,0.4887192,0.2971617),(0.823101,0.5243253,0.2181458),(0.8148276,0.4819901,0.3220891),(0.8359765,0.5103692,0.2016596),(0.8023399,0.5530058,0.2245782),(0.7559394,0.5738232,0.3150913),(0.8314457,0.5294837,0.1683598),(0.8076568,0.5483047,0.2169158),(0.8397341,0.4968469,0.2190659),(0.8497105,0.5068164,0.1453593),(0.8409161,0.5208573,0.1468596),(0.8601347,0.4858983,0.1551486),(0.8633932,0.4932556,0.1060709),(0.8323903,0.4839599,0.2700171),(0.7959521,0.4725821,0.3783207),(0.7575434,0.4595987,0.46357),(0.670275,0.5865868,0.4545848),(0.5426005,0.5864409,0.6013916),(0.7544633,0.571536,0.3226945),(0.6638105,0.5915473,0.4576324),(0.3771543,0.5546162,0.7417247),(0.1854526,0.4800439,0.8574177),(0.5318842,0.5857453,0.6115566),(0.3605448,0.536116,0.763274),(0.7512878,0.5800714,0.3147756),(0.6561635,0.5954858,0.463515),(0.516874,0.5718925,0.6370088),(0.7506007,0.5826489,0.311639),(0.6495673,0.5820839,0.4891222),(0.8118393,0.5540056,0.184377),(0.8103321,0.5478743,0.2078353),(0.8473718,0.518196,0.1159045),(-0.007321307,0.3813341,0.9244083),(-0.1780262,0.2861986,0.9414866),(0.1698403,0.4541717,0.8745755),(-0.01441785,0.3646507,0.9310328),(-0.319736,0.1990986,0.9263523),(-0.4294266,0.1176862,0.8954008),(-0.1797737,0.2718772,0.9453911),(-0.3181193,0.1748007,0.9317965),(0.1578146,0.4365046,0.8857529),(-0.0226677,0.3457994,0.9380347),(-0.1863929,0.239602,0.9528108),(0.1489724,0.4134035,0.8982788),(-0.03279138,0.307212,0.951076),(0.3328373,0.4931931,0.8037287),(0.3428179,0.5125039,0.7872836),(0.504777,0.5485181,0.6665794),(-0.5027789,0.06123589,0.8622433),(-0.5453194,0.05236589,0.836591),(-0.4172961,0.1025871,0.9029617),(-0.4781914,0.08730676,0.8739053),(-0.5695269,0.09177299,0.8168335),(-0.5809974,0.1808372,0.7935616),(-0.5138146,0.128954,0.8481541),(-0.5283864,0.2274665,0.8179651),(-0.3937579,0.1338484,0.909417),(-0.4428202,0.1752022,0.8793261),(-0.4623906,0.2771988,0.8422326),(-0.3536053,0.2293555,0.9068403),(-0.3817447,0.3282231,0.8640258),(-0.2880332,0.1907231,0.9384357),(-0.3123145,0.1552741,0.937203),(-0.1839554,0.2168964,0.9587055),(-0.5990758,0.2634388,0.7561139),(-0.6453478,0.2820903,0.7098953),(-0.5441536,0.3202309,0.775467),(-0.5890451,0.3462042,0.7301839),(-0.7152426,0.2332515,0.6588033),(-0.7945343,0.1116963,0.5968578),(-0.6621036,0.3036075,0.6851578),(-0.7529305,0.1864004,0.6311501),(-0.5205762,0.4044048,0.7519688),(-0.5944514,0.3691192,0.7144079),(-0.6936034,0.2619017,0.6710601),(-0.5125617,0.4259471,0.7455531),(-0.6151561,0.3333123,0.714483),(-0.4405875,0.4537162,0.7746124),(-0.4773906,0.373863,0.7951884),(-0.3989434,0.4218921,0.8141568),(-0.8520321,-0.01962366,0.5231216),(-0.8841608,-0.09491839,0.4574387),(-0.8274115,0.05195716,0.5591873),(-0.8736109,-0.03521517,0.4853492),(-0.9029796,-0.1179626,0.4131741),(-0.9121852,-0.09397043,0.398858),(-0.9011841,-0.0768696,0.4265658),(-0.9152946,-0.07867587,0.3950263),(-0.8477925,0.035705,0.5291247),(-0.8879411,-0.02409586,0.4593257),(-0.9098413,-0.05273747,0.4115915),(-0.8591303,0.03997617,0.5101932),(-0.8937727,-0.01442297,0.4482882),(-0.8017388,0.1152093,0.5864654),(-0.7846359,0.1312589,0.6059023),(-0.719824,0.2137161,0.6604384),(-0.9098532,-0.03639342,0.4133314),(-0.8943585,0.04630375,0.444948),(-0.917753,-0.04455082,0.3946449),(-0.9085435,0.02786818,0.4168597),(-0.8643535,0.1580928,0.4773883),(-0.8179104,0.2994163,0.4912967),(-0.8839822,0.1444723,0.4446384),(-0.8358005,0.3067657,0.4553376),(-0.9148395,0.01786748,0.4034221),(-0.8961222,0.1375964,0.4219385),(-0.8466098,0.3193467,0.4257576),(-0.9010201,0.1418825,0.4099171),(-0.8500161,0.3396707,0.4026118),(-0.9138809,0.02077865,0.4054504),(-0.9178633,-0.04310463,0.3945491),(-0.9100521,-0.02861219,0.4135053),(-0.7700294,0.4269598,0.4740886),(-0.7470905,0.5027322,0.4348752),(-0.7774299,0.4568974,0.4322585),(-0.743729,0.5454487,0.3864621),(-0.7534776,0.5325246,0.3856019),(-0.7871324,0.5192876,0.3328107),(-0.7422251,0.5818259,0.3325366),(-0.7715619,0.5720441,0.2783125),(-0.7321999,0.5885391,0.3427899),(-0.723134,0.6289506,0.2854795),(-0.7490961,0.6207689,0.2313027),(-0.6977667,0.6731004,0.2450663),(-0.7215498,0.6650442,0.1925669),(-0.7134174,0.6312611,0.3042123),(-0.7770801,0.4900176,0.3950053),(-0.7690597,0.526565,0.3623211),(-0.8209089,0.5003341,0.2752714),(-0.8300731,0.5150188,0.2138557),(-0.8033178,0.5525297,0.2222416),(-0.8115875,0.5607711,0.1638955),(-0.8109022,0.5642129,0.1552468),(-0.7566457,0.6452199,0.1057291),(-0.7942939,0.5976264,0.1092695),(-0.7472562,0.6614274,0.06420252),(-0.7892083,0.601528,0.1237511),(-0.7754135,0.6271472,0.07362305),(-0.7364869,0.6756681,0.03255278),(-0.7547615,0.6541882,0.04871114),(-0.7238529,0.6898697,0.01080373),(-0.7641926,0.6380823,0.09413244),(-0.7801775,0.5997043,0.1779823),(-0.7531849,0.6420031,0.1433336),(-0.6843862,0.7254414,0.0731456),(-0.6215896,0.7810538,0.05984388),(-0.685896,0.7268243,0.03568078),(-0.6325211,0.7741434,0.02488214),(-0.5735528,0.8169159,0.06070929),(-0.5428423,0.8368176,0.07112458),(-0.5910532,0.8062105,0.02609521),(-0.563755,0.8252412,0.03401855),(-0.6411529,0.7674019,-0.004151003),(-0.6051573,0.7960932,-0.004494615),(-0.5796201,0.8148868,0.0003189241),(-0.6152096,0.787747,-0.03117456),(-0.5912939,0.8059003,-0.02993698),(-0.6461749,0.7626953,-0.02745614),(-0.6858329,0.7277308,0.006418367),(-0.6829711,0.7302948,-0.01483238),(-0.515428,0.8526496,0.08557256),(-0.4759041,0.8737518,0.1003644),(-0.538784,0.8413325,0.04325859),(-0.5028255,0.8628412,0.05168599),(-0.4233556,0.8986359,0.114993),(-0.3570166,0.9251769,0.1287901),(-0.4545199,0.8886527,0.06089358),(-0.39248,0.9169003,0.07248089),(-0.5222206,0.8527501,0.01015351),(-0.4786704,0.877838,0.01658759),(-0.4233995,0.9055271,0.02745369),(-0.4986368,0.8666275,-0.01783462),(-0.4508465,0.8925794,-0.00628682),(-0.5372712,0.8430658,-0.02407776),(-0.5554384,0.831539,0.005560562),(-0.5678301,0.8226907,-0.02736641),(-0.2921198,0.9456622,0.14279),(-0.2455094,0.956558,0.157232),(-0.3293228,0.9400545,0.08856621),(-0.2797455,0.9539234,0.1085013),(-0.2183967,0.961018,0.1695504),(-0.2113185,0.961229,0.1771537),(-0.2454781,0.9608809,0.1282514),(-0.2275956,0.9630685,0.1438723),(-0.3165327,0.9461362,0.06806809),(-0.2778374,0.956247,0.09164095),(-0.2509185,0.9616151,0.111068),(-0.3112745,0.9484662,0.05932908),(-0.2766758,0.9577819,0.0781313),(-0.3527664,0.9350288,0.03573502),(-0.3656443,0.9296627,0.04507371),(-0.399791,0.9165248,0.01222936),(-0.2056428,0.9626897,0.1758965),(-0.1817942,0.969418,0.1648626),(-0.2110983,0.9657723,0.1507361),(-0.1799622,0.9725511,0.1475061),(-0.1381611,0.9793292,0.1477354),(-0.07327859,0.9890434,0.1281541),(-0.1328667,0.9816498,0.1367848),(-0.06865549,0.9902614,0.1211147),(-0.1859202,0.9749452,0.1221292),(-0.1341535,0.984305,0.1146575),(-0.06816113,0.9925104,0.1013759),(-0.1398551,0.9868665,0.08083925),(-0.07179274,0.9950425,0.06881963),(-0.1960389,0.976639,0.0880053),(-0.2244412,0.9668642,0.1216538),(-0.2412486,0.9664742,0.08790137),(-0.008937684,0.993677,0.1119198),(0.03191629,0.9943083,0.1016483),(0.03481406,0.9950721,0.09284116),(-0.006204462,0.9944102,0.1054033),(0.04883308,0.9943671,0.09407132),(0.04152612,0.995449,0.08577263),(0.05215005,0.996074,0.07153308),(0.05426485,0.9951484,0.08206608),(0.05933162,0.9961894,0.06392356),(0.03740665,0.996523,0.0744492),(0.06091521,0.9966422,0.05471493),(0.06055526,0.9973521,0.04027379),(0.06488167,0.9972475,0.03588657),(0.03649369,0.9982277,0.04700958),(-0.005067811,0.9962115,0.08681587),(-0.007585127,0.9983769,0.05644489),(0.0319878,0.9969528,0.07114621),(0.04288841,0.9979173,0.04818165),(0.0479004,0.9972091,0.05726646),(0.06136629,0.9974108,0.03749375),(0.07517295,0.9969602,0.02047921),(0.129529,0.9915411,-0.008279338),(0.1439684,0.9895536,-0.007541693),(0.09323706,0.9955316,0.01495412),(0.07486844,0.9967691,0.02908363),(0.1058217,0.9943033,0.01275195),(0.1531891,0.9881913,-0.003305061),(0.1125329,0.9935489,0.01403566),(0.1575185,0.987506,0.004454504),(0.08220627,0.9963439,0.02325631),(0.06005514,0.9972374,0.04371401),(0.06641661,0.9973125,0.03092791),(0.1696763,0.9850436,-0.02998274),(0.1598498,0.986316,-0.04036029),(0.1709239,0.9848753,-0.02838442),(0.1806953,0.9832672,-0.02312208),(0.09794964,0.9942753,-0.04268854),(-0.01955414,0.9990039,-0.04010963),(0.1126712,0.9932655,-0.026999),(0.002636472,0.9997378,-0.0227475),(0.1241068,0.9922179,-0.0100569),(0.1779924,0.9839272,-0.01435109),(0.02255858,0.9997364,-0.004276056),(0.1327087,0.991122,0.008099277),(0.03971842,0.9990926,0.0153759),(0.1819036,0.9833151,0.001649043),(0.1871074,0.9822494,-0.01330003),(0.1897053,0.9818408,-0.0005868443),(-0.1474084,0.9882073,-0.04143897),(-0.2386851,0.9697025,-0.05202334),(-0.1188337,0.9926218,-0.02409433),(-0.2092672,0.9772329,-0.03497249),(-0.2947673,0.9531795,-0.06753573),(-0.318344,0.9442877,-0.08353362),(-0.2691326,0.9618014,-0.05005865),(-0.3003778,0.9516681,-0.06403764),(-0.1798451,0.9835805,-0.0150018),(-0.2430508,0.9695674,-0.02941789),(-0.2821889,0.9583994,-0.04289433),(-0.2161766,0.9763376,-0.005706837),(-0.2613002,0.96504,-0.02048802),(-0.1513593,0.9884468,0.007953695),(-0.09127247,0.995814,-0.00486705),(-0.06596696,0.9976875,0.01636804),(-0.3242728,0.9411877,-0.09493571),(-0.3264377,0.939927,-0.09987768),(-0.3221685,0.9438385,-0.07332346),(-0.3144872,0.9465219,-0.07207084),(-0.3251944,0.9402825,-0.1005852),(-0.3208521,0.9419089,-0.09930506),(-0.3201793,0.9449677,-0.06723875),(-0.3239236,0.9434355,-0.07073083),(-0.3187644,0.9462909,-0.05406397),(-0.3239312,0.9445412,-0.05394865),(-0.3209673,0.9455795,-0.05347337),(-0.3199953,0.9460433,-0.05104249),(-0.319058,0.9459217,-0.05860064),(-0.3108966,0.9494736,-0.04293347),(-0.3050313,0.9509628,-0.05124064),(-0.2914634,0.956008,-0.03313251),(-0.3191287,0.9427791,-0.09656289),(-0.3255463,0.941109,-0.0912879),(-0.3254244,0.9437138,-0.05918702),(-0.3183019,0.9458465,-0.06370474),(-0.3399271,0.9368187,-0.08258491),(-0.3619781,0.9295884,-0.06955057),(-0.3659012,0.9295805,-0.04468283),(-0.3413836,0.9384252,-0.05305982),(-0.3423247,0.9382891,-0.04926818),(-0.3258753,0.9439953,-0.0517499),(-0.3678499,0.9287784,-0.0453553),(-0.3687769,0.9267846,-0.07123178),(-0.3426626,0.9367678,-0.07105258),(-0.3255981,0.9429847,-0.06903388),(-0.3187219,0.9463615,-0.05306794),(-0.3177241,0.9459553,-0.06496012),(-0.383983,0.921812,-0.0531014),(-0.39862,0.9164428,-0.03513926),(-0.4077712,0.912718,-0.0258549),(-0.3906644,0.9198639,-0.03509522),(-0.406155,0.9136528,-0.01663559),(-0.4081584,0.9128813,-0.007371604),(-0.420523,0.9071852,-0.01323892),(-0.4174834,0.9085199,-0.01729829),(-0.4122699,0.9102503,-0.03844474),(-0.4232102,0.9052799,-0.03689646),(-0.4268507,0.9035866,-0.03646533),(-0.4258031,0.9017116,-0.07488585),(-0.4296967,0.8997276,-0.07649254),(-0.4143352,0.907242,-0.07237601),(-0.3938934,0.918229,-0.04127404),(-0.3954023,0.9157468,-0.07116811),(0.8261561,-0.4582188,-0.3278744),(0.8242657,-0.4326274,-0.3652666),(0.813832,-0.5227125,-0.2538679),(0.8596339,-0.4666744,-0.2079532),(0.8764771,-0.3953524,-0.274744),(0.8764477,-0.3689759,-0.309348),(0.7637731,-0.6155965,-0.1941431),(0.6657161,-0.7294078,-0.1574363),(0.6912991,-0.7117866,-0.1243604),(0.8032091,-0.5752003,-0.1549187),(0.8901346,-0.4068764,-0.2052117),(0.8334481,-0.5303878,-0.1550903),(0.713921,-0.6899281,-0.11965),(0.856234,-0.4781335,-0.1955802),(0.7405736,-0.6559477,-0.1458879),(0.9062808,-0.3445979,-0.2447601),(0.9064877,-0.3291166,-0.2645037),(0.9065598,-0.3018659,-0.295002),(0.9183025,-0.2634676,-0.2954747),(0.9173194,-0.2359785,-0.3206859),(0.5328829,-0.8336332,-0.1452285),(0.3857687,-0.9106957,-0.1477019),(0.3849466,-0.914433,-0.1250136),(0.5406854,-0.8329257,-0.1178738),(0.225133,-0.9627222,-0.1499368),(0.05068049,-0.9892307,-0.1373104),(0.0738454,-0.9905072,-0.1159406),(0.2293078,-0.9646891,-0.1295871),(0.2399324,-0.9673401,-0.08176508),(0.3888167,-0.9167382,-0.09172121),(0.1031667,-0.9929022,-0.05917741),(0.1378004,-0.9899173,0.03278694),(0.266404,-0.9638348,-0.007165268),(0.4120234,-0.909829,-0.04947519),(0.5500008,-0.8290935,-0.1005142),(0.5744997,-0.8128809,-0.09578405),(-0.1065917,-0.9888574,-0.1039194),(-0.2138384,-0.9751169,-0.05848156),(-0.06423552,-0.9949635,-0.07695061),(-0.1640035,-0.9862339,-0.02110601),(-0.2750185,-0.9613581,-0.01247207),(-0.2960424,-0.9548406,0.0252615),(-0.2272543,-0.9730933,0.03800952),(-0.2580587,-0.9620121,0.08909771),(-0.1071174,-0.9936014,0.0358068),(-0.1711869,-0.9808069,0.09334268),(-0.2104971,-0.9665737,0.1463771),(-0.1208137,-0.9806727,0.1538997),(-0.1612614,-0.9668834,0.1978163),(-0.05840437,-0.9919435,0.1124146),(-0.01586349,-0.9997089,-0.01817869),(0.02764596,-0.9969915,0.0724147),(-0.298317,-0.9530872,0.05130059),(-0.3001423,-0.9515035,0.06749613),(-0.2718537,-0.9539434,0.126837),(-0.2814664,-0.9473996,0.152351),(-0.301203,-0.9503984,0.07758604),(-0.3012687,-0.9497212,0.08524563),(-0.2866938,-0.9429341,0.1693575),(-0.2873712,-0.9405057,0.1812917),(-0.2524427,-0.9409783,0.2254606),(-0.263527,-0.9312667,0.2515867),(-0.2684245,-0.9248501,0.2694451),(-0.2439557,-0.9040368,0.351003),(-0.2290343,-0.9172386,0.325909),(-0.2109857,-0.9339656,0.2884326),(-0.234852,-0.9531541,0.1906348),(-0.1886648,-0.9512687,0.2439128),(-0.2865156,-0.9536272,0.09221619),(-0.242794,-0.9651346,0.09780746),(-0.2289132,-0.9536784,0.1951825),(-0.2720285,-0.9433393,0.1900302),(-0.1684847,-0.9805737,0.1004395),(-0.06281602,-0.9931498,0.09852754),(-0.05441926,-0.980756,0.1875),(-0.1566213,-0.9682135,0.1950191),(-0.1520703,-0.9488624,0.2766491),(-0.2186437,-0.9341884,0.2819343),(-0.05620188,-0.9632716,0.2625818),(-0.06953616,-0.9430761,0.3252266),(-0.1580037,-0.9245969,0.3466343),(-0.2154824,-0.9080854,0.3590938),(-0.2569768,-0.9251379,0.2794331),(-0.2436292,-0.9000201,0.3613982),(0.06614013,-0.9935832,0.09174842),(0.2382481,-0.9679585,0.07933652),(0.2418112,-0.9589703,0.1479981),(0.07140056,-0.982463,0.1722451),(0.5132939,-0.8565139,0.05397494),(0.8939862,-0.4480738,-0.004284786),(0.8905368,-0.4548782,0.005473374),(0.5151436,-0.8508259,0.1035494),(0.5041255,-0.8507459,0.1486233),(0.2325246,-0.9503123,0.2069752),(0.8784209,-0.4774863,0.01958155),(0.8557833,-0.5157481,0.04048323),(0.4814354,-0.8555188,0.1905456),(0.2120787,-0.9427294,0.2574565),(0.06471971,-0.9686162,0.2399876),(0.04671791,-0.953945,0.2963213),(0.9931933,0.096355,-0.06544358),(0.9388916,0.3283762,-0.1032069),(0.9478219,0.2760856,-0.1594064),(0.9929199,0.06459683,-0.09968594),(0.9106742,0.3858967,-0.1475002),(0.9178246,0.3328757,-0.216314),(0.936218,0.2153243,-0.2777254),(0.9271815,0.3081642,-0.2130001),(0.9386849,0.2201524,-0.2653368),(0.9565303,0.2080881,-0.2043262),(0.942399,0.1001909,-0.319133),(0.9391861,-0.0002435887,-0.3434086),(0.9440724,0.1257138,-0.3048333),(0.9635292,0.1236962,-0.2372987),(0.992255,0.01363974,-0.123467),(0.9891493,-0.05864305,-0.1347015),(0.9281332,0.195855,-0.3165589),(0.9063272,0.003407548,-0.422563),(0.8898396,-0.1497953,-0.4309834),(0.9332013,0.04109928,-0.3569959),(0.8449599,-0.2270184,-0.4842577),(0.7598559,-0.4558523,-0.4634841),(0.7503861,-0.4889974,-0.4447498),(0.8192153,-0.3333049,-0.4666842),(0.8234186,-0.384242,-0.4175404),(0.8784844,-0.2533312,-0.4050784),(0.7864797,-0.4745419,-0.3952971),(0.8616188,-0.4015652,-0.3104168),(0.8616535,-0.3743138,-0.3426988),(0.8855129,-0.2976677,-0.3567366),(0.9260439,-0.08697558,-0.3672575),(0.9183908,-0.1720422,-0.3563144),(0.6890997,-0.6133357,-0.3859546),(0.6658027,-0.6809629,-0.304953),(0.7266995,-0.613221,-0.3096252),(0.7143045,-0.5866329,-0.3816161),(0.6896376,-0.6849824,-0.2349454),(0.7576184,-0.6280239,-0.177765),(0.8685077,-0.4614159,-0.1810789),(0.7815606,-0.5753015,-0.2412286),(0.8932819,-0.3966149,-0.2115282),(0.825844,-0.4901019,-0.2788937),(0.9649459,-0.2169165,-0.1477389),(0.9938639,0.09539575,-0.05598219),(0.9835058,-0.1344654,-0.1209773),(0.9376057,-0.2904601,-0.1911244),(0.7861906,-0.5136073,-0.3436741),(0.8899556,-0.376211,-0.2577681),(0.8525653,-0.5078794,-0.1232514),(0.9442281,-0.3218272,-0.06971727),(0.9982403,-0.02472631,-0.05389785),(0.9548936,-0.2720437,-0.1190394),(0.9974257,-0.06456283,-0.03120411),(0.9701599,0.2420855,-0.01358119),(0.8406324,0.541166,0.02182917),(0.9655452,0.2602054,-0.003969441),(0.8286892,0.5584797,0.03707486),(0.9537448,0.3003683,-0.01223771),(0.6314909,0.7731615,0.05865647),(0.3753542,0.9203792,0.109597),(0.6093679,0.7864187,0.1010761),(0.8017489,0.5941966,0.06425842),(0.9962806,0.03076246,-0.08048981),(0.9342287,0.3566121,0.00666958),(0.8512649,0.5247087,0.005374965),(0.675859,0.7357828,0.04287561),(0.4341276,0.8976808,0.07551496),(0.6482829,0.7602046,0.04264262),(0.4677233,0.8797393,0.0854034),(0.2432189,0.9631773,0.1146039),(0.02031027,0.9908949,0.1330969),(0.2201205,0.9691511,0.1108738),(-0.006908078,0.9924091,0.1227869),(0.1837365,0.978354,0.09520698),(-0.1633965,0.976292,0.14197),(-0.3096624,0.9379045,0.1563468),(-0.2031698,0.9692186,0.1390596),(-0.05325791,0.9913502,0.1199516),(0.4017297,0.9129371,0.07182679),(0.1413699,0.9839433,0.1089494),(0.05544402,0.9881723,0.1429735),(-0.05007769,0.9797165,0.194031),(-0.1811549,0.9614874,0.2067004),(-0.1231905,0.9799216,0.1567731),(-0.07371023,0.9610848,0.2662386),(-0.01321819,0.9370014,0.3490753),(-0.03691972,0.9267495,0.3738612),(-0.1556928,0.9464982,0.2826676),(-0.2054068,0.930783,0.302409),(-0.2741014,0.9364111,0.2190951),(-0.03089745,0.9139526,0.4046431),(0.003543071,0.8983415,0.4392837),(-0.2266193,0.9174688,0.3269476),(-0.335174,0.9118369,0.2370906),(-0.2586792,0.9515343,0.1663356),(-0.3582152,0.9156821,0.1822308),(0.1098578,0.903234,0.4148489),(0.2753084,0.8485008,0.4519422),(0.3546563,0.8145406,0.4590671),(0.1449132,0.8865789,0.4392927),(0.4829615,0.7420635,0.4648549),(0.7141235,0.5426537,0.4422153),(0.8073831,0.4457947,0.3865222),(0.5854491,0.6795324,0.4421369),(0.6942339,0.5918754,0.4095398),(0.4572281,0.7588903,0.4637112),(0.884713,0.3367838,0.3222727),(0.9408251,0.2304851,0.2484447),(0.7996159,0.4812895,0.3591308),(0.5788329,0.6758351,0.4562888),(0.2092945,0.8585451,0.4680772),(0.3028706,0.8142689,0.4952128),(0.8815835,0.30215,0.3626512),(0.9580971,0.1317416,0.2543504),(0.9814846,0.03205684,0.1888391),(0.9380095,0.1898082,0.290019),(0.9871108,0.03904619,0.1552016),(0.9960405,0.006846816,0.0886369),(0.9970964,-0.02546428,0.0717665),(0.9933273,-0.03263203,0.1106171),(0.9921705,-0.07936143,0.0964337),(0.9886408,-0.04551296,0.1432404),(0.9953328,-0.03260202,0.0908279),(0.9892456,-0.009142193,0.1459785),(0.9894885,-0.09118295,0.1122412),(0.9891968,-0.08730975,0.1177571),(0.9710115,0.08760087,0.2224023),(0.9867729,0.01323751,0.1615677),(0.9978973,0.01051146,0.06395865),(0.9964006,0.0349879,0.07721166),(0.9898397,0.0721484,0.1225235),(0.9967803,0.01827282,0.07807054),(0.9895102,0.0807148,0.1198109),(0.9718832,0.1475316,0.1835144),(0.9370038,0.2120065,0.2776277),(0.9715216,0.1369659,0.1933554),(0.9338837,0.2103004,0.2891973),(0.9709708,0.1321355,0.1993891),(0.879386,0.2845553,0.3817178),(0.7963099,0.3524355,0.4916094),(0.8679576,0.2896382,0.4034345),(0.92889,0.2086629,0.3059793),(0.9904022,0.05107284,0.1284325),(0.9705769,0.1084809,0.2149702),(0.9405679,0.2192939,0.2593112),(0.8978128,0.2799597,0.3399335),(0.8280817,0.3410666,0.4449203),(0.8871621,0.2841683,0.3635817),(0.8454126,0.3296738,0.4202295),(0.7862715,0.3696105,0.4951414),(0.6975484,0.4144006,0.5845497),(0.7636515,0.3837336,0.5192158),(0.6764908,0.4299096,0.5979447),(0.7448506,0.3960557,0.5369706),(0.6108036,0.452566,0.6496945),(0.5328249,0.4813467,0.6959907),(0.5917873,0.4626814,0.660086),(0.6550326,0.4363228,0.6168911),(0.8137053,0.3483371,0.465344),(0.723472,0.400424,0.56236),(0.7241527,0.4004938,0.5614335),(0.6623043,0.4226365,0.6186528),(0.5706933,0.4494269,0.6872588),(0.6326304,0.4357038,0.6402663),(0.6026811,0.4371676,0.6675777),(0.5467241,0.4454186,0.7090098),(0.4602983,0.4585183,0.7601884),(0.5129654,0.4566446,0.7268716),(0.4365369,0.4766459,0.7630494),(0.4903225,0.4746415,0.7309577),(0.3877551,0.4736855,0.7907389),(0.329529,0.4933157,0.8050157),(0.3750836,0.4988519,0.7813189),(0.4243797,0.4990022,0.7555783),(0.5486312,0.46686,0.6935745),(0.4770896,0.4932969,0.7273538),(0.4965723,0.4470632,0.7440097),(0.4540102,0.4414657,0.7739398),(0.3755951,0.4447544,0.813094),(0.4141564,0.4547787,0.7884483),(0.4193937,0.4292855,0.7998893),(0.3928508,0.4110696,0.8226116),(0.3201805,0.4068081,0.855565),(0.3443925,0.4287204,0.8352201),(0.2773223,0.4320523,0.8581509),(0.3082284,0.4517271,0.8372204),(0.2514712,0.4063554,0.8784291),(0.1842009,0.4132461,0.8917947),(0.2161518,0.442772,0.8701905),(0.2505112,0.4656697,0.8487614),(0.3448486,0.465578,0.8150561),(0.2880578,0.482391,0.8272374),(0.366997,0.395155,0.8421197),(0.3324383,0.3886456,0.8593248),(0.2538048,0.3827997,0.8882835),(0.2937037,0.3886401,0.8733252),(0.2846594,0.3892584,0.8760405),(0.2183996,0.3939321,0.8928154),(0.1132685,0.3969124,0.9108407),(0.1955895,0.3867914,0.9011865),(0.0987246,0.385056,0.9175977),(0.1707623,0.3790559,0.9094817),(-0.001746246,0.3991118,0.9169006),(-0.1272815,0.4000652,0.9076052),(-0.00788868,0.3852555,0.9227762),(0.08071009,0.3798613,0.9215158),(0.2200587,0.3853606,0.8961425),(0.1433034,0.3885563,0.9102132),(0.1296521,0.3997679,0.9074006),(0.01682279,0.4059734,0.9137301),(-0.1242969,0.4111723,0.9030435),(0.005791002,0.4063006,0.9137211),(-0.1201277,0.4118665,0.9032913),(-0.2793605,0.4135461,0.8665664),(-0.4405496,0.4042976,0.8015357),(-0.2747519,0.4115625,0.8689808),(-0.4295752,0.4047351,0.8072513),(-0.2719386,0.4118975,0.8697067),(-0.5924972,0.3869754,0.7065389),(-0.7295426,0.356401,0.5837346),(-0.5800413,0.3866999,0.7169485),(-0.423218,0.4045211,0.810709),(-0.1277514,0.41032,0.9029492),(-0.2698594,0.4096384,0.8714197),(-0.4463196,0.3981989,0.8013966),(-0.6042058,0.3590432,0.7113531),(-0.7452348,0.3249016,0.5822919),(-0.6034814,0.3771693,0.7025337),(-0.7442436,0.3021423,0.5956604),(-0.8583915,0.2352645,0.4558668),(-0.9377704,0.1829535,0.2951522),(-0.8581445,0.2564102,0.4447942),(-0.9351899,0.2096636,0.2854138),(-0.8555593,0.2849956,0.432199),(-0.9805502,0.1359208,0.1415871),(-0.9960248,0.08878214,0.007216596),(-0.9789511,0.1572158,0.1301461),(-0.9333463,0.2346404,0.2716776),(-0.7401662,0.3480298,0.5753515),(-0.8512954,0.3057339,0.4264069),(-0.9346138,0.159253,0.3180183),(-0.9733863,0.07921001,0.2150466),(-0.995532,0.03096143,0.08920448),(-0.9804151,0.1067934,0.1654734),(-0.9876373,0.009295065,0.1564809),(-0.9886111,-0.03712666,0.1458416),(-0.9906569,-0.07475494,0.1140644),(-0.9968983,-0.03348069,0.07122494),(-0.9982682,-0.05636695,0.01682871),(-0.9999616,-7.492153e-5,-0.008764869),(-0.9890339,-0.09258639,0.1150641),(-0.9848842,-0.09001898,0.1479855),(-0.9980509,-0.06224262,-0.004500924),(-0.9970841,-0.01922948,-0.07384709),(-0.9972369,0.06626916,0.03357043),(-0.9971222,0.0316251,-0.06889999),(-0.9804958,-0.05584921,0.188438),(-0.954625,-0.05585033,0.2925268),(-0.9321968,-0.06861257,0.3553893),(-0.9741635,-0.08427991,0.2095286),(-0.8833282,-0.04714572,0.4663782),(-0.7113144,-0.02997872,0.7022344),(-0.5976176,-0.008905317,0.8017318),(-0.8276654,-0.04177565,0.5596649),(-0.7440425,-0.02584787,0.6676322),(-0.8923354,-0.06692928,0.4463831),(-0.4529325,0.01762839,0.8913705),(-0.2853857,0.05020576,0.9570969),(-0.6313434,0.003307031,0.7754964),(-0.8302429,-0.04698969,0.5554177),(-0.9599568,-0.09501202,0.2635446),(-0.9345776,-0.08485923,0.3454903),(-0.4402167,0.01410929,0.8977807),(-0.1290581,0.08412618,0.9880621),(0.07254179,0.1130059,0.9909427),(-0.2658271,0.04335647,0.9630452),(0.2146637,0.1439733,0.9660182),(0.569239,0.1543695,0.80755),(0.6907893,0.164962,0.703987),(0.397192,0.1655387,0.9026824),(0.5510619,0.1782908,0.8151953),(0.2664512,0.1346185,0.9544013),(0.7802819,0.1720364,0.6013016),(0.8451243,0.1796786,0.5034684),(0.6746435,0.1864419,0.7142099),(0.4396259,0.1507136,0.885446),(-0.07408188,0.07139391,0.9946933),(0.1192455,0.09801686,0.9880148),(0.8173853,0.1277497,0.5617484),(0.9276152,0.1110494,0.3566483),(0.954648,0.09835485,0.2810224),(0.8777395,0.1268478,0.4620424),(0.971149,0.1083876,0.2124189),(0.9869249,0.1089229,0.1188069),(0.9911929,0.08268055,0.1034427),(0.9824638,0.08601846,0.1654261),(0.9878095,0.07642115,0.1356181),(0.9698845,0.09613414,0.2237909),(0.9923818,0.06776228,0.1028918),(0.9907807,0.06528033,0.1187095),(0.9892713,0.08020666,0.1221026),(0.9776286,0.1052703,0.1821003),(0.9165642,0.130629,0.3779499),(0.9411403,0.1412145,0.3071048),(0.9917921,0.1062652,0.07110647),(0.9922563,0.1020696,0.0707761),(0.9899285,0.08126771,0.1159186),(0.9928212,0.08152828,0.08751714),(0.9881973,0.09873087,0.117125),(0.9728981,0.09590878,0.210406),(0.9465879,0.08528234,0.3109636),(0.9782652,0.08306461,0.1899936),(0.9591629,0.06667988,0.2748825),(0.9828205,0.06332505,0.1733607),(0.9037973,0.07200103,0.4218604),(0.8390418,0.05631394,0.5411446),(0.9262803,0.05076468,0.3734002),(0.9679098,0.04999735,0.2462743),(0.991083,0.06410528,0.116812),(0.9851937,0.05573137,0.1621346),(0.9361799,0.08927802,0.3399951),(0.86314,0.08210201,0.4982455),(0.7733056,0.0709631,0.6300498),(0.8830617,0.08042822,0.462313),(0.7248532,0.08522273,0.6836116),(0.4807857,0.09990037,0.8711286),(0.2910492,0.08313969,0.9530888),(0.5875682,0.07051952,0.806096),(0.4196212,0.05348396,0.9061223),(0.6524056,0.05703725,0.7557206),(0.08360696,0.06496112,0.9943792),(-0.1291627,0.04500031,0.9906018),(0.2258552,0.03321211,0.9735946),(0.4991314,0.03937605,0.8656312),(0.8049372,0.06851308,0.5893912),(0.6972101,0.05298454,0.714906),(0.1601718,0.09776168,0.9822361),(-0.1685661,0.06795949,0.9833448),(-0.3813398,0.05124831,0.9230133),(-0.06151877,0.08096001,0.9948171),(-0.4863378,0.03886626,0.872906),(-0.7629122,0.0384692,0.6453565),(-0.8551442,0.01822614,0.5180697),(-0.6503249,0.02097298,0.7593665),(-0.7759492,0.009312636,0.6307266),(-0.5643988,0.03823949,0.8246163),(-0.9177819,0.004417589,0.39706),(-0.958439,-0.004182262,0.2852671),(-0.8667215,0.003298939,0.4987815),(-0.7110762,0.02917102,0.7025095),(-0.276422,0.06484717,0.958846),(-0.4702375,0.04971619,0.8811385),(-0.9098329,0.03887974,0.4131497),(-0.9496039,0.004322815,0.3134227),(-0.9725542,-0.01199127,0.2323674),(-0.9516373,0.01925413,0.3066198),(-0.9381096,-0.06052456,0.3410093),(-0.8580107,-0.143631,0.4931407),(-0.8599117,-0.1657857,0.4827702),(-0.9541476,-0.07622558,0.2894689),(-0.963627,-0.09562502,0.2495578),(-0.985835,-0.02829247,0.1653146),(-0.8554316,-0.193969,0.4802218),(-0.8460099,-0.2272049,0.4823332),(-0.9688966,-0.1182291,0.2173965),(-0.9931014,-0.04479367,0.108366),(-0.9767681,0.003378668,0.2142723),(-0.9910073,-0.009696206,0.1334564),(-0.7004145,-0.2035611,0.6840923),(-0.4817058,-0.2267014,0.8465022),(-0.4258284,-0.2511883,0.869238),(-0.6719086,-0.2303277,0.703909),(-0.1416479,-0.2346807,0.9616969),(0.3672014,-0.2232155,0.9029607),(0.4100639,-0.2322337,0.8819949),(-0.07614237,-0.2522638,0.9646582),(-0.01420457,-0.2664021,0.9637573),(-0.3665156,-0.2767239,0.8883075),(0.4444923,-0.2343201,0.8645927),(0.4709672,-0.2291758,0.8518617),(0.04436262,-0.2755851,0.9602525),(-0.3043585,-0.3013766,0.903625),(-0.6365377,-0.2618255,0.7254428),(-0.5951626,-0.2964854,0.7469122),(0.7053867,-0.1793923,0.6857463),(0.7800727,-0.1481836,0.6078883),(0.7963005,-0.1614796,0.5829492),(0.7265531,-0.1872222,0.6611115),(0.7131131,-0.138207,0.6872907),(0.4309035,-0.1583495,0.8883961),(0.7264535,-0.1602038,0.6682814),(0.4181638,-0.1884684,0.888605),(0.7319228,-0.1777285,0.6578006),(0.8049777,-0.1683323,0.5689245),(0.3967224,-0.2163927,0.8920681),(0.3648887,-0.2423859,0.8989468),(0.7276297,-0.1916491,0.6586545),(0.8052554,-0.169617,0.5681496),(0.7395825,-0.1875602,0.6464045),(0.7441794,-0.1809459,0.6430051),(0.0590469,-0.1919002,0.9796365),(-0.1143899,-0.231745,0.9660276),(0.00688978,-0.2193993,0.9756109),(-0.1734933,-0.2561071,0.9509518),(-0.1356914,-0.2740517,0.9520942),(-0.03880374,-0.3045117,0.9517179),(-0.1876376,-0.3008329,0.9350356),(-0.07378964,-0.3385926,0.9380353),(-0.2373556,-0.2753031,0.9315956),(-0.2452896,-0.321909,0.9144439),(-0.117445,-0.3689649,0.9219933),(-0.3067618,-0.3365936,0.890282),(-0.1704122,-0.3944038,0.902998),(-0.3030465,-0.2891529,0.9080493),(-0.05230267,-0.2435349,0.9684809),(-0.1161871,-0.2642349,0.9574344),(0.09053767,-0.3128101,0.9454908),(0.1663551,-0.3084042,0.9365965),(0.07676478,-0.3540254,0.93208),(0.1671253,-0.3544356,0.9200242),(0.1928858,-0.3020608,0.9335707),(0.1744989,-0.3005506,0.9376671),(0.1868533,-0.3500053,0.9179227),(0.2018749,-0.3511175,0.9143101),(0.2063909,-0.4061332,0.8902014),(0.1596645,-0.4044463,0.9005167),(0.2004925,-0.4049942,0.8920664),(0.2154718,-0.4657871,0.8582623),(0.2039813,-0.4673244,0.8602323),(0.1402231,-0.4583005,0.8776663),(0.05305318,-0.395588,0.9168946),(0.01606603,-0.4366495,0.8994882),(0.1697587,-0.2962021,0.9399183),(0.2467056,-0.2764153,0.928833),(0.2601198,-0.3165404,0.912217),(0.1830416,-0.3425722,0.9214879),(0.4576352,-0.22106,0.8612215),(0.8407555,-0.06324267,0.5377086),(0.845008,-0.07620864,0.5292954),(0.4690206,-0.2516172,0.8465863),(0.4934358,-0.278819,0.8238817),(0.2843468,-0.3570909,0.8897376),(0.8575115,-0.08347089,0.5076481),(0.8791022,-0.08277525,0.4693907),(0.5349169,-0.3009564,0.7894866),(0.3234349,-0.3976286,0.858651),(0.2032208,-0.3923851,0.8970703),(0.2328504,-0.4458099,0.8643115),(0.9921842,0.1236457,0.01679574),(0.9417702,0.2096475,-0.2629009),(0.9356194,0.2305516,-0.2673243),(0.9910532,0.1326551,0.01470467),(0.8851696,0.2550561,-0.3891287),(0.8468159,0.2933871,-0.4436516),(0.8282856,0.3133862,-0.4644695),(0.8730971,0.2792681,-0.3996383),(0.8617427,0.3032603,-0.4067343),(0.9277766,0.2522457,-0.2749595),(0.8151949,0.3325596,-0.4741955),(0.8072332,0.3509058,-0.4745942),(0.8504943,0.3271947,-0.4118289),(0.9175498,0.2751557,-0.2870397),(0.9894737,0.1446902,0.002577037),(0.9867598,0.1608173,-0.0210438),(0.8326433,0.3330313,-0.4424875),(0.8505743,0.3700807,-0.3735822),(0.8092902,0.3417089,-0.4777911),(0.8269187,0.3642736,-0.4283811),(0.8938071,0.3957608,-0.2109082),(0.915605,0.3923746,0.08780506),(0.8764493,0.3793758,-0.2964972),(0.9239022,0.3799945,-0.04482109),(0.8121458,0.3576649,-0.4609718),(0.8613783,0.3615507,-0.3568033),(0.9191391,0.3628198,-0.153445),(0.8522554,0.3420433,-0.3958119),(0.9087602,0.341576,-0.2397514),(0.8077157,0.3497876,-0.4745986),(0.7953871,0.3494292,-0.4952359),(0.791295,0.3559489,-0.4971444),(0.8272384,0.362042,0.4296537),(0.6370405,0.3281147,0.6975099),(0.890357,0.3705618,0.2644776),(0.7597141,0.3592509,0.5420084),(0.3767822,0.2709105,0.8858006),(0.06339294,0.1645648,0.984327),(0.5443733,0.3190545,0.7757975),(0.2495488,0.2219728,0.9425781),(0.8459076,0.3767787,0.3774627),(0.6829703,0.3555253,0.6380856),(0.423963,0.2737445,0.8633189),(0.7904108,0.3775905,0.4823652),(0.5797244,0.3151388,0.7514035),(0.8997158,0.3803821,0.2140585),(0.9230034,0.3685353,0.1106627),(0.933684,0.3570997,-0.02671974),(-0.2363638,0.04143127,0.970781),(-0.457952,-0.04777186,0.8876923),(-0.06386448,0.09898135,0.9930378),(-0.3207278,0.002169619,0.9471689),(-0.611834,-0.1121668,0.7829928),(-0.7134639,-0.173336,0.6789137),(-0.517409,-0.07532588,0.8524165),(-0.6612542,-0.1545534,0.7340682),(-0.1618636,0.05958505,0.9850126),(-0.3969185,-0.02857528,0.917409),(-0.586183,-0.1254062,0.8004141),(-0.2506425,0.02487468,0.96776),(-0.4837876,-0.0869522,0.8708552),(0.01262962,0.1193573,0.992771),(0.1166778,0.1584342,0.9804513),(0.2964652,0.2140273,0.9307528),(-0.7625015,-0.2207321,0.6081684),(-0.7634999,-0.2328365,0.6023746),(-0.7426413,-0.2178208,0.6332756),(-0.7669421,-0.2401021,0.5951056),(-0.7197453,-0.2062383,0.6628971),(-0.6071545,-0.1324602,0.7834652),(-0.7478352,-0.2256372,0.6243641),(-0.6716396,-0.1732109,0.7203459),(-0.7560848,-0.2379705,0.6096768),(-0.7605302,-0.2351892,0.6052106),(-0.7162791,-0.2034993,0.6674821),(-0.7592558,-0.2349718,0.6068929),(-0.7445562,-0.2232095,0.6291371),(-0.7289971,-0.2263072,0.6460251),(-0.7056163,-0.2050809,0.678268),(-0.6466801,-0.1824468,0.74062),(-0.4184958,-0.0399975,0.9073375),(-0.1714764,0.05118123,0.9838579),(-0.5287985,-0.1049142,0.8422383),(-0.321457,-0.02875347,0.9464875),(0.1313002,0.1708779,0.9765044),(0.4586727,0.3273762,0.8261018),(-0.03663576,0.09099582,0.9951771),(0.3139505,0.2671787,0.9110712),(-0.4529321,-0.1023884,0.8856462),(-0.2023592,0.008764159,0.9792722),(0.1485898,0.1947357,0.9695354),(-0.3559343,-0.06994495,0.9318898),(-0.02821494,0.1141598,0.9930617),(-0.5621014,-0.1658288,0.8102732),(-0.616071,-0.1599385,0.7712821),(-0.6820558,-0.2035689,0.7023956),(0.6946146,0.4381299,0.5705723),(0.8100626,0.4688759,0.3520712),(0.6033398,0.4034417,0.6879068),(0.7669014,0.4482505,0.4592752),(0.8617444,0.4673096,0.1975307),(0.8774053,0.4699826,0.0963143),(0.8503999,0.4514436,0.2702196),(0.8822314,0.4559196,0.1174954),(0.6956632,0.4198188,0.5829279),(0.8204945,0.4367053,0.3688866),(0.87674,0.4508637,0.1674777),(0.7655109,0.4191928,0.4881295),(0.8573263,0.4526285,0.2451917),(0.5909234,0.3797157,0.7117764),(0.4801322,0.3546732,0.8022967),(0.3260375,0.2911074,0.8994198),(0.8696241,0.4909023,0.05262027),(0.8478253,0.5244741,0.0782247),(0.8796235,0.4752308,0.02045416),(0.8634868,0.5043603,0.003357485),(0.8115491,0.5579747,0.1733559),(0.746807,0.5734298,0.3368345),(0.8417801,0.5361971,0.06244231),(0.8051618,0.5586994,0.1989211),(0.8675987,0.4956123,-0.04051016),(0.853511,0.5207773,-0.0176061),(0.8359526,0.5421118,0.08542953),(0.8564274,0.5121767,-0.06486294),(0.8510345,0.5251055,0.002156491),(0.8656254,0.4979257,-0.05256169),(0.8813656,0.4720947,0.01792217),(0.8757374,0.4806324,0.04557017),(0.6388631,0.563885,0.5233427),(0.4930731,0.5325084,0.687978),(0.7339557,0.5659312,0.3755408),(0.6227846,0.5557539,0.5507057),(0.3202112,0.4707114,0.8221287),(0.1326494,0.3737903,0.9179788),(0.4748921,0.514434,0.7140274),(0.2968654,0.4331592,0.8510253),(0.7206701,0.5609049,0.4074557),(0.6072736,0.5377241,0.584869),(0.453393,0.4747012,0.7543829),(0.7154601,0.5356644,0.4485315),(0.5960709,0.4895238,0.6364478),(0.7913024,0.5470156,0.2731563),(0.7956014,0.5569189,0.2384528),(0.8337819,0.5381216,0.1234216),(-0.03717099,0.284476,0.9579623),(-0.1622716,0.2552724,0.9531547),(0.1201533,0.350668,0.9287599),(-0.01956592,0.3201427,0.9471672),(-0.2453151,0.2883924,0.9255541),(-0.2851882,0.377337,0.8810701),(-0.1176499,0.3456832,0.9309466),(-0.1705164,0.4200896,0.8913187),(0.1381221,0.373915,0.9171204),(0.02919162,0.3919398,0.9195276),(-0.03649531,0.4508397,0.8918586),(0.1920455,0.4189047,0.8874894),(0.1159003,0.4642325,0.8780975),(0.3056244,0.406367,0.8610805),(0.2836013,0.4034044,0.8699627),(0.4464712,0.4319806,0.7836174),(-0.3082499,0.4617689,0.831716),(-0.3499579,0.4919868,0.797169),(-0.2026482,0.491486,0.8469801),(-0.2471186,0.5184922,0.8185952),(-0.4188383,0.4714865,0.7760638),(-0.5202836,0.3965948,0.7563184),(-0.3137825,0.5049133,0.8041164),(-0.4113469,0.448958,0.7932405),(-0.1289083,0.5321232,0.836796),(-0.1946235,0.5251077,0.8284827),(-0.2869004,0.4874659,0.8246607),(-0.05932445,0.5303594,0.8456948),(-0.1460963,0.5093912,0.8480427),(0.006669038,0.5309434,0.8473811),(-0.07956766,0.5085687,0.8573371),(0.06193704,0.5099782,0.8579546),(-0.6335932,0.2945688,0.7153943),(-0.7334436,0.2001091,0.6496282),(-0.5277061,0.3687442,0.765215),(-0.641751,0.2854535,0.711809),(-0.8117046,0.1148307,0.5726689),(-0.8649657,0.03828438,0.5003685),(-0.7419611,0.1979331,0.6405593),(-0.8194097,0.1059926,0.5633234),(-0.5233322,0.3642743,0.7703426),(-0.6430388,0.2841694,0.7111601),(-0.7485126,0.1877247,0.635994),(-0.5094968,0.3668027,0.7783757),(-0.6418409,0.2809593,0.713514),(-0.3772596,0.4294628,0.8205101),(-0.4011326,0.4304484,0.8085833),(-0.2542648,0.4746565,0.8426449),(-0.8938229,0.002377409,0.4484138),(-0.9059215,0.04067244,0.4214877),(-0.8665339,0.05244292,0.4963554),(-0.8894069,0.08073159,0.4499306),(-0.8984162,0.1611762,0.4084978),(-0.8449101,0.3693997,0.386873),(-0.8868532,0.1982496,0.4173588),(-0.8299137,0.408769,0.3796725),(-0.8593696,0.1436895,0.4907516),(-0.8630819,0.2548455,0.4360543),(-0.8039998,0.4566782,0.3808275),(-0.8216235,0.3321249,0.4632795),(-0.7659844,0.5111993,0.3897989),(-0.8071306,0.2325691,0.5426341),(-0.8209798,0.1236728,0.5574023),(-0.7459545,0.2180757,0.6292812),(-0.7526935,0.5657169,0.336774),(-0.6873451,0.6721579,0.2752462),(-0.7282747,0.6051421,0.3215884),(-0.6553842,0.7087319,0.261095),(-0.6662586,0.7133099,0.2174589),(-0.6889247,0.7048069,0.1692036),(-0.6298878,0.7479697,0.2092433),(-0.6516186,0.7396171,0.1684033),(-0.6215104,0.7380341,0.2627364),(-0.5923968,0.7746646,0.2212708),(-0.6117043,0.7677185,0.1908565),(-0.5574539,0.7904442,0.2538563),(-0.5708291,0.7862222,0.236662),(-0.5898759,0.7571447,0.2806746),(-0.6980981,0.6417842,0.3174463),(-0.6649109,0.6726308,0.3247482),(-0.7222059,0.6802067,0.1254486),(-0.736151,0.6718734,0.0816569),(-0.6866679,0.7149975,0.1313987),(-0.7038401,0.7042625,0.0928625),(-0.7314648,0.6806733,0.04053527),(-0.7078351,0.7063617,0.00477425),(-0.7038252,0.7082309,0.05512732),(-0.6865597,0.7267854,0.0204608),(-0.6660653,0.7347581,0.128404),(-0.669992,0.7365085,0.0930918),(-0.6581957,0.7505821,0.05835091),(-0.6268787,0.7636263,0.1545893),(-0.6196915,0.7758277,0.118633),(-0.620496,0.7612467,0.1883827),(-0.646687,0.7453877,0.1618427),(-0.6015209,0.7688699,0.2168218),(-0.6752987,0.7372251,-0.02170121),(-0.6454445,0.7628752,-0.03772254),(-0.6610367,0.750315,-0.007612147),(-0.6372853,0.7701359,-0.02753534),(-0.6193902,0.7837377,-0.04594405),(-0.5979267,0.800056,-0.04893056),(-0.6160802,0.7866227,-0.04086402),(-0.5979751,0.8000085,-0.04911494),(-0.6205587,0.7841535,0.003176188),(-0.6041897,0.7966778,-0.01610259),(-0.5900602,0.8067688,-0.03087072),(-0.5815247,0.81304,0.02819324),(-0.5718715,0.8203251,0.00543791),(-0.5929365,0.8034067,0.05444512),(-0.6387482,0.7689156,0.02773857),(-0.6057921,0.7911228,0.08450285),(-0.576284,0.8157682,-0.04918301),(-0.5490578,0.8344508,-0.04719619),(-0.5793698,0.8132772,-0.05395216),(-0.556243,0.829145,-0.05578798),(-0.515596,0.8558291,-0.04144256),(-0.4751563,0.8793792,-0.03031024),(-0.5281968,0.8474276,-0.05361512),(-0.4947581,0.8677931,-0.04636314),(-0.5566254,0.8292279,-0.05048944),(-0.5339508,0.8437239,-0.05501166),(-0.5069928,0.8601899,-0.05505976),(-0.5301348,0.8466393,-0.04646393),(-0.5091507,0.8587699,-0.05727035),(-0.5475419,0.836165,-0.03203182),(-0.5752648,0.816877,-0.04221644),(-0.5614418,0.8273883,-0.0145488),(-0.4307535,0.9023752,-0.01305223),(-0.3862821,0.9223459,0.008008508),(-0.456649,0.889,-0.03391828),(-0.4150204,0.9096223,-0.01858795),(-0.3428098,0.938977,0.02834802),(-0.3014672,0.9524879,0.04340922),(-0.3704239,0.9288534,-0.004173),(-0.3235739,0.9461872,0.005443745),(-0.436469,0.8986199,-0.04446228),(-0.3920802,0.919123,-0.03854677),(-0.3418368,0.9390708,-0.03596685),(-0.4057516,0.9108799,-0.07525551),(-0.3550443,0.9313294,-0.08104932),(-0.4481867,0.8911714,-0.07029999),(-0.4747923,0.8786256,-0.05088483),(-0.4825596,0.8734646,-0.06477442),(-0.258045,0.9648502,0.04976717),(-0.207148,0.9771493,0.04763339),(-0.2734574,0.9618524,0.007821044),(-0.2181272,0.9759128,0.003815393),(-0.1476373,0.9882408,0.03979269),(-0.07867248,0.9964762,0.02908439),(-0.1566442,0.9876479,-0.003791214),(-0.08829099,0.9960205,-0.01216064),(-0.2294483,0.9723526,-0.04340236),(-0.167657,0.9845862,-0.0498101),(-0.1013473,0.9933384,-0.05484117),(-0.181442,0.978498,-0.09808351),(-0.1185448,0.9880178,-0.0988327),(-0.2415471,0.9658378,-0.09387378),(-0.2872883,0.9570898,-0.03800528),(-0.299283,0.950125,-0.08770496),(-0.01442031,0.9996976,0.01992154),(0.03039121,0.9994243,0.01508),(-0.0254449,0.9995261,-0.01731633),(0.01893072,0.9996743,-0.01711622),(0.05581119,0.9983433,0.01399106),(0.06208223,0.9979419,0.01605755),(0.04477962,0.9989194,-0.01244356),(0.05224474,0.9986258,-0.004131672),(0.001962933,0.9987649,-0.04964833),(0.02759272,0.9988523,-0.03915006),(0.03579778,0.9990503,-0.02484213),(0.004347103,0.9977962,-0.06621083),(0.01313845,0.9988461,-0.04619323),(-0.02069133,0.9963723,-0.08254636),(-0.04108268,0.9976259,-0.05526937),(-0.06177872,0.9936633,-0.0938974),(0.06546335,0.9976881,0.01824703),(0.08225986,0.9964466,0.01809813),(0.05699448,0.9983633,0.004715687),(0.07474261,0.9971366,0.01149888),(0.1126288,0.9935055,0.01617515),(0.1565832,0.9875785,0.01304899),(0.1055975,0.9942726,0.01646644),(0.1495326,0.9885574,0.01985769),(0.06013044,0.998185,0.003325854),(0.09150684,0.9956934,0.01486848),(0.1357388,0.9904296,0.02498356),(0.07038374,0.9974554,0.01135547),(0.1145258,0.9930103,0.02853693),(0.03886398,0.9992232,-0.006526728),(0.04160365,0.9990857,-0.009839808),(0.01985596,0.9994762,-0.02555314),(0.1884177,0.9820036,0.01295529),(0.1827449,0.9829841,0.0186173),(0.1821746,0.9829372,0.02543636),(0.1794781,0.9831122,0.03575065),(0.1384865,0.9899811,0.02754565),(0.0536998,0.9978753,0.03689699),(0.140608,0.9888768,0.04849856),(0.06398873,0.9960842,0.06100528),(0.1706265,0.9838915,0.05332913),(0.1377507,0.9879045,0.07119979),(0.06983331,0.9936854,0.08782189),(0.1285667,0.9870524,0.09590791),(0.07044938,0.9905744,0.1174701),(0.1546719,0.985364,0.07165478),(0.1697286,0.9847926,0.03708954),(0.1497764,0.9875463,0.04815948),(-0.04375963,0.9982342,0.04016914),(-0.1245335,0.9916342,0.03395563),(-0.02497398,0.9974363,0.06706028),(-0.09968742,0.9930172,0.06308045),(-0.1883894,0.9818689,0.02104684),(-0.2359979,0.9717445,0.004197066),(-0.1600033,0.9857996,0.05097253),(-0.2064547,0.9779136,0.03258069),(-0.07698841,0.9924611,0.09536179),(-0.1315911,0.9877209,0.08420929),(-0.1740346,0.9825921,0.06499719),(-0.1037597,0.9872341,0.120842),(-0.1401519,0.9848962,0.1016715),(-0.05664628,0.989788,0.1308089),(-0.00982097,0.9952297,0.09706399),(0.001442778,0.9914876,0.1301931),(-0.2703794,0.9626497,-0.01416754),(-0.2940205,0.9552414,-0.03264511),(-0.2415769,0.9703314,0.009877713),(-0.267334,0.9634845,-0.01517268),(-0.3070228,0.9503514,-0.05068797),(-0.3094729,0.9484924,-0.06773984),(-0.2835313,0.9580912,-0.0408809),(-0.290047,0.954765,-0.06554759),(-0.2330329,0.9724163,0.01010767),(-0.2513922,0.9676567,-0.02103531),(-0.2618709,0.9637213,-0.05162173),(-0.212432,0.9771315,0.009307457),(-0.2258829,0.9738179,-0.02560524),(-0.1933523,0.9801581,0.04364578),(-0.207106,0.9775195,0.03953311),(-0.1690842,0.9827312,0.07516633),(-0.3108729,0.9469022,-0.08206337),(-0.3208047,0.9426138,-0.09253991),(-0.2954526,0.9514014,-0.08685142),(-0.308469,0.9455575,-0.1037684),(-0.3393299,0.9353548,-0.09983335),(-0.3663743,0.9245702,-0.1045941),(-0.3292014,0.9369586,-0.1171962),(-0.3576148,0.925053,-0.1280182),(-0.2880131,0.9520965,-0.102766),(-0.3111457,0.9423227,-0.1233542),(-0.3409979,0.9293008,-0.1418466),(-0.2837592,0.9515522,-0.1184447),(-0.3147545,0.9378209,-0.1463616),(-0.2585922,0.9618304,-0.08951176),(-0.2716251,0.9591419,-0.07916337),(-0.2393216,0.9691576,-0.05881091),(-0.3936175,0.9128255,-0.1086969),(-0.4130473,0.9035718,-0.1137972),(-0.3857341,0.9122016,-0.1381938),(-0.4058676,0.9016441,-0.1493631),(-0.4249071,0.8972439,-0.1200299),(-0.4289681,0.8948451,-0.1234453),(-0.4225447,0.8906224,-0.1680703),(-0.4182598,0.893824,-0.1616702),(-0.403702,0.8926826,-0.2003562),(-0.3908184,0.9027787,-0.1795875),(-0.4081979,0.8881929,-0.2109216),(-0.3835175,0.8883166,-0.2526027),(-0.378877,0.8946691,-0.2366841),(-0.3656929,0.9078761,-0.2050117),(-0.3699939,0.9151355,-0.1600988),(-0.3443847,0.9224055,-0.1748347),(0.909565,-0.1728741,-0.3778971),(0.9126624,-0.1996537,-0.3566308),(0.907845,-0.2804877,-0.3116796),(0.8889019,-0.1320643,-0.4386484),(0.8953683,-0.2109995,-0.3921669),(0.8816918,-0.1062663,-0.4597034),(0.8704751,-0.4169011,-0.2616614),(0.7719849,-0.6046264,-0.1961283),(0.8756376,-0.3447799,-0.3382094),(0.8044761,-0.5332631,-0.2616273),(0.8652456,-0.1263964,-0.4851534),(0.8689358,-0.2561092,-0.4235078),(0.8311874,-0.4404675,-0.3392872),(0.8466106,-0.1425168,-0.5127762),(0.8468812,-0.3230279,-0.4224277),(0.8108162,-0.01476311,-0.5851145),(0.8251451,-0.02360485,-0.5644274),(0.8401244,-0.04862751,-0.5402095),(0.7547974,0.06386559,-0.6528415),(0.7256172,0.08855239,-0.6823767),(0.619467,-0.7770559,-0.1115564),(0.4611241,-0.8870636,-0.02197172),(0.6797556,-0.717037,-0.154241),(0.5331302,-0.8454016,-0.03268136),(0.3124655,-0.9481314,0.05841374),(0.1763138,-0.9770312,0.119681),(0.3781439,-0.9223471,0.0792651),(0.2218596,-0.9614547,0.1624295),(0.6177967,-0.782304,-0.07954697),(0.4603178,-0.8859429,0.05668136),(0.2800505,-0.9461005,0.1626822),(0.5541565,-0.8324009,-0.004366638),(0.3559811,-0.9264613,0.1222579),(0.7040375,-0.6932826,-0.1539166),(0.7433285,-0.6315644,-0.2204291),(0.7999517,-0.5192584,-0.300746),(0.0599211,-0.9853505,0.1596676),(-0.02660448,-0.9821945,0.185974),(0.08647144,-0.973737,0.2106159),(-0.006062049,-0.9718683,0.2354468),(-0.08459153,-0.9738947,0.2106503),(-0.1158872,-0.9629684,0.2434381),(-0.07524125,-0.9562284,0.2827826),(-0.05894299,-0.9651353,0.2550283),(-0.03414447,-0.9572339,0.2872932),(0.01636938,-0.9649547,0.2619052),(-0.03775271,-0.94813,0.3156332),(-0.001988364,-0.939696,0.342005),(-0.000861172,-0.9514121,0.3079191),(0.05356161,-0.9624228,0.2662209),(0.1192437,-0.9665667,0.2270018),(0.1701969,-0.9628279,0.209751),(-0.1354673,-0.9478982,0.2883358),(-0.1576853,-0.9274303,0.3391289),(-0.09987704,-0.922001,0.3740836),(-0.08049515,-0.9424529,0.3245043),(-0.1838421,-0.9045248,0.3847556),(-0.2155969,-0.8840137,0.4147745),(-0.1874686,-0.8733588,0.4495554),(-0.1350644,-0.8975968,0.4196161),(-0.09171496,-0.8977301,0.4308934),(-0.04795196,-0.9182127,0.3931747),(-0.1626494,-0.8746917,0.4565739),(-0.1438292,-0.8883037,0.4361534),(-0.06253604,-0.9057453,0.4191835),(-0.01203764,-0.9177311,0.3970197),(-0.0305389,-0.9354681,0.3520893),(0.007744585,-0.9284928,0.3712697),(-0.2342703,-0.8744758,0.4247464),(-0.2212675,-0.8808221,0.4185609),(-0.2327138,-0.8607545,0.4527094),(-0.2289126,-0.8584821,0.4589201),(-0.175189,-0.8990892,0.4011825),(-0.09388087,-0.9220899,0.3754151),(-0.1237506,-0.9024664,0.4126018),(-0.198358,-0.8776049,0.4364216),(-0.2189983,-0.8635066,0.4543084),(-0.2427614,-0.8519965,0.4638628),(-0.1515255,-0.8860852,0.4380562),(-0.169883,-0.8750408,0.4532586),(-0.2288704,-0.8596951,0.4566649),(-0.2442815,-0.8570994,0.4535494),(-0.2242437,-0.8559028,0.4659884),(-0.2165222,-0.8680651,0.4467451),(0.01901904,-0.9390317,0.3433041),(0.1826678,-0.9356415,0.3020058),(0.1489702,-0.9276404,0.3424779),(-0.01351698,-0.9239147,0.3823598),(0.4491988,-0.8628674,0.2316901),(0.8225721,-0.564096,0.07190832),(0.7843785,-0.6097944,0.1135833),(0.412968,-0.8688534,0.2730409),(0.3778075,-0.8711652,0.3135805),(0.1155565,-0.9181493,0.37901),(0.7486054,-0.6432558,0.1606613),(0.7219777,-0.6596501,0.20883),(0.3475922,-0.8688277,0.3525878),(0.08642678,-0.9071158,0.4119119),(-0.04514034,-0.9090758,0.4141782),(-0.0703881,-0.8953997,0.4396646),(0.9813347,-0.1460386,-0.1251199),(0.9688525,0.03152615,-0.2456239),(0.9741644,-0.0502915,-0.2201693),(0.9688769,-0.2302043,-0.09101401),(0.9476092,0.03876943,-0.3170704),(0.937171,-0.06919532,-0.3419393),(0.9468611,-0.0967054,-0.3067607),(0.9563848,-0.02382782,-0.2911363),(0.9712324,-0.05211829,-0.2323602),(0.9802546,-0.1058015,-0.1670541),(0.9670939,-0.08229064,-0.2407441),(0.9892905,-0.02396582,-0.1439784),(0.9885641,-0.03776699,-0.1459962),(0.9879941,-0.1222888,-0.0944095),(0.9551147,-0.2935792,-0.03958909),(0.9458275,-0.3240161,0.02058293),(0.9222085,-0.2045194,-0.3281817),(0.9109567,-0.2830469,-0.3000704),(0.9469618,-0.2170875,-0.2369312),(0.9419922,-0.1856038,-0.2796459),(0.9151791,-0.3063896,-0.2618638),(0.9382586,-0.2721777,-0.2135183),(0.9866563,-0.1035395,-0.1256536),(0.9640132,-0.1911878,-0.1847314),(0.994325,-0.03688378,-0.09978746),(0.9815861,-0.1071314,-0.1581502),(0.9951097,0.09141806,-0.03740783),(0.9537599,0.2948282,0.05846684),(0.9894787,0.1446614,0.002187965),(0.9976932,0.04034431,-0.05459294),(0.9706521,-0.1216715,-0.2074384),(0.9942776,-0.01550983,-0.1056953),(0.9716467,-0.1820015,-0.1509243),(0.9962552,-0.03798641,-0.07767018),(0.9765805,0.2145179,0.01651238),(0.9976962,0.03675334,-0.05702307),(0.9870702,0.1601464,-0.006763679),(0.9160344,0.3978694,0.0508018),(0.7657392,0.6313736,0.1225187),(0.9040362,0.4199209,0.07990675),(0.7644293,0.6288055,0.1423081),(0.8916849,0.4428383,0.09376676),(0.5798023,0.7977566,0.1655713),(0.3773095,0.9051675,0.1957278),(0.5889241,0.7848632,0.1927645),(0.7565177,0.6334528,0.1625375),(0.9653479,0.2593504,0.02899791),(0.8773553,0.4662333,0.1134645),(0.7743234,0.6251683,0.09791707),(0.5821785,0.8014259,0.1370577),(0.352301,0.9199299,0.1720835),(0.5719627,0.8063091,0.1507452),(0.3583068,0.9201471,0.1579415),(0.1201252,0.9808669,0.153199),(-0.09416609,0.9815716,0.1662825),(0.125463,0.9756964,0.1796534),(-0.0766305,0.9817149,0.1742509),(0.1345874,0.974823,0.1777819),(-0.2661534,0.9511978,0.1561574),(-0.4006127,0.9060848,0.1360871),(-0.245421,0.956508,0.1576733),(-0.0614801,0.9832734,0.1714459),(0.358641,0.9172192,0.1734516),(0.1491745,0.9716524,0.1834074),(-0.09315193,0.9856201,0.1409811),(-0.2503896,0.9574624,0.1434258),(-0.393458,0.9067651,0.1515514),(-0.2743083,0.9499383,0.1495731),(-0.3557919,0.9210932,0.1581125),(-0.414965,0.8924515,0.177015),(-0.4787379,0.8555213,0.1972138),(-0.4599968,0.8715367,0.1697849),(-0.5277514,0.831116,0.1752848),(-0.494817,0.8563665,0.1476231),(-0.5096254,0.8326183,0.2168608),(-0.511779,0.8258703,0.2366864),(-0.5669577,0.8043699,0.1776171),(-0.5643339,0.813983,0.1376912),(-0.4102667,0.9010991,0.1403621),(-0.5103737,0.8511147,0.1229743),(-0.4215564,0.8831345,0.205824),(-0.3635312,0.8941532,0.26141),(-0.3562453,0.8883396,0.2897272),(-0.4479605,0.863148,0.2330385),(-0.2164507,0.9095704,0.3547264),(0.07126528,0.8784187,0.4725482),(0.1791681,0.8480967,0.498629),(-0.1685915,0.9081208,0.383267),(-0.07757051,0.9082828,0.4111023),(-0.311934,0.8941169,0.3213287),(0.3246655,0.7948859,0.5125902),(0.4891289,0.7097715,0.5069295),(0.06102871,0.8994706,0.4326985),(-0.2252132,0.9078283,0.3537329),(-0.4412629,0.8578982,0.2632449),(-0.4007078,0.8672251,0.2955565),(0.4261736,0.7459527,0.5117916),(0.7067091,0.5602887,0.4320172),(0.8185694,0.416822,0.3952262),(0.570904,0.6438239,0.5094697),(0.8848374,0.3555824,0.3010381),(0.972404,0.1412138,0.1857126),(0.9846989,0.07516827,0.1572187),(0.9390097,0.2295757,0.2560384),(0.963769,0.119586,0.2384291),(0.8936779,0.2667569,0.3608055),(0.9853042,0.03264577,0.1676598),(0.9757369,0.01342293,0.2185342),(0.966035,0.03602121,0.2558883),(0.9286086,0.1364974,0.3450429),(0.7095349,0.5082381,0.4881127),(0.8126272,0.3618038,0.4568751),(0.9920617,-0.02399846,0.1234411),(0.9891903,-0.08706304,0.117994),(0.9873199,-0.04951837,0.1508226),(0.991924,-0.02755822,0.1238023),(0.9861105,-0.06187071,0.1541369),(0.973092,0.0490691,0.2251315),(0.9388377,0.1370587,0.3159093),(0.9755377,0.005067993,0.2197735),(0.9453564,0.09962559,0.310445),(0.9758185,0.01677477,0.2179376),(0.8768498,0.2406688,0.4161886),(0.7824807,0.3406968,0.5212002),(0.8812976,0.2084775,0.4240892),(0.9414482,0.10489,0.3204266),(0.9865461,-0.005050876,0.1634054),(0.9691387,0.03971484,0.243296),(0.9289525,0.1890246,0.3183036),(0.8592783,0.2951322,0.417777),(0.7699214,0.3827954,0.5105769),(0.8630792,0.2842302,0.4175016),(0.7775546,0.3665959,0.5108976),(0.6985135,0.4092563,0.5870163),(0.6038646,0.4570824,0.6530109),(0.6788279,0.4368535,0.5902131),(0.5830477,0.4956362,0.6437393),(0.6700679,0.4597299,0.5828013),(0.51989,0.4978919,0.6941311),(0.4508459,0.5327977,0.7161456),(0.4997679,0.5390188,0.678005),(0.5717897,0.515536,0.6381844),(0.7735178,0.3781294,0.508614),(0.667967,0.4535156,0.590037),(0.6292285,0.4371449,0.6426319),(0.5687996,0.460486,0.6814834),(0.4927946,0.4758524,0.7285039),(0.544549,0.4649237,0.6980776),(0.5144867,0.480891,0.7099627),(0.4625852,0.4986012,0.7330837),(0.3935759,0.5067431,0.7670133),(0.4440912,0.4901424,0.750029),(0.4252253,0.490488,0.7606608),(0.3763385,0.4984033,0.7810016),(0.3204546,0.5122759,0.796795),(0.3061197,0.5126497,0.8021728),(0.2373251,0.5211316,0.8198162),(0.3627287,0.5109999,0.779299),(0.4716513,0.4901376,0.7330144),(0.4100981,0.5175514,0.7509728),(0.4116159,0.5113789,0.7543634),(0.362248,0.5172992,0.7753568),(0.289362,0.5252267,0.8002541),(0.341085,0.5199886,0.7831174),(0.3149137,0.5166368,0.7961882),(0.2700143,0.5097483,0.816853),(0.1913205,0.5134866,0.8364975),(0.2391806,0.5228733,0.8181664),(0.14264,0.5177683,0.843546),(0.2001125,0.5251229,0.8271644),(0.08901817,0.5026153,0.859915),(-0.04052806,0.4745833,0.8792771),(0.02025089,0.5009575,0.8652349),(0.0886839,0.5188912,0.8502277),(0.2598788,0.5235515,0.8113918),(0.1619512,0.526111,0.8348528),(0.2274642,0.4970407,0.8373832),(0.1865602,0.4784496,0.8580683),(0.09999723,0.4778683,0.8727212),(0.145361,0.4982978,0.8547336),(0.1464788,0.4533786,0.8791996),(0.1064005,0.4211894,0.9007099),(0.007461362,0.4183783,0.9082422),(0.05431288,0.4514776,0.8906279),(-0.0606157,0.4304309,0.9005859),(-0.01103084,0.4585378,0.8886064),(-0.1111482,0.3972023,0.9109755),(-0.245322,0.3507612,0.9037609),(-0.196108,0.3838151,0.9023456),(-0.1463419,0.4148436,0.8980473),(0.03850322,0.4823358,0.8751398),(-0.09491219,0.4448044,0.8905846),(0.0546906,0.3935832,0.9176607),(-0.02125921,0.3823705,0.9237645),(-0.1372302,0.3784479,0.9153934),(-0.05225704,0.3900688,0.9193017),(-0.1249992,0.3862347,0.9138917),(-0.259915,0.4000592,0.8788611),(-0.3936236,0.3967253,0.8292584),(-0.2503993,0.3825895,0.8893398),(-0.3788882,0.3675568,0.8493208),(-0.2628114,0.3603791,0.895018),(-0.5228679,0.3847218,0.7606565),(-0.642348,0.3599265,0.6766402),(-0.5044542,0.3357639,0.7954801),(-0.3918275,0.3218015,0.8619252),(-0.1744294,0.3699681,0.9125229),(-0.306284,0.3263574,0.8942488),(-0.4132995,0.4058062,0.8151717),(-0.5679252,0.3918569,0.7238156),(-0.6952007,0.3773851,0.6117815),(-0.5490317,0.3994454,0.7341715),(-0.7142481,0.3616596,0.5992095),(-0.8402311,0.318347,0.4389385),(-0.9167253,0.2820424,0.2829609),(-0.8214769,0.3359995,0.4607385),(-0.8993701,0.3082681,0.3100068),(-0.8003634,0.3584221,0.4805747),(-0.9607302,0.2472323,0.1259909),(-0.9770613,0.2117727,-0.02244053),(-0.9483723,0.2761444,0.1559943),(-0.880751,0.3323257,0.3373979),(-0.6715539,0.386651,0.6320731),(-0.776513,0.3642952,0.5141172),(-0.9288729,0.2575499,0.2662013),(-0.97671,0.181865,0.1138538),(-0.9899021,0.1387639,-0.02895383),(-0.9706507,0.2148747,0.1080099),(-0.9943042,0.1062422,-0.008477527),(-0.9940701,0.04575346,-0.09864757),(-0.9847829,0.01491298,-0.1731481),(-0.9901929,0.06766912,-0.1222246),(-0.976737,0.04205745,-0.2102759),(-0.9828137,0.1061213,-0.1510483),(-0.9756153,-0.002976456,-0.2194675),(-0.9708073,-0.008098626,-0.2397244),(-0.9617455,0.02779782,-0.2725305),(-0.9650902,0.0818016,-0.2488158),(-0.9832091,0.1783256,-0.03872717),(-0.9752071,0.1457681,-0.1665016),(-0.9905738,0.00254489,-0.1369564),(-0.99405,-0.03114544,-0.104378),(-0.9940411,-0.03635272,-0.1027653),(-0.9850426,-0.0169438,-0.1714756),(-0.9982656,-0.05851465,0.006471979),(-0.975104,-0.075058,0.2086588),(-0.9550509,-0.05547082,0.2912059),(-0.9976788,-0.0498643,0.04637476),(-0.9931104,-0.0336271,0.1122539),(-0.996834,-0.03234294,-0.07263459),(-0.9198497,-0.02982885,0.3911354),(-0.8651507,0.002164386,0.5015074),(-0.9797168,-0.00760625,0.2002422),(-0.9997226,-0.01662981,-0.01667631),(-0.983898,-0.02520989,-0.1769437),(-0.9875279,-0.02073743,-0.1560726),(-0.892749,-0.06126649,0.4463695),(-0.743009,-0.01559546,0.6690996),(-0.6310337,0.01711421,0.7755666),(-0.8302029,-0.03374625,0.556439),(-0.4935721,0.03912804,0.8688242),(-0.1076595,0.0822831,0.990777),(0.06777635,0.1051262,0.9921466),(-0.3381071,0.07172757,0.9383703),(-0.1731807,0.0971792,0.980084),(-0.4966698,0.04818716,0.8666009),(0.2304626,0.1158331,0.9661624),(0.3716392,0.1144798,0.9212919),(-0.008985128,0.1129105,0.9935646),(-0.3461767,0.07437009,0.9352169),(-0.7439928,-0.003140385,0.6681802),(-0.6343513,0.02845355,0.7725211),(0.2988305,0.1174334,0.9470531),(0.5835042,0.1565969,0.796869),(0.6957133,0.1465368,0.7032141),(0.4543457,0.1228195,0.8823182),(0.7682519,0.1848058,0.6128913),(0.8896803,0.1800252,0.4195949),(0.9193372,0.1641436,0.3575976),(0.8357033,0.1668002,0.5232378),(0.8819875,0.1330553,0.4521),(0.7779908,0.1211017,0.6164938),(0.938507,0.1321278,0.3189779),(0.9488113,0.08433226,0.3043768),(0.9107077,0.08562046,0.40408),(0.8334828,0.0834314,0.5462102),(0.5804065,0.1134946,0.806379),(0.6751931,0.09217127,0.7318599),(0.9552799,0.1480337,0.2559814),(0.980136,0.1144783,0.161951),(0.9793974,0.1114551,0.1683996),(0.9629539,0.1397936,0.230603),(0.9875557,0.08736297,0.1307728),(0.9853496,0.06804149,0.156386),(0.9736047,0.06620508,0.2184275),(0.9824184,0.08614812,0.1656273),(0.9721039,0.07336417,0.2227818),(0.9756253,0.09408963,0.1982481),(0.952175,0.05581813,0.3004115),(0.917098,0.03331104,0.3972677),(0.9534378,0.04565889,0.2981137),(0.9667974,0.05981432,0.2484456),(0.9664924,0.1155912,0.2291967),(0.9653928,0.07411914,0.2500459),(0.9722937,0.05281283,0.2277183),(0.9407952,0.04111819,0.3364726),(0.8965739,0.03291904,0.4416691),(0.9481929,0.04834513,0.313995),(0.874339,0.03774819,0.4838456),(0.7477484,0.042183,0.6626409),(0.6285263,0.03128386,0.777159),(0.7991125,0.02687539,0.6005805),(0.6978674,0.01405144,0.7160892),(0.8310492,0.02103377,0.5558011),(0.4823982,0.02001479,0.8757233),(0.3136058,0.005281305,0.9495386),(0.5698671,-0.003953241,0.8217273),(0.7409551,0.002080174,0.6715514),(0.9086279,0.03798863,0.4158752),(0.8494828,0.01824507,0.5273008),(0.5586137,0.03869361,0.8285249),(0.3180775,0.02362787,0.9477703),(0.1200736,0.01430694,0.992662),(0.3931305,0.02900676,0.9190251),(0.01821768,0.01588922,0.9997078),(-0.3315401,0.02877972,0.943002),(-0.5107513,0.02043023,0.8594857),(-0.1875692,0.006486087,0.9822299),(-0.3805201,0.001530911,0.9247714),(-0.0835216,0.008377394,0.9964708),(-0.6627754,0.01593047,0.7486486),(-0.7863892,0.01068082,0.617639),(-0.5529521,-0.003189073,0.8332069),(-0.2814388,0.002302047,0.9595764),(0.2074542,0.0208035,0.9780235),(0.01115962,0.01097097,0.9998775),(-0.632993,0.03865892,0.7731916),(-0.8218477,0.02397114,0.5692027),(-0.9013288,0.02178963,0.4325871),(-0.761858,0.03346166,0.6468793),(-0.9291574,0.0004390968,0.369684),(-0.9831895,-0.01070663,0.1822741),(-0.9960307,-0.0180066,0.08717042),(-0.9693447,-0.001817695,0.2456983),(-0.9917957,-0.005680532,0.1277067),(-0.9549583,0.01936251,0.2961077),(-0.9996225,-0.02747593,-6.576239e-5),(-0.9960431,-0.04069944,-0.07900359),(-0.9997656,-0.01362594,0.0168214),(-0.9866468,0.01320914,0.1623381),(-0.8600062,0.0301175,0.509394),(-0.9304256,0.02431926,0.3656731),(-0.9978709,-0.0220308,0.06138509),(-0.9963572,-0.06174922,0.05881502),(-0.9966965,-0.07959418,0.01615301),(-0.9993617,-0.03558577,-0.003152015),(-0.9712631,-0.1421276,0.1909132),(-0.8327447,-0.2613914,0.4880684),(-0.8160724,-0.2924774,0.4984805),(-0.9713488,-0.1656708,0.1703961),(-0.9694033,-0.1889883,0.156655),(-0.994915,-0.09887312,-0.01919093),(-0.7957926,-0.3198369,0.5142162),(-0.7716967,-0.3427841,0.5357081),(-0.9655691,-0.2121264,0.1505945),(-0.9916711,-0.1200799,-0.04657524),(-0.9968769,-0.0512467,-0.06008448),(-0.9915761,-0.06994215,-0.1090176),(-0.5487473,-0.3291118,0.7684802),(-0.2404111,-0.3209995,0.9160577),(-0.175382,-0.3322673,0.9267361),(-0.4976654,-0.354748,0.7915068),(0.09863862,-0.2790354,0.9552013),(0.4887929,-0.2205575,0.8440592),(0.4988401,-0.2123664,0.8402733),(0.1483755,-0.2769908,0.9493476),(0.1922865,-0.2705976,0.9432936),(-0.1109378,-0.3353851,0.9355264),(0.5013623,-0.2055002,0.8404793),(0.4966516,-0.2005966,0.8444514),(0.2294653,-0.2610888,0.9376451),(-0.04888934,-0.3310034,0.9423622),(-0.442394,-0.3725694,0.8157694),(-0.3838177,-0.3819954,0.8406922),(0.7395688,-0.1731526,0.6504278),(0.7959454,-0.1708588,0.5807565),(0.7763269,-0.1774052,0.6048503),(0.7258642,-0.16973,0.6665681),(0.711707,-0.2061793,0.671538),(0.321844,-0.2684071,0.9079505),(0.2671149,-0.2963239,0.9169742),(0.6827701,-0.2254464,0.6949812),(0.6401536,-0.2498895,0.72647),(0.7460558,-0.189774,0.6382684),(0.2012739,-0.3258374,0.9237525),(0.1252322,-0.3563807,0.9259102),(0.5831147,-0.2795272,0.7627856),(0.7044573,-0.2081741,0.6785304),(0.7034284,-0.1711389,0.689855),(0.6723449,-0.1775536,0.7186286),(-0.1818561,-0.2831202,0.9416853),(-0.3674759,-0.3001181,0.8802786),(-0.4287138,-0.3110617,0.848201),(-0.247525,-0.3019156,0.9206401),(-0.3690698,-0.3471309,0.8621414),(-0.2303841,-0.4144439,0.8804315),(-0.4291511,-0.3566374,0.8298429),(-0.2924534,-0.4296993,0.8543007),(-0.4862491,-0.3226046,0.8120887),(-0.4850041,-0.3664062,0.7940513),(-0.3509815,-0.442029,0.825483),(-0.5357969,-0.3776173,0.7551998),(-0.4020128,-0.4538013,0.7952672),(-0.5403324,-0.335092,0.7718511),(-0.3125482,-0.3207029,0.8941271),(-0.376904,-0.339361,0.8618453),(-0.03414797,-0.4720139,0.8809295),(0.107501,-0.5061263,0.8557334),(-0.09205166,-0.4970107,0.8628481),(0.06598207,-0.5382065,0.8402263),(0.1932935,-0.5212505,0.8312253),(0.2312032,-0.5175911,0.8237989),(0.1773094,-0.5548921,0.8128076),(0.2485161,-0.5461131,0.8000001),(0.02405468,-0.5554929,0.8311734),(0.1618677,-0.569082,0.8061914),(0.2692745,-0.5517428,0.7893486),(0.1524291,-0.5642875,0.8113846),(0.2947965,-0.5337642,0.7925849),(-0.01041321,-0.5597128,0.8286212),(-0.1488403,-0.5131214,0.8453124),(-0.1969812,-0.5229986,0.8292593),(0.2726654,-0.488534,0.8288475),(0.3788902,-0.4251314,0.8220131),(0.3207991,-0.5064117,0.8003969),(0.4464217,-0.4266678,0.7865509),(0.5938459,-0.3063994,0.7439533),(0.9070852,-0.06579554,0.4157732),(0.9347664,-0.02764628,0.3541856),(0.6627516,-0.2850595,0.6924604),(0.7318256,-0.2378484,0.6386387),(0.519671,-0.4010199,0.7544038),(0.9560621,0.02707501,0.2919115),(0.9673996,0.09303417,0.2355477),(0.791993,-0.1677854,0.5870224),(0.5913909,-0.3477713,0.7275382),(0.3748634,-0.4986936,0.7815256),(0.4316746,-0.4640139,0.7735296),(0.9813053,0.1846927,-0.05411471),(0.9044506,0.30022,-0.3030464),(0.8888667,0.3274478,-0.3204592),(0.9716645,0.2180405,-0.09124947),(0.8392384,0.3503515,-0.4158518),(0.8041626,0.3670278,-0.4675607),(0.8057074,0.3795998,-0.4546863),(0.8286363,0.3716855,-0.4185831),(0.8196739,0.3906808,-0.418931),(0.8722224,0.3551428,-0.3363059),(0.811235,0.3888844,-0.4366542),(0.8200745,0.3952475,-0.4138322),(0.8133027,0.4070213,-0.4157793),(0.8561379,0.3819327,-0.3480738),(0.9579072,0.2574406,-0.1270365),(0.9409859,0.2997534,-0.1571415),(0.7965185,0.3601416,-0.4856505),(0.8134298,0.3405332,-0.4715602),(0.8272247,0.3303267,-0.4545149),(0.8093589,0.3611786,-0.4631288),(0.8503199,0.3221031,-0.4161799),(0.8971947,0.3190166,-0.3054014),(0.8547014,0.3037089,-0.4210065),(0.8865142,0.2986818,-0.3533861),(0.8639856,0.2876216,-0.413283),(0.8463032,0.319777,-0.4260441),(0.8780906,0.2818807,-0.3866526),(0.8767294,0.2743329,-0.3950785),(0.872847,0.2691279,-0.407073),(0.8680159,0.309527,-0.3882544),(0.8273304,0.3596009,-0.4315225),(0.8480457,0.3560748,-0.3924657),(0.9291375,0.3402022,-0.1447964),(0.9255939,0.3736977,0.060217),(0.9145202,0.3228843,-0.2437184),(0.9287133,0.3622676,-0.07908134),(0.8652484,0.3868737,0.3188636),(0.7100222,0.3453727,0.6136662),(0.908494,0.3874745,0.156532),(0.8101248,0.3655956,0.4582988),(0.9153198,0.3488595,-0.2012134),(0.9244596,0.3812691,0.002892409),(0.8787605,0.3752506,0.2949018),(0.9193045,0.3693896,-0.1357588),(0.9177712,0.3740624,0.1333172),(0.8917539,0.3348192,-0.3044192),(0.8944075,0.3074387,-0.3248334),(0.8727386,0.2948047,-0.389124),(0.4657944,0.2631705,0.8448531),(0.1932333,0.1785173,0.9647759),(0.6159766,0.3041884,0.7266653),(0.3700399,0.2339667,0.8990718),(-0.08442471,0.08352736,0.9929228),(-0.3543712,-0.03823853,0.9343227),(0.09365004,0.1445375,0.9850577),(-0.2011995,0.0192593,0.9793609),(0.5339343,0.2802286,0.7977382),(0.2756388,0.2013264,0.939942),(-0.02759967,0.07924515,0.996473),(0.4516666,0.2479348,0.8570447),(0.1595023,0.1357491,0.9778196),(0.6764534,0.3128279,0.6667455),(0.7403724,0.3337793,0.5834723),(0.8349856,0.3495906,0.4249534),(-0.5630099,-0.147772,0.8131318),(-0.6831255,-0.2039432,0.7012466),(-0.4528365,-0.1013175,0.8858181),(-0.6151218,-0.1715021,0.7695533),(-0.7431294,-0.2259274,0.6298534),(-0.7571964,-0.2352455,0.6093548),(-0.7098715,-0.2102512,0.6722179),(-0.7541528,-0.2433683,0.6099389),(-0.5204111,-0.1314837,0.8437324),(-0.6562914,-0.1892868,0.7303781),(-0.735626,-0.2481459,0.6302998),(-0.5776381,-0.1626283,0.799929),(-0.6994087,-0.248512,0.6701263),(-0.3948727,-0.08506433,0.9147893),(-0.3138416,-0.04754576,0.9482843),(-0.146603,0.009686982,0.989148),(-0.7266972,-0.239278,0.6439388),(-0.6442419,-0.2212498,0.7321209),(-0.7511458,-0.2712513,0.6018327),(-0.6988243,-0.2715034,0.6617631),(-0.4843413,-0.1446693,0.862835),(-0.1983066,0.02606313,0.9797934),(-0.5804832,-0.2147673,0.7854389),(-0.3449723,-0.06554233,0.9363217),(-0.731534,-0.3143168,0.6050314),(-0.6482946,-0.2749537,0.7100103),(-0.4637013,-0.1510362,0.8730231),(-0.6934553,-0.3210774,0.6450031),(-0.5554359,-0.2230553,0.8010851),(-0.7470988,-0.3470667,0.566911),(-0.7590788,-0.2989621,0.5782915),(-0.7520534,-0.3206798,0.57583),(0.1533233,0.2089303,0.9658365),(0.4552701,0.3193766,0.8311003),(-0.02007661,0.1102373,0.9937025),(0.2980562,0.2350369,0.9251595),(0.6831715,0.3881699,0.6185473),(0.8227392,0.4506066,0.3464879),(0.5743209,0.3348377,0.7470202),(0.7717443,0.4342234,0.4646082),(0.1293275,0.1340035,0.9825057),(0.438804,0.2602232,0.8600785),(0.6975393,0.400913,0.593892),(0.2826665,0.1696301,0.9441003),(0.5947246,0.3491183,0.7241678),(-0.0381052,0.02708491,0.9989066),(-0.1815984,0.006175545,0.9833534),(-0.3229294,-0.0923734,0.9419042),(0.8650809,0.491351,0.101041),(0.8631936,0.5036646,-0.03491089),(0.8501356,0.4945322,0.1808517),(0.8629089,0.5052742,0.009283471),(0.858913,0.5056778,-0.08098387),(0.8605918,0.5068183,-0.05017031),(0.8649719,0.4969846,-0.06949683),(0.8700272,0.4873059,-0.07473711),(0.8613538,0.5016105,0.0803533),(0.8734643,0.4858528,-0.03173682),(0.8807556,0.4676477,-0.07466651),(0.8815676,0.4709239,0.03270085),(0.8927564,0.4475982,-0.05140021),(0.8528296,0.4903559,0.1795346),(0.8249895,0.4879799,0.2850757),(0.7814479,0.468412,0.4122251),(0.8578436,0.5126474,0.03601458),(0.839285,0.5198702,0.1591719),(0.8738829,0.4855177,-0.0245168),(0.8694962,0.489036,0.06942745),(0.7958145,0.5140075,0.3201181),(0.7126334,0.4807113,0.5109503),(0.8491582,0.4848961,0.2092991),(0.797276,0.4595572,0.3913544),(0.8884677,0.4589365,0.001588545),(0.8832125,0.4540153,0.1174985),(0.8559786,0.4316791,0.2845239),(0.9046586,0.4237923,0.04464167),(0.8957723,0.3997502,0.194401),(0.9010023,0.4313104,-0.04654237),(0.8860131,0.4595098,-0.06189936),(0.8967376,0.4355055,-0.07871927),(0.5917453,0.4366368,0.6776325),(0.4653122,0.4166199,0.7809688),(0.7073864,0.4252354,0.5646055),(0.6023648,0.4094585,0.685201),(0.3546794,0.4258801,0.8323633),(0.2729914,0.4601527,0.8448285),(0.5024592,0.415598,0.7581642),(0.4220512,0.4398293,0.7927313),(0.7144805,0.3857628,0.5836993),(0.6316143,0.3863785,0.6721423),(0.5596566,0.3996456,0.7259944),(0.7402543,0.3365212,0.5820456),(0.682294,0.3363537,0.6491079),(0.8028056,0.3457445,0.485761),(0.794917,0.4014242,0.4549346),(0.8591156,0.3670967,0.3565957),(0.2113055,0.4957386,0.8423736),(0.1521006,0.5145308,0.8438742),(0.3583552,0.4655996,0.8091962),(0.2998776,0.4810576,0.8238065),(0.08703977,0.519511,0.850019),(0.00697293,0.512603,0.8585974),(0.2396991,0.4892225,0.8385735),(0.1699451,0.4926534,0.8534701),(0.4474977,0.4244505,0.7871388),(0.3964968,0.4321947,0.8099371),(0.341386,0.4407675,0.8301685),(0.5510157,0.341932,0.7612254),(0.5136978,0.3484724,0.7840163),(0.5896042,0.3394688,0.7328901),(0.500273,0.4146058,0.7601506),(0.6326326,0.338457,0.6965794),(-0.09182642,0.4974947,0.8625932),(-0.2084704,0.47413,0.8554186),(0.08507393,0.493118,0.8657928),(-0.0176225,0.4890718,0.8720654),(-0.3427113,0.4358599,0.8322111),(-0.4919574,0.3755385,0.7854609),(-0.1410495,0.4760699,0.8680221),(-0.2886898,0.4487739,0.8457306),(0.1956504,0.4583269,0.8669817),(0.09693378,0.463045,0.8810182),(-0.0260239,0.4626944,0.8861357),(0.3573624,0.3723176,0.8565463),(0.2780905,0.378594,0.882798),(0.4206321,0.3654164,0.8303851),(0.2759774,0.450287,0.8491632),(0.4719726,0.357401,0.8059196),(-0.6261868,0.3281221,0.7072665),(-0.7156878,0.3408161,0.6096191),(-0.4386571,0.428105,0.7901304),(-0.5557216,0.4449506,0.7022766),(-0.7482632,0.4223272,0.5116071),(-0.7064667,0.5654128,0.4256912),(-0.6160458,0.5066007,0.6031942),(-0.6029267,0.6078643,0.5167014),(-0.2925496,0.4938999,0.818827),(-0.3836343,0.5417339,0.7478963),(-0.4141167,0.606885,0.678379),(-0.00972981,0.4475381,0.8942119),(-0.07744849,0.4876758,0.8695827),(0.0836836,0.4132068,0.906784),(-0.1640478,0.4681408,0.8682927),(0.1842512,0.3899943,0.9021951),(-0.6216648,0.6938298,0.3635012),(-0.5548276,0.7631289,0.3313618),(-0.5471008,0.6987207,0.4609449),(-0.4960991,0.7498712,0.4376973),(-0.5208097,0.7920476,0.3184617),(-0.5253868,0.7913474,0.3126308),(-0.4644085,0.772713,0.4327116),(-0.460248,0.7756937,0.431823),(-0.3763537,0.6960078,0.611499),(-0.3551748,0.7124697,0.6051759),(-0.3477568,0.7198673,0.6007131),(-0.1438378,0.5680918,0.8102978),(-0.1501406,0.5864351,0.7959597),(-0.1354088,0.5485529,0.8250782),(-0.4011688,0.663169,0.6318785),(-0.1166984,0.5229799,0.8443183),(-0.5473077,0.7812497,0.3001718),(-0.5627556,0.7793307,0.2755899),(-0.4713556,0.7742783,0.422276),(-0.4815802,0.7799524,0.3996934),(-0.5697519,0.7851533,0.242728),(-0.566371,0.79812,0.2054953),(-0.4881344,0.7914485,0.3678778),(-0.4883189,0.8075444,0.330782),(-0.3577346,0.7421798,0.5667408),(-0.3648476,0.7605129,0.5371277),(-0.3695112,0.7812993,0.5030236),(-0.1807048,0.6552806,0.7334528),(-0.191919,0.680459,0.7072077),(-0.1689072,0.6303642,0.7577015),(-0.3510328,0.7280183,0.5888678),(-0.1581648,0.6069956,0.7788069),(-0.5577579,0.8127738,0.1682401),(-0.5501795,0.8243272,0.1333687),(-0.4852579,0.8239869,0.2925243),(-0.4833588,0.8373456,0.2553757),(-0.5438896,0.8330678,0.1009067),(-0.5390936,0.8392631,0.07082079),(-0.4827641,0.8477951,0.2195042),(-0.4835874,0.8555155,0.1850317),(-0.3776639,0.8188606,0.4322468),(-0.3837629,0.8335536,0.3973844),(-0.3913774,0.845616,0.3629837),(-0.2276754,0.7455719,0.6263278),(-0.2422343,0.7632138,0.5990219),(-0.2146747,0.7259862,0.6533443),(-0.3729668,0.8014664,0.4674904),(-0.2028941,0.7043348,0.6802547),(-0.5334288,0.8447707,0.04261595),(-0.5244272,0.8513023,0.01613696),(-0.4834999,0.862112,0.1516265),(-0.480091,0.8690783,0.1192292),(-0.5121294,0.8588703,-0.008080021),(-0.4965737,0.8674937,-0.02948414),(-0.4734033,0.8764005,0.08838289),(-0.463508,0.8840833,0.05964251),(-0.4017732,0.8670584,0.2945982),(-0.402097,0.8775834,0.2610847),(-0.3991849,0.8878756,0.2287541),(-0.2760213,0.8131784,0.5123995),(-0.281432,0.8292773,0.4827992),(-0.2676088,0.7966666,0.5419481),(-0.3981923,0.8563719,0.3287399),(-0.2562973,0.7799404,0.5709681),(-0.475194,0.8785554,-0.04827886),(-0.4451849,0.8930719,-0.06506108),(-0.4227955,0.9061855,0.008466578),(-0.4476415,0.8936039,0.03300451),(-0.4061885,0.9102802,-0.08000582),(-0.3578389,0.9291182,-0.09322368),(-0.3449124,0.9381008,-0.03165644),(-0.3886636,0.9212834,-0.01332258),(-0.3723263,0.9126382,0.1687147),(-0.3450636,0.9276956,0.1425203),(-0.3081888,0.94368,0.1203647),(-0.2548578,0.8813678,0.3977917),(-0.2280736,0.8991593,0.3734904),(-0.2724579,0.8633215,0.4247856),(-0.3902621,0.8991995,0.1978277),(-0.2811799,0.8457599,0.4534622),(-0.304101,0.9469708,-0.1037736),(-0.2490312,0.962178,-0.1104406),(-0.2449012,0.9681109,-0.05277122),(-0.2955843,0.9542497,-0.04513987),(-0.1923956,0.9748294,-0.1126578),(-0.1338805,0.984893,-0.1098265),(-0.1927675,0.9797263,-0.05456154),(-0.1390053,0.9890032,-0.05049865),(-0.2207595,0.9708402,0.09345899),(-0.1742768,0.9806361,0.08933357),(-0.1260095,0.9878368,0.09110419),(-0.1221922,0.9370452,0.3271321),(-0.0823354,0.9433007,0.3215663),(-0.1599114,0.9275911,0.3376437),(-0.2654325,0.9585339,0.1037234),(-0.1952904,0.9149708,0.3531148),(-0.08115768,0.9916137,-0.1005762),(-0.04250732,0.995491,-0.08479765),(-0.09049603,0.9951032,-0.0397499),(-0.05464492,0.9982504,-0.02258441),(-0.01843675,0.9977716,-0.06412458),(-0.009294723,0.9991537,-0.04006832),(-0.03200451,0.9994875,-0.0007685177),(-0.02297091,0.9994474,0.02402414),(-0.05010523,0.9922719,0.1135156),(-0.02974164,0.9908127,0.1319303),(-0.02162953,0.9880192,0.1528076),(-0.00358027,0.9419776,0.3356569),(0.00209625,0.9380034,0.3466197),(-0.01978123,0.9449064,0.3267424),(-0.08236577,0.9916424,0.09930369),(-0.04619265,0.9457827,0.3214988),(-0.001954017,0.9998755,-0.01565797),(0.01693137,0.9998302,0.007264798),(-0.0155745,0.9986882,0.04877923),(0.002350726,0.9974057,0.07194602),(0.04767952,0.9984264,0.02951632),(0.09050613,0.9945441,0.05187156),(0.03114061,0.9950298,0.09458307),(0.07103254,0.9905086,0.1176732),(0.0009147221,0.9814169,0.1918854),(0.0264984,0.9773617,0.2099098),(0.06192158,0.9716017,0.2283764),(0.06903166,0.9218296,0.3813983),(0.03977649,0.9268241,0.3733831),(0.01899366,0.9305828,0.3655884),(-0.01503017,0.9847639,0.1732455),(0.006516364,0.9340658,0.3570416),(0.1259195,0.9890283,0.07724867),(0.134379,0.9852093,0.1063245),(0.1049628,0.9840085,0.1439098),(0.1158074,0.9779907,0.1735591),(0.1152578,0.9840704,0.1353552),(0.0677833,0.9847288,0.1603581),(0.1030369,0.9738076,0.2026875),(0.06610776,0.971591,0.2272456),(0.09672576,0.9495758,0.2982449),(0.1044534,0.9559794,0.2742133),(0.0691773,0.9454976,0.3181961),(0.08062036,0.8988875,0.4306991),(0.1009793,0.9022362,0.419253),(0.1056561,0.9080302,0.4053614),(0.09272514,0.9638669,0.2497253),(0.09491996,0.9151284,0.3918293),(0.01059806,0.9844531,0.1753277),(-0.03724868,0.9834192,0.17748),(0.02092586,0.9701205,0.2417192),(-0.01641328,0.9696854,0.2438046),(-0.07569242,0.9827887,0.168514),(-0.10485,0.9831204,0.1499356),(-0.04583852,0.9708582,0.2352301),(-0.06737511,0.9737347,0.217489),(0.007303321,0.9440638,0.3296819),(-0.01371231,0.9470166,0.3208919),(-0.02804372,0.9521632,0.3043003),(0.02106311,0.9056944,0.4234076),(0.01258669,0.9127685,0.4082832),(0.03529312,0.9007163,0.4329717),(0.03496202,0.9435725,0.3293151),(0.05518012,0.8983319,0.4358383),(-0.1283479,0.983984,0.1237023),(-0.149481,0.9844803,0.09194532),(-0.08485601,0.9776219,0.1924967),(-0.1018987,0.9814972,0.1621103),(-0.1677189,0.9842146,0.05649633),(-0.1825552,0.9830074,0.01923716),(-0.1180238,0.9847604,0.1277392),(-0.1327212,0.9869807,0.0908524),(-0.0521844,0.9656386,0.2545954),(-0.06540632,0.9723983,0.2239721),(-0.0788386,0.9784527,0.190827),(-0.01263123,0.939157,0.343256),(-0.02415398,0.9479691,0.3174445),(-0.002481825,0.93008,0.3673486),(-0.0396048,0.9586881,0.2816887),(0.006006204,0.921138,0.3891898),(-0.1982376,0.9799897,-0.01794513),(-0.2192467,0.9741558,-0.05432793),(-0.1491296,0.9874007,0.05291764),(-0.1706145,0.9852307,0.01453722),(-0.2455822,0.965151,-0.09040478),(-0.2771161,0.9524465,-0.1266984),(-0.1971646,0.9800603,-0.02465614),(-0.2286511,0.9713319,-0.0650618),(-0.1156118,0.9859685,0.1204167),(-0.1414659,0.9864366,0.08324692),(-0.1722632,0.9840555,0.04427495),(-0.08206906,0.9689291,0.2333262),(-0.1111687,0.9729539,0.2024903),(-0.05792649,0.963186,0.262521),(-0.0947488,0.9831762,0.1561646),(-0.03866193,0.9561086,0.2904505),(-0.3070231,0.9373888,-0.1644357),(-0.3286435,0.9220777,-0.2043673),(-0.2586114,0.9599628,-0.1076642),(-0.2806563,0.947548,-0.1529209),(-0.3421167,0.9068928,-0.245971),(-0.3468821,0.8990719,-0.2671001),(-0.2998603,0.9272956,-0.2240688),(-0.2948488,0.9343519,-0.2001269),(-0.2242918,0.973612,-0.04210494),(-0.2393828,0.966818,-0.08921085),(-0.2447231,0.9630405,-0.1125321),(-0.176488,0.9797831,0.09421826),(-0.1818379,0.9803819,0.07606686),(-0.1613252,0.9779102,0.1329125),(-0.2019141,0.9793997,0.002613989),(-0.1395272,0.9756619,0.1691622),(0.5883176,0.227222,-0.7760494),(0.6353205,0.2039851,-0.7448208),(0.7282045,0.127112,-0.6734694),(0.4936291,0.3514459,-0.7954974),(0.6134754,0.2853271,-0.736367),(0.4352048,0.3700078,-0.8207869),(0.8025302,0.0012026,-0.5966103),(0.8449742,-0.1772393,-0.5045838),(0.7237172,0.1683991,-0.6692348),(0.8109592,-0.004727055,-0.5850836),(0.459055,0.435304,-0.7744539),(0.5930696,0.3412672,-0.7292497),(0.7228984,0.1875102,-0.6650246),(0.4022467,0.4931579,-0.7713578),(0.5593295,0.3823833,-0.7354819),(0.2670389,0.5504276,-0.7910244),(0.270822,0.4915415,-0.8276729),(0.3309818,0.4806625,-0.8120435),(0.1526331,0.5703803,-0.8070747),(0.1004411,0.5725915,-0.813665),(0.8414574,-0.3790359,-0.385073),(0.7817819,-0.5753949,-0.2402869),(0.8559486,-0.2114551,-0.4718461),(0.840036,-0.4295668,-0.3313785),(0.6516958,-0.7534905,-0.08685961),(0.4491295,-0.8918098,0.05438687),(0.7407759,-0.6475621,-0.1786463),(0.5479154,-0.8359905,-0.03014217),(0.8647058,-0.2517073,-0.4346576),(0.8100135,-0.5118156,-0.2862216),(0.6398024,-0.7563393,-0.136396),(0.8472,-0.3345151,-0.412737),(0.7155501,-0.6453018,-0.2675326),(0.8343903,-0.03141538,-0.5502781),(0.8239535,-0.01484616,-0.5664631),(0.7183613,0.2096427,-0.6633301),(0.244913,-0.9554134,0.1649327),(0.1124359,-0.9628195,0.2456354),(0.3353149,-0.9371932,0.09608804),(0.1880749,-0.9626096,0.1949632),(0.04568422,-0.9508021,0.3064117),(0.03242438,-0.9367698,0.3484408),(0.06631763,-0.9446819,0.3212135),(0.1031185,-0.9570468,0.2709759),(0.2707936,-0.956405,0.1093628),(0.1668368,-0.965962,0.197694),(0.1020417,-0.9608058,0.2577587),(0.2334275,-0.9688156,0.0831138),(0.1427881,-0.9775849,0.1547231),(0.3524677,-0.9357167,-0.01416834),(0.4287049,-0.9034431,-0.001674304),(0.5150032,-0.8471175,-0.13101),(0.03081415,-0.9275811,0.3723489),(0.003061372,-0.923426,0.3837645),(0.002512433,-0.936684,0.3501668),(0.0424788,-0.9376405,0.3450011),(-0.05130334,-0.9193022,0.390194),(-0.1316225,-0.9079565,0.3978574),(-0.1242272,-0.9280527,0.3511207),(-0.05343562,-0.9357772,0.3485192),(-0.06060983,-0.9541596,0.2930972),(-0.003447215,-0.955597,0.2946565),(-0.1193528,-0.9479205,0.2952993),(-0.1144592,-0.9664651,0.2298789),(-0.06438039,-0.972692,0.2229923),(-0.004316856,-0.9764951,0.2154962),(0.05099693,-0.9564642,0.2873596),(0.06513134,-0.9782894,0.196743),(-0.2029822,-0.8891839,0.4100612),(-0.232952,-0.8738081,0.4268403),(-0.2109567,-0.897345,0.3876457),(-0.1846057,-0.9127035,0.364545),(-0.2233476,-0.8679346,0.4436274),(-0.1744939,-0.8737347,0.4540259),(-0.1657772,-0.8850818,0.4349116),(-0.2045279,-0.8871496,0.4136834),(-0.1775969,-0.914012,0.3647484),(-0.184305,-0.9243019,0.3342119),(-0.1453,-0.9073954,0.394362),(-0.1138235,-0.9368388,0.3307225),(-0.1475476,-0.9439617,0.295239),(-0.1589918,-0.9508988,0.2655431),(-0.1651254,-0.9365589,0.309178),(-0.148062,-0.9585555,0.2434113),(-0.08533753,-0.8877606,0.4523256),(0.0651945,-0.8982849,0.4345501),(0.05532786,-0.8963148,0.4399531),(-0.08803152,-0.8911919,0.4450026),(0.3257908,-0.8637527,0.384437),(0.7086274,-0.6593618,0.2511757),(0.7095102,-0.645447,0.282831),(0.3156526,-0.8587992,0.4035188),(0.3231147,-0.8534402,0.408946),(0.06234228,-0.9017845,0.427666),(0.7259548,-0.6172938,0.3032131),(0.7591525,-0.5712895,0.3119546),(0.3553507,-0.8445948,0.4004815),(0.09304581,-0.9128637,0.3975201),(-0.07578222,-0.9057649,0.4169496),(-0.04468809,-0.9290642,0.3672094),(0.9442883,-0.3202807,0.07576302),(0.9946898,-0.1002686,-0.02320068),(0.9983301,-0.04874699,0.03099469),(0.9503604,-0.2882457,0.1171735),(0.9982414,0.0131328,-0.05780696),(0.9969208,0.06518139,-0.04359057),(0.9851996,0.1680183,0.0339325),(0.996097,0.08767467,0.01020674),(0.9818575,0.1801572,0.05915459),(0.9972378,0.0270703,0.06916664),(0.9560696,0.2790451,0.08980326),(0.9104603,0.3937796,0.1264899),(0.9540005,0.2857498,0.0907194),(0.9880642,0.1231584,0.0925272),(0.9619992,-0.2310824,0.1454598),(0.9754542,-0.1498574,0.1613439),(0.9935554,0.1133474,-0.0003493048),(0.9784998,0.2001371,0.04983249),(0.9284803,0.348927,0.1271783),(0.9664943,0.243874,0.0800885),(0.9406794,0.3242659,0.09986907),(0.8660968,0.4787124,0.1439121),(0.7532411,0.6271676,0.1982139),(0.8610854,0.479822,0.168235),(0.7635064,0.6108227,0.209651),(0.8571028,0.4830888,0.1788853),(0.6291352,0.744054,0.2248834),(0.5011837,0.8337547,0.2316637),(0.6555911,0.7190768,0.2304975),(0.7707956,0.601535,0.2098324),(0.9184891,0.3710429,0.1367658),(0.8534445,0.4915601,0.1732086),(0.7488812,0.637059,0.1825731),(0.5928217,0.7764729,0.2136639),(0.4274064,0.8731566,0.2343529),(0.605422,0.7648842,0.2200373),(0.4008905,0.8878154,0.2259879),(0.1807788,0.9605511,0.2113309),(0.01323132,0.9787402,0.2046769),(0.2264447,0.9460511,0.2317541),(0.0727762,0.9737294,0.2157654),(0.271012,0.9347731,0.2296776),(-0.1235236,0.9755643,0.1817035),(-0.2315179,0.9610866,0.1507051),(-0.05834008,0.9805867,0.1872057),(0.1283022,0.9694935,0.208856),(0.4598688,0.8576221,0.2302283),(0.3185984,0.9215642,0.2218433),(-0.03721261,0.9824896,0.1825629),(-0.22337,0.961902,0.1576399),(-0.3425469,0.9299662,0.1335083),(-0.1839528,0.9688303,0.1659187),(-0.3760024,0.9166272,0.1357086),(-0.4983751,0.85976,0.1115121),(-0.5604267,0.8241332,0.08201518),(-0.4661133,0.8782253,0.1070452),(-0.5229319,0.8491069,0.07456342),(-0.4257696,0.8989359,0.1031239),(-0.5927305,0.8038699,0.04963473),(-0.5512396,0.8333053,0.04167958),(-0.5984059,0.8010239,0.01646557),(-0.4786828,0.8750772,0.07143268),(-0.2947639,0.9454384,0.1387825),(-0.3745759,0.9209061,0.1078182),(-0.578206,0.8095779,0.1012993),(-0.6060008,0.785758,0.1238836),(-0.621363,0.7764263,0.1052154),(-0.6155216,0.7845449,0.07498256),(-0.5808533,0.7943894,0.1776368),(-0.4866186,0.8349018,0.2571798),(-0.4342976,0.8572481,0.2766065),(-0.5704154,0.8027727,0.1737302),(-0.5359574,0.8281245,0.1641932),(-0.6124648,0.7862787,0.0815637),(-0.3538489,0.8886468,0.2917154),(-0.2441458,0.9221888,0.2999346),(-0.4759397,0.8670521,0.1473164),(-0.5787028,0.8138422,0.05257168),(-0.6263717,0.7782131,0.04519857),(-0.6119176,0.7908174,0.01283749),(-0.3256468,0.8857645,0.3307198),(-0.0967546,0.9169523,0.3870878),(0.0646184,0.9061914,0.4179014),(-0.2168145,0.9046905,0.3667788),(0.2334725,0.8642218,0.4456582),(0.6390173,0.5985425,0.4831188),(0.7507159,0.4842075,0.4494094),(0.4114068,0.7942812,0.4470591),(0.573738,0.696492,0.4309565),(0.2472109,0.8649974,0.4366533),(0.8276683,0.3851771,0.4081712),(0.8798881,0.3085967,0.3613378),(0.7084249,0.5826298,0.3983425),(0.4344238,0.7870471,0.4379871),(-0.07495224,0.9143825,0.3978531),(0.09576822,0.9026458,0.4195938),(0.8736575,0.2344133,0.4263485),(0.9372416,0.04185593,0.3461593),(0.9348394,-0.01327642,0.3548226),(0.9047457,0.1437368,0.4009674),(0.9555281,-0.01604248,0.2944634),(0.9566464,0.01922725,0.2906165),(0.9300499,0.05267232,0.3636384),(0.9404879,-0.03462487,0.3380585),(0.9233539,-0.01674028,0.3835846),(0.9300129,-0.02832643,0.3664335),(0.8938881,0.1162482,0.4329555),(0.8454176,0.2104435,0.4908997),(0.9034643,0.04266087,0.4265353),(0.9264284,-0.0008875541,0.3764699),(0.9212923,0.09287728,0.3776163),(0.9323865,0.08080147,0.3523161),(0.9338549,0.1058071,0.3416427),(0.8771648,0.2076248,0.4329823),(0.7896792,0.3181328,0.5245934),(0.8809662,0.1925645,0.4322239),(0.7840405,0.316979,0.5336711),(0.6684871,0.4228351,0.6118295),(0.5549299,0.4885287,0.6733444),(0.6716895,0.4176482,0.6118851),(0.5582456,0.5093177,0.6549483),(0.688172,0.4293376,0.5848832),(0.4484882,0.5461702,0.7075001),(0.3504499,0.6043692,0.7154878),(0.4540345,0.5940857,0.6640142),(0.5852575,0.5349864,0.6093138),(0.8104116,0.2963645,0.5053722),(0.7266344,0.4094767,0.5516624),(0.5609283,0.5030485,0.6574965),(0.4811568,0.5469382,0.6850889),(0.3937774,0.5610197,0.7281458),(0.4613003,0.5348443,0.7079149),(0.4243721,0.5635986,0.7087065),(0.3835375,0.5569085,0.7367169),(0.3425851,0.5714309,0.7457226),(0.2982478,0.5662218,0.7684017),(0.3010562,0.5690764,0.765191),(0.2440945,0.5703656,0.7842838),(0.185205,0.5633527,0.8051912),(0.1184982,0.5676165,0.8147206),(0.0346116,0.550378,0.8341978),(0.1939093,0.581322,0.7902303),(0.365769,0.5613698,0.7423456),(0.268615,0.5936256,0.7585872),(0.3421434,0.541703,0.7677863),(0.2868659,0.5323286,0.7964509),(0.2463065,0.553552,0.7955586),(0.1769577,0.5424507,0.8212388),(0.2168689,0.5286754,0.8206523),(0.1311978,0.5298758,0.8378658),(0.09069069,0.5330194,0.8412285),(-0.01149118,0.5248213,0.8511348),(0.02523177,0.532928,0.8457842),(-0.07878523,0.5130132,0.8547574),(-0.1946654,0.4903612,0.8495007),(-0.4130452,0.4115893,0.8123964),(-0.2920308,0.455788,0.8408183),(-0.1731917,0.4947984,0.8515745),(0.1139238,0.5497954,0.827494),(-0.06281309,0.5265987,0.8477904),(0.03900889,0.5249073,0.8502651),(-0.04786192,0.5047272,0.8619511),(-0.2113935,0.4718587,0.8559568),(-0.1170204,0.5071428,0.8538807),(-0.1252177,0.4720179,0.8726509),(-0.1890876,0.4307435,0.8824431),(-0.3474297,0.3677342,0.8625916),(-0.2895603,0.423433,0.8584051),(-0.4677635,0.339945,0.8158644),(-0.3992043,0.4034457,0.8233271),(-0.5096965,0.2728799,0.8159327),(-0.662394,0.1371851,0.7364878),(-0.6448801,0.2103864,0.7347566),(-0.5971175,0.28615,0.749379),(-0.3067308,0.45582,0.8355503),(-0.5193748,0.3560701,0.7768294),(-0.242099,0.3889835,0.8888645),(-0.2898476,0.3518065,0.8900678),(-0.4266422,0.2740587,0.8618981),(-0.3902509,0.3157863,0.8648603),(-0.3341282,0.31798,0.8872694),(-0.3764965,0.2861174,0.8811283),(-0.4899723,0.21256,0.8454261),(-0.4591628,0.2404147,0.855202),(-0.5679489,0.1463564,0.8099468),(-0.5520456,0.1745718,0.8153346),(-0.5841988,0.1271377,0.8015908),(-0.6567115,0.02686007,0.7536634),(-0.6554388,0.03171351,0.7545822),(-0.6581302,0.04795294,0.7513754),(-0.5337621,0.2154806,0.8177201),(-0.6617495,0.08104295,0.7453319),(-0.4301935,0.2663943,0.8625356),(-0.5089231,0.2694318,0.8175597),(-0.6041169,0.212808,0.7679555),(-0.5334694,0.1999545,0.8218446),(-0.6149154,0.2933201,0.7320126),(-0.7432114,0.328059,0.5831073),(-0.8210642,0.2972853,0.4873141),(-0.7032674,0.2490359,0.66588),(-0.7722147,0.2021901,0.6023319),(-0.6789452,0.1508411,0.7185266),(-0.8793059,0.2671832,0.3942516),(-0.9214154,0.2357287,0.3089102),(-0.8239957,0.1506893,0.5461902),(-0.7343673,0.08144087,0.6738488),(-0.6162302,0.1253061,0.7775338),(-0.6780086,0.04015505,0.7339563),(-0.8576986,0.337881,0.387543),(-0.9330946,0.3045768,0.1912263),(-0.9578339,0.282764,0.05097594),(-0.9126725,0.315084,0.2602902),(-0.9694455,0.2451545,0.008655367),(-0.9715395,0.1803578,-0.1535642),(-0.9515213,0.1594345,-0.2630358),(-0.9669397,0.22281,-0.1240292),(-0.9481912,0.2091159,-0.2391739),(-0.9605687,0.2668814,-0.07798731),(-0.9241096,0.1487804,-0.3519742),(-0.8945529,0.1470789,-0.42207),(-0.920082,0.2024618,-0.3353481),(-0.9477609,0.2552201,-0.1913427),(-0.9452962,0.2956809,0.1377959),(-0.9603058,0.2777934,0.02537004),(-0.9553282,0.1194693,-0.2703242),(-0.9447025,0.06482039,-0.3214584),(-0.9265378,0.05602776,-0.3720063),(-0.9309189,0.1034238,-0.3502763),(-0.950185,0.02100789,-0.3109778),(-0.9713879,-0.006014228,-0.2374222),(-0.9761832,-0.001203622,-0.2169449),(-0.943857,0.01954283,-0.3297758),(-0.9426423,0.02462055,-0.3328955),(-0.9125883,0.0558374,-0.4050492),(-0.9833697,0.008034824,-0.1814371),(-0.9907071,0.0231688,-0.1340247),(-0.9454765,0.03744773,-0.32353),(-0.9033322,0.06462675,-0.4240451),(-0.9067116,0.09744944,-0.4103385),(-0.8853566,0.1009542,-0.4538191),(-0.9935114,-0.009717111,-0.1133165),(-0.99823,0.004345313,0.05931256),(-0.9885911,0.02361425,0.148762),(-0.9985576,0.001824674,-0.05365923),(-0.9529935,0.02156094,0.3022226),(-0.7898864,0.03374265,0.6123242),(-0.6969855,0.05837804,0.714705),(-0.9111,0.04660996,0.4095416),(-0.8534765,0.06854586,0.5166035),(-0.968022,0.04248121,0.2472422),(-0.5898263,0.07729776,0.8038221),(-0.4728795,0.09224004,0.8762857),(-0.7811257,0.08834414,0.618092),(-0.9348097,0.06183466,0.3497248),(-0.999686,0.01555066,0.01964656),(-0.9941713,0.03265169,0.1027481),(-0.5060251,0.05487686,0.8607713),(-0.1886384,0.09136337,0.9777874),(-0.03308887,0.09770494,0.9946652),(-0.3665272,0.07173846,0.9276376),(0.1453612,0.1179158,0.9823268),(0.4883029,0.1050881,0.8663237),(0.5820343,0.09263673,0.8078704),(0.2839272,0.11397,0.9520484),(0.4047459,0.1053627,0.9083389),(0.1142666,0.09676538,0.9887263),(0.6567191,0.08090733,0.7497827),(0.7162147,0.07262532,0.6940908),(0.507926,0.09604867,0.8560291),(0.2491054,0.0923789,0.9640605),(-0.222288,0.08115776,0.9715973),(-0.07949996,0.08602341,0.9931162),(0.7432311,0.06780063,0.6655904),(0.8687164,0.04560479,0.4932059),(0.8908398,0.01763234,0.4539753),(0.7916616,0.04800918,0.6090707),(0.926282,0.03819454,0.3748906),(0.9513913,0.03450278,0.3060458),(0.9485477,-0.004041629,0.3166084),(0.9335974,0.002907912,0.3583117),(0.9352556,-0.02011245,0.3534012),(0.9042778,0.0002519278,0.4269445),(0.9411925,-0.031082,0.3364381),(0.9293941,-0.04650261,0.3661478),(0.9325997,-0.03103817,0.3595753),(0.9117426,-0.006444174,0.4107116),(0.8263207,0.03486635,0.5621196),(0.8513172,0.02940585,0.5238267),(0.958545,0.02775953,0.2835855),(0.950973,0.01898413,0.3086909),(0.9284849,-0.01620552,0.3710166),(0.9466938,-0.01013246,0.3219754),(0.9244649,0.01126848,0.3811007),(0.8668075,0.005341303,0.4986143),(0.8023561,-0.01935466,0.5965317),(0.885718,-0.01938516,0.4638188),(0.8361204,-0.04560145,0.5466471),(0.8985139,-0.04495542,0.4366368),(0.7228878,-0.04031477,0.6897884),(0.6270899,-0.05689695,0.7768662),(0.7738225,-0.06652019,0.6298998),(0.8594726,-0.06639677,0.5068516),(0.9296079,-0.03892837,0.3664883),(0.9063492,-0.05802017,0.418527),(0.770125,-0.005096146,0.6378726),(0.6276896,-0.01872132,0.7782385),(0.4955844,-0.03463217,0.867869),(0.6726833,-0.02451488,0.7395242),(0.4200848,-0.02236357,0.9072092),(0.1317609,-0.008795159,0.9912425),(-0.05300538,-0.01670356,0.9984545),(0.2560003,-0.03502079,0.9660421),(0.08218524,-0.04233809,0.9957173),(0.3468726,-0.0456976,0.9367985),(-0.2347407,-0.01925648,0.9718672),(-0.4078363,-0.01807997,0.9128761),(-0.0967311,-0.04518951,0.9942842),(0.1840568,-0.05211066,0.9815333),(0.5573838,-0.03978771,0.8293011),(0.4245038,-0.0506115,0.9040105),(-0.1834699,0.002640836,0.9830218),(-0.4628805,-0.001774846,0.8864189),(-0.6206101,-0.0001524143,0.7841194),(-0.3663777,0.0003678431,0.9304661),(-0.6984845,-0.005957197,0.7156004),(-0.879875,0.006776418,0.4751568),(-0.9439256,0.008080562,0.3300593),(-0.8139229,-0.003321119,0.5809633),(-0.8995311,0.003376113,0.4368436),(-0.751572,0.005942347,0.6596243),(-0.9820023,0.01303044,0.1884189),(-0.9982995,0.01895612,0.05512447),(-0.956907,0.01155698,0.2901646),(-0.8540167,0.01406322,0.5200556),(-0.5321864,0.003061116,0.8466216),(-0.6763354,0.008539061,0.7365443),(-0.9745744,0.01895474,0.2232607),(-0.9992847,0.006897387,0.03718282),(-0.9972448,0.005291732,-0.07399217),(-0.9958088,0.01851427,0.0895657),(-0.9963502,-0.02177108,-0.08253741),(-0.9877848,-0.05374683,-0.1462623),(-0.9779924,-0.06215015,-0.1991691),(-0.9856818,-0.02530963,-0.1667056),(-0.9715579,-0.02515549,-0.2354626),(-0.9854418,0.007059641,-0.1698667),(-0.969025,-0.06642255,-0.2378628),(-0.9626662,-0.06737388,-0.262173),(-0.9572125,-0.02281166,-0.2884854),(-0.9683127,0.01009167,-0.2495367),(-0.9992595,0.02139272,-0.03198173),(-0.9899799,0.02505589,-0.1389682),(-0.9852089,-0.08788529,-0.147104),(-0.9881344,-0.13982,-0.06356721),(-0.9856268,-0.1547388,-0.06779182),(-0.9799178,-0.1010585,-0.1718962),(-0.9603694,-0.232478,0.1537676),(-0.7442944,-0.3604746,0.5622133),(-0.7129666,-0.3729345,0.5938002),(-0.9540866,-0.2478363,0.1682141),(-0.9464656,-0.2582916,0.1936191),(-0.98452,-0.1649302,-0.05931549),(-0.677785,-0.3806964,0.6290292),(-0.6390942,-0.3844206,0.6661677),(-0.9369217,-0.2638663,0.2292428),(-0.9846285,-0.1704165,-0.03827396),(-0.9768802,-0.1096979,-0.1834975),(-0.9766918,-0.1140843,-0.1818181),(-0.323596,-0.3851242,0.8642714),(0.009146389,-0.3233844,0.9462234),(0.0627551,-0.31709,0.946317),(-0.2624145,-0.385,0.884824),(0.2598431,-0.2529072,0.9319439),(0.485614,-0.200661,0.8508315),(0.4697663,-0.208232,0.8578807),(0.2843938,-0.250119,0.9255057),(0.3039744,-0.2533775,0.9183677),(0.1114544,-0.313824,0.942917),(0.450449,-0.2230325,0.8644953),(0.4284259,-0.2446669,0.8698214),(0.3192371,-0.2630323,0.9104404),(0.1549973,-0.3149438,0.9363687),(-0.2017631,-0.3833653,0.9012895),(-0.1431406,-0.3819831,0.9130168),(0.6330711,-0.1903638,0.7503217),(0.6511962,-0.2328391,0.7223085),(0.5871977,-0.2636848,0.7652903),(0.5868931,-0.210639,0.781785),(0.5115628,-0.3136375,0.7999594),(0.0405803,-0.3868652,0.921243),(-0.04898398,-0.4164867,0.9078212),(0.4273084,-0.3511952,0.8331082),(0.3333012,-0.3914445,0.8577188),(0.5142328,-0.300119,0.803426),(-0.1394762,-0.4452638,0.8844697),(-0.2274338,-0.4733727,0.8509948),(0.2328201,-0.4335471,0.8705353),(0.4341279,-0.3413813,0.8336617),(0.5353945,-0.2378298,0.8104256),(0.4797225,-0.2712732,0.8344322),(-0.440349,-0.3570656,0.82377),(-0.5911376,-0.3473499,0.7279451),(-0.6380451,-0.3584467,0.6814796),(-0.5013242,-0.3734874,0.7805007),(-0.58147,-0.3893178,0.7143699),(-0.4442352,-0.4661483,0.7650887),(-0.6219513,-0.4003419,0.6729808),(-0.4776665,-0.479435,0.7361908),(-0.6568748,-0.4112974,0.6319414),(-0.6799741,-0.3691928,0.6335076),(-0.5029266,-0.4939286,0.709295),(-0.6856617,-0.4230707,0.5923505),(-0.5200804,-0.5100704,0.6850873),(-0.7159196,-0.3806599,0.5852838),(-0.5578885,-0.3893968,0.7328919),(-0.6084543,-0.4057269,0.682033),(-0.2327067,-0.5314464,0.8145012),(-0.03257512,-0.5590284,0.8285084),(-0.2553782,-0.5421004,0.8005679),(-0.0409629,-0.5607859,0.8269469),(0.1526453,-0.5510263,0.820408),(0.325715,-0.5041691,0.799827),(0.3627513,-0.4758882,0.8012128),(0.1640334,-0.5398573,0.8256193),(0.1857046,-0.5304112,0.8271504),(-0.03685346,-0.5646047,0.8245382),(0.4054278,-0.448851,0.7963424),(0.4531254,-0.4230095,0.7846912),(0.216748,-0.5223487,0.8247254),(-0.02122497,-0.570082,0.8213136),(-0.2663167,-0.5548244,0.7881911),(-0.2662345,-0.5695035,0.7776792),(0.4885602,-0.415641,0.767171),(0.6565773,-0.28167,0.6996916),(0.7151135,-0.2176761,0.6642512),(0.5454026,-0.3679717,0.7530822),(0.8393605,-0.0906629,0.5359609),(0.9698676,0.1582347,0.1852535),(0.9669097,0.2138991,0.1390424),(0.875834,-0.02009809,0.4821938),(0.9035301,0.04366278,0.4262945),(0.767547,-0.1567055,0.6215425),(0.9604254,0.2613803,0.09624612),(0.9516678,0.3019202,0.05632572),(0.9240953,0.1008628,0.368612),(0.8143222,-0.09923974,0.571866),(0.6020243,-0.3214921,0.7308964),(0.6581314,-0.2765292,0.7002819),(0.9230475,0.3392925,-0.1812836),(0.842132,0.4059028,-0.3550444),(0.8310325,0.4260318,-0.3576057),(0.9062199,0.3722115,-0.2005594),(0.8100089,0.420881,-0.4083439),(0.8313318,0.3997759,-0.3860915),(0.8095892,0.4327302,-0.3966231),(0.8439046,0.403439,-0.3536409),(0.822606,0.4430904,-0.3563567),(0.8115136,0.4428829,-0.3811829),(0.8569239,0.4061917,-0.3173166),(0.8152972,0.4514868,-0.3625606),(0.8696112,0.4079454,-0.278131),(0.8166233,0.4576031,-0.3517468),(0.8908453,0.3997965,-0.2157717),(0.8770929,0.4230331,-0.2274887),(0.8694062,0.3517162,-0.3470282),(0.8901991,0.3001378,-0.3427286),(0.9112527,0.2918519,-0.2905871),(0.8897822,0.3473051,-0.2960857),(0.8916897,0.2638024,-0.3678284),(0.8713349,0.2604002,-0.4158934),(0.9077707,0.255789,-0.3324519),(0.8735915,0.2555209,-0.4141823),(0.9298789,0.2845992,-0.2330849),(0.9238156,0.2502775,-0.2896996),(0.8792912,0.2543603,-0.4026758),(0.9385939,0.2472762,-0.2406158),(0.8878798,0.256789,-0.3817446),(0.9449625,0.2783676,-0.1719222),(0.9080188,0.3427019,-0.2409509),(0.9231885,0.3378298,-0.1832866),(0.8525176,0.2860569,-0.4374761),(0.8633116,0.323081,-0.3877007),(0.8356294,0.2819121,-0.4714331),(0.8341655,0.3159561,-0.4520393),(0.8989711,0.3566857,-0.254217),(0.9297357,0.3678661,-0.01630965),(0.8696789,0.3474308,-0.3506428),(0.9203134,0.3625025,-0.1470217),(0.8076808,0.3124697,-0.5000142),(0.8375602,0.3405772,-0.4272002),(0.8977439,0.3572092,-0.2577934),(0.8074571,0.3346751,-0.4858042),(0.8692117,0.3504405,-0.3488016),(0.7865365,0.3115333,-0.5332049),(0.8233076,0.2818482,-0.4926724),(0.8165119,0.2853235,-0.5018952),(0.8961914,0.3569943,0.2634311),(0.7874647,0.3357638,0.5168771),(0.9255412,0.3622531,0.1102103),(0.8624644,0.3546065,0.3611227),(0.6065404,0.2867058,0.7415581),(0.3441125,0.1900228,0.9194987),(0.7288122,0.3215754,0.6045013),(0.5091799,0.2437005,0.8254368),(0.906217,0.3679985,0.2082012),(0.8182862,0.3500189,0.4559546),(0.6476554,0.2924264,0.7035833),(0.8779867,0.3692094,0.3046698),(0.7567909,0.3323621,0.5628525),(0.9252483,0.3738038,0.06470045),(0.9307054,0.3645951,-0.02928811),(0.9196223,0.362305,-0.1517563),(0.03854617,0.07224239,0.996642),(-0.2407971,-0.02837099,0.9701607),(0.2252926,0.1405344,0.9641023),(-0.06650544,0.04045594,0.9969656),(-0.4718818,-0.1249473,0.8727632),(-0.6440844,-0.2390782,0.7266339),(-0.3392828,-0.07212543,0.9379153),(-0.5674686,-0.2150587,0.7948138),(0.1186582,0.1162614,0.9861053),(-0.1800293,-0.006026873,0.9836428),(-0.4634268,-0.1754483,0.8685928),(-0.000268963,0.06942354,0.9975873),(-0.3269958,-0.1197398,0.9374093),(0.3019168,0.1928707,0.9336205),(0.4014312,0.2086056,0.8918164),(0.5571342,0.271094,0.7849265),(-0.7317344,-0.3321857,0.5951616),(-0.7497431,-0.3670753,0.5505823),(-0.6979795,-0.3301994,0.635447),(-0.741757,-0.3732951,0.557178),(-0.7216477,-0.3510939,0.5966219),(-0.6244329,-0.2773181,0.7301906),(-0.7372212,-0.3654408,0.5682938),(-0.6755502,-0.3131226,0.6675224),(-0.721879,-0.365773,0.5874527),(-0.7422889,-0.3651226,0.5618652),(-0.7123455,-0.3315824,0.6185604),(-0.7363549,-0.3498916,0.5791005),(-0.7376029,-0.3334449,0.5871596),(-0.6854324,-0.3431919,0.642185),(-0.6458689,-0.3137181,0.6960132),(-0.567464,-0.28065,0.7740932),(-0.442953,-0.1767733,0.8789448),(-0.1968335,-0.07441087,0.9776091),(-0.5431796,-0.2422378,0.8039134),(-0.3430589,-0.1621519,0.925212),(0.1139768,0.07133572,0.9909191),(0.4625281,0.2784374,0.8417484),(-0.059779,-0.02597525,0.9978737),(0.3041103,0.1927643,0.9329302),(-0.4725536,-0.2314608,0.850364),(-0.231209,-0.1142382,0.9661739),(0.1236636,0.1000487,0.9872677),(-0.3924201,-0.1870123,0.9005736),(-0.07097952,0.007943367,0.9974461),(-0.5831447,-0.2798724,0.7626361),(-0.6243621,-0.2877627,0.7261987),(-0.6888809,-0.3135855,0.6535345),(0.7118872,0.4305945,0.5548018),(0.8294275,0.4677777,0.3053426),(0.610151,0.3726764,0.6991624),(0.781543,0.4314614,0.4505902),(0.8833498,0.4518192,0.12471),(0.902911,0.429811,-0.003776481),(0.8704556,0.428597,0.2420986),(0.9062804,0.4170304,0.0688584),(0.7001364,0.3807988,0.6039878),(0.8346773,0.3994552,0.3791428),(0.8981218,0.4076612,0.1648924),(0.7683994,0.3607491,0.5286042),(0.8726909,0.398317,0.2824081),(0.5788586,0.3142962,0.7524231),(0.4717869,0.2979259,0.8298537),(0.2968029,0.20978,0.9316117),(0.9055358,0.4177709,-0.07397592),(0.9088223,0.4106224,-0.07369704),(0.9108168,0.4102792,-0.04564932),(0.9128804,0.4008672,-0.07716756),(0.9171813,0.3984061,-0.007137808),(0.9213549,0.3680881,0.1249656),(0.9236174,0.3817404,-0.03471524),(0.9365249,0.341456,0.07955499),(0.9144168,0.4008933,-0.05591486),(0.9270309,0.3731572,-0.03697859),(0.9454587,0.3204109,0.0586922),(0.9286235,0.3708144,-0.01245141),(0.9505926,0.3039753,0.06303021),(0.9127572,0.4084193,-0.008238366),(0.9112933,0.4117041,0.006656052),(0.9039291,0.419374,0.08389029),(0.903524,0.3274921,0.2763934),(0.8671073,0.2959171,0.4006968),(0.9318306,0.289546,0.2187579),(0.9094842,0.2458526,0.3352537),(0.8228864,0.2737761,0.4979003),(0.7793519,0.2586517,0.5707099),(0.8785754,0.2100963,0.4289111),(0.8461262,0.1799203,0.5016963),(0.936142,0.1984957,0.2902372),(0.9139656,0.1485966,0.3776055),(0.8887009,0.1025061,0.4468815),(0.934222,0.08939011,0.3453094),(0.9119694,0.02540714,0.4094708),(0.9515948,0.154263,0.2658385),(0.9492427,0.2552742,0.1837754),(0.9592388,0.2246695,0.1714192),(0.7407354,0.2465491,0.6249197),(0.7080272,0.2361851,0.6655177),(0.8165432,0.1529265,0.5566604),(0.792295,0.1292961,0.5962809),(0.6811796,0.2293936,0.6952503),(0.6593067,0.2280173,0.7164655),(0.7744409,0.1105877,0.6229059),(0.7631775,0.09825762,0.6386748),(0.8464908,0.01927214,0.5320545),(0.8347642,-0.0142882,0.5504221),(0.8303743,-0.04011483,0.55576),(0.8635098,-0.1486705,0.4819211),(0.8619679,-0.1902391,0.4699155),(0.8730504,-0.09703017,0.4778789),(0.865,0.05882018,0.4983124),(0.8898715,-0.03808162,0.4546191),(0.6374791,0.2288127,0.7357072),(0.6104277,0.2278125,0.7586036),(0.7539555,0.08845613,0.6509429),(0.7415401,0.07715155,0.6664577),(0.5766498,0.2255745,0.7852332),(0.5338978,0.2230675,0.8155943),(0.7246827,0.06551775,0.6859608),(0.7017695,0.05492504,0.7102837),(0.8250968,-0.08286403,0.5588818),(0.8183061,-0.1018292,0.5656908),(0.807488,-0.1169708,0.5781704),(0.8628013,-0.2794903,0.4212589),(0.8600569,-0.2971514,0.4147328),(0.8640512,-0.2547554,0.4341834),(0.828844,-0.06174519,0.5560622),(0.8637799,-0.2244469,0.4511184),(0.4815112,0.2233343,0.8475074),(0.4199355,0.2302652,0.8778566),(0.6715689,0.04712721,0.7394417),(0.6330097,0.04416971,0.7728828),(0.3510589,0.2451574,0.90369),(0.2798677,0.2674162,0.9220426),(0.585446,0.04752967,0.8093169),(0.5290215,0.0585857,0.8465837),(0.7674268,-0.135667,0.6266184),(0.7362149,-0.1396217,0.6621882),(0.6971822,-0.1394024,0.7032096),(0.8216644,-0.3346893,0.4613574),(0.7955919,-0.3495683,0.4948086),(0.8409254,-0.3219666,0.4349506),(0.79105,-0.1280971,0.59819),(0.8536196,-0.310055,0.4185683),(0.2141505,0.2954759,0.931039),(0.1603969,0.3268476,0.9313666),(0.46841,0.07945197,0.8799316),(0.4100005,0.1095558,0.9054817),(0.1191724,0.3594233,0.9255338),(0.08939285,0.3927302,0.9152987),(0.3575157,0.1450939,0.9225672),(0.3141712,0.1824493,0.9316698),(0.6080377,-0.1170283,0.7852352),(0.5633469,-0.09544824,0.8206886),(0.5213887,-0.07046045,0.8504053),(0.7059967,-0.382741,0.5958842),(0.6758842,-0.386106,0.6277758),(0.7359714,-0.3753058,0.5634639),(0.6532049,-0.1323307,0.745528),(0.7658277,-0.3641064,0.5300326),(0.06615882,0.4253175,0.9026229),(0.04485106,0.4558748,0.8889131),(0.2784315,0.2178697,0.935419),(0.2472649,0.2493677,0.9363096),(0.02495829,0.4846081,0.8743753),(0.006259121,0.5114942,0.859264),(0.2194876,0.2776032,0.935287),(0.1940689,0.3032521,0.9329392),(0.4476179,-0.02173013,0.8939608),(0.4154182,-0.0001831518,0.9096305),(0.3857439,0.01970704,0.9223953),(0.5859363,-0.3765625,0.717551),(0.5572008,-0.3706567,0.743062),(0.6155275,-0.3818872,0.6894115),(0.4828393,-0.04519402,0.8745421),(0.6456317,-0.3854765,0.6592174),(-0.01168243,0.5365103,0.8438129),(-0.02942956,0.5598002,0.8281048),(0.1703741,0.3271132,0.9294996),(0.1479288,0.3498809,0.9250408),(-0.04767928,0.5817856,0.8119435),(-0.06705807,0.602851,0.7950307),(0.1259712,0.3721638,0.919579),(0.1037755,0.394571,0.9129865),(0.3330887,0.05742108,0.9411455),(0.3093311,0.07669076,0.947857),(0.2864943,0.09718316,0.9531404),(0.4843839,-0.3483987,0.8024902),(0.4649944,-0.3374,0.8184996),(0.5060689,-0.3571503,0.7850718),(0.3583624,0.03865325,0.932782),(0.5302818,-0.3643558,0.7655364),(-0.08616829,0.6237999,0.7768196),(-0.1033335,0.6452221,0.7569747),(0.08188451,0.4176526,0.9049096),(0.06110808,0.4417049,0.8950768),(-0.1183046,0.6668072,0.7357801),(-0.1308663,0.6882547,0.7135682),(0.04174723,0.4663613,0.8836087),(0.02408121,0.4912675,0.8706757),(0.2419957,0.1423656,0.959776),(0.2203594,0.1666105,0.9610842),(0.1995456,0.191396,0.9610146),(0.4068067,-0.2949484,0.8645887),(0.3863749,-0.2795053,0.8789718),(0.4268816,-0.3101262,0.8494666),(0.264147,0.1190802,0.9571031),(0.4463554,-0.3244627,0.8339609),(-0.1386522,0.7098936,0.6905265),(-0.1392547,0.7320776,0.6668363),(0.01005655,0.516385,0.8562974),(0.001592688,0.5418532,0.8404717),(-0.1321758,0.7542149,0.643187),(-0.117048,0.7756134,0.6202608),(-0.0007380928,0.5671353,0.8236243),(0.003509907,0.5916268,0.8062044),(0.1656139,0.2413709,0.9561967),(0.1542713,0.2661278,0.9515126),(0.1473592,0.2900533,0.9455974),(0.3254306,-0.2374105,0.9152766),(0.3060865,-0.2259477,0.9248019),(0.3454683,-0.2504732,0.9043865),(0.1808963,0.2163054,0.959421),(0.3659019,-0.2646439,0.8922328),(-0.09638289,0.7949315,0.5989944),(-0.07282151,0.8110273,0.5804582),(0.01251403,0.6143736,0.788916),(0.02438189,0.6342608,0.7727346),(-0.0465808,0.8237094,0.5650956),(-0.0178836,0.8327971,0.5532894),(0.03896685,0.6508452,0.7582098),(0.05607814,0.6637092,0.7458856),(0.1433221,0.3332762,0.9318721),(0.1451804,0.3511188,0.9250072),(0.1493749,0.3657971,0.9186292),(0.259598,-0.1994127,0.9449039),(0.2483333,-0.1926906,0.949316),(0.2728311,-0.2069606,0.9395373),(0.1439915,0.312765,0.9388528),(0.2882382,-0.2156935,0.9329497),(0.008429259,0.8379123,0.5457399),(0.02738851,0.8395571,0.5425806),(0.0721577,0.6726204,0.7364612),(0.08352158,0.6780742,0.7302325),(0.03843597,0.8391798,0.5424942),(0.04118546,0.8380005,0.544113),(0.08976439,0.6843709,0.7235875),(0.08954511,0.6815395,0.7262821),(0.1565371,0.3928951,0.906162),(0.156388,0.3859308,0.9091756),(0.1538484,0.3994637,0.9037474),(0.2171149,-0.1653945,0.9620321),(0.2232172,-0.1727747,0.9593346),(0.2303528,-0.1795114,0.9564065),(0.15382,0.3773136,0.9132217),(0.2386684,-0.1860245,0.9531172),(0.04308386,0.8371555,0.5452657),(0.05170779,0.8370622,0.5446587),(0.09492828,0.6916137,0.7160022),(0.08966955,0.6875746,0.7205557),(0.06730332,0.8369097,0.5431871),(0.09004923,0.8357717,0.5416427),(0.122444,0.6988932,0.704667),(0.10579,0.6956727,0.7105265),(0.1580482,0.4210379,0.8931673),(0.1528456,0.413501,0.8975829),(0.1672993,0.4280215,0.888149),(0.200596,-0.1348996,0.9703419),(0.2034712,-0.1425466,0.9686486),(0.2072602,-0.1504898,0.9666417),(0.1515168,0.4060871,0.9011858),(0.2118518,-0.1582577,0.9644031),(0.1105452,0.8331251,0.5419245),(0.1193376,0.8298229,0.5451169),(0.1442932,0.7021146,0.6972909),(0.1377107,0.7009004,0.6998389),(0.1161793,0.8274457,0.549396),(0.1008143,0.8271903,0.5528045),(0.1303153,0.7075891,0.6945038),(0.1419172,0.7039475,0.6959291),(0.1775927,0.447543,0.8764509),(0.179572,0.4408207,0.8794492),(0.1698132,0.4559673,0.873646),(0.1943911,-0.09661917,0.9761541),(0.1957041,-0.1079681,0.9747014),(0.1970079,-0.1175484,0.9733294),(0.1760413,0.4347012,0.8832011),(0.1985613,-0.1262393,0.9719244),(0.0816322,0.8296017,0.5523559),(0.06713866,0.8347461,0.5465265),(0.1052497,0.7219821,0.6838599),(0.1159032,0.7135794,0.6909204),(0.05746048,0.842039,0.5363475),(0.05273547,0.8508465,0.522761),(0.09583209,0.7429242,0.6624801),(0.09850354,0.7320215,0.6741228),(0.1491025,0.4921771,0.8576305),(0.1533607,0.4786028,0.8645345),(0.1477237,0.5059854,0.8497978),(0.1926059,-0.03953096,0.9804797),(0.19214,-0.05491634,0.9798298),(0.1923533,-0.0701338,0.9788164),(0.1603145,0.4662127,0.8700258),(0.1931307,-0.0843157,0.9775435),(0.04934563,0.8604327,0.5071693),(0.04364747,0.8703264,0.4905374),(0.08979426,0.7649398,0.637812),(0.09402471,0.7539944,0.6501167),(0.03577086,0.880336,0.4729999),(0.02586632,0.8902683,0.4547014),(0.07423199,0.7866058,0.6129771),(0.08317921,0.7758047,0.6254665),(0.1375069,0.5446194,0.8273339),(0.1432628,0.5322006,0.8344089),(0.1293763,0.5569121,0.8204333),(0.1810705,0.01937331,0.9832793),(0.1868164,0.005044086,0.9823819),(0.1906224,-0.009382849,0.9816185),(0.1466608,0.5194144,0.8418429),(0.1925365,-0.02415951,0.9809924),(0.01279906,0.8999476,0.4358103),(-0.004677377,0.9091554,0.4164305),(0.06220214,0.797399,0.6002381),(0.04626609,0.8080641,0.587275),(-0.02673597,0.9177449,0.3962696),(-0.0535454,0.9254797,0.3749936),(0.0262195,0.8185387,0.5738525),(0.001835593,0.8286948,0.5596978),(0.104855,0.5821123,0.8063192),(0.0879079,0.5949335,0.7989532),(0.0674853,0.6078867,0.7911506),(0.1572645,0.06484965,0.9854251),(0.1470535,0.08099629,0.9858066),(0.166157,0.04928037,0.9848672),(0.1185994,0.5694425,0.8134306),(0.1740086,0.03416305,0.9841514),(-0.07981299,0.932654,0.351833),(-0.1000711,0.9399441,0.3263291),(-0.02209202,0.8386818,0.5441734),(-0.04055686,0.8490289,0.5267875),(-0.1141902,0.9474437,0.2988496),(-0.119139,0.9506521,0.2864727),(-0.0533689,0.859788,0.5078546),(-0.05758981,0.8637248,0.5006624),(0.03191805,0.6341797,0.7725266),(0.02108754,0.6479983,0.7613497),(0.01842885,0.6492919,0.760316),(0.1229455,0.1304215,0.9838063),(0.1230688,0.12186,0.9848879),(0.1289403,0.1134084,0.9851462),(0.04747001,0.6207926,0.7825363),(0.1370744,0.09686825,0.9858129),(-0.0007726254,0.6213893,-0.7835016),(-0.04202625,0.617174,-0.7857035),(0.09153466,0.6218837,-0.7777416),(-0.01830973,0.6724607,-0.7399063),(-0.09580545,0.6581604,-0.7467571),(-0.1300763,0.6497315,-0.748952),(0.2095889,0.6015401,-0.7708579),(0.3653524,0.5468749,-0.7532897),(0.08204134,0.6790895,-0.7294564),(0.2194196,0.6711289,-0.7081251),(-0.07116603,0.7224413,-0.6877601),(0.01662505,0.7468516,-0.664783),(0.1332534,0.7691351,-0.6250397),(0.002137299,0.8130149,-0.582239),(0.0989034,0.8488097,-0.5193653),(-0.07746714,0.779417,-0.6216977),(-0.1415785,0.6985049,-0.7014603),(-0.1728344,0.6867645,-0.7060332),(-0.1468012,0.7495236,-0.6454949),(-0.1786437,0.7348509,-0.6542788),(0.5558696,0.4336961,-0.7091662),(0.7426596,0.2237417,-0.6311865),(0.4037927,0.6205838,-0.672181),(0.619754,0.47188,-0.627084),(0.8435844,-0.1047146,-0.526688),(0.7728101,-0.4912015,-0.4018529),(0.7988306,0.1633836,-0.5789436),(0.8130537,-0.2869035,-0.5065867),(0.4981769,0.6735007,-0.5460921),(0.7160794,0.4277593,-0.5515907),(0.8260173,-0.03563184,-0.5625173),(0.6146581,0.6389464,-0.4625396),(0.7975608,0.2320077,-0.5568386),(0.4013643,0.8118693,-0.4239989),(0.2928692,0.7621472,-0.5773727),(0.2276472,0.8616301,-0.4536193),(0.5918083,-0.7598456,-0.269068),(0.4303458,-0.8902606,-0.149126),(0.6651211,-0.6369116,-0.3898171),(0.5093308,-0.8178766,-0.2676941),(0.3021448,-0.9521898,-0.0452015),(0.1917748,-0.9807361,0.03713524),(0.3758305,-0.9131804,-0.1576483),(0.2503622,-0.9658262,-0.06707075),(0.593513,-0.7151268,-0.3692371),(0.4568226,-0.8525643,-0.2538647),(0.3175305,-0.9351482,-0.1570736),(0.5469416,-0.7673379,-0.3347347),(0.3926695,-0.8895773,-0.2333729),(0.6827071,-0.5735089,-0.4527677),(0.7356673,-0.4699398,-0.4878014),(0.7931837,-0.2529874,-0.5539467),(0.09173104,-0.9914047,0.09328494),(0.007723628,-0.9918892,0.1268703),(0.1315298,-0.9913121,-0.0004793125),(0.03326521,-0.9984635,0.04431743),(-0.05852204,-0.9874049,0.1469925),(-0.107151,-0.9811438,0.1608588),(-0.09642208,-0.9908481,0.09446049),(-0.04236976,-0.9963242,0.07445077),(0.06839211,-0.9971509,-0.03181988),(-0.01858596,-0.9998131,0.005328936),(-0.08236,-0.9961342,0.03055573),(0.01010297,-0.9981169,-0.06050261),(-0.06511855,-0.9973918,-0.03113105),(0.1091876,-0.9888247,-0.1015081),(0.1810097,-0.979906,-0.08378331),(0.2368499,-0.9588327,-0.1566588),(-0.1349372,-0.9754261,0.174172),(-0.1383132,-0.9716393,0.1917982),(-0.1214759,-0.9848604,0.1236673),(-0.1245877,-0.9862477,0.1085965),(-0.1171826,-0.968802,0.2183828),(-0.0713478,-0.9634638,0.2581609),(-0.01825765,-0.9811113,0.1925804),(-0.08636814,-0.9851229,0.1485716),(-0.05385152,-0.9948209,0.08620492),(-0.1060503,-0.9924678,0.06132644),(0.04466147,-0.9898373,0.1350084),(0.1175539,-0.9893017,0.08638969),(-0.01802426,-0.9993516,0.03116902),(-0.08953175,-0.995974,0.004480636),(-0.1149019,-0.9922788,0.04669484),(-0.1037999,-0.9945277,-0.01184097),(0.00837245,-0.9511392,0.3086489),(0.1523497,-0.9205506,0.3596888),(0.2394414,-0.9145396,0.3260139),(0.08286525,-0.9631701,0.2558058),(0.4168388,-0.8233574,0.385134),(0.8071993,-0.4998494,0.3139744),(0.861697,-0.3962832,0.3169194),(0.5047539,-0.7788875,0.3722335),(0.6103688,-0.7019501,0.367037),(0.349784,-0.8873389,0.3004678),(0.9092372,-0.259193,0.32574),(0.9339549,-0.09289273,0.3451077),(0.7205476,-0.5828642,0.3756071),(0.4781151,-0.8295162,0.2886329),(0.1761627,-0.9614875,0.2109701),(0.2866244,-0.9414814,0.1773673),(0.9844375,-0.04370724,0.1702135),(0.9657291,0.2367142,0.1064597),(0.9246398,0.3622133,0.1176555),(0.9800585,0.08546515,0.1793912),(0.9096902,0.400522,0.1097536),(0.8480927,0.5086414,0.1484002),(0.7694907,0.6183178,0.1598973),(0.8465443,0.5181894,0.1218298),(0.7658518,0.6296386,0.1304841),(0.8623832,0.4892806,0.1299994),(0.6781424,0.7163419,0.1642476),(0.5792163,0.798212,0.1654274),(0.6719422,0.7273374,0.1395492),(0.7806058,0.607433,0.1472405),(0.9540179,0.2291155,0.1932767),(0.9014814,0.3751412,0.2158713),(0.773656,0.6032465,0.1937787),(0.6737344,0.704015,0.2245991),(0.5708466,0.7893319,0.2260294),(0.6821274,0.7028072,0.201902),(0.5427622,0.8061818,0.2355419),(0.3760575,0.8992592,0.2234137),(0.2622286,0.9435222,0.2024893),(0.4316653,0.8729373,0.2272569),(0.3286679,0.9209553,0.2093293),(0.4678141,0.8566857,0.2173467),(0.1664418,0.9706762,0.1734501),(0.09379084,0.9853569,0.14239),(0.2391655,0.952805,0.1869832),(0.3699969,0.9065555,0.2031245),(0.5836539,0.7868125,0.2006845),(0.483515,0.8535006,0.1942936),(0.1894521,0.9613931,0.199578),(0.007154194,0.9843699,0.1759679),(-0.08374262,0.987685,0.1321575),(0.08204056,0.9827766,0.1655876),(-0.1607284,0.975685,0.149014),(-0.3074992,0.9448035,0.1130958),(-0.3485647,0.9349782,0.0657143),(-0.2283059,0.9683957,0.1004301),(-0.2600189,0.9645989,0.04403593),(-0.1407586,0.9866561,0.08183333),(-0.3556237,0.9345906,0.008498101),(-0.3278816,0.9429466,-0.05784025),(-0.2545157,0.9669234,-0.01676041),(-0.1615012,0.9864051,0.03036998),(0.002279716,0.9921584,0.1249663),(-0.0458841,0.9954024,0.0840755),(-0.4229566,0.9031873,0.073215),(-0.5027323,0.8635833,0.03852523),(-0.4990014,0.8666009,-0.0004977958),(-0.4394107,0.8977788,0.03018931),(-0.5536857,0.832673,0.009371107),(-0.5808956,0.8138377,-0.01511846),(-0.5435084,0.8380834,-0.04706274),(-0.5325253,0.8460103,-0.02614681),(-0.4888043,0.8695518,-0.07035571),(-0.4690119,0.8817725,-0.05005125),(-0.486875,0.8693013,-0.08525142),(-0.4113729,0.9014626,-0.134676),(-0.4224814,0.8973047,-0.1278822),(-0.4124029,0.9038746,-0.1137304),(-0.4256425,0.904576,-0.02389011),(-0.381128,0.9200455,-0.09087315),(-0.5762123,0.817097,-0.0182084),(-0.5247169,0.8509567,0.02333957),(-0.4559506,0.8900005,-0.002856054),(-0.5236121,0.8506354,-0.04743148),(-0.3959169,0.909259,0.128444),(-0.1130816,0.9449221,0.3071394),(0.02846244,0.9461901,0.3223573),(-0.3025424,0.9463531,0.1135071),(-0.1978434,0.9751086,0.1001054),(-0.372986,0.9273404,-0.03035199),(0.1691287,0.923297,0.3448451),(0.2912044,0.8826201,0.3690284),(-0.08696604,0.9926428,0.08424541),(-0.2776658,0.9585775,-0.06348949),(-0.454543,0.8870904,-0.08038182),(-0.3698886,0.921043,-0.1219108),(0.2766955,0.8548777,0.4388893),(0.5965959,0.6735585,0.4363396),(0.70999,0.539543,0.4525565),(0.441894,0.7657429,0.4672981),(0.8009708,0.4665253,0.375233),(0.9065987,0.2569507,0.3347462),(0.9070685,0.229308,0.3530505),(0.847742,0.361579,0.3880647),(0.8527322,0.2794189,0.441331),(0.7659161,0.4111441,0.4943006),(0.8806444,0.2249769,0.4169542),(0.8155238,0.2475474,0.5231072),(0.814683,0.2298331,0.5324176),(0.7655522,0.3133745,0.5618953),(0.5659301,0.6503376,0.5067388),(0.6322789,0.5400953,0.5554463),(0.9330447,0.1042654,0.3443199),(0.9152396,0.06868573,0.3970121),(0.8791437,0.1724465,0.4442616),(0.9136031,0.1565829,0.3752481),(0.8697004,0.1442356,0.4720353),(0.7740893,0.3301046,0.5402007),(0.6628307,0.4590062,0.5915815),(0.8013003,0.276841,0.5303554),(0.6748316,0.4221705,0.6052888),(0.7987719,0.2991876,0.5219677),(0.4941633,0.5765644,0.6506735),(0.2514385,0.6570365,0.7106909),(0.4630254,0.5577075,0.6888903),(0.6452019,0.4393674,0.6250367),(0.864012,0.2315891,0.4470455),(0.7628461,0.3291254,0.556545),(0.6240881,0.5219017,0.5814918),(0.473444,0.6282725,0.6173528),(0.33294,0.6995823,0.6322465),(0.4879691,0.620746,0.6136454),(0.3443404,0.6679744,0.659727),(0.2422156,0.6597475,0.7113823),(0.205479,0.7196842,0.6631991),(0.1015571,0.6973462,0.709503),(0.1523118,0.7359232,0.6597106),(0.02843876,0.7351478,0.6773101),(-0.07764272,0.7000389,0.7098712),(-0.1900505,0.6946042,0.6938341),(-0.2950642,0.6476972,0.7024425),(-0.0753985,0.7169899,0.6929939),(0.305301,0.6907564,0.6554745),(0.06552678,0.7099673,0.7011794),(0.1533989,0.6298474,0.7614204),(0.06226578,0.5984935,0.7987042),(0.00411316,0.6536364,0.7567976),(-0.1009769,0.6060199,0.7890143),(-0.03555572,0.5664524,0.823327),(-0.1443508,0.5326154,0.8339567),(-0.2143363,0.5563089,0.8028576),(-0.3355565,0.505452,0.7949342),(-0.2964086,0.5808541,0.758123),(-0.4141077,0.5131421,0.7517977),(-0.5298122,0.4464695,0.7210854),(-0.6211376,0.414045,0.6653982),(-0.7105351,0.3357962,0.6183696),(-0.5155594,0.4999052,0.6959118),(-0.1827482,0.6444348,0.7425005),(-0.4032959,0.5806794,0.7072226),(-0.2628549,0.491802,0.8300831),(-0.3847729,0.4404883,0.8111225),(-0.4571165,0.4493376,0.7675547),(-0.5695149,0.3855024,0.7259756),(-0.5033574,0.381132,0.7754803),(-0.6116797,0.3181648,0.724306),(-0.7480214,0.2525003,0.6137651),(-0.6674927,0.3181952,0.6732051),(-0.7170885,0.3181299,0.6201431),(-0.7825315,0.2596326,0.5658935),(-0.8314592,0.208525,0.5149689),(-0.8551982,0.1936674,0.4807588),(-0.8750651,0.1733411,0.4519003),(-0.8241025,0.2261851,0.5193222),(-0.6330014,0.3815278,0.6736066),(-0.7776762,0.2730716,0.566261),(-0.6963019,0.2481844,0.6734746),(-0.7487274,0.1693113,0.6408908),(-0.8040106,0.1847505,0.565185),(-0.83157,0.1111894,0.5441765),(-0.7707255,0.08946201,0.6308554),(-0.7630259,0.01607672,0.6461679),(-0.8043416,-0.03303937,0.593248),(-0.8322964,0.03678261,0.5531092),(-0.8684147,0.1029089,0.4850419),(-0.8521223,0.04341581,0.5215388),(-0.8056046,-0.01694309,0.5922113),(-0.7606566,0.05884396,0.6464819),(-0.8319582,0.09920939,0.5458965),(-0.8684995,0.1314326,0.4779477),(-0.8610563,0.1584878,0.4831808),(-0.8811245,0.1556371,0.4465387),(-0.7393592,-0.03558767,0.67237),(-0.7170912,-0.0592595,0.6944557),(-0.7245592,-0.0981345,0.6821901),(-0.7614866,-0.08094973,0.643106),(-0.7002927,-0.06323238,0.7110497),(-0.6922975,-0.05464781,0.7195399),(-0.6892912,-0.07855636,0.7202128),(-0.6989759,-0.0943608,0.7088925),(-0.661319,-0.05719715,0.7479209),(-0.6920141,-0.06786074,0.7186872),(-0.6580129,-0.037533,0.7520706),(-0.5946816,0.07827719,0.8001415),(-0.5779877,0.05520378,0.8141761),(-0.6075186,0.03500747,0.7935337),(-0.7430853,-0.05819205,0.6666617),(-0.6730554,0.03203323,0.738898),(-0.7088524,-0.02897698,0.7047614),(-0.7648497,0.02349958,0.6437799),(-0.7730898,0.002740011,0.6342907),(-0.7095933,-0.04931597,0.7028836),(-0.8571802,0.1056654,0.5040604),(-0.9496543,0.2068761,0.2352848),(-0.9671369,0.1884532,0.1706793),(-0.8752664,0.08447187,0.4762072),(-0.8877237,0.09435736,0.4506032),(-0.7710702,0.02824214,0.6361234),(-0.9774768,0.183276,0.104637),(-0.9811302,0.1916111,0.02586171),(-0.9011679,0.1407794,0.4099728),(-0.7662202,0.1093626,0.6332032),(-0.6918684,-0.01187365,0.7219259),(-0.6584326,0.09431908,0.7467064),(-0.9627275,0.2600065,-0.07451365),(-0.9260708,0.2430638,-0.2886395),(-0.8996641,0.2270385,-0.3729049),(-0.9560556,0.2427353,-0.16443),(-0.8886275,0.1960651,-0.4146078),(-0.8665122,0.1467042,-0.4771104),(-0.8419123,0.1411926,-0.520815),(-0.8572623,0.1844573,-0.4807044),(-0.8275297,0.1682424,-0.5356202),(-0.8703336,0.2072962,-0.4467077),(-0.8218182,0.1313071,-0.5544125),(-0.8070062,0.1176708,-0.5787007),(-0.8005643,0.1478317,-0.580726),(-0.8394035,0.1836306,-0.5115482),(-0.9417368,0.2259651,-0.2491418),(-0.9200529,0.2085095,-0.331702),(-0.8679982,0.1067294,-0.4849618),(-0.8981567,0.07635821,-0.432994),(-0.8968152,0.08495317,-0.4341721),(-0.8552575,0.1081778,-0.506786),(-0.9506991,0.05354769,-0.3054569),(-0.9960646,0.04124434,-0.07844849),(-0.9981522,0.05844036,-0.01664165),(-0.9574371,0.06784972,-0.2805538),(-0.9653567,0.08072492,-0.2481328),(-0.8995855,0.09099012,-0.4271611),(-0.9958689,0.07477935,0.05150905),(-0.9879439,0.09023906,0.125793),(-0.9738582,0.09252775,-0.2074576),(-0.9065251,0.09503243,-0.4113162),(-0.8478096,0.1060164,-0.5195954),(-0.8461139,0.1008957,-0.5233653),(-0.9801385,0.05136226,0.1915475),(-0.8884645,0.08092885,0.4517536),(-0.8289034,0.09812967,0.5507175),(-0.9564308,0.06905533,0.2836751),(-0.695966,0.106056,0.7101996),(-0.3509391,0.1036932,0.9306393),(-0.2276937,0.1108108,0.9674072),(-0.5996771,0.1206789,0.7910904),(-0.4943839,0.1313674,0.8592597),(-0.7561832,0.1126378,0.6445927),(-0.1073299,0.1131979,0.9877583),(0.00559915,0.1113332,0.9937673),(-0.3830606,0.1377565,0.9133934),(-0.6710163,0.1238297,0.7310289),(-0.9218825,0.08527683,0.377969),(-0.8755646,0.09956833,0.472729),(0.0557816,0.08680687,0.9946623),(0.3672534,0.0842099,0.9263011),(0.4662077,0.07022572,0.8818836),(0.1790661,0.08240689,0.9803798),(0.5923607,0.08383364,0.8012995),(0.7611628,0.06281914,0.6455114),(0.7922946,0.04549173,0.6084403),(0.6579177,0.06497349,0.7502818),(0.7056973,0.03964575,0.7074034),(0.5449046,0.05082513,0.8369563),(0.8111715,0.02045069,0.5844507),(0.8184233,-0.01223596,0.5744856),(0.7366475,0.008634611,0.6762217),(0.603051,0.02730585,0.7972351),(0.2865301,0.07308436,0.9552797),(0.3751223,0.06014546,0.9250221),(0.8671446,0.02427159,0.4974648),(0.9128605,-0.01069531,0.4081317),(0.9065251,-0.02129383,0.4216146),(0.8737738,0.01152541,0.486196),(0.9243503,-0.03767496,0.3796806),(0.9109618,-0.05665336,0.4085818),(0.8827868,-0.06897915,0.464682),(0.9083177,-0.04858685,0.4154496),(0.8833495,-0.0654417,0.464124),(0.8925757,-0.03951549,0.4491627),(0.8429575,-0.08529703,0.5311751),(0.7894292,-0.1070188,0.6044406),(0.8478067,-0.08970483,0.5226632),(0.8699792,-0.06655099,0.4885766),(0.8720604,-0.009554991,0.4893051),(0.8617464,-0.03961775,0.50579),(0.8740423,-0.07175242,0.4805222),(0.8082386,-0.08287355,0.5829943),(0.7414603,-0.09830602,0.6637563),(0.8291301,-0.08588817,0.5524188),(0.6960247,-0.08289681,0.7132164),(0.5134517,-0.0689009,0.8553479),(0.3816979,-0.07737342,0.921043),(0.6003684,-0.09700187,0.7938188),(0.4859832,-0.1104076,0.8669662),(0.6572179,-0.1144223,0.7449645),(0.2331762,-0.08371968,0.9688241),(0.07048718,-0.08884487,0.9935482),(0.3527685,-0.1240693,0.9274488),(0.5539764,-0.132303,0.8219526),(0.7694107,-0.1022421,0.6305187),(0.6928037,-0.1220401,0.7107245),(0.2749123,-0.0563721,0.9598153),(0.01076955,-0.05312796,0.9985297),(-0.1673321,-0.04870824,0.9846967),(0.1113368,-0.05739392,0.992124),(-0.2749088,-0.04294972,0.9605106),(-0.5661879,-0.01296726,0.8241742),(-0.7039881,-0.003692864,0.710202),(-0.445203,-0.03541894,0.894729),(-0.6011987,-0.02453995,0.7987226),(-0.3437949,-0.04045811,0.9381728),(-0.8175131,0.007639275,0.5758592),(-0.9042175,0.01868792,0.4266631),(-0.7370982,-0.01235607,0.6756728),(-0.5117044,-0.02991058,0.8586407),(-0.06192587,-0.05505364,0.9965613),(-0.2393106,-0.05043036,0.9696325),(-0.7949814,0.01641328,0.6064118),(-0.9276558,0.02333313,0.3727067),(-0.9739621,0.03372592,0.2241881),(-0.885902,0.02679969,0.4630976),(-0.9889328,0.01995964,0.147015),(-0.997504,0.02415914,-0.06634795),(-0.9842288,0.02833715,-0.1746155),(-0.9995254,0.02844816,0.01182362),(-0.9929448,0.03605114,-0.112965),(-0.9958892,0.04376398,0.07930471),(-0.9624004,0.03101015,-0.2698592),(-0.9352256,0.03144131,-0.3526534),(-0.9732956,0.04145268,-0.2257819),(-0.9969839,0.05161092,-0.05796046),(-0.9491556,0.03778431,0.3125314),(-0.9859241,0.04712565,0.1604145),(-0.9726559,0.027179,-0.2306556),(-0.9493581,0.01116487,-0.3139977),(-0.9306959,0.008419474,-0.3656969),(-0.9509522,0.02692876,-0.3081636),(-0.9445209,-0.02249914,-0.32768),(-0.9590281,-0.06997868,-0.274532),(-0.9573167,-0.0785032,-0.2781764),(-0.9340634,-0.02736483,-0.3560572),(-0.9261453,-0.03691985,-0.3753555),(-0.9135503,0.002131244,-0.4067202),(-0.9571934,-0.09236341,-0.274317),(-0.9581168,-0.1108992,-0.2640333),(-0.9206989,-0.05065727,-0.3869721),(-0.8985851,-0.007477929,-0.4387356),(-0.9273955,0.02425858,-0.3732952),(-0.9037405,0.01897909,-0.4276598),(-0.9782079,-0.119576,-0.1697374),(-0.9842559,-0.1765702,-0.007946594),(-0.9816977,-0.1884071,0.02779337),(-0.9798405,-0.1310961,-0.1507536),(-0.9238972,-0.2693254,0.2718048),(-0.5963608,-0.3867587,0.7034),(-0.5511929,-0.3896319,0.7378166),(-0.9064462,-0.2789023,0.3171258),(-0.8843379,-0.2917543,0.3644529),(-0.9763396,-0.2052129,0.06818109),(-0.5044945,-0.3922544,0.7691695),(-0.4572892,-0.3938845,0.7973341),(-0.8574574,-0.3069162,0.4130005),(-0.967585,-0.2261509,0.1124054),(-0.9809607,-0.1480089,-0.1257356),(-0.9808733,-0.1695758,-0.09555965),(-0.08713125,-0.3806097,0.9206218),(0.1933873,-0.3180447,0.9281427),(0.2259606,-0.3203319,0.9199616),(-0.03564195,-0.3783368,0.9249816),(0.3303517,-0.2753561,0.9027994),(0.4036074,-0.2688434,0.8745423),(0.375271,-0.2916926,0.8798222),(0.3369122,-0.286681,0.8968301),(0.3387925,-0.2969908,0.8927576),(0.2525665,-0.3216283,0.9125597),(0.3428125,-0.3133788,0.885592),(0.3054231,-0.3341006,0.8916802),(0.3356894,-0.3063346,0.8907703),(0.2729586,-0.3218507,0.9065902),(0.0104387,-0.3748145,0.9270411),(0.05029975,-0.3698121,0.927744),(0.4201615,-0.3067149,0.8540435),(0.3482502,-0.3835425,0.8553461),(0.2571756,-0.4231922,0.8687744),(0.3562368,-0.3404371,0.8701712),(0.1289138,-0.4740873,0.8709893),(-0.3103117,-0.4991068,0.809073),(-0.3864987,-0.5213249,0.7608147),(0.02375994,-0.5102746,0.8596833),(-0.08110387,-0.5422527,0.836292),(0.1610018,-0.460285,0.8730499),(-0.4552477,-0.5411444,0.7070447),(-0.5160421,-0.5596691,0.6484374),(-0.1842993,-0.5702893,0.8005022),(0.05969967,-0.4947937,0.8669574),(0.2872027,-0.3725981,0.8824314),(0.2120509,-0.403376,0.8901248),(-0.6519973,-0.4221897,0.6298059),(-0.7451662,-0.3932799,0.5385706),(-0.767462,-0.4075815,0.494853),(-0.6880591,-0.4387549,0.5779869),(-0.7077205,-0.4362799,0.5556901),(-0.5287275,-0.5280036,0.6645748),(-0.5285211,-0.5477672,0.6485497),(-0.7227616,-0.4515598,0.5231725),(-0.7303813,-0.4701225,0.4955078),(-0.7826554,-0.4249983,0.4547824),(-0.5187114,-0.5697997,0.6373907),(-0.4980903,-0.5943378,0.6314021),(-0.7297924,-0.4931976,0.4734547),(-0.7903705,-0.4469561,0.4189808),(-0.7165717,-0.4567713,0.5271481),(-0.7373996,-0.4775071,0.4777331),(-0.2551862,-0.5852137,0.7696785),(0.005420732,-0.5752358,0.8179697),(0.04278855,-0.5778518,0.8150193),(-0.2330271,-0.6008391,0.7646507),(0.2563798,-0.5128325,0.8193121),(0.5049058,-0.3949882,0.7674989),(0.5594772,-0.3611246,0.7460391),(0.30384,-0.4987378,0.8117523),(0.358777,-0.4789811,0.8011593),(0.09109573,-0.5768594,0.811748),(0.615843,-0.3207622,0.7196172),(0.6727555,-0.2733495,0.6875173),(0.4205453,-0.4523619,0.7864543),(0.150428,-0.5708793,0.8071358),(-0.1990698,-0.6158084,0.7623327),(-0.1524487,-0.6291606,0.7621787),(0.7126373,-0.2296654,0.6628739),(0.8547746,-0.04208428,0.5172903),(0.8876806,0.01778063,0.4601162),(0.7638735,-0.1773976,0.6205058),(0.9377486,0.1547878,0.3109152),(0.9406883,0.3386776,0.02007773),(0.9272314,0.3743053,-0.01172399),(0.9442146,0.2083271,0.255066),(0.9439885,0.2611831,0.201666),(0.9125591,0.07974572,0.4010942),(0.9117417,0.4089092,-0.03898977),(0.8945901,0.4426085,-0.06169402),(0.9376034,0.3131576,0.1511031),(0.9291356,0.1431945,0.3408845),(0.8105875,-0.1198687,0.5732185),(0.8515533,-0.05739755,0.5211166),(0.8645225,0.4441066,-0.2353087),(0.8125392,0.4709305,-0.3435178),(0.8099089,0.484181,-0.3310837),(0.8526102,0.4648263,-0.2387307),(0.8203565,0.4592263,-0.3407731),(0.8813855,0.4087554,-0.2368094),(0.8920783,0.4085044,-0.1931849),(0.8263771,0.466601,-0.3152529),(0.8333767,0.4733402,-0.2853636),(0.808776,0.4972677,-0.314016),(0.9016449,0.4068265,-0.1467268),(0.9099084,0.4033166,-0.0969661),(0.841282,0.479087,-0.2504404),(0.8091423,0.5100259,-0.2918261),(0.8414643,0.485265,-0.2376038),(0.8311571,0.5054486,-0.2317316),(0.9349766,0.3320687,-0.1246964),(0.9561812,0.2716383,-0.109225),(0.9435514,0.3246387,-0.06573083),(0.9637517,0.2627634,-0.04623918),(0.9514345,0.24435,-0.1872578),(0.8988255,0.2599384,-0.352909),(0.9620951,0.2389808,-0.1313811),(0.9114934,0.260968,-0.3179237),(0.9676577,0.2516987,0.0169164),(0.9701177,0.2312282,-0.07351996),(0.9248195,0.260018,-0.2776678),(0.9751158,0.2212321,-0.0143305),(0.937762,0.257321,-0.2332134),(0.9678521,0.2384487,0.08002877),(0.9489672,0.3153146,-0.006170123),(0.9511693,0.3038922,0.0540975),(0.8157632,0.2898951,-0.500491),(0.7724715,0.3116457,-0.5533215),(0.8206913,0.2934548,-0.4902551),(0.7656189,0.3120668,-0.5625317),(0.7826336,0.3292452,-0.5282823),(0.8400141,0.3425794,-0.4207325),(0.7641252,0.3249816,-0.5572249),(0.8128881,0.3355596,-0.4760385),(0.7649781,0.3133521,-0.562689),(0.7517487,0.322662,-0.5751202),(0.789341,0.3304747,-0.5174236),(0.7449533,0.322805,-0.5838163),(0.7703309,0.3278913,-0.5468799),(0.769276,0.3159633,-0.5553212),(0.8300396,0.2963415,-0.4724574),(0.8423749,0.2989134,-0.4483922),(0.8987984,0.356397,-0.2552305),(0.9254999,0.3732625,-0.06422644),(0.8727781,0.3497445,-0.3404956),(0.9122164,0.3697065,-0.1765737),(0.9114044,0.3797729,0.1584757),(0.835874,0.3625291,0.4121738),(0.922891,0.384387,0.02277909),(0.8862903,0.3832841,0.2599671),(0.8904806,0.3645342,-0.2723218),(0.9180226,0.3839815,-0.09895775),(0.9119447,0.3940008,0.1145431),(0.902577,0.3788467,-0.2045238),(0.9188069,0.3943185,-0.01751373),(0.8648238,0.3582507,-0.3517616),(0.8450897,0.3437242,-0.4094841),(0.8185863,0.3389181,-0.4637356),(0.6860446,0.3247495,0.6510611),(0.4710321,0.2651382,0.8413266),(0.7848644,0.3665832,0.4996044),(0.617021,0.3270534,0.7157663),(0.1872249,0.1501517,0.9707735),(-0.161827,-0.04657133,0.9857196),(0.3689736,0.2287224,0.9008577),(0.02251229,0.03913066,0.9989805),(0.7345195,0.3710996,0.5681251),(0.535064,0.2934109,0.7922225),(0.2171839,0.1242791,0.9681869),(0.6774127,0.3347687,0.655013),(0.4104636,0.1963212,0.8904929),(0.8223531,0.3922436,0.4121655),(0.8533907,0.3930543,0.3423926),(0.8954361,0.4021829,0.1909005),(-0.4584179,-0.2262371,0.8594592),(-0.6268881,-0.3026187,0.7179368),(-0.3176154,-0.1507428,0.9361607),(-0.540369,-0.2438463,0.80532),(-0.7153203,-0.3208599,0.6207783),(-0.7491397,-0.3240537,0.5777361),(-0.6737087,-0.2805241,0.6836834),(-0.7441329,-0.3092357,0.5921483),(-0.4197583,-0.1701013,0.8915539),(-0.6063136,-0.2296865,0.761333),(-0.7217368,-0.2889717,0.6289605),(-0.5067524,-0.1668886,0.8457838),(-0.6782838,-0.2606966,0.6869996),(-0.2610184,-0.08381309,0.9616885),(-0.1446104,-0.06249334,0.9875132),(0.05595396,0.02954428,0.9979961),(-0.7340993,-0.3273634,0.5949214),(-0.6675453,-0.3140084,0.6751164),(-0.758979,-0.3367993,0.5572406),(-0.7233866,-0.340632,0.6005678),(-0.5277157,-0.2462439,0.8129454),(-0.2593205,-0.08077765,0.9624073),(-0.6279476,-0.2937368,0.7206945),(-0.4208452,-0.1594054,0.893017),(-0.7574815,-0.3576742,0.5461602),(-0.6983647,-0.3245292,0.6379401),(-0.5491318,-0.2162623,0.8072701),(-0.7463854,-0.3347279,0.5752095),(-0.646698,-0.2451514,0.7222759),(-0.775123,-0.3617419,0.518003),(-0.7673513,-0.3411891,0.5429198),(-0.7602281,-0.3375946,0.5550522),(0.09638575,0.1095099,0.9893014),(0.416487,0.2282279,0.8800287),(-0.1085552,0.007325102,0.9940635),(0.2193411,0.1280284,0.9672116),(0.6659886,0.3042938,0.6810759),(0.826921,0.3771619,0.4170737),(0.5214788,0.228166,0.8221923),(0.7546316,0.3360721,0.5635483),(0.003027035,0.03279351,0.9994577),(0.3298829,0.144191,0.9329448),(0.6378671,0.2790181,0.7178261),(0.1013596,0.06956208,0.992415),(0.4579356,0.2130257,0.8630845),(-0.2094743,-0.03835837,0.9770615),(-0.2977093,-0.07769708,0.9514895),(-0.4587116,-0.1326053,0.878635),(0.8894827,0.4191798,0.1819582),(0.9105942,0.4087493,0.06117494),(0.8669491,0.3993749,0.2981594),(0.9093689,0.3885044,0.1487026),(0.9320236,0.3608144,0.03383818),(0.9561578,0.2796038,0.08708531),(0.9641092,0.2340343,0.1253852),(0.93915,0.3294408,0.09729319),(0.9442025,0.274417,0.182145),(0.9007099,0.3471985,0.2611033),(0.9699339,0.1640085,0.1798035),(0.9649161,0.06519055,0.2543365),(0.9355307,0.1922724,0.2963335),(0.8674857,0.2835413,0.4087455),(0.8226132,0.3610185,0.4392871),(0.7315016,0.3049703,0.6098348),(0.9666996,0.1862023,0.1755577),(0.9613579,0.102274,0.2555992),(0.9735749,0.1273105,0.1895889),(0.9673594,0.03097896,0.2515078),(0.9450424,0.02263765,0.3261634),(0.920734,-0.0588753,0.3857237),(0.9484599,-0.06089645,0.310991),(0.9175119,-0.154679,0.3663964),(0.9419132,-0.1606123,0.2949629),(0.9659202,-0.06141204,0.2514493),(0.9031154,-0.2576693,0.3434952),(0.8791677,-0.3625067,0.309278),(0.9217649,-0.2747907,0.2735679),(0.9510682,-0.1763281,0.2537276),(0.9759086,0.04496041,0.213497),(0.966583,-0.06433275,0.24815),(0.8939243,-0.1406816,0.4255679),(0.8722682,-0.2158935,0.4387918),(0.8808588,-0.2457198,0.4046104),(0.8497922,-0.3254039,0.4146873),(0.8586959,-0.2813835,0.4283279),(0.854421,-0.3340756,0.3979425),(0.8285871,-0.392738,0.398999),(0.8189083,-0.4467954,0.3602266),(0.8176408,-0.4172259,0.396719),(0.7892863,-0.4763529,0.3874468),(0.7733075,-0.5262708,0.3536023),(0.755994,-0.5293093,0.3851035),(0.7307822,-0.5729341,0.3710848),(0.7894329,-0.4857184,0.3753309),(0.8570782,-0.3455985,0.3820715),(0.8311815,-0.4333972,0.3482876),(0.8544688,-0.376465,0.3579905),(0.8538353,-0.4118562,0.3183389),(0.8153926,-0.4905359,0.3074239),(0.8127981,-0.5258437,0.2506938),(0.8534005,-0.4383723,0.2820241),(0.8542206,-0.4545803,0.2523171),(0.812481,-0.5494678,0.1948332),(0.8162893,-0.5591467,0.1450062),(0.761753,-0.6047332,0.2324438),(0.7638699,-0.6249805,0.1609419),(0.7740365,-0.6262574,0.09310845),(0.7162872,-0.6757429,0.174081),(0.7380127,-0.6689706,0.08840612),(0.7091093,-0.6560973,0.2582642),(0.7653991,-0.5697677,0.2992141),(0.7144555,-0.6181521,0.3277822),(0.852926,-0.4656517,0.2359779),(0.8452718,-0.4790541,0.2366915),(0.8188432,-0.5629902,0.1119729),(0.8136271,-0.5724728,0.1014193),(0.8303218,-0.4979048,0.2503127),(0.8067029,-0.5246686,0.2719434),(0.7991259,-0.5914325,0.1077286),(0.7726715,-0.622436,0.1247087),(0.7818655,-0.6228662,0.02690909),(0.7684255,-0.6392325,0.03006694),(0.7393399,-0.671624,0.04793494),(0.7531693,-0.6578207,0.002820319),(0.7227696,-0.6906522,0.02456782),(0.7637627,-0.6454968,0.000743581),(0.7832364,-0.6200529,0.04555397),(0.7585326,-0.651104,0.02630399),(0.7784043,-0.5552615,0.2928676),(0.7508895,-0.5841265,0.3081578),(0.7397968,-0.6580873,0.1400784),(0.7090175,-0.6897758,0.1466407),(0.7247062,-0.6097019,0.3210367),(0.7003854,-0.6301737,0.3351735),(0.6820008,-0.716121,0.1484779),(0.6603718,-0.7357773,0.1501359),(0.6693774,-0.739558,0.0706239),(0.6427457,-0.7629582,0.06908597),(0.6243654,-0.7784785,0.06433428),(0.6225143,-0.780589,0.05618506),(0.6062009,-0.7938347,0.04844283),(0.6485919,-0.7590214,0.05670166),(0.7023265,-0.7088955,0.06484193),(0.6827695,-0.7291162,0.04706791),(0.6771594,-0.6452074,0.3537833),(0.6536487,-0.6560624,0.3772604),(0.6419221,-0.7505218,0.157013),(0.6230228,-0.7632317,0.1712307),(0.6294733,-0.6641634,0.4032995),(0.6043719,-0.671021,0.4294942),(0.6027014,-0.7748925,0.1905064),(0.5800883,-0.7863718,0.2124078),(0.5943022,-0.8012889,0.06885553),(0.5762138,-0.8133143,0.0806067),(0.5549865,-0.8262115,0.0967712),(0.5614938,-0.8265072,0.04013067),(0.5409956,-0.839635,0.04834035),(0.5790501,-0.8144265,0.0375563),(0.6100696,-0.7898419,0.06296641),(0.5938926,-0.8035296,0.04039534),(0.5801512,-0.676675,0.4533603),(0.5590228,-0.680302,0.4740072),(0.5578021,-0.7964392,0.2335408),(0.5392337,-0.8034979,0.2522264),(0.5412396,-0.6815048,0.4925555),(0.5269545,-0.6798249,0.5100558),(0.5247772,-0.8074479,0.269512),(0.5147144,-0.8081169,0.2863848),(0.5180115,-0.8453938,0.1302826),(0.5068161,-0.8495609,0.1462319),(0.5008047,-0.8501502,0.1626015),(0.500618,-0.8613404,0.08645394),(0.4987728,-0.8607002,0.1020832),(0.5082914,-0.8581308,0.07246574),(0.5341704,-0.8376482,0.1140502),(0.5217732,-0.8509811,0.05986511),(0.5137172,-0.6760957,0.5281944),(0.4988853,-0.6715876,0.5477988),(0.5058425,-0.8069627,0.3048514),(0.4945911,-0.8057899,0.3257025),(0.482436,-0.6668716,0.5679241),(0.4643962,-0.6625584,0.5876669),(0.4806775,-0.8051103,0.3474864),(0.4639023,-0.8054786,0.3687801),(0.4872726,-0.8491797,0.2036153),(0.4745833,-0.8504481,0.2269553),(0.4573401,-0.8535764,0.2494943),(0.4778056,-0.8618045,0.1702786),(0.457995,-0.867489,0.1941741),(0.4907247,-0.859149,0.145094),(0.4958313,-0.8492424,0.1814896),(0.4974318,-0.8589618,0.1214345),(0.4441168,-0.659501,0.6064805),(0.4208947,-0.658052,0.6243519),(0.443518,-0.8075696,0.3887457),(0.4188399,-0.8115796,0.4073225),(0.3947561,-0.6583492,0.6408932),(0.3656776,-0.6605625,0.6556959),(0.3897911,-0.8172805,0.4244002),(0.3562575,-0.8244036,0.4398173),(0.4087251,-0.8660961,0.2877868),(0.3773929,-0.8747641,0.3039117),(0.341323,-0.8842936,0.3186277),(0.368538,-0.8969532,0.2442431),(0.3306473,-0.9081798,0.2566743),(0.4024875,-0.8859052,0.2305987),(0.4353705,-0.8588687,0.2698095),(0.4323679,-0.8758435,0.2143739),(0.3362592,-0.6638991,0.6679578),(0.3092442,-0.6676704,0.6771885),(0.3217581,-0.8317182,0.4524561),(0.2900455,-0.8383317,0.4615989),(0.2846212,-0.6712849,0.6843737),(0.2624315,-0.6740702,0.6904774),(0.2612824,-0.8441598,0.4681087),(0.2356079,-0.8490691,0.4728323),(0.2702464,-0.9007303,0.3400761),(0.2393451,-0.9071602,0.3460841),(0.2116648,-0.91279,0.3493029),(0.2230562,-0.9334336,0.2809761),(0.1924247,-0.9398873,0.2821072),(0.2562591,-0.9263824,0.2759472),(0.304289,-0.8932175,0.3310147),(0.2921229,-0.9181677,0.267642),(0.2434052,-0.6753032,0.6962181),(0.228306,-0.6748806,0.7017212),(0.2139409,-0.8528084,0.4763895),(0.1972369,-0.85528,0.4791593),(0.2172022,-0.6728336,0.7071903),(0.2101131,-0.6691669,0.7127889),(0.1856579,-0.8564537,0.4816827),(0.1793242,-0.8562396,0.484455),(0.1707033,-0.9216651,0.3484162),(0.1589635,-0.9247563,0.3457693),(0.153376,-0.9267642,0.3429052),(0.1336265,-0.9559323,0.2614143),(0.1280664,-0.9596542,0.2503259),(0.1464582,-0.9512663,0.2713712),(0.188357,-0.9176497,0.3499152),(0.1661851,-0.9458736,0.2787573),(0.2038064,-0.6646215,0.7188472),(0.1950757,-0.6593589,0.7260794),(0.1736519,-0.8550718,0.4885664),(0.1639381,-0.8533504,0.4948912),(0.1839237,-0.6538332,0.7339443),(0.1703336,-0.6485052,0.741908),(0.1319105,-0.849125,0.5114554),(0.1500643,-0.8513036,0.5027553),(0.1386975,-0.9289486,0.3432457),(0.1238032,-0.9295452,0.3473018),(0.1036769,-0.9297429,0.3533118),(0.09884442,-0.9678053,0.2314796),(0.07830768,-0.9695475,0.232047),(0.1139275,-0.965452,0.2343567),(0.1485035,-0.9280279,0.3416298),(0.1236352,-0.9627048,0.2406532),(0.1584168,-0.64285,0.7494317),(0.1521647,-0.6370982,0.7556136),(0.1073632,-0.8435606,0.5261926),(0.1155947,-0.8465319,0.5196359),(0.151571,-0.6306966,0.7610834),(0.1565646,-0.6229984,0.7663946),(0.115569,-0.8355064,0.5371897),(0.1073413,-0.8400158,0.5318376),(0.07768909,-0.9260467,0.3693264),(0.07683486,-0.9279169,0.3647832),(0.08816404,-0.9233834,0.3736176),(0.06663553,-0.9679194,0.2422637),(0.05419923,-0.9693485,0.2396371),(0.05200602,-0.9701157,0.237004),(0.0855458,-0.9291759,0.3596027),(0.06006603,-0.9702674,0.2344639),(0.16344,-0.6141928,0.7720457),(0.1687469,-0.6039739,0.7789352),(0.134936,-0.8232401,0.5514236),(0.1265726,-0.8299057,0.5433561),(0.1724907,-0.5928056,0.7866564),(0.1747076,-0.5811676,0.7948092),(0.1436156,-0.8079959,0.5714169),(0.1406186,-0.8158307,0.5609337),(0.1188482,-0.9105652,0.3959117),(0.112023,-0.9154376,0.3865552),(0.1222149,-0.9054154,0.4065545),(0.1048993,-0.957107,0.270078),(0.1014083,-0.9601522,0.2604306),(0.09382905,-0.9630952,0.2522771),(0.1017753,-0.9197965,0.3789675),(0.0822169,-0.9657578,0.2460739),(0.1758257,-0.5691378,0.8032233),(0.1761455,-0.5570604,0.8115765),(0.1470085,-0.7913275,0.5934553),(0.1453114,-0.7998082,0.5824013),(0.1755928,-0.5448845,0.8199195),(0.1740877,-0.5325502,0.8283017),(0.1501245,-0.7731096,0.6162502),(0.14864,-0.7824603,0.6046999),(0.130315,-0.8877938,0.4414071),(0.1269297,-0.8941736,0.4293509),(0.1343191,-0.8806634,0.4543021),(0.1234077,-0.9404692,0.3166832),(0.1163663,-0.9458014,0.303181),(0.1109369,-0.9501734,0.2913135),(0.1242182,-0.8999891,0.4178391),(0.1071239,-0.9538618,0.2804855),(0.1730154,-0.519797,0.8365864),(0.1736842,-0.506439,0.8446025),(0.1595356,-0.7517924,0.6398098),(0.1531859,-0.7630218,0.6279585),(0.1758979,-0.4921741,0.85254),(0.1794405,-0.4766989,0.8605576),(0.169026,-0.7389497,0.6522143),(0.1814465,-0.7239863,0.6655231),(0.1520877,-0.8624775,0.4827026),(0.1677321,-0.8501833,0.4990533),(0.1876153,-0.8347803,0.5176313),(0.1740377,-0.9123524,0.3705723),(0.2026728,-0.8957406,0.3956923),(0.1511523,-0.9246089,0.3496448),(0.140914,-0.8724189,0.4680048),(0.1342576,-0.9336719,0.3320115),(0.1827929,-0.4604552,0.8686585),(0.1846011,-0.4431346,0.8772424),(0.1934115,-0.7070438,0.6802067),(0.2017069,-0.6884429,0.6966783),(0.1851259,-0.4250769,0.8860236),(0.185903,-0.4252817,0.8857628),(0.2065561,-0.6687317,0.7142355),(0.2085572,-0.6617633,0.7201203),(0.2206443,-0.7954623,0.5644075),(0.2291934,-0.7730028,0.5915548),(0.2326378,-0.7625324,0.6036754),(0.2636181,-0.8235302,0.5022983),(0.2687045,-0.8099189,0.5213723),(0.2507432,-0.8503423,0.4626508),(0.2068369,-0.8163008,0.539325),(0.2304265,-0.8747105,0.4263628),(-0.1622348,0.7901965,-0.5909902),(-0.1285861,0.8064378,-0.5771686),(-0.05980884,0.8377299,-0.5427997),(-0.09777726,0.8609387,-0.4992236),(-0.03378632,0.8890054,-0.4566487),(-0.1313447,0.8457654,-0.5171359),(0.01173088,0.8727764,-0.4879791),(0.08893155,0.9096172,-0.4058173),(0.02673675,0.9199607,-0.3910979),(0.08429281,0.9511455,-0.2970136),(0.008390676,0.9305067,-0.3661786),(0.0545992,0.9539075,-0.2950919),(0.09138882,0.9762139,-0.1966074),(0.1014417,0.9736112,-0.2044279),(0.1157827,0.9872053,-0.1096367),(0.07293328,0.9586831,-0.2749681),(-0.07722978,0.8974836,-0.4342334),(-0.04620546,0.9092095,-0.413767),(0.03254147,0.9457635,-0.3232222),(0.007346697,0.9389603,-0.3439471),(0.1881661,0.926149,-0.3268662),(0.3281365,0.8965021,-0.297675),(0.1575546,0.9645064,-0.2119059),(0.2690856,0.9452558,-0.1846194),(0.516142,0.7813154,-0.3509182),(0.7306616,0.4689298,-0.4962242),(0.4302636,0.8695872,-0.242263),(0.6456357,0.6480773,-0.4039188),(0.2238985,0.9704977,-0.08946332),(0.358006,0.9220777,-0.1469849),(0.5575144,0.7729852,-0.3027734),(0.2978152,0.9520311,-0.07030708),(0.4723611,0.8571148,-0.2054975),(0.1929335,0.9810712,-0.01661317),(0.1393143,0.9838665,-0.1122425),(0.1370407,0.9900228,-0.03278425),(0.8196101,0.0008926322,-0.5729209),(0.7675097,-0.383812,-0.5134366),(0.8036758,0.25509,-0.5376191),(0.8283351,-0.1510571,-0.5394836),(0.6439335,-0.6482258,-0.4063902),(0.4744653,-0.8249742,-0.3070836),(0.7374691,-0.4861679,-0.4688073),(0.5591418,-0.7330393,-0.3873162),(0.8490769,0.09831262,-0.5190406),(0.8128371,-0.2848244,-0.5081053),(0.640496,-0.6088895,-0.467994),(0.8576759,-0.05986709,-0.5106937),(0.7104979,-0.4522593,-0.5391236),(0.8276199,0.3333209,-0.4516),(0.7506735,0.4751845,-0.4590086),(0.6742336,0.647962,-0.3543365),(0.2965361,-0.9268194,-0.2303739),(0.1530847,-0.9728518,-0.1735639),(0.358546,-0.8782974,-0.3162886),(0.2002326,-0.9452921,-0.2575456),(0.04250511,-0.9907885,-0.1285744),(-0.0433119,-0.9947388,-0.09283726),(0.08093029,-0.9753611,-0.2052336),(-0.01195981,-0.9874569,-0.1574351),(0.2525093,-0.9004454,-0.354171),(0.1302034,-0.9475311,-0.291945),(0.03665331,-0.9732932,-0.2266205),(0.1954843,-0.90026,-0.388996),(0.1113924,-0.9468185,-0.3018716),(0.3113843,-0.8305752,-0.4617191),(0.4215288,-0.8071555,-0.4132959),(0.4827932,-0.7070147,-0.5167603),(-0.08769597,-0.9939422,-0.06624399),(-0.06775568,-0.9967575,-0.04340019),(-0.05963362,-0.9914544,-0.1160263),(-0.03342965,-0.9963483,-0.07856539),(0.02469579,-0.9996387,-0.01060058),(0.202505,-0.9777547,0.05465729),(0.3024921,-0.95191,0.04864002),(0.08060598,-0.9962251,-0.03222056),(0.1585962,-0.9868,-0.032758),(0.02357208,-0.9945839,-0.1012288),(0.420069,-0.9048824,0.06877419),(0.5537952,-0.8250577,0.1122083),(0.2684992,-0.9632134,-0.0113198),(0.1156163,-0.9870563,-0.111143),(-0.009926708,-0.9866648,-0.1624622),(0.07310041,-0.9756597,-0.2067478),(0.4127694,-0.8961018,0.1631653),(0.6151842,-0.731102,0.2950226),(0.7444955,-0.5867244,0.3185607),(0.5494896,-0.8169842,0.1749226),(0.8164276,-0.4213712,0.3948318),(0.9265208,0.08333189,0.3668994),(0.8900989,0.249442,0.3814481),(0.8799685,-0.2297879,0.415756),(0.9018101,-0.02875921,0.4311747),(0.845969,-0.4026058,0.3496353),(0.8319706,0.395939,0.3886608),(0.7597626,0.5213416,0.3885404),(0.8850106,0.1648447,0.4354106),(0.9061862,-0.1944697,0.3755104),(0.6858724,-0.6972497,0.2083786),(0.8061131,-0.5350777,0.2527323),(0.8282763,0.5066471,0.2393052),(0.6887472,0.7062657,0.1637558),(0.5980178,0.7824183,0.1737716),(0.7465578,0.6143179,0.2554705),(0.5744392,0.8054593,0.1457903),(0.4815297,0.8613179,0.1620515),(0.3934414,0.9066908,0.1520383),(0.4829998,0.8634355,0.1455692),(0.4013596,0.9048142,0.1422027),(0.5127772,0.8393591,0.1803765),(0.3182531,0.9378524,0.1383757),(0.2583953,0.9579486,0.1247651),(0.3322008,0.9328047,0.1397073),(0.4357011,0.880437,0.1870705),(0.6626369,0.6998984,0.2665606),(0.5801519,0.7667693,0.2747521),(0.3894676,0.9027198,0.1827894),(0.2839312,0.9408521,0.1848792),(0.2145685,0.9631257,0.1623243),(0.3084948,0.936787,0.1651097),(0.1675668,0.9722048,0.1635208),(0.04485348,0.9923496,0.1150236),(0.01628066,0.9955687,0.09261753),(0.11549,0.9834845,0.1393568),(0.08154576,0.9900845,0.1143806),(0.1627542,0.9771345,0.1368184),(0.00418777,0.9973279,0.07293542),(0.005106603,0.9985565,0.05346837),(0.06412436,0.9940277,0.08830084),(0.1286542,0.9855869,0.1098482),(0.2430266,0.9593352,0.1435762),(0.1946416,0.9733837,0.1209912),(-0.06723972,0.9964043,0.05154733),(-0.1561304,0.987681,-0.01047323),(-0.1386579,0.9897367,-0.03457209),(-0.07077426,0.9970288,0.03040704),(-0.2261312,0.9717679,-0.06731877),(-0.2822555,0.9521856,-0.1169377),(-0.2391945,0.9584851,-0.1552167),(-0.19286,0.9763525,-0.0976774),(-0.1596545,0.9806952,-0.1129042),(-0.1147271,0.9922794,-0.04711036),(-0.2024156,0.96325,-0.1765713),(-0.174987,0.9670464,-0.1849346),(-0.1308638,0.9843442,-0.1180722),(-0.08925822,0.9945794,-0.05333789),(-0.06196669,0.9979432,0.01642051),(-0.04551448,0.9989502,0.005178681),(-0.3236848,0.9335041,-0.1542669),(-0.3465088,0.9213408,-0.1762459),(-0.291642,0.9306134,-0.2211417),(-0.2744754,0.9409515,-0.1981756),(-0.34955,0.9183589,-0.1855578),(-0.3310645,0.925366,-0.1846459),(-0.2614244,0.9395416,-0.2211762),(-0.2882918,0.9300663,-0.227738),(-0.2394901,0.937102,-0.2539375),(-0.2493733,0.9357924,-0.24921),(-0.2024484,0.9487398,-0.2427086),(-0.1528947,0.9565319,-0.2483348),(-0.20276,0.9429025,-0.2642411),(-0.2202294,0.9396992,-0.2616573),(-0.2359758,0.9453846,-0.2248626),(-0.2098171,0.9486333,-0.2367948),(-0.2817657,0.9453916,-0.1638382),(-0.1809154,0.9787212,-0.09682077),(-0.09346931,0.9881682,-0.1216017),(-0.2027963,0.9597329,-0.1943875),(0.01804019,0.9975655,0.06736229),(0.3807566,0.839271,0.3881346),(0.4335695,0.8100801,0.3946997),(0.1065972,0.9929168,0.05247021),(0.1791346,0.9830599,0.0387797),(-0.01467134,0.9906065,-0.1359538),(0.456921,0.8031937,0.3822343),(0.237637,0.9710063,0.02598673),(0.458531,0.8182508,0.3467206),(0.05709807,0.9886936,-0.138653),(-0.1323441,0.9684094,-0.211349),(-0.06859269,0.9745952,-0.2132116),(0.648439,0.4640943,0.603443),(0.7253746,0.2607022,0.6370761),(0.6636254,0.2577524,0.702257),(0.6321226,0.4374801,0.6395563),(0.7419584,0.2189977,0.63367),(0.7105311,0.3002256,0.6364042),(0.5754195,0.3850797,0.7215303),(0.6474413,0.2500218,0.7199367),(0.530614,0.3271241,0.7819454),(0.5857876,0.3076007,0.7498232),(0.4091999,0.5018928,0.7620099),(0.2173101,0.6429965,0.7343921),(0.3890851,0.4540316,0.801541),(0.4919355,0.414592,0.7655801),(0.5957078,0.4642444,0.6554461),(0.5446111,0.5434911,0.6387615),(0.604672,0.4460749,0.6598401),(0.4211617,0.5763156,0.7003451),(0.170662,0.694528,0.6989315),(0.4072599,0.5756695,0.7090445),(0.1924429,0.6588534,0.72724),(-0.01982215,0.6867802,0.7265949),(-0.2523133,0.6860714,0.6823812),(-0.06827965,0.7220806,0.6884311),(-0.2919133,0.7534632,0.5891348),(-0.07236358,0.7827157,0.6181582),(-0.4406815,0.6689459,0.598591),(-0.472308,0.7601998,0.4461181),(-0.5942495,0.6398171,0.4873413),(-0.2803943,0.837197,0.4695533),(0.1850556,0.7049108,0.6847301),(-0.03531691,0.8163656,0.5764545),(-0.1810567,0.6786362,0.7118085),(-0.2999654,0.6517153,0.6966261),(-0.3791839,0.631245,0.6765718),(-0.4749729,0.5799401,0.6618687),(-0.4003655,0.6129985,0.6811317),(-0.4999232,0.560385,0.6603374),(-0.5610382,0.5320364,0.6341713),(-0.651361,0.4816593,0.5862877),(-0.6113656,0.5101718,0.6049436),(-0.6824123,0.4568399,0.5706233),(-0.7580777,0.4138819,0.5040042),(-0.7746423,0.3818786,0.5040812),(-0.8298376,0.3502071,0.4344244),(-0.7214413,0.4387553,0.5357388),(-0.5363421,0.579935,0.6131986),(-0.665839,0.5241162,0.5309997),(-0.6032303,0.4880919,0.6307769),(-0.7003386,0.3973474,0.5929932),(-0.7406739,0.415755,0.5277782),(-0.8138193,0.3315709,0.4772408),(-0.7787808,0.3027098,0.5494243),(-0.8322574,0.2224897,0.5077853),(-0.8635873,0.2446503,0.4408666),(-0.8884181,0.1718145,0.4256677),(-0.8731311,0.3037526,0.3812827),(-0.8994157,0.2403446,0.3650834),(-0.9045151,0.1849374,0.3842533),(-0.8978957,0.2820382,0.3379905),(-0.8847433,0.25792,0.3882095),(-0.8934166,0.3055212,0.3293381),(-0.8259829,0.3650933,0.4294872),(-0.872181,0.3285335,0.3624444),(-0.8637015,0.1695197,0.4746397),(-0.8803958,0.1438147,0.4519078),(-0.8955597,0.1277333,0.4262124),(-0.8934526,0.1147791,0.4342446),(-0.8870679,0.1393293,0.4401114),(-0.8858943,0.1505647,0.4387729),(-0.8670676,0.1551145,0.473427),(-0.884018,0.1259893,0.4501543),(-0.8513871,0.1623166,0.4987917),(-0.8764862,0.145542,0.4589005),(-0.8178587,0.196404,0.5408629),(-0.7319582,0.2796535,0.621314),(-0.7817795,0.2540291,0.5694647),(-0.8232799,0.2406189,0.5141134),(-0.8942865,0.1513289,0.4211308),(-0.8575265,0.241447,0.4542597),(-0.8718711,0.1656314,0.4608765),(-0.8370452,0.1731377,0.519017),(-0.7780844,0.2144501,0.5904199),(-0.8350959,0.1891454,0.5165645),(-0.7739439,0.1685056,0.6104233),(-0.6717681,0.1480546,0.7258151),(-0.5651325,0.2095378,0.7979469),(-0.6898635,0.2234081,0.6886054),(-0.58744,0.2719914,0.7621909),(-0.6912256,0.2635267,0.6728752),(-0.4583692,0.2529697,0.8520001),(-0.3683531,0.290474,0.8831427),(-0.4795327,0.3218495,0.8163707),(-0.5814353,0.3251894,0.7457781),(-0.7675952,0.2351253,0.5962498),(-0.6670485,0.3079121,0.6784074),(-0.5596955,0.1349856,0.8176306),(-0.4877859,0.1501085,0.8599607),(-0.3843437,0.2179056,0.8971049),(-0.4451879,0.1987401,0.8731037),(-0.4716943,0.1816486,0.8628489),(-0.5236459,0.2135249,0.8247436),(-0.4906845,0.3051001,0.8161756),(-0.3950306,0.2586282,0.8815113),(-0.36153,0.2966816,0.8838984),(-0.3158109,0.2510512,0.9150065),(-0.502905,0.3579595,0.7867348),(-0.5605962,0.378257,0.7366502),(-0.3786536,0.3080878,0.8727562),(-0.2932054,0.2650741,0.9185675),(-0.3510834,0.2352629,0.9063067),(-0.2922381,0.2600298,0.9203159),(-0.6318732,0.2244294,0.7418678),(-0.7754259,0.2133245,0.5943125),(-0.8128114,0.2927233,0.5036376),(-0.6445016,0.3208619,0.6940211),(-0.9215645,0.202087,0.3314812),(-0.9765162,0.20322,-0.07153805),(-0.9613523,0.2057897,-0.1828997),(-0.9466577,0.2459052,0.2082548),(-0.9617344,0.2670815,0.06111056),(-0.8633576,0.3401789,0.3726821),(-0.934832,0.1999567,-0.293439),(-0.8989722,0.1899051,-0.3946961),(-0.9588889,0.2697038,-0.08827157),(-0.9085963,0.3562223,0.2180794),(-0.6931079,0.3810772,0.6118673),(-0.7653682,0.4057913,0.4995449),(-0.8917329,0.1895077,-0.4109736),(-0.8081819,0.1583946,-0.567233),(-0.7779381,0.1345979,-0.6137553),(-0.8585318,0.1693347,-0.4839925),(-0.7771728,0.125987,-0.6165466),(-0.7979179,0.1026942,-0.5939536),(-0.7945065,0.08887903,-0.6007162),(-0.7577837,0.1056655,-0.6438934),(-0.7423586,0.08739873,-0.664278),(-0.7493986,0.113088,-0.6523901),(-0.7963396,0.07683937,-0.5999491),(-0.802898,0.06713122,-0.5923244),(-0.7306122,0.07157975,-0.6790302),(-0.7225721,0.09447939,-0.6848089),(-0.8226244,0.1496782,-0.5485304),(-0.7851745,0.1323023,-0.6049771),(-0.8502805,0.0946918,-0.5177417),(-0.9173198,0.09845021,-0.3857872),(-0.9310229,0.1027984,-0.3501838),(-0.8598222,0.08941539,-0.5027035),(-0.9819723,0.104284,-0.1576559),(-0.9728347,0.1056464,0.2059888),(-0.9489623,0.1219573,0.2908556),(-0.9882066,0.1172053,-0.09854216),(-0.9907886,0.1319564,-0.0304246),(-0.9462873,0.1089243,-0.3044275),(-0.9151182,0.1393959,0.3783221),(-0.8707089,0.1580887,0.4656974),(-0.9877494,0.1491116,0.04600775),(-0.9614865,0.1176469,-0.248401),(-0.8738601,0.08585914,-0.4785362),(-0.8913674,0.08479314,-0.4452803),(-0.8167177,0.1124355,0.5659774),(-0.5749434,0.1318095,0.8075062),(-0.4710334,0.1370244,0.8714079),(-0.745462,0.1245392,0.6548102),(-0.2698191,0.139854,0.9527007),(0.1066845,0.1060321,0.9886231),(0.1928707,0.09845493,0.9762722),(-0.159571,0.1382295,0.9774609),(-0.0568762,0.1338285,0.989371),(-0.3637905,0.1396555,0.9209521),(0.2630831,0.09007608,0.960559),(0.3174707,0.08212376,0.9447053),(0.035022,0.1277815,0.9911839),(-0.2579744,0.1402282,0.9559212),(-0.6634132,0.1357726,0.735832),(-0.5734815,0.146177,0.8060715),(0.4437553,0.04574134,0.8949799),(0.6422874,0.002955685,0.7664583),(0.6651983,-0.0194889,0.7464124),(0.4932993,0.03176398,0.8692796),(0.7529936,-0.02387648,0.6575945),(0.815596,-0.04787831,0.5766374),(0.804379,-0.08218966,0.5884039),(0.7571767,-0.05427158,0.6509516),(0.7501614,-0.08233933,0.6561083),(0.6737131,-0.03925441,0.7379496),(0.7848701,-0.1154382,0.6088126),(0.7567561,-0.1478291,0.6367628),(0.732035,-0.1079535,0.6726596),(0.6688116,-0.05584276,0.7413316),(0.5256236,0.01948743,0.850494),(0.5423467,0.009778679,0.8400979),(0.8436654,-0.0738494,0.5317658),(0.8393593,-0.09764136,0.5347356),(0.8024904,-0.1278777,0.5828005),(0.8192174,-0.1075411,0.5633097),(0.8024875,-0.1166073,0.5851637),(0.7233482,-0.1290873,0.6783095),(0.6477987,-0.1462274,0.7476458),(0.7498932,-0.1411096,0.6463344),(0.6910028,-0.1639311,0.7040183),(0.7598016,-0.1579041,0.6306884),(0.5635288,-0.1591609,0.810619),(0.4706774,-0.1683348,0.8660982),(0.6269558,-0.1856547,0.75661),(0.7119917,-0.1882288,0.6764893),(0.7883573,-0.1412191,0.5987904),(0.7510861,-0.1752737,0.6365131),(0.601005,-0.1398948,0.786907),(0.4342753,-0.1466965,0.8887548),(0.3015658,-0.1527313,0.941133),(0.4973028,-0.1504698,0.8544289),(0.2044402,-0.1334952,0.9697336),(-0.1008323,-0.08958538,0.990862),(-0.2746106,-0.08384099,0.9578934),(0.04509127,-0.1348998,0.9898328),(-0.1254389,-0.1304783,0.9834839),(0.1544985,-0.1518134,0.9762597),(-0.4465701,-0.07492704,0.8916059),(-0.6096234,-0.0667764,0.7898735),(-0.3061138,-0.1225361,0.9440759),(-0.009575199,-0.1450442,0.9893789),(0.3812549,-0.1546349,0.9114454),(0.2507904,-0.1528253,0.955902),(-0.4131218,-0.04171979,0.9097196),(-0.6627635,-0.01590554,0.7486598),(-0.7890912,0.00156253,0.614274),(-0.5749523,-0.02842529,0.817693),(-0.8465631,0.002456774,0.5322827),(-0.9619277,0.03134013,0.2715015),(-0.9916524,0.04738915,0.1199149),(-0.9255067,0.02052896,0.3781746),(-0.9741037,0.03835318,0.2228253),(-0.8857202,0.01836417,0.4638562),(-0.9977079,0.06410755,-0.02166239),(-0.9857389,0.07843327,-0.1488861),(-0.9958464,0.05217297,0.07461861),(-0.9510601,0.03000802,0.3075453),(-0.717481,-0.01475035,0.696422),(-0.8336189,-0.005529593,0.5523123),(-0.9982564,0.0571572,0.01473661),(-0.9814212,0.05970742,-0.1823388),(-0.9542204,0.07103444,-0.2905469),(-0.9905115,0.07058029,-0.1179204),(-0.9448482,0.04695093,-0.3241256),(-0.9058251,0.03178461,-0.4224578),(-0.8768367,0.03469408,-0.4795348),(-0.9117303,0.05540854,-0.4070354),(-0.8770432,0.0662754,-0.4758179),(-0.919989,0.08436679,-0.3827562),(-0.8498213,0.04022093,-0.525534),(-0.843393,0.0785128,-0.5315298),(-0.8259555,0.04811113,-0.5616787),(-0.8827784,0.09792616,-0.4594701),(-0.9681883,0.08545702,-0.2351774),(-0.9366185,0.09935637,-0.3359673),(-0.881704,0.0131506,-0.4716197),(-0.8865044,-0.01844762,-0.4623522),(-0.8777589,-0.02853024,-0.4782523),(-0.8626074,0.009233226,-0.5057897),(-0.9177282,-0.06672658,-0.391564),(-0.9596856,-0.1323877,-0.2479457),(-0.9615427,-0.1550626,-0.2266965),(-0.9171258,-0.08310773,-0.3898374),(-0.9183187,-0.09889536,-0.3832891),(-0.8720688,-0.03693083,-0.4879878),(-0.9631363,-0.178107,-0.2016094),(-0.9640545,-0.2007063,-0.1741143),(-0.9207174,-0.1131592,-0.3734629),(-0.8689879,-0.04286731,-0.492973),(-0.8468342,0.00774163,-0.5318008),(-0.8344874,0.009070802,-0.5509526),(-0.9790807,-0.1941876,-0.06076375),(-0.9550363,-0.2497112,0.1598438),(-0.9384021,-0.2745066,0.2098758),(-0.9751899,-0.2202862,-0.02187737),(-0.8260382,-0.3232964,0.4616711),(-0.4114897,-0.3953069,0.8212239),(-0.3692218,-0.3976077,0.8399901),(-0.7905104,-0.3400447,0.5093752),(-0.7519,-0.3565444,0.5545472),(-0.9175171,-0.2998334,0.2612706),(-0.3333077,-0.4008775,0.8533482),(-0.3061401,-0.4053294,0.8613862),(-0.7116739,-0.3722911,0.5957513),(-0.8925243,-0.3249877,0.3127033),(-0.9687641,-0.2471771,0.01999047),(-0.9595684,-0.274183,0.0636567),(0.08248495,-0.366246,0.926855),(0.2864331,-0.3248987,0.9013306),(0.2912946,-0.3348524,0.8961146),(0.1048088,-0.3672265,0.9242076),(0.3270401,-0.3192069,0.8894671),(0.262286,-0.3583225,0.8959973),(0.2122362,-0.3901169,0.8959714),(0.3114014,-0.3401765,0.8873045),(0.2864946,-0.3693107,0.884042),(0.2850396,-0.3520745,0.8915133),(0.1540683,-0.4283364,0.8903881),(0.08719492,-0.4710859,0.8777671),(0.2498562,-0.4063196,0.8789063),(0.2650307,-0.3767649,0.8875849),(0.1146048,-0.3731574,0.9206625),(0.1096442,-0.3842966,0.9166757),(0.1301345,-0.4359648,0.8905054),(-0.04568881,-0.5274211,0.8483745),(-0.1523453,-0.557275,0.8162326),(0.04165195,-0.4722605,0.8804743),(-0.2831831,-0.5929433,0.7538074),(-0.5678353,-0.5743213,0.5896764),(-0.6107883,-0.5824304,0.5363883),(-0.3746222,-0.60813,0.699883),(-0.4554904,-0.6148028,0.6438524),(-0.2556909,-0.5808242,0.7728295),(-0.6453489,-0.5846962,0.4915843),(-0.6725311,-0.5819185,0.4572448),(-0.5244604,-0.6131636,0.5907383),(-0.3513516,-0.5957048,0.7222797),(-0.05167597,-0.509079,0.8591672),(-0.1467738,-0.5429247,0.8268556),(-0.7506799,-0.4976237,0.4345691),(-0.7906539,-0.4704523,0.391843),(-0.784568,-0.4918049,0.377599),(-0.7576821,-0.5135244,0.4027534),(-0.7205337,-0.5182303,0.4607262),(-0.4658742,-0.6184886,0.6327977),(-0.4222254,-0.6386479,0.6433154),(-0.7030813,-0.5417706,0.4606096),(-0.6779476,-0.5631406,0.4725037),(-0.7730966,-0.5108259,0.3760033),(-0.3677636,-0.6534984,0.6615813),(-0.3033005,-0.661549,0.6858292),(-0.6454572,-0.5812384,0.4955268),(-0.7568383,-0.5269946,0.3866164),(-0.7597101,-0.5256012,0.3828629),(-0.7577313,-0.5340333,0.3750359),(-0.09308328,-0.6377563,0.7645929),(0.2199361,-0.5574203,0.800569),(0.2978427,-0.5342119,0.7911431),(-0.02190445,-0.6382625,0.7695072),(0.4876582,-0.417569,0.7666979),(0.7284762,-0.2192715,0.6490319),(0.7809837,-0.1596771,0.6037944),(0.5579553,-0.3737859,0.7409251),(0.6286286,-0.3214467,0.7081654),(0.3816148,-0.5006438,0.7769982),(0.8279256,-0.09645694,0.552481),(0.867421,-0.03199861,0.4965452),(0.6968343,-0.2616048,0.6678208),(0.4685131,-0.4566159,0.756305),(0.05938366,-0.6293644,0.7748381),(0.1487937,-0.6100363,0.7782776),(0.8857585,0.007667211,0.464083),(0.9381527,0.204506,0.2793687),(0.9410099,0.2594694,0.2172005),(0.9124686,0.07208224,0.4027469),(0.927256,0.3601582,0.1023823),(0.8782661,0.4711519,-0.08163643),(0.8656414,0.4904843,-0.1004488),(0.9157535,0.3979495,0.05506102),(0.9047603,0.4257866,0.01070872),(0.9389954,0.3060175,0.1569744),(0.8575779,0.5006777,-0.1178221),(0.8958882,0.4433149,-0.02926203),(0.854651,0.5017562,-0.1334629),(0.9339604,0.342716,0.1013101),(0.9311344,0.13304,0.3395424),(0.9421701,0.1879352,0.2774813),(0.8238019,0.5211933,-0.2229528),(0.812612,0.51859,-0.2659439),(0.8216172,0.5285423,-0.2135138),(0.820603,0.5192477,-0.238731),(0.8511598,0.4804041,-0.2115154),(0.917556,0.3950588,-0.04493891),(0.92519,0.3794387,0.007053666),(0.8637712,0.4740184,-0.1708969),(0.8784091,0.4597919,-0.1303413),(0.8325997,0.5118911,-0.211531),(0.9324853,0.3566553,0.0571688),(0.9392884,0.3271265,0.1035639),(0.8944184,0.4377323,-0.09168577),(0.848012,0.496388,-0.1856729),(0.8246033,0.527606,-0.2041112),(0.832563,0.5183398,-0.1953532),(0.9507908,0.2881489,0.1138733),(0.9648277,0.2213823,0.1417652),(0.9593038,0.1990795,0.2002588),(0.9486177,0.2661571,0.1711284),(0.9771557,0.2077997,0.04456539),(0.949598,0.2519622,-0.1864905),(0.9765795,0.1898325,0.1012713),(0.9599624,0.2429736,-0.1394134),(0.9517235,0.172126,0.2541558),(0.9736536,0.1678537,0.1543498),(0.9685177,0.2307099,-0.09352134),(0.9688628,0.1425141,0.2024712),(0.9751682,0.2156598,-0.05037797),(0.9427065,0.1412389,0.3022516),(0.944893,0.2384284,0.2243412),(0.9400342,0.2056402,0.2721175),(0.8564166,0.3003139,-0.419955),(0.7773244,0.3189059,-0.5422783),(0.8712387,0.2995458,-0.3888644),(0.7881795,0.3210255,-0.5250864),(0.7431929,0.3242323,-0.5852673),(0.7566457,0.3265405,-0.5664437),(0.7459239,0.3256365,-0.5809979),(0.7486538,0.3250887,-0.5777843),(0.8008583,0.3224435,-0.5046346),(0.7524581,0.3271283,-0.5716588),(0.7463527,0.3236711,-0.5815451),(0.762073,0.3287469,-0.5578265),(0.7496353,0.3222519,-0.5781008),(0.8144101,0.3232935,-0.4818895),(0.8859382,0.2968005,-0.356403),(0.8997551,0.2923611,-0.3239843),(0.795759,0.3341656,-0.5050752),(0.839288,0.3500066,-0.4160421),(0.7782868,0.3283329,-0.5352263),(0.8168029,0.3391266,-0.4667185),(0.8819118,0.368828,-0.2935941),(0.9130366,0.3856143,-0.1329128),(0.8600554,0.3541386,-0.3672744),(0.8996468,0.3699638,-0.231867),(0.7993903,0.3259367,-0.5047181),(0.8399756,0.3352639,-0.4266605),(0.8826376,0.3480835,-0.3158935),(0.8242493,0.3122089,-0.4723755),(0.8653523,0.3199591,-0.3857351),(0.7887704,0.3103964,-0.5305614),(0.7671779,0.3216301,-0.5549704),(0.7632319,0.3139924,-0.5646998),(0.9160802,0.3974502,0.05320247),(0.8807287,0.3951128,0.2611568),(0.9208871,0.3837656,-0.06848867),(0.9138641,0.3871714,0.1222728),(0.786869,0.3554434,0.504477),(0.5832558,0.2522176,0.7721391),(0.861868,0.3626196,0.3545289),(0.7208882,0.2922685,0.6284101),(0.9291641,0.3696393,-0.004593913),(0.9098704,0.3573742,0.2107593),(0.8222547,0.3139625,0.4746839),(0.9374025,0.3400719,0.07501764),(0.8921576,0.3176312,0.3211937),(0.9318425,0.3423863,-0.1201716),(0.9153973,0.3620848,-0.1759045),(0.9037141,0.332254,-0.2700147),(0.2688094,0.1197726,0.9557176),(-0.06489082,0.01370516,0.9977982),(0.4701167,0.1993015,0.8598077),(0.1564433,0.1135403,0.9811392),(-0.3677458,-0.08797541,0.9257555),(-0.6084788,-0.2170312,0.7633157),(-0.1840665,0.005252164,0.9828998),(-0.502912,-0.1538027,0.8505435),(0.3780511,0.1977906,0.9044092),(0.04003993,0.09907862,0.9942737),(-0.3453713,-0.07496882,0.9354669),(0.2800511,0.1738236,0.944117),(-0.1268547,0.008612016,0.9918839),(0.5727291,0.2524012,0.7799199),(0.640017,0.2565473,0.7242663),(0.7703551,0.287237,0.5692521),(-0.7380546,-0.3189752,0.594584),(-0.7803845,-0.3484027,0.5192451),(-0.7733486,-0.3156199,0.5498326),(-0.6967958,-0.2805656,0.6601201),(-0.7778391,-0.3235861,0.5387564),(-0.7179909,-0.2483292,0.6502475),(-0.7681928,-0.2316754,0.5968302),(-0.7956658,-0.2930907,0.5301074),(-0.7992358,-0.2443477,0.5491052),(-0.7469655,-0.263945,0.6102257),(-0.8018967,-0.1972472,0.5639639),(-0.819847,-0.1440404,0.5541689),(-0.7819362,-0.1763352,0.5978978),(-0.685643,-0.1930943,0.7018606),(-0.6220443,-0.2228881,0.7505877),(-0.490769,-0.1478074,0.8586611),(-0.5866032,-0.1588291,0.7941474),(-0.3953117,-0.08231098,0.9148517),(-0.6844394,-0.1639389,0.710399),(-0.5471305,-0.1051612,0.8304151),(-0.1304335,0.01185963,0.9913861),(0.2238236,0.1433888,0.9640241),(-0.3382523,-0.02795308,0.9406403),(-0.02897842,0.08276944,0.9961473),(-0.6687412,-0.1071687,0.7357309),(-0.5141922,-0.04377856,0.856557),(-0.2636961,0.0517385,0.9632172),(-0.6576256,-0.03174635,0.7526757),(-0.4620548,0.05870888,0.8849059),(-0.7640747,-0.08631893,0.6393268),(-0.7586114,-0.150217,0.6339902),(-0.8133799,-0.1165979,0.5699281),(0.5667689,0.2329643,0.7902536),(0.7773956,0.2048722,0.5947129),(0.3267547,0.1623911,0.9310535),(0.5997121,0.1351252,0.7887246),(0.8865724,0.09895309,0.4518824),(0.9303644,-0.03825426,0.3646353),(0.7665343,0.02836303,0.6415767),(0.8478627,-0.1062935,0.5194522),(0.3478453,0.1066357,0.9314679),(0.5666538,0.01350557,0.8238453),(0.7056224,-0.1099753,0.7000017),(0.3098129,0.0712753,0.9481223),(0.4965096,-0.03101996,0.8674768),(0.07479133,0.1362814,0.987843),(0.05657713,0.1244085,0.9906167),(-0.1930051,0.1346257,0.9719181),(0.9344975,-0.1699414,0.3127851),(0.9181591,-0.2794818,0.2808445),(0.872026,-0.3333224,0.3584228),(0.8745457,-0.2312714,0.4262433),(0.8891434,-0.3690823,0.2705591),(0.851769,-0.4398419,0.2846552),(0.8305466,-0.468863,0.3005995),(0.8543767,-0.4125097,0.3160321),(0.8094559,-0.3270561,0.4876631),(0.8155558,-0.4033639,0.4149292),(0.8112572,-0.4556679,0.3663722),(0.7512792,-0.3354239,0.5683929),(0.7743604,-0.4016596,0.4889126),(0.707506,-0.2477824,0.6618453),(0.7793514,-0.228119,0.5835863),(0.6279246,-0.1431691,0.7649922),(0.8121256,-0.490128,0.3165859),(0.7744306,-0.5248619,0.3532381),(0.8036603,-0.5064672,0.3124438),(0.7706637,-0.5361778,0.34437),(0.7363259,-0.5573136,0.3837001),(0.6953485,-0.5999267,0.3956999),(0.7258628,-0.5709577,0.3835759),(0.6634277,-0.622432,0.4152615),(0.7670471,-0.5300171,0.3615531),(0.7142345,-0.5783438,0.3941921),(0.6301589,-0.6446097,0.4328718),(0.6891785,-0.587845,0.4236405),(0.5902986,-0.669813,0.4504421),(0.7484475,-0.5165077,0.4159879),(0.7973135,-0.4927034,0.3486181),(0.7756581,-0.4564995,0.4358473),(0.6623118,-0.6505795,0.3716037),(0.6519338,-0.693514,0.306628),(0.6070902,-0.6807156,0.4099608),(0.5889837,-0.7260926,0.3548067),(0.6663477,-0.713921,0.2151691),(0.7059692,-0.6990551,0.1137076),(0.6125049,-0.7449307,0.2644162),(0.675406,-0.7212822,0.1535536),(0.5275658,-0.7510025,0.3970765),(0.5619486,-0.7643663,0.3161611),(0.6499395,-0.7318088,0.2050233),(0.524499,-0.769144,0.3651278),(0.6343065,-0.7264213,0.2645137),(0.4775623,-0.7667857,0.4289217),(0.5516198,-0.7085962,0.4400078),(0.5002657,-0.734089,0.4591814),(0.7434058,-0.6678306,0.03674098),(0.757987,-0.6522586,0.003786782),(0.7341055,-0.6760516,0.06358718),(0.7595422,-0.6500661,0.02257163),(0.7516778,-0.6595153,0.004486992),(0.7209434,-0.6923295,0.03034138),(0.7272217,-0.6847016,0.04829455),(0.7578853,-0.652075,0.020197),(0.7700759,-0.6359049,0.05106882),(0.7673579,-0.6386052,0.05783897),(0.7399123,-0.6679879,0.07951188),(0.7564886,-0.6419687,0.1249048),(0.7856848,-0.6107863,0.09818018),(0.7794847,-0.6166481,0.1102218),(0.7310683,-0.6739389,0.1065152),(0.7342666,-0.6585709,0.1647329),(0.6783725,-0.7322874,0.05971517),(0.6425343,-0.7625428,0.07535326),(0.6821879,-0.7263983,0.08345754),(0.6436405,-0.7580639,0.1051955),(0.615436,-0.7842801,0.0783781),(0.5982736,-0.7982246,0.07004405),(0.6131536,-0.7818607,0.1128563),(0.5914482,-0.7993671,0.1058354),(0.6507872,-0.7449163,0.1468871),(0.6145493,-0.7724421,0.1601946),(0.5843642,-0.7962728,0.1564225),(0.6178873,-0.7546647,0.2206727),(0.5750626,-0.7873602,0.222187),(0.6621168,-0.7220122,0.200748),(0.6928867,-0.7111362,0.1191354),(0.7083149,-0.68579,0.1672787),(0.5848358,-0.8091796,0.05652954),(0.5688754,-0.8212163,0.04454834),(0.5735238,-0.8144021,0.08842982),(0.5550715,-0.8290423,0.06770889),(0.5511223,-0.8336244,0.03653029),(0.5322611,-0.845857,0.03498367),(0.5377848,-0.8416709,0.04875914),(0.5233863,-0.8512988,0.03683885),(0.536424,-0.8370925,0.1073566),(0.5211578,-0.8500085,0.07668244),(0.5153797,-0.8553069,0.05323528),(0.5003688,-0.8574412,0.1201068),(0.5089359,-0.8567455,0.08349558),(0.5110283,-0.8438342,0.1636886),(0.5584053,-0.818231,0.1366798),(0.5372433,-0.8189596,0.2016799),(0.5163753,-0.8554509,0.03950042),(0.5069944,-0.8606049,0.04812164),(0.5142822,-0.8569281,0.0344714),(0.5112532,-0.8584854,0.04028501),(0.5037206,-0.8617707,0.06013867),(0.5061712,-0.8591863,0.07476385),(0.5131254,-0.8567632,0.0515671),(0.5188473,-0.8523548,0.06548743),(0.5229594,-0.8509945,0.04818507),(0.5297705,-0.8459775,0.06054278),(0.5359647,-0.8409045,0.07497578),(0.5540023,-0.8279659,0.08691292),(0.5560278,-0.8246437,0.103903),(0.5435934,-0.8363299,0.07112391),(0.5174388,-0.8545973,0.04382278),(0.5275304,-0.8469182,0.06664316),(0.5077729,-0.8563827,0.09367712),(0.5015471,-0.8571305,0.1173786),(0.5211653,-0.8494644,0.08244436),(0.5129046,-0.8522535,0.1029216),(0.4864562,-0.861982,0.142644),(0.4616033,-0.8713838,0.1661706),(0.4931207,-0.8610505,0.1241933),(0.4608421,-0.8758195,0.1434043),(0.5212346,-0.8470887,0.1037075),(0.4939098,-0.8616197,0.1168959),(0.4521558,-0.8827924,0.1274083),(0.4845414,-0.8661506,0.1224855),(0.4316117,-0.8941109,0.1194861),(0.5225151,-0.8439258,0.12152),(0.5350365,-0.8400952,0.08930965),(0.5462298,-0.8296055,0.1157048),(0.4300385,-0.883758,0.184496),(0.3956231,-0.8970144,0.1970977),(0.4215867,-0.8931738,0.1565421),(0.3820346,-0.9096767,0.1629044),(0.3588402,-0.9102736,0.2064846),(0.320104,-0.9226223,0.2151777),(0.3430707,-0.9244976,0.1661523),(0.3054914,-0.9368929,0.1700197),(0.3597277,-0.9241798,0.1284043),(0.3202323,-0.9392948,0.1231933),(0.2869404,-0.9503003,0.1208085),(0.2892575,-0.9541016,0.07758918),(0.2646147,-0.9620075,0.0672356),(0.3265041,-0.9405183,0.09391686),(0.4041784,-0.9051878,0.1314332),(0.3746558,-0.9206249,0.1099227),(0.2813371,-0.9330904,0.2240352),(0.2440944,-0.9416451,0.231781),(0.268727,-0.9468457,0.1768305),(0.2313439,-0.9550443,0.1853927),(0.208095,-0.9490652,0.2365834),(0.1729808,-0.9560861,0.2365948),(0.1926329,-0.962238,0.1923295),(0.1518735,-0.9691262,0.1942388),(0.2199996,-0.9659652,0.1360573),(0.1791968,-0.9726891,0.1475283),(0.1318682,-0.9791523,0.1545036),(0.1704064,-0.9801429,0.1013985),(0.1157859,-0.9863951,0.1166977),(0.2121489,-0.9737027,0.08304217),(0.2554767,-0.9586481,0.1254014),(0.2428504,-0.9675931,0.06918895),(0.1419673,-0.9627672,0.2300533),(0.1188141,-0.9688743,0.2171768),(0.114648,-0.9755106,0.1877095),(0.08739877,-0.9811153,0.1725522),(0.1040598,-0.9742331,0.2001035),(0.09823858,-0.9785746,0.1809442),(0.07084472,-0.9858682,0.1518056),(0.06568675,-0.9895379,0.1284525),(0.05553611,-0.9889866,0.1371907),(0.03785869,-0.9925027,0.1162117),(0.03500806,-0.9951019,0.09244832),(0.008779224,-0.9956717,0.09252517),(0.01048588,-0.9973597,0.0718582),(0.02645128,-0.993529,0.1104555),(0.08717646,-0.9846295,0.1513437),(0.06248589,-0.9907623,0.1203558),(0.09448607,-0.9820815,0.1630594),(0.08561539,-0.9851199,0.1490263),(0.06401918,-0.9922254,0.1067251),(0.05748847,-0.9943291,0.08946908),(0.07159687,-0.9876707,0.1392143),(0.0524279,-0.9895947,0.1339912),(0.04601736,-0.9959893,0.07673041),(0.02955105,-0.9972105,0.06854129),(0.03445528,-0.9978818,0.0551791),(0.0261484,-0.9987061,0.04361737),(0.01214838,-0.9992949,0.03552777),(0.01545042,-0.9991444,0.03836361),(0.002148051,-0.9994325,0.0336164),(0.02088613,-0.9987844,0.04464873),(0.03731805,-0.9967674,0.07114897),(0.01903211,-0.9983062,0.05497812),(0.03579725,-0.9906222,0.1318565),(0.02943872,-0.9909643,0.1308546),(0.01544312,-0.9978849,0.06314449),(0.01108972,-0.9982244,0.05852578),(0.03332311,-0.9908859,0.130518),(0.04736369,-0.9903384,0.1303319),(0.01643663,-0.9983938,0.054219),(0.03140027,-0.9982685,0.04973739),(-0.00347968,-0.999786,0.02039209),(0.002399252,-0.9999331,0.01131347),(0.01741127,-0.9998477,0.001179224),(-0.01034121,-0.999946,0.0009510696),(0.003598665,-0.9998623,-0.01620028),(-0.01511819,-0.9997652,0.01551757),(-0.0002241819,-0.9995951,0.02845469),(-0.01089557,-0.9995845,0.02668456),(0.0642867,-0.9892461,0.1313753),(0.07684007,-0.987867,0.1349606),(0.04899615,-0.9977229,0.04635072),(0.06231624,-0.9970062,0.04577483),(0.08499697,-0.9863729,0.1408685),(0.08873336,-0.9848683,0.148865),(0.07653164,-0.9955785,0.05446429),(0.07146021,-0.9962703,0.04836278),(0.0496553,-0.9986606,-0.01454107),(0.06102436,-0.9980009,-0.01644289),(0.06966578,-0.9974898,-0.01267605),(0.05326302,-0.9970703,-0.05489989),(0.06880806,-0.9961556,-0.05421836),(0.037657,-0.9981802,-0.04709791),(0.03522536,-0.9993454,-0.008244888),(0.02131756,-0.999216,-0.03335758),(0.09160248,-0.9831454,0.1582217),(0.09720292,-0.9808803,0.1685986),(0.09034412,-0.9930713,0.07514948),(0.08151423,-0.9946425,0.06357484),(0.1055945,-0.9778448,0.1807461),(0.1167882,-0.9737436,0.1954073),(0.1029988,-0.9906395,0.08958048),(0.1193914,-0.9870355,0.1072691),(0.1118264,-0.9932773,0.02991918),(0.09343981,-0.9955626,0.01114483),(0.1341671,-0.9895556,0.05271627),(0.1633657,-0.9861087,0.03002193),(0.1345995,-0.9909,-0.0002109572),(0.1088346,-0.9937338,-0.02545824),(0.07931121,-0.9968447,-0.003197808),(0.08671924,-0.9952593,-0.04403033),(0.1331341,-0.9679728,0.2128478),(0.1570582,-0.9595535,0.2336444),(0.141889,-0.9815592,0.1280973),(0.1729898,-0.9730912,0.1522104),(0.1885857,-0.9473076,0.2589279),(0.2275079,-0.9296629,0.2897706),(0.212745,-0.960326,0.1803153),(0.2609454,-0.9415417,0.2130884),(0.1999313,-0.9739811,0.1067174),(0.2457075,-0.9596378,0.1368326),(0.2996951,-0.9390212,0.168588),(0.2859355,-0.9496225,0.1282895),(0.3399119,-0.9272826,0.1568666),(0.2381434,-0.9664391,0.09634868),(0.1627261,-0.9835368,0.07858424),(0.1971561,-0.9783474,0.06297444),(0.265232,-0.9066503,0.3280811),(0.2931537,-0.8798792,0.3739967),(0.3073107,-0.9174305,0.2527481),(0.3416524,-0.8906231,0.3001068),(0.3110304,-0.8502815,0.4245957),(0.3178823,-0.8348801,0.449362),(0.3637113,-0.8621621,0.3526907),(0.3719692,-0.8474438,0.3787849),(0.3881512,-0.8884807,0.2448281),(0.4120848,-0.8637688,0.2899816),(0.4208774,-0.8515424,0.3126308),(0.4472743,-0.8617839,0.2393209),(0.4552549,-0.8534433,0.2537275),(0.4249944,-0.8803726,0.2105324),(0.3507307,-0.9139878,0.2039962),(0.3894625,-0.9026093,0.183345),(0.1138464,0.9608797,-0.252486),(0.132874,0.9633799,-0.2329032),(0.1605847,0.9691645,-0.186903),(0.2672814,0.9541125,-0.1350179),(0.2852167,0.9539062,-0.09334999),(0.2506893,0.9557005,-0.1542443),(0.1737713,0.9773089,-0.1211237),(0.169161,0.9849523,-0.03540345),(0.28635,0.9574622,-0.03563301),(0.2671979,0.9629233,0.03720408),(0.4795933,0.8772799,0.01924047),(0.4625229,0.8844457,0.06187277),(0.4262372,0.8971494,0.1159512),(0.7185807,0.6753786,0.1658481),(0.6582864,0.7271013,0.1948916),(0.768105,0.6225716,0.1497301),(0.4636263,0.8855122,-0.03031033),(0.4805984,0.8768727,-0.01093392),(0.8110979,0.5658643,0.1480468),(0.7990971,0.5857819,0.1352903),(0.1667603,0.9855122,0.03093008),(0.1952659,0.9798601,0.04177757),(0.2503106,0.9630719,0.09918247),(0.2460069,0.9649326,0.0915741),(0.2699963,0.962854,-0.003767846),(0.4118628,0.9046243,-0.109654),(0.2947518,0.9534168,0.06417116),(0.3964025,0.918005,-0.01148337),(0.3650073,0.9173125,0.159083),(0.3762706,0.9169465,0.1327762),(0.4319069,0.8982866,0.08085439),(0.5195296,0.8323001,0.1933018),(0.5227128,0.8385642,0.1535632),(0.5466217,0.8091918,0.2154376),(0.3859418,0.909359,0.1552907),(0.5960237,0.773138,0.2168256),(0.5980294,0.7670417,-0.2323958),(0.7759983,0.5289674,-0.3435405),(0.5450136,0.8319522,-0.1039983),(0.7129127,0.6680217,-0.2133133),(0.8683178,0.1679377,-0.466713),(0.7671964,-0.2708327,-0.5814286),(0.8458762,0.3740202,-0.3802661),(0.8096511,-0.07525919,-0.5820664),(0.6600205,0.7454384,-0.0932456),(0.7970173,0.5352764,-0.2797191),(0.8274358,0.1294835,-0.5464284),(0.7392627,0.6411112,-0.2060752),(0.8074346,0.3247067,-0.4925598),(0.6354417,0.7719905,-0.01563701),(0.5296896,0.8481205,0.01097045),(0.560708,0.8229628,0.09131774),(0.5442397,-0.5833892,-0.6028767),(0.3803475,-0.7395265,-0.5553706),(0.6111647,-0.4455494,-0.6541891),(0.4634505,-0.6378725,-0.6150872),(0.2809053,-0.8337728,-0.4753052),(0.2174739,-0.9032792,-0.3698538),(0.386056,-0.7548681,-0.5302217),(0.3496521,-0.8409564,-0.4129597),(0.5609515,-0.5186856,-0.6452121),(0.5073724,-0.6599794,-0.5540761),(0.4975097,-0.7565219,-0.4244509),(0.6412596,-0.5375929,-0.5475216),(0.6529667,-0.6437439,-0.3990341),(0.6676086,-0.3655339,-0.6486014),(0.6821152,-0.2834835,-0.6740593),(0.7427399,-0.08588295,-0.6640494),(0.1962948,-0.9493794,-0.2452493),(0.2496779,-0.9616245,-0.1137504),(0.3514659,-0.8970557,-0.2678855),(0.4159003,-0.9030316,-0.1075213),(0.4131982,-0.9104035,0.02079691),(0.6947963,-0.6997264,0.166256),(0.8194795,-0.5266111,0.2261283),(0.5777975,-0.8139985,0.05963657),(0.7345486,-0.6669997,0.1246983),(0.5925504,-0.802097,-0.07432579),(0.8978691,-0.3156775,0.3068855),(0.90411,-0.09211779,0.4172522),(0.8497488,-0.4724875,0.2338425),(0.7552139,-0.6554622,0.00461345),(0.5214533,-0.8123741,-0.2610266),(0.6903969,-0.6917035,-0.2118925),(0.8938261,-0.334866,0.2982273),(0.9187821,0.02293343,0.3940983),(0.88095,0.2317191,0.4125934),(0.9316816,-0.1123546,0.3454649),(0.8336918,0.3438148,0.4321452),(0.6764216,0.627963,0.3848585),(0.5840381,0.7156506,0.3830717),(0.7519262,0.4997495,0.4299504),(0.6500559,0.6228574,0.4352884),(0.7988749,0.410446,0.4396963),(0.4875253,0.7828833,0.3865394),(0.3906267,0.830118,0.3978881),(0.5394663,0.709152,0.4539596),(0.6866859,0.543524,0.4827465),(0.9080777,0.1067873,0.4049587),(0.8249929,0.2930842,0.4832063),(0.4991922,0.8188581,0.2833346),(0.3649684,0.9096099,0.1985141),(0.2958329,0.930405,0.2164012),(0.4183897,0.8591623,0.2946014),(0.2711704,0.9515033,0.1452866),(0.2063522,0.9709778,0.1209163),(0.1510006,0.9795786,0.1327584),(0.2100856,0.9641196,0.1622886),(0.1437437,0.9717255,0.1873163),(0.2243745,0.9448716,0.2384822),(0.08735289,0.9837428,0.1569064),(0.01107343,0.9817901,0.1896457),(0.06738085,0.9739165,0.2166712),(0.1466876,0.9537914,0.2622302),(0.3369519,0.8894796,0.3086903),(0.253404,0.9110395,0.3252589),(0.1525405,0.9822933,0.1087708),(0.09858081,0.9907354,0.09340919),(0.05736496,0.9936048,0.09725682),(0.1032717,0.9879583,0.1152104),(0.04745246,0.9962379,0.07251476),(0.002294955,0.9990379,0.04379504),(-0.02023079,0.9983518,0.05370838),(0.01546577,0.9968877,0.0773026),(-0.0341694,0.9943529,0.1004734),(0.001878053,0.9929105,0.1188491),(-0.06424207,0.9946086,0.08140446),(-0.130962,0.983543,0.1244671),(-0.1031606,0.9848472,0.1394061),(-0.07030803,0.9853633,0.1552929),(0.04278482,0.9895921,0.1373934),(-0.03224934,0.9845566,0.1720704),(-0.03758967,0.9992861,0.003781894),(-0.07622517,0.9959062,-0.04858547),(-0.08790079,0.9957919,-0.02592096),(-0.05291398,0.998383,0.02077247),(-0.1170314,0.986954,-0.1105686),(-0.1631792,0.9702144,-0.1790437),(-0.1719246,0.9728478,-0.1549489),(-0.127067,0.9882371,-0.0850967),(-0.1612759,0.9860711,-0.04066908),(-0.1251929,0.992028,0.01439022),(-0.2006959,0.9734342,-0.1102132),(-0.2487362,0.9676567,-0.0420811),(-0.2194293,0.9753501,0.02330234),(-0.1884239,0.9794933,0.07133918),(-0.09284695,0.9941636,0.05493732),(-0.158206,0.9818841,0.1042811),(-0.1984491,0.9518498,-0.2336666),(-0.2043397,0.9440929,-0.2587159),(-0.2014975,0.9499238,-0.2388377),(-0.2033479,0.9557155,-0.2127383),(-0.1776802,0.9494987,-0.2586159),(-0.113888,0.9649102,-0.2365963),(-0.08892556,0.9743605,-0.2066727),(-0.1645329,0.9576568,-0.2362676),(-0.1644291,0.9668303,-0.1954538),(-0.2112499,0.9569578,-0.1990108),(-0.08200815,0.9838396,-0.1591677),(-0.09701917,0.9907492,-0.09488578),(-0.1786747,0.9747899,-0.1336409),(-0.2334189,0.9629627,-0.134976),(-0.2235404,0.9596298,-0.1707054),(-0.2581827,0.9605699,-0.1031853),(-0.01637878,0.980454,-0.1960656),(0.1119419,0.9860671,-0.1230477),(0.1363396,0.987015,-0.08492922),(0.01554642,0.9873204,-0.157977),(0.27068,0.9623587,0.02445885),(0.434063,0.8488379,0.3017676),(0.2648868,0.9633003,0.04344435),(0.3749051,0.8882195,0.2655415),(0.1231073,0.9919661,-0.02912118),(0.2158437,0.9731037,0.08050284),(0.2768339,0.9281937,0.248635),(0.1173015,0.9843467,0.1315359),(0.1310374,0.9585204,0.2531163),(0.06579408,0.9970783,0.03880526),(0.02026717,0.9945505,-0.102267),(-0.008446751,0.9994124,-0.0332209),(0.4764206,0.6581322,0.582997),(0.3879974,0.5678567,0.7259455),(0.3827527,0.7767091,0.5002232),(0.2723205,0.7296069,0.627308),(0.2397096,0.6187915,0.7480885),(0.02864275,0.7884378,0.6144472),(-0.1335421,0.8985043,0.4181586),(0.09396988,0.7813914,0.6169255),(-0.06895371,0.8917388,0.4472665),(0.1245255,0.8552604,0.5030139),(-0.2873865,0.9357454,0.2044251),(-0.4530242,0.8908132,0.03494266),(-0.2655138,0.9192671,0.2906033),(-0.07004739,0.918005,0.3903335),(0.2518274,0.8719102,0.4199473),(0.0728135,0.9293883,0.36185),(-0.2193864,0.8951452,0.3880523),(-0.4333239,0.8607192,0.2671944),(-0.5246221,0.8502527,0.04291534),(-0.351256,0.9230835,0.1566404),(-0.6008531,0.7537652,0.2661083),(-0.7067586,0.6150014,0.349665),(-0.6683474,0.7406986,0.06839117),(-0.7655878,0.6125224,0.1967018),(-0.5770369,0.8024679,-0.1519001),(-0.688252,0.7174525,-0.1075691),(-0.7742819,0.630567,0.05359999),(-0.6858112,0.692556,-0.2236719),(-0.7421728,0.668397,-0.04924326),(-0.6223258,0.7324362,-0.2761298),(-0.4546792,0.8888962,-0.05595012),(-0.5591937,0.8046646,-0.1995426),(-0.7606536,0.4843533,0.4322131),(-0.7974262,0.3896208,0.460768),(-0.8095275,0.4880599,0.3262861),(-0.8316715,0.3953026,0.3899464),(-0.8310831,0.3319036,0.4462519),(-0.8650098,0.3112212,0.3935729),(-0.8642424,0.3258637,0.3832726),(-0.8484779,0.3403058,0.4053115),(-0.8272212,0.413265,0.38068),(-0.8238409,0.460741,0.3301575),(-0.8275464,0.4010762,0.3928166),(-0.7412214,0.5352973,0.405028),(-0.7519081,0.5485896,0.365628),(-0.760996,0.5825694,0.2854783),(-0.8120761,0.5375168,0.2271739),(-0.7629048,0.6285368,0.1513866),(-0.8853341,0.3154866,0.3415434),(-0.8846695,0.3294199,0.3299124),(-0.8497421,0.3758083,0.3697384),(-0.8674079,0.3432264,0.3602766),(-0.8674589,0.3446455,0.3587959),(-0.8337259,0.3520842,0.4253677),(-0.7645863,0.4335617,0.4768983),(-0.8146439,0.4102327,0.4099568),(-0.7390494,0.4836597,0.4689129),(-0.7852648,0.4505295,0.4247144),(-0.6816849,0.5063682,0.5281068),(-0.5920456,0.5738278,0.5658653),(-0.6450512,0.5661322,0.5132282),(-0.689364,0.5528446,0.468124),(-0.8160013,0.4185717,0.3986725),(-0.7223708,0.5401213,0.431798),(-0.7885312,0.3530744,0.5035444),(-0.7392017,0.3553961,0.5720791),(-0.6480967,0.4461568,0.6171829),(-0.7069639,0.4433828,0.5510117),(-0.6847086,0.3614789,0.6328562),(-0.623201,0.3728834,0.6874435),(-0.5168433,0.4454178,0.7310787),(-0.5856841,0.4458721,0.6768842),(-0.4909503,0.5093223,0.7067946),(-0.557255,0.5154814,0.6509576),(-0.4182591,0.4992613,0.7588132),(-0.3295117,0.5380688,0.7758247),(-0.4033065,0.5556914,0.727015),(-0.4711001,0.5676768,0.6751353),(-0.6199144,0.5155672,0.5915205),(-0.5336051,0.5739172,0.6211962),(-0.5508466,0.3848683,0.7405703),(-0.4678151,0.3874843,0.7943582),(-0.3685116,0.4380472,0.8199474),(-0.4421565,0.4445182,0.7790387),(-0.3825275,0.3722456,0.8456393),(-0.3037681,0.3318875,0.8930709),(-0.2643469,0.3795851,0.8865867),(-0.3062478,0.4188339,0.8548629),(-0.2495849,0.4623935,0.8508229),(-0.2856241,0.4787279,0.8302039),(-0.2462608,0.4322389,0.867482),(-0.2465806,0.4884787,0.8370105),(-0.2105863,0.5040761,0.8375922),(-0.2189708,0.512292,0.8304269),(-0.3453995,0.4889691,0.8010047),(-0.2620001,0.521778,0.8118518),(-0.2680976,0.2915613,0.9182133),(-0.308588,0.2844879,0.9076563),(-0.3474433,0.3239853,0.8799527),(-0.2699991,0.3385519,0.9013785),(-0.4322768,0.319405,0.8432776),(-0.6427454,0.3885878,0.6602104),(-0.7247241,0.4056189,0.5569994),(-0.5025784,0.3488675,0.791016),(-0.5861354,0.3884582,0.7110174),(-0.4063328,0.3778756,0.8319277),(-0.8018964,0.4191474,0.4257671),(-0.8685368,0.4169967,0.2678758),(-0.6786498,0.426665,0.5978224),(-0.4828118,0.4382805,0.7581577),(-0.2935426,0.3973046,0.8694721),(-0.3360381,0.4633118,0.8200125),(-0.8366512,0.4108992,0.3621831),(-0.9343344,0.3520162,0.05571306),(-0.9362835,0.3359333,-0.1025778),(-0.8878253,0.4094753,0.2099915),(-0.9383069,0.2589182,-0.2292191),(-0.8562472,0.1741099,-0.4863398),(-0.8095706,0.1486202,-0.5678975),(-0.9036248,0.2359761,-0.3574599),(-0.8591744,0.1983706,-0.4716656),(-0.9188634,0.3028118,-0.2529729),(-0.7621469,0.1125982,-0.6375372),(-0.7174494,0.06597011,-0.6934798),(-0.8088921,0.1449704,-0.5698045),(-0.8859296,0.249301,-0.3911239),(-0.9183231,0.392931,0.04783237),(-0.9278828,0.3538004,-0.1177234),(-0.7468454,0.1137174,-0.6552026),(-0.6976514,0.07666682,-0.7123235),(-0.6763198,0.05712633,-0.7343895),(-0.7095862,0.08945061,-0.6989177),(-0.7226392,0.05787407,-0.6887984),(-0.813849,0.06069116,-0.5778983),(-0.8293346,0.05834879,-0.5556974),(-0.7196808,0.04576788,-0.692795),(-0.7237117,0.03555758,-0.6891858),(-0.6614871,0.03591985,-0.7490959),(-0.8494971,0.06050842,-0.5241119),(-0.8740069,0.06759243,-0.4811895),(-0.7366804,0.02778002,-0.6756702),(-0.6562319,0.01340036,-0.7544402),(-0.6766216,0.05931784,-0.7339377),(-0.6513937,0.02352559,-0.758375),(-0.9111638,0.08761617,-0.4026213),(-0.9746382,0.1300424,-0.1821249),(-0.9835119,0.1467625,-0.1056649),(-0.9319476,0.09551197,-0.3497871),(-0.9771174,0.1688329,0.1293714),(-0.8162138,0.1772144,0.5499002),(-0.752588,0.1953765,0.6288396),(-0.9570802,0.1907055,0.21824),(-0.9262803,0.213712,0.3103739),(-0.9856976,0.1673482,-0.01986613),(-0.6815677,0.2114859,0.7005277),(-0.6056982,0.2247251,0.7633009),(-0.8840321,0.2365791,0.4031347),(-0.9788259,0.1909067,0.07385473),(-0.9520142,0.1085881,-0.2861422),(-0.9691819,0.1266564,-0.2112926),(-0.479731,0.1548075,0.8636509),(-0.1580824,0.1382379,0.9777015),(-0.06708447,0.1326044,0.9888963),(-0.3859839,0.1602543,0.9084795),(0.1143024,0.1200211,0.9861693),(0.3578034,0.07502795,0.930778),(0.3878165,0.06767466,0.9192489),(0.1812266,0.1095122,0.9773249),(0.2370704,0.09567723,0.9667696),(0.01313827,0.123095,0.9923079),(0.4114672,0.05851767,0.9095441),(0.4320993,0.04610518,0.9006466),(0.283167,0.0781425,0.9558819),(0.08128764,0.1099617,0.9906062),(-0.2959484,0.1620288,0.9413614),(-0.2132244,0.1602836,0.9637658),(0.5468937,0.004493586,0.83719),(0.6540037,-0.06494801,0.7536983),(0.6347746,-0.06389759,0.7700508),(0.5446162,0.003583156,0.8386777),(0.7062282,-0.1245174,0.6969485),(0.7233362,-0.1717974,0.6687828),(0.6886128,-0.1796929,0.7025118),(0.6778791,-0.1263132,0.7242409),(0.6494369,-0.1148223,0.7516964),(0.6153749,-0.05518866,0.7863002),(0.6522202,-0.1713222,0.7384154),(0.6127084,-0.1463529,0.7766397),(0.623126,-0.09171187,0.7767258),(0.5999205,-0.04145321,0.7989851),(0.5405133,0.004528698,0.8413234),(0.539044,0.004866728,0.8422635),(0.7102244,-0.2031753,0.6740185),(0.6606137,-0.2151856,0.719225),(0.604333,-0.233769,0.7616651),(0.6676087,-0.2175566,0.7120167),(0.5569197,-0.20621,0.8045606),(0.3650183,-0.1761092,0.9141921),(0.2386851,-0.1831418,0.9536711),(0.4755501,-0.2238471,0.8507317),(0.3731323,-0.2357156,0.8973352),(0.5361826,-0.2417031,0.8087569),(0.08562668,-0.1861261,0.9787876),(-0.09454505,-0.1815636,0.9788237),(0.2375507,-0.2380957,0.9417431),(0.445659,-0.2361189,0.8635023),(0.6196059,-0.2168508,0.7543635),(0.5601994,-0.1990226,0.8040937),(0.100619,-0.1471506,0.983983),(-0.1901218,-0.1321179,0.9728301),(-0.3769853,-0.1115944,0.919472),(-0.0719421,-0.1382161,0.9877858),(-0.485678,-0.1077163,0.8674757),(-0.7487432,-0.05398948,0.6606578),(-0.8534517,-0.02924812,0.5203506),(-0.6460781,-0.08179884,0.7588754),(-0.7737194,-0.04538977,0.6319004),(-0.5503865,-0.08241613,0.8308323),(-0.9246876,0.006911413,0.380664),(-0.9674016,0.05371036,0.247486),(-0.8650292,-0.0003174606,0.5017217),(-0.6932291,-0.04615087,0.719238),(-0.2581216,-0.1233018,0.9582118),(-0.4402106,-0.1017547,0.8921102),(-0.9162701,0.005212552,0.4005269),(-0.9865892,0.04116989,0.1579457),(-0.9980127,0.0591727,0.0216613),(-0.9664673,0.02630122,0.255439),(-0.9961373,0.06402723,-0.06009166),(-0.9612201,0.08941501,-0.2608846),(-0.9276156,0.09766058,-0.3605439),(-0.9803929,0.07804403,-0.1809385),(-0.9512748,0.09429125,-0.2935737),(-0.9908495,0.08427713,-0.1054257),(-0.8856869,0.1030491,-0.4527027),(-0.8346575,0.1049424,-0.540679),(-0.9085022,0.111963,-0.4026017),(-0.9666569,0.1159074,-0.228342),(-0.9912118,0.05794477,0.1189184),(-0.9949355,0.09986485,-0.01141867),(-0.8997775,0.1088016,-0.4225668),(-0.8448946,0.1066759,-0.5241883),(-0.8593655,0.1114951,-0.499059),(-0.8068817,0.1063201,-0.5810662),(-0.8116186,0.08647829,-0.5777515),(-0.8049512,0.05323679,-0.5909479),(-0.7816381,0.08472131,-0.6179516),(-0.786583,0.05002717,-0.6154546),(-0.7687441,0.09651274,-0.6322324),(-0.7539236,0.0725651,-0.6529422),(-0.7720268,0.03727322,-0.6344962),(-0.7288392,0.04967173,-0.6828807),(-0.7624932,0.01416724,-0.6468412),(-0.7301781,0.07711724,-0.6788908),(-0.815387,0.107227,-0.5688993),(-0.7671564,0.09572724,-0.634277),(-0.8248863,0.009720027,-0.565215),(-0.8681874,-0.0474138,-0.4939662),(-0.8181175,0.0052047,-0.5750275),(-0.8702427,-0.05282085,-0.4897832),(-0.9246988,-0.1242034,-0.359869),(-0.9652573,-0.2188095,-0.1428314),(-0.9677528,-0.2288622,-0.1052464),(-0.9311833,-0.1313349,-0.3400716),(-0.9407155,-0.1357458,-0.3108497),(-0.876669,-0.06078904,-0.4772378),(-0.9710779,-0.2310726,-0.0601096),(-0.9742652,-0.2253087,-0.006584018),(-0.953262,-0.1381133,-0.2687308),(-0.8887784,-0.07249814,-0.4525673),(-0.8158666,-0.006136974,-0.5782074),(-0.8198516,-0.02550347,-0.5720078),(-0.9487367,-0.2961748,0.1103592),(-0.8649489,-0.3452788,0.3642062),(-0.8369353,-0.3564688,0.4152942),(-0.9375206,-0.3082741,0.1613145),(-0.672619,-0.3845862,0.6322004),(-0.289628,-0.4104783,0.8646521),(-0.2834089,-0.4159195,0.8641124),(-0.6376498,-0.3914434,0.6634567),(-0.6096492,-0.3936743,0.6880032),(-0.8105928,-0.3587411,0.4628653),(-0.2869071,-0.4218715,0.8600633),(-0.2995688,-0.4281268,0.852623),(-0.5908268,-0.3918601,0.7052441),(-0.7882642,-0.3523788,0.5044488),(-0.9260814,-0.3102147,0.2148025),(-0.9147528,-0.3016865,0.268724),(0.08945797,-0.3994231,0.9123916),(0.23004,-0.4057806,0.8845472),(0.1818077,-0.435489,0.8816435),(0.05659867,-0.4168476,0.9072126),(0.2001891,-0.4460059,0.8723549),(0.01208309,-0.5119085,0.8589549),(-0.06872647,-0.5451035,0.835547),(0.1389184,-0.4830039,0.8645282),(0.06890417,-0.5164227,0.8535572),(0.1235335,-0.464799,0.8767561),(-0.1522212,-0.5705484,0.8070336),(-0.2351902,-0.5886837,0.7733933),(-0.006711796,-0.5456321,0.837998),(0.05824223,-0.4927716,0.8682073),(0.01440618,-0.4356691,0.8999916),(-0.03456711,-0.4550101,0.8898152),(-0.240472,-0.5688164,0.7865248),(-0.4369797,-0.601131,0.6690964),(-0.511896,-0.5980884,0.6166462),(-0.3297863,-0.5839009,0.7418225),(-0.5820721,-0.6055561,0.5426729),(-0.6932946,-0.5769547,0.4318167),(-0.7083179,-0.5723879,0.4131075),(-0.6295922,-0.5946442,0.5000119),(-0.6685069,-0.581993,0.4630148),(-0.5764898,-0.5890346,0.5663018),(-0.71836,-0.5685555,0.4008786),(-0.7237523,-0.5657673,0.3950824),(-0.6997691,-0.5690009,0.4319271),(-0.6310809,-0.5763619,0.5191762),(-0.4127231,-0.5898264,0.6940925),(-0.4875403,-0.588707,0.64477),(-0.751931,-0.541337,0.3762366),(-0.7356911,-0.5421777,0.405958),(-0.7093578,-0.5580227,0.4306066),(-0.7421702,-0.5497209,0.383393),(-0.6055322,-0.5972082,0.5259974),(-0.229344,-0.6632397,0.7124006),(-0.1472642,-0.6589861,0.7375978),(-0.5581852,-0.6120327,0.560219),(-0.5036651,-0.6240525,0.5973943),(-0.6777703,-0.5734516,0.4601965),(-0.05871986,-0.6471497,0.7600983),(0.0341556,-0.6264468,0.7787154),(-0.4423821,-0.6316005,0.6366937),(-0.6407551,-0.5873418,0.4944313),(-0.7285084,-0.5587617,0.3963091),(-0.710763,-0.5680137,0.4149416),(0.2444865,-0.5806223,0.7765977),(0.555864,-0.4032394,0.7269204),(0.6400117,-0.3423247,0.6878946),(0.3434016,-0.5418302,0.7671345),(0.7601383,-0.1963761,0.6193756),(0.8986213,0.03147873,0.4375945),(0.921242,0.09209777,0.37793),(0.8159071,-0.1284186,0.5637412),(0.8622641,-0.05925402,0.5029807),(0.7174426,-0.2750553,0.6400163),(0.9357305,0.149422,0.3195019),(0.9429033,0.2034013,0.2637449),(0.8983362,0.009804658,0.4391992),(0.7854542,-0.2030129,0.5846773),(0.4420815,-0.4933855,0.7490893),(0.5370655,-0.4357443,0.7222794),(0.9465396,0.2364281,0.2194645),(0.9268189,0.3717474,0.05301615),(0.9180598,0.3962019,0.0137908),(0.9454434,0.2793227,0.1676771),(0.88866,0.4543086,-0.06234672),(0.8549606,0.4979732,-0.1451383),(0.8821377,0.4629216,-0.08681434),(0.8565266,0.493582,-0.1507951),(0.9086356,0.4172564,-0.01669002),(0.8767214,0.4698305,-0.1030481),(0.8594363,0.4886274,-0.1503745),(0.8726977,0.4754162,-0.1112579),(0.8637458,0.4830075,-0.1436903),(0.8992232,0.4357695,-0.03876269),(0.9402699,0.3175594,0.1226719),(0.932151,0.352046,0.0846063),(0.8430383,0.5048263,-0.1855715),(0.8644637,0.4764295,-0.1603667),(0.8800557,0.4556139,-0.1338581),(0.8538513,0.4910519,-0.1726445),(0.9098976,0.4111767,-0.05495611),(0.9446082,0.2939422,0.1459914),(0.9476485,0.2599263,0.185474),(0.9234222,0.3833205,-0.01888898),(0.9350689,0.3540557,0.01704797),(0.8948497,0.4337099,-0.1055452),(0.9485874,0.2251174,0.2224951),(0.9475083,0.1895143,0.2575121),(0.9448158,0.323225,0.05337494),(0.9088163,0.4104298,-0.07483476),(0.8650586,0.4767734,-0.1560792),(0.8766577,0.4616809,-0.135359),(0.9338568,0.170422,0.3144324),(0.9324939,0.1085044,0.3445026),(0.9211886,0.07577652,0.3816667),(0.9261079,0.1351287,0.3522277),(0.9625753,0.1153091,0.24526),(0.9800368,0.1985158,-0.01092568),(0.9551028,0.08758641,0.2830321),(0.9833792,0.1799136,0.02442468),(0.9468442,0.05964754,0.3161142),(0.9091462,0.04327631,0.4142226),(0.9855193,0.1601522,0.05570366),(0.9381298,0.03175266,0.3448249),(0.9867377,0.139506,0.08298602),(0.8966488,0.01118781,0.4426009),(0.9170711,0.09989246,0.386008),(0.9069493,0.06481341,0.4162236),(0.9123464,0.2859993,-0.2929647),(0.8282177,0.3226483,-0.4582068),(0.9236631,0.2774577,-0.2643172),(0.8418865,0.3196014,-0.4348358),(0.7741224,0.3293128,-0.5406362),(0.758058,0.3200165,-0.5682759),(0.7878448,0.3277343,-0.5214314),(0.7704787,0.3163301,-0.5534416),(0.8550589,0.3143639,-0.4123707),(0.8023406,0.3242403,-0.5011166),(0.7853689,0.3114913,-0.5349475),(0.801272,0.3058961,-0.5141894),(0.8167787,0.3191356,-0.4806504),(0.8674247,0.3071954,-0.3914148),(0.9337679,0.2669729,-0.2383339),(0.9427299,0.2547952,-0.2152665),(0.7664765,0.3056654,-0.5648738),(0.7856105,0.294291,-0.5442507),(0.7756791,0.2971654,-0.5567897),(0.7891227,0.2797295,-0.5468426),(0.8142804,0.2883859,-0.5037668),(0.8498945,0.2902264,-0.4398271),(0.8102511,0.2675831,-0.5214331),(0.8378136,0.2640471,-0.4778574),(0.797859,0.2671078,-0.5404391),(0.8118047,0.2501929,-0.5276139),(0.8305098,0.241841,-0.5017634),(0.8182404,0.2364333,-0.5240057),(0.8288029,0.2235813,-0.5129297),(0.8102418,0.2568149,-0.5268344),(0.789001,0.2888668,-0.5422484),(0.804615,0.2812227,-0.5229803),(0.8882709,0.2992469,-0.3484623),(0.9245454,0.3098097,-0.2218868),(0.8717359,0.268838,-0.4096371),(0.9104254,0.2772206,-0.3070415),(0.9480228,0.3142591,-0.04993766),(0.9357224,0.3070092,0.1736921),(0.945207,0.2840002,-0.1610207),(0.9576997,0.2855645,0.03555581),(0.8940322,0.2452302,-0.3749249),(0.9339755,0.2498524,-0.2554674),(0.9632292,0.2536029,-0.08874185),(0.9197055,0.2112924,-0.330904),(0.958107,0.2102664,-0.1944711),(0.8796335,0.2134617,-0.4250636),(0.8573723,0.2415466,-0.4544973),(0.8478287,0.2171368,-0.483775),(0.8628777,0.2956804,0.4098968),(0.7246013,0.2787056,0.6302983),(0.9239429,0.2865307,0.2534359),(0.8350703,0.2824774,0.4720847),(0.4963565,0.222684,0.8390722),(0.1250886,0.08810319,0.988226),(0.6686048,0.2468832,0.7014387),(0.3655387,0.1510888,0.9184518),(0.9124551,0.262262,0.3140768),(0.8002955,0.2417844,0.5486962),(0.5705037,0.1808668,0.8011322),(0.8974584,0.2050694,0.3905317),(0.7352545,0.173301,0.6552614),(0.9627522,0.2157662,0.1629509),(0.9599571,0.2595356,0.1054688),(0.9766277,0.2131339,-0.02779126),(-0.2917019,-0.05506246,0.954923),(-0.5690029,-0.1018466,0.8160043),(-0.04161854,0.04158205,0.9982679),(-0.3830969,0.0004350485,0.9237081),(-0.7284911,-0.09171447,0.6788883),(-0.8138822,-0.07857859,0.5756919),(-0.6204349,6.037914e-5,0.7842579),(-0.7725002,-0.01104528,0.6349185),(-0.1382684,0.09064507,0.9862379),(-0.4464275,0.0863225,0.8906463),(-0.6837512,0.05536012,0.7276122),(-0.2112316,0.1540214,0.9652247),(-0.5305154,0.1175954,0.8394789),(0.1302141,0.150266,0.9800329),(0.2201799,0.1134688,0.9688373),(0.4588229,0.1466402,0.8763437),(-0.8441179,-0.07193488,0.5313101),(-0.8280197,-0.05168665,0.5583117),(-0.8460321,-0.0262526,0.5324852),(-0.8584931,-0.0121364,0.5126815),(-0.7614256,-0.0003471582,0.6482522),(-0.6141889,0.09368608,0.7835783),(-0.8230962,0.04300379,0.5662715),(-0.7175055,0.1478113,0.6806892),(-0.8589858,0.03830857,0.5105643),(-0.8482896,0.1056881,0.5188783),(-0.7743069,0.2270525,0.5906743),(-0.7800782,0.3432668,0.5231118),(-0.8337969,0.2001092,0.5145281),(-0.8216379,0.1090997,0.5594714),(-0.8157694,0.0232635,0.5779091),(-0.737659,0.08141559,0.6702467),(-0.3963948,0.1804692,0.9001678),(-0.1694993,0.2040561,0.9641738),(-0.5496954,0.2497687,0.7971517),(-0.3710038,0.2938469,0.8809144),(0.04814549,0.1687925,0.9844751),(0.2476009,0.09003396,0.9646698),(-0.190869,0.2830352,0.9399256),(-0.01078324,0.2241238,0.9745011),(-0.5241472,0.4113365,0.7457024),(-0.3977174,0.4259429,0.8126459),(-0.2665511,0.3920988,0.8804595),(-0.5415909,0.5956576,0.5931875),(-0.4819686,0.5888141,0.6488484),(-0.6084607,0.5595101,0.5627823),(-0.6508116,0.3463665,0.675629),(-0.6886566,0.4781916,0.5450549),(0.4176952,-0.01563433,0.9084527),(0.545895,-0.129449,0.8277932),(0.1668667,0.12608,0.9778851),(0.3274401,0.006334214,0.9448507),(0.6345502,-0.235964,0.7359803),(0.6934485,-0.3265623,0.6422509),(0.4580937,-0.1161049,0.8812888),(0.5571855,-0.2285036,0.7983298),(0.0480252,0.2017101,0.9782671),(0.2102338,0.0746773,0.9747949),(0.3520541,-0.05122697,0.9345767),(-0.1223165,0.3639025,0.9233707),(0.04977521,0.2499367,0.9669819),(-0.2808017,0.4659999,0.8390438),(-0.117731,0.3133251,0.9423199),(-0.4033223,0.543141,0.7364299),(0.7181652,-0.4087962,0.563138),(0.7019898,-0.4956605,0.5114011),(0.6216673,-0.441833,0.6467714),(0.6143661,-0.3344314,0.7146397),(0.6455957,-0.5875505,0.4878426),(0.5474746,-0.6773919,0.4913367),(0.5049652,-0.6367881,0.5826757),(0.583511,-0.5460732,0.6010982),(0.4951316,-0.4168151,0.7623056),(0.498024,-0.2995454,0.8137842),(0.4515501,-0.5139504,0.7293541),(0.3399339,-0.138529,0.9301906),(0.3441333,-0.2570897,0.9030378),(0.2927736,-0.005844492,0.9561639),(0.452159,-0.1748872,0.8746237),(0.1968245,0.1268448,0.9721988),(0.4628387,-0.7368208,0.492824),(0.4501781,-0.7585841,0.4710517),(0.4429921,-0.7072421,0.5509688),(0.4408839,-0.6912999,0.5724733),(0.508987,-0.7496545,0.4230253),(0.6314435,-0.6991864,0.3352872),(0.5098736,-0.6935896,0.5088835),(0.6341872,-0.6444207,0.4272336),(0.4339122,-0.5952643,0.6762992),(0.5043927,-0.5902228,0.630258),(0.6235018,-0.557925,0.5476907),(0.4546556,-0.427289,0.781481),(0.5696468,-0.4358321,0.6968162),(0.3802008,-0.3980412,0.8348715),(0.41651,-0.5733011,0.7055815),(0.3451931,-0.3444028,0.873057),(0.7412029,-0.627898,0.2374077),(0.7910587,-0.5855412,0.1771093),(0.7442572,-0.581569,0.3284184),(0.7948568,-0.5487264,0.2590403),(0.7988103,-0.5806589,0.1572813),(0.7701473,-0.6126744,0.1774915),(0.8026456,-0.5518522,0.2263166),(0.7738802,-0.5892402,0.2321755),(0.7812469,-0.5084623,0.3621041),(0.7900888,-0.5284253,0.3106873),(0.7618034,-0.5771931,0.294115),(0.7500916,-0.5146356,0.4153466),(0.7251756,-0.5821473,0.3677296),(0.7350326,-0.4671526,0.491422),(0.7297967,-0.5193951,0.4445508),(0.6764372,-0.4413931,0.5895802),(0.7209964,-0.6581296,0.2168635),(0.6698228,-0.6986098,0.2515588),(0.7233627,-0.640025,0.2590645),(0.6664333,-0.6884515,0.286184),(0.6153983,-0.7384681,0.27559),(0.5560381,-0.7816812,0.2824819),(0.6005088,-0.7380999,0.3075671),(0.5225362,-0.7917309,0.3164146),(0.6471579,-0.6970458,0.3087293),(0.5699747,-0.7573699,0.3186217),(0.4747726,-0.8187198,0.3229379),(0.4114217,-0.8607699,0.2996786),(0.517707,-0.7979085,0.3087417),(0.6043803,-0.7289658,0.3214552),(0.7099746,-0.63763,0.2989381),(0.6728859,-0.6568685,0.340218),(0.5031435,-0.8231962,0.2630487),(0.4730674,-0.8534734,0.2186104),(0.4534972,-0.8397373,0.2986327),(0.4211969,-0.871323,0.2517721),(0.4709012,-0.8668732,0.1636553),(0.5004133,-0.8583174,0.1134794),(0.4313107,-0.8819035,0.1903087),(0.4865079,-0.8641361,0.1287589),(0.3615592,-0.8955624,0.2593127),(0.3864487,-0.9009696,0.1972594),(0.4680712,-0.8742477,0.1288419),(0.341896,-0.9218949,0.1822555),(0.4458407,-0.8879036,0.1133726),(0.3011026,-0.9233732,0.2381574),(0.3926424,-0.8676241,0.3050578),(0.3250064,-0.9036174,0.2790096),(0.5404693,-0.836801,0.08750463),(0.5677391,-0.8181989,0.09068054),(0.5502979,-0.8299113,0.09175792),(0.5877895,-0.8040529,0.08945587),(0.5792047,-0.8078155,0.1093434),(0.5718879,-0.8099802,0.1299092),(0.5979161,-0.794365,0.107147),(0.5780771,-0.8055117,0.130299),(0.5996659,-0.7972054,0.06974438),(0.6069309,-0.7905014,0.08211185),(0.5741698,-0.8119453,0.1052329),(0.6017397,-0.7978817,0.03597455),(0.5581217,-0.8279506,0.05475294),(0.5984437,-0.8004488,0.03386238),(0.5541975,-0.8284358,0.08098873),(0.5486752,-0.8341014,0.05683536),(0.5478296,-0.8246059,0.141095),(0.5107024,-0.8482783,0.1400252),(0.5367227,-0.831464,0.1435145),(0.4844888,-0.8633901,0.1408118),(0.460228,-0.8782277,0.1300238),(0.3959541,-0.9111443,0.114177),(0.4211906,-0.8981207,0.1264025),(0.346656,-0.9321739,0.1043138),(0.4485525,-0.8854706,0.1214192),(0.3732505,-0.9213029,0.1090187),(0.2896546,-0.9530978,0.08777742),(0.3227475,-0.9434419,0.07583765),(0.2315606,-0.9707788,0.06299376),(0.4074384,-0.9097462,0.07972424),(0.5155542,-0.8482127,0.1214053),(0.4859075,-0.8709372,0.07322805),(0.3313846,-0.9390687,0.09129302),(0.2822496,-0.95731,0.06239239),(0.2768502,-0.9580739,0.07381354),(0.2301449,-0.9724771,0.03635536),(0.2512843,-0.9672902,0.03472748),(0.2404712,-0.9705296,0.01568292),(0.2095767,-0.9777922,2.186451e-8),(0.217132,-0.9757659,-0.02710496),(0.174459,-0.9845515,0.01491065),(0.1669542,-0.9855927,-0.02707826),(0.195701,-0.9787538,-0.06117229),(0.1261065,-0.9908956,-0.0471473),(0.1770972,-0.9803593,-0.08678897),(0.1195769,-0.992821,-0.002812047),(0.2163556,-0.9747039,0.05605823),(0.1556589,-0.9871212,0.03690671),(0.2331148,-0.972347,0.01409925),(0.2100415,-0.9772133,0.03060585),(0.2278108,-0.9731365,-0.03327996),(0.2142307,-0.9766497,-0.01614088),(0.1683386,-0.9841415,0.0559258),(0.105395,-0.9911687,0.08047646),(0.1729135,-0.9848389,0.01390269),(0.100383,-0.9938816,0.04607431),(0.2232392,-0.9731314,-0.05638826),(0.1823144,-0.9829508,-0.02385472),(0.09926547,-0.9949626,0.01398983),(0.1946665,-0.979237,-0.05656738),(0.1005008,-0.99482,-0.01525006),(0.2355354,-0.9677376,-0.08948285),(0.2264759,-0.9713159,-0.07248425),(0.2285374,-0.9680412,-0.1032803),(0.04203382,-0.9948463,0.09227185),(0.001340822,-0.9961399,0.08776985),(0.02534601,-0.9975623,0.06501584),(-0.02067632,-0.9976742,0.06495234),(-0.01549245,-0.9971555,0.07376181),(-0.007376822,-0.9983661,0.05666331),(-0.03657914,-0.9978994,0.05346802),(-0.02137,-0.9990631,0.03763098),(-0.04066718,-0.9982841,0.0421313),(-0.05601002,-0.9979211,0.0318786),(-0.03396559,-0.9993066,0.01525946),(-0.07531559,-0.9971166,0.009270301),(-0.047652,-0.9988151,-0.009888419),(-0.05970675,-0.9980261,0.01946812),(0.01135947,-0.9991829,0.03878953),(-0.001016218,-0.9999039,0.01382624),(0.008984179,-0.9989681,0.04452049),(0.01560192,-0.9990627,0.04037572),(0.003146766,-0.9996279,0.02709792),(0.01375099,-0.9995694,0.02592535),(0.01158693,-0.9991223,0.04025425),(-0.003938925,-0.999184,0.04019665),(0.009452276,-0.9995199,0.02950625),(-0.01074313,-0.9993886,0.03327159),(0.01215855,-0.9999241,0.002008997),(0.006783499,-0.9999553,0.006591377),(-0.0187677,-0.9997411,0.01286801),(0.001308811,-0.9996086,-0.0279446),(-0.02849015,-0.9993743,-0.02095501),(0.00762356,-0.9995036,-0.03057205),(-0.001722449,-0.9999926,0.003434311),(-0.008896063,-0.999631,-0.02566187),(-0.02083974,-0.9991688,0.03503209),(-0.02828201,-0.9993481,0.02243946),(-0.03366874,-0.9989539,0.03094384),(-0.0453422,-0.9987776,0.01968408),(-0.02591788,-0.9996554,0.004161369),(-0.01340862,-0.9997464,-0.01808991),(-0.04532423,-0.9989707,0.001817611),(-0.03317421,-0.999242,-0.02037076),(-0.06309082,-0.9979873,0.006389453),(-0.06399806,-0.9979236,-0.007266087),(-0.05011275,-0.9984434,-0.02448725),(-0.07739595,-0.9967046,-0.02428779),(-0.05868687,-0.9977668,-0.03189483),(-0.078292,-0.9967623,-0.01831144),(-0.04786375,-0.9987564,0.01395496),(-0.06185711,-0.9979503,-0.01639562),(0.004896296,-0.9991467,-0.04100947),(0.02492079,-0.9978601,-0.06044971),(-0.01247576,-0.9989829,-0.04332948),(0.01344026,-0.9979221,-0.06301465),(0.04757438,-0.9961992,-0.07296457),(0.07380768,-0.9944438,-0.07505932),(0.04553144,-0.9960625,-0.07606944),(0.08476903,-0.99326,-0.07904841),(0.008548959,-0.9983863,-0.05614068),(0.05083941,-0.9965835,-0.06509),(0.1027019,-0.9924973,-0.06634381),(0.06719948,-0.9969041,-0.04082106),(0.128496,-0.9910177,-0.03704831),(0.01559728,-0.9990321,-0.04112967),(-0.02484499,-0.9988148,-0.04185509),(-0.02628487,-0.9989276,-0.03811555),(0.1035572,-0.992523,-0.06460647),(0.1358718,-0.98981,-0.04260286),(0.1279323,-0.9893724,-0.06910616),(0.1708886,-0.98419,-0.04655182),(0.1699227,-0.985387,-0.01178049),(0.2047951,-0.9784821,0.0251311),(0.2528774,-0.9671696,0.02521675),(0.212817,-0.9769892,-0.01418504),(0.2588329,-0.9658999,-0.006547524),(0.2102677,-0.9769631,-0.03647807),(0.3033734,-0.9523683,0.03097199),(0.3035188,-0.9527517,0.01185516),(0.3521354,-0.9349613,0.0429873),(0.2502436,-0.9681123,-0.01169147),(0.1580629,-0.9857805,-0.05703276),(0.1919655,-0.9810041,-0.02793407),(0.2421102,-0.9680899,0.06468824),(0.2835433,-0.9534084,0.103033),(0.3307231,-0.9373884,0.1092027),(0.291947,-0.9540157,0.06797895),(0.3283568,-0.9346299,0.1365605),(0.3758089,-0.9124851,0.1616745),(0.4038865,-0.8994994,0.166663),(0.3682559,-0.9185427,0.1437602),(0.4048095,-0.9020226,0.1499479),(0.3774294,-0.9188619,0.1150649),(0.4248989,-0.8888091,0.1716951),(0.4373499,-0.885794,0.1552222),(0.4395855,-0.8806593,0.1766461),(0.4215881,-0.8986977,0.1208544),(0.3432789,-0.9363719,0.07326105),(0.392853,-0.916034,0.08092086),(0.4176135,-0.8909156,0.1785168),(0.4466893,-0.8741717,0.190506),(0.4331864,-0.8838388,0.1765745),(0.4526686,-0.87399,0.176727),(0.4641533,-0.8627833,0.2004168),(0.4701017,-0.8584753,0.204999),(0.4633508,-0.8694763,0.1712222),(0.4665884,-0.8684611,0.1675425),(0.4456132,-0.8792518,0.1683598),(0.4480214,-0.881238,0.1506536),(0.4480571,-0.8829392,0.1402261),(0.4172807,-0.9005575,0.1219552),(0.4207977,-0.8966506,0.1376488),(0.4277675,-0.8887805,0.1645726),(0.4381557,-0.8812894,0.177055),(0.4342294,-0.8827412,0.1794792),(0.974318,-0.0478955,0.2200239),(0.9775118,-0.01195848,0.2105413),(0.9665009,0.1577194,0.2024858),(0.8828495,-0.4501295,0.1340156),(0.9493924,-0.2823931,0.1375064),(0.8520714,-0.5039196,0.1415612),(0.9296328,0.3058246,0.2055583),(0.8732392,0.4341844,0.2212177),(0.9833417,-0.1037215,0.1492689),(0.9825062,0.07299723,0.171327),(0.7825026,-0.6210476,0.04460706),(0.8658707,-0.497008,0.05701732),(0.9339491,-0.3478909,0.08192085),(0.5783274,-0.8157797,-0.006408713),(0.6592591,-0.7519131,0.002038692),(0.5103733,-0.8599206,-0.00746378),(0.6578549,-0.751781,0.04530352),(0.69381,-0.7189543,0.04161881),(0.4536994,-0.8911431,-0.004575844),(0.4325444,-0.9016098,-0.002268661),(0.8068172,0.5418437,0.2354816),(0.7416676,0.6283128,0.234845),(0.9524876,0.2348817,0.1939016),(0.9041578,0.3747379,0.2051101),(0.6862412,0.6939527,0.2179507),(0.647393,0.7392744,0.185353),(0.8481746,0.490203,0.2007509),(0.7933363,0.5818378,0.1791153),(0.9896474,-0.01576891,0.1426508),(0.9770069,0.1413244,0.1596401),(0.9464777,0.280962,0.1588719),(0.9049416,-0.4140289,0.09828994),(0.9511871,-0.277365,0.1353205),(0.8351642,-0.5469845,0.05752246),(0.9764692,-0.1831312,0.1138889),(0.7484642,-0.6627861,0.02271318),(0.6353841,0.7620451,0.1247967),(0.6584941,0.7524414,0.01474621),(0.7537144,0.6451308,0.1253821),(0.7421553,0.6698424,0.02272967),(0.7168993,0.6768219,-0.1672346),(0.7839552,0.4489596,-0.4287768),(0.7637861,0.6310117,-0.135849),(0.8112793,0.4727006,-0.3440642),(0.888442,0.4563526,0.04912405),(0.8876058,0.4558883,-0.06573907),(0.9124277,0.3572067,-0.1996978),(0.9913149,-0.02526391,0.1290599),(0.9922023,-0.04958478,0.1143504),(0.9865516,-0.06543274,0.1497811),(0.9118325,0.3909214,0.1254673),(0.9756502,-0.1555774,0.1546037),(0.7889174,0.09845658,-0.6065604),(0.7735311,-0.1917494,-0.6040545),(0.8482116,0.2088252,-0.4867536),(0.8771659,-0.04511316,-0.4780638),(0.7791088,-0.3866025,-0.4934855),(0.8048452,-0.4995043,-0.320499),(0.9285303,-0.3382037,-0.1531325),(0.9060499,-0.2336709,-0.3528051),(0.9862977,-0.1507318,-0.06705915),(0.9754531,-0.009644514,-0.2199959),(0.9662254,-0.2143865,0.1429929),(0.8217452,-0.1973208,0.534602),(0.8970013,-0.2179706,0.3845484),(0.9520366,-0.1854879,0.2433529),(0.9458796,0.1777073,-0.2715364),(0.9825015,-0.1168908,0.1450084),(0.8394337,-0.5335956,-0.1030854),(0.8736389,-0.4653943,0.1419973),(0.9067564,-0.2532638,0.3371205),(0.932668,-0.3496056,0.08891733),(0.8903228,-0.2503267,0.3803443),(0.8381185,0.1053525,0.5352179),(0.7260484,0.2505482,0.6403745),(0.8404084,-0.04042685,0.5404437),(0.715615,0.1059416,0.690414),(0.8243723,-0.0784978,0.5605786),(0.594694,0.33148,0.7324343),(0.4610331,0.3481531,0.816234),(0.5498802,0.1622734,0.8193284),(0.6416034,0.0006605215,0.7670363),(0.9110153,-0.1899189,0.3660356),(0.734159,-0.1225315,0.6678297),(0.7087312,0.4241374,0.5637441),(0.5689732,0.6263774,0.5328422),(0.4643625,0.6688442,0.5805299),(0.5895842,0.5006213,0.6338524),(0.4345747,0.7611518,0.4814485),(0.2992869,0.8597212,0.4138923),(0.2179638,0.8765271,0.4291759),(0.3445007,0.787788,0.5105971),(0.268785,0.7967607,0.5412273),(0.3747546,0.6817517,0.6283101),(0.1466179,0.8847729,0.4423575),(0.0854986,0.887098,0.4535935),(0.2071417,0.7915162,0.5749736),(0.2998727,0.6696578,0.6794371),(0.4785869,0.5318186,0.6986585),(0.3789657,0.5231946,0.7633168),(0.1702984,0.9247866,0.3402471),(0.06539703,0.9573522,0.2814249),(-0.0141337,0.9567624,0.2905268),(0.09163214,0.9326683,0.3489031),(-0.01474651,0.9702049,0.2418367),(-0.07134795,0.9726784,0.2209211),(-0.1513209,0.9582515,0.242603),(-0.09547903,0.9619725,0.2559152),(-0.1742773,0.9502838,0.2580467),(-0.0909646,0.9531968,0.2883421),(-0.2290601,0.9396678,0.2540788),(-0.3055233,0.9176284,0.2541921),(-0.251428,0.9358763,0.2468187),(-0.1648773,0.947666,0.2733947),(0.01818313,0.9366665,0.3497502),(-0.0496353,0.938486,0.3417313),(-0.1133101,0.9714663,0.2083607),(-0.1491812,0.9693553,0.1951794),(-0.2245648,0.9471385,0.2291271),(-0.1909112,0.952487,0.2373215),(-0.1802463,0.9665914,0.1822424),(-0.20781,0.9632092,0.17042),(-0.2825178,0.9361301,0.20939),(-0.2544137,0.9418894,0.219358),(-0.3264762,0.9112204,0.2511781),(-0.297504,0.9194647,0.2570525),(-0.3553027,0.9027299,0.2425669),(-0.3974019,0.8745368,0.2779519),(-0.4264981,0.8628987,0.2711182),(-0.3693432,0.8865554,0.2785769),(-0.2659112,0.9286769,0.2585545),(-0.3396868,0.9005767,0.2712464),(-0.2351003,0.9594301,0.1556332),(-0.2629741,0.9557883,0.13158),(-0.3100376,0.9297755,0.1984798),(-0.3351692,0.9241234,0.1834601),(-0.2876325,0.9530587,0.09458766),(-0.3051483,0.9514415,0.04053963),(-0.3537929,0.921443,0.1605404),(-0.361802,0.9238063,0.1252246),(-0.4055052,0.8853541,0.2274062),(-0.4197002,0.8808736,0.2188914),(-0.4222475,0.8829362,0.2052577),(-0.4870546,0.8313537,0.2676356),(-0.4896466,0.8278401,0.2737277),(-0.4745691,0.839671,0.2640771),(-0.382931,0.8935668,0.2343124),(-0.4538296,0.8508516,0.2647456),(-0.3012148,0.9534531,-0.01403491),(-0.2672385,0.9625116,-0.04642322),(-0.3501472,0.9326659,0.08678258),(-0.315641,0.9469151,0.06101381),(-0.2105007,0.9763672,-0.04895354),(-0.138109,0.9903165,-0.01410805),(-0.2663955,0.9621828,0.05690156),(-0.2113591,0.9738438,0.08339985),(-0.3838415,0.9063911,0.1764111),(-0.3514243,0.9195518,0.1758564),(-0.3207979,0.9268687,0.1949439),(-0.4665374,0.8343124,0.2937098),(-0.4647225,0.8292034,0.3105719),(-0.4747098,0.8327937,0.2847901),(-0.4097989,0.8924397,0.1887234),(-0.483977,0.8292274,0.2795498),(-0.07159276,0.996469,0.04386512),(-0.03019634,0.9936543,0.1083477),(-0.1706232,0.9768551,0.1290036),(-0.1600279,0.9710479,0.1773611),(-0.01922873,0.9831572,0.1817477),(-0.04824738,0.9637696,0.262336),(-0.244466,0.9322348,0.2667857),(-0.1828186,0.9568822,0.2257298),(-0.324883,0.9111872,0.2533555),(-0.3718018,0.8873172,0.2728215),(-0.4490663,0.8503341,0.2743562),(-0.641958,0.7078906,0.2945857),(-0.5715837,0.7522281,0.3277881),(-0.5157169,0.7878701,0.336596),(-0.3081262,0.9242483,0.2254401),(-0.4791819,0.8138543,0.3286732),(-0.1365781,0.9384116,0.3173802),(-0.2877162,0.909987,0.2985682),(-0.4912132,0.8418279,0.2236854),(-0.3506313,0.8948423,0.2762517),(-0.4649116,0.8681679,0.1736138),(-0.6048223,0.7939281,-0.06219299),(-0.7163648,0.690138,-0.1026203),(-0.6282665,0.7721718,0.09503745),(-0.7459684,0.6639424,0.05207269),(-0.6576197,0.7336667,0.1710832),(-0.7923398,0.6008393,-0.1057814),(-0.8423949,0.5322739,-0.08399609),(-0.8248329,0.5636957,0.04356477),(-0.7796854,0.6077328,0.1508357),(-0.5499549,0.7986231,0.2444398),(-0.7153,0.6581327,0.2349624),(-0.6575162,0.7067738,-0.2610427),(-0.6716327,0.666911,-0.3227059),(-0.7195118,0.620433,-0.3120346),(-0.7331299,0.6270779,-0.2632374),(-0.6882772,0.6736444,-0.2692167),(-0.7036738,0.7040374,-0.09578262),(-0.6872298,0.7206486,-0.09154758),(-0.705569,0.659861,-0.2583715),(-0.7316216,0.6477907,-0.2123606),(-0.7626699,0.5889778,-0.2672821),(-0.6905779,0.7212073,-0.05442698),(-0.7122701,0.7019055,0.0001254407),(-0.7630817,0.6289242,-0.1488647),(-0.7994772,0.5642624,-0.2060198),(-0.7890615,0.569024,-0.2315027),(-0.8290753,0.5284817,-0.1825954),(-0.6938015,0.7114053,0.111991),(-0.6706867,0.6951983,0.2586091),(-0.6049015,0.7549867,0.2531584),(-0.648326,0.7534485,0.109494),(-0.6477632,0.675659,0.3519768),(-0.6304723,0.6629258,0.4037748),(-0.5458228,0.7380905,0.3966104),(-0.5691338,0.7462329,0.345287),(-0.5243395,0.7755232,0.351613),(-0.5714946,0.7759193,0.2671016),(-0.493292,0.7742827,0.3964207),(-0.4710031,0.7801319,0.4117649),(-0.5132931,0.7724268,0.3740148),(-0.5714687,0.7648513,0.2973653),(-0.6306081,0.7645634,0.1333272),(-0.6413534,0.7472825,0.1738815),(-0.612461,0.6562554,0.4407045),(-0.5859541,0.6502969,0.4834995),(-0.502839,0.7187399,0.4801728),(-0.5272371,0.7302418,0.4344745),(-0.5502672,0.6436898,0.5318548),(-0.504278,0.6350991,0.5851094),(-0.421753,0.6872762,0.5914184),(-0.4689848,0.7042965,0.532935),(-0.3976046,0.7488579,0.5302097),(-0.4387303,0.7628717,0.4749132),(-0.3403309,0.7292449,0.5936133),(-0.2548687,0.7592926,0.5987626),(-0.3304834,0.777656,0.5348196),(-0.3886493,0.7860025,0.4807825),(-0.4689656,0.7715016,0.4299495),(-0.4339924,0.7864865,0.4394197),(-0.4489067,0.6242886,0.6393328),(-0.3863882,0.6109357,0.6909862),(-0.2977319,0.6504948,0.6987218),(-0.3626737,0.669215,0.6485516),(-0.3185793,0.5931322,0.7393927),(-0.247914,0.5691036,0.7840024),(-0.1717328,0.5997053,0.7815762),(-0.2322783,0.6281812,0.7425868),(-0.1448859,0.6624767,0.7349371),(-0.2036869,0.6858481,0.6986586),(-0.1030501,0.6343766,0.7661247),(-0.04346358,0.6770512,0.7346513),(-0.05666362,0.6971756,0.7146576),(-0.1028944,0.7158719,0.6906085),(-0.271727,0.7072241,0.6526856),(-0.1726569,0.7361278,0.6544505),(-0.1914155,0.5486652,0.8138344),(-0.1695426,0.5417475,0.8232648),(-0.1406819,0.5716508,0.8083465),(-0.1347395,0.5766298,0.8058184),(-0.191479,0.5433829,0.817356),(-0.2682614,0.5436,0.7953207),(-0.3167528,0.5919401,0.7411305),(-0.1974798,0.5806795,0.7898183),(-0.2332025,0.6180614,0.7507441),(-0.1363317,0.6075522,0.7824922),(-0.3946765,0.6290989,0.6696754),(-0.5025392,0.6473545,0.5730503),(-0.30468,0.6547242,0.6917416),(-0.1620598,0.6534013,0.7394615),(-0.095045,0.6119885,0.7851348),(-0.07570601,0.6601399,0.7473178),(-0.3996601,0.5273734,0.749766),(-0.5753484,0.4923633,0.6531098),(-0.6784028,0.5237898,0.5151833),(-0.4862944,0.5772487,0.6559739),(-0.7719833,0.449427,0.4495077),(-0.9156305,0.3913765,0.09189682),(-0.9366055,0.3392161,-0.08776385),(-0.8542011,0.442675,0.2727261),(-0.9135566,0.3980185,0.08363964),(-0.7800987,0.5188778,0.349588),(-0.9312918,0.2606752,-0.2544483),(-0.9039916,0.1603048,-0.3963603),(-0.9435056,0.3158799,-0.1000846),(-0.8666044,0.4701497,0.167201),(-0.5919572,0.6016747,0.5362595),(-0.7074189,0.5895261,0.3898941),(-0.9151124,0.2938607,-0.2760711),(-0.8401824,0.1819908,-0.5108551),(-0.7862151,0.1094864,-0.6081765),(-0.8820764,0.2189747,-0.4171225),(-0.7561511,0.08403379,-0.648979),(-0.6787966,0.01690683,-0.7341318),(-0.6491961,-0.02652902,-0.7601582),(-0.7051921,0.02444267,-0.7085948),(-0.6612473,-0.03235121,-0.7494701),(-0.7310587,0.03422401,-0.6814556),(-0.631412,-0.06364337,-0.7728314),(-0.62811,-0.09412083,-0.7724112),(-0.6294151,-0.08574633,-0.7723238),(-0.6816623,-0.04214011,-0.7304524),(-0.835536,0.1321353,-0.5333102),(-0.7831692,0.03679185,-0.6207192),(-0.6369672,-0.01117511,-0.7708099),(-0.6629931,-0.005549514,-0.748605),(-0.6823392,-0.01575903,-0.7308658),(-0.6350889,-0.03802701,-0.7715024),(-0.7596129,0.02553185,-0.6498742),(-0.9014973,0.08106884,-0.4251241),(-0.9290925,0.1023632,-0.3553998),(-0.7914926,0.03222721,-0.6103285),(-0.8295855,0.04872291,-0.5562499),(-0.7132259,-0.01630951,-0.7007445),(-0.9530357,0.1313243,-0.2729045),(-0.9694396,0.1671533,-0.1795739),(-0.8702181,0.07553902,-0.4868411),(-0.7540194,-0.006247278,-0.6568225),(-0.6463304,-0.05642487,-0.7609686),(-0.6710767,-0.06572969,-0.7384685),(-0.9807242,0.1496946,-0.1255847),(-0.9608839,0.2162185,0.1730662),(-0.9308029,0.2419575,0.2739751),(-0.9836544,0.1773814,-0.03098381),(-0.8308868,0.2575335,0.4932581),(-0.5281559,0.2343687,0.8161634),(-0.4519358,0.2402356,0.8590931),(-0.7687743,0.2752291,0.5772651),(-0.7004173,0.2891137,0.6525557),(-0.8889871,0.2667088,0.3722478),(-0.3787753,0.2428064,0.89307),(-0.3094639,0.2424597,0.919481),(-0.6286467,0.298936,0.7179419),(-0.8371918,0.2892156,0.4641812),(-0.9755862,0.2084693,0.06907949),(-0.9553406,0.2413588,0.1704992),(-0.1398286,0.1562654,0.9777674),(0.1377672,0.09534356,0.9858649),(0.1836548,0.08148256,0.9796078),(-0.07609086,0.1512239,0.9855666),(0.3206968,0.05824905,0.9453892),(0.449832,0.02868376,0.8926524),(0.4612471,0.006723647,0.8872462),(0.3495465,0.03822356,0.936139),(0.3681572,0.01956263,0.9295577),(0.2195574,0.0692522,0.9731386),(0.461668,-0.01714113,0.8868873),(0.4463017,-0.0398093,0.8939966),(0.3748837,0.004029421,0.9270631),(0.2459549,0.05949211,0.9674538),(-0.02109741,0.1458146,0.9890869),(0.02636398,0.1404289,0.9897397),(0.5384102,-0.002595156,0.8426788),(0.5840971,-0.03600936,0.8108847),(0.558514,-0.04881772,0.8280573),(0.5316698,-0.02167387,0.8466743),(0.5912902,-0.07463108,0.8029981),(0.5583252,-0.1223783,0.8205464),(0.4764823,-0.1179123,0.8712413),(0.5426267,-0.07933072,0.8362195),(0.4706324,-0.1041064,0.8761661),(0.5157212,-0.0767599,0.8533109),(0.3644556,-0.1331701,0.9216495),(0.2222661,-0.1663411,0.9606916),(0.3669961,-0.1460579,0.9186844),(0.4461996,-0.1160798,0.8873733),(0.5118225,-0.04886289,0.8577005),(0.470991,-0.08013927,0.8784903),(0.4745138,-0.1765496,0.8623613),(0.3193306,-0.2207136,0.921582),(0.1558882,-0.2031041,0.9666683),(0.3515346,-0.1648924,0.9215389),(0.06683182,-0.2254025,0.9719708),(-0.2825971,-0.1611218,0.9456102),(-0.4511591,-0.1236021,0.8838426),(-0.120764,-0.1980506,0.972724),(-0.2975393,-0.162837,0.9407203),(-0.02456139,-0.1861581,0.9822127),(-0.5891329,-0.07745792,0.804315),(-0.6979828,-0.02736742,0.7155914),(-0.4453369,-0.1264596,0.8863876),(-0.1964488,-0.1732016,0.9650953),(0.1974799,-0.1654986,0.966236),(0.02747366,-0.1782645,0.983599),(-0.5962417,-0.06984088,0.7997613),(-0.8004195,-0.004194114,0.5994256),(-0.8777434,0.04167677,0.4773151),(-0.7167782,-0.02696227,0.6967798),(-0.9267665,0.04798489,0.3725606),(-0.9880536,0.103073,0.1145701),(-0.9891268,0.1445782,-0.02693297),(-0.9665611,0.09352992,0.2387715),(-0.9869628,0.132162,0.09185742),(-0.9339703,0.08789033,0.3463736),(-0.9687167,0.1721013,-0.1787984),(-0.9241054,0.1783417,-0.3379698),(-0.9845326,0.1582179,-0.07525051),(-0.9718061,0.1315027,0.1957035),(-0.8093755,0.0216632,0.5868919),(-0.8819709,0.07421747,0.4654234),(-0.9791751,0.1434888,-0.1436217),(-0.9244645,0.147899,-0.3514135),(-0.8645002,0.1714537,-0.472486),(-0.9430673,0.1769606,-0.2816187),(-0.8515986,0.1293282,-0.5079903),(-0.7759201,0.1065587,-0.6217663),(-0.7146461,0.1101494,-0.690759),(-0.7836595,0.1430618,-0.6044924),(-0.7123639,0.1492279,-0.6857615),(-0.7921221,0.1810114,-0.5829043),(-0.6576357,0.1130966,-0.7447982),(-0.6471294,0.1446746,-0.7485271),(-0.6118342,0.1130442,-0.7828665),(-0.7165493,0.1722666,-0.67593),(-0.8871524,0.1934242,-0.4189843),(-0.8159147,0.1866711,-0.5472084),(-0.7175021,0.08415841,-0.6914536),(-0.694797,0.05744625,-0.716908),(-0.6680859,0.04637962,-0.7426373),(-0.6721915,0.07895272,-0.7361556),(-0.7102879,0.0257465,-0.7034404),(-0.7615729,-0.01094156,-0.6479869),(-0.7720871,-0.02895751,-0.6348567),(-0.7028247,0.01057354,-0.7112844),(-0.7070606,0.004308003,-0.7071399),(-0.6525699,0.04316393,-0.7564982),(-0.7926092,-0.03882863,-0.6084923),(-0.8209497,-0.03969147,-0.5696194),(-0.7228951,0.007119334,-0.690921),(-0.6502174,0.04711184,-0.7582862),(-0.6358011,0.0784877,-0.767852),(-0.6125042,0.08121951,-0.7862837),(-0.8324538,-0.04731358,-0.5520707),(-0.9068084,-0.0859185,-0.412694),(-0.9288238,-0.09762865,-0.3574284),(-0.8540569,-0.06471705,-0.516138),(-0.9668598,-0.1399755,-0.2135164),(-0.9750659,-0.2157313,0.05202336),(-0.9721224,-0.2063768,0.111296),(-0.9787489,-0.1418933,-0.1480443),(-0.9868478,-0.1423516,-0.07659899),(-0.9511171,-0.1057057,-0.2901769),(-0.9657982,-0.1967825,0.168851),(-0.9567406,-0.1868391,0.2230214),(-0.9900599,-0.1406064,-0.003355994),(-0.9705021,-0.1090098,-0.2150404),(-0.8814487,-0.07600697,-0.4661237),(-0.9110681,-0.07999597,-0.40442),(-0.9031931,-0.2875335,0.3186952),(-0.7711099,-0.3410492,0.5376569),(-0.7593229,-0.3283391,0.5618027),(-0.8915412,-0.2728238,0.3615541),(-0.5816042,-0.3870717,0.7154804),(-0.3202889,-0.4327624,0.842693),(-0.3477264,-0.433939,0.8311338),(-0.5810921,-0.3801135,0.719615),(-0.587404,-0.3708673,0.719315),(-0.752332,-0.3144124,0.578914),(-0.3799417,-0.4313352,0.8182874),(-0.4152664,-0.4247744,0.8044381),(-0.5988401,-0.3592651,0.7157647),(-0.7493165,-0.2994091,0.5906599),(-0.880481,-0.2577578,0.397887),(-0.8703556,-0.2425548,0.428542),(-0.08846782,-0.4715831,0.8773727),(-0.01149736,-0.5160827,0.8564616),(-0.08343495,-0.531695,0.8428161),(-0.1456983,-0.4824298,0.8637323),(-0.08478506,-0.5677688,0.8188101),(-0.3144556,-0.5978177,0.7373816),(-0.3877454,-0.5966723,0.7025921),(-0.1626071,-0.5802953,0.7980077),(-0.2377975,-0.5834502,0.7765554),(-0.1554915,-0.5393276,0.827616),(-0.453385,-0.5868601,0.6708481),(-0.5102488,-0.5702534,0.6437836),(-0.3082944,-0.5779739,0.7555797),(-0.2257188,-0.5390956,0.8114352),(-0.204586,-0.4872379,0.8489664),(-0.2635616,-0.4859333,0.8333092),(-0.5529978,-0.5802497,0.597916),(-0.6762943,-0.5597997,0.4788008),(-0.7130699,-0.5388132,0.4485664),(-0.6087202,-0.5642484,0.5577484),(-0.7244205,-0.5546309,0.4093891),(-0.7249759,-0.5622731,0.3978177),(-0.7224232,-0.5560322,0.4110145),(-0.7434487,-0.5375197,0.3979405),(-0.7571127,-0.5182564,0.3977319),(-0.7419815,-0.5150667,0.4291501),(-0.7158366,-0.5466871,0.434409),(-0.7045722,-0.5337521,0.4676395),(-0.7651632,-0.4972484,0.4089857),(-0.7632657,-0.4899546,0.4211532),(-0.6546798,-0.5430487,0.5258255),(-0.6910077,-0.5187905,0.5033535),(-0.6889169,-0.5753109,0.4409204),(-0.5982817,-0.597282,0.5341472),(-0.5501237,-0.6010381,0.579756),(-0.6628767,-0.5783275,0.4755334),(-0.3750573,-0.6325348,0.6776663),(0.1283986,-0.5973639,0.7916251),(0.2225207,-0.5616432,0.7968948),(-0.3017652,-0.6254631,0.719537),(-0.2234752,-0.6104445,0.7598791),(-0.4962125,-0.5978525,0.6295599),(0.3133304,-0.5221087,0.7932379),(0.3970047,-0.4823456,0.780852),(-0.1419454,-0.5881151,0.7962237),(-0.4367906,-0.5872151,0.6814634),(-0.6322428,-0.5762458,0.51789),(-0.5965485,-0.5682549,0.5667595),(0.6248156,-0.3739249,0.685409),(0.8427249,-0.1340375,0.5213912),(0.8895625,-0.0770464,0.4502693),(0.7031413,-0.3145756,0.6376789),(0.9257802,0.06987748,0.3715485),(0.9468369,0.2452603,0.2082001),(0.9521126,0.2664284,0.1499916),(0.9475982,0.1118355,0.2992497),(0.9651965,0.1327914,0.2253047),(0.9261785,-0.03703865,0.3752618),(0.9597268,0.2660074,0.09035718),(0.9694644,0.2433313,0.0304702),(0.979549,0.1310057,0.1527129),(0.9534634,-0.01756224,0.300997),(0.769509,-0.2634181,0.5817789),(0.8223624,-0.2256687,0.5222967),(0.9259418,0.3744559,0.04913788),(0.8943311,0.4436961,-0.05749435),(0.9263233,0.3765547,0.01148426),(0.8979489,0.4330239,-0.07860093),(0.8738757,0.4720412,-0.1162682),(0.8724071,0.4698248,-0.1347983),(0.8832834,0.452159,-0.1239459),(0.8874083,0.4424805,-0.1292959),(0.908946,0.4038442,-0.1035713),(0.8991559,0.4157684,-0.1365846),(0.9066957,0.4011809,-0.1302181),(0.91874,0.3626116,-0.1563001),(0.9275571,0.3462485,-0.1405333),(0.9249848,0.3557254,-0.1336508),(0.9331312,0.3583837,-0.02876106),(0.9448445,0.3195403,-0.07185302),(0.8907163,0.4401329,-0.1136116),(0.9231834,0.3818312,-0.0440143),(0.9385094,0.3448039,-0.01761767),(0.9083469,0.4070539,-0.09598438),(0.95328,0.2888126,0.0885691),(0.9447877,0.1528406,0.2898549),(0.9412091,0.1155818,0.3174369),(0.9609618,0.2497666,0.1190344),(0.9678822,0.2080028,0.1412047),(0.9536725,0.3008466,0.0004209483),(0.937822,0.07935797,0.3379236),(0.9359156,0.04563526,0.3492554),(0.9744603,0.1655169,0.1517608),(0.9677628,0.2517852,0.006264711),(0.9277074,0.3632356,-0.08613314),(0.946741,0.3098262,-0.08768762),(0.8959908,0.03068952,0.4430108),(0.8838332,-0.01910843,0.4674116),(0.8711948,-0.04598467,0.4887791),(0.8849519,-0.001227106,0.4656808),(0.929009,0.005520022,0.3700162),(0.9870672,0.1192189,0.1071692),(0.986504,0.1005309,0.1292413),(0.9196656,-0.01732187,0.39232),(0.9106547,-0.03637192,0.4115641),(0.8597118,-0.06882983,0.5061207),(0.9851816,0.08349674,0.1498182),(0.9831865,0.06817912,0.1693982),(0.9025564,-0.05127611,0.4275075),(0.8503987,-0.08712876,0.5188745),(0.8750599,-0.02995679,0.4830867),(0.8676196,-0.05467626,0.4942133),(0.9507405,0.2412303,-0.1946804),(0.8791855,0.2972619,-0.3723818),(0.8910233,0.2833957,-0.3546328),(0.9580946,0.2263855,-0.1755115),(0.8311595,0.3102403,-0.4614376),(0.817798,0.2957484,-0.4936998),(0.8357731,0.2766004,-0.4743159),(0.8463559,0.2949179,-0.4435143),(0.8632438,0.2725758,-0.4248679),(0.9036544,0.2651317,-0.3363239),(0.8560089,0.2476275,-0.4537945),(0.8788984,0.2079083,-0.4293152),(0.8823861,0.2426029,-0.4031606),(0.9175463,0.242033,-0.3154821),(0.9651436,0.2099465,-0.1562704),(0.9720669,0.1916383,-0.135502),(0.8217612,0.2684863,-0.5026168),(0.8253561,0.2411888,-0.5105048),(0.8409093,0.2440991,-0.4829981),(0.8430056,0.2117504,-0.4944729),(0.828801,0.2173832,-0.5155904),(0.8325759,0.2003589,-0.5164046),(0.8424193,0.1835235,-0.5066053),(0.8399255,0.163173,-0.5175903),(0.8627498,0.1673182,-0.4771449),(0.8574843,0.133902,-0.4967805),(0.8478827,0.1117986,-0.5182626),(0.8718047,0.06748613,-0.4851827),(0.8530077,0.04617627,-0.5198516),(0.8835377,0.106536,-0.4560825),(0.8624539,0.2069746,-0.4618816),(0.8862393,0.1558654,-0.4362177),(0.8441637,0.1883276,-0.5019167),(0.8697695,0.1776289,-0.4603793),(0.844283,0.1483831,-0.5149453),(0.8631932,0.1346133,-0.4865972),(0.906392,0.1679733,-0.3876058),(0.9472295,0.1596351,-0.2779803),(0.8946203,0.1212776,-0.4300538),(0.9337465,0.1080756,-0.3412288),(0.8565263,0.08591402,-0.5089022),(0.8826789,0.0731868,-0.4642432),(0.9189373,0.05778512,-0.3901477),(0.8682826,0.02562289,-0.4954078),(0.902993,0.01009273,-0.4295368),(0.8460221,0.03337351,-0.5321022),(0.844407,0.09803586,-0.5266553),(0.8403759,0.03841007,-0.5406412),(0.9780769,0.1553884,-0.1386361),(0.9877253,0.1535269,0.02877814),(0.9694517,0.09738338,-0.225122),(0.9925852,0.08967593,-0.08205348),(0.9600791,0.1476896,0.2375621),(0.8585115,0.1377812,0.4939376),(0.9914809,0.08367057,0.09982421),(0.9403603,0.08470386,0.3294661),(0.9849818,0.02689542,-0.1705506),(0.9997205,0.01617957,-0.01724132),(0.9841238,0.01740957,0.1766275),(0.9923971,-0.05470707,-0.1102498),(0.9968922,-0.06283171,0.04751944),(0.9706554,-0.03485657,-0.2379348),(0.9555904,0.04148867,-0.2917632),(0.9395833,-0.01178176,-0.3421174),(0.6595404,0.1441036,0.7377267),(0.3887391,0.1747549,0.9046229),(0.8153656,0.1099538,0.5684093),(0.6161743,0.1602183,0.7711415),(0.05927873,0.1983802,0.9783309),(-0.3087499,0.1793695,0.9340771),(0.3336357,0.2079109,0.9194891),(-0.03609284,0.2241387,0.9738887),(0.7928016,0.0981996,0.6015169),(0.5802096,0.1578512,0.7990244),(0.2540513,0.2066965,0.9448463),(0.7671573,0.03858414,0.6402977),(0.5149432,0.1004236,0.8513216),(0.9053587,-0.01157714,0.4244899),(0.919421,0.04504035,0.3906873),(0.9725687,-0.04823612,0.2275596),(-0.5934871,0.1592199,0.7889373),(-0.7280917,0.2087279,0.6529281),(-0.3749776,0.2394233,0.8955826),(-0.5606754,0.3144747,0.7659953),(-0.7635372,0.3238678,0.5586774),(-0.7213029,0.4787253,0.500544),(-0.5995246,0.5915406,0.5391195),(-0.624416,0.4429078,0.6433797),(-0.3249844,0.3680486,0.8711632),(-0.4257485,0.5058777,0.7502172),(-0.4332239,0.6470581,0.6274016),(-0.1906111,0.4756432,0.858738),(-0.2382989,0.6198986,0.7476224),(-0.0527937,0.324197,0.9445153),(-0.09813261,0.2646499,0.9593385),(0.1934764,0.1922853,0.9620774),(-0.6488733,0.611981,0.4521534),(-0.6011827,0.6888222,0.4050967),(-0.5500096,0.708038,0.4429128),(-0.5334445,0.7691545,0.3519066),(-0.5810104,0.7213821,0.3768747),(-0.5858447,0.7140299,0.3833368),(-0.553026,0.784678,0.280076),(-0.6087392,0.7560378,0.2405067),(-0.4376661,0.8089469,0.3924963),(-0.4983585,0.8167334,0.2908359),(-0.6009215,0.7708653,0.2113293),(-0.4181206,0.8186595,0.3936644),(-0.5635199,0.7770904,0.2803139),(-0.3182907,0.7990034,0.5101811),(-0.4178733,0.7533393,0.5078011),(-0.2619687,0.731538,0.6294637),(-0.5835638,0.6808898,0.4425407),(-0.5345663,0.6387231,0.5534183),(-0.6605431,0.7065552,0.2538945),(-0.6656306,0.6704528,0.3277637),(-0.4289018,0.5862657,0.6872668),(-0.2712775,0.5215444,0.8089499),(-0.6151509,0.6510383,0.4446781),(-0.5007147,0.6411991,0.5815054),(-0.7276178,0.657321,0.1962179),(-0.7108661,0.6526083,0.262244),(-0.6350282,0.681831,0.3631057),(-0.735333,0.6643422,0.1339209),(-0.6797718,0.7149604,0.1635292),(-0.7382891,0.6594486,0.1416218),(-0.69204,0.7002265,0.1753949),(-0.6862504,0.7023914,0.1889622),(-0.1059166,0.4331903,0.8950576),(0.0236182,0.3167106,0.9482281),(-0.356512,0.6091799,0.7083778),(-0.2299256,0.5348276,0.8130767),(0.1126995,0.1827536,0.9766781),(0.1619135,0.04621794,0.9857221),(-0.1285915,0.4255808,0.8957372),(-0.05624472,0.2950297,0.9538312),(-0.4313639,0.6820912,0.5904886),(-0.3491673,0.6209305,0.701803),(-0.2828082,0.5244664,0.8030907),(-0.4989923,0.7818826,0.3737196),(-0.4711749,0.7403144,0.4795089),(-0.5416755,0.7904363,0.2860034),(-0.527768,0.7027379,0.4770958),(-0.6019555,0.7683864,0.2173292),(0.1992538,-0.07370315,0.9771724),(0.2545626,-0.1679476,0.952361),(0.004511848,0.1642803,0.9864033),(0.07510689,0.04839979,0.9960002),(0.3369863,-0.2412101,0.9100868),(0.4528685,-0.2985652,0.8401006),(0.1637719,-0.05234372,0.9851086),(0.2787325,-0.1431977,0.9496329),(-0.1452078,0.2939557,0.9447247),(-0.05678467,0.1857443,0.980956),(0.0510583,0.08241875,0.995289),(-0.3166736,0.4969946,0.8079073),(-0.226189,0.408956,0.8840777),(-0.3886227,0.5860587,0.7109905),(-0.2195609,0.4091623,0.8856518),(-0.4403224,0.6706037,0.5969983),(0.5671306,-0.3540089,0.743667),(0.6419632,-0.4215194,0.6404722),(0.3989623,-0.2356899,0.8861599),(0.4939037,-0.3378124,0.8012128),(0.6725617,-0.5004022,0.5452142),(0.6588897,-0.5885139,0.4685251),(0.5499933,-0.4454758,0.7064409),(0.5608048,-0.553416,0.6158155),(0.2816941,-0.1457478,0.9483702),(0.3709825,-0.2745692,0.8871211),(0.4235831,-0.403122,0.8112152),(0.1071615,0.09744492,0.9894549),(0.2090347,-0.03292818,0.9773537),(-0.007365269,0.2157128,0.9764291),(0.1695736,-0.02545374,0.9851888),(-0.1214631,0.3183443,0.9401615),(0.6119312,-0.6770426,0.4088441),(0.5429466,-0.7586149,0.3601559),(0.4761676,-0.7451211,0.4669678),(0.5327319,-0.6550584,0.5358127),(0.4542322,-0.8305918,0.3221653),(0.3491428,-0.8889485,0.2964283),(0.3079428,-0.8757143,0.3718813),(0.3985938,-0.8198869,0.4109848),(0.3560866,-0.7200809,0.595555),(0.4086022,-0.6314073,0.6590669),(0.2881876,-0.7857948,0.5472426),(0.2568648,-0.5237736,0.8122078),(0.2936066,-0.4235026,0.8569951),(0.3042986,-0.3027883,0.903173),(0.4347756,-0.5240532,0.7323513),(0.2787791,-0.1696126,0.9452586),(0.2704875,-0.9236772,0.271398),(0.2589519,-0.9366441,0.2358854),(0.2471191,-0.9189763,0.3072698),(0.245635,-0.9072248,0.3414773),(0.3134921,-0.930869,0.1876314),(0.4306626,-0.8943951,0.1207779),(0.3100561,-0.9139987,0.2616707),(0.4302738,-0.8817868,0.1931745),(0.2540395,-0.8455144,0.4696479),(0.3176598,-0.8505788,0.4190561),(0.431529,-0.8344746,0.3426876),(0.2999322,-0.6913656,0.6573084),(0.4008267,-0.7163743,0.5710917),(0.2434295,-0.6518742,0.7181935),(0.2437467,-0.8254995,0.5090561),(0.2300518,-0.5983263,0.7675166),(0.5411243,-0.8390504,0.05638291),(0.5906468,-0.8066931,0.01956037),(0.5851445,-0.8083218,0.06497359),(0.5395434,-0.8335969,0.1183599),(0.5888063,-0.8082416,0.007252602),(0.5368955,-0.8434969,0.01601011),(0.5185455,-0.8546079,0.02749079),(0.5773456,-0.8157604,0.03474218),(0.574131,-0.7992992,0.1774664),(0.5610054,-0.8185511,0.1234791),(0.4964353,-0.8631023,0.0927717),(0.5221199,-0.8055426,0.2801639),(0.4560105,-0.8632938,0.2162828),(0.5350948,-0.7619011,0.3649387),(0.5335832,-0.8071247,0.2526634),(0.4948898,-0.7336577,0.4656505),(0.455719,-0.8895597,0.03168176),(0.3695332,-0.9282911,0.04148364),(0.430788,-0.9019043,0.03146793),(0.3384089,-0.9403721,0.0343463),(0.2777228,-0.9596153,0.04481645),(0.1794503,-0.9829141,0.04095769),(0.2403361,-0.9700524,0.0351731),(0.1355874,-0.9902151,0.03301625),(0.3057609,-0.9502077,0.06013023),(0.2034377,-0.9779264,0.04767594),(0.09603108,-0.99463,0.03858872),(0.1588651,-0.9838778,0.08213562),(0.05682532,-0.9967706,0.05673874),(0.2606883,-0.9579772,0.1196716),(0.4032449,-0.9119921,0.07525836),(0.3603678,-0.9180345,0.1653711),(0.1007895,-0.9946524,0.02254044),(0.07026245,-0.997444,-0.01298989),(0.05476202,-0.9983205,0.01890452),(0.02959016,-0.9994881,-0.01216202),(0.09025542,-0.9942802,-0.05710353),(0.1626493,-0.9815156,-0.1008575),(0.06160317,-0.9966384,-0.05400865),(0.1525168,-0.9832187,-0.1000976),(-0.001400594,-0.9999968,-0.002057555),(0.0410066,-0.9983969,-0.0390122),(0.1454294,-0.9857513,-0.084527),(0.02958425,-0.9994796,-0.01285455),(0.1401052,-0.9886576,-0.05409968),(-0.02135792,-0.9996412,0.0161679),(0.01700957,-0.999557,0.02442297),(-0.01276447,-0.9992018,0.03785205),(0.2334751,-0.9645724,-0.1228384),(0.249487,-0.9617314,-0.1132648),(0.239474,-0.9624181,-0.1280759),(0.2624573,-0.9567508,-0.1254751),(0.2081633,-0.9745991,-0.08261204),(0.1033323,-0.9938441,-0.03995392),(0.2206267,-0.9701737,-0.1004338),(0.1077685,-0.9924429,-0.05867587),(0.2707759,-0.9544487,-0.1253315),(0.229396,-0.9671555,-0.1094878),(0.1139719,-0.9909056,-0.07152864),(0.2317382,-0.9666159,-0.1093214),(0.1220533,-0.9894074,-0.07858776),(0.2705972,-0.9561327,-0.1121937),(0.2432403,-0.9627264,-0.1182869),(0.2412524,-0.9660086,-0.09286806),(-0.01113715,-0.9999139,-0.006943803),(-0.0763372,-0.9970796,0.002216412),(-0.01633724,-0.9996451,-0.02104316),(-0.08644439,-0.9962445,-0.004930212),(-0.0928911,-0.9956567,-0.00624894),(-0.06142151,-0.9977528,-0.02676874),(-0.1043217,-0.9945177,-0.007169646),(-0.07167599,-0.9971164,-0.02493129),(-0.085641,-0.9963212,-0.003093392),(-0.1054676,-0.9944075,0.005507054),(-0.07582318,-0.997109,-0.004948607),(-0.0920684,-0.9952739,0.03087223),(-0.07124823,-0.9969214,0.03273251),(-0.06941983,-0.9975653,0.00664868),(-0.01344376,-0.9994795,-0.02932695),(0.0007358182,-0.9994682,-0.03259993),(-0.01794785,-0.9987491,-0.04667103),(0.0007210771,-0.9983988,-0.05656276),(-0.0264091,-0.9985646,-0.04659708),(-0.006586044,-0.9981078,-0.06113475),(-0.005564874,-0.9983045,-0.05794099),(-0.0370138,-0.9979561,-0.05209167),(-0.01180608,-0.9976498,-0.06749392),(-0.04170103,-0.9970489,-0.06445583),(-0.01482288,-0.998914,-0.04417185),(-0.01844293,-0.9982354,-0.0564432),(-0.0434228,-0.9973742,-0.05795724),(-0.02663951,-0.9993455,-0.02447357),(-0.04309227,-0.9985437,-0.03245861),(-0.02466296,-0.9996815,-0.005340071),(-0.03359956,-0.9991089,-0.02554285),(-0.03891863,-0.999105,0.01657217),(-0.07125224,-0.9964437,-0.04497807),(-0.08563825,-0.9954784,-0.04109511),(-0.07280995,-0.9957457,-0.05647217),(-0.08183251,-0.9954778,-0.04824312),(-0.07985485,-0.9960606,-0.03855619),(-0.05338867,-0.9979473,-0.03536559),(-0.06852167,-0.9968973,-0.038739),(-0.03232948,-0.9991197,-0.02673415),(-0.06744503,-0.9969339,-0.03967379),(-0.04427851,-0.9987174,-0.02455849),(0.002899009,-0.999981,-0.005428691),(-0.00782367,-0.9999607,0.004180226),(0.05078846,-0.9982914,0.02889316),(-0.04287742,-0.9989629,-0.01532589),(-0.06709554,-0.9964495,-0.05085821),(-0.05459596,-0.9981125,-0.02812037),(-0.01202246,-0.9995089,-0.0289385),(0.03800414,-0.9991013,-0.01876556),(0.01863652,-0.9997762,-0.01001336),(0.07544949,-0.9970863,0.0112353),(0.09617946,-0.9953395,-0.007000528),(0.1616302,-0.9868429,0.00410029),(0.2014862,-0.9780763,0.0526325),(0.1368911,-0.9900236,0.03337884),(0.1880075,-0.9788413,0.08076408),(0.1257457,-0.9908229,0.0495781),(0.2485576,-0.9625097,0.1086014),(0.3033233,-0.9373375,0.1714455),(0.2481662,-0.9592611,0.1350244),(0.1866156,-0.9776888,0.09643237),(0.06346679,-0.997795,0.0194228),(0.1201926,-0.9909524,0.05972381),(0.2275841,-0.9736468,0.01474659),(0.2881733,-0.9571921,0.02719345),(0.2649898,-0.9618841,0.06752349),(0.3243608,-0.9425883,0.07948194),(0.3441508,-0.9379086,0.04344808),(0.3963514,-0.9157555,0.06555534),(0.3804486,-0.9203442,0.09069359),(0.4340317,-0.894955,0.1033053),(0.3605574,-0.9213774,0.145128),(0.4124941,-0.8978459,0.1540176),(0.4624668,-0.8725412,0.1574681),(0.439835,-0.867287,0.233149),(0.4784324,-0.8477368,0.2290083),(0.3981494,-0.8897351,0.2232675),(0.3061337,-0.9430418,0.1302087),(0.3528231,-0.91365,0.20189),(0.437729,-0.8940648,0.09508586),(0.4604977,-0.8782673,0.1287961),(0.4741012,-0.8721713,0.1206035),(0.4896004,-0.8602992,0.1420451),(0.4639089,-0.871492,0.1590291),(0.4470924,-0.8765725,0.1781262),(0.4802263,-0.8621133,0.1616888),(0.444506,-0.8788571,0.1732763),(0.503228,-0.8486671,0.1628672),(0.480987,-0.8610463,0.1650787),(0.4281166,-0.8889143,0.1629343),(0.4602596,-0.8711739,0.1709302),(0.3935907,-0.9073449,0.1476876),(0.4953089,-0.8468577,0.193652),(0.4970096,-0.852963,0.1594853),(0.5011214,-0.8385289,0.2138845),(0.4215446,-0.8891151,0.178254),(0.3998965,-0.9027622,0.1584403),(0.3620454,-0.9211264,0.1430012),(0.3988691,-0.9014972,0.1679471),(0.3828766,-0.9153515,0.1246478),(0.3756479,-0.9207835,0.1051022),(0.3243992,-0.9423776,0.08179021),(0.3351739,-0.9364004,0.1039845),(0.2798017,-0.9571548,0.07460369),(0.3148971,-0.9418309,0.1174495),(0.2661532,-0.9625867,0.05088443),(0.2037766,-0.9789481,0.01165347),(0.2190887,-0.9750466,0.03583661),(0.2592035,-0.9624012,0.08122414),(0.3648568,-0.9191703,0.1483428),(0.3178939,-0.9406047,0.1191895),(0.2223352,-0.9749654,-0.003089199),(0.230433,-0.9730665,-0.006481767),(0.2526049,-0.96744,-0.01582788),(0.09709589,-0.9952742,-0.001273265),(0.1155536,-0.9931182,-0.01907228),(0.08945845,-0.995978,0.005005672),(0.2858756,-0.9578118,-0.02952251),(0.3369859,-0.9403819,-0.0460673),(0.1417673,-0.9887764,-0.04715314),(0.1811134,-0.97979,-0.08491016),(0.0672793,-0.9968259,-0.04256257),(0.1038345,-0.9912289,-0.08175237),(0.1449517,-0.9804662,-0.1329475),(0.1470431,-0.9787773,-0.1427349),(0.198072,-0.9610093,-0.1929476),(0.08681241,-0.9911485,-0.1004402),(0.0165883,-0.9998432,-0.006202399),(0.03301209,-0.9993238,-0.01619595),(0.02040936,-0.9974781,-0.06797723),(-0.01321207,-0.9984606,-0.05387),(0.4112431,-0.9101266,-0.0504858),(0.5045726,-0.8629474,-0.02698583),(0.2403067,-0.964512,-0.1094044),(0.3182663,-0.9430948,-0.09632489),(0.6005343,-0.7992923,0.02214275),(0.6828555,-0.7249451,0.0903477),(0.4025238,-0.9143007,-0.04503847),(0.478395,-0.8771678,0.04141072),(0.2577821,-0.9532717,-0.1575485),(0.3229147,-0.94098,-0.1014046),(0.3816275,-0.9243162,-8.103456e-6),(0.324768,-0.9354953,-0.1391907),(0.3578122,-0.9334478,-0.02541091),(0.2854148,-0.9363022,-0.2046378),(0.1959515,-0.9661656,-0.1677109),(0.2428553,-0.9441998,-0.2225039),(0.7414644,-0.6504419,0.1647902),(0.7760432,-0.5838914,0.2383858),(0.5331377,-0.8332333,0.1465829),(0.5637928,-0.7843665,0.2586635),(0.7876322,-0.5291428,0.3156636),(0.7748851,-0.4855246,0.4047455),(0.5705476,-0.7280768,0.3799732),(0.5513605,-0.6590076,0.5115762),(0.4428409,-0.858116,0.2598628),(0.4411053,-0.8016772,0.4034104),(0.4147538,-0.7212592,0.554765),(0.3682543,-0.8301539,0.4186088),(0.3329896,-0.7425413,0.5811629),(0.3819656,-0.8862833,0.2619237),(0.4228055,-0.8974295,0.1259195),(0.3778924,-0.9187534,0.1144095),(0.7392553,-0.4457933,0.5047473),(0.6844081,-0.4006174,0.6091727),(0.4544689,-0.4954402,0.7402682),(0.5090232,-0.5792734,0.6366614),(0.6201347,-0.3376678,0.7081056),(0.556407,-0.252231,0.7917013),(0.3595878,-0.3067876,0.8812366),(0.4009867,-0.4051446,0.8216249),(0.2683267,-0.438202,0.8578926),(0.31361,-0.5296295,0.7881252),(0.243267,-0.3497013,0.9047264),(0.1836162,-0.3852641,0.9043543),(0.1928562,-0.4551926,0.8692561),(0.2291059,-0.5387722,0.8107004),(0.3673524,-0.6247993,0.6889689),(0.2808191,-0.6364484,0.718383),(0.4985631,-0.143133,0.8549548),(0.4463808,-0.01093013,0.8947763),(0.3159254,-0.06471521,0.9465744),(0.3331108,-0.1947911,0.9225474),(0.3978044,0.1423908,0.9063534),(0.3496225,0.3128485,0.8831137),(0.2813977,0.2493215,0.9266359),(0.3008371,0.08380533,0.9499861),(0.2547896,0.01159303,0.966927),(0.2469856,-0.1314485,0.9600622),(0.2528232,0.1761166,0.9513482),(0.259086,0.1045841,0.9601753),(0.252308,-0.0630173,0.9655928),(0.2278391,-0.2011937,0.952686),(0.2394232,-0.2514443,0.9377912),(0.1999437,-0.3077955,0.9302066),(0.3007042,0.4812145,0.8234134),(0.243392,0.6356323,0.73262),(0.2088964,0.5860249,0.7829031),(0.2539435,0.4189656,0.8717687),(0.159823,0.773828,0.6129003),(0.03274332,0.8848876,0.4646522),(-0.01432577,0.8789483,0.4767019),(0.1262565,0.7462178,0.6536194),(0.1036106,0.7126247,0.6938522),(0.1933474,0.5290753,0.8262543),(-0.05739619,0.870537,0.4887442),(-0.09814359,0.8608214,0.4993538),(0.0885444,0.6781915,0.7295313),(0.1931057,0.4739913,0.859094),(0.235661,0.3495443,0.9067981),(0.2420522,0.2841003,0.927738),(-0.1141033,0.9385116,0.3258472),(-0.2369154,0.939939,0.245735),(-0.3068242,0.9289142,0.2073094),(-0.1774051,0.9360323,0.303926),(-0.3263438,0.9190351,0.2210748),(-0.3790158,0.8935964,0.2404837),(-0.4461282,0.8694516,0.2121881),(-0.3965348,0.8998203,0.1818891),(-0.4587029,0.8786588,0.132478),(-0.3716363,0.9143252,0.1609221),(-0.5047531,0.8460862,0.1713551),(-0.5529795,0.8244335,0.1205119),(-0.5100048,0.8567248,0.07692727),(-0.4284283,0.8967835,0.1105831),(-0.2386885,0.9307451,0.2770226),(-0.2966489,0.9224572,0.2471281),(-0.4099332,0.8705967,0.2720592),(-0.4374742,0.8511521,0.2900971),(-0.4989888,0.8173709,0.2879496),(-0.473312,0.842135,0.2584271),(-0.4646637,0.8343712,0.2965003),(-0.4941233,0.8185068,0.2930681),(-0.5261429,0.7946916,0.3027193),(-0.5572275,0.7724898,0.3045604),(-0.5547982,0.7864933,0.2713435),(-0.5837073,0.7565702,0.2947665),(-0.6182502,0.7253237,0.3027739),(-0.6389132,0.7201607,0.2704781),(-0.679283,0.6765159,0.2844305),(-0.6055253,0.7589989,0.2392903),(-0.5294016,0.8163779,0.2307837),(-0.5776182,0.7939773,0.189624),(-0.5218944,0.8025128,0.2891356),(-0.5428002,0.787007,0.2932371),(-0.587421,0.749795,0.3045394),(-0.6110818,0.7269814,0.3131729),(-0.5567022,0.7726351,0.3051519),(-0.5633662,0.7597738,0.3245955),(-0.6286187,0.7039312,0.330635),(-0.6402265,0.6802145,0.3569569),(-0.6807933,0.6582391,0.3213125),(-0.702426,0.6233761,0.3435112),(-0.7175211,0.5876879,0.3738802),(-0.7768708,0.528428,0.3423968),(-0.7917334,0.4801647,0.3776241),(-0.7526259,0.578573,0.3143365),(-0.6527643,0.6922578,0.3076977),(-0.7197988,0.6285078,0.2947329),(-0.5671902,0.7474342,0.3458865),(-0.5738729,0.7336236,0.3639592),(-0.6508661,0.6543647,0.3849418),(-0.6658762,0.6250995,0.4072585),(-0.5856526,0.7159544,0.3800268),(-0.6046589,0.6916901,0.3949081),(-0.6859233,0.5917307,0.423514),(-0.7114078,0.5534919,0.4330654),(-0.74662,0.5105726,0.426467),(-0.7657618,0.4692542,0.4397835),(-0.7881218,0.4268017,0.4435136),(-0.8247039,0.3508364,0.443596),(-0.8391629,0.3145451,0.4436971),(-0.8124311,0.3909673,0.4325511),(-0.7306253,0.5502409,0.4042543),(-0.8017499,0.4343427,0.4105404),(-0.6347941,0.6592206,0.4030691),(-0.6769384,0.6202534,0.3962829),(-0.7783164,0.467884,0.4186982),(-0.742664,0.5109722,0.4328483),(-0.7266783,0.5790512,0.3696464),(-0.7784151,0.5406407,0.3190259),(-0.8494122,0.4043984,0.3390588),(-0.81507,0.43025,0.3880024),(-0.860824,0.3204646,0.3953283),(-0.8373008,0.3477373,0.4219078),(-0.8815545,0.3084203,0.3574054),(-0.8921949,0.2499653,0.3761722),(-0.88143,0.248395,0.4017226),(-0.868587,0.2605487,0.4215105),(-0.8125701,0.3849545,0.4376529),(-0.8543642,0.2835681,0.4354894),(-0.8234087,0.5103,0.2481774),(-0.8561102,0.4902529,0.1634853),(-0.8943456,0.4007103,0.1989407),(-0.8767333,0.394794,0.2747298),(-0.8743457,0.480773,0.06615839),(-0.8753409,0.4815816,-0.0430988),(-0.895251,0.4453327,0.01429398),(-0.901177,0.4187061,0.1120945),(-0.9107967,0.3751946,0.1722739),(-0.9083178,0.3380977,0.2462696),(-0.9023485,0.4224823,0.08529857),(-0.8953605,0.4125624,0.167695),(-0.9061671,0.3486126,0.2394376),(-0.906474,0.2999878,0.2971738),(-0.8978847,0.314729,0.3078127),(-0.9008201,0.2670696,0.3423404),(-0.8564804,0.5008212,-0.1249774),(-0.8253746,0.5469738,-0.139916),(-0.8367507,0.5430661,-0.07019644),(-0.8726687,0.4847489,-0.05888888),(-0.786022,0.6128377,-0.08123691),(-0.728784,0.6820868,0.0602616),(-0.7186381,0.6845781,0.122115),(-0.7887996,0.6145271,-0.01232222),(-0.7679921,0.6372858,0.06367853),(-0.8313369,0.5557026,0.00857811),(-0.6774691,0.7108001,0.1892066),(-0.5959926,0.7584446,0.2637319),(-0.7150715,0.6822068,0.152534),(-0.80305,0.5870439,0.1024221),(-0.876131,0.481717,0.01852397),(-0.8630279,0.4929103,0.1105538),(-0.6499629,0.7267316,0.2222825),(-0.5708594,0.7484165,0.3376274),(-0.5353155,0.7531661,0.3823325),(-0.6265206,0.7295881,0.2741774),(-0.5015941,0.7625788,0.4085057),(-0.446328,0.7785393,0.4412119),(-0.3858609,0.7898255,0.4767463),(-0.4540268,0.7701122,0.4480925),(-0.3669924,0.7922421,0.4875133),(-0.4609506,0.7771925,0.4283647),(-0.2859683,0.8103318,0.5114535),(-0.1442573,0.8313499,0.5367004),(-0.2367371,0.8209895,0.5195497),(-0.3421978,0.8133953,0.4704132),(-0.5667249,0.7552095,0.3293653),(-0.4628799,0.798181,0.3855507),(-0.3934681,0.7938716,0.4636277),(-0.3296396,0.8010857,0.4995993),(-0.2400258,0.8184061,0.5221102),(-0.3184437,0.8091069,0.4939022),(-0.2525717,0.7971532,0.5484106),(-0.160426,0.7780065,0.6074284),(-0.05787854,0.7892798,0.6112999),(-0.1523252,0.8132945,0.5615595),(-0.03329439,0.8257784,0.5630113),(-0.1194002,0.8344887,0.5379331),(0.04538247,0.7987946,0.5998898),(0.1423669,0.8130623,0.5645009),(0.09867255,0.8339961,0.5428758),(0.0292115,0.843337,0.5365905),(-0.2059836,0.8279454,0.52161),(-0.05581862,0.8418085,0.5368825),(-0.07130489,0.7525879,0.6546198),(-0.009487066,0.7352849,0.6776918),(0.05764353,0.7468884,0.6624462),(0.02023635,0.7603414,0.6492082),(0.01428696,0.7263373,0.6871899),(-0.01063669,0.7218344,0.6919839),(-0.02419464,0.7619798,0.6471487),(0.04665452,0.7495231,0.660332),(0.03417514,0.7748172,0.631261),(0.0914309,0.7628449,0.6400844),(-0.08967399,0.7958019,0.5988806),(-0.2148884,0.8150581,0.538055),(-0.03329385,0.8058555,0.5911756),(0.08372359,0.7934403,0.6028623),(0.09361692,0.7705705,0.630442),(0.1418134,0.794484,0.5904948),(-0.09105121,0.7156075,0.6925427),(-0.2265075,0.7040801,0.6730272),(-0.3340504,0.7414891,0.5818973),(-0.1549602,0.7645599,0.6256481),(-0.4116334,0.6841924,0.6020288),(-0.6285759,0.6390104,0.4433488),(-0.754349,0.5920563,0.2835967),(-0.5455794,0.6880071,0.4785282),(-0.6938688,0.641053,0.3280204),(-0.4806951,0.7419398,0.4673944),(-0.8644326,0.4908977,0.1085171),(-0.9410046,0.3326176,-0.06225761),(-0.8345586,0.5266544,0.1617008),(-0.6523768,0.682244,0.3300719),(-0.2700325,0.7927896,0.5464131),(-0.4346629,0.7809554,0.4485273),(-0.8143713,0.5368918,0.2203329),(-0.924035,0.3818716,-0.01826132),(-0.9455676,0.2628823,-0.1918197),(-0.8956926,0.4429428,0.03919532),(-0.9416938,0.2081632,-0.2643501),(-0.860433,0.05258784,-0.5068429),(-0.8095655,-0.04959762,-0.5849305),(-0.9124641,0.08834686,-0.3995047),(-0.8661441,-0.03459914,-0.4985952),(-0.9335159,0.1211488,-0.3374479),(-0.7617847,-0.142388,-0.6319887),(-0.7254351,-0.2250016,-0.6504753),(-0.8143396,-0.1543145,-0.559498),(-0.8956736,-0.0322527,-0.4435411),(-0.9424587,0.3060142,-0.1346356),(-0.9500589,0.1346789,-0.2815129),(-0.7323738,-0.05434681,-0.6787306),(-0.644279,-0.1098718,-0.7568572),(-0.624055,-0.1606016,-0.7646977),(-0.6909769,-0.1307764,-0.7109491),(-0.6141355,-0.1288267,-0.7786149),(-0.641311,-0.1132064,-0.7588837),(-0.6708758,-0.11567,-0.732493),(-0.6180723,-0.1549133,-0.7707065),(-0.6418442,-0.1639149,-0.7491114),(-0.6239594,-0.1953927,-0.756635),(-0.7146268,-0.1002943,-0.6922786),(-0.7690352,-0.06553802,-0.6358377),(-0.6852645,-0.1545365,-0.7117099),(-0.6461344,-0.2145087,-0.732459),(-0.6652224,-0.192888,-0.7212998),(-0.6595194,-0.2419179,-0.7116951),(-0.708722,-0.06285388,-0.7026823),(-0.8016212,0.01573081,-0.5976253),(-0.8505843,0.05075767,-0.5233833),(-0.7561302,-0.04433058,-0.652918),(-0.9085737,0.111967,-0.402439),(-0.9749424,0.2081895,-0.0783851),(-0.9670981,0.2529884,0.02679727),(-0.9390631,0.1569126,-0.3058414),(-0.9569675,0.2095005,-0.200805),(-0.8946296,0.0987679,-0.4357554),(-0.94423,0.3010428,0.1334272),(-0.9048455,0.3512849,0.2405274),(-0.9591228,0.2680728,-0.09066716),(-0.9280204,0.1583886,-0.3371813),(-0.8082936,-0.009104126,-0.5887092),(-0.8592401,0.04295258,-0.5097662),(-0.9224519,0.275792,0.270224),(-0.7758163,0.3117785,0.5485466),(-0.7037004,0.3368651,0.625562),(-0.8764485,0.3121026,0.366647),(-0.5526742,0.3090029,0.7739952),(-0.2417986,0.2435604,0.9392613),(-0.1736429,0.2503724,0.9524503),(-0.4701759,0.3232475,0.8212464),(-0.3806369,0.3411438,0.8594978),(-0.6192923,0.3640396,0.6956668),(-0.1063782,0.2632957,0.9588321),(-0.04130725,0.2828913,0.9582621),(-0.283998,0.3616739,0.8879961),(-0.5206395,0.3918017,0.7585684),(-0.8160891,0.3501061,0.4598089),(-0.7390911,0.388609,0.5502068),(0.06785361,0.1378141,0.9881312),(0.2627724,0.05367482,0.9633637),(0.2695379,0.05384181,0.9614835),(0.1039675,0.1413506,0.984485),(0.3683448,-0.006523555,0.9296663),(0.4129166,-0.05638571,0.9090218),(0.362481,-0.06324204,0.9298429),(0.3481033,-0.01039849,0.9373985),(0.3140483,-0.005280793,0.9493923),(0.2650457,0.0624369,0.9622123),(0.2965121,-0.05875439,0.9532201),(0.2168564,-0.04044063,0.9753655),(0.2662568,0.01218413,0.9638251),(0.2486312,0.08279487,0.9650531),(0.1327049,0.1528607,0.9792972),(0.1528504,0.1747271,0.9726804),(0.4070803,-0.1050739,0.9073285),(0.3502883,-0.1501873,0.9245225),(0.2370335,-0.1645622,0.9574625),(0.3240574,-0.1152328,0.9389932),(0.2382916,-0.1840993,0.9535851),(0.06691757,-0.1971982,0.9780772),(-0.08330069,-0.2085473,0.9744583),(0.1000714,-0.1996141,0.9747512),(-0.04232092,-0.1934974,0.9801875),(0.1118952,-0.1589776,0.9809207),(-0.2286753,-0.2021592,0.9522811),(-0.3729412,-0.1784101,0.9105409),(-0.1860153,-0.1667074,0.9683011),(-0.0197671,-0.1334262,0.9908616),(0.2255401,-0.1097308,0.9680345),(0.1158727,-0.08736389,0.9894146),(-0.1354242,-0.1912982,0.9721447),(-0.345786,-0.1641823,0.9238377),(-0.4766,-0.15684,0.8650166),(-0.2809303,-0.1943244,0.9398491),(-0.5684054,-0.09692194,0.8170199),(-0.7904336,0.01804214,0.6122819),(-0.8750767,0.05294174,0.48108),(-0.6799166,-0.07749893,0.7291826),(-0.7868602,-0.06428427,0.613774),(-0.6010092,-0.1496198,0.7851126),(-0.9458431,0.08105415,0.3143423),(-0.9880829,0.1072756,0.1103806),(-0.886992,-0.0516067,0.458892),(-0.725751,-0.1383796,0.6738967),(-0.4179035,-0.188227,0.8887785),(-0.5550249,-0.1711989,0.814026),(-0.939302,0.1247048,0.3196256),(-0.9853517,0.1694908,0.01883859),(-0.9635876,0.1993696,-0.1781867),(-0.9759828,0.1672092,0.1396377),(-0.9513461,0.1725511,-0.2552779),(-0.8559794,0.1684383,-0.4888026),(-0.7717815,0.1529341,-0.6172231),(-0.8844786,0.1795797,-0.4306377),(-0.7891169,0.1815091,-0.5868126),(-0.8994591,0.2218478,-0.3765062),(-0.6793093,0.1347052,-0.7213831),(-0.583501,0.116707,-0.8036829),(-0.6731814,0.1832256,-0.7164183),(-0.7948232,0.2419325,-0.5565292),(-0.9768592,0.2028499,-0.06780764),(-0.9291971,0.2353123,-0.2849928),(-0.738138,0.1634404,-0.6545528),(-0.6476438,0.1494436,-0.747144),(-0.5908127,0.1198195,-0.7978619),(-0.6626427,0.1348994,-0.7366864),(-0.5953171,0.1293388,-0.7930126),(-0.5811796,0.1062077,-0.8068149),(-0.55927,0.1055226,-0.8222421),(-0.5660068,0.09064586,-0.819402),(-0.546219,0.08544273,-0.8332732),(-0.5381789,0.07499883,-0.8394871),(-0.5657125,0.06773272,-0.8218161),(-0.5312263,0.0392568,-0.84632),(-0.5796727,0.03883882,-0.8139232),(-0.5133444,0.0477036,-0.8568558),(-0.5928392,0.1035303,-0.7986383),(-0.5298026,0.07093629,-0.8451493),(-0.603293,0.08121748,-0.7933734),(-0.6598133,0.05167619,-0.7496506),(-0.6792274,0.05091155,-0.7321599),(-0.6071425,0.07374635,-0.7911633),(-0.7474018,0.01308938,-0.6642433),(-0.853145,-0.03585921,-0.52044),(-0.885767,-0.03162939,-0.4630511),(-0.7775415,0.01648847,-0.6286154),(-0.8126661,0.01796156,-0.5824528),(-0.7082817,0.04547626,-0.7044637),(-0.9175578,-0.02616588,-0.3967405),(-0.9468927,-0.01858055,-0.3210125),(-0.8516174,0.01833604,-0.5238432),(-0.7464215,0.03625944,-0.6644849),(-0.6238553,0.0597285,-0.7792542),(-0.6530384,0.04025787,-0.7562541),(-0.9391192,-0.07901151,-0.3343833),(-0.9848101,-0.1081001,-0.1358805),(-0.9930699,-0.1035429,-0.05559745),(-0.9629519,-0.07539114,-0.2589206),(-0.988298,-0.1360133,0.06904806),(-0.9457034,-0.175396,0.2736442),(-0.9333444,-0.1611388,0.3207842),(-0.9820023,-0.1278794,0.13899),(-0.9717813,-0.1158076,0.2054988),(-0.9952105,-0.09466006,0.02440485),(-0.9201432,-0.1438279,0.3642115),(-0.9065273,-0.1232307,0.4037602),(-0.9583437,-0.09946521,0.2677386),(-0.9914233,-0.08088436,0.102653),(-0.9815187,-0.06822691,-0.1787907),(-0.9938496,-0.05668458,-0.09513176),(-0.8613136,-0.2260605,0.4550115),(-0.7494893,-0.2823354,0.5987924),(-0.7522495,-0.2620901,0.6045076),(-0.853431,-0.2069395,0.4783633),(-0.6140484,-0.3445166,0.7101077),(-0.4524906,-0.4138496,0.7899246),(-0.4908865,-0.3981232,0.7749376),(-0.6320683,-0.3257889,0.7031012),(-0.6521497,-0.3029601,0.6949216),(-0.7570904,-0.2385821,0.608188),(-0.5299574,-0.3774203,0.759407),(-0.5691702,-0.3516264,0.743239),(-0.6735759,-0.2759526,0.6856717),(-0.7635092,-0.2117329,0.6101007),(-0.8466944,-0.1850548,0.4988621),(-0.8410308,-0.1602594,0.5167049),(-0.3215826,-0.4788409,0.8168819),(-0.2928616,-0.5321795,0.7943659),(-0.3566366,-0.5196319,0.7763975),(-0.3782851,-0.4662094,0.7997183),(-0.3729245,-0.5660653,0.7351854),(-0.5580975,-0.5500593,0.6212583),(-0.5981559,-0.5285878,0.6023325),(-0.4318019,-0.5495996,0.7151836),(-0.4855421,-0.5288882,0.6960791),(-0.4171837,-0.5015163,0.7579176),(-0.6320025,-0.505989,0.5869821),(-0.6610844,-0.4821854,0.5748606),(-0.53482,-0.5041565,0.6780809),(-0.4746315,-0.4779223,0.7391315),(-0.4335927,-0.4479224,0.7818969),(-0.4873348,-0.4239195,0.7634113),(-0.7182702,-0.4949048,0.4890369),(-0.7771121,-0.4669163,0.4220024),(-0.784538,-0.4483895,0.4283071),(-0.7380736,-0.4735727,0.4805998),(-0.767026,-0.4779957,0.4280084),(-0.6876312,-0.5207086,0.5059899),(-0.6649272,-0.5111487,0.5446088),(-0.7629796,-0.46353,0.4505576),(-0.7540085,-0.4529612,0.4757072),(-0.786993,-0.4334798,0.4390185),(-0.6371587,-0.504419,0.5827437),(-0.6051474,-0.4998397,0.6196425),(-0.7410556,-0.4453505,0.5024933),(-0.7857111,-0.4211978,0.4530459),(-0.752282,-0.4542602,0.4771996),(-0.7624545,-0.4362524,0.4778568),(-0.5552133,-0.5579323,0.6168061),(-0.3722871,-0.5728629,0.7302262),(-0.3038177,-0.558861,0.7716018),(-0.5084764,-0.5492575,0.66315),(-0.05909098,-0.5623656,0.8247747),(0.4711135,-0.4456432,0.7612188),(0.5331693,-0.4145728,0.7374685),(0.02247619,-0.5370498,0.843251),(0.1010529,-0.512514,0.852712),(-0.2324494,-0.5451649,0.8054579),(0.5827914,-0.3894638,0.7132125),(0.6201927,-0.3702421,0.6915792),(0.1749849,-0.4890127,0.8545448),(-0.1594312,-0.531634,0.8318336),(-0.4570569,-0.5419078,0.7052906),(-0.4018404,-0.5355054,0.7428044),(0.8618231,-0.2014724,0.465478),(0.9721909,-0.01524404,0.233693),(0.9836565,-0.02535301,0.1782618),(0.8888983,-0.1891729,0.4172211),(0.9898985,0.1121705,0.08671103),(0.9783453,0.2054212,-0.02534964),(0.9843891,0.1596449,-0.07410485),(0.9960929,0.08263677,0.03114796),(0.9989969,0.04272583,-0.01340098),(0.989491,-0.04717299,0.1366829),(0.9874973,0.1061148,-0.1165707),(0.9871657,0.04488408,-0.1532619),(0.9989065,-0.007450698,-0.04615486),(0.9906118,-0.08010803,0.1107749),(0.9052537,-0.1880608,0.3809839),(0.9121512,-0.197135,0.3593299),(0.9567044,0.2677624,-0.1141049),(0.9404223,0.2969448,-0.165619),(0.96538,0.211262,-0.1530027),(0.9514558,0.2364343,-0.1970546),(0.9362566,0.3014055,-0.1804941),(0.9448931,0.286453,-0.1584986),(0.948149,0.2414454,-0.2066825),(0.9559744,0.230641,-0.1814325),(0.9573392,0.1748376,-0.2300727),(0.9540834,0.1835696,-0.2367006),(0.9610565,0.1794552,-0.2101577),(0.9601558,0.1334623,-0.2455375),(0.9535564,0.1286508,-0.2723585),(0.9571391,0.1129279,-0.2667059),(0.9701431,0.1503391,-0.1903171),(0.9699912,0.08540429,-0.227647),(0.9618077,0.2548401,-0.0999122),(0.9789717,0.2039959,-0.0002724215),(0.9865221,0.1627479,-0.01694638),(0.9712168,0.2056914,-0.1201203),(0.9805669,0.1264172,0.1500244),(0.9363383,0.01618179,0.3507261),(0.9393147,-0.008116796,0.3429606),(0.9860682,0.09358857,0.1375163),(0.9910862,0.0665025,0.1154371),(0.9908813,0.1277967,-0.04268681),(0.9447325,-0.02775618,0.3266651),(0.9522299,-0.04314319,0.3023192),(0.9953976,0.04469343,0.08477021),(0.992148,0.09887268,-0.07659318),(0.9755421,0.1625673,-0.14795),(0.9750327,0.1255615,-0.1831541),(0.8636975,-0.07520197,0.4983685),(0.8442043,-0.1015613,0.5263121),(0.8415495,-0.1131978,0.5281863),(0.8637148,-0.09187049,0.4955364),(0.8960224,-0.06331733,0.439471),(0.9807819,0.05285278,0.1878126),(0.9779702,0.03526722,0.205744),(0.8912845,-0.07419251,0.4473337),(0.8880887,-0.08437453,0.4518622),(0.8423399,-0.1223792,0.5248684),(0.9743242,0.01477726,0.2246642),(0.9692467,-0.009121175,0.245922),(0.8860794,-0.0943447,0.4538305),(0.8463343,-0.1294674,0.5166783),(0.867615,-0.1050195,0.4860196),(0.8751694,-0.1149528,0.4699621),(0.9790508,0.1696932,-0.1125327),(0.9328236,0.2127253,-0.2908403),(0.9492172,0.1754733,-0.2611433),(0.9861409,0.1418599,-0.08603502),(0.9035897,0.2044784,-0.3764496),(0.9036255,0.1585581,-0.3978949),(0.9277692,0.1014888,-0.3590881),(0.9257177,0.157633,-0.3438003),(0.9469112,0.1014161,-0.30508),(0.9657461,0.1293339,-0.2249605),(0.9483036,0.03720937,-0.3151758),(0.9625478,-0.03331508,-0.2690572),(0.9649033,0.03536198,-0.2602135),(0.9807907,0.07340296,-0.1807246),(0.9927536,0.1072959,-0.05411066),(0.9977552,0.06528738,-0.01490622),(0.9107653,0.09484911,-0.4018833),(0.9037886,0.03732723,-0.4263482),(0.9330043,0.0299292,-0.3586185),(0.9215295,-0.02970148,-0.3871706),(0.8842554,-0.004146359,-0.4669852),(0.8545944,-0.01979142,-0.5189189),(0.8951629,-0.0668216,-0.4407022),(0.8552186,-0.07067804,-0.5134255),(0.9343254,-0.09166852,-0.3444313),(0.9037232,-0.1177907,-0.411594),(0.8558039,-0.104629,-0.5066087),(0.9095967,-0.1547045,-0.385617),(0.8566799,-0.120143,-0.5016623),(0.9410913,-0.1458741,-0.3050703),(0.9496049,-0.03683117,-0.3112783),(0.958515,-0.1030889,-0.2657476),(0.8314943,-0.0165943,-0.5552855),(0.8311027,-0.01113785,-0.5560074),(0.8150107,-0.03627103,-0.5783096),(0.8212029,-0.05277086,-0.5681909),(0.8514287,-0.01244158,-0.5243227),(0.8872353,-0.02875185,-0.4604202),(0.8349532,-0.03278829,-0.5493433),(0.8744687,-0.05281043,-0.4821984),(0.799852,-0.04193072,-0.5987307),(0.8208046,-0.03563474,-0.5700964),(0.8663379,-0.06223746,-0.4955656),(0.8102506,-0.0214518,-0.5856909),(0.8637392,-0.05727788,-0.5006735),(0.7869155,-0.02839406,-0.6164073),(0.8114073,-0.06929688,-0.5803584),(0.8030742,-0.06572745,-0.5922429),(0.9245773,-0.05770091,-0.3765998),(0.9547772,-0.09065718,-0.2831641),(0.9139957,-0.09111485,-0.3953606),(0.9422901,-0.1344772,-0.3066029),(0.9769828,-0.1216012,-0.1752644),(0.9886367,-0.1424649,-0.04797092),(0.9612277,-0.1758119,-0.2124411),(0.9721336,-0.2075723,-0.1089497),(0.935565,-0.1662617,-0.3115689),(0.9494504,-0.2173339,-0.226517),(0.9555548,-0.258432,-0.141873),(0.9435612,-0.247099,-0.2205319),(0.9428815,-0.2972371,-0.1504151),(0.935446,-0.1863152,-0.300379),(0.9094368,-0.1120359,-0.4004657),(0.9114642,-0.1205658,-0.3933154),(0.9843096,-0.1460195,0.0990601),(0.9532412,-0.1331452,0.2712999),(0.9740814,-0.2259543,0.01049526),(0.9597053,-0.2329025,0.1572331),(0.8718807,-0.1050578,0.4783167),(0.698092,-0.05157032,0.7141485),(0.91202,-0.2265916,0.3418711),(0.800067,-0.1928094,0.5680821),(0.946953,-0.3118556,0.07762779),(0.9160474,-0.3239761,0.2364244),(0.843915,-0.3115086,0.4367722),(0.9003512,-0.4041137,0.1614306),(0.8492513,-0.411447,0.3308832),(0.9261848,-0.376002,0.02836096),(0.9562677,-0.2889233,-0.04555483),(0.937934,-0.3389486,-0.07344069),(0.4433959,0.05102037,0.8948726),(0.2123068,0.2011387,0.9562788),(0.6218443,-0.1038129,0.7762296),(0.4364675,0.04318715,0.8986829),(0.05362608,0.3688016,0.92796),(-0.02941665,0.5254859,0.8502936),(0.2833521,0.2192503,0.9336171),(0.1795256,0.3909094,0.9027517),(0.5981981,-0.1262595,0.791339),(0.4744659,0.03678289,0.879505),(0.3711636,0.2112418,0.9042204),(0.6029663,-0.164539,0.7806142),(0.5199116,-0.0109171,0.8541504),(0.6890397,-0.2922194,0.6631985),(0.727966,-0.2484041,0.6390314),(0.7733173,-0.3771336,0.5096573),(-0.0874396,0.652803,0.7524643),(-0.1718918,0.7428594,0.6470032),(0.09596775,0.5381008,0.8373993),(-0.007124533,0.6538628,0.7565797),(-0.2996996,0.7906495,0.5339041),(-0.4776046,0.7804324,0.4035086),(-0.149476,0.7353004,0.6610523),(-0.3433194,0.7712799,0.5359656),(0.1644194,0.5143784,0.8416538),(0.01865241,0.6299096,0.7764444),(-0.1755772,0.7159523,0.6757107),(0.1904472,0.4512291,0.8718498),(0.008985288,0.5832757,0.8122246),(0.3275408,0.3064041,0.8937749),(0.2760748,0.3740092,0.8853812),(0.4329753,0.1506128,0.888734),(-0.6298617,0.7300425,0.2651646),(-0.6969573,0.7010989,0.1507008),(-0.5187005,0.7671006,0.3775004),(-0.6058699,0.7647399,0.2193046),(-0.698514,0.7123173,0.06842674),(-0.6474431,0.7617501,0.02353774),(-0.6185473,0.781186,0.08454403),(-0.5770896,0.8165951,-0.01182657),(-0.4742111,0.8080874,0.3494547),(-0.511343,0.8397834,0.1824616),(-0.4948375,0.8675784,0.04943233),(-0.3819981,0.8512534,0.3597849),(-0.4037086,0.8916414,0.2049266),(-0.3108672,0.7864106,0.5337791),(-0.3631322,0.7698263,0.5248834),(-0.1779375,0.6962301,0.695415),(-0.5829834,0.8124409,0.008377837),(-0.545257,0.8381454,0.01438203),(-0.5279796,0.8461066,-0.07308272),(-0.5095773,0.8534654,-0.1092142),(-0.5344548,0.8439347,0.04617595),(-0.5487761,0.8288972,0.1085083),(-0.5223037,0.8444148,-0.1190063),(-0.56585,0.8184828,-0.09949742),(-0.477043,0.8711849,-0.1160465),(-0.512257,0.8438582,-0.1596751),(-0.5778058,0.7966509,-0.1774486),(-0.5061494,0.8565118,-0.1009963),(-0.5881985,0.7926751,-0.1602772),(-0.4488574,0.8933461,-0.02143984),(-0.471759,0.8804828,-0.04683622),(-0.4158379,0.9059321,0.07978663),(-0.5662605,0.7977346,0.2072888),(-0.5598273,0.7581788,0.3343029),(-0.6157174,0.7868972,-0.04104918),(-0.6421739,0.7644596,0.05669263),(-0.52365,0.7118956,0.4679694),(-0.4592132,0.6628252,0.591427),(-0.6369812,0.7498285,0.1789197),(-0.5963857,0.7405887,0.3096005),(-0.6874298,0.7187994,-0.103768),(-0.6991363,0.7147724,-0.01757148),(-0.6761426,0.7311898,0.09051387),(-0.7238451,0.6736579,-0.1491082),(-0.7114893,0.6976405,-0.0841472),(-0.7077781,0.6818491,-0.1847484),(-0.6457227,0.7466314,-0.1599497),(-0.6638615,0.7233067,-0.1900403),(-0.3742668,0.6104664,0.6980366),(-0.2747949,0.5487655,0.7895215),(-0.5298389,0.7281635,0.4347973),(-0.4482611,0.7045646,0.550137),(-0.1626614,0.4716125,0.8666735),(-0.0426804,0.3743938,0.9262871),(-0.3519522,0.6665468,0.6571491),(-0.2418648,0.6091691,0.7552578),(-0.563366,0.7594554,0.3253402),(-0.4848311,0.7552694,0.4410295),(-0.3916003,0.7350338,0.5535111),(-0.5715594,0.7924432,0.212964),(-0.4937298,0.8074028,0.3230041),(-0.632759,0.7672365,0.1047101),(-0.6269679,0.7507938,0.2078939),(-0.6783766,0.7347052,0.003687406),(0.06244826,0.2546287,0.9650204),(0.130284,0.1186878,0.9843471),(-0.1360162,0.5249678,0.8401836),(-0.05594229,0.4140826,0.9085186),(0.1608093,-0.02211215,0.9867377),(0.158652,-0.156016,0.97493),(-0.005672954,0.2851462,0.9584672),(0.0148734,0.1495717,0.9886389),(-0.2216188,0.6190626,0.7534232),(-0.1668621,0.5245263,0.8348828),(-0.1351038,0.4148749,0.8997921),(-0.2918084,0.7314464,0.6163068),(-0.2571307,0.6688867,0.6974772),(-0.3439251,0.7777778,0.5260962),(-0.2979026,0.6907703,0.6588553),(-0.4122966,0.8040116,0.4284586),(0.1520186,-0.273233,0.94986),(0.1687408,-0.3723572,0.9126208),(0.02441666,0.01880961,0.9995249),(0.04451592,-0.1018736,0.9938008),(0.2168664,-0.4590875,0.8615146),(0.3032358,-0.5372564,0.7870219),(0.08450993,-0.2156333,0.9728105),(0.1537073,-0.3279989,0.9320895),(-0.09501487,0.1848462,0.9781635),(-0.06494656,0.07025532,0.9954125),(-0.01712178,-0.04886704,0.9986585),(-0.2005073,0.4287592,0.8808873),(-0.1781437,0.3350835,0.925194),(-0.2175607,0.5148242,0.8292305),(-0.1158061,0.299514,0.9470377),(-0.2348233,0.5951413,0.7685472),(0.3917843,-0.6111623,0.6877395),(0.4400257,-0.6875556,0.5776199),(0.2328278,-0.442824,0.8658511),(0.2905214,-0.5603872,0.7756053),(0.4382479,-0.7657362,0.4707301),(0.3817635,-0.8438873,0.3769757),(0.3086647,-0.6734977,0.6716598),(0.2755593,-0.7761124,0.5672008),(0.1070153,-0.3134643,0.9435506),(0.1499534,-0.4519223,0.8793635),(0.1560382,-0.5808132,0.7989419),(-0.01996487,-0.008298432,0.9997662),(0.0370046,-0.1370395,0.9898742),(-0.08439872,0.1175139,0.9894782),(0.04486661,-0.1762282,0.9833264),(-0.1410643,0.2328103,0.9622371),(0.2933861,-0.9099443,0.2931313),(0.2002613,-0.9556309,0.2160208),(0.1347008,-0.9196939,0.3688074),(0.2089101,-0.8600832,0.4654173),(0.1085351,-0.9824496,0.1517001),(0.02336089,-0.9938983,0.1077987),(0.005232465,-0.9736595,0.2279469),(0.06391401,-0.9560773,0.2860615),(0.04463572,-0.8477193,0.5285638),(0.08745424,-0.7834855,0.6152252),(0.01374442,-0.8871486,0.4612792),(0.04803094,-0.5813768,0.8122154),(0.06138978,-0.4932845,0.8676991),(0.0734036,-0.3862403,0.9194729),(0.1296038,-0.6937228,0.7084854),(0.0699425,-0.2661197,0.9613991),(-0.02816479,-0.9961993,0.08242372),(-0.02437889,-0.9976109,0.06463888),(-0.005602351,-0.983845,0.1789348),(-0.02222776,-0.9803252,0.1961344),(0.0318967,-0.9985424,0.04353861),(0.1391769,-0.9902384,0.00759019),(0.1467751,-0.9810575,0.1264242),(0.05160516,-0.9856132,0.1609457),(0.08271693,-0.9266474,0.3667188),(0.03191206,-0.9189084,0.3931781),(0.1577256,-0.9327254,0.3242622),(0.0995895,-0.7399806,0.6652148),(0.1492039,-0.7818902,0.6052982),(0.0653076,-0.6969575,0.7141324),(0.007761359,-0.9077457,0.4194492),(0.04751107,-0.6467485,0.7612221),(0.2353233,-0.9712673,-0.03553354),(0.2642418,-0.9620736,-0.06775445),(0.2562517,-0.9660637,0.0324974),(0.2300014,-0.9700805,0.07773688),(0.2307453,-0.9697428,-0.07972196),(0.1350982,-0.9889956,-0.06030008),(0.1527731,-0.9882372,0.006904616),(0.2298265,-0.973222,0.00432928),(0.2435572,-0.9482087,0.2039117),(0.2241684,-0.9621487,0.1549788),(0.1658012,-0.9772514,0.1322483),(0.1984282,-0.9039505,0.3788136),(0.1573608,-0.9339048,0.3210285),(0.2102203,-0.866322,0.4530933),(0.2220515,-0.938274,0.2652076),(0.193092,-0.8242853,0.5322303),(0.02856582,-0.999456,-0.01647794),(-0.03655297,-0.9988723,0.0302972),(0.06503677,-0.9971892,0.03720085),(0.00517464,-0.9970093,0.07710745),(-0.06433741,-0.9957184,0.06637363),(-0.05938097,-0.995069,0.07944573),(-0.03056489,-0.9932715,0.1117035),(-0.04626607,-0.9907641,0.12746),(0.04075433,-0.987443,0.1526281),(-0.003111091,-0.9853483,0.1705255),(-0.03818177,-0.9832606,0.178159),(0.004658268,-0.9695913,0.2446853),(-0.04149862,-0.9718299,0.2320008),(0.05279034,-0.9642535,0.2596697),(0.09621017,-0.9860647,0.1357201),(0.1036285,-0.9535118,0.2829778),(-0.04428695,-0.9966448,0.06883159),(-0.03793065,-0.9982488,0.04539498),(-0.05204058,-0.991406,0.1200243),(-0.05435636,-0.9937763,0.09723236),(-0.03787637,-0.9990653,0.02082674),(-0.04191707,-0.9990991,0.006625536),(-0.05082517,-0.9961696,0.07115459),(-0.03926533,-0.9977826,0.05374229),(-0.07026271,-0.9863954,0.148618),(-0.06097611,-0.990266,0.1251204),(-0.03241607,-0.993567,0.1085073),(-0.06353204,-0.9813282,0.1815452),(-0.01846817,-0.9851781,0.1705375),(-0.08169932,-0.9767426,0.1982405),(-0.06209643,-0.9835721,0.1694998),(-0.07414109,-0.9734674,0.2164813),(-0.03661953,-0.9993022,0.007358795),(-0.009984579,-0.9997448,0.02026489),(-0.0142142,-0.9985646,0.05163981),(0.02846556,-0.9975891,0.06329173),(0.03798468,-0.9983975,0.0419483),(0.1070159,-0.9918459,0.06920525),(0.1651506,-0.9801974,0.1092633),(0.08854491,-0.9925218,0.0840257),(0.1393416,-0.9814221,0.1318881),(0.07003454,-0.9908946,0.1149916),(0.219126,-0.9639925,0.1506723),(0.2628645,-0.9448792,0.1952062),(0.1855584,-0.964705,0.1868486),(0.1119873,-0.9779412,0.1763228),(0.01257216,-0.9943517,0.1053878),(0.0436279,-0.9846377,0.1690714),(0.1831447,-0.9777802,0.1019999),(0.2518364,-0.957514,0.1405189),(0.3128716,-0.93418,0.1715205),(0.2444759,-0.9597626,0.1381568),(0.3114619,-0.932716,0.181748),(0.3609953,-0.9056032,0.2226327),(0.4138522,-0.876667,0.245319),(0.3694262,-0.9057318,0.2077842),(0.4153577,-0.8837094,0.2157214),(0.3626991,-0.9119935,0.191617),(0.4557725,-0.8564391,0.242453),(0.4429635,-0.8718605,0.2089084),(0.4805026,-0.8496078,0.2174483),(0.3948724,-0.8958526,0.2037739),(0.2973071,-0.9395218,0.1700214),(0.3351378,-0.9207025,0.199974),(0.4012738,-0.8784901,0.2592964),(0.4336084,-0.8543134,0.2865877),(0.4453043,-0.8500257,0.2813544),(0.4630991,-0.8302327,0.3102466),(0.4586699,-0.8367835,0.299024),(0.4773294,-0.8291796,0.2908917),(0.4678106,-0.8220819,0.324553),(0.459971,-0.8297179,0.3162198),(0.4841863,-0.8229527,0.2971742),(0.4677222,-0.8270917,0.3116975),(0.4296882,-0.8499914,0.3047666),(0.455655,-0.8511237,0.260705),(0.3867096,-0.8862724,0.2549057),(0.4921544,-0.8340617,0.249249),(0.4801062,-0.8342373,0.2711942),(0.4997858,-0.8345573,0.2317931),(0.4810412,-0.8365275,0.2623378),(0.4603466,-0.8599858,0.2202392),(0.4380507,-0.8538328,0.2812136),(0.399536,-0.8886396,0.2251455),(0.4134591,-0.8940348,0.1724919),(0.338814,-0.9322195,0.1271681),(0.3427105,-0.9257062,0.1600551),(0.2677437,-0.9583566,0.09932724),(0.3193875,-0.9253702,0.2041608),(0.2558006,-0.9579815,0.1297594),(0.1883853,-0.9801608,0.06161132),(0.1621016,-0.9835757,0.07938364),(0.1096215,-0.9938947,0.01251247),(0.2271516,-0.9615554,0.1543165),(0.3773802,-0.8865334,0.2676615),(0.3028589,-0.9275878,0.2187632),(0.258997,-0.9621571,0.08470228),(0.1983163,-0.979269,0.04126493),(0.193465,-0.9799101,0.04844834),(0.1381027,-0.9904088,0.004256746),(0.1577574,-0.9874698,-0.004015273),(0.1424631,-0.9894273,-0.02716015),(0.101806,-0.9941236,-0.03679398),(0.08825359,-0.9944701,-0.05692633),(0.08415762,-0.9959725,-0.03092476),(0.05590935,-0.9964147,-0.06349744),(0.04551381,-0.9958655,-0.07861567),(0.02457858,-0.9960487,-0.08533883),(0.01844483,-0.9954535,-0.0934456),(0.04190592,-0.9969728,-0.06549255),(0.1281518,-0.9917146,0.008895991),(0.07000711,-0.9969258,-0.03518555),(-0.008047137,-0.9892363,-0.1461055),(0.04257265,-0.9859096,-0.1617708),(0.1391075,-0.9713604,-0.1926343),(0.1952638,-0.9348297,-0.2965901),(0.0947127,-0.9554306,-0.2796101),(0.04090528,-0.962222,-0.269176),(0.2203833,-0.9493063,-0.2241624),(0.2785857,-0.9260641,-0.2545492),(0.3276606,-0.8951374,-0.3022708),(0.2756054,-0.9119182,-0.3040508),(0.3180967,-0.8761359,-0.362216),(0.2637319,-0.8855017,-0.3825339),(0.3486161,-0.878057,-0.3278455),(0.3414975,-0.8827929,-0.3225775),(0.3515263,-0.8557854,-0.379553),(0.3502791,-0.8372466,-0.4199081),(0.1918251,-0.9016013,-0.3877089),(0.154037,-0.9088706,-0.3875911),(0.3425878,-0.8282464,-0.4434429),(0.3413501,-0.8244214,-0.4514526),(0.3150599,-0.9121233,-0.2622373),(0.3371149,-0.913559,-0.2275157),(0.3519588,-0.893168,-0.2799571),(0.3562453,-0.9068338,-0.2252591),(0.3496756,-0.9247497,-0.1502163),(0.3556058,-0.9342027,-0.0284556),(0.3482716,-0.9273538,-0.1368282),(0.3347068,-0.9422382,-0.01259773),(0.3406708,-0.9176766,-0.2044828),(0.3171272,-0.9421182,-0.1088289),(0.2923866,-0.956231,0.01150273),(0.2270344,-0.9733352,0.03277122),(0.252637,-0.9645607,-0.07613795),(0.2857876,-0.9429255,-0.1709303),(0.354107,-0.8932939,-0.2768289),(0.3181216,-0.9137979,-0.2525314),(0.3537032,-0.9279291,0.1176498),(0.3420555,-0.8995481,0.2716821),(0.3188227,-0.9385491,0.1322033),(0.2995204,-0.9101611,0.2861721),(0.3176715,-0.8424991,0.4350631),(0.2759056,-0.7481933,0.6033928),(0.2319392,-0.7488937,0.6207756),(0.2724641,-0.8500481,0.4507564),(0.233915,-0.857002,0.4591637),(0.2546315,-0.9203541,0.2968352),(0.202754,-0.7501979,0.6293601),(0.1895407,-0.757325,0.6249264),(0.2031935,-0.867603,0.4538472),(0.2082014,-0.9324779,0.2951899),(0.2720844,-0.9507962,0.148178),(0.2134466,-0.9645022,0.1554864),(0.2225363,-0.6349126,0.7398402),(0.176535,-0.5387306,0.8237747),(0.1485593,-0.5374808,0.830087),(0.1842326,-0.6300265,0.7544038),(0.1518494,-0.4672152,0.8710062),(0.1590157,-0.4198562,0.8935518),(0.1590652,-0.4553735,0.8759756),(0.1370735,-0.4795379,0.8667493),(0.1486526,-0.4934582,0.8569723),(0.1457135,-0.5388997,0.8296714),(0.1836167,-0.4897128,0.8523299),(0.232289,-0.5199329,0.8220168),(0.1868543,-0.5092847,0.8400682),(0.1685425,-0.5458943,0.820727),(0.1671626,-0.6273112,0.7606164),(0.1722041,-0.6315171,0.7559974),(0.1937047,-0.3660178,0.910225),(0.2380366,-0.2737265,0.9318865),(0.261444,-0.3472831,0.9005784),(0.2073327,-0.4251288,0.8810667),(0.273843,-0.1389084,0.9516904),(0.2827504,0.03648723,0.9584993),(0.3080478,-0.0298297,0.9509031),(0.3020828,-0.2156416,0.9285712),(0.33601,-0.2868564,0.8971124),(0.2971335,-0.4146833,0.8600869),(0.3344493,-0.09133062,0.9379778),(0.3610678,-0.1443121,0.9213056),(0.3743011,-0.3459327,0.8603658),(0.3437083,-0.4689126,0.813625),(0.2402671,-0.4796584,0.8439191),(0.2913781,-0.5239137,0.8003832),(0.2593003,0.2259106,0.9390036),(0.198942,0.4254257,0.8828562),(0.2034646,0.3830016,0.9010615),(0.2753887,0.1729805,0.945642),(0.0767191,0.6467637,0.758822),(-0.1361792,0.8512132,0.5068445),(-0.1702378,0.842841,0.5105275),(0.06541497,0.6194722,0.7822884),(0.0551817,0.5956429,0.8013517),(0.2070766,0.3457568,0.9151893),(-0.1998246,0.8356768,0.5115803),(-0.2243498,0.8295611,0.5113665),(0.04678775,0.5742245,0.8173598),(0.2101689,0.3126678,0.9263195),(0.2904074,0.1253723,0.9486545),(0.3041702,0.08356731,0.9489452),(-0.3484528,0.9121845,0.2156388),(-0.4753746,0.8777432,0.05988239),(-0.5123754,0.8586966,0.01056806),(-0.3919261,0.9015411,0.1833517),(-0.5504988,0.8346061,0.01958837),(-0.5920717,0.8033816,0.06347564),(-0.5818762,0.8124295,-0.03712985),(-0.6241147,0.7813267,0.003078463),(-0.6051468,0.7906746,-0.09290376),(-0.5405539,0.8405054,-0.03677248),(-0.6492537,0.7581913,-0.06012854),(-0.6212735,0.7695906,-0.1474777),(-0.6677315,0.7337298,-0.1255991),(-0.5610132,0.8237666,-0.08168719),(-0.4273879,0.8912984,0.1514154),(-0.4552713,0.8821068,0.1208957),(-0.6196679,0.7727626,0.1372939),(-0.6523924,0.7330263,0.1925008),(-0.6568837,0.7500926,0.07658331),(-0.6950306,0.7064521,0.1336335),(-0.6913741,0.6853645,0.2286428),(-0.7370797,0.6294881,0.2458824),(-0.7379901,0.6525679,0.1718307),(-0.784954,0.5897893,0.1897253),(-0.7314309,0.6787611,0.06551662),(-0.7757859,0.6221195,0.1054681),(-0.819248,0.5595968,0.1252369),(-0.8031225,0.5947531,0.03553904),(-0.8383975,0.5414868,0.06230343),(-0.76027,0.6495491,-0.008681988),(-0.6882844,0.7253881,0.008762132),(-0.7131934,0.6979689,-0.06476533),(-0.7813812,0.5676329,0.2592996),(-0.8154303,0.5046133,0.283617),(-0.857662,0.4597214,0.2303741),(-0.8275019,0.5232323,0.2036383),(-0.8378335,0.4440227,0.3176141),(-0.8477628,0.3899428,0.3595036),(-0.8747259,0.4029104,0.2692913),(-0.8781503,0.3565628,0.3189278),(-0.8866498,0.4109277,0.2121097),(-0.8770723,0.4494749,0.1694593),(-0.8829038,0.3853871,0.2682492),(-0.851173,0.4776635,0.2175823),(-0.8677655,0.4706048,0.1597318),(-0.8710234,0.4774792,0.1154628),(-0.8547575,0.4995875,0.1407191),(-0.8616642,0.5005145,0.08378624),(-0.850615,0.3437127,0.397889),(-0.8532774,0.3047898,0.4231084),(-0.869119,0.2942679,0.3975405),(-0.873727,0.3208683,0.3655745),(-0.8573923,0.2734475,0.4360102),(-0.8639272,0.2497681,0.4373165),(-0.8657109,0.2681651,0.4226491),(-0.8661308,0.2767583,0.4161999),(-0.8467947,0.3668056,0.3852172),(-0.8583823,0.3644913,0.3610068),(-0.836951,0.3774333,0.3963043),(-0.7391976,0.5775068,0.3465152),(-0.7685519,0.5437621,0.3371215),(-0.7974665,0.5157017,0.3132075),(-0.8709539,0.3707294,0.3224885),(-0.8254005,0.4937722,0.2736842),(-0.8713323,0.2344101,0.4310822),(-0.8777494,0.228266,0.4212489),(-0.8656125,0.2779783,0.416465),(-0.8662129,0.268661,0.4213033),(-0.8829893,0.2317556,0.4081903),(-0.8865533,0.2453127,0.3922307),(-0.8599765,0.3185926,0.3986718),(-0.8636615,0.2950001,0.4087343),(-0.8011361,0.4534172,0.3906329),(-0.8152413,0.4221685,0.3964282),(-0.7847106,0.4880777,0.3821117),(-0.5844657,0.7477889,0.3149788),(-0.630518,0.7030924,0.3287977),(-0.671425,0.6587367,0.3394913),(-0.8271201,0.3962193,0.3986008),(-0.707544,0.6162899,0.3457864),(-0.888586,0.2697769,0.3709924),(-0.8881698,0.3076339,0.3413441),(-0.8428208,0.3910768,0.3697458),(-0.8538099,0.3492397,0.3860574),(-0.8816563,0.3626176,0.3019777),(-0.8629102,0.4384644,0.251267),(-0.7829247,0.5326074,0.3214936),(-0.8220316,0.4502379,0.3486401),(-0.6831694,0.6349478,0.3607227),(-0.7321868,0.5736474,0.3671933),(-0.6050181,0.7139834,0.3523928),(-0.2293641,0.9294388,0.2890252),(-0.3579426,0.8863918,0.2935756),(-0.4557259,0.8390507,0.2971665),(-0.7635155,0.5266199,0.3737856),(-0.5289036,0.792618,0.303344),(-0.8172814,0.5364419,0.2104314),(-0.7339703,0.6468049,0.2071975),(-0.5916278,0.7474125,0.3022437),(-0.7094693,0.6375749,0.3002524),(-0.6142383,0.7484729,0.2499993),(-0.4653115,0.8175949,0.3391516),(-0.2705022,0.8783935,0.3940221),(-0.4384598,0.834603,0.3334531),(-0.1570391,0.9208934,0.3567829),(-0.3286245,0.8797435,0.3435945),(0.002084194,0.9215326,0.3882957),(0.3332538,0.9004033,0.2796709),(0.2251461,0.937428,0.26559),(0.08470432,0.9596272,0.2682178),(-0.4858426,0.8033994,0.3442475),(-0.0747043,0.9572692,0.2793833),(-0.3145717,0.8439854,0.4344346),(-0.1860281,0.8458418,0.4999452),(0.0004184698,0.8643083,0.5029621),(-0.1188947,0.8808508,0.4582204),(-0.07737266,0.8403453,0.5365009),(0.01673659,0.8372331,0.54659),(0.1700548,0.8270689,0.5357597),(0.09437068,0.8437624,0.5283551),(0.2705145,0.8352869,0.4786622),(0.2130975,0.8638341,0.4564866),(0.3062467,0.8144173,0.4928868),(0.4204315,0.8121988,0.4044386),(0.4413396,0.8176997,0.3695758),(0.4365394,0.8343367,0.3366238),(0.1268596,0.8957528,0.4260673),(0.4029525,0.8625033,0.3061329),(0.1003781,0.8369468,0.5380003),(0.1679098,0.8357189,0.5228577),(0.2597175,0.8213862,0.5078104),(0.2278014,0.8188845,0.5268154),(0.2059551,0.8341166,0.5116951),(0.202361,0.8321313,0.5163405),(0.1965669,0.8573273,0.4757637),(0.2542505,0.8350519,0.4878986),(0.2389042,0.8496943,0.4700473),(0.3001063,0.8200696,0.4872599),(0.1169361,0.8877261,0.4452732),(-0.05769773,0.9075304,0.4160045),(0.1424137,0.8821977,0.4488268),(0.2804356,0.8468523,0.4518819),(0.3188651,0.8076671,0.4959829),(0.3697465,0.8211551,0.434732),(0.143354,0.8332243,0.5340288),(0.02230795,0.8380435,0.5451471),(-0.1041313,0.8763412,0.4703009),(0.07657558,0.876527,0.4752228),(-0.157388,0.8365127,0.5248575),(-0.3866677,0.8071327,0.4461222),(-0.5802753,0.7496174,0.3183621),(-0.3328845,0.8404794,0.4275303),(-0.5512006,0.7746181,0.310072),(-0.3014336,0.8721046,0.3854493),(-0.772643,0.6106654,0.1735233),(-0.9238327,0.380868,0.0383753),(-0.77688,0.6017939,0.1852068),(-0.5574095,0.7777025,0.2906431),(-0.06905828,0.9050007,0.4197674),(-0.3044174,0.8813556,0.3613066),(-0.6193427,0.7168068,0.3203167),(-0.8099983,0.5608473,0.1713275),(-0.9199663,0.3919562,0.005674258),(-0.7877211,0.5933933,0.1654688),(-0.932209,0.3618644,-0.006383268),(-0.9658177,0.1515419,-0.2103125),(-0.9457428,-0.01370876,-0.3246269),(-0.971094,0.1791887,-0.1576956),(-0.9625003,-0.001275287,-0.2712775),(-0.9722394,0.1893126,-0.137518),(-0.9044291,-0.1519474,-0.3986478),(-0.8634923,-0.2626093,-0.4306011),(-0.927307,-0.1664459,-0.3352576),(-0.972087,-0.02464052,-0.2333232),(-0.9151984,0.4028564,0.0108893),(-0.9806529,0.1608574,-0.1115561),(-0.9202461,-0.03156487,-0.3900651),(-0.8441612,-0.1643697,-0.5102691),(-0.7975004,-0.2518474,-0.5482389),(-0.8722945,-0.159996,-0.4620643),(-0.7690204,-0.2477037,-0.5892797),(-0.707858,-0.2819743,-0.6476324),(-0.7141333,-0.299143,-0.6328722),(-0.7422944,-0.2976954,-0.6003136),(-0.7402357,-0.3086795,-0.5973008),(-0.7694028,-0.3001656,-0.5638438),(-0.7437944,-0.2770239,-0.608299),(-0.7937739,-0.2128606,-0.5697485),(-0.7661162,-0.2814015,-0.5778229),(-0.7686827,-0.3140119,-0.5572463),(-0.8280431,-0.2510856,-0.5012988),(-0.802721,-0.3103853,-0.509215),(-0.6771488,-0.2669365,-0.6857218),(-0.6907692,-0.2100844,-0.6918833),(-0.7523245,-0.1720981,-0.6359167),(-0.7173452,-0.2553584,-0.6482346),(-0.7449919,-0.1218904,-0.6558427),(-0.8276376,-0.009838329,-0.5611767),(-0.8803862,0.06810646,-0.4693418),(-0.8116406,-0.06008428,-0.5810589),(-0.8715599,0.03295935,-0.48918),(-0.8196642,-0.09661574,-0.564638),(-0.9159048,0.1676266,-0.3647188),(-0.9245813,0.2843609,-0.2535518),(-0.9104652,0.1546415,-0.3835871),(-0.8786421,0.01725882,-0.4771689),(-0.7738017,-0.2041923,-0.5996135),(-0.836874,-0.1101046,-0.5362078),(-0.9021286,0.1108528,-0.4169839),(-0.9460301,0.2276228,-0.2306836),(-0.944966,0.3042538,-0.120287),(-0.9297439,0.1932794,-0.3133995),(-0.9438689,0.329635,0.02127093),(-0.8506569,0.3968853,0.344768),(-0.7878202,0.4313723,0.4396103),(-0.9112263,0.390745,0.1303264),(-0.8642812,0.4482346,0.2282621),(-0.9227862,0.3851056,-0.01262332),(-0.7267479,0.4542872,0.5152288),(-0.6787775,0.4704437,0.5638651),(-0.8090188,0.501405,0.3067275),(-0.880222,0.4669473,0.08467232),(-0.9355184,0.287935,-0.2046918),(-0.91534,0.3906194,-0.09782311),(-0.6532412,0.4144282,0.6336601),(-0.4239672,0.4015039,0.8118167),(-0.3545359,0.380045,0.8543245),(-0.5752437,0.4174494,0.7034421),(-0.2019354,0.3632236,0.9095553),(0.001120898,0.2869991,0.9579301),(-0.001544853,0.255701,0.9667547),(-0.1611331,0.3295184,0.9302976),(-0.1718407,0.2666878,0.9483398),(-0.327983,0.3350323,0.8832784),(-0.05470336,0.1896607,0.9803246),(-0.1644871,0.08875006,0.9823784),(-0.2419481,0.1809193,0.953273),(-0.3548961,0.2768598,0.8929711),(-0.5217428,0.4023272,0.7522747),(-0.5058692,0.3792349,0.7747757),(0.148404,0.1865945,0.9711636),(0.2078948,0.09811061,0.9732184),(0.1020872,0.1660046,0.9808266),(0.1293627,0.08606818,0.9878551),(0.1951374,0.02869133,0.9803562),(0.1169199,-0.01986305,0.9929427),(0.09065216,0.02357288,0.9956036),(-0.009424001,-0.01629553,0.9998229),(0.01109463,0.03585183,0.9992955),(-0.04670822,-0.01648103,0.9987726),(-0.157826,-0.04364181,0.9865021),(-0.2114042,-0.1021007,0.9720513),(-0.3178262,-0.1129611,0.941396),(-0.1468222,-0.06153822,0.9872468),(0.01069386,0.1069243,0.9942096),(-0.1296726,0.003675881,0.9915501),(-0.008292377,-0.05954448,0.9981912),(-0.1593634,-0.09830946,0.9823129),(-0.1490951,-0.04441871,0.9878247),(-0.3054203,-0.06968783,0.9496642),(-0.331828,-0.1261973,0.9348607),(-0.5162303,-0.1370563,0.8454123),(-0.4748988,-0.08370606,0.8760504),(-0.6496394,-0.08259407,0.7557425),(-0.4471781,-0.05971793,0.8924491),(-0.6036878,-0.05013416,0.7956429),(-0.7618605,-0.02496579,0.64726),(-0.7100736,-0.03624862,0.7031937),(-0.8474405,0.02537283,0.5302836),(-0.5735418,-0.07936977,0.8153221),(-0.2983368,-0.05526525,0.9528594),(-0.4436993,-0.1030846,0.8902271),(-0.6885728,-0.1338423,0.7127087),(-0.8398623,-0.1058499,0.5323788),(-0.9271335,-0.04224653,0.3723421),(-0.8050935,-0.07249917,0.5887005),(-0.961722,-0.01828852,0.273416),(-0.9825647,0.1500739,-0.1097475),(-0.9233936,0.2159919,-0.3173198),(-0.9958079,0.04712186,0.07839649),(-0.9845662,0.1281663,-0.1191763),(-0.9790838,0.04021104,0.1994445),(-0.8168754,0.2832525,-0.5024765),(-0.6784681,0.3273653,-0.6576571),(-0.9278381,0.2037846,-0.3123913),(-0.9917856,0.1264745,0.01911788),(-0.8941233,0.002704896,0.4478129),(-0.9512375,0.08038221,0.2978018),(-0.8294153,0.2769107,-0.4851709),(-0.6576942,0.2696646,-0.7033629),(-0.5009787,0.3059881,-0.8095627),(-0.6878671,0.3288897,-0.6470475),(-0.544318,0.1940651,-0.816123),(-0.4892412,0.1082651,-0.8654027),(-0.4113132,0.2174221,-0.885183),(-0.4023183,0.1158974,-0.9081341),(-0.3413178,0.3372344,-0.8773683),(-0.2844926,0.2451496,-0.9268039),(-0.3274471,0.1361237,-0.9350127),(-0.17651,0.2682937,-0.9470283),(-0.27064,0.1645764,-0.9485086),(-0.1982122,0.3507844,-0.9152388),(-0.5231803,0.3715295,-0.7669734),(-0.360091,0.3869127,-0.848901),(-0.4770616,0.04687156,-0.8776191),(-0.4949483,0.0167544,-0.8687608),(-0.4388748,0.04014822,-0.8976508),(-0.493774,0.002486459,-0.8695867),(-0.5402132,0.008109209,-0.8414891),(-0.6086404,0.01244727,-0.7933485),(-0.6515997,-0.002586996,-0.7585586),(-0.5659609,-0.008546728,-0.8243878),(-0.6049914,-0.008840122,-0.7961829),(-0.5084662,0.005891463,-0.8610618),(-0.7036563,-0.004078709,-0.7105288),(-0.7594316,0.009723481,-0.6505145),(-0.6530051,0.009106118,-0.7572988),(-0.5369728,0.028266,-0.8431259),(-0.4163578,0.05022398,-0.9078127),(-0.4106487,0.07657669,-0.9085724),(-0.6944236,0.02179181,-0.7192364),(-0.7921903,0.02733872,-0.6096615),(-0.841922,0.02339307,-0.5390921),(-0.7454878,0.01134133,-0.6664227),(-0.8919264,0.01928385,-0.451769),(-0.9714091,-0.009206222,-0.2372336),(-0.9889603,0.001665369,-0.1481709),(-0.9298429,0.02290435,-0.3672432),(-0.9613244,0.03061006,-0.2737124),(-0.8900693,0.02626692,-0.4550678),(-0.9982514,0.01486128,-0.0572129),(-0.9989966,0.03089183,0.03242571),(-0.983578,0.04315851,-0.1752473),(-0.9318202,0.03698057,-0.3610311),(-0.8006168,0.01100909,-0.5990755),(-0.8542347,0.0221466,-0.5194157),(-0.9990475,-0.04229967,-0.01072143),(-0.9821742,-0.06419175,0.1766729),(-0.9685165,-0.046779,0.2445145),(-0.9970795,-0.02682394,0.07150507),(-0.9425527,-0.08081853,0.3241341),(-0.8930582,-0.1011887,0.4384153),(-0.8804537,-0.07962648,0.4673979),(-0.9255087,-0.06198264,0.3736198),(-0.9082552,-0.04285501,0.4162165),(-0.9517491,-0.02850185,0.3055506),(-0.8693168,-0.05840437,0.4907925),(-0.8602167,-0.03724078,0.508567),(-0.8917816,-0.02313992,0.4518739),(-0.9331753,-0.009055814,0.3593074),(-0.9887011,-0.009910609,0.1495724),(-0.9750315,0.008789252,0.2218927),(-0.8365967,-0.1344294,0.5310692),(-0.7713059,-0.1835672,0.609418),(-0.7804977,-0.1561809,0.6053353),(-0.8337483,-0.109498,0.5411782),(-0.6958855,-0.2468475,0.6743959),(-0.6080323,-0.322666,0.725385),(-0.6459432,-0.2927043,0.7050402),(-0.7187478,-0.2178677,0.6602539),(-0.7417315,-0.1892099,0.6434547),(-0.7909906,-0.1295739,0.5979503),(-0.6821713,-0.2621814,0.6825711),(-0.7160964,-0.2316059,0.6584563),(-0.7644538,-0.1610861,0.624229),(-0.8026856,-0.1037128,0.5873153),(-0.8327214,-0.08534194,0.5470757),(-0.8337217,-0.06176012,0.5487202),(-0.539165,-0.3958089,0.7433953),(-0.5288714,-0.4500836,0.7195274),(-0.5793484,-0.4194734,0.6988544),(-0.5883781,-0.3654763,0.7212754),(-0.5800245,-0.4761865,0.660922),(-0.6864109,-0.4571318,0.5655709),(-0.7084698,-0.430883,0.5589368),(-0.6210826,-0.4458984,0.6445394),(-0.6577117,-0.4138036,0.6294298),(-0.6253357,-0.3867732,0.6777623),(-0.7274393,-0.4035065,0.5549907),(-0.7434367,-0.3750499,0.5537503),(-0.6897008,-0.3804328,0.6161036),(-0.6662623,-0.3527533,0.6570081),(-0.6340991,-0.3335638,0.6976057),(-0.6756088,-0.3008167,0.6730989),(-0.7697363,-0.4185302,0.4820151),(-0.781675,-0.4099526,0.4700246),(-0.7754859,-0.3983238,0.4898569),(-0.774772,-0.4002461,0.4894193),(-0.7249621,-0.4388711,0.5308692),(-0.5697303,-0.4956454,0.6555479),(-0.5315961,-0.4901497,0.6907668),(-0.7063068,-0.4318111,0.5609545),(-0.6856422,-0.4235043,0.5920633),(-0.7675604,-0.3856831,0.5119566),(-0.4916243,-0.4829097,0.7246404),(-0.4509321,-0.4735543,0.7565755),(-0.6636366,-0.4133318,0.6234928),(-0.758306,-0.3714401,0.5357277),(-0.7779132,-0.3810124,0.4996807),(-0.7794238,-0.3604552,0.5124163),(-0.3438514,-0.5286098,0.7761043),(-0.08634622,-0.5174762,0.8513299),(-0.01507503,-0.5021352,0.8646577),(-0.2842107,-0.5198894,0.8055677),(0.2426355,-0.4667072,0.8504777),(0.6466678,-0.3558436,0.6746821),(0.6642401,-0.3449551,0.6631675),(0.3026938,-0.4458998,0.8423478),(0.3545577,-0.4270391,0.8318212),(0.05234483,-0.4860706,0.8723505),(0.6753581,-0.3365011,0.6562458),(0.6820986,-0.3296307,0.6527519),(0.3984161,-0.4103732,0.8202795),(0.1142609,-0.4698091,0.8753422),(-0.2244293,-0.509316,0.8308001),(-0.1661834,-0.4969799,0.8517008),(0.9111879,-0.2117921,0.3533847),(0.9877632,-0.1171713,0.1029297),(0.9821426,-0.1504893,0.1129109),(0.9043726,-0.2269145,0.361414),(0.9962157,-0.05915656,-0.06367732),(0.9834582,-0.01457225,-0.1805482),(0.978855,-0.06239459,-0.1948073),(0.9926369,-0.1027971,-0.06406866),(0.9745658,-0.177836,0.1363666),(0.9893003,-0.1370723,-0.0499606),(0.9755389,-0.09850368,-0.1965218),(0.9866296,-0.1612119,-0.02392923),(0.9747965,-0.1232292,-0.1859742),(0.9655602,-0.197808,0.1690133),(0.893756,-0.2401065,0.3788787),(0.8810239,-0.2499537,0.4016464),(0.9647707,0.02517082,-0.2618854),(0.9506946,0.05727806,-0.3047935),(0.9404373,0.01366939,-0.3396926),(0.9572568,-0.02194885,-0.2884053),(0.9465156,0.08046933,-0.3124625),(0.953349,0.09378755,-0.2869312),(0.9415031,0.060734,-0.3314863),(0.9346685,0.04181748,-0.3530525),(0.9205064,0.01104379,-0.3905714),(0.9294431,-0.01942132,-0.3684542),(0.9260802,0.03288042,-0.3758916),(0.9088224,0.008558419,-0.4170955),(0.9065988,-0.01389302,-0.4217647),(0.9204928,-0.04397777,-0.3882767),(0.950454,-0.05693816,-0.3056061),(0.9466741,-0.08121762,-0.3117882),(0.9697585,0.09396619,-0.2252526),(0.9901916,0.07438177,-0.1182697),(0.9846137,0.05242654,-0.1666957),(0.9598654,0.06655978,-0.2724487),(0.9986067,0.02641,0.045684),(0.9613606,-0.05566147,0.2696064),(0.9999517,0.009722535,-0.001489022),(0.9713237,-0.06684789,0.2281699),(0.9749791,0.0321712,-0.2199564),(0.9984298,-0.006021392,-0.05569285),(0.9809873,-0.07720031,0.1780564),(0.9930537,-0.02147412,-0.115686),(0.9889975,-0.08724582,0.1194655),(0.9610529,0.01275723,-0.2760701),(0.9457553,0.04226379,-0.322119),(0.9281237,0.01989116,-0.3717403),(0.886139,-0.1225867,0.446912),(0.8534214,-0.1347854,0.5034927),(0.8638459,-0.1383505,0.4843854),(0.9001647,-0.1288356,0.4160587),(0.8852342,-0.102982,0.4536024),(0.9622692,-0.03189689,0.2702232),(0.9543743,-0.04771647,0.2947758),(0.8864677,-0.1084423,0.4499059),(0.8911524,-0.1097589,0.4402277),(0.8778845,-0.1399501,0.4579659),(0.947835,-0.05444703,0.3140771),(0.9448647,-0.05058476,0.3235303),(0.9003646,-0.1061233,0.4219968),(0.8955371,-0.1394211,0.4225815),(0.9166394,-0.1339453,0.3766042),(0.9346321,-0.1382105,0.3276595),(0.9991202,0.02478231,0.03383229),(0.9920349,0.02084805,-0.1242266),(0.998313,-0.01265267,-0.05666724),(0.9960536,-0.003092724,0.08869987),(0.9785281,-0.02403245,-0.2047071),(0.9715454,-0.09271638,-0.2179525),(0.979646,-0.1239579,-0.1578867),(0.98883,-0.05852405,-0.1370773),(0.9958795,-0.06573949,-0.06246939),(0.9996243,-0.02377398,0.01364042),(0.9879188,-0.1268731,-0.0889921),(0.9947265,-0.1019591,-0.01112079),(0.9989037,-0.04465857,0.01403241),(0.996826,-0.01066614,0.07889332),(0.9898881,-0.01513787,0.1410406),(0.9829673,-0.009342114,0.1835432),(0.9628021,-0.1546839,-0.2215514),(0.9448452,-0.1844555,-0.2706358),(0.9683643,-0.1798124,-0.1730263),(0.9505186,-0.2025977,-0.2355173),(0.9138529,-0.1766873,-0.3655877),(0.856588,-0.1223565,-0.5012843),(0.9191295,-0.1857983,-0.3473901),(0.8558473,-0.1188008,-0.5034002),(0.9600634,-0.2034739,-0.1920328),(0.9281017,-0.1856248,-0.3227551),(0.857803,-0.1128188,-0.5014437),(0.9422153,-0.1802487,-0.2823842),(0.8658507,-0.1085409,-0.4883867),(0.9728684,-0.1902589,-0.1316381),(0.9767818,-0.1805237,-0.1153626),(0.9863561,-0.1588479,-0.04323002),(0.7938351,-0.05145538,-0.6059524),(0.7735234,-0.007497325,-0.6337233),(0.7826859,-0.03759234,-0.6212807),(0.7578999,0.007808079,-0.6523241),(0.8002907,-0.003169023,-0.5996038),(0.8629723,-0.05101334,-0.5026693),(0.7882516,0.005529719,-0.6153283),(0.8602297,-0.05716505,-0.5066922),(0.74283,0.01546984,-0.6693013),(0.7757272,0.003230529,-0.6310602),(0.8556222,-0.07641304,-0.5119294),(0.764308,-0.01173378,-0.6447446),(0.8489361,-0.1094239,-0.5170434),(0.731343,0.01304366,-0.681885),(0.7730096,-0.02686148,-0.6338253),(0.7685762,-0.02257751,-0.6393598),(0.9156491,-0.1295319,-0.380537),(0.9372753,-0.2070487,-0.2804386),(0.9354981,-0.240409,-0.2589341),(0.9171247,-0.1520379,-0.3684653),(0.9394419,-0.2768347,-0.2020186),(0.9316048,-0.3347687,-0.1415714),(0.9171188,-0.3790295,-0.1234086),(0.9314941,-0.3168023,-0.1787594),(0.9183902,-0.3645556,-0.1538141),(0.9287053,-0.2848812,-0.2373797),(0.898647,-0.4269173,-0.1008723),(0.8763967,-0.4750922,-0.07884229),(0.8994151,-0.4172884,-0.1300875),(0.9155964,-0.3385007,-0.2170264),(0.9149181,-0.1877081,-0.3573383),(0.9077476,-0.2358229,-0.3469611),(0.919322,-0.3854319,-0.07930495),(0.9013669,-0.433033,0.004495802),(0.8983124,-0.433611,-0.07082545),(0.8743404,-0.4853128,-0.0004141128),(0.8737937,-0.4726698,0.1143142),(0.8311223,-0.4947669,0.2538535),(0.8433757,-0.5296139,0.09070069),(0.8031176,-0.5595036,0.2048359),(0.8476838,-0.5304589,0.006747575),(0.8142474,-0.5743744,0.08423322),(0.7736728,-0.6077656,0.1790294),(0.7900154,-0.6064845,0.08973484),(0.7471394,-0.6416494,0.1734036),(0.8240564,-0.5661676,0.01963218),(0.8754275,-0.4802737,-0.05444017),(0.8520904,-0.5221227,-0.03646764),(0.7763308,-0.4841479,0.4036227),(0.7202008,-0.4341909,0.5410997),(0.7578328,-0.5645664,0.3270385),(0.7161267,-0.540353,0.441793),(0.664284,-0.3475255,0.6617802),(0.6080354,-0.2298537,0.759908),(0.6791422,-0.4873783,0.5488427),(0.6459946,-0.4055077,0.646726),(0.6937231,-0.6186979,0.3687292),(0.6659981,-0.5922233,0.4535617),(0.6488543,-0.5415671,0.5345027),(0.6333055,-0.6730877,0.3819388),(0.6244109,-0.6488516,0.4348595),(0.660196,-0.677725,0.3237747),(0.7306024,-0.6236637,0.2779634),(0.7001808,-0.6666225,0.2556583),(0.5441021,-0.08936217,0.8342466),(0.4602775,0.06368434,0.8854879),(0.6086079,-0.2953363,0.7364596),(0.5535275,-0.1611777,0.8170857),(0.3456656,0.2227071,0.9115463),(0.1899072,0.3858567,0.9028011),(0.4699688,-0.007737733,0.8826492),(0.3488748,0.1637088,0.9227599),(0.6068,-0.3573429,0.7099999),(0.5552335,-0.224882,0.8007145),(0.4703851,-0.06578668,0.8800056),(0.5956669,-0.4230327,0.6828061),(0.5426551,-0.290816,0.7880047),(0.6198468,-0.5255406,0.5827496),(0.6342201,-0.4634127,0.6188809),(0.6255611,-0.600481,0.4980923),(0.01839278,0.5456163,0.8378332),(-0.12469,0.6872906,0.7156006),(0.2056564,0.3475142,0.9148439),(0.0693252,0.5276284,0.8466418),(-0.226261,0.7973026,0.5595664),(-0.2885577,0.869493,0.4008943),(-0.04885137,0.6837706,0.72806),(-0.1444126,0.7992519,0.5833879),(0.2481353,0.311675,0.9172173),(0.1325621,0.5013214,0.8550464),(0.01889582,0.66328,0.7481328),(0.2930499,0.2486808,0.9231899),(0.1863584,0.4436648,0.8766025),(0.3859375,0.05209348,0.9210529),(0.3620058,0.1168339,0.9248251),(0.4681965,-0.1302893,0.8739661),(-0.3386512,0.9049502,0.2576442),(-0.4010766,0.9067526,0.1301432),(-0.2296148,0.8702632,0.4357966),(-0.3204129,0.900802,0.2930724),(-0.4810159,0.8765537,0.01665183),(-0.5787866,0.8110485,-0.08489177),(-0.4232064,0.8926082,0.155393),(-0.5384241,0.8424236,0.02054241),(-0.2088709,0.8569642,0.471153),(-0.3336955,0.8866827,0.3200642),(-0.4677195,0.868975,0.1616199),(-0.2078106,0.8343953,0.5104892),(-0.3615133,0.8676332,0.3413514),(-0.06406941,0.7487646,0.6597322),(-0.09313668,0.7826096,0.6155061),(0.06695152,0.6157194,0.785116),(-0.6607606,0.7324433,-0.1640802),(-0.7038153,0.6782131,-0.2113551),(-0.6314206,0.7689682,-0.09997983),(-0.6794879,0.7082487,-0.1915201),(-0.7186553,0.6568779,-0.2281353),(-0.7114721,0.6700372,-0.2117963),(-0.6968789,0.6715935,-0.2516386),(-0.6957842,0.6629558,-0.2763584),(-0.6382302,0.7599348,-0.1231316),(-0.6658626,0.7121253,-0.2224965),(-0.6757928,0.6798674,-0.2847531),(-0.6235833,0.7696491,-0.1370547),(-0.6519475,0.7199349,-0.2380302),(-0.5757629,0.8176168,9.528817e-5),(-0.5769828,0.816722,0.007492698),(-0.4922004,0.8548795,0.164073),(-0.6907365,0.7043275,-0.1637253),(-0.6601567,0.7455603,-0.09128492),(-0.6850948,0.6785909,-0.2648766),(-0.6650496,0.7128236,-0.2226919),(-0.613273,0.7898679,-0.002248458),(-0.5457426,0.8325576,0.09493637),(-0.6279579,0.7621967,-0.1572419),(-0.5664058,0.8205976,-0.07618373),(-0.6629168,0.687911,-0.2954992),(-0.6323971,0.7311941,-0.2557911),(-0.575853,0.7943757,-0.1932883),(-0.6319745,0.7114786,-0.3072563),(-0.5815213,0.7685072,-0.2668891),(-0.6578957,0.6826957,-0.317962),(-0.6754792,0.6701978,-0.3075106),(-0.6643963,0.6857587,-0.2971744),(-0.4708498,0.8616105,0.1895464),(-0.4070419,0.8706809,0.2761008),(-0.4942096,0.8693092,0.007638574),(-0.4324296,0.8976301,0.08523428),(-0.3572837,0.8632483,0.3565819),(-0.3224869,0.8423348,0.4318265),(-0.3839961,0.9098379,0.1572959),(-0.3497986,0.9095406,0.2244483),(-0.4490569,0.8922444,-0.04741087),(-0.4030595,0.9149158,0.02172769),(-0.3699332,0.9250946,0.08572801),(-0.4273561,0.90161,-0.06683088),(-0.3945062,0.918892,-0.001590976),(-0.4692237,0.8724119,-0.1368449),(-0.507379,0.8533428,-0.1198856),(-0.5206348,0.8286302,-0.2056976),(-0.3004415,0.8107312,0.5024439),(-0.2879548,0.7705095,0.5686801),(-0.328925,0.8994825,0.2876449),(-0.3202827,0.8810378,0.3481255),(-0.2827919,0.7219544,0.6315145),(-0.2821324,0.6641017,0.6923656),(-0.3232126,0.8540453,0.4076033),(-0.3364617,0.817239,0.4678824),(-0.3443693,0.9177322,0.1979329),(-0.3532017,0.9015021,0.250085),(-0.3763482,0.8755519,0.302937),(-0.3797843,0.9136959,0.1446504),(-0.4088571,0.8936676,0.1849168),(-0.3681213,0.9241329,0.1022991),(-0.3500724,0.925586,0.1440142),(-0.3734001,0.9260558,0.05470973),(-0.2677225,0.5981607,0.7553334),(-0.2225719,0.523201,0.8226315),(-0.3375743,0.7739185,0.5358113),(-0.3037972,0.7271553,0.6155911),(-0.1505861,0.4374359,0.8865516),(-0.0598395,0.3411395,0.9381061),(-0.234689,0.6742395,0.70023),(-0.1329696,0.6113258,0.7801279),(-0.3636933,0.8190119,0.4437868),(-0.2986592,0.792599,0.5315914),(-0.1924125,0.7605521,0.6201112),(-0.3425324,0.859331,0.3797654),(-0.2296112,0.8563966,0.4624538),(-0.4070963,0.862336,0.3010803),(-0.3886291,0.8457831,0.3655387),(-0.4277135,0.8729943,0.2343971),(0.01677334,0.2343243,0.9720137),(0.05358799,0.1226586,0.9910011),(0.009581137,0.4476385,0.8941633),(-0.03907301,0.5344106,0.8443214),(0.06003332,0.006293635,0.9981765),(0.04783768,-0.1126214,0.9924858),(-0.002104149,0.244339,0.9696876),(0.01895522,0.3514238,0.9360245),(-0.02687185,0.5905458,0.8065566),(-0.03525517,0.6565496,0.7534586),(-0.05868412,0.5134709,0.856098),(-0.08734358,0.7417285,0.6649886),(-0.04623278,0.7809777,0.6228454),(-0.05519251,0.8127384,0.5800086),(-0.08941069,0.7140535,0.6943583),(-0.1161381,0.8397094,0.5304715),(0.03709557,-0.2267956,0.9732357),(0.04116374,-0.3337514,0.9417619),(-0.02769442,0.1283514,0.9913421),(-0.03641455,0.00674295,0.999314),(0.05894196,-0.4327626,0.899579),(0.08899497,-0.5270127,0.8451849),(-0.02995379,-0.1152369,0.9928863),(-0.01111191,-0.2363934,0.9715938),(-0.1208002,0.3201311,0.93964),(-0.1235278,0.2104655,0.9697656),(-0.1111282,0.09693359,0.9890674),(-0.1824407,0.5512832,0.8141267),(-0.1693779,0.4761721,0.8628855),(-0.1741109,0.6238435,0.7619086),(-0.09971409,0.4229105,0.9006684),(-0.1425153,0.6891859,0.710431),(0.1191893,-0.6183218,0.7768347),(0.1360183,-0.7048033,0.6962408),(0.01215802,-0.3575473,0.9338159),(0.03088144,-0.4772775,0.8782099),(0.1341866,-0.7812768,0.6095904),(0.1106224,-0.8432425,0.5260273),(0.03949518,-0.5902408,0.8062605),(0.0335459,-0.6894272,0.7235777),(-0.07028243,-0.1448667,0.9869519),(-0.05276667,-0.2729238,0.9605874),(-0.04211896,-0.399588,0.9157267),(-0.09426711,0.2255904,0.9696507),(-0.07037432,0.1217553,0.9900621),(-0.1197065,0.3169467,0.9408588),(-0.09091928,-0.02115449,0.9956336),(-0.1451613,0.3988689,0.9054456),(0.07343261,-0.8888915,0.4521942),(0.03218487,-0.919894,0.390844),(0.01534365,-0.7699103,0.6379677),(-0.009627462,-0.8300064,0.5576708),(-0.01082999,-0.9393948,0.3426664),(-0.05399274,-0.9499391,0.3077344),(-0.06495724,-0.8958583,0.4395662),(-0.03753276,-0.8711158,0.4896413),(-0.04551082,-0.6165289,0.7860158),(-0.05367069,-0.6934895,0.7184649),(-0.06029507,-0.7465875,0.6625494),(-0.02961321,-0.3363988,0.9412539),(-0.035496,-0.231885,0.9720954),(-0.04166849,-0.1148106,0.9925131),(-0.04021773,-0.516986,0.8550485),(-0.05216668,0.005943992,0.9986207),(-0.08211057,-0.9554067,0.2836475),(-0.08149192,-0.9600751,0.2676095),(-0.06392226,-0.9178073,0.3918466),(-0.07776195,-0.9095321,0.4082944),(-0.05215532,-0.9646994,0.2581376),(0.006376675,-0.9672949,0.2535746),(0.04318745,-0.9235424,0.3810568),(-0.0235371,-0.9227493,0.3846814),(0.01687555,-0.8127605,0.5823537),(-0.02924621,-0.8004924,0.5986289),(0.08299946,-0.8190207,0.567729),(0.09871502,-0.5923266,0.7996278),(0.04530627,-0.5481491,0.8351527),(0.006941784,-0.4930046,0.8699989),(-0.05493137,-0.7800543,0.6232961),(-0.0173944,-0.423505,0.9057267),(0.07982229,-0.9639171,0.253953),(0.1531422,-0.9539655,0.2578705),(0.1918161,-0.9070204,0.3748606),(0.1203583,-0.9178141,0.3783267),(0.2250981,-0.9388639,0.2605097),(0.2945732,-0.9203924,0.2571077),(0.3144927,-0.8817444,0.351598),(0.2566642,-0.8940611,0.3671215),(0.2180082,-0.8174009,0.5332242),(0.2722235,-0.8158046,0.5102523),(0.3173409,-0.817464,0.4806739),(0.255019,-0.684027,0.6834271),(0.2913629,-0.7118587,0.6390342),(0.209878,-0.6566791,0.7243781),(0.1547694,-0.8195205,0.551754),(0.1571726,-0.6271012,0.7629159),(0.3571549,-0.9010113,0.2462095),(0.4094761,-0.8826508,0.2307748),(0.3653339,-0.871694,0.3266204),(0.4096823,-0.8634361,0.2943445),(0.4527099,-0.8654506,0.2145906),(0.4881234,-0.8492619,0.2012209),(0.4483492,-0.8555984,0.2587166),(0.4822235,-0.8470197,0.2236472),(0.3934978,-0.830034,0.3952255),(0.4280328,-0.8364716,0.3422033),(0.4604735,-0.8403157,0.2860658),(0.3859701,-0.7976682,0.463414),(0.4165674,-0.8217611,0.3888192),(0.3547102,-0.7702029,0.5300642),(0.3566593,-0.8229336,0.4422381),(0.3231159,-0.7410982,0.5885318),(0.5036839,-0.8413025,0.1962463),(0.486024,-0.8507658,0.1999461),(0.494822,-0.8462874,0.1973547),(0.4684801,-0.8641933,0.1835658),(0.4314935,-0.8787396,0.2040349),(0.3339677,-0.9216407,0.1975954),(0.3985595,-0.900071,0.1761321),(0.2776152,-0.9461622,0.1664544),(0.4371194,-0.8765942,0.2012693),(0.3557725,-0.9175625,0.1774966),(0.2200739,-0.9621006,0.1610278),(0.3005101,-0.9308298,0.2079659),(0.1635728,-0.9699981,0.1798547),(0.386633,-0.8865611,0.2540165),(0.4705061,-0.8500793,0.2366201),(0.4242791,-0.8488145,0.3154382),(0.222325,-0.9609666,0.1646657),(0.1347564,-0.9852862,0.1051273),(0.145936,-0.9796526,0.1377805),(0.05399733,-0.9947262,0.08720159),(0.07472796,-0.9965287,0.03669046),(0.04256193,-0.9988177,-0.02348718),(0.003883769,-0.9995599,0.02940961),(-0.00624568,-0.999734,-0.0222051),(-0.008800714,-0.9950588,0.09889704),(-0.04640346,-0.9973454,0.0561136),(-0.03637649,-0.9992108,0.01595754),(-0.07161043,-0.99083,0.1145772),(-0.04654005,-0.9948272,0.0902933),(-0.04745533,-0.9893761,0.1374145),(0.07974638,-0.9873775,0.136843),(0.02970812,-0.9867678,0.1593944),(0.02713161,-0.9975978,-0.06373923),(0.01699865,-0.9962966,-0.08428673),(0.002467756,-0.9984059,-0.05638791),(0.009695153,-0.9974139,-0.07121471),(0.01157992,-0.99566,-0.09234137),(0.009950128,-0.995517,-0.09405868),(0.01516339,-0.9972022,-0.07319786),(0.01743715,-0.9972788,-0.07163115),(0.01479913,-0.9995852,-0.02470629),(0.02879264,-0.9992468,-0.02601738),(0.03393928,-0.9991329,-0.0241169),(0.04565416,-0.997658,0.05093503),(0.05206275,-0.9973748,0.05032795),(0.02713666,-0.9980153,0.05682439),(-0.006946208,-0.9999001,-0.01231035),(-0.003558805,-0.9975868,0.06933899),(0.4800171,-0.7713432,-0.4178675),(0.511537,-0.7472253,-0.4242454),(0.4234,-0.8166813,-0.3921278),(0.4426302,-0.8407562,-0.3117812),(0.5367408,-0.7757365,-0.3318767),(0.5847808,-0.7400652,-0.332167),(0.3678441,-0.8629059,-0.3465315),(0.3129401,-0.9067593,-0.282588),(0.2684882,-0.9387718,-0.2159201),(0.3511705,-0.8959271,-0.2720184),(0.2941972,-0.9389099,-0.1785951),(0.3965563,-0.894561,-0.2061644),(0.20699,-0.9682431,-0.1402156),(0.133707,-0.9881479,-0.07540632),(0.2000628,-0.9752397,-0.094247),(0.2820762,-0.9533374,-0.107614),(0.5053804,-0.8344182,-0.2198566),(0.5548606,-0.8036776,-0.215016),(0.3746611,-0.9200909,-0.1142889),(0.4058838,-0.9074973,-0.108199),(0.2598807,-0.9428189,-0.2086972),(0.2125745,-0.9683726,-0.1306393),(0.1476621,-0.9849344,-0.09000063),(0.1997131,-0.967811,-0.1531557),(0.1764885,-0.9831792,-0.04701781),(0.1567266,-0.98668,0.04358169),(0.1011704,-0.993902,0.04385783),(0.1142427,-0.9931398,-0.0249356),(0.06779771,-0.9976482,-0.01007951),(0.09397642,-0.9940766,-0.05458987),(0.06118889,-0.9974246,0.03741623),(0.03670358,-0.9989367,0.02789883),(0.03791473,-0.9992786,-0.002139625),(0.05383406,-0.9981303,-0.02894572),(0.1400946,-0.9853198,-0.09756225),(0.08528597,-0.9949344,-0.05321433),(0.1544788,-0.9768012,0.1483098),(0.1641077,-0.9467999,0.276837),(0.1258914,-0.9614149,0.2446077),(0.1070697,-0.985862,0.1288884),(0.1765864,-0.8847085,0.4314025),(0.1821606,-0.7752533,0.6048139),(0.169475,-0.8041642,0.5697351),(0.1496268,-0.906911,0.3938582),(0.1219006,-0.929943,0.3469096),(0.09357098,-0.9741955,0.2053962),(0.1504974,-0.8391768,0.5226211),(0.1246897,-0.875344,0.467146),(0.09328266,-0.950339,0.2969074),(0.06701063,-0.9838272,0.166113),(0.07150865,-0.9920626,0.1034332),(0.04752082,-0.9958363,0.07779274),(0.1845007,-0.648567,0.7384581),(0.1990342,-0.563915,0.8014894),(0.218597,-0.5964435,0.7723151),(0.1882841,-0.6805348,0.7081113),(0.231844,-0.5311618,0.8149328),(0.2851162,-0.548461,0.7860658),(0.3229532,-0.5806682,0.7473457),(0.2637154,-0.5635759,0.7828387),(0.2822587,-0.6058544,0.7438216),(0.226385,-0.6412524,0.7331746),(0.346487,-0.6175925,0.7060639),(0.3565476,-0.6597773,0.661489),(0.2873831,-0.6568618,0.6970964),(0.221618,-0.6955048,0.6834899),(0.1823817,-0.7236395,0.6656446),(0.165848,-0.7734417,0.6117862),(0.3431626,-0.5591754,0.7546936),(0.3881201,-0.5104074,0.7673637),(0.4190014,-0.5452757,0.7260249),(0.379679,-0.5916646,0.7111798),(0.4087261,-0.3922645,0.824058),(0.3837945,-0.1882679,0.9040226),(0.3992621,-0.2257863,0.8886002),(0.4323761,-0.4304175,0.7923329),(0.4464709,-0.4639821,0.7651041),(0.437956,-0.577022,0.6893767),(0.4082214,-0.2597409,0.8751515),(0.4114588,-0.292758,0.8631305),(0.4521036,-0.4959169,0.7413965),(0.446386,-0.6083387,0.6562496),(0.4024078,-0.6240057,0.6698396),(0.4127696,-0.6581118,0.6296906),(0.3154163,0.04696556,0.9477905),(0.2129425,0.2824416,0.9353515),(0.2155527,0.2537921,0.9429352),(0.3231544,0.01389007,0.9462443),(0.04108057,0.5539569,0.8315312),(-0.2428041,0.824289,0.5114626),(-0.2541935,0.8197066,0.5132902),(0.03868768,0.5338762,0.8446772),(0.04022692,0.5130034,0.8574434),(0.2185227,0.2252644,0.9494755),(-0.257649,0.8153872,0.5184214),(-0.2523225,0.8106778,0.5283321),(0.04628069,0.4902247,0.8703664),(0.2223927,0.1953235,0.9551911),(0.3279407,-0.01773727,0.9445318),(0.3303957,-0.04996935,0.9425188),(-0.4749135,0.875112,0.09293137),(-0.5726054,0.8104221,-0.1238508),(-0.5736451,0.8030477,-0.1613867),(-0.4853,0.8715952,0.06932256),(-0.6274096,0.7522684,-0.2011205),(-0.673807,0.7129499,-0.1941303),(-0.6609794,0.7029413,-0.2626401),(-0.6201127,0.7430842,-0.2515671),(-0.5992934,0.7447898,-0.2934885),(-0.5641193,0.803374,-0.1906822),(-0.6284751,0.7076873,-0.3227969),(-0.5758816,0.7308284,-0.3664016),(-0.5648448,0.7599139,-0.3216848),(-0.5438979,0.8129198,-0.2081738),(-0.486056,0.8723353,0.05273303),(-0.4767361,0.8778543,0.04576411),(-0.7225056,0.6758643,-0.145579),(-0.7706344,0.6307249,-0.09115192),(-0.7060013,0.6695485,-0.2307968),(-0.7500722,0.6359881,-0.1814137),(-0.8098236,0.5853466,-0.03943321),(-0.835205,0.549935,0.002039704),(-0.7987221,0.5985749,-0.06124529),(-0.7835177,0.6092204,-0.1222726),(-0.6929428,0.6688492,-0.2692044),(-0.7143339,0.6685935,-0.2066638),(-0.71371,0.6887963,-0.1271916),(-0.5534958,0.8123572,-0.1836253),(-0.5871904,0.7600768,-0.2783712),(-0.5925662,0.7300577,-0.3404128),(-0.6611174,0.6834757,-0.3094911),(-0.5858446,0.721106,-0.3698543),(-0.8443581,0.5344564,0.03762729),(-0.8373145,0.5412728,0.07699362),(-0.7660233,0.641031,0.04782992),(-0.7927061,0.6095869,-0.004549667),(-0.8152334,0.5657284,0.1238791),(-0.7777197,0.6022883,0.1800021),(-0.6554756,0.7397583,0.1520184),(-0.7197727,0.6870276,0.09959971),(-0.5440773,0.8360357,0.0708807),(-0.6271165,0.7787232,0.01775069),(-0.443298,0.8894812,0.1109511),(-0.07567343,0.9963896,0.03848761),(-0.222714,0.9743669,0.03174252),(-0.3656906,0.9306865,-0.009640839),(-0.6845835,0.7273574,-0.04792257),(-0.4795138,0.8735605,-0.08341673),(-0.7290944,0.6439366,0.2318769),(-0.6764182,0.6868726,0.265828),(-0.4994158,0.838136,0.219344),(-0.5792688,0.7914168,0.1952104),(-0.6208207,0.7312663,0.2825445),(-0.5629595,0.7763904,0.283363),(-0.3352079,0.9168942,0.2166579),(-0.4177008,0.8800983,0.2257277),(-0.1318877,0.9824617,0.1318135),(-0.2309961,0.9627666,0.1404318),(-0.03860404,0.9928674,0.112801),(0.333252,0.9407948,-0.06203414),(0.2578408,0.9655695,-0.03454961),(0.1671851,0.9859125,-0.005069125),(-0.3355166,0.9323561,0.1346877),(0.05682847,0.9981496,0.02163586),(-0.5010227,0.8211299,0.2733532),(-0.4326899,0.8639383,0.2576629),(-0.1612871,0.9710278,0.1763277),(-0.2504286,0.9476249,0.1982232),(-0.3573296,0.903161,0.2379407),(-0.2739228,0.9372153,0.215856),(0.03104689,0.9908186,0.1315845),(-0.0676329,0.9858523,0.1533657),(0.2241283,0.9731541,0.05232148),(0.1382289,0.9879992,0.06892227),(0.3089395,0.950146,0.0421797),(0.555182,0.8274932,-0.08383238),(0.5071808,0.8565893,-0.09498614),(0.4552514,0.8853377,-0.09446219),(0.05070188,0.9946561,0.08993545),(0.3978346,0.9136921,-0.08303189),(-0.1787979,0.9640079,0.196774),(-0.06754305,0.9806201,0.183908),(0.2425642,0.964564,0.1038213),(0.1348387,0.9842235,0.1145539),(0.05799765,0.9828907,0.1748205),(0.1925499,0.9669757,0.1669803),(0.4481559,0.8889065,0.09487621),(0.3487133,0.9321089,0.09783608),(0.5323339,0.8452953,0.04578731),(0.4658632,0.8839507,0.04003428),(0.588481,0.8066333,0.05507138),(0.6613438,0.7500083,0.01057716),(0.649825,0.7598631,-0.01831454),(0.6280587,0.7769608,-0.04329195),(0.3904349,0.9198217,0.0385853),(0.596357,0.8000801,-0.065038),(0.3230706,0.9335285,0.1554024),(0.4334606,0.8900328,0.1412574),(0.5962349,0.7989703,0.07842392),(0.5330476,0.84139,0.089012),(0.5157871,0.84627,0.1333817),(0.5679489,0.8110918,0.1398709),(0.6515442,0.7554258,0.06944226),(0.6360799,0.7684835,0.06953882),(0.6594212,0.7493775,0.05997581),(0.6544642,0.7535384,0.06209924),(0.6424068,0.7639613,0.06063693),(0.5380959,0.8373345,0.0965597),(0.6011,0.7951831,0.07976521),(0.6399063,0.766001,0.06133878),(0.6304657,0.7737527,0.06180367),(0.6592631,0.7509159,0.03869551),(0.5893129,0.7915688,0.1616457),(0.5806308,0.7903994,0.1952859),(0.6042191,0.7889645,0.1115986),(0.6415756,0.762536,0.08318368),(0.5426698,0.8051249,0.2393393),(0.4703739,0.8324782,0.2927942),(0.4147349,0.8864394,0.2054751),(0.5333809,0.8319089,0.153076),(0.4122517,0.9019979,0.1282511),(0.5277568,0.8440858,0.09482607),(0.2325211,0.958317,0.1660194),(-0.1112473,0.9770084,0.181875),(0.1315205,0.9767361,0.169378),(0.3138798,0.9384197,0.1443882),(0.6002186,0.7966566,0.07124409),(0.4449172,0.8878058,0.1176841),(0.3537815,0.8679201,0.3486448),(0.183873,0.901956,0.3907251),(-0.01166413,0.9514291,0.3076469),(0.2335666,0.9358651,0.2638243),(-0.04067799,0.9165059,0.3979475),(-0.3083566,0.8835138,0.3525897),(-0.573879,0.7831565,0.2394343),(-0.2964849,0.9050502,0.3049279),(-0.5836937,0.7879114,0.1962071),(-0.3081965,0.9245557,0.2240797),(-0.7955461,0.5950205,0.1142671),(-0.9335638,0.3576325,0.02361851),(-0.8204148,0.5608443,0.1112351),(-0.6345314,0.7555941,0.1626265),(-0.01726547,0.9787747,0.2042108),(-0.3852046,0.9049006,0.1810313),(-0.5736485,0.7736728,0.2689943),(-0.7884279,0.5908434,0.1711301),(-0.925727,0.3765116,0.03561483),(-0.7909459,0.5960453,0.1383277),(-0.9288515,0.3660619,0.05686553),(-0.98746,0.1394589,-0.07398687),(-0.9857801,-0.02936182,-0.1654553),(-0.9851792,0.1588926,-0.06461368),(-0.9867985,0.01055572,-0.1616081),(-0.9798921,0.1821174,-0.08151503),(-0.9642796,-0.1219707,-0.2351341),(-0.9490247,-0.1482168,-0.2781797),(-0.9719747,-0.07838823,-0.2216312),(-0.9874441,0.02927963,-0.155231),(-0.9237971,0.3827189,0.01118443),(-0.9818038,0.175035,-0.07364778),(-0.9796391,-0.04983145,-0.1944843),(-0.9397237,-0.1866288,-0.2865119),(-0.9108489,-0.2588714,-0.3214654),(-0.9522155,-0.169244,-0.2542479),(-0.890168,-0.2765887,-0.3620769),(-0.8413147,-0.3233762,-0.4331485),(-0.8483086,-0.3149149,-0.4256774),(-0.8743454,-0.3066383,-0.3761557),(-0.8841688,-0.2641203,-0.3853389),(-0.9022162,-0.2553656,-0.347555),(-0.8789845,-0.236117,-0.4142886),(-0.9161153,-0.0756285,-0.3937168),(-0.911888,-0.142539,-0.3848933),(-0.9152876,-0.1775582,-0.3615547),(-0.930952,-0.2098717,-0.2988012),(-0.9280788,-0.1804584,-0.3257367),(-0.8063831,-0.3261191,-0.4933484),(-0.7980796,-0.2880259,-0.5292543),(-0.8490117,-0.2101234,-0.4847962),(-0.8387517,-0.2820206,-0.4657896),(-0.8156303,-0.215627,-0.5368912),(-0.8530056,-0.1118359,-0.5097787),(-0.9038243,0.02311136,-0.4272791),(-0.8738469,-0.1059118,-0.4745253),(-0.9168112,0.05693698,-0.3952407),(-0.9012404,-0.06921588,-0.4277556),(-0.9237923,0.1963393,-0.3287228),(-0.8887432,0.4011927,-0.2217655),(-0.9136552,0.2716276,-0.3024116),(-0.9234905,0.1406856,-0.3568936),(-0.8860649,-0.1699261,-0.4312934),(-0.9223638,0.02124639,-0.3857378),(-0.8913512,0.01579833,-0.4530381),(-0.9145756,0.1539865,-0.3739514),(-0.9176773,0.3003685,-0.2600903),(-0.9217845,0.1634782,-0.3515511),(-0.9187136,0.2884271,-0.2697684),(-0.9032584,0.4045896,-0.1429393),(-0.8533006,0.5200017,-0.03842296),(-0.8931879,0.4223086,-0.1545022),(-0.8300614,0.5558372,-0.04519954),(-0.8786258,0.4550633,-0.1446868),(-0.7732171,0.6316885,0.05572057),(-0.6607871,0.7381712,0.1358809),(-0.726119,0.6856273,0.05163559),(-0.7900606,0.6119276,-0.03672712),(-0.9117806,0.3331082,-0.2401984),(-0.8464292,0.516754,-0.1285416),(-0.870492,0.4921818,0.0008085628),(-0.8207176,0.5465413,0.1664786),(-0.7460366,0.6241474,0.2320979),(-0.8038046,0.5883592,0.08793064),(-0.7478689,0.5557048,0.3631589),(-0.639024,0.4975106,0.5866271),(-0.5934588,0.547934,0.5895548),(-0.6776709,0.6169434,0.4001787),(-0.5927024,0.6858518,0.4222692),(-0.6535575,0.7019312,0.2831168),(-0.5312589,0.6183695,0.5791228),(-0.4432344,0.7013807,0.5582189),(-0.4868969,0.7592689,0.4317893),(-0.5394166,0.7787412,0.3202997),(-0.713912,0.6811742,0.1622692),(-0.5981593,0.769846,0.2225816),(-0.510092,0.3787357,0.772247),(-0.4057055,0.2467749,0.8800598),(-0.4413549,0.2769756,0.8535165),(-0.5061443,0.421838,0.7522437),(-0.3327976,0.1221985,0.9350472),(-0.2860833,0.009178719,0.9581608),(-0.3985798,0.1343733,0.9072364),(-0.3711457,0.00393548,0.9285663),(-0.4460258,0.359284,0.8197414),(-0.4270014,0.2107646,0.8793453),(-0.4136778,0.0683043,0.9078574),(-0.4035966,0.3419538,0.8486326),(-0.4026541,0.1980377,0.8936726),(-0.404877,0.480985,0.7776426),(-0.4786549,0.5009968,0.7210352),(-0.4150403,0.6042533,0.6801615),(-0.2700895,-0.08479127,0.9590943),(-0.293525,-0.1489023,0.9442835),(-0.3642773,-0.1013014,0.9257645),(-0.3886834,-0.1698096,0.9055881),(-0.3540092,-0.1816505,0.9174316),(-0.4468646,-0.1806955,0.8761628),(-0.4438304,-0.2025733,0.872914),(-0.5265206,-0.1996797,0.82638),(-0.439531,-0.1250763,0.8894764),(-0.4938053,-0.1632398,0.854113),(-0.5743927,-0.1650791,0.8017618),(-0.507716,-0.05568506,0.859723),(-0.5991778,-0.06579711,0.7979077),(-0.444944,-0.01013305,0.8955011),(-0.4132268,-0.04864133,0.9093281),(-0.4108867,0.0738515,0.9086903),(-0.5543193,-0.1541565,0.8179033),(-0.6669085,-0.1068846,0.7374339),(-0.6231571,-0.1688026,0.7636628),(-0.7281221,-0.1122447,0.6761947),(-0.7883703,-0.03229107,0.6143529),(-0.9079772,0.06813762,0.4134426),(-0.8439095,-0.01938026,0.5361354),(-0.9489234,0.1108055,0.2954091),(-0.7747047,-0.08524915,0.6265502),(-0.8889034,0.01254405,0.4579228),(-0.9733615,0.1593816,0.1648173),(-0.9294084,0.07318798,0.3617232),(-0.9762118,0.2166385,0.008838866),(-0.818583,-0.01363515,0.5742264),(-0.6696355,-0.1388731,0.7295907),(-0.7058918,-0.05154917,0.7064413),(-0.9781576,0.1526731,0.141062),(-0.9650337,0.2031543,-0.165645),(-0.899155,0.262628,-0.350067),(-0.9758086,0.2171729,-0.02516814),(-0.8318504,0.2586088,-0.4910665),(-0.5311072,0.3398971,-0.7761412),(-0.3909664,0.3281296,-0.8599281),(-0.7073436,0.2884765,-0.6453265),(-0.5667692,0.2948654,-0.769303),(-0.7962732,0.3019493,-0.5241905),(-0.2642527,0.2985528,-0.9170806),(-0.1507448,0.2562254,-0.9547903),(-0.4195713,0.2816773,-0.8629124),(-0.6621919,0.3196846,-0.6777194),(-0.9404055,0.2732587,-0.2024036),(-0.8659906,0.3172846,-0.3865109),(-0.2198042,0.3743002,-0.9008804),(-0.08484314,0.3435564,-0.9352917),(-0.001606923,0.3196742,-0.9475261),(-0.1082538,0.3435543,-0.9328727),(-0.09482643,0.2778558,-0.9559311),(-0.2334064,0.1879878,-0.9540347),(-0.03887917,0.2701304,-0.9620385),(-0.2145913,0.1956787,-0.9569014),(-0.00603266,0.2482319,-0.9686819),(0.05660459,0.2828127,-0.9575034),(-0.2143947,0.1895169,-0.9581848),(-0.2330416,0.170963,-0.9573209),(0.005486097,0.2141425,-0.976787),(0.09383239,0.2350484,-0.9674439),(-0.02127727,0.2998101,-0.9537615),(0.04626728,0.2460204,-0.9681597),(-0.4182096,0.1051475,-0.9022442),(-0.5728977,0.05698997,-0.8176432),(-0.6120036,0.07841547,-0.7869579),(-0.4359793,0.122044,-0.891643),(-0.7028241,0.03508788,-0.7104978),(-0.8124231,0.03119927,-0.582233),(-0.8591815,0.05166508,-0.5090559),(-0.750331,0.05759128,-0.6585489),(-0.796541,0.07627544,-0.5997537),(-0.6557029,0.09236694,-0.7493477),(-0.8999041,0.07097419,-0.4302735),(-0.9342914,0.08914111,-0.3451859),(-0.8418963,0.09102447,-0.5319073),(-0.7049827,0.09892981,-0.7022908),(-0.4653247,0.1277857,-0.8758674),(-0.5072822,0.123015,-0.8529549),(-0.9010546,0.03928185,-0.431923),(-0.9636564,0.05167794,-0.2620988),(-0.9844254,0.06617419,-0.1628738),(-0.9384792,0.05631642,-0.340713),(-0.9953744,0.05778691,-0.07674837),(-0.991958,0.04765961,0.1172516),(-0.9788607,0.06304965,0.1945676),(-0.997277,0.07160447,0.01764586),(-0.9907315,0.08492659,0.1060115),(-0.9945904,0.08067518,-0.06543308),(-0.9615386,0.07746292,0.2635203),(-0.9417703,0.09147332,0.3235759),(-0.9774739,0.09827856,0.1867788),(-0.995023,0.09559049,0.02813796),(-0.9662954,0.07334454,-0.2467671),(-0.9843137,0.09062615,-0.1513713),(-0.9576463,0.02764,0.2866176),(-0.914272,0.01035617,0.4049687),(-0.8964881,0.02844203,0.4421541),(-0.9384369,0.04497753,0.34251),(-0.8771167,-0.003566629,0.480264),(-0.853636,-0.01638498,0.5206121),(-0.8497501,0.003676458,0.5271729),(-0.8650763,0.01497211,0.5014166),(-0.8559896,0.03257681,0.5159655),(-0.8807382,0.04547736,0.471415),(-0.8483992,0.02281564,0.5288652),(-0.8493729,0.04086155,0.5262094),(-0.8500524,0.04933891,0.524382),(-0.86773,0.06178515,0.4931808),(-0.9189094,0.06118644,0.3896942),(-0.9003452,0.07676565,0.4283521),(-0.8367446,-0.03858466,0.5462322),(-0.8152254,-0.07812501,0.5738502),(-0.8280005,-0.05258051,0.5582566),(-0.841469,-0.01591718,0.5400708),(-0.786346,-0.1329175,0.6033182),(-0.7471076,-0.2005708,0.6337204),(-0.7747152,-0.1686687,0.609399),(-0.8067366,-0.1042737,0.5816382),(-0.8251098,-0.07574197,0.5598723),(-0.8404365,-0.02758145,0.5412078),(-0.7986326,-0.1364754,0.5861403),(-0.8410672,-0.0479573,0.5388006),(-0.8186532,-0.1046037,0.5646812),(-0.8520539,-0.003689983,0.5234412),(-0.8474302,0.005893311,0.5308742),(-0.8541963,0.02644004,0.519278),(-0.7124121,-0.2672201,0.6488932),(-0.7018686,-0.3177649,0.6374997),(-0.7323018,-0.2818733,0.6199044),(-0.7443442,-0.2325987,0.6259788),(-0.7170634,-0.3462639,0.6049144),(-0.756623,-0.3458139,0.5549183),(-0.7673658,-0.3158847,0.5580023),(-0.7401487,-0.3114556,0.5959659),(-0.7593091,-0.2759307,0.5893318),(-0.7578143,-0.2453038,0.604602),(-0.7759751,-0.284952,0.56273),(-0.7826757,-0.2527509,0.568802),(-0.7747767,-0.2396485,0.5850554),(-0.778582,-0.2083053,0.591962),(-0.7714274,-0.1974085,0.6049213),(-0.793684,-0.162133,0.5863263),(-0.7795664,-0.3386673,0.5268592),(-0.7481999,-0.3556416,0.5601035),(-0.7377135,-0.3385454,0.5840941),(-0.77868,-0.3157458,0.5421827),(-0.6411611,-0.401508,0.6539906),(-0.4109077,-0.4627774,0.7854884),(-0.3724349,-0.4517431,0.8106914),(-0.6189303,-0.3886434,0.6825553),(-0.5976875,-0.374784,0.7087359),(-0.7273607,-0.319939,0.6071123),(-0.3362282,-0.4408777,0.8322124),(-0.3029612,-0.4305438,0.8502038),(-0.5782188,-0.3599659,0.7321801),(-0.7177024,-0.2996304,0.6285895),(-0.7770948,-0.2913561,0.5578845),(-0.7751344,-0.2652008,0.5734415),(-0.1111132,-0.4840689,0.8679465),(0.1696128,-0.4546381,0.8743773),(0.2185545,-0.4418671,0.8700502),(-0.05993932,-0.4720823,0.8795144),(0.4348324,-0.3967529,0.8083984),(0.6856284,-0.3253014,0.6512241),(0.6869169,-0.3244841,0.6502732),(0.4650633,-0.3868993,0.796257),(0.4901698,-0.3808711,0.7840095),(0.2616187,-0.4320047,0.8630919),(0.6864277,-0.3269833,0.6495374),(0.6844945,-0.3326346,0.6487076),(0.5109532,-0.3786506,0.7717192),(0.2992933,-0.4253833,0.8540916),(-0.01292616,-0.4616641,0.8869606),(0.02975339,-0.4533179,0.8908522),(0.8669435,-0.2589608,0.4258499),(0.9548114,-0.214558,0.2056697),(0.851899,-0.269848,0.4488318),(0.9419259,-0.2325197,0.2423017),(0.9834818,-0.1807652,0.009364381),(0.9757149,-0.1427825,-0.1661135),(0.9784687,-0.2013132,0.04552018),(0.9765644,-0.1628603,-0.1407067),(0.9271176,-0.2514354,0.2779086),(0.9714146,-0.2223824,0.08306523),(0.9768139,-0.1828078,-0.1114271),(0.9623755,-0.2435316,0.1205228),(0.9761152,-0.2019715,-0.08004177),(0.9107283,-0.2710839,0.3115888),(0.8361151,-0.2825182,0.4702075),(0.8198239,-0.296884,0.4896413),(0.9460943,-0.1004071,-0.3079353),(0.9149383,-0.06382889,-0.3985145),(0.9475271,-0.1190287,-0.2966892),(0.9126449,-0.08147577,-0.400551),(0.8950299,-0.03455047,-0.4446659),(0.8918219,-0.01173648,-0.4522344),(0.876864,-0.02676383,-0.4799929),(0.8867773,-0.051291,-0.4593422),(0.882057,-0.06391013,-0.4667879),(0.913245,-0.09635478,-0.3958524),(0.8649544,-0.03685839,-0.5004951),(0.8568788,-0.04245023,-0.5137672),(0.8808498,-0.0722203,-0.4678545),(0.9162407,-0.1078813,-0.3858297),(0.950341,-0.1363616,-0.2797452),(0.9539342,-0.1516631,-0.258859),(0.9084603,0.001153424,-0.4179695),(0.9434258,-0.003862892,-0.3315615),(0.8887488,-0.01198166,-0.4582377),(0.9236414,-0.01583641,-0.3829305),(0.9833301,-0.03526888,-0.1783762),(0.9937987,-0.09702437,0.05431814),(0.9697258,-0.04640314,-0.239747),(0.9941507,-0.1071445,-0.01358602),(0.9034289,-0.02439454,-0.4280433),(0.9533979,-0.05637808,-0.2964016),(0.9896521,-0.1193395,-0.07966723),(0.9360822,-0.06680534,-0.3453797),(0.980914,-0.1352823,-0.1396649),(0.8847327,-0.03094645,-0.4650703),(0.8706058,-0.02037494,-0.4915593),(0.8555984,-0.02505701,-0.5170332),(0.9523298,-0.1436476,0.2691343),(0.9157058,-0.141305,0.376186),(0.9669917,-0.1531514,0.2036458),(0.9352669,-0.1513857,0.3199346),(0.9141528,-0.1055469,0.3913877),(0.9470959,-0.04914462,0.3171656),(0.953483,-0.06484841,0.2943887),(0.9299266,-0.1176044,0.3484333),(0.9434224,-0.1449595,0.2982296),(0.9505061,-0.1719383,0.258796),(0.9600168,-0.1007776,0.2611734),(0.9616513,-0.159446,0.2231678),(0.9505079,-0.1896227,0.2461259),(0.9585531,-0.2047306,0.1981451),(0.9762101,-0.1686836,0.1362339),(0.978762,-0.1919203,0.07205264),(0.9783436,-0.00505421,0.2069258),(0.9919524,0.0006338072,0.1266098),(0.988268,-0.01682634,0.1518006),(0.9775837,-0.02317454,0.209268),(0.9965196,-0.02658717,0.07900538),(0.9945261,-0.08223584,0.06445932),(0.9869341,-0.1004496,0.1259805),(0.9913709,-0.04309688,0.1237999),(0.9838288,-0.09579148,0.151343),(0.9849027,-0.06570517,0.1601547),(0.9726121,-0.15649,0.1718617),(0.9477246,-0.2489199,0.1996419),(0.9688576,-0.1859799,0.1634817),(0.976468,-0.1486746,0.1562252),(0.9780659,-0.06689756,0.1972608),(0.9743792,-0.1391789,0.1766755),(0.9888108,-0.1447288,0.03614788),(0.9807582,-0.1867141,-0.05701886),(0.9764307,-0.2149345,0.01965077),(0.9798076,-0.1673391,0.1094287),(0.9563338,-0.1864189,-0.2251081),(0.8792946,-0.1159976,-0.4619367),(0.8936042,-0.1426014,-0.4256012),(0.9628528,-0.2182645,-0.1589812),(0.9576849,-0.2722584,-0.09335344),(0.9582873,-0.2717203,0.08862021),(0.904172,-0.1861065,-0.3844964),(0.9065239,-0.2424366,-0.3455994),(0.9386676,-0.3425446,-0.03957603),(0.9257569,-0.3514572,0.1394704),(0.9594584,-0.2247432,0.170089),(0.9260554,-0.3127895,0.2111494),(0.7712333,-0.02909924,-0.6358871),(0.7260463,0.0001642288,-0.6876459),(0.7794708,-0.0486792,-0.6245443),(0.7270961,-0.02210548,-0.6861796),(0.7563996,-0.0369268,-0.6530665),(0.8416117,-0.1520784,-0.5182295),(0.8349593,-0.2002012,-0.5126036),(0.7531479,-0.06916842,-0.6542048),(0.7532522,-0.1087739,-0.6486751),(0.7324674,-0.05354707,-0.678693),(0.8280566,-0.2546497,-0.4994755),(0.8196326,-0.3164142,-0.4775819),(0.7551722,-0.1560107,-0.6366911),(0.7398148,-0.09365141,-0.6662608),(0.7902268,-0.08038815,-0.6075191),(0.7999667,-0.1225265,-0.5874016),(0.8960964,-0.291832,-0.3344328),(0.8961463,-0.397674,-0.196919),(0.8703516,-0.4603164,-0.1749201),(0.8807784,-0.3519828,-0.3167611),(0.8740473,-0.473423,-0.1091421),(0.8491019,-0.5245849,-0.0619406),(0.8411102,-0.5332569,-0.09039176),(0.8141285,-0.5783712,-0.05178364),(0.7984429,-0.5978022,-0.07156456),(0.8364084,-0.527584,-0.148581),(0.7693176,-0.6371469,-0.04684068),(0.7120206,-0.7006928,-0.04534642),(0.7431185,-0.6672967,-0.04990111),(0.7916234,-0.6001419,-0.1147261),(0.8605251,-0.4174169,-0.2919924),(0.8333451,-0.4891969,-0.257337),(0.8258998,-0.5632946,-0.02426316),(0.7997574,-0.5996071,0.0293161),(0.7925174,-0.609447,-0.02214322),(0.7690496,-0.6385424,0.02874205),(0.7663028,-0.6349481,0.09808695),(0.7201757,-0.6699476,0.1803254),(0.7373403,-0.6681157,0.09975338),(0.6895339,-0.6992992,0.1884771),(0.7309253,-0.682271,0.01595201),(0.7038538,-0.7046661,0.08964135),(0.6588907,-0.7282044,0.1886307),(0.6666588,-0.742749,0.06236982),(0.632293,-0.7555619,0.1712654),(0.684315,-0.7291013,-0.01114825),(0.7500963,-0.6606519,-0.02990674),(0.6965653,-0.7159305,-0.04733231),(0.6668904,-0.6999797,0.2555102),(0.6216729,-0.7206936,0.3067954),(0.6329781,-0.7268488,0.2665139),(0.5877324,-0.7472082,0.3102427),(0.5935387,-0.7295099,0.3398926),(0.5900053,-0.7221726,0.3610547),(0.5638871,-0.7587363,0.3261147),(0.569042,-0.7573259,0.3203882),(0.5672704,-0.7584416,0.3208905),(0.5538813,-0.7648765,0.3289063),(0.5706617,-0.762415,0.3050716),(0.5707552,-0.7489901,0.3365298),(0.599602,-0.73915,0.3068136),(0.5685536,-0.7554176,0.3257163),(0.6053556,-0.7465037,0.2761825),(0.5912529,-0.7592119,0.2720612),(0.6016321,-0.6946096,0.3944062),(0.6100805,-0.6450458,0.460128),(0.5899692,-0.7393614,0.3244705),(0.6070331,-0.704829,0.3670516),(0.604968,-0.5715531,0.5543832),(0.575287,-0.4700926,0.6693712),(0.6127942,-0.6522044,0.4462204),(0.5976946,-0.5763493,0.5572994),(0.6211982,-0.7212315,0.3064931),(0.6316264,-0.6828289,0.3671416),(0.6247586,-0.6266968,0.4657551),(0.6641488,-0.6755895,0.3201329),(0.6599262,-0.635523,0.400759),(0.65484,-0.7027487,0.2780806),(0.5997663,-0.7474338,0.2856977),(0.6337812,-0.7233133,0.2741155),(0.5276793,-0.340398,0.7782568),(0.4754438,-0.1867209,0.8597026),(0.5683613,-0.4744433,0.672212),(0.537984,-0.349575,0.7670531),(0.4142856,-0.01014593,0.9100904),(0.3371027,0.1851882,0.9230747),(0.5033221,-0.2022687,0.8400918),(0.4587207,-0.03213392,0.8879992),(0.590942,-0.4472673,0.6713714),(0.5730673,-0.327785,0.7510998),(0.5505084,-0.1898562,0.8129546),(0.6288944,-0.4022024,0.6653758),(0.6145968,-0.2960226,0.7311917),(0.6395788,-0.4966147,0.5867816),(0.6073225,-0.547596,0.5755848),(0.6489123,-0.5756612,0.4975207),(0.2375163,0.3862997,0.891268),(0.1112436,0.5719531,0.8127081),(0.3928936,0.1590386,0.9057269),(0.2922604,0.3604756,0.8857998),(-0.04109098,0.7209842,0.691732),(-0.2119786,0.8188662,0.5334073),(0.1511427,0.5519558,0.8200613),(-0.02506004,0.7110545,0.7026901),(0.4432368,0.1480219,0.8840988),(0.3310695,0.3418053,0.8795238),(0.1711833,0.5353621,0.8270935),(0.462365,0.1182933,0.8787634),(0.3385775,0.3045621,0.8902848),(0.5421081,-0.0414723,0.8392848),(0.5125142,-0.03140461,0.8581042),(0.589355,-0.1775795,0.7881156),(-0.36698,0.8620585,0.3495435),(-0.4798522,0.8620865,0.1629381),(-0.200541,0.8188743,0.5377993),(-0.344383,0.8722507,0.3472447),(-0.5574604,0.8301708,-0.007375604),(-0.6133853,0.7759905,-0.1469599),(-0.458315,0.8751751,0.1549706),(-0.5506966,0.8344989,-0.01856684),(-0.1746582,0.8187432,0.5469497),(-0.32469,0.8771136,0.353904),(-0.459062,0.8742886,0.1577393),(-0.1546863,0.8022491,0.5766009),(-0.3272361,0.8638173,0.3830614),(0.01753837,0.6750798,0.7375363),(-0.008226526,0.7015167,0.7126054),(0.1831877,0.5003372,0.8462299),(-0.6445411,0.7245111,-0.2442345),(-0.646828,0.7014571,-0.2992851),(-0.6090016,0.7782205,-0.1532643),(-0.6264888,0.740709,-0.2426149),(-0.6266708,0.7109571,-0.3190986),(-0.5847059,0.7521026,-0.3040737),(-0.6162055,0.730974,-0.2932025),(-0.5853775,0.7507924,-0.3060131),(-0.5936617,0.7925464,-0.1394131),(-0.5986747,0.7687072,-0.2251176),(-0.5815722,0.7671264,-0.2707228),(-0.5649298,0.8182421,-0.1064616),(-0.5662225,0.8012047,-0.1935539),(-0.5363282,0.8437279,0.02179939),(-0.5529546,0.8331167,-0.01256004),(-0.4624012,0.8664888,0.1881015),(-0.5351599,0.8036931,-0.2601563),(-0.4932582,0.8466498,-0.199701),(-0.548419,0.7858828,-0.2857005),(-0.5158803,0.8216143,-0.2425228),(-0.4562656,0.8800402,-0.1317227),(-0.42201,0.9042259,-0.06544623),(-0.4833638,0.8556241,-0.1851131),(-0.4472524,0.885947,-0.122732),(-0.5329392,0.8044763,-0.2622855),(-0.5050274,0.8335937,-0.2237607),(-0.4694505,0.8661293,-0.17157),(-0.5175604,0.8196583,-0.2455432),(-0.4876407,0.8472674,-0.2105809),(-0.5394803,0.8018236,-0.2569822),(-0.557159,0.7816653,-0.280309),(-0.5554816,0.7956854,-0.2415056),(-0.3968288,0.9178442,-0.009433206),(-0.3893758,0.9204546,0.03390967),(-0.4176166,0.9061558,-0.06691897),(-0.4075569,0.9128681,-0.02385552),(-0.4011045,0.9135007,0.06805734),(-0.4326805,0.8964086,0.09612083),(-0.4182895,0.9082775,0.008106163),(-0.4500731,0.8924717,0.03047141),(-0.4280182,0.9008986,-0.07198703),(-0.4378096,0.8983225,-0.03659827),(-0.4673049,0.8839942,-0.01342959),(-0.4651223,0.8826645,-0.06756236),(-0.4889778,0.8715022,-0.03720864),(-0.4554926,0.8832234,-0.1115472),(-0.438646,0.8909219,-0.1176766),(-0.4623816,0.8718009,-0.1617603),(-0.4536687,0.8814673,0.1311484),(-0.4323978,0.8829024,0.1830722),(-0.4700502,0.8808367,0.0563866),(-0.4448692,0.8903075,0.09718005),(-0.3631795,0.8981913,0.2476953),(-0.2387218,0.9175501,0.3179838),(-0.3679019,0.917626,0.1503682),(-0.2297585,0.9501362,0.2108367),(-0.4512316,0.8914323,0.04169557),(-0.3650995,0.9269869,0.08600824),(-0.2140075,0.9667944,0.139676),(-0.3594545,0.9317552,0.05123165),(-0.1987527,0.9749395,0.09995189),(-0.4550702,0.8903438,0.01410897),(-0.4828858,0.8756406,0.008641623),(-0.4957853,0.8683324,-0.01398684),(-0.1118347,0.9215698,0.3717555),(-0.04313313,0.914663,0.4019095),(-0.01557048,0.9622617,0.2716799),(-0.08960971,0.9628724,0.2546507),(-0.03336357,0.9060799,0.4217888),(-0.0829179,0.8939876,0.4403532),(-0.06831946,0.9591584,0.2744954),(-0.008169859,0.9613706,0.2751361),(0.01505431,0.9823946,0.1862102),(0.01267671,0.9815702,0.1906813),(-0.05673109,0.983238,0.1732761),(-0.05165894,0.9907532,0.1254573),(0.02921194,0.9888862,0.1457771),(0.03243492,0.9879238,0.1515077),(-0.06341192,0.9818177,0.1789218),(-0.04265234,0.9894205,0.1386641),(-0.1496628,0.8705867,0.4687001),(-0.1877985,0.8374015,0.5133131),(-0.1898602,0.9291761,0.317151),(-0.1466895,0.9471645,0.2852394),(-0.1961982,0.8000385,0.566961),(-0.1745901,0.7630039,0.6223691),(-0.164929,0.8949293,0.4146082),(-0.196404,0.9108875,0.362918),(-0.1976456,0.9549009,0.2215865),(-0.1934846,0.9630243,0.1874782),(-0.1572429,0.9513179,0.265083),(-0.1469261,0.9763767,0.1584337),(-0.1960676,0.9721527,0.1283621),(-0.1962323,0.9743389,0.1102571),(-0.1462707,0.9746373,0.1693719),(-0.1483112,0.9830106,0.1081383),(-0.1389757,0.7268242,0.6726162),(-0.1057166,0.6894648,0.7165627),(-0.08030362,0.8610801,0.5020881),(-0.1181939,0.8790118,0.4619181),(-0.07569805,0.6459489,0.7596182),(-0.04974525,0.590063,0.8058232),(-0.03560277,0.8077691,0.5884229),(-0.05247664,0.8386932,0.54207),(-0.0367191,0.9275132,0.3719826),(-0.06050766,0.9386703,0.3394656),(-0.03078858,0.9115288,0.4100822),(-0.01837157,0.9681018,0.2498826),(-0.01681027,0.973372,0.2286143),(-0.03841548,0.9770046,0.209729),(-0.1011453,0.9466375,0.3060182),(-0.08221216,0.978712,0.1880531),(-0.03083793,0.5167626,0.8555731),(-0.02075101,0.4248664,0.9050183),(-0.02940377,0.7042384,0.7093546),(-0.02859474,0.7638814,0.6447229),(-0.01707875,0.3161145,0.9485673),(-0.0166659,0.1945505,0.9807509),(-0.04718069,0.5344964,0.8438529),(-0.03628523,0.627882,0.7774622),(-0.06253786,0.8091861,0.5842148),(-0.04772985,0.8539882,0.5180985),(-0.08023334,0.7528088,0.6533312),(-0.07727379,0.9080695,0.4116293),(-0.06285254,0.9294756,0.3634895),(-0.04775133,0.9468228,0.3181926),(-0.036785,0.8878036,0.45875),(-0.03264816,0.9596866,0.2791694),(-0.01444892,0.06668766,0.9976692),(-0.004535073,-0.05892735,0.9982519),(-0.05860434,0.4245272,0.9035166),(-0.06514001,0.3010918,0.9513677),(0.01749056,-0.1752539,0.9843678),(0.05452924,-0.2784758,0.9588941),(-0.06067066,0.1701896,0.9835418),(-0.04004341,0.03966378,0.9984104),(-0.1230468,0.59951,0.7908522),(-0.1403444,0.4995002,0.8548702),(-0.1455529,0.3852391,0.9112657),(-0.1673895,0.8073827,0.5657861),(-0.2113289,0.7473118,0.6299723),(-0.1276575,0.8504205,0.510381),(-0.1009903,0.6835043,0.7229266),(-0.09690995,0.8823771,0.4604553),(0.1010325,-0.3666097,0.9248728),(0.1485062,-0.4424806,0.8843964),(-0.004003535,-0.08212103,0.9966142),(0.04141343,-0.1925232,0.9804182),(0.1920313,-0.5088513,0.8391627),(0.2280319,-0.5688782,0.7901766),(0.088332,-0.2908906,0.9526699),(0.1304897,-0.3788468,0.9162138),(-0.09603027,0.1422027,0.9851684),(-0.04916622,0.02573116,0.9984591),(0.000522007,-0.08259121,0.9965834),(-0.2091564,0.4709576,0.857002),(-0.1604769,0.3648789,0.9171209),(-0.2387008,0.5743837,0.7830104),(-0.1311314,0.2640844,0.9555438),(-0.2407261,0.6687943,0.7033954),(0.2592146,-0.6252591,0.7361106),(0.2893817,-0.6790162,0.6746815),(0.1671862,-0.4598693,0.872106),(0.1999011,-0.5368088,0.8196804),(0.3186176,-0.7308892,0.6035593),(0.3465751,-0.7805803,0.5201731),(0.2290561,-0.6124822,0.7565705),(0.2545024,-0.6886213,0.6789914),(0.08669841,-0.2821846,0.9554346),(0.1202433,-0.3792212,0.9174599),(0.1472105,-0.4790386,0.8653619),(-0.01259598,0.04531015,0.9988936),(0.02379616,-0.06385594,0.9976754),(-0.05624275,0.1519976,0.9867794),(0.04682486,-0.1844859,0.9817191),(-0.1060051,0.2581536,0.9602706),(0.3528323,-0.830789,0.4304636),(0.3165379,-0.8830114,0.3465466),(0.2612621,-0.7650957,0.5885328),(0.2336231,-0.8368206,0.4951278),(0.2364504,-0.9308327,0.2786422),(0.1150121,-0.9646608,0.2370691),(0.1713482,-0.8942251,0.4135232),(0.07949594,-0.9294116,0.3603811),(0.1482266,-0.6802172,0.7178672),(0.1128658,-0.7609021,0.6389751),(0.05805035,-0.8131242,0.5791883),(0.0545164,-0.4032636,0.9134584),(0.0365036,-0.493809,0.868804),(0.05949443,-0.2937625,0.9540252),(0.1595171,-0.5818662,0.7974874),(0.04917504,-0.1777121,0.9828531),(0.002162554,-0.9760042,0.2177405),(-0.05783864,-0.9761437,0.2092799),(-0.002553748,-0.9412598,0.3376735),(-0.04293525,-0.941572,0.334064),(-0.06982705,-0.976383,0.2044515),(-0.03752207,-0.9800263,0.1952959),(-0.04571487,-0.940302,0.337257),(-0.0143037,-0.9420428,0.3351876),(-0.01244747,-0.8452492,0.5342275),(-0.01044558,-0.8481796,0.5296057),(0.01326913,-0.8534141,0.5210648),(0.01172133,-0.6398644,0.7683984),(0.02491896,-0.6717263,0.7403802),(0.00939446,-0.6049979,0.7961717),(0.009677412,-0.8373347,0.5466049),(0.017964,-0.5594341,0.8286802),(0.009015878,-0.9833565,0.1814629),(0.04136337,-0.9849537,0.1677953),(0.02643888,-0.9456461,0.3241212),(0.05402225,-0.9499393,0.3077289),(0.05989899,-0.9860212,0.155481),(0.06590503,-0.9862613,0.1514769),(0.06907442,-0.9548287,0.2890172),(0.07356888,-0.9566579,0.2817682),(0.06061183,-0.8749232,0.4804535),(0.07015802,-0.888549,0.4533856),(0.07254793,-0.8941817,0.4417872),(0.05498091,-0.7684458,0.6375485),(0.05568906,-0.7825333,0.6201131),(0.05046806,-0.7365974,0.6744459),(0.04182082,-0.8626585,0.5040548),(0.0404174,-0.7038761,0.709172),(0.2086264,-0.9771064,-0.04169108),(0.2254169,-0.9735492,-0.03727154),(0.1526825,-0.9874111,-0.04131699),(0.06408846,-0.9979139,-0.007777278),(0.09107288,-0.9958308,-0.005169595),(0.09868404,-0.9951155,-0.002538345),(0.1050513,-0.9937159,-0.03863607),(0.06781518,-0.9971266,-0.03375742),(0.02476581,-0.9996092,-0.01296037),(0.04161502,-0.9990794,-0.01042206),(0.007998222,-0.9999676,0.0009731706),(0.01524778,-0.9998684,0.00553838),(0.003197714,-0.9999833,-0.004823569),(0.001353679,-0.9999964,-0.002334778),(0.001185407,-0.9999894,0.00443713),(0.001452904,-0.9999554,0.00933697),(0.02441248,-0.9996637,0.00876647),(0.02687547,-0.9995859,0.01028863),(0.002129142,-0.9999216,0.01233799),(0.002354787,-0.9999078,0.01337514),(0.0417432,-0.9987898,-0.02600821),(0.02599468,-0.9995523,-0.01481365),(0.008442852,-0.9999167,-0.009766723),(0.01387758,-0.9998149,-0.01333272),(0.01968998,-0.9998061,-0.0002511428),(0.02224197,-0.9995929,0.01786759),(0.01235737,-0.9998864,0.008626505),(0.008056302,-0.9999645,-0.002454248),(0.002705818,-0.9999772,-0.006183771),(0.0007108284,-0.9999537,-0.009596119),(0.006762642,-0.9999766,0.001071622),(0.005194458,-0.999979,-0.003867653),(0.003249972,-0.9999545,-0.008970092),(0.002200227,-0.9999434,-0.01040589),(0.0008636247,-0.9999576,-0.009178028),(0.001701606,-0.999965,-0.008198356),(0.03148321,-0.9979459,0.05579156),(0.04603481,-0.9902334,0.1315998),(0.03023776,-0.9941893,0.103312),(0.01973259,-0.9990675,0.03840295),(0.06736505,-0.9661165,0.2491604),(0.09800471,-0.9079185,0.407528),(0.07623035,-0.9343138,0.3482052),(0.04740229,-0.9772934,0.2065207),(0.03268041,-0.9849609,0.1696581),(0.01903197,-0.9965557,0.08071222),(0.05870698,-0.9544284,0.2926087),(0.04474091,-0.9688475,0.2435831),(0.02256335,-0.9900441,0.138938),(0.01199968,-0.9979246,0.06326643),(0.01187404,-0.9996098,0.02528538),(0.007649004,-0.9998398,0.0161805),(0.1445285,-0.8237501,0.5482219),(0.2086035,-0.7538949,0.6229983),(0.1915724,-0.810034,0.5542066),(0.1243294,-0.8689366,0.4790525),(0.2816726,-0.7133005,0.6417655),(0.3543595,-0.7063399,0.6127912),(0.3405721,-0.75506,0.5602634),(0.2673087,-0.7702175,0.5790603),(0.2434283,-0.8234152,0.5125721),(0.1697808,-0.859453,0.482198),(0.3146078,-0.8034998,0.5053811),(0.2763345,-0.8493543,0.4497072),(0.2098781,-0.8697576,0.4466241),(0.1430306,-0.899523,0.4127961),(0.1046581,-0.9062123,0.4096656),(0.08507134,-0.9345815,0.3454276),(0.4110832,-0.6951877,0.5896818),(0.4440215,-0.6416394,0.625415),(0.4299847,-0.6783744,0.5957528),(0.3970048,-0.735343,0.549234),(0.4486887,-0.5292132,0.7201471),(0.408169,-0.3277701,0.8520356),(0.3971725,-0.3670059,0.8411662),(0.4351634,-0.5660239,0.7001783),(0.411579,-0.6074531,0.6794141),(0.4041794,-0.718914,0.5655101),(0.3785528,-0.4117608,0.8289456),(0.3523769,-0.4631582,0.8132128),(0.377977,-0.6541948,0.6551049),(0.3665237,-0.7630842,0.5323184),(0.3702824,-0.777853,0.5077753),(0.3307938,-0.8215655,0.4643336),(0.3294302,-0.08536328,0.9403132),(0.2257122,0.1617163,0.9606778),(0.2266282,0.1225912,0.9662355),(0.3235976,-0.1259541,0.9377741),(0.05497991,0.4634997,0.8843896),(-0.2401788,0.8035345,0.5446525),(-0.2244824,0.7923025,0.5673308),(0.06381024,0.4312616,0.8999676),(0.07216786,0.3930559,0.9166781),(0.2249154,0.07702817,0.9713289),(-0.20648,0.7767321,0.5950239),(-0.1874901,0.7566229,0.626394),(0.079486,0.3482251,0.9340349),(0.220346,0.02395872,0.9751275),(0.3128383,-0.1728685,0.9339424),(0.2970643,-0.2272376,0.9274243),(-0.4596416,0.886636,0.0510513),(-0.5164505,0.8301113,-0.2102239),(-0.4857611,0.8517871,-0.1962006),(-0.4380151,0.8963425,0.0686509),(-0.5225786,0.7858627,-0.330653),(-0.5130596,0.7674369,-0.3844613),(-0.4501139,0.8105497,-0.3747084),(-0.4786144,0.8180064,-0.3190512),(-0.4330226,0.8537878,-0.2890291),(-0.452359,0.8758911,-0.1678872),(-0.386412,0.857259,-0.3402832),(-0.321071,0.9039042,-0.2826138),(-0.3858827,0.8902258,-0.2420591),(-0.4168455,0.9000672,-0.1269594),(-0.4128374,0.9056528,0.09673866),(-0.3852172,0.9131446,0.1333212),(-0.4955331,0.7723975,-0.3973022),(-0.469054,0.8005647,-0.3729402),(-0.347537,0.8662025,-0.3590422),(-0.406598,0.8272206,-0.387794),(-0.4243866,0.8518832,-0.3069056),(-0.3401819,0.9204273,-0.1925874),(-0.1290934,0.9827412,-0.1324936),(-0.2628621,0.9238136,-0.2783377),(-0.1048846,0.974152,-0.2000676),(-0.2266571,0.9251359,-0.3045491),(0.06529427,0.9977385,-0.01595925),(0.2332858,0.9633987,0.132063),(0.04944826,0.9954253,-0.08175191),(-0.1033493,0.9715457,-0.2131145),(-0.3175502,0.8829166,-0.3458613),(-0.2260066,0.9350014,-0.273301),(-0.2019172,0.9770112,-0.06839969),(-0.02120776,0.9997268,0.009821312),(0.2647249,0.9587749,0.103303),(0.05850555,0.9980286,0.02271659),(0.1698962,0.9850606,0.0281221),(0.3272994,0.9448588,-0.01082164),(0.5661531,0.8241099,0.01770632),(0.445677,0.8899942,0.09634544),(0.5960761,0.7767566,0.203328),(0.4530069,0.8593725,0.2371994),(0.67722,0.7302978,0.08965529),(0.7083524,0.6848834,0.1707969),(0.6596838,0.6828156,0.3139747),(0.5551178,0.7443756,0.3711459),(0.2668506,0.9495441,0.1647933),(0.4117743,0.8542377,0.3173641),(0.4375218,0.8962016,-0.07346575),(0.5125239,0.8487135,-0.130402),(0.6644692,0.7309802,-0.1553985),(0.6304619,0.7721626,-0.07926307),(0.5644268,0.8065013,-0.1760055),(0.6024796,0.7704943,-0.208223),(0.6944889,0.6761832,-0.245889),(0.6828113,0.6996647,-0.2103283),(0.6959082,0.6937793,-0.185424),(0.7049202,0.6978335,-0.1269479),(0.6861642,0.6940469,-0.2178933),(0.5632381,0.813952,-0.1422847),(0.6080321,0.783322,-0.1292422),(0.6569951,0.7497611,-0.07884058),(0.7038909,0.7093542,-0.0368008),(0.6972125,0.7166256,0.01850425),(0.6321578,0.7409235,-0.2267351),(0.6564207,0.7180487,-0.2313394),(0.7091438,0.6508573,-0.2711086),(0.7030438,0.6597094,-0.2655427),(0.677048,0.7018415,-0.2214152),(0.6951204,0.6915135,-0.1965115),(0.7159244,0.6569664,-0.2363204),(0.7134422,0.6500105,-0.2616995),(0.6563926,0.7208244,-0.2226229),(0.6676513,0.7065498,-0.2345827),(0.6424342,0.7410102,-0.1954026),(0.3935695,0.9185237,-0.03764743),(0.4398591,0.8943487,-0.08163469),(0.4823702,0.8685949,-0.1134105),(0.677368,0.6978949,-0.2326267),(0.5229543,0.8418494,-0.133448),(0.7064899,0.6887483,-0.1627813),(0.7068546,0.6959906,-0.1263077),(0.6916015,0.7038831,-0.1619754),(0.7108169,0.6740329,-0.2010447),(0.6952296,0.7135999,-0.08620373),(0.6694764,0.7417024,-0.04097278),(0.5964301,0.7997932,-0.0678379),(0.6551294,0.7462429,-0.1180123),(0.5054138,0.859738,-0.07353485),(0.5740347,0.8102162,-0.118464),(0.406488,0.9133523,-0.02356103),(0.02678189,0.9889557,0.1457713),(0.1509063,0.9830258,0.1043435),(0.2543775,0.965302,0.05902655),(0.6180079,0.7699879,-0.1586974),(0.3348243,0.9422091,0.01161483),(0.6249225,0.780656,0.006939768),(0.5574231,0.8285549,0.05269121),(0.395663,0.9173187,0.04446569),(0.5105445,0.8597687,-0.01192088),(0.4643372,0.8806689,0.09387886),(0.3416877,0.9308127,0.1297584),(0.08220645,0.987798,0.1322765),(0.2524166,0.9630269,0.09415416),(-0.04268703,0.9917347,0.1209958),(0.1251611,0.9886842,0.08269294),(-0.2199166,0.9655383,0.1391845),(-0.5113271,0.8390667,0.1857729),(-0.3814102,0.900966,0.2068489),(-0.2469767,0.9473025,0.2040113),(0.277353,0.960271,0.03090288),(-0.1095784,0.977331,0.1811535),(0.1852383,0.9692189,0.1621771),(-0.006950148,0.9821292,0.1880798),(-0.31513,0.9341099,0.1677257),(-0.1105735,0.9812292,0.1579963),(-0.2317209,0.9527104,0.1965916),(-0.4703175,0.8643024,0.1782773),(-0.6913956,0.7132207,0.1152745),(-0.5151601,0.8431188,0.1541457),(-0.6956892,0.7127547,0.08942695),(-0.5579243,0.8206497,0.1235095),(-0.8040652,0.593326,0.03799266),(-0.8525628,0.5223923,-0.0155911),(-0.799226,0.5990744,0.0484529),(-0.7247544,0.6812413,0.1031572),(-0.3960907,0.9075748,0.139356),(-0.6284374,0.7635406,0.1485673),(-0.6819134,0.7173758,0.1427101),(-0.8377706,0.5367821,0.100027),(-0.9154269,0.4021286,0.01691838),(-0.8258955,0.5599979,0.06556632),(-0.9355451,0.3507081,0.04194315),(-0.9827819,0.1807705,-0.03823048),(-0.9867214,0.1268839,-0.101397),(-0.9666592,0.2534729,-0.03635116),(-0.9575098,0.2626087,-0.1192131),(-0.9300186,0.3607466,-0.07019449),(-0.967476,0.1870333,-0.1703193),(-0.9016095,0.3669461,-0.2290213),(-0.9077508,0.375561,-0.186929),(-0.9029825,0.4070131,-0.1377061),(-0.8808484,0.4730311,-0.01864986),(-0.8858889,0.4568547,-0.08052821),(-0.9912726,0.04623616,-0.1234549),(-0.9800355,-0.04384593,-0.1939276),(-0.9744107,-0.01048478,-0.2245303),(-0.9849716,0.03672243,-0.1687669),(-0.9635056,-0.0947335,-0.2503644),(-0.9492319,-0.1096251,-0.2948578),(-0.9548112,0.007665183,-0.297114),(-0.963283,-0.01932752,-0.2677917),(-0.9430662,0.1717547,-0.2848269),(-0.9557633,0.1400815,-0.2586381),(-0.926003,0.2366546,-0.2941307),(-0.7580187,0.5948813,-0.2674396),(-0.8144609,0.505551,-0.2847309),(-0.8560153,0.4333189,-0.2819089),(-0.9648557,0.1444116,-0.2195424),(-0.8845496,0.3857976,-0.2621683),(-0.9398857,-0.09093358,-0.3291597),(-0.9351211,-0.04181102,-0.3518529),(-0.9358325,0.1504448,-0.3187224),(-0.9470795,0.06628177,-0.3140818),(-0.9325434,0.03427687,-0.3594272),(-0.9277502,0.1334044,-0.3485437),(-0.8875708,0.3678257,-0.2773488),(-0.9172438,0.2536325,-0.3071392),(-0.8089476,0.5388812,-0.2349697),(-0.8616197,0.4304137,-0.2689901),(-0.7423172,0.6435371,-0.1866151),(-0.4040788,0.9120139,-0.07036234),(-0.5065383,0.8518544,-0.1332779),(-0.6012275,0.7765736,-0.1883055),(-0.9002044,0.3265687,-0.2880708),(-0.6860811,0.6890742,-0.233387),(-0.9146544,0.2489525,-0.3184807),(-0.8884526,0.371558,-0.2694375),(-0.7854959,0.5953022,-0.1691494),(-0.8439379,0.4844041,-0.2304811),(-0.8475338,0.4912118,-0.2009918),(-0.7928606,0.5983102,-0.1157454),(-0.6344829,0.7727929,-0.01491703),(-0.714243,0.6932889,-0.09595582),(-0.474068,0.8804386,0.009353554),(-0.5716981,0.8182516,-0.0602131),(-0.376138,0.9233292,0.0773532),(0.02247098,0.9883873,0.1502845),(-0.07567981,0.9911536,0.1090277),(-0.1841591,0.9812893,0.05618308),(-0.6626286,0.7380991,-0.1270156),(-0.2957319,0.9552568,-0.005189939),(-0.7273084,0.6858063,-0.0263109),(-0.656171,0.7525294,0.05602859),(-0.4710027,0.872174,0.1321695),(-0.551582,0.8316768,0.0638046),(-0.5845664,0.8007345,0.130791),(-0.5167633,0.8327429,0.1987339),(-0.3298975,0.912436,0.242133),(-0.3962087,0.8980656,0.1910418),(-0.1325254,0.9654974,0.224169),(-0.2021506,0.9616063,0.1856033),(-0.07622671,0.9637415,0.2557181),(0.2522912,0.9426116,0.2187065),(0.2202459,0.9525055,0.2102972),(0.1715707,0.9650046,0.198317),(-0.2839298,0.9489472,0.1374156),(0.1057588,0.9780551,0.1795084),(-0.4553645,0.8494059,0.2667447),(-0.4016043,0.849396,0.3424036),(-0.2299027,0.9099345,0.3452012),(-0.274004,0.9165059,0.2914423),(-0.3587084,0.8295355,0.4280174),(-0.3301422,0.7837224,0.526104),(-0.2008501,0.8915262,0.4060052),(-0.189979,0.8578727,0.4774542),(-0.0006257654,0.9357511,0.3526606),(-0.008679023,0.9486904,0.3160874),(-0.01257938,0.9169791,0.3987368),(0.2446113,0.9371116,0.2489726),(0.2045904,0.9405047,0.2712814),(0.2650354,0.9350939,0.2352776),(-0.03464154,0.9579554,0.2848181),(0.2672368,0.9366989,0.2262289),(-0.3197774,0.7097359,0.6277081),(-0.3258411,0.6112902,0.7212155),(-0.1985061,0.8053392,0.5585911),(-0.2223552,0.7310039,0.645129),(-0.33913,0.4914452,0.8021673),(-0.351514,0.3559164,0.8658876),(-0.2532848,0.6323512,0.7321057),(-0.2839946,0.5097259,0.8121123),(-0.08921903,0.8386765,0.5372723),(-0.1430706,0.7650563,0.6278691),(-0.1996052,0.6611428,0.7232206),(-0.00704973,0.8815423,0.4720525),(-0.09837124,0.8068972,0.5824431),(0.07538544,0.9220093,0.3797575),(-0.04365939,0.8870944,0.4595188),(0.1468734,0.9386181,0.3121287),(-0.3727314,0.2321043,0.8984425),(-0.4209315,0.146253,0.8952243),(-0.3240088,0.3911829,0.8613908),(-0.3915108,0.3078389,0.8671532),(-0.5008414,0.09824593,0.8599452),(-0.6145332,0.08447372,0.7843553),(-0.4931832,0.2627124,0.8293085),(-0.633092,0.2520538,0.7318903),(-0.3615417,0.4702097,0.8051028),(-0.4904977,0.4250161,0.7607716),(-0.6576455,0.4116138,0.6309332),(-0.5049431,0.5705405,0.6477006),(-0.6984998,0.5315987,0.4790623),(-0.3398045,0.6287783,0.6994073),(-0.2670821,0.5516613,0.7901499),(-0.2056836,0.7125947,0.6707481),(-0.7427383,0.08631231,0.6639956),(-0.8651192,0.1008251,0.4913279),(-0.7826126,0.2449055,0.5723101),(-0.9066483,0.232025,0.3523539),(-0.960862,0.1614378,0.2251267),(-0.9446899,0.2745697,-0.1793663),(-0.8678228,0.3046413,-0.3925267),(-0.9675297,0.2503251,0.03498111),(-0.9305741,0.332672,0.1528431),(-0.936608,0.2890932,-0.1979661),(-0.7496009,0.2673829,-0.605479),(-0.6079603,0.1366442,-0.7821206),(-0.8682469,0.2287175,-0.4402678),(-0.9333442,0.3476702,-0.089408),(-0.8206833,0.3857246,0.4215393),(-0.8601432,0.4613444,0.2175198),(-0.7503426,0.3370537,-0.5686658),(-0.5060043,0.3081104,-0.8056225),(-0.3394091,0.2571385,-0.9048101),(-0.5995375,0.3127399,-0.7367147),(-0.2724209,0.2470405,-0.9299235),(-0.05050015,0.2036522,-0.97774),(0.03331329,0.1416194,-0.9893605),(-0.1331268,0.1871963,-0.9732599),(-0.01535363,0.1036481,-0.9944955),(-0.1820583,0.1635643,-0.9695884),(0.09339358,0.07108219,-0.9930886),(0.1225828,-0.008168551,-0.9924247),(0.06826422,-0.002257463,-0.9976647),(-0.05449218,0.02858941,-0.9981048),(-0.4328142,0.2270947,-0.8724104),(-0.2763554,0.07431068,-0.9581782),(0.09587405,0.1878626,-0.977505),(0.1103114,0.183954,-0.9767253),(0.1040862,0.136811,-0.9851136),(0.1256277,0.1299974,-0.9835234),(-0.005629869,0.1763094,-0.9843187),(-0.2724347,0.1484619,-0.9506516),(-0.3331828,0.1311515,-0.933696),(-0.04137868,0.1434171,-0.9887969),(-0.1020908,0.1172148,-0.9878452),(0.07341823,0.09452534,-0.9928116),(-0.4126431,0.1210289,-0.9028166),(-0.5065768,0.1198156,-0.8538291),(-0.1879098,0.09962315,-0.9771208),(0.01534404,0.05803687,-0.9981965),(0.1321017,0.07270453,-0.9885662),(0.1106882,0.01569992,-0.9937311),(-0.5629267,0.1149339,-0.8184764),(-0.7598089,0.1030289,-0.6419311),(-0.817246,0.1103512,-0.5656251),(-0.6305934,0.1115322,-0.7680576),(-0.8855399,0.1043879,-0.4526834),(-0.9613465,0.1071925,-0.2536189),(-0.9795295,0.1265682,-0.1565327),(-0.9246786,0.1195744,-0.3614851),(-0.9557137,0.1374193,-0.2602443),(-0.8720449,0.1220107,-0.4739737),(-0.9874058,0.1479335,-0.05608544),(-0.9840922,0.1716972,0.04563638),(-0.9757583,0.1582143,-0.1512085),(-0.9192774,0.1383623,-0.3684902),(-0.7050192,0.1143902,-0.699902),(-0.7801087,0.124358,-0.6131602),(-0.9924855,0.1088068,-0.0559785),(-0.9868808,0.1118686,0.1164117),(-0.9713401,0.130341,0.1987704),(-0.9909602,0.1286489,0.03804443),(-0.9590956,0.1131021,0.2595064),(-0.9207177,0.1069304,0.375293),(-0.8989338,0.1252646,0.4197938),(-0.9368044,0.130535,0.3245892),(-0.9117286,0.1507464,0.3821341),(-0.9495749,0.1513634,0.2745843),(-0.8769984,0.1464575,0.4576287),(-0.8553245,0.1706167,0.4891931),(-0.8848353,0.1740793,0.4321606),(-0.9227068,0.1754169,0.34328),(-0.9801123,0.1506708,0.1291444),(-0.9605297,0.175377,0.2159298),(-0.8831365,0.09384141,0.4596342),(-0.857151,0.07971898,0.5088586),(-0.8480976,0.101283,0.5200695),(-0.8670228,0.1141171,0.4850246),(-0.8464146,0.06776696,0.528195),(-0.8515384,0.0603026,0.5208128),(-0.8535746,0.08357626,0.514223),(-0.8437907,0.09014972,0.5290468),(-0.8415489,0.1161233,0.5275518),(-0.8400975,0.1261656,0.5275588),(-0.8549694,0.110368,0.5068001),(-0.855257,0.1403399,0.4988388),(-0.8390859,0.1453049,0.5242339),(-0.8326477,0.1540608,0.5319427),(-0.8519505,0.1374024,0.505273),(-0.8377565,0.1635582,0.5209729),(-0.860666,0.04795782,0.5069063),(-0.8619976,0.02086198,0.5064828),(-0.8657843,0.07279783,0.4950942),(-0.8696259,0.04809951,0.4913625),(-0.8541161,-0.0197614,0.5197068),(-0.8346947,-0.07256972,0.5459106),(-0.8640899,0.0103638,0.5032308),(-0.8470736,-0.03946571,0.5300081),(-0.8749716,0.07793558,0.4778605),(-0.871297,0.04247896,0.4889142),(-0.8563782,-0.005065018,0.5163242),(-0.8759627,0.07664099,0.4762512),(-0.8630617,0.0308607,0.5041549),(-0.8780406,0.1102774,0.4657079),(-0.8693077,0.1007527,0.4838936),(-0.8710145,0.131602,0.4733019),(-0.8113731,-0.1269377,0.5705792),(-0.7950349,-0.1715582,0.5817966),(-0.8251838,-0.09155876,0.5573946),(-0.8080046,-0.1353923,0.5734089),(-0.7869933,-0.2036023,0.5823982),(-0.7878343,-0.2203776,0.5751094),(-0.7919564,-0.1889206,0.5806153),(-0.7967101,-0.1685838,0.5803727),(-0.8183255,-0.09939715,0.5660949),(-0.8046147,-0.1342126,0.5784308),(-0.7954262,-0.1581464,0.5850528),(-0.7985917,-0.1278122,0.5881457),(-0.8112984,-0.1000949,0.5759999),(-0.8266886,-0.06314146,0.5591056),(-0.8359142,-0.05564041,0.5460325),(-0.8442023,-0.01880998,0.5356945),(-0.773177,-0.2382922,0.5877193),(-0.7092401,-0.2783587,0.6476842),(-0.7022576,-0.2570079,0.6639134),(-0.7715532,-0.2117654,0.5998841),(-0.5611166,-0.3445983,0.7525956),(-0.2731026,-0.4209417,0.8649989),(-0.247066,-0.4121505,0.876978),(-0.5466901,-0.3291382,0.7699338),(-0.5349278,-0.3137031,0.7845015),(-0.6967351,-0.2356807,0.6775063),(-0.2251685,-0.4042267,0.8865099),(-0.2077492,-0.3971433,0.8939337),(-0.5257969,-0.2983576,0.7965677),(-0.6926327,-0.2144451,0.688675),(-0.7703824,-0.1855922,0.6099726),(-0.7697698,-0.1597242,0.6180151),(0.06792741,-0.4472117,0.891845),(0.3318301,-0.4222065,0.8435819),(0.3590989,-0.4225816,0.8321495),(0.1011867,-0.4433528,0.8906175),(0.5278239,-0.3804668,0.7593727),(0.6811959,-0.3418384,0.6473938),(0.6763396,-0.355028,0.6453834),(0.5407796,-0.3865426,0.7470891),(0.5496138,-0.3968295,0.7351537),(0.3807476,-0.4265544,0.8204162),(0.6696546,-0.3721321,0.6427132),(0.660828,-0.3930356,0.6393977),(0.5540354,-0.4112189,0.7238398),(0.3963697,-0.4340799,0.8089905),(0.1289587,-0.4418178,0.8877876),(0.1506385,-0.4425831,0.8839842),(0.8030992,-0.3136199,0.5066302),(0.8930112,-0.2922142,0.3422598),(0.8741481,-0.3156447,0.3690982),(0.7858433,-0.333429,0.5208411),(0.9513959,-0.2654782,0.1560999),(0.9740475,-0.2210142,-0.04882798),(0.9386178,-0.2890471,0.1882772),(0.9703941,-0.2407088,-0.01986367),(0.8544264,-0.3412877,0.3917628),(0.924489,-0.3139966,0.2161624),(0.9654384,-0.2605743,0.005447601),(0.9596278,-0.2800913,0.02575264),(0.9095405,-0.340066,0.2389376),(0.8341346,-0.3690217,0.4099298),(0.7679678,-0.356278,0.5322514),(0.7493687,-0.3820861,0.5407929),(0.9574352,-0.1656063,-0.2364156),(0.92063,-0.1168769,-0.3725321),(0.9601504,-0.178916,-0.2147101),(0.9254211,-0.1241046,-0.3580417),(0.8824759,-0.07723586,-0.463973),(0.8527713,-0.04468283,-0.5203696),(0.852241,-0.04431344,-0.5212692),(0.8860133,-0.07976501,-0.4567473),(0.8908594,-0.0791477,-0.4473311),(0.9301481,-0.1287823,-0.34386),(0.8548616,-0.04098177,-0.517235),(0.8601034,-0.03425518,-0.5089684),(0.8964213,-0.07463342,-0.4368737),(0.9344498,-0.1300253,-0.3315071),(0.9619725,-0.1908766,-0.195384),(0.9629623,-0.2006882,-0.1800773),(0.8448852,-0.02698993,-0.5342663),(0.8695105,-0.03581137,-0.4926144),(0.8590682,-0.03863832,-0.5104008),(0.8389224,-0.02658367,-0.5436015),(0.9201212,-0.07694591,-0.3840006),(0.9699858,-0.1526467,-0.189279),(0.9075469,-0.0852965,-0.4111969),(0.9593807,-0.1682597,-0.2264447),(0.8992842,-0.09204701,-0.4275689),(0.8538607,-0.03958818,-0.518994),(0.9505007,-0.1821163,-0.251758),(0.9442629,-0.1943652,-0.2656872),(0.8958563,-0.09743124,-0.4335307),(0.8540386,-0.03880078,-0.5187607),(0.8377042,-0.02380461,-0.5456054),(0.8410142,-0.01856494,-0.5406944),(0.9757006,-0.2184426,0.01706163),(0.9591706,-0.2426857,0.1452423),(0.9549229,-0.2779223,0.1043143),(0.9696996,-0.2429592,-0.02556117),(0.949527,-0.2412768,0.2004597),(0.9551886,-0.2269503,0.1900219),(0.9426216,-0.2884393,0.1681287),(0.9427878,-0.2888609,0.1664651),(0.9323705,-0.3319107,0.1432502),(0.9477938,-0.3100157,0.07468086),(0.9260688,-0.3434371,0.1563566),(0.9071531,-0.391813,0.153479),(0.919791,-0.3702905,0.1298829),(0.9391939,-0.3388459,0.05566229),(0.9625438,-0.2651964,-0.05639544),(0.9554725,-0.2851343,-0.07596554),(0.9620686,-0.2221594,0.1583327),(0.958074,-0.243621,0.1508071),(0.9324862,-0.3273644,0.15265),(0.9431055,-0.2967652,0.149942),(0.9426034,-0.2877441,0.169417),(0.9116976,-0.3498903,0.21537),(0.8716256,-0.4338952,0.2280433),(0.9096372,-0.3751881,0.1783091),(0.8733472,-0.4483524,0.1903808),(0.9025059,-0.399418,0.1610844),(0.8309737,-0.50218,0.2393699),(0.7919769,-0.5566881,0.2507406),(0.8363526,-0.5081716,0.2056112),(0.8704646,-0.4599968,0.1751979),(0.91979,-0.3624479,0.1503929),(0.8940122,-0.4191121,0.1583897),(0.8833545,-0.405469,0.2351165),(0.8849962,-0.4329298,0.1713281),(0.84475,-0.499764,0.1913986),(0.8401606,-0.4809801,0.2505757),(0.9103962,-0.4137337,-0.001754161),(0.9002787,-0.3029914,-0.3125612),(0.8878453,-0.3620628,-0.283974),(0.8797262,-0.4748574,0.02433568),(0.8483093,-0.5277715,0.04276019),(0.8069494,-0.5543694,0.203733),(0.8700309,-0.4207301,-0.2569679),(0.8469144,-0.480214,-0.228321),(0.8165123,-0.574451,0.05756565),(0.7720926,-0.5991303,0.2119332),(0.7991711,-0.54162,0.2607171),(0.7616278,-0.5898905,0.2682392),(0.8062589,-0.1727499,-0.5657775),(0.746352,-0.14333,-0.6499348),(0.8082432,-0.2304362,-0.5418875),(0.749762,-0.2046002,-0.6292818),(0.7559797,-0.2134952,-0.6188009),(0.8065307,-0.3879681,-0.4460819),(0.7844592,-0.4705653,-0.4039704),(0.7522335,-0.2842053,-0.5944511),(0.7409515,-0.3684827,-0.561437),(0.7481129,-0.2786786,-0.602217),(0.7499042,-0.5610831,-0.3504703),(0.7000858,-0.6540888,-0.2864398),(0.7183056,-0.4651264,-0.5173919),(0.7385652,-0.3661286,-0.5661019),(0.8050834,-0.2966936,-0.5136279),(0.7952583,-0.3723502,-0.4784551),(0.7964426,-0.5669005,-0.2104829),(0.7352537,-0.6741523,-0.07014877),(0.668874,-0.7432277,-0.01484048),(0.7471308,-0.6472625,-0.1511517),(0.6772596,-0.7354348,-0.0213337),(0.6469138,-0.7613704,-0.04263153),(0.5824524,-0.812075,-0.03582257),(0.6066653,-0.7948096,0.01532161),(0.5350247,-0.8429314,0.05670395),(0.5950634,-0.8023044,0.04697904),(0.5217122,-0.8527035,-0.02670724),(0.4673309,-0.8839129,-0.01731686),(0.4665765,-0.8789248,0.0989828),(0.5184322,-0.8480261,0.1099077),(0.6847233,-0.724149,-0.08223283),(0.6112935,-0.7913535,-0.008939395),(0.6381122,-0.7667537,-0.07001126),(0.6355606,-0.7704668,-0.04943176),(0.5838645,-0.8064532,-0.09346423),(0.592398,-0.8002337,-0.09322334),(0.6309505,-0.7756115,0.01812126),(0.6126252,-0.7793535,0.1315234),(0.6008274,-0.7985048,-0.03737087),(0.5980585,-0.7981052,0.07317171),(0.5549452,-0.8199918,-0.1401762),(0.5743326,-0.8126115,-0.09901813),(0.5838933,-0.8118207,0.003977129),(0.5496178,-0.8195714,-0.1619357),(0.566423,-0.8212876,-0.06820276),(0.522738,-0.8314779,-0.1881205),(0.535575,-0.8362483,-0.1176784),(0.4941936,-0.8575457,-0.1427862),(0.5893678,-0.770295,0.2434976),(0.583852,-0.7508503,0.3087729),(0.5906791,-0.7841864,0.1901309),(0.5974551,-0.7570027,0.2645646),(0.5994971,-0.7296226,0.3290199),(0.6348798,-0.7100715,0.3045098),(0.6194835,-0.7270944,0.2959287),(0.6539448,-0.7013677,0.2836189),(0.6021165,-0.7725378,0.2015961),(0.6254701,-0.7411097,0.2440152),(0.655239,-0.7138062,0.2472703),(0.6121548,-0.7700131,0.1798506),(0.635944,-0.7459808,0.1977068),(0.5915365,-0.7959104,0.1288846),(0.5881761,-0.799636,0.1209586),(0.5762375,-0.816012,0.04555031),(0.6688367,-0.6924445,0.2705148),(0.6863495,-0.6770138,0.2656628),(0.6833295,-0.6830582,0.2578612),(0.6968134,-0.6715244,0.2520039),(0.6922132,-0.6596451,0.2927612),(0.6885991,-0.6328399,0.354041),(0.7004156,-0.6609074,0.26948),(0.6985065,-0.6433121,0.3134299),(0.6890242,-0.6861535,0.2333219),(0.6920105,-0.6787882,0.2456988),(0.6927925,-0.6664576,0.27545),(0.6684263,-0.7116821,0.2161362),(0.673017,-0.7009279,0.2361105),(0.6637617,-0.7193218,0.2049307),(0.6787298,-0.6957731,0.2350012),(0.6545371,-0.7291672,0.1997405),(0.6817852,-0.5890913,0.4337516),(0.676185,-0.5283061,0.5134847),(0.6960967,-0.6116667,0.3759166),(0.6939732,-0.5652573,0.4459658),(0.6676399,-0.4550205,0.589248),(0.6532961,-0.3745714,0.6579518),(0.6871645,-0.5077698,0.5195909),(0.6717885,-0.4439915,0.592935),(0.6957606,-0.6080742,0.3823126),(0.691427,-0.5626863,0.4531147),(0.6771932,-0.5096915,0.5306825),(0.682255,-0.6205173,0.3866349),(0.6730667,-0.5746775,0.4655393),(0.6829412,-0.6563877,0.3205409),(0.6946044,-0.6432786,0.3220519),(0.6787458,-0.6829996,0.269844),(0.6299688,-0.2889223,0.7208768),(0.593717,-0.192515,0.7813054),(0.6483687,-0.3770227,0.6614166),(0.6192866,-0.3033511,0.7241976),(0.5390931,-0.07444984,0.8389492),(0.4567114,0.07858545,0.8861372),(0.5834768,-0.2130475,0.7836871),(0.5368688,-0.0924522,0.8385848),(0.6349261,-0.3880069,0.6680714),(0.6147191,-0.3121319,0.7243578),(0.5951557,-0.2147061,0.7743973),(0.6420268,-0.3850986,0.6629484),(0.6394343,-0.3017303,0.7071652),(0.6488459,-0.4567153,0.6086133),(0.6561676,-0.4517539,0.6044521),(0.6595107,-0.5195535,0.5432401),(0.3464952,0.2661645,0.8994985),(0.2103528,0.4667484,0.8590096),(0.4730673,0.06709489,0.8784679),(0.3796374,0.2584654,0.8882968),(0.04359765,0.6492551,0.7593201),(-0.1476217,0.7831652,0.6040366),(0.2425437,0.4607143,0.8537651),(0.0597509,0.6451479,0.7617179),(0.5112082,0.07683716,0.8560153),(0.4117923,0.2657028,0.8716818),(0.2576998,0.4656523,0.846616),(0.5318739,0.08123443,0.8429182),(0.4146888,0.2647074,0.8706108),(0.5993153,-0.07340379,0.7971406),(0.5667115,-0.08578915,0.8194377),(0.6307769,-0.1999837,0.7497514),(-0.3191558,0.8531735,0.412595),(-0.4334912,0.8738759,0.2200595),(-0.1293413,0.7820103,0.6096972),(-0.2796449,0.8622631,0.4222569),(-0.4967379,0.8663788,0.05137251),(-0.5261461,0.846636,-0.07986155),(-0.3844321,0.8934508,0.2322879),(-0.4530447,0.8890521,0.06585454),(-0.0921829,0.7865489,0.6106088),(-0.23336,0.8721827,0.4299306),(-0.3456865,0.9052538,0.2470151),(-0.05688778,0.7792456,0.6241314),(-0.203887,0.8669702,0.4547446),(0.101117,0.6386703,0.7628077),(0.07595672,0.6474816,0.7582863),(0.2617208,0.4596262,0.8486731),(-0.535683,0.8271991,-0.1696625),(-0.5325902,0.8167924,-0.2218059),(-0.4933475,0.8675912,-0.06239895),(-0.5117249,0.8459234,-0.1501704),(-0.5213161,0.8185968,-0.241099),(-0.5038368,0.8329349,-0.2288407),(-0.5179042,0.8314934,-0.2009826),(-0.5187386,0.8272931,-0.2156302),(-0.473757,0.8799151,-0.0361063),(-0.5040615,0.855037,-0.1217942),(-0.5274375,0.8326178,-0.168989),(-0.4708443,0.8822137,0.002158053),(-0.5213396,0.8490929,-0.08512431),(-0.4093085,0.9036061,0.1263432),(-0.4252819,0.9008338,0.08737043),(-0.3239012,0.9033322,0.2812098),(-0.4909637,0.849875,-0.1914866),(-0.4910554,0.8595207,-0.1417351),(-0.5217782,0.8297582,-0.1981127),(-0.5289039,0.8335332,-0.1596345),(-0.4997734,0.8612825,-0.091755),(-0.5132695,0.856528,-0.05398318),(-0.5343053,0.8419053,-0.07558703),(-0.5346433,0.8373488,-0.1140331),(-0.5620499,0.8165051,-0.1319828),(-0.5602977,0.8121924,-0.1625114),(-0.5480905,0.8303003,-0.1009872),(-0.5506679,0.8246542,-0.1292685),(-0.5749013,0.8054727,-0.1438822),(-0.5768145,0.8032738,-0.1484456),(-0.5473551,0.8174412,-0.1794219),(-0.5589519,0.8184593,-0.13303),(-0.506419,0.8618414,-0.02773322),(-0.4545144,0.8907362,-0.002375293),(-0.4475719,0.8939255,-0.02400896),(-0.5110146,0.8582183,-0.04822298),(-0.3503657,0.9361417,0.02971056),(-0.1853289,0.9797962,0.07518377),(-0.173476,0.9835153,0.05102772),(-0.3372429,0.9413973,0.006190785),(-0.3240899,0.9458042,-0.0204965),(-0.4368846,0.8980197,-0.05188986),(-0.1664446,0.9856875,0.02676617),(-0.1673137,0.9859023,0.001630804),(-0.3149088,0.9477323,-0.05134102),(-0.4251083,0.9009721,-0.08678833),(-0.5095486,0.8570927,-0.07584493),(-0.5018462,0.8578388,-0.1107384),(-0.02941576,0.9928573,0.1156247),(0.04286796,0.9901968,0.1329389),(0.04618277,0.9919784,0.1176685),(-0.02269053,0.9952486,0.09468489),(0.03582129,0.9909037,0.1297175),(-0.04868247,0.993218,0.1055843),(-0.04347894,0.9946211,0.09401352),(0.03827754,0.9921952,0.1186735),(0.03570595,0.993021,0.112402),(0.04158792,0.9935529,0.1054656),(-0.03786789,0.9951856,0.09039751),(-0.03355931,0.9949822,0.09425642),(0.02732047,0.9934849,0.1106406),(0.0283894,0.9949709,0.09605731),(-0.02403879,0.9968546,0.07551807),(-0.03486053,0.9977257,0.05769053),(-0.1460114,0.9862663,0.07719776),(-0.190414,0.9796227,0.06388861),(-0.1732177,0.9842713,0.03472187),(-0.1351968,0.9890583,0.05903889),(-0.1838924,0.9807786,0.06524616),(-0.1265272,0.9887087,0.08028626),(-0.09764,0.9948521,0.02712584),(-0.1603437,0.9867823,0.02346621),(-0.1305104,0.9914447,0.002113092),(-0.1487779,0.9886255,0.02201249),(-0.06618408,0.9978053,-0.002063294),(-0.0372217,0.9992629,-0.009394165),(-0.0988651,0.9951007,-0.0004251922),(-0.1208198,0.9923704,0.02456645),(-0.1189658,0.9914764,0.0531202),(-0.1001971,0.9932402,0.05860469),(-0.05497781,0.993769,0.09695604),(-0.008526059,0.994377,0.1055545),(0.02312884,0.9991088,0.03531022),(-0.02327609,0.9991245,0.03476321),(0.01202825,0.9939228,0.1094198),(0.006127455,0.9937068,0.1118446),(0.03199598,0.9992612,0.02128836),(0.04152519,0.9986775,0.0303141),(0.04978582,0.9987568,-0.002482614),(0.06456055,0.9978574,-0.01061063),(0.05146866,0.9983791,-0.02429047),(0.07603171,0.9969539,-0.01738433),(0.05953287,0.997778,-0.02991518),(0.06623589,0.9977419,-0.01112783),(0.006456241,0.9999792,0.0002878561),(0.02896844,0.9995384,-0.009155175),(-0.01181449,0.9928452,0.1188225),(-0.02602243,0.9907088,0.1334867),(0.0117531,0.9998273,0.01439487),(-0.001101727,0.9999006,0.01405674),(-0.03562811,0.9876239,0.1527404),(-0.03974839,0.9840594,0.1733411),(-0.005848652,0.9998216,0.017962),(-0.001727378,0.999716,0.02376821),(0.01687227,0.9988339,-0.04523455),(0.01480593,0.9987131,-0.04850791),(0.02347254,0.9985342,-0.04877031),(0.02223987,0.9980181,-0.05886674),(0.03281686,0.9976054,-0.06087963),(0.02324026,0.998308,-0.05330167),(0.02923495,0.9988644,-0.03762055),(0.03570982,0.9984021,-0.04379476),(-0.05064473,0.9802884,0.1909703),(-0.08253843,0.9751636,0.2055319),(-0.006781781,0.9996557,0.02534638),(-0.04152557,0.9989201,0.020835),(-0.1375871,0.9646351,0.2248309),(-0.2163126,0.9415663,0.2581892),(-0.1100442,0.9937662,0.01786265),(-0.2155597,0.9761458,0.02595127),(-0.01982573,0.9975523,-0.06705364),(-0.1015869,0.9913476,-0.08312687),(-0.229133,0.9688686,-0.09376401),(-0.1082399,0.9876939,-0.1128927),(-0.2503997,0.9577277,-0.1416248),(-0.01616633,0.9961249,-0.08645188),(0.02023214,0.9983595,-0.05356282),(0.02921201,0.9972668,-0.06786583),(-0.290767,0.9021934,0.3185931),(-0.3294917,0.8503835,0.4102232),(-0.3213179,0.9448315,0.06362523),(-0.3865695,0.9116427,0.1395399),(-0.3300099,0.7887766,0.51858),(-0.2956142,0.7196148,0.6283047),(-0.4082541,0.8801004,0.2423883),(-0.386793,0.8492444,0.3594093),(-0.4365521,0.8993281,-0.02512331),(-0.4692142,0.8812672,0.05662253),(-0.4552379,0.8760111,0.1592577),(-0.509635,0.8571473,-0.07463746),(-0.4994133,0.8663627,0.001424845),(-0.4738121,0.8715066,-0.1264057),(-0.356556,0.9310046,-0.07809228),(-0.3890802,0.9087999,-0.150663),(-0.2436731,0.6424338,0.7265688),(-0.1908713,0.5579069,0.8076559),(-0.340874,0.8112617,0.4750361),(-0.2902666,0.7616749,0.5793068),(-0.1398167,0.4675262,0.872852),(-0.0926757,0.3724079,0.9234303),(-0.2372039,0.702114,0.6713942),(-0.1837835,0.6344115,0.7508301),(-0.3656135,0.8519425,0.3748609),(-0.3116306,0.8239462,0.4732855),(-0.2532061,0.7873181,0.5621539),(-0.3587726,0.8914733,0.2766907),(-0.2927576,0.8857924,0.36009),(-0.4150243,0.8906577,0.1856975),(-0.4138288,0.8696287,0.2692427),(-0.4616149,0.8822777,0.09218375),(-0.05428578,0.2718646,0.9608032),(-0.02879129,0.1653052,0.9858222),(-0.1376465,0.5590316,0.8176411),(-0.1056593,0.4757921,0.8731884),(-0.01533485,0.05335469,0.9984579),(-0.01227157,-0.05969485,0.9981412),(-0.08684172,0.3836888,0.9193701),(-0.07945327,0.2822674,0.9560399),(-0.1630391,0.6897641,0.7054387),(-0.1409807,0.6292031,0.764348),(-0.1331205,0.5594704,0.8180903),(-0.1395726,0.80198,0.5808164),(-0.1524765,0.8302406,0.536145),(-0.1824226,0.8538986,0.4874208),(-0.2003557,0.7424386,0.6392514),(-0.2294146,0.8729808,0.430434),(-0.01365399,-0.1668986,0.9858796),(-0.01356947,-0.2632397,0.964635),(-0.07722665,0.1736194,0.9817802),(-0.0740439,0.06232423,0.9953057),(-0.01005683,-0.3478434,0.9374986),(-0.001776302,-0.4226844,0.9062752),(-0.06848276,-0.04635224,0.996575),(-0.05944001,-0.1486077,0.9871083),(-0.1294201,0.3904752,0.9114711),(-0.1241941,0.2946606,0.9474972),(-0.1148906,0.1959701,0.9738563),(-0.1257897,0.6833357,0.7191866),(-0.1172902,0.632944,0.7652614),(-0.1314227,0.7286906,0.6721147),(-0.1319013,0.4796414,0.8674942),(-0.1355981,0.7682816,0.625585),(0.007512215,-0.490065,0.8716536),(0.0136656,-0.5518277,0.8338462),(-0.0499492,-0.2427338,0.9688062),(-0.0435323,-0.3293814,0.943193),(0.01630482,-0.6083996,0.7934635),(0.01666226,-0.6342946,0.7729119),(-0.04042877,-0.4093529,0.9114801),(-0.04001212,-0.4457629,0.8942564),(-0.09839912,0.00223958,0.9951445),(-0.09577361,-0.09166197,0.9911738),(-0.09605724,-0.1318693,0.9866021),(-0.1042577,0.4614453,0.8810214),(-0.1043985,0.4470732,0.8883842),(-0.1041139,0.5222904,0.8463882),(-0.1048712,0.09812405,0.9896331),(-0.1086655,0.5792724,0.8078583),(0.0007806575,-0.9999341,0.01145135),(-0.000758003,-0.9999264,0.01211014),(0.003561995,-0.9999526,0.009075879),(0.005003696,-0.9999664,0.006487714),(0.0007404427,-0.9999691,0.007819906),(-0.001630073,-0.9999658,0.008092687),(0.005756705,-0.9999718,0.004811392),(0.006956226,-0.9999748,-0.001363458),(0.008678935,-0.9999623,-0.0004640906),(0.007902842,-0.9999618,0.003739014),(0.00746202,-0.9999687,0.002638897),(0.00550937,-0.9999794,0.003270558),(0.00644321,-0.9999782,0.001399582),(0.0001646433,-0.999986,0.005295632),(0.004290284,-0.9999865,0.002948771),(0.004888481,-0.9999874,0.001120556),(0.001594869,-0.9999933,0.0033174),(-0.0007100137,-0.9999947,0.003187296),(0.003112055,-0.9999951,-0.0002077928),(0.001777157,-0.9999981,-0.0007393885),(0.006718473,-0.999953,-0.00698769),(0.005209954,-0.9999408,-0.00954622),(0.002297251,-0.99998,-0.005905903),(0.006739649,-0.999968,-0.004307781),(0.003203512,-0.9999542,-0.009013453),(0.001445512,-0.9999844,-0.005392321),(-0.01067451,-0.9999401,-0.002420252),(-0.003792977,-0.999979,-0.005250036),(-0.01782125,-0.9998356,0.00333327),(-0.006569186,-0.9999776,0.001244383),(-0.03136044,-0.999486,0.006641401),(-0.06082177,-0.9978719,0.02350331),(-0.03896752,-0.9990816,0.01781884),(-0.02142235,-0.9996901,0.01268058),(0.00173525,-0.9999983,0.0005802839),(-0.00833105,-0.9999296,0.00845347),(0.0001108756,-0.9999393,0.01101809),(0.000906991,-0.998724,0.05049326),(-0.02240828,-0.9988342,0.04275661),(-0.01769514,-0.9997861,0.0107028),(0.007896107,-0.9934403,0.114079),(0.02583484,-0.9790344,0.2020498),(-0.006191847,-0.9860218,0.1665008),(-0.02024504,-0.9953119,0.09457511),(-0.06212366,-0.9947979,0.08073313),(-0.05828007,-0.9974322,0.04162133),(-0.05147275,-0.9894977,0.1350738),(-0.1100492,-0.9882588,0.1059883),(-0.1179794,-0.9903299,0.07299026),(-0.1070565,-0.9930543,0.04880681),(-0.04607708,-0.9987899,0.01719634),(-0.08536579,-0.9958156,0.03261834),(0.06016165,-0.9554115,0.2890839),(0.1104963,-0.9303483,0.3496322),(0.07113723,-0.9539397,0.2914423),(0.02460982,-0.9707413,0.2388629),(0.1700003,-0.9075261,0.3840524),(0.2312941,-0.8895344,0.3939943),(0.1848974,-0.9227393,0.338179),(0.1268667,-0.9374345,0.3242243),(0.08032998,-0.9610254,0.2645321),(0.02483803,-0.9718267,0.2343841),(0.1368497,-0.9496083,0.2819861),(0.08689428,-0.9705036,0.2248824),(0.03035327,-0.9789309,0.2019235),(-0.02834185,-0.9842913,0.1742621),(-0.02167493,-0.9813293,0.1911101),(-0.07861556,-0.98673,0.1420688),(0.2840878,-0.8630404,0.4176785),(0.3213102,-0.8080162,0.4938315),(0.2724488,-0.8501255,0.45062),(0.2356114,-0.8993689,0.36827),(0.337047,-0.7045416,0.6245161),(0.3199518,-0.5206305,0.7915648),(0.2810269,-0.581292,0.7636251),(0.2905201,-0.7549644,0.5879005),(0.2366623,-0.8025372,0.5476542),(0.2189324,-0.887522,0.4054296),(0.2330181,-0.6420639,0.7303811),(0.1738411,-0.699518,0.6931477),(0.17413,-0.8443947,0.5066324),(0.1599345,-0.9186311,0.3613002),(0.1848046,-0.9299147,0.3179716),(0.1311554,-0.9542598,0.2686759),(0.2766601,-0.2891656,0.9164292),(0.2132865,-0.03728908,0.9762779),(0.2022029,-0.105967,0.9735938),(0.2502348,-0.3567896,0.9000464),(0.08778232,0.2959592,0.9511585),(-0.1620016,0.7328771,0.6607925),(-0.1239642,0.7040043,0.6992931),(0.09741225,0.2355324,0.9669723),(0.1051682,0.1646716,0.9807257),(0.1834948,-0.1812115,0.9661739),(-0.07335443,0.6627353,0.7452524),(0.1064481,0.0822002,0.9909147),(-0.01314808,0.599649,0.8001552),(0.1534338,-0.2612357,0.9530026),(0.2145616,-0.4278443,0.8780162),(0.1667652,-0.4994518,0.8501396),(-0.3475451,0.9210667,0.1756374),(-0.3702186,0.9257366,-0.07713582),(-0.3000231,0.9537436,-0.01895431),(-0.2896002,0.9302598,0.2252743),(-0.3270422,0.9273512,-0.1818325),(-0.2431626,0.9481134,-0.2048238),(-0.1374545,0.9841967,-0.1116379),(-0.2420261,0.9639298,-0.1107374),(-0.1218833,0.9921444,-0.02817542),(-0.1996449,0.9785123,0.05153109),(0.00473873,0.9999534,-0.008407341),(0.1867443,0.9774752,0.09832983),(0.04130428,0.9968207,0.06813537),(-0.06217469,0.9880479,0.1410517),(-0.2076042,0.9347083,0.2884804),(-0.09863964,0.9225582,0.3730369),(-0.1216153,0.9773834,-0.1730074),(0.0290828,0.995505,-0.09013329),(0.1748498,0.9833664,0.04917226),(0.007803285,0.9985374,-0.05349961),(0.1997045,0.9778768,0.06225135),(0.371039,0.8844881,0.2828617),(0.4792643,0.7757459,0.4105167),(0.3419258,0.9165273,0.2075198),(0.4731389,0.8176941,0.3278965),(0.3310359,0.9260222,0.1813782),(0.5662805,0.6554403,0.4997244),(0.6438672,0.537164,0.5448759),(0.5939946,0.6944699,0.4060564),(0.4904862,0.8238776,0.2839881),(0.1660084,0.9835768,0.07083779),(0.3482974,0.919412,0.1826759),(0.5056756,0.7364621,0.4493505),(0.6064734,0.6331589,0.4809364),(0.6350086,0.5324662,0.5596818),(0.5669049,0.6159558,0.5470075),(0.6828386,0.6079031,0.4051978),(0.7071761,0.6678711,0.2320565),(0.7083564,0.6564191,0.2595094),(0.6956281,0.544342,0.4688213),(0.7043728,0.4948013,0.5089506),(0.6537834,0.4489038,0.609141),(0.715839,0.6466519,0.2634687),(0.7323955,0.6313495,0.2549407),(0.7144585,0.4616389,0.5257742),(0.6740261,0.3871978,0.6291001),(0.6117163,0.5061284,0.607978),(0.6547664,0.4141278,0.632281),(0.6547256,0.7544263,0.04664065),(0.5636075,0.8237807,-0.06108969),(0.4977113,0.8609615,-0.1050181),(0.6243306,0.780734,0.02580133),(0.4655556,0.8791572,-0.1016888),(0.3792458,0.9208215,-0.09088682),(0.2744726,0.952872,-0.1292274),(0.3746884,0.9151874,-0.1484616),(0.3696085,0.8971553,-0.2418717),(0.4850192,0.8548363,-0.1844209),(0.2846003,0.9307231,-0.2296893),(0.4291066,0.8301791,-0.3559076),(0.4704605,0.8120585,-0.3452941),(0.5456442,0.7953961,-0.2638513),(0.6184582,0.7854488,-0.02407327),(0.6499988,0.756299,-0.07425291),(0.3032197,0.9514038,-0.05374554),(0.2286712,0.9734671,-0.008449652),(0.1061408,0.9939981,-0.02649197),(0.1894714,0.9785778,-0.08053631),(0.1538234,0.9870983,0.04444365),(0.07712272,0.9915769,0.104055),(-0.06262393,0.9934291,0.09579498),(0.02255164,0.9992157,0.03254792),(0.06464091,0.994455,-0.08294996),(0.1420661,0.9803465,-0.1368869),(-0.01912746,0.9995429,-0.02341208),(0.2542517,0.9346038,-0.2487404),(0.3179958,0.9045243,-0.2841029),(0.3655466,0.8769475,-0.3119915),(0.2146111,0.9589153,-0.1855357),(0.4012001,0.8524699,-0.335162),(-0.007514278,0.9866608,0.1626161),(-0.1045654,0.9716428,0.2120762),(-0.249742,0.9460915,0.2062515),(-0.1532079,0.9757598,0.1562697),(-0.2090177,0.9450043,0.2515522),(-0.313807,0.9072284,0.2801101),(-0.4338961,0.8585163,0.2732835),(-0.3454524,0.9058322,0.2452155),(-0.3041766,0.9437171,0.129902),(-0.2090849,0.9739493,0.08778484),(-0.3901064,0.9064573,0.1617163),(-0.02322488,0.9918924,-0.1249401),(-0.1145653,0.98904,-0.09313819),(0.07553586,0.983502,-0.1643719),(-0.1113235,0.9931288,0.03608784),(0.1717722,0.9631172,-0.2071223),(-0.4137964,0.8609974,0.2957294),(-0.5071816,0.8100517,0.2942496),(-0.5855628,0.7594444,0.2834792),(-0.5131437,0.8086991,0.2875573),(-0.5953584,0.7562594,0.2713302),(-0.6788909,0.6992784,0.2238682),(-0.6530666,0.7122844,0.2572057),(-0.7158363,0.6673611,0.2054451),(-0.5302903,0.8285326,0.1797935),(-0.5888072,0.7926124,0.1583401),(-0.6394697,0.7605945,0.1121355),(-0.3003436,0.9507097,-0.07710209),(-0.3310233,0.9375129,-0.1072056),(-0.2529283,0.9651985,-0.06647551),(-0.4645174,0.8671476,0.1796625),(-0.190997,0.9788688,-0.07304723),(-0.7498662,0.641337,0.162442),(-0.8022016,0.5888612,0.09856477),(-0.7655881,0.6279212,0.1399635),(-0.7964722,0.6000817,0.07439019),(-0.8371307,0.5460959,0.03148775),(-0.8552613,0.5167497,-0.03870247),(-0.8094179,0.5871609,0.009204132),(-0.8037059,0.5926012,-0.05367194),(-0.6851107,0.7284347,-0.002522579),(-0.6734769,0.7372425,-0.05387389),(-0.6366627,0.7651659,-0.09582116),(-0.1768697,0.9647744,-0.1947497),(-0.2584161,0.9461614,-0.1949353),(-0.3127535,0.9333967,-0.1759427),(-0.6736881,0.7370684,0.05361393),(-0.3373359,0.930182,-0.1447958),(-0.8567207,0.5047768,-0.1059718),(-0.842908,0.5127594,-0.1630459),(-0.7326134,0.6630018,-0.1539682),(-0.7783173,0.6181791,-0.1098949),(-0.8151958,0.5408404,-0.2072378),(-0.7729325,0.5888661,-0.2362456),(-0.5811833,0.7916855,-0.1883087),(-0.6667864,0.7228722,-0.1812506),(-0.3824279,0.9134185,-0.1393397),(-0.4884635,0.860978,-0.1418456),(-0.2632746,0.9575796,-0.1171654),(0.2328282,0.9709533,-0.05514185),(0.1355844,0.9851247,-0.105576),(0.02968654,0.9886694,-0.1471448),(-0.5746112,0.8086848,-0.1259002),(-0.07741153,0.9811418,-0.1771106),(-0.7141817,0.6542978,-0.248674),(-0.6376066,0.7309558,-0.243231),(-0.3607292,0.9210818,-0.1465699),(-0.4776758,0.8607949,-0.1756646),(-0.5441326,0.8098298,-0.2193069),(-0.4380844,0.8809204,-0.1790567),(-0.113858,0.9918674,-0.05687957),(-0.2370384,0.9658027,-0.105062),(0.09399945,0.9954846,0.01321543),(-0.01905011,0.9992088,-0.03491019),(0.198005,0.978357,0.06009681),(0.5109491,0.847484,0.1438816),(0.4526279,0.8861521,0.09931009),(0.3893138,0.9197162,0.05056541),(-0.1396602,0.9869584,-0.08004993),(0.3171866,0.9483621,-0.001463844),(-0.3252283,0.9369746,-0.1276912),(-0.2107639,0.9749945,-0.0704575),(0.1174973,0.9918169,0.04993607),(0.004855857,0.9999765,-0.0048303),(-0.09652051,0.9952917,-0.008841579),(0.01739259,0.9983007,0.05561809),(0.3253027,0.9314259,0.1631684),(0.2242355,0.9687123,0.1063711),(0.4661124,0.8614577,0.2015679),(0.3839583,0.9103975,0.1541188),(0.5401658,0.8043255,0.2475509),(0.7058365,0.6424034,0.2985173),(0.666257,0.6974121,0.2640413),(0.6193305,0.7518358,0.2262141),(0.2944781,0.9497001,0.1065474),(0.5668219,0.8026208,0.1857761),(0.129071,0.9850469,0.1141194),(0.2347192,0.9592019,0.1576029),(0.5012172,0.8336376,0.2320121),(0.4186084,0.8838581,0.2087145),(0.3284293,0.9266376,0.1829668),(0.4048085,0.8944868,0.1897985),(0.6210668,0.7548112,0.2110359),(0.5697096,0.7883386,0.2322786),(0.7035351,0.6591889,0.2655342),(0.6597809,0.6953822,0.2848382),(0.7337578,0.6417034,0.2231952),(0.7959194,0.5643841,0.21905),(0.7855572,0.5535956,0.276463),(0.7651799,0.5644826,0.3096112),(0.6048659,0.7458018,0.279136),(0.7382727,0.5951697,0.3173741),(0.4620048,0.8675964,0.1839238),(0.5004188,0.8484939,0.1721597),(0.6712125,0.727115,0.1441444),(0.6544678,0.7347614,0.178319),(0.5217174,0.838321,0.1582052),(0.5270464,0.8373764,0.1449933),(0.6604484,0.7464347,0.08150468),(0.6729448,0.7312854,0.1112069),(0.7334071,0.675746,0.07403627),(0.747854,0.6528431,0.120459),(0.7054121,0.7080551,0.03243031),(0.7380626,0.6737017,0.03727716),(0.6902832,0.723462,-0.01057798),(0.7720308,0.6289374,0.09168501),(0.7483684,0.6409494,0.1706713),(0.7916583,0.5916429,0.1524335),(0.5163699,0.8459429,0.1332017),(0.489207,0.863434,0.1231187),(0.633274,0.7720093,0.05445736),(0.5899729,0.8068966,0.02915228),(0.4444712,0.8881049,0.1171112),(0.3803926,0.9172215,0.1183478),(0.5285577,0.8488675,0.007136799),(0.4462245,0.8948749,-0.009092787),(0.6038475,0.7959583,-0.04264386),(0.52502,0.8475999,-0.0769971),(0.4225647,0.9000229,-0.1067609),(0.4458455,0.8840789,-0.1400937),(0.3178012,0.9311699,-0.1786755),(0.5475295,0.8310307,-0.09797731),(0.6629813,0.7486129,-0.005869663),(0.6277199,0.7765182,-0.05465562),(0.2991926,0.9438242,0.1402839),(0.2048201,0.9590887,0.1954422),(0.3458315,0.9382907,-0.003345198),(0.2328949,0.9717148,0.03911925),(0.09710037,0.9541829,0.2830307),(-0.0264955,0.9167029,0.3986901),(0.1060622,0.9876111,0.1156512),(-0.04000692,0.9745892,0.2203985),(0.1661622,0.9829063,-0.07928058),(0.01871279,0.9997401,-0.013021),(-0.147587,0.9862434,0.07444557),(-0.1614269,0.9816356,-0.1016512),(-0.3437479,0.9385072,-0.03227321),(0.00860351,0.9868838,-0.1612029),(0.3003081,0.9471395,-0.1128797),(0.1684311,0.966961,-0.1913568),(-0.1743595,0.8468214,0.5024859),(-0.3514996,0.7615777,0.5444699),(-0.2157848,0.9230822,0.3183649),(-0.423708,0.8328074,0.3562352),(-0.5537699,0.6766949,0.4852039),(-0.7625377,0.5830521,0.2803329),(-0.8418197,0.5376953,0.0471526),(-0.6477369,0.7083123,0.2805898),(-0.7757004,0.6280414,0.06207152),(-0.5620019,0.8108708,0.1632249),(-0.9082744,0.3779494,-0.1794206),(-0.9302095,0.1285265,-0.3437893),(-0.8974995,0.4221411,-0.1276379),(-0.7419306,0.670434,-0.007562703),(-0.3417039,0.927775,0.1499069),(-0.540648,0.8411502,0.01287734),(-0.8971352,0.4413143,-0.01975176),(-0.9065125,0.2585726,-0.3337296),(-0.8403223,0.09059475,-0.5344633),(-0.9119653,0.3174689,-0.259871),(-0.7669691,0.08203643,-0.6364183),(-0.4704038,-0.04160659,-0.8814698),(-0.3602593,-0.2029278,-0.9105127),(-0.648895,-0.09408332,-0.7550389),(-0.5413479,-0.2575258,-0.8003892),(-0.7477126,-0.1070361,-0.6553391),(-0.2865342,-0.3310449,-0.8990592),(-0.2483869,-0.4287779,-0.8685928),(-0.4616122,-0.3931483,-0.7952036),(-0.6555217,-0.2935168,-0.6958013),(-0.8859677,0.1122723,-0.4499512),(-0.8246623,-0.123189,-0.5520476),(-0.1584818,-0.09574831,-0.9827084),(0.02549671,-0.1106719,-0.9935299),(0.05622001,-0.2189979,-0.9741043),(-0.09044521,-0.2316855,-0.968577),(0.1077965,-0.1077617,-0.9883154),(0.1146565,-0.0845651,-0.9897993),(0.07025205,-0.1447302,-0.9869741),(0.1043628,-0.1903442,-0.9761544),(0.06618768,-0.2510549,-0.9657074),(0.04875179,-0.299129,-0.9529666),(-0.005694252,-0.1869958,-0.9823443),(-0.1105578,-0.2095679,-0.9715237),(-0.002575838,-0.2909885,-0.9567231),(0.009632482,-0.3555707,-0.9345998),(-0.06373166,-0.3331704,-0.9407102),(-0.07061823,-0.4071817,-0.9106131),(0.05701957,-0.03608523,-0.9977208),(-0.07206633,0.02922031,-0.9969717),(-0.1865292,0.01237264,-0.9823715),(-0.02840429,-0.07513139,-0.996769),(-0.296684,0.0918631,-0.9505471),(-0.6091154,0.1294398,-0.7824473),(-0.7120671,0.1532223,-0.6851885),(-0.4225206,0.09710902,-0.9011361),(-0.5578747,0.1213047,-0.8210121),(-0.3234707,0.01323533,-0.9461457),(-0.8060766,0.195174,-0.5587018),(-0.8793826,0.2566501,-0.40102),(-0.6925205,0.1689752,-0.7013294),(-0.4772612,0.03721126,-0.8779733),(-0.1420437,-0.09733111,-0.9850636),(-0.2809796,-0.09862963,-0.9546322),(-0.8498262,0.1441768,-0.50696),(-0.9545087,0.1624308,-0.2500588),(-0.9728129,0.1979306,-0.120244),(-0.9073073,0.1775908,-0.3811232),(-0.9821556,0.1846136,-0.03589268),(-0.9687254,0.1998462,0.14708),(-0.9404166,0.234617,0.2461126),(-0.9719985,0.219714,0.08333493),(-0.9432624,0.2638121,0.2016415),(-0.9692732,0.2454303,0.01654013),(-0.8991731,0.2764498,0.3392098),(-0.8455695,0.3253517,0.4232712),(-0.8951677,0.3162182,0.3141349),(-0.9401302,0.3037091,0.1546475),(-0.9446906,0.2263198,-0.2373585),(-0.9538599,0.2895097,-0.07959396),(-0.9326466,0.2042234,0.2974278),(-0.8915049,0.2037144,0.4046224),(-0.8564624,0.2374679,0.4583462),(-0.896789,0.2387667,0.3725051),(-0.8566012,0.2016582,0.4749403),(-0.833851,0.1986866,0.5149913),(-0.812337,0.2316454,0.5352092),(-0.8271821,0.2345796,0.5106292),(-0.7968071,0.2732477,0.5389194),(-0.8181379,0.2772214,0.5037844),(-0.790768,0.2697359,0.5494804),(-0.7690875,0.3131788,0.5571567),(-0.7655966,0.3180751,0.559187),(-0.7769275,0.3235041,0.5401192),(-0.8536612,0.2795818,0.4394275),(-0.8039496,0.3271097,0.4966531),(-0.824002,0.1931443,0.5326499),(-0.8252375,0.1850263,0.5336181),(-0.8175449,0.2192924,0.5324765),(-0.8102889,0.2268434,0.5403463),(-0.8360165,0.1772527,0.519286),(-0.8542854,0.1727142,0.4902718),(-0.832193,0.2117109,0.5124778),(-0.8520921,0.2068696,0.4807746),(-0.809441,0.2568744,0.5280351),(-0.8274919,0.2486317,0.5034277),(-0.8485752,0.2427251,0.4701114),(-0.8217691,0.2878836,0.4917504),(-0.8436195,0.2801364,0.4580718),(-0.8007725,0.2977028,0.5197465),(-0.7965083,0.2647662,0.5435748),(-0.7825289,0.3069599,0.5416865),(-0.8709722,0.1644667,0.4629883),(-0.8790396,0.1443231,0.4543788),(-0.8693413,0.198561,0.4525696),(-0.8781723,0.1792952,0.4434712),(-0.8783819,0.1122733,0.4645857),(-0.8674844,0.06809707,0.4927815),(-0.8787422,0.1487541,0.4535244),(-0.8697823,0.1063137,0.4818465),(-0.8753753,0.2151247,0.4329428),(-0.8769822,0.1860325,0.443051),(-0.8698825,0.1454794,0.4713176),(-0.873031,0.2240283,0.4331603),(-0.8677003,0.1855389,0.4611633),(-0.8705778,0.2517082,0.4227733),(-0.8660442,0.2337998,0.4419334),(-0.8609947,0.2700564,0.430996),(-0.8504362,0.01917186,0.5257289),(-0.8334382,-0.02593513,0.552004),(-0.8546783,0.05837578,0.5158654),(-0.8385535,0.01273008,0.5446706),(-0.816994,-0.06520613,0.5729476),(-0.8015089,-0.09678177,0.590099),(-0.8216065,-0.02866544,0.5693339),(-0.8040354,-0.06396814,0.5911304),(-0.8419371,0.05289597,0.5369767),(-0.8250554,0.009623402,0.5649699),(-0.8061412,-0.02922525,0.5910012),(-0.8272409,0.04973805,0.5596416),(-0.8077781,0.007586427,0.5894378),(-0.8434759,0.09458359,0.5287745),(-0.8568386,0.09880067,0.5060297),(-0.8568136,0.1404232,0.4961369),(-0.7696217,-0.1331338,0.6244661),(-0.6898052,-0.1924822,0.6979394),(-0.6882262,-0.1688263,0.7055795),(-0.7698085,-0.1047288,0.6296243),(-0.5192961,-0.2825033,0.8065504),(-0.1953821,-0.3905393,0.8996138),(-0.189037,-0.3838231,0.90385),(-0.5156983,-0.2653401,0.8146471),(-0.515522,-0.2464817,0.8206607),(-0.6880982,-0.1432321,0.7113405),(-0.1898729,-0.3763856,0.9067977),(-0.1988605,-0.3674377,0.9085396),(-0.5191892,-0.2254834,0.8243784),(-0.6895893,-0.1154366,0.7149413),(-0.7703869,-0.07432411,0.6332299),(-0.7713956,-0.04172976,0.6349862),(0.1653192,-0.4456811,0.8797942),(0.405293,-0.4454485,0.798319),(0.4065035,-0.460831,0.7889168),(0.1716828,-0.4509436,0.8758851),(0.5535735,-0.4300175,0.713191),(0.6495657,-0.4178487,0.6351904),(0.6356284,-0.4466869,0.6296406),(0.5475557,-0.4534946,0.7032251),(0.5352897,-0.4813465,0.694097),(0.3989024,-0.4797979,0.7814543),(0.6188987,-0.47933,0.6222597),(0.5992188,-0.515484,0.6125464),(0.5159464,-0.5131391,0.6859211),(0.3812743,-0.5016909,0.7764896),(0.1683021,-0.4577806,0.8729898),(0.1538133,-0.4653088,0.8716818),(0.7301627,-0.4105382,0.5461876),(0.8139025,-0.3979367,0.4233309),(0.7946866,-0.4271041,0.4313411),(0.7107384,-0.441328,0.5477961),(0.8947155,-0.3658347,0.256221),(0.9537882,-0.2977467,0.04043647),(0.948798,-0.3120377,0.04913992),(0.8811882,-0.3898288,0.2674712),(0.8700039,-0.4115907,0.2714523),(0.7775473,-0.4562546,0.4327262),(0.9451988,-0.3224601,0.05117266),(0.9434301,-0.328391,0.04581479),(0.8622268,-0.4305146,0.2668747),(0.763607,-0.4850156,0.4262207),(0.6916857,-0.4742718,0.5446441),(0.6736344,-0.5091166,0.5357398),(0.9634236,-0.2073535,-0.1697635),(0.9379641,-0.1278562,-0.3222982),(0.9405558,-0.1227178,-0.3166938),(0.9637041,-0.2101071,-0.16471),(0.9017684,-0.06744426,-0.4269252),(0.8667108,-0.02647478,-0.4981079),(0.8738297,-0.0203692,-0.4858053),(0.9063729,-0.0592746,-0.4182999),(0.9104614,-0.05036917,-0.4105157),(0.9423913,-0.1146639,-0.3142463),(0.8816275,-0.01627477,-0.4716651),(0.8902368,-0.0145478,-0.4552658),(0.9142404,-0.04100763,-0.4030915),(0.9435666,-0.1037972,-0.3144969),(0.9639878,-0.2086964,-0.1648436),(0.9643245,-0.2028633,-0.1700732),(0.8475461,-0.01405134,-0.5305358),(0.8583831,-0.0400086,-0.5114467),(0.8655824,-0.0470752,-0.498549),(0.8561883,-0.01370643,-0.5164822),(0.8961799,-0.1055217,-0.4309604),(0.9397821,-0.2091902,-0.2702757),(0.9355617,-0.2306732,-0.2674216),(0.8987849,-0.1203923,-0.4215345),(0.9031659,-0.1424088,-0.4049829),(0.8753496,-0.06044291,-0.4796974),(0.931052,-0.2589401,-0.257084),(0.9253955,-0.2940436,-0.2391263),(0.9084938,-0.1719282,-0.3808933),(0.8871572,-0.08059215,-0.4543755),(0.8669004,-0.01793386,-0.4981588),(0.879514,-0.02717174,-0.4750966),(0.9478248,-0.3068486,-0.08644174),(0.928585,-0.3683878,0.04494978),(0.9145669,-0.4024148,0.04036877),(0.9381831,-0.3342721,-0.08985864),(0.9045463,-0.4079977,0.1238303),(0.8853551,-0.4377226,0.1566697),(0.8591561,-0.4849354,0.1633659),(0.8851927,-0.4487426,0.1227352),(0.8613625,-0.4920978,0.1260726),(0.8967299,-0.4406221,0.04156492),(0.8283052,-0.5329341,0.1728918),(0.7926056,-0.5811214,0.1845918),(0.8326277,-0.5375328,0.1333778),(0.8745122,-0.4825969,0.04825765),(0.9260888,-0.3672813,-0.08639466),(0.9108504,-0.4056502,-0.07615352),(0.8653148,-0.4711783,0.1709426),(0.8360723,-0.513853,0.1921934),(0.7981016,-0.5650336,0.209215),(0.8322271,-0.5225579,0.1852875),(0.7985202,-0.5595762,0.2219007),(0.7545122,-0.6020125,0.2613277),(0.7182906,-0.6416334,0.2690077),(0.7590244,-0.6065591,0.2365757),(0.7190663,-0.6489901,0.2485065),(0.757207,-0.6131021,0.225263),(0.6848695,-0.6757891,0.2725121),(0.655704,-0.7048877,0.2705281),(0.6798908,-0.6869665,0.2565648),(0.7141901,-0.6577625,0.2393346),(0.7948483,-0.5726951,0.200591),(0.7534261,-0.6210396,0.2160068),(0.7274255,-0.629185,0.2738216),(0.7405521,-0.6355807,0.2182193),(0.7135922,-0.6642851,0.2225117),(0.69697,-0.6617787,0.2761916),(0.7858403,-0.6141741,0.07242411),(0.8212228,-0.5366868,-0.1938047),(0.7587172,-0.6453831,0.08848094),(0.7964406,-0.5853171,-0.1519416),(0.7364678,-0.6683334,0.1046219),(0.6927021,-0.6856703,0.2236514),(0.7733391,-0.6253067,-0.1045866),(0.7201292,-0.6833935,0.1199466),(0.7525306,-0.6564198,-0.05301575),(0.6791034,-0.7001429,0.2204961),(0.6718945,-0.6880924,0.2740192),(0.6536223,-0.7085715,0.265903),(0.7814119,-0.4507958,-0.431484),(0.7240044,-0.4582899,-0.5155463),(0.7083009,-0.5455086,-0.448029),(0.7668365,-0.5239958,-0.3706619),(0.6878079,-0.5631011,-0.4580802),(0.6404367,-0.7381195,-0.21218),(0.5784681,-0.8051017,-0.1310948),(0.6547621,-0.6518592,-0.3825782),(0.6172165,-0.7298775,-0.293807),(0.6894104,-0.6254825,-0.3653558),(0.5139043,-0.8565146,-0.04780286),(0.4458041,-0.894499,0.03361916),(0.5727141,-0.7963031,-0.1946788),(0.6650615,-0.696611,-0.2691213),(0.7506301,-0.5897088,-0.2979897),(0.7319629,-0.6465445,-0.2149662),(0.5341589,-0.8429329,0.06433012),(0.4447338,-0.8794783,0.1694979),(0.377308,-0.8989092,0.2227126),(0.4600107,-0.87784,0.1333679),(0.4045873,-0.9039418,0.1385582),(0.4206528,-0.9071656,-0.01008444),(0.3500689,-0.9205683,0.1732218),(0.3817076,-0.9242634,-0.006048973),(0.3155538,-0.9106264,0.2668062),(0.3026057,-0.9317284,0.2007782),(0.3504618,-0.9365572,-0.006097948),(0.2619714,-0.9399885,0.2186151),(0.3270117,-0.9449515,-0.01139983),(0.2587665,-0.9184817,0.2990507),(0.388706,-0.9005792,0.1945889),(0.3194934,-0.9153607,0.2450277),(0.4597453,-0.8717738,-0.1692473),(0.4951951,-0.8362744,-0.2354295),(0.4320331,-0.8801382,-0.1967342),(0.4723355,-0.8355226,-0.2807153),(0.5262829,-0.8207769,-0.2221522),(0.5461197,-0.8265246,-0.1364199),(0.5053074,-0.8171334,-0.2774121),(0.5258496,-0.8273857,-0.1972694),(0.4546618,-0.8301214,-0.3227711),(0.4875361,-0.8096849,-0.3266785),(0.5068374,-0.8249151,-0.2502618),(0.4736272,-0.799655,-0.3690922),(0.4899842,-0.8203084,-0.2949739),(0.4425686,-0.8210866,-0.3604853),(0.4112957,-0.8833996,-0.2245906),(0.3977347,-0.8821732,-0.2521454),(0.556915,-0.8301554,-0.02622543),(0.5699753,-0.8196223,0.05785704),(0.5357698,-0.8396392,-0.0891998),(0.5458145,-0.837894,-0.004521009),(0.5860572,-0.8021529,0.1144018),(0.604322,-0.7837665,0.1431955),(0.5576127,-0.8282284,0.05572985),(0.5713921,-0.8155319,0.09175395),(0.5205129,-0.8518618,-0.05829005),(0.5278885,-0.8493037,0.004124544),(0.5375034,-0.8420928,0.04438589),(0.4975565,-0.8665065,-0.04005145),(0.5027971,-0.8644018,0.002130744),(0.4950405,-0.8626948,-0.1034058),(0.5142994,-0.845544,-0.1433583),(0.4935402,-0.849022,-0.1886256),(0.6195687,-0.7691196,0.1568107),(0.6290672,-0.7588147,0.1687447),(0.5839095,-0.803882,0.1132414),(0.593142,-0.7945009,0.1301951),(0.6361723,-0.7500298,0.1809423),(0.6440852,-0.7396086,0.1952779),(0.6012574,-0.7860097,0.1437993),(0.6103098,-0.7768098,0.1552046),(0.555307,-0.826641,0.09109811),(0.5628748,-0.8196938,0.1061783),(0.5710624,-0.8125944,0.1165257),(0.5202588,-0.8511656,0.06962795),(0.5257308,-0.8468772,0.08003812),(0.5148853,-0.8556011,0.05329078),(0.5472522,-0.8339765,0.07069753),(0.5092227,-0.8600819,0.03084475),(0.652406,-0.7253359,0.2196683),(0.6586308,-0.705664,0.2612352),(0.6190264,-0.7660409,0.1731694),(0.6254714,-0.7524734,0.2063229),(0.661574,-0.6782085,0.3199267),(0.6594847,-0.6396509,0.3948754),(0.6302193,-0.7331799,0.255482),(0.6334117,-0.7040608,0.3210732),(0.5829349,-0.7973241,0.1564011),(0.5868475,-0.7857215,0.1955801),(0.5913759,-0.7669965,0.2489797),(0.5303952,-0.8357222,0.1423),(0.5310374,-0.8272914,0.1832712),(0.5304617,-0.8402643,0.1120995),(0.578208,-0.8053978,0.1304222),(0.5294991,-0.843342,0.09167888),(0.6562457,-0.5882565,0.4725418),(0.6568169,-0.5263457,0.5399555),(0.638266,-0.6619526,0.3929824),(0.6469589,-0.6080869,0.4600809),(0.6602045,-0.4570109,0.596046),(0.6657169,-0.3829329,0.6404556),(0.6567093,-0.5463563,0.5198344),(0.66532,-0.4815636,0.5704785),(0.6108726,-0.6982111,0.3732775),(0.6230922,-0.6502725,0.4346284),(0.6326799,-0.5976855,0.4924309),(0.5512396,-0.7610401,0.3419839),(0.5601326,-0.7246789,0.4013627),(0.5420336,-0.7904779,0.2852092),(0.5991938,-0.7378887,0.3106239),(0.5346875,-0.8125576,0.2320767),(0.6647351,-0.3018404,0.6833882),(0.6457444,-0.2064697,0.7351085),(0.667093,-0.4145077,0.6190075),(0.6562329,-0.339501,0.6738676),(0.6013139,-0.08773929,0.794181),(0.5204793,0.06549206,0.851359),(0.629978,-0.2464324,0.7364772),(0.5823945,-0.1213738,0.8037941),(0.6339061,-0.4806203,0.6059432),(0.6245165,-0.4048539,0.6678864),(0.606854,-0.3029562,0.7348101),(0.5848315,-0.5670955,0.5799782),(0.5939252,-0.4838803,0.6427385),(0.5762018,-0.6305909,0.5199488),(0.6366969,-0.5421886,0.5483144),(0.5681685,-0.681623,0.461058),(0.407796,0.2493996,0.878352),(0.2752916,0.4435648,0.8529154),(0.5124834,0.04114883,0.8577108),(0.4186169,0.2315724,0.8781424),(0.1250551,0.623252,0.7719573),(-0.03497031,0.7654175,0.6425833),(0.2945722,0.4304295,0.8532044),(0.1434105,0.6137307,0.7763814),(0.5238631,0.007487037,0.8517696),(0.4365432,0.2060253,0.875776),(0.3109396,0.4123738,0.8563086),(0.535257,-0.04633437,0.8434175),(0.4478033,0.1618552,0.8793606),(0.5820007,-0.2263263,0.781058),(0.5767008,-0.1655552,0.8000048),(0.597297,-0.3722745,0.7103857),(-0.1836412,0.8571886,0.4811484),(-0.3051065,0.8999033,0.3115831),(-0.01489303,0.7597557,0.6500381),(-0.161747,0.8563843,0.4903507),(-0.4031703,0.9018516,0.1552981),(-0.4872275,0.8728464,0.02735954),(-0.2953243,0.9001738,0.3201101),(-0.4180166,0.8940881,0.1608366),(0.007182033,0.7548254,0.6558865),(-0.1521167,0.8551841,0.4955004),(-0.3120959,0.8943138,0.320623),(0.01936432,0.7421439,0.6699608),(-0.1660326,0.8470694,0.5048827),(0.1853856,0.5794343,0.7936547),(0.1622571,0.6023501,0.7815669),(0.3275362,0.3788831,0.8655447),(-0.5470414,0.8348168,-0.06185964),(-0.5727696,0.8116971,-0.1143802),(-0.5066599,0.8615087,0.03314476),(-0.5461057,0.8358291,-0.05619871),(-0.5704578,0.8090903,-0.1412478),(-0.5415757,0.8272772,-0.149359),(-0.5208768,0.8402638,-0.1504793),(-0.5485582,0.8280632,-0.1157374),(-0.4934503,0.8691965,0.03168889),(-0.5058957,0.8601894,-0.06437138),(-0.4843226,0.8649937,-0.1312148),(-0.424643,0.9010289,-0.0884601),(-0.4346048,0.9004267,0.01871817),(-0.4057948,0.9003122,0.1573803),(-0.4341906,0.8866125,0.1593632),(-0.320781,0.8902953,0.3232244),(-0.4891107,0.8603609,-0.1433518),(-0.413823,0.9018984,-0.1238129),(-0.4002254,0.9028506,-0.1570999),(-0.4703262,0.8671623,-0.1637765),(-0.3103759,0.9465843,-0.08743564),(-0.1748573,0.9841134,-0.03075229),(-0.1838061,0.9800399,-0.07574293),(-0.3059724,0.9433127,-0.1286166),(-0.2945783,0.9398265,-0.1730601),(-0.3774062,0.9073467,-0.1851665),(-0.1884706,0.9731942,-0.1318027),(-0.183303,0.9630638,-0.1972518),(-0.2690555,0.9378363,-0.2192536),(-0.3378452,0.9181902,-0.2068507),(-0.4397447,0.8817173,-0.1708781),(-0.3899911,0.9062498,-0.1631509),(-0.0524525,0.9981232,0.03160255),(0.00969382,0.9968659,0.07851525),(-0.07192533,0.9973395,-0.01185118),(-0.01063017,0.9990613,0.04199151),(0.01585039,0.9946401,0.1021755),(-0.02900907,0.995104,0.09447945),(-0.02330644,0.9965416,0.07976093),(0.003840632,0.9971249,0.0756777),(-0.009823196,0.9994918,0.0303275),(-0.03168952,0.9994022,-0.013824),(-0.01932871,0.9986161,0.04891098),(-0.02022704,0.9997951,0.0007418101),(-0.02661975,0.9990456,-0.03463087),(-0.05281442,0.9946396,-0.08889725),(-0.09004948,0.9933255,-0.0720792),(-0.1036978,0.9835329,-0.1480196),(-0.07864451,0.9948009,0.0647011),(-0.08987956,0.9954389,0.03198446),(-0.05697411,0.9978086,0.03364541),(-0.05477057,0.996674,0.06034096),(-0.06631567,0.9977837,0.005463152),(-0.01148434,0.9999158,-0.006027773),(0.01175163,0.999928,-0.002443345),(-0.03354036,0.9993923,0.009490586),(-0.004214578,0.9999393,0.01017382),(-0.02652274,0.9992611,0.02781531),(0.03061055,0.9995313,0.0005387409),(0.0432529,0.9990617,0.002206526),(0.0180248,0.9998184,0.006179965),(-0.002969908,0.9999118,0.01294035),(-0.03270397,0.9984992,0.04393085),(-0.01668564,0.9997627,0.0140033),(0.04434762,0.9989949,-0.00651294),(0.07359563,0.9972687,-0.006239105),(0.0551388,0.9984728,-0.003419762),(0.07589234,0.9971146,-0.0016787),(0.07812088,0.9969053,-0.00877199),(0.05940972,0.9980784,-0.01760629),(0.07593232,0.9971119,-0.001507656),(0.05682951,0.9983583,-0.007139659),(0.07415018,0.9972429,0.002895583),(0.0707738,0.9974805,0.004887717),(0.05265825,0.9986111,0.001793664),(0.06392699,0.9978948,0.01092282),(0.04774438,0.9988142,0.009521399),(0.06935775,0.9975607,0.007876723),(0.06133151,0.9981174,3.082707e-5),(0.06289416,0.998013,0.003821645),(0.0353598,0.9989486,-0.02917944),(0.02320453,0.9990088,-0.03798709),(0.03438028,0.9992768,-0.01624585),(0.02349226,0.9994381,-0.0239069),(0.02279749,0.9987874,-0.04363371),(0.03397679,0.998377,-0.045706),(0.02383606,0.999291,-0.02914637),(0.03506662,0.9989045,-0.03098729),(0.02383736,0.9996531,-0.01120175),(0.02489235,0.999568,-0.01562748),(0.03566781,0.9992202,-0.01693461),(0.02550603,0.9996693,-0.003284704),(0.03536697,0.9993674,-0.003734847),(0.02397177,0.9997125,-2.832758e-6),(0.03294846,0.9994448,-0.004959134),(0.03123185,0.9995009,0.004728429),(0.02945726,0.9981506,-0.05317567),(-0.0195276,0.9970136,-0.07471689),(0.02970804,0.9988226,-0.03835089),(-0.02085353,0.9979173,-0.06104312),(-0.1175256,0.9870415,-0.1092555),(-0.2665499,0.9514266,-0.1540732),(-0.1206089,0.9876453,-0.1000521),(-0.2703904,0.9501989,-0.1549546),(-0.02133684,0.9987169,-0.04592774),(-0.1200289,0.9890221,-0.08618775),(-0.266676,0.9527016,-0.1457517),(-0.1183252,0.9906005,-0.06862907),(-0.2599652,0.957094,-0.1280199),(-0.02215922,0.9993083,-0.02986619),(0.02944131,0.9992868,-0.02364417),(0.02814496,0.9995607,-0.009285201),(-0.408152,0.893599,-0.1867959),(-0.4917656,0.8495225,-0.1909925),(-0.4930245,0.8394555,-0.2285638),(-0.4108744,0.8885884,-0.2039427),(-0.526853,0.8328459,-0.1696865),(-0.5191234,0.8458384,-0.1227533),(-0.5284725,0.8173374,-0.2295136),(-0.5252343,0.8258931,-0.2050113),(-0.5243697,0.8111915,-0.2588528),(-0.4861382,0.839546,-0.2425533),(-0.5283117,0.8112338,-0.2505721),(-0.5344479,0.8029214,-0.2639747),(-0.5211151,0.8125436,-0.2611742),(-0.4775926,0.8464404,-0.2354656),(-0.4042125,0.8915397,-0.2043753),(-0.39417,0.899168,-0.1900705),(-0.4852427,0.8725895,-0.05592049),(-0.4396993,0.8979198,0.02011253),(-0.4971836,0.8531573,-0.157896),(-0.4534593,0.886013,-0.09672528),(-0.37916,0.9201231,0.09803654),(-0.3014577,0.9382018,0.1700014),(-0.3883927,0.9210266,-0.0293439),(-0.2975932,0.9540405,0.03528405),(-0.4675368,0.8676872,-0.1689035),(-0.3988895,0.9104788,-0.1091588),(-0.2956472,0.9541025,-0.04776234),(-0.3022308,0.9492283,-0.08730572),(-0.4160145,0.8972089,-0.1481493),(-0.4869257,0.8496807,-0.2023514),(-0.5081754,0.8330812,-0.2184799),(-0.5235487,0.8166112,-0.2429877),(-0.2227045,0.9482347,0.2263925),(-0.1617767,0.9506382,0.264793),(-0.1286783,0.9852971,0.11239),(-0.202429,0.9756731,0.08416978),(-0.1202623,0.9490709,0.2912068),(-0.0988311,0.9452157,0.3111264),(-0.05293646,0.9898273,0.1320592),(-0.07859817,0.9888688,0.1263356),(-0.04606107,0.9982728,0.0364666),(-0.1012207,0.994525,0.02596822),(-0.01998477,0.9991076,0.0372114),(-0.003169033,0.9999824,0.005014353),(-0.02850096,0.9995835,0.004512147),(-0.08679799,0.9961954,-0.007799706),(-0.1852392,0.9826935,-9.863309e-5),(-0.1787774,0.9832016,-0.03678708),(-0.08845021,0.9395306,0.3308457),(-0.07904238,0.9321116,0.3534407),(-0.02977147,0.9890504,0.1445445),(-0.04061179,0.9897522,0.1368984),(-0.06989724,0.9230673,0.3782343),(-0.06017946,0.9125912,0.4044204),(-0.01991374,0.9878775,0.1539524),(-0.01047829,0.9864004,0.1640258),(0.01171093,0.9992098,0.03798415),(0.001454483,0.999324,0.0367355),(0.0222836,0.9990287,0.03801443),(0.04810162,0.9986905,-0.01742315),(0.03178519,0.9994665,-0.007510647),(0.01807339,0.9998346,-0.002037537),(-0.008943717,0.999314,0.03593728),(0.006602786,0.9999772,0.001380852),(-0.05142031,0.9013027,0.4301271),(-0.04613702,0.8892029,0.4551809),(-0.002215785,0.9848822,0.1732111),(0.003539091,0.9834192,0.1813127),(-0.04475344,0.8762761,0.4797263),(-0.04319007,0.8759546,0.4804561),(0.006603612,0.9820588,0.1884595),(0.008441294,0.9823987,0.1866052),(0.04013544,0.9987691,0.02914216),(0.04587501,0.9987319,0.02073871),(0.04891492,0.9987119,0.01348935),(0.09020752,0.9921824,-0.08623581),(0.0960041,0.9900115,-0.1032497),(0.07883064,0.9952233,-0.05758665),(0.03222319,0.9988632,0.03512637),(0.06470902,0.9973226,-0.03406556),(-0.01864814,-0.9998106,-0.005566021),(-0.01844472,-0.9998195,-0.004553479),(-0.01882756,-0.9998214,-0.001613444),(-0.0901752,-0.9958258,-0.01411848),(-0.09046822,-0.9958568,-0.009214954),(-0.09021149,-0.9957978,-0.01576875),(-0.02164109,-0.999761,0.003101231),(-0.02798317,-0.9995619,0.009645424),(-0.09764207,-0.995172,0.009943161),(-0.09270751,-0.9956926,-0.001208756),(-0.2147229,-0.9765555,-0.01527796),(-0.2174118,-0.9757195,-0.02652758),(-0.2130445,-0.9770425,0.0001550576),(-0.3740497,-0.9269901,-0.02786186),(-0.3886063,-0.920227,-0.04655606),(-0.4019523,-0.9136535,-0.06059346),(-0.2228247,-0.9741924,-0.03603126),(-0.2210113,-0.9746929,-0.03357848),(-0.4148869,-0.9071839,-0.06990034),(-0.421704,-0.903753,-0.07345831),(-0.03861133,-0.9990985,0.0176476),(-0.05408395,-0.9981807,0.02665233),(-0.1172929,-0.9923943,0.03736394),(-0.1056464,-0.9941337,0.02317744),(-0.07473548,-0.9965367,0.03645768),(-0.1009237,-0.9938007,0.04663316),(-0.1534131,-0.9858264,0.06790216),(-0.1330479,-0.9897249,0.05237211),(-0.2139781,-0.9752527,0.0556374),(-0.2123137,-0.9765204,0.03648082),(-0.217485,-0.9731436,0.07544448),(-0.291796,-0.9547994,0.05668506),(-0.3161606,-0.948055,0.03513017),(-0.3379103,-0.9410738,0.01402386),(-0.2121242,-0.977077,0.01799679),(-0.3571993,-0.9340027,-0.006902407),(-0.1305475,-0.9898679,0.05584583),(-0.1565617,-0.9856188,0.0635921),(-0.1939972,-0.9778708,0.07831849),(-0.1760657,-0.9812651,0.07822757),(-0.1696458,-0.9829568,0.07082515),(-0.1603909,-0.9839294,0.07847094),(-0.180748,-0.9822232,0.0506728),(-0.1985222,-0.9776705,0.06891694),(-0.2035081,-0.9773566,0.05795278),(-0.2181148,-0.9725692,0.08084098),(-0.1703152,-0.9852191,0.01832802),(-0.1278559,-0.991532,-0.02274184),(-0.1827985,-0.9827409,0.02837262),(-0.22734,-0.9720423,0.05874021),(-0.2206884,-0.9714773,0.08676739),(-0.2630662,-0.96237,0.06811845),(-0.1248331,-0.9880365,0.09055691),(-0.07002194,-0.9914664,0.1099603),(-0.08155005,-0.9956406,0.04526957),(-0.1386956,-0.9895994,0.03816519),(-0.008792425,-0.9906597,0.1360735),(0.04591936,-0.9846984,0.1681086),(0.0248885,-0.9929305,0.1160581),(-0.02266216,-0.9971723,0.07165059),(-0.01182541,-0.9998177,0.01499298),(-0.06317396,-0.9978929,-0.01479418),(0.02311617,-0.996986,0.07405683),(0.03931474,-0.9981066,0.04730282),(0.02222511,-0.9993702,-0.02766373),(-0.01614069,-0.9977484,-0.06509665),(-0.1199206,-0.9926876,-0.01380322),(-0.0686891,-0.9956006,-0.06372751),(0.08392589,-0.9711514,0.2232071),(0.1043835,-0.9409779,0.3219699),(0.06141877,-0.9546787,0.2912324),(0.05245657,-0.9812564,0.18543),(0.1115965,-0.8763062,0.4686511),(0.1105293,-0.7478733,0.6545753),(0.05830334,-0.8972453,0.4376661),(0.05129677,-0.7841928,0.6183933),(0.01394526,-0.9086921,0.4172339),(0.0303857,-0.9617247,0.2723275),(-0.003472061,-0.8079658,0.5892192),(-0.05423244,-0.8190566,0.5711435),(-0.02249475,-0.9116587,0.410332),(0.01012215,-0.9633241,0.2681496),(0.03601514,-0.9865913,0.1591872),(0.03342946,-0.988399,0.1481547),(0.110462,-0.5656173,0.8172364),(0.1109427,-0.3406928,0.9336059),(0.05100615,-0.6213344,0.7818837),(0.05712214,-0.4135626,0.9086819),(0.09304097,-0.008705794,0.9956242),(0.03745162,0.5076104,0.8607724),(0.05916618,-0.1019224,0.9930313),(0.05782432,0.3900398,0.9189805),(-0.006992211,-0.4730101,0.8810292),(0.004861586,-0.1870758,0.9823335),(0.04218471,0.2624061,0.964035),(-0.06763328,-0.2560711,0.9642891),(-0.008656791,0.1396074,0.9901691),(-0.07995633,-0.5139737,0.8540714),(-0.01065116,-0.6628581,0.7486693),(-0.07406957,-0.6876869,0.7222192),(0.01429782,0.8748606,0.4841635),(0.08558924,0.9625009,0.2574228),(0.2028957,0.8953337,0.3964981),(0.09771562,0.7838634,0.6131963),(0.212097,0.9601038,0.1822512),(0.3633081,0.9086114,0.2059913),(0.4863491,0.8149361,0.315188),(0.342603,0.8864459,0.3111863),(0.4203756,0.79069,0.4450772),(0.2726841,0.7943069,0.542881),(0.5537206,0.7166454,0.4240437),(0.5716431,0.6252519,0.5313044),(0.4438024,0.6864078,0.5760935),(0.287235,0.672492,0.6820929),(0.136143,0.6583843,0.7402671),(0.1231253,0.5145469,0.8485762),(0.5075772,0.8162806,0.275774),(0.6174025,0.7023305,0.3543248),(0.6905183,0.5963628,0.4093115),(0.6073931,0.7088103,0.358694),(0.6850694,0.5750434,0.447219),(0.7043366,0.4411052,0.55618),(0.7396793,0.3821249,0.553945),(0.7352179,0.4855137,0.4730022),(0.7551014,0.4276813,0.4969009),(0.7221462,0.5156634,0.4610814),(0.7553199,0.3561839,0.5501134),(0.7529961,0.3592142,0.5513276),(0.7510957,0.3997289,0.5254257),(0.7219177,0.4617307,0.5154022),(0.6559974,0.614414,0.4383638),(0.663672,0.5393702,0.5182849),(0.6936929,0.3521261,0.6283292),(0.6958829,0.3556171,0.6239258),(0.7134955,0.3566835,0.6030763),(0.7210217,0.3273626,0.6107058),(0.7244319,0.4509856,0.5213544),(0.7466603,0.6181402,0.2457663),(0.7481969,0.6167471,0.2445901),(0.7294119,0.4636027,0.5030217),(0.7271073,0.4933895,0.4773696),(0.7237523,0.3828074,0.5741439),(0.7372329,0.6282907,0.248472),(0.7135057,0.6526377,0.2548994),(0.7141353,0.5356056,0.4507075),(0.7218939,0.4276692,0.5440297),(0.7365896,0.333041,0.588659),(0.737712,0.363614,0.5688285),(0.6934053,0.7145793,-0.09254985),(0.6301075,0.717549,-0.2967956),(0.6875913,0.6723508,-0.2741582),(0.7197989,0.6905077,-0.07133458),(0.5972995,0.6975058,-0.3958774),(0.595292,0.6814778,-0.4256939),(0.6913898,0.5864716,-0.4219377),(0.678549,0.6279238,-0.3811599),(0.7192019,0.6105842,-0.3315652),(0.714742,0.6638678,-0.2200529),(0.7364093,0.5574402,-0.383356),(0.739204,0.5877931,-0.3287501),(0.72079,0.6401953,-0.2657287),(0.7092745,0.6881868,-0.1527372),(0.7252361,0.6879134,-0.02842307),(0.7080318,0.7058517,0.02155108),(0.6030704,0.6737065,-0.4271131),(0.5995792,0.6747147,-0.4304239),(0.709377,0.5357975,-0.4579358),(0.7074919,0.5551718,-0.4373094),(0.5810553,0.6883835,-0.4341691),(0.5425798,0.7181173,-0.435792),(0.6612547,0.5470108,-0.5133433),(0.6950568,0.5319681,-0.4836383),(0.7336854,0.4654199,-0.4950657),(0.750944,0.482929,-0.450403),(0.6973597,0.4633127,-0.5468371),(0.696828,0.4521835,-0.5567412),(0.7328649,0.4740506,-0.4880419),(0.7509224,0.5038449,-0.4269143),(0.7514836,0.5142674,-0.4132811),(0.7527303,0.5418369,-0.3739116),(0.482418,0.7630244,-0.4301936),(0.4053767,0.8148199,-0.4144129),(0.5502965,0.6325181,-0.545064),(0.6104429,0.5822718,-0.5369535),(0.3208395,0.8624281,-0.3915095),(0.2398947,0.898735,-0.3670504),(0.4873074,0.6871913,-0.5387946),(0.4295369,0.7370761,-0.5217441),(0.5558707,0.5528578,-0.6207705),(0.599812,0.5111265,-0.6156097),(0.5220848,0.5971291,-0.6089863),(0.5790681,0.4840142,-0.6560568),(0.590304,0.4600401,-0.6632528),(0.6157852,0.4447765,-0.6503711),(0.6487396,0.4789559,-0.5913867),(0.6527534,0.4413601,-0.6157226),(0.1733173,0.9224449,-0.3450455),(0.1256445,0.9364363,-0.3275676),(0.3853561,0.7770408,-0.4977029),(0.3598286,0.806292,-0.4694854),(0.09913828,0.9429018,-0.3179743),(0.09785213,0.9432996,-0.3171922),(0.3796519,0.8305646,-0.4074638),(0.3564105,0.8245252,-0.4394652),(0.5203926,0.6937115,-0.497952),(0.5010965,0.6712921,-0.5461403),(0.5645667,0.700053,-0.4372532),(0.7080216,0.557581,-0.4333692),(0.6454037,0.5576624,-0.5219834),(0.6045694,0.5390992,-0.5864024),(0.5027924,0.6379088,-0.5833287),(0.5833538,0.5121998,-0.6303569),(0.1259149,0.9396819,-0.3180305),(0.1845528,0.9324431,-0.3106285),(0.4996383,0.7997751,-0.3327482),(0.4291476,0.8227004,-0.3728221),(0.2664082,0.9196886,-0.2884432),(0.3607337,0.8993785,-0.2469608),(0.6620954,0.715517,-0.2228568),(0.5811148,0.7630085,-0.2830611),(0.7732682,0.588474,-0.2361243),(0.700975,0.6452555,-0.3037751),(0.8358715,0.5222422,-0.1690624),(0.947407,0.303977,-0.1000905),(0.9070399,0.3872349,-0.165311),(0.8498805,0.4667297,-0.2446763),(0.6281359,0.6842629,-0.370445),(0.7808551,0.5273455,-0.334921),(0.4536906,0.87012,-0.192499),(0.5350677,0.8339897,-0.1347736),(0.7873916,0.6082761,-0.1000723),(0.7324887,0.6619397,-0.1590476),(0.6013315,0.7953128,-0.07666779),(0.6511413,0.7586814,-0.0204334),(0.852811,0.5222085,-0.003422024),(0.8270637,0.560057,-0.04797786),(0.937691,0.3468871,-0.02012519),(0.9167543,0.3952204,-0.05798651),(0.9492678,0.3144048,0.006360014),(0.9935347,0.1133961,0.005476974),(0.9912516,0.1319828,0.0008096129),(0.9850566,0.1713633,-0.01726576),(0.8837461,0.4553625,-0.1078788),(0.9719547,0.2296699,-0.05055358),(0.6864236,0.726447,0.03312673),(0.711841,0.6973166,0.08385604),(0.875319,0.4765746,0.08181281),(0.8676551,0.4956885,0.03830917),(0.7325373,0.6678077,0.1319921),(0.7524218,0.6342527,0.1777218),(0.881354,0.4387026,0.175372),(0.8790938,0.4592778,0.1275071),(0.952162,0.2871134,0.1046589),(0.9548456,0.290141,0.06393834),(0.946866,0.2827752,0.1532416),(0.9809463,0.1586314,0.1121632),(0.9879145,0.141038,0.0642898),(0.9918024,0.1241061,0.03042222),(0.9542915,0.2972327,0.03131131),(0.9935451,0.1129087,0.01094563),(0.7729197,0.5953508,0.2194373),(0.7925329,0.5537341,0.2554801),(0.8847305,0.3915525,0.2528608),(0.8832709,0.4145268,0.2190893),(0.8088688,0.5139364,0.2856584),(0.8202522,0.4804081,0.3104745),(0.8811294,0.3699516,0.294528),(0.8844617,0.3751068,0.2775286),(0.9243256,0.288401,0.2498936),(0.9326051,0.2778632,0.230304),(0.9133584,0.3142201,0.2589252),(0.9472161,0.2488409,0.2021383),(0.9290846,0.3100413,0.2016836),(0.9601665,0.2067515,0.187974),(0.9399211,0.2777269,0.1985344),(0.971143,0.1783838,0.1583047),(0.8278023,0.4610099,0.319708),(0.8333086,0.4622723,0.3031521),(0.8670399,0.4165973,0.2732922),(0.8752406,0.3824249,0.2961503),(0.8346856,0.4849783,0.2609524),(0.8264691,0.5289746,0.1927035),(0.8528196,0.4715572,0.2243491),(0.8253071,0.5450299,0.1476846),(0.8756894,0.428018,0.2235364),(0.8408336,0.5142727,0.1688859),(0.7853394,0.6129224,0.08699463),(0.6848801,0.7285996,0.009046575),(0.7842636,0.6138604,0.09003436),(0.8542637,0.4980299,0.148996),(0.8980209,0.3602537,0.2525386),(0.9002891,0.3939329,0.1851933),(0.8018006,0.5862563,0.1158416),(0.7597401,0.6484228,0.0484028),(0.7772446,0.6259972,0.06339101),(0.7096426,0.7045213,-0.007547923),(0.7020525,0.7120596,-0.009666603),(0.6303402,0.7740899,-0.0587887),(0.6260277,0.7770422,-0.06553548),(0.5295032,0.8409087,-0.1117983),(0.6049696,0.7933596,-0.06776692),(0.4913329,0.862749,-0.1193985),(0.3677343,0.9165894,-0.156956),(0.12168,0.9750139,-0.1858541),(0.2745827,0.9475709,-0.163443),(0.4212407,0.8981104,-0.1263088),(0.7048529,0.7093533,0.0005722143),(0.5599663,0.8255523,-0.07000634),(0.5439248,0.8326959,-0.1037458),(0.4394583,0.8857509,-0.149405),(0.4192292,0.8947912,-0.1536088),(0.291158,0.9359992,-0.1978201),(0.3125198,0.9295681,-0.1955365),(0.1581035,0.9580165,-0.2391816),(0.1411257,0.9594609,-0.243964),(-0.03419589,0.957054,-0.2878861),(0.07957345,0.9709349,-0.2257288),(-0.09172913,0.9603838,-0.2631511),(-0.2808001,0.9130064,-0.2959234),(-0.5907184,0.7714797,-0.2363707),(-0.4042637,0.8842638,-0.2337701),(-0.2181804,0.9508358,-0.2197916),(0.2320169,0.9540158,-0.1897948),(-0.04159758,0.9783737,-0.2026194),(-0.01593776,0.9669985,-0.2542828),(-0.1958473,0.9546284,-0.2243404),(-0.223092,0.9270785,-0.3012563),(-0.4106636,0.8709917,-0.2696832),(-0.3792517,0.9096778,-0.1692759),(-0.5640574,0.8175613,-0.1158994),(-0.7640601,0.6203576,-0.1771119),(-0.5935166,0.7748166,-0.2177087),(-0.652434,0.7132269,-0.2561978),(-0.8123245,0.5471219,-0.2019566),(-0.9329947,0.3172,-0.1700152),(-0.9937521,-0.1007948,-0.04792847),(-0.9819692,0.1736716,-0.07466347),(-0.8974848,0.4177619,-0.141407),(-0.4726616,0.8297457,-0.2968388),(-0.7609761,0.6151224,-0.2062514),(-0.7433125,0.661884,-0.09693436),(-0.8923284,0.4290784,-0.1401494),(-0.9673849,0.1235047,-0.2211629),(-0.9003671,0.3985373,-0.1746626),(-0.9563843,0.1422083,-0.2551585),(-0.896364,-0.1349649,-0.4222747),(-0.8268209,-0.3620526,-0.4304478),(-0.938607,-0.1485869,-0.31135),(-0.8635182,-0.4129356,-0.2895178),(-0.9524758,-0.211048,-0.2196557),(-0.7465503,-0.5448116,-0.3818938),(-0.6698862,-0.6875517,-0.2802233),(-0.7540079,-0.628893,-0.1896464),(-0.8465931,-0.5188401,-0.1186794),(-0.9829496,0.04755121,-0.17762),(-0.9364336,-0.3439763,-0.06908442),(-0.7488598,-0.3318639,-0.5736509),(-0.5821485,-0.4438989,-0.6812172),(-0.5361571,-0.5522876,-0.6383682),(-0.6792394,-0.4916244,-0.5449213),(-0.4146867,-0.4965363,-0.7625526),(-0.2430358,-0.4996007,-0.8314642),(-0.2700393,-0.5433074,-0.7949187),(-0.4016246,-0.567084,-0.719106),(-0.4222176,-0.611563,-0.6691211),(-0.5195264,-0.6296278,-0.5776341),(-0.3306187,-0.5611335,-0.7588283),(-0.4298699,-0.5511198,-0.7151775),(-0.4791839,-0.6341907,-0.6067824),(-0.5340904,-0.6848568,-0.4957),(-0.626934,-0.612021,-0.4820623),(-0.5965378,-0.7040954,-0.3852172),(-0.1071941,-0.4577011,-0.8826207),(-0.0583431,-0.3900218,-0.9189554),(-0.1550347,-0.3976454,-0.9043463),(-0.1732745,-0.4827918,-0.8584219),(-0.1003577,-0.3084734,-0.9459242),(-0.2432206,-0.2064863,-0.947738),(-0.3993048,-0.1640097,-0.9020291),(-0.2263827,-0.2945585,-0.928432),(-0.3813415,-0.2306043,-0.8952097),(-0.2835631,-0.3663599,-0.8862124),(-0.5689332,-0.06149502,-0.8200814),(-0.7264274,0.1138154,-0.6777532),(-0.5605057,-0.09431931,-0.8227619),(-0.4488082,-0.278143,-0.8492395),(-0.2716539,-0.4773396,-0.8356739),(-0.409037,-0.4316372,-0.8039763),(-0.4409664,-0.07036664,-0.894761),(-0.6364892,0.09070693,-0.7659333),(-0.7767347,0.1811966,-0.6032005),(-0.6086274,0.00188987,-0.7934539),(-0.8086163,0.2390622,-0.537577),(-0.9182438,0.329675,-0.219414),(-0.9126054,0.407757,-0.02975992),(-0.8818067,0.3293491,-0.337559),(-0.8919001,0.4354461,-0.122069),(-0.8646024,0.3089099,-0.3962795),(-0.8586257,0.4899845,0.1505897),(-0.7588716,0.5731432,0.309226),(-0.8330335,0.5463091,0.08718558),(-0.8738474,0.4577099,-0.1639886),(-0.757086,0.1307516,-0.6400974),(-0.847787,0.3093595,-0.4307597),(-0.930418,0.35745,0.08094361),(-0.8867749,0.3642288,0.2845483),(-0.8145533,0.4216328,0.3984078),(-0.8756574,0.4237257,0.2316908),(-0.8315269,0.3702628,0.4140876),(-0.7838622,0.3762556,0.4939553),(-0.7197632,0.4254667,0.5485608),(-0.7585298,0.4215895,0.4968852),(-0.6792303,0.4733691,0.5608634),(-0.7266158,0.4791611,0.4923759),(-0.6556659,0.475443,0.5865631),(-0.5933061,0.5292579,0.6065261),(-0.5959809,0.5295334,0.6036565),(-0.6255425,0.5403274,0.5627992),(-0.7917214,0.4905385,0.3640733),(-0.6815314,0.5593467,0.4718541),(-0.7514012,0.3773194,0.5413192),(-0.7359126,0.3728441,0.5651723),(-0.6988591,0.4219196,0.5775636),(-0.7007589,0.4267757,0.5716639),(-0.7360246,0.3658859,0.569557),(-0.7492987,0.3589331,0.5565235),(-0.733729,0.4039111,0.5463492),(-0.7110085,0.4134675,0.5687807),(-0.6908144,0.4611177,0.5569075),(-0.666541,0.4715286,0.577394),(-0.7224206,0.4481806,0.5265384),(-0.7151194,0.4916814,0.4968435),(-0.6753339,0.5090077,0.5336998),(-0.639266,0.5224552,0.5642512),(-0.653524,0.4770096,0.5876804),(-0.6106234,0.5297843,0.588615),(-0.7700527,0.3504124,0.5331321),(-0.7930316,0.3387711,0.5062954),(-0.761063,0.3921154,0.516748),(-0.7879652,0.377075,0.4867498),(-0.8163261,0.3265381,0.4764287),(-0.8383026,0.3164234,0.4439875),(-0.8126862,0.3616277,0.4569097),(-0.8338555,0.3487836,0.4278259),(-0.7856033,0.4124891,0.4611726),(-0.8109047,0.3929018,0.4336608),(-0.8303109,0.3768055,0.4106112),(-0.8109879,0.4201662,0.4071352),(-0.8277111,0.4001693,0.3933941),(-0.7858421,0.4448813,0.4295729),(-0.7555721,0.4320456,0.4923895),(-0.7533722,0.4701079,0.4598138),(-0.8549793,0.305115,0.4194224),(-0.8642429,0.2874295,0.4128785),(-0.8488503,0.3365476,0.4076628),(-0.856817,0.3204292,0.4039676),(-0.8670586,0.2617424,0.4239107),(-0.8631987,0.2260137,0.4514487),(-0.8591511,0.297953,0.4160329),(-0.8562368,0.2662743,0.4426696),(-0.8481362,0.3500961,0.397615),(-0.8490491,0.3320967,0.4108862),(-0.8465228,0.3059201,0.4356745),(-0.8365042,0.3636609,0.4098921),(-0.8337911,0.3445641,0.4313559),(-0.8380422,0.3758999,0.395455),(-0.8425526,0.3637978,0.3971853),(-0.8360464,0.3864039,0.3895105),(-0.8544654,0.1831087,0.4861687),(-0.8430035,0.1378363,0.5199484),(-0.8495708,0.2266609,0.4762922),(-0.8402963,0.182696,0.5104159),(-0.8280104,0.09181157,0.5531449),(-0.808831,0.0466785,0.5861855),(-0.8271708,0.1360039,0.5452443),(-0.8091222,0.08827929,0.5809715),(-0.8351179,0.2291193,0.5000825),(-0.8245192,0.1823766,0.535637),(-0.8084597,0.1324925,0.5734445),(-0.8198344,0.2309439,0.5239625),(-0.8066263,0.1793796,0.5631848),(-0.8272272,0.2770217,0.4888294),(-0.8418595,0.2708793,0.4667945),(-0.8310786,0.3155438,0.4579741),(-0.7727616,-0.006618342,0.6346619),(-0.692649,-0.08490846,0.7162597),(-0.7743074,0.03133204,0.6320336),(-0.6970703,-0.05114361,0.7151764),(-0.5266063,-0.2013685,0.8259155),(-0.2157521,-0.3549148,0.9096629),(-0.5373686,-0.1732439,0.8253615),(-0.2394726,-0.336959,0.9105557),(-0.7026296,-0.01399395,0.7114182),(-0.5509962,-0.140944,0.8225192),(-0.2687235,-0.3133262,0.9108316),(-0.5669941,-0.1043303,0.817088),(-0.3022778,-0.2838705,0.9099701),(-0.7090719,0.02667312,0.7046316),(-0.7758402,0.07224102,0.62678),(-0.7771396,0.1162018,0.6185073),(0.1285511,-0.4700088,0.8732505),(0.3542279,-0.52192,0.7759652),(0.09418318,-0.4685542,0.8784001),(0.319647,-0.5360868,0.7813046),(0.4906315,-0.5436302,0.6809897),(0.5783076,-0.5497923,0.6027345),(0.5584873,-0.5773842,0.5955833),(0.4615058,-0.5679175,0.6815292),(0.2788368,-0.5436878,0.7916146),(0.429529,-0.5859589,0.6871369),(0.5404226,-0.5986411,0.5912463),(0.5246484,-0.6139237,0.589781),(0.3954398,-0.5977537,0.6973649),(0.2329121,-0.5443047,0.8059059),(0.05241285,-0.4603807,0.886173),(0.00482231,-0.4450771,0.8954793),(0.6587132,-0.5409732,0.5229195),(0.7548931,-0.5094239,0.4130664),(0.7528819,-0.5258909,0.3957366),(0.6490296,-0.565415,0.5089858),(0.8591726,-0.443962,0.2544011),(0.9436809,-0.3291514,0.03354914),(0.9456217,-0.3248511,0.0164734),(0.8613589,-0.4497583,0.2361743),(0.8678464,-0.4483654,0.214035),(0.7571763,-0.5346524,0.3752744),(0.9484686,-0.3168616,-0.002511482),(0.9515462,-0.3068249,-0.02045224),(0.8775092,-0.4403692,0.1898751),(0.7671896,-0.5358192,0.3525875),(0.6447887,-0.582838,0.4945174),(0.6461136,-0.5934973,0.4798939),(0.9642766,-0.1942615,-0.1800915),(0.9435012,-0.09365351,-0.3178594),(0.9420483,-0.08873907,-0.323528),(0.9634721,-0.1856042,-0.1930608),(0.9169582,-0.03595181,-0.3973602),(0.8984397,-0.02054573,-0.4386161),(0.9051047,-0.03996214,-0.4233066),(0.9182911,-0.04065663,-0.3938129),(0.9190201,-0.05682446,-0.3900938),(0.9400946,-0.09122721,-0.328481),(0.9101045,-0.07383619,-0.4077475),(0.9126557,-0.1231337,-0.3897407),(0.9195076,-0.0861216,-0.3835217),(0.9384382,-0.1032312,-0.3296622),(0.9621127,-0.1790856,-0.2055908),(0.9605854,-0.1769741,-0.2143737),(0.892073,-0.04686901,-0.4494542),(0.8983651,-0.1126698,-0.4245535),(0.905515,-0.1614981,-0.3923786),(0.9022094,-0.0824386,-0.4233461),(0.911675,-0.213504,-0.3510907),(0.9154497,-0.339948,-0.2153767),(0.8970072,-0.4001998,-0.187665),(0.9086046,-0.2712085,-0.3176217),(0.8961162,-0.3441864,-0.2801989),(0.9060248,-0.2268069,-0.3573203),(0.8668886,-0.4736017,-0.1555808),(0.8215206,-0.5578346,-0.118003),(0.870608,-0.4306803,-0.2378151),(0.896732,-0.3076905,-0.3181166),(0.9084603,-0.1342328,-0.39583),(0.9086716,-0.2022918,-0.3652315),(0.8893901,-0.4530622,-0.06099071),(0.844697,-0.5320435,0.05845195),(0.8025801,-0.5923478,0.07063446),(0.8574015,-0.5128945,-0.04244937),(0.7954867,-0.5890141,0.1423493),(0.7482043,-0.6339439,0.1957184),(0.6891494,-0.6952755,0.2041207),(0.7446534,-0.6500891,0.151246),(0.6765319,-0.7186075,0.1609594),(0.7447967,-0.6617634,0.08571495),(0.6116858,-0.7625698,0.2105415),(0.5124132,-0.8310565,0.2162815),(0.5876258,-0.7904381,0.1729265),(0.6678292,-0.7368466,0.1051734),(0.8117065,-0.58373,-0.01978994),(0.748791,-0.6627533,0.008365752),(0.7037153,-0.6728153,0.2282637),(0.664117,-0.7054603,0.2475372),(0.5988781,-0.7618334,0.2468901),(0.638924,-0.7325644,0.2347882),(0.6353421,-0.7285669,0.2559894),(0.622842,-0.7389444,0.2569613),(0.573625,-0.7869809,0.2271901),(0.5753442,-0.7809206,0.2431918),(0.4939117,-0.8412926,0.2197225),(0.5137543,-0.8241342,0.238452),(0.500296,-0.8462161,0.1833637),(0.394769,-0.9097207,0.128708),(0.3851749,-0.9035111,0.1879042),(0.4044054,-0.8867414,0.2239331),(0.5550451,-0.7975432,0.2363257),(0.4485416,-0.8625266,0.2342186),(0.6320454,-0.7354851,0.244091),(0.6607441,-0.7224125,0.2038073),(0.6207935,-0.7662539,0.1657415),(0.5919783,-0.780115,0.2024406),(0.6962455,-0.7070396,0.1238438),(0.7192968,-0.6946435,-0.00908736),(0.6555532,-0.7549856,0.01570316),(0.6472701,-0.7547527,0.1067237),(0.5635688,-0.8232121,0.06864406),(0.5493498,-0.8285837,0.1079994),(0.5525336,-0.8332895,0.01831543),(0.4007506,-0.9161825,-0.002943029),(0.4334948,-0.9010923,0.01071904),(0.4349528,-0.8998267,0.03358587),(0.5241127,-0.8395001,0.1433362),(0.4182921,-0.9055669,0.07057073),(0.6943499,-0.7072362,-0.1330238),(0.6182114,-0.7675945,-0.1691549),(0.5307996,-0.8436765,-0.08038621),(0.6188499,-0.7827492,-0.0657899),(0.5073429,-0.8565419,-0.09454756),(0.3666412,-0.9244015,0.1051484),(0.2704996,-0.949959,0.1562303),(0.4085152,-0.9127125,-0.008449846),(0.2790386,-0.9589628,0.05027666),(0.400095,-0.9163509,-0.01499774),(0.16134,-0.9707198,0.1779678),(0.0439884,-0.9853498,0.1647748),(0.1261171,-0.9893429,0.07276772),(0.2297009,-0.9730991,0.01777213),(0.4984987,-0.8666362,-0.02099534),(0.3295643,-0.944123,-0.0043586),(0.248553,-0.9272665,0.2799968),(0.2049489,-0.9264322,0.3157838),(0.1532065,-0.9375143,0.3124014),(0.1732046,-0.9401133,0.2935764),(0.22725,-0.947891,0.2232937),(0.3107601,-0.9501911,-0.02377067),(0.1985375,-0.9572162,0.2105232),(0.301643,-0.9523309,-0.0455773),(0.1780806,-0.9680656,0.1764543),(0.1055719,-0.9528509,0.2844816),(0.3009618,-0.950404,-0.07844761),(0.3101171,-0.9427297,-0.1228337),(0.1689678,-0.9785588,0.1177816),(0.06510631,-0.9716075,0.2274641),(0.09571354,-0.9550949,0.2804153),(0.01893362,-0.971613,0.2358171),(0.3908513,-0.8771355,-0.2790494),(0.4358603,-0.8096468,-0.3930621),(0.3901977,-0.8687017,-0.305128),(0.4342363,-0.7969837,-0.4198281),(0.4636779,-0.7884739,-0.4041183),(0.4756563,-0.8149056,-0.3311796),(0.4575796,-0.7775468,-0.4313256),(0.4639349,-0.8099808,-0.3587415),(0.4377748,-0.7840899,-0.4399503),(0.4554247,-0.7681087,-0.4501083),(0.4549306,-0.8066065,-0.3773912),(0.4571902,-0.7612951,-0.45979),(0.4486234,-0.8057095,-0.3867419),(0.4464418,-0.771921,-0.4525789),(0.3960299,-0.85694,-0.32987),(0.4084989,-0.841965,-0.3524537),(0.4740625,-0.8512744,-0.224937),(0.4699846,-0.8715441,-0.1397336),(0.4561372,-0.8533913,-0.2523136),(0.4456883,-0.8794394,-0.1671771),(0.4669863,-0.8809628,-0.07634351),(0.4672049,-0.8834967,-0.03395946),(0.4364011,-0.8936887,-0.1042809),(0.4306106,-0.9003507,-0.06279451),(0.4223345,-0.8872213,-0.1856661),(0.4059123,-0.9055421,-0.1234043),(0.3928882,-0.9158124,-0.08322744),(0.3754766,-0.9172015,-0.1332619),(0.3537525,-0.930593,-0.09410455),(0.3999603,-0.8955265,-0.1951003),(0.4399245,-0.856249,-0.2707473),(0.4254483,-0.8605306,-0.2801446),(0.4693155,-0.8830179,-0.004724919),(0.4711767,-0.8818448,0.01850332),(0.4270285,-0.9035823,-0.0344356),(0.4234749,-0.9058326,-0.01168403),(0.4728231,-0.8804365,0.03563581),(0.4742146,-0.8791738,0.04662439),(0.4199659,-0.9075241,0.005359625),(0.4164495,-0.9090066,0.01664138),(0.3711253,-0.9279005,-0.03559114),(0.3609988,-0.9323496,-0.02010346),(0.3520059,-0.9359451,-0.009935579),(0.2951803,-0.9546236,-0.03952615),(0.2804562,-0.9592984,-0.03302656),(0.3133649,-0.9482389,-0.05143184),(0.3819241,-0.9224596,-0.05658901),(0.333418,-0.9402189,-0.0694318),(0.473586,-0.8788745,0.05740983),(0.469927,-0.8795725,0.07430216),(0.4114552,-0.9110262,0.02712749),(0.4041168,-0.9137395,0.04206797),(0.4647218,-0.8800107,0.09805492),(0.4594118,-0.8787469,0.1294014),(0.3956351,-0.9163091,0.06205326),(0.3871468,-0.9178416,0.08765886),(0.3340398,-0.9424759,0.01251201),(0.3253193,-0.9451325,0.0298641),(0.3179521,-0.9466824,0.05195173),(0.2554424,-0.9668201,-0.002874285),(0.2543204,-0.9669827,0.01629754),(0.2605591,-0.9653047,-0.0171997),(0.3432508,-0.9392437,-0.0005958528),(0.269116,-0.9627258,-0.02712176),(0.456095,-0.8741876,0.1666533),(0.4564074,-0.8650579,0.208248),(0.3807685,-0.9172119,0.1172071),(0.3789106,-0.9132933,0.1494058),(0.4607327,-0.850119,0.2549962),(0.4691752,-0.8277993,0.3076084),(0.3832369,-0.9048029,0.1856373),(0.3952714,-0.8899663,0.2274216),(0.3162274,-0.9431908,0.1019377),(0.3263532,-0.9363579,0.1293352),(0.3461868,-0.9243739,0.1602737),(0.2927464,-0.9528403,0.07996896),(0.3237724,-0.9405531,0.1026218),(0.2714608,-0.9606639,0.05860012),(0.3140408,-0.9463156,0.0765845),(0.2589747,-0.9651506,0.03763714),(0.4829432,-0.7967312,0.3632978),(0.5028939,-0.7560118,0.4189798),(0.4164963,-0.8670075,0.2735485),(0.4466568,-0.8348787,0.3216759),(0.5282573,-0.7037444,0.4750664),(0.5581251,-0.6366985,0.5320821),(0.4837492,-0.7926586,0.3710513),(0.5258549,-0.7391047,0.4209521),(0.4147644,-0.8790438,0.2350588),(0.4588495,-0.8442347,0.2769925),(0.50589,-0.801084,0.3199057),(0.4546407,-0.8684363,0.1977883),(0.4999754,-0.833376,0.2356036),(0.4081121,-0.8984986,0.1616932),(0.3762663,-0.9056156,0.1956632),(0.3633778,-0.9226207,0.1293356),(0.5852783,-0.5489557,0.5967385),(0.5981509,-0.4333539,0.6741067),(0.5658848,-0.6708736,0.4792734),(0.5950963,-0.5822411,0.5539455),(0.5870091,-0.2842368,0.7580433),(0.5419917,-0.09652643,0.8348218),(0.6079141,-0.4663357,0.6426287),(0.5978849,-0.3135434,0.7377156),(0.5849857,-0.6823888,0.4383345),(0.6095418,-0.5969598,0.5216298),(0.6211022,-0.4825374,0.6175675),(0.5964912,-0.6889399,0.4117769),(0.6151351,-0.6108315,0.4984913),(0.5715841,-0.7473223,0.3388231),(0.549801,-0.7483922,0.3709823),(0.5397297,-0.7937757,0.2803785),(0.4638992,0.1210325,0.8775811),(0.3542562,0.3472372,0.8682908),(0.562337,-0.1222188,0.8178262),(0.4945074,0.09754303,0.8636826),(0.2048505,0.5599583,0.8027971),(0.01658059,0.7347549,0.67813),(0.3798755,0.3305742,0.8639533),(0.2128353,0.5559034,0.8035374),(0.5864739,-0.1458844,0.7967222),(0.512762,0.07259803,0.8554558),(0.3833876,0.3138433,0.8686291),(0.5796397,-0.1904697,0.7922999),(0.4926835,0.029546,0.8697069),(0.6189999,-0.3670439,0.6943471),(0.6167934,-0.3322216,0.7135789),(0.625726,-0.5053285,0.5942305),(-0.1597129,0.8490491,0.5035943),(-0.2725798,0.9094872,0.3139001),(0.03504451,0.7407758,0.6708376),(-0.09879246,0.867133,0.4881808),(-0.3257379,0.9355789,0.1363341),(-0.3366204,0.9415559,-0.01261522),(-0.1809982,0.9393928,0.2911715),(-0.2228097,0.9686455,0.1099171),(0.08841088,0.7392684,0.667582),(-0.01691241,0.8752443,0.4833854),(-0.09218755,0.9528889,0.2889709),(0.1429068,0.7100431,0.6895044),(0.04501583,0.8552287,0.5162919),(0.2530305,0.5106165,0.8217337),(0.2261204,0.5473048,0.8058082),(0.3727751,0.2750801,0.8862109),(-0.3197299,0.939202,-0.1251892),(-0.2835106,0.937644,-0.2011108),(-0.2217617,0.9644268,-0.1438836),(-0.2339868,0.9715393,-0.03690159),(-0.233609,0.9419479,-0.2411659),(-0.1733923,0.9543998,-0.243015),(-0.1650218,0.9564701,-0.2406919),(-0.1963542,0.9573226,-0.2120812),(-0.1543106,0.987717,-0.02456115),(-0.1561875,0.9797505,-0.1252775),(-0.1534639,0.9703479,-0.1867447),(-0.1059831,0.9939241,0.02970305),(-0.1294077,0.9888732,-0.07337109),(-0.07689875,0.9829055,0.1672822),(-0.1372502,0.9839051,0.1144254),(-0.03028408,0.9422443,0.3335542),(-0.1178009,0.9703702,-0.2109612),(-0.07864751,0.9841802,-0.158758),(-0.1090365,0.9741859,-0.1976686),(-0.1351754,0.9631715,-0.2324399),(-0.05108565,0.9935513,-0.1012228),(-0.03048296,0.998103,-0.05349057),(-0.04888116,0.9937373,-0.1004824),(-0.08169079,0.9854187,-0.1492535),(-0.1077691,0.9785854,-0.1753748),(-0.1334295,0.9701024,-0.2027262),(-0.06714936,0.9882223,-0.1375051),(-0.07676844,0.983759,-0.1622491),(-0.1183406,0.9770827,-0.176932),(-0.1403336,0.9752553,-0.1708322),(-0.1474608,0.9665157,-0.2100066),(-0.1437669,0.9798248,-0.1388324),(-0.01091546,0.9996556,-0.02386389),(0.0102897,0.9998999,-0.009715362),(0.01346524,0.9991996,-0.03766639),(-0.01492914,0.9979315,-0.06253009),(0.03107623,0.9995085,-0.004146096),(0.04926559,0.9987856,-0.0004516866),(0.04931264,0.9987333,-0.01000074),(0.03524593,0.999146,-0.02156533),(0.03163932,0.9984587,-0.04559793),(0.009261364,0.9975058,-0.06997467),(0.04362293,0.9987032,-0.02624588),(0.03239444,0.9982693,-0.04908104),(0.0213264,0.99689,-0.07586503),(0.0004128355,0.9943904,-0.1057714),(-0.02364427,0.9946744,-0.1003182),(-0.031829,0.990244,-0.1356602),(0.06078307,0.9981391,0.004868286),(0.06303281,0.9979529,0.01081098),(0.05597262,0.9983919,0.00898244),(0.05589777,0.9984365,9.299796e-5),(0.05683411,0.9982707,0.01501896),(0.04294609,0.9989628,0.01513407),(0.03837074,0.9991111,0.01745954),(0.04998553,0.9986336,0.01524645),(0.0427856,0.9990191,0.01140683),(0.04771192,0.9988586,0.00225647),(0.03342338,0.9993081,0.01631135),(0.02750525,0.9995555,0.01150751),(0.03463292,0.9993947,0.003301382),(0.03778,0.9992408,-0.009520372),(0.04804041,0.9987901,-0.01050416),(0.0370038,0.998951,-0.02697284),(0.02943147,0.9994922,0.01221273),(0.02372877,0.9996765,0.009153128),(0.02286419,0.9996147,0.01574159),(0.0273894,0.9994839,0.01678906),(0.0253979,0.9996509,0.007289076),(0.03399139,0.9993905,0.007948217),(0.0315178,0.9993494,0.01754055),(0.02438069,0.9995815,0.01557424),(0.02216014,0.9995227,0.02152453),(0.02096051,0.9995868,0.01966907),(0.02779938,0.9992998,0.02504172),(0.02269215,0.999279,0.03043887),(0.0184434,0.9995152,0.02508637),(0.01760009,0.9996278,0.02084088),(0.02458732,0.9995298,0.01831758),(0.02050678,0.9996508,0.01666181),(0.02570496,0.9996623,0.003839926),(-0.02371919,0.9996141,-0.01445781),(-0.02587936,0.9996646,-0.001044805),(0.0222197,0.9996411,0.0149643),(-0.1165077,0.9919077,-0.0504479),(-0.252026,0.9617574,-0.1072639),(-0.2426022,0.9661063,-0.0882201),(-0.1144375,0.9928406,-0.03422857),(-0.1120841,0.9934987,-0.01993095),(-0.02858698,0.9995369,0.01042483),(-0.2317885,0.9701788,-0.07090233),(-0.2196635,0.9740064,-0.05531268),(-0.1094107,0.9939682,-0.007513415),(-0.03178463,0.9992947,0.01999568),(0.01767285,0.9995528,0.02412301),(0.01205275,0.9994361,0.03133913),(-0.3823949,0.9083305,-0.1694397),(-0.4678144,0.856356,-0.2186413),(-0.4545015,0.8674439,-0.2024087),(-0.3678879,0.9176962,-0.149974),(-0.5175825,0.8180898,-0.2506736),(-0.5409777,0.7992256,-0.261881),(-0.5432564,0.7985104,-0.259333),(-0.5101303,0.8258511,-0.2402854),(-0.4989962,0.8355013,-0.2300879),(-0.437851,0.8794177,-0.1868449),(-0.5416899,0.8004969,-0.25647),(-0.5366213,0.8048729,-0.2534111),(-0.4843959,0.8466938,-0.22016),(-0.4180572,0.891983,-0.1720305),(-0.3508395,0.9271222,-0.1317427),(-0.3314284,0.9364691,-0.1148079),(-0.5395288,0.8040436,-0.2498448),(-0.5074098,0.8340088,-0.2167133),(-0.523578,0.8205373,-0.2293131),(-0.5509324,0.7944748,-0.2555057),(-0.4356416,0.8844504,-0.1672238),(-0.3138422,0.9435098,-0.1062662),(-0.3248936,0.9375831,-0.1240245),(-0.4522227,0.8726137,-0.1844993),(-0.4661003,0.8618019,-0.2001199),(-0.5359867,0.8092777,-0.2403913),(-0.3354543,0.9315055,-0.1405988),(-0.3455945,0.9253227,-0.1560205),(-0.4776048,0.8520553,-0.2142324),(-0.5451385,0.80015,-0.2501678),(-0.5583383,0.7877526,-0.2602004),(-0.5622453,0.7836568,-0.2641257),(-0.1799007,0.9823249,-0.05170642),(-0.08154135,0.9965083,-0.0179483),(-0.07939416,0.9964554,-0.02780747),(-0.1829248,0.9809027,-0.066095),(-0.02058969,0.9997867,-0.001634283),(0.004668893,0.9999886,0.0009216162),(0.01026493,0.9999463,-0.00144058),(-0.01584909,0.9998488,-0.007163622),(-0.01469365,0.999817,-0.01225838),(-0.08041996,0.9960576,-0.03743891),(0.01257041,0.999918,-0.002435956),(0.01055463,0.9999412,-0.002467657),(-0.01752193,0.9996999,-0.01712309),(-0.08466038,0.9953049,-0.04691198),(-0.1878025,0.9789478,-0.07994647),(-0.1944662,0.9764659,-0.09325945),(0.01474796,0.9998876,-0.002712529),(0.02962039,0.9995301,-0.007874462),(0.04095548,0.9991417,-0.006198624),(0.0218734,0.9997564,-0.002925891),(0.04987806,0.9986068,-0.01722554),(0.07584052,0.9965523,-0.03364097),(0.06807009,0.997588,-0.01358997),(0.1035272,0.9942416,-0.02767392),(0.07982989,0.9968074,0.001478242),(0.04810815,0.9988406,0.001788335),(0.1212007,0.9926253,-0.002324845),(0.07859282,0.9965738,0.02576641),(0.1186973,0.9921622,0.03905364),(0.04712524,0.9987803,0.01473545),(0.02581294,0.9996668,5.950358e-5),(0.02442425,0.9996866,0.005489145),(0.1028782,0.9928681,-0.06024106),(0.1257348,0.9872747,-0.09736174),(0.1401732,0.9887527,-0.0521503),(0.1701622,0.9814609,-0.08820028),(0.1439037,0.9793213,-0.142202),(0.1525774,0.9741364,-0.1666692),(0.1928892,0.9721508,-0.1331032),(0.2030515,0.9665433,-0.1567291),(0.1959201,0.9800331,-0.03391878),(0.2192988,0.9736571,-0.06244818),(0.2287058,0.9704737,-0.07664412),(0.2014293,0.9772707,0.06609317),(0.2062982,0.976002,0.06972234),(0.185062,0.9808465,0.06076393),(0.1631017,0.9865189,-0.01334751),(0.1575103,0.9861596,0.05176701),(-0.5614554,-0.8200856,-0.1105776),(-0.5725233,-0.8118075,-0.1148289),(-0.5400195,-0.8356473,-0.1003614),(-0.5528998,-0.8233851,-0.1278237),(-0.5781352,-0.8043599,-0.1369849),(-0.5902897,-0.794775,-0.1410351),(-0.5171297,-0.8515855,-0.08590085),(-0.4912552,-0.8684125,-0.06729044),(-0.4937043,-0.8636998,-0.1013838),(-0.5253955,-0.8429269,-0.1159049),(-0.4042274,-0.9065983,-0.1211603),(-0.4328576,-0.8923147,-0.1280973),(-0.3706963,-0.9217434,-0.1139006),(-0.07794415,-0.9938525,-0.07862536),(-0.1034003,-0.9918082,-0.07499906),(-0.1247938,-0.9894403,-0.07371857),(-0.4585624,-0.8784226,-0.1345149),(-0.4693008,-0.8722851,-0.1373879),(-0.1433596,-0.9868508,-0.07465664),(-0.1498069,-0.9858564,-0.07513504),(-0.4607015,-0.8863081,-0.04703431),(-0.4244729,-0.9050227,-0.02750522),(-0.4105056,-0.9089721,-0.07249115),(-0.4558735,-0.8858536,-0.08627018),(-0.3819216,-0.9241557,-0.008489618),(-0.3321056,-0.9431859,0.01031203),(-0.293381,-0.9547467,-0.04884867),(-0.3567154,-0.9322816,-0.06004281),(-0.2283195,-0.9684886,-0.0994993),(-0.2833394,-0.9535282,-0.1024825),(-0.1654525,-0.9812875,-0.09849065),(0.05932719,-0.9921936,-0.109691),(0.02128558,-0.9948151,-0.09944787),(-0.01490675,-0.9957421,-0.09097002),(-0.3307206,-0.937604,-0.1073446),(-0.04830383,-0.995285,-0.08411127),(-0.2735023,-0.9616794,0.01921655),(-0.2068034,-0.9783479,0.008229451),(-0.1402509,-0.9884588,-0.05726315),(-0.2199603,-0.9744405,-0.04564307),(-0.1356165,-0.9905003,-0.02274273),(-0.0644267,-0.9952617,-0.07282475),(0.007492492,-0.9924312,-0.1225738),(-0.06185486,-0.994605,-0.08327522),(0.03664064,-0.9905853,-0.1319024),(-0.02621035,-0.9931927,-0.1134951),(0.08556471,-0.9838803,-0.1570293),(0.1665453,-0.9725644,-0.162423),(0.1544251,-0.9769451,-0.1474143),(0.1300246,-0.982446,-0.1337668),(-0.09621361,-0.9900972,-0.1022269),(0.09688679,-0.9878837,-0.1212388),(-0.0032858,-0.9939795,-0.1095176),(0.03930587,-0.9939124,-0.1029225),(0.08359503,-0.9884,-0.1267959),(0.05766029,-0.9876035,-0.1459953),(0.06080694,-0.9966893,-0.05397193),(0.05786166,-0.9976359,0.03707537),(0.06355599,-0.9971337,0.04104774),(0.0859897,-0.9941834,-0.06484716),(0.0974766,-0.9934152,-0.06020361),(0.1163856,-0.9841775,-0.1336004),(0.05609631,-0.9967817,0.05726695),(0.0351718,-0.9958622,0.08379343),(0.09447341,-0.9947377,-0.03964503),(0.1367966,-0.9832943,-0.120079),(0.1130176,-0.9797598,-0.1652205),(0.1613679,-0.973859,-0.1598715),(0.03232037,-0.9877803,0.1524647),(-0.008447683,-0.9604518,0.2783184),(-0.03360681,-0.9536709,0.2989693),(0.02074048,-0.9854371,0.1687711),(-0.05633418,-0.9072213,0.4168645),(-0.101582,-0.8184568,0.565517),(-0.1449877,-0.8086691,0.5701165),(-0.09175401,-0.8965988,0.4332343),(-0.1275533,-0.8814691,0.4546893),(-0.06456061,-0.9433053,0.3255871),(-0.1832423,-0.7932433,0.5806782),(-0.2151325,-0.7756751,0.5933347),(-0.162241,-0.8638972,0.4768222),(-0.1000104,-0.9299946,0.3537059),(-0.001155159,-0.9810902,0.1935476),(-0.03278081,-0.9742376,0.2231292),(-0.1341665,-0.6959425,0.7054526),(-0.1507463,-0.5350848,0.8312399),(-0.2080449,-0.5407494,0.8150506),(-0.185008,-0.6914853,0.698298),(-0.1424958,-0.3046864,0.9417331),(-0.07726566,0.03316819,0.9964586),(-0.2040494,-0.3353714,0.9197228),(-0.144288,-0.05196961,0.9881701),(-0.2507828,-0.5378044,0.8049065),(-0.2500919,-0.3537939,0.9012679),(-0.2014729,-0.1151964,0.9726965),(-0.280209,-0.3647159,0.8879555),(-0.2447915,-0.15863,0.9565111),(-0.2787839,-0.5317087,0.7997284),(-0.2254889,-0.6798913,0.697784),(-0.2548661,-0.6659911,0.70107),(0.06872419,0.3688013,0.9269641),(0.2485427,0.5419762,0.8028002),(-0.008118869,0.2363263,0.9716398),(0.1671678,0.4154389,0.8941283),(0.4137374,0.5831881,0.6990801),(0.541856,0.5487452,0.6366089),(0.3330956,0.4890493,0.8061503),(0.4622029,0.4936863,0.7366427),(0.06070609,0.3071025,0.9497383),(0.2107579,0.4129428,0.8860357),(0.331503,0.4660307,0.8203177),(0.06117336,0.3652749,0.9288876),(0.1532824,0.4717309,0.8683169),(-0.05282141,0.229361,0.9719071),(-0.08969712,0.1293361,0.9875357),(-0.1637703,0.05370437,0.9850356),(0.6313623,0.4901426,0.6009507),(0.688532,0.4399588,0.5765067),(0.6108438,0.45792,0.6458941),(0.5523892,0.4736762,0.685928),(0.7189122,0.4061957,0.5640659),(0.7247437,0.3948629,0.5646502),(0.6521547,0.4702804,0.5945843),(0.6433582,0.454948,0.6157212),(0.4968292,0.5503371,0.6710362),(0.4688131,0.5212838,0.7130761),(0.5043021,0.5854085,0.634804),(0.2405473,0.7154323,0.6559677),(0.2421374,0.6783897,0.6936547),(0.2370132,0.6254907,0.7433613),(0.4159836,0.4955631,0.7624794),(0.2114926,0.5574932,0.8027903),(0.7128411,0.4219618,0.5601836),(0.6947386,0.4938692,0.5229066),(0.6233011,0.585266,0.5186131),(0.6420785,0.513642,0.5691285),(0.6791235,0.5934332,0.4320052),(0.6712454,0.6918262,0.2660945),(0.6005493,0.7464148,0.2867151),(0.606416,0.6696768,0.4287103),(0.4814505,0.7544573,0.4460938),(0.4860273,0.6921942,0.5335209),(0.4913933,0.8084594,0.3239226),(0.3326847,0.8613554,0.383911),(0.2884462,0.8246278,0.4866084),(0.2588665,0.7851152,0.5626565),(0.4970437,0.6327455,0.593785),(0.2433204,0.7480189,0.6174648),(0.6693884,0.7394199,0.0719544),(0.6780674,0.730258,-0.083354),(0.6278396,0.7782227,-0.01366565),(0.6080055,0.7841329,0.1243584),(0.6948506,0.6922972,-0.194698),(0.7151949,0.6459832,-0.2668371),(0.6802179,0.7049677,-0.2008089),(0.6537859,0.7468121,-0.121802),(0.5949879,0.802649,-0.04176306),(0.5545365,0.8297511,0.06326542),(0.6324819,0.7641307,-0.126771),(0.5150414,0.8556092,0.05162716),(0.5696744,0.8208984,-0.0399591),(0.452995,0.8779517,0.1549071),(0.5173416,0.835142,0.1868038),(0.3896562,0.8813905,0.2670561),(0.7297567,0.6015062,-0.3250316),(0.7305148,0.5599368,-0.3909206),(0.7071288,0.617532,-0.3444171),(0.6998333,0.6616051,-0.2692807),(0.7167618,0.5199687,-0.4646343),(0.6873324,0.4798161,-0.5452988),(0.6835524,0.517856,-0.5143745),(0.7019123,0.5705151,-0.426417),(0.6855469,0.6247044,-0.3738579),(0.6790054,0.6760039,-0.2863047),(0.6810431,0.5647095,-0.4661368),(0.675208,0.6181412,-0.4024867),(0.6647891,0.6809559,-0.3071717),(0.6442091,0.7339924,-0.2150579),(0.6614986,0.7216409,-0.2040933),(0.6129749,0.7799514,-0.1262441),(0.6531618,0.442936,-0.6141558),(0.6297545,0.4160092,-0.6560072),(0.6508191,0.4129659,-0.6370979),(0.661986,0.4626313,-0.5897005),(0.6203313,0.4006535,-0.6742891),(0.6259559,0.3973781,-0.6710215),(0.6667097,0.3454198,-0.6604418),(0.6522982,0.3729565,-0.6598563),(0.6835603,0.3748995,-0.6262553),(0.673856,0.4331895,-0.5985524),(0.7027596,0.3273838,-0.631624),(0.7332246,0.3413689,-0.5880892),(0.7097764,0.4039581,-0.5770922),(0.6927407,0.473778,-0.5437324),(0.6735481,0.4982238,-0.5459908),(0.6817307,0.5468704,-0.4859794),(0.6473415,0.4046024,-0.6459456),(0.6859949,0.4171031,-0.5961846),(0.7442035,0.3281163,-0.5818083),(0.6963449,0.3316315,-0.6364938),(0.7432491,0.4254813,-0.5162814),(0.8174554,0.4151625,-0.3992575),(0.885604,0.3096377,-0.3461649),(0.8096201,0.3257176,-0.4882862),(0.8538751,0.2627655,-0.449279),(0.7871414,0.2748441,-0.5521495),(0.9242369,0.2473419,-0.2908748),(0.9418424,0.2258858,-0.2488139),(0.8822509,0.2350497,-0.4079033),(0.8197976,0.2558588,-0.5123164),(0.7357965,0.2942816,-0.6099196),(0.7684195,0.2910546,-0.5699286),(0.8890583,0.3701745,-0.2693441),(0.9427412,0.2926603,-0.1599656),(0.9790577,0.1903391,-0.07222854),(0.9455914,0.2632304,-0.1912238),(0.9766815,0.2002914,-0.07730756),(0.9933492,0.1126093,-0.02401227),(0.9984694,0.03684517,0.04124474),(0.9940104,0.1091713,0.004986825),(0.9913488,0.1156084,0.06214593),(0.9861172,0.1659797,-0.004853297),(0.9938595,0.07484107,0.08150025),(0.9720396,0.2243102,0.06945534),(0.9747587,0.2119618,0.07012562),(0.977024,0.2122576,0.01925353),(0.9689611,0.2143159,-0.1232191),(0.9718946,0.2188993,-0.0866254),(0.9990633,0.04294893,0.005275816),(0.9998527,-0.004143307,0.01665177),(0.9980372,-0.04738241,0.04094676),(0.9986537,-0.01629166,0.04924745),(0.9995281,-0.02812613,0.01234954),(0.999571,-0.02878429,-0.005409597),(0.99896,-0.04233172,-0.01693858),(0.9982603,-0.05608601,0.0181897),(0.9981321,0.05819083,0.0186055),(0.9977165,0.0453193,0.05008006),(0.9960291,0.08670844,-0.0201892),(0.9169203,0.3990129,-0.006766805),(0.9356366,0.3529596,-0.001954194),(0.9540513,0.2992256,0.01581757),(0.9961428,0.05068401,0.07162916),(0.9664419,0.2534335,0.04196976),(0.9997588,-0.01043031,-0.01932808),(0.9997227,0.01950102,-0.0132059),(0.9983492,0.02869874,-0.04975102),(0.9989042,-0.01132955,-0.04540974),(0.9983796,0.05539441,0.01302059),(0.9939299,0.09311946,0.05858588),(0.9968261,0.07333207,-0.03098737),(0.9926443,0.1207228,0.009129448),(0.9774437,0.2058876,-0.04705662),(0.9847188,0.1641286,-0.05822895),(0.9671128,0.2535978,-0.01951829),(0.860533,0.5093351,-0.00779666),(0.8817869,0.4716309,-0.004041936),(0.8928061,0.4504312,-0.003021186),(0.9909406,0.1245664,-0.05019963),(0.9022946,0.4310969,-0.004463005),(0.9853248,0.1357014,0.1035375),(0.9731926,0.1904686,0.1289103),(0.9661549,0.2500564,0.06337674),(0.9831093,0.176649,0.04786633),(0.9554306,0.2627936,0.134506),(0.9258026,0.3585475,0.1197209),(0.8829021,0.4692026,0.01824515),(0.9365909,0.3462231,0.05410342),(0.853757,0.5197634,-0.03074015),(0.9144552,0.4046872,0.0001262431),(0.7495936,0.6558676,-0.08914693),(0.437364,0.8810967,-0.1799484),(0.6157591,0.7796931,-0.1136635),(0.7417062,0.6682069,-0.0580634),(0.9485797,0.3165227,0.003120781),(0.8188841,0.573509,-0.02272048),(0.8737498,0.4783583,0.08794656),(0.7896328,0.612141,0.04199323),(0.6535954,0.7516328,-0.08866436),(0.7904361,0.6116232,-0.03358265),(0.6694776,0.7425964,-0.01871743),(0.517666,0.8508612,-0.08976217),(0.2883238,0.9374264,-0.1951951),(0.4801829,0.8652539,-0.1440839),(0.1932045,0.9503134,-0.2440825),(0.3999662,0.8929217,-0.2066831),(-0.00716762,0.9630721,-0.2691481),(-0.3420798,0.8969265,-0.280186),(-0.1711437,0.9458358,-0.2758702),(0.01901708,0.9645878,-0.2630755),(0.5933414,0.789922,-0.1548205),(0.2268573,0.945381,-0.2340738),(0.3493925,0.9248162,-0.1504658),(0.178439,0.966032,-0.1869277),(-0.08671855,0.965259,-0.246485),(0.09690549,0.968138,-0.2309068),(0.006646119,0.9786653,-0.2053536),(-0.1685573,0.9627656,-0.2113547),(-0.4454344,0.8615015,-0.2437279),(-0.2661534,0.9312221,-0.2489726),(-0.5335674,0.8007698,-0.2721645),(-0.3671727,0.8869473,-0.2801942),(-0.6918417,0.6732866,-0.2608455),(-0.8819838,0.406222,-0.2389314),(-0.7727763,0.5818581,-0.2534915),(-0.6418945,0.7186884,-0.2673169),(-0.1932264,0.9400638,-0.2809692),(-0.4978338,0.8217455,-0.2773014),(-0.3503937,0.9127485,-0.2100342),(-0.5346707,0.8203903,-0.2026988),(-0.7789155,0.5930545,-0.2039046),(-0.6210448,0.749306,-0.2298781),(-0.7081173,0.6814799,-0.1848108),(-0.8541065,0.4982537,-0.1491486),(-0.9767095,0.1848156,-0.1090034),(-0.9016382,0.4001365,-0.1641326),(-0.9820786,0.1034546,-0.1575394),(-0.9289845,0.308595,-0.2043454),(-0.9900295,-0.09441202,-0.1045375),(-0.9457704,-0.309734,-0.09789377),(-0.9770312,-0.1644571,-0.1355136),(-0.9840497,0.01033932,-0.1775931),(-0.829299,0.5045773,-0.2401349),(-0.9545016,0.2063859,-0.2152472),(-0.9563191,0.2794419,-0.08582541),(-0.9993109,0.03698577,-0.003134364),(-0.9671601,-0.2513728,0.03759215),(-0.9985628,-0.03776956,-0.0380238),(-0.9754215,-0.2107311,0.0643834),(-0.8971879,-0.4341975,0.08078744),(-0.8026408,-0.586705,0.1074478),(-0.8938326,-0.4385498,0.09347396),(-0.8360152,-0.5466388,0.04758873),(-0.9046773,-0.4260389,0.00706278),(-0.7711857,-0.6336079,0.06175467),(-0.807096,-0.5897205,-0.0287376),(-0.8267997,-0.5617293,-0.02936783),(-0.8612624,-0.5062855,-0.04361216),(-0.9606589,-0.2736067,-0.04768392),(-0.9035437,-0.4231741,-0.06732493),(-0.8011498,-0.5964034,0.04961688),(-0.7208501,-0.6930693,-0.005473212),(-0.6725309,-0.7390865,0.03812475),(-0.7232959,-0.6854479,0.083691),(-0.663564,-0.7439393,-0.07897579),(-0.6263818,-0.7605225,-0.1710304),(-0.6490433,-0.7603011,-0.02617481),(-0.6481972,-0.7535025,-0.109884),(-0.7123064,-0.7005321,-0.04329621),(-0.706975,-0.707126,0.01262415),(-0.737218,-0.6649196,-0.1199649),(-0.8801981,-0.4162018,-0.2280951),(-0.8489028,-0.5075287,-0.1475761),(-0.8208898,-0.564453,-0.08679046),(-0.7259033,-0.6861056,0.04820301),(-0.8054647,-0.5907794,-0.04697276),(-0.6026305,-0.74649,-0.2821153),(-0.5860961,-0.7010489,-0.4062288),(-0.6615022,-0.7181885,-0.2159166),(-0.6800357,-0.6498414,-0.3394961),(-0.5737598,-0.6213881,-0.5335509),(-0.5659774,-0.5024183,-0.6536402),(-0.7239021,-0.3803351,-0.5755963),(-0.7007226,-0.5403131,-0.4658858),(-0.8374875,-0.3297301,-0.4357671),(-0.8075776,-0.4879232,-0.3312845),(-0.8574849,-0.1141907,-0.5016772),(-0.8356462,0.3442813,-0.4279789),(-0.8867738,0.1039768,-0.4503565),(-0.9078519,-0.1105587,-0.4044526),(-0.7724918,-0.5961554,-0.2187582),(-0.903504,-0.2844165,-0.3206051),(-0.5797013,-0.3375784,-0.7416112),(-0.6345724,-0.1303656,-0.7617891),(-0.7922066,0.08981744,-0.6036071),(-0.7543696,-0.1646661,-0.6354618),(-0.7280117,0.1014642,-0.6780146),(-0.8241076,0.3237109,-0.4648205),(-0.8240651,0.5280638,-0.2050984),(-0.8237529,0.3377296,-0.4553787),(-0.7762349,0.5987852,-0.1972702),(-0.8290454,0.4001325,-0.3906119),(-0.7007229,0.711627,0.05073917),(-0.460337,0.8520034,0.2493596),(-0.5569714,0.8300657,0.02781759),(-0.6558411,0.7349441,-0.172423),(-0.857063,0.1441024,-0.494649),(-0.7542265,0.5672212,-0.3307603),(-0.8520512,0.4889449,-0.1869267),(-0.8050043,0.5897461,0.06455653),(-0.6763912,0.6855569,0.2692707),(-0.7691773,0.636212,0.06000587),(-0.7205285,0.6382976,0.2709517),(-0.6307475,0.6425569,0.4350611),(-0.4962065,0.6918587,0.5245098),(-0.5769657,0.7004508,0.4200943),(-0.4158144,0.7402152,0.5283749),(-0.501124,0.7492006,0.4330972),(-0.3646011,0.730117,0.5779233),(-0.2386679,0.7687147,0.593393),(-0.2455876,0.7695388,0.5894886),(-0.2927062,0.7890007,0.540186),(-0.602912,0.7482721,0.2767416),(-0.3679208,0.8234068,0.4320133),(-0.5612267,0.620948,0.5472187),(-0.5255403,0.5991769,0.6039823),(-0.4435667,0.6517029,0.6152495),(-0.4509337,0.6710736,0.5884887),(-0.5201581,0.5860529,0.6212709),(-0.5403348,0.5836887,0.6060907),(-0.5046998,0.6337469,0.5862108),(-0.4644882,0.6385171,0.6136338),(-0.429572,0.6894566,0.5831959),(-0.3817357,0.7037258,0.5992061),(-0.4859558,0.6789446,0.5503465),(-0.4829566,0.718072,0.5011243),(-0.4143341,0.7400938,0.529706),(-0.3390003,0.7601365,0.5543206),(-0.3554383,0.7180924,0.5983368),(-0.2742535,0.770539,0.5753734),(-0.5758343,0.582507,0.5736728),(-0.6174355,0.5734177,0.5384843),(-0.6006979,0.6209207,0.5036064),(-0.55256,0.6303573,0.5452771),(-0.6623128,0.5577135,0.5002973),(-0.7078532,0.537125,0.458738),(-0.6485902,0.6058891,0.4606833),(-0.6957167,0.5857078,0.4158421),(-0.5876311,0.6618041,0.465516),(-0.6326659,0.6502647,0.4205824),(-0.6772458,0.6344977,0.3724928),(-0.6139114,0.6883889,0.3863073),(-0.6518623,0.6810995,0.333435),(-0.5773904,0.6936352,0.4306862),(-0.5396948,0.6709754,0.5084499),(-0.5361786,0.702193,0.4684416),(-0.7496766,0.5109522,0.4206099),(-0.7837722,0.4802728,0.3937502),(-0.738831,0.5581446,0.3776283),(-0.773781,0.524025,0.3558943),(-0.8083919,0.4500988,0.3793595),(-0.8221375,0.4253461,0.378379),(-0.798072,0.4891209,0.3519115),(-0.80935,0.4589323,0.3665158),(-0.7547382,0.5744468,0.31683),(-0.7792159,0.53632,0.3243201),(-0.7888149,0.5007769,0.3563614),(-0.7509783,0.5903068,0.2959214),(-0.7597992,0.5502639,0.3462872),(-0.7257988,0.6295308,0.2773212),(-0.7194752,0.6093097,0.3333124),(-0.6908908,0.6621315,0.2902616),(-0.8261341,0.4097789,0.3867607),(-0.8241537,0.4017256,0.3992331),(-0.8093973,0.439761,0.3892124),(-0.8039508,0.4320348,0.4086673),(-0.8199778,0.3949676,0.4142908),(-0.8171924,0.3833127,0.4304277),(-0.7978906,0.4289404,0.4235336),(-0.7958822,0.4237292,0.4324642),(-0.7771004,0.4674392,0.4214446),(-0.770003,0.4662307,0.4355737),(-0.7696622,0.4662464,0.4361586),(-0.7360014,0.5072204,0.448363),(-0.738254,0.5111056,0.4401727),(-0.7431676,0.5082095,0.4352297),(-0.7854273,0.4767148,0.3947746),(-0.7536354,0.5205968,0.4012637),(-0.816707,0.3610972,0.4501095),(-0.8161322,0.3266935,0.4766545),(-0.7981901,0.4081944,0.4430235),(-0.8012254,0.3784347,0.4634922),(-0.8125385,0.2821581,0.5100666),(-0.8029892,0.2296309,0.54998),(-0.8018599,0.3363616,0.4938439),(-0.7967274,0.2838387,0.5335364),(-0.7820985,0.4319873,0.4491201),(-0.7872571,0.3931346,0.4750487),(-0.7872833,0.3416594,0.5132775),(-0.7682592,0.4519127,0.4533791),(-0.7741402,0.4025384,0.4885384),(-0.7583789,0.4869853,0.4332515),(-0.7752573,0.4568916,0.4361492),(-0.7476028,0.5071223,0.4288554),(-0.7775894,0.1640491,0.6069947),(-0.7157736,0.07176735,0.6946349),(-0.776466,0.2166094,0.5917609),(-0.7220902,0.1222339,0.6809145),(-0.5844905,-0.06243558,0.8089949),(-0.3385271,-0.2475331,0.9078143),(-0.6026782,-0.01428492,0.7978565),(-0.3759691,-0.2033968,0.9040338),(-0.7276655,0.1780641,0.6624166),(-0.621116,0.04008324,0.7826931),(-0.4136523,-0.151752,0.8976989),(-0.6394696,0.1005254,0.7622161),(-0.4509445,-0.09297273,0.8876966),(-0.7321355,0.2390547,0.6378328),(-0.7733176,0.273736,0.5718817),(-0.7676834,0.3350441,0.546267),(-0.04666832,-0.4212517,0.9057423),(0.1831519,-0.5365275,0.823768),(-0.1000819,-0.3877653,0.9163088),(0.1309238,-0.5189745,0.8447037),(0.3598065,-0.6026219,0.7123105),(0.5110784,-0.6236996,0.5914371),(0.4991802,-0.628249,0.5967597),(0.3230591,-0.5996703,0.7321395),(0.07714792,-0.4912832,0.8675765),(0.285128,-0.5883411,0.7566748),(0.4879847,-0.6275283,0.6066952),(0.4763356,-0.6213049,0.6221611),(0.245928,-0.5679867,0.7854364),(0.02273981,-0.4533189,0.8910583),(-0.1539934,-0.3448348,0.9259456),(-0.2072496,-0.2929281,0.9334028),(0.6518326,-0.5990563,0.4650223),(0.7803786,-0.532707,0.3274636),(0.7936228,-0.5291225,0.3003204),(0.6600711,-0.6012812,0.4502966),(0.8872899,-0.431156,0.1637713),(0.9528558,-0.3011415,-0.03714613),(0.9505802,-0.3059115,-0.05306227),(0.8941681,-0.4265513,0.1360793),(0.8968585,-0.4284998,0.1096942),(0.8047053,-0.526709,0.2739105),(0.9443407,-0.3221515,-0.06662695),(0.9334291,-0.3505506,-0.07631758),(0.8943715,-0.438704,0.08739763),(0.8117399,-0.527221,0.2512295),(0.6689207,-0.6009172,0.4375427),(0.6763933,-0.598786,0.428891),(0.9581046,-0.1845264,-0.2190565),(0.9367199,-0.1277812,-0.3259259),(0.9333648,-0.166879,-0.3177758),(0.9533293,-0.2060652,-0.2206817),(0.9192448,-0.1292261,-0.3718729),(0.911672,-0.1861898,-0.3663162),(0.9049718,-0.2605233,-0.3363832),(0.9163197,-0.1858969,-0.354684),(0.9077365,-0.2556684,-0.3326382),(0.9263306,-0.2202017,-0.3056516),(0.8889657,-0.3451224,-0.3010491),(0.8600262,-0.438277,-0.2612817),(0.8900787,-0.3376908,-0.3061452),(0.9129944,-0.2873123,-0.2896424),(0.9453213,-0.2415732,-0.2191123),(0.9325187,-0.2909241,-0.2139443),(0.9012569,-0.2825966,-0.3284435),(0.8761691,-0.3980536,-0.2718105),(0.8432701,-0.4913705,-0.2178313),(0.8842287,-0.3704785,-0.2844034),(0.8314854,-0.5228851,-0.1876783),(0.7618232,-0.6437765,-0.0719522),(0.6908403,-0.7227835,-0.01799005),(0.7793823,-0.6129416,-0.1298685),(0.7128543,-0.6979657,-0.06842945),(0.7952867,-0.5849746,-0.1591341),(0.6087025,-0.7924502,0.03878146),(0.5165102,-0.8511836,0.09329375),(0.6316005,-0.7752583,-0.007436153),(0.7304372,-0.675807,-0.09872396),(0.8540736,-0.4640239,-0.235032),(0.8077928,-0.5605925,-0.1822277),(0.6716159,-0.7395008,0.04550428),(0.5771954,-0.8056467,0.1333369),(0.4825752,-0.8590941,0.1705236),(0.5863014,-0.8049496,0.0911414),(0.4864225,-0.8522225,0.1926396),(0.4030436,-0.886257,0.2282639),(0.3005384,-0.9203498,0.2502658),(0.3863092,-0.8952816,0.2218921),(0.2911519,-0.9221513,0.2546912),(0.3870525,-0.8976904,0.2105761),(0.208966,-0.9379391,0.2767737),(0.203623,-0.9366184,0.2851028),(0.1305583,-0.9442949,0.3020956),(0.2933352,-0.9234178,0.2474956),(0.4946115,-0.8578633,0.1393915),(0.3987314,-0.8983188,0.1844903),(0.3341494,-0.9121779,0.2372246),(0.288127,-0.9332348,0.2146063),(0.1883281,-0.957188,0.2198268),(0.2321295,-0.9395682,0.2516496),(0.2686358,-0.9494843,0.1622171),(0.2784095,-0.9569742,0.08178394),(0.1710318,-0.9729126,0.155529),(0.1816047,-0.9815804,0.05932728),(0.1085546,-0.9658121,0.2354206),(0.09573984,-0.9817241,0.1644736),(0.107685,-0.9924431,0.05882696),(0.04344091,-0.9818652,0.1845357),(0.0567479,-0.9954388,0.07668971),(0.04993258,-0.9653042,0.2563095),(0.1463164,-0.9509298,0.2726245),(0.07834005,-0.952358,0.2947493),(0.2980528,-0.9545271,0.006520873),(0.3039512,-0.9520952,-0.03359411),(0.1946211,-0.9781687,-0.07286151),(0.1976379,-0.9798396,-0.02921465),(0.2872497,-0.9568397,-0.04410527),(0.2369912,-0.9710961,-0.02841685),(0.1078484,-0.9933612,-0.04002924),(0.1671196,-0.9830217,-0.07575975),(0.07710639,-0.9931701,-0.08756563),(0.1106435,-0.990047,-0.08697724),(0.01746767,-0.9989902,-0.04139384),(-0.03525431,-0.9986638,-0.03778503),(0.01615812,-0.9963511,-0.08380587),(0.05107716,-0.9955321,-0.07941581),(0.1204651,-0.9919534,-0.03894421),(0.06598809,-0.9974877,-0.02576545),(0.1572101,-0.9875649,-0.0006690928),(0.06877227,-0.9971714,0.03032587),(-0.03696278,-0.9985239,0.03979592),(0.0307565,-0.999505,0.006602246),(-0.005665484,-0.9974196,0.07156757),(-0.04629064,-0.9905591,0.1290347),(-0.07876974,-0.9928342,0.0898645),(-0.07841689,-0.9947657,0.06551354),(-0.09448143,-0.9938644,0.05750645),(-0.0878072,-0.9950548,0.04642982),(-0.05586932,-0.9970701,0.05224789),(0.02161938,-0.999623,0.01692047),(-0.05451171,-0.9974738,0.04554611),(-0.08549781,-0.9952549,0.04645333),(-0.04697854,-0.9987845,0.01492382),(-0.07766623,-0.9967973,0.01905845),(-0.02923559,-0.9851398,0.1692475),(0.05292099,-0.9875668,0.1480245),(0.08694895,-0.9942824,0.06198717),(-0.02360711,-0.9948939,0.09812594),(0.1839416,-0.9820943,0.04069675),(0.3335607,-0.9267325,-0.1729275),(0.373265,-0.901634,-0.2184705),(0.2314646,-0.9720265,-0.03985834),(0.3042765,-0.9462013,-0.1100859),(0.1620822,-0.9866011,-0.01864422),(0.4247465,-0.87002,-0.2503107),(0.4840056,-0.834783,-0.2624422),(0.3938447,-0.9051792,-0.1598029),(0.2696593,-0.9592942,-0.08389565),(0.03319754,-0.998983,0.03051081),(0.1368863,-0.9901874,-0.02812622),(0.4278449,-0.8245044,-0.3703258),(0.4588664,-0.7620658,-0.456834),(0.4734249,-0.756644,-0.4509532),(0.4536451,-0.8064356,-0.379299),(0.4607299,-0.7589401,-0.4601498),(0.4423296,-0.809007,-0.3871076),(0.4636156,-0.76304,-0.4503671),(0.4330745,-0.8180573,-0.3784558),(0.4650033,-0.7747931,-0.428331),(0.4893681,-0.7574234,-0.4322367),(0.4200145,-0.8333235,-0.3593879),(0.4019012,-0.8547759,-0.3283802),(0.4634806,-0.7948893,-0.3915823),(0.5055486,-0.7656469,-0.3977507),(0.4844616,-0.7903172,-0.3750942),(0.5188828,-0.7780412,-0.3541362),(0.4098281,-0.8676603,-0.2814362),(0.3760372,-0.9054886,-0.1966885),(0.3900084,-0.8786207,-0.275534),(0.3481411,-0.917508,-0.1922935),(0.3437328,-0.9293427,-0.1347957),(0.3140924,-0.9445875,-0.09539589),(0.3098967,-0.9417542,-0.1306258),(0.2760913,-0.9568957,-0.09013411),(0.3164333,-0.9307875,-0.1830426),(0.2749471,-0.9534737,-0.1236601),(0.241714,-0.9667601,-0.08336196),(0.2399545,-0.9637234,-0.116872),(0.2129372,-0.9737692,-0.0801958),(0.2811217,-0.9444709,-0.1701334),(0.3655233,-0.8931327,-0.2621195),(0.3357765,-0.9106122,-0.2409137),(0.2858714,-0.9556037,-0.07140861),(0.2588929,-0.9642836,-0.05596049),(0.2457355,-0.9671398,-0.06522608),(0.2190762,-0.9743945,-0.05060637),(0.2356886,-0.970636,-0.04813275),(0.2188075,-0.9746437,-0.04682958),(0.1985615,-0.9790359,-0.04540882),(0.1866014,-0.981235,-0.0485566),(0.1971894,-0.9794207,-0.04302711),(0.1869908,-0.9815978,-0.03873078),(0.1864647,-0.9814661,-0.04421669),(0.2035632,-0.9784165,-0.03553972),(0.2203419,-0.974607,-0.03988424),(0.1960766,-0.9797336,-0.04094078),(0.215856,-0.9747157,-0.05775368),(0.1988908,-0.9784243,-0.05593171),(0.2085278,-0.9769209,-0.04627961),(0.2039793,-0.978109,-0.04117332),(0.1828318,-0.9817019,-0.05323448),(0.1856903,-0.9811699,-0.05314681),(0.2054709,-0.978165,-0.03122375),(0.2132199,-0.9768723,-0.01605637),(0.1951593,-0.97959,-0.04812677),(0.2111434,-0.976719,-0.03792731),(0.2068135,-0.9768159,-0.05530673),(0.2249274,-0.9728873,-0.05383249),(0.2478156,-0.967638,-0.04758308),(0.2943358,-0.9544662,-0.04858498),(0.3219661,-0.9457592,-0.04332874),(0.2677136,-0.9622082,-0.04984606),(0.1938844,-0.9796406,-0.05208781),(0.2428308,-0.9689303,-0.04698093),(0.228469,-0.97355,0.001507587),(0.2522791,-0.9674776,0.01850185),(0.234338,-0.9718277,-0.02522925),(0.2649621,-0.9641708,-0.01302647),(0.2844293,-0.9580572,0.03501934),(0.3246943,-0.9444343,0.05116153),(0.3019909,-0.9533092,-0.001738474),(0.3444211,-0.9387797,0.008174744),(0.3081378,-0.9508342,-0.03107133),(0.343797,-0.9387261,-0.02443393),(0.381328,-0.9242252,-0.01992057),(0.4073001,-0.9128816,-0.02746027),(0.4331474,-0.9009172,-0.02704697),(0.379356,-0.9247342,-0.03091232),(0.2756749,-0.9604579,-0.039038),(0.3504823,-0.9358577,-0.03650191),(0.3702682,-0.926192,0.07120273),(0.4166054,-0.9037306,0.09854425),(0.3885666,-0.9211538,0.02217539),(0.4297533,-0.9018133,0.04522078),(0.4603455,-0.8779968,0.1311628),(0.4985587,-0.8506323,0.1669249),(0.4652454,-0.8819482,0.07559069),(0.4926028,-0.8630898,0.1114383),(0.4467796,-0.8946141,0.007328666),(0.4692413,-0.8823729,0.03508029),(0.4828117,-0.8728626,0.07073743),(0.4719177,-0.8815423,0.01330288),(0.4693511,-0.881802,0.046205),(0.466664,-0.8843789,-0.009942732),(0.4169591,-0.9088544,-0.01135818),(0.4537567,-0.890818,-0.02341377),(0.5288638,-0.8227946,0.2081158),(0.5518396,-0.7927738,0.2588099),(0.5113234,-0.8459179,0.151563),(0.5240504,-0.8286806,0.1966206),(0.5702893,-0.7562617,0.3206844),(0.5866943,-0.7072048,0.3945264),(0.5344011,-0.8078077,0.2487208),(0.5457315,-0.7787206,0.3094693),(0.4907309,-0.858283,0.1501112),(0.4925768,-0.8485579,0.1931781),(0.4976767,-0.8332051,0.2410125),(0.4464104,-0.8818833,0.1516561),(0.4442908,-0.8760946,0.1872537),(0.4530975,-0.8837159,0.1172551),(0.4886741,-0.8655055,0.1099903),(0.4616497,-0.8832073,0.0826112),(0.6001822,-0.6390422,0.4810472),(0.6036605,-0.54522,0.5816604),(0.5575895,-0.7363067,0.3833361),(0.5646412,-0.6746956,0.4753589),(0.5864229,-0.4163824,0.6947906),(0.5361698,-0.2384201,0.8097394),(0.5604677,-0.5847861,0.586431),(0.5376323,-0.4511183,0.7123508),(0.5122854,-0.7703975,0.3795409),(0.5148762,-0.7107462,0.4793144),(0.5102689,-0.6165973,0.5995277),(0.4522084,-0.8074534,0.378849),(0.4568161,-0.7465852,0.4836626),(0.4485927,-0.8434598,0.2955334),(0.5055565,-0.8087032,0.3006855),(0.4458801,-0.86441,0.2323496),(0.4592759,-0.01472639,0.8881716),(0.3730875,0.2291141,0.8990619),(0.4991542,-0.2672521,0.8242702),(0.4506265,-0.04434848,0.8916103),(0.2793302,0.4665913,0.8392063),(0.180097,0.6714892,0.7187958),(0.386044,0.1994835,0.9006533),(0.3034254,0.4388505,0.8457797),(0.4845971,-0.2938253,0.8239128),(0.4519592,-0.07114414,0.889197),(0.3957385,0.1741681,0.9016964),(0.4648442,-0.3330323,0.8203714),(0.4380958,-0.1096816,0.8922119),(0.4704207,-0.5143072,0.7170722),(0.5005004,-0.4777048,0.7220094),(0.4640874,-0.650909,0.6007832),(0.09028674,0.8245685,0.5585115),(0.02259208,0.9223884,0.3856027),(0.2170687,0.6455891,0.7321858),(0.1420292,0.802447,0.5795745),(-0.0296494,0.9748054,0.221078),(-0.07663526,0.993942,0.07878021),(0.07488938,0.9085938,0.4109123),(0.008364154,0.9693344,0.2456033),(0.2584779,0.6190835,0.7415692),(0.1884652,0.7818251,0.5943318),(0.1112571,0.8970554,0.4276839),(0.2897966,0.5829064,0.7591035),(0.2155545,0.7569948,0.616843),(0.3482773,0.3712105,0.8607587),(0.3265966,0.4130087,0.8501521),(0.3960783,0.1346131,0.9082959),(-0.1104864,0.9933958,-0.03094383),(-0.1197881,0.9871287,-0.1059611),(-0.04522614,0.9938182,0.1013907),(-0.07134655,0.9973883,-0.01123347),(-0.1068121,0.9828656,-0.1502215),(-0.07388207,0.9834714,-0.1653041),(-0.05834313,0.9887741,-0.1375561),(-0.0739326,0.9930789,-0.09125869),(-0.001593615,0.9928907,0.1190187),(-0.02284514,0.9997293,0.004392251),(-0.02868233,0.9966961,-0.07598872),(0.04539858,0.9888409,0.1418896),(0.01839307,0.9995345,0.02433848),(0.08406018,0.9538852,0.2881615),(0.04199165,0.9639053,0.2629128),(0.1405357,0.8808286,0.452096),(-0.03744711,0.986849,-0.157248),(-0.01185782,0.990729,-0.1353345),(-0.02366789,0.9886691,-0.1482335),(-0.0382528,0.9873728,-0.1537263),(0.005215062,0.994354,-0.1059853),(0.01621872,0.9970161,-0.07547115),(-0.001697146,0.9948252,-0.1015863),(-0.0123191,0.991629,-0.1285309),(-0.02324167,0.9897032,-0.1412348),(-0.02687779,0.9894934,-0.1420571),(-0.01588647,0.9919148,-0.1259078),(-0.02090525,0.9889264,-0.1469271),(-0.01951872,0.9897158,-0.14171),(-0.01306777,0.9934272,-0.1137167),(-0.02833618,0.992047,-0.1226374),(-0.0008295453,0.9981996,-0.05997184),(0.02290137,0.9985629,-0.04845082),(0.02579082,0.9993189,-0.02639223),(0.01159448,0.9987622,-0.04836994),(0.007032699,0.997252,-0.07374934),(0.02477352,0.9996507,-0.009211007),(0.0197753,0.9997994,0.003169129),(0.009133692,0.9999206,-0.008679247),(0.0122105,0.9995776,-0.0263724),(-0.004157854,0.9988104,-0.0485873),(-0.004805885,0.9971296,-0.07556072),(-0.005554865,0.9996866,-0.0244115),(-0.02545155,0.9986885,-0.04442232),(-0.02546278,0.9967614,-0.07627801),(-0.02342297,0.993867,-0.1080729),(-0.008411749,0.994715,-0.1023293),(-0.02124905,0.9908009,-0.1336493),(0.01442553,0.9998218,0.01217545),(0.01223137,0.9997316,0.01967327),(0.004369482,0.9998528,0.01659372),(0.005548111,0.9999713,0.005176827),(0.01288871,0.9995626,0.02661549),(0.01608942,0.9992941,0.03394927),(0.008090861,0.9993246,0.03584634),(0.005313904,0.9996345,0.02650842),(-0.004251393,0.9996839,0.02478179),(-0.006272859,0.9999139,0.01152236),(-0.001026903,0.9993434,0.03621788),(-0.01098692,0.9993218,0.0351458),(-0.01577915,0.9996456,0.0214435),(-0.01998695,0.9997907,0.004365004),(-0.006800645,0.9999666,-0.004541614),(-0.023307,0.9995803,-0.01720536),(0.005447924,0.9993129,0.03666253),(-0.03529205,0.9989966,0.02757639),(-0.03873901,0.9987001,0.03312607),(-0.001831259,0.9991897,0.04020571),(-0.106288,0.9943314,0.002856527),(-0.2063109,0.9776017,-0.0416011),(-0.1918071,0.9809757,-0.02994507),(-0.1024721,0.9946747,0.01103203),(-0.09776812,0.9950628,0.01706876),(-0.0417381,0.9984519,0.036766),(-0.1763115,0.9841222,-0.02044123),(-0.1599673,0.9870344,-0.01316959),(-0.09197831,0.9955391,0.02102337),(-0.04390432,0.9982893,0.03861134),(-0.009372402,0.9990696,0.04209533),(-0.01676379,0.9989579,0.0424511),(-0.3099633,0.9455612,-0.09918114),(-0.3955469,0.9047995,-0.1577356),(-0.3709113,0.9174613,-0.1438386),(-0.2868702,0.9541945,-0.0849608),(-0.4668213,0.8590472,-0.2100376),(-0.5286278,0.8113298,-0.2495929),(-0.5182637,0.8195393,-0.2444545),(-0.446877,0.8721056,-0.1993306),(-0.4250625,0.8853595,-0.1883095),(-0.3447497,0.9295541,-0.1306783),(-0.5058338,0.8291075,-0.2381448),(-0.4916718,0.8396284,-0.2308313),(-0.4019433,0.8983406,-0.1772729),(-0.3177038,0.9407439,-0.1185964),(-0.262639,0.9621727,-0.07241871),(-0.2377587,0.9693558,-0.0618069),(-0.5632883,0.7820054,-0.2667841),(-0.5515993,0.7931095,-0.2582934),(-0.5557809,0.7881727,-0.2643696),(-0.5619751,0.7826581,-0.2676385),(-0.4870817,0.8434415,-0.2266223),(-0.3553339,0.9191173,-0.1701799),(-0.4947651,0.8360733,-0.2370418),(-0.3646759,0.9129809,-0.1829686),(-0.5006793,0.8300831,-0.2455245),(-0.5578052,0.7853515,-0.2684705),(-0.3735072,0.9070388,-0.1943528),(-0.5048463,0.8255742,-0.252106),(-0.3817309,0.9014111,-0.2043032),(-0.5577677,0.7846267,-0.2706587),(-0.5584881,0.7854425,-0.2667788),(-0.5529937,0.7901586,-0.2642868),(-0.2027201,0.9734736,-0.1060835),(-0.09186476,0.9941633,-0.05657055),(-0.212331,0.9699917,-0.1184552),(-0.1015537,0.9925936,-0.06666838),(-0.0241214,0.9994519,-0.02267465),(0.004351822,0.9999844,-0.003477272),(-0.03368752,0.9989938,-0.02961051),(-0.004769222,0.9999641,-0.007008145),(-0.1132175,0.9905782,-0.07704917),(-0.04538416,0.9982591,-0.03767192),(-0.01555497,0.9997988,-0.01266162),(-0.05838973,0.9972072,-0.04656628),(-0.02677075,0.9994416,-0.01999575),(-0.126352,0.988116,-0.0875325),(-0.223028,0.9660662,-0.1302866),(-0.2345457,0.9617546,-0.1414796),(0.0177592,0.9997964,0.009571614),(0.03804857,0.9989493,0.02554357),(0.007965003,0.9999257,0.009222418),(0.02470377,0.9992923,0.02836383),(0.06459415,0.9968207,0.04664898),(0.09669019,0.9924696,0.07520081),(0.04440772,0.9975764,0.05356668),(0.06591617,0.9939286,0.08809672),(0.01068638,0.9996458,0.02437544),(0.02396727,0.9985355,0.048504),(0.03560277,0.9960827,0.08094242),(0.009016491,0.9993946,0.03360398),(0.01451655,0.9982598,0.05715329),(-0.000482844,0.9998894,0.01485952),(-0.002894139,0.9999828,0.005110112),(-0.01278465,0.9999162,-0.002033934),(0.1251211,0.9860579,0.1097026),(0.141109,0.979071,0.1466565),(0.08218103,0.9878782,0.1316924),(0.08701139,0.9796214,0.1810279),(0.145082,0.9720707,0.1844719),(0.1438708,0.9683906,0.2037661),(0.08121776,0.9690189,0.2332515),(0.07562467,0.9627126,0.259741),(0.0385609,0.9845442,0.1708388),(0.0278871,0.9744641,0.2228049),(0.02059312,0.9682645,0.2490775),(-0.0001999013,0.9869114,0.1612635),(-0.00616202,0.9835112,0.180742),(0.009612356,0.9924151,0.1225552),(0.04147419,0.9915982,0.1225273),(0.01479445,0.9960873,0.08712751),(0.1843345,-0.9828553,0.004013846),(0.179305,-0.9837821,0.004752593),(0.1953604,-0.9807314,0.0005554334),(0.3485548,-0.9365145,0.03807966),(0.3399646,-0.9394828,0.04238122),(0.3355878,-0.9410107,0.04335779),(0.207773,-0.9781513,-0.007104553),(0.2216929,-0.974929,-0.01912469),(0.3657722,-0.9305791,0.01526998),(0.3573332,-0.9335227,0.02912699),(0.3971613,-0.9169881,0.03736181),(0.3912511,-0.919161,0.04544966),(0.4015203,-0.9155154,0.02476176),(0.3536533,-0.935271,0.0140527),(0.3545682,-0.9347185,0.02413869),(0.3528797,-0.935167,0.03063752),(0.3813171,-0.9230757,0.05028246),(0.3846757,-0.9217324,0.04933603),(0.3497314,-0.9362372,0.03388112),(0.3480451,-0.9368327,0.03477263),(0.2360562,-0.9711553,-0.03368939),(0.2492237,-0.967204,-0.04902854),(0.3746076,-0.9270257,-0.01710707),(0.3722163,-0.9281455,-0.0009733963),(0.259776,-0.9634508,-0.06541196),(0.2664458,-0.9602668,-0.08303271),(0.361487,-0.9310225,-0.05024239),(0.3714951,-0.9278324,-0.03344191),(0.3870264,-0.9219496,-0.01481185),(0.3980056,-0.9173792,-0.002645338),(0.3683544,-0.929315,-0.02624417),(0.2977954,-0.9544464,-0.01870479),(0.320695,-0.9470881,-0.01337052),(0.337491,-0.9413088,-0.006125032),(0.4024568,-0.9153792,0.01046782),(0.3483983,-0.9373417,0.003020576),(0.2675654,-0.9583265,-0.1000952),(0.2616233,-0.9583189,-0.1147965),(0.3161581,-0.9454169,-0.07893603),(0.343228,-0.9369304,-0.06600045),(0.247568,-0.9604802,-0.1272319),(0.2242651,-0.9647687,-0.1375734),(0.236009,-0.9670742,-0.09522273),(0.2804244,-0.9557639,-0.08875475),(0.2588965,-0.9647294,-0.04764161),(0.3043929,-0.951556,-0.04343123),(0.2045475,-0.9776607,-0.04837382),(0.1324222,-0.9911574,-0.00845239),(0.1864019,-0.9823355,-0.01646919),(0.2313943,-0.9726391,-0.02073148),(0.3409314,-0.9393927,-0.03615346),(0.2682647,-0.9631071,-0.02141825),(0.1883298,-0.9734752,-0.1299155),(0.1379737,-0.986614,-0.08692555),(0.1138006,-0.9926632,-0.04085448),(0.1806965,-0.9799118,-0.08439029),(0.07521848,-0.9971553,-0.004857088),(0.002454616,-0.9930329,0.1178116),(-0.03957001,-0.9871619,0.1547435),(0.03887302,-0.9984954,0.03867853),(-0.0129346,-0.9964117,0.08364403),(0.06554238,-0.9978057,0.009386805),(-0.08918831,-0.9779164,0.1890105),(-0.1444486,-0.9657554,0.2155249),(-0.07765885,-0.9893582,0.1230425),(-0.004229993,-0.9984624,0.05527114),(0.1398421,-0.9895982,-0.03375993),(0.06813322,-0.9976028,0.01210071),(-0.07079031,-0.9646018,0.254032),(-0.1366532,-0.9149197,0.3797997),(-0.1714793,-0.8997318,0.4013447),(-0.111593,-0.9526817,0.2827446),(-0.1937006,-0.8462014,0.4964103),(-0.2402577,-0.7590096,0.6051286),(-0.258626,-0.7453977,0.614406),(-0.2203231,-0.8305051,0.5115846),(-0.2417358,-0.8186909,0.5208734),(-0.2037265,-0.886245,0.4160112),(-0.2700638,-0.7365442,0.6201357),(-0.2745204,-0.734045,0.6211413),(-0.257791,-0.8125862,0.5227308),(-0.2329206,-0.8763542,0.4216056),(-0.1538853,-0.9396641,0.3055335),(-0.1965603,-0.927126,0.3190634),(-0.2745788,-0.653249,0.7056006),(-0.2951405,-0.5258207,0.7977498),(-0.3028718,-0.521456,0.7977169),(-0.2862682,-0.6435511,0.7098538),(-0.2979323,-0.3711736,0.8794695),(-0.2750005,-0.185712,0.9433376),(-0.2943311,-0.1989997,0.9347558),(-0.3067111,-0.3742625,0.875132),(-0.3067437,-0.3745683,0.8749897),(-0.3019956,-0.5194134,0.79938),(-0.3040769,-0.19993,0.9314318),(-0.305041,-0.1880503,0.9335883),(-0.2980756,-0.3721034,0.8790278),(-0.2924567,-0.5203062,0.8023407),(-0.2898841,-0.6382248,0.7131876),(-0.2853989,-0.6384553,0.7147883),(-0.2227184,0.007793127,0.9748517),(-0.1516012,0.1848127,0.9710105),(-0.2651822,-0.01278729,0.9641135),(-0.226241,0.1699827,0.9591251),(-0.07924023,0.3467619,0.9346),(-0.02503221,0.5004548,0.8654007),(-0.1635575,0.5442737,0.8228092),(-0.1880329,0.3543266,0.9160219),(-0.2721899,0.3870716,0.8809588),(-0.2833021,0.1825473,0.9414969),(-0.2663921,0.6024526,0.7523869),(-0.3372665,0.6714733,0.6598294),(-0.3362482,0.4439008,0.8305956),(-0.3269562,0.2226789,0.9184301),(-0.2950851,-0.01076471,0.9554104),(-0.3149196,0.01434101,0.94901),(-0.004513633,0.6307394,0.7759816),(-0.01798524,0.7192879,0.6944792),(-0.2068478,0.7814838,0.58864),(-0.168786,0.6984429,0.6954774),(-0.04520219,0.7688508,0.6378285),(-0.06168844,0.7840737,0.6175944),(-0.2889031,0.7880107,0.5436673),(-0.2557663,0.8066221,0.5328643),(-0.3934367,0.8222661,0.4112008),(-0.3295562,0.8260728,0.4571613),(-0.4471165,0.7689176,0.4570037),(-0.5579472,0.7481545,0.3591098),(-0.4773137,0.8321365,0.2823482),(-0.3983295,0.8613278,0.315354),(-0.2814149,0.7624857,0.5825986),(-0.3480512,0.8218858,0.450959),(-0.04950457,0.7905835,0.6103498),(-0.005387936,0.8098682,0.5865871),(-0.2342239,0.7662637,0.5983136),(-0.2827819,0.7633577,0.580792),(0.06123529,0.8402657,0.5387056),(0.1425827,0.8758733,0.4609949),(-0.1555677,0.7943309,0.5872283),(-0.05717421,0.8396941,0.5400415),(-0.357713,0.7041175,0.6134003),(-0.4247724,0.686492,0.590167),(-0.2660934,0.7551763,0.5990853),(-0.4774385,0.6280508,0.6144954),(-0.5442982,0.5878707,0.5984542),(-0.5858355,0.5947196,0.5505501),(-0.4590325,0.7082348,0.5363699),(-0.59601,0.6497083,0.4718593),(0.2327837,0.9019859,0.3636389),(0.3246492,0.9087442,0.2622726),(0.05303661,0.883376,0.4656543),(0.1661918,0.9104369,0.3787943),(0.4112471,0.8972647,0.1605989),(0.4864891,0.8714585,0.06235564),(0.2744198,0.9192818,0.2821609),(0.3705174,0.9112325,0.1799231),(-0.03278728,0.8707437,0.4906429),(0.09094875,0.9085573,0.40774),(0.2068181,0.9283533,0.3088473),(-0.1420127,0.8408914,0.5222395),(-0.01215027,0.8976946,0.4404508),(-0.2697829,0.7708752,0.5770343),(-0.1549828,0.8177676,0.5542891),(-0.384669,0.6966522,0.6055622),(0.5473886,0.8362207,-0.03317506),(0.5948096,0.7934538,-0.1289677),(0.4510104,0.8892369,0.0764688),(0.5168459,0.8556741,-0.02630981),(0.6308471,0.7422796,-0.2259489),(0.6565081,0.6809371,-0.3245331),(0.5700249,0.8114488,-0.1289278),(0.6117512,0.7562797,-0.2319514),(0.3967856,0.9130906,0.09395081),(0.4699477,0.8825707,-0.01476684),(0.5290809,0.8394876,-0.1238311),(0.3198156,0.9400306,0.1185762),(0.3978765,0.9174377,0.001596144),(0.2235102,0.946596,0.2323774),(0.3091646,0.9292818,0.20212),(0.1114945,0.9335469,0.3406746),(0.6767212,0.6102352,-0.4118998),(0.6982676,0.5353115,-0.4752513),(0.6784416,0.6197949,-0.394425),(0.6459759,0.691023,-0.3243489),(0.7230282,0.4605175,-0.5149308),(0.75185,0.389209,-0.5322011),(0.7463399,0.4744097,-0.4668105),(0.711464,0.5465438,-0.4417112),(0.6198069,0.724426,-0.3017389),(0.6597574,0.6602638,-0.358848),(0.698904,0.5964271,-0.3947251),(0.551798,0.7900577,-0.2670725),(0.589156,0.7430784,-0.3173793),(0.5091935,0.8377504,-0.1972215),(0.5772394,0.7855103,-0.2230882),(0.459157,0.8818499,-0.1073113),(0.7893587,0.3268394,-0.5197007),(0.8384185,0.2794617,-0.4679268),(0.8319438,0.357006,-0.4247544),(0.7862104,0.4087005,-0.4635053),(0.892922,0.2521437,-0.3729799),(0.9402717,0.2498717,-0.2311995),(0.9135234,0.3294227,-0.2386537),(0.8776498,0.3276126,-0.349858),(0.8177278,0.4660363,-0.3378334),(0.7806869,0.491563,-0.3858675),(0.8427133,0.470037,-0.262487),(0.6927869,0.6615208,-0.2871175),(0.6792108,0.6560216,-0.3291024),(0.6543418,0.6708627,-0.3489701),(0.7393461,0.5377806,-0.4051659),(0.6232834,0.7015093,-0.3455469),(0.9589363,0.2680898,-0.09256971),(0.9535538,0.3010298,-0.01077887),(0.9064766,0.4136094,-0.08501508),(0.92281,0.3607825,-0.1351209),(0.9373003,0.348191,0.01520357),(0.9114667,0.4111134,-0.01463922),(0.8128798,0.5617498,-0.1538297),(0.8713769,0.4822755,-0.09006988),(0.757548,0.6157048,-0.2168611),(0.8125702,0.554082,-0.1808947),(0.6695395,0.675536,-0.3088174),(0.484193,0.7589183,-0.4354311),(0.582177,0.7441124,-0.3276687),(0.646439,0.7143598,-0.2679676),(0.841786,0.5024638,-0.1972978),(0.6833933,0.6838704,-0.2555288),(0.8686441,0.491117,-0.06528062),(0.8072197,0.5834008,-0.08966447),(0.6225771,0.7444434,-0.2412503),(0.7257292,0.6497257,-0.2262158),(0.7407418,0.6682468,-0.06890334),(0.6953142,0.7186998,0.002974345),(0.4799163,0.8771437,-0.01729537),(0.5304187,0.8297427,-0.1737324),(0.3578726,0.8879667,-0.2888637),(0.4422823,0.8061371,-0.3931024),(0.3215291,0.9447821,-0.06329007),(0.2073967,0.9698682,-0.1278365),(0.2209856,0.8933965,-0.3911625),(0.2783035,0.813643,-0.5104235),(0.5548615,0.7338795,-0.391854),(0.3713003,0.7700911,-0.5187446),(0.678821,0.7306291,0.07337029),(0.680596,0.7261831,0.09719679),(0.4669251,0.8751846,0.1266212),(0.4712139,0.8640227,0.1772628),(0.6781771,0.7305228,0.08007732),(0.6468719,0.7621316,0.02668562),(0.4139355,0.9092501,0.0438356),(0.4660009,0.8722194,0.1485816),(0.2783599,0.9430239,0.182268),(0.304556,0.9270223,0.2188041),(0.191583,0.9809813,0.03117138),(-0.02522466,0.9995163,-0.01819008),(0.1057039,0.9795034,0.1714639),(0.1686236,0.9619392,0.2150331),(0.311868,0.9391244,0.144166),(0.1991258,0.9722204,0.1230299),(0.5679078,0.8217872,-0.0463282),(0.4292745,0.8949888,-0.12132),(0.1048201,0.9743107,-0.1993275),(0.2904172,0.9524915,-0.09174952),(0.2380317,0.9524081,-0.1904203),(0.0269037,0.970875,-0.2380712),(-0.2966673,0.9122828,-0.2823624),(-0.1060648,0.9584427,-0.2648355),(-0.376803,0.8652049,-0.3308171),(-0.1804791,0.9418666,-0.2833984),(-0.5321016,0.7853269,-0.3164326),(-0.7114902,0.6193556,-0.3319346),(-0.589071,0.7129728,-0.3803487),(-0.4216032,0.8305573,-0.3639027),(0.02531021,0.9868372,-0.1597236),(-0.2216722,0.9434457,-0.2465191),(-0.1705047,0.9505751,-0.2594903),(-0.3397578,0.9031899,-0.262322),(-0.5811787,0.772723,-0.2552065),(-0.452752,0.8492043,-0.2717862),(-0.4860826,0.834906,-0.2581775),(-0.6171538,0.74485,-0.2536134),(-0.7887594,0.5674585,-0.2363248),(-0.6912992,0.6808962,-0.2418385),(-0.8252236,0.5160325,-0.2296007),(-0.7457258,0.6185091,-0.247668),(-0.8911185,0.3925222,-0.2276711),(-0.914728,0.3476018,-0.2060231),(-0.9503199,0.2292026,-0.2106139),(-0.8643727,0.4491886,-0.2260299),(-0.6504743,0.7065284,-0.2787488),(-0.7986572,0.5382269,-0.2691809),(-0.7355961,0.6308892,-0.2467332),(-0.8387681,0.4911778,-0.2349734),(-0.9330395,0.2796309,-0.2263714),(-0.8712187,0.4320965,-0.2329609),(-0.9196842,0.3243435,-0.2213193),(-0.9686372,0.1339143,-0.2093059),(-0.9742329,-0.05695404,-0.2182347),(-0.9687437,0.1142775,-0.2201729),(-0.9697016,-0.02913488,-0.2425488),(-0.965359,0.1112592,-0.2360153),(-0.9529048,-0.1625041,-0.2560565),(-0.9573582,-0.1054878,-0.2689564),(-0.9346002,-0.1865414,-0.3028611),(-0.9695055,-0.007092144,-0.2449666),(-0.9389423,0.2536545,-0.2324794),(-0.9681332,0.1057259,-0.2270251),(-0.9802296,-0.05607674,-0.1897502),(-0.9632239,-0.2176462,-0.157575),(-0.9250299,-0.3304729,-0.1873696),(-0.9544671,-0.2119582,-0.2099199),(-0.9311584,-0.3429157,-0.1239064),(-0.8969902,-0.430867,-0.09880405),(-0.8810955,-0.4527188,-0.1368079),(-0.8975092,-0.4109913,-0.1598853),(-0.8923355,-0.3810064,-0.2420154),(-0.9021064,-0.3454435,-0.2585979),(-0.9002606,-0.374677,-0.2216938),(-0.9242845,-0.1316577,-0.3582799),(-0.906124,-0.2155529,-0.3639728),(-0.9006051,-0.2482301,-0.3567805),(-0.924908,-0.2725709,-0.2650478),(-0.9112141,-0.2378563,-0.3363232),(-0.8705251,-0.4843584,-0.0870801),(-0.8570927,-0.5076869,-0.08744109),(-0.89147,-0.4324989,-0.1350033),(-0.8792953,-0.4588603,-0.1276212),(-0.8589904,-0.502681,-0.09719735),(-0.8769618,-0.4665701,-0.1151108),(-0.9467798,-0.2668123,-0.1800537),(-0.9159512,-0.3705344,-0.1540709),(-0.9651929,-0.1071297,-0.2385917),(-0.945686,-0.240602,-0.2186065),(-0.9623989,0.07207836,-0.2619025),(-0.7348997,0.5753728,-0.3589826),(-0.8511428,0.3811882,-0.3609037),(-0.9178252,0.1775709,-0.3550569),(-0.9209408,-0.3276032,-0.2110552),(-0.9361351,0.002071911,-0.3516344),(-0.9051354,-0.3989151,-0.1469575),(-0.9333062,-0.2992742,-0.1984299),(-0.963115,0.04566963,-0.265186),(-0.968447,-0.1243331,-0.2159899),(-0.9493601,-0.1660783,-0.2667087),(-0.9384652,-0.006220715,-0.3453181),(-0.8358016,0.4015988,-0.3743715),(-0.9192833,0.2282782,-0.3206358),(-0.7192548,0.609814,-0.3328656),(-0.8331384,0.4575494,-0.310691),(-0.594404,0.7235559,-0.3509282),(-0.2566639,0.9115652,-0.3212046),(-0.3522059,0.875701,-0.330301),(-0.464802,0.8177083,-0.3395768),(-0.9189469,0.2719206,-0.28565),(-0.5958884,0.7230737,-0.3494017),(-0.8935783,0.1758437,-0.4130335),(-0.8166242,0.3711043,-0.4420481),(-0.5968513,0.7023781,-0.3878576),(-0.7234063,0.5598816,-0.4039999),(-0.7151998,0.5636157,-0.4133118),(-0.6001578,0.7335441,-0.3189414),(-0.3517642,0.9123535,-0.2094592),(-0.4698366,0.8219528,-0.3219429),(-0.2425918,0.9415944,-0.2335577),(-0.3497279,0.8844047,-0.3090609),(-0.1502288,0.9807212,-0.1249692),(0.02130895,0.9970562,-0.07365306),(-0.03305838,0.9840654,-0.1747064),(-0.09794415,0.9632806,-0.2499948),(-0.4691184,0.8115069,-0.3484027),(-0.1730275,0.938496,-0.2988087),(-0.4844314,0.8563347,-0.1789329),(-0.3783793,0.9255322,-0.01480601),(-0.1614956,0.9837592,0.07833826),(-0.2486418,0.9659874,-0.07103295),(-0.2863921,0.9434928,0.1667359),(-0.2062984,0.9103149,0.3588423),(-0.03088394,0.913003,0.4067822),(-0.08923547,0.9670646,0.2383757),(0.04051216,0.9595994,0.2784382),(-0.01019258,0.9906985,0.135693),(0.07801893,0.9001058,0.4286288),(0.1390076,0.8894063,0.4354691),(0.1243204,0.9467068,0.2971376),(0.0992454,0.9811603,0.1657548),(-0.0733253,0.9973068,0.001564333),(0.06509848,0.996975,0.04246286),(-0.1420697,0.8488394,0.5092033),(-0.103604,0.8044697,0.5848886),(0.02147777,0.8075299,0.5894356),(0.008198163,0.8449068,0.5348507),(-0.09611122,0.7921747,0.602679),(-0.1299817,0.8113708,0.5698966),(-0.05133832,0.8548968,0.5162516),(0.005385291,0.8120045,0.5836264),(0.06639057,0.8331052,0.5491156),(0.09456153,0.8110868,0.5772316),(0.0004649088,0.8955112,0.4450387),(0.02760048,0.9296694,0.3673594),(0.09246511,0.8560917,0.5084852),(0.125691,0.8201877,0.5581164),(0.09724469,0.8362911,0.539593),(0.1398939,0.8335599,0.5344226),(-0.2059116,0.8310346,0.5167031),(-0.3053262,0.8238664,0.4775144),(-0.2699534,0.8882919,0.371568),(-0.1502483,0.8918205,0.4267102),(-0.404259,0.7948824,0.4524783),(-0.4815213,0.7574012,0.4409997),(-0.3833883,0.8531017,0.3538797),(-0.4671566,0.8026363,0.3708634),(-0.231293,0.9410598,0.2467993),(-0.3500735,0.9055308,0.2397131),(-0.4394249,0.8502969,0.2896565),(-0.3057157,0.9446859,0.1187714),(-0.3989571,0.8955882,0.196863),(-0.1907477,0.974535,0.1178845),(-0.1059238,0.9424923,0.316999),(-0.07296938,0.976616,0.2022299),(-0.5320137,0.7299482,0.4291119),(-0.5659313,0.7193252,0.4028561),(-0.5179474,0.761947,0.3888024),(-0.5502598,0.7442464,0.3785649),(-0.5942717,0.7187736,0.3608401),(-0.625811,0.7197009,0.3006515),(-0.5767725,0.7425765,0.3404608),(-0.6065037,0.7470391,0.2721871),(-0.5632536,0.7626544,0.3179679),(-0.53216,0.7710057,0.3497942),(-0.5954183,0.765239,0.244717),(-0.5935446,0.7755766,0.2149086),(-0.5554179,0.7808901,0.2858697),(-0.5133054,0.8010583,0.3079337),(-0.4950183,0.7990183,0.3413599),(-0.4641697,0.8403398,0.2799563),(-0.6608577,0.7078319,0.249482),(-0.6941591,0.6795425,0.2374135),(-0.6385481,0.7399684,0.2114306),(-0.6684368,0.7166827,0.1988917),(-0.7191232,0.6420417,0.2657897),(-0.7267616,0.5999633,0.3344569),(-0.6905347,0.6837747,0.2358263),(-0.6948655,0.6431173,0.3218106),(-0.6656265,0.7159146,0.2107315),(-0.6495892,0.7419866,0.1658005),(-0.6639776,0.6796669,0.3117477),(-0.6337721,0.7096596,0.3077603),(-0.6445276,0.7391936,0.1953893),(-0.6381075,0.7566823,0.1423048),(-0.625184,0.7600372,0.1774496),(-0.6213689,0.7692215,0.1489929),(-0.7176304,0.5656054,0.4063216),(-0.7051977,0.5498744,0.4475872),(-0.6667503,0.5881065,0.4577934),(-0.6815494,0.6062686,0.409791),(-0.6984591,0.5484236,0.4597678),(-0.7038059,0.5553534,0.4429897),(-0.669031,0.5961683,0.4438252),(-0.6604967,0.5864242,0.4688825),(-0.6224798,0.6213906,0.4758075),(-0.6279759,0.6229445,0.4664618),(-0.6343054,0.6338133,0.4426481),(-0.5999261,0.6686259,0.4393496),(-0.58473,0.6536082,0.4805071),(-0.5889798,0.6545143,0.4740401),(-0.6452596,0.6425043,0.4133138),(-0.6085262,0.6742578,0.4184166),(-0.7171257,0.5560373,0.4201823),(-0.7318321,0.5403925,0.4152082),(-0.686262,0.6010405,0.4096277),(-0.7047279,0.5895254,0.3947381),(-0.746438,0.5094058,0.4281774),(-0.7585045,0.4631654,0.4584197),(-0.7238071,0.5626581,0.3993984),(-0.7418414,0.5203241,0.4230061),(-0.6772559,0.6346912,0.3721446),(-0.7003975,0.6117918,0.3676332),(-0.7238898,0.5737093,0.3831984),(-0.6761331,0.6570154,0.3334285),(-0.7043886,0.6231846,0.3398202),(-0.6494656,0.6762295,0.3477184),(-0.6553022,0.642455,0.3972791),(-0.6244137,0.6806332,0.383205),(-0.7602673,0.3976361,0.5136918),(-0.7357379,0.3030283,0.6056926),(-0.7517096,0.4583081,0.4742219),(-0.7382632,0.3671775,0.5658163),(-0.6577816,0.1655552,0.7347891),(-0.4880962,-0.02848011,0.8723251),(-0.675356,0.2330033,0.6997169),(-0.524808,0.04001831,0.8502793),(-0.7385964,0.4302737,0.5189797),(-0.6908242,0.3017026,0.6570673),(-0.5601669,0.1121261,0.8207563),(-0.7029985,0.3703803,0.607134),(-0.5931373,0.1871362,0.7830507),(-0.735875,0.4912032,0.4660552),(-0.7413354,0.5162175,0.4288837),(-0.7286202,0.5707228,0.3786661),(-0.2602696,-0.2342009,0.9367015),(-0.03314405,-0.4076862,0.9125203),(-0.3136162,-0.1706075,0.9340974),(-0.09173015,-0.3568421,0.9296501),(0.2037437,-0.5410928,0.8159088),(0.4621532,-0.6117264,0.642032),(0.1567654,-0.5102271,0.8456317),(0.4438675,-0.6009912,0.6646737),(-0.1534128,-0.299947,0.9415393),(0.1045262,-0.474564,0.8739927),(0.4218196,-0.5886871,0.6895765),(0.0463066,-0.4330455,0.9001818),(0.3963037,-0.5744253,0.7162255),(-0.2185424,-0.2360425,0.9468491),(-0.3672221,-0.1017102,0.9245555),(-0.4207447,-0.02726285,0.9067694),(0.6809547,-0.5961599,0.4253166),(0.8145888,-0.5302061,0.2352158),(0.81414,-0.5343802,0.2271863),(0.6821278,-0.5938993,0.4265972),(0.8878481,-0.4542951,0.07308528),(0.9191463,-0.3860993,-0.07808636),(0.9032592,-0.4235678,-0.0686509),(0.8790626,-0.4716614,0.06917046),(0.8683759,-0.4901746,0.07518105),(0.8111833,-0.5391676,0.2264504),(0.8853375,-0.4624815,-0.04783929),(0.8646278,-0.5021825,-0.01521414),(0.85591,-0.5091057,0.09071641),(0.8063465,-0.5439425,0.2322325),(0.6807819,-0.5915673,0.4319538),(0.6777903,-0.5887402,0.4404375),(0.9155896,-0.3480808,-0.2013341),(0.8933403,-0.361937,-0.2663546),(0.8683221,-0.4382753,-0.2322316),(0.8958914,-0.4072509,-0.1775532),(0.8629083,-0.4255743,-0.2725361),(0.8179813,-0.5333638,-0.215475),(0.7641429,-0.6243473,-0.1620987),(0.8269829,-0.5134845,-0.228982),(0.7800963,-0.6006415,-0.175156),(0.8360315,-0.5160652,-0.1863544),(0.6971189,-0.709635,-0.1021928),(0.6157046,-0.7871,-0.03716797),(0.7195683,-0.6855444,-0.1106814),(0.7938864,-0.5945699,-0.1274005),(0.8721833,-0.4681879,-0.1417618),(0.8426929,-0.5303586,-0.09267473),(0.7464378,-0.6534817,-0.1256673),(0.6515243,-0.7577047,-0.03741308),(0.5632907,-0.8259102,0.02400069),(0.6728663,-0.7368802,-0.06525834),(0.5401202,-0.8400097,0.05151406),(0.4197866,-0.8962219,0.1434065),(0.325038,-0.9267167,0.1885373),(0.4445724,-0.889272,0.1074741),(0.3478913,-0.9241617,0.1577869),(0.4679305,-0.8799024,0.08253947),(0.2349162,-0.9451793,0.2268269),(0.1513583,-0.9546388,0.2564279),(0.2526431,-0.9466848,0.1998982),(0.3678659,-0.9200047,0.1351517),(0.5875712,-0.8091652,-0.003443297),(0.49161,-0.8689499,0.05697037),(0.3041915,-0.9259235,0.2239047),(0.2059874,-0.9380994,0.278458),(0.1293322,-0.9440365,0.3034275),(0.2167716,-0.9416636,0.2574485),(0.1266028,-0.9422945,0.3099238),(0.0659743,-0.9442796,0.3224646),(0.06248721,-0.9422715,0.3289675),(0.01529157,-0.9412847,0.3372675),(0.06453673,-0.9445238,0.3220403),(0.01180562,-0.9394627,0.3424477),(-0.02155455,-0.9375017,0.3473124),(-0.02523614,-0.9363478,0.3501655),(-0.04477289,-0.9345434,0.3530213),(0.01223374,-0.9426411,0.333584),(0.1383721,-0.94876,0.2840908),(0.07018398,-0.9505288,0.3026038),(0.02636718,-0.9492722,0.313348),(0.008350095,-0.9609433,0.276619),(-0.01187599,-0.9450396,0.3267403),(-0.02032616,-0.9559447,0.2928423),(0.008432098,-0.9779014,0.2088965),(0.02278126,-0.9940938,0.1061067),(-0.01423514,-0.9726495,0.2318411),(0.001781689,-0.9902447,0.1393281),(-0.03611156,-0.9515548,0.305351),(-0.02367097,-0.9674173,0.2520782),(-0.003817026,-0.9850592,0.1721736),(-0.01913165,-0.9631282,0.2683618),(0.008147664,-0.9796173,0.2007076),(-0.03909187,-0.9484965,0.3143666),(-0.03672517,-0.9411652,0.3359455),(-0.04857422,-0.9385556,0.3416925),(0.02958165,-0.9995518,0.004592183),(0.01353243,-0.9984198,-0.05454165),(-0.001444661,-0.999833,-0.01821871),(0.009537762,-0.998973,0.04429377),(-0.01673276,-0.9975429,-0.06802962),(-0.05276453,-0.9980617,-0.03299518),(-0.03686155,-0.9989601,-0.02683507),(-0.02050162,-0.9988552,-0.04321847),(0.006694997,-0.9999044,-0.01210052),(0.009504383,-0.9996697,0.02387311),(0.01174509,-0.9997898,-0.01680825),(0.09250338,-0.9957122,-0.0006350508),(0.06677847,-0.9975147,0.02247467),(0.04954565,-0.9965895,0.06598902),(0.009449912,-0.9961583,0.0870588),(0.03259508,-0.9913996,0.1267461),(-0.06851717,-0.9975544,0.0138075),(-0.04323547,-0.9985393,0.03240158),(0.02385243,-0.9997049,0.004593742),(-0.02719392,-0.9996299,0.0007752152),(0.02192993,-0.9995559,0.02017336),(0.1267939,-0.9916069,-0.02527629),(0.2282624,-0.9704857,-0.07780565),(0.1111348,-0.9935954,-0.02042791),(0.2062775,-0.9763717,-0.06440347),(0.1108126,-0.9934912,-0.02637593),(0.3192059,-0.9387551,-0.1297938),(0.3950871,-0.9027007,-0.1704049),(0.3003844,-0.9486254,-0.09939279),(0.2115587,-0.9761095,-0.04952896),(0.0432557,-0.998987,-0.01240457),(0.1392886,-0.9900846,-0.01819724),(0.2539665,-0.9635684,-0.08388729),(0.376037,-0.9163046,-0.1377751),(0.4535133,-0.8712346,-0.1878191),(0.3510282,-0.9255902,-0.1416401),(0.4739509,-0.8589031,-0.1940516),(0.5335262,-0.8045322,-0.2609169),(0.5599381,-0.7877861,-0.2566364),(0.525413,-0.8210317,-0.2232668),(0.5512787,-0.7961786,-0.2493822),(0.5031829,-0.8324793,-0.2319162),(0.5657321,-0.7845742,-0.2537529),(0.5521776,-0.7938045,-0.2549009),(0.5536371,-0.7869175,-0.2724825),(0.5273581,-0.8065584,-0.2671272),(0.424732,-0.8842347,-0.1942465),(0.4749023,-0.8481457,-0.2347694),(0.5452476,-0.7744582,-0.3208109),(0.5151224,-0.7826297,-0.3494849),(0.5126288,-0.8062773,-0.2951756),(0.5538449,-0.7824482,-0.2846591),(0.4576156,-0.8215281,-0.3401171),(0.3833329,-0.8787937,-0.2842141),(0.3709266,-0.8995829,-0.2305734),(0.4477312,-0.8492795,-0.2797521),(0.4368647,-0.8722502,-0.2198381),(0.500295,-0.8310513,-0.2430196),(0.3679709,-0.9129981,-0.1761589),(0.3781399,-0.9166238,-0.1296579),(0.4292412,-0.8870319,-0.1700774),(0.4815618,-0.8529428,-0.2014621),(0.546571,-0.7986466,-0.2518411),(0.5253928,-0.8197347,-0.2280297),(0.310507,-0.9271382,-0.2097619),(0.2550974,-0.955061,-0.1509432),(0.2519959,-0.9597082,-0.1243308),(0.3010463,-0.9383529,-0.1698968),(0.2186383,-0.9698129,-0.1079832),(0.2017073,-0.9761877,-0.07982314),(0.2244454,-0.9699538,-0.09388161),(0.2185988,-0.9727086,-0.07779825),(0.258035,-0.9631687,-0.07565673),(0.2735256,-0.9572241,-0.0943708),(0.2630285,-0.9621209,-0.07168968),(0.3339733,-0.9407459,-0.05881182),(0.3198097,-0.9459316,-0.054179),(0.3212062,-0.9447816,-0.06491773),(0.310046,-0.9420719,-0.1279536),(0.340068,-0.9360496,-0.09035953),(0.2022643,-0.9774117,-0.06128221),(0.2165314,-0.975071,-0.04848426),(0.2566512,-0.9645051,-0.06212873),(0.2311607,-0.9704559,-0.06913754),(0.2413847,-0.9694989,-0.04248831),(0.2736064,-0.9608249,-0.04421436),(0.2908162,-0.9550086,-0.05817725),(0.3293426,-0.9423918,-0.05857558),(0.3486545,-0.9343466,-0.07373197),(0.3136788,-0.9466406,-0.07400845),(0.384577,-0.9201003,-0.07427012),(0.4366105,-0.8958449,-0.08266295),(0.4115803,-0.9078348,-0.08023452),(0.384392,-0.920029,-0.0760881),(0.2837477,-0.956056,-0.07378361),(0.3576225,-0.9312944,-0.06925975),(0.3081881,-0.9501131,-0.04801356),(0.341403,-0.9386941,-0.04792996),(0.3670351,-0.9283064,-0.05943492),(0.4005319,-0.9145443,-0.05641662),(0.3723901,-0.9270222,-0.04422315),(0.4002739,-0.9156385,-0.03724165),(0.4290153,-0.9019188,-0.04988283),(0.4516854,-0.891266,-0.04031099),(0.4438662,-0.8934758,-0.06843731),(0.464042,-0.8837921,-0.05980396),(0.4769786,-0.8776026,-0.04801279),(0.477241,-0.8761219,-0.06820139),(0.4761897,-0.8775781,-0.05567839),(0.4705436,-0.8789941,-0.07718688),(0.4171551,-0.9058667,-0.07339675),(0.4568053,-0.8857656,-0.08214781),(0.424903,-0.9047572,-0.02952966),(0.446027,-0.8947008,-0.02388217),(0.4685599,-0.8829079,-0.03041685),(0.4797583,-0.8770988,-0.02301702),(0.4627743,-0.8862233,-0.02116852),(0.4743106,-0.8800775,-0.02220287),(0.4847648,-0.8744425,-0.01880432),(0.4829829,-0.875437,-0.01837909),(0.4822257,-0.875639,-0.02673395),(0.4748268,-0.8798398,-0.02052798),(0.4603565,-0.887558,-0.01768024),(0.4321771,-0.9014098,-0.02613895),(0.4054984,-0.9138352,-0.02182568),(0.4530173,-0.890886,-0.03312806),(0.4828763,-0.8749474,-0.03602327),(0.4677828,-0.882799,-0.04295619),(0.4783752,-0.8778947,-0.0214058),(0.4739203,-0.8804799,-0.01243862),(0.4729566,-0.8809131,-0.01743943),(0.454688,-0.890586,-0.01074648),(0.4623554,-0.8866769,0.00560873),(0.4449036,-0.8949479,0.0336015),(0.4303886,-0.902638,0.0031903),(0.4022802,-0.9151526,0.02581214),(0.4092088,-0.9123899,-0.009639874),(0.3760241,-0.9266093,0.001011647),(0.3414274,-0.9397301,0.01829101),(0.2992096,-0.9541711,-0.005579642),(0.2626053,-0.9648792,0.006834948),(0.3370097,-0.9414045,-0.0134965),(0.4381978,-0.8987482,-0.01530799),(0.3732964,-0.9275295,-0.01840794),(0.4253616,-0.9026789,0.06510149),(0.4077676,-0.9082603,0.09374849),(0.3746622,-0.9257267,0.05155893),(0.3510191,-0.933409,0.07438587),(0.3936429,-0.9113563,0.1203113),(0.384517,-0.9115673,0.1455736),(0.3319268,-0.9385598,0.09449945),(0.3179341,-0.941456,0.1121541),(0.2831242,-0.9574709,0.0555895),(0.2619381,-0.9625008,0.07057437),(0.2458381,-0.9657543,0.08295882),(0.1846529,-0.9817654,0.04516437),(0.169591,-0.9840241,0.05417987),(0.2047762,-0.9782157,0.03406864),(0.3095766,-0.9501105,0.03811031),(0.2305705,-0.9728249,0.02118468),(0.3791408,-0.9081439,0.1775576),(0.3762195,-0.8988406,0.2248209),(0.3077022,-0.9420043,0.133968),(0.3009455,-0.9388531,0.1672923),(0.3776039,-0.8795255,0.289569),(0.3854026,-0.8435351,0.37405),(0.300578,-0.929376,0.2142731),(0.3096789,-0.9094872,0.2773658),(0.2255864,-0.9668778,0.1194071),(0.2247355,-0.9626849,0.1507699),(0.2341485,-0.95272,0.1936466),(0.1513003,-0.9837376,0.09679019),(0.1593988,-0.9795702,0.1226137),(0.1517316,-0.9853644,0.07768276),(0.2336175,-0.9674364,0.09741481),(0.1585306,-0.9852852,0.06388434),(0.4007894,-0.7829348,0.475795),(0.4194187,-0.689997,0.5899086),(0.3286876,-0.8734854,0.3591485),(0.3532017,-0.8142087,0.4607741),(0.4325434,-0.5561686,0.7096357),(0.4321171,-0.3736727,0.8207579),(0.3772825,-0.7224413,0.5794278),(0.3958366,-0.5863869,0.7067276),(0.2782856,-0.8990946,0.3379143),(0.3060046,-0.8418868,0.4445088),(0.3345883,-0.7500561,0.5704968),(0.2181744,-0.9240482,0.3139023),(0.2475613,-0.8702563,0.4258725),(0.1942389,-0.9544747,0.2263831),(0.2533228,-0.9333867,0.2541985),(0.1746489,-0.9710264,0.1631121),(0.4206778,-0.1512333,0.8945159),(0.4015943,0.08904149,0.9114788),(0.4104424,-0.4043349,0.8173435),(0.4200324,-0.1868133,0.888073),(0.3665123,0.329004,0.8703017),(0.3091325,0.5509844,0.7751473),(0.4131291,0.05394103,0.9090735),(0.3811322,0.3009499,0.8741665),(0.3978198,-0.4401062,0.8050131),(0.4170066,-0.2246427,0.8807049),(0.4130044,0.02050891,0.9104981),(0.367297,-0.4892939,0.791002),(0.389209,-0.2734082,0.8796388),(0.3291499,-0.6590409,0.6762583),(0.3661543,-0.616111,0.6973794),(0.2855214,-0.7840056,0.5511921),(0.2415929,0.7333945,0.6354253),(0.1817627,0.8628114,0.4717189),(0.3320697,0.5283102,0.7814206),(0.279994,0.7129105,0.6429324),(0.1312371,0.9428803,0.3061922),(0.08624653,0.9838614,0.156774),(0.2262344,0.8476359,0.4799284),(0.1689422,0.9342122,0.3141754),(0.3556666,0.498423,0.7906173),(0.309942,0.6881838,0.6560023),(0.2503882,0.8315046,0.495889),(0.3623748,0.4538254,0.8140804),(0.3142189,0.6547742,0.6874133),(0.3879953,0.2209035,0.8947967),(0.3895159,0.2708082,0.8803069),(0.3949997,-0.02778965,0.9182608),(0.04860046,0.998205,0.03499617),(0.02124606,0.9982105,-0.05589475),(0.1151791,0.9796985,0.1640872),(0.07176041,0.9966107,0.04021876),(0.0007196616,0.9930854,-0.1173916),(-0.01647603,0.9886038,-0.1496369),(0.03405217,0.9979268,-0.05461255),(-0.003516876,0.9929944,-0.1181092),(0.1317975,0.974612,0.1809998),(0.07867192,0.9955012,0.05280295),(0.02179176,0.9986486,-0.04718041),(0.1350079,0.9681861,0.210686),(0.0653969,0.9953579,0.07061132),(0.1961959,0.908927,0.3679115),(0.1875535,0.9245754,0.3316383),(0.2547724,0.8076403,0.5317972),(-0.03191494,0.9875441,-0.1540719),(-0.04419849,0.9896104,-0.1368128),(-0.06158108,0.9866106,-0.1510214),(-0.03782458,0.9881546,-0.1487269),(-0.05059482,0.9930372,-0.1063827),(-0.04845081,0.9962841,-0.07120651),(-0.06769194,0.9920675,-0.1059234),(-0.07232875,0.9883337,-0.1340336),(-0.07958676,0.9845268,-0.1561189),(-0.06446077,0.987018,-0.1471058),(-0.07479633,0.986393,-0.1464048),(-0.06138656,0.9837126,-0.1689411),(-0.06158867,0.9798204,-0.1901547),(-0.04127632,0.9919219,-0.1199464),(-0.03025662,0.9930893,-0.1133949),(0.0008618977,0.9991482,-0.04125664),(-0.04130315,0.9983855,-0.03899099),(-0.03403393,0.9993393,-0.01275533),(-0.04478936,0.9978561,-0.04771909),(-0.05552142,0.9955993,-0.07549386),(-0.02681711,0.9996048,0.008436528),(-0.01984207,0.9994784,0.02547947),(-0.02692659,0.9996372,-0.0005708437),(-0.03531832,0.9991183,-0.02270088),(-0.04202497,0.9964577,-0.0728415),(-0.05069266,0.9936286,-0.1006606),(-0.03452671,0.9984215,-0.04429798),(-0.04490986,0.9932379,-0.1070584),(-0.04767413,0.9886194,-0.142684),(-0.05022788,0.983929,-0.1713495),(-0.06135847,0.9901546,-0.1258138),(-0.05433521,0.9805382,-0.1886595),(-0.02267817,0.9991062,0.03567238),(-0.04458905,0.9983972,0.03485619),(-0.04508514,0.9987622,0.02100575),(-0.02758724,0.9995003,0.01543359),(-0.08506997,0.9961583,0.02078128),(-0.143172,0.9896567,-0.009014684),(-0.1274645,0.9918008,-0.009163612),(-0.07872918,0.9968022,0.01367823),(-0.07606786,0.9971018,-0.001310653),(-0.04880574,0.9987992,-0.004244452),(-0.1151003,0.9932521,-0.0142174),(-0.1083063,0.9938058,-0.02489497),(-0.08017107,0.9964572,-0.02540868),(-0.05915126,0.9973459,-0.04245567),(-0.034634,0.9992063,-0.01967954),(-0.04695,0.996349,-0.07130417),(-0.2128394,0.9756232,-0.05346772),(-0.2903696,0.9508063,-0.1079476),(-0.2634721,0.9595754,-0.0989823),(-0.1889939,0.9808149,-0.04778565),(-0.3778896,0.9106968,-0.1668258),(-0.475835,0.8507081,-0.2233314),(-0.4584494,0.8619668,-0.2164196),(-0.3532727,0.9221759,-0.157448),(-0.3284979,0.9326659,-0.1490757),(-0.2377436,0.9669896,-0.09170188),(-0.4398443,0.8731567,-0.2100816),(-0.4203434,0.884068,-0.2042918),(-0.3039486,0.9421003,-0.1416416),(-0.2138888,0.973054,-0.08612538),(-0.1675467,0.9848379,-0.04497199),(-0.1497984,0.9876785,-0.04529333),(-0.5454065,0.7964916,-0.2610228),(-0.5556011,0.7858186,-0.2716548),(-0.5513951,0.7885847,-0.2722089),(-0.5357667,0.8040288,-0.25786),(-0.5072393,0.822512,-0.2572596),(-0.3892729,0.8961519,-0.213022),(-0.5080013,0.8207027,-0.2614992),(-0.3962022,0.8912326,-0.2207447),(-0.5075333,0.8198858,-0.2649478),(-0.5455651,0.7925521,-0.2724333),(-0.4027644,0.8865722,-0.2275312),(-0.5062346,0.8197884,-0.2677189),(-0.4092103,0.8820722,-0.233443),(-0.5385259,0.7973546,-0.2724251),(-0.5244523,0.8124009,-0.2548618),(-0.5118409,0.821265,-0.2520767),(-0.2466822,0.9570996,-0.1520145),(-0.1406265,0.9852137,-0.09786767),(-0.2593789,0.9521094,-0.1618956),(-0.1559577,0.9818574,-0.1078582),(-0.07226638,0.9958315,-0.05565163),(-0.03790775,0.9988973,-0.02769767),(-0.08703284,0.9941208,-0.06441458),(-0.04921145,0.9981858,-0.03469092),(-0.1723616,0.978009,-0.1174309),(-0.1027944,0.9920343,-0.0728092),(-0.06096107,0.9972975,-0.0410058),(-0.1196628,0.9895221,-0.08078895),(-0.07343382,0.9962074,-0.04667375),(-0.1898658,0.9736246,-0.1265153),(-0.2726862,0.9467692,-0.1710852),(-0.2866711,0.9410529,-0.1795527),(-0.02102477,0.999732,-0.009688796),(-0.007765779,0.9999598,0.004497167),(-0.02823611,0.9994769,-0.01577272),(-0.01239529,0.9999192,-0.002839007),(0.0009778974,0.9998531,0.01711148),(0.004306402,0.9995281,0.03041457),(-0.002400232,0.9999798,0.005878631),(0.001092664,0.9999256,0.01215445),(-0.01541002,0.9998533,-0.007484391),(-0.0027994,0.9999959,-0.0006797945),(0.002362133,0.9999961,0.001434674),(-0.001852179,0.9999933,-0.003162326),(0.005705555,0.9999801,-0.002673867),(-0.01782676,0.9997932,-0.009789103),(-0.03499285,0.9991785,-0.02044159),(-0.04185897,0.9988387,-0.02385807),(0.003257959,0.998915,0.04645559),(-0.0004519665,0.9978483,0.0655636),(-0.0008175304,0.9996721,0.02559574),(0.0006328054,0.999832,0.01831977),(-0.006356633,0.9962212,0.08661956),(-0.009789462,0.9951925,0.09744782),(-0.004419017,0.9992745,0.03782779),(-0.003081193,0.9994314,0.03357695),(0.005384127,0.9999855,0.0002809257),(0.004606328,0.999989,0.0009620945),(0.005650098,0.9999841,2.502645e-5),(0.01640936,0.9997027,-0.01803732),(0.01508209,0.9997696,-0.01527329),(0.01214576,0.9998762,-0.01000877),(0.003588138,0.9999927,0.001375156),(0.008968135,0.9999437,-0.005684001),(0.280035,-0.9599093,0.01243166),(0.2798407,-0.9599754,0.0116738),(0.2787469,-0.9603201,0.009252386),(0.2136871,-0.9768888,-0.005095901),(0.2184817,-0.9758341,-0.003687036),(0.2204104,-0.9754023,-0.003115084),(0.2755663,-0.9612699,0.004837788),(0.2690329,-0.9631292,-0.001885155),(0.1960504,-0.980542,-0.0100825),(0.2065998,-0.9783995,-0.007140214),(0.1488813,-0.988767,-0.01319437),(0.1586703,-0.9872423,-0.0132775),(0.1362316,-0.9905958,-0.01268361),(0.09014336,-0.9958574,-0.01193142),(0.1028389,-0.9945875,-0.0148306),(0.1140155,-0.9933459,-0.01626437),(0.1664541,-0.9859667,-0.01275702),(0.1698982,-0.9853845,-0.01232937),(0.1240092,-0.9921491,-0.01618144),(0.1287118,-0.9915568,-0.0157554),(0.2578064,-0.9661543,-0.009036934),(0.2414963,-0.9702942,-0.01444717),(0.1620495,-0.9866662,-0.01516096),(0.1811539,-0.9833673,-0.01311493),(0.2208586,-0.9751418,-0.01788358),(0.1967085,-0.9802752,-0.01914299),(0.1151825,-0.9932259,-0.01533696),(0.1397219,-0.9900619,-0.01597192),(0.07852165,-0.9968742,-0.008735101),(0.1008234,-0.9948485,-0.01052997),(0.05366345,-0.9985387,-0.006377164),(0.01127561,-0.9999003,0.008503248),(0.0370762,-0.9993089,0.002647195),(0.05814081,-0.9983042,-0.002885264),(0.1201911,-0.9926804,-0.01181724),(0.07549945,-0.9971151,-0.007828473),(0.1687622,-0.9855179,-0.01654622),(0.1354819,-0.9907424,-0.008621939),(0.0554371,-0.9984585,0.002716654),(0.08779363,-0.9960876,-0.0100839),(0.09496279,-0.9954708,0.004478883),(0.04523028,-0.9987205,0.02261946),(-0.03251676,-0.9982185,0.05002533),(0.01602203,-0.9996108,0.02283889),(-0.0513679,-0.9977739,0.04252682),(-0.009612954,-0.9998063,0.01717388),(-0.1013769,-0.9918874,0.07669479),(-0.1623135,-0.9811233,0.1051252),(-0.1087351,-0.9918053,0.06707396),(-0.06137215,-0.9973787,0.03832975),(0.0249774,-0.9996877,0.0008458756),(-0.02116362,-0.9995975,0.01889093),(-0.01452193,-0.9986235,0.05039807),(-0.08038846,-0.9923506,0.09369093),(-0.149201,-0.9807137,0.1262526),(-0.08949897,-0.9924268,0.08413687),(-0.1443269,-0.9774471,0.1541646),(-0.1980728,-0.9522195,0.2324759),(-0.2438095,-0.9394583,0.2407801),(-0.2033036,-0.9627979,0.1780101),(-0.2545816,-0.9471457,0.1952002),(-0.2104955,-0.9654136,0.1538445),(-0.2819469,-0.9286459,0.2410864),(-0.3128636,-0.9205818,0.2337638),(-0.2984518,-0.9319015,0.2061216),(-0.2644613,-0.9480029,0.1770614),(-0.1568255,-0.9809121,0.1149661),(-0.2168849,-0.9654972,0.1441391),(-0.2354385,-0.9169138,0.3222387),(-0.2574704,-0.8715417,0.4172817),(-0.2760448,-0.8722664,0.4036715),(-0.2669389,-0.9104637,0.3159108),(-0.2693276,-0.813013,0.5162099),(-0.2754244,-0.7378655,0.6161947),(-0.2762983,-0.7462906,0.6055657),(-0.2772806,-0.8193897,0.5017132),(-0.2818244,-0.830429,0.4805859),(-0.2889225,-0.8779834,0.3816659),(-0.2773321,-0.75719,0.5913968),(-0.2785962,-0.7686154,0.5758599),(-0.2828807,-0.8449127,0.4539836),(-0.2961314,-0.8879884,0.3518279),(-0.2914394,-0.9080639,0.3008037),(-0.3091871,-0.909674,0.2773023),(-0.2789491,-0.6433158,0.7129741),(-0.2826575,-0.5225464,0.8043942),(-0.2812612,-0.5232786,0.8044077),(-0.2768265,-0.6501618,0.7075711),(-0.2901902,-0.3649178,0.8846607),(-0.3060909,-0.1612722,0.9382429),(-0.3160734,-0.1185998,0.9412926),(-0.2928964,-0.3507106,0.889502),(-0.306231,-0.3281093,0.8936257),(-0.2884241,-0.5198997,0.804062),(-0.3345464,-0.06104667,0.9403999),(-0.3602503,0.01046263,0.9327971),(-0.3299379,-0.2952287,0.8966498),(-0.3042413,-0.5094601,0.8049147),(-0.2792374,-0.6562008,0.7010186),(-0.2863649,-0.6586516,0.6958256),(-0.3315226,0.06421384,0.9412594),(-0.3614753,0.2905698,0.8859486),(-0.3889834,0.3815269,0.8385279),(-0.350658,0.1375894,0.9263413),(-0.3825564,0.5223207,0.7621231),(-0.3791407,0.7465233,0.546768),(-0.3938034,0.8182428,0.4188049),(-0.4111188,0.613939,0.6738399),(-0.4214911,0.707637,0.5670935),(-0.4076928,0.4870123,0.7724025),(-0.3851708,0.8778123,0.2847615),(-0.3608707,0.9197097,0.1546163),(-0.4149131,0.7928165,0.4464181),(-0.4153629,0.5973694,0.6860201),(-0.3709536,0.2300017,0.899718),(-0.3897961,0.3361902,0.8573419),(-0.3759191,0.8741716,0.3074229),(-0.4238202,0.8898265,0.1690713),(-0.4127929,0.9103646,0.02895152),(-0.3712389,0.9142283,0.1623828),(-0.5178282,0.8424499,0.1487686),(-0.6288137,0.7361689,0.2502972),(-0.6576007,0.7396607,0.1430498),(-0.5178588,0.8551977,0.02142974),(-0.4853575,0.8698291,-0.088462),(-0.3750333,0.922295,-0.09339019),(-0.6498145,0.7585734,0.04803539),(-0.4324628,0.8852234,-0.1713344),(-0.6126443,0.7899516,-0.0253669),(-0.3245133,0.9268172,-0.1889467),(-0.3426893,0.9390368,0.02781783),(-0.3029031,0.9491004,-0.08636075),(-0.6956053,0.6043897,0.3883895),(-0.7087683,0.51405,0.4831149),(-0.7848075,0.4648902,0.4098222),(-0.752503,0.585259,0.3020119),(-0.6909451,0.4733644,0.5463707),(-0.649335,0.4842962,0.5863627),(-0.7576786,0.3634068,0.5420872),(-0.7829679,0.3903056,0.4843788),(-0.837783,0.3434185,0.42448),(-0.8254333,0.4492612,0.3417955),(-0.8247105,0.2769142,0.4931239),(-0.8682169,0.2286217,0.4403764),(-0.8670617,0.3331775,0.3704006),(-0.8375082,0.4663385,0.2847953),(-0.773452,0.5932683,0.2231696),(-0.7630864,0.6263158,0.1594606),(-0.5814149,0.5362808,0.6118495),(-0.4863942,0.6129853,0.6226313),(-0.6372606,0.4372756,0.6345777),(-0.7092847,0.3810272,0.5930712),(-0.3698778,0.7041425,0.6061137),(-0.2401523,0.7963516,0.5551135),(-0.5436714,0.5264698,0.6536443),(-0.4310747,0.6374392,0.6386282),(-0.6730365,0.3354006,0.6591876),(-0.7398223,0.2711982,0.6157227),(-0.5883133,0.4407642,0.6779485),(-0.7185488,0.2234393,0.6586064),(-0.7746348,0.150985,0.614121),(-0.8168088,0.1306056,0.5619304),(-0.7908771,0.2516511,0.5578397),(-0.8489244,0.1576742,0.5044463),(-0.1054841,0.8734011,0.4754404),(0.02498619,0.9260635,0.3765397),(-0.302607,0.7488952,0.5895633),(-0.1674992,0.8428571,0.5114059),(0.1415828,0.9545923,0.2621219),(0.2368711,0.9618376,0.1369686),(-0.03980946,0.9135598,0.4047514),(0.06797654,0.9590408,0.2749913),(-0.3547263,0.6969377,0.6232553),(-0.2261284,0.8120152,0.5380496),(-0.1111026,0.903581,0.4137605),(-0.4120563,0.6385698,0.6499525),(-0.2972818,0.7811539,0.5490192),(-0.5313107,0.4848872,0.6946894),(-0.4806522,0.5689104,0.6673188),(-0.637983,0.3408109,0.6905257),(0.3096476,0.9507188,0.01587683),(0.3651825,0.9267765,-0.08790345),(0.1512997,0.9782908,0.1416174),(0.2140783,0.9765624,0.02228194),(0.4077438,0.8965698,-0.1729378),(0.4395319,0.8655669,-0.2400118),(0.2599494,0.9622914,-0.08013568),(0.2907414,0.9422813,-0.1660584),(0.05662365,0.9885923,0.1395676),(0.1120673,0.9935259,0.01863804),(0.1494932,0.9848208,-0.08820288),(-0.03604293,0.9904215,0.1332894),(0.01561823,0.9998721,0.003441583),(-0.107263,0.9563544,0.2718103),(-0.01732285,0.9617763,0.2732878),(-0.1953335,0.8891061,0.4139265),(0.4629345,0.8388022,-0.2865355),(0.4799365,0.8207454,-0.3099002),(0.319447,0.9078379,-0.2716321),(0.3093256,0.9224081,-0.2312595),(0.4906342,0.8135971,-0.31199),(0.4939096,0.8183421,-0.2938868),(0.3223651,0.9022036,-0.2865473),(0.323397,0.900874,-0.2895519),(0.1895562,0.9459132,-0.2632807),(0.1841379,0.9553719,-0.230993),(0.1899049,0.9431716,-0.2726966),(0.09156505,0.9628526,-0.2540288),(0.08554302,0.9692881,-0.2305713),(0.07205949,0.9806623,-0.1819581),(0.1718703,0.9697027,-0.1736006),(0.04984723,0.9932151,-0.1050668),(0.481075,0.8288583,-0.2855883),(0.445752,0.8367873,-0.3179499),(0.2787831,0.8997172,-0.3358409),(0.3096067,0.9049057,-0.2920431),(0.3867924,0.8342938,-0.3928683),(0.2996332,0.8073968,-0.508262),(0.1605627,0.8275476,-0.5379447),(0.2296358,0.8784807,-0.4189736),(0.1157343,0.8981547,-0.424174),(0.1541101,0.9283667,-0.3382089),(0.06677426,0.8372141,-0.5427833),(0.01108051,0.8467386,-0.5318939),(0.03890562,0.9074646,-0.4183233),(0.06598874,0.940384,-0.3336518),(0.1796471,0.9406129,-0.2880526),(0.08561973,0.9563429,-0.2794234),(0.2082366,0.7790007,-0.591435),(0.1447605,0.7990718,-0.5835483),(0.05758516,0.780866,-0.6220387),(0.09497518,0.7763212,-0.6231415),(0.1149195,0.8749766,-0.4703292),(0.1184559,0.9713365,-0.2060908),(0.05340181,0.9566022,-0.286462),(0.04619905,0.8497531,-0.5251526),(0.01618378,0.8267363,-0.5623568),(0.01395083,0.769345,-0.6386812),(0.01911864,0.9311807,-0.3640561),(0.01984778,0.8997509,-0.4359523),(0.02356839,0.8102777,-0.5855721),(0.009044128,0.7692929,-0.6388323),(0.02767443,0.7758347,-0.630329),(-0.0007361564,0.7845918,-0.6200122),(0.1063493,0.9924375,0.06130004),(0.04757941,0.9858792,0.1605553),(-0.05531023,0.9966831,0.05969711),(0.02941624,0.9990344,-0.03263288),(-0.05641748,0.9926947,0.10665),(-0.2248113,0.9677609,-0.1135728),(-0.370158,0.8948913,-0.2493043),(-0.18999,0.9817388,-0.009629636),(-0.2842222,0.9451439,-0.1609993),(-0.1307507,0.9885721,-0.07502898),(-0.4524413,0.7958522,-0.4023881),(-0.4783947,0.6871591,-0.5467639),(-0.3335974,0.8840883,-0.3272622),(-0.1700476,0.9582812,-0.2297415),(-0.02272641,0.9888167,-0.1473943),(-0.04143871,0.9612667,-0.2724871),(-0.4229088,0.8337965,-0.3548682),(-0.5928,0.6694729,-0.4476544),(-0.6657695,0.5092322,-0.5453748),(-0.5368721,0.6937584,-0.4800707),(-0.7270451,0.5358388,-0.4292811),(-0.8236377,0.446528,-0.3496193),(-0.7734675,0.3847435,-0.5037068),(-0.8580547,0.3161697,-0.4046961),(-0.6622347,0.3758269,-0.6482278),(-0.7511441,0.275069,-0.6000996),(-0.834412,0.2368632,-0.4976469),(-0.6810777,0.2123139,-0.7007539),(-0.7616689,0.2097677,-0.6130726),(-0.6111763,0.2820585,-0.7395312),(-0.5721925,0.5546824,-0.6040888),(-0.5543424,0.4380445,-0.7076874),(-0.8878688,0.3761576,-0.2649426),(-0.9308023,0.2981315,-0.211482),(-0.9141907,0.2677718,-0.3042262),(-0.9475366,0.209528,-0.2413962),(-0.9590468,0.2101434,-0.1899183),(-0.9735259,0.1105693,-0.2000548),(-0.9660494,0.1423562,-0.2155994),(-0.971852,0.06711558,-0.2258298),(-0.9290076,0.1859907,-0.3199253),(-0.9466998,0.1446986,-0.2877877),(-0.9509793,0.09771346,-0.2934115),(-0.8888856,0.2174554,-0.4032316),(-0.8931397,0.2045613,-0.4005697),(-0.8681782,0.2269013,-0.4413416),(-0.8945246,0.2181284,-0.3901868),(-0.8280103,0.2265882,-0.5128905),(-0.9739065,0.0147524,-0.2264699),(-0.9646742,-0.06010442,-0.2564982),(-0.9669221,0.001390691,-0.2550678),(-0.956888,-0.03651869,-0.2881523),(-0.9493305,-0.1113123,-0.2939064),(-0.9302626,-0.1344467,-0.341373),(-0.9288678,-0.009339314,-0.3702938),(-0.9441247,-0.04280695,-0.3267967),(-0.920732,0.1050651,-0.3757844),(-0.935416,0.06544882,-0.3474384),(-0.8971187,0.1926584,-0.3975684),(-0.7864239,0.4537982,-0.4190519),(-0.8362038,0.332575,-0.43607),(-0.8665692,0.2512889,-0.4311747),(-0.9454526,0.06474997,-0.3192597),(-0.8845611,0.2094649,-0.4167446),(-0.9128389,-0.117542,-0.3910358),(-0.9016211,-0.04937899,-0.4296987),(-0.8742158,0.2110067,-0.4372903),(-0.9082451,0.07394443,-0.4118534),(-0.8901821,0.07313581,-0.4496965),(-0.8608961,0.2495825,-0.443358),(-0.7083594,0.5884053,-0.3898795),(-0.8124008,0.3912706,-0.4323336),(-0.6662198,0.66293,-0.3415771),(-0.7775709,0.4934387,-0.3897458),(-0.5270231,0.8070398,-0.266333),(-0.359984,0.9206132,-0.151271),(-0.4821887,0.843323,-0.2372771),(-0.6030391,0.7326301,-0.31559),(-0.8533825,0.3275035,-0.405561),(-0.7083952,0.596531,-0.3772627),(-0.7857962,0.4558325,-0.4180205),(-0.6522741,0.6504318,-0.3892005),(-0.3871478,0.8783833,-0.2802844),(-0.5599629,0.7602627,-0.3293054),(-0.4808423,0.7986803,-0.3618019),(-0.3142749,0.8854461,-0.3423692),(-0.08076958,0.9631165,-0.2566764),(-0.2193608,0.9417509,-0.2549236),(-0.09994213,0.9851047,-0.1399297),(-0.2300317,0.9617056,-0.1490229),(0.006971106,0.9862415,-0.1651639),(0.01206047,0.9964826,-0.08292869),(-0.0626693,0.9969559,-0.04638277),(-0.148751,0.9878233,-0.04558759),(-0.3760604,0.9062542,-0.1930849),(-0.2474337,0.9655116,-0.08101784),(-0.1821339,0.9262388,-0.3300137),(-0.08713001,0.9432607,-0.3204178),(0.09322339,0.9556067,-0.2795092),(0.0213465,0.9625945,-0.270104),(-0.01905462,0.9506412,-0.3097067),(0.03174164,0.9548252,-0.2954679),(0.1783336,0.9449006,-0.274518),(0.1433673,0.9487848,-0.2815194),(0.1989916,0.9482617,-0.2473906),(0.1526451,0.9610066,-0.2305771),(0.2316954,0.9395415,-0.2521488),(0.2187532,0.9500251,-0.2227091),(0.1825562,0.9617618,-0.2041747),(0.1350038,0.9754492,-0.1739908),(0.08985656,0.9751544,-0.2024839),(0.07764989,0.9880738,-0.1329689),(0.07240364,0.9605485,-0.2685222),(0.1071243,0.9695843,-0.2200694),(0.2218537,0.9522502,-0.2097632),(0.2032507,0.9459925,-0.2525614),(0.1358917,0.9794251,-0.1491978),(0.1586636,0.9857894,-0.05518231),(0.2449467,0.9678533,-0.0571047),(0.2355112,0.9609908,-0.1450216),(0.2804703,0.9486207,-0.1464759),(0.2694059,0.9410085,-0.2047523),(0.2887806,0.9552831,-0.06356072),(0.296412,0.9529506,-0.06344337),(0.2804739,0.9490904,-0.1433941),(0.2640983,0.9443723,-0.1959923),(0.2539685,0.9370466,-0.2396741),(0.2446848,0.9437808,-0.2222767),(0.1747241,0.9831546,0.05365235),(0.183736,0.9680977,0.1703756),(0.2469198,0.9561253,0.1576544),(0.2492376,0.9673422,0.0461476),(0.185548,0.937135,0.2955501),(0.1789046,0.8860063,0.4277685),(0.2366373,0.9309925,0.277949),(0.2163883,0.887975,0.4058035),(0.2906628,0.946533,0.1399661),(0.2779821,0.9267167,0.2528282),(0.2513099,0.8931178,0.3730738),(0.3094324,0.9232028,0.2279213),(0.2826441,0.8995671,0.3330035),(0.3164279,0.9399878,0.1276568),(0.2931657,0.9554282,0.03479512),(0.3101188,0.9501924,0.03099273),(0.1626313,0.8387439,0.5196727),(0.1377545,0.8348881,0.5329031),(0.186326,0.8498425,0.4930011),(0.1500419,0.8538598,0.4984083),(0.1006474,0.8799031,0.4643714),(0.03928787,0.9562939,0.2897558),(0.04341996,0.9761969,0.2124957),(0.1056889,0.9039565,0.4143578),(0.1618102,0.8775091,0.4514368),(0.1061278,0.9291787,0.3540676),(0.03826886,0.9904751,0.1322669),(0.022598,0.9986536,0.04669448),(0.1001344,0.9550403,0.2790538),(0.1715003,0.9053794,0.3884273),(0.2106595,0.8659027,0.4536906),(0.2343406,0.8856538,0.4008762),(-0.05120637,0.9943078,0.0934353),(-0.1562279,0.9877162,-0.003058975),(-0.1344358,0.9845951,-0.1118011),(-0.04052281,0.9991558,-0.006770034),(-0.2621335,0.9650316,0.0001684178),(-0.355772,0.9297544,0.0947784),(-0.2299701,0.9670149,-0.1095261),(-0.319277,0.9476213,-0.008717689),(-0.2080484,0.9562034,-0.2058907),(-0.1247142,0.9702663,-0.2074362),(-0.2881108,0.9519002,-0.1042977),(-0.2608669,0.9476926,-0.1839218),(-0.1946027,0.9384654,-0.2853289),(-0.1256333,0.9491596,-0.2886389),(-0.04160565,0.9941648,-0.09952501),(-0.05422171,0.9812858,-0.1847651),(-0.4301549,0.8800086,0.201374),(-0.4918287,0.8345498,0.2482565),(-0.4633578,0.8686286,0.1754534),(-0.39629,0.9112691,0.1119945),(-0.5448525,0.8032779,0.2405832),(-0.588138,0.7880513,0.1818486),(-0.5652163,0.8118013,0.1466606),(-0.5207865,0.8332956,0.185472),(-0.4799881,0.8679456,0.1276001),(-0.4245502,0.8998666,0.0999864),(-0.5226163,0.8453456,0.110739),(-0.4579898,0.8857543,0.07539681),(-0.4200477,0.904456,0.07429143),(-0.373455,0.9270682,0.03279874),(-0.3601886,0.9325846,0.02345306),(-0.3204316,0.9457976,-0.05282507),(-0.6141179,0.778873,0.1273424),(-0.6238011,0.770575,0.1307146),(-0.5956922,0.7929701,0.1278641),(-0.5896844,0.7999737,0.1109701),(-0.6207629,0.7600511,0.1922905),(-0.6010261,0.7360113,0.3115364),(-0.562757,0.7619835,0.3204461),(-0.5874218,0.784709,0.1979078),(-0.5441276,0.8135653,0.2050282),(-0.5526699,0.8236849,0.1268818),(-0.5194064,0.7884855,0.3294049),(-0.4715798,0.8164049,0.3333099),(-0.4907273,0.8465354,0.2063122),(-0.4935112,0.8613166,0.1207487),(-0.5465703,0.8319178,0.09577888),(-0.482796,0.8722914,0.0775605),(-0.5703171,0.7024964,0.4257197),(-0.5497589,0.6832134,0.4806087),(-0.5105065,0.7096245,0.4856091),(-0.5300094,0.7285998,0.4338575),(-0.5475666,0.6834232,0.4828079),(-0.5663328,0.7008814,0.4336271),(-0.5339891,0.7308515,0.4251019),(-0.5113074,0.7111838,0.4824751),(-0.4761783,0.7372897,0.4792266),(-0.4716101,0.7343265,0.4882096),(-0.5031837,0.7589701,0.4132439),(-0.4741215,0.7856492,0.397447),(-0.442332,0.7621449,0.4727342),(-0.4333849,0.757932,0.4875619),(-0.4882032,0.7534172,0.4404773),(-0.4454843,0.7778656,0.4432479),(-0.5942724,0.7155585,0.3671735),(-0.6223397,0.7137036,0.321435),(-0.56574,0.7472769,0.3485907),(-0.5971656,0.7467337,0.2928859),(-0.6521409,0.6974576,0.2970943),(-0.6842371,0.6675302,0.2936377),(-0.6299039,0.7322853,0.2588038),(-0.6646571,0.7055669,0.245777),(-0.5744179,0.7757044,0.2613937),(-0.6098803,0.7617198,0.2186982),(-0.6459885,0.7372829,0.1977696),(-0.5923919,0.785982,0.1769296),(-0.6285473,0.7629177,0.1512776),(-0.5544248,0.8009011,0.2262087),(-0.5392366,0.7762631,0.326557),(-0.5150676,0.8029098,0.300069),(-0.7138242,0.6204726,0.3247594),(-0.7294813,0.548698,0.4083963),(-0.6974254,0.6641731,0.2692061),(-0.7187976,0.6015372,0.3485442),(-0.7103307,0.4380498,0.5509471),(-0.6215382,0.2648403,0.7372584),(-0.7108524,0.5035721,0.4910233),(-0.6418808,0.3443339,0.6851446),(-0.7033578,0.6489217,0.2901523),(-0.7031142,0.5654783,0.4311202),(-0.6512169,0.42355,0.6296999),(-0.6864199,0.6228096,0.3754143),(-0.6476107,0.5005288,0.5745184),(-0.6831567,0.6906878,0.237165),(-0.6794964,0.7015007,0.2148986),(-0.6603053,0.732658,0.1649522),(-0.4719759,0.05387626,0.8799636),(-0.2858477,-0.1624942,0.9443976),(-0.5162222,0.1417195,0.844648),(-0.3506546,-0.07740208,0.9333007),(-0.01929538,-0.3831622,0.9234794),(0.3629566,-0.5606653,0.744256),(-0.09127849,-0.3212853,0.9425731),(0.3156145,-0.5480089,0.7746443),(-0.40691,0.01859825,0.9132788),(-0.1660998,-0.2431573,0.9556597),(0.2477675,-0.5290451,0.8116172),(-0.2362633,-0.1468735,0.9605249),(0.1554667,-0.491558,0.8568552),(-0.4481094,0.1227825,0.8855069),(-0.5487984,0.2341481,0.8024931),(-0.5659472,0.3283966,0.7562138),(0.6673573,-0.5942672,0.448866),(0.7925625,-0.5612594,0.2383955),(0.7586135,-0.6048295,0.2422538),(0.639729,-0.6172028,0.4580475),(0.8331865,-0.5424179,0.1076243),(0.8310345,-0.5558442,0.02046601),(0.7691549,-0.6371917,0.04886168),(0.7869522,-0.605379,0.1192583),(0.7044308,-0.6982533,0.1273558),(0.693901,-0.6750445,0.2506321),(0.6651478,-0.7438632,0.06516119),(0.5012859,-0.8628215,0.06520493),(0.5656888,-0.8134204,0.1354382),(0.5816529,-0.7661799,0.2732185),(0.5849039,-0.6554787,0.4777395),(0.4895161,-0.6999545,0.5200363),(0.7961134,-0.6039406,-0.03820072),(0.7311055,-0.6794537,-0.06186701),(0.6340842,-0.7732558,-0.003581375),(0.7163168,-0.6977215,0.008653492),(0.637635,-0.7692378,-0.04117149),(0.5170314,-0.8555135,0.02783971),(0.399617,-0.9129472,0.08266532),(0.5265658,-0.8498924,0.02028149),(0.3874922,-0.9200085,0.05860197),(0.4974809,-0.8668641,0.03255105),(0.2676763,-0.9565157,0.1158752),(0.1275672,-0.9847767,0.1180737),(0.226862,-0.9720169,0.06096484),(0.3223217,-0.9460573,0.03292681),(0.591989,-0.8051127,0.0366398),(0.4143443,-0.9094482,0.03496644),(0.3859494,-0.9157264,0.1117503),(0.2653594,-0.9474229,0.1788137),(0.1625364,-0.9640114,0.2103899),(0.2722762,-0.9496937,0.1547505),(0.1605926,-0.9594216,0.2317762),(0.07482111,-0.9582991,0.2757984),(0.005187604,-0.9586715,0.2844683),(0.0729822,-0.9649401,0.2521196),(-0.008809361,-0.9656634,0.2596472),(0.06195658,-0.9720421,0.226485),(-0.05709787,-0.95758,0.2824544),(-0.1116746,-0.9565644,0.2692828),(-0.08360013,-0.9639379,0.2526552),(-0.03402615,-0.9740571,0.2237295),(0.1544084,-0.9716054,0.179279),(0.03646339,-0.9830744,0.1795414),(0.01117394,-0.9501888,0.3114748),(-0.03001749,-0.9412722,0.3363118),(-0.04022618,-0.9497843,0.3103086),(-0.0651354,-0.9419297,0.3294326),(-0.05226332,-0.9352497,0.3501092),(-0.05874383,-0.9340162,0.3523677),(-0.073232,-0.9372526,0.3408735),(-0.06787548,-0.9367442,0.3433705),(-0.09359469,-0.9448323,0.3138981),(-0.08862214,-0.9421456,0.3232765),(-0.07239808,-0.9424639,0.3263747),(-0.09883494,-0.949439,0.2979885),(-0.07246939,-0.9506692,0.3016226),(-0.1157975,-0.949869,0.2904132),(-0.08420413,-0.9502704,0.2998265),(-0.1209291,-0.9522417,0.2803783),(-0.05194744,-0.9382436,0.3420531),(-0.03361464,-0.9476063,0.3176669),(-0.05119153,-0.9408965,0.3348032),(-0.02403415,-0.9494208,0.3130856),(-0.005210907,-0.9607704,0.2772961),(0.03155492,-0.9752384,0.2188931),(0.01289628,-0.9608749,0.2766828),(0.05867999,-0.9728154,0.2240242),(-0.01044707,-0.9536377,0.3007756),(0.03465186,-0.9629387,0.2674854),(0.08817445,-0.9718207,0.218609),(0.1187268,-0.9715251,0.2050438),(0.05955942,-0.9662616,0.2505817),(0.007107672,-0.9597375,0.2808085),(-0.04630991,-0.9463149,0.3199118),(-0.0372401,-0.95407,0.2972603),(0.06920068,-0.9856548,0.1539351),(0.103478,-0.9899464,0.09642786),(0.153709,-0.9820899,0.1089634),(0.1071031,-0.9805476,0.164485),(0.1389257,-0.989104,0.04871399),(0.1803249,-0.983526,0.01263409),(0.2502079,-0.9680847,0.01442123),(0.2006576,-0.9779047,0.05864071),(0.2499983,-0.9665912,0.05658876),(0.1979287,-0.9742213,0.108245),(0.3011906,-0.953532,0.00780415),(0.3329391,-0.9429407,-0.003802292),(0.2854552,-0.9572361,0.0470591),(0.2340689,-0.9671735,0.09893019),(0.1442167,-0.9761243,0.1624281),(0.1785435,-0.9721683,0.1516936),(0.2346223,-0.9718544,-0.02124942),(0.3028102,-0.9508061,-0.06537425),(0.3661381,-0.9270703,-0.08052024),(0.3055935,-0.9517071,-0.0294331),(0.3772342,-0.9178929,-0.123154),(0.4493976,-0.8714196,-0.1966462),(0.4793991,-0.8512853,-0.2132831),(0.426091,-0.893588,-0.1412336),(0.4504426,-0.8789992,-0.1564023),(0.403766,-0.9098433,-0.09569865),(0.4889344,-0.8428311,-0.2248973),(0.4803369,-0.8449318,-0.2353011),(0.4527753,-0.8751342,-0.1706889),(0.4177298,-0.9017602,-0.1110421),(0.3527716,-0.9347894,-0.04148765),(0.377168,-0.9244697,-0.05567866),(0.5037823,-0.8236961,-0.2602462),(0.5333411,-0.7946663,-0.2899184),(0.5282952,-0.7939215,-0.3009868),(0.5147661,-0.8123977,-0.2739087),(0.5416455,-0.7895554,-0.288483),(0.52853,-0.8090769,-0.2570035),(0.5040526,-0.8246402,-0.2567094),(0.5244265,-0.7985197,-0.2955384),(0.5031416,-0.8114744,-0.2972504),(0.5142608,-0.801447,-0.3053173),(0.4791093,-0.8398238,-0.2552451),(0.4540456,-0.8540486,-0.2538573),(0.4786966,-0.8261476,-0.297203),(0.4925047,-0.8141262,-0.3076322),(0.5109909,-0.8122984,-0.2811755),(0.4942403,-0.820622,-0.2868904),(0.4986,-0.8401484,-0.2134219),(0.4614946,-0.8697651,-0.1747327),(0.4428279,-0.8820311,-0.1610114),(0.4734519,-0.856678,-0.2048073),(0.4239332,-0.895117,-0.1380075),(0.3929009,-0.9140651,-0.1005683),(0.4014775,-0.9112998,-0.09137036),(0.4172262,-0.9003347,-0.1237729),(0.4074063,-0.9050046,-0.1224217),(0.4242833,-0.8918682,-0.1566994),(0.4021429,-0.9104518,-0.0967401),(0.3929125,-0.9127911,-0.1114998),(0.39262,-0.9105922,-0.129118),(0.4045121,-0.9007452,-0.1582024),(0.4494329,-0.8704735,-0.2007132),(0.4260015,-0.8824244,-0.1996243),(0.3753703,-0.9243982,-0.06771396),(0.373454,-0.9264579,-0.04698806),(0.4081765,-0.9116552,-0.04771474),(0.3988126,-0.9147283,-0.06496724),(0.3840176,-0.9224649,-0.03986222),(0.4037651,-0.9136195,-0.04767675),(0.4468003,-0.8933474,-0.04795642),(0.4255292,-0.9039941,-0.04146666),(0.4443262,-0.8941033,-0.05615789),(0.4245043,-0.9032332,-0.06297546),(0.4641055,-0.8838365,-0.0586439),(0.4558849,-0.8865652,-0.07855663),(0.4398019,-0.8944288,-0.08106422),(0.4211084,-0.9026651,-0.08867583),(0.4089611,-0.9092826,-0.07717411),(0.4040157,-0.9093272,-0.09947614),(0.4261348,-0.9025719,-0.06142601),(0.4458463,-0.8922406,-0.07160795),(0.4786527,-0.8752775,-0.06914399),(0.465848,-0.8828349,-0.05990149),(0.4619423,-0.8834194,-0.07861083),(0.4734959,-0.8768866,-0.08289559),(0.4855087,-0.8705865,-0.07975184),(0.4852278,-0.8711031,-0.07571929),(0.4831403,-0.8724051,-0.07405911),(0.4848168,-0.8717569,-0.07065725),(0.4737211,-0.877418,-0.07567103),(0.438087,-0.8959924,-0.07264543),(0.4561464,-0.8866826,-0.07565975),(0.4651068,-0.8818409,-0.07766917),(0.4785773,-0.8756005,-0.06547902),(0.4650493,-0.8817875,-0.07861159),(0.4792469,-0.8737022,-0.08346733),(0.4782211,-0.8746545,-0.07927229),(0.4650761,-0.8820217,-0.07577536),(0.4789756,-0.874163,-0.08013416),(0.4699198,-0.8798761,-0.07066323),(0.4536697,-0.8892788,-0.05802554),(0.4435662,-0.8937453,-0.06684508),(0.4140576,-0.9086748,-0.0535371),(0.3976447,-0.915629,-0.05918135),(0.4309069,-0.8997632,-0.0688869),(0.3568309,-0.9330761,-0.04517332),(0.3313713,-0.9421853,-0.04979753),(0.2816289,-0.9588612,-0.03564276),(0.3748851,-0.9250995,-0.06043248),(0.4563573,-0.8866849,-0.07435036),(0.4108425,-0.9091736,-0.06790929),(0.4302751,-0.9015626,-0.04525764),(0.4015272,-0.9151444,-0.03586937),(0.3781226,-0.9248728,-0.04041765),(0.3386063,-0.9403976,-0.03159582),(0.368428,-0.9291927,-0.0293556),(0.3320381,-0.9429319,-0.02510171),(0.2973019,-0.954424,-0.0261962),(0.2560779,-0.9663774,-0.02321615),(0.264692,-0.9640246,-0.02438851),(0.2199272,-0.9752887,-0.0210721),(0.1793668,-0.9835643,-0.02070858),(0.1378207,-0.9902881,-0.01829928),(0.1037359,-0.9943588,-0.0221213),(0.1807702,-0.9833575,-0.0181735),(0.311165,-0.9498164,-0.03201881),(0.229712,-0.9729764,-0.0234408),(0.2934736,-0.9557182,-0.02181687),(0.2542524,-0.9669703,-0.01800675),(0.2163915,-0.9760777,-0.02114743),(0.1792046,-0.983634,-0.01870628),(0.2163565,-0.9762335,-0.01257321),(0.1818169,-0.9833224,-0.004415533),(0.1454873,-0.9892415,-0.01531743),(0.1161968,-0.9931717,-0.0104047),(0.1140516,-0.993282,-0.01957256),(0.08853994,-0.995926,-0.01709182),(0.06720986,-0.997648,-0.01346207),(0.04683125,-0.998673,-0.02142327),(0.03568022,-0.9992325,-0.01617107),(0.06048253,-0.9978615,-0.02478248),(0.1441824,-0.9893323,-0.02080534),(0.07873281,-0.9965743,-0.02531143),(0.152829,-0.9882393,0.005117292),(0.1301522,-0.9913952,0.01399801),(0.09228695,-0.9957217,-0.004626743),(0.07385688,-0.9972683,0.000949633),(0.1130377,-0.99335,0.02186975),(0.100719,-0.9945098,0.02838856),(0.06021569,-0.9981673,0.006019713),(0.05067481,-0.9986623,0.01028329),(0.036439,-0.9993196,-0.005719918),(0.02645485,-0.9996468,-0.002519877),(0.01956777,-0.9998085,2.633645e-5),(0.01154573,-0.9999248,-0.004122159),(0.007076962,-0.9999719,-0.002463141),(0.01790879,-0.9998158,-0.006893918),(0.04989628,-0.99871,-0.009418931),(0.02600717,-0.9996026,-0.01087675),(0.0922319,-0.9951246,0.03493185),(0.08744526,-0.9952295,0.0432606),(0.04442189,-0.9989095,0.01437111),(0.04106028,-0.9989741,0.01909886),(0.08729481,-0.9947224,0.05391787),(0.09274065,-0.9933984,0.06751984),(0.04075451,-0.9988667,0.02458571),(0.04367547,-0.9985657,0.03096826),(0.01288613,-0.999905,0.004866273),(0.01237651,-0.9998952,0.00751605),(0.01346552,-0.9998573,0.01019906),(0.002303692,-0.9999964,0.001374174),(0.002600108,-0.9999933,0.002563667),(0.002787248,-0.9999961,6.267052e-5),(0.01521046,-0.9998816,0.002339356),(0.004295858,-0.99999,-0.001255232),(0.1019979,-0.990527,0.09193906),(0.1138126,-0.9841745,0.1358212),(0.04824699,-0.9978347,0.04469986),(0.05453609,-0.99582,0.07326959),(0.1306702,-0.9707081,0.2016212),(0.1558915,-0.9437162,0.291715),(0.06622352,-0.990649,0.1192855),(0.08754519,-0.9787002,0.1856929),(0.01836516,-0.9992372,0.03446164),(0.02694112,-0.9975972,0.06382712),(0.04496907,-0.9931268,0.1080596),(0.01164503,-0.9994218,0.03194203),(0.02534773,-0.9980199,0.0575638),(0.005274001,-0.9998676,0.01539097),(0.01513948,-0.9997348,0.01735381),(0.003219665,-0.999976,0.006139309),(0.1929468,-0.8953346,0.4014319),(0.2393544,-0.8172563,0.5242153),(0.1213067,-0.954348,0.2729551),(0.1651675,-0.9099898,0.3803133),(0.2868372,-0.699296,0.6547591),(0.3272533,-0.5314912,0.7812954),(0.2137762,-0.8355553,0.50611),(0.262522,-0.7184562,0.6441296),(0.1114047,-0.9598516,0.2574374),(0.1548656,-0.9174153,0.3665597),(0.2028633,-0.8438082,0.4968241),(0.1052197,-0.9631287,0.2476126),(0.1444231,-0.9225116,0.3579306),(0.07296399,-0.9841804,0.161447),(0.07389428,-0.9824253,0.1714059),(0.04637318,-0.9940439,0.09862193),(0.3593267,-0.3184399,0.8772002),(0.3811632,-0.07817777,0.9211963),(0.3110259,-0.5539753,0.7722527),(0.3550333,-0.3479716,0.8676791),(0.3826345,0.1723133,0.9076888),(0.3571631,0.4140595,0.8372511),(0.3818601,-0.1096448,0.9176933),(0.3823148,0.1450845,0.912571),(0.3117436,-0.5726227,0.7582342),(0.3559226,-0.3706855,0.8578528),(0.3787035,-0.131442,0.9161369),(0.2980041,-0.5958977,0.7457207),(0.3353414,-0.3962267,0.8547226),(0.2474722,-0.7470164,0.6170285),(0.2565665,-0.7300954,0.6333516),(0.1929419,-0.8532048,0.4845769),(0.3141949,0.62233,0.7169288),(0.2650557,0.7823094,0.5636821),(0.3627648,0.3882603,0.8471456),(0.3320204,0.5973381,0.7300339),(0.2064199,0.8952659,0.3948289),(0.1332832,0.9653078,0.224536),(0.2853582,0.7659804,0.5760595),(0.2174615,0.8906665,0.399279),(0.3756284,0.3584773,0.8546329),(0.3484474,0.5728554,0.7419036),(0.2949648,0.7538944,0.5870596),(0.3742208,0.3174167,0.8713239),(0.3436136,0.5432835,0.7660108),(0.3770694,0.07789159,0.9229039),(0.3833761,0.1201755,0.9157404),(0.3609464,-0.1637927,0.9180902),(0.06181017,0.99568,0.06928717),(0.01189836,0.9982919,-0.05719863),(0.1441815,0.9651614,0.2183459),(0.08596667,0.9948105,0.05442182),(-0.01753055,0.9883629,-0.1511009),(-0.03148853,0.9773008,-0.2095033),(0.04220108,0.9958969,-0.08005102),(0.006839682,0.9842521,-0.1766382),(0.1663512,0.9611767,0.2201516),(0.1094644,0.9926462,0.05168334),(0.05218596,0.9950229,-0.08488917),(0.1778956,0.9525043,0.2471609),(0.1062314,0.9915339,0.07466961),(0.2391285,0.8688601,0.433474),(0.2281092,0.8852849,0.4052615),(0.2939305,0.7327603,0.6137321),(-0.03996755,0.9713616,-0.2342206),(-0.04910018,0.9714381,-0.2321573),(-0.02394532,0.9721587,-0.2330968),(-0.04946819,0.9655973,-0.2552934),(-0.05697408,0.9759978,-0.2101958),(-0.06130521,0.9827653,-0.1743965),(-0.0686029,0.9653313,-0.2518515),(-0.07977276,0.9700974,-0.2292323),(-0.04218452,0.9705337,-0.2372444),(-0.07117615,0.961838,-0.2641998),(-0.08840472,0.9594744,-0.2675697),(-0.05282498,0.9687522,-0.2423402),(-0.07555496,0.9553529,-0.2856433),(-0.01646709,0.9851905,-0.1706708),(-0.001108794,0.9835768,-0.1804866),(0.03636216,0.9971136,-0.06665035),(-0.06625143,0.9889116,-0.1329082),(-0.07642206,0.9926223,-0.09413132),(-0.08707997,0.9769138,-0.1950805),(-0.09463691,0.9829863,-0.1574221),(-0.09015729,0.9938412,-0.06442958),(-0.1054806,0.9931646,-0.04997874),(-0.1005924,0.9873203,-0.1228001),(-0.1029124,0.9898596,-0.09791334),(-0.1046294,0.9678322,-0.2288091),(-0.1053528,0.9744093,-0.198563),(-0.09863468,0.9807257,-0.1686662),(-0.09821352,0.9524,-0.2885974),(-0.09065356,0.9610713,-0.2610058),(-0.09739269,0.9475572,-0.3043849),(-0.09838129,0.9622877,-0.2536206),(-0.08950864,0.9482172,-0.3047498),(-0.1341228,0.9892636,-0.05803917),(-0.1907961,0.9774724,-0.09024718),(-0.1686869,0.9791825,-0.1129),(-0.1189901,0.9885328,-0.0929734),(-0.2791224,0.9498565,-0.1409377),(-0.3997071,0.8939431,-0.202731),(-0.378441,0.9015936,-0.2095508),(-0.2550981,0.9546372,-0.1535989),(-0.2361324,0.9546469,-0.1813579),(-0.1514978,0.9760819,-0.1559247),(-0.3590708,0.9055821,-0.2258078),(-0.3442596,0.9043279,-0.252342),(-0.2266714,0.947493,-0.2255595),(-0.1434305,0.9647404,-0.2206891),(-0.1062266,0.9827411,-0.1514454),(-0.09786985,0.967284,-0.2340579),(-0.4974469,0.8300472,-0.2521276),(-0.5292976,0.8026223,-0.27503),(-0.5161093,0.80844,-0.2829419),(-0.4805918,0.8382201,-0.2577185),(-0.5024064,0.8201631,-0.2737158),(-0.4129223,0.877508,-0.2438746),(-0.4098063,0.8732172,-0.2637241),(-0.4931634,0.8214012,-0.2865134),(-0.4762528,0.8244918,-0.3056085),(-0.497732,0.8152549,-0.2960106),(-0.3968169,0.8701735,-0.2921209),(-0.3706155,0.868884,-0.3281538),(-0.4491518,0.8300728,-0.3305179),(-0.4728,0.823282,-0.314113),(-0.4615316,0.8453054,-0.2691606),(-0.4405603,0.8506978,-0.2867398),(-0.2978355,0.9346389,-0.1942782),(-0.2042093,0.9683131,-0.1437649),(-0.2088705,0.9617496,-0.1772312),(-0.3008409,0.9275608,-0.2216434),(-0.1326424,0.9862139,-0.09893473),(-0.08084623,0.9946297,-0.0646188),(-0.1339775,0.9814252,-0.1373124),(-0.07401633,0.9914513,-0.1074513),(-0.1177118,0.9737794,-0.1946727),(-0.1990828,0.9536588,-0.2256125),(-0.04538928,0.9836547,-0.1742505),(0.01471588,0.964919,-0.2621349),(-0.07663993,0.9602005,-0.2685912),(-0.1694095,0.942839,-0.2869757),(-0.2918649,0.920306,-0.2604838),(-0.2667154,0.9127679,-0.3093825),(-0.0422347,0.9982299,-0.04187188),(-0.01230408,0.999504,-0.02899032),(-0.02543336,0.9955859,-0.09034341),(0.01314888,0.9962937,-0.08500599),(0.008404197,0.9996659,-0.0244428),(0.01954212,0.9994532,-0.02667071),(0.04098615,0.9951819,-0.08906901),(0.05754717,0.993328,-0.09993901),(0.1069442,0.9735284,-0.2020033),(0.06899947,0.9812679,-0.1798675),(0.130609,0.9641509,-0.2309854),(0.2505139,0.8726564,-0.419182),(0.2197314,0.9059593,-0.3618782),(0.1688351,0.9352065,-0.3112609),(0.01779416,0.9854013,-0.1693152),(0.09963384,0.9560292,-0.2758285),(0.02559472,0.9991387,-0.03266264),(0.03117087,0.9987089,-0.04010908),(0.07669102,0.9888611,-0.1275627),(0.0677022,0.9912194,-0.1135811),(0.03609218,0.9981632,-0.04865626),(0.03811828,0.9978823,-0.05270628),(0.0871994,0.9851749,-0.1477393),(0.08443341,0.9862617,-0.1419817),(0.1707983,0.9341705,-0.3132942),(0.159097,0.9444498,-0.2875808),(0.174076,0.9307627,-0.3215249),(0.3037655,0.7624086,-0.5713665),(0.3005673,0.7725292,-0.5593369),(0.285678,0.8058741,-0.5186087),(0.1457641,0.9544106,-0.2604867),(0.2692205,0.8390751,-0.4727296),(0.08921327,-0.9958945,-0.01533481),(0.09467274,-0.9953985,-0.01479206),(0.078058,-0.9968286,-0.01548455),(0.04935198,-0.9987052,-0.01233719),(0.06040932,-0.9981023,-0.01193897),(0.06591113,-0.9977615,-0.01130244),(0.06660394,-0.9976849,-0.01373425),(0.05498292,-0.9984369,-0.01002615),(0.02785065,-0.9995828,-0.007646703),(0.03839841,-0.9992027,-0.0109376),(0.01828775,-0.9998106,-0.00664361),(0.0281769,-0.9995729,-0.007751711),(0.008512927,-0.9999558,-0.00397381),(0.006276831,-0.9999797,-0.001058376),(-0.003301513,-0.9999929,0.00180376),(0.01474285,-0.9998878,-0.00265979),(0.04286933,-0.9990577,-0.006785061),(0.03800121,-0.9992507,-0.007353067),(0.022327,-0.9997463,-0.00294058),(0.02592766,-0.9996601,-0.002744307),(0.0425328,-0.9990876,-0.003863208),(0.02728992,-0.9996154,0.004916641),(0.001434516,-0.9999251,0.01215166),(0.01653359,-0.9998632,-0.0004678408),(0.006774568,-0.9998536,0.01571334),(-0.02154915,-0.9993776,0.02792741),(-0.05381177,-0.9972696,0.05057234),(-0.02085232,-0.9993495,0.02942747),(-0.04628396,-0.9978886,0.04556472),(-0.01999545,-0.999583,0.02083593),(-0.08572029,-0.9933075,0.07741081),(-0.1174415,-0.987036,0.1093963),(-0.06998097,-0.9953699,0.0658881),(-0.03756269,-0.9987502,0.03297106),(-0.002986019,-0.9999872,0.004060069),(-0.01652483,-0.9997984,0.01140931),(-0.05967448,-0.9972495,0.04395648),(-0.1068543,-0.9920202,0.0669167),(-0.1517758,-0.9832306,0.1011026),(-0.09858411,-0.9923365,0.07449437),(-0.1599838,-0.9822966,0.09745996),(-0.2156208,-0.9669678,0.1359445),(-0.2606817,-0.9509531,0.1665334),(-0.2077181,-0.9693139,0.131467),(-0.2512272,-0.9535427,0.1662558),(-0.1955872,-0.9707371,0.1393383),(-0.2969895,-0.9351759,0.1929851),(-0.324315,-0.9219449,0.2117488),(-0.2900384,-0.9360505,0.1992159),(-0.2377715,-0.9544764,0.1801095),(-0.13771,-0.9843135,0.1102856),(-0.1768104,-0.9725814,0.1510744),(-0.2667558,-0.9482772,0.17208),(-0.3059966,-0.9314632,0.1968312),(-0.3300996,-0.9198021,0.2121283),(-0.303221,-0.9324474,0.1964663),(-0.3287428,-0.9202021,0.2125004),(-0.3304405,-0.9175313,0.2212362),(-0.3286025,-0.9216229,0.2064741),(-0.3394104,-0.9157057,0.2151363),(-0.330404,-0.9196524,0.2123031),(-0.3368866,-0.9155974,0.2195197),(-0.3072605,-0.9323139,0.1907409),(-0.265701,-0.9479957,0.1752345),(-0.300543,-0.9321425,0.2019513),(-0.3256273,-0.9206392,0.215384),(-0.326203,-0.9209657,0.2131046),(-0.3354487,-0.9164969,0.2179628),(-0.3153125,-0.9159903,0.2480721),(-0.2949326,-0.9015727,0.3165146),(-0.2828482,-0.9171985,0.2806135),(-0.3050572,-0.9271073,0.2177433),(-0.2799028,-0.8613507,0.4239449),(-0.2807642,-0.7786713,0.5611083),(-0.2848292,-0.7851564,0.5499107),(-0.2727058,-0.8774801,0.3945379),(-0.2621707,-0.8906896,0.3714011),(-0.2605799,-0.9324906,0.2501184),(-0.2916362,-0.7855706,0.5457355),(-0.3024169,-0.7767558,0.5524442),(-0.2498761,-0.8984882,0.3609444),(-0.2294667,-0.9453648,0.2315822),(-0.2787333,-0.9412373,0.1907353),(-0.2368266,-0.9562547,0.171727),(-0.2983254,-0.6551656,0.6940894),(-0.3270971,-0.4895768,0.8082834),(-0.3555253,-0.4580618,0.8147276),(-0.3154698,-0.6435609,0.697358),(-0.3606422,-0.2506565,0.8983922),(-0.3884194,0.09471381,0.9166023),(-0.413399,0.1908696,0.8903202),(-0.3947998,-0.192754,0.8983201),(-0.4310052,-0.119984,0.8943368),(-0.3894171,-0.4125603,0.8234976),(-0.4315838,0.2965375,0.8519394),(-0.4394582,0.4063718,0.8010858),(-0.4668762,-0.03166253,0.8837556),(-0.4280468,-0.3501933,0.833151),(-0.3383257,-0.6214211,0.7066623),(-0.3673236,-0.5853827,0.7227728),(-0.401408,0.4503411,0.7975366),(-0.4071046,0.7032647,0.5828249),(-0.3784716,0.7969792,0.4707265),(-0.399128,0.5663131,0.7211009),(-0.3898554,0.8625976,0.3223943),(-0.3242145,0.945091,0.0410853),(-0.2758718,0.960023,-0.04744032),(-0.3453347,0.9152986,0.2072978),(-0.2849705,0.952239,0.1096939),(-0.3298652,0.8726398,0.3601229),(-0.2189837,0.9694711,-0.1103267),(-0.1555791,0.9765028,-0.1491219),(-0.2131157,0.9764214,0.034393),(-0.265056,0.9281054,0.2614683),(-0.3793763,0.6759056,0.6318427),(-0.3418035,0.7706944,0.5377738),(-0.2589094,0.9504448,-0.1721064),(-0.2717558,0.9283463,-0.2536175),(-0.2117618,0.9504369,-0.2276542),(-0.2202168,0.9314657,-0.2896138),(-0.3726646,0.900268,-0.2250299),(-0.558704,0.8257884,-0.07696372),(-0.3135463,0.9150897,-0.2535738),(-0.4977412,0.8601742,-0.1111486),(-0.1695225,0.9381001,-0.3020433),(-0.2548965,0.9310179,-0.261215),(-0.4306458,0.8931589,-0.1296587),(-0.1951654,0.9479443,-0.2516192),(-0.3572453,0.9242441,-0.1347168),(-0.1181213,0.9482185,-0.2948371),(-0.1622683,0.9525706,-0.2574458),(-0.1100008,0.9578509,-0.2653707),(-0.7307824,0.6739786,0.1082125),(-0.8292352,0.5073005,0.234553),(-0.8055924,0.5624502,0.1862003),(-0.6841694,0.7264761,0.06437903),(-0.879254,0.3539793,0.3187651),(-0.8970497,0.2183852,0.3842001),(-0.9125617,0.2417957,0.3297971),(-0.8774035,0.3981293,0.2676867),(-0.8594219,0.4606471,0.2218068),(-0.7650794,0.6279396,0.1426373),(-0.9132575,0.2915074,0.2845773),(-0.8238204,0.5360234,0.184388),(-0.8977885,0.3598834,0.2538891),(-0.7067895,0.6994795,0.1057219),(-0.6233858,0.7813702,0.02916977),(-0.5486287,0.8360612,0.002870951),(-0.8914322,0.1075911,0.4401962),(-0.8714655,0.03522247,0.4891905),(-0.9038318,-0.00551354,0.4278524),(-0.918623,0.1024931,0.381611),(-0.8414078,0.005892886,0.5403686),(-0.798721,0.0272269,0.6010852),(-0.8239794,-0.1092445,0.5559887),(-0.8728856,-0.0780828,0.4816365),(-0.8844452,-0.1144719,0.4523858),(-0.9206648,-0.004263424,0.3903305),(-0.8192253,-0.1950183,0.5392938),(-0.7987775,-0.2399897,0.5516879),(-0.8820708,-0.1145402,0.4569809),(-0.9233076,0.02808274,0.383033),(-0.9314796,0.1320589,0.3389782),(-0.9292056,0.1864086,0.3191062),(-0.7353545,0.1051457,0.669476),(-0.6489902,0.2360119,0.7232635),(-0.677978,0.01204014,0.7349836),(-0.7565485,-0.08296345,0.6486536),(-0.5491096,0.4066505,0.7301467),(-0.4485716,0.5918932,0.669661),(-0.5981986,0.1703513,0.7830318),(-0.5244814,0.3730976,0.7653219),(-0.5825511,-0.04103017,0.8117579),(-0.6489835,-0.1683812,0.7419354),(-0.5375043,0.1530811,0.8292498),(-0.5369235,-0.2155311,0.8156345),(-0.5135402,-0.05058219,0.8565733),(-0.596188,-0.3033271,0.7433388),(-0.7326546,-0.2204943,0.6438941),(-0.6891983,-0.3131438,0.6534117),(-0.3505428,0.7534281,0.5562966),(-0.2561351,0.8717464,0.4176756),(-0.4480037,0.5746366,0.6848981),(-0.3642479,0.741466,0.5635172),(-0.1730184,0.9479246,0.2674018),(-0.1082173,0.9874339,0.1151671),(-0.2835521,0.8657337,0.4124361),(-0.2160934,0.9454944,0.2436063),(-0.4308695,0.5751407,0.695388),(-0.3656609,0.7455693,0.5571522),(-0.3066917,0.8716817,0.3822449),(-0.4193857,0.5901331,0.6898251),(-0.3782864,0.7634195,0.523536),(-0.4612578,0.382491,0.8005884),(-0.4916461,0.3723704,0.7871622),(-0.495678,0.1622093,0.8532241),(-0.06124196,0.9979482,-0.018677),(-0.02712347,0.9926322,-0.1180922),(-0.1626709,0.9829485,0.08573522),(-0.1198121,0.9920907,-0.03743251),(-0.003475758,0.9824759,-0.1863568),(0.0097901,0.973725,-0.2275165),(-0.08743568,0.9879257,-0.1278975),(-0.06738099,0.9794194,-0.1902565),(-0.205971,0.9767388,0.05964355),(-0.16625,0.9845682,-0.05464851),(-0.139705,0.9800496,-0.1413691),(-0.2391085,0.9703645,0.03492674),(-0.2066218,0.9752092,-0.07921281),(-0.2844838,0.9428688,0.1733997),(-0.2540308,0.9450786,0.2056573),(-0.333726,0.8798797,0.3382881),(0.009046114,0.9640868,-0.2654332),(-0.00435612,0.9462525,-0.3233996),(-0.0706326,0.9492381,-0.3065258),(-0.06290291,0.967801,-0.2437301),(-0.02097026,0.914601,-0.4038133),(-0.03056658,0.8613253,-0.5071335),(-0.07929566,0.8784744,-0.4711634),(-0.07988608,0.9208444,-0.3816595),(-0.1388847,0.9240601,-0.3561236),(-0.1331188,0.9494494,-0.2842979),(-0.137058,0.8912407,-0.4323254),(-0.1986225,0.9223343,-0.3314344),(-0.2046301,0.8936704,-0.3993492),(-0.1920442,0.9469102,-0.2578372),(-0.1300353,0.9681693,-0.2138668),(-0.1921193,0.9656366,-0.175032),(-0.02025138,0.8057489,-0.591911),(0.00696405,0.783704,-0.6210954),(-0.05955044,0.8337396,-0.5489373),(-0.02832639,0.8080209,-0.5884723),(0.02866066,0.8046254,-0.5930907),(0.01739337,0.8678691,-0.4964884),(-0.0292013,0.8378634,-0.5450984),(-0.009151261,0.8087277,-0.588112),(-0.09469693,0.8110394,-0.5772759),(-0.1009368,0.8285569,-0.5507314),(-0.1251217,0.8038386,-0.5815393),(-0.2693348,0.7537768,-0.5993991),(-0.2286486,0.7943473,-0.5627897),(-0.2115779,0.8295214,-0.5168452),(-0.1216379,0.8564081,-0.5017663),(-0.2071415,0.8623939,-0.4619188),(-0.059063,0.9163751,-0.3959396),(-0.1995127,0.8994997,-0.3887095),(-0.2490551,0.8111053,-0.5292257),(-0.1126002,0.8553296,-0.5056999),(-0.3601893,0.795566,-0.487174),(-0.4760304,0.5783262,-0.6625208),(-0.4717565,0.4766997,-0.7417568),(-0.3886277,0.6848202,-0.616433),(-0.4234405,0.5731986,-0.7015279),(-0.3205464,0.7061685,-0.6313288),(-0.4733262,0.3943205,-0.7877014),(-0.4854092,0.3374447,-0.8065413),(-0.4686563,0.4795965,-0.7418547),(-0.4116576,0.6020811,-0.6841317),(-0.2062055,0.7805493,-0.5901035),(-0.3359732,0.6943112,-0.6364385),(-0.5195186,0.349539,-0.7796941),(-0.5504496,0.2239546,-0.8042696),(-0.4919834,0.2850953,-0.8226013),(-0.5044495,0.190155,-0.8422421),(-0.5995409,0.1839051,-0.7789285),(-0.6691322,0.2124611,-0.7121252),(-0.5352214,0.1740399,-0.8265884),(-0.5893029,0.2240868,-0.7762133),(-0.4732038,0.1774922,-0.8628874),(-0.4874126,0.1807273,-0.8542638),(-0.5239541,0.2449871,-0.8157533),(-0.4531942,0.2022358,-0.8681679),(-0.4715157,0.275243,-0.8378032),(-0.4546706,0.1835391,-0.8715435),(-0.4754144,0.244274,-0.8451695),(-0.4704662,0.2258334,-0.8530303),(-0.7338035,0.2617214,-0.6269245),(-0.7755893,0.2942343,-0.5584688),(-0.6448109,0.2960284,-0.7046887),(-0.6825954,0.3540939,-0.6392815),(-0.796694,0.3176899,-0.5141516),(-0.797527,0.3405211,-0.4979919),(-0.6958502,0.4592392,-0.5521702),(-0.7005983,0.4055852,-0.5870798),(-0.5956801,0.4083612,-0.6916693),(-0.6082811,0.482146,-0.6304993),(-0.5974934,0.5599984,-0.5739368),(-0.5054051,0.6446314,-0.5735993),(-0.5219809,0.5497873,-0.6521272),(-0.5165052,0.4596371,-0.7224653),(-0.5658348,0.3313857,-0.7549932),(-0.4973812,0.3697245,-0.7848029),(-0.7796528,0.3821796,-0.4960649),(-0.7442373,0.456582,-0.4874872),(-0.6144395,0.6190049,-0.4891798),(-0.6669226,0.5286711,-0.5250915),(-0.6892308,0.5589876,-0.4609705),(-0.6127604,0.6786585,-0.4049039),(-0.4526623,0.8180065,-0.3549117),(-0.5410568,0.7200204,-0.4345437),(-0.4140313,0.8266653,-0.3810546),(-0.4953726,0.739366,-0.4560086),(-0.3261551,0.8991128,-0.2919227),(-0.2307221,0.9454468,-0.2299951),(-0.3110526,0.8953049,-0.318866),(-0.3920973,0.8255992,-0.4057657),(-0.5591929,0.6469404,-0.5184318),(-0.4607801,0.7397931,-0.4902938),(-0.5172777,0.7914052,-0.3257325),(-0.4137232,0.8781648,-0.2401242),(-0.2703908,0.946834,-0.1743395),(-0.3587748,0.8958398,-0.2622056),(-0.3140979,0.9367614,-0.1543397),(-0.2272955,0.9710743,-0.07315292),(-0.1369928,0.9902005,-0.02713034),(-0.1948397,0.9761714,-0.09553431),(-0.1164576,0.9917267,-0.05399859),(-0.1717008,0.9777839,-0.1202392),(-0.07956979,0.9968285,-0.001318076),(-0.04763469,0.9987934,0.01194075),(-0.06937881,0.9972578,-0.02575839),(-0.1073579,0.9911166,-0.07849943),(-0.2427799,0.9491857,-0.2002613),(-0.1613068,0.975913,-0.1468809),(-0.1577941,0.9874079,-0.01126038),(-0.103122,0.9944958,0.0185432),(-0.07266414,0.9961412,0.04922039),(-0.09803082,0.9949047,0.02354721),(-0.05638485,0.9982741,0.01641874),(-0.01157547,0.9997706,-0.01802042),(-0.0286185,0.9992638,0.02554993),(-0.0521722,0.9973806,0.05010198),(-0.04939343,0.9967787,0.06318801),(-0.05333818,0.9968753,0.05826212),(-0.04066817,0.9978749,0.05090837),(-0.04836405,0.9969606,0.06107738),(-0.04704802,0.9969059,0.06296855),(-0.04232074,0.9975815,0.0551359),(-0.06054343,0.99749,0.03671838),(-0.04035909,0.9984614,0.03802717),(0.03629626,0.9970624,-0.06744804),(0.0866976,0.9898251,-0.112826),(0.04466524,0.9974476,-0.0557082),(0.00396493,0.9998968,-0.01381879),(0.1342987,0.9791724,-0.1522664),(0.1737756,0.9673712,-0.1843777),(0.1251675,0.9820145,-0.1413526),(0.08726212,0.9912813,-0.09872543),(0.03954017,0.9979509,-0.05030478),(0.006749597,0.9999402,-0.008609985),(0.0712266,0.9925627,-0.09872312),(0.01057302,0.9980482,-0.06154619),(-0.01054476,0.9998557,-0.01331485),(-0.02895424,0.9993078,0.02335985),(-0.0216653,0.9994441,0.02533663),(-0.04229056,0.9979432,0.04817364),(0.2041977,0.9589025,-0.1970009),(0.2294596,0.9566822,-0.179186),(0.1854933,0.9703616,-0.154889),(0.1566958,0.9736716,-0.1655601),(0.2535762,0.958416,-0.1309115),(0.2797164,0.9587039,-0.05143443),(0.2482224,0.9682816,-0.02857141),(0.2150778,0.9704453,-0.109442),(0.1635212,0.9831795,-0.08135589),(0.1307959,0.9834728,-0.1251947),(0.2002399,0.9797459,0.001322913),(0.134204,0.990364,0.0341823),(0.09762796,0.9940111,-0.04910017),(0.06419645,0.9936666,-0.09222475),(0.100679,0.9862652,-0.1309376),(0.03494919,0.994752,-0.09616049),(0.3049291,0.9515133,0.04050535),(0.3216415,0.9383373,0.1267661),(0.3025139,0.9433092,0.1365757),(0.2804431,0.9578747,0.06186849),(0.3218048,0.9234143,0.2091595),(0.2968614,0.9097576,0.290197),(0.3056073,0.931404,0.1977138),(0.2803972,0.9272549,0.2481447),(0.2595706,0.9467641,0.1904223),(0.2575474,0.9542105,0.1521567),(0.2315065,0.9505534,0.2070097),(0.1483169,0.9749429,0.1657969),(0.1817112,0.9661064,0.1833559),(0.1847994,0.9682868,0.1681363),(0.2348981,0.9678514,0.08992496),(0.1664743,0.9788197,0.1191565),(0.2430025,0.909775,0.33654),(0.1674364,0.9361947,0.309038),(0.2219087,0.9382878,0.2652783),(0.1374494,0.9661034,0.2185219),(0.08120946,0.9786254,0.1889375),(-0.003852661,0.999103,-0.04217128),(-0.04129542,0.9912129,-0.125665),(0.042911,0.9949167,0.09110112),(-0.0158075,0.9998701,-0.003118371),(0.07905959,0.9890251,0.1248156),(-0.09025463,0.9768845,-0.1937799),(-0.1507196,0.9591689,-0.2393296),(-0.09397399,0.9920471,-0.08373361),(-0.007644993,0.9993328,0.03571184),(0.1683828,0.9670221,0.1910903),(0.08116192,0.9897846,0.1172143),(-0.07423467,0.9628226,-0.2597344),(-0.1307893,0.9264163,-0.353054),(-0.1352889,0.9078225,-0.3969323),(-0.09841295,0.9428526,-0.3183455),(-0.1821821,0.9207906,-0.3448976),(-0.2305219,0.9424506,-0.2421702),(-0.1908357,0.9418496,-0.276588),(-0.1647693,0.9093683,-0.3819692),(-0.1435793,0.9082451,-0.3930342),(-0.1408069,0.898248,-0.4163221),(-0.1421871,0.9482394,-0.2839453),(-0.08441008,0.9620523,-0.2594807),(-0.1190282,0.9200185,-0.3733606),(-0.1484814,0.9012894,-0.4069776),(-0.1281143,0.926133,-0.3547736),(-0.1644936,0.9165477,-0.3645305),(-0.2724712,0.9559773,-0.1089349),(-0.3091745,0.9508334,-0.01808025),(-0.2299232,0.9719228,-0.05001407),(-0.211614,0.9669831,-0.1419971),(-0.3432753,0.9387195,0.03110723),(-0.3753285,0.9259524,0.04172231),(-0.2775173,0.9606723,0.009633871),(-0.2507849,0.9680429,-0.0003590634),(-0.1399919,0.9899619,-0.01944204),(-0.1341577,0.9890574,-0.06137727),(-0.1613275,0.9866714,-0.02127891),(-0.02486075,0.9983778,-0.05122322),(-0.00957334,0.9996535,-0.02451767),(-0.02121929,0.9985605,-0.0492613),(-0.1373397,0.979179,-0.1494865),(-0.04930919,0.9906206,-0.1274338),(-0.4024021,0.9139193,0.05314312),(-0.4212492,0.900964,0.1039852),(-0.3381112,0.9382288,0.07353587),(-0.3085408,0.9509854,0.02071991),(-0.4287999,0.8818927,0.195949),(-0.4194358,0.8464826,0.3279343),(-0.3624776,0.8790315,0.3096992),(-0.3590859,0.9176402,0.1702755),(-0.280352,0.9516287,0.1257195),(-0.2419276,0.9699284,0.02664337),(-0.3003457,0.9134267,0.2746708),(-0.2333182,0.9477742,0.2174545),(-0.192339,0.9796668,0.05708596),(-0.1317575,0.9904444,-0.0407427),(-0.1982305,0.9799232,-0.02133327),(-0.06983291,0.9947111,-0.07532112),(-0.4012881,0.8034546,0.4398051),(-0.3954095,0.7816141,0.4824219),(-0.3573795,0.8067113,0.4706345),(-0.3548492,0.8316379,0.427154),(-0.4096818,0.7863501,0.4624006),(-0.4463823,0.8113403,0.3774519),(-0.3782621,0.8104711,0.4472744),(-0.4193275,0.8359072,0.3541518),(-0.3484955,0.8348286,0.4261597),(-0.3199143,0.8340718,0.4494211),(-0.3927917,0.8587039,0.3291541),(-0.3666581,0.8791813,0.3043058),(-0.3208597,0.8595087,0.3978618),(-0.2838028,0.8641184,0.4156386),(-0.3065076,0.8629894,0.4016246),(-0.2569505,0.8974032,0.3586694),(-0.4912703,0.8283742,0.2691647),(-0.5330151,0.8250128,0.1877469),(-0.4653146,0.8529621,0.2365122),(-0.505265,0.8499475,0.1493204),(-0.57147,0.8095467,0.1343732),(-0.6058888,0.7882201,0.1077399),(-0.5403176,0.8362179,0.09378927),(-0.5706971,0.8183154,0.06829974),(-0.4703692,0.874786,0.1161993),(-0.4979433,0.8651739,0.05938436),(-0.5217322,0.8524157,0.03439294),(-0.4434392,0.8955984,0.03557205),(-0.4576427,0.8891025,0.007738946),(-0.4277131,0.8990292,0.09384981),(-0.4365847,0.875641,0.2065108),(-0.4046118,0.8958232,0.1838207),(-0.6344646,0.7633758,0.1212933),(-0.6546959,0.7311444,0.1918361),(-0.5956324,0.7989222,0.08333921),(-0.6137099,0.7746316,0.1526631),(-0.659173,0.6774421,0.3264399),(-0.6305684,0.5741903,0.5221963),(-0.6196258,0.7322059,0.2827338),(-0.6003506,0.6454064,0.4722601),(-0.5588801,0.8210186,0.1165395),(-0.5669757,0.7877212,0.2409022),(-0.5566981,0.7151952,0.4225907),(-0.4998868,0.8432831,0.197451),(-0.4987207,0.7835698,0.3705347),(-0.4885212,0.8688262,0.08054918),(-0.5423733,0.8386704,0.04963126),(-0.472999,0.8808577,0.01901816),(-0.5669836,0.4205206,0.7083021),(-0.4712297,0.2282861,0.8519555),(-0.5531222,0.5091417,0.6594169),(-0.4770758,0.3306797,0.8142786),(-0.2925687,-0.0387267,0.9554599),(0.05015798,-0.4227747,0.9048458),(-0.3300114,0.07313658,0.9411395),(-0.04692153,-0.3213331,0.945803),(-0.4661991,0.4298772,0.7732167),(-0.3471353,0.1838813,0.9196112),(-0.1198193,-0.2025657,0.9719107),(-0.3459592,0.2925006,0.8914907),(-0.1653789,-0.07916753,0.9830474),(-0.4393546,0.526664,0.7277311),(-0.5244588,0.5951094,0.6089237),(-0.4805925,0.6788441,0.555159),(0.3590379,-0.717796,0.5965406),(0.4329869,-0.8379638,0.3321732),(0.2215126,-0.679374,0.6995592),(0.28679,-0.8530888,0.4358797),(0.3936967,-0.9036235,0.1687231),(0.3156299,-0.9460031,0.0738629),(0.173373,-0.9776455,0.118958),(0.2440704,-0.9378055,0.2468814),(0.1652843,-0.8110046,0.5612063),(0.1349671,-0.9238858,0.3580766),(0.08403641,-0.9764658,0.1986267),(0.07163261,-0.8710041,0.4860253),(0.0454754,-0.9504422,0.3075574),(0.0810305,-0.7251469,0.6838099),(0.1024491,-0.5905685,0.8004579),(0.01644142,-0.4724621,0.8811977),(0.2328428,-0.9721583,0.02631607),(0.1579765,-0.9873007,0.01675753),(0.05211637,-0.9985197,0.01556659),(0.1080585,-0.9932294,0.04264506),(0.08547697,-0.9954243,0.04271033),(0.009323196,-0.9948424,0.1010033),(-0.06308218,-0.9942313,0.08674512),(-0.002543071,-0.9994919,0.03177124),(-0.04452697,-0.9982438,0.03907178),(-0.001181817,-0.9992441,0.0388553),(-0.09587985,-0.9917712,0.08483517),(-0.09468018,-0.9902775,0.1019124),(-0.04776685,-0.9962576,0.07203519),(-0.009832137,-0.9956266,0.09290331),(0.03950746,-0.9952084,0.08943988),(0.02046294,-0.9853402,0.1693689),(-0.06009348,-0.9845501,0.1644693),(-0.1097401,-0.9716911,0.209221),(-0.1520356,-0.968962,0.1949297),(-0.117727,-0.981615,0.1502407),(-0.1396314,-0.9613994,0.2370955),(-0.1494248,-0.9565574,0.25034),(-0.1667641,-0.960668,0.2220511),(-0.1622199,-0.9588721,0.2329138),(-0.1639966,-0.9688252,0.185696),(-0.1670759,-0.9631231,0.2109017),(-0.1514588,-0.9637814,0.2195117),(-0.1420466,-0.9681106,0.2063609),(-0.1180982,-0.9700521,0.2122539),(-0.148044,-0.9714822,0.1852167),(-0.1408843,-0.979532,0.1437663),(-0.1333498,-0.9796415,0.1500679),(-0.1429512,-0.9557477,0.2571213),(-0.125259,-0.9563768,0.2639201),(-0.1433798,-0.9610353,0.2363333),(-0.1158387,-0.9638082,0.2401148),(-0.0980277,-0.9579757,0.2695796),(-0.06290835,-0.9599729,0.2729373),(-0.08069187,-0.966575,0.2433547),(-0.03906137,-0.9686905,0.2451794),(-0.08842548,-0.9712743,0.2209231),(-0.04778966,-0.9740295,0.2213203),(-0.002130064,-0.9753546,0.2206333),(0.04652764,-0.9783623,0.2015993),(-0.0003446176,-0.9786721,0.2054282),(-0.04383686,-0.9771154,0.2081438),(-0.123235,-0.967664,0.2200897),(-0.08329266,-0.9740952,0.2102396),(-0.01984005,-0.9627174,0.2697806),(0.03130028,-0.9662918,0.2555394),(0.009263836,-0.9702946,0.2417491),(0.06397579,-0.9713992,0.2286713),(0.08874075,-0.9695339,0.228318),(0.1502856,-0.9708977,0.1864721),(0.1826267,-0.9690276,0.1662318),(0.1226819,-0.9712458,0.2040363),(0.1595822,-0.9705083,0.1806851),(0.1033937,-0.9736921,0.2030598),(0.2141272,-0.9656576,0.1471565),(0.2432669,-0.9609209,0.1321065),(0.1976383,-0.9669156,0.1612867),(0.1476925,-0.9722078,0.1816559),(0.04856325,-0.9752331,0.2157821),(0.09636687,-0.9761432,0.194571),(0.2098679,-0.9681441,0.136574),(0.2629857,-0.9609477,0.08612704),(0.2860784,-0.9553845,0.07348248),(0.2382808,-0.9636779,0.1206111),(0.3098669,-0.9501187,0.0354521),(0.3507944,-0.9363269,-0.01534039),(0.3603826,-0.9325016,-0.02377437),(0.3265892,-0.9448283,0.02527609),(0.3355014,-0.9418813,0.01727264),(0.3026387,-0.9510382,0.06273825),(0.3621858,-0.9316339,-0.02966035),(0.3565666,-0.9336664,-0.03357527),(0.3364591,-0.9416197,0.01215356),(0.3120363,-0.9484413,0.05560842),(0.2625499,-0.9590512,0.106247),(0.2815735,-0.954734,0.09591299),(0.3865178,-0.9197975,-0.06765053),(0.4174082,-0.9003601,-0.1229722),(0.4118659,-0.902055,-0.1290866),(0.3885144,-0.9183983,-0.07483994),(0.4430199,-0.8779547,-0.1814632),(0.462799,-0.8524493,-0.243202),(0.4450114,-0.8609855,-0.2463107),(0.4306567,-0.8830717,-0.1863313),(0.4164317,-0.8896626,-0.1873099),(0.4020438,-0.906119,-0.1315638),(0.4273692,-0.8700051,-0.2458589),(0.410239,-0.8789897,-0.2430659),(0.4010155,-0.8969075,-0.1863958),(0.3887521,-0.9117556,-0.1325655),(0.3840436,-0.9199344,-0.07893818),(0.3738329,-0.9238964,-0.08163612),(0.4718287,-0.8321829,-0.2912886),(0.4679293,-0.8278711,-0.3093084),(0.4449311,-0.8404343,-0.3093647),(0.450562,-0.8434404,-0.2925788),(0.453678,-0.8401905,-0.2970796),(0.4297282,-0.8667464,-0.2531488),(0.4067887,-0.8778156,-0.2529086),(0.4301957,-0.8526311,-0.2965669),(0.4081554,-0.8638425,-0.2952717),(0.4234815,-0.8520744,-0.3076241),(0.3851393,-0.8875486,-0.2528343),(0.364679,-0.8962092,-0.2526227),(0.387438,-0.8741648,-0.2927931),(0.4035254,-0.8630247,-0.3039007),(0.43055,-0.8543313,-0.2911094),(0.4118837,-0.8647867,-0.2872207),(0.403375,-0.89289,-0.2000906),(0.384335,-0.9088672,-0.1620096),(0.3652124,-0.9159358,-0.166378),(0.3819965,-0.9019622,-0.201353),(0.375211,-0.9165216,-0.1385814),(0.3781382,-0.9167042,-0.1290926),(0.3631689,-0.9203154,-0.1453544),(0.3584295,-0.9217708,-0.1478747),(0.3422292,-0.9264356,-0.1568321),(0.3471172,-0.9220551,-0.1712427),(0.3479071,-0.9237981,-0.1598677),(0.3322547,-0.9273328,-0.1722232),(0.3265656,-0.930608,-0.1652988),(0.3300221,-0.9273163,-0.1765501),(0.361823,-0.9098095,-0.2032999),(0.3428071,-0.9165802,-0.2058256),(0.3903861,-0.9121872,-0.1245529),(0.4061852,-0.9062359,-0.1172606),(0.3886912,-0.9102421,-0.1427529),(0.3754215,-0.915095,-0.1471732),(0.4214652,-0.9002689,-0.1090093),(0.4322904,-0.8959964,-0.1015649),(0.4035896,-0.9068328,-0.1215309),(0.3992961,-0.9070226,-0.1336883),(0.3729173,-0.9150058,-0.1539381),(0.3683814,-0.9150614,-0.1641888),(0.3692111,-0.9191712,-0.1371403),(0.3285796,-0.9329699,-0.1469781),(0.3419466,-0.9244795,-0.1685539),(0.3450069,-0.9210621,-0.1805962),(0.3589605,-0.9183601,-0.1666198),(0.3408399,-0.9223005,-0.1821812),(0.4352278,-0.8953426,-0.09454311),(0.4286381,-0.8993096,-0.08666998),(0.3843025,-0.9185109,-0.09300303),(0.3989356,-0.9106275,-0.1077408),(0.4122407,-0.9077311,-0.07798754),(0.3855725,-0.9201164,-0.06869946),(0.3231956,-0.9443557,-0.06112993),(0.3592557,-0.9300258,-0.07737818),(0.2962939,-0.9522828,-0.07326248),(0.3312036,-0.9387045,-0.09559324),(0.2502679,-0.966877,-0.05014999),(0.1664634,-0.9853996,-0.03574266),(0.2226351,-0.9727443,-0.06482343),(0.2685038,-0.9587653,-0.09313885),(0.3554048,-0.9273755,-0.116885),(0.3038739,-0.9450631,-0.1204844),(0.3488436,-0.9353135,-0.05913351),(0.3035724,-0.9515454,-0.04904308),(0.224318,-0.9739324,-0.03372315),(0.2771634,-0.9597116,-0.04619606),(0.2521649,-0.9669506,-0.03767549),(0.1973474,-0.9800324,-0.02430125),(0.1143116,-0.9933773,-0.01159255),(0.1686135,-0.9854231,-0.02259851),(0.08221804,-0.9965808,-0.008178458),(0.1377107,-0.9903291,-0.01685356),(0.03484324,-0.9993901,-0.002356327),(-0.03896357,-0.9992396,-0.00143747),(-0.005314762,-0.9999838,0.002032071),(0.04484065,-0.9989939,-0.0007087277),(0.1956124,-0.9802125,-0.03031941),(0.1045267,-0.9944428,-0.01255333),(0.1443632,-0.989423,-0.01419319),(0.09869017,-0.9950425,-0.01227488),(0.06707431,-0.9977363,-0.004812045),(0.03122503,-0.9994914,-0.006479042),(0.0630414,-0.9978673,-0.01693276),(0.03993212,-0.9988518,-0.02646942),(0.007890953,-0.9998492,-0.01546613),(-0.00188441,-0.999526,-0.0307271),(-0.01934849,-0.9997968,-0.005658249),(-0.02621577,-0.9995099,-0.01711031),(-0.02153901,-0.9991427,-0.03535198),(-0.03809187,-0.998956,-0.02521819),(-0.01893684,-0.998984,-0.04089658),(-0.05119899,-0.9985784,-0.01482838),(0.0004874479,-0.9999996,-0.0007364553),(-0.05324792,-0.9985532,-0.007498208),(0.02790128,-0.9990255,-0.03419854),(0.02248116,-0.9991367,-0.03493795),(-0.001708871,-0.9990474,-0.04360539),(0.002491181,-0.9989086,-0.04664319),(0.02026828,-0.9993387,-0.03018488),(0.01795595,-0.9996072,-0.02151575),(0.007269678,-0.9991164,-0.04139251),(0.009276022,-0.999522,-0.02949433),(-0.001096064,-0.9984264,-0.05606801),(0.006080621,-0.9986888,-0.05082958),(0.008219515,-0.9992933,-0.03668139),(0.01485465,-0.998413,-0.05432235),(0.01329707,-0.9991239,-0.03968111),(0.01002513,-0.9981821,-0.05943036),(-0.01107458,-0.9986238,-0.0512628),(-0.001235362,-0.9984879,-0.05495906),(0.01441954,-0.999815,-0.01272954),(0.01052271,-0.9999222,-0.006692269),(0.00830326,-0.9998242,-0.01681376),(0.006259792,-0.9999471,-0.008167713),(0.006933788,-0.9999713,-0.003058606),(0.004311676,-0.9999896,-0.00148842),(0.004022302,-0.999987,-0.003098362),(0.002459761,-0.9999964,-0.001159944),(0.004587675,-0.9999391,-0.01003687),(0.002536966,-0.9999903,-0.003587391),(0.001386361,-0.9999984,-0.001161825),(0.002196351,-0.9999901,-0.003870289),(0.0009546007,-0.9999989,-0.001174992),(0.004954734,-0.999927,-0.01102119),(0.006745887,-0.9997582,-0.02092396),(0.008795696,-0.9996998,-0.02286952),(0.002720527,-0.9999959,-0.0008297594),(0.00182714,-0.9999984,-0.0001197285),(0.001624167,-0.9999984,-0.0006932494),(0.001106815,-0.9999993,-0.0002609857),(0.001505855,-0.9999987,0.0005804118),(0.001632135,-0.999998,0.001212113),(0.0008640337,-0.9999996,0.0001143939),(0.0008525652,-0.9999996,0.0004127469),(0.0006206446,-0.9999998,-0.0003481314),(0.0004123641,-0.9999999,-0.0001032269),(0.0003187377,-0.9999999,3.223133e-5),(0.0001863499,-1,-0.0001534596),(8.994613e-5,-1,-6.373115e-5),(0.0003630293,-0.9999998,-0.0003689019),(0.0009448638,-0.9999993,-0.000701921),(0.0006195303,-0.9999996,-0.0007099977),(0.0020754,-0.9999936,0.002923945),(0.003581038,-0.9999669,0.007292363),(0.001063273,-0.9999989,0.001056578),(0.001867598,-0.9999948,0.002654707),(0.007762545,-0.9998545,0.01519139),(0.0162792,-0.9994882,0.02753733),(0.0039752,-0.9999765,0.005584693),(0.008105436,-0.9999148,0.0102304),(0.0005406191,-0.9999998,0.0005312535),(0.00110992,-0.9999987,0.001157952),(0.002214337,-0.9999953,0.002157378),(3.712568e-6,-0.9999999,-4.739869e-6),(-5.73153e-8,-0.9999999,6.815976e-8),(1.698493e-5,-1,-1.850593e-5),(0.0003341348,-0.9999999,0.0001863863),(4.421961e-5,-1,-3.887627e-5),(0.02825843,-0.9982958,0.05105814),(0.04299755,-0.9947379,0.09299292),(0.01329427,-0.9996622,0.02233163),(0.01988756,-0.9986284,0.048433),(0.06284676,-0.9858314,0.1555209),(0.09098271,-0.9662832,0.2408713),(0.03137588,-0.9953727,0.09082331),(0.05173474,-0.9870175,0.1520525),(0.005266327,-0.999737,0.02232105),(0.01195966,-0.9987519,0.04849466),(0.02718648,-0.9957172,0.08836416),(0.004974694,-0.9996935,0.02425707),(0.01604052,-0.9987653,0.04701503),(0.0005099733,-0.9999511,0.009879258),(0.003232872,-0.9999661,0.007569574),(-0.0002215722,-0.9999973,0.00229578),(0.1299927,-0.9288386,0.3469305),(0.1771642,-0.8647354,0.4699421),(0.08279067,-0.968595,0.2344553),(0.1218495,-0.9327163,0.339401),(0.2255595,-0.7633372,0.6053422),(0.2689643,-0.613991,0.7420737),(0.1645777,-0.8695548,0.4656056),(0.2078156,-0.7668222,0.607286),(0.08202323,-0.9694297,0.2312538),(0.1168368,-0.9331976,0.3398405),(0.1553081,-0.8681559,0.4713648),(0.07715696,-0.9690334,0.2345662),(0.1064816,-0.9318974,0.3467403),(0.05314049,-0.9876036,0.1476995),(0.05146644,-0.9877104,0.1475788),(0.03287774,-0.9957815,0.08566289),(0.3089234,-0.4215834,0.8525456),(0.3451318,-0.2019178,0.9165769),(0.2543566,-0.6215478,0.7409326),(0.3031289,-0.4401773,0.8451962),(0.3663165,0.03625483,0.9297838),(0.3623973,0.2827639,0.888095),(0.3426222,-0.2261194,0.9118553),(0.3625147,0.01437821,0.9318671),(0.2542654,-0.6307672,0.7331314),(0.3036418,-0.4554057,0.8369035),(0.3400834,-0.2422858,0.9086478),(0.2447347,-0.6452672,0.7236953),(0.2887712,-0.4737399,0.8319746),(0.1945111,-0.7754537,0.600697),(0.2013974,-0.7676051,0.6084583),(0.1457251,-0.8689275,0.4730003),(0.3378851,0.5136988,0.7886363),(0.3011367,0.7058042,0.6412154),(0.3642133,0.2605603,0.8941236),(0.351158,0.4887486,0.7986319),(0.2482327,0.8507018,0.4633431),(0.1750741,0.9456912,0.2738928),(0.316107,0.6860179,0.6553288),(0.2530781,0.8415092,0.4772984),(0.3736388,0.232371,0.8979965),(0.3610224,0.4620682,0.8100345),(0.3169501,0.6691563,0.6721402),(0.3652941,0.1903666,0.9112194),(0.3458188,0.4273625,0.8353267),(0.355295,-0.04517155,0.9336622),(0.3633626,-0.006393647,0.9316258),(0.3261268,-0.2689947,0.9062468),(0.09783278,0.9906783,0.09479198),(0.03667698,0.9976859,-0.05725089),(0.1776462,0.942048,0.284583),(0.1115108,0.9886863,0.1003239),(-0.007695006,0.9839903,-0.178056),(-0.03960944,0.9630654,-0.2663381),(0.05715559,0.996492,-0.0611307),(0.0106379,0.9815857,-0.1907256),(0.1894396,0.9337538,0.3036716),(0.1281538,0.9849259,0.1161778),(0.06679352,0.9965489,-0.04928445),(0.1928921,0.9168898,0.3494363),(0.1228155,0.9787994,0.1639153),(0.2525541,0.8048621,0.5370414),(0.2532843,0.8305721,0.4959809),(0.3036973,0.6398747,0.7059237),(-0.06274509,0.9442689,-0.3231396),(-0.07810453,0.9327073,-0.3520752),(-0.02818336,0.9583414,-0.2842311),(-0.05712714,0.9374712,-0.3433429),(-0.08628302,0.9300155,-0.3572483),(-0.08727925,0.9360683,-0.34082),(-0.09376545,0.9217657,-0.3762396),(-0.07839914,0.924436,-0.3731914),(-0.03445088,0.9610425,-0.2742453),(-0.07049757,0.9395084,-0.3351925),(-0.1012309,0.9249239,-0.3664262),(-0.05579426,0.9704298,-0.2348469),(-0.09941642,0.9467983,-0.3060873),(-0.006604188,0.9910319,-0.1334625),(0.01036343,0.9835189,-0.180508),(0.05238363,0.9986269,-0.0006016835),(-0.1020532,0.9441459,-0.3133266),(-0.1505467,0.945374,-0.289143),(-0.1699538,0.9246311,-0.3408416),(-0.1196744,0.9248514,-0.3610097),(-0.2297049,0.9327844,-0.2777568),(-0.3341541,0.8973364,-0.2883199),(-0.3241719,0.8860166,-0.3314922),(-0.2401268,0.9139684,-0.3271098),(-0.2454454,0.895849,-0.3704203),(-0.1874117,0.9088569,-0.372634),(-0.3065672,0.8728704,-0.3796231),(-0.2736414,0.8603013,-0.4301188),(-0.2338839,0.8840001,-0.4047741),(-0.189318,0.9047446,-0.3815704),(-0.1378076,0.9167145,-0.3750249),(-0.1433991,0.9249917,-0.3518909),(-0.4161467,0.8535476,-0.3134938),(-0.4391246,0.8314423,-0.3404015),(-0.3952964,0.8371179,-0.3781195),(-0.3853462,0.8530185,-0.3519486),(-0.4099575,0.8371449,-0.3621096),(-0.3304481,0.868705,-0.3689928),(-0.2790791,0.8669915,-0.4128445),(-0.3591216,0.8423739,-0.4017934),(-0.2991814,0.8415864,-0.4496917),(-0.3415708,0.8373094,-0.4268985),(-0.2206252,0.859894,-0.4603333),(-0.1596201,0.8441424,-0.5118054),(-0.233093,0.8308932,-0.5052565),(-0.2782214,0.8288205,-0.4854373),(-0.3452538,0.84853,-0.4009945),(-0.292645,0.8390422,-0.4586579),(-0.2260705,0.904779,-0.3609253),(-0.1220255,0.9294165,-0.3482741),(-0.06601243,0.9146367,-0.3988509),(-0.1754536,0.8953343,-0.4093808),(-0.01473967,0.9408347,-0.338545),(0.09972436,0.9351418,-0.3399482),(0.1880872,0.9054458,-0.3805145),(0.0538758,0.9204627,-0.3870994),(0.1173943,0.9006582,-0.4183697),(-0.009370506,0.8974131,-0.4410916),(0.26253,0.8821209,-0.3910764),(0.3076547,0.8707312,-0.3836348),(0.1643839,0.8833334,-0.438976),(0.03979202,0.8772285,-0.4784212),(-0.1204491,0.8817535,-0.4560732),(-0.06690338,0.8619646,-0.5025347),(0.2088132,0.9077011,-0.3639721),(0.293903,0.8611468,-0.4147857),(0.4053622,0.8028947,-0.437083),(0.314449,0.8637163,-0.3938475),(0.3510017,0.8021316,-0.4830969),(0.3785836,0.739068,-0.557183),(0.4739388,0.6652819,-0.5768726),(0.4583534,0.7335387,-0.5018297),(0.4816927,0.7810237,-0.3974597),(0.5251872,0.7252134,-0.4452462),(0.5272876,0.6773021,-0.5130591),(0.5304812,0.7782795,-0.3359626),(0.5124858,0.7693945,-0.381301),(0.5043083,0.8024366,-0.3190121),(0.3947702,0.8374808,-0.3778655),(0.4320414,0.8374631,-0.3346576),(0.3899047,0.6781677,-0.622947),(0.400055,0.6199418,-0.6750023),(0.4711665,0.5419065,-0.695945),(0.4713308,0.6019107,-0.6446323),(0.4100408,0.563094,-0.71749),(0.4129898,0.5378751,-0.7349352),(0.4759175,0.4534017,-0.7536109),(0.4743032,0.4834444,-0.7357432),(0.4985313,0.554374,-0.6664352),(0.5008827,0.5945971,-0.6289442),(0.4993389,0.5321413,-0.6837298),(0.4214466,0.7644349,-0.4878749),(0.4268581,0.7664527,-0.4799401),(0.4456802,0.7664463,-0.4625247),(0.5108215,0.6351058,-0.5793979),(0.4747767,0.7675396,-0.4306623),(0.01406899,-0.9999009,-0.000410956),(0.01173393,-0.9999312,5.376208e-5),(0.0060777,-0.9999799,0.00181148),(0.00426886,-0.9999896,0.001585091),(-0.001087809,-0.9999829,0.005753332),(0.005977116,-0.9999821,0.0001759055),(-0.002024543,-0.9999849,0.005098018),(-0.01351793,-0.999862,0.009655965),(-0.01130723,-0.9998598,0.01235735),(-0.02839396,-0.9993792,0.02085652),(-0.007156872,-0.9999174,0.01067292),(-0.02218,-0.9994887,0.0230289),(-0.04889663,-0.998047,0.03887661),(-0.03523334,-0.9986004,0.03944596),(-0.07600808,-0.994831,0.06733683),(-0.01251597,-0.9997586,0.01806212),(-0.0003566679,-0.9999964,0.002695664),(0.001408215,-0.999999,-9.429727e-5),(-0.002422798,-0.9999873,0.004422375),(0.0001244228,-0.9999999,-0.0003253508),(-0.0314278,-0.9992637,0.02200629),(-0.05942867,-0.9970411,0.04875655),(-0.05538145,-0.9977651,0.03738692),(-0.09397866,-0.9931972,0.06875549),(-0.09977364,-0.9909515,0.08977872),(-0.1546431,-0.9773362,0.1445663),(-0.202328,-0.9630119,0.1779647),(-0.1433742,-0.982893,0.1156071),(-0.2009118,-0.9690974,0.1431244),(-0.1422592,-0.9851872,0.09575259),(-0.2592659,-0.9438635,0.2047027),(-0.3238406,-0.9201751,0.2200119),(-0.2718999,-0.9468499,0.171888),(-0.2050375,-0.9697424,0.1325112),(-0.08964416,-0.9940704,0.06154678),(-0.1354677,-0.985856,0.09867334),(-0.2176754,-0.9565755,0.1938575),(-0.2761244,-0.9354756,0.2205463),(-0.3079157,-0.91682,0.2542226),(-0.2612263,-0.9371185,0.2314512),(-0.3195555,-0.919633,0.2283847),(-0.3382881,-0.9145793,0.2215982),(-0.3345051,-0.9157038,0.2226946),(-0.3350157,-0.9083884,0.2501899),(-0.3355158,-0.9057728,0.2588525),(-0.3318229,-0.9030049,0.2729024),(-0.3123817,-0.9255127,0.214112),(-0.270694,-0.9428207,0.1944581),(-0.319424,-0.9145534,0.2481137),(-0.3464942,-0.8987927,0.2685391),(-0.3056942,-0.9171678,0.2556449),(-0.349471,-0.9005146,0.2587345),(-0.3293432,-0.920679,0.2094833),(-0.2992902,-0.9335448,0.1972803),(-0.2620547,-0.9502751,0.1682401),(-0.3065646,-0.9326388,0.190271),(-0.2581917,-0.9489117,0.1813932),(-0.2168986,-0.9632455,0.1584715),(-0.1755771,-0.9743128,0.1410218),(-0.2138454,-0.9648194,0.1529502),(-0.1702218,-0.9775031,0.1245486),(-0.2156612,-0.9669923,0.1357057),(-0.1439658,-0.9812571,0.1280946),(-0.1240485,-0.9843994,0.1247787),(-0.1304582,-0.9859469,0.1043519),(-0.1628135,-0.9807606,0.1077051),(-0.2674305,-0.9494077,0.1646388),(-0.2127157,-0.9674355,0.1371883),(-0.1937348,-0.9677488,0.1610254),(-0.201724,-0.952802,0.2268826),(-0.1891516,-0.9536124,0.2341899),(-0.1643171,-0.973766,0.1574161),(-0.2436098,-0.8982227,0.3658554),(-0.3195165,-0.7557144,0.5716687),(-0.3442519,-0.7207907,0.601624),(-0.2504442,-0.8884996,0.3845078),(-0.2698469,-0.8692768,0.4141745),(-0.1918866,-0.9484099,0.2523847),(-0.3748721,-0.6721659,0.6384856),(-0.4087828,-0.6108308,0.6780726),(-0.3005313,-0.8400263,0.4517042),(-0.2096346,-0.9367732,0.2801951),(-0.1495365,-0.9753396,0.1623318),(-0.1499966,-0.9726954,0.1771007),(-0.399939,-0.5329091,0.7456921),(-0.4652092,-0.2701552,0.8429689),(-0.4938223,-0.1750516,0.8517608),(-0.4323302,-0.4637937,0.7732955),(-0.4942136,0.06957411,0.8665521),(-0.4313218,0.5129957,0.7421569),(-0.4048786,0.6085501,0.6824515),(-0.5055047,0.1775131,0.844366),(-0.5002069,0.2857519,0.8173977),(-0.5111495,-0.06943534,0.8566824),(-0.3648869,0.688558,0.6266941),(-0.3175486,0.7506176,0.5794272),(-0.4796386,0.3878364,0.7871021),(-0.5153147,0.04073358,0.8560324),(-0.46162,-0.3801159,0.8015105),(-0.4847341,-0.2856161,0.8267142),(-0.2882887,0.8456835,0.4491203),(-0.1895037,0.9649018,0.1818044),(-0.1087083,0.9862261,0.124662),(-0.2236357,0.899717,0.3748285),(-0.1343115,0.990784,-0.01752956),(-0.08747073,0.9822223,-0.1660974),(-0.01514993,0.9865178,-0.1629511),(-0.05185593,0.99757,-0.04653125),(0.03154355,0.9981567,-0.05184747),(-0.02825113,0.9953586,0.09199515),(0.06123035,0.9883636,-0.1392423),(0.1125963,0.9931121,-0.03240861),(0.1405485,0.985582,-0.09420381),(0.04640817,0.9952717,0.0853265),(-0.155552,0.9346619,0.3197041),(-0.09148992,0.9535277,0.2870795),(-0.05434099,0.9655735,-0.2543911),(-0.06430621,0.9603887,-0.2711424),(0.006271712,0.9740778,-0.2261262),(-0.005652868,0.9725039,-0.2328181),(-0.1328146,0.9644738,-0.2283652),(-0.2777193,0.9519136,-0.1293542),(-0.06571453,0.9788299,-0.1938393),(-0.1916407,0.9746171,-0.115739),(0.06066467,0.9816578,-0.1807423),(0.009165454,0.9887214,-0.1494862),(-0.0971201,0.9907146,-0.09514354),(0.09416974,0.9908222,-0.09697108),(0.007530068,0.997566,-0.06932101),(0.1365374,0.9838201,-0.1159974),(0.07358113,0.9807885,-0.1806649),(0.148306,0.9818657,-0.1180895),(-0.4612159,0.8871449,-0.01593348),(-0.6315248,0.7717654,0.07452878),(-0.3621555,0.9316765,-0.02867219),(-0.5400352,0.8403135,0.04727898),(-0.771534,0.6173417,0.1537027),(-0.8685233,0.4369075,0.2340494),(-0.7033072,0.6995986,0.1261783),(-0.8279006,0.5165719,0.2184813),(-0.4315937,0.9017735,0.02305413),(-0.6170496,0.7805228,0.1001701),(-0.7737871,0.5993422,0.2050426),(-0.5107574,0.8566021,0.07320907),(-0.7032772,0.6848046,0.1909027),(-0.3059451,0.9520491,-3.379124e-5),(-0.2510568,0.9672976,-0.0361362),(-0.1276332,0.9910125,-0.04005022),(-0.9154683,0.2513043,0.3142672),(-0.9166567,0.07442539,0.3926848),(-0.9065902,0.1234869,0.4035408),(-0.8946944,0.3181757,0.3135062),(-0.8732567,-0.09617312,0.477675),(-0.7754648,-0.260522,0.575137),(-0.7583451,-0.2698649,0.5933681),(-0.8653901,-0.07217266,0.4958741),(-0.8580582,-0.04154652,0.5118693),(-0.8926229,0.1776026,0.4143448),(-0.7456455,-0.2701662,0.6091166),(-0.7351362,-0.2637974,0.6244883),(-0.8506002,-0.003090002,0.525804),(-0.8736525,0.239427,0.4235636),(-0.8656647,0.3892674,0.3147944),(-0.8261927,0.4666789,0.3156205),(-0.6459433,-0.3736036,0.6657158),(-0.542923,-0.3991173,0.7388774),(-0.4962553,-0.4665273,0.7321769),(-0.6119575,-0.4150283,0.6732456),(-0.4834546,-0.34834,0.8030759),(-0.4679192,-0.2210477,0.8556809),(-0.4068056,-0.3503141,0.843676),(-0.4282206,-0.4433815,0.7874261),(-0.3711454,-0.5109574,0.7753538),(-0.4523525,-0.5145705,0.7284192),(-0.3368962,-0.44489,0.8298035),(-0.263066,-0.5117596,0.817862),(-0.3106897,-0.5589452,0.7687992),(-0.4064414,-0.5501941,0.7294462),(-0.5832512,-0.4434558,0.6805623),(-0.5549476,-0.464414,0.6901832),(-0.465703,-0.03425926,0.8842776),(-0.4529588,0.18222,0.8727108),(-0.4060929,-0.1974315,0.8922496),(-0.406119,-0.001895239,0.9138182),(-0.4368489,0.4108122,0.8002477),(-0.4206633,0.6245934,0.6579707),(-0.4132248,0.2273994,0.8817794),(-0.4257343,0.4669594,0.775048),(-0.3344288,-0.1584265,0.9290094),(-0.3590985,0.05430279,0.9317185),(-0.3991166,0.3008941,0.8661228),(-0.2907385,-0.0978619,0.9517847),(-0.3519613,0.1371873,0.9259065),(-0.2544364,-0.282961,0.9247677),(-0.3292711,-0.3246699,0.8866622),(-0.2473664,-0.4185525,0.8738557),(-0.3921427,0.7863441,0.4773753),(-0.348292,0.8876408,0.301308),(-0.42084,0.668695,0.612977),(-0.3908868,0.8103498,0.4365095),(-0.3021843,0.9427806,0.1408878),(-0.2672143,0.9636338,-0.002533821),(-0.3520848,0.8991798,0.259831),(-0.321055,0.9429697,0.08793077),(-0.4120772,0.7104028,0.5705439),(-0.3882132,0.8366197,0.3864686),(-0.3679218,0.9102014,0.1901759),(-0.40985,0.7530924,0.5146599),(-0.4069112,0.8621935,0.3017378),(-0.4129769,0.5891194,0.6945418),(-0.4215657,0.5311341,0.7349686),(-0.39944,0.3798687,0.8343545),(-0.2499861,0.9600127,-0.1260255),(-0.2481307,0.9417095,-0.2271881),(-0.3048155,0.9501202,-0.06602258),(-0.3020312,0.9339947,-0.1908688),(-0.2569743,0.9152862,-0.310186),(-0.2729838,0.8841467,-0.3791627),(-0.3324898,0.866913,-0.3713656),(-0.3113087,0.9046719,-0.2909567),(-0.3536289,0.9238699,-0.1463251),(-0.3610451,0.8928339,-0.2692468),(-0.3820803,0.8471768,-0.3691964),(-0.4211935,0.8299025,-0.3658661),(-0.4057434,0.8818997,-0.2400522),(-0.4025444,0.9109258,-0.09040014),(-0.3566593,0.934218,0.005548473),(-0.4049622,0.9099449,0.08947574),(-0.2953298,0.8478531,-0.4403698),(-0.3249072,0.8041406,-0.4977883),(-0.4085073,0.7638808,-0.4996079),(-0.3658588,0.8204587,-0.4393119),(-0.3624297,0.7514726,-0.5513018),(-0.4074699,0.6878039,-0.6007447),(-0.4989263,0.6233236,-0.6021134),(-0.4548808,0.6977335,-0.5533999),(-0.5106797,0.644747,-0.5687774),(-0.4634041,0.7200298,-0.5165402),(-0.5524264,0.5667439,-0.6112498),(-0.5751102,0.5188431,-0.6324952),(-0.5348523,0.5990017,-0.5959278),(-0.4915851,0.6809178,-0.5428582),(-0.4178822,0.7886956,-0.4509254),(-0.451353,0.759953,-0.4677092),(-0.4554678,0.6102678,-0.6481684),(-0.4959176,0.5179787,-0.6969677),(-0.5567104,0.459081,-0.6923281),(-0.5346947,0.5429,-0.647581),(-0.516645,0.4147909,-0.7490171),(-0.50848,0.3059484,-0.8048875),(-0.5400854,0.292286,-0.7892254),(-0.5599869,0.3746108,-0.7389732),(-0.5991842,0.3467813,-0.7216101),(-0.5999112,0.4150407,-0.683994),(-0.5777112,0.2872819,-0.7640151),(-0.6193513,0.2826903,-0.7324549),(-0.633989,0.3207515,-0.7036877),(-0.6286659,0.3757911,-0.6808525),(-0.5833316,0.489279,-0.6483289),(-0.6077461,0.4433091,-0.6588791),(-0.4794681,0.2256428,-0.8480541),(-0.4511386,0.2035535,-0.8689303),(-0.4651099,0.2323692,-0.8542116),(-0.5032299,0.237236,-0.8309506),(-0.4344954,0.2344053,-0.8696366),(-0.4343728,0.3123966,-0.8448246),(-0.4163005,0.3540929,-0.8374438),(-0.4345266,0.2733282,-0.8581831),(-0.4520945,0.3176262,-0.8335011),(-0.4947465,0.2669832,-0.8270102),(-0.4165643,0.4004236,-0.8161711),(-0.4341147,0.451069,-0.7797956),(-0.4860231,0.3654191,-0.7938831),(-0.538453,0.3038505,-0.7859665),(-0.5391656,0.2552806,-0.8025784),(-0.5851825,0.2742755,-0.7631083),(-0.4427334,0.4105614,-0.7971364),(-0.4486031,0.5085871,-0.734911),(-0.3966812,0.5555228,-0.7307794),(-0.4062904,0.4531294,-0.7934746),(-0.4446661,0.6098032,-0.656058),(-0.4214852,0.7152601,-0.5574525),(-0.3492225,0.7734848,-0.5289281),(-0.3806972,0.6631231,-0.6444668),(-0.3303606,0.7123911,-0.6191612),(-0.3607608,0.6027896,-0.7116857),(-0.2891999,0.821983,-0.4906194),(-0.2406149,0.8626115,-0.4449784),(-0.2925447,0.7594581,-0.5810689),(-0.3396511,0.6521145,-0.6777786),(-0.3877064,0.4988644,-0.7751245),(-0.3858499,0.548739,-0.7416234),(-0.3723397,0.8117598,-0.4498991),(-0.3030893,0.8866806,-0.349191),(-0.2289801,0.9286724,-0.2917802),(-0.2962299,0.8662229,-0.4023752),(-0.227064,0.9392086,-0.2575443),(-0.1573283,0.9718244,-0.175514),(-0.101878,0.9862691,-0.1299778),(-0.1604103,0.9663467,-0.2011033),(-0.1112456,0.9822478,-0.151042),(-0.170566,0.9564837,-0.2367408),(-0.0638029,0.9936642,-0.09252361),(-0.04202498,0.9971538,-0.06259562),(-0.07861673,0.9909254,-0.1090242),(-0.1271852,0.9740146,-0.187402),(-0.233375,0.9067168,-0.3512846),(-0.1832444,0.9360516,-0.3003814),(-0.1023473,0.9891822,-0.105088),(-0.06395316,0.996725,-0.04949114),(-0.03322698,0.9989561,-0.03134656),(-0.05954206,0.9954613,-0.07423982),(-0.04030025,0.9991471,-0.008995333),(-0.02960587,0.9994194,0.01686442),(-0.01657704,0.9997335,0.01606589),(-0.01987189,0.9998017,-0.001321451),(-0.00742056,0.9999722,0.00076078),(-0.01427417,0.9996889,-0.02045705),(-0.008153159,0.9998928,0.01215722),(-0.004027339,0.9999624,0.007673527),(-0.002429035,0.999997,0.0005559659),(-0.006354271,0.9998881,-0.01354101),(-0.03194859,0.9981594,-0.0515458),(-0.01860115,0.9992285,-0.03458913),(-0.02915915,0.9990075,0.033673),(-0.03518483,0.9982967,0.04653902),(-0.02843932,0.9989555,0.03576537),(-0.02028354,0.9994412,0.02657006),(-0.04397732,0.997507,0.05518738),(-0.05196735,0.9968867,0.05929856),(-0.05123853,0.9974627,0.04942438),(-0.03931734,0.9982813,0.04346002),(-0.03272443,0.9990029,0.03036813),(-0.02189599,0.9994569,0.02462739),(-0.04548328,0.998331,0.03558902),(-0.034245,0.9991726,0.02194162),(-0.0239835,0.999541,0.01850681),(-0.01543157,0.9997696,0.01492288),(-0.01352609,0.999737,0.0185199),(-0.008731639,0.9998981,0.01128985),(-0.05677169,0.9968789,0.05485778),(-0.05737504,0.9976318,0.03793527),(-0.07205803,0.9966674,0.03823237),(-0.06278262,0.9968148,0.04917911),(-0.05294674,0.9985623,0.008358719),(-0.04259398,0.9985132,-0.03401625),(-0.07314126,0.9971837,-0.01658017),(-0.07642157,0.9969407,0.01639655),(-0.08016624,0.9966578,0.01569973),(-0.07196317,0.9969517,0.03014713),(-0.08060741,0.9967224,-0.006847494),(-0.0647079,0.9979009,-0.002579295),(-0.06357823,0.9979178,0.01086462),(-0.05632218,0.9982255,0.01933017),(-0.05931007,0.997564,0.03672111),(-0.04564589,0.9986934,0.02297951),(-0.02411316,0.9976053,-0.06482469),(0.002670655,0.9982371,-0.05929161),(-0.03606181,0.9988981,-0.0300327),(-0.0593657,0.9974593,-0.03937886),(0.0344528,0.999272,-0.0163838),(0.0677039,0.9955879,0.06496805),(0.0194037,0.9958051,0.08941846),(-0.008118989,0.9998879,0.0125832),(-0.02998446,0.998938,0.03498267),(-0.05188366,0.9986311,-0.006637124),(-0.01054378,0.994381,0.1053346),(-0.02247177,0.9936111,0.1105982),(-0.03141441,0.9983454,0.04816237),(-0.04496454,0.9989493,0.008855207),(-0.07059553,0.9972994,-0.02024969),(-0.0578024,0.9982976,-0.007808704),(0.09413698,0.9851904,0.1433107),(0.1052117,0.9783334,0.1783094),(0.04139544,0.9827905,0.180026),(0.03819907,0.986582,0.1587354),(0.09530384,0.9805601,0.1715196),(0.05705822,0.9908433,0.1223678),(-0.01377938,0.9968359,0.07828303),(0.02566883,0.9877633,0.1538338),(-0.02650716,0.9907715,0.1329253),(-0.006321019,0.9847302,0.1739727),(-0.06279094,0.9972689,0.0388853),(-0.08993796,0.9958996,0.009754781),(-0.06131895,0.9918804,0.1114148),(-0.0382372,0.9862705,0.1606504),(-0.001124154,0.9863582,0.1646096),(-0.02419048,0.9868221,0.1599905),(-0.01001231,0.9989008,0.04579242),(-0.09071323,0.994941,-0.04316783),(-0.1391672,0.9843782,-0.1078521),(-0.07404853,0.9970747,-0.01894336),(-0.1610005,0.9761587,-0.145579),(-0.196926,0.9450648,-0.2609072),(-0.2046444,0.9428011,-0.2631476),(-0.1889462,0.9636872,-0.1886966),(-0.1783114,0.9607608,-0.2124706),(-0.152454,0.9763122,-0.1535329),(-0.1736715,0.9526765,-0.2494908),(-0.10266,0.9700401,-0.2201886),(-0.129126,0.9682767,-0.2139314),(-0.1313458,0.9758199,-0.1747104),(-0.1093057,0.9915323,-0.07011405),(-0.1161762,0.9881102,-0.1007034),(-0.1878923,0.9186686,-0.3474829),(-0.1456558,0.9184699,-0.3676921),(-0.1177533,0.945236,-0.304406),(-0.1778452,0.9340563,-0.3096931),(-0.08655429,0.9431437,-0.3209179),(-0.02219574,0.9791776,-0.2017887),(0.03968318,0.991905,-0.1206227),(-0.04028872,0.9692687,-0.2426828),(0.02155349,0.9880577,-0.1525698),(-0.06191515,0.9718883,-0.2271558),(0.1015703,0.9942762,-0.03314186),(0.1638639,0.9855471,0.04295924),(0.0988153,0.992895,-0.06629531),(0.02270089,0.9889202,-0.1467033),(-0.1322489,0.9570692,-0.257932),(-0.04933873,0.9791105,-0.1972517),(0.03825552,0.9963866,-0.07582957),(0.08639505,0.9961592,-0.01424311),(0.164874,0.9857322,0.03389161),(0.1102017,0.9938915,-0.005930151),(0.1121872,0.9935573,-0.01606102),(0.1014973,0.9915693,-0.08055153),(0.1844571,0.9765371,-0.1111345),(0.1951483,0.9807737,-0.0003698656),(0.2408627,0.9704685,0.0132627),(0.2152306,0.9731814,0.0812019),(0.2254555,0.9632213,-0.1462007),(0.2276049,0.9553068,-0.1886394),(0.2525433,0.9674661,0.01520873),(0.2408147,0.9638383,0.1141223),(0.1667872,0.9838333,0.06522433),(0.2102255,0.9700981,0.1213052),(0.04836466,0.9887499,-0.1415436),(-0.03066356,0.9911406,-0.1292283),(0.03464931,0.9722322,-0.2314388),(0.1241423,0.9682909,-0.2167977),(-0.1117147,0.9930413,-0.03726437),(-0.1721983,0.9757165,0.13537),(-0.05725749,0.9871773,-0.149006),(-0.1280582,0.9911646,0.0345513),(-0.02789893,0.9637883,-0.2652055),(0.06503556,0.9392602,-0.3369878),(-0.09929209,0.9922824,-0.07427539),(-0.01922523,0.9278244,-0.3725213),(-0.08273368,0.9803646,-0.1789982),(0.06575023,0.8979621,-0.4351334),(0.1585277,0.9416481,-0.2969307),(0.1560228,0.9130856,-0.376738),(-0.2121265,0.931356,0.2959366),(-0.2510374,0.8953899,0.3677731),(-0.222455,0.9249424,0.3082131),(-0.1770575,0.9599213,0.2172594),(-0.2946689,0.8843663,0.362031),(-0.3398747,0.8975797,0.2807775),(-0.3115549,0.9145865,0.2578079),(-0.2685933,0.9086259,0.3197758),(-0.2416708,0.9311359,0.2730955),(-0.1962603,0.9503437,0.2415136),(-0.2818686,0.9305348,0.2337841),(-0.2509945,0.9456143,0.2069186),(-0.2130407,0.9510636,0.2238117),(-0.17069,0.9700867,0.1726172),(-0.1497588,0.9801664,0.1297925),(-0.1278341,0.9909129,0.0418321),(-0.3709351,0.912806,0.1708578),(-0.3833177,0.9196689,0.08530266),(-0.3440779,0.9348372,0.08769167),(-0.3376805,0.9266641,0.1651231),(-0.3873895,0.921567,0.0253672),(-0.3921528,0.9198514,-0.009460249),(-0.3418481,0.9393736,0.0267836),(-0.3412861,0.9397987,-0.01738485),(-0.3077449,0.9508522,0.03425125),(-0.3108174,0.9457425,0.09467621),(-0.3062124,0.9517727,-0.01904483),(-0.2875103,0.9576167,-0.01755162),(-0.2858583,0.9573411,0.04222701),(-0.2844293,0.9534607,0.100064),(-0.3055868,0.9383575,0.1615603),(-0.2754465,0.9486992,0.1552383),(-0.4021983,0.9155225,-0.007412612),(-0.4165533,0.9080009,0.04491804),(-0.3476794,0.9371967,-0.02795535),(-0.3602229,0.9327812,0.01259717),(-0.430688,0.8896013,0.152044),(-0.4370912,0.8422145,0.3156361),(-0.3749625,0.9207144,0.108112),(-0.3855966,0.8849999,0.2609412),(-0.3212978,0.9468657,-0.01459929),(-0.3347568,0.9398109,0.0685081),(-0.3467338,0.9143085,0.209322),(-0.310769,0.9498175,0.03562659),(-0.3216448,0.9326711,0.163307),(-0.300271,0.9532021,-0.03525816),(-0.3109164,0.9494752,-0.04275201),(-0.2923612,0.9548829,-0.0521886),(-0.4308333,0.7529798,0.4973974),(-0.4049596,0.6152201,0.6763964),(-0.3874576,0.8112801,0.437837),(-0.373544,0.6897829,0.6202133),(-0.3347575,0.3949994,0.8555191),(-0.1923563,0.04115302,0.9804618),(-0.3224694,0.4872817,0.8115232),(-0.2107377,0.1550693,0.9651648),(-0.3482819,0.7506133,0.5614976),(-0.3123475,0.5683891,0.7611654),(-0.2250805,0.2614298,0.9386124),(-0.3065013,0.6375612,0.7068046),(-0.2381195,0.3583755,0.9026994),(-0.3311386,0.7984725,0.5027811),(-0.3534704,0.8552058,0.3790538),(-0.3305417,0.8866218,0.3234871),(-0.04284803,-0.3458194,0.9373222),(0.02319017,-0.6180314,0.7858112),(-0.08768877,-0.2209586,0.9713331),(-0.0238779,-0.5059313,0.8622434),(0.03347012,-0.7937678,0.6072992),(0.03052096,-0.904684,0.4249884),(-0.0004212674,-0.7066734,0.7075397),(0.01514747,-0.8471141,0.5311951),(-0.0633403,-0.391796,0.9178693),(-0.03031162,-0.6135258,0.7890927),(0.0013105,-0.7809693,0.6245681),(-0.05610007,-0.5171614,0.8540474),(-0.009108436,-0.7096428,0.7045028),(-0.09703389,-0.2777915,0.9557281),(-0.1236117,-0.09928437,0.9873515),(-0.1538061,0.01730468,0.9879496),(0.02315964,-0.9632449,0.2676246),(0.001991734,-0.9857242,0.1683565),(0.02451032,-0.9306406,0.3651127),(0.01485447,-0.968134,0.2499918),(-0.03125867,-0.9916198,0.1253521),(-0.07353479,-0.9881005,0.1350923),(-0.04381276,-0.9830843,0.1778364),(-0.00992315,-0.9820632,0.1882903),(0.03199722,-0.9424317,0.3328645),(0.01888842,-0.9662249,0.257007),(-0.004266267,-0.9735172,0.228574),(0.04593769,-0.9573213,0.2853516),(0.05733806,-0.9431298,0.3274423),(0.05627766,-0.9093384,0.4122335),(0.02761678,-0.8888584,0.4573489),(0.03535913,-0.840452,0.5407312),(-0.1058663,-0.9802029,0.1673162),(-0.1133149,-0.9748691,0.1918069),(-0.06863366,-0.9767045,0.2033168),(-0.06786375,-0.9790534,0.191961),(-0.1003465,-0.9733207,0.2063428),(-0.07097532,-0.9754403,0.2085156),(-0.01948896,-0.9783302,0.2061316),(-0.05097687,-0.9765817,0.2090203),(0.004220268,-0.9761101,0.2172354),(-0.01527182,-0.9749439,0.221926),(0.03444434,-0.9775509,0.2078645),(0.08883245,-0.9722414,0.2164613),(0.06318659,-0.970246,0.2337312),(0.04520699,-0.9673003,0.2495724),(-0.01960508,-0.9742181,0.2247546),(0.03831644,-0.9631906,0.2660749),(-0.0327208,-0.9784673,0.2037918),(0.008517896,-0.9800197,0.1987176),(0.05891476,-0.9800587,0.1897738),(0.01881198,-0.9799978,0.1981175),(0.05218421,-0.9798365,0.1928654),(0.09769022,-0.9777108,0.1858447),(0.1424598,-0.9749676,0.1707142),(0.1003073,-0.9784009,0.1807482),(0.1429434,-0.9749039,0.1706738),(0.1059553,-0.9773383,0.1832577),(0.1800804,-0.9709628,0.1574878),(0.2100065,-0.9665211,0.1474248),(0.1792227,-0.9700029,0.1642368),(0.1484064,-0.9721981,0.1811251),(0.06962379,-0.9782196,0.1955472),(0.1180989,-0.9729759,0.1984205),(0.1441416,-0.9736619,0.1766514),(0.1895945,-0.9681095,0.1637619),(0.2228125,-0.9636505,0.1474186),(0.1840486,-0.9698522,0.1597276),(0.2313541,-0.9618767,0.1458371),(0.2667479,-0.9560565,0.1216615),(0.2824292,-0.9524471,0.1143605),(0.2563793,-0.9574302,0.1326543),(0.2731388,-0.9542913,0.1213392),(0.2473622,-0.9597588,0.1329473),(0.2911116,-0.950465,0.1089509),(0.2935228,-0.9502584,0.1041795),(0.2820422,-0.9529045,0.1114687),(0.2633353,-0.9571324,0.1206325),(0.2156919,-0.9656826,0.1446862),(0.2388395,-0.9619933,0.1323807),(0.2944227,-0.9513631,0.09068434),(0.3155612,-0.9473942,0.05353026),(0.3153004,-0.9473369,0.05602233),(0.3012021,-0.9493542,0.08946337),(0.3325019,-0.9430335,0.01142171),(0.3475252,-0.9370382,-0.03443301),(0.3391458,-0.9402096,-0.03140257),(0.3271533,-0.9448474,0.01530037),(0.3212301,-0.9467469,0.021947),(0.3122674,-0.9480368,0.06095323),(0.3318863,-0.9429734,-0.02554975),(0.3155241,-0.9484578,0.02953181),(0.326189,-0.9451344,-0.01793782),(0.3074273,-0.9492649,0.06621429),(0.3029356,-0.9487215,0.09031847),(0.3005727,-0.9493754,0.09133659),(0.3618224,-0.9285815,-0.08258866),(0.3750221,-0.9175062,-0.1324417),(0.3634887,-0.9224323,-0.1303636),(0.3516952,-0.932626,-0.08074238),(0.386167,-0.9038178,-0.1843595),(0.3942321,-0.88749,-0.2386265),(0.3797759,-0.8953699,-0.2325577),(0.3732827,-0.909928,-0.180806),(0.3622503,-0.9154397,-0.1753421),(0.3540811,-0.9266785,-0.1260698),(0.3668347,-0.9027489,-0.2246703),(0.3553608,-0.9097201,-0.2147745),(0.3529439,-0.9205159,-0.1675739),(0.3467142,-0.9303529,-0.1193008),(0.3435629,-0.9360234,-0.0763212),(0.3375221,-0.9387447,-0.06954963),(0.3945705,-0.8747758,-0.2812144),(0.3850273,-0.8734341,-0.2981054),(0.3680453,-0.8833079,-0.2903614),(0.3786127,-0.8842903,-0.2732818),(0.3682572,-0.8837453,-0.2887573),(0.3459171,-0.9038395,-0.2518248),(0.3294609,-0.9104285,-0.2501509),(0.3509611,-0.8925711,-0.2830958),(0.3356695,-0.9006314,-0.2760235),(0.3526919,-0.8925835,-0.2808967),(0.3153792,-0.9160835,-0.2476426),(0.3037229,-0.9208966,-0.2443395),(0.322491,-0.907913,-0.2677564),(0.3390747,-0.901199,-0.2699418),(0.3640716,-0.8933142,-0.2635174),(0.3510025,-0.9018227,-0.2520179),(0.3255788,-0.922232,-0.2085345),(0.3144687,-0.9316695,-0.1819378),(0.300977,-0.9351406,-0.1868823),(0.3107944,-0.9267657,-0.2109791),(0.311799,-0.9342889,-0.1728748),(0.3164182,-0.9310238,-0.1818635),(0.3005793,-0.9350076,-0.188183),(0.2982517,-0.9375529,-0.1789986),(0.2857865,-0.9406198,-0.1831956),(0.2894558,-0.937938,-0.1910173),(0.2845766,-0.9395012,-0.1906667),(0.2682209,-0.9446801,-0.1887777),(0.2742561,-0.9436972,-0.1849842),(0.2798026,-0.9402581,-0.1939724),(0.2984349,-0.9303668,-0.2129656),(0.2884646,-0.9332014,-0.2142974),(0.3212848,-0.9270887,-0.1930872),(0.3190955,-0.9282829,-0.1909685),(0.2912797,-0.9365889,-0.1948268),(0.3005362,-0.9328333,-0.1987464),(0.3075989,-0.935058,-0.1762085),(0.2841357,-0.9470906,-0.1492856),(0.2389473,-0.9602969,-0.1439938),(0.2713736,-0.9461344,-0.1765954),(0.2334466,-0.9573107,-0.1704669),(0.2614973,-0.9458745,-0.1921994),(0.193683,-0.9720119,-0.1329655),(0.1490261,-0.9817494,-0.1181489),(0.1939738,-0.9681048,-0.1585789),(0.229627,-0.9559065,-0.1830695),(0.2784439,-0.9396577,-0.1987777),(0.2548002,-0.947588,-0.1927532),(0.2486596,-0.9615887,-0.1162569),(0.2029396,-0.9756808,-0.08284063),(0.1427482,-0.9876536,-0.06452196),(0.195165,-0.9752158,-0.1042346),(0.1477085,-0.9878226,-0.04887388),(0.08381809,-0.996375,-0.01454262),(0.01598521,-0.9997637,0.01472888),(0.08266643,-0.996269,-0.0247884),(0.02958203,-0.999557,0.003273226),(0.08975697,-0.9950783,-0.04198518),(-0.03509538,-0.9982302,0.04800799),(-0.0683266,-0.99436,0.08111497),(-0.01006515,-0.9994673,0.03104596),(0.04550146,-0.9987804,-0.01916784),(0.1446964,-0.9856053,-0.08743718),(0.09849622,-0.9927408,-0.06902371),(0.01791363,-0.9997851,0.01042973),(-0.03965416,-0.9990548,0.01780129),(-0.100911,-0.9940046,0.0420942),(-0.04913257,-0.997957,0.04083904),(-0.08058334,-0.9966925,0.01049764),(-0.09695069,-0.995259,-0.007746855),(-0.130851,-0.991163,0.02176925),(-0.1303637,-0.9913345,-0.01615639),(-0.156776,-0.9869703,0.03620623),(-0.1385646,-0.9878486,0.07039224),(-0.1407585,-0.9897599,-0.02371764),(-0.1591249,-0.985792,0.05379201),(-0.1296162,-0.9911758,-0.02775013),(-0.1528092,-0.9831216,0.1006052),(-0.09527126,-0.9925948,0.07535763),(-0.120033,-0.9866038,0.1104762),(-0.08880573,-0.9957094,-0.02600367),(-0.06458696,-0.9972322,-0.03682929),(-0.1027692,-0.9933585,-0.051744),(-0.06186962,-0.9956968,-0.06899338),(-0.03328045,-0.9984832,-0.04385913),(-0.003532584,-0.9986746,-0.0513486),(-0.01920438,-0.9971644,-0.07276113),(0.01426594,-0.9975297,-0.06878198),(-0.04554114,-0.9934014,-0.1052595),(0.001788467,-0.9943178,-0.106438),(0.03294023,-0.9954157,-0.08979091),(0.02709618,-0.9898638,-0.1394118),(0.05089089,-0.9925155,-0.1110088),(-0.0184334,-0.9900435,-0.13955),(-0.09733089,-0.9920671,-0.07955877),(-0.07483546,-0.9917195,-0.1043643),(0.01688137,-0.9981974,-0.05759243),(0.02582629,-0.9979668,-0.05826875),(0.03254203,-0.9975035,-0.06267241),(0.03721508,-0.9977238,-0.05623343),(0.02584845,-0.9983022,-0.05219755),(0.01945053,-0.9990802,-0.03821424),(0.03252624,-0.9983461,-0.04740443),(0.02262852,-0.9991599,-0.03416983),(0.0443522,-0.9975682,-0.05376138),(0.03534845,-0.998531,-0.04106478),(0.0232513,-0.9993216,-0.02856075),(0.0348076,-0.9988055,-0.03429456),(0.0217727,-0.999512,-0.02239968),(0.04741773,-0.9975577,-0.05128512),(0.04525007,-0.9965802,-0.0691395),(0.05450699,-0.9956207,-0.07595057),(0.01157339,-0.9996849,-0.0222727),(0.005858176,-0.9999245,-0.01079834),(0.01282901,-0.9997154,-0.02011271),(0.00614566,-0.9999331,-0.009802427),(0.002275743,-0.9999905,-0.00374399),(0.0008178331,-0.999999,-0.001086452),(0.002217312,-0.999992,-0.003365272),(0.0007053521,-0.9999993,-0.0009465285),(0.005933497,-0.9999479,-0.008309129),(0.002059388,-0.9999939,-0.002820986),(0.0006239109,-0.9999995,-0.0007675432),(0.001844706,-0.9999959,-0.002198053),(0.0005806031,-0.9999997,-0.0005620727),(0.00535164,-0.9999639,-0.006593805),(0.01280495,-0.999774,-0.01697125),(0.01176772,-0.9998406,-0.01343027),(0.0004777247,-0.9999997,-0.0006703174),(0.0002444846,-0.9999999,-0.0003549795),(0.0003816957,-0.9999998,-0.0006060394),(0.000175153,-0.9999999,-0.0003378668),(0.0001045754,-1,-0.0001489404),(4.380862e-5,-0.9999999,-5.983828e-5),(6.333592e-5,-1,-0.0001546769),(2.334617e-5,-1,-6.828129e-5),(0.0001497602,-0.9999999,-0.0003063954),(5.576467e-5,-1,-0.0001562038),(2.288379e-5,-1,-7.711715e-5),(7.476519e-5,-1,-0.000138836),(3.669321e-5,-1,-7.503598e-5),(0.0001632118,-1,-0.0002489838),(0.0003307187,-0.9999999,-0.0005146753),(0.0003243959,-0.9999998,-0.000393775),(2.30517e-5,-1,-3.437499e-5),(9.591284e-6,-0.9999999,-1.54929e-5),(1.408236e-5,-1,-3.785508e-5),(6.617995e-6,-1,-1.658992e-5),(2.301224e-6,-1,-3.83775e-6),(3.794229e-8,-1,2.623178e-7),(1.740071e-6,-0.9999999,-4.11245e-6),(2.11252e-8,-1,7.324495e-8),(6.946147e-6,-1,-1.865974e-5),(1.829382e-6,-1,-4.580968e-6),(-7.893714e-8,-1,-7.024409e-8),(2.305497e-6,-1,-4.714607e-6),(-5.789893e-8,-1,8.091628e-11),(9.118914e-6,-1,-1.874493e-5),(1.429755e-5,-1,-4.254405e-5),(2.055106e-5,-1,-4.211867e-5),(-8.336317e-6,-0.9999995,0.001039471),(0.0007516638,-0.9999894,0.004547847),(4.703419e-5,-0.9999999,0.0003554547),(0.0005366134,-0.9999986,0.001595439),(0.003840283,-0.9999282,0.01135173),(0.01084654,-0.9996927,0.02229437),(0.0021602,-0.9999893,0.004082962),(0.005614948,-0.9999508,0.008180961),(0.0001772994,-0.9999999,0.0003127138),(0.0006365953,-0.9999995,0.0008268483),(0.001573295,-0.9999974,0.001698856),(-3.730546e-8,-1,2.67839e-7),(-5.821685e-8,-1,1.304712e-7),(-2.066625e-8,-1,-1.350238e-7),(2.253584e-5,-1,6.709753e-5),(-4.210991e-8,-0.9999999,-3.311026e-7),(0.02014145,-0.9987769,0.04515732),(0.03030264,-0.9956409,0.08820932),(0.009217915,-0.9997429,0.02071546),(0.012543,-0.9987055,0.04929374),(0.04362377,-0.9871939,0.1534444),(0.06321564,-0.9680462,0.2426734),(0.0189333,-0.9951954,0.09606009),(0.03220413,-0.9860593,0.1632477),(0.001383397,-0.9996556,0.02620748),(0.004209288,-0.9983105,0.05795225),(0.0139714,-0.9943225,0.1054873),(0.0001747535,-0.9993797,0.03521646),(0.007940909,-0.9977434,0.06667159),(-0.001721158,-0.9998905,0.01469829),(0.001693963,-0.9999655,0.008130216),(-0.0007978997,-0.9999936,0.00348759),(0.09356903,-0.9321089,0.3498827),(0.1344393,-0.8735602,0.4677806),(0.05599033,-0.9668653,0.2490716),(0.08977088,-0.9321722,0.350708),(0.1799881,-0.7847369,0.5931208),(0.224859,-0.6577063,0.7189304),(0.1296055,-0.8747388,0.4669417),(0.1722215,-0.7859246,0.5938537),(0.060406,-0.9655288,0.2531901),(0.09388771,-0.9304947,0.3540688),(0.1319442,-0.8720211,0.4713489),(0.06815711,-0.9634123,0.2592129),(0.09858071,-0.927611,0.360305),(0.04279147,-0.9833389,0.1766737),(0.03301095,-0.9848354,0.1703213),(0.02250344,-0.9933712,0.1127258),(0.269215,-0.4944747,0.8264491),(0.3110955,-0.3030621,0.9007624),(0.2187905,-0.6635171,0.7154551),(0.2676914,-0.5102921,0.817278),(0.3399569,-0.0858654,0.9365129),(0.3456188,0.1527499,0.9258592),(0.3097241,-0.3249582,0.8935733),(0.3361809,-0.1070697,0.9356915),(0.2270465,-0.6708125,0.7060174),(0.2759795,-0.5232582,0.8062481),(0.3167851,-0.3393915,0.8856978),(0.2320471,-0.6829729,0.6926054),(0.2799748,-0.5398563,0.7938321),(0.1828766,-0.7914923,0.5831774),(0.1766179,-0.7857886,0.5927413),(0.1367675,-0.8712875,0.4713308),(0.3303639,0.3913291,0.858907),(0.3004334,0.6037278,0.7384122),(0.3465454,0.1299487,0.9289885),(0.3407527,0.3644674,0.866632),(0.2524314,0.7754102,0.5788069),(0.1838472,0.8985958,0.3984041),(0.3109539,0.5789203,0.7537631),(0.2524002,0.7577592,0.6017434),(0.364445,0.1066393,0.9250989),(0.3557053,0.3413039,0.8700491),(0.3135985,0.5615679,0.7657007),(0.3721472,0.07585795,0.9250687),(0.3519333,0.3161345,0.8810232),(0.3596434,-0.1543699,0.9202319),(0.347676,-0.1249523,0.9292515),(0.324619,-0.3619026,0.8738701),(0.1075656,0.9700996,0.2175691),(0.03924984,0.9978212,0.05303332),(0.1784271,0.8861781,0.4276122),(0.1064568,0.9622936,0.2503158),(-0.02063345,0.9958698,-0.08841649),(-0.07580109,0.9761832,-0.2032742),(0.03829285,0.9958734,0.08227886),(-0.02868849,0.9973058,-0.06751469),(0.1808802,0.8735302,0.4519153),(0.1088283,0.9552465,0.2750646),(0.03179473,0.9941252,0.1034603),(0.1802481,0.8587166,0.4797045),(0.09693412,0.9477438,0.3039496),(0.2496864,0.7220137,0.6452543),(0.2496995,0.7432324,0.6206898),(0.3067907,0.5389988,0.7844487),(-0.1268717,0.9481427,-0.2914258),(-0.1707308,0.9178513,-0.3583293),(-0.08969,0.9771886,-0.1925053),(-0.1370142,0.9463021,-0.2928132),(-0.2059068,0.8876912,-0.4118334),(-0.2314257,0.8582839,-0.4580292),(-0.170553,0.9115196,-0.374224),(-0.1916106,0.8767484,-0.4411322),(-0.0952314,0.9791357,-0.1795116),(-0.1331182,0.9484856,-0.287497),(-0.1569134,0.9130158,-0.376537),(-0.09661228,0.9845546,-0.1460077),(-0.1278765,0.9576595,-0.2579456),(-0.05037542,0.9986182,-0.01496229),(-0.04034952,0.9979289,-0.05009855),(0.0143077,0.9907045,0.1352767),(-0.238185,0.8340784,-0.4975753),(-0.2186252,0.8207721,-0.5277653),(-0.1758183,0.8287726,-0.5312476),(-0.1949975,0.8473915,-0.493866),(-0.1749449,0.8190774,-0.5463575),(-0.1089879,0.8280293,-0.5499901),(-0.07773795,0.8255849,-0.5588976),(-0.1361948,0.8217437,-0.5533428),(-0.1135078,0.8428799,-0.5259938),(-0.1478995,0.8560488,-0.4952841),(-0.06187302,0.8404548,-0.5383378),(-0.05706767,0.8725927,-0.4851032),(-0.102705,0.8818037,-0.4602976),(-0.1315418,0.9002978,-0.4149224),(-0.1631725,0.8800229,-0.4460205),(-0.1409121,0.9267848,-0.3481576),(-0.02600017,0.8433553,-0.536727),(0.07184758,0.8599821,-0.5052413),(0.08341587,0.8536103,-0.5141898),(-0.004073311,0.8373675,-0.5466252),(0.1871381,0.8721102,-0.4521098),(0.3188686,0.8710379,-0.373652),(0.1860593,0.8700052,-0.4565881),(0.3017944,0.8793578,-0.368307),(0.07935522,0.8599153,-0.5042306),(0.1669052,0.8772078,-0.4501658),(0.2631883,0.893675,-0.3634235),(0.1348337,0.8931099,-0.4291557),(0.2088906,0.9118944,-0.3532893),(0.06416699,0.8789127,-0.4726469),(0.003158153,0.8468507,-0.5318214),(-7.760389e-5,0.8719169,-0.4896539),(0.426419,0.8554153,-0.2939921),(0.476998,0.8440971,-0.2448935),(0.3902706,0.8793362,-0.2728676),(0.4194335,0.8847498,-0.2032072),(0.4780568,0.8481786,-0.2281552),(0.4308495,0.8693002,-0.2422513),(0.322582,0.9338652,-0.1543916),(0.3962842,0.9034572,-0.1634747),(0.2965859,0.9459393,-0.131285),(0.3400204,0.9220238,-0.1850896),(0.204475,0.9730383,-0.1067071),(0.08591188,0.992658,-0.08514258),(0.1866086,0.9750924,-0.1198837),(0.2450088,0.952518,-0.1807771),(0.3309595,0.9057556,-0.2647124),(0.254417,0.9310497,-0.2615694),(0.3613549,0.8950548,-0.2613418),(0.30062,0.9174243,-0.2606919),(0.1447935,0.9808264,-0.1304394),(0.2275425,0.961922,-0.1514281),(0.250414,0.9375501,-0.2414383),(0.2301326,0.9457105,-0.2295007),(0.04766116,0.9963754,-0.07045828),(0.07632657,0.9927904,-0.09241892),(-0.0665325,0.9976392,-0.01701484),(0.005541626,0.9981684,-0.06024248),(-0.09655859,0.9953011,0.007221896),(-0.2071163,0.977548,0.03876495),(-0.1794226,0.9836505,0.01546546),(-0.1118353,0.9933543,-0.02720312),(0.09619682,0.9912563,-0.09031621),(-0.02369637,0.9978858,-0.06051727),(-0.03128551,-0.9995096,-0.00131515),(-0.02866236,-0.9995496,-0.008887334),(-0.04347587,-0.9988456,0.02042805),(-0.1260373,-0.9915838,-0.02960033),(-0.1330674,-0.9911019,0.003148637),(-0.1256325,-0.9912325,-0.04092138),(-0.07224079,-0.9958682,0.05502491),(-0.1243113,-0.9870749,0.1011426),(-0.2092077,-0.9699697,0.1240601),(-0.1588432,-0.9857835,0.05477031),(-0.3011913,-0.9519232,-0.05591123),(-0.30518,-0.9521471,0.01676699),(-0.3327506,-0.9362983,0.1123495),(-0.5113065,-0.8539747,-0.09639931),(-0.4913085,-0.8704088,0.03169575),(-0.5542611,-0.8086383,-0.1972275),(-0.3245508,-0.9381497,-0.1205899),(-0.3182622,-0.9421781,-0.1049266),(-0.6207467,-0.7357687,-0.2707724),(-0.6427141,-0.7089554,-0.2903462),(-0.1969489,-0.9695544,0.1455176),(-0.2745956,-0.9450051,0.1776586),(-0.3414721,-0.9141567,0.2184359),(-0.2764975,-0.9429029,0.1856966),(-0.3395947,-0.9185593,0.2022973),(-0.3768729,-0.8984519,0.2252799),(-0.4013201,-0.8883948,0.2229281),(-0.3876996,-0.8929836,0.2286252),(-0.4024546,-0.8849096,0.2344464),(-0.4148643,-0.8782567,0.2378082),(-0.3971079,-0.8935296,0.2095476),(-0.418518,-0.8819008,0.2170106),(-0.3613971,-0.9145719,0.1815225),(-0.4549192,-0.8666351,0.2049199),(-0.3712964,-0.9078335,0.1948778),(-0.4775469,-0.8666729,0.1443151),(-0.3776019,-0.8940077,0.2411787),(-0.3448301,-0.9076722,0.2392139),(-0.3207004,-0.9275264,0.1919533),(-0.3767254,-0.9022175,0.2099558),(-0.2885094,-0.9331711,0.2143689),(-0.2191473,-0.9622176,0.1615915),(-0.1696141,-0.9783238,0.1188007),(-0.2463686,-0.9553581,0.1630747),(-0.1957034,-0.9748523,0.106598),(-0.2750918,-0.9515668,0.1372773),(-0.1250276,-0.9892873,0.07535697),(-0.08848165,-0.9952598,0.04035946),(-0.1408191,-0.9883183,0.05828347),(-0.2104761,-0.9737056,0.08716221),(-0.3469587,-0.9222853,0.1703216),(-0.2874364,-0.9491915,0.1281251),(-0.156026,-0.9816968,0.1092123),(-0.1153888,-0.989426,0.08787272),(-0.08382231,-0.9936167,0.07549614),(-0.11138,-0.9904224,0.0815964),(-0.1011279,-0.9901694,0.09663177),(-0.1165568,-0.9840789,0.1341758),(-0.1209015,-0.9804729,0.1550994),(-0.08687925,-0.9911756,0.1001153),(-0.08682548,-0.9899058,0.1120166),(-0.06782701,-0.9952358,0.07003754),(-0.1362049,-0.9734178,0.1841361),(-0.1616395,-0.9625099,0.2178239),(-0.1002397,-0.9864949,0.1295371),(-0.06710743,-0.9952293,0.07081757),(-0.07999843,-0.9951092,0.05794758),(-0.06277629,-0.9971662,0.04145727),(-0.1624218,-0.9656187,0.2029773),(-0.2372074,-0.9181894,0.3172711),(-0.2690934,-0.8924459,0.3621176),(-0.1828737,-0.9536934,0.2388013),(-0.3368799,-0.8007822,0.495237),(-0.4414527,-0.5385864,0.7176659),(-0.4690649,-0.4583128,0.7549355),(-0.3733014,-0.752444,0.5426546),(-0.4088479,-0.695615,0.590731),(-0.3043839,-0.8591363,0.4113821),(-0.4911957,-0.3723335,0.7874609),(-0.5079364,-0.2835771,0.8133785),(-0.4427189,-0.6316532,0.6364073),(-0.34211,-0.818426,0.4616705),(-0.2105436,-0.9362658,0.2812079),(-0.2445424,-0.9129267,0.3267475),(-0.499539,-0.1843274,0.8464539),(-0.5072896,0.1502689,0.8485732),(-0.489715,0.2547289,0.833842),(-0.5053848,-0.08056539,0.8591247),(-0.4487318,0.4798812,0.7538925),(-0.2718016,0.7968463,0.5395923),(-0.2334279,0.8320029,0.503272),(-0.4130347,0.5603122,0.7179503),(-0.3754119,0.6297553,0.6800546),(-0.4650567,0.351127,0.8126698),(-0.2013832,0.8609235,0.4671783),(-0.1733513,0.8873332,0.4273043),(-0.3375338,0.6901679,0.6401087),(-0.4359072,0.4379757,0.786233),(-0.5031416,0.02204097,0.8639228),(-0.4943899,0.1201252,0.8608998),(-0.04249753,0.9621259,0.2692728),(0.1010236,0.9906697,0.09147687),(-0.01338608,0.9670853,0.2541),(0.1278392,0.9874316,0.09292854),(0.1731403,0.9848805,-0.005724729),(0.2017858,0.9781986,-0.04909269),(0.20102,0.9795623,0.006976412),(0.2288665,0.9730638,-0.02769584),(0.1341891,0.9875661,0.081894),(0.2033202,0.9791121,-0.000682004),(0.2276434,0.9731365,-0.03440873),(0.1859452,0.9819438,-0.03479466),(0.2024433,0.9765168,-0.07369988),(0.1267114,0.9906141,0.05126559),(0.001838349,0.9722342,0.2340029),(0.009090654,0.9793229,0.2020996),(0.2084665,0.9760516,-0.06216853),(0.2003917,0.9777021,-0.06278322),(0.2317928,0.9717075,-0.04535192),(0.2351298,0.9712229,-0.03794735),(0.1688877,0.9838789,-0.05881558),(0.103194,0.9929816,-0.05778116),(0.2121541,0.9755971,-0.05657655),(0.1681308,0.9826629,-0.07813834),(0.2237264,0.9705654,-0.08915947),(0.2327062,0.9704196,-0.06429067),(0.1995019,0.971574,-0.1274472),(0.1945318,0.9600576,-0.2011141),(0.2021831,0.9670382,-0.1547872),(0.203455,0.9716847,-0.120145),(0.2323013,0.9714695,-0.047782),(0.2023085,0.9747792,-0.094216),(-0.009575317,0.9983677,-0.05630417),(-0.1776337,0.9835007,-0.03424325),(0.08077078,0.9919178,-0.09785189),(-0.06813505,0.9937986,-0.08787547),(-0.3931813,0.9187797,0.0353883),(-0.6198241,0.7666879,0.1673556),(-0.2808051,0.9595785,-0.01891188),(-0.5319261,0.836935,0.1288193),(0.01230682,0.9879754,-0.1541212),(-0.1851035,0.979261,-0.08236868),(-0.4459946,0.8914661,0.07985651),(-0.1163663,0.9825169,-0.1453255),(-0.3701299,0.9285632,0.02782739),(0.056619,0.9728833,-0.2242598),(0.1371322,0.9775865,-0.1597483),(0.1552615,0.9595247,-0.23496),(-0.7775406,0.5477296,0.308906),(-0.8503377,0.3084427,0.4263672),(-0.7230749,0.6272432,0.2893592),(-0.823786,0.3822089,0.41868),(-0.8436562,0.042662,0.535186),(-0.7269763,-0.2544901,0.6377617),(-0.8380529,0.09488296,0.5372753),(-0.7231666,-0.2439149,0.64617),(-0.7930165,0.4588712,0.4007019),(-0.832752,0.1539415,0.5318139),(-0.7246023,-0.2301576,0.6495991),(-0.8263589,0.2195977,0.5185632),(-0.7320297,-0.2108221,0.6478322),(-0.7574702,0.5355703,0.3733678),(-0.6640797,0.7015352,0.2585468),(-0.6032656,0.7666576,0.2197881),(-0.5269837,-0.4854504,0.697586),(-0.3611362,-0.5839585,0.7270303),(-0.3238053,-0.6221118,0.7128303),(-0.5035048,-0.5102029,0.6972632),(-0.2538141,-0.6012082,0.7577117),(-0.1973686,-0.5672686,0.7995324),(-0.1502362,-0.6249579,0.7660657),(-0.2102514,-0.6476283,0.7323742),(-0.1829457,-0.6964483,0.6938953),(-0.298282,-0.661951,0.68764),(-0.1225606,-0.6849165,0.7182396),(-0.1747046,-0.7451438,0.6436141),(-0.115158,-0.7456532,0.6563079),(-0.2885633,-0.7002487,0.65298),(-0.487528,-0.5358883,0.6893041),(-0.4825498,-0.5589136,0.6743599),(-0.1766037,-0.4947441,0.850905),(-0.1841427,-0.3859203,0.9039674),(-0.1327061,-0.4813381,0.8664311),(-0.1269611,-0.5687923,0.812623),(-0.2251791,-0.2304597,0.9466693),(-0.2964059,-0.01821097,0.9548885),(-0.171284,-0.3516924,0.9203121),(-0.2405386,-0.1651726,0.9564828),(-0.09925183,-0.5743103,0.8125987),(-0.1298929,-0.4674828,0.874407),(-0.1880833,-0.307106,0.9329045),(-0.100395,-0.5811387,0.8075883),(-0.1406086,-0.4468568,0.8834864),(-0.08236536,-0.6667287,0.7407355),(-0.0976144,-0.6433976,0.7592833),(-0.08765932,-0.7186512,0.6898233),(-0.359868,0.2218665,0.9062396),(-0.3935929,0.4506558,0.8012452),(-0.3080833,0.06227218,0.9493191),(-0.35513,0.3000766,0.8853455),(-0.4135743,0.6494849,0.638064),(-0.4331625,0.7980338,0.4189418),(-0.3969774,0.5283058,0.7505344),(-0.4422973,0.718119,0.5372878),(-0.3014858,0.1388938,0.9432999),(-0.3615274,0.3894203,0.847142),(-0.4340887,0.6202865,0.6533084),(-0.3086245,0.2324709,0.9223385),(-0.4080127,0.5018811,0.7626539),(-0.23595,-0.03214885,0.9712333),(-0.2492304,-0.09859303,0.9634125),(-0.1867698,-0.2613449,0.9470036),(-0.4449877,0.876241,0.1848987),(-0.4455802,0.8949854,-0.02143606),(-0.4721883,0.8325745,0.2895824),(-0.4796602,0.8753789,0.06031518),(-0.4452135,0.872902,-0.1995667),(-0.4541077,0.8169743,-0.3554422),(-0.479487,0.8652028,-0.1466844),(-0.4854746,0.8071616,-0.3358641),(-0.5040923,0.8496527,0.1548589),(-0.5083999,0.8572612,-0.08144092),(-0.5157999,0.7992179,-0.3085468),(-0.5311045,0.8473011,-0.002972969),(-0.5452915,0.7919964,-0.2745886),(-0.517326,0.8144747,0.2626872),(-0.4857743,0.7760568,0.4021929),(-0.4842805,0.7028531,0.5210277),(-0.476126,0.7356575,-0.4817801),(-0.5082449,0.64582,-0.5697401),(-0.527603,0.6099758,-0.5912399),(-0.5021091,0.712906,-0.489542),(-0.5454201,0.5565655,-0.6266991),(-0.5832258,0.472615,-0.6606684),(-0.5903906,0.4238368,-0.6868779),(-0.5582448,0.5118505,-0.6529716),(-0.5736427,0.4660611,-0.6735882),(-0.5500574,0.5723397,-0.6081645),(-0.597309,0.3772526,-0.7077447),(-0.6054691,0.3380705,-0.7204967),(-0.5920197,0.4207006,-0.6874036),(-0.575699,0.5317727,-0.6211188),(-0.5299311,0.690002,-0.4930217),(-0.5599062,0.6649926,-0.494257),(-0.617685,0.3973703,-0.6786472),(-0.6438766,0.3364711,-0.6871754),(-0.6462191,0.3013387,-0.701139),(-0.6210036,0.350985,-0.7008309),(-0.6567154,0.2961123,-0.6935722),(-0.6507776,0.2823986,-0.7047975),(-0.660237,0.2962354,-0.6901678),(-0.661267,0.2811067,-0.6954891),(-0.6495003,0.2826205,-0.705886),(-0.6376444,0.2788311,-0.7180967),(-0.6487468,0.3273596,-0.686996),(-0.6157573,0.3777528,-0.6914808),(-0.6225467,0.3069616,-0.7198681),(-0.6206756,0.277253,-0.7334116),(-0.6191378,0.3119164,-0.7206779),(-0.6146879,0.2881959,-0.7342356),(-0.6231912,0.3004903,-0.7220375),(-0.5768985,0.3495964,-0.7382212),(-0.5915166,0.4105673,-0.6939327),(-0.6370536,0.3427199,-0.6904389),(-0.5178748,0.4225707,-0.7438008),(-0.4528709,0.51074,-0.7307889),(-0.4561543,0.5807044,-0.6743187),(-0.5289823,0.4925752,-0.6910481),(-0.5186472,0.5680538,-0.6389991),(-0.5816816,0.4816577,-0.6554787),(-0.4435187,0.6531411,-0.6137573),(-0.4165492,0.721107,-0.5536167),(-0.4880342,0.6418708,-0.5914596),(-0.5475364,0.5569562,-0.6245029),(-0.6267486,0.3995587,-0.6689836),(-0.5914607,0.4681961,-0.6564806),(-0.3876267,0.6062768,-0.6943875),(-0.3236086,0.705808,-0.6301686),(-0.3032688,0.762561,-0.5714269),(-0.3797079,0.6711435,-0.636701),(-0.2608747,0.8056826,-0.531808),(-0.1996516,0.8967885,-0.3948539),(-0.1634961,0.9251022,-0.3427168),(-0.2299044,0.8499756,-0.4740099),(-0.2007235,0.8892255,-0.4110817),(-0.2793052,0.8167287,-0.5049186),(-0.1330357,0.9475138,-0.290722),(-0.1089416,0.9645156,-0.2405024),(-0.1747502,0.9216052,-0.3465634),(-0.2534633,0.8640617,-0.434918),(-0.3621374,0.7362307,-0.5716825),(-0.336629,0.7955735,-0.5037298),(-0.1425621,0.9569055,-0.2529976),(-0.09432173,0.984735,-0.1462887),(-0.06788816,0.9912105,-0.1135471),(-0.1087157,0.9715241,-0.2105271),(-0.05641388,0.9954903,-0.07626627),(-0.02959019,0.9987633,-0.03995261),(-0.01993207,0.9995161,-0.02388254),(-0.03891511,0.9978768,-0.05222445),(-0.02569018,0.9990512,-0.03516778),(-0.04755027,0.9950027,-0.08779925),(-0.01275247,0.9998333,-0.01306853),(-0.007824568,0.9999499,-0.006228921),(-0.01639397,0.9995922,-0.02337824),(-0.03296013,0.9971748,-0.06749909),(-0.08187668,0.9815171,-0.1729748),(-0.06199539,0.9882285,-0.1398604),(-0.01290253,0.9996765,-0.02191463),(-0.004152643,0.999955,-0.008524945),(-0.00259917,0.9999849,-0.004819327),(-0.008573979,0.9998807,-0.01284722),(-0.001287605,0.9999991,0.0002191962),(-0.002267452,0.9999883,0.004277875),(-0.001084451,0.999997,0.002196294),(-0.0005802551,0.9999998,0.0002062076),(-0.0003232402,0.9999998,0.0003624529),(-0.001646611,0.9999961,-0.002240843),(-0.000532257,0.9999993,0.001071131),(-0.0005284381,0.9999998,0.0005323362),(-0.0006523905,0.9999997,0.0005421409),(-0.001257482,0.999999,-0.0006068002),(-0.005469822,0.9999624,-0.006715505),(-0.003478094,0.9999899,-0.002858808),(-0.005338254,0.9999675,0.006027805),(-0.009690635,0.999922,0.007878488),(-0.002885396,0.9999921,0.002749304),(-0.005414196,0.9999793,0.003486075),(-0.01518537,0.9998368,0.009784597),(-0.02168485,0.9996966,0.01167939),(-0.008553125,0.9999538,0.004377796),(-0.012186,0.9999112,0.005383854),(-0.00270636,0.9999958,0.001075625),(-0.004217116,0.99999,0.001434512),(-0.005907355,0.9999806,0.002004795),(-0.002278491,0.9999974,9.865563e-5),(-0.002970753,0.9999955,0.0004857488),(-0.001648105,0.9999986,-2.578569e-5),(-0.001451999,0.9999985,0.0009492755),(-0.001099251,0.9999994,0.0001201003),(-0.0287879,0.9995095,0.01232986),(-0.03532839,0.9993208,0.01048349),(-0.01957158,0.9997956,0.005066177),(-0.01606854,0.9998539,0.005837497),(-0.03966961,0.9991945,0.006064158),(-0.04017109,0.9991923,-0.001021399),(-0.02198944,0.9997581,-0.0003159478),(-0.02183312,0.9997571,0.003031034),(-0.0101618,0.9999474,0.001356999),(-0.009201237,0.9999553,0.002174605),(-0.01016899,0.9999483,-8.824604e-5),(-0.004710673,0.9999887,0.000628733),(-0.004686511,0.999989,3.099866e-5),(-0.004323552,0.9999903,0.0008979535),(-0.007659416,0.9999678,0.002385227),(-0.003689065,0.9999929,0.0008481424),(-0.03587089,0.999356,-0.000947028),(-0.02886319,0.9994478,0.01646168),(-0.01695376,0.9996873,0.01838485),(-0.01971864,0.9998029,0.002298518),(-0.02358916,0.9983829,0.05172242),(-0.02458321,0.9941549,0.1051269),(-0.02459492,0.9954413,0.0921508),(-0.01733568,0.9986832,0.04828396),(-0.01232123,0.9990766,0.04115977),(-0.009031032,0.9998159,0.01692849),(-0.02201409,0.996865,0.07599816),(-0.0164124,0.9980034,0.06099099),(-0.008235326,0.9994004,0.033631),(-0.00488702,0.9998848,0.01437274),(-0.009252089,0.9999519,0.003248368),(-0.004357795,0.9999853,0.00321187),(-0.03611138,0.98871,0.1454246),(-0.05698445,0.9883189,0.1413458),(-0.06467946,0.9907796,0.1190481),(-0.04144231,0.9913704,0.1243671),(-0.08059198,0.9925259,0.09163751),(-0.09950712,0.995021,-0.005632707),(-0.09572595,0.9953739,-0.008200357),(-0.08587328,0.99346,0.07525323),(-0.0770762,0.9950073,0.0634023),(-0.06082016,0.993375,0.09750499),(-0.07902452,0.9968717,-0.001379035),(-0.04963287,0.9987023,0.01140957),(-0.05420734,0.9968987,0.05704826),(-0.04508784,0.9957451,0.08036716),(-0.03957455,0.9940463,0.1015184),(-0.03003129,0.9962133,0.08159158),(-0.1050287,0.9886903,-0.1070538),(-0.09349714,0.9812917,-0.1683),(-0.05642639,0.9887017,-0.1388704),(-0.08600736,0.9919735,-0.09268985),(-0.06531439,0.979486,-0.1906336),(-0.01987983,0.9844041,-0.1747949),(0.04485523,0.9920449,-0.1176214),(-0.01154466,0.9890473,-0.1471469),(0.03186876,0.9951935,-0.09259681),(-0.0204863,0.9952013,-0.09568053),(0.09123244,0.9942637,-0.05582322),(0.1200521,0.9927617,0.003422383),(0.06525192,0.9972083,-0.03630115),(0.01441378,0.9987402,-0.04806468),(-0.0596426,0.9960888,-0.06519054),(-0.02605106,0.9991482,-0.03200392),(0.04091191,0.9904508,-0.1316564),(0.1085446,0.9914871,-0.07191193),(0.1688671,0.9856171,-0.006535965),(0.1076982,0.9920244,-0.06548902),(0.1709661,0.9852656,0.004712871),(0.2164182,0.9714789,0.09691194),(0.2495957,0.9596182,0.1297498),(0.219067,0.9739371,0.05878857),(0.2443359,0.964593,0.09929988),(0.2044392,0.9776397,0.04924531),(0.26429,0.9531165,0.1473764),(0.2609379,0.9528823,0.1546828),(0.2481486,0.9600927,0.1290127),(0.2169845,0.971518,0.09523951),(0.1510932,0.988516,-0.002617506),(0.1725292,0.9835624,0.05328116),(0.2412398,0.9582818,0.1532943),(0.2513938,0.9597895,0.1249208),(0.2544928,0.9601699,0.1153567),(0.2591696,0.9519226,0.163323),(0.246202,0.9692185,-0.0001402487),(0.2100415,0.9480292,-0.2390044),(0.1908813,0.9366175,-0.2937891),(0.2361016,0.9712324,-0.03104434),(0.2214105,0.9725036,-0.07220773),(0.2493284,0.9640749,0.09162481),(0.1696266,0.9215178,-0.3493307),(0.1458972,0.9038727,-0.4021543),(0.2013522,0.9723986,-0.1178914),(0.2348917,0.970172,0.05993477),(0.2639466,0.9514973,0.1580667),(0.2549923,0.9562378,0.1434859),(0.1360055,0.8818076,-0.4515727),(0.05313984,0.8528582,-0.5194317),(0.04084425,0.8066639,-0.5895973),(0.1162161,0.8471575,-0.5184766),(-0.02010332,0.8859847,-0.4632783),(-0.07246813,0.9597884,-0.2712093),(-0.02206014,0.8426096,-0.5380727),(-0.0646846,0.9344709,-0.3501145),(-0.02573652,0.7999942,-0.5994555),(0.02807669,0.7615542,-0.6474928),(-0.0599438,0.9068325,-0.4172069),(-0.03151125,0.7595801,-0.6496501),(-0.05849537,0.8785757,-0.4740076),(0.01423319,0.7190352,-0.6948277),(0.09605086,0.8111339,-0.5769195),(0.07497667,0.7755822,-0.6267781),(-0.1094482,0.9931844,-0.04007169),(-0.1467676,0.9835065,0.1057085),(-0.09432548,0.9889898,-0.114026),(-0.1265844,0.9910412,0.04258768),(-0.1853688,0.9672,0.1736736),(-0.2216578,0.9590477,0.1763389),(-0.1964896,0.9700661,0.1427014),(-0.1617979,0.9790071,0.1239617),(-0.1424767,0.986922,0.07540112),(-0.1105745,0.9937335,-0.01634127),(-0.1753521,0.9786568,0.1071564),(-0.1580248,0.9848846,0.07092637),(-0.1273951,0.9914333,0.02882283),(-0.09891868,0.9925824,-0.07067607),(-0.08303515,0.9801199,-0.1801946),(-0.07583452,0.96808,-0.2388938),(-0.2481689,0.9581009,0.1430207),(-0.2625386,0.9597789,0.09948813),(-0.2422976,0.9657881,0.09244072),(-0.224243,0.966488,0.1249638),(-0.2700919,0.9617209,0.04629501),(-0.2760045,0.9610226,-0.01603401),(-0.2621408,0.9649054,-0.0154846),(-0.253919,0.9661536,0.04552369),(-0.2372164,0.9705696,0.04150834),(-0.2235481,0.9713486,0.08067331),(-0.2457344,0.9692256,-0.01470773),(-0.2265562,0.973918,-0.01249069),(-0.219765,0.9748944,0.0358385),(-0.2060199,0.9763263,0.06589878),(-0.2034496,0.9736884,0.1026608),(-0.1854831,0.9795719,0.07768434),(-0.2812052,0.957909,-0.05773955),(-0.2860275,0.9569276,-0.04977732),(-0.2670953,0.961866,-0.05893948),(-0.2662852,0.9620098,-0.06024555),(-0.29234,0.9562659,0.009647096),(-0.3004918,0.9457925,0.1232118),(-0.2684194,0.9632482,-0.01019454),(-0.272904,0.9579732,0.0883782),(-0.2386693,0.9708182,-0.02343032),(-0.2431278,0.9679993,-0.06217848),(-0.2385863,0.9693037,0.05938706),(-0.2027034,0.9787937,-0.02956744),(-0.1972175,0.979669,0.03679796),(-0.2137438,0.9751132,-0.05888868),(-0.2473128,0.9671439,-0.05890017),(-0.2239775,0.9731593,-0.05286986),(-0.3097921,0.9112122,0.2715165),(-0.3143517,0.8386868,0.4447331),(-0.2815022,0.9333752,0.2226372),(-0.2890972,0.8756034,0.3869644),(-0.2989776,0.6991003,0.649516),(-0.2470457,0.4482957,0.8590689),(-0.2826519,0.7569781,0.5891451),(-0.2477915,0.5341735,0.8082437),(-0.2548409,0.9089566,0.3299303),(-0.2567095,0.8111758,0.5254465),(-0.2394873,0.6173544,0.7493459),(-0.2203217,0.8610727,0.4582707),(-0.2208497,0.6981369,0.6810508),(-0.2111379,0.938223,0.2741503),(-0.2453331,0.9530424,0.177544),(-0.2009851,0.9699799,0.1369094),(-0.1787994,0.1286659,0.9754362),(-0.1271827,-0.1660776,0.9778767),(-0.1980157,0.2363564,0.9512758),(-0.1556119,-0.05679131,0.9861844),(-0.08056861,-0.4212228,0.9033716),(-0.01915069,-0.6381176,0.7697008),(-0.1070525,-0.3274546,0.9387828),(-0.0333933,-0.5697586,0.8211334),(-0.1822993,0.05322433,0.9818015),(-0.1361499,-0.2337035,0.9627284),(-0.05283137,-0.5040395,0.8620632),(-0.1682137,-0.1365196,0.9762514),(-0.07832626,-0.4392704,0.8949339),(-0.2066252,0.1677057,0.9639403),(-0.2108929,0.3432805,0.9152501),(-0.2161271,0.4517282,0.8655811),(0.04342016,-0.7907339,0.6106183),(0.08063764,-0.8732313,0.4805879),(0.04549995,-0.7443542,0.666233),(0.09628074,-0.8393888,0.534936),(0.09511572,-0.9156743,0.3905043),(0.09386865,-0.9360342,0.3391587),(0.1208133,-0.8892837,0.4411108),(0.1263913,-0.9148949,0.383396),(0.1021865,-0.809257,0.578499),(0.1337487,-0.8659388,0.4819351),(0.1434118,-0.8962335,0.4197599),(0.1334492,-0.8465258,0.5153497),(0.1449803,-0.8812957,0.449776),(0.0975594,-0.7832152,0.614049),(0.04048866,-0.7020212,0.7110042),(0.02747268,-0.6634159,0.7477463),(0.09185591,-0.9468637,0.3082397),(0.09935693,-0.9547327,0.2803816),(0.1277059,-0.9301749,0.3441887),(0.1351153,-0.9418203,0.3077639),(0.1142843,-0.9603154,0.2544276),(0.1345492,-0.9640366,0.229194),(0.1475964,-0.9504252,0.2736919),(0.1641641,-0.9564164,0.2414906),(0.1533766,-0.9309148,0.3314711),(0.1642787,-0.9426221,0.2906475),(0.1789454,-0.951017,0.2520819),(0.1653907,-0.9380964,0.304337),(0.1800256,-0.9487824,0.2596206),(0.1550165,-0.9233893,0.3511725),(0.146355,-0.9155909,0.374531),(0.1483569,-0.9045267,0.3997771),(0.1577012,-0.9659813,0.2049648),(0.1820197,-0.9662265,0.1824149),(0.1833548,-0.9600036,0.2115988),(0.2037553,-0.9614854,0.184471),(0.2068521,-0.965009,0.1611517),(0.2315414,-0.9625847,0.1407813),(0.2244907,-0.9613142,0.1596213),(0.2446821,-0.9599404,0.136547),(0.2148137,-0.9588301,0.185742),(0.2332091,-0.9594804,0.1581484),(0.2503188,-0.9589285,0.1334042),(0.2339549,-0.9597775,0.1552165),(0.2492354,-0.9596749,0.1300228),(0.2162604,-0.9587179,0.1846382),(0.196326,-0.9562602,0.2168464),(0.1977436,-0.9554384,0.2191688),(0.2540268,-0.9592939,0.1233922),(0.2721158,-0.9558337,0.1110631),(0.2622302,-0.9578437,0.1173489),(0.2752781,-0.9556916,0.1042854),(0.2848839,-0.9529778,0.1033165),(0.2913954,-0.9513962,0.09966934),(0.2834051,-0.9540709,0.09710945),(0.2861572,-0.9534051,0.09556502),(0.2733099,-0.9567671,0.09949169),(0.2778894,-0.9561655,0.09233101),(0.2778947,-0.956228,0.09166687),(0.2685818,-0.9591859,0.08846521),(0.266681,-0.9597795,0.08777686),(0.2666321,-0.9590181,0.09587336),(0.2641395,-0.957821,0.1131778),(0.2603565,-0.959249,0.1097996),(0.2952828,-0.9510319,0.09135827),(0.3010146,-0.951045,0.07002638),(0.2877572,-0.9534473,0.09018867),(0.2927705,-0.9534922,0.07168019),(0.3092651,-0.9502948,0.035984),(0.3205489,-0.9471746,-0.01042093),(0.3013301,-0.952678,0.04006228),(0.3133819,-0.949616,-0.004621151),(0.2826545,-0.9565741,0.07122078),(0.2917811,-0.9555799,0.04160435),(0.3049373,-0.9523717,-0.001137692),(0.2806754,-0.9589501,0.04044914),(0.2954621,-0.9553543,-0.0005587908),(0.2706225,-0.9602318,0.06868821),(0.2779574,-0.9565672,0.0878564),(0.2658421,-0.9603161,0.08438615),(0.3319315,-0.9412821,-0.06172073),(0.3402123,-0.9338023,-0.1107648),(0.3337033,-0.9371482,-0.1019573),(0.3253262,-0.9440277,-0.05453884),(0.3449893,-0.925258,-0.1577342),(0.3458462,-0.9160994,-0.2028607),(0.3390451,-0.921452,-0.1896698),(0.3383364,-0.9294799,-0.1469544),(0.3335128,-0.9327918,-0.136633),(0.3276993,-0.9400744,-0.09419812),(0.3354425,-0.9253795,-0.1764968),(0.3355209,-0.9275343,-0.1646386),(0.3310513,-0.9348686,-0.1281633),(0.3227187,-0.9423206,-0.08879502),(0.3181298,-0.946777,-0.04905739),(0.3107695,-0.9493563,-0.04631533),(0.3405637,-0.9094254,-0.2386665),(0.3286848,-0.9087288,-0.2572511),(0.3230822,-0.9147057,-0.2427578),(0.3340805,-0.9155849,-0.2238182),(0.3128997,-0.9141046,-0.2578886),(0.295572,-0.9247797,-0.2396242),(0.2918578,-0.9277918,-0.2324248),(0.3083319,-0.9189527,-0.2458809),(0.3088129,-0.9224765,-0.2316715),(0.3225087,-0.918938,-0.2270267),(0.2923246,-0.9302243,-0.2218762),(0.2966958,-0.9322457,-0.2070975),(0.3143336,-0.9246026,-0.2151848),(0.3271731,-0.9211938,-0.2106177),(0.3319457,-0.9199696,-0.2084899),(0.3345337,-0.9222619,-0.1937011),(0.2813071,-0.9353966,-0.214242),(0.2718097,-0.9423637,-0.1951155),(0.2650936,-0.9446521,-0.1932814),(0.2771788,-0.9372655,-0.2114359),(0.2631326,-0.947063,-0.1839375),(0.2512437,-0.9506073,-0.1822702),(0.233559,-0.9571167,-0.1713995),(0.2518358,-0.9509839,-0.1794674),(0.2401106,-0.9556081,-0.170763),(0.259192,-0.9475434,-0.1870319),(0.215343,-0.9638992,-0.1566068),(0.1967891,-0.9706373,-0.1383375),(0.2277021,-0.9609912,-0.1569955),(0.2536431,-0.9513525,-0.17491),(0.2756169,-0.9392797,-0.2044236),(0.2761545,-0.9417944,-0.1917345),(0.2302377,-0.9562536,-0.1804709),(0.1975547,-0.9659175,-0.1672587),(0.1676578,-0.9750217,-0.1456831),(0.2058039,-0.9649587,-0.1627862),(0.1559145,-0.9776531,-0.1410143),(0.1081641,-0.9890598,-0.100306),(0.07412393,-0.9940722,-0.07953662),(0.122551,-0.9853739,-0.1184039),(0.09458062,-0.9912068,-0.09254001),(0.1407629,-0.9826872,-0.1204649),(0.0470726,-0.9972971,-0.05641515),(0.02705245,-0.9991396,-0.03143433),(0.07261255,-0.9952288,-0.06516942),(0.1176868,-0.9886165,-0.09374007),(0.1821214,-0.9730633,-0.1413487),(0.1598452,-0.9800831,-0.1178413),(0.05862711,-0.9969881,-0.05076991),(0.009715891,-0.9999523,0.001034641),(-0.01886526,-0.9996517,0.01846003),(0.02643997,-0.9991224,-0.03248456),(-0.03947766,-0.9977306,0.05454506),(-0.08982911,-0.9899648,0.1090889),(-0.1064547,-0.9858287,0.1296497),(-0.06284565,-0.9953691,0.07273665),(-0.08107105,-0.9928771,0.08730654),(-0.04106798,-0.9985546,0.03467122),(-0.1189225,-0.9824031,0.1440193),(-0.1278163,-0.9798648,0.1533884),(-0.09497918,-0.9904511,0.09992785),(-0.05771489,-0.9970168,0.05125035),(0.001474348,-0.9999096,-0.01336147),(-0.0168069,-0.9998308,0.007464945),(-0.1319241,-0.9812249,0.1406899),(-0.1536996,-0.9798698,0.1274032),(-0.1514356,-0.9775415,0.1465594),(-0.1398617,-0.976742,0.1625237),(-0.1485803,-0.9864008,0.070267),(-0.1075005,-0.993743,-0.03030569),(-0.1357697,-0.9873934,0.08136749),(-0.08463417,-0.9958116,-0.03458722),(-0.1207084,-0.9888561,0.08713863),(-0.1461868,-0.9765167,0.1582552),(-0.06115443,-0.9973205,-0.04014815),(-0.1033368,-0.990777,0.0876501),(-0.03721669,-0.9982261,-0.04647158),(-0.1379712,-0.9769883,0.1626581),(-0.1442804,-0.9736527,0.1765886),(-0.145447,-0.9722071,0.1834624),(-0.04494773,-0.9910538,-0.1256661),(0.01180652,-0.9854334,-0.1696514),(-0.01646956,-0.9892777,-0.1451156),(0.03880236,-0.9798344,-0.1960069),(0.05186636,-0.9842727,-0.1688706),(0.06612927,-0.9892651,-0.1303128),(0.07250416,-0.9782251,-0.1944705),(0.07746953,-0.9860721,-0.1471742),(0.06217403,-0.9740099,-0.2178051),(0.08873288,-0.9724239,-0.2156809),(0.0848021,-0.9832304,-0.1614516),(0.1002999,-0.9675512,-0.231915),(0.08802204,-0.9809894,-0.1729509),(0.08157469,-0.9687614,-0.2341942),(0.01023489,-0.9867643,-0.1618385),(0.03479522,-0.9839709,-0.1749011),(0.06035568,-0.9947852,-0.08221579),(0.0473739,-0.9976805,-0.0488807),(0.0631503,-0.9941444,-0.08768608),(0.04520842,-0.9978877,-0.04665238),(0.03201375,-0.9991021,-0.02774828),(0.01897219,-0.9996859,-0.01637215),(0.02796141,-0.9993713,-0.02179651),(0.0155004,-0.9998208,-0.01086513),(0.04116737,-0.998134,-0.04509958),(0.02293869,-0.9995925,-0.01698766),(0.01157534,-0.9999132,-0.006291476),(0.01722982,-0.9997554,-0.01386909),(0.007408801,-0.9999678,-0.00305977),(0.03549937,-0.9983685,-0.04472273),(0.06299135,-0.9937064,-0.09262687),(0.05998387,-0.9934471,-0.09728749),(0.01007926,-0.9999,-0.009922906),(0.0044886,-0.9999779,-0.004897049),(0.008017995,-0.9999454,-0.006700633),(0.003386311,-0.9999886,-0.003364709),(0.001509632,-0.9999975,-0.001613867),(0.0004608532,-0.9999998,-0.0004032743),(0.0009720073,-0.9999989,-0.001150576),(0.0001487147,-0.9999999,-0.0003625171),(0.002085105,-0.9999956,-0.002076201),(0.000237224,-0.9999997,-0.0008184818),(-0.0003513609,-0.9999998,-0.0004487709),(-0.0006898536,-0.9999996,-0.0006271793),(-0.001035331,-0.9999992,-0.0006705379),(0.0006237364,-0.9999992,-0.001109089),(0.005695038,-0.9999759,-0.003978339),(0.003217813,-0.9999929,-0.001967299),(0.000252918,-0.9999999,-0.0003079113),(0.0001270598,-1,-0.0002146082),(1.530073e-5,-0.9999999,-0.0003400476),(-3.258865e-5,-1,-0.000282247),(6.099825e-5,-1,-0.0001345264),(3.256071e-5,-1,-7.903077e-5),(-2.965143e-5,-0.9999999,-0.0002064057),(-1.043772e-5,-0.9999999,-0.0001300354),(-0.0002927607,-0.9999999,-0.0004994079),(-0.000174082,-0.9999999,-0.0004027299),(-7.479935e-5,-1,-0.0002645797),(-0.000348348,-0.9999996,-0.0007717206),(-0.0001423723,-0.9999998,-0.0005189471),(-0.0006303702,-0.9999993,-0.000913829),(-0.0003716743,-0.9999998,-0.0005246318),(-0.0008916383,-0.9999993,-0.0008963529),(1.890481e-5,-1,-4.396728e-5),(8.713115e-6,-1,-1.959479e-5),(1.909297e-6,-1,-6.906773e-5),(4.226e-6,-1,-2.92413e-5),(2.326506e-6,-0.9999999,-4.934476e-6),(3.772346e-8,-0.9999999,1.33001e-7),(1.760944e-6,-1,-7.025737e-6),(2.092307e-8,-1,1.334393e-7),(-1.836619e-7,-0.9999999,-5.672858e-5),(1.726248e-6,-1,-1.329422e-5),(-7.925074e-8,-1,-6.776539e-8),(3.728416e-6,-1,-2.601559e-5),(-5.842076e-8,-1,1.230852e-10),(4.323157e-7,-1,-0.0001112623),(-2.066577e-5,-1,-0.000137993),(-3.856222e-5,-1,-0.0002708),(6.21098e-8,-1,-2.663169e-7),(3.875593e-8,-1,-1.958208e-7),(7.771576e-8,-1,-7.001926e-8),(5.819435e-8,-1,-1.30804e-7),(1.910968e-8,-1,2.612738e-7),(3.775012e-8,-0.9999999,2.025521e-7),(2.738427e-9,-1,2.006731e-7),(2.045388e-8,-1,1.329016e-7),(9.036276e-10,-1,-1.930815e-9),(-6.197863e-8,-1,6.941249e-8),(-7.901829e-8,-1,-1.350016e-7),(-3.808549e-8,-1,1.3137e-7),(-5.898613e-8,-1,1.223142e-10),(-2.041326e-8,-1,-6.733647e-8),(-1.901604e-8,-1,-6.574056e-8),(-4.079962e-8,-1,-1.317481e-7),(-0.0004290616,-0.9999977,0.002131671),(-0.0007203983,-0.999959,0.009025446),(-0.0002147596,-0.9999992,0.001224757),(-0.0002335868,-0.9999865,0.005210338),(0.001115392,-0.9997634,0.02172245),(0.00711858,-0.9991227,0.0412694),(0.001190558,-0.99992,0.01259926),(0.005325743,-0.9996971,0.02402512),(-4.805884e-5,-0.999996,0.002827292),(0.0008832195,-0.999976,0.00686468),(0.003419518,-0.9999079,0.013133),(0.0006664316,-0.9999936,0.0035468),(0.002233364,-0.9999742,0.00683079),(4.617602e-5,-0.999999,0.001449642),(-0.0001024709,-0.9999998,0.0006616727),(-3.981207e-5,-0.9999999,0.0003367439),(0.01714514,-0.9972357,0.07229838),(0.03029772,-0.992375,0.1194737),(0.01151981,-0.9989581,0.04416021),(0.01922921,-0.9967704,0.07796751),(0.04729234,-0.9818026,0.1839219),(0.06924917,-0.9613328,0.2665405),(0.03003224,-0.9914796,0.1267531),(0.04573856,-0.9803593,0.1918424),(0.01086076,-0.9987282,0.04923307),(0.01760949,-0.9962325,0.08491662),(0.02915853,-0.9905232,0.1342145),(0.01085015,-0.9983875,0.05572063),(0.01976201,-0.9956051,0.09154274),(0.006299577,-0.9995154,0.03048595),(0.006795883,-0.9996455,0.02574317),(0.004079668,-0.9998854,0.01457409),(0.09922918,-0.9270037,0.3616873),(0.1382181,-0.8754141,0.463191),(0.06935295,-0.9603884,0.2698969),(0.1021446,-0.9285039,0.3569969),(0.1835432,-0.80123,0.5695106),(0.2330896,-0.6979064,0.6771971),(0.1428574,-0.8802213,0.4525507),(0.1909131,-0.8097693,0.5548205),(0.07547794,-0.96072,0.2670582),(0.1108209,-0.9308467,0.3482),(0.1542877,-0.8855487,0.4381766),(0.08488331,-0.961833,0.2601388),(0.1196528,-0.9345721,0.3350494),(0.05667485,-0.9793187,0.1942237),(0.04808638,-0.9794964,0.1956393),(0.03486056,-0.9898278,0.137934),(0.2850999,-0.561361,0.7769117),(0.3327073,-0.3904496,0.8584026),(0.2450562,-0.7114319,0.6586441),(0.2992585,-0.5800761,0.757599),(0.3637168,-0.1850073,0.9129526),(0.3676791,0.05043441,0.9285842),(0.3437092,-0.4105237,0.8445911),(0.3695454,-0.1999192,0.9074517),(0.2591633,-0.7259566,0.6370412),(0.3104718,-0.5972009,0.7395664),(0.3533971,-0.4246366,0.8335432),(0.2580501,-0.7456604,0.6143296),(0.3121208,-0.618524,0.7211162),(0.2073379,-0.8335128,0.5121205),(0.2051001,-0.8194216,0.5352402),(0.1608344,-0.8936845,0.4188797),(0.3478773,0.2929887,0.8905836),(0.3103499,0.5163602,0.7981574),(0.3764742,0.03804173,0.9256458),(0.3629503,0.2808483,0.888477),(0.2503924,0.7051159,0.6634118),(0.165573,0.8487403,0.5022206),(0.3181405,0.5089532,0.7998458),(0.2368127,0.7032924,0.6702982),(0.3984321,0.02916799,0.9167339),(0.3740244,0.2791642,0.8844056),(0.3021949,0.5148608,0.8022447),(0.4085105,0.02454785,0.9124235),(0.353536,0.2868475,0.8903543),(0.4073358,-0.227105,0.8845909),(0.3855922,-0.2113298,0.8981416),(0.3668427,-0.4450997,0.8168921),(0.07489423,0.939597,0.3339889),(0.000758516,0.984655,0.1745109),(0.1414918,0.8439221,0.5174702),(0.0596529,0.9307237,0.3608256),(-0.05512891,0.9980801,0.02822769),(-0.09628472,0.9900768,-0.1023581),(-0.005807954,0.9778075,0.2094252),(-0.05842223,0.9959183,0.06880162),(0.11955,0.8338668,0.5388636),(0.04458756,0.918525,0.3928407),(-0.02147424,0.9675732,0.2516766),(0.09163475,0.8157021,0.5711682),(0.009610782,0.8986136,0.4386356),(0.1756065,0.6908987,0.7012998),(0.2068123,0.7032524,0.6801946),(0.2646328,0.5165802,0.8143184),(-0.1189737,0.9699634,-0.2121704),(-0.1181941,0.94743,-0.297332),(-0.09380011,0.9941506,-0.05353541),(-0.1056405,0.982791,-0.1515325),(-0.09717148,0.9281803,-0.3592202),(-0.05937694,0.9152347,-0.3985221),(-0.09698424,0.9693843,-0.2255844),(-0.07171372,0.9585184,-0.2758613),(-0.1020688,0.9945123,0.02296285),(-0.1109476,0.9922479,-0.05598969),(-0.1037376,0.9884255,-0.1106959),(-0.1456455,0.9786278,0.1451725),(-0.1627415,0.9820456,0.0954028),(-0.1136191,0.9689309,0.2196898),(-0.07310247,0.989373,0.1256865),(-0.06255858,0.9460366,0.3179639),(-0.01240409,0.9091832,-0.4162116),(0.03738029,0.910355,-0.4121363),(-0.0394648,0.9518938,-0.303876),(-0.008738805,0.9504892,-0.3106348),(0.08824252,0.919861,-0.3821898),(0.1365718,0.9370238,-0.3214567),(0.01802181,0.9559981,-0.2928188),(0.03666617,0.9683816,-0.2467643),(-0.0848083,0.9841703,-0.1556158),(-0.08558028,0.9855784,-0.145984),(-0.09768549,0.9888547,-0.1123563),(-0.264382,0.9601372,0.09076768),(-0.2265439,0.9717211,0.06660396),(-0.1977248,0.9785103,0.05850269),(-0.09169289,0.985446,-0.1431386),(-0.1768156,0.9818991,0.06789934),(0.1571614,0.9574258,-0.2421494),(0.1296297,0.9776222,-0.1656832),(-0.01474963,0.9936022,-0.1119698),(0.02980917,0.9830261,-0.1810284),(0.06079397,0.9928732,-0.1025028),(-0.03969985,0.9973383,-0.06115766),(-0.1797774,0.9836789,-0.007477798),(-0.08838507,0.9947859,-0.05088488),(-0.2531496,0.9662445,0.047821),(-0.1845321,0.9828187,-0.003905335),(-0.3256604,0.9416242,0.08537651),(-0.4619479,0.8591342,0.2202101),(-0.4157652,0.8878281,0.1972324),(-0.3637797,0.9169672,0.1638154),(-0.1295992,0.9896919,-0.06094386),(-0.3111565,0.9420049,0.1257315),(-0.1414414,0.9894541,-0.03122105),(-0.2204202,0.9754022,0.002366023),(-0.3295576,0.9425845,0.05409511),(-0.2654295,0.9638372,0.02376958),(-0.2792556,0.9593137,0.04163605),(-0.302776,0.951018,0.06238158),(-0.3938223,0.9133705,0.1032387),(-0.3758013,0.9226382,0.08667388),(-0.4636183,0.8725648,0.1539114),(-0.4329133,0.8916213,0.132656),(-0.4751877,0.8644142,0.1642707),(-0.5404394,0.8040798,0.2477515),(-0.5355591,0.808004,0.2455727),(-0.5212696,0.8188393,0.2403754),(-0.3881444,0.91488,0.1110789),(-0.497634,0.8354623,0.233159),(-0.8265389,-0.2836933,-0.4861601),(-0.8002374,-0.3717695,-0.4705398),(-0.7342554,-0.5503275,-0.397503),(-0.7663046,-0.1138353,-0.6323123),(-0.7370621,-0.3368677,-0.5858837),(-0.772216,-0.0002886964,-0.6353601),(-0.671434,-0.6858704,-0.280639),(-0.6190358,-0.7754808,-0.1241941),(-0.6972184,-0.5335825,-0.4787235),(-0.6527421,-0.6886528,-0.3157294),(-0.6352571,-0.2126257,-0.7424545),(-0.6228132,-0.4302898,-0.6534174),(-0.6023347,-0.621155,-0.5013574),(-0.5664585,-0.3931925,-0.7242407),(-0.5582591,-0.5966328,-0.5765207),(-0.5672435,-0.1675276,-0.8063309),(-0.6420756,0.01337955,-0.7665246),(-0.6342587,0.1246881,-0.7629998),(-0.5678485,0.06017958,-0.8209302),(-0.565195,0.1539394,-0.8104673),(-0.5608842,-0.8275466,0.02399063),(-0.4870986,-0.8652477,0.118665),(-0.5845703,-0.7985045,-0.1437643),(-0.4851418,-0.8742999,-0.01539804),(-0.4019161,-0.9024563,0.1550357),(-0.3079201,-0.9422874,0.1314515),(-0.369839,-0.927565,0.05331412),(-0.2547489,-0.9652796,0.05777828),(-0.4464964,-0.8778162,-0.1734346),(-0.323434,-0.9434671,-0.07252733),(-0.2054284,-0.9781805,-0.03101721),(-0.2930534,-0.9468815,-0.1324197),(-0.1801799,-0.9807656,-0.07506035),(-0.4134414,-0.8771721,-0.2442033),(-0.5471197,-0.7716562,-0.3243559),(-0.5106606,-0.7608799,-0.4003592),(-0.2176895,-0.9725009,0.08278456),(-0.145062,-0.9883391,0.04628962),(-0.09595252,-0.995318,0.01162958),(-0.1599367,-0.9866185,0.03169036),(-0.0925151,-0.9954026,0.02478951),(-0.06171762,-0.9979123,0.01902461),(-0.04440787,-0.9989662,0.009726688),(-0.05871041,-0.9982693,0.003392762),(-0.03794165,-0.999219,-0.01103718),(-0.06288204,-0.9978216,-0.01994435),(-0.03516557,-0.9993512,0.007781825),(-0.03227038,-0.9994488,0.007785246),(-0.03066433,-0.9993804,-0.01727963),(-0.0503381,-0.998114,-0.03513572),(-0.116304,-0.992932,-0.02365166),(-0.09775197,-0.9938938,-0.05118192),(-0.05524198,-0.9978671,0.0347771),(-0.0745426,-0.9941146,0.07860985),(-0.0828179,-0.9921664,0.09352559),(-0.05212977,-0.9979393,0.03741056),(-0.1195402,-0.9811006,0.1521568),(-0.1903168,-0.9479953,0.2551165),(-0.215403,-0.9304514,0.296415),(-0.1371642,-0.9740211,0.1801913),(-0.1525172,-0.9652446,0.2122294),(-0.0912368,-0.9893551,0.1133686),(-0.2362807,-0.9099749,0.3407597),(-0.2437699,-0.9002414,0.3607518),(-0.1583563,-0.9609036,0.2271288),(-0.09475533,-0.9878519,0.1231665),(-0.05249009,-0.9975583,0.04606853),(-0.05311283,-0.9972886,0.0509362),(-0.2789721,-0.8843499,0.374299),(-0.3773258,-0.7717767,0.5118456),(-0.4052202,-0.720786,0.5623735),(-0.3080256,-0.8515311,0.4242817),(-0.4710435,-0.5631495,0.6789556),(-0.5171741,-0.195485,0.8332565),(-0.5168413,-0.1101585,0.8489642),(-0.4901418,-0.4923462,0.7192748),(-0.4998672,-0.420352,0.7572563),(-0.4251603,-0.666258,0.6126492),(-0.5076025,-0.02800195,0.8611362),(-0.5018435,0.001542992,0.864957),(-0.5008824,-0.3919204,0.7716964),(-0.4307747,-0.6423231,0.6339195),(-0.331003,-0.8148317,0.4759056),(-0.3387235,-0.7976927,0.4989516),(-0.4791437,0.2111869,0.8519515),(-0.4032017,0.5151502,0.756339),(-0.3666726,0.5839416,0.7242675),(-0.4568486,0.2947908,0.8392781),(-0.2987886,0.7432191,0.5986241),(-0.1442756,0.9120366,0.3838932),(-0.1101389,0.9344081,0.3387491),(-0.2576641,0.7902638,0.5559608),(-0.2141349,0.8317229,0.5122336),(-0.3266496,0.6456895,0.6902065),(-0.07174732,0.9534317,0.2929509),(-0.0527566,0.9609631,0.2716),(-0.1928593,0.8491781,0.4916317),(-0.3070466,0.6715529,0.6743434),(-0.4283455,0.3719003,0.8235352),(-0.4142548,0.4025301,0.8163103),(0.01907245,0.9867281,0.1612569),(0.121063,0.9926106,0.008231386),(0.1289241,0.9910175,-0.03553609),(0.03912818,0.9922439,0.1179873),(0.168302,0.9822225,-0.08314647),(0.1750439,0.9761837,-0.1281603),(0.1648969,0.9702786,-0.1771115),(0.1663812,0.9775491,-0.1292865),(0.1779805,0.9691242,-0.1706493),(0.1478823,0.9859817,-0.07727113),(0.1701385,0.9609147,-0.2183937),(0.176434,0.9554737,-0.2365186),(0.1867658,0.9639511,-0.189517),(0.1596217,0.982411,-0.09690031),(0.06716008,0.9949421,0.07469738),(0.08232629,0.9951279,0.05424899),(0.167958,0.9734902,-0.1552636),(0.1668385,0.9679589,-0.1876715),(0.1465029,0.9592947,-0.2414345),(0.1512877,0.9665775,-0.2069782),(0.1693078,0.9591289,-0.2267304),(0.1729412,0.946215,-0.2734382),(0.1577481,0.9328423,-0.3239147),(0.1491223,0.9482026,-0.2804897),(0.1424121,0.93747,-0.3175988),(0.1420022,0.9490798,-0.2812171),(0.1514059,0.9220481,-0.3562352),(0.1506255,0.9175213,-0.368058),(0.142449,0.9325394,-0.331781),(0.1436884,0.9439636,-0.2971304),(0.1509648,0.9569477,-0.247913),(0.1548346,0.9517133,-0.2650813),(0.1514123,0.9412774,-0.3017802),(0.07536657,0.9564567,-0.281976),(0.1461805,0.9268337,-0.3458473),(0.08488595,0.9438927,-0.3191568),(-0.07227684,0.9779757,-0.195805),(-0.3081597,0.9511462,-0.01893549),(-0.04322651,0.9722283,-0.2300078),(-0.2588606,0.9641889,-0.05771431),(0.09081601,0.9354695,-0.3415397),(-0.02350486,0.9671574,-0.2530891),(-0.2200763,0.9712377,-0.09090649),(-0.01780462,0.9653527,-0.2603403),(-0.2096751,0.972572,-0.100698),(0.09302337,0.9323819,-0.3493003),(0.1437777,0.9168491,-0.3724459),(0.143793,0.9129016,-0.3820134),(-0.5439302,0.8201938,0.1772623),(-0.7177011,0.6087959,0.3380425),(-0.4885527,0.8623083,0.1331937),(-0.6751105,0.6759106,0.2955856),(-0.8173355,0.2905131,0.4975588),(-0.7441362,-0.1832623,0.6423988),(-0.8045927,0.3650311,0.4683832),(-0.7588972,-0.1454067,0.6347692),(-0.631569,0.734962,0.246883),(-0.7879232,0.4402327,0.430549),(-0.7749358,-0.09871843,0.6242828),(-0.7865831,0.4493017,0.4235739),(-0.7694136,-0.1194216,0.6274881),(-0.6199682,0.7501452,0.2300471),(-0.4387122,0.8943014,0.0880698),(-0.4238129,0.9028906,0.07191216),(-0.4875401,-0.5734638,0.6583645),(-0.291284,-0.7294136,0.6189583),(-0.4988116,-0.5760626,0.6475639),(-0.2996376,-0.7453052,0.5955984),(-0.1787149,-0.784121,0.5943192),(-0.1177846,-0.795652,0.5941924),(-0.1853029,-0.8081252,0.5591034),(-0.1186531,-0.8284211,0.5473938),(-0.3100928,-0.7509013,0.5830864),(-0.1909634,-0.8208455,0.5382803),(-0.1149192,-0.8483244,0.5168551),(-0.1916834,-0.8254992,0.5308567),(-0.1111689,-0.8555804,0.5055925),(-0.3109035,-0.7546747,0.5777587),(-0.5137275,-0.568907,0.6422064),(-0.5085441,-0.5781554,0.6380591),(-0.08447056,-0.7817581,0.6178342),(-0.06880016,-0.7452418,0.6632354),(-0.07508708,-0.8248624,0.560325),(-0.04566335,-0.8006346,0.5974104),(-0.07055393,-0.6793152,0.7304472),(-0.08817869,-0.5709156,0.8162597),(-0.02870332,-0.7512494,0.659394),(-0.02126955,-0.6663797,0.7453091),(0.02488413,-0.8001744,0.5992509),(-0.01200703,-0.8373716,0.5465022),(0.05785647,-0.7336101,0.6771033),(0.09793741,-0.7591572,0.6434971),(0.05322089,-0.8186429,0.5718316),(0.006776801,-0.8511592,0.5248639),(-0.05758647,-0.8526712,0.5192645),(-0.04683998,-0.863019,0.5029952),(-0.1132816,-0.4119515,0.9041367),(-0.1523757,-0.1992504,0.9680294),(-0.02186654,-0.5346302,0.8448032),(-0.04581909,-0.3447122,0.9375895),(-0.2315749,0.06863542,0.9703928),(-0.3562456,0.3693643,0.8582885),(-0.125384,-0.08546706,0.9884201),(-0.2723363,0.2347517,0.9331262),(0.07554872,-0.4604958,0.8844411),(0.001190537,-0.2198986,0.975522),(-0.1622347,0.1061327,0.9810279),(0.06086998,-0.2666817,0.9618606),(-0.1145565,0.06467772,0.991309),(0.1360511,-0.5035203,0.8532042),(0.08223685,-0.625482,0.7758925),(0.1347139,-0.6602042,0.7389063),(-0.4596186,0.6148372,0.6408789),(-0.5120432,0.7692925,0.3821004),(-0.4042964,0.5180439,0.7537739),(-0.4801013,0.7149267,0.5083135),(-0.5420855,0.835576,0.08919604),(-0.5699884,0.7871084,-0.2357405),(-0.5343803,0.8224182,0.1951054),(-0.5853773,0.7874583,-0.1929844),(-0.4198588,0.6502188,0.6331935),(-0.5042659,0.8044621,0.3139373),(-0.5908052,0.7937341,-0.1446909),(-0.4858758,0.7969736,0.3588284),(-0.5936426,0.792837,-0.1378334),(-0.3858502,0.6236121,0.6798732),(-0.320694,0.4168182,0.8505399),(-0.2789313,0.3792304,0.8822594),(-0.5869963,0.6389877,-0.4971218),(-0.598443,0.490576,-0.6334044),(-0.6060121,0.6144164,-0.5052145),(-0.6124128,0.4518273,-0.648693),(-0.6084971,0.3797974,-0.6967676),(-0.6138676,0.3109656,-0.7255805),(-0.6183587,0.346161,-0.7055531),(-0.6205903,0.2963019,-0.7259978),(-0.6179016,0.4154792,-0.6675138),(-0.6220235,0.318643,-0.7152296),(-0.6253287,0.2906733,-0.7242052),(-0.622327,0.3060582,-0.7204425),(-0.6271412,0.2897833,-0.7229935),(-0.6184338,0.3967144,-0.678349),(-0.6171162,0.5912912,-0.5191745),(-0.6207252,0.5754704,-0.5324792),(-0.6122046,0.2829531,-0.7383381),(-0.6051084,0.2958516,-0.7391316),(-0.5985381,0.327032,-0.7313017),(-0.6140039,0.2926732,-0.733036),(-0.5941105,0.3481715,-0.7251271),(-0.5775061,0.4362074,-0.6900796),(-0.5517122,0.490547,-0.6745202),(-0.5773447,0.3952636,-0.7144507),(-0.5709612,0.4434812,-0.690889),(-0.5990471,0.3649702,-0.7126987),(-0.5382864,0.5390981,-0.6477816),(-0.5343843,0.5614893,-0.6317936),(-0.569986,0.4668311,-0.6761543),(-0.6006444,0.3845786,-0.7009461),(-0.6186152,0.3120288,-0.7210779),(-0.6213126,0.3233942,-0.7137133),(-0.5490299,0.5347872,-0.6423151),(-0.5067852,0.6236894,-0.5951306),(-0.4777095,0.6750351,-0.5622467),(-0.5190512,0.5890567,-0.6193529),(-0.4525118,0.7043176,-0.546964),(-0.3867137,0.77791,-0.4952865),(-0.3645401,0.8219624,-0.4375937),(-0.4269069,0.7518646,-0.5024441),(-0.4110727,0.7886068,-0.4572948),(-0.4604951,0.7148013,-0.5263112),(-0.3497476,0.8563889,-0.3798352),(-0.3447775,0.8701161,-0.352174),(-0.4056411,0.8039382,-0.4349007),(-0.4546737,0.7318797,-0.5075667),(-0.5019502,0.6328876,-0.5894907),(-0.496381,0.6522747,-0.5728382),(-0.3105421,0.8448825,-0.4355882),(-0.2295886,0.9024495,-0.3645189),(-0.2107664,0.9320644,-0.2946751),(-0.2903405,0.8835087,-0.3675799),(-0.1530332,0.9468821,-0.2828342),(-0.09038354,0.9770644,-0.1928113),(-0.07633435,0.9861067,-0.1475352),(-0.1361054,0.9658179,-0.2206155),(-0.1239532,0.9793277,-0.1598522),(-0.1969183,0.9541359,-0.2254944),(-0.06674898,0.9923194,-0.1041479),(-0.0635279,0.9944938,-0.08334485),(-0.119912,0.9841347,-0.130767),(-0.1923937,0.9622531,-0.1924931),(-0.2758051,0.9133488,-0.2995421),(-0.2710567,0.9247528,-0.2671344),(-0.04748797,0.9927475,-0.1104405),(-0.02262857,0.9984298,-0.05124306),(-0.01518413,0.9991651,-0.03792877),(-0.03681489,0.9957954,-0.08388285),(-0.009954913,0.999832,-0.01538939),(-0.004500872,0.9999873,-0.00226546),(-0.002193342,0.9999975,-0.0003686358),(-0.005401971,0.9999341,-0.01012682),(-0.002660849,0.9999743,-0.006667335),(-0.01054396,0.9995914,-0.02656963),(-0.0008447383,0.9999996,0.000158887),(-0.0004020431,0.9999999,0.000167275),(-0.001748585,0.9999843,-0.005315396),(-0.00899133,0.9997312,-0.02137343),(-0.02989795,0.997792,-0.05930572),(-0.02758096,0.998483,-0.04765476),(-0.002229921,0.9999973,-0.0006966784),(-0.001171419,0.9999993,0.000254634),(-0.001382295,0.9999989,0.0002294419),(-0.001133453,0.9999993,0.0005222381),(-0.0009173302,0.9999994,0.0005893412),(-0.001058243,0.9999994,0.0002941493),(-0.001202445,0.9999992,0.0005065619),(-0.001344156,0.999999,0.0001705119),(-0.001126894,0.9999993,0.0003940021),(-0.001380231,0.999999,0.0003281067),(-0.001513729,0.9999987,0.0001272012),(-0.00144343,0.9999989,0.0002203576),(-0.001569882,0.9999987,0.0001201949),(-0.001130789,0.9999993,0.0002553182),(-0.0008999025,0.9999996,0.0003358158),(-0.0007459422,0.9999996,0.0002356734),(-0.001269999,0.9999991,-0.0001933736),(-0.001451653,0.9999989,-0.0004266605),(-0.001380262,0.9999991,-0.0002372638),(-0.001294752,0.999999,-0.0004588958),(-0.001640736,0.9999985,-0.000404335),(-0.001875452,0.9999982,-0.0001252841),(-0.001166843,0.9999992,-0.0004877368),(-0.001075905,0.9999993,-0.0003162874),(-0.001187849,0.9999992,-0.000243032),(-0.0008689269,0.9999996,-0.0002858746),(-0.000584715,0.9999998,-0.0002187105),(-0.0007601884,0.9999998,-0.0001311856),(-0.0004141713,0.9999999,-0.0001150437),(-0.001143159,0.9999993,-8.857688e-5),(-0.001437628,0.999999,-0.0001019243),(-0.001451076,0.999999,-8.591254e-7),(-0.002171752,0.9999976,0.0001985713),(-0.002471867,0.999997,0.0003520889),(-0.00107401,0.9999994,-8.21812e-5),(-0.001140091,0.9999993,7.200415e-5),(-0.002670079,0.9999964,0.0003301631),(-0.002660596,0.9999965,0.000126288),(-0.001210018,0.9999992,0.0001419149),(-0.001219593,0.9999993,0.00012296),(-0.000336168,0.9999999,-1.83308e-5),(-0.0003329246,0.9999999,4.065253e-5),(-0.0003581711,0.9999999,6.727582e-5),(-4.072588e-5,1,8.848167e-6),(-7.260225e-5,1,3.213312e-5),(-6.660553e-5,1,-2.5643e-5),(-0.0004071409,0.9999999,-0.0001060652),(-0.0001810456,0.9999999,-6.811989e-5),(-0.002487008,0.9999925,0.003001307),(-0.002846121,0.9999207,0.0122672),(-0.001153316,0.9999955,0.002776736),(-0.001359518,0.9999397,0.01088994),(-0.004942481,0.9995961,0.0279856),(-0.01000477,0.9986919,0.05014451),(-0.002501481,0.999697,0.02448973),(-0.005253692,0.9990371,0.04355729),(-0.0004609035,0.9999498,0.0100142),(-0.001011273,0.9997475,0.02244864),(-0.002351674,0.9992034,0.03983854),(-0.0005172471,0.9997619,0.02182043),(-0.001387971,0.9992524,0.03863467),(-0.0001631991,0.9999524,0.009762229),(-0.0003562338,0.9999967,0.002556522),(-9.202586e-5,0.9999969,0.002495674),(-0.01812168,0.9975328,0.06782211),(-0.02599871,0.9972069,0.07001793),(-0.01215369,0.9977453,0.0660056),(-0.009381671,0.9981499,0.06007368),(-0.0280373,0.9980011,0.05663687),(-0.01844891,0.9994472,0.02765905),(0.003843211,0.9989263,0.04616979),(-0.009226476,0.9980741,0.06134285),(0.002150762,0.997583,0.06945255),(-0.003756314,0.9977971,0.06623296),(0.01730322,0.9976594,0.06615569),(0.02175106,0.996845,0.07633423),(0.005949603,0.9972329,0.07410349),(-0.0009407974,0.9977428,0.06714487),(-0.004061033,0.9984019,0.05636813),(-0.002282189,0.9984656,0.05532852),(0.006429227,0.999978,0.001585184),(0.04448836,0.9990063,-0.00269579),(0.06591785,0.9970639,0.0389684),(0.0296089,0.9989798,0.03409912),(0.09014775,0.9958115,0.01525869),(0.1377732,0.9889053,0.05554193),(0.1502168,0.9835177,0.1006365),(0.1078027,0.9922911,0.06113224),(0.1182397,0.9876274,0.1030116),(0.07875262,0.993838,0.07800144),(0.1573866,0.9774364,0.140881),(0.159348,0.9742357,0.1596034),(0.1213698,0.9849836,0.1227869),(0.08279487,0.991863,0.09670995),(0.04357475,0.9968803,0.06581039),(0.04810604,0.9955268,0.08131547),(0.1820007,0.9781597,0.1003965),(0.2182877,0.9669104,0.1320409),(0.2191714,0.9622017,0.1616531),(0.1885677,0.9720361,0.1399569),(0.2424373,0.9584466,0.1503477),(0.2501971,0.9556414,0.1554054),(0.2426323,0.9581578,0.1518657),(0.238478,0.9569167,0.1656461),(0.2360902,0.955475,0.1769997),(0.219496,0.9576174,0.1865214),(0.2381626,0.9602649,0.1454988),(0.2367761,0.9610581,0.1424941),(0.2351741,0.9547052,0.1822942),(0.2192937,0.9553332,0.1981124),(0.1921778,0.9657355,0.1744209),(0.192958,0.9625456,0.1904553),(0.2408659,0.9625735,0.124241),(0.2175821,0.9757107,0.02542718),(0.2044935,0.9788176,-0.009917149),(0.2305678,0.9676446,0.1024817),(0.1806724,0.9698879,-0.163325),(0.1234095,0.8845462,-0.449831),(0.1061104,0.8637623,-0.4926006),(0.1646969,0.9643531,-0.2071186),(0.1538489,0.9560895,-0.2494458),(0.1959971,0.9795377,-0.04572658),(0.09412269,0.8417239,-0.5316405),(0.09070928,0.8336879,-0.5447351),(0.1507191,0.9523125,-0.2653013),(0.1935347,0.9792083,-0.06079116),(0.2242488,0.9713234,0.07901556),(0.2224086,0.9725499,0.06841731),(0.05568048,0.7415352,-0.6685995),(0.00126378,0.6797134,-0.7334768),(-0.00878577,0.643213,-0.7656369),(0.04099223,0.7089719,-0.7040443),(-0.03786692,0.7219822,-0.6908746),(-0.05912713,0.8507516,-0.5222313),(-0.04329477,0.6868971,-0.725464),(-0.06070303,0.8235587,-0.5639737),(-0.04811409,0.6534543,-0.7554353),(-0.01630379,0.6085794,-0.7933255),(-0.06348346,0.7966697,-0.6010717),(-0.05046409,0.6370592,-0.7691612),(-0.06520898,0.7841131,-0.6171826),(-0.01930748,0.5914141,-0.8061368),(0.03062255,0.6773718,-0.7350032),(0.02715482,0.6631543,-0.74799),(-0.07187495,0.9540616,-0.2908615),(-0.09122444,0.9885249,-0.1204024),(-0.07038614,0.9386874,-0.3375081),(-0.08718622,0.9822173,-0.166276),(-0.1166679,0.9930545,-0.01520807),(-0.1451297,0.9887912,0.03506315),(-0.1374208,0.9905128,-2.561331e-5),(-0.1105214,0.9922456,-0.05686558),(-0.1091013,0.98932,-0.09665858),(-0.08702412,0.9739834,-0.2092443),(-0.1349247,0.9902601,-0.03435393),(-0.1347384,0.9895353,-0.05162975),(-0.1094639,0.9871553,-0.1163709),(-0.08791847,0.9692503,-0.2298352),(-0.07161386,0.9221156,-0.3802291),(-0.07295399,0.9137489,-0.3996756),(-0.1715153,0.9838357,0.05147763),(-0.1915352,0.9802253,0.0497248),(-0.1820436,0.982733,0.03310617),(-0.1628498,0.9863371,0.02488128),(-0.2041602,0.9784768,0.03003227),(-0.2081027,0.9780771,-0.007654821),(-0.1941198,0.9809778,4.334557e-6),(-0.1931528,0.9808543,0.02483418),(-0.1867905,0.9821912,0.02024113),(-0.1774964,0.9839848,0.01639711),(-0.1848175,0.9827246,0.009740206),(-0.1815516,0.9832662,0.01505454),(-0.1847431,0.9826235,0.01792466),(-0.1762547,0.9843141,0.007750443),(-0.1594277,0.9872081,-0.001756795),(-0.1587506,0.9871985,-0.01540899),(-0.200787,0.9787652,-0.04127122),(-0.1846167,0.9816253,-0.04825502),(-0.1619717,0.9863157,-0.0307647),(-0.1826452,0.9828758,-0.02440933),(-0.1675218,0.9854797,-0.02768137),(-0.1572221,0.9873208,0.02188601),(-0.1278084,0.9916897,0.01471242),(-0.1408054,0.9898708,-0.01815549),(-0.1231421,0.9923842,-0.003114744),(-0.1463144,0.9892026,-0.008384817),(-0.1096056,0.9938865,0.01327349),(-0.1033601,0.994549,0.01374513),(-0.1167727,0.9931431,0.005559572),(-0.1405953,0.9900598,0.003828781),(-0.1699267,0.9854494,-0.003802773),(-0.1653151,0.9862139,0.007284127),(-0.1581673,0.9820696,0.1025781),(-0.1684615,0.960372,0.2220505),(-0.1275726,0.9889545,0.07545964),(-0.1385878,0.9746217,0.1758007),(-0.1835823,0.9022732,0.3901289),(-0.1997726,0.7712211,0.6044079),(-0.1583375,0.9325352,0.3245109),(-0.1862068,0.8318172,0.5228837),(-0.1225655,0.9832578,0.1348393),(-0.146186,0.9537321,0.2627255),(-0.1823282,0.8791823,0.4402214),(-0.1443547,0.9608497,0.2364941),(-0.1848331,0.894791,0.4064305),(-0.1183864,0.98608,0.1167512),(-0.1099507,0.9924694,0.05399377),(-0.1044806,0.9935245,0.04464105),(-0.218106,0.5581666,0.8005497),(-0.2301034,0.2872288,0.9298128),(-0.2228342,0.6563752,0.7207748),(-0.2547913,0.4086979,0.8763831),(-0.2033237,-0.03226395,0.9785799),(-0.1089007,-0.3720195,0.9218146),(-0.241678,0.08134287,0.9669411),(-0.1438073,-0.2985232,0.9435059),(-0.2809049,0.5254862,0.8030919),(-0.2831981,0.2024538,0.9374494),(-0.1840022,-0.217176,0.9586332),(-0.3010126,0.2313456,0.9251328),(-0.193521,-0.2065799,0.9591007),(-0.2970402,0.5611038,0.7726122),(-0.2320775,0.7411063,0.6300011),(-0.2413319,0.7689784,0.5919722),(0.008609648,-0.6260314,0.7797503),(0.08566761,-0.7590849,0.6453302),(-0.01382109,-0.5872135,0.8093141),(0.07011786,-0.7346087,0.6748583),(0.1244234,-0.8289813,0.5452604),(0.1368358,-0.8680877,0.4771789),(0.1249366,-0.8542578,0.5046133),(0.1115287,-0.8110481,0.5742495),(0.05084765,-0.7096989,0.7026678),(0.09502064,-0.7928458,0.6019689),(0.1097258,-0.8399699,0.5314233),(0.1013402,-0.8325806,0.5445547),(0.08599331,-0.7837505,0.6150936),(0.04135256,-0.6988146,0.7141065),(-0.04038718,-0.5462731,0.8366329),(-0.049537,-0.5347592,0.8435512),(0.1403918,-0.8950564,0.423278),(0.1471818,-0.9173847,0.3697875),(0.1291635,-0.8848054,0.447701),(0.1368909,-0.9106003,0.389959),(0.1581171,-0.9350702,0.3172423),(0.1742357,-0.9480459,0.2661784),(0.1493819,-0.9313967,0.3319417),(0.1680267,-0.9468666,0.2742457),(0.124673,-0.9031426,0.4108406),(0.1396289,-0.927147,0.3477101),(0.1616816,-0.9452885,0.2833525),(0.1345612,-0.9248486,0.3557362),(0.1585194,-0.9443932,0.2880853),(0.1181516,-0.8991858,0.4213136),(0.1152036,-0.8739195,0.4722213),(0.1076054,-0.8682219,0.4843674),(0.1937878,-0.9560061,0.2202241),(0.2134787,-0.959769,0.1824016),(0.1901826,-0.9562467,0.2223122),(0.2113854,-0.9604988,0.1809925),(0.2313036,-0.9609793,0.1517151),(0.2453125,-0.9610818,0.1270573),(0.2294181,-0.961825,0.149198),(0.2421368,-0.9620711,0.125655),(0.2100476,-0.9609239,0.180292),(0.2283793,-0.9623314,0.1475163),(0.2398744,-0.9626576,0.1255013),(0.2280854,-0.9625012,0.1468622),(0.2389974,-0.9628512,0.125689),(0.2095763,-0.9610619,0.1801054),(0.1870605,-0.9561853,0.2252067),(0.1856399,-0.9560801,0.2268232),(0.2542551,-0.9611117,0.1077891),(0.2582957,-0.9614745,0.09407532),(0.2490487,-0.9624496,0.1080075),(0.2512872,-0.9632516,0.09487422),(0.2583378,-0.9621879,0.08634753),(0.2552484,-0.9631311,0.08500993),(0.2500132,-0.9643405,0.08683779),(0.2463672,-0.9654904,0.08444674),(0.245877,-0.9643603,0.09774307),(0.2438455,-0.965677,0.08948403),(0.2401863,-0.9669248,0.08583178),(0.2413341,-0.9661397,0.09127905),(0.2377927,-0.9674141,0.0869728),(0.2436089,-0.9647442,0.09961597),(0.2449864,-0.9632692,0.1099734),(0.2432768,-0.9635476,0.11132),(0.2540741,-0.9637763,0.0811278),(0.2592808,-0.9635801,0.06547451),(0.2453502,-0.9661767,0.07940932),(0.2512145,-0.9658751,0.06305837),(0.2704786,-0.961984,0.03778921),(0.2870916,-0.9579006,-0.002183294),(0.2635323,-0.9640113,0.03511187),(0.2816929,-0.959493,-0.004700892),(0.2463419,-0.9672192,0.06166638),(0.2596517,-0.9651429,0.03286605),(0.2789916,-0.9602646,-0.007453042),(0.2584555,-0.9654961,0.03191003),(0.2782755,-0.9604611,-0.00878938),(0.2446982,-0.9676628,0.06125053),(0.2397009,-0.967609,0.07922338),(0.2376536,-0.9680907,0.07950613),(0.3047398,-0.9513108,-0.04627478),(0.3193074,-0.9437078,-0.0863616),(0.3175668,-0.9442923,-0.08639075),(0.3011439,-0.9523711,-0.04797415),(0.3303655,-0.9358394,-0.1227321),(0.3375024,-0.9283552,-0.1557208),(0.3392291,-0.9286312,-0.1502255),(0.3304318,-0.9361275,-0.1203327),(0.3308834,-0.9360128,-0.1199849),(0.3171289,-0.9442961,-0.08794405),(0.3403603,-0.9287027,-0.1471941),(0.3407311,-0.9287282,-0.146172),(0.3311543,-0.9358903,-0.1201913),(0.3171822,-0.9441823,-0.08896716),(0.2996438,-0.9527093,-0.05058325),(0.299367,-0.9527205,-0.05199045),(0.3389565,-0.9231609,-0.1813357),(0.333338,-0.9223287,-0.1954369),(0.3371518,-0.9235164,-0.1828829),(0.3420549,-0.9237388,-0.172352),(0.3207727,-0.9262192,-0.1980476),(0.3011439,-0.9346449,-0.18908),(0.3021397,-0.9380373,-0.1696986),(0.3240853,-0.9283588,-0.1819856),(0.3242935,-0.9310801,-0.1671032),(0.3384674,-0.9250299,-0.1725095),(0.2999224,-0.9421272,-0.1498088),(0.298079,-0.9442315,-0.1399141),(0.3236455,-0.9325501,-0.1600122),(0.3384892,-0.9258822,-0.1678313),(0.3435583,-0.9243535,-0.1659471),(0.3438771,-0.9247071,-0.1632949),(0.2760273,-0.945344,-0.1735906),(0.2472238,-0.9562221,-0.1565876),(0.2391872,-0.9617781,-0.1333125),(0.2729338,-0.9499964,-0.1517032),(0.2148603,-0.9668831,-0.1377395),(0.1790128,-0.9768949,-0.1167505),(0.1631381,-0.9822924,-0.09212927),(0.2021728,-0.9727271,-0.1137026),(0.1900527,-0.9779723,-0.0863153),(0.2300156,-0.9673119,-0.1067739),(0.1493508,-0.9866341,-0.06517269),(0.1431161,-0.988376,-0.05129014),(0.1842556,-0.9802343,-0.07204578),(0.2252557,-0.9698529,-0.09297912),(0.2672948,-0.9551335,-0.1275669),(0.2639338,-0.9576367,-0.1151988),(0.1399163,-0.9857542,-0.09333818),(0.09825864,-0.9928895,-0.0671996),(0.0818255,-0.9957958,-0.04117291),(0.1229304,-0.9900825,-0.06800493),(0.05504491,-0.9977583,-0.0380594),(0.01138701,-0.9999188,-0.005726495),(-0.002648409,-0.9997967,0.01998591),(0.0399011,-0.9991342,-0.01178038),(0.02699715,-0.9995335,0.01427571),(0.06818492,-0.9975581,-0.01511751),(-0.01507701,-0.9988283,0.04598622),(-0.0203654,-0.9980686,0.05868842),(0.02149357,-0.9994038,0.02701701),(0.06233383,-0.9980528,-0.002225657),(0.1088144,-0.9931854,-0.04174005),(0.1026591,-0.9943084,-0.0284973),(-0.03126187,-0.9990661,0.02982622),(-0.07103939,-0.9950978,0.06880129),(-0.08288926,-0.9927382,0.0871789),(-0.04447548,-0.9975967,0.05312852),(-0.105916,-0.9880872,0.1116484),(-0.1338537,-0.9781981,0.1587823),(-0.1377053,-0.9772551,0.1612754),(-0.1149278,-0.9857368,0.122941),(-0.1220733,-0.9834099,0.1341751),(-0.09315114,-0.9899555,0.106353),(-0.1397235,-0.9768543,0.1619654),(-0.1402292,-0.9768201,0.1617351),(-0.1248643,-0.9823115,0.1395454),(-0.09739279,-0.9884846,0.1158136),(-0.05632139,-0.9954149,0.07731315),(-0.06133728,-0.9941191,0.08924706),(-0.1441043,-0.9723433,0.1838001),(-0.128122,-0.9787855,0.1598866),(-0.1182699,-0.9814673,0.1507788),(-0.1411674,-0.9737008,0.1788255),(-0.08575382,-0.992891,0.08254658),(-0.01531545,-0.9984211,-0.05404307),(0.002100588,-0.9979656,-0.0637208),(-0.07033359,-0.9949269,0.07192758),(-0.05758164,-0.996709,0.05705591),(-0.1090516,-0.9845413,0.1370625),(0.01501994,-0.9970362,-0.07545411),(0.02073515,-0.9963722,-0.08253758),(-0.052377,-0.9974039,0.04941587),(-0.1052841,-0.9859025,0.1300439),(-0.1372125,-0.9758095,0.1702009),(-0.1354057,-0.9768716,0.1654905),(0.05528858,-0.9812425,-0.1846792),(0.09634056,-0.9646612,-0.2452496),(0.07025877,-0.9787514,-0.1926387),(0.1064327,-0.9617743,-0.2523135),(0.1078178,-0.9640673,-0.2427956),(0.08864863,-0.9794848,-0.1809722),(0.1124654,-0.9619375,-0.2490541),(0.08852582,-0.9786537,-0.1854724),(0.1126796,-0.9597933,-0.2570994),(0.1150128,-0.9607834,-0.2523235),(0.08813597,-0.9783047,-0.187488),(0.1155219,-0.9606575,-0.2525707),(0.0870861,-0.9786623,-0.1861077),(0.1152744,-0.9587955,-0.2596594),(0.08028942,-0.976504,-0.1999842),(0.08489177,-0.9750628,-0.2050508),(0.05599681,-0.993309,-0.1010026),(0.02991055,-0.9985365,-0.0450584),(0.05292631,-0.9932547,-0.1031694),(0.02594065,-0.9986354,-0.04532612),(0.01209567,-0.9998525,-0.01219259),(0.003778156,-0.9999923,-0.001054835),(0.008557925,-0.9999002,-0.01124834),(0.001268994,-0.9999991,0.0002142275),(0.02349017,-0.9986959,-0.04532846),(0.006415443,-0.9999229,-0.01062823),(-0.0002891721,-0.9999994,0.001095707),(0.00555517,-0.9999333,-0.01012283),(-0.0008646617,-0.9999985,0.001489891),(0.02238114,-0.9987493,-0.04470946),(0.05090429,-0.993266,-0.1040742),(0.04968978,-0.9934185,-0.1032021),(0.001020325,-0.9999993,-0.0005878625),(-0.0007347569,-0.9999997,-0.0003795407),(-0.0005625813,-0.9999997,0.0004329543),(-0.001764009,-0.9999985,0.0002681621),(-0.001606003,-0.9999986,-0.0004775952),(-0.001709716,-0.9999982,-0.0009333761),(-0.002312673,-0.9999973,-0.0002601557),(-0.002184979,-0.999997,-0.001133739),(-0.002497157,-0.9999965,0.0009025171),(-0.002815485,-0.999996,3.644431e-5),(-0.002466292,-0.9999961,-0.001261247),(-0.003015161,-0.9999955,0.0001926114),(-0.002550992,-0.9999958,-0.001322382),(-0.002798612,-0.9999954,0.001217233),(-0.001618979,-0.999998,0.001276026),(-0.002036317,-0.9999965,0.001675133),(-0.001364807,-0.9999982,-0.001386175),(-0.0009006219,-0.9999986,-0.001483704),(-0.001627539,-0.9999969,-0.001891487),(-0.0009814742,-0.9999973,-0.002121772),(-0.0004527136,-0.999999,-0.001294833),(-0.0001565107,-0.9999995,-0.0008884224),(-0.0004103103,-0.9999981,-0.001908079),(-7.735014e-5,-0.9999991,-0.001333769),(-0.0008937735,-0.9999956,-0.002785008),(-0.000242245,-0.9999967,-0.002568575),(7.874346e-5,-0.9999983,-0.001823101),(-0.0001256986,-0.9999958,-0.002901868),(0.0001743362,-0.9999979,-0.002066873),(-0.0008042018,-0.9999949,-0.003119188),(-0.001695385,-0.9999958,-0.002380159),(-0.001674788,-0.9999952,-0.002624363),(-2.592763e-5,-0.9999999,-0.0004682967),(1.488824e-5,-1,-0.0001944686),(3.351364e-5,-0.9999998,-0.0007112547),(4.746483e-5,-0.9999999,-0.0002992928),(9.110955e-6,-1,-4.574555e-5),(-1.40846e-7,-1,2.018632e-7),(1.847081e-5,-1,-7.130211e-5),(-1.956537e-8,-1,2.66651e-7),(9.434739e-5,-0.9999999,-0.0004173625),(3.108619e-5,-0.9999999,-0.0001005754),(5.942383e-8,-1,6.82012e-8),(3.757984e-5,-1,-0.0001139816),(2.359436e-7,-1,3.612622e-9),(0.0001201288,-0.9999999,-0.0004749261),(0.0001303023,-0.9999995,-0.0009815649),(0.0001864626,-0.9999994,-0.001115562),(-7.711736e-8,-1,-6.806687e-8),(-2.048843e-8,-1,-1.317548e-7),(3.390505e-10,-1,1.339494e-7),(-5.863266e-8,-1,-1.322204e-7),(-7.924835e-8,-1,1.33506e-7),(-1.410791e-7,-1,1.336227e-7),(-7.932169e-8,-1,-6.768281e-8),(-2.063094e-8,-0.9999999,6.634638e-8),(-2.096788e-8,-1,-1.311198e-7),(5.085079e-8,-1,-2.697405e-7),(5.879297e-8,-1,6.771239e-8),(2.99479e-7,-1,-2.658891e-7),(2.361082e-7,-1,1.354648e-7),(1.594986e-7,-0.9999999,-6.322901e-9),(-1.01684e-8,-1,2.651553e-7),(9.779267e-8,-1,4.0518e-7),(-4.346437e-6,-1,0.0001524502),(9.82686e-5,-0.9999999,0.0006676224),(5.947352e-6,-1,5.217563e-5),(7.503376e-5,-1,0.0002340418),(0.0005374886,-0.9999985,0.001663163),(0.001545367,-0.9999936,0.00325209),(0.0003095022,-0.9999997,0.0005983907),(0.0008124038,-0.999999,0.001195181),(2.534968e-5,-1,4.588237e-5),(9.214881e-5,-0.9999999,0.0001207616),(0.0002290943,-0.9999999,0.0002476206),(3.012689e-7,-1,0),(2.384746e-7,-1,1.338667e-7),(1.590296e-7,-0.9999999,2.673091e-7),(3.136205e-6,-1,1.012384e-5),(9.601473e-8,-1,4.036619e-7),(0.002633417,-0.9999657,0.007848764),(0.004044975,-0.9998251,0.01825964),(0.0022848,-0.999948,0.009938361),(0.00132146,-0.9999925,0.003645938),(0.007495372,-0.9993442,0.03542622),(0.01475377,-0.9980668,0.06037322),(0.01176348,-0.9992343,0.03731715),(0.005241395,-0.9997684,0.02087616),(0.004720479,-0.9999322,0.01065147),(0.001472347,-0.9999886,0.004529356),(0.01163873,-0.9997233,0.0204397),(0.01237797,-0.999835,0.01329876),(0.004955192,-0.9999671,0.006435897),(0.001352842,-0.9999961,0.002425455),(0.0004515662,-0.999999,0.001305597),(0.0001654989,-0.9999999,0.000518376),(0.02679209,-0.9951864,0.09426732),(0.04345463,-0.9895221,0.1376864),(0.0220875,-0.9978649,0.06146316),(0.03545304,-0.9948459,0.09499934),(0.06436539,-0.979611,0.1903137),(0.08937225,-0.9637009,0.2515813),(0.05145282,-0.9891454,0.1376374),(0.06972606,-0.9795175,0.1889013),(0.03404994,-0.9974265,0.06309473),(0.04786115,-0.9939974,0.09837968),(0.06282496,-0.9877948,0.142529),(0.0486097,-0.9954592,0.08184241),(0.06279156,-0.9903978,0.123165),(0.03517336,-0.998152,0.04955054),(0.02184227,-0.9990752,0.03703371),(0.02296368,-0.9993817,0.02662358),(0.1192927,-0.9395604,0.320929),(0.1563348,-0.9034314,0.3992131),(0.09247571,-0.9647914,0.2462228),(0.1247906,-0.9429672,0.3086098),(0.2038144,-0.848465,0.4884329),(0.2658294,-0.7634717,0.5885962),(0.1728347,-0.9092548,0.3786607),(0.244231,-0.8547227,0.4580394),(0.1153454,-0.9645619,0.2373094),(0.1682464,-0.9433633,0.2859351),(0.2509548,-0.9074101,0.3370885),(0.1719321,-0.954389,0.2440924),(0.2596991,-0.9240825,0.2804068),(0.1161266,-0.971579,0.2062738),(0.08279397,-0.9782503,0.1901878),(0.08244748,-0.9825848,0.1665219),(0.3398945,-0.6348035,0.6938994),(0.4064286,-0.4524465,0.7937934),(0.3355934,-0.7630537,0.5523823),(0.4241728,-0.616771,0.6630768),(0.4347863,-0.217753,0.8738104),(0.4012919,0.05249195,0.9144448),(0.4769456,-0.4086322,0.7781662),(0.4648085,-0.1457203,0.8733376),(0.4621332,-0.7237313,0.5124899),(0.5345066,-0.5449328,0.646027),(0.5425225,-0.2998018,0.7847219),(0.5649141,-0.5873579,0.5795539),(0.5784886,-0.3485641,0.7374645),(0.4851907,-0.7570931,0.437493),(0.3571549,-0.8404759,0.4074807),(0.3726835,-0.864718,0.3367043),(0.3243017,0.3104706,0.8935527),(0.2374459,0.5222631,0.8190608),(0.4012934,0.1253836,0.9073272),(0.3189619,0.363618,0.8752401),(0.145461,0.6856917,0.7132096),(0.04523538,0.8025056,0.5949271),(0.2198754,0.5603415,0.7985438),(0.09945597,0.7099748,0.6971688),(0.4185481,0.2255586,0.8797391),(0.3147586,0.4494647,0.8360074),(0.1735969,0.6316975,0.755528),(0.3602082,0.4064403,0.8396763),(0.2087178,0.6019278,0.7707917),(0.4655992,0.1737908,0.8677638),(0.4936172,-0.02811839,0.8692246),(0.5364424,-0.08180068,0.8399632),(-0.0507487,0.8742243,0.4828627),(-0.1262977,0.9114886,0.3914556),(-0.02312311,0.8052369,0.5925022),(-0.12397,0.85466,0.5041704),(-0.1832123,0.928304,0.3235506),(-0.2260916,0.9328361,0.2805341),(-0.2047368,0.8755333,0.4376347),(-0.2710256,0.8778858,0.394793),(-0.1061489,0.8144502,0.5704413),(-0.2108008,0.8393937,0.5009801),(-0.2993739,0.8396882,0.4530993),(-0.2108948,0.8268045,0.5214573),(-0.3100429,0.8262219,0.4703518),(-0.09545534,0.8000355,0.5923102),(0.02163237,0.7522422,0.6585315),(0.04394913,0.732595,0.6792446),(-0.2659363,0.9283851,0.2595744),(-0.3103585,0.9157687,0.2550398),(-0.3319075,0.8662676,0.3733872),(-0.3916934,0.8433267,0.3679349),(-0.3583928,0.8957042,0.2631894),(-0.4086662,0.8687969,0.2796138),(-0.5006307,0.7756781,0.3843078),(-0.4485293,0.8120639,0.3733276),(-0.5104955,0.751987,0.4170252),(-0.4495142,0.7906743,0.4156575),(-0.5607157,0.7106826,0.4248861),(-0.5359353,0.7293395,0.4252498),(-0.5848545,0.6864664,0.4320986),(-0.4735401,0.7709049,0.4259876),(-0.37865,0.8217071,0.4259362),(-0.3979159,0.805385,0.4393382),(-0.4571158,0.8372098,0.300208),(-0.4992457,0.8046412,0.3214128),(-0.575582,0.7061691,0.4123475),(-0.5441222,0.738703,0.3978053),(-0.5324174,0.7755651,0.3391614),(-0.5550948,0.754437,0.3502777),(-0.5999794,0.671367,0.4350759),(-0.5943028,0.682426,0.4255571),(-0.6268942,0.6235799,0.4670673),(-0.6200151,0.641809,0.4512897),(-0.6183302,0.6210808,0.4815875),(-0.6230587,0.604466,0.4964058),(-0.6383626,0.6031613,0.4782149),(-0.6368809,0.6187675,0.4599017),(-0.5979129,0.6722131,0.4366117),(-0.6190083,0.6478755,0.4439437),(-0.5686282,0.7430364,0.352929),(-0.5754983,0.7399772,0.3481889),(-0.5929797,0.682165,0.4278154),(-0.5976678,0.6725493,0.4364294),(-0.5772995,0.7426505,0.3394045),(-0.5771021,0.7450446,0.3344573),(-0.586858,0.6968253,0.4123496),(-0.583475,0.7048219,0.4034638),(-0.5878251,0.6507804,0.4805689),(-0.575446,0.6736476,0.4637463),(-0.5697039,0.6854804,0.4533807),(-0.5656103,0.6677735,0.4839044),(-0.5589492,0.6809072,0.4732244),(-0.581003,0.6418539,0.500459),(-0.6023718,0.6320159,0.487549),(-0.6004201,0.619495,0.5056893)]),
        coord=Coordinate(point=[(0.03428986,0.00122144,-0.002562845),(0.03455974,0.00122144,-0.002885171),(0.03461798,0.00122144,-0.00230195),(0.03488815,0.00122144,-0.002626085),(0.03396132,0.00122144,-0.002823501),(0.0342308,0.001221445,-0.003144292),(0.03449896,0.001221471,-0.003465987),(0.03482827,0.001221463,-0.003208287),(0.03515694,0.001221463,-0.002950869),(0.0336319,0.00122144,-0.00308368),(0.03390079,0.001221458,-0.003403485),(0.0333012,0.00122144,-0.003343143),(0.03356916,0.001221486,-0.003662786),(0.033836,0.001221547,-0.003983353),(0.03416842,0.001221496,-0.003724247),(0.03443355,0.001221573,-0.004046924),(0.03476448,0.00122154,-0.003789487),(0.0341006,0.001221639,-0.004305765),(0.03436183,0.001221778,-0.004630946),(0.03469494,0.001221707,-0.004372472),(0.03502604,0.001221674,-0.004115697),(0.03509406,0.00122153,-0.003532986),(0.03542297,0.001221532,-0.003276953),(0.0353558,0.001221665,-0.003860058),(0.03568486,0.00122167,-0.003604984),(0.03296875,0.00122144,-0.00360165),(0.03323539,0.001221531,-0.00392223),(0.03263453,0.00122144,-0.00386011),(0.03289974,0.001221588,-0.004182172),(0.03316424,0.001221738,-0.004504792),(0.0335011,0.001221632,-0.004243582),(0.0322985,0.00122144,-0.004119432),(0.03256248,0.001221649,-0.004442963),(0.03196061,0.00122144,-0.004380522),(0.03222388,0.001221705,-0.004704957),(0.03248681,0.001221955,-0.005029576),(0.03282597,0.00122185,-0.004766838),(0.03308845,0.001222037,-0.005091404),(0.03342733,0.001221891,-0.004828532),(0.03274904,0.001222171,-0.005354564),(0.03301021,0.001222338,-0.005680102),(0.03334944,0.001222202,-0.005417005),(0.0336883,0.001222048,-0.005153953),(0.03376495,0.001221752,-0.004566477),(0.03402602,0.0012219,-0.004891686),(0.0316208,0.00122144,-0.004644289),(0.03188422,0.001221752,-0.004968509),(0.0312801,0.00122144,-0.00490976),(0.03154411,0.001221785,-0.005233108),(0.0318078,0.001222097,-0.005556612),(0.03214732,0.001222038,-0.005292862),(0.03093947,0.00122144,-0.005175963),(0.03120419,0.001221805,-0.005498245),(0.03059993,0.00122144,-0.005441924),(0.03086508,0.001221809,-0.005763412),(0.03112982,0.001222135,-0.006085174),(0.03146853,0.001222131,-0.005820743),(0.03173211,0.001222377,-0.006143675),(0.03207083,0.001222343,-0.005880431),(0.03139371,0.001222375,-0.006407483),(0.03165632,0.001222485,-0.006730611),(0.03199455,0.001222505,-0.006467253),(0.03233287,0.001222488,-0.006204721),(0.03240981,0.001222273,-0.005617483),(0.03267139,0.001222433,-0.005942507),(0.03026246,0.00122144,-0.005706671),(0.03052742,0.001221796,-0.006028099),(0.02992579,0.00122144,-0.005970408),(0.03019004,0.001221768,-0.006292329),(0.03045391,0.001222055,-0.006614514),(0.03079197,0.001222108,-0.006349817),(0.02958865,0.00122144,-0.006233341),(0.02985174,0.001221728,-0.006556129),(0.02924974,0.00122144,-0.006495674),(0.02951138,0.00122168,-0.00681952),(0.02977296,0.001221889,-0.00714341),(0.03011459,0.001221981,-0.0068791),(0.03037695,0.001222161,-0.007202438),(0.03071705,0.001222261,-0.006937226),(0.03003446,0.001222039,-0.00746739),(0.03029583,0.001222099,-0.007791502),(0.03063859,0.001222233,-0.007526329),(0.03097909,0.001222345,-0.007260732),(0.03105566,0.001222334,-0.006672121),(0.03131809,0.001222431,-0.006995299),(0.0289078,0.00122144,-0.006757613),(0.02916775,0.001221625,-0.007082528),(0.02856389,0.001221522,-0.00702017),(0.02882206,0.001221631,-0.007346121),(0.02908081,0.001221726,-0.007671661),(0.02942795,0.001221787,-0.007407283),(0.02821907,0.001221768,-0.007284362),(0.02847548,0.001221765,-0.007611266),(0.02787442,0.001222259,-0.007551198),(0.02812921,0.001222094,-0.007878932),(0.02838526,0.001221937,-0.008205708),(0.02873283,0.001221758,-0.007937489),(0.02899207,0.001221741,-0.008262347),(0.02934075,0.001221791,-0.007996383),(0.02864388,0.001221795,-0.008530571),(0.02890632,0.001221677,-0.008852563),(0.02925415,0.00122171,-0.00858516),(0.02960245,0.00122181,-0.008319877),(0.02968863,0.001221903,-0.007731717),(0.02995007,0.001221949,-0.008055672),(0.02753101,0.001223077,-0.007821694),(0.02778441,0.001222684,-0.008150086),(0.02718831,0.001225263,-0.008095198),(0.02744092,0.001224312,-0.008423832),(0.02803937,0.001222314,-0.008477262),(0.02769526,0.001223419,-0.008751051),(0.02684577,0.001229856,-0.008371064),(0.02709851,0.001227752,-0.008699279),(0.02650288,0.001237894,-0.008648635),(0.02675701,0.001233781,-0.008975534),(0.02735307,0.00122578,-0.009025969),(0.02701289,0.001229924,-0.009300916),(0.02795308,0.001222645,-0.009075439),(0.02761124,0.00122407,-0.009349601),(0.02727229,0.001226583,-0.009623263),(0.02753694,0.001224015,-0.009941059),(0.02787486,0.001222756,-0.00966865),(0.02821611,0.001222049,-0.009395583),(0.02829742,0.001221992,-0.008802015),(0.02856012,0.00122174,-0.009123129),(0.02615908,0.001250418,-0.008927266),(0.0264162,0.001243174,-0.009251701),(0.02581515,0.00126831,-0.009207596),(0.0260762,0.001256606,-0.009528778),(0.02667486,0.001236383,-0.009574789),(0.02633847,0.001245633,-0.009848884),(0.02547185,0.001292452,-0.00949027),(0.02573709,0.001274752,-0.009807761),(0.02512994,0.001323726,-0.009775928),(0.02539896,0.001298286,-0.01008965),(0.02566858,0.00127443,-0.01040292),(0.02600322,0.001258156,-0.0101245),(0.0262711,0.00124377,-0.01043972),(0.02660318,0.001236125,-0.01016684),(0.02593938,0.001253741,-0.01071529),(0.02621194,0.001237802,-0.0110263),(0.02654165,0.001232696,-0.01075266),(0.02687156,0.001228812,-0.01048157),(0.02693659,0.001230499,-0.009895183),(0.02720292,0.001225976,-0.01021154),(0.02479018,0.001363014,-0.01006521),(0.02506192,0.001327885,-0.01037544),(0.02445342,0.001410988,-0.01035901),(0.02472678,0.001364011,-0.01066571),(0.02500046,0.001319944,-0.0109724),(0.02533406,0.001294936,-0.01068545),(0.02412051,0.001468319,-0.0106582),(0.02439437,0.001407127,-0.01096106),(0.02379229,0.001535679,-0.01096367),(0.02406553,0.0014577,-0.01126205),(0.02433923,0.001384559,-0.01156081),(0.02466859,0.001349728,-0.01126408),(0.0249435,0.001299913,-0.01156746),(0.02527482,0.001281702,-0.01127906),(0.02461383,0.001321093,-0.01186032),(0.02488979,0.001272141,-0.01216097),(0.02521946,0.001261475,-0.01187135),(0.02555016,0.001252195,-0.01158567),(0.02560703,0.001266348,-0.01099504),(0.02588121,0.001244303,-0.01130398),(0.02346959,0.001613737,-0.0112763),(0.02374107,0.001516191,-0.01156927),(0.02315247,0.001699263,-0.01159598),(0.02342109,0.001580216,-0.01188259),(0.0236906,0.001468585,-0.01217014),(0.02401318,0.001424708,-0.01186288),(0.02284095,0.001789024,-0.01192257),(0.02310568,0.001647392,-0.01220184),(0.02253506,0.00187979,-0.01225597),(0.02279493,0.001715334,-0.0125269),(0.02305642,0.001561149,-0.01279957),(0.02337163,0.001514596,-0.01248242),(0.02364002,0.00139947,-0.01276562),(0.02396189,0.001371783,-0.01245957),(0.02332114,0.001427504,-0.01307571),(0.02359071,0.00132467,-0.01335705),(0.02391207,0.001310851,-0.01305273),(0.02423586,0.001297226,-0.01275183),(0.02428656,0.001345354,-0.01215775),(0.02456185,0.00128419,-0.01245452),(0.02223484,0.001968327,-0.01259606),(0.02248894,0.001781658,-0.01285761),(0.02194141,0.002055377,-0.01294342),(0.02218849,0.001846906,-0.01319444),(0.0224382,0.001651463,-0.01344827),(0.02274511,0.001606652,-0.0131214),(0.02165589,0.002141682,-0.01329866),(0.02189439,0.001911622,-0.01353785),(0.02137939,0.002227984,-0.01366237),(0.02160741,0.001976348,-0.01388831),(0.02183949,0.001740439,-0.01411843),(0.02213616,0.00169594,-0.0137805),(0.02269315,0.001482078,-0.0137077),(0.02238449,0.001509016,-0.01403005),(0.02207967,0.001535985,-0.01435691),(0.02264266,0.001365228,-0.01428996),(0.02233201,0.001378712,-0.01460792),(0.022956,0.001351779,-0.01397557),(0.02300544,0.001454974,-0.01338966),(0.02327202,0.001338286,-0.01366463),(0.02111305,0.002315023,-0.01403515),(0.02132837,0.002041627,-0.01424629),(0.02085429,0.002399969,-0.01441493),(0.02105535,0.002105337,-0.01461022),(0.02154866,0.001785318,-0.01446241),(0.02126242,0.001829119,-0.01481134),(0.02060053,0.002479995,-0.01479963),(0.02078646,0.002165356,-0.01497853),(0.02034922,0.00255227,-0.0151872),(0.02051979,0.002219562,-0.01534967),(0.02069853,0.001907649,-0.01551975),(0.02097946,0.001870382,-0.01516415),(0.02148147,0.00158973,-0.01502416),(0.02118662,0.001614738,-0.01536322),(0.02089363,0.001637324,-0.01570502),(0.021415,0.001418089,-0.01558245),(0.02111325,0.001429382,-0.01591307),(0.0217185,0.001405585,-0.0152545),(0.02177891,0.001563185,-0.0146885),(0.02202406,0.001392312,-0.01492955),(0.02009777,0.002613965,-0.01557555),(0.02025344,0.002265834,-0.01572208),(0.01984408,0.002665298,-0.01596278),(0.01998595,0.002304333,-0.01609437),(0.02013807,0.001965929,-0.01623517),(0.02041836,0.001939461,-0.01587704),(0.01958607,0.002706486,-0.01634696),(0.01971586,0.002335225,-0.01646518),(0.01932161,0.002737749,-0.01672617),(0.01944171,0.002358672,-0.01683313),(0.01957372,0.002003287,-0.01695048),(0.01985681,0.001987167,-0.01659328),(0.02031071,0.001672645,-0.01639439),(0.02002008,0.001685517,-0.01674111),(0.01972958,0.001695287,-0.01708862),(0.02021685,0.001453478,-0.01691856),(0.01992119,0.001458363,-0.01725793),(0.02051411,0.001447043,-0.01658122),(0.02060177,0.001656604,-0.01604888),(0.02081293,0.001439022,-0.01624603),(0.01904863,0.002759304,-0.01709851),(0.01916204,0.002374838,-0.01719684),(0.01876585,0.002770928,-0.01746288),(0.01887594,0.002383556,-0.01755545),(0.01899888,0.002020394,-0.01765893),(0.01928795,0.002014401,-0.01730592),(0.01847204,0.002772397,-0.01781818),(0.01858247,0.002384658,-0.01790807),(0.01816592,0.00276349,-0.01816335),(0.01828071,0.002377977,-0.01825383),(0.01840835,0.002016559,-0.01835496),(0.01870589,0.002021153,-0.01800883),(0.01885526,0.001706114,-0.01813135),(0.01914752,0.001705655,-0.01778422),(0.01856172,0.001703331,-0.01847741),(0.01875365,0.001462385,-0.01863181),(0.01904359,0.001463777,-0.01828651),(0.01933471,0.001463547,-0.01794223),(0.01943884,0.001702023,-0.01743648),(0.0196272,0.001461731,-0.01759927),(0.01784626,0.002743983,-0.01849728),(0.01796973,0.002363347,-0.01859186),(0.01751582,0.002713369,-0.01882221),(0.01765166,0.002340387,-0.01892385),(0.01779933,0.001990717,-0.01903509),(0.01810567,0.002006501,-0.01869666),(0.0171774,0.002671145,-0.01914039),(0.01732861,0.002308719,-0.01925148),(0.01683377,0.002616804,-0.01945404),(0.01700268,0.002267963,-0.01957646),(0.01718164,0.00194094,-0.01970683),(0.01749082,0.00196895,-0.01937142),(0.01767504,0.001674498,-0.01950903),(0.01797065,0.001687674,-0.01916554),(0.01738067,0.001657554,-0.0198531),(0.01760982,0.001439622,-0.02002323),(0.01789228,0.001448019,-0.01967317),(0.01817744,0.00145457,-0.0193248),(0.01826652,0.001697234,-0.0188219),(0.01846475,0.001459337,-0.01897779),(0.01648773,0.00254984,-0.01976541),(0.01667601,0.00221774,-0.01990047),(0.01614234,0.002472545,-0.02007719),(0.01635086,0.002159769,-0.02022542),(0.01656724,0.001866589,-0.02037958),(0.01687327,0.001906428,-0.02004249),(0.0158007,0.002387211,-0.02039207),(0.0160295,0.002095768,-0.02055321),(0.0154659,0.002296128,-0.02071277),(0.01571421,0.002027456,-0.02088576),(0.01596818,0.001775645,-0.02106274),(0.01626504,0.001822603,-0.02071927),(0.01651404,0.001585993,-0.0208952),(0.01679933,0.001612604,-0.02054563),(0.01623345,0.001557555,-0.02124771),(0.01651569,0.001390047,-0.02144468),(0.01678324,0.001404216,-0.02108593),(0.01705499,0.00141741,-0.0207295),(0.01708849,0.00163669,-0.02019845),(0.01733062,0.001429315,-0.02037531),(0.01514101,0.002201588,-0.02104196),(0.01540726,0.001956551,-0.02122497),(0.01482657,0.002105994,-0.02137978),(0.01510908,0.001884855,-0.021571),(0.01539536,0.001677586,-0.02176472),(0.01567817,0.001726891,-0.02141116),(0.01452309,0.002011747,-0.02172638),(0.0148201,0.00181417,-0.02192401),(0.0142311,0.00192125,-0.02208188),(0.01454075,0.001746297,-0.02228417),(0.01485269,0.001582295,-0.02248798),(0.01512008,0.001628973,-0.0221236),(0.01542602,0.001468536,-0.02232707),(0.01568917,0.001498057,-0.02196345),(0.01516922,0.001440193,-0.02269481),(0.01549262,0.001330941,-0.02290619),(0.01574088,0.001345238,-0.02253638),(0.01599428,0.001360136,-0.02216968),(0.01595841,0.001527986,-0.02160373),(0.01625263,0.001375213,-0.02180585),(0.01395112,0.001836904,-0.02244643),(0.01427147,0.001683038,-0.02265164),(0.01368177,0.001758735,-0.02281882),(0.0140111,0.001624424,-0.02302549),(0.01459353,0.001538795,-0.02285805),(0.01434169,0.001498507,-0.02323315),(0.01342165,0.001686767,-0.02319786),(0.01375852,0.001570484,-0.02340481),(0.01316938,0.001621025,-0.02358233),(0.01351257,0.00152125,-0.02378869),(0.01409628,0.001461466,-0.02361261),(0.01385638,0.001427704,-0.02399578),(0.01467481,0.001389382,-0.02344279),(0.01443581,0.001366978,-0.0238221),(0.01420139,0.001346618,-0.02420434),(0.01477802,0.001294285,-0.02403412),(0.01454821,0.00128422,-0.02441509),(0.01501169,0.001305442,-0.02365541),(0.01491904,0.001413798,-0.02306687),(0.01524972,0.001317669,-0.02327931),(0.01292356,0.001561533,-0.02397104),(0.01327212,0.001476752,-0.02417621),(0.01268411,0.001510311,-0.02436396),(0.01303723,0.001438471,-0.02456733),(0.01362108,0.001397257,-0.024382),(0.01339058,0.001371102,-0.02477123),(0.01245097,0.001469381,-0.02476105),(0.01280795,0.001407889,-0.02496203),(0.01222405,0.001440763,-0.0251623),(0.01258434,0.001386487,-0.02536027),(0.01316506,0.00135022,-0.02516348),(0.01294469,0.001335588,-0.0255587),(0.01374442,0.001312676,-0.02497622),(0.01352244,0.001300196,-0.02536588),(0.01330516,0.001291442,-0.02575804),(0.01388021,0.00126164,-0.02556972),(0.01366581,0.001257426,-0.02595874),(0.01409897,0.001267665,-0.02518282),(0.01397083,0.001328334,-0.02458904),(0.01432175,0.001275269,-0.02479797),(0.01200328,0.001426478,-0.02556767),(0.01236647,0.001375747,-0.02576204),(0.01178818,0.001421935,-0.02597653),(0.01215395,0.001372256,-0.02616689),(0.01272966,0.001328187,-0.02595689),(0.0125197,0.001325713,-0.02635777),(0.0115783,0.001422541,-0.02638826),(0.01194642,0.001372597,-0.02657438),(0.01137316,0.001423706,-0.02680222),(0.0117435,0.001373358,-0.02698407),(0.0123145,0.001325864,-0.02676107),(0.01211379,0.001326336,-0.0271665),(0.01288537,0.001285444,-0.0265497),(0.01268246,0.001285552,-0.02694888),(0.01248397,0.001285966,-0.02735009),(0.01305027,0.001254872,-0.0271384),(0.01285399,0.001255571,-0.0275354),(0.01325094,0.001254586,-0.0267432),(0.01309287,0.001286966,-0.0261527),(0.01345608,0.001255256,-0.02634994),(0.01117231,0.001420836,-0.02721779),(0.01154482,0.001371125,-0.02739553),(0.01097606,0.001414059,-0.02763513),(0.01135072,0.001366025,-0.02780887),(0.0119173,0.001324828,-0.0275738),(0.01172537,0.001321465,-0.02798305),(0.01078476,0.001403499,-0.02805443),(0.01116156,0.001358189,-0.0282242),(0.01059871,0.001389283,-0.02847583),(0.01097768,0.001347744,-0.02864164),(0.01153838,0.001316373,-0.02839432),(0.01135669,0.00130968,-0.02880769),(0.0121,0.001283851,-0.02815813),(0.01191525,0.001281548,-0.02856513),(0.01173579,0.001278565,-0.02897421),(0.01229217,0.001257209,-0.02873698),(0.01211501,0.001257876,-0.02914146),(0.01247461,0.001256657,-0.02833456),(0.0122897,0.001285361,-0.02775314),(0.012662,0.001256139,-0.02793408),(0.01041826,0.001371537,-0.02889952),(0.01079944,0.00133482,-0.02906132),(0.01024376,0.001351349,-0.02932554),(0.01062715,0.00132062,-0.02948316),(0.01118066,0.00130151,-0.02922326),(0.01101059,0.00129322,-0.02964083),(0.01007555,0.001329809,-0.02975391),(0.01046116,0.001306347,-0.02990709),(0.009914,0.001308007,-0.03018469),(0.01030177,0.001293205,-0.03033305),(0.01084676,0.001286163,-0.03006024),(0.01068948,0.001281694,-0.03048132),(0.01139409,0.001272478,-0.02979862),(0.01123237,0.001272535,-0.03021335),(0.01107707,0.001276766,-0.03062939),(0.01161797,0.00126874,-0.03036638),(0.01146447,0.001281712,-0.03077715),(0.0117777,0.001261723,-0.02995657),(0.01156198,0.001275015,-0.02938548),(0.01194345,0.001258742,-0.02954812),(0.009759458,0.001287032,-0.0306179),(0.01014933,0.001282396,-0.03076098),(0.0096121,0.001267823,-0.03105322),(0.01000394,0.001274375,-0.03119053),(0.01053904,0.001281168,-0.03090389),(0.01039548,0.001284583,-0.03132758),(0.009472105,0.001251321,-0.03149032),(0.009865739,0.001269595,-0.03162136),(0.009339646,0.001238466,-0.03192887),(0.009734839,0.00126851,-0.03205311),(0.01025885,0.00129194,-0.03175203),(0.01012917,0.001303238,-0.03217687),(0.01078642,0.001302103,-0.03146411),(0.0106509,0.001322428,-0.03188197),(0.01052179,0.001347336,-0.03229964),(0.01104136,0.001365128,-0.03201083),(0.01091182,0.001405487,-0.03242095),(0.01117645,0.00133059,-0.03159984),(0.01092845,0.001286752,-0.03104644),(0.01131739,0.001302557,-0.03118846),(0.009214901,0.001230196,-0.03236856),(0.009611363,0.001271572,-0.03248546),(0.009098037,0.001225453,-0.03280899),(0.009495221,0.001278381,-0.03291817),(0.0100065,0.001318475,-0.03260173),(0.009890468,0.001337833,-0.03302647),(0.008989217,0.001223177,-0.03324984),(0.009386325,0.001288538,-0.03335102),(0.008888606,0.001222309,-0.03369072),(0.009284589,0.001301642,-0.03378378),(0.009780697,0.001361491,-0.03345099),(0.009676821,0.001389632,-0.03387513),(0.01028184,0.001410332,-0.03313304),(0.01016959,0.00144963,-0.03354852),(0.01006154,0.001494934,-0.03396304),(0.01055027,0.001560547,-0.0336424),(0.010435,0.001626206,-0.03404582),(0.01066741,0.001502403,-0.03323697),(0.01039901,0.001376435,-0.0327167),(0.01078755,0.001450981,-0.03282974),(0.00879637,0.001221787,-0.0341313),(0.009189923,0.001317293,-0.03421623),(0.008713365,0.001221527,-0.03457178),(0.009102172,0.001336019,-0.03464822),(0.009578466,0.001422435,-0.03429876),(0.00948454,0.001460886,-0.03472137),(0.008640445,0.00122144,-0.03501238),(0.009021177,0.001358347,-0.03507958),(0.008578471,0.00122144,-0.03545332),(0.008946781,0.001384805,-0.03551019),(0.009393942,0.001505973,-0.03514245),(0.009305572,0.001558681,-0.03556149),(0.009750776,0.001675038,-0.03519664),(0.009854034,0.001606506,-0.03478795),(0.009645319,0.001753576,-0.03560166),(0.009956503,0.001980003,-0.03562511),(0.01008371,0.00187626,-0.03523779),(0.01020421,0.001783253,-0.03484469),(0.009956989,0.001546849,-0.03437647),(0.01032048,0.001700171,-0.03444697),(0.008528295,0.00122144,-0.03589481),(0.008878831,0.001415922,-0.03593987),(0.008485632,0.001226783,-0.03633576),(0.008812463,0.001454968,-0.0363666),(0.009126967,0.001691209,-0.03638906),(0.00921833,0.001619996,-0.03597797),(0.008446192,0.001242812,-0.03677505),(0.008742815,0.001505214,-0.03678831),(0.008405688,0.001274871,-0.0372116),(0.008665028,0.001569933,-0.03720296),(0.008910841,0.001868491,-0.03718364),(0.009026223,0.00177361,-0.03679189),(0.009283198,0.002053995,-0.03677616),(0.00941682,0.001943563,-0.03639478),(0.00912961,0.002174042,-0.03714296),(0.009307808,0.002490084,-0.03707022),(0.009500526,0.002352362,-0.03673145),(0.009669692,0.002220087,-0.03637538),(0.009535762,0.001843254,-0.03600216),(0.009820091,0.002095289,-0.03600545),(0.008359833,0.001328302,-0.03764428),(0.008574235,0.001652394,-0.03760852),(0.008296262,0.001401892,-0.03806593),(0.008461382,0.001749175,-0.03799894),(0.008614487,0.002094224,-0.03792045),(0.008775569,0.001977141,-0.03756145),(0.008202619,0.001494427,-0.03846935),(0.008317407,0.00185685,-0.03836821),(0.008066539,0.001604692,-0.03884736),(0.008133251,0.001971997,-0.03871028),(0.00819122,0.002332343,-0.03856244),(0.008421676,0.002214403,-0.03825574),(0.00850491,0.002562217,-0.03812062),(0.008743566,0.002434806,-0.03781894),(0.008231702,0.002678776,-0.03839308),(0.008245953,0.003004337,-0.03819144),(0.008556593,0.002895419,-0.03795152),(0.008836606,0.002768687,-0.03768292),(0.008950767,0.002303197,-0.0374918),(0.009086756,0.002631217,-0.03738827),(0.007875663,0.001731474,-0.03919278),(0.007899856,0.002091189,-0.03901913),(0.007635118,0.001862399,-0.03950387),(0.00762296,0.002204959,-0.03929428),(0.007605833,0.002538786,-0.03907607),(0.007917199,0.002442707,-0.03883567),(0.007350026,0.001985093,-0.0397789),(0.007308299,0.002303836,-0.03953524),(0.007025516,0.002087181,-0.04001614),(0.006961609,0.002378352,-0.03974152),(0.006895949,0.00266126,-0.03946086),(0.007263342,0.002613873,-0.03928426),(0.007211931,0.002906499,-0.03901861),(0.007578767,0.002855151,-0.03884058),(0.006826778,0.002927644,-0.03916815),(0.006752345,0.003169241,-0.03885735),(0.007150834,0.003173008,-0.038731),(0.00753679,0.00314532,-0.03857921),(0.007920838,0.002777833,-0.03863257),(0.007903924,0.003088367,-0.03840001),(0.006666711,0.002156291,-0.04021386),(0.006588629,0.002419036,-0.03991263),(0.006281099,0.002194131,-0.04037625),(0.006195535,0.002428305,-0.04005237),(0.006110024,0.002655847,-0.03972464),(0.00650987,0.002674237,-0.03960653),(0.005876165,0.002202415,-0.04050752),(0.005788503,0.002408573,-0.04016452),(0.005459394,0.002182852,-0.04061187),(0.005373707,0.002362256,-0.04025287),(0.005288701,0.00253712,-0.03989168),(0.00570133,0.002609127,-0.03981856),(0.005615136,0.002798475,-0.03946669),(0.00602462,0.002870126,-0.03938922),(0.005205061,0.002702901,-0.03952608),(0.005123469,0.00285506,-0.03915388),(0.005530409,0.002971011,-0.03910593),(0.005939374,0.003064511,-0.03904224),(0.006429755,0.002914351,-0.03929069),(0.006347605,0.003131832,-0.03896024),(0.005038275,0.002137155,-0.0406935),(0.004957323,0.002291771,-0.04032122),(0.00461475,0.002070763,-0.04075623),(0.004540383,0.002202482,-0.04037309),(0.004877056,0.002442864,-0.03994737),(0.004466555,0.002331671,-0.0399889),(0.004190767,0.001989118,-0.04080385),(0.004123916,0.002099758,-0.040412),(0.003768269,0.001897659,-0.04084019),(0.003708952,0.001988966,-0.04044149),(0.004057357,0.002208854,-0.04001953),(0.003649622,0.002079725,-0.04004251),(0.004393805,0.002455799,-0.0396026),(0.003991381,0.002314859,-0.03962579),(0.003590267,0.002169386,-0.03964296),(0.003926281,0.002416229,-0.03923016),(0.003530874,0.002257401,-0.03924257),(0.004322671,0.002572336,-0.03921315),(0.004798157,0.002586911,-0.03957038),(0.004721312,0.002720391,-0.03918867),(0.003349204,0.001801827,-0.04086905),(0.003296523,0.001875472,-0.04046509),(0.002932709,0.001705822,-0.04089294),(0.002885661,0.00176369,-0.04048505),(0.003243512,0.001949595,-0.04006112),(0.002837993,0.001822997,-0.04007738),(0.002517922,0.001613839,-0.04091434),(0.002475404,0.001658032,-0.04050364),(0.002103981,0.001530077,-0.04093574),(0.002064784,0.001562911,-0.0405231),(0.002432032,0.001704463,-0.04009331),(0.002024599,0.001598524,-0.04011091),(0.00278908,0.001885182,-0.03967016),(0.002386953,0.001755368,-0.03968373),(0.001982436,0.001639693,-0.03969964),(0.002339314,0.001812986,-0.03927529),(0.001937308,0.001689195,-0.03928975),(0.002738302,0.001951682,-0.03926362),(0.003189843,0.002024674,-0.03965717),(0.003135186,0.002101187,-0.03925322),(0.001690024,0.001458734,-0.04095965),(0.001652837,0.001482742,-0.0405457),(0.001276279,0.001405142,-0.04098565),(0.001240052,0.001421347,-0.04057101),(0.00161466,0.001509714,-0.04013222),(0.001202923,0.001440533,-0.04015678),(0.0008629693,0.001374636,-0.04101334),(0.0008269169,0.00138255,-0.04059858),(0.0004503234,0.001372547,-0.04104231),(0.0004139222,0.001370176,-0.04062797),(0.0007900986,0.001393482,-0.04018414),(0.0003768943,0.001371062,-0.04021385),(0.001163992,0.001465683,-0.03974338),(0.0007517483,0.001410449,-0.03977036),(0.0003386127,0.001378462,-0.03980017),(0.0007110999,0.001436469,-0.03935757),(0.0002984508,0.001395633,-0.03938718),(0.001122356,0.00149978,-0.03933124),(0.001574502,0.001542614,-0.03971966),(0.001531374,0.001584408,-0.03930851),(3.856686e-5,0.001404208,-0.04107217),(1.556412e-6,0.001388048,-0.04065875),(-0.0003720592,0.001449854,-0.04110381),(-0.0004099883,0.001420238,-0.04069142),(-3.598117e-5,0.001375773,-0.04024546),(-0.0004483463,0.001395359,-0.04027909),(-0.0007813137,0.001489718,-0.04113814),(-0.0008205196,0.001450821,-0.04072647),(-0.001188956,0.001504034,-0.04117607),(-0.001229845,0.001463868,-0.0407644),(-0.0008600197,0.001417559,-0.0403149),(-0.00127082,0.001430117,-0.04035299),(-0.0004875621,0.001379949,-0.0398669),(-0.0009001078,0.001395568,-0.03990351),(-0.001311963,0.001409201,-0.03994211),(-0.0009410781,0.001390485,-0.03949242),(-0.00135336,0.001407533,-0.03953201),(-0.0005280644,0.001378748,-0.03945489),(-7.457297e-5,0.001371271,-0.0398324),(-0.0001147461,0.001378428,-0.03941971),(-0.001594744,0.001473036,-0.04121852),(-0.001637773,0.001443452,-0.04080572),(-0.001999937,0.001416672,-0.04126357),(-0.002044352,0.001407215,-0.04084983),(-0.002088171,0.001404834,-0.04043709),(-0.001680565,0.001420776,-0.04039353),(-0.002405795,0.001354891,-0.04130936),(-0.002449627,0.001372799,-0.04089614),(-0.002813576,0.001307643,-0.04135398),(-0.002853648,0.001357848,-0.04094408),(-0.002892625,0.001414347,-0.04053576),(-0.002492553,0.001397591,-0.0404843),(-0.002533666,0.001436149,-0.04007521),(-0.002130803,0.001416606,-0.04002638),(-0.002929412,0.001483434,-0.04013061),(-0.002962915,0.001571404,-0.03973021),(-0.002572063,0.001495358,-0.03967025),(-0.002171653,0.001449606,-0.0396187),(-0.001722882,0.001411918,-0.03998254),(-0.001764485,0.001423786,-0.03957336),(-0.00322454,0.001294876,-0.04139553),(-0.003256462,0.001380002,-0.04099305),(-0.00362533,0.00132565,-0.04144212),(-0.003648025,0.00144432,-0.04104881),(-0.003669796,0.001566939,-0.04065678),(-0.003287302,0.001470401,-0.04059208),(-0.004002591,0.001409025,-0.04150182),(-0.004018292,0.001555859,-0.04111716),(-0.004342965,0.00155406,-0.04158272),(-0.004357221,0.001719675,-0.04120384),(-0.004371073,0.001886207,-0.04082533),(-0.004033315,0.001705146,-0.04073336),(-0.004046979,0.001859341,-0.04035126),(-0.003689717,0.001697457,-0.04026724),(-0.004384117,0.002054572,-0.04044757),(-0.004058607,0.002020897,-0.03997172),(-0.004395951,0.002225687,-0.04007094),(-0.003706867,0.001839822,-0.03988149),(-0.003315978,0.001571345,-0.04019416),(-0.003341409,0.001688108,-0.0398008),(-0.004633098,0.001769815,-0.04169292),(-0.004654765,0.001940827,-0.04131463),(-0.004897453,0.002021829,-0.0418204),(-0.004931775,0.002186592,-0.04143886),(-0.004676277,0.002111307,-0.04093622),(-0.004966137,0.002349605,-0.04105677),(-0.005160493,0.002275642,-0.04195316),(-0.005209102,0.002424249,-0.04156588),(-0.005446684,0.002496792,-0.0420792),(-0.005507594,0.002621075,-0.041685),(-0.005568656,0.002742429,-0.04128979),(-0.005257861,0.002570259,-0.0411777),(-0.005306922,0.002711077,-0.0407878),(-0.005000579,0.002509116,-0.04067358),(-0.005630021,0.002857928,-0.04089254),(-0.00569184,0.002964642,-0.04049226),(-0.005356437,0.002844105,-0.04039529),(-0.005035139,0.002663376,-0.04028874),(-0.00469748,0.002280722,-0.04055759),(-0.004718219,0.002448542,-0.04017862),(-0.005780489,0.002650819,-0.04218648),(-0.005848104,0.002744349,-0.04178556),(-0.006141222,0.002771249,-0.04227632),(-0.006210009,0.002832667,-0.04186927),(-0.006278617,0.002892178,-0.04146152),(-0.00591573,0.002835275,-0.04138373),(-0.006508198,0.002891609,-0.04234999),(-0.006572695,0.002924623,-0.04193778),(-0.006860734,0.003045425,-0.04240879),(-0.006915542,0.003058814,-0.04199278),(-0.006636844,0.002956518,-0.04152513),(-0.006969946,0.003071679,-0.04157649),(-0.00634686,0.002947876,-0.04105241),(-0.006700296,0.002986177,-0.04111158),(-0.007023542,0.003083495,-0.04115963),(-0.006762706,0.003012479,-0.04069672),(-0.007075926,0.003093741,-0.04074191),(-0.00641456,0.002997857,-0.04064122),(-0.005983384,0.002920994,-0.04098007),(-0.006051077,0.002998902,-0.04057365),(-0.007178144,0.003266222,-0.04245398),(-0.007217932,0.003273833,-0.04203596),(-0.007466101,0.003494787,-0.04248509),(-0.00748963,0.003507127,-0.0420667),(-0.007513144,0.003518909,-0.04164783),(-0.007257454,0.003281039,-0.04161761),(-0.007730281,0.003671905,-0.04250162),(-0.007740404,0.00369614,-0.04208438),(-0.007976359,0.003738362,-0.04250307),(-0.007980019,0.003778319,-0.04208839),(-0.007750794,0.003719597,-0.0416665),(-0.007984181,0.003817412,-0.041673),(-0.007761717,0.003741497,-0.04124734),(-0.007536627,0.003529575,-0.04122797),(-0.007989338,0.003854781,-0.04125621),(-0.00777344,0.00376106,-0.04082624),(-0.007995988,0.003889562,-0.04083729),(-0.007560065,0.003538566,-0.04080667),(-0.007296443,0.003287435,-0.04119859),(-0.007334637,0.003292615,-0.04077856),(-0.008210005,0.003634945,-0.04248894),(-0.008218243,0.003691105,-0.0420781),(-0.008419841,0.003402937,-0.0424559),(-0.008441097,0.003474436,-0.04204987),(-0.00822708,0.003746661,-0.04166668),(-0.008462957,0.003545831,-0.04164349),(-0.008594478,0.003083624,-0.04240061),(-0.008634603,0.003168245,-0.04200002),(-0.008722535,0.002718291,-0.04231972),(-0.008784779,0.002812464,-0.0419249),(-0.008675277,0.003253407,-0.04159937),(-0.008847504,0.002907874,-0.04153026),(-0.008486025,0.003617017,-0.04123645),(-0.008717055,0.003339653,-0.0411986),(-0.008911191,0.003005754,-0.04113596),(-0.008760496,0.003427524,-0.04079766),(-0.008976317,0.003107342,-0.04074216),(-0.008510908,0.00368789,-0.0408284),(-0.008237112,0.003801007,-0.04125411),(-0.00824894,0.003853538,-0.04083981),(-0.008792627,0.002348222,-0.04220987),(-0.008877652,0.00244703,-0.04182085),(-0.008844941,0.001998174,-0.0420961),(-0.008951697,0.002098505,-0.04171268),(-0.008963102,0.002547717,-0.04143209),(-0.009058761,0.002201401,-0.04132962),(-0.008919667,0.001692906,-0.04200338),(-0.009045397,0.00179345,-0.04162521),(-0.009056994,0.001457173,-0.04195675),(-0.009197228,0.00155843,-0.04158327),(-0.009171169,0.001897388,-0.04124758),(-0.009337012,0.00166414,-0.04121069),(-0.009166436,0.002309432,-0.04094728),(-0.009297021,0.002008112,-0.04087101),(-0.009475891,0.001778755,-0.0408399),(-0.009422994,0.002129016,-0.04049603),(-0.009613418,0.001906728,-0.04047179),(-0.009275028,0.002425163,-0.04056604),(-0.009049404,0.002652163,-0.04104389),(-0.009136982,0.002762247,-0.04065653),(-0.009297109,0.001315733,-0.0419812),(-0.009445667,0.001420008,-0.04161169),(-0.009609775,0.001252346,-0.04206469),(-0.009759981,0.001363281,-0.04169899),(-0.009592976,0.001530121,-0.04124371),(-0.009907986,0.001481449,-0.04133565),(-0.009964748,0.001250773,-0.04219517),(-0.01010943,0.001373347,-0.04183374),(-0.01033179,0.001294773,-0.0423606),(-0.01046328,0.001435305,-0.04200449),(-0.01059082,0.001584618,-0.04165221),(-0.01025096,0.001504242,-0.04147547),(-0.01005158,0.001614088,-0.04097702),(-0.01038617,0.00165178,-0.04112354),(-0.01071044,0.001751492,-0.04130757),(-0.0108182,0.001944707,-0.0409744),(-0.01051192,0.001824282,-0.0407811),(-0.01018857,0.00176843,-0.04062548),(-0.009737784,0.001651913,-0.04087886),(-0.009878839,0.001791222,-0.04051866),(-0.01068066,0.001368106,-0.04254893),(-0.0107908,0.001534253,-0.0421998),(-0.01100218,0.00147691,-0.04275491),(-0.01108863,0.001671317,-0.04241327),(-0.01117045,0.001872808,-0.04207585),(-0.01089648,0.001708695,-0.04185485),(-0.01128717,0.001627326,-0.0429733),(-0.01135343,0.001847622,-0.04263853),(-0.01152644,0.00182549,-0.04319884),(-0.01158186,0.002064294,-0.04286919),(-0.01163328,0.002306489,-0.04254276),(-0.01141521,0.002073294,-0.04230766),(-0.01146805,0.00230972,-0.0419846),(-0.01124302,0.002088469,-0.04174685),(-0.01167672,0.002555467,-0.04222276),(-0.01170817,0.002814618,-0.04191238),(-0.01150746,0.002562273,-0.04167324),(-0.01130173,0.002325385,-0.04143051),(-0.01099327,0.001899724,-0.04151826),(-0.01107672,0.002115636,-0.04119421),(-0.01171081,0.002077543,-0.04342628),(-0.01177056,0.002322459,-0.04309888),(-0.01187369,0.002355658,-0.04364586),(-0.01194685,0.002593811,-0.04331725),(-0.01182714,0.002568728,-0.04277359),(-0.01201771,0.002831462,-0.04298953),(-0.01204847,0.00263201,-0.04384777),(-0.01213803,0.002850045,-0.04351399),(-0.01226856,0.002878771,-0.04402224),(-0.01237138,0.003062855,-0.04367875),(-0.01222587,0.003066145,-0.04317993),(-0.01247253,0.003244229,-0.04333415),(-0.01208394,0.003068111,-0.04266356),(-0.01231029,0.003278377,-0.04284531),(-0.01257036,0.003420185,-0.04298737),(-0.01266319,0.003588012,-0.04263732),(-0.01238959,0.003484805,-0.04250987),(-0.01214323,0.003303256,-0.04234021),(-0.01187738,0.002817702,-0.04245255),(-0.01191809,0.003070736,-0.04213788),(-0.01256736,0.003068117,-0.04415949),(-0.01267422,0.003203936,-0.0438012),(-0.01289518,0.003182285,-0.04426562),(-0.0129987,0.003263717,-0.04389004),(-0.0127786,0.003337166,-0.04344157),(-0.0130985,0.003343237,-0.0435133),(-0.0132023,0.003203515,-0.04434676),(-0.01329695,0.003232627,-0.04395397),(-0.01343904,0.003114044,-0.04440902),(-0.01352113,0.003101097,-0.0440017),(-0.01338666,0.003260725,-0.04356044),(-0.01359749,0.003087909,-0.04359411),(-0.01319088,0.003418935,-0.04313426),(-0.01346649,0.00328679,-0.04316543),(-0.01366242,0.003074241,-0.04318599),(-0.0135315,0.003309808,-0.04276821),(-0.01371018,0.003059851,-0.04277708),(-0.01327212,0.003488898,-0.04275177),(-0.01287803,0.003465218,-0.0430793),(-0.01297002,0.003585504,-0.04271303),(-0.01355569,0.00289611,-0.0444585),(-0.01362338,0.002859554,-0.0440419),(-0.01360863,0.002598568,-0.04449734),(-0.01366216,0.002552655,-0.04407553),(-0.01368544,0.002823074,-0.0436254),(-0.01371071,0.002506852,-0.04365408),(-0.01365424,0.002270271,-0.04452764),(-0.01369593,0.002225056,-0.04410352),(-0.01374889,0.001960074,-0.04455155),(-0.01378316,0.001921414,-0.0441268),(-0.01373355,0.00217988,-0.04367987),(-0.01381417,0.001882793,-0.04370252),(-0.01374933,0.002461269,-0.04323332),(-0.013763,0.002134781,-0.04325717),(-0.01383863,0.001844249,-0.04327917),(-0.01378022,0.002089798,-0.04283587),(-0.01385329,0.001805822,-0.04285722),(-0.01377303,0.002416015,-0.04281361),(-0.01373625,0.002786745,-0.0432091),(-0.01377018,0.002750643,-0.04279311),(-0.01394896,0.001716831,-0.04457116),(-0.01398231,0.001686384,-0.04414632),(-0.01421907,0.001550211,-0.04459069),(-0.01425537,0.001529355,-0.04416617),(-0.0140128,0.001656225,-0.0437218),(-0.01428892,0.001509174,-0.04374174),(-0.01452387,0.001469884,-0.04461435),(-0.01456434,0.001459713,-0.04419044),(-0.01482798,0.001485518,-0.04464633),(-0.01487122,0.001486847,-0.04422324),(-0.01491156,0.001489608,-0.04379996),(-0.01460201,0.001450636,-0.04376644),(-0.01463411,0.001443746,-0.04334225),(-0.01431699,0.001490344,-0.04331753),(-0.01494609,0.001495235,-0.04337628),(-0.01497193,0.001505162,-0.042952),(-0.01465782,0.001440136,-0.04291776),(-0.01433684,0.001473539,-0.0428936),(-0.01403757,0.001626641,-0.04329789),(-0.01405375,0.001597918,-0.04287493),(-0.01509602,0.001606784,-0.04469085),(-0.015138,0.001620143,-0.04426866),(-0.01534053,0.001808951,-0.04474514),(-0.01537853,0.001834062,-0.04432399),(-0.01541361,0.001860769,-0.04390291),(-0.01517702,0.001635086,-0.04384635),(-0.01557402,0.002067289,-0.04480647),(-0.01560667,0.002103064,-0.04438655),(-0.01580903,0.002357068,-0.04487211),(-0.01583627,0.002401612,-0.04445361),(-0.01586095,0.002447537,-0.04403552),(-0.01563652,0.002140353,-0.04396688),(-0.01566077,0.002180668,-0.0435477),(-0.01544285,0.001890668,-0.04348192),(-0.01588049,0.002496226,-0.04361825),(-0.01589234,0.002549062,-0.04320222),(-0.01567661,0.00222552,-0.04312929),(-0.01546331,0.001925355,-0.04306107),(-0.01521015,0.0016532,-0.04342381),(-0.01523442,0.001676069,-0.04300087),(-0.01605808,0.002653559,-0.04493929),(-0.01608118,0.002704164,-0.04452248),(-0.01632253,0.002949628,-0.04500616),(-0.01634267,0.003004098,-0.04459104),(-0.01636109,0.003059574,-0.04417634),(-0.01610209,0.002756018,-0.04410611),(-0.01660376,0.003238144,-0.04507089),(-0.01662199,0.003294792,-0.04465722),(-0.01690315,0.003511973,-0.04513161),(-0.01692042,0.003569625,-0.04471888),(-0.0169372,0.003627022,-0.04430645),(-0.01663908,0.003351982,-0.04424389),(-0.01665387,0.003410257,-0.04383125),(-0.01637607,0.003117065,-0.04376247),(-0.016953,0.003683906,-0.04389456),(-0.01696733,0.003740023,-0.04348351),(-0.01666524,0.003470157,-0.04341964),(-0.01638589,0.003177576,-0.04334984),(-0.0161186,0.002810374,-0.04369065),(-0.01612851,0.002868479,-0.04327655),(-0.01722205,0.003763983,-0.04518647),(-0.01723921,0.003821974,-0.04477396),(-0.01755894,0.003991721,-0.04523671),(-0.01757665,0.004049139,-0.04482393),(-0.01759527,0.004103696,-0.04441139),(-0.01725658,0.003878468,-0.0443617),(-0.01791224,0.00419273,-0.04528361),(-0.01793103,0.004248417,-0.04487029),(-0.01828041,0.004364556,-0.0453284),(-0.01830063,0.004417108,-0.04491454),(-0.01832271,0.004464991,-0.04450097),(-0.01795131,0.004300079,-0.04445725),(-0.01797456,0.004343695,-0.04404474),(-0.01761573,0.004152534,-0.04399939),(-0.01834852,0.00450354,-0.04408795),(-0.01837991,0.004528084,-0.04367575),(-0.01800229,0.004375239,-0.04363306),(-0.01763893,0.004192794,-0.04358817),(-0.01727441,0.003931968,-0.04394997),(-0.01729292,0.003980979,-0.043539),(-0.01866191,0.004504744,-0.04537234),(-0.01868374,0.004552512,-0.0449582),(-0.01905411,0.004617814,-0.04541461),(-0.0190776,0.004658772,-0.04500039),(-0.0191029,0.004695987,-0.04458638),(-0.01870753,0.004595806,-0.04454431),(-0.01945437,0.004708279,-0.0454544),(-0.0194794,0.004740033,-0.04504026),(-0.01986009,0.004780661,-0.04549091),(-0.01988638,0.004800439,-0.04507694),(-0.01991388,0.004818286,-0.04466313),(-0.01950597,0.004768992,-0.04462628),(-0.01953563,0.004792364,-0.04421267),(-0.01913184,0.004725714,-0.0441728),(-0.01994381,0.004832268,-0.04424961),(-0.01997737,0.004840454,-0.04383655),(-0.01956993,0.004807354,-0.04379955),(-0.01916621,0.004744212,-0.04375985),(-0.0187352,0.00463016,-0.04413093),(-0.01876871,0.004651099,-0.04371831),(-0.02026864,0.004839475,-0.0455233),(-0.02029576,0.004844136,-0.0451096),(-0.0206771,0.004874873,-0.04555248),(-0.02070378,0.004861822,-0.04513934),(-0.02073104,0.004847509,-0.04472638),(-0.02032378,0.004847329,-0.04469603),(-0.0210826,0.004877005,-0.04557927),(-0.02110667,0.004844199,-0.0451673),(-0.02148222,0.004836023,-0.04560458),(-0.02150066,0.004781965,-0.0451946),(-0.02113105,0.004810211,-0.04475551),(-0.02151916,0.004726823,-0.04478484),(-0.02115604,0.004773861,-0.04434413),(-0.02075949,0.004830669,-0.04431374),(-0.02153777,0.004669513,-0.04437551),(-0.02118195,0.004733968,-0.04393333),(-0.02155656,0.004608954,-0.04396684),(-0.02078968,0.004810038,-0.04390164),(-0.02035358,0.004847587,-0.04428278),(-0.02038606,0.004843441,-0.04386997),(-0.02187308,0.00474208,-0.04562926),(-0.02188199,0.004665821,-0.04522236),(-0.02223705,0.004594054,-0.04565756),(-0.02223186,0.004496759,-0.04525498),(-0.02189075,0.00458873,-0.04481571),(-0.0222264,0.004399,-0.04485257),(-0.02255602,0.004390826,-0.04569374),(-0.02253147,0.00427577,-0.0452968),(-0.02281188,0.004131275,-0.04574207),(-0.02276201,0.004003846,-0.04535221),(-0.02250666,0.004160699,-0.04489991),(-0.02271208,0.003876895,-0.04496215),(-0.02222038,0.00430031,-0.04445055),(-0.02248132,0.004045596,-0.04450315),(-0.02266205,0.003750901,-0.04457174),(-0.02245521,0.003930447,-0.04410658),(-0.02261186,0.003626341,-0.04418079),(-0.02221354,0.004200228,-0.0440491),(-0.02189921,0.004509972,-0.0444095),(-0.0219072,0.004428718,-0.04400398),(-0.02298652,0.003814283,-0.0458068),(-0.02290467,0.003681978,-0.04542558),(-0.02307224,0.003483913,-0.04588854),(-0.02295669,0.003353993,-0.04551573),(-0.02282323,0.003550654,-0.04504377),(-0.02284209,0.003225367,-0.04514189),(-0.02306134,0.003184227,-0.04598793),(-0.0229153,0.003063718,-0.04562147),(-0.02294614,0.002959291,-0.04610558),(-0.02277772,0.00285498,-0.04574165),(-0.02277066,0.002944423,-0.04525369),(-0.02261092,0.002751209,-0.04537631),(-0.02272937,0.003099327,-0.04476606),(-0.02262882,0.002827551,-0.04488328),(-0.02244737,0.002648517,-0.04500818),(-0.02249118,0.002714318,-0.04450889),(-0.02228871,0.002547447,-0.04463587),(-0.02261945,0.002977165,-0.04438721),(-0.02274259,0.003421294,-0.0446608),(-0.02266314,0.003294877,-0.04427608),(-0.02271895,0.002853167,-0.04624212),(-0.02254117,0.002771604,-0.04587506),(-0.02240802,0.002832575,-0.04639208),(-0.02223013,0.002776216,-0.04601852),(-0.02236486,0.002689116,-0.04550689),(-0.02205328,0.002717172,-0.04564437),(-0.0220416,0.002864232,-0.04654999),(-0.02186903,0.002831442,-0.04616887),(-0.02164796,0.002914857,-0.04671039),(-0.02148234,0.002899905,-0.0463229),(-0.02169699,0.002794404,-0.04578769),(-0.0213168,0.002879842,-0.04593578),(-0.02187854,0.002652754,-0.04526903),(-0.02152605,0.002748871,-0.0454064),(-0.02115146,0.002849554,-0.04554938),(-0.02135674,0.002690595,-0.04502495),(-0.02098637,0.00280393,-0.04516408),(-0.02170695,0.002580276,-0.04489188),(-0.02219146,0.002604777,-0.04513653),(-0.02202246,0.002517663,-0.04476286),(-0.02125533,0.002951169,-0.0468678),(-0.02109451,0.002944232,-0.04647744),(-0.02086352,0.00297419,-0.0470232),(-0.02070622,0.002966465,-0.04663262),(-0.02093352,0.002932512,-0.04608757),(-0.0205487,0.002955046,-0.04624243),(-0.02047233,0.002984941,-0.04717757),(-0.02031818,0.002968649,-0.04678857),(-0.02008154,0.002984444,-0.04733187),(-0.01993104,0.002952827,-0.04694542),(-0.01978069,0.00292024,-0.0465589),(-0.02016391,0.002950079,-0.04639977),(-0.02000938,0.002926952,-0.04601134),(-0.02039072,0.00293624,-0.04585309),(-0.01963063,0.002885715,-0.04617219),(-0.01948099,0.002848282,-0.04578524),(-0.0198545,0.002896991,-0.04562349),(-0.02023204,0.002906353,-0.04546497),(-0.02077221,0.002911225,-0.04569869),(-0.0206104,0.00287559,-0.04531129),(-0.01969096,0.002973721,-0.04748707),(-0.01954551,0.002921043,-0.04710332),(-0.01933633,0.002934091,-0.04763823),(-0.01919827,0.002859165,-0.04725653),(-0.01906123,0.002784455,-0.04687425),(-0.01940062,0.002868164,-0.04671922),(-0.01905338,0.002846874,-0.0477804),(-0.01892601,0.002753062,-0.04739932),(-0.01887787,0.002693388,-0.04790867),(-0.01876541,0.002588603,-0.04752599),(-0.01865461,0.002484564,-0.04714251),(-0.01880005,0.00265972,-0.04701751),(-0.01867693,0.002567316,-0.04663425),(-0.01892622,0.002710177,-0.04649086),(-0.01854714,0.002382019,-0.04675743),(-0.01844466,0.002281714,-0.04636994),(-0.01855806,0.002476319,-0.04624881),(-0.01879426,0.002636548,-0.04610574),(-0.01925685,0.002814884,-0.04633444),(-0.01911474,0.002761001,-0.04594861),(-0.01884552,0.002454954,-0.04801807),(-0.01875316,0.002351656,-0.0476308),(-0.01893509,0.002172222,-0.04810894),(-0.01886499,0.002079359,-0.04771531),(-0.01879636,0.001988269,-0.04732103),(-0.01866245,0.002249595,-0.04724276),(-0.01912534,0.001885846,-0.04818158),(-0.01907665,0.001808852,-0.04778109),(-0.01939503,0.001636477,-0.04823633),(-0.01936386,0.001577271,-0.0478297),(-0.01933364,0.001520377,-0.04742271),(-0.01902916,0.001734044,-0.04738009),(-0.01898408,0.001663609,-0.04697807),(-0.01873067,0.001900723,-0.04692544),(-0.01930533,0.001468107,-0.047015),(-0.01927986,0.001422773,-0.04660621),(-0.01894262,0.001599733,-0.04657449),(-0.01866938,0.001818494,-0.04652784),(-0.01857504,0.002150008,-0.04685318),(-0.01849258,0.00205413,-0.0464613),(-0.01972289,0.001464766,-0.0482735),(-0.01970236,0.001421756,-0.0478627),(-0.02009449,0.001354932,-0.0482977),(-0.02007936,0.001325863,-0.04788433),(-0.02006489,0.001297982,-0.04747086),(-0.01968262,0.001380727,-0.04745165),(-0.02049537,0.001291191,-0.04831348),(-0.02048206,0.001273149,-0.04789884),(-0.02091109,0.001257762,-0.04832544),(-0.02089768,0.00124717,-0.0479105),(-0.02088452,0.001234761,-0.0474959),(-0.02046926,0.001255031,-0.0474843),(-0.02045747,0.001236762,-0.04706991),(-0.02005175,0.001272478,-0.04705722),(-0.02087187,0.001218718,-0.04708197),(-0.02086001,0.001197226,-0.04666904),(-0.02044719,0.001218266,-0.04665578),(-0.02004059,0.001250539,-0.04664328),(-0.01966446,0.001343662,-0.04704015),(-0.01964867,0.001312542,-0.04662795),(-0.0213272,0.001238861,-0.04833816),(-0.02131341,0.001231483,-0.04792355),(-0.02174447,0.001229891,-0.04835014),(-0.02172966,0.00122041,-0.04793672),(-0.02171428,0.001204728,-0.04752435),(-0.02129948,0.001220061,-0.04750963),(-0.02216368,0.001226252,-0.04835984),(-0.02214683,0.001208276,-0.04794874),(-0.02258561,0.001223346,-0.04836575),(-0.02256532,0.001189402,-0.04795833),(-0.02254401,0.001147347,-0.04755226),(-0.02212908,0.001182557,-0.04753894),(-0.02210951,0.001141355,-0.04713174),(-0.02169776,0.001176642,-0.04711409),(-0.02252067,0.001089066,-0.04714886),(-0.02249428,0.001006451,-0.04674947),(-0.02208723,0.001076926,-0.04672845),(-0.02167952,0.00112995,-0.04670697),(-0.02128526,0.001200554,-0.0470971),(-0.02127061,0.001168919,-0.04668663),(-0.02301103,0.001216574,-0.04836637),(-0.02298552,0.001158113,-0.04796425),(-0.02343352,0.001191615,-0.04836553),(-0.02340288,0.001106876,-0.04796892),(-0.02337187,0.001017736,-0.04757292),(-0.02295922,0.001092891,-0.04756319),(-0.02384666,0.001134146,-0.04836708),(-0.02381287,0.001028161,-0.0479748),(-0.02424404,0.001029844,-0.04837488),(-0.02421094,0.0009144364,-0.04798431),(-0.02417813,0.0007995059,-0.04759344),(-0.02377912,0.0009204263,-0.0475826),(-0.02374546,0.0008091925,-0.04719058),(-0.02334012,0.0009197957,-0.04717807),(-0.0241459,0.0006855302,-0.04720197),(-0.02411453,0.0005729866,-0.04680957),(-0.02371193,0.0006927095,-0.04679882),(-0.02330726,0.0008086537,-0.046785),(-0.02293136,0.00101415,-0.04716424),(-0.02290116,0.0009151304,-0.04676843),(-0.02461923,0.0008643881,-0.04839277),(-0.02459254,0.0007581714,-0.04799991),(-0.02497778,0.0006530664,-0.04841824),(-0.02496179,0.0005700011,-0.04802008),(-0.02456605,0.0006535199,-0.04760662),(-0.02494565,0.0004887346,-0.04762154),(-0.02532523,0.0004111675,-0.04844874),(-0.02532281,0.0003605606,-0.04804329),(-0.02566715,0.00015398,-0.04848177),(-0.02567971,0.000140485,-0.04806802),(-0.025691,0.000127832,-0.04765429),(-0.02531971,0.0003114166,-0.04763762),(-0.02492922,0.0004110658,-0.04722221),(-0.0253153,0.0002651981,-0.04723151),(-0.02569978,0.0001168631,-0.0472406),(-0.02530889,0.0002233681,-0.04682475),(-0.02570477,0.0001084203,-0.04682696),(-0.02491235,0.0003387934,-0.04682168),(-0.02453995,0.000551999,-0.04721242),(-0.02451445,0.0004551738,-0.04681691),(0.03561208,0.001221891,-0.004190293),(0.03594125,0.001221899,-0.003935612),(0.03528232,0.001221894,-0.004445523),(0.03586499,0.001222163,-0.004522727),(0.03553533,0.001222157,-0.004777884),(0.03619416,0.001222177,-0.004268017),(0.03495135,0.001221919,-0.004701848),(0.03461857,0.001221979,-0.004959818),(0.03520469,0.001222169,-0.005033931),(0.03487256,0.001222206,-0.005291315),(0.0357871,0.001222422,-0.005111705),(0.03545688,0.001222416,-0.005367599),(0.03512553,0.001222423,-0.005624372),(0.03570985,0.00122262,-0.005701732),(0.0353792,0.001222593,-0.005957919),(0.03603965,0.001222645,-0.005445909),(0.03644567,0.001222457,-0.004601376),(0.03611657,0.001222437,-0.004856395),(0.03636887,0.001222671,-0.005190328),(0.03669781,0.001222696,-0.004934868),(0.03428339,0.001222085,-0.005219982),(0.03394646,0.001222212,-0.005481614),(0.03453847,0.001222278,-0.005550483),(0.03420284,0.001222361,-0.005810883),(0.03360843,0.001222338,-0.005743986),(0.03326996,0.001222439,-0.006006379),(0.0335288,0.001222477,-0.006333182),(0.03386614,0.001222435,-0.006071966),(0.0341233,0.001222482,-0.006400562),(0.03445852,0.001222474,-0.006141137),(0.0337872,0.001222456,-0.006660302),(0.03404566,0.001222377,-0.006987528),(0.0343806,0.001222468,-0.006729392),(0.03471453,0.001222528,-0.006471747),(0.03479266,0.001222448,-0.005882313),(0.03504741,0.001222566,-0.006214589),(0.03293172,0.00122249,-0.006268065),(0.03259359,0.0012225,-0.00652964),(0.03285352,0.001222413,-0.006854935),(0.03319126,0.001222465,-0.006593979),(0.03225547,0.001222475,-0.006791698),(0.03191725,0.001222424,-0.007054833),(0.03217729,0.00122225,-0.007379619),(0.03251553,0.001222337,-0.007116623),(0.03277539,0.001222141,-0.007441651),(0.03311316,0.001222265,-0.007180359),(0.03243724,0.001222024,-0.00770444),(0.0326979,0.001221805,-0.008028762),(0.03303571,0.001221937,-0.007766399),(0.03337305,0.00122209,-0.007505656),(0.03345047,0.001222376,-0.00692007),(0.03370975,0.001222244,-0.007246158),(0.03157883,0.001222354,-0.007319641),(0.03123967,0.001222266,-0.007585291),(0.03149966,0.001222085,-0.007910188),(0.03183876,0.001222167,-0.007644496),(0.03089925,0.001222161,-0.007850954),(0.03055703,0.001222039,-0.008115795),(0.03081851,0.001221907,-0.008439761),(0.03115967,0.001222,-0.008175633),(0.03142062,0.001221805,-0.008499688),(0.03175994,0.001221863,-0.008234709),(0.03108074,0.001221751,-0.008762895),(0.03134418,0.001221617,-0.009084692),(0.03168284,0.001221631,-0.008822435),(0.03202139,0.001221661,-0.008558128),(0.03209878,0.001221934,-0.007969209),(0.03235977,0.001221716,-0.008293122),(0.03021247,0.001221903,-0.008378984),(0.0298665,0.00122177,-0.008641734),(0.0301323,0.001221702,-0.008962265),(0.03047586,0.001221804,-0.008701505),(0.02952,0.00122166,-0.008905243),(0.02917387,0.001221591,-0.009170726),(0.02944476,0.001221545,-0.009486426),(0.02978841,0.001221612,-0.00922344),(0.03005818,0.001221589,-0.00954059),(0.03039927,0.001221638,-0.009281794),(0.02971721,0.001221551,-0.009801022),(0.02998945,0.001221619,-0.01011588),(0.03032807,0.001221614,-0.009857533),(0.03066676,0.00122161,-0.00960063),(0.0307402,0.001221694,-0.009023079),(0.03100548,0.001221611,-0.009343553),(0.02882902,0.001221582,-0.009439389),(0.02848608,0.00122169,-0.009710064),(0.02876054,0.001221527,-0.01002106),(0.02910191,0.001221514,-0.00975262),(0.02814573,0.001221969,-0.009981586),(0.02780862,0.001222476,-0.01025279),(0.02808483,0.001221728,-0.0105608),(0.02842129,0.001221595,-0.01029077),(0.02869896,0.001221523,-0.01059857),(0.029037,0.001221521,-0.01033073),(0.02836311,0.001221532,-0.01086744),(0.02864099,0.001221648,-0.01117508),(0.02897617,0.001221638,-0.01090735),(0.02931298,0.00122163,-0.01064126),(0.02937662,0.00122153,-0.01006464),(0.02965091,0.001221624,-0.01037727),(0.02747538,0.001223267,-0.0105225),(0.02714482,0.001224427,-0.010792),(0.02742124,0.001222254,-0.01109982),(0.02775182,0.001221936,-0.01083017),(0.02681572,0.001226041,-0.01106258),(0.02648686,0.001228197,-0.01133551),(0.0267633,0.001223366,-0.01164366),(0.02709207,0.001222719,-0.01137067),(0.02736945,0.001221642,-0.01167811),(0.02769909,0.001221578,-0.01140667),(0.02704042,0.00122175,-0.01195147),(0.02731737,0.001221789,-0.01225969),(0.0276466,0.001221724,-0.01198609),(0.02797665,0.001221684,-0.01171425),(0.02803007,0.001221546,-0.01113663),(0.02830797,0.001221661,-0.01144398),(0.02615703,0.00123098,-0.01161207),(0.02582682,0.001234334,-0.01189222),(0.02610436,0.001225256,-0.01219886),(0.02643391,0.001224233,-0.01191971),(0.0254968,0.001238206,-0.01217593),(0.02516756,0.00124254,-0.01246314),(0.02544661,0.001227512,-0.01276653),(0.02577512,0.00122637,-0.01248113),(0.02605394,0.001222232,-0.01278687),(0.02638234,0.001222094,-0.01250573),(0.02572643,0.00122228,-0.01307085),(0.02600648,0.001222065,-0.0133758),(0.02633286,0.001222054,-0.0130931),(0.02666028,0.001221984,-0.01281299),(0.02671126,0.001221917,-0.01222731),(0.02698852,0.001221886,-0.01253525),(0.02483967,0.001247282,-0.01275383),(0.02451339,0.001252328,-0.01304785),(0.02479354,0.001229716,-0.01334674),(0.02511933,0.001228619,-0.0130551),(0.024189,0.001257574,-0.01334507),(0.02386675,0.001262917,-0.01364534),(0.02414759,0.00123199,-0.01393887),(0.02446953,0.001230831,-0.01364136),(0.0247524,0.001221814,-0.01394035),(0.02507535,0.001222017,-0.01364762),(0.02443157,0.001221634,-0.01423593),(0.02471702,0.001221594,-0.01453482),(0.02503631,0.001221714,-0.01424077),(0.02535787,0.001221857,-0.01394961),(0.02540013,0.00122219,-0.01335777),(0.02568138,0.001221987,-0.01366129),(0.0235469,0.001268252,-0.01394854),(0.02322934,0.001273594,-0.01425466),(0.02351055,0.001234503,-0.01454219),(0.02382799,0.001233219,-0.01423918),(0.02291394,0.001278955,-0.0145637),(0.02260057,0.001284349,-0.01487566),(0.0228813,0.001237179,-0.01515592),(0.02319505,0.001235828,-0.0148478),(0.02348271,0.001221478,-0.0151388),(0.02379697,0.001221487,-0.01483535),(0.02317015,0.001221487,-0.01544451),(0.02346307,0.001221557,-0.01573724),(0.02377364,0.001221536,-0.01543326),(0.02408597,0.001221523,-0.01513134),(0.02411317,0.001221532,-0.01453433),(0.02440033,0.001221537,-0.01483176),(0.02228912,0.001289789,-0.01519053),(0.02197951,0.001295098,-0.01550821),(0.02225851,0.001239868,-0.01577942),(0.0225691,0.00123854,-0.01546645),(0.02167168,0.0013001,-0.01582858),(0.02136557,0.001304617,-0.01615152),(0.02164237,0.001242247,-0.01641271),(0.02194958,0.001241118,-0.01609483),(0.02224159,0.001221493,-0.01637443),(0.02254949,0.001221493,-0.01606222),(0.02193546,0.001221492,-0.01668901),(0.02223664,0.00122157,-0.01697277),(0.02254065,0.001221573,-0.01666062),(0.02284645,0.001221573,-0.01635076),(0.02285904,0.001221491,-0.01575229),(0.02315397,0.001221568,-0.01604302),(0.02106109,0.001308473,-0.01647692),(0.02075855,0.001311681,-0.01680488),(0.0210337,0.001244013,-0.01705614),(0.02133695,0.001243211,-0.01673309),(0.02045825,0.001314256,-0.01713548),(0.02016047,0.001316209,-0.01746883),(0.0204354,0.001245144,-0.01771097),(0.02073305,0.001244656,-0.01738204),(0.02103,0.00122149,-0.01764839),(0.02132923,0.00122149,-0.0173258),(0.02073393,0.001221489,-0.01797402),(0.02104403,0.001221562,-0.01824766),(0.02133785,0.001221563,-0.01792467),(0.02163484,0.001221565,-0.01760464),(0.0216312,0.001221491,-0.01700607),(0.02193457,0.001221567,-0.01728739),(0.01986551,0.001317557,-0.01780502),(0.01957332,0.001318283,-0.01814386),(0.01985029,0.001245663,-0.01837838),(0.02014114,0.001245481,-0.01804311),(0.01928384,0.001318375,-0.01848519),(0.01899702,0.001317818,-0.01882882),(0.01927875,0.001245548,-0.01905797),(0.01956283,0.001245687,-0.01871669),(0.01986736,0.001221492,-0.01897032),(0.02015259,0.00122149,-0.01863501),(0.01958579,0.001221496,-0.01930881),(0.01990505,0.001221579,-0.01957086),(0.02018424,0.001221569,-0.01923537),(0.02046717,0.001221564,-0.01890301),(0.02044145,0.001221489,-0.0183029),(0.02075379,0.001221562,-0.01857377),(0.01871281,0.001316599,-0.01917456),(0.01843154,0.001314717,-0.01952249),(0.01872099,0.001244817,-0.01974909),(0.01899807,0.001245245,-0.01940214),(0.01815353,0.001312171,-0.01987267),(0.01787913,0.001308963,-0.02022515),(0.01817855,0.001243744,-0.02045089),(0.01844774,0.001244303,-0.02009871),(0.01903385,0.00122157,-0.01999509),(0.01876384,0.00122176,-0.02034247),(0.01849804,0.001222133,-0.02069242),(0.01909078,0.001221891,-0.02059515),(0.01882757,0.001222297,-0.02094174),(0.01935819,0.001221677,-0.02025098),(0.01930789,0.001221502,-0.01965047),(0.01962966,0.001221594,-0.01990947),(0.01760865,0.00130509,-0.02058002),(0.01734208,0.001300603,-0.02093714),(0.01765278,0.001242502,-0.02116244),(0.01791364,0.001243179,-0.02080552),(0.01707938,0.001295551,-0.02129638),(0.01682053,0.001289983,-0.02165762),(0.01714235,0.001240373,-0.02188239),(0.01739576,0.001241602,-0.02152145),(0.01797927,0.001223423,-0.02139929),(0.01772567,0.001223977,-0.02175603),(0.0174755,0.001224229,-0.02211485),(0.01806243,0.001224284,-0.021995),(0.01781435,0.001224563,-0.02235083),(0.01831375,0.001223685,-0.02164159),(0.01823663,0.001222748,-0.02104472),(0.01856868,0.00122296,-0.02129053),(0.0165655,0.001283949,-0.02202072),(0.01631447,0.001277693,-0.02238593),(0.01689234,0.001238706,-0.02224507),(0.0166459,0.001236783,-0.02260971),(0.01606764,0.001271459,-0.02275348),(0.01582518,0.00126549,-0.02312362),(0.01640324,0.001234783,-0.02297654),(0.01616454,0.001232887,-0.02334575),(0.01698475,0.001223458,-0.02283856),(0.01674462,0.001222792,-0.02320371),(0.01650831,0.001222177,-0.02357123),(0.01708872,0.00122307,-0.02343317),(0.01685411,0.001222408,-0.0237987),(0.01732718,0.001223772,-0.02306997),(0.01722845,0.001223996,-0.02247564),(0.01756916,0.001224331,-0.02270918),(0.0155873,0.001260032,-0.02349658),(0.01535362,0.001255085,-0.023872),(0.01593,0.001231276,-0.02371759),(0.01569933,0.00122993,-0.02409161),(0.01512379,0.001250654,-0.02424951),(0.01489745,0.00124674,-0.02462877),(0.0154723,0.001228832,-0.0244674),(0.01524862,0.001227961,-0.02484454),(0.01604759,0.001221601,-0.02431331),(0.01582273,0.00122157,-0.0246869),(0.01560123,0.001221664,-0.02506156),(0.01617427,0.001221618,-0.02490714),(0.0159548,0.001221631,-0.02527899),(0.01639714,0.001221719,-0.02453615),(0.01627604,0.001221792,-0.02394126),(0.01662367,0.00122197,-0.02416652),(0.01467424,0.001243348,-0.0250094),(0.01445449,0.001240539,-0.02539158),(0.01502803,0.001227298,-0.02522259),(0.01481084,0.001226841,-0.02560185),(0.01423853,0.001238374,-0.02577548),(0.01402669,0.001236916,-0.02616126),(0.01459733,0.001226587,-0.02598261),(0.01438781,0.001226532,-0.02636513),(0.0151679,0.001222115,-0.025813),(0.01495659,0.001222466,-0.02619057),(0.01474918,0.001222895,-0.02656988),(0.01531624,0.001222199,-0.02639881),(0.01511078,0.001222624,-0.02677502),(0.01552556,0.001221903,-0.02602438),(0.01538287,0.001221847,-0.02543679),(0.01573849,0.00122172,-0.02565125),(0.01381931,0.001236226,-0.0265491),(0.01361637,0.001236275,-0.02693881),(0.01418258,0.001226673,-0.02674972),(0.01398171,0.00122734,-0.02713604),(0.01341787,0.001237035,-0.02733018),(0.0132238,0.001238479,-0.02772303),(0.01378527,0.001228861,-0.02752378),(0.01359333,0.001231565,-0.02791263),(0.01434699,0.001224611,-0.02733445),(0.01415247,0.001227169,-0.02771878),(0.01396251,0.001231709,-0.02810387),(0.0145195,0.00122878,-0.02791474),(0.0143313,0.001235786,-0.02829644),(0.01471225,0.001224916,-0.02753355),(0.01454594,0.001223398,-0.02695133),(0.0149094,0.001223197,-0.02715346),(0.01303415,0.001240576,-0.02811715),(0.01284918,0.001243357,-0.0285128),(0.01340596,0.001235781,-0.02830224),(0.01322333,0.00124154,-0.02869298),(0.01266918,0.001246851,-0.02891021),(0.01249439,0.001251087,-0.02930965),(0.0130456,0.001248873,-0.02908518),(0.01287294,0.001257812,-0.02947917),(0.01359666,0.001248799,-0.02887526),(0.01342079,0.001261677,-0.0292622),(0.01324963,0.001277662,-0.02965038),(0.01379408,0.001283663,-0.02944161),(0.01362346,0.001310252,-0.02982368),(0.01396879,0.001262724,-0.02905978),(0.01377724,0.001238864,-0.02848925),(0.01414779,0.001246933,-0.02867809),(0.01232511,0.001256097,-0.02971134),(0.01216145,0.001264285,-0.03011476),(0.0127055,0.001268387,-0.0298753),(0.01254333,0.001283417,-0.03027287),(0.01200357,0.001278058,-0.03051933),(0.01185161,0.001299824,-0.03092451),(0.01238646,0.001305723,-0.03067121),(0.01223493,0.001338123,-0.03106962),(0.01292133,0.001322375,-0.03043066),(0.01276392,0.001356968,-0.03082109),(0.01261082,0.001403628,-0.03121061),(0.01313325,0.001437029,-0.030968),(0.01297572,0.001503363,-0.03134564),(0.01329345,0.001384413,-0.03058783),(0.01308319,0.001296917,-0.03004015),(0.01345671,0.001342995,-0.03020606),(0.01170571,0.001331988,-0.03132977),(0.01156528,0.001373701,-0.03173453),(0.01208876,0.001383435,-0.0314674),(0.01194704,0.001440682,-0.03186393),(0.01142971,0.001424114,-0.03213822),(0.01129842,0.001482376,-0.0325403),(0.01180881,0.001508885,-0.03225856),(0.01167315,0.001587064,-0.03265068),(0.01231588,0.001540783,-0.03198382),(0.01217153,0.001628944,-0.03236624),(0.01202758,0.001728607,-0.03274504),(0.01235327,0.001916068,-0.03281637),(0.01251072,0.001793794,-0.03245565),(0.01266594,0.001683249,-0.03208996),(0.01246189,0.001465289,-0.0315984),(0.01282045,0.001585937,-0.03171979),(0.01117082,0.001547639,-0.0329402),(0.01104523,0.00162057,-0.0333374),(0.01153912,0.001674239,-0.03303963),(0.01140455,0.00177072,-0.03342458),(0.01091999,0.001701835,-0.03373142),(0.01079344,0.001792102,-0.03412173),(0.01112505,0.001992843,-0.03417915),(0.01126725,0.001876818,-0.0338047),(0.01158054,0.002088822,-0.03385141),(0.01173462,0.001958743,-0.03348875),(0.01141801,0.002228647,-0.03420642),(0.0116605,0.002499733,-0.03419193),(0.01184834,0.002341169,-0.03386068),(0.01202468,0.002190524,-0.03352015),(0.01188279,0.001838606,-0.03311958),(0.01219213,0.002048567,-0.03317162),(0.01066392,0.001892037,-0.03450784),(0.01052864,0.002001503,-0.03488829),(0.01081664,0.002254229,-0.03490685),(0.01097578,0.002119103,-0.03454709),(0.01038479,0.002120359,-0.03526159),(0.01022961,0.002248469,-0.03562629),(0.01045751,0.0025456,-0.03559518),(0.01064481,0.002396851,-0.03525677),(0.01085457,0.00269525,-0.03521207),(0.01105754,0.002534403,-0.03488847),(0.0106331,0.002858017,-0.03552176),(0.01074926,0.003172347,-0.03539604),(0.01100486,0.00300507,-0.03511624),(0.01124067,0.002834998,-0.03482126),(0.01124452,0.002378022,-0.03455269),(0.01145858,0.002665448,-0.03451264),(0.01006028,0.002385692,-0.03598091),(0.00987326,0.002528836,-0.03632249),(0.01002609,0.002853462,-0.03623033),(0.01025192,0.002699104,-0.0359204),(0.00966499,0.002674707,-0.03664809),(0.009431912,0.002820111,-0.03695477),(0.009505825,0.003149112,-0.03679583),(0.009778047,0.003004765,-0.03652285),(0.009841153,0.003326274,-0.03635246),(0.01012676,0.003177611,-0.03609312),(0.009533445,0.003462073,-0.03659266),(0.009518676,0.003743981,-0.03634451),(0.009855769,0.00362297,-0.03613367),(0.01017382,0.003484935,-0.03590509),(0.01039061,0.003020165,-0.03581584),(0.01047195,0.003333515,-0.0356591),(0.009170471,0.002961855,-0.03723955),(0.008881591,0.003093634,-0.03750086),(0.008884978,0.003400428,-0.03727619),(0.009207456,0.003282598,-0.03704715),(0.008566203,0.003209141,-0.03773713),(0.008225232,0.00330207,-0.03794676),(0.008175822,0.003569954,-0.03766491),(0.008540422,0.003497811,-0.03748232),(0.008485928,0.00375586,-0.03719198),(0.008853218,0.003679851,-0.03701229),(0.008104008,0.003805969,-0.03735173),(0.008016073,0.004008095,-0.03701312),(0.008409401,0.003977716,-0.03687097),(0.008792765,0.003922685,-0.03671255),(0.009203261,0.003580927,-0.03681256),(0.009163431,0.003844329,-0.03653727),(0.007859606,0.003366116,-0.03812817),(0.007474934,0.003400563,-0.0382833),(0.007397224,0.00362429,-0.03795907),(0.007793212,0.003612064,-0.03782332),(0.007076827,0.003404693,-0.03841407),(0.006670894,0.003377789,-0.03852243),(0.006583651,0.003559691,-0.03816865),(0.006992492,0.003606782,-0.03807367),(0.006900419,0.003784504,-0.03771565),(0.007307685,0.003819912,-0.03761273),(0.00649184,0.003721348,-0.03780129),(0.006396689,0.003869163,-0.03742561),(0.006803189,0.003943084,-0.03734582),(0.00721034,0.00399084,-0.03725051),(0.00771007,0.003827193,-0.03749171),(0.007615511,0.00401249,-0.03713962),(0.006262744,0.003319136,-0.0386103),(0.005854339,0.003232371,-0.03867988),(0.005768868,0.003380616,-0.0383061),(0.006175329,0.003483167,-0.03824551),(0.005447641,0.003121132,-0.03873334),(0.005044609,0.002989055,-0.03877288),(0.005365608,0.003255446,-0.03835228),(0.004966886,0.003111064,-0.0383859),(0.005682312,0.003516156,-0.0379249),(0.005283088,0.003380561,-0.03796612),(0.004888708,0.00322726,-0.03799579),(0.005198862,0.003503084,-0.03757825),(0.004808482,0.003343822,-0.03760537),(0.005594024,0.003645902,-0.03754027),(0.006085517,0.003630826,-0.0378705),(0.005993467,0.003769016,-0.03748991),(0.004647204,0.00283978,-0.03880068),(0.004253696,0.002678752,-0.03881948),(0.004574042,0.002950876,-0.03840882),(0.004185049,0.002780425,-0.03842369),(0.003862349,0.002511417,-0.03883202),(0.003471432,0.002343222,-0.03884103),(0.00379788,0.002605252,-0.03843315),(0.003410506,0.002430899,-0.03843988),(0.004114906,0.002882734,-0.03802786),(0.003731168,0.002702561,-0.03803538),(0.003346662,0.002524481,-0.03804062),(0.00366051,0.00280817,-0.03764051),(0.003278466,0.002628021,-0.03764478),(0.004041438,0.002991057,-0.03763412),(0.004500033,0.003059476,-0.03801552),(0.004423385,0.003171377,-0.0376232),(0.003079212,0.002179612,-0.03884927),(0.002685038,0.002023939,-0.03885797),(0.003020901,0.002262905,-0.03844651),(0.002628736,0.00210369,-0.03845404),(0.00228826,0.001879554,-0.03886836),(0.001888226,0.001749809,-0.0388817),(0.002233688,0.001955671,-0.03846345),(0.001835426,0.001821267,-0.03847572),(0.002568847,0.002192677,-0.03805269),(0.002175493,0.002041938,-0.03806106),(0.001779145,0.001903299,-0.03807203),(0.002113572,0.002138955,-0.0376617),(0.001719621,0.001995637,-0.03767088),(0.002504817,0.00229264,-0.03765473),(0.002959229,0.002354023,-0.03804613),(0.002893175,0.00245592,-0.0376493),(0.001484285,0.001638057,-0.03889922),(0.001077114,0.001545804,-0.03892075),(0.001433625,0.001702894,-0.03849184),(0.001028679,0.00160299,-0.03851186),(0.0006673873,0.00147456,-0.03894609),(0.0002557817,0.001425833,-0.03897507),(0.0006209816,0.001523989,-0.03853585),(0.0002109278,0.001468327,-0.03856385),(0.0009774639,0.00167057,-0.03810449),(0.0005722533,0.001584023,-0.03812673),(0.0001642117,0.001522382,-0.03815348),(0.0005215734,0.00165393,-0.03771865),(0.0001159558,0.001587266,-0.03774394),(0.0009238828,0.001747778,-0.03769856),(0.001379782,0.001778253,-0.03808639),(0.001323145,0.001863463,-0.0376829),(-0.0001570276,0.00140113,-0.03900751),(-0.0005702825,0.001396489,-0.03904314),(-0.0002010884,0.00143844,-0.03859594),(-0.0006138445,0.001431871,-0.03863198),(-0.0009832245,0.001407944,-0.03908171),(-0.001395096,0.001431532,-0.03912295),(-0.001026118,0.001446165,-0.03867184),(-0.001436685,0.001478864,-0.03871541),(-0.0006583792,0.001483595,-0.03822172),(-0.001069328,0.001503368,-0.03826328),(-0.001477645,0.001547197,-0.03830985),(-0.001112426,0.001577771,-0.0378565),(-0.001517492,0.001634198,-0.03790677),(-0.0007035157,0.001550359,-0.03781271),(-0.0002465993,0.00148942,-0.03818513),(-0.0002932311,0.001553133,-0.03777525),(-0.001805138,0.001463289,-0.0391666),(-0.002210126,0.001510912,-0.03921508),(-0.002245752,0.001597052,-0.03881547),(-0.001844325,0.001527513,-0.03876254),(-0.002606835,0.0015821,-0.03927079),(-0.002992039,0.00168455,-0.03933614),(-0.00301683,0.001818568,-0.03894755),(-0.002637682,0.001692423,-0.03887641),(-0.002664301,0.001822374,-0.03848664),(-0.002278058,0.001704553,-0.03841984),(-0.003037332,0.001969153,-0.03856358),(-0.00268639,0.001967999,-0.03810105),(-0.003053592,0.002131998,-0.03818337),(-0.002306574,0.001829944,-0.03802813),(-0.001881531,0.001613543,-0.03836147),(-0.001916241,0.001718466,-0.03796367),(-0.003362513,0.001825961,-0.03941354),(-0.003720319,0.001997983,-0.03950076),(-0.003379912,0.001980429,-0.03903114),(-0.003731299,0.002167483,-0.03912358),(-0.004067518,0.002192268,-0.03959559),(-0.004406171,0.002400467,-0.03969581),(-0.004075361,0.002369208,-0.03922131),(-0.004416471,0.002575082,-0.03932075),(-0.00374103,0.002343864,-0.03874844),(-0.004083786,0.002547472,-0.03884728),(-0.004428543,0.002745699,-0.03894433),(-0.004094441,0.002722815,-0.03847194),(-0.004444079,0.002908486,-0.03856514),(-0.003750735,0.002522668,-0.03837387),(-0.003394227,0.002147037,-0.03865236),(-0.00340608,0.002321308,-0.03827599),(-0.00473834,0.002614232,-0.03979919),(-0.005069856,0.002810635,-0.0399017),(-0.005105047,0.00294839,-0.03951206),(-0.004758995,0.002774583,-0.03941833),(-0.005406554,0.002966748,-0.03999928),(-0.005754264,0.003059644,-0.04008792),(-0.005816153,0.003141635,-0.03968002),(-0.005456729,0.003077181,-0.03959995),(-0.005506417,0.003173577,-0.03919746),(-0.005141023,0.003074137,-0.03911945),(-0.005876363,0.003209316,-0.03926907),(-0.005933754,0.003261387,-0.03885558),(-0.005555073,0.003254113,-0.03879197),(-0.005178099,0.003185377,-0.03872348),(-0.004781343,0.002926383,-0.03903506),(-0.004806533,0.003066421,-0.03864843),(-0.00611882,0.003066395,-0.04016357),(-0.006481535,0.003040213,-0.04022728),(-0.006546929,0.003073982,-0.0398108),(-0.006185424,0.003122431,-0.03975029),(-0.006823723,0.003034308,-0.04028009),(-0.007126696,0.003101891,-0.04032305),(-0.007176179,0.003107,-0.03990282),(-0.006883052,0.003050701,-0.03986163),(-0.006940395,0.003060698,-0.03944126),(-0.006609881,0.003098205,-0.03939201),(-0.007224707,0.003108121,-0.03948099),(-0.00727261,0.00310431,-0.03905736),(-0.006995454,0.003063338,-0.03901893),(-0.006669534,0.003111916,-0.03897111),(-0.006249694,0.003165967,-0.03933427),(-0.006310437,0.003195961,-0.03891598),(-0.007371766,0.003296174,-0.0403572),(-0.007583443,0.003545324,-0.04038341),(-0.00760802,0.003549225,-0.03995846),(-0.007408697,0.003297291,-0.03993443),(-0.00778623,0.003777508,-0.04040257),(-0.008004635,0.003920894,-0.04041553),(-0.007801563,0.003790451,-0.03997692),(-0.008016742,0.003948619,-0.03999181),(-0.007820914,0.003799499,-0.03954988),(-0.007635057,0.003549646,-0.03953204),(-0.008033779,0.00397258,-0.03956695),(-0.008057212,0.003992619,-0.03914182),(-0.007845764,0.003804262,-0.03912206),(-0.007665815,0.003545965,-0.03910441),(-0.007446292,0.003295146,-0.03951016),(-0.007485414,0.003288915,-0.03908435),(-0.008263164,0.003903649,-0.04042319),(-0.008538205,0.003758347,-0.04041901),(-0.008568688,0.003828577,-0.04000904),(-0.008280974,0.003951378,-0.04000514),(-0.008806144,0.003517563,-0.04039647),(-0.009043368,0.003213872,-0.04034906),(-0.008854323,0.003610063,-0.0399957),(-0.009112308,0.003325686,-0.03995726),(-0.00890535,0.003705316,-0.03959599),(-0.008603125,0.003898768,-0.03959928),(-0.009183104,0.003443125,-0.03956736),(-0.009255728,0.003566529,-0.03917997),(-0.008959545,0.003803615,-0.03919799),(-0.00864228,0.003969113,-0.0391905),(-0.008303558,0.003996763,-0.03958651),(-0.008332109,0.004039842,-0.0391682),(-0.009226261,0.002879847,-0.04027026),(-0.009384842,0.002551162,-0.04018624),(-0.009317074,0.003005292,-0.03988586),(-0.009495748,0.002687539,-0.03980883),(-0.00954913,0.002263492,-0.04012319),(-0.00974914,0.002052509,-0.04010727),(-0.009883299,0.002214564,-0.039747),(-0.009675449,0.002411078,-0.03975344),(-0.009801975,0.002571312,-0.03938774),(-0.009607617,0.002834403,-0.03943473),(-0.01001613,0.002391359,-0.03939162),(-0.01014789,0.002581357,-0.03904182),(-0.009928726,0.002743731,-0.03902705),(-0.009720314,0.002991867,-0.03906488),(-0.009409259,0.003138914,-0.0395041),(-0.009502649,0.003281039,-0.03912573),(-0.01001489,0.001953887,-0.04016468),(-0.01031674,0.001951713,-0.04028338),(-0.01043701,0.002158728,-0.0399495),(-0.01014642,0.002136653,-0.0398168),(-0.01062503,0.00203007,-0.04045134),(-0.01091013,0.002173045,-0.04065651),(-0.01098936,0.002428387,-0.04035027),(-0.01072726,0.002262178,-0.04013178),(-0.01082032,0.002513642,-0.03981999),(-0.01055029,0.002384274,-0.03962265),(-0.01105902,0.002702615,-0.04005204),(-0.01090595,0.002777497,-0.03951354),(-0.01112223,0.002987609,-0.03975816),(-0.01065749,0.002623146,-0.03930159),(-0.0102739,0.002336263,-0.03947489),(-0.0103978,0.002549463,-0.03913885),(-0.01114238,0.002364723,-0.04088689),(-0.01134194,0.002590641,-0.04113102),(-0.01119552,0.00263874,-0.04059166),(-0.01137115,0.002876603,-0.0408431),(-0.01152898,0.002836332,-0.04137749),(-0.01172365,0.003087334,-0.04161486),(-0.01154168,0.003125337,-0.04109177),(-0.01173254,0.003368307,-0.04132487),(-0.01139684,0.00317564,-0.04056143),(-0.01155465,0.00342273,-0.04081054),(-0.01174422,0.003652229,-0.0410371),(-0.01157699,0.003721951,-0.04052821),(-0.01176808,0.003933792,-0.04074623),(-0.01142648,0.003480119,-0.04028072),(-0.01124141,0.002929441,-0.0403039),(-0.01128532,0.003228578,-0.04001896),(-0.01194611,0.003329182,-0.0418317),(-0.01219328,0.003536395,-0.04202039),(-0.01223901,0.003764408,-0.04170084),(-0.01196914,0.003588876,-0.04152954),(-0.01246206,0.003683495,-0.04217332),(-0.01274936,0.003745002,-0.04228289),(-0.01282865,0.003889818,-0.04192342),(-0.01252968,0.003872267,-0.0418338),(-0.01259445,0.004048943,-0.0414894),(-0.01228537,0.003984172,-0.04137837),(-0.01290084,0.004021126,-0.04155823),(-0.01296568,0.004137592,-0.04118666),(-0.01265836,0.00421134,-0.04113827),(-0.0123373,0.004192568,-0.04104974),(-0.01199488,0.003845656,-0.04122699),(-0.01203103,0.004095357,-0.04091957),(-0.01305211,0.003695434,-0.04234147),(-0.0133385,0.003551213,-0.04236466),(-0.01338972,0.003605956,-0.04197356),(-0.01312347,0.003794424,-0.04196476),(-0.01357675,0.003328762,-0.04236802),(-0.01373505,0.003044498,-0.04236712),(-0.013603,0.003344285,-0.0419656),(-0.01373891,0.003029284,-0.04195664),(-0.01342546,0.003653193,-0.04157909),(-0.01361102,0.003357009,-0.04156172),(-0.01372363,0.003015305,-0.04154621),(-0.01360157,0.003367568,-0.04115708),(-0.01369108,0.003003663,-0.04113637),(-0.01344541,0.003692997,-0.04118184),(-0.01318329,0.003881888,-0.04158303),(-0.01323074,0.003957241,-0.04119645),(-0.01378162,0.002714844,-0.04237752),(-0.01377684,0.002371201,-0.0423953),(-0.01377304,0.002680821,-0.04196242),(-0.01376349,0.002328607,-0.04197789),(-0.01378113,0.002044969,-0.04241648),(-0.01385488,0.00176755,-0.04243711),(-0.01376838,0.00200235,-0.04199799),(-0.01384579,0.001731757,-0.04201763),(-0.01373571,0.002290014,-0.04156087),(-0.01374463,0.001963994,-0.04157937),(-0.01382844,0.001700766,-0.04159756),(-0.01380523,0.001676901,-0.04117567),(-0.01371254,0.001931957,-0.04115967),(-0.0136962,0.002257205,-0.04114374),(-0.01374695,0.002650046,-0.04154788),(-0.01370584,0.002623992,-0.04113395),(-0.01405849,0.001570345,-0.04245323),(-0.01434573,0.001459435,-0.04247008),(-0.01434536,0.001450911,-0.04204645),(-0.01405385,0.001546539,-0.04203177),(-0.01467037,0.0014409,-0.0424929),(-0.01498617,0.001520821,-0.04252694),(-0.01499009,0.001545296,-0.04210164),(-0.01467317,0.001449091,-0.04206773),(-0.01466763,0.00146776,-0.04164231),(-0.01433744,0.001450843,-0.04162224),(-0.01498498,0.001581672,-0.0416766),(-0.01497213,0.001633033,-0.04125238),(-0.0146552,0.001499962,-0.04121675),(-0.01432367,0.001462111,-0.04119693),(-0.01404188,0.001529114,-0.04160959),(-0.01402464,0.001520688,-0.04118567),(-0.0152469,0.001705278,-0.04257744),(-0.01547209,0.001966427,-0.04264042),(-0.01547083,0.002016404,-0.0422206),(-0.01524896,0.001743743,-0.04215421),(-0.01568125,0.002276424,-0.04271187),(-0.01589392,0.002607425,-0.04278781),(-0.01588775,0.002672251,-0.04237529),(-0.01567674,0.00233525,-0.04229592),(-0.01566511,0.002403871,-0.0418819),(-0.01546118,0.002077811,-0.04180226),(-0.0158763,0.002744478,-0.0419649),(-0.01586208,0.00282504,-0.04155689),(-0.0156484,0.002484158,-0.04147026),(-0.0154448,0.00215317,-0.04138604),(-0.01524199,0.001794384,-0.04173188),(-0.01522736,0.001860115,-0.04131111),(-0.01612962,0.002931586,-0.04286424),(-0.01638883,0.003242116,-0.04293888),(-0.01638818,0.003309205,-0.04252955),(-0.01612489,0.002999381,-0.04245382),(-0.01667202,0.003532224,-0.04300942),(-0.0169797,0.003795116,-0.04307357),(-0.01699314,0.003847205,-0.04266457),(-0.0166776,0.00359429,-0.04260046),(-0.01668532,0.003654186,-0.04219266),(-0.01638724,0.003377359,-0.04212184),(-0.0170107,0.003894308,-0.04225634),(-0.0170354,0.003934444,-0.04184869),(-0.01669856,0.003709745,-0.04178593),(-0.01638929,0.003445099,-0.04171572),(-0.01611729,0.003071548,-0.0420454),(-0.01610975,0.003147775,-0.04163904),(-0.01731233,0.004024002,-0.04312906),(-0.01766579,0.004221615,-0.04317799),(-0.01769735,0.004240546,-0.04276856),(-0.01733481,0.004060518,-0.0427199),(-0.01803598,0.004390689,-0.04322248),(-0.01841876,0.004533957,-0.04326468),(-0.01846409,0.004526042,-0.04285441),(-0.01807553,0.004393615,-0.04281269),(-0.01812086,0.004387587,-0.04240338),(-0.01773465,0.004251137,-0.04235962),(-0.01851496,0.004509225,-0.04244464),(-0.01817186,0.004376177,-0.04199425),(-0.01857039,0.004488387,-0.04203507),(-0.01777873,0.004254935,-0.04195088),(-0.01736254,0.004090001,-0.0423113),(-0.01739769,0.004111933,-0.04190302),(-0.01881001,0.004654153,-0.04330669),(-0.01920786,0.004747736,-0.04334777),(-0.0188578,0.00464415,-0.04289583),(-0.01925551,0.004740183,-0.04293634),(-0.01961041,0.004811169,-0.04338715),(-0.02001579,0.004840911,-0.04342406),(-0.01965607,0.004806387,-0.0429753),(-0.02005835,0.004835008,-0.0430121),(-0.0193079,0.004725448,-0.04252538),(-0.0197059,0.004795589,-0.04256391),(-0.02010437,0.004824114,-0.04260056),(-0.01975889,0.00478135,-0.04215282),(-0.02015314,0.004809596,-0.04218936),(-0.01936377,0.00470743,-0.0421147),(-0.01891078,0.004625919,-0.04248546),(-0.01896765,0.00460429,-0.04207534),(-0.0204221,0.004833423,-0.04345777),(-0.02082224,0.004784353,-0.04349021),(-0.0204612,0.00481829,-0.0430461),(-0.02085678,0.004754186,-0.04307935),(-0.0212091,0.00468935,-0.04352332),(-0.02157559,0.00454406,-0.04355906),(-0.02123723,0.004640643,-0.04311395),(-0.0215947,0.004475612,-0.04315194),(-0.02089295,0.004720105,-0.04266898),(-0.02126608,0.004588482,-0.04270505),(-0.02161375,0.004404387,-0.04274525),(-0.0212954,0.004533502,-0.04229648),(-0.0216326,0.004331162,-0.04233878),(-0.02093041,0.004682682,-0.04225897),(-0.02050289,0.004798801,-0.04263486),(-0.02054665,0.004775709,-0.042224),(-0.02191459,0.004344134,-0.04359937),(-0.02220559,0.004098285,-0.04364841),(-0.02192136,0.004257044,-0.04319539),(-0.02219665,0.003995298,-0.0432481),(-0.02242806,0.003815234,-0.04371027),(-0.02256148,0.003503695,-0.04378911),(-0.02240002,0.003700735,-0.04331385),(-0.02251093,0.003383716,-0.04339641),(-0.02218681,0.003892077,-0.04284784),(-0.02237123,0.003587729,-0.04291696),(-0.02246028,0.003267161,-0.04300244),(-0.02240956,0.003154783,-0.04260689),(-0.02234185,0.003476991,-0.04251924),(-0.0221762,0.003789437,-0.04244727),(-0.02192749,0.004168274,-0.04279172),(-0.02193299,0.00407865,-0.04238807),(-0.02258532,0.003172385,-0.04388905),(-0.0225133,0.002860175,-0.04400434),(-0.02241028,0.002749387,-0.04361757),(-0.02250884,0.0030546,-0.04349959),(-0.02235914,0.002605936,-0.04412924),(-0.02213657,0.002448537,-0.04425797),(-0.02199002,0.002354664,-0.04387469),(-0.02223184,0.002504076,-0.04374455),(-0.0221084,0.002410409,-0.04335507),(-0.02230984,0.002645832,-0.04322703),(-0.02184817,0.002268707,-0.04348621),(-0.0217101,0.002193542,-0.04309274),(-0.02198797,0.002326609,-0.04296103),(-0.02221135,0.00255054,-0.04283281),(-0.02243347,0.002942306,-0.04310764),(-0.02235897,0.002836281,-0.04271308),(-0.02185929,0.002426849,-0.0443848),(-0.02153956,0.002497052,-0.04451235),(-0.02137632,0.002409949,-0.04412983),(-0.0217014,0.002337153,-0.0440022),(-0.0211896,0.002615329,-0.04464327),(-0.02082165,0.002737859,-0.04478024),(-0.02065826,0.002660103,-0.04439658),(-0.02102516,0.002531463,-0.04426037),(-0.02086391,0.00244739,-0.04387521),(-0.02121716,0.002325833,-0.04374376),(-0.02049717,0.002579427,-0.04401185),(-0.02033935,0.002504593,-0.0436248),(-0.02070637,0.0023715,-0.04348682),(-0.02106202,0.002251572,-0.04335354),(-0.02154816,0.002253393,-0.04361494),(-0.02139902,0.002180391,-0.04322287),(-0.02044794,0.002820824,-0.04492586),(-0.02007244,0.002861689,-0.04507849),(-0.01991307,0.00280717,-0.04469275),(-0.02028599,0.00275428,-0.04454122),(-0.01969912,0.002857917,-0.0452364),(-0.01933194,0.002806972,-0.04539794),(-0.0191842,0.002761806,-0.04501022),(-0.01954423,0.002811952,-0.0448496),(-0.01939082,0.002761321,-0.04446261),(-0.01975507,0.002747714,-0.04430688),(-0.01903851,0.002712808,-0.04462203),(-0.01889564,0.002659999,-0.04423331),(-0.01923987,0.002708243,-0.04407493),(-0.01959958,0.00268824,-0.04391997),(-0.0201257,0.002683309,-0.04415618),(-0.01996825,0.002615264,-0.04376955),(-0.01897486,0.002706317,-0.04556139),(-0.01866635,0.002563783,-0.04571837),(-0.0185427,0.002490827,-0.0453292),(-0.01883769,0.002649909,-0.04517305),(-0.01844485,0.0023872,-0.04586045),(-0.01834882,0.002184395,-0.04597925),(-0.01825917,0.002089384,-0.04558605),(-0.01833719,0.00229913,-0.04546984),(-0.01823497,0.002211285,-0.04507757),(-0.01842349,0.002416624,-0.04493875),(-0.01817522,0.001996,-0.04519104),(-0.0180965,0.001903566,-0.04479492),(-0.01813805,0.002122837,-0.04468431),(-0.01830894,0.002340118,-0.04454749),(-0.01870371,0.002590854,-0.04478383),(-0.01857339,0.002528232,-0.04439399),(-0.01841672,0.0019632,-0.04606634),(-0.01861397,0.001743356,-0.04612761),(-0.01856313,0.001673417,-0.04572537),(-0.0183466,0.001876156,-0.045669),(-0.01890598,0.001544604,-0.04616886),(-0.0192582,0.001386687,-0.04619599),(-0.01923805,0.001355287,-0.04578516),(-0.0188724,0.001495137,-0.04576186),(-0.01884009,0.001448249,-0.0453542),(-0.01851556,0.001606788,-0.04532181),(-0.01921714,0.001324011,-0.04537462),(-0.01919318,0.001288299,-0.04496519),(-0.01880728,0.001400856,-0.04494656),(-0.01846997,0.001541582,-0.0449176),(-0.01828135,0.001791937,-0.04526995),(-0.01822009,0.001709483,-0.04486987),(-0.01963603,0.001289348,-0.04621483),(-0.02003208,0.001233352,-0.04622896),(-0.02002298,0.001213498,-0.04581583),(-0.01962373,0.001267838,-0.04580199),(-0.02043892,0.001199469,-0.04624197),(-0.02084916,0.001168467,-0.04625744),(-0.02083637,0.001126987,-0.04584863),(-0.02042934,0.001172978,-0.0458302),(-0.0204151,0.0011314,-0.04542217),(-0.02001005,0.001183557,-0.04540542),(-0.02081866,0.001067331,-0.04544407),(-0.02079304,0.0009840466,-0.04504519),(-0.02039286,0.001067344,-0.04501956),(-0.01999008,0.001136108,-0.04499928),(-0.01960893,0.001241771,-0.04539063),(-0.01958881,0.001204904,-0.04498196),(-0.02125539,0.001121113,-0.04627895),(-0.02165898,0.001058451,-0.04630407),(-0.02163547,0.0009669396,-0.04590486),(-0.02123761,0.001056234,-0.04587465),(-0.02206132,0.0009815277,-0.04633037),(-0.02246382,0.0008913863,-0.04635544),(-0.0224307,0.0007576031,-0.04596446),(-0.02203237,0.0008653225,-0.04593592),(-0.02200092,0.0007384713,-0.04554351),(-0.02160832,0.0008602079,-0.04550884),(-0.02239636,0.0006188301,-0.04557426),(-0.02236221,0.000488797,-0.04518252),(-0.02196756,0.0006111352,-0.04515156),(-0.02157685,0.0007430508,-0.04511549),(-0.02121531,0.0009733809,-0.04547433),(-0.02118653,0.0008716518,-0.04507861),(-0.02286783,0.0007890714,-0.04637684),(-0.0232729,0.0006799099,-0.04639428),(-0.02323822,0.0005456557,-0.04600399),(-0.02283289,0.0006500004,-0.04598713),(-0.02367856,0.000569228,-0.04640742),(-0.02408432,0.0004623525,-0.04641597),(-0.02405534,0.0003593058,-0.04602051),(-0.02364594,0.0004477105,-0.04601509),(-0.02361466,0.0003371195,-0.04562058),(-0.02320437,0.000417983,-0.04561224),(-0.02402765,0.0002695246,-0.04562252),(-0.02400132,0.0001986871,-0.04522138),(-0.02358532,0.0002464178,-0.04522258),(-0.02317251,0.0003089831,-0.04521712),(-0.02279789,0.0005119436,-0.04559699),(-0.02276433,0.000388928,-0.04520407),(-0.02448973,0.0003646096,-0.04641962),(-0.02489488,0.0002737163,-0.04641958),(-0.02487675,0.0002173711,-0.04601583),(-0.02446569,0.0002835827,-0.04602028),(-0.02529984,0.0001873894,-0.0464171),(-0.02570472,0.0001033456,-0.04641338),(-0.02528828,0.0001575002,-0.04600857),(-0.02570006,0.0001007998,-0.0459999),(-0.02527435,0.000133939,-0.04559918),(-0.02485788,0.0001712943,-0.04561036),(-0.02569122,9.994375e-5,-0.04558654),(-0.0252582,0.0001169442,-0.04518892),(-0.02567863,9.993812e-5,-0.04517329),(-0.0248382,0.0001370228,-0.04520311),(-0.02444218,0.0002153695,-0.04561863),(-0.0244191,0.0001632463,-0.0452144),(0.03695266,0.001222849,-0.005267671),(0.03662394,0.00122282,-0.005523563),(0.03629499,0.001222785,-0.00577942),(0.03688115,0.00122288,-0.005856278),(0.03655236,0.001222838,-0.006112449),(0.03720967,0.001222912,-0.005599932),(0.03596553,0.001222741,-0.006035208),(0.03563533,0.001222681,-0.006290891),(0.03622309,0.00122278,-0.00636827),(0.03589307,0.001222694,-0.006623565),(0.03681101,0.001222803,-0.006445206),(0.03648171,0.001222738,-0.006701161),(0.03615164,0.001222642,-0.006956219),(0.03641018,0.001222533,-0.00728913),(0.03674055,0.001222618,-0.007034128),(0.03707017,0.001222677,-0.006777903),(0.03746835,0.001222881,-0.005931799),(0.03713981,0.001222847,-0.006188651),(0.0373993,0.001222717,-0.006520864),(0.03772818,0.001222749,-0.006263416),(0.03530412,0.001222602,-0.006546435),(0.03497193,0.001222503,-0.006802081),(0.03523014,0.00122243,-0.007132492),(0.03556207,0.001222575,-0.006878159),(0.03463877,0.001222384,-0.007058073),(0.03430464,0.001222245,-0.007314653),(0.03456379,0.001222106,-0.007642112),(0.03489736,0.00122227,-0.007386998),(0.03515593,0.00122217,-0.007716556),(0.03548859,0.001222342,-0.007463329),(0.03482271,0.001222006,-0.007970347),(0.03508104,0.001221991,-0.008299795),(0.03541404,0.001222125,-0.008047139),(0.03574671,0.001222271,-0.00779494),(0.03582055,0.001222505,-0.007210079),(0.03607883,0.001222412,-0.007542502),(0.03396958,0.001222087,-0.00757206),(0.0336337,0.001221925,-0.007830579),(0.03389455,0.001221801,-0.008155684),(0.0342295,0.001221946,-0.007898273),(0.03329716,0.001221775,-0.008090484),(0.03296008,0.001221654,-0.00835206),(0.0332229,0.001221581,-0.00867507),(0.03355899,0.001221676,-0.008414549),(0.03382052,0.001221658,-0.00873923),(0.03415504,0.001221749,-0.008481533),(0.03348549,0.001221593,-0.008998535),(0.03374694,0.001221702,-0.009323195),(0.034081,0.001221741,-0.009065173),(0.03441462,0.001221801,-0.008808685),(0.0344891,0.001221865,-0.008225288),(0.03474794,0.001221883,-0.0085536),(0.03262261,0.001221578,-0.008615581),(0.03228489,0.00122154,-0.008879734),(0.0325494,0.001221502,-0.009200489),(0.03288632,0.001221523,-0.008937452),(0.03194706,0.001221534,-0.009143195),(0.03160927,0.001221556,-0.009404649),(0.03187518,0.001221564,-0.009723699),(0.0322123,0.001221516,-0.009462973),(0.03247757,0.001221578,-0.009782771),(0.03281389,0.00122155,-0.00952136),(0.03214104,0.001221645,-0.01004278),(0.03240601,0.001221796,-0.01036282),(0.03274186,0.001221723,-0.0101036),(0.03307733,0.001221687,-0.009843311),(0.03314991,0.001221556,-0.009259596),(0.03341237,0.001221682,-0.009582877),(0.03127166,0.001221598,-0.009662774),(0.03093421,0.001221651,-0.00991909),(0.03120134,0.001221746,-0.01023758),(0.03153818,0.001221647,-0.00998146),(0.0305969,0.001221708,-0.01017511),(0.0302597,0.001221758,-0.01043236),(0.03052834,0.001221936,-0.01075019),(0.03086472,0.001221848,-0.01049338),(0.03113162,0.001222012,-0.01081239),(0.0314679,0.001221882,-0.0105565),(0.03079575,0.001222121,-0.0110691),(0.03106228,0.00122228,-0.01138883),(0.03139769,0.001222176,-0.01113221),(0.03173364,0.001222045,-0.01087625),(0.03180443,0.001221753,-0.01030032),(0.03206984,0.001221911,-0.01062008),(0.02992261,0.001221793,-0.01069234),(0.02958602,0.001221815,-0.0109548),(0.02985678,0.001222028,-0.01127069),(0.03019227,0.001221994,-0.01100933),(0.02925035,0.001221829,-0.01121946),(0.02891599,0.001221838,-0.01148606),(0.02918875,0.001222048,-0.0117996),(0.02952218,0.001222044,-0.01153415),(0.02979234,0.001222232,-0.01185064),(0.03012592,0.001222223,-0.01158823),(0.02945992,0.001222224,-0.01211494),(0.02973014,0.001222313,-0.01243131),(0.03006154,0.001222341,-0.01216816),(0.0303941,0.001222351,-0.01190674),(0.03046045,0.001222188,-0.01132772),(0.03072772,0.001222335,-0.01164698),(0.02858336,0.001221845,-0.01175431),(0.0282522,0.001221857,-0.01202423),(0.02852618,0.001222045,-0.01233605),(0.02885679,0.001222045,-0.01206693),(0.02792227,0.001221881,-0.01229581),(0.02759331,0.001221924,-0.01256906),(0.02786848,0.001222094,-0.01287928),(0.02819679,0.001222058,-0.01260686),(0.02847048,0.001222202,-0.01291881),(0.02879904,0.001222196,-0.01264913),(0.0281431,0.001222239,-0.01319009),(0.02841738,0.001222298,-0.01350118),(0.02874367,0.001222259,-0.01323125),(0.02907122,0.001222258,-0.01296292),(0.02912883,0.001222208,-0.01238114),(0.02940005,0.001222281,-0.01269625),(0.02726509,0.001221993,-0.01284396),(0.02693775,0.001222062,-0.01312077),(0.02721488,0.001222233,-0.01342893),(0.02754115,0.001222163,-0.01315323),(0.02661141,0.001222103,-0.01339972),(0.02628624,0.001222091,-0.01368108),(0.02656582,0.001222248,-0.01398659),(0.02688973,0.001222272,-0.01370663),(0.02716793,0.001222456,-0.01401371),(0.02749178,0.001222406,-0.01373733),(0.02684534,0.001222428,-0.01429221),(0.02712491,0.001222522,-0.01459784),(0.02744612,0.001222548,-0.01432083),(0.0277686,0.001222488,-0.01404582),(0.02781685,0.00122232,-0.01346286),(0.02809236,0.00122239,-0.01377266),(0.02596236,0.001221999,-0.01396508),(0.02564016,0.001221864,-0.01425181),(0.02592233,0.001221962,-0.01455412),(0.02624321,0.001222129,-0.01426903),(0.02532001,0.001221724,-0.01454136),(0.02500228,0.001221617,-0.01483382),(0.02528749,0.001221672,-0.01513283),(0.02560362,0.001221794,-0.014842),(0.02588729,0.001221875,-0.01514258),(0.02620453,0.00122208,-0.01485642),(0.02557279,0.001221728,-0.01543174),(0.0258583,0.001221757,-0.01573045),(0.02617114,0.001221919,-0.01544299),(0.02648688,0.001222144,-0.01515861),(0.02652404,0.001222284,-0.01457304),(0.02680499,0.001222366,-0.01487699),(0.02468736,0.001221581,-0.01512927),(0.0243749,0.001221594,-0.01542736),(0.02466387,0.001221674,-0.01572334),(0.02497438,0.001221642,-0.01542677),(0.02406457,0.001221632,-0.0157277),(0.02375603,0.001221674,-0.01602992),(0.02404906,0.001221804,-0.01632252),(0.02435557,0.001221739,-0.01602208),(0.02464673,0.001221827,-0.01631636),(0.024953,0.001221741,-0.0160192),(0.02434223,0.001221916,-0.01661503),(0.0246356,0.001221975,-0.01690744),(0.02493813,0.001221871,-0.01661048),(0.02524238,0.001221773,-0.01631488),(0.02526152,0.001221696,-0.01572414),(0.02554891,0.001221721,-0.01602131),(0.02344893,0.001221697,-0.01633365),(0.02314342,0.001221706,-0.01663913),(0.02344037,0.001221858,-0.01692741),(0.02374393,0.001221842,-0.01662418),(0.02283963,0.001221705,-0.01694662),(0.02253769,0.0012217,-0.01725635),(0.02283858,0.001221854,-0.01753986),(0.02313853,0.00122186,-0.01723253),(0.02343732,0.001222007,-0.01751843),(0.02373731,0.001221998,-0.01721565),(0.02313928,0.001222006,-0.01782341),(0.02343976,0.001222126,-0.0181071),(0.02373599,0.001222116,-0.01780441),(0.02403423,0.001222091,-0.01750391),(0.02403902,0.00122197,-0.01691466),(0.0243342,0.001222047,-0.01720509),(0.02223774,0.001221695,-0.01756858),(0.02194017,0.001221691,-0.01788343),(0.02224524,0.001221841,-0.01816228),(0.02254071,0.001221848,-0.01784975),(0.02164536,0.001221687,-0.01820104),(0.02135368,0.001221685,-0.01852155),(0.02166291,0.001221832,-0.01879571),(0.02195252,0.001221836,-0.01847757),(0.02225936,0.001221986,-0.01875431),(0.02255001,0.001221994,-0.01844128),(0.02197178,0.001221977,-0.01907015),(0.02228034,0.001222097,-0.01934489),(0.02256589,0.001222114,-0.01903132),(0.02285448,0.001222124,-0.01872052),(0.02284342,0.001222001,-0.018131),(0.02314584,0.001222129,-0.01841245),(0.02106552,0.001221685,-0.01884509),(0.02078101,0.001221689,-0.01917163),(0.02109423,0.001221833,-0.01944078),(0.02137673,0.001221829,-0.0191168),(0.02050029,0.001221699,-0.01950116),(0.02022348,0.001221718,-0.01983365),(0.02081564,0.001221847,-0.01976759),(0.02054117,0.001221878,-0.02009717),(0.02140699,0.001221967,-0.01971038),(0.02113044,0.001221982,-0.02003459),(0.02085823,0.001222023,-0.02036138),(0.02144484,0.001222072,-0.02030206),(0.02117477,0.001222119,-0.02062627),(0.0217194,0.001222062,-0.01998036),(0.02168754,0.001221968,-0.01938887),(0.02199804,0.001222075,-0.01966127),(0.01995072,0.001221748,-0.02016909),(0.01968205,0.001221839,-0.02050725),(0.02027107,0.001221927,-0.02042945),(0.02000524,0.001222025,-0.02076426),(0.01941749,0.001222041,-0.02084792),(0.01915708,0.001222405,-0.02119087),(0.01974359,0.001222197,-0.02110139),(0.01948602,0.001222471,-0.02144067),(0.02032761,0.001222203,-0.02102233),(0.02006873,0.001222342,-0.02135617),(0.01981385,0.001222513,-0.02169204),(0.02039253,0.00122246,-0.02161285),(0.02014001,0.001222546,-0.02194585),(0.02064894,0.001222341,-0.02128182),(0.0205907,0.001222096,-0.02069069),(0.02090958,0.001222218,-0.02095291),(0.01890084,0.001222979,-0.02153587),(0.01864839,0.001223606,-0.02188323),(0.01923242,0.001222875,-0.0217819),(0.0189824,0.001223317,-0.02212561),(0.01839932,0.001224128,-0.02223324),(0.01815325,0.001224386,-0.0225862),(0.01873552,0.001223705,-0.0224723),(0.0184914,0.001223948,-0.0228225),(0.01931497,0.00122295,-0.0223701),(0.01907018,0.001223212,-0.0227137),(0.01882795,0.0012235,-0.02306127),(0.01940246,0.001222844,-0.02295898),(0.01916211,0.00122329,-0.02330406),(0.01964532,0.001222638,-0.02261811),(0.01956273,0.001222717,-0.02202978),(0.01989106,0.001222572,-0.02228067),(0.01790978,0.001224222,-0.02294241),(0.01766937,0.001223779,-0.02330149),(0.0182496,0.001223954,-0.02317673),(0.01801074,0.001223778,-0.02353426),(0.01743248,0.0012232,-0.02366308),(0.01719957,0.001222626,-0.0240268),(0.01777542,0.001223473,-0.02389436),(0.01754426,0.001223095,-0.02425632),(0.01835069,0.001224065,-0.02376942),(0.01811708,0.001224183,-0.02412793),(0.01788777,0.001224082,-0.02448803),(0.018457,0.001225619,-0.02436469),(0.01822969,0.001225849,-0.02472271),(0.01868866,0.001224941,-0.02400811),(0.01858789,0.001223811,-0.02341352),(0.01892393,0.001224077,-0.02365417),(0.0169711,0.0012222,-0.02439229),(0.01674673,0.001221905,-0.0247592),(0.01731786,0.001222698,-0.0246194),(0.01709574,0.001222363,-0.02498346),(0.01652609,0.001221726,-0.02512722),(0.01630884,0.001221645,-0.025496),(0.01687742,0.001222169,-0.02534838),(0.01666241,0.001222198,-0.02571402),(0.01744357,0.001223294,-0.02520995),(0.01722747,0.001223224,-0.02557186),(0.01701458,0.001223783,-0.02593449),(0.01757547,0.001225168,-0.02579889),(0.0173644,0.001226894,-0.02615884),(0.0177896,0.001224901,-0.02543965),(0.01766347,0.001223683,-0.02484868),(0.01800744,0.001225369,-0.02508098),(0.01609462,0.001221645,-0.02586521),(0.01588368,0.001221748,-0.02623533),(0.01645023,0.001222529,-0.02608024),(0.01624113,0.001223237,-0.02644742),(0.01567626,0.001221973,-0.0266068),(0.01547262,0.00122234,-0.02698009),(0.01603539,0.001224394,-0.02681594),(0.01583323,0.001226074,-0.02718617),(0.01659679,0.00122796,-0.02666219),(0.01639234,0.00123207,-0.02702762),(0.01619116,0.001237858,-0.02739435),(0.01674588,0.001247606,-0.02724327),(0.01654491,0.001261724,-0.02760573),(0.01694952,0.001237503,-0.02688119),(0.01680428,0.001225279,-0.02629787),(0.01715572,0.001230802,-0.02651966),(0.015273,0.001222869,-0.02735566),(0.01507753,0.001225085,-0.0277329),(0.01563494,0.001228348,-0.0275585),(0.01544056,0.001233218,-0.02793229),(0.01488636,0.001230513,-0.02811121),(0.01469961,0.001240675,-0.02848999),(0.01525014,0.001242684,-0.02830694),(0.01506373,0.001258745,-0.02868182),(0.01579909,0.001257417,-0.02813155),(0.01560796,0.001275612,-0.02850067),(0.01541995,0.001302366,-0.02886924),(0.01595691,0.001339613,-0.02869113),(0.01576452,0.001383908,-0.02904955),(0.01615083,0.001305781,-0.02833048),(0.01599344,0.00124557,-0.02776255),(0.0163467,0.001280467,-0.0279684),(0.01451743,0.001257098,-0.02886862),(0.01433933,0.001280907,-0.02924669),(0.01488139,0.001283402,-0.02905631),(0.01470232,0.001318419,-0.02942931),(0.01416482,0.00131323,-0.02962377),(0.01399342,0.001355193,-0.02999942),(0.01452573,0.001365559,-0.02979972),(0.01435081,0.001426587,-0.03016645),(0.01505181,0.001390333,-0.02960095),(0.01486952,0.001455832,-0.02996055),(0.01468696,0.001538532,-0.03031362),(0.01499317,0.00170513,-0.03042978),(0.0151889,0.001599229,-0.03009731),(0.01538184,0.001511721,-0.02975492),(0.01523493,0.001339892,-0.02923659),(0.01557327,0.001440612,-0.0294049),(0.01382463,0.001407924,-0.03037321),(0.01365766,0.001472785,-0.03074409),(0.01417679,0.001503265,-0.03052839),(0.01400252,0.001595431,-0.03088456),(0.01349172,0.001551139,-0.03111099),(0.01332602,0.001644346,-0.03147285),(0.01382687,0.001702919,-0.03123398),(0.01364872,0.001825564,-0.03157568),(0.01412623,0.00189599,-0.03132092),(0.01431657,0.00176029,-0.03099435),(0.01393079,0.002046,-0.03163757),(0.0141592,0.00230464,-0.03164195),(0.01437732,0.002133973,-0.03135572),(0.01458836,0.0019753,-0.03105857),(0.01450306,0.001640578,-0.0306584),(0.01479332,0.00183142,-0.03075006),(0.01315977,0.001753772,-0.03182861),(0.01299137,0.001877329,-0.03217811),(0.01346693,0.001963202,-0.03190867),(0.01327993,0.002113085,-0.03223317),(0.01281924,0.002012935,-0.03252117),(0.0126418,0.002158504,-0.03285762),(0.01288407,0.002438586,-0.03285756),(0.01308617,0.002272462,-0.0325494),(0.01330054,0.002558472,-0.0325269),(0.0135194,0.002380579,-0.03224002),(0.01307096,0.002738985,-0.03280493),(0.01319339,0.00304237,-0.03268852),(0.01345141,0.002857056,-0.03244027),(0.01369753,0.002669871,-0.03218355),(0.01372899,0.002208642,-0.03194376),(0.01393304,0.002484502,-0.03191767),(0.01245746,0.002311952,-0.03318729),(0.01226398,0.002471953,-0.03350902),(0.01244856,0.002781105,-0.03344943),(0.01267206,0.002608706,-0.03315787),(0.01205915,0.002637184,-0.03382165),(0.01184071,0.00280632,-0.03412401),(0.01196058,0.00312586,-0.03400254),(0.01221193,0.002954063,-0.03373129),(0.01230567,0.003268995,-0.03358657),(0.01257441,0.003096052,-0.03333543),(0.01202211,0.0034358,-0.03382743),(0.01202725,0.003713593,-0.03359855),(0.01233934,0.003559175,-0.03338445),(0.01263758,0.003394871,-0.03316109),(0.01282922,0.00291878,-0.03307467),(0.01292219,0.003222122,-0.03292895),(0.01160643,0.002978036,-0.03441492),(0.01135535,0.003148987,-0.0346933),(0.01140895,0.00345795,-0.03450988),(0.01169291,0.003294778,-0.03426225),(0.01108649,0.003315827,-0.03495802),(0.01079887,0.003475211,-0.03520797),(0.01079245,0.003755587,-0.03496667),(0.01110878,0.003612509,-0.03474487),(0.01108107,0.003880105,-0.03448424),(0.01140884,0.00374347,-0.03427629),(0.0107405,0.004002454,-0.03468118),(0.01065353,0.004204789,-0.0343606),(0.01101266,0.004103602,-0.03418361),(0.01136235,0.003987127,-0.03399782),(0.01172284,0.003594664,-0.03405734),(0.01170107,0.003856684,-0.0338029),(0.01049151,0.003623793,-0.03544206),(0.01016585,0.003759083,-0.03566043),(0.01011294,0.003997716,-0.03536946),(0.01046,0.003884317,-0.03517473),(0.009823344,0.00387859,-0.03586324),(0.009465417,0.003979821,-0.03605063),(0.009380983,0.004174594,-0.03572053),(0.009752772,0.004094803,-0.03555126),(0.009652933,0.00427328,-0.03520782),(0.01002516,0.004198498,-0.03504245),(0.00927269,0.004333295,-0.03536368),(0.009147844,0.004460926,-0.03498958),(0.009532715,0.004415691,-0.03484299),(0.009912597,0.004359087,-0.03468971),(0.01038811,0.004108403,-0.03486708),(0.01028652,0.00428937,-0.0345291),(0.009093514,0.004060286,-0.03622278),(0.00871007,0.004119709,-0.03638038),(0.008608946,0.004279613,-0.03602331),(0.008999079,0.004236105,-0.03587768),(0.008317523,0.004157809,-0.0365242),(0.007918308,0.004174311,-0.03665492),(0.007811544,0.004313727,-0.03628242),(0.008212471,0.004305396,-0.03615802),(0.008096431,0.004429735,-0.03577881),(0.008493204,0.00441109,-0.03564883),(0.007696619,0.004435455,-0.03590086),(0.007971584,0.004540083,-0.03539294),(0.007574371,0.004548603,-0.03551554),(0.008366651,0.004522828,-0.03526447),(0.008885701,0.004379088,-0.03551057),(0.008758948,0.00449654,-0.03513005),(0.007514862,0.004168937,-0.03677331),(0.007109215,0.004140485,-0.0368786),(0.007003648,0.004276109,-0.0365006),(0.00740805,0.004304885,-0.03639711),(0.006703392,0.004087752,-0.03697003),(0.006299422,0.004009538,-0.03704688),(0.006599998,0.004224643,-0.03659138),(0.006198755,0.004147727,-0.03666797),(0.006892984,0.004404976,-0.03612008),(0.006491983,0.00435989,-0.03621293),(0.006093406,0.004288984,-0.03629173),(0.006378322,0.004499632,-0.03583778),(0.005982085,0.004438565,-0.03592104),(0.006776565,0.004534347,-0.03574065),(0.007295001,0.004428683,-0.03601534),(0.00717564,0.004548681,-0.03563233),(0.005899334,0.003904639,-0.03710838),(0.005503355,0.003776764,-0.0371562),(0.00580158,0.004042603,-0.03672887),(0.005408592,0.003913533,-0.03677585),(0.005111706,0.003629623,-0.03719201),(0.004724615,0.003466925,-0.03721749),(0.005019916,0.003764785,-0.03681073),(0.004635675,0.00360062,-0.03683526),(0.005308028,0.004061001,-0.03640242),(0.00492179,0.003913177,-0.03643768),(0.004540231,0.003748962,-0.03646183),(0.004815622,0.004079402,-0.03607618),(0.004436851,0.003916001,-0.03610034),(0.005199946,0.004223958,-0.03603904),(0.005698658,0.004187812,-0.03635433),(0.00558903,0.004345177,-0.03598772),(0.004342306,0.003292377,-0.03723428),(0.003962821,0.003110773,-0.03724452),(0.004255989,0.003425303,-0.03685124),(0.003879057,0.003243128,-0.03686064),(0.003584201,0.002926907,-0.03725035),(0.003204486,0.002745569,-0.03725387),(0.003503072,0.003058389,-0.03686541),(0.003126231,0.002875381,-0.03686754),(0.003790151,0.003389368,-0.03648398),(0.003417958,0.003202236,-0.03648624),(0.003045212,0.003015714,-0.03648546),(0.003329689,0.003358065,-0.03611334),(0.002962943,0.003164826,-0.03610727),(0.003696107,0.003550737,-0.03611609),(0.00416363,0.003572984,-0.03647655),(0.00406442,0.003738248,-0.0361127),(0.002821718,0.002571554,-0.03725721),(0.002436096,0.002405318,-0.037261),(0.002746729,0.002698398,-0.03686898),(0.002364665,0.002527881,-0.03687041),(0.00204782,0.002247319,-0.03726588),(0.001657089,0.002098014,-0.03727248),(0.001980139,0.002364269,-0.03687247),(0.001593249,0.002208001,-0.03687585),(0.002292504,0.002657496,-0.03648185),(0.001912429,0.002487038,-0.03648037),(0.001529799,0.002323175,-0.03648001),(0.00184659,0.002612864,-0.03608843),(0.001468437,0.00244111,-0.03608395),(0.002221592,0.002791331,-0.03609421),(0.00267008,0.002833928,-0.03648377),(0.002593643,0.002975616,-0.03610069),(0.001264103,0.001957858,-0.03728143),(0.0008683484,0.001833848,-0.03729401),(0.001204095,0.002059519,-0.03688119),(0.0008120105,0.001927386,-0.03689032),(0.0004693126,0.001732979,-0.03731152),(6.648251e-5,0.001662245,-0.03733522),(0.0004163306,0.001820168,-0.03690505),(1.63898e-5,0.001746432,-0.03692719),(0.0007560187,0.002027,-0.03648698),(0.0003634876,0.001914502,-0.03649897),(-3.372446e-5,0.001838941,-0.03651973),(0.0003116433,0.00201498,-0.036093),(-8.32625e-5,0.001938885,-0.03611271),(0.0007015225,0.002131297,-0.03608348),(0.001144559,0.002166526,-0.03648144),(0.001086934,0.002276964,-0.03608138),(-0.0003406545,0.001628642,-0.03736643),(-0.0007488818,0.001630862,-0.03740528),(-0.0003884775,0.001714741,-0.03695856),(-0.0007942987,0.001723301,-0.03699924),(-0.001154983,0.001667595,-0.03745196),(-0.001555741,0.001737533,-0.03750662),(-0.001197101,0.001770314,-0.03704927),(-0.001592912,0.001853986,-0.03710875),(-0.000839586,0.001825871,-0.03659441),(-0.001238883,0.001883403,-0.03664808),(-0.001629522,0.001980338,-0.03671247),(-0.001280432,0.002004335,-0.03624798),(-0.001666091,0.002113372,-0.03631714),(-0.000884565,0.001936771,-0.0361906),(-0.0004363078,0.001810224,-0.03655159),(-0.0004837536,0.001913885,-0.03614537),(-0.00194794,0.001839368,-0.03756942),(-0.002330826,0.001969753,-0.03764031),(-0.001977758,0.00197252,-0.0371777),(-0.002352571,0.002119963,-0.037255),(-0.00270365,0.002125345,-0.03771921),(-0.003065656,0.002302798,-0.03780606),(-0.002718279,0.002290359,-0.03733949),(-0.003075813,0.002477755,-0.03743001),(-0.00237356,0.002276557,-0.03687081),(-0.002732482,0.00245899,-0.03696027),(-0.003086357,0.002653072,-0.0370536),(-0.002748461,0.002627184,-0.03657992),(-0.003099579,0.00282495,-0.03667517),(-0.002395545,0.002435518,-0.03648635),(-0.002006827,0.002114198,-0.03678747),(-0.002036275,0.002260673,-0.03639767),(-0.003416093,0.002498767,-0.0379008),(-0.003761639,0.002699436,-0.03799837),(-0.003426102,0.002676197,-0.03752544),(-0.003774823,0.002871784,-0.03762106),(-0.004108975,0.00289099,-0.03809369),(-0.004464776,0.003059612,-0.03818175),(-0.004490262,0.003198797,-0.03779423),(-0.004127651,0.003050617,-0.03771222),(-0.003791366,0.003037322,-0.0372411),(-0.004150734,0.003200313,-0.03732716),(-0.004520168,0.003325765,-0.03740268),(-0.004554125,0.003440238,-0.03700719),(-0.00417849,0.003338697,-0.03693816),(-0.00381235,0.003193664,-0.0368576),(-0.003437946,0.002850379,-0.03714856),(-0.003453461,0.003018096,-0.03676883),(-0.004835723,0.003191485,-0.03825745),(-0.005216589,0.003279603,-0.03832377),(-0.005255988,0.003358696,-0.03792064),(-0.004868332,0.003302424,-0.03786242),(-0.005602151,0.003316961,-0.03838364),(-0.005987184,0.003296552,-0.03844003),(-0.006036565,0.003317954,-0.03802257),(-0.005647356,0.003364807,-0.03797274),(-0.005690394,0.003400332,-0.03755952),(-0.005295789,0.003424531,-0.03751443),(-0.006081807,0.003328735,-0.03760334),(-0.006122823,0.00333204,-0.03718247),(-0.005730972,0.003426219,-0.03714424),(-0.005335488,0.003478987,-0.03710546),(-0.004903784,0.003400091,-0.03746363),(-0.004941498,0.003485331,-0.03706137),(-0.006366462,0.00321137,-0.03849588),(-0.006725031,0.003114158,-0.03854834),(-0.006776333,0.003107741,-0.03812362),(-0.006417738,0.00321533,-0.03807399),(-0.007047934,0.00305766,-0.03859457),(-0.007320219,0.003094619,-0.0386317),(-0.007367607,0.003080865,-0.03820402),(-0.007097804,0.003045986,-0.03816808),(-0.007145033,0.00303064,-0.03773941),(-0.006823401,0.003095482,-0.03769689),(-0.007414852,0.003064864,-0.0377743),(-0.007462029,0.003048429,-0.03734254),(-0.007189592,0.003013944,-0.03730845),(-0.006866201,0.003080192,-0.03726807),(-0.006464235,0.003210982,-0.03765033),(-0.006505922,0.00320146,-0.03722491),(-0.007526929,0.003277781,-0.03865691),(-0.007701553,0.003537554,-0.03867581),(-0.007742979,0.003525565,-0.03824669),(-0.007571197,0.003263182,-0.03822803),(-0.007877584,0.00380435,-0.03869405),(-0.008088508,0.00400858,-0.03871725),(-0.008128745,0.004021054,-0.03829399),(-0.00791736,0.003800645,-0.03826649),(-0.007966078,0.003794029,-0.03784006),(-0.007790799,0.003511143,-0.0378175),(-0.008178996,0.004030635,-0.03787277),(-0.008240336,0.004037914,-0.03745433),(-0.008024721,0.003785385,-0.03741542),(-0.007845717,0.003495437,-0.0373887),(-0.007618582,0.00324656,-0.03779795),(-0.007669445,0.003229355,-0.03736686),(-0.008367819,0.004080652,-0.03875107),(-0.008686921,0.004039799,-0.03878345),(-0.008737472,0.004110691,-0.03837853),(-0.008411539,0.00411942,-0.03833572),(-0.009017225,0.003905252,-0.03880234),(-0.009330141,0.003696241,-0.03879572),(-0.009405677,0.003831722,-0.03841479),(-0.009078274,0.00400981,-0.03840927),(-0.009142575,0.004116868,-0.03801895),(-0.008794358,0.00418165,-0.03797611),(-0.009481662,0.003972434,-0.0380374),(-0.009557423,0.00411784,-0.03766371),(-0.009210005,0.004226011,-0.03763161),(-0.008858003,0.004252539,-0.03757658),(-0.008464128,0.004156373,-0.03792275),(-0.008526437,0.004191737,-0.03751277),(-0.009597078,0.003431998,-0.03875152),(-0.009833715,0.003160037,-0.03870023),(-0.009946325,0.003338768,-0.0383417),(-0.00969141,0.003591374,-0.03838196),(-0.01005573,0.002927874,-0.03867232),(-0.0102788,0.002783022,-0.03869827),(-0.01040711,0.002996794,-0.03836265),(-0.01018127,0.003123907,-0.03832495),(-0.01030366,0.003331999,-0.03798633),(-0.01005666,0.003527909,-0.03799023),(-0.01053106,0.003223111,-0.03803668),(-0.0106489,0.003462412,-0.03772207),(-0.01042118,0.003552318,-0.03765785),(-0.01016322,0.003727312,-0.03764677),(-0.009784506,0.003758751,-0.03801754),(-0.009875231,0.003933713,-0.03765874),(-0.01051861,0.002772998,-0.03880855),(-0.01075952,0.002870137,-0.03898513),(-0.01085494,0.003125769,-0.03867479),(-0.01063469,0.003007433,-0.03848573),(-0.0109859,0.003046777,-0.03920995),(-0.01118211,0.003275253,-0.03946501),(-0.0110588,0.003321749,-0.03891044),(-0.01123719,0.003565317,-0.03917328),(-0.0111233,0.003602677,-0.03861617),(-0.01094231,0.003390562,-0.03837213),(-0.01128599,0.00385757,-0.0388837),(-0.01117807,0.003889829,-0.03832832),(-0.01132705,0.004151784,-0.03859697),(-0.01102017,0.003665037,-0.03807869),(-0.01074442,0.003253336,-0.03817213),(-0.01084617,0.003511274,-0.03786948),(-0.01133251,0.003527904,-0.03973224),(-0.01146758,0.003782407,-0.03999565),(-0.01138105,0.003826422,-0.03944391),(-0.01151755,0.004080744,-0.03970595),(-0.01161776,0.004016441,-0.04023922),(-0.01181351,0.004207686,-0.04044695),(-0.01167386,0.004303968,-0.03994298),(-0.01187716,0.004471775,-0.04013861),(-0.01157381,0.004373369,-0.03941135),(-0.01174218,0.004582295,-0.0396389),(-0.01195569,0.00472392,-0.03982052),(-0.01204575,0.004961986,-0.03949207),(-0.01181961,0.004849188,-0.03932638),(-0.01163379,0.004658518,-0.03911158),(-0.01142895,0.004123131,-0.03915419),(-0.01147428,0.004417032,-0.03886326),(-0.01208529,0.004333818,-0.04060284),(-0.01239972,0.004386472,-0.04071173),(-0.01247029,0.004566078,-0.04036443),(-0.01215462,0.004559848,-0.04027642),(-0.0127234,0.004357281,-0.04077851),(-0.01302297,0.00423788,-0.04080804),(-0.01307252,0.004324577,-0.04042302),(-0.01278824,0.004488357,-0.04041063),(-0.01285151,0.004606159,-0.04003511),(-0.01254667,0.004731578,-0.04000791),(-0.01311417,0.004400272,-0.04003227),(-0.01314774,0.004467555,-0.03963647),(-0.01291187,0.004712279,-0.03965244),(-0.0126265,0.004883168,-0.03964226),(-0.01223596,0.004772257,-0.03993996),(-0.01232626,0.004969858,-0.03959308),(-0.01326502,0.0040199,-0.04080516),(-0.01344926,0.003725439,-0.04078244),(-0.01343924,0.003752948,-0.04038082),(-0.01328719,0.004072628,-0.04040959),(-0.0135754,0.003376592,-0.04075244),(-0.01364315,0.002995457,-0.04072769),(-0.01353566,0.003385971,-0.0403472),(-0.01358345,0.002992134,-0.04031921),(-0.01341757,0.003777955,-0.03997689),(-0.01348546,0.003397592,-0.03994079),(-0.0135156,0.002995139,-0.03991004),(-0.01342793,0.003413344,-0.03953263),(-0.01344322,0.003005918,-0.03949924),(-0.01338646,0.00380289,-0.0395706),(-0.01329833,0.004118193,-0.04001013),(-0.0132995,0.00415936,-0.03960721),(-0.0136522,0.00260413,-0.04072074),(-0.0136477,0.00223196,-0.04072599),(-0.01358959,0.002591873,-0.04030734),(-0.01359331,0.002215837,-0.04030703),(-0.01367477,0.001908295,-0.04073786),(-0.01377856,0.001662484,-0.04075074),(-0.01375032,0.001659041,-0.04032299),(-0.01363381,0.001894677,-0.04031376),(-0.01359215,0.001892776,-0.03988716),(-0.01353613,0.002210397,-0.03988623),(-0.01372242,0.001668098,-0.03989265),(-0.01369673,0.00169118,-0.03945996),(-0.01355228,0.001904262,-0.03945788),(-0.01347928,0.002217198,-0.03946299),(-0.01352155,0.002588629,-0.03989285),(-0.01345163,0.00259581,-0.0394764),(-0.0140042,0.001523877,-0.04075903),(-0.01430575,0.001487592,-0.04077005),(-0.01428506,0.001527232,-0.04034227),(-0.01398207,0.001539581,-0.04033019),(-0.01463728,0.001548748,-0.04079111),(-0.01495282,0.001702462,-0.04082953),(-0.01492895,0.001787619,-0.04040863),(-0.01461535,0.001612932,-0.04036611),(-0.01459091,0.001691329,-0.0399425),(-0.01426296,0.001580975,-0.03991432),(-0.01490242,0.001886158,-0.03999028),(-0.01487511,0.001995738,-0.0395751),(-0.01456544,0.001782753,-0.03952103),(-0.01424082,0.001648769,-0.0394869),(-0.01395974,0.001568699,-0.03989971),(-0.01393875,0.00161213,-0.03946808),(-0.01520646,0.001943855,-0.04089263),(-0.01542334,0.002245003,-0.04097257),(-0.01540016,0.002349215,-0.04056175),(-0.0151819,0.002042229,-0.04047672),(-0.01562866,0.002577982,-0.04106149),(-0.01584757,0.002914872,-0.04115154),(-0.01583647,0.003010118,-0.04074811),(-0.0156097,0.002681027,-0.04065509),(-0.01559532,0.002788973,-0.04025063),(-0.01537862,0.002461711,-0.04015349),(-0.01583244,0.003106917,-0.04034593),(-0.01583915,0.003201412,-0.03994431),(-0.01558933,0.002897502,-0.03984762),(-0.01536206,0.002578397,-0.03974767),(-0.01515632,0.002151863,-0.04006366),(-0.01513231,0.002269381,-0.03965374),(-0.01610526,0.003227749,-0.04123487),(-0.01639764,0.003510945,-0.04131117),(-0.01641344,0.003574118,-0.04090767),(-0.01610644,0.003308937,-0.04083217),(-0.01672067,0.003758796,-0.04138014),(-0.01707028,0.003965632,-0.04144146),(-0.01711383,0.003990082,-0.04103455),(-0.0167513,0.003802289,-0.040975),(-0.01679007,0.003841176,-0.0405702),(-0.01643787,0.003633839,-0.04050468),(-0.01716451,0.004010004,-0.04062789),(-0.01683663,0.003876405,-0.04016544),(-0.01722082,0.004027608,-0.04022136),(-0.01647209,0.003689328,-0.04010165),(-0.01611597,0.003388813,-0.04043027),(-0.0161365,0.003464842,-0.04002847),(-0.01744242,0.004125788,-0.04149483),(-0.01783062,0.004253488,-0.04154206),(-0.01749487,0.004134126,-0.04108674),(-0.01788864,0.004249093,-0.04113322),(-0.01822844,0.004362956,-0.04158498),(-0.01862942,0.004468415,-0.04162542),(-0.01828941,0.004349652,-0.04117566),(-0.0186914,0.004450474,-0.04121571),(-0.01795111,0.004244042,-0.04072443),(-0.01835357,0.004337995,-0.04076633),(-0.01875567,0.00443573,-0.04080601),(-0.01841972,0.004329713,-0.04035708),(-0.01882157,0.004425349,-0.04039635),(-0.01801634,0.004240631,-0.04031577),(-0.01755315,0.004139502,-0.04067879),(-0.01761538,0.004144473,-0.040271),(-0.01902712,0.00458409,-0.0416652),(-0.01942187,0.004690021,-0.0417041),(-0.01908886,0.004566229,-0.04125507),(-0.01948207,0.004674102,-0.04129359),(-0.01981404,0.004766252,-0.04174191),(-0.02020397,0.004792822,-0.04177843),(-0.01987132,0.004751271,-0.04133119),(-0.02025689,0.004774923,-0.04136773),(-0.01954425,0.004660545,-0.04088323),(-0.01993071,0.004737386,-0.04092067),(-0.02031195,0.004757023,-0.04095725),(-0.01999219,0.004725574,-0.04051033),(-0.02036916,0.004740254,-0.04054696),(-0.01960829,0.00465023,-0.040473),(-0.01915257,0.00455162,-0.04084499),(-0.01921792,0.004541171,-0.040435),(-0.02059201,0.004749774,-0.04181344),(-0.02096879,0.004642486,-0.04184924),(-0.02063907,0.004722235,-0.04140312),(-0.02100824,0.004600821,-0.04143965),(-0.02132495,0.004476341,-0.0418881),(-0.02165108,0.004256718,-0.04193231),(-0.02135475,0.00441829,-0.04147967),(-0.021669,0.004182252,-0.0415255),(-0.02104886,0.00455899,-0.04103008),(-0.02138486,0.004360645,-0.04107099),(-0.02168611,0.004108963,-0.04111801),(-0.02141532,0.004304697,-0.04066183),(-0.02170222,0.004038048,-0.0407095),(-0.0210908,0.004518296,-0.04062039),(-0.02068794,0.004694337,-0.04099295),(-0.02073872,0.004667321,-0.04058288),(-0.02193784,0.003988998,-0.04198415),(-0.02216491,0.003688189,-0.04204603),(-0.02194134,0.003900317,-0.04157945),(-0.02215167,0.003589088,-0.0416435),(-0.02231201,0.0033693,-0.04212034),(-0.02235883,0.003047338,-0.04220948),(-0.02230594,0.002945169,-0.0418097),(-0.0222799,0.003265172,-0.04171959),(-0.02224372,0.003165124,-0.04131635),(-0.02213518,0.00349289,-0.04123905),(-0.02224875,0.002848619,-0.04140704),(-0.02218512,0.002758034,-0.04100099),(-0.02220164,0.003069673,-0.04090995),(-0.02211415,0.003400348,-0.04083204),(-0.02194276,0.003813608,-0.04117348),(-0.02194142,0.003729869,-0.04076573),(-0.02228508,0.002737312,-0.04231584),(-0.02211421,0.002464541,-0.04243504),(-0.02201652,0.002388003,-0.04203412),(-0.02220967,0.002645684,-0.04191577),(-0.02186967,0.002254346,-0.04256271),(-0.02157491,0.002132047,-0.04269446),(-0.02144114,0.00208319,-0.0422928),(-0.02175187,0.00219341,-0.04216103),(-0.02163291,0.002143591,-0.04175692),(-0.02191634,0.002321094,-0.04163042),(-0.02130733,0.00204594,-0.04188916),(-0.02117202,0.002019267,-0.04148499),(-0.02151115,0.002104679,-0.04135134),(-0.02181178,0.002263981,-0.04122434),(-0.02213062,0.00256169,-0.04151276),(-0.02204579,0.002485618,-0.04110667),(-0.02125338,0.002122964,-0.04282589),(-0.02091084,0.002194032,-0.04295861),(-0.02076196,0.002149139,-0.0425608),(-0.02110974,0.002078628,-0.04242572),(-0.02055306,0.002312187,-0.04309417),(-0.02018579,0.002444364,-0.04323416),(-0.02003451,0.002393038,-0.04284161),(-0.02040212,0.002264137,-0.0426991),(-0.02025172,0.00222204,-0.04230347),(-0.02061373,0.002112819,-0.04216202),(-0.01988357,0.002344911,-0.04244883),(-0.019731,0.002294278,-0.04205751),(-0.02009999,0.002180584,-0.04190912),(-0.02046447,0.002080997,-0.04176409),(-0.0209666,0.002044901,-0.04202405),(-0.02082247,0.002019299,-0.04162265),(-0.01981479,0.002557499,-0.04338015),(-0.01944776,0.002633667,-0.04353113),(-0.0192979,0.00258102,-0.04314135),(-0.01966344,0.002505256,-0.04298934),(-0.01909237,0.002654943,-0.04368607),(-0.0187563,0.002603402,-0.04384397),(-0.01861938,0.002544102,-0.0434543),(-0.01894688,0.002600559,-0.04329666),(-0.01880198,0.002544231,-0.04290729),(-0.01914829,0.002527321,-0.04275164),(-0.01848376,0.002483187,-0.04306456),(-0.01834831,0.002421742,-0.04267501),(-0.01865624,0.002485098,-0.04251856),(-0.01899725,0.002469598,-0.042363),(-0.01951229,0.002453777,-0.04259853),(-0.01935946,0.002398304,-0.04220906),(-0.01844723,0.002461119,-0.0440038),(-0.01819922,0.002260253,-0.04415591),(-0.01809378,0.002179891,-0.043764),(-0.01832439,0.00239188,-0.0436133),(-0.01804631,0.002032961,-0.04429066),(-0.01802254,0.001811402,-0.0443984),(-0.01795315,0.001720616,-0.04400177),(-0.01795941,0.001944136,-0.0438967),(-0.01787699,0.001858843,-0.04350247),(-0.01799203,0.002101894,-0.04337168),(-0.01788813,0.00163232,-0.04360534),(-0.01782729,0.001547621,-0.04320944),(-0.01779871,0.001779561,-0.04310801),(-0.01789343,0.002029126,-0.04297896),(-0.01820403,0.002322875,-0.04322253),(-0.01808534,0.002256469,-0.04283155),(-0.01816197,0.001627733,-0.04446946),(-0.01842505,0.001475906,-0.04451337),(-0.01838081,0.00140592,-0.04411037),(-0.01810688,0.001545331,-0.04406948),(-0.0187722,0.001349873,-0.04453962),(-0.01916389,0.001243586,-0.04455773),(-0.01913023,0.001185278,-0.04415337),(-0.01873519,0.001290023,-0.04413483),(-0.01869656,0.001216023,-0.0437336),(-0.01833728,0.001327781,-0.04370981),(-0.01909317,0.001108777,-0.04375321),(-0.01905367,0.001009485,-0.0433584),(-0.01865667,0.001122595,-0.04333736),(-0.01829446,0.001237648,-0.04331296),(-0.01805468,0.001460923,-0.04367076),(-0.01800527,0.001373153,-0.04327404),(-0.01956055,0.001150997,-0.0445772),(-0.01995981,0.001063731,-0.044599),(-0.01992247,0.0009709971,-0.04420331),(-0.01952619,0.001079326,-0.04417642),(-0.02035927,0.000973416,-0.0446241),(-0.02075655,0.0008716784,-0.04465347),(-0.02071375,0.0007425364,-0.0442658),(-0.02031852,0.0008591234,-0.04423333),(-0.02027476,0.0007339724,-0.04384484),(-0.01988128,0.0008624766,-0.043811),(-0.02066917,0.0006089307,-0.04387906),(-0.0206274,0.000483171,-0.04349019),(-0.02023217,0.0006074685,-0.04345618),(-0.01983946,0.0007427405,-0.04342086),(-0.01948775,0.0009891697,-0.04377974),(-0.01944728,0.0008798064,-0.04338725),(-0.02114927,0.0007501449,-0.04468809),(-0.02154038,0.0006202619,-0.04472433),(-0.0215019,0.000499435,-0.04433343),(-0.02110759,0.0006200672,-0.04430001),(-0.02193286,0.0004934758,-0.04475849),(-0.02232966,0.0003812331,-0.04478695),(-0.02229938,0.0002945561,-0.04438787),(-0.02189854,0.0003883584,-0.04436355),(-0.02186633,0.0002986484,-0.043966),(-0.02146437,0.000388164,-0.04394091),(-0.02227198,0.0002271844,-0.04398553),(-0.02224813,0.0001775358,-0.04358028),(-0.02183794,0.0002272113,-0.04356509),(-0.02143077,0.0002940424,-0.04354488),(-0.02106551,0.0004926263,-0.04391151),(-0.02102709,0.000379029,-0.04351982),(-0.02273376,0.00029498,-0.04480605),(-0.02314381,0.000230748,-0.04481671),(-0.02311816,0.0001776993,-0.04441216),(-0.02270626,0.0002257471,-0.04440381),(-0.02355848,0.000184568,-0.04481987),(-0.02397642,0.0001524713,-0.04481642),(-0.02395285,0.0001269594,-0.04440898),(-0.02353404,0.0001461808,-0.04441364),(-0.02351188,0.0001258668,-0.04400516),(-0.02309545,0.0001442593,-0.0440046),(-0.02393053,0.0001182336,-0.04400041),(-0.02390934,0.000122376,-0.04359203),(-0.0234919,0.0001182371,-0.04359569),(-0.02307557,0.0001248499,-0.0435952),(-0.02268192,0.0001768766,-0.04399823),(-0.02266083,0.0001440157,-0.04359019),(-0.0243963,0.0001304892,-0.04480732),(-0.02481764,0.000116093,-0.04479398),(-0.02479572,0.0001106963,-0.04438488),(-0.02437358,0.0001158034,-0.04439896),(-0.02523995,0.0001067541,-0.0447778),(-0.02566274,9.994375e-5,-0.04476021),(-0.02564241,0.0001105637,-0.04434999),(-0.02521883,0.0001096219,-0.0443681),(-0.02519405,0.0001318009,-0.04396214),(-0.02477198,0.000123024,-0.04397769),(-0.02561649,0.0001424012,-0.04394538),(-0.02558386,0.0002060594,-0.04354909),(-0.02516483,0.0001795445,-0.04356218),(-0.02474596,0.0001552673,-0.04357433),(-0.02435069,0.0001178937,-0.04399086),(-0.02432741,0.0001354652,-0.04358459),(0.03798863,0.001222513,-0.006594934),(0.03765895,0.001222486,-0.006853092),(0.03732907,0.001222457,-0.007110751),(0.03791868,0.001222224,-0.007185895),(0.03758785,0.001222203,-0.007444084),(0.03824937,0.001222251,-0.006927137),(0.03699879,0.00122242,-0.007367412),(0.03666791,0.001222374,-0.007622576),(0.03692522,0.001222198,-0.007956493),(0.03725674,0.001222192,-0.007701139),(0.0378466,0.001221976,-0.007778233),(0.03751469,0.001221982,-0.00803543),(0.03718255,0.001222034,-0.008290814),(0.03744033,0.001221912,-0.00862548),(0.03777295,0.001221836,-0.008370411),(0.03810548,0.001221836,-0.008113533),(0.03851006,0.001222041,-0.007260817),(0.03817837,0.001222001,-0.007519827),(0.03843794,0.001221886,-0.007855449),(0.03877036,0.001221962,-0.007596761),(0.03633621,0.001222316,-0.007875743),(0.03600391,0.001222249,-0.008127676),(0.03626067,0.00122226,-0.008461186),(0.03659314,0.001222225,-0.008209578),(0.03567123,0.001222179,-0.008379138),(0.03533839,0.001222109,-0.008630892),(0.03559522,0.001222304,-0.008963139),(0.03592797,0.001222291,-0.008712109),(0.03618472,0.001222424,-0.009045606),(0.03651746,0.001222288,-0.008795118),(0.03585198,0.001222523,-0.009296033),(0.03610913,0.00122271,-0.009629069),(0.03644192,0.001222539,-0.009379189),(0.03677475,0.001222314,-0.009129126),(0.0368501,0.001222146,-0.008543784),(0.03710758,0.001222088,-0.008878135),(0.03500558,0.001222044,-0.0088837),(0.03467273,0.001221988,-0.009137696),(0.03492993,0.001222252,-0.009468053),(0.03526255,0.001222287,-0.009215067),(0.0343397,0.001221944,-0.009393014),(0.03400641,0.001221915,-0.009649791),(0.03426456,0.001222184,-0.009977833),(0.03459729,0.001222213,-0.009722254),(0.03485439,0.001222495,-0.01005239),(0.03518681,0.001222534,-0.009799236),(0.03452209,0.00122246,-0.01030684),(0.03477969,0.001222694,-0.01063631),(0.03511166,0.001222736,-0.01038293),(0.03544394,0.001222775,-0.01013073),(0.03551934,0.001222551,-0.00954718),(0.03577645,0.001222777,-0.009879516),(0.03367274,0.001221905,-0.009908157),(0.03333867,0.001221917,-0.01016731),(0.03359857,0.001222192,-0.01049286),(0.03393169,0.001222177,-0.01023495),(0.03300418,0.001221953,-0.01042645),(0.03266924,0.001222018,-0.01068476),(0.0329312,0.001222277,-0.01100814),(0.03326511,0.001222225,-0.01075084),(0.03352522,0.001222497,-0.01107628),(0.03385768,0.001222467,-0.01081946),(0.03319238,0.001222538,-0.01133251),(0.03345326,0.001222766,-0.01165741),(0.03378509,0.001222726,-0.01140227),(0.03411663,0.001222696,-0.01114662),(0.03418991,0.001222452,-0.01056275),(0.03444808,0.001222683,-0.01089109),(0.03233382,0.001222114,-0.01094145),(0.03199829,0.001222221,-0.01119724),(0.03226211,0.00122241,-0.01151918),(0.03259674,0.001222344,-0.01126404),(0.031663,0.001222316,-0.01145288),(0.03132834,0.001222381,-0.01170909),(0.03159399,0.001222462,-0.01202979),(0.03192774,0.001222455,-0.01177421),(0.03219206,0.001222612,-0.01209603),(0.0325254,0.001222613,-0.01184179),(0.03185935,0.001222561,-0.01235081),(0.03212452,0.001222715,-0.01267205),(0.03245613,0.001222808,-0.01241815),(0.03278839,0.001222831,-0.01216478),(0.03285897,0.001222583,-0.01158748),(0.03312089,0.001222809,-0.01191139),(0.03099463,0.001222393,-0.01196662),(0.03066198,0.001222368,-0.01222555),(0.03092961,0.001222326,-0.01254459),(0.03126126,0.001222412,-0.01228655),(0.03033043,0.001222319,-0.01248596),(0.03000008,0.001222263,-0.01274794),(0.03026978,0.001222129,-0.01306477),(0.0305991,0.001222225,-0.01280397),(0.0308676,0.001222115,-0.01312215),(0.03119707,0.001222283,-0.01286382),(0.0305393,0.001221969,-0.01338176),(0.03080872,0.001221839,-0.01369886),(0.03113599,0.001222048,-0.01344045),(0.03146439,0.001222292,-0.01318319),(0.03152767,0.001222441,-0.01260672),(0.03179393,0.001222529,-0.01292706),(0.02967098,0.001222213,-0.01301157),(0.02934318,0.001222181,-0.01327685),(0.02961493,0.001222017,-0.01359092),(0.0299417,0.001222059,-0.01332707),(0.02901669,0.001222177,-0.01354376),(0.02869157,0.001222211,-0.01381229),(0.02896561,0.001222041,-0.01412347),(0.02928955,0.00122201,-0.01385637),(0.02956222,0.001221815,-0.01416908),(0.02988651,0.001221822,-0.01390511),(0.02923948,0.001221847,-0.01443475),(0.02951312,0.001221694,-0.0147462),(0.02983471,0.001221648,-0.01448192),(0.03015794,0.00122165,-0.0142194),(0.03021224,0.001221872,-0.01364271),(0.03048266,0.00122171,-0.01395845),(0.02836783,0.001222295,-0.01408243),(0.02804546,0.001222387,-0.01435427),(0.02832224,0.001222191,-0.01466277),(0.02864321,0.001222112,-0.01439226),(0.02772441,0.001222443,-0.01462788),(0.02740465,0.001222422,-0.01490335),(0.02768437,0.001222228,-0.01520896),(0.02800266,0.001222241,-0.014935),(0.0282807,0.001222041,-0.01524236),(0.02859884,0.001221989,-0.01497146),(0.02796387,0.001222041,-0.01551485),(0.02824296,0.001221962,-0.01582124),(0.02855841,0.001221942,-0.01555012),(0.02887513,0.001221871,-0.01528046),(0.02891839,0.001221915,-0.01470223),(0.02919332,0.001221778,-0.01501243),(0.02708616,0.001222281,-0.01518078),(0.02676952,0.001222079,-0.01546057),(0.02705214,0.001221955,-0.01576261),(0.02736732,0.001222117,-0.01548466),(0.02645533,0.001221875,-0.01574312),(0.02614417,0.001221728,-0.01602885),(0.02643002,0.001221669,-0.01632735),(0.0267395,0.00122179,-0.01604333),(0.0270233,0.001221708,-0.01634397),(0.02733446,0.001221838,-0.01606502),(0.02671545,0.001221609,-0.01662633),(0.02700008,0.001221575,-0.01692621),(0.02730642,0.001221675,-0.01664539),(0.02761619,0.001221795,-0.01636812),(0.02764822,0.001221961,-0.01578886),(0.02792863,0.001221902,-0.01609365),(0.02583666,0.001221696,-0.01631817),(0.02553212,0.001221745,-0.01661028),(0.02582177,0.00122168,-0.01690589),(0.02612437,0.001221641,-0.01661517),(0.02522985,0.001221841,-0.0169044),(0.02492922,0.00122195,-0.01719973),(0.0252226,0.001221868,-0.01749241),(0.02552143,0.001221764,-0.01719861),(0.02581242,0.001221666,-0.0174936),(0.02611089,0.001221601,-0.01720218),(0.0255153,0.001221758,-0.017786),(0.02610233,0.001221573,-0.01778988),(0.02580685,0.001221649,-0.018081),(0.02639904,0.001221531,-0.0174996),(0.02641161,0.001221578,-0.01691274),(0.02669795,0.001221529,-0.01721133),(0.02462951,0.001222038,-0.01749549),(0.02433115,0.001222106,-0.01779225),(0.02462759,0.00122206,-0.01808121),(0.02492449,0.001221968,-0.0177864),(0.0240345,0.001222156,-0.01809058),(0.02373998,0.001222188,-0.01839104),(0.02403947,0.001222197,-0.01867582),(0.02433241,0.001222138,-0.01837747),(0.02462928,0.001222076,-0.01866565),(0.02492312,0.001221975,-0.01837132),(0.02433777,0.001222157,-0.01896204),(0.02463441,0.001222073,-0.01925027),(0.02492463,0.001221981,-0.01895567),(0.02521727,0.001221869,-0.01866311),(0.02521867,0.001221865,-0.01807834),(0.02551158,0.001221753,-0.01837182),(0.02344796,0.001222205,-0.01869421),(0.02315862,0.001222207,-0.01900008),(0.02346186,0.001222272,-0.01928069),(0.02374926,0.001222232,-0.01897691),(0.02287212,0.001222194,-0.01930866),(0.02258863,0.001222166,-0.01961996),(0.02289591,0.001222494,-0.01989621),(0.02317738,0.001222349,-0.01958713),(0.02376362,0.001222347,-0.01956303),(0.02348101,0.001222702,-0.01986749),(0.02320142,0.001223394,-0.02017452),(0.02378237,0.001223373,-0.02015054),(0.02350439,0.001225176,-0.02045576),(0.02406333,0.001222461,-0.01984781),(0.02404922,0.001222207,-0.01926119),(0.02434732,0.00122213,-0.01954768),(0.02230832,0.001222122,-0.01993396),(0.02203163,0.001222087,-0.02025063),(0.02261754,0.001222737,-0.02020789),(0.02234272,0.001223017,-0.02052223),(0.021759,0.001222082,-0.02056993),(0.02149087,0.001222131,-0.02089182),(0.02207191,0.001223273,-0.02083929),(0.02180554,0.001223443,-0.02115913),(0.02265173,0.001225826,-0.02079623),(0.02238255,0.001226901,-0.02111126),(0.02211775,0.001227437,-0.02142931),(0.02268995,0.001234225,-0.02138694),(0.0224265,0.001235497,-0.0217035),(0.02295772,0.001231489,-0.02107366),(0.02292483,0.001224546,-0.02048404),(0.02322935,0.001228177,-0.02076337),(0.02122769,0.001222257,-0.02121627),(0.02096907,0.001222409,-0.02154307),(0.02154408,0.001223467,-0.0214818),(0.02128711,0.001223371,-0.02180704),(0.02071462,0.001222535,-0.02187205),(0.02046397,0.001222586,-0.022203),(0.02103425,0.001223179,-0.02213458),(0.02078506,0.001222918,-0.02246414),(0.02160222,0.001226193,-0.02207467),(0.02135065,0.001225002,-0.02240125),(0.02110264,0.001223826,-0.02272994),(0.02166306,0.001228615,-0.02267288),(0.02141605,0.001225594,-0.02300106),(0.02191351,0.00123184,-0.02234693),(0.02185778,0.001227103,-0.02175057),(0.02216784,0.001234418,-0.02202365),(0.02021672,0.00122251,-0.02253573),(0.01997265,0.001222513,-0.02287103),(0.02053915,0.001222612,-0.02279547),(0.02029641,0.001222586,-0.02312923),(0.0197315,0.001222798,-0.02320966),(0.01949304,0.001223571,-0.02355241),(0.02005676,0.001223162,-0.02346609),(0.0198201,0.001224665,-0.02380673),(0.0206161,0.001222869,-0.02339312),(0.02037769,0.001224026,-0.02372861),(0.02014263,0.001226897,-0.02406739),(0.02069374,0.001225478,-0.02399756),(0.02045999,0.001230592,-0.02433483),(0.02093115,0.001223375,-0.02366307),(0.02085776,0.001222959,-0.02306039),(0.021172,0.001223631,-0.02333101),(0.01925702,0.001225036,-0.02390007),(0.01902405,0.001226702,-0.02425149),(0.01958631,0.001227418,-0.0241518),(0.01935575,0.001230791,-0.02450032),(0.01879471,0.001228075,-0.02460556),(0.0185696,0.001228663,-0.02496114),(0.01912874,0.001234154,-0.02485128),(0.01890563,0.001236875,-0.02520368),(0.01968265,0.001238652,-0.02475538),(0.01945766,0.00124646,-0.02510259),(0.01923594,0.001254838,-0.02545064),(0.01978,0.001267597,-0.02536023),(0.01955866,0.001286904,-0.02570238),(0.02000364,0.001251725,-0.02501742),(0.01991096,0.001231952,-0.02440998),(0.02023013,0.001239366,-0.0246752),(0.01834931,0.001227975,-0.02531712),(0.0181332,0.001227387,-0.02567361),(0.01868675,0.001238326,-0.02555651),(0.0184715,0.001240425,-0.02590976),(0.01792063,0.001228278,-0.0260307),(0.01771095,0.001232024,-0.02638851),(0.01825927,0.001245091,-0.02626341),(0.01804949,0.001254243,-0.02661742),(0.01880159,0.001273689,-0.0261461),(0.01858775,0.001288148,-0.02649314),(0.01837531,0.001308622,-0.02683947),(0.01890238,0.001369988,-0.02671602),(0.01868368,0.001410231,-0.02704857),(0.01912061,0.001336852,-0.02638059),(0.01901745,0.00126325,-0.02579854),(0.01933911,0.001309573,-0.0260426),(0.01750352,0.001240005,-0.02674716),(0.01729817,0.001253454,-0.02710597),(0.01784155,0.0012698,-0.02697178),(0.01763499,0.001293663,-0.0273253),(0.01709474,0.001273609,-0.02746427),(0.01689304,0.001301704,-0.02782138),(0.01742937,0.001327732,-0.0276768),(0.01722425,0.001373907,-0.02802511),(0.01795219,0.001375977,-0.02752793),(0.01774027,0.001427628,-0.02786705),(0.01752726,0.001494442,-0.02820072),(0.01801788,0.001590951,-0.02802116),(0.01779078,0.001679417,-0.02833202),(0.01824201,0.001518244,-0.02770264),(0.01816367,0.001337103,-0.0271849),(0.01846375,0.001458826,-0.02737794),(0.01669292,0.001338976,-0.02817662),(0.01649354,0.001386413,-0.02852889),(0.01701917,0.00143409,-0.02836904),(0.01681289,0.001507907,-0.02870716),(0.01629409,0.001445004,-0.02887707),(0.01609374,0.001515739,-0.02922005),(0.01660415,0.001594988,-0.02903806),(0.01639171,0.00169496,-0.02936033),(0.01687175,0.001792766,-0.0291537),(0.01709457,0.00167886,-0.02884565),(0.01664254,0.001918668,-0.02944999),(0.01683035,0.002183963,-0.02946863),(0.01708155,0.002041539,-0.02920356),(0.01732425,0.001907869,-0.02892475),(0.01731255,0.001578802,-0.02852746),(0.01756012,0.001786108,-0.02863372),(0.01589167,0.001599607,-0.0295567),(0.01568644,0.001697655,-0.02988455),(0.01595053,0.001932175,-0.02997221),(0.01617431,0.001807451,-0.02967253),(0.01547661,0.00181093,-0.03020107),(0.01526075,0.00194048,-0.03050378),(0.01547813,0.002217175,-0.03052418),(0.01571894,0.002068845,-0.03025692),(0.01590219,0.002350882,-0.03024991),(0.01615899,0.002199321,-0.0300003),(0.01563374,0.002507806,-0.03047955),(0.015716,0.002784965,-0.03035847),(0.01601266,0.002634948,-0.03016512),(0.01629672,0.002483133,-0.02995118),(0.01640536,0.002054718,-0.02973292),(0.01656901,0.002331982,-0.02971843),(0.01503741,0.002087352,-0.03079017),(0.01480644,0.002248403,-0.03106233),(0.01496548,0.002545377,-0.03100307),(0.01522666,0.002376877,-0.03077156),(0.01456766,0.00242049,-0.03132233),(0.01432095,0.002600468,-0.03157226),(0.01441775,0.002898464,-0.03143469),(0.01469553,0.002720098,-0.03122277),(0.01475917,0.002997358,-0.03105909),(0.0150602,0.002832002,-0.03087825),(0.01445135,0.003163607,-0.03123544),(0.01442347,0.003360878,-0.03098072),(0.01475684,0.003216828,-0.03083332),(0.01508527,0.003074058,-0.03068532),(0.0153524,0.002668499,-0.03068704),(0.01540593,0.00293072,-0.03052946),(0.01406611,0.002785194,-0.0318142),(0.0138021,0.002971025,-0.03204864),(0.0138406,0.003254726,-0.03184736),(0.01413307,0.003077898,-0.03164287),(0.01352784,0.003154312,-0.03227609),(0.01324225,0.003331413,-0.03249705),(0.01322859,0.003585853,-0.03224551),(0.01353941,0.00342527,-0.03204822),(0.0134957,0.003644956,-0.03177054),(0.0138205,0.00349166,-0.03159178),(0.01316346,0.00378543,-0.03194887),(0.01305792,0.003909885,-0.0316221),(0.0134063,0.003788403,-0.03145691),(0.01374929,0.003652511,-0.03129397),(0.01413875,0.003329792,-0.03141322),(0.01408799,0.003508054,-0.03113475),(0.01294426,0.00349868,-0.03271201),(0.01263408,0.003655634,-0.03292047),(0.01257585,0.003867182,-0.03262882),(0.01290723,0.0037328,-0.03243928),(0.01231192,0.003801797,-0.0331219),(0.01197796,0.003936688,-0.0333158),(0.01188509,0.004102544,-0.03299237),(0.01223497,0.003990073,-0.03281342),(0.01212008,0.004117216,-0.03247352),(0.01247483,0.004018356,-0.0323014),(0.01175947,0.004208616,-0.0326415),(0.01161195,0.004252363,-0.03227639),(0.01197883,0.00417644,-0.0321167),(0.01234295,0.004097993,-0.03195345),(0.0128229,0.003908828,-0.03212617),(0.01270305,0.004011112,-0.0317881),(0.01163242,0.00405983,-0.03350164),(0.01127687,0.004170503,-0.03367975),(0.01116105,0.004298822,-0.03333143),(0.01152673,0.004205667,-0.03316497),(0.0109129,0.00426799,-0.03385043),(0.01054206,0.004351572,-0.03401401),(0.01041237,0.004452744,-0.03364677),(0.01078921,0.004381388,-0.03349196),(0.01064905,0.004451917,-0.03311544),(0.01102355,0.004377307,-0.03296221),(0.01027075,0.00451825,-0.03326427),(0.01049986,0.004487698,-0.03272814),(0.0101235,0.004558033,-0.03287188),(0.01087302,0.004411182,-0.03258143),(0.01139382,0.00429576,-0.03280431),(0.01124353,0.004331674,-0.03243107),(0.01016594,0.004420531,-0.03417079),(0.009785328,0.004477147,-0.03432151),(0.01003167,0.004512269,-0.03379608),(0.009647862,0.004562396,-0.03394073),(0.009401008,0.004523705,-0.0344669),(0.009013767,0.004562485,-0.03460772),(0.009261662,0.004605561,-0.03408158),(0.008873799,0.004644198,-0.03421945),(0.009504714,0.00462455,-0.03355027),(0.009118536,0.004669496,-0.03368906),(0.008731285,0.004712295,-0.03382611),(0.008975486,0.004723749,-0.0332914),(0.008589569,0.004773004,-0.03342904),(0.009360391,0.004673323,-0.03315301),(0.009889044,0.004574964,-0.03340894),(0.009743366,0.004618997,-0.03301333),(0.008624393,0.004595766,-0.0347447),(0.008233102,0.004623516,-0.03487775),(0.008485,0.004680739,-0.03435521),(0.008095243,0.004714792,-0.03448867),(0.00784011,0.004645699,-0.03500678),(0.007445636,0.004662281,-0.0351317),(0.007704508,0.004745963,-0.03461965),(0.007312773,0.004773858,-0.03474799),(0.007955768,0.004798296,-0.03409722),(0.007567276,0.004840258,-0.03423088),(0.00717814,0.004880702,-0.03436301),(0.007430909,0.004927964,-0.03383978),(0.007044096,0.00498018,-0.03397541),(0.007817366,0.004875663,-0.03370339),(0.008343732,0.004755434,-0.03396223),(0.008203559,0.004823826,-0.03356642),(0.007049893,0.004673228,-0.03525242),(0.006653729,0.004671486,-0.03536588),(0.006920013,0.004798084,-0.03487349),(0.006526687,0.004810872,-0.03499291),(0.006257987,0.004650002,-0.03546901),(0.005863513,0.004601726,-0.03555874),(0.006133254,0.004804459,-0.03510298),(0.00574017,0.004771076,-0.03520044),(0.00639765,0.004946989,-0.03461886),(0.006006397,0.004956459,-0.03473604),(0.005614541,0.004939232,-0.0348417),(0.005879692,0.005099459,-0.03436456),(0.005489109,0.005098802,-0.03447812),(0.006268827,0.005074316,-0.03424088),(0.006788248,0.004919007,-0.03449344),(0.00665685,0.00503176,-0.03411014),(0.00547115,0.004519601,-0.03563201),(0.005082638,0.004407194,-0.03568892),(0.005347895,0.004702958,-0.03528202),(0.004959282,0.004602219,-0.03534638),(0.00469971,0.004268069,-0.03572952),(0.004324103,0.004105791,-0.0357539),(0.004577192,0.004470974,-0.03539215),(0.00420448,0.004311337,-0.03541795),(0.00483306,0.004800541,-0.03500579),(0.004451211,0.004679913,-0.03505852),(0.004080474,0.004525652,-0.0350879),(0.004324904,0.004886681,-0.03472309),(0.003954575,0.00474174,-0.03475916),(0.004707148,0.004993668,-0.03466148),(0.005222131,0.004887119,-0.03493257),(0.005096738,0.005063957,-0.03457846),(0.003957554,0.003923922,-0.03576215),(0.003596931,0.003728483,-0.03575852),(0.003844003,0.004125425,-0.03542243),(0.003491617,0.003921089,-0.03541147),(0.003239101,0.003525493,-0.03574727),(0.002880931,0.003320972,-0.03573263),(0.003143176,0.003706188,-0.03539089),(0.002794537,0.003488573,-0.03536658),(0.00337916,0.004127043,-0.03507512),(0.0030389,0.003901813,-0.03504711),(0.002699119,0.003672047,-0.03501411),(0.002923257,0.004114035,-0.03471882),(0.002590034,0.003875813,-0.03468026),(0.003258553,0.004344825,-0.0347497),(0.003724737,0.004338175,-0.03509108),(0.003600725,0.004557591,-0.03476559),(0.002519291,0.003120939,-0.03571889),(0.00215391,0.002926555,-0.0357064),(0.002441556,0.0032761,-0.03534438),(0.002083819,0.003070283,-0.03532456),(0.001784524,0.002738982,-0.03569555),(0.001410862,0.00255938,-0.03568671),(0.001720915,0.002872637,-0.03530738),(0.001352432,0.002684677,-0.03529308),(0.002005681,0.003229629,-0.03495485),(0.001650453,0.003021077,-0.03492956),(0.001288503,0.002823696,-0.03490782),(0.001567823,0.003191548,-0.03456776),(0.001214434,0.002983127,-0.03453573),(0.001913858,0.003411708,-0.03460341),(0.002354974,0.003447302,-0.03498319),(0.002254081,0.003640751,-0.03464135),(0.001032659,0.002388912,-0.03568028),(0.0006496717,0.002238884,-0.0356793),(0.0009779558,0.002507919,-0.03528192),(0.0005976134,0.002353809,-0.03527724),(0.0002616574,0.002120604,-0.03568686),(-0.0001316264,0.002045379,-0.03570602),(0.0002115302,0.002233796,-0.03528238),(-0.0001801679,0.002159327,-0.03530067),(0.0005424942,0.002480119,-0.03488007),(0.0001592616,0.002356977,-0.03488137),(-0.0002302385,0.002281632,-0.03489766),(0.0001028517,0.002492568,-0.03448566),(-0.0002831899,0.002413198,-0.034498),(0.0004814613,0.002621863,-0.03449058),(0.0009190459,0.002639535,-0.0348901),(0.0008521514,0.002789307,-0.03450863),(-0.0005304224,0.002024517,-0.03573985),(-0.0009290557,0.002054194,-0.03578762),(-0.0005773552,0.00214185,-0.03533544),(-0.0009740106,0.002177034,-0.03538555),(-0.001321852,0.002130586,-0.03584861),(-0.001703136,0.002249869,-0.03592208),(-0.001364113,0.002260546,-0.03544979),(-0.001741642,0.002388055,-0.03552702),(-0.001020382,0.00230418,-0.03498439),(-0.001408188,0.002392606,-0.03505135),(-0.001782591,0.002526156,-0.0351317),(-0.001455047,0.002525157,-0.03465313),(-0.001826966,0.002662398,-0.03473586),(-0.001069123,0.002434523,-0.03458424),(-0.0006255927,0.00226561,-0.03493258),(-0.0006761758,0.002395526,-0.0345317),(-0.002067234,0.002408219,-0.0360073),(-0.002420281,0.002592828,-0.03610023),(-0.002100575,0.002555228,-0.03561607),(-0.002448431,0.002747318,-0.03571226),(-0.002768415,0.002790888,-0.03619684),(-0.003117769,0.002989592,-0.03629308),(-0.002792727,0.002949572,-0.03581095),(-0.003140981,0.003147243,-0.03590747),(-0.002480659,0.002897815,-0.03532223),(-0.00282178,0.003102702,-0.03542219),(-0.003169263,0.003298147,-0.03551848),(-0.002855954,0.003249748,-0.0350305),(-0.003202667,0.003442551,-0.03512622),(-0.002517628,0.00304315,-0.03492993),(-0.002137172,0.002700096,-0.0352237),(-0.002177896,0.002841214,-0.03482992),(-0.003474483,0.003176131,-0.03638491),(-0.003838854,0.003338423,-0.03646972),(-0.00350071,0.003325579,-0.03599717),(-0.0038703,0.0034736,-0.03607807),(-0.004211181,0.003464385,-0.0365449),(-0.004591763,0.003541937,-0.03660784),(-0.004632618,0.00363476,-0.03620556),(-0.004248141,0.003580321,-0.03614819),(-0.004288703,0.003689444,-0.03574883),(-0.003906111,0.003601196,-0.03568326),(-0.004676224,0.003722604,-0.03580127),(-0.004722117,0.003809367,-0.03539591),(-0.004332199,0.003794697,-0.03534766),(-0.003945707,0.003723212,-0.0352859),(-0.003531836,0.003467537,-0.03560598),(-0.003567556,0.003603101,-0.03521172),(-0.004980899,0.003558995,-0.03665593),(-0.005374579,0.00352394,-0.03669407),(-0.00541398,0.003565068,-0.03628104),(-0.005022118,0.003625933,-0.03624822),(-0.00576879,0.003445153,-0.03672715),(-0.006159525,0.003331014,-0.03676008),(-0.005805539,0.003463392,-0.03630889),(-0.006194135,0.003332129,-0.03633667),(-0.00545461,0.003608051,-0.03586715),(-0.005842901,0.003487196,-0.03589009),(-0.006228876,0.003341858,-0.03591271),(-0.00588256,0.003522826,-0.03547135),(-0.006265969,0.003366675,-0.03548869),(-0.005497388,0.003658568,-0.03545318),(-0.005065288,0.003690997,-0.03583913),(-0.005110543,0.003759036,-0.03542956),(-0.00654277,0.003189904,-0.03679775),(-0.00690469,0.003064686,-0.03683712),(-0.006941,0.003054483,-0.03640436),(-0.006577103,0.003182508,-0.03636925),(-0.007231451,0.002998222,-0.03687514),(-0.007509215,0.003033376,-0.03690876),(-0.007557812,0.003023046,-0.03647323),(-0.007272386,0.002988011,-0.03643977),(-0.007314172,0.002987847,-0.03600267),(-0.006977263,0.003055103,-0.03597014),(-0.007609223,0.003020779,-0.03603625),(-0.007358588,0.003002269,-0.03556415),(-0.007664849,0.003029918,-0.03559811),(-0.007015606,0.003072066,-0.03553479),(-0.006611246,0.003185467,-0.03593978),(-0.006647525,0.003204978,-0.03550973),(-0.007724149,0.00321301,-0.03693495),(-0.007908439,0.003479592,-0.03696075),(-0.007979983,0.003464224,-0.03653383),(-0.007783839,0.003199544,-0.03650249),(-0.008094273,0.003775595,-0.03699321),(-0.008313839,0.004043486,-0.0370394),(-0.008400689,0.004045002,-0.03662783),(-0.00817576,0.003763804,-0.03657351),(-0.008270211,0.003749156,-0.03615636),(-0.008061367,0.003449942,-0.03610812),(-0.008502072,0.004040112,-0.03621944),(-0.00861917,0.004026468,-0.0358141),(-0.008378653,0.003730797,-0.03574182),(-0.008153608,0.003437361,-0.03568382),(-0.007849663,0.003190981,-0.03606974),(-0.007922766,0.003189342,-0.03563696),(-0.008599324,0.004225737,-0.03710637),(-0.008928828,0.004323222,-0.03718032),(-0.008684287,0.004254539,-0.03670306),(-0.009008667,0.00438854,-0.0367864),(-0.009280452,0.004336818,-0.03724745),(-0.009632291,0.0042674,-0.03729397),(-0.00935594,0.004443134,-0.036865),(-0.009708223,0.004414448,-0.03692607),(-0.009099341,0.004443333,-0.03639388),(-0.009438501,0.004538803,-0.03648282),(-0.009787179,0.004552318,-0.03655795),(-0.009530164,0.004617671,-0.03609943),(-0.009871117,0.004674345,-0.03618753),(-0.009202682,0.004482442,-0.03600186),(-0.008782825,0.004274304,-0.03630235),(-0.008896433,0.004281195,-0.03590376),(-0.009962447,0.004115842,-0.03730608),(-0.01026452,0.003936827,-0.03731224),(-0.01036148,0.004150495,-0.03698322),(-0.01004763,0.004298609,-0.03695678),(-0.01053212,0.003785031,-0.0373409),(-0.01075885,0.003715134,-0.03742051),(-0.01086181,0.003976944,-0.03712774),(-0.0106371,0.004024982,-0.03703151),(-0.0107367,0.004267011,-0.03672571),(-0.010455,0.004362358,-0.03665628),(-0.01095866,0.004243508,-0.03683947),(-0.01105031,0.004510492,-0.03655145),(-0.01083156,0.004505964,-0.03641955),(-0.01054599,0.004566454,-0.036328),(-0.01013225,0.004475481,-0.03660807),(-0.01021778,0.004639927,-0.03625718),(-0.01093831,0.003781814,-0.03757952),(-0.01108708,0.003949713,-0.03779602),(-0.01114661,0.004241392,-0.03752016),(-0.01102294,0.004061259,-0.037298),(-0.01122174,0.004183471,-0.0380481),(-0.01135888,0.004447728,-0.03831383),(-0.01125896,0.004480808,-0.03777207),(-0.01138612,0.00474297,-0.03803159),(-0.01120234,0.004536875,-0.03724718),(-0.01129437,0.004779047,-0.03749687),(-0.0114134,0.005035079,-0.03774761),(-0.01133261,0.005075395,-0.03721908),(-0.01144537,0.005321621,-0.03745924),(-0.01125783,0.004832962,-0.03697313),(-0.01110215,0.004345912,-0.03702067),(-0.01117807,0.004632076,-0.03674328),(-0.01151506,0.004707126,-0.0385713),(-0.01169491,0.004934432,-0.03880636),(-0.0115542,0.004991346,-0.03827656),(-0.01175747,0.005199449,-0.03849484),(-0.01190302,0.005102411,-0.03900484),(-0.012144,0.005183833,-0.03915258),(-0.01224648,0.005388896,-0.03880268),(-0.01199014,0.005340794,-0.03867427),(-0.01207869,0.005563158,-0.03833465),(-0.01182176,0.005451906,-0.03817619),(-0.0123492,0.005576611,-0.03844296),(-0.01244822,0.005746416,-0.03807406),(-0.01216639,0.005768333,-0.03798597),(-0.01188809,0.005690141,-0.03784955),(-0.0115946,0.005267622,-0.03797729),(-0.01163914,0.005533886,-0.03767169),(-0.01242247,0.005151461,-0.03923544),(-0.01270745,0.005021038,-0.03926755),(-0.01278693,0.005146143,-0.03888478),(-0.01252071,0.005317271,-0.03886792),(-0.01296797,0.004808308,-0.03926312),(-0.01317308,0.004529012,-0.03923629),(-0.01319168,0.004586297,-0.03883244),(-0.01301923,0.004895744,-0.03886802),(-0.01306503,0.004976083,-0.03846804),(-0.01286238,0.005259439,-0.0384949),(-0.01320505,0.004641062,-0.03842565),(-0.01321468,0.004694959,-0.03801665),(-0.01310478,0.005050825,-0.03806406),(-0.01293121,0.005361879,-0.03809891),(-0.0126171,0.005467494,-0.03849147),(-0.01270775,0.005602336,-0.03810697),(-0.0132918,0.004198893,-0.03920124),(-0.01334817,0.003830184,-0.03916188),(-0.01327839,0.004238031,-0.0387928),(-0.01330704,0.00386031,-0.03875121),(-0.0133662,0.003435114,-0.03912212),(-0.01336993,0.003025918,-0.03908589),(-0.0133053,0.003462499,-0.03870976),(-0.01330088,0.00305396,-0.03867055),(-0.01326743,0.003893745,-0.03833909),(-0.01325028,0.003495092,-0.03829601),(-0.01324124,0.00308887,-0.03825377),(-0.01320618,0.003532489,-0.03788135),(-0.01319613,0.003129468,-0.03783611),(-0.01323372,0.003930963,-0.03792603),(-0.01326244,0.004278008,-0.03838249),(-0.01324711,0.004320063,-0.03797089),(-0.01338338,0.002614825,-0.03905709),(-0.01342587,0.0022378,-0.03903671),(-0.01337979,0.002270309,-0.03860834),(-0.01332146,0.002644059,-0.03863569),(-0.01351669,0.001930808,-0.03902573),(-0.01367516,0.001729811,-0.03902512),(-0.01366068,0.001781316,-0.03858897),(-0.01348861,0.001970223,-0.03859171),(-0.01347127,0.002020319,-0.03815686),(-0.01334495,0.00231283,-0.03817884),(-0.01365628,0.001843016,-0.03815236),(-0.01366492,0.001912236,-0.03771608),(-0.01346789,0.002078906,-0.03772219),(-0.01332524,0.002363471,-0.03774915),(-0.01327053,0.002681898,-0.03821293),(-0.01323524,0.002726727,-0.03778958),(-0.01392058,0.001670775,-0.03903588),(-0.01421999,0.001730556,-0.03906073),(-0.01420475,0.001821954,-0.03863532),(-0.01390875,0.0017411,-0.03860332),(-0.01454043,0.001886017,-0.03910242),(-0.01484893,0.002114014,-0.03916368),(-0.01482822,0.002236378,-0.03875446),(-0.01452059,0.001996254,-0.03868551),(-0.01451064,0.002108596,-0.03826915),(-0.01419933,0.001918574,-0.03821018),(-0.01481732,0.00235822,-0.03834593),(-0.0148206,0.00247493,-0.03793653),(-0.0145153,0.002218175,-0.0378522),(-0.014208,0.002016033,-0.03778485),(-0.01390675,0.001819575,-0.03817069),(-0.01391808,0.001902666,-0.03773822),(-0.01511252,0.002391409,-0.03924724),(-0.01535385,0.002695176,-0.0393442),(-0.01535417,0.002810813,-0.03894208),(-0.01509955,0.002514704,-0.03884275),(-0.01559556,0.003002296,-0.03944561),(-0.01586028,0.003289743,-0.03954254),(-0.01589168,0.003374697,-0.03914069),(-0.01561168,0.003104283,-0.03904415),(-0.01563543,0.003204395,-0.03864284),(-0.01536321,0.002924068,-0.03854032),(-0.01592917,0.003459057,-0.03873884),(-0.01596859,0.00354561,-0.03833704),(-0.01566449,0.003303558,-0.03824124),(-0.01538115,0.003033705,-0.03813795),(-0.01509601,0.002636027,-0.03843884),(-0.01510454,0.002752134,-0.03803408),(-0.01617068,0.003534496,-0.03962608),(-0.01651727,0.003739806,-0.03969809),(-0.01656893,0.003789549,-0.03929432),(-0.01621374,0.003601632,-0.03922342),(-0.01689061,0.003908926,-0.0397604),(-0.01728125,0.004045105,-0.03981489),(-0.01694831,0.003942904,-0.03935539),(-0.01734291,0.004066155,-0.03940863),(-0.01662259,0.003842829,-0.0388907),(-0.01700598,0.003982505,-0.03895068),(-0.01740296,0.004094421,-0.03900278),(-0.01705992,0.004031897,-0.03854657),(-0.01745852,0.004133564,-0.03859749),(-0.01667376,0.003903921,-0.03848759),(-0.01626094,0.003670107,-0.03882077),(-0.0163075,0.003743778,-0.03841845),(-0.01767971,0.004151596,-0.03986339),(-0.01808264,0.004241154,-0.0399073),(-0.01774381,0.00416376,-0.03945605),(-0.01814802,0.0042476,-0.03949903),(-0.01848667,0.004326536,-0.03994797),(-0.01888844,0.004420497,-0.03998679),(-0.01855259,0.004329553,-0.03953895),(-0.01895453,0.004421502,-0.03957723),(-0.01821052,0.004261959,-0.03909096),(-0.01861566,0.004339857,-0.03912997),(-0.0190181,0.004428692,-0.03916755),(-0.01867407,0.004358536,-0.03872097),(-0.01907738,0.004442397,-0.03875767),(-0.01826814,0.00428622,-0.03868311),(-0.01780538,0.00418386,-0.03904905),(-0.01786211,0.004214784,-0.03864247),(-0.01928459,0.004535793,-0.04002513),(-0.01967405,0.004644029,-0.04006295),(-0.01935089,0.004535324,-0.03961524),(-0.01973986,0.004641498,-0.03965288),(-0.02005574,0.004716811,-0.0401002),(-0.02042859,0.004725744,-0.04013684),(-0.02011967,0.004710499,-0.03969007),(-0.02048853,0.004712805,-0.03972668),(-0.01980405,0.004642185,-0.03924263),(-0.02018232,0.004706035,-0.03927973),(-0.0205473,0.004700751,-0.03931628),(-0.02024201,0.004702819,-0.03886899),(-0.02060322,0.004688897,-0.03890543),(-0.01986492,0.004645641,-0.038832),(-0.0194151,0.004539603,-0.03920517),(-0.01947552,0.004548466,-0.03879478),(-0.02079153,0.00464243,-0.04017284),(-0.02113418,0.004480041,-0.04021045),(-0.02084465,0.00461889,-0.03976264),(-0.02117728,0.004443414,-0.03980014),(-0.02144616,0.004251743,-0.04025196),(-0.0217171,0.003970708,-0.04029962),(-0.02147567,0.004201033,-0.0398414),(-0.02172908,0.003906406,-0.03988861),(-0.02121836,0.004407606,-0.03938933),(-0.02150211,0.004151819,-0.03943013),(-0.02173647,0.003844609,-0.03947667),(-0.02152376,0.004103352,-0.03901815),(-0.02173761,0.003784783,-0.03906404),(-0.02125568,0.004371803,-0.03897786),(-0.02089637,0.004595928,-0.03935209),(-0.02094497,0.004572771,-0.038941),(-0.0219366,0.003650102,-0.0403557),(-0.0220873,0.003312215,-0.04042185),(-0.02205324,0.003228754,-0.04000945),(-0.02192673,0.003574188,-0.03994396),(-0.02215186,0.002979337,-0.04049975),(-0.0221129,0.002673754,-0.04059104),(-0.02203106,0.002595716,-0.04017866),(-0.02209315,0.002894472,-0.04008702),(-0.02202429,0.002815438,-0.03967306),(-0.02201054,0.003150223,-0.03959578),(-0.02193855,0.00252385,-0.03976531),(-0.02183431,0.002458091,-0.03935247),(-0.02194406,0.002742591,-0.03925914),(-0.02195782,0.003076884,-0.03918179),(-0.02191027,0.003502012,-0.0395311),(-0.02188565,0.003433454,-0.03911767),(-0.02195307,0.002417759,-0.04069738),(-0.0217009,0.002216833,-0.04081628),(-0.02158298,0.002177063,-0.04040741),(-0.02185154,0.002356856,-0.04028631),(-0.02138495,0.002076464,-0.04094521),(-0.02103375,0.002002138,-0.04108169),(-0.02089225,0.001991359,-0.04067963),(-0.02125375,0.002055507,-0.04053937),(-0.02111703,0.002038368,-0.04013465),(-0.02145727,0.002142085,-0.03999894),(-0.02074725,0.001983736,-0.04027915),(-0.02059849,0.001976073,-0.03988061),(-0.02097424,0.002021606,-0.03973185),(-0.02132304,0.002109312,-0.03959208),(-0.02174032,0.002301656,-0.03987489),(-0.02161852,0.002250902,-0.03946453),(-0.02067585,0.001999339,-0.04122321),(-0.02031255,0.0020496,-0.0413689),(-0.02015844,0.002020122,-0.04097582),(-0.02052685,0.001983789,-0.04082559),(-0.01994512,0.002134456,-0.0415179),(-0.01957486,0.002235438,-0.04166934),(-0.0194161,0.00217379,-0.0412832),(-0.0197879,0.00208768,-0.04112883),(-0.01962915,0.002044282,-0.04074094),(-0.02000266,0.001994055,-0.04058416),(-0.01925569,0.002114735,-0.04089807),(-0.0190946,0.002063676,-0.04051286),(-0.01946967,0.002008284,-0.04035325),(-0.01984568,0.001972896,-0.04019333),(-0.02037558,0.001971419,-0.04042961),(-0.02022213,0.001960997,-0.04003511),(-0.01920305,0.00233408,-0.04182232),(-0.01884306,0.002404871,-0.04197641),(-0.0186863,0.002335583,-0.04159146),(-0.01904393,0.002265774,-0.04143748),(-0.01850823,0.0024223,-0.0421311),(-0.01821192,0.002360854,-0.04228592),(-0.01807432,0.002296473,-0.04189776),(-0.01835813,0.002355166,-0.04174495),(-0.01820612,0.002283026,-0.0413602),(-0.01852756,0.002264172,-0.04120775),(-0.01793526,0.002224551,-0.04151097),(-0.01779451,0.002141038,-0.04112602),(-0.01805238,0.002205208,-0.0409769),(-0.01836739,0.002193078,-0.04082486),(-0.01888296,0.002198053,-0.04105369),(-0.01872099,0.002135587,-0.04067012),(-0.01796747,0.002195023,-0.0424404),(-0.0177974,0.001964449,-0.04258579),(-0.01770305,0.001898768,-0.04219266),(-0.01784978,0.002131456,-0.04204968),(-0.01772422,0.00170877,-0.04271337),(-0.01777043,0.001467628,-0.04281439),(-0.01771711,0.001385008,-0.04241953),(-0.01765265,0.001637067,-0.04231864),(-0.01758314,0.00155505,-0.04192391),(-0.01760948,0.001822994,-0.04180009),(-0.0176669,0.001292424,-0.04202419),(-0.01761935,0.00118254,-0.04162775),(-0.01751483,0.001453317,-0.04152928),(-0.0175158,0.001728032,-0.04140859),(-0.01773162,0.002058684,-0.04166003),(-0.01761234,0.001969626,-0.04127203),(-0.01795854,0.001280666,-0.04288014),(-0.0182524,0.001131677,-0.04292104),(-0.01821266,0.001013998,-0.04253113),(-0.01791498,0.001181248,-0.04248727),(-0.01861583,0.001004459,-0.04294753),(-0.01901269,0.0008828056,-0.04297006),(-0.01897326,0.0007418889,-0.04258414),(-0.01857661,0.0008714745,-0.04256033),(-0.01854157,0.0007335037,-0.04217196),(-0.01817687,0.0008887401,-0.04214031),(-0.01893842,0.0005998846,-0.04219661),(-0.01891122,0.0004699428,-0.04180343),(-0.01851328,0.0006004073,-0.04177865),(-0.01814662,0.000760031,-0.04174564),(-0.01787506,0.001072683,-0.04209368),(-0.01783929,0.0009527596,-0.0416976),(-0.0194068,0.0007505137,-0.04299905),(-0.01980021,0.0006163592,-0.04303163),(-0.01976542,0.0004917966,-0.04264124),(-0.01936903,0.000613455,-0.0426118),(-0.02019492,0.0004891185,-0.04306493),(-0.02059296,0.0003775675,-0.04309606),(-0.02056595,0.0002913025,-0.04269714),(-0.0201639,0.000382538,-0.04267037),(-0.02013999,0.0002913428,-0.04227182),(-0.01973697,0.0003775168,-0.04224757),(-0.02054639,0.0002235585,-0.04229389),(-0.02053437,0.0001735179,-0.04188678),(-0.02012408,0.0002191487,-0.04186857),(-0.01971672,0.0002819833,-0.04184853),(-0.01933667,0.0004807933,-0.04222215),(-0.0193124,0.0003646915,-0.04182677),(-0.02099636,0.0002904825,-0.04312214),(-0.02140409,0.0002246641,-0.0431434),(-0.02138404,0.0001758132,-0.04273759),(-0.02097304,0.0002237143,-0.04271945),(-0.02181512,0.0001769125,-0.04316008),(-0.02222846,0.0001440283,-0.04317239),(-0.02221324,0.0001232329,-0.04276244),(-0.02179782,0.0001436395,-0.04275182),(-0.02178597,0.0001232797,-0.0423412),(-0.02137036,0.0001432742,-0.04232848),(-0.02220271,0.0001117208,-0.042351),(-0.02219713,0.0001060627,-0.04193866),(-0.02177954,0.0001117208,-0.04192907),(-0.02136278,0.0001228312,-0.04191715),(-0.02095684,0.0001754514,-0.04231274),(-0.02094749,0.0001424212,-0.04190301),(-0.02264308,0.0001228119,-0.04318056),(-0.02305843,0.0001138932,-0.04318508),(-0.02304473,0.0001093369,-0.04277441),(-0.02262917,0.0001106338,-0.04276971),(-0.02347398,0.0001179022,-0.04318646),(-0.02388919,0.0001354687,-0.04318517),(-0.02387122,0.0001546301,-0.04277919),(-0.02345903,0.0001228374,-0.0427773),(-0.02344797,0.0001310179,-0.04236807),(-0.02303516,0.0001091289,-0.04236332),(-0.02385657,0.0001769783,-0.04237339),(-0.02384637,0.0001996314,-0.04196713),(-0.02344172,0.0001404191,-0.04195859),(-0.02303046,0.0001112169,-0.04195197),(-0.02261959,0.0001048502,-0.042358),(-0.02261485,0.0001028298,-0.04194581),(-0.02430351,0.0001672228,-0.04318174),(-0.02471717,0.0002096175,-0.04317668),(-0.02468733,0.0002781306,-0.04278228),(-0.0242804,0.0002082101,-0.04278083),(-0.02513039,0.0002591059,-0.04317053),(-0.02554339,0.0003121412,-0.04316385),(-0.02549744,0.0004452057,-0.04278488),(-0.02509276,0.0003589448,-0.04278361),(-0.02505398,0.0004675207,-0.04239783),(-0.02465815,0.0003528627,-0.0423887),(-0.02544839,0.0005898119,-0.04240739),(-0.02539862,0.0007305184,-0.04202661),(-0.02501608,0.0005732935,-0.04200963),(-0.02463134,0.0004258699,-0.0419935),(-0.02425949,0.0002534709,-0.04238041),(-0.02424217,0.0002980487,-0.04197905),(0.03902994,0.001222091,-0.007935757),(0.03869728,0.001221951,-0.008193316),(0.03836458,0.001221843,-0.008450316),(0.03895627,0.001222114,-0.008532913),(0.03862362,0.001221945,-0.008788362),(0.03928886,0.001222322,-0.008276979),(0.03803182,0.001221803,-0.008706206),(0.03769898,0.001221864,-0.008960423),(0.03795797,0.001221882,-0.009295881),(0.03829087,0.001221855,-0.009042848),(0.03854965,0.001221964,-0.009380371),(0.0388823,0.00122209,-0.00912745),(0.03821676,0.00122196,-0.009632088),(0.03847481,0.001222091,-0.009969283),(0.03880775,0.001222104,-0.009718814),(0.03914034,0.001222227,-0.009467357),(0.03954717,0.001222546,-0.008619603),(0.03921478,0.001222298,-0.008873726),(0.03947269,0.001222423,-0.009215242),(0.03980492,0.001222657,-0.008962799),(0.03736603,0.001222058,-0.009212416),(0.03703302,0.001222323,-0.009462852),(0.03729167,0.001222335,-0.009796735),(0.03762487,0.001222065,-0.009546982),(0.03670004,0.001222595,-0.009712406),(0.03636714,0.00122281,-0.009961749),(0.03662541,0.00122285,-0.01029453),(0.03695848,0.00122262,-0.01004572),(0.03721667,0.001222637,-0.01037959),(0.03755011,0.001222368,-0.0101312),(0.03688338,0.001222855,-0.01062786),(0.03714047,0.001222851,-0.01096221),(0.03747403,0.001222672,-0.01071448),(0.03780774,0.001222441,-0.01046669),(0.03788352,0.001222118,-0.009882202),(0.03814141,0.001222226,-0.01021843),(0.03603438,0.001222904,-0.01021155),(0.03570189,0.001222915,-0.01046202),(0.03596005,0.001222971,-0.01079353),(0.03629256,0.001222955,-0.01054374),(0.03536974,0.00122288,-0.01071336),(0.03503804,0.001222837,-0.01096577),(0.0352965,0.001222892,-0.01129561),(0.03562799,0.001222938,-0.01104409),(0.03588578,0.001222917,-0.01137555),(0.03621782,0.001222959,-0.01112569),(0.03555438,0.001222863,-0.01162625),(0.03581103,0.001222752,-0.01195808),(0.03614246,0.001222827,-0.01170813),(0.03647459,0.001222892,-0.01145892),(0.03655039,0.00122295,-0.01087651),(0.03680729,0.001222912,-0.01121032),(0.03470691,0.001222822,-0.01121945),(0.03437608,0.001222833,-0.01147383),(0.03463532,0.00122288,-0.01180154),(0.03496569,0.001222871,-0.01154826),(0.03404531,0.001222869,-0.01172834),(0.03371432,0.001222928,-0.01198238),(0.0339748,0.00122301,-0.01230794),(0.03430511,0.001222924,-0.01205494),(0.03456378,0.001222888,-0.01238256),(0.03489363,0.001222835,-0.01213018),(0.03423394,0.001223003,-0.01263462),(0.03449097,0.001222893,-0.01296295),(0.03482057,0.001222757,-0.01271166),(0.0351503,0.0012227,-0.01246019),(0.03522375,0.001222831,-0.01187793),(0.03548038,0.001222704,-0.01220888),(0.03338289,0.001223006,-0.01223539),(0.03305137,0.001223065,-0.01248788),(0.03331349,0.001223264,-0.01281172),(0.03364415,0.001223144,-0.01256005),(0.03272015,0.001223064,-0.01274038),(0.0323896,0.001222964,-0.01299341),(0.03265361,0.001223229,-0.0133157),(0.03298318,0.001223312,-0.01306345),(0.03324436,0.001223486,-0.01338809),(0.0335739,0.00122338,-0.01313697),(0.03291558,0.001223433,-0.01363972),(0.03317451,0.001223499,-0.01396629),(0.03350276,0.001223519,-0.01371502),(0.03383178,0.001223364,-0.01346427),(0.03390388,0.001223193,-0.01288596),(0.03416128,0.001223125,-0.0132137),(0.0320601,0.001222724,-0.0132475),(0.03173167,0.001222409,-0.01350264),(0.03199767,0.001222572,-0.01382316),(0.0323251,0.001222954,-0.01356895),(0.03140432,0.001222079,-0.01375881),(0.03107809,0.001221798,-0.01401602),(0.03134597,0.00122182,-0.01433443),(0.0316713,0.001222166,-0.01407834),(0.03193559,0.001222263,-0.0144001),(0.03226123,0.001222718,-0.01414577),(0.03161091,0.001221883,-0.01465527),(0.03187148,0.001221961,-0.01497972),(0.03219588,0.001222328,-0.01472521),(0.03252114,0.001222786,-0.01447143),(0.03258788,0.001223142,-0.01389229),(0.03284733,0.001223215,-0.01421845),(0.030753,0.001221627,-0.01427426),(0.03042924,0.001221554,-0.01453379),(0.03069873,0.00122167,-0.01484963),(0.0310217,0.001221618,-0.01459142),(0.03010701,0.001221563,-0.0147949),(0.0297865,0.001221642,-0.01505786),(0.03005771,0.001222972,-0.01537102),(0.03037731,0.001222085,-0.01510939),(0.03064382,0.001223735,-0.01542675),(0.03096471,0.001222135,-0.01516827),(0.03032485,0.001226963,-0.01568698),(0.03090472,0.001227037,-0.01574834),(0.03058601,0.001234894,-0.01600701),(0.03122548,0.001223084,-0.01549106),(0.03128718,0.001221679,-0.01491121),(0.03154787,0.001221802,-0.01523493),(0.02946792,0.001221777,-0.01532294),(0.02915103,0.001221925,-0.01558987),(0.02942442,0.001226232,-0.01590054),(0.02974018,0.001224441,-0.01563485),(0.02883561,0.001222044,-0.01585842),(0.02852144,0.001222092,-0.01612831),(0.02879695,0.001229738,-0.01643625),(0.02911011,0.001228084,-0.01616778),(0.0293797,0.001245799,-0.01647873),(0.02969323,0.001238872,-0.01621329),(0.0290671,0.001252204,-0.01674525),(0.02964216,0.001280926,-0.01679176),(0.02932953,0.001296798,-0.0170555),(0.02995536,0.001263927,-0.01652895),(0.03000813,0.001232301,-0.01594926),(0.03026977,0.001247886,-0.01626728),(0.0282083,0.001222028,-0.01639928),(0.02789703,0.001221894,-0.01667221),(0.02817418,0.001231575,-0.01697689),(0.02848463,0.001230932,-0.01670562),(0.02758849,0.001221736,-0.01694796),(0.02728352,0.001221595,-0.01722739),(0.02756311,0.001230823,-0.01752913),(0.02786666,0.00123157,-0.01725106),(0.0281381,0.001260858,-0.01755409),(0.02844486,0.001260276,-0.01728177),(0.02783618,0.001258415,-0.01783067),(0.02839995,0.001319279,-0.01785643),(0.02810007,0.001313525,-0.01813127),(0.02870627,0.001317436,-0.01758645),(0.02875501,0.001257211,-0.01701254),(0.02901685,0.001309455,-0.01731993),(0.02698298,0.001221516,-0.01751138),(0.02668574,0.001221491,-0.01779865),(0.02726455,0.001229241,-0.0178121),(0.0269696,0.001227213,-0.01809854),(0.02639071,0.001221512,-0.01808792),(0.02609676,0.001221571,-0.01837792),(0.02667687,0.001225132,-0.01838703),(0.02638497,0.001223387,-0.01867614),(0.02724918,0.001244428,-0.0183985),(0.02696013,0.001236081,-0.01868649),(0.02667142,0.001228963,-0.01897504),(0.02723981,0.001258008,-0.01898559),(0.02695602,0.001240164,-0.01927399),(0.02752304,0.001278865,-0.01869775),(0.02754053,0.001252405,-0.01811268),(0.02780879,0.001298712,-0.01841234),(0.02580278,0.001221659,-0.01866737),(0.02550961,0.001221762,-0.01895713),(0.02609252,0.001222371,-0.01896445),(0.02580049,0.001221896,-0.01925292),(0.02521804,0.001221864,-0.01924809),(0.02492892,0.001221949,-0.0195411),(0.02550985,0.001221776,-0.01954252),(0.02522158,0.001221825,-0.01983422),(0.0260903,0.00122251,-0.01955001),(0.02580042,0.001221767,-0.01983858),(0.02551267,0.001221739,-0.02012932),(0.0260901,0.001221886,-0.02013588),(0.02580247,0.001221731,-0.02042606),(0.0263794,0.001223847,-0.01984794),(0.02638105,0.001224675,-0.01926252),(0.02666863,0.001229359,-0.01956104),(0.02464307,0.001222003,-0.01983703),(0.02436039,0.001222642,-0.02013574),(0.02493668,0.001221856,-0.02012899),(0.02465496,0.001222827,-0.0204266),(0.02408076,0.001224485,-0.02043705),(0.02380409,0.001228151,-0.0207408),(0.02437629,0.001225693,-0.02072684),(0.02410049,0.001231413,-0.02102948),(0.02494721,0.001222952,-0.02072021),(0.02466903,0.001226653,-0.02101976),(0.02439361,0.001234057,-0.02132165),(0.02495907,0.001227018,-0.02131563),(0.02468345,0.001235178,-0.02161716),(0.02523725,0.001222953,-0.02101634),(0.02522834,0.001221724,-0.02042329),(0.02551829,0.001221638,-0.02071968),(0.02353025,0.001234256,-0.02104684),(0.02325975,0.001240981,-0.02135559),(0.0238274,0.001240943,-0.0213343),(0.02355761,0.001251445,-0.02164182),(0.02299309,0.001246505,-0.02166743),(0.02273077,0.001249007,-0.02198279),(0.02329168,0.001260084,-0.02195255),(0.02303018,0.001264022,-0.02226702),(0.02385109,0.001260028,-0.02193219),(0.02358539,0.00127131,-0.02224212),(0.02332434,0.001276601,-0.022556),(0.02387392,0.001276527,-0.02253594),(0.02361285,0.001282798,-0.02284956),(0.02413997,0.001263873,-0.02222653),(0.02412073,0.001246396,-0.02162559),(0.02441012,0.001248776,-0.02192053),(0.02247329,0.001246668,-0.02230208),(0.02222012,0.001241277,-0.02262476),(0.0227737,0.001260423,-0.02258573),(0.02252157,0.00125231,-0.02290798),(0.02197074,0.001234626,-0.02295029),(0.02172464,0.001228507,-0.02327817),(0.02227314,0.001242704,-0.02323304),(0.02202776,0.00123463,-0.02356021),(0.02281741,0.001262743,-0.0231964),(0.02256975,0.001252513,-0.02352068),(0.02232475,0.00124603,-0.02384616),(0.02286002,0.00126372,-0.02381275),(0.02261497,0.001264773,-0.02413497),(0.02310717,0.001270382,-0.02348986),(0.02306864,0.001272258,-0.02287447),(0.02335769,0.001278746,-0.02316816),(0.02148128,0.001224709,-0.02360784),(0.02124106,0.001224115,-0.02393948),(0.02178475,0.00123111,-0.02388876),(0.02154458,0.00123304,-0.02421872),(0.02100435,0.001227609,-0.02427328),(0.02077154,0.001236072,-0.02460941),(0.02130769,0.001241314,-0.02455008),(0.02107455,0.001256829,-0.02488286),(0.02184047,0.0012581,-0.02449716),(0.02160194,0.001277493,-0.02482229),(0.02136632,0.00130635,-0.02514688),(0.02188527,0.001347043,-0.02508419),(0.02164415,0.001398125,-0.02539318),(0.0221275,0.001307248,-0.02477118),(0.02208153,0.001247753,-0.02417172),(0.02237077,0.001279553,-0.0244546),(0.02054299,0.001250389,-0.02494806),(0.02031762,0.001271456,-0.02528723),(0.0208456,0.001280479,-0.02521707),(0.0206192,0.00131424,-0.02554996),(0.02009431,0.001300169,-0.02562495),(0.01987195,0.001337425,-0.02595924),(0.02039371,0.001360088,-0.02587876),(0.02016749,0.001419999,-0.02620073),(0.02090298,0.001396475,-0.02579074),(0.02067131,0.001463266,-0.02610367),(0.02043701,0.001548222,-0.02640637),(0.02092023,0.001625613,-0.02628168),(0.02067219,0.00173569,-0.02655567),(0.02116359,0.00153456,-0.02599473),(0.02113399,0.00134509,-0.02547076),(0.02140424,0.001459681,-0.02569762),(0.01964943,0.001384122,-0.0262881),(0.01942565,0.001439588,-0.0266112),(0.01993892,0.001495949,-0.0265131),(0.01970647,0.001584879,-0.0268156),(0.0191995,0.00150315,-0.02692816),(0.01896987,0.00157414,-0.02723865),(0.01946866,0.001683733,-0.02710795),(0.019224,0.001789453,-0.02738984),(0.01995283,0.00177571,-0.0269715),(0.01969944,0.001907835,-0.02723373),(0.01943615,0.002045274,-0.02748228),(0.01988138,0.002171553,-0.02728389),(0.01959645,0.002330706,-0.02749613),(0.02015449,0.002015064,-0.02705655),(0.0201981,0.001654105,-0.02669568),(0.02041752,0.001867642,-0.02681389),(0.01873566,0.001651884,-0.02754231),(0.01849667,0.001738313,-0.02783818),(0.01870994,0.002013411,-0.02792129),(0.01897097,0.001898982,-0.027661),(0.01825269,0.001835356,-0.02812532),(0.01800352,0.001944942,-0.02840279),(0.01816528,0.002261346,-0.02840873),(0.01844126,0.002133835,-0.02817059),(0.01858016,0.002459385,-0.02814797),(0.01887558,0.002320768,-0.02793873),(0.01827588,0.002598959,-0.02834548),(0.01866596,0.002785001,-0.02804854),(0.01833512,0.002928107,-0.02820874),(0.01898737,0.002637611,-0.02787721),(0.01916123,0.002182825,-0.02771706),(0.019298,0.002486119,-0.02769348),(0.01774896,0.002069002,-0.02866964),(0.01748763,0.002203528,-0.02892481),(0.01759165,0.002536469,-0.02885079),(0.01788238,0.002397038,-0.02863559),(0.01721818,0.002344511,-0.02916723),(0.01693924,0.002487944,-0.02939585),(0.01729221,0.002675202,-0.02905395),(0.01698321,0.002808797,-0.0292447),(0.01764324,0.002877324,-0.02870764),(0.01731421,0.003007135,-0.02887297),(0.01697624,0.003124711,-0.02902824),(0.01729472,0.003313832,-0.02863351),(0.01693235,0.003413873,-0.02875952),(0.01764938,0.003196724,-0.02850032),(0.01796369,0.002739768,-0.02853193),(0.01799622,0.003066748,-0.02835903),(0.01664943,0.002629817,-0.0296096),(0.01634862,0.002767649,-0.02980727),(0.0163344,0.003045236,-0.02958717),(0.01666373,0.002932813,-0.02942264),(0.01603664,0.002898953,-0.02998764),(0.01571335,0.003021246,-0.0301495),(0.01599582,0.003144051,-0.02973763),(0.01564858,0.003227242,-0.02987341),(0.0162738,0.003308261,-0.0293095),(0.01591188,0.003371397,-0.02943527),(0.01554453,0.003413548,-0.02955099),(0.0158065,0.003582148,-0.02910073),(0.01542401,0.003590761,-0.029203),(0.01618653,0.00354909,-0.02899289),(0.01662901,0.003225559,-0.02917379),(0.01656238,0.003492645,-0.02887923),(0.01537858,0.003132043,-0.03029162),(0.01503538,0.003237325,-0.03042172),(0.0152933,0.003292794,-0.02999387),(0.0149328,0.003351236,-0.03010647),(0.0146868,0.003343069,-0.03054752),(0.01433587,0.003455256,-0.03067671),(0.01456991,0.003413095,-0.03021867),(0.01420746,0.003488902,-0.03033795),(0.01479975,0.003445223,-0.02975859),(0.01442701,0.00346392,-0.02986385),(0.01405718,0.003503973,-0.02997897),(0.01427898,0.003532558,-0.02950004),(0.01390396,0.003542631,-0.02961432),(0.0146585,0.003548719,-0.0293971),(0.01517304,0.003433295,-0.02965653),(0.01504076,0.003573869,-0.02929994),(0.01398562,0.003579864,-0.03081702),(0.01363447,0.003707967,-0.03096599),(0.01349018,0.003701286,-0.03061666),(0.01384828,0.003589181,-0.03047173),(0.0132808,0.00383064,-0.0311212),(0.01292301,0.003938959,-0.03128018),(0.01276842,0.003910372,-0.03092642),(0.01313096,0.003812566,-0.03076935),(0.01296857,0.00377508,-0.03040731),(0.01333061,0.00367573,-0.03025479),(0.01260383,0.003861843,-0.03056413),(0.0128054,0.003759081,-0.03004101),(0.01243892,0.003831096,-0.03019662),(0.0131699,0.003674556,-0.02988918),(0.01369259,0.003579968,-0.03011064),(0.01353518,0.003596185,-0.02974549),(0.0125595,0.004023997,-0.03144051),(0.01219214,0.004094935,-0.03160024),(0.0120293,0.004040342,-0.03124122),(0.01240035,0.003982051,-0.03108449),(0.01182281,0.004160957,-0.03175746),(0.01145336,0.004231242,-0.03191025),(0.01165779,0.004097979,-0.03139425),(0.01128836,0.004167698,-0.03154128),(0.01186131,0.00396537,-0.0308758),(0.01148959,0.004014718,-0.03102551),(0.01112159,0.004084177,-0.03116768),(0.01132397,0.003938384,-0.03064965),(0.01095771,0.004003121,-0.03078762),(0.01169504,0.00390118,-0.03050346),(0.01223373,0.003919843,-0.03072115),(0.01206775,0.00387194,-0.03035161),(0.01108568,0.004314973,-0.03205667),(0.01071813,0.004405669,-0.03219844),(0.01092354,0.004262236,-0.03167993),(0.01056067,0.004371103,-0.03181323),(0.01034908,0.004496851,-0.03233732),(0.009976899,0.004582037,-0.03247498),(0.01019712,0.00448381,-0.03194415),(0.00983022,0.004589871,-0.03207569),(0.01040244,0.004317814,-0.03142575),(0.01004438,0.004453012,-0.03154984),(0.009682712,0.004581141,-0.03167608),(0.009891274,0.004408889,-0.03115559),(0.009533635,0.004555457,-0.03127827),(0.01024525,0.004256136,-0.03103599),(0.01076037,0.004190039,-0.03129973),(0.01059943,0.004114958,-0.03091488),(0.00959996,0.004654748,-0.03261321),(0.009219401,0.004718436,-0.0327518),(0.009457332,0.004678794,-0.03221085),(0.009079834,0.004754898,-0.03234869),(0.008836367,0.004776554,-0.03289065),(0.008451999,0.004832553,-0.03302958),(0.008316513,0.004885919,-0.03262869),(0.0086991,0.004822501,-0.03248828),(0.008561607,0.004856179,-0.03208578),(0.008939771,0.004777723,-0.03194567),(0.008181052,0.004928079,-0.03222728),(0.008043559,0.004954008,-0.03182631),(0.008421809,0.004872175,-0.03168464),(0.008797305,0.004781923,-0.03154476),(0.009313991,0.004687712,-0.03180857),(0.009168446,0.004678076,-0.03140865),(0.008067438,0.004889887,-0.03316846),(0.007682727,0.004948532,-0.03330719),(0.007550119,0.00501389,-0.0329091),(0.007933451,0.00494947,-0.03276896),(0.007297902,0.005008465,-0.03344567),(0.006913003,0.005069662,-0.0335838),(0.007166733,0.005079919,-0.03304907),(0.006783499,0.005148294,-0.03318884),(0.007035878,0.005140484,-0.03265049),(0.007417814,0.005068721,-0.0325096),(0.00665423,0.005215222,-0.03279122),(0.006523837,0.005269594,-0.03239157),(0.006903809,0.005188323,-0.03225044),(0.007284076,0.005110014,-0.03210919),(0.007799664,0.004998423,-0.03236854),(0.007664155,0.005032598,-0.03196783),(0.006528068,0.005132101,-0.0337215),(0.006142429,0.005187333,-0.03385608),(0.006400625,0.005219753,-0.03332842),(0.006017188,0.005286002,-0.03346565),(0.005755416,0.005226915,-0.0339849),(0.005366356,0.0052424,-0.03410526),(0.005632263,0.00533874,-0.03359839),(0.005244922,0.005369673,-0.03372452),(0.005891839,0.005370275,-0.03307074),(0.005508932,0.005434842,-0.03320641),(0.005123443,0.005480269,-0.03333727),(0.005000558,0.005573833,-0.03294489),(0.005384124,0.005515132,-0.0328103),(0.005765114,0.005440115,-0.03267253),(0.006273244,0.005294445,-0.03293182),(0.006144645,0.005355896,-0.03253261),(0.004974584,0.005225341,-0.03421452),(0.004584727,0.005173109,-0.03430781),(0.004854244,0.005370505,-0.0338419),(0.004464461,0.005337493,-0.03394539),(0.004201414,0.005083076,-0.03438031),(0.003829275,0.004952613,-0.03442715),(0.00407981,0.005266889,-0.03402985),(0.003704524,0.005154951,-0.03409013),(0.004345013,0.005485442,-0.03357482),(0.003959159,0.005435908,-0.03367136),(0.00358027,0.005345439,-0.03374634),(0.003838532,0.005587925,-0.03330453),(0.003456463,0.005520756,-0.03339403),(0.004225048,0.00561559,-0.0331967),(0.004734289,0.005498683,-0.03346176),(0.004613294,0.005609106,-0.03307525),(0.003472939,0.004779092,-0.03444351),(0.003128794,0.004572923,-0.03443541),(0.00334284,0.004997939,-0.03412111),(0.00299302,0.004805171,-0.03412654),(0.002793232,0.004344518,-0.0344089),(0.00246264,0.00410429,-0.03437005),(0.002322032,0.004349664,-0.03407589),(0.00265333,0.004585973,-0.03411021),(0.00285437,0.005035406,-0.03381741),(0.002508055,0.004831104,-0.03381559),(0.0021733,0.004604119,-0.03379023),(0.002361915,0.005072622,-0.03351786),(0.002021538,0.00485984,-0.03350548),(0.002715978,0.005257463,-0.03350232),(0.00321189,0.005209395,-0.03379468),(0.003081553,0.005408721,-0.03346051),(0.00213341,0.003862649,-0.03432487),(0.001802711,0.003623637,-0.03427639),(0.001997391,0.004105569,-0.03402734),(0.00167525,0.003859051,-0.03396952),(0.001467711,0.003391295,-0.03422763),(0.001125583,0.003169664,-0.03418159),(0.001351454,0.003615476,-0.03390737),(0.001021847,0.003380205,-0.03384582),(0.001534489,0.004111591,-0.03367853),(0.001220387,0.003859247,-0.03360518),(0.0009031247,0.003611647,-0.03352881),(0.001075846,0.004117764,-0.03331926),(0.0007693148,0.00386089,-0.03323096),(0.001383437,0.004374892,-0.03339914),(0.001850452,0.004362081,-0.03374238),(0.001697023,0.004624757,-0.03346356),(0.0007734944,0.002962786,-0.03414131),(0.0004116616,0.002783086,-0.03411154),(0.000682271,0.003158604,-0.03378984),(0.0003321317,0.002963993,-0.03374527),(4.030039e-5,0.002642992,-0.03409708),(-0.0003403738,0.00255493,-0.03410271),(-2.916669e-5,0.002809697,-0.03371798),(-0.0004022195,0.002709037,-0.03371383),(0.0002419078,0.003164786,-0.03339404),(-0.000106324,0.002994129,-0.03335069),(-0.0004691565,0.002877726,-0.03333339),(-0.000191946,0.00319774,-0.03299757),(-0.0005416142,0.003063208,-0.03296344),(0.0001400265,0.003385669,-0.03306016),(0.0005776778,0.003375393,-0.03345592),(0.000458911,0.003611789,-0.03314128),(-0.0007301452,0.002531326,-0.03413322),(-0.001121185,0.002566954,-0.03418512),(-0.0007876224,0.002675335,-0.0337387),(-0.001176426,0.002703484,-0.03378803),(-0.001505663,0.00265659,-0.03425494),(-0.001875751,0.002795006,-0.03433921),(-0.001559682,0.002788372,-0.03385726),(-0.00192844,0.002924895,-0.03394189),(-0.001234705,0.002846118,-0.03339395),(-0.001616749,0.002921973,-0.03346059),(-0.001984526,0.003052976,-0.03354399),(-0.001676512,0.00305886,-0.03306538),(-0.002043503,0.003180162,-0.03314565),(-0.001295878,0.002996867,-0.03300389),(-0.0008487286,0.002829879,-0.03334969),(-0.0009135855,0.002997284,-0.03296773),(-0.00222362,0.002976978,-0.03443446),(-0.002560002,0.003182152,-0.03453516),(-0.002273752,0.00310794,-0.03403733),(-0.002607164,0.003315209,-0.03413802),(-0.002895632,0.003390177,-0.03463579),(-0.003241243,0.003580699,-0.03473083),(-0.002940223,0.003524401,-0.03423837),(-0.003284477,0.003713215,-0.03433277),(-0.002658495,0.003442708,-0.03373861),(-0.002989137,0.003652831,-0.03383848),(-0.003331851,0.003840723,-0.0339325),(-0.003041786,0.00377588,-0.03343643),(-0.003382853,0.003963846,-0.03353048),(-0.002713379,0.003565036,-0.03333703),(-0.0023277,0.003234655,-0.03363856),(-0.002384872,0.003357675,-0.03323815),(-0.003607569,0.003733366,-0.03481476),(-0.003988509,0.00384165,-0.03488662),(-0.003651471,0.003859353,-0.03441566),(-0.004034235,0.003957932,-0.03448603),(-0.004377963,0.003899019,-0.03494548),(-0.004769833,0.003898946,-0.03499039),(-0.004425795,0.004004075,-0.03454291),(-0.004819181,0.003992899,-0.0345853),(-0.004082601,0.004073487,-0.03408475),(-0.004475495,0.004111526,-0.03414058),(-0.004869976,0.004092785,-0.03418128),(-0.004526862,0.004223036,-0.0337391),(-0.004922027,0.00420016,-0.0337789),(-0.004133324,0.004189735,-0.03368338),(-0.003698863,0.00398208,-0.03401499),(-0.003749343,0.004102568,-0.03361332),(-0.005158016,0.003834902,-0.0350204),(-0.005543232,0.003722296,-0.03503991),(-0.00520742,0.003919526,-0.03461223),(-0.005591722,0.003799299,-0.03462796),(-0.005926199,0.003576542,-0.03505334),(-0.006307637,0.003413052,-0.03506506),(-0.005973298,0.003647558,-0.03463675),(-0.006353356,0.003479647,-0.03464288),(-0.005642439,0.003889636,-0.03421792),(-0.006023329,0.003735086,-0.03422234),(-0.006402597,0.003565121,-0.03422314),(-0.006075772,0.003838341,-0.03381084),(-0.006454835,0.003668133,-0.03380687),(-0.005694962,0.003993373,-0.0338104),(-0.005258473,0.004013845,-0.03420565),(-0.005310887,0.004118792,-0.03380122),(-0.006688264,0.003247236,-0.0350795),(-0.007058162,0.003110891,-0.03509864),(-0.006733106,0.003310909,-0.0346506),(-0.007104639,0.003170843,-0.03466373),(-0.00740741,0.003035814,-0.0351245),(-0.007726094,0.0030538,-0.03515908),(-0.007460044,0.003088943,-0.03468604),(-0.00779141,0.003094709,-0.03472134),(-0.007154753,0.003251185,-0.03423204),(-0.007515897,0.003162119,-0.03425104),(-0.007859252,0.003154925,-0.03428703),(-0.007574372,0.003255805,-0.03382182),(-0.007928075,0.003236728,-0.03385831),(-0.007208212,0.003351184,-0.03380559),(-0.006781695,0.00339467,-0.03422455),(-0.006833675,0.003497188,-0.03380286),(-0.008004292,0.003196648,-0.03520439),(-0.008257725,0.003427093,-0.03526112),(-0.008090827,0.003217639,-0.03477344),(-0.008368199,0.003426452,-0.03484037),(-0.00850211,0.003707871,-0.03532996),(-0.008753167,0.00400172,-0.03541161),(-0.008896424,0.003976613,-0.03501099),(-0.00863343,0.00368987,-0.0349202),(-0.008479511,0.003442758,-0.03442191),(-0.008765453,0.003686286,-0.03451195),(-0.009041299,0.003961889,-0.03461118),(-0.009180155,0.003968292,-0.03421118),(-0.008891025,0.00370661,-0.03410463),(-0.008586142,0.003483325,-0.03400607),(-0.008178951,0.003257054,-0.03434545),(-0.008265245,0.003319632,-0.03392185),(-0.009026611,0.004271377,-0.03550677),(-0.009320518,0.004500709,-0.03560938),(-0.009448899,0.004507438,-0.0352167),(-0.009167084,0.004255401,-0.03511079),(-0.009632955,0.004673581,-0.03571338),(-0.009961994,0.004773861,-0.03581272),(-0.009745353,0.00471393,-0.03532583),(-0.01005993,0.004856082,-0.03543526),(-0.009865833,0.004746114,-0.03493792),(-0.009583876,0.004511936,-0.03482407),(-0.01016505,0.00492622,-0.03505683),(-0.01027746,0.004989491,-0.03467913),(-0.009992871,0.00477753,-0.03455082),(-0.009721505,0.004523508,-0.03443174),(-0.00931157,0.004243817,-0.03471519),(-0.00945379,0.004247176,-0.03431938),(-0.01030571,0.004785415,-0.03590136),(-0.01063537,0.004756827,-0.03599492),(-0.01072222,0.004934801,-0.03565792),(-0.01039613,0.004915095,-0.0355421),(-0.01092225,0.004736682,-0.03610905),(-0.01113762,0.004773563,-0.03625939),(-0.01121726,0.005031605,-0.03596275),(-0.0110065,0.004959029,-0.03579427),(-0.01108202,0.005172868,-0.03547526),(-0.01080562,0.005101702,-0.03531779),(-0.01128586,0.005283507,-0.03566096),(-0.01134006,0.005528151,-0.0353535),(-0.01114652,0.005378063,-0.03515205),(-0.01088466,0.005258857,-0.03497541),(-0.01048914,0.005032118,-0.03518088),(-0.01058485,0.005139633,-0.03481922),(-0.01125277,0.004916055,-0.03646157),(-0.01131667,0.005126453,-0.03669406),(-0.01137587,0.005415987,-0.03640959),(-0.01132279,0.005196361,-0.0361749),(-0.0113783,0.005367058,-0.03693532),(-0.01148666,0.005600164,-0.03716381),(-0.01142931,0.005653175,-0.03664567),(-0.01153589,0.005870616,-0.03686197),(-0.0114325,0.0057002,-0.03611933),(-0.01148347,0.005932885,-0.03635021),(-0.01159167,0.00613288,-0.03655437),(-0.01165263,0.006386862,-0.03624163),(-0.01153865,0.006205324,-0.03604906),(-0.01148358,0.005977729,-0.03582291),(-0.01138465,0.005471513,-0.03588262),(-0.0114349,0.005740023,-0.03558409),(-0.01169073,0.005788071,-0.03735801),(-0.01195675,0.005912492,-0.03751408),(-0.012027,0.006120654,-0.03717125),(-0.0117484,0.006030999,-0.03703737),(-0.01225094,0.005955143,-0.03762821),(-0.01253954,0.005897742,-0.03769658),(-0.01262309,0.006033059,-0.03731197),(-0.01233185,0.006125898,-0.03726299),(-0.01240859,0.006282906,-0.03689188),(-0.0120981,0.006316318,-0.03682251),(-0.01269876,0.006154832,-0.03692169),(-0.01276646,0.006265529,-0.03652717),(-0.01248068,0.006428476,-0.03651648),(-0.01216932,0.006501183,-0.03646933),(-0.01181117,0.006263501,-0.03671091),(-0.01187809,0.006486398,-0.03637972),(-0.0127888,0.005722004,-0.03771536),(-0.01299086,0.005454417,-0.03769775),(-0.01304271,0.005538163,-0.03729177),(-0.0128609,0.005828462,-0.03731759),(-0.0131379,0.005121468,-0.03765696),(-0.01322209,0.004749642,-0.03760617),(-0.01322817,0.004804694,-0.03719349),(-0.01316599,0.005188221,-0.03724642),(-0.01319064,0.005251302,-0.03683216),(-0.01308816,0.005614227,-0.03688126),(-0.01323382,0.0048597,-0.03677791),(-0.01321347,0.005310921,-0.03641387),(-0.01323995,0.004914245,-0.03635873),(-0.01312858,0.005683717,-0.03646654),(-0.01292474,0.005923672,-0.03691463),(-0.012981,0.006009597,-0.03650742),(-0.01323559,0.004365429,-0.03755859),(-0.01321028,0.003972439,-0.03751252),(-0.01322671,0.00441364,-0.03714488),(-0.01319323,0.004018043,-0.03709811),(-0.01317803,0.003574285,-0.03746627),(-0.01317073,0.003174579,-0.03741812),(-0.01315933,0.00362089,-0.0370507),(-0.01315662,0.003225168,-0.03700013),(-0.01317873,0.004067644,-0.03668238),(-0.01314357,0.003672716,-0.0366346),(-0.01314538,0.003282205,-0.03658246),(-0.01312863,0.003346654,-0.03616542),(-0.01312424,0.003730171,-0.03621792),(-0.01316293,0.004121114,-0.03626489),(-0.01321934,0.004464227,-0.03672907),(-0.0132123,0.004516724,-0.03631045),(-0.01322025,0.002776931,-0.03736641),(-0.01332458,0.002420337,-0.03732023),(-0.01333454,0.002485168,-0.03689275),(-0.01321671,0.002833863,-0.03694393),(-0.0134817,0.002143794,-0.03728871),(-0.01368958,0.001986297,-0.03728099),(-0.01372321,0.002068397,-0.03684806),(-0.01350506,0.002217281,-0.03685724),(-0.01353035,0.002301662,-0.03642857),(-0.01334671,0.002559701,-0.03646739),(-0.01375872,0.002161734,-0.0364183),(-0.01378905,0.002269504,-0.03599268),(-0.01354992,0.002399235,-0.0360035),(-0.01335268,0.002645676,-0.03604482),(-0.01321574,0.002898874,-0.0365227),(-0.01320851,0.002973319,-0.03610326),(-0.01394623,0.001986841,-0.03730618),(-0.01423501,0.002109944,-0.03735883),(-0.01427257,0.002206429,-0.0369338),(-0.01398393,0.002076713,-0.03687587),(-0.01453927,0.002320124,-0.03743349),(-0.01484239,0.002581898,-0.03752472),(-0.01487489,0.002686872,-0.03711259),(-0.01457444,0.002421748,-0.037015),(-0.01461267,0.002530355,-0.0365987),(-0.01431288,0.00231161,-0.03651145),(-0.01491028,0.002797599,-0.03670228),(-0.01494075,0.002921826,-0.03629588),(-0.01464584,0.00265325,-0.03618657),(-0.01434816,0.002431607,-0.03609344),(-0.0140239,0.002176893,-0.03644862),(-0.01405884,0.002291993,-0.03602573),(-0.01512774,0.002859784,-0.03762706),(-0.01540818,0.003138485,-0.03773398),(-0.01544001,0.003243965,-0.03733006),(-0.01515926,0.002966002,-0.03721974),(-0.01569657,0.003402703,-0.03783892),(-0.01600578,0.003637142,-0.03793537),(-0.01604064,0.003735696,-0.03753481),(-0.01572965,0.003505588,-0.03743721),(-0.01576168,0.003615967,-0.0370374),(-0.01547237,0.0033557,-0.0369279),(-0.01607305,0.003843318,-0.03713635),(-0.01610293,0.003962053,-0.03674097),(-0.01579063,0.003737599,-0.03664081),(-0.01550096,0.003479246,-0.03652914),(-0.01519271,0.003077812,-0.0368141),(-0.01522173,0.00320224,-0.03641211),(-0.01634867,0.003826502,-0.03801677),(-0.01671797,0.003977098,-0.03808536),(-0.01675674,0.004062538,-0.03768471),(-0.01638546,0.003919117,-0.03761652),(-0.01710641,0.004095241,-0.03814333),(-0.01750674,0.004187247,-0.03819294),(-0.01714709,0.004172649,-0.03774179),(-0.01754912,0.004256139,-0.03779013),(-0.01679163,0.004160417,-0.03728642),(-0.01718358,0.004264223,-0.03734274),(-0.01758715,0.004340908,-0.03739005),(-0.01721752,0.004370074,-0.03694698),(-0.01762232,0.004442228,-0.03699372),(-0.01682416,0.004270912,-0.03689118),(-0.01641891,0.004022458,-0.03721849),(-0.01645003,0.004137365,-0.03682347),(-0.01791169,0.004259426,-0.0382364),(-0.0183189,0.004322372,-0.03827547),(-0.01795545,0.004319694,-0.03783213),(-0.01836391,0.004373816,-0.03786968),(-0.018726,0.00438668,-0.0383119),(-0.01913064,0.004462942,-0.03834747),(-0.01877232,0.004429001,-0.03790464),(-0.01917849,0.004495747,-0.0379389),(-0.01840428,0.004443951,-0.03746738),(-0.0188139,0.004490211,-0.03750105),(-0.01922156,0.004546233,-0.03753386),(-0.01885161,0.004575022,-0.03710302),(-0.01926046,0.004619816,-0.03713429),(-0.01844114,0.004536177,-0.0370702),(-0.01799471,0.0043975,-0.037431),(-0.01803078,0.004494753,-0.03703427),(-0.01953045,0.004561751,-0.03838394),(-0.01992081,0.004651417,-0.03842082),(-0.01958025,0.004584554,-0.03797433),(-0.01997179,0.004663619,-0.03801038),(-0.02029706,0.004700249,-0.03845764),(-0.02065459,0.004676555,-0.03849392),(-0.02034729,0.004701143,-0.03804648),(-0.02070093,0.004665324,-0.03808208),(-0.02001798,0.004686349,-0.03760193),(-0.0203925,0.004708316,-0.03763628),(-0.02074175,0.004656803,-0.03767022),(-0.02077657,0.00465259,-0.03725869),(-0.02043251,0.004724586,-0.03722782),(-0.02005944,0.004723714,-0.03719676),(-0.01962529,0.004621967,-0.03756764),(-0.01966592,0.004679086,-0.03716556),(-0.02098875,0.004548644,-0.03852917),(-0.02128752,0.004335195,-0.03856562),(-0.02102689,0.004524365,-0.03811661),(-0.02131284,0.004298148,-0.0381524),(-0.02153888,0.004054885,-0.03860547),(-0.02173082,0.003726394,-0.03865094),(-0.02171527,0.003669486,-0.03823705),(-0.02154642,0.00400656,-0.03819177),(-0.02154528,0.003958519,-0.03777675),(-0.02133062,0.004261026,-0.037738),(-0.02169014,0.003614105,-0.03782202),(-0.02165462,0.003560294,-0.03740551),(-0.02153441,0.003910904,-0.03736009),(-0.02133981,0.004224194,-0.03732222),(-0.02105862,0.004500746,-0.03770332),(-0.0210831,0.004478607,-0.03728928),(-0.0218513,0.003368398,-0.03870426),(-0.02189367,0.003008998,-0.03876844),(-0.02181872,0.002946569,-0.0383555),(-0.02180706,0.003306812,-0.03829055),(-0.02185123,0.002676289,-0.03884654),(-0.02171731,0.002398371,-0.03894161),(-0.02158934,0.002345495,-0.03853251),(-0.02174716,0.002616786,-0.03843507),(-0.02163322,0.002564334,-0.03802453),(-0.02173357,0.002889602,-0.0379427),(-0.02145219,0.002300269,-0.03812495),(-0.02130767,0.002263496,-0.03771872),(-0.02151074,0.002519186,-0.03761468),(-0.02163887,0.002838103,-0.0375298),(-0.02175273,0.003248662,-0.03787626),(-0.02168813,0.003193916,-0.03746108),(-0.02148523,0.002203341,-0.03905668),(-0.02117955,0.002076158,-0.03918799),(-0.02102808,0.002045311,-0.03878628),(-0.02134217,0.002160728,-0.038651),(-0.02082485,0.002001783,-0.03933182),(-0.02044569,0.001965175,-0.03948438),(-0.02028887,0.001953849,-0.03909006),(-0.02066951,0.001982074,-0.03893406),(-0.02050884,0.001965656,-0.03853812),(-0.02086988,0.002019455,-0.03838651),(-0.02012805,0.0019449,-0.0386973),(-0.01996324,0.001941133,-0.03830572),(-0.02034351,0.001955705,-0.03814353),(-0.02070623,0.002001276,-0.03798824),(-0.02119104,0.002124817,-0.0382472),(-0.02103355,0.002097366,-0.03784494),(-0.02006662,0.001951292,-0.03964193),(-0.01968802,0.001958137,-0.03980267),(-0.01952896,0.001948744,-0.03941253),(-0.01990859,0.00194346,-0.03925001),(-0.01931029,0.00198371,-0.0399648),(-0.01893378,0.002026012,-0.04012648),(-0.01877271,0.001997655,-0.03973975),(-0.01915025,0.001967531,-0.03957623),(-0.01898879,0.001956719,-0.03918822),(-0.01936778,0.001943682,-0.03902322),(-0.01861085,0.001974519,-0.03935342),(-0.01844767,0.001952513,-0.03896828),(-0.01882516,0.001948244,-0.03880144),(-0.01920378,0.001941916,-0.03863511),(-0.01974761,0.001938658,-0.0388593),(-0.01958323,0.001938042,-0.03846972),(-0.01855888,0.002083044,-0.04028593),(-0.01820639,0.002124743,-0.04044239),(-0.01804519,0.0020576,-0.04006044),(-0.01839663,0.002036949,-0.03990168),(-0.01789709,0.002121044,-0.04059511),(-0.01765179,0.002041884,-0.04074334),(-0.01750903,0.001931722,-0.04036199),(-0.01774159,0.002031795,-0.04021442),(-0.01758723,0.001938726,-0.03983437),(-0.01788446,0.001990086,-0.03967912),(-0.01736811,0.001815185,-0.03998103),(-0.01723094,0.001696906,-0.03959949),(-0.01743533,0.001843101,-0.03945452),(-0.01772485,0.001920637,-0.03929853),(-0.0182342,0.001993829,-0.03951792),(-0.0180716,0.001950209,-0.03913522),(-0.01749129,0.001857199,-0.04088632),(-0.01742112,0.001604791,-0.04101862),(-0.01732769,0.001464435,-0.04062876),(-0.01737067,0.001729568,-0.04050157),(-0.01744685,0.001322465,-0.04113484),(-0.01757401,0.001048021,-0.04122952),(-0.01753244,0.000901642,-0.04082859),(-0.01738123,0.001175426,-0.04073923),(-0.01732002,0.001025135,-0.04034109),(-0.01723777,0.001318128,-0.04023754),(-0.01749618,0.0007561795,-0.04042398),(-0.01746679,0.0006244089,-0.04001475),(-0.01726524,0.0008845227,-0.03993908),(-0.01715361,0.001177033,-0.0398435),(-0.01725271,0.001594898,-0.04011647),(-0.01713961,0.001461355,-0.03972972),(-0.01780815,0.0008192616,-0.04129726),(-0.01812351,0.0006319996,-0.04134424),(-0.01810748,0.0005103731,-0.04093678),(-0.01778245,0.0006821847,-0.04089248),(-0.01849428,0.0004820464,-0.04137661),(-0.01889468,0.0003652135,-0.04140057),(-0.01888736,0.0002829617,-0.04099009),(-0.01848372,0.0003795259,-0.04096736),(-0.01848073,0.000293951,-0.04055243),(-0.01809848,0.000400878,-0.04052398),(-0.01888779,0.0002204528,-0.04057407),(-0.01889451,0.000174952,-0.04015456),(-0.01848447,0.0002264267,-0.04013333),(-0.01809646,0.0003092409,-0.04010652),(-0.01776298,0.000551524,-0.04048305),(-0.01775054,0.000437275,-0.04006878),(-0.01929894,0.0002773128,-0.0414223),(-0.01970656,0.0002136601,-0.041442),(-0.01970484,0.0001674026,-0.04102984),(-0.0192946,0.0002139993,-0.04101086),(-0.02011706,0.0001695717,-0.04145992),(-0.02052994,0.0001403633,-0.04147625),(-0.02053194,0.0001203621,-0.04106322),(-0.02011749,0.0001379356,-0.04104723),(-0.02012393,0.0001195644,-0.04063189),(-0.01970992,0.000138066,-0.04061388),(-0.02053919,0.0001097822,-0.04064855),(-0.02055054,0.0001048911,-0.04023317),(-0.02013493,0.0001097822,-0.04021527),(-0.01972013,0.0001205055,-0.04019593),(-0.01929769,0.0001700933,-0.04059458),(-0.01930653,0.0001409369,-0.04017556),(-0.02094472,0.0001213509,-0.04149123),(-0.02136102,0.0001102686,-0.04150466),(-0.02136434,0.0001037328,-0.04109134),(-0.02094759,0.0001094463,-0.04107798),(-0.02177848,0.0001048502,-0.04151631),(-0.02219674,0.0001028298,-0.04152599),(-0.02220079,0.0001020931,-0.04111314),(-0.02178211,0.0001017668,-0.04110312),(-0.02178972,0.0001015695,-0.04068972),(-0.02137198,0.0001013706,-0.04067754),(-0.0222085,0.0001039238,-0.04070029),(-0.02180064,0.0001033573,-0.0402763),(-0.0222191,0.0001083932,-0.04028755),(-0.02138319,0.0001013284,-0.04026357),(-0.02095518,0.0001039129,-0.04066379),(-0.02096656,0.0001019564,-0.04024924),(-0.02261543,0.0001019413,-0.04153351),(-0.02303131,0.0001135488,-0.04154052),(-0.02303636,0.0001181909,-0.04112917),(-0.0226203,0.0001032566,-0.04112124),(-0.02344116,0.0001490162,-0.0415487),(-0.02384176,0.0002197077,-0.04155973),(-0.02384111,0.0002411057,-0.0411518),(-0.02344472,0.0001598294,-0.04113877),(-0.02345081,0.0001758789,-0.04072915),(-0.02304428,0.0001272098,-0.04071818),(-0.02384281,0.0002677239,-0.04074391),(-0.02384525,0.0003034608,-0.04033666),(-0.02345782,0.000200185,-0.04032022),(-0.02305367,0.0001426719,-0.04030773),(-0.02262842,0.0001078476,-0.04070916),(-0.02263877,0.0001167863,-0.04029744),(-0.02422986,0.0003369873,-0.04157528),(-0.02460861,0.0004892079,-0.04159422),(-0.02458923,0.0005482293,-0.04119222),(-0.02422126,0.0003749533,-0.04117004),(-0.02498111,0.0006647226,-0.04161542),(-0.02535049,0.0008518843,-0.04163775),(-0.02530488,0.0009604956,-0.0412431),(-0.02494908,0.000747791,-0.04121701),(-0.02492003,0.0008284817,-0.04081619),(-0.02457249,0.0006082864,-0.04078883),(-0.02526264,0.001062938,-0.04084495),(-0.02489398,0.0009127774,-0.04041477),(-0.02522464,0.001165798,-0.04044559),(-0.02455765,0.0006747315,-0.04038538),(-0.02421506,0.0004166135,-0.04076427),(-0.02420996,0.0004666344,-0.04035887),(0.04006218,0.001222546,-0.009305743),(0.03972987,0.001222411,-0.009556946),(0.03939743,0.001222302,-0.009807863),(0.03998619,0.001222309,-0.009899043),(0.03965347,0.001222334,-0.01014906),(0.04031876,0.001222297,-0.009648771),(0.03906472,0.001222246,-0.01005821),(0.0387316,0.001222269,-0.0103077),(0.03898704,0.001222467,-0.01064726),(0.03932047,0.001222382,-0.01039855),(0.03990834,0.001222337,-0.01049103),(0.03957491,0.001222502,-0.01073982),(0.03924107,0.001222658,-0.01098789),(0.03982795,0.001222596,-0.01108202),(0.03949361,0.001222815,-0.0113295),(0.04016192,0.001222329,-0.01083386),(0.04057451,0.001221993,-0.009992225),(0.04024149,0.001222167,-0.01024175),(0.04049564,0.001222031,-0.01058526),(0.04082924,0.001221716,-0.01033644),(0.03839794,0.001222397,-0.01055605),(0.03806397,0.001222575,-0.01080363),(0.03831874,0.001222741,-0.01114192),(0.03865305,0.0012226,-0.01089493),(0.03772995,0.001222749,-0.01105083),(0.0373961,0.001222863,-0.01129803),(0.03765019,0.00122289,-0.01163525),(0.03798437,0.001222852,-0.01138857),(0.03823722,0.001222961,-0.0117276),(0.03857198,0.001222911,-0.01148144),(0.03790266,0.00122293,-0.0119738),(0.03815342,0.001222979,-0.0123136),(0.03848844,0.001223061,-0.01206783),(0.03882362,0.001223055,-0.0118221),(0.03890667,0.001222802,-0.01123498),(0.03915875,0.001222971,-0.01157609),(0.03706267,0.001222863,-0.01154561),(0.03672975,0.001222788,-0.01179365),(0.03698321,0.001222677,-0.01212983),(0.03731644,0.001222819,-0.01188232),(0.03639742,0.001222675,-0.01204226),(0.03606578,0.001222563,-0.01229151),(0.03631855,0.001222352,-0.01262649),(0.03665055,0.001222508,-0.01237786),(0.03690176,0.001222374,-0.01271488),(0.03723487,0.001222593,-0.01246738),(0.03656926,0.001222177,-0.01296292),(0.03715096,0.00122232,-0.01305324),(0.03681784,0.001222093,-0.01330076),(0.03748463,0.001222568,-0.01280625),(0.03756851,0.001222793,-0.01222037),(0.0378188,0.001222802,-0.01255972),(0.0357349,0.001222491,-0.01254151),(0.03540462,0.001222475,-0.012792),(0.03598727,0.001222252,-0.01287577),(0.03565658,0.001222217,-0.01312555),(0.03507476,0.001222529,-0.01304273),(0.03474512,0.00122267,-0.01329343),(0.03532636,0.001222258,-0.01337567),(0.03499648,0.001222387,-0.01362596),(0.03590617,0.001221984,-0.01346076),(0.03557543,0.001222001,-0.0137104),(0.03524511,0.0012221,-0.01396041),(0.03582199,0.00122181,-0.01404683),(0.03549109,0.001221863,-0.01429669),(0.03615339,0.001221834,-0.01379756),(0.03623743,0.001222045,-0.01321158),(0.03648533,0.00122193,-0.01354887),(0.03441555,0.001222912,-0.01354385),(0.03408626,0.001223167,-0.01379428),(0.0346668,0.001222613,-0.01387625),(0.03433749,0.001222855,-0.01412675),(0.03375748,0.001223342,-0.01404497),(0.03342945,0.00122335,-0.01429623),(0.03400871,0.00122303,-0.01437763),(0.03368064,0.001223057,-0.01462911),(0.03458561,0.001222497,-0.01446145),(0.03425663,0.001222655,-0.01471269),(0.0339283,0.001222694,-0.01496455),(0.03450142,0.001222289,-0.01504983),(0.03417272,0.001222332,-0.01530214),(0.03483076,0.001222158,-0.01479816),(0.03491514,0.001222288,-0.01421073),(0.03516066,0.001221998,-0.01454712),(0.03310239,0.001223099,-0.01454831),(0.03277623,0.001222713,-0.01480116),(0.03335341,0.001222854,-0.01488137),(0.03302695,0.001222543,-0.01513435),(0.03245086,0.001222316,-0.01505474),(0.03212621,0.001222032,-0.01530899),(0.03270116,0.001222245,-0.015388),(0.03237593,0.001222081,-0.01564224),(0.03327379,0.001222321,-0.0154704),(0.0329474,0.001222133,-0.01572426),(0.03262145,0.001222094,-0.01597866),(0.03319024,0.001222,-0.01606283),(0.03286357,0.001222058,-0.01631743),(0.03351724,0.001222091,-0.0158087),(0.03360073,0.001222546,-0.01521714),(0.0338447,0.001222234,-0.01555512),(0.03180221,0.001221985,-0.01556385),(0.03147936,0.001224652,-0.01581935),(0.03205119,0.001222173,-0.01589703),(0.03172755,0.001226414,-0.01615214),(0.03115821,0.001232513,-0.01607553),(0.03083928,0.001248046,-0.0163324),(0.03140562,0.001238697,-0.01640734),(0.03108604,0.001262911,-0.0166624),(0.03197121,0.001227945,-0.01648843),(0.03164826,0.001244119,-0.01674283),(0.03132765,0.001275984,-0.01699626),(0.03188747,0.001247315,-0.01708102),(0.03156551,0.001283757,-0.01733322),(0.03221156,0.001228817,-0.0168272),(0.03229583,0.001222317,-0.01623354),(0.03253713,0.001222365,-0.01657245),(0.03052309,0.001273728,-0.01659001),(0.03020873,0.001305475,-0.01684834),(0.03076941,0.001302951,-0.01691711),(0.0304546,0.00135265,-0.01717172),(0.0298953,0.001339203,-0.0171074),(0.02958187,0.001370827,-0.01736718),(0.03014045,0.001405843,-0.01742649),(0.0298258,0.001456363,-0.0176817),(0.03069423,0.001394582,-0.0174993),(0.03037897,0.001466058,-0.01774989),(0.03006306,0.001535482,-0.01800051),(0.03061222,0.001505063,-0.01807844),(0.03029533,0.001590257,-0.018325),(0.03092889,0.001420402,-0.01783134),(0.03101005,0.001328681,-0.01724826),(0.03124631,0.001344043,-0.01758313),(0.02926753,0.001396261,-0.01762767),(0.0289556,0.001412494,-0.01789055),(0.02950952,0.001498045,-0.01793762),(0.02919601,0.001525904,-0.01819618),(0.02864936,0.001416514,-0.0181575),(0.02835212,0.001405308,-0.01843018),(0.02888967,0.001534958,-0.01845933),(0.02859492,0.001520222,-0.01872904),(0.02943063,0.00163812,-0.01850544),(0.02912421,0.001657009,-0.01876399),(0.02883105,0.001644728,-0.01902945),(0.02935634,0.001765063,-0.01907354),(0.02906312,0.001765285,-0.01933306),(0.02966263,0.001729593,-0.01882043),(0.02974526,0.001595223,-0.01825165),(0.02997721,0.001668212,-0.01857163),(0.02806718,0.001375864,-0.01871027),(0.02778978,0.001336257,-0.01899551),(0.02831616,0.001476713,-0.01900723),(0.02804699,0.001416896,-0.01929143),(0.02751521,0.001294562,-0.01928364),(0.0272387,0.001258855,-0.01957238),(0.02778102,0.001353234,-0.01957914),(0.02751184,0.001298193,-0.01986788),(0.02829227,0.001521074,-0.0195851),(0.02803193,0.001441513,-0.01987064),(0.02776782,0.001371338,-0.02015822),(0.02826262,0.00156689,-0.02015668),(0.027999,0.001491445,-0.02044107),(0.02852321,0.001649086,-0.01987618),(0.02855619,0.001594115,-0.01930393),(0.02878773,0.001720921,-0.01960113),(0.02695552,0.00123721,-0.01985947),(0.02666819,0.001226147,-0.02014625),(0.02723305,0.001264239,-0.02015517),(0.02694797,0.001246103,-0.02044234),(0.02637926,0.001222183,-0.02043403),(0.02609126,0.001221839,-0.02072414),(0.02665989,0.00123852,-0.02073072),(0.02637215,0.001236223,-0.02102163),(0.02721001,0.00130041,-0.02073359),(0.02692397,0.001286756,-0.0210236),(0.02663828,0.001279042,-0.02131662),(0.02716349,0.001382754,-0.02131036),(0.02688276,0.001364457,-0.02160719),(0.02744564,0.001405761,-0.02101741),(0.02749257,0.001326453,-0.0204455),(0.02772541,0.001439864,-0.02072781),(0.02580672,0.001221632,-0.0210179),(0.02552525,0.001222767,-0.02131479),(0.02608806,0.001233945,-0.02131644),(0.02580693,0.001232929,-0.02161433),(0.02524647,0.001226445,-0.02161428),(0.02497001,0.001233869,-0.02191585),(0.02552807,0.001234415,-0.02191455),(0.02525079,0.001239646,-0.0222163),(0.02607803,0.001263975,-0.02191375),(0.02580067,0.001260412,-0.02221528),(0.02552331,0.001262025,-0.02251706),(0.02606111,0.001313918,-0.02251531),(0.02578509,0.001310519,-0.0228167),(0.02633427,0.00132644,-0.02221182),(0.02635676,0.001270817,-0.02161377),(0.02660725,0.001344486,-0.02190839),(0.02469548,0.001246242,-0.02221899),(0.02442406,0.001260126,-0.02252466),(0.02497442,0.001249863,-0.02251879),(0.02470056,0.001262372,-0.0228231),(0.02415695,0.001272082,-0.02283384),(0.02389534,0.001278672,-0.02314752),(0.02443087,0.00127448,-0.02313029),(0.02416695,0.001283494,-0.02344141),(0.02496669,0.001284195,-0.02311839),(0.02469201,0.001300227,-0.02341976),(0.02442282,0.001316536,-0.02372279),(0.02493677,0.001365827,-0.02369672),(0.02465812,0.001397069,-0.02398317),(0.02521966,0.001339182,-0.02340706),(0.02524456,0.001270707,-0.02281779),(0.02550352,0.001319844,-0.02311383),(0.02364041,0.001276458,-0.02346666),(0.02339037,0.001273032,-0.02378813),(0.02391044,0.00128672,-0.02375754),(0.02365895,0.001292811,-0.0240744),(0.02314342,0.00127599,-0.02410883),(0.02289776,0.001292925,-0.02442561),(0.02341009,0.001310421,-0.02438773),(0.02316146,0.001348201,-0.02469325),(0.02390485,0.001351836,-0.02433179),(0.02365016,0.00138811,-0.02462828),(0.02339442,0.001448319,-0.02491308),(0.02385375,0.001530154,-0.0248093),(0.02358499,0.001610994,-0.02506029),(0.02411996,0.001472225,-0.02454346),(0.02416142,0.001330859,-0.02402838),(0.02438696,0.001430199,-0.02426675),(0.02265159,0.00133143,-0.02473534),(0.02240444,0.001388434,-0.02503714),(0.02291067,0.001414806,-0.02498669),(0.02265663,0.001504742,-0.02526687),(0.02215583,0.001460862,-0.02533014),(0.02190532,0.001545644,-0.02561345),(0.02239829,0.001612516,-0.0255326),(0.02213454,0.001732636,-0.02578267),(0.02286947,0.00165926,-0.02543218),(0.02259726,0.001795571,-0.02566404),(0.02231657,0.00194283,-0.02587581),(0.02243609,0.002159955,-0.02586782),(0.02273737,0.002003592,-0.02569696),(0.02302828,0.001855072,-0.02550489),(0.02313469,0.001541106,-0.02518146),(0.02331034,0.001721753,-0.02529241),(0.0216524,0.001639706,-0.02588619),(0.02139564,0.001744892,-0.02614707),(0.02186434,0.001859608,-0.02601591),(0.02158699,0.001993921,-0.02623305),(0.02113358,0.001863043,-0.02639482),(0.02086475,0.001996002,-0.02662816),(0.02100824,0.002286521,-0.02662193),(0.02130184,0.002136063,-0.02643481),(0.02141552,0.002405181,-0.02639338),(0.02172548,0.002248098,-0.02623795),(0.02109623,0.002564611,-0.02653509),(0.02146508,0.002630906,-0.02626224),(0.02112227,0.002787637,-0.02636575),(0.02179897,0.002473874,-0.02614704),(0.0220259,0.002093827,-0.02606626),(0.02212296,0.002316803,-0.0260167),(0.0205877,0.002145612,-0.02684581),(0.02030121,0.002305924,-0.02704845),(0.02070551,0.002445785,-0.02679515),(0.02039314,0.002608944,-0.02695572),(0.02000404,0.002470987,-0.02723678),(0.019695,0.002634852,-0.0274115),(0.02007066,0.00277109,-0.02710493),(0.01973753,0.002927314,-0.02724404),(0.0204305,0.002884776,-0.0267869),(0.02008443,0.003036815,-0.02690084),(0.01972981,0.003177691,-0.02700939),(0.02004859,0.003233113,-0.02663706),(0.01967758,0.003355585,-0.02672317),(0.02041344,0.003094075,-0.02655054),(0.02076783,0.002725925,-0.02666563),(0.02077153,0.002943805,-0.02646097),(0.01937284,0.002791571,-0.0275733),(0.01903908,0.002941169,-0.02772348),(0.01939327,0.003072708,-0.02737435),(0.01903928,0.003208305,-0.02749672),(0.01869522,0.003083677,-0.02786333),(0.01834278,0.003219122,-0.02799416),(0.01867697,0.003335142,-0.02761205),(0.01830773,0.003454254,-0.02772122),(0.01899657,0.003415883,-0.02721611),(0.0186202,0.003519127,-0.02731441),(0.01823881,0.003615757,-0.02740939),(0.01853392,0.003615361,-0.02699011),(0.01814485,0.003685882,-0.02707812),(0.01891954,0.003540766,-0.02690084),(0.01936682,0.00330306,-0.02711446),(0.01930099,0.003456154,-0.02681148),(0.01798327,0.003347532,-0.02811726),(0.01761699,0.003465299,-0.02823377),(0.01793298,0.003566675,-0.02782513),(0.01755312,0.003669496,-0.02792491),(0.0172443,0.003568815,-0.02834484),(0.0168655,0.003654473,-0.0284516),(0.01716855,0.003759806,-0.0280217),(0.01677968,0.003834695,-0.02811665),(0.01746479,0.003795762,-0.0275906),(0.01707308,0.003874528,-0.02767883),(0.01667885,0.00394273,-0.0277668),(0.01696348,0.003900704,-0.02733099),(0.01656698,0.003966765,-0.02741423),(0.01735903,0.003830544,-0.02724776),(0.01785352,0.003708737,-0.02750112),(0.01775302,0.003758273,-0.02716374),(0.01648093,0.003718662,-0.0285552),(0.01609231,0.003760089,-0.02865595),(0.01638691,0.003891253,-0.0282109),(0.01599167,0.003927445,-0.02830479),(0.01570136,0.003777458,-0.02875419),(0.01530982,0.003769474,-0.02885024),(0.01559538,0.003941235,-0.02839868),(0.01519949,0.003930589,-0.0284929),(0.01588513,0.004037343,-0.0279455),(0.01548749,0.004057385,-0.02803721),(0.01509056,0.004055006,-0.02813119),(0.0153766,0.004109818,-0.02767283),(0.01498056,0.004123628,-0.02776532),(0.01577323,0.004075971,-0.02758415),(0.01628256,0.003998063,-0.02785552),(0.01617013,0.004026737,-0.02749828),(0.01491939,0.003734841,-0.02894442),(0.01453128,0.003691158,-0.02904101),(0.01480541,0.003893472,-0.02858781),(0.01441386,0.003846199,-0.02868633),(0.01414667,0.003656024,-0.02914428),(0.01376673,0.003647036,-0.02925852),(0.01402554,0.003805085,-0.02879141),(0.01364114,0.003786445,-0.02890599),(0.01430198,0.0039875,-0.02832907),(0.01391104,0.003950509,-0.02843626),(0.01352281,0.003930117,-0.02855113),(0.01379865,0.004063063,-0.02807364),(0.01340739,0.004047313,-0.02818833),(0.01419139,0.004088719,-0.02796523),(0.01469527,0.004027022,-0.02822793),(0.01458543,0.004112752,-0.02786263),(0.01339266,0.003681791,-0.029388),(0.01302223,0.003741025,-0.02952865),(0.01326138,0.003806593,-0.02903301),(0.01288487,0.003847106,-0.02916906),(0.01265321,0.003805467,-0.02967641),(0.01228339,0.003855852,-0.0298272),(0.01251025,0.003889558,-0.02931075),(0.01213614,0.003915526,-0.0294547),(0.0127551,0.003964769,-0.02880626),(0.01237473,0.003986672,-0.02894134),(0.0119961,0.003989534,-0.02907795),(0.01186218,0.004057294,-0.02869577),(0.01224489,0.004072127,-0.02856543),(0.0126302,0.004065983,-0.02843613),(0.01313765,0.003940394,-0.02867533),(0.0130178,0.004052998,-0.0283098),(0.01191053,0.003872911,-0.02997697),(0.0115374,0.003878929,-0.03012363),(0.01176116,0.003906584,-0.0295975),(0.01138734,0.00388695,-0.02973777),(0.01116676,0.00389619,-0.03026511),(0.01080137,0.003946976,-0.03039933),(0.01101668,0.003880844,-0.02987411),(0.01065122,0.003912481,-0.03000511),(0.01124384,0.003913577,-0.02934735),(0.01087252,0.003885055,-0.02947883),(0.01050594,0.00389637,-0.02960729),(0.01073301,0.003901533,-0.02908151),(0.01036419,0.003895382,-0.02920819),(0.01110586,0.003947139,-0.02895385),(0.01161875,0.003956786,-0.02921351),(0.01148238,0.004007346,-0.02882526),(0.010444,0.004053573,-0.03052422),(0.01009087,0.004196401,-0.03064391),(0.009938666,0.004141598,-0.03025007),(0.01029297,0.004006078,-0.0301294),(0.009738209,0.004355879,-0.03076258),(0.009382244,0.004512426,-0.03088436),(0.009228809,0.004458243,-0.0304929),(0.009585033,0.004299,-0.03037021),(0.009431597,0.004243276,-0.02997784),(0.009787984,0.004094718,-0.02985498),(0.0090736,0.004399102,-0.03010247),(0.008916885,0.004341196,-0.02971162),(0.009277747,0.004193726,-0.02958488),(0.009638174,0.004058753,-0.0294592),(0.01014527,0.003972671,-0.02973207),(0.009999782,0.003953546,-0.02933386),(0.009019203,0.004646464,-0.03101341),(0.008650518,0.00476251,-0.03114797),(0.008499918,0.004725423,-0.03075409),(0.008866727,0.004599289,-0.03062126),(0.00827763,0.004865077,-0.03128633),(0.007901978,0.004958684,-0.03142672),(0.007756637,0.004946103,-0.03102846),(0.008129513,0.004839932,-0.03089022),(0.007977895,0.004801787,-0.03049569),(0.008346015,0.004676604,-0.03036191),(0.007607874,0.004920264,-0.03063144),(0.007456023,0.004885163,-0.03023562),(0.007823227,0.004755687,-0.03010208),(0.008189312,0.004621991,-0.02997023),(0.008711495,0.00454296,-0.03023067),(0.008553971,0.00448389,-0.02984007),(0.007524997,0.005047846,-0.03156743),(0.007147176,0.005134752,-0.03170836),(0.007007273,0.005145195,-0.03130751),(0.007382428,0.005047224,-0.03116762),(0.006769002,0.005221593,-0.03184943),(0.006390966,0.005310557,-0.03199058),(0.006255683,0.005339312,-0.03158873),(0.00663156,0.005241924,-0.03144795),(0.006491585,0.005250946,-0.03104646),(0.006864525,0.005143604,-0.03090709),(0.006118055,0.005357057,-0.03118652),(0.005978154,0.005364996,-0.03078447),(0.006349174,0.005250293,-0.03064545),(0.006719094,0.005132239,-0.03050751),(0.007236686,0.00503379,-0.03076867),(0.00708801,0.005010603,-0.03037083),(0.006013552,0.005403836,-0.03213171),(0.005635747,0.005495475,-0.03227221),(0.005503803,0.005537289,-0.0318704),(0.005880027,0.005439261,-0.03172966),(0.005256535,0.005579519,-0.03241143),(0.004874901,0.005650015,-0.03254875),(0.004746462,0.005709609,-0.03214981),(0.005126211,0.005628899,-0.03201057),(0.004993197,0.00566417,-0.03160849),(0.00536934,0.005566484,-0.03146775),(0.004615223,0.005753416,-0.03174904),(0.004481172,0.005782232,-0.03134736),(0.004857537,0.005686226,-0.03120597),(0.005232428,0.005583995,-0.0310649),(0.005744134,0.005463175,-0.03132702),(0.005605935,0.005476575,-0.03092434),(0.00448983,0.005701008,-0.03268353),(0.004103228,0.00572656,-0.03281166),(0.003979264,0.005818526,-0.03242107),(0.00436376,0.005774928,-0.03228778),(0.003716999,0.005720734,-0.03292901),(0.003333051,0.005677585,-0.03303146),(0.003594135,0.005834074,-0.03254629),(0.003209532,0.00581524,-0.03266003),(0.003852869,0.005891657,-0.03202632),(0.003469519,0.005927691,-0.03215786),(0.003085405,0.005933024,-0.03228119),(0.003342727,0.00600133,-0.0317652),(0.002960168,0.006030252,-0.03189637),(0.003723756,0.005946125,-0.03162878),(0.004234943,0.005831406,-0.03188917),(0.00410324,0.005870979,-0.0314889),(0.00295329,0.005591182,-0.03311487),(0.002580988,0.005465178,-0.03317558),(0.002826615,0.005755694,-0.03275891),(0.002449127,0.00565708,-0.03283772),(0.002219412,0.005303236,-0.03320989),(0.001871837,0.005109012,-0.03321408),(0.002080811,0.00552104,-0.03289126),(0.001725411,0.005349217,-0.03291435),(0.002320135,0.005831696,-0.03248928),(0.001946377,0.005724135,-0.03256163),(0.001583473,0.005578043,-0.03260458),(0.001816373,0.005910617,-0.03222057),(0.001447236,0.005793067,-0.03228309),(0.002193741,0.005987558,-0.03213078),(0.002701043,0.005901177,-0.03239373),(0.002576089,0.006026549,-0.03202047),(0.001541533,0.004886168,-0.0331845),(0.001225106,0.004642595,-0.03312709),(0.001386669,0.005143256,-0.03290176),(0.001063743,0.004910983,-0.03285722),(0.0009191643,0.004386184,-0.03304783),(0.0006203155,0.00412483,-0.03295268),(0.0007557924,0.004660226,-0.03278442),(0.0004619748,0.004398816,-0.03268706),(0.0009035978,0.005176344,-0.03258438),(0.0005911788,0.004935609,-0.03252259),(0.00030014,0.004678193,-0.0324272),(0.0004307718,0.005208048,-0.03225588),(0.000140659,0.004958311,-0.03216622),(0.0007489172,0.005434964,-0.03230344),(0.001235121,0.005392967,-0.03261194),(0.001089578,0.005632244,-0.03231161),(0.0003251671,0.003866424,-0.03284761),(2.552438e-5,0.003626845,-0.03274593),(0.0001814485,0.004134578,-0.03256883),(-9.813673e-5,0.003883848,-0.03244688),(-0.0002868071,0.003421973,-0.03266096),(-0.0006200218,0.003267691,-0.032606),(-0.0003891314,0.003662959,-0.0323383),(-0.0007038859,0.003488245,-0.03226021),(-0.0002274948,0.004152215,-0.03215858),(-0.0004971428,0.003916822,-0.03202705),(-0.0007927126,0.003721942,-0.03192519),(-0.0006090654,0.004179689,-0.03172466),(-0.0008860085,0.003965853,-0.03160007),(-0.0003590877,0.004427479,-0.03187658),(3.275749e-5,0.004411533,-0.03229892),(-0.0001159035,0.00469257,-0.03203177),(-0.0009823143,0.003179875,-0.03259438),(-0.001359805,0.00315774,-0.03261884),(-0.001054751,0.003376038,-0.03222973),(-0.001426042,0.003328547,-0.03223932),(-0.001738615,0.003200501,-0.03267213),(-0.002104866,0.003307368,-0.03274698),(-0.001802078,0.003347977,-0.03228143),(-0.002167174,0.003436536,-0.03234853),(-0.001494148,0.003509095,-0.03186584),(-0.001865917,0.003502371,-0.03189392),(-0.002228989,0.003569607,-0.03195088),(-0.001929149,0.003664762,-0.03151017),(-0.002288872,0.003708525,-0.03155459),(-0.001563678,0.003699195,-0.0314989),(-0.00113073,0.003584159,-0.03187386),(-0.001210089,0.003802622,-0.03152684),(-0.002444676,0.003477557,-0.03283614),(-0.002771197,0.003682583,-0.03293339),(-0.002505647,0.003596429,-0.03243309),(-0.002830739,0.003797193,-0.03252824),(-0.003097577,0.003893959,-0.03303247),(-0.003436965,0.004083205,-0.03312716),(-0.003155692,0.004008358,-0.03262717),(-0.003493747,0.004199459,-0.03272303),(-0.002890793,0.003910714,-0.03212219),(-0.003215308,0.004120363,-0.0322211),(-0.003552755,0.00431326,-0.0323186),(-0.003275605,0.004231265,-0.03181484),(-0.003613548,0.004425267,-0.03191436),(-0.002950147,0.004024995,-0.03171579),(-0.002566317,0.003716425,-0.03202955),(-0.00262522,0.003839675,-0.03162609),(-0.003802511,0.004221835,-0.03321121),(-0.00418612,0.004308104,-0.03328254),(-0.003858146,0.004340029,-0.03280897),(-0.004240863,0.004428326,-0.03288235),(-0.004579697,0.004340268,-0.03333909),(-0.004975149,0.004316581,-0.03337878),(-0.004633871,0.004462604,-0.03294047),(-0.005029145,0.004441123,-0.03298068),(-0.004297424,0.004550132,-0.03248292),(-0.004689255,0.004589431,-0.03254315),(-0.00508382,0.004572857,-0.03258437),(-0.004745717,0.004720131,-0.03214705),(-0.005138979,0.004710854,-0.03218962),(-0.004355676,0.004673255,-0.03208437),(-0.003916026,0.004457296,-0.03240697),(-0.003975929,0.004573782,-0.03200551),(-0.00536438,0.004235301,-0.03339952),(-0.00574887,0.00411057,-0.03340602),(-0.005418657,0.004362138,-0.0330003),(-0.005803743,0.004239685,-0.0330045),(-0.006130098,0.003956535,-0.03340298),(-0.006509545,0.003787341,-0.03339509),(-0.00618574,0.004087798,-0.03299846),(-0.006565982,0.003920516,-0.03298733),(-0.005859162,0.004379174,-0.03260558),(-0.006242124,0.004230261,-0.03259695),(-0.006623404,0.004065429,-0.03258309),(-0.006298679,0.00438205,-0.03219815),(-0.006681068,0.004219852,-0.03218191),(-0.005914705,0.004527494,-0.03220898),(-0.005473425,0.004498072,-0.03260328),(-0.00552839,0.004641869,-0.0322082),(-0.006888688,0.003617131,-0.03338706),(-0.007264731,0.003470106,-0.0333864),(-0.006945805,0.003751872,-0.03297629),(-0.007323247,0.003604934,-0.03297324),(-0.007634878,0.003370462,-0.03340065),(-0.00799633,0.003342399,-0.03343734),(-0.007696351,0.003502768,-0.0329861),(-0.008063156,0.003468446,-0.03302279),(-0.0073827,0.003752654,-0.03256487),(-0.007757728,0.003649405,-0.03257671),(-0.008127687,0.00361138,-0.03261333),(-0.00781795,0.00380705,-0.03217101),(-0.008189063,0.003767709,-0.03220763),(-0.00744203,0.003910253,-0.03216005),(-0.007004094,0.003898778,-0.0325697),(-0.007062627,0.004055221,-0.03216645),(-0.008346291,0.003410114,-0.03350399),(-0.008682573,0.003555472,-0.03359322),(-0.0084217,0.003525033,-0.0330912),(-0.008768586,0.003656234,-0.03318367),(-0.009002987,0.003760334,-0.03369766),(-0.009305349,0.004006566,-0.03380996),(-0.009100414,0.003845758,-0.03329251),(-0.009413789,0.004077309,-0.03341004),(-0.008843959,0.003782655,-0.03277774),(-0.009182375,0.003961181,-0.03289059),(-0.009502378,0.004181117,-0.03301393),(-0.009247939,0.004104904,-0.03249338),(-0.009568026,0.004318589,-0.03262416),(-0.008908473,0.003931771,-0.03237574),(-0.00849108,0.003660925,-0.03268282),(-0.008554043,0.003814328,-0.03227818),(-0.009587467,0.004276032,-0.03392272),(-0.009857837,0.004551458,-0.03403996),(-0.009705308,0.004334595,-0.03352857),(-0.009980699,0.004603981,-0.03365272),(-0.01012495,0.004815574,-0.03416568),(-0.01039729,0.005051109,-0.03430388),(-0.010506,0.005124525,-0.03393624),(-0.01024569,0.004871835,-0.03378707),(-0.01033872,0.004957905,-0.03341958),(-0.01007793,0.004689269,-0.03327402),(-0.01058504,0.005223194,-0.03358136),(-0.01061586,0.005360565,-0.0332444),(-0.01038769,0.005085373,-0.03306778),(-0.01013736,0.004815517,-0.03290787),(-0.009800022,0.004427077,-0.03314026),(-0.009864316,0.004557691,-0.03276116),(-0.01068337,0.00524079,-0.03445857),(-0.01095843,0.005407589,-0.03463158),(-0.01101286,0.005558429,-0.03429268),(-0.01076736,0.005348418,-0.03410481),(-0.01119773,0.005574478,-0.03482471),(-0.01137652,0.005764426,-0.03503979),(-0.0113887,0.005996464,-0.03472582),(-0.01122561,0.005769472,-0.03449972),(-0.01122018,0.005970407,-0.03418356),(-0.01103392,0.005721903,-0.03396506),(-0.01137011,0.0062284,-0.03441754),(-0.0113142,0.00646437,-0.03412091),(-0.0111714,0.006184641,-0.03388271),(-0.01100753,0.005908538,-0.03365508),(-0.01081949,0.005475345,-0.03376376),(-0.01082241,0.005634399,-0.03344124),(-0.01147005,0.006000404,-0.03527865),(-0.01152617,0.006247208,-0.03551993),(-0.0115558,0.006508577,-0.03521309),(-0.01148523,0.00625432,-0.03497086),(-0.01159267,0.006469632,-0.0357423),(-0.0117174,0.006632471,-0.03592442),(-0.01178148,0.00686846,-0.03560212),(-0.01164101,0.006724778,-0.03543076),(-0.01167914,0.006969732,-0.03511528),(-0.01156804,0.006761773,-0.0349051),(-0.0118404,0.007093593,-0.03527413),(-0.01188967,0.007306626,-0.03493986),(-0.01170252,0.007203462,-0.0347967),(-0.01155844,0.007006732,-0.03459866),(-0.01147554,0.006503426,-0.03466528),(-0.0114361,0.006749384,-0.03436648),(-0.01194817,0.006700516,-0.03604494),(-0.01223992,0.006676942,-0.03611317),(-0.01230735,0.006843898,-0.03575296),(-0.01201781,0.006905164,-0.0357054),(-0.01254758,0.006564919,-0.03613839),(-0.01282609,0.006367615,-0.03612987),(-0.01287562,0.006463493,-0.03573017),(-0.0126075,0.006693671,-0.03575711),(-0.01265862,0.006816172,-0.03537216),(-0.01236907,0.007002352,-0.03538764),(-0.01291307,0.006555565,-0.03532842),(-0.0129364,0.006646229,-0.03492501),(-0.01269913,0.006933856,-0.03498306),(-0.01242254,0.007152607,-0.03501615),(-0.01208335,0.007099647,-0.03535994),(-0.0121412,0.007283268,-0.03500737),(-0.01303036,0.006088204,-0.03609693),(-0.01316537,0.005747743,-0.03604793),(-0.01306909,0.006162374,-0.03568448),(-0.01319252,0.005809234,-0.03562758),(-0.01323608,0.005367293,-0.03599124),(-0.01324746,0.004967913,-0.03593524),(-0.01325055,0.005422993,-0.03556702),(-0.01324781,0.00502257,-0.03551036),(-0.01320404,0.005871115,-0.03520764),(-0.01324898,0.005480593,-0.03514397),(-0.0132325,0.005080086,-0.03508699),(-0.01319299,0.005142329,-0.03466805),(-0.01322343,0.005542673,-0.03472481),(-0.01319391,0.005936318,-0.03479028),(-0.01309347,0.006234993,-0.03527136),(-0.01309978,0.006308943,-0.03485889),(-0.01320446,0.004570662,-0.0358883),(-0.01314196,0.00417832,-0.03584518),(-0.01311189,0.004238963,-0.03542495),(-0.01318892,0.004626889,-0.03546513),(-0.01309483,0.003793667,-0.03580061),(-0.01309793,0.003419484,-0.03574934),(-0.01305542,0.003498445,-0.03533423),(-0.01305472,0.003861811,-0.03538345),(-0.01300329,0.003933208,-0.03496724),(-0.01306877,0.004302746,-0.03500592),(-0.01300324,0.003581286,-0.03492009),(-0.0129435,0.003665759,-0.03450692),(-0.01293991,0.004006466,-0.03455277),(-0.01300867,0.004369368,-0.03458976),(-0.0131588,0.004686255,-0.0350434),(-0.01310721,0.004749609,-0.0346256),(-0.01318614,0.003058551,-0.03568613),(-0.01334402,0.002744833,-0.03562571),(-0.01332434,0.002854315,-0.03520948),(-0.01315201,0.003151882,-0.0352709),(-0.01355616,0.002512295,-0.03558281),(-0.01380712,0.002394904,-0.03557218),(-0.01381572,0.002534937,-0.03515626),(-0.01355229,0.002637937,-0.03516593),(-0.01354154,0.002773252,-0.03475225),(-0.01329722,0.002971272,-0.03479554),(-0.01381762,0.002686606,-0.03474437),(-0.0138156,0.002846914,-0.03433595),(-0.01352716,0.002915337,-0.03434117),(-0.01326625,0.003092849,-0.03438329),(-0.0131095,0.003250628,-0.03485717),(-0.01306198,0.003352105,-0.03444448),(-0.01408149,0.002426626,-0.03560853),(-0.0143706,0.002572543,-0.03568147),(-0.01438298,0.002730802,-0.03527494),(-0.01409452,0.00257751,-0.03519645),(-0.01466582,0.00279774,-0.03578058),(-0.01495848,0.003067301,-0.03589548),(-0.01496614,0.003230117,-0.03550049),(-0.01467541,0.002959955,-0.03538014),(-0.01467744,0.003136026,-0.03498463),(-0.01438803,0.002902768,-0.03487328),(-0.01496637,0.003406367,-0.03511029),(-0.01496186,0.003592146,-0.03472427),(-0.0146747,0.003322082,-0.03459346),(-0.01438851,0.003084828,-0.03447593),(-0.0141006,0.00274137,-0.03478896),(-0.01410243,0.002914924,-0.03438548),(-0.01523994,0.003346309,-0.03601575),(-0.0155215,0.003620157,-0.03613547),(-0.01553533,0.003775365,-0.03574635),(-0.01524945,0.003506432,-0.03562442),(-0.01581447,0.003874239,-0.03624874),(-0.01613015,0.004093947,-0.03634964),(-0.01615459,0.004236957,-0.03596192),(-0.01583372,0.004023385,-0.03586071),(-0.01584893,0.004182533,-0.03547622),(-0.0155438,0.003941799,-0.03536123),(-0.01617612,0.004389044,-0.03557735),(-0.0161946,0.004548167,-0.03519549),(-0.01586062,0.004349182,-0.03509476),(-0.01554823,0.004116389,-0.03497956),(-0.01525239,0.003679018,-0.03523754),(-0.01525084,0.003860479,-0.03485451),(-0.01647986,0.004264674,-0.03643226),(-0.01685589,0.004394201,-0.03649976),(-0.0165079,0.00440255,-0.03604442),(-0.01688624,0.004528242,-0.03611164),(-0.01725055,0.004490304,-0.03655532),(-0.01765615,0.004560766,-0.03660211),(-0.0172822,0.004622117,-0.03616705),(-0.01768836,0.004692255,-0.03621409),(-0.01691465,0.004670997,-0.03572632),(-0.01731198,0.00476271,-0.03578145),(-0.01771868,0.004832428,-0.03582855),(-0.01733942,0.004909284,-0.03539779),(-0.01774684,0.004977017,-0.03544432),(-0.01694055,0.004820426,-0.03534329),(-0.0165337,0.004549154,-0.0356595),(-0.01655676,0.004702651,-0.03527709),(-0.01806499,0.004613364,-0.03664329),(-0.01847556,0.004653892,-0.03667976),(-0.01809732,0.004746738,-0.03625622),(-0.0185078,0.004788022,-0.03629353),(-0.01888635,0.004688146,-0.0367124),(-0.01929583,0.004721919,-0.03674212),(-0.01891848,0.004818557,-0.03632608),(-0.01932809,0.004840798,-0.03635399),(-0.01853805,0.004929488,-0.03590893),(-0.0189484,0.004955231,-0.03594091),(-0.01935767,0.004964716,-0.03596654),(-0.01897651,0.005087142,-0.03555376),(-0.019385,0.005081935,-0.03557642),(-0.01856655,0.005069213,-0.03552343),(-0.01812776,0.004888287,-0.03587125),(-0.01815627,0.005031415,-0.03548657),(-0.0197025,0.004761004,-0.03676978),(-0.02009628,0.004779818,-0.03679614),(-0.01973533,0.004857199,-0.03637732),(-0.02012855,0.00484657,-0.03639778),(-0.0204671,0.004752772,-0.03682189),(-0.02080488,0.004654282,-0.03684779),(-0.02082634,0.004659453,-0.03643697),(-0.0204961,0.004787717,-0.0364171),(-0.02051931,0.004824269,-0.03601205),(-0.02015629,0.004915879,-0.03599943),(-0.02084058,0.004665675,-0.03602571),(-0.02084724,0.004670519,-0.03561344),(-0.02053653,0.004857272,-0.03560536),(-0.02017955,0.004979655,-0.03559878),(-0.01976469,0.004957147,-0.03598515),(-0.01979086,0.005050325,-0.03559028),(-0.02109955,0.00445876,-0.03687453),(-0.0213394,0.004188017,-0.03690486),(-0.02132915,0.004152928,-0.03648636),(-0.02110761,0.004440583,-0.0364591),(-0.02151274,0.00386386,-0.03694151),(-0.02160787,0.003508098,-0.03698722),(-0.02155003,0.003458536,-0.03656785),(-0.02148021,0.003818307,-0.03652165),(-0.02143676,0.003775165,-0.03610119),(-0.02130882,0.004119362,-0.0360672),(-0.02148121,0.003412622,-0.03614812),(-0.02140154,0.003371374,-0.03572877),(-0.02138234,0.003735357,-0.0356808),(-0.02127819,0.004087749,-0.03564781),(-0.02110692,0.004423452,-0.03604306),(-0.02109714,0.004406741,-0.03562648),(-0.02161309,0.003142541,-0.03704472),(-0.02153521,0.002792076,-0.03711656),(-0.02142296,0.00275208,-0.03670352),(-0.02152784,0.003095434,-0.03662782),(-0.02138109,0.002481594,-0.03720534),(-0.02115755,0.002235982,-0.0373136),(-0.02100231,0.002216924,-0.03690988),(-0.02124467,0.002451551,-0.03679689),(-0.02110189,0.002429049,-0.03638973),(-0.02130242,0.002718671,-0.03629119),(-0.0208424,0.00220552,-0.03650785),(-0.02067828,0.002200966,-0.03610782),(-0.02095313,0.002414079,-0.03598424),(-0.02117394,0.002692405,-0.03588012),(-0.02143264,0.003053493,-0.03621105),(-0.02132774,0.003017613,-0.03579509),(-0.02087141,0.00208013,-0.03744392),(-0.02053838,0.00199346,-0.03759107),(-0.02036695,0.001993189,-0.03719532),(-0.02070515,0.002071278,-0.03704442),(-0.02017417,0.001955395,-0.03774982),(-0.01979447,0.001945356,-0.03791495),(-0.02000146,0.001961234,-0.03735736),(-0.01962241,0.001953991,-0.03752536),(-0.01982603,0.001969728,-0.03696659),(-0.02019253,0.00199764,-0.03680138),(-0.01944772,0.001963462,-0.03713732),(-0.01964853,0.001977385,-0.03657788),(-0.01927107,0.001970189,-0.03675122),(-0.02001573,0.002003995,-0.03640957),(-0.0205353,0.002068978,-0.03664676),(-0.02036239,0.002071397,-0.03625125),(-0.019415,0.001942767,-0.03808124),(-0.01903622,0.001942412,-0.0382485),(-0.0188657,0.001943644,-0.03786342),(-0.01924355,0.001950038,-0.03769409),(-0.01865861,0.001939078,-0.03841653),(-0.01828264,0.001927551,-0.03858513),(-0.01811628,0.001900624,-0.03820334),(-0.01848968,0.001929083,-0.03803322),(-0.01831889,0.001918122,-0.03765119),(-0.01869281,0.001944089,-0.03747985),(-0.01794908,0.001872725,-0.03782229),(-0.01778157,0.001844847,-0.03744134),(-0.01814678,0.001906058,-0.03727016),(-0.01851814,0.001942221,-0.0370978),(-0.01906954,0.001957059,-0.03730849),(-0.01889358,0.001961034,-0.03692467),(-0.01790879,0.001902616,-0.03875411),(-0.01756701,0.001847688,-0.03891877),(-0.0174115,0.00177269,-0.03853866),(-0.01774632,0.001852539,-0.03837366),(-0.01728724,0.001746184,-0.03907445),(-0.01709944,0.001581517,-0.03921642),(-0.01697398,0.001469147,-0.03883069),(-0.01714349,0.001648939,-0.03869284),(-0.0170046,0.00155233,-0.03830843),(-0.01725888,0.00169709,-0.03815698),(-0.01685494,0.001359927,-0.03844119),(-0.0167427,0.001253984,-0.03804678),(-0.01687112,0.001457323,-0.03791992),(-0.01710974,0.001622339,-0.03777253),(-0.01758473,0.001801468,-0.03799291),(-0.01742456,0.001750894,-0.0376109),(-0.01703357,0.001337102,-0.03934001),(-0.01707745,0.001052314,-0.03944516),(-0.01700897,0.0009418475,-0.03904257),(-0.01693466,0.001221178,-0.0389467),(-0.01721892,0.0007665237,-0.03953183),(-0.01744581,0.0005191056,-0.03959995),(-0.01743228,0.0004363698,-0.03918072),(-0.01718036,0.0006679723,-0.03912001),(-0.01714887,0.0005857031,-0.03870433),(-0.01694784,0.0008435103,-0.03863576),(-0.01742526,0.0003723007,-0.03875823),(-0.01742377,0.0003229986,-0.03833364),(-0.01712373,0.0005165507,-0.03828544),(-0.01689373,0.0007551786,-0.03822476),(-0.01684294,0.001112619,-0.03854918),(-0.01675848,0.001010462,-0.0381468),(-0.01774595,0.0003494327,-0.03964948),(-0.01810136,0.0002411888,-0.03968512),(-0.01811227,0.0001927292,-0.03926093),(-0.01774818,0.0002838566,-0.03922641),(-0.01849406,0.000178058,-0.0397116),(-0.01890608,0.0001437245,-0.03973363),(-0.01892198,0.000123817,-0.0393119),(-0.0185088,0.0001452839,-0.03928814),(-0.01852795,0.0001245434,-0.03886384),(-0.01812829,0.0001598702,-0.0388351),(-0.01894172,0.0001122765,-0.03888997),(-0.01896479,0.0001061496,-0.03846844),(-0.01855083,0.0001122753,-0.03843959),(-0.01814853,0.0001386195,-0.03840879),(-0.01775623,0.0002364062,-0.03880086),(-0.0177691,0.0002029411,-0.03837411),(-0.01931943,0.0001218722,-0.03975593),(-0.01973384,0.0001095766,-0.03977785),(-0.01975085,0.0001037651,-0.03935987),(-0.01933606,0.0001106248,-0.03933608),(-0.02014906,0.0001039129,-0.03979875),(-0.0205648,0.0001019564,-0.03981797),(-0.02058187,0.0001012747,-0.03940305),(-0.02016617,0.0001012958,-0.03938247),(-0.02018616,0.0001012703,-0.03896657),(-0.01977094,0.0001015571,-0.03894221),(-0.02060162,0.0001031425,-0.03898858),(-0.02020887,0.0001031759,-0.03855121),(-0.02062393,0.0001078563,-0.03857465),(-0.01979393,0.0001014387,-0.03852511),(-0.01935608,0.0001049201,-0.03891638),(-0.01937919,0.0001024837,-0.03849723),(-0.02098081,0.0001007826,-0.03983487),(-0.02139722,0.0001017529,-0.03984979),(-0.02099775,0.0001017598,-0.03942085),(-0.02141377,0.0001050805,-0.03943647),(-0.02181417,0.0001062289,-0.03986309),(-0.02223182,0.0001155723,-0.03987512),(-0.02182989,0.0001135668,-0.03945057),(-0.02224606,0.0001295482,-0.03946377),(-0.02143255,0.0001137481,-0.03902392),(-0.02184734,0.0001287534,-0.03903924),(-0.02226123,0.0001544082,-0.03905432),(-0.0218661,0.0001551709,-0.03862959),(-0.02227672,0.0001942394,-0.03864757),(-0.02145327,0.000130192,-0.03861241),(-0.02101719,0.0001062564,-0.03900736),(-0.02103897,0.0001156411,-0.03859457),(-0.02265029,0.0001311445,-0.03988621),(-0.02306321,0.0001666437,-0.03989806),(-0.02266224,0.0001553546,-0.03947672),(-0.0230721,0.0002033561,-0.0394908),(-0.02346416,0.0002357678,-0.03991232),(-0.02384678,0.0003522149,-0.03993067),(-0.02346931,0.0002859231,-0.03950741),(-0.02384753,0.0004154262,-0.03952794),(-0.02307959,0.0002570398,-0.03908759),(-0.02347272,0.0003539467,-0.03910743),(-0.02384759,0.0004945346,-0.0391305),(-0.02347388,0.0004431342,-0.03871433),(-0.02384708,0.0005909801,-0.03874038),(-0.02308489,0.0003319257,-0.03869009),(-0.02267387,0.0001938487,-0.03907017),(-0.02268442,0.0002510592,-0.03866779),(-0.02420466,0.000529683,-0.03995479),(-0.024544,0.0007529169,-0.03998323),(-0.02420043,0.0006042356,-0.03955379),(-0.02453434,0.0008375245,-0.03958362),(-0.02487096,0.001006661,-0.04001455),(-0.02519174,0.00127566,-0.04004732),(-0.0248556,0.001100467,-0.03961611),(-0.02517052,0.001378236,-0.03964993),(-0.02453151,0.0009232371,-0.0391878),(-0.02485253,0.001184529,-0.03922),(-0.02516757,0.001459232,-0.03925322),(-0.02486639,0.001249181,-0.0388268),(-0.02518945,0.001504358,-0.03885699),(-0.02453832,0.001004737,-0.03879703),(-0.02419853,0.0006887685,-0.03915763),(-0.02420022,0.0007817586,-0.03876808),(0.04108278,0.001221551,-0.01068175),(0.0407485,0.00122195,-0.0109298),(0.04041411,0.001222326,-0.01117766),(0.04100008,0.001221933,-0.01127523),(0.04066494,0.001222338,-0.01152228),(0.04133513,0.001221502,-0.01102803),(0.0400795,0.001222655,-0.01142513),(0.03974457,0.001222912,-0.01167202),(0.04032963,0.001222688,-0.01176901),(0.03999406,0.001222957,-0.0120153),(0.04091446,0.001222372,-0.01186758),(0.04057841,0.001222704,-0.01211354),(0.04024216,0.001222956,-0.01235915),(0.0408259,0.001222712,-0.01245856),(0.04048896,0.001222917,-0.01270343),(0.04116273,0.00122244,-0.01221346),(0.04158625,0.001221578,-0.01137513),(0.0412504,0.001221988,-0.01162141),(0.04149945,0.001222124,-0.01196822),(0.04183614,0.001221785,-0.01172291),(0.03940921,0.001223075,-0.01191815),(0.0390736,0.001223147,-0.01216378),(0.03965814,0.001223117,-0.01226096),(0.03932201,0.001223183,-0.01250623),(0.03873794,0.001223132,-0.01240917),(0.03840241,0.001223035,-0.01265458),(0.03898584,0.001223164,-0.01275131),(0.03864975,0.001223076,-0.01299641),(0.03956898,0.001223161,-0.01284921),(0.03923225,0.001223147,-0.01309396),(0.03889558,0.001223079,-0.01333875),(0.0394773,0.001223069,-0.01343681),(0.03914001,0.001223021,-0.01368126),(0.0398146,0.001223079,-0.01319244),(0.03990565,0.001223102,-0.01260432),(0.04015184,0.001223034,-0.01294802),(0.03806721,0.001222859,-0.01290029),(0.03773241,0.001222635,-0.01314637),(0.03831391,0.001222929,-0.01324175),(0.03797838,0.00122274,-0.01348742),(0.03739805,0.001222392,-0.0133929),(0.0370642,0.001222159,-0.01363994),(0.03764324,0.001222526,-0.01373353),(0.03730856,0.001222302,-0.01398018),(0.03822274,0.001222831,-0.01382905),(0.03788675,0.001222657,-0.01407483),(0.03755116,0.001222454,-0.01432121),(0.03812879,0.001222721,-0.01441649),(0.03779223,0.001222542,-0.01466275),(0.03846567,0.001222855,-0.01417093),(0.03855904,0.001222973,-0.01358374),(0.03880277,0.001222953,-0.01392591),(0.03673092,0.001221966,-0.01388758),(0.03639822,0.001221823,-0.01413587),(0.03697443,0.001222086,-0.01422748),(0.03664086,0.001221896,-0.01447551),(0.03606608,0.001221742,-0.01438488),(0.0357345,0.001221731,-0.01463466),(0.0363079,0.001221752,-0.01472438),(0.03597555,0.001221673,-0.01497418),(0.03688154,0.001221996,-0.01481628),(0.03654764,0.001221798,-0.01506517),(0.03621446,0.001221659,-0.01531511),(0.03678551,0.001221835,-0.01540709),(0.03645143,0.001221657,-0.0156573),(0.03712043,0.001222064,-0.01515798),(0.03721607,0.001222224,-0.01456833),(0.03745606,0.001222312,-0.01490989),(0.03540349,0.001221802,-0.01488526),(0.03507306,0.001221909,-0.01513664),(0.03564386,0.001221679,-0.015225),(0.03531285,0.001221732,-0.01547672),(0.03474326,0.001222005,-0.01538873),(0.03441412,0.001222045,-0.01564147),(0.03498252,0.001221792,-0.01572922),(0.03465291,0.001221823,-0.01598236),(0.03555045,0.001221613,-0.01581825),(0.0352196,0.001221641,-0.01607112),(0.03488949,0.001221661,-0.01632466),(0.03545485,0.001221541,-0.01641427),(0.03512427,0.00122155,-0.01666817),(0.03578618,0.001221537,-0.01616105),(0.03588206,0.001221608,-0.01556619),(0.03611834,0.001221567,-0.01590867),(0.03408566,0.001221983,-0.0158948),(0.03375776,0.001221896,-0.01614866),(0.03432401,0.001221787,-0.01623604),(0.03399568,0.001221738,-0.01649017),(0.0334303,0.001221863,-0.01640299),(0.03310312,0.001221959,-0.01665772),(0.0336678,0.001221732,-0.01674471),(0.03334017,0.001221825,-0.01699958),(0.03423131,0.001221615,-0.01683314),(0.03390294,0.001221617,-0.01708794),(0.03357482,0.001221683,-0.01734302),(0.03413594,0.001221529,-0.01743263),(0.03380712,0.001221561,-0.01768808),(0.03446497,0.001221527,-0.01717744),(0.03456012,0.001221641,-0.01657869),(0.03479436,0.001221541,-0.01692259),(0.03277612,0.001222263,-0.0169128),(0.03244976,0.001228605,-0.01716747),(0.0330127,0.001222071,-0.01725472),(0.03268564,0.001227673,-0.01750938),(0.03212455,0.001246816,-0.01742096),(0.03180097,0.001282725,-0.01767253),(0.03235926,0.001243831,-0.0177628),(0.03203389,0.001275747,-0.01801422),(0.03291897,0.001226382,-0.0178531),(0.03259137,0.00123957,-0.01810668),(0.03226408,0.001265688,-0.01835834),(0.03282062,0.001235242,-0.01845277),(0.0324914,0.001255407,-0.01870495),(0.03314957,0.001225095,-0.01819879),(0.03324681,0.001221845,-0.01759831),(0.03347837,0.001221642,-0.01794368),(0.03147951,0.001342162,-0.01792141),(0.03115982,0.00141924,-0.01816807),(0.03170976,0.001328624,-0.01826288),(0.0313874,0.001399644,-0.01850901),(0.03084155,0.00150807,-0.01841299),(0.03052433,0.001602763,-0.01865662),(0.03106731,0.001485994,-0.01875281),(0.03075,0.001584858,-0.0189945),(0.03161197,0.00137016,-0.01885368),(0.03128988,0.001449752,-0.01909718),(0.03097226,0.001548404,-0.01933778),(0.03150964,0.001410258,-0.01944537),(0.03119109,0.001505257,-0.01968561),(0.03183389,0.001339336,-0.0192016),(0.03193716,0.001309012,-0.01860737),(0.03216182,0.001288911,-0.01895468),(0.03020781,0.00169743,-0.01889944),(0.02989513,0.001780779,-0.01914329),(0.03043595,0.001693422,-0.01923429),(0.03012596,0.001798925,-0.01947358),(0.02958939,0.001841517,-0.01939003),(0.02929372,0.00186835,-0.0196415),(0.0298208,0.001888611,-0.01971376),(0.02952125,0.001949719,-0.01995623),(0.03035291,0.001791281,-0.01981087),(0.030048,0.001908585,-0.02004504),(0.02974413,0.002005184,-0.02027874),(0.03026841,0.00190368,-0.02038416),(0.02996078,0.002030537,-0.0206105),(0.03057379,0.001765096,-0.02015475),(0.03066047,0.001666734,-0.0195754),(0.03088024,0.001627912,-0.01992198),(0.02901123,0.001849988,-0.01989955),(0.02873741,0.001801223,-0.02016427),(0.0292281,0.001969493,-0.02020238),(0.02894029,0.001958088,-0.02045443),(0.02846776,0.001736853,-0.02043577),(0.02819776,0.001671673,-0.02071414),(0.0286568,0.001925663,-0.02071462),(0.02837659,0.001882376,-0.02098515),(0.02913727,0.002100282,-0.02075172),(0.0288392,0.002107579,-0.0209999),(0.02854799,0.002093906,-0.02126183),(0.0290244,0.00225686,-0.02129832),(0.02872443,0.002276618,-0.02155192),(0.02933377,0.002208408,-0.02106116),(0.02943974,0.002067616,-0.02051281),(0.02964757,0.00213254,-0.02083403),(0.02792291,0.001620479,-0.02099946),(0.02764615,0.001578852,-0.02129117),(0.02809862,0.001838383,-0.02126824),(0.02782442,0.001792426,-0.02156177),(0.02737045,0.001542374,-0.02158867),(0.02709873,0.001506627,-0.0218914),(0.02755554,0.001743242,-0.02186362),(0.02729349,0.001689572,-0.02217162),(0.02799332,0.002019228,-0.02183614),(0.02772947,0.001962984,-0.02214026),(0.02747433,0.001897312,-0.02245019),(0.02790296,0.002179226,-0.02242368),(0.02764855,0.002113865,-0.02272946),(0.02816572,0.002232003,-0.02212114),(0.0282661,0.002063663,-0.02154195),(0.02843888,0.0022664,-0.02182837),(0.02683397,0.001467193,-0.02219878),(0.02657138,0.001430859,-0.0225073),(0.02703982,0.001630156,-0.02248367),(0.02678761,0.001575239,-0.02279474),(0.02630619,0.001404414,-0.02281347),(0.02603363,0.001394646,-0.02311379),(0.02653001,0.001535071,-0.02309982),(0.02626008,0.001519897,-0.02339389),(0.02698124,0.001757586,-0.02306869),(0.02672665,0.001709057,-0.0233644),(0.02645561,0.001691767,-0.02364255),(0.02689021,0.001929541,-0.02359725),(0.02661136,0.001915747,-0.0238453),(0.02715049,0.001975905,-0.02332366),(0.02722769,0.001824592,-0.02276181),(0.0274005,0.002041719,-0.02303192),(0.02574893,0.001408342,-0.02340476),(0.02545668,0.001440918,-0.02368563),(0.02597095,0.001539965,-0.02367193),(0.0256685,0.001588358,-0.02393231),(0.0251615,0.001487787,-0.02395566),(0.02486798,0.001544365,-0.0242141),(0.02535863,0.001658158,-0.02417341),(0.02504721,0.001742448,-0.0243936),(0.02584588,0.001780461,-0.02412529),(0.02552059,0.001868992,-0.02432679),(0.0251906,0.001975342,-0.02449966),(0.02529295,0.002227069,-0.02451031),(0.02563982,0.002112339,-0.02439265),(0.02597957,0.002016184,-0.02424276),(0.02615979,0.001718477,-0.02389668),(0.02630561,0.00194764,-0.02406039),(0.02458073,0.001606066,-0.02446021),(0.02429624,0.001676094,-0.02469254),(0.02443398,0.001932162,-0.02476825),(0.02474013,0.001834311,-0.02459125),(0.024011,0.001757652,-0.02490964),(0.02372152,0.001853943,-0.02511005),(0.02381082,0.002139488,-0.02506772),(0.02412535,0.002034416,-0.02492644),(0.02420027,0.002324261,-0.02485691),(0.02453352,0.002209147,-0.02475979),(0.02385977,0.002429954,-0.02493865),(0.0242392,0.002591001,-0.02469821),(0.02387519,0.002687663,-0.02472818),(0.02459516,0.002475769,-0.02465637),(0.0248626,0.002090784,-0.02464235),(0.02494557,0.002351335,-0.02459599),(0.02342428,0.001968172,-0.02529234),(0.02311847,0.002095264,-0.02545682),(0.02315405,0.002351886,-0.02530682),(0.023487,0.002245795,-0.02519395),(0.02280326,0.002230146,-0.02560383),(0.02247784,0.002367742,-0.02573368),(0.0228122,0.00245631,-0.02540806),(0.02246165,0.002557618,-0.02549935),(0.02314907,0.002596985,-0.02507374),(0.02278145,0.002663163,-0.02513303),(0.02240735,0.002721013,-0.02519077),(0.02272828,0.002831786,-0.02480216),(0.02233478,0.002849353,-0.02483393),(0.0231176,0.002802611,-0.02477644),(0.02350895,0.002520055,-0.02500994),(0.02350061,0.002756384,-0.02475302),(0.02214138,0.002502979,-0.0258467),(0.02179531,0.0026377,-0.02594561),(0.02210261,0.002654359,-0.02558239),(0.02173666,0.002751384,-0.02565828),(0.02144103,0.002773746,-0.02603313),(0.02107995,0.002912962,-0.02611198),(0.02136541,0.002853542,-0.02572808),(0.02099043,0.002965683,-0.02579289),(0.0216452,0.002826738,-0.02530966),(0.02126029,0.002890134,-0.02536914),(0.02087493,0.002970896,-0.02542753),(0.02114774,0.002903361,-0.02497834),(0.02075461,0.002953697,-0.02503499),(0.02154308,0.002875571,-0.02492437),(0.02202808,0.002772951,-0.02524992),(0.02193924,0.002860758,-0.02487545),(0.0207135,0.003057189,-0.02618489),(0.02034215,0.003197493,-0.02625515),(0.02061335,0.003092657,-0.02585377),(0.02023416,0.003220901,-0.02591456),(0.01996635,0.00332494,-0.02632609),(0.01958658,0.003430594,-0.02640102),(0.01985291,0.003336855,-0.02597911),(0.01946961,0.003426953,-0.02605125),(0.02010705,0.003190168,-0.02554258),(0.01972347,0.003293414,-0.0256073),(0.01933942,0.003368891,-0.02568221),(0.01959322,0.003219179,-0.02522185),(0.01920881,0.00328064,-0.02530221),(0.01997834,0.003131164,-0.02515301),(0.02049069,0.003076785,-0.025484),(0.02036514,0.00303615,-0.02509197),(0.01920331,0.003505523,-0.02648324),(0.01881676,0.003559817,-0.02657008),(0.01908428,0.003477635,-0.02613483),(0.01869667,0.003503159,-0.0262256),(0.01842715,0.003603572,-0.02665886),(0.0180347,0.003646883,-0.02674689),(0.0183065,0.003517782,-0.02631933),(0.01791351,0.003535762,-0.02641177),(0.01856766,0.003400916,-0.02586915),(0.01817856,0.00339201,-0.02597017),(0.01778641,0.003389525,-0.02606888),(0.01804996,0.003260277,-0.02561003),(0.01765854,0.003245174,-0.02571429),(0.01843816,0.003283209,-0.02550248),(0.01895439,0.003398967,-0.02577132),(0.01882411,0.00329599,-0.02539781),(0.01763963,0.003699841,-0.02683148),(0.01724287,0.003760287,-0.02691328),(0.01751743,0.003571356,-0.0264987),(0.01711961,0.003622052,-0.02658064),(0.01684536,0.003826056,-0.02699293),(0.01644804,0.003894988,-0.02707109),(0.0167214,0.003685337,-0.02665816),(0.01632414,0.0037587,-0.02673178),(0.01699255,0.0034529,-0.02624336),(0.01659428,0.0035133,-0.02632017),(0.01619738,0.003589201,-0.02639072),(0.01646668,0.003344698,-0.02597247),(0.01606987,0.003417793,-0.02604231),(0.016865,0.003289892,-0.02589491),(0.0173905,0.003410731,-0.02615977),(0.01726292,0.003255882,-0.02580905),(0.01605185,0.00396492,-0.02714838),(0.01565648,0.004029517,-0.02722686),(0.01592918,0.003839627,-0.02680205),(0.01553568,0.0039203,-0.02687221),(0.01526164,0.004082439,-0.02730855),(0.01486702,0.004117353,-0.0273955),(0.0151428,0.003992903,-0.02694548),(0.0147497,0.004049614,-0.0270251),(0.01541161,0.003770646,-0.02651878),(0.01502028,0.003858858,-0.02658471),(0.01462836,0.003933841,-0.02665749),(0.01489429,0.003697958,-0.02622733),(0.01450277,0.003783464,-0.02629606),(0.01528506,0.003602875,-0.02616517),(0.01580356,0.003677872,-0.02645552),(0.01567645,0.00350667,-0.02610502),(0.01447234,0.004127922,-0.02748973),(0.01407785,0.004123518,-0.02759084),(0.01435555,0.004082619,-0.02711429),(0.0139608,0.004099378,-0.027212),(0.01368381,0.004113515,-0.02769841),(0.01329049,0.004107289,-0.02781201),(0.01356591,0.004107355,-0.02731718),(0.01317134,0.004114012,-0.02742879),(0.01383973,0.004023786,-0.02683486),(0.01344434,0.004050073,-0.02693665),(0.01304913,0.004071452,-0.02704532),(0.01331847,0.003947158,-0.02656344),(0.01292306,0.003983574,-0.02666823),(0.01371408,0.003904226,-0.02646553),(0.01423462,0.00398693,-0.02674134),(0.01410911,0.003850941,-0.02637593),(0.01289816,0.00411421,-0.02793124),(0.01250744,0.004122716,-0.02805452),(0.01277755,0.004126811,-0.02754576),(0.01238517,0.00413678,-0.02766666),(0.01211894,0.004121242,-0.0281803),(0.01173331,0.004098221,-0.028307),(0.0116073,0.00411232,-0.02791456),(0.01199488,0.004134941,-0.02779007),(0.01226176,0.004109981,-0.02727777),(0.01187066,0.004114147,-0.02739886),(0.01148197,0.004099593,-0.02752139),(0.01174427,0.004059787,-0.02701078),(0.01135514,0.004060044,-0.02713044),(0.01213557,0.004044129,-0.02689308),(0.01265477,0.004093585,-0.02715947),(0.01252863,0.004017311,-0.0267785),(0.01135115,0.00404209,-0.02843305),(0.01097239,0.003975971,-0.02855873),(0.0108419,0.003998043,-0.02816286),(0.01122309,0.004059943,-0.0280387),(0.0105969,0.003922985,-0.02868433),(0.01022462,0.003906255,-0.02881013),(0.01046336,0.003946856,-0.02828743),(0.01008711,0.003926615,-0.0284128),(0.01033152,0.00397059,-0.02789095),(0.01071291,0.004011329,-0.02776711),(0.009951538,0.003954093,-0.02801589),(0.01020052,0.003991629,-0.027495),(0.009817778,0.003986314,-0.02761908),(0.0105839,0.0040138,-0.02737233),(0.01109622,0.004059825,-0.02764403),(0.01096856,0.004040659,-0.02725088),(0.009855428,0.003948902,-0.02893641),(0.009488584,0.004036688,-0.02906325),(0.009712791,0.003957555,-0.02853934),(0.009340441,0.00402911,-0.02866688),(0.009123336,0.004155375,-0.02919071),(0.008758931,0.004290721,-0.02931891),(0.008970098,0.004130714,-0.02879528),(0.008601796,0.004251805,-0.02892437),(0.009194978,0.004036599,-0.02826988),(0.008819771,0.004122243,-0.02839853),(0.008447533,0.004228576,-0.02852802),(0.008674095,0.004132457,-0.02800043),(0.008298198,0.004225164,-0.02812989),(0.009053421,0.004059739,-0.027872),(0.009572463,0.003978322,-0.02814227),(0.00943503,0.004010021,-0.02774483),(0.008394622,0.00442849,-0.0294479),(0.008030323,0.004567527,-0.02957782),(0.008235576,0.004381813,-0.02905399),(0.007871042,0.004518609,-0.02918416),(0.00766595,0.00470668,-0.02970879),(0.007301416,0.004844796,-0.02984094),(0.007145463,0.004804016,-0.02944631),(0.007507802,0.004660053,-0.02931493),(0.007713468,0.004480632,-0.02878874),(0.007350525,0.004621095,-0.02891964),(0.006989568,0.004767673,-0.02905068),(0.006835141,0.004740619,-0.02865296),(0.007195859,0.004595095,-0.02852205),(0.007559598,0.004459,-0.02839102),(0.00807895,0.004348915,-0.02865814),(0.00792687,0.004334851,-0.02826019),(0.006936638,0.004980722,-0.02997439),(0.006571137,0.005113356,-0.03010919),(0.006421387,0.005090501,-0.02971139),(0.006783627,0.004948361,-0.02957834),(0.006204433,0.005241592,-0.03024539),(0.005836046,0.005364329,-0.03038304),(0.00569203,0.005357813,-0.02998206),(0.006057824,0.005227847,-0.02984584),(0.005909816,0.005212063,-0.02944635),(0.006270573,0.005067217,-0.02931335),(0.005546409,0.005348205,-0.02958135),(0.005399482,0.005338263,-0.02918074),(0.005760873,0.005197237,-0.02904647),(0.006119427,0.005047049,-0.02891432),(0.006630038,0.004917734,-0.02918169),(0.006476923,0.004893057,-0.02878344),(0.005465496,0.005480461,-0.03052216),(0.005093125,0.005590753,-0.03066251),(0.004951763,0.005590206,-0.03026051),(0.005323089,0.005477808,-0.03012042),(0.004719277,0.005695963,-0.0308038),(0.004344292,0.005796853,-0.03094577),(0.004205009,0.0058017,-0.03054425),(0.004578816,0.005697378,-0.03040193),(0.004436549,0.005694473,-0.03000032),(0.004808668,0.005585807,-0.02985888),(0.004063741,0.005801185,-0.03014284),(0.003920913,0.005799728,-0.02974154),(0.004292874,0.005691242,-0.02959894),(0.004664168,0.005581008,-0.02945755),(0.005178991,0.005471586,-0.02971904),(0.005033476,0.005464767,-0.02931795),(0.003968515,0.005894186,-0.03108814),(0.003591632,0.0059821,-0.03122985),(0.003456668,0.006003878,-0.03082994),(0.003831106,0.005905537,-0.03068707),(0.003213338,0.006054735,-0.03136981),(0.002833319,0.006106232,-0.03150697),(0.002704447,0.006163972,-0.03111405),(0.00308126,0.006091696,-0.03097242),(0.002946406,0.006116003,-0.03057376),(0.003319026,0.006015753,-0.03042952),(0.002573139,0.006206487,-0.03071866),(0.002438985,0.006236784,-0.03032183),(0.002808686,0.006131445,-0.03017456),(0.003178871,0.006022024,-0.03002899),(0.003691352,0.005909546,-0.03028589),(0.003549595,0.00591072,-0.02988477),(0.002451267,0.006130728,-0.03164025),(0.002069682,0.00612319,-0.03176278),(0.001946824,0.006239466,-0.03138685),(0.002325789,0.006215689,-0.0312544),(0.001691063,0.006078584,-0.03186772),(0.001317912,0.005991875,-0.0319482),(0.001569089,0.006227928,-0.03150481),(0.00119412,0.006173699,-0.03160167),(0.001449093,0.00635854,-0.03113357),(0.001824036,0.006337254,-0.03100457),(0.001074481,0.006337762,-0.03124527),(0.000957612,0.006483301,-0.03088079),(0.001329716,0.006470311,-0.03075574),(0.001700187,0.006417424,-0.03061751),(0.002198867,0.006283404,-0.03086426),(0.002069714,0.006335845,-0.03047118),(0.0009527269,0.005858029,-0.03199736),(0.0006039495,0.00568313,-0.03200923),(0.0008234545,0.006069398,-0.03167084),(0.0004679198,0.005920089,-0.03170325),(0.0002800203,0.005473264,-0.03197784),(-1.062047e-5,0.005234516,-0.0318972),(0.000138344,0.00573083,-0.03168984),(-0.0001544451,0.005506682,-0.03162156),(0.0003400526,0.006145092,-0.03138695),(5.162398e-6,0.005980325,-0.03139324),(-0.0002915614,0.00577469,-0.03134069),(-0.0001201048,0.006221322,-0.0310894),(-0.0004227162,0.006038415,-0.03105602),(0.000219573,0.006357384,-0.03106184),(0.0007006463,0.006265426,-0.03133368),(0.0005831881,0.006445185,-0.03098756),(-0.0002595322,0.004972969,-0.03176134),(-0.0004894536,0.004705175,-0.03159641),(-0.0003996194,0.005252704,-0.03148934),(-0.0006210861,0.004985339,-0.03132026),(-0.0007231231,0.004447686,-0.03142857),(-0.0009832797,0.004217048,-0.03128397),(-0.0008427528,0.004721028,-0.03114144),(-0.001088526,0.004476215,-0.03097995),(-0.0007564795,0.005268001,-0.03105032),(-0.0009713906,0.004999933,-0.03086594),(-0.001205748,0.004744038,-0.03069109),(-0.001112474,0.005284617,-0.03060474),(-0.001338945,0.005021203,-0.03042044),(-0.0008981274,0.005553199,-0.03078874),(-0.0005376559,0.005531752,-0.03121748),(-0.0006751326,0.005810087,-0.03094748),(-0.001292662,0.004029815,-0.03118877),(-0.001634191,0.003898654,-0.03113904),(-0.001382314,0.004267341,-0.0308629),(-0.001708955,0.004110156,-0.03078948),(-0.001990792,0.003836236,-0.03113083),(-0.002345384,0.003855232,-0.03116023),(-0.002053288,0.004020409,-0.03075887),(-0.002400153,0.004013849,-0.03077029),(-0.001791235,0.004336382,-0.03045345),(-0.002119082,0.0042209,-0.03039729),(-0.002454809,0.004188498,-0.0303873),(-0.002190615,0.004441328,-0.03004906),(-0.002510981,0.004383302,-0.03001378),(-0.001884298,0.004580016,-0.0301342),(-0.00148291,0.004516808,-0.03055249),(-0.001598314,0.004779822,-0.03026079),(-0.00268089,0.00396831,-0.03122328),(-0.003007589,0.00414188,-0.03130963),(-0.002734387,0.004106225,-0.03082292),(-0.003063792,0.004264544,-0.03090472),(-0.00333576,0.004342351,-0.03140893),(-0.003675682,0.004536133,-0.03151082),(-0.003396166,0.004455809,-0.03100365),(-0.00373931,0.004647029,-0.03110768),(-0.003119427,0.004396158,-0.03050206),(-0.003457214,0.004573826,-0.03059926),(-0.003804583,0.004759124,-0.03070468),(-0.003519295,0.004698589,-0.03019603),(-0.003871652,0.004873591,-0.03030154),(-0.003175166,0.004539897,-0.03010265),(-0.002786774,0.004257317,-0.03042681),(-0.002839113,0.00442548,-0.03003677),(-0.004037634,0.004689634,-0.03160493),(-0.00441549,0.004797427,-0.03168683),(-0.004101024,0.004805206,-0.03120476),(-0.004476483,0.004922381,-0.03128986),(-0.004803129,0.004854087,-0.03175207),(-0.005194427,0.004854186,-0.03179621),(-0.004860866,0.004990584,-0.03135796),(-0.005249349,0.005001853,-0.031404),(-0.004538269,0.005047843,-0.03089305),(-0.004918301,0.005128902,-0.03096442),(-0.005302932,0.005152856,-0.03101285),(-0.004974805,0.005268325,-0.03057118),(-0.005354362,0.005306191,-0.03062264),(-0.004600463,0.005173545,-0.03049595),(-0.004165982,0.004920857,-0.03080454),(-0.004232394,0.005036938,-0.03040379),(-0.005583259,0.004792296,-0.03181481),(-0.005969952,0.004683104,-0.03181446),(-0.005637111,0.004948224,-0.03142298),(-0.006023951,0.004844891,-0.03142182),(-0.006354833,0.004541296,-0.03180176),(-0.006738232,0.004381555,-0.0317833),(-0.006409677,0.004707049,-0.03140749),(-0.006794091,0.004549891,-0.03138694),(-0.006075752,0.005011743,-0.03103088),(-0.0064623,0.00487836,-0.03101508),(-0.006847846,0.004724213,-0.0309925),(-0.006511792,0.00505428,-0.03062427),(-0.006898692,0.004903872,-0.03059966),(-0.006124404,0.005182549,-0.03064145),(-0.005689023,0.005108523,-0.03103257),(-0.005738078,0.005272061,-0.03064349),(-0.007120472,0.004218569,-0.03176569),(-0.007500173,0.004074717,-0.03175756),(-0.007176998,0.004388613,-0.03136712),(-0.007556707,0.004246238,-0.0313572),(-0.007875949,0.003972381,-0.03176757),(-0.00824642,0.00393394,-0.03180437),(-0.00829977,0.004110284,-0.03140375),(-0.007931526,0.004145787,-0.03136635),(-0.007984479,0.004327656,-0.0309673),(-0.007611203,0.004425005,-0.03095875),(-0.008349126,0.004296952,-0.03100594),(-0.008394504,0.004494154,-0.03061113),(-0.008034604,0.004518375,-0.0305704),(-0.00766324,0.004611209,-0.03056203),(-0.00723157,0.004565142,-0.03097044),(-0.007283556,0.004747945,-0.03057535),(-0.008610197,0.003981774,-0.03187661),(-0.008961908,0.004100623,-0.03197801),(-0.009004998,0.004287462,-0.03158512),(-0.008659742,0.004162753,-0.03147856),(-0.00929618,0.004275226,-0.03210232),(-0.009607635,0.004490322,-0.03224327),(-0.009625568,0.004690678,-0.03187087),(-0.009329088,0.004468679,-0.03171778),(-0.009348661,0.004681797,-0.03134017),(-0.009038473,0.004490537,-0.03119769),(-0.009626186,0.004914018,-0.03150662),(-0.009613849,0.005154702,-0.03115016),(-0.009356891,0.004911109,-0.03096987),(-0.009063066,0.0047081,-0.0308163),(-0.008702876,0.00435675,-0.03108451),(-0.008739797,0.004563255,-0.03069491),(-0.009890899,0.004730651,-0.03239459),(-0.01014681,0.004990917,-0.03255826),(-0.01011909,0.005204797,-0.03222146),(-0.009887986,0.004937725,-0.03203872),(-0.01037621,0.005265828,-0.03273626),(-0.01057993,0.00555009,-0.03293055),(-0.01049832,0.005778917,-0.03263211),(-0.01032162,0.005486869,-0.0324192),(-0.01024124,0.00573609,-0.03211085),(-0.01006697,0.005446482,-0.03189371),(-0.01039208,0.006034192,-0.03234139),(-0.01028229,0.006303061,-0.03205074),(-0.0101524,0.006001087,-0.03180539),(-0.01000326,0.005705298,-0.03157128),(-0.00986379,0.005170685,-0.03169172),(-0.009826524,0.005421301,-0.03135175),(-0.01075881,0.005838409,-0.03314312),(-0.01091966,0.006128865,-0.03336911),(-0.01079418,0.006373974,-0.0330972),(-0.01065193,0.006075918,-0.03286027),(-0.01106928,0.006419537,-0.03360365),(-0.01121447,0.006708506,-0.0338419),(-0.01109157,0.00695766,-0.0335713),(-0.01093682,0.006669186,-0.03333637),(-0.01079704,0.006927686,-0.03307087),(-0.01065499,0.006634958,-0.03282942),(-0.01096615,0.007208684,-0.0332999),(-0.01085888,0.007458428,-0.03301852),(-0.01067295,0.007189126,-0.03279711),(-0.01052595,0.00690291,-0.03255584),(-0.01052499,0.00633547,-0.03258359),(-0.01040127,0.006605612,-0.03230397),(-0.01136203,0.006993852,-0.03407899),(-0.01152256,0.007243391,-0.03429645),(-0.01147261,0.007471467,-0.03399354),(-0.01127016,0.007235496,-0.03379545),(-0.01170662,0.007424941,-0.03447585),(-0.01192481,0.007506316,-0.03459869),(-0.01194917,0.007692887,-0.03425027),(-0.01169894,0.00763434,-0.03415024),(-0.01168699,0.007831839,-0.03381744),(-0.01142083,0.007690677,-0.03368496),(-0.0119661,0.007866557,-0.0338942),(-0.01197894,0.008027541,-0.03353012),(-0.01167827,0.008017612,-0.03347494),(-0.01137944,0.007900738,-0.03336575),(-0.01117732,0.007472987,-0.03350853),(-0.01110034,0.007704989,-0.03321084),(-0.01218771,0.007455338,-0.03464654),(-0.01246522,0.007294966,-0.03463741),(-0.01249582,0.007429096,-0.03425282),(-0.01222332,0.007615878,-0.03427829),(-0.01272722,0.007048162,-0.03458933),(-0.01294362,0.006737888,-0.0345203),(-0.01293354,0.006829339,-0.0341153),(-0.01274108,0.00715832,-0.03419232),(-0.0127389,0.007263563,-0.03379343),(-0.01251306,0.007554661,-0.03386374),(-0.01290499,0.006919376,-0.03371099),(-0.01285679,0.007006794,-0.03330838),(-0.01271888,0.00736312,-0.033394),(-0.01251566,0.00767133,-0.03347156),(-0.01224846,0.00776491,-0.03390348),(-0.01226354,0.007902458,-0.03352296),(-0.01308431,0.006387109,-0.03444837),(-0.01315615,0.006007766,-0.03437766),(-0.01309358,0.006083708,-0.03396953),(-0.01304763,0.006467932,-0.03404023),(-0.01316601,0.005611804,-0.0343123),(-0.01312077,0.005211167,-0.03425645),(-0.01302213,0.005285219,-0.03385082),(-0.01308167,0.005686266,-0.03390558),(-0.01297535,0.005764339,-0.03350377),(-0.01300906,0.006162382,-0.03356565),(-0.01290338,0.005363105,-0.03344976),(-0.01277082,0.005443445,-0.03305192),(-0.01285203,0.005844298,-0.03310598),(-0.01290541,0.006242039,-0.03316579),(-0.01299032,0.006549855,-0.0336349),(-0.01291298,0.006631319,-0.03323279),(-0.01302728,0.004817799,-0.03421422),(-0.01292764,0.00443853,-0.03417817),(-0.01283091,0.004510462,-0.03376948),(-0.01292523,0.004890169,-0.03380762),(-0.01286396,0.004080191,-0.03414083),(-0.01287832,0.003749612,-0.03409474),(-0.01280987,0.003834452,-0.03368225),(-0.01277913,0.004155441,-0.03372986),(-0.01268914,0.004233272,-0.03331831),(-0.01272368,0.004585393,-0.03336198),(-0.01274026,0.003921883,-0.03326819),(-0.01267164,0.004013509,-0.03285126),(-0.01259768,0.004314743,-0.03290464),(-0.01261119,0.004663554,-0.03295402),(-0.01280729,0.004966064,-0.03340415),(-0.01267972,0.005044825,-0.03300219),(-0.01301284,0.003453624,-0.03403244),(-0.01323503,0.003216193,-0.03397215),(-0.01320375,0.003342659,-0.03356163),(-0.01296306,0.00355684,-0.03362013),(-0.01351238,0.003061284,-0.03393209),(-0.01381242,0.003012863,-0.03393046),(-0.01380774,0.003184804,-0.03352798),(-0.01349697,0.003211962,-0.03352486),(-0.01348068,0.00336824,-0.03311937),(-0.01317264,0.0034736,-0.03315122),(-0.01380116,0.003363089,-0.03312859),(-0.01379234,0.003548069,-0.03273239),(-0.01346331,0.003530987,-0.03271545),(-0.01314189,0.003610371,-0.03274043),(-0.01291362,0.003663404,-0.03320666),(-0.01286552,0.003774966,-0.03279111),(-0.01410267,0.003094895,-0.03398549),(-0.01438718,0.003273364,-0.0340823),(-0.0143841,0.003468045,-0.03369242),(-0.01410109,0.003281239,-0.03358909),(-0.01467001,0.003514253,-0.03420604),(-0.01495524,0.003783547,-0.03434181),(-0.01494731,0.003979888,-0.0339626),(-0.01466382,0.003712002,-0.03382219),(-0.01465657,0.00391479,-0.03344174),(-0.01437935,0.003668539,-0.03330627),(-0.01493887,0.004180491,-0.03358632),(-0.01493071,0.004384674,-0.03321265),(-0.0146487,0.004122079,-0.03306454),(-0.014373,0.003874513,-0.03292386),(-0.01409747,0.003473914,-0.03319639),(-0.01409156,0.003672878,-0.0328075),(-0.01524692,0.004047228,-0.03447476),(-0.01554998,0.004296064,-0.03460081),(-0.01555016,0.004479909,-0.03422455),(-0.01524164,0.004238482,-0.0340979),(-0.01586933,0.004520827,-0.03471588),(-0.0162099,0.004712284,-0.03481588),(-0.01622319,0.004879745,-0.03443794),(-0.01587623,0.004696289,-0.03433907),(-0.01588248,0.004874384,-0.03396388),(-0.01554991,0.004667003,-0.03385036),(-0.01623563,0.005048899,-0.03406111),(-0.01624839,0.005218091,-0.0336848),(-0.01588926,0.005053935,-0.03358985),(-0.01555036,0.004856429,-0.03347782),(-0.01523602,0.004433467,-0.03372352),(-0.01523105,0.004631399,-0.03335125),(-0.01657662,0.004861205,-0.03489674),(-0.01696336,0.004974489,-0.03496205),(-0.01659441,0.005022402,-0.03451767),(-0.01698419,0.00513007,-0.0345816),(-0.01736405,0.005059039,-0.03501537),(-0.01777258,0.005121753,-0.03506028),(-0.01738686,0.005208563,-0.03463309),(-0.01779674,0.005263694,-0.03467549),(-0.01700412,0.005284053,-0.03420093),(-0.01740885,0.00535445,-0.03424986),(-0.01782019,0.005399897,-0.03428901),(-0.01743101,0.005493288,-0.03386459),(-0.01784377,0.005527422,-0.0338999),(-0.01702422,0.00543332,-0.03381905),(-0.01661128,0.005183828,-0.03413907),(-0.01662836,0.005343071,-0.03376017),(-0.01818285,0.005169532,-0.03510036),(-0.0185935,0.005198122,-0.03513447),(-0.01820815,0.005301272,-0.03471217),(-0.01861936,0.005316954,-0.03474226),(-0.01900317,0.005203267,-0.03516148),(-0.01941051,0.005180716,-0.03518027),(-0.01902867,0.005306393,-0.03476495),(-0.01943435,0.005265243,-0.03477938),(-0.01864458,0.005426449,-0.03434703),(-0.01905326,0.005399304,-0.03436501),(-0.0194567,0.005339709,-0.03437501),(-0.01907721,0.005484786,-0.03396251),(-0.0194777,0.005408298,-0.03396843),(-0.01866958,0.00552735,-0.033949),(-0.01823282,0.005425272,-0.03432155),(-0.01825753,0.005540168,-0.03392808),(-0.01981414,0.005126209,-0.0351897),(-0.02019839,0.005029809,-0.03519356),(-0.0198347,0.005189161,-0.03478472),(-0.02021305,0.005070067,-0.03478482),(-0.02054756,0.004881573,-0.03519561),(-0.02084597,0.00467156,-0.03519964),(-0.02083714,0.004670537,-0.0347847),(-0.02055275,0.004899885,-0.03478353),(-0.02055243,0.004914921,-0.03436981),(-0.02022378,0.005104157,-0.0343736),(-0.02082115,0.004669192,-0.03436906),(-0.02079839,0.004669265,-0.03395314),(-0.02054695,0.004929393,-0.03395517),(-0.02023085,0.005135805,-0.03396094),(-0.01985271,0.00524354,-0.0343766),(-0.01986834,0.005293706,-0.03396664),(-0.02107791,0.004389828,-0.03520941),(-0.02123702,0.004058526,-0.03522867),(-0.02118553,0.00403271,-0.03481014),(-0.02104957,0.004373946,-0.0347922),(-0.02131689,0.003699804,-0.03526112),(-0.02131114,0.003335809,-0.03531052),(-0.02121005,0.003306694,-0.03489393),(-0.02124052,0.003669426,-0.03484268),(-0.02115337,0.003645147,-0.03442594),(-0.02112397,0.004011321,-0.03439264),(-0.02109829,0.003284792,-0.0344796),(-0.02097591,0.003270871,-0.03406807),(-0.02105553,0.003627886,-0.03401141),(-0.02105257,0.003995379,-0.03397653),(-0.02101245,0.004360331,-0.03437517),(-0.02096689,0.004350216,-0.03395868),(-0.02121338,0.002988693,-0.03538057),(-0.02103785,0.002673839,-0.03547082),(-0.02089421,0.002662937,-0.03506376),(-0.02108959,0.00296711,-0.03496806),(-0.02079878,0.002406634,-0.03558081),(-0.0205104,0.00220246,-0.03571008),(-0.0203389,0.002209872,-0.03531479),(-0.02063896,0.002406437,-0.03517976),(-0.02047378,0.002413214,-0.03478143),(-0.02074308,0.00265966,-0.03465939),(-0.0201639,0.00222307,-0.03492215),(-0.01998554,0.002241925,-0.03453232),(-0.02030333,0.002426691,-0.03438612),(-0.02058451,0.002663971,-0.03425818),(-0.02095639,0.002953242,-0.0345581),(-0.0208138,0.002947466,-0.03415125),(-0.02018695,0.002076705,-0.03585816),(-0.01983713,0.002009433,-0.03602027),(-0.01965678,0.00201552,-0.03563341),(-0.02000908,0.002085503,-0.03546756),(-0.01946962,0.001980709,-0.03619162),(-0.01909312,0.001970599,-0.03636741),(-0.01891382,0.001967452,-0.03598576),(-0.01928926,0.001982107,-0.0358077),(-0.01910743,0.001983982,-0.035426),(-0.01947471,0.002023819,-0.03524897),(-0.01873307,0.001963515,-0.03560611),(-0.0185508,0.001961549,-0.0352283),(-0.0189241,0.001988738,-0.03504641),(-0.01929096,0.002035898,-0.03486685),(-0.01982887,0.002098393,-0.0350795),(-0.01964643,0.002115977,-0.03469403),(-0.01871634,0.001959166,-0.03654287),(-0.01834226,0.001936517,-0.03671725),(-0.01853772,0.001953744,-0.03616295),(-0.01816519,0.001928305,-0.03633814),(-0.0179739,0.001892754,-0.03688983),(-0.01761426,0.001817982,-0.03705989),(-0.01744782,0.001791532,-0.0366781),(-0.01780048,0.00187846,-0.03651023),(-0.01762676,0.001863424,-0.03613134),(-0.01798694,0.001918916,-0.03596035),(-0.0172829,0.001764894,-0.03629613),(-0.01712018,0.00173747,-0.03591416),(-0.01745298,0.001847896,-0.03575319),(-0.01780751,0.001909682,-0.03558382),(-0.01835764,0.001947053,-0.03578474),(-0.01817603,0.001941381,-0.03540815),(-0.01726635,0.001702307,-0.03722668),(-0.01696463,0.001549887,-0.0373841),(-0.0168256,0.001478944,-0.0369923),(-0.01711143,0.001654846,-0.03684064),(-0.01674357,0.001364881,-0.03752603),(-0.01663765,0.001151447,-0.03764635),(-0.01654267,0.001051661,-0.03724081),(-0.01662459,0.001274368,-0.03712754),(-0.01651683,0.001185148,-0.03672528),(-0.01669472,0.001408719,-0.03659774),(-0.01646066,0.000953971,-0.0368311),(-0.01639451,0.00085772,-0.03641813),(-0.01642291,0.001096585,-0.03632003),(-0.01657405,0.001338424,-0.03620103),(-0.01696115,0.001607647,-0.03645315),(-0.01681684,0.001559849,-0.03606459),(-0.01668133,0.0009137452,-0.03773895),(-0.0168463,0.0006747284,-0.0378096),(-0.01680758,0.0006004238,-0.03739112),(-0.01661412,0.0008213665,-0.03732656),(-0.01710425,0.00045735,-0.03786405),(-0.01742685,0.000284563,-0.03790807),(-0.01743517,0.0002543577,-0.03748212),(-0.01709172,0.0004057739,-0.03744086),(-0.01708743,0.0003594959,-0.03701662),(-0.01677957,0.0005305277,-0.03697021),(-0.01744941,0.0002297468,-0.03705634),(-0.01747022,0.0002080939,-0.03663131),(-0.01709269,0.000316189,-0.03659204),(-0.01676429,0.000463304,-0.0365477),(-0.01655945,0.0007322252,-0.03691056),(-0.01651993,0.0006452203,-0.03649188),(-0.01778579,0.0001793206,-0.03794743),(-0.01817208,0.0001249851,-0.03798317),(-0.01819912,0.0001170766,-0.03755849),(-0.01780661,0.0001631158,-0.03752123),(-0.01857671,0.0001049186,-0.03801631),(-0.0189907,0.0001024831,-0.03804792),(-0.0190197,0.0001007199,-0.03762846),(-0.01860579,0.0001012685,-0.03759415),(-0.01863827,0.0001001203,-0.03717323),(-0.01822987,0.0001130037,-0.03713503),(-0.01905207,0.0001003027,-0.03721014),(-0.01908805,0.0001006744,-0.03679299),(-0.01867436,0.0001002694,-0.0367537),(-0.01826452,0.0001108762,-0.03671305),(-0.0178319,0.0001518976,-0.03709594),(-0.01786198,0.000143237,-0.03667196),(-0.01940504,0.0001010409,-0.038079),(-0.0198196,0.0001018958,-0.0381088),(-0.0198483,0.0001029106,-0.03769327),(-0.01943395,0.0001004593,-0.03766172),(-0.02023419,0.0001063517,-0.03813653),(-0.02064868,0.0001157126,-0.0381614),(-0.02026251,0.0001104979,-0.03772248),(-0.02067634,0.000125645,-0.03774869),(-0.01988037,0.0001044652,-0.03727848),(-0.0202942,0.000115314,-0.03730898),(-0.02070737,0.000136587,-0.03733638),(-0.02032967,0.0001205001,-0.03689598),(-0.02074224,0.0001474722,-0.03692431),(-0.01991616,0.0001065418,-0.03686444),(-0.01946621,0.0001006062,-0.03724539),(-0.01950213,0.0001013492,-0.03683),(-0.02106289,0.0001312822,-0.03818264),(-0.02147563,0.0001568491,-0.03820222),(-0.02108954,0.000150776,-0.03777129),(-0.02150044,0.0001895533,-0.03779283),(-0.02188572,0.0001962018,-0.03822213),(-0.02229195,0.0002531287,-0.03824433),(-0.02190734,0.0002456393,-0.03781584),(-0.02230855,0.0003226966,-0.03784292),(-0.02152849,0.0002241385,-0.03738362),(-0.02193209,0.0002972768,-0.03740973),(-0.02232815,0.0003945632,-0.03744165),(-0.0219611,0.0003449075,-0.03700277),(-0.02235239,0.000460349,-0.03703886),(-0.02156057,0.0002564389,-0.03697407),(-0.02111952,0.0001717186,-0.03736022),(-0.02115341,0.0001917062,-0.03694913),(-0.02269313,0.0003314184,-0.0382708),(-0.02308724,0.0004322446,-0.03829992),(-0.02270237,0.0004243874,-0.03787659),(-0.02308948,0.0005459053,-0.03791349),(-0.02347223,0.0005567814,-0.03833007),(-0.02384609,0.0007062025,-0.0383596),(-0.02347055,0.0006824437,-0.03795024),(-0.02384623,0.0008291959,-0.03798346),(-0.02309449,0.0006608167,-0.03752719),(-0.02347157,0.0008076765,-0.03757047),(-0.0238491,0.0009489537,-0.03760721),(-0.02347804,0.0009200353,-0.03718636),(-0.02385632,0.00105447,-0.03722614),(-0.02310513,0.0007648873,-0.0371374),(-0.02271449,0.0005194277,-0.03748253),(-0.02273182,0.0006060004,-0.03708599),(-0.02420678,0.0008816819,-0.03838691),(-0.02455759,0.001076705,-0.03841256),(-0.0242172,0.0009813552,-0.03800976),(-0.02458463,0.00113757,-0.03803087),(-0.02490182,0.001284758,-0.03843708),(-0.02524275,0.001499324,-0.03846105),(-0.02494971,0.001296488,-0.03804854),(-0.02531361,0.001456759,-0.03806448),(-0.02461478,0.001185758,-0.03764848),(-0.02500098,0.001289604,-0.03765888),(-0.02538816,0.00138929,-0.03766634),(-0.02504655,0.001269333,-0.03726579),(-0.02545254,0.001309548,-0.03726573),(-0.02464334,0.001219697,-0.03726187),(-0.02423049,0.001073594,-0.03763224),(-0.02424567,0.001151216,-0.03724997),(0.04208478,0.001222131,-0.01207122),(0.04174728,0.001222347,-0.01231552),(0.04140975,0.001222549,-0.01255977),(0.04199373,0.001222722,-0.01266331),(0.04165541,0.001222753,-0.01290653),(0.04233203,0.001222686,-0.01242008),(0.04107218,0.001222721,-0.01280393),(0.04073454,0.001222848,-0.01304798),(0.04131709,0.001222776,-0.01314971),(0.04097873,0.001222786,-0.01339286),(0.04189951,0.001223105,-0.01325377),(0.0415604,0.001222922,-0.01349594),(0.04122135,0.001222771,-0.01373815),(0.041802,0.001223205,-0.01384265),(0.0414622,0.00122284,-0.01408392),(0.04214189,0.001223659,-0.01360151),(0.04257776,0.001223525,-0.01276948),(0.04223863,0.00122331,-0.01301162),(0.04248186,0.001224174,-0.01336044),(0.04282185,0.001224719,-0.01311941),(0.0403968,0.001222915,-0.01329186),(0.04005898,0.001222935,-0.01353568),(0.04064035,0.00122278,-0.01363594),(0.04030195,0.00122276,-0.01387909),(0.0397211,0.00122292,-0.01377956),(0.03938318,0.001222881,-0.01402361),(0.03996349,0.001222729,-0.01412241),(0.03962497,0.00122269,-0.01436601),(0.04054333,0.001222586,-0.01422284),(0.04020432,0.001222529,-0.01446556),(0.03986528,0.001222481,-0.01470869),(0.04044346,0.00122235,-0.0148092),(0.04010398,0.001222287,-0.01505185),(0.04078297,0.001222443,-0.01456707),(0.04088233,0.001222663,-0.01398041),(0.04112253,0.001222597,-0.01432536),(0.03904524,0.001222831,-0.01426793),(0.03870735,0.001222758,-0.01451273),(0.0392864,0.001222645,-0.01461001),(0.0389478,0.001222583,-0.01485462),(0.03836958,0.001222651,-0.0147582),(0.03803197,0.001222497,-0.01500454),(0.0386092,0.001222492,-0.01510006),(0.03827064,0.00122236,-0.01534656),(0.03918701,0.001222369,-0.01519677),(0.03884779,0.001222287,-0.01544217),(0.03850851,0.001222175,-0.01568879),(0.03908544,0.001222079,-0.01578463),(0.03874581,0.001221984,-0.01603122),(0.03942499,0.001222157,-0.01553935),(0.03952618,0.001222431,-0.01495235),(0.0397645,0.001222225,-0.01529517),(0.03769461,0.001222284,-0.01525195),(0.03735777,0.001222047,-0.01550043),(0.03793218,0.001222176,-0.01559432),(0.03759418,0.001221969,-0.01584327),(0.0370217,0.00122182,-0.01574998),(0.03668668,0.001221638,-0.0160006),(0.03725706,0.001221769,-0.01609332),(0.03692118,0.001221607,-0.0163444),(0.03783033,0.001221859,-0.01618618),(0.03749241,0.0012217,-0.01643663),(0.03715593,0.00122157,-0.01668804),(0.03772859,0.001221627,-0.01677939),(0.03739189,0.001221534,-0.01703092),(0.03806685,0.001221743,-0.0165288),(0.03816919,0.001222025,-0.01593685),(0.0384061,0.001221868,-0.01627934),(0.03635297,0.001221535,-0.01625231),(0.03602036,0.00122149,-0.01650497),(0.03658697,0.001221511,-0.0165964),(0.03625406,0.001221464,-0.01684929),(0.03568866,0.00122148,-0.01675848),(0.03535766,0.001221484,-0.01701274),(0.0359221,0.00122145,-0.01710303),(0.03559074,0.001221451,-0.01735759),(0.03648833,0.001221453,-0.01719329),(0.03615623,0.00122144,-0.01744718),(0.03582462,0.00122144,-0.01770196),(0.03639211,0.00122144,-0.01779019),(0.03606039,0.00122144,-0.01804508),(0.03672421,0.001221449,-0.01753624),(0.0368214,0.001221492,-0.01694025),(0.03705729,0.001221477,-0.01728318),(0.03502713,0.00122148,-0.01726761),(0.03469697,0.001221475,-0.017523),(0.03525962,0.00122145,-0.01761292),(0.03492863,0.001221492,-0.01786886),(0.03436703,0.001221476,-0.01777876),(0.03403719,0.001221489,-0.01803478),(0.03459766,0.001221623,-0.01812526),(0.0342666,0.001221887,-0.01838197),(0.03516128,0.001221614,-0.0182141),(0.0348293,0.001222136,-0.0184711),(0.03449694,0.001223181,-0.01872851),(0.03506343,0.001223181,-0.01881524),(0.03472983,0.001225793,-0.01907324),(0.03539626,0.001221875,-0.01855777),(0.03549301,0.00122144,-0.01795766),(0.03572851,0.00122144,-0.018301),(0.03370732,0.001221521,-0.01829094),(0.03337724,0.001224176,-0.01854662),(0.03393533,0.001222331,-0.01863884),(0.03360368,0.001225071,-0.01889522),(0.03304676,0.001232056,-0.0188012),(0.03271569,0.001247766,-0.01905407),(0.03327144,0.001232227,-0.01915049),(0.03293844,0.001245915,-0.019404),(0.03383059,0.001229228,-0.01924326),(0.03349632,0.001237966,-0.01949914),(0.03316116,0.001253004,-0.01975304),(0.03372305,0.001251488,-0.01984565),(0.03338535,0.001272182,-0.02009948),(0.03405967,0.001238094,-0.01958938),(0.03416409,0.001224923,-0.01898614),(0.03439525,0.001230147,-0.01933159),(0.03238385,0.001273907,-0.0193046),(0.03205352,0.001315716,-0.01955229),(0.0326045,0.001268255,-0.01965513),(0.03227184,0.001305045,-0.01990331),(0.03172694,0.001378428,-0.01979664),(0.03140639,0.001467279,-0.02003713),(0.03194274,0.001362086,-0.02014797),(0.03161942,0.001445176,-0.02038856),(0.03248988,0.001313067,-0.02025219),(0.03215799,0.001369055,-0.02049634),(0.0318314,0.00144966,-0.02073614),(0.03237364,0.001407162,-0.02083872),(0.03204356,0.001491437,-0.02107608),(0.03270863,0.001345524,-0.0205965),(0.03282498,0.00127621,-0.02000425),(0.03304654,0.001302029,-0.02034993),(0.03109414,0.001587503,-0.02027326),(0.03078642,0.001727617,-0.02050478),(0.03130414,0.001560117,-0.02062451),(0.03099356,0.001697831,-0.02085518),(0.03047949,0.001876135,-0.02073145),(0.0301696,0.002021572,-0.02095301),(0.03068439,0.001849245,-0.02107995),(0.03037329,0.002005283,-0.02129815),(0.03119801,0.001694721,-0.02120018),(0.03088628,0.001846301,-0.02142272),(0.03057456,0.002008662,-0.02163782),(0.03108832,0.001890597,-0.02175285),(0.03077611,0.002058705,-0.02196391),(0.03140254,0.001737271,-0.02153397),(0.03151223,0.001560361,-0.02097104),(0.03172041,0.001602846,-0.02130811),(0.02985299,0.002152441,-0.02116923),(0.02953521,0.002263066,-0.02138783),(0.03005695,0.002156868,-0.02150917),(0.02974001,0.002295204,-0.02172132),(0.02922185,0.002347766,-0.02161655),(0.02891843,0.002400864,-0.02186313),(0.02942715,0.002411491,-0.02194296),(0.029123,0.002496929,-0.0221824),(0.02994658,0.002335769,-0.02205125),(0.02963591,0.002479228,-0.02226589),(0.02933118,0.002595099,-0.02249666),(0.02984374,0.002582173,-0.02257369),(0.029536,0.002725659,-0.02279283),(0.03015334,0.002415709,-0.02236723),(0.0302604,0.002175366,-0.02184461),(0.03046429,0.002237481,-0.02216633),(0.02863053,0.00241668,-0.02213529),(0.02835451,0.002403497,-0.02242369),(0.02883224,0.002542722,-0.02244798),(0.02855004,0.002558591,-0.02272775),(0.0280867,0.002369594,-0.02271896),(0.02782346,0.002323253,-0.02301176),(0.02827157,0.002554264,-0.02300974),(0.02799201,0.002539464,-0.02328199),(0.02874271,0.002722169,-0.02301729),(0.02844844,0.00275341,-0.02327964),(0.02814714,0.002776485,-0.02352499),(0.02860818,0.002987209,-0.0235123),(0.02828182,0.003048307,-0.02372563),(0.02892289,0.002919112,-0.02327629),(0.0290352,0.002672739,-0.02275171),(0.02923061,0.00283495,-0.02303175),(0.02756115,0.002272755,-0.02329274),(0.02729364,0.002228202,-0.02355419),(0.02770653,0.002523916,-0.02353254),(0.02741237,0.002512824,-0.02375408),(0.02701479,0.002199694,-0.02378841),(0.02671849,0.002197332,-0.02398771),(0.02678691,0.002524828,-0.02408082),(0.02710676,0.002511393,-0.02393928),(0.02750844,0.00282812,-0.02391711),(0.02717251,0.002856521,-0.02405124),(0.02682653,0.002886539,-0.02413567),(0.02721843,0.003226957,-0.0241257),(0.02684725,0.00327077,-0.0241633),(0.02758352,0.003172437,-0.02403706),(0.02783356,0.002801415,-0.02373958),(0.02793912,0.003111468,-0.02390213),(0.02639861,0.002231219,-0.02414439),(0.0260603,0.002294483,-0.02426293),(0.02645005,0.002558331,-0.02417138),(0.02609921,0.002608676,-0.0242206),(0.02570874,0.002380251,-0.02434783),(0.02534907,0.002481652,-0.02440356),(0.02573743,0.002672635,-0.02423813),(0.02536774,0.002746983,-0.0242336),(0.02610743,0.00295208,-0.0241506),(0.02573599,0.002989401,-0.02410939),(0.02535773,0.003030951,-0.02405461),(0.0257145,0.003330454,-0.02400742),(0.02532784,0.003341448,-0.02392077),(0.02609608,0.003318013,-0.0240877),(0.02647123,0.002918092,-0.02416407),(0.0264734,0.003299621,-0.02414515),(0.02498646,0.002591814,-0.02443463),(0.02461921,0.002700745,-0.02444722),(0.02499315,0.00282849,-0.02421666),(0.02461281,0.00290833,-0.02419155),(0.02424559,0.002798451,-0.0244475),(0.02386391,0.002874939,-0.02444166),(0.02422588,0.002977675,-0.02416254),(0.0238315,0.003027697,-0.02413389),(0.0245831,0.003122779,-0.02394861),(0.02418649,0.003159738,-0.0239011),(0.0237835,0.003181851,-0.0238597),(0.02413383,0.003375707,-0.02372091),(0.02372546,0.003373317,-0.02367389),(0.02453722,0.003368346,-0.02377764),(0.02497348,0.00307763,-0.0240004),(0.02493532,0.003355502,-0.02384422),(0.02347245,0.002920217,-0.02443588),(0.02307365,0.002940811,-0.02443375),(0.02342881,0.003049569,-0.02410986),(0.02302016,0.00304953,-0.02409332),(0.02266994,0.002943254,-0.02443885),(0.02226376,0.00293407,-0.02445478),(0.02260787,0.003033822,-0.02408717),(0.02219431,0.003008683,-0.02409432),(0.02296001,0.003166707,-0.02380279),(0.0225435,0.003139743,-0.02379124),(0.02212646,0.003106712,-0.02379355),(0.02247824,0.003297269,-0.02359511),(0.02206023,0.003261677,-0.02359349),(0.02289614,0.003330284,-0.02360983),(0.02337401,0.003182458,-0.02382628),(0.02331239,0.003356904,-0.02363648),(0.02185754,0.002919789,-0.02448511),(0.02145249,0.002909693,-0.02452703),(0.02178182,0.002980353,-0.02411763),(0.02137132,0.002956439,-0.02415451),(0.0210498,0.002913064,-0.02457771),(0.02065067,0.002939183,-0.02463434),(0.02096377,0.002944546,-0.02420233),(0.02056012,0.00295228,-0.0242585),(0.02129748,0.003043143,-0.02384368),(0.02088694,0.00302311,-0.02388729),(0.02047995,0.003017916,-0.02394045),(0.02081658,0.003174059,-0.02366762),(0.02040716,0.00316102,-0.0237131),(0.02122889,0.003197138,-0.02363141),(0.02171089,0.003072761,-0.02381174),(0.02164361,0.003227323,-0.02360616),(0.02025631,0.002997331,-0.02469407),(0.01986559,0.003069757,-0.02475968),(0.0201613,0.002987246,-0.0243204),(0.01976628,0.003035753,-0.02438947),(0.01947737,0.003138708,-0.02483393),(0.01909054,0.003186433,-0.02491957),(0.01937402,0.003084112,-0.02446717),(0.01898348,0.003118632,-0.02455494),(0.01967793,0.003058957,-0.02406928),(0.01928129,0.003087502,-0.02414518),(0.01888649,0.0031096,-0.02422892),(0.0191973,0.003180986,-0.02389161),(0.01879844,0.003191703,-0.02396213),(0.01959803,0.003169173,-0.02382599),(0.02007722,0.003032813,-0.02400107),(0.02000115,0.003160954,-0.02376619),(0.01870397,0.003195178,-0.02501937),(0.01831658,0.003180162,-0.02512737),(0.01859361,0.003125621,-0.02465423),(0.01820337,0.003115552,-0.02476007),(0.0179273,0.003156602,-0.0252376),(0.01753506,0.003139717,-0.02534409),(0.01781172,0.003098894,-0.02486751),(0.01741759,0.003086119,-0.02497156),(0.01809899,0.003113155,-0.02441688),(0.01770435,0.00310506,-0.02451444),(0.01730782,0.003097353,-0.02460996),(0.01760636,0.003193011,-0.02419306),(0.01720738,0.003186387,-0.02427254),(0.01800391,0.003196748,-0.02411405),(0.01849272,0.00311641,-0.02432059),(0.01840096,0.003196635,-0.02403668),(0.01713877,0.003144722,-0.02544091),(0.01674025,0.003170088,-0.0255288),(0.01701997,0.003087698,-0.02506727),(0.01662035,0.003103467,-0.02515553),(0.0163413,0.003214283,-0.02560857),(0.01594371,0.003275776,-0.02568097),(0.01622028,0.003133261,-0.02523725),(0.01582129,0.003176915,-0.02531329),(0.01650735,0.003100007,-0.02478561),(0.0161058,0.003112837,-0.02486729),(0.01570496,0.003134977,-0.02494591),(0.01599999,0.003164216,-0.02450751),(0.01559711,0.003163725,-0.02458542),(0.01640328,0.00316969,-0.02442954),(0.01690842,0.003095258,-0.02470009),(0.01680605,0.003177848,-0.02435129),(0.01554929,0.003353035,-0.02574678),(0.01515681,0.003439312,-0.02580996),(0.01542489,0.003234267,-0.02538459),(0.01503018,0.003301112,-0.02545386),(0.01476501,0.003527854,-0.02587445),(0.01437267,0.003611913,-0.02594418),(0.01463622,0.003373243,-0.02552382),(0.0142421,0.003446458,-0.0255972),(0.01490847,0.00320943,-0.02509757),(0.01451168,0.003258819,-0.02517322),(0.01411509,0.003314369,-0.02525049),(0.01439515,0.003209281,-0.02482041),(0.01399565,0.003242915,-0.02489938),(0.01479501,0.003185425,-0.0247418),(0.01530605,0.003167662,-0.02502224),(0.01519556,0.003170518,-0.02466349),(0.01397855,0.003684737,-0.02602312),(0.01358333,0.003748183,-0.02611015),(0.01384691,0.003516552,-0.02567674),(0.01345112,0.003583545,-0.02576187),(0.0131877,0.003804101,-0.0262042),(0.01279234,0.003854346,-0.02630416),(0.01305522,0.003647455,-0.02585203),(0.01265969,0.0037083,-0.02594666),(0.0133211,0.003438204,-0.02541385),(0.01292424,0.003503772,-0.02550003),(0.01252784,0.003569963,-0.02558928),(0.01279798,0.003399605,-0.02514128),(0.01239951,0.003463869,-0.02522557),(0.01319691,0.003340046,-0.02505922),(0.01371813,0.003374616,-0.02533068),(0.01359619,0.00328716,-0.02497879),(0.01239795,0.003900772,-0.02640895),(0.01200493,0.003941033,-0.0265178),(0.01226504,0.003766098,-0.02604521),(0.01187176,0.003819999,-0.0261474),(0.01161368,0.003972783,-0.02662995),(0.01122462,0.003993677,-0.02674463),(0.01148038,0.003869148,-0.02625297),(0.01109143,0.003912695,-0.02636165),(0.01173794,0.003700334,-0.02577732),(0.01134585,0.003764898,-0.02587642),(0.01095659,0.003829303,-0.02597917),(0.01121156,0.003676043,-0.02549693),(0.01082113,0.003755705,-0.02559487),(0.01160538,0.003601345,-0.02540299),(0.01213218,0.00363542,-0.02568165),(0.01200168,0.003530868,-0.02531267),(0.01083813,0.004001369,-0.02686108),(0.01045338,0.004003428,-0.02697941),(0.0107054,0.003949786,-0.02647317),(0.01032125,0.003983574,-0.02658756),(0.01006952,0.004007418,-0.02709971),(0.009685702,0.00402091,-0.02722207),(0.009937882,0.004017211,-0.02670479),(0.009554229,0.004053848,-0.02682489),(0.01018743,0.0039576,-0.02619599),(0.009804989,0.004020258,-0.02630995),(0.009422279,0.004081098,-0.02642755),(0.009670217,0.004015816,-0.02591489),(0.009288771,0.00409863,-0.0260301),(0.01005184,0.00392887,-0.02580391),(0.01057088,0.003893743,-0.0260857),(0.01043501,0.003841074,-0.02569721),(0.009301081,0.00405147,-0.02734661),(0.008917002,0.004099112,-0.027473),(0.009169214,0.00409664,-0.02694785),(0.008784159,0.004147829,-0.02707316),(0.008534809,0.00416385,-0.0276009),(0.008155844,0.004245699,-0.02772999),(0.008400383,0.004209659,-0.0272003),(0.008019204,0.00428437,-0.02732877),(0.008653334,0.004199001,-0.02667279),(0.008269295,0.004263113,-0.02679899),(0.007887001,0.004335364,-0.02692664),(0.008140015,0.004317449,-0.0263973),(0.007757966,0.004392871,-0.02652404),(0.008522969,0.00424574,-0.02627216),(0.009038028,0.004139505,-0.02654873),(0.008906121,0.004174036,-0.02614947),(0.007781458,0.004344673,-0.02785995),(0.007411428,0.004459107,-0.02799049),(0.00764194,0.004374207,-0.02745803),(0.007268822,0.004478775,-0.02758793),(0.007045545,0.004587339,-0.0281213),(0.006683587,0.004727706,-0.0282521),(0.006900071,0.004597681,-0.02771831),(0.00653592,0.004730528,-0.02784901),(0.007131635,0.004515824,-0.02718413),(0.006759936,0.004625968,-0.02731398),(0.006393146,0.004750678,-0.02744459),(0.006625631,0.004672053,-0.02690924),(0.006256277,0.004789751,-0.02703976),(0.006999729,0.004568073,-0.02677987),(0.007507553,0.004419278,-0.02705501),(0.007377523,0.004475712,-0.02665151),(0.006325344,0.004878544,-0.02838259),(0.00596868,0.00503354,-0.02851355),(0.005819715,0.005030027,-0.02811144),(0.00617659,0.004876923,-0.02797986),(0.00561146,0.005186377,-0.02864577),(0.005251552,0.005330744,-0.02878002),(0.005103859,0.005329001,-0.02837907),(0.005462927,0.005182999,-0.02824432),(0.005316628,0.005190626,-0.0278422),(0.005673918,0.005039854,-0.02770838),(0.004957649,0.005336391,-0.02797773),(0.004814168,0.005356269,-0.02757585),(0.005173913,0.005212774,-0.02743949),(0.005532674,0.005066358,-0.02730477),(0.006031948,0.004890922,-0.02757595),(0.005892709,0.004923269,-0.02717157),(0.00488682,0.005460325,-0.02891709),(0.004518591,0.005579259,-0.0290565),(0.004372948,0.005583036,-0.02865559),(0.00474014,0.005461193,-0.02851626),(0.004148191,0.005691687,-0.02919776),(0.003776944,0.005801744,-0.02934039),(0.003632839,0.00580952,-0.02893941),(0.004003456,0.00569799,-0.02879675),(0.003859627,0.005712343,-0.02839589),(0.004228248,0.005594809,-0.02825471),(0.003489597,0.005825345,-0.02853869),(0.003348218,0.005851505,-0.02813824),(0.003717663,0.005736925,-0.02799519),(0.004085499,0.005617053,-0.02785375),(0.004594555,0.005470306,-0.02811528),(0.004451182,0.005490599,-0.02771395),(0.003406177,0.005913569,-0.02948391),(0.003036371,0.006026984,-0.0296288),(0.002892869,0.006034588,-0.02922887),(0.003262272,0.005921084,-0.0290833),(0.002668008,0.006141813,-0.02977554),(0.002301572,0.006257873,-0.02992461),(0.002162005,0.006275025,-0.02952697),(0.002525742,0.006151933,-0.0293766),(0.002383252,0.006166641,-0.0289776),(0.002749708,0.00604879,-0.0288291),(0.002021388,0.006293516,-0.02912888),(0.001880825,0.006318615,-0.02873031),(0.002241905,0.00619076,-0.02857843),(0.002608234,0.006073543,-0.02842941),(0.003119056,0.00593626,-0.02868293),(0.002977706,0.005962085,-0.02828283),(0.001937543,0.006374987,-0.03007649),(0.001574145,0.006480845,-0.03022727),(0.001445428,0.006531522,-0.02983448),(0.001802771,0.006405767,-0.02968046),(0.001209601,0.006563134,-0.03037307),(0.0008421333,0.006609539,-0.03050998),(0.0007259634,0.006717535,-0.0301337),(0.001087363,0.006639657,-0.02998642),(0.0009616177,0.006702532,-0.02959667),(0.001313555,0.006573458,-0.02943975),(0.0006070215,0.006808343,-0.02975279),(0.0004832265,0.006883021,-0.0293681),(0.0008309806,0.00675441,-0.02920469),(0.001178044,0.00661066,-0.02904372),(0.001665816,0.006433121,-0.02928337),(0.001527098,0.006461987,-0.02888551),(0.0004699654,0.00660775,-0.03063411),(0.0001057055,0.00655622,-0.03072937),(-3.665371e-6,0.006739476,-0.03038912),(0.000358617,0.006752522,-0.03027372),(-0.0002380378,0.006453397,-0.03077967),(-0.0005486559,0.006297734,-0.03076893),(-0.0003498729,0.006673255,-0.0304625),(-0.0006689946,0.006548722,-0.03047651),(-0.0004568463,0.006877606,-0.03013631),(-0.0001106552,0.006905035,-0.03004063),(-0.0007833463,0.006787454,-0.03017582),(-0.0005601944,0.007063153,-0.02979955),(-0.0008913249,0.007010004,-0.0298639),(-0.0002173797,0.00705078,-0.02968349),(0.0002467824,0.006878896,-0.02990679),(0.0001321001,0.006986273,-0.02953369),(-0.0008135404,0.006087683,-0.03068107),(-0.001048524,0.005840964,-0.03053772),(-0.0009500196,0.006360731,-0.03041377),(-0.001202217,0.006128049,-0.03029144),(-0.001269438,0.005575294,-0.03036051),(-0.001492116,0.005308396,-0.03017108),(-0.001434854,0.005869438,-0.0301267),(-0.001657201,0.005603659,-0.02993668),(-0.001353753,0.00641121,-0.03004412),(-0.001601291,0.006164516,-0.02989675),(-0.001826137,0.005905035,-0.02971093),(-0.001761317,0.006457998,-0.02966415),(-0.001990863,0.006210566,-0.0294875),(-0.001497682,0.006687201,-0.02978994),(-0.00108171,0.006625421,-0.03014111),(-0.001205753,0.006877944,-0.02985862),(-0.001732391,0.005057988,-0.02999107),(-0.001991411,0.004843737,-0.02983495),(-0.001878527,0.005349479,-0.02973858),(-0.002108535,0.005125725,-0.02955327),(-0.00227033,0.004685313,-0.02971718),(-0.002570298,0.004602381,-0.02965224),(-0.002356932,0.004951222,-0.02940166),(-0.002633424,0.004844802,-0.02930465),(-0.002231629,0.005424153,-0.02928672),(-0.002449126,0.005237427,-0.02910249),(-0.002701024,0.005109631,-0.02897295),(-0.002545614,0.005542296,-0.02881967),(-0.002773762,0.005395937,-0.02865912),(-0.002356653,0.005737199,-0.02903286),(-0.002030108,0.005652469,-0.02949856),(-0.002180522,0.005965127,-0.02926627),(-0.002892465,0.004614609,-0.0296546),(-0.003231681,0.004698931,-0.0297075),(-0.002947715,0.004825288,-0.02928312),(-0.003288998,0.004875705,-0.02931953),(-0.003582799,0.004832282,-0.02979421),(-0.003940669,0.004991596,-0.02989797),(-0.003646467,0.00497907,-0.02939632),(-0.004009316,0.005118403,-0.02949593),(-0.003347141,0.005072658,-0.02894166),(-0.003709035,0.005143111,-0.02900488),(-0.004075272,0.005259277,-0.02909734),(-0.003769244,0.005328568,-0.02862242),(-0.004136221,0.005419478,-0.02870413),(-0.003406135,0.005292234,-0.0285768),(-0.00300575,0.005058103,-0.02892517),(-0.003067455,0.005313636,-0.0285836),(-0.004300142,0.005153805,-0.03000206),(-0.004662682,0.005299217,-0.03009816),(-0.004366736,0.005276727,-0.02960081),(-0.004722854,0.005429407,-0.02970077),(-0.005029754,0.005408134,-0.03017798),(-0.005402823,0.005460863,-0.03023323),(-0.00508179,0.005551812,-0.02978566),(-0.005447669,0.005619307,-0.0298453),(-0.004778909,0.005568667,-0.02930492),(-0.005129558,0.00570284,-0.02939509),(-0.005488258,0.005783963,-0.02945954),(-0.0051717,0.005864703,-0.02900711),(-0.005523942,0.005957272,-0.02907665),(-0.004828779,0.005721546,-0.0289117),(-0.004429689,0.005410972,-0.02920151),(-0.00448651,0.005561805,-0.02880563),(-0.005783353,0.005437708,-0.0302556),(-0.006168955,0.005356199,-0.03025337),(-0.005824615,0.005607261,-0.02986951),(-0.006209359,0.005534134,-0.02986718),(-0.006557244,0.00523386,-0.03023477),(-0.006945828,0.005088222,-0.03020808),(-0.006598633,0.005418389,-0.0298472),(-0.006989171,0.005278487,-0.02981845),(-0.006245567,0.005717803,-0.02948347),(-0.006635941,0.005609157,-0.02946215),(-0.007028638,0.005475896,-0.02943144),(-0.007064148,0.005681672,-0.02904773),(-0.006669145,0.005807455,-0.02908023),(-0.006277532,0.005908648,-0.02910281),(-0.005861633,0.005782511,-0.0294858),(-0.005894175,0.005965254,-0.02910508),(-0.007332321,0.004936811,-0.03018154),(-0.007712388,0.004805043,-0.03016683),(-0.007758443,0.005007525,-0.02977401),(-0.007377703,0.005132891,-0.02978981),(-0.008081697,0.004718333,-0.0301756),(-0.008435915,0.004702099,-0.03021951),(-0.00847338,0.004921182,-0.02983175),(-0.008125597,0.004928313,-0.02978374),(-0.00816614,0.005149097,-0.02939569),(-0.007801193,0.005219673,-0.02938443),(-0.008506921,0.0051518,-0.0294485),(-0.008536559,0.005394347,-0.02907044),(-0.008203161,0.005381468,-0.02901228),(-0.007840439,0.005442508,-0.02899897),(-0.007419542,0.005337337,-0.02940094),(-0.007457673,0.0055513,-0.02901571),(-0.008770706,0.004781754,-0.03031023),(-0.009079511,0.004938402,-0.03044155),(-0.009088653,0.005180629,-0.03007321),(-0.008796,0.005012056,-0.02993072),(-0.009355769,0.005153148,-0.03060725),(-0.009592921,0.005407094,-0.03080113),(-0.009564826,0.005669643,-0.03045878),(-0.00934653,0.005406593,-0.03025172),(-0.009330398,0.005670126,-0.02990264),(-0.009091336,0.005433966,-0.02971104),(-0.009530986,0.005940801,-0.03012237),(-0.009492828,0.006219019,-0.02979115),(-0.009308608,0.005942426,-0.02955943),(-0.009088409,0.005697601,-0.02935485),(-0.008816082,0.005253973,-0.02955664),(-0.00883135,0.005507316,-0.02918824),(-0.009784404,0.005681344,-0.03101698),(-0.009940738,0.005970574,-0.03125041),(-0.009880205,0.006241435,-0.03093123),(-0.009738734,0.00594947,-0.03068694),(-0.01007243,0.006269458,-0.03149704),(-0.01019001,0.00657267,-0.03175246),(-0.01011365,0.006843199,-0.03144846),(-0.01000119,0.006540892,-0.03118672),(-0.009938519,0.006815083,-0.03087541),(-0.009822458,0.006517008,-0.03061388),(-0.01005158,0.00711483,-0.03114062),(-0.01000221,0.007387744,-0.03083084),(-0.009884268,0.007091721,-0.03056405),(-0.009768298,0.006796422,-0.03029848),(-0.009690811,0.006224337,-0.03036116),(-0.009641938,0.006504603,-0.03003917),(-0.01030399,0.006874885,-0.03201231),(-0.01043097,0.007168922,-0.03226654),(-0.01036432,0.007433539,-0.03196526),(-0.01022952,0.007143713,-0.03171149),(-0.01058757,0.007447604,-0.0325051),(-0.0107904,0.007703746,-0.03271795),(-0.01075278,0.007945544,-0.03240281),(-0.01053357,0.007703782,-0.03219922),(-0.01050363,0.007958326,-0.03188384),(-0.01032029,0.007697305,-0.03165574),(-0.01073809,0.008184735,-0.03207773),(-0.01073839,0.008422228,-0.03174734),(-0.01049045,0.008211904,-0.03156335),(-0.01029318,0.007960765,-0.03134175),(-0.01017422,0.007412522,-0.03140437),(-0.01013447,0.007681734,-0.03109383),(-0.01105607,0.00793017,-0.03289504),(-0.01136067,0.008101366,-0.03303096),(-0.01135942,0.008294558,-0.0326843),(-0.01103746,0.00814993,-0.03256547),(-0.01168029,0.008191834,-0.0331203),(-0.01199104,0.008176062,-0.03315764),(-0.0120024,0.00831501,-0.03277867),(-0.01169046,0.008357045,-0.03275634),(-0.01170619,0.008515786,-0.0323859),(-0.01137061,0.008482304,-0.03232946),(-0.012013,0.008447275,-0.03239512),(-0.01202285,0.008575748,-0.03200891),(-0.01172488,0.008670595,-0.03201184),(-0.01138914,0.008666604,-0.03197017),(-0.01103749,0.008365675,-0.0322265),(-0.01104913,0.008578804,-0.03188248),(-0.012269,0.008028544,-0.03313757),(-0.01250234,0.007778768,-0.03307764),(-0.01247703,0.007879649,-0.0326823),(-0.01226703,0.008146069,-0.03274837),(-0.01267921,0.007456222,-0.03299543),(-0.01278777,0.007090391,-0.03290847),(-0.01270384,0.007172094,-0.03251036),(-0.01262507,0.007545182,-0.03259734),(-0.01256168,0.007632316,-0.03219942),(-0.01244367,0.007976647,-0.03228585),(-0.0126109,0.007253832,-0.03211316),(-0.01251489,0.007337532,-0.03171601),(-0.01249421,0.007719935,-0.0318013),(-0.01240619,0.008072429,-0.03188859),(-0.0122598,0.008257931,-0.03235643),(-0.01224951,0.00836703,-0.03196281),(-0.01281619,0.006710764,-0.03283433),(-0.01278548,0.006320916,-0.03276971),(-0.01265499,0.006400424,-0.03237588),(-0.01270599,0.006789813,-0.03243821),(-0.01271666,0.005924422,-0.03271133),(-0.01263074,0.005524857,-0.03265589),(-0.01257432,0.006006009,-0.03231832),(-0.01248741,0.005608654,-0.03226052),(-0.01251968,0.006481968,-0.03198273),(-0.0124301,0.006090359,-0.03192541),(-0.01234511,0.005696141,-0.03186461),(-0.0122891,0.006178767,-0.03153109),(-0.01220809,0.005788633,-0.031467),(-0.01238528,0.006566957,-0.03158874),(-0.01258843,0.006870088,-0.03204313),(-0.01246956,0.006953208,-0.03164776),(-0.01254874,0.005125798,-0.03260009),(-0.01249865,0.004745173,-0.0325439),(-0.0123886,0.004831885,-0.03213209),(-0.01241775,0.005210438,-0.03219742),(-0.01250846,0.004400909,-0.03248728),(-0.01260616,0.004110935,-0.03243019),(-0.01254504,0.004215824,-0.03200673),(-0.01242327,0.004493507,-0.0320675),(-0.01234392,0.004594273,-0.03164659),(-0.0122836,0.004925319,-0.03171901),(-0.0124895,0.004329842,-0.03158265),(-0.01244079,0.00445465,-0.03115972),(-0.0122722,0.004704943,-0.03122579),(-0.0121862,0.00502711,-0.03130516),(-0.01229014,0.005300202,-0.03179374),(-0.01216931,0.005396543,-0.03138862),(-0.01281974,0.003893179,-0.03237259),(-0.01311172,0.003754328,-0.03232875),(-0.01308287,0.003906276,-0.03191748),(-0.01277719,0.004019355,-0.03195279),(-0.0134446,0.003701071,-0.03231296),(-0.0137809,0.003740094,-0.03233946),(-0.0137675,0.003939007,-0.03195001),(-0.01342526,0.003878767,-0.03191262),(-0.013406,0.004064351,-0.03151514),(-0.01305612,0.004067023,-0.03150788),(-0.01375279,0.004144651,-0.03156425),(-0.01373745,0.004356866,-0.03118236),(-0.01338751,0.004258098,-0.03112122),(-0.01303222,0.004237375,-0.03110121),(-0.01273877,0.004154805,-0.0315334),(-0.01270539,0.004300844,-0.03111611),(-0.01408313,0.003878087,-0.03242254),(-0.01436512,0.004085636,-0.0325452),(-0.01435613,0.004301492,-0.03217019),(-0.01407274,0.004089176,-0.03204147),(-0.01464068,0.00433333,-0.03269044),(-0.01492362,0.004591756,-0.03284127),(-0.01491777,0.004801434,-0.0324722),(-0.01463276,0.004548172,-0.03231937),(-0.01462522,0.00476623,-0.03195129),(-0.01434642,0.004521665,-0.03179874),(-0.01491333,0.005013403,-0.03210547),(-0.01491048,0.005227358,-0.03174109),(-0.01461833,0.004987134,-0.03158614),(-0.01433642,0.00474574,-0.03143074),(-0.01406094,0.00430578,-0.03166425),(-0.01404827,0.004527532,-0.03129084),(-0.01522776,0.004831502,-0.0329807),(-0.01555262,0.005047269,-0.03310651),(-0.01555685,0.005239366,-0.03273647),(-0.01522628,0.005033496,-0.0326119),(-0.01589774,0.005233759,-0.0332165),(-0.01626262,0.005385674,-0.03330845),(-0.01627847,0.005552539,-0.03293232),(-0.01590806,0.005414044,-0.03284393),(-0.01592039,0.005594981,-0.03247227),(-0.01556319,0.005432561,-0.03236773),(-0.01629606,0.005719583,-0.0325567),(-0.01631553,0.005887697,-0.03218187),(-0.01593485,0.005776756,-0.03210159),(-0.01557177,0.0056267,-0.03200035),(-0.01522675,0.005237108,-0.03224488),(-0.0152293,0.005442057,-0.03187967),(-0.0166468,0.005497715,-0.03338016),(-0.0170456,0.005574755,-0.03343496),(-0.01706818,0.005711788,-0.03304965),(-0.01666665,0.005649855,-0.03299966),(-0.01745434,0.005621667,-0.03347619),(-0.01786834,0.005643323,-0.03350719),(-0.01747865,0.005744136,-0.03308599),(-0.01789364,0.005752696,-0.03311241),(-0.01709191,0.005847848,-0.03266411),(-0.01750378,0.005865242,-0.03269532),(-0.01791942,0.005860631,-0.03271701),(-0.01752954,0.005989534,-0.03230548),(-0.0179454,0.005972224,-0.03232251),(-0.01711672,0.005986363,-0.03227934),(-0.01668796,0.005801583,-0.03261928),(-0.01671076,0.005954992,-0.03223962),(-0.01828293,0.005644597,-0.0335313),(-0.01869483,0.005620395,-0.0335484),(-0.01830873,0.005743264,-0.03313261),(-0.01872004,0.005709311,-0.03314627),(-0.01910079,0.005565627,-0.03355831),(-0.01949752,0.005475198,-0.03356093),(-0.01912365,0.005644301,-0.03315311),(-0.01951569,0.0055417,-0.03315283),(-0.0187449,0.005797823,-0.03274371),(-0.01914547,0.005723284,-0.0327476),(-0.01953173,0.005609092,-0.03274443),(-0.01954517,0.005678662,-0.03233609),(-0.0191659,0.005805052,-0.03234247),(-0.01876914,0.005889659,-0.0323418),(-0.01833467,0.005840883,-0.03273334),(-0.01836045,0.005942157,-0.03233488),(-0.01988177,0.005344019,-0.03355612),(-0.02023449,0.005168741,-0.0335479),(-0.02023367,0.00520299,-0.03313438),(-0.01989225,0.005394978,-0.0331451),(-0.02053666,0.004946017,-0.0335403),(-0.02076926,0.004672498,-0.03353734),(-0.02073247,0.004678661,-0.03312159),(-0.0205203,0.004964599,-0.03312507),(-0.02049662,0.00498495,-0.03270935),(-0.02022736,0.005238581,-0.0327203),(-0.02068679,0.004687525,-0.03270581),(-0.02063094,0.004698861,-0.03228991),(-0.02046437,0.005006878,-0.032293),(-0.02021449,0.00527554,-0.03230558),(-0.01989904,0.005447077,-0.03273367),(-0.0199014,0.005500813,-0.03232187),(-0.02091324,0.004344837,-0.03354306),(-0.02097155,0.003985903,-0.03356222),(-0.02088043,0.003982888,-0.03314998),(-0.02085053,0.004344034,-0.03312838),(-0.02094713,0.003618566,-0.03359959),(-0.02084292,0.003265695,-0.03365994),(-0.02069955,0.00326971,-0.03325587),(-0.02082811,0.003617391,-0.03319095),(-0.02069841,0.003624566,-0.03278599),(-0.02077868,0.003986328,-0.03274007),(-0.020546,0.003283365,-0.03285652),(-0.02038248,0.003307106,-0.03246256),(-0.02055797,0.003640297,-0.03238518),(-0.02066582,0.00399622,-0.03233277),(-0.0207778,0.00434765,-0.0327147),(-0.02069412,0.004355526,-0.03230208),(-0.02066186,0.002950158,-0.03374805),(-0.02041857,0.002675832,-0.03386057),(-0.02024513,0.002696119,-0.03346738),(-0.02050069,0.002962016,-0.03334929),(-0.02012771,0.00244659,-0.03399416),(-0.01980392,0.002266306,-0.03414549),(-0.01961839,0.002296968,-0.03376231),(-0.0199465,0.002473832,-0.03360633),(-0.01975923,0.002509336,-0.03322339),(-0.02006408,0.002725705,-0.03307941),(-0.01942824,0.002334667,-0.03338348),(-0.01923281,0.002380157,-0.03300965),(-0.01956548,0.002554021,-0.03284612),(-0.01987528,0.002765468,-0.03269747),(-0.02033044,0.00298373,-0.03295572),(-0.02015127,0.003015995,-0.03256813),(-0.01946184,0.002138856,-0.0343112),(-0.01910558,0.00205332,-0.03448706),(-0.01891798,0.002075794,-0.03410986),(-0.01927441,0.002167341,-0.03393152),(-0.01873924,0.00199878,-0.0346688),(-0.01836694,0.001964318,-0.0348522),(-0.01818138,0.00197033,-0.0344777),(-0.0185525,0.002013176,-0.03429328),(-0.01836352,0.002030989,-0.03391996),(-0.0187276,0.002103029,-0.0337356),(-0.01799398,0.00197809,-0.03410475),(-0.01817195,0.002051288,-0.03354894),(-0.01780465,0.001986107,-0.03373326),(-0.01853386,0.002134731,-0.03336456),(-0.01908343,0.002201743,-0.03355549),(-0.01888821,0.002242374,-0.03318363),(-0.0179928,0.001939015,-0.03503299),(-0.01762691,0.00190193,-0.03520844),(-0.01780802,0.001938103,-0.03465906),(-0.0174453,0.00189373,-0.03483392),(-0.01727938,0.001832125,-0.03537581),(-0.01696032,0.001708658,-0.03553236),(-0.01680313,0.001677476,-0.03515048),(-0.01710605,0.001814443,-0.03499887),(-0.01693306,0.00179318,-0.03462207),(-0.01726283,0.001883147,-0.03445997),(-0.01664839,0.001642936,-0.03476828),(-0.01649593,0.001604056,-0.03438552),(-0.0167605,0.00176667,-0.03424511),(-0.01707966,0.001868249,-0.03408629),(-0.01762178,0.001936797,-0.03428615),(-0.01743413,0.001933244,-0.03391403),(-0.01667983,0.001510591,-0.03567534),(-0.01646565,0.00126727,-0.03580276),(-0.01636813,0.001196784,-0.03540303),(-0.01654939,0.001460062,-0.03528532),(-0.0163455,0.001008041,-0.03591259),(-0.0163471,0.0007622525,-0.03600282),(-0.0163162,0.0006709588,-0.03558557),(-0.01628263,0.0009222224,-0.03550323),(-0.0162324,0.0008418327,-0.03509223),(-0.01628011,0.001128496,-0.03500194),(-0.01629957,0.0005872285,-0.03516674),(-0.01629498,0.0005144516,-0.0347467),(-0.01619284,0.0007695769,-0.03467987),(-0.01620021,0.001063935,-0.0345996),(-0.01642476,0.001408453,-0.03489443),(-0.0163052,0.001355952,-0.03450258),(-0.01649819,0.0005592509,-0.03607146),(-0.01676376,0.0003970155,-0.03612448),(-0.01677626,0.0003342695,-0.03570079),(-0.01649212,0.0004775745,-0.03564966),(-0.01710879,0.0002735264,-0.03616786),(-0.01749826,0.000186763,-0.03620761),(-0.01753283,0.0001666956,-0.03578521),(-0.01713454,0.0002332433,-0.03574422),(-0.01716875,0.0001970749,-0.03532124),(-0.01680011,0.0002776724,-0.0352769),(-0.01757317,0.0001488336,-0.03536417),(-0.01721022,0.0001667563,-0.03489906),(-0.01761858,0.0001341186,-0.03494444),(-0.01683357,0.0002298311,-0.0348531),(-0.01649959,0.0004034494,-0.03522685),(-0.01651852,0.000340133,-0.03480338),(-0.01789717,0.000134705,-0.03624969),(-0.01830325,0.0001088038,-0.03629283),(-0.0183457,0.000107257,-0.03587424),(-0.017937,0.0001268263,-0.03582907),(-0.01871426,0.0001005109,-0.03633572),(-0.01912793,0.0001012777,-0.03637707),(-0.01875754,0.0001016094,-0.03591918),(-0.01917113,0.0001035053,-0.03596237),(-0.01880378,0.0001043291,-0.03550398),(-0.01839149,0.0001067061,-0.03545715),(-0.01921708,0.0001087496,-0.03554888),(-0.01885254,0.0001094346,-0.03509003),(-0.0192652,0.0001184034,-0.03513657),(-0.01844023,0.0001076216,-0.03504146),(-0.01798102,0.0001201258,-0.03541001),(-0.01802874,0.0001151283,-0.03499242),(-0.01954202,0.0001025556,-0.0364156),(-0.01995599,0.0001091225,-0.03645111),(-0.0195851,0.0001065664,-0.03600229),(-0.01999882,0.0001157917,-0.03603886),(-0.0203693,0.0001257561,-0.03648342),(-0.02078141,0.0001572343,-0.03651236),(-0.02041166,0.0001361804,-0.03607202),(-0.020823,0.0001727315,-0.0361017),(-0.02004359,0.0001301339,-0.03562808),(-0.02045534,0.0001568716,-0.03566249),(-0.0208651,0.0002008222,-0.03569354),(-0.02049891,0.0001929284,-0.03525557),(-0.02090584,0.0002483649,-0.03528906),(-0.02008925,0.0001557337,-0.03521914),(-0.0196306,0.0001157223,-0.03559022),(-0.01967773,0.0001323643,-0.03517953),(-0.02119179,0.000208335,-0.03653774),(-0.02159748,0.0002822883,-0.0365636),(-0.0212322,0.0002304441,-0.03612785),(-0.02163618,0.0003123351,-0.03615466),(-0.0219955,0.0003823246,-0.03659396),(-0.02238291,0.000511674,-0.03663288),(-0.02203188,0.0004214213,-0.03618636),(-0.02241622,0.0005607196,-0.03622714),(-0.02167366,0.0003572274,-0.03574972),(-0.02206684,0.0004740908,-0.03578299),(-0.02244886,0.000619667,-0.03582511),(-0.02209696,0.0005522259,-0.03538689),(-0.02247735,0.0007006974,-0.03543025),(-0.02170689,0.0004276135,-0.03535124),(-0.02127215,0.0002668727,-0.03572126),(-0.02130917,0.0003264598,-0.03531978),(-0.02275673,0.0006735668,-0.03668435),(-0.02312425,0.0008460262,-0.03674053),(-0.02314957,0.0009137425,-0.03634015),(-0.02278612,0.0007332469,-0.03628121),(-0.02349273,0.001007075,-0.03679354),(-0.02386946,0.001134738,-0.03683553),(-0.02388899,0.001197598,-0.03643902),(-0.02351452,0.001076947,-0.03639556),(-0.02354234,0.001137799,-0.03599599),(-0.02317881,0.0009775461,-0.03593986),(-0.0239153,0.001250892,-0.03604027),(-0.02357507,0.001197781,-0.03559838),(-0.02394884,0.00130246,-0.03564293),(-0.0232097,0.001046946,-0.03554325),(-0.02281692,0.0007961604,-0.03588015),(-0.02284602,0.000873428,-0.03548479),(-0.02426173,0.001207037,-0.03685861),(-0.02466564,0.001237813,-0.03686752),(-0.02428093,0.001250438,-0.03646212),(-0.02468598,0.001252418,-0.03646994),(-0.02507732,0.001240907,-0.03686699),(-0.02549288,0.00123016,-0.03686172),(-0.02509977,0.001220491,-0.03646757),(-0.02551793,0.001171612,-0.03646012),(-0.02470864,0.001275824,-0.0360736),(-0.02512038,0.001224254,-0.03607269),(-0.02553644,0.001154388,-0.03606674),(-0.02514563,0.001268361,-0.03568744),(-0.02555714,0.001198973,-0.0356874),(-0.02473789,0.001320343,-0.035683),(-0.02430551,0.001290802,-0.03606447),(-0.0243377,0.001337511,-0.03566965),(0.04306418,0.00122634,-0.01346988),(0.04272326,0.001225377,-0.01370979),(0.04238241,0.001224468,-0.01394977),(0.04296257,0.001231684,-0.01405891),(0.04262084,0.001230457,-0.01429785),(0.04330439,0.001233005,-0.01382007),(0.04204166,0.001223668,-0.0141899),(0.0417011,0.001223033,-0.01443025),(0.04227927,0.001229418,-0.01453701),(0.04193796,0.001228659,-0.01477649),(0.04285699,0.001246553,-0.01464505),(0.04251467,0.001245557,-0.01488331),(0.04217266,0.001245031,-0.01512197),(0.04274771,0.001277191,-0.01522813),(0.04240509,0.00127746,-0.01546605),(0.04309068,0.001277682,-0.01499065),(0.04354215,0.00124933,-0.01416918),(0.04319952,0.001247863,-0.01440705),(0.04343385,0.00127868,-0.01475345),(0.04377715,0.001279931,-0.0145164),(0.04136078,0.001222615,-0.0146709),(0.04102067,0.001222363,-0.01491196),(0.04159699,0.001228275,-0.01501639),(0.04125634,0.001228201,-0.0152568),(0.04068073,0.001222222,-0.01515353),(0.04034096,0.001222141,-0.01539573),(0.04091598,0.001228369,-0.01549781),(0.04057593,0.001228716,-0.01573951),(0.04148987,0.00124581,-0.01560092),(0.04114905,0.001247013,-0.01584131),(0.04080858,0.001248691,-0.01608237),(0.04137973,0.001284376,-0.01618326),(0.04103862,0.001288739,-0.01642352),(0.04172114,0.001281046,-0.01594361),(0.04183106,0.001245133,-0.01536116),(0.04206292,0.001278743,-0.01570453),(0.04000131,0.001222064,-0.01563867),(0.03966176,0.001221989,-0.01588254),(0.04023612,0.001229176,-0.01598197),(0.03989654,0.001229752,-0.01622534),(0.03932226,0.001221912,-0.01612753),(0.0389828,0.00122183,-0.01637384),(0.03955715,0.001230445,-0.01646974),(0.03921791,0.001231259,-0.01671533),(0.04012858,0.001253336,-0.01656674),(0.03978897,0.001256338,-0.01681012),(0.03944954,0.001259817,-0.01705437),(0.0400166,0.001308251,-0.01714754),(0.03967612,0.001317051,-0.01738966),(0.04035713,0.001300629,-0.01690575),(0.04046844,0.001250792,-0.01632417),(0.04069778,0.001294141,-0.01666438),(0.03864334,0.00122174,-0.01662165),(0.03830439,0.00122165,-0.01687079),(0.03887878,0.001232197,-0.01696222),(0.03854017,0.001233244,-0.0172103),(0.03796646,0.001221569,-0.01712109),(0.03763005,0.001221504,-0.01737238),(0.03820251,0.001234389,-0.01745943),(0.03786621,0.001235618,-0.01770948),(0.03877139,0.001268193,-0.01754547),(0.03843328,0.001272956,-0.01779209),(0.03809619,0.001278013,-0.01803927),(0.03865527,0.001350134,-0.01811673),(0.03831579,0.001362825,-0.01835878),(0.03899527,0.001338163,-0.01787442),(0.03911025,0.001263791,-0.01729952),(0.03933562,0.001327078,-0.01763201),(0.03729568,0.001221466,-0.01762448),(0.03696278,0.001221446,-0.01787744),(0.03753169,0.001236918,-0.01796033),(0.03719844,0.001238257,-0.01821197),(0.0366308,0.00122144,-0.01813133),(0.03629916,0.00122144,-0.0183862),(0.03686598,0.001239601,-0.01846441),(0.03653378,0.001240917,-0.01871766),(0.03742559,0.001288692,-0.01853492),(0.03709128,0.001294082,-0.01878325),(0.0367571,0.00129935,-0.01903182),(0.03730039,0.001403045,-0.01908166),(0.036962,0.001416215,-0.01932102),(0.03763863,0.001389566,-0.01884139),(0.03776043,0.001283298,-0.0182869),(0.03797701,0.001376064,-0.01860038),(0.03596731,0.00122144,-0.01864212),(0.03563488,0.001222311,-0.01889896),(0.03620137,0.001242175,-0.01897172),(0.03586819,0.001244726,-0.01922659),(0.03530151,0.001224923,-0.01915663),(0.03496684,0.001230147,-0.019415),(0.0355337,0.001249926,-0.01948224),(0.03519737,0.001259128,-0.01973865),(0.03608725,0.001310929,-0.01952959),(0.03575018,0.001320759,-0.01977905),(0.03541077,0.001335626,-0.02002905),(0.03559643,0.001482526,-0.02027106),(0.03594112,0.001459985,-0.02003403),(0.03628311,0.001442725,-0.01979689),(0.03642266,0.001304379,-0.01928055),(0.03662315,0.001428788,-0.01955933),(0.03463053,0.001238853,-0.01967396),(0.03429263,0.001253115,-0.01993223),(0.03485863,0.001273686,-0.01999581),(0.03451771,0.001296025,-0.02025208),(0.03395327,0.001275006,-0.02018854),(0.03361249,0.0013066,-0.02044161),(0.03417483,0.001328571,-0.02050582),(0.0338302,0.001373748,-0.02075541),(0.03472313,0.001388556,-0.02052919),(0.0343756,0.001432231,-0.02077554),(0.03402604,0.001491118,-0.02101689),(0.03418762,0.001676203,-0.02120201),(0.0345434,0.001606037,-0.0209757),(0.0348971,0.001552442,-0.02074382),(0.0350683,0.00135729,-0.02027973),(0.03524826,0.001512308,-0.0205083),(0.03327041,0.001349968,-0.02069015),(0.0329291,0.001408161,-0.02093377),(0.03348403,0.001433981,-0.0209992),(0.03313857,0.00151073,-0.02123692),(0.03259065,0.001484228,-0.02117206),(0.03225713,0.001581218,-0.02140461),(0.03279608,0.001605453,-0.02146832),(0.03245883,0.001719609,-0.02169313),(0.03332435,0.001662985,-0.02147886),(0.03297706,0.001776038,-0.02169944),(0.03263538,0.001907219,-0.02191305),(0.03312063,0.002001181,-0.02183735),(0.03277348,0.002144654,-0.02203576),(0.03347372,0.001874679,-0.02163249),(0.03367482,0.001568024,-0.02125133),(0.03383022,0.001766052,-0.02142082),(0.03193065,0.00170218,-0.02163101),(0.03160992,0.001844466,-0.02185077),(0.03212906,0.001854656,-0.02191109),(0.0318055,0.002008673,-0.02212208),(0.03129367,0.002005425,-0.02206337),(0.03098065,0.002182405,-0.02226831),(0.0314869,0.002179739,-0.02232599),(0.03117201,0.002365933,-0.02252272),(0.03197463,0.00222226,-0.02231941),(0.03165255,0.002402496,-0.02251242),(0.031334,0.002595458,-0.02269881),(0.03177517,0.00266265,-0.02259433),(0.03145048,0.002857151,-0.02276826),(0.03210264,0.002477595,-0.02241426),(0.03230174,0.002056564,-0.02211967),(0.03243478,0.002304194,-0.02222807),(0.03066958,0.00237276,-0.0224651),(0.0303587,0.00256597,-0.02265886),(0.03085954,0.002565333,-0.02271215),(0.03054585,0.002768838,-0.02289703),(0.03004626,0.00275152,-0.02285473),(0.02973049,0.002918893,-0.02305786),(0.03022724,0.002967347,-0.02308013),(0.02990004,0.00315176,-0.02326421),(0.03069798,0.0030066,-0.02305262),(0.0303705,0.003209735,-0.02322102),(0.03003002,0.003401216,-0.02338443),(0.03045982,0.003458761,-0.02324854),(0.03010584,0.00364422,-0.02339098),(0.03079828,0.00326154,-0.02309651),(0.03101748,0.002799333,-0.02287871),(0.03112667,0.003058892,-0.02293603),(0.02940965,0.003057572,-0.02327336),(0.02908097,0.003174304,-0.02348871),(0.02956056,0.003312972,-0.02345205),(0.02920857,0.003455041,-0.02363392),(0.02874167,0.003275836,-0.02369137),(0.02838898,0.003368916,-0.02386879),(0.02884381,0.003582019,-0.02380014),(0.02846604,0.003697962,-0.02394101),(0.02929731,0.003728621,-0.02369129),(0.02890952,0.003868487,-0.02382193),(0.02851039,0.003995091,-0.02392884),(0.02893372,0.004097966,-0.02374004),(0.02851946,0.004219953,-0.02381883),(0.02933883,0.003962338,-0.02364018),(0.02967156,0.00357352,-0.02354332),(0.02973086,0.003811584,-0.02352267),(0.02802013,0.003460289,-0.02400844),(0.02763936,0.003544122,-0.02410772),(0.028075,0.003806921,-0.02404683),(0.0276745,0.003903284,-0.02411726),(0.0272509,0.00361458,-0.02416402),(0.02685899,0.003665829,-0.02417476),(0.02726834,0.003981435,-0.02415193),(0.02686035,0.00403576,-0.0241505),(0.02768752,0.004210029,-0.02405383),(0.02726922,0.004289564,-0.02407509),(0.02684997,0.00434461,-0.02407101),(0.02725194,0.00450101,-0.02391923),(0.02682645,0.004556425,-0.02391674),(0.02767699,0.004424465,-0.02390561),(0.02810215,0.004110405,-0.02400561),(0.02810003,0.004329783,-0.02387308),(0.02646786,0.003692033,-0.02413732),(0.02607629,0.003699791,-0.02406674),(0.02645432,0.004060644,-0.02411263),(0.02604935,0.004063434,-0.02404966),(0.02568304,0.003695702,-0.02397805),(0.02528686,0.003686364,-0.02388628),(0.02564455,0.004051479,-0.0239729),(0.02523903,0.004032122,-0.02389372),(0.02601657,0.004374962,-0.02399841),(0.02560202,0.004364114,-0.02394362),(0.02518861,0.004345146,-0.02388565),(0.02555839,0.00459994,-0.02384184),(0.02513984,0.004591858,-0.02380468),(0.02597927,0.004600392,-0.02387496),(0.02643249,0.004370769,-0.02404316),(0.02640209,0.00458772,-0.02390096),(0.02488654,0.003678375,-0.02380647),(0.0244823,0.003669286,-0.02373787),(0.0248319,0.004012713,-0.02382343),(0.02442302,0.00399213,-0.02376159),(0.02407436,0.003656646,-0.02367973),(0.02366294,0.003638009,-0.02363127),(0.02401228,0.003969251,-0.02370771),(0.02359954,0.003942954,-0.02366135),(0.02436406,0.004303409,-0.02378106),(0.02395182,0.004280213,-0.02373506),(0.02353884,0.004255179,-0.02369364),(0.0238972,0.004556227,-0.02369191),(0.02348446,0.004541712,-0.02365764),(0.02431011,0.004569655,-0.02372859),(0.02477614,0.004324982,-0.02383136),(0.02472404,0.004581648,-0.02376655),(0.02324828,0.003610923,-0.02359178),(0.02283145,0.003578201,-0.02356205),(0.02318468,0.003912119,-0.02362204),(0.0227684,0.003878814,-0.02359054),(0.02241354,0.003542656,-0.0235429),(0.02199563,0.003507101,-0.02353514),(0.02235137,0.003845112,-0.02356761),(0.02193431,0.003813083,-0.02355403),(0.02270943,0.004200479,-0.02362638),(0.02229375,0.004173849,-0.02360228),(0.02187792,0.004149724,-0.02358569),(0.02224267,0.004498078,-0.02357993),(0.02182809,0.004487127,-0.02356567),(0.02265703,0.004511551,-0.02360067),(0.02312459,0.004228096,-0.02365713),(0.02307102,0.004526457,-0.0236269),(0.02157881,0.003474348,-0.0235396),(0.02116346,0.00344576,-0.02355458),(0.0215179,0.003784796,-0.02355055),(0.02110246,0.003760622,-0.0235552),(0.02074998,0.003422696,-0.02357841),(0.02033876,0.003406518,-0.0236094),(0.02068831,0.003740929,-0.02356599),(0.02027577,0.003726088,-0.02358092),(0.02104717,0.004113338,-0.02357526),(0.02063271,0.004100669,-0.02357665),(0.02021919,0.004091408,-0.02357923),(0.02058436,0.004473822,-0.02355671),(0.02017005,0.004474154,-0.0235559),(0.02099886,0.004475524,-0.02355679),(0.02146231,0.004129622,-0.02357749),(0.02141346,0.004479784,-0.02355886),(0.01993021,0.003398587,-0.02364586),(0.01952407,0.003396206,-0.02368651),(0.01986517,0.003716468,-0.02359803),(0.01945655,0.003709788,-0.02361603),(0.01912015,0.003396676,-0.02373005),(0.01871819,0.003397302,-0.02377522),(0.01904992,0.003703773,-0.02363365),(0.01864534,0.003696144,-0.02364963),(0.01939593,0.004079656,-0.02357977),(0.01898671,0.004071477,-0.02357554),(0.01857945,0.004057971,-0.02356686),(0.01893059,0.004468988,-0.02352883),(0.01852013,0.004452528,-0.02350839),(0.0193427,0.004475542,-0.02354293),(0.01980684,0.004085352,-0.02358063),(0.01975601,0.004475996,-0.02355163),(0.018318,0.003395387,-0.0238207),(0.01791855,0.003390109,-0.02386786),(0.01824282,0.003684621,-0.02366269),(0.0178413,0.003668431,-0.02367659),(0.01751886,0.00338065,-0.02391803),(0.01711794,0.003366192,-0.02397257),(0.0174397,0.003646799,-0.02369509),(0.01703691,0.003618954,-0.02372198),(0.01777053,0.004006906,-0.02353849),(0.01736667,0.003970275,-0.02352997),(0.01696175,0.003926862,-0.02353268),(0.01729761,0.004329895,-0.02342841),(0.01688987,0.004272102,-0.02341663),(0.01770459,0.00438073,-0.02345186),(0.01817442,0.004036292,-0.02355265),(0.01811178,0.004422359,-0.02348062),(0.01671477,0.003345914,-0.02403281),(0.0163102,0.003322492,-0.02409781),(0.01663188,0.003584119,-0.02376099),(0.01622541,0.003544853,-0.02380987),(0.01590503,0.003298604,-0.02416667),(0.0155001,0.003276926,-0.02423842),(0.01581831,0.003503706,-0.02386631),(0.0154114,0.003463236,-0.02392804),(0.01614622,0.003823207,-0.02358512),(0.01573721,0.003767226,-0.023628),(0.01532845,0.003711313,-0.02367739),(0.01565914,0.004076867,-0.02347325),(0.01524871,0.004009816,-0.02350959),(0.01606993,0.004143994,-0.02344301),(0.01655466,0.003877129,-0.02355221),(0.01648041,0.004209604,-0.02342281),(0.01509623,0.003260132,-0.02431215),(0.0146931,0.003250254,-0.02438727),(0.01500548,0.003425997,-0.02399277),(0.01460012,0.003394383,-0.02405964),(0.0142904,0.003249322,-0.02446317),(0.01388781,0.003259365,-0.02453926),(0.01419489,0.003370792,-0.0241278),(0.01378935,0.003357618,-0.02419639),(0.01451345,0.003608279,-0.02378459),(0.01410607,0.00356554,-0.02384062),(0.01369803,0.003531575,-0.02389708),(0.01402142,0.003825413,-0.02362793),(0.01361164,0.003775133,-0.02366761),(0.01443046,0.003882408,-0.0235878),(0.01492071,0.003657601,-0.02372989),(0.01483935,0.003944437,-0.02354806),(0.01348502,0.003282413,-0.02461494),(0.01308223,0.003316963,-0.02469117),(0.01338306,0.003357258,-0.02426456),(0.01297636,0.003369297,-0.02433355),(0.01267963,0.003361508,-0.02476889),(0.01227743,0.003414546,-0.02484907),(0.01256959,0.003393318,-0.02440458),(0.01216306,0.003428908,-0.02447891),(0.01287865,0.003497393,-0.02401022),(0.01246821,0.003498873,-0.02407007),(0.01205785,0.003513865,-0.0241342),(0.01237587,0.003682011,-0.02378708),(0.01196325,0.003676333,-0.02383407),(0.01278843,0.003701594,-0.02374507),(0.01328874,0.003508576,-0.02395309),(0.0132005,0.003733248,-0.02370595),(0.01187583,0.003474572,-0.02493265),(0.01147597,0.003542338,-0.02501989),(0.01175712,0.00347565,-0.02455776),(0.01135308,0.003534027,-0.02464114),(0.011079,0.003618598,-0.02511106),(0.01068606,0.003704105,-0.02520643),(0.01095225,0.003604519,-0.02472903),(0.01055595,0.003687609,-0.02482143),(0.01124009,0.003587123,-0.02427988),(0.01083542,0.003645761,-0.02436102),(0.01043538,0.003719324,-0.02444744),(0.0107326,0.00375428,-0.02401723),(0.01032892,0.003812357,-0.02409203),(0.01114037,0.003712338,-0.02394924),(0.01164802,0.00354322,-0.02420421),(0.01155101,0.003686399,-0.02388815),(0.0102983,0.003799611,-0.02530625),(0.00991438,0.003900744,-0.02541054),(0.01016549,0.003783777,-0.02491833),(0.009779714,0.003888736,-0.02501981),(0.009532937,0.004003135,-0.0255193),(0.009152624,0.004102413,-0.02563254),(0.009397457,0.003998199,-0.02512593),(0.009017562,0.004107877,-0.02523681),(0.009652493,0.003908359,-0.02463559),(0.009268081,0.004016984,-0.02473751),(0.008887312,0.00413045,-0.0248448),(0.009149116,0.004075473,-0.02435677),(0.008765599,0.004185564,-0.02445844),(0.009537376,0.003975126,-0.0242618),(0.01004133,0.003807997,-0.02453893),(0.009930575,0.003886695,-0.02417356),(0.008772089,0.004194206,-0.02575026),(0.0083915,0.004281154,-0.02587157),(0.008638871,0.004213482,-0.02535249),(0.008260969,0.004315851,-0.02547211),(0.008011024,0.004365899,-0.02599558),(0.007630828,0.004451078,-0.0261214),(0.007883446,0.004415818,-0.02559477),(0.007505892,0.004514219,-0.02571958),(0.008133414,0.004360437,-0.02507485),(0.007758416,0.004474565,-0.02519578),(0.007383472,0.004586524,-0.02531945),(0.007637066,0.004549496,-0.02479957),(0.007263872,0.004672226,-0.02492185),(0.008010879,0.004425516,-0.02468088),(0.008509402,0.004245333,-0.02495755),(0.00838662,0.004303225,-0.02456683),(0.007251082,0.004539333,-0.02624814),(0.006872961,0.004633343,-0.02637595),(0.007127897,0.004611886,-0.02584568),(0.006750571,0.004711567,-0.02597312),(0.006497648,0.004735786,-0.026505),(0.006126323,0.004849342,-0.02663543),(0.006375026,0.00481601,-0.02610201),(0.006002374,0.004927961,-0.02623241),(0.006631801,0.004802682,-0.02557215),(0.006256804,0.004911568,-0.02570103),(0.005883517,0.005024119,-0.02583151),(0.006142018,0.005021304,-0.02530284),(0.005768845,0.005136326,-0.02543354),(0.006515889,0.00490662,-0.02517379),(0.007007645,0.004695114,-0.02544492),(0.006889993,0.004790763,-0.02504669),(0.005760163,0.004976691,-0.02676742),(0.005397368,0.00511288,-0.02690101),(0.005633723,0.005050166,-0.02636443),(0.005267891,0.005179354,-0.02649815),(0.005036133,0.005252964,-0.02703629),(0.004674658,0.005391988,-0.02717328),(0.004903685,0.005312252,-0.02663369),(0.00453992,0.005445586,-0.02677115),(0.005144135,0.005265709,-0.02609722),(0.004776963,0.005391692,-0.02623283),(0.004410756,0.005519094,-0.02637056),(0.004656362,0.005492339,-0.02583483),(0.004287965,0.005614548,-0.02597261),(0.00502599,0.005371877,-0.02569925),(0.005512806,0.005142675,-0.0259635),(0.005396827,0.005253194,-0.02556558),(0.004311138,0.005525006,-0.02731209),(0.003945713,0.005652241,-0.02745257),(0.00380991,0.005703099,-0.02705192),(0.004175409,0.005576083,-0.02691065),(0.003578523,0.005773927,-0.02759462),(0.003209704,0.005890287,-0.02773812),(0.003074993,0.005944105,-0.02733882),(0.003443184,0.005825986,-0.02719473),(0.003312627,0.005895746,-0.0267961),(0.003679107,0.005772344,-0.02665257),(0.002945021,0.00601537,-0.02694082),(0.002820724,0.006106497,-0.02654456),(0.00318783,0.005985845,-0.02639926),(0.003554323,0.005862701,-0.02625523),(0.004044977,0.005646385,-0.02651059),(0.003920827,0.005738469,-0.02611288),(0.002839397,0.006001552,-0.02788297),(0.002469789,0.006112802,-0.02802972),(0.0023355,0.006168639,-0.02763082),(0.002705096,0.006056806,-0.02748394),(0.002103067,0.006229124,-0.02817895),(0.001741419,0.006355596,-0.02833124),(0.00160523,0.006407892,-0.02793275),(0.001968209,0.006284152,-0.02778018),(0.001838799,0.006358266,-0.02738311),(0.00220649,0.006243122,-0.0272335),(0.001474314,0.006478934,-0.02753598),(0.001350728,0.006572153,-0.02714203),(0.001716307,0.006453888,-0.02698873),(0.002083885,0.00633832,-0.02683855),(0.00257577,0.006129993,-0.02708634),(0.002452384,0.006223256,-0.02669075),(0.001387033,0.006497305,-0.02848713),(0.001038414,0.006647126,-0.02864704),(0.0008984403,0.006690377,-0.02825057),(0.001248569,0.006544408,-0.02808927),(0.0006940672,0.00679794,-0.02881136),(0.0003524973,0.006942622,-0.02898049),(0.0002186382,0.00699739,-0.02859089),(0.0005550587,0.00684248,-0.02841749),(0.0004181356,0.006897385,-0.02802389),(0.0007618967,0.006747929,-0.02785519),(8.545338e-5,0.007057567,-0.02820026),(-4.325297e-5,0.007133395,-0.02780954),(0.0002874791,0.006972014,-0.02763138),(0.0006325576,0.006827295,-0.02746179),(0.001114651,0.006608632,-0.02769295),(0.0009882258,0.006695315,-0.02729919),(1.220952e-5,0.007074052,-0.02915482),(-0.0003259545,0.007174592,-0.02931724),(-0.0004361376,0.007284341,-0.02894394),(-0.0001106065,0.007151788,-0.02877161),(-0.0006611531,0.007226603,-0.02945062),(-0.0009925447,0.007212446,-0.02953785),(-0.001089909,0.007398586,-0.0292007),(-0.0007614177,0.007373719,-0.0290922),(-0.0008626832,0.007510264,-0.02872695),(-0.0005476875,0.007387904,-0.02856566),(-0.001186321,0.007572225,-0.02885549),(-0.001284684,0.007737164,-0.02850527),(-0.0009666448,0.007642001,-0.02835752),(-0.0006603621,0.007493148,-0.02818444),(-0.0002340648,0.007229039,-0.02838547),(-0.0003558824,0.00731536,-0.02799783),(-0.001319288,0.007114488,-0.02956181),(-0.001628551,0.006952774,-0.0295231),(-0.001425073,0.007337616,-0.02925373),(-0.001748152,0.007209688,-0.02924628),(-0.001907504,0.006747359,-0.02942232),(-0.002143315,0.006518294,-0.02926008),(-0.002040388,0.00703369,-0.02917334),(-0.002283022,0.006828511,-0.02902988),(-0.00185828,0.007459697,-0.02896216),(-0.002160509,0.007318091,-0.02891923),(-0.002409509,0.00714151,-0.0287981),(-0.002268405,0.007601653,-0.02866206),(-0.002522303,0.007457588,-0.02856598),(-0.001960727,0.007704558,-0.0286734),(-0.001525868,0.007549889,-0.0289374),(-0.001624432,0.007753872,-0.02861585),(-0.002323154,0.006285628,-0.02903697),(-0.002479567,0.006063039,-0.02878926),(-0.002457294,0.006613032,-0.02881088),(-0.002599947,0.006399392,-0.0285552),(-0.002645101,0.0058642,-0.02855322),(-0.002852302,0.005702786,-0.02836511),(-0.002747724,0.006199726,-0.0283017),(-0.002937364,0.006026166,-0.02808924),(-0.002717373,0.006743977,-0.02833),(-0.002853621,0.006545459,-0.02806373),(-0.00302967,0.006362066,-0.0278298),(-0.002962931,0.006897991,-0.02783788),(-0.003129939,0.006706474,-0.02758509),(-0.00283142,0.007094511,-0.02811293),(-0.002582233,0.0069464,-0.02858824),(-0.002697259,0.007284792,-0.02836928),(-0.003133718,0.005592471,-0.02826122),(-0.003466007,0.005536871,-0.02822788),(-0.003205611,0.005890853,-0.02795666),(-0.003527995,0.005803651,-0.02789422),(-0.003825829,0.005539599,-0.02825143),(-0.004189844,0.005604269,-0.02831824),(-0.003880049,0.005774438,-0.02789214),(-0.004237304,0.005813084,-0.02794069),(-0.00359334,0.006089653,-0.02757515),(-0.00393316,0.006031318,-0.02754473),(-0.004279768,0.006045353,-0.02757245),(-0.00398642,0.006308466,-0.02720941),(-0.004318398,0.006300511,-0.02721457),(-0.003663284,0.006391952,-0.02727002),(-0.00328421,0.006205016,-0.02766855),(-0.00337059,0.006531207,-0.02739552),(-0.00453471,0.005734495,-0.02841465),(-0.004870394,0.005892594,-0.02852224),(-0.004575293,0.005929456,-0.02803009),(-0.00490455,0.006082969,-0.02813834),(-0.005206861,0.006040881,-0.0286226),(-0.005554077,0.006141672,-0.0286973),(-0.005235613,0.006233031,-0.02824343),(-0.005579016,0.006339056,-0.02832334),(-0.005258531,0.006442813,-0.02787152),(-0.004932047,0.006293832,-0.02776181),(-0.005599122,0.006551313,-0.02795663),(-0.005614744,0.006780335,-0.02759902),(-0.00527619,0.006671881,-0.02750875),(-0.004953681,0.006526344,-0.02739445),(-0.00460926,0.006147102,-0.02765347),(-0.004637619,0.006387845,-0.02728631),(-0.005922007,0.006157285,-0.02872794),(-0.006305205,0.006108118,-0.02872576),(-0.0059453,0.00636045,-0.02835608),(-0.006328592,0.006317806,-0.02835383),(-0.006698224,0.00601457,-0.02870202),(-0.007095616,0.005897041,-0.02866799),(-0.007122733,0.006122758,-0.02829332),(-0.006723025,0.006231713,-0.02832884),(-0.006743395,0.006460091,-0.02796195),(-0.006347694,0.006539311,-0.02798854),(-0.007145186,0.006359576,-0.02792476),(-0.007162664,0.006608252,-0.02756342),(-0.00675918,0.006700913,-0.02760265),(-0.006362515,0.006774229,-0.02763138),(-0.005964222,0.006576598,-0.0279912),(-0.005978944,0.006807575,-0.02763503),(-0.007491935,0.005775929,-0.02863492),(-0.007875965,0.005677047,-0.02861848),(-0.007907217,0.005923184,-0.02824373),(-0.007521845,0.006011531,-0.02825947),(-0.008236497,0.005626208,-0.02863435),(-0.008562313,0.005649219,-0.02869822),(-0.008584146,0.005915726,-0.02833224),(-0.008265698,0.005882865,-0.02826251),(-0.008290321,0.006150991,-0.02789737),(-0.007933629,0.006180807,-0.02787549),(-0.008602019,0.006193176,-0.02797289),(-0.008615891,0.006480881,-0.02762058),(-0.008309914,0.00643013,-0.02753954),(-0.007954642,0.006449811,-0.02751454),(-0.007546924,0.006258409,-0.02789028),(-0.007566688,0.006516868,-0.02752828),(-0.008842204,0.005771895,-0.02882577),(-0.009080715,0.005970719,-0.02900439),(-0.009069886,0.006252539,-0.02865948),(-0.008849412,0.006046917,-0.02846933),(-0.009282389,0.006222175,-0.02922145),(-0.009451774,0.006502748,-0.02946437),(-0.009410011,0.006791497,-0.02914163),(-0.009253955,0.006508698,-0.02888835),(-0.009225526,0.006801324,-0.02855972),(-0.009057556,0.006542279,-0.02831993),(-0.009369716,0.007084777,-0.02882253),(-0.009333074,0.007382098,-0.02850666),(-0.009199319,0.007099377,-0.0282352),(-0.00904536,0.006839163,-0.02798558),(-0.008853742,0.006331585,-0.02811904),(-0.008855962,0.00662511,-0.02777498),(-0.009593419,0.006788921,-0.02972052),(-0.009718521,0.007078802,-0.02998516),(-0.009672841,0.007364127,-0.02967411),(-0.009546439,0.007077039,-0.02940501),(-0.009838291,0.0073705,-0.03025357),(-0.009963924,0.007662121,-0.03052101),(-0.009933959,0.007938148,-0.03021188),(-0.009798815,0.007651562,-0.02994452),(-0.009764081,0.007935057,-0.02963744),(-0.009630972,0.007652376,-0.02936551),(-0.009909543,0.008216018,-0.02990418),(-0.009887901,0.008495914,-0.02959865),(-0.009732318,0.008221127,-0.02933287),(-0.00959262,0.007943525,-0.02905957),(-0.009502189,0.007368707,-0.0290925),(-0.009461856,0.007663665,-0.02878281),(-0.01010663,0.007951775,-0.03078275),(-0.01027726,0.008224459,-0.03102704),(-0.01027027,0.008488209,-0.03071201),(-0.01008787,0.008222687,-0.03047179),(-0.01048669,0.008465177,-0.03124213),(-0.01074576,0.008658932,-0.03141629),(-0.01075946,0.008894317,-0.0310844),(-0.0104909,0.008717744,-0.03092029),(-0.01050162,0.008969193,-0.03059793),(-0.01026995,0.008751833,-0.03039706),(-0.01077877,0.009127853,-0.03075154),(-0.01080294,0.009359008,-0.03041754),(-0.01051741,0.00921912,-0.03027512),(-0.01027402,0.009015149,-0.03008261),(-0.01007538,0.008494526,-0.0301616),(-0.01006632,0.008767334,-0.02985284),(-0.01106535,0.008790721,-0.03153776),(-0.01140992,0.008849449,-0.03161012),(-0.0114325,0.00903057,-0.03124912),(-0.01108569,0.009000964,-0.03119209),(-0.01174396,0.008824012,-0.03163698),(-0.01203194,0.008703318,-0.03162193),(-0.01203941,0.008830225,-0.03123424),(-0.01176277,0.008976026,-0.03126125),(-0.0117807,0.009126627,-0.03088456),(-0.01145642,0.009209705,-0.03088698),(-0.01204444,0.008956702,-0.0308459),(-0.01204616,0.009082988,-0.03045697),(-0.0117971,0.009275801,-0.03050683),(-0.01148123,0.009386584,-0.03052348),(-0.01110974,0.009209069,-0.03084526),(-0.01113703,0.009414574,-0.03049703),(-0.01223834,0.008476266,-0.03156856),(-0.01236852,0.008169672,-0.03149081),(-0.01232969,0.00826889,-0.0310928),(-0.01222533,0.008586051,-0.03117386),(-0.01242786,0.007810352,-0.03140264),(-0.01242171,0.007425121,-0.03131799),(-0.01233044,0.00751713,-0.03091948),(-0.01236166,0.007904123,-0.03100377),(-0.01229466,0.008001798,-0.03060502),(-0.01228869,0.008370599,-0.03069482),(-0.01224018,0.007614085,-0.03052082),(-0.01215003,0.007716512,-0.03012236),(-0.01222588,0.008103932,-0.03020672),(-0.01224453,0.008475314,-0.03029713),(-0.01220952,0.008696796,-0.03077888),(-0.01218996,0.008808914,-0.03038381),(-0.01235543,0.007040795,-0.03125081),(-0.0122575,0.006656792,-0.03119234),(-0.01213557,0.006751794,-0.03079385),(-0.01224518,0.007133292,-0.03085261),(-0.01215642,0.006272533,-0.03113382),(-0.01208064,0.005887434,-0.0310665),(-0.01196198,0.005992561,-0.03066331),(-0.01203128,0.006371824,-0.03073386),(-0.01191294,0.006476806,-0.03033145),(-0.01201869,0.006852282,-0.03039357),(-0.01185136,0.006104017,-0.03025762),(-0.01174801,0.006221815,-0.02984963),(-0.01180064,0.006587648,-0.02992684),(-0.01190607,0.006958573,-0.0299918),(-0.01213798,0.007231144,-0.0304535),(-0.01203298,0.007334793,-0.03005384),(-0.01205866,0.005500919,-0.03098162),(-0.01209893,0.005138889,-0.03089098),(-0.01202092,0.005260387,-0.03047658),(-0.01195736,0.005613191,-0.03057287),(-0.01220993,0.004827253,-0.0308064),(-0.01240012,0.004591915,-0.03073968),(-0.01236667,0.004741166,-0.03032259),(-0.01215618,0.004960821,-0.03038847),(-0.01211007,0.005105266,-0.0299721),(-0.01195126,0.005391332,-0.03006208),(-0.01233965,0.004901937,-0.02990849),(-0.01231823,0.005073761,-0.02949742),(-0.01207067,0.005260207,-0.02955736),(-0.01188908,0.005531457,-0.02964757),(-0.01186458,0.005733221,-0.03016254),(-0.01177951,0.005860873,-0.02975076),(-0.01267796,0.004458781,-0.03070264),(-0.01301193,0.004418142,-0.03069878),(-0.012995,0.004608769,-0.03030053),(-0.01265591,0.004628094,-0.03029297),(-0.0133705,0.004460282,-0.03073158),(-0.01372213,0.004575495,-0.03080456),(-0.01370712,0.004800011,-0.03043073),(-0.01335503,0.004670355,-0.03034614),(-0.01334119,0.004887762,-0.02996481),(-0.01298118,0.004808711,-0.02990641),(-0.01369276,0.005029888,-0.03006073),(-0.01367934,0.005264598,-0.02969445),(-0.01332905,0.005111955,-0.0295875),(-0.01297022,0.005017415,-0.02951641),(-0.01263868,0.004808262,-0.02988712),(-0.01262568,0.004998757,-0.02948507),(-0.01403529,0.004754066,-0.03092121),(-0.01432652,0.004973302,-0.03106612),(-0.01431708,0.005203943,-0.03070467),(-0.01402237,0.004984903,-0.03055518),(-0.01461237,0.005210511,-0.03122388),(-0.01490938,0.005442997,-0.03137908),(-0.01491009,0.005660128,-0.03101927),(-0.01460755,0.005436047,-0.03086432),(-0.01460409,0.00566343,-0.03050726),(-0.01430843,0.005437253,-0.03034621),(-0.01491266,0.005878556,-0.0306615),(-0.01491717,0.006098093,-0.03030561),(-0.01460219,0.005892345,-0.03015252),(-0.0143009,0.005672826,-0.02999057),(-0.01400991,0.005219562,-0.03019262),(-0.01399828,0.005457566,-0.02983334),(-0.01523408,0.005648068,-0.03151631),(-0.01558274,0.005821622,-0.03163436),(-0.01559589,0.006017426,-0.03126974),(-0.01524099,0.005855097,-0.03115469),(-0.01595163,0.005959558,-0.03173203),(-0.016337,0.006057777,-0.03180807),(-0.01636022,0.006230015,-0.03143545),(-0.01597043,0.006143575,-0.0313636),(-0.01599099,0.006328992,-0.03099636),(-0.01561102,0.006214204,-0.03090644),(-0.01638494,0.006404601,-0.03106408),(-0.01641089,0.006581729,-0.03069407),(-0.01601303,0.006515991,-0.03063034),(-0.0156279,0.006412051,-0.03054442),(-0.01524995,0.006063103,-0.03079469),(-0.01526085,0.00627204,-0.0304362),(-0.01673512,0.006112176,-0.03186131),(-0.01714253,0.006130765,-0.03189634),(-0.0167609,0.006273208,-0.03148445),(-0.01716937,0.006280913,-0.03151524),(-0.01755576,0.006121559,-0.03191781),(-0.01797134,0.006092566,-0.03193035),(-0.01758252,0.006260879,-0.03153243),(-0.01799725,0.006220865,-0.03154062),(-0.01719724,0.006436663,-0.03113618),(-0.01760992,0.00640706,-0.03114942),(-0.01802316,0.006356327,-0.03115334),(-0.01763804,0.006559662,-0.0307689),(-0.0180491,0.006498165,-0.03076858),(-0.01722615,0.006597877,-0.0307593),(-0.01678797,0.006438169,-0.03110921),(-0.01681619,0.006607129,-0.03073571),(-0.0183858,0.006051799,-0.03193859),(-0.01879245,0.005988541,-0.0319416),(-0.01841045,0.006168621,-0.03154445),(-0.01881417,0.006092936,-0.03154299),(-0.0191846,0.00589208,-0.03193842),(-0.01955554,0.005751699,-0.03192812),(-0.01956133,0.005826385,-0.03152054),(-0.01920044,0.005982595,-0.03153532),(-0.0192123,0.006074823,-0.03113307),(-0.01883359,0.006201306,-0.03114586),(-0.01956103,0.005900898,-0.03111334),(-0.01955314,0.005973423,-0.03070656),(-0.01921903,0.006166989,-0.03073155),(-0.01885003,0.006312115,-0.03075009),(-0.01843413,0.006291443,-0.03115239),(-0.01845657,0.006419078,-0.03076237),(-0.01989857,0.005556683,-0.03190978),(-0.02019405,0.005313892,-0.03189012),(-0.02016428,0.00535239,-0.03147461),(-0.01988886,0.005613089,-0.03149771),(-0.02042231,0.005030192,-0.03187588),(-0.02056368,0.004712441,-0.0318738),(-0.02048362,0.004727497,-0.03145859),(-0.02036878,0.005053966,-0.03145898),(-0.02030218,0.005077276,-0.03104329),(-0.02012342,0.005389782,-0.03105973),(-0.0203894,0.004743264,-0.03104539),(-0.02027964,0.004758975,-0.0306353),(-0.02022086,0.005099196,-0.03062977),(-0.02006973,0.005424818,-0.03064615),(-0.01987055,0.005668438,-0.03108599),(-0.01984193,0.005721129,-0.03067491),(-0.02059851,0.004367502,-0.0318906),(-0.02054135,0.004012558,-0.03192835),(-0.02040473,0.004034126,-0.03152737),(-0.02049,0.004382662,-0.0314812),(-0.02040673,0.00366479,-0.03198902),(-0.0202092,0.003341378,-0.03207466),(-0.02002635,0.003384598,-0.03169282),(-0.02024458,0.00369655,-0.03159773),(-0.02007142,0.003734087,-0.03121153),(-0.02025544,0.004059711,-0.03113046),(-0.01983413,0.003435179,-0.03131705),(-0.0196327,0.003491532,-0.03094735),(-0.01988712,0.003775907,-0.03083069),(-0.02009296,0.004088096,-0.03073819),(-0.02036763,0.004400089,-0.03107477),(-0.0202304,0.004418864,-0.03067224),(-0.0199633,0.003059507,-0.03218729),(-0.01967864,0.002816281,-0.03232236),(-0.01947433,0.002877421,-0.03195439),(-0.01976683,0.003112933,-0.03181325),(-0.0193648,0.002608808,-0.03247528),(-0.0190314,0.002434193,-0.0326415),(-0.01882359,0.002498318,-0.03228031),(-0.01915715,0.002673927,-0.03211162),(-0.01894247,0.002749612,-0.03175586),(-0.01926256,0.002948161,-0.03159387),(-0.01860894,0.002574074,-0.03192736),(-0.01838702,0.002663004,-0.03158394),(-0.01872071,0.002836095,-0.03140873),(-0.01904353,0.003027779,-0.03124109),(-0.01956215,0.003174943,-0.03144604),(-0.01934952,0.003244207,-0.03108572),(-0.01868803,0.002289543,-0.03281645),(-0.01833621,0.002170609,-0.03299707),(-0.01848197,0.002346459,-0.03245584),(-0.01813327,0.002215524,-0.03263556),(-0.01797744,0.002073139,-0.03318032),(-0.01761325,0.001992885,-0.03336314),(-0.0177785,0.002102687,-0.03281682),(-0.01741865,0.00200512,-0.03299697),(-0.0179237,0.002274338,-0.03228245),(-0.01757365,0.002146076,-0.03246113),(-0.01721973,0.002029509,-0.03263729),(-0.01736138,0.002209452,-0.03211598),(-0.01701533,0.002072747,-0.0322867),(-0.01770615,0.002351911,-0.03194019),(-0.01826908,0.002416326,-0.03210371),(-0.01804843,0.002502352,-0.03176196),(-0.01724514,0.001925595,-0.03354249),(-0.01689594,0.001847104,-0.03371258),(-0.01705472,0.001919999,-0.03317336),(-0.01671288,0.001824562,-0.03333968),(-0.01658846,0.001733244,-0.03386766),(-0.01634553,0.001559849,-0.03400195),(-0.01620012,0.001511698,-0.03361672),(-0.01641929,0.001696049,-0.03348957),(-0.01625533,0.001658233,-0.03311065),(-0.01653168,0.001805477,-0.03296838),(-0.0160626,0.001460985,-0.03322896),(-0.0159359,0.001409091,-0.0328378),(-0.01609894,0.001622944,-0.03273074),(-0.01635356,0.0017947,-0.03259955),(-0.01686278,0.001922606,-0.03280849),(-0.01666921,0.001939565,-0.03244971),(-0.01618997,0.001302752,-0.03410969),(-0.01612704,0.00100463,-0.0341961),(-0.01606205,0.0009493501,-0.03379081),(-0.01608153,0.001248749,-0.03371481),(-0.01616202,0.0007081594,-0.03426641),(-0.01630018,0.0004560184,-0.03432584),(-0.01631447,0.0004097946,-0.03390438),(-0.01614019,0.0006556491,-0.03385168),(-0.01612761,0.0006101159,-0.03343548),(-0.0160067,0.0008968675,-0.03338305),(-0.01633713,0.0003736466,-0.03348259),(-0.01636745,0.0003454405,-0.03306067),(-0.01612451,0.0005696282,-0.03301766),(-0.01596244,0.000845953,-0.03297222),(-0.01598238,0.001193844,-0.03331699),(-0.01589498,0.001137934,-0.03291528),(-0.0165468,0.0002908834,-0.03437962),(-0.01687496,0.0001933523,-0.03442964),(-0.0169234,0.0001672192,-0.03400686),(-0.0165834,0.000253934,-0.03395594),(-0.01725777,0.0001440226,-0.03447782),(-0.01766832,0.0001234922,-0.03452605),(-0.0173109,0.0001288017,-0.03405772),(-0.01772233,0.000117833,-0.03410909),(-0.016978,0.0001504154,-0.03358507),(-0.01736912,0.000121021,-0.03363896),(-0.01778052,0.0001180194,-0.03369363),(-0.01743193,0.0001206083,-0.03322175),(-0.01784283,0.00012493,-0.03327978),(-0.0170379,0.0001419239,-0.03316461),(-0.0166273,0.0002275185,-0.0335327),(-0.0166775,0.0002098702,-0.03311028),(-0.01807971,0.0001123586,-0.03457623),(-0.01849153,0.0001104739,-0.03462705),(-0.0181341,0.0001134646,-0.03416151),(-0.01854571,0.0001174337,-0.03421407),(-0.01890341,0.0001176901,-0.03467722),(-0.01931494,0.0001338592,-0.03472542),(-0.01895667,0.0001314773,-0.03426582),(-0.01936647,0.0001573325,-0.03431586),(-0.01860305,0.0001306718,-0.03380265),(-0.01901262,0.000153178,-0.03385612),(-0.01942,0.000191039,-0.03390829),(-0.01907153,0.0001851739,-0.03344836),(-0.01947572,0.0002371943,-0.03350314),(-0.01866385,0.0001523589,-0.03339297),(-0.01819209,0.0001200943,-0.03374835),(-0.01825388,0.0001338956,-0.03333681),(-0.01972573,0.0001588332,-0.03477036),(-0.02013474,0.0001961754,-0.03481242),(-0.01977462,0.0001967363,-0.03436324),(-0.02018004,0.000251839,-0.03440847),(-0.02054095,0.0002494493,-0.03485199),(-0.02094331,0.0003222179,-0.03488946),(-0.02058168,0.0003247908,-0.034452),(-0.02097847,0.0004177419,-0.03449434),(-0.02022513,0.0003231041,-0.03400782),(-0.02062134,0.0004173095,-0.03405588),(-0.02101227,0.0005302973,-0.03410329),(-0.02066015,0.0005253619,-0.03366392),(-0.02104566,0.0006552451,-0.03371591),(-0.02027,0.0004103507,-0.03361104),(-0.01982443,0.0002476808,-0.03395875),(-0.0198752,0.000313274,-0.0335574),(-0.0213408,0.0004180447,-0.03492522),(-0.02173283,0.0005341414,-0.03496166),(-0.02136936,0.0005328425,-0.03453597),(-0.02175536,0.0006637708,-0.03457801),(-0.02211883,0.0006677199,-0.03500113),(-0.02249819,0.0008159919,-0.03504601),(-0.02213753,0.000804205,-0.03462157),(-0.02251688,0.0009478229,-0.03466779),(-0.02177835,0.000803461,-0.03419731),(-0.02215815,0.000945313,-0.03424412),(-0.02253889,0.001078463,-0.03429095),(-0.02218579,0.001074676,-0.03386467),(-0.02256968,0.001190184,-0.03391089),(-0.02180568,0.0009401713,-0.03381658),(-0.02139717,0.0006620685,-0.0341504),(-0.02142658,0.0007969378,-0.03376689),(-0.02287036,0.0009761692,-0.0350987),(-0.02323996,0.001131453,-0.03515389),(-0.02289446,0.001088303,-0.03471777),(-0.0232724,0.001217904,-0.03476864),(-0.02361163,0.001265043,-0.0352063),(-0.02399003,0.001360141,-0.03525065),(-0.02365281,0.001328886,-0.03481746),(-0.02403785,0.001413507,-0.03486137),(-0.02330981,0.001293141,-0.03438431),(-0.02369938,0.00137861,-0.03442958),(-0.02409127,0.001452128,-0.03447305),(-0.02375215,0.001403517,-0.03404034),(-0.02414928,0.001465574,-0.03408363),(-0.02335504,0.001344001,-0.03399776),(-0.02292288,0.001193749,-0.03433789),(-0.02296016,0.001276425,-0.03395493),(-0.02437978,0.001399948,-0.03528165),(-0.02477805,0.001398287,-0.03530263),(-0.02442963,0.001464028,-0.03489746),(-0.02482647,0.001488973,-0.03492768),(-0.02518199,0.00136898,-0.03531694),(-0.02558878,0.001325851,-0.03532791),(-0.02522669,0.001496867,-0.03495399),(-0.02562859,0.001496235,-0.03497834),(-0.02488055,0.001571716,-0.03455334),(-0.02527695,0.001622776,-0.03459137),(-0.02567384,0.001671341,-0.03462879),(-0.02532997,0.001717465,-0.03422186),(-0.02572175,0.001812382,-0.03426932),(-0.02493766,0.001625834,-0.03417481),(-0.02448516,0.001515665,-0.03451411),(-0.02454428,0.001540775,-0.0341286),(0.04400902,0.001329425,-0.01486093),(0.04366529,0.0013289,-0.01509737),(0.04332167,0.001328769,-0.01533395),(0.0438822,0.001414358,-0.01542141),(0.04353762,0.001415506,-0.0156562),(0.04422686,0.001413738,-0.01518672),(0.04297825,0.001329423,-0.0155708),(0.04263514,0.001331257,-0.01580806),(0.0431932,0.001417707,-0.01589119),(0.042849,0.001421489,-0.0161265),(0.04372614,0.001553586,-0.01593863),(0.04337943,0.001557496,-0.01616918),(0.04303287,0.001563223,-0.01639985),(0.04317291,0.001771526,-0.0166066),(0.04352387,0.001764241,-0.01638464),(0.04387485,0.001758702,-0.01616251),(0.04441977,0.001548797,-0.01547773),(0.04407293,0.001550889,-0.01570816),(0.04422584,0.001754325,-0.01594025),(0.04457683,0.00175053,-0.01571793),(0.04229245,0.001334663,-0.01604587),(0.04195006,0.001339764,-0.01628418),(0.04250515,0.001427379,-0.01636222),(0.04216143,0.001435632,-0.01659827),(0.04160786,0.001346681,-0.01652294),(0.04126577,0.001355536,-0.01676213),(0.04181767,0.001446506,-0.01683456),(0.04147369,0.001460256,-0.017071),(0.04234006,0.00158232,-0.01686154),(0.04199332,0.001596429,-0.01709232),(0.04164604,0.001614071,-0.01732289),(0.04176649,0.001828154,-0.01749058),(0.04211903,0.001809028,-0.01727045),(0.04247077,0.001793497,-0.01704964),(0.0426865,0.001571375,-0.01663068),(0.04282197,0.001781137,-0.01682831),(0.04092366,0.001366452,-0.01700171),(0.04058142,0.001379522,-0.01724138),(0.04112931,0.001477138,-0.0173075),(0.04078437,0.00149731,-0.0175436),(0.04023893,0.001394842,-0.01748086),(0.03989607,0.001412507,-0.01771988),(0.04043869,0.001520927,-0.01777884),(0.04009213,0.001548146,-0.01801274),(0.04094889,0.001661288,-0.01778242),(0.04059865,0.001691318,-0.01801023),(0.04024702,0.001725929,-0.01823594),(0.04070154,0.001910827,-0.01814378),(0.04034349,0.001947818,-0.0183572),(0.04105794,0.001878753,-0.01792782),(0.04129796,0.001635615,-0.01755312),(0.04141285,0.001851295,-0.0177099),(0.03955274,0.001432612,-0.01795814),(0.03920902,0.001454819,-0.01819532),(0.03974451,0.001579125,-0.01824483),(0.03939586,0.001613342,-0.01847457),(0.03886502,0.001478791,-0.01843107),(0.03852083,0.001504191,-0.01866505),(0.03904624,0.001650276,-0.01870138),(0.03869568,0.001689404,-0.01892472),(0.03953904,0.001808911,-0.01867859),(0.03918268,0.001855938,-0.01889399),(0.03882473,0.001905758,-0.01910441),(0.03925804,0.002087128,-0.01897518),(0.03889236,0.002140546,-0.01917076),(0.03962177,0.002036707,-0.0187738),(0.03989382,0.001765352,-0.01845899),(0.03998357,0.001990024,-0.01856751),(0.03817654,0.001530681,-0.01889693),(0.03783198,0.001557691,-0.01912648),(0.03834422,0.001730207,-0.01914402),(0.03799176,0.001771851,-0.01935898),(0.03748697,0.001584651,-0.01935345),(0.0371413,0.001610989,-0.01957763),(0.03763821,0.001813503,-0.01956932),(0.03728345,0.00185433,-0.01977474),(0.03810408,0.00201083,-0.01950772),(0.0377413,0.002064206,-0.01969995),(0.03737687,0.002116892,-0.01988546),(0.03778348,0.002311364,-0.01971602),(0.03740998,0.002369332,-0.0198829),(0.03815506,0.002253412,-0.01954149),(0.03846521,0.001957701,-0.01930909),(0.03852469,0.002196223,-0.01935963),(0.03679481,0.001636137,-0.01979877),(0.03644682,0.001661921,-0.02001742),(0.03656959,0.001932371,-0.02017071),(0.03692742,0.001893499,-0.01997495),(0.03609668,0.001690172,-0.02023416),(0.03574372,0.001722717,-0.02044953),(0.03584667,0.002014661,-0.02055202),(0.03620951,0.001972305,-0.02036281),(0.03627224,0.00226737,-0.02040335),(0.03664262,0.002217929,-0.02023627),(0.0358993,0.00231682,-0.02056607),(0.03627753,0.002536353,-0.02033917),(0.03589564,0.002587657,-0.02047924),(0.03665713,0.002482449,-0.02019364),(0.03701074,0.002167952,-0.02006394),(0.03703457,0.002426568,-0.02004183),(0.03538727,0.001761386,-0.0206641),(0.03502787,0.001809414,-0.02087624),(0.03511187,0.002114031,-0.02092301),(0.03548058,0.002060799,-0.02073911),(0.03466611,0.001870039,-0.02108434),(0.03430252,0.001946495,-0.02128679),(0.03436909,0.002255022,-0.02127697),(0.03474117,0.002177667,-0.02110266),(0.03476604,0.002482355,-0.02103184),(0.03514553,0.002420847,-0.02088071),(0.03438568,0.002554812,-0.02117833),(0.03473816,0.002737531,-0.02087309),(0.03435061,0.002798895,-0.02099664),(0.03512529,0.00268442,-0.02074589),(0.03552351,0.002366824,-0.02072532),(0.03551134,0.002635738,-0.02061471),(0.03393767,0.00204202,-0.02148195),(0.03357398,0.002155564,-0.02167073),(0.03399627,0.002349404,-0.02144488),(0.03362498,0.002460327,-0.02160781),(0.0332139,0.002286081,-0.021854),(0.03285986,0.002432521,-0.02203267),(0.03325752,0.002587297,-0.02176718),(0.03289619,0.002729828,-0.02192444),(0.03362655,0.002743651,-0.02145798),(0.03325216,0.002861389,-0.0215947),(0.03288414,0.002995578,-0.02173171),(0.03319848,0.003064913,-0.02135434),(0.03282537,0.003188775,-0.02147515),(0.03357854,0.002960222,-0.0212355),(0.03400512,0.002641685,-0.02131979),(0.03396333,0.002872337,-0.02111685),(0.0325143,0.002593838,-0.02220764),(0.03217489,0.002767044,-0.02237813),(0.03254326,0.002887428,-0.022081),(0.03219597,0.003055984,-0.0222351),(0.03183932,0.002949154,-0.02254342),(0.03150526,0.003137182,-0.02270274),(0.03185154,0.003231385,-0.02238496),(0.03150719,0.003409516,-0.02252883),(0.03217048,0.003309792,-0.02200922),(0.03181838,0.003478717,-0.02214423),(0.03146508,0.003648119,-0.02227306),(0.03174638,0.003660524,-0.02184648),(0.03138777,0.003826955,-0.02196201),(0.03210304,0.003493843,-0.02172459),(0.03252466,0.003146896,-0.0218708),(0.03246146,0.003334173,-0.02159968),(0.0311704,0.003328142,-0.02285534),(0.03082992,0.003515946,-0.02299959),(0.03116013,0.003586266,-0.02266491),(0.03080689,0.003754954,-0.02279184),(0.03047901,0.003694504,-0.02313381),(0.03011288,0.003857729,-0.02325637),(0.03044397,0.003908899,-0.02290822),(0.03006785,0.004041424,-0.02301268),(0.03074319,0.003963703,-0.02250325),(0.03037057,0.004093881,-0.02260317),(0.0299875,0.004194983,-0.02269199),(0.03027472,0.004241385,-0.02225003),(0.02988856,0.004318088,-0.02232638),(0.03065277,0.004127332,-0.02216383),(0.03110735,0.003812448,-0.02239298),(0.03102351,0.003985872,-0.02206781),(0.02972669,0.003999532,-0.02336562),(0.02932475,0.004123491,-0.02345995),(0.02967506,0.004145845,-0.02310383),(0.02926928,0.004229471,-0.02318111),(0.02891131,0.004233186,-0.02353778),(0.02849065,0.004332195,-0.02359751),(0.02885417,0.004299608,-0.02324397),(0.02843343,0.004363565,-0.02329183),(0.02918665,0.004297669,-0.02283416),(0.02877419,0.004322696,-0.0228874),(0.02835727,0.00434581,-0.02292869),(0.02868324,0.004327912,-0.02249691),(0.02827165,0.004310677,-0.02253502),(0.02909109,0.004345476,-0.02244959),(0.02959198,0.004259005,-0.02276901),(0.02949343,0.004347493,-0.02239282),(0.02806705,0.004424097,-0.02363755),(0.02764149,0.004506702,-0.02366076),(0.02801073,0.004428646,-0.02332414),(0.0275868,0.0044931,-0.02334313),(0.02721495,0.004577816,-0.02367),(0.0267884,0.00463525,-0.02366816),(0.02716238,0.004555171,-0.02335102),(0.02673822,0.004613104,-0.02335005),(0.0275187,0.004420024,-0.02297658),(0.02709839,0.004468261,-0.02298587),(0.02667831,0.004522006,-0.02298718),(0.02702713,0.004352274,-0.02259813),(0.02661105,0.004393972,-0.02260434),(0.02744299,0.004323839,-0.02258495),(0.02793855,0.00437873,-0.02295797),(0.02785803,0.004309646,-0.02256415),(0.02636283,0.004676812,-0.02365808),(0.02593873,0.004705744,-0.02364127),(0.02631506,0.004665147,-0.02334242),(0.02589319,0.004712006,-0.02332943),(0.02551662,0.004725287,-0.0236192),(0.02509699,0.004738684,-0.02359337),(0.02547292,0.004754387,-0.02331238),(0.02505457,0.004792996,-0.02329253),(0.02584084,0.004640166,-0.02297157),(0.0254235,0.004701467,-0.02295806),(0.02500711,0.00476217,-0.02294299),(0.02536455,0.004580757,-0.02259293),(0.02494914,0.00465358,-0.02258555),(0.02577992,0.004511214,-0.0225998),(0.02625912,0.004579827,-0.02298185),(0.02619536,0.004447952,-0.02260425),(0.02468034,0.004749175,-0.02356527),(0.02426584,0.004757398,-0.02353644),(0.02463843,0.00482854,-0.02327121),(0.02422392,0.004861676,-0.02325007),(0.02385266,0.004763986,-0.02350846),(0.02343997,0.004769579,-0.02348286),(0.02381044,0.00489306,-0.02323082),(0.02339741,0.004923349,-0.02321514),(0.024177,0.004877527,-0.02291493),(0.02376279,0.004933012,-0.02290514),(0.0233488,0.004987588,-0.02290032),(0.02370195,0.004873409,-0.02257756),(0.02328617,0.004946865,-0.02258425),(0.02411775,0.004799989,-0.02257647),(0.02459169,0.004820718,-0.02292808),(0.02453351,0.004726686,-0.0225796),(0.02302695,0.004774809,-0.02346121),(0.02261364,0.004780384,-0.02344447),(0.02298425,0.004953197,-0.02320472),(0.02257102,0.004982995,-0.02320038),(0.02220013,0.00478701,-0.02343358),(0.02178648,0.004795393,-0.02342949),(0.02215779,0.005013128,-0.02320295),(0.02174464,0.005043981,-0.02321322),(0.02252094,0.0050954,-0.02291102),(0.02210733,0.005148916,-0.02292776),(0.02169412,0.005202358,-0.0229529),(0.02204041,0.005166859,-0.02264775),(0.02162648,0.005239982,-0.0226846),(0.02245516,0.005093616,-0.02261898),(0.02293481,0.005041671,-0.02290208),(0.02287049,0.005020276,-0.02259794),(0.02137278,0.004806238,-0.02343317),(0.02095881,0.004818792,-0.02344178),(0.02133165,0.005075945,-0.02323203),(0.0209183,0.005108121,-0.02325665),(0.02054441,0.004832299,-0.0234525),(0.02012935,0.004846006,-0.02346249),(0.02050409,0.005139613,-0.02328439),(0.02008852,0.005169525,-0.02331253),(0.02086857,0.005308488,-0.02302782),(0.02045467,0.005359275,-0.02307278),(0.02003898,0.005407277,-0.02311953),(0.02038736,0.005454798,-0.02283805),(0.01997216,0.005521823,-0.02289701),(0.02080087,0.00538487,-0.0227817),(0.02128146,0.005255865,-0.02298705),(0.0212136,0.005312958,-0.0227299),(0.01971346,0.004859156,-0.02346895),(0.01929735,0.00486718,-0.02347072),(0.01967108,0.005196962,-0.02333836),(0.01925248,0.005216798,-0.02336049),(0.01888164,0.004865504,-0.02346667),(0.01846694,0.00484956,-0.02345568),(0.01883342,0.005223911,-0.02337751),(0.01841463,0.005213175,-0.02338802),(0.01920067,0.005486627,-0.02320962),(0.01877948,0.005507089,-0.02324981),(0.01835788,0.005507483,-0.0232847),(0.01871335,0.00567792,-0.02307204),(0.01829143,0.005696591,-0.02312498),(0.01913453,0.005638894,-0.02301544),(0.01962075,0.005451543,-0.02316566),(0.01955434,0.005585025,-0.02295662),(0.01805388,0.004814774,-0.02343661),(0.01764187,0.004765096,-0.02341494),(0.01799679,0.005179467,-0.02339063),(0.01757984,0.005128126,-0.02338904),(0.01723033,0.004704477,-0.02339615),(0.01681871,0.004636864,-0.02338572),(0.01716367,0.005064493,-0.02338697),(0.0167482,0.004993907,-0.02338812),(0.017516,0.005437941,-0.02333546),(0.01709644,0.005380414,-0.02335467),(0.0166783,0.005315988,-0.02337196),(0.01702749,0.005622713,-0.02325304),(0.01660893,0.00557587,-0.0232854),(0.01744785,0.005662663,-0.02321551),(0.0179366,0.005482365,-0.0233127),(0.01786938,0.005689397,-0.02317281),(0.01640641,0.004566208,-0.02338914),(0.01599386,0.00449365,-0.02340294),(0.01633335,0.004921708,-0.02339621),(0.01591916,0.004848653,-0.02340885),(0.01558146,0.004420334,-0.02342363),(0.01516965,0.004347401,-0.02344776),(0.01550569,0.0047755,-0.02342363),(0.01509297,0.004703007,-0.02343819),(0.01584703,0.005185478,-0.02340465),(0.01543329,0.00512024,-0.02341776),(0.01502041,0.005055576,-0.02342718),(0.01536575,0.005432427,-0.02335053),(0.01495367,0.005384048,-0.02336105),(0.01577862,0.005480604,-0.0233343),(0.01626193,0.005250869,-0.02338901),(0.01619282,0.005528459,-0.02331254),(0.01475881,0.004275993,-0.02347185),(0.01434854,0.004207239,-0.02349493),(0.01468106,0.004631932,-0.02345012),(0.01426981,0.004562839,-0.02345827),(0.01393839,0.004142263,-0.02351606),(0.01352794,0.004082191,-0.02353426),(0.01385905,0.004496298,-0.02346146),(0.01344863,0.004432873,-0.02345853),(0.01419639,0.004929283,-0.02343008),(0.01378546,0.004867732,-0.02342061),(0.01337537,0.004807298,-0.02340192),(0.01371969,0.005236777,-0.02334997),(0.01330986,0.005185588,-0.02332588),(0.01413042,0.005286638,-0.02336262),(0.01460808,0.00499191,-0.02343177),(0.01454182,0.005335591,-0.0233657),(0.01311675,0.004028153,-0.02354859),(0.01270502,0.003982245,-0.02356197),(0.01303838,0.004373131,-0.02344833),(0.01262819,0.004318957,-0.0234346),(0.01229295,0.003946569,-0.02357734),(0.01188073,0.003923222,-0.02359763),(0.01221795,0.004272233,-0.0234211),(0.01180755,0.004234844,-0.02341158),(0.01255768,0.004691337,-0.02333669),(0.01214938,0.004638686,-0.02329862),(0.01174101,0.004591507,-0.0232626),(0.01208575,0.005025614,-0.02319018),(0.01167837,0.004973521,-0.02313737),(0.01249323,0.005078997,-0.02324191),(0.01296622,0.00474802,-0.02337253),(0.01290115,0.005132657,-0.02328851),(0.01146855,0.003914305,-0.0236258),(0.0110573,0.003920385,-0.02366236),(0.01139688,0.004208673,-0.0234098),(0.01098633,0.004195018,-0.02341718),(0.01064787,0.003942031,-0.02370784),(0.01024113,0.003979812,-0.02376279),(0.01057633,0.004195178,-0.02343515),(0.01016727,0.004210449,-0.02346513),(0.01092291,0.00451999,-0.02321167),(0.01051306,0.004499882,-0.02320145),(0.01010257,0.004493027,-0.0232045),(0.01045314,0.004842307,-0.02300902),(0.01004229,0.004816301,-0.02298631),(0.01086249,0.004879055,-0.02304378),(0.01133221,0.004551237,-0.02323284),(0.01127076,0.004923731,-0.02308756),(0.009837976,0.004034296,-0.02382772),(0.009439013,0.004104551,-0.02390237),(0.009759571,0.004242132,-0.02350855),(0.00935466,0.004290482,-0.02356497),(0.009044864,0.004189646,-0.02398643),(0.008656143,0.004288649,-0.02407964),(0.008953973,0.004355756,-0.02363398),(0.008558941,0.004438211,-0.02371516),(0.009281566,0.004526766,-0.02325731),(0.008875084,0.004570057,-0.02330688),(0.008473984,0.004632759,-0.02337177),(0.008806845,0.004828801,-0.02301261),(0.008401266,0.004870801,-0.02305625),(0.009216981,0.00480725,-0.02298709),(0.009691403,0.004501539,-0.02322315),(0.009629515,0.004803849,-0.02297866),(0.008273465,0.004400626,-0.0241817),(0.007895402,0.004521694,-0.02429128),(0.008170999,0.004538103,-0.0238081),(0.007788838,0.004651268,-0.02391103),(0.007520524,0.004647965,-0.02440705),(0.007147405,0.004775555,-0.02452766),(0.007411151,0.004773545,-0.02402227),(0.007036626,0.004900768,-0.02414008),(0.007693047,0.004816538,-0.02354511),(0.007311299,0.004929806,-0.0236493),(0.006934088,0.005052122,-0.02376235),(0.007223325,0.005120319,-0.02329218),(0.006842354,0.00523387,-0.0233977),(0.007609885,0.005019798,-0.02319847),(0.00808029,0.004716221,-0.02345189),(0.008002406,0.004935546,-0.02311902),(0.006774613,0.004900576,-0.02465177),(0.006402075,0.005023316,-0.02477881),(0.006663955,0.005028775,-0.02426274),(0.006292482,0.005156436,-0.02438928),(0.006029711,0.00514406,-0.02490818),(0.005657444,0.005263094,-0.02503929),(0.005921551,0.005282626,-0.02451876),(0.005550506,0.005406215,-0.02465023),(0.006189234,0.005309648,-0.02400726),(0.005819214,0.005439793,-0.02413628),(0.005449214,0.005567483,-0.0242678),(0.005724372,0.005618351,-0.02376245),(0.005354758,0.005748687,-0.02389345),(0.006094456,0.005486616,-0.02363482),(0.006560464,0.00517958,-0.02388214),(0.006466589,0.005357212,-0.02351257),(0.0052852,0.005380704,-0.02517156),(0.004913352,0.005497789,-0.02530529),(0.005178685,0.005526074,-0.02478274),(0.004806635,0.005643557,-0.02491657),(0.004542276,0.005615249,-0.02544081),(0.004172347,0.005733982,-0.02557843),(0.00443489,0.005760013,-0.02505202),(0.004063993,0.005876795,-0.02518938),(0.004706255,0.005809295,-0.0245343),(0.004334387,0.005926226,-0.02466969),(0.00396299,0.006042379,-0.02480678),(0.004240952,0.006113479,-0.02429507),(0.003869426,0.006230133,-0.02443204),(0.00461263,0.005995113,-0.0241597),(0.005078045,0.005690182,-0.02440041),(0.004984038,0.005873896,-0.02402584),(0.003803942,0.005854892,-0.02571846),(0.003436578,0.005976896,-0.02586066),(0.003694483,0.005995253,-0.02532892),(0.003326179,0.006114956,-0.02547067),(0.003069771,0.006098925,-0.02600478),(0.002703041,0.006219899,-0.02615056),(0.002958902,0.006235477,-0.02561466),(0.00259247,0.006356384,-0.02576088),(0.003223434,0.006276914,-0.02508705),(0.002855671,0.006395998,-0.02523088),(0.002489512,0.006516762,-0.02537764),(0.00276053,0.00658098,-0.02485546),(0.002394665,0.006701842,-0.02500291),(0.003128653,0.006462798,-0.02471159),(0.003592606,0.006159158,-0.0249458),(0.003498473,0.00634621,-0.02457067),(0.002335905,0.006338744,-0.02629775),(0.001968809,0.006456307,-0.02644678),(0.001861401,0.006597643,-0.02606005),(0.002226704,0.006477246,-0.02590937),(0.001602202,0.006573437,-0.02659805),(0.00123653,0.006690981,-0.02675199),(0.001131364,0.006835363,-0.02636769),(0.001496355,0.006717157,-0.02621285),(0.001398636,0.006885283,-0.02583491),(0.001761796,0.006762894,-0.02568028),(0.001034874,0.007005238,-0.02599094),(0.000946704,0.007200548,-0.02562355),(0.001308916,0.007078058,-0.02546603),(0.001670132,0.006952619,-0.02530933),(0.002125154,0.006639556,-0.02552764),(0.002031624,0.006826467,-0.02515458),(0.0008722393,0.006809789,-0.02690902),(0.0005141973,0.006935991,-0.02707124),(0.0004064964,0.007074014,-0.02668605),(0.0007662228,0.006951845,-0.02652451),(0.0001672699,0.007075723,-0.02724076),(-0.0001636767,0.007235117,-0.02741969),(-0.0002744563,0.007365079,-0.02703436),(5.774874e-5,0.007209287,-0.02685509),(-4.084372e-5,0.007373481,-0.02647742),(0.0003091351,0.007241356,-0.02630874),(-0.0003742306,0.007525623,-0.02665724),(-0.0004616381,0.007719096,-0.02629196),(-0.0001282668,0.007569079,-0.02611081),(0.0002217934,0.007438012,-0.02594179),(0.000669707,0.00712127,-0.02614773),(0.0005822234,0.00731785,-0.02578075),(-0.0004737762,0.007420308,-0.02761013),(-0.0007739196,0.00760795,-0.02780235),(-0.0008831774,0.007739979,-0.02742412),(-0.0005845547,0.007548803,-0.02722664),(-0.001074998,0.007774696,-0.02798658),(-0.001387902,0.007897202,-0.02815308),(-0.001488517,0.008062772,-0.02780348),(-0.001180955,0.00791813,-0.027619),(-0.001277728,0.008082089,-0.02725966),(-0.0009829527,0.007896913,-0.02705449),(-0.001579072,0.008244299,-0.027461),(-0.001652108,0.008452212,-0.0271302),(-0.00135853,0.008276358,-0.02691343),(-0.001068063,0.008086425,-0.02669818),(-0.000685027,0.007705763,-0.02685164),(-0.0007720013,0.007896108,-0.0264894),(-0.001723523,0.007952125,-0.0282921),(-0.002057286,0.007946028,-0.02838269),(-0.001816496,0.008153427,-0.02796976),(-0.002142816,0.008189914,-0.02809222),(-0.002364614,0.007885476,-0.02840388),(-0.002620932,0.007777034,-0.02833471),(-0.002445403,0.008172042,-0.02814525),(-0.002702184,0.00809963,-0.02810323),(-0.002212178,0.008442022,-0.02780418),(-0.002507042,0.008463835,-0.02788675),(-0.002762848,0.008425155,-0.02787046),(-0.002545798,0.00876334,-0.02762895),(-0.002799714,0.008753388,-0.02763533),(-0.002260232,0.008708159,-0.02752077),(-0.001896705,0.00836656,-0.02765239),(-0.001957505,0.008600298,-0.02734358),(-0.002801665,0.007627269,-0.02815423),(-0.002941667,0.007448715,-0.02790329),(-0.002891083,0.007972495,-0.02794055),(-0.003041777,0.007805201,-0.02769744),(-0.003075792,0.007253905,-0.02762274),(-0.003238893,0.007055378,-0.02735342),(-0.003183944,0.007612318,-0.02741412),(-0.003347261,0.00740841,-0.02713083),(-0.003125416,0.008162585,-0.02749171),(-0.003279133,0.007972334,-0.02720784),(-0.003445775,0.0077652,-0.02691334),(-0.0033531,0.008333069,-0.02699969),(-0.003525166,0.008125381,-0.026697),(-0.003186247,0.008519481,-0.02728246),(-0.002961147,0.008319131,-0.02772568),(-0.003007492,0.008665844,-0.02750709),(-0.003465825,0.006865667,-0.02713619),(-0.003739065,0.006707628,-0.02697814),(-0.003561407,0.007208046,-0.02688778),(-0.003814059,0.007036052,-0.02669845),(-0.004041084,0.006604116,-0.02688639),(-0.004354361,0.006577987,-0.02686803),(-0.004092896,0.006917249,-0.02657631),(-0.0043856,0.006876461,-0.02653482),(-0.003881641,0.007376597,-0.02642985),(-0.004137598,0.007246847,-0.02627982),(-0.004410061,0.007194605,-0.02621693),(-0.004170931,0.007591892,-0.02599758),(-0.004425689,0.007531099,-0.02591633),(-0.003935188,0.007728639,-0.02617124),(-0.003648822,0.007558002,-0.02664752),(-0.003719564,0.007915186,-0.02641262),(-0.004661369,0.006652097,-0.02693016),(-0.004970254,0.006781662,-0.02703807),(-0.00467985,0.006938511,-0.02658745),(-0.004981865,0.007058588,-0.02669497),(-0.005289163,0.006921896,-0.02715703),(-0.005626241,0.007028013,-0.02725233),(-0.005634079,0.007293575,-0.02691778),(-0.005297868,0.00719188,-0.02681816),(-0.005302723,0.00748086,-0.02649394),(-0.004988617,0.007355922,-0.02636748),(-0.005638725,0.007576242,-0.02659656),(-0.005640641,0.007875238,-0.02628985),(-0.005304147,0.007787862,-0.02618619),(-0.004990613,0.007672462,-0.02605788),(-0.004692398,0.007245733,-0.02626064),(-0.004698355,0.007572415,-0.02595218),(-0.005989635,0.007055231,-0.02728926),(-0.006373059,0.007024154,-0.02728386),(-0.006379656,0.007288368,-0.02694637),(-0.005996721,0.007318859,-0.02695462),(-0.006770228,0.006955388,-0.02725221),(-0.007174856,0.006869538,-0.02721035),(-0.007181881,0.007142583,-0.02686551),(-0.006776757,0.007222731,-0.02691076),(-0.006778983,0.007502157,-0.02657843),(-0.006382643,0.007566146,-0.02661928),(-0.007183861,0.007426535,-0.02652881),(-0.007180913,0.007720543,-0.0262002),(-0.00677713,0.007792884,-0.02625534),(-0.006382348,0.007856768,-0.02630296),(-0.006000626,0.007597755,-0.02663183),(-0.00600178,0.007891213,-0.02632162),(-0.007580658,0.006787211,-0.02717436),(-0.007969695,0.006730084,-0.02716164),(-0.007978776,0.007020769,-0.02681649),(-0.007588901,0.007068556,-0.02682833),(-0.00832403,0.006719837,-0.02718962),(-0.008625722,0.006778148,-0.02727569),(-0.008630946,0.007084385,-0.02693805),(-0.00833247,0.007019338,-0.02684731),(-0.008335036,0.00732787,-0.02651233),(-0.007981873,0.007321006,-0.0264788),(-0.00863099,0.007398999,-0.02660747),(-0.008625285,0.007721395,-0.02628379),(-0.008331529,0.007644658,-0.02618437),(-0.007978975,0.007629936,-0.02614827),(-0.007591486,0.007360023,-0.02648996),(-0.007588482,0.00766073,-0.02615903),(-0.008856838,0.006926697,-0.02743728),(-0.009034928,0.007142403,-0.02765622),(-0.009024435,0.007451981,-0.02733224),(-0.008855166,0.007236027,-0.02710599),(-0.009177553,0.007402187,-0.0279144),(-0.009302268,0.007682967,-0.02819362),(-0.009275326,0.007987696,-0.02788405),(-0.009158053,0.007709966,-0.02759789),(-0.009138648,0.008022925,-0.02728629),(-0.009012055,0.007767871,-0.02701399),(-0.009250274,0.008296599,-0.02757859),(-0.009225146,0.008609984,-0.02727787),(-0.009117164,0.00834128,-0.02698016),(-0.008995957,0.00809005,-0.02670182),(-0.008849748,0.007552781,-0.0267812),(-0.008839379,0.00787664,-0.02646298),(-0.009426629,0.007961664,-0.02847577),(-0.009557504,0.008237555,-0.02875647),(-0.00952607,0.008534418,-0.02845628),(-0.009395552,0.008262894,-0.02817181),(-0.00970176,0.008509917,-0.02903134),(-0.009866265,0.008778026,-0.02929604),(-0.009847324,0.009061883,-0.02899578),(-0.009674216,0.008801128,-0.02873257),(-0.009651497,0.009094462,-0.02843625),(-0.009498775,0.008834071,-0.02815908),(-0.009833766,0.009347014,-0.02869735),(-0.009828281,0.009632947,-0.02840017),(-0.009635408,0.009389617,-0.02814207),(-0.009476064,0.009136469,-0.02786493),(-0.009367675,0.008567549,-0.02787136),(-0.009342043,0.008875819,-0.02757483),(-0.01005789,0.009041162,-0.02954618),(-0.01028021,0.009277975,-0.02976906),(-0.01029057,0.009539996,-0.029456),(-0.01005273,0.009315547,-0.02924104),(-0.0105368,0.00946712,-0.02995199),(-0.01083125,0.009587251,-0.03008225),(-0.01086411,0.009812781,-0.02974574),(-0.01056098,0.009713113,-0.02962835),(-0.01059115,0.009957021,-0.02930404),(-0.01030716,0.009800896,-0.02914304),(-0.01090192,0.0100358,-0.0294081),(-0.0109451,0.0102565,-0.0290694),(-0.01062849,0.01019876,-0.0289789),(-0.01033202,0.01006036,-0.02882976),(-0.01005351,0.009590028,-0.02893688),(-0.01006288,0.009864142,-0.02863312),(-0.01116713,0.009617019,-0.03014715),(-0.01150648,0.009560941,-0.03015846),(-0.01153212,0.009733497,-0.02979224),(-0.01120008,0.009816877,-0.02979586),(-0.01181134,0.009423536,-0.03012799),(-0.01204373,0.009209322,-0.03006751),(-0.01203733,0.009336682,-0.02967789),(-0.01182346,0.009570733,-0.0297484),(-0.01183352,0.009718291,-0.02936849),(-0.0115581,0.009904968,-0.02942518),(-0.01202715,0.009466054,-0.02928852),(-0.01201335,0.00959842,-0.02889979),(-0.01184154,0.009867103,-0.02898862),(-0.01158439,0.01007608,-0.0290576),(-0.0112359,0.01001463,-0.02944343),(-0.01127465,0.01021074,-0.02909008),(-0.0121657,0.008922811,-0.02998881),(-0.01219624,0.008583548,-0.02990001),(-0.01214406,0.008696131,-0.02950375),(-0.01213696,0.009039432,-0.02959424),(-0.01215436,0.008211078,-0.02980919),(-0.01205906,0.007824943,-0.02972447),(-0.01196751,0.007939937,-0.02932739),(-0.01208034,0.008323919,-0.02941269),(-0.01200406,0.008443138,-0.02901747),(-0.01208825,0.008813888,-0.02910863),(-0.01187561,0.008062056,-0.02893135),(-0.0117836,0.008191864,-0.02853658),(-0.01192577,0.008569418,-0.02862377),(-0.01202906,0.008937648,-0.02871497),(-0.012104,0.009159724,-0.02920045),(-0.01206705,0.009284626,-0.02880777),(-0.01192933,0.007444684,-0.02965396),(-0.01179693,0.007070982,-0.02958883),(-0.01169152,0.007190003,-0.02918504),(-0.01182727,0.007561328,-0.02925413),(-0.01169363,0.006704516,-0.02952028),(-0.01165117,0.006345965,-0.02943951),(-0.01156099,0.006476853,-0.02902783),(-0.01159213,0.006827874,-0.02911224),(-0.01149639,0.006958184,-0.02870315),(-0.01159009,0.007316126,-0.02878079),(-0.01147762,0.006614862,-0.02861512),(-0.01140122,0.006760381,-0.02820194),(-0.01140664,0.007095908,-0.02829348),(-0.01149292,0.007449842,-0.02837643),(-0.01172706,0.007685235,-0.02885465),(-0.01162894,0.007816915,-0.0284558),(-0.01170132,0.005996008,-0.0293377),(-0.01183349,0.005680491,-0.02923319),(-0.01178425,0.005838449,-0.02881956),(-0.01162997,0.006138847,-0.02892395),(-0.0120371,0.005425263,-0.02914432),(-0.01230159,0.005256169,-0.02908942),(-0.01228929,0.005448828,-0.02868504),(-0.01200897,0.005600247,-0.0287336),(-0.01198588,0.005784975,-0.02832581),(-0.01174114,0.006005349,-0.02840731),(-0.0122809,0.0056514,-0.02828481),(-0.01227599,0.005863552,-0.02788926),(-0.01196747,0.005979261,-0.02792158),(-0.01170395,0.006181205,-0.02799708),(-0.01156546,0.006289615,-0.02851013),(-0.01150776,0.00644853,-0.02809684),(-0.01261635,0.005199058,-0.02908685),(-0.01296189,0.00523433,-0.02913046),(-0.01295606,0.00545909,-0.02874881),(-0.01261038,0.005408781,-0.02869283),(-0.01331867,0.005342384,-0.02921414),(-0.01366717,0.005503617,-0.02933176),(-0.01365655,0.00574674,-0.02897259),(-0.01331017,0.005578747,-0.02884478),(-0.01330369,0.005820752,-0.02847948),(-0.01295264,0.005691329,-0.02837166),(-0.01364775,0.005993758,-0.02861685),(-0.01364107,0.00624447,-0.02826447),(-0.01329933,0.006068096,-0.02811829),(-0.01295151,0.005930678,-0.02799926),(-0.01260743,0.005627532,-0.02830343),(-0.0126072,0.005854926,-0.02791903),(-0.01398788,0.005698434,-0.0294772),(-0.01429483,0.005910248,-0.02963755),(-0.01429049,0.006149484,-0.029287),(-0.01397901,0.005942051,-0.02912404),(-0.01460208,0.006122479,-0.02979992),(-0.01492365,0.006318546,-0.02995141),(-0.01493217,0.006539905,-0.02959878),(-0.0146039,0.006353836,-0.0294493),(-0.01460781,0.006586416,-0.02910051),(-0.01428812,0.006390495,-0.02893877),(-0.01494277,0.006762161,-0.02924758),(-0.0149555,0.006985305,-0.02889767),(-0.01461395,0.00682022,-0.02875343),(-0.01428797,0.006633244,-0.02859271),(-0.01397199,0.006188308,-0.02877375),(-0.01396715,0.006437091,-0.02842617),(-0.0152736,0.006481868,-0.03007913),(-0.01564634,0.006611065,-0.03018366),(-0.0156663,0.006810958,-0.02982392),(-0.01528822,0.006692493,-0.0297233),(-0.01603628,0.006704766,-0.0302656),(-0.01643784,0.006761591,-0.03032554),(-0.0164656,0.006942963,-0.02995791),(-0.01606067,0.006894661,-0.02990176),(-0.01608613,0.007085033,-0.0295385),(-0.01568775,0.007011444,-0.02946501),(-0.016494,0.00712462,-0.02959059),(-0.01652289,0.007305339,-0.02922305),(-0.01611257,0.007275229,-0.02917545),(-0.01571066,0.007212237,-0.02910669),(-0.01530469,0.00690383,-0.02936856),(-0.01532302,0.007115786,-0.02901475),(-0.01684542,0.006780169,-0.03036408),(-0.01725611,0.006764415,-0.03038473),(-0.01687533,0.006955224,-0.02999343),(-0.01728655,0.006933341,-0.03001123),(-0.01766698,0.006718248,-0.03039098),(-0.01807509,0.006645584,-0.03038635),(-0.01769593,0.006879212,-0.03001417),(-0.01810014,0.006794732,-0.03000512),(-0.01731689,0.007101725,-0.02963755),(-0.01772411,0.007038949,-0.02963695),(-0.01812331,0.006941756,-0.02962332),(-0.01775073,0.007193851,-0.02925785),(-0.01814361,0.007082804,-0.02923941),(-0.01734658,0.007266633,-0.02926246),(-0.01690556,0.007130234,-0.02962286),(-0.01693576,0.007303135,-0.02925145),(-0.01847751,0.006550344,-0.03037434),(-0.0188628,0.006423823,-0.03035556),(-0.01887084,0.006533839,-0.02996135),(-0.01849588,0.006681798,-0.02998697),(-0.0192195,0.006257323,-0.03033064),(-0.01953615,0.006042139,-0.03030019),(-0.01950935,0.006106556,-0.02989426),(-0.01921276,0.006344282,-0.0299299),(-0.01919784,0.006426333,-0.02952892),(-0.01887306,0.006639564,-0.02956655),(-0.01947202,0.00616619,-0.02948879),(-0.01942345,0.006220548,-0.02908383),(-0.01917378,0.006501936,-0.02912724),(-0.0188684,0.006738403,-0.02917023),(-0.01851059,0.00681,-0.02959893),(-0.01852058,0.006931507,-0.02920891),(-0.01980129,0.00576957,-0.03026482),(-0.02000146,0.005456246,-0.03023457),(-0.01991876,0.005485005,-0.02982553),(-0.01974832,0.005814088,-0.02985605),(-0.02012317,0.005118802,-0.03021943),(-0.02015296,0.004773865,-0.03022943),(-0.02001019,0.004789498,-0.02982849),(-0.02000969,0.005137433,-0.02981293),(-0.01988096,0.005156429,-0.02941093),(-0.01982176,0.005512026,-0.0294196),(-0.01985217,0.004807434,-0.0294332),(-0.01967973,0.004829238,-0.02904428),(-0.01973755,0.00517713,-0.02901413),(-0.01971061,0.005538247,-0.02901731),(-0.01968272,0.005855017,-0.02944895),(-0.01960415,0.005892686,-0.02904386),(-0.02007734,0.004438069,-0.03027457),(-0.01991675,0.004118068,-0.03035114),(-0.01972757,0.004151143,-0.02996998),(-0.01990933,0.004459325,-0.02988244),(-0.01969159,0.003820518,-0.03045543),(-0.01942228,0.003552074,-0.03058373),(-0.0192033,0.003617654,-0.03022648),(-0.0194854,0.003869176,-0.03008626),(-0.01926914,0.00392314,-0.0297237),(-0.01952616,0.004188836,-0.02959535),(-0.01897624,0.003689119,-0.02987588),(-0.01874153,0.003767321,-0.0295322),(-0.01904341,0.003983667,-0.02936826),(-0.0193133,0.004232664,-0.02922792),(-0.01972721,0.004484251,-0.0294966),(-0.01953186,0.004514468,-0.02911774),(-0.01912924,0.003319394,-0.03073233),(-0.01881744,0.003115547,-0.03089637),(-0.01858487,0.00321093,-0.03055914),(-0.01890176,0.003400801,-0.03038581),(-0.01849183,0.002933609,-0.03107098),(-0.0181574,0.002766649,-0.03125131),(-0.01825676,0.003040357,-0.03074137),(-0.01792151,0.002881392,-0.03092739),(-0.01834645,0.003313391,-0.03022888),(-0.01801641,0.003154544,-0.03041871),(-0.01768078,0.003003616,-0.03061008),(-0.0177717,0.003274372,-0.03010177),(-0.01743667,0.003129699,-0.03029727),(-0.01810278,0.003422389,-0.02990503),(-0.01866754,0.003488725,-0.03004611),(-0.01842703,0.003583467,-0.02971315),(-0.0178191,0.002607742,-0.0314325),(-0.01747927,0.002453106,-0.0316112),(-0.01758323,0.002726352,-0.03111209),(-0.01724597,0.00256932,-0.03129118),(-0.01714023,0.002298961,-0.03178407),(-0.01680434,0.002141528,-0.03194773),(-0.01691375,0.002404385,-0.03146037),(-0.01659061,0.002225633,-0.03161537),(-0.0170092,0.002691953,-0.0309758),(-0.01668549,0.002515506,-0.03113987),(-0.01637801,0.00231484,-0.03128457),(-0.01617041,0.002398931,-0.03095031),(-0.01645901,0.002622105,-0.03081757),(-0.01677188,0.002812401,-0.03066075),(-0.01734301,0.002852037,-0.03079749),(-0.01710058,0.002978654,-0.03048546),(-0.01647392,0.001977025,-0.03209886),(-0.01617971,0.001797082,-0.03223399),(-0.01601329,0.001808526,-0.0318692),(-0.01628059,0.002027149,-0.03175189),(-0.01595247,0.001593331,-0.03234965),(-0.01582292,0.0013574,-0.03244239),(-0.01572534,0.001309224,-0.0320432),(-0.01581834,0.001569354,-0.03196655),(-0.01569899,0.001550976,-0.03158059),(-0.01585745,0.001824932,-0.03150268),(-0.01564482,0.001267877,-0.03164074),(-0.01558303,0.001236674,-0.0312355),(-0.01559684,0.001538158,-0.03119092),(-0.01571534,0.0018422,-0.03113192),(-0.01609289,0.002082101,-0.03140476),(-0.01591452,0.002134044,-0.0310534),(-0.01582181,0.00108092,-0.03250874),(-0.01593071,0.0007953767,-0.03255764),(-0.01591197,0.0007505221,-0.03214045),(-0.0157639,0.001027727,-0.03209842),(-0.01613116,0.0005322557,-0.03259803),(-0.01640472,0.0003230424,-0.03263887),(-0.01644843,0.0003116279,-0.03221799),(-0.0161475,0.0005032694,-0.03217756),(-0.01617348,0.0004879404,-0.03175719),(-0.01590667,0.0007167722,-0.03172179),(-0.01649806,0.0003163722,-0.03179886),(-0.01655308,0.0003424508,-0.03138229),(-0.01620906,0.0004915399,-0.03133789),(-0.01591528,0.0006995102,-0.03130277),(-0.01572225,0.0009832802,-0.03168539),(-0.01569789,0.0009525064,-0.03127071),(-0.01673296,0.0001992227,-0.03268907),(-0.01710221,0.0001407283,-0.03274582),(-0.01716951,0.0001533617,-0.03233001),(-0.01679271,0.0002012572,-0.03227001),(-0.01749884,0.0001274912,-0.03280628),(-0.0179092,0.0001394433,-0.03286761),(-0.017568,0.0001491453,-0.03239438),(-0.01797735,0.0001698121,-0.03245954),(-0.01723839,0.0001863572,-0.03191849),(-0.01763757,0.0001930461,-0.03198789),(-0.01804503,0.0002242897,-0.03205798),(-0.01770569,0.0002666693,-0.03158864),(-0.01810999,0.0003111291,-0.03166535),(-0.01730742,0.000246248,-0.0315126),(-0.01685579,0.0002216552,-0.03185406),(-0.01692121,0.0002660977,-0.03144217),(-0.01831964,0.0001565164,-0.03292699),(-0.0187284,0.0001846657,-0.03298515),(-0.01838673,0.0001965665,-0.03252188),(-0.01879386,0.00023589,-0.03258263),(-0.01913371,0.0002298465,-0.03304284),(-0.01953382,0.0002980139,-0.0331008),(-0.01919649,0.0002942641,-0.03264303),(-0.01959234,0.0003781706,-0.03270432),(-0.0188574,0.0003143297,-0.03218881),(-0.01925719,0.0003854951,-0.03225242),(-0.01964932,0.0004823372,-0.03231671),(-0.01931315,0.0005106078,-0.0318745),(-0.01970279,0.0006151865,-0.03194102),(-0.01891616,0.0004282825,-0.03180714),(-0.01845249,0.000262656,-0.03212448),(-0.0185143,0.0003633949,-0.0317378),(-0.01992696,0.000395123,-0.03315977),(-0.02031463,0.0005139584,-0.03321866),(-0.01997915,0.0004940908,-0.03276772),(-0.02036003,0.0006305317,-0.03283117),(-0.02069834,0.0006473045,-0.03327636),(-0.02107959,0.0007879455,-0.03333179),(-0.02073811,0.0007759999,-0.03289259),(-0.0211165,0.0009190022,-0.03294989),(-0.02040724,0.0007566747,-0.03244907),(-0.02078168,0.0009043107,-0.03251195),(-0.02115883,0.001039018,-0.03256917),(-0.02083123,0.001025099,-0.0321338),(-0.02120902,0.001138597,-0.03218858),(-0.02045729,0.000888992,-0.03207283),(-0.02003123,0.0006110403,-0.03238313),(-0.02008266,0.0007468345,-0.03200785),(-0.0214599,0.000928666,-0.03338385),(-0.02184122,0.001060861,-0.03343285),(-0.02149833,0.001048045,-0.03300101),(-0.02188409,0.001158232,-0.03304728),(-0.02222551,0.001175927,-0.03347911),(-0.02261473,0.001265258,-0.03352299),(-0.02227432,0.001244666,-0.03309008),(-0.0226695,0.001302449,-0.03313079),(-0.02193343,0.001224984,-0.03266109),(-0.02232919,0.001276493,-0.03270024),(-0.02272945,0.00130052,-0.03273782),(-0.0223871,0.00126701,-0.03231221),(-0.02279002,0.001258235,-0.03234763),(-0.02198836,0.001253818,-0.03227544),(-0.02154303,0.001145867,-0.03261814),(-0.02159519,0.001212925,-0.03223502),(-0.02301084,0.001320251,-0.03356478),(-0.02341088,0.001357326,-0.03360582),(-0.02307017,0.001326686,-0.03317071),(-0.02347315,0.001337057,-0.03321091),(-0.02381187,0.001392907,-0.03364748),(-0.02421086,0.001443415,-0.03369106),(-0.02387528,0.001353244,-0.03325239),(-0.0242734,0.001394929,-0.03329616),(-0.0235377,0.001287139,-0.03281545),(-0.02393908,0.001290994,-0.03285651),(-0.02433429,0.00132939,-0.03289973),(-0.024,0.001212622,-0.03246125),(-0.02439092,0.001256078,-0.03250258),(-0.02360032,0.001211514,-0.03242185),(-0.02313338,0.001297192,-0.03277606),(-0.02319571,0.001233228,-0.03238409),(-0.02460488,0.001525273,-0.03373794),(-0.02499518,0.001630644,-0.03378727),(-0.0250499,0.001602537,-0.03339281),(-0.02466434,0.001481791,-0.03334324),(-0.025383,0.001751689,-0.03383825),(-0.02576957,0.001880571,-0.03389004),(-0.02581204,0.001900503,-0.03349608),(-0.02543187,0.001745873,-0.03344403),(-0.02547244,0.001720441,-0.03304271),(-0.0250986,0.001557907,-0.03299349),(-0.02584391,0.001896769,-0.03309259),(-0.02585993,0.001893963,-0.03268472),(-0.02550056,0.00169582,-0.03263779),(-0.02513804,0.001513146,-0.03259141),(-0.02472,0.001422959,-0.03294561),(-0.02476921,0.001361409,-0.03254615),(0.04432928,0.002040501,-0.01610027),(0.04468714,0.002034863,-0.01589128),(0.04397138,0.002046545,-0.01630906),(0.04401806,0.002372562,-0.01637158),(0.04438421,0.002365405,-0.01617885),(0.04475025,0.002358375,-0.01598575),(0.0436134,0.002053398,-0.01651744),(0.04325531,0.002061465,-0.01672522),(0.04328518,0.002387773,-0.01675449),(0.04365176,0.002379976,-0.01656358),(0.04364264,0.002698987,-0.01651902),(0.04401721,0.0026922,-0.01634333),(0.04326768,0.002705184,-0.01669314),(0.04320792,0.002968431,-0.01653994),(0.04358977,0.002965443,-0.01637974),(0.04397117,0.002960908,-0.01621759),(0.04439154,0.002685022,-0.01616659),(0.04476575,0.002677647,-0.01598934),(0.04435224,0.002955341,-0.01605413),(0.04473317,0.002949259,-0.01589002),(0.04289705,0.002071151,-0.01693219),(0.04253837,0.002082831,-0.01713821),(0.04255084,0.002405187,-0.01713182),(0.04291828,0.002396082,-0.01694394),(0.04217901,0.002096881,-0.01734315),(0.04181872,0.002113677,-0.01754685),(0.04181346,0.002426933,-0.0175024),(0.04218262,0.002415376,-0.01731801),(0.04213925,0.002719899,-0.01720263),(0.04251613,0.00271543,-0.01703503),(0.04176144,0.002724213,-0.01736789),(0.0416734,0.002961808,-0.01715402),(0.04205826,0.002965838,-0.0170046),(0.04244224,0.002968422,-0.01685241),(0.04289224,0.002710595,-0.01686517),(0.04282543,0.002969356,-0.0166975),(0.04145722,0.002133593,-0.0177492),(0.0410944,0.002157001,-0.0179498),(0.04107155,0.00245548,-0.01786532),(0.0414431,0.002440144,-0.01768486),(0.04073012,0.00218427,-0.01814827),(0.04036425,0.002215772,-0.01834423),(0.04032466,0.002494416,-0.01821993),(0.04069875,0.002473413,-0.01804371),(0.04062179,0.002740025,-0.01785012),(0.04100265,0.002733639,-0.01769138),(0.04024005,0.002748372,-0.01800719),(0.04051362,0.00294587,-0.01758754),(0.04012576,0.002942265,-0.0177289),(0.04090093,0.002950927,-0.01744496),(0.04138254,0.002728581,-0.01753072),(0.04128758,0.002956539,-0.01730063),(0.03999666,0.002251877,-0.01853731),(0.03962729,0.002291909,-0.01872662),(0.03994925,0.002518958,-0.01839392),(0.03957242,0.002546459,-0.01856489),(0.03925608,0.002335196,-0.01891128),(0.03888296,0.002381062,-0.0190904),(0.0391941,0.002576336,-0.01873208),(0.03881419,0.002608009,-0.01889471),(0.03947397,0.002772298,-0.01831644),(0.03908943,0.002786746,-0.0184674),(0.03870375,0.002802093,-0.01861509),(0.03895938,0.002942617,-0.01814704),(0.03856931,0.002944015,-0.01828291),(0.03934875,0.002941371,-0.01800911),(0.03985748,0.002759319,-0.01816283),(0.03973752,0.00294101,-0.01786957),(0.03850786,0.002428833,-0.01926309),(0.03813083,0.002478383,-0.01942912),(0.03843259,0.002640895,-0.019052),(0.03804938,0.002675706,-0.0192038),(0.03775193,0.002529582,-0.01958823),(0.0373712,0.002582304,-0.01974016),(0.0376646,0.002713152,-0.01934996),(0.03727831,0.002753948,-0.01949033),(0.0379287,0.002835347,-0.01889875),(0.03753944,0.002856369,-0.01903463),(0.03714911,0.002882397,-0.01916648),(0.03739441,0.002953524,-0.01867562),(0.03700136,0.002965789,-0.01880171),(0.03778678,0.002947272,-0.01854716),(0.03831681,0.002817774,-0.01875888),(0.03817843,0.002944835,-0.01841627),(0.03698868,0.002636423,-0.01988469),(0.03660431,0.002689786,-0.02002233),(0.03689057,0.002798802,-0.01962476),(0.03650131,0.002844122,-0.01975331),(0.03621801,0.00274024,-0.02015362),(0.03582972,0.002785635,-0.02027909),(0.03611046,0.002886316,-0.0198761),(0.03571796,0.002921789,-0.01999318),(0.03636528,0.002949642,-0.01941757),(0.03597165,0.002981865,-0.01953598),(0.03557678,0.003007156,-0.01964911),(0.03581834,0.003034171,-0.01916267),(0.03542261,0.00305277,-0.01927446),(0.03621335,0.00301053,-0.01904606),(0.03675774,0.002914987,-0.01929427),(0.03660769,0.002986263,-0.01892547),(0.03543936,0.002823817,-0.02039926),(0.03504757,0.002859308,-0.02051512),(0.03532373,0.002946948,-0.02010466),(0.03492834,0.002966848,-0.02021203),(0.03465499,0.002896628,-0.0206276),(0.03426226,0.002940299,-0.02073766),(0.03453233,0.002986545,-0.02031681),(0.03413626,0.003011091,-0.02042049),(0.03478352,0.003028381,-0.01986025),(0.03438595,0.003034179,-0.01996217),(0.03398828,0.003043342,-0.02006428),(0.03423164,0.00306643,-0.01958514),(0.03383397,0.003069119,-0.01968811),(0.03462909,0.003065245,-0.01948341),(0.03518061,0.003021017,-0.01975655),(0.03502613,0.00306191,-0.01938061),(0.03387002,0.00299484,-0.02084625),(0.03348079,0.003064726,-0.0209546),(0.0337407,0.003045544,-0.0205246),(0.03334857,0.003096518,-0.02062947),(0.03309714,0.00315443,-0.02106391),(0.03272158,0.003268428,-0.02117541),(0.0329628,0.003170632,-0.02073546),(0.03258632,0.0032745,-0.0208429),(0.03319713,0.003094959,-0.02027429),(0.03281013,0.003154212,-0.02038101),(0.03243318,0.003246959,-0.02048807),(0.0326538,0.003145862,-0.02001261),(0.03227574,0.003225773,-0.02012134),(0.03304174,0.003099404,-0.01990324),(0.03359093,0.003060802,-0.02016851),(0.03343623,0.003076967,-0.01979461),(0.03235665,0.003411192,-0.02129028),(0.03199821,0.003573514,-0.02140524),(0.03222207,0.003414741,-0.02095216),(0.03186565,0.003580714,-0.02106036),(0.03164208,0.003746183,-0.02151699),(0.03128409,0.00391999,-0.02162223),(0.03151267,0.003761787,-0.02116465),(0.03115875,0.003947319,-0.02126218),(0.03171496,0.003547354,-0.02069909),(0.03136535,0.003733429,-0.02079834),(0.03101649,0.003929041,-0.02089031),(0.03120729,0.003687204,-0.02042696),(0.03086201,0.003885251,-0.02051508),(0.03155579,0.003505342,-0.02033058),(0.03206952,0.003381602,-0.02059488),(0.03191084,0.003348565,-0.02022802),(0.03092008,0.004085724,-0.02171765),(0.03054964,0.004230978,-0.02180355),(0.0307995,0.004126676,-0.02135008),(0.03043422,0.004284724,-0.02142888),(0.03017233,0.004343345,-0.02188021),(0.02978774,0.004410419,-0.02194792),(0.03006222,0.004406333,-0.02149911),(0.02968279,0.004476371,-0.0215613),(0.03030697,0.004298653,-0.02104626),(0.02994322,0.00443692,-0.02111215),(0.02957144,0.00452034,-0.02117125),(0.02981419,0.004441679,-0.02072474),(0.02945143,0.004546721,-0.02078244),(0.03016831,0.004282847,-0.02066216),(0.03066421,0.004123404,-0.02097263),(0.03051663,0.004090585,-0.02059288),(0.02939544,0.004419792,-0.02200695),(0.0289968,0.004390285,-0.0220579),(0.02929524,0.004479707,-0.021616),(0.028901,0.004436734,-0.02166403),(0.02859321,0.004340719,-0.02210131),(0.02818604,0.004289915,-0.02213775),(0.02850153,0.004367846,-0.02170625),(0.02809825,0.004293434,-0.02174353),(0.02880087,0.004489466,-0.02127291),(0.02840562,0.004416022,-0.02131741),(0.02800606,0.004331142,-0.021359),(0.02830293,0.004491977,-0.02094044),(0.02790728,0.004412951,-0.02099081),(0.02869362,0.004553117,-0.02088947),(0.02919007,0.004531047,-0.02122451),(0.02907718,0.004577616,-0.02083708),(0.02777668,0.004256695,-0.0221678),(0.02736545,0.004240907,-0.02219212),(0.02769261,0.004233892,-0.0217767),(0.02728461,0.004190138,-0.02180668),(0.02695272,0.0042424,-0.02221139),(0.02653883,0.004261024,-0.0222263),(0.02687424,0.004163092,-0.0218344),(0.02646149,0.004153671,-0.02186074),(0.02719898,0.004190443,-0.02143729),(0.02679074,0.004138804,-0.02147589),(0.02637889,0.004102428,-0.02151536),(0.02670128,0.004193992,-0.02114459),(0.02629086,0.004137809,-0.02119783),(0.02710707,0.00426073,-0.02109256),(0.02760397,0.004255252,-0.02139864),(0.02750887,0.004334792,-0.02104141),(0.02612412,0.004296626,-0.02223751),(0.02570861,0.004346137,-0.02224623),(0.02604637,0.004162795,-0.02188665),(0.02562924,0.004188254,-0.02191209),(0.02529229,0.004406487,-0.02225366),(0.02487518,0.004474604,-0.02226101),(0.02521045,0.00422784,-0.02193707),(0.02479039,0.004279344,-0.0219616),(0.02554411,0.004080884,-0.02159861),(0.0251228,0.004094002,-0.02163997),(0.02469992,0.004121907,-0.02167956),(0.02503305,0.004054155,-0.02135916),(0.02460894,0.004056396,-0.02140713),(0.02545555,0.004067342,-0.02130702),(0.02596308,0.004083407,-0.02155667),(0.02587522,0.00409541,-0.02125261),(0.02445727,0.004547417,-0.02226946),(0.02403884,0.004624099,-0.02228015),(0.02436939,0.004340555,-0.02198565),(0.02394781,0.004409916,-0.02201023),(0.02362017,0.004703819,-0.02229422),(0.02320152,0.004785749,-0.02231277),(0.02352598,0.004485868,-0.02203631),(0.02310424,0.004566853,-0.02206488),(0.0238522,0.004217503,-0.02175096),(0.02342791,0.004281187,-0.02178505),(0.02300369,0.004352791,-0.02181958),(0.02333447,0.004151402,-0.02152162),(0.02290924,0.004206177,-0.02155587),(0.02375955,0.004106916,-0.0214866),(0.0242763,0.004163741,-0.02171618),(0.02418441,0.004074616,-0.02144902),(0.02278316,0.004869061,-0.02233695),(0.02236544,0.004953657,-0.02236686),(0.02268292,0.004651311,-0.02209694),(0.02226245,0.004739113,-0.0221323),(0.0219487,0.005039441,-0.02240263),(0.02153326,0.005126317,-0.02244436),(0.02184327,0.004830131,-0.02217082),(0.02142581,0.004924238,-0.02221232),(0.02215683,0.004513572,-0.02189293),(0.02173522,0.004602399,-0.02193073),(0.0213155,0.004696618,-0.02196862),(0.0216356,0.004419712,-0.02166079),(0.02121364,0.004506336,-0.02169338),(0.02205924,0.00434062,-0.02162639),(0.02257982,0.004430311,-0.02185571),(0.02248398,0.004269346,-0.0215911),(0.02111947,0.005214185,-0.02249217),(0.02070647,0.005302247,-0.02254471),(0.02101051,0.005021301,-0.02225664),(0.02059671,0.005120686,-0.02230306),(0.02029343,0.005389695,-0.0226006),(0.01987946,0.005475727,-0.02265848),(0.02018377,0.005221759,-0.02235084),(0.01977103,0.00532388,-0.02239925),(0.02048291,0.004900259,-0.02204298),(0.0200693,0.005008782,-0.02207921),(0.01965698,0.005121174,-0.02211462),(0.01996093,0.004808559,-0.02177612),(0.01954744,0.004922495,-0.02179988),(0.0203764,0.004701035,-0.02175069),(0.02089818,0.004796055,-0.02200607),(0.02079394,0.004600202,-0.02172323),(0.01946374,0.005559541,-0.022717),(0.01904665,0.00563583,-0.02277534),(0.01935785,0.005426418,-0.02244758),(0.01894436,0.00552451,-0.02249584),(0.01862859,0.005699288,-0.02283266),(0.01820998,0.00574461,-0.02288814),(0.01853072,0.0056133,-0.02254405),(0.01811705,0.00568793,-0.02259226),(0.01883502,0.005352015,-0.02218349),(0.01842524,0.005462068,-0.02221862),(0.01801615,0.005562943,-0.02225536),(0.01831767,0.0052877,-0.02186876),(0.01791079,0.005406038,-0.02189549),(0.01872596,0.005165424,-0.02184483),(0.01924558,0.005236984,-0.0221491),(0.01913584,0.005042571,-0.02182232),(0.01779121,0.005766492,-0.02294098),(0.01737288,0.005770414,-0.02299046),(0.0177035,0.005743542,-0.02264046),(0.01729046,0.00578418,-0.02268799),(0.01695562,0.005761859,-0.02303588),(0.01654003,0.005746309,-0.02307656),(0.01687834,0.005813886,-0.02273417),(0.01646754,0.005836708,-0.0227783),(0.01719998,0.00572694,-0.0223358),(0.01679317,0.005794825,-0.02237888),(0.01638739,0.005856472,-0.02242346),(0.0166976,0.005720708,-0.022001),(0.01629553,0.005814998,-0.02204487),(0.01710081,0.005621688,-0.02196154),(0.01760769,0.00565044,-0.02229451),(0.01750519,0.005517083,-0.02192639),(0.01612673,0.005729246,-0.0231118),(0.01571512,0.005710508,-0.02314172),(0.01605845,0.005856691,-0.02281972),(0.01565054,0.005873417,-0.02285838),(0.01530457,0.005689934,-0.02316644),(0.01489449,0.005667361,-0.02318608),(0.01524326,0.005886472,-0.02289424),(0.01483608,0.005895438,-0.02292727),(0.01557892,0.005967562,-0.02251574),(0.01517535,0.006015751,-0.02256266),(0.01477167,0.006058197,-0.02260959),(0.01509438,0.006071479,-0.02220047),(0.0146945,0.006145555,-0.02225802),(0.01549427,0.00599117,-0.0221453),(0.01598278,0.005914259,-0.02246921),(0.01589454,0.005905415,-0.02209319),(0.01448426,0.00564263,-0.02320078),(0.014074,0.005614977,-0.02320819),(0.01442845,0.005899901,-0.02295744),(0.01402025,0.005898884,-0.02298202),(0.01366381,0.005583643,-0.02320601),(0.01325378,0.005547865,-0.02319193),(0.01361133,0.005891414,-0.0229983),(0.01320154,0.005876517,-0.02300356),(0.01396227,0.006122943,-0.02269935),(0.01355577,0.006143174,-0.02273637),(0.01314754,0.006153933,-0.02276428),(0.01349066,0.006322002,-0.02242979),(0.01308621,0.006362501,-0.0224776),(0.01389317,0.006271733,-0.02237543),(0.01436745,0.006094271,-0.02265612),(0.01429427,0.006212613,-0.02231725),(0.01284403,0.005506882,-0.02316361),(0.01243461,0.005461542,-0.02312399),(0.01279075,0.005853216,-0.02299508),(0.01237951,0.005822217,-0.02297411),(0.01202555,0.005412699,-0.023076),(0.01161692,0.005361197,-0.02302258),(0.01196837,0.005784221,-0.02294191),(0.01155789,0.005739937,-0.02289973),(0.01232564,0.006144253,-0.02278349),(0.01191378,0.006124463,-0.02277372),(0.01150253,0.006095139,-0.0227503),(0.01186136,0.006417705,-0.02255723),(0.01145208,0.006412208,-0.0225558),(0.01227071,0.006410891,-0.02254333),(0.0127372,0.006154184,-0.02278017),(0.01267927,0.00639231,-0.02251612),(0.01120875,0.00530789,-0.02296666),(0.01080051,0.005255966,-0.02291145),(0.01114862,0.005690066,-0.02284881),(0.01074009,0.005637908,-0.02279212),(0.01039165,0.005208617,-0.02286016),(0.009981647,0.005169031,-0.02281601),(0.01033184,0.005586762,-0.02273264),(0.009923394,0.00553993,-0.02267332),(0.01068433,0.006012058,-0.02266324),(0.01027691,0.005964695,-0.02260421),(0.009870269,0.005917712,-0.02253795),(0.01023009,0.006330368,-0.02245267),(0.009825012,0.00629109,-0.02238964),(0.01063635,0.006365604,-0.02250223),(0.0110928,0.006056605,-0.0227127),(0.01104371,0.006393863,-0.02253704),(0.009569945,0.005140399,-0.02278221),(0.009158158,0.005125782,-0.02276201),(0.009514299,0.005500709,-0.02261714),(0.009105272,0.005472759,-0.02256992),(0.0087479,0.005128244,-0.02275864),(0.008340781,0.005150844,-0.02277535),(0.008697034,0.005459737,-0.02253747),(0.008290308,0.005465297,-0.02252562),(0.009058497,0.005838578,-0.02239865),(0.008653032,0.005814631,-0.0223416),(0.008247628,0.00580657,-0.02230362),(0.008614676,0.00618428,-0.02216354),(0.008210525,0.00616707,-0.02210591),(0.009018008,0.006213631,-0.02223606),(0.009464188,0.005874304,-0.02246677),(0.009421218,0.006250705,-0.02231443),(0.00793841,0.005196645,-0.02281537),(0.007541208,0.005263348,-0.02287611),(0.007885814,0.005493099,-0.0225402),(0.007484775,0.005541996,-0.02257886),(0.00714959,0.005348656,-0.02295497),(0.006763974,0.00545027,-0.02304932),(0.007088405,0.005610839,-0.02263929),(0.006697929,0.005698479,-0.02271917),(0.007438339,0.005850554,-0.02230755),(0.007038088,0.005902892,-0.0223468),(0.006643189,0.005975658,-0.02240913),(0.006996951,0.006220839,-0.02207912),(0.006598735,0.006278964,-0.02212114),(0.007399658,0.006183829,-0.02206303),(0.007842124,0.005818496,-0.02229272),(0.00780485,0.006166412,-0.02207219),(0.006384781,0.005565893,-0.02315659),(0.006010267,0.005691005,-0.02327404),(0.006314563,0.005803771,-0.02281615),(0.005936634,0.005921773,-0.02292674),(0.005638696,0.005821088,-0.02339896),(0.005268329,0.005951622,-0.02352864),(0.00556247,0.00604754,-0.02304743),(0.005190393,0.006176133,-0.02317471),(0.005873521,0.006177871,-0.02259475),(0.005495969,0.00629724,-0.02270945),(0.00512142,0.006422067,-0.02283301),(0.005439478,0.006569723,-0.02238663),(0.005061882,0.006689268,-0.02250489),(0.005820892,0.006458255,-0.0222799),(0.006255465,0.006068996,-0.02249321),(0.006207011,0.006359718,-0.02218974),(0.004897425,0.006078089,-0.02366036),(0.004526175,0.006201125,-0.02379399),(0.004818732,0.006302611,-0.02330507),(0.004447375,0.006426953,-0.02343812),(0.004154767,0.006321365,-0.0239294),(0.003783392,0.00643945,-0.02406648),(0.004076214,0.00654914,-0.02357347),(0.003705137,0.006669148,-0.02371073),(0.004376716,0.006672225,-0.02309306),(0.004005673,0.006796052,-0.02322807),(0.003634909,0.006918041,-0.02336539),(0.003943525,0.007061356,-0.02289397),(0.003572959,0.007184944,-0.02303108),(0.004314683,0.006936562,-0.02275977),(0.004748485,0.006547313,-0.02296113),(0.004687209,0.00681204,-0.02262967),(0.003412239,0.006556013,-0.02420509),(0.00304214,0.00667264,-0.02434611),(0.003334033,0.006786958,-0.0238495),(0.002963929,0.006904468,-0.02399082),(0.002673927,0.006790919,-0.02449039),(0.002308432,0.006912434,-0.02463881),(0.002595851,0.007023576,-0.02413573),(0.002230824,0.007146177,-0.02428525),(0.002894053,0.007156311,-0.02364595),(0.002526291,0.007276717,-0.02379153),(0.00216186,0.007400718,-0.02394223),(0.002465233,0.007548105,-0.02345787),(0.002101553,0.007673694,-0.02360966),(0.002832543,0.007426197,-0.02331172),(0.00326398,0.00703744,-0.02350429),(0.003202208,0.007305851,-0.0231699),(0.001946486,0.007038771,-0.02479221),(0.001586545,0.007167383,-0.0249491),(0.001869874,0.007274174,-0.02444045),(0.001511346,0.007405022,-0.02459955),(0.001227064,0.007295722,-0.02510798),(0.0008664986,0.007421235,-0.02526733),(0.001153583,0.007536186,-0.0247608),(0.0007949289,0.007665128,-0.02492245),(0.001444842,0.007663369,-0.02426059),(0.001088971,0.00779737,-0.0244245),(0.0007326657,0.007930054,-0.02458904),(0.001033729,0.008077188,-0.02409912),(0.00068038,0.008213845,-0.02426728),(0.001387344,0.00794026,-0.02393219),(0.001801925,0.007530377,-0.02409921),(0.001742771,0.007805088,-0.0237684),(0.000503303,0.00754138,-0.02542566),(0.0001441519,0.007663976,-0.02558772),(7.701504e-5,0.007916115,-0.02524701),(0.000433729,0.007789309,-0.02508275),(-0.0002042798,0.007796855,-0.02575832),(-0.0005353174,0.00794784,-0.02594222),(-0.0005948254,0.008207149,-0.02560856),(-0.0002681806,0.008052934,-0.02542051),(2.118763e-5,0.008191297,-0.0249201),(-0.000319267,0.008333437,-0.02509794),(-0.0006397194,0.008492313,-0.02529157),(-0.0003568366,0.008634487,-0.02479118),(-0.0006695557,0.008798624,-0.02499181),(-2.252557e-5,0.008486385,-0.02460746),(0.000374285,0.008059099,-0.02475236),(0.0003257543,0.008348207,-0.02443477),(-0.0008422863,0.008124758,-0.0261442),(-0.001133325,0.008316189,-0.02635995),(-0.001179354,0.00858,-0.02604005),(-0.0008958873,0.008386148,-0.02581647),(-0.001416573,0.008510723,-0.0265852),(-0.001700169,0.008696939,-0.02681561),(-0.001725449,0.008972553,-0.02651762),(-0.001453211,0.008778778,-0.02627517),(-0.001469799,0.009074124,-0.02598358),(-0.001206762,0.008871655,-0.02573879),(-0.001730142,0.00927313,-0.02623662),(-0.001716445,0.009592748,-0.02597296),(-0.001467688,0.009390356,-0.02571064),(-0.001216166,0.009184945,-0.02545642),(-0.0009328102,0.008674718,-0.02550665),(-0.0009530601,0.008984906,-0.02521518),(-0.001992252,0.008863421,-0.02704692),(-0.002281836,0.008994134,-0.02724417),(-0.002280948,0.009297254,-0.0269759),(-0.002004052,0.009151392,-0.02676328),(-0.002557938,0.009073042,-0.02737243),(-0.002809572,0.009084107,-0.02739675),(-0.002797316,0.009417845,-0.02715722),(-0.002548061,0.009392085,-0.02711929),(-0.002520763,0.009719617,-0.02687163),(-0.002261522,0.009614821,-0.02671745),(-0.002767844,0.009755126,-0.02691925),(-0.002726053,0.01009648,-0.02668531),(-0.002480645,0.01005478,-0.02663158),(-0.002227514,0.009944142,-0.02647034),(-0.001996016,0.009459677,-0.02649351),(-0.00197125,0.009783738,-0.0262385),(-0.003025751,0.009011296,-0.0272822),(-0.003217938,0.008874503,-0.02706603),(-0.00302064,0.009356483,-0.02705351),(-0.003224716,0.009228433,-0.02684454),(-0.003397588,0.008693633,-0.02678549),(-0.003576163,0.008488582,-0.02647783),(-0.003601878,0.008854001,-0.02625646),(-0.003416234,0.009054128,-0.02656672),(-0.003412672,0.009414656,-0.02634487),(-0.003210814,0.009582048,-0.02662011),(-0.003605423,0.009220829,-0.02603353),(-0.00358991,0.009588262,-0.02580966),(-0.003390537,0.009775323,-0.02612142),(-0.003180462,0.009936128,-0.02639486),(-0.002996867,0.009702403,-0.02682349),(-0.002959146,0.01005005,-0.02659461),(-0.00376512,0.008279252,-0.0261803),(-0.003968074,0.008091545,-0.02592155),(-0.003983026,0.008462787,-0.02567933),(-0.003788335,0.008648482,-0.02595018),(-0.004188638,0.007951365,-0.02573024),(-0.004430428,0.007884617,-0.02563501),(-0.004193373,0.008322126,-0.02547543),(-0.004426797,0.008251712,-0.02536992),(-0.004187788,0.008701034,-0.02523076),(-0.00398277,0.008839835,-0.02544315),(-0.004417315,0.008628936,-0.02511799),(-0.004404502,0.009012842,-0.02487616),(-0.004174535,0.009084946,-0.02499386),(-0.003970032,0.00922016,-0.02521156),(-0.003792052,0.00902116,-0.02572185),(-0.003779116,0.00939557,-0.02549493),(-0.004697056,0.007917206,-0.02566451),(-0.004987954,0.00800701,-0.02576849),(-0.004690719,0.008276757,-0.0253943),(-0.004982461,0.008356594,-0.02549597),(-0.005302557,0.008111911,-0.02589669),(-0.005640296,0.008189791,-0.02599886),(-0.005638691,0.008517971,-0.02572077),(-0.005299344,0.008450555,-0.02562232),(-0.005295901,0.008801341,-0.02535994),(-0.004975953,0.008718244,-0.02523694),(-0.005636828,0.00885786,-0.0254528),(-0.005635709,0.009207531,-0.02519214),(-0.005293618,0.009161819,-0.02510639),(-0.004970249,0.009088991,-0.02498806),(-0.004681564,0.008647724,-0.02513817),(-0.004671808,0.009026761,-0.02489277),(-0.006000604,0.008198527,-0.02602473),(-0.006379103,0.00815951,-0.0259978),(-0.006373436,0.008473161,-0.02570178),(-0.005997822,0.00851818,-0.02573872),(-0.006771415,0.008094124,-0.0259416),(-0.007173159,0.008023756,-0.0258796),(-0.007160901,0.008335387,-0.02556588),(-0.00676223,0.0084049,-0.02563563),(-0.006749967,0.008724241,-0.02533585),(-0.006365868,0.008796507,-0.0254129),(-0.007144441,0.008654652,-0.02525789),(-0.007124084,0.008980765,-0.02495451),(-0.006735018,0.009051166,-0.02504068),(-0.006356924,0.009128339,-0.02512912),(-0.005994153,0.008848649,-0.02546117),(-0.005990317,0.009188415,-0.02518966),(-0.007579957,0.007969792,-0.02583533),(-0.007970067,0.007946699,-0.02582457),(-0.007955369,0.008270836,-0.02550747),(-0.007566146,0.0082866,-0.02551817),(-0.008321749,0.007968941,-0.02586314),(-0.008613259,0.008050981,-0.02596681),(-0.008595349,0.008387535,-0.02565691),(-0.008305969,0.008300383,-0.02554873),(-0.008284461,0.008638659,-0.02524125),(-0.007935092,0.008601887,-0.0251967),(-0.008571989,0.008730832,-0.02535441),(-0.008543614,0.009080654,-0.02505967),(-0.008257499,0.008983439,-0.02494079),(-0.007909453,0.008939393,-0.024892),(-0.007547284,0.008610542,-0.02520688),(-0.007523605,0.008941004,-0.02490076),(-0.008822857,0.008207288,-0.02615141),(-0.00897432,0.008418494,-0.02639611),(-0.008948157,0.008753136,-0.02609735),(-0.008800911,0.008544581,-0.02584695),(-0.009091429,0.00866524,-0.0266801),(-0.009197965,0.008928162,-0.02698256),(-0.009169734,0.009251232,-0.02669309),(-0.009062598,0.008994814,-0.02638657),(-0.009031823,0.009330006,-0.02610005),(-0.008918489,0.009093903,-0.02580602),(-0.009141451,0.00957929,-0.02640994),(-0.009114114,0.00991243,-0.02613359),(-0.009000257,0.009670819,-0.02582102),(-0.008886331,0.00944073,-0.02552262),(-0.008774271,0.008888379,-0.02555007),(-0.008743671,0.009238545,-0.02526123),(-0.009317706,0.009187898,-0.02728267),(-0.009458394,0.009441569,-0.02757391),(-0.00944535,0.009749724,-0.02728662),(-0.009295074,0.009504002,-0.02699538),(-0.009627763,0.009686299,-0.02784977),(-0.009833554,0.009919211,-0.02810371),(-0.009847649,0.0102064,-0.02780863),(-0.009627298,0.009984988,-0.02755997),(-0.009632755,0.01028617,-0.02727336),(-0.009436526,0.01006129,-0.02700364),(-0.009868629,0.0104951,-0.02751561),(-0.009894553,0.0107859,-0.02722531),(-0.009642873,0.01059035,-0.02699058),(-0.009431513,0.01037663,-0.02672558),(-0.009274555,0.009824356,-0.02671348),(-0.009256562,0.01014918,-0.02643752),(-0.01008351,0.01013743,-0.02832922),(-0.0103672,0.01031807,-0.02851575),(-0.01011314,0.01041055,-0.02802576),(-0.01041042,0.01057472,-0.0282015),(-0.01067418,0.01043825,-0.02865276),(-0.01099405,0.01047509,-0.02872971),(-0.01104692,0.01069229,-0.02838933),(-0.01072613,0.01067621,-0.02832598),(-0.01045942,0.01083099,-0.02788748),(-0.01078221,0.01091332,-0.0279989),(-0.01110184,0.01090883,-0.02804853),(-0.01084033,0.01115031,-0.0276719),(-0.01115698,0.01112545,-0.0277076),(-0.01051194,0.01108755,-0.02757417),(-0.01014954,0.01068414,-0.02772335),(-0.01019046,0.01095886,-0.02742257),(-0.01131636,0.0104057,-0.02873607),(-0.01161093,0.01024753,-0.02868987),(-0.01163639,0.01042015,-0.02832236),(-0.01135942,0.01060026,-0.02838169),(-0.01184758,0.01001807,-0.02860919),(-0.01199611,0.009734763,-0.02851206),(-0.01197459,0.009875793,-0.02812583),(-0.01185053,0.01017198,-0.02823064),(-0.0118493,0.01032962,-0.0278534),(-0.01165941,0.01059471,-0.02795543),(-0.01194792,0.01002222,-0.02774153),(-0.01191524,0.01017475,-0.02735963),(-0.0118428,0.01049179,-0.02747793),(-0.01167865,0.01077203,-0.02758946),(-0.01140225,0.01079521,-0.02802725),(-0.01144323,0.0109913,-0.02767307),(-0.01202635,0.009415079,-0.02841657),(-0.01196674,0.009068234,-0.02832303),(-0.01190089,0.00920596,-0.02793314),(-0.01198129,0.009551616,-0.02802723),(-0.01184571,0.008703442,-0.02823184),(-0.0116917,0.008329919,-0.02814332),(-0.01159989,0.00847623,-0.02775174),(-0.01176367,0.008845326,-0.02784188),(-0.01167944,0.008995193,-0.02745409),(-0.01183111,0.009351134,-0.02754558),(-0.0115081,0.008630806,-0.02736199),(-0.0114163,0.008793652,-0.02697423),(-0.01159282,0.009153155,-0.02706865),(-0.01175698,0.009504075,-0.02716061),(-0.01193122,0.009694766,-0.02764015),(-0.01187555,0.009845058,-0.02725573),(-0.01153316,0.007956882,-0.02805785),(-0.01140025,0.007591641,-0.02797233),(-0.01131226,0.007741673,-0.02756884),(-0.01143981,0.008105176,-0.02766104),(-0.01132312,0.007241508,-0.02788369),(-0.01133193,0.006913794,-0.02778883),(-0.01126996,0.007075369,-0.02737632),(-0.01124603,0.007395233,-0.02747424),(-0.01117561,0.007557333,-0.02706563),(-0.01122911,0.007900088,-0.02716632),(-0.01121552,0.007245369,-0.02696495),(-0.01116882,0.007424061,-0.02655526),(-0.01111205,0.007728058,-0.02665832),(-0.01115099,0.008067034,-0.02676513),(-0.01134897,0.008261841,-0.02726559),(-0.01126072,0.008426921,-0.02687174),(-0.01145684,0.006615814,-0.02768468),(-0.01167244,0.006366034,-0.02758949),(-0.01164669,0.00655973,-0.02718492),(-0.01141285,0.00679159,-0.02727415),(-0.01195334,0.006182921,-0.02752149),(-0.01227411,0.006084946,-0.02749893),(-0.01227521,0.006315093,-0.02711391),(-0.01194348,0.006395621,-0.02712578),(-0.01193788,0.00661703,-0.02673465),(-0.01162674,0.006762196,-0.0267837),(-0.01227924,0.006553505,-0.02673429),(-0.01228614,0.006799688,-0.02636014),(-0.01193652,0.006846817,-0.02634829),(-0.01161267,0.00697333,-0.02638621),(-0.01137593,0.006975983,-0.02686572),(-0.01134623,0.007169115,-0.02645988),(-0.01260936,0.006090577,-0.02754004),(-0.01295256,0.006176771,-0.02763183),(-0.01295586,0.006429189,-0.02726937),(-0.01261388,0.006333982,-0.02716648),(-0.01329722,0.006320482,-0.02776127),(-0.01363679,0.006498668,-0.0279154),(-0.01363517,0.006756163,-0.02756964),(-0.0132975,0.006577616,-0.02740846),(-0.01330031,0.006839197,-0.02705987),(-0.01296143,0.006687514,-0.02691192),(-0.01363644,0.007016763,-0.02722724),(-0.01364084,0.007280278,-0.02688821),(-0.01330582,0.007104934,-0.02671554),(-0.01296934,0.00695133,-0.02655948),(-0.01262075,0.006584642,-0.02679838),(-0.01262993,0.006842054,-0.02643577),(-0.01396479,0.006688284,-0.02808117),(-0.01429031,0.006877691,-0.02824866),(-0.01429551,0.007123671,-0.0279066),(-0.01396524,0.006941734,-0.02773878),(-0.01462248,0.007055251,-0.02840788),(-0.01497041,0.007209325,-0.02854889),(-0.0149879,0.007434011,-0.02820119),(-0.01463379,0.007291316,-0.02806383),(-0.01464831,0.007528224,-0.02772119),(-0.01430395,0.00737102,-0.0275665),(-0.01500839,0.007659151,-0.02785444),(-0.01503227,0.007884538,-0.02750857),(-0.01466642,0.00776578,-0.02737991),(-0.014316,0.007619572,-0.02722834),(-0.01396882,0.007197285,-0.02739898),(-0.01397585,0.007454781,-0.02706179),(-0.01534321,0.007328274,-0.02866173),(-0.01573501,0.007413051,-0.02874873),(-0.0157611,0.007613745,-0.02839108),(-0.01536563,0.007541099,-0.02830939),(-0.01613992,0.007464607,-0.02881227),(-0.01655208,0.007483894,-0.02885468),(-0.01616842,0.007653118,-0.02844893),(-0.0165817,0.007660387,-0.02848557),(-0.01619828,0.007840723,-0.02808541),(-0.01578926,0.007814177,-0.02803366),(-0.01661186,0.00783492,-0.02811576),(-0.01622975,0.008027375,-0.02772168),(-0.01664269,0.008007593,-0.02774532),(-0.01581979,0.00801421,-0.02767639),(-0.01539066,0.007754062,-0.02795764),(-0.01541868,0.007966971,-0.02760637),(-0.01696559,0.007471864,-0.02887833),(-0.01737505,0.007425133,-0.02888471),(-0.01699504,0.007636718,-0.02850365),(-0.01740214,0.007577739,-0.02850462),(-0.01777501,0.007340315,-0.02887537),(-0.01816006,0.007214025,-0.0288518),(-0.01817232,0.007336338,-0.02846106),(-0.01779667,0.007479068,-0.02848994),(-0.01742772,0.007724963,-0.02812249),(-0.01781545,0.007610847,-0.028102),(-0.01818001,0.007450662,-0.02806769),(-0.01818277,0.007557918,-0.02767225),(-0.01783108,0.007736377,-0.027712),(-0.01745164,0.007867324,-0.02773865),(-0.0170241,0.007797994,-0.0281276),(-0.01705275,0.007955985,-0.02775036),(-0.01852478,0.007042878,-0.02881554),(-0.01885577,0.00682776,-0.02877147),(-0.01883476,0.006908775,-0.02837084),(-0.01852277,0.007145166,-0.02841943),(-0.01913962,0.006569555,-0.02872446),(-0.01936294,0.00626915,-0.02867938),(-0.01929038,0.006313195,-0.02827591),(-0.01909505,0.00663038,-0.02832107),(-0.01903977,0.006685594,-0.02791761),(-0.01880498,0.00698259,-0.0279689),(-0.01920569,0.006353885,-0.02787384),(-0.01910877,0.006392426,-0.02747364),(-0.01897347,0.006736389,-0.02751461),(-0.018766,0.007050345,-0.02756624),(-0.01851412,0.007239427,-0.02802113),(-0.01849842,0.007326714,-0.02762122),(-0.01951232,0.005927429,-0.02864115),(-0.01958545,0.0055646,-0.02861924),(-0.01944697,0.005592246,-0.02822562),(-0.01940749,0.005960437,-0.02824114),(-0.01958001,0.00520088,-0.02862318),(-0.01949368,0.004856473,-0.02866246),(-0.01929543,0.004890108,-0.02828776),(-0.01940942,0.005228756,-0.02823821),(-0.01922689,0.005261845,-0.02785936),(-0.01929586,0.005622336,-0.02783668),(-0.01908639,0.004931108,-0.02792023),(-0.01886796,0.004980441,-0.02755989),(-0.01903348,0.005301228,-0.02748674),(-0.01913279,0.005656031,-0.02745267),(-0.01928992,0.005992908,-0.02784419),(-0.01915988,0.006026036,-0.02745065),(-0.01932413,0.004551595,-0.0287466),(-0.01908972,0.004284141,-0.02886835),(-0.01885699,0.004343822,-0.02851651),(-0.01910559,0.004596436,-0.02838314),(-0.01880878,0.004052013,-0.02902047),(-0.01849965,0.003853106,-0.02919572),(-0.01825191,0.003946074,-0.02886603),(-0.01856673,0.004128341,-0.02868008),(-0.01831873,0.004212817,-0.02834688),(-0.01861666,0.004412254,-0.02817233),(-0.01799962,0.004045824,-0.02854265),(-0.01806625,0.004305603,-0.02802063),(-0.01774408,0.004151951,-0.02822518),(-0.01837031,0.004489992,-0.02783568),(-0.01887777,0.004649797,-0.02802733),(-0.01864223,0.004712483,-0.02767915),(-0.01818068,0.00368532,-0.02938688),(-0.01785446,0.00353739,-0.02958704),(-0.01792963,0.003793099,-0.02906653),(-0.01760243,0.003656444,-0.0292738),(-0.01752356,0.003398047,-0.02978934),(-0.01719059,0.003256025,-0.02998688),(-0.01727286,0.003523138,-0.02948006),(-0.01694346,0.00338021,-0.02967751),(-0.01734765,0.003777605,-0.02896417),(-0.01702044,0.003647217,-0.02917257),(-0.01669618,0.003499871,-0.0293678),(-0.01676717,0.003767856,-0.0288655),(-0.01644968,0.003612625,-0.02905634),(-0.01709106,0.003898923,-0.02865706),(-0.01767498,0.003905613,-0.02875131),(-0.01741786,0.004021673,-0.02844047),(-0.01685812,0.003100057,-0.03017278),(-0.01653695,0.002922064,-0.03034174),(-0.01661678,0.003214687,-0.02985838),(-0.01630582,0.003020604,-0.03001819),(-0.01623787,0.002713966,-0.03048843),(-0.01597167,0.002467685,-0.03060755),(-0.01578311,0.002522904,-0.03025679),(-0.0160236,0.002791998,-0.03015248),(-0.01581774,0.002857112,-0.02980973),(-0.01607993,0.003107685,-0.02968956),(-0.01560607,0.002566392,-0.02989852),(-0.01544185,0.002599953,-0.02953326),(-0.01562184,0.002910215,-0.0294602),(-0.01586069,0.003182971,-0.0293553),(-0.01637771,0.003320983,-0.02954119),(-0.01614208,0.003417386,-0.02922015),(-0.01574915,0.00217514,-0.03069379),(-0.0155901,0.001856232,-0.03075441),(-0.01548139,0.001868675,-0.03037103),(-0.01559737,0.002207357,-0.03032665),(-0.01551433,0.001530861,-0.03079671),(-0.01554164,0.001218927,-0.03082796),(-0.01551875,0.001215187,-0.0304192),(-0.01545018,0.001530179,-0.03039889),(-0.01540311,0.001537204,-0.02999842),(-0.01538886,0.001881177,-0.02998265),(-0.01551245,0.001226004,-0.03001029),(-0.01552082,0.001251927,-0.02960232),(-0.01537183,0.001553029,-0.02959624),(-0.01531214,0.001895384,-0.02959013),(-0.01545981,0.00223266,-0.02995276),(-0.01533705,0.002253017,-0.02957285),(-0.01569184,0.0009403306,-0.03085544),(-0.01593824,0.000704119,-0.03088452),(-0.01597393,0.0007306316,-0.03046869),(-0.01570212,0.0009470194,-0.03044092),(-0.01625418,0.0005193392,-0.03092062),(-0.01661299,0.0003950391,-0.03096908),(-0.01667752,0.0004730215,-0.03056097),(-0.01630785,0.0005709802,-0.03050716),(-0.01636908,0.0006461047,-0.03009932),(-0.01602075,0.0007790814,-0.03005688),(-0.01674642,0.000575282,-0.03015968),(-0.01681942,0.000700705,-0.02976696),(-0.01643686,0.0007443547,-0.0296989),(-0.01607707,0.000849501,-0.02965073),(-0.01572677,0.0009728387,-0.0300285),(-0.01576381,0.001018055,-0.02961951),(-0.01698801,0.0003402659,-0.0310353),(-0.01737519,0.0003395672,-0.03111364),(-0.01744285,0.0004619998,-0.03072213),(-0.01705661,0.0004417116,-0.03063476),(-0.01777052,0.0003774904,-0.03119845),(-0.01816996,0.0004385831,-0.03128406),(-0.01783401,0.0005188351,-0.0308167),(-0.01822781,0.0005971671,-0.03091206),(-0.01789809,0.0006840291,-0.03044279),(-0.01751157,0.0006092305,-0.03033858),(-0.01828638,0.0007773954,-0.03054729),(-0.01796471,0.0008663977,-0.03007611),(-0.01834852,0.0009697836,-0.0301877),(-0.01758249,0.0007769442,-0.02996349),(-0.01712747,0.000567986,-0.03024182),(-0.01720101,0.0007166407,-0.02985779),(-0.01856949,0.0005073929,-0.03136485),(-0.01896733,0.0005860464,-0.03144101),(-0.01862202,0.0006819443,-0.03100182),(-0.01901564,0.000771943,-0.03108504),(-0.01936169,0.0006766703,-0.03151274),(-0.01975081,0.0007813913,-0.03158027),(-0.01940768,0.0008659385,-0.03116078),(-0.01979716,0.0009627066,-0.0312281),(-0.01906584,0.0009702938,-0.03073383),(-0.01945597,0.001060668,-0.03081218),(-0.01984567,0.001140887,-0.03087814),(-0.01951139,0.001243115,-0.03046057),(-0.01990012,0.001297688,-0.03052403),(-0.01912268,0.001165421,-0.03038199),(-0.0186758,0.0008743433,-0.03064492),(-0.01873478,0.001071884,-0.03029035),(-0.02013289,0.0009023361,-0.03164378),(-0.0205112,0.001024088,-0.03170296),(-0.02018308,0.001061023,-0.03128606),(-0.02056683,0.001148906,-0.03133683),(-0.02088898,0.001131229,-0.0317575),(-0.02126949,0.001208342,-0.03180708),(-0.02094977,0.001214374,-0.03138262),(-0.0213333,0.001245446,-0.03142556),(-0.02062207,0.001250392,-0.03097187),(-0.02100847,0.001266212,-0.03100872),(-0.02139346,0.001247102,-0.03104493),(-0.02105991,0.001278419,-0.03063536),(-0.02144301,0.001210503,-0.03066607),(-0.02067479,0.001315489,-0.03060545),(-0.02023442,0.001206372,-0.03092986),(-0.02028805,0.001321863,-0.03057033),(-0.021656,0.001240011,-0.03185139),(-0.02204801,0.001237436,-0.03189153),(-0.02171878,0.00123014,-0.03146787),(-0.02210732,0.001184295,-0.03150874),(-0.02244506,0.001211817,-0.03192863),(-0.02284668,0.001174357,-0.03196378),(-0.02250002,0.001123748,-0.03154739),(-0.022898,0.001064338,-0.03158305),(-0.02216124,0.001102853,-0.03112642),(-0.02254896,0.001015635,-0.03116637),(-0.02294254,0.000943634,-0.03120223),(-0.02258884,0.0009003108,-0.03078344),(-0.02297887,0.0008276975,-0.03081813),(-0.02220471,0.001001569,-0.03074397),(-0.02177689,0.001186329,-0.03108506),(-0.02182369,0.001111593,-0.03070356),(-0.0232524,0.001136254,-0.03199811),(-0.02365687,0.001114126,-0.03203253),(-0.02330234,0.001021904,-0.03161491),(-0.02370582,0.001008995,-0.03164505),(-0.02405474,0.001124592,-0.03206803),(-0.02444068,0.001184268,-0.03210553),(-0.02448131,0.001121955,-0.03170819),(-0.02410123,0.001038162,-0.03167546),(-0.02374569,0.0009101382,-0.03125691),(-0.02413738,0.0009645885,-0.03128212),(-0.02451055,0.001077134,-0.03131017),(-0.02452613,0.001057801,-0.0309111),(-0.02416112,0.0009151301,-0.03088663),(-0.02377495,0.0008315765,-0.03086568),(-0.02334443,0.000905811,-0.03123135),(-0.02337755,0.0008036091,-0.03084419),(-0.02480934,0.001309771,-0.03214597),(-0.02516503,0.001484646,-0.03218863),(-0.02517951,0.001474278,-0.03178563),(-0.02483886,0.001272925,-0.03174528),(-0.02551209,0.001692434,-0.03223276),(-0.02585483,0.001916679,-0.03227762),(-0.02583262,0.001960954,-0.03187178),(-0.02550888,0.001709219,-0.03182816),(-0.02549279,0.001745112,-0.03142454),(-0.0251814,0.001483913,-0.03138289),(-0.02579732,0.002022828,-0.03146769),(-0.02575294,0.002098337,-0.03106586),(-0.02546568,0.001799049,-0.03102243),(-0.02517064,0.001515422,-0.0309809),(-0.02485627,0.001255748,-0.03134427),(-0.02486005,0.001263118,-0.03094316),(0.04426725,0.003132349,-0.01583209),(0.04465208,0.003129789,-0.01567578),(0.04388224,0.00313413,-0.01598766),(0.04376123,0.00322973,-0.01567991),(0.04414809,0.003232517,-0.01552825),(0.04453476,0.00323432,-0.01537581),(0.04349689,0.003134355,-0.01614175),(0.04311102,0.003132248,-0.01629363),(0.04337401,0.003224975,-0.01583001),(0.04298624,0.003217269,-0.01597776),(0.04361894,0.003265571,-0.01532079),(0.04323119,0.003256553,-0.01546954),(0.04284286,0.003244129,-0.01561591),(0.04307844,0.00324834,-0.01508533),(0.04269016,0.003233463,-0.01523159),(0.04346615,0.003259517,-0.01493668),(0.04439352,0.00327793,-0.01501928),(0.04400632,0.003272318,-0.01517043),(0.04385348,0.003268225,-0.01478643),(0.04424061,0.0032757,-0.01463539),(0.04272444,0.003127029,-0.01644256),(0.04233713,0.00311903,-0.01658852),(0.04259774,0.003205628,-0.0161224),(0.04220847,0.003190589,-0.0162639),(0.04194902,0.00310858,-0.0167315),(0.04156008,0.003096011,-0.01687147),(0.04181841,0.003172691,-0.01640229),(0.04142753,0.003152467,-0.01653758),(0.04206395,0.003206438,-0.01589908),(0.04167331,0.003182731,-0.01603594),(0.04128186,0.003156822,-0.01616968),(0.04152058,0.003163267,-0.0156514),(0.0411291,0.003134722,-0.0157851),(0.04191124,0.003189913,-0.0155146),(0.04245379,0.003227165,-0.01575908),(0.0423011,0.003213649,-0.01537467),(0.04117024,0.003081653,-0.01700842),(0.04077969,0.003066793,-0.01714303),(0.0410358,0.003130459,-0.01666976),(0.04064341,0.003108357,-0.01679958),(0.04038861,0.003052719,-0.01727598),(0.03999715,0.003040718,-0.01740797),(0.04025051,0.003087853,-0.01692779),(0.0398573,0.003070642,-0.01705512),(0.04049659,0.003102739,-0.01642859),(0.04010313,0.00307856,-0.01655527),(0.03970933,0.003058949,-0.0166811),(0.03995021,0.00305212,-0.01617076),(0.03955634,0.00303255,-0.01629661),(0.04034373,0.003077063,-0.01604404),(0.04088955,0.003129493,-0.01630031),(0.04073676,0.003105292,-0.01591573),(0.0396055,0.003032079,-0.01753967),(0.03921357,0.003025616,-0.01767073),(0.03946396,0.003058415,-0.01718233),(0.03907042,0.003049426,-0.01730915),(0.03882129,0.003020146,-0.01780082),(0.03842857,0.003014483,-0.01792959),(0.03867665,0.00304193,-0.0174353),(0.03828259,0.003034178,-0.01756052),(0.03892127,0.003037191,-0.01693221),(0.03852696,0.003030564,-0.01705706),(0.03813245,0.003023784,-0.01718114),(0.03837373,0.003008646,-0.01667267),(0.03797922,0.003003985,-0.01679686),(0.03876811,0.003013302,-0.01654777),(0.03931538,0.003045907,-0.01680682),(0.03916231,0.00302044,-0.01642235),(0.03803533,0.003007443,-0.01805669),(0.03764161,0.003001445,-0.01818224),(0.03788821,0.003024426,-0.01768455),(0.03749351,0.003014999,-0.01780751),(0.03724745,0.002998912,-0.01830634),(0.03685286,0.003002261,-0.01842908),(0.03709853,0.003008221,-0.01792954),(0.03670328,0.00300642,-0.01805076),(0.03734277,0.003005061,-0.01742646),(0.03694763,0.002997144,-0.01754798),(0.0365523,0.002992876,-0.0176689),(0.03679472,0.002981371,-0.01716442),(0.03639957,0.002976237,-0.01728565),(0.03718971,0.002988763,-0.01704262),(0.03773772,0.003014612,-0.01730423),(0.03758454,0.002996829,-0.01692014),(0.03645791,0.003013914,-0.01855059),(0.03606268,0.003030967,-0.01866977),(0.03630781,0.003011922,-0.01817133),(0.03591238,0.003024104,-0.01829004),(0.0356673,0.00305052,-0.01878554),(0.03527186,0.003069669,-0.01889681),(0.03551729,0.003042349,-0.0184057),(0.03512281,0.003066035,-0.01851713),(0.03576156,0.003003089,-0.01790822),(0.03536705,0.003021094,-0.01802429),(0.0349737,0.003050047,-0.0181364),(0.03521533,0.002998194,-0.01764242),(0.03482281,0.003029888,-0.0177556),(0.03560933,0.002981071,-0.01752568),(0.0361568,0.002994271,-0.01778937),(0.03600426,0.002974945,-0.01740641),(0.03487647,0.003085513,-0.01900251),(0.03448098,0.003098779,-0.01910513),(0.03472923,0.003094542,-0.01862313),(0.03433601,0.003124999,-0.01872628),(0.0340852,0.003110195,-0.01920716),(0.03368898,0.003120489,-0.01931113),(0.03394266,0.003154541,-0.01882913),(0.03354864,0.003180292,-0.01893425),(0.03419103,0.003139923,-0.01834774),(0.03380007,0.003188529,-0.01845193),(0.03340827,0.00323137,-0.01855843),(0.03365347,0.003201226,-0.01807645),(0.03326319,0.003256562,-0.01818459),(0.03404285,0.003139562,-0.01797039),(0.03458197,0.003091708,-0.01824339),(0.03443231,0.00307973,-0.01786418),(0.03329215,0.003130388,-0.01941951),(0.03289766,0.003149211,-0.0195305),(0.03315342,0.003199388,-0.01904421),(0.03275937,0.003220233,-0.01915708),(0.03250848,0.003186278,-0.01964231),(0.03212756,0.003250907,-0.01975312),(0.03236883,0.003251234,-0.01927093),(0.03198415,0.003300797,-0.01938385),(0.03262134,0.003288322,-0.01878395),(0.03222952,0.003316505,-0.0188993),(0.03184101,0.003353877,-0.01901393),(0.03208523,0.003357867,-0.01852826),(0.03169363,0.003388582,-0.01864379),(0.03247804,0.003329329,-0.01841212),(0.03301481,0.003262289,-0.01866972),(0.03287103,0.003297411,-0.01829703),(0.03175785,0.003352417,-0.01986113),(0.03139777,0.00348659,-0.019964),(0.03160768,0.003377329,-0.0194939),(0.0312399,0.003482336,-0.01959829),(0.03104569,0.003649205,-0.02005938),(0.03070004,0.003836046,-0.02014496),(0.03088129,0.003617327,-0.01969424),(0.03053233,0.003783806,-0.01977894),(0.03108124,0.003483826,-0.01923241),(0.03071483,0.003589462,-0.01933013),(0.03036062,0.00373091,-0.01941607),(0.03054705,0.003563505,-0.01896568),(0.03018665,0.00367974,-0.01905534),(0.03092082,0.003482301,-0.01886532),(0.03145744,0.003407475,-0.01912599),(0.03130426,0.003427027,-0.01875708),(0.03035921,0.004042892,-0.02021837),(0.0300187,0.004247389,-0.02028302),(0.03019349,0.00398328,-0.01984963),(0.02985868,0.004192679,-0.01991127),(0.02967396,0.00442718,-0.0203423),(0.02932051,0.00455991,-0.02039958),(0.02952179,0.004388931,-0.01996884),(0.02917671,0.004548966,-0.02002734),(0.02968886,0.004119113,-0.01954931),(0.02935694,0.004322435,-0.01960842),(0.02901809,0.004502949,-0.01967039),(0.02917868,0.004223199,-0.01926505),(0.02884269,0.004410917,-0.01933339),(0.02950978,0.004027093,-0.01919957),(0.03002102,0.003914699,-0.01948716),(0.02984334,0.003840104,-0.01913149),(0.02895382,0.004623222,-0.02045828),(0.02857643,0.004632329,-0.02051865),(0.02881734,0.004649715,-0.02009175),(0.02844642,0.004701603,-0.02016173),(0.02819087,0.004602441,-0.02058101),(0.0277997,0.004548771,-0.02064563),(0.0280667,0.004715062,-0.02023701),(0.02768091,0.004700521,-0.02031725),(0.02830072,0.004735439,-0.01981997),(0.02792761,0.004797488,-0.01990632),(0.0275485,0.004830123,-0.0199995),(0.02777085,0.004817368,-0.01958682),(0.02740005,0.004899499,-0.01968618),(0.02813645,0.004708337,-0.01949465),(0.02866511,0.004638938,-0.01974112),(0.0284945,0.004572741,-0.01941005),(0.02740545,0.004486529,-0.02071279),(0.02700741,0.00441991,-0.02078112),(0.02729181,0.004668408,-0.02040215),(0.02689871,0.004623491,-0.02048832),(0.02660491,0.00435311,-0.02084926),(0.02619726,0.004290326,-0.02091584),(0.02650094,0.004570536,-0.02057236),(0.02609781,0.004514308,-0.02065089),(0.02677969,0.004826981,-0.0201995),(0.02638864,0.004800642,-0.02029637),(0.02599226,0.004764085,-0.0203845),(0.02626729,0.004997808,-0.02000374),(0.02588034,0.004993987,-0.02009819),(0.02664904,0.004985888,-0.01990001),(0.02716608,0.004838381,-0.02009889),(0.02702637,0.004954395,-0.01979237),(0.02578375,0.004235751,-0.02097948),(0.02536585,0.004190948,-0.02103856),(0.02568866,0.004459575,-0.02072051),(0.02527499,0.004408515,-0.02078033),(0.02494498,0.004157484,-0.02109145),(0.0245226,0.00413692,-0.02113653),(0.02485838,0.004363305,-0.02082947),(0.02444034,0.004326125,-0.02086705),(0.02518299,0.004676852,-0.02051945),(0.02477306,0.004630937,-0.02056586),(0.02436159,0.004586663,-0.02059795),(0.02468883,0.004919696,-0.02029325),(0.02428579,0.004881181,-0.02032853),(0.02508981,0.004952773,-0.02024304),(0.02558989,0.004722028,-0.02045893),(0.02548741,0.004978256,-0.02017798),(0.02410015,0.00413082,-0.02117218),(0.02367742,0.004138218,-0.02120141),(0.0240224,0.004299153,-0.02089217),(0.02360403,0.004282855,-0.02090924),(0.0232542,0.004158142,-0.02122726),(0.02283028,0.004189626,-0.02125276),(0.02318469,0.004277702,-0.02092269),(0.02276385,0.00428416,-0.02093692),(0.02353764,0.004512279,-0.02062397),(0.02312357,0.004486375,-0.02062868),(0.02270704,0.004470801,-0.02063505),(0.02306842,0.004760458,-0.02036597),(0.02265689,0.00473057,-0.02037384),(0.02347648,0.004797938,-0.02035943),(0.02395004,0.004546409,-0.02061553),(0.02388197,0.004839387,-0.02034877),(0.02240545,0.004231702,-0.02128093),(0.02198032,0.004283847,-0.0213103),(0.02234096,0.004302699,-0.02095633),(0.02191667,0.00433259,-0.02097896),(0.0215555,0.004345541,-0.02133939),(0.0211316,0.004416264,-0.02136674),(0.02149159,0.004373111,-0.02100283),(0.02106636,0.004423534,-0.02102598),(0.02186484,0.004476191,-0.02066668),(0.02144051,0.004495646,-0.0206874),(0.0210149,0.00452527,-0.02070838),(0.02139893,0.004706374,-0.02042939),(0.02097419,0.004718604,-0.02045123),(0.02182143,0.004703986,-0.02040774),(0.02228724,0.004467657,-0.02064847),(0.02224099,0.004711899,-0.0203885),(0.02070924,0.004495495,-0.02139086),(0.02028852,0.004583084,-0.0214124),(0.02064162,0.004483132,-0.02104642),(0.02021766,0.004551841,-0.02106491),(0.01986958,0.004678882,-0.02143201),(0.01945254,0.004782739,-0.02145033),(0.01979476,0.004629596,-0.02108223),(0.0193732,0.004716332,-0.02109912),(0.02016223,0.004612737,-0.02074501),(0.01973599,0.004670543,-0.02076212),(0.01931036,0.004737703,-0.02077938),(0.01969281,0.004811568,-0.02050703),(0.01926494,0.004861284,-0.02052425),(0.02012063,0.00477121,-0.0204895),(0.02058867,0.004564307,-0.02072734),(0.02054792,0.004740219,-0.02047108),(0.01903753,0.004894505,-0.02146801),(0.01862452,0.005011815,-0.0214864),(0.01895328,0.004811983,-0.02111634),(0.01853524,0.004915189,-0.02113493),(0.01821352,0.005132305,-0.02150685),(0.01780449,0.005253609,-0.02153071),(0.01811933,0.005024585,-0.02115589),(0.01770578,0.005138814,-0.02118025),(0.01846265,0.004899542,-0.02081715),(0.01804163,0.004993242,-0.02083888),(0.01762319,0.005094808,-0.02086332),(0.01798696,0.005066974,-0.0205788),(0.01756527,0.005154752,-0.02059913),(0.01841129,0.004988876,-0.02055977),(0.01888574,0.0048142,-0.02079752),(0.01883753,0.00492035,-0.02054171),(0.01739743,0.005373362,-0.02155934),(0.01699231,0.005491402,-0.0215929),(0.01729484,0.005256509,-0.02120903),(0.01688664,0.005376898,-0.02124231),(0.01658913,0.005607567,-0.02163152),(0.01618787,0.005721693,-0.02167537),(0.01648132,0.005499202,-0.02128016),(0.01607899,0.005622651,-0.0213227),(0.01679594,0.005318987,-0.02092219),(0.0163877,0.005439421,-0.02095668),(0.01598345,0.005563967,-0.02099457),(0.01632184,0.005472022,-0.02067078),(0.01591584,0.005591739,-0.02069873),(0.01673234,0.005358483,-0.02064497),(0.01720786,0.005203753,-0.02089107),(0.01714694,0.005252324,-0.02062114),(0.0157885,0.00583362,-0.0217246),(0.01539063,0.00594247,-0.0217785),(0.01567978,0.005746464,-0.02136998),(0.01528319,0.005869751,-0.02142153),(0.01499386,0.006047367,-0.02183639),(0.01459778,0.006147434,-0.02189754),(0.01488871,0.005991616,-0.02147685),(0.01449581,0.006111169,-0.02153547),(0.01518714,0.005821301,-0.02108055),(0.01479382,0.00595243,-0.02112832),(0.01440287,0.006084097,-0.02117908),(0.01472409,0.00597801,-0.02079722),(0.01433324,0.006113555,-0.02083571),(0.01511767,0.005845407,-0.02076171),(0.01558348,0.005691537,-0.02103592),(0.01551468,0.005716426,-0.02072896),(0.014202,0.006241793,-0.02196128),(0.01380606,0.006329845,-0.0220255),(0.014104,0.006227513,-0.02159686),(0.01371307,0.006340472,-0.02165989),(0.01340952,0.006410983,-0.02208812),(0.01301194,0.006484609,-0.02214705),(0.01332284,0.006449866,-0.02172339),(0.0129331,0.006555517,-0.02178618),(0.01362637,0.00634682,-0.02128894),(0.01324112,0.006478402,-0.02134763),(0.01285806,0.006610481,-0.02140858),(0.01317485,0.006536336,-0.02097288),(0.01279518,0.00668476,-0.02102783),(0.0135581,0.006392083,-0.02092295),(0.01401367,0.006215473,-0.02123269),(0.0139444,0.006251368,-0.02087742),(0.01261287,0.006550117,-0.02220019),(0.01221242,0.00660537,-0.02224483),(0.01254367,0.006657242,-0.0218471),(0.01215357,0.006751067,-0.02190328),(0.01181068,0.006648226,-0.02227824),(0.01140778,0.006676545,-0.0222977),(0.01176182,0.006833007,-0.02195183),(0.01136747,0.006899083,-0.02198988),(0.01209697,0.006871359,-0.02153398),(0.01171486,0.006989027,-0.02159305),(0.011329,0.007090763,-0.02164616),(0.01166986,0.007133268,-0.02121698),(0.01129022,0.007262513,-0.0212804),(0.01204542,0.006989626,-0.0211522),(0.01247736,0.006743323,-0.02147159),(0.01241961,0.00683799,-0.02108837),(0.0110038,0.006688187,-0.0223005),(0.01059925,0.006685724,-0.02228655),(0.01096953,0.006945319,-0.02201454),(0.01056888,0.00697385,-0.02202434),(0.0101946,0.006671731,-0.02225577),(0.009790357,0.006648778,-0.02220811),(0.01016642,0.00698681,-0.02201782),(0.009763011,0.006986341,-0.02199348),(0.01054112,0.007231398,-0.02172378),(0.0101415,0.007273627,-0.02174308),(0.009739676,0.007299345,-0.0217459),(0.0101158,0.007530202,-0.02143585),(0.009717053,0.007583358,-0.02146549),(0.01051182,0.007459798,-0.02139301),(0.01093736,0.007170998,-0.0216906),(0.01090375,0.007370963,-0.02134013),(0.009386999,0.006619435,-0.02214346),(0.008983981,0.006588317,-0.02206999),(0.009359538,0.006974577,-0.02194987),(0.008955939,0.006956026,-0.02189283),(0.008580755,0.006560036,-0.02199579),(0.008176778,0.006539205,-0.02192903),(0.00855215,0.00693519,-0.02182822),(0.008148113,0.006916575,-0.0217619),(0.008933407,0.007310149,-0.02169699),(0.008529746,0.007303034,-0.02165069),(0.008126255,0.007292776,-0.02159344),(0.008514424,0.007656862,-0.02145306),(0.008112932,0.007661409,-0.02141258),(0.00891591,0.007644077,-0.02147486),(0.009336847,0.007310221,-0.02172963),(0.009316937,0.007620445,-0.02147875),(0.0077715,0.006530435,-0.02187783),(0.007366489,0.006536633,-0.02184613),(0.007743762,0.006904683,-0.02169973),(0.007339936,0.006903755,-0.02164943),(0.006963314,0.006560704,-0.02183791),(0.006563539,0.006605553,-0.0218571),(0.00693747,0.00691803,-0.02161872),(0.006537203,0.006951748,-0.02161533),(0.007321104,0.007279987,-0.02146547),(0.006919724,0.007288367,-0.02141712),(0.006519328,0.007313869,-0.02139413),(0.006910371,0.007667257,-0.02122869),(0.006509516,0.007688235,-0.02119179),(0.007311098,0.007660119,-0.02128683),(0.007723328,0.007283275,-0.02152797),(0.007711888,0.007660334,-0.02135265),(0.006168734,0.006674086,-0.02190767),(0.005778709,0.006761883,-0.02198403),(0.006139969,0.007009148,-0.021647),(0.005746352,0.007086454,-0.02170794),(0.005393276,0.006864523,-0.02208057),(0.005012247,0.006977584,-0.02219171),(0.005356934,0.007179891,-0.02179235),(0.004972298,0.007285681,-0.02189445),(0.005723194,0.007429668,-0.02145244),(0.00533002,0.007514077,-0.02152304),(0.004941817,0.007612233,-0.02161413),(0.005312105,0.007865335,-0.02127372),(0.004920585,0.007955909,-0.02135175),(0.005708614,0.007789229,-0.02121835),(0.006120059,0.007361951,-0.02140768),(0.00610834,0.007729543,-0.02118969),(0.004635432,0.007096643,-0.02231184),(0.004261757,0.007219589,-0.0224392),(0.004593026,0.007400052,-0.02200847),(0.004217818,0.007520369,-0.02213195),(0.00389015,0.007344306,-0.02257198),(0.003519536,0.007468676,-0.02270842),(0.00384537,0.007644004,-0.02226247),(0.003474379,0.007768325,-0.02239756),(0.004182738,0.007837965,-0.02183864),(0.003809002,0.00795956,-0.02196578),(0.003437225,0.008082986,-0.02209868),(0.003780866,0.008290078,-0.0216823),(0.003407816,0.008411749,-0.02181193),(0.004156393,0.008171441,-0.02155985),(0.004559867,0.007721193,-0.02172038),(0.004535824,0.008058998,-0.0214484),(0.003148841,0.007590586,-0.02284673),(0.00277943,0.007712157,-0.02298837),(0.003103544,0.0078907,-0.02253483),(0.0027343,0.00801318,-0.02267584),(0.002412667,0.007835504,-0.02313481),(0.002049918,0.007962748,-0.02328751),(0.002368084,0.008137813,-0.02282223),(0.002006332,0.008266648,-0.0229756),(0.002696739,0.008328263,-0.0223741),(0.002330978,0.008453931,-0.02252004),(0.001970171,0.008584163,-0.02267377),(0.002300841,0.008782757,-0.02222812),(0.001940808,0.008914059,-0.02238183),(0.002666332,0.008656397,-0.02208307),(0.00306598,0.008205249,-0.02223421),(0.003035815,0.008533291,-0.02194493),(0.001692548,0.008096009,-0.02344794),(0.00133916,0.00823353,-0.02361428),(0.001650481,0.008401738,-0.02313757),(0.001299336,0.008541577,-0.02330645),(0.000988357,0.008373554,-0.02378467),(0.0006387428,0.008514325,-0.0239573),(0.0009517045,0.008684663,-0.02348056),(0.0006063943,0.008829496,-0.02365822),(0.001266916,0.008862797,-0.02300829),(0.0009226191,0.009008707,-0.02318615),(0.0005819748,0.009157351,-0.02336913),(0.0008999491,0.009343879,-0.02290084),(0.0005641244,0.009495888,-0.02308914),(0.001240948,0.009195591,-0.02271939),(0.001615792,0.008720868,-0.02283701),(0.001587705,0.009051994,-0.02254599),(0.0002889203,0.00865409,-0.02413034),(-5.33199e-5,0.008798247,-0.02430957),(0.000262212,0.00897457,-0.02383775),(-7.303381e-5,0.009124558,-0.02402469),(-0.0003801874,0.008952207,-0.0245008),(-0.0006838918,0.009121373,-0.02470983),(-0.0003915348,0.009284129,-0.02422457),(-0.0006854823,0.00945795,-0.02444293),(-8.350579e-5,0.009462993,-0.02375113),(-0.0003930943,0.009627783,-0.02396031),(-0.0006770827,0.009805747,-0.02418838),(-0.0003870813,0.009980703,-0.02370578),(-0.0006614482,0.01016215,-0.02394344),(-8.657435e-5,0.009811223,-0.02348715),(0.0002440585,0.009307479,-0.02355576),(0.0002328888,0.009650643,-0.02328309),(-0.0009566426,0.009311152,-0.02494248),(-0.001208177,0.009513673,-0.02519322),(-0.0009470682,0.009650695,-0.02468531),(-0.00118706,0.009854984,-0.02494554),(-0.001448234,0.009721072,-0.02545657),(-0.00168655,0.009925483,-0.02572703),(-0.00164533,0.01026869,-0.0254951),(-0.001416225,0.01006344,-0.02521752),(-0.001157074,0.01020603,-0.02470974),(-0.001376448,0.01041464,-0.02498963),(-0.001597655,0.01061975,-0.02527341),(-0.001333692,0.01077182,-0.02476904),(-0.001548393,0.01097601,-0.02505825),(-0.001122482,0.01056396,-0.02448213),(-0.0009278475,0.01000078,-0.02444042),(-0.0009024913,0.01035865,-0.02420458),(-0.001932864,0.01011904,-0.02599909),(-0.00218288,0.01028253,-0.02623606),(-0.002131056,0.01062834,-0.02601229),(-0.001885145,0.01046337,-0.02577212),(-0.002432303,0.01039673,-0.02640123),(-0.002676838,0.01044244,-0.0264579),(-0.002622714,0.01079275,-0.02623689),(-0.002378449,0.01074451,-0.02617932),(-0.002321796,0.01109718,-0.02596456),(-0.002075477,0.01097998,-0.0257967),(-0.002566191,0.01114718,-0.02602214),(-0.002509784,0.01150548,-0.02581352),(-0.002265055,0.0114538,-0.02575569),(-0.002019578,0.0113358,-0.02558695),(-0.00183238,0.01081451,-0.02555438),(-0.001778856,0.01117026,-0.02534268),(-0.002912191,0.01040043,-0.02636937),(-0.00313789,0.01029145,-0.02617093),(-0.003087463,0.01064898,-0.02595019),(-0.002859235,0.01075394,-0.02614872),(-0.003353466,0.01013623,-0.02589786),(-0.003558449,0.009955497,-0.02558545),(-0.003516838,0.01032405,-0.02536371),(-0.003306848,0.01049872,-0.02567672),(-0.003256072,0.01086416,-0.02546057),(-0.003033546,0.01100967,-0.02573457),(-0.003470872,0.01069547,-0.02514718),(-0.003426347,0.01107125,-0.02493866),(-0.003206527,0.01123389,-0.02525193),(-0.002980503,0.0113745,-0.02552596),(-0.002803513,0.01111101,-0.02593362),(-0.002748261,0.01147203,-0.02572505),(-0.003752369,0.009769993,-0.02526901),(-0.003947536,0.00960123,-0.02498312),(-0.003918947,0.009984174,-0.02475961),(-0.003716882,0.01014586,-0.02504655),(-0.004156268,0.009470721,-0.02476238),(-0.004390875,0.009399978,-0.02464139),(-0.004376993,0.009790558,-0.02441395),(-0.004134995,0.009859057,-0.02453729),(-0.004112725,0.01025065,-0.02431961),(-0.003887922,0.01037012,-0.02454286),(-0.004363414,0.01018479,-0.02419412),(-0.004350696,0.01058287,-0.02398217),(-0.004091465,0.0106462,-0.02411034),(-0.003858125,0.01076019,-0.02433463),(-0.00367773,0.01052459,-0.02483),(-0.003639983,0.01090762,-0.02462181),(-0.004663671,0.009410518,-0.02465476),(-0.004967171,0.009465863,-0.02474598),(-0.00496617,0.00984819,-0.02451032),(-0.004656906,0.009798727,-0.02442396),(-0.005293888,0.009529536,-0.02485856),(-0.005636338,0.009565062,-0.02493599),(-0.005638498,0.009929496,-0.02468408),(-0.005296222,0.009903572,-0.02461604),(-0.005300133,0.010283,-0.02437843),(-0.004966701,0.0102353,-0.02428072),(-0.005641981,0.01029988,-0.02443614),(-0.005646571,0.01067528,-0.02419189),(-0.005305135,0.01066691,-0.02414533),(-0.004968219,0.01062652,-0.02405678),(-0.004651268,0.01019111,-0.02420021),(-0.00464651,0.01058741,-0.02398335),(-0.005987033,0.009535961,-0.02492177),(-0.006347128,0.009467439,-0.02484845),(-0.006336986,0.009813521,-0.02457109),(-0.005984437,0.009890589,-0.02465746),(-0.006717777,0.009384698,-0.02474854),(-0.007100131,0.009312943,-0.0246546),(-0.007073709,0.009651589,-0.02435878),(-0.006699094,0.009724964,-0.02445988),(-0.006679818,0.01007209,-0.02417519),(-0.006326999,0.0101663,-0.02429725),(-0.007045945,0.009997112,-0.02406772),(-0.007017966,0.01034991,-0.02378205),(-0.006660802,0.0104262,-0.02389491),(-0.006317671,0.01052548,-0.02402717),(-0.005982661,0.0102516,-0.02439666),(-0.005981838,0.01061832,-0.02413933),(-0.007495342,0.009277374,-0.02459914),(-0.007878666,0.009282893,-0.02459311),(-0.007844063,0.009632634,-0.02430067),(-0.007463782,0.009620067,-0.02430269),(-0.008225353,0.009334394,-0.02464744),(-0.008510661,0.009436777,-0.02477305),(-0.008474262,0.009798984,-0.024495),(-0.008189305,0.009691527,-0.02436176),(-0.008150631,0.01005484,-0.0240843),(-0.007806972,0.009988865,-0.02401533),(-0.008435558,0.01016706,-0.02422598),(-0.00839568,0.01054078,-0.02396644),(-0.00811061,0.01042435,-0.02381562),(-0.007768726,0.01035183,-0.02373773),(-0.007430203,0.009969495,-0.02401212),(-0.007395892,0.01032607,-0.0237281),(-0.008709839,0.009594939,-0.02498089),(-0.008852701,0.009793544,-0.02524763),(-0.008818231,0.01015203,-0.02498142),(-0.008673688,0.009957237,-0.02470946),(-0.008969057,0.01001726,-0.02554994),(-0.009088721,0.01025075,-0.0258645),(-0.009065272,0.01059414,-0.02560306),(-0.008938543,0.01036908,-0.02528719),(-0.008909031,0.01072603,-0.02503314),(-0.008783556,0.01051585,-0.02472437),(-0.00904376,0.01094246,-0.0253497),(-0.009024185,0.01129561,-0.02510482),(-0.008880845,0.01108785,-0.02478818),(-0.00874931,0.01088469,-0.02447683),(-0.008636132,0.01032512,-0.02444732),(-0.008598085,0.01069828,-0.02419488),(-0.009241506,0.01047869,-0.02616798),(-0.0094299,0.01069609,-0.02645303),(-0.009431073,0.01101989,-0.02618652),(-0.009229071,0.01081293,-0.02590535),(-0.009656395,0.01089799,-0.02671229),(-0.009923481,0.0110794,-0.02693841),(-0.009954222,0.01137605,-0.02665541),(-0.009672412,0.01120945,-0.02643904),(-0.009690019,0.01152511,-0.02617136),(-0.009434421,0.01134824,-0.02592654),(-0.009985578,0.01167629,-0.02637682),(-0.01001636,0.01198057,-0.02610314),(-0.009708312,0.0118453,-0.0259098),(-0.009439328,0.01168137,-0.02567363),(-0.009218944,0.01115195,-0.02565008),(-0.009210815,0.01149579,-0.02540263),(-0.01023365,0.01123537,-0.02712402),(-0.01056569,0.01134511,-0.02726203),(-0.01027764,0.01151411,-0.0268281),(-0.01061896,0.01160408,-0.02695131),(-0.01089836,0.01138787,-0.02734534),(-0.01121046,0.01134286,-0.02736684),(-0.01126051,0.01156143,-0.02702616),(-0.01095448,0.01162637,-0.02701926),(-0.01067004,0.01186486,-0.02664221),(-0.01100685,0.0118662,-0.02669372),(-0.01130533,0.01178155,-0.02668549),(-0.01134313,0.01200358,-0.02634473),(-0.01105363,0.01210772,-0.02636879),(-0.01071721,0.01212787,-0.02633498),(-0.01032093,0.01179555,-0.02653517),(-0.01036206,0.01208012,-0.02624565),(-0.01148077,0.01118932,-0.02731944),(-0.01169276,0.0109529,-0.02722482),(-0.01170063,0.01113786,-0.02686134),(-0.01151334,0.0113897,-0.02696623),(-0.01182991,0.01065928,-0.02710464),(-0.01187571,0.0103341,-0.0269806),(-0.01182918,0.01050076,-0.02660427),(-0.01181003,0.01083265,-0.0267334),(-0.01178251,0.01101248,-0.02636403),(-0.01170115,0.01132745,-0.02649888),(-0.01177549,0.01067523,-0.02623049),(-0.01171449,0.010858,-0.02585909),(-0.01174673,0.01119935,-0.02599638),(-0.01169322,0.0115222,-0.02613725),(-0.01153943,0.01159288,-0.02661328),(-0.01155751,0.01179934,-0.02626046),(-0.01181365,0.01000302,-0.02687437),(-0.01167813,0.009665091,-0.02677855),(-0.01159506,0.009834079,-0.02639917),(-0.01174575,0.0101689,-0.02649586),(-0.01150359,0.009319331,-0.02668576),(-0.01132446,0.008964777,-0.02658862),(-0.01123327,0.009143545,-0.02620501),(-0.01141246,0.009493294,-0.02630522),(-0.01132012,0.009674621,-0.02592677),(-0.01150833,0.01001094,-0.02602225),(-0.01114345,0.009329323,-0.02582322),(-0.0110557,0.009521476,-0.02544312),(-0.01122726,0.009862882,-0.02555021),(-0.01141845,0.01019557,-0.02564754),(-0.01167211,0.01034293,-0.02612002),(-0.01159297,0.01052534,-0.02574666),(-0.01117516,0.008600462,-0.02647973),(-0.01107807,0.008242663,-0.02636561),(-0.01101064,0.008426483,-0.02596799),(-0.01109283,0.008781833,-0.02608955),(-0.01105558,0.007907654,-0.02625279),(-0.01113006,0.007611711,-0.02614778),(-0.01109906,0.007808181,-0.02574303),(-0.01100622,0.008095824,-0.02584943),(-0.01096399,0.008292272,-0.02544866),(-0.010949,0.008618007,-0.02557246),(-0.01107563,0.008013337,-0.02534151),(-0.01105957,0.008227041,-0.02494374),(-0.01092894,0.008496694,-0.02505084),(-0.01089346,0.008816745,-0.02517923),(-0.01101428,0.008970406,-0.02570122),(-0.01094008,0.009165551,-0.02531473),(-0.01132391,0.007371109,-0.0260571),(-0.01160454,0.007193029,-0.02599281),(-0.0116021,0.007421185,-0.02560388),(-0.01130868,0.007581882,-0.02565789),(-0.01193938,0.007084651,-0.02596695),(-0.01229586,0.007053154,-0.02599155),(-0.01230834,0.007313646,-0.0256287),(-0.01194631,0.007330353,-0.02559087),(-0.01195712,0.007583745,-0.02522034),(-0.01160508,0.007657686,-0.02521985),(-0.01232349,0.007580908,-0.02527174),(-0.01234125,0.007854681,-0.02492085),(-0.01197162,0.007844647,-0.02485564),(-0.01161325,0.007902425,-0.02484109),(-0.01130029,0.007801346,-0.02526274),(-0.01129846,0.00802942,-0.02487214),(-0.0126414,0.007105719,-0.02607868),(-0.01297962,0.007220218,-0.02621207),(-0.01299239,0.007493835,-0.02586982),(-0.01265519,0.007375325,-0.02572723),(-0.01331416,0.007374527,-0.02637547),(-0.01364863,0.007546518,-0.0265526),(-0.01365995,0.007815126,-0.02622055),(-0.01332547,0.00764762,-0.02603981),(-0.0133399,0.007923855,-0.0257087),(-0.01300773,0.007771836,-0.02553285),(-0.01367496,0.008085746,-0.02589217),(-0.01369382,0.008358019,-0.02556759),(-0.01335759,0.008202871,-0.02538226),(-0.01302574,0.008053876,-0.02520128),(-0.01267131,0.007650562,-0.02538156),(-0.01268979,0.007931119,-0.02504177),(-0.01398666,0.007714066,-0.02672723),(-0.01433204,0.007869162,-0.02689209),(-0.01435213,0.008119471,-0.02655777),(-0.01400136,0.007974799,-0.02639538),(-0.01468854,0.008003795,-0.02703992),(-0.01505995,0.008109953,-0.02716347),(-0.01509142,0.008335139,-0.02681907),(-0.01471468,0.008241973,-0.02670118),(-0.01474483,0.008480026,-0.02636363),(-0.01437634,0.00837018,-0.02622541),(-0.01512666,0.008559827,-0.02647524),(-0.01516565,0.008783753,-0.0261319),(-0.01477902,0.008717663,-0.02602726),(-0.01440471,0.008620973,-0.02589503),(-0.01402008,0.008236637,-0.02606633),(-0.01404292,0.00849924,-0.02574017),(-0.01545005,0.008179632,-0.0272555),(-0.01585302,0.008213701,-0.02731918),(-0.01588898,0.008412427,-0.02696194),(-0.01548479,0.008391798,-0.0269049),(-0.01626304,0.008213034,-0.02735772),(-0.0166743,0.008178505,-0.0273743),(-0.01629821,0.008397499,-0.02699344),(-0.01670668,0.008347488,-0.02700267),(-0.01592775,0.008610169,-0.02660453),(-0.01633533,0.008580572,-0.02662876),(-0.01673981,0.008514367,-0.0266304),(-0.01637444,0.00876205,-0.02626359),(-0.01677365,0.008678972,-0.02625746),(-0.01596936,0.008806705,-0.02624685),(-0.01552291,0.00860323,-0.02655445),(-0.01556444,0.008813686,-0.02620403),(-0.01708099,0.008110987,-0.02737211),(-0.01747377,0.008005333,-0.02735339),(-0.0171086,0.008262867,-0.02699288),(-0.01749362,0.00813892,-0.02696685),(-0.0178433,0.007856396,-0.02732035),(-0.01818024,0.007659025,-0.02727524),(-0.01817152,0.007754192,-0.02687708),(-0.01785137,0.007970933,-0.02692733),(-0.01785457,0.008080026,-0.02653318),(-0.01751069,0.008268011,-0.02657918),(-0.01815574,0.007843617,-0.02647817),(-0.01813199,0.007927509,-0.02607891),(-0.01785217,0.008183709,-0.02613814),(-0.01752451,0.008392533,-0.02619048),(-0.01713535,0.008411486,-0.02661273),(-0.01716101,0.008556709,-0.02623167),(-0.01847526,0.007408079,-0.02722027),(-0.01871743,0.007113179,-0.0271634),(-0.01865848,0.007171819,-0.02676115),(-0.01844372,0.007483979,-0.02681887),(-0.01889583,0.006783952,-0.02711257),(-0.01899954,0.006430022,-0.02707574),(-0.01887768,0.006467754,-0.02668115),(-0.01880629,0.006829237,-0.02671243),(-0.01870428,0.006873198,-0.02631509),(-0.01858837,0.007226991,-0.02636029),(-0.01874289,0.006506699,-0.02629086),(-0.01859484,0.00654794,-0.02590586),(-0.01858922,0.006916787,-0.02592149),(-0.01850632,0.007279419,-0.02596156),(-0.01840293,0.007554868,-0.02641759),(-0.01835198,0.007621202,-0.02601705),(-0.01901763,0.006061017,-0.02706087),(-0.01895845,0.005694488,-0.02707382),(-0.01877307,0.005738599,-0.02670099),(-0.01886315,0.006098894,-0.0266758),(-0.01883031,0.005347989,-0.0271205),(-0.01864155,0.005039075,-0.02720679),(-0.01840766,0.005107478,-0.02686143),(-0.01861778,0.005402814,-0.02676133),(-0.01839634,0.005466383,-0.02640993),(-0.01857689,0.005789259,-0.02633503),(-0.0181668,0.005186115,-0.02652436),(-0.01791948,0.005275453,-0.02619608),(-0.01816641,0.005539386,-0.02606701),(-0.01837015,0.005847362,-0.02597682),(-0.01869641,0.006140709,-0.02629643),(-0.01851739,0.006187505,-0.0259237),(-0.01840051,0.004785298,-0.02733856),(-0.01811949,0.004577587,-0.02750646),(-0.01786448,0.004675181,-0.02718484),(-0.01815306,0.004868536,-0.02700591),(-0.01781076,0.004406864,-0.02770111),(-0.01748663,0.004264057,-0.02791315),(-0.01755243,0.004516603,-0.0273883),(-0.0172274,0.004381998,-0.02760634),(-0.01729141,0.004634824,-0.02708216),(-0.01760557,0.004782917,-0.026871),(-0.01696656,0.004505631,-0.0273045),(-0.01702787,0.004761532,-0.02678267),(-0.01670426,0.004634815,-0.02700739),(-0.01734305,0.004900937,-0.0265651),(-0.01790029,0.004962485,-0.02668155),(-0.01764264,0.005067441,-0.02636584),(-0.01715938,0.004140092,-0.02813321),(-0.01683361,0.004018452,-0.02835131),(-0.0168999,0.004260555,-0.02782905),(-0.016576,0.00413578,-0.02804623),(-0.0165139,0.003882623,-0.02855749),(-0.01620485,0.003716089,-0.02874177),(-0.01626175,0.003991171,-0.0282477),(-0.01596321,0.003810234,-0.02842324),(-0.01631893,0.004250495,-0.0277411),(-0.01601181,0.004093153,-0.02793525),(-0.01572627,0.00389503,-0.0280999),(-0.01549556,0.003970447,-0.0277709),(-0.01576519,0.004188219,-0.02761932),(-0.01606308,0.004362186,-0.02743521),(-0.01663979,0.004382754,-0.0275275),(-0.01637938,0.004506376,-0.02722807),(-0.01591103,0.003502334,-0.02889419),(-0.01564954,0.003246123,-0.02901486),(-0.01544855,0.003298594,-0.02866795),(-0.01568644,0.003576468,-0.02856267),(-0.01543744,0.00295222,-0.02910391),(-0.0152918,0.002625389,-0.02916148),(-0.01515787,0.002645397,-0.02878382),(-0.01526665,0.002985331,-0.02874101),(-0.01511163,0.003011752,-0.02837166),(-0.01525981,0.003341834,-0.0283143),(-0.01504199,0.002662673,-0.02840089),(-0.01494613,0.002679912,-0.02801331),(-0.0149745,0.003033688,-0.02799602),(-0.01508541,0.003377294,-0.02795362),(-0.01547015,0.003640425,-0.02822498),(-0.01526403,0.003694844,-0.02788045),(-0.01522972,0.002270395,-0.02918769),(-0.0152509,0.001912944,-0.02919436),(-0.01520597,0.001936278,-0.02879673),(-0.01513929,0.002287513,-0.02879832),(-0.01535508,0.001578746,-0.0291933),(-0.01554196,0.001293506,-0.02919634),(-0.01557526,0.001352148,-0.02879427),(-0.01535294,0.00161629,-0.0287913),(-0.01536555,0.001667594,-0.02839196),(-0.01517818,0.001967802,-0.02839868),(-0.0156201,0.001429259,-0.02839798),(-0.01567587,0.001526244,-0.02800938),(-0.01539298,0.001734592,-0.02799696),(-0.01516838,0.002009938,-0.02800159),(-0.01506725,0.002307092,-0.02840577),(-0.0150151,0.002331853,-0.02801111),(-0.01581129,0.001082934,-0.02921531),(-0.01614129,0.0009419238,-0.02925186),(-0.01621172,0.001056934,-0.02886218),(-0.01586797,0.001168453,-0.02881785),(-0.0165102,0.0008653722,-0.02930771),(-0.01689625,0.0008481747,-0.02938451),(-0.01697504,0.001017352,-0.02901361),(-0.01658719,0.001009324,-0.02892739),(-0.01666594,0.001176375,-0.02855963),(-0.01628671,0.001195116,-0.02848358),(-0.01705391,0.001207898,-0.02865551),(-0.01674454,0.001366694,-0.0282061),(-0.01713099,0.001419474,-0.02831146),(-0.01636458,0.001357055,-0.02811796),(-0.01593263,0.001275589,-0.02842911),(-0.01600405,0.001405318,-0.02805106),(-0.01727768,0.0008852273,-0.02948397),(-0.01765678,0.0009608258,-0.02959738),(-0.01735593,0.001072751,-0.02912098),(-0.01773327,0.001159345,-0.02924024),(-0.01803582,0.001059267,-0.02971603),(-0.0184171,0.001164846,-0.02983125),(-0.01811044,0.001260957,-0.02936214),(-0.01849084,0.001361412,-0.02947744),(-0.0178108,0.001370971,-0.02889209),(-0.01818757,0.001469789,-0.029014),(-0.01856847,0.00155831,-0.0291258),(-0.01826624,0.001684085,-0.02867119),(-0.01864871,0.001754368,-0.02877585),(-0.01788822,0.001594173,-0.02855294),(-0.01743422,0.001278218,-0.02876946),(-0.017511,0.001500635,-0.02843006),(-0.01880289,0.00126186,-0.02993432),(-0.0191909,0.001341644,-0.03002412),(-0.01887786,0.001444534,-0.02957688),(-0.01926713,0.00150149,-0.02966103),(-0.01957882,0.001395534,-0.03009953),(-0.01996434,0.001414864,-0.03015942),(-0.01965426,0.001523445,-0.02973042),(-0.02003488,0.001501568,-0.02978561),(-0.01934797,0.001647479,-0.0292935),(-0.01973373,0.001632367,-0.02935458),(-0.02010828,0.001566951,-0.02940394),(-0.01981327,0.001727819,-0.02897334),(-0.0201811,0.001620166,-0.02901572),(-0.01943005,0.001782136,-0.02892232),(-0.0189574,0.001620166,-0.0292181),(-0.01903925,0.001789019,-0.02885803),(-0.02034518,0.00139097,-0.03020264),(-0.02072286,0.001331142,-0.03023496),(-0.0204046,0.001427024,-0.02982714),(-0.02076825,0.00131444,-0.02985936),(-0.02109895,0.00124267,-0.03026213),(-0.02147498,0.001132842,-0.03028988),(-0.02113061,0.001178445,-0.02988663),(-0.02149648,0.001033664,-0.02991329),(-0.02081289,0.001282472,-0.02947759),(-0.02115989,0.001105224,-0.0295065),(-0.02151462,0.0009325145,-0.02953321),(-0.02119181,0.001042487,-0.02911935),(-0.02153652,0.0008489398,-0.02914659),(-0.02085876,0.001252325,-0.02908856),(-0.02046518,0.00144335,-0.02944417),(-0.02052572,0.001453276,-0.02905407),(-0.0218525,0.001008949,-0.03032397),(-0.02223266,0.0008889011,-0.03036073),(-0.02187068,0.0008947252,-0.02994368),(-0.02225159,0.0007758155,-0.02997522),(-0.02261663,0.0007906089,-0.03039648),(-0.02300556,0.0007319822,-0.03042755),(-0.02263761,0.0006911219,-0.03000532),(-0.02302714,0.0006548313,-0.03003138),(-0.02226795,0.0006732797,-0.02958593),(-0.02265706,0.0006064434,-0.02960978),(-0.02304814,0.0005945874,-0.02963052),(-0.02268026,0.0005411662,-0.02920968),(-0.02307309,0.0005495936,-0.02922584),(-0.02228823,0.0005922606,-0.02919136),(-0.02188556,0.0007852516,-0.02956005),(-0.02190449,0.000696858,-0.02917046),(-0.0234006,0.0007309318,-0.03045028),(-0.02379209,0.0007873285,-0.03046888),(-0.02380327,0.0007670168,-0.03006757),(-0.02341857,0.0006811303,-0.03005083),(-0.02417037,0.0009010437,-0.03048758),(-0.02452579,0.001071949,-0.0305106),(-0.02451807,0.001105542,-0.0301086),(-0.02417264,0.0009094882,-0.03008552),(-0.02417543,0.000927622,-0.02968101),(-0.02381464,0.0007602635,-0.02966278),(-0.02451148,0.001144545,-0.02970508),(-0.02451457,0.001174921,-0.02929999),(-0.02418624,0.0009426041,-0.02927459),(-0.02383236,0.0007566912,-0.02925558),(-0.02343644,0.0006475563,-0.02964707),(-0.02345921,0.0006235614,-0.02924024),(-0.02484868,0.001299914,-0.03054216),(-0.02514717,0.001570675,-0.03058013),(-0.02511931,0.001636745,-0.03017966),(-0.0248309,0.001352176,-0.03014074),(-0.0254294,0.001869966,-0.03062239),(-0.02570349,0.002183523,-0.03066677),(-0.02565541,0.002269108,-0.03026881),(-0.02539144,0.001946604,-0.03022311),(-0.02535927,0.002017703,-0.0298233),(-0.02509538,0.001700705,-0.02977853),(-0.02561514,0.002345821,-0.02987038),(-0.02558912,0.002404385,-0.02946984),(-0.02534038,0.002072003,-0.02942169),(-0.02508368,0.001749627,-0.02937581),(-0.02481545,0.001405946,-0.02973835),(-0.02481106,0.001447265,-0.02933449),(0.04408833,0.00324271,-0.01425331),(0.0437011,0.00323671,-0.01440404),(0.04331367,0.003229431,-0.01455399),(0.04354874,0.003186819,-0.01402272),(0.04316112,0.003183725,-0.01417224),(0.04393613,0.003188626,-0.01387242),(0.04292583,0.003219589,-0.01470237),(0.04253738,0.003205904,-0.01484838),(0.04277308,0.003178057,-0.01432022),(0.04238437,0.00316853,-0.01446589),(0.04300813,0.003130813,-0.01379091),(0.04261988,0.003131506,-0.01393844),(0.04223095,0.003128416,-0.01408373),(0.042466,0.003087698,-0.01355658),(0.04207695,0.00309264,-0.01370154),(0.04285433,0.003079107,-0.0134095),(0.04378346,0.003123115,-0.01349213),(0.04339591,0.003127594,-0.01364189),(0.04324217,0.003068083,-0.01326101),(0.04362977,0.003055843,-0.01311182),(0.04214812,0.003187096,-0.01499124),(0.04175803,0.003164353,-0.01513097),(0.04199481,0.003153855,-0.01460847),(0.04160437,0.003135293,-0.01474797),(0.04136711,0.003138862,-0.01526761),(0.04097532,0.003111813,-0.01540118),(0.04121304,0.003114101,-0.01488442),(0.04082083,0.003091541,-0.01501779),(0.04145031,0.003108269,-0.01436536),(0.04105858,0.003093568,-0.01450163),(0.0406659,0.003077352,-0.01463482),(0.04090388,0.003081848,-0.01411908),(0.04051081,0.003072693,-0.01425215),(0.04129591,0.00308882,-0.01398289),(0.0418411,0.003120278,-0.01422605),(0.04168693,0.003092716,-0.01384368),(0.04058268,0.003084392,-0.01553169),(0.04018936,0.003058446,-0.01565991),(0.04042771,0.003068869,-0.01514812),(0.04003393,0.003047542,-0.01527615),(0.03979554,0.00303582,-0.01578657),(0.03940143,0.003018358,-0.0159124),(0.03963969,0.003029017,-0.01540267),(0.03924521,0.003014748,-0.01552843),(0.03987793,0.003045003,-0.0148927),(0.03948318,0.003031071,-0.01501901),(0.03908829,0.003020098,-0.01514464),(0.0393266,0.003041338,-0.01463555),(0.03893124,0.003032784,-0.014761),(0.03972185,0.00305148,-0.01450951),(0.04027226,0.003060797,-0.01476491),(0.04011669,0.003062251,-0.014382),(0.03900722,0.003007906,-0.01603816),(0.0386129,0.003002149,-0.01616365),(0.03885075,0.00300619,-0.0156542),(0.03845627,0.003001479,-0.0157798),(0.03821848,0.002998773,-0.01628869),(0.03782396,0.002995463,-0.01641309),(0.03806178,0.002998749,-0.01590504),(0.03766725,0.002996136,-0.01602973),(0.03829884,0.003009042,-0.01539613),(0.03790423,0.003006384,-0.01552161),(0.03750964,0.003003921,-0.01564666),(0.0377464,0.003019482,-0.01513831),(0.03735169,0.003016734,-0.01526376),(0.03814119,0.003022587,-0.01501257),(0.03869351,0.003013184,-0.01527041),(0.03853613,0.003026777,-0.01488674),(0.03742936,0.002989904,-0.01653667),(0.03703463,0.002983236,-0.01665949),(0.03727268,0.002991772,-0.0161537),(0.03687804,0.002986348,-0.01627695),(0.03663978,0.002976592,-0.01678164),(0.03624478,0.00297111,-0.01690315),(0.03648328,0.002980548,-0.01639949),(0.03608837,0.002975062,-0.01652133),(0.03672044,0.002995967,-0.01589486),(0.03632569,0.002990982,-0.01601787),(0.03593078,0.00298566,-0.01614008),(0.0361675,0.003005633,-0.01563666),(0.03577247,0.003000469,-0.01575931),(0.03656232,0.003009963,-0.01551309),(0.03711506,0.003000364,-0.0157711),(0.03695703,0.003013612,-0.01538874),(0.03584962,0.002967927,-0.01702413),(0.03545481,0.002971198,-0.01714375),(0.03569327,0.002970576,-0.01664248),(0.03529841,0.002970997,-0.01676241),(0.03506089,0.002985084,-0.01726121),(0.03466838,0.003013739,-0.01737569),(0.03490423,0.002980232,-0.01688058),(0.03451117,0.003002189,-0.01699645),(0.03514058,0.002977992,-0.01638162),(0.0347459,0.002982105,-0.01650044),(0.03435192,0.002995822,-0.01661764),(0.03458641,0.002989168,-0.01612073),(0.03419139,0.002995227,-0.01623901),(0.03498173,0.002989708,-0.01600134),(0.03553564,0.002980253,-0.01626141),(0.03537714,0.002994318,-0.01588087),(0.03427782,0.003061321,-0.01748639),(0.0338883,0.003119937,-0.0175951),(0.03411966,0.003040771,-0.01710949),(0.03372899,0.003089777,-0.01722096),(0.0334989,0.003181696,-0.0177036),(0.03310873,0.003238707,-0.01781368),(0.03333847,0.003143001,-0.01733214),(0.0329474,0.00319424,-0.01744428),(0.03356656,0.003057812,-0.01684709),(0.03317429,0.003098201,-0.01696086),(0.03278173,0.003139595,-0.01707497),(0.03300848,0.003060359,-0.01658853),(0.03261425,0.003091206,-0.01670433),(0.03340262,0.003032777,-0.01647259),(0.03395895,0.003022372,-0.01673293),(0.03379686,0.003010415,-0.01635619),(0.03271687,0.003283077,-0.01792715),(0.03232395,0.003319107,-0.01804259),(0.03255507,0.003237289,-0.01755867),(0.0321619,0.003275387,-0.01767417),(0.03193062,0.003351097,-0.01815862),(0.03153751,0.003383348,-0.01827384),(0.03176832,0.003311773,-0.01778966),(0.03137474,0.003349684,-0.01790401),(0.03199472,0.0032159,-0.0173057),(0.03160094,0.003255474,-0.01742066),(0.03120741,0.003299104,-0.01753425),(0.0314311,0.003197781,-0.01705088),(0.03103762,0.00324312,-0.01716449),(0.03182525,0.003158376,-0.01693599),(0.03238843,0.003178051,-0.01719019),(0.03221973,0.003123365,-0.01682031),(0.03114523,0.003420158,-0.01838685),(0.03075768,0.003469002,-0.01849597),(0.03098158,0.00339236,-0.0180161),(0.0305921,0.003443262,-0.01812581),(0.03037871,0.00353735,-0.01859951),(0.03001219,0.003632674,-0.01869579),(0.03020957,0.003505853,-0.01823301),(0.02983724,0.003583593,-0.01833757),(0.03042438,0.003404415,-0.0177563),(0.03003941,0.00346387,-0.01786756),(0.02966183,0.003526376,-0.01798085),(0.02986802,0.003406257,-0.01750455),(0.02948597,0.003454899,-0.01762579),(0.03025481,0.003351792,-0.01738888),(0.03081447,0.003349122,-0.01764566),(0.0306451,0.003295935,-0.01727635),(0.02966199,0.003762446,-0.01878312),(0.02932204,0.003917015,-0.01886446),(0.02947838,0.003679945,-0.01843937),(0.02912895,0.00379461,-0.01853785),(0.02898626,0.004086726,-0.01894277),(0.02864856,0.00426193,-0.01902102),(0.0287849,0.003927289,-0.01863245),(0.02844219,0.004077682,-0.0187226),(0.02893383,0.003665609,-0.01821365),(0.02857983,0.003759156,-0.01832497),(0.02823008,0.003879867,-0.01842747),(0.02837624,0.003596598,-0.01801122),(0.0280187,0.00369018,-0.01812495),(0.02874001,0.003535742,-0.01788572),(0.0292939,0.003590818,-0.01809757),(0.02910995,0.003493286,-0.01775505),(0.02830287,0.004432973,-0.01910217),(0.02795072,0.004594798,-0.01918703),(0.02809679,0.00424549,-0.01880775),(0.02774924,0.004421978,-0.01889025),(0.02759364,0.004742349,-0.01927641),(0.02723316,0.004870568,-0.01937113),(0.02740015,0.00459841,-0.01897248),(0.0270501,0.00476605,-0.0190568),(0.02753772,0.004217032,-0.01859743),(0.02719458,0.00441153,-0.0186724),(0.02685313,0.004608667,-0.01874568),(0.02698109,0.004207687,-0.01837354),(0.02664454,0.004421136,-0.01844023),(0.02732183,0.004007116,-0.0183017),(0.0278828,0.004036152,-0.01851704),(0.02766747,0.003830817,-0.01822031),(0.02687081,0.004974399,-0.01947199),(0.02650552,0.005055719,-0.0195752),(0.02669964,0.004916164,-0.0191456),(0.02634731,0.005048125,-0.01923772),(0.0261362,0.005116408,-0.01967695),(0.02576178,0.005158343,-0.01977345),(0.02599163,0.005161306,-0.01933203),(0.02563113,0.005255082,-0.0194274),(0.02617263,0.004974755,-0.01890023),(0.02582985,0.005137366,-0.01898501),(0.02548289,0.005282131,-0.01907715),(0.02564713,0.005049451,-0.01865193),(0.02531159,0.005237418,-0.0187398),(0.0259797,0.004847257,-0.0185754),(0.0265131,0.004797465,-0.01882104),(0.02631145,0.004636072,-0.01850617),(0.02538121,0.005183404,-0.0198609),(0.02499545,0.005193089,-0.01993821),(0.02526434,0.005328827,-0.01952269),(0.02489188,0.005383136,-0.01961536),(0.02460551,0.005188897,-0.02000429),(0.02421238,0.005172329,-0.02005806),(0.02451437,0.005418604,-0.01970285),(0.02413243,0.005435829,-0.01978263),(0.02477108,0.00550825,-0.0192849),(0.02440672,0.005588877,-0.01939282),(0.02403704,0.0056474,-0.01949831),(0.02427387,0.005679778,-0.0190781),(0.02391727,0.005782765,-0.0192012),(0.02462505,0.005553766,-0.01895725),(0.02512988,0.00540588,-0.01917839),(0.02497093,0.005405919,-0.01884303),(0.02381706,0.005144882,-0.02009843),(0.0234188,0.005111281,-0.02012949),(0.0237467,0.005435404,-0.01985214),(0.02335666,0.005422601,-0.01991335),(0.02301686,0.005076243,-0.02015531),(0.02261049,0.00504449,-0.02017996),(0.02296184,0.005402685,-0.01996821),(0.02256173,0.005380929,-0.02001869),(0.02328214,0.005702188,-0.01969022),(0.02289631,0.005708738,-0.01977622),(0.02250452,0.005708252,-0.01985529),(0.02281324,0.005963358,-0.01955083),(0.02243276,0.005994827,-0.019655),(0.02318727,0.005920336,-0.01943931),(0.02366228,0.005683456,-0.01959752),(0.02355518,0.005861545,-0.01932219),(0.02219893,0.005020744,-0.02020755),(0.021783,0.005005316,-0.02023645),(0.02215583,0.005362599,-0.02006675),(0.02174505,0.005349014,-0.02011157),(0.02136349,0.004998519,-0.02026508),(0.02094121,0.005000664,-0.02029182),(0.02133029,0.005341494,-0.02015235),(0.02091245,0.005341356,-0.02018827),(0.02170308,0.005703918,-0.01999187),(0.02129541,0.005704714,-0.02004908),(0.02088442,0.005710585,-0.02009871),(0.02125493,0.006057593,-0.01991314),(0.0208536,0.006078256,-0.01998127),(0.02165258,0.006038858,-0.01983609),(0.02210644,0.005705871,-0.01992722),(0.02204554,0.006018966,-0.01975007),(0.02051694,0.005012066,-0.02031508),(0.02009127,0.005032691,-0.02033514),(0.02049243,0.005349917,-0.02021852),(0.02007082,0.00536713,-0.02024303),(0.01966473,0.005062513,-0.0203523),(0.01923788,0.005101502,-0.02036686),(0.01964818,0.005392942,-0.02026174),(0.01922512,0.005427306,-0.02027456),(0.02005598,0.005744473,-0.02017426),(0.01963964,0.005772416,-0.02019912),(0.01922261,0.005807643,-0.02021468),(0.01963552,0.006170497,-0.02012825),(0.0192263,0.006211461,-0.02015456),(0.02004344,0.006134669,-0.02008989),(0.02047109,0.005723849,-0.02014061),(0.02044962,0.006103935,-0.02004054),(0.01881129,0.005149629,-0.02037911),(0.0183857,0.00520719,-0.02038954),(0.0188022,0.005470173,-0.02028144),(0.01838009,0.005521777,-0.02028317),(0.01796187,0.005274482,-0.02039864),(0.01754054,0.005351804,-0.02040692),(0.01795949,0.005582359,-0.02028058),(0.01754105,0.005652157,-0.02027448),(0.01838873,0.005899936,-0.02021741),(0.017973,0.005957199,-0.02020678),(0.01755881,0.006022004,-0.02018964),(0.01799554,0.006365591,-0.02015942),(0.01758588,0.006427542,-0.02014021),(0.01840583,0.00630896,-0.02016899),(0.01880546,0.005850118,-0.02022041),(0.01881625,0.006257599,-0.02016775),(0.01712248,0.005439452,-0.02041486),(0.01670797,0.005536197,-0.02042309),(0.01712544,0.005731404,-0.02026569),(0.01671279,0.005818968,-0.02025544),(0.01629728,0.005640809,-0.02043222),(0.01589069,0.005752059,-0.02044288),(0.01630321,0.005913709,-0.02024497),(0.0158968,0.006014487,-0.02023551),(0.01673676,0.006173634,-0.02014094),(0.01632884,0.006258645,-0.020113),(0.01592296,0.006348575,-0.02008511),(0.01636337,0.006643546,-0.0200403),(0.01595792,0.006723879,-0.02000015),(0.01676982,0.006567034,-0.02007848),(0.01714674,0.006094452,-0.02016709),(0.01717732,0.006494862,-0.0201125),(0.01548849,0.00586872,-0.02045568),(0.01508997,0.005990361,-0.02047119),(0.01549369,0.006120168,-0.0202283),(0.01509326,0.006230609,-0.02022421),(0.01469445,0.006116556,-0.02048999),(0.01430121,0.006246878,-0.02051265),(0.01469491,0.00634567,-0.0202241),(0.01429803,0.006465209,-0.02022884),(0.01511675,0.006540603,-0.02003598),(0.01471552,0.00664295,-0.02001699),(0.01431493,0.006749685,-0.02000321),(0.01474631,0.006985995,-0.01988614),(0.01434315,0.007081448,-0.0198547),(0.01514965,0.006894791,-0.01992174),(0.01551908,0.00644252,-0.02005906),(0.01555343,0.006807524,-0.01996019),(0.01390958,0.0063809,-0.02053975),(0.0135204,0.006519467,-0.02057226),(0.01390202,0.006589083,-0.02023931),(0.01350795,0.006718192,-0.02025668),(0.01313452,0.006663422,-0.02061118),(0.01275281,0.006813613,-0.02065749),(0.01311693,0.00685343,-0.0202821),(0.01273004,0.0069957,-0.02031676),(0.01351545,0.006977488,-0.01999598),(0.01311887,0.00710014,-0.02000522),(0.01272594,0.007229683,-0.02002483),(0.01313713,0.007397321,-0.01980013),(0.01273959,0.007514222,-0.01980088),(0.01353757,0.007286579,-0.01980999),(0.01391452,0.006860934,-0.01999576),(0.0139399,0.007181466,-0.01982874),(0.01237612,0.006970886,-0.02071218),(0.01200173,0.007129248,-0.02077324),(0.01234836,0.007145895,-0.02036183),(0.01196966,0.007299235,-0.02041562),(0.01162692,0.007282707,-0.02083867),(0.01124898,0.007425273,-0.02090645),(0.0115917,0.00745094,-0.02047645),(0.01121226,0.007596225,-0.02054262),(0.01195296,0.007508604,-0.02009786),(0.01156988,0.007651556,-0.02014865),(0.01118706,0.00779255,-0.0202072),(0.01156713,0.007898152,-0.01987361),(0.01118036,0.008031432,-0.01991852),(0.01195539,0.007766369,-0.01983848),(0.01233781,0.007366909,-0.02005615),(0.01234594,0.007637816,-0.01981395),(0.01086518,0.007550954,-0.02097459),(0.01047685,0.007660476,-0.0210402),(0.0108291,0.007730312,-0.02061244),(0.01044337,0.007853535,-0.0206839),(0.01008529,0.007754564,-0.02110042),(0.009691847,0.007833943,-0.02115239),(0.01005622,0.007966235,-0.02075497),(0.009668781,0.00806875,-0.02082361),(0.01041859,0.008059084,-0.02034266),(0.01003481,0.008184749,-0.02041764),(0.009652583,0.008305428,-0.02049617),(0.01002732,0.008429631,-0.02010662),(0.009647978,0.00856162,-0.02018707),(0.01040968,0.00829723,-0.02003504),(0.01080299,0.007928372,-0.02027219),(0.01079429,0.008164477,-0.01997232),(0.009297818,0.007899341,-0.02119322),(0.008902972,0.007951199,-0.02121884),(0.009282214,0.008161414,-0.0208878),(0.008895205,0.008242192,-0.02094067),(0.008507068,0.007989962,-0.0212252),(0.008109866,0.008016073,-0.02120823),(0.008506453,0.008309045,-0.02097536),(0.00811465,0.008359934,-0.020985),(0.008893223,0.008527732,-0.02065209),(0.008511355,0.00862082,-0.0207118),(0.008124875,0.008696168,-0.02074753),(0.00852055,0.008931998,-0.02044275),(0.008138131,0.009027943,-0.02050043),(0.008897636,0.008818501,-0.02036483),(0.009272843,0.008421178,-0.02057726),(0.00927243,0.008693143,-0.02027637),(0.007711128,0.008029974,-0.02116384),(0.007311021,0.008038942,-0.02110608),(0.007718491,0.008392824,-0.02096271),(0.007318836,0.008415371,-0.02092145),(0.006909712,0.008050247,-0.021049),(0.006507369,0.008071166,-0.02100663),(0.006916548,0.008435241,-0.02087416),(0.006512485,0.008460093,-0.02083381),(0.007332505,0.008788328,-0.02073115),(0.006929678,0.00882014,-0.0207003),(0.006524464,0.008852443,-0.02066851),(0.006947904,0.009202846,-0.02052353),(0.006542909,0.009245642,-0.02050591),(0.007349988,0.009156725,-0.02053343),(0.007731413,0.008749504,-0.02075044),(0.007747336,0.009100638,-0.02052819),(0.006104157,0.008108974,-0.020993),(0.005701985,0.008162834,-0.02100649),(0.00610751,0.008497587,-0.02081333),(0.005703438,0.008548034,-0.02081405),(0.00530276,0.008231914,-0.02104546),(0.004908386,0.008315379,-0.0211083),(0.005302088,0.008611739,-0.0208373),(0.004905278,0.008689012,-0.02088442),(0.005713099,0.008942377,-0.02063824),(0.005310199,0.009002737,-0.02064827),(0.004911321,0.00907518,-0.02068074),(0.005327197,0.009402833,-0.02047738),(0.004926574,0.009472251,-0.0204979),(0.005731097,0.009343409,-0.02047626),(0.006118396,0.008892733,-0.0206464),(0.00613682,0.009291755,-0.02048796),(0.004520772,0.008412395,-0.02119336),(0.004138658,0.008519857,-0.02129621),(0.004514825,0.008780158,-0.02095672),(0.004129752,0.008882336,-0.02104939),(0.003760783,0.008634663,-0.0214124),(0.003385888,0.008753706,-0.02153748),(0.003749084,0.008992697,-0.0211576),(0.003371847,0.009108396,-0.02127655),(0.004129891,0.009257994,-0.02082106),(0.0037461,0.009363557,-0.02091944),(0.003366099,0.009475356,-0.02103033),(0.003752163,0.009746626,-0.02069944),(0.00336905,0.00985412,-0.02080004),(0.004139296,0.009645947,-0.0206129),(0.004518092,0.009161067,-0.02073991),(0.004530686,0.00955389,-0.0205444),(0.003012711,0.00887388,-0.02166702),(0.002642666,0.008996578,-0.02180274),(0.002997063,0.009226588,-0.0214014),(0.002626063,0.00934833,-0.02153376),(0.002277165,0.00912319,-0.02194636),(0.001917621,0.009255104,-0.02209963),(0.002260173,0.00947468,-0.02167524),(0.001900724,0.009606696,-0.02182742),(0.00261685,0.009711176,-0.02127682),(0.002250091,0.009836678,-0.02141519),(0.001890236,0.00996823,-0.02156549),(0.002247141,0.01020864,-0.0211667),(0.001886273,0.0103391,-0.02131413),(0.002615352,0.01008464,-0.02103259),(0.002989267,0.009590982,-0.02114899),(0.002989717,0.00996663,-0.02091073),(0.001565446,0.009393713,-0.02226425),(0.001220475,0.009538357,-0.02243935),(0.001549043,0.009745435,-0.02199191),(0.001205433,0.00989055,-0.02216814),(0.000882543,0.009688374,-0.02262401),(0.0005514836,0.009843104,-0.02281735),(0.0008701951,0.01004169,-0.02235551),(0.0005436318,0.01019851,-0.02255343),(0.001195756,0.01025163,-0.02190576),(0.0008627004,0.01040333,-0.02209517),(0.0005401488,0.0105616,-0.02229705),(0.0008598532,0.01077279,-0.02184285),(0.000540614,0.0109319,-0.02204786),(0.001191377,0.01062105,-0.02165222),(0.00153853,0.01010657,-0.02172911),(0.001533934,0.01047653,-0.02147597),(0.0002271319,0.01000189,-0.02301847),(-8.407798e-5,0.01016693,-0.02323106),(0.0002260451,0.01036065,-0.02276134),(-7.706789e-5,0.01052946,-0.02298204),(-0.0003757113,0.01034042,-0.0234588),(-0.0006413335,0.01052456,-0.0237054),(-0.0003602095,0.01070627,-0.0232184),(-0.0006178826,0.01089241,-0.02347324),(-6.659528e-5,0.0108982,-0.02273932),(-0.0003418013,0.01107761,-0.02298361),(-0.0005922391,0.01126514,-0.02324594),(-0.0003217117,0.01145377,-0.02275348),(-0.0005655467,0.01164219,-0.02302249),(-5.37114e-5,0.01127251,-0.02250209),(0.0002288857,0.01072638,-0.02251111),(0.0002349115,0.01109851,-0.02226725),(-0.0008745102,0.01072156,-0.02397453),(-0.001087546,0.01092592,-0.02425908),(-0.0008445897,0.01108921,-0.02374939),(-0.001052316,0.011292,-0.02403987),(-0.001292747,0.01113218,-0.0245519),(-0.001502417,0.01133483,-0.02484586),(-0.001253046,0.01149609,-0.02433769),(-0.001458765,0.01169681,-0.02463586),(-0.001016841,0.01166225,-0.02382382),(-0.001214026,0.01186396,-0.02412593),(-0.00141648,0.01206252,-0.02442786),(-0.001175121,0.01223619,-0.02391611),(-0.001374602,0.01243255,-0.02422145),(-0.0009811714,0.01203676,-0.02361023),(-0.0008134156,0.01146133,-0.02352825),(-0.0007816732,0.01183764,-0.02331021),(-0.001728861,0.01152841,-0.02513384),(-0.001966796,0.01169418,-0.02538073),(-0.00191649,0.01205545,-0.0251774),(-0.001681459,0.01188947,-0.02492739),(-0.002210939,0.01181342,-0.02555145),(-0.002456006,0.01186741,-0.02561089),(-0.002405015,0.01223282,-0.02541336),(-0.00215922,0.01217611,-0.02535103),(-0.002109673,0.01254193,-0.02515363),(-0.001868017,0.01241994,-0.02497634),(-0.002356971,0.01260152,-0.02522009),(-0.002312034,0.01297338,-0.02503017),(-0.002062071,0.01291094,-0.02495847),(-0.001820737,0.01278797,-0.02477691),(-0.001635715,0.01225399,-0.02472287),(-0.001590694,0.01262249,-0.02451981),(-0.002696713,0.01183743,-0.02552395),(-0.002932699,0.01174441,-0.02532624),(-0.002890574,0.01211914,-0.02513485),(-0.002649236,0.01220694,-0.02532957),(-0.003163602,0.01160927,-0.02505336),(-0.00338906,0.01145295,-0.02474089),(-0.003359367,0.01184035,-0.02455369),(-0.003127721,0.01199006,-0.02486448),(-0.003099308,0.01237601,-0.02468491),(-0.002854571,0.0124984,-0.02495118),(-0.003337625,0.01223329,-0.02437685),(-0.003324192,0.01263156,-0.02421016),(-0.003078785,0.0127669,-0.02451428),(-0.00282513,0.01288193,-0.02477462),(-0.002606198,0.01258029,-0.02514109),(-0.002567967,0.01295723,-0.02495774),(-0.003608712,0.01129637,-0.02442444),(-0.003833215,0.01115553,-0.02413672),(-0.003813393,0.01155596,-0.02394897),(-0.003584204,0.01169068,-0.02423773),(-0.004073224,0.01104641,-0.02391046),(-0.004339396,0.01098502,-0.02377839),(-0.004329471,0.01139109,-0.02358252),(-0.004058095,0.01145112,-0.02371978),(-0.004046171,0.01186019,-0.02353807),(-0.003798858,0.01196136,-0.02377121),(-0.004320881,0.01180093,-0.02339434),(-0.004313581,0.0122144,-0.02321358),(-0.004037545,0.01227347,-0.02336511),(-0.00378981,0.01237155,-0.02360326),(-0.003566743,0.0120904,-0.02406154),(-0.003556612,0.01249535,-0.02389571),(-0.004642387,0.01098734,-0.02377321),(-0.004970175,0.01102119,-0.02383814),(-0.004972192,0.01141918,-0.02362466),(-0.004638684,0.01139077,-0.02356958),(-0.005310738,0.01105438,-0.02391635),(-0.005652054,0.01105472,-0.02395105),(-0.005657936,0.0114381,-0.02371373),(-0.005316456,0.01144529,-0.02369148),(-0.005321802,0.01183955,-0.02347066),(-0.004973893,0.01182039,-0.02341621),(-0.005663719,0.0118253,-0.02348003),(-0.005668905,0.01221621,-0.02325006),(-0.005326288,0.01223705,-0.0232539),(-0.004974897,0.01222469,-0.02321265),(-0.004635187,0.01179758,-0.02337224),(-0.00463168,0.01220764,-0.02318098),(-0.005982103,0.01099003,-0.02388542),(-0.006309508,0.01089077,-0.02376104),(-0.006302372,0.01126197,-0.0234992),(-0.005983093,0.01136659,-0.02363515),(-0.006642896,0.01078741,-0.02361951),(-0.006990895,0.0107104,-0.02350241),(-0.006965101,0.01107822,-0.02322912),(-0.006626225,0.01115545,-0.02334936),(-0.006610915,0.01153005,-0.02308484),(-0.00629613,0.01163888,-0.02324197),(-0.006940946,0.01145302,-0.02296253),(-0.006918795,0.01183444,-0.02270297),(-0.006597091,0.01191092,-0.02282631),(-0.006290647,0.01202128,-0.02298968),(-0.005984446,0.01174785,-0.02338875),(-0.005985805,0.01213366,-0.02314645),(-0.007362132,0.01069022,-0.02345131),(-0.007730654,0.01072178,-0.02346851),(-0.007693368,0.01109822,-0.02320765),(-0.007329448,0.01106149,-0.02318195),(-0.008070517,0.01080004,-0.02355627),(-0.008355767,0.01091993,-0.02371685),(-0.008316338,0.01130394,-0.02347677),(-0.008030964,0.01118138,-0.02330599),(-0.007992559,0.01156781,-0.02306454),(-0.007657475,0.01148064,-0.02295511),(-0.008277916,0.01169223,-0.02324578),(-0.00824102,0.01208423,-0.02302344),(-0.007955911,0.01195878,-0.02283166),(-0.007623584,0.01186854,-0.02271085),(-0.007298368,0.01143946,-0.0229202),(-0.007269419,0.01182371,-0.02266622),(-0.008560455,0.01107638,-0.02395255),(-0.008716123,0.01125823,-0.0242392),(-0.008684134,0.01163592,-0.02401091),(-0.008523594,0.01145887,-0.02371978),(-0.008854305,0.01145431,-0.02455267),(-0.00900654,0.01165345,-0.0248688),(-0.008990698,0.01201542,-0.02464107),(-0.008829366,0.01182485,-0.02432605),(-0.00880599,0.01219894,-0.02410775),(-0.008653476,0.01201722,-0.02379144),(-0.008976528,0.01238094,-0.02442097),(-0.008963898,0.01274943,-0.0242079),(-0.008784128,0.01257604,-0.02389721),(-0.008624286,0.01240157,-0.02358022),(-0.008487837,0.01184517,-0.0234961),(-0.008453531,0.01223473,-0.02328096),(-0.009204368,0.01184449,-0.02516348),(-0.009445186,0.01201946,-0.0254283),(-0.009452043,0.01236176,-0.02518967),(-0.009199535,0.01219739,-0.02493186),(-0.009726386,0.0121704,-0.0256549),(-0.01004537,0.01228933,-0.02583489),(-0.01007273,0.01260178,-0.02557116),(-0.009744384,0.01249956,-0.02540569),(-0.009762455,0.01283193,-0.02516123),(-0.009459955,0.01270747,-0.02495686),(-0.01009855,0.01291713,-0.02531105),(-0.01012297,0.01323457,-0.02505365),(-0.009780742,0.01316667,-0.02492058),(-0.009468976,0.01305581,-0.02472899),(-0.009196249,0.0125538,-0.02470705),(-0.009194437,0.01291304,-0.0244883),(-0.01039953,0.01236829,-0.02595991),(-0.01075877,0.01239353,-0.02602983),(-0.01079426,0.01266152,-0.02572646),(-0.01043323,0.01265946,-0.0256773),(-0.011093,0.01235131,-0.0260445),(-0.01137213,0.01222788,-0.02600382),(-0.01139136,0.01245452,-0.0256632),(-0.01112419,0.0125969,-0.02572098),(-0.01114642,0.01284441,-0.0253983),(-0.01082325,0.01293153,-0.02542458),(-0.01139986,0.01268354,-0.02532333),(-0.01139666,0.01291502,-0.02498467),(-0.01115893,0.01309377,-0.02507656),(-0.01084527,0.01320322,-0.02512387),(-0.01046305,0.01295305,-0.02539716),(-0.01048888,0.01324845,-0.02511883),(-0.01156606,0.01200949,-0.02590763),(-0.01167572,0.01172264,-0.02577632),(-0.01164791,0.01192855,-0.0254169),(-0.01156415,0.01222331,-0.02555546),(-0.01170207,0.01139384,-0.02563029),(-0.01164604,0.01104959,-0.02548991),(-0.01156978,0.01124936,-0.02512371),(-0.011648,0.01159548,-0.0252666),(-0.01158399,0.01180379,-0.02490618),(-0.01160903,0.01213968,-0.02505982),(-0.01148536,0.01145668,-0.02476124),(-0.01139243,0.01167094,-0.02440327),(-0.01150951,0.01201833,-0.02454987),(-0.01155833,0.0123558,-0.02470592),(-0.01155086,0.01244078,-0.02520469),(-0.01152525,0.01266186,-0.02485599),(-0.01150856,0.01071639,-0.02537557),(-0.01132597,0.01038787,-0.02527486),(-0.01123053,0.01058735,-0.02490447),(-0.01141859,0.01091545,-0.02500732),(-0.01113459,0.01005766,-0.02517532),(-0.01097075,0.009719372,-0.02506454),(-0.01088806,0.009922972,-0.02468748),(-0.01104166,0.01025866,-0.02480218),(-0.01094802,0.01046562,-0.02443091),(-0.01113177,0.01079353,-0.02453671),(-0.0108071,0.01013224,-0.02431195),(-0.01072736,0.01034715,-0.02393794),(-0.01085323,0.01067825,-0.02406161),(-0.01102933,0.01100591,-0.02417189),(-0.01132275,0.01112191,-0.02464245),(-0.01122072,0.01133514,-0.02428153),(-0.01087076,0.009366644,-0.02493009),(-0.01084431,0.009022207,-0.02478853),(-0.01080103,0.009234797,-0.0244006),(-0.01080579,0.009573882,-0.02454739),(-0.01090107,0.0087088,-0.02465639),(-0.01105071,0.008449158,-0.02455023),(-0.01104868,0.008680269,-0.02416162),(-0.01087994,0.008929123,-0.02426578),(-0.01086508,0.00915821,-0.0238795),(-0.0107631,0.009454922,-0.02401572),(-0.01105309,0.008920956,-0.02377858),(-0.01106358,0.009171802,-0.02340177),(-0.01085603,0.009396595,-0.02349803),(-0.01072999,0.00968298,-0.02363415),(-0.01074462,0.009787473,-0.02416671),(-0.01068669,0.01000762,-0.02378812),(-0.01130291,0.008266016,-0.0244866),(-0.01162634,0.008155287,-0.02446802),(-0.01164421,0.008416624,-0.02410131),(-0.0113134,0.008511636,-0.02410681),(-0.01198966,0.008112882,-0.02449704),(-0.01236154,0.008134712,-0.02457619),(-0.01238446,0.008421022,-0.02423815),(-0.0120112,0.008388621,-0.0241451),(-0.01203622,0.008672033,-0.02380037),(-0.01166671,0.008686776,-0.02374162),(-0.0124101,0.008713644,-0.02390714),(-0.01243855,0.0090126,-0.02358353),(-0.01206468,0.00896329,-0.02346342),(-0.0116937,0.00896609,-0.02338964),(-0.01132965,0.008766782,-0.0237335),(-0.0113514,0.009031949,-0.02336736),(-0.01271065,0.008216685,-0.024708),(-0.01304652,0.008339615,-0.02487523),(-0.01307035,0.008629006,-0.02455471),(-0.01273409,0.008507224,-0.02438045),(-0.01337868,0.008484312,-0.02506063),(-0.01371666,0.008631593,-0.02524697),(-0.0137438,0.008906445,-0.02492999),(-0.0134035,0.008768153,-0.02474366),(-0.01343236,0.009054362,-0.02443113),(-0.01309751,0.00892201,-0.02423972),(-0.01377555,0.009182561,-0.02461635),(-0.0138122,0.009459923,-0.02430578),(-0.01346561,0.009342914,-0.02412291),(-0.01312829,0.009218577,-0.02393026),(-0.01276031,0.008802704,-0.02405933),(-0.01278951,0.009103086,-0.02374481),(-0.01407,0.008762263,-0.02541698),(-0.01443732,0.008871527,-0.02556667),(-0.01447421,0.009121733,-0.02523996),(-0.01410154,0.009025666,-0.02509644),(-0.01481724,0.008954592,-0.02569199),(-0.01520838,0.009006655,-0.02578895),(-0.01525451,0.009228069,-0.02544601),(-0.01485936,0.009190561,-0.0253575),(-0.01490525,0.009425324,-0.02502343),(-0.01451544,0.009371473,-0.02491456),(-0.01530368,0.009447535,-0.02510274),(-0.01535556,0.00966459,-0.02475876),(-0.01495476,0.009658631,-0.02468946),(-0.01456107,0.009620632,-0.02459013),(-0.01413773,0.009289409,-0.02477818),(-0.01417878,0.009553448,-0.02446188),(-0.01560937,0.00902292,-0.02585351),(-0.01601388,0.00900181,-0.02588878),(-0.01565717,0.009230172,-0.02550246),(-0.01606057,0.009194426,-0.02552979),(-0.0164156,0.008941741,-0.02589785),(-0.0168082,0.008841131,-0.02588381),(-0.01645789,0.009118385,-0.02553097),(-0.01684236,0.008999605,-0.02550895),(-0.01610866,0.009383491,-0.02516936),(-0.01650039,0.009290734,-0.02516237),(-0.01687505,0.009153151,-0.02513234),(-0.01654216,0.009457535,-0.02479149),(-0.01690519,0.009300533,-0.02475347),(-0.01615743,0.009567945,-0.02480694),(-0.01570729,0.009434675,-0.02515043),(-0.01575917,0.009635664,-0.02479698),(-0.01718535,0.008698403,-0.02584976),(-0.01753459,0.008512412,-0.02580092),(-0.01720717,0.00883564,-0.02546668),(-0.01753964,0.008627231,-0.02541043),(-0.01784343,0.008282015,-0.02574249),(-0.01809938,0.008006071,-0.02567972),(-0.01805683,0.008080045,-0.02528109),(-0.01782709,0.008375118,-0.02534648),(-0.01780191,0.008463188,-0.02495039),(-0.01753839,0.008736566,-0.02501901),(-0.01800326,0.008150173,-0.02488356),(-0.01793757,0.008217198,-0.02448765),(-0.01776664,0.008546398,-0.02455447),(-0.01752953,0.008839997,-0.02462662),(-0.01722524,0.008967491,-0.02508211),(-0.01723834,0.00909303,-0.02469573),(-0.01828997,0.007683435,-0.02561781),(-0.01841157,0.007329825,-0.02556575),(-0.0183038,0.007379692,-0.02517354),(-0.01821617,0.007742752,-0.02522053),(-0.01846053,0.006960961,-0.02553254),(-0.01843324,0.006592555,-0.02552716),(-0.01825869,0.006642099,-0.02515524),(-0.01831841,0.007007324,-0.02514886),(-0.01816304,0.007057482,-0.02477108),(-0.01818274,0.007430495,-0.02478561),(-0.01807183,0.006698128,-0.02479057),(-0.01787327,0.006762194,-0.02443365),(-0.0179946,0.007113046,-0.02439982),(-0.01804808,0.007483707,-0.02440266),(-0.01812983,0.007800333,-0.02482587),(-0.01803023,0.007857363,-0.02443449),(-0.01832604,0.006240328,-0.02555861),(-0.01815307,0.005913803,-0.02562721),(-0.01792681,0.005989431,-0.02528618),(-0.01812333,0.006300477,-0.02520141),(-0.01792842,0.005622505,-0.02573327),(-0.0176662,0.00537596,-0.02587713),(-0.01740818,0.005486987,-0.02556668),(-0.0176836,0.005715944,-0.02540834),(-0.01743319,0.005819898,-0.02509184),(-0.01769251,0.0060751,-0.02495374),(-0.01714662,0.005607882,-0.02526391),(-0.01688272,0.005737994,-0.02496802),(-0.01717843,0.005934567,-0.02478342),(-0.01745133,0.006171655,-0.02462988),(-0.01791019,0.006369255,-0.02485239),(-0.01768756,0.006447963,-0.02451181),(-0.01738053,0.005183693,-0.0260591),(-0.01707719,0.005029386,-0.02626729),(-0.0168089,0.005165547,-0.02597572),(-0.01711502,0.005309542,-0.02576),(-0.01676197,0.004896729,-0.02648981),(-0.01644066,0.004769408,-0.02671476),(-0.01649455,0.005036948,-0.0262013),(-0.01617675,0.004905682,-0.02642417),(-0.01653906,0.005306706,-0.02568852),(-0.01622645,0.005178716,-0.02591487),(-0.01591353,0.005039909,-0.02613314),(-0.01595851,0.005318567,-0.02562822),(-0.01565198,0.005168361,-0.02583919),(-0.01626859,0.005450143,-0.02540379),(-0.01684718,0.005443289,-0.02546717),(-0.01657805,0.005583236,-0.02517927),(-0.01611905,0.004631108,-0.02693026),(-0.01580915,0.004470442,-0.02712783),(-0.01586026,0.004753692,-0.02663175),(-0.01555919,0.004572954,-0.02681703),(-0.01552299,0.004276021,-0.02729903),(-0.01527258,0.004036458,-0.02743539),(-0.01505982,0.004093126,-0.02709265),(-0.01528767,0.00435544,-0.026973),(-0.01506167,0.004425357,-0.02663986),(-0.01531522,0.004667412,-0.02650088),(-0.01485975,0.004140521,-0.02674191),(-0.01467485,0.00417871,-0.02638244),(-0.01484744,0.004484652,-0.02629822),(-0.01507927,0.004751506,-0.02617743),(-0.01560448,0.004870868,-0.02633022),(-0.01535318,0.004979375,-0.02602335),(-0.01506993,0.003740362,-0.02752847),(-0.01492742,0.003406428,-0.02758564),(-0.01478675,0.003430853,-0.02721082),(-0.01488976,0.003777987,-0.02716894),(-0.0148574,0.003053347,-0.02761425),(-0.01487224,0.002699812,-0.02762171),(-0.01481892,0.002723941,-0.027227),(-0.01476005,0.00307256,-0.02722719),(-0.01468216,0.003093163,-0.02683567),(-0.01466427,0.003452193,-0.02682963),(-0.01478476,0.002753866,-0.02683009),(-0.01476835,0.002791157,-0.02643192),(-0.01462346,0.003116989,-0.02644054),(-0.0145609,0.003472066,-0.02644254),(-0.01472538,0.003808723,-0.02680176),(-0.01457868,0.003833577,-0.02642686),(-0.01498431,0.002364516,-0.02761536),(-0.0151774,0.002065103,-0.02760691),(-0.0152025,0.002132747,-0.02721453),(-0.01497262,0.002405827,-0.02721915),(-0.01543534,0.001819219,-0.02760801),(-0.01574194,0.001644509,-0.02763037),(-0.01581616,0.001779799,-0.02725849),(-0.0154899,0.001919229,-0.02722403),(-0.01555389,0.002032377,-0.02684389),(-0.01524092,0.00221232,-0.02682441),(-0.01589638,0.001927858,-0.02689131),(-0.01598045,0.002084428,-0.02652638),(-0.01562457,0.002156417,-0.02646652),(-0.01528992,0.002303269,-0.02643646),(-0.01497778,0.002456534,-0.02682307),(-0.0149975,0.002517383,-0.02642774),(-0.016081,0.001558618,-0.02768565),(-0.01644367,0.001543335,-0.02776722),(-0.01652469,0.001745253,-0.02742566),(-0.01616263,0.001728986,-0.02732881),(-0.01682108,0.001580446,-0.02786846),(-0.01720439,0.00165174,-0.02798272),(-0.0168977,0.001807065,-0.02753971),(-0.01727703,0.001892889,-0.02766165),(-0.01660835,0.001954107,-0.02708756),(-0.01697648,0.002035987,-0.02721286),(-0.01735181,0.00213111,-0.02734058),(-0.01705956,0.002256644,-0.02688089),(-0.01743164,0.002354596,-0.02701188),(-0.01669538,0.002161197,-0.02674722),(-0.01624809,0.001909916,-0.02697645),(-0.01633653,0.002094907,-0.0266245),(-0.01758473,0.001739005,-0.02810339),(-0.01796434,0.00182742,-0.0282228),(-0.01765807,0.001981186,-0.02778214),(-0.01804086,0.002058909,-0.02789534),(-0.01834545,0.001902164,-0.02833326),(-0.01873031,0.001948415,-0.02842713),(-0.01842548,0.00211301,-0.02799538),(-0.01881197,0.002130439,-0.0280764),(-0.01811945,0.002276836,-0.02756425),(-0.01850656,0.002305606,-0.02765268),(-0.0188924,0.002290427,-0.0277205),(-0.01858897,0.002468936,-0.0273003),(-0.01897034,0.002418365,-0.0273562),(-0.01820178,0.002469396,-0.0272232),(-0.01773367,0.002215032,-0.02745897),(-0.0178142,0.002428398,-0.02712652),(-0.01912113,0.001951353,-0.02849672),(-0.01950998,0.001907985,-0.02854828),(-0.01920039,0.002098147,-0.02813256),(-0.01958392,0.002016735,-0.02817123),(-0.01988889,0.00181532,-0.02858805),(-0.02024991,0.001670365,-0.02862227),(-0.01995575,0.001886803,-0.02819981),(-0.02030904,0.001708953,-0.02822567),(-0.01964806,0.002100095,-0.02779102),(-0.02000903,0.001934203,-0.0278097),(-0.02035287,0.001727332,-0.02782796),(-0.0200439,0.001949452,-0.02741883),(-0.02037576,0.001716908,-0.02743123),(-0.01969855,0.002149775,-0.0274075),(-0.01927437,0.002220379,-0.02776395),(-0.01934044,0.002309029,-0.02738928),(-0.02058508,0.00147013,-0.02865719),(-0.02090778,0.001241088,-0.02869122),(-0.02063698,0.001483785,-0.02825621),(-0.02095334,0.001236793,-0.02828856),(-0.02123139,0.001009715,-0.02872281),(-0.02156928,0.000802485,-0.02875035),(-0.0212719,0.0009934747,-0.02831985),(-0.02160641,0.0007793238,-0.02834723),(-0.02098879,0.001227472,-0.02788353),(-0.02130659,0.0009803353,-0.02791348),(-0.02164146,0.0007656291,-0.02793998),(-0.02132875,0.0009568647,-0.02750668),(-0.02166792,0.0007475749,-0.02753134),(-0.02100747,0.001201156,-0.02747912),(-0.02067517,0.001484113,-0.02785381),(-0.02069337,0.001460989,-0.02745265),(-0.02193481,0.0006458738,-0.02877229),(-0.02231891,0.0005437253,-0.02879),(-0.02197067,0.0006198357,-0.02836782),(-0.0223549,0.000517869,-0.02838357),(-0.0227125,0.0004998836,-0.02880487),(-0.02310652,0.0005181928,-0.02881826),(-0.02274932,0.0004762817,-0.02839645),(-0.02314416,0.0004979318,-0.02840841),(-0.02239113,0.0005048867,-0.02797379),(-0.02278626,0.0004640467,-0.02798557),(-0.02318178,0.0004863582,-0.02799692),(-0.02281886,0.0004568649,-0.02757335),(-0.02321509,0.0004810185,-0.02758443),(-0.02242255,0.0004949739,-0.02756235),(-0.02200625,0.0006062803,-0.02795933),(-0.02203571,0.0005927442,-0.02754912),(-0.02349188,0.0006024972,-0.02883156),(-0.02386256,0.0007459219,-0.028847),(-0.02352967,0.0005856783,-0.02842138),(-0.02389961,0.000732713,-0.02843727),(-0.02421257,0.0009415927,-0.02886683),(-0.02453587,0.001182635,-0.02889329),(-0.02456788,0.001177418,-0.02848526),(-0.02424775,0.0009322284,-0.02845794),(-0.02393785,0.0007218205,-0.02802659),(-0.02428514,0.000922151,-0.02804811),(-0.0246031,0.001169001,-0.02807622),(-0.024634,0.001167118,-0.02766645),(-0.02431807,0.0009190007,-0.02763758),(-0.02397164,0.0007180015,-0.02761519),(-0.02356786,0.0005744194,-0.02801006),(-0.02360166,0.0005700357,-0.02759793),(-0.02482647,0.001462174,-0.02892861),(-0.02509254,0.001770585,-0.02897057),(-0.025114,0.001774677,-0.02856342),(-0.02485378,0.001461472,-0.02852114),(-0.02534225,0.002098244,-0.02901698),(-0.02558378,0.002435528,-0.0290656),(-0.02559163,0.002449668,-0.02865866),(-0.0253571,0.002107314,-0.02860997),(-0.02537714,0.0021101,-0.02820147),(-0.02514011,0.001773003,-0.02815495),(-0.02560519,0.002457224,-0.02825004),(-0.02561695,0.002468614,-0.02784076),(-0.02539461,0.002117488,-0.02779228),(-0.02516291,0.001776663,-0.02774577),(-0.02488509,0.001455961,-0.02811251),(-0.0249125,0.001456439,-0.02770317),(0.0434745,0.002996475,-0.01273087),(0.04308705,0.003017328,-0.01287952),(0.04269934,0.003037021,-0.01302752),(0.04293077,0.002973468,-0.01249766),(0.04254352,0.003002906,-0.01264512),(0.04331776,0.002942893,-0.0123496),(0.04231115,0.00305439,-0.01317421),(0.0419222,0.003068277,-0.01331893),(0.04215573,0.003030072,-0.01279141),(0.04176715,0.003053832,-0.01293593),(0.04238713,0.002975116,-0.01226247),(0.04200016,0.003013231,-0.01240827),(0.04161232,0.003047803,-0.01255255),(0.04184486,0.003002354,-0.01202487),(0.04145818,0.003048693,-0.01216882),(0.04223054,0.002952002,-0.01187973),(0.04315964,0.00289298,-0.01196836),(0.04277353,0.002934639,-0.01211567),(0.04261556,0.002898977,-0.01173379),(0.04300023,0.002844614,-0.01158745),(0.04153223,0.00307752,-0.01346103),(0.0411412,0.003082481,-0.01360032),(0.04137752,0.003073046,-0.01307809),(0.04098676,0.003087464,-0.01321759),(0.0407491,0.003083524,-0.01373659),(0.04035585,0.003081011,-0.01386965),(0.04059478,0.003096832,-0.01335409),(0.04020153,0.003100897,-0.0134873),(0.04083308,0.003101981,-0.01283462),(0.04044144,0.003120008,-0.01297152),(0.04004833,0.003130941,-0.01310509),(0.04028959,0.003151285,-0.01258881),(0.03989677,0.003169734,-0.01272297),(0.04068068,0.003124241,-0.01245135),(0.04122333,0.003077649,-0.01269481),(0.04107016,0.003089683,-0.01231116),(0.03996142,0.003075307,-0.0139993),(0.03956616,0.003067624,-0.01412651),(0.03980689,0.003099405,-0.0136169),(0.03941133,0.00309401,-0.01374393),(0.03917047,0.003059179,-0.01425224),(0.0387747,0.003051186,-0.01437746),(0.03901524,0.003086363,-0.01386944),(0.03861906,0.003078115,-0.01399447),(0.03925781,0.003131212,-0.01336197),(0.03886137,0.003124658,-0.01348749),(0.03846478,0.003116385,-0.01361251),(0.0387093,0.003175837,-0.01310672),(0.0383123,0.003168811,-0.01323203),(0.03910607,0.003179803,-0.01298084),(0.03965363,0.003133991,-0.01323487),(0.03950208,0.003178504,-0.01285329),(0.03837921,0.003044859,-0.01450312),(0.03798397,0.00303986,-0.01462904),(0.03822319,0.003070919,-0.01412009),(0.03782759,0.003064723,-0.0142461),(0.03758891,0.003035851,-0.01475504),(0.03719397,0.003032494,-0.01488092),(0.0374322,0.003059475,-0.01437234),(0.03703695,0.003055122,-0.01449862),(0.03767253,0.003101033,-0.01386427),(0.03727674,0.003094335,-0.01399071),(0.03688111,0.003088542,-0.01411733),(0.03712301,0.003144415,-0.01361069),(0.03672693,0.003136676,-0.01373754),(0.03751921,0.003152651,-0.0134841),(0.03806852,0.003108446,-0.01373816),(0.03791562,0.003160933,-0.01335785),(0.03679911,0.003029449,-0.0150065),(0.0364042,0.003026203,-0.01513152),(0.03664179,0.003051613,-0.01462478),(0.03624658,0.00304814,-0.01475047),(0.03600916,0.003022243,-0.01525574),(0.03561385,0.003017056,-0.01537891),(0.03585119,0.003043893,-0.01487534),(0.03545548,0.003038067,-0.01499904),(0.03608995,0.003079224,-0.01437026),(0.03569411,0.003073664,-0.01449568),(0.03529787,0.003066145,-0.0146198),(0.03553842,0.003114633,-0.01411699),(0.03514156,0.003103935,-0.01424135),(0.03593482,0.003122908,-0.01399122),(0.03648556,0.003083844,-0.014244),(0.03633093,0.00312988,-0.01386456),(0.03521819,0.003010129,-0.01550079),(0.03482229,0.00300367,-0.01562155),(0.03505932,0.003029852,-0.01512123),(0.03466282,0.003021418,-0.01524219),(0.03442629,0.002999887,-0.01574134),(0.03403031,0.003000992,-0.01586034),(0.0342661,0.003014934,-0.01536222),(0.03386924,0.003012571,-0.0154816),(0.0345039,0.003044492,-0.01486325),(0.03410639,0.003034978,-0.0149833),(0.03370872,0.00302942,-0.01510274),(0.03394775,0.003060689,-0.01460452),(0.03354928,0.003050997,-0.01472374),(0.03434606,0.003074431,-0.01448467),(0.0349011,0.003055651,-0.0147422),(0.03474405,0.00308969,-0.01436376),(0.03363451,0.003009191,-0.01597873),(0.03323879,0.0030234,-0.01609657),(0.03347238,0.003016497,-0.01560061),(0.0330755,0.003025737,-0.01571924),(0.03284313,0.003042534,-0.01621394),(0.03244748,0.003065507,-0.01633093),(0.03267863,0.003039319,-0.01583746),(0.03228173,0.003056265,-0.01595525),(0.03291319,0.003035844,-0.01534086),(0.03251531,0.003045302,-0.01545948),(0.03211735,0.003057246,-0.01557775),(0.03235357,0.003055078,-0.01508035),(0.03195466,0.003062215,-0.01519889),(0.03275226,0.003049774,-0.01496165),(0.03331098,0.003030129,-0.01522194),(0.0331508,0.003047886,-0.01484278),(0.03205176,0.003091234,-0.01644761),(0.03165631,0.003120546,-0.01656388),(0.03188485,0.003075602,-0.01607257),(0.03148828,0.003097537,-0.01618968),(0.03126144,0.003154272,-0.0166796),(0.03086744,0.003193242,-0.01679466),(0.03109238,0.003122273,-0.01630682),(0.03069746,0.003150017,-0.01642423),(0.03132151,0.003084474,-0.01581372),(0.03092435,0.003099108,-0.01593253),(0.03052819,0.003113986,-0.01605265),(0.03075782,0.003082103,-0.01555675),(0.03036021,0.003085696,-0.01567937),(0.03115638,0.003076486,-0.01543632),(0.0317193,0.003070412,-0.01569564),(0.03155546,0.003069604,-0.01531729),(0.03047466,0.003238288,-0.01690896),(0.03008368,0.003284726,-0.01702502),(0.03030385,0.003180974,-0.01654216),(0.02991181,0.00321217,-0.01666262),(0.02969515,0.003327872,-0.01714538),(0.02930969,0.003363045,-0.01727256),(0.02952159,0.003240634,-0.0167876),(0.02913346,0.003263391,-0.01691909),(0.02973998,0.003143081,-0.01629961),(0.02934808,0.003156462,-0.01642879),(0.02895772,0.003168511,-0.01656333),(0.02917534,0.003087278,-0.01606651),(0.02878295,0.003090984,-0.01620321),(0.02956901,0.00308641,-0.01593388),(0.03013337,0.003128783,-0.01617461),(0.02996395,0.003086507,-0.01580496),(0.02892792,0.003385563,-0.01740911),(0.02855081,0.003410738,-0.01754796),(0.02874766,0.003277466,-0.01705911),(0.02836539,0.003295903,-0.01720151),(0.02817937,0.003453885,-0.01768206),(0.02781455,0.003530315,-0.01780437),(0.02798788,0.003331744,-0.01734016),(0.02761632,0.003398028,-0.01746892),(0.0281829,0.003196544,-0.01684751),(0.02780047,0.003230904,-0.01698815),(0.02742271,0.003291078,-0.0171218),(0.02761579,0.003152094,-0.01662868),(0.02723239,0.00320722,-0.01676618),(0.02800248,0.003117964,-0.01648712),(0.02856899,0.003178808,-0.01670441),(0.02839176,0.003099404,-0.01634436),(0.02745736,0.003655344,-0.01790782),(0.0271073,0.003819386,-0.0179962),(0.02725193,0.0035078,-0.01758167),(0.02689483,0.003654605,-0.01768081),(0.02676387,0.004012859,-0.01807331),(0.02642658,0.004226177,-0.01814293),(0.02654513,0.003831991,-0.01776874),(0.02620298,0.004033508,-0.01784787),(0.02668516,0.003513535,-0.01735543),(0.02632713,0.00367003,-0.0174569),(0.02597742,0.003852842,-0.01754916),(0.02611207,0.003531919,-0.01713484),(0.02575365,0.003693897,-0.01724089),(0.02647901,0.003396941,-0.01701993),(0.02705064,0.003386253,-0.01724398),(0.02685296,0.003288772,-0.01689682),(0.02609494,0.004449758,-0.01820885),(0.02576674,0.004677282,-0.01827588),(0.02586848,0.004252701,-0.0179206),(0.02553954,0.004482972,-0.01799143),(0.02543975,0.004902426,-0.01834882),(0.02511175,0.005118871,-0.01843247),(0.02521408,0.004717714,-0.01806485),(0.02489001,0.004950328,-0.01814535),(0.0253039,0.004282468,-0.01771178),(0.0249765,0.004516741,-0.01778918),(0.02465298,0.004755625,-0.01786867),(0.0247334,0.004320931,-0.017511),(0.0244073,0.0045586,-0.01759261),(0.02506561,0.004093915,-0.0174267),(0.02563695,0.004059079,-0.01763294),(0.02540526,0.003883066,-0.01733741),(0.02478053,0.005320298,-0.01853163),(0.02444576,0.005505023,-0.01864282),(0.02456523,0.005174211,-0.01823745),(0.02423927,0.005387419,-0.01833935),(0.02410709,0.005671366,-0.01876256),(0.02376422,0.005817645,-0.01888738),(0.02391166,0.005588012,-0.01844928),(0.0235819,0.005774045,-0.01856547),(0.02401168,0.005226358,-0.01804459),(0.02369278,0.005454084,-0.01814133),(0.02337433,0.005673969,-0.01824412),(0.02345571,0.005293952,-0.01784176),(0.02314552,0.005539427,-0.01793197),(0.02376902,0.005047238,-0.01775628),(0.02433155,0.004992851,-0.01795375),(0.02408604,0.004801412,-0.0176738),(0.0234168,0.005942178,-0.01901378),(0.02306415,0.006047338,-0.01913983),(0.02324953,0.005943574,-0.01868615),(0.02291329,0.006096693,-0.01881007),(0.02270556,0.006135496,-0.01926358),(0.02234037,0.006209023,-0.01938309),(0.02257189,0.006233488,-0.01893601),(0.02222408,0.00635405,-0.01906274),(0.02273523,0.006081899,-0.01846833),(0.02241081,0.006265669,-0.01858967),(0.02208064,0.006433124,-0.01871711),(0.02222092,0.006240372,-0.01824609),(0.0219068,0.00644946,-0.0183694),(0.0225305,0.006016457,-0.0181329),(0.02305577,0.005883954,-0.01835314),(0.02283791,0.005781535,-0.0180286),(0.02196786,0.00627029,-0.01949641),(0.02158905,0.006322672,-0.01960302),(0.02186858,0.006458469,-0.01918901),(0.02150629,0.006550003,-0.01931337),(0.02120492,0.006369543,-0.01970242),(0.02081648,0.006414277,-0.01979408),(0.0211381,0.00663191,-0.01943435),(0.02076491,0.006707445,-0.01955049),(0.0213981,0.006715499,-0.01898785),(0.02104716,0.00683604,-0.01912638),(0.02069074,0.006946564,-0.01926383),(0.02092481,0.006973278,-0.01879596),(0.02058581,0.007120434,-0.01894746),(0.02125829,0.006813803,-0.0186472),(0.02174283,0.006582131,-0.01885064),(0.02158577,0.0066399,-0.01850406),(0.02042471,0.006460247,-0.0198775),(0.02002989,0.006507668,-0.019951),(0.02038761,0.00677987,-0.01966032),(0.02000623,0.006849592,-0.01976159),(0.01963228,0.00655675,-0.0200129),(0.01923215,0.006607709,-0.02006151),(0.01962081,0.006917029,-0.01985202),(0.0192314,0.006982587,-0.01992935),(0.01996336,0.00714657,-0.01952564),(0.01959201,0.007237189,-0.01964455),(0.01921531,0.007322308,-0.01975182),(0.01953678,0.007503087,-0.01938942),(0.01917513,0.007613069,-0.01952272),(0.01989218,0.007384727,-0.01924715),(0.02032953,0.007049886,-0.01939783),(0.02024173,0.00725738,-0.01909884),(0.01882976,0.006660755,-0.02009518),(0.01842563,0.006716143,-0.02011464),(0.01883801,0.007046685,-0.0199913),(0.01844125,0.007109882,-0.02003797),(0.0180203,0.006774127,-0.02012065),(0.01761427,0.006834962,-0.02011398),(0.01804169,0.007172738,-0.02006943),(0.01763993,0.007235814,-0.02008577),(0.01844579,0.00747857,-0.01992259),(0.01805418,0.007551348,-0.0199847),(0.01765878,0.007621646,-0.02003038),(0.01805219,0.007899886,-0.01984542),(0.01766674,0.007984006,-0.01992261),(0.01843238,0.007810601,-0.01975211),(0.01883303,0.007402496,-0.01984473),(0.01880684,0.007715285,-0.01964408),(0.01720809,0.0068989,-0.02009538),(0.01680193,0.006966004,-0.02006696),(0.01723655,0.007299673,-0.02008707),(0.01683207,0.007365008,-0.02007505),(0.016396,0.007036337,-0.02003084),(0.01599047,0.007109958,-0.01998912),(0.01642702,0.007432511,-0.0200514),(0.01602193,0.007502876,-0.02001784),(0.01685924,0.007758505,-0.02007138),(0.01645677,0.007827564,-0.02006877),(0.01605359,0.007898711,-0.02005213),(0.01648553,0.008216989,-0.02004973),(0.01608679,0.008293527,-0.02005781),(0.01688243,0.008140957,-0.02002461),(0.01726019,0.007690282,-0.02005893),(0.0172765,0.008063829,-0.01998228),(0.01558555,0.007186931,-0.01994391),(0.01518119,0.007267624,-0.01989671),(0.0156173,0.007576802,-0.01997607),(0.01521334,0.00765465,-0.01992763),(0.01477733,0.007352404,-0.01984899),(0.01437395,0.007441639,-0.01980222),(0.01481025,0.007736798,-0.01987404),(0.0144082,0.007823616,-0.01981683),(0.01524811,0.00805142,-0.01998125),(0.01484671,0.0081338,-0.0199298),(0.01444681,0.008220741,-0.01986952),(0.01488839,0.008538029,-0.01998475),(0.01449066,0.008626373,-0.01993134),(0.01528748,0.008453482,-0.02002431),(0.01565056,0.007973193,-0.02002249),(0.01568719,0.008372169,-0.020049),(0.01397098,0.007535696,-0.01975791),(0.01356897,0.007634693,-0.01971848),(0.01400741,0.007915474,-0.01975751),(0.01360787,0.008012066,-0.01969943),(0.01316848,0.007738749,-0.0196864),(0.01277006,0.00784798,-0.01966411),(0.0132096,0.008113083,-0.0196459),(0.0128126,0.008218221,-0.01960024),(0.01365246,0.008408934,-0.01973078),(0.01325713,0.008508987,-0.01966048),(0.01286245,0.008612212,-0.01959501),(0.01330773,0.008915115,-0.01971202),(0.01291487,0.009017217,-0.01963417),(0.01370092,0.008815533,-0.01979049),(0.01404887,0.008312652,-0.01980182),(0.01409503,0.008719079,-0.0198651),(0.01237425,0.007962503,-0.01965405),(0.01198071,0.008081541,-0.01965598),(0.01241688,0.00832717,-0.01956577),(0.01202237,0.008439684,-0.01954298),(0.01158913,0.008204318,-0.01966967),(0.01119916,0.00833005,-0.01969486),(0.01162899,0.008555521,-0.01953231),(0.0112367,0.008674429,-0.01953425),(0.01207377,0.008826356,-0.01949205),(0.01167984,0.008937224,-0.01945704),(0.01128622,0.009050588,-0.01943466),(0.01173477,0.009334896,-0.01943936),(0.01134096,0.00944455,-0.0193941),(0.01212837,0.009227116,-0.01949582),(0.01246799,0.008718011,-0.01953846),(0.01252174,0.00912122,-0.01956142),(0.01081048,0.008457962,-0.01973133),(0.01042384,0.008588075,-0.01977956),(0.01084542,0.008796167,-0.01954925),(0.01045592,0.008920918,-0.01957811),(0.01003999,0.008720408,-0.01984007),(0.00965969,0.008854982,-0.01991334),(0.010069,0.009048868,-0.0196216),(0.009685441,0.009180204,-0.01968051),(0.01050081,0.009285051,-0.01943252),(0.01011056,0.009406797,-0.01945483),(0.009722956,0.009531981,-0.01949409),(0.01016084,0.009785973,-0.01934336),(0.009769958,0.009905008,-0.01935963),(0.01055338,0.009669768,-0.01934465),(0.01089296,0.009166421,-0.01942614),(0.01094696,0.009556066,-0.01936205),(0.009283697,0.008991817,-0.01999989),(0.008909056,0.009125168,-0.02009062),(0.00930602,0.00931511,-0.01975561),(0.008928394,0.009448726,-0.01983942),(0.008532811,0.009249287,-0.02017646),(0.00815201,0.009358429,-0.02024833),(0.008550215,0.009576192,-0.01992442),(0.008169137,0.009692645,-0.02000311),(0.00895656,0.009790167,-0.01962116),(0.008574834,0.009916216,-0.01969807),(0.008192132,0.0100356,-0.01977665),(0.008608742,0.01027286,-0.01950888),(0.008223625,0.01039231,-0.01958083),(0.008994467,0.01015048,-0.01944577),(0.009338778,0.009660931,-0.01955135),(0.009381352,0.01002719,-0.01939489),(0.007763697,0.009446851,-0.02029714),(0.007369246,0.009519485,-0.02032649),(0.007782811,0.009793225,-0.02006799),(0.007391744,0.009880752,-0.02011879),(0.006970027,0.009581262,-0.02033997),(0.006567413,0.009637124,-0.02034118),(0.006996438,0.00995805,-0.02015521),(0.006597398,0.01002794,-0.02017698),(0.007418946,0.01024468,-0.01991877),(0.007027529,0.01033587,-0.01997485),(0.006632275,0.01041915,-0.02001597),(0.007063692,0.01071738,-0.01980447),(0.006671457,0.0108118,-0.0198608),(0.007452318,0.01061543,-0.01973487),(0.007806993,0.01014484,-0.01985146),(0.007838557,0.01050678,-0.01965824),(0.006162781,0.009692001,-0.02033372),(0.00575756,0.009748682,-0.02032531),(0.00619513,0.01009324,-0.02018383),(0.005791099,0.010157,-0.02018356),(0.005353188,0.009809951,-0.02032367),(0.004951097,0.009878597,-0.02033653),(0.005386778,0.01022226,-0.02018403),(0.004983633,0.01029206,-0.02019306),(0.005830327,0.01056718,-0.02004919),(0.005426572,0.01063793,-0.02005535),(0.005022924,0.01071049,-0.0200639),(0.005471175,0.01105513,-0.0199345),(0.005067716,0.01113172,-0.01994547),(0.005873849,0.01097804,-0.01992036),(0.006232716,0.01049525,-0.02003841),(0.006274392,0.0108978,-0.01989761),(0.004552722,0.009957409,-0.02037162),(0.004158184,0.01004532,-0.0204266),(0.004583132,0.01036945,-0.02021849),(0.004185717,0.01045415,-0.02026011),(0.003767604,0.01014128,-0.02049913),(0.003381105,0.01024423,-0.02058689),(0.003791826,0.01054591,-0.02031774),(0.003401901,0.01064445,-0.02039117),(0.004221058,0.01087049,-0.02011139),(0.003824232,0.0109589,-0.02015446),(0.003431074,0.01105355,-0.02021319),(0.003864225,0.01137863,-0.02000851),(0.003468262,0.01147029,-0.02005322),(0.00426337,0.01129237,-0.01997839),(0.004620854,0.01078785,-0.02008189),(0.004664825,0.01121043,-0.01995873),(0.002998807,0.0103531,-0.02068753),(0.002621893,0.01046825,-0.02080174),(0.00301638,0.0107495,-0.02048023),(0.00263649,0.01086137,-0.02058524),(0.002251547,0.01059,-0.02093021),(0.001888951,0.01071872,-0.02107361),(0.002263454,0.01098035,-0.02070655),(0.0018985,0.01110675,-0.02084451),(0.002659159,0.01126337,-0.02038403),(0.002283013,0.01137925,-0.02049656),(0.001915149,0.01150291,-0.02062743),(0.002310367,0.01178626,-0.02030106),(0.001939128,0.01190687,-0.02042296),(0.002689914,0.01167362,-0.02019908),(0.003042281,0.01115492,-0.02028964),(0.003076352,0.01156846,-0.02011661),(0.00153529,0.01085472,-0.02123263),(0.001192232,0.01099827,-0.02140749),(0.001542851,0.01124087,-0.02099947),(0.001198557,0.01138299,-0.02117179),(0.0008614479,0.01114959,-0.02159839),(0.0005446071,0.01130891,-0.02180555),(0.0008676687,0.01153337,-0.02136186),(0.0005522358,0.01169229,-0.02157005),(0.00121059,0.01177491,-0.02094532),(0.0008787001,0.01192381,-0.02113331),(0.0005636073,0.01208169,-0.02134133),(0.0008947256,0.01232059,-0.02091282),(0.0005788291,0.01247677,-0.02111932),(0.001228567,0.01217374,-0.02072829),(0.001556874,0.0116347,-0.02077686),(0.001577614,0.01203593,-0.02056519),(0.0002433795,0.01147649,-0.02202917),(-3.946744e-5,0.01165175,-0.02226957),(0.0002543078,0.01186002,-0.02179676),(-2.396016e-5,0.0120357,-0.02204156),(-0.0003011661,0.01183411,-0.02252704),(-0.000538949,0.012023,-0.02280187),(-0.0002804135,0.01221846,-0.02230405),(-0.0005128974,0.01240741,-0.02258381),(-7.286339e-6,0.01242415,-0.02181785),(-0.0002597029,0.01260664,-0.02208425),(-0.0004878432,0.01279525,-0.02236802),(-0.0002392834,0.01299851,-0.02186741),(-0.0004642376,0.01318634,-0.02215422),(1.045727e-5,0.01281688,-0.02159825),(0.0002677144,0.01224882,-0.02156986),(0.0002836172,0.01264258,-0.02134833),(-0.0007500484,0.01221785,-0.02309438),(-0.0009453571,0.01241559,-0.02339839),(-0.000719257,0.0126017,-0.02288045),(-0.0009103843,0.01279835,-0.02318798),(-0.001135767,0.01261316,-0.02370773),(-0.001332171,0.01280749,-0.02401624),(-0.00109717,0.01299439,-0.02350044),(-0.001290507,0.01318685,-0.02381186),(-0.0008772392,0.01318463,-0.02297867),(-0.001060537,0.01337938,-0.02329389),(-0.001250929,0.01357016,-0.02360794),(-0.001027073,0.01376764,-0.02308771),(-0.001214755,0.01395694,-0.02340409),(-0.0008469083,0.01357402,-0.02277011),(-0.000690015,0.01298891,-0.02266809),(-0.0006630379,0.01337922,-0.02245703),(-0.001545462,0.01299551,-0.02431775),(-0.00177401,0.01315987,-0.02457849),(-0.001728888,0.01353563,-0.02438062),(-0.001501286,0.01337275,-0.02411627),(-0.002016187,0.01328322,-0.02476474),(-0.002270364,0.01334821,-0.02484274),(-0.002232074,0.01372636,-0.02465704),(-0.00197269,0.01365899,-0.0245719),(-0.001932249,0.01403848,-0.02437937),(-0.001686422,0.01391523,-0.02418287),(-0.00219728,0.01410817,-0.02447234),(-0.002166096,0.01449399,-0.02428788),(-0.001895531,0.01442191,-0.02418661),(-0.001647666,0.01429866,-0.02398475),(-0.001459436,0.01375395,-0.02391499),(-0.00142118,0.01413881,-0.0237135),(-0.002534911,0.01333748,-0.02477873),(-0.002802694,0.01326944,-0.0246046),(-0.002785914,0.01366089,-0.02443975),(-0.002506419,0.01372127,-0.02460303),(-0.003066576,0.01316248,-0.0243522),(-0.003319423,0.01303499,-0.02405341),(-0.00332112,0.013443,-0.02390492),(-0.003060751,0.01356241,-0.02419708),(-0.00305938,0.01396636,-0.02404731),(-0.002773445,0.01405624,-0.0242787),(-0.003327085,0.01385503,-0.02376299),(-0.003335118,0.01427051,-0.02362593),(-0.003060532,0.01437398,-0.02390127),(-0.002763938,0.01445544,-0.02412012),(-0.002481878,0.0141088,-0.02442959),(-0.002460679,0.0145003,-0.02425735),(-0.003554099,0.01290538,-0.02374009),(-0.003786446,0.01278639,-0.02344495),(-0.00378728,0.01320531,-0.02329507),(-0.003557211,0.01331985,-0.02359316),(-0.004032309,0.0126908,-0.02320069),(-0.004307529,0.01263136,-0.02304),(-0.004029579,0.01311174,-0.02304397),(-0.004302366,0.01305148,-0.02287312),(-0.004028472,0.01353582,-0.02289412),(-0.003790818,0.01362772,-0.02315241),(-0.004297734,0.01347445,-0.02271248),(-0.004028102,0.01396258,-0.02275031),(-0.004293273,0.01389995,-0.0225576),(-0.003795572,0.01405305,-0.02301574),(-0.00356396,0.01373814,-0.02345336),(-0.003572355,0.01415962,-0.02331918),(-0.00462795,0.01262082,-0.02299559),(-0.004974829,0.012632,-0.02301384),(-0.004623894,0.0130369,-0.02281583),(-0.004973658,0.01304214,-0.02281972),(-0.005329426,0.01263769,-0.02304115),(-0.005673,0.01261071,-0.0230239),(-0.005675869,0.01300866,-0.02280161),(-0.005331151,0.01304135,-0.02283244),(-0.005331402,0.0134479,-0.02262775),(-0.00497136,0.01345499,-0.02263021),(-0.005677379,0.0134099,-0.02258319),(-0.005677398,0.01381428,-0.02236868),(-0.005330108,0.01385723,-0.0224271),(-0.004967905,0.01387041,-0.02244523),(-0.004619417,0.01345568,-0.02264148),(-0.004614417,0.01387694,-0.02247232),(-0.005986809,0.01252387,-0.02290849),(-0.006285791,0.01240896,-0.02274266),(-0.006281408,0.01280157,-0.02250088),(-0.005987302,0.01291823,-0.02267487),(-0.006584879,0.01229778,-0.02257416),(-0.006899014,0.01222212,-0.02245075),(-0.006881452,0.01261563,-0.02220581),(-0.00657414,0.0126902,-0.02232831),(-0.006564732,0.01308774,-0.02208871),(-0.006277354,0.01319876,-0.02226434),(-0.006865961,0.01301451,-0.02196804),(-0.006852392,0.01341831,-0.02173735),(-0.006556518,0.01348996,-0.0218553),(-0.006273477,0.01360016,-0.02203302),(-0.005987133,0.0133165,-0.02244561),(-0.005986146,0.01371843,-0.02222073),(-0.007243129,0.01221379,-0.0224202),(-0.007592308,0.01226144,-0.02247485),(-0.007563385,0.01265916,-0.02224702),(-0.007219299,0.01260937,-0.02218204),(-0.007921628,0.01235374,-0.0226071),(-0.008206171,0.01247937,-0.02280932),(-0.008173068,0.0128778,-0.02260336),(-0.007889405,0.01275273,-0.02239079),(-0.007858942,0.01315575,-0.02218264),(-0.007536554,0.01306154,-0.02202727),(-0.008141404,0.0132797,-0.02240547),(-0.008110876,0.01368521,-0.02221559),(-0.007829932,0.01356284,-0.02198257),(-0.007511559,0.01346844,-0.0218155),(-0.007197732,0.01301012,-0.02195165),(-0.007178228,0.0134157,-0.02172893),(-0.008421019,0.01262698,-0.02307387),(-0.0085967,0.01278844,-0.02337673),(-0.008570593,0.01317798,-0.02318084),(-0.00839007,0.01302213,-0.02287474),(-0.008763744,0.0129556,-0.02369386),(-0.008952677,0.01312032,-0.02400124),(-0.008942912,0.01349351,-0.02380071),(-0.008744813,0.01333768,-0.02349753),(-0.008727322,0.01372233,-0.02330803),(-0.008545841,0.01357036,-0.02299244),(-0.008934648,0.0138689,-0.02360601),(-0.008927926,0.01424641,-0.02341685),(-0.008711248,0.01410959,-0.02312519),(-0.008522322,0.0139657,-0.02281142),(-0.008360453,0.01342035,-0.02268349),(-0.008331936,0.01382187,-0.02250004),(-0.009194035,0.01327445,-0.02427485),(-0.009479157,0.01340599,-0.02450519),(-0.009490472,0.01375761,-0.02428483),(-0.009195069,0.01363776,-0.02406627),(-0.009799394,0.01350294,-0.02468276),(-0.01014609,0.01355331,-0.02479808),(-0.01016779,0.01387288,-0.02454354),(-0.009818315,0.01384026,-0.02444704),(-0.009837413,0.01417815,-0.02421269),(-0.009502894,0.01411028,-0.0240673),(-0.01018793,0.01419283,-0.02428928),(-0.01020639,0.01451269,-0.02403452),(-0.009856595,0.01451612,-0.02397895),(-0.009516394,0.01446359,-0.02385197),(-0.009197571,0.01400271,-0.02386208),(-0.009201573,0.01436905,-0.02366185),(-0.01051059,0.01354508,-0.02484164),(-0.01085989,0.01347628,-0.02482405),(-0.01086706,0.01375065,-0.02452465),(-0.01052808,0.01384264,-0.02456496),(-0.01116096,0.01334491,-0.02475587),(-0.0113808,0.01314898,-0.02464768),(-0.01135246,0.01338571,-0.0243123),(-0.01115256,0.01359797,-0.02443598),(-0.0111338,0.01385311,-0.02411666),(-0.01086674,0.01402626,-0.02422523),(-0.01131179,0.01362543,-0.02397845),(-0.01125896,0.01386843,-0.02364607),(-0.01110472,0.01411046,-0.02379766),(-0.0108589,0.01430305,-0.02392531),(-0.01054125,0.01414085,-0.02428812),(-0.01054997,0.0144394,-0.02401046),(-0.0114864,0.01288652,-0.02451007),(-0.01149505,0.01257668,-0.02435602),(-0.0114196,0.01280232,-0.02401015),(-0.01143459,0.01311493,-0.02416695),(-0.01142403,0.01223862,-0.02419852),(-0.01129065,0.01189152,-0.02405054),(-0.01118078,0.01211818,-0.02370301),(-0.01132812,0.01246451,-0.0238521),(-0.01122232,0.01269584,-0.02351061),(-0.01133238,0.01303273,-0.02366831),(-0.01106359,0.01235069,-0.0233606),(-0.01093983,0.01258881,-0.02302328),(-0.0111072,0.01293246,-0.02317401),(-0.01123379,0.01326794,-0.02333053),(-0.01137009,0.01334729,-0.02382663),(-0.01129318,0.01358376,-0.02348912),(-0.0111122,0.01155454,-0.02392509),(-0.01092286,0.01122401,-0.02381031),(-0.01081366,0.01144792,-0.02345195),(-0.01099823,0.01177998,-0.02357307),(-0.01075684,0.01089628,-0.02369438),(-0.01064831,0.01056766,-0.02356546),(-0.01057134,0.01079428,-0.02319476),(-0.01066029,0.01112001,-0.0233293),(-0.01056504,0.01134979,-0.02296642),(-0.01070302,0.01167771,-0.02309678),(-0.01049785,0.0110275,-0.02282608),(-0.01042924,0.01126783,-0.02245969),(-0.01047253,0.01158592,-0.02260583),(-0.01059223,0.01191348,-0.02274477),(-0.01087984,0.01201133,-0.02322542),(-0.01075809,0.01224846,-0.02288206),(-0.01063147,0.01023451,-0.0234117),(-0.01070119,0.009919381,-0.02325615),(-0.01067727,0.01016462,-0.02288254),(-0.01058001,0.01046872,-0.02303799),(-0.01085233,0.009644819,-0.02312184),(-0.01107977,0.009433388,-0.02303182),(-0.01110147,0.009705892,-0.02266986),(-0.0108541,0.009903251,-0.02275198),(-0.01086145,0.01017225,-0.0223895),(-0.01065883,0.0104192,-0.02251414),(-0.01112845,0.009989494,-0.02231704),(-0.01116051,0.01028438,-0.02197446),(-0.01087449,0.01045219,-0.02203543),(-0.01064645,0.0106836,-0.02215176),(-0.01053337,0.01071079,-0.0226675),(-0.01049262,0.01096127,-0.02230076),(-0.01137837,0.009307637,-0.02300911),(-0.01172501,0.009254913,-0.02304601),(-0.01176057,0.009553002,-0.02271146),(-0.01141034,0.009593818,-0.02265975),(-0.01209656,0.009262559,-0.02313479),(-0.0124699,0.00931792,-0.02326773),(-0.01250447,0.009629034,-0.02295977),(-0.012132,0.009569418,-0.02281485),(-0.01217113,0.009883435,-0.022504),(-0.01180029,0.009860119,-0.0223867),(-0.01254259,0.009945384,-0.02265972),(-0.01258458,0.0102664,-0.02236762),(-0.01221407,0.01020419,-0.02220256),(-0.01184406,0.01017602,-0.02207243),(-0.01144706,0.00989046,-0.02232024),(-0.01148828,0.01019753,-0.0219916),(-0.0128219,0.009408337,-0.0234371),(-0.01316297,0.009518668,-0.02362633),(-0.01320188,0.009821659,-0.02332763),(-0.01285783,0.009717827,-0.02313604),(-0.01350356,0.009633775,-0.02381881),(-0.01385406,0.009738513,-0.02399796),(-0.01390126,0.0100179,-0.02369259),(-0.01354642,0.009926395,-0.02351849),(-0.01359444,0.01022022,-0.02322162),(-0.01324533,0.01012692,-0.02303387),(-0.01395393,0.01029766,-0.02338936),(-0.01401221,0.01057735,-0.02308798),(-0.01364782,0.01051468,-0.02292786),(-0.01329363,0.01043384,-0.02274475),(-0.01289769,0.01003093,-0.02284146),(-0.01294183,0.01034702,-0.02255318),(-0.01422491,0.009817741,-0.02414718),(-0.01461114,0.009869101,-0.02426632),(-0.01466571,0.01011682,-0.02394305),(-0.01427621,0.01008204,-0.02383388),(-0.01500776,0.009890232,-0.02435522),(-0.01540979,0.009878775,-0.02441372),(-0.01506422,0.01012027,-0.02402079),(-0.01546621,0.01009038,-0.02406779),(-0.01512414,0.01034889,-0.02368623),(-0.01472483,0.01036376,-0.02362024),(-0.01552464,0.0102997,-0.02372116),(-0.01518749,0.01057623,-0.02335161),(-0.01558491,0.01050702,-0.02337402),(-0.01478855,0.01060987,-0.02329782),(-0.01433275,0.0103461,-0.02352176),(-0.01439462,0.01060966,-0.02321062),(-0.01581227,0.009832375,-0.02444166),(-0.01620612,0.009746729,-0.02444201),(-0.01586613,0.01002517,-0.02408473),(-0.01625396,0.009920252,-0.02407489),(-0.01658228,0.009617539,-0.02441774),(-0.01693169,0.009440508,-0.02437183),(-0.01661968,0.009771226,-0.02404151),(-0.01695327,0.009573695,-0.02398786),(-0.01630015,0.01008893,-0.02370586),(-0.01665325,0.009919077,-0.02366313),(-0.01696865,0.009700716,-0.023602),(-0.01668192,0.01006158,-0.02328297),(-0.01697655,0.009822187,-0.0232147),(-0.01634391,0.01025318,-0.02333525),(-0.0159203,0.01021443,-0.02372645),(-0.01597431,0.0104005,-0.02336708),(-0.01724527,0.009211332,-0.02430724),(-0.01751178,0.008937106,-0.02423322),(-0.01748401,0.009029058,-0.02383956),(-0.01724472,0.009323267,-0.02391721),(-0.01772,0.008624919,-0.02415901),(-0.01785869,0.008281861,-0.02409386),(-0.01776614,0.008345752,-0.02370323),(-0.01766115,0.008700183,-0.0237649),(-0.01758923,0.008773617,-0.02337305),(-0.01744506,0.009117024,-0.02344639),(-0.01765947,0.008410459,-0.02331678),(-0.01753819,0.00847757,-0.02293551),(-0.01750337,0.008846662,-0.02298438),(-0.01739381,0.009202167,-0.02305448),(-0.0172354,0.00942971,-0.02352624),(-0.01721602,0.009531531,-0.0231349),(-0.0179166,0.007915026,-0.02404703),(-0.01789954,0.007540812,-0.02402536),(-0.01773759,0.007603178,-0.02365473),(-0.01778897,0.007974886,-0.02366455),(-0.01781329,0.007175618,-0.02403572),(-0.01766364,0.00683585,-0.02408496),(-0.01744395,0.006919642,-0.02374512),(-0.01761993,0.007246233,-0.02367963),(-0.01741538,0.007325917,-0.02333244),(-0.01756272,0.00767219,-0.02329179),(-0.01721518,0.007014116,-0.02341476),(-0.01697836,0.007119813,-0.02309448),(-0.01720047,0.007415704,-0.02299502),(-0.01737539,0.007749213,-0.02293755),(-0.01764735,0.008038509,-0.02328813),(-0.01749175,0.008107464,-0.02291881),(-0.0174564,0.006537906,-0.02417996),(-0.01720442,0.006279953,-0.02431457),(-0.01695237,0.006399274,-0.02400765),(-0.01721757,0.006639011,-0.02385708),(-0.01692056,0.006060153,-0.0244827),(-0.0166177,0.005876674,-0.02467818),(-0.01635186,0.006022254,-0.02439339),(-0.01665995,0.006195376,-0.02418903),(-0.01639695,0.006338953,-0.02390182),(-0.01669581,0.006528909,-0.02370893),(-0.01608552,0.006173061,-0.02411262),(-0.01581898,0.006327427,-0.02383486),(-0.01613196,0.006489606,-0.02362042),(-0.01643535,0.006668143,-0.0234182),(-0.01697194,0.006751204,-0.02354341),(-0.0167204,0.006874419,-0.02323921),(-0.01630869,0.005727682,-0.02489494),(-0.01599837,0.005593145,-0.02511967),(-0.01603969,0.00587485,-0.0246129),(-0.01572948,0.005734096,-0.02483472),(-0.01569156,0.005453032,-0.02533907),(-0.01539311,0.005287312,-0.02553988),(-0.01513901,0.005396276,-0.02523401),(-0.01542724,0.005580928,-0.02504603),(-0.01516715,0.005701076,-0.02474769),(-0.01546298,0.005871383,-0.02454752),(-0.01489179,0.005494776,-0.02492039),(-0.01465354,0.005582328,-0.02459782),(-0.01491293,0.005812296,-0.02444265),(-0.01519996,0.006003389,-0.02425665),(-0.01577165,0.006022958,-0.02433184),(-0.01550515,0.006170229,-0.02405049),(-0.01510783,0.005075953,-0.0257088),(-0.01485339,0.004822928,-0.02584476),(-0.01464001,0.004883192,-0.02550264),(-0.01487082,0.005161078,-0.02538582),(-0.01464742,0.004532205,-0.02594668),(-0.01450759,0.004207758,-0.0260135),(-0.01435993,0.004230821,-0.02563599),(-0.01446393,0.004570486,-0.02558564),(-0.01429927,0.004601963,-0.02521545),(-0.01444159,0.00493382,-0.02515086),(-0.01423378,0.004251054,-0.02525083),(-0.01413111,0.00427161,-0.02485891),(-0.01415572,0.004629104,-0.02483651),(-0.01426058,0.004976326,-0.02478922),(-0.01464452,0.005235225,-0.02505365),(-0.01443131,0.005298869,-0.0247115),(-0.01445155,0.003853556,-0.02604413),(-0.01447751,0.003492094,-0.02605003),(-0.01441476,0.003515668,-0.0256537),(-0.01434534,0.00387206,-0.02565487),(-0.01458368,0.003145871,-0.02604263),(-0.01476828,0.002837381,-0.02603339),(-0.01478395,0.002895846,-0.02563685),(-0.01456277,0.003183108,-0.02564389),(-0.0145607,0.003231999,-0.02524625),(-0.01437331,0.003546174,-0.02525518),(-0.01481475,0.002969862,-0.02524465),(-0.01486006,0.003062735,-0.02485913),(-0.01457744,0.00329584,-0.02485166),(-0.01435383,0.003587005,-0.02485608),(-0.01426141,0.003892492,-0.02526039),(-0.0142011,0.003918253,-0.02486197),(-0.01502953,0.00258912,-0.02603375),(-0.01534674,0.002405043,-0.0260506),(-0.01541021,0.002521734,-0.02567036),(-0.01507291,0.002675346,-0.02564402),(-0.01569919,0.002289104,-0.02609081),(-0.0160662,0.002245256,-0.02616127),(-0.01615227,0.002415681,-0.0258006),(-0.01577647,0.002435137,-0.02572089),(-0.01585514,0.002599216,-0.02536089),(-0.0154792,0.002657433,-0.02529927),(-0.01623725,0.00260105,-0.02544899),(-0.01593391,0.002786042,-0.02501494),(-0.01631976,0.002806704,-0.02511108),(-0.01555253,0.00281623,-0.02494085),(-0.01512666,0.002779661,-0.02526142),(-0.01518984,0.002905663,-0.02488888),(-0.01642708,0.002277452,-0.02626886),(-0.01678648,0.002357817,-0.02639893),(-0.01651819,0.002463494,-0.02591448),(-0.01687991,0.002550559,-0.02604777),(-0.01714904,0.002458472,-0.02653683),(-0.01751944,0.002551538,-0.02666789),(-0.01724306,0.002648862,-0.02618572),(-0.01761329,0.002730388,-0.02631358),(-0.01697392,0.002746014,-0.02569879),(-0.01733971,0.00283521,-0.02583266),(-0.01771131,0.002899593,-0.02595391),(-0.01743714,0.003024907,-0.02548269),(-0.01781159,0.003067606,-0.02559384),(-0.01706676,0.002950769,-0.0253571),(-0.0166083,0.002658972,-0.02556627),(-0.01669583,0.002869824,-0.02522918),(-0.01790231,0.00260914,-0.02677748),(-0.01828953,0.002624785,-0.02686588),(-0.01799627,0.002767119,-0.0264166),(-0.01838159,0.002754602,-0.02649672),(-0.01867297,0.002591983,-0.02693339),(-0.01904448,0.002504243,-0.0269803),(-0.01875885,0.002688383,-0.02655592),(-0.01911765,0.002564004,-0.02659615),(-0.01847684,0.002870448,-0.02612019),(-0.01884692,0.002771772,-0.02617188),(-0.01919265,0.002613597,-0.02620704),(-0.01893748,0.00285579,-0.02578523),(-0.01927229,0.002668965,-0.0258163),(-0.01857417,0.002983923,-0.02574072),(-0.01809433,0.002912197,-0.02604864),(-0.01819474,0.003054236,-0.02567838),(-0.01939594,0.002355074,-0.02700694),(-0.01973156,0.002157486,-0.02702051),(-0.01944759,0.002377014,-0.02661936),(-0.01975807,0.002143973,-0.02663155),(-0.02005552,0.001924486,-0.02702829),(-0.02037205,0.001669083,-0.02703751),(-0.02005847,0.001881442,-0.02663867),(-0.0203582,0.001605984,-0.02664672),(-0.01978907,0.002129983,-0.02624208),(-0.02006732,0.00184246,-0.02625056),(-0.02035065,0.001549738,-0.02625872),(-0.02009664,0.001829679,-0.02586455),(-0.02036586,0.001522469,-0.02587341),(-0.01983553,0.002136263,-0.02585363),(-0.0195021,0.002393347,-0.02622901),(-0.0195662,0.002422574,-0.02583833),(-0.02068534,0.001404286,-0.02705543),(-0.02100275,0.001145876,-0.02707831),(-0.02066663,0.001334162,-0.02666166),(-0.0209875,0.001078657,-0.02668052),(-0.02133163,0.0009096315,-0.02710243),(-0.02167933,0.0007113342,-0.02712405),(-0.02132452,0.0008521518,-0.02670029),(-0.02168138,0.0006673305,-0.02671798),(-0.02097461,0.001016523,-0.02628517),(-0.02131668,0.0007979423,-0.02629981),(-0.02167976,0.0006259871,-0.02631298),(-0.02131739,0.0007605189,-0.02590058),(-0.02168017,0.0005977275,-0.0259089),(-0.02097694,0.0009764995,-0.0258917),(-0.02065284,0.001270773,-0.02627087),(-0.02065953,0.001234279,-0.02588256),(-0.02205322,0.000566764,-0.02713946),(-0.02244407,0.0004783254,-0.02715097),(-0.02206182,0.0005368753,-0.02673062),(-0.02245697,0.0004623597,-0.02674035),(-0.02284268,0.0004484226,-0.02716091),(-0.02323985,0.0004794599,-0.0271716),(-0.02285797,0.0004453568,-0.02674933),(-0.02325597,0.0004874398,-0.02675971),(-0.02286501,0.0004543045,-0.02633964),(-0.02246254,0.000454495,-0.02633115),(-0.02326337,0.0005107154,-0.02635007),(-0.02326197,0.000555044,-0.025944),(-0.02286404,0.0004819028,-0.02593294),(-0.02246206,0.0004621496,-0.02592407),(-0.02206459,0.0005116136,-0.02632284),(-0.02206458,0.0004995143,-0.02591639),(-0.02362636,0.0005738417,-0.02718535),(-0.02399534,0.0007260126,-0.02720329),(-0.0236421,0.0005901818,-0.02677365),(-0.02400962,0.0007485707,-0.02679214),(-0.02433988,0.0009304172,-0.02722655),(-0.02465311,0.001181501,-0.02725626),(-0.02466175,0.00121224,-0.02684665),(-0.02435175,0.0009575945,-0.02681615),(-0.02401512,0.0007883936,-0.02638297),(-0.02435483,0.001001726,-0.02640746),(-0.02466131,0.00125943,-0.02643863),(-0.02435029,0.001064004,-0.02600162),(-0.02465313,0.001323161,-0.02603323),(-0.02401253,0.0008481975,-0.02597706),(-0.02364902,0.000623401,-0.02636418),(-0.02364727,0.0006778432,-0.02595829),(-0.02492812,0.001473707,-0.02729354),(-0.02517447,0.001796757,-0.02733649),(-0.02517484,0.00183321,-0.02692824),(-0.02493288,0.001507496,-0.02688464),(-0.02540172,0.002140367,-0.02738322),(-0.02561942,0.002494259,-0.02743184),(-0.02561016,0.0025354,-0.02702478),(-0.02539736,0.002179228,-0.02697557),(-0.02538043,0.002234564,-0.02657066),(-0.02516409,0.00188595,-0.02652216),(-0.02558674,0.002593279,-0.02662108),(-0.02554672,0.002669141,-0.02622224),(-0.0253498,0.002306866,-0.02616977),(-0.02514229,0.001954904,-0.02611939),(-0.02492773,0.001557538,-0.02647751),(-0.02491359,0.001623565,-0.02607318),(0.04283964,0.002795677,-0.01120722),(0.04245704,0.002864619,-0.01135228),(0.04207405,0.002931918,-0.01149707),(0.04229945,0.002834946,-0.01097044),(0.04191869,0.002916491,-0.01111398),(0.0426797,0.00275129,-0.01082677),(0.04169023,0.002995927,-0.01164132),(0.0413052,0.003055003,-0.01178475),(0.04153693,0.002993813,-0.01125728),(0.04115369,0.0030648,-0.0114002),(0.04176548,0.002907351,-0.01072997),(0.0413856,0.00299587,-0.01087243),(0.04100396,0.003076145,-0.01101501),(0.04123691,0.003001959,-0.01048648),(0.04085632,0.003087107,-0.01062901),(0.04161547,0.002906124,-0.01034455),(0.04252227,0.002716572,-0.01044523),(0.04214417,0.002813335,-0.01058758),(0.04199267,0.002803165,-0.01020302),(0.04236919,0.002696643,-0.0100617),(0.04091854,0.003107502,-0.01192711),(0.0405301,0.003152456,-0.01206771),(0.04076847,0.00312734,-0.01154263),(0.04038112,0.003180977,-0.01168379),(0.04013976,0.003188899,-0.01220588),(0.03974736,0.003215865,-0.01234095),(0.03999153,0.003225252,-0.01182288),(0.03959956,0.003259709,-0.01195914),(0.0402335,0.003204154,-0.01129968),(0.0398445,0.003252744,-0.01143997),(0.03945288,0.003291634,-0.01157772),(0.03969827,0.003263777,-0.01105729),(0.0393068,0.003302013,-0.0111968),(0.040087,0.003216335,-0.01091546),(0.04061995,0.00314543,-0.01115772),(0.04047302,0.003158005,-0.01077235),(0.03935275,0.003232388,-0.01247224),(0.03895657,0.003240358,-0.01260076),(0.03920509,0.003283889,-0.01209179),(0.0388088,0.003299132,-0.01222165),(0.03855946,0.003241667,-0.0127275),(0.03816204,0.003238206,-0.01285348),(0.03841141,0.00330678,-0.01234959),(0.03801362,0.003308171,-0.01247643),(0.03866224,0.00334238,-0.01184346),(0.03826471,0.003355804,-0.01197274),(0.03786667,0.003362307,-0.01210046),(0.03811889,0.003373371,-0.01159672),(0.0377208,0.003384215,-0.01172513),(0.0385164,0.003356358,-0.01146612),(0.03905855,0.003321251,-0.011712),(0.03891261,0.003332722,-0.01133295),(0.03776495,0.003231866,-0.01297968),(0.0373681,0.003223435,-0.01310612),(0.03761614,0.003304646,-0.01260302),(0.03721889,0.003297231,-0.01272952),(0.03697144,0.003213699,-0.01323279),(0.03657489,0.003203445,-0.0133597),(0.03682179,0.003286951,-0.01285607),(0.03642474,0.003274831,-0.0129828),(0.03707128,0.003357886,-0.01235351),(0.03667376,0.003348937,-0.01247956),(0.03627625,0.003336814,-0.01260579),(0.03652709,0.003384425,-0.01210233),(0.03612919,0.003375374,-0.01222764),(0.03692495,0.003389246,-0.01197726),(0.03746889,0.003362672,-0.01222726),(0.03732284,0.003389341,-0.01185175),(0.03617837,0.00319346,-0.01348686),(0.03578169,0.003182641,-0.01361366),(0.03602769,0.003261897,-0.01310988),(0.03563041,0.003247175,-0.01323662),(0.03538465,0.003169884,-0.01373951),(0.03498707,0.003154082,-0.01386381),(0.0352327,0.003229692,-0.01336236),(0.03483434,0.003208474,-0.01348643),(0.03548085,0.003305259,-0.01285911),(0.03508248,0.003284338,-0.01298467),(0.03468334,0.003258996,-0.01310848),(0.0349339,0.003324099,-0.01260554),(0.03453403,0.003297537,-0.01272921),(0.03533287,0.003345641,-0.01248013),(0.0358787,0.003322502,-0.01273256),(0.0357312,0.003362589,-0.01235387),(0.03458874,0.003134135,-0.01398594),(0.03418988,0.003112775,-0.01410644),(0.03443513,0.003182547,-0.01360815),(0.03403535,0.003154782,-0.01372811),(0.03379072,0.003092738,-0.01422581),(0.03339146,0.003076756,-0.01434457),(0.03363529,0.003128043,-0.01384688),(0.03323521,0.003105201,-0.01396507),(0.03388247,0.003195702,-0.01334922),(0.03348142,0.003163523,-0.01346744),(0.03308046,0.003134836,-0.01358507),(0.0333291,0.003196096,-0.01308719),(0.03292714,0.003164162,-0.01320443),(0.0337312,0.003230795,-0.01296935),(0.03428322,0.003228489,-0.01322978),(0.03413298,0.003265522,-0.01285026),(0.03299233,0.003067564,-0.01446323),(0.03259315,0.003063583,-0.01458184),(0.03283542,0.003089124,-0.01408323),(0.03243563,0.003078461,-0.01420148),(0.03219375,0.003063234,-0.01470046),(0.03179397,0.003064941,-0.01481916),(0.03203557,0.003071863,-0.01431994),(0.03163496,0.003067981,-0.01443869),(0.03227947,0.003095598,-0.01382065),(0.03187872,0.003083053,-0.01393891),(0.03147731,0.003073894,-0.01405767),(0.03172292,0.003098895,-0.0135575),(0.03132068,0.00308524,-0.01367625),(0.03212446,0.003116184,-0.01343941),(0.03267994,0.003112526,-0.01370276),(0.03252573,0.003137732,-0.01332178),(0.03139364,0.003067124,-0.01493798),(0.03099323,0.003068698,-0.01505779),(0.03123354,0.003065465,-0.01455786),(0.03083184,0.003063058,-0.0146783),(0.03059321,0.003068581,-0.01517947),(0.03019407,0.003065689,-0.01530387),(0.0304304,0.003059502,-0.01480088),(0.03002973,0.00305354,-0.01492647),(0.03067199,0.003061512,-0.014298),(0.03026923,0.003055823,-0.01442121),(0.02986716,0.003048826,-0.01454754),(0.03010958,0.0030585,-0.01404063),(0.02970629,0.003051118,-0.0141674),(0.03051345,0.003066006,-0.01391704),(0.03107488,0.003067125,-0.0141771),(0.03091734,0.003074598,-0.01379583),(0.02979628,0.003058936,-0.01543186),(0.0293997,0.003051111,-0.01556337),(0.0296304,0.003043915,-0.01505593),(0.02923215,0.003033335,-0.01518901),(0.02900418,0.003044999,-0.01569832),(0.02860959,0.003043389,-0.01583666),(0.02883475,0.003024507,-0.01532545),(0.02843798,0.00302014,-0.01546502),(0.02906649,0.003029233,-0.01481176),(0.02866727,0.003020679,-0.0149491),(0.02826841,0.00301565,-0.01508958),(0.02850193,0.003028395,-0.01457048),(0.02810119,0.003024334,-0.01471169),(0.0289028,0.003034954,-0.01443255),(0.02946634,0.003039288,-0.01467781),(0.02930414,0.0030429,-0.01429811),(0.0282158,0.003049067,-0.01597831),(0.02782329,0.003065471,-0.01612148),(0.02804158,0.00302294,-0.01560744),(0.02764595,0.003035597,-0.01575152),(0.02743255,0.00309604,-0.0162644),(0.02704407,0.003144211,-0.01640527),(0.02725147,0.003060797,-0.01589603),(0.02685851,0.00310123,-0.01603977),(0.0274711,0.003024872,-0.01537816),(0.02707332,0.00304442,-0.0155243),(0.02667654,0.003077455,-0.01567038),(0.02689883,0.003044963,-0.01514991),(0.02649891,0.003072064,-0.01529782),(0.02729937,0.003029832,-0.01500231),(0.02786958,0.003016165,-0.01523293),(0.02770025,0.003023885,-0.01485594),(0.02665832,0.003213424,-0.01654232),(0.02627712,0.003305586,-0.01667421),(0.02646746,0.003159584,-0.01618151),(0.02608008,0.003238484,-0.01631979),(0.02590219,0.003422605,-0.0167996),(0.02553534,0.003566388,-0.01691715),(0.0256981,0.003340559,-0.01645314),(0.02532329,0.003468435,-0.01658007),(0.02588851,0.00319465,-0.01595819),(0.0255004,0.003284254,-0.01609737),(0.02511831,0.003398159,-0.01623173),(0.02530969,0.003252163,-0.01573426),(0.02492117,0.003353679,-0.01587424),(0.02570303,0.003173098,-0.01559091),(0.02628108,0.003126624,-0.01581543),(0.02609987,0.00311392,-0.01544513),(0.02517833,0.003738843,-0.01702553),(0.02483049,0.003935456,-0.01712591),(0.02495742,0.003624739,-0.01669912),(0.02460048,0.003806078,-0.01681055),(0.02449114,0.00415171,-0.01721948),(0.0241596,0.004383092,-0.0173074),(0.02425247,0.004009058,-0.01691463),(0.02391339,0.004230288,-0.01701161),(0.02437754,0.003704772,-0.01648171),(0.02402014,0.003892956,-0.01659647),(0.02367225,0.004101376,-0.01670384),(0.02379691,0.003803381,-0.01626503),(0.02343971,0.003997541,-0.01638266),(0.02416365,0.003630525,-0.01614051),(0.02474381,0.003539085,-0.01635998),(0.02453878,0.003480212,-0.01600995),(0.0238352,0.004625088,-0.01739086),(0.0235174,0.004875463,-0.01747218),(0.02358328,0.004466374,-0.01710177),(0.02326166,0.004714997,-0.01718733),(0.02320568,0.005131985,-0.01755366),(0.02289951,0.005392421,-0.01763763),(0.02294809,0.004973834,-0.01727051),(0.02264214,0.005240567,-0.01735355),(0.02300665,0.004569806,-0.0168968),(0.02268833,0.004825155,-0.01698582),(0.02237928,0.005091484,-0.01707215),(0.02243179,0.0046916,-0.01669307),(0.02211679,0.004952788,-0.01678589),(0.02275722,0.004443858,-0.01659562),(0.02333452,0.004327769,-0.01680337),(0.02309317,0.004211769,-0.0164925),(0.02259835,0.005654538,-0.01772639),(0.02229964,0.005913865,-0.01782208),(0.02234336,0.005512877,-0.01743864),(0.02204921,0.005786367,-0.01752849),(0.02200082,0.006165934,-0.01792683),(0.02169931,0.00640627,-0.01804277),(0.02175718,0.00605665,-0.01762579),(0.02146474,0.00631933,-0.01773322),(0.02178577,0.005646205,-0.01724478),(0.02149671,0.00592682,-0.0173369),(0.0212097,0.006204419,-0.01743673),(0.02122607,0.005790739,-0.01705405),(0.02094077,0.006077311,-0.01714929),(0.02151588,0.00550562,-0.01696359),(0.0220792,0.005366464,-0.01715751),(0.02181213,0.005225216,-0.01687513),(0.02139254,0.006630404,-0.01817205),(0.02108065,0.006839562,-0.01831213),(0.02116936,0.006570017,-0.01785346),(0.02087081,0.006808985,-0.01798491),(0.02076375,0.007034969,-0.01846053),(0.02044197,0.007217852,-0.01861471),(0.02056882,0.007036515,-0.01812593),(0.02026316,0.007252879,-0.0182749),(0.02063436,0.006738285,-0.01766779),(0.02034484,0.006993313,-0.01779799),(0.0200533,0.007239573,-0.01793731),(0.02009667,0.006920762,-0.01748257),(0.01981635,0.007191989,-0.01761125),(0.02037693,0.006643672,-0.01736303),(0.02092245,0.006475114,-0.0175472),(0.02065801,0.006362072,-0.01725211),(0.02011542,0.007389436,-0.01877219),(0.0197836,0.007550188,-0.01893009),(0.01995357,0.007458357,-0.0184302),(0.01963949,0.007653146,-0.01858936),(0.019446,0.007700582,-0.01908559),(0.01910212,0.00784108,-0.01923583),(0.01932036,0.00783745,-0.01874988),(0.01899561,0.008011466,-0.0189093),(0.01946176,0.007703792,-0.01823982),(0.01916055,0.007921474,-0.01839915),(0.0188549,0.008129352,-0.01856129),(0.01896724,0.007960435,-0.01805023),(0.0186793,0.008199863,-0.01820996),(0.01925229,0.007712319,-0.01789635),(0.01975914,0.007476445,-0.01808523),(0.0195351,0.007456007,-0.0177496),(0.01875146,0.007972158,-0.01937796),(0.01839412,0.00809437,-0.01951014),(0.01866466,0.008175396,-0.01906512),(0.01832714,0.008329287,-0.01921528),(0.01803019,0.008208279,-0.01963052),(0.01765977,0.008314442,-0.01973725),(0.01798268,0.008473182,-0.01935772),(0.0176309,0.00860713,-0.01949036),(0.01822758,0.008514761,-0.01888615),(0.01790421,0.00869125,-0.01904472),(0.01757319,0.008856241,-0.01919795),(0.01778928,0.00885914,-0.01870922),(0.01747972,0.009055951,-0.01887608),(0.01809157,0.008650199,-0.01854133),(0.01854419,0.008327289,-0.01872431),(0.01838783,0.008430112,-0.01837428),(0.01728296,0.008413419,-0.01982849),(0.01690062,0.008506827,-0.01990339),(0.01727141,0.008731173,-0.01961114),(0.01690476,0.008846689,-0.01971822),(0.01651362,0.008596282,-0.01996108),(0.01612282,0.008683397,-0.02000071),(0.01653148,0.008955057,-0.01980978),(0.01615212,0.009057649,-0.01988398),(0.01688577,0.009151121,-0.01947961),(0.01652956,0.009282934,-0.01960282),(0.01616513,0.009405611,-0.01971079),(0.0164983,0.009569532,-0.01934716),(0.01615228,0.00971661,-0.01948429),(0.01683461,0.009410698,-0.01919807),(0.01723369,0.009009211,-0.01934379),(0.01716162,0.009239655,-0.01904004),(0.01572908,0.008769793,-0.02002143),(0.01533344,0.008856388,-0.02002355),(0.0157672,0.009155845,-0.019939),(0.01537802,0.009250971,-0.01997428),(0.01493695,0.008944108,-0.02000741),(0.01454064,0.009033874,-0.01997331),(0.01498583,0.009344346,-0.01998929),(0.01459192,0.009437302,-0.01998349),(0.01541325,0.009628056,-0.01987178),(0.0150285,0.009731052,-0.01992193),(0.01463967,0.009830717,-0.01994992),(0.0150584,0.01009654,-0.01979686),(0.01467905,0.01020818,-0.01986068),(0.01543117,0.009978482,-0.01971137),(0.01579258,0.009520113,-0.01980093),(0.01579618,0.009852383,-0.01960644),(0.01414557,0.009126607,-0.01992159),(0.01375146,0.009222096,-0.01985651),(0.01419756,0.009531159,-0.01995632),(0.01380308,0.009626349,-0.01991139),(0.01335806,0.009320133,-0.01978237),(0.01296509,0.009420502,-0.01970344),(0.01340881,0.009723295,-0.01985225),(0.01301507,0.009822426,-0.01978251),(0.01385478,0.01002601,-0.01993764),(0.01346066,0.01012386,-0.01990239),(0.01306673,0.01022335,-0.01985107),(0.01351432,0.0105211,-0.01991349),(0.01312201,0.01062362,-0.0198888),(0.01390557,0.01041879,-0.01991782),(0.01424811,0.009928663,-0.01995432),(0.01429429,0.01031504,-0.01990061),(0.0125723,0.009522997,-0.019624),(0.0121796,0.009627527,-0.01954685),(0.01262218,0.009924171,-0.01970574),(0.01223002,0.01002837,-0.01962535),(0.01178691,0.009734,-0.01947478),(0.01139416,0.009842333,-0.01941057),(0.01183844,0.01013485,-0.01954473),(0.01144728,0.01024345,-0.01946729),(0.01228223,0.01043042,-0.0197115),(0.01189154,0.01053774,-0.01963069),(0.01150178,0.01064741,-0.0195475),(0.01194839,0.01094299,-0.0197141),(0.01155911,0.01105373,-0.01963441),(0.0123388,0.01083446,-0.01978547),(0.01267394,0.01032558,-0.0197862),(0.01273009,0.01072804,-0.01984491),(0.01100127,0.009952432,-0.01935702),(0.01060849,0.01006437,-0.01931636),(0.01105642,0.01035402,-0.01939643),(0.01066562,0.01046624,-0.01933533),(0.01021604,0.01017819,-0.01929082),(0.009824169,0.01029398,-0.01928263),(0.01027466,0.01057982,-0.0192872),(0.009883313,0.01069445,-0.01925522),(0.01072425,0.01087279,-0.01938928),(0.0103352,0.01098722,-0.01932251),(0.009945121,0.01110197,-0.0192695),(0.01039616,0.01139678,-0.01938677),(0.01000731,0.01151212,-0.01931756),(0.01078385,0.01128142,-0.01946589),(0.01111289,0.01075931,-0.01946565),(0.01117121,0.0111668,-0.01955005),(0.009433118,0.01041178,-0.01929404),(0.00904302,0.01053066,-0.01932321),(0.009491362,0.01080982,-0.0192426),(0.009099388,0.01092571,-0.01924874),(0.008654014,0.01064964,-0.01936832),(0.008266234,0.01076778,-0.01942754),(0.008707975,0.01104187,-0.01927306),(0.008317715,0.01115808,-0.01931499),(0.009160727,0.01133067,-0.01921762),(0.008767954,0.0114449,-0.01921979),(0.008375821,0.01155925,-0.01924138),(0.008831277,0.01185405,-0.01920519),(0.008438302,0.01196736,-0.01920493),(0.009224208,0.01174054,-0.01922514),(0.009553373,0.01121641,-0.01923436),(0.00961644,0.01162663,-0.01926314),(0.007879818,0.01088413,-0.01949906),(0.007493326,0.01099713,-0.01957554),(0.007929192,0.01127409,-0.01937393),(0.007541133,0.01138834,-0.01944259),(0.007105318,0.01110525,-0.01964967),(0.006714359,0.01120695,-0.01971412),(0.007152261,0.01149925,-0.01951368),(0.006761308,0.01160526,-0.01957989),(0.007594905,0.01178757,-0.01933785),(0.007204375,0.01189915,-0.01939974),(0.00681263,0.01200743,-0.01946207),(0.00726151,0.01230472,-0.01931109),(0.006868653,0.0124141,-0.01936461),(0.007653811,0.01219336,-0.01926313),(0.007985095,0.01167387,-0.0192829),(0.008045943,0.01208069,-0.019226),(0.006319008,0.01130066,-0.01976157),(0.005920281,0.01138837,-0.01979525),(0.006366998,0.01170481,-0.01963393),(0.005969905,0.01179903,-0.0196765),(0.005519191,0.01147203,-0.01981838),(0.005116752,0.0115536,-0.0198342),(0.005570597,0.01188907,-0.01970831),(0.005169644,0.01197607,-0.01973006),(0.006023003,0.01221085,-0.01956677),(0.005625366,0.01230669,-0.0196056),(0.00522601,0.01239907,-0.01963304),(0.005683476,0.01272533,-0.01951157),(0.005285463,0.01282254,-0.01954313),(0.006079861,0.01262467,-0.01946872),(0.0064188,0.01211121,-0.01951834),(0.006474845,0.01252084,-0.01941844),(0.004713978,0.01163504,-0.01984593),(0.004311815,0.01171785,-0.01985906),(0.00476762,0.01206118,-0.01974246),(0.004365459,0.01214606,-0.01975178),(0.003911207,0.01180349,-0.01987911),(0.003513099,0.01189345,-0.01991157),(0.003964094,0.01223238,-0.01976433),(0.003564458,0.0123218,-0.01978637),(0.004423368,0.01257617,-0.0196549),(0.004021799,0.01266422,-0.01966223),(0.003621208,0.01275413,-0.01967574),(0.004083238,0.0130979,-0.01957088),(0.003682219,0.01318921,-0.01957782),(0.004484608,0.01300733,-0.01956678),(0.004825058,0.01248834,-0.01964733),(0.004885595,0.01291605,-0.01955953),(0.003118437,0.01198922,-0.01996194),(0.002728774,0.01209149,-0.02003134),(0.003167487,0.012416,-0.0198242),(0.002774857,0.0125159,-0.01987996),(0.002345665,0.01220096,-0.02012088),(0.001970665,0.01231832,-0.02023167),(0.002388247,0.01262245,-0.01995581),(0.002009336,0.01273658,-0.0200539),(0.002827285,0.01294575,-0.01974409),(0.002437455,0.01304982,-0.01980565),(0.002054715,0.01316095,-0.01988998),(0.00249263,0.01348216,-0.01967021),(0.002106376,0.01359074,-0.01974023),(0.002885179,0.01337997,-0.01962288),(0.003222453,0.01284759,-0.01970191),(0.003282287,0.01328278,-0.01959362),(0.001605328,0.01244428,-0.02036483),(0.001252727,0.01257917,-0.02052091),(0.001639801,0.01285924,-0.02017638),(0.001283035,0.01299089,-0.02032382),(0.0009159297,0.01272335,-0.02070045),(0.0005980087,0.01287719,-0.02090398),(0.0009424324,0.01313196,-0.02049677),(0.0006213863,0.01328291,-0.02069578),(0.001319459,0.01340858,-0.02013767),(0.0009743537,0.01354623,-0.02030236),(0.0006492022,0.01369391,-0.02049518),(0.001011813,0.01396602,-0.02011782),(0.0006816968,0.01411014,-0.02030266),(0.001361967,0.01383192,-0.0199631),(0.001680814,0.01328034,-0.02000043),(0.001728155,0.01370707,-0.01983755),(0.0003020341,0.01304103,-0.02113206),(2.917394e-5,0.01321366,-0.02138255),(0.00032329,0.01344421,-0.02092142),(4.924269e-5,0.01361462,-0.02117107),(-0.000219404,0.01339389,-0.02165328),(-0.0004425319,0.01358052,-0.02194213),(-0.0001996567,0.01379294,-0.02144214),(-0.0004223089,0.01397795,-0.02173201),(7.104256e-5,0.01401989,-0.02096414),(-0.0001796333,0.01419582,-0.02123426),(-0.0004031515,0.01437881,-0.02152411),(-0.0001589259,0.01460268,-0.02102992),(-0.0003846428,0.01478326,-0.02131869),(9.495267e-5,0.01442957,-0.02076208),(0.0003477098,0.01385219,-0.02071678),(0.0003756184,0.01426503,-0.02051853),(-0.0006390416,0.01377234,-0.02224693),(-0.0008203777,0.01396613,-0.02256198),(-0.0006176148,0.01416844,-0.02203806),(-0.0007972508,0.01436108,-0.02235455),(-0.0009979844,0.01415867,-0.02288156),(-0.001183306,0.01434672,-0.02319994),(-0.0009728933,0.01455252,-0.02267573),(-0.001156219,0.01473946,-0.02299585),(-0.0007771312,0.01475898,-0.0221481),(-0.0009514217,0.01494928,-0.02247054),(-0.001133132,0.01513514,-0.02279216),(-0.000933191,0.01534898,-0.02226629),(-0.001113685,0.01553375,-0.02258925),(-0.0007596216,0.01515995,-0.02194288),(-0.0005983459,0.01456768,-0.02183067),(-0.0005808235,0.01497019,-0.02162501),(-0.001387786,0.01452705,-0.02351142),(-0.001613671,0.01468591,-0.02378584),(-0.001358903,0.01491854,-0.02330914),(-0.001584087,0.01507672,-0.02358659),(-0.001863207,0.01480952,-0.02399305),(-0.002138638,0.01488413,-0.02410292),(-0.001834914,0.01520097,-0.02379917),(-0.002114523,0.01527822,-0.02391784),(-0.001558562,0.01547085,-0.02338749),(-0.001810292,0.01559589,-0.02360543),(-0.002093371,0.01567585,-0.02373304),(-0.00178898,0.01599395,-0.02341231),(-0.002074802,0.01607664,-0.0235489),(-0.001536744,0.01586804,-0.023189),(-0.001334177,0.01531313,-0.02310711),(-0.001313257,0.0157107,-0.02290573),(-0.00244221,0.01489597,-0.02408529),(-0.002756048,0.01485843,-0.02396262),(-0.002426057,0.01529544,-0.02391359),(-0.002749332,0.01526493,-0.02380615),(-0.003062277,0.01478493,-0.02375739),(-0.003343021,0.01468887,-0.02349205),(-0.003350382,0.01510993,-0.02336079),(-0.003064169,0.01519899,-0.0236153),(-0.002743351,0.01567461,-0.02365064),(-0.00306576,0.01561593,-0.02347468),(-0.003356787,0.01553355,-0.02323158),(-0.003361825,0.01595953,-0.02310389),(-0.003066604,0.0160355,-0.02333522),(-0.002737661,0.01608718,-0.02349604),(-0.002411806,0.01569834,-0.02374244),(-0.002399045,0.0161043,-0.02357205),(-0.003580405,0.01458364,-0.02318908),(-0.003800052,0.01448071,-0.02288384),(-0.003804053,0.01491055,-0.02275598),(-0.00358779,0.01501006,-0.02306237),(-0.004027584,0.01439156,-0.02261169),(-0.004288624,0.01432766,-0.022408),(-0.004026829,0.01482258,-0.02247756),(-0.004283778,0.01475733,-0.02226304),(-0.00402575,0.01525542,-0.0223472),(-0.003807372,0.01534238,-0.02263143),(-0.004278729,0.01518873,-0.02212206),(-0.004024256,0.01568987,-0.02221987),(-0.004273467,0.0156216,-0.02198444),(-0.003809807,0.01577606,-0.02250944),(-0.003594189,0.01543873,-0.02293837),(-0.003599279,0.0158695,-0.02281637),(-0.004608795,0.01430047,-0.02230811),(-0.004963266,0.01428824,-0.02226472),(-0.004602559,0.01472599,-0.02214834),(-0.004957432,0.01470818,-0.02208827),(-0.005327209,0.01426921,-0.0222305),(-0.005675793,0.01422164,-0.02215811),(-0.005672502,0.01463168,-0.02195134),(-0.005322659,0.01468354,-0.02203767),(-0.005316417,0.01509989,-0.02184837),(-0.004950392,0.01512994,-0.0219155),(-0.005667463,0.01504413,-0.02174822),(-0.005660614,0.01545865,-0.0215486),(-0.005308435,0.01551797,-0.02166233),(-0.004942134,0.0155532,-0.021746),(-0.004595719,0.01515323,-0.02199245),(-0.004588285,0.01558189,-0.02183992),(-0.005984189,0.01412377,-0.02200025),(-0.006269631,0.01400542,-0.02180689),(-0.006265818,0.01441433,-0.02158594),(-0.005981221,0.01453226,-0.02178409),(-0.006549355,0.01389642,-0.02162804),(-0.006840596,0.0138266,-0.02151367),(-0.006830653,0.01423921,-0.02129699),(-0.006543294,0.01430696,-0.0214069),(-0.006538385,0.0147214,-0.02119191),(-0.006262039,0.01482669,-0.02137014),(-0.006822644,0.01465599,-0.02108734),(-0.006816648,0.01507678,-0.02088473),(-0.006534674,0.01513958,-0.02098305),(-0.0062583,0.01524228,-0.02115947),(-0.005977201,0.01494366,-0.02157219),(-0.00597209,0.0153577,-0.02136448),(-0.007160588,0.01382578,-0.02151378),(-0.007488143,0.01387969,-0.02161164),(-0.007466373,0.01429502,-0.02141568),(-0.007144895,0.01424017,-0.02130622),(-0.007802072,0.01397402,-0.02179051),(-0.008081183,0.01409452,-0.02203364),(-0.008052442,0.01450726,-0.02185952),(-0.007775437,0.01438898,-0.02160642),(-0.0077501,0.0148074,-0.02143029),(-0.007446314,0.01471419,-0.02122763),(-0.008024768,0.0149231,-0.02169313),(-0.007998279,0.0153417,-0.02153435),(-0.007726134,0.01522896,-0.02126208),(-0.00742804,0.01513692,-0.02104752),(-0.007131225,0.01465865,-0.02110628),(-0.007119657,0.01508104,-0.02091398),(-0.00830429,0.01422688,-0.02232432),(-0.008499911,0.01436419,-0.02263767),(-0.00847894,0.01476556,-0.02247077),(-0.008277736,0.01463506,-0.02215606),(-0.008696572,0.01449952,-0.02294882),(-0.008922796,0.01462594,-0.02323292),(-0.008919536,0.01500732,-0.0230536),(-0.008683668,0.01489192,-0.02277838),(-0.008672904,0.01528658,-0.02261332),(-0.008459738,0.01516955,-0.02231037),(-0.008918428,0.01539037,-0.02287821),(-0.008919757,0.01577493,-0.0227061),(-0.008664653,0.01568331,-0.02245311),(-0.00844264,0.01557589,-0.02215604),(-0.008252503,0.0150461,-0.02199506),(-0.008228814,0.01545968,-0.02184107),(-0.009207104,0.01473652,-0.02346512),(-0.009530947,0.01481714,-0.02363822),(-0.00954618,0.01517069,-0.02342539),(-0.009214162,0.01510492,-0.02327117),(-0.00987577,0.01485368,-0.02374508),(-0.01022302,0.01483201,-0.0237785),(-0.01023692,0.01515052,-0.02352094),(-0.009894221,0.01519057,-0.02351055),(-0.009911244,0.01552651,-0.02327484),(-0.009561723,0.01552398,-0.0232128),(-0.01024718,0.01546798,-0.02326159),(-0.01025288,0.01578411,-0.02300018),(-0.009926124,0.01586122,-0.02303742),(-0.009577208,0.01587678,-0.02299979),(-0.009222744,0.01547405,-0.02307932),(-0.009232846,0.01584372,-0.02288883),(-0.01055415,0.01473801,-0.02373132),(-0.01084349,0.01458097,-0.02362444),(-0.0108199,0.01485996,-0.02332317),(-0.01055291,0.01503651,-0.02345086),(-0.01106538,0.01437018,-0.02347873),(-0.01119415,0.01411493,-0.02331511),(-0.0111176,0.01436502,-0.02298635),(-0.01101556,0.01463232,-0.02316071),(-0.01095502,0.01489693,-0.0228444),(-0.01078749,0.01514,-0.02302205),(-0.01102955,0.01461874,-0.0226606),(-0.01093024,0.01487615,-0.02233866),(-0.01088352,0.01516408,-0.02253063),(-0.01074566,0.01542105,-0.02272163),(-0.0105454,0.01533474,-0.02316922),(-0.01053075,0.01563255,-0.02288653),(-0.01120414,0.01382452,-0.02315444),(-0.01112424,0.01350795,-0.02299682),(-0.01100497,0.01375248,-0.02266689),(-0.01110372,0.0140695,-0.02282294),(-0.01098332,0.01317421,-0.02284231),(-0.01081029,0.01283232,-0.02269099),(-0.01067699,0.01308076,-0.02236257),(-0.01085238,0.01342066,-0.02251463),(-0.01071606,0.01367138,-0.02219013),(-0.01087723,0.01400124,-0.02234049),(-0.01054201,0.01333371,-0.0220369),(-0.01040737,0.01359071,-0.02171282),(-0.01057606,0.01392593,-0.02186798),(-0.01074227,0.01425397,-0.02201733),(-0.01099267,0.0143186,-0.02249497),(-0.01087175,0.01457175,-0.0221709),(-0.01063401,0.01249126,-0.02254293),(-0.01048262,0.01215531,-0.02239588),(-0.01037648,0.01240329,-0.02204978),(-0.01050987,0.0127395,-0.02220713),(-0.01038421,0.01182873,-0.0222476),(-0.01036691,0.01151578,-0.02209582),(-0.01031282,0.0117718,-0.02173526),(-0.0103023,0.01207858,-0.021892),(-0.01022903,0.01233587,-0.0215393),(-0.01027615,0.01265754,-0.02170609),(-0.01026893,0.01203635,-0.02137877),(-0.0102372,0.01230991,-0.02102713),(-0.01016664,0.01260096,-0.02118978),(-0.01018395,0.01291816,-0.02136445),(-0.01038792,0.01299296,-0.02187375),(-0.01027043,0.01325143,-0.02154189),(-0.01045883,0.01122073,-0.02193829),(-0.01064072,0.01095835,-0.02179622),(-0.01064265,0.01124322,-0.02144835),(-0.01043351,0.01148937,-0.02158103),(-0.01089334,0.01074342,-0.02169081),(-0.01119744,0.01059072,-0.02164327),(-0.01123943,0.01090745,-0.02132375),(-0.01091853,0.01104527,-0.02135624),(-0.01095058,0.01135705,-0.02103231),(-0.01065324,0.01153799,-0.02110897),(-0.01128667,0.01123353,-0.02101621),(-0.01133934,0.01156789,-0.02072095),(-0.01099001,0.01167808,-0.0207196),(-0.01067348,0.01184247,-0.02077892),(-0.01041817,0.01176741,-0.02122989),(-0.01041435,0.01205509,-0.02088581),(-0.01153377,0.01051501,-0.0216748),(-0.0118918,0.01050046,-0.02176937),(-0.01194368,0.0108323,-0.02147739),(-0.01158363,0.01084169,-0.0213699),(-0.01226097,0.01053124,-0.02191095),(-0.01263076,0.01059152,-0.02208352),(-0.01268149,0.01091997,-0.02180713),(-0.01231212,0.01086362,-0.0216289),(-0.01236779,0.01120033,-0.02135619),(-0.01199987,0.01117039,-0.02119639),(-0.01273713,0.01125097,-0.02153815),(-0.01279804,0.01158374,-0.02127628),(-0.0124283,0.01154038,-0.02109259),(-0.01206056,0.01151359,-0.02092626),(-0.01163797,0.01117639,-0.02107699),(-0.01169688,0.01151791,-0.02079611),(-0.01299063,0.01066545,-0.02227104),(-0.01334712,0.01074178,-0.02246),(-0.01340587,0.01105033,-0.02217933),(-0.01304436,0.01098567,-0.02199475),(-0.0137068,0.01080924,-0.02263688),(-0.01407621,0.01085656,-0.02278813),(-0.01414554,0.01113491,-0.02248953),(-0.01377121,0.01110354,-0.02234841),(-0.0138409,0.01139725,-0.0220622),(-0.01346998,0.01135906,-0.02190248),(-0.01421977,0.01141202,-0.02219187),(-0.01429849,0.01168751,-0.02189487),(-0.01391571,0.01169,-0.02177799),(-0.01353953,0.01166754,-0.02162915),(-0.01310329,0.01130709,-0.02172401),(-0.01316771,0.01162912,-0.02145853),(-0.01446193,0.01087248,-0.02290025),(-0.01485694,0.01085508,-0.02297571),(-0.01453403,0.01113402,-0.02259024),(-0.01492914,0.01109867,-0.02265337),(-0.01525424,0.01080244,-0.02301699),(-0.01564683,0.01071264,-0.02302654),(-0.01532335,0.01102662,-0.02268173),(-0.01570911,0.01091566,-0.02267815),(-0.01500433,0.01133988,-0.02233023),(-0.01539376,0.01124787,-0.0223452),(-0.01577045,0.01111518,-0.02232823),(-0.01546444,0.01146529,-0.02200678),(-0.01582955,0.01131029,-0.02197619),(-0.01508168,0.01157796,-0.02200576),(-0.01461029,0.01139374,-0.02228016),(-0.01469009,0.0116511,-0.02196962),(-0.01602772,0.01058376,-0.02300687),(-0.01638445,0.01041342,-0.02296335),(-0.01607891,0.01076356,-0.02264545),(-0.01641989,0.0105694,-0.02259015),(-0.01670459,0.0101992,-0.02290139),(-0.01697569,0.00993873,-0.0228264),(-0.01696403,0.01005111,-0.02243786),(-0.0167192,0.01033222,-0.02251878),(-0.0167237,0.0104609,-0.02213551),(-0.01644831,0.01072089,-0.02221563),(-0.01693952,0.01016008,-0.02204986),(-0.01690015,0.01026641,-0.02166315),(-0.016716,0.01058549,-0.02175197),(-0.01646784,0.01086766,-0.02183977),(-0.01612627,0.01093925,-0.02228245),(-0.01616819,0.01111017,-0.02191752),(-0.0171853,0.009629603,-0.02274378),(-0.01732909,0.009285661,-0.02266455),(-0.01724969,0.009368993,-0.02227787),(-0.0171415,0.009725109,-0.02235393),(-0.01740272,0.008920738,-0.02259977),(-0.01740186,0.008548677,-0.02256046),(-0.01725038,0.008625477,-0.02219285),(-0.01728663,0.008997529,-0.02222054),(-0.01715445,0.009078705,-0.02184801),(-0.01715437,0.009453663,-0.02189567),(-0.01708367,0.008709672,-0.02183392),(-0.01690163,0.008802964,-0.02148489),(-0.01700551,0.009165942,-0.02148348),(-0.0170419,0.009541159,-0.02151919),(-0.01708291,0.009819224,-0.02196643),(-0.01700778,0.009913137,-0.02158231),(-0.01732217,0.008183311,-0.02255766),(-0.01717609,0.007835632,-0.02259303),(-0.01696551,0.007932635,-0.02225884),(-0.01713899,0.008267602,-0.02220567),(-0.01697605,0.007516623,-0.02266823),(-0.01673448,0.007237278,-0.02278491),(-0.01648451,0.007366342,-0.02248559),(-0.016743,0.007629305,-0.0223522),(-0.01650224,0.007754375,-0.02204707),(-0.01674436,0.00804142,-0.0219356),(-0.01622941,0.007506835,-0.02219609),(-0.01597016,0.007658588,-0.02191595),(-0.01625465,0.007892465,-0.02175295),(-0.01651332,0.008163182,-0.02162392),(-0.01694257,0.008361882,-0.02186383),(-0.01673328,0.008467696,-0.02153313),(-0.01646382,0.007008581,-0.02294472),(-0.0161716,0.006816263,-0.02313529),(-0.01590535,0.006971021,-0.02285851),(-0.01620309,0.007152474,-0.02265885),(-0.01586534,0.006646054,-0.02334421),(-0.01555255,0.006483683,-0.02355909),(-0.01528732,0.006638618,-0.02328303),(-0.01559789,0.006805297,-0.02307105),(-0.01533044,0.006964334,-0.02279884),(-0.01563739,0.00713017,-0.02258615),(-0.01502434,0.006789024,-0.02300438),(-0.01476471,0.006931691,-0.02272085),(-0.01506379,0.007120169,-0.02252543),(-0.01536853,0.007291464,-0.02231656),(-0.01593909,0.007304885,-0.02238051),(-0.01567272,0.007464595,-0.02210861),(-0.01524077,0.00631488,-0.02376755),(-0.01494149,0.006128503,-0.02396066),(-0.01468999,0.006245215,-0.02365798),(-0.01498024,0.006454303,-0.02348095),(-0.0146662,0.005913408,-0.02412949),(-0.01442639,0.00565845,-0.02426512),(-0.01421343,0.005724194,-0.02392214),(-0.01442994,0.006004224,-0.02380732),(-0.01420714,0.006084562,-0.02347524),(-0.0144479,0.006352023,-0.02334704),(-0.01401775,0.005780615,-0.02356873),(-0.01384247,0.005828766,-0.02320473),(-0.01400078,0.006154234,-0.02313233),(-0.01421764,0.006447415,-0.02302625),(-0.01472523,0.006585881,-0.0231886),(-0.01447746,0.006707003,-0.02288843),(-0.01423357,0.005352486,-0.02435863),(-0.01409942,0.005012225,-0.02441749),(-0.01395955,0.005043899,-0.02403688),(-0.01405382,0.00539799,-0.02399562),(-0.01403561,0.004654376,-0.02444917),(-0.01405383,0.004295647,-0.02446116),(-0.01400091,0.004325191,-0.02405927),(-0.0139391,0.004680204,-0.02405506),(-0.01386639,0.00470901,-0.02365578),(-0.01384245,0.005073723,-0.0236486),(-0.01397131,0.004362273,-0.02365496),(-0.01396398,0.004408924,-0.02324996),(-0.01381767,0.004743216,-0.02325294),(-0.01374955,0.005104076,-0.02325385),(-0.01389455,0.005437296,-0.02362306),(-0.01375828,0.005472319,-0.02324151),(-0.01416577,0.003952744,-0.02446091),(-0.01435697,0.003641547,-0.02445802),(-0.01438018,0.003709729,-0.02406172),(-0.01415345,0.003997145,-0.02405863),(-0.01461296,0.003377932,-0.02446206),(-0.01491928,0.003177775,-0.02448262),(-0.01499017,0.003311447,-0.02411338),(-0.0146646,0.003476609,-0.02407711),(-0.01472969,0.003590207,-0.0236965),(-0.01442092,0.003791477,-0.02366793),(-0.01507048,0.003460217,-0.02374963),(-0.015158,0.003620551,-0.02338963),(-0.01480558,0.003717064,-0.02331989),(-0.01447664,0.003886718,-0.0232774),(-0.01416214,0.004052631,-0.02365655),(-0.01418987,0.004120382,-0.0232561),(-0.01526147,0.003056954,-0.0245293),(-0.01562905,0.003002218,-0.02459863),(-0.0157088,0.003207747,-0.02426722),(-0.01534037,0.00322791,-0.0241791),(-0.01601152,0.003000313,-0.02468717),(-0.01639841,0.003037989,-0.02479149),(-0.01608905,0.003232711,-0.02437071),(-0.01647471,0.003284556,-0.02448254),(-0.01579186,0.003425167,-0.02394126),(-0.01616759,0.003473918,-0.02405871),(-0.01655013,0.00353606,-0.02417653),(-0.01624824,0.003714616,-0.02374429),(-0.01662619,0.003782156,-0.0238658),(-0.01587826,0.003646831,-0.02361539),(-0.01542535,0.003412902,-0.02383473),(-0.0155152,0.003606308,-0.02349265),(-0.01677923,0.003101993,-0.02490813),(-0.01715668,0.003171415,-0.02502774),(-0.01685936,0.003345032,-0.02459564),(-0.01724325,0.003397942,-0.02470409),(-0.01753346,0.003225346,-0.02514092),(-0.01791225,0.003242877,-0.02523832),(-0.01762662,0.00342709,-0.02480194),(-0.0180097,0.003416277,-0.02488324),(-0.017326,0.003620341,-0.02437955),(-0.01771456,0.003620699,-0.02446037),(-0.01810038,0.00357868,-0.02452449),(-0.01779523,0.003796735,-0.02411082),(-0.0181807,0.003720957,-0.02415792),(-0.01740447,0.003828603,-0.02404749),(-0.01693706,0.003588498,-0.0242842),(-0.0170132,0.003821947,-0.02396634),(-0.01829576,0.003203098,-0.02531058),(-0.01867246,0.003106625,-0.02536277),(-0.01839275,0.003349309,-0.02494207),(-0.01876596,0.003228024,-0.02498389),(-0.01903084,0.002954072,-0.02539997),(-0.01935939,0.002746056,-0.02542727),(-0.01944371,0.00282988,-0.0250384),(-0.01911954,0.003054267,-0.02501417),(-0.01919612,0.003144025,-0.02462593),(-0.0188489,0.003337591,-0.02460165),(-0.01951499,0.002905446,-0.02464816),(-0.019563,0.002957766,-0.02425502),(-0.0192531,0.003210995,-0.02423334),(-0.01891551,0.003424797,-0.02421362),(-0.01848107,0.003483394,-0.02456971),(-0.01855608,0.00359588,-0.02419034),(-0.01964659,0.002483193,-0.02544976),(-0.01990845,0.00218356,-0.02546766),(-0.01998855,0.002250127,-0.02508319),(-0.01972865,0.002556703,-0.02506205),(-0.02016101,0.001865238,-0.02548122),(-0.02042027,0.001546304,-0.02549068),(-0.02048976,0.001598336,-0.02511018),(-0.02023753,0.001925542,-0.02509987),(-0.02030331,0.001986999,-0.02471977),(-0.02005653,0.002314218,-0.02469919),(-0.02055018,0.001655661,-0.02473159),(-0.02057739,0.001695374,-0.02435456),(-0.02033546,0.002026014,-0.02434021),(-0.02009313,0.002354086,-0.02431469),(-0.01979777,0.002624606,-0.02467396),(-0.01983932,0.0026684,-0.02428421),(-0.02070227,0.001244836,-0.02549625),(-0.02100737,0.0009756103,-0.02549953),(-0.02075939,0.001283899,-0.02511216),(-0.02104899,0.001001599,-0.02510946),(-0.02133592,0.0007533987,-0.02550212),(-0.02168829,0.0005929751,-0.02550559),(-0.02136114,0.0007708022,-0.0251057),(-0.02169841,0.0006108772,-0.02510451),(-0.0210849,0.001042207,-0.02472227),(-0.02138192,0.0008069507,-0.02471257),(-0.0217048,0.0006505814,-0.02470714),(-0.02170175,0.0007112352,-0.02431495),(-0.02138713,0.0008560654,-0.02432398),(-0.02109821,0.001085179,-0.02433873),(-0.02080918,0.001332921,-0.02473051),(-0.02082997,0.001373355,-0.02435149),(-0.02206485,0.0005091131,-0.02551151),(-0.0224568,0.0004927415,-0.02551979),(-0.02244703,0.0005464898,-0.0251192),(-0.02206337,0.000541191,-0.02510952),(-0.02285534,0.0005347888,-0.02553025),(-0.02325168,0.0006261831,-0.02554281),(-0.0232344,0.0007210241,-0.02514647),(-0.02284037,0.0006115189,-0.02513202),(-0.02282062,0.0007106498,-0.02473863),(-0.02243303,0.0006236127,-0.0247232),(-0.02321205,0.0008364585,-0.02475496),(-0.02279755,0.000830738,-0.02435051),(-0.02318651,0.0009693782,-0.02436827),(-0.02241505,0.0007243292,-0.02433271),(-0.02205813,0.0005965293,-0.0247117),(-0.02204708,0.000675909,-0.02431936),(-0.02363702,0.0007578532,-0.02555731),(-0.02400251,0.0009307,-0.02557565),(-0.02362011,0.0008597511,-0.02516101),(-0.02398675,0.001032344,-0.02517839),(-0.02433931,0.001145624,-0.02559973),(-0.02463856,0.001403526,-0.02563144),(-0.02432353,0.001243446,-0.02520137),(-0.02461972,0.001497701,-0.02523269),(-0.02396692,0.001149572,-0.02478495),(-0.02430464,0.001354331,-0.02480613),(-0.02459873,0.001602859,-0.02483643),(-0.02428427,0.001475141,-0.02441359),(-0.02457767,0.001716178,-0.02444205),(-0.02394472,0.001278829,-0.024395),(-0.02359843,0.0009798573,-0.02476915),(-0.02357385,0.001114491,-0.02438149),(-0.02489143,0.001705307,-0.02567268),(-0.0251095,0.002039997,-0.02572107),(-0.02486456,0.001799752,-0.02527512),(-0.02507087,0.00213765,-0.02532586),(-0.02530437,0.002396627,-0.02577422),(-0.02548765,0.002764227,-0.02582975),(-0.0252515,0.002499447,-0.02538214),(-0.0254193,0.002873193,-0.0254412),(-0.02503156,0.002244281,-0.02493242),(-0.02519855,0.002610927,-0.02499168),(-0.02535142,0.002990696,-0.02505416),(-0.02515288,0.002726666,-0.02460097),(-0.02529378,0.003111392,-0.02466619),(-0.02499672,0.002356309,-0.02453943),(-0.02483632,0.001903884,-0.0248796),(-0.02481007,0.002014691,-0.02448523),(0.0422223,0.002696624,-0.009675311),(0.04184636,0.002807815,-0.009816077),(0.04146967,0.002914442,-0.009957211),(0.0417038,0.002818774,-0.009427562),(0.04132688,0.002924624,-0.009568794),(0.04207994,0.002707381,-0.009286841),(0.04109149,0.00301194,-0.01009908),(0.04071108,0.003095747,-0.01024206),(0.04056749,0.003097529,-0.009854827),(0.04094838,0.00301939,-0.009711046),(0.04080653,0.003017884,-0.009323156),(0.04118584,0.002928993,-0.009180134),(0.04042482,0.003087915,-0.009467968),(0.04028232,0.003062368,-0.009082146),(0.040665,0.003000997,-0.008936207),(0.04104534,0.002919871,-0.008792069),(0.04156355,0.00282753,-0.009038306),(0.04194045,0.00271978,-0.008897074),(0.04142414,0.002825572,-0.008649129),(0.04180217,0.002724688,-0.008506792),(0.04032767,0.003161298,-0.01038652),(0.0399414,0.003211872,-0.01053124),(0.03979652,0.003192206,-0.01014712),(0.04018345,0.003153499,-0.01000065),(0.03955241,0.003250752,-0.01067499),(0.0391608,0.003281217,-0.01081654),(0.03940698,0.003218555,-0.01029285),(0.03901509,0.003237451,-0.01043644),(0.03926203,0.003172071,-0.009910673),(0.03965217,0.003158775,-0.009763234),(0.03886987,0.003178919,-0.01005597),(0.03911761,0.003116185,-0.009528252),(0.03872533,0.003113828,-0.009674624),(0.03950818,0.003113022,-0.009379697),(0.0400399,0.003132802,-0.009615162),(0.03989657,0.003097396,-0.009230486),(0.03876672,0.003306546,-0.01095469),(0.03837075,0.003327318,-0.01108957),(0.03862112,0.0032538,-0.0105765),(0.03822552,0.003268561,-0.01071291),(0.03797352,0.003344108,-0.0112213),(0.03757562,0.003357494,-0.01135002),(0.03782873,0.003282694,-0.01084557),(0.03743118,0.003297159,-0.01097435),(0.0380809,0.003193382,-0.01033526),(0.03768463,0.003203801,-0.01046861),(0.03728752,0.003218218,-0.01059732),(0.03754136,0.003122108,-0.01008954),(0.03714468,0.003135684,-0.01021816),(0.03793709,0.003115079,-0.009955747),(0.03847606,0.003185556,-0.01019761),(0.03833179,0.003112889,-0.009817283),(0.03717765,0.003368053,-0.01147588),(0.0367796,0.003375157,-0.01159997),(0.03703332,0.003312915,-0.01109914),(0.03663521,0.003327976,-0.01122153),(0.03638148,0.003378179,-0.01172341),(0.03598329,0.003376492,-0.0118473),(0.03623692,0.003340354,-0.01134309),(0.03583851,0.003348064,-0.01146539),(0.0364917,0.00326006,-0.01084185),(0.03609331,0.003281106,-0.01096167),(0.0356948,0.003297984,-0.01108254),(0.03595062,0.003210592,-0.01057943),(0.0355521,0.003234148,-0.01069934),(0.03634906,0.003183767,-0.01046081),(0.03688983,0.003238034,-0.01072107),(0.03674717,0.003157518,-0.01034115),(0.03558501,0.00336947,-0.01197276),(0.03518631,0.003357071,-0.01209872),(0.03544006,0.003349117,-0.01159002),(0.03504116,0.003343822,-0.01171571),(0.03478687,0.003339256,-0.01222412),(0.03438634,0.003315981,-0.01234789),(0.03464139,0.003332486,-0.0118412),(0.03424035,0.003315417,-0.01196522),(0.03489738,0.003310163,-0.01133196),(0.03449748,0.003306471,-0.0114576),(0.03409613,0.003296928,-0.01158192),(0.03435514,0.003263889,-0.01107412),(0.03395372,0.003261601,-0.01119869),(0.03475495,0.003260365,-0.01094829),(0.03529632,0.003307501,-0.01120645),(0.03515374,0.003250595,-0.01082283),(0.0339844,0.003287208,-0.01246897),(0.03358155,0.003255315,-0.01258805),(0.03383762,0.003292923,-0.01208651),(0.03343378,0.003266945,-0.01220575),(0.0331783,0.00322268,-0.01270583),(0.03277517,0.003191683,-0.012823),(0.03302941,0.003239424,-0.01232364),(0.03262507,0.003212306,-0.01244088),(0.03328815,0.003263367,-0.0118229),(0.03288278,0.003242478,-0.01194092),(0.03247733,0.003220937,-0.0120582),(0.03273882,0.003227988,-0.01155793),(0.03233245,0.00321248,-0.01167507),(0.03314491,0.003242266,-0.01143993),(0.0336928,0.003282039,-0.01170346),(0.0335501,0.003253932,-0.01132041),(0.03237266,0.003164702,-0.01294025),(0.03197036,0.003141409,-0.0130578),(0.03222135,0.00318753,-0.01255815),(0.03181788,0.003164973,-0.01267567),(0.03156786,0.003121477,-0.01317584),(0.03116476,0.003104578,-0.01329459),(0.03141432,0.003144508,-0.01279366),(0.03101031,0.003126015,-0.01291235),(0.03166775,0.003180568,-0.01229283),(0.03126308,0.003161693,-0.01241067),(0.03085812,0.003143662,-0.0125292),(0.0311149,0.003166739,-0.01202661),(0.03070899,0.003151625,-0.0121448),(0.03152066,0.003181894,-0.01190912),(0.03207241,0.003200308,-0.01217542),(0.03192645,0.003197128,-0.01179204),(0.03076063,0.003090382,-0.01341423),(0.03035599,0.003078487,-0.01353557),(0.03060549,0.003109367,-0.01303195),(0.03020024,0.003094825,-0.01315328),(0.02995132,0.003068493,-0.01365936),(0.0295471,0.003059995,-0.0137864),(0.02979495,0.003082648,-0.01327714),(0.02938999,0.003073095,-0.01340434),(0.03004682,0.003110887,-0.01276988),(0.02964098,0.003097813,-0.01289371),(0.02923536,0.00308806,-0.01302101),(0.02948993,0.003110834,-0.01250882),(0.02908363,0.00310253,-0.01263619),(0.02989635,0.00312254,-0.01238504),(0.03045261,0.003126447,-0.01264865),(0.03030275,0.003136515,-0.01226399),(0.02914384,0.003052592,-0.01391747),(0.02874121,0.00304665,-0.01405235),(0.02898576,0.003066426,-0.0135357),(0.02858199,0.003062466,-0.01367097),(0.02833891,0.003042533,-0.01419082),(0.02793663,0.003040609,-0.01433265),(0.02817844,0.003061039,-0.01380993),(0.02777485,0.003061971,-0.01395233),(0.0284254,0.003080551,-0.01328824),(0.0280207,0.003081858,-0.01342766),(0.02761596,0.003085917,-0.01357058),(0.02786591,0.003102937,-0.01304384),(0.02746006,0.003109947,-0.01318726),(0.02827172,0.003099051,-0.01290399),(0.02883023,0.003082462,-0.0131526),(0.02867759,0.003098759,-0.01276801),(0.02753405,0.003041242,-0.01447765),(0.02713136,0.003047009,-0.01462492),(0.02737097,0.003065084,-0.01409796),(0.02696691,0.003072536,-0.01424594),(0.02672876,0.003060481,-0.01477359),(0.02632643,0.003084236,-0.01492279),(0.02656274,0.00308648,-0.01439541),(0.02615857,0.00310907,-0.0145455),(0.0268058,0.003102551,-0.01386533),(0.0264004,0.003118463,-0.01401542),(0.0259948,0.003141665,-0.01416618),(0.02624138,0.003151938,-0.0136337),(0.02583461,0.003177121,-0.01378503),(0.02664785,0.003133188,-0.01348306),(0.02721098,0.003092258,-0.01371676),(0.02705405,0.00311961,-0.01333396),(0.02592456,0.003120846,-0.01507163),(0.02552425,0.003172843,-0.01521948),(0.02575449,0.003142461,-0.01469536),(0.02535142,0.003189208,-0.01484457),(0.02512659,0.003242756,-0.01536572),(0.02473268,0.003333115,-0.01550972),(0.02495029,0.003251864,-0.01499275),(0.024552,0.003332984,-0.01513948),(0.02518381,0.003217517,-0.01446685),(0.02477999,0.003275318,-0.01461631),(0.02437834,0.0033498,-0.01476488),(0.02461491,0.003308945,-0.01423739),(0.02421089,0.003380079,-0.01438725),(0.02502067,0.003253094,-0.01408698),(0.02558901,0.003173825,-0.01431673),(0.02542747,0.003209996,-0.01393616),(0.0243436,0.003446452,-0.01565084),(0.02396075,0.00358233,-0.01578805),(0.02415749,0.003435121,-0.01528438),(0.02376818,0.003558393,-0.01542646),(0.02358552,0.003740315,-0.01592033),(0.02321929,0.003919975,-0.01604666),(0.02338551,0.003702917,-0.01556474),(0.02301092,0.003868811,-0.01569825),(0.02358524,0.003556926,-0.01505786),(0.02319641,0.003690345,-0.01520063),(0.02281449,0.003844188,-0.01533984),(0.02301777,0.003701757,-0.01483037),(0.02262988,0.00384624,-0.01497384),(0.02341127,0.003576135,-0.01468436),(0.02397966,0.00344354,-0.01491233),(0.02380933,0.003469025,-0.01453644),(0.02286346,0.004120872,-0.016166),(0.02251825,0.004341118,-0.01627886),(0.02264584,0.004056192,-0.01582601),(0.02229084,0.004263639,-0.01594811),(0.02218386,0.004578822,-0.01638576),(0.02186051,0.004832095,-0.01648719),(0.02194645,0.004489735,-0.01606465),(0.02161323,0.00473306,-0.01617572),(0.02207613,0.004213473,-0.01560497),(0.02172149,0.00442725,-0.01573052),(0.02137772,0.004659341,-0.01585115),(0.0215109,0.004394282,-0.01538412),(0.02115673,0.004614591,-0.01551314),(0.02187527,0.004192673,-0.01525103),(0.02244076,0.004018841,-0.01547468),(0.02224865,0.004009936,-0.01511416),(0.02154844,0.005099045,-0.01658367),(0.0212461,0.005376856,-0.01667754),(0.02129175,0.004992196,-0.01628141),(0.02098092,0.005264645,-0.01638347),(0.02095197,0.005662708,-0.01677117),(0.02066454,0.005953783,-0.0168669),(0.02067969,0.005547908,-0.01648363),(0.02038697,0.00583949,-0.01658363),(0.02072482,0.005173719,-0.0160782),(0.02041447,0.005451524,-0.0161868),(0.02011405,0.005740085,-0.01629357),(0.02016162,0.00537874,-0.01587605),(0.01985172,0.00566122,-0.01599079),(0.02048228,0.005108812,-0.01575856),(0.0210457,0.00490891,-0.01596668),(0.02081392,0.004853433,-0.01563777),(0.02038226,0.006247265,-0.01696709),(0.02010413,0.006541355,-0.0170729),(0.02010173,0.006136893,-0.01668522),(0.01982289,0.006438117,-0.01678987),(0.01982912,0.006834263,-0.01718549),(0.01955622,0.007124191,-0.01730602),(0.01954941,0.00674116,-0.01689904),(0.01928025,0.007044016,-0.01701422),(0.01954015,0.006340735,-0.01650641),(0.01926474,0.006648791,-0.01661551),(0.01899573,0.006959314,-0.01672844),(0.01898232,0.006564502,-0.01632719),(0.01871001,0.006877927,-0.01644129),(0.01926285,0.006255987,-0.01621499),(0.01982293,0.00603716,-0.0163996),(0.01955239,0.005954266,-0.01610332),(0.01928441,0.007409343,-0.01743566),(0.01901295,0.007688918,-0.01757383),(0.01901434,0.007344692,-0.01713687),(0.01875086,0.007642121,-0.01726707),(0.01874111,0.007962113,-0.01771996),(0.01846815,0.008228126,-0.01787347),(0.018489,0.007935245,-0.01740489),(0.01822793,0.008223004,-0.0175504),(0.01847312,0.007580458,-0.01697089),(0.01821775,0.007888567,-0.01710158),(0.01796514,0.008193359,-0.01723934),(0.01793418,0.007830817,-0.01680657),(0.01768627,0.008148053,-0.01693887),(0.01818684,0.007512463,-0.01668011),(0.01873216,0.00727029,-0.01684671),(0.01844515,0.007194373,-0.01655864),(0.01819333,0.008486155,-0.01803379),(0.01791524,0.008735011,-0.01819944),(0.01796682,0.008504338,-0.01770367),(0.01770423,0.008778026,-0.0178637),(0.01763244,0.008973501,-0.01836893),(0.01734352,0.009200436,-0.01854076),(0.01743872,0.009042848,-0.01802949),(0.01716884,0.009297585,-0.01820004),(0.01746421,0.008788071,-0.01753732),(0.01721316,0.009075693,-0.01769656),(0.01695991,0.009355289,-0.01786197),(0.0169608,0.009080544,-0.01737577),(0.01672097,0.009381442,-0.01753457),(0.01720081,0.008773974,-0.01722353),(0.01771441,0.008493576,-0.01738475),(0.01744222,0.008462792,-0.01707787),(0.01704705,0.009414625,-0.01871345),(0.0167422,0.009615994,-0.0188841),(0.01689316,0.009541015,-0.01837435),(0.01661044,0.009772565,-0.01855001),(0.01642813,0.00980447,-0.0190498),(0.01610401,0.009979976,-0.01920765),(0.01631949,0.009991661,-0.0187246),(0.0160191,0.01019773,-0.01889572),(0.01644124,0.009885958,-0.0182081),(0.0161728,0.01013502,-0.01838544),(0.01589629,0.01037189,-0.01856337),(0.01598849,0.01023846,-0.0180462),(0.01573438,0.01050449,-0.01822546),(0.0162365,0.009961727,-0.01787069),(0.01670311,0.009625714,-0.01803304),(0.0164801,0.009675613,-0.01769985),(0.01576902,0.01014244,-0.01935474),(0.01542379,0.01029308,-0.01948831),(0.01570804,0.0103902,-0.01906096),(0.01538626,0.01056961,-0.01921727),(0.01506898,0.01043311,-0.01960559),(0.01470523,0.01056375,-0.01970381),(0.01505368,0.0107365,-0.01936161),(0.01471025,0.01089142,-0.01949093),(0.01531372,0.01080584,-0.01891286),(0.01500597,0.01100246,-0.01907837),(0.01468614,0.01118521,-0.01923366),(0.01491929,0.01122672,-0.01876933),(0.01462494,0.0114391,-0.01894362),(0.01520131,0.01099954,-0.01858974),(0.01561021,0.01059558,-0.01874019),(0.01547249,0.01075849,-0.01840754),(0.0143332,0.01068622,-0.0197802),(0.01395444,0.01080242,-0.01983446),(0.01435589,0.01103492,-0.0196022),(0.01399192,0.01116883,-0.01969368),(0.01357048,0.01091425,-0.01986628),(0.01318288,0.01102361,-0.01987538),(0.01361968,0.01129502,-0.01976364),(0.01324048,0.01141531,-0.01981034),(0.01400854,0.01150997,-0.01950161),(0.01365246,0.01165508,-0.01960841),(0.013286,0.01179074,-0.01969318),(0.01365937,0.01198614,-0.01940348),(0.01331059,0.0121419,-0.01952343),(0.0139948,0.01181778,-0.01926439),(0.01435338,0.01135387,-0.01937572),(0.01431672,0.01163578,-0.01910987),(0.01279318,0.0111324,-0.01986144),(0.0124023,0.01124128,-0.01982746),(0.01285566,0.01153158,-0.01983205),(0.01246691,0.01164513,-0.01983071),(0.01201117,0.0113509,-0.0197764),(0.01162072,0.01146192,-0.01971126),(0.01207596,0.01175727,-0.01980825),(0.01168452,0.01186933,-0.01976658),(0.01252681,0.01204025,-0.01978848),(0.01213882,0.01215789,-0.01980024),(0.01174841,0.01227331,-0.01978889),(0.01219583,0.01254855,-0.01974302),(0.01181029,0.01267122,-0.01976672),(0.01257616,0.0124209,-0.01969402),(0.01290999,0.0119185,-0.019753),(0.01294863,0.01228609,-0.01962056),(0.01123187,0.011575,-0.01963502),(0.01084389,0.01168952,-0.01955285),(0.01129431,0.01198262,-0.01970764),(0.01090497,0.01209695,-0.01963654),(0.01045605,0.01180487,-0.01946996),(0.01006761,0.01192043,-0.01939153),(0.01051618,0.01221211,-0.01955835),(0.0101276,0.01232792,-0.01947819),(0.01096767,0.01250357,-0.01970327),(0.01057788,0.01261916,-0.01963818),(0.01018884,0.01273556,-0.01956433),(0.01064248,0.01302665,-0.01969568),(0.01025291,0.01314436,-0.01963676),(0.01103258,0.01290924,-0.01973942),(0.01135794,0.01238841,-0.01975504),(0.0114222,0.0127911,-0.0197643),(0.009677849,0.01203561,-0.01932274),(0.009286991,0.01215036,-0.01926656),(0.009738881,0.01244417,-0.01940114),(0.009349723,0.01256048,-0.01933149),(0.00889527,0.01226466,-0.01922595),(0.008502914,0.01237846,-0.01920386),(0.008959816,0.01267645,-0.01927354),(0.008568851,0.01279169,-0.01923156),(0.009413047,0.01297126,-0.01940955),(0.009024798,0.01308917,-0.01933946),(0.008635314,0.01320622,-0.01928144),(0.009090099,0.01350256,-0.0194152),(0.0087015,0.01362119,-0.01934692),(0.009477611,0.01338306,-0.01949036),(0.009800811,0.01285316,-0.01948632),(0.00986492,0.01326342,-0.01956627),(0.008110154,0.01249174,-0.01920326),(0.007717016,0.01260425,-0.01922026),(0.008176523,0.01290582,-0.01920985),(0.007783154,0.01301886,-0.01920598),(0.007323523,0.01271574,-0.01925095),(0.0069297,0.01282596,-0.01929146),(0.007389067,0.01313087,-0.01921751),(0.006994587,0.01324188,-0.01924203),(0.007850857,0.01343583,-0.01921705),(0.007456799,0.01354877,-0.01920895),(0.007062133,0.01366074,-0.01921574),(0.007525377,0.01396812,-0.01922343),(0.007131154,0.0140814,-0.01921201),(0.00791876,0.01385378,-0.01925024),(0.008243849,0.01332171,-0.01924093),(0.008310928,0.0137382,-0.01929167),(0.00653557,0.01293467,-0.01933788),(0.006140761,0.01304134,-0.01938498),(0.006600039,0.01335195,-0.01927711),(0.006205055,0.01346053,-0.0193168),(0.005744901,0.01314544,-0.01942753),(0.005347617,0.01324643,-0.01946031),(0.005809267,0.01356707,-0.01935517),(0.005412308,0.01367105,-0.0193863),(0.006272094,0.0138819,-0.01926542),(0.005876197,0.01399031,-0.01929618),(0.005479368,0.01409673,-0.01932281),(0.005945317,0.01441519,-0.01925222),(0.005548635,0.01452377,-0.01927158),(0.006341228,0.01430514,-0.01923207),(0.006667319,0.01377191,-0.01923659),(0.006736471,0.0141938,-0.01921678),(0.004948536,0.0133438,-0.01947808),(0.004548243,0.0134387,-0.01948578),(0.005013811,0.01377193,-0.01940423),(0.004614206,0.01387047,-0.01941245),(0.004147324,0.01353232,-0.01948835),(0.003746361,0.01362582,-0.01949073),(0.004213918,0.01396746,-0.01941443),(0.003813378,0.01406367,-0.01941364),(0.004682424,0.01430283,-0.01934736),(0.004282882,0.01440326,-0.01934891),(0.003883011,0.01450248,-0.01934572),(0.004354076,0.01483971,-0.01929156),(0.003955004,0.01494198,-0.01928612),(0.004752829,0.01473597,-0.01929107),(0.005081348,0.01420077,-0.01933927),(0.005151077,0.01463068,-0.01928447),(0.003345941,0.01372036,-0.01949787),(0.002947659,0.01381745,-0.01951548),(0.003413012,0.01415988,-0.01941356),(0.003014189,0.01425762,-0.0194208),(0.002553112,0.01391858,-0.01954927),(0.002163896,0.01402525,-0.01960498),(0.002618276,0.01435843,-0.01944198),(0.002226641,0.01446383,-0.0194837),(0.00308423,0.01469987,-0.01933779),(0.002687496,0.01480103,-0.01934746),(0.002293982,0.01490582,-0.01937584),(0.002760145,0.01524574,-0.01926487),(0.002365286,0.01535057,-0.01928086),(0.003157246,0.01514362,-0.01926536),(0.003483098,0.01460085,-0.01933961),(0.003555796,0.01504282,-0.01927491),(0.001781606,0.01413894,-0.01968833),(0.001410524,0.0142606,-0.01980076),(0.001840651,0.01457535,-0.01955258),(0.001464814,0.01469414,-0.0196508),(0.001054932,0.01439116,-0.01994373),(0.0007191101,0.01453158,-0.02011867),(0.001103636,0.01482131,-0.01978051),(0.0007616251,0.01495801,-0.01994387),(0.001524518,0.01513206,-0.01951336),(0.001157854,0.01525612,-0.01962859),(0.0008094248,0.01538922,-0.01977886),(0.001217514,0.01569525,-0.01948841),(0.0008626922,0.01582501,-0.01962429),(0.00158932,0.01557388,-0.01938858),(0.001904775,0.01501572,-0.01943012),(0.001973461,0.01545947,-0.01932075),(0.0004073404,0.01468278,-0.02032705),(0.0001213519,0.01484381,-0.02056519),(0.0004432879,0.01510536,-0.02014305),(0.0001508409,0.01526258,-0.02037416),(-0.0001371263,0.01501368,-0.0208294),(-0.0003663653,0.01519146,-0.02111601),(-0.0001134993,0.0154289,-0.02063331),(-0.0003475162,0.01560352,-0.02091658),(0.0001840197,0.01568591,-0.02018969),(-8.730957e-5,0.01584839,-0.02044226),(-0.0003272925,0.01601956,-0.02072093),(-5.78219e-5,0.01627223,-0.02025686),(-0.0003048914,0.01643969,-0.02052957),(0.0002214888,0.01611378,-0.02001246),(0.0004838723,0.01553267,-0.01996723),(0.0005295054,0.01596462,-0.01980029),(-0.0005646358,0.01537615,-0.02142135),(-0.0007443259,0.01556411,-0.02173918),(-0.0005489932,0.01578567,-0.0212201),(-0.0007305205,0.01597159,-0.02153735),(-0.0009178232,0.0157517,-0.02206329),(-0.001097516,0.01593524,-0.02238745),(-0.0009046878,0.01615752,-0.02186183),(-0.001084085,0.01633971,-0.02218703),(-0.0007174824,0.01638247,-0.02133778),(-0.0008931539,0.01656654,-0.02166223),(-0.001072853,0.01674723,-0.02198824),(-0.0008825915,0.01697886,-0.02146479),(-0.001063282,0.01715788,-0.02179135),(-0.0007044881,0.01679689,-0.0211408),(-0.000533106,0.01619887,-0.02102172),(-0.0005161842,0.01661587,-0.02082664),(-0.001295791,0.01611109,-0.02270544),(-0.001518282,0.01626802,-0.0229916),(-0.001281302,0.0165144,-0.02250644),(-0.001502746,0.01667091,-0.02279545),(-0.001770618,0.0163948,-0.02322028),(-0.002058434,0.01648019,-0.02336583),(-0.001754823,0.01679853,-0.02302946),(-0.00204394,0.01688658,-0.02318385),(-0.001489707,0.01707677,-0.02260074),(-0.001741209,0.01720524,-0.02283997),(-0.002030995,0.01729592,-0.02300302),(-0.001729395,0.01761502,-0.02265192),(-0.002019273,0.0177083,-0.02282337),(-0.001478735,0.0174857,-0.02240763),(-0.001269313,0.0169207,-0.02230895),(-0.001259347,0.01733007,-0.0221132),(-0.002387359,0.01651295,-0.0234026),(-0.002731823,0.01650232,-0.02334227),(-0.002376505,0.01692436,-0.02323403),(-0.002725686,0.01692008,-0.02318915),(-0.003066255,0.0164575,-0.02319655),(-0.003365084,0.01638773,-0.02297712),(-0.003366576,0.01681814,-0.02285087),(-0.003064653,0.01688194,-0.02305837),(-0.0027191,0.01734054,-0.02303647),(-0.003061739,0.01730886,-0.02292036),(-0.003366316,0.01725079,-0.0227247),(-0.003057454,0.01773828,-0.0227822),(-0.003364317,0.01768569,-0.02259816),(-0.002711917,0.01776372,-0.02288405),(-0.002366239,0.01733862,-0.02306627),(-0.002356319,0.0177558,-0.02289926),(-0.003602739,0.01630221,-0.02269569),(-0.003811153,0.0162114,-0.02238927),(-0.003811477,0.01664842,-0.02227034),(-0.003604625,0.01673688,-0.02257582),(-0.004022257,0.01612575,-0.02209487),(-0.004267984,0.0160557,-0.02184951),(-0.004019808,0.01656303,-0.02197158),(-0.004262299,0.01649097,-0.02171667),(-0.004016966,0.01700171,-0.02184939),(-0.003810846,0.01708713,-0.02215207),(-0.004256432,0.01692733,-0.0215853),(-0.004250402,0.01736471,-0.02145476),(-0.004013782,0.01744177,-0.02172768),(-0.003809328,0.01752754,-0.02203389),(-0.00360499,0.01717352,-0.02245622),(-0.003603891,0.01761214,-0.02233638),(-0.004580265,0.01601171,-0.02169023),(-0.004932646,0.01597766,-0.02157937),(-0.004921834,0.01640302,-0.02141508),(-0.004571624,0.0164425,-0.02154277),(-0.005298673,0.01593745,-0.02147929),(-0.005651892,0.01587498,-0.02135235),(-0.00564111,0.01629268,-0.02115914),(-0.005286979,0.01635795,-0.0212988),(-0.005273204,0.01677907,-0.02112039),(-0.004909602,0.01682898,-0.02125256),(-0.005628084,0.01671137,-0.02096867),(-0.005612627,0.01713062,-0.02078062),(-0.005257198,0.01720042,-0.02094362),(-0.004895854,0.01725523,-0.02109129),(-0.004562327,0.01687408,-0.02139694),(-0.004552341,0.01730627,-0.02125215),(-0.005965846,0.01577413,-0.0211609),(-0.006254597,0.01566091,-0.02095391),(-0.006250754,0.01608242,-0.02075356),(-0.005958275,0.01619263,-0.02096132),(-0.006532212,0.01556133,-0.02078034),(-0.00681275,0.01550141,-0.02068916),(-0.006810749,0.01593004,-0.0205011),(-0.006530818,0.01598669,-0.02058407),(-0.006530315,0.01641566,-0.02039457),(-0.006246581,0.01650668,-0.02055852),(-0.00681045,0.01636284,-0.02032102),(-0.006811658,0.01679995,-0.02014937),(-0.006530522,0.01684829,-0.02021212),(-0.006241898,0.01693353,-0.02036889),(-0.00594919,0.01661291,-0.02076563),(-0.005938397,0.01703465,-0.02057372),(-0.007110273,0.01550714,-0.02072932),(-0.007411615,0.01556298,-0.02087536),(-0.007396735,0.01599248,-0.02071165),(-0.00710282,0.01593714,-0.02055286),(-0.007703612,0.01565335,-0.02110177),(-0.007973094,0.01576271,-0.0213831),(-0.007948907,0.01618606,-0.0212395),(-0.007682196,0.01608061,-0.02094976),(-0.007661541,0.0165108,-0.02080641),(-0.00738308,0.01642559,-0.0205569),(-0.00792541,0.01661167,-0.02110369),(-0.007902298,0.01703949,-0.02097582),(-0.007641308,0.01694396,-0.02067211),(-0.007370343,0.01686243,-0.02041162),(-0.007097044,0.01637121,-0.02038512),(-0.007092696,0.01680955,-0.02022662),(-0.008206896,0.01587549,-0.02169384),(-0.008427974,0.01598434,-0.0220074),(-0.008415717,0.0163946,-0.02186382),(-0.008186571,0.01629334,-0.02155315),(-0.008659288,0.0160819,-0.02229718),(-0.0089238,0.01616082,-0.02253659),(-0.008930569,0.01654771,-0.02236853),(-0.008656872,0.01648201,-0.02214459),(-0.008657469,0.0168833,-0.02199432),(-0.008405847,0.01680639,-0.02172467),(-0.008940065,0.01693527,-0.02220072),(-0.008952296,0.01732317,-0.022032),(-0.008661146,0.01728541,-0.02184542),(-0.008398343,0.01721941,-0.02158931),(-0.008167669,0.01671303,-0.02141878),(-0.008150019,0.01713437,-0.02129049),(-0.009244468,0.01621373,-0.02269903),(-0.009592262,0.01622885,-0.02278568),(-0.009606247,0.0165801,-0.02256954),(-0.009257331,0.01658384,-0.02250874),(-0.009938153,0.01619443,-0.02279776),(-0.01025311,0.01609866,-0.02273645),(-0.01024686,0.01641179,-0.02247009),(-0.009946398,0.01652619,-0.02255522),(-0.009949931,0.01685657,-0.02230918),(-0.009618524,0.01693045,-0.02235043),(-0.01023315,0.01672364,-0.02220081),(-0.01021097,0.01703439,-0.02192831),(-0.009947821,0.01718563,-0.02205901),(-0.009628451,0.01727981,-0.02212743),(-0.009271159,0.01695384,-0.02231686),(-0.009285672,0.01732348,-0.02212222),(-0.0105081,0.01592978,-0.02260295),(-0.01069379,0.01570307,-0.02242246),(-0.01063171,0.01598619,-0.02212474),(-0.01047673,0.01622658,-0.02231846),(-0.01080084,0.01543382,-0.02222019),(-0.01081992,0.01513732,-0.02202133),(-0.01069978,0.01540224,-0.0217088),(-0.01070749,0.0157062,-0.02191338),(-0.01060399,0.01598127,-0.02161048),(-0.01055927,0.0162705,-0.02182867),(-0.01057104,0.01567091,-0.02140127),(-0.01043489,0.01594333,-0.02109895),(-0.01049086,0.01625906,-0.02131178),(-0.01047631,0.01655613,-0.02153445),(-0.01043596,0.01652312,-0.02203305),(-0.01038507,0.01681956,-0.02174671),(-0.01074169,0.01482885,-0.02185107),(-0.01060135,0.01451038,-0.02169715),(-0.01045665,0.01477051,-0.02137952),(-0.01060428,0.01508991,-0.02153541),(-0.0104341,0.01418388,-0.02154728),(-0.01027513,0.01385133,-0.02138921),(-0.01014755,0.01411576,-0.02106543),(-0.01029252,0.01444536,-0.02122742),(-0.01015372,0.01471049,-0.02090773),(-0.01031037,0.01503443,-0.02106401),(-0.01002689,0.01438421,-0.02074085),(-0.009915395,0.01465687,-0.02041487),(-0.01002004,0.01497938,-0.02058756),(-0.0101647,0.01530217,-0.02075022),(-0.01046132,0.01535493,-0.02122382),(-0.01031458,0.01562393,-0.02091623),(-0.01015965,0.0135147,-0.02121064),(-0.0101022,0.01318524,-0.0210245),(-0.01003205,0.01345911,-0.0206867),(-0.01005738,0.01378303,-0.02087983),(-0.01011734,0.01287424,-0.02084369),(-0.0102196,0.01259293,-0.02068112),(-0.01021605,0.01288561,-0.02034217),(-0.01008159,0.01315599,-0.02050212),(-0.01005985,0.01344652,-0.02016615),(-0.009974624,0.01374008,-0.02035151),(-0.01022644,0.01318813,-0.02001173),(-0.0102507,0.0135007,-0.01969124),(-0.01005259,0.01374612,-0.01983685),(-0.009931065,0.01402847,-0.0200194),(-0.009965411,0.0140567,-0.02054926),(-0.009885535,0.01433598,-0.02021877),(-0.01042355,0.0123526,-0.02054971),(-0.0107044,0.01215644,-0.02045903),(-0.01074561,0.01247962,-0.02015024),(-0.01044545,0.01265994,-0.02022292),(-0.01103736,0.01200767,-0.02041869),(-0.01139765,0.01190947,-0.02043826),(-0.01146145,0.01225761,-0.02016801),(-0.01109234,0.01234529,-0.02012998),(-0.0111547,0.01269044,-0.01985386),(-0.01079676,0.01281172,-0.01985348),(-0.01153063,0.01261162,-0.01991007),(-0.01160504,0.01297084,-0.01966432),(-0.01122418,0.01304258,-0.01959073),(-0.01085749,0.01315245,-0.01956968),(-0.01047971,0.01297707,-0.0199068),(-0.010526,0.01330398,-0.01960268),(-0.01176049,0.01186507,-0.02052733),(-0.01212591,0.01186075,-0.02066687),(-0.01219593,0.0122113,-0.02041757),(-0.01182875,0.0122172,-0.02027019),(-0.01249392,0.0118828,-0.02083785),(-0.01286457,0.01191752,-0.02102124),(-0.0129367,0.01225199,-0.02077226),(-0.01256468,0.01222715,-0.02059124),(-0.01264058,0.01257303,-0.02035204),(-0.01227064,0.0125647,-0.02017772),(-0.01301437,0.01258684,-0.02052861),(-0.01309757,0.01292176,-0.02028952),(-0.01272164,0.01292,-0.0201195),(-0.01235006,0.01292037,-0.01994666),(-0.01190163,0.01257363,-0.02002421),(-0.0119791,0.01293371,-0.01978895),(-0.01323788,0.01195121,-0.021198),(-0.0136146,0.01197535,-0.0213591),(-0.01369489,0.01228217,-0.02109162),(-0.01331367,0.01227304,-0.02094169),(-0.01399548,0.01198146,-0.02149553),(-0.01438129,0.01196103,-0.02159823),(-0.01446729,0.01223203,-0.02130133),(-0.01407967,0.01227121,-0.02121414),(-0.01416772,0.01255884,-0.02093314),(-0.01378011,0.01258766,-0.02082598),(-0.01455557,0.01250001,-0.02100353),(-0.01464526,0.01276443,-0.0207042),(-0.01425908,0.01284393,-0.02065188),(-0.01386996,0.01289149,-0.02056148),(-0.01339494,0.01259435,-0.02068886),(-0.01348157,0.01291484,-0.02043877),(-0.01477278,0.01190556,-0.0216582),(-0.01516033,0.01181216,-0.02167939),(-0.01485704,0.01215648,-0.02134529),(-0.01523849,0.01204182,-0.02135063),(-0.01553431,0.01167797,-0.02166582),(-0.0158851,0.0115001,-0.02162145),(-0.01560118,0.01188532,-0.02132196),(-0.01593467,0.01168424,-0.0212639),(-0.01531433,0.01226624,-0.02101894),(-0.01566285,0.01208671,-0.02097484),(-0.01597586,0.01186234,-0.02090348),(-0.01600623,0.01203403,-0.02054007),(-0.01571709,0.01228154,-0.0206241),(-0.01538604,0.01248475,-0.02068381),(-0.01494151,0.01240324,-0.02103031),(-0.01502484,0.01264521,-0.02071268),(-0.01620306,0.01127567,-0.02155028),(-0.01647658,0.01100946,-0.02146255),(-0.01647245,0.01114698,-0.02108482),(-0.01622851,0.01143586,-0.02118108),(-0.01669406,0.01070626,-0.02136854),(-0.01684387,0.01037086,-0.02127849),(-0.01676972,0.01047496,-0.0208974),(-0.01665627,0.01082441,-0.02098648),(-0.01660102,0.01094112,-0.02060705),(-0.01645336,0.01128087,-0.02070741),(-0.0166767,0.01058025,-0.02052138),(-0.01656387,0.01068827,-0.02015195),(-0.0165267,0.01105758,-0.02023152),(-0.01641724,0.01141181,-0.02033115),(-0.01624217,0.01159084,-0.02081028),(-0.01624168,0.01174071,-0.02043821),(-0.0169144,0.01000802,-0.02120265),(-0.01691105,0.009632976,-0.02114968),(-0.01676232,0.009730387,-0.02078833),(-0.01680256,0.01010544,-0.0208289),(-0.01683918,0.009260916,-0.02112824),(-0.01670419,0.008907053,-0.02114698),(-0.01649276,0.009021766,-0.02082023),(-0.01665654,0.009364317,-0.020783),(-0.01645871,0.009476838,-0.02044843),(-0.01659623,0.009834662,-0.02043632),(-0.01626875,0.009146931,-0.02050463),(-0.01603359,0.009282375,-0.02020021),(-0.01624678,0.00959917,-0.02012523),(-0.01641329,0.009947075,-0.02009483),(-0.016672,0.01020695,-0.02046255),(-0.01652252,0.0103141,-0.02010507),(-0.01651147,0.008586591,-0.02121456),(-0.0162731,0.008299114,-0.02132441),(-0.01602475,0.008446747,-0.02103549),(-0.01627849,0.008717259,-0.02090733),(-0.01600115,0.0080442,-0.02146998),(-0.01570771,0.007821432,-0.02164472),(-0.01544284,0.007991512,-0.02137964),(-0.01574253,0.008206182,-0.02119587),(-0.01547959,0.008375008,-0.0209283),(-0.01576934,0.008603615,-0.02075554),(-0.01517631,0.008164971,-0.02111796),(-0.01490888,0.008337957,-0.02085693),(-0.01521314,0.008547282,-0.02066499),(-0.01550792,0.008767247,-0.02048297),(-0.01603567,0.008858388,-0.02061066),(-0.01578436,0.009008673,-0.02032375),(-0.01540486,0.007630392,-0.02184204),(-0.01509956,0.007452655,-0.02204803),(-0.01483224,0.007610966,-0.02177792),(-0.01513667,0.007798689,-0.02157797),(-0.01479878,0.007269803,-0.02224871),(-0.01450948,0.007063409,-0.02243013),(-0.01426139,0.007183846,-0.0221308),(-0.01453774,0.007411602,-0.02196651),(-0.01428305,0.007543939,-0.0216767),(-0.01456834,0.007763624,-0.02150361),(-0.01402314,0.007292663,-0.02182138),(-0.01379746,0.007389527,-0.02150043),(-0.01403707,0.007665183,-0.02137713),(-0.01430964,0.007907847,-0.02122247),(-0.01486932,0.007965905,-0.02131354),(-0.01460397,0.00812846,-0.02104591),(-0.01423865,0.006815056,-0.02257837),(-0.01400164,0.006529888,-0.02269402),(-0.01380207,0.006601425,-0.02235067),(-0.01401139,0.006910955,-0.02225782),(-0.01381387,0.006213054,-0.0227777),(-0.01369069,0.005869699,-0.02283001),(-0.01356291,0.005906446,-0.02244621),(-0.0136478,0.006263755,-0.02241243),(-0.01350402,0.006309073,-0.02203763),(-0.01362108,0.006664007,-0.02199649),(-0.01345965,0.005942036,-0.02205496),(-0.01338141,0.0059795,-0.02165791),(-0.01338394,0.00635174,-0.02165438),(-0.01346083,0.006719617,-0.0216318),(-0.01379831,0.006995611,-0.02192619),(-0.01360203,0.007069943,-0.0215829),(-0.0136475,0.005504972,-0.02285159),(-0.01368231,0.005137334,-0.02285383),(-0.01363928,0.005175561,-0.02245024),(-0.01356175,0.005537993,-0.02245509),(-0.0137931,0.004785246,-0.02284815),(-0.01397789,0.004467172,-0.02284597),(-0.01401039,0.004537421,-0.02244401),(-0.01379051,0.004836315,-0.02244282),(-0.0138077,0.004897639,-0.02203838),(-0.01361905,0.00522082,-0.0220448),(-0.01405888,0.004620075,-0.02204512),(-0.01412073,0.004715539,-0.02165032),(-0.01384246,0.004970434,-0.02163622),(-0.01362016,0.005275175,-0.02163921),(-0.01350051,0.005574118,-0.02205384),(-0.01346332,0.005616087,-0.02164965),(-0.01423466,0.004201573,-0.02285868),(-0.01454478,0.003995379,-0.02289084),(-0.01462315,0.004116883,-0.02250858),(-0.01429392,0.004296043,-0.02246495),(-0.0148896,0.003855516,-0.02294697),(-0.01525047,0.003788915,-0.02303161),(-0.01534714,0.003964018,-0.02267559),(-0.0149802,0.00400464,-0.02257781),(-0.01507584,0.004163514,-0.02221253),(-0.01470957,0.004250654,-0.02213093),(-0.01544723,0.004144566,-0.02232161),(-0.01555,0.004329269,-0.02196969),(-0.01517494,0.004331214,-0.02185121),(-0.01480182,0.004396116,-0.02175822),(-0.01436505,0.004403627,-0.02207555),(-0.01444546,0.004524162,-0.02169112),(-0.01560875,0.003802503,-0.02314929),(-0.01596807,0.00386509,-0.02328422),(-0.01570604,0.003999714,-0.02280482),(-0.01606201,0.004077668,-0.02294824),(-0.01633207,0.003945485,-0.02342061),(-0.01670438,0.004012496,-0.02354264),(-0.01642013,0.004163814,-0.02308859),(-0.01678549,0.004224091,-0.02320858),(-0.01616081,0.004282289,-0.02260795),(-0.01651346,0.004366895,-0.02274918),(-0.01687032,0.004413951,-0.0228651),(-0.01661308,0.004552014,-0.02240334),(-0.01695967,0.004579084,-0.02251372),(-0.01626519,0.004476681,-0.02226383),(-0.01580715,0.00419617,-0.02245942),(-0.01591212,0.004390096,-0.02211325),(-0.01708863,0.004034935,-0.02363453),(-0.01747824,0.004012717,-0.02370129),(-0.01754574,0.004169862,-0.02334374),(-0.01716317,0.004224436,-0.02329093),(-0.01786659,0.00394576,-0.02374792),(-0.01824708,0.00383398,-0.02377941),(-0.01829572,0.003916013,-0.02339288),(-0.01792574,0.004065383,-0.02337503),(-0.01796983,0.004153215,-0.02299555),(-0.01760546,0.004297216,-0.0229776),(-0.0183228,0.003965321,-0.02300221),(-0.0183245,0.003980167,-0.0226113),(-0.01799597,0.004206866,-0.02261286),(-0.01765584,0.004391955,-0.02260566),(-0.01723664,0.004387426,-0.02293767),(-0.01730883,0.00452088,-0.02257688),(-0.01861313,0.003677295,-0.0238008),(-0.01896002,0.003479109,-0.02381738),(-0.01897925,0.003500836,-0.0234173),(-0.01864825,0.003726768,-0.02340535),(-0.01928305,0.003242826,-0.02383449),(-0.0195775,0.00297185,-0.02385745),(-0.01956052,0.002951665,-0.02345909),(-0.01928469,0.003241404,-0.02343359),(-0.01925679,0.003208616,-0.02303486),(-0.01897,0.003490281,-0.02301779),(-0.01951408,0.002901176,-0.02306357),(-0.01944023,0.00282435,-0.02267453),(-0.01919809,0.003146348,-0.02264252),(-0.01892908,0.003447754,-0.02262324),(-0.01865743,0.003743429,-0.02300826),(-0.01863671,0.003726411,-0.02261379),(-0.01983868,0.002669586,-0.02389159),(-0.02007905,0.002347983,-0.02392867),(-0.02002627,0.00230507,-0.02354241),(-0.01980268,0.002634805,-0.02349865),(-0.02031109,0.002018993,-0.02396047),(-0.02054727,0.001694568,-0.02397876),(-0.02047808,0.001663951,-0.02360313),(-0.02024637,0.001976704,-0.02358053),(-0.02015749,0.001909911,-0.02320037),(-0.01994674,0.002234506,-0.02315721),(-0.0203881,0.001614231,-0.02322658),(-0.02029561,0.001556117,-0.02284802),(-0.02006061,0.00182938,-0.02282),(-0.01985243,0.00214545,-0.02277436),(-0.01973817,0.0025707,-0.02310798),(-0.01965199,0.002483912,-0.02272218),(-0.02080005,0.001386656,-0.02397533),(-0.021072,0.001118256,-0.02395965),(-0.02102,0.001145622,-0.02358308),(-0.02073648,0.001381055,-0.02360037),(-0.02136564,0.0009123671,-0.02394118),(-0.02168353,0.0007919861,-0.02392941),(-0.02165618,0.0008875711,-0.02354836),(-0.02132709,0.0009752589,-0.02356212),(-0.02128113,0.001044143,-0.02318476),(-0.02095596,0.001171458,-0.02320709),(-0.02162574,0.000992727,-0.02316962),(-0.02159824,0.001102191,-0.02279105),(-0.0212374,0.001118422,-0.02280705),(-0.02089361,0.001199948,-0.02282974),(-0.02065627,0.001364784,-0.02322492),(-0.02057647,0.001346076,-0.02284733),(-0.02202821,0.0007801113,-0.02393381),(-0.02239336,0.0008488577,-0.02394862),(-0.02237148,0.0009856124,-0.02356818),(-0.0220057,0.0009001652,-0.02355262),(-0.02277262,0.0009703403,-0.02396806),(-0.02315969,0.001116674,-0.02398638),(-0.02274934,0.001116484,-0.02358833),(-0.0231351,0.001265352,-0.02360634),(-0.02235295,0.001123008,-0.02318867),(-0.02273118,0.001256198,-0.02320836),(-0.02311623,0.001402417,-0.02322516),(-0.02272163,0.001376508,-0.02282519),(-0.02310659,0.001514874,-0.02283992),(-0.02234129,0.001249457,-0.02280733),(-0.02198374,0.0010271,-0.02317333),(-0.02196652,0.001151944,-0.02279355),(-0.02354822,0.001259974,-0.02399781),(-0.02392183,0.001416556,-0.02400818),(-0.02352457,0.001404787,-0.02361547),(-0.02390035,0.001553644,-0.02362242),(-0.02426411,0.001602737,-0.0240233),(-0.02455868,0.001834831,-0.024049),(-0.024245,0.001730779,-0.02363388),(-0.02454112,0.001955047,-0.02365653),(-0.02388237,0.001680982,-0.02323566),(-0.02422781,0.001852928,-0.02324391),(-0.02452435,0.00207305,-0.02326388),(-0.02421337,0.001962846,-0.022852),(-0.02450777,0.002185069,-0.02287033),(-0.02387001,0.00178946,-0.02284582),(-0.02350591,0.001537412,-0.02323184),(-0.02349523,0.00164633,-0.02284429),(-0.02478913,0.002129156,-0.02409112),(-0.02497151,0.002470153,-0.02414554),(-0.02477126,0.002245302,-0.02369706),(-0.02495193,0.002585048,-0.02375101),(-0.02512184,0.002842266,-0.02420816),(-0.02525613,0.003229936,-0.02427488),(-0.02509962,0.002957788,-0.02381389),(-0.02523082,0.003347025,-0.02388124),(-0.02493398,0.002700226,-0.02335608),(-0.02508042,0.003073293,-0.0234188),(-0.02521017,0.003463354,-0.02348628),(-0.02505841,0.003188843,-0.02302356),(-0.02518653,0.003579618,-0.02309101),(-0.02491366,0.002814923,-0.02296102),(-0.02475418,0.002361147,-0.02330286),(-0.02473566,0.002474714,-0.0229083),(0.04128415,0.002804388,-0.008260859),(0.04166345,0.00271297,-0.008116778),(0.04090416,0.002889578,-0.008405431),(0.04076139,0.002855273,-0.008022219),(0.04114128,0.002777198,-0.007875319),(0.04152048,0.002693511,-0.007728728),(0.04052278,0.002962307,-0.008550991),(0.04013928,0.00301635,-0.008698031),(0.0399969,0.002972143,-0.008318204),(0.04038016,0.002922125,-0.008169743),(0.04023748,0.002900763,-0.0077947),(0.04061615,0.002834116,-0.007644427),(0.0398564,0.002952034,-0.007945249),(0.039719,0.002978306,-0.00758175),(0.04009501,0.002918532,-0.007428097),(0.04046754,0.002843264,-0.00727405),(0.04099324,0.002757218,-0.007494336),(0.04136952,0.002675195,-0.007344336),(0.04083774,0.002757667,-0.007119739),(0.04120677,0.002666905,-0.006965297),(0.039753,0.003045474,-0.008847044),(0.03936435,0.003056384,-0.008996627),(0.03922269,0.003010662,-0.008617589),(0.03961094,0.002999716,-0.008467911),(0.03897377,0.003055786,-0.009145379),(0.03858168,0.003050381,-0.009291896),(0.03883256,0.0030108,-0.008765953),(0.03844097,0.003005951,-0.008911724),(0.03869604,0.003001162,-0.008393872),(0.03908518,0.002997653,-0.00824614),(0.03830521,0.002997912,-0.008538052),(0.03817647,0.003043636,-0.008174821),(0.03856627,0.003046801,-0.008033036),(0.03895383,0.003039156,-0.007885844),(0.03947214,0.002982804,-0.008096165),(0.03933834,0.003017419,-0.007734873),(0.03818853,0.003046875,-0.009434776),(0.03779431,0.00304695,-0.009573466),(0.03804832,0.003001933,-0.009053627),(0.03765457,0.003000473,-0.009191269),(0.03739903,0.003052286,-0.009707421),(0.0370027,0.003064567,-0.009836087),(0.03725965,0.003003295,-0.009324263),(0.03686351,0.003012126,-0.009452219),(0.03751991,0.002987125,-0.008811995),(0.03712523,0.002984087,-0.00894205),(0.03672906,0.002985617,-0.009067689),(0.03699776,0.003003619,-0.008562775),(0.03660128,0.002992298,-0.008683626),(0.03739235,0.003018387,-0.008438491),(0.0379132,0.002992484,-0.008677379),(0.03778521,0.003032946,-0.008309572),(0.03660531,0.003085473,-0.009958914),(0.03620723,0.003111455,-0.01007831),(0.03646608,0.003028692,-0.00957475),(0.03606784,0.003050265,-0.009694161),(0.03580878,0.003138965,-0.01019668),(0.03541034,0.003164453,-0.01031642),(0.03566924,0.003074116,-0.00981276),(0.03527076,0.003097519,-0.009932854),(0.03593256,0.003007337,-0.009308176),(0.03553344,0.003023936,-0.009427054),(0.03513458,0.00304197,-0.009547709),(0.03540283,0.002996317,-0.009038921),(0.03500301,0.003006428,-0.009160059),(0.03580301,0.002989814,-0.00892016),(0.0363313,0.002993965,-0.00918906),(0.03620276,0.002988086,-0.008802242),(0.03501225,0.00318437,-0.01043995),(0.03461381,0.003198699,-0.01056557),(0.03487286,0.003117746,-0.01005675),(0.03447478,0.003134086,-0.01018269),(0.03421436,0.003207421,-0.01069157),(0.0338132,0.003210519,-0.01081626),(0.03407574,0.003145829,-0.01030891),(0.033675,0.003152265,-0.01043366),(0.0343386,0.003075447,-0.009798568),(0.03393985,0.003087875,-0.009925105),(0.03353953,0.003095419,-0.01004994),(0.03380729,0.003042321,-0.009539121),(0.03340724,0.003048561,-0.00966415),(0.03420606,0.003031703,-0.009412121),(0.03473656,0.003059643,-0.009672157),(0.03460436,0.003018981,-0.009285113),(0.03340965,0.003207975,-0.01093794),(0.03300434,0.003201324,-0.01105728),(0.03327179,0.003152683,-0.01055517),(0.03286668,0.003148966,-0.01067415),(0.03259789,0.003192102,-0.01117495),(0.03219094,0.003181844,-0.01129162),(0.03246027,0.003142996,-0.01079127),(0.03205312,0.003136656,-0.01090724),(0.03273224,0.003093618,-0.01028974),(0.03232624,0.003088846,-0.01040618),(0.03191935,0.003084543,-0.01052131),(0.03219606,0.003037826,-0.01001896),(0.03178992,0.003033136,-0.01013323),(0.03260125,0.003043702,-0.009903241),(0.03313683,0.00309657,-0.01017123),(0.03300511,0.003048151,-0.009785246),(0.03178412,0.003172086,-0.01140797),(0.03137735,0.003162648,-0.01152436),(0.03164583,0.003131826,-0.01102273),(0.03123839,0.003128125,-0.01113824),(0.03097055,0.00315335,-0.01164118),(0.03056367,0.003144015,-0.01175881),(0.03083081,0.003125169,-0.01125424),(0.0304231,0.003122576,-0.01137122),(0.0311044,0.00308362,-0.01075043),(0.03069642,0.003085834,-0.01086562),(0.03028818,0.003089055,-0.01098201),(0.03056815,0.003038986,-0.01047516),(0.03015984,0.003045197,-0.01059117),(0.03097595,0.003034429,-0.01036063),(0.03151205,0.003082995,-0.01063586),(0.03138321,0.003032241,-0.01024689),(0.03015662,0.00313446,-0.01187762),(0.02974948,0.003125654,-0.01199847),(0.03001526,0.003119963,-0.01148966),(0.0296073,0.003117886,-0.01161037),(0.0293423,0.00311856,-0.0121222),(0.02893518,0.003114146,-0.01224968),(0.02919921,0.003116904,-0.01173417),(0.028791,0.003117571,-0.01186185),(0.02947095,0.003096898,-0.01122096),(0.02906175,0.003101778,-0.011345),(0.02865207,0.003107472,-0.01147309),(0.02893103,0.003069099,-0.01095501),(0.02851935,0.003078512,-0.01108377),(0.02934152,0.003060346,-0.01083043),(0.02987972,0.003092699,-0.01110021),(0.02975105,0.003052349,-0.01070937),(0.02852817,0.003113376,-0.01238173),(0.02812122,0.003116112,-0.01251805),(0.02838267,0.003120447,-0.01199423),(0.02797425,0.003125901,-0.01213096),(0.02771427,0.003122218,-0.01265832),(0.02730727,0.003131556,-0.01280222),(0.02756577,0.003134301,-0.01227169),(0.02715726,0.00314602,-0.01241607),(0.02783115,0.00312258,-0.01174324),(0.02742037,0.003133783,-0.01188452),(0.02700967,0.00314861,-0.01202942),(0.02727806,0.003115261,-0.0114974),(0.02686419,0.003134602,-0.01164286),(0.02769227,0.003100317,-0.01135543),(0.02824179,0.003114108,-0.01160596),(0.02810623,0.003088492,-0.0112174),(0.02690016,0.003143987,-0.01294943),(0.02649286,0.003160582,-0.01309908),(0.02674875,0.003161424,-0.01256377),(0.02634019,0.003181527,-0.01271393),(0.02608532,0.003182408,-0.01325032),(0.02567746,0.003210536,-0.01340227),(0.02593149,0.003207338,-0.01286572),(0.02552261,0.003239868,-0.01301827),(0.02618916,0.003192816,-0.01232813),(0.02577918,0.003224189,-0.01248036),(0.02536931,0.003263071,-0.01263344),(0.02562769,0.003230426,-0.01209469),(0.02521681,0.003278102,-0.01224813),(0.02603913,0.003191245,-0.0119422),(0.0265993,0.003167955,-0.01217755),(0.02645126,0.003159617,-0.01179136),(0.02526921,0.003246035,-0.01355407),(0.02486125,0.003291263,-0.01370565),(0.02511347,0.003280127,-0.01317077),(0.02470474,0.003330199,-0.01332313),(0.02445424,0.003348577,-0.01385696),(0.02404884,0.003420335,-0.01400791),(0.02429707,0.003392166,-0.0134753),(0.02389114,0.00346811,-0.01362723),(0.0245503,0.003368078,-0.01293971),(0.0241425,0.003437663,-0.01309272),(0.02373674,0.003520939,-0.01324555),(0.02398961,0.003483022,-0.0127095),(0.02358462,0.003576364,-0.01286321),(0.0243971,0.003403078,-0.01255566),(0.02495946,0.003310458,-0.01278658),(0.02480639,0.003335212,-0.01240183),(0.02364572,0.003508896,-0.01415845),(0.02324557,0.003614231,-0.01430809),(0.02348758,0.003560113,-0.01377884),(0.02308672,0.003667594,-0.01392973),(0.0228491,0.00373631,-0.01445632),(0.022457,0.003875106,-0.01460266),(0.02268885,0.003789971,-0.0140795),(0.02229426,0.00392666,-0.01422771),(0.02293327,0.003732607,-0.01354998),(0.02253542,0.003858703,-0.01370088),(0.02214007,0.003996779,-0.01385041),(0.02238726,0.003938473,-0.01332147),(0.02199285,0.004081336,-0.01347217),(0.02278379,0.003805649,-0.01316952),(0.02333369,0.003619636,-0.01339809),(0.02318279,0.003684426,-0.01301666),(0.02206996,0.004030589,-0.01474661),(0.02168936,0.004203291,-0.01488789),(0.02190326,0.00407708,-0.01437397),(0.02151734,0.004242387,-0.01451812),(0.02131659,0.00439374,-0.01502623),(0.02095303,0.004602468,-0.01516136),(0.02113797,0.004423745,-0.01466),(0.02076663,0.00462231,-0.01479946),(0.02135812,0.004307027,-0.01414427),(0.02097443,0.004482416,-0.01428857),(0.02059753,0.004673456,-0.01443109),(0.02082536,0.004567869,-0.01391509),(0.02044572,0.004755247,-0.01405988),(0.02121061,0.004394268,-0.01376892),(0.02174715,0.004145684,-0.01399821),(0.0216002,0.004232679,-0.0136213),(0.02060006,0.004830004,-0.015293),(0.02025781,0.005074657,-0.01542139),(0.02040482,0.004839242,-0.01493635),(0.02005288,0.005073177,-0.01507078),(0.0199264,0.005334738,-0.01554677),(0.01960597,0.005608551,-0.01566938),(0.01971121,0.005322753,-0.01520289),(0.01938015,0.005586608,-0.01533279),(0.01986902,0.005106289,-0.01471085),(0.01951844,0.00534602,-0.01484836),(0.01917765,0.005599923,-0.01498446),(0.01935048,0.005407772,-0.01448712),(0.01900182,0.005653024,-0.01462783),(0.01970773,0.005175915,-0.01434569),(0.02022889,0.004881758,-0.0145718),(0.020073,0.004958168,-0.01420334),(0.01929664,0.00589441,-0.01578947),(0.01899793,0.006190656,-0.0159081),(0.01906009,0.005863381,-0.0154606),(0.01875088,0.006151712,-0.01558707),(0.01870934,0.006495637,-0.01602637),(0.01843038,0.006807696,-0.01614536),(0.01845236,0.006450247,-0.01571294),(0.01816441,0.006757624,-0.01583895),(0.01852721,0.006146127,-0.01525324),(0.01821795,0.006436383,-0.01538679),(0.0179196,0.006736711,-0.01552035),(0.01801266,0.006462103,-0.01504781),(0.01770352,0.006753953,-0.01518786),(0.01833242,0.006180874,-0.01490794),(0.01884717,0.005866967,-0.01511927),(0.0186623,0.005910953,-0.01476803),(0.01816058,0.007125182,-0.01626614),(0.0178991,0.007446668,-0.01638955),(0.01788685,0.007072493,-0.01596583),(0.01761903,0.007393463,-0.01609422),(0.01764512,0.007770733,-0.01651642),(0.01739782,0.008095953,-0.01664758),(0.01736027,0.007719149,-0.0162247),(0.01710988,0.008048166,-0.0163579),(0.01735574,0.00736324,-0.01578913),(0.0170893,0.007686903,-0.01592499),(0.01683255,0.008015806,-0.01606227),(0.01684189,0.007684828,-0.01561087),(0.0165759,0.008009984,-0.01575308),(0.01711834,0.00736639,-0.01546931),(0.01763236,0.007046085,-0.01565436),(0.01740548,0.00705574,-0.01532833),(0.01715637,0.008420903,-0.01678387),(0.01691969,0.008744563,-0.01692553),(0.01686719,0.008379127,-0.01649444),(0.01663127,0.008711029,-0.01663471),(0.01668667,0.009065915,-0.01707278),(0.01645624,0.009383935,-0.01722588),(0.01640116,0.009042865,-0.0167791),(0.01617595,0.009373635,-0.01692802),(0.01634597,0.008684555,-0.01634245),(0.01611466,0.009022458,-0.01648624),(0.01589034,0.009361419,-0.0166331),(0.01583753,0.009015754,-0.01618572),(0.01560962,0.009358151,-0.01633321),(0.01607422,0.008676334,-0.01604013),(0.01658502,0.00834868,-0.01620127),(0.01632018,0.008340782,-0.01589604),(0.0162273,0.009697602,-0.01738506),(0.01599812,0.01000542,-0.01755009),(0.01595469,0.009702336,-0.01708187),(0.01573572,0.01002742,-0.01724097),(0.01576697,0.0103059,-0.01772077),(0.01553212,0.01059755,-0.01789685),(0.01551738,0.01034736,-0.01740566),(0.015298,0.0106606,-0.01757628),(0.01545893,0.0100381,-0.016938),(0.01524885,0.01037284,-0.01709744),(0.01504052,0.0107032,-0.01726247),(0.01497052,0.01039238,-0.01679265),(0.01476815,0.01073489,-0.01695417),(0.01517738,0.01004784,-0.01663586),(0.01567226,0.009700464,-0.01678345),(0.01538999,0.009702641,-0.01648299),(0.01529184,0.01087886,-0.01807813),(0.01504416,0.01114847,-0.01826253),(0.01507593,0.01096561,-0.01775314),(0.01484894,0.01126076,-0.01793499),(0.0147871,0.01140501,-0.01844798),(0.01451869,0.01164711,-0.01863241),(0.0146148,0.01154444,-0.01812056),(0.01437129,0.011815,-0.01830858),(0.01462229,0.01134454,-0.0176109),(0.0144078,0.01165209,-0.01779336),(0.01418664,0.01194857,-0.0179807),(0.0141715,0.01173504,-0.01747265),(0.01396866,0.0120536,-0.0176573),(0.01437088,0.01140793,-0.01729401),(0.01483243,0.01102767,-0.01743378),(0.01456902,0.01107397,-0.01712124),(0.01423694,0.01187338,-0.01881375),(0.01394124,0.01208419,-0.01898813),(0.01411617,0.01207084,-0.01849779),(0.013848,0.01231152,-0.01868464),(0.01363094,0.01227988,-0.01915171),(0.01330543,0.01246079,-0.01930061),(0.0135653,0.01253666,-0.01886559),(0.01326662,0.01274584,-0.01903709),(0.01371523,0.01250209,-0.0183657),(0.01346056,0.01275687,-0.0185576),(0.01319028,0.01299549,-0.01874524),(0.01331482,0.01294085,-0.01824021),(0.01307252,0.01320816,-0.01843744),(0.01354309,0.0126582,-0.0180431),(0.01395653,0.01223228,-0.01817244),(0.01376012,0.01236188,-0.01784812),(0.01296405,0.01262726,-0.01943098),(0.01260915,0.01278134,-0.01954059),(0.01295049,0.01293864,-0.01919561),(0.01261846,0.01311658,-0.0193377),(0.01224304,0.01292504,-0.01962721),(0.01186805,0.01306039,-0.0196886),(0.01227208,0.01328119,-0.01945995),(0.01191289,0.01343396,-0.01955891),(0.01259679,0.01342167,-0.01909488),(0.01227455,0.01361081,-0.01924839),(0.01193598,0.01378505,-0.01938202),(0.01224207,0.01390775,-0.01899967),(0.0119285,0.01410676,-0.01916229),(0.01253681,0.01369163,-0.01882165),(0.01290219,0.01321682,-0.01892575),(0.0128134,0.01345843,-0.01863275),(0.01148651,0.01318943,-0.01972255),(0.01110029,0.01331381,-0.01973131),(0.01154244,0.01357643,-0.01963116),(0.01116337,0.01371078,-0.01967733),(0.01071129,0.01343522,-0.01971712),(0.01032139,0.01355532,-0.01968226),(0.01077831,0.0138392,-0.01969804),(0.01038993,0.01396387,-0.01969392),(0.01121438,0.01409362,-0.01957587),(0.01083756,0.01423289,-0.01963399),(0.01045418,0.01436545,-0.01966483),(0.01088302,0.01461063,-0.01952052),(0.01050982,0.01475551,-0.01958806),(0.01124591,0.01445581,-0.01942531),(0.01158156,0.01394516,-0.01949153),(0.01159543,0.01428865,-0.01930504),(0.009932485,0.01367578,-0.01962897),(0.009544059,0.01379624,-0.01956354),(0.01000085,0.01408699,-0.0196656),(0.009611291,0.01420884,-0.01961894),(0.009155603,0.01391635,-0.01949225),(0.008766606,0.01403575,-0.01942138),(0.009221469,0.01432971,-0.0195598),(0.008831597,0.01444991,-0.01949404),(0.009678206,0.01461886,-0.01964643),(0.009287855,0.01474181,-0.01960704),(0.00889743,0.01486364,-0.01955408),(0.009354921,0.01515182,-0.01962317),(0.00896507,0.01527696,-0.0195907),(0.009743704,0.01502435,-0.01963589),(0.01006736,0.01449376,-0.01966733),(0.01012936,0.01489283,-0.01962535),(0.008376559,0.01415408,-0.01935722),(0.007985495,0.01427135,-0.0193023),(0.008441887,0.0145697,-0.01942752),(0.008051972,0.0146889,-0.01936438),(0.007593451,0.01438757,-0.01925913),(0.007200463,0.01450274,-0.01923023),(0.007661478,0.0148073,-0.01930877),(0.007270035,0.01492468,-0.01926483),(0.008119097,0.01510679,-0.01942765),(0.007729906,0.01522747,-0.01936509),(0.007339842,0.01534714,-0.01931023),(0.007799188,0.01564826,-0.0194208),(0.007409859,0.01577005,-0.01936084),(0.008187781,0.01552536,-0.01948326),(0.008508058,0.01498541,-0.01949247),(0.008576217,0.01540154,-0.01954198),(0.006806565,0.01461687,-0.01921813),(0.006411811,0.0147299,-0.01921799),(0.006877271,0.01504085,-0.01923669),(0.006483359,0.01515585,-0.01922072),(0.006016251,0.0148418,-0.019225),(0.005619939,0.01495251,-0.01923432),(0.006088469,0.01526974,-0.01921329),(0.005692769,0.01538258,-0.01921075),(0.00655539,0.01558262,-0.01923778),(0.006161435,0.01569864,-0.01921587),(0.005766616,0.01581366,-0.01920061),(0.006234619,0.01612811,-0.01923152),(0.005840967,0.01624539,-0.01920362),(0.006627421,0.01600986,-0.01926669),(0.006948265,0.01546549,-0.01926851),(0.007019219,0.01589054,-0.01930963),(0.005222925,0.01506197,-0.01924111),(0.004825352,0.01517009,-0.01924414),(0.005296436,0.01549442,-0.01920947),(0.004899605,0.01560508,-0.0192071),(0.004427363,0.01527675,-0.01924219),(0.004029099,0.01538186,-0.01923401),(0.004502418,0.01571441,-0.01920129),(0.004105016,0.01582222,-0.0191897),(0.0049752,0.01604084,-0.01918047),(0.004578921,0.01615268,-0.01916938),(0.004182472,0.01626312,-0.01915347),(0.004656549,0.0165916,-0.01914695),(0.004261186,0.01670464,-0.01912563),(0.005051752,0.01647728,-0.01916477),(0.005371152,0.01592778,-0.01918984),(0.005446619,0.01636183,-0.01918252),(0.003630705,0.0154853,-0.01921837),(0.003232699,0.01558826,-0.01920243),(0.00370754,0.01592835,-0.01916997),(0.003310269,0.01603374,-0.01914861),(0.002835598,0.01569191,-0.01919333),(0.002439924,0.01579743,-0.01919823),(0.002913484,0.01613934,-0.01913215),(0.002517466,0.01624608,-0.01912711),(0.003389637,0.01648,-0.0191035),(0.002993432,0.01658784,-0.01908065),(0.002597488,0.01669621,-0.01906669),(0.00307507,0.01703722,-0.01903813),(0.00267956,0.0171475,-0.01901615),(0.003470485,0.01692697,-0.01906672),(0.003786014,0.01637199,-0.01912965),(0.003865845,0.01681627,-0.01909739),(0.002046193,0.015906,-0.01922427),(0.001658901,0.01601913,-0.01927661),(0.002122496,0.01635491,-0.01913999),(0.001732771,0.01646737,-0.01917705),(0.001282542,0.01613835,-0.0193604),(0.0009216101,0.01626517,-0.01948079),(0.001352489,0.01658498,-0.01924453),(0.0009858456,0.01670929,-0.01934867),(0.00181044,0.01691814,-0.01908949),(0.001426902,0.0170347,-0.01914074),(0.001055066,0.01715698,-0.01922821),(0.001505332,0.01748706,-0.01904902),(0.001128939,0.01760782,-0.01911974),(0.001891417,0.01737102,-0.01901354),(0.002201896,0.01680581,-0.01906722),(0.002283918,0.0172583,-0.01900527),(0.0005805988,0.01640111,-0.01964294),(0.0002638485,0.01654621,-0.01984315),(0.0006370397,0.01684183,-0.01949571),(0.0003112525,0.01698297,-0.01968243),(-2.430097e-5,0.01670049,-0.02007773),(-0.0002795098,0.01686401,-0.02034301),(1.366551e-5,0.01713309,-0.01990558),(-0.0002505397,0.01729254,-0.02016194),(0.0003638546,0.01742389,-0.01953097),(5.648989e-5,0.01756993,-0.01974113),(-0.0002173732,0.01772529,-0.01998706),(0.0001045845,0.01801093,-0.01958508),(-0.0001794021,0.01816226,-0.01981905),(0.0004218083,0.01786876,-0.01938944),(0.0006987153,0.01728647,-0.01935914),(0.0007655124,0.01773472,-0.01923377),(-0.000497438,0.01703679,-0.02063528),(-0.0006908149,0.01721494,-0.02094681),(-0.0004761816,0.01746171,-0.02044826),(-0.0006757831,0.01763672,-0.02075627),(-0.0008723693,0.01739456,-0.02126983),(-0.001054831,0.01757174,-0.02159661),(-0.0008618673,0.01781374,-0.02107771),(-0.001046957,0.0179889,-0.02140428),(-0.0006587142,0.01806232,-0.02056971),(-0.0008504651,0.01823649,-0.02088879),(-0.001039118,0.01840942,-0.02121461),(-0.0008375423,0.01866289,-0.02070344),(-0.001030771,0.01883339,-0.02102787),(-0.0006389288,0.01849181,-0.02038759),(-0.000451729,0.01789067,-0.02026619),(-0.0004233943,0.01832374,-0.02008967),(-0.001250928,0.0177426,-0.02191939),(-0.001469403,0.01789779,-0.02221629),(-0.001243576,0.01815834,-0.02172771),(-0.001461288,0.01831308,-0.02202686),(-0.001718995,0.01802797,-0.02246543),(-0.002008447,0.01812381,-0.02264494),(-0.001709659,0.01844412,-0.02228059),(-0.001998254,0.01854245,-0.02246772),(-0.001453973,0.01873162,-0.02183948),(-0.001701036,0.01886347,-0.02209743),(-0.001988432,0.01896418,-0.02229169),(-0.001692775,0.01928605,-0.02191605),(-0.001978717,0.019389,-0.02211683),(-0.001447037,0.01915347,-0.02165425),(-0.001236811,0.01857737,-0.02153835),(-0.001230153,0.01899975,-0.02135149),(-0.002346499,0.01817597,-0.02273293),(-0.002703985,0.0181897,-0.0227317),(-0.002336638,0.01859908,-0.02256712),(-0.002695309,0.01861835,-0.02257911),(-0.003051738,0.01817024,-0.02264356),(-0.003360592,0.01812285,-0.02247082),(-0.003044768,0.01860458,-0.02250402),(-0.003355514,0.0185621,-0.02234218),(-0.002685893,0.01904956,-0.02242599),(-0.003036721,0.01904114,-0.02236315),(-0.003349456,0.01900329,-0.02221171),(-0.003027774,0.01947977,-0.02222052),(-0.003342787,0.01944623,-0.02207889),(-0.002675741,0.01948319,-0.02227206),(-0.00232659,0.01902506,-0.02240169),(-0.002316214,0.01945383,-0.0222365),(-0.00360138,0.01805276,-0.02221579),(-0.00380699,0.01796965,-0.02191521),(-0.003804615,0.0184134,-0.02179554),(-0.003598046,0.01849524,-0.0220939),(-0.00401031,0.01788319,-0.02160585),(-0.004244226,0.01780304,-0.02132446),(-0.004238864,0.01824245,-0.02119393),(-0.004007471,0.018326,-0.02148344),(-0.004006182,0.01877023,-0.02135999),(-0.003802985,0.01885872,-0.02167439),(-0.004235269,0.01868308,-0.02106275),(-0.004234396,0.01912504,-0.02093047),(-0.004007364,0.01921589,-0.02123505),(-0.003802884,0.01930554,-0.02155124),(-0.003594476,0.01893944,-0.0219702),(-0.003591258,0.01938524,-0.02184416),(-0.004541628,0.01773888,-0.02110779),(-0.004880495,0.01768148,-0.0209307),(-0.00486416,0.01810805,-0.02077027),(-0.004531045,0.01817217,-0.02096337),(-0.00523881,0.0176216,-0.02076805),(-0.005594551,0.01755003,-0.02059468),(-0.00557378,0.01796997,-0.02041046),(-0.005218355,0.01804302,-0.02059313),(-0.005196154,0.01846504,-0.02041833),(-0.004847481,0.0185353,-0.02060945),(-0.005550234,0.01839078,-0.02022754),(-0.005523835,0.01881282,-0.02004554),(-0.00517252,0.01888807,-0.02024314),(-0.004831095,0.01896357,-0.0204477),(-0.004521444,0.01860637,-0.02081841),(-0.00451368,0.01904174,-0.02067241),(-0.005925703,0.01745755,-0.02038546),(-0.00623652,0.01736284,-0.02018478),(-0.006229526,0.01779464,-0.02000645),(-0.005910579,0.01788183,-0.02020078),(-0.006531259,0.01728461,-0.02003703),(-0.006814174,0.01724154,-0.01998661),(-0.006816952,0.01768731,-0.01983341),(-0.006531393,0.01772445,-0.01986988),(-0.006529791,0.01816766,-0.01971121),(-0.006219995,0.01822895,-0.01983419),(-0.006818945,0.01813698,-0.01969043),(-0.006819103,0.01859026,-0.01955833),(-0.006525321,0.01861408,-0.0195616),(-0.006207004,0.0186658,-0.01966825),(-0.005892495,0.0183077,-0.02001956),(-0.005870918,0.01873539,-0.01984174),(-0.007089522,0.01725234,-0.02007792),(-0.007358212,0.01730315,-0.02027633),(-0.007346831,0.01774749,-0.02015103),(-0.007086976,0.01769927,-0.01993944),(-0.007621157,0.01738013,-0.02054724),(-0.007879264,0.01746942,-0.02085602),(-0.007857502,0.01790124,-0.02074321),(-0.007601885,0.01781909,-0.02043127),(-0.00758429,0.01826061,-0.02032366),(-0.007336343,0.01819516,-0.02003574),(-0.007838203,0.0183347,-0.02063628),(-0.007822561,0.01876956,-0.02053417),(-0.007569173,0.01870447,-0.02022389),(-0.007326893,0.01864592,-0.01993048),(-0.007084512,0.01815005,-0.01981164),(-0.007081581,0.01860436,-0.01969496),(-0.008133445,0.01755718,-0.02116807),(-0.008393183,0.01763339,-0.02145712),(-0.00839105,0.01804777,-0.02132621),(-0.008119049,0.01798109,-0.02104994),(-0.008667964,0.01768803,-0.0216969),(-0.008967272,0.01771109,-0.02186118),(-0.008984516,0.01809829,-0.02168648),(-0.008678031,0.01809046,-0.0215468),(-0.008691453,0.01849201,-0.02139313),(-0.008392629,0.01846203,-0.02119471),(-0.009003559,0.01848404,-0.02150609),(-0.009023929,0.01886761,-0.02131823),(-0.008708336,0.01889202,-0.02123391),(-0.008398605,0.01887562,-0.02106075),(-0.00810793,0.01840572,-0.02093453),(-0.00810119,0.0188307,-0.02082031),(-0.00930059,0.01769255,-0.02192369),(-0.00963539,0.0176281,-0.02189959),(-0.009638249,0.01797489,-0.02166629),(-0.009315031,0.01806043,-0.02172001),(-0.00993914,0.01751341,-0.02180406),(-0.01017931,0.01734418,-0.02165229),(-0.01013751,0.01765291,-0.02137283),(-0.009922851,0.01783971,-0.02154426),(-0.009897918,0.01816428,-0.02127952),(-0.009635935,0.01831975,-0.02142693),(-0.0100849,0.01796049,-0.02109003),(-0.01002082,0.01826681,-0.02080399),(-0.009863308,0.01848691,-0.02100975),(-0.009627357,0.01866227,-0.02118089),(-0.009328101,0.01842648,-0.02150991),(-0.009338916,0.0187901,-0.02129214),(-0.01032337,0.01711607,-0.02145943),(-0.01038268,0.01684318,-0.02124226),(-0.01027936,0.01713147,-0.02095116),(-0.01025091,0.01741251,-0.0211709),(-0.01036863,0.01653963,-0.02101755),(-0.01029256,0.0162195,-0.02080206),(-0.01014672,0.0164993,-0.02050883),(-0.01023919,0.01682275,-0.02072624),(-0.01010447,0.01710821,-0.0204363),(-0.01016732,0.01742081,-0.02066015),(-0.01000008,0.01678261,-0.02021753),(-0.009855329,0.01706932,-0.01992642),(-0.009966389,0.01739577,-0.02014617),(-0.01004754,0.017711,-0.02036829),(-0.01016775,0.01770878,-0.02088081),(-0.01007396,0.01800476,-0.02058886),(-0.01016584,0.0158969,-0.02061255),(-0.01002183,0.0155738,-0.02043772),(-0.009885047,0.01584995,-0.02012626),(-0.01001826,0.01617407,-0.02031158),(-0.009893879,0.01525216,-0.02026625),(-0.009815333,0.01493395,-0.02008685),(-0.009729238,0.0152166,-0.01975848),(-0.009778297,0.01552984,-0.01994464),(-0.009676371,0.01581341,-0.01962354),(-0.009757623,0.01613129,-0.0198156),(-0.00965964,0.01550598,-0.01943149),(-0.009609077,0.01580325,-0.01910757),(-0.009591175,0.0161039,-0.01930379),(-0.009642839,0.01641844,-0.0195055),(-0.009874993,0.01645566,-0.02001212),(-0.009739185,0.01674189,-0.01971295),(-0.009819543,0.01462115,-0.01988819),(-0.009902511,0.01432458,-0.01969082),(-0.009889609,0.01462893,-0.01936784),(-0.00976909,0.01491315,-0.01955957),(-0.01006024,0.01405508,-0.01951529),(-0.01028873,0.01382349,-0.01938214),(-0.01033964,0.01415604,-0.01908573),(-0.01008254,0.01437341,-0.01920324),(-0.01011921,0.01470107,-0.01890247),(-0.009893007,0.01494202,-0.01905251),(-0.01040251,0.01449786,-0.01880332),(-0.01047644,0.01484847,-0.01853619),(-0.01016998,0.01503806,-0.01861474),(-0.009913355,0.01526436,-0.01874691),(-0.009735836,0.01521292,-0.019235),(-0.009721429,0.01552141,-0.01891656),(-0.01058399,0.01364064,-0.01931191),(-0.01092744,0.01350153,-0.01929979),(-0.01100576,0.01385809,-0.01904405),(-0.01065265,0.01398629,-0.01903526),(-0.01130049,0.01340118,-0.01934096),(-0.01168458,0.01333459,-0.01943061),(-0.01176909,0.01370203,-0.01920833),(-0.01138318,0.01376536,-0.01910432),(-0.01147177,0.01413421,-0.01888057),(-0.01109165,0.01422123,-0.01880268),(-0.01185844,0.0140723,-0.01899686),(-0.01195249,0.01444455,-0.01879558),(-0.0115658,0.01450682,-0.01866946),(-0.01118427,0.01459008,-0.01857593),(-0.01073094,0.01434018,-0.01877349),(-0.01081784,0.01470156,-0.01852738),(-0.01206112,0.01329677,-0.01956392),(-0.01243419,0.01327776,-0.01972373),(-0.01252299,0.01363616,-0.01950799),(-0.01214768,0.01366202,-0.01934829),(-0.01280788,0.01326764,-0.0198929),(-0.01318625,0.01325644,-0.02005427),(-0.01327987,0.01359012,-0.01982173),(-0.01289904,0.01361526,-0.01967121),(-0.01299491,0.01396216,-0.0194534),(-0.01261641,0.01399486,-0.01929847),(-0.01337786,0.01392205,-0.0195908),(-0.0134797,0.01425145,-0.01936037),(-0.01309524,0.01430765,-0.01923846),(-0.01271441,0.01435312,-0.01909424),(-0.01223879,0.01402871,-0.01914123),(-0.01233443,0.01439604,-0.01894189),(-0.0135734,0.01323423,-0.02019069),(-0.01396413,0.01319333,-0.02029741),(-0.01406118,0.01349205,-0.02003237),(-0.01366949,0.01355158,-0.01994335),(-0.01435322,0.01312607,-0.02036967),(-0.01473547,0.01302477,-0.02040271),(-0.01482375,0.01327986,-0.02009787),(-0.01444818,0.013404,-0.02008511),(-0.01454202,0.01367648,-0.0197968),(-0.01415968,0.01378651,-0.01976497),(-0.01490762,0.01352851,-0.0197885),(-0.01498463,0.01376956,-0.01947341),(-0.01463279,0.01394225,-0.01950334),(-0.0142582,0.01407557,-0.01949381),(-0.01376888,0.01386593,-0.01969548),(-0.0138706,0.01417636,-0.01944582),(-0.0151057,0.01288175,-0.02039177),(-0.0154518,0.01269667,-0.02034472),(-0.01550833,0.01290172,-0.02000172),(-0.01518113,0.01311206,-0.02006697),(-0.01576172,0.01246918,-0.02026937),(-0.01602337,0.01219893,-0.02017359),(-0.01602413,0.01235787,-0.01980548),(-0.01579334,0.01264996,-0.01991145),(-0.01580857,0.01282415,-0.01955114),(-0.01555235,0.01309961,-0.01965489),(-0.01600541,0.01251166,-0.01943716),(-0.01596406,0.01266113,-0.01907006),(-0.01580403,0.01299206,-0.01918926),(-0.01558057,0.01329006,-0.01930428),(-0.01524821,0.01333531,-0.0197376),(-0.015304,0.01355069,-0.01940303),(-0.01622467,0.01188557,-0.02006523),(-0.01636199,0.01154047,-0.01995688),(-0.01628618,0.01166815,-0.01958655),(-0.01618871,0.01202658,-0.01969314),(-0.01643172,0.01117499,-0.01986115),(-0.01643023,0.01080053,-0.01979063),(-0.01627622,0.01091826,-0.01943915),(-0.01631565,0.01129469,-0.01949784),(-0.01617806,0.011418,-0.01914351),(-0.01618837,0.01179621,-0.01922209),(-0.01610226,0.01104264,-0.01909926),(-0.01590876,0.01117489,-0.01877271),(-0.01601851,0.01154627,-0.01880007),(-0.01606711,0.01192595,-0.01886544),(-0.01613142,0.01216489,-0.01932372),(-0.01605036,0.01230166,-0.01895878),(-0.0163539,0.01042845,-0.01975792),(-0.016214,0.0100689,-0.01976506),(-0.01599946,0.01020068,-0.01944811),(-0.01616701,0.01055094,-0.0194226),(-0.01602183,0.009732005,-0.01981406),(-0.0157887,0.009427927,-0.01990697),(-0.0155352,0.009583044,-0.01962502),(-0.01578504,0.0098754,-0.01951562),(-0.01553753,0.01002941,-0.01923055),(-0.01577078,0.01034298,-0.01914514),(-0.01527424,0.009747192,-0.01935446),(-0.01500693,0.009919829,-0.01909539),(-0.01528046,0.0101941,-0.01895954),(-0.01552905,0.01049634,-0.01885726),(-0.01596276,0.01068251,-0.01910059),(-0.01574204,0.01082409,-0.01879338),(-0.01552587,0.009166802,-0.02004581),(-0.01524157,0.008935177,-0.02021617),(-0.01497155,0.009105583,-0.01995392),(-0.0152614,0.009331549,-0.01977627),(-0.01494398,0.008719599,-0.02040364),(-0.01464132,0.008506613,-0.02059379),(-0.01437544,0.008668939,-0.0203267),(-0.01467359,0.008889821,-0.02014254),(-0.01440348,0.009055808,-0.01987997),(-0.01469917,0.009276641,-0.01969495),(-0.01411308,0.008822933,-0.02005381),(-0.01385604,0.008966595,-0.01977329),(-0.01413514,0.009215418,-0.01961425),(-0.0144257,0.009446533,-0.01943805),(-0.0149921,0.009501685,-0.01951453),(-0.01471916,0.009675988,-0.01925999),(-0.01434178,0.008282766,-0.02077222),(-0.01405788,0.008040861,-0.02093186),(-0.01381579,0.008162581,-0.02063096),(-0.01408502,0.008427607,-0.02049097),(-0.01380214,0.007773706,-0.02106564),(-0.01358707,0.007474104,-0.02116649),(-0.0133947,0.007548478,-0.02082037),(-0.0135812,0.007870621,-0.02074222),(-0.01337717,0.00795704,-0.02040689),(-0.01358608,0.008272924,-0.02031894),(-0.01322311,0.007614735,-0.02046287),(-0.01307504,0.007674959,-0.0200948),(-0.01319298,0.00803408,-0.02005962),(-0.01337146,0.008371808,-0.01999498),(-0.013836,0.008561763,-0.02020069),(-0.01359698,0.00868402,-0.01989987),(-0.01342518,0.007134863,-0.02122735),(-0.01332348,0.006770238,-0.02125689),(-0.01320998,0.006818444,-0.02087364),(-0.01326975,0.007192912,-0.02086098),(-0.01328899,0.006394487,-0.02126379),(-0.01332871,0.006021867,-0.02125671),(-0.01330065,0.006070897,-0.02085339),(-0.01321907,0.006439599,-0.02086791),(-0.01317408,0.006489356,-0.02046884),(-0.01312131,0.006866809,-0.02048389),(-0.01329631,0.006128348,-0.02045004),(-0.0133148,0.006195982,-0.02004868),(-0.01315393,0.006546041,-0.02006865),(-0.01305842,0.00691791,-0.02008951),(-0.01313774,0.007246629,-0.02048522),(-0.01303116,0.007298558,-0.02010149),(-0.01344967,0.005666635,-0.02124433),(-0.01364119,0.005340687,-0.02123518),(-0.01368108,0.005417616,-0.020834),(-0.01345838,0.005726864,-0.02083967),(-0.01389262,0.005055916,-0.02123777),(-0.0141933,0.004824216,-0.02126064),(-0.01427666,0.004943954,-0.02087597),(-0.01395756,0.005153273,-0.02084367),(-0.01403669,0.005261699,-0.02045458),(-0.01373877,0.005506224,-0.02043697),(-0.01437086,0.005072597,-0.02049619),(-0.01447594,0.005207994,-0.0201212),(-0.01412938,0.005380381,-0.02007114),(-0.01381321,0.005606765,-0.02004539),(-0.01348826,0.005797872,-0.02043744),(-0.01353812,0.005880761,-0.02003942),(-0.01453258,0.004657483,-0.0213123),(-0.01489771,0.004552692,-0.02139075),(-0.01499871,0.004715031,-0.02102683),(-0.01462719,0.004799774,-0.02093816),(-0.01527598,0.004506818,-0.02149394),(-0.01565466,0.004516836,-0.02161986),(-0.01576286,0.004701037,-0.0212699),(-0.01538075,0.004684019,-0.02113855),(-0.01549107,0.004856516,-0.02078288),(-0.01510629,0.004877781,-0.02066479),(-0.01587626,0.004875647,-0.02091759),(-0.01560876,0.005017999,-0.02042477),(-0.01599648,0.005034436,-0.0205607),(-0.01522191,0.00503559,-0.02030293),(-0.01473014,0.004947216,-0.02056774),(-0.01484221,0.005095993,-0.0202001),(-0.01602102,0.004579721,-0.02176649),(-0.01637588,0.004658566,-0.02191636),(-0.0161346,0.004760379,-0.02141746),(-0.01649288,0.004826003,-0.0215648),(-0.01672005,0.004716462,-0.022052),(-0.01705435,0.0047165,-0.02215593),(-0.01715675,0.004831936,-0.02179321),(-0.01683463,0.004861869,-0.02169552),(-0.01695707,0.004989865,-0.02133426),(-0.01661619,0.004977046,-0.02120838),(-0.0172693,0.00493113,-0.02142699),(-0.0173944,0.005019819,-0.02105873),(-0.01708764,0.005102081,-0.02096857),(-0.01674581,0.005109753,-0.02084635),(-0.01625361,0.004927399,-0.02106445),(-0.01637879,0.005076112,-0.02070581),(-0.01737958,0.004621772,-0.0222107),(-0.01769536,0.004451261,-0.0222307),(-0.01745618,0.004700164,-0.02184145),(-0.01773777,0.004489374,-0.02185561),(-0.0180013,0.004223947,-0.02223035),(-0.018297,0.003958814,-0.02222404),(-0.01800635,0.004222387,-0.02185107),(-0.01826678,0.003922025,-0.02184318),(-0.01779682,0.004520542,-0.02148329),(-0.01803167,0.004220118,-0.02147809),(-0.01826031,0.003890563,-0.02147147),(-0.01809781,0.004235068,-0.02111448),(-0.01830406,0.003885191,-0.02111164),(-0.01788626,0.004559005,-0.02111664),(-0.01754596,0.004766117,-0.02147146),(-0.0176562,0.004829691,-0.02110307),(-0.01858209,0.003674842,-0.0222262),(-0.01885329,0.003373558,-0.02223804),(-0.01877465,0.00329056,-0.02186289),(-0.01852391,0.003611108,-0.02184733),(-0.01910735,0.003056487,-0.02226077),(-0.019341,0.002725153,-0.02229562),(-0.01924455,0.002624266,-0.02192575),(-0.01901589,0.002961305,-0.02188924),(-0.01872515,0.003221624,-0.02149849),(-0.01895504,0.002883076,-0.02152752),(-0.01917904,0.002542368,-0.02156383),(-0.01895612,0.002844073,-0.02117524),(-0.01917264,0.002500138,-0.02120879),(-0.0187368,0.003189614,-0.02114552),(-0.01849252,0.003557593,-0.02147903),(-0.01851826,0.003536679,-0.02112315),(-0.01955098,0.002381083,-0.0223438),(-0.01975529,0.002047063,-0.02239512),(-0.01967064,0.001954208,-0.02201885),(-0.01945752,0.002280367,-0.0219718),(-0.01997192,0.001745878,-0.02243937),(-0.02021886,0.001500315,-0.02246638),(-0.02016057,0.001453516,-0.02208178),(-0.01989971,0.00167039,-0.02205836),(-0.0198523,0.001613906,-0.02167681),(-0.01961379,0.001881753,-0.02164491),(-0.02012341,0.001422406,-0.02169434),(-0.0201101,0.001413676,-0.02130418),(-0.01983799,0.001587412,-0.02129456),(-0.01960006,0.001844563,-0.02127265),(-0.019394,0.002199917,-0.02160511),(-0.01938279,0.002157887,-0.02124266),(-0.02051412,0.001333162,-0.02246593),(-0.02084668,0.001235272,-0.02244909),(-0.02081398,0.001275623,-0.02206446),(-0.02046902,0.001328184,-0.02208057),(-0.02120555,0.0011975,-0.02242692),(-0.02157973,0.001210699,-0.02241047),(-0.02118437,0.001277061,-0.02204319),(-0.0215691,0.001313724,-0.02202652),(-0.02079433,0.001319192,-0.02167515),(-0.02117265,0.00135279,-0.02165469),(-0.02156523,0.001406734,-0.02163783),(-0.02116918,0.001420375,-0.02126019),(-0.02156701,0.001485201,-0.02124301),(-0.02078653,0.001364171,-0.02128047),(-0.02044101,0.001333283,-0.02169108),(-0.02042989,0.0013506,-0.02129731),(-0.02195822,0.001265726,-0.02241081),(-0.02234003,0.001353375,-0.02242144),(-0.02195708,0.00136684,-0.02202417),(-0.02234633,0.001437684,-0.02203081),(-0.02272419,0.001464443,-0.02243587),(-0.02310969,0.001589728,-0.02244762),(-0.02273489,0.001527533,-0.02204108),(-0.02312077,0.001637661,-0.02204964),(-0.02235737,0.001505307,-0.02163527),(-0.02274981,0.001573305,-0.02164149),(-0.0231351,0.001669356,-0.02164732),(-0.02276499,0.00160929,-0.02123778),(-0.02314791,0.001695493,-0.02124202),(-0.02237028,0.001559167,-0.02123465),(-0.02196131,0.001453678,-0.0216327),(-0.02196916,0.001524634,-0.02123544),(-0.02349556,0.001720024,-0.0224502),(-0.02386534,0.001869967,-0.02245083),(-0.02350201,0.001769345,-0.02205116),(-0.0238639,0.001931521,-0.02205217),(-0.02420255,0.002054191,-0.02245673),(-0.02449073,0.002287331,-0.02247511),(-0.02419176,0.002133126,-0.02205927),(-0.02447089,0.002383097,-0.022079),(-0.02386121,0.001983137,-0.02165133),(-0.02417738,0.002205808,-0.02166079),(-0.02444586,0.002475627,-0.02168275),(-0.02415583,0.002278399,-0.02126247),(-0.02441328,0.002568185,-0.02128714),(-0.02385281,0.002033833,-0.02124978),(-0.02350968,0.001805143,-0.02164872),(-0.02351367,0.001838269,-0.02124448),(-0.02471342,0.00258402,-0.0225132),(-0.02488699,0.002928372,-0.02256607),(-0.0246866,0.00269037,-0.02211791),(-0.02485475,0.003040621,-0.02217124),(-0.0250278,0.003304499,-0.02262879),(-0.02515225,0.003696514,-0.02269644),(-0.02499118,0.003419523,-0.02223416),(-0.02511177,0.00381275,-0.02230188),(-0.02481773,0.003151714,-0.02177653),(-0.02495115,0.003533173,-0.02183929),(-0.02506957,0.003927037,-0.02190659),(-0.02491031,0.003644713,-0.02144385),(-0.02503011,0.004038085,-0.02150987),(-0.02477675,0.003261701,-0.02138196),(-0.0246543,0.002795064,-0.02172284),(-0.02461566,0.002899405,-0.02132834),(0.04102847,0.002677525,-0.006593304),(0.04067249,0.002791763,-0.006753356),(0.04031465,0.002899878,-0.006913085),(0.04049683,0.00284588,-0.00639381),(0.04015521,0.002985526,-0.006558928),(0.04083566,0.002698662,-0.006228283),(0.03995308,0.002995745,-0.00707217),(0.03958592,0.00307324,-0.007230286),(0.03980803,0.003110029,-0.006723228),(0.03945248,0.003211817,-0.006886305),(0.03998693,0.003081781,-0.006208977),(0.03965618,0.003239013,-0.00637759),(0.03931402,0.003369011,-0.006545245),(0.0394939,0.003360326,-0.006031563),(0.03916585,0.003519798,-0.006202551),(0.03980753,0.003170212,-0.005860629),(0.04062941,0.002721923,-0.005870157),(0.04031007,0.002906391,-0.006039727),(0.04011156,0.002959671,-0.005689731),(0.04041077,0.002738915,-0.005518852),(0.0392113,0.003126241,-0.007387114),(0.03883063,0.00315697,-0.007540263),(0.0390858,0.003283319,-0.007047745),(0.03871024,0.003325929,-0.007204297),(0.03844531,0.003167648,-0.007687345),(0.03805675,0.003160497,-0.00782597),(0.03794151,0.003330057,-0.007489707),(0.03832805,0.003341044,-0.0073527),(0.03858732,0.003520866,-0.006872843),(0.03820939,0.003544329,-0.007025009),(0.03782615,0.003533882,-0.007164238),(0.03770613,0.003753534,-0.006847768),(0.03808424,0.003754843,-0.00670017),(0.03845655,0.003716616,-0.006540804),(0.03895663,0.003462694,-0.006711626),(0.03881857,0.003638415,-0.006373615),(0.03766637,0.003137739,-0.007953748),(0.03727394,0.003105735,-0.008073597),(0.0371618,0.003243443,-0.007724395),(0.03755287,0.003294367,-0.007612055),(0.03687925,0.003070844,-0.008188428),(0.0364821,0.003039428,-0.008301156),(0.03676797,0.003186757,-0.00783137),(0.03637107,0.003133781,-0.007937627),(0.03666222,0.003352347,-0.007503962),(0.03705311,0.003425782,-0.007397966),(0.03626772,0.003282135,-0.00761038),(0.03617159,0.003491266,-0.007336764),(0.03656027,0.003568607,-0.007218568),(0.03694501,0.003647025,-0.007101389),(0.03744091,0.00349033,-0.007286639),(0.03732667,0.003713131,-0.006979647),(0.03608229,0.003017845,-0.008414696),(0.03568085,0.003004839,-0.008529927),(0.03597076,0.003093987,-0.008047809),(0.03556832,0.003065742,-0.008162074),(0.03527882,0.002999147,-0.008647726),(0.03487727,0.002999515,-0.008768975),(0.03516503,0.003047412,-0.008280575),(0.03476217,0.003037363,-0.008403465),(0.03506504,0.003156092,-0.00796457),(0.0354677,0.003185858,-0.007841205),(0.0346625,0.003136109,-0.008092547),(0.03458308,0.003311884,-0.007865227),(0.03498242,0.003340172,-0.007726816),(0.03538124,0.003378518,-0.007591917),(0.03586907,0.003227255,-0.007722968),(0.03577811,0.003428393,-0.007461556),(0.03447723,0.00300468,-0.008894548),(0.03407794,0.003011775,-0.009022259),(0.03436102,0.003033964,-0.008530902),(0.03396089,0.003033937,-0.008660442),(0.03367864,0.003017929,-0.00914992),(0.03327856,0.003020274,-0.00927534),(0.03356111,0.003034008,-0.008789646),(0.03316097,0.003030899,-0.008916072),(0.03386153,0.003116466,-0.008358127),(0.03346188,0.003109862,-0.008490442),(0.03306198,0.003100774,-0.008618913),(0.03338819,0.003264799,-0.008284453),(0.03298907,0.003250243,-0.008416429),(0.03378652,0.003277633,-0.008146775),(0.03426154,0.003124057,-0.008224615),(0.03418463,0.003292183,-0.008006125),(0.03287694,0.00301594,-0.009396329),(0.03247401,0.003007646,-0.009513856),(0.03275981,0.003021333,-0.00903728),(0.03235774,0.003007969,-0.00915439),(0.03207001,0.002998113,-0.009628889),(0.03166519,0.002990061,-0.009742396),(0.0319549,0.002993459,-0.009268524),(0.03155138,0.00298046,-0.009380803),(0.03225967,0.003067194,-0.008857643),(0.03185749,0.003047621,-0.008970411),(0.03145475,0.003029475,-0.009080452),(0.03178458,0.003184352,-0.0087671),(0.03138151,0.003162247,-0.008873344),(0.03218703,0.00320784,-0.008656421),(0.0326612,0.003085732,-0.008740895),(0.0325886,0.00323053,-0.008539975),(0.03125976,0.002986209,-0.009855343),(0.03085365,0.002985848,-0.009968517),(0.03114733,0.002971626,-0.009492347),(0.03074252,0.002966314,-0.009604042),(0.03044676,0.002988265,-0.0100827),(0.030039,0.002992749,-0.01019869),(0.03033669,0.002963884,-0.009716774),(0.02992962,0.002963691,-0.009831432),(0.03064757,0.003004268,-0.009297153),(0.03024239,0.002996056,-0.009405887),(0.02983567,0.002990007,-0.00951626),(0.0301683,0.003114996,-0.00917856),(0.02976112,0.003103677,-0.009280042),(0.03057381,0.003128146,-0.009077799),(0.03105156,0.003015216,-0.009189021),(0.03097807,0.003143704,-0.008976487),(0.02963028,0.002998587,-0.01031726),(0.02922015,0.003005893,-0.01043899),(0.02952107,0.002965093,-0.009948897),(0.02911035,0.002968676,-0.01006974),(0.02880815,0.003014778,-0.01056448),(0.02839381,0.003025355,-0.01069429),(0.0282796,0.002984731,-0.01032379),(0.02869677,0.002975027,-0.01019451),(0.02860053,0.002986056,-0.009866206),(0.02901563,0.002983835,-0.009745727),(0.02818088,0.002993375,-0.009991437),(0.02852311,0.003084074,-0.00960066),(0.02810178,0.003088016,-0.00971641),(0.02893947,0.003086509,-0.009490047),(0.02942704,0.002985542,-0.009629309),(0.02935183,0.003093612,-0.009383522),(0.02797669,0.003037733,-0.010829),(0.02755796,0.003053274,-0.01096806),(0.02743438,0.003017248,-0.0105969),(0.0278582,0.002998376,-0.01045812),(0.02713883,0.003073333,-0.01111092),(0.02672047,0.003099269,-0.011257),(0.02701003,0.003042636,-0.01073952),(0.02658701,0.003075829,-0.01088534),(0.02689907,0.00305781,-0.01039763),(0.02732771,0.003028037,-0.01025769),(0.02647231,0.003097499,-0.01054138),(0.02638487,0.003197496,-0.01023861),(0.02681331,0.003153492,-0.0100997),(0.02724411,0.003121437,-0.009966193),(0.0277558,0.003006963,-0.01012211),(0.02767452,0.00310004,-0.009838342),(0.02630409,0.003132441,-0.01140577),(0.02588944,0.003173603,-0.01155666),(0.02616717,0.003118114,-0.01103378),(0.02575014,0.003169957,-0.01118438),(0.02547628,0.00322351,-0.01170917),(0.02506438,0.003282915,-0.01186273),(0.02533556,0.003231826,-0.01133672),(0.02492305,0.003304185,-0.01149037),(0.0252161,0.003283758,-0.01099028),(0.02563129,0.003210369,-0.0108382),(0.02480385,0.003368587,-0.01114414),(0.02512849,0.003407692,-0.01068277),(0.02471782,0.003502792,-0.01083718),(0.02554292,0.003324904,-0.01053098),(0.02604986,0.003148317,-0.0106884),(0.02596156,0.003254736,-0.01038265),(0.0246535,0.003352574,-0.01201683),(0.02424431,0.003433372,-0.01217129),(0.02451224,0.003387504,-0.01164489),(0.02410377,0.00348223,-0.01180005),(0.02383749,0.003526194,-0.01232592),(0.02343371,0.003631923,-0.01248056),(0.02369829,0.003588813,-0.01195562),(0.02329644,0.003707702,-0.01211135),(0.02398732,0.003572918,-0.01145543),(0.02358417,0.003692514,-0.01161221),(0.02318522,0.00382379,-0.01176931),(0.0235073,0.00385893,-0.01130932),(0.02311246,0.004000271,-0.01146819),(0.02390677,0.003728705,-0.0111509),(0.02439406,0.003464958,-0.0112993),(0.02431042,0.003609894,-0.01099337),(0.02303365,0.003751445,-0.01263504),(0.02263683,0.003883103,-0.01278903),(0.02289886,0.003839348,-0.01226702),(0.02250504,0.003982206,-0.01242232),(0.02224277,0.004025243,-0.01294226),(0.02185098,0.004176209,-0.01309441),(0.02211445,0.004134738,-0.01257697),(0.02172657,0.004295401,-0.01273065),(0.02240103,0.004120196,-0.0120832),(0.02201477,0.004282679,-0.0122393),(0.0216317,0.004452917,-0.01239439),(0.02195623,0.00448479,-0.01194297),(0.02157844,0.004662761,-0.01209914),(0.02233747,0.004314311,-0.01178546),(0.02279101,0.003966792,-0.01192642),(0.0227227,0.004152435,-0.01162705),(0.021461,0.004334344,-0.01324519),(0.02107375,0.004501175,-0.01339461),(0.0213409,0.004462654,-0.01288307),(0.02095794,0.004637538,-0.01303414),(0.02069017,0.004678225,-0.0135427),(0.02031122,0.00486702,-0.01368947),(0.02057823,0.004821097,-0.01318377),(0.02020224,0.005014371,-0.01333187),(0.02087367,0.004813155,-0.01270027),(0.02049888,0.005004101,-0.01285067),(0.02012704,0.005202895,-0.01299908),(0.02046151,0.005234851,-0.01255575),(0.02009383,0.005438185,-0.01270308),(0.02083133,0.005037818,-0.0124058),(0.0212513,0.004629585,-0.01254811),(0.02120356,0.004847112,-0.0122535),(0.01993783,0.005069086,-0.01383495),(0.0195705,0.005283977,-0.01397941),(0.01983052,0.005218403,-0.01347835),(0.01946345,0.005432971,-0.01362358),(0.01920973,0.005511244,-0.01412312),(0.01885603,0.005750444,-0.01426636),(0.01910141,0.005657852,-0.01376789),(0.01874477,0.005892827,-0.01391166),(0.01939269,0.005625397,-0.01328979),(0.01903071,0.005849016,-0.01343298),(0.01867251,0.00608082,-0.01357534),(0.01900285,0.006086153,-0.01312992),(0.01864374,0.00631507,-0.01326899),(0.01936434,0.005863753,-0.01298962),(0.01975822,0.005410008,-0.0131453),(0.01972805,0.005647792,-0.01284752),(0.01850989,0.006001128,-0.01440942),(0.018172,0.006262923,-0.01455252),(0.01839392,0.006137672,-0.01405524),(0.01804966,0.006392285,-0.01419899),(0.01784304,0.006535457,-0.01469589),(0.01752369,0.006818351,-0.01483977),(0.01771276,0.006656562,-0.01434327),(0.01738401,0.0069304,-0.01448844),(0.01796908,0.006568966,-0.0138594),(0.01762549,0.006825538,-0.0140022),(0.0172884,0.007090595,-0.01414623),(0.01758489,0.007042502,-0.01368491),(0.01724075,0.007299433,-0.01382548),(0.01793396,0.006792978,-0.01354578),(0.01831836,0.006320767,-0.0137173),(0.01828718,0.00655059,-0.01340737),(0.01721463,0.007111235,-0.0149844),(0.01691594,0.007413304,-0.01512978),(0.0170642,0.007213695,-0.01463486),(0.01675371,0.00750595,-0.01478257),(0.01662773,0.007723764,-0.01527591),(0.01635006,0.008041811,-0.0154228),(0.01645291,0.007806664,-0.01493162),(0.01616217,0.008115338,-0.01508206),(0.01663681,0.007646291,-0.01443974),(0.01632354,0.007936486,-0.01458952),(0.01601944,0.008234616,-0.01474152),(0.01624572,0.008116184,-0.01426112),(0.01592903,0.008403694,-0.01441185),(0.01657041,0.007836291,-0.01411332),(0.01695864,0.007364254,-0.01429202),(0.01690234,0.007564034,-0.0139682),(0.01608302,0.008366648,-0.01557046),(0.01582644,0.008697554,-0.01571912),(0.01588188,0.008431475,-0.01523393),(0.0156122,0.00875457,-0.01538732),(0.01558017,0.009033812,-0.01586905),(0.01534403,0.009374705,-0.01602048),(0.01535333,0.009084116,-0.01554229),(0.01510546,0.009419616,-0.01569894),(0.01544106,0.008853734,-0.01505258),(0.01516779,0.009174148,-0.01521151),(0.01490579,0.009501415,-0.01537263),(0.0150343,0.009311386,-0.01488277),(0.01475693,0.009628639,-0.0150456),(0.01532259,0.009001404,-0.01472279),(0.01572511,0.008540462,-0.0148959),(0.01562107,0.008698805,-0.01456577),(0.01511786,0.009719515,-0.01617366),(0.01490067,0.01006702,-0.01632923),(0.01486875,0.00976056,-0.01585733),(0.01464257,0.01010591,-0.01601778),(0.01469151,0.01041599,-0.01648783),(0.0144894,0.0107652,-0.01665011),(0.01442628,0.01045464,-0.0161806),(0.01421922,0.01080568,-0.01634612),(0.01441683,0.01017482,-0.01570121),(0.01418927,0.0105193,-0.01586861),(0.0139726,0.01086786,-0.01603802),(0.01399492,0.01062097,-0.01554947),(0.0137645,0.01096326,-0.01572166),(0.01423717,0.01028403,-0.01537922),(0.01465557,0.00983525,-0.01553588),(0.0144912,0.009953052,-0.01521118),(0.01429336,0.01111344,-0.01681672),(0.01410135,0.01145906,-0.01698809),(0.01402076,0.01115802,-0.01651464),(0.01382915,0.01151015,-0.01668665),(0.01391133,0.01180042,-0.01716468),(0.01372125,0.01213587,-0.01734693),(0.01364263,0.01186055,-0.01686263),(0.01345945,0.01220772,-0.01704307),(0.0135697,0.01157341,-0.01638319),(0.01338075,0.01192779,-0.01655965),(0.01319831,0.01228148,-0.0167392),(0.01314106,0.0120145,-0.01624891),(0.01295289,0.01236949,-0.01642879),(0.01333846,0.01166109,-0.01607121),(0.01376653,0.01121967,-0.01620943),(0.01354598,0.01131032,-0.01589551),(0.01352907,0.01246379,-0.01753528),(0.01333174,0.01278216,-0.01772864),(0.01327787,0.01255017,-0.01722845),(0.01309483,0.01288578,-0.01741854),(0.01312621,0.01308899,-0.01792593),(0.01290944,0.01338229,-0.01812605),(0.01290725,0.01321248,-0.01761312),(0.01271208,0.01352817,-0.01781197),(0.01284604,0.01298087,-0.01710903),(0.01267048,0.01332251,-0.01730018),(0.01249147,0.01365607,-0.01749608),(0.01242841,0.01343027,-0.01698549),(0.01225865,0.01377629,-0.01717926),(0.01259905,0.01307923,-0.01679633),(0.01302103,0.01263319,-0.01692218),(0.01277305,0.01272502,-0.01661101),(0.01267837,0.01366005,-0.01832792),(0.01243123,0.01392149,-0.01852754),(0.01250624,0.01383074,-0.01801485),(0.012287,0.01411874,-0.01821875),(0.01216625,0.01416581,-0.01872093),(0.01188163,0.01439223,-0.01890411),(0.01205162,0.01439072,-0.01842064),(0.01179738,0.0146452,-0.0186175),(0.01211107,0.01429089,-0.01790149),(0.01190275,0.01458818,-0.01810724),(0.01167773,0.01486942,-0.0183125),(0.01172416,0.01476391,-0.0177892),(0.01152468,0.01506865,-0.01799915),(0.0119104,0.01444541,-0.01758198),(0.01230615,0.01397952,-0.01769714),(0.01208727,0.01411543,-0.01737838),(0.01157562,0.01459995,-0.01907308),(0.01125053,0.01479084,-0.01922404),(0.01152152,0.01488072,-0.0188063),(0.0112252,0.0150983,-0.01898246),(0.01090871,0.01496672,-0.01935318),(0.01055248,0.01512947,-0.01945672),(0.01090954,0.01529893,-0.01914134),(0.01057568,0.01548363,-0.01927837),(0.01116689,0.01537781,-0.01871098),(0.01088044,0.01560501,-0.01889436),(0.0105729,0.01581424,-0.01906062),(0.01081636,0.01588271,-0.0186216),(0.01053765,0.01611758,-0.01881105),(0.01107257,0.01562898,-0.01842002),(0.01143255,0.01513262,-0.01851539),(0.01130808,0.01535731,-0.01821098),(0.01018419,0.01528093,-0.01953083),(0.00980668,0.01542333,-0.01957716),(0.01022475,0.01565338,-0.01938893),(0.009860137,0.01581067,-0.01947265),(0.009422826,0.01555889,-0.01959737),(0.009035482,0.01568986,-0.01959309),(0.00948523,0.01595793,-0.01952916),(0.009103412,0.01609765,-0.01955808),(0.009897072,0.01618124,-0.01932474),(0.009535792,0.01634382,-0.01941804),(0.009163609,0.01649566,-0.01948247),(0.009568173,0.01671145,-0.01926353),(0.009210819,0.0168792,-0.01936308),(0.009910482,0.01652993,-0.01913581),(0.01024394,0.01600552,-0.01920484),(0.01023467,0.01633265,-0.01898372),(0.00864751,0.01581845,-0.01956597),(0.008258931,0.015945,-0.01952236),(0.008718067,0.01623227,-0.01955903),(0.00833015,0.01636284,-0.01953785),(0.007869774,0.01606984,-0.01946862),(0.007480056,0.01619332,-0.01941108),(0.007940614,0.01649041,-0.01950035),(0.007550412,0.01661603,-0.01945236),(0.008399035,0.01677607,-0.0195226),(0.008010658,0.01690819,-0.0195078),(0.007620897,0.01703728,-0.01947608),(0.008078858,0.01732136,-0.01948276),(0.007691489,0.01745614,-0.01947364),(0.008463188,0.01718183,-0.0194695),(0.008784019,0.01663915,-0.01951574),(0.008841499,0.01703522,-0.01943067),(0.007089807,0.01631575,-0.0193561),(0.006698969,0.01643722,-0.01930498),(0.007160496,0.01674074,-0.0193997),(0.006770608,0.01686458,-0.01934536),(0.006307489,0.01655776,-0.01925902),(0.00591531,0.01667744,-0.01921952),(0.00638048,0.01698757,-0.01929235),(0.005989846,0.01710977,-0.01924366),(0.006842909,0.01729183,-0.0193805),(0.006454026,0.01741753,-0.01932544),(0.006064781,0.01754236,-0.01927139),(0.006528567,0.01784762,-0.01935227),(0.006140315,0.01797518,-0.01929806),(0.006916446,0.01771887,-0.01940312),(0.007231757,0.01716512,-0.01943218),(0.007304051,0.01758851,-0.01944533),(0.005522378,0.01679632,-0.01918778),(0.005128874,0.01691427,-0.01916054),(0.005598447,0.01723121,-0.0192023),(0.005206443,0.01735175,-0.01916559),(0.00473498,0.01703117,-0.01913453),(0.004340876,0.01714686,-0.01910648),(0.004813999,0.01747127,-0.01913086),(0.00442128,0.01758965,-0.01909542),(0.005284341,0.01778962,-0.01917776),(0.004893395,0.01791182,-0.01913471),(0.004502132,0.01803291,-0.01909185),(0.00497295,0.01835269,-0.01914485),(0.00458317,0.0184765,-0.01909518),(0.005362443,0.0182278,-0.01919487),(0.005674844,0.01766643,-0.01922274),(0.005751585,0.01810193,-0.01924577),(0.003946745,0.01726122,-0.01907315),(0.003552494,0.01737459,-0.01903785),(0.004028446,0.01770676,-0.01905661),(0.003635401,0.0178228,-0.0190166),(0.003158029,0.01748729,-0.01900391),(0.002763257,0.01759964,-0.01897466),(0.003242045,0.017938,-0.01897755),(0.00284828,0.01805258,-0.01894165),(0.003718946,0.01827153,-0.01900267),(0.003326859,0.01838932,-0.01895865),(0.002934332,0.01850627,-0.01891657),(0.003412208,0.0188412,-0.01894678),(0.003021117,0.01896068,-0.01889883),(0.003802867,0.01872071,-0.01899575),(0.004110677,0.01815277,-0.01904745),(0.004193165,0.01859916,-0.01904535),(0.002368086,0.01771197,-0.01895343),(0.001975211,0.01782555,-0.01894878),(0.002454007,0.01816675,-0.01891107),(0.002061313,0.01828157,-0.01889462),(0.001587329,0.01794162,-0.0189693),(0.001207132,0.01806144,-0.01902356),(0.001672288,0.01839815,-0.01890111),(0.001289019,0.01851754,-0.01893937),(0.002149212,0.01873893,-0.01885044),(0.001759611,0.01885641,-0.01884395),(0.001373975,0.01897584,-0.01886686),(0.001848693,0.01931619,-0.0187973),(0.001461374,0.01943608,-0.01880574),(0.002238398,0.01919746,-0.01881564),(0.002541285,0.01862251,-0.01887757),(0.002629526,0.0190792,-0.0188523),(0.0008373183,0.01818627,-0.01912013),(0.0004852676,0.01831737,-0.0192585),(0.0009135941,0.01864082,-0.0190182),(0.0005538564,0.01876948,-0.01913844),(0.0001583616,0.01845601,-0.01943815),(-0.0001360186,0.01860347,-0.0196586),(0.0002176485,0.01890497,-0.01930091),(-8.718613e-5,0.01904878,-0.01950643),(0.0006271984,0.01922483,-0.01902954),(0.0002822724,0.01935761,-0.01917388),(-3.286847e-5,0.01949805,-0.01936327),(0.0003520607,0.01981372,-0.01905764),(2.69708e-5,0.01995115,-0.01922984),(0.0007049179,0.01968318,-0.0189321),(0.0009938017,0.01909811,-0.01892797),(0.001077402,0.01955786,-0.0188494),(-0.0003904917,0.018761,-0.01991931),(-0.0006157481,0.0189253,-0.02021043),(-0.0003528047,0.01920237,-0.01975584),(-0.0005888136,0.01936276,-0.02003883),(-0.0008224782,0.01909303,-0.02052205),(-0.001021373,0.01926089,-0.02084431),(-0.0008048198,0.01952695,-0.02034507),(-0.00101043,0.01969197,-0.02066423),(-0.000557767,0.01980418,-0.01987343),(-0.0007841135,0.01996469,-0.02017295),(-0.0009974509,0.02012673,-0.02048793),(-0.000759906,0.02040629,-0.02000616),(-0.0009819431,0.02056522,-0.02031568),(-0.0005222497,0.02024955,-0.01971485),(-0.0003101167,0.01964777,-0.01959999),(-0.0002622117,0.02009714,-0.01945249),(-0.001223121,0.01942554,-0.02116732),(-0.00144006,0.01957866,-0.02147132),(-0.001215251,0.01985483,-0.02098602),(-0.001432652,0.02000727,-0.02129077),(-0.001684523,0.01971189,-0.02173651),(-0.001968846,0.0198169,-0.02194313),(-0.001676002,0.02014103,-0.02155885),(-0.001958673,0.02024786,-0.02177059),(-0.001424422,0.02043936,-0.02111269),(-0.001666935,0.02057351,-0.02138309),(-0.001948052,0.0206819,-0.02159925),(-0.00165704,0.02100938,-0.02120929),(-0.001936837,0.02111902,-0.02142912),(-0.00141498,0.02087502,-0.02093717),(-0.001206074,0.02028769,-0.02080774),(-0.001195124,0.02072421,-0.02063266),(-0.002305363,0.01988533,-0.02207138),(-0.002664855,0.01991915,-0.022117),(-0.002294032,0.02031951,-0.02190637),(-0.002653326,0.02035731,-0.02196084),(-0.003018102,0.01992032,-0.0220757),(-0.003335884,0.01989078,-0.02194321),(-0.003007798,0.02036259,-0.02192871),(-0.003328695,0.02033669,-0.02180464),(-0.002641241,0.02079755,-0.02180361),(-0.002996954,0.02080641,-0.02177955),(-0.003321177,0.02078371,-0.02166313),(-0.002985662,0.0212516,-0.02162824),(-0.003313281,0.02123163,-0.02151864),(-0.002628688,0.02123974,-0.02164535),(-0.002282214,0.02075631,-0.02174147),(-0.0022699,0.02119567,-0.02157672),(-0.003588979,0.0198325,-0.02171525),(-0.003805093,0.0197538,-0.02142563),(-0.003587261,0.02028093,-0.02158332),(-0.00380888,0.02020321,-0.0212973),(-0.004011933,0.01966301,-0.02110816),(-0.004237202,0.01956848,-0.02079664),(-0.004018934,0.02011141,-0.02097913),(-0.004242808,0.02001341,-0.02066135),(-0.003813506,0.02065351,-0.02116604),(-0.004027407,0.02056088,-0.02084778),(-0.004250328,0.02045983,-0.02052468),(-0.004036396,0.02101125,-0.02071392),(-0.004258884,0.02090775,-0.02038671),(-0.003818239,0.02110442,-0.02103158),(-0.003585728,0.02073027,-0.02144821),(-0.003584003,0.02118023,-0.02130979),(-0.004508608,0.01947853,-0.02052489),(-0.004815635,0.01939319,-0.02028448),(-0.004801513,0.0198249,-0.02012115),(-0.004505884,0.01991709,-0.02037651),(-0.005147772,0.01931249,-0.02006701),(-0.005494504,0.01923646,-0.01986406),(-0.005463826,0.01966264,-0.01968517),(-0.005123043,0.01973927,-0.01989186),(-0.005099474,0.02016939,-0.01971957),(-0.004789141,0.02025941,-0.01995905),(-0.005433382,0.02009236,-0.01951098),(-0.005404759,0.02052655,-0.01934356),(-0.005078197,0.02060379,-0.01955203),(-0.004778931,0.02069745,-0.01979953),(-0.004505166,0.02035778,-0.02022793),(-0.004506111,0.02080096,-0.02007984),(-0.005845321,0.01916512,-0.01966721),(-0.006189632,0.01910523,-0.01950891),(-0.00616901,0.01954723,-0.0193571),(-0.005817209,0.01959746,-0.01949766),(-0.006516847,0.01906356,-0.01942161),(-0.00681638,0.01904686,-0.01943777),(-0.006811135,0.01950578,-0.01932798),(-0.006505046,0.0195155,-0.01929128),(-0.006490591,0.01996929,-0.01917067),(-0.006146268,0.0199918,-0.01921379),(-0.006803731,0.01996598,-0.01922816),(-0.006794526,0.02042645,-0.01913754),(-0.006474157,0.02042434,-0.01905981),(-0.006122538,0.02043892,-0.01907992),(-0.005788091,0.02003299,-0.01933481),(-0.005759472,0.0204723,-0.01918035),(-0.007077637,0.0190619,-0.01958985),(-0.007318621,0.01909949,-0.01983525),(-0.007312149,0.01955496,-0.01974843),(-0.007073092,0.0195216,-0.01949497),(-0.007557331,0.01915044,-0.02013141),(-0.007811769,0.01920556,-0.02043576),(-0.007806487,0.01964229,-0.0203394),(-0.007549538,0.01959786,-0.02004452),(-0.007546564,0.02004609,-0.01996147),(-0.007308097,0.02001143,-0.01966839),(-0.007807381,0.02007931,-0.02024343),(-0.007815111,0.02051619,-0.02014619),(-0.007549185,0.02049448,-0.01988054),(-0.007307084,0.02046798,-0.01959349),(-0.007068359,0.01998238,-0.01940901),(-0.007063849,0.02044315,-0.01933063),(-0.008099932,0.01925567,-0.0207057),(-0.008409659,0.01928801,-0.02092244),(-0.008425102,0.01969876,-0.02077861),(-0.008104231,0.01968024,-0.02058923),(-0.008728787,0.0192898,-0.02106717),(-0.009045151,0.01924827,-0.0211211),(-0.009065549,0.01962561,-0.02091448),(-0.008751429,0.01968487,-0.02089216),(-0.008774887,0.02007679,-0.02070814),(-0.00844423,0.02010746,-0.02062812),(-0.00908344,0.01999922,-0.02069812),(-0.009097146,0.02036872,-0.02047179),(-0.008797783,0.02046509,-0.02051435),(-0.008466356,0.02051367,-0.0204698),(-0.008114167,0.02010403,-0.02046943),(-0.008129818,0.02052665,-0.02034484),(-0.009346588,0.01915065,-0.02106543),(-0.009611423,0.019002,-0.02092754),(-0.009587611,0.01933913,-0.02066784),(-0.009349789,0.01950799,-0.02083015),(-0.009817985,0.01880737,-0.02073487),(-0.009944601,0.01857179,-0.02051479),(-0.009857802,0.01887611,-0.02022377),(-0.009762463,0.01912614,-0.02045617),(-0.00969725,0.01944371,-0.02017493),(-0.009555398,0.01967383,-0.0204027),(-0.009761983,0.01918046,-0.01993223),(-0.009658709,0.01948551,-0.0196415),(-0.00962286,0.01976057,-0.01989246),(-0.009514264,0.02000626,-0.02013304),(-0.009347202,0.01986195,-0.02058669),(-0.0093375,0.02021237,-0.02033542),(-0.009969597,0.01830033,-0.02029473),(-0.009921003,0.01800185,-0.02007459),(-0.009790702,0.01829387,-0.01977929),(-0.009857077,0.01859616,-0.01999929),(-0.00982685,0.01768521,-0.01985429),(-0.009715168,0.0173593,-0.01963375),(-0.009582613,0.01765268,-0.019339),(-0.009689078,0.01797685,-0.01956034),(-0.009556293,0.01827098,-0.01926397),(-0.009659631,0.01858759,-0.01948261),(-0.00946068,0.01794958,-0.01904165),(-0.009352387,0.0182501,-0.01874119),(-0.009431718,0.01856792,-0.01896487),(-0.009530784,0.01888353,-0.01918477),(-0.009738817,0.01889292,-0.0197034),(-0.009617233,0.01919128,-0.01940796),(-0.009613989,0.01703298,-0.01941288),(-0.009543974,0.01671205,-0.0191957),(-0.009462337,0.01701213,-0.01888693),(-0.009501712,0.01732897,-0.01911185),(-0.009525783,0.01640231,-0.0189862),(-0.009580081,0.01610955,-0.01878841),(-0.009572003,0.0164247,-0.01847603),(-0.009480447,0.01670857,-0.01867231),(-0.009455416,0.01702261,-0.01836363),(-0.009399241,0.01731864,-0.01857994),(-0.009584186,0.01674853,-0.01817241),(-0.009615982,0.01708085,-0.01787956),(-0.009450939,0.01734436,-0.01806169),(-0.009355994,0.01763158,-0.01827544),(-0.009404662,0.01762988,-0.01880979),(-0.009325145,0.01793574,-0.01850666),(-0.009727529,0.01583956,-0.01860633),(-0.009951302,0.01559646,-0.01845309),(-0.01000546,0.01593762,-0.01817231),(-0.009752963,0.01616695,-0.01830614),(-0.01023457,0.01538437,-0.01834182),(-0.01056052,0.0152074,-0.01828565),(-0.01065361,0.01557353,-0.01805142),(-0.01031163,0.01573904,-0.01808418),(-0.01039981,0.01610113,-0.01784229),(-0.01007445,0.01628715,-0.01790581),(-0.01075457,0.01594578,-0.0178332),(-0.01086223,0.01632302,-0.01763073),(-0.01049774,0.01646969,-0.01761661),(-0.01015688,0.01664433,-0.01765484),(-0.009796551,0.01650316,-0.01801783),(-0.009857125,0.01684778,-0.01774322),(-0.01091232,0.01506966,-0.01829771),(-0.0112828,0.01496376,-0.01836406),(-0.01138672,0.01534128,-0.0181659),(-0.01101354,0.0154434,-0.01808368),(-0.01166478,0.01488231,-0.01847076),(-0.01205111,0.01481794,-0.01860387),(-0.01215416,0.01519156,-0.01842004),(-0.01176849,0.01525979,-0.01828304),(-0.01187668,0.01563837,-0.01810491),(-0.01149554,0.01572168,-0.01798034),(-0.01226153,0.01556451,-0.0182424),(-0.01237308,0.01593591,-0.01806928),(-0.01198911,0.01601717,-0.01793496),(-0.01160876,0.01610397,-0.01780622),(-0.01112066,0.01582172,-0.01788449),(-0.01123285,0.01620352,-0.01769937),(-0.01243461,0.01476324,-0.01874945),(-0.01281694,0.01471026,-0.01889433),(-0.01292341,0.01506485,-0.01869634),(-0.01253906,0.01512921,-0.01856183),(-0.01319978,0.01465102,-0.01902535),(-0.01358481,0.01457756,-0.01912934),(-0.01369146,0.01489856,-0.01889512),(-0.01330747,0.01499059,-0.01881147),(-0.0134172,0.01532468,-0.01859418),(-0.01303326,0.01541549,-0.01849786),(-0.01379791,0.01521258,-0.01865515),(-0.0139024,0.0155178,-0.01840685),(-0.01352789,0.01565158,-0.01837088),(-0.01314589,0.01576076,-0.01829647),(-0.01264754,0.01549282,-0.01837699),(-0.01275981,0.01585299,-0.01819286),(-0.01397368,0.01448192,-0.01919311),(-0.0143553,0.01435808,-0.0192175),(-0.01444774,0.01463257,-0.01893458),(-0.01407562,0.01478084,-0.01893519),(-0.01471855,0.01420005,-0.01920333),(-0.01505234,0.01400182,-0.01915143),(-0.015107,0.0142248,-0.01882279),(-0.01479561,0.01444886,-0.01889615),(-0.01486026,0.0146876,-0.01858116),(-0.01453231,0.01489756,-0.01864357),(-0.01514488,0.01443799,-0.01848776),(-0.01516226,0.0146409,-0.01814657),(-0.01490882,0.01491525,-0.01825774),(-0.01460577,0.01515156,-0.01834301),(-0.0141739,0.01507138,-0.01866992),(-0.01426599,0.01535177,-0.01839514),(-0.01534554,0.01375739,-0.0190626),(-0.0155897,0.01347277,-0.01894996),(-0.01557756,0.01364848,-0.01859363),(-0.01536969,0.01395553,-0.01871737),(-0.01577633,0.013154,-0.01882659),(-0.01589697,0.01280709,-0.0187056),(-0.01580425,0.01295094,-0.01834597),(-0.01572446,0.01331113,-0.01846525),(-0.01564739,0.01346464,-0.01810735),(-0.01554197,0.01381789,-0.01823699),(-0.01568603,0.01309409,-0.01799334),(-0.01554242,0.01323795,-0.01764988),(-0.01554411,0.01361569,-0.01775498),(-0.01548075,0.01398171,-0.01788176),(-0.01537329,0.01414521,-0.01836841),(-0.01535318,0.01432658,-0.01801676),(-0.01594313,0.01243806,-0.01860009),(-0.01592096,0.01205871,-0.01851854),(-0.01575165,0.01219533,-0.01818251),(-0.01581078,0.01257536,-0.0182495),(-0.01583659,0.01168082,-0.01846942),(-0.01569614,0.0113162,-0.01846123),(-0.01546674,0.01146563,-0.01816371),(-0.01563444,0.01182178,-0.01815169),(-0.01541422,0.01196923,-0.01784697),(-0.0155609,0.01233668,-0.01785847),(-0.01522288,0.01162223,-0.01787901),(-0.01496689,0.01178504,-0.01760599),(-0.01517809,0.0121233,-0.01755539),(-0.01535041,0.01248362,-0.01754754),(-0.01565434,0.01271487,-0.01790882),(-0.01547486,0.01285788,-0.01757988),(-0.01550576,0.01097663,-0.01850246),(-0.01527538,0.01066134,-0.01858561),(-0.0150118,0.01083433,-0.0183263),(-0.01525613,0.01113783,-0.01822527),(-0.01501495,0.01036952,-0.01870325),(-0.01473443,0.01010042,-0.01884789),(-0.01445871,0.01028406,-0.0186066),(-0.01474293,0.01055109,-0.01845676),(-0.01446631,0.0107342,-0.01821513),(-0.01474036,0.0110117,-0.0180754),(-0.01418181,0.01046587,-0.01836611),(-0.01390572,0.01064095,-0.01812104),(-0.014187,0.01091426,-0.01797343),(-0.01446311,0.01118984,-0.01782904),(-0.01499541,0.01130538,-0.01795926),(-0.01472582,0.011477,-0.01770188),(-0.01444374,0.009853229,-0.01901208),(-0.01415243,0.009613436,-0.01918195),(-0.01388247,0.009774496,-0.01892259),(-0.01416833,0.01002921,-0.01876577),(-0.01387005,0.00936651,-0.01934364),(-0.01360614,0.009097924,-0.01948328),(-0.01336711,0.009217332,-0.01918241),(-0.01361183,0.009507881,-0.01906537),(-0.01336406,0.009638328,-0.01877664),(-0.01361892,0.009926856,-0.01865587),(-0.01314262,0.009325222,-0.01886932),(-0.01293641,0.009422006,-0.01854261),(-0.01313035,0.009756646,-0.01847467),(-0.01336489,0.01006767,-0.01837772),(-0.01389543,0.01019973,-0.01851603),(-0.01362752,0.01036059,-0.01825782),(-0.01337025,0.008793154,-0.01958701),(-0.01317463,0.008459146,-0.01965825),(-0.0129978,0.008537405,-0.01930976),(-0.01315899,0.008890806,-0.01926204),(-0.01303154,0.008102857,-0.01970042),(-0.01295325,0.007731237,-0.01971694),(-0.01285747,0.007786368,-0.01933147),(-0.01289386,0.008166227,-0.01933107),(-0.01278092,0.00822705,-0.01895335),(-0.01284318,0.00860905,-0.01895052),(-0.01278747,0.007843156,-0.01894053),(-0.01274299,0.007904399,-0.01854627),(-0.01269373,0.008288189,-0.01856906),(-0.01271296,0.008676543,-0.01858155),(-0.01296637,0.008978619,-0.0189249),(-0.01279557,0.009058228,-0.01857548),(-0.012952,0.007351236,-0.01971124),(-0.01302227,0.006974316,-0.01969237),(-0.01301069,0.007037449,-0.01929399),(-0.01289896,0.007406929,-0.01931647),(-0.01315852,0.006611936,-0.0196694),(-0.01335519,0.006275555,-0.01965139),(-0.01341438,0.00636653,-0.01925826),(-0.01318504,0.006687469,-0.01927195),(-0.01323069,0.006773067,-0.01887713),(-0.01302147,0.007108723,-0.0188959),(-0.01348922,0.00646837,-0.0188694),(-0.01357661,0.006580541,-0.01848492),(-0.01329268,0.006869156,-0.01848577),(-0.01305245,0.007189556,-0.01849962),(-0.01287069,0.007467899,-0.0189192),(-0.0128659,0.007536414,-0.01852146),(-0.01360676,0.00597663,-0.0196474),(-0.01390334,0.005719502,-0.01966056),(-0.01400627,0.005842727,-0.01928152),(-0.01369108,0.00608417,-0.01926085),(-0.01423503,0.00550851,-0.01969401),(-0.01459196,0.005347992,-0.01975087),(-0.01471655,0.005491915,-0.01938429),(-0.01435105,0.00564453,-0.01932206),(-0.01447481,0.005786886,-0.01895418),(-0.01411908,0.005974731,-0.0189073),(-0.01484734,0.005639089,-0.01902053),(-0.01460372,0.005934024,-0.01858926),(-0.01498197,0.005788839,-0.01865867),(-0.0142389,0.006113811,-0.01853696),(-0.01378796,0.006202077,-0.01887925),(-0.01389427,0.006329038,-0.01850209),(-0.01496423,0.005242287,-0.01983428),(-0.01534704,0.005183107,-0.01993956),(-0.01509388,0.005387213,-0.01947),(-0.01547939,0.005323619,-0.01957524),(-0.01573563,0.005162167,-0.02006202),(-0.01612517,0.005171178,-0.02019701),(-0.01586941,0.005294332,-0.01969607),(-0.01626027,0.005292546,-0.01982854),(-0.01561664,0.005460414,-0.01921054),(-0.01600785,0.005419812,-0.0193283),(-0.01639972,0.005405212,-0.01945728),(-0.01614867,0.005543917,-0.01896012),(-0.01654144,0.005515851,-0.01908525),(-0.01575648,0.005596778,-0.01884603),(-0.01522888,0.005531884,-0.01910697),(-0.01536691,0.005677421,-0.0187449),(-0.0165109,0.005201853,-0.02033984),(-0.01688173,0.00522218,-0.02047795),(-0.01664833,0.005311455,-0.01996869),(-0.01702252,0.005320198,-0.02010501),(-0.01722661,0.005200146,-0.02059882),(-0.01753446,0.005103739,-0.02068988),(-0.0173718,0.005287912,-0.02022596),(-0.01768512,0.005183734,-0.02032002),(-0.01716673,0.005409678,-0.01972932),(-0.01752104,0.005369228,-0.01985096),(-0.01784201,0.005260647,-0.01994872),(-0.01767217,0.005447946,-0.01947477),(-0.01800076,0.005335318,-0.01957556),(-0.01731293,0.005496492,-0.01935271),(-0.01678949,0.005411754,-0.01959452),(-0.01693277,0.005509584,-0.01921949),(-0.01779423,0.004900947,-0.0207386),(-0.01801986,0.00461901,-0.02075854),(-0.01795144,0.004976802,-0.02037567),(-0.01818355,0.004693115,-0.02040451),(-0.0182253,0.004285171,-0.0207633),(-0.01842452,0.003926671,-0.02076644),(-0.01839428,0.004358671,-0.02041812),(-0.01859643,0.003999473,-0.0204281),(-0.0183633,0.004773876,-0.02005),(-0.01858488,0.004443816,-0.02007249),(-0.01879458,0.00408806,-0.02008885),(-0.01877722,0.004528854,-0.01971998),(-0.01899374,0.004176901,-0.01974091),(-0.01854504,0.004853853,-0.01969054),(-0.01811922,0.005054174,-0.02001191),(-0.01828897,0.00512998,-0.01964494),(-0.01863146,0.003570754,-0.02078154),(-0.01884161,0.003217394,-0.0208047),(-0.01880282,0.003641517,-0.02044606),(-0.01900782,0.003284883,-0.02046827),(-0.01905047,0.002866569,-0.020832),(-0.01925352,0.002518256,-0.02085953),(-0.01939118,0.002575884,-0.02051052),(-0.01920582,0.002929647,-0.02049099),(-0.0193899,0.003012386,-0.02014543),(-0.01920369,0.003371997,-0.02012849),(-0.0195551,0.002652188,-0.02015621),(-0.01971478,0.002726329,-0.01979107),(-0.01957046,0.003093871,-0.0197885),(-0.01939745,0.003458652,-0.01977764),(-0.01900305,0.00373067,-0.02010858),(-0.01920285,0.003819915,-0.01976096),(-0.01944627,0.002172429,-0.02088339),(-0.01964477,0.001857505,-0.02090142),(-0.01972759,0.001902409,-0.02052844),(-0.01955829,0.002223674,-0.02052311),(-0.01986509,0.001601895,-0.02091148),(-0.02012331,0.001434015,-0.02091142),(-0.01991952,0.001641481,-0.02052617),(-0.02015452,0.001470284,-0.02051599),(-0.01982821,0.001961107,-0.02015096),(-0.01998719,0.001690294,-0.02013728),(-0.02019518,0.001509346,-0.0201178),(-0.02005404,0.001732461,-0.01974343),(-0.02023676,0.001538065,-0.01971678),(-0.01992631,0.002015432,-0.01976623),(-0.01969269,0.00229175,-0.02015766),(-0.01982331,0.002356786,-0.01978288),(-0.0204355,0.001382277,-0.0208991),(-0.0207894,0.00140875,-0.02087974),(-0.02045303,0.001418211,-0.02049754),(-0.02080048,0.001445837,-0.02047494),(-0.02117276,0.0014755,-0.02085853),(-0.02157332,0.001544595,-0.02084069),(-0.02118229,0.001513739,-0.0204523),(-0.02158386,0.001582489,-0.02043373),(-0.02081735,0.001468341,-0.02006807),(-0.02119669,0.001530662,-0.02004411),(-0.02159829,0.001596453,-0.02002496),(-0.02121488,0.001521844,-0.01963658),(-0.02161631,0.00158406,-0.01961722),(-0.02083756,0.001469166,-0.01966112),(-0.02047771,0.001448299,-0.02009368),(-0.02050473,0.001462437,-0.0196886),(-0.02197885,0.001578102,-0.02083144),(-0.02238226,0.001602187,-0.02082876),(-0.02199062,0.001612664,-0.02042334),(-0.02239401,0.00163325,-0.02041972),(-0.02277649,0.001643016,-0.02083064),(-0.02315446,0.001726756,-0.02083507),(-0.02278547,0.001673235,-0.02042147),(-0.02315643,0.001761607,-0.02042718),(-0.02240627,0.001651242,-0.02000959),(-0.02279311,0.0016987,-0.02001164),(-0.02315548,0.001798508,-0.02001901),(-0.02280056,0.001718163,-0.01960258),(-0.02315328,0.001835922,-0.01961125),(-0.02241975,0.001655048,-0.0196005),(-0.02200475,0.001626903,-0.02001374),(-0.02202147,0.001619404,-0.01960528),(-0.02350911,0.001879575,-0.02084003),(-0.02383421,0.002092624,-0.02084901),(-0.02349832,0.001927353,-0.02043545),(-0.02380837,0.002157742,-0.02044865),(-0.02412352,0.002357059,-0.02086548),(-0.02437078,0.00266403,-0.02089291),(-0.02408377,0.002440047,-0.02046915),(-0.02432173,0.002761537,-0.02049929),(-0.02377821,0.002227416,-0.02004834),(-0.02403994,0.002525624,-0.02007281),(-0.0242695,0.002859075,-0.02010548),(-0.02399538,0.002612051,-0.01967582),(-0.0242174,0.002955017,-0.01971069),(-0.02374669,0.002299875,-0.01964772),(-0.02348362,0.001979895,-0.02003083),(-0.02346733,0.002035495,-0.01962625),(-0.02456979,0.003004694,-0.02093479),(-0.02473259,0.003370625,-0.02098751),(-0.02451949,0.003109483,-0.02054147),(-0.02468706,0.00347727,-0.02059266),(-0.02487126,0.003753403,-0.02104746),(-0.02499786,0.004144602,-0.02111102),(-0.02483453,0.003858286,-0.02064987),(-0.02497194,0.004245915,-0.02071008),(-0.02464198,0.003580415,-0.02019685),(-0.02480067,0.003958408,-0.0202508),(-0.02495148,0.004341349,-0.02030712),(-0.02477021,0.004052814,-0.01985),(-0.0249356,0.00443023,-0.01990221),(-0.02459916,0.003678843,-0.01979951),(-0.02446755,0.003212321,-0.02014762),(-0.02441677,0.003311763,-0.0197525),(0.04018081,0.002741246,-0.005174292),(0.0399006,0.002992093,-0.005342448),(0.03961472,0.003232392,-0.005511279),(0.03967804,0.00300315,-0.004999625),(0.03940817,0.003266711,-0.005164985),(0.03994162,0.002729129,-0.004835818),(0.03931751,0.003451596,-0.005681459),(0.0390033,0.003639156,-0.005853666),(0.03912577,0.003509352,-0.005333444),(0.03882454,0.003720615,-0.005506556),(0.03918756,0.003271559,-0.0048258),(0.0389174,0.003530124,-0.004993679),(0.03862768,0.0037577,-0.005169195),(0.03869116,0.003510439,-0.004668329),(0.03841092,0.003743942,-0.004849552),(0.03895254,0.003245325,-0.004497784),(0.0396953,0.002702779,-0.00450277),(0.03944469,0.002992334,-0.004663013),(0.03920138,0.002959138,-0.004334357),(0.03944393,0.002662412,-0.00417449),(0.03866642,0.003784526,-0.006028571),(0.03831259,0.003888013,-0.006203078),(0.0384982,0.003890037,-0.005685871),(0.03815347,0.004018353,-0.005869431),(0.03794749,0.003949927,-0.006374089),(0.03757685,0.003970577,-0.006538504),(0.03779707,0.004106296,-0.006055274),(0.03743571,0.004154599,-0.006241443),(0.03797725,0.004090932,-0.005549623),(0.03763092,0.004200662,-0.005752234),(0.03728011,0.004275184,-0.005961576),(0.03744696,0.004209738,-0.005473478),(0.03710743,0.004301918,-0.005703899),(0.03778196,0.004089046,-0.005253418),(0.03831191,0.003943957,-0.005354892),(0.03810557,0.003935296,-0.005045012),(0.03720635,0.003950273,-0.006693226),(0.03683465,0.003901446,-0.006841742),(0.03671639,0.004144392,-0.006609352),(0.03707608,0.004163994,-0.006425975),(0.0364604,0.003836527,-0.006987545),(0.03608221,0.00376795,-0.007134122),(0.0359894,0.004057835,-0.006974537),(0.03635477,0.004105703,-0.006792046),(0.03658452,0.004331214,-0.006394534),(0.03623554,0.004325726,-0.00661322),(0.03588296,0.004306571,-0.006830091),(0.03609489,0.004446189,-0.006432216),(0.03575273,0.004459802,-0.006672869),(0.0364334,0.00441726,-0.00618761),(0.036932,0.004316534,-0.006176496),(0.03677025,0.004370132,-0.00594339),(0.03569875,0.003708144,-0.007284962),(0.03531121,0.003657057,-0.007438811),(0.03524286,0.003966137,-0.007339159),(0.03561846,0.004010699,-0.007157299),(0.03492079,0.003614635,-0.007594416),(0.03452869,0.003580822,-0.00775052),(0.03448126,0.003892098,-0.007695482),(0.03486349,0.00392599,-0.007518945),(0.03516144,0.004250421,-0.007250232),(0.03479387,0.004220748,-0.007451982),(0.0344227,0.004194889,-0.00764717),(0.03469529,0.00444542,-0.0073451),(0.03433494,0.00443837,-0.007552645),(0.0350522,0.004454571,-0.007129298),(0.0355247,0.004280249,-0.007042682),(0.03540492,0.004460981,-0.006905225),(0.03413612,0.003555565,-0.00790587),(0.03374249,0.003535716,-0.008057845),(0.03409709,0.003866306,-0.007867593),(0.0337103,0.003845851,-0.00803289),(0.03334722,0.003518126,-0.008203823),(0.03294975,0.003499646,-0.008341187),(0.03332022,0.003827974,-0.00818898),(0.03292618,0.003809916,-0.008333472),(0.03367082,0.004163174,-0.008013468),(0.0332884,0.004152475,-0.008180351),(0.03290053,0.004141986,-0.008333568),(0.03323299,0.004449762,-0.008118361),(0.03285497,0.004456789,-0.008281761),(0.03360492,0.004442825,-0.007941135),(0.03404864,0.004176505,-0.007835037),(0.03397185,0.004438266,-0.007751944),(0.03254949,0.003477129,-0.008467315),(0.03214702,0.003452431,-0.008583524),(0.03252752,0.003788918,-0.008463972),(0.0321252,0.003766431,-0.008581632),(0.03174298,0.003427408,-0.00869114),(0.03133792,0.003403917,-0.00879148),(0.03172023,0.003743913,-0.0086876),(0.03131355,0.003722814,-0.008783029),(0.03210709,0.004115309,-0.008593415),(0.0317039,0.00410099,-0.00870155),(0.03129796,0.004087266,-0.008796166),(0.03168153,0.004465766,-0.008678062),(0.0312807,0.0044656,-0.008779059),(0.0320782,0.004464529,-0.008561551),(0.03250637,0.004129286,-0.008471004),(0.03246969,0.004461625,-0.00842947),(0.03093249,0.003383816,-0.008885865),(0.03052626,0.003366387,-0.00897593),(0.03090617,0.003704591,-0.00886907),(0.03049784,0.003688352,-0.008947589),(0.03011887,0.003350916,-0.009063312),(0.02970993,0.003336685,-0.009149645),(0.03008832,0.003673206,-0.009020454),(0.02967739,0.003658262,-0.009089533),(0.03048145,0.0040634,-0.008948815),(0.03007089,0.004051257,-0.009010294),(0.0296588,0.004037639,-0.009064174),(0.02964941,0.004444048,-0.009038033),(0.03006077,0.004454462,-0.008993141),(0.03047,0.004460894,-0.008935649),(0.03089047,0.00407507,-0.008878013),(0.03087675,0.004464291,-0.008864605),(0.02929906,0.003322981,-0.009236563),(0.02888542,0.003311838,-0.009325772),(0.02926483,0.00364263,-0.009156693),(0.02885002,0.003628613,-0.009224736),(0.02846816,0.003305295,-0.00941897),(0.02804643,0.003305386,-0.009517864),(0.02843243,0.003618512,-0.00929646),(0.02801145,0.003614634,-0.009374663),(0.02841269,0.003992527,-0.00920845),(0.02882987,0.004005622,-0.009158778),(0.02799344,0.003984907,-0.009265669),(0.02798899,0.004385352,-0.009169744),(0.02840569,0.004396134,-0.009130268),(0.02882154,0.00441166,-0.009099732),(0.02924519,0.004021544,-0.009112178),(0.02923623,0.004428707,-0.009071277),(0.02761941,0.003314151,-0.009624155),(0.02718975,0.003333243,-0.009738157),(0.02758653,0.003619279,-0.009462146),(0.02715995,0.003634602,-0.009559793),(0.02676011,0.00336432,-0.009860175),(0.02633319,0.003409038,-0.009990524),(0.02631102,0.003705892,-0.009789105),(0.02673401,0.003662755,-0.009668484),(0.02672949,0.00402126,-0.009514078),(0.02715004,0.00399666,-0.009417322),(0.02631212,0.004061825,-0.009626328),(0.02633025,0.004450604,-0.009494169),(0.02674106,0.004412295,-0.00938639),(0.02715535,0.004390563,-0.009296957),(0.02757196,0.003985414,-0.009334906),(0.02757176,0.004382539,-0.009225026),(0.02591161,0.003469053,-0.01012951),(0.0254951,0.003543625,-0.01027557),(0.02548069,0.003842422,-0.01006635),(0.02589326,0.003766165,-0.009922534),(0.02508333,0.003632012,-0.01042712),(0.02467599,0.003733474,-0.01058259),(0.02507325,0.003933512,-0.01021812),(0.02467087,0.004038279,-0.01037543),(0.02549257,0.004197188,-0.009897684),(0.02509088,0.004288984,-0.01005056),(0.02469493,0.004394853,-0.01021076),(0.02512888,0.004675222,-0.009919227),(0.02474067,0.004780842,-0.01008362),(0.02552359,0.004583812,-0.009763947),(0.02589973,0.004120968,-0.009755235),(0.02592424,0.004508357,-0.009621141),(0.02427279,0.00384727,-0.0107404),(0.02387398,0.003972858,-0.01089994),(0.02427352,0.004155575,-0.01053585),(0.02388118,0.004284686,-0.01069849),(0.02347981,0.004109693,-0.01106059),(0.02309057,0.004257232,-0.01122171),(0.02349386,0.004424903,-0.01086247),(0.02311158,0.004575513,-0.01102689),(0.02392065,0.004643502,-0.01054247),(0.02354162,0.004784658,-0.01071143),(0.02316755,0.004935953,-0.01088073),(0.02361522,0.005169055,-0.01060394),(0.02325051,0.005319389,-0.01078024),(0.02398463,0.005028615,-0.01042783),(0.02430497,0.004513297,-0.01037516),(0.02435951,0.004898924,-0.01025378),(0.0227065,0.004414934,-0.0113827),(0.02232696,0.00458179,-0.01154291),(0.02273433,0.004735808,-0.01119089),(0.02236131,0.004904811,-0.01135356),(0.02195131,0.004756792,-0.01170169),(0.0215789,0.004938936,-0.01185841),(0.02199175,0.005081553,-0.01151403),(0.02162483,0.005265059,-0.01167141),(0.02243231,0.00526556,-0.01121543),(0.02206928,0.005441938,-0.01137855),(0.02170805,0.005624746,-0.01153734),(0.02217562,0.005820813,-0.01129381),(0.02182032,0.006001611,-0.01145538),(0.02253174,0.005646212,-0.01112652),(0.02279809,0.005096575,-0.01104911),(0.02288969,0.005478756,-0.01095488),(0.02120906,0.005127212,-0.01201242),(0.02084139,0.005321322,-0.01216349),(0.02125978,0.005454356,-0.01182482),(0.02089612,0.005649039,-0.01197415),(0.02047547,0.005520963,-0.01231139),(0.02011086,0.005725837,-0.01245588),(0.0205334,0.005848704,-0.01211927),(0.02017113,0.006052945,-0.01226008),(0.0209878,0.006006346,-0.01183857),(0.02062793,0.006204342,-0.0119811),(0.02026766,0.006406603,-0.0121183),(0.02075169,0.006574147,-0.01189857),(0.02039345,0.006773906,-0.01203313),(0.02110869,0.006378617,-0.01175756),(0.0213477,0.005813014,-0.01169067),(0.02146479,0.006187659,-0.0116099),(0.01974715,0.005935644,-0.01259674),(0.01938449,0.00615054,-0.01273464),(0.01980887,0.006261359,-0.01239647),(0.01944682,0.006474133,-0.01252921),(0.01902304,0.00637068,-0.01287025),(0.01866294,0.006596223,-0.01300424),(0.01908518,0.006691454,-0.01265907),(0.01872417,0.006913515,-0.01278684),(0.01954498,0.006822912,-0.01237765),(0.01918318,0.007037334,-0.0125015),(0.01882148,0.007256184,-0.01262258),(0.01931094,0.007397174,-0.01240263),(0.01894894,0.007613468,-0.0125172),(0.01967265,0.007185258,-0.01228431),(0.01990658,0.006612732,-0.0122502),(0.02003363,0.006977556,-0.01216143),(0.01830435,0.006827325,-0.01313727),(0.01794801,0.007064328,-0.01327015),(0.01836398,0.0071405,-0.01291329),(0.01800527,0.007372765,-0.01303925),(0.01759463,0.007307573,-0.01340365),(0.01724496,0.007557405,-0.01353857),(0.01764868,0.007610658,-0.01316556),(0.01729486,0.007854533,-0.01329306),(0.01809984,0.007708041,-0.01285984),(0.01774103,0.007941666,-0.01297781),(0.01738429,0.008180835,-0.01309653),(0.01786564,0.008290506,-0.01284754),(0.01750707,0.008526331,-0.01295655),(0.0182258,0.008059906,-0.01273866),(0.01846018,0.007479651,-0.01274172),(0.01858706,0.007834303,-0.01262888),(0.01689972,0.007814166,-0.0136757),(0.01655967,0.008077915,-0.01381537),(0.01694445,0.008104742,-0.01342258),(0.0165981,0.008361338,-0.01355449),(0.01622556,0.008348714,-0.01395792),(0.01589812,0.008626624,-0.01410368),(0.01625645,0.008624372,-0.0136892),(0.01592016,0.008893896,-0.01382707),(0.01667921,0.008676729,-0.0133393),(0.01633184,0.008933448,-0.01346422),(0.01598858,0.009196009,-0.01359206),(0.01644512,0.00926624,-0.01329223),(0.01609681,0.009523458,-0.01340868),(0.01679649,0.009014266,-0.01317839),(0.01703019,0.008425857,-0.01321688),(0.01715058,0.008767607,-0.01306666),(0.01557812,0.008911701,-0.01425299),(0.01526636,0.009203936,-0.01440581),(0.01558986,0.009169965,-0.0139685),(0.01526634,0.0094526,-0.0141136),(0.01496363,0.009503313,-0.01456212),(0.01467076,0.00980982,-0.01472189),(0.01495037,0.009741817,-0.01426253),(0.01464273,0.01003764,-0.01441541),(0.01531652,0.009738665,-0.01385812),(0.01498908,0.01001878,-0.01399696),(0.01466829,0.01030478,-0.01414006),(0.01507436,0.0103261,-0.01377836),(0.01474288,0.01060391,-0.01390978),(0.01541087,0.01005341,-0.01365133),(0.01564991,0.009464411,-0.01372326),(0.01575188,0.009785852,-0.01352824),(0.01438853,0.01012344,-0.01488509),(0.01411737,0.01044382,-0.01505149),(0.01434419,0.01034009,-0.01457238),(0.01405547,0.01064903,-0.01473336),(0.01385768,0.0107706,-0.01522082),(0.01360989,0.01110343,-0.01539285),(0.01377729,0.01096435,-0.01489829),(0.01351033,0.0112859,-0.01506708),(0.01404956,0.01089449,-0.01444019),(0.01375346,0.01119833,-0.0145975),(0.0134674,0.01150824,-0.01475985),(0.01378593,0.0114687,-0.01433408),(0.01348264,0.01176801,-0.01448664),(0.01409771,0.01117503,-0.01418731),(0.01435481,0.01059666,-0.01428776),(0.01441702,0.01088683,-0.01404598),(0.0133744,0.01144194,-0.01556732),(0.01315086,0.01178538,-0.01574423),(0.01325533,0.01161357,-0.01523967),(0.01301245,0.01194692,-0.01541593),(0.01293892,0.01213302,-0.01592357),(0.01273822,0.01248409,-0.01610533),(0.01278188,0.01228551,-0.01559572),(0.01256381,0.01262889,-0.01577892),(0.01292878,0.0121463,-0.01509997),(0.01267753,0.0124741,-0.01527744),(0.01243918,0.01280755,-0.01545965),(0.01263343,0.01270096,-0.01498084),(0.01237384,0.01302369,-0.01515765),(0.01290542,0.01238412,-0.01481004),(0.01319229,0.01182429,-0.01492739),(0.01318881,0.01207314,-0.0146453),(0.0125484,0.01283784,-0.0162895),(0.01236751,0.01319266,-0.01647667),(0.01235841,0.01297665,-0.01596539),(0.01216434,0.01332746,-0.01615533),(0.01219358,0.01354695,-0.01666744),(0.01202464,0.01389911,-0.01686241),(0.01198026,0.01368,-0.01634891),(0.0118048,0.01403297,-0.01654631),(0.01200245,0.0134899,-0.01583759),(0.01180272,0.01383685,-0.01603278),(0.01161451,0.01418635,-0.01623177),(0.01167524,0.01402493,-0.01572194),(0.0114691,0.01436767,-0.01591958),(0.01189474,0.01368628,-0.01552872),(0.01221438,0.01314647,-0.01564646),(0.01212761,0.01335233,-0.01534045),(0.01185872,0.01424751,-0.01706215),(0.01169195,0.0145898,-0.01726642),(0.01163664,0.01438506,-0.01674771),(0.01147219,0.01473405,-0.01695312),(0.01152041,0.01492362,-0.01747496),(0.01134024,0.01524663,-0.01768749),(0.01130787,0.0150777,-0.01716256),(0.0111401,0.0154138,-0.01737605),(0.0112676,0.01488812,-0.01664036),(0.01110288,0.0152365,-0.01685004),(0.01093997,0.0155806,-0.01706337),(0.01092182,0.0154104,-0.01653544),(0.01075554,0.01575745,-0.016748),(0.01109467,0.01506201,-0.01632644),(0.01143714,0.01453742,-0.01643428),(0.01127633,0.0147139,-0.01612112),(0.01114752,0.01555645,-0.01790376),(0.0109392,0.01585141,-0.01811999),(0.0109653,0.01574014,-0.01759359),(0.0107794,0.01605448,-0.01781263),(0.0107122,0.0161298,-0.01833241),(0.01046343,0.01638993,-0.01853726),(0.01057832,0.01635456,-0.01803061),(0.01035796,0.01663817,-0.01824495),(0.01060578,0.01624757,-0.01749971),(0.01042507,0.01656533,-0.01771999),(0.01022899,0.01686919,-0.01793985),(0.01026281,0.01677039,-0.01740436),(0.01008424,0.01708989,-0.01762768),(0.01043095,0.01644007,-0.01718297),(0.01077584,0.01591847,-0.01728038),(0.01059356,0.01610154,-0.01696401),(0.01018983,0.01663011,-0.01873075),(0.009893368,0.01685162,-0.01890826),(0.01011426,0.01690305,-0.0184531),(0.009847673,0.01714953,-0.01865013),(0.009576032,0.01705569,-0.01906513),(0.009239795,0.01724361,-0.01919672),(0.009558666,0.01737791,-0.0188311),(0.009247703,0.01758851,-0.0189911),(0.009775336,0.01742692,-0.01836947),(0.00951537,0.01767945,-0.01856971),(0.009231712,0.01791353,-0.01875388),(0.009445442,0.01796165,-0.0182892),(0.009188988,0.01821831,-0.01849274),(0.009678301,0.01768703,-0.01807435),(0.01001281,0.01715661,-0.01815793),(0.009890318,0.01739594,-0.01785243),(0.008886635,0.01741663,-0.01929841),(0.008520208,0.01757729,-0.01937143),(0.00891525,0.01778164,-0.01912518),(0.008565254,0.01795973,-0.01923255),(0.008144164,0.01772814,-0.01941703),(0.007762161,0.01787171,-0.01943644),(0.008201664,0.0181252,-0.0193124),(0.007828424,0.01828048,-0.01936392),(0.008593485,0.01832639,-0.01905705),(0.00824644,0.01850921,-0.0191707),(0.007885789,0.01867899,-0.0192555),(0.008273584,0.01887686,-0.01899372),(0.007929767,0.01906375,-0.01911062),(0.00860006,0.01867456,-0.01884906),(0.008923163,0.01812851,-0.01891721),(0.008906194,0.0184555,-0.01868072),(0.007377848,0.01801053,-0.01943092),(0.006991788,0.01814559,-0.0194059),(0.007449483,0.01842801,-0.01938629),(0.007066309,0.01856939,-0.01938448),(0.006604535,0.01827781,-0.0193668),(0.006216649,0.01840819,-0.01931904),(0.006680367,0.01870626,-0.01936344),(0.00629312,0.01884024,-0.01932815),(0.007137382,0.01898771,-0.0193345),(0.006754493,0.01913111,-0.01933665),(0.006369059,0.01927017,-0.01931922),(0.006825354,0.0195505,-0.01928084),(0.006443801,0.01969681,-0.01928608),(0.007202379,0.01939796,-0.01925159),(0.007515292,0.01883775,-0.01930877),(0.007571608,0.01923658,-0.01919571),(0.005828688,0.01853766,-0.01926805),(0.005440631,0.0186662,-0.01921475),(0.005906037,0.01897295,-0.01928354),(0.005519062,0.01910447,-0.01923197),(0.005052452,0.01879376,-0.01916003),(0.004664129,0.01892032,-0.01910481),(0.005132142,0.01923489,-0.01917575),(0.004745222,0.0193643,-0.01911721),(0.005597897,0.01954227,-0.01924108),(0.005212263,0.01967592,-0.01918746),(0.004826656,0.01980838,-0.01912887),(0.005293058,0.02011668,-0.01919065),(0.004908643,0.0202525,-0.01913624),(0.005677295,0.01997923,-0.01923665),(0.005983511,0.01940712,-0.01928618),(0.006060997,0.0198395,-0.01926991),(0.004275642,0.01904584,-0.01904999),(0.003886903,0.01917028,-0.01899556),(0.004358248,0.01949278,-0.0190587),(0.003971105,0.0196202,-0.01900015),(0.003497831,0.01929359,-0.01894153),(0.003108336,0.01941574,-0.01888788),(0.003583675,0.01974645,-0.0189415),(0.003195846,0.0198714,-0.0188827),(0.004055518,0.02007048,-0.0190076),(0.003669693,0.02019974,-0.01894534),(0.003283501,0.02032756,-0.01888226),(0.003755831,0.0206534,-0.01895164),(0.003371159,0.02078416,-0.01888554),(0.004140194,0.02052107,-0.01901597),(0.004441123,0.01993996,-0.01906884),(0.00452441,0.02038736,-0.01907776),(0.002718336,0.01953669,-0.01883463),(0.002328359,0.019657,-0.01878961),(0.002807498,0.01999491,-0.01882368),(0.00241882,0.02011744,-0.01877151),(0.001938935,0.01977723,-0.01876068),(0.001550591,0.01989797,-0.01875569),(0.002029998,0.02023944,-0.01873324),(0.00164122,0.02036137,-0.01871593),(0.002509502,0.02057868,-0.01876047),(0.002121547,0.02070268,-0.01871411),(0.001732855,0.02082611,-0.01868568),(0.002213243,0.02116683,-0.01870243),(0.00182509,0.02129205,-0.01866413),(0.002600129,0.02104061,-0.01875564),(0.002896795,0.02045376,-0.01881858),(0.002986013,0.02091315,-0.01881844),(0.001163857,0.02001977,-0.01878249),(0.0007866387,0.02014427,-0.01884639),(0.001252673,0.02048366,-0.01872666),(0.0008717981,0.02060786,-0.01877218),(0.0004268404,0.02027312,-0.01895274),(9.236801e-5,0.02040795,-0.01910685),(0.0005060406,0.02073551,-0.01885926),(0.0001628428,0.02086816,-0.01899468),(0.0009598339,0.02107369,-0.01870922),(0.0005890902,0.02120062,-0.01877731),(0.0002379147,0.0213315,-0.01889369),(0.0006754181,0.02166815,-0.01870697),(0.0003171033,0.02179769,-0.01880425),(0.001050183,0.0215415,-0.01865727),(0.001343353,0.02094932,-0.01868136),(0.001435405,0.02141654,-0.01864603),(-0.0002088732,0.0205504,-0.01931406),(-0.0004819036,0.02069887,-0.01956372),(-0.0001503521,0.02100733,-0.01918521),(-0.0004366908,0.021152,-0.01942056),(-0.0007317438,0.02085178,-0.01984517),(-0.0009634143,0.02100751,-0.0201478),(-0.0006993198,0.0213011,-0.01969048),(-0.000941386,0.02145362,-0.01998468),(-0.0003865734,0.0216088,-0.01928594),(-0.0006623267,0.02175424,-0.01954256),(-0.0009153805,0.02190355,-0.01982671),(-0.0006204575,0.02221112,-0.01940192),(-0.0008849196,0.02235734,-0.01967429),(-0.0003315135,0.02206914,-0.01916036),(-8.689964e-5,0.02146772,-0.01906644),(-1.876686e-5,0.02193134,-0.01895826),(-0.001181935,0.02116447,-0.02046095),(-0.001403935,0.02131431,-0.02076428),(-0.001166036,0.02160848,-0.02029289),(-0.001390939,0.02175722,-0.02059422),(-0.001646041,0.02144867,-0.02103748),(-0.001924881,0.0215592,-0.02126021),(-0.001633766,0.02189137,-0.02086778),(-0.001912185,0.02200244,-0.02109266),(-0.001375645,0.02220376,-0.02042715),(-0.001620044,0.02233743,-0.02070029),(-0.001898748,0.02244869,-0.02092661),(-0.001604705,0.02278684,-0.02053515),(-0.001884569,0.02289792,-0.02076218),(-0.001357702,0.02265391,-0.02026326),(-0.001146955,0.02205626,-0.02012876),(-0.001124221,0.02250784,-0.01996885),(-0.002257083,0.02163755,-0.02141214),(-0.002615757,0.02168378,-0.02148607),(-0.002243866,0.02208195,-0.02124798),(-0.002602573,0.02212977,-0.02132621),(-0.002974012,0.02169797,-0.0214748),(-0.00330496,0.0216802,-0.02137114),(-0.002962069,0.02214571,-0.02131983),(-0.003296118,0.02212964,-0.02122129),(-0.002589262,0.02257779,-0.02116622),(-0.002949894,0.022595,-0.02116391),(-0.003286659,0.02258021,-0.02106976),(-0.002937553,0.023046,-0.02100763),(-0.003276486,0.02303213,-0.02091722),(-0.00257595,0.02302795,-0.02100653),(-0.00223035,0.02252891,-0.02108452),(-0.002216637,0.02297844,-0.02092201),(-0.003581709,0.02163052,-0.02116788),(-0.003822342,0.02155566,-0.02089372),(-0.003578484,0.0220814,-0.02102308),(-0.00382517,0.02200745,-0.02075285),(-0.004044943,0.02146232,-0.02057737),(-0.004267594,0.02135719,-0.02024753),(-0.00405218,0.02191423,-0.02043827),(-0.004275521,0.02180821,-0.020107),(-0.003826074,0.02246,-0.0206094),(-0.004057243,0.02236716,-0.0202968),(-0.00428173,0.02226088,-0.01996502),(-0.004059262,0.02282123,-0.02015311),(-0.004285285,0.02271527,-0.01982147),(-0.00382441,0.02291352,-0.02046375),(-0.003573966,0.02253311,-0.02087598),(-0.003567795,0.02298589,-0.02072719),(-0.004508378,0.02124699,-0.01993288),(-0.004771295,0.02113974,-0.01964393),(-0.004765789,0.02158615,-0.01949164),(-0.004511195,0.02169583,-0.0197867),(-0.005060348,0.02104346,-0.01939114),(-0.005379538,0.02096619,-0.019185),(-0.00535808,0.02141112,-0.0190344),(-0.005045889,0.02148823,-0.01923612),(-0.005034776,0.02193792,-0.01908615),(-0.004761968,0.02203658,-0.01934204),(-0.005340749,0.02186116,-0.01889088),(-0.005327903,0.02231616,-0.01875353),(-0.005026966,0.02239236,-0.01894045),(-0.004759385,0.0224909,-0.0191945),(-0.004513795,0.02214746,-0.01964088),(-0.004515409,0.02260184,-0.01949506),(-0.005732864,0.02091594,-0.01903597),(-0.006098948,0.02088861,-0.01895644),(-0.00607642,0.02134089,-0.01884246),(-0.005708949,0.02136387,-0.01890079),(-0.006456414,0.02088006,-0.01895877),(-0.006783884,0.02088618,-0.01905534),(-0.006772876,0.02134528,-0.0189804),(-0.006438422,0.02133656,-0.0188666),(-0.006421227,0.02179395,-0.01878234),(-0.006055875,0.02179579,-0.01873708),(-0.006762573,0.02180386,-0.01891157),(-0.006754051,0.02226203,-0.01884771),(-0.006405887,0.02225236,-0.01870507),(-0.00603823,0.02225335,-0.01863943),(-0.005688415,0.02181599,-0.01877389),(-0.005671946,0.02227222,-0.01865439),(-0.007059977,0.02090286,-0.01925851),(-0.00730973,0.02092372,-0.01952212),(-0.007316772,0.02137838,-0.0194522),(-0.00705771,0.02136145,-0.01919105),(-0.007558173,0.02094239,-0.01980001),(-0.007830339,0.02095251,-0.02004603),(-0.007852971,0.02138771,-0.01994063),(-0.00757391,0.02138936,-0.01971751),(-0.007596779,0.02183495,-0.01963067),(-0.007328948,0.02183172,-0.01938168),(-0.00788291,0.02182123,-0.0198277),(-0.007920061,0.02225253,-0.01970494),(-0.007627163,0.02227873,-0.01953713),(-0.007346992,0.02228351,-0.01930849),(-0.007058013,0.02181891,-0.01912667),(-0.007061853,0.02227519,-0.01906377),(-0.008151261,0.0209477,-0.02021399),(-0.008490781,0.02091698,-0.02030248),(-0.008516273,0.02131703,-0.02012538),(-0.008177802,0.02136672,-0.02007521),(-0.008818744,0.0208493,-0.02031005),(-0.009104989,0.02073368,-0.02023527),(-0.009105592,0.02109416,-0.01998908),(-0.008836246,0.0212293,-0.02009529),(-0.008848765,0.02160497,-0.01987015),(-0.008541591,0.02171353,-0.01993773),(-0.009097583,0.02145021,-0.01973376),(-0.009079588,0.02180188,-0.01946983),(-0.008854778,0.02197619,-0.01963466),(-0.008565501,0.02210614,-0.01973875),(-0.008208742,0.02178319,-0.01992682),(-0.008243385,0.02219663,-0.01976716),(-0.009319357,0.0205591,-0.0200767),(-0.009463686,0.0203366,-0.0198598),(-0.009404168,0.02066499,-0.01958279),(-0.009292177,0.02090225,-0.01981087),(-0.009539801,0.0200772,-0.01961005),(-0.009549541,0.01979196,-0.0193529),(-0.009437046,0.02010009,-0.01906551),(-0.009449736,0.0203938,-0.01932696),(-0.009354319,0.02071054,-0.01904249),(-0.009336224,0.0209916,-0.01930181),(-0.009323788,0.02041017,-0.01877845),(-0.009212334,0.02072249,-0.0184908),(-0.009255214,0.02102764,-0.0187559),(-0.00926035,0.02131659,-0.01901665),(-0.009255356,0.02124196,-0.01953826),(-0.009208292,0.02157834,-0.01925923),(-0.009494736,0.01949191,-0.01911381),(-0.009407156,0.01918219,-0.01888601),(-0.009291602,0.01948428,-0.0185868),(-0.009374267,0.01979528,-0.01882057),(-0.009318573,0.01886796,-0.01866269),(-0.009260753,0.01855438,-0.01843708),(-0.00918742,0.01886327,-0.01813158),(-0.009219253,0.01917198,-0.01835891),(-0.009136161,0.01948079,-0.01805499),(-0.009186979,0.01979047,-0.01828764),(-0.009134036,0.01917766,-0.01782693),(-0.009102243,0.01949841,-0.01752538),(-0.009071691,0.01979528,-0.01775239),(-0.009096143,0.02010147,-0.017989),(-0.009258766,0.02010187,-0.01852781),(-0.009151167,0.02041215,-0.01823515),(-0.009265468,0.01824658,-0.01820238),(-0.00933391,0.01795092,-0.01797417),(-0.009332657,0.01827702,-0.01767854),(-0.009226305,0.01856307,-0.01789949),(-0.00946727,0.01767377,-0.01776801),(-0.009666739,0.01742147,-0.01759948),(-0.009734724,0.01777,-0.01733356),(-0.009503214,0.01801078,-0.0174846),(-0.009557576,0.01835535,-0.01721346),(-0.009351901,0.0186102,-0.01739097),(-0.009818206,0.01812605,-0.01708319),(-0.00991545,0.01848922,-0.01684978),(-0.009629169,0.01870744,-0.01695661),(-0.009391316,0.01895082,-0.01711389),(-0.009208336,0.01888588,-0.01760053),(-0.00921223,0.0192157,-0.01730802),(-0.009933508,0.01720038,-0.01748415),(-0.01025136,0.01700848,-0.01742066),(-0.01035643,0.01737881,-0.01720315),(-0.01002393,0.01756034,-0.01724131),(-0.01060408,0.01684376,-0.01740763),(-0.01097546,0.01670418,-0.0174437),(-0.01109372,0.01708815,-0.01727031),(-0.01071783,0.01722241,-0.01721438),(-0.010838,0.01760473,-0.01703591),(-0.01047063,0.01775453,-0.01700219),(-0.01121651,0.01747385,-0.01710872),(-0.01134329,0.01786018,-0.01695713),(-0.01096358,0.01798976,-0.01687124),(-0.01059248,0.01813483,-0.01681767),(-0.01012663,0.01792704,-0.01701536),(-0.01023983,0.01829984,-0.01680699),(-0.01134927,0.01658773,-0.0175275),(-0.01172585,0.01648718,-0.01764241),(-0.01184672,0.01686974,-0.0174855),(-0.01146971,0.01697303,-0.01736623),(-0.01210555,0.01639529,-0.01777177),(-0.01248868,0.01630484,-0.01789898),(-0.01260756,0.01666936,-0.01772743),(-0.01222569,0.01677095,-0.01761145),(-0.01234926,0.01714236,-0.01745008),(-0.01197124,0.01725008,-0.01733208),(-0.01272892,0.01702752,-0.01755058),(-0.01285196,0.01737739,-0.01736436),(-0.01247595,0.01750771,-0.01728374),(-0.01209929,0.01762663,-0.01717874),(-0.01159396,0.0173581,-0.01721287),(-0.0117218,0.01774163,-0.01706475),(-0.01287561,0.01620858,-0.01800738),(-0.01326072,0.01609926,-0.01808977),(-0.01337508,0.01642913,-0.01787467),(-0.01299327,0.01655763,-0.01781679),(-0.01363844,0.01596961,-0.01813893),(-0.01400319,0.01581236,-0.01814765),(-0.01409617,0.01609516,-0.01787658),(-0.01374529,0.01627719,-0.01789622),(-0.01384486,0.01657273,-0.01764061),(-0.0134863,0.01674849,-0.01764809),(-0.01417721,0.01636508,-0.01759268),(-0.0142422,0.01662102,-0.01729497),(-0.01393355,0.01685463,-0.01737),(-0.01359169,0.01705547,-0.01740694),(-0.01311112,0.01689816,-0.01761734),(-0.01322751,0.01722818,-0.01740524),(-0.01434937,0.01562024,-0.0181087),(-0.01466488,0.01539309,-0.01803146),(-0.01470612,0.01562251,-0.01771038),(-0.01442,0.01587639,-0.0178109),(-0.0149376,0.01513074,-0.01792526),(-0.01515541,0.01483301,-0.01779949),(-0.01512268,0.01501595,-0.0174496),(-0.0149439,0.01533515,-0.01758622),(-0.01492505,0.01552957,-0.01724308),(-0.01472595,0.01584017,-0.01738131),(-0.01506243,0.01519132,-0.01709998),(-0.01497302,0.01536074,-0.01675372),(-0.01487835,0.01571507,-0.01689835),(-0.01472084,0.01604643,-0.01704572),(-0.0144738,0.01611979,-0.01750204),(-0.01450671,0.01635002,-0.0171824),(-0.01530621,0.01449974,-0.01766349),(-0.01539169,0.01414066,-0.01752963),(-0.0152753,0.01429649,-0.01718338),(-0.01523181,0.01466653,-0.01731172),(-0.01541358,0.01376547,-0.01741027),(-0.01537357,0.01338391,-0.01731778),(-0.01518129,0.01353293,-0.01699845),(-0.01525713,0.01391543,-0.01707536),(-0.01507606,0.01406701,-0.01675241),(-0.01513204,0.01445096,-0.01684579),(-0.01496743,0.01368601,-0.01669332),(-0.01473381,0.01384408,-0.0164038),(-0.0148717,0.01422168,-0.01644359),(-0.0149624,0.01460581,-0.01651964),(-0.01512946,0.01482875,-0.0169646),(-0.0149986,0.01498824,-0.01662525),(-0.01527337,0.01300567,-0.01726452),(-0.01512193,0.01263699,-0.01725084),(-0.01487719,0.01279651,-0.01696842),(-0.01505179,0.01315861,-0.01696344),(-0.01492819,0.01228407,-0.01727706),(-0.0147011,0.01195313,-0.01734352),(-0.01442695,0.01212527,-0.01709068),(-0.01466605,0.01245071,-0.01701146),(-0.01439321,0.01262233,-0.01675811),(-0.01461794,0.01296186,-0.01670034),(-0.01414588,0.01230025,-0.0168465),(-0.01385932,0.01247686,-0.01661005),(-0.01411117,0.01279809,-0.0165165),(-0.01434594,0.01313273,-0.01644666),(-0.01481204,0.01331702,-0.01667735),(-0.01455602,0.01348125,-0.01640696),(-0.01444961,0.01165037,-0.01745058),(-0.01418208,0.01136512,-0.0175833),(-0.01389937,0.01153655,-0.01733686),(-0.01416845,0.01182426,-0.01720414),(-0.01390691,0.01108669,-0.01772675),(-0.01363245,0.01080441,-0.01786599),(-0.01336484,0.01095651,-0.01760018),(-0.01362856,0.01125101,-0.01747387),(-0.0133545,0.01140673,-0.01721363),(-0.01361707,0.01170314,-0.01708842),(-0.01310573,0.0110975,-0.01732278),(-0.01285797,0.01122765,-0.01703301),(-0.01308724,0.0115534,-0.01694483),(-0.01333727,0.01186391,-0.01683666),(-0.01388402,0.01199742,-0.01696132),(-0.013598,0.0121686,-0.01672092),(-0.01336709,0.0105076,-0.01798612),(-0.01312349,0.01019407,-0.01808403),(-0.01289737,0.01030817,-0.01777549),(-0.01311703,0.01064193,-0.01770079),(-0.01291429,0.009861629,-0.01815666),(-0.01275216,0.009508094,-0.01820093),(-0.01259137,0.009586773,-0.01784624),(-0.01271808,0.009956154,-0.01782405),(-0.01254389,0.01004309,-0.01747825),(-0.01268921,0.0104121,-0.01745275),(-0.0124555,0.009661337,-0.01748054),(-0.01234603,0.009735079,-0.0171058),(-0.01239392,0.01012533,-0.01712069),(-0.01250165,0.01050795,-0.01711649),(-0.01288023,0.01076476,-0.01740171),(-0.01265955,0.01087728,-0.01708874),(-0.01264975,0.009131274,-0.01821374),(-0.01260936,0.008742351,-0.01820384),(-0.01253193,0.008809208,-0.01781953),(-0.01252946,0.009200943,-0.01784183),(-0.01263327,0.0083525,-0.01817996),(-0.0127238,0.007972902,-0.01815085),(-0.01272821,0.008050208,-0.01775596),(-0.01259832,0.008422115,-0.01778801),(-0.01258765,0.008499156,-0.0173951),(-0.01248026,0.008879847,-0.01743073),(-0.01275455,0.008137862,-0.0173633),(-0.01280114,0.008237408,-0.01697454),(-0.01260003,0.008585753,-0.01700318),(-0.01245391,0.008957004,-0.01703958),(-0.01243525,0.009270415,-0.01746195),(-0.01236764,0.009342876,-0.01707628),(-0.01288324,0.007614735,-0.01812524),(-0.01310142,0.007281366,-0.01810669),(-0.01316729,0.007385253,-0.01771864),(-0.01292115,0.007704035,-0.0177321),(-0.0133682,0.006976166,-0.01809873),(-0.01367342,0.006702503,-0.01810493),(-0.01377976,0.006836502,-0.01773189),(-0.01345678,0.007095522,-0.01771782),(-0.01355792,0.007228653,-0.01734488),(-0.01324895,0.007502319,-0.01733703),(-0.01389574,0.006984779,-0.01736828),(-0.01402146,0.007149579,-0.01701657),(-0.01367116,0.007376985,-0.01698174),(-0.01334529,0.007633667,-0.0169634),(-0.01297807,0.007805485,-0.01734355),(-0.01305242,0.007920259,-0.01696114),(-0.01400693,0.006463748,-0.01812883),(-0.01436281,0.006258257,-0.01816955),(-0.01449149,0.006413395,-0.01780995),(-0.01412638,0.00660985,-0.01776307),(-0.01473516,0.006084386,-0.01822616),(-0.01511808,0.005940493,-0.01829778),(-0.01486993,0.006244959,-0.01787111),(-0.01525654,0.006102372,-0.01794514),(-0.01462563,0.006584548,-0.01746308),(-0.01500882,0.006422729,-0.01753032),(-0.01539824,0.006282798,-0.017608),(-0.01515261,0.006624678,-0.01721),(-0.01554404,0.006490092,-0.01729365),(-0.0147659,0.006777043,-0.01713384),(-0.01425312,0.006770988,-0.01740837),(-0.01438761,0.006950803,-0.01706832),(-0.01550567,0.005824935,-0.01838351),(-0.01589661,0.005735998,-0.01848225),(-0.01564618,0.005983459,-0.01803062),(-0.01603812,0.005887209,-0.0181271),(-0.01628962,0.005671969,-0.01859293),(-0.01668338,0.005631134,-0.01871446),(-0.01643167,0.005812616,-0.01823416),(-0.01682612,0.005758667,-0.01835135),(-0.01618209,0.006059549,-0.01778846),(-0.01657581,0.005974511,-0.01789124),(-0.01697025,0.005906051,-0.01800239),(-0.01672301,0.006166307,-0.01757159),(-0.01711638,0.006080888,-0.01767401),(-0.01632959,0.00626215,-0.01747421),(-0.01578945,0.006162025,-0.01769405),(-0.01593649,0.006369664,-0.01738164),(-0.01707659,0.005611783,-0.01884574),(-0.01745966,0.005586509,-0.01897699),(-0.01722075,0.005724355,-0.01847824),(-0.01760574,0.005683891,-0.01860542),(-0.017823,0.005527915,-0.01909838),(-0.018157,0.005408592,-0.01920011),(-0.01797128,0.005611491,-0.01872351),(-0.01830751,0.005481366,-0.01882311),(-0.01774999,0.005792798,-0.01824126),(-0.01811475,0.005701036,-0.0183519),(-0.01844906,0.005554536,-0.01844529),(-0.01857843,0.005629004,-0.0180674),(-0.01825116,0.005798905,-0.0179853),(-0.01789122,0.005917387,-0.01788776),(-0.01736507,0.005853308,-0.01812191),(-0.01750937,0.006004647,-0.0177817),(-0.01845209,0.005201139,-0.01927238),(-0.01871474,0.004925604,-0.01932159),(-0.01860464,0.005267725,-0.01889483),(-0.01886806,0.004988916,-0.01894424),(-0.01895143,0.00460203,-0.01935416),(-0.01916866,0.004250464,-0.01937652),(-0.01910318,0.004663279,-0.01897692),(-0.01931542,0.004309154,-0.01899846),(-0.01900067,0.005043577,-0.01855956),(-0.01922811,0.004712529,-0.01859015),(-0.01943007,0.004353377,-0.01860951),(-0.01950869,0.004383539,-0.01821247),(-0.01932188,0.004749715,-0.01819573),(-0.01910825,0.005089374,-0.01816863),(-0.01874268,0.005329814,-0.0185129),(-0.01886228,0.005387483,-0.01812718),(-0.01937291,0.003890952,-0.01939506),(-0.01955736,0.003524766,-0.01940797),(-0.01951019,0.003944887,-0.01901441),(-0.01968152,0.003572281,-0.01902347),(-0.01971524,0.003153181,-0.01941341),(-0.01983971,0.002777471,-0.01940956),(-0.01982348,0.003193139,-0.01902435),(-0.01993009,0.002809265,-0.0190157),(-0.01976802,0.003603138,-0.01862815),(-0.01989443,0.003216565,-0.01862549),(-0.01998608,0.002825365,-0.01861353),(-0.01992736,0.003226279,-0.01822103),(-0.02000789,0.002829421,-0.0182071),(-0.01981496,0.003619279,-0.01822599),(-0.01961164,0.003982828,-0.0186225),(-0.01967423,0.004005879,-0.01822285),(-0.01992399,0.002398909,-0.01939457),(-0.02000158,0.002047214,-0.01937147),(-0.0199954,0.002422465,-0.01899623),(-0.02005477,0.002061545,-0.01896931),(-0.02010599,0.001752105,-0.01934323),(-0.02027073,0.001543302,-0.01931287),(-0.02014355,0.001755317,-0.01893833),(-0.02029711,0.001532588,-0.01890665),(-0.02008661,0.002063516,-0.0185624),(-0.02016723,0.001748184,-0.01853034),(-0.02031594,0.001513457,-0.01849869),(-0.02017755,0.001736795,-0.01812091),(-0.02032724,0.001493441,-0.01808961),(-0.02009784,0.002058218,-0.01815337),(-0.02003818,0.002431796,-0.01859132),(-0.020053,0.002431247,-0.01818332),(-0.0205293,0.001450522,-0.01928338),(-0.02085866,0.001441222,-0.01925609),(-0.0205508,0.00142217,-0.01887764),(-0.02087931,0.001396207,-0.0188518),(-0.02123577,0.001482856,-0.01923231),(-0.02163758,0.00154288,-0.01921337),(-0.02125734,0.001426847,-0.01882958),(-0.02165956,0.001486236,-0.01881146),(-0.02089814,0.001345824,-0.01844709),(-0.02127752,0.001366967,-0.01842668),(-0.02167968,0.001427449,-0.01840955),(-0.02129431,0.001316362,-0.01802187),(-0.0216954,0.001379841,-0.0180057),(-0.0209138,0.001301771,-0.01804079),(-0.02056859,0.001386996,-0.01847102),(-0.02058205,0.001354615,-0.01806314),(-0.02204104,0.001588749,-0.01920059),(-0.02243518,0.001643551,-0.01919452),(-0.02206068,0.00154652,-0.01879792),(-0.02244976,0.001625446,-0.01879034),(-0.022809,0.001730376,-0.01919567),(-0.02315153,0.001872311,-0.01920459),(-0.0228159,0.001740766,-0.01879014),(-0.02314816,0.001910227,-0.01879871),(-0.02246071,0.001609429,-0.01838665),(-0.02281872,0.001754764,-0.0183852),(-0.02314114,0.001952221,-0.0183933),(-0.02281493,0.001777797,-0.01798008),(-0.02312843,0.002000846,-0.01798806),(-0.02246523,0.001604191,-0.01798213),(-0.02207755,0.001504297,-0.01839549),(-0.02208888,0.001473662,-0.01799156),(-0.02345177,0.002092446,-0.01922181),(-0.02371673,0.002373349,-0.01924641),(-0.02343562,0.002151578,-0.01881745),(-0.02368784,0.002447799,-0.01884447),(-0.02395342,0.002697589,-0.01927749),(-0.02416883,0.003047736,-0.01931412),(-0.02391439,0.002781874,-0.01887788),(-0.02412483,0.003136784,-0.01891579),(-0.02365951,0.002523187,-0.01844192),(-0.02387863,0.002864544,-0.01847703),(-0.02408648,0.003221715,-0.01851573),(-0.02384646,0.002945233,-0.01807499),(-0.02405485,0.003302081,-0.01811397),(-0.02363124,0.002599471,-0.01803881),(-0.02341754,0.002213721,-0.01841311),(-0.02339621,0.002279707,-0.01800874),(-0.02436997,0.003406357,-0.01935538),(-0.0245604,0.003771334,-0.01940012),(-0.02432873,0.00349551,-0.0189563),(-0.0245277,0.003857096,-0.01899877),(-0.02474369,0.004140548,-0.01944719),(-0.02492342,0.004511882,-0.01949541),(-0.02472341,0.004220592,-0.01904254),(-0.02491747,0.004585042,-0.01908696),(-0.02450305,0.003935341,-0.01859554),(-0.02471161,0.004291926,-0.01863621),(-0.02492025,0.004648446,-0.01867711),(-0.0247106,0.004353531,-0.01822839),(-0.02493428,0.004700831,-0.01826611),(-0.02448845,0.004005276,-0.01819054),(-0.02429464,0.003578626,-0.01855531),(-0.02426935,0.003655111,-0.01815244),(0.03894893,0.002903053,-0.004015408),(0.03918961,0.002608242,-0.003850318),(0.0387028,0.003186403,-0.00418499),(0.03844082,0.0031029,-0.003884664),(0.03868831,0.002829924,-0.003704801),(0.03893152,0.002544276,-0.003530177),(0.03844577,0.003446829,-0.004363555),(0.03817239,0.003672868,-0.004555597),(0.03791591,0.003560142,-0.004281062),(0.03818478,0.00335053,-0.004075005),(0.03791172,0.003232783,-0.003798323),(0.0381691,0.003002927,-0.003594053),(0.03764531,0.003421424,-0.004019682),(0.03736442,0.003272374,-0.003765188),(0.03763012,0.003104826,-0.003529158),(0.03789014,0.002894594,-0.003310403),(0.03842046,0.002745594,-0.003401174),(0.03866883,0.002474522,-0.003213991),(0.03814637,0.002655905,-0.003103164),(0.03840069,0.002402989,-0.002901683),(0.03787721,0.003853062,-0.004765606),(0.03756565,0.00399599,-0.00499058),(0.03733024,0.003840352,-0.004750573),(0.03762994,0.003719064,-0.004508076),(0.03724314,0.004110239,-0.005227515),(0.0369151,0.004204389,-0.005473408),(0.03670323,0.004022255,-0.005260128),(0.03702021,0.003937063,-0.005003081),(0.03707766,0.003650717,-0.004522862),(0.03677895,0.003725114,-0.004788911),(0.036472,0.003795175,-0.005054082),(0.03652011,0.003509292,-0.004573738),(0.03622154,0.003562809,-0.004845296),(0.03680983,0.00345567,-0.004296912),(0.03736687,0.003555111,-0.004263823),(0.03709113,0.003383011,-0.00402425),(0.03658694,0.004287025,-0.005725256),(0.03625734,0.00435788,-0.0059789),(0.03605819,0.004194581,-0.005768742),(0.03638268,0.004108983,-0.005516239),(0.03592497,0.004416687,-0.006230184),(0.0355885,0.004463179,-0.00647495),(0.0357294,0.00427638,-0.006014955),(0.03539593,0.004351712,-0.006252204),(0.03583779,0.003968869,-0.00555747),(0.03551179,0.00406443,-0.00579436),(0.03518068,0.004160416,-0.006020499),(0.03527574,0.003819996,-0.005576233),(0.03494839,0.003924303,-0.005795701),(0.03559797,0.003722252,-0.005345422),(0.03615807,0.003877773,-0.005310489),(0.03591369,0.003635159,-0.00510215),(0.03524659,0.004497087,-0.006709041),(0.03490041,0.004523253,-0.006933627),(0.03505741,0.00441791,-0.006477813),(0.03471557,0.004479071,-0.006694096),(0.03455111,0.004546514,-0.007149878),(0.03419986,0.004571714,-0.007358964),(0.03437216,0.004539293,-0.006903368),(0.03402891,0.004602675,-0.007107941),(0.0345072,0.004344634,-0.006441581),(0.03416927,0.004439013,-0.006642621),(0.0338335,0.004539004,-0.006841394),(0.0339533,0.004260934,-0.006404692),(0.03362507,0.004388453,-0.006601134),(0.03428482,0.00414255,-0.006206954),(0.03484508,0.004252793,-0.006235223),(0.0346173,0.00403108,-0.006004951),(0.03384782,0.00460369,-0.007562054),(0.03349345,0.00463994,-0.007757447),(0.03368755,0.004673315,-0.007310135),(0.03334619,0.004748259,-0.00750832),(0.03313524,0.004677963,-0.007943441),(0.03277165,0.004715259,-0.008118335),(0.03300287,0.004824553,-0.00770088),(0.03265569,0.004899244,-0.007886192),(0.03317288,0.004761521,-0.007239675),(0.03284364,0.004877,-0.007435969),(0.03251218,0.004990594,-0.007628224),(0.03266529,0.004822774,-0.007193998),(0.03234623,0.004971159,-0.007387334),(0.0329833,0.004673466,-0.006997427),(0.0335021,0.004647681,-0.007040948),(0.03330248,0.004527328,-0.006799258),(0.03240116,0.004749324,-0.008280427),(0.03202407,0.004779559,-0.008428715),(0.03230271,0.004969377,-0.00806263),(0.03194333,0.005033487,-0.008228085),(0.0316407,0.004805366,-0.008562201),(0.03125136,0.004826143,-0.008679882),(0.03157695,0.005090108,-0.008380444),(0.03120293,0.005137773,-0.008517596),(0.03183464,0.005199407,-0.007992834),(0.0314858,0.005290317,-0.008159265),(0.03112842,0.005369363,-0.008311165),(0.03136282,0.005376315,-0.007925138),(0.03102083,0.005489787,-0.00807955),(0.03169663,0.005250404,-0.007756139),(0.03217631,0.00509878,-0.007814833),(0.03202389,0.005114527,-0.007575794),(0.03085636,0.004841294,-0.008780758),(0.03045641,0.004850192,-0.008864131),(0.03082068,0.005175014,-0.008637428),(0.03043122,0.005201583,-0.008737496),(0.03005222,0.004852208,-0.008929304),(0.02964452,0.004846721,-0.008975577),(0.02963482,0.005221695,-0.008868558),(0.03003559,0.005217227,-0.008815354),(0.030385,0.005485358,-0.008558973),(0.03000126,0.005522242,-0.008647863),(0.02961102,0.005545006,-0.008708729),(0.0299396,0.005739981,-0.008423403),(0.02956381,0.005792695,-0.008487846),(0.03030831,0.005671803,-0.008331797),(0.03076111,0.005434386,-0.00844557),(0.03066902,0.005588344,-0.008216142),(0.02923401,0.0048331,-0.009002252),(0.0288216,0.004815515,-0.009019436),(0.02882243,0.005201381,-0.008907035),(0.02922994,0.005214736,-0.008894662),(0.0284082,0.004798131,-0.009037235),(0.0279947,0.004785118,-0.009065753),(0.02800542,0.00517562,-0.008944047),(0.02841376,0.005186665,-0.008919042),(0.02841595,0.00554988,-0.008765378),(0.02881641,0.005553452,-0.008751675),(0.02801597,0.005548276,-0.008794982),(0.02802123,0.005894501,-0.008608917),(0.02840833,0.005875919,-0.008565936),(0.02879594,0.00585592,-0.008542504),(0.02921543,0.005553619,-0.008738062),(0.02918185,0.00582976,-0.008522009),(0.02758202,0.00478064,-0.009115093),(0.02717119,0.004787455,-0.009184913),(0.0271949,0.005182181,-0.00907099),(0.02759887,0.005173279,-0.008995418),(0.02676322,0.004808321,-0.009274866),(0.02635916,0.004845993,-0.009384603),(0.02639785,0.005243883,-0.009286076),(0.0267943,0.005204869,-0.009168598),(0.02683262,0.005597469,-0.009056679),(0.02722382,0.005569583,-0.008944985),(0.02644531,0.00564016,-0.009187034),(0.02650054,0.006030713,-0.009075923),(0.0268765,0.005981652,-0.008928203),(0.02725529,0.005944504,-0.008796699),(0.02761844,0.005554014,-0.008856303),(0.02763687,0.005916408,-0.008688053),(0.02596002,0.004903229,-0.00951378),(0.02556666,0.004978185,-0.009659508),(0.02562082,0.005376733,-0.009572205),(0.02600632,0.005301765,-0.009421262),(0.02517989,0.005069018,-0.009818905),(0.02480056,0.005173888,-0.009989085),(0.02524241,0.005467009,-0.009736961),(0.02487219,0.005570812,-0.009913582),(0.02531496,0.005865825,-0.009660762),(0.02568515,0.005775881,-0.009489874),(0.02495312,0.005968435,-0.009843555),(0.02504094,0.00636358,-0.00976545),(0.02539605,0.0062621,-0.009577666),(0.02575874,0.006172053,-0.009400353),(0.02606238,0.005700145,-0.0093317),(0.02612743,0.006094552,-0.009233205),(0.02442951,0.005290947,-0.01016716),(0.02406539,0.005419336,-0.01035049),(0.02451124,0.005686362,-0.01010012),(0.02415768,0.005812846,-0.01029319),(0.02370683,0.005558194,-0.01053646),(0.02335249,0.005706659,-0.0107224),(0.02380965,0.005949451,-0.01048941),(0.02346527,0.006095359,-0.01068539),(0.02425628,0.006206329,-0.01023863),(0.02391688,0.0063402,-0.01044322),(0.02358056,0.006483081,-0.01064737),(0.02402174,0.006727821,-0.01037829),(0.02369012,0.00686742,-0.01058648),(0.02435596,0.006596963,-0.01016954),(0.02460096,0.006082172,-0.01003746),(0.02469496,0.006475375,-0.009963999),(0.02300103,0.005863869,-0.0109057),(0.02265139,0.006028953,-0.01108486),(0.02312266,0.006249758,-0.01087776),(0.02278088,0.006411912,-0.01106498),(0.02230254,0.006201044,-0.01125837),(0.02195344,0.00637927,-0.01142475),(0.02243901,0.006581081,-0.01124553),(0.02209608,0.006756531,-0.01141787),(0.02290983,0.006793214,-0.01104143),(0.022574,0.006959376,-0.01122855),(0.02223693,0.007132206,-0.01140721),(0.02269652,0.007334376,-0.01118074),(0.02236467,0.007505102,-0.01136518),(0.02302783,0.007170993,-0.01098876),(0.02324511,0.006634268,-0.01084724),(0.02335893,0.007015244,-0.01079032),(0.02160303,0.006562759,-0.01158249),(0.02125109,0.006751226,-0.01173192),(0.02175117,0.006937524,-0.0115805),(0.02140399,0.007123771,-0.01173372),(0.02089732,0.006944384,-0.01187338),(0.02054151,0.007141947,-0.01200718),(0.02105432,0.007314987,-0.01187787),(0.02070187,0.007510887,-0.01201328),(0.02155646,0.007495849,-0.01173502),(0.02121216,0.007685889,-0.01188441),(0.02086458,0.007880892,-0.01202425),(0.02136035,0.00805702,-0.01186532),(0.02101966,0.008252122,-0.01201291),(0.02169748,0.007867058,-0.01170789),(0.0218979,0.007311159,-0.01157599),(0.02203196,0.007682874,-0.01154104),(0.02018337,0.007343625,-0.01213365),(0.01982347,0.007549546,-0.01225354),(0.02034639,0.007711185,-0.01214027),(0.01998855,0.007915958,-0.01225943),(0.01946236,0.00775983,-0.01236757),(0.01910059,0.007974605,-0.01247649),(0.01962903,0.008125297,-0.01237136),(0.0192685,0.008339276,-0.01247666),(0.02015896,0.008284679,-0.01227611),(0.01980251,0.008493559,-0.01238905),(0.01944468,0.008707169,-0.01249392),(0.01997439,0.008864613,-0.01239566),(0.01962117,0.009077962,-0.01250449),(0.02032581,0.008655882,-0.0122777),(0.02051325,0.008080471,-0.01215467),(0.02067452,0.008451731,-0.01215025),(0.01873872,0.008193991,-0.01258105),(0.01837721,0.008418112,-0.01268245),(0.01890764,0.008557985,-0.01257592),(0.01854688,0.008781434,-0.0126706),(0.01801649,0.008647087,-0.01278192),(0.01765703,0.008881038,-0.01288069),(0.01818666,0.009009643,-0.01276213),(0.01782743,0.00924262,-0.01285199),(0.01872764,0.00914865,-0.01268248),(0.01836925,0.009376404,-0.01276936),(0.01801148,0.009608747,-0.01285344),(0.01855731,0.009745603,-0.0127848),(0.01820246,0.009977085,-0.01286808),(0.01891229,0.009518538,-0.01269749),(0.01908625,0.008925552,-0.0125912),(0.01926702,0.009295964,-0.01260458),(0.01729929,0.009120082,-0.01297997),(0.01694346,0.009364119,-0.01308038),(0.01746959,0.009480389,-0.0129416),(0.01711329,0.00972283,-0.01303171),(0.01658973,0.009613037,-0.01318251),(0.0162383,0.009866734,-0.01328698),(0.01675863,0.009969829,-0.01312305),(0.01640573,0.01022127,-0.01321634),(0.01729917,0.01008694,-0.01301883),(0.0169448,0.0103326,-0.01310183),(0.01659175,0.01058251,-0.01318616),(0.01714123,0.01069733,-0.01310685),(0.01678907,0.01094587,-0.0131858),(0.01749428,0.01045299,-0.01302819),(0.01765476,0.009845625,-0.01293632),(0.01784807,0.01021289,-0.01294891),(0.01588938,0.0101251,-0.0133944),(0.01554338,0.01038809,-0.01350517),(0.01605469,0.01047705,-0.01331233),(0.01570587,0.01073707,-0.01341135),(0.01520077,0.01065565,-0.01361971),(0.01486197,0.01092773,-0.01373844),(0.01535959,0.01100125,-0.01351374),(0.0150162,0.0112695,-0.01361986),(0.01589013,0.01109468,-0.01336157),(0.01554208,0.0113567,-0.01345321),(0.01519621,0.01162252,-0.01354782),(0.01573949,0.01171581,-0.01343085),(0.01539265,0.01198007,-0.01351611),(0.01608798,0.01145526,-0.01334754),(0.01624011,0.01083657,-0.01327265),(0.01643791,0.01119856,-0.01326594),(0.01452743,0.01120427,-0.01386178),(0.01419796,0.01148549,-0.01399006),(0.01467602,0.01154175,-0.01373004),(0.01433966,0.01181815,-0.01384458),(0.01387442,0.01177158,-0.01412367),(0.01355763,0.01206275,-0.01426294),(0.01400769,0.01209885,-0.01396375),(0.01368071,0.01238401,-0.01408785),(0.0145121,0.01216528,-0.01374696),(0.01417449,0.01244236,-0.01385183),(0.01384023,0.01272333,-0.01396048),(0.01436356,0.01279399,-0.01378542),(0.01402453,0.01307226,-0.01387993),(0.01470463,0.01251919,-0.01369332),(0.01485278,0.01189202,-0.01364568),(0.01504768,0.01224787,-0.01360358),(0.01324843,0.0123592,-0.01440824),(0.01294791,0.012661,-0.01455983),(0.01335931,0.01267379,-0.01421716),(0.01304455,0.01296823,-0.01435236),(0.01265716,0.01296822,-0.01471799),(0.01237729,0.01328095,-0.014883),(0.0127375,0.01326733,-0.01449412),(0.01243922,0.01357114,-0.01464312),(0.01318366,0.01329709,-0.01419069),(0.01286323,0.01358972,-0.01431443),(0.01254928,0.01388609,-0.0144454),(0.01302314,0.01392684,-0.01418413),(0.01269715,0.01421763,-0.01429724),(0.01335355,0.01363888,-0.01407784),(0.01350964,0.01300827,-0.01407306),(0.0136876,0.01335395,-0.01397692),(0.0121094,0.01359924,-0.01505513),(0.01185411,0.01392288,-0.015234),(0.01215077,0.01387967,-0.01480003),(0.01187332,0.01419309,-0.01496483),(0.01161208,0.01425167,-0.01541926),(0.01138394,0.01458539,-0.01561053),(0.01160804,0.01451154,-0.01513753),(0.01135608,0.01483519,-0.01531812),(0.01194513,0.01449026,-0.0147326),(0.0116579,0.01479899,-0.01488953),(0.01138257,0.01511277,-0.01505582),(0.01175646,0.01510848,-0.01468805),(0.01146045,0.0154138,-0.01483712),(0.01206227,0.01480779,-0.0145487),(0.01224275,0.01418612,-0.01458467),(0.01237634,0.01451106,-0.0144186),(0.01117034,0.01492382,-0.01580745),(0.01096985,0.0152657,-0.01600965),(0.01111861,0.01516419,-0.01550658),(0.01089509,0.01549761,-0.0157024),(0.01078106,0.01560977,-0.01621678),(0.01060254,0.01595478,-0.01642847),(0.01068499,0.01583451,-0.01590504),(0.01048775,0.01617396,-0.01611399),(0.01087232,0.01575618,-0.01541707),(0.01063801,0.0160845,-0.0156112),(0.01041799,0.01641634,-0.01581375),(0.01064454,0.01635963,-0.01534621),(0.01040004,0.01668331,-0.01553694),(0.01090346,0.01603984,-0.01516607),(0.01112061,0.01543205,-0.01523181),(0.01117578,0.01572441,-0.01499642),(0.01043288,0.01629945,-0.01664437),(0.01026751,0.01664136,-0.01686415),(0.01030286,0.01651501,-0.01632871),(0.01012648,0.01685563,-0.01654866),(0.01010189,0.01697807,-0.01708752),(0.009931445,0.01730716,-0.01731415),(0.009954814,0.01719376,-0.01677328),(0.009784038,0.01752733,-0.01700202),(0.01001886,0.01708708,-0.01624188),(0.009834101,0.01742284,-0.01646545),(0.00965545,0.01775678,-0.01669404),(0.009752265,0.01767071,-0.01616786),(0.009559111,0.01800183,-0.01639297),(0.009955645,0.01733989,-0.0159492),(0.01021254,0.01675106,-0.01602431),(0.01017099,0.01701041,-0.01573842),(0.009751626,0.01762618,-0.01754374),(0.009558511,0.0179331,-0.01777281),(0.009610346,0.01785431,-0.01723433),(0.009429052,0.01817239,-0.01746756),(0.009348176,0.01822588,-0.01799785),(0.009116703,0.01850249,-0.01821538),(0.009235479,0.01847927,-0.01769903),(0.009024952,0.01877265,-0.01792608),(0.009303007,0.01841217,-0.0171613),(0.009119254,0.01872898,-0.01739611),(0.008923841,0.01903542,-0.01762912),(0.009011405,0.01898214,-0.01709249),(0.008823466,0.01929739,-0.01732879),(0.009193466,0.0186597,-0.01685677),(0.00948008,0.01808733,-0.01692664),(0.00937444,0.01833221,-0.0166231),(0.008860165,0.01876088,-0.01842192),(0.008580135,0.0190015,-0.01861277),(0.008792791,0.01905024,-0.01814606),(0.00853877,0.0193115,-0.01835423),(0.008278179,0.01922482,-0.01878326),(0.007955868,0.01943127,-0.01892872),(0.008262665,0.0195559,-0.01854585),(0.007964254,0.01978293,-0.01871619),(0.008481023,0.01960882,-0.0180795),(0.008229481,0.01987294,-0.018288),(0.007955093,0.02012009,-0.01847945),(0.008181064,0.02017874,-0.01801624),(0.007928547,0.02044413,-0.01822492),(0.008411952,0.01989776,-0.01779466),(0.008711786,0.01932917,-0.0178584),(0.008624869,0.01960328,-0.01756418),(0.007614767,0.01962131,-0.01904445),(0.007258673,0.01979755,-0.01913139),(0.007643313,0.01999205,-0.01886051),(0.007303776,0.02018552,-0.018978),(0.00689138,0.01996258,-0.01919045),(0.006516682,0.02011899,-0.01922258),(0.00694958,0.02036562,-0.01906784),(0.006584658,0.0205346,-0.01912923),(0.007335205,0.02056093,-0.01879552),(0.006996961,0.02075791,-0.01891537),(0.00664469,0.02094148,-0.01900657),(0.007030531,0.02113773,-0.01873539),(0.006693734,0.02133751,-0.01885513),(0.007350472,0.02092279,-0.01858806),(0.007655791,0.02034887,-0.01864942),(0.007650747,0.02069187,-0.01841672),(0.006138375,0.02026941,-0.01922868),(0.005757418,0.02041502,-0.01921326),(0.006212949,0.02069472,-0.01916134),(0.005836152,0.02084777,-0.01916831),(0.005374771,0.02055702,-0.01918081),(0.004991394,0.0206966,-0.01913582),(0.005455973,0.02099551,-0.01915426),(0.005074112,0.02113971,-0.01912333),(0.00591139,0.02127561,-0.01909923),(0.005535238,0.0214307,-0.01910737),(0.005156004,0.02158082,-0.01909452),(0.005611141,0.02186117,-0.01903648),(0.005236275,0.02201897,-0.01904512),(0.005981018,0.02169668,-0.01900343),(0.006282021,0.02111329,-0.01906674),(0.006342891,0.02152298,-0.01894373),(0.004608247,0.02083497,-0.01908279),(0.004225179,0.02097195,-0.01902333),(0.004692274,0.02128214,-0.01907964),(0.004310384,0.02142276,-0.01902574),(0.003842039,0.02110739,-0.01895904),(0.003458674,0.02124112,-0.01889152),(0.003928374,0.02156152,-0.01896415),(0.003546172,0.02169836,-0.01889742),(0.004395718,0.02187312,-0.01901925),(0.004014897,0.02201559,-0.01896359),(0.003633779,0.0221558,-0.01890043),(0.004101664,0.02246941,-0.01895398),(0.003721619,0.02261336,-0.01889777),(0.004481087,0.02232265,-0.01899991),(0.004776124,0.02172824,-0.01906402),(0.00485944,0.02217265,-0.01903161),(0.003074934,0.02137298,-0.0188224),(0.002690423,0.02150314,-0.01875617),(0.003163706,0.02183324,-0.01882808),(0.00278051,0.02196625,-0.01876003),(0.002304749,0.02163177,-0.01869736),(0.001917518,0.02175905,-0.01865051),(0.002396116,0.02209748,-0.01869714),(0.002010057,0.02222704,-0.01864331),(0.002870512,0.02242993,-0.01876521),(0.002487389,0.02256394,-0.01870001),(0.002102625,0.02269597,-0.01864103),(0.002578618,0.02303112,-0.01870423),(0.002195138,0.02316577,-0.01864219),(0.002960554,0.02289419,-0.01876967),(0.003252479,0.0222939,-0.01883316),(0.003341401,0.02275494,-0.01883526),(0.001528334,0.02188514,-0.01862012),(0.001142284,0.02201106,-0.01861609),(0.001621866,0.02235501,-0.0186024),(0.00123567,0.02248221,-0.0185848),(0.0007644531,0.02213783,-0.01864833),(0.0003999283,0.02226646,-0.01872672),(0.0008555918,0.02260947,-0.01860083),(0.0004857572,0.02273761,-0.01866087),(0.001329877,0.02295482,-0.01856248),(0.0009482301,0.0230829,-0.0185639),(0.0005739572,0.02321093,-0.01860644),(0.001041764,0.02355794,-0.01853698),(0.000663896,0.02368625,-0.01856319),(0.001424441,0.02342873,-0.01854827),(0.001715731,0.02282604,-0.01859169),(0.001809655,0.02329816,-0.01858677),(5.379519e-5,0.02239797,-0.01886118),(-0.0002714735,0.02253287,-0.01904438),(0.0001302913,0.02286743,-0.01877526),(-0.0002067202,0.02299987,-0.01893834),(-0.0005734047,0.02267171,-0.01926903),(-0.0008495253,0.02281498,-0.01952782),(-0.0005211921,0.02313587,-0.01914444),(-0.0008090387,0.02327636,-0.01938791),(-0.0001375209,0.02346996,-0.01884257),(-0.0004638437,0.02360348,-0.01902869),(-0.0007633009,0.02374133,-0.01925518),(-0.0004013834,0.0240744,-0.0189223),(-0.0007121528,0.02420978,-0.01913025),(-6.414247e-5,0.023943,-0.01875742),(0.0002102265,0.02333954,-0.01870057),(0.0002931055,0.02381412,-0.01863719),(-0.001097362,0.02296323,-0.01981343),(-0.001336764,0.02310767,-0.02010271),(-0.001066175,0.02342226,-0.01966306),(-0.00131267,0.02356483,-0.01994591),(-0.001587577,0.02323955,-0.02037246),(-0.00186965,0.0233501,-0.02059952),(-0.001568593,0.02369534,-0.02021244),(-0.001854014,0.02380504,-0.02043867),(-0.001285257,0.02402521,-0.01979327),(-0.001547682,0.024154,-0.02005531),(-0.001837688,0.02426255,-0.02027965),(-0.001524776,0.0246153,-0.01990129),(-0.001820698,0.02472243,-0.02012252),(-0.001254366,0.02448859,-0.0196452),(-0.001030451,0.02388478,-0.0195183),(-0.000989986,0.02435063,-0.0193797),(-0.002202828,0.02343056,-0.02076072),(-0.002562764,0.02348035,-0.02084758),(-0.002189003,0.02388519,-0.02060057),(-0.002549819,0.02393506,-0.02068923),(-0.002925106,0.02349891,-0.02085161),(-0.003265504,0.02348564,-0.02076433),(-0.00291272,0.02395393,-0.02069569),(-0.003253967,0.02394108,-0.020611),(-0.002537232,0.02439212,-0.02053136),(-0.002900563,0.02441127,-0.02053974),(-0.003242131,0.02439876,-0.02045713),(-0.002888801,0.02487116,-0.02038362),(-0.003230251,0.02485902,-0.0203026),(-0.002525119,0.02485161,-0.02037384),(-0.002175239,0.02434223,-0.0204415),(-0.002161615,0.02480161,-0.02028342),(-0.003559609,0.02343999,-0.02057728),(-0.003819529,0.02336823,-0.02031632),(-0.003549818,0.02389579,-0.02042623),(-0.003812022,0.02382447,-0.0201672),(-0.004057373,0.02327662,-0.02000734),(-0.004285248,0.02317144,-0.01967622),(-0.004282475,0.02362949,-0.01952961),(-0.004052325,0.02373357,-0.01985971),(-0.003802476,0.02428261,-0.02001645),(-0.004044868,0.02419234,-0.01971043),(-0.004277816,0.02408952,-0.019382),(-0.00403575,0.02465319,-0.01955971),(-0.004272123,0.02455162,-0.01923372),(-0.00379148,0.02474299,-0.01986416),(-0.003538833,0.02435364,-0.02027402),(-0.003527062,0.02481394,-0.02012062),(-0.004515265,0.02305896,-0.01934883),(-0.004757597,0.022949,-0.01904842),(-0.004757428,0.02341052,-0.01890436),(-0.00451422,0.02351867,-0.0192027),(-0.005022418,0.02285139,-0.01879821),(-0.005319904,0.02277595,-0.01862145),(-0.005317706,0.02324,-0.01849486),(-0.005021967,0.02331449,-0.01865995),(-0.005026451,0.02378115,-0.01852617),(-0.004759705,0.02387511,-0.01876289),(-0.005322269,0.0237078,-0.01837396),(-0.00533454,0.02417881,-0.01825897),(-0.005036705,0.02425086,-0.01839738),(-0.004765254,0.02434239,-0.01862461),(-0.004513127,0.02398084,-0.01905716),(-0.004512841,0.02444533,-0.01891271),(-0.00566023,0.0227325,-0.01854136),(-0.00602441,0.02271362,-0.0185486),(-0.006015915,0.02317653,-0.01846347),(-0.005654517,0.02319648,-0.01843444),(-0.006393455,0.0227119,-0.01863382),(-0.00674838,0.02271991,-0.01878766),(-0.006746563,0.0231777,-0.01872889),(-0.006385424,0.02317274,-0.0185667),(-0.00638329,0.02363506,-0.0185018),(-0.006014254,0.02364205,-0.01838288),(-0.006749599,0.0236356,-0.01866889),(-0.006758492,0.02409381,-0.01860513),(-0.00638855,0.02409903,-0.01843721),(-0.006020931,0.02411012,-0.01830568),(-0.005656058,0.02366386,-0.01833323),(-0.005666106,0.0241343,-0.01823733),(-0.007070201,0.02273025,-0.01900076),(-0.007371644,0.02273349,-0.01923058),(-0.007401241,0.02318114,-0.01914507),(-0.007082853,0.02318401,-0.01893481),(-0.007665443,0.02272023,-0.01943453),(-0.007964329,0.02268106,-0.01957005),(-0.008012096,0.02310574,-0.01942113),(-0.007708674,0.02315856,-0.0193203),(-0.007753904,0.02359278,-0.01919192),(-0.007434121,0.02362591,-0.01904911),(-0.008059747,0.02352552,-0.0192563),(-0.008103662,0.02393933,-0.01907366),(-0.007798185,0.024022,-0.01904681),(-0.007468623,0.0240673,-0.01893983),(-0.007099614,0.02363637,-0.01886304),(-0.007120287,0.02408723,-0.01878263),(-0.008281033,0.02260655,-0.01959457),(-0.008586772,0.02249453,-0.01952766),(-0.008603285,0.02287843,-0.0193047),(-0.00831846,0.02301216,-0.01940816),(-0.008852764,0.02234281,-0.01938889),(-0.00905023,0.02214921,-0.01919785),(-0.009010439,0.0224929,-0.01891946),(-0.008842102,0.02270514,-0.01913404),(-0.008822175,0.02306343,-0.01887128),(-0.008612927,0.02325755,-0.01907014),(-0.008961136,0.02283362,-0.01863636),(-0.008903246,0.02317207,-0.01835021),(-0.008792361,0.02341796,-0.01860182),(-0.008613582,0.02363161,-0.01882423),(-0.008352436,0.02341268,-0.01920709),(-0.008379738,0.0238073,-0.01899048),(-0.009150389,0.02191154,-0.01897408),(-0.009177061,0.02164011,-0.01872712),(-0.009089413,0.0219628,-0.01843405),(-0.00908382,0.0222423,-0.01868427),(-0.009154072,0.02134527,-0.01846648),(-0.009105247,0.02103732,-0.01820166),(-0.00900592,0.02135482,-0.01791091),(-0.009054391,0.02166384,-0.0181744),(-0.008959657,0.02198372,-0.01787986),(-0.009000469,0.0222853,-0.01813824),(-0.008917736,0.02167515,-0.01761847),(-0.008844083,0.02199844,-0.01732422),(-0.008873364,0.02230532,-0.01758302),(-0.008913289,0.02260823,-0.0178405),(-0.009010764,0.02257142,-0.01839121),(-0.008933402,0.02289966,-0.01809633),(-0.009054411,0.0207266,-0.01794217),(-0.009021949,0.02041796,-0.01769137),(-0.008965983,0.02073989,-0.01739581),(-0.00897117,0.02104523,-0.01764918),(-0.009028247,0.02011627,-0.01745259),(-0.00909369,0.01982639,-0.01722918),(-0.009107673,0.02016136,-0.01694058),(-0.009006203,0.02044365,-0.01715741),(-0.009005942,0.02077729,-0.01686868),(-0.008929832,0.0210672,-0.01710339),(-0.009143493,0.02050308,-0.01666182),(-0.009200449,0.0208513,-0.01639516),(-0.009027845,0.02111708,-0.01658822),(-0.008915081,0.02139984,-0.01681518),(-0.008904112,0.02136806,-0.01735649),(-0.008855908,0.02169513,-0.01706439),(-0.009238666,0.01955319,-0.01702449),(-0.009450569,0.01929921,-0.01684972),(-0.009527888,0.01965461,-0.01659964),(-0.009286234,0.01989788,-0.01675193),(-0.009716791,0.019067,-0.01671606),(-0.01002473,0.01885912,-0.01663471),(-0.01014446,0.0192344,-0.01643674),(-0.009818629,0.01943298,-0.01649185),(-0.009932859,0.01980431,-0.01628406),(-0.009621499,0.02001627,-0.01636484),(-0.01027307,0.01961373,-0.01625466),(-0.01040897,0.01999574,-0.01608721),(-0.01005767,0.02017993,-0.01609273),(-0.009729629,0.02038344,-0.0161465),(-0.009353527,0.0202493,-0.01649231),(-0.009439131,0.02060699,-0.01624761),(-0.01036177,0.01867811,-0.01661687),(-0.01072052,0.01851894,-0.01664947),(-0.01085421,0.01890513,-0.01649393),(-0.01049137,0.01906029,-0.01644249),(-0.01109358,0.0183766,-0.01671944),(-0.01147355,0.01824605,-0.01681371),(-0.01160704,0.01862949,-0.01667346),(-0.01122782,0.01876336,-0.01657597),(-0.01136613,0.0191482,-0.0164363),(-0.01099303,0.01929165,-0.0163474),(-0.01174353,0.01900849,-0.01653141),(-0.01188277,0.01938107,-0.01638255),(-0.01150832,0.01952924,-0.01629592),(-0.01113644,0.0196768,-0.01620621),(-0.01062756,0.01944483,-0.01628131),(-0.01076928,0.01983017,-0.01613084),(-0.01185304,0.01812228,-0.0169192),(-0.01223077,0.01799782,-0.01702208),(-0.01236366,0.01836148,-0.0168577),(-0.01198672,0.01849795,-0.01677128),(-0.01260549,0.01786522,-0.01710852),(-0.0129759,0.017717,-0.0171647),(-0.01309662,0.01804459,-0.01694939),(-0.0127347,0.01821279,-0.01692098),(-0.01286043,0.01854835,-0.01671763),(-0.01249596,0.01871545,-0.01668121),(-0.01321001,0.01835835,-0.01671622),(-0.01331193,0.0186565,-0.01646299),(-0.01297952,0.01886981,-0.01649503),(-0.01262566,0.01905755,-0.01648822),(-0.0121219,0.01886653,-0.01661609),(-0.01225764,0.01922591,-0.01644869),(-0.01334076,0.01754573,-0.01717676),(-0.01368856,0.01734822,-0.01714814),(-0.01377229,0.01762627,-0.01687256),(-0.01344626,0.01784958,-0.0169312),(-0.01400781,0.01712131,-0.01708224),(-0.01428701,0.01686185,-0.01698249),(-0.0143082,0.01708861,-0.01665855),(-0.01406338,0.01737311,-0.01677963),(-0.01409601,0.01761036,-0.0164644),(-0.01383823,0.01788916,-0.01658105),(-0.01430232,0.01730233,-0.01632646),(-0.01426591,0.01750405,-0.01598954),(-0.01410144,0.01783338,-0.01613886),(-0.01388174,0.01813645,-0.01627449),(-0.01353942,0.01813855,-0.01666784),(-0.01361562,0.01841144,-0.01638601),(-0.01451467,0.01656666,-0.01685229),(-0.01468723,0.01624165,-0.01670513),(-0.01462425,0.01642762,-0.01636332),(-0.01449544,0.01677123,-0.01651548),(-0.01480113,0.01589273,-0.0165545),(-0.01485279,0.01552582,-0.0164139),(-0.01470328,0.01568821,-0.01608325),(-0.01469381,0.0160644,-0.01621494),(-0.01455683,0.01623193,-0.01588308),(-0.01453099,0.01660615,-0.01602408),(-0.014526,0.01584958,-0.01576452),(-0.01432248,0.01601159,-0.01546041),(-0.01439064,0.01639717,-0.01556232),(-0.01440656,0.01677904,-0.01569119),(-0.01444673,0.01696527,-0.01617578),(-0.0143663,0.01715031,-0.01583696),(-0.01483868,0.01514681,-0.01629681),(-0.01476684,0.0147628,-0.0162077),(-0.01454785,0.01492251,-0.01591077),(-0.01465184,0.01530568,-0.01598114),(-0.01464535,0.01438088,-0.01615104),(-0.01448227,0.01400813,-0.01613132),(-0.01421561,0.014177,-0.01587391),(-0.01439965,0.01454438,-0.0158743),(-0.01413724,0.01471196,-0.01561288),(-0.01430788,0.0150855,-0.01562963),(-0.01393666,0.01434955,-0.01562964),(-0.01364822,0.01452461,-0.01539654),(-0.01386077,0.01488338,-0.0153663),(-0.01404941,0.01525235,-0.01536509),(-0.01444024,0.01546608,-0.0156801),(-0.01420603,0.0156292,-0.01539557),(-0.01428566,0.01365164,-0.01615298),(-0.01406293,0.01330883,-0.01620745),(-0.01377248,0.01348717,-0.01597749),(-0.01400409,0.01382606,-0.01591177),(-0.01382148,0.0129771,-0.01628612),(-0.01356873,0.01265388,-0.0163804),(-0.01327863,0.01282801,-0.01615094),(-0.01352819,0.01315595,-0.01606067),(-0.01323537,0.01333119,-0.01583387),(-0.01347817,0.01366478,-0.01575158),(-0.0129936,0.01299596,-0.01591508),(-0.01271816,0.01315442,-0.01566623),(-0.01294707,0.01349937,-0.01559941),(-0.01318358,0.01383868,-0.01552454),(-0.01371445,0.01400236,-0.01567969),(-0.01341989,0.01417841,-0.0154531),(-0.01331206,0.01233657,-0.01648171),(-0.01306207,0.01201788,-0.01658026),(-0.0127967,0.01216412,-0.01631502),(-0.01303119,0.01249897,-0.01623791),(-0.01282932,0.01169052,-0.0166663),(-0.0126244,0.01134721,-0.01673005),(-0.01240982,0.0114581,-0.01641344),(-0.01258597,0.01181873,-0.01637572),(-0.01236243,0.01193865,-0.0160708),(-0.01254645,0.01230172,-0.01603676),(-0.01221902,0.01156224,-0.01608269),(-0.01205679,0.01166153,-0.01573735),(-0.01216392,0.01205089,-0.01574924),(-0.01231655,0.01242976,-0.01574127),(-0.01276039,0.01265348,-0.01598378),(-0.01250464,0.01279774,-0.01571356),(-0.01245789,0.01098066,-0.01676175),(-0.01233735,0.01059784,-0.01676735),(-0.01219889,0.01068461,-0.01640717),(-0.01227907,0.01107751,-0.01642162),(-0.01227035,0.01020572,-0.01675279),(-0.01226443,0.009811288,-0.01672402),(-0.01221091,0.009892393,-0.01633784),(-0.01217445,0.01028702,-0.01637694),(-0.01210748,0.01037196,-0.01599552),(-0.01208881,0.0107711,-0.01603774),(-0.01218565,0.009980827,-0.0159499),(-0.01218886,0.01007902,-0.01556287),(-0.01207072,0.01046328,-0.01561093),(-0.01200968,0.01086016,-0.01566089),(-0.0121269,0.01117046,-0.01606924),(-0.01200521,0.0112621,-0.01570546),(-0.01232718,0.009421508,-0.01668698),(-0.01245247,0.009043414,-0.01664819),(-0.01247525,0.009140747,-0.0162591),(-0.01231346,0.009508362,-0.01629673),(-0.01263422,0.008684033,-0.01661416),(-0.01286631,0.008350395,-0.01659139),(-0.01294924,0.008478045,-0.01621611),(-0.01268946,0.008795368,-0.01623041),(-0.01276497,0.008921136,-0.01585427),(-0.01252156,0.00925068,-0.01587483),(-0.01304911,0.008621587,-0.01585094),(-0.01316511,0.00878225,-0.01549814),(-0.01285998,0.009062709,-0.0154881),(-0.01259073,0.009374889,-0.01549791),(-0.01232607,0.009605488,-0.01590819),(-0.01236461,0.009714938,-0.01552401),(-0.01314264,0.008049528,-0.01658641),(-0.0134552,0.007780394,-0.01659931),(-0.01357756,0.007943748,-0.016247),(-0.01324776,0.008194597,-0.01622167),(-0.01379601,0.007541946,-0.01663021),(-0.01415705,0.007333142,-0.01667923),(-0.01430118,0.00753473,-0.01635655),(-0.01393119,0.007724218,-0.01629199),(-0.01407543,0.007924485,-0.01596877),(-0.01371123,0.008124973,-0.01590874),(-0.01445252,0.007753594,-0.01604879),(-0.01460973,0.007988996,-0.01575625),(-0.01422744,0.008143432,-0.01566223),(-0.01385508,0.008325316,-0.0155868),(-0.01336683,0.008356771,-0.01586928),(-0.01349889,0.008537353,-0.01553157),(-0.01453034,0.007152941,-0.01674648),(-0.01491298,0.006996205,-0.01682714),(-0.01506578,0.007235168,-0.01653741),(-0.01468008,0.007374002,-0.01644057),(-0.01530211,0.006857794,-0.01691636),(-0.01569485,0.006732576,-0.01700933),(-0.01545619,0.007111359,-0.01664041),(-0.0158492,0.006995705,-0.01674294),(-0.01522319,0.007487076,-0.01625909),(-0.01561371,0.007374656,-0.01637315),(-0.01600567,0.007264936,-0.01648236),(-0.01577356,0.007636967,-0.01610559),(-0.01616278,0.007525725,-0.01621549),(-0.01538411,0.007745061,-0.01598662),(-0.01483561,0.007610588,-0.01614827),(-0.01499572,0.007859305,-0.01586728),(-0.01608832,0.006615409,-0.0171012),(-0.01648172,0.006504151,-0.01719223),(-0.01624273,0.006881335,-0.01683833),(-0.01663519,0.006765063,-0.01692679),(-0.01687425,0.006396656,-0.01728263),(-0.0172651,0.006290781,-0.01737266),(-0.01702501,0.006643703,-0.01700851),(-0.01741062,0.006514066,-0.01708369),(-0.01678673,0.007024403,-0.01666219),(-0.01717079,0.006885589,-0.01673336),(-0.01754718,0.006729073,-0.01679241),(-0.01766899,0.006914143,-0.01648415),(-0.01730708,0.007100462,-0.01644131),(-0.01693306,0.007261688,-0.01638269),(-0.01639751,0.007149519,-0.01657861),(-0.01655046,0.007402037,-0.01630764),(-0.01765347,0.006184381,-0.01746255),(-0.01802823,0.006061819,-0.01754818),(-0.01779043,0.006372963,-0.01715251),(-0.01815332,0.00620992,-0.01721413),(-0.01837824,0.005907459,-0.01762543),(-0.01869238,0.005705666,-0.01769017),(-0.01878377,0.005776086,-0.01731232),(-0.01848815,0.006014454,-0.01726768),(-0.018573,0.00610765,-0.01690744),(-0.0182588,0.006345519,-0.0168772),(-0.01884545,0.005831829,-0.01693257),(-0.01887027,0.005864459,-0.01654963),(-0.01862494,0.006174807,-0.01654009),(-0.01833694,0.006452448,-0.01652901),(-0.01791335,0.006550857,-0.0168396),(-0.01801529,0.006698517,-0.01651187),(-0.01895951,0.005440804,-0.0177383),(-0.01918648,0.005126097,-0.01777252),(-0.01923249,0.005150549,-0.01737356),(-0.01902906,0.005484337,-0.01734719),(-0.01938013,0.004774769,-0.01779556),(-0.01954733,0.004400044,-0.01781013),(-0.01954767,0.004402213,-0.01740585),(-0.01940253,0.00478606,-0.01739269),(-0.01938871,0.00478196,-0.01699019),(-0.01924341,0.005159535,-0.0169741),(-0.01951141,0.004389367,-0.01700298),(-0.01944021,0.004360824,-0.01660489),(-0.01933832,0.00476084,-0.01659111),(-0.01921641,0.005149861,-0.01657645),(-0.01906562,0.00551264,-0.01695484),(-0.0190639,0.005520272,-0.01656219),(-0.01969491,0.004015148,-0.01781896),(-0.01982044,0.003622645,-0.01782098),(-0.01978742,0.003612964,-0.01741651),(-0.01967638,0.00401035,-0.01741429),(-0.01992151,0.003225103,-0.01781515),(-0.01999568,0.002825086,-0.01780041),(-0.01987952,0.003212549,-0.01741097),(-0.01995143,0.002811601,-0.01739617),(-0.01971886,0.003589963,-0.01701594),(-0.01980402,0.003188134,-0.0170116),(-0.01987708,0.002788206,-0.01699705),(-0.01969765,0.00315137,-0.01662016),(-0.0197746,0.002754144,-0.01660576),(-0.01961771,0.003553371,-0.01662265),(-0.01962139,0.003991205,-0.01701231),(-0.01953262,0.003957428,-0.01661648),(-0.02004052,0.002425162,-0.0177757),(-0.02008923,0.002050742,-0.01774484),(-0.02000188,0.002412612,-0.01737056),(-0.02006108,0.002040015,-0.01733832),(-0.02017501,0.001727241,-0.01771166),(-0.02033104,0.001480069,-0.01767998),(-0.02015921,0.001718239,-0.01730356),(-0.02032646,0.001471716,-0.01727043),(-0.02001372,0.002024962,-0.01693529),(-0.02012976,0.001708511,-0.01689757),(-0.02031259,0.001466751,-0.01686159),(-0.02008626,0.001696775,-0.01649465),(-0.02028855,0.001463547,-0.01645408),(-0.01994746,0.002004509,-0.01653727),(-0.01993823,0.002392671,-0.01697004),(-0.01985073,0.002364411,-0.01657622),(-0.02059054,0.001334641,-0.01765362),(-0.02092493,0.001275749,-0.01763173),(-0.02059302,0.001324876,-0.01724307),(-0.02093057,0.00126496,-0.01722068),(-0.02130565,0.001288182,-0.01761346),(-0.02170415,0.001356734,-0.01759796),(-0.02131081,0.00127921,-0.01720245),(-0.02170544,0.001354867,-0.01718756),(-0.02092978,0.001266608,-0.01680842),(-0.02130907,0.001286229,-0.01678986),(-0.02169878,0.00137098,-0.01677573),(-0.02129969,0.001306021,-0.0163767),(-0.0216837,0.001401814,-0.01636367),(-0.0209216,0.001277895,-0.01639571),(-0.02058844,0.001323116,-0.0168321),(-0.02057577,0.001327162,-0.0164213),(-0.02209185,0.001466196,-0.01758439),(-0.02246054,0.001618428,-0.01757548),(-0.02208612,0.001479172,-0.01717522),(-0.02244635,0.001650307,-0.01716789),(-0.022802,0.001815293,-0.01757399),(-0.02310799,0.002058652,-0.01758268),(-0.02277958,0.001866452,-0.01716802),(-0.02307929,0.00212579,-0.01717808),(-0.0224224,0.001697993,-0.01676056),(-0.02274736,0.001930472,-0.01676323),(-0.02304178,0.002202409,-0.0167752),(-0.02270499,0.002006549,-0.01636068),(-0.02299496,0.00228866,-0.01637496),(-0.02238842,0.001759654,-0.01635469),(-0.02207139,0.001509866,-0.01676534),(-0.02204729,0.001555551,-0.01635601),(-0.0233703,0.002350366,-0.01760427),(-0.02360252,0.002676615,-0.01763518),(-0.02333892,0.002426501,-0.01720054),(-0.02357204,0.002755778,-0.01723176),(-0.02381822,0.003023579,-0.0176718),(-0.024031,0.003377438,-0.01771053),(-0.02379222,0.003100814,-0.01726812),(-0.02401298,0.003448799,-0.01730601),(-0.02353855,0.002838123,-0.01682927),(-0.02376678,0.003178168,-0.01686462),(-0.02399884,0.003517184,-0.01690103),(-0.02374023,0.003256872,-0.01646195),(-0.02398663,0.003583607,-0.01649619),(-0.02350072,0.00292481,-0.01642844),(-0.0233012,0.002508915,-0.01679834),(-0.02325625,0.002598409,-0.01639849),(-0.02425444,0.003724371,-0.01774776),(-0.02448586,0.00406611,-0.01778386),(-0.02424788,0.003786928,-0.0173418),(-0.02449339,0.004117663,-0.01737601),(-0.02472263,0.004404386,-0.01781921),(-0.02496206,0.004740931,-0.0178542),(-0.02474597,0.00444347,-0.01740917),(-0.02500209,0.004766813,-0.0174418),(-0.02450908,0.004159756,-0.01696751),(-0.02477887,0.004469759,-0.01699873),(-0.02505286,0.004776539,-0.01702936),(-0.02481959,0.00448223,-0.01658835),(-0.02511287,0.004768175,-0.0166173),(-0.02453099,0.004192207,-0.01655886),(-0.02424766,0.003843305,-0.01693514),(-0.02425178,0.003894026,-0.01652832),(0.03786696,0.002566702,-0.002809408),(0.0381263,0.002333682,-0.002593176),(0.03760642,0.002786011,-0.00303096),(0.03731794,0.002685266,-0.002754683),(0.03758194,0.00248385,-0.002519904),(0.03784511,0.002269784,-0.002289727),(0.03734352,0.002977899,-0.003263155),(0.03707705,0.003128657,-0.003511314),(0.03678424,0.002999548,-0.003256449),(0.03705231,0.002861382,-0.002998665),(0.03675692,0.002764656,-0.002734038),(0.03702466,0.002600447,-0.002480533),(0.03648705,0.00289433,-0.002998985),(0.03645774,0.002697099,-0.002467628),(0.03618652,0.002822279,-0.00273731),(0.03672656,0.002539642,-0.002207469),(0.03729098,0.002413217,-0.002234655),(0.0375566,0.002214476,-0.00199259),(0.03699379,0.002360669,-0.001953659),(0.03726023,0.002170936,-0.001703024),(0.03680582,0.003224572,-0.003780758),(0.03652868,0.0032838,-0.004062186),(0.03651291,0.003087114,-0.003532639),(0.03623712,0.003139754,-0.003819145),(0.03624447,0.003324496,-0.004346299),(0.03595201,0.003364814,-0.004623793),(0.03595565,0.003173144,-0.004107878),(0.03566729,0.003202955,-0.004390751),(0.03593802,0.003028184,-0.003568244),(0.03565725,0.003057648,-0.003859763),(0.03537124,0.003078991,-0.004147346),(0.03535292,0.002980425,-0.003603239),(0.03506773,0.002994687,-0.003894755),(0.03563431,0.002953739,-0.003309942),(0.03621436,0.002977959,-0.003279186),(0.03591211,0.002904425,-0.00301969),(0.03565016,0.00342291,-0.004885368),(0.03534056,0.003496235,-0.005132935),(0.03537086,0.003244863,-0.004659674),(0.03506792,0.003298698,-0.004916648),(0.03502486,0.003582243,-0.005368403),(0.03470472,0.003678386,-0.005593681),(0.03476005,0.003364289,-0.005163672),(0.03444885,0.003441467,-0.005402748),(0.03478241,0.003137519,-0.004693199),(0.03448223,0.003179258,-0.004954844),(0.03417997,0.003232351,-0.005211215),(0.03419228,0.003040271,-0.00473472),(0.03389726,0.00306984,-0.005007396),(0.03448639,0.003020577,-0.004459231),(0.03507919,0.003104856,-0.004424596),(0.03477855,0.003006726,-0.004179664),(0.0343818,0.003782116,-0.00581068),(0.03405795,0.003895428,-0.006021098),(0.03413589,0.003530059,-0.005635874),(0.03382223,0.003632226,-0.005862864),(0.03373507,0.004020315,-0.006226631),(0.03341503,0.004158773,-0.006428976),(0.03350895,0.003750125,-0.006083527),(0.0331971,0.003885912,-0.006297673),(0.03357334,0.003381906,-0.005711114),(0.03326931,0.003483328,-0.005950468),(0.03296501,0.003605818,-0.006179979),(0.03301051,0.003252893,-0.005802546),(0.03271247,0.003354438,-0.006048642),(0.03330694,0.003173427,-0.005544708),(0.03387696,0.003299073,-0.005464001),(0.03360233,0.003113318,-0.005278524),(0.0330997,0.004312795,-0.006629834),(0.03278719,0.004477834,-0.006827496),(0.03257954,0.00421302,-0.006704006),(0.03288776,0.004041748,-0.006505117),(0.03247557,0.004649347,-0.007020259),(0.03216295,0.004822787,-0.007206416),(0.03196095,0.00458343,-0.00706872),(0.03227106,0.004395118,-0.00689249),(0.03204833,0.004098487,-0.006788435),(0.03235532,0.00391742,-0.006601083),(0.03173884,0.004291036,-0.006957488),(0.03180397,0.003797854,-0.00668583),(0.03149525,0.003983554,-0.006855972),(0.03210951,0.003629428,-0.006492849),(0.03266061,0.003751856,-0.006397558),(0.03241225,0.003480786,-0.0062796),(0.03184741,0.004993611,-0.007384263),(0.03152795,0.00515957,-0.007551176),(0.03164782,0.004773344,-0.007230842),(0.03133177,0.004963064,-0.00737716),(0.03120354,0.005318423,-0.007704535),(0.03087317,0.005467921,-0.007841715),(0.03101287,0.005150791,-0.007505979),(0.0306912,0.005334723,-0.0076156),(0.03111125,0.004697044,-0.007233305),(0.03079571,0.00490757,-0.007337992),(0.03048071,0.005121155,-0.00741915),(0.03055698,0.004622911,-0.007209097),(0.03024746,0.004858169,-0.0072703),(0.03086958,0.004397666,-0.007118826),(0.03142606,0.004491043,-0.007106124),(0.03118306,0.00418402,-0.007000711),(0.03053582,0.005605821,-0.007960096),(0.03019169,0.005731211,-0.008059198),(0.03036687,0.005513068,-0.00770433),(0.03003911,0.005683833,-0.007775678),(0.02984099,0.005843172,-0.008138544),(0.0294839,0.005940796,-0.008197656),(0.02970721,0.005845036,-0.007833163),(0.02937042,0.005994684,-0.007880295),(0.02985454,0.005549931,-0.007515739),(0.02954008,0.005758788,-0.00754713),(0.02922251,0.005959731,-0.007577891),(0.02934138,0.005597649,-0.007320323),(0.0290393,0.005841307,-0.007332574),(0.02964192,0.005349759,-0.007313882),(0.03016754,0.005336331,-0.007475738),(0.02994319,0.00510186,-0.007301218),(0.02912063,0.006023168,-0.008236056),(0.0287534,0.00609298,-0.008268665),(0.02902798,0.006130794,-0.00792059),(0.02868199,0.00625337,-0.007965846),(0.02838445,0.00615293,-0.008310407),(0.028016,0.006205712,-0.008376203),(0.02833449,0.006362415,-0.008027859),(0.02798754,0.00645794,-0.008118426),(0.02857493,0.006325824,-0.00766973),(0.02824861,0.006485884,-0.007747362),(0.02792307,0.006627218,-0.007857171),(0.028117,0.006504835,-0.007497986),(0.02780982,0.006689576,-0.007614019),(0.02842543,0.006299085,-0.007416002),(0.02890017,0.006149592,-0.007615998),(0.02873343,0.006076515,-0.007362666),(0.0276503,0.00625402,-0.008480978),(0.02728663,0.006301787,-0.008615931),(0.0273,0.006613622,-0.008410123),(0.02764322,0.006539946,-0.008249345),(0.02692428,0.006352945,-0.008772266),(0.02656255,0.006411428,-0.008941184),(0.02661073,0.006756728,-0.008779284),(0.02695634,0.006684154,-0.008590266),(0.0269531,0.006948076,-0.00838361),(0.02727757,0.006852197,-0.008186716),(0.02662449,0.007041037,-0.008586686),(0.02658326,0.007238775,-0.008359852),(0.02689497,0.00711751,-0.0081537),(0.0272015,0.006989698,-0.007953157),(0.02760014,0.006747283,-0.00800743),(0.02750554,0.006849127,-0.007769502),(0.02620072,0.006481167,-0.009113888),(0.02584065,0.006561677,-0.009291477),(0.02591106,0.006923749,-0.009154015),(0.02626161,0.006836535,-0.008966681),(0.0254842,0.00665247,-0.009475049),(0.0251332,0.006753065,-0.009665702),(0.02521381,0.007121109,-0.009534717),(0.02556111,0.007018548,-0.00934284),(0.0256085,0.007341948,-0.009170988),(0.02595012,0.007237269,-0.008978739),(0.02526667,0.007451939,-0.009362891),(0.02527566,0.007729772,-0.009140627),(0.02560807,0.007604285,-0.008949428),(0.025938,0.007481239,-0.008756424),(0.02628948,0.007137202,-0.008784517),(0.02626367,0.007359711,-0.00856033),(0.02478951,0.006862972,-0.009864539),(0.02445147,0.006981933,-0.01006863),(0.02453247,0.007350107,-0.009930585),(0.02487123,0.007231611,-0.009731195),(0.02411742,0.007109687,-0.01027506),(0.0237857,0.007245973,-0.01048089),(0.02386295,0.007611279,-0.0103313),(0.02419667,0.007476644,-0.01013118),(0.02425219,0.007819537,-0.009944353),(0.02458858,0.00769035,-0.009750068),(0.02391752,0.007955887,-0.01013844),(0.02394506,0.008272344,-0.009903004),(0.02427673,0.00812921,-0.009712236),(0.02460942,0.007991536,-0.009521761),(0.02492671,0.007567945,-0.009556083),(0.0249426,0.007858622,-0.009331315),(0.02345465,0.007390527,-0.0106832),(0.02312451,0.007543373,-0.01088151),(0.02320002,0.007905336,-0.01072518),(0.02353045,0.00775406,-0.01052924),(0.02279554,0.007704534,-0.01107536),(0.02246797,0.007874027,-0.01126425),(0.02287249,0.008065453,-0.01091929),(0.02254873,0.008234756,-0.01111176),(0.02292882,0.008412739,-0.01071943),(0.0232545,0.008251855,-0.01052525),(0.02260882,0.008583066,-0.01091507),(0.02265016,0.008914724,-0.01068156),(0.02296596,0.008741996,-0.01048264),(0.0232881,0.008577909,-0.01028723),(0.02358451,0.008099782,-0.01033183),(0.02361499,0.008421634,-0.01009434),(0.02214206,0.008051876,-0.01144771),(0.02181609,0.008236998,-0.01162439),(0.02222957,0.008413597,-0.01130275),(0.02191247,0.008600464,-0.01148989),(0.02148836,0.008428315,-0.01179297),(0.02115716,0.008624744,-0.01195208),(0.02159486,0.00879386,-0.01167083),(0.0212742,0.008992276,-0.01184318),(0.02198678,0.008952255,-0.01130976),(0.02167849,0.009147745,-0.0115024),(0.02136787,0.009348244,-0.01168763),(0.02173791,0.009484056,-0.01129114),(0.02143531,0.00968617,-0.01148684),(0.0220392,0.009287168,-0.01108934),(0.02229585,0.008763467,-0.01111292),(0.02234226,0.00909692,-0.01088497),(0.02082078,0.008825206,-0.0121004),(0.02048016,0.009029754,-0.01223831),(0.02094791,0.009194211,-0.01200459),(0.02061697,0.00939972,-0.01215552),(0.02013626,0.009238448,-0.01236624),(0.01979003,0.009451341,-0.01248458),(0.02028236,0.009608862,-0.0122965),(0.01994503,0.009821692,-0.01242801),(0.02073119,0.009759207,-0.0120269),(0.02040694,0.009969655,-0.01218214),(0.02007995,0.0101834,-0.01232859),(0.02050424,0.01031463,-0.01201887),(0.02018859,0.01053086,-0.01218013),(0.02081773,0.01010164,-0.01185002),(0.0210518,0.009552068,-0.01186227),(0.02112834,0.009892093,-0.0116729),(0.01944241,0.009668487,-0.01259374),(0.01909364,0.009889874,-0.01269499),(0.01960594,0.01003827,-0.01255054),(0.01926517,0.01025866,-0.01266493),(0.01874396,0.01011548,-0.01278963),(0.0183936,0.01034529,-0.01287892),(0.01892276,0.01048293,-0.01277199),(0.01857881,0.01071115,-0.01287254),(0.01942032,0.01062088,-0.01259722),(0.01908734,0.01084484,-0.01272),(0.018752,0.01107242,-0.01283549),(0.01923126,0.01119812,-0.01262179),(0.0189071,0.01142688,-0.01275435),(0.01955258,0.01097256,-0.01248178),(0.01975114,0.01040044,-0.01246685),(0.01987153,0.01075015,-0.0123345),(0.01804279,0.01057929,-0.01296415),(0.0176918,0.01081752,-0.01304624),(0.01823334,0.01094339,-0.0129674),(0.01788678,0.01117978,-0.01305742),(0.0173409,0.01106001,-0.0131261),(0.01699034,0.01130679,-0.01320466),(0.0175395,0.01142045,-0.01314347),(0.01719191,0.01166553,-0.01322639),(0.01807424,0.01153901,-0.01304621),(0.01773274,0.01177848,-0.01314286),(0.01739009,0.01202235,-0.01323465),(0.01791631,0.0121339,-0.01310815),(0.01758124,0.01237751,-0.0132131),(0.01824924,0.01189446,-0.01299704),(0.01841415,0.01130374,-0.01294399),(0.01857963,0.01165889,-0.01287927),(0.01664038,0.0115579,-0.01328283),(0.01629123,0.01181317,-0.01336096),(0.01684438,0.01191515,-0.01330703),(0.01649716,0.01216912,-0.01338589),(0.01594309,0.0120724,-0.01343941),(0.01559618,0.01233541,-0.01351852),(0.01615047,0.01242722,-0.01346345),(0.01580455,0.01268928,-0.01354019),(0.01670304,0.01252383,-0.0134064),(0.0163592,0.01278106,-0.01348753),(0.01601553,0.01304236,-0.01356629),(0.01656687,0.01313467,-0.01349622),(0.01622687,0.01339535,-0.01358196),(0.01690617,0.01287804,-0.01340655),(0.01704677,0.01227087,-0.0133223),(0.01724441,0.01262561,-0.01331237),(0.01525069,0.01260203,-0.01359864),(0.01490654,0.01287214,-0.01367979),(0.01545962,0.01295508,-0.01361661),(0.01511557,0.01322444,-0.01369273),(0.01456366,0.01314561,-0.01376201),(0.01422197,0.01342234,-0.0138453),(0.01477226,0.01349719,-0.01376856),(0.01442957,0.01377313,-0.01384413),(0.01532941,0.01357637,-0.0137185),(0.0149868,0.01384866,-0.01379204),(0.01464439,0.01412419,-0.01386392),(0.01520477,0.01420002,-0.01381941),(0.01486347,0.01447509,-0.0138922),(0.01554578,0.01392824,-0.01374348),(0.01567229,0.01330753,-0.01364327),(0.01588649,0.01365995,-0.01366436),(0.01388137,0.01370219,-0.01392971),(0.01354251,0.01398488,-0.01401687),(0.01408739,0.01405209,-0.01391946),(0.01374622,0.01433369,-0.01399627),(0.01320601,0.01427011,-0.01410843),(0.01287249,0.01455757,-0.01420604),(0.01340656,0.01461757,-0.01407624),(0.01306891,0.01490337,-0.01416112),(0.01396032,0.01468389,-0.0140045),(0.01361948,0.01496727,-0.01407649),(0.01328,0.01525247,-0.01415179),(0.0138395,0.01531723,-0.01409807),(0.01349935,0.01560233,-0.01416737),(0.01418048,0.01503407,-0.01403008),(0.01430209,0.01440273,-0.0139342),(0.01452192,0.01475323,-0.01396194),(0.01254258,0.01484697,-0.01431133),(0.01221751,0.01513904,-0.01442453),(0.01273379,0.01519071,-0.01425258),(0.0124019,0.01548025,-0.01435037),(0.0118985,0.01543447,-0.01454585),(0.01158678,0.01573398,-0.01467551),(0.01207397,0.01577263,-0.01445422),(0.01175072,0.01606851,-0.01456385),(0.01260649,0.01582766,-0.01431652),(0.01227282,0.01611866,-0.01440442),(0.01194143,0.0164126,-0.01449501),(0.01248499,0.01646825,-0.01438774),(0.01214806,0.01676146,-0.01446187),(0.01282234,0.01617753,-0.01431326),(0.01294228,0.0155391,-0.01423205),(0.01316038,0.015889,-0.01423945),(0.01128358,0.0160383,-0.01481372),(0.01099045,0.01634702,-0.01496179),(0.01143286,0.01636855,-0.01467899),(0.01112231,0.01667235,-0.01480241),(0.01070898,0.01665979,-0.01512105),(0.01044072,0.0169762,-0.01529278),(0.01082097,0.01697955,-0.01493687),(0.01053075,0.01728979,-0.01508514),(0.01128805,0.01701042,-0.01468608),(0.01097016,0.01731351,-0.01479483),(0.01066087,0.01761884,-0.01491792),(0.01114621,0.01765622,-0.0146961),(0.01082181,0.0179581,-0.014795),(0.0114767,0.01735586,-0.01461098),(0.01161249,0.01670999,-0.01458752),(0.01181131,0.01705747,-0.0145346),(0.01018724,0.01729587,-0.01547831),(0.009947849,0.01761825,-0.01567602),(0.01025357,0.01760268,-0.01524999),(0.009989623,0.01791805,-0.01542986),(0.009721819,0.01794277,-0.01588431),(0.009508451,0.01826885,-0.01610157),(0.009739116,0.01823576,-0.01562322),(0.009502247,0.01855562,-0.01582851),(0.01007513,0.01823517,-0.01521824),(0.009800509,0.01854643,-0.01539301),(0.009539276,0.01885992,-0.01558252),(0.009902349,0.01887155,-0.01520208),(0.009618314,0.01917954,-0.01537227),(0.01019852,0.01856549,-0.01504868),(0.01036222,0.01792602,-0.01505947),(0.01050546,0.01826111,-0.01491276),(0.009307035,0.01859595,-0.01632617),(0.009113518,0.01892224,-0.01655666),(0.00927922,0.01887748,-0.0160442),(0.009067049,0.01919996,-0.01626858),(0.008923833,0.01924591,-0.01679155),(0.008733933,0.01956516,-0.01702936),(0.008862745,0.01952169,-0.01649996),(0.008663319,0.01984127,-0.01673664),(0.00905796,0.01949305,-0.01600016),(0.008834336,0.01981085,-0.01622443),(0.008619712,0.02012826,-0.01645643),(0.008844811,0.0201148,-0.01597164),(0.008611196,0.02042867,-0.01619451),(0.00909014,0.01980166,-0.01575901),(0.00929235,0.01917577,-0.01578555),(0.009347777,0.01948974,-0.01555857),(0.008539751,0.01987816,-0.01726864),(0.008336618,0.02018259,-0.01750574),(0.008465786,0.02015735,-0.01697694),(0.00826499,0.02046763,-0.01721753),(0.008119852,0.02047612,-0.01773707),(0.00788478,0.02075641,-0.01795901),(0.00805577,0.02076985,-0.01745511),(0.007832972,0.02106174,-0.01768639),(0.008207034,0.02075717,-0.01693476),(0.007998737,0.02106468,-0.01717496),(0.0077823,0.0213649,-0.01741176),(0.007958672,0.02136535,-0.01690121),(0.007741946,0.02167069,-0.01713979),(0.008172724,0.02105552,-0.0166622),(0.008412319,0.02044437,-0.01669423),(0.008388698,0.02074277,-0.01642567),(0.007626723,0.02102114,-0.01816792),(0.007347092,0.02127017,-0.01835971),(0.007591438,0.02134101,-0.01790804),(0.007330883,0.02160658,-0.01811584),(0.007047298,0.02150335,-0.01853026),(0.006728752,0.02172056,-0.01867544),(0.007051026,0.02185732,-0.01830555),(0.006751583,0.02209212,-0.01847293),(0.007307663,0.02193558,-0.01786181),(0.007045482,0.02220219,-0.01806684),(0.006764072,0.02245373,-0.01825304),(0.007034428,0.0225405,-0.0178197),(0.006768059,0.02280687,-0.01802119),(0.00728325,0.02226071,-0.01760299),(0.007552607,0.02165584,-0.01764208),(0.007517946,0.02196996,-0.01737504),(0.006392862,0.02192166,-0.01879115),(0.00604293,0.02210913,-0.01887833),(0.006432269,0.02230989,-0.01861376),(0.006096342,0.02251275,-0.01872761),(0.005682252,0.02228547,-0.01893792),(0.005314128,0.02245318,-0.01897087),(0.005747059,0.02270285,-0.01881409),(0.005387681,0.0228823,-0.01887279),(0.006140477,0.02290735,-0.01855496),(0.005804052,0.02311249,-0.01866738),(0.005455052,0.0233052,-0.01875191),(0.005851714,0.02351362,-0.01850018),(0.005514354,0.02372073,-0.01860924),(0.006174552,0.02329273,-0.01836406),(0.006461442,0.02268827,-0.0184163),(0.006480718,0.02305738,-0.01820353),(0.004941856,0.02261474,-0.01897813),(0.004566403,0.02277099,-0.01896379),(0.005021464,0.02305327,-0.01890331),(0.004649969,0.02321701,-0.01890949),(0.004188735,0.02292277,-0.01893193),(0.003809819,0.02307095,-0.01888665),(0.004274759,0.02337481,-0.01889517),(0.003897397,0.02352795,-0.01886419),(0.00473009,0.0236596,-0.01883563),(0.004358388,0.02382463,-0.01884141),(0.003983376,0.02398375,-0.01882754),(0.004438272,0.02427134,-0.01876839),(0.004066774,0.02443773,-0.01877382),(0.004805074,0.02409767,-0.01874083),(0.005096354,0.02348702,-0.0188069),(0.00516462,0.02391477,-0.01868862),(0.00343062,0.02321634,-0.01883203),(0.003050759,0.02335901,-0.01877139),(0.003519445,0.0236777,-0.0188204),(0.003140648,0.02382419,-0.01876736),(0.002669851,0.02349901,-0.01870804),(0.002287514,0.0236364,-0.01864529),(0.00276075,0.02396757,-0.01870862),(0.002379497,0.02410793,-0.01864775),(0.003229739,0.02428954,-0.01875455),(0.002850978,0.02443672,-0.01870316),(0.002470831,0.02458043,-0.018647),(0.002940199,0.02490642,-0.01868885),(0.00256126,0.02505396,-0.01864048),(0.003317554,0.02475483,-0.01872994),(0.003607183,0.02413863,-0.01879729),(0.00369314,0.02459875,-0.01875964),(0.001903366,0.02377123,-0.01858645),(0.001518896,0.0239038,-0.01854126),(0.001996634,0.02424544,-0.0185883),(0.001613002,0.02438026,-0.01853923),(0.001135591,0.02403441,-0.0185195),(0.0007549408,0.02416337,-0.01853089),(0.001229442,0.0245126,-0.01850948),(0.0008467947,0.02464264,-0.018508),(0.001706519,0.02485835,-0.01853992),(0.001323047,0.02499278,-0.01850495),(0.0009391598,0.02512438,-0.01849299),(0.001416139,0.02547526,-0.01850393),(0.001031739,0.02560895,-0.01848431),(0.001799208,0.02533827,-0.0185411),(0.002089229,0.02472093,-0.01858993),(0.002180923,0.02519787,-0.01858893),(0.0003784333,0.02429099,-0.0185852),(1.314804e-5,0.02441884,-0.01868323),(0.0004659017,0.02477057,-0.01854375),(9.405662e-5,0.02489794,-0.01861996),(-0.0003338348,0.02454852,-0.0188258),(-0.0006554354,0.02468159,-0.01901373),(-0.0002614473,0.02502633,-0.01873987),(-0.0005933167,0.02515728,-0.01890673),(0.0001782896,0.02538078,-0.01856756),(-0.0001844701,0.02550837,-0.01866515),(-0.0005259641,0.02563741,-0.01881034),(-0.0001031525,0.02599516,-0.01860231),(-0.0004535455,0.02612253,-0.01872564),(0.0002655528,0.02586783,-0.01852599),(0.0005552034,0.02525325,-0.01851201),(0.0006460303,0.02573945,-0.01848916),(-0.000944574,0.02481964,-0.01924783),(-0.001219836,0.02495476,-0.01950211),(-0.000894258,0.02529236,-0.01912378),(-0.001181563,0.02542423,-0.0193648),(-0.001499805,0.02507901,-0.0197506),(-0.001803069,0.02518448,-0.01996731),(-0.001472522,0.0255456,-0.01960361),(-0.001784427,0.02564911,-0.019814),(-0.001139444,0.0258975,-0.01923409),(-0.001442676,0.02601548,-0.01946072),(-0.001764402,0.02611672,-0.01966256),(-0.00141002,0.02648913,-0.01932229),(-0.001742621,0.02658772,-0.01951296),(-0.001093376,0.02637505,-0.01911076),(-0.0008390808,0.0257693,-0.01900864),(-0.0007790857,0.026251,-0.01890351),(-0.00214821,0.02526323,-0.02012626),(-0.002513598,0.02531358,-0.02021653),(-0.002134571,0.02572747,-0.01996976),(-0.002502206,0.02577838,-0.02005908),(-0.0028776,0.0253338,-0.0202272),(-0.003218583,0.02532219,-0.02014733),(-0.002866586,0.02579953,-0.02007015),(-0.003206965,0.02578865,-0.01999116),(-0.002490482,0.02624637,-0.01990113),(-0.002855388,0.02626873,-0.01991217),(-0.003195239,0.02625875,-0.01983393),(-0.002843631,0.02674173,-0.01975294),(-0.003183243,0.02673289,-0.01967548),(-0.002477965,0.0267179,-0.01974232),(-0.002120246,0.02619469,-0.01981365),(-0.002104782,0.02666526,-0.01965765),(-0.003514915,0.02527707,-0.01996601),(-0.003779621,0.02520595,-0.01971041),(-0.003502597,0.02574342,-0.01981028),(-0.00376747,0.02567194,-0.01955556),(-0.004025724,0.02511638,-0.01940773),(-0.004266249,0.02501589,-0.01908514),(-0.004260887,0.02548258,-0.01893684),(-0.004015571,0.0255823,-0.01925507),(-0.003755592,0.0261414,-0.01940001),(-0.00400607,0.02605136,-0.0191023),(-0.00425673,0.02595197,-0.0187894),(-0.00425447,0.02642431,-0.01864343),(-0.003998004,0.02652396,-0.01894998),(-0.003744559,0.02661476,-0.0192441),(-0.003490311,0.02621342,-0.01965354),(-0.003478262,0.02668749,-0.0194959),(-0.004514218,0.02491202,-0.01876984),(-0.004774901,0.02481203,-0.01849007),(-0.004788064,0.0252836,-0.01835919),(-0.004517408,0.02538089,-0.01862892),(-0.005053566,0.0247231,-0.01827407),(-0.005355479,0.02465251,-0.01815009),(-0.00538352,0.02512786,-0.01804585),(-0.005075791,0.02519713,-0.01815554),(-0.005102142,0.02567219,-0.01804108),(-0.004804163,0.02575677,-0.01823189),(-0.005417099,0.0256038,-0.01794479),(-0.005454649,0.02607927,-0.01784543),(-0.005131374,0.02614755,-0.01792999),(-0.004822614,0.02623113,-0.01810807),(-0.00452256,0.0258519,-0.0184903),(-0.004529826,0.02632504,-0.01835434),(-0.005685911,0.02460749,-0.01814636),(-0.006037453,0.0245807,-0.01823074),(-0.006063122,0.0250525,-0.018155),(-0.005714185,0.02508219,-0.018058),(-0.006402699,0.02456481,-0.01837103),(-0.006774243,0.02455253,-0.01853508),(-0.006797153,0.02501065,-0.01845566),(-0.006425664,0.0250312,-0.01829989),(-0.006457373,0.02549694,-0.01822039),(-0.006097237,0.02552427,-0.01807544),(-0.006827527,0.02546708,-0.01836374),(-0.006865668,0.02592067,-0.01825623),(-0.006497753,0.0259608,-0.01812915),(-0.006139104,0.02599473,-0.01798899),(-0.005749639,0.02555719,-0.0179699),(-0.005790981,0.02603128,-0.01787976),(-0.007144672,0.02453651,-0.01869072),(-0.007503086,0.02450476,-0.01881437),(-0.007537272,0.02493759,-0.01867227),(-0.007172918,0.02498327,-0.01858534),(-0.007838571,0.02444529,-0.01888243),(-0.008140225,0.02434611,-0.01887133),(-0.008168976,0.02474565,-0.01865122),(-0.007874523,0.0248622,-0.01869978),(-0.007905498,0.02527227,-0.01849988),(-0.00757095,0.02536509,-0.01851309),(-0.008189453,0.02513774,-0.01841527),(-0.008201196,0.02552216,-0.01816539),(-0.007930961,0.02567503,-0.01828372),(-0.007603887,0.02578656,-0.01833639),(-0.007205172,0.02542658,-0.01846451),(-0.007241583,0.02586552,-0.01832627),(-0.008397138,0.02419524,-0.01875749),(-0.008603136,0.02400032,-0.01856722),(-0.008583014,0.02436391,-0.01830032),(-0.00840494,0.02457652,-0.01850993),(-0.008752047,0.02376899,-0.01832685),(-0.008837696,0.02350893,-0.01806269),(-0.008767881,0.02384477,-0.01777377),(-0.008703795,0.02411696,-0.01804679),(-0.008650175,0.02446226,-0.01776209),(-0.008554644,0.02472263,-0.01802472),(-0.008697197,0.02418015,-0.01748342),(-0.008629042,0.02451562,-0.0171916),(-0.008593758,0.02480531,-0.01747317),(-0.008519451,0.02507669,-0.01774164),(-0.008403451,0.02495116,-0.01824967),(-0.008392978,0.02531918,-0.01797854),(-0.008853912,0.02322778,-0.01780107),(-0.008830933,0.02293224,-0.01754165),(-0.008756639,0.02325805,-0.01724264),(-0.00877587,0.02355646,-0.01750567),(-0.008799,0.02262903,-0.01728409),(-0.008788352,0.02232486,-0.01702805),(-0.008752028,0.02265495,-0.01673241),(-0.008739065,0.02295555,-0.01698483),(-0.00869606,0.02328557,-0.01668705),(-0.008693644,0.02358641,-0.01694441),(-0.008736596,0.02298929,-0.01643976),(-0.008743548,0.02332843,-0.01615253),(-0.008672484,0.02361981,-0.01639252),(-0.008645189,0.02391803,-0.01664792),(-0.008702856,0.02388639,-0.01721036),(-0.008638446,0.02421825,-0.0169154),(-0.008829228,0.02202643,-0.0167732),(-0.008923314,0.02173777,-0.01653224),(-0.008953737,0.02208092,-0.01625694),(-0.008824401,0.02236227,-0.01648554),(-0.009072291,0.02146288,-0.01631789),(-0.009277839,0.02120578,-0.01614284),(-0.009373497,0.02156577,-0.01590553),(-0.009137586,0.02181428,-0.01605936),(-0.009222043,0.02217087,-0.01581433),(-0.009005553,0.02242924,-0.01599163),(-0.009485257,0.02193051,-0.01568391),(-0.009610947,0.02229928,-0.01547863),(-0.009323969,0.02253222,-0.01558451),(-0.009077963,0.02278269,-0.01573868),(-0.008841748,0.02270294,-0.01620403),(-0.008881599,0.02304874,-0.0159313),(-0.009541645,0.02097048,-0.01601981),(-0.009850509,0.02075535,-0.01594583),(-0.009982544,0.02113082,-0.01576065),(-0.009659023,0.02133876,-0.01580821),(-0.01019123,0.02055877,-0.01591793),(-0.01055061,0.0203791,-0.01593316),(-0.01069711,0.02076222,-0.01578793),(-0.01033245,0.02093946,-0.01575613),(-0.01048023,0.02132063,-0.01560381),(-0.01012416,0.02150867,-0.01558883),(-0.01084764,0.02114346,-0.01564691),(-0.01100135,0.02152124,-0.01550554),(-0.01063347,0.02170089,-0.01545744),(-0.01027375,0.02188771,-0.01542819),(-0.009789228,0.02171087,-0.01561213),(-0.009930225,0.02208581,-0.01543089),(-0.01091544,0.02021473,-0.01598855),(-0.01128392,0.02005883,-0.01606671),(-0.01143367,0.02043556,-0.01592374),(-0.01106492,0.02059661,-0.0158493),(-0.01165421,0.01990461,-0.01615029),(-0.01202451,0.01974526,-0.01622189),(-0.0121651,0.02009874,-0.01604583),(-0.01180113,0.02027196,-0.01599475),(-0.01194638,0.02062894,-0.01582467),(-0.0115839,0.02080478,-0.01577214),(-0.01230087,0.02043923,-0.01585075),(-0.01242814,0.02076442,-0.01563303),(-0.01208729,0.02097317,-0.01563537),(-0.01173282,0.02116428,-0.01560675),(-0.01121659,0.02097389,-0.01570795),(-0.01136932,0.02134467,-0.01555938),(-0.01239299,0.01957396,-0.01626416),(-0.01275073,0.01938561,-0.01627434),(-0.01286591,0.01969836,-0.01603939),(-0.01252336,0.0199088,-0.01606047),(-0.0130888,0.01917509,-0.0162497),(-0.01339829,0.01893727,-0.01618749),(-0.01346382,0.01920091,-0.01589296),(-0.01318273,0.01946365,-0.01598331),(-0.01325576,0.01973497,-0.01569752),(-0.01296593,0.01999449,-0.01578317),(-0.01350328,0.01944769,-0.01558263),(-0.01351142,0.01967789,-0.01525974),(-0.01330231,0.01998851,-0.01539399),(-0.0130455,0.02027272,-0.01550551),(-0.01264417,0.02022849,-0.01583558),(-0.01275083,0.02053116,-0.01558746),(-0.01367026,0.01866703,-0.01608499),(-0.01389816,0.01836769,-0.01595373),(-0.01388486,0.01858449,-0.01562356),(-0.01369916,0.01890636,-0.01576906),(-0.01407544,0.01804251,-0.01580525),(-0.01419554,0.0176948,-0.0156511),(-0.01409181,0.01787676,-0.01531545),(-0.01401704,0.01823979,-0.01546837),(-0.01392528,0.01842727,-0.01513302),(-0.01383917,0.01878849,-0.01528876),(-0.01395534,0.01805211,-0.01498692),(-0.01378676,0.01822304,-0.01466982),(-0.01379921,0.018607,-0.01480398),(-0.01375843,0.01898132,-0.01495411),(-0.01369813,0.01913042,-0.0154425),(-0.01366298,0.01934022,-0.01510957),(-0.01425189,0.01732785,-0.01550281),(-0.01425007,0.0169481,-0.01536845),(-0.01406414,0.01711477,-0.0150579),(-0.01410527,0.01749988,-0.01517672),(-0.01419566,0.01656196,-0.01525605),(-0.01409423,0.01617588,-0.01517368),(-0.01384492,0.01634222,-0.01490281),(-0.01397512,0.01672701,-0.0149647),(-0.01373223,0.01689301,-0.01468864),(-0.01385137,0.01728051,-0.0147616),(-0.01357825,0.01651036,-0.01464628),(-0.01329787,0.01668006,-0.01440259),(-0.0134702,0.01706066,-0.01442827),(-0.01361438,0.01744677,-0.0144816),(-0.01392822,0.01766837,-0.01486207),(-0.01372253,0.01783526,-0.01456223),(-0.01395134,0.01579628,-0.01512939),(-0.01377491,0.01542363,-0.01511794),(-0.01348883,0.01559706,-0.01488266),(-0.01368026,0.015966,-0.01487796),(-0.01357286,0.0150584,-0.0151341),(-0.0133531,0.01470105,-0.01517265),(-0.01305648,0.0148759,-0.01495077),(-0.01327833,0.01523412,-0.01490943),(-0.012982,0.01540763,-0.01468544),(-0.01319562,0.01577035,-0.01465375),(-0.01276353,0.0150462,-0.01472367),(-0.01247942,0.01520898,-0.01448413),(-0.01268866,0.015576,-0.0144553),(-0.01289974,0.01594121,-0.0144257),(-0.01339687,0.01613703,-0.01463768),(-0.01310526,0.01630807,-0.01440494),(-0.01312354,0.01435205,-0.01522836),(-0.01289227,0.0140059,-0.01529116),(-0.01261007,0.0141655,-0.01504701),(-0.01283097,0.01452111,-0.01499921),(-0.01266735,0.01365708,-0.01535099),(-0.01245688,0.01330009,-0.01539778),(-0.01221527,0.01343479,-0.01510976),(-0.01240208,0.01380481,-0.01508644),(-0.01215712,0.01394307,-0.01480354),(-0.01234283,0.01431655,-0.01478764),(-0.01199884,0.01356032,-0.01480216),(-0.01181311,0.01367849,-0.01447499),(-0.01193833,0.01407237,-0.01450012),(-0.01209638,0.01445811,-0.01450863),(-0.01254772,0.01468338,-0.01475938),(-0.01227937,0.01483667,-0.01450261),(-0.01226893,0.01292943,-0.01542148),(-0.01211227,0.01254734,-0.01542436),(-0.01193709,0.01265755,-0.01508896),(-0.01205791,0.01305119,-0.01510924),(-0.01199568,0.01215608,-0.01540874),(-0.01192793,0.0117579,-0.01537692),(-0.0118334,0.01185435,-0.01500546),(-0.01185989,0.01225741,-0.01505301),(-0.01175874,0.01235809,-0.01468574),(-0.01179448,0.01276347,-0.014738),(-0.01177417,0.01195387,-0.01462701),(-0.01175119,0.01205946,-0.01424561),(-0.01169441,0.01246128,-0.01431063),(-0.01168794,0.01286822,-0.01437441),(-0.01187624,0.01316567,-0.01477856),(-0.01172857,0.01327553,-0.01443115),(-0.0119178,0.01135506,-0.01533119),(-0.01196405,0.01095463,-0.01527844),(-0.01195122,0.01105651,-0.01489401),(-0.0118647,0.0114519,-0.0149504),(-0.01206543,0.01056372,-0.01522554),(-0.01222072,0.0101894,-0.01517939),(-0.01227967,0.01031277,-0.01480203),(-0.0120904,0.01067465,-0.01484249),(-0.01214443,0.01079744,-0.01446492),(-0.01197051,0.01116778,-0.01451126),(-0.01236418,0.01044992,-0.01443336),(-0.01247268,0.01060167,-0.01407596),(-0.0122263,0.01093349,-0.01409594),(-0.01202122,0.01129046,-0.01413383),(-0.01184593,0.01155518,-0.01456707),(-0.01186149,0.01166749,-0.0141852),(-0.01242866,0.009838764,-0.01514686),(-0.01268206,0.009515043,-0.01513086),(-0.01279372,0.009670985,-0.01477513),(-0.01251646,0.009977326,-0.01477882),(-0.01297372,0.009221465,-0.01513427),(-0.01329643,0.008961258,-0.01515998),(-0.01344142,0.009156222,-0.01483544),(-0.01310439,0.009396398,-0.01479324),(-0.01325018,0.009586503,-0.01446552),(-0.01292385,0.009842551,-0.01443217),(-0.01359844,0.00936475,-0.01452351),(-0.01376585,0.009584456,-0.01422321),(-0.01340929,0.009790776,-0.0141516),(-0.01307062,0.01002958,-0.01410343),(-0.01262625,0.01013099,-0.01442195),(-0.01275627,0.01030012,-0.01407834),(-0.01364299,0.00873765,-0.01521088),(-0.01400797,0.008546017,-0.01528343),(-0.01416879,0.008780146,-0.01499303),(-0.01379775,0.008953112,-0.01490398),(-0.01438595,0.008381739,-0.01537405),(-0.0147715,0.008240192,-0.01547919),(-0.01493662,0.00849694,-0.01520921),(-0.01454995,0.008630398,-0.01509672),(-0.01471844,0.008880395,-0.01482271),(-0.01433645,0.009020769,-0.01471),(-0.0151039,0.008749001,-0.01493788),(-0.01489041,0.009122719,-0.0145445),(-0.01527215,0.008986133,-0.0146568),(-0.01450984,0.009260952,-0.01442874),(-0.01396182,0.009179196,-0.01460764),(-0.01413384,0.009411356,-0.01431862),(-0.0151592,0.008116751,-0.01559529),(-0.01554744,0.008002263,-0.01571444),(-0.01532421,0.008372847,-0.01532464),(-0.01571048,0.008249879,-0.01543677),(-0.01593461,0.007887574,-0.01582871),(-0.01631912,0.007763525,-0.0159302),(-0.0160932,0.008119792,-0.0155394),(-0.01647013,0.007974345,-0.01562628),(-0.01587055,0.008479103,-0.01514785),(-0.01624568,0.008326938,-0.01523451),(-0.01661129,0.008154189,-0.01530354),(-0.01673804,0.008299068,-0.01496177),(-0.01638838,0.008502327,-0.01491093),(-0.01602496,0.008681129,-0.0148419),(-0.01548895,0.008617514,-0.01504762),(-0.0156516,0.008840666,-0.01475656),(-0.01669935,0.007620963,-0.01601098),(-0.01707089,0.007456429,-0.01607257),(-0.01683903,0.007805296,-0.0156912),(-0.01719486,0.007610569,-0.01573677),(-0.01742935,0.007266464,-0.01611649),(-0.01777029,0.007047607,-0.01614424),(-0.01784706,0.007135791,-0.01578027),(-0.01753255,0.007388093,-0.01576559),(-0.01761164,0.007469846,-0.01539529),(-0.01729956,0.007726049,-0.01538021),(-0.0178953,0.00718502,-0.01539982),(-0.01791099,0.007201619,-0.01501046),(-0.01766156,0.007516223,-0.01501227),(-0.01737961,0.007804806,-0.01500783),(-0.01696434,0.007954028,-0.01535087),(-0.01707011,0.008066156,-0.01499253),(-0.01808932,0.006796401,-0.01615735),(-0.01838006,0.006514531,-0.01616116),(-0.01838826,0.006538806,-0.01578015),(-0.01813335,0.00685159,-0.01578344),(-0.0186361,0.006203682,-0.01616101),(-0.01885108,0.005865539,-0.01616224),(-0.01879141,0.005840737,-0.01577454),(-0.01860866,0.00620075,-0.0157755),(-0.0185448,0.006172486,-0.01538887),(-0.01836169,0.00653231,-0.01539251),(-0.01869478,0.005795718,-0.01539071),(-0.01844669,0.006125361,-0.01500643),(-0.01856473,0.005736149,-0.01501491),(-0.01830045,0.006502081,-0.01500474),(-0.01814525,0.006871165,-0.01539753),(-0.01812292,0.006862202,-0.01500702),(-0.0190186,0.005501789,-0.01617021),(-0.0191486,0.005118332,-0.01618295),(-0.01893336,0.005462081,-0.01578237),(-0.01904314,0.005069162,-0.0157966),(-0.01925101,0.004721071,-0.01619852),(-0.01933576,0.004315906,-0.01621494),(-0.01912935,0.004666356,-0.01581487),(-0.01920062,0.004258044,-0.01583481),(-0.01890315,0.005006562,-0.01542035),(-0.01897591,0.004600401,-0.01544262),(-0.01903732,0.004190668,-0.01546617),(-0.01879327,0.004526908,-0.01508425),(-0.01884842,0.00411721,-0.01511071),(-0.01873177,0.004934749,-0.01505721),(-0.01881183,0.00540604,-0.01540213),(-0.01865767,0.005338554,-0.01503296),(-0.01941279,0.00390874,-0.01623026),(-0.01948693,0.003502914,-0.01624002),(-0.01926556,0.003848601,-0.01585405),(-0.01933178,0.003442259,-0.01586699),(-0.01956303,0.003101771,-0.01623975),(-0.01964594,0.002708654,-0.01622497),(-0.0194069,0.003043243,-0.01586805),(-0.01949854,0.002655784,-0.01585161),(-0.0191575,0.003375069,-0.0155025),(-0.01923597,0.002979691,-0.01550272),(-0.01933981,0.002599583,-0.01548259),(-0.01905695,0.002915018,-0.01514144),(-0.01917719,0.002544096,-0.01511485),(-0.01896935,0.003305013,-0.01514549),(-0.01909457,0.003780476,-0.01548822),(-0.01890348,0.003707827,-0.01513318),(-0.0197405,0.002326904,-0.01619122),(-0.01986264,0.001977583,-0.01614574),(-0.0196143,0.002284109,-0.01581208),(-0.01976443,0.001947871,-0.01575843),(-0.0200283,0.001681753,-0.01609576),(-0.02025343,0.001460476,-0.01604853),(-0.01995917,0.001666721,-0.01569963),(-0.02020876,0.001460311,-0.01564463),(-0.01965804,0.001919061,-0.01537308),(-0.01988214,0.001654956,-0.01530495),(-0.02015607,0.001465827,-0.01524205),(-0.0198005,0.001649734,-0.01491043),(-0.02009685,0.001479798,-0.01484048),(-0.01954865,0.00189484,-0.01498743),(-0.01947888,0.002239988,-0.01543584),(-0.01934098,0.002198498,-0.01505954),(-0.02055397,0.001334813,-0.01601128),(-0.02090508,0.001296024,-0.01598333),(-0.02052345,0.001348293,-0.0156024),(-0.02088017,0.001322593,-0.01557203),(-0.02128193,0.001335369,-0.01596401),(-0.02165968,0.001444109,-0.01595262),(-0.02162739,0.001497837,-0.01554319),(-0.02125584,0.001375132,-0.01555259),(-0.02122148,0.001426168,-0.0151433),(-0.02084683,0.001359197,-0.01516254),(-0.02158747,0.001562975,-0.01513598),(-0.02154056,0.001639496,-0.01473163),(-0.02117888,0.001489333,-0.01473694),(-0.02080504,0.001407436,-0.01475561),(-0.02048467,0.001369829,-0.01519501),(-0.02043803,0.001401645,-0.0147895),(-0.02201352,0.001613502,-0.01594849),(-0.02234412,0.001833457,-0.01595148),(-0.02197177,0.001682632,-0.01554289),(-0.02229247,0.001917126,-0.0155504),(-0.02265215,0.002093884,-0.01596147),(-0.02293828,0.002384692,-0.01597829),(-0.02259298,0.002188928,-0.01556444),(-0.02287682,0.002485649,-0.01558372),(-0.02223641,0.002008384,-0.0151509),(-0.02253167,0.002288133,-0.01516851),(-0.02281567,0.002586677,-0.0151898),(-0.02247237,0.002387949,-0.01477253),(-0.02275991,0.002682919,-0.01479507),(-0.0221789,0.002104955,-0.01475243),(-0.02192373,0.001761856,-0.01513929),(-0.0218711,0.001850087,-0.01473779),(-0.0232032,0.002695788,-0.01600182),(-0.02345727,0.003017001,-0.01603),(-0.02314749,0.002794899,-0.01560694),(-0.02341355,0.003107509,-0.01563294),(-0.02371088,0.003338157,-0.01606078),(-0.0239744,0.003649086,-0.01609211),(-0.02368354,0.003414309,-0.01566059),(-0.02396605,0.003706132,-0.01568872),(-0.02337489,0.003189146,-0.01523625),(-0.02366304,0.003477611,-0.01526086),(-0.02396552,0.003747255,-0.01528602),(-0.02397671,0.003764967,-0.01488394),(-0.02365416,0.003520345,-0.01486107),(-0.02334663,0.003254725,-0.01483892),(-0.02309459,0.002889592,-0.01521248),(-0.02304994,0.002973713,-0.01481706),(-0.0242582,0.003939611,-0.01612192),(-0.02455722,0.004214837,-0.01615059),(-0.02426964,0.003973806,-0.0157162),(-0.02458902,0.004223369,-0.01574317),(-0.02486637,0.00447986,-0.01617851),(-0.0251806,0.004739784,-0.01620605),(-0.02491894,0.00446086,-0.01576981),(-0.02525412,0.004692313,-0.01579629),(-0.02462771,0.004213531,-0.01533709),(-0.02497702,0.004423438,-0.01536287),(-0.02533152,0.004626707,-0.01538872),(-0.02504033,0.004365806,-0.01495828),(-0.02541087,0.004543914,-0.01498402),(-0.02467459,0.004181047,-0.01493283),(-0.02428882,0.003990349,-0.01531145),(-0.02431845,0.003982984,-0.01490795),(0.03695546,0.002142348,-0.001422283),(0.03669005,0.002332072,-0.001676918),(0.03642363,0.002510939,-0.001934451),(0.03638161,0.002319338,-0.001403157),(0.03611698,0.002503043,-0.001661576),(0.03664495,0.002124204,-0.001147601),(0.03615518,0.002668093,-0.002197784),(0.03588369,0.002792677,-0.002469816),(0.03584977,0.002663888,-0.00192572),(0.03557867,0.002790444,-0.002198451),(0.03580774,0.002504658,-0.00138894),(0.03554202,0.002670733,-0.001652648),(0.03527159,0.002800501,-0.001925165),(0.03523246,0.002674878,-0.001379779),(0.03496255,0.002807772,-0.001651907),(0.03549701,0.002504489,-0.00111664),(0.0363313,0.002111996,-0.0008762107),(0.03607031,0.002314378,-0.001131107),(0.03575798,0.002309103,-0.0008594944),(0.03601717,0.002101219,-0.0006053453),(0.03560814,0.002873834,-0.002753446),(0.03532889,0.002921069,-0.003044697),(0.03530241,0.002871281,-0.002482633),(0.03502179,0.002916284,-0.002774636),(0.03504627,0.00294389,-0.003339592),(0.03476064,0.002951802,-0.003634155),(0.03473764,0.002935342,-0.003070832),(0.03445077,0.002938341,-0.003367594),(0.03471305,0.002925494,-0.002501885),(0.03442733,0.002942082,-0.002798969),(0.03413891,0.002942309,-0.003097123),(0.03411571,0.002951411,-0.002526013),(0.03382587,0.002951709,-0.002824791),(0.03440273,0.002934808,-0.002228573),(0.03499487,0.002881861,-0.002209431),(0.03468549,0.002890672,-0.001936022),(0.03447235,0.002954311,-0.003924408),(0.03418222,0.002955749,-0.004211381),(0.034162,0.002935168,-0.003661293),(0.03387211,0.002929507,-0.003952854),(0.03389112,0.002960448,-0.004496103),(0.03359989,0.002972739,-0.004779603),(0.03358182,0.002925043,-0.004243201),(0.03329189,0.002925456,-0.004533259),(0.03355823,0.002928322,-0.003686859),(0.03326743,0.002919304,-0.003980226),(0.03297726,0.0029124,-0.004273786),(0.03295102,0.002928485,-0.003711387),(0.03266003,0.002917981,-0.004006609),(0.0332428,0.002938664,-0.003416597),(0.03384896,0.002936856,-0.003392788),(0.03353466,0.002946933,-0.003121359),(0.03330937,0.002996954,-0.005062912),(0.03301867,0.00303575,-0.005342502),(0.03300309,0.002934434,-0.004823952),(0.03271449,0.002954342,-0.005112401),(0.03272692,0.003091787,-0.005614846),(0.0324332,0.003167719,-0.005876418),(0.03242518,0.00298755,-0.00539573),(0.03213424,0.003036422,-0.00567106),(0.03240031,0.00291467,-0.004862308),(0.03211195,0.002927723,-0.005153558),(0.03182268,0.002951307,-0.005440326),(0.03179389,0.002899845,-0.00489669),(0.03150553,0.002903137,-0.00519197),(0.03208204,0.002902197,-0.004600125),(0.03268849,0.002910209,-0.004568432),(0.03237057,0.00290873,-0.004303143),(0.03213663,0.003266205,-0.00612369),(0.03183711,0.00338744,-0.006353434),(0.03184077,0.003103327,-0.005935514),(0.03154467,0.003191624,-0.006185181),(0.03153453,0.003531619,-0.006562419),(0.03122878,0.003698936,-0.006747416),(0.03124588,0.003304675,-0.00641615),(0.03094432,0.003445838,-0.006624508),(0.03123881,0.00304215,-0.005990441),(0.0309439,0.003121916,-0.00624497),(0.03064675,0.003232917,-0.006479932),(0.03063441,0.002988234,-0.006046826),(0.03034092,0.003068831,-0.006306374),(0.03092612,0.002939184,-0.005771562),(0.03153168,0.002987365,-0.005720758),(0.03121638,0.002913535,-0.005485103),(0.03091978,0.003889587,-0.006905199),(0.03060992,0.00410109,-0.007032937),(0.03063992,0.003618474,-0.006806348),(0.03033487,0.003819053,-0.006956578),(0.0303016,0.004330964,-0.007127811),(0.02999723,0.004576728,-0.007186994),(0.03003138,0.004044044,-0.007070117),(0.02973164,0.004289918,-0.007141876),(0.03004707,0.003563292,-0.006870687),(0.02974819,0.003774465,-0.007011992),(0.02945236,0.004010829,-0.007107588),(0.02945385,0.00353454,-0.006929414),(0.02916101,0.00375255,-0.007056776),(0.02974913,0.003345544,-0.006756203),(0.0303472,0.003381409,-0.00669092),(0.03004532,0.00318912,-0.006545678),(0.02969922,0.004835899,-0.007207663),(0.02940522,0.005103571,-0.007204607),(0.02943786,0.004553144,-0.007166769),(0.02914796,0.004828392,-0.007160801),(0.02911291,0.005374837,-0.007192614),(0.02881995,0.005644788,-0.007186475),(0.02885987,0.005110335,-0.007139968),(0.02857151,0.005393637,-0.007120277),(0.02858744,0.00482412,-0.00713835),(0.02887366,0.004541243,-0.007155347),(0.02830108,0.005111327,-0.00711466),(0.02801571,0.004821323,-0.007150307),(0.02830081,0.004536176,-0.007163723),(0.02858583,0.004259147,-0.007161135),(0.02916141,0.004268283,-0.007150234),(0.02887212,0.00399601,-0.007129751),(0.02852399,0.005908514,-0.007200981),(0.02822672,0.006161888,-0.007240348),(0.02828082,0.005672975,-0.007117729),(0.02798955,0.005945208,-0.007136644),(0.02792984,0.006400777,-0.0073088),(0.02763501,0.006621048,-0.007410555),(0.02769945,0.006207201,-0.007181343),(0.02741227,0.006455818,-0.00725615),(0.02772469,0.00568002,-0.007098765),(0.02743819,0.005957604,-0.007117155),(0.02715519,0.006228076,-0.007160166),(0.0271584,0.005685477,-0.007117772),(0.02687738,0.005972005,-0.007131973),(0.02744288,0.005397301,-0.007120589),(0.02801291,0.005397278,-0.0070997),(0.02772919,0.005108808,-0.007133681),(0.02734394,0.006818572,-0.007549835),(0.02705394,0.006998319,-0.007716881),(0.02712976,0.006687924,-0.007365383),(0.02684965,0.006906562,-0.0075017),(0.02676233,0.007165261,-0.007901939),(0.02646643,0.007324366,-0.008095249),(0.02656965,0.007114781,-0.007657756),(0.02628748,0.007315624,-0.007826206),(0.02660338,0.006742935,-0.007331414),(0.02633138,0.006989526,-0.007450582),(0.02605986,0.007230361,-0.007586068),(0.02606199,0.006812952,-0.007309846),(0.02579705,0.007086389,-0.007408163),(0.02632989,0.006535942,-0.00722983),(0.02687745,0.006489486,-0.007233097),(0.02660144,0.006255561,-0.007169931),(0.02616356,0.007480609,-0.008287051),(0.02585488,0.007634656,-0.008477838),(0.02600085,0.00751214,-0.00799971),(0.02571008,0.007704473,-0.008177846),(0.02554154,0.007787174,-0.0086681),(0.02522468,0.00793883,-0.008858328),(0.02511742,0.00807718,-0.008546337),(0.0254155,0.007892772,-0.008360194),(0.02551294,0.007697642,-0.007891305),(0.02523656,0.007923234,-0.00805889),(0.02495757,0.008142891,-0.008235008),(0.02501131,0.007880718,-0.007797372),(0.02474883,0.008134028,-0.007954684),(0.02527279,0.007621115,-0.007653079),(0.0257872,0.007466541,-0.007733336),(0.02553434,0.007356057,-0.007522958),(0.02490548,0.008090292,-0.009049007),(0.02458467,0.008242528,-0.009240332),(0.02451238,0.008435869,-0.008928365),(0.02481617,0.00825785,-0.008735859),(0.02426299,0.008396506,-0.009432502),(0.02394122,0.008553192,-0.009625707),(0.02389961,0.008788317,-0.009320776),(0.02420665,0.008612326,-0.009123468),(0.02410334,0.008767574,-0.008803445),(0.02439064,0.008564092,-0.00860844),(0.02381388,0.008967604,-0.009002439),(0.02394869,0.008853151,-0.008490745),(0.02367763,0.009080931,-0.008684924),(0.02421756,0.008619742,-0.008303135),(0.0246755,0.008356189,-0.008418575),(0.02448425,0.008380202,-0.00812386),(0.02362008,0.008713555,-0.009820143),(0.02330098,0.008878475,-0.01001658),(0.02328446,0.009142993,-0.009721091),(0.0235919,0.00896493,-0.009519898),(0.02298536,0.009048833,-0.0102158),(0.02267461,0.00922551,-0.01041857),(0.02267434,0.009506792,-0.01013068),(0.02297829,0.009323339,-0.009924597),(0.02293605,0.009555608,-0.009614702),(0.02322987,0.009360911,-0.009408499),(0.02264151,0.009749944,-0.009822448),(0.02256829,0.009946337,-0.009498454),(0.02284994,0.009735733,-0.009291791),(0.02312853,0.009521669,-0.00908657),(0.0235226,0.009165145,-0.009204268),(0.02340433,0.009303587,-0.008883905),(0.02237015,0.009409389,-0.01062566),(0.0220699,0.0096,-0.01083401),(0.02207539,0.00988631,-0.01054913),(0.02237359,0.009694185,-0.01033957),(0.02177175,0.009796885,-0.01104055),(0.02147362,0.009999575,-0.01124223),(0.02148404,0.01028793,-0.01096159),(0.02177909,0.01008396,-0.01075719),(0.02175897,0.01034301,-0.01044762),(0.02205218,0.01014165,-0.01024009),(0.0214678,0.01055069,-0.01065273),(0.02142613,0.01078734,-0.01032344),(0.02171046,0.01057176,-0.01011841),(0.02199677,0.01036158,-0.009912242),(0.02234663,0.009944627,-0.0100313),(0.02228331,0.01015403,-0.00970543),(0.02117341,0.01020761,-0.01143596),(0.02087156,0.01042045,-0.01162245),(0.02118958,0.01049901,-0.01116016),(0.02089586,0.0107163,-0.01135354),(0.02056852,0.01063757,-0.01180239),(0.02026473,0.01085844,-0.01197646),(0.02060298,0.01093892,-0.01154236),(0.02031107,0.01116595,-0.01172724),(0.02089382,0.01098987,-0.01105262),(0.0206108,0.01121908,-0.01124842),(0.0203303,0.01145317,-0.01144215),(0.02059521,0.01147848,-0.01093024),(0.02032513,0.01171989,-0.01113086),(0.02086865,0.01124183,-0.01072902),(0.02117945,0.01076669,-0.01085422),(0.02114558,0.01101107,-0.01052687),(0.01996063,0.01108254,-0.01214535),(0.01965538,0.01130968,-0.01230854),(0.02002026,0.01139653,-0.01190882),(0.01972938,0.01163016,-0.01208637),(0.01934813,0.01153966,-0.0124655),(0.01903802,0.0117723,-0.01261569),(0.01943723,0.01186641,-0.01225917),(0.01914263,0.0121048,-0.01242649),(0.01977516,0.01193194,-0.01182413),(0.01949781,0.01217531,-0.01201085),(0.0192188,0.01242048,-0.0121937),(0.01952917,0.01246333,-0.01172859),(0.0192644,0.01271548,-0.01192431),(0.01979337,0.01221293,-0.01153068),(0.02005221,0.01169101,-0.01163431),(0.02005827,0.01196491,-0.01133122),(0.01872421,0.01200742,-0.01275859),(0.0184068,0.01224538,-0.01289438),(0.01884441,0.01234487,-0.01258759),(0.01854226,0.012587,-0.01274234),(0.01808592,0.01248654,-0.01302326),(0.01776166,0.01273127,-0.01314539),(0.01823588,0.01283155,-0.01289057),(0.01792496,0.01307888,-0.01303213),(0.01865094,0.01291456,-0.01254501),(0.01836051,0.01316407,-0.01271251),(0.0180647,0.01341561,-0.01287394),(0.01845412,0.01347924,-0.0124915),(0.01817447,0.0137367,-0.01267142),(0.01872815,0.01322331,-0.0123065),(0.01893677,0.0126668,-0.01237191),(0.01899782,0.01296876,-0.0121172),(0.01743415,0.01297993,-0.01326098),(0.01710381,0.01323247,-0.01337041),(0.01760919,0.01332937,-0.01316687),(0.01728906,0.01358307,-0.01329488),(0.01677106,0.01348883,-0.01347407),(0.01643633,0.01374898,-0.01357235),(0.01696502,0.01384003,-0.01341623),(0.01663753,0.0141003,-0.01353101),(0.01745501,0.01392582,-0.01317687),(0.01714199,0.01418473,-0.01331784),(0.01682408,0.01444636,-0.01345148),(0.01729522,0.01451944,-0.01317406),(0.01698957,0.01478423,-0.0133273),(0.01759476,0.01425667,-0.01301328),(0.01776272,0.01366948,-0.01302881),(0.01788793,0.0139958,-0.01284554),(0.01610005,0.01401286,-0.01366565),(0.01576241,0.01428032,-0.01375405),(0.01630708,0.01436393,-0.01363931),(0.01597403,0.01463087,-0.0137412),(0.01542361,0.01455121,-0.01383763),(0.01508383,0.01482538,-0.01391649),(0.01563876,0.01490105,-0.01383676),(0.01530165,0.01517441,-0.01392607),(0.01617541,0.01497813,-0.01369597),(0.01584569,0.01524835,-0.01380686),(0.01551307,0.0155215,-0.01391021),(0.01603983,0.01559193,-0.01373799),(0.01571424,0.01586599,-0.01385819),(0.0163613,0.01532037,-0.01360937),(0.01650171,0.01471082,-0.01357752),(0.01667807,0.01505117,-0.01347244),(0.0147433,0.01510269,-0.01399072),(0.01440235,0.01538283,-0.01406147),(0.01496308,0.01545089,-0.0140092),(0.0146234,0.01573031,-0.01408694),(0.01406132,0.0156655,-0.01412991),(0.01372057,0.0159504,-0.0141972),(0.01428299,0.01601248,-0.01416011),(0.01394221,0.01629721,-0.01422949),(0.01484109,0.01607666,-0.01409474),(0.01450255,0.01635856,-0.01417675),(0.01416284,0.01664329,-0.01425249),(0.01471805,0.01670416,-0.01416794),(0.01438102,0.01698916,-0.01425444),(0.0150529,0.01642201,-0.0140731),(0.01517807,0.01579762,-0.01400603),(0.01538511,0.01614266,-0.01396987),(0.01338043,0.01623723,-0.01426449),(0.01304051,0.01652609,-0.01433087),(0.01360142,0.01658432,-0.01429589),(0.01326028,0.01687372,-0.01435876),(0.01270042,0.01681707,-0.01439545),(0.01235977,0.01711028,-0.0144573),(0.01291848,0.0171653,-0.01441758),(0.01257567,0.01745896,-0.01447181),(0.01348097,0.0172208,-0.0143863),(0.01313851,0.01751308,-0.01444418),(0.01279481,0.01780737,-0.01449592),(0.01335986,0.01786059,-0.01446529),(0.01301631,0.0181554,-0.01452015),(0.01370188,0.01756772,-0.01440288),(0.01382236,0.01693078,-0.01432237),(0.01404228,0.01727713,-0.01433268),(0.01201817,0.01740582,-0.01451551),(0.01167728,0.01770329,-0.01457529),(0.01223151,0.01775462,-0.01452091),(0.01188727,0.01805191,-0.01456963),(0.01133877,0.01800226,-0.01464181),(0.0110043,0.01830235,-0.01472027),(0.01154418,0.01835047,-0.01462274),(0.01120351,0.01864996,-0.014685),(0.01210411,0.01840095,-0.01458467),(0.01175879,0.01869966,-0.01462968),(0.01141461,0.01899928,-0.01468044),(0.01197894,0.01904866,-0.01465339),(0.01163276,0.0193487,-0.01469787),(0.01232529,0.01874964,-0.01461105),(0.01244973,0.01810342,-0.01454141),(0.01267127,0.01845181,-0.01456768),(0.01067554,0.01860315,-0.01481586),(0.01035395,0.0189049,-0.01492869),(0.01086651,0.01895,-0.01476114),(0.0105345,0.01925071,-0.01485218),(0.01004099,0.01920785,-0.01505886),(0.009738137,0.01951225,-0.01520647),(0.01020883,0.01955221,-0.01495909),(0.009890827,0.0198546,-0.01508288),(0.01073329,0.01960029,-0.01481304),(0.01039828,0.01990152,-0.01489853),(0.01006847,0.02020313,-0.01499928),(0.01060173,0.02025264,-0.01487293),(0.01026315,0.0205544,-0.01495344),(0.01094338,0.01995094,-0.01480515),(0.01107242,0.01929951,-0.01474095),(0.01128732,0.01964954,-0.01474762),(0.009446855,0.01981835,-0.01537161),(0.009167485,0.02012597,-0.01555274),(0.009581826,0.02015799,-0.01522451),(0.009282854,0.02046241,-0.01538313),(0.00890037,0.02043492,-0.01574829),(0.008645851,0.02074502,-0.0159567),(0.008994944,0.02076788,-0.01555785),(0.008719122,0.02107441,-0.01574778),(0.009429107,0.02080743,-0.01525195),(0.009122462,0.02111034,-0.01540378),(0.008826443,0.02141394,-0.01557255),(0.009276854,0.02145897,-0.01528956),(0.008963252,0.0217607,-0.01543579),(0.009599106,0.02115743,-0.01516096),(0.009744928,0.02050506,-0.0151171),(0.009928403,0.02085595,-0.01504919),(0.008404274,0.02105608,-0.01617641),(0.008172027,0.02136699,-0.01640461),(0.008456419,0.02138203,-0.01595206),(0.008204467,0.02169009,-0.01616796),(0.007945501,0.02167664,-0.01663846),(0.007721086,0.02198392,-0.01687517),(0.007960901,0.02199794,-0.01639279),(0.007723355,0.02230492,-0.01662382),(0.008269569,0.02202332,-0.01595826),(0.008006553,0.02232863,-0.01617024),(0.007752383,0.02263403,-0.01639166),(0.008084138,0.02266812,-0.0159769),(0.007811802,0.0229716,-0.0161846),(0.008366853,0.0223652,-0.01578151),(0.008542505,0.02171834,-0.0157582),(0.008659905,0.02206275,-0.01560045),(0.007495174,0.02228772,-0.01711191),(0.007263457,0.02258551,-0.01734474),(0.007489461,0.0226104,-0.01685836),(0.007254542,0.02291212,-0.01709239),(0.007021633,0.02287481,-0.01756969),(0.006765391,0.02315307,-0.01778283),(0.007013926,0.02320786,-0.01732188),(0.006762939,0.02349537,-0.01754283),(0.007262753,0.02324268,-0.01685128),(0.007018147,0.02354242,-0.01708133),(0.006767576,0.0238368,-0.0173061),(0.007041125,0.02388126,-0.01685306),(0.006786179,0.02418039,-0.01707751),(0.007294345,0.02357932,-0.01662673),(0.007505974,0.0229393,-0.01662003),(0.007549888,0.02327571,-0.01640256),(0.006490427,0.0234178,-0.0179802),(0.006197792,0.0236687,-0.0181586),(0.006496901,0.0237724,-0.01775122),(0.006215582,0.02403763,-0.01794359),(0.005888535,0.02390545,-0.01831487),(0.005563704,0.02412775,-0.0184458),(0.005918746,0.0242897,-0.01811649),(0.00560616,0.02452728,-0.01826646),(0.006233308,0.02440189,-0.01772404),(0.005946582,0.02466808,-0.01791007),(0.005644775,0.02492036,-0.01807609),(0.005976276,0.02504232,-0.01770067),(0.005682605,0.02530801,-0.01787954),(0.00625636,0.02476386,-0.01750494),(0.006506468,0.02412404,-0.01752152),(0.006525459,0.02447557,-0.01729601),(0.005224351,0.02433529,-0.01854821),(0.004873222,0.02453007,-0.01862369),(0.005277589,0.02474904,-0.01839005),(0.004935719,0.02495684,-0.01848785),(0.004513061,0.02471407,-0.01867381),(0.004146614,0.02488926,-0.01870017),(0.004583235,0.02515252,-0.01856044),(0.004222822,0.02533796,-0.01860841),(0.004993748,0.02537796,-0.01833694),(0.004649275,0.02558642,-0.01843102),(0.004295329,0.02578345,-0.01850035),(0.004711662,0.02601548,-0.0182883),(0.004364061,0.02622531,-0.0183778),(0.005048491,0.02579343,-0.0181746),(0.005326372,0.02515646,-0.0182185),(0.00537274,0.02555799,-0.01803793),(0.003776627,0.02505764,-0.01870435),(0.003403611,0.02521988,-0.01869052),(0.003857167,0.02551502,-0.01863235),(0.003487155,0.02568459,-0.01863635),(0.003028075,0.02537663,-0.01866288),(0.002650529,0.02552859,-0.0186256),(0.003113677,0.02584752,-0.01862451),(0.002737621,0.02600474,-0.01860093),(0.003567432,0.02614889,-0.01856747),(0.003196077,0.02631929,-0.018573),(0.002821517,0.02648279,-0.01856501),(0.003274346,0.02679211,-0.01850764),(0.002901202,0.02696319,-0.01851638),(0.003643683,0.02661271,-0.01848396),(0.003934281,0.02597061,-0.01854455),(0.004007495,0.02642409,-0.01844185),(0.002271485,0.02567641,-0.01858288),(0.001890829,0.02582027,-0.01854055),(0.002359874,0.02615708,-0.01856972),(0.001980319,0.02630487,-0.01853571),(0.001508449,0.02596031,-0.01850446),(0.001124235,0.02609669,-0.01848045),(0.001598838,0.02644837,-0.01850379),(0.001215314,0.02658788,-0.01847879),(0.002066618,0.0267926,-0.01852407),(0.001686168,0.0269399,-0.01849919),(0.001303641,0.0270828,-0.01847675),(0.001769298,0.02743533,-0.01848792),(0.001387882,0.02758175,-0.01847172),(0.002148665,0.02728397,-0.01850307),(0.00244505,0.0266404,-0.01854735),(0.00252597,0.02712687,-0.01851371),(0.0007380743,0.02622957,-0.01847436),(0.0003555526,0.02635954,-0.01849521),(0.0008296278,0.02672367,-0.01846557),(0.000446191,0.02685578,-0.01847401),(-1.77436e-5,0.02648721,-0.01855201),(-0.0003762284,0.02661317,-0.01865376),(6.941516e-5,0.02698421,-0.01851394),(-0.0002962886,0.02710901,-0.01859524),(0.0005353698,0.02735636,-0.01846118),(0.0001559823,0.02748586,-0.01848785),(-0.000216002,0.02760974,-0.0185507),(0.0002396166,0.02799183,-0.01847344),(-0.0001376442,0.02811505,-0.01852069),(0.0006209913,0.02786113,-0.01845551),(0.0009189823,0.02722182,-0.01846077),(0.00100443,0.02772406,-0.01845792),(-0.0007143155,0.026738,-0.01880948),(-0.001043257,0.02685739,-0.01899564),(-0.0006465089,0.02723017,-0.01872777),(-0.0009900206,0.02734468,-0.01889034),(-0.001374305,0.026967,-0.01918871),(-0.001718711,0.0270625,-0.01936517),(-0.001335597,0.02744946,-0.01906176),(-0.001692015,0.02754148,-0.01922085),(-0.0009346004,0.02783708,-0.01879649),(-0.001293965,0.02793691,-0.01894319),(-0.001661874,0.02802507,-0.0190816),(-0.001249476,0.02842974,-0.01883478),(-0.00162763,0.0285137,-0.01894908),(-0.0008779319,0.02833479,-0.01871571),(-0.0005774046,0.02772742,-0.01865962),(-0.0005087409,0.02822962,-0.01860623),(-0.002087728,0.02713956,-0.0195015),(-0.002464193,0.02719332,-0.01958228),(-0.002068046,0.02761769,-0.01934641),(-0.002448041,0.02767226,-0.0194217),(-0.002830943,0.02721889,-0.01959214),(-0.003170817,0.02721143,-0.01951566),(-0.002816346,0.02769939,-0.01942993),(-0.003157312,0.02769325,-0.01935434),(-0.002428385,0.02815438,-0.0192612),(-0.002798864,0.0281824,-0.01926645),(-0.003142074,0.02817725,-0.01919138),(-0.002777516,0.02866709,-0.01910187),(-0.003124456,0.02866231,-0.01902663),(-0.0024041,0.0286393,-0.01910147),(-0.002044701,0.02809975,-0.01919359),(-0.002016654,0.02858585,-0.01904425),(-0.003466652,0.02716604,-0.01933746),(-0.003734936,0.02709248,-0.01908823),(-0.003455283,0.02764802,-0.01917817),(-0.003727012,0.02757378,-0.01893264),(-0.003992155,0.02700051,-0.01879867),(-0.0042548,0.02689985,-0.0184995),(-0.004258736,0.02737862,-0.01835837),(-0.003989246,0.02748062,-0.01864896),(-0.003989998,0.02796391,-0.01850143),(-0.003721074,0.02805788,-0.01877759),(-0.004267296,0.02786059,-0.0182208),(-0.004281497,0.02834577,-0.01808753),(-0.003995135,0.02845,-0.01835667),(-0.003717411,0.02854401,-0.01862335),(-0.003443955,0.02813237,-0.019018),(-0.00343247,0.02861803,-0.01885689),(-0.004539356,0.02680027,-0.01822141),(-0.004842835,0.02670629,-0.01798767),(-0.004865752,0.02718264,-0.01787089),(-0.004552232,0.02727786,-0.01809208),(-0.005162248,0.02662244,-0.01782154),(-0.005494606,0.02655324,-0.01774632),(-0.00553695,0.02702592,-0.01764693),(-0.005195318,0.02709723,-0.01771557),(-0.00523114,0.02757226,-0.01761188),(-0.004892292,0.02766052,-0.01775797),(-0.005581659,0.02749754,-0.01754675),(-0.005628712,0.02796831,-0.01744528),(-0.00527027,0.02804791,-0.01751028),(-0.004923377,0.0281403,-0.01764913),(-0.004569535,0.02775804,-0.01796696),(-0.004592347,0.02824106,-0.01784661),(-0.005836922,0.02650322,-0.01778524),(-0.006188021,0.02646259,-0.01789263),(-0.006242433,0.02692758,-0.01778585),(-0.005886668,0.026973,-0.01768574),(-0.006546732,0.02642157,-0.01802279),(-0.006911882,0.02637035,-0.01813003),(-0.006963952,0.02681572,-0.01798538),(-0.006602207,0.02687879,-0.01790112),(-0.006662078,0.027332,-0.01776393),(-0.00630078,0.0273894,-0.01766816),(-0.007019665,0.0272564,-0.01782256),(-0.007076803,0.02769202,-0.01764183),(-0.006724239,0.02778079,-0.01761102),(-0.006361502,0.02784775,-0.01753905),(-0.005939422,0.02744058,-0.01758064),(-0.005994391,0.02790593,-0.01746934),(-0.007282299,0.02629915,-0.01816864),(-0.007635842,0.02620128,-0.01814171),(-0.007666103,0.02660985,-0.01793052),(-0.007325631,0.02672751,-0.01799248),(-0.007950371,0.02607003,-0.0180523),(-0.008203745,0.0258987,-0.0179035),(-0.00819888,0.02626891,-0.01763172),(-0.00796423,0.02645841,-0.01780756),(-0.007973047,0.02684135,-0.01755144),(-0.007693951,0.02701284,-0.01770429),(-0.008188381,0.02663436,-0.01735213),(-0.008174029,0.0269966,-0.01706685),(-0.007977322,0.02721997,-0.01728586),(-0.007718668,0.02741085,-0.01746451),(-0.007369889,0.02715061,-0.01779868),(-0.007413387,0.02756845,-0.01758808),(-0.008373826,0.0256806,-0.01769839),(-0.008478863,0.02542634,-0.01745227),(-0.008436639,0.02577301,-0.017158),(-0.008348911,0.02603704,-0.01741106),(-0.008537107,0.02514653,-0.01718046),(-0.008566809,0.02485178,-0.01689827),(-0.008514451,0.02518937,-0.01660424),(-0.008484379,0.02548704,-0.01688492),(-0.008439734,0.02582799,-0.01658751),(-0.00839654,0.02611816,-0.0168602),(-0.008475916,0.02552916,-0.01631028),(-0.008455161,0.0258719,-0.01601719),(-0.008407325,0.02617051,-0.01628916),(-0.008362327,0.02646324,-0.01656026),(-0.00832115,0.02639012,-0.0171184),(-0.008293462,0.02674148,-0.01682224),(-0.00858622,0.0245527,-0.01662102),(-0.008614507,0.02425365,-0.01635412),(-0.008603202,0.02459342,-0.01606465),(-0.008549166,0.0248902,-0.01632834),(-0.008670834,0.02395895,-0.01610303),(-0.008774368,0.02367293,-0.01587317),(-0.00882793,0.02402249,-0.01560357),(-0.008691232,0.02430289,-0.01582058),(-0.008733799,0.02465153,-0.01554716),(-0.008612879,0.02493748,-0.01578112),(-0.008903105,0.02437677,-0.01534561),(-0.008998765,0.02473546,-0.01510116),(-0.008798654,0.02500477,-0.01528477),(-0.008645141,0.02528599,-0.01550519),(-0.008530276,0.02523117,-0.01603849),(-0.008532537,0.02557604,-0.0157526),(-0.008944276,0.02339995,-0.01566998),(-0.009170173,0.02314121,-0.01550045),(-0.009280091,0.02350413,-0.01527648),(-0.009027968,0.02375609,-0.01542104),(-0.009441676,0.02289794,-0.01537158),(-0.009748403,0.02267132,-0.01529036),(-0.009895544,0.02304534,-0.01511527),(-0.009573036,0.02326706,-0.01517339),(-0.009715919,0.02363866,-0.01498778),(-0.009405625,0.02387073,-0.01506629),(-0.01005029,0.02342003,-0.01494952),(-0.01021055,0.02379411,-0.01478928),(-0.0098682,0.02401179,-0.01481257),(-0.009544685,0.02424033,-0.01486941),(-0.009130866,0.02411664,-0.01518544),(-0.009251158,0.0244811,-0.01496416),(-0.01007997,0.02246258,-0.01526379),(-0.01042974,0.02226675,-0.0152766),(-0.01058984,0.02264347,-0.0151279),(-0.01023635,0.02283939,-0.01510563),(-0.01079109,0.02207885,-0.01531349),(-0.01115738,0.02189394,-0.0153592),(-0.01131231,0.02225867,-0.01520207),(-0.01095037,0.02245181,-0.01516556),(-0.01110861,0.02281704,-0.01500726),(-0.01075175,0.02301557,-0.01497598),(-0.01146273,0.02261253,-0.0150283),(-0.0116052,0.02295263,-0.01483205),(-0.0112631,0.02317179,-0.01483217),(-0.01091317,0.02338071,-0.01481468),(-0.01039727,0.02321445,-0.01495116),(-0.0105606,0.02358595,-0.01479518),(-0.01152197,0.02170702,-0.01539845),(-0.01187864,0.02151188,-0.0154224),(-0.01201573,0.02184539,-0.01521701),(-0.01167004,0.02205826,-0.01522087),(-0.01222115,0.0213023,-0.01542221),(-0.01254326,0.02107203,-0.01538905),(-0.01263972,0.02136147,-0.01512139),(-0.01234156,0.02161486,-0.01518551),(-0.0124421,0.02190942,-0.01492558),(-0.01213844,0.02216262,-0.01498849),(-0.01271098,0.0216322,-0.01483262),(-0.01275057,0.02188364,-0.01452532),(-0.01251633,0.02218452,-0.01464276),(-0.01224114,0.02246138,-0.01473476),(-0.011809,0.02239569,-0.01502239),(-0.01193433,0.02271662,-0.01479872),(-0.01283874,0.02081486,-0.01531408),(-0.01309936,0.02053177,-0.01520622),(-0.0131236,0.02077297,-0.01489066),(-0.01290237,0.02108003,-0.01501969),(-0.01331685,0.02022375,-0.01507439),(-0.01348299,0.01989176,-0.01492752),(-0.01341808,0.02009182,-0.01459158),(-0.01329748,0.02044275,-0.01474454),(-0.01324229,0.02064759,-0.01441026),(-0.01311433,0.02099764,-0.01456421),(-0.01331678,0.02028058,-0.01425749),(-0.01317917,0.02046054,-0.01393085),(-0.01314939,0.02084035,-0.01407739),(-0.01306766,0.02120711,-0.01423224),(-0.01293615,0.02132706,-0.01470858),(-0.01293453,0.02155635,-0.01438501),(-0.01358953,0.01953679,-0.01477453),(-0.01363998,0.01916462,-0.01462438),(-0.01348684,0.0193405,-0.01430264),(-0.01347949,0.01972263,-0.01444202),(-0.01363786,0.018781,-0.01448604),(-0.01358668,0.01839172,-0.01436846),(-0.01336,0.01855868,-0.01408153),(-0.01344529,0.01895074,-0.01418022),(-0.01322556,0.01911767,-0.01388756),(-0.01330201,0.0195111,-0.01399193),(-0.0131116,0.01872447,-0.01380774),(-0.01284636,0.01888959,-0.01354576),(-0.01298271,0.01928322,-0.01360906),(-0.0130885,0.01967854,-0.01369528),(-0.01333455,0.01990024,-0.01411664),(-0.01315643,0.02007213,-0.01380301),(-0.01348996,0.01800253,-0.0142806),(-0.01335579,0.017615,-0.01421995),(-0.01308174,0.01778362,-0.01397057),(-0.0132361,0.01816964,-0.01401335),(-0.01319226,0.01723067,-0.014184),(-0.01300747,0.01685108,-0.01417023),(-0.01271405,0.01702081,-0.01394091),(-0.01290501,0.01740067,-0.01394812),(-0.01261504,0.01756834,-0.01371296),(-0.01279834,0.01795105,-0.01372741),(-0.01242461,0.01718664,-0.01370636),(-0.01214616,0.01734599,-0.01345831),(-0.01232895,0.01773132,-0.01347081),(-0.01251174,0.01811568,-0.01348438),(-0.01296652,0.018336,-0.01375668),(-0.01268679,0.01850109,-0.01350678),(-0.0128095,0.01647779,-0.01417612),(-0.01260563,0.01610736,-0.014193),(-0.01232092,0.0162676,-0.01395009),(-0.01251697,0.01664406,-0.01394383),(-0.01240315,0.01573634,-0.01421217),(-0.01220933,0.0153613,-0.01422494),(-0.01196047,0.01550429,-0.01394541),(-0.01213304,0.01588862,-0.01395289),(-0.01188591,0.01603281,-0.01367428),(-0.0120532,0.01642072,-0.01369142),(-0.01174001,0.01563913,-0.01364486),(-0.01155517,0.01576696,-0.01332257),(-0.01166935,0.01616889,-0.0133732),(-0.01181009,0.01656553,-0.01341142),(-0.01223505,0.01680472,-0.01370064),(-0.01197112,0.01695764,-0.01343915),(-0.01203146,0.01497878,-0.01422263),(-0.01187655,0.01458927,-0.01420554),(-0.01168846,0.01471276,-0.01388146),(-0.01181035,0.01511181,-0.01392087),(-0.01175158,0.01419322,-0.01417398),(-0.01166359,0.01379112,-0.01412827),(-0.0115525,0.01390135,-0.01376692),(-0.01160059,0.01430874,-0.01382941),(-0.01148905,0.01442205,-0.01347068),(-0.01153726,0.01483136,-0.01353949),(-0.01148204,0.01401231,-0.01339588),(-0.01145441,0.01412716,-0.01302008),(-0.01142068,0.01453627,-0.01310209),(-0.01142807,0.01494782,-0.01318271),(-0.01162235,0.01523786,-0.01359873),(-0.01147382,0.015359,-0.01325765),(-0.01161958,0.01338343,-0.0140687),(-0.01162095,0.01297488,-0.01400112),(-0.0115929,0.01308565,-0.01362268),(-0.01154999,0.01349216,-0.0136962),(-0.0116691,0.0125702,-0.01393138),(-0.01176545,0.01217412,-0.01386531),(-0.01181429,0.0122984,-0.0134889),(-0.01168105,0.01268624,-0.01355177),(-0.0117285,0.0128108,-0.01317559),(-0.01160319,0.0132027,-0.01324365),(-0.01189507,0.01243282,-0.01311915),(-0.01200514,0.01257792,-0.01275886),(-0.0118097,0.01294528,-0.01280661),(-0.01165123,0.01332823,-0.01286858),(-0.01152056,0.01360453,-0.01331864),(-0.01153203,0.01372333,-0.01294099),(-0.01191141,0.01179138,-0.01380877),(-0.01210264,0.01142653,-0.01376536),(-0.01221129,0.01157483,-0.01340636),(-0.01199247,0.01192656,-0.01343948),(-0.01233482,0.01108415,-0.0137387),(-0.01260363,0.01076881,-0.01373239),(-0.01275364,0.01094809,-0.01340046),(-0.01246645,0.0112473,-0.0133924),(-0.01261766,0.0114208,-0.01305626),(-0.0123437,0.01173418,-0.01305733),(-0.01291934,0.01113623,-0.01307797),(-0.01309733,0.01132998,-0.01276273),(-0.01278495,0.01160252,-0.01272949),(-0.01249638,0.01190344,-0.01271878),(-0.01210149,0.01207273,-0.01307901),(-0.01223524,0.01222961,-0.01272907),(-0.01290474,0.01048509,-0.01375006),(-0.01323218,0.01023191,-0.01379036),(-0.01340572,0.01044367,-0.0134879),(-0.01306858,0.01068127,-0.01343339),(-0.01357993,0.01000821,-0.01385195),(-0.01394201,0.009812947,-0.01393351),(-0.01412443,0.01004325,-0.01364848),(-0.01375952,0.01023206,-0.01356069),(-0.01394551,0.01045556,-0.01327192),(-0.01358846,0.01065899,-0.013191),(-0.01431061,0.0102684,-0.01336219),(-0.01413534,0.01067195,-0.01297974),(-0.01449806,0.01048141,-0.01306868),(-0.0137776,0.01087201,-0.0128946),(-0.01324467,0.01088408,-0.01312462),(-0.01342991,0.01108891,-0.01282002),(-0.01431243,0.009645044,-0.01403369),(-0.01468784,0.009493762,-0.01414366),(-0.01449491,0.009874042,-0.01374799),(-0.0148674,0.009714412,-0.01385162),(-0.01506487,0.00934836,-0.01425456),(-0.01544016,0.009198094,-0.01435755),(-0.01523833,0.009554352,-0.01395183),(-0.01560415,0.009383851,-0.01404103),(-0.01504544,0.009918117,-0.01354952),(-0.01540734,0.009737736,-0.01363525),(-0.01576034,0.009542359,-0.01370817),(-0.01556843,0.009895549,-0.01330378),(-0.01590495,0.009672586,-0.01335987),(-0.01521891,0.01010009,-0.01323421),(-0.01467856,0.01009213,-0.01345661),(-0.01486068,0.01029309,-0.01315467),(-0.01581035,0.009032228,-0.01444378),(-0.016171,0.008847154,-0.01451314),(-0.01596129,0.00919289,-0.01411167),(-0.01630492,0.008979386,-0.01416498),(-0.01651765,0.008639273,-0.0145655),(-0.01684586,0.00840498,-0.01460075),(-0.01693225,0.00847635,-0.01422471),(-0.01663019,0.008741236,-0.01420225),(-0.01672267,0.008811676,-0.01382516),(-0.01642296,0.009080031,-0.01380083),(-0.0169947,0.00851759,-0.01383789),(-0.01679179,0.008854053,-0.01343825),(-0.01703072,0.008533119,-0.01344451),(-0.01652136,0.0091513,-0.01342407),(-0.01610053,0.009323359,-0.01376259),(-0.01622417,0.009424323,-0.01339895),(-0.01715117,0.008140677,-0.01461875),(-0.01742962,0.007848782,-0.01462456),(-0.01720626,0.008182634,-0.01423364),(-0.01744973,0.007863357,-0.01423416),(-0.01767726,0.00753172,-0.01462322),(-0.01789012,0.007191912,-0.01461979),(-0.01766017,0.007521788,-0.01423138),(-0.01783509,0.007161198,-0.01423043),(-0.01744006,0.007853906,-0.01384036),(-0.01761174,0.007491876,-0.01383994),(-0.01774832,0.007114766,-0.01384498),(-0.01753338,0.007447433,-0.01345215),(-0.01763219,0.007057915,-0.01346609),(-0.01740073,0.007825809,-0.01344694),(-0.0172341,0.008197073,-0.01384132),(-0.01723344,0.008189037,-0.0134459),(-0.01806424,0.006831783,-0.01461931),(-0.01820469,0.006455155,-0.01462335),(-0.017972,0.006784855,-0.01423643),(-0.0180773,0.006396017,-0.01424968),(-0.01831651,0.006065852,-0.01463349),(-0.01840476,0.005667695,-0.01465129),(-0.01815741,0.005997943,-0.01427046),(-0.01821873,0.005593889,-0.01429908),(-0.01792121,0.006329153,-0.01388506),(-0.01797254,0.005925623,-0.0139178),(-0.01801046,0.005518264,-0.01395747),(-0.01776506,0.005852879,-0.01357593),(-0.01778378,0.005444349,-0.01362569),(-0.01773934,0.006259045,-0.01353083),(-0.01784898,0.006726364,-0.01386041),(-0.01769795,0.006661254,-0.01349327),(-0.01847452,0.005264512,-0.01467833),(-0.01853213,0.00485793,-0.01471014),(-0.01826768,0.005187113,-0.0143358),(-0.01831125,0.00477907,-0.01437502),(-0.01858399,0.004449584,-0.01474222),(-0.01863647,0.004041102,-0.01477011),(-0.01835643,0.004371212,-0.0144111),(-0.01841021,0.003964994,-0.01443842),(-0.01807611,0.004701127,-0.01404774),(-0.01811891,0.00429458,-0.01408546),(-0.01817837,0.003891532,-0.01410967),(-0.01787977,0.004222475,-0.01375988),(-0.01794972,0.003823368,-0.01377793),(-0.01783374,0.004627063,-0.01372416),(-0.01804247,0.00510956,-0.01400293),(-0.01780421,0.005035049,-0.01367727),(-0.01869594,0.003634118,-0.01478932),(-0.01877258,0.003235754,-0.0147949),(-0.01847958,0.003561869,-0.01445134),(-0.01857284,0.003169692,-0.01444681),(-0.01887657,0.002853132,-0.01478188),(-0.0190181,0.002493373,-0.0147453),(-0.01869828,0.002796318,-0.01442177),(-0.0188642,0.0024496,-0.01437317),(-0.01837581,0.003109226,-0.01409731),(-0.01852554,0.002746865,-0.01405887),(-0.01871712,0.002414964,-0.01399768),(-0.0183618,0.002707062,-0.01369092),(-0.01857851,0.002391653,-0.01361807),(-0.01818715,0.003056755,-0.01374249),(-0.01826205,0.003493598,-0.01411393),(-0.01805098,0.003431826,-0.01377181),(-0.01920736,0.002163602,-0.01468022),(-0.01944145,0.001878896,-0.01459919),(-0.01907888,0.002137394,-0.01429795),(-0.01933732,0.001873155,-0.0142088),(-0.01971751,0.001654335,-0.0145148),(-0.02003265,0.001504999,-0.01443961),(-0.0196345,0.001670339,-0.01411845),(-0.0199654,0.001542403,-0.01403959),(-0.0192371,0.001879542,-0.0138167),(-0.01955276,0.001699328,-0.0137218),(-0.01989705,0.001592983,-0.01364057),(-0.01947361,0.001742885,-0.01332526),(-0.01982955,0.001657714,-0.0132427),(-0.01914164,0.001899984,-0.0134233),(-0.01895643,0.002121972,-0.01391281),(-0.01884086,0.002119434,-0.01352488),(-0.02038398,0.001445966,-0.01438621),(-0.02075472,0.001468906,-0.01435199),(-0.0206988,0.001542461,-0.01395108),(-0.02032501,0.001502802,-0.01398493),(-0.0211281,0.001565485,-0.01433436),(-0.02148731,0.001727374,-0.01433073),(-0.02143095,0.001823254,-0.01393226),(-0.0210723,0.001652304,-0.01393465),(-0.02101463,0.001747466,-0.01353693),(-0.02064019,0.001626957,-0.01355228),(-0.0213747,0.001923783,-0.01353521),(-0.02132181,0.002025606,-0.01313856),(-0.02095826,0.00184865,-0.01314029),(-0.02058177,0.001721248,-0.01315501),(-0.0202636,0.001572161,-0.01358545),(-0.02020224,0.001654052,-0.01318755),(-0.02181558,0.00194624,-0.0143385),(-0.02212289,0.002204565,-0.01435445),(-0.02176025,0.002046237,-0.01394052),(-0.02207103,0.002303065,-0.01395639),(-0.02241924,0.002484831,-0.01437538),(-0.02271462,0.002769519,-0.01439808),(-0.02237408,0.002575547,-0.01397683),(-0.02268023,0.002845496,-0.01399882),(-0.02202593,0.002396308,-0.01355766),(-0.02233867,0.002656871,-0.01357663),(-0.02265721,0.002909869,-0.0135973),(-0.02231479,0.002725571,-0.01317453),(-0.02264599,0.002961657,-0.01319352),(-0.02199024,0.002480148,-0.0131577),(-0.0217082,0.002146005,-0.01354299),(-0.02166253,0.002241465,-0.01314504),(-0.023019,0.003041113,-0.01441932),(-0.02333413,0.003297057,-0.01443993),(-0.0233338,0.003323601,-0.01403923),(-0.02300029,0.003094725,-0.01401931),(-0.02366173,0.003534798,-0.0144607),(-0.02400353,0.003751781,-0.01448245),(-0.02403922,0.003721777,-0.0140811),(-0.02368026,0.003532495,-0.01405952),(-0.02370428,0.003524965,-0.01365728),(-0.02334205,0.003341814,-0.01363677),(-0.02407699,0.003689041,-0.01367942),(-0.02411009,0.003667655,-0.01327694),(-0.02372831,0.003523736,-0.01325374),(-0.02335532,0.003359154,-0.01323251),(-0.02299235,0.003137483,-0.01361706),(-0.02299369,0.003172322,-0.01321264),(-0.02436127,0.003945453,-0.014506),(-0.02473095,0.004121641,-0.01453088),(-0.02479017,0.004047426,-0.01413039),(-0.02441019,0.003891818,-0.01410491),(-0.0251086,0.004286173,-0.01455665),(-0.02549023,0.004444878,-0.01458287),(-0.02517616,0.004193414,-0.01415697),(-0.02556516,0.004334591,-0.01418412),(-0.02484566,0.003970517,-0.01373052),(-0.02523738,0.004096404,-0.01375824),(-0.02563122,0.004218047,-0.01378658),(-0.02568397,0.004100237,-0.01338909),(-0.0252866,0.004004016,-0.01335944),(-0.02489079,0.003903025,-0.01333044),(-0.02445816,0.003836144,-0.01370404),(-0.02449811,0.003792495,-0.01330272),(0.03570516,0.002087366,-0.0003322381),(0.03544648,0.002295425,-0.0005870477),(0.03518592,0.002491241,-0.0008447721),(0.03513526,0.00227699,-0.0003144394),(0.03487482,0.002471541,-0.0005730929),(0.03539382,0.002070895,-5.858545e-5),(0.03492161,0.002662573,-0.001108326),(0.03465167,0.002797176,-0.001380626),(0.03461064,0.002643004,-0.0008373455),(0.03434082,0.002779834,-0.001109997),(0.03456409,0.002452017,-0.0003013591),(0.03430073,0.00262536,-0.0005658919),(0.03403184,0.002766864,-0.0008386989),(0.03399305,0.002618828,-0.0002930204),(0.03372661,0.002769385,-0.0005654072),(0.03425407,0.002439293,-2.932702e-5),(0.03508162,0.002052263,0.0002139163),(0.03482378,0.002257447,-4.234235e-5),(0.03451148,0.002240441,0.0002285707),(0.03476709,0.002031929,0.0004835706),(0.03437424,0.002882809,-0.001664585),(0.03409086,0.002930337,-0.001956826),(0.03406348,0.002870485,-0.001393847),(0.03378021,0.002924811,-0.001685749),(0.03380308,0.002950628,-0.002253972),(0.03351245,0.002954545,-0.002552647),(0.03349252,0.002952661,-0.001982554),(0.03320197,0.002963887,-0.002281116),(0.03347351,0.002930956,-0.001414447),(0.03318705,0.002970439,-0.001711462),(0.03289774,0.002992807,-0.00201062),(0.03288976,0.003016888,-0.001440401),(0.03260305,0.003054374,-0.001741583),(0.03317354,0.002961503,-0.001142026),(0.03375561,0.002865913,-0.001122538),(0.03345297,0.002881306,-0.0008493852),(0.03322053,0.002952955,-0.002849473),(0.03292802,0.002947004,-0.003145279),(0.03291012,0.002968341,-0.002578286),(0.0326177,0.002967125,-0.002874783),(0.03263567,0.002937839,-0.003440895),(0.0323442,0.002926605,-0.00373715),(0.03232539,0.002961344,-0.003171322),(0.03203394,0.0029521,-0.00346862),(0.03231566,0.00301281,-0.002606992),(0.03202423,0.003012982,-0.002905244),(0.03173343,0.003008293,-0.00320423),(0.03173619,0.003106734,-0.002645234),(0.03144682,0.003109009,-0.002947188),(0.03202571,0.003097841,-0.002343788),(0.03260705,0.003006508,-0.002308957),(0.03231486,0.003080873,-0.002042641),(0.03205434,0.002914449,-0.004034875),(0.03176564,0.002902393,-0.004333758),(0.03174404,0.002940499,-0.003767394),(0.03145531,0.002927149,-0.004067541),(0.03147763,0.00289146,-0.004633486),(0.03118986,0.00288267,-0.004933749),(0.03116733,0.002912663,-0.004368958),(0.03087968,0.002897651,-0.004671543),(0.03115528,0.002988359,-0.003805811),(0.03086712,0.002973556,-0.004108115),(0.03057899,0.002955822,-0.004411232),(0.03058115,0.003084235,-0.003855968),(0.03029179,0.003064927,-0.004158699),(0.03086978,0.003097915,-0.003552906),(0.03144392,0.003000012,-0.003504467),(0.03115819,0.003106121,-0.003249863),(0.03090188,0.002877047,-0.005234235),(0.03061318,0.002882897,-0.005530894),(0.03059198,0.002882723,-0.004975195),(0.03030363,0.002875284,-0.005276744),(0.0303233,0.002908525,-0.005819671),(0.03003173,0.002962236,-0.006096519),(0.03001406,0.002882738,-0.005573022),(0.02972271,0.002912491,-0.00586086),(0.03000108,0.002918343,-0.005017424),(0.02971023,0.002910829,-0.005316398),(0.02941739,0.002918952,-0.00560989),(0.0294153,0.002992749,-0.005059319),(0.02911931,0.002980978,-0.005354102),(0.02970917,0.003014071,-0.004761245),(0.03029049,0.00293538,-0.004715019),(0.03000123,0.003039835,-0.004460747),(0.029738,0.003052337,-0.006357383),(0.02944364,0.003177548,-0.006594064),(0.02942899,0.002971945,-0.006137089),(0.02913464,0.003062924,-0.006394945),(0.02915021,0.003336584,-0.006798364),(0.02885924,0.003528168,-0.006962082),(0.02884141,0.003187255,-0.006627659),(0.02855103,0.00334676,-0.006828468),(0.02882612,0.003005299,-0.006169517),(0.02853159,0.00309321,-0.006426118),(0.02824041,0.0032174,-0.006660894),(0.02822489,0.003061104,-0.006202564),(0.02793135,0.003149164,-0.006464327),(0.02852209,0.003008294,-0.005928453),(0.02912204,0.002948828,-0.005895851),(0.02882089,0.002983873,-0.005644722),(0.02857226,0.003751015,-0.00707702),(0.028288,0.003999123,-0.00715105),(0.02826525,0.003543263,-0.006990605),(0.02798274,0.003770777,-0.007116073),(0.02800517,0.004266484,-0.007192052),(0.02772249,0.004547094,-0.007207897),(0.02770217,0.004023318,-0.00720687),(0.0274222,0.0042949,-0.007265),(0.02767263,0.003583712,-0.007047185),(0.02739344,0.003814955,-0.007191714),(0.02711565,0.004071001,-0.007299181),(0.02708064,0.003649668,-0.007130117),(0.02680363,0.00388166,-0.007288009),(0.02736025,0.003447531,-0.006935366),(0.02795452,0.003382714,-0.006869081),(0.02764348,0.003279335,-0.006711015),(0.02743866,0.004834947,-0.007206462),(0.0271549,0.005128026,-0.007195995),(0.02714151,0.004579536,-0.00729246),(0.02686075,0.004873848,-0.007298495),(0.02687243,0.005424315,-0.007184736),(0.02659245,0.005721796,-0.007180936),(0.02658056,0.00517446,-0.007292348),(0.02630158,0.005477993,-0.00728326),(0.02656041,0.004636421,-0.007401614),(0.02628305,0.004936255,-0.00741491),(0.02600593,0.005241144,-0.007415138),(0.0259802,0.004710041,-0.007526719),(0.02570667,0.005011795,-0.007552783),(0.02625389,0.004417399,-0.007478866),(0.02683796,0.004346414,-0.007366092),(0.02652821,0.004139421,-0.007401776),(0.02631619,0.006018453,-0.007192839),(0.02604391,0.00631409,-0.007220752),(0.02602447,0.00578107,-0.007280469),(0.02575037,0.006084034,-0.007285857),(0.02577592,0.006608512,-0.007264978),(0.0255125,0.006901524,-0.007325826),(0.02548044,0.00638723,-0.007301296),(0.02521585,0.006691001,-0.007328664),(0.02545416,0.00585243,-0.007406825),(0.02518282,0.006160126,-0.00740412),(0.0249167,0.006470058,-0.007406279),(0.02489031,0.005938222,-0.007558768),(0.02462468,0.006253931,-0.007548273),(0.0251602,0.005625933,-0.007565334),(0.02572908,0.005546319,-0.007411472),(0.02543283,0.005317107,-0.007564495),(0.02525393,0.007192931,-0.007403604),(0.02499897,0.007481846,-0.007498031),(0.02495772,0.006995691,-0.007369838),(0.02470496,0.007300627,-0.007425998),(0.02474637,0.007767382,-0.007608827),(0.02449488,0.008048657,-0.007735715),(0.02445645,0.007605132,-0.007498328),(0.02421108,0.007908534,-0.007588012),(0.02440425,0.007098252,-0.007436822),(0.02415629,0.007415872,-0.007470953),(0.02391276,0.007735413,-0.007521485),(0.02386062,0.007221509,-0.007531773),(0.0236153,0.007551047,-0.007546049),(0.0241103,0.006895514,-0.007530342),(0.02465745,0.006782874,-0.007416223),(0.02436484,0.006573009,-0.007537319),(0.02424326,0.008324784,-0.007878414),(0.0239912,0.008595352,-0.008035034),(0.02396772,0.008210158,-0.00769623),(0.02372601,0.008508629,-0.007821436),(0.02373838,0.008859957,-0.008203679),(0.0234845,0.009118187,-0.008382455),(0.02348552,0.008802569,-0.00796208),(0.0232459,0.009090606,-0.00811661),(0.0234364,0.008377276,-0.007679639),(0.02320326,0.008695572,-0.007785776),(0.02297325,0.00900942,-0.007908962),(0.02290472,0.008553537,-0.007694599),(0.02267799,0.008885864,-0.007781082),(0.02313684,0.008219,-0.007626943),(0.02367286,0.008056553,-0.007591296),(0.02337387,0.00788419,-0.007577599),(0.02322923,0.009369637,-0.008569471),(0.02297176,0.00961471,-0.008763054),(0.02300672,0.009371357,-0.008283481),(0.02276675,0.009645079,-0.008460613),(0.02271124,0.00985381,-0.008961542),(0.02244683,0.01008734,-0.009163261),(0.0222793,0.01017243,-0.008837353),(0.02252469,0.009912019,-0.008645929),(0.02252067,0.00961782,-0.008201898),(0.02229505,0.009912542,-0.008366936),(0.02206785,0.01020106,-0.008541209),(0.02202705,0.009857565,-0.008146538),(0.02181466,0.0101727,-0.008295316),(0.0222407,0.009537979,-0.008009565),(0.02274623,0.009316808,-0.008048454),(0.02245717,0.009214045,-0.007886908),(0.0221777,0.01031571,-0.009366544),(0.02190568,0.01054166,-0.009570968),(0.02177591,0.01067659,-0.009231622),(0.02202929,0.01042655,-0.009032803),(0.0216326,0.01076795,-0.009776106),(0.02136027,0.01099732,-0.00998153),(0.02126409,0.01117318,-0.009636709),(0.02152043,0.01092473,-0.009433145),(0.0216045,0.01076107,-0.008909555),(0.02136901,0.01103528,-0.009101946),(0.02113145,0.01130743,-0.009298694),(0.02117338,0.01109276,-0.008794934),(0.02095623,0.0113926,-0.008977199),(0.02138843,0.01078982,-0.008620123),(0.02183755,0.01048345,-0.008722364),(0.02160199,0.01048329,-0.008453381),(0.02109054,0.01123253,-0.01018682),(0.02082354,0.01147285,-0.01039209),(0.02075301,0.0116773,-0.01004784),(0.02100814,0.01142412,-0.009841656),(0.0205594,0.01171755,-0.01059745),(0.02029826,0.01196589,-0.01080304),(0.02024705,0.01218932,-0.01046336),(0.02049917,0.01193246,-0.01025512),(0.02041035,0.0121194,-0.009908284),(0.02065162,0.01184955,-0.009702302),(0.02016886,0.01238834,-0.01011647),(0.02028875,0.01227455,-0.009561993),(0.02006106,0.01256109,-0.009767034),(0.02051388,0.01198397,-0.009361494),(0.02089215,0.01157888,-0.009498958),(0.02073638,0.01168983,-0.009166309),(0.02004026,0.01221715,-0.01100897),(0.01978462,0.01247107,-0.01121488),(0.01999708,0.01244764,-0.01067241),(0.01974924,0.01270777,-0.01088221),(0.01953056,0.0127274,-0.01142043),(0.01927731,0.0129859,-0.01162528),(0.01950352,0.01297009,-0.01109269),(0.01925989,0.01323496,-0.0113038),(0.01968758,0.01292448,-0.01053814),(0.01944957,0.01319395,-0.01075167),(0.01921449,0.01346588,-0.01096702),(0.01937022,0.01340154,-0.01040368),(0.01914349,0.01368186,-0.01062213),(0.01959996,0.01312262,-0.01018816),(0.01992764,0.01265632,-0.01032642),(0.01983085,0.01284313,-0.009975852),(0.01902409,0.01324632,-0.01182908),(0.01876922,0.01350848,-0.01203093),(0.01901832,0.01350276,-0.01151545),(0.01877685,0.01377302,-0.01172671),(0.01851103,0.01377223,-0.01222993),(0.01824785,0.01403741,-0.01242519),(0.01853355,0.01404531,-0.01193661),(0.01828644,0.01431918,-0.0121442),(0.01875375,0.01401989,-0.01140228),(0.01852397,0.01430077,-0.01162033),(0.01829183,0.01458342,-0.01183741),(0.0184846,0.01454089,-0.01128989),(0.01826563,0.01483156,-0.01151377),(0.01870261,0.01425204,-0.01106609),(0.01898324,0.01374139,-0.0111842),(0.0189216,0.01396553,-0.01084321),(0.017978,0.01430386,-0.01261581),(0.0177014,0.0145716,-0.01280102),(0.01803356,0.01459418,-0.01234853),(0.01777444,0.01487016,-0.0125487),(0.01741797,0.01484063,-0.01298002),(0.01712762,0.01511098,-0.01315202),(0.01750856,0.01514698,-0.01274383),(0.01723544,0.01542449,-0.01293302),(0.01781341,0.01515192,-0.01226495),(0.01756537,0.01543718,-0.01247361),(0.01731024,0.01572271,-0.01267766),(0.0175867,0.0157099,-0.01217746),(0.01734923,0.01600351,-0.01239333),(0.01781782,0.01541645,-0.01195837),(0.01805527,0.01486724,-0.01205258),(0.01804375,0.01512354,-0.01173687),(0.01683028,0.01538265,-0.01331626),(0.01652645,0.0156558,-0.01347242),(0.01695457,0.01570256,-0.01311538),(0.01666627,0.01598133,-0.01329038),(0.01621663,0.01593061,-0.0136202),(0.01590133,0.01620722,-0.01375929),(0.01637087,0.01626097,-0.01345751),(0.01606869,0.01654164,-0.01361622),(0.01677617,0.0162938,-0.01306854),(0.01649734,0.0165796,-0.01325394),(0.01621072,0.01686573,-0.0134317),(0.01659081,0.01688309,-0.01301352),(0.01632179,0.01717594,-0.01320846),(0.01685155,0.01659008,-0.01281215),(0.01704716,0.0160082,-0.01287621),(0.01710427,0.01629689,-0.01260516),(0.01558104,0.01648579,-0.01388939),(0.01525627,0.01676653,-0.01401029),(0.01576005,0.0168235,-0.01376601),(0.01544547,0.01710686,-0.01390641),(0.01492753,0.01704966,-0.01412176),(0.01459533,0.01733537,-0.01422358),(0.01512546,0.01739199,-0.01403699),(0.01480053,0.01767919,-0.0141573),(0.01561475,0.01743964,-0.01376158),(0.01530628,0.01772808,-0.01391242),(0.01499141,0.01801793,-0.01405302),(0.01546446,0.01805483,-0.01374681),(0.01516273,0.01834886,-0.01390812),(0.01575838,0.01776153,-0.0135759),(0.01591638,0.0171523,-0.01360113),(0.01604424,0.01746866,-0.01339619),(0.01426017,0.01762388,-0.01431553),(0.01392229,0.01791485,-0.01439789),(0.01447121,0.01796876,-0.01426689),(0.01413784,0.01826044,-0.01436588),(0.0135819,0.01820798,-0.01447096),(0.01323924,0.01850292,-0.01453501),(0.01380078,0.01855397,-0.01445439),(0.01346037,0.01884913,-0.01453256),(0.01434419,0.0186027,-0.01430139),(0.01401268,0.01889731,-0.01440882),(0.01367647,0.0191932,-0.01450485),(0.01421378,0.0192367,-0.01432746),(0.01388434,0.01953433,-0.01444393),(0.01453695,0.01893986,-0.01419898),(0.01467057,0.01830952,-0.01418273),(0.01485341,0.0186439,-0.01405902),(0.01289453,0.01879936,-0.01459034),(0.01254827,0.01909718,-0.0146394),(0.01311695,0.01914563,-0.01460051),(0.01277115,0.01944349,-0.01466012),(0.01220097,0.01939629,-0.01468465),(0.01185313,0.01969658,-0.01472854),(0.01242355,0.01974269,-0.01471326),(0.01207475,0.02004324,-0.01476182),(0.01299199,0.01978846,-0.01466356),(0.01264529,0.02008801,-0.01472902),(0.01229665,0.02038898,-0.01478707),(0.01286484,0.02043239,-0.01472174),(0.01251785,0.02073412,-0.01479365),(0.0132089,0.02013198,-0.01464011),(0.01333598,0.01949022,-0.0145893),(0.01354906,0.01983269,-0.01454782),(0.01150525,0.01999794,-0.01477352),(0.01115788,0.02030002,-0.01482241),(0.01172538,0.02034511,-0.01480767),(0.01137584,0.02064793,-0.01485368),(0.01081159,0.02060247,-0.01487802),(0.01046694,0.02090492,-0.01494315),(0.01102657,0.0209513,-0.01490269),(0.010678,0.02125483,-0.01495755),(0.01159632,0.02099507,-0.01488777),(0.01124539,0.02129945,-0.01493578),(0.01089446,0.02160423,-0.01498581),(0.01146676,0.02164723,-0.01496618),(0.01111446,0.02195323,-0.01501707),(0.01181837,0.02134184,-0.01491353),(0.01194687,0.02069145,-0.01483909),(0.01216888,0.02103737,-0.01485681),(0.01012449,0.02120704,-0.01502061),(0.009785705,0.02150887,-0.01511193),(0.01033054,0.02155815,-0.01502113),(0.009985362,0.02186114,-0.01509555),(0.009452051,0.02181043,-0.01521865),(0.009124993,0.02211179,-0.0153423),(0.009643623,0.02216372,-0.01518293),(0.009306484,0.02246578,-0.01528538),(0.01019452,0.02221366,-0.01510248),(0.009847139,0.02251782,-0.01517423),(0.009502553,0.02282128,-0.01525832),(0.01005817,0.02287172,-0.01518442),(0.009708021,0.02317686,-0.01525442),(0.01040964,0.02256583,-0.0151234),(0.0105439,0.02190905,-0.01504052),(0.01076191,0.02225955,-0.01506854),(0.008805996,0.02241297,-0.0154844),(0.008495848,0.02271423,-0.01564367),(0.008975106,0.02276725,-0.01540502),(0.008650701,0.0230684,-0.01554152),(0.008195334,0.02301581,-0.01581882),(0.007905247,0.02331796,-0.01600856),(0.008334482,0.02336954,-0.01569451),(0.008027665,0.02367098,-0.01586364),(0.008825566,0.02342568,-0.0154718),(0.00849592,0.02372715,-0.01560246),(0.00817401,0.02402851,-0.01574991),(0.008673993,0.0240865,-0.01554117),(0.008339232,0.02438841,-0.01566748),(0.009014599,0.02378406,-0.01543125),(0.009161569,0.02312381,-0.0153573),(0.009359719,0.02348092,-0.01533618),(0.00762637,0.02362093,-0.0162116),(0.007355568,0.02392417,-0.01642409),(0.007731464,0.02397302,-0.01604855),(0.007443853,0.02427564,-0.01624577),(0.007089697,0.02422711,-0.01664216),(0.006825622,0.02452919,-0.01686195),(0.007162808,0.02457884,-0.0164518),(0.006886303,0.02488259,-0.01666317),(0.007556634,0.02463213,-0.01609419),(0.0072594,0.0249353,-0.01628519),(0.006968623,0.02523998,-0.01648488),(0.007378421,0.02529535,-0.01614552),(0.00707298,0.02560073,-0.01633083),(0.007691345,0.02499204,-0.01597178),(0.007861209,0.02433002,-0.01591479),(0.008011648,0.02468999,-0.01581172),(0.006560203,0.02482987,-0.01707962),(0.006290122,0.02512592,-0.01729133),(0.006612317,0.0251869,-0.01687637),(0.006337175,0.02548857,-0.01708739),(0.006012062,0.02541412,-0.01749329),(0.005722706,0.02569126,-0.01768169),(0.006057204,0.02578444,-0.01729218),(0.005768731,0.0260713,-0.01748671),(0.006400093,0.02585232,-0.01689732),(0.006114964,0.02615419,-0.01710156),(0.005824341,0.02644933,-0.0172988),(0.006188608,0.02652433,-0.01692565),(0.005893187,0.02682657,-0.01712216),(0.006481458,0.02621766,-0.01672531),(0.006683416,0.02554661,-0.01669034),(0.00677512,0.02590897,-0.01652556),(0.005418735,0.0259541,-0.0178527),(0.005101131,0.02620328,-0.01800445),(0.005468087,0.02634598,-0.01766695),(0.005155287,0.02660849,-0.01783055),(0.004770875,0.02643943,-0.01813503),(0.004428949,0.02666318,-0.01824257),(0.004830351,0.02685885,-0.01797519),(0.004493294,0.02709706,-0.01809852),(0.005214582,0.02701009,-0.01765697),(0.004893524,0.02727435,-0.01781272),(0.004560398,0.02752697,-0.01794947),(0.004963832,0.02768652,-0.01765161),(0.004633565,0.02795293,-0.01779929),(0.005282633,0.02740906,-0.01748778),(0.005524534,0.02673486,-0.01748481),(0.005591806,0.02712195,-0.01731041),(0.004076332,0.02687517,-0.01832517),(0.003715158,0.02707597,-0.01838586),(0.004144134,0.02732314,-0.01819821),(0.003785308,0.0275372,-0.01827668),(0.003347555,0.02726616,-0.01842767),(0.002975658,0.02744632,-0.01845361),(0.003419255,0.02773934,-0.01833634),(0.00304841,0.02792967,-0.01837961),(0.003857596,0.02799493,-0.01815989),(0.003492996,0.02820953,-0.01823689),(0.003122984,0.02841072,-0.01829731),(0.003572329,0.02867462,-0.01813256),(0.003202905,0.02888695,-0.01820963),(0.003935474,0.0284477,-0.01803899),(0.004214242,0.02776729,-0.01806464),(0.00429,0.02820689,-0.01792816),(0.002601596,0.02761702,-0.01846671),(0.002225398,0.02777954,-0.01847019),(0.00267521,0.0281083,-0.01840889),(0.002299695,0.02827693,-0.01842737),(0.001847091,0.02793511,-0.01846725),(0.001466703,0.02808499,-0.01846112),(0.001921904,0.02843727,-0.01843821),(0.001541877,0.028591,-0.01844459),(0.002374435,0.02877382,-0.01837658),(0.001996094,0.02893983,-0.01840184),(0.001615175,0.02909821,-0.01842179),(0.002072021,0.02944082,-0.01835917),(0.001688371,0.02960508,-0.01839238),(0.002452496,0.02926785,-0.01831976),(0.002750097,0.02859813,-0.0183428),(0.002829543,0.02908396,-0.01827097),(0.001084263,0.02823046,-0.01845499),(0.0007009571,0.02836992,-0.01845578),(0.001159653,0.02873984,-0.01844966),(0.0007757954,0.0288819,-0.0184577),(0.0003179763,0.02850183,-0.01847042),(-6.349116e-5,0.0286246,-0.0185058),(0.0003908651,0.02901532,-0.01847298),(5.424496e-6,0.02913824,-0.01849976),(0.0008460336,0.02939622,-0.01845692),(0.0004580858,0.02953181,-0.01847529),(6.807008e-5,0.02965577,-0.01849632),(0.0005194417,0.03005078,-0.01847155),(0.0001234129,0.03017704,-0.01848921),(0.0009121994,0.02991205,-0.01844914),(0.001231776,0.02925102,-0.01843962),(0.001301803,0.02976282,-0.01842256),(-0.0004422567,0.02873667,-0.01856883),(-0.0008209487,0.02883795,-0.01864963),(-0.0003799643,0.02924876,-0.01854233),(-0.0007666768,0.02934716,-0.01859528),(-0.001202196,0.02892834,-0.01873829),(-0.001588627,0.02900777,-0.01882491),(-0.001156089,0.02943372,-0.01865323),(-0.001549576,0.02950871,-0.0187108),(-0.0007181416,0.02986302,-0.01854967),(-0.001115115,0.02994688,-0.0185791),(-0.001515186,0.03001796,-0.01860842),(-0.001083237,0.03046882,-0.0185154),(-0.001490169,0.03053693,-0.01851947),(-0.0006783687,0.03038611,-0.01850985),(-0.0003238761,0.02976608,-0.0185216),(-0.0002760045,0.03028883,-0.01850155),(-0.001982871,0.02907612,-0.0188996),(-0.00237406,0.02912666,-0.01894315),(-0.001948513,0.02957239,-0.01876259),(-0.002343585,0.02961866,-0.01878974),(-0.002751327,0.02915264,-0.01893634),(-0.003103805,0.02914732,-0.01885996),(-0.002725475,0.02964142,-0.01877335),(-0.003084867,0.02963454,-0.01869455),(-0.002317991,0.0301175,-0.01864474),(-0.002705137,0.03013575,-0.01861641),(-0.003072386,0.0301262,-0.01853355),(-0.002695491,0.03063803,-0.01846904),(-0.003071107,0.03062456,-0.01838013),(-0.002302595,0.03062536,-0.01851166),(-0.001918742,0.03007653,-0.01863619),(-0.001898722,0.03059038,-0.01852334),(-0.003420627,0.02910396,-0.01869482),(-0.003716311,0.0290314,-0.01847016),(-0.00372094,0.02952121,-0.0183201),(-0.003412445,0.02959193,-0.01853445),(-0.00400538,0.02893851,-0.01821524),(-0.004302354,0.02883414,-0.01795932),(-0.004331603,0.0293259,-0.01783674),(-0.004023082,0.02942999,-0.01807852),(-0.004050593,0.02992499,-0.01794786),(-0.003734464,0.03001458,-0.01817523),(-0.004370983,0.02982122,-0.0177204),(-0.004422226,0.03032029,-0.01761085),(-0.004090262,0.03042408,-0.0178246),(-0.00376005,0.03051266,-0.0180376),(-0.003411945,0.03008373,-0.01837847),(-0.003423146,0.03058113,-0.01822954),(-0.004621753,0.02872715,-0.01773163),(-0.004959936,0.02862234,-0.01754459),(-0.005003316,0.02910714,-0.01744343),(-0.004659236,0.02921656,-0.0176218),(-0.005313261,0.02852451,-0.01741059),(-0.005678089,0.02843847,-0.017342),(-0.005730189,0.02890885,-0.0172353),(-0.00536119,0.02900285,-0.01731135),(-0.005415126,0.02948367,-0.01721112),(-0.005054873,0.0295952,-0.01734467),(-0.005785419,0.02938026,-0.01712357),(-0.005844176,0.02985354,-0.01700521),(-0.005476145,0.02996773,-0.01710845),(-0.005115952,0.030087,-0.01724739),(-0.004706284,0.0297095,-0.01751688),(-0.004764384,0.03020622,-0.01741666),(-0.006050776,0.02836903,-0.01735123),(-0.006423039,0.02830236,-0.01739804),(-0.006483032,0.02875315,-0.01724441),(-0.006107662,0.02883034,-0.01722501),(-0.006786592,0.02822468,-0.01744219),(-0.007133154,0.02812218,-0.01744345),(-0.007185192,0.02854606,-0.01722802),(-0.006845733,0.02866311,-0.01725744),(-0.006898257,0.0290955,-0.01705677),(-0.006539122,0.02920006,-0.01707747),(-0.007229399,0.0289628,-0.01699619),(-0.007262251,0.02937156,-0.01674854),(-0.006940762,0.02952128,-0.01684017),(-0.006588945,0.02964303,-0.01689652),(-0.00616413,0.02929036,-0.01708938),(-0.006219264,0.02974955,-0.01694305),(-0.007454435,0.02798107,-0.01736157),(-0.007739539,0.02780445,-0.01721265),(-0.007756452,0.0281935,-0.01694987),(-0.007490841,0.02838782,-0.0171201),(-0.007977561,0.02759545,-0.01701276),(-0.008157603,0.02735716,-0.01677799),(-0.008142646,0.02771686,-0.01648723),(-0.007975797,0.02796815,-0.01673351),(-0.007974058,0.02833845,-0.0164495),(-0.007769298,0.0285778,-0.01667736),(-0.008132698,0.02807648,-0.01619626),(-0.008131299,0.02843681,-0.01590677),(-0.007974386,0.02870671,-0.01616208),(-0.00777797,0.0289572,-0.01639629),(-0.007520413,0.02878807,-0.01686465),(-0.007540957,0.02918118,-0.01659617),(-0.008268765,0.02709271,-0.01652443),(-0.008337761,0.0268097,-0.01625955),(-0.008325789,0.02715828,-0.0159609),(-0.008250777,0.02744473,-0.01622722),(-0.00839131,0.02651572,-0.01599083),(-0.008456131,0.02621837,-0.01572575),(-0.008478894,0.02656871,-0.01543901),(-0.008393294,0.02686409,-0.01569569),(-0.008414877,0.02721608,-0.01540687),(-0.008329362,0.02750972,-0.0156671),(-0.008523509,0.02692304,-0.01516),(-0.008590041,0.0272815,-0.01489177),(-0.008457663,0.02757215,-0.01512753),(-0.008351422,0.02786475,-0.01538097),(-0.008243217,0.02779838,-0.01593285),(-0.008249807,0.02815457,-0.01564356),(-0.008558942,0.02592526,-0.01547178),(-0.008701587,0.02563908,-0.01523848),(-0.008779796,0.02599633,-0.01498189),(-0.008608195,0.02627869,-0.01519828),(-0.008885919,0.0253625,-0.0150354),(-0.009113784,0.02509825,-0.01487211),(-0.00924431,0.02546389,-0.01465568),(-0.008992301,0.02572397,-0.01479824),(-0.00911451,0.02608839,-0.01457245),(-0.008877343,0.02635734,-0.01473634),(-0.009386486,0.02583118,-0.01444912),(-0.009536467,0.02619887,-0.01424966),(-0.009249252,0.02645502,-0.01435724),(-0.008991801,0.02672167,-0.01450272),(-0.008679003,0.02663617,-0.01493434),(-0.008770076,0.02699759,-0.01468219),(-0.009387031,0.02484899,-0.01475815),(-0.00969518,0.02461223,-0.01468537),(-0.009852979,0.02498392,-0.01450766),(-0.00953442,0.02521843,-0.01456263),(-0.01002775,0.0243855,-0.0146456),(-0.01037426,0.02416629,-0.01463069),(-0.01053683,0.02453312,-0.01446628),(-0.01019033,0.0247567,-0.01447934),(-0.01035171,0.02512226,-0.01430626),(-0.01001395,0.02535282,-0.01432976),(-0.01069365,0.02489119,-0.01428856),(-0.01084014,0.02523709,-0.01409005),(-0.01050763,0.02547911,-0.0141188),(-0.01017397,0.02571641,-0.01414517),(-0.009689258,0.02558756,-0.01437281),(-0.009847477,0.02595451,-0.01418388),(-0.01072424,0.02395209,-0.01463246),(-0.01107182,0.02373657,-0.01463788),(-0.01122142,0.02408022,-0.01444207),(-0.0108828,0.02430954,-0.01445703),(-0.01141113,0.02351335,-0.0146339),(-0.01173632,0.02327608,-0.01460749),(-0.0118492,0.02358155,-0.0143568),(-0.01154584,0.02383946,-0.01441184),(-0.01166034,0.02414788,-0.01416538),(-0.01135573,0.0244087,-0.01422374),(-0.01193698,0.02386774,-0.0140822),(-0.01199279,0.02413333,-0.01378587),(-0.01174777,0.02443633,-0.0138939),(-0.01146848,0.02471905,-0.0139794),(-0.01103091,0.0246549,-0.01426293),(-0.01116318,0.02498486,-0.01404419),(-0.01204151,0.02301837,-0.01454559),(-0.0123182,0.0227395,-0.01445372),(-0.01236536,0.02299794,-0.01415129),(-0.01212466,0.02330076,-0.01426741),(-0.01255785,0.0224387,-0.01433737),(-0.01275195,0.02211522,-0.01420205),(-0.012715,0.02232959,-0.01386934),(-0.01256443,0.02267394,-0.01401606),(-0.01253383,0.02289221,-0.01368549),(-0.01237837,0.02323768,-0.0138334),(-0.01263958,0.02252941,-0.01353373),(-0.01252556,0.0227173,-0.01320174),(-0.01246382,0.02309549,-0.01335234),(-0.01235299,0.0234597,-0.01350597),(-0.01217787,0.0235636,-0.01396859),(-0.01219526,0.02380672,-0.01365353),(-0.01289197,0.02176832,-0.01405326),(-0.01297969,0.02140271,-0.01390012),(-0.01285382,0.021587,-0.01357147),(-0.01281021,0.02196577,-0.01371876),(-0.01301689,0.0210231,-0.01375174),(-0.01300534,0.02063423,-0.01361724),(-0.01280143,0.02080275,-0.01331535),(-0.01284964,0.02119781,-0.01343461),(-0.01265251,0.02136642,-0.01312729),(-0.01269347,0.02176252,-0.01324992),(-0.01257356,0.02096722,-0.01302381),(-0.01232786,0.02112875,-0.01274131),(-0.01243038,0.02153091,-0.01283107),(-0.01250203,0.02193184,-0.01293908),(-0.01269098,0.02215151,-0.01338696),(-0.01253603,0.02232836,-0.01306331),(-0.01294684,0.0202408,-0.01350575),(-0.01284933,0.01984496,-0.01341575),(-0.01259259,0.02000948,-0.01314695),(-0.01271297,0.02040637,-0.01322082),(-0.0127208,0.01944885,-0.01334577),(-0.01256919,0.01905459,-0.0132943),(-0.01228929,0.01921755,-0.0130449),(-0.01244859,0.01961293,-0.01308967),(-0.01217484,0.01977385,-0.01283277),(-0.01232636,0.02017121,-0.01288249),(-0.01201585,0.01937655,-0.01278911),(-0.01175808,0.01952968,-0.01251848),(-0.01190832,0.01992998,-0.01256707),(-0.01205875,0.02032927,-0.01261597),(-0.01246205,0.0205689,-0.01294419),(-0.01220129,0.02072853,-0.01267183),(-0.01240249,0.01866432,-0.01325986),(-0.01222808,0.01827593,-0.01323543),(-0.01195665,0.01843105,-0.01297538),(-0.01212301,0.01882416,-0.01300857),(-0.01205336,0.01788728,-0.01321398),(-0.01188572,0.01749624,-0.01318849),(-0.01165133,0.0176387,-0.01289728),(-0.01179712,0.01803647,-0.01294005),(-0.01156913,0.01817915,-0.01264662),(-0.01170677,0.01858025,-0.0126991),(-0.01145104,0.01777468,-0.01258507),(-0.01129292,0.01790548,-0.01225223),(-0.01137824,0.01831558,-0.01233126),(-0.01148774,0.01872278,-0.01240142),(-0.01185775,0.01897903,-0.01274558),(-0.01161612,0.01912738,-0.01246355),(-0.01173256,0.01710069,-0.01315195),(-0.0115992,0.01670082,-0.01310454),(-0.01142575,0.01682938,-0.01277537),(-0.01152617,0.01723601,-0.01284178),(-0.01149095,0.01629684,-0.01304645),(-0.01141314,0.01588894,-0.01297789),(-0.01131557,0.01600822,-0.01261725),(-0.01135418,0.01641979,-0.01269992),(-0.01126251,0.01654087,-0.01233944),(-0.01129498,0.016954,-0.01242851),(-0.01126408,0.01612793,-0.01224713),(-0.01126032,0.01625123,-0.01187399),(-0.0112194,0.01666323,-0.01197087),(-0.01121212,0.01707748,-0.01206854),(-0.01135874,0.01736578,-0.01251137),(-0.01123709,0.01749217,-0.01216349),(-0.01137109,0.01547734,-0.01289901),(-0.01136603,0.0150649,-0.01281423),(-0.01134937,0.01518474,-0.01243972),(-0.01131402,0.01559565,-0.01252919),(-0.01139919,0.01465451,-0.01272792),(-0.01147182,0.01424904,-0.01264446),(-0.01153014,0.01437845,-0.01227238),(-0.01142146,0.01477812,-0.0123528),(-0.01148436,0.01490845,-0.01198138),(-0.01137632,0.01530948,-0.01206489),(-0.01162527,0.01451589,-0.01190722),(-0.01175308,0.01466187,-0.01155235),(-0.01158476,0.01504684,-0.01161829),(-0.01144512,0.01544125,-0.01169541),(-0.01130245,0.01571672,-0.01215454),(-0.01133626,0.0158433,-0.01178141),(-0.01158514,0.01385137,-0.01256823),(-0.01173641,0.01346441,-0.01250203),(-0.011854,0.0136103,-0.01214479),(-0.01167526,0.01398836,-0.01220242),(-0.0119229,0.01309107,-0.01244862),(-0.01214185,0.01273426,-0.01241081),(-0.0123012,0.0128999,-0.01207388),(-0.01206358,0.01324667,-0.01210132),(-0.01222723,0.01341054,-0.01176441),(-0.01199924,0.01376492,-0.01179766),(-0.01247918,0.01307291,-0.01174696),(-0.01267178,0.01325137,-0.01142894),(-0.01240933,0.01358117,-0.0114376),(-0.01216738,0.01392733,-0.01146143),(-0.01179774,0.01413404,-0.01184562),(-0.01194796,0.01428813,-0.01149987),(-0.01239052,0.01239688,-0.01239136),(-0.01266586,0.01208141,-0.01239122),(-0.0128496,0.01226588,-0.01207295),(-0.01256406,0.01257241,-0.01206432),(-0.01296479,0.01179032,-0.0124113),(-0.01328425,0.01152607,-0.01245254),(-0.01347855,0.01172239,-0.01214603),(-0.01315528,0.01198199,-0.01210008),(-0.01335454,0.01217532,-0.01179423),(-0.01304509,0.01245462,-0.01176228),(-0.01367866,0.01191681,-0.01184182),(-0.01356068,0.01236811,-0.01149214),(-0.01388305,0.01210719,-0.01153854),(-0.01324979,0.0126454,-0.01145753),(-0.01275255,0.01275405,-0.01174639),(-0.01295271,0.01293964,-0.01143602),(-0.01362119,0.01129115,-0.01251587),(-0.01397034,0.01107685,-0.01259366),(-0.01381684,0.01148878,-0.01221111),(-0.01416456,0.01127167,-0.01228745),(-0.01432646,0.01087447,-0.01267825),(-0.01468429,0.01067532,-0.01276201),(-0.0145161,0.0110616,-0.01236719),(-0.01486587,0.01084911,-0.01244245),(-0.01435814,0.01145461,-0.01197528),(-0.01470153,0.0112318,-0.01204629),(-0.01503939,0.01100174,-0.01211026),(-0.01488,0.01138353,-0.0117153),(-0.01520144,0.01113222,-0.01176571),(-0.01454895,0.01162383,-0.01165643),(-0.01401519,0.01167976,-0.01190465),(-0.01421455,0.01186207,-0.0115954),(-0.01503858,0.0104707,-0.0128373),(-0.01538473,0.01025555,-0.01290259),(-0.01520826,0.01062471,-0.01250537),(-0.01553851,0.01038517,-0.01255617),(-0.01571813,0.01002483,-0.01295635),(-0.01603419,0.009773493,-0.01299704),(-0.0158519,0.01012724,-0.01259507),(-0.01614365,0.009847663,-0.01262227),(-0.01567589,0.01048965,-0.01219647),(-0.01596518,0.01020444,-0.01222204),(-0.01622894,0.009897683,-0.01223816),(-0.01605343,0.01025809,-0.01183939),(-0.01628564,0.009926139,-0.0118473),(-0.01579245,0.01056966,-0.011825),(-0.01536573,0.01075489,-0.01215977),(-0.01550702,0.01086098,-0.01180136),(-0.0163283,0.009496484,-0.01302313),(-0.01659635,0.009195398,-0.01303811),(-0.01640904,0.009543193,-0.01263801),(-0.01664479,0.009216274,-0.01264603),(-0.01683423,0.008871824,-0.0130455),(-0.01703781,0.008527352,-0.0130488),(-0.01684762,0.00886936,-0.01265008),(-0.01701427,0.008504896,-0.01265393),(-0.01666351,0.009217881,-0.01225088),(-0.01682959,0.008851035,-0.01225514),(-0.01695837,0.00847036,-0.01226311),(-0.01677775,0.008821214,-0.01186381),(-0.01686842,0.00842835,-0.01187952),(-0.01664936,0.009204159,-0.01185573),(-0.01646251,0.009567797,-0.0122465),(-0.01648481,0.009573649,-0.01185148),(-0.01720299,0.008163573,-0.01305149),(-0.01733186,0.00778444,-0.01305762),(-0.01714144,0.008125328,-0.01266132),(-0.01723253,0.007734282,-0.01267551),(-0.01742654,0.007393911,-0.01307123),(-0.01748912,0.006995938,-0.01309636),(-0.01729088,0.007335378,-0.01269977),(-0.01731987,0.006932236,-0.01273734),(-0.01710179,0.00767981,-0.0123037),(-0.01712609,0.007275901,-0.01234034),(-0.01712522,0.00687021,-0.01239057),(-0.01693183,0.007219549,-0.01199555),(-0.01690593,0.006813258,-0.0120576),(-0.01693871,0.007625503,-0.01194527),(-0.0170475,0.008078958,-0.01227863),(-0.01691983,0.008029109,-0.01190663),(-0.0175217,0.006594477,-0.01313704),(-0.0175346,0.006190178,-0.01318833),(-0.01732285,0.006528481,-0.01279149),(-0.0173116,0.006123948,-0.01285534),(-0.01753811,0.005783695,-0.01324528),(-0.01754254,0.005375679,-0.01330294),(-0.01729791,0.005718473,-0.012922),(-0.01729355,0.005311892,-0.01298458),(-0.01707497,0.00606175,-0.01252968),(-0.01705067,0.005657614,-0.01260224),(-0.01704364,0.005252628,-0.01266594),(-0.01680262,0.005601516,-0.01228214),(-0.01679966,0.005197524,-0.01234238),(-0.01682932,0.006004978,-0.01220912),(-0.017104,0.00646572,-0.0124564),(-0.01686776,0.006408647,-0.01213153),(-0.01755819,0.004966782,-0.01335638),(-0.01759111,0.004559839,-0.01340017),(-0.0173103,0.004904041,-0.01303618),(-0.01735222,0.004498638,-0.01307312),(-0.01764736,0.004157683,-0.01342893),(-0.01773298,0.003763149,-0.01343723),(-0.0174234,0.004099405,-0.01309168),(-0.01752791,0.003710059,-0.01308815),(-0.01720966,0.004046841,-0.01274721),(-0.01712106,0.004442649,-0.01274035),(-0.01733426,0.003663279,-0.01273127),(-0.0171518,0.003621993,-0.01236716),(-0.01700785,0.003999193,-0.0123946),(-0.01690161,0.004391055,-0.01239921),(-0.01706642,0.004846108,-0.01271262),(-0.01683244,0.004792268,-0.0123816),(-0.01785402,0.003379072,-0.01341967),(-0.01801252,0.003014679,-0.01337843),(-0.0176698,0.00333432,-0.01305883),(-0.01785009,0.002981697,-0.01300663),(-0.01821051,0.002679197,-0.01331566),(-0.01845002,0.002381853,-0.01323354),(-0.01806978,0.002661696,-0.01293446),(-0.01832988,0.002383824,-0.01284523),(-0.01769802,0.002956511,-0.0126286),(-0.01793771,0.002652988,-0.01254867),(-0.01821632,0.002395827,-0.01245423),(-0.01781241,0.002651501,-0.01215967),(-0.01810759,0.002416122,-0.01206166),(-0.01755447,0.002937823,-0.01224583),(-0.01749696,0.003296555,-0.0126906),(-0.01733414,0.003264761,-0.01231628),(-0.01873307,0.002131875,-0.01313423),(-0.01905181,0.001936407,-0.01302903),(-0.01863138,0.00215759,-0.01274184),(-0.01896597,0.001987406,-0.01263486),(-0.01939836,0.00180259,-0.01292923),(-0.01976485,0.001737569,-0.01284613),(-0.01932529,0.001877685,-0.01253485),(-0.01970103,0.00183284,-0.01245237),(-0.01888246,0.002051576,-0.01224174),(-0.01925269,0.001967408,-0.01214323),(-0.01963617,0.001943823,-0.0120629),(-0.01917883,0.002070998,-0.01175549),(-0.01956833,0.00207081,-0.01167922),(-0.01879965,0.002127515,-0.01185062),(-0.01853412,0.00219487,-0.01234866),(-0.01843962,0.002242008,-0.01195566),(-0.02014342,0.001748485,-0.01279102),(-0.02052646,0.00182419,-0.01275867),(-0.02047135,0.001939599,-0.01236611),(-0.02008485,0.001857286,-0.01239798),(-0.02090636,0.001953534,-0.01274384),(-0.02127551,0.002125368,-0.01274129),(-0.02085514,0.002068355,-0.01235121),(-0.02123078,0.002232131,-0.01234771),(-0.02041358,0.002071292,-0.01198019),(-0.02080082,0.002199349,-0.01196603),(-0.02118264,0.002354956,-0.01196215),(-0.02073965,0.002352754,-0.01159193),(-0.02112607,0.002502904,-0.01158891),(-0.02035023,0.002223088,-0.01160376),(-0.02002424,0.001982285,-0.01201052),(-0.0199593,0.002125307,-0.01163075),(-0.02162631,0.002328544,-0.01274579),(-0.0219666,0.002550436,-0.01275593),(-0.02159291,0.002419505,-0.01235006),(-0.02194685,0.002622063,-0.01235741),(-0.02230423,0.002778422,-0.0127703),(-0.02264703,0.002999877,-0.01278749),(-0.02229795,0.002831392,-0.01236892),(-0.02265156,0.003039082,-0.01238376),(-0.02192281,0.002709916,-0.01196718),(-0.0222869,0.002900455,-0.01197538),(-0.02265082,0.003093822,-0.01198688),(-0.02226204,0.00300158,-0.01159467),(-0.02263605,0.003178649,-0.0116014),(-0.02188633,0.002828886,-0.01159032),(-0.02155568,0.002526615,-0.01196265),(-0.02150798,0.002662138,-0.01158839),(-0.02300284,0.003202178,-0.01280609),(-0.02337001,0.003383078,-0.01282639),(-0.02301302,0.003236717,-0.01240109),(-0.02338223,0.003416623,-0.01242101),(-0.02374686,0.003540335,-0.01284867),(-0.02413174,0.003671702,-0.01287321),(-0.02414352,0.003692533,-0.01246899),(-0.0237591,0.00357112,-0.01244362),(-0.02376417,0.003612449,-0.01204015),(-0.0233881,0.003462819,-0.012019),(-0.024147,0.003721501,-0.01206506),(-0.02414379,0.003749958,-0.01166219),(-0.02376122,0.00366068,-0.01163983),(-0.0233837,0.003524702,-0.01162294),(-0.02301743,0.00328561,-0.01200133),(-0.02300929,0.003358524,-0.01161048),(-0.02452297,0.003774933,-0.0129003),(-0.02491898,0.003857062,-0.0129293),(-0.02493285,0.003823266,-0.01252763),(-0.02453539,0.003773185,-0.01249723),(-0.02531816,0.003925126,-0.01295957),(-0.02571894,0.003986154,-0.01299049),(-0.02573707,0.003872476,-0.012592),(-0.02533403,0.003852966,-0.01255945),(-0.02533614,0.00378077,-0.01215992),(-0.02493502,0.003792267,-0.01212595),(-0.02573928,0.003755878,-0.01219489),(-0.0257265,0.00363304,-0.0118004),(-0.02532645,0.003701772,-0.01176178),(-0.02492815,0.003754703,-0.01172478),(-0.02453797,0.003776976,-0.01209399),(-0.02453334,0.003776032,-0.01169105),(0.03444874,0.002010351,0.0007486813),(0.03419784,0.00222962,0.000497627),(0.03394512,0.002439999,0.0002432465),(0.03388199,0.002216624,0.0007620848),(0.03363525,0.002441227,0.0005116354),(0.03412691,0.00198381,0.001008701),(0.03368878,0.002632595,-1.778658e-5),(0.03342699,0.002798518,-0.0002887985),(0.03338482,0.002649406,0.0002535199),(0.03312889,0.00283295,-1.609506e-5),(0.03332243,0.002430072,0.0007711133),(0.03307808,0.002652006,0.000514609),(0.03282822,0.002851369,0.0002454811),(0.03276548,0.002623138,0.0007591913),(0.03252092,0.002832463,0.0004887079),(0.0330047,0.002393629,0.001016954),(0.03380195,0.001948587,0.001263082),(0.03356311,0.002193092,0.001019202),(0.03324035,0.002150662,0.001266237),(0.03347422,0.001900966,0.001511279),(0.03315795,0.002928876,-0.0005731157),(0.03288304,0.00302918,-0.0008675909),(0.03286561,0.002983646,-0.0003010424),(0.03259634,0.003105795,-0.000597846),(0.03260368,0.003104938,-0.001169078),(0.03232124,0.003161659,-0.001474428),(0.03232242,0.003203695,-0.0009030298),(0.03204522,0.003281645,-0.001213117),(0.03230771,0.003163157,-0.000339496),(0.03203959,0.003282267,-0.0006477982),(0.03176793,0.003381313,-0.0009616115),(0.03174879,0.003309763,-0.0004089222),(0.03148229,0.003427645,-0.0007238708),(0.03201147,0.003173073,-9.92453e-5),(0.03257101,0.003020638,-4.047844e-5),(0.03226921,0.003014873,0.0002012635),(0.03203713,0.003204854,-0.001780496),(0.03175169,0.003236002,-0.002087052),(0.03176609,0.003343945,-0.001524633),(0.03148519,0.003391957,-0.001836922),(0.0314653,0.003256582,-0.002393866),(0.03117831,0.003268075,-0.002700708),(0.03120266,0.003427044,-0.00214933),(0.03091866,0.00345057,-0.002461202),(0.03121778,0.00353037,-0.001593535),(0.03093932,0.003582638,-0.001909815),(0.03065862,0.003621573,-0.002225087),(0.03066637,0.003687881,-0.001673512),(0.03038897,0.003746164,-0.001988777),(0.03094106,0.003615902,-0.00135703),(0.03149398,0.003463637,-0.001277162),(0.03121303,0.003529425,-0.001040195),(0.03089108,0.003271959,-0.003007347),(0.03060303,0.00326771,-0.003313163),(0.03063335,0.003463897,-0.002771884),(0.03034602,0.003466107,-0.003080515),(0.03031356,0.003254802,-0.003617529),(0.03002208,0.00323271,-0.003919821),(0.03005595,0.00345628,-0.003386231),(0.02976245,0.003433499,-0.00368817),(0.03008975,0.003661468,-0.002848897),(0.02979996,0.003659695,-0.00315551),(0.02950552,0.003641623,-0.003457312),(0.02953718,0.003836073,-0.002918802),(0.02924387,0.003831413,-0.003220817),(0.02982523,0.003822154,-0.002612243),(0.03037571,0.003648306,-0.002538435),(0.03010888,0.003791553,-0.002301961),(0.029728,0.003200908,-0.004219418),(0.02943151,0.003164466,-0.004516515),(0.0294648,0.003396844,-0.00398547),(0.02916374,0.003351829,-0.004279139),(0.02913279,0.003128448,-0.004811306),(0.028832,0.003097926,-0.005103989),(0.02886003,0.003303969,-0.004570186),(0.02855441,0.003258778,-0.004859615),(0.02890149,0.003558468,-0.004045022),(0.02859437,0.00350535,-0.004333781),(0.02828551,0.003452516,-0.004621044),(0.02833315,0.003718628,-0.00409992),(0.02802424,0.003668122,-0.004388342),(0.02864038,0.003766684,-0.003810066),(0.02920562,0.003605886,-0.003753341),(0.02894444,0.003806281,-0.003517468),(0.02852932,0.003077965,-0.005394758),(0.02822655,0.003075532,-0.005682427),(0.02824762,0.003221768,-0.005148436),(0.02794103,0.003198799,-0.005436522),(0.02792547,0.003097597,-0.005965811),(0.02762787,0.003151126,-0.006243723),(0.02763597,0.003195728,-0.005723743),(0.02733382,0.003218413,-0.006009971),(0.02766703,0.003369879,-0.005195817),(0.02735907,0.003348535,-0.005484239),(0.02705305,0.003346148,-0.005773961),(0.02709742,0.003549058,-0.005255183),(0.02678943,0.003529457,-0.005546578),(0.02740608,0.003580556,-0.004965397),(0.02797612,0.003405949,-0.004908238),(0.02771512,0.003621171,-0.004676642),(0.02733555,0.003243088,-0.006514976),(0.02704816,0.003371838,-0.006771599),(0.02703592,0.003272712,-0.006295079),(0.02674284,0.003359888,-0.006572466),(0.02676541,0.003535735,-0.007005615),(0.02648695,0.003733136,-0.00720905),(0.02645513,0.003481198,-0.00683553),(0.02617336,0.003637908,-0.007077669),(0.02645073,0.003414933,-0.006354549),(0.02615719,0.003494102,-0.006637185),(0.0258706,0.003608454,-0.006909227),(0.02587899,0.003582489,-0.006427906),(0.02558645,0.003657253,-0.006719091),(0.02617829,0.00354023,-0.00613443),(0.02674981,0.003366948,-0.006065435),(0.02648241,0.003524534,-0.005840158),(0.02621247,0.003962398,-0.00737393),(0.02594118,0.004218435,-0.00750377),(0.02589807,0.003831276,-0.007292282),(0.02562843,0.004057566,-0.007478049),(0.02567229,0.004496162,-0.007602084),(0.025405,0.004790493,-0.007672387),(0.02536357,0.004313042,-0.007633653),(0.02510262,0.004593969,-0.007757771),(0.02532179,0.00395283,-0.007403429),(0.0250583,0.004179108,-0.007614077),(0.02480124,0.004438949,-0.007792751),(0.02476075,0.004112785,-0.007536008),(0.02450261,0.004342165,-0.007761145),(0.02502739,0.003922265,-0.007281629),(0.02559235,0.003761988,-0.00716656),(0.02530261,0.003770466,-0.007006494),(0.02513852,0.005096344,-0.007718191),(0.0248734,0.005411199,-0.007743061),(0.02484471,0.004896608,-0.007849081),(0.02458903,0.005215328,-0.007910807),(0.02461018,0.005732541,-0.007750559),(0.02434941,0.006057857,-0.007744249),(0.02433474,0.005544501,-0.007946167),(0.02408102,0.005878489,-0.007958378),(0.02430238,0.005045428,-0.008039377),(0.02405631,0.005375523,-0.008112266),(0.02380962,0.005712489,-0.00815483),(0.02376719,0.005227028,-0.008215532),(0.02352536,0.005556508,-0.00829778),(0.02400874,0.004908602,-0.008099571),(0.02454998,0.004730481,-0.007933694),(0.0242529,0.004610542,-0.007948553),(0.02409163,0.006384629,-0.007727693),(0.02383663,0.00671321,-0.007706396),(0.02382703,0.006211667,-0.007950661),(0.02357268,0.006544448,-0.007928939),(0.02358417,0.007043948,-0.007685869),(0.02333403,0.007377194,-0.00767161),(0.02331788,0.006877245,-0.007899138),(0.02306256,0.007210476,-0.007867184),(0.02330793,0.00638234,-0.008161915),(0.02305273,0.006715456,-0.008137485),(0.02279449,0.00704752,-0.008101773),(0.02277964,0.006552633,-0.008366812),(0.02252343,0.00688495,-0.008344389),(0.02303185,0.006219996,-0.008369278),(0.02356019,0.006048056,-0.008169538),(0.02328034,0.005887727,-0.008347647),(0.02308599,0.007713298,-0.007669132),(0.02284175,0.008051502,-0.007680648),(0.0228066,0.007544556,-0.007838998),(0.02255306,0.007880352,-0.007818687),(0.02260303,0.008391047,-0.00770838),(0.02237153,0.008731175,-0.007754544),(0.02230496,0.008218726,-0.007810357),(0.02206533,0.008560545,-0.007818111),(0.02227268,0.007711118,-0.008018994),(0.02201724,0.008047201,-0.007983768),(0.02177083,0.008389169,-0.007960543),(0.02174664,0.007887096,-0.008211853),(0.02149949,0.008232238,-0.008170607),(0.02200257,0.007549373,-0.008259504),(0.02253313,0.007378651,-0.008060302),(0.02226296,0.007216259,-0.008306151),(0.02214896,0.009071129,-0.007821359),(0.02193402,0.009410596,-0.007906269),(0.02183721,0.008906675,-0.007846055),(0.02161971,0.009256608,-0.007891756),(0.02172543,0.009749268,-0.008006719),(0.02152188,0.01008683,-0.008120153),(0.02141192,0.009609842,-0.007952788),(0.02121294,0.009965867,-0.008026716),(0.02131683,0.009096946,-0.007965775),(0.02110824,0.009461475,-0.007990058),(0.02091127,0.009832242,-0.008026002),(0.02083612,0.009326356,-0.00812384),(0.02064029,0.009708379,-0.008129006),(0.02104445,0.008952542,-0.008128071),(0.02153753,0.008739298,-0.007955241),(0.0212655,0.008587613,-0.008143169),(0.02132208,0.01042297,-0.008244013),(0.02112474,0.01075753,-0.008378682),(0.02102187,0.01032418,-0.008111111),(0.02083694,0.01068413,-0.008207615),(0.02092858,0.01109033,-0.008524529),(0.02073229,0.01142122,-0.008681938),(0.02065637,0.01104506,-0.008317871),(0.02047838,0.01140632,-0.008443518),(0.02054854,0.01058954,-0.008129322),(0.02037853,0.010974,-0.008202093),(0.02021323,0.01136095,-0.00829254),(0.02011682,0.01089419,-0.008204333),(0.01995558,0.01129813,-0.008259609),(0.02028307,0.01049367,-0.008166186),(0.02072541,0.01020861,-0.008071523),(0.02045675,0.01009794,-0.0081421),(0.02053461,0.01175002,-0.008851285),(0.02033431,0.01207492,-0.009031447),(0.0203012,0.01176726,-0.0085862),(0.02012219,0.01212441,-0.008744664),(0.02013019,0.01239409,-0.009221297),(0.01992103,0.01270572,-0.009419716),(0.01993869,0.0124743,-0.008917668),(0.01974809,0.01281347,-0.009103957),(0.01988675,0.01213445,-0.008533671),(0.01971831,0.01251146,-0.008682577),(0.01954156,0.0128756,-0.008849198),(0.01947306,0.01250182,-0.0085475),(0.01930077,0.01288333,-0.008684886),(0.01963726,0.01210705,-0.008430974),(0.02005052,0.01174936,-0.008403361),(0.01979691,0.01170411,-0.008335083),(0.01970563,0.01300798,-0.009625579),(0.01948671,0.01330363,-0.009837731),(0.01954772,0.01313844,-0.009302283),(0.01934102,0.0134526,-0.009510381),(0.01926701,0.01359542,-0.01005502),(0.01904923,0.01388611,-0.01027628),(0.0191314,0.01375933,-0.009725995),(0.01892227,0.01406199,-0.009946857),(0.01915605,0.01355466,-0.009229643),(0.01895487,0.013877,-0.009436924),(0.01875315,0.01419284,-0.009651214),(0.0187289,0.01393219,-0.009208114),(0.0185324,0.01426199,-0.009406717),(0.01892495,0.0135949,-0.009019043),(0.01935287,0.01322209,-0.009032645),(0.01911683,0.01324649,-0.008843349),(0.01883612,0.01417846,-0.01050037),(0.01862614,0.01447243,-0.01072655),(0.01871706,0.01436398,-0.01017071),(0.01851477,0.01466587,-0.0103969),(0.01841775,0.01476796,-0.01095409),(0.01820943,0.01506503,-0.01118224),(0.0183144,0.01496825,-0.01062478),(0.01811494,0.01527168,-0.01085373),(0.01835895,0.01481722,-0.01009034),(0.01816552,0.01512802,-0.01031385),(0.0179739,0.01543939,-0.01053912),(0.01796211,0.01523356,-0.01003316),(0.017778,0.015556,-0.01024931),(0.01814913,0.01491131,-0.009820097),(0.01855467,0.01450587,-0.009869239),(0.01833918,0.01458791,-0.009610997),(0.01799964,0.01536359,-0.01141029),(0.01778719,0.0156633,-0.01163759),(0.01791542,0.01557676,-0.01108308),(0.01771476,0.01588326,-0.01131241),(0.01757092,0.01596382,-0.0118635),(0.01734963,0.01626481,-0.0120874),(0.01751186,0.01619096,-0.01154129),(0.01730567,0.01649963,-0.01176928),(0.01759373,0.0160671,-0.01099266),(0.01740337,0.01638329,-0.01122038),(0.01721162,0.01670095,-0.01144838),(0.01723931,0.01653284,-0.01091034),(0.01706174,0.01686177,-0.01113411),(0.01741736,0.01620559,-0.01068813),(0.01778361,0.01575244,-0.01076548),(0.01759667,0.01588,-0.01046771),(0.01712213,0.01656593,-0.01230864),(0.01688781,0.01686704,-0.0125265),(0.0170951,0.01680905,-0.01199595),(0.01687921,0.01711892,-0.01222074),(0.01664607,0.01716802,-0.01274026),(0.01639628,0.01746875,-0.0129492),(0.01665704,0.01742895,-0.01244309),(0.01642763,0.01773883,-0.01266243),(0.01681998,0.01733994,-0.01190402),(0.01661763,0.01766038,-0.01213091),(0.01640929,0.01798087,-0.01235669),(0.01652178,0.01785687,-0.01181265),(0.0163347,0.01818956,-0.01204047),(0.01670437,0.01752432,-0.0115855),(0.01701757,0.01701997,-0.01167638),(0.0168839,0.01719245,-0.01135924),(0.01613783,0.01776907,-0.01315259),(0.0158706,0.01806917,-0.01334949),(0.01619004,0.01804827,-0.01287823),(0.01594369,0.01835726,-0.0130894),(0.01559445,0.01836919,-0.01353894),(0.01530926,0.01866929,-0.01372001),(0.01568802,0.0186658,-0.01329492),(0.01542244,0.01897389,-0.01349372),(0.01596993,0.01862049,-0.01280272),(0.01573692,0.01893933,-0.01302084),(0.01549368,0.01925736,-0.01323427),(0.01573291,0.01918445,-0.0127228),(0.01551439,0.01951438,-0.0129467),(0.01594159,0.01885355,-0.01249649),(0.01619372,0.01830095,-0.01258098),(0.01614175,0.01852185,-0.01226873),(0.0150149,0.01896963,-0.01389173),(0.01471176,0.01927017,-0.01405321),(0.01514639,0.01928153,-0.01368474),(0.0148601,0.01958865,-0.01386677),(0.01440024,0.01957088,-0.01420354),(0.01408073,0.01987172,-0.01434184),(0.0145638,0.01989518,-0.01403857),(0.01425771,0.02020104,-0.01419891),(0.01497341,0.01989034,-0.01364238),(0.01469616,0.02020493,-0.01383405),(0.01440735,0.020518,-0.01401547),(0.01478905,0.02049548,-0.01359151),(0.01452171,0.02081831,-0.01379183),(0.01504316,0.02017028,-0.01338275),(0.01523921,0.01957442,-0.01344195),(0.0152847,0.01984312,-0.01316725),(0.01375361,0.02017264,-0.01446719),(0.01341996,0.02047395,-0.01458014),(0.01394207,0.02050616,-0.01434657),(0.01361801,0.02081094,-0.01448168),(0.01308086,0.02077596,-0.01468121),(0.01273737,0.02107896,-0.01477093),(0.01328668,0.02111576,-0.01460436),(0.01294919,0.02142102,-0.01471475),(0.0137959,0.0211395,-0.01434277),(0.01347563,0.02144882,-0.01448814),(0.01314725,0.02175779,-0.01462097),(0.01364106,0.02177215,-0.01432946),(0.01332551,0.02208677,-0.01448544),(0.01394645,0.02145618,-0.01416144),(0.01410686,0.02082938,-0.01418513),(0.01424042,0.02113839,-0.01398202),(0.01239058,0.02138326,-0.01484984),(0.01204106,0.02168866,-0.01491981),(0.01260669,0.02172711,-0.01481297),(0.01225995,0.02203395,-0.01490038),(0.01168939,0.02199496,-0.01498274),(0.01133615,0.02230195,-0.01504049),(0.01190973,0.02234147,-0.01497832),(0.01155681,0.02264961,-0.01504814),(0.01247063,0.02237612,-0.01484903),(0.01212425,0.02268562,-0.0149458),(0.01177371,0.02299544,-0.01503207),(0.01232938,0.02302625,-0.01487801),(0.01198414,0.02333867,-0.01498434),(0.01266868,0.0227136,-0.01475954),(0.01281194,0.02206687,-0.01474101),(0.01300105,0.02240052,-0.01462874),(0.01098193,0.02260945,-0.01509496),(0.01062716,0.02291706,-0.01514898),(0.01120195,0.02295829,-0.01511118),(0.01084565,0.02326718,-0.01517014),(0.01027228,0.02322441,-0.01520537),(0.009917711,0.02353111,-0.01526699),(0.01048837,0.02357591,-0.01522771),(0.01013062,0.02388416,-0.01528657),(0.01106362,0.02361601,-0.01517783),(0.01070533,0.02392625,-0.01524207),(0.01034574,0.02423612,-0.01530372),(0.01092206,0.02427546,-0.0152391),(0.01056207,0.02458713,-0.01530898),(0.01127963,0.02396341,-0.01516298),(0.01141996,0.02330566,-0.01510862),(0.01163394,0.0236511,-0.01507869),(0.009563888,0.02383679,-0.01533666),(0.009211949,0.02414153,-0.01541664),(0.009772875,0.02419156,-0.01534942),(0.00941602,0.02449812,-0.01541899),(0.008863035,0.02444542,-0.01550915),(0.00851828,0.02474855,-0.01561643),(0.009060936,0.0248038,-0.015498),(0.008708507,0.02510861,-0.01558919),(0.009625212,0.02485386,-0.01542936),(0.009265589,0.02516154,-0.01549937),(0.008907269,0.02546829,-0.01557817),(0.009474878,0.02551852,-0.01550486),(0.009111917,0.02582728,-0.0155758),(0.009837928,0.02520881,-0.01543879),(0.009985482,0.02454536,-0.01536515),(0.01020051,0.02489829,-0.01537452),(0.008178822,0.02505099,-0.01574074),(0.007845416,0.02535377,-0.01588096),(0.008359615,0.02541251,-0.01569528),(0.008015394,0.02571658,-0.0158163),(0.007518814,0.02565785,-0.01603599),(0.007199773,0.02596425,-0.01620473),(0.007676987,0.02602189,-0.0159523),(0.007345532,0.02632952,-0.01610331),(0.008197829,0.02607973,-0.01577237),(0.00784935,0.02638656,-0.01589013),(0.007506789,0.02669554,-0.01602324),(0.008032309,0.02675096,-0.01584519),(0.007680076,0.0270613,-0.01596124),(0.00838927,0.0264425,-0.01574375),(0.008550908,0.025774,-0.01566878),(0.008749592,0.02613494,-0.01565469),(0.006889043,0.02627395,-0.01638608),(0.006583845,0.02658509,-0.01657556),(0.007022165,0.02664053,-0.01626937),(0.006704927,0.0269537,-0.01644616),(0.0062814,0.0268958,-0.01676866),(0.005978926,0.02720422,-0.01696094),(0.006391853,0.02726777,-0.01662935),(0.006080985,0.02758152,-0.01681461),(0.006842369,0.02732255,-0.01633524),(0.006518483,0.02763942,-0.01650643),(0.006198795,0.02795775,-0.01668261),(0.006659804,0.02800993,-0.01639862),(0.006331782,0.02833218,-0.01656439),(0.006993846,0.02769073,-0.01624088),(0.007171467,0.02700773,-0.01617289),(0.007333928,0.02737455,-0.01609411),(0.005673639,0.02750847,-0.01714789),(0.005363061,0.02780642,-0.01732702),(0.005770357,0.02789371,-0.01699762),(0.005456985,0.02820149,-0.01717601),(0.005044708,0.02809596,-0.01749582),(0.004716097,0.02837494,-0.0176518),(0.005137875,0.02850203,-0.01734744),(0.004810039,0.02879249,-0.01750953),(0.005565523,0.02859358,-0.01703606),(0.005245052,0.02890411,-0.01720854),(0.004917431,0.02920506,-0.017375),(0.005367958,0.02930155,-0.01708121),(0.005040316,0.02961214,-0.01725073),(0.005689793,0.02898201,-0.01690846),(0.005882289,0.02827697,-0.01685996),(0.006009756,0.02865754,-0.01673527),(0.004374748,0.02864124,-0.01779244),(0.004022402,0.02889403,-0.01791747),(0.004470487,0.02907002,-0.01765993),(0.004120103,0.02933392,-0.01779725),(0.003660804,0.02913251,-0.01802659),(0.003291699,0.02935584,-0.01811952),(0.003759772,0.02958344,-0.01792008),(0.003390376,0.02981788,-0.01802704),(0.004230302,0.02976733,-0.01768025),(0.003870581,0.03002767,-0.01781414),(0.003499947,0.03027351,-0.01793227),(0.003994583,0.03046545,-0.01770985),(0.003621423,0.03072323,-0.01783531),(0.004354723,0.03019424,-0.01756838),(0.004579217,0.02949296,-0.01753305),(0.004702937,0.02990975,-0.01741423),(0.00291683,0.02956322,-0.01819595),(0.002536758,0.02975669,-0.01825887),(0.003012801,0.03003651,-0.01811671),(0.002628037,0.03024088,-0.01819174),(0.00215204,0.02993829,-0.01831124),(0.001763238,0.03011006,-0.01835601),(0.002237075,0.03043258,-0.0182548),(0.001840908,0.03061317,-0.01830851),(0.002727151,0.03072098,-0.01811623),(0.002328049,0.03092408,-0.01818663),(0.001922519,0.0311144,-0.01824572),(0.002425886,0.03141314,-0.01810351),(0.002009204,0.03161376,-0.01816346),(0.002834919,0.03119753,-0.01803015),(0.003118294,0.03050437,-0.0180322),(0.00323415,0.03096741,-0.01794141),(0.001370909,0.03027407,-0.01839617),(0.0009748208,0.03042853,-0.01843004),(0.001440527,0.0307842,-0.01835555),(0.001035728,0.03094435,-0.01839388),(0.0005747362,0.03057172,-0.01845592),(0.0001704202,0.03070186,-0.01847216),(0.0006263078,0.03109228,-0.01842151),(0.0002120629,0.03122667,-0.01843642),(0.001096752,0.03145817,-0.01833497),(0.0006764958,0.03161015,-0.01836141),(0.0002513116,0.0317479,-0.01837322),(0.0007276389,0.03212301,-0.0182687),(0.0002911372,0.032262,-0.0182738),(0.001159722,0.03196866,-0.01824759),(0.00151209,0.03129267,-0.01829579),(0.00158703,0.03179892,-0.018212),(-0.000238362,0.0308172,-0.01847708),(-0.0006503836,0.03091701,-0.01847284),(-0.0002072101,0.03134616,-0.01843661),(-0.0006296318,0.0314492,-0.01842397),(-0.001064417,0.03100055,-0.01846164),(-0.001479236,0.03106706,-0.01844564),(-0.001053323,0.03153418,-0.01840043),(-0.001476403,0.03159953,-0.0183679),(-0.0006115584,0.03197611,-0.01834857),(-0.001044621,0.03206185,-0.01831441),(-0.001475686,0.03212554,-0.01826724),(-0.00103298,0.03257567,-0.01818619),(-0.001471101,0.03263626,-0.01812464),(-0.0005916088,0.0324912,-0.01823196),(-0.0001788103,0.03187067,-0.01836856),(-0.0001494242,0.03238568,-0.01826135),(-0.001893613,0.03111581,-0.01842702),(-0.002302717,0.03114443,-0.01839398),(-0.001896995,0.03164367,-0.01832828),(-0.002311622,0.03166571,-0.0182739),(-0.002701715,0.03115057,-0.01833473),(-0.003085776,0.03113186,-0.01823745),(-0.002716811,0.03166478,-0.01819707),(-0.003109087,0.03164002,-0.01809012),(-0.002322578,0.03218015,-0.0181336),(-0.002733781,0.03217204,-0.01803969),(-0.003133738,0.03214094,-0.01792273),(-0.002745626,0.0326637,-0.01784616),(-0.003152425,0.03262655,-0.01771988),(-0.002328854,0.03267873,-0.01795528),(-0.001902443,0.03216481,-0.01820821),(-0.001903535,0.0326701,-0.01804788),(-0.003450068,0.03108593,-0.01809035),(-0.003800866,0.03101662,-0.01790929),(-0.003484977,0.03159052,-0.01794535),(-0.003848739,0.03151928,-0.01777401),(-0.004144441,0.03092779,-0.01771012),(-0.00448707,0.03082328,-0.0175087),(-0.004556925,0.0313234,-0.01739649),(-0.004204636,0.03142925,-0.01758731),(-0.003895503,0.03201347,-0.01761547),(-0.00426235,0.03192156,-0.01743907),(-0.004623204,0.03181381,-0.01725675),(-0.004309093,0.03239784,-0.0172483),(-0.004677318,0.03228773,-0.01707203),(-0.003932985,0.03249206,-0.01741739),(-0.003520139,0.03208735,-0.01777901),(-0.00354782,0.03256881,-0.01757577),(-0.004835024,0.03070696,-0.01732089),(-0.005187906,0.03058305,-0.01715063),(-0.005263142,0.0310762,-0.01703909),(-0.004909868,0.03120469,-0.01721277),(-0.005545318,0.03045582,-0.01700188),(-0.005906863,0.03032952,-0.0168786),(-0.005969395,0.03080207,-0.01673362),(-0.005616425,0.03094098,-0.01687839),(-0.005683242,0.03141629,-0.01672493),(-0.005334067,0.03155935,-0.01689744),(-0.006027686,0.0312651,-0.01656016),(-0.006077651,0.0317125,-0.01634811),(-0.005739546,0.0318748,-0.01652847),(-0.005393091,0.03202534,-0.01671039),(-0.004980582,0.03169246,-0.01707546),(-0.005038833,0.03216328,-0.01689215),(-0.006272144,0.03020841,-0.01678471),(-0.006630142,0.03008201,-0.01670085),(-0.006664918,0.03051479,-0.01648727),(-0.006321731,0.03066255,-0.0166077),(-0.006969842,0.02993987,-0.01660764),(-0.007280227,0.02977153,-0.0164857),(-0.007289814,0.03016404,-0.01620927),(-0.00699045,0.03035116,-0.01635892),(-0.007007536,0.03075504,-0.01609373),(-0.006695482,0.03093919,-0.01625256),(-0.007297499,0.03055048,-0.01592087),(-0.007309773,0.03093224,-0.01562211),(-0.007026052,0.03115138,-0.01581181),(-0.006724038,0.031353,-0.01599354),(-0.006366982,0.03110764,-0.01640537),(-0.006406859,0.03153929,-0.01617106),(-0.007550279,0.02956649,-0.01631564),(-0.007782355,0.02933152,-0.01610783),(-0.00778688,0.02970217,-0.01581311),(-0.007554495,0.02994579,-0.01602495),(-0.007978807,0.02907333,-0.01587265),(-0.008141994,0.02879863,-0.01562045),(-0.00816427,0.02916175,-0.01533565),(-0.007989343,0.02943891,-0.01558095),(-0.008008012,0.02980409,-0.01528677),(-0.007795968,0.03007054,-0.01551324),(-0.008197618,0.02952595,-0.01505074),(-0.00824153,0.02989104,-0.01476406),(-0.008036829,0.0301695,-0.01498985),(-0.007814046,0.03043804,-0.01520933),(-0.007559719,0.03032083,-0.01572599),(-0.007572066,0.03069337,-0.01542068),(-0.008274266,0.02851416,-0.01536161),(-0.008394922,0.02822413,-0.01510533),(-0.008455715,0.02858672,-0.01483686),(-0.008314035,0.02887641,-0.01508438),(-0.008523251,0.02793275,-0.01486084),(-0.008678552,0.02764424,-0.01463735),(-0.008783098,0.02800947,-0.01439196),(-0.008606378,0.02829647,-0.01460282),(-0.008701775,0.0286619,-0.01434949),(-0.008529659,0.02895142,-0.01457226),(-0.008897737,0.02837546,-0.0141508),(-0.009016526,0.02874042,-0.01390907),(-0.008804174,0.02902762,-0.01409689),(-0.008612616,0.02931711,-0.01430823),(-0.008366554,0.02924058,-0.01480929),(-0.008429263,0.02960592,-0.01453373),(-0.008880116,0.02736279,-0.01444408),(-0.009120745,0.02708891,-0.01428193),(-0.009258037,0.02745625,-0.01406686),(-0.009002947,0.02772952,-0.01421402),(-0.009393238,0.02682307,-0.01415177),(-0.009690395,0.02656574,-0.01405452),(-0.0098424,0.0269282,-0.01385627),(-0.009540481,0.02718927,-0.01394832),(-0.009685004,0.02755032,-0.01373914),(-0.009397537,0.02782088,-0.0138504),(-0.009986605,0.02728265,-0.01364748),(-0.01011714,0.0276255,-0.01342071),(-0.00982082,0.02790296,-0.0135165),(-0.009533105,0.02818,-0.01362544),(-0.009132386,0.02809552,-0.01398603),(-0.009262254,0.02845851,-0.01375411),(-0.01000501,0.02631741,-0.01399105),(-0.0103289,0.02607217,-0.01394737),(-0.01047266,0.02641674,-0.01373312),(-0.0101559,0.02667265,-0.01378857),(-0.01065386,0.02582413,-0.01390944),(-0.0109717,0.02556738,-0.01386327),(-0.01108267,0.02588018,-0.0136107),(-0.01078436,0.02615455,-0.01367786),(-0.01089306,0.02646761,-0.01342374),(-0.01059914,0.02674678,-0.0134992),(-0.01116738,0.0261736,-0.01333484),(-0.01122016,0.02644575,-0.01303818),(-0.01097391,0.02676053,-0.01314678),(-0.01070227,0.02705897,-0.01324238),(-0.01029416,0.02701663,-0.01357064),(-0.01041382,0.02734573,-0.01333151),(-0.01127422,0.02529602,-0.01379483),(-0.0115534,0.02500833,-0.01370554),(-0.0116071,0.02527714,-0.01340834),(-0.01135928,0.02558772,-0.01351956),(-0.01180126,0.02470258,-0.0135968),(-0.01200976,0.02437702,-0.01347003),(-0.01198805,0.02460139,-0.01314122),(-0.01181905,0.02494838,-0.01328093),(-0.01179941,0.02517552,-0.01295311),(-0.01162615,0.02552608,-0.01309398),(-0.01192782,0.02480906,-0.01280601),(-0.01182923,0.02500262,-0.01247094),(-0.01174061,0.02538575,-0.01262021),(-0.01160714,0.02575574,-0.01276866),(-0.01141361,0.02585926,-0.01322307),(-0.01143245,0.02610995,-0.01291006),(-0.01217091,0.02402994,-0.01332663),(-0.01228497,0.02366496,-0.01317492),(-0.01217853,0.02385619,-0.01284338),(-0.01210703,0.02423613,-0.01299312),(-0.01235218,0.02328574,-0.01302324),(-0.01237281,0.02289592,-0.01287991),(-0.01218937,0.0230667,-0.01256608),(-0.01220513,0.02346518,-0.01269878),(-0.01202889,0.02363597,-0.0123795),(-0.01203793,0.02403606,-0.01251445),(-0.01198329,0.02323108,-0.0122581),(-0.01176262,0.02339051,-0.01195381),(-0.01182968,0.0238003,-0.01206597),(-0.01186739,0.02420731,-0.01219126),(-0.01200578,0.02442817,-0.0126582),(-0.01186936,0.02460894,-0.0123271),(-0.01234711,0.02249912,-0.01275325),(-0.01228292,0.0220975,-0.01264258),(-0.01204697,0.02225925,-0.01235364),(-0.01213381,0.02266436,-0.01245205),(-0.0121881,0.02169323,-0.01254723),(-0.01207047,0.02128845,-0.01246649),(-0.01181342,0.02144524,-0.01219143),(-0.01193734,0.02185251,-0.01226778),(-0.01168977,0.02200787,-0.01198476),(-0.01180502,0.02241681,-0.01206546),(-0.01156872,0.02159802,-0.01190819),(-0.01134842,0.0217457,-0.01160882),(-0.01145706,0.02215844,-0.01169018),(-0.0115679,0.02256992,-0.01177124),(-0.01190576,0.02282462,-0.01215499),(-0.01167256,0.02298049,-0.01185734),(-0.0119379,0.02088533,-0.0123997),(-0.01179784,0.02048278,-0.01234101),(-0.01155481,0.0206317,-0.012054),(-0.01168372,0.02103857,-0.01212152),(-0.01165777,0.0200797,-0.01228458),(-0.01152517,0.01967501,-0.01222457),(-0.01132568,0.01981428,-0.01190995),(-0.01143327,0.02022387,-0.01198483),(-0.01124486,0.02036333,-0.01166736),(-0.01134082,0.02077601,-0.01175134),(-0.01116814,0.01994918,-0.0115772),(-0.0110611,0.02008145,-0.0112289),(-0.01110258,0.02049895,-0.0113317),(-0.01116705,0.02091568,-0.01142941),(-0.01145059,0.02118749,-0.01183099),(-0.01125037,0.02133135,-0.01152184),(-0.0114075,0.01926763,-0.01215515),(-0.01130886,0.01885787,-0.01207718),(-0.01117479,0.01898827,-0.01173302),(-0.01123861,0.01940216,-0.01182532),(-0.01123334,0.01844602,-0.01199157),(-0.01118502,0.01803241,-0.01189916),(-0.01112779,0.01815826,-0.01153373),(-0.01113694,0.01857339,-0.01163513),(-0.01109154,0.01870057,-0.01126955),(-0.01109014,0.01911675,-0.01137554),(-0.01112168,0.01828582,-0.01116378),(-0.01116712,0.01841785,-0.01079719),(-0.01109966,0.01883049,-0.01090243),(-0.01105956,0.01924607,-0.01101138),(-0.01111612,0.01953331,-0.01147901),(-0.01104673,0.01966344,-0.01112116),(-0.011168,0.01761735,-0.01180087),(-0.01118239,0.01720261,-0.01170004),(-0.01120281,0.01733116,-0.01132943),(-0.01115007,0.01774368,-0.0114309),(-0.01122832,0.01678998,-0.01160006),(-0.01130592,0.01638125,-0.01150431),(-0.0113959,0.0165184,-0.01114175),(-0.01128507,0.01692222,-0.01123212),(-0.01138544,0.01706102,-0.01087214),(-0.01127039,0.01746489,-0.01096313),(-0.01152526,0.01666308,-0.01078999),(-0.01168903,0.01681571,-0.01045272),(-0.01152522,0.01720747,-0.01052524),(-0.01138214,0.01760558,-0.01060753),(-0.01118188,0.01787354,-0.01106099),(-0.01126203,0.0180093,-0.01069853),(-0.0114153,0.01597819,-0.01141615),(-0.011554,0.01558219,-0.01133697),(-0.01169788,0.0157317,-0.01099074),(-0.01153433,0.01612122,-0.01106111),(-0.01171954,0.01519463,-0.01126817),(-0.01190946,0.01481689,-0.01121113),(-0.01209042,0.01497974,-0.01088299),(-0.01188407,0.01535087,-0.01093119),(-0.0120737,0.01551458,-0.01060749),(-0.01187165,0.01588916,-0.01065786),(-0.01229198,0.01514921,-0.01056734),(-0.01251016,0.01532408,-0.01026361),(-0.01228381,0.01568482,-0.01029724),(-0.01207023,0.01605396,-0.01033948),(-0.01168808,0.01627223,-0.01071863),(-0.01187133,0.01643106,-0.01039105),(-0.01212128,0.01445035,-0.01116723),(-0.01235369,0.01409656,-0.0111369),(-0.01255555,0.01427108,-0.01082277),(-0.01231445,0.01461935,-0.01084668),(-0.01260536,0.01375705,-0.01112058),(-0.01287499,0.01343336,-0.01111869),(-0.01308649,0.01361655,-0.0108141),(-0.0128131,0.01393634,-0.01081174),(-0.0130303,0.01411724,-0.01050947),(-0.01277037,0.01444935,-0.01051772),(-0.01330395,0.0137986,-0.01051307),(-0.01325474,0.01429792,-0.01021214),(-0.01352503,0.0139772,-0.01021347),(-0.01299555,0.01462984,-0.01022045),(-0.01252423,0.01479373,-0.01053721),(-0.01274738,0.01497215,-0.01023781),(-0.01316125,0.01312704,-0.01113166),(-0.01346118,0.01283599,-0.011157),(-0.01337511,0.01331309,-0.01083034),(-0.01367508,0.01302237,-0.01085686),(-0.01377181,0.01255815,-0.01119221),(-0.01409016,0.01229141,-0.01123481),(-0.01398249,0.01274082,-0.01089003),(-0.01429348,0.01246484,-0.01092625),(-0.01388728,0.0132005,-0.01055328),(-0.01418732,0.0129115,-0.01058118),(-0.0144865,0.01262284,-0.01060845),(-0.01438086,0.01306558,-0.01026124),(-0.0146627,0.0127608,-0.01027703),(-0.01409362,0.01336636,-0.01024244),(-0.01359122,0.01349461,-0.01052912),(-0.0138065,0.01366845,-0.01022504),(-0.01441328,0.01203369,-0.01128231),(-0.01473489,0.01177747,-0.01133018),(-0.01460415,0.01219084,-0.01096191),(-0.01490848,0.0119132,-0.01099462),(-0.01504875,0.01151525,-0.01137394),(-0.01534858,0.01123952,-0.01140905),(-0.01520044,0.0116263,-0.01102203),(-0.01547401,0.01132453,-0.01104173),(-0.01506225,0.01202866,-0.01064781),(-0.01532774,0.01171599,-0.01065938),(-0.01557092,0.01138816,-0.0106652),(-0.01563248,0.0114313,-0.0102809),(-0.01542329,0.01178363,-0.01028582),(-0.01518873,0.01212152,-0.01028781),(-0.01477999,0.01232976,-0.01063075),(-0.01493359,0.01244668,-0.01028539),(-0.01562813,0.01094274,-0.01143103),(-0.01588383,0.01062588,-0.01144327),(-0.01572317,0.01100226,-0.01105138),(-0.01594528,0.01066122,-0.01105467),(-0.0161121,0.01028985,-0.01144922),(-0.01630936,0.009935616,-0.01145227),(-0.0162978,0.009929875,-0.01105712),(-0.0161377,0.01030318,-0.01105535),(-0.01612678,0.01030154,-0.01066161),(-0.01597209,0.01067861,-0.01066258),(-0.01624866,0.009912677,-0.01066586),(-0.01615967,0.009887784,-0.01028254),(-0.01607583,0.01028836,-0.01027183),(-0.01595951,0.01068095,-0.01027036),(-0.01578625,0.01104159,-0.01066502),(-0.01581147,0.01106284,-0.01027456),(-0.01647206,0.009564101,-0.01145587),(-0.01659918,0.009179068,-0.01146364),(-0.01651267,0.009146368,-0.01107835),(-0.01642293,0.00954304,-0.01106371),(-0.01668973,0.008784271,-0.01147925),(-0.01674271,0.008383472,-0.01150634),(-0.01658423,0.008338283,-0.0111447),(-0.01656658,0.008743554,-0.01110427),(-0.01640935,0.008702409,-0.01074167),(-0.01638953,0.009109842,-0.01070357),(-0.01639599,0.008295333,-0.0107957),(-0.01621909,0.008664191,-0.01039427),(-0.01618097,0.008257178,-0.01046047),(-0.01622946,0.009073257,-0.01034303),(-0.01633611,0.009514355,-0.01067907),(-0.01621027,0.009481935,-0.01030603),(-0.01675713,0.00798043,-0.01154857),(-0.01674235,0.007575838,-0.01160332),(-0.0165652,0.007934248,-0.01120287),(-0.01652144,0.007530775,-0.01127337),(-0.01670778,0.00717039,-0.01166798),(-0.01666278,0.006764783,-0.01173996),(-0.01646489,0.007127195,-0.01135078),(-0.01640752,0.006722836,-0.01142967),(-0.01628469,0.007490278,-0.01095097),(-0.01621413,0.007088734,-0.01103708),(-0.01615187,0.006685465,-0.01111875),(-0.01596644,0.007053773,-0.01072003),(-0.01590759,0.006650724,-0.01079919),(-0.01604083,0.007454308,-0.01063166),(-0.01634987,0.007891884,-0.010868),(-0.01611695,0.007854663,-0.01054237),(-0.01661675,0.006359712,-0.01181664),(-0.01657928,0.005955026,-0.01189146),(-0.01636127,0.006317023,-0.01150464),(-0.01633232,0.005910527,-0.01157173),(-0.01655998,0.005550579,-0.01195785),(-0.01656843,0.005146221,-0.01200924),(-0.01632684,0.005504115,-0.01162699),(-0.01635101,0.005098552,-0.01166647),(-0.01609593,0.005870112,-0.01124493),(-0.01610736,0.005461433,-0.01128718),(-0.01614847,0.005054355,-0.01131401),(-0.01596188,0.005013464,-0.0109518),(-0.01590563,0.005421843,-0.01093604),(-0.01587757,0.005832411,-0.01090609),(-0.01611162,0.006278691,-0.01118841),(-0.0158781,0.006242821,-0.01086084),(-0.01661424,0.004741801,-0.01203907),(-0.01669785,0.004343042,-0.01204705),(-0.01650796,0.004298371,-0.01168559),(-0.01641098,0.004694607,-0.01168623),(-0.01681972,0.003955662,-0.01203292),(-0.01698028,0.003585382,-0.01199639),(-0.01681765,0.003553399,-0.01162051),(-0.01664312,0.003915938,-0.01166391),(-0.01647589,0.003879709,-0.0112893),(-0.01633009,0.004256801,-0.01131655),(-0.01666188,0.003525996,-0.01124104),(-0.01651093,0.003503124,-0.01085952),(-0.01631588,0.003846667,-0.01091081),(-0.01616241,0.004218093,-0.01094164),(-0.01622183,0.00465058,-0.0113243),(-0.01604594,0.004609618,-0.01095449),(-0.01717997,0.003237921,-0.01193719),(-0.0174176,0.002924331,-0.01185983),(-0.01703274,0.003216847,-0.01155474),(-0.01728609,0.002918012,-0.01147197),(-0.01769198,0.002655663,-0.0117688),(-0.01800191,0.002442968,-0.01166862),(-0.01789845,0.0024804,-0.01127699),(-0.01757543,0.002668619,-0.0113776),(-0.01746174,0.002693521,-0.01098757),(-0.0171586,0.00292084,-0.01108365),(-0.01779635,0.002532456,-0.0108886),(-0.01769476,0.002603169,-0.01050534),(-0.01734993,0.002733514,-0.01060023),(-0.01703379,0.002934792,-0.01069623),(-0.01689072,0.003202352,-0.01117032),(-0.01675219,0.003195248,-0.01078533),(-0.0183462,0.002297298,-0.0115638),(-0.01871589,0.002213818,-0.01146246),(-0.01862994,0.002314501,-0.01108023),(-0.01825288,0.002365083,-0.01117552),(-0.01910201,0.002187695,-0.01137276),(-0.01949561,0.002214095,-0.01130282),(-0.01941689,0.002374894,-0.01093625),(-0.01902087,0.002320493,-0.01099813),(-0.01893403,0.002472384,-0.01063473),(-0.01854054,0.002433579,-0.01070691),(-0.01933107,0.002554427,-0.01058203),(-0.01923704,0.002753912,-0.01024271),(-0.01884015,0.002646361,-0.01028566),(-0.01844643,0.002575069,-0.01034547),(-0.01815863,0.002449706,-0.0107933),(-0.01806245,0.002555512,-0.01041956),(-0.01988772,0.002288181,-0.01126079),(-0.02027843,0.002398803,-0.01123969),(-0.02019919,0.002593799,-0.01088672),(-0.01980924,0.002469541,-0.01090159),(-0.02066785,0.002534806,-0.01123253),(-0.02105607,0.002685036,-0.01123232),(-0.02097691,0.002888625,-0.01088653),(-0.02058799,0.002737039,-0.01088418),(-0.02050263,0.002950989,-0.01054322),(-0.02011349,0.002803442,-0.01054358),(-0.02089287,0.003100946,-0.0105457),(-0.02080821,0.003309271,-0.01020399),(-0.02041435,0.003168192,-0.010206),(-0.02002238,0.003023094,-0.01020902),(-0.0197236,0.002668018,-0.01055408),(-0.01963053,0.002882245,-0.01021921),(-0.02144318,0.002838341,-0.01123208),(-0.02182924,0.002993861,-0.01123188),(-0.02136723,0.003037927,-0.01088632),(-0.02175881,0.003183457,-0.01088364),(-0.02221433,0.00315074,-0.01123179),(-0.0225985,0.003308115,-0.01123188),(-0.02215156,0.003323728,-0.01087856),(-0.02254536,0.003457254,-0.01087117),(-0.02208154,0.003496344,-0.01052682),(-0.0216823,0.003376287,-0.01053738),(-0.02248382,0.003601106,-0.01051215),(-0.0224211,0.003714705,-0.01014768),(-0.02201206,0.003644381,-0.0101684),(-0.02160697,0.003550967,-0.01018489),(-0.02128608,0.0032436,-0.01054372),(-0.02120572,0.003438063,-0.01019686),(-0.02298181,0.003465128,-0.01123223),(-0.02336515,0.003605306,-0.01123546),(-0.02333467,0.003685632,-0.01085424),(-0.02294007,0.003582548,-0.01086156),(-0.02374939,0.003712174,-0.01124422),(-0.02413544,0.003769255,-0.01126114),(-0.02411926,0.003769268,-0.01086443),(-0.02372808,0.003752532,-0.01085369),(-0.02369666,0.003767359,-0.01046861),(-0.02329448,0.003746682,-0.01047695),(-0.02409258,0.003739866,-0.01047456),(-0.0240527,0.003670926,-0.01009404),(-0.02365448,0.003742259,-0.01008934),(-0.02324681,0.003769457,-0.01010129),(-0.02288917,0.003687909,-0.0104935),(-0.02283419,0.003758334,-0.01012302),(-0.02452415,0.003760079,-0.01128885),(-0.02491487,0.003701207,-0.01132466),(-0.02489259,0.003626356,-0.01092933),(-0.02450716,0.003721865,-0.01089096),(-0.02530693,0.003609205,-0.01136587),(-0.02569965,0.003500639,-0.01140977),(-0.02565935,0.003355166,-0.0110258),(-0.02527638,0.003498779,-0.01097559),(-0.02523365,0.003366203,-0.01059436),(-0.02485875,0.003524729,-0.01054254),(-0.02560622,0.003193117,-0.01065129),(-0.02554089,0.003010983,-0.01028903),(-0.02517757,0.003207187,-0.01022559),(-0.02481075,0.003390903,-0.01016804),(-0.02447917,0.003654137,-0.0105009),(-0.02443695,0.003549645,-0.01012223),(0.03314406,0.001837227,0.001752743),(0.03291287,0.002080973,0.001500447),(0.03268003,0.00231899,0.001244431),(0.03235061,0.002212458,0.001453614),(0.0325811,0.001989079,0.001721071),(0.03281017,0.001761143,0.001985664),(0.03244391,0.002545549,0.000980977),(0.03220288,0.00275492,0.0007063631),(0.03187961,0.002627307,0.0008986479),(0.03211725,0.00242672,0.001180427),(0.03178936,0.002274136,0.001358003),(0.03201861,0.002080333,0.001644567),(0.03155659,0.002458192,0.001065763),(0.03123931,0.002256143,0.00120791),(0.0314641,0.00209528,0.001514167),(0.03168622,0.001928916,0.001817361),(0.03224551,0.001880033,0.001927347),(0.03247124,0.001676484,0.002208235),(0.03190655,0.001758886,0.002118513),(0.03212599,0.001587022,0.002418645),(0.03195528,0.002941375,0.0004168706),(0.03170193,0.003107351,0.0001162016),(0.03163625,0.002809661,0.0006054114),(0.03138757,0.002976189,0.0003040436),(0.03144364,0.003255289,-0.0001919417),(0.03118122,0.003387626,-0.0005038569),(0.03113397,0.003129299,-2.129701e-6),(0.03087586,0.003271398,-0.0003097827),(0.03107686,0.002789784,0.0004614796),(0.03082963,0.002942246,0.0001552404),(0.03057734,0.003089107,-0.0001498615),(0.03029679,0.002850899,-3.230633e-5),(0.03054046,0.002704586,0.0002748952),(0.03077826,0.002558332,0.0005857086),(0.03131913,0.002629254,0.0007659546),(0.03101096,0.002409672,0.0008975684),(0.03091548,0.003506801,-0.0008158419),(0.03064663,0.003613222,-0.001127544),(0.03061364,0.003404894,-0.0006155896),(0.0303478,0.00352973,-0.0009198671),(0.03037489,0.003707293,-0.00143861),(0.03010047,0.003789421,-0.001748689),(0.03007885,0.003645848,-0.001222932),(0.02980729,0.003753192,-0.001525102),(0.03005791,0.003372828,-0.0007487895),(0.02979224,0.003508521,-0.001044301),(0.02952356,0.003639323,-0.001338301),(0.02952903,0.003300287,-0.0009205393),(0.02926346,0.003449661,-0.001208568),(0.02979029,0.00314992,-0.0006291011),(0.03031986,0.003232829,-0.0004509238),(0.03004647,0.002999734,-0.0003333309),(0.0298236,0.003860013,-0.002057425),(0.02954345,0.003916531,-0.002364487),(0.0295336,0.003851705,-0.001826693),(0.02925714,0.003938228,-0.002128069),(0.02925922,0.003956438,-0.002669541),(0.0289701,0.003977197,-0.002972254),(0.02897725,0.004009604,-0.002429592),(0.02869325,0.004062674,-0.002731625),(0.02897902,0.003880879,-0.001925428),(0.0287024,0.003984385,-0.002220819),(0.02842233,0.004071543,-0.002518937),(0.02844583,0.003869595,-0.002065084),(0.0281664,0.003987501,-0.002354192),(0.02872184,0.003738117,-0.001779003),(0.02925262,0.003764651,-0.001631633),(0.0289944,0.003596872,-0.00149411),(0.02867527,0.003976272,-0.003272291),(0.02837603,0.003958782,-0.003570176),(0.02840448,0.004094282,-0.003034533),(0.0281119,0.004108134,-0.003337827),(0.0280737,0.003929844,-0.003866429),(0.02776957,0.003894577,-0.004161573),(0.02781644,0.004107936,-0.003641022),(0.02751905,0.004097397,-0.00394363),(0.02785139,0.004188108,-0.003125494),(0.02756177,0.004221843,-0.003431413),(0.02727024,0.004242097,-0.003737412),(0.02731012,0.004240504,-0.00324532),(0.02702071,0.004294191,-0.003545813),(0.02759794,0.004172078,-0.002945655),(0.02813845,0.00413873,-0.002820916),(0.02788357,0.004088037,-0.002648164),(0.02746494,0.003858099,-0.004456128),(0.02715968,0.003822618,-0.00475034),(0.02722068,0.004080224,-0.004245166),(0.02692088,0.004058616,-0.004545319),(0.02685368,0.003790338,-0.005044453),(0.0265468,0.003763466,-0.00533871),(0.02661924,0.004034774,-0.004843776),(0.02631531,0.004010898,-0.005140226),(0.02668271,0.004251108,-0.004345007),(0.02638548,0.004244771,-0.004644881),(0.02608508,0.004234476,-0.004940988),(0.02614376,0.00438273,-0.004439494),(0.02584626,0.004396927,-0.004730865),(0.02643821,0.004362646,-0.004144077),(0.02697743,0.004251034,-0.004042231),(0.0267303,0.00433402,-0.003845791),(0.02623891,0.003744209,-0.005633358),(0.02593197,0.003739033,-0.005928693),(0.02600864,0.003989186,-0.005434356),(0.02570084,0.003975484,-0.005727538),(0.0256279,0.003754402,-0.006225016),(0.02532867,0.003796784,-0.006522622),(0.02539348,0.003975633,-0.006021143),(0.02508814,0.003995478,-0.006316545),(0.02547397,0.004213726,-0.005521165),(0.02516526,0.004211972,-0.005808922),(0.0248558,0.004221767,-0.006097578),(0.0249328,0.004429209,-0.005580978),(0.02462256,0.004444084,-0.005862449),(0.02524041,0.004417901,-0.005299778),(0.02578091,0.004222678,-0.00523247),(0.02554502,0.004407896,-0.005017017),(0.02503619,0.003872643,-0.006821812),(0.02475139,0.003983905,-0.007114375),(0.02478641,0.004040861,-0.006615109),(0.02449025,0.00411521,-0.006910746),(0.02447517,0.004132498,-0.007392097),(0.02420842,0.004320346,-0.007646771),(0.0242016,0.00422195,-0.007197364),(0.02392243,0.004364509,-0.007468869),(0.02424043,0.004293631,-0.006679828),(0.02394008,0.004364843,-0.006966827),(0.02364834,0.004465672,-0.007246676),(0.02369064,0.004544883,-0.006715505),(0.0233899,0.004614857,-0.006999441),(0.02399838,0.004496626,-0.006430701),(0.0245466,0.004247463,-0.006388979),(0.02431005,0.004464791,-0.00614602),(0.02395206,0.004549374,-0.007870182),(0.02370339,0.00481195,-0.008062189),(0.02365468,0.004546311,-0.007719166),(0.02339652,0.004763044,-0.007946581),(0.02345972,0.005100437,-0.008222641),(0.02321837,0.005407203,-0.008351394),(0.0231461,0.00501039,-0.008149434),(0.02290159,0.005284033,-0.008326051),(0.02309833,0.004769453,-0.007772095),(0.02283858,0.004971523,-0.008011757),(0.02258801,0.005206457,-0.008232121),(0.02254935,0.004998476,-0.007825455),(0.02229057,0.005193933,-0.00807998),(0.02281901,0.004838748,-0.00755808),(0.023368,0.004600689,-0.007516085),(0.02309927,0.004711844,-0.007281521),(0.02297664,0.005724611,-0.008448304),(0.02273393,0.006050532,-0.008514975),(0.02266115,0.005579657,-0.00847475),(0.02242382,0.005893665,-0.008594144),(0.02248958,0.006382835,-0.008553017),(0.02224298,0.006719389,-0.00856404),(0.02218863,0.006222453,-0.008682838),(0.02195465,0.006562427,-0.008739441),(0.0221112,0.005769115,-0.008601917),(0.0218829,0.006087884,-0.008742998),(0.02165997,0.006425645,-0.008849303),(0.02157846,0.005995521,-0.008720233),(0.02136043,0.00632063,-0.008872344),(0.02180574,0.005696602,-0.00853343),(0.02234589,0.005473814,-0.008430233),(0.02204291,0.005428025,-0.008317991),(0.0219935,0.007058068,-0.008549646),(0.02174464,0.007400678,-0.008518148),(0.02172092,0.006909986,-0.00876256),(0.02148939,0.007264982,-0.00876082),(0.02149989,0.007749036,-0.00847785),(0.02126276,0.008104952,-0.00843706),(0.02126204,0.007627271,-0.008742842),(0.02104083,0.007996707,-0.008717254),(0.02122735,0.007142219,-0.008953407),(0.02101811,0.007516046,-0.008967916),(0.0208139,0.007896912,-0.008968535),(0.02075313,0.007409611,-0.009114152),(0.02056215,0.007794967,-0.009148254),(0.02094901,0.007032333,-0.0090618),(0.02144137,0.006777921,-0.008916655),(0.02115102,0.006667787,-0.008983698),(0.02103675,0.008470236,-0.008404084),(0.02082165,0.008844331,-0.008378392),(0.02082773,0.008373146,-0.008692672),(0.02062231,0.008756179,-0.008669495),(0.02061727,0.009226675,-0.00835945),(0.02042343,0.009616709,-0.008346726),(0.02042417,0.0091454,-0.008648114),(0.02023288,0.0095404,-0.008628923),(0.02042033,0.008671957,-0.008954138),(0.02022926,0.009065492,-0.008941062),(0.02004083,0.009462609,-0.008925358),(0.020005,0.008969923,-0.009189521),(0.01981946,0.009366508,-0.009185795),(0.0201896,0.008575534,-0.00918508),(0.02061492,0.008282323,-0.008963619),(0.02037482,0.008183745,-0.009171611),(0.02023992,0.01001388,-0.008339689),(0.02006402,0.01041645,-0.008340603),(0.02004803,0.009940771,-0.008612315),(0.01986664,0.01034441,-0.008599237),(0.01989301,0.0108227,-0.008351727),(0.01972415,0.01123091,-0.008375331),(0.01968573,0.01074921,-0.008590638),(0.01950231,0.01115307,-0.008587467),(0.01966617,0.01026409,-0.008888762),(0.01947362,0.0106634,-0.008867428),(0.01927339,0.01105839,-0.008843777),(0.01902075,0.01094065,-0.009092026),(0.01923533,0.01055494,-0.009128454),(0.01943783,0.01016202,-0.009155839),(0.01985418,0.009862984,-0.008907998),(0.01963147,0.009764871,-0.009174759),(0.01955474,0.01163935,-0.008413674),(0.01938296,0.0120442,-0.008469089),(0.01931342,0.01155388,-0.008590668),(0.01911995,0.01195011,-0.008605136),(0.019207,0.01244167,-0.00854391),(0.01902506,0.01282794,-0.008640462),(0.01892283,0.01234025,-0.008635765),(0.01872296,0.01272278,-0.008687449),(0.01884433,0.01182896,-0.008796226),(0.01862326,0.01220682,-0.008787032),(0.01840304,0.01258124,-0.00879737),(0.01831101,0.01205062,-0.008961675),(0.01807382,0.01241671,-0.008941745),(0.01855218,0.01168494,-0.008999473),(0.01906233,0.01144653,-0.008817592),(0.01879089,0.01131613,-0.009045978),(0.01883532,0.0131992,-0.008761082),(0.01864092,0.01355843,-0.008902106),(0.01852126,0.01309617,-0.008765081),(0.01831988,0.01346244,-0.008865636),(0.01844496,0.01390863,-0.009059875),(0.01825057,0.01425279,-0.009230728),(0.01812094,0.01382359,-0.008986089),(0.01792662,0.01418162,-0.009123418),(0.01797776,0.0133241,-0.008896432),(0.01777476,0.0136943,-0.008980639),(0.01757954,0.01406486,-0.00908495),(0.01742432,0.01353803,-0.009037408),(0.0172283,0.01391888,-0.009115494),(0.01763053,0.01316059,-0.008981298),(0.01818753,0.01295338,-0.008834589),(0.01784701,0.01278676,-0.008948849),(0.01806086,0.01459388,-0.009411004),(0.01787574,0.01493297,-0.009599388),(0.01773905,0.01453855,-0.009274596),(0.01755798,0.01489482,-0.009437748),(0.01769514,0.01527112,-0.009794563),(0.01751896,0.01560938,-0.009995213),(0.01738317,0.01525089,-0.009610996),(0.01721439,0.01560721,-0.00979246),(0.01721502,0.01480947,-0.009344716),(0.01704476,0.01518306,-0.009495382),(0.01688186,0.01555717,-0.009656711),(0.01669844,0.01507778,-0.009460645),(0.01653898,0.01546694,-0.009603615),(0.01686604,0.01468954,-0.009329826),(0.01739312,0.01443666,-0.009207108),(0.01704243,0.01430298,-0.009213871),(0.01734711,0.01594882,-0.01020002),(0.01717887,0.01628952,-0.01040864),(0.01705136,0.01596424,-0.009980266),(0.01689336,0.01632205,-0.01017384),(0.0170135,0.01663158,-0.01062071),(0.01685027,0.01697511,-0.01083589),(0.01673964,0.01668075,-0.01037261),(0.01658945,0.01704042,-0.01057601),(0.01657595,0.01630636,-0.01000339),(0.01643143,0.01668154,-0.01018714),(0.01629153,0.01705718,-0.01037676),(0.01610255,0.01663516,-0.01008538),(0.01596872,0.01702485,-0.01026045),(0.01624174,0.01624562,-0.009916929),(0.01672584,0.01593159,-0.009826313),(0.01638698,0.01585621,-0.009756024),(0.01668845,0.01732019,-0.01105383),(0.01652664,0.01766631,-0.01127433),(0.01644205,0.01740117,-0.01078346),(0.0162961,0.01776255,-0.01099474),(0.01636339,0.01801294,-0.01149721),(0.01619731,0.01835957,-0.01172229),(0.0161503,0.0181241,-0.01120962),(0.01600331,0.01848539,-0.0114279),(0.01602213,0.01780969,-0.01077095),(0.01589031,0.01818586,-0.01097491),(0.01575888,0.01856152,-0.01118304),(0.01559126,0.01819373,-0.01081807),(0.01547021,0.01858243,-0.01101346),(0.01571405,0.01780438,-0.01062719),(0.01615548,0.01743335,-0.01057147),(0.01583955,0.01741467,-0.01044118),(0.01602697,0.01870567,-0.01194937),(0.01585093,0.01905113,-0.0121778),(0.01585381,0.01884598,-0.01164933),(0.0157004,0.0192059,-0.01187363),(0.01566775,0.01939582,-0.01240691),(0.01547599,0.01973963,-0.01263604),(0.01554166,0.01956519,-0.01210049),(0.01537621,0.0199239,-0.01232961),(0.0154924,0.0193105,-0.01161097),(0.01535485,0.0196843,-0.01183087),(0.01521275,0.02005796,-0.01205477),(0.01510753,0.01974491,-0.01162537),(0.01498335,0.02013259,-0.01183883),(0.01522937,0.0193576,-0.01141684),(0.01562666,0.01893632,-0.01139505),(0.01534992,0.01897025,-0.01121296),(0.01527419,0.02008243,-0.01286453),(0.0150608,0.02042351,-0.01309059),(0.01520261,0.02028206,-0.01256071),(0.01501831,0.02063861,-0.01279196),(0.01483421,0.02076216,-0.01331245),(0.01459286,0.02109767,-0.01352832),(0.01482074,0.0209925,-0.01302156),(0.01460734,0.02134264,-0.0132477),(0.01490767,0.02080418,-0.01251292),(0.01473777,0.02117399,-0.01274352),(0.01455167,0.02153979,-0.01297272),(0.01457441,0.02129418,-0.01250303),(0.01441239,0.0216757,-0.01272615),(0.01472087,0.02090878,-0.01227952),(0.01506485,0.02043171,-0.01228273),(0.01485582,0.02052107,-0.01205751),(0.01433517,0.02142932,-0.01373642),(0.01406252,0.02175755,-0.01393574),(0.01437552,0.02168798,-0.01346856),(0.01412686,0.02202891,-0.01368293),(0.01377631,0.02208279,-0.01412527),(0.01347793,0.02240547,-0.01430401),(0.01386289,0.02236578,-0.01388957),(0.01358516,0.02269898,-0.01408727),(0.01412221,0.02225554,-0.01342028),(0.01388228,0.02260618,-0.01363637),(0.01362786,0.02295243,-0.01384581),(0.013816,0.02278904,-0.01337967),(0.01358668,0.02315092,-0.01359021),(0.01403131,0.02242278,-0.01316507),(0.01434591,0.0219002,-0.01319868),(0.01423073,0.02205178,-0.01294703),(0.01316875,0.02272602,-0.01447095),(0.01284968,0.02304482,-0.01462569),(0.01329522,0.02302889,-0.0142748),(0.01299372,0.02335596,-0.01445128),(0.01252158,0.0233622,-0.01476784),(0.01218535,0.02367854,-0.01489701),(0.01268129,0.0236806,-0.01461583),(0.01235857,0.02400326,-0.01476757),(0.01308093,0.02363321,-0.01424012),(0.01278894,0.02396855,-0.01442254),(0.01248497,0.02430105,-0.01459351),(0.01282498,0.02421317,-0.01418853),(0.01254576,0.02456015,-0.01437235),(0.01309139,0.02386277,-0.01399599),(0.01336065,0.02329464,-0.01404747),(0.01334522,0.02350875,-0.01379611),(0.01184189,0.02399419,-0.01501279),(0.01149223,0.02430918,-0.0151165),(0.0120262,0.02432439,-0.01490561),(0.01168537,0.02464413,-0.01503059),(0.01113745,0.02462355,-0.01520944),(0.01077861,0.02493731,-0.01529292),(0.01133729,0.02496265,-0.01514316),(0.01098314,0.0252801,-0.01524393),(0.01184301,0.02495901,-0.01489742),(0.01150735,0.02528488,-0.0150303),(0.01116346,0.02560893,-0.01515044),(0.01163343,0.02558235,-0.01486096),(0.01130736,0.02591724,-0.01500083),(0.01194911,0.02524462,-0.01470917),(0.01216928,0.02463114,-0.01475182),(0.01225351,0.02490393,-0.0145461),(0.01041676,0.0252505,-0.01536823),(0.01005257,0.02556298,-0.01543832),(0.01062412,0.02559665,-0.01533356),(0.01026108,0.02591219,-0.0154146),(0.009686695,0.02587462,-0.01550609),(0.009319803,0.02618527,-0.0155745),(0.009894848,0.02622665,-0.01548958),(0.009526267,0.02653993,-0.01556108),(0.01045541,0.02625222,-0.01535428),(0.01009314,0.0265714,-0.01544182),(0.009726648,0.0268889,-0.01552233),(0.01027539,0.02690569,-0.01534931),(0.009916289,0.02722986,-0.01544508),(0.01062749,0.02657887,-0.01524402),(0.01081249,0.02593139,-0.01525779),(0.01097176,0.0262494,-0.01512819),(0.008952547,0.0264948,-0.01564646),(0.008586261,0.02680414,-0.01572501),(0.009156174,0.02685195,-0.01563163),(0.008785877,0.02716353,-0.01570476),(0.008222275,0.02711417,-0.01581318),(0.007861922,0.02742582,-0.01591399),(0.008416682,0.0274755,-0.01578399),(0.008049898,0.02778869,-0.01587285),(0.008985189,0.02751957,-0.01567159),(0.008612965,0.02783427,-0.01574753),(0.008241579,0.02814958,-0.01582914),(0.008808559,0.02818979,-0.01569371),(0.008434535,0.02850811,-0.01577421),(0.009181266,0.02787115,-0.01561412),(0.009356875,0.02720471,-0.01559772),(0.009551046,0.02755143,-0.01553229),(0.007506529,0.02773998,-0.01603049),(0.007157022,0.02805731,-0.0161612),(0.007686832,0.02810391,-0.01597485),(0.007329299,0.02842237,-0.0160903),(0.00681433,0.02837845,-0.01630466),(0.006479376,0.02870405,-0.01645938),(0.006979119,0.02874522,-0.01621949),(0.006638104,0.02907366,-0.01636272),(0.007508072,0.02878597,-0.01602226),(0.007151221,0.02911043,-0.01613806),(0.006804491,0.02944129,-0.01626952),(0.007327698,0.02947428,-0.01605532),(0.006975066,0.02980723,-0.01617491),(0.007690735,0.02914821,-0.01595121),(0.007872403,0.02846625,-0.01592),(0.008060804,0.02882687,-0.01585877),(0.006153086,0.02903473,-0.01662391),(0.005830914,0.02936609,-0.01679454),(0.006308074,0.02940886,-0.01652029),(0.005983812,0.02974609,-0.01668729),(0.005508315,0.02969371,-0.01696755),(0.00518074,0.03001319,-0.01713924),(0.005660098,0.03008066,-0.01685882),(0.005331717,0.03040782,-0.01702997),(0.006143409,0.03012228,-0.01657975),(0.005817285,0.03046241,-0.01674632),(0.005486257,0.03079563,-0.0169124),(0.005973853,0.03083902,-0.01662133),(0.005637382,0.03117622,-0.01677596),(0.006304632,0.03049492,-0.01646493),(0.006470516,0.02978024,-0.01641878),(0.006636207,0.03014922,-0.01631378),(0.004843647,0.0303201,-0.01730589),(0.004495091,0.03061465,-0.01746357),(0.004993449,0.03072287,-0.01719584),(0.004642793,0.03102641,-0.01735227),(0.004133128,0.03089704,-0.01760833),(0.003755816,0.03116748,-0.01773622),(0.004277244,0.03131904,-0.01749509),(0.003894298,0.03160138,-0.01762015),(0.004789216,0.0314274,-0.01722092),(0.004417957,0.03172806,-0.01735565),(0.004028043,0.03201997,-0.01747223),(0.004546296,0.0321207,-0.01717554),(0.004148226,0.03241835,-0.01727759),(0.004925749,0.0318155,-0.01705598),(0.005144442,0.03111695,-0.01707188),(0.005288729,0.03150119,-0.01692182),(0.00336121,0.0314262,-0.01784331),(0.002952158,0.0316711,-0.01793137),(0.003491451,0.03187402,-0.0177233),(0.003072135,0.03213327,-0.01780616),(0.002531505,0.03190013,-0.0180022),(0.002102098,0.03211125,-0.01805757),(0.002639775,0.03237541,-0.01787038),(0.002197804,0.03259673,-0.01791759),(0.003188116,0.03257566,-0.01764082),(0.002745564,0.0328293,-0.01769577),(0.002292927,0.03306006,-0.01773309),(0.002843737,0.03325216,-0.01746603),(0.002384069,0.03349109,-0.01749363),(0.00329337,0.03298987,-0.01742162),(0.003616853,0.03230419,-0.0175668),(0.003729391,0.03271,-0.01735921),(0.001666782,0.03230238,-0.01809927),(0.00122647,0.03247447,-0.01812601),(0.001749649,0.03279354,-0.01794943),(0.001296795,0.03296762,-0.01796472),(0.000782076,0.0326285,-0.01813648),(0.0003345105,0.03276541,-0.01812939),(0.00084073,0.03312078,-0.01796232),(0.0003829378,0.03325483,-0.01794106),(0.001370497,0.03344008,-0.01775821),(0.000904524,0.03359399,-0.01774377),(0.0004379256,0.03372694,-0.01770986),(0.0009743807,0.03404225,-0.01747838),(0.0005009803,0.03417844,-0.01743685),(0.001447374,0.03388384,-0.01750094),(0.001833934,0.03326288,-0.01775428),(0.001917942,0.03370088,-0.01750564),(-0.0001153133,0.03288617,-0.01810342),(-0.0005652283,0.03298792,-0.01805947),(-7.509548e-5,0.03337156,-0.01789976),(-0.0005316716,0.03346844,-0.01784004),(-0.001013067,0.03306778,-0.01799839),(-0.001456663,0.03312289,-0.01792106),(-0.0009850925,0.03354289,-0.01776348),(-0.00143366,0.0335924,-0.01767169),(-0.0004901938,0.03393489,-0.01758262),(-0.0009492653,0.03400574,-0.01749394),(-0.001403378,0.03405175,-0.01739167),(-0.0009057953,0.03446106,-0.01720224),(-0.001367105,0.03450793,-0.01709616),(-0.0004400498,0.03438945,-0.01729614),(-2.738856e-5,0.03384126,-0.01765537),(2.918946e-5,0.03429471,-0.01737523),(-0.001893849,0.03315038,-0.01782836),(-0.002323715,0.03315242,-0.01772111),(-0.001875676,0.03361439,-0.01756625),(-0.002310438,0.03361124,-0.01744827),(-0.00274535,0.03313116,-0.0176001),(-0.003157844,0.03308874,-0.01746616),(-0.002737241,0.03358527,-0.01731889),(-0.003155383,0.03353883,-0.01717921),(-0.002292298,0.03406517,-0.01715397),(-0.002725591,0.03403687,-0.01701992),(-0.003150428,0.03398809,-0.01687664),(-0.002714689,0.03449684,-0.01672057),(-0.003148369,0.03444784,-0.01657609),(-0.002272572,0.03452424,-0.01685538),(-0.001851308,0.03407085,-0.01727812),(-0.001823038,0.03452847,-0.01698056),(-0.003560288,0.03302734,-0.0173201),(-0.003953017,0.03294785,-0.01716349),(-0.003564159,0.03347427,-0.01703034),(-0.003963456,0.03339203,-0.01687299),(-0.004336368,0.03285122,-0.01699789),(-0.004710679,0.03273834,-0.01682488),(-0.004353159,0.03329252,-0.01670789),(-0.004733153,0.03317617,-0.01653574),(-0.003972162,0.03383576,-0.01656515),(-0.004368449,0.03373262,-0.01639834),(-0.004754606,0.03361178,-0.01622507),(-0.004391217,0.03418236,-0.01608925),(-0.004784902,0.03405569,-0.01591331),(-0.003986993,0.03429021,-0.01625919),(-0.003566054,0.03392099,-0.01672482),(-0.00357259,0.03437883,-0.01642188),(-0.005076285,0.03261014,-0.01664602),(-0.00543262,0.03246707,-0.01646262),(-0.005103323,0.03304341,-0.01635726),(-0.005463147,0.03289468,-0.01617338),(-0.005779116,0.03230959,-0.01627596),(-0.006115205,0.03213814,-0.01608735),(-0.006149661,0.03255101,-0.01579328),(-0.005812101,0.0327304,-0.01598508),(-0.005495163,0.03331828,-0.01586196),(-0.005848649,0.03314694,-0.01567349),(-0.006190332,0.03296009,-0.01548131),(-0.006246533,0.03337434,-0.01516684),(-0.005898912,0.03356894,-0.01535886),(-0.005539161,0.03374802,-0.01554761),(-0.00513033,0.03347344,-0.01604605),(-0.005167687,0.03391059,-0.01573259),(-0.006440319,0.03195317,-0.01589809),(-0.006752791,0.03175403,-0.01570699),(-0.006788041,0.03214844,-0.0154022),(-0.006475304,0.03235696,-0.01559895),(-0.007050949,0.03154008,-0.01551288),(-0.007333125,0.03131067,-0.01531458),(-0.007370828,0.03168876,-0.01500201),(-0.00708688,0.03192563,-0.01520318),(-0.007138497,0.03231255,-0.01488894),(-0.006836086,0.03254236,-0.01508846),(-0.007426157,0.0320695,-0.01468811),(-0.007502386,0.03245585,-0.01437659),(-0.007210455,0.03270535,-0.01457638),(-0.006903222,0.03294197,-0.01477505),(-0.006519755,0.03275838,-0.01528611),(-0.006581608,0.03316515,-0.01497205),(-0.007597649,0.03106517,-0.01511091),(-0.007845537,0.03080604,-0.0149025),(-0.007892361,0.0311754,-0.01459392),(-0.007638895,0.03143802,-0.01479882),(-0.008077813,0.03053576,-0.01468998),(-0.008295495,0.03025681,-0.01447397),(-0.008360603,0.03062253,-0.01418025),(-0.008132502,0.03090291,-0.01438763),(-0.008202432,0.03127096,-0.01408331),(-0.007956428,0.03154697,-0.01428477),(-0.00843794,0.03098742,-0.01388268),(-0.008528594,0.03135076,-0.01358104),(-0.008289135,0.03163995,-0.01377752),(-0.00803966,0.03192158,-0.01397623),(-0.007698236,0.03181372,-0.01448655),(-0.007778099,0.03219407,-0.01417623),(-0.008499601,0.02997166,-0.01425511),(-0.008700439,0.02968268,-0.01404145),(-0.00879265,0.03004576,-0.0137695),(-0.008577942,0.03033626,-0.01397211),(-0.008908308,0.02939221,-0.01384106),(-0.009133518,0.02910262,-0.01366198),(-0.009246707,0.02945866,-0.01340612),(-0.00901286,0.02975267,-0.01357873),(-0.009116513,0.030106,-0.01330667),(-0.008888772,0.03040396,-0.01348993),(-0.009354081,0.02980521,-0.01313808),(-0.009453628,0.03013887,-0.01285444),(-0.009217945,0.03044919,-0.01302163),(-0.008988327,0.03075492,-0.01320031),(-0.008664651,0.03069809,-0.01368341),(-0.008760099,0.0310556,-0.01338771),(-0.009386371,0.02881625,-0.01351229),(-0.009658602,0.02853078,-0.01338487),(-0.00977148,0.02887027,-0.0131276),(-0.00950232,0.02916538,-0.01325797),(-0.009941949,0.02824386,-0.01327265),(-0.01022814,0.02795316,-0.01316853),(-0.01031755,0.02826434,-0.01289346),(-0.01004596,0.02857077,-0.01300832),(-0.01013045,0.02888139,-0.01272423),(-0.009869186,0.02919548,-0.01285252),(-0.01038332,0.02855772,-0.01259805),(-0.01042341,0.02883203,-0.01228481),(-0.01019297,0.02917344,-0.01242109),(-0.009949172,0.02950343,-0.01255854),(-0.009607685,0.02950256,-0.01298858),(-0.009700049,0.02982443,-0.01270154),(-0.01050892,0.02765633,-0.01306541),(-0.01077594,0.02734994,-0.01295941),(-0.01081962,0.02762099,-0.01265529),(-0.01057801,0.0279484,-0.01277634),(-0.01102086,0.02703056,-0.01284664),(-0.01123534,0.02669476,-0.0127232),(-0.01121536,0.02692385,-0.01239472),(-0.01103465,0.02728014,-0.01252864),(-0.01101604,0.02751168,-0.01219809),(-0.01083281,0.02787339,-0.01233501),(-0.01116267,0.02713625,-0.01205752),(-0.01107971,0.0273352,-0.01171642),(-0.01096576,0.02772762,-0.01186028),(-0.01081496,0.02810838,-0.01200355),(-0.01061967,0.02822189,-0.01246832),(-0.01063246,0.02847677,-0.01214534),(-0.01141105,0.02633909,-0.01258522),(-0.01154667,0.02596673,-0.01243854),(-0.01145179,0.0261623,-0.01210484),(-0.01135403,0.02655015,-0.01225185),(-0.0116409,0.02558086,-0.01228904),(-0.01169243,0.02518466,-0.01214259),(-0.0115292,0.02535725,-0.01181755),(-0.0115098,0.02576358,-0.01195848),(-0.01135685,0.02593664,-0.01162735),(-0.01132958,0.02634571,-0.01176876),(-0.01135132,0.02552239,-0.01149243),(-0.01117058,0.02568213,-0.01116384),(-0.01119156,0.02610278,-0.01129451),(-0.01118709,0.02652022,-0.01143151),(-0.01126602,0.02674659,-0.01191328),(-0.01115165,0.02693188,-0.01157282),(-0.01169995,0.02478131,-0.01200503),(-0.01167116,0.02437261,-0.01187691),(-0.01146409,0.02453257,-0.01156522),(-0.01151113,0.02494656,-0.01168685),(-0.01161374,0.02396036,-0.01175875),(-0.01153539,0.02354641,-0.01165106),(-0.01131694,0.02369878,-0.01134455),(-0.01139653,0.02411629,-0.01145151),(-0.0111935,0.02426821,-0.01113793),(-0.01126103,0.02468779,-0.01124999),(-0.01112255,0.02384763,-0.01102896),(-0.01096756,0.02399297,-0.010699),(-0.01102013,0.02441626,-0.01081169),(-0.01107685,0.02483888,-0.01092501),(-0.01131651,0.02510598,-0.0113674),(-0.01112967,0.02526083,-0.01104154),(-0.01144381,0.02313253,-0.01155438),(-0.01134647,0.02271831,-0.01146421),(-0.01115328,0.02286295,-0.01114458),(-0.0112338,0.02328106,-0.01124318),(-0.01125088,0.02230334,-0.01137605),(-0.01116452,0.02188718,-0.0112854),(-0.0110248,0.02202479,-0.01094433),(-0.01108156,0.02244426,-0.0110459),(-0.01095943,0.02258287,-0.01070327),(-0.01100089,0.02300479,-0.01081257),(-0.01093702,0.02216085,-0.01059198),(-0.01090895,0.02229768,-0.01023477),(-0.01089481,0.02272086,-0.01035166),(-0.01090188,0.02314479,-0.01046839),(-0.01105681,0.02342644,-0.01092082),(-0.01092713,0.02356898,-0.01058437),(-0.01109489,0.02146941,-0.01118777),(-0.01104466,0.02105067,-0.01108461),(-0.01097595,0.0211838,-0.01072607),(-0.01098919,0.02160437,-0.010837),(-0.0110165,0.02063159,-0.01097741),(-0.01101311,0.02021279,-0.01086762),(-0.01102151,0.02034558,-0.01050184),(-0.01098631,0.02076393,-0.01061364),(-0.01101171,0.02089872,-0.01024956),(-0.01096324,0.0213179,-0.01036289),(-0.01108367,0.02048222,-0.01014001),(-0.01119694,0.02062508,-0.009790594),(-0.01109238,0.02103864,-0.009894336),(-0.01100881,0.02145579,-0.01000421),(-0.01093832,0.02173891,-0.01047778),(-0.01094731,0.02187573,-0.01011832),(-0.01103714,0.0197949,-0.01075672),(-0.01108768,0.01937898,-0.01064715),(-0.01116842,0.01951668,-0.01028816),(-0.01108277,0.01992957,-0.01039279),(-0.01116381,0.01896605,-0.01054137),(-0.01126458,0.01855715,-0.01044181),(-0.01140623,0.01870344,-0.01009886),(-0.0112768,0.01910771,-0.01018963),(-0.01143148,0.01925592,-0.009850495),(-0.0112957,0.01966035,-0.00993972),(-0.01158423,0.01885644,-0.009769557),(-0.01179077,0.01901585,-0.009455123),(-0.01162067,0.01941113,-0.009527233),(-0.01146343,0.01981119,-0.009607126),(-0.01117905,0.02006927,-0.01003647),(-0.0113214,0.02021588,-0.009694885),(-0.0113891,0.01815332,-0.01035092),(-0.01153506,0.017755,-0.01026904),(-0.01172118,0.01791157,-0.009945363),(-0.01155504,0.01830466,-0.01001752),(-0.01170019,0.01736264,-0.0101965),(-0.01188221,0.01697668,-0.01013362),(-0.01209727,0.01714326,-0.009827669),(-0.01190261,0.01752437,-0.00988216),(-0.01212475,0.0176905,-0.00957845),(-0.01193255,0.01807372,-0.009634169),(-0.01232671,0.01731271,-0.009529866),(-0.012563,0.01748228,-0.009235201),(-0.01235884,0.01785886,-0.009281594),(-0.01216119,0.01823987,-0.009333148),(-0.01175182,0.01846237,-0.00969766),(-0.01197139,0.01862549,-0.009390709),(-0.01207883,0.01659757,-0.01008073),(-0.01228852,0.01622549,-0.01003676),(-0.01251896,0.01639987,-0.00974289),(-0.01230312,0.01676843,-0.009781649),(-0.01250975,0.01586062,-0.01000061),(-0.01274097,0.01550314,-0.009971201),(-0.01297579,0.01568137,-0.009682314),(-0.01274358,0.01603752,-0.009710182),(-0.01297737,0.01621106,-0.00941856),(-0.01275398,0.0165732,-0.009451062),(-0.013206,0.01585371,-0.009389134),(-0.01320316,0.01637679,-0.009118339),(-0.01342297,0.01601514,-0.009083845),(-0.012986,0.01674161,-0.009154469),(-0.01253678,0.01694034,-0.009487785),(-0.01277234,0.01710999,-0.009193124),(-0.01298065,0.01515324,-0.009947447),(-0.01322849,0.01481101,-0.009929655),(-0.01321438,0.01533137,-0.009658079),(-0.01345837,0.01498686,-0.009637386),(-0.01348417,0.01447657,-0.009918137),(-0.01374741,0.01415001,-0.009913194),(-0.01370678,0.01464715,-0.009620145),(-0.01395863,0.01431158,-0.009606275),(-0.0136744,0.01515138,-0.009335683),(-0.01391074,0.01480367,-0.009310848),(-0.01414622,0.01445645,-0.00928673),(-0.01408422,0.01494008,-0.008982926),(-0.01429773,0.01457916,-0.008948588),(-0.01386576,0.01529855,-0.009016602),(-0.01343891,0.01550094,-0.009361645),(-0.01364459,0.01565632,-0.009050088),(-0.01401789,0.01383144,-0.009915141),(-0.0142899,0.0135159,-0.009920503),(-0.01421292,0.01397945,-0.009595683),(-0.01446417,0.0136468,-0.009586427),(-0.0145577,0.01319843,-0.009925808),(-0.01481556,0.01287406,-0.009927587),(-0.01470686,0.01330964,-0.009576567),(-0.0149355,0.01296399,-0.009564159),(-0.0146045,0.0137567,-0.009239173),(-0.01481742,0.01339879,-0.00921521),(-0.01501293,0.01303194,-0.009190775),(-0.01503827,0.01307928,-0.008811478),(-0.01487841,0.01346547,-0.008843421),(-0.01469895,0.01384325,-0.008877686),(-0.01437912,0.01410835,-0.009262925),(-0.01450401,0.01421401,-0.008913127),(-0.01505776,0.01253783,-0.009922368),(-0.01528044,0.01218943,-0.009912706),(-0.01533129,0.01223595,-0.009528895),(-0.01514457,0.01260587,-0.009547254),(-0.01547977,0.01182854,-0.009901155),(-0.01565189,0.01145486,-0.009890269),(-0.01562656,0.01146329,-0.009499935),(-0.01549288,0.01185487,-0.00951211),(-0.01545834,0.01186673,-0.009125405),(-0.01533515,0.01226464,-0.009142797),(-0.01555391,0.01146103,-0.009116513),(-0.01543136,0.01145253,-0.008746626),(-0.01537186,0.01186827,-0.008747758),(-0.01528591,0.01227906,-0.008760823),(-0.01518609,0.01265347,-0.009165614),(-0.01517441,0.01268326,-0.008783004),(-0.01579295,0.01106806,-0.009882606),(-0.01590282,0.01067115,-0.009881386),(-0.0158022,0.01065366,-0.009501189),(-0.01572953,0.01106185,-0.009495401),(-0.01598139,0.01026711,-0.009889835),(-0.01602852,0.009858956,-0.00991118),(-0.01585816,0.009829338,-0.009554428),(-0.01584494,0.0102418,-0.009519972),(-0.01566798,0.01021641,-0.009166592),(-0.01565781,0.01063295,-0.009135284),(-0.01565153,0.009802075,-0.009214935),(-0.01541159,0.009780309,-0.008895346),(-0.01545201,0.01019494,-0.008834042),(-0.01546983,0.01061346,-0.008789198),(-0.01562009,0.01104879,-0.009119201),(-0.01546348,0.01103346,-0.008760249),(-0.01604409,0.009449667,-0.009948641),(-0.01603217,0.009040384,-0.01000046),(-0.01580373,0.009011563,-0.009673893),(-0.01584223,0.009419371,-0.009607234),(-0.01599684,0.008632241,-0.01006487),(-0.01594217,0.008226371,-0.01014012),(-0.01574919,0.008605577,-0.00974991),(-0.01568518,0.008201075,-0.009830789),(-0.0155502,0.008987131,-0.009361371),(-0.0154827,0.008583211,-0.00944581),(-0.01541555,0.008179452,-0.009528621),(-0.01520394,0.008564157,-0.009149),(-0.01513886,0.008159666,-0.009229762),(-0.01527767,0.008967425,-0.009060937),(-0.01560938,0.009392869,-0.009282137),(-0.01535019,0.009371973,-0.00897368),(-0.01587224,0.007823911,-0.01022444),(-0.01579859,0.007422825,-0.01031095),(-0.01561824,0.007797723,-0.009912033),(-0.01555631,0.007394352,-0.009989459),(-0.0157328,0.007021087,-0.01039277),(-0.01568642,0.006616663,-0.01046302),(-0.01547924,0.006582878,-0.01011612),(-0.01550733,0.006989792,-0.01005888),(-0.01531234,0.007367406,-0.009667789),(-0.01528418,0.00695901,-0.009721947),(-0.01527694,0.006548961,-0.009764358),(-0.01505748,0.006927859,-0.009385547),(-0.0150704,0.006514509,-0.009413623),(-0.015065,0.007340509,-0.00934654),(-0.01535744,0.007774202,-0.009602981),(-0.01509234,0.007751448,-0.009295112),(-0.01567101,0.006207522,-0.01051483),(-0.01568474,0.005796056,-0.01055021),(-0.01550731,0.00576052,-0.0101835),(-0.01547996,0.006172437,-0.01015699),(-0.01572579,0.005384656,-0.01057119),(-0.01579231,0.004975712,-0.01057978),(-0.01555909,0.005349172,-0.01019769),(-0.01563311,0.004940448,-0.01020156),(-0.01533515,0.005725273,-0.009812165),(-0.01539682,0.0053147,-0.009820597),(-0.01547766,0.004907017,-0.009820737),(-0.01523023,0.00528054,-0.009444982),(-0.01531931,0.004874763,-0.009440924),(-0.01515814,0.005689793,-0.009442406),(-0.01529456,0.006137205,-0.009793926),(-0.01510441,0.006101469,-0.009432266),(-0.01588248,0.004571618,-0.01057802),(-0.01600309,0.004182004,-0.01056259),(-0.01572718,0.004536394,-0.01019714),(-0.0158502,0.004148976,-0.01018047),(-0.01616092,0.0038165,-0.01053018),(-0.01636277,0.003484737,-0.01047747),(-0.01621875,0.003471942,-0.0100945),(-0.01601108,0.003790169,-0.01014758),(-0.01586642,0.003768637,-0.009763176),(-0.01570182,0.00411945,-0.009796363),(-0.01608023,0.003465852,-0.009710207),(-0.01594857,0.003467576,-0.009324187),(-0.01572699,0.003752864,-0.00937715),(-0.01555602,0.004093864,-0.00941136),(-0.01557578,0.004503755,-0.009814104),(-0.01542402,0.004473518,-0.009431167),(-0.01661542,0.003196344,-0.01040117),(-0.01691035,0.002961841,-0.0103111),(-0.01678974,0.00300129,-0.009927575),(-0.0164821,0.003206264,-0.01001728),(-0.017239,0.002791745,-0.01021711),(-0.01759284,0.002696574,-0.01012906),(-0.01749226,0.00280607,-0.00975733),(-0.01713026,0.002865174,-0.009837039),(-0.01702503,0.002950759,-0.009458828),(-0.01667346,0.003052441,-0.009544972),(-0.01739468,0.002925056,-0.009387748),(-0.01730179,0.003046929,-0.009017896),(-0.01692464,0.003045459,-0.009081314),(-0.016563,0.003114595,-0.009162609),(-0.01635388,0.003225629,-0.009633119),(-0.01623244,0.00325506,-0.00924812),(-0.01796333,0.002686845,-0.01005676),(-0.01834638,0.002742984,-0.009998868),(-0.01824514,0.002920212,-0.00965978),(-0.01786433,0.002832132,-0.009700106),(-0.01873787,0.002845416,-0.00995401),(-0.01913369,0.002974564,-0.00992082),(-0.0190277,0.003189819,-0.00960745),(-0.01863338,0.003047157,-0.009630758),(-0.0185329,0.003229191,-0.009306861),(-0.01814752,0.003089637,-0.009320862),(-0.01892573,0.003373105,-0.009293688),(-0.01883445,0.003497855,-0.008970622),(-0.01844265,0.003369127,-0.008973277),(-0.01805828,0.003234143,-0.008974777),(-0.01776848,0.002979803,-0.009344792),(-0.01767883,0.003118284,-0.008986016),(-0.01952975,0.003110857,-0.009897931),(-0.01992684,0.00324812,-0.009881794),(-0.01983011,0.003449265,-0.009560656),(-0.01942678,0.003325047,-0.009584269),(-0.02032573,0.003380183,-0.009868851),(-0.02072722,0.003500873,-0.009855549),(-0.02064748,0.003650358,-0.009509934),(-0.02023718,0.003558894,-0.009536062),(-0.02014912,0.003676262,-0.009211918),(-0.01973542,0.003597276,-0.009244382),(-0.02056662,0.003732332,-0.009176697),(-0.02048223,0.003721399,-0.008865388),(-0.02006198,0.003704218,-0.008900699),(-0.01964601,0.003662901,-0.008931739),(-0.0193271,0.003496011,-0.00927225),(-0.0192362,0.003594946,-0.00895591),(-0.02113209,0.00360402,-0.009838336),(-0.02154008,0.003686111,-0.00981795),(-0.02147534,0.003765099,-0.009452832),(-0.02106051,0.003720079,-0.009481717),(-0.02195093,0.003743637,-0.009795129),(-0.0223644,0.003773087,-0.00977061),(-0.02230672,0.00376921,-0.009398732),(-0.02189105,0.003782461,-0.009424697),(-0.02182533,0.003749204,-0.009074791),(-0.02140648,0.00377131,-0.009105809),(-0.02224109,0.003696027,-0.009049817),(-0.02216053,0.003546492,-0.00874164),(-0.02174666,0.003632214,-0.008763096),(-0.02132722,0.003688121,-0.00879316),(-0.02098633,0.00376485,-0.009140553),(-0.02090486,0.003716942,-0.008828399),(-0.02278021,0.00377095,-0.009745135),(-0.02319389,0.003734956,-0.009724942),(-0.02313167,0.003642686,-0.009362206),(-0.02272142,0.003722386,-0.009376357),(-0.02360095,0.003662836,-0.009716273),(-0.02399692,0.003552319,-0.00972537),(-0.02392488,0.003387445,-0.009377101),(-0.02353399,0.003530807,-0.009360909),(-0.02345153,0.003347892,-0.009034773),(-0.02305614,0.003492153,-0.009027393),(-0.02383621,0.003179706,-0.009057772),(-0.02373053,0.002932501,-0.008775931),(-0.02335149,0.003115808,-0.008749384),(-0.02296327,0.003282861,-0.008734806),(-0.02265202,0.00360927,-0.009033213),(-0.02256618,0.003428232,-0.008732217),(-0.02437731,0.003401137,-0.009758473),(-0.02474603,0.003219455,-0.009809582),(-0.02466567,0.003016058,-0.009470311),(-0.02430087,0.003213297,-0.009415411),(-0.02510695,0.00301744,-0.009872694),(-0.02546398,0.002805259,-0.009941808),(-0.02537665,0.002583098,-0.009607764),(-0.02502303,0.002803426,-0.009536272),(-0.024927,0.002571608,-0.009216942),(-0.02457078,0.002786387,-0.009153366),(-0.02528005,0.002351652,-0.009285026),(-0.02517534,0.002118076,-0.008971731),(-0.02482008,0.002328449,-0.008915314),(-0.02446244,0.002536115,-0.008861884),(-0.02420824,0.002990812,-0.009098805),(-0.02410005,0.002738368,-0.008814426),(0.03156465,0.001630691,0.002293809),(0.0317731,0.001496529,0.002615085),(0.0313556,0.001764508,0.001972063),(0.03121818,0.001505883,0.002457752),(0.03102285,0.001601782,0.002115318),(0.03141319,0.001411015,0.002800019),(0.03114534,0.001897635,0.001649379),(0.03093325,0.002029726,0.001325288),(0.03082684,0.00169974,0.001772549),(0.03062985,0.001800787,0.001429281),(0.03068401,0.00145541,0.00225377),(0.03050238,0.001520132,0.001892587),(0.0303205,0.001591167,0.001531267),(0.03016571,0.001377349,0.0020184),(0.02999666,0.001422711,0.001642629),(0.03033516,0.001340066,0.002394065),(0.03104687,0.00133649,0.002975909),(0.03086548,0.001394898,0.002614863),(0.03050489,0.001308169,0.002769661),(0.03067475,0.001278965,0.003145221),(0.03071874,0.002160438,0.0009993218),(0.03050027,0.002292031,0.0006739292),(0.03043152,0.001905953,0.001085344),(0.03022958,0.002017165,0.0007431902),(0.03027631,0.00242677,0.0003515618),(0.03004533,0.002566917,3.466956e-5),(0.03002176,0.002136351,0.0004052692),(0.02980577,0.002265438,7.403101e-5),(0.02995291,0.001760017,0.0008105399),(0.02976141,0.001860881,0.0004560466),(0.02956093,0.001974736,0.0001087429),(0.02947986,0.001627912,0.0005239235),(0.0292936,0.001723086,0.00016177),(0.02965697,0.001546872,0.0008930269),(0.03013831,0.001670621,0.001169766),(0.02982816,0.001478845,0.001266716),(0.0298058,0.002714736,-0.0002742968),(0.02955825,0.00286841,-0.0005755918),(0.02957935,0.002406354,-0.0002480739),(0.02934258,0.002556731,-0.0005602602),(0.02930319,0.00302612,-0.0008694698),(0.02904115,0.003186053,-0.001156185),(0.02909558,0.002714203,-0.0008617428),(0.02883845,0.002876403,-0.001151736),(0.02912403,0.002243323,-0.0005551048),(0.028887,0.002392715,-0.0008680087),(0.02863717,0.002548613,-0.001165806),(0.02865831,0.002089838,-0.0008589182),(0.02841915,0.002230588,-0.001168979),(0.02888339,0.001956622,-0.0005321241),(0.02934857,0.002103107,-0.0002289143),(0.02909497,0.001833513,-0.0001910704),(0.02877265,0.00334639,-0.001435992),(0.02849829,0.003503574,-0.001711234),(0.02857129,0.003040962,-0.001429455),(0.02829528,0.003204992,-0.001697468),(0.0282187,0.003654046,-0.001984254),(0.02793447,0.003794249,-0.002257395),(0.02801159,0.003365598,-0.00195834),(0.02772135,0.00351989,-0.00221464),(0.02809968,0.002870113,-0.001713051),(0.02781505,0.003032109,-0.001967355),(0.02752187,0.003192531,-0.002212021),(0.0276197,0.002681435,-0.001991313),(0.02733084,0.002840278,-0.002235632),(0.02789836,0.002526678,-0.00173333),(0.02837422,0.002708347,-0.001446677),(0.02816534,0.002376298,-0.001459834),(0.0276462,0.003920624,-0.002533001),(0.02735499,0.004033412,-0.002810783),(0.02742577,0.003664976,-0.002468935),(0.02712657,0.00380075,-0.002722535),(0.0270619,0.004132856,-0.003090455),(0.02676801,0.004219194,-0.00337173),(0.02682554,0.003927102,-0.002976753),(0.02652442,0.004043928,-0.003232899),(0.02691672,0.003502724,-0.002682569),(0.02660947,0.003651443,-0.002914147),(0.02630223,0.00379521,-0.003147057),(0.02642211,0.003334079,-0.002912568),(0.02611369,0.003499862,-0.00313194),(0.02672947,0.003167973,-0.002692539),(0.02722164,0.003349578,-0.002449476),(0.02703324,0.003002914,-0.002468134),(0.02647438,0.00429267,-0.00365432),(0.02618042,0.004355787,-0.003937198),(0.02622497,0.004151118,-0.003492282),(0.02592673,0.004250744,-0.003754306),(0.02588549,0.004411053,-0.004219342),(0.02558898,0.004460972,-0.004499724),(0.02562924,0.004344873,-0.004018368),(0.02533205,0.004435575,-0.004283869),(0.02569457,0.004067732,-0.003625328),(0.02539363,0.004199324,-0.003870512),(0.02509427,0.004329695,-0.004119608),(0.02519724,0.003989536,-0.003809716),(0.02489442,0.004152293,-0.00404325),(0.02550134,0.003826963,-0.003580198),(0.02599734,0.0039335,-0.003384147),(0.0258068,0.003663947,-0.003354378),(0.02529029,0.004508052,-0.004777318),(0.02498922,0.004552152,-0.005053576),(0.02503469,0.004524918,-0.00455021),(0.02473662,0.004610461,-0.004818319),(0.02468562,0.004593135,-0.005329946),(0.02437931,0.004630859,-0.005607878),(0.02443732,0.004689762,-0.005089123),(0.02413622,0.004760378,-0.005363552),(0.02449882,0.00458681,-0.004629767),(0.02420145,0.004705104,-0.004891811),(0.02390347,0.004810922,-0.005159155),(0.02399161,0.004625171,-0.00477131),(0.0236912,0.004760775,-0.005024368),(0.02429201,0.004475178,-0.004523681),(0.02479621,0.004460265,-0.00437253),(0.02459282,0.004315863,-0.004281117),(0.02407011,0.004665188,-0.005888825),(0.02376059,0.004701648,-0.006172449),(0.02383281,0.004819866,-0.005642534),(0.02352869,0.004873686,-0.005925399),(0.02345331,0.00474577,-0.00645842),(0.02315083,0.00480308,-0.0067464),(0.02322547,0.004927293,-0.006211479),(0.02292474,0.004986147,-0.006500104),(0.02330435,0.004977726,-0.005709877),(0.02300448,0.005049244,-0.005990591),(0.02270524,0.005119863,-0.006273101),(0.02278772,0.005071412,-0.005811671),(0.02248593,0.00516003,-0.006077944),(0.02308921,0.004978757,-0.00554621),(0.02360422,0.004900041,-0.005432287),(0.02339039,0.004876924,-0.005283222),(0.02285573,0.00487911,-0.007036059),(0.02256875,0.004978498,-0.007323884),(0.02262813,0.005055704,-0.006790604),(0.02233657,0.005141089,-0.007080234),(0.02229067,0.005105888,-0.007606369),(0.02202224,0.005265921,-0.007880001),(0.022051,0.005247429,-0.007366234),(0.02177236,0.005379848,-0.007645857),(0.02211149,0.005278909,-0.006837852),(0.02181885,0.005376768,-0.007116787),(0.02153028,0.005493137,-0.007391226),(0.0215827,0.005447574,-0.006869762),(0.02128532,0.005563216,-0.007129776),(0.02188252,0.005344343,-0.006607466),(0.02240727,0.005194845,-0.006556073),(0.0221839,0.005249751,-0.006343369),(0.02176423,0.005463239,-0.008141271),(0.02151713,0.005695848,-0.008383817),(0.0215016,0.005543472,-0.007916353),(0.02124054,0.005739261,-0.008172094),(0.0212814,0.005961757,-0.008601273),(0.02105754,0.006258969,-0.008787273),(0.02099103,0.005968175,-0.008407461),(0.02075493,0.006231176,-0.008616833),(0.02097116,0.005799243,-0.007917277),(0.02070665,0.005996359,-0.008160148),(0.02045621,0.00622777,-0.008383754),(0.02042755,0.006027891,-0.007880678),(0.02016498,0.006239268,-0.008110775),(0.02070418,0.005848202,-0.00763838),(0.02124671,0.005632733,-0.007659512),(0.02099129,0.005695035,-0.00738703),(0.02084603,0.006585492,-0.008935457),(0.02064489,0.006935261,-0.009051889),(0.02053408,0.006529223,-0.008794582),(0.02032629,0.00685558,-0.008945017),(0.02045213,0.007302213,-0.009142635),(0.02026579,0.007680276,-0.00921376),(0.02012941,0.00720351,-0.009072437),(0.01994126,0.007566276,-0.009181146),(0.02000454,0.006797859,-0.008762524),(0.01979927,0.007123164,-0.008922628),(0.01960501,0.007466395,-0.009066503),(0.01947602,0.007070835,-0.00871228),(0.01927349,0.00739407,-0.008885928),(0.01969095,0.006766669,-0.008525754),(0.02022285,0.006497164,-0.008583722),(0.01992002,0.006487503,-0.008325527),(0.02008387,0.008063392,-0.009271331),(0.01990402,0.008450777,-0.009315075),(0.01975966,0.00793714,-0.009275447),(0.01958142,0.008314791,-0.009353591),(0.01972384,0.008841658,-0.00934472),(0.01954096,0.009235256,-0.009359993),(0.01940336,0.008697915,-0.009413832),(0.01922227,0.009085204,-0.009454421),(0.01923968,0.008184674,-0.009310091),(0.01906112,0.008555917,-0.009404026),(0.01888032,0.008932695,-0.009475541),(0.0187147,0.008432882,-0.009322477),(0.01853205,0.008794075,-0.009429819),(0.01889662,0.008077527,-0.009194037),(0.01941972,0.007820865,-0.00919662),(0.01908162,0.007730444,-0.009047517),(0.019353,0.009630792,-0.009360624),(0.01915688,0.01002473,-0.009347142),(0.0188386,0.009864533,-0.009473447),(0.01903496,0.009475337,-0.009473611),(0.01894948,0.01041352,-0.009320081),(0.01872772,0.01079362,-0.009279976),(0.01863035,0.010249,-0.009455974),(0.01840738,0.01062494,-0.009423241),(0.01849831,0.00969375,-0.009545535),(0.01829222,0.01007125,-0.009549799),(0.01807283,0.0104422,-0.009537432),(0.01794936,0.009890141,-0.009615223),(0.01773714,0.01025302,-0.009638168),(0.0181513,0.009524695,-0.009574187),(0.01869353,0.009313103,-0.009521746),(0.0183449,0.009158677,-0.009513054),(0.01848849,0.01116151,-0.009227359),(0.01823959,0.01152224,-0.009171998),(0.01816685,0.01098857,-0.00937729),(0.01791682,0.01134556,-0.009327671),(0.01798879,0.0118809,-0.009123655),(0.01774386,0.01224255,-0.009092101),(0.01766533,0.01170158,-0.009283936),(0.01742046,0.01206231,-0.009255626),(0.01759412,0.01115958,-0.009480377),(0.01734941,0.01151659,-0.009453476),(0.01711088,0.01187952,-0.00943952),(0.01704976,0.01132983,-0.009643244),(0.01682243,0.01169771,-0.009650972),(0.01728173,0.010969,-0.009643992),(0.01783769,0.01080321,-0.009511327),(0.01751273,0.01061135,-0.009645028),(0.0175126,0.01261228,-0.009087101),(0.01729411,0.0129891,-0.009107033),(0.01719023,0.01243342,-0.009252301),(0.01697328,0.01281336,-0.009272212),(0.0170875,0.01337203,-0.009150279),(0.01689188,0.01376007,-0.009215214),(0.01676819,0.01320055,-0.00931363),(0.01657359,0.01359345,-0.009374814),(0.0166728,0.0126371,-0.009475412),(0.01647027,0.01302786,-0.009521849),(0.01627676,0.01342402,-0.009584999),(0.01619759,0.0128582,-0.009769311),(0.01600472,0.0132568,-0.009836467),(0.01639744,0.01246405,-0.009715207),(0.01688584,0.01225367,-0.009447401),(0.01660535,0.0120765,-0.00967536),(0.01670635,0.01415226,-0.009300223),(0.01653022,0.01454764,-0.009402616),(0.01638807,0.01399049,-0.009454027),(0.01621104,0.01439084,-0.009548871),(0.01636278,0.01494526,-0.009519713),(0.01620334,0.01534418,-0.009648824),(0.0160419,0.01479368,-0.009656942),(0.01588005,0.01519818,-0.009775839),(0.01591199,0.0142262,-0.009754368),(0.01573992,0.01463123,-0.009856688),(0.01557419,0.01503822,-0.009968162),(0.01546096,0.01446611,-0.01010331),(0.01529088,0.01487357,-0.0102093),(0.01563654,0.0140608,-0.01000489),(0.0160908,0.01382363,-0.009663155),(0.01581775,0.01365768,-0.009915469),(0.0160512,0.01574344,-0.009787266),(0.01590582,0.01614301,-0.009934118),(0.01572488,0.01560351,-0.009903162),(0.01557611,0.01600959,-0.01003811),(0.01576669,0.01654284,-0.01008846),(0.01563328,0.01694289,-0.01024937),(0.01543342,0.01641634,-0.01017987),(0.01529652,0.01682367,-0.01032765),(0.01526048,0.01585644,-0.01021206),(0.0151123,0.01626744,-0.01034314),(0.01496976,0.01667955,-0.01047944),(0.01481289,0.01610792,-0.01056178),(0.01466433,0.01652289,-0.01068886),(0.01496684,0.01569462,-0.01043911),(0.01541441,0.01544666,-0.01008684),(0.01512617,0.01528312,-0.01032142),(0.01550505,0.01734312,-0.01041592),(0.01538121,0.0177433,-0.01058767),(0.01516509,0.01723149,-0.01048064),(0.0150385,0.0176396,-0.01063835),(0.01526095,0.0181432,-0.01076415),(0.01514348,0.01854263,-0.01094491),(0.0149161,0.01804777,-0.01080029),(0.01479724,0.01845577,-0.01096597),(0.0147008,0.01750648,-0.01076517),(0.01457338,0.01792087,-0.01091366),(0.01445001,0.01833557,-0.01106524),(0.0142495,0.01777598,-0.0110914),(0.0141203,0.01819569,-0.01123129),(0.014383,0.01735713,-0.01095409),(0.01483276,0.01709263,-0.01062028),(0.01452115,0.01693936,-0.01081977),(0.01502801,0.01894133,-0.0111295),(0.01491373,0.01933986,-0.0113182),(0.01468129,0.01886341,-0.01113491),(0.01456768,0.01927127,-0.0113072),(0.0147999,0.01973876,-0.01151132),(0.01468573,0.02013858,-0.01170915),(0.01445587,0.01967996,-0.01148293),(0.01434528,0.02009007,-0.01166222),(0.01421342,0.01916584,-0.01137594),(0.01409932,0.0195826,-0.01153442),(0.0139874,0.02000125,-0.01169455),(0.01375415,0.0194608,-0.01165998),(0.01363751,0.01988625,-0.01180264),(0.01387314,0.01903757,-0.01151656),(0.01433017,0.01875036,-0.01121944),(0.01399502,0.01861604,-0.01137333),(0.01457045,0.02053985,-0.01191198),(0.01444986,0.02094103,-0.01211784),(0.01423537,0.02050223,-0.01184515),(0.01412223,0.02091501,-0.01202969),(0.01431979,0.02134058,-0.01232475),(0.01417604,0.02173693,-0.01253075),(0.01400198,0.02132704,-0.01221382),(0.01387072,0.0217369,-0.01239551),(0.01376554,0.02084481,-0.0120169),(0.01364905,0.02126741,-0.01217533),(0.01352451,0.021689,-0.01232942),(0.01328909,0.02117555,-0.01221441),(0.01316553,0.02160665,-0.0123415),(0.01340735,0.02074453,-0.01208129),(0.01387723,0.02042237,-0.011856),(0.0135227,0.02031446,-0.01194355),(0.01401442,0.02212856,-0.01273384),(0.01383693,0.02251589,-0.01293457),(0.01372454,0.02214321,-0.01257272),(0.01356549,0.02254655,-0.01274737),(0.01364555,0.02289941,-0.01313347),(0.01344228,0.02327954,-0.01333106),(0.01339559,0.0229475,-0.01292136),(0.01321688,0.02334665,-0.01309659),(0.01324341,0.02252639,-0.01262205),(0.01309079,0.02294353,-0.01276692),(0.01293272,0.02336057,-0.01291504),(0.01275581,0.02289772,-0.01269373),(0.01261204,0.02332963,-0.01281465),(0.01289715,0.02246705,-0.0125772),(0.01338864,0.02210844,-0.01247727),(0.0130343,0.02203692,-0.01246111),(0.0132291,0.02365675,-0.01352788),(0.01300522,0.02403083,-0.01372271),(0.0130314,0.02374457,-0.01327498),(0.01283776,0.02414058,-0.01345559),(0.01276984,0.02440157,-0.01391434),(0.01252214,0.02476876,-0.01410155),(0.01263458,0.02453398,-0.0136375),(0.01242048,0.02492406,-0.01381978),(0.01260433,0.02419521,-0.01322995),(0.01243028,0.02461059,-0.01339552),(0.01224717,0.02502319,-0.01356568),(0.012168,0.02463163,-0.01322591),(0.01200861,0.02506332,-0.0133779),(0.01232027,0.0241979,-0.01308112),(0.01277119,0.02377816,-0.01306959),(0.01246757,0.02376346,-0.0129439),(0.01226131,0.0251322,-0.01428313),(0.01198762,0.02549172,-0.01445802),(0.01219407,0.02531013,-0.01400151),(0.01195485,0.02569168,-0.01418136),(0.01170131,0.02584718,-0.01462518),(0.01140263,0.02619845,-0.01478353),(0.01170233,0.02606822,-0.01435801),(0.01143601,0.02643923,-0.01453014),(0.01184709,0.02583587,-0.01391658),(0.01162783,0.02623426,-0.01409451),(0.01139422,0.02662625,-0.01427224),(0.01146914,0.02633415,-0.01386971),(0.011264,0.02674618,-0.01404143),(0.01166064,0.02591564,-0.01370105),(0.01205316,0.02543189,-0.01373983),(0.01183998,0.02549168,-0.01353669),(0.01109182,0.02654535,-0.01493204),(0.01076928,0.02688795,-0.01507047),(0.01115538,0.02680422,-0.01469641),(0.01086022,0.02716324,-0.01485534),(0.01043538,0.0272263,-0.01519857),(0.01009053,0.02756045,-0.01531612),(0.01055031,0.02751633,-0.01500542),(0.01022543,0.02786357,-0.01514516),(0.01087976,0.02738852,-0.01462037),(0.01059734,0.02775888,-0.01478571),(0.01029707,0.02812209,-0.01494188),(0.01055364,0.02793702,-0.01455527),(0.01028153,0.02831892,-0.01471598),(0.01080735,0.0275476,-0.01438725),(0.01114513,0.02701099,-0.01444836),(0.01104377,0.02715066,-0.01421496),(0.009735093,0.02789046,-0.01542288),(0.009371183,0.02821716,-0.01552095),(0.009885358,0.02820499,-0.01527304),(0.009532624,0.02854148,-0.01538989),(0.009000897,0.02854137,-0.01561242),(0.008626336,0.02886392,-0.0156994),(0.00916976,0.02887388,-0.01549649),(0.008799299,0.02920309,-0.01559366),(0.00964327,0.028828,-0.01521874),(0.009294921,0.02917223,-0.01533872),(0.008935733,0.02951168,-0.01544591),(0.009356155,0.02942128,-0.01513193),(0.009017953,0.02977578,-0.01524512),(0.009680808,0.0290606,-0.01500533),(0.009978186,0.02847821,-0.01508634),(0.009989926,0.0286933,-0.01486634),(0.008249599,0.02918565,-0.01578398),(0.007874686,0.02950913,-0.01587123),(0.008423771,0.02952995,-0.01568219),(0.008047577,0.02985742,-0.01576784),(0.007505604,0.02983699,-0.01596621),(0.007146355,0.03017178,-0.01607401),(0.007675117,0.03018843,-0.01585638),(0.007310791,0.03052596,-0.01595355),(0.008197054,0.0301817,-0.01562658),(0.007826413,0.03051854,-0.01571145),(0.007460804,0.03086079,-0.01580027),(0.007949673,0.0308172,-0.01551705),(0.007588826,0.03116735,-0.01560089),(0.008310771,0.03047062,-0.01543296),(0.008568302,0.02984712,-0.01553997),(0.008668176,0.03012452,-0.01534389),(0.006800944,0.03051611,-0.01619968),(0.006462406,0.03086427,-0.01633585),(0.006959001,0.03087291,-0.01606512),(0.006612714,0.0312233,-0.01618387),(0.00612378,0.03121053,-0.01647512),(0.005778101,0.03154918,-0.01661012),(0.006264897,0.03157112,-0.01630257),(0.00590852,0.03191034,-0.01641399),(0.006751534,0.03156497,-0.01600034),(0.006395038,0.03191495,-0.01609851),(0.006028743,0.03225553,-0.01618673),(0.006512036,0.03223621,-0.01585782),(0.00613887,0.03258059,-0.01592745),(0.006874853,0.03188226,-0.01577661),(0.007104651,0.0312116,-0.01589875),(0.007232168,0.03152417,-0.01568919),(0.005418408,0.03187449,-0.01673344),(0.005043778,0.03218858,-0.01684389),(0.005536551,0.03223497,-0.01651093),(0.005149521,0.03254756,-0.0165942),(0.004653289,0.03249358,-0.01694027),(0.004246018,0.0327916,-0.01702136),(0.004747963,0.03285068,-0.01666463),(0.004332408,0.03314691,-0.01672306),(0.005249194,0.03289335,-0.01631644),(0.004839345,0.03319601,-0.01636344),(0.004418376,0.03349148,-0.0164022),(0.004936463,0.03353358,-0.01605147),(0.00451491,0.03383254,-0.01607832),(0.005349018,0.03322687,-0.01602014),(0.005646227,0.03258077,-0.01625845),(0.005750508,0.03291002,-0.01598018),(0.003821045,0.03308475,-0.01708596),(0.003381161,0.0333675,-0.01713487),(0.003903388,0.03343878,-0.0167703),(0.003462574,0.03372173,-0.01680656),(0.00292916,0.03363432,-0.01716887),(0.002467834,0.03387968,-0.01718876),(0.003011641,0.03399115,-0.01683204),(0.002552261,0.03424246,-0.01684695),(0.003548692,0.03406572,-0.01646272),(0.003100988,0.03433802,-0.01648329),(0.002645386,0.03459609,-0.01649664),(0.003207006,0.03469027,-0.01615039),(0.002755249,0.03495722,-0.0161663),(0.003650594,0.03441265,-0.01612936),(0.00398799,0.03378246,-0.01643549),(0.004086425,0.03412615,-0.01610481),(0.001999976,0.03409804,-0.01719534),(0.001527226,0.03429089,-0.0171874),(0.002086103,0.03447107,-0.01685148),(0.001614152,0.03467708,-0.0168443),(0.001051223,0.03445973,-0.01716372),(0.0005736084,0.03460604,-0.0171231),(0.001137386,0.03486061,-0.01682406),(0.0006567873,0.03502178,-0.01678943),(0.00171225,0.03505827,-0.01649835),(0.001235203,0.03525914,-0.01648369),(0.0007514945,0.0354377,-0.01645666),(0.001347009,0.03566951,-0.01616688),(0.0008587076,0.03586585,-0.01614561),(0.00182562,0.03545031,-0.01617627),(0.002182392,0.03483672,-0.01650216),(0.002294911,0.03521172,-0.0161755),(9.602077e-5,0.03473133,-0.01706434),(-0.0003804944,0.03483427,-0.01698954),(0.0001733365,0.03516068,-0.01673906),(-0.0003115138,0.0352762,-0.01667413),(-0.0008548922,0.03491357,-0.01690084),(-0.001326128,0.03496791,-0.01680035),(-0.0007963107,0.03536722,-0.01659582),(-0.001279602,0.03543263,-0.0165053),(-0.0002330938,0.03572208,-0.01636118),(-0.0007298062,0.03582598,-0.01629322),(-0.001226686,0.03590306,-0.01621212),(-0.000655133,0.03629379,-0.01599912),(-0.001166535,0.03638016,-0.01592189),(-0.0001452206,0.03617876,-0.01606199),(0.0002613676,0.03559233,-0.01641574),(0.0003603452,0.03603586,-0.01611073),(-0.001793155,0.03499597,-0.01669018),(-0.002254535,0.03499845,-0.01656969),(-0.001759935,0.0354713,-0.01640376),(-0.002235402,0.03548292,-0.01629017),(-0.002708827,0.03497603,-0.01643824),(-0.003154591,0.03492938,-0.01629518),(-0.002704095,0.03546718,-0.01616351),(-0.003164107,0.03542377,-0.01602276),(-0.002212384,0.03597274,-0.0160101),(-0.002696582,0.03596305,-0.015887),(-0.003171929,0.03592214,-0.0157477),(-0.002682376,0.03645639,-0.01559929),(-0.003173069,0.03641556,-0.01545885),(-0.002182696,0.03646304,-0.01572275),(-0.001721648,0.03595236,-0.01611811),(-0.001676569,0.0364371,-0.01583002),(-0.003590386,0.03485918,-0.01613986),(-0.004015807,0.03476655,-0.01597435),(-0.003613532,0.03535239,-0.0158669),(-0.004051886,0.03525512,-0.01569876),(-0.00443045,0.03465261,-0.01580068),(-0.004833909,0.03451845,-0.0156209),(-0.004478693,0.03513404,-0.01552119),(-0.004893468,0.03499123,-0.01533702),(-0.004088516,0.03574627,-0.01542057),(-0.004528495,0.03561736,-0.01523938),(-0.004955423,0.03546519,-0.01505085),(-0.004572403,0.03609327,-0.01494382),(-0.005011617,0.03593152,-0.01475153),(-0.004118977,0.03623031,-0.01512793),(-0.003636118,0.03584887,-0.01559112),(-0.003652234,0.03633898,-0.01530067),(-0.005225779,0.0343652,-0.01543707),(-0.005605634,0.03419404,-0.01524959),(-0.005295733,0.03482876,-0.0151491),(-0.005685031,0.03464803,-0.01495786),(-0.005973042,0.03400616,-0.01505886),(-0.006327575,0.03380274,-0.01486528),(-0.00642291,0.0342373,-0.0145672),(-0.006060909,0.03445043,-0.01476375),(-0.005767806,0.03510172,-0.0146624),(-0.006152391,0.0348936,-0.01446381),(-0.006521986,0.03467,-0.0142632),(-0.00661425,0.03509285,-0.01394385),(-0.006237357,0.03532755,-0.0141493),(-0.005844409,0.0355468,-0.01435315),(-0.005368672,0.03529278,-0.01485829),(-0.005435725,0.03574874,-0.01455427),(-0.006668808,0.03358499,-0.01466925),(-0.006995747,0.0333534,-0.01447125),(-0.007102932,0.03376911,-0.01416848),(-0.006770582,0.03401005,-0.01436866),(-0.007307404,0.03310851,-0.01427173),(-0.007602791,0.03285083,-0.01407116),(-0.007717714,0.03324791,-0.01376457),(-0.007418972,0.03351491,-0.013967),(-0.007534784,0.03391743,-0.0136542),(-0.007214048,0.03418152,-0.01385816),(-0.007837503,0.03364063,-0.0134496),(-0.007952506,0.03402248,-0.01311899),(-0.007644463,0.03430891,-0.01332534),(-0.007318366,0.03458308,-0.01353171),(-0.00687616,0.03443251,-0.01406124),(-0.006974774,0.03484454,-0.01373794),(-0.007880915,0.03258087,-0.01387),(-0.008143972,0.03230008,-0.01366946),(-0.008262306,0.032678,-0.01335926),(-0.007998168,0.03296854,-0.01356155),(-0.008394153,0.03200991,-0.01347075),(-0.00863365,0.03171179,-0.01327509),(-0.008749506,0.03206837,-0.01296217),(-0.008512094,0.03237754,-0.01315903),(-0.008637573,0.03273956,-0.01283835),(-0.008387602,0.03305089,-0.01304044),(-0.008872556,0.03241834,-0.01263959),(-0.008999194,0.03275955,-0.01230467),(-0.008765203,0.03309267,-0.01250475),(-0.008512803,0.03341427,-0.01270777),(-0.008121345,0.03335151,-0.0132446),(-0.008241928,0.03372423,-0.01291283),(-0.008864659,0.03140718,-0.01308368),(-0.009090836,0.03109626,-0.0128982),(-0.009196232,0.03142774,-0.01258361),(-0.008976512,0.0317517,-0.01277001),(-0.009315844,0.03077924,-0.01272035),(-0.009543343,0.0304563,-0.0125518),(-0.009626305,0.03075876,-0.01223235),(-0.009411789,0.03109669,-0.01240404),(-0.009507365,0.03140211,-0.0120739),(-0.009304447,0.0317491,-0.01225654),(-0.009705597,0.03104753,-0.01189828),(-0.009784305,0.03132387,-0.01155179),(-0.009604153,0.03169605,-0.01173115),(-0.009415419,0.03206014,-0.011917),(-0.009093847,0.03208802,-0.01244538),(-0.009214848,0.03241501,-0.01210846),(-0.009776992,0.03012766,-0.01239425),(-0.01000888,0.02979115,-0.01224457),(-0.01005397,0.0300611,-0.01191381),(-0.0098429,0.03041416,-0.01206962),(-0.01023111,0.02944464,-0.01209963),(-0.01043576,0.02908596,-0.01195629),(-0.01042917,0.02932253,-0.01161491),(-0.01025193,0.02969781,-0.01176292),(-0.01026248,0.02993584,-0.01141402),(-0.01009009,0.03031575,-0.01156945),(-0.01041239,0.02954476,-0.01126311),(-0.01039423,0.02975565,-0.01090332),(-0.01026982,0.03016154,-0.01105602),(-0.01012287,0.03055757,-0.01121469),(-0.009902148,0.03068586,-0.0117305),(-0.00995912,0.0309447,-0.0113798),(-0.01061493,0.02871298,-0.01181142),(-0.01076556,0.02832726,-0.01166589),(-0.01069796,0.02853269,-0.01132179),(-0.01057809,0.02893346,-0.01146778),(-0.01088457,0.02793039,-0.01152054),(-0.01096892,0.02752394,-0.01137622),(-0.01084767,0.0277043,-0.01103441),(-0.01078807,0.02812226,-0.01117725),(-0.01069184,0.02830552,-0.01082881),(-0.01062554,0.02872729,-0.01097101),(-0.01073335,0.02787812,-0.0106885),(-0.01064334,0.02804722,-0.010336),(-0.0106115,0.0284824,-0.01047361),(-0.01056165,0.02891375,-0.01061327),(-0.0105329,0.02914114,-0.01111561),(-0.01049037,0.02933895,-0.01075612),(-0.01101553,0.02710949,-0.01123378),(-0.01103139,0.02668907,-0.01109429),(-0.01088101,0.02685341,-0.01075516),(-0.01087606,0.02728085,-0.01089356),(-0.01102346,0.02626473,-0.0109588),(-0.01099874,0.02583849,-0.01082839),(-0.0108518,0.02599255,-0.01048738),(-0.01087033,0.02642348,-0.01061961),(-0.01074991,0.02658001,-0.01027631),(-0.0107545,0.02701435,-0.01041217),(-0.01074574,0.02614537,-0.01014212),(-0.01069655,0.02629802,-0.00979391),(-0.01067999,0.02673531,-0.009928284),(-0.01067039,0.02717303,-0.01006339),(-0.01075161,0.02744739,-0.01054959),(-0.01066057,0.02761055,-0.01019927),(-0.0109642,0.0254124,-0.01070411),(-0.01092639,0.02498643,-0.01058409),(-0.01081919,0.02513239,-0.01023352),(-0.01083322,0.02556213,-0.0103589),(-0.01089189,0.02456057,-0.01046646),(-0.01086725,0.02413478,-0.01034936),(-0.01082312,0.02427568,-0.009989552),(-0.01081429,0.02470351,-0.01011062),(-0.01079286,0.02484748,-0.009752544),(-0.01076475,0.02527868,-0.009879607),(-0.01083665,0.02441826,-0.00962911),(-0.01090931,0.02456515,-0.009277556),(-0.01083313,0.02499485,-0.009400603),(-0.01077261,0.02542726,-0.009528635),(-0.01074986,0.02571146,-0.01000967),(-0.01072725,0.02586183,-0.009660216),(-0.01085904,0.02370904,-0.01023091),(-0.0108688,0.02328391,-0.01011228),(-0.01089601,0.0234241,-0.009752068),(-0.01085028,0.02384905,-0.009869682),(-0.01089805,0.02285992,-0.009994617),(-0.01094834,0.02243761,-0.009879094),(-0.01104426,0.02258097,-0.009527862),(-0.01096059,0.02300126,-0.009637774),(-0.01107387,0.02314611,-0.00928678),(-0.01097788,0.02356732,-0.009395626),(-0.0111858,0.02272809,-0.009184001),(-0.011362,0.0228793,-0.008850431),(-0.01122936,0.02329571,-0.008947277),(-0.01110878,0.02371553,-0.009050806),(-0.01089857,0.02399146,-0.009509938),(-0.01100164,0.02413869,-0.009160927),(-0.01102121,0.02201754,-0.009766866),(-0.01111499,0.02160028,-0.009659143),(-0.01126781,0.02174971,-0.009324746),(-0.01114731,0.02216368,-0.009423391),(-0.01122803,0.02118642,-0.00955714),(-0.01135867,0.02077655,-0.009462065),(-0.01155357,0.02093301,-0.009146456),(-0.01140387,0.02133938,-0.009232307),(-0.01160511,0.02149483,-0.008914173),(-0.01145333,0.02190239,-0.008998076),(-0.01176634,0.02109085,-0.008835805),(-0.01198169,0.02124645,-0.008522152),(-0.01181698,0.02165009,-0.008597073),(-0.0116576,0.02205666,-0.008676188),(-0.01131292,0.02231349,-0.009087892),(-0.01150535,0.02246634,-0.008760354),(-0.01150525,0.02037124,-0.009375127),(-0.01166552,0.01997038,-0.009295691),(-0.01188622,0.02013281,-0.008994727),(-0.01171502,0.02053093,-0.009067573),(-0.01183719,0.01957381,-0.00922312),(-0.01201801,0.01918142,-0.009156772),(-0.01224995,0.01934708,-0.00886343),(-0.01206519,0.0197383,-0.00892699),(-0.01228883,0.01989893,-0.008627689),(-0.0121098,0.02029336,-0.008693553),(-0.01247059,0.01950677,-0.008564015),(-0.01266393,0.01965444,-0.008247451),(-0.01249223,0.02005007,-0.008314054),(-0.0123205,0.02044694,-0.008381481),(-0.0119351,0.02069052,-0.008762595),(-0.01214992,0.02084557,-0.008450568),(-0.01220571,0.01879307,-0.009096015),(-0.01239914,0.01840846,-0.009039985),(-0.0126298,0.01857308,-0.008745313),(-0.0124385,0.01895881,-0.008803113),(-0.01259716,0.01802728,-0.008987822),(-0.01279862,0.01764925,-0.008938664),(-0.01301641,0.01780763,-0.008634329),(-0.01282278,0.0181895,-0.008689293),(-0.01301879,0.01833922,-0.008378173),(-0.01283655,0.01872738,-0.008439763),(-0.01319923,0.01795145,-0.008316267),(-0.01332991,0.01807474,-0.007978556),(-0.01316826,0.01847018,-0.008046621),(-0.0130028,0.01886497,-0.008113969),(-0.01265349,0.01911641,-0.008501542),(-0.01283441,0.01925957,-0.008180833),(-0.01300236,0.01727406,-0.00889165),(-0.01320747,0.01690122,-0.008846298),(-0.01340133,0.01704728,-0.008525352),(-0.01320962,0.01742708,-0.008579683),(-0.01341302,0.01653024,-0.008802121),(-0.01361809,0.01616063,-0.008758633),(-0.01377585,0.01628765,-0.008417595),(-0.01359044,0.01666766,-0.008471324),(-0.01371888,0.01678531,-0.008127378),(-0.01355052,0.01717509,-0.00819043),(-0.01388073,0.01639369,-0.008064823),(-0.01391724,0.01647625,-0.007704413),(-0.01378184,0.01687944,-0.007771706),(-0.01363797,0.0172799,-0.007840335),(-0.01337688,0.0175636,-0.008253541),(-0.01348691,0.01767815,-0.007909539),(-0.01382175,0.0157919,-0.008715353),(-0.01402164,0.01542238,-0.008672192),(-0.01413016,0.01552346,-0.008311517),(-0.01395647,0.01590667,-0.008364155),(-0.01421541,0.01505039,-0.008629062),(-0.01440068,0.01467426,-0.008585876),(-0.01444812,0.0147452,-0.008210689),(-0.01429475,0.01513673,-0.00826019),(-0.01431274,0.01520126,-0.007887243),(-0.01417941,0.0156024,-0.00794364),(-0.01443304,0.01479547,-0.007835126),(-0.01434849,0.0148285,-0.00747129),(-0.01425982,0.01524612,-0.007521153),(-0.01415753,0.0156598,-0.007577633),(-0.01403483,0.01599963,-0.008003206),(-0.0140429,0.01606977,-0.00763922),(-0.01457512,0.01429231,-0.008542544),(-0.01473557,0.01390412,-0.008500929),(-0.01471258,0.0139442,-0.008120729),(-0.0145881,0.01434761,-0.008163523),(-0.01487889,0.01350927,-0.008462893),(-0.01500195,0.01310735,-0.008430292),(-0.01490663,0.01312109,-0.008056369),(-0.01481946,0.01353528,-0.008084333),(-0.01470072,0.01354858,-0.007718454),(-0.0146282,0.01396843,-0.007748911),(-0.01475499,0.01312544,-0.007698856),(-0.01454971,0.01312534,-0.007366898),(-0.01452327,0.01355427,-0.007375964),(-0.01448063,0.01398169,-0.007397309),(-0.01453859,0.01438429,-0.007788411),(-0.01442224,0.01440673,-0.007429547),(-0.01510159,0.01269792,-0.008404991),(-0.01517745,0.01228276,-0.00838939),(-0.01501543,0.01227948,-0.008033677),(-0.01497196,0.01270192,-0.00803887),(-0.01522915,0.01186362,-0.00838589),(-0.01525632,0.01144226,-0.008396893),(-0.0150366,0.01143168,-0.00806756),(-0.01503699,0.0118555,-0.008042625),(-0.01480214,0.01184661,-0.007720791),(-0.01480549,0.01227293,-0.007698865),(-0.01478001,0.01142228,-0.007758876),(-0.01449436,0.01141553,-0.007471082),(-0.01453138,0.01183968,-0.007423209),(-0.01455327,0.01226684,-0.007390142),(-0.01478984,0.01269972,-0.00769194),(-0.01455955,0.01269579,-0.007371498),(-0.01525857,0.01102044,-0.008424801),(-0.01523845,0.01059965,-0.008468451),(-0.01497341,0.01059016,-0.008167926),(-0.01501422,0.01100976,-0.00811032),(-0.0151985,0.01018141,-0.008526674),(-0.01514128,0.009767188,-0.00859831),(-0.01485075,0.009759678,-0.008315749),(-0.01491773,0.01017332,-0.008237397),(-0.01461993,0.01016823,-0.007959113),(-0.01468447,0.01058362,-0.007882516),(-0.01455013,0.009754745,-0.008039588),(-0.01431536,0.01016366,-0.007684736),(-0.01424956,0.009749359,-0.007761749),(-0.0143814,0.01057868,-0.007607111),(-0.01473931,0.01100146,-0.007814277),(-0.01444271,0.01099558,-0.007534137),(-0.01506933,0.009358506,-0.008682194),(-0.01499221,0.008952779,-0.008770627),(-0.01477603,0.009349661,-0.008400008),(-0.01470183,0.008941161,-0.008483985),(-0.01491948,0.008547429,-0.008855911),(-0.0148607,0.008139881,-0.008930353),(-0.0146364,0.008532067,-0.00856149),(-0.014588,0.008120266,-0.008626339),(-0.01441456,0.008930538,-0.008194549),(-0.0143618,0.008517108,-0.008260678),(-0.01432771,0.008100991,-0.008313668),(-0.01408681,0.008082228,-0.007988279),(-0.01410274,0.008501597,-0.00794842),(-0.01413841,0.008918875,-0.007895863),(-0.0144795,0.009342632,-0.00811946),(-0.01418896,0.009334613,-0.007832881),(-0.01482543,0.007727558,-0.008986252),(-0.01481266,0.007312177,-0.009026318),(-0.01456487,0.007703648,-0.008672347),(-0.01456542,0.007284303,-0.008702455),(-0.01482136,0.006895457,-0.009053262),(-0.01485052,0.006479115,-0.009069792),(-0.01458806,0.006864321,-0.008719615),(-0.01463119,0.006445794,-0.008726771),(-0.01433342,0.007258776,-0.008370293),(-0.01436981,0.006836971,-0.008379134),(-0.0144263,0.00641756,-0.008378464),(-0.01424974,0.006397431,-0.00801878),(-0.01417884,0.006815919,-0.00802634),(-0.01412677,0.007237485,-0.008025163),(-0.01431882,0.007680831,-0.008349339),(-0.01409546,0.007660223,-0.008013168),(-0.01489912,0.006064868,-0.00907862),(-0.01496615,0.005653551,-0.009080429),(-0.01469321,0.006030808,-0.008726865),(-0.01477338,0.005620143,-0.008720546),(-0.01505059,0.005245994,-0.009075901),(-0.01515142,0.004843031,-0.009065724),(-0.01498524,0.004814877,-0.008691238),(-0.01487097,0.005214574,-0.008708457),(-0.01470446,0.005189788,-0.008337751),(-0.01459405,0.005593168,-0.008357084),(-0.01483201,0.004793353,-0.00831357),(-0.01470299,0.004781518,-0.007928822),(-0.01456414,0.005175146,-0.007958886),(-0.01444235,0.005576222,-0.007984362),(-0.01450119,0.006002693,-0.008370885),(-0.01433757,0.005983924,-0.008004555),(-0.01526763,0.004445493,-0.009050579),(-0.01541088,0.00407266,-0.009026538),(-0.01527261,0.004056376,-0.008640183),(-0.01511545,0.004421828,-0.008669535),(-0.01559283,0.00374381,-0.00898967),(-0.01582513,0.003478223,-0.008936043),(-0.01571186,0.003492064,-0.008545864),(-0.01546774,0.003739472,-0.008600014),(-0.01535548,0.003737847,-0.008207467),(-0.01514738,0.004045556,-0.008250581),(-0.01561071,0.003503367,-0.008153737),(-0.01552362,0.003506402,-0.007759748),(-0.01525983,0.003736931,-0.007811309),(-0.01504141,0.00404074,-0.00785602),(-0.01497627,0.004404667,-0.008285232),(-0.01485894,0.004396158,-0.007894862),(-0.01611944,0.003295178,-0.008861732),(-0.01645983,0.003187054,-0.0087798),(-0.01636481,0.003253868,-0.008397677),(-0.01601599,0.0033351,-0.008474565),(-0.01683041,0.003146231,-0.008703319),(-0.01721524,0.003165089,-0.008645356),(-0.01713524,0.003259744,-0.008273368),(-0.01674299,0.003233654,-0.00832676),(-0.01666307,0.003288305,-0.007953546),(-0.01627874,0.003299086,-0.00801737),(-0.01706195,0.003311111,-0.007905171),(-0.01699558,0.003299397,-0.007544007),(-0.01659129,0.003290762,-0.007585593),(-0.01620247,0.003306757,-0.007640005),(-0.01592321,0.003363943,-0.008087235),(-0.0158422,0.003370825,-0.007700351),(-0.01759842,0.003236004,-0.008618978),(-0.0179822,0.003336619,-0.008614184),(-0.01791687,0.003389252,-0.00824644),(-0.01752622,0.003317426,-0.008249063),(-0.01836883,0.003444571,-0.008620972),(-0.01876054,0.0035375,-0.008629337),(-0.01870091,0.003505555,-0.008276641),(-0.01830813,0.003457778,-0.008258102),(-0.01825725,0.003411,-0.007892824),(-0.01785987,0.003384234,-0.007878899),(-0.01865249,0.003415535,-0.007919342),(-0.01861222,0.003280952,-0.007564247),(-0.0182129,0.003306492,-0.007533302),(-0.01780876,0.003313753,-0.007518912),(-0.01746116,0.003347012,-0.007881652),(-0.01740219,0.003309225,-0.00752213),(-0.01915959,0.003593045,-0.008629277),(-0.0195651,0.003616885,-0.008621496),(-0.01949463,0.003494454,-0.008309517),(-0.01909616,0.00351514,-0.008294661),(-0.01997617,0.003614699,-0.008606691),(-0.02039191,0.003592165,-0.008585561),(-0.02030431,0.003393962,-0.008319168),(-0.01989709,0.003451421,-0.008318567),(-0.01983015,0.003258103,-0.008025001),(-0.01943652,0.003330834,-0.00799166),(-0.0202281,0.003176116,-0.008048153),(-0.02017191,0.002987961,-0.007754471),(-0.01978074,0.00307846,-0.007714671),(-0.01939269,0.00316125,-0.007663792),(-0.01904477,0.003386062,-0.007954365),(-0.01900433,0.003230642,-0.007610698),(-0.02081143,0.003554964,-0.008558811),(-0.02123126,0.003498915,-0.008531152),(-0.02113122,0.003253604,-0.008293091),(-0.02071707,0.003329999,-0.008308679),(-0.02164797,0.003419841,-0.008507303),(-0.02205806,0.003313563,-0.008491978),(-0.02194728,0.003039796,-0.008270592),(-0.02154266,0.003158845,-0.008278398),(-0.02144421,0.002895986,-0.008047366),(-0.02103969,0.003002099,-0.008052272),(-0.02184179,0.00276775,-0.008047237),(-0.02175521,0.002539983,-0.00779168),(-0.02136602,0.002678021,-0.007785197),(-0.02096927,0.002794315,-0.007781995),(-0.0206328,0.003093129,-0.008054889),(-0.02056966,0.002895436,-0.007774333),(-0.02245809,0.003175901,-0.008489892),(-0.02284902,0.003014318,-0.008498752),(-0.02272573,0.002720464,-0.008289224),(-0.02234093,0.002890525,-0.008275663),(-0.02323183,0.002836274,-0.008516259),(-0.02360748,0.002649231,-0.008540121),(-0.02310376,0.002539041,-0.008306889),(-0.02347713,0.00235569,-0.008324265),(-0.02260572,0.002435237,-0.00807622),(-0.02297853,0.002253862,-0.008092759),(-0.02334956,0.002077674,-0.008102285),(-0.02323483,0.001840978,-0.007848107),(-0.02286736,0.002010488,-0.007845364),(-0.02250132,0.002192581,-0.007829732),(-0.02222788,0.00261035,-0.00805895),(-0.02213212,0.002373624,-0.00780918),(-0.02397694,0.00246065,-0.008568041),(-0.02434176,0.002270915,-0.008599006),(-0.02421679,0.002009618,-0.008346155),(-0.02384792,0.002179841,-0.008336963),(-0.02470349,0.002080411,-0.008631998),(-0.02506367,0.001889522,-0.008666007),(-0.0249513,0.001678549,-0.008358695),(-0.02458437,0.001843146,-0.00835301),(-0.02446986,0.001632305,-0.008064357),(-0.02409558,0.001771056,-0.008084758),(-0.0248445,0.001497715,-0.00804063),(-0.02474951,0.001359577,-0.007702654),(-0.02436711,0.001463541,-0.007752053),(-0.02398619,0.001574059,-0.007796237),(-0.02372203,0.001918126,-0.008098509),(-0.02360827,0.001697687,-0.007829994),(0.03029744,0.00124445,0.003310417),(0.03013475,0.001256131,0.002926667),(0.02997237,0.001270422,0.00254285),(0.02959909,0.001235121,0.002697946),(0.02975747,0.001230113,0.00308535),(0.02991627,0.001227192,0.003472631),(0.0298106,0.001289929,0.002158898),(0.02964973,0.001317262,0.001774746),(0.02928534,0.001259752,0.001922268),(0.02944157,0.001244305,0.002310293),(0.02906314,0.001226909,0.002468796),(0.02921875,0.001222807,0.002857181),(0.02890908,0.001235113,0.002079841),(0.02852659,0.001228276,0.002242114),(0.02867982,0.001224175,0.002630619),(0.02883481,0.001222124,0.003018375),(0.02937541,0.00122144,0.003245183),(0.02953259,0.00122144,0.003632995),(0.02899097,0.00122144,0.003405635),(0.02914772,0.00122144,0.003792645),(0.02949008,0.001355029,0.001390326),(0.02932846,0.001404013,0.001007699),(0.02897514,0.001316209,0.001146365),(0.02913082,0.00128355,0.001533745),(0.02916169,0.001464997,0.0006289291),(0.0289866,0.001538763,0.0002560772),(0.02881542,0.001358237,0.0007617683),(0.0286488,0.001410144,0.0003815958),(0.02844957,0.001293733,0.0009131464),(0.02860477,0.001268226,0.001300831),(0.02828907,0.001325605,0.0005282569),(0.02791627,0.001273522,0.0006859918),(0.02807265,0.001257586,0.001073768),(0.0282251,0.001244833,0.001462904),(0.02875712,0.001248786,0.001690124),(0.02837572,0.001235113,0.001852615),(0.02880001,0.001626094,-0.0001087943),(0.02860142,0.001725064,-0.0004633167),(0.0284724,0.001472439,7.487284e-6),(0.02828597,0.001544137,-0.0003587721),(0.02839032,0.001833751,-0.0008051215),(0.0281662,0.00195023,-0.00113184),(0.0280893,0.001624255,-0.0007153977),(0.02788215,0.001711808,-0.001060604),(0.02794489,0.001409325,-0.0002285802),(0.02776151,0.001461147,-0.0005985263),(0.02757082,0.001519591,-0.0009614893),(0.02741323,0.001344226,-0.0004632864),(0.02723606,0.001377848,-0.0008407119),(0.02758601,0.001316116,-8.283053e-5),(0.02812079,0.00136414,0.0001473478),(0.02775388,0.00129279,0.0003003606),(0.02792853,0.002072576,-0.001441103),(0.02767822,0.002202431,-0.001733651),(0.02766426,0.001805813,-0.001392607),(0.02743563,0.001909861,-0.001710848),(0.0274161,0.002341437,-0.002010226),(0.02714306,0.002491236,-0.002271568),(0.0271962,0.002027547,-0.002014772),(0.02694593,0.002162463,-0.002303819),(0.02716698,0.001661464,-0.001661752),(0.02695192,0.001755201,-0.001995626),(0.02672685,0.001871013,-0.002316377),(0.02667524,0.001539832,-0.001943465),(0.02647319,0.001633943,-0.002293233),(0.02686866,0.001469728,-0.001583194),(0.02737296,0.001584645,-0.001316469),(0.02705508,0.001417707,-0.001214812),(0.02685995,0.002653471,-0.002518417),(0.02656887,0.002825133,-0.002754102),(0.02668479,0.002318199,-0.002577435),(0.02641403,0.002489938,-0.002837806),(0.02627189,0.003003213,-0.002981949),(0.02597111,0.003184703,-0.003205287),(0.0261349,0.002672856,-0.003087121),(0.02584864,0.002862132,-0.003327568),(0.02624412,0.002178123,-0.002914198),(0.02598721,0.002357023,-0.003192911),(0.02572044,0.002544551,-0.003459254),(0.02580492,0.002069725,-0.003264148),(0.02556068,0.002244357,-0.003560816),(0.02603826,0.001905423,-0.002953827),(0.02649079,0.002014053,-0.002622294),(0.02626095,0.001757985,-0.002630104),(0.02566861,0.003366594,-0.003427444),(0.02536444,0.003548653,-0.003648846),(0.02555649,0.003052947,-0.003561336),(0.02525843,0.003244369,-0.003788621),(0.02505866,0.003730644,-0.003869923),(0.02475133,0.003912332,-0.0040911),(0.02495443,0.003435472,-0.004009618),(0.02464444,0.003625324,-0.004224522),(0.02515788,0.002925678,-0.00395687),(0.02486107,0.003116841,-0.004187286),(0.02455322,0.003306778,-0.004404874),(0.02475509,0.002787575,-0.004361419),(0.02445714,0.002972209,-0.004593521),(0.02503731,0.002604146,-0.00411094),(0.02544416,0.002734509,-0.003714049),(0.02530533,0.002422785,-0.003843576),(0.02444249,0.004093484,-0.004312807),(0.02413241,0.004269549,-0.004535821),(0.02432842,0.003812998,-0.004433528),(0.02400754,0.003995079,-0.004638019),(0.02382135,0.004435978,-0.004760919),(0.02350958,0.004588221,-0.004988879),(0.02368294,0.00416815,-0.004839376),(0.02335577,0.004328798,-0.005038983),(0.02390494,0.003676921,-0.004802107),(0.02356861,0.003852313,-0.00498542),(0.02322689,0.004018045,-0.005160974),(0.02347062,0.003519094,-0.005177786),(0.0231201,0.003691501,-0.005341148),(0.02381214,0.003340233,-0.004999919),(0.02423383,0.003494275,-0.004609203),(0.0241419,0.003157183,-0.00480576),(0.02319736,0.004721729,-0.00522048),(0.02288494,0.004841764,-0.005454726),(0.02302717,0.004473608,-0.005238221),(0.02269815,0.004608032,-0.005437449),(0.02257255,0.004953586,-0.005690624),(0.02226042,0.005062457,-0.005927182),(0.02236971,0.004737523,-0.005637032),(0.02204283,0.004867534,-0.005837328),(0.02253548,0.004318844,-0.005496403),(0.02218993,0.004464978,-0.005660469),(0.02184726,0.004615647,-0.005824897),(0.02204395,0.004177709,-0.005770516),(0.02168781,0.004347192,-0.0059064),(0.02240353,0.004015483,-0.00563361),(0.02288182,0.004171711,-0.005330603),(0.02276332,0.003855189,-0.005491788),(0.02194881,0.005173639,-0.006163404),(0.02163869,0.00528978,-0.006399805),(0.02171851,0.005003518,-0.006038701),(0.02139784,0.005146987,-0.006242439),(0.02133104,0.005413521,-0.006636892),(0.02102684,0.00554751,-0.006875183),(0.0210819,0.005299456,-0.006449827),(0.02077179,0.005462438,-0.006662156),(0.02117783,0.004947736,-0.006162946),(0.02085332,0.005130234,-0.006340214),(0.0205371,0.005324422,-0.006525403),(0.02066333,0.004930706,-0.006339698),(0.02033973,0.00514988,-0.006499634),(0.02099652,0.004723796,-0.006188905),(0.02150952,0.004776387,-0.005991781),(0.02133834,0.004529255,-0.006045169),(0.02072708,0.005694394,-0.007115186),(0.0204348,0.005858548,-0.00735442),(0.02046857,0.005637448,-0.006880714),(0.02017421,0.005826772,-0.007103361),(0.02015304,0.006044352,-0.007590396),(0.01988485,0.006256185,-0.007820633),(0.01989067,0.006032706,-0.007327967),(0.01961988,0.006257536,-0.007552396),(0.01993364,0.005749373,-0.006923171),(0.01964798,0.005979905,-0.007132052),(0.01937409,0.006222325,-0.007345136),(0.01943255,0.005872916,-0.007041317),(0.01915153,0.006129565,-0.007237922),(0.0197243,0.005622845,-0.006851818),(0.02023028,0.005530841,-0.006720339),(0.02002671,0.005381214,-0.006670799),(0.01963328,0.006498424,-0.008042644),(0.01939682,0.006766585,-0.008256048),(0.0193638,0.006503552,-0.007774513),(0.01912111,0.006768049,-0.007993129),(0.01917394,0.007056183,-0.008460464),(0.01896315,0.007362734,-0.008655508),(0.01889047,0.007048314,-0.008207059),(0.01867057,0.007341638,-0.008415115),(0.01886277,0.006741507,-0.00777672),(0.01862303,0.007016334,-0.007991946),(0.01839235,0.007300029,-0.008204613),(0.01836903,0.006929349,-0.007855008),(0.01812508,0.007207159,-0.00806387),(0.01862075,0.0066574,-0.007646544),(0.01911273,0.006476515,-0.007560571),(0.01888125,0.006390933,-0.007440257),(0.01876291,0.007681755,-0.008840801),(0.01857011,0.008010451,-0.009014898),(0.01846007,0.007645309,-0.00861611),(0.01825695,0.00795636,-0.008811039),(0.01838165,0.008346028,-0.009176354),(0.0181944,0.008685693,-0.00932372),(0.01805921,0.008271819,-0.009000897),(0.01786482,0.008588716,-0.009186677),(0.01795391,0.00788817,-0.008620834),(0.01774457,0.008186717,-0.008831352),(0.01754077,0.008484317,-0.009048123),(0.01743498,0.008067183,-0.008702962),(0.01721969,0.008353665,-0.008937489),(0.0176578,0.007778794,-0.008482649),(0.01816958,0.007591625,-0.00841308),(0.01788792,0.007491213,-0.008271351),(0.01800525,0.009026652,-0.009455557),(0.01781289,0.009369678,-0.00957018),(0.01767178,0.008904084,-0.009369374),(0.01747948,0.009221894,-0.009542383),(0.01761604,0.009715546,-0.009665908),(0.0174134,0.01006503,-0.00974106),(0.0172873,0.009546131,-0.009699099),(0.01709466,0.009880773,-0.009832915),(0.01714747,0.009074535,-0.009499662),(0.01695819,0.009380566,-0.009712033),(0.01677395,0.009702821,-0.009900539),(0.01662374,0.009217517,-0.00970195),(0.01644433,0.009533731,-0.00993074),(0.01681329,0.008920794,-0.00945088),(0.0173417,0.008778021,-0.009274624),(0.0170122,0.008635523,-0.009191427),(0.01720368,0.0104189,-0.009793952),(0.01698992,0.01077851,-0.009832396),(0.01690093,0.0102298,-0.009937228),(0.01670619,0.01059165,-0.01001956),(0.01677514,0.01114523,-0.0098642),(0.0165624,0.01152041,-0.009897175),(0.01631385,0.01134764,-0.01014834),(0.01651047,0.01096478,-0.01008742),(0.01641805,0.01041195,-0.01017944),(0.01624067,0.01079047,-0.01028398),(0.01605984,0.01117941,-0.01037467),(0.01595065,0.01062429,-0.01042495),(0.01578348,0.01101574,-0.01054639),(0.01611303,0.01024293,-0.01028602),(0.01659486,0.01004801,-0.01005398),(0.01627584,0.009877471,-0.01012335),(0.01635471,0.01190539,-0.009939132),(0.01615197,0.01229795,-0.009990173),(0.01591907,0.0121357,-0.01027351),(0.01611635,0.01173866,-0.01020984),(0.01595404,0.01269583,-0.0100504),(0.01576079,0.0130968,-0.01011992),(0.01572305,0.01253661,-0.01034095),(0.01552935,0.01293924,-0.01041376),(0.01568142,0.01197418,-0.01053842),(0.01548806,0.01237637,-0.01061678),(0.01529476,0.01277933,-0.01069635),(0.01523252,0.01221097,-0.01085373),(0.01504141,0.01261229,-0.0109461),(0.0154217,0.01181029,-0.0107581),(0.01587272,0.01157458,-0.0104586),(0.01560626,0.01141148,-0.01065654),(0.01557211,0.0134986,-0.01019884),(0.01538817,0.01390169,-0.01028623),(0.01533903,0.01334145,-0.01049352),(0.01515258,0.0137441,-0.01057988),(0.01520914,0.01430651,-0.01038117),(0.0150352,0.01471351,-0.01048275),(0.0149705,0.01414807,-0.01067244),(0.01479326,0.01455423,-0.01077085),(0.01491548,0.01358326,-0.01086735),(0.01473106,0.01398644,-0.01095932),(0.01455116,0.01439192,-0.01105596),(0.01447686,0.01381724,-0.01122399),(0.014295,0.01422277,-0.0113204),(0.01466256,0.01341437,-0.01113017),(0.01510364,0.01318126,-0.01077979),(0.01485109,0.01301308,-0.0110379),(0.01486653,0.01512313,-0.01059004),(0.01470307,0.0155352,-0.01070243),(0.01462137,0.01496344,-0.01087472),(0.01445461,0.01537553,-0.01098335),(0.01454476,0.01594957,-0.01081931),(0.01439154,0.01636606,-0.01094006),(0.01429277,0.01579032,-0.01109602),(0.01413564,0.01620765,-0.01121202),(0.0142069,0.01521295,-0.01126321),(0.01404179,0.01562816,-0.01137222),(0.01388085,0.01604626,-0.01148373),(0.01377668,0.01546103,-0.01162819),(0.01361141,0.0158805,-0.01173418),(0.01394538,0.01504481,-0.01152334),(0.01437657,0.01480081,-0.01115752),(0.014118,0.01463201,-0.01142047),(0.01424336,0.0167845,-0.01106407),(0.01409998,0.01720473,-0.01119105),(0.01398301,0.01662732,-0.01133064),(0.0138348,0.01704925,-0.01145171),(0.01396115,0.01762656,-0.0113207),(0.01382665,0.01804982,-0.01145272),(0.01369089,0.01747335,-0.01157504),(0.01355121,0.0178995,-0.01170047),(0.0135705,0.01689068,-0.01171173),(0.01342126,0.01731707,-0.01182795),(0.01327612,0.0177463,-0.01194547),(0.01298353,0.01759175,-0.01215868),(0.01313482,0.01715847,-0.01205293),(0.01329013,0.01672899,-0.01194678),(0.01372373,0.01646709,-0.01159695),(0.01344911,0.01630308,-0.01184045),(0.01369623,0.01847433,-0.01158683),(0.01356905,0.01890047,-0.01172116),(0.01341567,0.01832763,-0.01182782),(0.01328302,0.01875791,-0.01195434),(0.01344425,0.01932865,-0.01185384),(0.01332099,0.01975925,-0.01198301),(0.01315203,0.01919052,-0.01207729),(0.01302146,0.01962564,-0.01219392),(0.01299693,0.01861326,-0.01218068),(0.01285988,0.01905075,-0.01229163),(0.01272253,0.01949077,-0.01239366),(0.0124078,0.01936004,-0.01254051),(0.0125502,0.01891371,-0.01245817),(0.01269266,0.01846988,-0.01236477),(0.01313518,0.0181784,-0.01206417),(0.01283663,0.01802906,-0.01226378),(0.01319842,0.02019267,-0.01210679),(0.01307524,0.02062824,-0.01222468),(0.01289008,0.02006344,-0.01230149),(0.01275765,0.02050348,-0.01240066),(0.01295015,0.02106532,-0.01233616),(0.01282186,0.02150324,-0.01244071),(0.01262393,0.02094531,-0.01249211),(0.01248868,0.02138849,-0.0125765),(0.01244304,0.02037773,-0.0125628),(0.0123021,0.02082413,-0.01263378),(0.01216115,0.02127212,-0.01269827),(0.01183445,0.02116385,-0.01275546),(0.01197635,0.02071038,-0.01271271),(0.01211988,0.0202585,-0.01266469),(0.01258338,0.01993318,-0.01248341),(0.01226403,0.01980834,-0.01260833),(0.01268907,0.02194135,-0.01253782),(0.01255312,0.02238018,-0.01263141),(0.01235167,0.02183257,-0.0126545),(0.0122137,0.02227786,-0.01272944),(0.01241533,0.02282029,-0.01272537),(0.01227706,0.02326219,-0.01282364),(0.01207557,0.02272467,-0.01280465),(0.01193811,0.0231733,-0.01288345),(0.01188126,0.02217215,-0.01281608),(0.01174275,0.02262433,-0.01287435),(0.01160551,0.02307804,-0.01293551),(0.01142309,0.02253271,-0.01287729),(0.01128958,0.0229915,-0.01292127),(0.01155817,0.02207511,-0.01283609),(0.0120208,0.02172144,-0.01275821),(0.01169517,0.02161879,-0.01279603),(0.01213963,0.02370642,-0.01293011),(0.01200091,0.02415185,-0.01304442),(0.0118021,0.02362405,-0.01296917),(0.01166567,0.02407616,-0.01306128),(0.01185881,0.02459729,-0.0131662),(0.01171118,0.02504161,-0.01329508),(0.01152694,0.02452885,-0.01315928),(0.01138403,0.02498134,-0.01326263),(0.01133395,0.02398999,-0.01307315),(0.01119664,0.02444757,-0.01314804),(0.01105629,0.0249058,-0.01322592),(0.01089213,0.02437471,-0.01307538),(0.01075712,0.02483828,-0.01313036),(0.01102517,0.02391243,-0.01302145),(0.01146974,0.02353337,-0.01300204),(0.0111573,0.02345138,-0.0129697),(0.01155592,0.02548364,-0.01343069),(0.0113918,0.02592235,-0.01357217),(0.01123505,0.02543285,-0.0133708),(0.01107926,0.0258825,-0.01348349),(0.01121759,0.02635671,-0.01371867),(0.01103207,0.02678567,-0.01386931),(0.01091594,0.02632939,-0.01360035),(0.01074434,0.02677264,-0.01372107),(0.0107617,0.02582254,-0.01338852),(0.0106069,0.02627965,-0.01347373),(0.01044671,0.02673497,-0.01356187),(0.01033321,0.02623494,-0.01329779),(0.01018507,0.02670057,-0.0133569),(0.01047782,0.02576896,-0.01324082),(0.01091141,0.02536436,-0.013306),(0.01061907,0.02530322,-0.01318526),(0.01083401,0.0272082,-0.01402325),(0.01062244,0.02762427,-0.01417772),(0.01056375,0.02721134,-0.0138453),(0.0103735,0.02764545,-0.01397107),(0.01039638,0.02803385,-0.01432994),(0.01015487,0.02843692,-0.01447716),(0.01017299,0.02807488,-0.01409635),(0.009961562,0.02849958,-0.01421914),(0.01010903,0.02763805,-0.01374661),(0.009930877,0.0280856,-0.01384112),(0.009746098,0.02853036,-0.01393566),(0.009717464,0.02809151,-0.01355087),(0.009552948,0.02855271,-0.01362044),(0.009877477,0.027629,-0.01348363),(0.01028086,0.02718781,-0.01365318),(0.01003325,0.0271653,-0.01341891),(0.009896919,0.02883344,-0.0146166),(0.009622918,0.02922319,-0.01474746),(0.009738591,0.02891948,-0.01433744),(0.009502607,0.02933358,-0.01445119),(0.009333244,0.02960594,-0.01486893),(0.00902827,0.02998144,-0.01498022),(0.009252148,0.02974091,-0.01456036),(0.008985746,0.03014049,-0.0146649),(0.009352873,0.02940959,-0.0141226),(0.009138829,0.02984095,-0.01421684),(0.008909439,0.03026471,-0.01431281),(0.009019255,0.02992077,-0.01384901),(0.008818406,0.0303659,-0.01393766),(0.009206716,0.02946906,-0.01376775),(0.009554362,0.02897221,-0.01402918),(0.009383656,0.02901247,-0.01369215),(0.008708376,0.03034949,-0.01508053),(0.008376375,0.03071285,-0.01517252),(0.008701939,0.03053133,-0.01476476),(0.008402109,0.03091569,-0.01486008),(0.008035074,0.0310743,-0.01525883),(0.007687288,0.03143662,-0.01534214),(0.008087636,0.03129587,-0.01495099),(0.007759906,0.03167415,-0.01503764),(0.008396214,0.03108648,-0.0145105),(0.008112378,0.03148794,-0.01460776),(0.007810394,0.03188541,-0.01470101),(0.008114322,0.03165651,-0.01424335),(0.00784247,0.0320759,-0.01434588),(0.008366933,0.03123254,-0.01413862),(0.0086619,0.03067932,-0.01441144),(0.008601296,0.03080275,-0.01403546),(0.007335825,0.03180259,-0.0154251),(0.006978649,0.03216811,-0.01550405),(0.007420297,0.03205278,-0.01512014),(0.007069697,0.03242917,-0.0151965),(0.006613723,0.03252907,-0.01557534),(0.006239006,0.03288135,-0.0156353),(0.006708983,0.0328007,-0.0152647),(0.00633904,0.03316477,-0.01532273),(0.007154765,0.03267206,-0.01486784),(0.0068067,0.0330583,-0.01493954),(0.006448858,0.03343786,-0.01500218),(0.006915758,0.03330905,-0.01461349),(0.006578347,0.03370757,-0.0146861),(0.007240624,0.03290343,-0.01453193),(0.007490259,0.0322806,-0.01478802),(0.007550382,0.03249196,-0.0144424),(0.005852464,0.03322086,-0.01568029),(0.005455205,0.03354904,-0.01571485),(0.005960751,0.03351877,-0.01536857),(0.005573772,0.033863,-0.01540655),(0.005048345,0.03386736,-0.01574354),(0.004632994,0.03417727,-0.01577091),(0.005177763,0.03419775,-0.01544102),(0.004772381,0.03452332,-0.0154763),(0.005710734,0.03417185,-0.01510122),(0.005327492,0.03452509,-0.01514528),(0.004932829,0.03486833,-0.01519079),(0.005500305,0.03484974,-0.01485771),(0.00511409,0.03520993,-0.0149107),(0.005872101,0.03447874,-0.01480485),(0.006084029,0.03380924,-0.01505479),(0.006230955,0.03409774,-0.01474876),(0.004210264,0.0344802,-0.01580151),(0.003779365,0.0347757,-0.0158325),(0.004357285,0.03484001,-0.01551672),(0.003931627,0.03514832,-0.01555823),(0.003339504,0.03506328,-0.01586107),(0.002889887,0.03534247,-0.01588438),(0.00349456,0.03544876,-0.01559679),(0.003045236,0.03574181,-0.01562835),(0.004104003,0.03552401,-0.01529263),(0.003668257,0.03583841,-0.01533899),(0.003217234,0.03614518,-0.01537566),(0.003856675,0.03622396,-0.01506911),(0.003401815,0.03654253,-0.01510379),(0.004293114,0.03589622,-0.01502178),(0.004525263,0.03520097,-0.01524157),(0.004711972,0.03555848,-0.01496718),(0.002429725,0.03561281,-0.01589959),(0.00195836,0.03586904,-0.01590476),(0.00258281,0.036028,-0.01564885),(0.002106652,0.0363006,-0.0156562),(0.001475139,0.03610595,-0.01589792),(0.0009794037,0.03631829,-0.01587712),(0.001616135,0.03655291,-0.01564831),(0.00111063,0.03677822,-0.01562307),(0.002266679,0.03673109,-0.01540296),(0.001766543,0.03699483,-0.01538953),(0.001249432,0.03722887,-0.01535535),(0.001922906,0.03741618,-0.0150931),(0.001392856,0.03765341,-0.01504586),(0.002434621,0.03714662,-0.01511741),(0.002750142,0.0364453,-0.01539766),(0.002927694,0.03685274,-0.01512043),(0.0004705004,0.03650083,-0.01584039),(-4.788005e-5,0.03665309,-0.01578784),(0.0005895082,0.03696984,-0.01557839),(5.730155e-5,0.03712762,-0.01551521),(-0.0005720463,0.0367746,-0.01571958),(-0.001098307,0.03686487,-0.0156357),(-0.0004814597,0.03725143,-0.01543445),(-0.001022245,0.03734113,-0.01533706),(0.000168698,0.03758489,-0.01522052),(-0.0003842867,0.03770729,-0.01512359),(-0.0009385915,0.03779287,-0.01500948),(-0.0002814412,0.03812519,-0.01476686),(-0.0008475909,0.03820401,-0.01463646),(0.000284683,0.03800746,-0.01488023),(0.0007150437,0.03742548,-0.01529839),(0.0008447822,0.03785035,-0.01497407),(-0.001622971,0.03692344,-0.0155363),(-0.002143553,0.03694892,-0.01542139),(-0.001560523,0.03739661,-0.01522397),(-0.002094107,0.03741711,-0.01509618),(-0.002657569,0.03693994,-0.01529099),(-0.003162537,0.03689512,-0.01514508),(-0.002620812,0.03740187,-0.01495471),(-0.003138449,0.03735019,-0.01480056),(-0.002033514,0.03785431,-0.01473725),(-0.002570751,0.03783035,-0.01458308),(-0.003098918,0.03777008,-0.01441948),(-0.002506039,0.03821352,-0.01416871),(-0.00304206,0.03814415,-0.01399605),(-0.001960928,0.03824725,-0.01433475),(-0.001488898,0.03784185,-0.01488004),(-0.001407766,0.03824439,-0.01449155),(-0.003655971,0.0368131,-0.01498368),(-0.004136553,0.03669761,-0.01480895),(-0.003644833,0.03726128,-0.01463474),(-0.004138162,0.03713866,-0.01445798),(-0.004602966,0.03655246,-0.01462309),(-0.005053892,0.03638137,-0.01442826),(-0.004616636,0.0369858,-0.01427105),(-0.005078456,0.03680619,-0.01407466),(-0.004120724,0.03754394,-0.01406934),(-0.004609869,0.03738419,-0.01388153),(-0.005081511,0.0371974,-0.01368437),(-0.004579116,0.0377385,-0.01344837),(-0.005059266,0.03754642,-0.01325104),(-0.004081158,0.03790395,-0.01363734),(-0.003616325,0.03767359,-0.01424845),(-0.003567953,0.03804006,-0.01381942),(-0.005488015,0.03618813,-0.01422663),(-0.005905292,0.03597498,-0.01402008),(-0.005521817,0.03660331,-0.01386956),(-0.005947025,0.03637975,-0.01365844),(-0.006305686,0.03574413,-0.0138105),(-0.006689153,0.03549783,-0.01359975),(-0.006354382,0.03613811,-0.01344396),(-0.006744189,0.03588099,-0.01322879),(-0.005966175,0.03675464,-0.01326345),(-0.00638045,0.03650428,-0.01304624),(-0.006776855,0.03623832,-0.01282889),(-0.006380896,0.03683739,-0.0126139),(-0.00678465,0.03656587,-0.01239796),(-0.005959312,0.03709314,-0.01283036),(-0.005533405,0.03698661,-0.01347726),(-0.00551905,0.03733039,-0.01304389),(-0.007055653,0.03523832,-0.01338971),(-0.007405158,0.03496623,-0.01318055),(-0.007472633,0.03532894,-0.0128046),(-0.00711675,0.03561096,-0.01301561),(-0.007737637,0.03468224,-0.01297242),(-0.008053063,0.03438699,-0.0127655),(-0.00813664,0.03473264,-0.0123898),(-0.007812407,0.03503586,-0.01259594),(-0.007519005,0.03566917,-0.01240378),(-0.007866877,0.03536823,-0.01219635),(-0.008200699,0.0350579,-0.01199254),(-0.00789915,0.03567781,-0.01177413),(-0.008242703,0.03536128,-0.01157439),(-0.007542485,0.03598488,-0.01197801),(-0.007156019,0.03595958,-0.01261468),(-0.007171415,0.0362813,-0.01218597),(-0.008351406,0.03408113,-0.01255994),(-0.008630854,0.03376366,-0.01235607),(-0.008736274,0.03409625,-0.01198528),(-0.0084459,0.03442017,-0.01218635),(-0.008889594,0.03343357,-0.01215422),(-0.009125817,0.03308986,-0.01195474),(-0.009244702,0.03340522,-0.01158886),(-0.009003846,0.03375867,-0.01178622),(-0.00910105,0.03406437,-0.01140021),(-0.008823586,0.0344092,-0.01159537),(-0.009348131,0.03370159,-0.01120612),(-0.009428384,0.03397493,-0.01080558),(-0.009174302,0.03434706,-0.01099563),(-0.00888731,0.03469967,-0.01118632),(-0.008521535,0.0347393,-0.01179252),(-0.008574432,0.03503648,-0.01137885),(-0.009337704,0.03273151,-0.01175795),(-0.009529073,0.03236057,-0.01156499),(-0.009638991,0.03264714,-0.01119968),(-0.009454925,0.03303368,-0.01139286),(-0.009703737,0.03197908,-0.01137699),(-0.009865507,0.03158907,-0.01119507),(-0.00994654,0.0318415,-0.01082778),(-0.009801372,0.03224871,-0.01101083),(-0.009892314,0.03250251,-0.0106321),(-0.009738748,0.03291657,-0.01082025),(-0.01002473,0.03207954,-0.01044957),(-0.01009743,0.03230158,-0.0100601),(-0.009971821,0.032738,-0.01024022),(-0.009821923,0.03316557,-0.01042585),(-0.009559025,0.03331763,-0.01101219),(-0.009642516,0.03357949,-0.01061497),(-0.0100182,0.03119259,-0.01102038),(-0.01015798,0.03078903,-0.01085273),(-0.0101971,0.03100968,-0.01048344),(-0.01007897,0.03142858,-0.01065201),(-0.010281,0.03037778,-0.01069199),(-0.01038344,0.02995824,-0.01053797),(-0.01038425,0.03015266,-0.01016752),(-0.01029938,0.03058447,-0.01032197),(-0.0103283,0.03078154,-0.009946027),(-0.01024196,0.03121909,-0.01010667),(-0.01040083,0.03033904,-0.009792417),(-0.01043741,0.03051752,-0.009413111),(-0.01037111,0.0309689,-0.009564208),(-0.01029424,0.03141683,-0.009722281),(-0.01014102,0.03165175,-0.01027447),(-0.01020395,0.03186112,-0.009887515),(-0.01046147,0.02952981,-0.01039053),(-0.01051967,0.02909471,-0.01024834),(-0.01050221,0.02927036,-0.009878185),(-0.01045014,0.02971395,-0.01002),(-0.01056264,0.02865519,-0.01011007),(-0.01059499,0.02821346,-0.009974403),(-0.01058552,0.0283767,-0.009606749),(-0.01054562,0.02882394,-0.009740843),(-0.01056081,0.0289887,-0.00936862),(-0.01051193,0.02944088,-0.009504801),(-0.01061211,0.02853681,-0.009236074),(-0.01067195,0.02869364,-0.008865416),(-0.01060855,0.02914953,-0.008996075),(-0.01055145,0.02960642,-0.009130163),(-0.01046032,0.02989157,-0.009645704),(-0.01049596,0.03006289,-0.009268803),(-0.01062132,0.02777177,-0.009840023),(-0.01064723,0.02733058,-0.009706873),(-0.0106738,0.02748631,-0.009344712),(-0.01062706,0.02793069,-0.009474675),(-0.01067833,0.02689036,-0.009574902),(-0.01072022,0.02645157,-0.009444062),(-0.01079703,0.02660414,-0.009091475),(-0.01072927,0.02704399,-0.009216948),(-0.01081716,0.02719503,-0.008855201),(-0.01073888,0.02763953,-0.008978996),(-0.01090725,0.02675386,-0.00873506),(-0.01103117,0.02689887,-0.008373714),(-0.01092634,0.0273423,-0.008490439),(-0.01083126,0.02778956,-0.008611817),(-0.010671,0.02808694,-0.009106076),(-0.01074632,0.02824016,-0.00873707),(-0.01077851,0.02601468,-0.009314297),(-0.01085229,0.02558004,-0.009186904),(-0.01097821,0.02573309,-0.008848256),(-0.01088062,0.02616717,-0.008968383),(-0.01094062,0.02514801,-0.009063178),(-0.01104258,0.02471894,-0.008944411),(-0.01120798,0.02487359,-0.008619234),(-0.01108795,0.02530189,-0.008731677),(-0.01124772,0.02545141,-0.00839751),(-0.01112482,0.02588243,-0.008506526),(-0.011377,0.02502301,-0.008291578),(-0.01152116,0.02516114,-0.007950999),(-0.01139258,0.0255915,-0.008052087),(-0.01126654,0.02602413,-0.008155558),(-0.01101056,0.02631646,-0.008618938),(-0.01114532,0.02645969,-0.008262427),(-0.01115725,0.02429319,-0.008831901),(-0.01128307,0.02387066,-0.008725462),(-0.01147197,0.02402546,-0.008408236),(-0.01133646,0.02444817,-0.008511511),(-0.01141849,0.02345127,-0.008624914),(-0.01156194,0.02303493,-0.008530076),(-0.01175835,0.02318751,-0.008213948),(-0.01161307,0.0236053,-0.008309141),(-0.01178494,0.0237503,-0.00798941),(-0.01164671,0.02417266,-0.008087778),(-0.01192394,0.0233295,-0.007893063),(-0.01203145,0.02345345,-0.007558434),(-0.01190589,0.02387876,-0.007655176),(-0.01177852,0.02430499,-0.00775273),(-0.01151036,0.02459683,-0.008188417),(-0.01165004,0.02473237,-0.007851276),(-0.01171188,0.02262156,-0.008440768),(-0.01186668,0.02221085,-0.008356139),(-0.01205569,0.02235812,-0.008033937),(-0.01190637,0.02277189,-0.008122392),(-0.01202469,0.0218025,-0.008275345),(-0.01218431,0.0213962,-0.008197535),(-0.01235256,0.0215347,-0.007864186),(-0.0122049,0.02194585,-0.007948045),(-0.01233426,0.02207394,-0.00761423),(-0.0121998,0.02249168,-0.007705579),(-0.01246481,0.02165653,-0.007524335),(-0.0124994,0.02175631,-0.007180215),(-0.01238941,0.02218059,-0.007272959),(-0.01227413,0.02260467,-0.007367075),(-0.01206263,0.02291008,-0.007798489),(-0.01215451,0.02302886,-0.007462317),(-0.01234388,0.02099166,-0.008121862),(-0.01250258,0.02058842,-0.008047827),(-0.01263839,0.0207144,-0.007700867),(-0.01249725,0.02112433,-0.007781822),(-0.01265955,0.02018603,-0.007974927),(-0.01281396,0.01978404,-0.007902659),(-0.01290786,0.01989442,-0.007542822),(-0.01277544,0.02030454,-0.00762123),(-0.01282457,0.0204033,-0.00726389),(-0.01271029,0.02082144,-0.007348876),(-0.01293278,0.01998446,-0.007181117),(-0.01287588,0.020053,-0.006830727),(-0.01279159,0.02048,-0.006913828),(-0.01270065,0.02090614,-0.007000127),(-0.01259026,0.02123911,-0.007435787),(-0.0126032,0.02133153,-0.007089097),(-0.01296497,0.01938198,-0.007830528),(-0.01311195,0.01897947,-0.007758561),(-0.01315674,0.01907203,-0.007389689),(-0.01303507,0.01948367,-0.007465554),(-0.01325428,0.0185761,-0.007686795),(-0.01339133,0.0181715,-0.007615263),(-0.01338213,0.01824498,-0.007243221),(-0.01327255,0.01865922,-0.007315491),(-0.01321874,0.01872178,-0.006949501),(-0.01312991,0.01914383,-0.007023505),(-0.013301,0.01829837,-0.006879259),(-0.01314661,0.01833491,-0.006540206),(-0.01308857,0.01876601,-0.006605615),(-0.01302421,0.01919604,-0.006676152),(-0.01303457,0.01956468,-0.007100849),(-0.01295337,0.01962502,-0.006751345),(-0.01352247,0.01776527,-0.007543999),(-0.01364665,0.017357,-0.007473867),(-0.01358096,0.01741113,-0.007106064),(-0.01348518,0.01782901,-0.007173145),(-0.0137628,0.01694631,-0.007405732),(-0.01386985,0.0165328,-0.007340459),(-0.01374784,0.01656879,-0.006984109),(-0.01366876,0.01699113,-0.007042782),(-0.01350672,0.01701912,-0.006696188),(-0.01344534,0.01744706,-0.006751961),(-0.01356045,0.01658963,-0.006646519),(-0.01331694,0.01660076,-0.006338839),(-0.01328368,0.01703551,-0.006379275),(-0.01324419,0.01746953,-0.006426601),(-0.01337665,0.01787347,-0.006813199),(-0.01319849,0.01790271,-0.00648039),(-0.01396676,0.01611609,-0.007278911),(-0.0140526,0.01569628,-0.007222555),(-0.01387714,0.01571678,-0.006884141),(-0.0138175,0.01614391,-0.006930848),(-0.01412648,0.01527347,-0.007172856),(-0.01418748,0.01484777,-0.007131274),(-0.01396404,0.01485688,-0.006814971),(-0.01392618,0.01528768,-0.006845134),(-0.0136724,0.01529314,-0.006540779),(-0.01364362,0.0157263,-0.006568119),(-0.01369222,0.01485943,-0.006522269),(-0.01338606,0.01485903,-0.006253057),(-0.01337863,0.01529422,-0.006262572),(-0.01336455,0.01572979,-0.006280219),(-0.01360619,0.01615858,-0.006603599),(-0.01334394,0.01616541,-0.006305731),(-0.01423469,0.0144193,-0.007099276),(-0.0142681,0.0139889,-0.007077747),(-0.01400462,0.01399173,-0.006784982),(-0.01399013,0.01442468,-0.006794792),(-0.01428771,0.01355743,-0.007067576),(-0.01429348,0.01312571,-0.007069644),(-0.01399944,0.01312628,-0.006797987),(-0.01400767,0.01355871,-0.006785921),(-0.01369678,0.01355878,-0.006523631),(-0.01370419,0.01399184,-0.006513762),(-0.01368072,0.01312676,-0.006542825),(-0.01336866,0.01355827,-0.006273341),(-0.01335047,0.01312685,-0.006295049),(-0.01338083,0.01399089,-0.00625884),(-0.01370275,0.01442553,-0.006513285),(-0.01338671,0.01442453,-0.006251947),(-0.01428541,0.01269462,-0.00708484),(-0.01426443,0.01226493,-0.007112687),(-0.01395103,0.01226555,-0.006855372),(-0.01398009,0.01269511,-0.006821565),(-0.01423147,0.01183742,-0.007152708),(-0.01418745,0.0114129,-0.007204429),(-0.01391368,0.01183794,-0.006898126),(-0.01386943,0.01141264,-0.006948541),(-0.01362514,0.01226706,-0.006607072),(-0.01358928,0.01183932,-0.006648301),(-0.01355045,0.01141296,-0.006693051),(-0.01326954,0.01183967,-0.006392076),(-0.01324067,0.0114121,-0.006427586),(-0.01329884,0.01226782,-0.006356655),(-0.01365624,0.0126962,-0.006571276),(-0.01332651,0.01269679,-0.006323568),(-0.0141333,0.01099215,-0.00726737),(-0.01407394,0.01057396,-0.007336596),(-0.01381969,0.01098999,-0.007005339),(-0.01376892,0.01056915,-0.007064633),(-0.01401427,0.01015714,-0.00740717),(-0.0139592,0.009740483,-0.007474154),(-0.01372156,0.01014926,-0.007122537),(-0.01368204,0.009729466,-0.007175168),(-0.01344208,0.01014062,-0.006826961),(-0.01347312,0.01056394,-0.006784879),(-0.01342109,0.009717652,-0.006863158),(-0.01317936,0.009706382,-0.006536485),(-0.01318074,0.01013182,-0.006516563),(-0.01319336,0.01055801,-0.006490995),(-0.01351049,0.01098794,-0.00673941),(-0.01321431,0.01098483,-0.006460947),(-0.01391363,0.009322798,-0.00753261),(-0.0138814,0.00890414,-0.007581468),(-0.01364313,0.008888072,-0.007252566),(-0.01365483,0.009308915,-0.007218638),(-0.01386632,0.008484568,-0.007619663),(-0.01387222,0.008064146,-0.007646122),(-0.0136791,0.00804738,-0.007290247),(-0.01365015,0.008467406,-0.007276563),(-0.01345186,0.008451487,-0.006921286),(-0.01342322,0.008872421,-0.006910357),(-0.01350258,0.008032559,-0.006923713),(-0.01333781,0.008020318,-0.006549571),(-0.01326908,0.008438193,-0.006555988),(-0.01322126,0.008858926,-0.006556048),(-0.01341388,0.009294695,-0.00689097),(-0.01319211,0.009281872,-0.006549597),(-0.01390293,0.007642934,-0.007659779),(-0.01395561,0.007222319,-0.007662403),(-0.01380843,0.007211425,-0.007287045),(-0.01373318,0.007628463,-0.007293236),(-0.01402739,0.006803684,-0.00765576),(-0.01411542,0.006388419,-0.007641623),(-0.0140065,0.006386069,-0.007253211),(-0.01390086,0.006797035,-0.007273198),(-0.01378467,0.006792744,-0.006884455),(-0.01367376,0.00720295,-0.006904127),(-0.01390611,0.006385923,-0.006859764),(-0.01379744,0.006383526,-0.006467498),(-0.01366425,0.006787579,-0.00649534),(-0.0135401,0.007195041,-0.006518679),(-0.01357813,0.007616302,-0.006917602),(-0.01342972,0.007605943,-0.006536944),(-0.01421686,0.005977908,-0.007621757),(-0.01433249,0.005572904,-0.007596694),(-0.01424708,0.005577423,-0.007199725),(-0.01412135,0.005979292,-0.007228607),(-0.01446308,0.005174159,-0.007566964),(-0.01460941,0.004782422,-0.007533096),(-0.01453767,0.004791259,-0.007130492),(-0.01438531,0.005181172,-0.007166908),(-0.01416872,0.005583982,-0.006799093),(-0.01431485,0.005190536,-0.006763637),(-0.01447417,0.004803221,-0.006725114),(-0.01423575,0.005196598,-0.006362075),(-0.01440531,0.004813498,-0.006321063),(-0.01408003,0.005586795,-0.006400437),(-0.0140333,0.005982723,-0.006831222),(-0.01393498,0.005982852,-0.006435722),(-0.01477225,0.004398447,-0.00749562),(-0.01496089,0.004042467,-0.007454781),(-0.0147058,0.004408396,-0.007090822),(-0.01489891,0.004050512,-0.007049366),(-0.01518456,0.00373472,-0.007410822),(-0.01545254,0.003495439,-0.007363991),(-0.01512621,0.003735537,-0.00700759),(-0.01539691,0.003481401,-0.006966962),(-0.0148486,0.004064648,-0.006642275),(-0.01508134,0.003743709,-0.006603193),(-0.01535618,0.003475214,-0.006569166),(-0.01532978,0.003487799,-0.006171102),(-0.01504649,0.003763558,-0.006199218),(-0.01480306,0.004084647,-0.006236004),(-0.01464915,0.004422872,-0.006683786),(-0.01459187,0.004438738,-0.006277828),(-0.01577409,0.00334486,-0.007314527),(-0.01613682,0.003260932,-0.007266711),(-0.01572021,0.003306031,-0.006928952),(-0.01608429,0.003191511,-0.006895288),(-0.01652835,0.003221602,-0.007224814),(-0.0169363,0.003204817,-0.007193112),(-0.0168875,0.003073337,-0.006847925),(-0.01647732,0.003119919,-0.006867703),(-0.01604736,0.003128394,-0.006523536),(-0.01644131,0.003024807,-0.006510756),(-0.01685257,0.002950922,-0.006503883),(-0.0168349,0.00288354,-0.006156425),(-0.0164234,0.002975361,-0.006150471),(-0.01602852,0.003101487,-0.006149252),(-0.01568191,0.00327432,-0.006542809),(-0.01566055,0.003269704,-0.006155288),(-0.01734827,0.003188526,-0.00717588),(-0.01776114,0.00317,-0.007173835),(-0.01772047,0.003000843,-0.006838389),(-0.01730299,0.003033845,-0.006837687),(-0.01817176,0.003146508,-0.00718769),(-0.018577,0.003115322,-0.007218163),(-0.0185481,0.002951897,-0.006878228),(-0.01813661,0.002973727,-0.006851434),(-0.01811024,0.002830827,-0.006519973),(-0.01769024,0.002854147,-0.006507291),(-0.01852676,0.002823931,-0.006541575),(-0.01851425,0.002764676,-0.006205345),(-0.01809542,0.002760486,-0.006188749),(-0.01767392,0.002777781,-0.006175265),(-0.01726994,0.002894107,-0.006502328),(-0.01725274,0.00281824,-0.006164589),(-0.01897372,0.003073712,-0.007265966),(-0.01936509,0.003020926,-0.007321773),(-0.01934909,0.002913555,-0.006969263),(-0.01895159,0.002934751,-0.006920168),(-0.01975426,0.002956214,-0.00737625),(-0.0201444,0.002878824,-0.007420068),(-0.0201341,0.00282407,-0.00705693),(-0.0197426,0.002879573,-0.007017515),(-0.01973764,0.002836749,-0.006646243),(-0.01934011,0.00284283,-0.006609925),(-0.02012955,0.002799063,-0.006677038),(-0.02011929,0.002779166,-0.006292379),(-0.01973127,0.002815952,-0.006270209),(-0.01933352,0.002812443,-0.006247419),(-0.0189366,0.002833245,-0.006573297),(-0.0189274,0.002788673,-0.006225348),(-0.02053866,0.002788005,-0.007443897),(-0.02093255,0.002680165,-0.007455562),(-0.02091332,0.002623437,-0.007092231),(-0.02052559,0.002738311,-0.00707951),(-0.02132155,0.002551711,-0.00746288),(-0.02170114,0.002399052,-0.007473678),(-0.02166257,0.002310896,-0.007115991),(-0.02129357,0.002480585,-0.007102067),(-0.02126485,0.002428172,-0.006724412),(-0.02089536,0.002587919,-0.006711269),(-0.02162248,0.002241451,-0.006741374),(-0.02156385,0.002156654,-0.006372588),(-0.0212182,0.002358002,-0.006351567),(-0.02086243,0.002537399,-0.006331938),(-0.02051619,0.002713834,-0.006697097),(-0.02049624,0.002682051,-0.006312582),(-0.02206682,0.002218595,-0.007495777),(-0.02242485,0.002026436,-0.007519753),(-0.02236336,0.001912279,-0.007166847),(-0.02201659,0.002115508,-0.007140975),(-0.0227815,0.001838672,-0.007536186),(-0.02314302,0.001671397,-0.007535654),(-0.02306607,0.00155372,-0.007180563),(-0.02271061,0.001719064,-0.007183434),(-0.02264438,0.001632315,-0.006805306),(-0.02230386,0.001825586,-0.00679157),(-0.02299594,0.001472734,-0.006798469),(-0.02292457,0.001413228,-0.006405011),(-0.02257247,0.001559074,-0.006420007),(-0.02223339,0.001741832,-0.006414486),(-0.02196602,0.00203461,-0.006767009),(-0.02189971,0.001946144,-0.006396119),(-0.02351568,0.001540709,-0.007508731),(-0.02389668,0.00143746,-0.007462017),(-0.02382085,0.001348781,-0.007093329),(-0.02343749,0.001434103,-0.007148058),(-0.02428326,0.001352504,-0.007402109),(-0.02467261,0.001276695,-0.007335602),(-0.02421219,0.001286323,-0.007023784),(-0.02460751,0.001235297,-0.006946831),(-0.0237525,0.001295547,-0.006701405),(-0.02414778,0.001252126,-0.00662634),(-0.02454791,0.001221612,-0.006543694),(-0.02408392,0.001237041,-0.006219034),(-0.02448755,0.00122187,-0.006133544),(-0.02368544,0.001265279,-0.006297474),(-0.02336694,0.001364781,-0.006761308),(-0.02329727,0.001319653,-0.006361817),(0.02860654,0.00122144,0.003566177),(0.02876301,0.00122144,0.003952713),(0.0284507,0.001221713,0.003179357),(0.02806559,0.001221672,0.003339582),(0.02822093,0.001221467,0.003726281),(0.02837696,0.001221443,0.004112694),(0.02829614,0.001222534,0.002791971),(0.02814349,0.001224175,0.002403736),(0.02775964,0.00122335,0.002564197),(0.02791159,0.001222239,0.002952316),(0.02752569,0.001223542,0.003111114),(0.02767862,0.001222093,0.003498509),(0.02737494,0.001226345,0.002722992),(0.02698928,0.001233702,0.002879612),(0.02713793,0.001226694,0.003267827),(0.02728894,0.001223073,0.003655593),(0.02783299,0.001221548,0.003885418),(0.02798809,0.001221454,0.004272084),(0.02744153,0.001221709,0.00404306),(0.0275949,0.001221474,0.004430377),(0.02799338,0.001226909,0.002014367),(0.02784391,0.001230797,0.001624392),(0.02746202,0.001227625,0.001784898),(0.02761039,0.001225186,0.002174942),(0.02769319,0.001235899,0.001234338),(0.0275393,0.001242273,0.0008447316),(0.02716059,0.001233825,0.001003839),(0.02731271,0.001230545,0.001394414),(0.02693275,0.001243404,0.001553552),(0.0270803,0.001236823,0.001944022),(0.02678262,0.001250149,0.001162675),(0.02640783,0.001293212,0.001320604),(0.02655488,0.001276349,0.001711309),(0.02669958,0.001259898,0.002101368),(0.02722708,0.001230955,0.002333899),(0.02684377,0.001245226,0.002490797),(0.02738035,0.00124998,0.0004560991),(0.0272172,0.001259995,6.838731e-5),(0.02684357,0.00124197,0.000223308),(0.02700386,0.001237343,0.0006135203),(0.02705069,0.001273292,-0.0003184574),(0.02688169,0.001290847,-0.0007044884),(0.02668076,0.001248578,-0.0001669491),(0.02651653,0.00125804,-0.0005574018),(0.02631029,0.00127032,-1.167148e-5),(0.02647024,0.001263049,0.0003801663),(0.02614938,0.001278881,-0.0004040348),(0.02578906,0.001352821,-0.0002489705),(0.02594611,0.001338751,0.0001444655),(0.02610232,0.001324241,0.000537197),(0.02662806,0.001256511,0.0007715811),(0.0262566,0.001309119,0.0009292381),(0.02671104,0.001313634,-0.001089759),(0.02653705,0.001347146,-0.001472007),(0.02635188,0.001271227,-0.0009482009),(0.02618543,0.001292435,-0.001337701),(0.02635806,0.001396874,-0.001848968),(0.02617237,0.00146831,-0.002218378),(0.02601573,0.001325957,-0.001724258),(0.02584136,0.00137609,-0.002106227),(0.02582705,0.001304312,-0.001189788),(0.02566358,0.001326713,-0.001581464),(0.0254972,0.001359257,-0.001971195),(0.02531693,0.00139877,-0.001432711),(0.02515689,0.001419788,-0.001827698),(0.02547517,0.001381494,-0.00103778),(0.02598863,0.00128929,-0.0007970263),(0.02563232,0.001366623,-0.0006431259),(0.02597829,0.001566947,-0.002577974),(0.02577561,0.001687573,-0.002927241),(0.02566091,0.001447126,-0.002481961),(0.02547447,0.001536062,-0.002851181),(0.02556409,0.001824978,-0.003265663),(0.02534353,0.001973951,-0.003592724),(0.02528218,0.001639891,-0.003213605),(0.02508416,0.001755608,-0.003568953),(0.02515319,0.00146238,-0.002742388),(0.02497662,0.001531576,-0.003124124),(0.02479775,0.001611605,-0.00350347),(0.02466487,0.001517143,-0.003013372),(0.02449946,0.001564216,-0.003410249),(0.02483009,0.001478019,-0.002617604),(0.02532689,0.00140471,-0.002358124),(0.02499435,0.001445885,-0.002222521),(0.02511369,0.002129282,-0.003907909),(0.02487129,0.002291341,-0.00420818),(0.02488052,0.001880208,-0.003916941),(0.02466609,0.002015749,-0.004252946),(0.02461304,0.002460499,-0.004490498),(0.02433565,0.002637127,-0.004751824),(0.02443567,0.002164292,-0.004572344),(0.02418409,0.002327894,-0.004870511),(0.02442798,0.00180586,-0.004249597),(0.02422377,0.001927636,-0.004604779),(0.0239978,0.002070874,-0.004940305),(0.02397812,0.00177921,-0.004585621),(0.02377211,0.001892428,-0.004951938),(0.02416324,0.001690161,-0.00420249),(0.02461708,0.001701775,-0.00388056),(0.02433464,0.001620192,-0.003808661),(0.02403584,0.002821595,-0.004989122),(0.02371668,0.003010171,-0.005203287),(0.02390617,0.002508616,-0.005142819),(0.02360488,0.002700787,-0.005388735),(0.02338123,0.003199118,-0.005395215),(0.02303254,0.003384704,-0.005565799),(0.02328321,0.002898735,-0.005607725),(0.02294413,0.003096793,-0.005799253),(0.02346309,0.002426134,-0.00553279),(0.02315938,0.002624296,-0.005785344),(0.02283476,0.002826906,-0.006005837),(0.02299253,0.002382149,-0.005898093),(0.02268436,0.002574183,-0.006149875),(0.02327765,0.002200267,-0.005611974),(0.02374341,0.00223935,-0.005250376),(0.02353807,0.002034903,-0.005295323),(0.0226737,0.003563193,-0.005715938),(0.02230894,0.003739234,-0.005851097),(0.02259062,0.003289288,-0.005962784),(0.02222774,0.003479724,-0.006105021),(0.02194248,0.003917472,-0.005976747),(0.02157859,0.004102554,-0.006098352),(0.02186055,0.003671602,-0.006232663),(0.02149411,0.003868426,-0.00635241),(0.02213602,0.003226578,-0.006351538),(0.02177316,0.003427433,-0.006491758),(0.02140882,0.003631498,-0.006620231),(0.0216553,0.003172301,-0.00670753),(0.02129724,0.003378457,-0.006853468),(0.02200981,0.002969426,-0.006546809),(0.02249176,0.003027034,-0.006192067),(0.02235481,0.002769997,-0.006363518),(0.0212215,0.004299127,-0.006221382),(0.02087177,0.004506935,-0.00634789),(0.02113345,0.004073699,-0.006470965),(0.02077864,0.004287314,-0.006590151),(0.02052996,0.004725723,-0.00647993),(0.02019664,0.004955233,-0.006619556),(0.0204297,0.004509165,-0.006711792),(0.02008668,0.004739145,-0.006837711),(0.0206922,0.004055088,-0.006865941),(0.02033902,0.004274912,-0.00698617),(0.0199887,0.004500283,-0.007106639),(0.02023442,0.004016843,-0.007253946),(0.01988155,0.004237314,-0.007378885),(0.0205875,0.003800417,-0.00712551),(0.02104865,0.003840667,-0.00674446),(0.02094154,0.003587726,-0.006992405),(0.01987237,0.00519521,-0.006768823),(0.01955739,0.005443687,-0.006927265),(0.01974962,0.004977149,-0.006969732),(0.01941947,0.005222121,-0.007108463),(0.01925193,0.005698694,-0.00709442),(0.01895623,0.005958266,-0.007269823),(0.01909721,0.005473006,-0.007254514),(0.0187838,0.005728746,-0.007408492),(0.0192971,0.004968377,-0.00735436),(0.01895951,0.005211615,-0.007484747),(0.01862982,0.005461327,-0.00762158),(0.01882991,0.004930289,-0.00774827),(0.01848989,0.005176325,-0.007876739),(0.01917684,0.004692679,-0.007623902),(0.01964078,0.004731352,-0.007228846),(0.01952821,0.00446214,-0.007501488),(0.01867053,0.006220434,-0.007453009),(0.01839402,0.006486176,-0.007642327),(0.01848019,0.00598829,-0.007571007),(0.01818578,0.00625264,-0.007740729),(0.01812589,0.006756464,-0.007836125),(0.01786535,0.007032278,-0.008032752),(0.01789994,0.006522809,-0.007916328),(0.01762206,0.006799796,-0.008096478),(0.01799925,0.00598161,-0.007918411),(0.01769748,0.006253507,-0.008076648),(0.01740412,0.006534125,-0.008240265),(0.01752482,0.005973687,-0.008298122),(0.01722042,0.006259677,-0.008449332),(0.01783766,0.00569789,-0.008152038),(0.01830989,0.00571777,-0.007766428),(0.01815925,0.005432147,-0.008011454),(0.01761158,0.007314592,-0.008230557),(0.0173654,0.007601147,-0.008434855),(0.01735153,0.007084614,-0.008279848),(0.01708934,0.007375569,-0.008470825),(0.01712762,0.007889679,-0.008650967),(0.01689905,0.008177931,-0.008884209),(0.01683651,0.00767097,-0.008673795),(0.01659403,0.007969128,-0.008893144),(0.01684224,0.0071224,-0.008583933),(0.01657564,0.007427818,-0.008769878),(0.01631986,0.007739264,-0.008969155),(0.01635901,0.007176987,-0.00893764),(0.01609171,0.007500351,-0.009117103),(0.01663674,0.006861983,-0.008767551),(0.01711872,0.00682413,-0.008408378),(0.01692413,0.006555994,-0.008605294),(0.01668049,0.008463643,-0.009139901),(0.01647335,0.008753866,-0.009404906),(0.01636292,0.008268351,-0.009133258),(0.016145,0.008573364,-0.009383946),(0.016279,0.009055655,-0.009666092),(0.01609883,0.009376064,-0.009910324),(0.0159421,0.008888891,-0.009635022),(0.01575605,0.009219659,-0.009876294),(0.01584561,0.008378905,-0.009410209),(0.01563118,0.008711142,-0.009639306),(0.01543454,0.009054349,-0.009865661),(0.01536437,0.008516318,-0.009709509),(0.0151529,0.008869973,-0.009915426),(0.01559255,0.008170106,-0.009505904),(0.01607584,0.008055619,-0.009184713),(0.01583561,0.007831422,-0.00930748),(0.01593425,0.009722147,-0.01012447),(0.01577862,0.01008813,-0.01031326),(0.01543298,0.009936462,-0.0103017),(0.01558868,0.00957039,-0.01009758),(0.01562534,0.01046822,-0.01048142),(0.01546781,0.01085665,-0.01063369),(0.01512855,0.01069617,-0.01066971),(0.01528194,0.01031326,-0.01049147),(0.01493764,0.01015041,-0.01049317),(0.01509426,0.009776862,-0.01029186),(0.01478141,0.01052832,-0.01068759),(0.0144421,0.01034716,-0.01072048),(0.01460964,0.009970667,-0.01052462),(0.01478058,0.009598241,-0.01032429),(0.01525773,0.009410549,-0.01008293),(0.01495999,0.009230978,-0.01012079),(0.0152994,0.01124764,-0.01077479),(0.01512258,0.01164092,-0.01090575),(0.01496579,0.01108056,-0.01083925),(0.01479545,0.01146712,-0.01099879),(0.01493985,0.01203624,-0.01102761),(0.01475366,0.01243334,-0.01114139),(0.01461932,0.01185656,-0.01114701),(0.01443919,0.01224955,-0.0112826),(0.01445167,0.01128992,-0.01105462),(0.0142802,0.01167625,-0.0112205),(0.01410566,0.01206803,-0.01137013),(0.01376073,0.01189586,-0.01140436),(0.01393173,0.01149967,-0.01125666),(0.01410263,0.01111035,-0.01109066),(0.01461909,0.01090772,-0.01087587),(0.01427293,0.01072662,-0.01091055),(0.0145665,0.01283193,-0.01124811),(0.01437953,0.01323266,-0.01134984),(0.01425684,0.01264679,-0.01140425),(0.01407343,0.01304825,-0.01151504),(0.01419394,0.01363613,-0.01144863),(0.01401088,0.01404297,-0.01154653),(0.01370803,0.01386371,-0.01171623),(0.01389011,0.0134539,-0.01161801),(0.01357323,0.01328133,-0.01171689),(0.01375131,0.01287123,-0.01161443),(0.0133957,0.01369621,-0.01181139),(0.01308311,0.01355165,-0.01181389),(0.01325113,0.01312922,-0.01173003),(0.01342022,0.01271172,-0.01163672),(0.01392908,0.01246658,-0.01150014),(0.01359016,0.01230024,-0.0115296),(0.01383154,0.01445378,-0.0116456),(0.01365549,0.01486846,-0.01174509),(0.01335075,0.01469568,-0.01190704),(0.01352835,0.01427766,-0.01181277),(0.0134823,0.01528688,-0.01184425),(0.01331155,0.01570895,-0.01194234),(0.01300058,0.01554364,-0.0120865),(0.01317493,0.01511769,-0.01199848),(0.01287082,0.01496541,-0.01206898),(0.01304468,0.01453828,-0.01198781),(0.01269783,0.01539657,-0.01214495),(0.01242263,0.01527975,-0.01209595),(0.01258625,0.01484201,-0.01203385),(0.01275079,0.01440806,-0.011966),(0.01321957,0.0141152,-0.01190182),(0.01291637,0.01397794,-0.01189261),(0.01314279,0.01613455,-0.01203861),(0.01297674,0.01656416,-0.01213251),(0.01265647,0.01640787,-0.01224962),(0.01282739,0.01597344,-0.01217053),(0.01281411,0.01699828,-0.0122235),(0.01265558,0.01743741,-0.01231102),(0.01232591,0.01729368,-0.01238915),(0.01248894,0.0168477,-0.01232282),(0.01218913,0.01671792,-0.01233406),(0.01235544,0.01627183,-0.01227881),(0.01202815,0.01717096,-0.01237975),(0.01179594,0.01707965,-0.01226947),(0.01194449,0.01662013,-0.01224041),(0.01209977,0.01616771,-0.01220077),(0.01252552,0.01583171,-0.01221533),(0.01225981,0.01572129,-0.01215211),(0.01250187,0.01788204,-0.01239452),(0.01235211,0.01833116,-0.01247119),(0.01201648,0.01820494,-0.0124966),(0.01216849,0.01774659,-0.01244769),(0.01220541,0.01878375,-0.01253821),(0.0120609,0.01923881,-0.01259275),(0.01172785,0.01913207,-0.01255842),(0.01186966,0.01866726,-0.01253412),(0.01158712,0.01857063,-0.01244827),(0.01172698,0.0180991,-0.01243766),(0.01145466,0.01904475,-0.01244557),(0.01128736,0.01898183,-0.01226224),(0.01140197,0.01850025,-0.01228304),(0.01152483,0.0180215,-0.01229102),(0.01187404,0.01763195,-0.01241456),(0.01165611,0.01754737,-0.01228642),(0.01191771,0.01969534,-0.012632),(0.01177661,0.02015329,-0.0126599),(0.01159082,0.01959788,-0.01256771),(0.0114588,0.02006474,-0.0125665),(0.01163836,0.02061265,-0.01268041),(0.01150374,0.02107339,-0.01269748),(0.01133197,0.02053268,-0.01255928),(0.01121056,0.02100171,-0.01255055),(0.011212,0.01999548,-0.01240254),(0.01110103,0.02047215,-0.01237168),(0.01099645,0.02094976,-0.01234089),(0.01098938,0.02043279,-0.01214),(0.01090297,0.02091849,-0.01209472),(0.01108177,0.01994812,-0.0121861),(0.01132974,0.01951969,-0.01242875),(0.01118086,0.01946446,-0.01222838),(0.0113735,0.02153549,-0.01271505),(0.01124681,0.02199882,-0.01273426),(0.01109475,0.02147188,-0.01254481),(0.01098333,0.02194312,-0.01254295),(0.01112282,0.02246328,-0.01275625),(0.01100066,0.02292875,-0.01278215),(0.01087508,0.02241535,-0.01254583),(0.01076877,0.02288852,-0.01255433),(0.01080389,0.02190784,-0.01229454),(0.01071304,0.02238825,-0.01228062),(0.01062391,0.02286952,-0.01227395),(0.01066985,0.02238129,-0.0119952),(0.01059611,0.02287049,-0.0119772),(0.01074462,0.02189283,-0.01202141),(0.01089788,0.02142833,-0.0123149),(0.01082186,0.02140521,-0.01205488),(0.01087951,0.02339512,-0.01281311),(0.01075872,0.02386263,-0.01284763),(0.01066318,0.02336254,-0.01256932),(0.01055806,0.02383771,-0.01258902),(0.01063764,0.02433153,-0.0128842),(0.01051564,0.02480206,-0.01292135),(0.01045317,0.02431435,-0.01261168),(0.01034827,0.02479273,-0.0126355),(0.01044664,0.02383484,-0.012283),(0.01035871,0.02431949,-0.01229499),(0.01027139,0.02480587,-0.01230947),(0.01037425,0.02434328,-0.0119713),(0.01030139,0.02483705,-0.01197989),(0.01044792,0.02385115,-0.01196689),(0.01053508,0.02335162,-0.01227537),(0.010522,0.02336033,-0.01196831),(0.01039209,0.02527449,-0.01295756),(0.0102663,0.02574823,-0.01299392),(0.01024311,0.02527317,-0.01265873),(0.01013616,0.02575499,-0.0126826),(0.0101376,0.0262227,-0.01303149),(0.01000533,0.02669734,-0.01307135),(0.01002591,0.02623752,-0.01270838),(0.009910833,0.02672008,-0.0127373),(0.01009644,0.0257839,-0.01234168),(0.01000397,0.02627395,-0.01236199),(0.00990492,0.02676364,-0.01238684),(0.0100776,0.02632659,-0.01202587),(0.009990943,0.02682281,-0.01205206),(0.01015616,0.02582961,-0.01200594),(0.01018477,0.02529427,-0.01232461),(0.01022972,0.02533279,-0.01199103),(0.009868816,0.02717156,-0.01311458),(0.009727334,0.0276452,-0.01316144),(0.009789404,0.02720202,-0.01277063),(0.009660184,0.02768316,-0.01280879),(0.009580166,0.02811812,-0.01321223),(0.009426592,0.02859012,-0.01326721),(0.009521728,0.02816335,-0.01285223),(0.009372591,0.0286424,-0.01290137),(0.00967761,0.02773937,-0.01245443),(0.009544895,0.02822514,-0.0124979),(0.009396504,0.02870936,-0.0125483),(0.009652413,0.02830145,-0.01217627),(0.009503894,0.02879082,-0.01223341),(0.009781197,0.0278103,-0.0121271),(0.009796878,0.02725216,-0.01241753),(0.00989309,0.02731741,-0.01208575),(0.009265895,0.02906107,-0.01332666),(0.009097137,0.02952979,-0.01339272),(0.00921133,0.02912017,-0.01295665),(0.009039997,0.02959637,-0.01302002),(0.008919386,0.02999511,-0.01346749),(0.008731708,0.03045588,-0.0135531),(0.008860642,0.03007078,-0.01309346),(0.008675317,0.03054314,-0.01317892),(0.009051147,0.02967339,-0.01267222),(0.008864436,0.03015461,-0.01274811),(0.008675209,0.0306362,-0.01283489),(0.008952187,0.03025339,-0.01245262),(0.00875736,0.03074359,-0.01254079),(0.009146445,0.02976543,-0.01237183),(0.009230211,0.02919188,-0.01260601),(0.009332793,0.02927836,-0.01229868),(0.008533165,0.03091092,-0.01365167),(0.008322506,0.03136118,-0.01375928),(0.008486073,0.03101318,-0.01327835),(0.008291889,0.03148162,-0.01338876),(0.008098485,0.03180761,-0.01387199),(0.007859847,0.03225115,-0.01398586),(0.00809174,0.03194917,-0.01350716),(0.007884605,0.03241653,-0.01363053),(0.008304032,0.03160306,-0.01304335),(0.00812096,0.03208911,-0.01316236),(0.007938818,0.03257745,-0.01328947),(0.008213013,0.03223537,-0.0128511),(0.008044564,0.0327393,-0.01297224),(0.008387888,0.0317347,-0.0127393),(0.008488595,0.03111889,-0.01293374),(0.008569298,0.0312374,-0.01263611),(0.007605343,0.03269275,-0.01409696),(0.00733405,0.0331299,-0.01420262),(0.007669458,0.03288443,-0.01375588),(0.007440295,0.03334848,-0.01387811),(0.007045041,0.03356012,-0.01430018),(0.006737394,0.03398091,-0.01438695),(0.007191103,0.03380433,-0.01399212),(0.006915879,0.03424758,-0.0140928),(0.007564617,0.03355616,-0.01355657),(0.007350503,0.03403446,-0.01368184),(0.007103676,0.03449736,-0.01379175),(0.007519793,0.03424335,-0.01336185),(0.007290666,0.03471996,-0.01347188),(0.007712272,0.03374994,-0.01323618),(0.007757046,0.03306848,-0.01342332),(0.007882424,0.03324638,-0.01310346),(0.006410187,0.03438976,-0.01446026),(0.00606389,0.03478678,-0.01452341),(0.006608611,0.03467392,-0.01417507),(0.006272598,0.03508484,-0.01424215),(0.005698977,0.03517209,-0.01457967),(0.005315918,0.03554577,-0.01463234),(0.00591114,0.0354819,-0.01429731),(0.005527539,0.03586665,-0.01434379),(0.006484724,0.03536172,-0.01394633),(0.006124437,0.03576895,-0.01399676),(0.005738171,0.03616339,-0.01403314),(0.006326502,0.03602304,-0.01366415),(0.005937037,0.03642679,-0.01368844),(0.006686765,0.03560631,-0.01362119),(0.00681311,0.03493882,-0.01387896),(0.007010571,0.03517311,-0.01355771),(0.004915189,0.03590794,-0.0146847),(0.004495584,0.03625844,-0.01473178),(0.005125089,0.03624065,-0.01438484),(0.004702148,0.03660219,-0.01441649),(0.004055894,0.0365971,-0.0147686),(0.003594915,0.03692378,-0.01479018),(0.004257075,0.03694955,-0.01443478),(0.003788222,0.03728106,-0.01443574),(0.004903547,0.03691899,-0.01406981),(0.004451375,0.03727302,-0.01406502),(0.003973419,0.03760644,-0.01404139),(0.004629953,0.0375592,-0.01365663),(0.004142192,0.03789204,-0.01360803),(0.005090513,0.03720038,-0.01368561),(0.005331842,0.03654793,-0.01405833),(0.005525624,0.03682108,-0.0136959),(0.003111441,0.03723832,-0.01479155),(0.002606662,0.03753333,-0.01477192),(0.003293946,0.037595,-0.01441541),(0.002776513,0.03788532,-0.01437409),(0.002081768,0.03780138,-0.0147305),(0.00153795,0.03803509,-0.01466649),(0.002238187,0.03814598,-0.01431207),(0.001681234,0.03837093,-0.01422965),(0.002937887,0.03819674,-0.01393149),(0.002387222,0.0384455,-0.01384813),(0.001819229,0.03865795,-0.01374779),(0.002523929,0.03869549,-0.01334903),(0.001948458,0.0388932,-0.01323331),(0.003084497,0.0384617,-0.01345172),(0.003467771,0.0379157,-0.0139964),(0.00362548,0.03819337,-0.01353889),(0.0009763983,0.03822706,-0.01457909),(0.0004036303,0.03837788,-0.0144708),(0.001107918,0.0385541,-0.01412714),(0.0005248753,0.03869618,-0.01400651),(-0.0001738366,0.03848815,-0.01434412),(-0.0007494856,0.03855848,-0.01420152),(-6.125658e-5,0.0387978,-0.01386975),(-0.0006438416,0.03885963,-0.01371883),(0.000647753,0.03896241,-0.01350166),(5.651532e-5,0.03905577,-0.01335816),(-0.0005302244,0.0391108,-0.01320256),(0.0001796955,0.0392637,-0.01282374),(-0.0004081996,0.03931535,-0.0126669),(0.0007715986,0.03917661,-0.01297052),(0.001237366,0.03883003,-0.01363191),(0.001362767,0.03905335,-0.0131071),(-0.001316799,0.03858947,-0.01404551),(-0.001875504,0.03858265,-0.01387883),(-0.001216243,0.03888232,-0.01355573),(-0.00177876,0.03886761,-0.01338288),(-0.002425325,0.03853956,-0.01370422),(-0.002965989,0.03846175,-0.01352444),(-0.002331693,0.03881725,-0.01320275),(-0.00287534,0.03873297,-0.01301775),(-0.001672218,0.03910923,-0.01286034),(-0.002228227,0.03905535,-0.01267741),(-0.00277475,0.03896787,-0.01248907),(-0.002118013,0.03926264,-0.01214135),(-0.002668853,0.03917656,-0.01195151),(-0.001557396,0.03931461,-0.01232459),(-0.001106343,0.03912817,-0.013036),(-0.0009873442,0.03933224,-0.01250015),(-0.003497222,0.03835075,-0.01334223),(-0.004016382,0.03820917,-0.01315632),(-0.003410001,0.03861651,-0.01283034),(-0.003933177,0.03847067,-0.01264014),(-0.004520831,0.03803961,-0.01296543),(-0.005007927,0.03784468,-0.0127683),(-0.004442365,0.03829825,-0.01244677),(-0.004935067,0.03810206,-0.01224986),(-0.003838317,0.03869952,-0.01210265),(-0.004351067,0.03852517,-0.01190643),(-0.004848262,0.03832843,-0.01170944),(-0.004254284,0.03873108,-0.01135847),(-0.004755088,0.03853365,-0.01116074),(-0.003738582,0.03890674,-0.01155773),(-0.003312162,0.03884817,-0.01229718),(-0.003209574,0.03905659,-0.01175619),(-0.005475027,0.03762698,-0.01256365),(-0.005923005,0.03738876,-0.0123544),(-0.005408782,0.03788488,-0.01204905),(-0.005864197,0.0376482,-0.01184635),(-0.006352727,0.03713224,-0.01214351),(-0.006765066,0.03685966,-0.01193391),(-0.006302002,0.0373935,-0.01164381),(-0.006722884,0.03712226,-0.01144346),(-0.005789835,0.03787817,-0.01131699),(-0.006234783,0.03762587,-0.01112355),(-0.006662883,0.03735627,-0.01093334),(-0.006157128,0.03783404,-0.01059148),(-0.006589843,0.03756428,-0.01041025),(-0.005706863,0.03808537,-0.01077708),(-0.005327757,0.03811256,-0.01151262),(-0.005239398,0.0383185,-0.01096689),(-0.007160889,0.03657326,-0.01172853),(-0.007541284,0.03627405,-0.01152721),(-0.00712753,0.03683598,-0.01124733),(-0.007516666,0.03653538,-0.01105493),(-0.00790733,0.03596304,-0.01132976),(-0.008260112,0.03564125,-0.01113601),(-0.00789102,0.03622124,-0.01086578),(-0.008251311,0.03589431,-0.01067938),(-0.007469901,0.0367676,-0.01056477),(-0.00784982,0.03644973,-0.01038476),(-0.008214678,0.03611698,-0.01020648),(-0.008148593,0.03630576,-0.009719306),(-0.007783336,0.03664583,-0.009889228),(-0.007402254,0.03696942,-0.01006027),(-0.007074424,0.03706998,-0.01074735),(-0.007004653,0.03727582,-0.01023356),(-0.008600716,0.03530968,-0.01094578),(-0.008921968,0.03496483,-0.0107581),(-0.008925344,0.03520158,-0.01031283),(-0.00859827,0.03555534,-0.01049524),(-0.0092167,0.03460317,-0.01057194),(-0.009477738,0.03422121,-0.01038631),(-0.009493642,0.03443862,-0.009951109),(-0.009225984,0.03483026,-0.01013163),(-0.009199904,0.03502594,-0.009677233),(-0.008895217,0.03540687,-0.009852697),(-0.009473538,0.03462538,-0.009502756),(-0.009414873,0.03477969,-0.009044041),(-0.009136203,0.03518779,-0.009211246),(-0.008829371,0.0355776,-0.00937984),(-0.008564977,0.03576996,-0.01002912),(-0.00849872,0.03594997,-0.009549351),(-0.009697914,0.03381542,-0.01020022),(-0.009882096,0.0333909,-0.01001566),(-0.009914434,0.03359106,-0.009592269),(-0.009721766,0.0340239,-0.009770731),(-0.01003515,0.03295273,-0.009834595),(-0.01016194,0.03250599,-0.009659019),(-0.01020969,0.03269093,-0.009248167),(-0.01007572,0.03314508,-0.009417493),(-0.01008694,0.03331345,-0.008991162),(-0.009914108,0.03376458,-0.009158281),(-0.01023207,0.03285459,-0.008829379),(-0.01022049,0.03299514,-0.008404483),(-0.01006224,0.03345625,-0.008557858),(-0.009876291,0.03390999,-0.008716284),(-0.009710623,0.0342034,-0.009329291),(-0.009661036,0.03435245,-0.008878699),(-0.01026734,0.03205576,-0.009490914),(-0.01035565,0.03160246,-0.009330142),(-0.01041315,0.03177362,-0.008931194),(-0.01032043,0.0322336,-0.009086067),(-0.01043116,0.03114648,-0.009176569),(-0.01049818,0.03068823,-0.009030054),(-0.01056532,0.030848,-0.008643166),(-0.01049304,0.03131157,-0.008783557),(-0.01054133,0.03146147,-0.008385626),(-0.01045367,0.03192798,-0.008526374),(-0.01062103,0.03099365,-0.008252365),(-0.01064747,0.03112201,-0.007857568),(-0.01056061,0.03159346,-0.007983222),(-0.01046417,0.03206318,-0.008116621),(-0.01035245,0.03239257,-0.00867437),(-0.01035263,0.03253059,-0.008257222),(-0.01056099,0.03022812,-0.008890463),(-0.01062341,0.02976719,-0.008756253),(-0.01070541,0.02991874,-0.008381938),(-0.0106352,0.03038346,-0.008510025),(-0.01068922,0.02930649,-0.008625883),(-0.01076223,0.02884708,-0.008497811),(-0.01085781,0.02899176,-0.008132146),(-0.0107787,0.02945458,-0.008256711),(-0.01085287,0.02958881,-0.007887221),(-0.01077506,0.03005665,-0.008006087),(-0.01093352,0.02912232,-0.007767308),(-0.01096422,0.02923341,-0.00740218),(-0.01088761,0.0297042,-0.007516075),(-0.01080996,0.03017649,-0.00762756),(-0.01069836,0.03052515,-0.008126825),(-0.01073025,0.03064939,-0.007740204),(-0.01084624,0.02839,-0.008370496),(-0.01093973,0.02793571,-0.008245263),(-0.01103976,0.02807277,-0.007880322),(-0.01094548,0.02853103,-0.008006051),(-0.01104117,0.02748465,-0.008123439),(-0.01114906,0.02703727,-0.008006348),(-0.01124041,0.02716509,-0.007637578),(-0.01113872,0.02761733,-0.007756864),(-0.01119608,0.02773564,-0.007393372),(-0.01110685,0.02819554,-0.007517975),(-0.01128472,0.02727832,-0.007272023),(-0.01126147,0.02737294,-0.006914302),(-0.01119033,0.02783487,-0.007035624),(-0.01111648,0.02829884,-0.007159207),(-0.01101876,0.02865783,-0.007643423),(-0.01104081,0.02876498,-0.007282308),(-0.01126187,0.02659403,-0.007895315),(-0.01137782,0.02615421,-0.007789189),(-0.01144504,0.02627067,-0.007416315),(-0.01134289,0.02671641,-0.007524364),(-0.01149511,0.02571707,-0.007686821),(-0.01161197,0.02528192,-0.007587054),(-0.0116439,0.02538562,-0.007212074),(-0.01154575,0.02582728,-0.00731252),(-0.01153487,0.02592126,-0.006940002),(-0.01145459,0.02637153,-0.007045824),(-0.01161143,0.02547252,-0.006838387),(-0.01150906,0.02554289,-0.006478327),(-0.0114529,0.02599814,-0.006580078),(-0.01139285,0.02645478,-0.006686607),(-0.01137104,0.02682375,-0.007156336),(-0.01132901,0.02691297,-0.006797989),(-0.01172658,0.02484801,-0.007488741),(-0.01183862,0.02441517,-0.007391734),(-0.01182912,0.02450551,-0.00701837),(-0.01173837,0.02494508,-0.007114061),(-0.01194773,0.02398317,-0.007295895),(-0.01205359,0.02355184,-0.007201077),(-0.01199928,0.02362865,-0.006833469),(-0.01191611,0.02406675,-0.006924879),(-0.01181662,0.02413267,-0.006555445),(-0.01175213,0.02457833,-0.00664621),(-0.01187744,0.02368783,-0.006468087),(-0.01169701,0.02373336,-0.006117408),(-0.0116549,0.02418413,-0.006200906),(-0.01160975,0.02463594,-0.006288831),(-0.01168379,0.02502491,-0.00674049),(-0.01156124,0.02508884,-0.006381274),(-0.01215583,0.02312096,-0.00710714),(-0.01225384,0.0226903,-0.007014426),(-0.01215372,0.02275374,-0.006656811),(-0.01207859,0.02319103,-0.006744024),(-0.01234701,0.0222596,-0.006923284),(-0.0124347,0.02182863,-0.006834058),(-0.01229017,0.02187935,-0.006490173),(-0.01222435,0.02231657,-0.006572104),(-0.01203873,0.02235706,-0.006226312),(-0.01198855,0.02280014,-0.006303406),(-0.01208526,0.0219143,-0.006152867),(-0.01180745,0.02238667,-0.005892803),(-0.01183945,0.02193936,-0.005826453),(-0.01177314,0.02283471,-0.005963391),(-0.01193477,0.02324369,-0.006384037),(-0.01173637,0.02328358,-0.006038249),(-0.01251631,0.02139714,-0.006747093),(-0.01259181,0.02096507,-0.006662896),(-0.01240647,0.02100418,-0.006335778),(-0.01235086,0.0214419,-0.006411286),(-0.01266116,0.02053235,-0.006581974),(-0.01272435,0.02009893,-0.00650483),(-0.01250265,0.02012777,-0.006196212),(-0.01245705,0.02056615,-0.006263976),(-0.01216731,0.02102941,-0.006017362),(-0.01220301,0.02058718,-0.005955487),(-0.0122353,0.02014506,-0.005897657),(-0.01192283,0.02060125,-0.005652164),(-0.01194676,0.02015634,-0.005601945),(-0.01189703,0.02104669,-0.005706246),(-0.01212809,0.02147177,-0.006083187),(-0.01186927,0.02149271,-0.005764304),(-0.01278133,0.01966474,-0.006431975),(-0.01283237,0.0192298,-0.006363782),(-0.01257934,0.01924988,-0.006073999),(-0.01254334,0.019689,-0.00613282),(-0.01287771,0.01879415,-0.006300629),(-0.01291761,0.0183578,-0.006242889),(-0.01263831,0.01837078,-0.005970876),(-0.01261092,0.01881047,-0.00601995),(-0.01229006,0.01926104,-0.005794405),(-0.01231292,0.01881921,-0.005748994),(-0.01233301,0.01837755,-0.005707731),(-0.01200845,0.01882465,-0.00547317),(-0.01202601,0.01838183,-0.005437019),(-0.01198946,0.01926802,-0.005512604),(-0.01226425,0.019703,-0.005843961),(-0.01196894,0.01971192,-0.005555477),(-0.0129523,0.0179208,-0.006190941),(-0.01298194,0.01748331,-0.00614502),(-0.01268146,0.01749093,-0.005888319),(-0.01266176,0.01793088,-0.005926976),(-0.01300665,0.01704551,-0.006105368),(-0.01302656,0.0166076,-0.006072221),(-0.01269757,0.01705111,-0.005854971),(-0.01271028,0.01661161,-0.005826998),(-0.0123656,0.01749497,-0.005637592),(-0.0123784,0.01705431,-0.005608577),(-0.01238906,0.01661425,-0.005583505),(-0.01207107,0.01705707,-0.005346686),(-0.01208387,0.01661696,-0.005322075),(-0.01205723,0.01749797,-0.005373938),(-0.01235052,0.01793609,-0.005670621),(-0.01204223,0.01793958,-0.005403996),(-0.01304181,0.01616975,-0.006045815),(-0.0130524,0.01573224,-0.00602617),(-0.01271977,0.01617259,-0.005804468),(-0.01272611,0.01573424,-0.005787276),(-0.01305833,0.01529532,-0.006013302),(-0.0130596,0.01485926,-0.006007229),(-0.0127294,0.01529675,-0.005775321),(-0.01272971,0.0148603,-0.0057685),(-0.01240459,0.01573642,-0.005544844),(-0.01240972,0.01529885,-0.005530983),(-0.01241328,0.0148623,-0.005520591),(-0.01211717,0.01530193,-0.00526264),(-0.01212716,0.01486542,-0.005247216),(-0.01210674,0.01573937,-0.005280176),(-0.01239775,0.01617492,-0.005562305),(-0.0120957,0.01617772,-0.005299947),(-0.01305621,0.01442434,-0.006007968),(-0.01304854,0.01399053,-0.006014969),(-0.01272715,0.01442508,-0.005766708),(-0.01272223,0.01399098,-0.005769372),(-0.01303696,0.01355785,-0.006027683),(-0.01302184,0.01312627,-0.006045555),(-0.01271553,0.0135579,-0.005775922),(-0.01270758,0.01312573,-0.005785781),(-0.01241826,0.01355885,-0.005507327),(-0.01241682,0.01399245,-0.005509277),(-0.01242046,0.01312593,-0.00550716),(-0.01217322,0.01312756,-0.005201129),(-0.01215903,0.01356108,-0.005211165),(-0.01214721,0.01399513,-0.005221906),(-0.0124154,0.01442688,-0.005513526),(-0.01213688,0.01442987,-0.00523378),(-0.01300357,0.01269581,-0.006068041),(-0.01298418,0.01226617,-0.006092997),(-0.0126914,0.01226365,-0.005811949),(-0.01269893,0.01269436,-0.005798377),(-0.01296572,0.01183709,-0.006118287),(-0.01295023,0.01140828,-0.006141773),(-0.01268695,0.0114036,-0.005834978),(-0.0126868,0.01183344,-0.005824737),(-0.01244175,0.01183059,-0.00550922),(-0.01243073,0.01226175,-0.005509367),(-0.01245864,0.01140012,-0.005506558),(-0.0122731,0.01139996,-0.005155882),(-0.01223953,0.01183041,-0.005169534),(-0.0122124,0.01226199,-0.005181101),(-0.01242412,0.01269354,-0.00550826),(-0.01219066,0.01269445,-0.005191369),(-0.01293976,0.01097947,-0.006161315),(-0.01293644,0.01055105,-0.006176637),(-0.01270837,0.010545,-0.005842797),(-0.01269367,0.01097396,-0.005840909),(-0.01294242,0.01012343,-0.006187464),(-0.01295984,0.009697006,-0.006193515),(-0.01276743,0.009690921,-0.005835487),(-0.01273249,0.01011717,-0.005840903),(-0.01255632,0.01011471,-0.005478118),(-0.01251518,0.0105418,-0.005490463),(-0.01260701,0.009689531,-0.005463635),(-0.01248348,0.009694239,-0.005079197),(-0.01241929,0.01011776,-0.005100348),(-0.01236289,0.01054339,-0.005120623),(-0.01248287,0.0109704,-0.005500125),(-0.01231419,0.01097087,-0.005139357),(-0.01299083,0.009272171,-0.006194519),(-0.01303687,0.008849335,-0.006190836),(-0.01287463,0.008844621,-0.005815465),(-0.01281461,0.009266718,-0.005826815),(-0.0130994,0.008428905,-0.006182834),(-0.01317992,0.008011285,-0.006170875),(-0.01303562,0.008006969,-0.00578707),(-0.0129481,0.008424684,-0.005802024),(-0.01282041,0.008426591,-0.00541376),(-0.01273917,0.008845755,-0.005430675),(-0.01291161,0.008008865,-0.005397598),(-0.01281459,0.008018479,-0.005001903),(-0.01272157,0.008435691,-0.005018244),(-0.01263508,0.008853714,-0.005037202),(-0.012668,0.009266641,-0.00544756),(-0.01255556,0.009273059,-0.005057834),(-0.01327986,0.007596886,-0.006155326),(-0.01339598,0.007185845,-0.006135735),(-0.0132536,0.007179002,-0.005752707),(-0.01313777,0.007591533,-0.005771188),(-0.013525,0.006778309,-0.006111654),(-0.01366365,0.006374421,-0.006082633),(-0.01352235,0.006365166,-0.005701274),(-0.01338211,0.006770004,-0.005729959),(-0.01325079,0.006767731,-0.005346813),(-0.01312516,0.007178152,-0.005367003),(-0.01339119,0.006362317,-0.005319528),(-0.01328778,0.006372429,-0.004933503),(-0.01314623,0.006776561,-0.004958779),(-0.01302287,0.007186932,-0.004976031),(-0.01301264,0.007592289,-0.005382972),(-0.01291368,0.007601566,-0.004989117),(-0.01380866,0.005974323,-0.00604822),(-0.0139636,0.005580066,-0.006009399),(-0.01383871,0.00557299,-0.005622939),(-0.01367333,0.005965111,-0.005664983),(-0.01413202,0.005193703,-0.005967147),(-0.01431748,0.004817284,-0.005922442),(-0.01422725,0.004825136,-0.005528996),(-0.01402213,0.005191949,-0.005576992),(-0.01392451,0.005201425,-0.00518976),(-0.01372461,0.005574755,-0.005238018),(-0.01415114,0.004847611,-0.005140473),(-0.0141057,0.00489527,-0.00475662),(-0.01385762,0.005232228,-0.004803593),(-0.01364056,0.00559455,-0.004851603),(-0.01354798,0.005963186,-0.00528227),(-0.01345159,0.005976521,-0.004896342),(-0.01452355,0.004452859,-0.005876266),(-0.01475539,0.004110282,-0.005833056),(-0.01471557,0.004151019,-0.005437132),(-0.01445771,0.0044757,-0.005480803),(-0.01501821,0.003799406,-0.005797245),(-0.01531717,0.003530084,-0.005773272),(-0.01532156,0.003605437,-0.005382265),(-0.01500284,0.003858471,-0.005402713),(-0.01500674,0.003947969,-0.005021061),(-0.01469355,0.004216319,-0.005051945),(-0.01534616,0.003717233,-0.005004669),(-0.0153942,0.003868843,-0.004647075),(-0.01503626,0.004075113,-0.004657726),(-0.01469932,0.00431565,-0.004681195),(-0.01440792,0.004517722,-0.005093142),(-0.0143877,0.004589389,-0.00471499),(-0.01565748,0.003312167,-0.005765573),(-0.01603027,0.003140687,-0.005770234),(-0.01605227,0.003236392,-0.005392851),(-0.01567378,0.003399295,-0.005380512),(-0.01642668,0.003010674,-0.005783343),(-0.01683787,0.002917159,-0.005800986),(-0.01685922,0.003025688,-0.005441413),(-0.01644982,0.003113074,-0.005414687),(-0.01649146,0.003264885,-0.005049817),(-0.01609418,0.003378996,-0.005023474),(-0.01689671,0.00318304,-0.005081552),(-0.01694805,0.003363123,-0.004725252),(-0.01655024,0.003448436,-0.004694053),(-0.01615567,0.003558898,-0.00466847),(-0.01571053,0.003528678,-0.005006949),(-0.01576883,0.003697902,-0.004651733),(-0.01725497,0.002855171,-0.00581925),(-0.01767498,0.002819614,-0.005837027),(-0.01768888,0.002938601,-0.00549322),(-0.01727326,0.002970583,-0.005468432),(-0.01809493,0.002805384,-0.005853204),(-0.01851181,0.002807386,-0.005866671),(-0.01851263,0.002907388,-0.005526004),(-0.01810302,0.002920588,-0.005513252),(-0.01811394,0.003061165,-0.00516881),(-0.01771104,0.003093705,-0.005144485),(-0.01850985,0.003020013,-0.005183793),(-0.01849665,0.003100586,-0.004840487),(-0.01812194,0.003182184,-0.004819795),(-0.01773692,0.003243883,-0.004791465),(-0.01730427,0.003130154,-0.005114254),(-0.01734462,0.003299568,-0.004758836),(-0.01892265,0.002820519,-0.005876319),(-0.01932473,0.002826087,-0.005885407),(-0.01930578,0.002854374,-0.005529382),(-0.01891464,0.002889846,-0.005528954),(-0.01971537,0.002805394,-0.005897192),(-0.02009186,0.002739743,-0.005914934),(-0.02004225,0.002675296,-0.005551807),(-0.01968275,0.002787386,-0.005534572),(-0.0196262,0.002744244,-0.005189735),(-0.0192687,0.002867919,-0.00518484),(-0.01996546,0.002580324,-0.005210097),(-0.01985648,0.002449329,-0.004896907),(-0.01953853,0.002658278,-0.004870061),(-0.01920552,0.002837336,-0.004857273),(-0.01889567,0.002957719,-0.005185998),(-0.01885804,0.002985204,-0.004850197),(-0.0204515,0.00261044,-0.005941892),(-0.02079832,0.002435666,-0.005973499),(-0.02070674,0.002297162,-0.005633811),(-0.02038099,0.002504515,-0.005588366),(-0.02113637,0.002233606,-0.006005187),(-0.02146968,0.002022441,-0.006032389),(-0.02135034,0.001861214,-0.005709588),(-0.02102727,0.002075356,-0.005677698),(-0.02089879,0.00190363,-0.005361528),(-0.02059141,0.002136332,-0.005310731),(-0.02121622,0.001695369,-0.005392995),(-0.02107771,0.001547306,-0.005071417),(-0.02075882,0.001738801,-0.005049102),(-0.02045604,0.001967618,-0.005002118),(-0.02028375,0.002369792,-0.005255342),(-0.02015879,0.002211784,-0.004946155),(-0.02180227,0.001820358,-0.006050538),(-0.02213897,0.001636494,-0.006056149),(-0.02202841,0.001523479,-0.00570763),(-0.02168371,0.001676854,-0.005719038),(-0.02248457,0.001479991,-0.00604574),(-0.02284389,0.00135999,-0.006015824),(-0.02275595,0.001314502,-0.005628563),(-0.02238549,0.001402294,-0.005676945),(-0.02228002,0.001333209,-0.005308065),(-0.02190954,0.001416693,-0.005359993),(-0.02266276,0.001278246,-0.005240878),(-0.02256635,0.001252705,-0.004850423),(-0.02217297,0.001279961,-0.004933541),(-0.02179015,0.001330042,-0.005004303),(-0.02155404,0.001535235,-0.005390393),(-0.02142327,0.001415105,-0.005053373),(-0.02322174,0.001285631,-0.005962919),(-0.02361349,0.001245503,-0.005892771),(-0.02353654,0.001234059,-0.005487478),(-0.02314083,0.001261307,-0.005564064),(-0.02401449,0.001228196,-0.005811127),(-0.02442012,0.001222299,-0.005723736),(-0.02393945,0.001224109,-0.005402836),(-0.02434597,0.001222809,-0.005314163),(-0.02345453,0.001228789,-0.005081784),(-0.02385879,0.001223299,-0.004994373),(-0.02426543,0.001223306,-0.004904714),(-0.02377247,0.001224283,-0.004585958),(-0.02417884,0.001223699,-0.004495283),(-0.0233674,0.001227533,-0.004675876),(-0.02305507,0.001245272,-0.005164702),(-0.02296493,0.001236118,-0.004764283),(0.02704538,0.001221978,0.004198679),(0.02719591,0.001221509,0.004587069),(0.02689571,0.001224706,0.003810294),(0.02649921,0.001226597,0.003962004),(0.02664508,0.001222303,0.004351599),(0.02679192,0.001221547,0.004741372),(0.02674781,0.001231948,0.003421916),(0.02660253,0.001245965,0.00303355),(0.02621423,0.001259952,0.003184053),(0.02635527,0.001237968,0.003572763),(0.02596026,0.001243414,0.00371975),(0.0260997,0.001228353,0.004110117),(0.0258239,0.001272484,0.003330372),(0.02543108,0.00128038,0.003471754),(0.02556273,0.001246952,0.003862259),(0.02569746,0.001229578,0.004254025),(0.02638371,0.001221578,0.004892497),(0.02624119,0.00122263,0.004501143),(0.02583425,0.001222909,0.004646632),(0.02597207,0.001221591,0.005039658),(0.02646076,0.001269013,0.002645198),(0.02632071,0.001298355,0.002256536),(0.02594206,0.001342074,0.002408093),(0.02607705,0.001296089,0.002796052),(0.02618062,0.001331258,0.001867241),(0.02603869,0.001364984,0.001476986),(0.02567199,0.001446369,0.001629634),(0.0258076,0.001393602,0.002019508),(0.02543346,0.001448853,0.002166272),(0.025562,0.00138093,0.002554601),(0.02530454,0.001518273,0.001776356),(0.02493314,0.0015616,0.001914965),(0.02505583,0.001482481,0.002305691),(0.02517889,0.001404801,0.002694627),(0.02569165,0.001320231,0.002942312),(0.02530355,0.001335215,0.003082928),(0.02589315,0.001396797,0.001085449),(0.02574495,0.001426553,0.0006926347),(0.025393,0.001542435,0.0008440321),(0.02553357,0.001496071,0.001237801),(0.02559505,0.001454107,0.0002985522),(0.02544441,0.001479314,-9.679175e-5),(0.02510811,0.001624059,5.07656e-5),(0.02525096,0.001585188,0.0004483466),(0.02490764,0.001700796,0.0005916078),(0.02504136,0.001644335,0.0009889416),(0.02477289,0.001752756,0.0001919658),(0.02443146,0.001831104,0.0003250731),(0.02455893,0.00176973,0.0007260938),(0.0246849,0.001704703,0.001124916),(0.02517375,0.001583464,0.001383885),(0.02480957,0.0016355,0.001521289),(0.02529396,0.00150203,-0.0004933896),(0.02514307,0.001522696,-0.000891186),(0.02482127,0.001689135,-0.0007498653),(0.02496512,0.001658775,-0.0003486905),(0.02499111,0.001541758,-0.001290125),(0.02483742,0.001559658,-0.001690152),(0.02452805,0.001735989,-0.001556745),(0.02467582,0.00171494,-0.001152602),(0.02436075,0.001877577,-0.001019037),(0.02450026,0.001842025,-0.0006136758),(0.02421802,0.001905903,-0.001425666),(0.02389659,0.002026523,-0.001295102),(0.02403562,0.00198893,-0.0008883236),(0.02417059,0.001942579,-0.0004824753),(0.02463737,0.001800125,-0.0002099018),(0.02430227,0.001889345,-7.78965e-5),(0.02468137,0.001576839,-0.002091211),(0.0245235,0.001594466,-0.002493571),(0.02422351,0.001763557,-0.002368575),(0.02437724,0.001752082,-0.001962137),(0.02436435,0.001613704,-0.002897498),(0.02420449,0.001635717,-0.003303262),(0.024067,0.001770751,-0.002775857),(0.02390784,0.001774001,-0.003183779),(0.02376471,0.001937777,-0.002647804),(0.02392022,0.001937124,-0.002240909),(0.02360452,0.001926964,-0.003053069),(0.02328955,0.002042498,-0.002912404),(0.02344942,0.002064276,-0.002512693),(0.02360372,0.002067002,-0.002108858),(0.02407125,0.001926126,-0.001833242),(0.0237527,0.002053482,-0.001702471),(0.02404445,0.00166167,-0.003711131),(0.02387814,0.001697138,-0.004115982),(0.02374616,0.001773648,-0.003592138),(0.02357761,0.001775499,-0.003997657),(0.02369947,0.001747696,-0.00451269),(0.02350234,0.001818918,-0.004896133),(0.0233978,0.001785364,-0.004397057),(0.0232024,0.001809053,-0.004787059),(0.02308309,0.001844484,-0.004249788),(0.02326657,0.001873948,-0.003855096),(0.02288616,0.00182154,-0.004638886),(0.02256751,0.001815088,-0.00446578),(0.0227653,0.001877326,-0.004081955),(0.02294994,0.001941193,-0.003695884),(0.02343942,0.001903565,-0.003455845),(0.02312387,0.00199886,-0.003306417),(0.02328067,0.00191638,-0.005261185),(0.0230349,0.002037237,-0.005602816),(0.02298702,0.001852376,-0.005164387),(0.022751,0.001917367,-0.005523067),(0.02276547,0.002178645,-0.005915996),(0.02247283,0.00233776,-0.006195693),(0.02249365,0.002006058,-0.005857127),(0.0222143,0.002120483,-0.006160595),(0.0224421,0.001820977,-0.005390482),(0.02219252,0.001856662,-0.005739561),(0.02192291,0.001925195,-0.006061884),(0.02187753,0.001722732,-0.005581374),(0.02161279,0.00175474,-0.005916864),(0.02212439,0.001728388,-0.005222813),(0.0226729,0.001811487,-0.005021353),(0.02235413,0.001762308,-0.004848506),(0.02215741,0.002511738,-0.006436876),(0.02182516,0.002697893,-0.00664699),(0.02191227,0.002262676,-0.006427497),(0.02159319,0.002427528,-0.006664527),(0.02148199,0.002893541,-0.006833476),(0.02113382,0.003095996,-0.00700378),(0.0212627,0.002609929,-0.006878375),(0.0209264,0.002804771,-0.007075733),(0.02132502,0.002173875,-0.006611866),(0.02100691,0.002340242,-0.006851004),(0.0206828,0.00252544,-0.00707389),(0.0207241,0.002103255,-0.006760145),(0.02041084,0.002278659,-0.007002817),(0.02103173,0.001952481,-0.006501457),(0.02163204,0.002033229,-0.00635074),(0.02132941,0.001833817,-0.006221961),(0.02078659,0.003302573,-0.007165345),(0.02043964,0.003513458,-0.007319108),(0.02058995,0.003006946,-0.007263293),(0.020253,0.003216248,-0.007441871),(0.02009236,0.003728838,-0.007466009),(0.01974411,0.003948901,-0.007606986),(0.01991524,0.003432475,-0.007612282),(0.01957634,0.003655424,-0.007775345),(0.02003198,0.002930822,-0.00748893),(0.01970543,0.00314933,-0.007682695),(0.01937824,0.00337726,-0.007868364),(0.01946531,0.002900978,-0.00766717),(0.0191498,0.003134788,-0.007870441),(0.01978097,0.00267922,-0.007455417),(0.0203578,0.00272258,-0.007286264),(0.02009631,0.002471214,-0.007234272),(0.01939424,0.004173833,-0.007742975),(0.01904523,0.004405254,-0.007876039),(0.01923598,0.003884891,-0.007931873),(0.01889616,0.004122176,-0.008083443),(0.01869953,0.004644791,-0.008008233),(0.0183596,0.004894062,-0.008141622),(0.01855891,0.004368584,-0.008231637),(0.01822623,0.004625413,-0.008378031),(0.01872352,0.003859519,-0.008218793),(0.0183986,0.004115131,-0.008385482),(0.01807706,0.004381252,-0.008547771),(0.01820915,0.003897894,-0.008436771),(0.01789936,0.004172459,-0.008612648),(0.01852118,0.003633355,-0.008254763),(0.0190505,0.003613776,-0.008046742),(0.01883491,0.003378949,-0.008066145),(0.01802791,0.005154691,-0.008278261),(0.01770422,0.005426292,-0.008418273),(0.01790014,0.004893964,-0.0085242),(0.01758044,0.005173416,-0.008670692),(0.01738828,0.005708477,-0.008561778),(0.01707986,0.006000862,-0.008708897),(0.01726695,0.005462953,-0.008818052),(0.01695945,0.00576175,-0.008966818),(0.01744786,0.004945867,-0.008862876),(0.01713991,0.005242188,-0.009017373),(0.01683618,0.005546406,-0.009170953),(0.01698626,0.005051259,-0.00911018),(0.01668704,0.005358901,-0.00926916),(0.017288,0.00475024,-0.008948402),(0.01776019,0.004658526,-0.008706623),(0.01759234,0.004456941,-0.008782876),(0.01677873,0.00630306,-0.00885975),(0.01648545,0.006614657,-0.009015051),(0.01665777,0.006068987,-0.009117538),(0.01636232,0.006384386,-0.009270489),(0.01620062,0.006935242,-0.009175513),(0.0159248,0.007264403,-0.00934185),(0.01607355,0.006707666,-0.009425944),(0.01579187,0.007038551,-0.009584182),(0.01595089,0.006499344,-0.009631382),(0.0162413,0.006175128,-0.009477917),(0.01566565,0.006829931,-0.00978489),(0.0155189,0.006645679,-0.009884761),(0.01580574,0.006315356,-0.009734279),(0.01609634,0.00599085,-0.009581393),(0.01653652,0.005857436,-0.009324455),(0.01639025,0.005672064,-0.009426293),(0.01565858,0.007601725,-0.009514774),(0.01540319,0.00794658,-0.00969324),(0.01525155,0.007722126,-0.009909405),(0.01551771,0.007376759,-0.00974548),(0.01515982,0.008298337,-0.009876197),(0.0149297,0.008656363,-0.0100626),(0.01474508,0.008433649,-0.01024342),(0.01499385,0.008074476,-0.01007553),(0.0148428,0.007862022,-0.01024367),(0.0151117,0.007510534,-0.01009159),(0.01457916,0.008221953,-0.01039416),(0.01441209,0.0080414,-0.01045105),(0.014683,0.007678255,-0.01031678),(0.01495767,0.007325604,-0.01017699),(0.01538595,0.00716675,-0.009938478),(0.01523626,0.00698192,-0.01003266),(0.01471405,0.009020034,-0.01025139),(0.01451011,0.009389525,-0.01043952),(0.01427554,0.009172918,-0.01057884),(0.01450569,0.008799476,-0.01041266),(0.01431512,0.00976502,-0.01062391),(0.01412632,0.0101467,-0.0108015),(0.01384229,0.009946523,-0.01088452),(0.01405446,0.009554944,-0.01073759),(0.01382802,0.009361917,-0.01081224),(0.01406957,0.008970628,-0.01068356),(0.01359822,0.009766204,-0.01092341),(0.01340231,0.009625315,-0.01087204),(0.01363615,0.009207406,-0.01079442),(0.01388491,0.008804861,-0.01069498),(0.01432068,0.008591062,-0.0105425),(0.0141448,0.008416563,-0.01057882),(0.01394096,0.01053474,-0.01096922),(0.0137597,0.01092946,-0.01112433),(0.01344523,0.01076003,-0.01112968),(0.01363889,0.01034862,-0.01101524),(0.01358318,0.01133116,-0.01126407),(0.01341208,0.01174015,-0.01138569),(0.01309122,0.01160604,-0.01130952),(0.01326234,0.01117957,-0.0112278),(0.01299701,0.01105375,-0.01113293),(0.01318161,0.01061486,-0.01108081),(0.01282969,0.0114987,-0.01117124),(0.012659,0.0114233,-0.01096625),(0.01281495,0.01096254,-0.01096453),(0.01299118,0.01050672,-0.01095179),(0.01338238,0.01018476,-0.01101196),(0.01318714,0.0100597,-0.01092273),(0.01324705,0.01215673,-0.01148645),(0.0130872,0.01257982,-0.01157056),(0.01278519,0.01247538,-0.01142729),(0.01293287,0.01203824,-0.01137479),(0.01293164,0.01300836,-0.01164221),(0.0127795,0.01344125,-0.01170562),(0.01251342,0.01336128,-0.01150873),(0.01264607,0.01291666,-0.01147071),(0.01242571,0.01285203,-0.01123283),(0.01254714,0.01239822,-0.01121824),(0.01231338,0.01330804,-0.01124539),(0.01220795,0.01327782,-0.01093776),(0.01230185,0.01281238,-0.01094586),(0.01240598,0.01234818,-0.01095475),(0.01268076,0.01194699,-0.0111987),(0.01252385,0.01188516,-0.01096227),(0.01262988,0.01387742,-0.01176498),(0.0124826,0.01431682,-0.0118202),(0.01226085,0.0142581,-0.01157959),(0.01238512,0.01380846,-0.01154504),(0.01233746,0.01475943,-0.01187118),(0.01219428,0.01520521,-0.0119178),(0.01202304,0.01516452,-0.01164316),(0.01214027,0.01471015,-0.01161231),(0.01201044,0.0146866,-0.01128857),(0.01210626,0.01422545,-0.01127329),(0.01191912,0.01514925,-0.01130472),(0.01189277,0.015151,-0.01093512),(0.01196379,0.01468127,-0.0109313),(0.01203956,0.01421241,-0.01093048),(0.01220707,0.01376589,-0.01125889),(0.01212073,0.01374454,-0.01093263),(0.01205287,0.01565412,-0.01195997),(0.0119156,0.01610721,-0.0119962),(0.01180027,0.01608088,-0.01169791),(0.01190882,0.01562114,-0.01167209),(0.01178482,0.01656554,-0.01202503),(0.01166292,0.01703015,-0.01204498),(0.01161066,0.01701315,-0.01173535),(0.0117,0.0165446,-0.01171939),(0.01167988,0.01654775,-0.01135497),(0.01175113,0.01607925,-0.01133871),(0.01162071,0.01701936,-0.01136969),(0.01171432,0.01656547,-0.01096324),(0.01167466,0.01703948,-0.01097708),(0.01176555,0.01609287,-0.01095142),(0.01183178,0.01561327,-0.01132169),(0.01182586,0.01562146,-0.01094193),(0.01155226,0.01750209,-0.01205457),(0.01145126,0.01798,-0.01205334),(0.01146914,0.01796668,-0.01174599),(0.01153487,0.01748742,-0.0117446),(0.01135836,0.01846252,-0.01204081),(0.01127198,0.01894827,-0.01201648),(0.01135376,0.01893733,-0.01172066),(0.01140994,0.01845022,-0.01173839),(0.01154136,0.01797361,-0.01139032),(0.01151036,0.01845616,-0.01139261),(0.01147793,0.01894227,-0.01138715),(0.01161325,0.01847312,-0.0110203),(0.01158972,0.01895636,-0.0110283),(0.0116308,0.01799286,-0.0110077),(0.01157634,0.01749467,-0.01138208),(0.01164904,0.01751513,-0.0109926),(0.01119057,0.0194359,-0.0119799),(0.01111367,0.01992529,-0.01193522),(0.0112971,0.01942729,-0.01169168),(0.01124028,0.01991993,-0.01165483),(0.01104085,0.02041632,-0.01188662),(0.01097165,0.02090888,-0.01183826),(0.01118363,0.02041507,-0.01161349),(0.01112751,0.02091254,-0.01157103),(0.01139415,0.01992498,-0.01134983),(0.01134592,0.0204214,-0.01132254),(0.01129554,0.02092109,-0.01129255),(0.01145588,0.02042766,-0.01101573),(0.01140074,0.02092617,-0.01100233),(0.01150787,0.01993337,-0.01102512),(0.01143867,0.01943191,-0.01137212),(0.01155354,0.01944302,-0.01102961),(0.01090565,0.02140286,-0.01179432),(0.0108417,0.02189794,-0.01175591),(0.01107223,0.02141216,-0.01153086),(0.01101699,0.02191331,-0.01149432),(0.01077866,0.0223938,-0.01172417),(0.01071538,0.02289014,-0.01170023),(0.01096097,0.02241537,-0.01146279),(0.01090336,0.02291771,-0.01143763),(0.01119236,0.0219291,-0.01123288),(0.01113827,0.02243555,-0.01120631),(0.01108164,0.0229424,-0.011184),(0.01123205,0.02244395,-0.01095),(0.01117187,0.02295343,-0.01093394),(0.01128969,0.02193547,-0.01096783),(0.01124457,0.02142397,-0.01126214),(0.01134564,0.02142916,-0.01098582),(0.01065074,0.02338664,-0.0116852),(0.01058534,0.02388378,-0.01167807),(0.01084334,0.02341972,-0.0114202),(0.01078171,0.02392204,-0.01141033),(0.01051978,0.02438203,-0.01167781),(0.01045466,0.02488186,-0.0116834),(0.01071926,0.02442533,-0.01140785),(0.01065679,0.02493021,-0.01141256),(0.01095984,0.02395525,-0.01115753),(0.01089668,0.02446276,-0.01115478),(0.01083336,0.02497203,-0.01115995),(0.01097601,0.02448394,-0.01091195),(0.01090994,0.02499723,-0.01091814),(0.01104255,0.02397268,-0.01091348),(0.01102183,0.02344871,-0.01116751),(0.01110827,0.02346276,-0.01092128),(0.0103906,0.02538375,-0.01169382),(0.01032435,0.02588676,-0.01171018),(0.01059509,0.02543734,-0.0114243),(0.0105311,0.02594582,-0.01144398),(0.01025264,0.02638997,-0.01173355),(0.01017225,0.02689243,-0.01176504),(0.01046177,0.02645473,-0.01147251),(0.01038403,0.02696315,-0.01151081),(0.01070653,0.02599723,-0.01119693),(0.01063764,0.02651146,-0.01123023),(0.0105615,0.02702564,-0.01127439),(0.01071294,0.02655079,-0.01099419),(0.01063986,0.02707057,-0.01104081),(0.01078075,0.02603145,-0.01095863),(0.01077087,0.02548381,-0.01117375),(0.01084563,0.02551334,-0.01093349),(0.0100799,0.02739322,-0.01180575),(0.009972525,0.02789244,-0.01185556),(0.01029484,0.0274702,-0.01155979),(0.01019124,0.02797616,-0.01161913),(0.009847025,0.0283902,-0.01191437),(0.009700322,0.02888659,-0.01198208),(0.009929064,0.02898607,-0.01176758),(0.0100703,0.02848135,-0.0116885),(0.01037699,0.02805183,-0.01139714),(0.01026378,0.0285649,-0.01147494),(0.0101334,0.02907865,-0.01156317),(0.01036905,0.0286308,-0.01124999),(0.01025661,0.02915371,-0.01134214),(0.01046941,0.02810981,-0.01116892),(0.01047542,0.02753892,-0.01133016),(0.01055919,0.02758998,-0.01109912),(0.009529321,0.02938175,-0.01205857),(0.009341746,0.02987706,-0.01214141),(0.009583479,0.02999602,-0.01194894),(0.0097646,0.02949064,-0.01185604),(0.009145313,0.03037395,-0.01222817),(0.008947742,0.03087381,-0.01231641),(0.009392278,0.03050326,-0.01204135),(0.009197569,0.0310133,-0.01212834),(0.009641548,0.03062828,-0.01185878),(0.009818074,0.03011008,-0.01176243),(0.009458057,0.0311485,-0.01194319),(0.009841588,0.030736,-0.01164705),(0.009680416,0.03126583,-0.01172756),(0.009991959,0.03020695,-0.01154986),(0.009983427,0.02959362,-0.01166144),(0.0101306,0.02967931,-0.01144516),(0.008756752,0.03137807,-0.01240371),(0.008572408,0.03188575,-0.01249291),(0.009005933,0.03152717,-0.01220496),(0.008817409,0.03204295,-0.01227602),(0.008394776,0.03239587,-0.01258687),(0.008223921,0.03290748,-0.01268843),(0.008632051,0.03255869,-0.01234629),(0.008449901,0.03307249,-0.01242057),(0.009082705,0.03219303,-0.01206049),(0.008890641,0.03271189,-0.01210601),(0.008695519,0.03322484,-0.01215122),(0.009136355,0.03284354,-0.01184267),(0.008933784,0.03335504,-0.0118629),(0.009328109,0.03232274,-0.01181817),(0.00927181,0.03167098,-0.01200832),(0.009509359,0.03179578,-0.0117822),(0.008059908,0.03341958,-0.01280045),(0.007888518,0.03392682,-0.01291513),(0.008271011,0.03358241,-0.01250366),(0.008083521,0.03408543,-0.01258967),(0.007695531,0.03442378,-0.01302467),(0.007466725,0.0349051,-0.01312126),(0.007875582,0.03457851,-0.01267275),(0.007635341,0.03505861,-0.01274702),(0.008287448,0.03422444,-0.01225604),(0.008057815,0.03471028,-0.01230852),(0.007799997,0.03518628,-0.01235629),(0.007964185,0.0352939,-0.01195617),(0.008240095,0.03482182,-0.01193443),(0.008490461,0.03434246,-0.01191049),(0.008497234,0.03372916,-0.01220242),(0.008720089,0.03385411,-0.01188608),(0.00718788,0.0353654,-0.01319711),(0.006865221,0.03580741,-0.01325197),(0.007350939,0.0355227,-0.01280663),(0.007026185,0.0359718,-0.0128489),(0.006504972,0.03623391,-0.01328561),(0.00611336,0.03664767,-0.01329779),(0.006664887,0.03640692,-0.01287118),(0.006270845,0.03682912,-0.01287078),(0.006811279,0.03654739,-0.01243089),(0.007175756,0.03610619,-0.01242222),(0.006413199,0.03697427,-0.01241702),(0.006949187,0.03666063,-0.01197478),(0.006544124,0.03708625,-0.0119461),(0.007320024,0.03621734,-0.01198215),(0.007505653,0.03565203,-0.01239577),(0.007657926,0.03576042,-0.01197401),(0.005696608,0.03705141,-0.01328827),(0.005253788,0.03743788,-0.01325776),(0.00584787,0.03723938,-0.01284505),(0.005396441,0.03762956,-0.01279622),(0.00478397,0.03779982,-0.01320695),(0.004286229,0.03812993,-0.01313656),(0.004917036,0.03799146,-0.0127265),(0.004410136,0.03831691,-0.01263811),(0.005521545,0.03777348,-0.01231093),(0.005032759,0.03813073,-0.01222575),(0.004518525,0.03844971,-0.01212384),(0.005134749,0.03821426,-0.01171522),(0.004616004,0.03852513,-0.01160485),(0.005632172,0.03786772,-0.01181186),(0.005982489,0.03738548,-0.01237586),(0.006103542,0.03749016,-0.01189031),(0.003759633,0.03842097,-0.01304728),(0.003210056,0.03867434,-0.01294236),(0.003876223,0.03859773,-0.0125333),(0.003321854,0.03883784,-0.0124156),(0.002643367,0.03889145,-0.01282507),(0.002065441,0.03907373,-0.01269866),(0.00275359,0.03904118,-0.01228859),(0.002177991,0.03921166,-0.01215581),(0.003427184,0.0389554,-0.01188362),(0.00286265,0.03915244,-0.01175189),(0.00229392,0.03931915,-0.0116168),(0.002978598,0.039233,-0.01122731),(0.00242104,0.03940836,-0.0110936),(0.003533339,0.03903021,-0.01135861),(0.003981239,0.03872288,-0.01200869),(0.00408067,0.03879568,-0.01148522),(0.001482148,0.03922259,-0.01256637),(0.0008957473,0.03933882,-0.01242739),(0.001601616,0.03935321,-0.01202084),(0.001023843,0.03946665,-0.01188194),(0.0003085003,0.03942323,-0.01228088),(-0.0002773331,0.03947661,-0.01212601),(0.0004440467,0.03955273,-0.01173738),(-0.0001383949,0.03961227,-0.01158542),(0.001159528,0.03957769,-0.01134385),(0.0005874516,0.03967059,-0.01120102),(7.844979e-6,0.03973999,-0.01105064),(0.0007398322,0.0397952,-0.0106796),(0.0001606163,0.03987742,-0.01052718),(0.001306448,0.03968955,-0.01082279),(0.001727282,0.03946073,-0.01148161),(0.001865253,0.03956058,-0.01095978),(-0.0008594927,0.03949978,-0.01196196),(-0.001435814,0.03949084,-0.01178907),(-0.0007241054,0.03964607,-0.01142435),(-0.001308436,0.03964991,-0.011254),(-0.002004134,0.03944791,-0.01160768),(-0.002562286,0.03936912,-0.01141816),(-0.001886735,0.03961957,-0.01107422),(-0.002454355,0.03955086,-0.01088485),(-0.001176222,0.0398038,-0.01071963),(-0.001765964,0.03978606,-0.01053875),(-0.002344368,0.0397271,-0.01034745),(-0.001641967,0.03995578,-0.009999081),(-0.00223163,0.03990316,-0.009801801),(-0.001040136,0.0399645,-0.01018621),(-0.0005824993,0.03978641,-0.01089022),(-0.0004359908,0.03993612,-0.01036248),(-0.003108107,0.03925259,-0.01122083),(-0.003640751,0.03910342,-0.01101924),(-0.003006646,0.03943956,-0.01068574),(-0.003543617,0.0392919,-0.0104813),(-0.004159371,0.03892672,-0.01081695),(-0.004663119,0.0387276,-0.01061748),(-0.004065276,0.03911416,-0.01027593),(-0.004571634,0.03891256,-0.01007403),(-0.003445972,0.03947456,-0.009938016),(-0.003970954,0.03929545,-0.009729471),(-0.004479912,0.03909077,-0.009524767),(-0.003875358,0.03947267,-0.009171637),(-0.004387232,0.03926453,-0.008964074),(-0.00334661,0.03965373,-0.009383501),(-0.002904073,0.03962085,-0.01014561),(-0.002799273,0.03979985,-0.009595082),(-0.005151149,0.03851117,-0.01042438),(-0.005622222,0.03827651,-0.01023741),(-0.0050627,0.03869334,-0.009880005),(-0.005536284,0.03845508,-0.009693598),(-0.0060751,0.0380227,-0.01005633),(-0.006508541,0.03774885,-0.009880924),(-0.005990203,0.03819634,-0.009514547),(-0.006422267,0.03791568,-0.009342589),(-0.005449416,0.03862461,-0.009141288),(-0.005903941,0.03835944,-0.008962546),(-0.006334304,0.03807045,-0.00879249),(-0.005817823,0.03851649,-0.008396754),(-0.006247942,0.03821883,-0.008227855),(-0.005361985,0.03878858,-0.008576107),(-0.004973735,0.03886777,-0.009328702),(-0.004883948,0.03903721,-0.008765387),(-0.006921309,0.03745404,-0.009710935),(-0.007314988,0.03713959,-0.009545004),(-0.006830287,0.03761167,-0.009177465),(-0.007216969,0.03728648,-0.009017674),(-0.007691168,0.03680685,-0.009381756),(-0.008051436,0.03645715,-0.009219823),(-0.007937136,0.0365813,-0.008708118),(-0.007585019,0.0369423,-0.008861725),(-0.007476588,0.03706169,-0.00832853),(-0.007117067,0.03741852,-0.008476983),(-0.007819617,0.03668835,-0.008184275),(-0.007712807,0.03678844,-0.007648368),(-0.007377578,0.03717453,-0.007781563),(-0.007024143,0.03754412,-0.007921631),(-0.006737492,0.03775579,-0.008631135),(-0.006648823,0.03789346,-0.008069938),(-0.008397383,0.03609185,-0.009057836),(-0.008725585,0.03571068,-0.008896414),(-0.008599164,0.03581563,-0.008403854),(-0.008276028,0.03620569,-0.008555363),(-0.009032628,0.0353134,-0.008736178),(-0.00931509,0.03489976,-0.008577749),(-0.009188072,0.03499303,-0.008106205),(-0.00890402,0.03541134,-0.008254002),(-0.00876523,0.0354902,-0.007766688),(-0.008465409,0.03590196,-0.007903601),(-0.009047706,0.03506691,-0.007631726),(-0.00890787,0.03512885,-0.007156635),(-0.008631096,0.03555852,-0.007276204),(-0.008339624,0.03597918,-0.007397084),(-0.008149714,0.03630156,-0.008042714),(-0.008033508,0.03638957,-0.007520674),(-0.009569553,0.03446953,-0.00842175),(-0.009796155,0.03402583,-0.008268878),(-0.00944879,0.03456087,-0.007960865),(-0.009684927,0.03411717,-0.007818415),(-0.009995039,0.03357185,-0.008119833),(-0.01016634,0.03311072,-0.007975316),(-0.009895231,0.03366421,-0.007679287),(-0.01007846,0.03320428,-0.007543908),(-0.009772718,0.03373728,-0.007238416),(-0.009553826,0.03418908,-0.007367252),(-0.009965658,0.03327873,-0.007112293),(-0.009637402,0.03379503,-0.006799417),(-0.009836774,0.033337,-0.006682504),(-0.009414087,0.03424665,-0.006917743),(-0.009311363,0.03463275,-0.007498469),(-0.009169887,0.0346914,-0.007036982),(-0.0103102,0.03264561,-0.007836024),(-0.01043159,0.03217687,-0.007702879),(-0.01023335,0.03273966,-0.007412712),(-0.01036406,0.03227048,-0.007286985),(-0.01053548,0.03170485,-0.007576796),(-0.01062684,0.03122991,-0.007458696),(-0.01056941,0.03131884,-0.007057082),(-0.0104747,0.03179683,-0.007168013),(-0.01026969,0.03234542,-0.006870783),(-0.01038704,0.03187061,-0.006758539),(-0.01048546,0.03139032,-0.006654063),(-0.01028127,0.03192739,-0.006350037),(-0.01038526,0.03144586,-0.006250974),(-0.0101566,0.03240313,-0.006456114),(-0.01013027,0.03281478,-0.006989225),(-0.01000914,0.03287302,-0.006567502),(-0.01071065,0.0307524,-0.007349496),(-0.0107877,0.03027383,-0.007245231),(-0.01072439,0.03035244,-0.006859097),(-0.01065234,0.03083663,-0.00695548),(-0.0108588,0.02979575,-0.007141937),(-0.01092475,0.02931966,-0.007035648),(-0.01078652,0.02986855,-0.006763828),(-0.01083964,0.02938725,-0.006665563),(-0.01063613,0.03041606,-0.006469159),(-0.01069083,0.02992773,-0.006380768),(-0.01073341,0.02944237,-0.006289776),(-0.01059181,0.02997836,-0.005991778),(-0.01063058,0.02949119,-0.005906137),(-0.01053901,0.03046846,-0.006075417),(-0.01056808,0.03090454,-0.006558931),(-0.01047066,0.03095858,-0.006160624),(-0.01098636,0.02884707,-0.0069224),(-0.01104412,0.02837745,-0.006805005),(-0.01088469,0.02891077,-0.006560198),(-0.01092374,0.02843817,-0.0064504),(-0.01109856,0.02791027,-0.006686279),(-0.01115017,0.02744497,-0.006569035),(-0.01095888,0.02796846,-0.006338845),(-0.0109922,0.02750067,-0.006228204),(-0.01078928,0.02848776,-0.006090428),(-0.01080944,0.02801601,-0.005986831),(-0.01082896,0.02754629,-0.005883792),(-0.01068834,0.02805954,-0.005623745),(-0.01070186,0.02758812,-0.00552778),(-0.01067471,0.02853303,-0.005720122),(-0.01076508,0.0289628,-0.006192204),(-0.01065683,0.02900982,-0.005814918),(-0.01119946,0.02698102,-0.006456086),(-0.01124621,0.0265184,-0.006347554),(-0.01102576,0.02703383,-0.006121146),(-0.01105897,0.02656804,-0.00601784),(-0.01129021,0.02605707,-0.006243559),(-0.01133125,0.02559702,-0.00614422),(-0.01109123,0.02610338,-0.005918452),(-0.01112194,0.02563993,-0.005823145),(-0.01087541,0.02660933,-0.005686637),(-0.01090034,0.02614238,-0.005592759),(-0.01092509,0.02567666,-0.00550217),(-0.01076195,0.02617942,-0.005254488),(-0.01078462,0.02571225,-0.005168373),(-0.01073982,0.02664789,-0.005343118),(-0.01085129,0.02707735,-0.005783688),(-0.01071941,0.02711751,-0.005434226),(-0.01136909,0.02513821,-0.006049661),(-0.01140408,0.02468064,-0.005959804),(-0.0111505,0.02517777,-0.005732088),(-0.01117723,0.02471695,-0.005645224),(-0.01143657,0.02422431,-0.00587458),(-0.01146689,0.02376921,-0.005793912),(-0.01120242,0.02425747,-0.005562498),(-0.01122639,0.02379938,-0.005483858),(-0.01097129,0.02474936,-0.00533118),(-0.01099326,0.02428786,-0.0052507),(-0.01101484,0.02382785,-0.005173512),(-0.0108499,0.02431973,-0.004925213),(-0.01087153,0.02385863,-0.004849134),(-0.01082836,0.02478239,-0.005003762),(-0.01094865,0.02521231,-0.00541499),(-0.01080668,0.02524657,-0.005084805),(-0.01149538,0.02331533,-0.005717727),(-0.01152227,0.02286261,-0.005645942),(-0.01124945,0.02334268,-0.005409245),(-0.01127185,0.02288732,-0.005338596),(-0.01154779,0.02241098,-0.005578474),(-0.01157218,0.02196037,-0.005515238),(-0.01129383,0.02243323,-0.005271844),(-0.01131562,0.02198033,-0.005208923),(-0.01105779,0.02291233,-0.005028889),(-0.0110796,0.02245665,-0.004961435),(-0.01110195,0.02200227,-0.004897204),(-0.01093919,0.02248449,-0.004635768),(-0.0109633,0.0220292,-0.004569783),(-0.01091599,0.0229411,-0.004704358),(-0.01103627,0.02336937,-0.005099578),(-0.0108935,0.02339912,-0.004775498),(-0.01159566,0.02151071,-0.005456152),(-0.01161832,0.02106198,-0.005401022),(-0.01133749,0.02152857,-0.005149767),(-0.01135949,0.02107791,-0.005094194),(-0.01164025,0.02061413,-0.005349657),(-0.01166154,0.02016713,-0.005301864),(-0.01138169,0.02062834,-0.005042022),(-0.01140413,0.02017982,-0.004993069),(-0.01114888,0.02109714,-0.004778265),(-0.01117355,0.02064636,-0.004723316),(-0.01119906,0.02019676,-0.004671218),(-0.01104225,0.02067072,-0.004387593),(-0.01107083,0.02022034,-0.004331969),(-0.01101481,0.02112231,-0.004445741),(-0.01112503,0.02154911,-0.004836188),(-0.0109885,0.02157514,-0.004506455),(-0.01168227,0.01972095,-0.005257452),(-0.0117025,0.01927558,-0.005216199),(-0.01142689,0.01973233,-0.004947153),(-0.01144997,0.01928587,-0.004904062),(-0.01172226,0.01883104,-0.005177893),(-0.0117416,0.01838734,-0.005142307),(-0.01147335,0.01884044,-0.004863578),(-0.01149703,0.01839605,-0.004825492),(-0.01125268,0.01930103,-0.004575051),(-0.01128071,0.01885491,-0.004530647),(-0.01130952,0.01840993,-0.004488471),(-0.01116337,0.01887649,-0.004179518),(-0.01119632,0.01843096,-0.004133142),(-0.01113144,0.01932323,-0.00422804),(-0.01122545,0.01974832,-0.004621853),(-0.01110058,0.01977117,-0.00427882),(-0.01176057,0.01794448,-0.005109229),(-0.0117792,0.01750248,-0.005078457),(-0.01152102,0.01795269,-0.004789591),(-0.01154531,0.01751035,-0.00475568),(-0.01179754,0.01706139,-0.005049795),(-0.01181566,0.01662122,-0.005023044),(-0.01156994,0.01706904,-0.004723561),(-0.0115949,0.01662874,-0.004693044),(-0.01136936,0.01752341,-0.004410139),(-0.01140037,0.0170818,-0.004373644),(-0.01143209,0.01664126,-0.004338704),(-0.01130095,0.01710146,-0.004005698),(-0.01133771,0.01666051,-0.003966658),(-0.01126512,0.01754349,-0.00404637),(-0.01133907,0.01796611,-0.004448358),(-0.01123024,0.01798664,-0.004088805),(-0.01183357,0.01618201,-0.004998009),(-0.0118515,0.01574372,-0.004974577),(-0.01162023,0.01618945,-0.004663929),(-0.01164614,0.01575111,-0.004636126),(-0.01186966,0.01530633,-0.004952643),(-0.01188825,0.01486982,-0.004932097),(-0.01167287,0.01531367,-0.004609535),(-0.01170064,0.01487707,-0.004584065),(-0.01149793,0.01576321,-0.004272897),(-0.01153249,0.01532557,-0.004241861),(-0.01156844,0.01488877,-0.004211953),(-0.01145422,0.01534364,-0.00385816),(-0.01149574,0.01490648,-0.003824594),(-0.01141416,0.01578166,-0.003892971),(-0.01146454,0.01620175,-0.00430515),(-0.01137539,0.01622059,-0.003929109),(-0.01190748,0.01443415,-0.00491283),(-0.01192831,0.01399924,-0.004894484),(-0.01172969,0.01444126,-0.004559619),(-0.01176098,0.01400622,-0.004535893),(-0.01195171,0.013565,-0.004876701),(-0.01197864,0.01313134,-0.004859122),(-0.01183416,0.01313837,-0.004489383),(-0.01179548,0.01357193,-0.004512582),(-0.01164607,0.01401753,-0.004155011),(-0.01168952,0.01358319,-0.004127451),(-0.01173723,0.01314976,-0.004100149),(-0.011633,0.0136001,-0.003729955),(-0.01168532,0.01316661,-0.003699664),(-0.01158443,0.01403462,-0.00376072),(-0.011606,0.01445274,-0.004183091),(-0.01153891,0.01447011,-0.00379219),(-0.01201005,0.01269819,-0.004841391),(-0.01204665,0.01226588,-0.004823008),(-0.01192736,0.01227381,-0.004442075),(-0.01187798,0.01270554,-0.004465992),(-0.01208913,0.01183476,-0.00480348),(-0.01213817,0.01140517,-0.004782309),(-0.0120444,0.01141517,-0.004391334),(-0.0119827,0.01184356,-0.004417301),(-0.01184841,0.01228616,-0.004045289),(-0.01191241,0.01185673,-0.004017241),(-0.01198238,0.01142937,-0.003988456),(-0.01187042,0.01187419,-0.003609547),(-0.01194269,0.01144717,-0.003579166),(-0.01180367,0.01230332,-0.003639638),(-0.01179011,0.01271729,-0.004072844),(-0.01174209,0.01273424,-0.003669617),(-0.01219447,0.01097746,-0.004759),(-0.01225751,0.01055171,-0.004734268),(-0.01211288,0.01098903,-0.004363846),(-0.0121871,0.01056509,-0.004335541),(-0.01232677,0.01012801,-0.004708833),(-0.01240172,0.009706443,-0.004683408),(-0.01234863,0.009723581,-0.004279315),(-0.01226602,0.01014329,-0.004307128),(-0.01213971,0.01058186,-0.003928585),(-0.01222432,0.01016145,-0.003898794),(-0.01231108,0.009743087,-0.003869961),(-0.01218892,0.01018033,-0.003487387),(-0.01227597,0.009762393,-0.003458393),(-0.01210339,0.01060036,-0.003517543),(-0.0120586,0.01100446,-0.003958688),(-0.01202083,0.0110226,-0.003548317),(-0.01248186,0.009287101,-0.004658713),(-0.01256696,0.00886947,-0.004635789),(-0.01252223,0.008889954,-0.00422871),(-0.01243388,0.009305912,-0.00425281),(-0.01265684,0.008453042,-0.004615679),(-0.01275128,0.00803731,-0.004599424),(-0.01271013,0.00806186,-0.004192111),(-0.01261416,0.008475378,-0.004208111),(-0.01258151,0.008499429,-0.003797587),(-0.01248831,0.008912095,-0.003818237),(-0.0126796,0.008088625,-0.003781909),(-0.01264818,0.008114105,-0.003370762),(-0.01254684,0.008521925,-0.003386156),(-0.01245259,0.008932825,-0.003406646),(-0.01239862,0.009326641,-0.003842735),(-0.01236308,0.009346437,-0.003431102),(-0.01285008,0.007621764,-0.004588067),(-0.01295895,0.007208985,-0.0045772),(-0.01292228,0.007240169,-0.004172644),(-0.01281058,0.007649068,-0.004181806),(-0.01308361,0.006801557,-0.004562416),(-0.01322977,0.006402065,-0.004539307),(-0.01320632,0.006446704,-0.004139529),(-0.01305194,0.006838325,-0.004160069),(-0.01304026,0.006882465,-0.003754081),(-0.01290177,0.007276343,-0.00376449),(-0.01320661,0.006501829,-0.003736758),(-0.01321982,0.006562928,-0.003333586),(-0.01303756,0.006929579,-0.003346795),(-0.01288633,0.007313367,-0.00335487),(-0.01278396,0.007679663,-0.00377232),(-0.01275894,0.007709731,-0.003361596),(-0.01340315,0.006013089,-0.004503464),(-0.01360584,0.005641572,-0.004460653),(-0.01361027,0.005711166,-0.004067874),(-0.01339215,0.006068468,-0.004106468),(-0.01383992,0.005294451,-0.004416637),(-0.01410748,0.004978669,-0.004377181),(-0.01414681,0.005089549,-0.004002028),(-0.01386154,0.005382344,-0.004030732),(-0.01391263,0.005490154,-0.003647719),(-0.01364368,0.005798682,-0.003675972),(-0.01421404,0.005219648,-0.003631031),(-0.01429949,0.005360703,-0.003264059),(-0.01398334,0.005612134,-0.003269437),(-0.0136959,0.005899471,-0.003287653),(-0.01340805,0.006138239,-0.003708187),(-0.01344033,0.006217982,-0.003311454),(-0.0144106,0.004701167,-0.00434805),(-0.01474285,0.004458474,-0.004328589),(-0.0148141,0.00462667,-0.003986673),(-0.01446694,0.004840329,-0.003988749),(-0.01509776,0.004247121,-0.004318147),(-0.01546888,0.004063638,-0.004316072),(-0.01555826,0.00427397,-0.003999263),(-0.01518048,0.004440555,-0.003991585),(-0.01527369,0.00463198,-0.003667298),(-0.01490307,0.004802116,-0.003647994),(-0.01565038,0.004472187,-0.003684251),(-0.0157333,0.004630642,-0.003358638),(-0.01536664,0.00479796,-0.003334546),(-0.01499973,0.004966692,-0.003305097),(-0.01454702,0.004994153,-0.003633515),(-0.01464115,0.005149915,-0.003278773),(-0.01584977,0.003904558,-0.004321711),(-0.01623642,0.003766491,-0.004334208),(-0.0159396,0.0041189,-0.00400549),(-0.01632075,0.003972181,-0.004012296),(-0.01662483,0.003646052,-0.004352708),(-0.01701101,0.003539852,-0.004376357),(-0.01706724,0.003691153,-0.00403577),(-0.01669789,0.003830653,-0.004021712),(-0.01675209,0.003975162,-0.003696994),(-0.01639301,0.004146372,-0.003694342),(-0.01709843,0.003794958,-0.003704393),(-0.01708625,0.003829197,-0.003383129),(-0.01677011,0.004052498,-0.003374482),(-0.01643755,0.004259469,-0.003371953),(-0.01602463,0.004311183,-0.00369168),(-0.01609111,0.004451664,-0.003368889),(-0.01739095,0.003444503,-0.004404299),(-0.01776194,0.003348095,-0.004434799),(-0.01776925,0.003400951,-0.004084171),(-0.01742503,0.003550518,-0.0040565),(-0.01812126,0.00323871,-0.004466123),(-0.01846619,0.003104439,-0.004496533),(-0.018409,0.003043831,-0.004161417),(-0.0180979,0.003234654,-0.004119054),(-0.01803784,0.003173925,-0.00378985),(-0.01774196,0.003397065,-0.003749263),(-0.01831559,0.002931023,-0.003844619),(-0.01817648,0.002778278,-0.003555623),(-0.01792706,0.003060431,-0.003489773),(-0.01766322,0.003331046,-0.003439754),(-0.01742861,0.003603167,-0.003721296),(-0.01738345,0.003588007,-0.003404546),(-0.01879402,0.002933364,-0.004524297),(-0.01910829,0.002733236,-0.004552176),(-0.0189807,0.002577819,-0.00426463),(-0.01870056,0.002820681,-0.004211529),(-0.01941253,0.002511803,-0.004582935),(-0.0197103,0.00227681,-0.004619338),(-0.0195393,0.002083405,-0.004360753),(-0.01925757,0.002327856,-0.004315958),(-0.019083,0.002129476,-0.004056733),(-0.01882647,0.002393278,-0.003989718),(-0.01935587,0.001889747,-0.004104515),(-0.01917236,0.00171647,-0.003833985),(-0.01889818,0.0019397,-0.003792861),(-0.0186493,0.002201811,-0.003722521),(-0.01857457,0.002665634,-0.003915128),(-0.01841298,0.002486704,-0.003638324),(-0.02000513,0.002036008,-0.004664148),(-0.02030435,0.001805463,-0.004705829),(-0.02014394,0.001656699,-0.00441193),(-0.01983405,0.001857078,-0.004394252),(-0.02061526,0.001601246,-0.004732847),(-0.02094518,0.001439424,-0.004733665),(-0.02081777,0.00136508,-0.00438171),(-0.02047114,0.001490092,-0.004409257),(-0.02032946,0.001404467,-0.004074828),(-0.01998241,0.001528156,-0.004110482),(-0.02069458,0.001317629,-0.004017519),(-0.02057473,0.001290428,-0.003643064),(-0.02019325,0.001343499,-0.003726052),(-0.01982738,0.001426666,-0.003791554),(-0.01965678,0.001689611,-0.004121405),(-0.01948459,0.001548224,-0.00383054),(-0.02130143,0.001336068,-0.004696749),(-0.02167806,0.001277433,-0.004631625),(-0.02157074,0.001250866,-0.004246223),(-0.021186,0.001289487,-0.004324759),(-0.02206915,0.001249778,-0.004547816),(-0.02246875,0.00123936,-0.004454853),(-0.02236945,0.001234753,-0.004055676),(-0.02196691,0.001236771,-0.004153923),(-0.02186464,0.001235049,-0.003754892),(-0.02146565,0.001242343,-0.003852364),(-0.02226796,0.001235425,-0.003654405),(-0.02216376,0.001237916,-0.003252552),(-0.02176068,0.001238724,-0.003353755),(-0.02136027,0.001243864,-0.003454311),(-0.02107447,0.001266729,-0.003941636),(-0.02096434,0.001259157,-0.003551615),(-0.02287094,0.001232437,-0.004362257),(-0.02327505,0.001228134,-0.004269938),(-0.02317805,0.001229703,-0.003864328),(-0.02277328,0.001232367,-0.0039593),(-0.02368047,0.001225578,-0.004177804),(-0.02408653,0.001223896,-0.004085762),(-0.02398922,0.001223915,-0.003676726),(-0.02358348,0.001226855,-0.003770293),(-0.02348219,0.001227783,-0.003363806),(-0.02307695,0.001231353,-0.003459405),(-0.02388765,0.001223774,-0.003268749),(-0.02378252,0.001223492,-0.00286241),(-0.0233773,0.00122803,-0.002958722),(-0.02297229,0.001232196,-0.003055525),(-0.02267213,0.001234046,-0.00355609),(-0.02256771,0.001235615,-0.003153305),(0.0255578,0.001221578,0.005182068),(0.02542481,0.001223086,0.004787392),(0.02529276,0.00122988,0.004393124),(0.02488587,0.001229466,0.004527667),(0.02501323,0.001223161,0.004923595),(0.0251414,0.001221547,0.005319851),(0.02516261,0.001247242,0.003999674),(0.02503529,0.001280459,0.003607448),(0.02463681,0.001274916,0.003738111),(0.02476012,0.001245154,0.004132397),(0.0243555,0.001241554,0.004260831),(0.02447705,0.001228549,0.004657906),(0.0242359,0.001265943,0.003864405),(0.02383285,0.001255733,0.003986984),(0.02394896,0.001237311,0.004385383),(0.02406657,0.001227338,0.004784097),(0.0245999,0.001223131,0.005055413),(0.0247234,0.001221509,0.005453137),(0.02418518,0.001222998,0.005183022),(0.02430429,0.001221474,0.005582052),(0.02491176,0.001334816,0.003216855),(0.02479109,0.001403565,0.002826735),(0.02439931,0.001384542,0.002952454),(0.02451674,0.001323444,0.003345143),(0.02467234,0.00147996,0.002435927),(0.02455458,0.001557254,0.00204327),(0.02417008,0.00151968,0.002163791),(0.02428396,0.001452019,0.002559015),(0.02389166,0.001409392,0.002676992),(0.02400425,0.001355057,0.003073314),(0.02378086,0.001463318,0.002279046),(0.02338812,0.001402611,0.002391554),(0.02349641,0.001362809,0.002791893),(0.02360662,0.00132243,0.003190843),(0.02411891,0.001305509,0.003468842),(0.02371874,0.001285422,0.003589005),(0.02443689,0.001628703,0.001647603),(0.0243185,0.001695988,0.001249508),(0.02394369,0.001640082,0.001365884),(0.02405711,0.00158133,0.001765748),(0.02419863,0.001760794,0.0008495635),(0.02407651,0.001824804,0.0004483515),(0.02371012,0.001761331,0.0005646765),(0.02382847,0.001699045,0.000965195),(0.02345017,0.001609543,0.001076167),(0.02356197,0.001558876,0.001477214),(0.02333432,0.00166816,0.0006769237),(0.02295117,0.001572768,0.0007879678),(0.02306545,0.001517349,0.001185656),(0.02317487,0.001474263,0.001586664),(0.02367158,0.00151164,0.001878647),(0.02328168,0.00143789,0.00198922),(0.02395139,0.001889702,4.645215e-5),(0.02382275,0.001952013,-0.0003561219),(0.02346,0.001899599,-0.0002333819),(0.02358729,0.00183005,0.0001653254),(0.02369011,0.00200826,-0.000759358),(0.02355299,0.002054968,-0.001163244),(0.02319204,0.002018776,-0.001030958),(0.02332824,0.001964376,-0.0006319686),(0.02295402,0.001886084,-0.0005059836),(0.02308558,0.001814611,-0.0001130214),(0.02281855,0.001945479,-0.0008991125),(0.02243734,0.001862612,-0.0007685754),(0.02257145,0.001802192,-0.0003812318),(0.02270274,0.001726322,6.19352e-6),(0.02321257,0.001739243,0.0002809043),(0.0228298,0.001646136,0.0003953701),(0.02341088,0.002088662,-0.001567766),(0.02326411,0.002105025,-0.001970714),(0.02290739,0.002074613,-0.001829025),(0.0230514,0.002057196,-0.001430873),(0.02311302,0.002099741,-0.00236988),(0.02295792,0.002068496,-0.002763051),(0.02261364,0.002026348,-0.002609282),(0.02276111,0.002066005,-0.002222724),(0.02239927,0.001984898,-0.002074589),(0.02253954,0.001999188,-0.001686337),(0.02226069,0.001937441,-0.002455367),(0.02190304,0.001823163,-0.002305577),(0.02203308,0.001878254,-0.001928833),(0.02216655,0.001902172,-0.001545201),(0.02267984,0.001984614,-0.001293538),(0.02230184,0.001896448,-0.001157507),(0.02279914,0.002006974,-0.003148018),(0.02263265,0.00192594,-0.003527603),(0.02231199,0.001853016,-0.003356787),(0.02246606,0.00195062,-0.00298601),(0.0224544,0.001836161,-0.003904626),(0.02226035,0.001748404,-0.004281909),(0.02195886,0.00164896,-0.004096014),(0.02214505,0.00174773,-0.003725495),(0.02198524,0.001747248,-0.003189972),(0.02183191,0.001638776,-0.003552257),(0.02165721,0.001544228,-0.003916835),(0.02150966,0.001536039,-0.003392606),(0.02134957,0.001461681,-0.003753112),(0.02164969,0.001633466,-0.003033694),(0.02212542,0.001852514,-0.002825753),(0.02177803,0.00173537,-0.002672608),(0.02204649,0.001673434,-0.004662273),(0.02181402,0.001619923,-0.005037816),(0.02174706,0.001570899,-0.004472224),(0.02151291,0.001518705,-0.004845689),(0.02156414,0.001596542,-0.005400639),(0.02129808,0.001611963,-0.005742841),(0.02125969,0.001497537,-0.00520797),(0.02099069,0.001512553,-0.005550633),(0.02122299,0.001447861,-0.004656628),(0.02097153,0.001445163,-0.005013982),(0.02070254,0.001472205,-0.005351067),(0.02070699,0.001458865,-0.004829288),(0.02044555,0.00150661,-0.005154963),(0.02094617,0.001430514,-0.004480834),(0.02145289,0.001480736,-0.004287936),(0.02116105,0.001428979,-0.004118981),(0.02101704,0.001674856,-0.006056519),(0.02072446,0.001778893,-0.006345741),(0.02070918,0.001568911,-0.00586524),(0.02041808,0.001662915,-0.006155622),(0.02042375,0.001917746,-0.006614573),(0.02011833,0.002085086,-0.006867083),(0.02012029,0.00179087,-0.006425605),(0.01981874,0.001949079,-0.006679021),(0.02012747,0.001614352,-0.005941994),(0.01982816,0.001729782,-0.006204549),(0.01952551,0.001874999,-0.006450974),(0.01956178,0.001741637,-0.005962719),(0.01925213,0.001867202,-0.006195284),(0.01986752,0.001643008,-0.005715757),(0.02042006,0.001528547,-0.005658951),(0.02016392,0.001566328,-0.005448479),(0.01981164,0.002274584,-0.007107331),(0.01950438,0.002483476,-0.007336468),(0.01951633,0.002133848,-0.006919699),(0.01921394,0.002341508,-0.007148899),(0.01919726,0.002708997,-0.007555637),(0.01889099,0.002948384,-0.007765983),(0.01891243,0.002568392,-0.007367877),(0.01861266,0.002810831,-0.007577897),(0.01892142,0.002251236,-0.006909525),(0.01862197,0.002474167,-0.007123677),(0.0183256,0.002714912,-0.007329098),(0.01833704,0.002421325,-0.006842815),(0.01804066,0.002653408,-0.0070425),(0.01863855,0.002210577,-0.006635164),(0.01922293,0.002050165,-0.006685629),(0.01894398,0.002024692,-0.006419376),(0.01858629,0.003198872,-0.007968648),(0.01828304,0.003459756,-0.008164025),(0.01831549,0.003065158,-0.007780213),(0.01802022,0.003330051,-0.007975374),(0.01798112,0.003730336,-0.008352501),(0.01768042,0.004009908,-0.008534467),(0.01772617,0.003604192,-0.008163928),(0.01743264,0.003886256,-0.008346423),(0.01774385,0.00323557,-0.007717601),(0.01745597,0.003511196,-0.007902301),(0.01716841,0.003794163,-0.008081712),(0.01718218,0.003443084,-0.007598874),(0.01690014,0.003726286,-0.007773532),(0.01746506,0.003167638,-0.007419501),(0.01803331,0.002969428,-0.007526803),(0.01775061,0.002903296,-0.007234385),(0.01738082,0.004297768,-0.008710308),(0.01708236,0.00459314,-0.008880846),(0.01713893,0.004174925,-0.008523402),(0.01684524,0.004469947,-0.008695427),(0.01678508,0.004895243,-0.009046903),(0.01648902,0.005203302,-0.009209297),(0.01655177,0.004771071,-0.008863057),(0.01625873,0.005078047,-0.009026845),(0.0165909,0.004376047,-0.008427362),(0.01630171,0.004675678,-0.008594153),(0.01601274,0.004981576,-0.008757289),(0.01576766,0.004912325,-0.008436106),(0.01605029,0.004605994,-0.008275709),(0.01633362,0.004306822,-0.008111867),(0.01687993,0.004082327,-0.00825664),(0.0166171,0.004013892,-0.007944503),(0.01619422,0.005516536,-0.009368848),(0.01590137,0.00583551,-0.00952497),(0.01567554,0.005709864,-0.009343523),(0.0159663,0.005390623,-0.009187352),(0.01561119,0.006160788,-0.009677078),(0.01532436,0.006492928,-0.009824582),(0.01510318,0.006372602,-0.009638616),(0.01538749,0.006036836,-0.009494295),(0.0151549,0.005944701,-0.009220448),(0.01543797,0.005614667,-0.009071924),(0.01487653,0.006285622,-0.009361128),(0.01466555,0.006232912,-0.009026376),(0.01493369,0.005885581,-0.008890049),(0.0152078,0.005550672,-0.008745048),(0.01572437,0.005294098,-0.00891704),(0.01548631,0.005226735,-0.008593144),(0.01504159,0.006832498,-0.009966899),(0.01476352,0.007181131,-0.01010279),(0.01455065,0.007074985,-0.009903361),(0.01482366,0.006718228,-0.009775429),(0.01449077,0.007540458,-0.01023102),(0.014224,0.007912116,-0.01035034),(0.01403096,0.007826993,-0.0101271),(0.01428585,0.00744415,-0.01002104),(0.01408793,0.00738485,-0.009721507),(0.01434049,0.007005041,-0.009613071),(0.01384906,0.007778929,-0.009816371),(0.01369436,0.007760819,-0.009453207),(0.01391675,0.007358075,-0.009367073),(0.01415447,0.006969171,-0.009266288),(0.01460421,0.006638851,-0.009492473),(0.01440495,0.006594113,-0.009152255),(0.01396383,0.008297735,-0.01045953),(0.01371425,0.008697825,-0.01055438),(0.01355957,0.008637275,-0.0102975),(0.01378772,0.00822479,-0.01022017),(0.01347923,0.009112886,-0.0106307),(0.01326278,0.009543429,-0.01068427),(0.01316244,0.009505244,-0.01039395),(0.01334999,0.00906418,-0.01035634),(0.01324116,0.009047106,-0.01000661),(0.01342286,0.008610964,-0.00996003),(0.01308414,0.00949546,-0.0100349),(0.01314546,0.009047491,-0.009616798),(0.01301069,0.009498775,-0.009640967),(0.01330609,0.008606653,-0.009577696),(0.01362643,0.008187937,-0.009896246),(0.01348993,0.008177384,-0.009523291),(0.01306886,0.009989954,-0.01071091),(0.01289631,0.01044842,-0.01071668),(0.01286046,0.01042538,-0.0104029),(0.0130004,0.0099602,-0.01040757),(0.01274397,0.01091477,-0.01070767),(0.01261068,0.01138497,-0.01068995),(0.01263335,0.01137171,-0.01036148),(0.01273924,0.01089711,-0.01038564),(0.01284707,0.01042303,-0.01003783),(0.01275592,0.01089617,-0.01002169),(0.01267564,0.01137148,-0.009999945),(0.01274918,0.0108986,-0.009639099),(0.01268617,0.01137226,-0.009624489),(0.01281958,0.01042682,-0.009648876),(0.01295462,0.009955115,-0.01004377),(0.01290441,0.009959379,-0.00965058),(0.01249526,0.01185497,-0.0106696),(0.01239466,0.01232508,-0.01064814),(0.01245531,0.01231901,-0.01031054),(0.01253941,0.01184552,-0.0103361),(0.01230581,0.01279562,-0.01062709),(0.01222564,0.01326691,-0.010608),(0.01237898,0.01279265,-0.01028581),(0.01230832,0.01326689,-0.01026294),(0.01253007,0.01232004,-0.009954088),(0.01246279,0.01279435,-0.009931277),(0.01239785,0.01326939,-0.009909415),(0.01249864,0.01279162,-0.009572765),(0.01243609,0.01326599,-0.009554262),(0.01256107,0.01231823,-0.009590911),(0.01260069,0.01184593,-0.009977193),(0.01262352,0.01184529,-0.009608289),(0.0121511,0.01373925,-0.01059238),(0.01208148,0.01421252,-0.0105803),(0.01224125,0.01374222,-0.01024294),(0.01217706,0.01421853,-0.01022597),(0.01201608,0.0146866,-0.01057183),(0.01195422,0.01516134,-0.01056705),(0.01211507,0.0146957,-0.01021219),(0.01205456,0.01517364,-0.01020172),(0.01227137,0.01422316,-0.009870723),(0.01220847,0.01470172,-0.009854378),(0.0121449,0.01518126,-0.009840361),(0.01224402,0.01469776,-0.009500436),(0.01217632,0.01517756,-0.009484177),(0.01230944,0.01421916,-0.009517761),(0.01233427,0.01374569,-0.009889149),(0.01237324,0.01374187,-0.009535816),(0.01189518,0.01563662,-0.01056602),(0.01184087,0.0161123,-0.01056886),(0.01199485,0.01565222,-0.01019474),(0.01193704,0.01613097,-0.01019177),(0.0117932,0.01658821,-0.01057568),(0.01175406,0.0170642,-0.0105866),(0.01188225,0.01660939,-0.01019333),(0.01183159,0.017087,-0.01019995),(0.01201399,0.01614232,-0.009820916),(0.01194721,0.01662244,-0.009817252),(0.01187992,0.01710137,-0.009818808),(0.01195382,0.0166208,-0.009448494),(0.01187171,0.0171008,-0.009444858),(0.01203167,0.01613979,-0.009457037),(0.01207998,0.01566169,-0.009828912),(0.01210569,0.01565848,-0.009469322),(0.01172536,0.01754012,-0.01060175),(0.01170034,0.01801651,-0.01061951),(0.01178619,0.01756332,-0.01021216),(0.01174012,0.01803873,-0.01022933),(0.01167226,0.01849391,-0.01063829),(0.01163437,0.01897286,-0.0106565),(0.01168749,0.01851364,-0.01025084),(0.01162241,0.01898845,-0.01027607),(0.01165903,0.01852744,-0.009862205),(0.01174024,0.01805371,-0.009840751),(0.01156435,0.01899977,-0.009891355),(0.01147072,0.01900351,-0.009506698),(0.01158695,0.01853043,-0.009476662),(0.01169083,0.01805562,-0.009457381),(0.0118124,0.01757841,-0.009826464),(0.0117849,0.01757907,-0.009447302),(0.01157992,0.01945391,-0.01067253),(0.01151399,0.01993803,-0.01068562),(0.01144404,0.01994066,-0.01033338),(0.01153895,0.01946354,-0.0103044),(0.0114417,0.02042619,-0.01069499),(0.01136814,0.02091938,-0.01069989),(0.01134457,0.02042155,-0.01036058),(0.01124745,0.02090796,-0.01038354),(0.01132952,0.01994294,-0.009970473),(0.01120567,0.02041827,-0.01001271),(0.01108839,0.02089908,-0.01005157),(0.01106617,0.02042091,-0.009651614),(0.01094068,0.02089996,-0.009702276),(0.01120194,0.01994659,-0.009598949),(0.0114518,0.01947086,-0.009928733),(0.01133958,0.01947484,-0.009549052),(0.01129841,0.02141859,-0.01069955),(0.01123086,0.02192258,-0.01069545),(0.01115958,0.02140162,-0.01039983),(0.01107825,0.02190142,-0.01041071),(0.01116382,0.02243013,-0.01068911),(0.01109564,0.02294002,-0.01068203),(0.01100076,0.02240623,-0.01041747),(0.01092438,0.02291493,-0.01042137),(0.01089429,0.021883,-0.01010861),(0.01081007,0.02238438,-0.01012888),(0.01072947,0.0228909,-0.01014502),(0.01065896,0.02237672,-0.009817152),(0.01058231,0.02288069,-0.00984607),(0.01074137,0.02187832,-0.009784145),(0.01098583,0.02138761,-0.01008319),(0.01083384,0.02138592,-0.009746153),(0.01102468,0.02345105,-0.01067571),(0.01095264,0.02396367,-0.01067199),(0.01084641,0.0234264,-0.01042368),(0.01076892,0.02394079,-0.01042631),(0.01088121,0.02447841,-0.01067271),(0.01081211,0.02499575,-0.0106797),(0.01069396,0.02445826,-0.01043113),(0.01062361,0.02497897,-0.01044004),(0.0105702,0.02391661,-0.01016964),(0.01049593,0.02443553,-0.01018129),(0.01042815,0.02495831,-0.01019459),(0.01030947,0.02494517,-0.009938759),(0.01036878,0.02442227,-0.009917244),(0.01043531,0.02390371,-0.00989522),(0.01064878,0.02340169,-0.01015808),(0.01050712,0.02338977,-0.009871794),(0.01074705,0.02551617,-0.0106948),(0.01068384,0.02603894,-0.01071864),(0.01055992,0.02550306,-0.01045494),(0.01050081,0.02602986,-0.01047646),(0.01062032,0.02656332,-0.01075186),(0.01055432,0.02708858,-0.01079509),(0.01038787,0.02708881,-0.01054205),(0.01044416,0.02655868,-0.01050528),(0.01026881,0.02654649,-0.01025647),(0.01031663,0.02601442,-0.01023156),(0.01022355,0.02708039,-0.01028652),(0.01014436,0.02707244,-0.01003332),(0.01017863,0.02653635,-0.01000747),(0.01021631,0.02600276,-0.009983407),(0.01036907,0.02548481,-0.01021114),(0.01025928,0.02547218,-0.009960657),(0.01048365,0.02761396,-0.01084895),(0.01040815,0.02814045,-0.01091379),(0.01027128,0.02815207,-0.01064244),(0.01032985,0.02761957,-0.01058742),(0.01032765,0.02866902,-0.01098994),(0.01024197,0.02920064,-0.01107775),(0.01015729,0.02922677,-0.01078554),(0.01021336,0.02868743,-0.01070814),(0.01009996,0.02869389,-0.01041792),(0.01013686,0.02815296,-0.01036556),(0.01007038,0.02923942,-0.01048109),(0.01004907,0.02924593,-0.01017993),(0.01006123,0.02869626,-0.01013263),(0.01008296,0.02815143,-0.01009381),(0.01017881,0.0276155,-0.01032232),(0.01011157,0.02761048,-0.0100614),(0.01015093,0.02973628,-0.01117754),(0.01005156,0.03027439,-0.01127924),(0.01004754,0.03031834,-0.01096851),(0.01010425,0.0297712,-0.01087569),(0.009940867,0.0308134,-0.01137277),(0.009815861,0.03135174,-0.01144806),(0.009980467,0.0308658,-0.01105394),(0.009896324,0.03141119,-0.01112188),(0.01000147,0.03089853,-0.01070854),(0.01003055,0.03034473,-0.01063564),(0.009953741,0.03144913,-0.0107662),(0.01002004,0.03147054,-0.01039821),(0.01004498,0.03091696,-0.01035459),(0.01005125,0.03035951,-0.01029856),(0.01005038,0.0297907,-0.01055674),(0.01004918,0.02980143,-0.0102378),(0.009673554,0.03188785,-0.01149504),(0.009513437,0.03241882,-0.01152091),(0.009788409,0.03195212,-0.01116228),(0.009655829,0.03248626,-0.0111817),(0.009334994,0.0329417,-0.01153288),(0.009137713,0.0334536,-0.01153818),(0.009497689,0.03301128,-0.0111867),(0.009313098,0.03352484,-0.01118383),(0.00977242,0.03253009,-0.01081354),(0.009635565,0.03305715,-0.01081414),(0.00946573,0.03357309,-0.01080666),(0.009601402,0.03360266,-0.01041346),(0.009759752,0.03308422,-0.01042526),(0.009880357,0.0325553,-0.01042941),(0.009877934,0.03199353,-0.01079938),(0.009966145,0.03201703,-0.01042177),(0.008921083,0.03395158,-0.01154401),(0.008682732,0.03443817,-0.01154929),(0.008861125,0.03451286,-0.01117295),(0.009101163,0.0340246,-0.01117968),(0.008420289,0.03491589,-0.01155291),(0.00813139,0.03538729,-0.0115538),(0.008293713,0.03546401,-0.01114664),(0.008592228,0.0349919,-0.01116236),(0.008749741,0.03504924,-0.01076115),(0.009022517,0.03456785,-0.01078199),(0.008443258,0.03552167,-0.01073218),(0.008572127,0.03555782,-0.0103079),(0.008886659,0.03508731,-0.01034766),(0.009163773,0.03460445,-0.01037697),(0.009261278,0.03407622,-0.01079656),(0.00940238,0.0341095,-0.01039813),(0.007813662,0.03585487,-0.01155084),(0.007465089,0.03631198,-0.01153892),(0.007604114,0.03638577,-0.01109262),(0.007964823,0.0359315,-0.01112451),(0.007083651,0.03675197,-0.01151289),(0.006667329,0.03716816,-0.01146763),(0.006781474,0.03722027,-0.01098615),(0.007210146,0.03681821,-0.01104762),(0.007324153,0.03685617,-0.01058134),(0.007730266,0.03643431,-0.01064335),(0.006885221,0.03724284,-0.01050619),(0.006977233,0.03723615,-0.0100323),(0.007421148,0.03686266,-0.01011646),(0.00783671,0.03645325,-0.01019119),(0.008103367,0.03598642,-0.01069327),(0.008221256,0.03601572,-0.01025537),(0.006214106,0.0375539,-0.011398),(0.005731396,0.03791033,-0.01130894),(0.006316657,0.03758334,-0.01090487),(0.005825278,0.03791532,-0.01080851),(0.005226617,0.03823862,-0.01120539),(0.004707183,0.03853992,-0.01109231),(0.005316922,0.03822409,-0.01070181),(0.004801172,0.03851756,-0.01058952),(0.005414225,0.03819093,-0.01021001),(0.00591988,0.03789666,-0.01031689),(0.004907085,0.03848153,-0.01009982),(0.00503403,0.03845531,-0.009626536),(0.005527084,0.03815937,-0.009735515),(0.006021263,0.03786831,-0.00984041),(0.006413671,0.03758515,-0.01041683),(0.006507624,0.03756598,-0.009939808),(0.00418051,0.03881537,-0.01097462),(0.00364761,0.03906545,-0.01085276),(0.003772991,0.03907716,-0.01036092),(0.004287613,0.03880361,-0.01047637),(0.003109491,0.03929065,-0.01072716),(0.002567164,0.03949142,-0.01059824),(0.002727543,0.03956654,-0.01011732),(0.003254053,0.03933316,-0.01024172),(0.003411012,0.03936834,-0.00976128),(0.003912481,0.03908135,-0.009877948),(0.002897429,0.03963193,-0.009637474),(0.003072073,0.03968577,-0.009145305),(0.003579096,0.03940397,-0.009276138),(0.004069072,0.03909402,-0.009398712),(0.004408837,0.03878204,-0.009989966),(0.004551039,0.03877233,-0.00951489),(0.002021639,0.03966825,-0.01046644),(0.001468244,0.03981984,-0.01032844),(0.001638771,0.03994788,-0.009845327),(0.002190208,0.03977222,-0.009986296),(0.0009023048,0.03994494,-0.01018091),(0.0003191488,0.04004224,-0.01002055),(0.001069953,0.04009121,-0.009691108),(0.0004804764,0.04019987,-0.009520337),(0.001237859,0.04020542,-0.009196341),(0.001811881,0.04005299,-0.009357986),(0.0006416333,0.04031572,-0.00901612),(0.001401107,0.04025896,-0.008682766),(0.0007996535,0.04035522,-0.008497478),(0.001981428,0.04011448,-0.008850947),(0.002364728,0.03986098,-0.009504035),(0.002538967,0.03992301,-0.009004352),(-0.0002858974,0.04011048,-0.009844028),(-0.0009011409,0.04014401,-0.009653971),(-0.0001329364,0.04027155,-0.009329705),(-0.0007575631,0.04030301,-0.009123921),(-0.001514889,0.04013718,-0.009453005),(-0.002115448,0.04008437,-0.009243751),(-0.001380682,0.040291,-0.008907692),(-0.001989569,0.04023229,-0.008685727),(-0.0006077312,0.04040221,-0.008597047),(-0.001235298,0.04037799,-0.008370304),(-0.001847739,0.04030853,-0.008140158),(-0.001074689,0.04035892,-0.007848005),(-0.001683705,0.04027466,-0.007619473),(-0.0004499724,0.04040235,-0.008074348),(2.21746e-5,0.04038139,-0.008814337),(0.0001787177,0.04040206,-0.008292756),(-0.002691127,0.03997992,-0.009028831),(-0.003244325,0.03983178,-0.00881187),(-0.002571504,0.04012365,-0.00846273),(-0.003129451,0.03997249,-0.008241006),(-0.00377744,0.03964786,-0.008596492),(-0.004292873,0.0394361,-0.008386323),(-0.003666375,0.03978626,-0.00802286),(-0.004185241,0.03957238,-0.007810592),(-0.002992324,0.04003967,-0.007688804),(-0.003531337,0.03985308,-0.00746957),(-0.004052742,0.03964027,-0.007255946),(-0.0033615,0.03981354,-0.006955449),(-0.003883782,0.03960666,-0.00674146),(-0.002823279,0.0399971,-0.007173146),(-0.00243227,0.04019362,-0.007912662),(-0.002265291,0.04015243,-0.007394503),(-0.004793022,0.03920443,-0.008184991),(-0.005274358,0.0389505,-0.007993684),(-0.004689013,0.03933828,-0.007606504),(-0.005174439,0.03908144,-0.007412639),(-0.00573335,0.03867197,-0.0078136),(-0.006166467,0.0383665,-0.007645926),(-0.005638264,0.03879932,-0.007231042),(-0.006077232,0.0384894,-0.007063757),(-0.00505013,0.03915243,-0.006851587),(-0.005520302,0.03887195,-0.00666705),(-0.005967586,0.03856346,-0.006498408),(-0.005367204,0.03886328,-0.006139585),(-0.005824883,0.03856463,-0.00596694),(-0.004889329,0.03913451,-0.006329143),(-0.004559975,0.03940763,-0.007048919),(-0.004393957,0.03938131,-0.00653123),(-0.00657018,0.03803172,-0.007491858),(-0.006947063,0.03767167,-0.007350315),(-0.006488089,0.03814915,-0.006912822),(-0.0068715,0.03778239,-0.006777532),(-0.007299688,0.03729033,-0.007220217),(-0.007630632,0.0368917,-0.007100481),(-0.007558615,0.03698465,-0.006551028),(-0.007228122,0.03739295,-0.006657171),(-0.006783126,0.03785745,-0.006217769),(-0.007148078,0.03746625,-0.0061051),(-0.007482279,0.03705379,-0.006010418),(-0.007044759,0.0374941,-0.005576684),(-0.007387145,0.03708562,-0.005489068),(-0.006667616,0.03787807,-0.005685517),(-0.00638908,0.03822424,-0.006348759),(-0.006259673,0.03823557,-0.005815593),(-0.007942467,0.0364798,-0.006990027),(-0.008237108,0.03605681,-0.006885745),(-0.00814723,0.03612632,-0.00637426),(-0.007863641,0.03656133,-0.006458392),(-0.008516465,0.0356249,-0.006784524),(-0.008782452,0.03518626,-0.006683255),(-0.008666204,0.0352346,-0.006211477),(-0.008413409,0.03568296,-0.006293623),(-0.008313999,0.03572637,-0.00580548),(-0.008059356,0.03617921,-0.005867312),(-0.008553886,0.03526933,-0.005741191),(-0.00844025,0.03528589,-0.005272293),(-0.008210303,0.03574877,-0.005322072),(-0.007962848,0.03620699,-0.005369583),(-0.007784077,0.03662323,-0.005933391),(-0.007690818,0.03665459,-0.00542264),(-0.009036979,0.03474308,-0.00657883),(-0.009276927,0.03429493,-0.006472243),(-0.009141096,0.03433176,-0.006029228),(-0.008909646,0.0347846,-0.006122814),(-0.009499183,0.03384139,-0.006364491),(-0.009700625,0.03338202,-0.006256571),(-0.009357914,0.03387494,-0.005932308),(-0.009557464,0.03341296,-0.005833641),(-0.00900533,0.03435493,-0.005587178),(-0.009213449,0.03389421,-0.005501535),(-0.009407539,0.03342897,-0.005412853),(-0.009065638,0.03389779,-0.005070846),(-0.009251102,0.03342921,-0.004993353),(-0.008868372,0.03436222,-0.005144571),(-0.008784902,0.03481274,-0.005667745),(-0.008659757,0.03482431,-0.005212424),(-0.009878137,0.0329164,-0.006149482),(-0.01003292,0.03244502,-0.006044817),(-0.009737107,0.03294466,-0.00573482),(-0.009897348,0.03247119,-0.005637147),(-0.01016616,0.03196837,-0.005944174),(-0.01027907,0.03148694,-0.005849148),(-0.0100387,0.03199368,-0.005541917),(-0.01016167,0.03151326,-0.005450434),(-0.009748616,0.0324817,-0.005233352),(-0.009895871,0.03200341,-0.005144235),(-0.01002778,0.03152452,-0.005056678),(-0.009734664,0.03199773,-0.004752095),(-0.009872164,0.03152039,-0.004669727),(-0.009585438,0.03247665,-0.004833684),(-0.009585884,0.03295751,-0.005323176),(-0.009424311,0.03295466,-0.004914202),(-0.01037285,0.03100123,-0.005761337),(-0.01044913,0.03051338,-0.005677869),(-0.01026675,0.03103111,-0.005363996),(-0.01035554,0.03054815,-0.005280588),(-0.01050953,0.03002555,-0.005595878),(-0.01055568,0.02953989,-0.005512493),(-0.0104296,0.03006532,-0.005198196),(-0.01049051,0.02958356,-0.005114802),(-0.01024732,0.03057008,-0.004887643),(-0.01033766,0.03009368,-0.004803856),(-0.01041688,0.02961727,-0.004719018),(-0.01021934,0.03010667,-0.004417989),(-0.01031658,0.0296361,-0.004331096),(-0.01011351,0.03057649,-0.004503105),(-0.01014447,0.03104689,-0.004971533),(-0.009998117,0.0310472,-0.004586874),(-0.01058922,0.02905856,-0.005424845),(-0.01061396,0.02858074,-0.005334517),(-0.01053985,0.02910381,-0.005028393),(-0.01058044,0.02862594,-0.004940199),(-0.01063371,0.02810563,-0.005243093),(-0.01065229,0.0276324,-0.005152153),(-0.01061511,0.02814982,-0.00485145),(-0.01064667,0.02767529,-0.004763375),(-0.01054754,0.02866367,-0.004543751),(-0.01060207,0.02818765,-0.004455387),(-0.01065146,0.02771291,-0.00436791),(-0.01056415,0.02821466,-0.004061479),(-0.01063308,0.02774138,-0.003972222),(-0.01048865,0.02868896,-0.004151762),(-0.01048632,0.0291404,-0.004631972),(-0.01040624,0.02916316,-0.004241994),(-0.0106735,0.02716027,-0.005063282),(-0.0106965,0.02668935,-0.004976453),(-0.01067798,0.02720224,-0.004677206),(-0.01070874,0.02673072,-0.004592885),(-0.01072044,0.0262198,-0.004891642),(-0.01074447,0.02575175,-0.004808823),(-0.01073869,0.02626081,-0.004510355),(-0.01076757,0.0257926,-0.004429555),(-0.01073984,0.02676897,-0.004198653),(-0.01077957,0.02629974,-0.004116757),(-0.01081682,0.02583229,-0.004036605),(-0.01080594,0.02633386,-0.003716982),(-0.01085514,0.02586828,-0.003636004),(-0.0107531,0.02680113,-0.003799996),(-0.01069726,0.02724002,-0.004282351),(-0.01069577,0.02727025,-0.003885068),(-0.01076774,0.02528532,-0.00472797),(-0.01079054,0.02482053,-0.004649061),(-0.01079509,0.02532615,-0.004350432),(-0.01082161,0.02486139,-0.004272954),(-0.01081313,0.02435734,-0.004572075),(-0.01083579,0.02389573,-0.004496987),(-0.01084745,0.02439825,-0.004197093),(-0.01087294,0.02393667,-0.004122821),(-0.01088536,0.02490257,-0.00388131),(-0.01091736,0.02444008,-0.003806074),(-0.01094833,0.023979,-0.003732384),(-0.01098737,0.02448038,-0.003404825),(-0.01102729,0.02402028,-0.003331422),(-0.01094557,0.02494167,-0.003480004),(-0.01085196,0.02536661,-0.003958138),(-0.01090159,0.02540427,-0.003557036),(-0.01085881,0.02343569,-0.004423777),(-0.01088236,0.02297713,-0.004352537),(-0.01089843,0.02347657,-0.00405011),(-0.01092411,0.02301786,-0.003979068),(-0.01090665,0.02251997,-0.004283366),(-0.01093186,0.02206412,-0.004216358),(-0.01095019,0.0225605,-0.003909807),(-0.01097686,0.02210438,-0.003842434),(-0.01100844,0.02306075,-0.00358959),(-0.01103801,0.02260346,-0.003520668),(-0.01106755,0.02214732,-0.003453517),(-0.01113834,0.02264625,-0.003121528),(-0.0111732,0.02219027,-0.003055113),(-0.01110255,0.02310324,-0.003189741),(-0.01097862,0.02351925,-0.003660191),(-0.01106561,0.02356124,-0.003259716),(-0.01095816,0.02160949,-0.004151608),(-0.0109856,0.02115608,-0.004089123),(-0.01100432,0.02164943,-0.003777061),(-0.01103262,0.02119567,-0.003713719),(-0.01101419,0.02070389,-0.004028911),(-0.01104396,0.02025291,-0.003970977),(-0.01106181,0.02074308,-0.003652441),(-0.01109194,0.02029165,-0.003593259),(-0.01112726,0.02123833,-0.003324832),(-0.01115757,0.02078548,-0.003263355),(-0.01118829,0.02033372,-0.003203829),(-0.01127391,0.02082828,-0.002866826),(-0.01130652,0.02037628,-0.002807703),(-0.01124089,0.02128128,-0.002927766),(-0.01109728,0.02169227,-0.003388229),(-0.01120735,0.02173528,-0.002990526),(-0.01107493,0.01980315,-0.003915327),(-0.01110706,0.01935459,-0.003861894),(-0.01112304,0.01984139,-0.003536204),(-0.01115511,0.01939229,-0.003481234),(-0.01114031,0.01890725,-0.003810608),(-0.01117464,0.01846111,-0.003761401),(-0.01118812,0.01894436,-0.003428306),(-0.01122204,0.01849761,-0.003377377),(-0.01125118,0.01943349,-0.003090682),(-0.01128337,0.01898502,-0.003036998),(-0.01131607,0.01853767,-0.002985199),(-0.01140264,0.0190264,-0.00264107),(-0.01143429,0.01857852,-0.002588994),(-0.01137083,0.01947533,-0.002694858),(-0.01121949,0.01988305,-0.003146281),(-0.01133881,0.0199253,-0.002750391),(-0.01121,0.01801619,-0.003714203),(-0.0112464,0.01757242,-0.003668902),(-0.01125686,0.01805202,-0.003328403),(-0.01129259,0.01760757,-0.003281289),(-0.01128381,0.01712978,-0.003625385),(-0.01132222,0.01668821,-0.003583537),(-0.01132923,0.01716421,-0.00323594),(-0.01136679,0.01672191,-0.003192262),(-0.01138311,0.01764628,-0.002887079),(-0.01141753,0.0172022,-0.002840606),(-0.01145259,0.01675916,-0.002795753),(-0.01152898,0.01724118,-0.002442621),(-0.01156077,0.01679748,-0.002396932),(-0.01149736,0.01768591,-0.002489824),(-0.01134931,0.01809143,-0.002935251),(-0.01146583,0.01813169,-0.002538597),(-0.01136162,0.01624767,-0.003543245),(-0.01140211,0.01580811,-0.003504421),(-0.01140527,0.01628063,-0.003150158),(-0.01144465,0.01584034,-0.003109532),(-0.01144376,0.0153695,-0.003466976),(-0.01148667,0.01493178,-0.003430818),(-0.01148492,0.01540102,-0.003070288),(-0.01152607,0.01496264,-0.003032328),(-0.01152468,0.0158761,-0.002710584),(-0.01156154,0.01543607,-0.002670074),(-0.01159882,0.01499704,-0.002630822),(-0.01165742,0.01547254,-0.002268316),(-0.01168978,0.01503293,-0.002228001),(-0.01162508,0.01591316,-0.002309857),(-0.01148833,0.01631713,-0.002752445),(-0.01159283,0.01635481,-0.002352703),(-0.01153092,0.01449491,-0.003395861),(-0.01157693,0.01405895,-0.003361902),(-0.01156808,0.01452518,-0.002995556),(-0.01161103,0.01408864,-0.002959796),(-0.0116251,0.01362397,-0.003328736),(-0.01167585,0.01319002,-0.003296163),(-0.01165503,0.01365304,-0.00292487),(-0.01170015,0.01321839,-0.002890602),(-0.01167421,0.01412183,-0.00255565),(-0.01171195,0.01368557,-0.002519432),(-0.01174948,0.01325013,-0.002483927),(-0.01178507,0.01371977,-0.002113495),(-0.01181515,0.01328362,-0.00207709),(-0.01175393,0.01415664,-0.002150706),(-0.01163644,0.01455897,-0.00259273),(-0.01172205,0.01459433,-0.002188836),(-0.0117296,0.01275716,-0.003263981),(-0.01178704,0.01232568,-0.003232109),(-0.01174649,0.01278469,-0.002856812),(-0.01179523,0.01235217,-0.002823522),(-0.0118489,0.01189586,-0.003200462),(-0.0119159,0.01146798,-0.003168962),(-0.01184756,0.01192105,-0.002790748),(-0.01190466,0.01149156,-0.002758509),(-0.01182496,0.01238173,-0.0024147),(-0.0118661,0.01194908,-0.002381163),(-0.01191162,0.0115177,-0.002348469),(-0.01190422,0.01197926,-0.00197247),(-0.01193944,0.01154616,-0.001939509),(-0.01187295,0.01241327,-0.002006463),(-0.01178662,0.01281546,-0.002448985),(-0.01184385,0.01284809,-0.002041374),(-0.01198874,0.01104231,-0.003137527),(-0.01206621,0.0106189,-0.003106561),(-0.01196771,0.01106392,-0.002726822),(-0.01203596,0.01063837,-0.002695948),(-0.01214709,0.01019776,-0.003076467),(-0.01223018,0.009778937,-0.003047653),(-0.01210868,0.01021515,-0.002666146),(-0.01218509,0.009794509,-0.002637674),(-0.01202049,0.01065964,-0.002286019),(-0.01208352,0.01023388,-0.002256533),(-0.01215209,0.009810902,-0.002228386),(-0.01208147,0.01025533,-0.001847741),(-0.01214257,0.00982991,-0.001819722),(-0.01202758,0.01068359,-0.001877085),(-0.01196314,0.01108773,-0.00231671),(-0.0119804,0.01111407,-0.001907694),(-0.01231425,0.009362446,-0.00302052),(-0.0124025,0.008949073,-0.002996211),(-0.01235065,0.00896287,-0.002586644),(-0.01226446,0.009376687,-0.002610791),(-0.01249812,0.008539596,-0.002975863),(-0.01260431,0.008134796,-0.00296062),(-0.01255896,0.008152006,-0.002551138),(-0.01244753,0.008554248,-0.002566377),(-0.01240725,0.008567685,-0.002157365),(-0.01230968,0.008976252,-0.002177658),(-0.01252306,0.008167037,-0.002141976),(-0.01250756,0.008181189,-0.001732792),(-0.01238947,0.008581715,-0.001748493),(-0.01229219,0.008991246,-0.001768969),(-0.01222605,0.009391176,-0.002201713),(-0.01221135,0.00940793,-0.001793088),(-0.01272428,0.007735455,-0.002951619),(-0.01286485,0.007347103,-0.002945915),(-0.01284332,0.007376694,-0.002537255),(-0.01268882,0.007757332,-0.002542072),(-0.01303285,0.006975268,-0.002940559),(-0.01323511,0.006625482,-0.002932604),(-0.01325116,0.006683389,-0.002532677),(-0.01302869,0.007016557,-0.002534764),(-0.01302766,0.007050476,-0.002128809),(-0.01282775,0.007401292,-0.002128522),(-0.01326665,0.006730548,-0.002132674),(-0.01328024,0.006760858,-0.00173146),(-0.01303231,0.007074047,-0.001722086),(-0.01282412,0.007420042,-0.001719346),(-0.01266139,0.007775858,-0.002132636),(-0.01265082,0.007791528,-0.001722996),(-0.01347847,0.006303276,-0.002919104),(-0.01375676,0.006008882,-0.002905623),(-0.01381667,0.006112087,-0.002527086),(-0.01351694,0.006383655,-0.002529072),(-0.01406383,0.005742532,-0.002897727),(-0.01439351,0.005504457,-0.002900982),(-0.01448055,0.005632382,-0.002540539),(-0.014141,0.005863418,-0.002529862),(-0.01420177,0.005956867,-0.002163114),(-0.01386604,0.00619426,-0.002149248),(-0.01454509,0.005725954,-0.002181469),(-0.01457157,0.005766646,-0.001822511),(-0.01423307,0.006004946,-0.001794755),(-0.01389526,0.006240571,-0.001769315),(-0.01355021,0.006448648,-0.002139295),(-0.01357277,0.006487787,-0.001747709),(-0.01473964,0.00529489,-0.002920953),(-0.01509405,0.005102276,-0.002950527),(-0.01516993,0.00519925,-0.002590846),(-0.01482598,0.00541371,-0.002562258),(-0.01544859,0.004915058,-0.00298259),(-0.01579507,0.004721685,-0.003010028),(-0.01582407,0.004750385,-0.002651936),(-0.01550508,0.004980859,-0.00262213),(-0.01552165,0.004992947,-0.002263866),(-0.01521123,0.005248006,-0.002232615),(-0.0158087,0.004721814,-0.002297875),(-0.01573735,0.004641042,-0.001961363),(-0.01548386,0.004948904,-0.001918499),(-0.01520182,0.005238926,-0.001882395),(-0.01488364,0.005491004,-0.002204893),(-0.01489611,0.005511405,-0.001851062),(-0.01612533,0.0045106,-0.003025728),(-0.01643872,0.004281875,-0.003036738),(-0.01639353,0.0042307,-0.002700752),(-0.01611958,0.004499679,-0.002676092),(-0.01673461,0.004035584,-0.003050106),(-0.01701236,0.003771799,-0.003072879),(-0.01688454,0.003645756,-0.002776212),(-0.01664788,0.003945406,-0.002732074),(-0.01651217,0.003802951,-0.002428596),(-0.01629902,0.004123053,-0.002376052),(-0.01671057,0.003474053,-0.002495694),(-0.01632977,0.003629206,-0.002147879),(-0.01649824,0.003279682,-0.002233892),(-0.01615221,0.003976041,-0.002074694),(-0.01606618,0.004430594,-0.002333875),(-0.01595743,0.004315037,-0.002012974),(-0.01727131,0.003490593,-0.003112106),(-0.01751615,0.003197507,-0.003165327),(-0.01731857,0.003017145,-0.002914238),(-0.01710546,0.003333705,-0.002839322),(-0.01775155,0.002898081,-0.003230081),(-0.01798218,0.002597856,-0.003303909),(-0.01775304,0.002402042,-0.003070832),(-0.01753178,0.002703961,-0.002993796),(-0.01728826,0.002495156,-0.002763938),(-0.01708828,0.002810657,-0.002674742),(-0.01750943,0.00220312,-0.002837747),(-0.01727167,0.002013376,-0.002586005),(-0.01704144,0.002288752,-0.002523526),(-0.01684311,0.002598739,-0.002435094),(-0.01689917,0.003140122,-0.002581535),(-0.01666569,0.002932621,-0.002334089),(-0.01821272,0.002302373,-0.003384351),(-0.0184529,0.002025615,-0.003458123),(-0.01824783,0.001865614,-0.003188125),(-0.01799027,0.002119275,-0.003138182),(-0.01871247,0.001781567,-0.003511942),(-0.01900117,0.001584211,-0.003532528),(-0.01884145,0.001485424,-0.003204925),(-0.0185301,0.001651012,-0.003212946),(-0.01835529,0.001543973,-0.002894835),(-0.01804464,0.001722733,-0.002904133),(-0.01869237,0.001412563,-0.00285596),(-0.0185531,0.001358084,-0.002490415),(-0.01819227,0.001456385,-0.002556577),(-0.01785389,0.001597897,-0.002597749),(-0.01776212,0.001944047,-0.002884791),(-0.01754476,0.001783325,-0.002609152),(-0.01932873,0.001447533,-0.003506595),(-0.01968643,0.001359058,-0.003445206),(-0.01955654,0.001317077,-0.003077587),(-0.01918624,0.001378802,-0.003156346),(-0.02006554,0.001306316,-0.003359425),(-0.02045735,0.001276833,-0.003260312),(-0.02034191,0.001272046,-0.002871054),(-0.01994441,0.001286182,-0.002979031),(-0.01982795,0.001276361,-0.002588952),(-0.0194347,0.001292468,-0.002694842),(-0.02022792,0.001271264,-0.002477078),(-0.02011488,0.001269689,-0.002080171),(-0.01971423,0.001270116,-0.002193276),(-0.01931786,0.001276974,-0.002303117),(-0.01905417,0.001333299,-0.00278657),(-0.01892956,0.001302288,-0.002404046),(-0.02085311,0.001258138,-0.003158932),(-0.02125205,0.001247429,-0.003056328),(-0.02114174,0.00125143,-0.002658244),(-0.02074109,0.001260599,-0.002764041),(-0.0216534,0.001241906,-0.002953545),(-0.02205637,0.001238767,-0.002851627),(-0.02194658,0.001238269,-0.002451321),(-0.02154365,0.001244124,-0.002553919),(-0.02143224,0.001244906,-0.002154535),(-0.02103005,0.001254253,-0.002259886),(-0.02183521,0.001236709,-0.002051324),(-0.02172305,0.001234378,-0.001651325),(-0.02132003,0.001243781,-0.001755052),(-0.02091771,0.001254288,-0.001861085),(-0.02062861,0.001263467,-0.002367395),(-0.02051601,0.001263669,-0.001969449),(-0.02246018,0.001235212,-0.00275162),(-0.02286463,0.001231344,-0.002653044),(-0.02275472,0.00122941,-0.002251578),(-0.02235035,0.00123345,-0.002350706),(-0.02326949,0.001227267,-0.002555424),(-0.02367457,0.001223087,-0.002458282),(-0.0235645,0.001222626,-0.0020558),(-0.02315951,0.001225888,-0.002153441),(-0.02304809,0.001224289,-0.001752303),(-0.02264333,0.001227009,-0.001850738),(-0.02345304,0.001222177,-0.001654399),(-0.0233409,0.001221809,-0.001253512),(-0.02293596,0.001222865,-0.001351541),(-0.02253121,0.001224755,-0.001450139),(-0.02223897,0.001230947,-0.001950235),(-0.02212684,0.001228315,-0.001549877),(0.02376944,0.001222758,0.005306594),(0.02388458,0.001221454,0.005706724),(0.02365469,0.001226043,0.004906494),(0.02324105,0.001224769,0.005024858),(0.02335216,0.001222462,0.005425934),(0.02346358,0.001221447,0.005826997),(0.02354073,0.00123329,0.004506456),(0.02342793,0.00124648,0.004106509),(0.023021,0.001238422,0.004222615),(0.02313056,0.001229659,0.004623756),(0.02271825,0.001226585,0.004736991),(0.02282529,0.001223622,0.005138951),(0.02261194,0.001231803,0.004334937),(0.02220061,0.00122686,0.004443113),(0.02230354,0.001224234,0.004845866),(0.02240703,0.001222704,0.005248532),(0.02293283,0.001222162,0.005540847),(0.02304061,0.001221453,0.005942714),(0.02251091,0.001221906,0.005651139),(0.02261497,0.001221473,0.006053718),(0.0233167,0.001267593,0.003706683),(0.0232071,0.001293983,0.00330657),(0.02280567,0.001270029,0.003419923),(0.02291268,0.001252352,0.003821421),(0.0230992,0.001323002,0.002905757),(0.02299307,0.001352003,0.002503835),(0.02259587,0.001310964,0.002615012),(0.02270005,0.001290039,0.003017871),(0.02229897,0.001263986,0.003127524),(0.02240229,0.00125088,0.003530332),(0.02219667,0.001278967,0.002724213),(0.02179561,0.001255483,0.002830559),(0.02189603,0.00124491,0.003234006),(0.02199694,0.001236848,0.003637221),(0.02250662,0.001240027,0.00393276),(0.02209844,0.001230948,0.004040244),(0.02288879,0.001378337,0.002100392),(0.02278391,0.001408134,0.001697403),(0.0223897,0.001357441,0.001808156),(0.02249325,0.001331388,0.002211096),(0.02267603,0.001447522,0.001296842),(0.02256272,0.00150263,0.0009006846),(0.02217017,0.001450961,0.001013345),(0.02228282,0.001395255,0.001408227),(0.02188673,0.001355741,0.001518313),(0.02199285,0.001319134,0.001917649),(0.02177475,0.001410978,0.001124218),(0.02148867,0.001324173,0.001625601),(0.02137767,0.001375896,0.001231574),(0.02159397,0.001290163,0.002024607),(0.0220954,0.001295446,0.002320268),(0.0216956,0.001268917,0.002426843),(0.02244153,0.001579585,0.000510904),(0.02231474,0.001664005,0.0001254965),(0.0220493,0.00153069,0.0006255421),(0.02192319,0.001617304,0.0002426829),(0.02218455,0.001741507,-0.0002575417),(0.02205321,0.001797709,-0.0006402146),(0.02179481,0.001693667,-0.0001373706),(0.02166711,0.001742639,-0.0005167557),(0.02152976,0.001575868,0.000355548),(0.02140372,0.001648308,-2.317562e-5),(0.02127996,0.00168927,-0.0004009247),(0.02101279,0.001595069,8.258594e-5),(0.0208927,0.001629471,-0.0002954474),(0.02113608,0.001529341,0.000461887),(0.0216546,0.001490556,0.0007373209),(0.02125892,0.001450285,0.0008442765),(0.02192297,0.001818228,-0.001024526),(0.02179442,0.001806985,-0.001408165),(0.02142184,0.001717324,-0.001278359),(0.02154308,0.001747084,-0.0008976099),(0.02166812,0.001767904,-0.00178882),(0.02154469,0.001704903,-0.002164181),(0.02130254,0.001663679,-0.001657428),(0.02118432,0.001596472,-0.002033243),(0.02104753,0.001636882,-0.001158914),(0.02093447,0.001575413,-0.001537535),(0.0208206,0.001511681,-0.001914828),(0.02056206,0.001512937,-0.00143202),(0.02045222,0.001464342,-0.001811),(0.02067018,0.001569356,-0.001052961),(0.02116196,0.001680148,-0.000779774),(0.02077945,0.00161455,-0.0006740332),(0.02142471,0.001621905,-0.002531935),(0.02130263,0.001536497,-0.002894486),(0.02106631,0.001526022,-0.002404229),(0.02094755,0.001467331,-0.002770809),(0.02117295,0.001466263,-0.003254235),(0.02103012,0.001428789,-0.003613584),(0.02082708,0.001435399,-0.003133404),(0.02070392,0.001445225,-0.003492437),(0.02058793,0.001436961,-0.002661124),(0.02047735,0.001449401,-0.003026374),(0.02037605,0.001510657,-0.003383855),(0.02012905,0.001514221,-0.002929402),(0.02005155,0.001624756,-0.003282025),(0.02022728,0.001456377,-0.002563891),(0.02070372,0.001461626,-0.002289983),(0.02033782,0.00144262,-0.00218969),(0.02086862,0.001441662,-0.003974935),(0.0206844,0.001489791,-0.004328502),(0.02057713,0.001511809,-0.003848327),(0.02043401,0.001612548,-0.004191274),(0.02047342,0.001558087,-0.0046645),(0.02023163,0.001631459,-0.004973145),(0.02026187,0.00172484,-0.004511473),(0.02004804,0.00182608,-0.004799121),(0.02019137,0.001785641,-0.00406079),(0.02006342,0.001941134,-0.004362059),(0.01988203,0.002069802,-0.004626402),(0.01986913,0.00218898,-0.004208109),(0.01972086,0.00234195,-0.004448497),(0.01995284,0.001995929,-0.003928692),(0.02028815,0.001632443,-0.003731692),(0.02000323,0.001796589,-0.003617559),(0.019955,0.001694818,-0.00524465),(0.01965312,0.001758687,-0.005487812),(0.01977982,0.001893668,-0.005044416),(0.01947225,0.00194352,-0.005259292),(0.0193356,0.00183359,-0.005711426),(0.01901203,0.001930049,-0.005924289),(0.01914037,0.001991556,-0.005455688),(0.01879921,0.002053693,-0.005645538),(0.0193129,0.002179634,-0.005031337),(0.01896687,0.002201447,-0.005200521),(0.01860766,0.002228289,-0.005366581),(0.01880586,0.002449178,-0.004950945),(0.01843136,0.002443991,-0.005094969),(0.01916305,0.00244916,-0.004805081),(0.01962491,0.002142527,-0.00484473),(0.01947678,0.002421047,-0.004642542),(0.01869201,0.002058588,-0.006135197),(0.01837708,0.002217448,-0.006342633),(0.01846379,0.002145852,-0.005840781),(0.01813604,0.002269093,-0.006038195),(0.01806877,0.002404872,-0.006545078),(0.01776863,0.002619102,-0.006741014),(0.01781785,0.002424479,-0.006234568),(0.01751114,0.00261307,-0.00642668),(0.01791446,0.002362754,-0.005728118),(0.01758494,0.002479816,-0.005915393),(0.01726978,0.00263639,-0.006101538),(0.01737071,0.002570556,-0.005591655),(0.01704617,0.002690139,-0.005767629),(0.01771137,0.002495673,-0.005418662),(0.01825611,0.002280485,-0.005543814),(0.01806572,0.002456487,-0.005251987),(0.0174782,0.002858379,-0.006928923),(0.01719497,0.003117583,-0.007109864),(0.01721782,0.002835929,-0.006611314),(0.01693492,0.003085998,-0.006789158),(0.01691648,0.003391591,-0.007284896),(0.01664022,0.003675282,-0.007455079),(0.01665946,0.00335622,-0.006960903),(0.01638847,0.003639536,-0.007127239),(0.01668623,0.003073476,-0.006457848),(0.01641174,0.003336473,-0.006627426),(0.01614472,0.003617432,-0.006790898),(0.01617394,0.003331854,-0.006284998),(0.01590881,0.003607351,-0.006446939),(0.01645024,0.003080608,-0.0061164),(0.01697123,0.002837196,-0.006282454),(0.01674016,0.002863429,-0.005943242),(0.0163637,0.003963534,-0.00762147),(0.01608768,0.004257656,-0.007784159),(0.01611897,0.00392889,-0.007288856),(0.01585176,0.004225627,-0.007446047),(0.0158129,0.004558953,-0.007943234),(0.01554008,0.004868735,-0.008098784),(0.01532734,0.004846647,-0.007748316),(0.01558762,0.004531098,-0.007599101),(0.01562455,0.004207817,-0.007099335),(0.01537257,0.004518969,-0.007245682),(0.01512678,0.004841906,-0.0073877),(0.01493574,0.004850353,-0.007019933),(0.01516584,0.004519106,-0.006885344),(0.01540473,0.004201305,-0.006745834),(0.01588213,0.003907592,-0.006947971),(0.0156524,0.003897277,-0.006600126),(0.01526999,0.005188308,-0.008250894),(0.01500415,0.005518633,-0.008397771),(0.01482205,0.005512238,-0.008034448),(0.01507171,0.005173624,-0.007893979),(0.01474412,0.005860676,-0.008537613),(0.01449142,0.006215396,-0.008668623),(0.01434596,0.00622523,-0.008293234),(0.01457969,0.005862703,-0.008168081),(0.01443392,0.005884377,-0.007786398),(0.0146565,0.005525167,-0.00765944),(0.01422099,0.006254566,-0.007905573),(0.01410833,0.006295562,-0.007511003),(0.0143003,0.005918418,-0.007397506),(0.0145025,0.005551104,-0.007277102),(0.01488777,0.00517749,-0.00752608),(0.01471447,0.005194718,-0.007150882),(0.0142476,0.006583757,-0.008789003),(0.01401401,0.006965245,-0.008897384),(0.01390784,0.006986234,-0.008511863),(0.01412218,0.006600029,-0.008408262),(0.01379201,0.007359348,-0.008992393),(0.01358294,0.007765553,-0.009072663),(0.01350553,0.007789378,-0.00867956),(0.01370246,0.007382972,-0.00860273),(0.01363684,0.00742326,-0.008203344),(0.0138247,0.00702511,-0.008115236),(0.01345285,0.007828529,-0.008278719),(0.01341561,0.007879254,-0.007874962),(0.01358389,0.007474516,-0.007799498),(0.01375331,0.007074837,-0.007713009),(0.01401866,0.006635177,-0.008015581),(0.01392706,0.006681444,-0.007616507),(0.01338818,0.008183347,-0.009136824),(0.01321123,0.008612093,-0.00918621),(0.01331656,0.008204573,-0.00874105),(0.0131404,0.008628771,-0.008789117),(0.01305564,0.009051152,-0.009222155),(0.01292493,0.009499891,-0.009245997),(0.01298193,0.009062177,-0.008825678),(0.01284599,0.009504998,-0.008852652),(0.0130957,0.008658171,-0.008389964),(0.01293457,0.009084644,-0.008430354),(0.01279306,0.009520285,-0.008463606),(0.01292379,0.009122637,-0.008039171),(0.01278527,0.009551949,-0.008081525),(0.01307924,0.008701778,-0.007992296),(0.01327047,0.008239817,-0.008340172),(0.01324528,0.008287829,-0.007938393),(0.01282262,0.00995767,-0.009259068),(0.01274146,0.01042217,-0.009263426),(0.01273747,0.009957441,-0.008871958),(0.01264968,0.01041717,-0.008884581),(0.0126742,0.01089105,-0.00926113),(0.01261356,0.01136201,-0.009254239),(0.01257595,0.01088185,-0.008891506),(0.01250959,0.01134915,-0.008893715),(0.01258122,0.01041993,-0.008515439),(0.01249941,0.01087933,-0.00853394),(0.01242601,0.01134204,-0.008547446),(0.0124146,0.0113491,-0.008219953),(0.01248956,0.01089182,-0.008192156),(0.01257306,0.01043854,-0.008159097),(0.01267719,0.00996615,-0.00849198),(0.01267,0.009991249,-0.008121861),(0.01255231,0.01183272,-0.009244807),(0.01249044,0.01230367,-0.009233142),(0.01244394,0.01181671,-0.0088922),(0.0123788,0.01228498,-0.00888724),(0.01242797,0.01277536,-0.009219543),(0.0123649,0.0132483,-0.009204316),(0.01231397,0.01275438,-0.00887912),(0.01224925,0.01322533,-0.008868127),(0.01228675,0.01227081,-0.008559664),(0.01221986,0.01273748,-0.008559001),(0.01215412,0.01320609,-0.008554243),(0.01214448,0.0131996,-0.008271217),(0.01220887,0.01273347,-0.008266693),(0.01227491,0.01226978,-0.008256873),(0.0123553,0.01180576,-0.008555916),(0.01234327,0.01180837,-0.00824141),(0.01230125,0.01372297,-0.009187764),(0.01223633,0.01419924,-0.009170309),(0.01218445,0.01369825,-0.008854544),(0.01211886,0.01417293,-0.008838854),(0.01216946,0.01467694,-0.009152375),(0.01209994,0.01515592,-0.009134389),(0.01205178,0.01464912,-0.008821545),(0.01198248,0.01512661,-0.0088031),(0.01195798,0.01462416,-0.008519285),(0.01202386,0.01414974,-0.008533884),(0.01189069,0.0150999,-0.008502414),(0.0118913,0.01508608,-0.008244432),(0.01195506,0.01461191,-0.008256945),(0.01201814,0.01413919,-0.008265885),(0.01208901,0.01367695,-0.008545703),(0.01208109,0.0136683,-0.008270795),(0.01202709,0.01563604,-0.009116772),(0.01195002,0.01611684,-0.009100889),(0.011834,0.01608474,-0.008765784),(0.01191027,0.01560516,-0.008784007),(0.01186783,0.0165979,-0.009088107),(0.01177964,0.01707876,-0.009079791),(0.01166473,0.01704683,-0.008738032),(0.01175253,0.01656531,-0.008749953),(0.01167124,0.01653462,-0.008447886),(0.01174858,0.01605478,-0.008465036),(0.01158802,0.01701655,-0.008434003),(0.01161054,0.0169995,-0.008182138),(0.01168725,0.01651743,-0.008195769),(0.01175872,0.01603824,-0.008211955),(0.01182131,0.01557666,-0.00848377),(0.0118263,0.01556133,-0.008228806),(0.01168456,0.017559,-0.009077307),(0.011582,0.01803865,-0.009082812),(0.011468,0.0180128,-0.008732839),(0.01156947,0.01752926,-0.00873154),(0.01147135,0.01851774,-0.009098468),(0.01135204,0.01899633,-0.009126435),(0.01125154,0.01898412,-0.008768228),(0.0113616,0.01849769,-0.008744282),(0.01130703,0.01847862,-0.008430753),(0.01140306,0.01798813,-0.008423256),(0.01121243,0.0189728,-0.008449737),(0.01127796,0.01896825,-0.008188626),(0.011357,0.01846885,-0.008174538),(0.01144143,0.01797464,-0.008169865),(0.01149768,0.01750091,-0.008425067),(0.01152727,0.01748505,-0.00817295),(0.01122346,0.01947445,-0.009168869),(0.01109281,0.01995328,-0.00922087),(0.01102938,0.01996204,-0.008856251),(0.01113909,0.01947231,-0.008807033),(0.01096727,0.02043401,-0.009277533),(0.01085404,0.02091782,-0.009333955),(0.01083864,0.02094519,-0.008968108),(0.01092752,0.02045307,-0.008911424),(0.01096549,0.02047358,-0.008574249),(0.01103891,0.01997188,-0.008525101),(0.01090463,0.0209746,-0.008626228),(0.01106216,0.02099862,-0.008329813),(0.01109972,0.02049106,-0.00828697),(0.01114865,0.01998182,-0.008247431),(0.01112214,0.01947108,-0.008482392),(0.01120828,0.0194734,-0.008213787),(0.01076032,0.0214059,-0.00938523),(0.0106819,0.02189837,-0.009432303),(0.01071154,0.02193274,-0.009073734),(0.01076786,0.02143817,-0.009021848),(0.01061463,0.02239537,-0.009476114),(0.01055431,0.02289704,-0.009517603),(0.01062782,0.02292955,-0.00917633),(0.01066607,0.02242963,-0.009124865),(0.0108023,0.02246875,-0.008782518),(0.01082596,0.021971,-0.008729094),(0.01078519,0.02296782,-0.008838961),(0.01100879,0.02300142,-0.008522213),(0.01101231,0.02250203,-0.00846818),(0.01102081,0.0220027,-0.008419028),(0.01085909,0.02147334,-0.008677418),(0.01103664,0.02150203,-0.008373369),(0.01049676,0.02340349,-0.009557714),(0.01044304,0.02391468,-0.009596265),(0.01056197,0.02394097,-0.009282202),(0.01059315,0.02343325,-0.00922922),(0.0103942,0.02443053,-0.009633071),(0.0103513,0.02495098,-0.009667957),(0.0105097,0.02496956,-0.009383095),(0.01053418,0.02445298,-0.009333938),(0.01075071,0.0244823,-0.009025003),(0.01076063,0.02397402,-0.008962459),(0.01074075,0.02499479,-0.009085075),(0.01100052,0.02502052,-0.008774802),(0.0110058,0.02451114,-0.008711433),(0.01100757,0.02400529,-0.008646462),(0.01077171,0.02346938,-0.008899692),(0.01100789,0.02350228,-0.008582514),(0.01031537,0.02547595,-0.009700736),(0.01028481,0.02600507,-0.009731492),(0.01046915,0.02601697,-0.009469234),(0.01048841,0.02549097,-0.009428334),(0.010258,0.02653791,-0.009760311),(0.01023331,0.02707408,-0.009787271),(0.01043191,0.0270818,-0.009536281),(0.01045071,0.02654733,-0.009505359),(0.01070058,0.02656078,-0.009232989),(0.01071632,0.02603409,-0.009190053),(0.01068164,0.02709208,-0.009268245),(0.01092399,0.0271014,-0.008971057),(0.01095143,0.02657443,-0.008933576),(0.01097333,0.02605204,-0.008887374),(0.01072949,0.02551208,-0.00914042),(0.0109897,0.02553411,-0.008833949),(0.01020915,0.02761318,-0.009812462),(0.01018764,0.02815576,-0.009837903),(0.01039084,0.02816247,-0.009582856),(0.01041158,0.02762016,-0.009561577),(0.01017093,0.0287024,-0.009865618),(0.01016116,0.02925364,-0.009897633),(0.01035279,0.0292593,-0.009619824),(0.01037086,0.02870883,-0.009601733),(0.01060282,0.02871206,-0.009325827),(0.0106325,0.02816804,-0.009313711),(0.01057008,0.0292597,-0.009332138),(0.01075917,0.02925162,-0.009020207),(0.01080859,0.02870863,-0.009022752),(0.01085255,0.02816896,-0.009015504),(0.01065886,0.02762794,-0.009294833),(0.01089103,0.02763306,-0.00899832),(0.01016048,0.02981004,-0.009935967),(0.0101603,0.03036862,-0.009975243),(0.01032021,0.03037032,-0.009655691),(0.01033777,0.02981395,-0.00963874),(0.01015205,0.03092639,-0.01001008),(0.01012716,0.03148037,-0.0100351),(0.01025516,0.03147823,-0.00967252),(0.01029454,0.03092591,-0.009667882),(0.01044424,0.03091457,-0.009320866),(0.0104935,0.03036289,-0.009329929),(0.01038406,0.03146373,-0.009306141),(0.01049392,0.03143649,-0.008931621),(0.01057299,0.03089145,-0.008961905),(0.01064268,0.03034458,-0.008987973),(0.01053454,0.02981062,-0.009333595),(0.0107043,0.02979746,-0.009008011),(0.01007706,0.03202756,-0.01004491),(0.009996776,0.03256691,-0.01004232),(0.01011144,0.03256435,-0.009652272),(0.01019648,0.03202479,-0.009666812),(0.009881376,0.03309738,-0.01003009),(0.009725907,0.03361791,-0.01001101),(0.009833951,0.0336174,-0.009602742),(0.009992959,0.03309564,-0.00963041),(0.01008702,0.03307803,-0.009228025),(0.01021412,0.03254706,-0.009259302),(0.009920244,0.03359974,-0.009192065),(0.009979492,0.03356352,-0.008782401),(0.01015607,0.03304359,-0.008824725),(0.01029458,0.03251448,-0.008863434),(0.01031024,0.03200842,-0.00928548),(0.01040416,0.03197814,-0.008898932),(0.009525415,0.03412745,-0.009987872),(0.009281765,0.034624,-0.009958388),(0.009375763,0.03462489,-0.009532543),(0.009627347,0.03412839,-0.00957078),(0.008996814,0.03510553,-0.009920279),(0.008672422,0.03557005,-0.009871265),(0.008748149,0.03555956,-0.009429319),(0.009081823,0.03510319,-0.009486048),(0.009143308,0.03507956,-0.009052007),(0.009445034,0.03460555,-0.009105708),(0.008803314,0.0355276,-0.008989092),(0.008841919,0.03547535,-0.008557626),(0.009182892,0.03503395,-0.0086252),(0.009488849,0.03456439,-0.008684169),(0.009705132,0.03411059,-0.009151843),(0.009755733,0.03407234,-0.008736058),(0.008310451,0.03601553,-0.009809064),(0.00791661,0.03643824,-0.009736242),(0.007978089,0.03639703,-0.009282626),(0.008377362,0.03599032,-0.009360368),(0.007496612,0.03683445,-0.009655369),(0.007056169,0.03720044,-0.009569011),(0.007128602,0.03714457,-0.00911445),(0.007558959,0.03678126,-0.009199512),(0.007616607,0.03671273,-0.008750337),(0.008029268,0.03633741,-0.008834461),(0.007201104,0.03707738,-0.008666734),(0.007280247,0.03700771,-0.008223986),(0.007677967,0.03663855,-0.00830929),(0.008078275,0.03626712,-0.008395867),(0.008428402,0.03594461,-0.008915312),(0.008469986,0.03588289,-0.008479913),(0.006600993,0.03753247,-0.009479737),(0.006135488,0.0378443,-0.009385402),(0.006258392,0.0378212,-0.008942712),(0.006695646,0.03748855,-0.009030864),(0.005664064,0.03814968,-0.009283868),(0.005191124,0.03846237,-0.009172991),(0.005364206,0.03848436,-0.008728542),(0.005815145,0.03815047,-0.008843951),(0.005970317,0.03815032,-0.008404656),(0.006385811,0.0377956,-0.008503191),(0.005539125,0.03850291,-0.008282548),(0.005701724,0.03849968,-0.007824368),(0.006119567,0.03813785,-0.007954863),(0.00651358,0.03776409,-0.008057687),(0.006793457,0.03743814,-0.008587453),(0.006896294,0.03738514,-0.008143757),(0.004721074,0.03879613,-0.009050629),(0.004245762,0.03913119,-0.008918066),(0.004428928,0.03916886,-0.00843543),(0.004903878,0.03883086,-0.00859044),(0.003757032,0.03944783,-0.008776574),(0.003246727,0.03972628,-0.008627437),(0.003414236,0.03973497,-0.008097834),(0.003934124,0.03947727,-0.0082693),(0.004604947,0.039183,-0.007950231),(0.004099684,0.03946961,-0.007761025),(0.00356745,0.03969336,-0.007570453),(0.004243013,0.03940221,-0.007258455),(0.003699213,0.03958295,-0.00705926),(0.004760197,0.03914959,-0.007461889),(0.005084381,0.03885395,-0.008127572),(0.005247517,0.03884283,-0.007655283),(0.002706693,0.03994679,-0.008471935),(0.002141265,0.04011168,-0.008308742),(0.002290158,0.04004201,-0.00775568),(0.00286403,0.03992087,-0.007926814),(0.001554779,0.04022323,-0.008136535),(0.0009515707,0.04028378,-0.007953994),(0.00169927,0.04010548,-0.007583863),(0.001098019,0.04011831,-0.0074108),(0.002426876,0.03990294,-0.007216073),(0.001834977,0.03991289,-0.00705096),(0.001239631,0.0398757,-0.006893031),(0.001962293,0.03965272,-0.006564037),(0.001377042,0.03957288,-0.006425818),(0.002550185,0.03969189,-0.00671423),(0.003007107,0.03983378,-0.007389021),(0.003132048,0.03967407,-0.006878579),(0.0003359755,0.04029563,-0.007759792),(-0.0002826147,0.0402641,-0.007556818),(0.000493054,0.04008758,-0.007235924),(-0.0001092464,0.0400202,-0.007058146),(-0.0008948076,0.04019454,-0.007347957),(-0.001491211,0.04009228,-0.007136101),(-0.0007025058,0.03992313,-0.006876374),(-0.001280347,0.03980328,-0.006689519),(6.654349e-5,0.0397034,-0.006592025),(-0.0005046361,0.03958299,-0.006439461),(-0.001061198,0.03944954,-0.006279204),(-0.0008438523,0.03907295,-0.005904631),(-0.0003080513,0.0392124,-0.00604343),(0.0002411665,0.03934641,-0.006172142),(0.0006490596,0.03980342,-0.006741633),(0.0008030984,0.03946866,-0.006297396),(-0.002062435,0.03996267,-0.006924134),(-0.002612651,0.03980857,-0.00671192),(-0.001836393,0.03966758,-0.00649649),(-0.002375027,0.0395168,-0.006297429),(-0.003146037,0.03963288,-0.006499324),(-0.003666766,0.03943846,-0.006286206),(-0.002900632,0.03935172,-0.00609248),(-0.003417591,0.0391731,-0.005881785),(-0.002640969,0.03901071,-0.005726202),(-0.002124995,0.03916448,-0.005921971),(-0.003152151,0.03884799,-0.0055198),(-0.00288634,0.03850056,-0.005191853),(-0.00238273,0.03865049,-0.005391776),(-0.001877144,0.03879432,-0.00557785),(-0.001599862,0.0393104,-0.006106505),(-0.001365534,0.03893436,-0.00574912),(-0.004179015,0.03922821,-0.006072431),(-0.004679943,0.03899876,-0.005863925),(-0.003930287,0.03898171,-0.005665488),(-0.004435598,0.03877392,-0.00545088),(-0.005166708,0.03874675,-0.005666608),(-0.005636474,0.03846883,-0.00548641),(-0.004930404,0.03854608,-0.005245247),(-0.005411585,0.03829455,-0.005055881),(-0.004169926,0.0384888,-0.005084957),(-0.004669878,0.03828501,-0.004872623),(-0.005159447,0.03806022,-0.004674417),(-0.004889287,0.03778431,-0.004341082),(-0.004396718,0.03798728,-0.004545863),(-0.003896557,0.03817216,-0.00476111),(-0.003662909,0.03867524,-0.005303368),(-0.003392024,0.03834219,-0.004979035),(-0.006086397,0.03816167,-0.00532925),(-0.00651064,0.03782544,-0.005195269),(-0.005876021,0.03801568,-0.004890071),(-0.006316503,0.03770775,-0.004748185),(-0.006903368,0.03746036,-0.005084603),(-0.007258737,0.03706665,-0.004997388),(-0.006725828,0.03736903,-0.004630592),(-0.00709679,0.0369978,-0.00453766),(-0.006089507,0.03753319,-0.004345424),(-0.006514068,0.0372241,-0.00421639),(-0.006901031,0.03688003,-0.004112167),(-0.006270016,0.03702955,-0.003843736),(-0.006671197,0.03671424,-0.003723189),(-0.005833956,0.03730998,-0.003988148),(-0.005635311,0.03781075,-0.004498392),(-0.00537104,0.03756006,-0.004154554),(-0.007570916,0.0366445,-0.004933762),(-0.007847077,0.03620115,-0.004885751),(-0.007422181,0.03659234,-0.004469757),(-0.007708378,0.03616066,-0.004419512),(-0.008094397,0.03574381,-0.004845379),(-0.008320052,0.03527972,-0.004804674),(-0.007961754,0.03571073,-0.004379551),(-0.00818868,0.0352506,-0.004342503),(-0.007543094,0.03608451,-0.003974558),(-0.007807847,0.03564881,-0.003928739),(-0.008041514,0.03519827,-0.00388995),(-0.007628152,0.03555726,-0.003497092),(-0.007873943,0.03512247,-0.003451187),(-0.007347564,0.03597172,-0.003554583),(-0.007242431,0.03649754,-0.004033628),(-0.007029481,0.03635951,-0.003628377),(-0.008531222,0.03481612,-0.004755659),(-0.008728965,0.03435146,-0.004699886),(-0.008395533,0.03478825,-0.004300994),(-0.00858485,0.03432289,-0.00425566),(-0.008914337,0.03388422,-0.004638911),(-0.009088403,0.03341285,-0.004574283),(-0.008759169,0.03385375,-0.004207132),(-0.008921026,0.03338004,-0.004156045),(-0.008433774,0.03427674,-0.003814427),(-0.008599753,0.03380665,-0.003776911),(-0.00875056,0.03333093,-0.00373904),(-0.008435714,0.03374314,-0.003349652),(-0.008578585,0.03326566,-0.00332367),(-0.008273479,0.03421323,-0.003378726),(-0.008248926,0.03474076,-0.003851977),(-0.008087637,0.03467374,-0.003412151),(-0.00925222,0.03293583,-0.004507557),(-0.009406529,0.03245613,-0.004438396),(-0.009072965,0.03290098,-0.004103034),(-0.009216757,0.03241982,-0.004046988),(-0.009552067,0.03197672,-0.004366464),(-0.009689573,0.03150058,-0.004291427),(-0.00935419,0.03193985,-0.0039868),(-0.009487041,0.03146432,-0.003921364),(-0.009020995,0.03236743,-0.003658963),(-0.009147144,0.03188655,-0.00361256),(-0.009271597,0.03141086,-0.003559117),(-0.008937039,0.03181627,-0.003243202),(-0.009050278,0.03133944,-0.003204275),(-0.008824106,0.03229865,-0.003273824),(-0.008889886,0.03285004,-0.003700424),(-0.008706334,0.03278296,-0.00329952),(-0.009819789,0.03103069,-0.004212949),(-0.009943185,0.03056471,-0.004131042),(-0.009617087,0.03099651,-0.003849567),(-0.009744139,0.03053376,-0.003771794),(-0.01006024,0.0301003,-0.004045718),(-0.01017142,0.02963514,-0.00395699),(-0.009867998,0.03007339,-0.003688424),(-0.009988469,0.02961274,-0.003599836),(-0.009524168,0.03048268,-0.003425696),(-0.009650241,0.03002474,-0.00334748),(-0.009774802,0.02956725,-0.00326277),(-0.009414585,0.02995315,-0.003024267),(-0.009537494,0.02949703,-0.002948923),(-0.00929107,0.03041051,-0.003093087),(-0.009397613,0.03094381,-0.003496536),(-0.009168959,0.03087173,-0.003153663),(-0.01027721,0.02916687,-0.003864869),(-0.01037717,0.02869686,-0.003770818),(-0.01010536,0.02914914,-0.003506413),(-0.01021798,0.02868389,-0.003409923),(-0.0104709,0.0282264,-0.003676299),(-0.01055796,0.02775685,-0.003582776),(-0.01032565,0.02821832,-0.003312135),(-0.01042768,0.0277537,-0.00321482),(-0.01001594,0.02864665,-0.003078085),(-0.01013174,0.02818586,-0.002981278),(-0.01024383,0.0277263,-0.002883604),(-0.009892503,0.0281245,-0.002696017),(-0.01000798,0.02766903,-0.002604378),(-0.009775937,0.02858167,-0.002784312),(-0.009896833,0.0291075,-0.003172443),(-0.009657772,0.02903953,-0.002868776),(-0.01063793,0.02728954,-0.00349171),(-0.01071183,0.02682418,-0.003403154),(-0.0105234,0.02729135,-0.003119746),(-0.01061362,0.02683081,-0.003027146),(-0.01078067,0.02636044,-0.003317162),(-0.01084546,0.02589805,-0.003233785),(-0.0106992,0.02637165,-0.002937252),(-0.01078096,0.02591342,-0.002850297),(-0.01045609,0.02681376,-0.002690986),(-0.01055697,0.02635965,-0.002597205),(-0.01065483,0.02590624,-0.002505885),(-0.01034944,0.02631659,-0.002316977),(-0.01046028,0.02586833,-0.002220894),(-0.01023684,0.0267657,-0.002413694),(-0.01035183,0.02726912,-0.002786647),(-0.01012289,0.02721631,-0.002509882),(-0.01090722,0.02543669,-0.003153076),(-0.01096603,0.02497629,-0.003074908),(-0.01085973,0.02545566,-0.002766514),(-0.01093533,0.02499834,-0.002685782),(-0.01102198,0.02451677,-0.002999153),(-0.01107515,0.02405804,-0.002925686),(-0.0110076,0.02454145,-0.002607982),(-0.01107633,0.02408494,-0.002532993),(-0.01084211,0.02499975,-0.002332385),(-0.01093066,0.02454666,-0.002250232),(-0.01101524,0.02409362,-0.002171163),(-0.01077759,0.0245246,-0.001944826),(-0.01087628,0.02407675,-0.001858014),(-0.01067496,0.02497243,-0.002034474),(-0.01075002,0.02545295,-0.002417607),(-0.01056899,0.02542031,-0.002126612),(-0.01112564,0.02360003,-0.002854378),(-0.01117365,0.02314276,-0.002785162),(-0.01114136,0.02362878,-0.002460697),(-0.01120286,0.02317305,-0.002390926),(-0.01121938,0.02268628,-0.002717967),(-0.01126304,0.0222306,-0.002652726),(-0.01126101,0.02271783,-0.002323518),(-0.01131598,0.02226319,-0.002258306),(-0.01117132,0.02318781,-0.002022111),(-0.01124312,0.02273521,-0.001951716),(-0.01131093,0.02228294,-0.001883801),(-0.01114557,0.0227327,-0.001616096),(-0.0112268,0.02228476,-0.001541159),(-0.01106016,0.02318073,-0.00169379),(-0.01109541,0.02364064,-0.002095192),(-0.01097043,0.02362876,-0.001774382),(-0.01130484,0.02177576,-0.00258937),(-0.01134488,0.02132178,-0.002527827),(-0.01136796,0.02180919,-0.002195125),(-0.01141704,0.02135589,-0.002133832),(-0.01138328,0.02086868,-0.002468026),(-0.01142014,0.0204165,-0.002409895),(-0.01146331,0.02090333,-0.002074283),(-0.01150689,0.02045157,-0.002016335),(-0.01143514,0.02137973,-0.001754598),(-0.01149167,0.02092889,-0.001692926),(-0.01154455,0.02047864,-0.00163295),(-0.01144598,0.02094199,-0.001331284),(-0.01151087,0.02049491,-0.001265668),(-0.011377,0.02138937,-0.001398944),(-0.01137492,0.02183109,-0.001818159),(-0.01130394,0.02183696,-0.001468838),(-0.01145556,0.01996526,-0.002353363),(-0.01148966,0.01951499,-0.002298383),(-0.01154787,0.02000063,-0.001959843),(-0.01158638,0.01955055,-0.001904745),(-0.01152251,0.01906569,-0.002244908),(-0.01155424,0.01861738,-0.002192892),(-0.01162255,0.01910135,-0.001850978),(-0.01165651,0.01865306,-0.001798477),(-0.01163975,0.0195801,-0.001517431),(-0.01168231,0.01913187,-0.001461742),(-0.0117217,0.01868436,-0.001407333),(-0.01168137,0.01915571,-0.001079665),(-0.0117304,0.01871008,-0.001021045),(-0.01162849,0.01960175,-0.001139929),(-0.01159387,0.02002903,-0.001574476),(-0.01157169,0.02004815,-0.001201907),(-0.01158492,0.01817009,-0.002142288),(-0.01161475,0.01772383,-0.002093074),(-0.01168839,0.0182057,-0.001747182),(-0.01171844,0.01775931,-0.001697099),(-0.01164388,0.0172786,-0.002045225),(-0.0116725,0.01683444,-0.001998719),(-0.0117469,0.01731391,-0.00164824),(-0.01177402,0.01686955,-0.001600613),(-0.0117916,0.01779165,-0.001302172),(-0.01182268,0.01734655,-0.001251487),(-0.01185155,0.01690237,-0.00120211),(-0.01185588,0.01737598,-0.0008547884),(-0.01189134,0.01693244,-0.0008027092),(-0.01181741,0.01782014,-0.0009085648),(-0.01175803,0.0182376,-0.001354132),(-0.01177566,0.01826487,-0.0009639973),(-0.01170078,0.01639133,-0.001953534),(-0.01172874,0.01594928,-0.001909635),(-0.01180004,0.01642626,-0.001554227),(-0.01182517,0.01598401,-0.001509099),(-0.0117564,0.01550827,-0.00186699),(-0.01178381,0.01506828,-0.001825565),(-0.01184959,0.01554278,-0.001465243),(-0.01187351,0.01510253,-0.001422677),(-0.01190389,0.01601689,-0.001107429),(-0.01192808,0.01557554,-0.001062221),(-0.01195144,0.01513509,-0.001018497),(-0.01198299,0.01560606,-0.0006570678),(-0.01201021,0.01516538,-0.0006121888),(-0.01195442,0.01604747,-0.000703808),(-0.0118785,0.01645916,-0.001154075),(-0.01192403,0.0164896,-0.0007523689),(-0.01181099,0.0146293,-0.001785327),(-0.01183766,0.01419121,-0.001746207),(-0.01189712,0.01466324,-0.001381414),(-0.01192036,0.01422483,-0.001341429),(-0.01186357,0.01375391,-0.001708134),(-0.01188845,0.01331728,-0.00167104),(-0.01194318,0.0137872,-0.001302694),(-0.01196553,0.01335027,-0.001265183),(-0.011997,0.01425678,-0.0009356464),(-0.01201965,0.01381888,-0.0008965196),(-0.01204251,0.01338179,-0.0008589249),(-0.01208869,0.01384819,-0.0004889554),(-0.01211554,0.013411,-0.0004516695),(-0.01206253,0.01428637,-0.0005281355),(-0.01197434,0.01469551,-0.0009763056),(-0.01203655,0.01472546,-0.0005692124),(-0.01191205,0.01288121,-0.001634855),(-0.01193592,0.01244574,-0.001599633),(-0.01198732,0.01291396,-0.00122887),(-0.01200973,0.01247824,-0.001193707),(-0.01196164,0.0120109,-0.001565427),(-0.01199077,0.01157672,-0.001532292),(-0.01203388,0.01204309,-0.001159649),(-0.01206093,0.01160849,-0.001126649),(-0.01209024,0.01250987,-0.000788186),(-0.01211648,0.01207492,-0.00075475),(-0.01214521,0.01164056,-0.0007224081),(-0.01220496,0.01210549,-0.0003503443),(-0.01223895,0.01167205,-0.0003194002),(-0.01217331,0.01253973,-0.0003825678),(-0.01206581,0.01294547,-0.0008228624),(-0.01214363,0.01297488,-0.0004162749),(-0.01202489,0.01114324,-0.001500282),(-0.01206507,0.0107111,-0.001469458),(-0.012092,0.01117441,-0.00109466),(-0.01212866,0.01074142,-0.001063783),(-0.01211238,0.01028091,-0.001439881),(-0.0121679,0.009853324,-0.001411613),(-0.01217244,0.01031007,-0.001034116),(-0.01222489,0.009880924,-0.001005761),(-0.01221405,0.01077383,-0.0006607035),(-0.01225785,0.01034228,-0.0006316099),(-0.01231035,0.009912493,-0.0006038678),(-0.0123648,0.01037699,-0.0002335242),(-0.0124211,0.009947813,-0.0002076361),(-0.01231696,0.01080758,-0.0002608646),(-0.01217712,0.01120673,-0.0006910145),(-0.01227564,0.01123934,-0.0002895318),(-0.01223269,0.009428965,-0.001384715),(-0.01231083,0.009009888,-0.001360287),(-0.01228755,0.009454533,-0.0009788154),(-0.01236391,0.009033024,-0.0009543041),(-0.01240638,0.00859814,-0.00133943),(-0.0125234,0.008195775,-0.001323245),(-0.01245745,0.008618518,-0.0009332504),(-0.01257164,0.008213137,-0.0009166783),(-0.01244977,0.009061504,-0.0005537095),(-0.01254216,0.008644402,-0.0005330279),(-0.01265332,0.008235632,-0.0005164345),(-0.01266001,0.008677348,-0.0001418377),(-0.01276951,0.008265608,-0.0001258581),(-0.01256674,0.009096175,-0.0001611935),(-0.01237342,0.009484885,-0.0005776118),(-0.01248776,0.009520268,-0.0001833262),(-0.01266596,0.007804838,-0.001312832),(-0.01283844,0.007432092,-0.001309359),(-0.01270997,0.007819004,-0.0009056113),(-0.01287632,0.007441807,-0.0009020062),(-0.0130452,0.007084298,-0.001313993),(-0.01329062,0.006768215,-0.001327902),(-0.01307459,0.007087237,-0.0009078204),(-0.01330866,0.006760983,-0.0009250101),(-0.01294339,0.007453553,-0.0005007325),(-0.01312873,0.007088877,-0.0005068595),(-0.01334522,0.006747527,-0.0005257958),(-0.01321587,0.007095223,-0.0001144022),(-0.01341117,0.006736209,-0.0001332691),(-0.01304527,0.007471696,-0.000108983),(-0.01278599,0.007837244,-0.0005047969),(-0.01289721,0.007862774,-0.000113854),(-0.01357908,0.006490602,-0.001352252),(-0.01389475,0.006236196,-0.00138449),(-0.01388006,0.006196329,-0.0009966361),(-0.01358243,0.006468735,-0.0009555325),(-0.01422182,0.005989726,-0.001422059),(-0.01454446,0.005735932,-0.001462403),(-0.01448364,0.005654416,-0.001099581),(-0.01418574,0.00592961,-0.001045569),(-0.01414256,0.005842994,-0.0006658342),(-0.01386674,0.006136172,-0.0006076163),(-0.01440897,0.005542701,-0.0007324797),(-0.01434033,0.005421387,-0.0003595358),(-0.01411001,0.005748279,-0.0002833996),(-0.01387033,0.006070923,-0.0002192928),(-0.01359609,0.006433821,-0.000560159),(-0.01363335,0.006397505,-0.000168741),(-0.01484685,0.005459544,-0.001502968),(-0.01512559,0.005162395,-0.001546746),(-0.01500646,0.005038783,-0.001217329),(-0.01475793,0.005356587,-0.001155919),(-0.01537724,0.004846316,-0.00159673),(-0.0155984,0.00451314,-0.001655912),(-0.01541762,0.004353896,-0.001366348),(-0.01522708,0.004703667,-0.001286557),(-0.01505863,0.004539444,-0.0009759775),(-0.01486837,0.004888465,-0.0008858025),(-0.01522078,0.004179102,-0.001077493),(-0.01489718,0.004372132,-0.0006529903),(-0.01503363,0.004004545,-0.0007741718),(-0.01473525,0.004731806,-0.0005438269),(-0.01465136,0.005223703,-0.0008052195),(-0.01454918,0.00508206,-0.0004461769),(-0.01578564,0.004164698,-0.001727286),(-0.01595011,0.003806775,-0.001808733),(-0.01557594,0.003992133,-0.001459448),(-0.0157161,0.003624456,-0.001559931),(-0.01610295,0.003445158,-0.001898134),(-0.0162553,0.003085633,-0.001993373),(-0.01585218,0.003256946,-0.00166187),(-0.01599824,0.002895683,-0.001759341),(-0.01547352,0.003438283,-0.001310048),(-0.01559792,0.003070705,-0.001421597),(-0.01574353,0.002713612,-0.001517002),(-0.01536064,0.002892574,-0.001159825),(-0.01550763,0.002543201,-0.001251559),(-0.01524574,0.00325746,-0.001040845),(-0.01535344,0.003809899,-0.001192098),(-0.01514328,0.003630552,-0.0009078753),(-0.01641831,0.002733984,-0.00209233),(-0.01660085,0.002402091,-0.00218355),(-0.0163675,0.002222748,-0.00191621),(-0.01616837,0.002546748,-0.001846418),(-0.01681183,0.002101834,-0.002255579),(-0.01706014,0.001845092,-0.00229696),(-0.01687256,0.001699977,-0.001976378),(-0.01660058,0.001936289,-0.001961827),(-0.01640886,0.001794003,-0.001643997),(-0.01614904,0.002062748,-0.001629172),(-0.01670664,0.001579735,-0.001630022),(-0.01656013,0.001486072,-0.001263655),(-0.01623781,0.001676865,-0.001303819),(-0.01595146,0.001924129,-0.001318537),(-0.01592725,0.002373456,-0.001586517),(-0.01570631,0.002216646,-0.00130279),(-0.01735467,0.001643747,-0.002296241),(-0.01768614,0.001492032,-0.002260579),(-0.0175382,0.001405697,-0.00189878),(-0.01718836,0.00152642,-0.001952976),(-0.01804527,0.001384185,-0.002197137),(-0.0184228,0.001314441,-0.002113075),(-0.01830069,0.001283069,-0.001726663),(-0.01791225,0.001327887,-0.001820955),(-0.01779114,0.001288009,-0.001432469),(-0.01740689,0.001339454,-0.001518508),(-0.018186,0.001265404,-0.001333907),(-0.01807794,0.001262878,-0.0009375332),(-0.01767992,0.001265064,-0.001036118),(-0.01728904,0.001293864,-0.001125922),(-0.01704236,0.001432458,-0.001586276),(-0.01691316,0.00136297,-0.001203061),(-0.01880944,0.001277038,-0.002015552),(-0.01920301,0.001262339,-0.001908559),(-0.01909036,0.001255473,-0.001513128),(-0.01869373,0.001261323,-0.001623067),(-0.01960135,0.001260712,-0.001796086),(-0.02000227,0.001262521,-0.001682122),(-0.01948956,0.001258343,-0.001399809),(-0.01989034,0.001262761,-0.001286072),(-0.01898011,0.001263284,-0.001118787),(-0.01937913,0.001273207,-0.001006877),(-0.01977931,0.001283409,-0.0008951636),(-0.01966943,0.001337467,-0.0005125381),(-0.01927032,0.001315498,-0.0006197158),(-0.01887248,0.001292685,-0.0007274973),(-0.01858236,0.001258923,-0.001228572),(-0.01847524,0.001273615,-0.0008340478),(-0.02040361,0.001258133,-0.001570657),(-0.02080544,0.001249925,-0.001461667),(-0.02069364,0.001256767,-0.001066221),(-0.02029169,0.001261549,-0.001174878),(-0.02120785,0.001240277,-0.001355127),(-0.02161092,0.001231566,-0.001251014),(-0.0214995,0.001244724,-0.0008564874),(-0.02109623,0.001250473,-0.0009600926),(-0.02098573,0.001290447,-0.0005752793),(-0.02058272,0.001290417,-0.0006793335),(-0.02138947,0.001290309,-0.000473841),(-0.02128151,0.001384772,-0.0001091711),(-0.02087688,0.001376277,-0.0002060189),(-0.02047308,0.001366479,-0.0003055934),(-0.02018055,0.001288608,-0.0007859722),(-0.02007047,0.001354001,-0.0004077985),(-0.02201473,0.00122617,-0.001149302),(-0.0224191,0.001223261,-0.001049392),(-0.02230794,0.00124039,-0.000656195),(-0.02190345,0.001241581,-0.0007553978),(-0.02282386,0.00122201,-0.0009506826),(-0.02322879,0.001221588,-0.0008525738),(-0.0231178,0.001241264,-0.0004609344),(-0.02271279,0.001240502,-0.0005582503),(-0.02260374,0.001297116,-0.0001827634),(-0.02219862,0.001294005,-0.000278245),(-0.02300902,0.001300589,-8.794376e-5),(-0.02290354,0.001419313,0.0002570481),(-0.02249774,0.001410631,0.0001672577),(-0.02209206,0.001401968,7.676145e-5),(-0.02179381,0.001291615,-0.0003750502),(-0.02168662,0.001393342,-1.514622e-5),(0.02218598,0.001221506,0.006159854),(0.02208588,0.001221745,0.005756615),(0.02198592,0.001222122,0.005353364),(0.02165817,0.001221655,0.005857015),(0.0215624,0.001221794,0.00545314),(0.02175398,0.001221542,0.006260907),(0.02188621,0.001222773,0.004950089),(0.02178688,0.001223835,0.004546777),(0.02146673,0.001221986,0.005049293),(0.02137121,0.001222257,0.004645489),(0.02113696,0.001221641,0.00554755),(0.02104562,0.001221659,0.00514311),(0.0209541,0.001221656,0.00473881),(0.02062334,0.001221574,0.005231175),(0.020536,0.00122156,0.004826299),(0.02071003,0.001221581,0.005636289),(0.02131931,0.001221571,0.006356665),(0.02122816,0.00122161,0.005952084),(0.02079629,0.001221584,0.006041561),(0.02088232,0.001221584,0.006446913),(0.02168806,0.001225446,0.004143417),(0.02158957,0.001228246,0.003740021),(0.02127589,0.001222633,0.004241745),(0.02118049,0.001223745,0.003838096),(0.02149122,0.001232879,0.003336604),(0.02139283,0.001239985,0.002933178),(0.0209884,0.001230696,0.003031231),(0.02108474,0.001226222,0.003434579),(0.02076999,0.001222015,0.00393081),(0.02067677,0.001223271,0.003527192),(0.02058238,0.00122584,0.003123882),(0.02026749,0.001222356,0.003613704),(0.02017484,0.00122364,0.003210291),(0.02035837,0.001221729,0.004017531),(0.02086232,0.001221626,0.004334697),(0.02044777,0.001221538,0.00442174),(0.0212942,0.001250207,0.002529757),(0.02119367,0.001267481,0.002127757),(0.02089118,0.001237797,0.002628089),(0.02079181,0.001250342,0.002226174),(0.02108955,0.001295743,0.001728594),(0.02098014,0.001338931,0.001333685),(0.02068901,0.00127115,0.001826508),(0.02058151,0.001303039,0.001430113),(0.02038824,0.001238004,0.002318933),(0.02028674,0.001251092,0.001918557),(0.02018111,0.001271179,0.001520421),(0.01988236,0.001236266,0.002003957),(0.01977828,0.001246309,0.001604173),(0.0199828,0.001229722,0.00240511),(0.02048649,0.001230169,0.002720918),(0.02008012,0.001225804,0.002807324),(0.02086379,0.001400979,0.0009444449),(0.0207438,0.00146737,0.0005594952),(0.02046803,0.001348826,0.00103801),(0.02035127,0.001399089,0.0006493415),(0.02062351,0.001523587,0.0001774569),(0.02050625,0.00155511,-0.0002030494),(0.02023396,0.001444408,0.0002632478),(0.02011881,0.00147536,-0.0001211292),(0.01995686,0.001333632,0.0007323941),(0.01984223,0.00136808,0.0003417696),(0.01972857,0.001399396,-4.708493e-5),(0.01944638,0.00130515,0.0004148324),(0.0193337,0.001336392,2.168518e-5),(0.01955894,0.001280133,0.000809622),(0.02007049,0.001300012,0.001125156),(0.01967002,0.001260726,0.001206065),(0.02039535,0.001547422,-0.0005834028),(0.02028851,0.00151844,-0.000963631),(0.02000853,0.001482525,-0.0005046484),(0.01990225,0.0014803,-0.0008871706),(0.02018345,0.001486082,-0.001343762),(0.02007786,0.001468266,-0.001723824),(0.01979907,0.001483083,-0.001268556),(0.01969812,0.001505273,-0.001648666),(0.01951115,0.001451102,-0.0008198264),(0.01940939,0.001492174,-0.001202199),(0.01931359,0.001557182,-0.001580895),(0.01901486,0.001501589,-0.001140485),(0.01892489,0.001605813,-0.001515878),(0.01911496,0.001427011,-0.0007578455),(0.01961788,0.001423623,-0.0004345361),(0.01922223,0.001374479,-0.0003698315),(0.01996947,0.001482909,-0.002103844),(0.01986907,0.001536571,-0.00247757),(0.0195985,0.001561267,-0.002027361),(0.01951194,0.001655945,-0.0023968),(0.01978748,0.001635813,-0.00283875),(0.01973549,0.001787193,-0.003181132),(0.01945014,0.001794188,-0.002749141),(0.01942481,0.001980876,-0.003076543),(0.01915451,0.001792902,-0.002316217),(0.01911453,0.001969359,-0.002655297),(0.01911644,0.002188712,-0.002963627),(0.01877814,0.002141338,-0.002551942),(0.01880732,0.00239361,-0.002837752),(0.01879542,0.001925844,-0.002230458),(0.01922475,0.001656467,-0.001955159),(0.01884804,0.001747283,-0.001882153),(0.01972392,0.001997272,-0.003498462),(0.01971477,0.002230265,-0.003786617),(0.01944767,0.002220887,-0.003371165),(0.01947567,0.00247856,-0.00363288),(0.01967005,0.002450387,-0.004041476),(0.01955178,0.002621853,-0.004258913),(0.01946579,0.002718228,-0.003861563),(0.01937499,0.002904229,-0.004057087),(0.01923402,0.00273072,-0.003465793),(0.01925591,0.002985375,-0.003667774),(0.01919068,0.003183795,-0.003842451),(0.01904001,0.003244699,-0.003459511),(0.01899903,0.003455271,-0.003614439),(0.01898833,0.002976654,-0.003283668),(0.0191719,0.002453833,-0.003232435),(0.01889407,0.002682504,-0.003079037),(0.01932195,0.002708878,-0.004434808),(0.01901069,0.002734226,-0.00458166),(0.01916024,0.003000897,-0.004219325),(0.01885461,0.003028896,-0.004356581),(0.0186481,0.002720664,-0.004711974),(0.0182643,0.002690953,-0.004838251),(0.01849117,0.003008889,-0.004477156),(0.01810301,0.002961538,-0.004589354),(0.01869361,0.003327231,-0.004125345),(0.01833266,0.003306841,-0.004240036),(0.01794402,0.003248109,-0.004341208),(0.01817014,0.003607506,-0.003994161),(0.01778384,0.00354303,-0.00408674),(0.0185265,0.003623293,-0.003883457),(0.01899143,0.003291982,-0.003993895),(0.01881533,0.003577009,-0.003756318),(0.01788941,0.002667859,-0.004972992),(0.01752579,0.002665094,-0.005116097),(0.0177232,0.002907505,-0.004701477),(0.01735375,0.002865255,-0.004818042),(0.01717583,0.002696368,-0.005267464),(0.01684189,0.002775393,-0.005426991),(0.01699671,0.002853247,-0.004943566),(0.01665409,0.002889944,-0.005082565),(0.01719126,0.003090397,-0.004522122),(0.01682975,0.003037186,-0.004620715),(0.01647986,0.003031582,-0.004737293),(0.01667136,0.003244175,-0.004299658),(0.01631634,0.003198097,-0.004394113),(0.01703435,0.00333476,-0.004225962),(0.01756312,0.003168333,-0.004432095),(0.01740521,0.003443246,-0.004159498),(0.01652636,0.002915881,-0.005594578),(0.01622827,0.003107987,-0.00576528),(0.01632792,0.002993809,-0.005239558),(0.0160195,0.00315599,-0.005406432),(0.01594665,0.003341868,-0.005934151),(0.01568056,0.00360768,-0.00609625),(0.01573016,0.003367635,-0.005575077),(0.0154612,0.003619894,-0.005737384),(0.01582312,0.003224993,-0.0050418),(0.01552473,0.00341028,-0.005207966),(0.01525198,0.003645472,-0.005368895),(0.01533062,0.003470927,-0.004833006),(0.01505416,0.00368589,-0.004989337),(0.01563827,0.003315373,-0.004673329),(0.0161429,0.003096472,-0.004881282),(0.01596942,0.00322313,-0.00452285),(0.015429,0.003895579,-0.006246631),(0.01519099,0.004203169,-0.006387348),(0.01521392,0.003903916,-0.00588524),(0.01498587,0.004214541,-0.006021457),(0.01496552,0.004528053,-0.006520457),(0.01475156,0.004867833,-0.006648013),(0.01457764,0.004894967,-0.006270215),(0.0147746,0.004546612,-0.006148844),(0.01459607,0.004575585,-0.005768326),(0.0147919,0.004236552,-0.005645736),(0.01441738,0.004932376,-0.005884815),(0.01427419,0.00498068,-0.005490085),(0.01443292,0.004615776,-0.00537672),(0.01461162,0.004270332,-0.005257762),(0.01500912,0.003923705,-0.005513704),(0.0148166,0.003956364,-0.005129778),(0.01454812,0.005220113,-0.006772072),(0.01435508,0.005583734,-0.006891794),(0.01421867,0.005624146,-0.006502714),(0.01439254,0.005254448,-0.00638838),(0.01417235,0.005957542,-0.007006345),(0.01399982,0.006340375,-0.00711489),(0.01390202,0.006390552,-0.006717391),(0.01405537,0.006003151,-0.006612591),(0.01395468,0.006056649,-0.006215913),(0.0140977,0.005673427,-0.006109056),(0.01382154,0.006447642,-0.006318664),(0.01376496,0.006513198,-0.005918871),(0.01387558,0.006119439,-0.005815985),(0.01399661,0.005732664,-0.005710023),(0.01425159,0.005298496,-0.00599854),(0.01412912,0.005353027,-0.005601287),(0.01383737,0.006731077,-0.007216589),(0.01368242,0.007128388,-0.007310695),(0.01362202,0.007186597,-0.006909402),(0.01375798,0.006785437,-0.006816486),(0.01353234,0.007531046,-0.00739645),(0.01338454,0.007937792,-0.007473109),(0.01336949,0.008002868,-0.007074769),(0.01349293,0.00759281,-0.006995657),(0.0134764,0.007659762,-0.006598564),(0.01358214,0.007250292,-0.006510247),(0.01338031,0.008073204,-0.006681555),(0.01342686,0.00814753,-0.006295075),(0.01349347,0.007731858,-0.006206628),(0.01357278,0.007320313,-0.006114343),(0.01369728,0.006845888,-0.006416861),(0.01366365,0.00691379,-0.006018375),(0.0132364,0.008347363,-0.007539917),(0.01309311,0.008761075,-0.007599658),(0.01325047,0.008415552,-0.007146266),(0.01313896,0.008831542,-0.007213132),(0.01295985,0.009180242,-0.007655118),(0.01284178,0.009606176,-0.007709078),(0.01295078,0.009676145,-0.007344919),(0.01303804,0.009251514,-0.007278353),(0.01315367,0.009330513,-0.006909033),(0.01321842,0.008908654,-0.006833789),(0.01310044,0.00975503,-0.006987694),(0.01327894,0.009836005,-0.006636058),(0.01330206,0.009411301,-0.006547316),(0.01333311,0.008987892,-0.00646271),(0.01329414,0.008489528,-0.006758964),(0.01337405,0.00856642,-0.006379534),(0.0127441,0.0100402,-0.007764326),(0.01266218,0.01048109,-0.007818657),(0.01282194,0.01054121,-0.007487847),(0.01288027,0.01010611,-0.007415817),(0.0125914,0.01092767,-0.007869869),(0.01252712,0.01137871,-0.007915762),(0.01272352,0.01142592,-0.007622489),(0.01277121,0.01098122,-0.007557805),(0.01299531,0.01104681,-0.007246682),(0.01302567,0.0106125,-0.007160398),(0.01296372,0.01148574,-0.007327755),(0.01320769,0.01155322,-0.007019174),(0.01323,0.01111879,-0.006927229),(0.01324675,0.01068857,-0.006830042),(0.01305924,0.01018213,-0.007072775),(0.01326178,0.01026137,-0.006731642),(0.01246474,0.01183302,-0.007954132),(0.01240389,0.01229053,-0.007985329),(0.01262373,0.01232849,-0.007726773),(0.0126743,0.01187511,-0.007678702),(0.0123442,0.01275117,-0.008009701),(0.01228531,0.01321486,-0.008027598),(0.01251934,0.01324675,-0.007799846),(0.01257202,0.0127858,-0.007767042),(0.01283848,0.01283261,-0.007517734),(0.01288448,0.01237909,-0.007462949),(0.01278933,0.01329012,-0.007564418),(0.01303802,0.01333984,-0.007297776),(0.01308976,0.01288685,-0.007240795),(0.0131362,0.01243775,-0.007175603),(0.01292651,0.01192998,-0.007399733),(0.01317596,0.01199304,-0.007101847),(0.01222685,0.01368154,-0.008039369),(0.01216852,0.01415081,-0.008045347),(0.01241175,0.0141783,-0.007844228),(0.0124659,0.01371105,-0.007825516),(0.01211003,0.01462224,-0.008045865),(0.01205106,0.01509543,-0.008041256),(0.01230147,0.01512011,-0.007861461),(0.01235692,0.01464812,-0.007856152),(0.01262977,0.01468257,-0.00765791),(0.01268452,0.01421541,-0.007634487),(0.01257404,0.01515231,-0.007673615),(0.01280027,0.0151842,-0.007446294),(0.01286262,0.01471857,-0.007421243),(0.01292359,0.01425586,-0.007388085),(0.01273786,0.01375116,-0.007603329),(0.01298234,0.01379623,-0.007346901),(0.01199133,0.01556996,-0.008031853),(0.0119294,0.01604641,-0.008019856),(0.01218746,0.01606972,-0.007855242),(0.01224547,0.01559386,-0.007860324),(0.01186387,0.01652531,-0.008007458),(0.01179332,0.01700723,-0.007996859),(0.01205972,0.01702912,-0.007843236),(0.01212602,0.01654803,-0.007848712),(0.01239863,0.01657535,-0.00768529),(0.01245976,0.01609863,-0.007684616),(0.01233311,0.01705452,-0.007686332),(0.01253687,0.01707282,-0.007491219),(0.01260661,0.01659704,-0.00748295),(0.01267316,0.01612357,-0.007474483),(0.01251781,0.01562431,-0.007681621),(0.01273742,0.01565258,-0.007463152),(0.01171633,0.01749272,-0.007990255),(0.01163736,0.01798237,-0.00798846),(0.01191259,0.01800112,-0.007842775),(0.01198712,0.01751333,-0.007841306),(0.01156087,0.01847672,-0.007992289),(0.01149133,0.01897638,-0.008002554),(0.01177527,0.01898937,-0.007855299),(0.01184052,0.01849298,-0.007847491),(0.01211782,0.01850835,-0.007703626),(0.0121889,0.01802072,-0.007696542),(0.01205251,0.01899939,-0.007710636),(0.01224578,0.01899864,-0.007532347),(0.01231465,0.01851359,-0.007524181),(0.01238803,0.018031,-0.007513497),(0.01226193,0.01753622,-0.007690431),(0.01246306,0.01755078,-0.007501955),(0.01143318,0.0194819,-0.008020069),(0.01138586,0.01999089,-0.008043258),(0.01167722,0.01999547,-0.007879091),(0.01172122,0.01949076,-0.007866046),(0.01134879,0.02050098,-0.008070546),(0.01132141,0.02100976,-0.008100358),(0.01161485,0.02100808,-0.007909487),(0.01164215,0.0205018,-0.007893786),(0.01190923,0.02049198,-0.007725496),(0.01194943,0.01999192,-0.00772144),(0.01187497,0.02099364,-0.007728824),(0.01203428,0.02096646,-0.007529995),(0.01207951,0.02046995,-0.00753448),(0.01212918,0.01997661,-0.007536819),(0.01199679,0.01949415,-0.00771653),(0.01218428,0.01948624,-0.007536334),(0.01130313,0.02151484,-0.008131115),(0.01129177,0.02201744,-0.008164193),(0.01157787,0.02201613,-0.007943189),(0.01159418,0.02151261,-0.00792555),(0.01128511,0.02251874,-0.008200961),(0.01128097,0.02301997,-0.008242794),(0.01154914,0.02302306,-0.007988061),(0.01156362,0.02251937,-0.00796362),(0.01179076,0.02250439,-0.007738914),(0.01181818,0.02199972,-0.007734619),(0.01176073,0.02301031,-0.007745365),(0.01186314,0.02298132,-0.007502061),(0.01190944,0.0224743,-0.007509605),(0.01195173,0.02196914,-0.007517089),(0.01184544,0.02149617,-0.007731562),(0.01199252,0.02146636,-0.007524041),(0.01127713,0.02352232,-0.008291066),(0.01127137,0.02402624,-0.008343642),(0.01151063,0.02403403,-0.0080515),(0.01153215,0.02352794,-0.008017729),(0.01126143,0.02453218,-0.00839839),(0.01124509,0.02504059,-0.008453183),(0.01144602,0.02504994,-0.008126861),(0.01148259,0.02454135,-0.008088251),(0.01163424,0.02453459,-0.007783385),(0.011684,0.02402582,-0.00776754),(0.01157487,0.02504349,-0.007802484),(0.0116032,0.02501616,-0.007486695),(0.01168137,0.02450782,-0.007486169),(0.01175009,0.02399877,-0.00748927),(0.01172565,0.02351759,-0.007754888),(0.01181036,0.02348971,-0.007494923),(0.0112201,0.02555192,-0.008505887),(0.01118718,0.02606645,-0.008554619),(0.01134269,0.0260714,-0.008204202),(0.01139892,0.02555981,-0.008166211),(0.01114706,0.02658446,-0.00859749),(0.01110045,0.02710623,-0.008632619),(0.0112086,0.02710138,-0.008267722),(0.01127878,0.02658512,-0.008238738),(0.01133791,0.02657064,-0.007871323),(0.01142469,0.02606098,-0.007848538),(0.01124602,0.02708162,-0.007891164),(0.01121027,0.02704174,-0.007517738),(0.01131575,0.02653528,-0.007509252),(0.011418,0.02602928,-0.007500044),(0.01150435,0.0255521,-0.007824897),(0.01151461,0.02552311,-0.007491923),(0.01104809,0.02763205,-0.008658119),(0.01099094,0.02816172,-0.008673274),(0.01105625,0.02814313,-0.008301249),(0.01113358,0.02762061,-0.008289062),(0.01092998,0.02869505,-0.008677362),(0.01086619,0.02923184,-0.008669666),(0.01090488,0.02919926,-0.008292119),(0.01097917,0.02866924,-0.00830277),(0.01096835,0.02862916,-0.007912087),(0.01105709,0.02811001,-0.007913655),(0.01088896,0.02915279,-0.00789917),(0.01083218,0.02909132,-0.007502423),(0.01090971,0.02857274,-0.007518431),(0.01100204,0.02805915,-0.007524724),(0.01115103,0.02759444,-0.007905978),(0.01110396,0.02754926,-0.007523693),(0.01080055,0.0297719,-0.008649467),(0.01073028,0.03031369,-0.008619842),(0.01076635,0.03027011,-0.008233469),(0.01083592,0.0297335,-0.008267787),(0.01065261,0.0308556,-0.008583869),(0.0105648,0.03139611,-0.008544623),(0.01060154,0.03134313,-0.008149629),(0.01069021,0.03080727,-0.008192851),(0.01069286,0.03074668,-0.007794948),(0.01076096,0.0302138,-0.007836778),(0.01060903,0.03127813,-0.007751129),(0.01059212,0.03120163,-0.007353606),(0.01066767,0.03067408,-0.007396254),(0.01072419,0.0301447,-0.007437699),(0.01082308,0.02968176,-0.007872791),(0.01077468,0.02961621,-0.0074743),(0.01046405,0.03193363,-0.008505181),(0.01034259,0.03246607,-0.008464693),(0.01036343,0.03240328,-0.008065353),(0.0104944,0.03187587,-0.008107495),(0.01019263,0.03299133,-0.008422304),(0.0100064,0.03350732,-0.008377162),(0.01000851,0.03343321,-0.007976666),(0.01020325,0.03292312,-0.008022108),(0.01019445,0.03284081,-0.007625484),(0.01036239,0.03232757,-0.007667691),(0.009993356,0.03334325,-0.00758123),(0.009968472,0.03323948,-0.00719117),(0.01017278,0.03274626,-0.00723378),(0.01034477,0.03224041,-0.007273981),(0.01049973,0.03180587,-0.00770914),(0.01048452,0.03172463,-0.007313385),(0.009776115,0.03401194,-0.008328414),(0.009506476,0.03449983,-0.008274203),(0.009504616,0.03441332,-0.007873501),(0.009773855,0.03393133,-0.007927933),(0.009202191,0.03496565,-0.008212669),(0.008867972,0.03540404,-0.008141954),(0.008883759,0.03531222,-0.007737902),(0.009206137,0.034875,-0.007810959),(0.009199658,0.03476236,-0.007416613),(0.009489976,0.0343063,-0.007479744),(0.008891567,0.03519843,-0.007341292),(0.008893683,0.03506123,-0.006947951),(0.009187682,0.03462807,-0.007026179),(0.009469256,0.0341802,-0.007090624),(0.009756536,0.0338325,-0.007533633),(0.009731741,0.0337174,-0.007144535),(0.008508523,0.03580966,-0.008060199),(0.008133226,0.03619396,-0.007970967),(0.008189438,0.03611099,-0.007556205),(0.008542823,0.03572081,-0.00765192),(0.00775146,0.03656839,-0.00787782),(0.007372601,0.0369444,-0.007784322),(0.007469787,0.03687711,-0.007348319),(0.007829723,0.03649302,-0.00745394),(0.0079054,0.03640322,-0.007035664),(0.008242225,0.03601131,-0.007148024),(0.007563424,0.0367955,-0.006916553),(0.00764513,0.0366892,-0.006489595),(0.007971137,0.03628975,-0.00662101),(0.008286903,0.03588798,-0.00674287),(0.008571684,0.03561223,-0.00725083),(0.00859392,0.03547984,-0.006852682),(0.007006033,0.03733346,-0.007694036),(0.006637533,0.0377233,-0.007597053),(0.006753813,0.03766591,-0.007129474),(0.007115745,0.03727352,-0.007242531),(0.006252879,0.03810166,-0.007483462),(0.005837848,0.03845629,-0.007343356),(0.005951149,0.03837344,-0.006853173),(0.00637021,0.03803799,-0.007002054),(0.006471515,0.03794307,-0.006522241),(0.006858564,0.03758463,-0.006663144),(0.006045274,0.03825181,-0.006367469),(0.006123877,0.03809207,-0.005899905),(0.006556749,0.03781312,-0.006055624),(0.006947924,0.03747215,-0.006206249),(0.007218506,0.0371957,-0.00679348),(0.007307388,0.03709042,-0.006351124),(0.00537822,0.03877494,-0.007166825),(0.004881056,0.03904462,-0.006969823),(0.005482849,0.03865597,-0.00667573),(0.004975575,0.03887892,-0.006485415),(0.00435342,0.03925239,-0.006768303),(0.003802373,0.03938526,-0.006578218),(0.004439597,0.03903563,-0.006297917),(0.00388518,0.03911946,-0.006128924),(0.005051804,0.03866332,-0.006020042),(0.004510236,0.03876745,-0.00585465),(0.003955884,0.03880475,-0.005712983),(0.004574026,0.03846331,-0.005445853),(0.004022736,0.03846025,-0.005331994),(0.005117794,0.03840864,-0.005585083),(0.005567762,0.03849167,-0.006195525),(0.005639318,0.03828774,-0.005739744),(0.003234978,0.03943028,-0.006415519),(0.002658852,0.0394063,-0.006274465),(0.003322591,0.03912377,-0.005994124),(0.002757438,0.0390682,-0.005883487),(0.002081615,0.03933216,-0.006149305),(0.001510884,0.03922671,-0.006034296),(0.002195325,0.03897239,-0.005786986),(0.001641861,0.03885597,-0.005694592),(0.0028505,0.03869959,-0.005528012),(0.002305808,0.03859451,-0.0054573),(0.001770676,0.03847934,-0.005382834),(0.002415446,0.0382197,-0.005140467),(0.001898032,0.03811558,-0.005075147),(0.002942598,0.03832249,-0.005194749),(0.003401582,0.03877589,-0.005608671),(0.003478644,0.03840799,-0.005253443),(0.0009542765,0.03910881,-0.005923692),(0.000411034,0.03898195,-0.00581219),(0.0005762997,0.03862007,-0.005490029),(0.00110265,0.03873861,-0.005596278),(-0.0001196037,0.03884965,-0.005694486),(-0.0006383961,0.0387154,-0.00556528),(-0.0004433954,0.03837861,-0.005245674),(6.141583e-5,0.03850015,-0.005373831),(0.0002357165,0.0381693,-0.005062666),(0.0007371174,0.03827078,-0.00518352),(-0.0002574156,0.03806429,-0.004930341),(-7.902249e-5,0.03777415,-0.004603802),(0.0004040073,0.03786251,-0.004742187),(0.0008936413,0.03794412,-0.004870526),(0.001248275,0.03837278,-0.005290907),(0.001391207,0.03802609,-0.004983339),(-0.001146103,0.03858272,-0.005419268),(-0.001646059,0.03844902,-0.005257366),(-0.001429371,0.03812788,-0.004948056),(-0.0009395276,0.03825525,-0.005103544),(-0.002141598,0.03831172,-0.005080487),(-0.002636056,0.03816823,-0.004889545),(-0.002399751,0.03785242,-0.004599473),(-0.001915316,0.03799433,-0.004779827),(-0.001701622,0.03769825,-0.004477294),(-0.00122471,0.03783017,-0.004637462),(-0.002175879,0.03755456,-0.004308231),(-0.001962894,0.03727609,-0.004002415),(-0.00149826,0.03742345,-0.00416038),(-0.001029704,0.0375552,-0.004313119),(-0.0007437658,0.03795171,-0.004788541),(-0.0005567758,0.03767191,-0.004460853),(-0.003132766,0.03801595,-0.004685457),(-0.003629121,0.03785279,-0.004474284),(-0.003369552,0.03753643,-0.004207687),(-0.002885067,0.03769998,-0.004407608),(-0.004122512,0.03767661,-0.00426209),(-0.004610332,0.0374853,-0.004054939),(-0.004329187,0.03717366,-0.003797487),(-0.003851496,0.03736118,-0.004003162),(-0.003587907,0.03704917,-0.003750936),(-0.003119785,0.03722885,-0.003944525),(-0.004052456,0.03685987,-0.003550226),(-0.003786745,0.03655442,-0.003294656),(-0.003335983,0.03674873,-0.003487269),(-0.002881755,0.03693576,-0.003668004),(-0.002648854,0.0373977,-0.004130465),(-0.002424058,0.03711253,-0.003839004),(-0.005089972,0.03727673,-0.003858893),(-0.005554153,0.03704631,-0.003677516),(-0.005260678,0.03675597,-0.003398496),(-0.004800914,0.03697327,-0.003594116),(-0.005995595,0.03678939,-0.003514368),(-0.006407018,0.03650137,-0.003373011),(-0.00612032,0.03625441,-0.003052306),(-0.00570248,0.0365177,-0.003216077),(-0.00540234,0.03622856,-0.002936657),(-0.00496411,0.03645276,-0.003136056),(-0.005822927,0.03598636,-0.002751755),(-0.005526666,0.03571016,-0.002462034),(-0.005106851,0.03593607,-0.002663901),(-0.004675027,0.03615048,-0.002875165),(-0.00451267,0.03666213,-0.003342923),(-0.004234043,0.0363558,-0.003088018),(-0.006781142,0.03617764,-0.003257005),(-0.00711813,0.03582127,-0.00316328),(-0.0065082,0.03596207,-0.002912633),(-0.006863629,0.03563951,-0.002795863),(-0.007418145,0.03543535,-0.003088763),(-0.007681349,0.03502299,-0.003030382),(-0.007184123,0.0352856,-0.002700802),(-0.007467189,0.03489919,-0.002626256),(-0.006592904,0.03543283,-0.002447546),(-0.006932385,0.0351105,-0.00233026),(-0.007234923,0.03475047,-0.002237533),(-0.00666923,0.03491258,-0.001974187),(-0.006988007,0.03457621,-0.001862932),(-0.006314789,0.03520758,-0.002113544),(-0.006221433,0.03572294,-0.002588382),(-0.005931624,0.03547039,-0.002277371),(-0.007907904,0.03458725,-0.002985064),(-0.008101712,0.03413261,-0.002951094),(-0.00771034,0.03447914,-0.002571032),(-0.007916545,0.03403231,-0.002533204),(-0.008266672,0.0336635,-0.002926756),(-0.008406688,0.03318438,-0.002910335),(-0.008088767,0.03356555,-0.002510849),(-0.008229976,0.03308574,-0.002502037),(-0.007716052,0.03390979,-0.002126735),(-0.007898132,0.03344717,-0.002104554),(-0.008043554,0.03296843,-0.002101779),(-0.007690908,0.0333062,-0.001710498),(-0.00784253,0.03283108,-0.001712561),(-0.007498307,0.03376247,-0.001733359),(-0.007495563,0.03434722,-0.002170376),(-0.007264185,0.03418932,-0.001783413),(-0.008525656,0.0326997,-0.002900115),(-0.008630962,0.03221317,-0.002891073),(-0.008343137,0.03259973,-0.002504848),(-0.00843787,0.03211125,-0.002512478),(-0.008729987,0.03172847,-0.002878182),(-0.008830114,0.03124932,-0.002856418),(-0.008523799,0.03162402,-0.002518128),(-0.008610545,0.03114177,-0.002514998),(-0.008241141,0.03199315,-0.00213981),(-0.008316293,0.03150379,-0.00216367),(-0.008391006,0.03101808,-0.002179464),(-0.00810528,0.03136869,-0.001815436),(-0.008170933,0.03087953,-0.001849266),(-0.008037082,0.03185913,-0.001774837),(-0.008154059,0.03248256,-0.002116355),(-0.00795371,0.03234766,-0.001737276),(-0.008938727,0.03077942,-0.002820757),(-0.00905264,0.03031628,-0.002774303),(-0.008707727,0.03066824,-0.002496286),(-0.008811035,0.03020141,-0.002466625),(-0.009168664,0.02985744,-0.002720161),(-0.009283617,0.02940043,-0.002661434),(-0.008916165,0.02973926,-0.002430649),(-0.009018802,0.0292798,-0.002392988),(-0.008568422,0.03006733,-0.002167335),(-0.008660777,0.02960028,-0.002151218),(-0.008748673,0.02913747,-0.002136271),(-0.008406198,0.02944215,-0.001877357),(-0.008478857,0.0289758,-0.00188397),(-0.008326951,0.02991544,-0.001873712),(-0.008476772,0.03053959,-0.002178717),(-0.008246678,0.03039484,-0.00186652),(-0.009394315,0.02894278,-0.002601228),(-0.00950284,0.02848552,-0.002537608),(-0.009114643,0.02882098,-0.002358276),(-0.009207658,0.02836366,-0.002321661),(-0.009611281,0.02802967,-0.002468641),(-0.009721722,0.02757628,-0.002392391),(-0.009301832,0.02790867,-0.002278289),(-0.009401137,0.02745684,-0.002223308),(-0.008901401,0.02822161,-0.002120153),(-0.008977917,0.02776879,-0.0021041),(-0.009062325,0.0273195,-0.002072796),(-0.008653296,0.02761731,-0.001925212),(-0.008721376,0.02717306,-0.00191652),(-0.008595072,0.02806487,-0.001916769),(-0.008826932,0.02867788,-0.002128396),(-0.00853937,0.0285172,-0.001900065),(-0.009836249,0.02712638,-0.002306924),(-0.00995348,0.02667937,-0.002214286),(-0.009509552,0.027009,-0.002151866),(-0.009624687,0.02656473,-0.002066878),(-0.01007203,0.02623462,-0.00211652),(-0.01019051,0.02579155,-0.002015673),(-0.009744139,0.02612359,-0.001971265),(-0.009865521,0.02568512,-0.001867942),(-0.009269148,0.02643181,-0.001945588),(-0.009385175,0.02599332,-0.001856638),(-0.009505353,0.02555831,-0.001755426),(-0.009014531,0.02585364,-0.001748069),(-0.009130028,0.02542036,-0.001655847),(-0.00890555,0.0262906,-0.001824533),(-0.009160466,0.02687386,-0.0020188),(-0.008806646,0.02673061,-0.001881822),(-0.01030753,0.02534953,-0.001913787),(-0.01042251,0.02490829,-0.00181181),(-0.009986434,0.02524891,-0.001759827),(-0.01010634,0.02481442,-0.001648547),(-0.01053482,0.02446753,-0.001710686),(-0.01064388,0.02402696,-0.001611364),(-0.01022469,0.02438113,-0.001535733),(-0.01034095,0.02394851,-0.001423011),(-0.009748062,0.02469795,-0.001528845),(-0.009869556,0.02427113,-0.001407885),(-0.009990454,0.02384561,-0.001284751),(-0.00949176,0.02414324,-0.001315064),(-0.009615308,0.02372252,-0.001188383),(-0.009369275,0.02456594,-0.001436858),(-0.009626488,0.02512676,-0.001645426),(-0.009248487,0.02499139,-0.001551281),(-0.01074907,0.0235863,-0.001514788),(-0.0108505,0.02314553,-0.001421037),(-0.01045458,0.02351601,-0.001312009),(-0.01056564,0.02308351,-0.00120312),(-0.01094827,0.02270461,-0.001330191),(-0.01104248,0.02226355,-0.001242329),(-0.0106742,0.02265088,-0.001096736),(-0.01078032,0.02221795,-0.0009932481),(-0.01022888,0.02299601,-0.001039306),(-0.01034637,0.02257141,-0.0009184639),(-0.01046267,0.0221466,-0.0007998542),(-0.009987764,0.02246617,-0.0007981084),(-0.01011188,0.02204814,-0.0006680849),(-0.009863504,0.02288433,-0.0009288614),(-0.01011023,0.02342066,-0.001161646),(-0.009739287,0.023303,-0.001059301),(-0.01113322,0.02182231,-0.001157529),(-0.0112204,0.0213809,-0.001075684),(-0.01088407,0.0217846,-0.0008930488),(-0.01098523,0.02135077,-0.0007961842),(-0.0113039,0.02093931,-0.0009966837),(-0.01138362,0.02049756,-0.0009204191),(-0.01108357,0.02091638,-0.000702701),(-0.01117889,0.02048138,-0.0006126454),(-0.01069137,0.02129541,-0.0005718067),(-0.01080315,0.02086874,-0.0004629098),(-0.0109128,0.02044114,-0.0003577912),(-0.01048078,0.02079192,-0.0002908843),(-0.01060145,0.02037166,-0.0001713),(-0.01035873,0.02121127,-0.0004139151),(-0.01057778,0.02172131,-0.0006842118),(-0.01023565,0.02162993,-0.0005398346),(-0.01145945,0.02005564,-0.0008467809),(-0.01153135,0.01961358,-0.0007757265),(-0.01127096,0.02004569,-0.0005260639),(-0.01135959,0.01960932,-0.0004429699),(-0.01159929,0.01917137,-0.0007072124),(-0.01166321,0.01872903,-0.0006411955),(-0.01144462,0.01917226,-0.0003633771),(-0.01152586,0.01873449,-0.000287299),(-0.01112449,0.01958273,-0.0001598071),(-0.01122595,0.01915182,-6.715388e-5),(-0.01132409,0.01871972,2.113215e-5),(-0.01095182,0.01910349,0.0001624634),(-0.01106362,0.018678,0.0002645848),(-0.0108373,0.01952754,5.561486e-5),(-0.01102001,0.02001249,-0.0002567216),(-0.0107204,0.01995023,-5.571995e-5),(-0.01172308,0.01828658,-0.000577633),(-0.01177902,0.01784409,-0.0005165485),(-0.01160312,0.018296,-0.0002147489),(-0.01167636,0.01785686,-0.0001457306),(-0.01183116,0.01740164,-0.0004579657),(-0.01187961,0.0169593,-0.0004019086),(-0.01174552,0.01741715,-8.02474e-5),(-0.01181056,0.01697693,-1.830292e-5),(-0.01150931,0.01785183,0.000184281),(-0.01159597,0.01741613,0.000259138),(-0.01167839,0.01697932,0.0003295129),(-0.01137953,0.01739221,0.0005409619),(-0.0114773,0.01696046,0.0006229437),(-0.01127778,0.01782238,0.0004538786),(-0.01141861,0.01828637,0.0001049447),(-0.01117238,0.01825097,0.0003617381),(-0.0119245,0.01651715,-0.000348401),(-0.01196628,0.01607529,-0.0002974168),(-0.01187143,0.01653626,4.009931e-5),(-0.0119285,0.01609536,9.506525e-5),(-0.01200542,0.01563381,-0.00024893),(-0.01204238,0.01519284,-0.0002029144),(-0.01198213,0.01565441,0.000146701),(-0.01203268,0.01521361,0.0001951124),(-0.0118301,0.01610272,0.0004569589),(-0.01189985,0.01566345,0.0005143333),(-0.01196583,0.01522386,0.0005676776),(-0.01174533,0.01565652,0.0008384752),(-0.01182655,0.01521975,0.0009005672),(-0.01166011,0.01609239,0.0007715845),(-0.01175636,0.01654143,0.0003954025),(-0.0115708,0.01652711,0.0006997793),(-0.01207762,0.01475245,-0.0001593441),(-0.01211191,0.01431288,-0.0001181709),(-0.01208054,0.01477314,0.0002404056),(-0.01212664,0.01433338,0.0002826674),(-0.01214604,0.01387435,-7.93464e-5),(-0.01218078,0.01343708,-4.282234e-5),(-0.01217191,0.0138947,0.0003219846),(-0.01221731,0.01345745,0.0003584441),(-0.0120882,0.01434495,0.0006627998),(-0.01214653,0.01390656,0.0007047149),(-0.01220426,0.01346951,0.0007429575),(-0.01205011,0.01390728,0.001058521),(-0.01212073,0.01347067,0.001101545),(-0.0119781,0.01434465,0.001010646),(-0.01202829,0.0147842,0.0006171436),(-0.01190385,0.0147823,0.0009579763),(-0.01221691,0.0130013,-8.550479e-6),(-0.01225481,0.01256693,2.364852e-5),(-0.01226377,0.01302201,0.0003921327),(-0.01231187,0.01258834,0.0004231444),(-0.01229486,0.01213387,5.395398e-5),(-0.01233745,0.01170206,8.25451e-5),(-0.01236218,0.01215638,0.0004515732),(-0.0124153,0.01172609,0.0004775128),(-0.01232165,0.01260084,0.0008086013),(-0.01238295,0.01216928,0.0008359419),(-0.01244707,0.01173963,0.0008595879),(-0.01233316,0.0121689,0.001200489),(-0.01240736,0.0117382,0.001222855),(-0.01226129,0.01260132,0.0011727),(-0.01226236,0.01303426,0.0007775964),(-0.01219081,0.01303529,0.001139662),(-0.01238296,0.0112714,0.0001096013),(-0.01243307,0.01084193,0.0001350897),(-0.01247178,0.01129742,0.0005010574),(-0.01253296,0.01087026,0.0005223188),(-0.0124895,0.01041367,0.0001589775),(-0.01255393,0.009986666,0.0001812318),(-0.01260014,0.01044445,0.0005414091),(-0.01267464,0.01001989,0.00055844),(-0.01258716,0.01088592,0.0008959823),(-0.01266491,0.01046146,0.0009092844),(-0.012749,0.01003831,0.0009196922),(-0.01265202,0.01045681,0.001258117),(-0.01274281,0.01003276,0.001260692),(-0.01256622,0.01088231,0.001251239),(-0.01251484,0.01131191,0.0008795091),(-0.01248486,0.01130938,0.001239629),(-0.01262806,0.009560935,0.0002018198),(-0.01271315,0.009137883,0.0002205537),(-0.01275777,0.009596421,0.0005735236),(-0.01285021,0.00917499,0.0005869309),(-0.01281046,0.00871891,0.0002372457),(-0.01292124,0.008305419,0.0002517078),(-0.01295264,0.008756513,0.0005989328),(-0.01306572,0.008341921,0.0006098006),(-0.01293912,0.009195851,0.0009333366),(-0.01304563,0.00877758,0.0009379345),(-0.01316009,0.008361969,0.0009419575),(-0.01304856,0.008769539,0.001248961),(-0.01316157,0.008352426,0.001241716),(-0.01294109,0.009188831,0.001255169),(-0.01284033,0.009616266,0.0009274826),(-0.01283917,0.009610004,0.001259394),(-0.01304676,0.007898811,0.0002637524),(-0.01318758,0.007500597,0.0002697972),(-0.01319013,0.007932138,0.0006198051),(-0.01332466,0.007527529,0.0006250157),(-0.01334426,0.007112287,0.0002662603),(-0.01351738,0.006735392,0.0002495595),(-0.01346812,0.007128463,0.0006215022),(-0.0136193,0.006735306,0.0006053338),(-0.01341087,0.007539762,0.0009460801),(-0.01354166,0.007132148,0.0009376976),(-0.01367239,0.006726182,0.000916698),(-0.0136321,0.006698248,0.001166296),(-0.01351909,0.007111739,0.001201221),(-0.01340054,0.007524569,0.001222398),(-0.01328276,0.007949533,0.0009460865),(-0.01328013,0.007937783,0.001234379),(-0.0137075,0.006371422,0.0002161126),(-0.01390639,0.006015778,0.0001664717),(-0.01377699,0.006348422,0.0005725803),(-0.01393733,0.005966464,0.0005232142),(-0.01410583,0.005663864,0.0001011886),(-0.01429759,0.005311079,2.081516e-5),(-0.01425055,0.005211945,0.0003745353),(-0.01409647,0.005588088,0.0004572084),(-0.01404841,0.005519285,0.000753938),(-0.01392557,0.005918701,0.0008244715),(-0.01416901,0.005124147,0.0006675866),(-0.01402277,0.005047855,0.0008659307),(-0.0139281,0.005455795,0.0009606556),(-0.01383351,0.005868216,0.00104378),(-0.01380029,0.006321349,0.0008788404),(-0.01373587,0.006283054,0.001113071),(-0.01447344,0.004952826,-7.409671e-5),(-0.01463103,0.00458918,-0.0001830615),(-0.01452827,0.004461042,0.000160358),(-0.01439571,0.004836688,0.000275168),(-0.01476798,0.004220218,-0.0003055937),(-0.01488195,0.003846016,-0.0004412077),(-0.01474085,0.003703469,-0.0001105825),(-0.01464455,0.004083728,3.13572e-5),(-0.01450035,0.003962691,0.0003230069),(-0.01439954,0.00434785,0.0004502959),(-0.01458545,0.003576858,0.0001857225),(-0.01439085,0.003466138,0.0004157258),(-0.01430887,0.003857133,0.0005345001),(-0.01421738,0.00425006,0.0006506167),(-0.01428757,0.004734335,0.0005657642),(-0.0141206,0.004646455,0.000761839),(-0.01497057,0.003466651,-0.0005894181),(-0.0150561,0.003091187,-0.0007340835),(-0.01488669,0.002941433,-0.0004118847),(-0.01481351,0.003318986,-0.0002642092),(-0.01516083,0.00272869,-0.0008590631),(-0.01530701,0.002388226,-0.0009482151),(-0.0151314,0.002251728,-0.0006188279),(-0.0149846,0.002581963,-0.0005359704),(-0.01481808,0.002455299,-0.0002072061),(-0.01471958,0.002810166,-9.637051e-5),(-0.01497052,0.002136745,-0.0002752524),(-0.0148141,0.002046314,7.065519e-5),(-0.01464742,0.002351607,0.000110571),(-0.01453684,0.002699356,0.0001903373),(-0.01465028,0.003188351,4.026789e-5),(-0.01445907,0.003075539,0.0002965303),(-0.01551692,0.00207886,-0.000985399),(-0.01578073,0.001808926,-0.0009804042),(-0.01563074,0.001716908,-0.0006209625),(-0.01535128,0.001961882,-0.0006428186),(-0.01608861,0.001586759,-0.0009430216),(-0.01643074,0.001420694,-0.0008830407),(-0.01631431,0.001379503,-0.000491789),(-0.01595625,0.001521288,-0.0005662793),(-0.01583573,0.001478048,-0.0001782677),(-0.01549537,0.001647841,-0.0002464005),(-0.01620668,0.001358399,-9.350745e-5),(-0.01610369,0.001353286,0.0003081955),(-0.01572206,0.001454641,0.0002163381),(-0.01536852,0.001601491,0.0001370928),(-0.01520163,0.001867499,-0.000283523),(-0.01506017,0.001797495,8.401384e-5),(-0.01679728,0.001319065,-0.000810252),(-0.01718147,0.001269486,-0.0007271782),(-0.01708172,0.001261231,-0.0003240735),(-0.01669139,0.001296037,-0.0004105113),(-0.01757654,0.001259569,-0.0006363422),(-0.01797573,0.001276929,-0.0005402666),(-0.01787901,0.001298972,-0.0001422268),(-0.01747952,0.001265429,-0.0002341028),(-0.0173874,0.001276547,0.0001696363),(-0.01698738,0.001264009,8.159599e-5),(-0.0177874,0.001320427,0.0002564672),(-0.01770054,0.001332711,0.0006556964),(-0.01729871,0.001286828,0.0005739125),(-0.01689598,0.001272729,0.0004880337),(-0.01659218,0.001289173,-6.502425e-6),(-0.01649632,0.001293765,0.000399111),(-0.01837228,0.001309177,-0.0004414745),(-0.01876767,0.001350583,-0.0003412196),(-0.0182744,0.001352204,-5.007258e-5),(-0.01866791,0.001417316,4.17571e-5),(-0.01916339,0.001395413,-0.0002407558),(-0.01956091,0.001437936,-0.000141337),(-0.01945807,0.001551952,0.0002220321),(-0.01906173,0.001486502,0.0001326596),(-0.0185754,0.001473222,0.0004231443),(-0.01896873,0.001562314,0.0005031865),(-0.01936518,0.001646653,0.0005811615),(-0.01928654,0.001689174,0.0009396437),(-0.01888778,0.001596401,0.0008734812),(-0.01849235,0.001498639,0.0008046537),(-0.01818251,0.00138929,0.0003409372),(-0.01809752,0.001407028,0.0007323344),(-0.01996174,0.001472419,-4.421694e-5),(-0.0203651,0.001500557,5.041197e-5),(-0.02026372,0.001650521,0.0003940914),(-0.01985914,0.001605861,0.000309272),(-0.02077022,0.001524042,0.0001423573),(-0.02117633,0.001544568,0.0002314266),(-0.02107867,0.001721267,0.0005553167),(-0.02067064,0.001688226,0.0004762023),(-0.02058301,0.001823312,0.0008018693),(-0.02017387,0.001774244,0.0007308534),(-0.02099327,0.001866439,0.0008698641),(-0.02092489,0.001931655,0.001182433),(-0.02051223,0.001883785,0.001125712),(-0.02010047,0.001829596,0.001066107),(-0.01976741,0.001716327,0.0006571674),(-0.01969134,0.001765815,0.001003968),(-0.02158266,0.00156383,0.0003174276),(-0.02198916,0.001582142,0.0004011273),(-0.02189448,0.001780835,0.0007045136),(-0.02148661,0.00175194,0.0006311468),(-0.02239577,0.001599823,0.0004832928),(-0.02280244,0.001617187,0.0005646912),(-0.02271013,0.001835665,0.0008471417),(-0.02230232,0.001808546,0.0007762382),(-0.02222185,0.001980657,0.00105699),(-0.02181258,0.001944354,0.0009965816),(-0.02263102,0.002016203,0.001116556),(-0.02256949,0.002100257,0.001385089),(-0.02215884,0.002060012,0.001336444),(-0.021748,0.002019006,0.001286992),(-0.02140309,0.001906534,0.000934487),(-0.02133675,0.001976473,0.001235924),(0.02044335,0.001221571,0.00653144),(0.02036294,0.001221552,0.006125189),(0.0202821,0.001221535,0.005719047),(0.01992937,0.00122152,0.006204852),(0.01985392,0.001221499,0.005797797),(0.02000416,0.001221542,0.006612038),(0.02020039,0.001221517,0.005313118),(0.02011738,0.0012215,0.004907515),(0.01977715,0.001221481,0.005391006),(0.01969839,0.001221465,0.004984608),(0.01942625,0.001221474,0.005874514),(0.01935399,0.00122146,0.005466896),(0.01927916,0.00122145,0.005059726),(0.0189313,0.00122145,0.005542851),(0.01885984,0.001221445,0.005135016),(0.01899987,0.001221457,0.005951171),(0.01949682,0.001221489,0.006282432),(0.01956652,0.001221506,0.0066905),(0.01906651,0.001221465,0.006359815),(0.01913218,0.001221473,0.006768621),(0.02003263,0.001221484,0.004502343),(0.01994593,0.001221557,0.004097622),(0.01961698,0.001221455,0.004578737),(0.01953283,0.00122147,0.004173402),(0.01985708,0.001221806,0.003693376),(0.01976585,0.00122232,0.003289622),(0.01944582,0.001221532,0.003768614),(0.01935584,0.00122166,0.003364383),(0.01911922,0.001221441,0.004247187),(0.01903401,0.00122144,0.003841827),(0.01894525,0.00122144,0.00343708),(0.01862195,0.00122144,0.003915424),(0.01853454,0.00122144,0.00351022),(0.01870525,0.00122144,0.004321295),(0.01920092,0.001221444,0.004653155),(0.01878452,0.001221442,0.004727829),(0.01967204,0.001223186,0.002886385),(0.01957536,0.001224753,0.00248378),(0.01926278,0.001221876,0.002960721),(0.01916655,0.001222268,0.00255765),(0.01947556,0.00122737,0.002081923),(0.01937235,0.001231388,0.001680932),(0.01906707,0.001222922,0.002155191),(0.01896423,0.001223927,0.001753365),(0.018757,0.00122144,0.002629426),(0.01865762,0.00122144,0.002226494),(0.01855484,0.00122144,0.001824142),(0.01824799,0.00122144,0.002298569),(0.01814507,0.00122144,0.001895928),(0.01834735,0.00122144,0.002701816),(0.0188529,0.00122144,0.003032951),(0.01844293,0.00122144,0.003105692),(0.01926546,0.001237154,0.001280922),(0.01915585,0.001247727,0.000881994),(0.01885797,0.001225369,0.001352196),(0.0187492,0.00123143,0.0009518649),(0.01904451,0.001266164,0.0004842477),(0.01893239,0.001295521,8.778288e-5),(0.01863888,0.001246294,0.000552555),(0.01852796,0.001274144,0.000154449),(0.01834055,0.001226258,0.00102159),(0.01823176,0.001240713,0.000622295),(0.01812369,0.001269622,0.0002249243),(0.01782543,0.001244591,0.0006960079),(0.01772288,0.001279317,0.0003024499),(0.0179315,0.001227228,0.001093523),(0.01844869,0.00122144,0.001422356),(0.01803881,0.00122144,0.001493872),(0.01882047,0.001338856,-0.0003073005),(0.01871342,0.001404195,-0.0006974745),(0.01841736,0.001319162,-0.0002422708),(0.01831318,0.001391188,-0.0006322659),(0.01861591,0.001499563,-0.001079211),(0.01853261,0.001632985,-0.001448983),(0.01822148,0.001500065,-0.001010198),(0.01814835,0.001655631,-0.001370729),(0.01792089,0.00139653,-0.0005557723),(0.01784051,0.001517067,-0.0009252664),(0.01778371,0.001690684,-0.001271637),(0.0174503,0.001755074,-0.001142225),(0.01748193,0.001564538,-0.0008162369),(0.01754319,0.001428757,-0.0004615459),(0.01801767,0.001317805,-0.00017007),(0.01762616,0.001337194,-8.602595e-5),(0.0184682,0.001812489,-0.001803262),(0.01843328,0.002033173,-0.002134162),(0.01808564,0.002126456,-0.002017497),(0.01809986,0.00186773,-0.001708521),(0.01843847,0.002290136,-0.002433799),(0.01849438,0.002578478,-0.002694286),(0.01819853,0.002744176,-0.0025247),(0.01811532,0.002421906,-0.002291582),(0.01782847,0.002542802,-0.002116007),(0.01777003,0.00221726,-0.001870632),(0.01794065,0.00289157,-0.002320466),(0.01774164,0.003021518,-0.002073053),(0.01759771,0.002658976,-0.001897787),(0.01750398,0.00231715,-0.001683736),(0.01775767,0.001928651,-0.001587967),(0.01745625,0.002010896,-0.001431636),(0.01861162,0.002893297,-0.002907739),(0.01873709,0.00320627,-0.003084817),(0.01849901,0.003414142,-0.002862171),(0.01834489,0.003083364,-0.002710775),(0.01881766,0.003489071,-0.003236179),(0.01880025,0.003713374,-0.003372484),(0.01860545,0.003711184,-0.002991251),(0.01860883,0.003949165,-0.003110379),(0.0182928,0.003594846,-0.002608662),(0.01841995,0.003903732,-0.002718204),(0.01843926,0.004153704,-0.002821914),(0.01827773,0.004059407,-0.002410515),(0.01830604,0.004318051,-0.002500878),(0.01813719,0.003742956,-0.002317221),(0.01811423,0.003249854,-0.002480383),(0.01793998,0.003389919,-0.002208799),(0.01863174,0.003850856,-0.003504394),(0.01835207,0.003911145,-0.00362642),(0.01845372,0.004102758,-0.00323192),(0.01818234,0.004178128,-0.00334779),(0.01800118,0.003903872,-0.003733077),(0.01761901,0.003838664,-0.003818878),(0.0178369,0.00418144,-0.003449908),(0.01745961,0.004118857,-0.00353019),(0.01802929,0.004411581,-0.003041119),(0.01768837,0.004425714,-0.003137776),(0.0173157,0.004367458,-0.003213242),(0.01756668,0.004622196,-0.002789806),(0.01719736,0.004568312,-0.002860602),(0.01790495,0.004598846,-0.002699962),(0.01829432,0.00432195,-0.002932691),(0.0181666,0.004497665,-0.002600506),(0.0172455,0.003725152,-0.003878336),(0.01687902,0.003592584,-0.003927184),(0.01709268,0.003996546,-0.003580555),(0.0167325,0.00384564,-0.00361732),(0.01651794,0.00347021,-0.003981149),(0.01616066,0.003387279,-0.004055965),(0.01637544,0.00369727,-0.003656802),(0.01601787,0.003582573,-0.003715319),(0.01624979,0.003907337,-0.003318235),(0.01660205,0.004075696,-0.003287908),(0.01589307,0.003767422,-0.003364642),(0.01579133,0.003925274,-0.002996403),(0.01614693,0.004082391,-0.002957063),(0.01649488,0.004264526,-0.002930481),(0.01695547,0.004239928,-0.003258099),(0.01684256,0.004437794,-0.002902911),(0.01580554,0.003373039,-0.004167361),(0.01546416,0.003427507,-0.004302961),(0.01565618,0.003532679,-0.003809184),(0.0153059,0.003551722,-0.003927531),(0.01514811,0.003550698,-0.004450388),(0.01486897,0.003742628,-0.004597264),(0.0149826,0.003643838,-0.004059483),(0.01470182,0.003813157,-0.004194172),(0.01516863,0.00367835,-0.003543869),(0.01483948,0.003744591,-0.003659665),(0.01455812,0.003894953,-0.003781562),(0.01444327,0.00398549,-0.003360927),(0.01472416,0.003847203,-0.003250304),(0.01505746,0.003797715,-0.003148815),(0.01552625,0.003688527,-0.003442691),(0.01542068,0.00382706,-0.003062251),(0.01463831,0.004003312,-0.004731211),(0.01444757,0.004317013,-0.004855113),(0.01430361,0.004376566,-0.004441033),(0.01447911,0.004063814,-0.004320728),(0.01428814,0.004667989,-0.004971849),(0.01415146,0.005040503,-0.005084303),(0.01405076,0.00511139,-0.004670446),(0.01416445,0.004732172,-0.004556978),(0.01406455,0.004808275,-0.004135368),(0.01418361,0.004448965,-0.004018767),(0.01397365,0.005192893,-0.004251496),(0.01392169,0.005284559,-0.00383043),(0.01399116,0.004896248,-0.003710286),(0.01409145,0.004534184,-0.003591559),(0.01434381,0.004137135,-0.003901047),(0.01423726,0.004222541,-0.003474893),(0.01402894,0.005418812,-0.005195353),(0.01391984,0.005802945,-0.005304808),(0.01386697,0.005883011,-0.00489549),(0.01395169,0.00549498,-0.004783326),(0.01382339,0.006192923,-0.005412478),(0.01373886,0.006588769,-0.005518168),(0.01373953,0.006672691,-0.005117156),(0.01379634,0.006275557,-0.005006809),(0.01379267,0.0063658,-0.004600395),(0.0138376,0.005971599,-0.004484139),(0.01376327,0.006763305,-0.004716436),(0.01380638,0.00685895,-0.004316607),(0.01381061,0.006462104,-0.004194652),(0.01383131,0.00606745,-0.004072827),(0.01389797,0.005580649,-0.004367795),(0.01386838,0.005674948,-0.003951348),(0.01366549,0.006990506,-0.005621685),(0.01360394,0.007397486,-0.005722804),(0.01366593,0.007480575,-0.005334135),(0.01369628,0.007074485,-0.005226403),(0.01355488,0.007809056,-0.005821297),(0.01351897,0.008224566,-0.005916939),(0.0136412,0.008304179,-0.005543394),(0.01364779,0.007890593,-0.005439937),(0.01375936,0.00797571,-0.005059907),(0.01374903,0.007568334,-0.004946837),(0.01377812,0.008386229,-0.005170696),(0.01391427,0.008470579,-0.004795091),(0.01387677,0.008063643,-0.004678571),(0.01384355,0.007659524,-0.004559417),(0.01374953,0.007164175,-0.004832132),(0.01381873,0.007258025,-0.004438479),(0.01349687,0.008643367,-0.006009498),(0.01348468,0.00906473,-0.006100973),(0.01365547,0.009140434,-0.005743117),(0.0136455,0.008720966,-0.005644094),(0.01347851,0.009487933,-0.006193361),(0.01347446,0.009912248,-0.006288656),(0.01367161,0.009985344,-0.005940465),(0.01366591,0.009562067,-0.005841545),(0.01384714,0.009635361,-0.00548625),(0.01382784,0.009216267,-0.00538368),(0.01385497,0.01005689,-0.005586457),(0.01400914,0.01012846,-0.005221601),(0.01400509,0.00970947,-0.005121856),(0.01398413,0.009293492,-0.005017207),(0.01380289,0.008799818,-0.005278558),(0.01395195,0.008880529,-0.004908127),(0.01346864,0.01033695,-0.006388858),(0.01345853,0.01076304,-0.006490512),(0.01365238,0.0108357,-0.00614059),(0.01366736,0.01040975,-0.006040961),(0.0134416,0.01119152,-0.006590165),(0.01341534,0.01162339,-0.006684366),(0.01358704,0.01169395,-0.006327497),(0.01362587,0.01126363,-0.006236915),(0.01377858,0.01133375,-0.005868899),(0.0138197,0.01090634,-0.005779057),(0.01372312,0.0117626,-0.005952734),(0.01382393,0.01182707,-0.00556424),(0.0138955,0.01140052,-0.005487543),(0.01395187,0.01097474,-0.005404699),(0.01384549,0.01048063,-0.005684484),(0.01399058,0.01055047,-0.005315967),(0.01337724,0.01205964,-0.00676966),(0.01332892,0.01249989,-0.006846477),(0.01347175,0.01256285,-0.006484645),(0.0135351,0.01212709,-0.006409898),(0.01327201,0.01294374,-0.006915241),(0.01320814,0.01339079,-0.006976382),(0.01331757,0.01344146,-0.006613304),(0.01339867,0.01300104,-0.006552272),(0.0134832,0.0130565,-0.006163083),(0.01357379,0.01262393,-0.006099185),(0.01338415,0.01349039,-0.006221615),(0.01342574,0.01353608,-0.005814385),(0.01353901,0.01310785,-0.005758871),(0.01364416,0.01268045,-0.005699167),(0.01365432,0.01219265,-0.006029281),(0.01373964,0.01225362,-0.005634536),(0.01313896,0.01384063,-0.007030324),(0.01306567,0.01429338,-0.007076979),(0.01313788,0.01432879,-0.006717148),(0.01323013,0.01388392,-0.006668272),(0.0129895,0.01474912,-0.007116257),(0.01291166,0.01520795,-0.007148068),(0.01294496,0.01522724,-0.006796503),(0.01304231,0.01477643,-0.006759902),(0.01305297,0.01480273,-0.006369128),(0.01316734,0.01436291,-0.00632457),(0.0129369,0.01524571,-0.006409162),(0.01292423,0.01526705,-0.00600361),(0.01305336,0.01483022,-0.005960887),(0.01318116,0.01439657,-0.005915221),(0.0132783,0.01392566,-0.006275422),(0.01330587,0.01396542,-0.005866445),(0.01283338,0.01566997,-0.007172323),(0.01275451,0.01613499,-0.007191345),(0.01275011,0.01613933,-0.006852938),(0.01284732,0.01568156,-0.006826925),(0.01267489,0.01660286,-0.007207451),(0.01259436,0.01707337,-0.007222964),(0.01255981,0.0170648,-0.006898839),(0.01265403,0.01660043,-0.006876317),(0.01259461,0.01659742,-0.00650708),(0.01270623,0.01614302,-0.006477001),(0.01248744,0.01705572,-0.006536116),(0.01243148,0.01705473,-0.00615207),(0.01254719,0.01660145,-0.006117265),(0.01266919,0.01615251,-0.006081271),(0.01282083,0.01569247,-0.006444741),(0.01279552,0.01570776,-0.006043563),(0.01251278,0.01754638,-0.007240207),(0.01243175,0.01802177,-0.007257367),(0.01237934,0.01800276,-0.006945004),(0.01246815,0.01753233,-0.006922273),(0.01235288,0.01849944,-0.007272637),(0.01227779,0.01897928,-0.007284207),(0.01221152,0.0189512,-0.006981891),(0.0122937,0.01847581,-0.006965417),(0.01219828,0.01845261,-0.006618937),(0.01229009,0.0179837,-0.006593256),(0.01210994,0.01892425,-0.006641074),(0.01203603,0.01890831,-0.006277434),(0.01212779,0.01843975,-0.006249619),(0.01222329,0.01797433,-0.006218971),(0.01238621,0.01751794,-0.006565245),(0.01232401,0.01751251,-0.006186213),(0.01220808,0.01946121,-0.007290265),(0.01214316,0.01994593,-0.007291737),(0.01205825,0.01990912,-0.006999103),(0.01213311,0.01942867,-0.006992811),(0.01208241,0.02043415,-0.007289548),(0.01202525,0.0209266,-0.007284621),(0.0119184,0.02088258,-0.007001518),(0.01198675,0.02039346,-0.007001698),(0.01186131,0.02035673,-0.006681927),(0.01194136,0.01987545,-0.006671826),(0.01178424,0.02084292,-0.006689504),(0.01169329,0.02081613,-0.006357394),(0.0117749,0.02033281,-0.006341239),(0.01185937,0.01985418,-0.006322813),(0.01202427,0.01939825,-0.006658456),(0.01194648,0.01937957,-0.006301689),(0.01197105,0.021424,-0.007277881),(0.01191758,0.02192532,-0.0072692),(0.01178867,0.02187654,-0.006994851),(0.01185298,0.0213774,-0.006999495),(0.01186258,0.02242956,-0.007258449),(0.0118038,0.02293571,-0.007245499),(0.01165598,0.02288228,-0.006974597),(0.01172362,0.02237863,-0.00698681),(0.01156597,0.02232992,-0.006696053),(0.01163793,0.02183109,-0.006697938),(0.01149298,0.02282984,-0.006688269),(0.01138808,0.02278718,-0.006385433),(0.01146307,0.0222919,-0.006387542),(0.01153831,0.02179725,-0.006382361),(0.01171023,0.0213349,-0.006695298),(0.01161474,0.0213048,-0.006371706),(0.01173897,0.02344276,-0.007230223),(0.01166754,0.02395007,-0.00721419),(0.01150718,0.02388981,-0.006937036),(0.01158391,0.02338614,-0.006957436),(0.01158894,0.02445699,-0.007198973),(0.01150259,0.0249629,-0.007186141),(0.01133876,0.02489507,-0.006893371),(0.01142554,0.02439291,-0.006915112),(0.0112598,0.02432642,-0.006627899),(0.01133985,0.02382814,-0.006652542),(0.01117748,0.02482406,-0.006600935),(0.01108448,0.02476127,-0.006301383),(0.01116029,0.02426833,-0.006330648),(0.01123637,0.02377516,-0.00635544),(0.01141759,0.02332926,-0.006673215),(0.01131241,0.02328152,-0.006374217),(0.01140792,0.02546714,-0.007177267),(0.01130743,0.02597039,-0.007171134),(0.01115136,0.02589601,-0.006855091),(0.01124659,0.02539588,-0.006873527),(0.01120361,0.0264733,-0.007166528),(0.01109894,0.02697653,-0.007162234),(0.01096107,0.02689685,-0.006820492),(0.01105541,0.02639612,-0.006837575),(0.01092507,0.02631518,-0.006516809),(0.01100814,0.02581785,-0.006545196),(0.01084571,0.02681357,-0.006488341),(0.01080189,0.02673756,-0.006161619),(0.01086652,0.02624192,-0.006198656),(0.01093614,0.02574762,-0.006234733),(0.01109293,0.02532101,-0.006573303),(0.01100928,0.02525422,-0.006269194),(0.01099592,0.02748073,-0.007157037),(0.0108997,0.02798738,-0.007148681),(0.01078852,0.02790354,-0.006784323),(0.01087068,0.02739887,-0.006803353),(0.01081543,0.02849791,-0.007134914),(0.01074827,0.02901376,-0.007113483),(0.01066612,0.0289262,-0.006733248),(0.0107189,0.02841219,-0.006761565),(0.01065351,0.02832311,-0.006398415),(0.01070696,0.02781644,-0.006430441),(0.01061462,0.02883473,-0.006362607),(0.01062267,0.02874542,-0.006002461),(0.01065261,0.02823818,-0.00604549),(0.01069345,0.02773495,-0.00608583),(0.01077201,0.02731363,-0.006459984),(0.0107437,0.02723499,-0.006124275),(0.01070337,0.0295364,-0.007082132),(0.01066607,0.03006274,-0.007044161),(0.010609,0.02997106,-0.006657316),(0.01063446,0.02944693,-0.006697527),(0.01062173,0.03058969,-0.007002865),(0.01055568,0.03111419,-0.006961544),(0.01051693,0.03101636,-0.006575029),(0.0105748,0.0304953,-0.006615513),(0.01054663,0.03039266,-0.006234932),(0.01057532,0.0298728,-0.006278311),(0.01049307,0.03090868,-0.006194139),(0.01050134,0.03079172,-0.005818957),(0.01055698,0.03028356,-0.005861855),(0.01058739,0.02977112,-0.005908302),(0.01059327,0.02935239,-0.006321722),(0.01060511,0.0292574,-0.005955951),(0.01045327,0.03163314,-0.006923496),(0.01031585,0.03214327,-0.0068865),(0.01028734,0.03203508,-0.006503797),(0.01042045,0.03153094,-0.006538766),(0.01014478,0.03264131,-0.006848341),(0.009941393,0.03312398,-0.0068068),(0.009919033,0.03299634,-0.006426031),(0.01011954,0.03252487,-0.006467193),(0.01010618,0.03239583,-0.006088362),(0.0102709,0.03191479,-0.006124415),(0.009908304,0.03285618,-0.006046771),(0.009916117,0.03270312,-0.005666927),(0.0101138,0.0322531,-0.005709871),(0.01027824,0.03178132,-0.005746902),(0.01040051,0.03141756,-0.006158486),(0.01040792,0.03129258,-0.00578195),(0.009707052,0.03358801,-0.006759659),(0.009449163,0.03403648,-0.006703822),(0.009433879,0.03387849,-0.006318581),(0.009687773,0.03344556,-0.00637738),(0.009175139,0.03447251,-0.006636201),(0.008892391,0.03489916,-0.006553701),(0.008890651,0.03471926,-0.006159886),(0.009165467,0.03430107,-0.00624697),(0.009162101,0.03411921,-0.005858771),(0.009427592,0.03370956,-0.005934131),(0.008891417,0.03452859,-0.005767845),(0.008897643,0.0343342,-0.005378919),(0.009168481,0.03393235,-0.005471899),(0.009434485,0.03353303,-0.005549713),(0.009679217,0.03329132,-0.005996078),(0.009686687,0.03312652,-0.00561413),(0.008608331,0.03531952,-0.00645323),(0.008318781,0.0357341,-0.006337191),(0.008340294,0.03555728,-0.005933698),(0.00861755,0.035139,-0.006054669),(0.008019572,0.03614339,-0.006207988),(0.007706525,0.03654789,-0.006068024),(0.007749848,0.03637739,-0.00565401),(0.008053016,0.03597109,-0.005799351),(0.008073783,0.03577979,-0.005397851),(0.008353869,0.03536518,-0.005535101),(0.007777335,0.03618353,-0.005249725),(0.007791225,0.03597217,-0.004857342),(0.008084177,0.03557643,-0.005006237),(0.008361936,0.0351654,-0.005144115),(0.008624211,0.03494601,-0.005659194),(0.008630943,0.03474827,-0.005268998),(0.007375468,0.03694809,-0.005919704),(0.007018037,0.0373212,-0.005766979),(0.007070972,0.03713498,-0.005344179),(0.007424918,0.03677317,-0.005500054),(0.00662587,0.0376444,-0.005613806),(0.006190603,0.03789491,-0.005464134),(0.006246993,0.03766275,-0.005053465),(0.00668075,0.03743932,-0.005193084),(0.006723264,0.03720029,-0.004789759),(0.0071088,0.03691669,-0.00493669),(0.006294583,0.03739804,-0.004661205),(0.006334909,0.0371032,-0.004280662),(0.006755287,0.03692973,-0.004400128),(0.007133591,0.03666957,-0.004543352),(0.007457916,0.03657014,-0.005093008),(0.007476633,0.03634347,-0.004699402),(0.005703877,0.03804991,-0.005321919),(0.005181594,0.03812574,-0.005191913),(0.005243613,0.03781971,-0.004827659),(0.005762448,0.0377818,-0.004932019),(0.004639662,0.03813871,-0.005078876),(0.004093986,0.03810517,-0.004987558),(0.004706996,0.03779969,-0.004739299),(0.004169101,0.03774499,-0.004665854),(0.005304254,0.03749565,-0.004479438),(0.00477588,0.03745227,-0.004412705),(0.004247549,0.03738524,-0.004353057),(0.004846167,0.03710247,-0.00408467),(0.004328798,0.03703142,-0.004035345),(0.005363924,0.03715869,-0.004134372),(0.005816035,0.03748704,-0.004560018),(0.005865647,0.03716924,-0.00419589),(0.003560471,0.03804141,-0.004922718),(0.003038292,0.03795891,-0.004870413),(0.003137066,0.03760738,-0.00455002),(0.003646434,0.03767885,-0.004606236),(0.002526622,0.03786908,-0.004816706),(0.002024634,0.0377834,-0.004747658),(0.002150539,0.03747308,-0.004406091),(0.002639077,0.03753675,-0.004486781),(0.002752552,0.03721675,-0.004151451),(0.003238409,0.03726645,-0.004228587),(0.002275807,0.0371749,-0.004056173),(0.002400496,0.03687914,-0.003703627),(0.002866787,0.03690317,-0.003811478),(0.003341804,0.03693464,-0.003901129),(0.0037359,0.03732296,-0.004293736),(0.003828243,0.03697644,-0.003974958),(0.001531503,0.03771329,-0.004649327),(0.001046025,0.03765011,-0.004528909),(0.001194918,0.03737603,-0.00416876),(0.001669528,0.03742252,-0.004297527),(0.0005669975,0.0375852,-0.004393597),(9.321843e-5,0.03750991,-0.004250587),(0.0002603969,0.03725912,-0.003881324),(0.0007255828,0.03732457,-0.004027469),(0.0008806586,0.03706785,-0.003654376),(0.001340971,0.03710915,-0.003800179),(0.0004236031,0.03700932,-0.003506644),(0.0005839266,0.03674809,-0.003137177),(0.001033121,0.03680225,-0.003284893),(0.001484833,0.03683676,-0.003433257),(0.00180565,0.03714193,-0.003936597),(0.001940235,0.0368597,-0.003575194),(-0.0003765154,0.03741559,-0.004107074),(-0.0008419845,0.03730224,-0.003962568),(-0.0006602016,0.03705952,-0.003596809),(-0.0002017654,0.03717064,-0.003738002),(-0.001302969,0.03716986,-0.003816579),(-0.00175925,0.03701841,-0.003668619),(-0.001114209,0.03692616,-0.00345705),(-0.001563085,0.03677093,-0.003318032),(-0.0004830075,0.03681523,-0.003226848),(-0.0009304385,0.03668104,-0.003092951),(-0.001372538,0.03652301,-0.002961833),(-0.0007501164,0.0364232,-0.00273544),(-0.001185746,0.03626405,-0.002611212),(-0.0003090535,0.03655758,-0.002863687),(-3.130624e-5,0.03692489,-0.003364441),(0.0001360815,0.0366662,-0.002997188),(-0.002210608,0.03684792,-0.0035182),(-0.002657393,0.03666295,-0.003361331),(-0.002006127,0.03659423,-0.003179058),(-0.002443762,0.03640193,-0.003035009),(-0.003099959,0.03646805,-0.003194019),(-0.003538657,0.0362678,-0.003012275),(-0.002876417,0.03619985,-0.00288076),(-0.00330452,0.03599386,-0.002711192),(-0.002237921,0.03614423,-0.002699539),(-0.002661938,0.03593687,-0.002557067),(-0.003080661,0.03572648,-0.002399517),(-0.002453103,0.03567185,-0.002232513),(-0.00286341,0.03545951,-0.002085357),(-0.002036929,0.03588138,-0.002365424),(-0.001808243,0.03634184,-0.002832578),(-0.00161458,0.03608111,-0.002489765),(-0.003973838,0.03606677,-0.002812105),(-0.00440401,0.03586293,-0.002600789),(-0.003728495,0.03578981,-0.00252118),(-0.004147929,0.03558582,-0.002316604),(-0.004827681,0.0356543,-0.002385601),(-0.00524336,0.03543884,-0.002173821),(-0.004562404,0.03538002,-0.002103342),(-0.004971503,0.03517054,-0.001887272),(-0.003903654,0.03531485,-0.002026286),(-0.004308587,0.03511002,-0.001818705),(-0.004709587,0.03490345,-0.001602547),(-0.004063805,0.03484108,-0.001533274),(-0.004456102,0.03463573,-0.001319803),(-0.003668058,0.03504574,-0.001733509),(-0.003494456,0.03551973,-0.002221239),(-0.003268161,0.03525135,-0.001918279),(-0.005649554,0.03521456,-0.001972722),(-0.00603813,0.03497016,-0.001789072),(-0.00537481,0.03495551,-0.001674273),(-0.005763663,0.03472267,-0.001474384),(-0.006400956,0.03469434,-0.001629635),(-0.006729899,0.03437581,-0.001501177),(-0.006129398,0.03445978,-0.001297646),(-0.006463348,0.03415459,-0.001154097),(-0.005492129,0.03446727,-0.001169736),(-0.005856386,0.03421292,-0.0009792604),(-0.006191106,0.03391789,-0.0008235242),(-0.005583753,0.03395776,-0.0006755216),(-0.005915921,0.03367102,-0.0005112893),(-0.005224268,0.0342061,-0.0008753815),(-0.005106981,0.03469332,-0.001381861),(-0.004845653,0.03442808,-0.001095324),(-0.007016825,0.03400328,-0.001410462),(-0.007261386,0.03358781,-0.001354752),(-0.006756855,0.03379484,-0.001053778),(-0.007008959,0.03339136,-0.0009933009),(-0.00746323,0.03314048,-0.001331306),(-0.00762201,0.03267237,-0.001337385),(-0.007218713,0.03295495,-0.0009692778),(-0.007385158,0.03249642,-0.0009783212),(-0.006744705,0.03317865,-0.0006513933),(-0.006960969,0.03275451,-0.0006267158),(-0.007135138,0.03230737,-0.0006374413),(-0.006693613,0.0325441,-0.0003059203),(-0.006875113,0.03210934,-0.000316816),(-0.00647229,0.03295526,-0.0003314159),(-0.006487648,0.03356979,-0.0007156156),(-0.006212579,0.03333389,-0.0003982298),(-0.007737375,0.03219454,-0.001370249),(-0.007822004,0.03170945,-0.001419329),(-0.007507344,0.03202659,-0.001017043),(-0.007597066,0.03154705,-0.001074696),(-0.007888575,0.03121958,-0.001474054),(-0.007949765,0.0307274,-0.001523855),(-0.007666124,0.03105935,-0.001140534),(-0.007726314,0.03056507,-0.001203807),(-0.007363432,0.03137485,-0.000742352),(-0.007437875,0.03089084,-0.0008158851),(-0.0074994,0.03039593,-0.0008897017),(-0.007203778,0.03071695,-0.0005011178),(-0.007267833,0.03022337,-0.0005821157),(-0.007122261,0.03119579,-0.0004237071),(-0.007265905,0.03184725,-0.0006794289),(-0.007015352,0.0316599,-0.0003591756),(-0.008018254,0.03023536,-0.001558161),(-0.008088788,0.02974717,-0.001583039),(-0.007789436,0.0300658,-0.00125377),(-0.00785129,0.02956863,-0.001295113),(-0.008156114,0.02926652,-0.001604554),(-0.00821498,0.02879713,-0.001628772),(-0.007907679,0.02908069,-0.001332526),(-0.007954402,0.02860906,-0.001370702),(-0.007611822,0.02938596,-0.001009732),(-0.007658039,0.02889193,-0.001060994),(-0.007694475,0.02841922,-0.001109785),(-0.007404347,0.02870756,-0.0007896745),(-0.007432559,0.02823521,-0.000846046),(-0.007367742,0.02920528,-0.0007266949),(-0.007558161,0.02989081,-0.0009534762),(-0.007322362,0.02971502,-0.0006574084),(-0.008260135,0.02834268,-0.001661759),(-0.008299683,0.0278989,-0.001695196),(-0.007987263,0.02816086,-0.00141433),(-0.008014298,0.02772843,-0.001457177),(-0.008341731,0.02746153,-0.001720765),(-0.008394384,0.0270263,-0.001730148),(-0.008043547,0.02730412,-0.001493013),(-0.008083045,0.02688024,-0.001515604),(-0.007737984,0.02755819,-0.00120446),(-0.007759072,0.02714774,-0.001244211),(-0.007789057,0.02673589,-0.001274816),(-0.007488633,0.02699506,-0.000976613),(-0.007514112,0.02659423,-0.001009708),(-0.007469808,0.02739289,-0.0009387888),(-0.007718788,0.02797833,-0.001158629),(-0.007452747,0.02780163,-0.0008955086),(-0.008465752,0.02658894,-0.001715025),(-0.008552575,0.02615109,-0.001677828),(-0.008140834,0.02644916,-0.001518718),(-0.008214486,0.02601367,-0.001503197),(-0.008651599,0.0257144,-0.001620986),(-0.008759568,0.02528053,-0.001546929),(-0.008301574,0.02557661,-0.001469885),(-0.008399673,0.0251408,-0.001419624),(-0.00789554,0.0258787,-0.001298363),(-0.00796964,0.02544126,-0.001289263),(-0.008056046,0.0250032,-0.001264884),(-0.007660987,0.02530937,-0.001073615),(-0.007734383,0.02486973,-0.00107366),(-0.0076,0.02574654,-0.001061048),(-0.007834947,0.02631155,-0.001293207),(-0.007551139,0.02617644,-0.001038799),(-0.008873223,0.02485109,-0.001458087),(-0.00899158,0.02442551,-0.001356745),(-0.00850636,0.02470906,-0.001353257),(-0.008620217,0.02428108,-0.001272545),(-0.009113654,0.02400317,-0.001245189),(-0.009238456,0.02358347,-0.001125703),(-0.008739837,0.02385657,-0.001179248),(-0.008863802,0.02343524,-0.001075128),(-0.008260426,0.02413708,-0.001168297),(-0.008374909,0.02370912,-0.001098229),(-0.008495254,0.02328462,-0.001015072),(-0.00802347,0.02356647,-0.0009831182),(-0.008136715,0.02313839,-0.0009239523),(-0.007917449,0.02399795,-0.00102804),(-0.008153557,0.02456846,-0.001224205),(-0.007820479,0.02443248,-0.001058345),(-0.009365003,0.0231658,-0.001000572),(-0.009492811,0.02274979,-0.0008710535),(-0.008990705,0.02301676,-0.0009619435),(-0.00911973,0.02260081,-0.0008410448),(-0.009621396,0.02233505,-0.0007384031),(-0.009750277,0.02192122,-0.0006038774),(-0.009250065,0.02218702,-0.0007137801),(-0.009380898,0.02177505,-0.0005814981),(-0.008747192,0.02244583,-0.0008139981),(-0.008876576,0.02203101,-0.0006986721),(-0.009006766,0.02161886,-0.0005752142),(-0.008503734,0.02187594,-0.0006675112),(-0.008630903,0.02146186,-0.0005592919),(-0.008378127,0.02229328,-0.0007650763),(-0.008619716,0.02286361,-0.0009198966),(-0.008255362,0.02271405,-0.000850914),(-0.00987897,0.02150791,-0.0004687329),(-0.01000718,0.02109478,-0.0003338725),(-0.009511418,0.02136454,-0.0004455477),(-0.0096414,0.02095508,-0.0003071517),(-0.0101346,0.02068149,-0.0002001991),(-0.01026096,0.02026771,-6.861558e-5),(-0.009770621,0.02054625,-0.000167533),(-0.009898861,0.02013763,-2.791488e-5),(-0.009266065,0.02080132,-0.0003092252),(-0.00939481,0.02039502,-0.0001695649),(-0.009522704,0.01998978,-2.737488e-5),(-0.009013156,0.02023662,-0.0001829736),(-0.009140031,0.01983248,-4.517256e-5),(-0.008885851,0.02064262,-0.0003155655),(-0.009136656,0.02120911,-0.0004449201),(-0.008758356,0.0210509,-0.0004414908),(-0.01038594,0.01985309,5.997523e-5),(-0.0105093,0.01943747,0.0001851488),(-0.01002589,0.01972881,0.0001104798),(-0.01015162,0.01931955,0.0002470155),(-0.0106308,0.0190207,0.0003064807),(-0.0107502,0.01860261,0.0004235463),(-0.01027592,0.01890963,0.000381057),(-0.0103987,0.01849882,0.0005119689),(-0.0097754,0.01918079,0.0002594357),(-0.009900205,0.01877648,0.0004023517),(-0.01002398,0.01837191,0.0005438049),(-0.00951668,0.01862744,0.000386524),(-0.009640917,0.01822716,0.000533007),(-0.009391788,0.0190282,0.0002406303),(-0.009649568,0.01958513,0.0001159095),(-0.009266241,0.01942978,9.638013e-5),(-0.01086726,0.01818303,0.0005359211),(-0.01098168,0.01776187,0.0006434546),(-0.01051984,0.01808687,0.0006391157),(-0.01063915,0.01767358,0.0007621837),(-0.01109318,0.01733901,0.0007459959),(-0.01120147,0.01691435,0.0008433947),(-0.01075645,0.01725872,0.0008808596),(-0.01087152,0.01684208,0.0009948292),(-0.01026837,0.01756077,0.0008192408),(-0.01038883,0.01715354,0.0009521718),(-0.01050805,0.01674475,0.001081211),(-0.01000986,0.01702566,0.0009665525),(-0.01013167,0.01662348,0.001106504),(-0.009887478,0.01742671,0.0008238001),(-0.01014672,0.01796678,0.0006829432),(-0.009764508,0.01782706,0.0006790253),(-0.01130627,0.01648777,0.0009355),(-0.01140756,0.01605937,0.001022263),(-0.01098418,0.01642343,0.001103779),(-0.01109435,0.01600264,0.001207391),(-0.01150532,0.01562924,0.001103635),(-0.01159954,0.01519745,0.001179567),(-0.01120193,0.01557962,0.001305345),(-0.01130686,0.01515422,0.001397322),(-0.01074239,0.01592117,0.001325366),(-0.0108573,0.0155057,0.001439137),(-0.01097055,0.01508733,0.001546477),(-0.01049352,0.01540552,0.001500545),(-0.01061264,0.01499404,0.001619677),(-0.01037359,0.01581392,0.001374583),(-0.01062594,0.01633408,0.001205833),(-0.01025294,0.01621974,0.001242875),(-0.0116902,0.01476411,0.00125001),(-0.01177781,0.01432956,0.001314627),(-0.01140903,0.01472634,0.001483003),(-0.01150851,0.01429613,0.001561669),(-0.01186286,0.01389419,0.001373082),(-0.01194584,0.01345834,0.001425036),(-0.01160535,0.01386377,0.001632602),(-0.01169961,0.01342943,0.001695083),(-0.01119136,0.0142408,0.001738698),(-0.01129818,0.01381253,0.00182129),(-0.0114021,0.01338084,0.001893343),(-0.0109619,0.01373694,0.001923353),(-0.01107334,0.01330948,0.002001472),(-0.01084752,0.01416001,0.001832641),(-0.01108203,0.01466571,0.001646712),(-0.01073087,0.01457896,0.001730895),(-0.01202725,0.01302238,0.001470152),(-0.01210796,0.01258665,0.001508123),(-0.01179134,0.01299325,0.001748393),(-0.01188116,0.0125558,0.00179214),(-0.01218883,0.0121515,0.001538642),(-0.01227074,0.01171728,0.001561399),(-0.01196966,0.01211762,0.001825933),(-0.01205747,0.01167925,0.001849379),(-0.01160041,0.01250773,0.00200202),(-0.01169534,0.01206775,0.002037892),(-0.01178783,0.01162645,0.002060953),(-0.01138557,0.01200243,0.002150053),(-0.01148206,0.01156126,0.002170279),(-0.01128524,0.01244141,0.002115034),(-0.01150275,0.01294567,0.001953712),(-0.01118114,0.01287736,0.002065436),(-0.01235454,0.01128434,0.001576089),(-0.0124407,0.01085277,0.00158325),(-0.0121452,0.01124124,0.001862088),(-0.01223331,0.01080401,0.001864695),(-0.01252965,0.01042265,0.001583421),(-0.01262185,0.00999409,0.001577144),(-0.01232226,0.01036797,0.001857835),(-0.0124125,0.009933538,0.001842144),(-0.01196679,0.01074275,0.002068257),(-0.01205429,0.01030178,0.002053996),(-0.01214114,0.009862364,0.002028788),(-0.01175018,0.01023307,0.002144542),(-0.01183414,0.009791818,0.002110174),(-0.01166385,0.01067567,0.002166619),(-0.01187814,0.01118454,0.002070825),(-0.01157465,0.0111187,0.002175499),(-0.01271775,0.009567171,0.001564956),(-0.01281732,0.009142283,0.001547827),(-0.01250451,0.009501125,0.001818256),(-0.01259833,0.009071372,0.001787031),(-0.01292052,0.008719812,0.001526724),(-0.01302732,0.008300145,0.001502614),(-0.01269404,0.008644923,0.001749328),(-0.0127917,0.008222421,0.001706003),(-0.01231464,0.008991258,0.001948502),(-0.01240165,0.008561394,0.001894878),(-0.01248906,0.008136544,0.001833236),(-0.01207585,0.008485753,0.001941479),(-0.01215375,0.008059805,0.001865664),(-0.01199676,0.008917105,0.002007958),(-0.01222786,0.00942522,0.001993381),(-0.01191626,0.009352812,0.002064418),(-0.0131377,0.007883668,0.001476466),(-0.01324801,0.007469216,0.001443377),(-0.0129902,0.007390164,0.001600032),(-0.01289137,0.007804505,0.001657917),(-0.01335462,0.007055628,0.001398446),(-0.0134539,0.006641736,0.001336772),(-0.01317385,0.006568134,0.001434718),(-0.01308531,0.006978377,0.001527311),(-0.01274822,0.006894552,0.001585753),(-0.012664,0.007303866,0.001683378),(-0.01282805,0.006488929,0.001466725),(-0.01238041,0.006818714,0.001571708),(-0.01245258,0.006415611,0.001439388),(-0.01230634,0.007226782,0.001684429),(-0.01257707,0.007717615,0.001764304),(-0.01223068,0.007640313,0.001781197),(-0.0135422,0.006226378,0.001253452),(-0.01362356,0.005810727,0.001154677),(-0.01332646,0.005748672,0.001185669),(-0.01325295,0.006158416,0.001317214),(-0.01370203,0.005395956,0.00104664),(-0.01378162,0.004983234,0.00093553),(-0.0133982,0.005338351,0.001050952),(-0.013472,0.004926902,0.0009239314),(-0.01297292,0.005684479,0.001165264),(-0.01304464,0.005281569,0.001012657),(-0.01312033,0.004875477,0.0008786829),(-0.01275302,0.004825575,0.0008473319),(-0.01266938,0.005224193,0.0009708155),(-0.01259368,0.005620582,0.001121968),(-0.01290184,0.006086252,0.001321591),(-0.01252254,0.006016979,0.001283816),(-0.01386639,0.004573736,0.0008275395),(-0.01395437,0.004168129,0.0007251847),(-0.01363845,0.004102536,0.0007280532),(-0.0135517,0.004513774,0.0008154752),(-0.01404362,0.003767083,0.0006309813),(-0.01413217,0.003371265,0.000547446),(-0.01383768,0.003300032,0.0006261894),(-0.01373339,0.003696765,0.0006641347),(-0.01340702,0.003650406,0.0006856443),(-0.01329756,0.00405376,0.0007132757),(-0.01353564,0.003260237,0.0006972623),(-0.01325432,0.003259674,0.0008059712),(-0.01309332,0.003632231,0.0007471944),(-0.01295966,0.004022278,0.0007349058),(-0.01320331,0.004464162,0.0007782555),(-0.01284801,0.004422498,0.0007684902),(-0.01421808,0.002981343,0.0004770948),(-0.01432054,0.00261097,0.000426117),(-0.01409127,0.002556619,0.0006330354),(-0.01395246,0.00291591,0.0006166864),(-0.01445874,0.002273796,0.0004007021),(-0.01465187,0.001983475,0.0004070392),(-0.01449509,0.001961409,0.0007329264),(-0.01426764,0.002234378,0.0006726456),(-0.01408971,0.002245865,0.0009358604),(-0.01386961,0.002547912,0.0008331594),(-0.01435504,0.001993299,0.001047344),(-0.01424298,0.002092328,0.00134932),(-0.01394055,0.002320767,0.001199805),(-0.01367615,0.002596459,0.001048556),(-0.01368738,0.002889387,0.0007500303),(-0.013448,0.002911923,0.0009118514),(-0.01491913,0.001753656,0.0004513177),(-0.01524406,0.001577624,0.0005233285),(-0.01512934,0.001591128,0.0009022057),(-0.01478718,0.001749931,0.0008112873),(-0.01561023,0.001448665,0.0006128629),(-0.01600119,0.001360063,0.0007097116),(-0.01590573,0.001396287,0.001099624),(-0.01550703,0.001476186,0.001000159),(-0.01541927,0.001553266,0.001367079),(-0.01503169,0.001656889,0.001263623),(-0.01582388,0.001479512,0.001466519),(-0.01576221,0.001627292,0.001798978),(-0.01535373,0.001695971,0.001702475),(-0.01495845,0.001789794,0.00159748),(-0.01467299,0.001800271,0.001156822),(-0.01458524,0.001918625,0.00148082),(-0.0164005,0.001305104,0.0008036657),(-0.01680511,0.001282302,0.0008934434),(-0.01672032,0.001314655,0.001284897),(-0.01631088,0.001342618,0.00119508),(-0.01721198,0.001290176,0.0009777626),(-0.01761807,0.001327242,0.001055342),(-0.01754338,0.001333756,0.001441102),(-0.01713188,0.001311875,0.001367447),(-0.01706308,0.001377207,0.001729228),(-0.01664719,0.001391713,0.001649468),(-0.01747991,0.001381989,0.001798679),(-0.01743106,0.001501676,0.00211377),(-0.01701025,0.001511454,0.002049363),(-0.01659129,0.001535403,0.001974227),(-0.01623366,0.001425738,0.001561273),(-0.016175,0.001573893,0.001890163),(-0.01802032,0.001392015,0.001124898),(-0.01842099,0.001473904,0.001187997),(-0.01836116,0.001441063,0.001559059),(-0.01795267,0.001379774,0.001504234),(-0.01882228,0.001562314,0.0012462),(-0.01922644,0.001646653,0.001301071),(-0.01918139,0.001573996,0.001652648),(-0.01877026,0.00150876,0.001607791),(-0.01872976,0.001484444,0.001944704),(-0.01831273,0.001442165,0.001903724),(-0.01914791,0.001526109,0.001981578),(-0.01912251,0.001557899,0.002275066),(-0.01869882,0.001538077,0.002243386),(-0.01827555,0.001519254,0.002207878),(-0.01789629,0.001405827,0.001855946),(-0.01785289,0.001505698,0.00216564),(-0.01963568,0.001716327,0.001354175),(-0.02004844,0.001774448,0.001405261),(-0.02001273,0.001673118,0.001737224),(-0.01959596,0.001627906,0.001695846),(-0.02046316,0.001824129,0.001454082),(-0.02087828,0.001868482,0.001500389),(-0.0208479,0.00174795,0.001813895),(-0.02043045,0.001712257,0.001776627),(-0.02040872,0.001616083,0.002082993),(-0.01998825,0.001589923,0.002050907),(-0.02082821,0.001641083,0.002113115),(-0.02039257,0.001603518,0.002362826),(-0.02081364,0.001618907,0.002388211),(-0.01996997,0.00158918,0.002335218),(-0.0195677,0.0015606,0.002017041),(-0.01954642,0.001574454,0.00230582),(-0.02129223,0.001910621,0.001543934),(-0.02170529,0.001951097,0.001585406),(-0.02167862,0.001817081,0.001882125),(-0.02126383,0.001782823,0.00184887),(-0.02211777,0.001990466,0.001625497),(-0.02252996,0.002029281,0.001664898),(-0.0225063,0.001884572,0.001945769),(-0.02209265,0.001850929,0.001914234),(-0.0220775,0.001720313,0.002192739),(-0.02166214,0.00169341,0.00216745),(-0.0224924,0.001747428,0.002217489),(-0.02206633,0.001677529,0.002451095),(-0.02248213,0.001699145,0.002469845),(-0.02164999,0.001656536,0.002431683),(-0.02124586,0.001666929,0.002141088),(-0.02123261,0.001636787,0.002410942),(0.01863969,0.00122145,0.006438884),(0.01870289,0.001221453,0.006848195),(0.01857554,0.001221447,0.006029741),(0.01815389,0.001221462,0.006110406),(0.01821667,0.001221472,0.006519896),(0.01827859,0.001221483,0.006929552),(0.01850948,0.001221444,0.005620933),(0.01844057,0.001221442,0.005212626),(0.01802234,0.001221447,0.005292599),(0.0180894,0.001221453,0.00570125),(0.01767197,0.00122149,0.005783914),(0.0177356,0.001221522,0.006193347),(0.01760614,0.001221465,0.00537497),(0.01719297,0.001221502,0.005459785),(0.01725808,0.001221565,0.005869035),(0.0173213,0.001221646,0.006278747),(0.01779776,0.00122156,0.006603103),(0.01785919,0.0012216,0.007013023),(0.01738326,0.00122174,0.006688766),(0.01744461,0.00122184,0.007098939),(0.01836786,0.001221441,0.00480499),(0.01829107,0.00122144,0.004398044),(0.01787736,0.001221441,0.004477334),(0.01795185,0.001221443,0.004884614),(0.01820992,0.00122144,0.00399181),(0.01812413,0.00122144,0.003586309),(0.0177983,0.00122144,0.004070793),(0.01771411,0.00122144,0.003665025),(0.01738748,0.00122144,0.004152179),(0.01746479,0.001221442,0.004559067),(0.01730455,0.00122144,0.003746047),(0.01697783,0.00122144,0.004235772),(0.01689553,0.00122144,0.003829053),(0.01705404,0.001221446,0.004643141),(0.01753738,0.00122145,0.004966675),(0.01712536,0.001221465,0.00505115),(0.01803344,0.00122144,0.003181562),(0.01793822,0.00122144,0.002777523),(0.01762423,0.00122144,0.003260066),(0.01752947,0.001221719,0.002855994),(0.01783889,0.00122144,0.002374149),(0.01773584,0.00122144,0.001971394),(0.01743068,0.001222557,0.002452888),(0.01732871,0.001224233,0.002050826),(0.01712092,0.001222557,0.002936671),(0.01702371,0.001225909,0.002534436),(0.01692523,0.001232613,0.002134511),(0.0166183,0.001232613,0.002618446),(0.01652695,0.001249371,0.002222739),(0.01671241,0.001224233,0.003018996),(0.01721512,0.00122144,0.00334071),(0.01680594,0.00122144,0.003422997),(0.01762947,0.00122144,0.001569213),(0.01752362,0.001229355,0.001170021),(0.01722438,0.001227026,0.001649887),(0.01712327,0.001240878,0.001254009),(0.01742214,0.0012531,0.0007762337),(0.01732884,0.001300589,0.0003902662),(0.01695303,0.001341523,0.0004931776),(0.01703096,0.00127573,0.0008671267),(0.01666098,0.001321973,0.0009728404),(0.01673678,0.001270035,0.001348413),(0.01660688,0.001410206,0.0006159876),(0.01630186,0.001514722,0.0007635005),(0.01632125,0.001401318,0.001097529),(0.01637051,0.001325065,0.001456159),(0.01682723,0.001243785,0.001737404),(0.01644172,0.001277302,0.001833269),(0.01724759,0.001379738,1.453374e-5),(0.01718675,0.001496406,-0.0003431397),(0.01686516,0.001595045,-0.0001972868),(0.01689505,0.0014482,0.000136098),(0.01715467,0.001656451,-0.0006749301),(0.01715971,0.001865734,-0.0009730135),(0.01692221,0.002006387,-0.0007656717),(0.0168715,0.001781345,-0.0005001518),(0.0166452,0.001927761,-0.0002907069),(0.01659203,0.001720243,-2.07206e-5),(0.01674806,0.002160754,-0.0005218684),(0.01664753,0.00231256,-0.0002432726),(0.01648856,0.002084239,-4.540077e-5),(0.01638098,0.001867568,0.0001898256),(0.01658158,0.001545344,0.0002831558),(0.01632026,0.001673934,0.0004601961),(0.01721024,0.002130112,-0.001229566),(0.01730503,0.002437693,-0.001446977),(0.01717353,0.002564459,-0.001169312),(0.01702542,0.002269455,-0.0009870217),(0.01744283,0.002776582,-0.001627636),(0.01762239,0.003134885,-0.001773934),(0.01757393,0.003225913,-0.001437161),(0.01735891,0.002885309,-0.001317655),(0.01734105,0.002974846,-0.0009799436),(0.01710985,0.002683017,-0.0008597003),(0.01758729,0.003288846,-0.001076788),(0.01765348,0.003317929,-0.0007068668),(0.01738432,0.003034883,-0.000626601),(0.01711433,0.002778937,-0.0005270973),(0.01690756,0.00241208,-0.0007092706),(0.01686242,0.002541144,-0.0004015795),(0.01784249,0.003500708,-0.00188826),(0.01805089,0.003853049,-0.00198078),(0.01802297,0.00392605,-0.001612568),(0.01781099,0.003580181,-0.001532942),(0.01819536,0.004170902,-0.00206166),(0.01822368,0.004433266,-0.002141065),(0.01818328,0.004504334,-0.001753649),(0.01816276,0.004241455,-0.001683613),(0.01816986,0.004274305,-0.001288352),(0.01804251,0.003962888,-0.001225815),(0.01817594,0.004536236,-0.001349808),(0.0181928,0.004533955,-0.0009407183),(0.01820654,0.00427269,-0.0008878542),(0.01809858,0.00396449,-0.0008337519),(0.01783472,0.003626298,-0.001157019),(0.0179029,0.003637017,-0.0007746699),(0.01808361,0.004619137,-0.002229161),(0.01782131,0.004727263,-0.002317872),(0.01777109,0.004803982,-0.001907449),(0.01803739,0.004692622,-0.001830247),(0.01748295,0.004756392,-0.002399123),(0.01711467,0.004705269,-0.002464836),(0.0170611,0.004786564,-0.002039822),(0.01743033,0.004836074,-0.001979294),(0.01740201,0.004869021,-0.001543887),(0.01774697,0.004836149,-0.001481289),(0.01703013,0.004820433,-0.001599437),(0.01701524,0.004815117,-0.001157557),(0.01739115,0.004863007,-0.00110647),(0.01774167,0.004830913,-0.001051991),(0.01801997,0.004724368,-0.001415358),(0.01802337,0.004720629,-0.0009960857),(0.01676264,0.004572643,-0.002506936),(0.01641823,0.004393896,-0.002536574),(0.01636585,0.00447262,-0.00211727),(0.01670938,0.00465311,-0.002083074),(0.0160728,0.004204412,-0.002564902),(0.01571772,0.004039571,-0.002603072),(0.01566617,0.004118156,-0.002191379),(0.01602121,0.004282,-0.002150631),(0.01598598,0.004323754,-0.00172313),(0.01633146,0.004509506,-0.001683654),(0.0156306,0.004168869,-0.001768056),(0.01560492,0.004199554,-0.001339836),(0.0159609,0.004338274,-0.001291277),(0.01630881,0.004513364,-0.001246811),(0.0166764,0.00468783,-0.001644225),(0.01665736,0.00468544,-0.001203288),(0.01534436,0.003934758,-0.002662234),(0.01497753,0.003900147,-0.002739198),(0.01492338,0.003990154,-0.002318938),(0.01529142,0.004017995,-0.002247732),(0.01464202,0.003945916,-0.002830773),(0.01436267,0.004082242,-0.002933766),(0.01431302,0.004185986,-0.002502887),(0.01458844,0.004043271,-0.002404241),(0.01455876,0.004141806,-0.001973878),(0.01488956,0.004072241,-0.00189195),(0.01429098,0.0042975,-0.002071099),(0.01429326,0.004417562,-0.001641211),(0.01454834,0.004244061,-0.001542853),(0.01487064,0.004150915,-0.001462153),(0.01525599,0.004083147,-0.001823836),(0.01523217,0.00413659,-0.001395637),(0.01416427,0.004319299,-0.003044986),(0.01403099,0.004632196,-0.003162656),(0.01400322,0.004741655,-0.002735114),(0.01412352,0.004426935,-0.002614121),(0.01394699,0.00499604,-0.003284995),(0.01389645,0.005385939,-0.003410227),(0.01390333,0.005494546,-0.002995052),(0.0139354,0.005105679,-0.002863033),(0.01395974,0.005223195,-0.002447942),(0.01400915,0.004861215,-0.002311996),(0.01394777,0.005607894,-0.002589068),(0.01403517,0.0057235,-0.002196441),(0.01402336,0.005346614,-0.00204326),(0.01404977,0.004989533,-0.001896362),(0.01411367,0.004544977,-0.002185093),(0.0141334,0.004672951,-0.001760696),(0.01386352,0.005777,-0.003536573),(0.01384769,0.006169303,-0.00366363),(0.01389461,0.006273672,-0.003262076),(0.0138903,0.005883787,-0.003128337),(0.0138484,0.006562931,-0.003790997),(0.01386514,0.006957964,-0.003918272),(0.01394859,0.00705645,-0.003527665),(0.0139146,0.006664472,-0.003395456),(0.01401774,0.006762919,-0.003014056),(0.01397995,0.006377072,-0.002873695),(0.01406577,0.007150516,-0.003151021),(0.01422571,0.007236267,-0.002794578),(0.01416637,0.006854469,-0.002652822),(0.01411158,0.006476016,-0.002504017),(0.01395557,0.005992292,-0.002731509),(0.01406621,0.006099497,-0.002350958),(0.01389736,0.007354482,-0.004045052),(0.01393979,0.0077529,-0.004170377),(0.01404782,0.007845217,-0.003785374),(0.01399491,0.007449878,-0.003657886),(0.01398716,0.008153632,-0.00429329),(0.0140342,0.008557094,-0.004412831),(0.01415053,0.008643467,-0.004029156),(0.0141016,0.008242927,-0.003909381),(0.01423118,0.008328771,-0.003532155),(0.01417774,0.007933228,-0.003410063),(0.01427589,0.008727393,-0.003649305),(0.01442291,0.00880657,-0.003278519),(0.01438693,0.008408415,-0.003166928),(0.01433964,0.008013682,-0.003050098),(0.01412086,0.007540547,-0.003283021),(0.01428468,0.007622819,-0.002926492),(0.01407562,0.008963696,-0.00452804),(0.01410669,0.009373375,-0.004638237),(0.01421322,0.009454126,-0.004253155),(0.01418886,0.0090473,-0.004143952),(0.01412264,0.009786052,-0.004742741),(0.01411871,0.01020166,-0.00484087),(0.01420648,0.01027558,-0.004452317),(0.01422022,0.009863653,-0.004356148),(0.01431829,0.00994082,-0.003969321),(0.01432143,0.009533969,-0.003868345),(0.01429524,0.01034932,-0.004063991),(0.01440778,0.01042196,-0.003683943),(0.01443729,0.0100161,-0.003589502),(0.01444902,0.009611113,-0.003490193),(0.01430664,0.009129309,-0.003761521),(0.01444391,0.009207702,-0.003386403),(0.01409016,0.01062013,-0.004931945),(0.01404028,0.0110407,-0.005016299),(0.0141102,0.01110528,-0.004622901),(0.0141686,0.01068962,-0.004541046),(0.0139724,0.01146259,-0.005094267),(0.01388982,0.01188504,-0.005166185),(0.0139462,0.01193961,-0.004768251),(0.01403486,0.01152211,-0.004698447),(0.01410847,0.01158122,-0.004309454),(0.01418689,0.01116955,-0.004233549),(0.01401849,0.01199387,-0.004380122),(0.0141321,0.0120509,-0.004011483),(0.01421881,0.01164208,-0.003936666),(0.01429561,0.01123457,-0.003857292),(0.01425029,0.0107589,-0.004151898),(0.01435958,0.01082799,-0.003773129),(0.01379585,0.01230728,-0.005232385),(0.01369194,0.01272974,-0.005293669),(0.01374108,0.01277578,-0.004893135),(0.0138478,0.01235733,-0.004832877),(0.01357958,0.01315285,-0.005350836),(0.0134602,0.01357705,-0.005404684),(0.0135083,0.01361698,-0.005003785),(0.01362744,0.01319549,-0.004949835),(0.01370517,0.01323974,-0.004566729),(0.01381548,0.01282257,-0.004508012),(0.0135908,0.01365954,-0.004622958),(0.01372847,0.01370841,-0.004273472),(0.01383533,0.0132896,-0.004212379),(0.01393908,0.01287411,-0.004148745),(0.01392037,0.01240747,-0.004446059),(0.01403844,0.01246139,-0.004081978),(0.01333529,0.01400277,-0.005456016),(0.01320647,0.0144306,-0.005505081),(0.01325916,0.01446725,-0.005106169),(0.01338506,0.01404078,-0.005055796),(0.01307539,0.01486112,-0.005552129),(0.01294369,0.01529491,-0.005597411),(0.01300506,0.01532964,-0.005203205),(0.01313201,0.01489675,-0.005155204),(0.01323619,0.01493845,-0.004782465),(0.01335512,0.0145088,-0.004730507),(0.01311813,0.01537159,-0.004833634),(0.01329266,0.01542111,-0.00450134),(0.01340089,0.01498755,-0.004446259),(0.01351025,0.01455751,-0.004390118),(0.01347372,0.01408253,-0.004677444),(0.01361978,0.01413108,-0.00433262),(0.01281301,0.01573256,-0.005641177),(0.01268526,0.01617425,-0.005683487),(0.01275754,0.01620678,-0.005296717),(0.01287973,0.01576626,-0.005250471),(0.01256234,0.01662016,-0.005724398),(0.01244616,0.01707046,-0.005763972),(0.01252866,0.01710005,-0.005384995),(0.01264001,0.01665132,-0.005341654),(0.01278015,0.01669273,-0.004982204),(0.01288913,0.01624865,-0.004934034),(0.01267616,0.01714062,-0.005028313),(0.01288585,0.01718933,-0.004707095),(0.01298271,0.01674216,-0.004659222),(0.0130831,0.01629841,-0.004608511),(0.01300211,0.01580829,-0.004884334),(0.01318658,0.01585806,-0.004555653),(0.01233862,0.01752534,-0.005802265),(0.01223821,0.01798438,-0.005838995),(0.01232793,0.01801011,-0.0054661),(0.012425,0.01755309,-0.005426452),(0.01214342,0.01844716,-0.005873883),(0.01205274,0.01891325,-0.005906642),(0.01214916,0.01893468,-0.005540246),(0.01223635,0.01847075,-0.005504006),(0.01239778,0.01850649,-0.00515227),(0.01248553,0.01804778,-0.005113049),(0.01231432,0.01896824,-0.005189787),(0.01253731,0.01900953,-0.004866813),(0.01261888,0.01855029,-0.004830954),(0.01270407,0.01809367,-0.004792614),(0.01257814,0.0175924,-0.005071828),(0.01279302,0.01763993,-0.004751443),(0.01196466,0.01938225,-0.005936991),(0.01187919,0.01985455,-0.005964973),(0.01198423,0.01987149,-0.00560764),(0.01206524,0.01940155,-0.005574889),(0.01179632,0.02033058,-0.005990631),(0.01171606,0.02081073,-0.006014003),(0.01182958,0.02082118,-0.005666295),(0.0119058,0.02034466,-0.005638206),(0.0120836,0.02036969,-0.005292071),(0.01215794,0.01989993,-0.005260143),(0.01201088,0.02084193,-0.005321226),(0.01223697,0.02086744,-0.00498576),(0.01230996,0.02040031,-0.004960329),(0.01238375,0.01993478,-0.004931817),(0.01223462,0.01943275,-0.005225897),(0.01245923,0.01947111,-0.00490054),(0.01163842,0.02129543,-0.006035134),(0.01156274,0.0217833,-0.006052016),(0.01168228,0.02178373,-0.005712163),(0.01175522,0.02130121,-0.005691607),(0.01148834,0.02227298,-0.00606264),(0.01141458,0.02276312,-0.006065001),(0.01153895,0.02275223,-0.005731062),(0.01161034,0.02226774,-0.005725977),(0.01179761,0.02227074,-0.005382175),(0.01186802,0.02179302,-0.005368066),(0.0117277,0.02274914,-0.005387696),(0.01194729,0.02274842,-0.005038988),(0.01201871,0.02227654,-0.005035862),(0.01209101,0.02180567,-0.00502498),(0.01193906,0.02131656,-0.005347153),(0.01216388,0.02133594,-0.005007795),(0.01134078,0.02325234,-0.006057091),(0.01126758,0.023741,-0.006040463),(0.01139744,0.02372001,-0.005710681),(0.01146769,0.02323622,-0.005725435),(0.01119562,0.02422946,-0.00601667),(0.01112553,0.02471807,-0.005987264),(0.01126353,0.02468837,-0.005660121),(0.01132909,0.02420395,-0.00568838),(0.01152402,0.02418591,-0.005348194),(0.01158992,0.02370652,-0.005369158),(0.01146143,0.02466607,-0.005321492),(0.01168213,0.02464508,-0.004972923),(0.01174369,0.0241695,-0.004998522),(0.01180896,0.02369487,-0.005018967),(0.01165814,0.02322766,-0.005382842),(0.0118771,0.02322119,-0.005032906),(0.01105794,0.02520718,-0.005953799),(0.01099371,0.02569701,-0.005916985),(0.01114365,0.0256596,-0.005590967),(0.01120165,0.02517361,-0.005627479),(0.01093367,0.02618776,-0.005877535),(0.01087866,0.02667966,-0.005836159),(0.01104009,0.02663367,-0.005508326),(0.01108973,0.02614631,-0.005551081),(0.0112979,0.02611113,-0.005216929),(0.01134874,0.02562898,-0.005255691),(0.01125024,0.02659334,-0.005174487),(0.01147315,0.02655245,-0.004831005),(0.01152139,0.02607582,-0.004872716),(0.01157177,0.02559872,-0.004910171),(0.01140312,0.02514719,-0.005290602),(0.01162509,0.02512165,-0.004943524),(0.01082954,0.02717292,-0.005793568),(0.01078646,0.0276679,-0.005749283),(0.01095331,0.02761018,-0.005415397),(0.01099494,0.02712163,-0.005463209),(0.01074961,0.02816492,-0.005702822),(0.01071917,0.02866436,-0.005653705),(0.01087674,0.02858892,-0.005310394),(0.01091423,0.02809927,-0.005364566),(0.01111622,0.02803719,-0.005024887),(0.01116134,0.0275567,-0.005078768),(0.01106803,0.02851645,-0.004966589),(0.01126566,0.02844431,-0.004616348),(0.01132529,0.02797461,-0.00467794),(0.01137789,0.02750238,-0.004733995),(0.01120537,0.02707531,-0.005128534),(0.01142625,0.02702815,-0.004784891),(0.0106953,0.02916656,-0.005601451),(0.01066759,0.02966915,-0.005548432),(0.01079543,0.02956809,-0.005193626),(0.01083987,0.02907907,-0.005252551),(0.01062561,0.03016976,-0.005497013),(0.01055893,0.030666,-0.005449562),(0.01065116,0.03053609,-0.005082889),(0.01073526,0.03005431,-0.005136209),(0.01086866,0.02994029,-0.004775244),(0.01095043,0.02946912,-0.004838802),(0.01076334,0.0304065,-0.004715864),(0.01088077,0.0302818,-0.00434542),(0.01100857,0.02983075,-0.004409921),(0.01111211,0.02937344,-0.004478881),(0.01101482,0.02899413,-0.004903572),(0.0111962,0.02891094,-0.004548843),(0.01045712,0.03115552,-0.005408451),(0.01032104,0.03163361,-0.005369804),(0.01038696,0.03147709,-0.004992827),(0.01053497,0.03101175,-0.005036254),(0.01015151,0.03209558,-0.005329747),(0.009949382,0.03253675,-0.005284408),(0.009996641,0.03235994,-0.004901692),(0.01020742,0.03192789,-0.004949133),(0.01026966,0.03175465,-0.004569172),(0.01046366,0.03131718,-0.00461568),(0.01004643,0.03217551,-0.004521252),(0.01008729,0.03198634,-0.004145565),(0.01032632,0.03158047,-0.00419101),(0.01053881,0.03115932,-0.004238067),(0.01062828,0.03086664,-0.004663627),(0.0107239,0.03072554,-0.004288836),(0.009715493,0.03295242,-0.005229914),(0.009458746,0.03335226,-0.005164559),(0.009490783,0.03316388,-0.004783013),(0.009754898,0.03276901,-0.004847026),(0.009188041,0.03374593,-0.005086639),(0.008912286,0.03414312,-0.004994448),(0.008929819,0.03394604,-0.004618449),(0.009212893,0.0335533,-0.00470753),(0.009235141,0.0333478,-0.004339106),(0.009521011,0.03296454,-0.004409417),(0.008944717,0.03373361,-0.004254937),(0.008951455,0.03349651,-0.003907928),(0.009246894,0.03312278,-0.003985906),(0.009539839,0.0327509,-0.004048108),(0.009794163,0.0325763,-0.004469065),(0.009822549,0.03237429,-0.004099629),(0.008640379,0.0345535,-0.004886281),(0.008366921,0.0349656,-0.004763449),(0.008369829,0.03475472,-0.004393897),(0.008650154,0.03435087,-0.004513649),(0.008086514,0.03536797,-0.004627262),(0.007793755,0.03574914,-0.004479032),(0.007790929,0.03550723,-0.004112606),(0.008084778,0.03514453,-0.00425996),(0.008082955,0.03489625,-0.003903363),(0.008371661,0.03452172,-0.004036247),(0.00778875,0.03523927,-0.003755874),(0.007793224,0.03493809,-0.003406645),(0.008085035,0.03461327,-0.003556505),(0.008373416,0.03425555,-0.003691294),(0.008657902,0.03412955,-0.004153712),(0.00866126,0.0338787,-0.00380908),(0.007483245,0.03609764,-0.00432007),(0.007147415,0.03639684,-0.004163011),(0.007156087,0.03610029,-0.003793841),(0.007484217,0.03582976,-0.003952604),(0.006778692,0.03663007,-0.00402049),(0.006369508,0.03678068,-0.003905142),(0.006401354,0.03643817,-0.003535571),(0.006797983,0.03630703,-0.0036502),(0.006817661,0.03596636,-0.003288617),(0.00716542,0.03578174,-0.003434021),(0.006433421,0.03608335,-0.00317287),(0.00646868,0.03572394,-0.002817964),(0.006842231,0.03561378,-0.002935096),(0.007181231,0.03544298,-0.003081728),(0.00748601,0.03553691,-0.0035946),(0.007495092,0.0352162,-0.003243649),(0.005912294,0.03683202,-0.003829606),(0.005423033,0.03681394,-0.003779582),(0.005482212,0.03646484,-0.003419333),(0.005957647,0.03648188,-0.003463839),(0.00491771,0.03675633,-0.003740777),(0.004412315,0.03668905,-0.003698894),(0.004497574,0.03635527,-0.003349325),(0.004990403,0.03641376,-0.003386385),(0.005064139,0.03607465,-0.003026853),(0.005542103,0.03611488,-0.003057888),(0.004584051,0.03602729,-0.002992255),(0.004671222,0.03570224,-0.002633302),(0.005138811,0.03573894,-0.00266754),(0.005603339,0.03576748,-0.002699512),(0.006003382,0.03612532,-0.003101261),(0.006051173,0.03576883,-0.002744545),(0.003922829,0.03664196,-0.003639638),(0.003446739,0.0366105,-0.003562664),(0.003552791,0.03629142,-0.003216279),(0.004019076,0.03631609,-0.003292482),(0.002981523,0.03659006,-0.003467625),(0.002524666,0.03657608,-0.003354178),(0.00264839,0.03626647,-0.003007477),(0.003096603,0.03627647,-0.003121137),(0.003211871,0.03596142,-0.002773258),(0.003659546,0.03597482,-0.002865062),(0.002771742,0.03595105,-0.002663174),(0.002894798,0.03563058,-0.002320918),(0.00332717,0.03564394,-0.002425233),(0.00376658,0.0356581,-0.002512101),(0.004116396,0.03599539,-0.002938192),(0.004214204,0.03567641,-0.002581473),(0.00207365,0.03656397,-0.003221977),(0.001627155,0.03654613,-0.003078091),(0.001768042,0.03623986,-0.0027331),(0.002206035,0.03625662,-0.002875721),(0.001183864,0.03651499,-0.002929594),(0.0007424576,0.03646295,-0.002783554),(0.0008991502,0.03615723,-0.002444194),(0.001332912,0.03620909,-0.002586847),(0.001480286,0.03588755,-0.002255022),(0.001907596,0.03592053,-0.002396703),(0.001053959,0.03583423,-0.002117515),(0.001206837,0.03549725,-0.001801936),(0.001626011,0.0355534,-0.001932487),(0.002045925,0.03559072,-0.002067319),(0.002337533,0.03593956,-0.002535204),(0.002468285,0.03561464,-0.002199205),(0.0003016173,0.03638243,-0.002647044),(-0.000136991,0.03627477,-0.002518329),(0.0004652595,0.0360772,-0.002312372),(3.31824e-5,0.03597068,-0.00218903),(-0.0005717013,0.03614132,-0.002395676),(-0.001000848,0.03598342,-0.002277351),(-0.0003951387,0.03583936,-0.002071816),(-0.0008177613,0.03568491,-0.001958377),(0.0002014694,0.03564918,-0.001874047),(-0.0002203743,0.03552128,-0.00176202),(-0.0006364055,0.03537234,-0.001652418),(-4.735356e-5,0.03519105,-0.001464446),(-0.0004566986,0.03504948,-0.001357601),(0.0003678724,0.03531415,-0.001571637),(0.0006269667,0.03575413,-0.001991535),(0.0007866966,0.03541686,-0.001682893),(-0.001422764,0.03580241,-0.00216162),(-0.001837846,0.03560492,-0.002043166),(-0.001232743,0.03550903,-0.001846362),(-0.001640647,0.03531743,-0.001731166),(-0.002246491,0.03539751,-0.001916672),(-0.002649094,0.03518682,-0.001776822),(-0.002042039,0.03511581,-0.001608184),(-0.002437482,0.03490989,-0.001472813),(-0.001445306,0.03502154,-0.001427823),(-0.001839682,0.03482867,-0.001305688),(-0.002228342,0.03463017,-0.001172234),(-0.001639354,0.03453805,-0.001007823),(-0.002021445,0.03434912,-0.0008739869),(-0.001251799,0.03471985,-0.001131538),(-0.001044465,0.03520426,-0.00154221),(-0.0008578803,0.03489137,-0.001247382),(-0.003046051,0.03497944,-0.001618296),(-0.003438012,0.03477421,-0.00144195),(-0.002827539,0.03470537,-0.001320448),(-0.003212516,0.03450165,-0.001150932),(-0.003825626,0.03456997,-0.001248633),(-0.004209544,0.03436557,-0.001039199),(-0.003592715,0.03429812,-0.0009641102),(-0.00396844,0.03409415,-0.0007598259),(-0.002990575,0.0342295,-0.000859783),(-0.003363735,0.03402695,-0.0006790364),(-0.003731315,0.03382266,-0.0004807763),(-0.003137348,0.03375791,-0.0003927411),(-0.0034967,0.03355229,-0.0002011419),(-0.00277119,0.03395918,-0.0005678274),(-0.002612043,0.03443051,-0.001023891),(-0.002398973,0.03415621,-0.0007277823),(-0.004590415,0.03415986,-0.0008144996),(-0.00496082,0.03394128,-0.0005915767),(-0.004339993,0.03388914,-0.000537923),(-0.00470094,0.03367233,-0.000316176),(-0.005313336,0.03369829,-0.000387471),(-0.005640544,0.03341934,-0.0002192236),(-0.005044846,0.03343296,-0.0001123594),(-0.005365273,0.03316028,5.575262e-5),(-0.004443786,0.03339877,-4.703405e-5),(-0.004777998,0.03316022,0.0001525623),(-0.005090412,0.0328913,0.0003167184),(-0.004512508,0.03287849,0.0004100432),(-0.004816258,0.03260985,0.0005667532),(-0.004188511,0.0331201,0.0002179945),(-0.004093112,0.03361642,-0.0002641278),(-0.003848498,0.03334219,8.351367e-6),(-0.005935023,0.03309287,-0.0001038755),(-0.00619539,0.0327267,-3.57557e-5),(-0.005655789,0.03284351,0.0001703855),(-0.005915251,0.03248931,0.0002381235),(-0.006420259,0.03232863,-9.192858e-6),(-0.006608248,0.03190645,-1.851591e-5),(-0.006142515,0.03210432,0.0002655505),(-0.006336441,0.03169518,0.0002592509),(-0.005633119,0.0322394,0.0004927577),(-0.00586199,0.03186739,0.0005203938),(-0.006061595,0.03147199,0.0005182762),(-0.005580294,0.03161405,0.0007574208),(-0.005785611,0.03123335,0.000760352),(-0.005350238,0.03197328,0.0007306831),(-0.005375688,0.03258253,0.0004274914),(-0.005095531,0.03230666,0.0006703802),(-0.006757971,0.03146797,-5.80535e-5),(-0.006874719,0.0310128,-0.000120173),(-0.006495889,0.03126854,0.0002258085),(-0.006623352,0.03082381,0.0001705988),(-0.006963775,0.03054053,-0.0001972418),(-0.007030431,0.03005076,-0.000281627),(-0.006721333,0.0303604,9.899714e-5),(-0.006792327,0.02987773,1.637873e-5),(-0.006370715,0.03062674,0.0004509574),(-0.006479912,0.03017541,0.0003908528),(-0.006558653,0.02970393,0.0003165156),(-0.006242973,0.02998436,0.0006815791),(-0.006334538,0.029529,0.0006233979),(-0.006119358,0.03041952,0.0007232515),(-0.006231223,0.0310587,0.0004942814),(-0.005966102,0.03083551,0.0007492358),(-0.007079976,0.02954309,-0.000365696),(-0.007116414,0.02903271,-0.0004457993),(-0.006838836,0.02937521,-7.188107e-5),(-0.006868557,0.02886881,-0.0001588033),(-0.007143754,0.02853484,-0.0005182874),(-0.007166005,0.02806464,-0.0005795109),(-0.006889192,0.02837451,-0.000237409),(-0.006908438,0.0279083,-0.0003007192),(-0.006634897,0.02871413,0.000142535),(-0.006653595,0.02822733,6.238456e-5),(-0.006673479,0.02776697,-2.106186e-7),(-0.006449898,0.02809402,0.000390517),(-0.006474743,0.02764145,0.0003314751),(-0.00642615,0.02856921,0.0004664576),(-0.006606782,0.02921158,0.0002304942),(-0.006391648,0.0290524,0.0005478876),(-0.007187176,0.02763731,-0.0006258203),(-0.007208835,0.02723724,-0.0006619098),(-0.006933999,0.02748613,-0.0003417551),(-0.006963843,0.02709183,-0.0003687536),(-0.007232556,0.02684876,-0.000692474),(-0.007259908,0.02645627,-0.000722207),(-0.006995948,0.02670922,-0.0003899525),(-0.007028286,0.0263221,-0.0004135891),(-0.006743616,0.02695729,-5.425135e-5),(-0.006783923,0.0265768,-6.720824e-5),(-0.006821091,0.02619177,-8.513025e-5),(-0.006601587,0.02645188,0.0002776),(-0.006640162,0.02606534,0.0002618933),(-0.006556929,0.0268342,0.0002866662),(-0.006705143,0.02734882,-3.550404e-5),(-0.006512534,0.02722611,0.0003007414),(-0.007292464,0.02604413,-0.0007558033),(-0.007332128,0.02561758,-0.0007889763),(-0.007058831,0.02591429,-0.0004479004),(-0.007091,0.02549108,-0.0004875813),(-0.007380801,0.02518193,-0.0008174393),(-0.007440387,0.02474242,-0.000836906),(-0.007128216,0.02505777,-0.0005273256),(-0.007173897,0.02461965,-0.0005618279),(-0.006875698,0.02536627,-0.0001622977),(-0.006902365,0.02493572,-0.0002098643),(-0.006934755,0.02449988,-0.0002556338),(-0.006702377,0.02481458,0.0001283541),(-0.0067228,0.02438151,7.446888e-5),(-0.006685302,0.02524243,0.0001814401),(-0.006850144,0.02578661,-0.0001187732),(-0.006666316,0.02566077,0.0002278966),(-0.007512788,0.02430431,-0.0008430894),(-0.007596526,0.0238681,-0.000835814),(-0.007231465,0.02418202,-0.0005857825),(-0.007300032,0.0237454,-0.0005986105),(-0.007690121,0.02343429,-0.0008149041),(-0.007792093,0.02300335,-0.0007801841),(-0.007378722,0.02331034,-0.0005997329),(-0.007466645,0.02287735,-0.0005885711),(-0.007030345,0.0236277,-0.0003234202),(-0.007093132,0.02319237,-0.0003437513),(-0.007165639,0.02275822,-0.0003539168),(-0.006837211,0.02307817,-5.310587e-5),(-0.006894329,0.02264382,-8.102504e-5),(-0.006789837,0.02351287,-1.723472e-5),(-0.006977484,0.0240637,-0.0002937668),(-0.006751826,0.02394745,2.561474e-5),(-0.00790096,0.02257579,-0.0007314783),(-0.008015466,0.0221516,-0.0006694417),(-0.007562923,0.02244698,-0.0005645457),(-0.007666443,0.02201938,-0.0005278143),(-0.008134343,0.02173076,-0.0005947298),(-0.008256337,0.02131329,-0.0005079978),(-0.00777609,0.02159471,-0.0004785337),(-0.007890755,0.02117314,-0.0004168609),(-0.007338298,0.02189525,-0.0003409136),(-0.007436662,0.02146704,-0.0003171286),(-0.007541855,0.02104141,-0.0002814102),(-0.007123743,0.02134698,-0.0001087205),(-0.007217329,0.02091809,-9.717455e-5),(-0.007038269,0.02177783,-0.0001094595),(-0.007247658,0.02232575,-0.0003530736),(-0.006961573,0.02221024,-0.0001000186),(-0.008380179,0.02089918,-0.0004099009),(-0.008505434,0.02048814,-0.0003016455),(-0.008009325,0.02075481,-0.000342953),(-0.008131104,0.02033963,-0.0002575858),(-0.008631649,0.02007987,-0.000184438),(-0.008758387,0.01967409,-5.948488e-5),(-0.008255396,0.01992746,-0.000161535),(-0.008381503,0.01951819,-5.557641e-5),(-0.007769161,0.02019886,-0.0001735074),(-0.007889501,0.01978209,-0.0001018416),(-0.008013117,0.01936839,-1.871173e-5),(-0.007539075,0.01964645,7.06546e-6),(-0.007656961,0.01922829,6.584461e-5),(-0.007425902,0.02006762,-3.953113e-5),(-0.007652984,0.02061866,-0.00023345),(-0.007318351,0.02049157,-7.419461e-5),(-0.008885202,0.0192705,7.200758e-5),(-0.00901192,0.0188688,0.00020882),(-0.008508733,0.01911171,5.951435e-5),(-0.008636639,0.01870777,0.0001824273),(-0.009138372,0.01846869,0.0003497331),(-0.009264385,0.01806986,0.0004935275),(-0.008764777,0.01830611,0.0003118526),(-0.008892705,0.01790648,0.0004464802),(-0.008266789,0.0185503,0.0001798748),(-0.008395391,0.01814557,0.000292756),(-0.008524199,0.0177435,0.0004129791),(-0.008029709,0.01799294,0.000312317),(-0.008157196,0.01758738,0.0004141379),(-0.007903215,0.01840158,0.0002195847),(-0.008139122,0.01895785,7.562293e-5),(-0.007778654,0.01881335,0.0001370558),(-0.009389786,0.01767202,0.0006389839),(-0.009514643,0.01727465,0.0007850369),(-0.009019975,0.01750864,0.0005850004),(-0.009146629,0.01711205,0.0007260769),(-0.009639021,0.01687726,0.000930621),(-0.009762983,0.01647935,0.001074671),(-0.009272703,0.01671617,0.000868373),(-0.009398237,0.01632049,0.001010553),(-0.008780198,0.01694633,0.0006700455),(-0.008907279,0.01655021,0.0008038041),(-0.009033671,0.01615502,0.0009389904),(-0.008539123,0.01638717,0.0007609103),(-0.008665527,0.01599107,0.0008848233),(-0.00841212,0.01678495,0.000640069),(-0.008652487,0.01734393,0.0005392563),(-0.008284738,0.01718487,0.0005239332),(-0.009886598,0.0160804,0.001216121),(-0.01000985,0.01567985,0.001353442),(-0.009523267,0.01592445,0.001151281),(-0.009647867,0.0155275,0.001288617),(-0.01013272,0.01527711,0.0014851),(-0.01025519,0.01487162,0.001609567),(-0.009772104,0.01512906,0.001420625),(-0.009896053,0.01472856,0.001545366),(-0.009284351,0.01536541,0.001206789),(-0.009408897,0.01496995,0.001334942),(-0.009533079,0.01457334,0.001456291),(-0.009040304,0.01480835,0.001255872),(-0.009164129,0.01441445,0.001371562),(-0.008916005,0.01520212,0.001134633),(-0.009159319,0.01576027,0.001074062),(-0.008791117,0.01559621,0.001010174),(-0.01037726,0.01446279,0.001725311),(-0.01049815,0.01405021,0.001830423),(-0.01001978,0.01432542,0.001660901),(-0.01014262,0.01391917,0.001765066),(-0.01061711,0.01363351,0.001922997),(-0.01073337,0.01321227,0.002001123),(-0.01026389,0.01350933,0.001855699),(-0.01038293,0.01309543,0.001930634),(-0.009780271,0.01377463,0.001669589),(-0.009902342,0.0133715,0.001756934),(-0.01002277,0.01296517,0.001828342),(-0.009532556,0.01322713,0.001662182),(-0.009653619,0.01282773,0.001732583),(-0.009410475,0.01362437,0.001577014),(-0.009657027,0.01417507,0.001568608),(-0.009287593,0.01401996,0.001479375),(-0.01084616,0.01278609,0.002062893),(-0.01095516,0.01235579,0.002108452),(-0.01049907,0.01267698,0.001987709),(-0.01061175,0.01225467,0.002027364),(-0.01106003,0.01192217,0.002137945),(-0.01116043,0.01148603,0.002151516),(-0.01072044,0.0118292,0.002050039),(-0.0108246,0.01140126,0.002056176),(-0.01025656,0.01214184,0.001916857),(-0.01036851,0.01172579,0.001934805),(-0.0104762,0.01130745,0.001935773),(-0.01000594,0.01161418,0.001840713),(-0.0101169,0.01120511,0.001841819),(-0.009891166,0.01202108,0.001822022),(-0.01014108,0.01255513,0.001881509),(-0.009773441,0.01242566,0.001785921),(-0.01125604,0.01104818,0.002149308),(-0.01134723,0.01060949,0.002132462),(-0.01092367,0.01097152,0.002046215),(-0.01101783,0.01054073,0.002021587),(-0.01143439,0.01017086,0.002102112),(-0.0115179,0.009733157,0.002059397),(-0.0111072,0.01010961,0.001983719),(-0.01119196,0.009678882,0.001934043),(-0.01067656,0.01046589,0.001889795),(-0.01076893,0.01004377,0.001846378),(-0.01085591,0.009621498,0.001791695),(-0.01041988,0.009967816,0.001747103),(-0.01050932,0.009553511,0.00168994),(-0.01032435,0.01038148,0.001792888),(-0.01057894,0.0108873,0.001920182),(-0.01022319,0.01079406,0.00182517),(-0.01159814,0.009297257,0.002005454),(-0.0116752,0.008864075,0.001941122),(-0.01127225,0.009249286,0.001873987),(-0.01134802,0.008821432,0.001804863),(-0.01174917,0.008434518,0.001867238),(-0.01182012,0.008009497,0.00178464),(-0.01141921,0.008395924,0.001727986),(-0.01148578,0.007973375,0.001644666),(-0.01101323,0.00877844,0.001656055),(-0.01108356,0.008358203,0.001579556),(-0.01114833,0.007939195,0.001500242),(-0.01073983,0.008309585,0.00147778),(-0.01080539,0.007894713,0.00140587),(-0.0106689,0.008724362,0.001551568),(-0.01093735,0.00919963,0.001727511),(-0.01059219,0.009139015,0.001623524),(-0.01188813,0.007589919,0.001694167),(-0.01195411,0.007175367,0.001594199),(-0.01154766,0.007554394,0.001556216),(-0.01160682,0.007138641,0.001463376),(-0.01201894,0.006765425,0.001483115),(-0.01208352,0.006359669,0.001359296),(-0.01166521,0.006725782,0.001366887),(-0.01172478,0.006315479,0.001267488),(-0.01126401,0.00710562,0.001342646),(-0.01132064,0.006690886,0.001269936),(-0.01138027,0.006277417,0.001205),(-0.01105392,0.006239862,0.001212868),(-0.01098662,0.006651837,0.001239175),(-0.01092518,0.007065318,0.001282693),(-0.01120752,0.007521695,0.001420343),(-0.01086597,0.007479785,0.00133955),(-0.01214875,0.005957684,0.001221122),(-0.01221944,0.005559415,0.001084288),(-0.01186019,0.005504954,0.001074279),(-0.01178748,0.005907392,0.001165921),(-0.01230043,0.005164809,0.0009644911),(-0.01239652,0.004773815,0.0008774259),(-0.01206308,0.004730761,0.0009691445),(-0.01194977,0.005111601,0.001004655),(-0.01162938,0.005072748,0.001102278),(-0.0115259,0.005461185,0.001113991),(-0.01176497,0.00470698,0.001122666),(-0.01151444,0.004713036,0.001338171),(-0.01135124,0.005056432,0.001268333),(-0.01122654,0.005432086,0.00122548),(-0.01144578,0.00586513,0.001150625),(-0.01113066,0.005829922,0.001207647),(-0.01251255,0.004386377,0.0008387886),(-0.01265269,0.00400857,0.000846997),(-0.01238293,0.004020079,0.001032768),(-0.012207,0.004365869,0.0009798404),(-0.01282111,0.003646467,0.000900469),(-0.01302198,0.003306139,0.0009976225),(-0.01283639,0.003398429,0.001249412),(-0.01259225,0.003696548,0.00112395),(-0.01240864,0.003785911,0.00139612),(-0.01215665,0.00406425,0.001275436),(-0.01269531,0.003535336,0.001538538),(-0.01259651,0.003715658,0.001842194),(-0.01227212,0.003917994,0.001695459),(-0.01198014,0.004148528,0.00155822),(-0.01194141,0.004371043,0.001182335),(-0.01172583,0.004411972,0.001436962),(-0.01325948,0.002993663,0.001136875),(-0.01353146,0.002713871,0.001301292),(-0.01342862,0.002890298,0.00157686),(-0.01311673,0.003128878,0.001405179),(-0.01383575,0.002471597,0.001473938),(-0.01417018,0.002271677,0.00163788),(-0.01412847,0.002515654,0.001910405),(-0.01376742,0.002685088,0.001750065),(-0.01372767,0.002947974,0.00201999),(-0.0133607,0.00311589,0.001860752),(-0.01410966,0.002808567,0.002164278),(-0.01410557,0.003134723,0.002396879),(-0.01370859,0.003246986,0.002275519),(-0.01332075,0.003380799,0.002138461),(-0.01301462,0.003311837,0.001696841),(-0.01294806,0.003536808,0.00199194),(-0.01453261,0.002118943,0.00177618),(-0.01491697,0.002004729,0.001893675),(-0.01489982,0.002284535,0.002154314),(-0.01450712,0.002384394,0.002043491),(-0.0153172,0.001920364,0.001995199),(-0.01572726,0.001857181,0.002085585),(-0.01571316,0.002151918,0.002329154),(-0.01530302,0.002209301,0.002247871),(-0.0153045,0.002545637,0.002463109),(-0.01489959,0.002612053,0.002381502),(-0.01571403,0.002494238,0.002532495),(-0.01572396,0.002866877,0.002698421),(-0.01531498,0.002912224,0.002643533),(-0.01490886,0.002970124,0.002577342),(-0.01450081,0.002698145,0.002283337),(-0.01450569,0.003043363,0.002496306),(-0.01614109,0.001806512,0.002169669),(-0.01655819,0.001767652,0.002246247),(-0.01654331,0.002069257,0.002469607),(-0.01612671,0.002105609,0.002403157),(-0.01697808,0.0017399,0.002314117),(-0.01740026,0.001722554,0.002372075),(-0.01738432,0.002021944,0.002578741),(-0.01696263,0.002041742,0.002528226),(-0.01695999,0.002396174,0.002696431),(-0.01654207,0.002421017,0.002648383),(-0.0173801,0.002377164,0.002738912),(-0.01696624,0.002782396,0.002823472),(-0.01738443,0.002765536,0.002857734),(-0.01654989,0.002803729,0.002786656),(-0.01612665,0.002453201,0.002593996),(-0.0161357,0.0028313,0.002745551),(-0.01782423,0.001714912,0.002418921),(-0.01824948,0.00171438,0.002457406),(-0.01823325,0.002000725,0.002656934),(-0.01780804,0.002008745,0.002620877),(-0.01867548,0.001718365,0.002490286),(-0.01910171,0.001724273,0.002520314),(-0.01908587,0.001994533,0.00272001),(-0.01865937,0.001996461,0.002689211),(-0.01865012,0.002343521,0.002843967),(-0.01822558,0.002351474,0.002811085),(-0.01907532,0.00233798,0.002876839),(-0.01864736,0.002730699,0.002958362),(-0.01907042,0.002723917,0.002993488),(-0.0182252,0.002739813,0.002924487),(-0.0178021,0.002362476,0.002776599),(-0.01780415,0.002751384,0.002891176),(-0.01952766,0.001729513,0.002550245),(-0.0199528,0.001735206,0.002579067),(-0.01951217,0.001993519,0.00275163),(-0.01993774,0.001994406,0.002782351),(-0.02037664,0.001742477,0.002605772),(-0.02079866,0.001752449,0.002629348),(-0.02036199,0.001998182,0.002810453),(-0.02078438,0.002005835,0.002834215),(-0.01992576,0.002333186,0.002944969),(-0.02034969,0.002335856,0.002975493),(-0.02077189,0.002343187,0.003000501),(-0.02034082,0.002720721,0.003099515),(-0.02076229,0.002728634,0.003125896),(-0.01991786,0.00271795,0.003066817),(-0.01950075,0.002334215,0.002911295),(-0.01949416,0.002719341,0.003030558),(-0.02121837,0.001766246,0.002648787),(-0.02163634,0.001782911,0.002665123),(-0.02120433,0.002018349,0.002851917),(-0.02162247,0.002034511,0.002865074),(-0.02205316,0.001801488,0.00267939),(-0.02246939,0.001821021,0.002692622),(-0.02203939,0.002053103,0.002875201),(-0.02245571,0.002072912,0.002883813),(-0.02160967,0.00237331,0.003028839),(-0.02202646,0.002393291,0.00303611),(-0.02244265,0.002414677,0.00304141),(-0.02201577,0.002782965,0.003159696),(-0.02243177,0.002806175,0.003163405),(-0.02159922,0.002761285,0.003153719),(-0.02119168,0.002356141,0.003017626),(-0.02118158,0.002742664,0.003143209),(0.0169735,0.00122204,0.006777138),(0.01703476,0.00122224,0.007187631),(0.01691164,0.001221852,0.006366787),(0.01650424,0.001222244,0.006454599),(0.01656572,0.001222576,0.00686534),(0.01662658,0.001222954,0.007276211),(0.01684861,0.00122169,0.005956721),(0.01678382,0.001221565,0.005547081),(0.01637699,0.001221906,0.005634013),(0.01644154,0.001222005,0.006044114),(0.01603482,0.001222651,0.006128355),(0.01609671,0.001222923,0.006539316),(0.01597079,0.001222781,0.00571773),(0.01556353,0.001224441,0.005795386),(0.01562642,0.001223767,0.006206588),(0.01568668,0.001223992,0.006618068),(0.01615719,0.001223463,0.006950499),(0.01621696,0.001224137,0.007361794),(0.01574519,0.001224818,0.007029734),(0.01580282,0.001225944,0.007441491),(0.01671668,0.00122149,0.005138011),(0.01664579,0.001221452,0.004729461),(0.01623924,0.001222485,0.004815344),(0.01630999,0.001221994,0.005224424),(0.01656974,0.00122144,0.004321381),(0.01648711,0.00122144,0.003913721),(0.01608131,0.001225545,0.003998707),(0.01616345,0.001223597,0.004406773),(0.01575921,0.001230067,0.004489722),(0.01583361,0.001225569,0.004898114),(0.01568013,0.00123786,0.004082668),(0.01528558,0.001262491,0.004164262),(0.01535729,0.001243008,0.004567995),(0.01542809,0.001231728,0.004975091),(0.01590392,0.001223447,0.005307551),(0.01549712,0.001226317,0.005384554),(0.01639651,0.00122144,0.003506433),(0.01630379,0.001227026,0.003102415),(0.01599154,0.001228547,0.003591143),(0.01590277,0.001240753,0.003188751),(0.01621482,0.001243785,0.00270457),(0.01613545,0.001277302,0.002315796),(0.01576275,0.001325381,0.002418171),(0.01582363,0.001270315,0.002796204),(0.01545512,0.00132309,0.002896745),(0.01551708,0.001275232,0.003279828),(0.01542088,0.001402582,0.002534356),(0.01512188,0.001517881,0.002668838),(0.01511967,0.001413,0.003009591),(0.01515444,0.00134028,0.003377471),(0.01559576,0.001249869,0.003677253),(0.01521386,0.001292513,0.003764891),(0.01607155,0.001333165,0.001938993),(0.01603079,0.001414205,0.001580173),(0.01572807,0.001531957,0.001724689),(0.01572876,0.001414103,0.002059325),(0.01602086,0.001523258,0.001245345),(0.01604942,0.001663156,0.0009405202),(0.01585231,0.001836972,0.001148158),(0.01576712,0.001674421,0.001419292),(0.01556736,0.001841437,0.001622368),(0.01547279,0.001672822,0.001893939),(0.0157133,0.00201763,0.001387524),(0.01563515,0.002186594,0.001659731),(0.01542891,0.002010937,0.001857575),(0.01527537,0.001831299,0.002092157),(0.01542537,0.001522848,0.002199011),(0.0151734,0.001662131,0.002362802),(0.01612416,0.001836733,0.0006717079),(0.01624561,0.002032588,0.0004376182),(0.01617643,0.002200139,0.0007188512),(0.01599007,0.002015086,0.0009163137),(0.01641434,0.002239319,0.0002369612),(0.01663088,0.002445525,6.844686e-5),(0.01667907,0.002556561,0.0004074373),(0.01640742,0.002383506,0.0005508617),(0.01645267,0.002507304,0.0008907829),(0.01616394,0.002355057,0.001029718),(0.01677304,0.002642583,0.000767846),(0.01653496,0.002601217,0.001251208),(0.01689375,0.002700501,0.00114382),(0.01619863,0.002482176,0.001366412),(0.01591482,0.002190334,0.001192636),(0.0158952,0.002343822,0.001499298),(0.01689578,0.002639803,-6.921503e-5),(0.01718733,0.002837787,-0.0001804609),(0.0169874,0.002710681,0.0002836695),(0.0173095,0.002866955,0.0001788656),(0.01748382,0.00305511,-0.0002697275),(0.01776354,0.003307403,-0.0003414513),(0.0176224,0.003046472,9.233245e-5),(0.01790318,0.003270323,2.337707e-5),(0.01746146,0.002873823,0.0005495395),(0.01778292,0.003019915,0.0004612342),(0.01805814,0.003219745,0.0003915369),(0.01794823,0.002986386,0.0008386331),(0.01821415,0.003168721,0.0007669464),(0.01762387,0.002865777,0.0009302179),(0.01711707,0.002756401,0.0006529207),(0.01726455,0.002779585,0.001034385),(0.01800478,0.003610298,-0.0004000689),(0.01818027,0.003931783,-0.0004496076),(0.01827876,0.003877539,-6.931628e-5),(0.0181289,0.003559598,-2.869343e-5),(0.01826275,0.004239847,-0.0004940945),(0.01822495,0.004502475,-0.0005375572),(0.0182677,0.004452375,-0.0001379674),(0.01833196,0.004187384,-0.0001039285),(0.01840768,0.004126906,0.0002857892),(0.01838527,0.003814525,0.0003111883),(0.01831634,0.004394234,0.0002604083),(0.01836617,0.004338632,0.000659927),(0.01848341,0.004070019,0.0006782037),(0.01849098,0.003755512,0.0006959722),(0.01826384,0.003498376,0.0003439795),(0.01839815,0.003440088,0.000722473),(0.01803963,0.004687656,-0.0005840228),(0.0177479,0.004795423,-0.0006321536),(0.01776282,0.004740178,-0.0002191313),(0.01806519,0.004635754,-0.00017687),(0.01739094,0.00482581,-0.0006806123),(0.01700989,0.004778848,-0.0007280612),(0.01701215,0.004722802,-0.0003077108),(0.01739901,0.004768307,-0.0002632466),(0.01741297,0.004701386,0.000148693),(0.01778358,0.004675677,0.0001897199),(0.01702008,0.004658149,0.0001067312),(0.01703174,0.004596059,0.0005185025),(0.01743047,0.004635924,0.0005582724),(0.01780735,0.004612419,0.0005970444),(0.01809651,0.004575226,0.0002276718),(0.01813004,0.004516378,0.0006319016),(0.0166459,0.004654575,-0.000773163),(0.01629164,0.004493006,-0.000817824),(0.01627935,0.004459017,-0.0003946736),(0.01664067,0.004606321,-0.0003510193),(0.0159398,0.004334158,-0.0008639506),(0.01558305,0.00421805,-0.000913449),(0.01556635,0.004232563,-0.0004890246),(0.01592297,0.004321047,-0.0004401747),(0.01591073,0.00430858,-1.897279e-5),(0.01627133,0.004421989,2.466134e-5),(0.01555617,0.004251297,-6.669031e-5),(0.01555386,0.004282458,0.0003534257),(0.01590338,0.004306399,0.0004006319),(0.016267,0.004392507,0.0004422009),(0.01664032,0.004551764,6.597502e-5),(0.01664351,0.00450199,0.0004806516),(0.01521408,0.004184701,-0.0009682261),(0.01486115,0.004230683,-0.001033462),(0.01486464,0.004315563,-0.0006077972),(0.01520427,0.004233722,-0.0005427246),(0.01455254,0.004352575,-0.001114337),(0.01431653,0.00454695,-0.001216031),(0.01436443,0.00468545,-0.0007981497),(0.01457539,0.004469126,-0.0006907646),(0.01462088,0.004595489,-0.0002745732),(0.01488465,0.004409567,-0.0001870775),(0.01444059,0.004832851,-0.0003901543),(0.01454866,0.004988936,5.365917e-6),(0.01469305,0.004733444,0.0001318015),(0.01492471,0.004516712,0.0002267782),(0.01520527,0.004289898,-0.0001202542),(0.01521964,0.004359472,0.0002980637),(0.01418138,0.004810384,-0.001343726),(0.01412608,0.005125262,-0.001491274),(0.01423778,0.005265771,-0.001098322),(0.01425967,0.004955579,-0.0009364748),(0.01412961,0.005473965,-0.001652525),(0.01417096,0.005838878,-0.001821334),(0.01434924,0.005951398,-0.001462915),(0.01427542,0.00560229,-0.001276275),(0.01445771,0.005728637,-0.0009150432),(0.0143846,0.005408435,-0.0007191008),(0.01456411,0.00605843,-0.00112035),(0.01480968,0.006157344,-0.0007928089),(0.01467341,0.005850044,-0.0005693668),(0.01456623,0.00555062,-0.0003552014),(0.01437036,0.005106836,-0.0005412339),(0.01451551,0.005262456,-0.0001602961),(0.01422912,0.006202385,-0.001991552),(0.01429738,0.006567019,-0.00215857),(0.01452715,0.006649823,-0.001833437),(0.0144359,0.006299353,-0.001650825),(0.01436905,0.006935314,-0.002317779),(0.01443744,0.007309804,-0.002464572),(0.01469039,0.007372959,-0.002156508),(0.01461473,0.00700647,-0.002004187),(0.01489239,0.007068953,-0.001707302),(0.01479071,0.006724174,-0.001524702),(0.01497396,0.007427556,-0.00186589),(0.01527756,0.007475422,-0.001588224),(0.01519098,0.00712378,-0.001422381),(0.01507786,0.006789816,-0.001228445),(0.0146782,0.006388805,-0.00132631),(0.01494763,0.006469136,-0.001015545),(0.01449586,0.007693025,-0.002594339),(0.01454359,0.008083337,-0.002711135),(0.01478401,0.008143352,-0.002393169),(0.01474586,0.007752954,-0.002283832),(0.01457994,0.008479103,-0.002819016),(0.01460419,0.008878689,-0.002922038),(0.01481973,0.008942952,-0.002585921),(0.01480768,0.008541053,-0.002491529),(0.01506763,0.008594474,-0.002187578),(0.01505528,0.008194893,-0.002096195),(0.01506949,0.008998552,-0.002276226),(0.01535347,0.00904469,-0.001999013),(0.01535728,0.008639579,-0.001910274),(0.01535182,0.008239126,-0.001820206),(0.01502616,0.007804396,-0.001992243),(0.01532821,0.00784914,-0.001716844),(0.01461565,0.009280455,-0.003024255),(0.01461368,0.00968378,-0.003125083),(0.01481668,0.009749687,-0.002782796),(0.01482302,0.009345947,-0.002683353),(0.01459764,0.01008804,-0.003223934),(0.01456692,0.01049261,-0.003320224),(0.01477177,0.01055801,-0.002983584),(0.01479989,0.01015382,-0.002883217),(0.01504453,0.01021064,-0.002577949),(0.01505931,0.009806557,-0.002473114),(0.01502149,0.01061489,-0.002684774),(0.01531522,0.01065999,-0.002434545),(0.01533208,0.01025567,-0.00231873),(0.0153428,0.009852106,-0.002205818),(0.01506717,0.009402554,-0.002371972),(0.01534928,0.009448654,-0.002098387),(0.01452086,0.01089687,-0.003413366),(0.01446164,0.01130142,-0.003503171),(0.01468034,0.01136611,-0.003180401),(0.01473148,0.01096188,-0.003082866),(0.01439146,0.01170686,-0.003589451),(0.01431247,0.01211379,-0.003672018),(0.01455075,0.01217818,-0.003367578),(0.01461965,0.01177132,-0.003275525),(0.01489663,0.01183125,-0.003002601),(0.01494704,0.01142465,-0.002898195),(0.01483809,0.01223973,-0.003104011),(0.01516567,0.01229406,-0.002887166),(0.01521562,0.01188243,-0.002778389),(0.01525711,0.01147308,-0.002665765),(0.01498883,0.01101938,-0.002791888),(0.01529027,0.0110657,-0.002550687),(0.01422686,0.0125228,-0.003750684),(0.01413581,0.0129344,-0.003825782),(0.01439326,0.01299916,-0.003540525),(0.01447493,0.01258734,-0.003455896),(0.01404049,0.01334906,-0.003897642),(0.01394208,0.01376727,-0.003966598),(0.01421658,0.01383236,-0.003698897),(0.01430679,0.01341405,-0.00362151),(0.01462041,0.0134805,-0.003382972),(0.01469906,0.01306413,-0.003294379),(0.01453692,0.01389993,-0.003466927),(0.01488803,0.0139662,-0.00326725),(0.0149675,0.01354435,-0.003181017),(0.0150408,0.01312503,-0.003088747),(0.01477193,0.01265061,-0.003201331),(0.01510713,0.01270827,-0.002990709),(0.01384177,0.01418953,-0.004032983),(0.01374046,0.01461563,-0.004097021),(0.01402897,0.01468026,-0.003843158),(0.01412368,0.0142545,-0.003772732),(0.01363905,0.01504537,-0.004158939),(0.01353845,0.01547855,-0.004218962),(0.01383768,0.01554181,-0.00397437),(0.01393334,0.01510943,-0.003910322),(0.01426643,0.01517724,-0.003690229),(0.01435903,0.01474847,-0.003620469),(0.01417257,0.01560879,-0.003755433),(0.0145253,0.01567737,-0.003550019),(0.01462096,0.01524633,-0.003488478),(0.01471389,0.01481735,-0.003420894),(0.01444949,0.01432264,-0.003546064),(0.0148032,0.01439059,-0.00334718),(0.01343956,0.01591498,-0.004277315),(0.01334257,0.01635461,-0.004333216),(0.01364898,0.01641557,-0.004092755),(0.01374288,0.01597722,-0.004035445),(0.01324763,0.0167974,-0.004385878),(0.01315492,0.01724331,-0.004434516),(0.01346405,0.01730083,-0.004192898),(0.01355603,0.0168568,-0.004145504),(0.01388899,0.01691871,-0.003921429),(0.01398381,0.01647961,-0.003871733),(0.01379393,0.01736015,-0.003964558),(0.01412523,0.01741954,-0.003731821),(0.01422763,0.01698149,-0.003696985),(0.01432852,0.01654505,-0.003654752),(0.01407835,0.01604294,-0.003816167),(0.01442778,0.01611031,-0.003605603),(0.01306462,0.01769231,-0.004478348),(0.01297663,0.01814404,-0.004517559),(0.01328296,0.01819664,-0.004269162),(0.01337312,0.01774761,-0.004234141),(0.01289084,0.01859811,-0.004552337),(0.01280717,0.01905419,-0.004582867),(0.01310396,0.01909957,-0.004320228),(0.01319332,0.01864746,-0.004297882),(0.01350596,0.01869584,-0.004049051),(0.0136028,0.01824926,-0.004028692),(0.01340776,0.01914304,-0.004061176),(0.01369861,0.01918195,-0.003787988),(0.01380841,0.01874077,-0.003787307),(0.01391592,0.01829965,-0.003777424),(0.01369866,0.01780385,-0.00400042),(0.01402142,0.01785908,-0.003758781),(0.0127255,0.0195119,-0.004609337),(0.01264508,0.01997098,-0.004631993),(0.01292488,0.02000607,-0.004346602),(0.01301462,0.0195525,-0.004336125),(0.01256513,0.02043115,-0.004651084),(0.01248489,0.02089216,-0.004666857),(0.01274249,0.02091434,-0.004355401),(0.01283431,0.02046008,-0.004352683),(0.0131027,0.02048495,-0.004053475),(0.0132061,0.02003764,-0.00406157),(0.01299762,0.02093222,-0.004042276),(0.01323812,0.02094404,-0.003718366),(0.0133555,0.02050363,-0.003741805),(0.01347169,0.02006323,-0.003762828),(0.01330779,0.01959032,-0.004064743),(0.01358622,0.01962272,-0.003779026),(0.01240359,0.02135374,-0.00467956),(0.01232233,0.02181616,-0.004688171),(0.01255572,0.02182364,-0.004353228),(0.012649,0.02136867,-0.004355781),(0.01224218,0.02227971,-0.004691667),(0.01216423,0.02274466,-0.004689025),(0.01237735,0.02273784,-0.004336939),(0.01246454,0.02227984,-0.004347146),(0.01268233,0.02227651,-0.003999859),(0.01278495,0.02182725,-0.004015743),(0.01258548,0.02272792,-0.003981865),(0.01278747,0.02271486,-0.003622941),(0.01289205,0.0222693,-0.003647367),(0.01300376,0.02182614,-0.003671307),(0.01289087,0.02137941,-0.00402979),(0.01312,0.02138463,-0.00369492),(0.01208958,0.0232113,-0.004679224),(0.01201854,0.02367941,-0.004663172),(0.01222021,0.02366059,-0.004302707),(0.01229603,0.02319823,-0.004322011),(0.01195143,0.02414881,-0.004641779),(0.01188856,0.0246193,-0.004615956),(0.01208366,0.02458956,-0.004252352),(0.01214955,0.02412451,-0.004279373),(0.01234036,0.02409722,-0.003912706),(0.01241554,0.02363887,-0.003938506),(0.01227034,0.02455669,-0.003883874),(0.01245153,0.02452153,-0.003512284),(0.01252621,0.02406758,-0.003543188),(0.01260608,0.02361469,-0.0035715),(0.0124969,0.02318224,-0.003961486),(0.01269266,0.02316355,-0.003597868),(0.01183026,0.02509067,-0.00458661),(0.01177554,0.02556239,-0.004553422),(0.01196406,0.02552131,-0.004187898),(0.01202219,0.02505533,-0.004221989),(0.01172341,0.02603393,-0.004516075),(0.0116729,0.02650477,-0.004474248),(0.01185349,0.02645184,-0.004106979),(0.01190819,0.02598698,-0.00414969),(0.01207996,0.02593642,-0.003776242),(0.01214138,0.02547676,-0.003816049),(0.01201894,0.02639519,-0.003731964),(0.01217324,0.02633637,-0.00335197),(0.01224297,0.02588373,-0.003398414),(0.01231152,0.02543007,-0.003440328),(0.01220443,0.0250167,-0.00385179),(0.0123805,0.02497585,-0.003478142),(0.01162302,0.02697436,-0.004427621),(0.01157028,0.02744213,-0.004375674),(0.01174035,0.02737694,-0.004006311),(0.01179889,0.02691536,-0.004059376),(0.0115112,0.02790748,-0.004317884),(0.01144228,0.02836987,-0.004253729),(0.01159532,0.02829179,-0.003881513),(0.01167384,0.02783596,-0.003947214),(0.0118131,0.02776018,-0.003568423),(0.01188991,0.02730786,-0.003628412),(0.01172222,0.02820875,-0.003502482),(0.01182043,0.02811944,-0.003119418),(0.0119289,0.02768031,-0.003184006),(0.0120208,0.02723591,-0.003244483),(0.01195705,0.0268526,-0.003682806),(0.01210071,0.02678751,-0.003300565),(0.01136003,0.02882869,-0.004182687),(0.01125999,0.02928222,-0.004108783),(0.01138564,0.02918934,-0.003733195),(0.01150076,0.02874383,-0.003808639),(0.01113772,0.02972875,-0.004036041),(0.01098876,0.03016652,-0.003968489),(0.0110757,0.03004989,-0.003593023),(0.01124546,0.02962561,-0.003659789),(0.01132112,0.02951265,-0.003287342),(0.01148062,0.02908866,-0.003356807),(0.01112995,0.02992114,-0.003226972),(0.0111399,0.02976951,-0.002878292),(0.01135404,0.02938121,-0.002924887),(0.01153651,0.02897402,-0.002984308),(0.01161286,0.0286528,-0.003430232),(0.0116908,0.02855206,-0.003051001),(0.01080867,0.03059383,-0.00391015),(0.01060005,0.0310089,-0.003859694),(0.01063876,0.03085361,-0.003492201),(0.01087185,0.03045949,-0.003537505),(0.01036554,0.03140996,-0.00381579),(0.01010776,0.03179525,-0.003777107),(0.0101042,0.03159236,-0.003428115),(0.01038126,0.03123149,-0.003456082),(0.01036743,0.03103337,-0.003124455),(0.01064629,0.03068107,-0.003147227),(0.01007299,0.0313678,-0.003110822),(0.01001048,0.0311117,-0.002837467),(0.010318,0.03080392,-0.002833482),(0.01061399,0.03047892,-0.00283641),(0.01090273,0.03031047,-0.003180833),(0.01089059,0.03013477,-0.002850073),(0.009829325,0.03216297,-0.003742315),(0.009537677,0.03251961,-0.00370343),(0.009513169,0.03226745,-0.00338255),(0.009812421,0.03193545,-0.003407269),(0.009240258,0.0328716,-0.003652466),(0.008944507,0.03322541,-0.003581438),(0.008921238,0.0329249,-0.003277525),(0.009213693,0.03259504,-0.003342966),(0.009165651,0.03229388,-0.003061589),(0.009464955,0.03199124,-0.003092634),(0.008879016,0.03259958,-0.002998251),(0.008815209,0.03225407,-0.002745672),(0.009094596,0.03196893,-0.002812515),(0.009391674,0.03168777,-0.00284085),(0.00976978,0.03168482,-0.00310463),(0.00969934,0.03140416,-0.002844545),(0.00865786,0.03358749,-0.003482362),(0.008376098,0.03394516,-0.003359827),(0.008372809,0.03360061,-0.003044145),(0.008643054,0.03326372,-0.003175235),(0.008095002,0.03428571,-0.003218419),(0.007810352,0.03459648,-0.00306273),(0.007830807,0.03422507,-0.002727776),(0.008104171,0.03392469,-0.002892308),(0.008103848,0.0335413,-0.002581373),(0.008356648,0.03323196,-0.002746551),(0.007845261,0.0338345,-0.002405432),(0.007844389,0.03343537,-0.002099346),(0.00808535,0.03314663,-0.002288815),(0.008320718,0.03284928,-0.002469345),(0.008612193,0.03291517,-0.002889374),(0.008560629,0.03254964,-0.002626456),(0.007517925,0.03486476,-0.002897345),(0.007209336,0.03508585,-0.002735141),(0.007243953,0.03471538,-0.002395777),(0.007546387,0.03449088,-0.002558599),(0.006876191,0.03525503,-0.002588993),(0.006510109,0.03536762,-0.002471776),(0.006557203,0.03501357,-0.002133187),(0.006916543,0.03489185,-0.002250306),(0.006960282,0.03452595,-0.001919031),(0.007279303,0.03433666,-0.002065147),(0.006609464,0.03466095,-0.001801083),(0.006666393,0.03430891,-0.001474345),(0.007004404,0.03415907,-0.001595165),(0.007309611,0.03395476,-0.001744771),(0.007572356,0.03410289,-0.002230319),(0.007587708,0.03370913,-0.001915415),(0.006102695,0.03541891,-0.002396363),(0.00566656,0.03542613,-0.002348468),(0.005733546,0.03508932,-0.002003846),(0.006158972,0.03507382,-0.002055418),(0.005214314,0.03540652,-0.002313805),(0.004758562,0.0353773,-0.002278087),(0.004847888,0.03505303,-0.001926682),(0.005292618,0.03507681,-0.001965319),(0.005375699,0.03474927,-0.001621748),(0.005806068,0.03475556,-0.001664736),(0.004941018,0.03472999,-0.001579156),(0.005039769,0.03440871,-0.001235583),(0.005465528,0.03442332,-0.001282763),(0.005885912,0.03442335,-0.001330227),(0.006221025,0.0347318,-0.001720416),(0.006289881,0.0343911,-0.00139006),(0.004311915,0.03535571,-0.002227028),(0.003873474,0.03533867,-0.002160482),(0.003981377,0.03501851,-0.001809633),(0.004411049,0.0350347,-0.001874783),(0.003442345,0.03532307,-0.002078308),(0.00301763,0.03530581,-0.001980362),(0.003140637,0.03497931,-0.001639626),(0.003558148,0.03500115,-0.001731244),(0.003675331,0.03468056,-0.001382802),(0.004091434,0.03469959,-0.001458979),(0.00326422,0.03465369,-0.001296835),(0.003388776,0.03433152,-0.0009501094),(0.003794647,0.03436362,-0.001031742),(0.004204793,0.03438386,-0.001107948),(0.004513129,0.03471474,-0.001524666),(0.004619679,0.03439723,-0.001176602),(0.002598432,0.03528377,-0.0018665),(0.002183131,0.03525304,-0.001743368),(0.002319161,0.03491026,-0.001422216),(0.002728121,0.03494967,-0.001534792),(0.001770107,0.03520963,-0.001617612),(0.001357739,0.03514961,-0.001495878),(0.001506154,0.03479434,-0.001195749),(0.001912318,0.03485914,-0.001307376),(0.002052387,0.0345048,-0.0009987616),(0.00245396,0.03456519,-0.00110123),(0.001651569,0.03443449,-0.0008979625),(0.001793472,0.03407309,-0.0005989293),(0.002190056,0.03414949,-0.0006887483),(0.002587473,0.0342206,-0.0007777759),(0.0028575,0.03461502,-0.001201783),(0.002986715,0.03428256,-0.0008651753),(0.0009444081,0.035069,-0.001384811),(0.000532394,0.03496946,-0.001280055),(0.0006937325,0.03461865,-0.0009940136),(0.001099231,0.03471389,-0.001092811),(0.000123978,0.03485262,-0.001177255),(-0.000278559,0.03472015,-0.001072054),(0.000291844,0.03450944,-0.0008948102),(-0.00010425,0.03438713,-0.0007906526),(0.0008505854,0.03426525,-0.0007082232),(0.000454468,0.03416494,-0.0006114762),(6.396538e-5,0.03405325,-0.000508273),(0.0006100736,0.03382256,-0.000321618),(0.0002238239,0.03372133,-0.0002197918),(0.001001651,0.0339128,-0.0004173955),(0.001250294,0.03435487,-0.0008024174),(0.001396727,0.03399526,-0.0005091554),(-0.0006729362,0.03457365,-0.0009600968),(-0.001060098,0.03441496,-0.0008407116),(-0.0004923648,0.03425254,-0.0006769934),(-0.0008733053,0.03410663,-0.0005542766),(-0.001440991,0.03424588,-0.0007132276),(-0.001816559,0.03406824,-0.000576974),(-0.001247876,0.03395034,-0.000422946),(-0.001616882,0.03378463,-0.0002834461),(-0.0006945187,0.03379463,-0.0002711665),(-0.001063292,0.03364962,-0.0001380215),(-0.001425613,0.03349543,4.345631e-6),(-0.0008905206,0.03334189,0.0001405024),(-0.001245951,0.03319776,0.0002841505),(-0.0005268382,0.03347872,9.684994e-6),(-0.0003188983,0.03392949,-0.0003947101),(-0.0001552683,0.03360596,-0.0001098853),(-0.002187747,0.03388384,-0.0004312797),(-0.002553364,0.0336921,-0.0002743908),(-0.001981128,0.03361043,-0.000136221),(-0.002339187,0.03342597,1.999156e-5),(-0.002912219,0.03349243,-0.0001045538),(-0.00326312,0.03328424,7.998538e-5),(-0.002689634,0.03322948,0.0001864534),(-0.003031042,0.03301917,0.0003644267),(-0.002130747,0.03315851,0.0003147849),(-0.002470878,0.03296806,0.0004812088),(-0.002800931,0.03275778,0.0006540034),(-0.002257239,0.03270714,0.0007806404),(-0.002573253,0.03250074,0.0009505366),(-0.001930135,0.03288742,0.0006094542),(-0.001781878,0.03333301,0.0001555558),(-0.001592764,0.03304862,0.0004422126),(-0.003604877,0.03306694,0.0002809805),(-0.003934272,0.03283583,0.0004810549),(-0.003361986,0.03279327,0.0005551734),(-0.003680201,0.03255049,0.000742395),(-0.004248089,0.03258621,0.0006628323),(-0.004543113,0.03231339,0.0008089361),(-0.003983421,0.03228952,0.0009097931),(-0.00426938,0.03200906,0.001041069),(-0.003425431,0.0322686,0.001002263),(-0.00371718,0.03199453,0.001149788),(-0.003993463,0.03170403,0.001260952),(-0.003448045,0.03170737,0.001381682),(-0.003713765,0.03140543,0.001466388),(-0.003169094,0.03199468,0.001260906),(-0.003119565,0.03252383,0.0008323446),(-0.00287735,0.0322612,0.001113908),(-0.004816127,0.03201264,0.0009019902),(-0.005067858,0.03168726,0.0009544358),(-0.004535813,0.03170782,0.001119924),(-0.004784254,0.03138816,0.001161721),(-0.005299036,0.03134053,0.0009787154),(-0.005510388,0.03097571,0.0009872704),(-0.005016237,0.03105245,0.001181821),(-0.005233295,0.03070309,0.001195589),(-0.004497708,0.03108274,0.001350242),(-0.004729922,0.03075549,0.001364283),(-0.0049517,0.03041951,0.001381863),(-0.004438117,0.03045527,0.001523644),(-0.004662969,0.03012899,0.001542653),(-0.004206499,0.03077781,0.001517706),(-0.00425293,0.03139951,0.001321785),(-0.003965816,0.03109506,0.001505175),(-0.005702646,0.03059608,0.0009925428),(-0.005871834,0.03020007,0.0009898302),(-0.005436964,0.03034243,0.001218384),(-0.005622351,0.02996817,0.001241662),(-0.006013983,0.02978608,0.0009744302),(-0.006125119,0.02935254,0.0009416399),(-0.005784561,0.02957802,0.001256875),(-0.005918707,0.02916968,0.001255477),(-0.005365112,0.02972363,0.001469714),(-0.005546332,0.02935762,0.001516382),(-0.00570362,0.02897551,0.001549144),(-0.005290923,0.02912234,0.001740421),(-0.005468175,0.02876513,0.001806875),(-0.005094332,0.02946624,0.001664956),(-0.005165166,0.03007658,0.001420941),(-0.004883362,0.02980055,0.001594395),(-0.006201271,0.02889787,0.0008867572),(-0.006253043,0.02843461,0.0008212063),(-0.006019895,0.02874086,0.001228921),(-0.006095901,0.02830141,0.001187208),(-0.006291035,0.02797531,0.000756412),(-0.006325854,0.02753251,0.0007037984),(-0.006154495,0.02786121,0.001140338),(-0.006203451,0.0274301,0.001098311),(-0.005935054,0.02816069,0.001544889),(-0.006017764,0.0277417,0.001522563),(-0.00608418,0.02732417,0.001496566),(-0.005858333,0.02760679,0.001883356),(-0.005944682,0.02720463,0.001880115),(-0.005750832,0.0280035,0.001874675),(-0.005831766,0.02857424,0.001556197),(-0.005621128,0.02839089,0.001850404),(-0.006368097,0.02711875,0.0006747902),(-0.006412566,0.02672316,0.0006590681),(-0.006250544,0.02701795,0.001071128),(-0.006293077,0.02661745,0.001051249),(-0.006454049,0.02633484,0.0006463131),(-0.006487346,0.0259429,0.0006262056),(-0.006328353,0.02622125,0.001031132),(-0.006353679,0.02582205,0.001003236),(-0.006181021,0.02651033,0.001451502),(-0.006211544,0.02610671,0.001424257),(-0.006230199,0.0257004,0.001388415),(-0.006090663,0.02598679,0.00181789),(-0.006107944,0.02557557,0.001777172),(-0.006058953,0.02639507,0.001848124),(-0.006138583,0.02691493,0.001474242),(-0.006010924,0.02680087,0.001868618),(-0.006507251,0.02553646,0.0005884268),(-0.00651889,0.02511879,0.0005381976),(-0.006366355,0.02541249,0.0009600223),(-0.006370991,0.02499481,0.0009058249),(-0.006527388,0.0246932,0.0004807391),(-0.006537872,0.02426295,0.0004212726),(-0.006372196,0.02457117,0.0008449797),(-0.006374573,0.02414379,0.0007818222),(-0.006236136,0.0248699,0.001282173),(-0.006231594,0.02444812,0.001218765),(-0.006227497,0.02402359,0.001153163),(-0.006100386,0.02432367,0.001599783),(-0.006091245,0.02390191,0.001532338),(-0.006108852,0.02474353,0.00166509),(-0.006237033,0.02528773,0.001339888),(-0.006112689,0.02516099,0.001725229),(-0.00655547,0.02383135,0.0003650191),(-0.006580884,0.02339873,0.0003129551),(-0.006382733,0.02371486,0.000720688),(-0.006397559,0.02328468,0.0006624772),(-0.006614818,0.0229655,0.0002660567),(-0.006657981,0.022532,0.0002253004),(-0.006419937,0.02285353,0.0006080902),(-0.00645075,0.02242171,0.0005584275),(-0.006233932,0.02317006,0.00102666),(-0.006246543,0.02274147,0.0009673486),(-0.006266799,0.02231194,0.0009117242),(-0.006088619,0.0226285,0.001338186),(-0.006100283,0.02220165,0.001278558),(-0.006084078,0.02305423,0.001400831),(-0.00622793,0.0235975,0.001088863),(-0.006085381,0.02347873,0.001465784),(-0.006711072,0.02209859,0.0001916625),(-0.006773588,0.02166571,0.0001658287),(-0.006490885,0.0219895,0.0005143891),(-0.006539894,0.02155731,0.0004765325),(-0.006845023,0.02123377,0.000148485),(-0.006924868,0.02080319,0.0001403169),(-0.00659733,0.0211255,0.0004454149),(-0.006662748,0.02069451,0.0004215933),(-0.006332818,0.02145099,0.0008142338),(-0.006377502,0.02102026,0.0007729965),(-0.006429247,0.02058982,0.0007371836),(-0.00618237,0.02091612,0.001122157),(-0.006222638,0.02048695,0.001077617),(-0.006147996,0.02134516,0.001170514),(-0.006295737,0.02188166,0.0008605812),(-0.006120355,0.02177377,0.001222658),(-0.007012617,0.02037439,0.0001420105),(-0.007107618,0.01994764,0.0001542223),(-0.006735699,0.02026469,0.0004056251),(-0.006815938,0.01983635,0.0003984583),(-0.007209221,0.01952325,0.0001776092),(-0.00731677,0.01910148,0.000212828),(-0.006903226,0.0194098,0.0004010413),(-0.006997314,0.01898534,0.000414322),(-0.006552487,0.01973114,0.0006838828),(-0.006624374,0.01930345,0.0006686134),(-0.006703367,0.01887722,0.00066241),(-0.00637595,0.01920151,0.0009715773),(-0.006439696,0.01877452,0.0009491756),(-0.006318886,0.01962941,0.001001201),(-0.006487509,0.02016003,0.0007071093),(-0.006267963,0.02005797,0.001036923),(-0.007429613,0.01868263,0.0002605356),(-0.007546761,0.0182668,0.0003199799),(-0.00709796,0.01856325,0.0004392487),(-0.007204289,0.0181438,0.000475553),(-0.007667225,0.01785409,0.0003904088),(-0.007790015,0.01744462,0.0004710705),(-0.007315428,0.01772725,0.0005229665),(-0.007430499,0.01731387,0.0005812206),(-0.006882664,0.01803042,0.0006807974),(-0.006981803,0.01761064,0.0007059248),(-0.007086488,0.01719381,0.0007420321),(-0.006673836,0.01750246,0.0009352183),(-0.00676582,0.0170831,0.0009509487),(-0.006588748,0.01792449,0.0009302061),(-0.006789657,0.01845274,0.0006663821),(-0.006510667,0.01834867,0.0009351217),(-0.007914142,0.01703848,0.0005612128),(-0.008039155,0.01663535,0.0006592728),(-0.007548629,0.01690391,0.000650047),(-0.007669109,0.01649719,0.0007280603),(-0.008164608,0.01623488,0.000763687),(-0.008290047,0.01583676,0.0008728925),(-0.007791227,0.01609352,0.0008138748),(-0.007914267,0.01569272,0.0009061052),(-0.007309784,0.01637016,0.0008468343),(-0.007426468,0.01596325,0.0009132141),(-0.007545227,0.01555957,0.0009873696),(-0.007077824,0.01584426,0.001063445),(-0.007189958,0.01543793,0.001119593),(-0.006968979,0.01625394,0.001015998),(-0.007196137,0.01678033,0.0007893879),(-0.006864589,0.01666691,0.0009781874),(-0.008415024,0.01544065,0.0009853257),(-0.008539528,0.01504616,0.001098827),(-0.008037525,0.0152946,0.001003366),(-0.008160789,0.01489882,0.001103828),(-0.008663545,0.01465287,0.001211238),(-0.008787064,0.01426038,0.001320397),(-0.008283855,0.01450499,0.001205661),(-0.008406519,0.01411279,0.001307035),(-0.007785651,0.01476139,0.001154089),(-0.00790647,0.01436625,0.001243763),(-0.008027131,0.01397331,0.001335718),(-0.007536629,0.01423815,0.001330165),(-0.007653543,0.01384362,0.001410685),(-0.007419981,0.01463518,0.001254067),(-0.007665095,0.01515905,0.001068143),(-0.007304217,0.015035,0.001183505),(-0.008910068,0.01386831,0.001424145),(-0.009032585,0.01347612,0.001520359),(-0.008528571,0.01372183,0.001406122),(-0.008650254,0.01333163,0.00150108),(-0.009154628,0.01308331,0.001606917),(-0.009276222,0.01268934,0.001681695),(-0.008771811,0.01294169,0.001590072),(-0.008893481,0.01255152,0.001671255),(-0.008267141,0.01319262,0.001520631),(-0.008387358,0.01280396,0.001610578),(-0.008508297,0.01241584,0.001696844),(-0.008004524,0.01267177,0.001667369),(-0.008123568,0.01228384,0.00175404),(-0.007886899,0.0130608,0.001580466),(-0.00814721,0.01358225,0.001428509),(-0.007770102,0.0134513,0.001494511),(-0.009397387,0.0122937,0.00174257),(-0.009517127,0.01189619,0.001787948),(-0.009015506,0.01216062,0.001742792),(-0.009136764,0.0117684,0.001801333),(-0.009634442,0.01149661,0.001816232),(-0.009748341,0.01109473,0.001825828),(-0.009256134,0.01137426,0.001843528),(-0.009372491,0.0109776,0.001866027),(-0.00875241,0.01163894,0.001848876),(-0.008873129,0.0112483,0.001904763),(-0.008991322,0.01085499,0.001940645),(-0.00848755,0.01111992,0.001982102),(-0.008606805,0.01072817,0.002027909),(-0.008366387,0.01150903,0.001917275),(-0.008630388,0.01202781,0.001777923),(-0.008244625,0.01189663,0.001839298),(-0.009857823,0.01069037,0.001815141),(-0.009962089,0.01028403,0.001786668),(-0.009484715,0.01057784,0.001865483),(-0.009591752,0.01017564,0.001844766),(-0.01006033,0.009876213,0.001742909),(-0.01015175,0.009467424,0.00168636),(-0.009692552,0.009771679,0.001806748),(-0.00978606,0.009366629,0.001754301),(-0.009215297,0.01005842,0.001940813),(-0.009318794,0.00965694,0.001911574),(-0.009415105,0.009254517,0.001867103),(-0.008941311,0.009534718,0.002030341),(-0.009041739,0.009134479,0.001998111),(-0.008834681,0.009934476,0.002048442),(-0.009105759,0.01045806,0.001951582),(-0.008722848,0.01033266,0.002048827),(-0.01023554,0.009058175,0.001619523),(-0.01031304,0.008648465,0.001548273),(-0.009871226,0.008961162,0.001690296),(-0.009950656,0.008555535,0.001622899),(-0.01038559,0.008238301,0.00147849),(-0.01045454,0.007827686,0.001416052),(-0.01002696,0.008150007,0.001560274),(-0.01010276,0.007744832,0.001510585),(-0.009586732,0.008450358,0.001752177),(-0.009670028,0.00805035,0.00170172),(-0.009756964,0.007652875,0.001669267),(-0.009320883,0.007944984,0.001881416),(-0.009424108,0.007558533,0.001871896),(-0.009226258,0.008337718,0.001912835),(-0.009503088,0.008852035,0.001810638),(-0.009134964,0.008734848,0.001955337),(-0.01052123,0.007416621,0.001366838),(-0.01058985,0.007006753,0.001334206),(-0.01018065,0.00734027,0.001481996),(-0.0102651,0.006939204,0.001476189),(-0.01066458,0.006599728,0.001321517),(-0.01074962,0.006197194,0.001332128),(-0.01047159,0.006159106,0.001539641),(-0.01036059,0.00654452,0.001494844),(-0.01008076,0.006496172,0.001737036),(-0.009958028,0.006871948,0.001687646),(-0.01022404,0.006135302,0.001812265),(-0.01001117,0.006135475,0.002126861),(-0.009831175,0.006464639,0.002025976),(-0.009675701,0.006814266,0.001947583),(-0.009851528,0.007258795,0.001664816),(-0.009541196,0.007180263,0.001895087),(-0.01084915,0.005800794,0.0013694),(-0.01097209,0.005421638,0.001430798),(-0.01076044,0.005435469,0.001706571),(-0.01060255,0.005785845,0.001612262),(-0.01112732,0.005070836,0.001513789),(-0.01132376,0.004759495,0.001615837),(-0.01118482,0.004846304,0.001935709),(-0.01095221,0.005118712,0.001816432),(-0.0108205,0.005202811,0.002154047),(-0.01058951,0.005479204,0.002029424),(-0.01108952,0.004973412,0.00227783),(-0.01102975,0.005140766,0.002622243),(-0.01072675,0.005325886,0.00250442),(-0.01045718,0.005558467,0.002375982),(-0.01039215,0.005793172,0.001912612),(-0.01021925,0.005830874,0.002246829),(-0.0115703,0.004498722,0.001734411),(-0.01185967,0.004280355,0.001864338),(-0.01178517,0.004455727,0.002181616),(-0.01146523,0.004628978,0.002058267),(-0.01218458,0.004096232,0.002000451),(-0.01253776,0.003938188,0.002137579),(-0.01251068,0.004197427,0.002420729),(-0.01213641,0.004315545,0.002303266),(-0.01211797,0.004570857,0.002596078),(-0.01174656,0.00467064,0.002497879),(-0.0125069,0.004487872,0.00268768),(-0.01211967,0.004857087,0.002871057),(-0.01251804,0.004804024,0.002934469),(-0.01173378,0.004921085,0.002800954),(-0.01140098,0.004800423,0.002392119),(-0.01136795,0.005010738,0.002719552),(-0.01291193,0.003798061,0.002270554),(-0.01330185,0.003675177,0.002395479),(-0.01329968,0.003994419,0.00263279),(-0.01289975,0.004090363,0.002531514),(-0.0137023,0.003568857,0.002508456),(-0.01410803,0.00347843,0.002605591),(-0.01411637,0.003836136,0.0027955),(-0.01370653,0.003909656,0.002721729),(-0.01371905,0.004265447,0.002918267),(-0.01330992,0.004333925,0.002851383),(-0.01412993,0.004204289,0.002971695),(-0.01414804,0.004579337,0.003139264),(-0.01373758,0.004632297,0.003100997),(-0.01332825,0.00468909,0.00305224),(-0.01290505,0.00440848,0.002773651),(-0.01292132,0.00474718,0.002995797),(-0.01451382,0.003403217,0.002682986),(-0.01492022,0.00334159,0.002743943),(-0.01493383,0.00372194,0.002892419),(-0.01452526,0.003773923,0.002851271),(-0.01532778,0.003291919,0.002791761),(-0.01573707,0.003252574,0.002829744),(-0.01575261,0.00364436,0.002944334),(-0.01534274,0.003679111,0.002922315),(-0.01535969,0.004068187,0.003049713),(-0.01494989,0.004106662,0.003033888),(-0.01576985,0.004035268,0.003060065),(-0.01578803,0.004418332,0.003194807),(-0.01537847,0.004453537,0.003188476),(-0.01496857,0.004491247,0.003179467),(-0.01454009,0.004151695,0.003009058),(-0.0145584,0.00453275,0.003164242),(-0.01614863,0.003221924,0.002861189),(-0.01656219,0.003198192,0.002888504),(-0.01657701,0.003594436,0.002977554),(-0.0161641,0.003616611,0.002961851),(-0.01697745,0.003179603,0.00291409),(-0.01739414,0.00316438,0.002940353),(-0.01699114,0.003576406,0.002994132),(-0.01740634,0.003561093,0.003014276),(-0.01700483,0.003961413,0.003089448),(-0.01659238,0.003982485,0.003077436),(-0.01741812,0.003943078,0.003107009),(-0.0174266,0.004297731,0.003246059),(-0.01701601,0.004323233,0.003225889),(-0.01660635,0.004352373,0.00321178),(-0.01618073,0.004006903,0.003068473),(-0.01619717,0.004384341,0.003201997),(-0.01781196,0.003150744,0.002969698),(-0.01823084,0.003138925,0.003001766),(-0.01782238,0.003547071,0.003040674),(-0.01823929,0.003534668,0.003072009),(-0.01865073,0.003129149,0.0030362),(-0.01907153,0.003121644,0.003072641),(-0.01865703,0.003524218,0.003106965),(-0.01907561,0.003516052,0.003144224),(-0.01824732,0.003912903,0.003164309),(-0.01866311,0.003901255,0.003200141),(-0.01907963,0.003892026,0.003238159),(-0.01866578,0.004245606,0.003345212),(-0.01908055,0.004234455,0.003384371),(-0.01825172,0.004259488,0.003307753),(-0.01783231,0.003926876,0.003132613),(-0.01783858,0.004276674,0.003274024),(-0.01949318,0.00311664,0.003110734),(-0.01991503,0.003115102,0.003147794),(-0.019495,0.003510501,0.003182469),(-0.0199147,0.003508476,0.003219394),(-0.02033642,0.003117999,0.00318114),(-0.0207567,0.003126298,0.003208088),(-0.02033419,0.003510886,0.00325269),(-0.02075297,0.003518641,0.003280052),(-0.01991432,0.003881901,0.003313111),(-0.02033181,0.003882576,0.003346487),(-0.02074895,0.003888123,0.00337476),(-0.02032696,0.004216263,0.003494852),(-0.02074249,0.004217204,0.003525184),(-0.01991133,0.004219208,0.00346044),(-0.01949681,0.003885312,0.003276409),(-0.0194958,0.004225463,0.003423196),(-0.02117523,0.003140966,0.003225958),(-0.02159242,0.003160411,0.003237019),(-0.02117052,0.003532651,0.003299173),(-0.02158715,0.003551353,0.003312112),(-0.02200874,0.00318304,0.003243539),(-0.02242461,0.003207262,0.00324779),(-0.02200317,0.003573183,0.003320931),(-0.02241887,0.003596577,0.003327689),(-0.0215813,0.00391478,0.003412377),(-0.02199686,0.00393306,0.003425163),(-0.02241225,0.003952755,0.003436228),(-0.02198763,0.004242338,0.003589525),(-0.02240244,0.004254434,0.00360653),(-0.02157275,0.004231357,0.003571187),(-0.02116538,0.00389933,0.003396149),(-0.02115773,0.004222608,0.003550184),(0.01532697,0.001226756,0.007100168),(0.01538107,0.001228527,0.007512419),(0.01527175,0.001225554,0.006687989),(0.01485413,0.00123234,0.006747582),(0.01490447,0.001232137,0.007160072),(0.01495361,0.001232965,0.007572743),(0.0152143,0.001225493,0.006275954),(0.0151535,0.001227143,0.005864134),(0.01474501,0.001239966,0.005923866),(0.01480138,0.001234606,0.006335453),(0.01443604,0.001249081,0.006795347),(0.0143906,0.00125788,0.006384084),(0.01434238,0.00127199,0.005974476),(0.01398487,0.001302092,0.006420848),(0.01394991,0.001332296,0.006015855),(0.01401969,0.001280509,0.006829791),(0.01452232,0.001240334,0.007620634),(0.01447965,0.001243823,0.007207715),(0.01405443,0.001264673,0.007241366),(0.01408911,0.001251711,0.007654259),(0.01508823,0.001231074,0.0054526),(0.01502191,0.001241986,0.005043595),(0.01468382,0.001249451,0.005513002),(0.01462412,0.001270056,0.005106562),(0.01495792,0.001264575,0.004639363),(0.01489967,0.001303542,0.004242144),(0.01453438,0.001372597,0.004321766),(0.01457221,0.001308773,0.00470825),(0.01421124,0.001389604,0.004779078),(0.01424379,0.001329652,0.005166925),(0.01420171,0.001481238,0.004408579),(0.01391365,0.001641047,0.004508033),(0.01388611,0.001521071,0.004856272),(0.01388999,0.001434487,0.00522762),(0.01429048,0.00129318,0.005567074),(0.01391478,0.001373995,0.00561613),(0.01485057,0.001363586,0.003854182),(0.01482257,0.001445713,0.003483503),(0.01453015,0.001589329,0.003603102),(0.01451696,0.001468521,0.003950813),(0.01482765,0.001550933,0.003138136),(0.01487777,0.001680253,0.002826108),(0.01468919,0.001876733,0.003008245),(0.01458416,0.001727805,0.003286342),(0.01439428,0.001934535,0.003458168),(0.01428586,0.001768926,0.003741445),(0.01455676,0.002094358,0.003217325),(0.0144811,0.002320162,0.003455427),(0.01426311,0.002162041,0.003657573),(0.01409838,0.001982301,0.003903707),(0.01422413,0.001612753,0.004060474),(0.01398315,0.001801714,0.004188853),(0.01498491,0.001834683,0.002555446),(0.01514627,0.002001891,0.002323574),(0.01507629,0.002177717,0.002585188),(0.01485546,0.002028897,0.002776519),(0.0153591,0.002169548,0.002127914),(0.01562061,0.002325325,0.001965889),(0.01565491,0.002439004,0.002299806),(0.015345,0.002316613,0.002428276),(0.01537368,0.002451472,0.002753556),(0.01505623,0.0023519,0.002873997),(0.01572324,0.002532815,0.002655291),(0.01543221,0.002573466,0.003098643),(0.01581081,0.002611939,0.003026152),(0.01507689,0.002517557,0.003186997),(0.01478066,0.00223317,0.003025594),(0.01475611,0.002435894,0.003302247),(0.01592803,0.00245689,0.001834922),(0.016271,0.002566335,0.001725127),(0.01636967,0.002617917,0.002101572),(0.01599934,0.00253831,0.0021938),(0.01663916,0.00265575,0.001626618),(0.01702215,0.002727227,0.001529508),(0.01675732,0.002681208,0.002014433),(0.01715367,0.002731569,0.001923697),(0.01648325,0.002647308,0.002491454),(0.01688148,0.002687895,0.002412073),(0.01728372,0.002722333,0.002325177),(0.01700369,0.002686117,0.002816955),(0.01740776,0.002708326,0.002732738),(0.01660033,0.002664896,0.002890481),(0.01609513,0.002596854,0.002570225),(0.01620144,0.002641293,0.002958489),(0.01740961,0.002782856,0.001423909),(0.01777736,0.002850202,0.001319557),(0.0175501,0.002772385,0.001820675),(0.01792138,0.00283009,0.001716509),(0.01810119,0.00295683,0.001226184),(0.01835694,0.003130305,0.001153524),(0.01824225,0.002931117,0.001622341),(0.01848747,0.0031019,0.00154931),(0.0180554,0.002808429,0.002120025),(0.01837186,0.002909115,0.002025554),(0.01860673,0.00308091,0.001952342),(0.01871569,0.003064736,0.002360662),(0.01849045,0.002890693,0.002434277),(0.01817888,0.002788212,0.002529056),(0.01768386,0.002754339,0.002223864),(0.01780873,0.00273489,0.002632658),(0.01852039,0.003398191,0.00111131),(0.01858711,0.003713271,0.001089102),(0.01867488,0.003683694,0.001488965),(0.01863179,0.003368875,0.001508558),(0.01855263,0.004028329,0.00107646),(0.01841249,0.004296149,0.001062946),(0.01845617,0.004263494,0.001468783),(0.01861645,0.003998016,0.001479413),(0.01867597,0.003975258,0.001885916),(0.01875553,0.003662676,0.00189395),(0.01849811,0.004237382,0.001876755),(0.01853919,0.004214522,0.002286182),(0.01873229,0.003956235,0.002294824),(0.01883029,0.003646108,0.002302445),(0.01873354,0.003348328,0.001912283),(0.01882687,0.003332741,0.002320554),(0.01816222,0.004469512,0.001038118),(0.01783129,0.004560903,0.001005486),(0.01785591,0.004518652,0.001414872),(0.01819373,0.004431784,0.001445954),(0.01744913,0.004582807,0.0009685577),(0.01704518,0.004547707,0.0009308403),(0.01706127,0.004511168,0.001343719),(0.01746949,0.004539858,0.001379479),(0.01749211,0.004504904,0.001790966),(0.01788171,0.004483186,0.001825027),(0.01708085,0.004484524,0.001757114),(0.01710479,0.004465851,0.002170998),(0.01751751,0.00447577,0.002202949),(0.01790921,0.004452028,0.002235775),(0.0182252,0.004400351,0.001855041),(0.0182573,0.004372366,0.002265009),(0.01664889,0.004468086,0.0008958417),(0.01626574,0.00438116,0.0008599659),(0.01626988,0.004386249,0.001277957),(0.01665801,0.004448346,0.001311535),(0.01590121,0.004324142,0.0008196158),(0.01556077,0.004334248,0.0007711953),(0.01557962,0.004403654,0.001186729),(0.01590703,0.004359732,0.001238012),(0.01592362,0.004411086,0.001655852),(0.01628169,0.004406069,0.001696175),(0.01561311,0.004487662,0.001600135),(0.01566396,0.004583257,0.002011526),(0.01595377,0.004476129,0.002073169),(0.01630348,0.004438923,0.002114621),(0.0166724,0.004441063,0.001727723),(0.01669363,0.004444533,0.002144393),(0.01524991,0.00444869,0.0007111075),(0.01498836,0.004641015,0.0006318506),(0.01507581,0.004776014,0.001028629),(0.01529781,0.004552873,0.001119136),(0.0147959,0.004884768,0.0005259229),(0.01469226,0.005153495,0.0003858221),(0.01486812,0.005318589,0.0007524503),(0.01492785,0.005041711,0.0009086019),(0.0150873,0.005196521,0.001280649),(0.01518726,0.004915251,0.0014176),(0.01507294,0.005476279,0.001106487),(0.01530341,0.005618628,0.001449167),(0.01527269,0.005341449,0.001642874),(0.01532289,0.005052264,0.001799254),(0.01536509,0.00466734,0.001522407),(0.01545349,0.004787418,0.00192118),(0.01469721,0.00542074,0.0002040465),(0.01478239,0.005689696,-8.216867e-6),(0.01502765,0.005821736,0.00032414),(0.01491086,0.005575277,0.0005535693),(0.01491946,0.005963556,-0.0002397808),(0.01508005,0.006245509,-0.0004794581),(0.01536976,0.006323797,-0.0001776369),(0.01519009,0.006067922,7.634405e-5),(0.01547956,0.006161892,0.000381637),(0.01529656,0.005942804,0.0006441559),(0.01567334,0.00639308,0.0001153155),(0.01598534,0.006454228,0.0004020601),(0.01578211,0.006244214,0.0006787275),(0.01558368,0.006048971,0.0009541181),(0.01515185,0.005719653,0.0008900474),(0.01541559,0.005847455,0.001215256),(0.01523582,0.006538747,-0.0007160617),(0.01537841,0.006846492,-0.0009407499),(0.01568901,0.006895805,-0.0006599146),(0.01553826,0.006599318,-0.0004256214),(0.01549946,0.007171964,-0.001144681),(0.01559061,0.007518384,-0.001319014),(0.015911,0.007556975,-0.001056649),(0.01581545,0.007214583,-0.0008728222),(0.01613656,0.007252718,-0.0006054239),(0.01600633,0.006939362,-0.0003842378),(0.01623665,0.007591725,-0.0007995191),(0.01656544,0.007623166,-0.0005460123),(0.0164604,0.007287441,-0.0003411061),(0.01632701,0.006978763,-0.000112018),(0.01585043,0.006652526,-0.0001419837),(0.01616782,0.006700052,0.0001370912),(0.01564349,0.007888974,-0.001454906),(0.01566802,0.008277212,-0.001565199),(0.01599938,0.008309803,-0.001326561),(0.01596909,0.007924298,-0.001203701),(0.01567409,0.008676581,-0.00166273),(0.01567162,0.00908056,-0.001760341),(0.01601524,0.00910835,-0.00155003),(0.01601155,0.008706737,-0.001437809),(0.01636309,0.008731305,-0.001228375),(0.01634142,0.00833755,-0.001099682),(0.0163756,0.009130245,-0.001357896),(0.01674397,0.009148431,-0.001173759),(0.01672219,0.008751539,-0.001027293),(0.01668964,0.008361103,-0.0008799501),(0.0163021,0.007955513,-0.0009605004),(0.01663962,0.007983017,-0.000722575),(0.01567051,0.009482629,-0.001870872),(0.01566844,0.009884058,-0.001990689),(0.0160237,0.009907128,-0.001810538),(0.01602014,0.009507886,-0.001675804),(0.01566307,0.01028611,-0.002116158),(0.01565209,0.01069007,-0.002243647),(0.0160167,0.01071185,-0.002088513),(0.0160234,0.01030786,-0.001949639),(0.01639898,0.0103268,-0.001798577),(0.01639608,0.00992604,-0.001648176),(0.0163936,0.01073209,-0.001945578),(0.0167674,0.01075752,-0.001791276),(0.01677571,0.01034886,-0.001642375),(0.01677304,0.009945509,-0.001486413),(0.01638744,0.009527838,-0.001499556),(0.01676169,0.009545895,-0.001328504),(0.01563317,0.01109718,-0.002369521),(0.0156059,0.0115074,-0.002492326),(0.01597607,0.01153448,-0.002350496),(0.01600105,0.01112088,-0.002222567),(0.01556986,0.01192064,-0.002610602),(0.01552463,0.01233684,-0.002722895),(0.0158964,0.01237339,-0.002582758),(0.01594132,0.01195214,-0.002470995),(0.01631198,0.01198321,-0.002331319),(0.01635028,0.01156118,-0.002212898),(0.01626238,0.01240906,-0.002438318),(0.01660397,0.0124492,-0.002261136),(0.01666382,0.01202012,-0.00216333),(0.01671118,0.01159435,-0.002052152),(0.01637743,0.01114384,-0.002084002),(0.0167458,0.01117309,-0.001928001),(0.01546981,0.01275593,-0.002827747),(0.0154061,0.0131776,-0.002925036),(0.01577547,0.01322458,-0.002776323),(0.0158409,0.01279773,-0.002684482),(0.01533422,0.01360153,-0.003014636),(0.01525489,0.01402744,-0.003096425),(0.01561756,0.01408342,-0.002930986),(0.0157008,0.01365334,-0.002858439),(0.01604748,0.01370106,-0.002687034),(0.01612943,0.01326876,-0.002615688),(0.01595617,0.01413396,-0.002747471),(0.01625079,0.01417885,-0.002522412),(0.0163545,0.01374598,-0.002475033),(0.01644848,0.0133129,-0.002416211),(0.01620129,0.01283784,-0.002532945),(0.01653192,0.01288038,-0.002345171),(0.0151688,0.01445499,-0.003170278),(0.01507678,0.01488399,-0.003236374),(0.01542808,0.01494547,-0.003048153),(0.01552642,0.01451423,-0.002994124),(0.0149796,0.01531422,-0.003294887),(0.01487807,0.01574545,-0.003345996),(0.01521259,0.0158081,-0.003130085),(0.01532323,0.01537686,-0.003093372),(0.01563272,0.01543022,-0.002867849),(0.01574815,0.01499888,-0.002837476),(0.01551053,0.01586036,-0.002889002),(0.0157536,0.0158973,-0.002609469),(0.01588896,0.01547028,-0.002602233),(0.01601738,0.01504131,-0.002585592),(0.01585618,0.01456668,-0.002797484),(0.01613821,0.01461073,-0.002559125),(0.01477299,0.01617749,-0.003389878),(0.01466458,0.01661021,-0.003426419),(0.01497639,0.01666916,-0.003179201),(0.01509685,0.0162389,-0.003158591),(0.01455305,0.0170435,-0.0034555),(0.01443864,0.01747725,-0.003477007),(0.01472291,0.01752765,-0.00319797),(0.01485162,0.01709878,-0.003192225),(0.0151097,0.01714136,-0.002902409),(0.01524838,0.01671597,-0.002905571),(0.01496678,0.0175651,-0.002892567),(0.015159,0.01758394,-0.002558652),(0.01531366,0.0171653,-0.002581304),(0.01546496,0.01674471,-0.002597996),(0.01538221,0.01628895,-0.002901339),(0.01561194,0.01632208,-0.002607721),(0.01432157,0.01791135,-0.003490824),(0.01420205,0.01834559,-0.003496632),(0.01445578,0.01838303,-0.003188512),(0.01459067,0.01795568,-0.003196748),(0.01408032,0.01877976,-0.003494111),(0.01395659,0.01921367,-0.003482944),(0.0141817,0.01923627,-0.003150818),(0.01431916,0.01880984,-0.003173217),(0.01452239,0.01882802,-0.002828377),(0.01467166,0.01840795,-0.002855262),(0.01437395,0.01924782,-0.002796384),(0.01453334,0.01924638,-0.002424418),(0.01468748,0.01883132,-0.002463342),(0.01484425,0.01841632,-0.002499081),(0.01482028,0.01798713,-0.002876755),(0.01500198,0.01800073,-0.002531048),(0.01383109,0.01964711,-0.003462809),(0.0137046,0.02008043,-0.003436304),(0.01390795,0.02008897,-0.003087045),(0.01404432,0.01966248,-0.003121268),(0.01357792,0.02051396,-0.003406021),(0.01345184,0.02094805,-0.003374556),(0.01364206,0.02094476,-0.00301448),(0.01377355,0.02051623,-0.003050624),(0.01394596,0.0205107,-0.002680114),(0.01408485,0.0200886,-0.0027201),(0.01381202,0.0209347,-0.002641772),(0.013965,0.02091839,-0.002260066),(0.01409876,0.02049765,-0.002298994),(0.01423843,0.02007906,-0.002340514),(0.01422781,0.01966782,-0.002759574),(0.01438347,0.01966214,-0.002382899),(0.01332715,0.02138304,-0.003344504),(0.01320592,0.02181946,-0.003315512),(0.01339182,0.02180735,-0.002949739),(0.01351443,0.02137508,-0.00298109),(0.01309023,0.02225781,-0.003287227),(0.01298215,0.02269862,-0.003259298),(0.01316625,0.02267858,-0.002890301),(0.01327537,0.02224179,-0.002919714),(0.01344596,0.02222098,-0.002545101),(0.01356183,0.02178996,-0.002575372),(0.01333649,0.0226541,-0.002515309),(0.01348959,0.02262454,-0.002133686),(0.01360049,0.02219514,-0.002163662),(0.01371636,0.02176744,-0.00219379),(0.01368391,0.02136116,-0.002607227),(0.0138377,0.02134176,-0.002225462),(0.01288376,0.02314242,-0.003231371),(0.0127934,0.02358851,-0.003202621),(0.01297185,0.02355922,-0.002830362),(0.01306561,0.02311793,-0.002860784),(0.01270942,0.02403623,-0.003172221),(0.01263016,0.0244849,-0.003139348),(0.01279858,0.0244452,-0.002763601),(0.01288337,0.02400185,-0.002798235),(0.01304147,0.02396311,-0.002419655),(0.01313579,0.02352572,-0.002453214),(0.01294913,0.02440082,-0.002383586),(0.01307416,0.02435017,-0.001997839),(0.01317712,0.0239187,-0.002034907),(0.01327957,0.02348688,-0.002069666),(0.01323361,0.02308919,-0.002484889),(0.01338317,0.02305531,-0.002102473),(0.01255398,0.02493384,-0.003103172),(0.01247853,0.02538252,-0.003063188),(0.01263206,0.02533152,-0.002683911),(0.01271588,0.02488867,-0.002725659),(0.01240146,0.02583039,-0.003018887),(0.01232042,0.02627691,-0.002969761),(0.0124483,0.0262124,-0.002587018),(0.01254394,0.02577301,-0.002637863),(0.01265894,0.02570818,-0.002255545),(0.0127618,0.02527445,-0.002301781),(0.01254471,0.0261384,-0.002205419),(0.01259749,0.02605052,-0.001826644),(0.01273499,0.02563252,-0.001872136),(0.0128574,0.02520871,-0.001916081),(0.01285722,0.0248383,-0.002344378),(0.01296902,0.02478071,-0.001958107),(0.01223307,0.02672153,-0.002915303),(0.01213482,0.0271621,-0.00285703),(0.0122207,0.02707949,-0.002472473),(0.01234194,0.02664894,-0.00253088),(0.01202112,0.02759649,-0.002796457),(0.01188739,0.02802251,-0.002735102),(0.01191685,0.02790997,-0.002360956),(0.01208039,0.02750089,-0.002414824),(0.01209733,0.02738569,-0.002048155),(0.01226712,0.02698111,-0.002097234),(0.01190258,0.02777381,-0.002008406),(0.01183835,0.02760604,-0.001688873),(0.01206255,0.02724303,-0.001705499),(0.01226279,0.02685998,-0.001737732),(0.01241518,0.02656403,-0.002151152),(0.0124406,0.02646107,-0.001779978),(0.01172905,0.02843803,-0.00267448),(0.01154485,0.02883931,-0.002620384),(0.01150899,0.02867905,-0.00227903),(0.0117259,0.02830358,-0.002313896),(0.01133356,0.02922261,-0.002578605),(0.01109392,0.0295842,-0.002554932),(0.01100312,0.02936489,-0.002267428),(0.01126758,0.02903371,-0.002261745),(0.011164,0.02881137,-0.001987559),(0.01143226,0.02848778,-0.001974236),(0.01087857,0.02911123,-0.002026313),(0.01073138,0.02882288,-0.001842122),(0.01103073,0.02855247,-0.001769296),(0.01131798,0.02826002,-0.001719996),(0.01167967,0.02814155,-0.001982476),(0.01158867,0.02794479,-0.001693447),(0.0108247,0.02992034,-0.002555159),(0.01053325,0.03023484,-0.00257139),(0.01041535,0.02995442,-0.00235121),(0.01071705,0.02966992,-0.002301467),(0.01022691,0.03053151,-0.00259573),(0.009913061,0.03081416,-0.002620284),(0.009788881,0.03048424,-0.002447206),(0.01010397,0.03022399,-0.002404006),(0.009958948,0.02988922,-0.002251117),(0.0102716,0.02964326,-0.002174913),(0.009646109,0.03013101,-0.002306164),(0.009492914,0.0297635,-0.002185092),(0.009801636,0.02953508,-0.002129869),(0.0101133,0.02930698,-0.002041543),(0.01057962,0.02938623,-0.002094371),(0.01042439,0.02907198,-0.001939249),(0.009599038,0.03108658,-0.002637157),(0.00929197,0.03135384,-0.002634366),(0.009172697,0.03099685,-0.002458557),(0.009476046,0.0307408,-0.002468157),(0.008998979,0.03162095,-0.002599925),(0.008727184,0.03189297,-0.002521851),(0.008623403,0.03152025,-0.002314496),(0.008886072,0.0312556,-0.002410104),(0.008763141,0.0308785,-0.002229336),(0.009040709,0.03062419,-0.002298799),(0.008512327,0.03113988,-0.002111319),(0.008402417,0.03075584,-0.00190003),(0.008637455,0.03049528,-0.002043905),(0.008902861,0.03024327,-0.002140468),(0.00933753,0.03037552,-0.002323233),(0.009190666,0.02999945,-0.002188078),(0.008483712,0.03217493,-0.002388158),(0.008258121,0.03246262,-0.002214827),(0.008181415,0.03207432,-0.001973105),(0.008391927,0.03179399,-0.00216343),(0.008039984,0.03275182,-0.002017836),(0.007818863,0.03303832,-0.001813166),(0.007782366,0.03264467,-0.001539482),(0.007981637,0.03235873,-0.001759722),(0.007924191,0.03196922,-0.001505759),(0.008103153,0.03168675,-0.001734287),(0.007748577,0.03225574,-0.001270879),(0.007731185,0.03187286,-0.0009999471),(0.007881531,0.03158521,-0.001247232),(0.008035893,0.03130221,-0.001488482),(0.008295764,0.0314098,-0.001941221),(0.008205708,0.03102529,-0.001710485),(0.007584324,0.03331792,-0.001616797),(0.007329097,0.03357474,-0.001436164),(0.007345067,0.03319596,-0.001135114),(0.00757337,0.03292967,-0.001328583),(0.00704591,0.03379293,-0.001278705),(0.006727487,0.03395663,-0.001151856),(0.006792186,0.03360162,-0.0008328191),(0.007087866,0.03342586,-0.0009671636),(0.007133351,0.03305619,-0.0006580529),(0.007364826,0.03281781,-0.0008374098),(0.006859921,0.03324135,-0.0005164362),(0.006930132,0.03287334,-0.0002019095),(0.007185434,0.03268225,-0.0003488855),(0.007395682,0.03243964,-0.0005388398),(0.007566012,0.0325448,-0.001044891),(0.007573416,0.03216376,-0.0007598384),(0.006366562,0.03405,-0.001063054),(0.005974852,0.03409119,-0.0009994094),(0.006069388,0.03375586,-0.0006745578),(0.006448435,0.03370551,-0.0007401691),(0.005564077,0.03409839,-0.0009480319),(0.00514596,0.03408979,-0.0008960325),(0.005256479,0.03376912,-0.0005658288),(0.00566781,0.03377096,-0.0006213295),(0.005773189,0.0334375,-0.0003064291),(0.006166014,0.03341413,-0.0003579483),(0.005368215,0.03344266,-0.0002502944),(0.005478056,0.03310636,4.524802e-5),(0.005876673,0.03309448,-7.104713e-6),(0.006261235,0.0330628,-5.185674e-5),(0.006532867,0.03335471,-0.000422176),(0.006617227,0.03299464,-0.0001098458),(0.00473222,0.03408354,-0.0008305208),(0.004322601,0.0340733,-0.0007559629),(0.004442834,0.0337619,-0.0004113633),(0.004848163,0.03376865,-0.0004934001),(0.003916848,0.0340527,-0.0006768249),(0.003514703,0.03401538,-0.0005975725),(0.003641029,0.03369913,-0.0002477444),(0.004040465,0.03374127,-0.0003270381),(0.004164033,0.0334228,8.632916e-6),(0.004563468,0.03344366,-8.248493e-5),(0.003766779,0.03337659,9.085498e-5),(0.003890979,0.03304161,0.0004097055),(0.004286082,0.03309075,0.0003212015),(0.004682481,0.03311255,0.0002223348),(0.004964918,0.0334475,-0.0001722202),(0.005079899,0.03311506,0.0001260391),(0.003115914,0.03395497,-0.0005226717),(0.002719646,0.03387928,-0.0004492205),(0.002850173,0.03353905,-0.0001194134),(0.0032445,0.03362783,-0.0001808022),(0.00232507,0.03379609,-0.0003743175),(0.001931351,0.0337132,-0.0002950607),(0.002457346,0.03344444,-5.677985e-5),(0.002065315,0.03335563,1.389654e-5),(0.002978747,0.03319773,0.0002077958),(0.002586805,0.03309437,0.0002625537),(0.002195471,0.03300124,0.000328196),(0.002713366,0.03274572,0.0005823724),(0.002321926,0.03265084,0.000648091),(0.003105062,0.03285312,0.0005285575),(0.003371878,0.03329669,0.0001539028),(0.003497452,0.03295708,0.000474913),(0.00153766,0.03363839,-0.0002085484),(0.001145627,0.03356485,-0.0001162414),(0.001282994,0.03321967,0.0001941109),(0.001673378,0.0332843,9.94139e-5),(0.0007568842,0.03348571,-1.960007e-5),(0.0003730623,0.03339417,7.991475e-5),(0.0008956249,0.033151,0.0002923264),(0.0005127315,0.03306751,0.000388399),(0.00141423,0.03287558,0.0005125332),(0.001027021,0.03281496,0.00061191),(0.0006438827,0.0327371,0.0007032136),(0.001151797,0.03247417,0.0009368995),(0.0007675666,0.03239866,0.001021911),(0.001539817,0.03253085,0.0008378972),(0.001804163,0.03293299,0.0004147422),(0.001930302,0.03258448,0.0007374469),(-4.207045e-6,0.03328337,0.0001808424),(-0.0003733631,0.03315865,0.0002893445),(0.0001357742,0.03295845,0.0004766676),(-0.0002321306,0.03283301,0.0005693858),(-0.0007328455,0.03302533,0.0004115824),(-0.001081094,0.03288877,0.0005537175),(-0.0005878669,0.03270038,0.0006788073),(-0.0009283181,0.03256973,0.0008171863),(-0.0001011778,0.03250041,0.000851383),(-0.0004531851,0.03236744,0.0009457669),(-0.0007849007,0.03224195,0.001078696),(-0.0003264008,0.03202695,0.00121605),(-0.0006481176,0.0319067,0.001342385),(2.145842e-5,0.03215944,0.00113691),(0.0002661639,0.03262794,0.0007767848),(0.0003884506,0.03228855,0.001080389),(-0.001416547,0.03275428,0.0007219116),(-0.001739439,0.03261042,0.0009034644),(-0.001250368,0.03245027,0.0009967758),(-0.001555956,0.03232561,0.001195786),(-0.002050003,0.03244572,0.001085676),(-0.002348472,0.03224874,0.001255847),(-0.001847018,0.03217937,0.001392425),(-0.002125494,0.03199517,0.001564904),(-0.001376979,0.03203111,0.001485387),(-0.001646132,0.03190366,0.001696995),(-0.001903222,0.03173347,0.001872673),(-0.001445194,0.03161416,0.001995494),(-0.001680559,0.03145701,0.002174122),(-0.001199805,0.03172502,0.00177124),(-0.001091367,0.03213685,0.001268929),(-0.0009366827,0.03181429,0.001540493),(-0.00263508,0.03200801,0.001401278),(-0.002910322,0.03173326,0.001518573),(-0.002393322,0.03175665,0.00169143),(-0.002651501,0.03147661,0.001776096),(-0.003174694,0.03143417,0.001604337),(-0.003428691,0.03112045,0.001655178),(-0.002901032,0.03116789,0.001822992),(-0.003142915,0.03084332,0.001836206),(-0.002395016,0.03121703,0.002034311),(-0.002630965,0.03090154,0.002042883),(-0.002861113,0.03056834,0.002018361),(-0.002368401,0.03062807,0.002269247),(-0.002587961,0.03028974,0.002210527),(-0.002143254,0.03094683,0.002294051),(-0.002152642,0.03149947,0.001981343),(-0.00191361,0.03122885,0.002267993),(-0.003672808,0.03080181,0.001667698),(-0.003908905,0.03048017,0.001661816),(-0.003378149,0.03051573,0.001819831),(-0.003608141,0.03018766,0.001793142),(-0.00413884,0.03015744,0.001657449),(-0.004364473,0.02983554,0.001674514),(-0.003834296,0.02986167,0.001775417),(-0.00405802,0.0295403,0.001785932),(-0.003307419,0.02989814,0.001922255),(-0.003526682,0.02956761,0.001887268),(-0.003745422,0.02924444,0.001885391),(-0.003218199,0.02927494,0.002002721),(-0.003428492,0.02894908,0.001981377),(-0.003009952,0.02960947,0.002059723),(-0.00308608,0.03023279,0.001972052),(-0.002800842,0.02994897,0.002134838),(-0.00458766,0.02951639,0.001732928),(-0.004804216,0.02919579,0.001818356),(-0.004280718,0.02922613,0.001843963),(-0.004499002,0.02891481,0.001936212),(-0.005009954,0.0288696,0.00191646),(-0.005200686,0.02853362,0.002012908),(-0.004709483,0.02860205,0.00204938),(-0.004908771,0.02828351,0.002170167),(-0.004182928,0.02862582,0.002024824),(-0.004395567,0.02832232,0.002144057),(-0.004600048,0.02801733,0.002281581),(-0.004074265,0.02803303,0.00220537),(-0.004282135,0.02773759,0.002350076),(-0.003860231,0.02833131,0.002090491),(-0.003965192,0.02893185,0.001934923),(-0.003643737,0.0286356,0.00201323),(-0.005372224,0.02818368,0.00209336),(-0.005523562,0.02782091,0.002156995),(-0.005093478,0.0279549,0.002285275),(-0.00526158,0.02761493,0.002389019),(-0.005653689,0.02744647,0.002202986),(-0.005761596,0.02706145,0.002230509),(-0.005411062,0.02726233,0.002475716),(-0.005539899,0.02689584,0.002539682),(-0.004973224,0.02738751,0.002567925),(-0.005137681,0.02705602,0.002695813),(-0.005284558,0.02670904,0.002799561),(-0.004840775,0.02682911,0.002857541),(-0.005000548,0.02650228,0.003002078),(-0.004666824,0.02714061,0.002690882),(-0.004793306,0.02770684,0.002426358),(-0.004480133,0.02744177,0.00251682),(-0.005846275,0.02666701,0.002238742),(-0.005909427,0.02626493,0.002229407),(-0.00564607,0.02651418,0.002575231),(-0.005729838,0.02612047,0.002585536),(-0.005952753,0.02585706,0.00220423),(-0.005977953,0.02544519,0.002164936),(-0.005791463,0.02571785,0.002573772),(-0.005831209,0.02530943,0.002543108),(-0.005517579,0.02596223,0.002906697),(-0.005600446,0.02556946,0.002917006),(-0.005658699,0.02516849,0.002903091),(-0.005373347,0.02541219,0.003224427),(-0.005451404,0.02502258,0.003236282),(-0.005270045,0.02579074,0.003183073),(-0.005411737,0.02634327,0.002868702),(-0.005144707,0.02615513,0.003109773),(-0.005986726,0.02503112,0.00211325),(-0.005983666,0.02461512,0.002052428),(-0.005849333,0.02489834,0.002496721),(-0.005851269,0.02448501,0.002438532),(-0.005973366,0.02419743,0.001985724),(-0.005960414,0.02377832,0.001916394),(-0.005842442,0.02406989,0.002372466),(-0.005828284,0.02365339,0.002302448),(-0.00570234,0.02435357,0.002817748),(-0.00569952,0.02394153,0.002755888),(-0.005688134,0.02352772,0.002687613),(-0.005536508,0.02381286,0.003131869),(-0.005533245,0.02340189,0.003069009),(-0.005527569,0.02422114,0.003184422),(-0.005690699,0.02476288,0.00286841),(-0.005501005,0.02462497,0.003221087),(-0.005949403,0.02335803,0.001847695),(-0.005942066,0.02293655,0.001780318),(-0.005814225,0.02323597,0.002232401),(-0.005802678,0.02281747,0.002163186),(-0.005940142,0.02251382,0.001714955),(-0.005945364,0.02208982,0.001652298),(-0.005796058,0.02239773,0.002095659),(-0.00579678,0.02197661,0.002030681),(-0.005660689,0.02269747,0.002547496),(-0.005651309,0.02228057,0.002478299),(-0.005649277,0.0218622,0.002411443),(-0.00550084,0.02216264,0.002860878),(-0.005497596,0.02174676,0.002792322),(-0.005510883,0.02257698,0.002931311),(-0.005674078,0.02311311,0.002617708),(-0.005523193,0.02299,0.003001422),(-0.005959464,0.02166452,0.001593039),(-0.00598106,0.0212382,0.001536955),(-0.005807257,0.02155396,0.001969109),(-0.005825471,0.02113006,0.001910507),(-0.006008768,0.02081116,0.001483823),(-0.0060412,0.02038369,0.001433421),(-0.005849404,0.02070521,0.001854441),(-0.005877033,0.02027971,0.001800475),(-0.005674693,0.02102068,0.00228812),(-0.005696988,0.0205981,0.002230455),(-0.005722238,0.0201747,0.002174653),(-0.005544231,0.02048966,0.00260831),(-0.005568916,0.02006833,0.002551834),(-0.005522186,0.02091001,0.002666745),(-0.00565793,0.02144214,0.00234825),(-0.005505675,0.02132913,0.002727848),(-0.006076975,0.01995608,0.001385526),(-0.006116763,0.01952855,0.00134112),(-0.005906343,0.01985384,0.001748172),(-0.005937894,0.01942783,0.001698237),(-0.006161239,0.01910131,0.001301185),(-0.006211075,0.01867459,0.001266702),(-0.005972251,0.01900188,0.001651372),(-0.006009979,0.01857619,0.001608279),(-0.005774058,0.01932651,0.002067154),(-0.005801002,0.0189022,0.002016078),(-0.005828883,0.01847808,0.001967197),(-0.005639499,0.01880131,0.002389238),(-0.005660261,0.01837901,0.002336745),(-0.005617032,0.01922384,0.002442469),(-0.005747866,0.01975075,0.002120116),(-0.005593343,0.01964629,0.002496611),(-0.006266944,0.01824858,0.001238655),(-0.006329405,0.01782386,0.001218272),(-0.006051637,0.01815098,0.001569662),(-0.006098575,0.01772678,0.001537113),(-0.006399015,0.01740095,0.001206782),(-0.006476335,0.01698042,0.001205414),(-0.00615214,0.01730413,0.001512226),(-0.006213676,0.01688356,0.001496593),(-0.005890201,0.01763154,0.001878848),(-0.005928005,0.01721002,0.00184316),(-0.005973484,0.01679029,0.001815651),(-0.00572141,0.01711666,0.002191195),(-0.005751399,0.01669841,0.002153752),(-0.005698222,0.01753638,0.002235595),(-0.005857888,0.01805437,0.001920824),(-0.005678838,0.01795726,0.002284821),(-0.006561922,0.01656281,0.001215397),(-0.006654497,0.01614822,0.001235955),(-0.006284533,0.01646559,0.001491809),(-0.006363514,0.01605033,0.001497291),(-0.006752783,0.01573673,0.001266309),(-0.006855499,0.01532844,0.001305683),(-0.006449427,0.01563787,0.001512458),(-0.006541078,0.01522832,0.001536731),(-0.006093208,0.01595761,0.001790592),(-0.006165842,0.01554491,0.001792546),(-0.006245918,0.0151348,0.001803825),(-0.005900109,0.01545508,0.002097225),(-0.005969245,0.0150451,0.002098055),(-0.005840752,0.01586743,0.002106445),(-0.006028819,0.01637278,0.001798211),(-0.00579118,0.01628193,0.002125395),(-0.00696137,0.01492345,0.0013533),(-0.007069644,0.01452146,0.001408216),(-0.006637269,0.01482178,0.001569526),(-0.00673698,0.01441793,0.001609823),(-0.007179568,0.01412219,0.001469489),(-0.00729039,0.01372537,0.001536176),(-0.00683918,0.01401648,0.001656601),(-0.006942851,0.01361712,0.001708839),(-0.006424323,0.01432228,0.001852173),(-0.006519362,0.0139191,0.001886366),(-0.006616097,0.01351744,0.00192532),(-0.006224007,0.01382814,0.00215365),(-0.006315306,0.01342491,0.002182269),(-0.006134016,0.0142322,0.002128551),(-0.006332627,0.01472739,0.00182418),(-0.006048154,0.01463766,0.002109259),(-0.007401361,0.01333069,0.001607333),(-0.007513182,0.01293791,0.00168204),(-0.00704696,0.01321952,0.001765514),(-0.0071524,0.01282362,0.001825966),(-0.007626562,0.01254679,0.001759376),(-0.007742201,0.01215706,0.001838421),(-0.007260049,0.01242929,0.00188953),(-0.007370792,0.01203646,0.001955543),(-0.006810953,0.0127176,0.002012858),(-0.006911563,0.0123196,0.00206076),(-0.007015951,0.01192302,0.002110964),(-0.006587682,0.01221801,0.002275998),(-0.006684275,0.01181769,0.002310239),(-0.006495251,0.01261953,0.00224333),(-0.00671288,0.01311691,0.001967598),(-0.00640509,0.01302193,0.002212125),(-0.007860803,0.01176848,0.001918253),(-0.007981024,0.01137993,0.00199323),(-0.007485518,0.01164502,0.002023344),(-0.007602951,0.01125403,0.002088383),(-0.008101506,0.01099029,0.002057709),(-0.008220907,0.01059842,0.002106048),(-0.007721819,0.01086257,0.002146109),(-0.007840852,0.0104697,0.002191972),(-0.007238806,0.01113378,0.002214377),(-0.007355303,0.01073997,0.002261825),(-0.007473865,0.01034592,0.002302593),(-0.007008774,0.01062564,0.002419383),(-0.007127169,0.01023105,0.002454821),(-0.006895223,0.01102157,0.002382857),(-0.007125361,0.01152794,0.00216313),(-0.006786924,0.0114189,0.002346167),(-0.008337872,0.01020323,0.002132603),(-0.00845187,0.009805922,0.002141285),(-0.007958776,0.01007447,0.002221423),(-0.008075652,0.009678228,0.002238521),(-0.008562361,0.009407739,0.002136003),(-0.008668814,0.009009909,0.002120667),(-0.008191536,0.00928231,0.002247324),(-0.008306487,0.008888049,0.00225189),(-0.007714828,0.009556862,0.002359331),(-0.007838431,0.009164739,0.002383069),(-0.007964915,0.008776149,0.002408899),(-0.007512642,0.009061337,0.002562005),(-0.007654248,0.008681453,0.002608812),(-0.007378196,0.009447298,0.002522895),(-0.007593506,0.009951073,0.0023338),(-0.007250009,0.009837735,0.002488246),(-0.008770693,0.008613659,0.002099187),(-0.008874223,0.008222405,0.002081602),(-0.008420566,0.008496785,0.002256278),(-0.008540571,0.00811375,0.002268567),(-0.008985628,0.007839559,0.002077949),(-0.009111134,0.007468532,0.002098269),(-0.008825565,0.007393325,0.002349162),(-0.008673303,0.007744185,0.002296835),(-0.008392953,0.007668973,0.002543589),(-0.008235248,0.008021088,0.00248382),(-0.008574924,0.007343371,0.002625349),(-0.00836673,0.007329129,0.002927603),(-0.008153625,0.007624032,0.002823727),(-0.007968202,0.007953753,0.002737451),(-0.008094876,0.00839254,0.002440703),(-0.007803922,0.008309242,0.002666553),(-0.009256967,0.007112736,0.002152599),(-0.009425205,0.006775431,0.002235003),(-0.009209271,0.006764768,0.002542368),(-0.009004158,0.007066407,0.002433625),(-0.009617927,0.006459877,0.002339544),(-0.009837211,0.00616933,0.002460286),(-0.009699808,0.006242689,0.002801267),(-0.00944109,0.00648975,0.002667534),(-0.009300737,0.006562116,0.002999739),(-0.009030623,0.006791592,0.002862137),(-0.009596614,0.006361382,0.003138528),(-0.00952529,0.006531233,0.003460796),(-0.009196938,0.006684834,0.003325953),(-0.00889199,0.006865222,0.00318677),(-0.008788082,0.007051461,0.002734435),(-0.008614054,0.007078088,0.003051302),(-0.01008514,0.005907048,0.002591291),(-0.01036137,0.005678884,0.002722871),(-0.01029658,0.005840792,0.003062342),(-0.009985609,0.006024928,0.002935709),(-0.01066557,0.005490689,0.002845334),(-0.0109974,0.005348313,0.002948991),(-0.01098639,0.005590726,0.003258109),(-0.01063081,0.005694616,0.003172648),(-0.01061636,0.005935063,0.00348222),(-0.01025733,0.006044527,0.003386647),(-0.01099062,0.005862677,0.003549627),(-0.01061607,0.006209426,0.003769904),(-0.01100402,0.006158839,0.00382358),(-0.01023813,0.006290424,0.003688038),(-0.009916447,0.006187744,0.003269791),(-0.009873441,0.006398728,0.003583246),(-0.01135653,0.005257607,0.003024152),(-0.01173676,0.005203059,0.003078665),(-0.01136139,0.005533453,0.003310205),(-0.01175131,0.005507131,0.00333933),(-0.01213189,0.005169156,0.003120376),(-0.01253573,0.005140381,0.003157134),(-0.01215163,0.005496092,0.003355878),(-0.01255786,0.005484668,0.003370239),(-0.01177328,0.00582387,0.003591266),(-0.01217593,0.005826925,0.003589402),(-0.0125823,0.005824605,0.003588352),(-0.01220178,0.006150684,0.003832794),(-0.01260695,0.006147915,0.003826037),(-0.01179848,0.006143843,0.003842792),(-0.01137722,0.0058307,0.003581992),(-0.01139869,0.00614177,0.003843797),(-0.01294209,0.005101226,0.003196785),(-0.01335035,0.005055315,0.003236349),(-0.01296546,0.005457193,0.00339281),(-0.01337411,0.005418357,0.003420451),(-0.01375988,0.005006275,0.003272846),(-0.01417006,0.004957728,0.003303296),(-0.01419316,0.005325368,0.003478409),(-0.01378346,0.005372852,0.00345003),(-0.01380584,0.005717506,0.003648761),(-0.01339744,0.005763976,0.003621289),(-0.01421456,0.005668159,0.003679223),(-0.01423146,0.005972009,0.003920356),(-0.01382454,0.006025711,0.003885252),(-0.01341822,0.006077929,0.003855605),(-0.01298953,0.005801648,0.003600066),(-0.0130124,0.006121163,0.003834754),(-0.01458027,0.004913304,0.003324718),(-0.01499004,0.004871184,0.003340274),(-0.01501173,0.005235729,0.00352482),(-0.01460288,0.005280593,0.003502454),(-0.01539891,0.00482955,0.003353124),(-0.01580641,0.004786583,0.003366432),(-0.01582327,0.005134523,0.003575138),(-0.01541882,0.005187973,0.003548162),(-0.01543599,0.005520558,0.003778094),(-0.01503103,0.005574139,0.003741617),(-0.01583691,0.005456658,0.003821121),(-0.0158456,0.005747485,0.004104578),(-0.01544822,0.005819049,0.004047424),(-0.01504536,0.005875667,0.003999177),(-0.01462342,0.005621855,0.003709418),(-0.01463908,0.005924324,0.003957576),(-0.01621206,0.004740466,0.003383359),(-0.01661696,0.004694123,0.003404213),(-0.0166235,0.005007628,0.003646476),(-0.0162242,0.005072581,0.003608403),(-0.0170222,0.004650477,0.003429302),(-0.01742888,0.004612453,0.003458933),(-0.01742483,0.004890647,0.003731123),(-0.01702307,0.004945155,0.003687877),(-0.01701828,0.005209276,0.003989804),(-0.01662525,0.005292778,0.00393031),(-0.0174143,0.005135717,0.004048117),(-0.01739718,0.005351065,0.004395406),(-0.01700749,0.005444852,0.00432327),(-0.01662149,0.005549465,0.004247451),(-0.01623239,0.005377986,0.003872971),(-0.01623545,0.005653982,0.004172904),(-0.01783809,0.004582975,0.003493417),(-0.01824926,0.004560283,0.003531432),(-0.01783065,0.004849592,0.003774734),(-0.0182396,0.0048189,0.003818545),(-0.01866187,0.004542619,0.00357166),(-0.01907535,0.004528225,0.003612782),(-0.01865074,0.004795481,0.003862395),(-0.01906312,0.004776245,0.003906118),(-0.01822237,0.005038954,0.004152291),(-0.01863176,0.005007378,0.004200325),(-0.01904293,0.004981422,0.004247107),(-0.01860429,0.005181496,0.00456836),(-0.01901389,0.005146663,0.004618472),(-0.01819722,0.00522406,0.004515868),(-0.01781611,0.005080339,0.004101917),(-0.0177943,0.005279026,0.004458911),(-0.01948916,0.004515342,0.003653478),(-0.01990318,0.004504229,0.003692877),(-0.01947577,0.004758103,0.003949553),(-0.01988863,0.004740858,0.003992104),(-0.02031731,0.004495144,0.003730107),(-0.02073144,0.004488346,0.003764297),(-0.02030159,0.004724313,0.004033178),(-0.02071455,0.004708272,0.00407218),(-0.01986646,0.004932988,0.004339806),(-0.02027852,0.004908865,0.00438499),(-0.02069057,0.004883707,0.004428909),(-0.02024684,0.005053896,0.004766473),(-0.02065826,0.005021375,0.004814565),(-0.01983544,0.005084516,0.004717667),(-0.01945455,0.0049569,0.004293723),(-0.01942437,0.005114887,0.004668287),(-0.02114546,0.004484094,0.003794576),(-0.0215594,0.004481752,0.00382192),(-0.02112742,0.004692539,0.004108515),(-0.02154023,0.004677036,0.004142852),(-0.02197328,0.004480683,0.003847309),(-0.02238714,0.00448025,0.003871721),(-0.02236572,0.004646415,0.004208192),(-0.02195299,0.004661687,0.004175855),(-0.02192593,0.004798943,0.004552501),(-0.02151424,0.004828281,0.004512256),(-0.02233758,0.00476914,0.004592338),(-0.02230208,0.004864636,0.00500055),(-0.02189128,0.004906042,0.004954586),(-0.02148042,0.00494656,0.004908409),(-0.02110246,0.00485669,0.004471195),(-0.02106944,0.0049853,0.004861807),(0.01365586,0.001268172,0.007671788),(0.01363075,0.001297549,0.007259297),(0.01360729,0.001331355,0.006849412),(0.01321269,0.001345165,0.007259962),(0.01320442,0.001404605,0.006856167),(0.01322477,0.001291546,0.007667902),(0.01358713,0.001374017,0.006444744),(0.01357192,0.001429965,0.0060479),(0.0132038,0.001475687,0.006460662),(0.01321463,0.001564234,0.00607759),(0.01281666,0.001503247,0.006852009),(0.01284129,0.001609135,0.00647349),(0.01288431,0.001734339,0.006111911),(0.01258721,0.001939517,0.006157844),(0.01250604,0.001776393,0.006488117),(0.01244958,0.001630268,0.00683889),(0.01279803,0.001323664,0.007637278),(0.01280428,0.001410236,0.00724182),(0.01240958,0.001495478,0.007203327),(0.01237782,0.001366353,0.007574599),(0.01356329,0.001503627,0.005661487),(0.01357178,0.001598275,0.00529158),(0.0132913,0.001808892,0.005366738),(0.01324074,0.001676065,0.005711098),(0.01360791,0.001717178,0.004944254),(0.01368217,0.001863609,0.004625581),(0.01350242,0.002128373,0.004766619),(0.01337547,0.001960424,0.005050059),(0.01318763,0.002233312,0.005180728),(0.01305068,0.002054217,0.00546102),(0.01336951,0.002414791,0.004936545),(0.01327855,0.002702314,0.005140758),(0.01304323,0.002518341,0.005343293),(0.01285206,0.002322128,0.005582364),(0.01295184,0.001885296,0.005772919),(0.0127013,0.002125307,0.005854905),(0.01380511,0.002040839,0.004341638),(0.0139764,0.002227254,0.004095069),(0.01390789,0.002487559,0.004316233),(0.01368131,0.002310448,0.004521968),(0.01419574,0.002401239,0.003888518),(0.01446284,0.002541181,0.00372463),(0.01448704,0.002750527,0.004022011),(0.01417788,0.002640615,0.004149538),(0.01419525,0.002868656,0.004439172),(0.01388085,0.002746996,0.004567906),(0.01453874,0.002941309,0.004344644),(0.01423355,0.003073847,0.004755957),(0.01460301,0.003106641,0.004689609),(0.01388327,0.002989343,0.004850794),(0.01360309,0.002590863,0.004732984),(0.01356175,0.002862406,0.004977826),(0.01477738,0.002625466,0.003606051),(0.01512909,0.002667811,0.003521185),(0.01483108,0.002798202,0.003933775),(0.01520232,0.002801019,0.003873757),(0.01550767,0.002681936,0.003458432),(0.01590283,0.002681558,0.003406197),(0.01559302,0.002776355,0.003830879),(0.0159955,0.002741587,0.003794065),(0.01528607,0.002915539,0.004241912),(0.01568124,0.002856198,0.004213941),(0.01608499,0.002791942,0.004188394),(0.0157653,0.002920939,0.004605579),(0.01616749,0.002832536,0.004587823),(0.01536985,0.00300973,0.004622845),(0.01490379,0.002950424,0.004282184),(0.0149821,0.003078449,0.004648047),(0.01630429,0.002680396,0.003352884),(0.01670953,0.002681065,0.003294362),(0.01640203,0.002714093,0.00375224),(0.0168105,0.002695497,0.003701821),(0.017116,0.002686179,0.0032265),(0.01752119,0.002698354,0.003145169),(0.0172188,0.002687421,0.003639227),(0.01762482,0.002691492,0.003560875),(0.0169029,0.00270787,0.004111584),(0.01731249,0.002689183,0.004053655),(0.01771943,0.002686812,0.003978264),(0.01739745,0.002690805,0.004468304),(0.01780582,0.002683387,0.004395744),(0.01698639,0.002717869,0.004522376),(0.01649297,0.002742311,0.004155386),(0.01657546,0.00276498,0.004561152),(0.01792256,0.002720205,0.003046238),(0.01829127,0.002772429,0.002942554),(0.01839386,0.002760279,0.003359448),(0.01802643,0.002709334,0.003463185),(0.01859847,0.002875722,0.002846961),(0.01881532,0.003050781,0.002772308),(0.01890697,0.003038822,0.003186998),(0.0186973,0.002863664,0.003262955),(0.0187883,0.002853982,0.003681606),(0.01848793,0.002750961,0.003778672),(0.01899198,0.003028634,0.003604451),(0.01907168,0.003019994,0.004024386),(0.01887284,0.002846139,0.004102262),(0.01857476,0.002743673,0.004199157),(0.01812144,0.002701321,0.003882081),(0.01820867,0.002695216,0.004301507),(0.01891298,0.003318302,0.002731438),(0.0189004,0.003629884,0.002712838),(0.01896683,0.003614336,0.003125158),(0.01899309,0.003305086,0.003144868),(0.01878652,0.003937127,0.002704991),(0.01858029,0.004191627,0.00269638),(0.01862197,0.004169303,0.003107368),(0.01883939,0.003918449,0.003116461),(0.01889167,0.003900721,0.003529281),(0.01903056,0.003599793,0.003539436),(0.01866478,0.004148161,0.003519162),(0.01870925,0.004128804,0.003931779),(0.01894409,0.003884458,0.003943494),(0.01909259,0.003586586,0.003955701),(0.01906837,0.003293167,0.003560778),(0.01914002,0.003282621,0.0039791),(0.01829067,0.004344984,0.002675492),(0.01793891,0.004422701,0.002646945),(0.01797125,0.004395602,0.003058381),(0.01832576,0.004318778,0.003086472),(0.01754625,0.004450282,0.002615356),(0.01713394,0.00445323,0.002585347),(0.01716925,0.00444621,0.002999042),(0.01757891,0.004428503,0.003027701),(0.0176161,0.004410495,0.003439496),(0.01800665,0.004371129,0.003469933),(0.01721169,0.004444341,0.003410963),(0.01726222,0.004447174,0.003819991),(0.01765842,0.004396321,0.003850253),(0.01804556,0.00434968,0.003881446),(0.01836299,0.004294324,0.003497934),(0.01840279,0.004272193,0.003909859),(0.01672323,0.004457049,0.002561537),(0.01633753,0.004483107,0.002533296),(0.01638597,0.004536825,0.002948964),(0.01676276,0.004477452,0.00297701),(0.01600028,0.004552777,0.002489997),(0.01573488,0.004687426,0.002421012),(0.01582772,0.004798345,0.002824263),(0.01606544,0.004638924,0.002902262),(0.01615155,0.004732464,0.003305893),(0.01645087,0.004598278,0.003358389),(0.01594435,0.004914193,0.003216954),(0.01608663,0.005033146,0.003594755),(0.0162609,0.00483129,0.003696817),(0.01653434,0.004665669,0.003758336),(0.01681377,0.004504587,0.00338867),(0.01687782,0.004537293,0.003794373),(0.01556475,0.004908425,0.002315712),(0.01548292,0.005180591,0.002174078),(0.01566608,0.00530109,0.002539572),(0.01569936,0.005029683,0.002702326),(0.01548241,0.005468743,0.00199609),(0.01555626,0.005737697,0.001781727),(0.01582767,0.005836722,0.0021041),(0.01571361,0.005580718,0.002339123),(0.01596342,0.005679687,0.002670801),(0.01587113,0.005414609,0.002893235),(0.01611384,0.005918934,0.002416215),(0.01641097,0.005987569,0.002718006),(0.01622896,0.005767961,0.002989955),(0.01609681,0.005522005,0.003232568),(0.01585783,0.00515051,0.003077344),(0.01604065,0.005270225,0.003437086),(0.01569748,0.005952271,0.001530971),(0.01588356,0.006136304,0.001256313),(0.01619371,0.006207267,0.001551256),(0.01599398,0.006037251,0.001837625),(0.01609201,0.006313639,0.0009702448),(0.01630029,0.006508115,0.0006852576),(0.01661808,0.006555618,0.0009650671),(0.01640802,0.006371737,0.001256551),(0.01672892,0.006420081,0.001538008),(0.01651157,0.006264325,0.001839461),(0.0169386,0.006597613,0.001241648),(0.01726173,0.006634983,0.001515159),(0.01705349,0.006460242,0.001814977),(0.01683466,0.00630994,0.002121442),(0.01630156,0.006105545,0.002135649),(0.01661668,0.006160305,0.002425477),(0.01648592,0.006743573,0.0004138433),(0.01664773,0.007015612,0.0001584465),(0.0169686,0.0070511,0.0004274793),(0.01680507,0.006783871,0.0006883624),(0.01678457,0.007319833,-7.848867e-5),(0.01689529,0.007651831,-0.0002945178),(0.01722371,0.007680871,-4.265293e-5),(0.01710827,0.007351901,0.0001834601),(0.01743072,0.007385656,0.0004457714),(0.01728976,0.007086416,0.0006954042),(0.01754824,0.007713436,0.0002119648),(0.01786641,0.007752674,0.0004717179),(0.01775111,0.007423112,0.0007094768),(0.01761135,0.007122752,0.0009625452),(0.01712563,0.00682173,0.000960738),(0.01744796,0.006857931,0.00123106),(0.01697874,0.008007211,-0.0004871965),(0.01703954,0.008381115,-0.0006627555),(0.01738332,0.008403288,-0.0004411784),(0.01731453,0.008032611,-0.0002498174),(0.0170823,0.008768694,-0.0008274257),(0.01711164,0.009165095,-0.0009874377),(0.01746514,0.009186125,-0.0007890713),(0.01743266,0.008789071,-0.0006198813),(0.0177625,0.008818961,-0.0003957672),(0.01771317,0.008433324,-0.0002082994),(0.01779101,0.009217408,-0.0005687987),(0.01807578,0.009264835,-0.0003167593),(0.01806103,0.008864663,-0.0001461905),(0.01802128,0.008476927,4.280088e-5),(0.01764207,0.008063736,-5.890474e-6),(0.01795643,0.008105107,0.0002491315),(0.01713218,0.009565464,-0.001149022),(0.01714207,0.009970256,-0.001308062),(0.01748619,0.01000163,-0.001105802),(0.01748335,0.00959062,-0.0009518935),(0.01713951,0.01037992,-0.00146044),(0.01712265,0.01079491,-0.001602039),(0.01744142,0.0108395,-0.001376696),(0.01747257,0.01041823,-0.001248252),(0.01775712,0.01046205,-0.001001291),(0.01778841,0.01004099,-0.0008723151),(0.01770573,0.01088657,-0.001114073),(0.01789764,0.01093137,-0.0008129968),(0.01797534,0.01050961,-0.0007150384),(0.01803173,0.01008968,-0.000600281),(0.01779967,0.009625431,-0.0007278995),(0.01806561,0.009673965,-0.000467822),(0.01708968,0.01121567,-0.001728742),(0.01704145,0.01164087,-0.001840879),(0.01732472,0.01169195,-0.001584946),(0.01739162,0.01126451,-0.001488589),(0.0169788,0.01206914,-0.00193878),(0.0169026,0.01249914,-0.002022774),(0.01714571,0.01254883,-0.001735108),(0.01724224,0.01212049,-0.001666781),(0.01743943,0.01216441,-0.001356447),(0.01754463,0.01173882,-0.001290221),(0.01732079,0.01258822,-0.001410012),(0.01741529,0.01260726,-0.001059361),(0.01755569,0.01219113,-0.00101689),(0.01768485,0.01177271,-0.0009625728),(0.01763415,0.01131252,-0.001209906),(0.01779982,0.0113526,-0.0008950583),(0.01681369,0.01292951,-0.002093194),(0.01671315,0.01335976,-0.002150973),(0.01691647,0.01340081,-0.001835297),(0.01703668,0.01297564,-0.001790943),(0.01660208,0.01378939,-0.002197045),(0.01648154,0.01421789,-0.002232347),(0.01664798,0.01424578,-0.00189362),(0.01678646,0.01382423,-0.001869185),(0.01690386,0.01384344,-0.001507567),(0.01705147,0.01342751,-0.001484511),(0.01674967,0.01425719,-0.001522577),(0.01678617,0.01424683,-0.001135563),(0.01695052,0.01383996,-0.001128306),(0.01711118,0.01343132,-0.00111394),(0.01719096,0.01300918,-0.001452346),(0.01726661,0.01302054,-0.001091334),(0.01635263,0.01464477,-0.002257813),(0.01621613,0.01506985,-0.002273743),(0.01635062,0.01508295,-0.001917316),(0.01650239,0.01466534,-0.001909615),(0.01607281,0.01549298,-0.00228044),(0.01592348,0.01591398,-0.002278203),(0.01603223,0.01591246,-0.001908414),(0.01619359,0.01549865,-0.001916867),(0.01626059,0.01548759,-0.001525914),(0.01642707,0.01507906,-0.001531695),(0.01609192,0.01589481,-0.001513312),(0.0161146,0.01586307,-0.001106105),(0.01628312,0.01546012,-0.001121977),(0.01645171,0.01505662,-0.001132266),(0.01659042,0.014669,-0.001530601),(0.01661965,0.01465229,-0.001136839),(0.0157689,0.0163327,-0.002267335),(0.01561055,0.01674947,-0.002248948),(0.01570118,0.01673514,-0.001868993),(0.01586748,0.01632443,-0.001892101),(0.01544986,0.01716463,-0.002224159),(0.01528831,0.01757853,-0.00219408),(0.01537141,0.01755519,-0.001806644),(0.01553521,0.0171452,-0.001840152),(0.01558658,0.01711285,-0.001438465),(0.01575292,0.01670667,-0.001468698),(0.01542502,0.01752021,-0.001404133),(0.01546584,0.0174799,-0.0009943396),(0.01562085,0.01707342,-0.001028275),(0.01578178,0.01666897,-0.00105863),(0.01592203,0.01630091,-0.001493943),(0.01594692,0.01626577,-0.001084781),(0.01512733,0.01799152,-0.002159827),(0.01496813,0.0184041,-0.002122167),(0.01505629,0.01837697,-0.001729662),(0.01521164,0.01796572,-0.001769529),(0.01481191,0.01881677,-0.002081867),(0.01465987,0.01923004,-0.002039694),(0.01476037,0.01920249,-0.001645081),(0.01490574,0.01878916,-0.001687896),(0.01497903,0.0187533,-0.001285375),(0.01512174,0.0183406,-0.001326713),(0.01484161,0.01916745,-0.001243451),(0.01491043,0.01912862,-0.0008376731),(0.01504186,0.018714,-0.0008782496),(0.01517748,0.01830068,-0.0009184625),(0.01527024,0.01792952,-0.00136659),(0.01531843,0.01788915,-0.0009574473),(0.01451321,0.01964442,-0.001996415),(0.01437181,0.02006011,-0.001953337),(0.0144854,0.02003304,-0.001559787),(0.01462055,0.01961716,-0.001602072),(0.01423553,0.02047735,-0.001911763),(0.01410426,0.02089634,-0.001872997),(0.01422554,0.02086785,-0.001481067),(0.01435403,0.02044998,-0.001519146),(0.014452,0.02041572,-0.001121868),(0.01457963,0.01999911,-0.001161084),(0.01432459,0.02083222,-0.001084781),(0.01439715,0.02078874,-0.0006846428),(0.01452721,0.02037475,-0.0007206548),(0.01465491,0.01995964,-0.0007584487),(0.01470899,0.01958287,-0.001201817),(0.01478205,0.01954405,-0.0007975971),(0.01397787,0.0213173,-0.001838344),(0.01385579,0.02173995,-0.001806378),(0.01397425,0.02170588,-0.001414089),(0.01409905,0.02128652,-0.00144647),(0.01373745,0.02216403,-0.00177567),(0.01362228,0.02258926,-0.001744793),(0.01372847,0.02254619,-0.001350906),(0.01385083,0.0221258,-0.001382656),(0.01393459,0.02207862,-0.0009861501),(0.01406585,0.02166361,-0.001017878),(0.01380209,0.02249326,-0.0009542978),(0.01383706,0.02242837,-0.0005572443),(0.0139827,0.02202065,-0.0005876835),(0.01412472,0.02161156,-0.0006187006),(0.01419586,0.02124817,-0.001050436),(0.01426293,0.02120097,-0.0006508391),(0.0135097,0.02301537,-0.001712321),(0.01339757,0.02344163,-0.00167821),(0.01348328,0.02338701,-0.001283026),(0.01360688,0.02296694,-0.001317572),(0.01328372,0.02386729,-0.001642417),(0.01316603,0.02429162,-0.001604902),(0.01321901,0.02422099,-0.001211793),(0.01335491,0.02380537,-0.001247642),(0.01338433,0.02372945,-0.0008560361),(0.01353025,0.02332013,-0.0008882959),(0.01322739,0.02413408,-0.0008255306),(0.01318545,0.0240267,-0.0004531355),(0.01336563,0.02363601,-0.0004730547),(0.01353198,0.02323805,-0.0004981995),(0.01366841,0.02290758,-0.0009213647),(0.01368797,0.02283484,-0.0005268395),(0.01304232,0.02471389,-0.001565621),(0.01290854,0.0251317,-0.001526092),(0.01291304,0.02503779,-0.001142651),(0.0130728,0.02463284,-0.00117585),(0.01276061,0.02554264,-0.001487836),(0.01259447,0.02594434,-0.001452372),(0.0125399,0.02581448,-0.001095835),(0.01273649,0.02543271,-0.001115034),(0.0126633,0.02529691,-0.0007661138),(0.01286871,0.02492137,-0.000776593),(0.01243803,0.0256556,-0.0007702635),(0.01229312,0.02546237,-0.0004888906),(0.01254172,0.0251294,-0.0004534627),(0.01277339,0.02477684,-0.0004387524),(0.01305613,0.02453258,-0.0007977241),(0.012988,0.02440813,-0.0004401723),(0.01240604,0.02633437,-0.001421217),(0.01219642,0.02670915,-0.00140039),(0.01208057,0.02652674,-0.001096842),(0.01232003,0.02617996,-0.00108789),(0.01196668,0.02706511,-0.001395906),(0.01171791,0.02739863,-0.001413783),(0.01155771,0.02715449,-0.001188003),(0.01182523,0.0268524,-0.001128333),(0.01165374,0.02660537,-0.000911738),(0.01192783,0.02631084,-0.0008387268),(0.0113742,0.02687652,-0.0010164),(0.0111838,0.0265676,-0.0009038437),(0.0114677,0.02632452,-0.00075508),(0.01175077,0.02605955,-0.0006376796),(0.01219107,0.02599392,-0.0007930181),(0.01202769,0.02577229,-0.000549623),(0.0114512,0.02770614,-0.001460037),(0.01116947,0.02799032,-0.001530301),(0.01099747,0.0276853,-0.001398341),(0.01128171,0.02743062,-0.001281493),(0.01087564,0.02825387,-0.001620208),(0.01057263,0.0284995,-0.001725388),(0.01040519,0.02814837,-0.001660248),(0.01070522,0.02792303,-0.00152808),(0.0105259,0.02756745,-0.001480701),(0.01081267,0.02735161,-0.001317303),(0.01023193,0.02777675,-0.001630835),(0.01005571,0.02739196,-0.001621287),(0.01034414,0.02719458,-0.001465856),(0.01062579,0.02699589,-0.001280376),(0.01109464,0.02712328,-0.001157062),(0.01090442,0.02678914,-0.00108599),(0.01026336,0.0287299,-0.001841475),(0.00995177,0.02895118,-0.001950143),(0.009787878,0.02857955,-0.001885417),(0.01009764,0.02836579,-0.001784378),(0.00964182,0.02916944,-0.002033067),(0.009337455,0.02939079,-0.002071921),(0.009183017,0.02901292,-0.001958013),(0.00948123,0.02879386,-0.001948314),(0.009321592,0.02840991,-0.001863211),(0.009622512,0.0281958,-0.00183207),(0.009032881,0.02863001,-0.001834729),(0.00889033,0.0282421,-0.00169343),(0.009164631,0.02801917,-0.001765361),(0.009456557,0.0278036,-0.001774804),(0.009928379,0.02798547,-0.001751285),(0.009756712,0.02759475,-0.001725525),(0.009042623,0.02962133,-0.00204838),(0.008766006,0.02986145,-0.00196894),(0.008636921,0.02947909,-0.001783257),(0.008898563,0.02924098,-0.001899462),(0.008516282,0.03011158,-0.001840094),(0.008302136,0.03037212,-0.00166834),(0.008218301,0.02998986,-0.001420269),(0.008407148,0.02972835,-0.001619994),(0.008317577,0.02934654,-0.001385692),(0.008522382,0.0290965,-0.001582463),(0.008157723,0.02961019,-0.001159837),(0.008127219,0.0292343,-0.0008910656),(0.008255093,0.02896708,-0.001139276),(0.008429167,0.02871401,-0.0013656),(0.008763648,0.02885826,-0.001736644),(0.008643042,0.02847303,-0.001555247),(0.008132247,0.03064346,-0.001460171),(0.007992191,0.03092311,-0.001225797),(0.00797218,0.03054848,-0.0009501663),(0.008079432,0.03026466,-0.001194678),(0.007867539,0.03120857,-0.000975428),(0.007743868,0.03149735,-0.000719274),(0.007779053,0.031126,-0.0004321608),(0.007878175,0.03083703,-0.0006936789),(0.007909393,0.03046832,-0.0004053166),(0.007975987,0.03017744,-0.0006655243),(0.007829171,0.03075559,-0.0001419089),(0.00788664,0.03038291,0.0001481803),(0.007957149,0.03010021,-0.0001136738),(0.008003748,0.02980907,-0.0003758053),(0.008051312,0.02988928,-0.0009184065),(0.008051937,0.0295177,-0.0006357557),(0.00760675,0.03178696,-0.0004675442),(0.007444941,0.03206083,-0.0002351928),(0.007502316,0.03167846,6.699777e-5),(0.007656453,0.0314111,-0.0001725572),(0.007247189,0.03230238,-3.717383e-5),(0.007002252,0.03249507,0.0001115587),(0.007067226,0.0321045,0.0004134267),(0.007308592,0.03191422,0.0002683704),(0.007359622,0.03151538,0.0005590355),(0.007557528,0.03128964,0.0003611984),(0.007115997,0.03169954,0.0006931531),(0.007139516,0.03127815,0.0009401962),(0.007390255,0.0311035,0.0008261096),(0.00760029,0.03089147,0.0006408756),(0.007712964,0.03103287,0.0001205732),(0.00776672,0.03064898,0.000407298),(0.006698879,0.03262232,0.0001960505),(0.006351547,0.0326986,0.0002414412),(0.006430877,0.03231869,0.0005103042),(0.006770164,0.03223543,0.0004840326),(0.005974726,0.03273838,0.0002728698),(0.00558289,0.03275612,0.0003154757),(0.005679516,0.0323888,0.0005503098),(0.006062837,0.03236592,0.0005223581),(0.006136497,0.03197385,0.0007302235),(0.006493154,0.03192017,0.0007430914),(0.005764726,0.03200125,0.0007396716),(0.005835316,0.03159027,0.0008734824),(0.006191198,0.0315589,0.0008853299),(0.006532309,0.03150019,0.0009281614),(0.006823415,0.03183161,0.0007426197),(0.006850975,0.03140849,0.0009603318),(0.005190515,0.0327663,0.0003943981),(0.004797849,0.03276257,0.0004947593),(0.004907656,0.03239271,0.0007275572),(0.005294384,0.032399,0.0006242758),(0.004405145,0.0327386,0.0006016815),(0.004012654,0.03268805,0.0007002871),(0.004130278,0.03231547,0.000955272),(0.004519549,0.03236613,0.0008434556),(0.004627618,0.03197314,0.001039907),(0.005009984,0.03200195,0.0009134979),(0.004242325,0.03192348,0.001167333),(0.004727679,0.03155942,0.001184418),(0.004347269,0.03151168,0.001329142),(0.005102918,0.03158927,0.00104535),(0.00538912,0.03201096,0.0008070913),(0.005472343,0.03159998,0.0009342639),(0.003620627,0.03260457,0.0007756982),(0.00322881,0.03250304,0.0008390219),(0.003740059,0.03223693,0.001046308),(0.003348866,0.0321427,0.001125654),(0.002836949,0.03239833,0.0009013652),(0.002444789,0.03230529,0.0009738352),(0.00295667,0.03204496,0.001202399),(0.002563446,0.03195592,0.001285635),(0.003464101,0.03176728,0.001374917),(0.003071647,0.03167839,0.001468341),(0.002677284,0.03159409,0.001563696),(0.003180996,0.03129139,0.001682057),(0.002785687,0.03121116,0.001788226),(0.003573388,0.031372,0.001573276),(0.003854406,0.03185192,0.001276792),(0.003962325,0.03144732,0.0014572),(0.002052077,0.0322388,0.001067539),(0.001660233,0.03218379,0.001169075),(0.002169167,0.03188776,0.001384451),(0.001775418,0.03182783,0.001485946),(0.001270678,0.03212519,0.001265044),(0.0008848344,0.03204796,0.001342044),(0.001383787,0.03176349,0.001577217),(0.000995861,0.03168207,0.001645363),(0.001885314,0.03145644,0.001768388),(0.001491248,0.03138452,0.001854295),(0.001100822,0.0312981,0.001913622),(0.001593182,0.03098371,0.002077152),(0.001199891,0.03089312,0.002128571),(0.00198986,0.03106308,0.001996282),(0.002281249,0.03152321,0.001667617),(0.002388002,0.03113697,0.001896471),(0.0005041228,0.03193701,0.001386674),(0.0001377409,0.03180869,0.00142754),(0.000613226,0.03157093,0.001677482),(0.0002474594,0.03144564,0.001704899),(-0.0002051142,0.03167934,0.001493245),(-0.0005152452,0.03156528,0.001612394),(-8.986193e-5,0.03132179,0.001758938),(-0.0003871609,0.03121495,0.001870926),(0.0003504035,0.03106778,0.001950612),(1.881969e-5,0.03095152,0.001994715),(-0.0002647419,0.03085297,0.002100181),(0.0001203941,0.03056575,0.002182159),(-0.0001488654,0.03047662,0.002282364),(0.0004463628,0.03067258,0.002146305),(0.0007158055,0.03118792,0.001934654),(0.0008119066,0.03078556,0.002140033),(-0.0007834549,0.03148285,0.001813592),(-0.001021729,0.03140545,0.002052313),(-0.0006328606,0.03114069,0.002072186),(-0.0008440505,0.03107188,0.002314978),(-0.001242052,0.03130645,0.002284031),(-0.001456411,0.03115923,0.00246422),(-0.001037819,0.03098136,0.002551565),(-0.001231256,0.03084199,0.002734206),(-0.0006680712,0.03072376,0.002545609),(-0.0008336089,0.03063975,0.002787057),(-0.001005575,0.0305072,0.002975319),(-0.0006305349,0.03028244,0.002979465),(-0.0007798478,0.03015673,0.003178801),(-0.000495092,0.03036059,0.002730575),(-0.0004860772,0.03078595,0.002300231),(-0.0003442815,0.03041678,0.002481689),(-0.001676791,0.03093717,0.002548354),(-0.0018986,0.03065826,0.00255615),(-0.001441451,0.03062663,0.002815159),(-0.001659072,0.03035334,0.002814406),(-0.002117245,0.03034048,0.002507324),(-0.002328135,0.03000182,0.002421591),(-0.001874787,0.03004018,0.002751918),(-0.002079264,0.02970522,0.002647675),(-0.001422689,0.03003406,0.003062613),(-0.001638318,0.02972858,0.002997835),(-0.001838981,0.02940059,0.002884901),(-0.001405128,0.02940711,0.003239881),(-0.001604914,0.02908859,0.003129391),(-0.001187471,0.0297024,0.003294571),(-0.001206855,0.03029945,0.003061139),(-0.0009722688,0.02995783,0.003279024),(-0.002526677,0.02966025,0.002318668),(-0.002718953,0.0293195,0.002216116),(-0.002263173,0.0293665,0.002521652),(-0.002436675,0.02902752,0.002392074),(-0.002911047,0.0289833,0.002131498),(-0.003109038,0.02865538,0.002082375),(-0.002609932,0.02869169,0.002277161),(-0.002793107,0.0283625,0.002195135),(-0.002165367,0.02873277,0.002588236),(-0.002319562,0.02839908,0.002443275),(-0.00248674,0.02806959,0.00232641),(-0.002044645,0.02810444,0.002633406),(-0.002195983,0.02777582,0.002482951),(-0.001907281,0.02843456,0.00280524),(-0.002009918,0.02906763,0.002741906),(-0.001766501,0.02876351,0.00297754),(-0.003319011,0.02833945,0.002086309),(-0.003535148,0.02803383,0.002139512),(-0.002996362,0.02804338,0.00216422),(-0.00321131,0.02773447,0.002184982),(-0.003751632,0.02773684,0.002238199),(-0.003962647,0.02744679,0.002378581),(-0.003429568,0.02743588,0.00225799),(-0.003642752,0.02714774,0.00238381),(-0.00289235,0.02743432,0.002239995),(-0.003109976,0.02713231,0.002280189),(-0.003323613,0.02684321,0.002382482),(-0.002794754,0.02682826,0.002320245),(-0.003006398,0.02653599,0.002391311),(-0.002581897,0.02713449,0.002317646),(-0.002681137,0.02774738,0.002257026),(-0.002378687,0.02745143,0.00237479),(-0.004162377,0.027162,0.002556871),(-0.00435072,0.02687623,0.002755067),(-0.003842473,0.02687017,0.002563011),(-0.004029832,0.02659627,0.002775487),(-0.004527574,0.02658323,0.002955165),(-0.004692839,0.02627678,0.003139164),(-0.004205923,0.02631916,0.003001135),(-0.004371841,0.02603192,0.003219849),(-0.003709086,0.02630267,0.002767156),(-0.003883664,0.02603764,0.003007903),(-0.004047963,0.02576706,0.003253166),(-0.003568642,0.02573945,0.00298792),(-0.003731616,0.02548159,0.003248147),(-0.003393406,0.02599732,0.002745082),(-0.00352286,0.02656893,0.002551743),(-0.003205969,0.02626092,0.002539568),(-0.004846413,0.02595062,0.003289059),(-0.004984627,0.02560657,0.003404849),(-0.004528685,0.02572766,0.003411524),(-0.004673445,0.02540626,0.003572746),(-0.005103816,0.02524638,0.003486526),(-0.005200311,0.02487188,0.003534084),(-0.004803112,0.02506761,0.003700097),(-0.004914679,0.02471157,0.003790165),(-0.004348611,0.02518643,0.003687485),(-0.004482492,0.02487148,0.00386194),(-0.004603766,0.02453682,0.003998192),(-0.004153213,0.02465357,0.003968847),(-0.004276833,0.02434281,0.004151834),(-0.004022242,0.02494364,0.003749786),(-0.004203357,0.02548414,0.003482127),(-0.003882262,0.02521798,0.003505828),(-0.005270445,0.02448485,0.003547521),(-0.005317638,0.02408808,0.003532901),(-0.005005136,0.02433803,0.003839533),(-0.005075063,0.02395073,0.003854246),(-0.005345315,0.02368435,0.003496289),(-0.005356895,0.02327647,0.00344375),(-0.005125038,0.02355344,0.00384035),(-0.005155639,0.02314992,0.003803889),(-0.004802354,0.02380546,0.004139519),(-0.004874781,0.02341755,0.004155254),(-0.004926037,0.0230207,0.004141479),(-0.004593645,0.02327411,0.004432207),(-0.004664644,0.02288728,0.00444857),(-0.004502025,0.02364862,0.004379783),(-0.004711202,0.02418002,0.004088941),(-0.004394763,0.02400634,0.004287569),(-0.005355801,0.0228672,0.00338135),(-0.005348034,0.0224565,0.003312697),(-0.005167448,0.02274391,0.003750911),(-0.005167746,0.02233566,0.003686661),(-0.005339593,0.02204427,0.003241396),(-0.005336477,0.02163045,0.003171057),(-0.005163814,0.02192541,0.003616391),(-0.005162939,0.02151339,0.003545345),(-0.004965618,0.02221414,0.004048218),(-0.004969753,0.02180602,0.003982396),(-0.004973993,0.02139569,0.003912888),(-0.004753654,0.02168604,0.004335947),(-0.004766656,0.02127746,0.004271385),(-0.004737251,0.02209162,0.004392377),(-0.004953681,0.0226193,0.004103523),(-0.004710047,0.02249257,0.004432606),(-0.005344687,0.02121497,0.003105285),(-0.005361413,0.02079799,0.003043333),(-0.005172398,0.02109985,0.003478774),(-0.005189911,0.02068486,0.003416129),(-0.005383843,0.02037971,0.002984452),(-0.005409166,0.0199603,0.002927893),(-0.005213187,0.02026852,0.003356862),(-0.005239942,0.01985089,0.003300425),(-0.005005218,0.02057084,0.00378338),(-0.005029629,0.02015632,0.003723522),(-0.00505819,0.01974042,0.003667021),(-0.004830534,0.02004339,0.004082414),(-0.004860865,0.01962917,0.004025273),(-0.004804871,0.02045616,0.004143335),(-0.004986244,0.02098397,0.003846526),(-0.004783654,0.02086751,0.004206753),(-0.005434573,0.01953994,0.00287291),(-0.005458592,0.01911908,0.002818781),(-0.005267887,0.01943209,0.00324627),(-0.005294404,0.01901272,0.003193083),(-0.005479756,0.0186982,0.002764789),(-0.005496592,0.01827773,0.002710213),(-0.005316871,0.0185934,0.003139545),(-0.005332671,0.01817474,0.003084346),(-0.005120126,0.01890524,0.00356236),(-0.005145946,0.01848743,0.003510321),(-0.005163298,0.01807048,0.003455888),(-0.004962078,0.01838084,0.003873927),(-0.004983272,0.01796544,0.003821583),(-0.004931422,0.01879711,0.003923605),(-0.005089615,0.01932314,0.003613947),(-0.004896089,0.01921349,0.003973196),(-0.005507629,0.01785817,0.002654335),(-0.00551658,0.01743958,0.002599472),(-0.005339179,0.01775736,0.003026168),(-0.005340565,0.01734114,0.0029674),(-0.005527155,0.01702206,0.002547941),(-0.005543062,0.0166057,0.002502062),(-0.00534099,0.01692597,0.002910431),(-0.005344622,0.01651171,0.00285765),(-0.005165463,0.01724108,0.003336299),(-0.005158669,0.01682812,0.003275696),(-0.005152221,0.01641597,0.003217588),(-0.004975943,0.01672826,0.00364077),(-0.004962004,0.01631802,0.003578946),(-0.004986563,0.0171394,0.003703092),(-0.005168404,0.01765512,0.003397122),(-0.00499022,0.01755171,0.003764001),(-0.005568015,0.0161906,0.002464151),(-0.005603325,0.01577711,0.002435436),(-0.005355624,0.01609825,0.002811446),(-0.005377084,0.01568614,0.0027742),(-0.005650311,0.0153656,0.002417147),(-0.005710286,0.01495644,0.002410512),(-0.005412087,0.0152759,0.002748291),(-0.005463718,0.01486809,0.0027361),(-0.005158186,0.01559398,0.003119372),(-0.005181075,0.01518541,0.003086633),(-0.00522422,0.01477929,0.00306972),(-0.004952915,0.01509355,0.003428152),(-0.004986464,0.01468932,0.003406276),(-0.004942791,0.01550011,0.003467589),(-0.005150314,0.01600438,0.003164252),(-0.004948386,0.01590846,0.003519536),(-0.005784567,0.01454999,0.002416761),(-0.005868393,0.01414536,0.002432245),(-0.005535064,0.01446324,0.002740006),(-0.005619118,0.01406016,0.002754821),(-0.005957008,0.01374169,0.002453317),(-0.006045652,0.0133381,0.00247633),(-0.005708867,0.0136577,0.002775354),(-0.005797303,0.01325465,0.002796416),(-0.00537785,0.013975,0.003087848),(-0.005470083,0.01357409,0.003109747),(-0.005560422,0.01317219,0.003131439),(-0.005231159,0.01348881,0.003446481),(-0.005325175,0.01308838,0.003470309),(-0.005136254,0.01388824,0.003422895),(-0.005292853,0.01437628,0.003072315),(-0.005051133,0.01428798,0.003407008),(-0.006129568,0.0129337,0.002497636),(-0.006211697,0.01252908,0.002517998),(-0.005877417,0.01284983,0.002812818),(-0.005953113,0.01244402,0.002825898),(-0.006294984,0.0121248,0.002538174),(-0.006382372,0.01172145,0.002558926),(-0.006028293,0.01203798,0.002836995),(-0.006106862,0.01163247,0.002847451),(-0.005712315,0.01236213,0.003156069),(-0.005782431,0.01195554,0.003162172),(-0.005854372,0.01154897,0.003166243),(-0.005552226,0.01187548,0.00350341),(-0.005621528,0.01146912,0.00350573),(-0.005482123,0.01228117,0.003497549),(-0.005639738,0.01276794,0.003146352),(-0.005407635,0.01268565,0.003486924),(-0.006476802,0.01131959,0.002581013),(-0.00657884,0.01091983,0.002605465),(-0.006192724,0.01122827,0.002858601),(-0.006287933,0.01082683,0.002873383),(-0.006689047,0.01052277,0.002633308),(-0.006807988,0.01012901,0.002665567),(-0.006394548,0.01042963,0.002894733),(-0.006514622,0.01003813,0.002925585),(-0.006020789,0.01074082,0.003177794),(-0.006123699,0.01034446,0.003194795),(-0.006245373,0.009956721,0.003225627),(-0.005874928,0.01026552,0.00352463),(-0.005998541,0.00988309,0.003556445),(-0.005775684,0.01066006,0.00350988),(-0.005932418,0.01114319,0.003169863),(-0.005693615,0.01106261,0.003505733),(-0.006936225,0.009739148,0.002703273),(-0.00707455,0.009355006,0.002748393),(-0.006650212,0.009653807,0.002968876),(-0.006801526,0.009278663,0.003024915),(-0.007223759,0.008978417,0.002802896),(-0.007384643,0.008611208,0.002868749),(-0.006968768,0.008914714,0.003094013),(-0.007152147,0.00856397,0.003176478),(-0.006556753,0.009216945,0.003341552),(-0.006744649,0.008868963,0.003423627),(-0.006952806,0.008538291,0.003519766),(-0.006548382,0.008839907,0.00378001),(-0.006782668,0.008532727,0.003886384),(-0.006337867,0.009168529,0.003687392),(-0.006390026,0.009580208,0.003275049),(-0.00615372,0.009516842,0.003611784),(-0.007557993,0.008255209,0.002947921),(-0.007749377,0.007921075,0.003039547),(-0.007572139,0.007919774,0.003378813),(-0.007351869,0.008228443,0.003272619),(-0.00796436,0.00761947,0.003142762),(-0.008208508,0.007361052,0.0032567),(-0.008091155,0.007429561,0.003606862),(-0.007817166,0.007649601,0.003491436),(-0.007704044,0.007708733,0.003860488),(-0.007429849,0.007946564,0.003743951),(-0.008005568,0.007525072,0.003972312),(-0.007617005,0.007791179,0.004240655),(-0.007942644,0.007638001,0.004347272),(-0.00731587,0.00799816,0.004123664),(-0.00718032,0.008226953,0.003628459),(-0.007038127,0.008248744,0.004003253),(-0.008487386,0.00715648,0.003380497),(-0.008796103,0.006994978,0.003508727),(-0.008732948,0.007158949,0.003833459),(-0.008398314,0.007271295,0.003721469),(-0.009129767,0.006865767,0.003635968),(-0.009483488,0.006758073,0.003756795),(-0.00908936,0.007076671,0.003941033),(-0.009461856,0.007008613,0.004042394),(-0.008692518,0.007335225,0.004166416),(-0.009065854,0.007289305,0.004252395),(-0.009451038,0.007249567,0.004333462),(-0.009049383,0.007475428,0.004581305),(-0.00944168,0.007447653,0.004645868),(-0.008664801,0.007501898,0.004513049),(-0.008337074,0.007407192,0.004073672),(-0.008293899,0.007548831,0.004436553),(-0.009852374,0.006661116,0.003865786),(-0.01023347,0.006578818,0.003958765),(-0.009844738,0.006938916,0.004135746),(-0.01023586,0.006873161,0.004217702),(-0.01062383,0.0065151,0.004031561),(-0.01102049,0.006473883,0.004079998),(-0.01063305,0.006816922,0.004284878),(-0.01103417,0.006775775,0.004333887),(-0.01023776,0.007136902,0.004483724),(-0.01063717,0.007079724,0.004547546),(-0.0110392,0.007032481,0.004600248),(-0.01062961,0.007268342,0.004837253),(-0.01102971,0.007211966,0.004894085),(-0.01023166,0.007333494,0.004775701),(-0.009842027,0.007196141,0.004411466),(-0.009835726,0.007396803,0.004711286),(-0.0114205,0.006459086,0.004099905),(-0.01182276,0.00645762,0.004102223),(-0.01143705,0.006755297,0.004361345),(-0.01184062,0.006743544,0.00437588),(-0.01222619,0.006456396,0.004097893),(-0.01262969,0.006442322,0.00409786),(-0.01224378,0.006728576,0.004386127),(-0.01264544,0.006698451,0.004400716),(-0.01184655,0.006979953,0.004670086),(-0.01224912,0.006951736,0.004698919),(-0.01264911,0.006906926,0.004731495),(-0.01223682,0.007110386,0.005037694),(-0.01263564,0.007058372,0.005087089),(-0.01183506,0.007145191,0.00499116),(-0.01144278,0.007003046,0.004639145),(-0.01143211,0.007174983,0.004944339),(-0.01303216,0.00640231,0.004113066),(-0.01343437,0.006345977,0.004140141),(-0.01344256,0.006568899,0.004465496),(-0.01304451,0.006641227,0.004428278),(-0.01383707,0.006282941,0.004175718),(-0.01424105,0.006222822,0.004216426),(-0.01384114,0.006493461,0.004509054),(-0.01424181,0.006426903,0.004555637),(-0.01343951,0.006747478,0.004822266),(-0.01383443,0.006661529,0.004874161),(-0.0142322,0.006590555,0.004926192),(-0.01381465,0.006791411,0.005259933),(-0.0142107,0.006720084,0.005316294),(-0.01342189,0.006882494,0.00520105),(-0.01304515,0.006834059,0.004773661),(-0.01302978,0.006976944,0.005142489),(-0.01464705,0.006175238,0.004258898),(-0.01505213,0.00612957,0.004306014),(-0.01464612,0.006381223,0.004601927),(-0.01505019,0.00634169,0.004651739),(-0.01545331,0.006075198,0.004360656),(-0.01584765,0.006001506,0.004425707),(-0.01545012,0.006293579,0.004708893),(-0.01584202,0.006222162,0.004777204),(-0.0150384,0.006517872,0.005025971),(-0.01543749,0.006478766,0.005083238),(-0.01582769,0.006412888,0.005151767),(-0.01541428,0.006635336,0.005474791),(-0.01580366,0.006577124,0.005542094),(-0.0150156,0.006663957,0.005418322),(-0.01463508,0.006548902,0.00497521),(-0.01461271,0.006684903,0.00536729),(-0.01623217,0.005897874,0.004504046),(-0.01661153,0.005777576,0.004589642),(-0.01622199,0.006112708,0.004860487),(-0.01659543,0.005980414,0.004952126),(-0.01699037,0.005653892,0.004676464),(-0.01737333,0.005540095,0.00475848),(-0.01696772,0.005840472,0.005045502),(-0.01734424,0.005708074,0.005133997),(-0.01657329,0.00616128,0.005330144),(-0.01694036,0.006008668,0.005426494),(-0.0173114,0.005860264,0.005518617),(-0.01690911,0.006162555,0.005815553),(-0.01727631,0.006001934,0.005908998),(-0.01654518,0.006323471,0.005718944),(-0.01620435,0.006301539,0.00523632),(-0.01617867,0.006467415,0.005625635),(-0.01776505,0.005449464,0.004829657),(-0.01816377,0.005377829,0.004892474),(-0.01812438,0.005508498,0.005278905),(-0.01773037,0.005598414,0.005210995),(-0.0185677,0.005321022,0.004949409),(-0.01897508,0.005274875,0.005002941),(-0.01892907,0.00537594,0.005397099),(-0.01852452,0.005435338,0.005340136),(-0.01847728,0.005533827,0.005737207),(-0.01808139,0.005624305,0.005671956),(-0.01887842,0.00545974,0.005797535),(-0.01882571,0.005536157,0.006200833),(-0.01842852,0.005625871,0.006137286),(-0.01803714,0.005733479,0.006068424),(-0.01769225,0.00573263,0.005599765),(-0.0176527,0.005858872,0.005992807),(-0.01938412,0.005235218,0.005055548),(-0.01979434,0.005199333,0.00510737),(-0.01974541,0.00528567,0.005505882),(-0.01933627,0.005327311,0.005452204),(-0.02020525,0.005164502,0.00515855),(-0.02061636,0.005128001,0.005209228),(-0.02056658,0.005208214,0.005610691),(-0.02015576,0.005247231,0.005558568),(-0.02010034,0.005308637,0.005963871),(-0.0196909,0.005351751,0.00591017),(-0.02051066,0.005266635,0.006016755),(-0.02045028,0.005307894,0.006425217),(-0.02004099,0.005355269,0.006371805),(-0.01963305,0.005405806,0.006317199),(-0.01928328,0.005400583,0.005854957),(-0.01922759,0.005464452,0.006260507),(-0.02102718,0.005087118,0.005259543),(-0.02143778,0.005042944,0.005309587),(-0.02138757,0.005118183,0.005714584),(-0.02097717,0.005164835,0.005662685),(-0.02184824,0.004996578,0.00535945),(-0.02225862,0.004949115,0.005409223),(-0.02220808,0.005019429,0.005818216),(-0.02179785,0.005069352,0.005766415),(-0.02174123,0.005123167,0.006174809),(-0.02133108,0.005173028,0.006122194),(-0.02215136,0.005072433,0.006227393),(-0.02208937,0.005104979,0.006636613),(-0.02167944,0.005156826,0.006583951),(-0.02126958,0.005208226,0.006531214),(-0.0209209,0.005221142,0.00606952),(-0.02085984,0.00525873,0.006478329),(0.01196633,0.001421444,0.007474543),(0.01203265,0.001603604,0.00714294),(0.01210877,0.001788656,0.006818763),(0.01168584,0.001733396,0.007092764),(0.01180366,0.001969297,0.006817313),(0.0115788,0.00149649,0.007375741),(0.01220447,0.001979492,0.006509432),(0.01232956,0.002179005,0.006222372),(0.01211461,0.002434065,0.006319091),(0.01194299,0.002203189,0.006556912),(0.01172801,0.002432236,0.006650042),(0.01154368,0.00216308,0.006860228),(0.01194556,0.002685961,0.006461591),(0.01182566,0.002915953,0.00666347),(0.01156594,0.00265139,0.006808298),(0.01133829,0.002360892,0.00697319),(0.01138152,0.001883636,0.007084902),(0.01123043,0.001599047,0.007316822),(0.01113203,0.002053103,0.007151459),(0.01093646,0.00173667,0.007336416),(0.01249384,0.002390086,0.005965008),(0.01269759,0.002600501,0.005738697),(0.01258393,0.00287318,0.005933364),(0.01232928,0.002660923,0.006111369),(0.0129411,0.002798014,0.005544793),(0.01322468,0.002970391,0.005384654),(0.013201,0.003211563,0.005664973),(0.01287553,0.003060254,0.005784695),(0.01284079,0.003292988,0.006062463),(0.01250779,0.003124011,0.006169714),(0.01320062,0.003418369,0.005978456),(0.01321662,0.003583349,0.006321841),(0.01283119,0.003484141,0.006377565),(0.01246584,0.003336834,0.006451088),(0.01220744,0.00291911,0.006302119),(0.01212814,0.003145937,0.006545394),(0.01354862,0.003105397,0.005259635),(0.01390314,0.003198376,0.005165603),(0.0139357,0.00337435,0.005507448),(0.0135573,0.003316525,0.005573816),(0.01427849,0.003244673,0.005098429),(0.01466489,0.003239632,0.005053981),(0.01432746,0.003384246,0.005462097),(0.01472387,0.003345424,0.00543399),(0.01397618,0.00351752,0.005871445),(0.01437785,0.00349568,0.005842469),(0.0147794,0.003429159,0.005825861),(0.01442703,0.003582087,0.00623505),(0.01483096,0.00349598,0.006225822),(0.01401981,0.00362814,0.006252711),(0.01358142,0.003492481,0.005915779),(0.01361459,0.003629954,0.006280932),(0.01505259,0.003178599,0.005028129),(0.01544315,0.003081947,0.005013754),(0.01511618,0.003257093,0.00541935),(0.01550775,0.003138718,0.005412229),(0.01583816,0.002970051,0.005003747),(0.0162392,0.002863286,0.004990989),(0.01590193,0.003009767,0.005406677),(0.01630207,0.002889704,0.005396741),(0.01556543,0.003186569,0.005815858),(0.01595873,0.003046316,0.005812599),(0.01635807,0.002917302,0.005803931),(0.01601064,0.00308593,0.00621975),(0.01640915,0.002951593,0.006211403),(0.01561797,0.003232025,0.00622223),(0.01517379,0.003320153,0.005818634),(0.01522635,0.003374,0.006222902),(0.01664784,0.002782026,0.004968368),(0.01706063,0.002725172,0.004932923),(0.01671151,0.002797995,0.005376475),(0.01712625,0.002733225,0.00534318),(0.0174741,0.002691626,0.004881694),(0.01788478,0.00268029,0.00481172),(0.01754227,0.002693976,0.00529416),(0.01795558,0.002678829,0.005226718),(0.01718386,0.002745475,0.005753103),(0.01760181,0.002700181,0.005706036),(0.01801747,0.002680315,0.005641262),(0.01806973,0.002686057,0.006055875),(0.01765257,0.002712573,0.00611766),(0.0172341,0.002765366,0.006162649),(0.01676786,0.002817434,0.005784917),(0.0168183,0.002844889,0.006193133),(0.01828922,0.002690064,0.004720043),(0.01865564,0.002737613,0.004619834),(0.01872974,0.002732667,0.00504097),(0.01836216,0.002686371,0.005138159),(0.0189523,0.002839598,0.00452427),(0.01914742,0.00301268,0.004446522),(0.0192187,0.003005798,0.004870665),(0.01902601,0.002833786,0.004947642),(0.01909334,0.002828133,0.005372392),(0.01879621,0.002728717,0.005462828),(0.01928502,0.002998458,0.00529662),(0.0193459,0.002989769,0.005724193),(0.01915362,0.002822066,0.00579853),(0.01885421,0.002725648,0.005885678),(0.01842659,0.002684636,0.005556322),(0.01848159,0.002685364,0.005975004),(0.01920925,0.003273521,0.004399767),(0.01915388,0.003575047,0.004373982),(0.01921377,0.003564073,0.004794083),(0.01927551,0.003264769,0.004822526),(0.01899742,0.003870179,0.004359146),(0.01875596,0.004111841,0.004345237),(0.01880383,0.004097161,0.004759705),(0.01905077,0.003857079,0.004776191),(0.0191033,0.003844355,0.005194582),(0.01927158,0.003552562,0.005215806),(0.01885185,0.004084651,0.005175357),(0.01889897,0.004074198,0.005592362),(0.01915413,0.003831203,0.005614273),(0.01932666,0.003539414,0.005638956),(0.0193383,0.003255265,0.005247121),(0.01939708,0.003243911,0.005673299),(0.0184456,0.004252959,0.004322233),(0.01808841,0.004331653,0.00429277),(0.01813404,0.004319322,0.004704635),(0.01849027,0.004237691,0.004735483),(0.01770645,0.004386045,0.004259483),(0.01732178,0.004454258,0.004225006),(0.01738937,0.004468508,0.004627495),(0.01775909,0.004382709,0.004668268),(0.01781521,0.004389358,0.00507769),(0.01818128,0.004314962,0.00511777),(0.01746396,0.004492835,0.005028942),(0.01754456,0.004530154,0.005430831),(0.0178737,0.004409033,0.00548883),(0.01822899,0.004320846,0.005532906),(0.01853567,0.004227456,0.005150039),(0.01858067,0.004223324,0.005566328),(0.01695646,0.004574415,0.004191975),(0.01663847,0.004737198,0.004145568),(0.01676259,0.004812146,0.004522474),(0.01704883,0.004617373,0.004583423),(0.0163958,0.004933293,0.004070964),(0.01625642,0.005153382,0.00395334),(0.01645343,0.005270789,0.00429561),(0.01655575,0.00503567,0.004431062),(0.01674029,0.005135615,0.004779845),(0.01690602,0.004889786,0.004891438),(0.01667737,0.005381253,0.004624465),(0.01692794,0.005480661,0.004942807),(0.01694893,0.005230325,0.005120044),(0.01706809,0.004969397,0.005254852),(0.01715407,0.004667586,0.004970664),(0.01727133,0.004726475,0.005355643),(0.01624832,0.005388149,0.003777877),(0.01634186,0.005624128,0.003555069),(0.01660623,0.005718295,0.003863348),(0.01648072,0.005500345,0.004102534),(0.01650738,0.005847853,0.003295413),(0.01671525,0.006045861,0.003009405),(0.01702628,0.00609522,0.003292702),(0.01679855,0.005918602,0.003589566),(0.01710235,0.005979439,0.003874807),(0.01688988,0.005801825,0.004160013),(0.01734367,0.006137059,0.003570189),(0.01741867,0.006029604,0.004153529),(0.01766703,0.006172792,0.003844159),(0.01719275,0.005872031,0.004447676),(0.01673772,0.005602876,0.004413877),(0.01701919,0.005691805,0.004714726),(0.01693581,0.006204681,0.00270754),(0.01716045,0.006346572,0.002397715),(0.01748703,0.006379416,0.002671054),(0.01725802,0.006242108,0.002984269),(0.01738051,0.006493795,0.002087823),(0.01758737,0.006668603,0.001785759),(0.01790991,0.006705882,0.002057416),(0.01770657,0.006527291,0.002359841),(0.01802827,0.006567285,0.00263433),(0.01781251,0.006413658,0.002944234),(0.01822375,0.006754228,0.002334098),(0.01852331,0.00682105,0.002619773),(0.01834222,0.00662033,0.002914588),(0.01813501,0.006454491,0.00322003),(0.01758235,0.006276025,0.003258093),(0.01790787,0.006309866,0.00353144),(0.01777239,0.006893254,0.001499418),(0.01793351,0.007161296,0.001229226),(0.01824434,0.007209026,0.001500637),(0.01809031,0.006935335,0.001770566),(0.01806864,0.007466276,0.0009756076),(0.01817573,0.007801739,0.0007389892),(0.01845963,0.007862604,0.001016939),(0.01836859,0.007520325,0.001248979),(0.01863623,0.007590435,0.001534404),(0.01853199,0.007272919,0.001781969),(0.01870153,0.007937241,0.001308726),(0.01888484,0.008027625,0.001617513),(0.01885681,0.007681783,0.001836699),(0.01878457,0.007359955,0.002078414),(0.01839308,0.006991812,0.002049256),(0.01867208,0.007070318,0.002340243),(0.01825268,0.008161235,0.0005197958),(0.01829984,0.008539799,0.0003190417),(0.01853322,0.008613653,0.000615817),(0.01851402,0.008229236,0.0008058654),(0.0183175,0.008932473,0.0001377411),(0.01830599,0.00933429,-2.309186e-5),(0.01847176,0.009409558,0.0002990277),(0.01851865,0.009009282,0.0004468517),(0.01865122,0.00908199,0.0007719651),(0.01870579,0.008690198,0.0009285205),(0.01856317,0.009474416,0.0006364234),(0.01857035,0.009512643,0.0009759197),(0.01870196,0.009137483,0.001103905),(0.01880191,0.008761146,0.001252546),(0.01872364,0.008306222,0.001107103),(0.01886471,0.008389303,0.001423272),(0.01826563,0.009740295,-0.0001624431),(0.01819919,0.01014906,-0.0002823815),(0.01828966,0.01020445,6.419727e-5),(0.01839397,0.00980791,0.0001724031),(0.01810945,0.01055916,-0.0003849759),(0.01799919,0.01096918,-0.0004722953),(0.01801888,0.01099257,-0.0001080805),(0.01816317,0.0105993,-2.837039e-5),(0.01814022,0.01061862,0.0003375107),(0.018302,0.01024119,0.0004222688),(0.01796519,0.01099415,0.0002635352),(0.01784664,0.01096652,0.0006264393),(0.01804432,0.01060572,0.0006953998),(0.01823511,0.01024459,0.0007746468),(0.01844488,0.0098603,0.0005208822),(0.01841259,0.009880955,0.0008671603),(0.01787117,0.01137768,-0.0005464086),(0.01772902,0.01178485,-0.0006078675),(0.01769399,0.01177568,-0.0002367853),(0.01786113,0.01138438,-0.0001777138),(0.01757632,0.01219086,-0.0006572238),(0.01741668,0.0125959,-0.0006950295),(0.01734775,0.01256055,-0.0003213038),(0.01752151,0.01216742,-0.0002848103),(0.01741144,0.01212458,9.298779e-5),(0.01759662,0.01174564,0.000139994),(0.01723127,0.01250765,5.753061e-5),(0.01709004,0.0124436,0.000437188),(0.01726633,0.01206615,0.0004688076),(0.01745377,0.01169518,0.000511791),(0.0177826,0.01136933,0.0001972697),(0.0176485,0.01132915,0.0005647856),(0.0172537,0.01300013,-0.0007218362),(0.01708862,0.0134037,-0.00073891),(0.01700913,0.01335357,-0.0003596486),(0.01717676,0.01295604,-0.000345781),(0.01692266,0.01380674,-0.0007475172),(0.01675705,0.01420939,-0.0007489238),(0.01668628,0.01415357,-0.000361182),(0.01684544,0.01375285,-0.0003643134),(0.01674401,0.01368737,2.21918e-5),(0.01689801,0.01328984,2.361757e-5),(0.01659781,0.01408812,2.913996e-5),(0.0165156,0.01402176,0.0004235195),(0.01664352,0.01361938,0.0004128849),(0.0167806,0.01322142,0.0004106615),(0.01706028,0.01289633,3.490218e-5),(0.01692878,0.0128291,0.0004182842),(0.01659302,0.01461177,-0.0007443958),(0.01643077,0.01501409,-0.0007344133),(0.01638274,0.01495843,-0.000336703),(0.01653223,0.01455544,-0.0003516611),(0.01627047,0.01541654,-0.0007194561),(0.01611233,0.01581932,-0.0007000042),(0.01609532,0.01576778,-0.0002942844),(0.01623729,0.01536255,-0.0003172601),(0.01619819,0.01530384,8.570105e-5),(0.01632616,0.01489663,6.22989e-5),(0.01607379,0.01571266,0.0001117791),(0.01605793,0.01565818,0.000518911),(0.01616782,0.0152461,0.0004905171),(0.01627954,0.01483566,0.0004640265),(0.01645895,0.0144913,4.297711e-5),(0.01639487,0.01442736,0.0004411304),(0.01595654,0.01622263,-0.0006765375),(0.01580383,0.01662695,-0.0006493566),(0.01581976,0.0165816,-0.0002405762),(0.01595631,0.01617411,-0.0002687284),(0.01565493,0.01703276,-0.0006187623),(0.01551058,0.01744056,-0.0005850552),(0.01555218,0.01740031,-0.0001764203),(0.01568521,0.01699031,-0.0002098121),(0.01570812,0.01694552,0.0001986901),(0.0158303,0.0165339,0.0001680119),(0.01558356,0.01735727,0.000231425),(0.01559766,0.01730958,0.0006383398),(0.01572006,0.01689783,0.0006068587),(0.01583616,0.01648482,0.0005767089),(0.01595167,0.01612281,0.0001391289),(0.01594808,0.01607134,0.0005475173),(0.01537153,0.01785081,-0.000548536),(0.01523652,0.01826287,-0.0005100557),(0.0152883,0.01822361,-0.0001025237),(0.0154202,0.01781164,-0.0001403847),(0.01510429,0.01867606,-0.0004704659),(0.01497362,0.01908972,-0.0004306175),(0.0150209,0.01904669,-2.459764e-5),(0.01515552,0.01863553,-6.365532e-5),(0.01518473,0.01858846,0.0003405502),(0.01532228,0.01817936,0.0003031026),(0.01504203,0.01899547,0.0003780736),(0.01502673,0.018932,0.0007750831),(0.01518112,0.01853091,0.0007405189),(0.01532792,0.01812653,0.0007057922),(0.01545509,0.01776876,0.0002664783),(0.01546686,0.01771929,0.0006715251),(0.01484324,0.01950319,-0.000391362),(0.01471166,0.01991589,-0.0003530996),(0.01474243,0.01986427,5.111477e-5),(0.0148835,0.01945639,1.383126e-5),(0.0145774,0.02032725,-0.0003162309),(0.01443897,0.0207367,-0.0002811563),(0.01444585,0.02067315,0.0001201789),(0.01459684,0.02026998,8.67362e-5),(0.01457978,0.02019972,0.0004835789),(0.01473976,0.01980121,0.0004503465),(0.01441362,0.02059516,0.0005138637),(0.01433809,0.02049977,0.0008943985),(0.01452048,0.02011322,0.0008696294),(0.01469619,0.0197231,0.0008407476),(0.01489378,0.01939975,0.0004149252),(0.01486501,0.01932938,0.0008088623),(0.01429486,0.02114366,-0.0002482762),(0.01414497,0.02154812,-0.0002175124),(0.01412444,0.02147044,0.0001785148),(0.01428861,0.02107342,0.0001509264),(0.01398915,0.02195007,-0.0001887865),(0.01382729,0.02234945,-0.0001620203),(0.0137728,0.02225327,0.0002223598),(0.01395272,0.02186384,0.0002024806),(0.01387223,0.02175898,0.0005780575),(0.01406101,0.02137564,0.0005622092),(0.01367358,0.02213658,0.0005868812),(0.01352966,0.02199615,0.0009225296),(0.01374645,0.02163248,0.0009298841),(0.0139525,0.02126089,0.0009263987),(0.01424108,0.02098742,0.0005404426),(0.01414924,0.02088282,0.0009139458),(0.01365927,0.02274628,-0.0001371354),(0.013482,0.02313787,-0.0001169176),(0.0133842,0.0230159,0.0002446355),(0.01358401,0.02263838,0.0002376888),(0.01329243,0.02352155,-0.0001041527),(0.01308749,0.02389465,-0.0001016264),(0.01294294,0.02373519,0.0002180543),(0.01317123,0.02338259,0.0002393681),(0.01300849,0.02321566,0.0005462061),(0.01324247,0.02286847,0.000575546),(0.01276124,0.02354561,0.0004949642),(0.01255184,0.02332318,0.0007181609),(0.01281069,0.02301727,0.0008050601),(0.01306068,0.0226919,0.0008648997),(0.01346391,0.02250759,0.0005875743),(0.0133007,0.02235041,0.0009024622),(0.01286409,0.02425449,-0.0001121243),(0.01262487,0.02459858,-0.0001399648),(0.01243883,0.02438727,0.000112471),(0.01269716,0.02407045,0.0001768623),(0.01237244,0.02492439,-0.0001894664),(0.01210942,0.02522941,-0.0002649472),(0.01190414,0.02496116,-9.919261e-5),(0.01217285,0.02468454,2.155973e-5),(0.01196033,0.02441255,0.0001753003),(0.0122309,0.02414362,0.0003112568),(0.0116945,0.02466202,7.614288e-6),(0.01149772,0.02433642,5.471436e-5),(0.01175227,0.02411111,0.0002674399),(0.01201674,0.02386832,0.000449094),(0.01249996,0.02385478,0.0004172296),(0.01228523,0.02360627,0.0005994199),(0.01183841,0.02551114,-0.0003707258),(0.01156197,0.02577098,-0.0005053374),(0.01137153,0.02545121,-0.0004345367),(0.01163761,0.02521602,-0.0002531068),(0.01128264,0.02601033,-0.0006673174),(0.01100297,0.02623061,-0.0008552016),(0.01083378,0.02587096,-0.0008573575),(0.01110416,0.02566883,-0.0006378356),(0.01093785,0.02530604,-0.0006560201),(0.01118955,0.02510633,-0.0004181144),(0.01067829,0.02549403,-0.0008971954),(0.01053857,0.02510522,-0.0009615999),(0.0107893,0.02492799,-0.0007112564),(0.01102613,0.02474242,-0.0004489071),(0.01143967,0.02489247,-0.0001935468),(0.01125897,0.02454605,-0.0001888258),(0.01072551,0.02643321,-0.001067525),(0.01044756,0.02662477,-0.001280748),(0.01027909,0.02624103,-0.001304441),(0.01055865,0.02605968,-0.001087456),(0.01016642,0.02681191,-0.001471332),(0.009879386,0.02700124,-0.001615738),(0.009708021,0.02660562,-0.001604318),(0.009995441,0.026421,-0.001484625),(0.009833951,0.02602347,-0.001493228),(0.01012152,0.02584745,-0.001337475),(0.009546667,0.02620607,-0.001577157),(0.009400378,0.02580359,-0.001524385),(0.009684675,0.02562088,-0.001484637),(0.009975987,0.02544681,-0.00136587),(0.01040457,0.02567274,-0.001131572),(0.01026404,0.02527654,-0.001185665),(0.009583771,0.02719942,-0.001690425),(0.009290895,0.02740666,-0.001698325),(0.009135245,0.02700724,-0.001600524),(0.009417162,0.02680089,-0.001639831),(0.009012079,0.0276232,-0.001642366),(0.008758643,0.02784928,-0.001525479),(0.008647776,0.02745498,-0.001334877),(0.008874657,0.02722513,-0.001495753),(0.008763091,0.02682809,-0.001327047),(0.008999328,0.02660764,-0.001479292),(0.008567686,0.02706261,-0.001125628),(0.008528323,0.02667562,-0.0009017351),(0.008688106,0.02643518,-0.001137776),(0.008892861,0.02621012,-0.001332521),(0.009264491,0.02640055,-0.001567587),(0.009133363,0.02599979,-0.001467535),(0.008541911,0.02808512,-0.001350592),(0.00836405,0.02833194,-0.00113171),(0.008329181,0.02795156,-0.0008847103),(0.008466991,0.02769721,-0.001127255),(0.008227224,0.02859094,-0.0008828363),(0.008133607,0.02886332,-0.0006179732),(0.008170028,0.02849539,-0.0003421488),(0.008231233,0.02821771,-0.0006190669),(0.00826438,0.027847,-0.0003506641),(0.008326716,0.02757411,-0.0006285146),(0.008229623,0.02812863,-6.518045e-5),(0.008305538,0.02776118,0.0002113432),(0.008323926,0.02747843,-8.032323e-5),(0.008358805,0.02720085,-0.0003670386),(0.008425024,0.02731197,-0.0008898099),(0.008422747,0.02693204,-0.0006428325),(0.008085363,0.0291503,-0.0003511246),(0.008055594,0.02944246,-8.494351e-5),(0.008121898,0.02907453,0.0002055874),(0.008142449,0.02878431,-6.577951e-5),(0.008017403,0.02973042,0.0001779176),(0.00794389,0.03000477,0.0004348057),(0.007995477,0.02961919,0.0007155006),(0.008081774,0.02935614,0.0004674985),(0.008141887,0.02897457,0.0007531103),(0.008193037,0.02870221,0.0004943133),(0.008035953,0.02922424,0.0009877982),(0.008059875,0.02881798,0.001249232),(0.008189364,0.02858289,0.001032794),(0.008259386,0.0283224,0.0007797603),(0.008214063,0.02841697,0.0002190142),(0.008291066,0.0280455,0.0005019906),(0.007808161,0.03025611,0.000683068),(0.007620318,0.03048105,0.0008994961),(0.007621773,0.0300597,0.001134586),(0.007836406,0.02985376,0.0009451401),(0.00739047,0.03067623,0.001060881),(0.007128721,0.03083825,0.001144015),(0.007094653,0.03038507,0.001305579),(0.007368784,0.03023686,0.00126201),(0.007333718,0.02978869,0.001428154),(0.007608812,0.02962876,0.001343674),(0.007048349,0.0299238,0.001425858),(0.007000848,0.02945968,0.001505823),(0.007293785,0.02933502,0.001557975),(0.007585596,0.02918953,0.001524286),(0.007850576,0.02944146,0.001190771),(0.007849789,0.02901869,0.001417217),(0.006845177,0.03096374,0.001125688),(0.006542268,0.03105586,0.001053873),(0.006531204,0.03059526,0.001129379),(0.006816585,0.03050418,0.001243463),(0.006222428,0.0311178,0.0009765407),(0.005888083,0.03115274,0.0009416633),(0.005924973,0.03069758,0.0009601769),(0.006235125,0.03065937,0.001017045),(0.006234233,0.03019242,0.001020033),(0.006507284,0.03012646,0.001163835),(0.005947931,0.03023375,0.000944986),(0.005958902,0.02977021,0.0009120529),(0.006224684,0.02972575,0.0009986922),(0.006478681,0.02965752,0.001166393),(0.006775765,0.03003666,0.001318431),(0.006733274,0.029568,0.001355366),(0.005541668,0.03116385,0.0009972122),(0.00518454,0.03115367,0.001115883),(0.005254378,0.03070261,0.00114074),(0.005597366,0.03071095,0.001012492),(0.004818058,0.03112476,0.001270371),(0.004443583,0.03107964,0.001433372),(0.004530579,0.03063343,0.001492042),(0.004898089,0.03067573,0.001311673),(0.00496711,0.03021891,0.00132223),(0.005311958,0.03024358,0.001135565),(0.004607569,0.03017906,0.00151717),(0.004673867,0.02972258,0.001520776),(0.005024453,0.02976087,0.001315947),(0.005356808,0.02978405,0.001116002),(0.005639703,0.03024967,0.0009966569),(0.00566895,0.0297884,0.0009662632),(0.004062473,0.03102089,0.001577581),(0.0036756,0.03095206,0.001707196),(0.004153923,0.03057886,0.001648596),(0.003769447,0.03051433,0.001786329),(0.003283833,0.03087672,0.001826414),(0.002888043,0.03079847,0.001939431),(0.003378476,0.03044217,0.001910231),(0.002982336,0.03036468,0.002025293),(0.003853644,0.03006572,0.001820328),(0.003463245,0.02999549,0.001942326),(0.003066549,0.02991841,0.002053794),(0.003536456,0.02954448,0.001931519),(0.003138663,0.02946831,0.002032915),(0.003926899,0.0296131,0.001818843),(0.00423575,0.03012745,0.001680905),(0.004307026,0.0296729,0.001685168),(0.002489103,0.03072088,0.002050445),(0.002088997,0.03064116,0.002149506),(0.002582351,0.03028417,0.002136506),(0.002180495,0.03020025,0.002234085),(0.001689716,0.03055654,0.002226662),(0.001293245,0.03046424,0.002271963),(0.001778743,0.0301125,0.002308243),(0.001379068,0.03002051,0.002349194),(0.002262123,0.02974987,0.002256046),(0.001858161,0.02966107,0.002327313),(0.001455542,0.02957099,0.002365662),(0.001925867,0.02921175,0.002289288),(0.001520853,0.02912475,0.002326763),(0.002331652,0.02929958,0.002221413),(0.002665547,0.0298361,0.00216162),(0.00273649,0.02938589,0.002132751),(0.000901575,0.03036147,0.002275458),(0.0005351272,0.03025753,0.002273604),(0.0009834446,0.02992387,0.002347151),(0.0006157029,0.0298297,0.002339926),(0.000214325,0.03016167,0.002302858),(-4.040859e-5,0.03008318,0.002399676),(0.000299672,0.02974509,0.002365328),(5.918137e-5,0.02967717,0.002461171),(0.0006870967,0.02939618,0.002352689),(0.0003754951,0.02932184,0.002378092),(0.0001484576,0.02926316,0.002475902),(0.0004408539,0.02889773,0.002349666),(0.0002259729,0.02884567,0.002452923),(0.0007483149,0.02896405,0.002319313),(0.00105615,0.02948096,0.002361333),(0.001118325,0.02904096,0.002324225),(-0.0002086506,0.03003133,0.002600516),(-0.0003264137,0.02998181,0.00285625),(-8.193964e-5,0.02963304,0.002665264),(-0.0001662542,0.02958992,0.00292979),(-0.0004297106,0.0299103,0.003117751),(-0.000554554,0.02979246,0.003335892),(-0.0002363259,0.02952503,0.003206931),(-0.0003347177,0.0294156,0.003448868),(-1.883161e-5,0.02918736,0.00295835),(-5.557039e-5,0.02912835,0.003252021),(-0.0001253635,0.02902734,0.003520011),(0.0001073661,0.02872198,0.003258038),(6.848481e-5,0.02862889,0.003551598),(0.0001116363,0.0287766,0.002949087),(3.309652e-5,0.02922531,0.002684483),(0.0001337028,0.02881156,0.002666722),(-0.0007369565,0.02960398,0.003461543),(-0.0009514355,0.02936037,0.003504077),(-0.0005039933,0.02923884,0.003607786),(-0.0007146921,0.02900883,0.003686997),(-0.001172509,0.02907717,0.003472862),(-0.001374694,0.02876988,0.003377269),(-0.0009373535,0.02873959,0.003689819),(-0.001142518,0.0284452,0.003619569),(-0.0004773496,0.02864861,0.0038392),(-0.0006965554,0.02839519,0.003883796),(-0.0009025782,0.02811526,0.003847326),(-0.0004470079,0.02804477,0.004047834),(-0.0006490712,0.02778081,0.004051577),(-0.0002395174,0.02828058,0.003956553),(-0.0002764544,0.02886337,0.003716838),(-5.741471e-5,0.02847852,0.003787788),(-0.001532509,0.02845403,0.003226667),(-0.001664668,0.02813215,0.003043726),(-0.001300723,0.02813969,0.003479559),(-0.001430064,0.02782569,0.003294171),(-0.001789887,0.02780675,0.002851117),(-0.001926879,0.02748036,0.002671509),(-0.001548632,0.02750582,0.003087783),(-0.00167452,0.02718267,0.002884776),(-0.001196003,0.02751537,0.00354705),(-0.001314224,0.02720145,0.003334779),(-0.001433997,0.02688224,0.003115444),(-0.001080007,0.02689344,0.00358348),(-0.001200402,0.02657852,0.003356206),(-0.0009550204,0.02720133,0.00379284),(-0.001063924,0.02782098,0.003726488),(-0.0008148919,0.02749839,0.003957726),(-0.002094361,0.02715552,0.002527572),(-0.002283584,0.02683609,0.00243103),(-0.001825821,0.02685889,0.002709528),(-0.001997689,0.02653834,0.002575997),(-0.002485803,0.02652591,0.002393603),(-0.00269227,0.02622887,0.002427015),(-0.002185281,0.0262249,0.002498135),(-0.00238375,0.02592245,0.0024899),(-0.001724492,0.02624049,0.002748398),(-0.001895346,0.02592487,0.002631715),(-0.002083357,0.02561733,0.002580276),(-0.001618155,0.02562546,0.002792213),(-0.001793611,0.02531414,0.002698448),(-0.001464271,0.02594179,0.002944086),(-0.001570731,0.02656077,0.002914813),(-0.001326755,0.02626039,0.003137579),(-0.002894239,0.02594881,0.002542988),(-0.003087714,0.02568217,0.002724276),(-0.002588251,0.02563486,0.002565248),(-0.002789686,0.02536134,0.002711021),(-0.003268701,0.02542537,0.002953636),(-0.003433207,0.02517487,0.003213822),(-0.002978955,0.02510107,0.002914064),(-0.003146959,0.02485326,0.003161219),(-0.002496995,0.02503897,0.0027116),(-0.002694516,0.02477222,0.002878216),(-0.002867098,0.02452315,0.00310137),(-0.002410495,0.0244445,0.002855105),(-0.002587844,0.02419088,0.0030453),(-0.002207316,0.02471921,0.002732296),(-0.002288591,0.02532136,0.002609595),(-0.001995843,0.02501057,0.002679276),(-0.003577234,0.02492707,0.003487588),(-0.003706454,0.02467446,0.003760374),(-0.003284601,0.02461711,0.003439333),(-0.003401475,0.02438298,0.003730994),(-0.003826531,0.02440952,0.004017618),(-0.003943138,0.0241247,0.004244758),(-0.003507177,0.02414124,0.004018792),(-0.003611308,0.02388225,0.004285322),(-0.003107534,0.02407328,0.003673395),(-0.003199879,0.02385071,0.003982918),(-0.003289969,0.02361519,0.004281882),(-0.002909362,0.02353988,0.003920537),(-0.002987745,0.02332327,0.004242796),(-0.002824861,0.02374944,0.003599327),(-0.003000689,0.0242938,0.003372987),(-0.002721828,0.02396282,0.003300478),(-0.004061941,0.0238125,0.004427234),(-0.004176589,0.02347657,0.004566099),(-0.003723461,0.02359638,0.004513171),(-0.003837306,0.02328573,0.004700151),(-0.004280732,0.02312055,0.004662409),(-0.004368016,0.02274811,0.004717217),(-0.003946511,0.02295238,0.004844074),(-0.004044744,0.02259845,0.004942751),(-0.003495437,0.02307253,0.00478362),(-0.003601455,0.02276514,0.004975414),(-0.00370342,0.02243354,0.005120507),(-0.003256034,0.02255433,0.005054642),(-0.003352633,0.02224863,0.005245815),(-0.003162244,0.0228334,0.004818188),(-0.003390048,0.02335584,0.004550613),(-0.003072427,0.02308874,0.004544793),(-0.004432091,0.0223629,0.004731578),(-0.004478246,0.02196774,0.004714148),(-0.004125673,0.022226,0.004993994),(-0.004191464,0.02183915,0.005006297),(-0.004511767,0.02156544,0.004673582),(-0.004537943,0.02115881,0.004618536),(-0.004244284,0.02144195,0.004988155),(-0.004286295,0.0210385,0.004948066),(-0.003879768,0.02170248,0.005261587),(-0.003951394,0.02131333,0.005272527),(-0.004010151,0.02091529,0.0052537),(-0.003633295,0.0211773,0.005519555),(-0.003707951,0.02078794,0.005529164),(-0.003546019,0.02155437,0.005472785),(-0.00379665,0.0220776,0.005213405),(-0.00345088,0.0219134,0.005383367),(-0.004562063,0.02075068,0.004557666),(-0.00458641,0.02034106,0.004494239),(-0.004319667,0.02063288,0.004894523),(-0.004348732,0.02022531,0.004833144),(-0.004613264,0.01992998,0.004431521),(-0.004644914,0.01951746,0.004372776),(-0.004377824,0.019816,0.004769544),(-0.004411277,0.01940518,0.004709341),(-0.004090738,0.02010866,0.005157101),(-0.004124209,0.01970135,0.005095191),(-0.004160893,0.01929223,0.005034779),(-0.003852422,0.01958594,0.005407163),(-0.003894702,0.01917854,0.005348903),(-0.003811328,0.01999089,0.005463162),(-0.004054659,0.02051352,0.005212582),(-0.003765233,0.02039201,0.005507098),(-0.004683639,0.01910351,0.004321273),(-0.004723953,0.01868884,0.004273808),(-0.004453427,0.01899305,0.00465815),(-0.004498596,0.01858017,0.004612503),(-0.004760366,0.01827413,0.004227176),(-0.004787392,0.0178601,0.004178178),(-0.004541113,0.01816711,0.004568932),(-0.0045753,0.01775442,0.004523968),(-0.004256229,0.01847091,0.004939229),(-0.004304617,0.01805958,0.004898054),(-0.00434664,0.01764838,0.004857252),(-0.004051179,0.01795133,0.005213401),(-0.004101052,0.01754195,0.005176328),(-0.003997729,0.01836083,0.00525352),(-0.004206611,0.01888194,0.004983798),(-0.003944354,0.01877003,0.005298189),(-0.004799542,0.01744744,0.004123608),(-0.004799154,0.01703612,0.004064698),(-0.004595486,0.01734265,0.004474143),(-0.004602033,0.01693209,0.00441958),(-0.004788565,0.01662611,0.004002683),(-0.004770116,0.0162174,0.003938796),(-0.004595308,0.01652303,0.004360408),(-0.004575674,0.01611573,0.004296751),(-0.004394001,0.01682821,0.004766201),(-0.004394942,0.01642032,0.004712912),(-0.004377795,0.01601463,0.004652423),(-0.00418624,0.01631933,0.005059166),(-0.004175594,0.01591571,0.00500543),(-0.004173853,0.01672532,0.00510302),(-0.004377167,0.01723774,0.004813808),(-0.0041437,0.01713307,0.005140805),(-0.004746144,0.01580996,0.003874268),(-0.004727053,0.015404,0.003815483),(-0.004543498,0.0157105,0.004228733),(-0.004511939,0.01530707,0.004164017),(-0.004723246,0.01499975,0.003768823),(-0.004745129,0.01459741,0.00374067),(-0.004494158,0.01490517,0.004110262),(-0.004503314,0.01450456,0.004075129),(-0.004298417,0.01521071,0.00451415),(-0.004267743,0.01481097,0.004454084),(-0.004264115,0.01441173,0.004411878),(-0.004046093,0.01471831,0.004801903),(-0.004030631,0.0143199,0.004753141),(-0.004087451,0.01511633,0.004866843),(-0.00434036,0.01561168,0.004583217),(-0.004136642,0.01551509,0.004938004),(-0.004803106,0.01419722,0.003737407),(-0.00488599,0.01379829,0.003751532),(-0.004552567,0.01410497,0.004066278),(-0.004631086,0.01370623,0.004076843),(-0.004982593,0.01339979,0.003775542),(-0.005081728,0.01300084,0.003801938),(-0.004728036,0.0133082,0.004099958),(-0.004832584,0.01291071,0.004128758),(-0.004375572,0.01361314,0.004401918),(-0.004471138,0.01321521,0.004422756),(-0.004580243,0.01281912,0.004453201),(-0.004215546,0.01312199,0.004746965),(-0.004327211,0.01272722,0.004777702),(-0.004123479,0.01352011,0.004729844),(-0.004303312,0.01401222,0.00439639),(-0.004059135,0.01391996,0.004730512),(-0.005172209,0.01260058,0.003823216),(-0.005255359,0.01219892,0.003839376),(-0.004933897,0.01251359,0.004156376),(-0.005030109,0.01211591,0.004181067),(-0.0053325,0.0117958,0.003850419),(-0.005404954,0.01139112,0.003856341),(-0.005119357,0.01171671,0.004201085),(-0.005199772,0.01131506,0.004214686),(-0.004804465,0.01203266,0.004522135),(-0.004908901,0.01163845,0.004553298),(-0.005001102,0.01124103,0.004577371),(-0.004697235,0.01156124,0.004904942),(-0.004804066,0.01116911,0.004941009),(-0.004576512,0.01194972,0.004862098),(-0.004693133,0.01242558,0.004487549),(-0.004450351,0.01233742,0.004817882),(-0.005474046,0.0109848,0.003857143),(-0.005550903,0.0105828,0.003860821),(-0.00526949,0.01091001,0.004220121),(-0.005343779,0.0105095,0.004226568),(-0.005646652,0.01019107,0.003875372),(-0.005772425,0.009815553,0.003908792),(-0.005437911,0.01012147,0.004243203),(-0.005567152,0.009753865,0.0042792),(-0.005151651,0.01044056,0.00460307),(-0.005247733,0.01005707,0.004624306),(-0.005382843,0.009697772,0.004664204),(-0.005075153,0.009998254,0.005014859),(-0.005219623,0.009647032,0.005060333),(-0.004971853,0.01037645,0.004986275),(-0.00507573,0.01083848,0.004590694),(-0.004888548,0.01077046,0.004964889),(-0.005939349,0.009462206,0.003969077),(-0.006142499,0.00913209,0.004051525),(-0.005746772,0.009414626,0.004343736),(-0.005969299,0.009103808,0.004431042),(-0.006376951,0.008826279,0.004151431),(-0.006637782,0.008545833,0.004264096),(-0.006227258,0.008821457,0.004535354),(-0.00651318,0.008567626,0.004650902),(-0.005816913,0.00907985,0.004823038),(-0.006096208,0.008818815,0.004929236),(-0.006403899,0.008588121,0.005044797),(-0.005980702,0.00881173,0.005330541),(-0.006304974,0.008597339,0.005443778),(-0.005683991,0.009056395,0.005224602),(-0.005575847,0.009372433,0.004732571),(-0.005426433,0.009333953,0.00513239),(-0.006920064,0.00829182,0.004384814),(-0.007223566,0.00807128,0.004506653),(-0.006819589,0.008342366,0.004771921),(-0.007145219,0.008148864,0.004892359),(-0.00754805,0.00789125,0.00462268),(-0.007893281,0.007758767,0.004725962),(-0.007488805,0.007990302,0.005006169),(-0.007849081,0.007869871,0.005107299),(-0.007073103,0.008213851,0.005280223),(-0.007430892,0.008069698,0.00539073),(-0.007801646,0.007953814,0.005490199),(-0.007365931,0.008110789,0.005775972),(-0.007742576,0.007993098,0.005873574),(-0.006999504,0.008249184,0.005669682),(-0.006730152,0.008386563,0.005163352),(-0.006645214,0.008410593,0.005557889),(-0.008259024,0.007680873,0.004809566),(-0.008639788,0.007637052,0.004878809),(-0.008224782,0.007790755,0.005189701),(-0.008611111,0.007735621,0.005258117),(-0.009030086,0.007606795,0.004939008),(-0.00942443,0.007569585,0.00499548),(-0.009003279,0.007687137,0.005317296),(-0.00939649,0.007627971,0.00537198),(-0.008572402,0.007792531,0.005645395),(-0.008964277,0.007720186,0.005707956),(-0.009355064,0.007635413,0.00576505),(-0.008908399,0.007709673,0.006102779),(-0.009297353,0.00760452,0.006164369),(-0.008517295,0.007802709,0.00603506),(-0.008183504,0.007865916,0.005573947),(-0.008127527,0.007893793,0.005959298),(-0.009817332,0.007504913,0.005053542),(-0.01021004,0.007426386,0.005112507),(-0.009785949,0.007540786,0.005426917),(-0.01017384,0.007441922,0.005482691),(-0.0106038,0.007347611,0.005171689),(-0.01099986,0.007282197,0.0052304),(-0.01056233,0.007347712,0.00553989),(-0.01095361,0.007274488,0.005599098),(-0.010124,0.007406448,0.005874799),(-0.01050781,0.007298824,0.00593089),(-0.01089496,0.007220156,0.005990083),(-0.01044283,0.007231132,0.006333726),(-0.01082788,0.007150512,0.00639326),(-0.01006146,0.007346305,0.006277376),(-0.009740693,0.007524738,0.005820091),(-0.009680672,0.007477082,0.006221747),(-0.01139947,0.007243753,0.005287956),(-0.01180066,0.007217595,0.005345424),(-0.01134985,0.007238589,0.005660904),(-0.011749,0.00722217,0.005724896),(-0.01220147,0.007189044,0.005403879),(-0.01259993,0.007143414,0.005464393),(-0.01214899,0.007207386,0.005790668),(-0.01254778,0.007176399,0.005857805),(-0.01168572,0.007183912,0.006121597),(-0.01208529,0.007185102,0.006191255),(-0.01248496,0.007171671,0.006261734),(-0.01201628,0.007141868,0.006598836),(-0.01241726,0.00714358,0.006670578),(-0.01161647,0.007127824,0.006527547),(-0.01128827,0.007188724,0.006054097),(-0.01121972,0.00712339,0.006458445),(-0.01299407,0.007066026,0.005528035),(-0.01338642,0.006974728,0.005592447),(-0.0129433,0.00711136,0.005925905),(-0.01333757,0.007030938,0.005993159),(-0.01377948,0.006887366,0.005655271),(-0.01417577,0.00682179,0.005714146),(-0.01373261,0.006953798,0.006057767),(-0.01413041,0.0068986,0.006117925),(-0.01327986,0.007057887,0.006399892),(-0.01367772,0.006995101,0.00646502),(-0.01407763,0.006953433,0.006525809),(-0.01361851,0.007015679,0.006874623),(-0.01402043,0.006989213,0.006935975),(-0.01321776,0.007062332,0.006809352),(-0.01288271,0.007123005,0.006331705),(-0.01281754,0.007111016,0.006741044),(-0.01457781,0.006795848,0.005766715),(-0.01498065,0.006785789,0.005818408),(-0.014533,0.006884013,0.006171833),(-0.01493595,0.006885469,0.006224518),(-0.01537933,0.00676786,0.005874655),(-0.01576889,0.00671831,0.005940883),(-0.01533481,0.006878403,0.00628101),(-0.01572516,0.006838247,0.00634634),(-0.01488386,0.006965103,0.006634938),(-0.01528286,0.006969028,0.006692039),(-0.01567424,0.006938741,0.006756672),(-0.01522565,0.007041797,0.007105921),(-0.01561789,0.007021598,0.007170088),(-0.01482679,0.007026788,0.007047958),(-0.0144809,0.006951669,0.006580988),(-0.01442412,0.007001089,0.006992532),(-0.01614438,0.006613388,0.006022525),(-0.01651121,0.006470289,0.006113766),(-0.01610257,0.006740436,0.006425538),(-0.01647163,0.006601642,0.00651367),(-0.01687476,0.006306211,0.006208794),(-0.01724046,0.006138347,0.006301797),(-0.01683693,0.006438544,0.006605804),(-0.01720305,0.006267811,0.006697009),(-0.01642677,0.006717437,0.006917711),(-0.0167952,0.006558462,0.007006172),(-0.01716327,0.006388633,0.007094628),(-0.01674918,0.006664879,0.007409484),(-0.01712031,0.006499123,0.007494645),(-0.0163769,0.006817582,0.007324949),(-0.01605433,0.006849537,0.006833221),(-0.01600073,0.006941674,0.007244124),(-0.01761371,0.005983894,0.006386961),(-0.01799398,0.00584426,0.006465103),(-0.01795165,0.005955813,0.006862052),(-0.01757458,0.006106121,0.006782353),(-0.01838075,0.00572085,0.006537037),(-0.01877349,0.005615074,0.006603582),(-0.01872287,0.005698715,0.007005395),(-0.01833438,0.005819231,0.006936326),(-0.01828977,0.005921477,0.007335015),(-0.01790988,0.006067309,0.007259329),(-0.01867495,0.005789305,0.007405882),(-0.01863082,0.005889072,0.00780466),(-0.01824733,0.006028051,0.007732969),(-0.01786841,0.006177915,0.007656998),(-0.0175346,0.006223972,0.007179107),(-0.01749306,0.00633587,0.007577353),(-0.01917167,0.005528335,0.006665554),(-0.01957413,0.005456063,0.006723937),(-0.01951637,0.005509113,0.007129572),(-0.01911725,0.005596604,0.007069477),(-0.01997969,0.005393681,0.006779715),(-0.0203872,0.005336616,0.006833873),(-0.02032418,0.005362859,0.007241801),(-0.01991907,0.005432461,0.00718668),(-0.01986174,0.0054802,0.00759178),(-0.01946204,0.005571551,0.007533295),(-0.02026405,0.005396684,0.007648078),(-0.02020959,0.005448147,0.00805178),(-0.01981033,0.005545488,0.007994091),(-0.01941339,0.005649968,0.007934293),(-0.01906607,0.005673624,0.007471652),(-0.01901987,0.00576377,0.007871458),(-0.02079547,0.005280293,0.006887396),(-0.02120432,0.005224526,0.006940441),(-0.02113788,0.005232637,0.007349328),(-0.02073055,0.005296524,0.007295934),(-0.02161357,0.00516913,0.006993169),(-0.022023,0.005113921,0.007045738),(-0.0219541,0.005108947,0.007454881),(-0.02154583,0.005170383,0.007402227),(-0.02147846,0.005170886,0.007810894),(-0.02107278,0.005243264,0.007757332),(-0.02188451,0.005099746,0.007864153),(-0.02181609,0.005096006,0.008273668),(-0.02141368,0.00518094,0.008218935),(-0.02101158,0.005267114,0.008163907),(-0.02066785,0.005318118,0.007703162),(-0.02061011,0.00535577,0.008108287),(0.01094974,0.002240581,0.007324539),(0.01071211,0.001916913,0.007473152),(0.01119692,0.002553621,0.007181886),(0.01111603,0.002721474,0.007461668),(0.01083449,0.002417234,0.007576577),(0.01056101,0.002101544,0.007696586),(0.01146319,0.002845405,0.00705116),(0.01175811,0.003105305,0.006938322),(0.01173549,0.003249793,0.007267555),(0.01141368,0.003002811,0.007356961),(0.0114113,0.003112137,0.007704032),(0.0110921,0.002844659,0.007787887),(0.01175034,0.003345192,0.007632586),(0.01144996,0.003161913,0.008070706),(0.01179525,0.00338728,0.008014822),(0.01112161,0.002903383,0.008135892),(0.01078615,0.002554233,0.007880011),(0.01048681,0.002252333,0.007976271),(0.01080456,0.002622743,0.008207277),(0.01049315,0.002331049,0.008281765),(0.01209122,0.003322694,0.006849332),(0.01245477,0.003495496,0.006780834),(0.01208951,0.00345097,0.007198554),(0.01246876,0.003605765,0.007146733),(0.01284098,0.003621637,0.006729465),(0.01324212,0.003699041,0.006691869),(0.0128662,0.003713603,0.007108876),(0.01327485,0.003773909,0.007081758),(0.01250199,0.003673411,0.007536571),(0.01290284,0.003768167,0.007506502),(0.01331254,0.003816417,0.007484726),(0.0129469,0.003793455,0.007913059),(0.01335292,0.003835027,0.007893993),(0.01254866,0.003704204,0.007938131),(0.01211587,0.003532351,0.007577683),(0.01216312,0.003568428,0.007971342),(0.01365041,0.003725634,0.006664681),(0.01406184,0.003706465,0.006646356),(0.0136877,0.003786106,0.007062157),(0.01410158,0.003755718,0.00704894),(0.01447239,0.00364658,0.006635347),(0.01487803,0.003551027,0.006630102),(0.01451334,0.003688267,0.007040967),(0.01491983,0.003589275,0.007037103),(0.01413832,0.003779122,0.007457013),(0.01454929,0.003706255,0.007449521),(0.01495558,0.003605693,0.007445232),(0.01457966,0.003699654,0.007858613),(0.01498452,0.003595254,0.007852891),(0.01417139,0.003779901,0.00786713),(0.01372522,0.003817955,0.007468489),(0.01376178,0.003827767,0.007878804),(0.01527475,0.003424856,0.006629074),(0.01566714,0.003281611,0.006628933),(0.01531789,0.003464265,0.007036208),(0.01571148,0.003324241,0.007035526),(0.01605979,0.00313484,0.006626355),(0.01645729,0.002998089,0.00661801),(0.01610454,0.003180205,0.007032299),(0.01650102,0.003043159,0.007023769),(0.01574951,0.003348826,0.007441565),(0.01614323,0.003209181,0.007437464),(0.01653886,0.003073168,0.0074287),(0.01617426,0.003208927,0.007841728),(0.01656937,0.003074485,0.007832822),(0.01577977,0.003344277,0.007846605),(0.01535464,0.003483773,0.007443367),(0.01538388,0.003474924,0.007849609),(0.01686423,0.002884903,0.006600569),(0.0172776,0.002796346,0.006571774),(0.01690487,0.002924104,0.007007178),(0.01731446,0.002826101,0.006980225),(0.0176944,0.002733478,0.006529364),(0.01811161,0.00269736,0.006471084),(0.01814437,0.002705476,0.006886048),(0.01772818,0.002752206,0.006940616),(0.0177548,0.002758066,0.007350874),(0.01734481,0.002842318,0.007387754),(0.01816926,0.00270165,0.007299928),(0.01818752,0.002677129,0.007711883),(0.01777515,0.002740368,0.007759609),(0.01736873,0.002832687,0.00779411),(0.01693944,0.002949117,0.007412913),(0.01696717,0.002946566,0.007817731),(0.01852625,0.002689056,0.00639467),(0.01890291,0.002723346,0.00630978),(0.01894231,0.002716976,0.006733859),(0.01856143,0.00268897,0.006814222),(0.01920623,0.002815013,0.00622607),(0.01940083,0.002978839,0.006153191),(0.01944745,0.002963678,0.006582365),(0.01924999,0.002803782,0.006653667),(0.01928378,0.002785183,0.007079978),(0.01897242,0.002701706,0.00715663),(0.0194834,0.002942297,0.00701046),(0.01950633,0.002912706,0.007436226),(0.01930643,0.002756024,0.007503662),(0.01899326,0.002672703,0.007576815),(0.01858803,0.002678362,0.007232561),(0.01860692,0.00265049,0.007648586),(0.01945134,0.003229605,0.006100803),(0.01937833,0.003523527,0.006063335),(0.01942257,0.003503654,0.006488258),(0.01949766,0.003210952,0.006528666),(0.01920241,0.003816817,0.00603522),(0.01894414,0.004065691,0.006010891),(0.01898439,0.004057547,0.006430052),(0.01924416,0.003799836,0.006456824),(0.01927542,0.00377889,0.006878492),(0.01945534,0.003478547,0.00691304),(0.01901675,0.004048183,0.006848953),(0.01903826,0.004036018,0.007266702),(0.01929223,0.003752617,0.007299628),(0.01947263,0.00344696,0.007336997),(0.01953263,0.003186551,0.006955922),(0.01955286,0.003155004,0.007381599),(0.01862411,0.004226361,0.005984779),(0.01827599,0.004339249,0.005950775),(0.01832397,0.004368471,0.00636857),(0.01866522,0.004234839,0.006403626),(0.01793345,0.004444781,0.00590277),(0.01763013,0.004583376,0.00583465),(0.01772439,0.004651783,0.006236677),(0.01799792,0.004495199,0.006315913),(0.01807061,0.00455889,0.006724661),(0.01837459,0.004406807,0.006783482),(0.01783103,0.004734654,0.00663319),(0.01795376,0.00483127,0.007020469),(0.01815499,0.004634454,0.00712542),(0.01842955,0.004452559,0.007192704),(0.01870323,0.004247031,0.006821098),(0.01873734,0.004261206,0.007235429),(0.01739972,0.004795459,0.005740307),(0.01724811,0.005050255,0.005615099),(0.01744385,0.005134373,0.005971043),(0.01754068,0.004874979,0.006121889),(0.01718119,0.005316994,0.00545439),(0.01720485,0.005564899,0.005253537),(0.01749904,0.005640101,0.005559156),(0.01743095,0.005399553,0.005783635),(0.01769212,0.005481935,0.006108529),(0.01765308,0.005223764,0.006321542),(0.01780142,0.005712397,0.005862168),(0.01810294,0.00578792,0.006165072),(0.01795857,0.005568068,0.006429828),(0.01787357,0.005320437,0.006665456),(0.01769563,0.004965474,0.006497623),(0.01786596,0.005067384,0.006864742),(0.017325,0.005763199,0.005007901),(0.01751479,0.005926231,0.004728942),(0.01784625,0.005975084,0.005008214),(0.01764517,0.005825602,0.005297105),(0.01774739,0.006068328,0.004428124),(0.01799595,0.006203829,0.004116902),(0.0180792,0.006107567,0.004703225),(0.01832092,0.006242078,0.004392872),(0.0184048,0.006159272,0.004983466),(0.01817738,0.00602925,0.005289888),(0.01863239,0.006299441,0.004676518),(0.01892085,0.00638783,0.004972294),(0.01871491,0.006235394,0.00527348),(0.01849841,0.006099392,0.005578361),(0.01796971,0.005887565,0.005586037),(0.01828865,0.005957631,0.005878406),(0.01823364,0.006347069,0.003806741),(0.01845261,0.006507101,0.003501218),(0.01875166,0.006578111,0.003790721),(0.01854831,0.006397637,0.004087893),(0.01864501,0.006692979,0.003203914),(0.01880299,0.006913758,0.002918408),(0.01904732,0.007029254,0.003229535),(0.01892124,0.006787362,0.003503791),(0.01915549,0.00690561,0.003815704),(0.01901847,0.006674142,0.004091464),(0.01924085,0.007164447,0.003552686),(0.01936813,0.007316243,0.003887393),(0.01933236,0.007049851,0.004141138),(0.01923937,0.006801815,0.004406371),(0.01884052,0.006471576,0.004378793),(0.01909893,0.006578888,0.004683341),(0.01891869,0.007178491,0.00264828),(0.01899021,0.007477108,0.00239516),(0.01914088,0.007610863,0.002726756),(0.01912018,0.007307651,0.002970387),(0.01901561,0.007799544,0.002160676),(0.018993,0.008135728,0.001946458),(0.01903011,0.008244976,0.002287673),(0.0191105,0.0079272,0.002499048),(0.01913935,0.008048235,0.002844522),(0.01922859,0.0077477,0.003067745),(0.0190003,0.008338791,0.002633265),(0.01890769,0.008400603,0.002975346),(0.01910001,0.00814613,0.00318981),(0.01924529,0.0078741,0.003412675),(0.01926382,0.007449124,0.003303583),(0.01933689,0.007594232,0.003644886),(0.01892044,0.008475592,0.001754135),(0.01880597,0.008818212,0.001583287),(0.01873306,0.008855208,0.001916653),(0.01890076,0.008552496,0.002093037),(0.01865761,0.009162663,0.001433496),(0.0184834,0.009508022,0.001304341),(0.01832497,0.009467942,0.001624687),(0.0185376,0.009158541,0.001760033),(0.01836136,0.009126134,0.002082813),(0.01859833,0.008865944,0.002248553),(0.0181177,0.009399792,0.00193996),(0.01788423,0.009310961,0.00225316),(0.01814831,0.009066454,0.002401131),(0.01841689,0.008844241,0.002574894),(0.01881563,0.00860743,0.002433323),(0.018675,0.008627799,0.002768337),(0.01829137,0.009853366,0.001195403),(0.01808786,0.01019999,0.001104145),(0.01788554,0.01012057,0.001420222),(0.01810576,0.009788848,0.001512128),(0.01787919,0.01054918,0.00102803),(0.01767171,0.01090225,0.0009645197),(0.01746422,0.01081367,0.001289845),(0.01766984,0.0104624,0.001346839),(0.01744125,0.01035876,0.001663266),(0.01765343,0.0100195,0.001732338),(0.01724798,0.01071307,0.001614486),(0.01704679,0.01061278,0.00195051),(0.01721842,0.01025163,0.00198875),(0.01741684,0.009909982,0.002049952),(0.01788031,0.009698714,0.001823852),(0.01763959,0.00959428,0.002137094),(0.01747176,0.01126048,0.0009110775),(0.01728231,0.01162475,0.0008679257),(0.01710139,0.01154221,0.001217131),(0.01727424,0.01117367,0.001247109),(0.01710634,0.01199591,0.0008352865),(0.01694684,0.01237484,0.0008133826),(0.01681296,0.01230415,0.001189449),(0.01694713,0.0119191,0.001198411),(0.01680433,0.01184095,0.001564168),(0.01693016,0.01145544,0.001568141),(0.01669971,0.01223432,0.001568723),(0.01661835,0.01216812,0.001954538),(0.01669358,0.01176668,0.001938543),(0.01678778,0.01137231,0.001929687),(0.01707782,0.01107906,0.001583845),(0.01690438,0.01098701,0.001932249),(0.01680679,0.0127624,0.0008024359),(0.01668221,0.01315723,0.0008012562),(0.01660341,0.01309674,0.001195417),(0.01670037,0.01269716,0.001188745),(0.01656914,0.01355796,0.0008086525),(0.01646362,0.01396321,0.0008234339),(0.01643259,0.01391003,0.001227357),(0.01651613,0.01350149,0.001208582),(0.01647977,0.01344838,0.001611762),(0.01654478,0.01303942,0.00159316),(0.01641326,0.01385976,0.001633763),(0.01639634,0.01380996,0.002041125),(0.01645534,0.01339702,0.002017278),(0.0165069,0.01298476,0.001994501),(0.01661564,0.01263427,0.0015786),(0.01655868,0.01257464,0.001973389),(0.01636168,0.01437163,0.0008444102),(0.01626138,0.01478248,0.000869914),(0.01625717,0.0147334,0.00127766),(0.01634686,0.01432095,0.00125086),(0.01616078,0.01519504,0.0008982783),(0.01605796,0.01560856,0.0009278358),(0.01605892,0.01555948,0.001335422),(0.01616177,0.01514653,0.001306324),(0.01615544,0.01509648,0.001711994),(0.01625237,0.0146847,0.001684961),(0.01604584,0.0155066,0.001738539),(0.01600376,0.01544561,0.002134054),(0.01612648,0.01504077,0.002112627),(0.01623245,0.01463266,0.002089518),(0.01633788,0.01427216,0.001658524),(0.01632222,0.01422212,0.002065444),(0.01595096,0.01602232,0.0009569197),(0.01583804,0.01643536,0.0009858154),(0.01582476,0.01638129,0.001390758),(0.01594685,0.01597139,0.001363523),(0.01571744,0.01684669,0.001014808),(0.0155874,0.01725535,0.001044184),(0.01554723,0.01719114,0.001443157),(0.01569183,0.0167882,0.001417259),(0.01563478,0.01671846,0.001808931),(0.01578513,0.01631841,0.001786963),(0.01547161,0.01711352,0.001829461),(0.01535497,0.01701907,0.002197295),(0.01553787,0.01663358,0.002184544),(0.01570796,0.01624251,0.002169857),(0.01592228,0.01591419,0.001763514),(0.01586376,0.01584636,0.002153078),(0.01544617,0.01766036,0.001074227),(0.01529468,0.01806159,0.001104514),(0.01522211,0.01798236,0.0014933),(0.01539016,0.01758913,0.001468585),(0.01513389,0.01845893,0.001134619),(0.01496473,0.01885222,0.001164118),(0.01485915,0.01875522,0.001539633),(0.01504461,0.018371,0.001517063),(0.01491486,0.01826562,0.001882065),(0.01510977,0.01788667,0.001866185),(0.01471313,0.01864006,0.001896084),(0.01452976,0.01850582,0.002227926),(0.01474622,0.01814127,0.002223837),(0.0149572,0.01777234,0.002217198),(0.01529598,0.01750278,0.001848598),(0.01516077,0.01739846,0.002208266),(0.01478815,0.01924136,0.001192585),(0.01460426,0.01962636,0.00121847),(0.01446866,0.01951077,0.001578351),(0.01466726,0.01913521,0.001560768),(0.01441319,0.02000725,0.00124022),(0.01421506,0.02038405,0.001256284),(0.01405025,0.02024792,0.001594392),(0.01426308,0.01988174,0.001590265),(0.01407529,0.01973663,0.001914677),(0.01429408,0.01937615,0.001915227),(0.01384935,0.0200913,0.001903595),(0.01361807,0.01991414,0.002178766),(0.01385498,0.01957187,0.002208371),(0.01408519,0.01922228,0.002223937),(0.01450644,0.01901044,0.001908084),(0.01430977,0.01886654,0.002229207),(0.01401,0.0207568,0.00126511),(0.01379678,0.02112329,0.001263911),(0.01360151,0.02096251,0.001569326),(0.01382991,0.02060913,0.001588616),(0.01357419,0.02148134,0.0012499),(0.01334104,0.02182873,0.00122029),(0.01311838,0.02163447,0.001475769),(0.01336452,0.02130525,0.001532914),(0.01312646,0.02110393,0.001773733),(0.01337438,0.0207782,0.001837224),(0.01287234,0.02141349,0.001684572),(0.01261357,0.02116595,0.001842306),(0.01286909,0.02087707,0.001967166),(0.01312306,0.02056998,0.002062182),(0.01361553,0.02043958,0.001879144),(0.01337341,0.02024792,0.002131376),(0.0130961,0.02216327,0.001172294),(0.01284274,0.02248251,0.001101783),(0.01260256,0.02224266,0.001285603),(0.01286257,0.02194732,0.001394283),(0.01258431,0.02278396,0.001004628),(0.01232419,0.02306517,0.0008767021),(0.01209195,0.02277623,0.0009752632),(0.01234386,0.02251935,0.00114688),(0.01210385,0.02222708,0.001233786),(0.01235408,0.02197473,0.001415769),(0.0118688,0.02246101,0.001018519),(0.01166841,0.02212415,0.001011146),(0.01187878,0.02191077,0.001267313),(0.01211122,0.02168108,0.00149169),(0.01261256,0.02170365,0.001565641),(0.01235855,0.02143338,0.001683584),(0.01206572,0.02332367,0.0007138755),(0.01181199,0.02356205,0.0005186841),(0.01162355,0.02323003,0.000529732),(0.01185232,0.02301216,0.0007679007),(0.01156606,0.0237829,0.0002936632),(0.01133101,0.02398879,4.13486e-5),(0.01119295,0.02362316,-1.926684e-5),(0.01140424,0.02343272,0.0002656965),(0.01126934,0.0230654,0.0001952659),(0.01145834,0.02287741,0.0004919432),(0.01108214,0.0232436,-0.0001139156),(0.01099715,0.02285418,-0.0002293816),(0.01116392,0.02268573,9.409762e-5),(0.01132322,0.02250941,0.0004150223),(0.01165589,0.02267687,0.0007687996),(0.01148731,0.02232295,0.0007238769),(0.0111099,0.02418229,-0.0002357244),(0.01089138,0.02436556,-0.0005197519),(0.01077964,0.02397762,-0.0006166651),(0.01098828,0.0238042,-0.0003202188),(0.0106641,0.02454073,-0.00079293),(0.01041668,0.02470992,-0.001037455),(0.01030817,0.02430861,-0.001114063),(0.01055647,0.02414518,-0.0008881114),(0.01046061,0.02374227,-0.0009838714),(0.01068524,0.02358046,-0.0007256634),(0.01020856,0.02390175,-0.00118073),(0.01011339,0.02348981,-0.001226756),(0.01037075,0.02333294,-0.00106728),(0.01060253,0.02317593,-0.0008327637),(0.01088993,0.02341476,-0.0004282851),(0.01081068,0.02301697,-0.0005458997),(0.01013779,0.02487528,-0.001235523),(0.009843609,0.02504189,-0.001375649),(0.009725909,0.02463399,-0.001363819),(0.01002419,0.02446968,-0.001274027),(0.009550347,0.02521482,-0.001446346),(0.009274205,0.02539917,-0.001436133),(0.009171966,0.02499467,-0.00131616),(0.009434704,0.02480712,-0.001379258),(0.009341484,0.0243996,-0.001284273),(0.009624399,0.02422443,-0.001327395),(0.009097477,0.02459194,-0.001168228),(0.009054556,0.02419285,-0.0009960984),(0.009274424,0.02399408,-0.001162292),(0.0095406,0.02381455,-0.001263384),(0.009921627,0.02406048,-0.001294059),(0.009828461,0.0236484,-0.001288499),(0.009031384,0.02560002,-0.001333521),(0.008825565,0.02581695,-0.001158102),(0.008792803,0.02542781,-0.0009605665),(0.008959082,0.02520223,-0.001170343),(0.008660425,0.02604955,-0.0009294656),(0.008539645,0.02629741,-0.0006672008),(0.008587062,0.025925,-0.0004241781),(0.008669877,0.0256694,-0.0007055916),(0.008706295,0.02529294,-0.0004696289),(0.00878994,0.02504236,-0.0007444427),(0.00865599,0.02555542,-0.0001748194),(0.008731842,0.02518565,7.872263e-5),(0.008759505,0.02491838,-0.0002250529),(0.008812345,0.02466029,-0.0005142606),(0.008916982,0.02480745,-0.0009827969),(0.008905611,0.02441668,-0.0007756818),(0.008466903,0.02656011,-0.0003908979),(0.0084276,0.02683304,-0.0001041974),(0.008516936,0.02646715,0.0001594686),(0.008541104,0.02619262,-0.0001350862),(0.008407136,0.02711159,0.0001892601),(0.008390912,0.02739116,0.0004858342),(0.008473679,0.0270165,0.0007561049),(0.008499485,0.02674347,0.0004572709),(0.00858644,0.02637107,0.0007228936),(0.008610644,0.02609965,0.0004234192),(0.00854177,0.02663512,0.001019969),(0.008583117,0.02624496,0.001275238),(0.008653479,0.02599136,0.0009853137),(0.008692564,0.02572703,0.0006871142),(0.008628968,0.02582604,0.0001235224),(0.008714106,0.02545683,0.0003838478),(0.008364326,0.02766714,0.000781884),(0.008311317,0.02793203,0.001060454),(0.008342047,0.0275317,0.001328405),(0.008424452,0.02728112,0.001053756),(0.008215829,0.0281783,0.00130459),(0.008061798,0.02839845,0.001497335),(0.008038695,0.02796827,0.001721431),(0.008216713,0.02776263,0.001558236),(0.008187448,0.02733772,0.001783469),(0.008344782,0.02712203,0.001575622),(0.007987544,0.0275301,0.00191084),(0.007905317,0.02708655,0.002054885),(0.008123467,0.02690539,0.001970024),(0.008312735,0.02670363,0.001794114),(0.008462054,0.02688664,0.001312667),(0.008467744,0.02648293,0.001553679),(0.007833165,0.02858496,0.001621736),(0.007556283,0.02874336,0.001673948),(0.007518414,0.02829257,0.001788574),(0.007798242,0.02814302,0.001796172),(0.007257506,0.02887917,0.001650132),(0.006963187,0.02899789,0.001546444),(0.006932872,0.02853892,0.00155082),(0.007222271,0.02842263,0.001704751),(0.007185467,0.02796692,0.001721961),(0.007469526,0.02783946,0.001864073),(0.006907409,0.02808322,0.001522049),(0.006884302,0.02763125,0.00146323),(0.007144487,0.02751354,0.001701889),(0.007407161,0.02738636,0.001896358),(0.00774256,0.0276956,0.00193237),(0.007663659,0.02724545,0.002022177),(0.00669968,0.02910506,0.001359043),(0.006453564,0.02919653,0.001146207),(0.006431401,0.02874173,0.001105358),(0.006673281,0.02864714,0.001332894),(0.006211422,0.02926818,0.0009662134),(0.005959833,0.02931589,0.00087734),(0.005952397,0.02886763,0.0008390055),(0.006195137,0.02881709,0.0009226005),(0.006176528,0.02836983,0.0008678589),(0.006411656,0.02829137,0.001045929),(0.005938272,0.02842227,0.0007952072),(0.005919131,0.02797663,0.0007441028),(0.006156285,0.0279238,0.0008019932),(0.006393799,0.02784373,0.0009699994),(0.006652379,0.02819361,0.001280348),(0.006635273,0.02774377,0.001204839),(0.005685378,0.02933552,0.0009378651),(0.005388454,0.02933149,0.001097693),(0.005409087,0.02888296,0.001078515),(0.005691086,0.02888781,0.0009089594),(0.005069457,0.02930819,0.00130673),(0.004728781,0.02927003,0.001514879),(0.005104285,0.02885845,0.001293724),(0.004774564,0.02881965,0.001500641),(0.005420896,0.02843549,0.00105634),(0.005131106,0.02840923,0.001276076),(0.004813466,0.02836968,0.001479226),(0.005152085,0.02795809,0.001252929),(0.004847736,0.02791836,0.001451795),(0.005426073,0.02798614,0.001029044),(0.005688173,0.028442,0.0008770424),(0.005678742,0.02799486,0.0008396106),(0.004366825,0.02922142,0.001672046),(0.003987927,0.02916336,0.001791529),(0.004417809,0.02877192,0.001645317),(0.00403999,0.02871596,0.001745139),(0.003596426,0.0290969,0.001886627),(0.003196664,0.02902304,0.00197064),(0.003647076,0.02865248,0.001817491),(0.003245036,0.02858218,0.001879759),(0.004086354,0.02827037,0.001686428),(0.003692323,0.02821098,0.001733949),(0.003288271,0.02814534,0.001773062),(0.003736088,0.02777214,0.001645839),(0.003330851,0.02771212,0.001663339),(0.004130284,0.02782606,0.001622149),(0.004462641,0.02832334,0.001608765),(0.004503985,0.02787458,0.001566168),(0.002792978,0.02894281,0.002056866),(0.00238685,0.02885891,0.002136212),(0.002839844,0.02850575,0.001949328),(0.002432696,0.02842582,0.002017688),(0.001979758,0.02877402,0.002199586),(0.001573183,0.02869084,0.002237895),(0.002024793,0.02834499,0.002076327),(0.001617334,0.02826588,0.002116736),(0.002474167,0.02799829,0.001883086),(0.002065929,0.02792176,0.001937634),(0.001658107,0.02784648,0.001980965),(0.002108125,0.02750143,0.001801626),(0.001700301,0.02742925,0.001848258),(0.002516243,0.02757428,0.00174965),(0.002881916,0.02807363,0.001825501),(0.002924027,0.02764534,0.001700748),(0.001168604,0.02861206,0.002242048),(0.0007983641,0.0285404,0.002247215),(0.00121152,0.0281911,0.002130403),(0.0008414471,0.02812274,0.002149092),(0.0004948084,0.02847857,0.00228857),(0.0002902804,0.02842927,0.002401285),(0.0005412137,0.02806286,0.002204565),(0.000344917,0.02801353,0.002328585),(0.0008817668,0.02770857,0.002037641),(0.0005839252,0.02764909,0.00210741),(0.0003934196,0.02759803,0.002242418),(0.0004393249,0.02718234,0.002150377),(0.0006267982,0.02723577,0.002006866),(0.0009235261,0.02729541,0.001925557),(0.001251607,0.02777489,0.002004896),(0.001293398,0.02736024,0.001881128),(0.0002171242,0.02839523,0.002620532),(0.0002209313,0.02836012,0.002909156),(0.0003119149,0.02793921,0.002845732),(0.0002866545,0.02797685,0.002552916),(0.0002472937,0.02830763,0.00323),(0.000241803,0.02822144,0.003545908),(0.0003661868,0.02788701,0.003175208),(0.000394959,0.02780666,0.00350952),(0.0003874483,0.02751516,0.002765987),(0.0004660199,0.02746184,0.003100964),(0.0005283212,0.02738624,0.003449012),(0.0005487673,0.02703381,0.003014571),(0.0006422577,0.02696186,0.003370967),(0.0004503929,0.02708927,0.002677097),(0.0003455877,0.02755698,0.002470874),(0.0003972176,0.02713614,0.002381409),(0.0001500509,0.02808522,0.003819723),(-1.304392e-6,0.02790558,0.004034921),(0.0003437201,0.02768456,0.003816841),(0.0002323482,0.02752387,0.004075225),(-0.0001856046,0.02768917,0.004174974),(-0.0003761917,0.02744257,0.004223357),(8.072153e-5,0.02732778,0.004262723),(-9.128182e-5,0.02709945,0.004357386),(0.0004564992,0.02713566,0.004078384),(0.0003450377,0.02696001,0.004308585),(0.0001983167,0.02675035,0.004448384),(0.0006004107,0.02658527,0.004310067),(0.0004852616,0.02639416,0.004491071),(0.0006662076,0.02674119,0.004045315),(0.0005213707,0.02727763,0.003783339),(0.0006807806,0.02686552,0.003723414),(-0.0005464076,0.02717242,0.004163544),(-0.0006996521,0.02688375,0.004022017),(-0.0002637837,0.02684208,0.004337267),(-0.0004318292,0.02656207,0.004227506),(-0.000839325,0.0265816,0.003825259),(-0.0009688263,0.02627099,0.003599754),(-0.0005904635,0.02626588,0.004053241),(-0.0007347313,0.02595992,0.003839614),(-0.0001534836,0.02623575,0.004402229),(-0.0003317074,0.02594625,0.004260548),(-0.000493577,0.02564557,0.004069316),(-6.134231e-5,0.02562266,0.004440307),(-0.0002408239,0.02532819,0.004282388),(0.0001334535,0.02590423,0.004539113),(2.766703e-5,0.02650636,0.00447222),(0.000322632,0.02616427,0.004561727),(-0.001091556,0.02595698,0.003371983),(-0.001217305,0.02564146,0.003158911),(-0.0008596779,0.02565064,0.003611765),(-0.0009786291,0.02533913,0.003386883),(-0.001355866,0.02532633,0.002977503),(-0.001517031,0.02501347,0.002844724),(-0.00110491,0.02502653,0.003182159),(-0.001251847,0.02471393,0.003014784),(-0.0007432755,0.02503443,0.003622011),(-0.0008617151,0.02472514,0.003400755),(-0.000996289,0.02441416,0.003204306),(-0.000622711,0.02442124,0.003627864),(-0.000748585,0.02411274,0.003408971),(-0.0005062789,0.02472698,0.003858305),(-0.0006256647,0.02534144,0.003850667),(-0.0003840597,0.02502947,0.004082434),(-0.001710591,0.02470479,0.002777537),(-0.001918323,0.0244062,0.002779393),(-0.001432766,0.02440247,0.002901946),(-0.001631166,0.02409861,0.002852766),(-0.002122007,0.02412358,0.002853744),(-0.002303422,0.02386284,0.003004039),(-0.001830546,0.02380886,0.002876359),(-0.002014405,0.0235397,0.002981843),(-0.001346993,0.02379514,0.002952286),(-0.001537602,0.02349974,0.002925175),(-0.001721367,0.02322217,0.002982968),(-0.00124467,0.02319563,0.003002419),(-0.001424881,0.02291092,0.003011671),(-0.001066956,0.02349447,0.00307783),(-0.001162302,0.02410205,0.003050074),(-0.0008991305,0.023802,0.003219487),(-0.002444345,0.02362988,0.003233728),(-0.002553686,0.02341555,0.003520538),(-0.002166244,0.02329762,0.003178335),(-0.002288949,0.02307637,0.003443491),(-0.002640356,0.02321072,0.003842193),(-0.002713264,0.02300624,0.004176422),(-0.002385409,0.02286972,0.003754961),(-0.002458512,0.0226714,0.004090401),(-0.002025592,0.0227367,0.003374647),(-0.002137071,0.02252338,0.003665912),(-0.002215476,0.02232607,0.003992381),(-0.001887892,0.02217822,0.00358212),(-0.001976143,0.02197756,0.003890003),(-0.001758556,0.02240129,0.003320471),(-0.001885527,0.02296872,0.003139896),(-0.001600198,0.02264583,0.003124005),(-0.002781321,0.02279296,0.004500946),(-0.002848985,0.02256476,0.004805538),(-0.002511146,0.02247518,0.004427464),(-0.002554256,0.02227165,0.004754612),(-0.002920718,0.02231547,0.00507997),(-0.003000978,0.02203897,0.00531401),(-0.002598789,0.02205144,0.005060309),(-0.002655691,0.02180516,0.005333015),(-0.002276647,0.02195912,0.004674352),(-0.002293528,0.0217651,0.005004572),(-0.002324018,0.02154781,0.005310757),(-0.002008216,0.02145932,0.004921669),(-0.002013197,0.02126752,0.005255155),(-0.00201475,0.0216322,0.0045737),(-0.002256315,0.02214205,0.004332741),(-0.002011244,0.02180025,0.004225171),(-0.003094223,0.0217291,0.005497431),(-0.00319308,0.02139146,0.005632653),(-0.002735909,0.02152343,0.005561198),(-0.002830559,0.02121098,0.005743729),(-0.003290176,0.02103163,0.005722096),(-0.003378135,0.0206552,0.005768182),(-0.002930758,0.02087258,0.005879488),(-0.003027623,0.02051296,0.005967346),(-0.002468065,0.02101017,0.005808551),(-0.002563761,0.02069643,0.005991059),(-0.002663331,0.02035714,0.006123243),(-0.002197904,0.02049944,0.006056149),(-0.002292179,0.0201836,0.006232468),(-0.002115206,0.02078626,0.005829652),(-0.002385174,0.02129507,0.005580266),(-0.002051249,0.02104273,0.005560235),(-0.003449585,0.02026775,0.005773332),(-0.003509402,0.01987176,0.00574838),(-0.003112271,0.0201369,0.006006182),(-0.003187082,0.0197481,0.006006937),(-0.003562461,0.01946968,0.005704165),(-0.00361364,0.019064,0.005651525),(-0.003254433,0.01935026,0.005980548),(-0.003316706,0.0189471,0.005937953),(-0.002846488,0.01961674,0.006233018),(-0.002928442,0.01922535,0.006230657),(-0.003002893,0.01882634,0.006203501),(-0.002584594,0.01909265,0.006448846),(-0.002671198,0.01870022,0.006443476),(-0.002489744,0.0194745,0.006420808),(-0.002757845,0.01999562,0.006200554),(-0.002390865,0.01984005,0.006351351),(-0.003667816,0.01865716,0.005601293),(-0.003723974,0.0182497,0.005554915),(-0.003376279,0.01854233,0.005890093),(-0.00343531,0.01813686,0.005842343),(-0.003781099,0.01784218,0.005513835),(-0.003838179,0.0174351,0.005479494),(-0.003495958,0.01773159,0.005800082),(-0.00356038,0.01732743,0.005768687),(-0.003132088,0.01802162,0.006114735),(-0.003197333,0.01761908,0.00607287),(-0.003270012,0.01721853,0.006045845),(-0.002886805,0.01750413,0.006332925),(-0.002969434,0.017108,0.006312907),(-0.002814656,0.01790331,0.00637102),(-0.003069024,0.01842457,0.006161569),(-0.002745336,0.01830289,0.006412703),(-0.0038942,0.01702902,0.005453336),(-0.003940389,0.01662431,0.005428504),(-0.003630736,0.01692528,0.005753534),(-0.003694778,0.01652497,0.005744311),(-0.003967976,0.01622137,0.005398138),(-0.003968188,0.01582059,0.005355383),(-0.003740259,0.01612634,0.005730709),(-0.003754933,0.01572919,0.005702414),(-0.003438186,0.0164271,0.006052107),(-0.003503202,0.01603408,0.006057753),(-0.003535185,0.01564144,0.006046652),(-0.003256915,0.01594449,0.00638015),(-0.0033083,0.01555726,0.006388229),(-0.003171782,0.01633048,0.006353549),(-0.003355377,0.01682156,0.006043531),(-0.003070191,0.01671755,0.006325458),(-0.003932253,0.01542234,0.00529338),(-0.00388001,0.01502536,0.005223055),(-0.003726552,0.01533337,0.005649115),(-0.003675965,0.01493771,0.005582517),(-0.003831299,0.01462835,0.005155335),(-0.003805958,0.01423005,0.005101145),(-0.003624025,0.01454105,0.005514318),(-0.003591582,0.01414222,0.005456218),(-0.003475193,0.01485334,0.005944961),(-0.003424938,0.01445637,0.005878792),(-0.003388989,0.01405646,0.005818691),(-0.0032347,0.01437429,0.006248698),(-0.003199663,0.01397282,0.006188893),(-0.003277568,0.01477218,0.006310115),(-0.003518895,0.01524811,0.006004984),(-0.003308643,0.0151665,0.006360755),(-0.003823827,0.01382917,0.005071412),(-0.003878836,0.01342822,0.005063709),(-0.003599487,0.01374006,0.005419919),(-0.003644254,0.01333793,0.005404919),(-0.003964912,0.0130297,0.005075611),(-0.004075986,0.01263612,0.005104689),(-0.003722399,0.01293913,0.005410708),(-0.00383044,0.01254703,0.005436785),(-0.003422349,0.01324969,0.005754877),(-0.003491172,0.01285107,0.005754271),(-0.003594436,0.01246112,0.005776601),(-0.003274393,0.0127663,0.00610831),(-0.003371845,0.0123796,0.006126758),(-0.003215732,0.01316397,0.006114989),(-0.003388206,0.01365286,0.005776868),(-0.00319208,0.01356776,0.006143087),(-0.004205988,0.01224998,0.005148519),(-0.00434434,0.0118676,0.005200469),(-0.003964889,0.01216494,0.005482641),(-0.004113689,0.01178847,0.005540786),(-0.004480465,0.0114853,0.005253908),(-0.004603786,0.01109939,0.005302206),(-0.004264781,0.01141321,0.005603732),(-0.004406105,0.01103474,0.005663984),(-0.003890299,0.01171449,0.00588659),(-0.004056377,0.01134755,0.005957954),(-0.004216872,0.01097802,0.006029369),(-0.003861445,0.01129091,0.00632011),(-0.00404193,0.0109321,0.006401381),(-0.00367991,0.01164782,0.006241413),(-0.003731898,0.01208397,0.005823423),(-0.003511863,0.01200875,0.006174044),(-0.004703725,0.01070621,0.005338733),(-0.00480172,0.01031758,0.00537213),(-0.004525604,0.01064866,0.005714056),(-0.004643485,0.01026691,0.005760974),(-0.004919204,0.009945367,0.005411046),(-0.005077616,0.009601395,0.005464122),(-0.004779961,0.009901399,0.005811768),(-0.004955243,0.009564069,0.005873471),(-0.004499382,0.01022736,0.006153138),(-0.004657499,0.009869344,0.006215926),(-0.004850926,0.009538265,0.006286276),(-0.004551892,0.009852188,0.006622422),(-0.004763087,0.00952719,0.006700439),(-0.004371642,0.0102019,0.00654896),(-0.004358524,0.01060078,0.006092692),(-0.004206825,0.01056548,0.006476471),(-0.005298389,0.009297515,0.005540004),(-0.00556918,0.009029615,0.005632827),(-0.005189539,0.009266849,0.00595311),(-0.005470606,0.009004292,0.006045783),(-0.005877645,0.008793578,0.005736728),(-0.006211442,0.008585291,0.005845843),(-0.005786192,0.008770957,0.00614659),(-0.006124051,0.008561396,0.006250625),(-0.005386395,0.00898521,0.006461543),(-0.005705496,0.008750468,0.00655892),(-0.00604355,0.008535068,0.006657765),(-0.005634712,0.008738712,0.006972508),(-0.005970688,0.008515719,0.007066898),(-0.005314671,0.008977153,0.006878174),(-0.005097714,0.009245683,0.006369404),(-0.005020738,0.009237746,0.006786587),(-0.006558227,0.008400644,0.005954308),(-0.006916696,0.008237803,0.006060177),(-0.006471937,0.008370168,0.006352989),(-0.006829518,0.008197452,0.006452722),(-0.007285547,0.00809494,0.006161502),(-0.007663476,0.007970224,0.00625634),(-0.007196465,0.008043424,0.006548872),(-0.007572448,0.007908266,0.006640484),(-0.006742809,0.008145868,0.006848338),(-0.007105413,0.007977517,0.006939636),(-0.007477599,0.007830298,0.007027991),(-0.007019114,0.007918493,0.007335344),(-0.007387033,0.00775939,0.007420849),(-0.006661407,0.008100793,0.007248036),(-0.006389088,0.008332625,0.006754309),(-0.006312426,0.008301474,0.007158646),(-0.00804918,0.007861828,0.006342742),(-0.00843942,0.007761083,0.006421538),(-0.007957134,0.00779216,0.0067266),(-0.008347339,0.007686799,0.006807312),(-0.008830963,0.007659328,0.006493554),(-0.009220566,0.007547899,0.006559621),(-0.009131536,0.007475112,0.006952891),(-0.008739867,0.007583885,0.006882713),(-0.008249609,0.007599005,0.007194871),(-0.00864302,0.007498076,0.007272684),(-0.009037091,0.007395722,0.007346267),(-0.008548319,0.007416639,0.007665898),(-0.008944066,0.007319291,0.007741837),(-0.008154795,0.007516847,0.007586703),(-0.007860066,0.007706936,0.007113189),(-0.007766645,0.007628303,0.007504827),(-0.009604996,0.007418133,0.006620565),(-0.009987163,0.007287837,0.006678974),(-0.009905118,0.007230608,0.007080147),(-0.00951915,0.007352182,0.007017941),(-0.01036998,0.007174815,0.006737434),(-0.01075636,0.007096875,0.006798533),(-0.01068174,0.007053594,0.007205186),(-0.01029184,0.007125906,0.0071418),(-0.010211,0.00708044,0.007546612),(-0.009819339,0.007174179,0.007481458),(-0.01060536,0.007015023,0.007612504),(-0.01052857,0.006975515,0.008019771),(-0.01013004,0.007034451,0.007951657),(-0.009733838,0.007118112,0.007883465),(-0.009428616,0.007283514,0.007415268),(-0.009338876,0.007216422,0.007813942),(-0.01114921,0.007071821,0.006864857),(-0.01154691,0.007078903,0.006934764),(-0.0110772,0.007029184,0.007272593),(-0.01147692,0.007034694,0.007342772),(-0.01194787,0.00709737,0.007006606),(-0.01235046,0.00710647,0.007078742),(-0.01187959,0.007052137,0.007414474),(-0.01228391,0.007063525,0.007486445),(-0.01140636,0.006992737,0.007751097),(-0.01181098,0.007006693,0.007822338),(-0.01221699,0.007017928,0.007893906),(-0.01174154,0.006961568,0.008230112),(-0.01214903,0.006972859,0.008301348),(-0.01133511,0.006950577,0.008159263),(-0.01100415,0.006990652,0.007680908),(-0.01093053,0.006951392,0.008089061),(-0.01275306,0.007085452,0.007149526),(-0.01315577,0.007051033,0.007218242),(-0.01268857,0.007050877,0.00755744),(-0.01309326,0.007028961,0.007626753),(-0.01355866,0.00701993,0.007284173),(-0.0139618,0.007008861,0.007346601),(-0.01349765,0.007012554,0.00769368),(-0.01390144,0.007016429,0.007757518),(-0.01302957,0.00700109,0.008035074),(-0.01343498,0.006998254,0.008103155),(-0.01383904,0.007015967,0.008168559),(-0.01337015,0.00698173,0.008512607),(-0.01377426,0.007011525,0.008579555),(-0.01296407,0.006972388,0.008443394),(-0.01262338,0.007011853,0.007965071),(-0.01255678,0.00697295,0.008372708),(-0.01436529,0.007034545,0.00740481),(-0.01476712,0.007072634,0.007461866),(-0.01430432,0.007055358,0.007817561),(-0.01470504,0.007105254,0.007876363),(-0.01516532,0.007098773,0.007520838),(-0.01555789,0.00708862,0.007584791),(-0.01510234,0.007142032,0.007936469),(-0.01549499,0.007141602,0.008000439),(-0.01464073,0.007127276,0.00829114),(-0.0150372,0.007173645,0.008352496),(-0.01542996,0.007182341,0.008416682),(-0.01497036,0.00719569,0.008768595),(-0.01536355,0.007212629,0.008833172),(-0.0145744,0.007141317,0.008705898),(-0.01424115,0.007066845,0.008230522),(-0.01417569,0.007072325,0.008643434),(-0.01594285,0.007017821,0.007656794),(-0.01632233,0.006901982,0.00773444),(-0.01588173,0.007079881,0.008070818),(-0.01626425,0.006972672,0.008145727),(-0.01669846,0.006756703,0.007815328),(-0.01707339,0.006597588,0.007897055),(-0.01664421,0.006835787,0.008223284),(-0.01702331,0.006685029,0.008301608),(-0.01620387,0.007031688,0.008558352),(-0.01658759,0.006903983,0.008632928),(-0.01697086,0.00676245,0.00870806),(-0.01652976,0.006963145,0.009043837),(-0.01691686,0.006830854,0.009116157),(-0.0161424,0.007081066,0.008971857),(-0.01581842,0.007129749,0.008485785),(-0.01575395,0.007169325,0.008901282),(-0.01744925,0.006440238,0.007977215),(-0.01782696,0.006286799,0.008055111),(-0.01778457,0.006390586,0.008454287),(-0.01740321,0.006536205,0.008378819),(-0.01820743,0.006139418,0.008130053),(-0.0185916,0.00600024,0.008201338),(-0.01855425,0.006114011,0.008597497),(-0.01816804,0.006249432,0.008527389),(-0.01812709,0.006351948,0.008926102),(-0.01774027,0.006485899,0.008855133),(-0.01851577,0.006221591,0.008994709),(-0.01847314,0.006314181,0.009394551),(-0.01808254,0.006440819,0.009327314),(-0.01769308,0.006569361,0.00925826),(-0.01735497,0.00662291,0.00878229),(-0.01730458,0.006699483,0.009187752),(-0.01898037,0.005871409,0.008268273),(-0.01937268,0.005750957,0.008331759),(-0.01933579,0.005862047,0.00872773),(-0.01894387,0.005985591,0.008663981),(-0.01976745,0.005636914,0.008392697),(-0.02016362,0.00552731,0.008451985),(-0.02012209,0.005621115,0.008850563),(-0.01972889,0.005741262,0.008789629),(-0.01969043,0.005845315,0.009186925),(-0.01929861,0.005970769,0.009124245),(-0.02008097,0.005716505,0.009249381),(-0.02003622,0.005800424,0.009650309),(-0.01964785,0.005935854,0.009586621),(-0.01925704,0.006064654,0.009523341),(-0.01890667,0.006095363,0.009060464),(-0.01886505,0.006189778,0.009459606),(-0.0205601,0.005420176,0.008510527),(-0.02095683,0.005314894,0.008568509),(-0.02090569,0.005376742,0.008972208),(-0.02051427,0.005499484,0.008911415),(-0.02135372,0.005210848,0.008626117),(-0.02175068,0.005107418,0.008683537),(-0.02168726,0.005129406,0.009093693),(-0.0212966,0.005253259,0.009032962),(-0.02124035,0.005300829,0.00943999),(-0.02085532,0.005442799,0.009376075),(-0.02162477,0.005157395,0.009504067),(-0.0215622,0.005186812,0.009914588),(-0.021183,0.005346206,0.009847725),(-0.02080288,0.005503203,0.009781178),(-0.02046906,0.005581846,0.009312483),(-0.02042093,0.005655408,0.009715267),(0.01088957,0.002593933,0.008530813),(0.01058367,0.002299461,0.008582619),(0.01120102,0.002877854,0.008481038),(0.01131023,0.002795832,0.008828112),(0.01101683,0.002499601,0.008856882),(0.01072961,0.002193182,0.008886619),(0.01152356,0.00314067,0.008435315),(0.01186275,0.003371832,0.008395678),(0.01161601,0.003071689,0.008801281),(0.01194037,0.003316983,0.008777351),(0.01171122,0.002978249,0.009172021),(0.01142916,0.002685081,0.009181912),(0.0120156,0.003240865,0.009162044),(0.01207597,0.003161613,0.009551955),(0.01179308,0.002883632,0.009550959),(0.01153771,0.002573361,0.009547227),(0.01116198,0.002371546,0.009191746),(0.01090225,0.002047826,0.00920155),(0.01130068,0.002241566,0.009541667),(0.01107284,0.001899008,0.009535195),(0.01222413,0.003560786,0.008364153),(0.01260294,0.003703913,0.008339192),(0.01228948,0.003521526,0.008757297),(0.01265806,0.003678857,0.008740153),(0.01299439,0.003797592,0.00831925),(0.01339372,0.003838203,0.008302779),(0.01304082,0.003782513,0.008724955),(0.01343247,0.003826033,0.008710744),(0.01270726,0.003635353,0.009141404),(0.01308172,0.003750152,0.009130049),(0.01346671,0.003798606,0.00911755),(0.01311261,0.003702444,0.00953441),(0.01349398,0.003756009,0.009522859),(0.01274379,0.003579721,0.009543338),(0.01234975,0.003462745,0.009151954),(0.01239555,0.003396544,0.009549301),(0.01379616,0.003822126,0.008288232),(0.01420009,0.003761278,0.008275844),(0.01382773,0.003802956,0.008696555),(0.01422536,0.003729341,0.00868326),(0.01460387,0.003667574,0.008265852),(0.01500587,0.003552931,0.008258489),(0.01462413,0.003621247,0.008671721),(0.0150228,0.003494735,0.008662811),(0.01424814,0.003690176,0.009089478),(0.01464267,0.003571906,0.009076707),(0.01503847,0.003436676,0.009066647),(0.01466171,0.003530785,0.009481294),(0.01505604,0.003394769,0.009470788),(0.01426936,0.00364987,0.009494605),(0.01385584,0.003772178,0.00910356),(0.01387984,0.003731714,0.009509025),(0.01540448,0.003429263,0.008253991),(0.0158008,0.003299508,0.008250205),(0.01542015,0.003365863,0.008657394),(0.01581652,0.00323531,0.00865321),(0.01619596,0.003166601,0.008244977),(0.01659108,0.003033479,0.008236155),(0.01621226,0.003103756,0.008647997),(0.01660772,0.002971879,0.008639493),(0.01583086,0.003172478,0.00905647),(0.01622706,0.003041946,0.009051578),(0.01662303,0.002911419,0.009043629),(0.01624429,0.003002726,0.009456507),(0.01664074,0.00287383,0.009449358),(0.01584775,0.003131804,0.009460835),(0.01543459,0.003303794,0.009060698),(0.01545152,0.00326213,0.009464782),(0.01698727,0.002903078,0.008221586),(0.01738636,0.002784893,0.008199037),(0.01700324,0.002840358,0.008625436),(0.01740093,0.002720284,0.008603763),(0.01779013,0.002688422,0.008166279),(0.01820041,0.002623163,0.008121075),(0.01821122,0.002558845,0.008529312),(0.01780289,0.002622748,0.008572408),(0.01781658,0.002563865,0.008979519),(0.01741571,0.002660204,0.009009501),(0.01822324,0.002503271,0.008938394),(0.01823978,0.002475536,0.00935013),(0.01783437,0.002532292,0.009389131),(0.01743395,0.002626001,0.00941747),(0.01701855,0.002780113,0.009030237),(0.01703668,0.002744051,0.009436944),(0.01861899,0.002598609,0.008061196),(0.01900481,0.002625135,0.007993133),(0.01901166,0.002573513,0.008407671),(0.01862801,0.002539664,0.008472404),(0.01931679,0.002713113,0.007923373),(0.01951386,0.002872915,0.00785841),(0.01951298,0.002833533,0.008278638),(0.01932052,0.0026687,0.008341088),(0.01932327,0.002635035,0.008758784),(0.01901837,0.002532346,0.008822518),(0.01951067,0.002805172,0.00869853),(0.0195139,0.002798442,0.009119712),(0.01933067,0.002624368,0.009178434),(0.01902951,0.002516144,0.00923976),(0.01863777,0.002490594,0.008884223),(0.01865203,0.002468344,0.009298665),(0.01955494,0.003114913,0.007804735),(0.0194704,0.003407646,0.007759443),(0.01945859,0.003370378,0.008180567),(0.0195474,0.003076319,0.008226299),(0.01929061,0.003719652,0.007719633),(0.01904595,0.00401947,0.007682404),(0.01905043,0.004005592,0.008094922),(0.01928133,0.003689029,0.008137941),(0.01927513,0.003669785,0.008553988),(0.01944711,0.003344932,0.008600564),(0.01906233,0.004001441,0.008503116),(0.01909227,0.004014072,0.008905847),(0.01928277,0.003670957,0.008967205),(0.01944591,0.003341083,0.009019619),(0.01953878,0.003049266,0.008647268),(0.01953763,0.003043796,0.009068615),(0.01876678,0.004275639,0.007644852),(0.01849051,0.004504024,0.00759343),(0.01856434,0.00455959,0.007984344),(0.01880069,0.004293387,0.008048001),(0.01825454,0.004720494,0.007514593),(0.01809627,0.004940913,0.007394792),(0.01826078,0.005055921,0.007755463),(0.01837363,0.004811376,0.00789111),(0.01851663,0.004901472,0.008253901),(0.01865791,0.004617645,0.008364128),(0.01844954,0.005168635,0.008101776),(0.01866477,0.005271393,0.008433039),(0.01868794,0.00498515,0.008601896),(0.01877809,0.004676577,0.008731469),(0.0188482,0.004317515,0.008443515),(0.01891846,0.004351081,0.008830026),(0.01805311,0.005181149,0.007220482),(0.01810308,0.005426406,0.007001648),(0.01834169,0.005538357,0.007330218),(0.01825806,0.005300401,0.00756456),(0.0182242,0.005661889,0.006748282),(0.0183945,0.005872802,0.006470372),(0.01867299,0.00596886,0.006778467),(0.01848792,0.005763329,0.007064249),(0.01874862,0.005872325,0.007378087),(0.01858948,0.005652973,0.007651269),(0.01893529,0.006077913,0.007089754),(0.01917826,0.006201777,0.007404632),(0.01900521,0.00598881,0.007690155),(0.01884653,0.005766943,0.007964906),(0.01848181,0.005418772,0.0078967),(0.01872534,0.005529898,0.008216621),(0.01859199,0.00604435,0.006177908),(0.01879959,0.006196166,0.005878035),(0.01907069,0.006317224,0.006188514),(0.01887314,0.006148492,0.006484683),(0.01900021,0.006347889,0.005577901),(0.01917677,0.006519148,0.005284651),(0.0193872,0.006681999,0.005611452),(0.01924794,0.006490059,0.005895566),(0.01944533,0.006655215,0.006225305),(0.01930149,0.006460212,0.006509398),(0.01953919,0.006864985,0.005950558),(0.01961979,0.00705671,0.00629983),(0.01957961,0.006836664,0.006565957),(0.01948176,0.006622777,0.006840294),(0.01912552,0.006270826,0.006798869),(0.01934254,0.006412124,0.007120599),(0.01931219,0.00672958,0.005005432),(0.01940067,0.00696775,0.004738366),(0.01949857,0.007153338,0.00508316),(0.01947079,0.006908043,0.005341785),(0.01943645,0.007222218,0.004481576),(0.0194137,0.007481546,0.004233186),(0.01938619,0.007642246,0.00458542),(0.01947041,0.007403024,0.004832174),(0.01943695,0.007572584,0.005188084),(0.01952922,0.007339966,0.005436468),(0.0192942,0.007780227,0.004939446),(0.01914638,0.007877376,0.005290619),(0.01933874,0.007711213,0.005544461),(0.0194888,0.007509022,0.005793999),(0.01956523,0.007098667,0.005689118),(0.019586,0.007285842,0.00604415),(0.01932667,0.0077343,0.003991318),(0.01918299,0.007976548,0.003756091),(0.01905655,0.008048623,0.004096554),(0.01924575,0.007856147,0.004339494),(0.01899035,0.008204368,0.00352762),(0.0187564,0.008413833,0.003306026),(0.01856154,0.008384864,0.003628257),(0.018826,0.008223562,0.003858757),(0.01862256,0.008204325,0.004184023),(0.01888081,0.008083897,0.004432631),(0.01833821,0.008320079,0.003944996),(0.01810153,0.008225864,0.004259198),(0.01839566,0.008147269,0.004504223),(0.01867065,0.008075956,0.004762881),(0.01910676,0.007946597,0.004686033),(0.01892229,0.007992473,0.005027552),(0.0184888,0.008601014,0.003091424),(0.01820386,0.008783909,0.002891587),(0.01797059,0.00869503,0.003204265),(0.0182706,0.008536419,0.003407214),(0.01791789,0.008980518,0.002714285),(0.01764721,0.009208838,0.002567289),(0.01741303,0.009100608,0.002887215),(0.01767893,0.008877493,0.003028052),(0.01744026,0.008766542,0.003348215),(0.01772843,0.00858768,0.003518567),(0.01718807,0.008993455,0.003217806),(0.01697872,0.008894564,0.003563931),(0.0172107,0.008656832,0.003680551),(0.01748872,0.008471941,0.003840127),(0.01803396,0.008443362,0.003720336),(0.01779243,0.008331186,0.00403542),(0.01740813,0.009486862,0.002458371),(0.01720104,0.009805186,0.002382521),(0.01700845,0.009707251,0.002730005),(0.01719031,0.009381174,0.002790391),(0.01702636,0.0101544,0.00233473),(0.01688447,0.0105251,0.002309987),(0.01675796,0.01044818,0.002688234),(0.0168651,0.0100669,0.002698479),(0.0167347,0.009988951,0.003077272),(0.01684144,0.00961831,0.003092362),(0.01666417,0.0103802,0.003080567),(0.01660006,0.0103193,0.003482302),(0.01663521,0.009920372,0.003468385),(0.01670241,0.009540496,0.003469549),(0.01699051,0.009281928,0.003135864),(0.0168131,0.00919384,0.003497496),(0.01677578,0.01090787,0.002303285),(0.01669342,0.01130068,0.002310504),(0.01663515,0.01123812,0.002705648),(0.01668468,0.01083916,0.002691695),(0.01663052,0.01170152,0.002327525),(0.01658019,0.01210836,0.002350229),(0.01656692,0.01205317,0.002752187),(0.01659927,0.01164335,0.002726882),(0.01658397,0.01159006,0.003132387),(0.01660106,0.01118216,0.003110176),(0.01656019,0.0120007,0.003156802),(0.0165417,0.0119491,0.003560464),(0.01656875,0.01153951,0.003539812),(0.01657923,0.01113036,0.003519147),(0.01662371,0.0107784,0.003092219),(0.01658553,0.01072313,0.0034996),(0.01653558,0.01251916,0.002374499),(0.01649033,0.01293222,0.002399455),(0.01647846,0.01287941,0.002804087),(0.01652797,0.01246584,0.002778352),(0.01643811,0.0133458,0.002424221),(0.01637257,0.01375819,0.002447916),(0.01633188,0.01370127,0.002849114),(0.01641442,0.01329188,0.002828104),(0.01637061,0.0132324,0.003224443),(0.01645466,0.01282392,0.003204459),(0.0162642,0.01363605,0.003239694),(0.01615947,0.01355933,0.003614631),(0.01629302,0.01316453,0.003608755),(0.01640229,0.01276338,0.003596635),(0.01651747,0.01241267,0.003181369),(0.0164857,0.01235765,0.003579971),(0.01628736,0.01416766,0.002469665),(0.01618289,0.01457358,0.002489028),(0.01610073,0.01450453,0.002878045),(0.01622686,0.01410562,0.00286583),(0.01605954,0.01497529,0.002505564),(0.01591772,0.01537216,0.002518836),(0.01579061,0.01528448,0.002888155),(0.01595485,0.01489761,0.002885556),(0.01581265,0.01480527,0.003247354),(0.01598303,0.01442257,0.003251128),(0.01562532,0.01518079,0.003237281),(0.01542476,0.01505932,0.003561484),(0.01563313,0.01469583,0.003585711),(0.01582684,0.01432479,0.00360283),(0.01613428,0.0140328,0.003248581),(0.01600317,0.01394603,0.003612563),(0.01575782,0.01576354,0.002528404),(0.01558206,0.01614939,0.002534866),(0.01541368,0.01603892,0.002879222),(0.01560936,0.01566476,0.002885638),(0.01539264,0.01652966,0.002538819),(0.01519178,0.01690433,0.002540861),(0.0149894,0.01677075,0.002859551),(0.01520617,0.01640742,0.002870121),(0.01498553,0.01626758,0.003176814),(0.0152091,0.01591101,0.003200155),(0.01475522,0.01661974,0.003152763),(0.01449662,0.01645275,0.003419888),(0.01473779,0.01611086,0.003457266),(0.01497455,0.01576553,0.003494899),(0.01542325,0.01554906,0.00322093),(0.01520438,0.01541545,0.003530425),(0.01498168,0.01727335,0.002541589),(0.01476397,0.01763722,0.002540376),(0.01453692,0.0174835,0.002836357),(0.01476596,0.01712936,0.002848731),(0.01454027,0.01799646,0.002536593),(0.01431218,0.01835156,0.002529615),(0.01406627,0.01817933,0.002801746),(0.01430333,0.01783341,0.002821129),(0.01404173,0.01765438,0.003078242),(0.01428286,0.01731339,0.003105785),(0.0137979,0.01799115,0.003044918),(0.01351296,0.01778907,0.003259726),(0.01376178,0.01746162,0.003308728),(0.01400864,0.0171291,0.003349301),(0.01452085,0.01696843,0.003129855),(0.01425358,0.01679248,0.003385128),(0.01408133,0.01870305,0.002518812),(0.0138467,0.01904897,0.002499316),(0.01358438,0.0188572,0.002740694),(0.0138268,0.0185215,0.002776907),(0.0136073,0.01938738,0.00246626),(0.01336209,0.01971635,0.002414775),(0.01308847,0.01949827,0.002610469),(0.01333845,0.0191837,0.002687187),(0.01305464,0.01896133,0.002869996),(0.01330397,0.01864797,0.002947398),(0.01280425,0.01926021,0.002764694),(0.01251645,0.01900248,0.002876297),(0.01276206,0.01872079,0.003013529),(0.01301125,0.01842226,0.003118757),(0.01355185,0.01832346,0.003003505),(0.01326217,0.01811049,0.003198612),(0.01311009,0.02003394,0.002339992),(0.01285523,0.02033749,0.002238783),(0.01258053,0.02008187,0.002368022),(0.01283391,0.01979819,0.00250462),(0.01260146,0.02062438,0.002108021),(0.01235273,0.02089198,0.001944577),(0.0121004,0.02059405,0.001996105),(0.0123341,0.02034769,0.002199057),(0.01207753,0.02004878,0.002243034),(0.01230859,0.01980422,0.002450898),(0.01186713,0.02027465,0.002001612),(0.01166352,0.01993625,0.001965818),(0.01184229,0.01972948,0.00224271),(0.01204906,0.01950569,0.002488408),(0.0125532,0.01954127,0.00262489),(0.01227628,0.01926374,0.00270043),(0.01211298,0.02113763,0.001745324),(0.0118879,0.02136408,0.001512773),(0.01169119,0.02102696,0.001487466),(0.0118852,0.02081936,0.00175755),(0.01168316,0.02157406,0.001249434),(0.01150445,0.02177031,0.000957818),(0.01137747,0.02140237,0.0008690183),(0.01152105,0.02122018,0.00118993),(0.01139648,0.02085235,0.001098586),(0.01152813,0.02067295,0.001424216),(0.01128805,0.02102322,0.0007552289),(0.01123673,0.02063574,0.0006269324),(0.0113135,0.02047378,0.0009851848),(0.01140578,0.02030529,0.001331472),(0.0116845,0.02048155,0.001726949),(0.01152023,0.02012715,0.001660211),(0.01135743,0.02195557,0.0006404365),(0.01122512,0.02213118,0.0003086748),(0.0111577,0.02174411,0.0001824322),(0.01126315,0.02157688,0.0005288075),(0.0110905,0.02229852,-2.608206e-5),(0.01093658,0.02245893,-0.0003524484),(0.01089199,0.02205836,-0.0004762731),(0.01104077,0.02190446,-0.000156973),(0.01100639,0.02150428,-0.0002902749),(0.01111464,0.02134953,4.582635e-5),(0.01085494,0.02165296,-0.000594013),(0.01081702,0.02124321,-0.0006988252),(0.01097906,0.02109864,-0.0004176877),(0.01108962,0.02094879,-9.161086e-5),(0.01120131,0.02118906,0.0003993185),(0.0111688,0.02079428,0.0002622982),(0.01074635,0.02261378,-0.0006590388),(0.01052585,0.0227659,-0.0009239825),(0.01045281,0.02235218,-0.0009954829),(0.01069099,0.02220621,-0.0007623336),(0.01028111,0.02291812,-0.001125409),(0.01001817,0.02307327,-0.001241447),(0.00992496,0.02265505,-0.001224362),(0.01019245,0.0225004,-0.001156049),(0.01010558,0.02208236,-0.001156993),(0.01038104,0.02193656,-0.001043427),(0.009835796,0.02223806,-0.001175058),(0.009752724,0.02182522,-0.001093095),(0.01002128,0.02166658,-0.001126033),(0.01030816,0.02152088,-0.00106398),(0.01063866,0.02179525,-0.0008504157),(0.01058339,0.02138186,-0.0009179164),(0.009743068,0.02323419,-0.001250227),(0.009476027,0.02340564,-0.0011688),(0.009426598,0.02299918,-0.001046956),(0.009665344,0.02282027,-0.001180748),(0.009237268,0.0235924,-0.001014217),(0.009047017,0.02379924,-0.0008035317),(0.009063691,0.02341041,-0.000595826),(0.009221716,0.02319485,-0.000844733),(0.009219479,0.02280174,-0.0006585231),(0.009388237,0.02259662,-0.0009011696),(0.009093406,0.02302562,-0.0003782785),(0.009124989,0.02264415,-0.0001561874),(0.009222255,0.02241337,-0.0004602712),(0.009356867,0.02219942,-0.0007347557),(0.009595179,0.0224091,-0.001081566),(0.009532471,0.0220031,-0.0009541829),(0.008925498,0.02403094,-0.000553795),(0.008855381,0.02428124,-0.0002745496),(0.008909897,0.02390377,-2.920957e-5),(0.008965513,0.02364893,-0.0003219822),(0.008819336,0.02454393,2.466143e-5),(0.008800031,0.02481274,0.0003342955),(0.008857207,0.02443575,0.0005890909),(0.008879556,0.02416826,0.000276484),(0.008933938,0.02379007,0.0005273847),(0.008966738,0.02352639,0.0002178599),(0.008900023,0.02405377,0.0008403004),(0.00892513,0.02366588,0.001085116),(0.008976249,0.023408,0.0007743335),(0.009016752,0.02314764,0.0004627592),(0.009014526,0.02326937,-8.508939e-5),(0.00906141,0.02289097,0.0001520374),(0.008780137,0.02508144,0.0006448097),(0.008746525,0.02534574,0.0009500134),(0.008772423,0.02495618,0.001206889),(0.008825562,0.02469957,0.000902603),(0.008686072,0.02560134,0.001243716),(0.00858565,0.02584393,0.001519725),(0.008552861,0.02543365,0.001747257),(0.008685589,0.02520205,0.001491818),(0.008653392,0.02479457,0.001723338),(0.008770147,0.02455872,0.001452514),(0.008488235,0.02501572,0.001951659),(0.008395267,0.02459178,0.002126755),(0.008590851,0.02437995,0.001931995),(0.008739586,0.02415376,0.001681659),(0.008848892,0.02431089,0.001153422),(0.008848628,0.0239151,0.001393462),(0.008432132,0.02606922,0.001771852),(0.008239117,0.0262771,0.001975892),(0.008134275,0.02584451,0.002119993),(0.008362038,0.02564742,0.001963076),(0.008020204,0.02646749,0.002107638),(0.007788991,0.02664026,0.002142888),(0.007652536,0.02619302,0.002179994),(0.007890723,0.026026,0.002198726),(0.007748092,0.02558292,0.002245703),(0.008008556,0.02540788,0.00222546),(0.007509924,0.02574662,0.002171351),(0.007375124,0.02530286,0.002122103),(0.007605379,0.02514023,0.002250982),(0.007872305,0.02496926,0.00229133),(0.00826428,0.02521949,0.002123238),(0.008145676,0.02478733,0.002248227),(0.007559077,0.02679531,0.002057435),(0.007328856,0.02693558,0.00188134),(0.007243088,0.02648828,0.001825466),(0.007440866,0.02634667,0.002044515),(0.007096719,0.02706399,0.001644662),(0.006861057,0.02718348,0.001377461),(0.006838697,0.02674054,0.001269378),(0.007046574,0.02661913,0.001556028),(0.006998462,0.02617978,0.001441733),(0.007158332,0.02604558,0.001735184),(0.006818246,0.02630308,0.001143614),(0.006800722,0.02587175,0.001004803),(0.006956795,0.02574679,0.001307525),(0.007083064,0.02560865,0.001616939),(0.007321077,0.02590102,0.001989784),(0.007211762,0.02545984,0.00189961),(0.006620263,0.02729695,0.001109797),(0.006377293,0.02739704,0.0008796515),(0.006361309,0.02695206,0.0007772275),(0.006606832,0.0268538,0.0009986953),(0.006135103,0.02747636,0.0007250083),(0.00589665,0.02752753,0.0006838503),(0.00587063,0.02707602,0.0006149294),(0.006112466,0.02702842,0.0006382228),(0.00608785,0.02658086,0.0005429559),(0.006345018,0.02650952,0.0006650703),(0.005840877,0.02662313,0.0005378197),(0.005807191,0.02616989,0.0004530009),(0.006060738,0.0261346,0.0004405261),(0.006327584,0.02607015,0.0005455224),(0.006594455,0.02641495,0.000875008),(0.006582616,0.02598103,0.0007422086),(0.005664889,0.02754315,0.0007941604),(0.005426807,0.02753195,0.0009945),(0.005421984,0.02707399,0.0009521555),(0.00564614,0.02708796,0.0007405949),(0.00516939,0.02750264,0.001223431),(0.004879626,0.02746393,0.001419513),(0.005181159,0.02704379,0.001186548),(0.004906654,0.0270071,0.001380707),(0.005410498,0.02661331,0.0009014566),(0.005185531,0.0265825,0.00114125),(0.00492634,0.02654857,0.001333706),(0.005180645,0.02611968,0.001086506),(0.004936205,0.02608906,0.001276839),(0.005391232,0.026151,0.0008418495),(0.005622019,0.0266304,0.0006788165),(0.00559205,0.02617155,0.0006087283),(0.0045445,0.02742455,0.001521309),(0.004175045,0.02738248,0.001559058),(0.004581463,0.02697363,0.00147157),(0.004217946,0.02693963,0.001493354),(0.003782289,0.02733567,0.001563002),(0.003377266,0.02728213,0.00156338),(0.003828467,0.02690136,0.001480276),(0.003425385,0.02685505,0.001466553),(0.004256302,0.02649756,0.001421235),(0.003872161,0.02646895,0.001392499),(0.00347308,0.02643061,0.001366225),(0.003910912,0.02603822,0.001294511),(0.003518221,0.02600851,0.001255761),(0.004287418,0.02605626,0.001338902),(0.004612145,0.02652218,0.001414336),(0.004633822,0.02607056,0.001346991),(0.002971005,0.02721981,0.001590433),(0.002563899,0.02715178,0.001634627),(0.003021063,0.02679697,0.001486404),(0.002615662,0.02673112,0.00152857),(0.002156339,0.02708109,0.001686426),(0.001748718,0.0270108,0.001736296),(0.002209344,0.02666153,0.001581794),(0.00180227,0.02659222,0.00163482),(0.002670057,0.02631268,0.001422034),(0.00226591,0.02624354,0.001477493),(0.00185987,0.02617458,0.001533572),(0.001920432,0.02575899,0.001422293),(0.00232481,0.02582789,0.001363284),(0.002725608,0.0258968,0.001305574),(0.003072412,0.02637678,0.001380507),(0.003123266,0.02595918,0.001264591),(0.001341426,0.02694396,0.001774703),(0.0009709281,0.02688076,0.001825539),(0.001394602,0.02652718,0.001676391),(0.001022961,0.02646566,0.001729995),(0.000673688,0.02682139,0.001912693),(0.00048617,0.02676605,0.002060057),(0.0007239688,0.02640684,0.001819121),(0.0005342466,0.02634995,0.00196726),(0.0007770144,0.025993,0.001720382),(0.001078614,0.02605111,0.001631334),(0.0005838462,0.02593488,0.001867784),(0.0006352608,0.02552165,0.001757431),(0.000832199,0.02558072,0.001610707),(0.001136875,0.02563816,0.001521968),(0.001451835,0.02611104,0.001576958),(0.001512036,0.02569666,0.001467176),(0.000444838,0.02671491,0.002291523),(0.0005036099,0.02666282,0.002586233),(0.00055086,0.02623699,0.002490774),(0.0004904159,0.02629421,0.002197899),(0.0006164036,0.02660464,0.002923331),(0.0007371368,0.02653519,0.00328196),(0.0006739623,0.02617571,0.002825617),(0.0008181059,0.02610775,0.003182163),(0.0007264777,0.02574842,0.002719803),(0.0005959038,0.02581295,0.002388096),(0.0008903129,0.02568107,0.003071739),(0.0009589056,0.02525668,0.002950858),(0.0007789832,0.02532416,0.00260426),(0.0006425022,0.02539184,0.002275577),(0.0005359181,0.02587498,0.002097223),(0.0005833115,0.02545818,0.001986178),(0.0008197275,0.02644932,0.003641264),(0.0008565323,0.0263407,0.003976937),(0.0009416742,0.0260305,0.003540143),(0.001028228,0.02593546,0.003879839),(0.000839908,0.02620296,0.004264674),(0.000762211,0.02602979,0.004480167),(0.001061328,0.02581411,0.004181528),(0.001024534,0.02565793,0.00442549),(0.001182049,0.02552677,0.003760607),(0.001262468,0.02541971,0.004069755),(0.001267597,0.02527929,0.004336856),(0.001441127,0.02502078,0.003938477),(0.00148677,0.02489458,0.004224083),(0.001318752,0.02511591,0.003625829),(0.001050084,0.02561054,0.003423305),(0.00114842,0.0251909,0.003294002),(0.0006157986,0.02581482,0.004599113),(0.0004270504,0.02556695,0.004631081),(0.0009014068,0.02545841,0.004592002),(0.0007215459,0.0252241,0.004681881),(0.0002223466,0.02529507,0.004585638),(2.806754e-5,0.02500806,0.004472357),(0.0005145501,0.02496352,0.004695941),(0.0003100178,0.02468524,0.004634998),(0.001011179,0.02487585,0.004695263),(0.0008104585,0.02462809,0.004770612),(0.0006019474,0.02435983,0.004766084),(0.001105263,0.02428882,0.004809048),(0.0009007769,0.0240319,0.00486139),(0.00129019,0.02452238,0.004674977),(0.001173697,0.02509546,0.004548018),(0.001426909,0.02472637,0.004474786),(-0.0001294068,0.02471481,0.004300804),(-0.0002626728,0.0244164,0.004089775),(0.0001375481,0.02439779,0.004499865),(-1.087713e-5,0.02410326,0.004310175),(-0.0003843266,0.02411388,0.003858062),(-0.0005069649,0.02380831,0.003624458),(-0.000143276,0.02380377,0.004085554),(-0.0002676667,0.02350143,0.003845631),(0.000250688,0.02378814,0.004513257),(0.0001037275,0.02349165,0.004304545),(-2.692803e-5,0.02319266,0.004067357),(0.0003599706,0.0231782,0.004509241),(0.0002190131,0.02288258,0.0042845),(0.0005236025,0.02347162,0.004692776),(0.0004160592,0.02407869,0.004673701),(0.0007053807,0.02375784,0.004816396),(-0.0006431839,0.02350076,0.003407756),(-0.0007922033,0.02319528,0.00322927),(-0.0003920671,0.02319832,0.003610037),(-0.000522653,0.02289676,0.00340197),(-0.0009532427,0.0228959,0.003110317),(-0.001125521,0.02260667,0.003072208),(-0.0006655998,0.02259904,0.003244628),(-0.0008270827,0.02230746,0.003161212),(-0.0002582225,0.0225981,0.003591289),(-0.0003840209,0.02230351,0.003401115),(-0.0005333596,0.02201136,0.003275317),(-0.0001107856,0.02200778,0.003575534),(-0.0002481465,0.02171645,0.003411155),(1.170804e-6,0.02229849,0.003792589),(-0.0001433848,0.02289465,0.003821487),(0.0001052585,0.02258972,0.004037264),(-0.001308259,0.02233162,0.00313626),(-0.001482783,0.02207493,0.003287425),(-0.001013278,0.02202432,0.003174921),(-0.001200423,0.02175644,0.003275786),(-0.001630421,0.02184073,0.003510657),(-0.001732499,0.02163319,0.003790914),(-0.001364756,0.02151063,0.003453843),(-0.001482515,0.02129371,0.003699124),(-0.000913622,0.02144466,0.003285834),(-0.001090995,0.02118764,0.003413993),(-0.001224161,0.02095986,0.003618647),(-0.0008092362,0.02087147,0.003393425),(-0.0009554066,0.02063241,0.003553494),(-0.0006245303,0.02113842,0.003317847),(-0.0007188186,0.02172216,0.00323825),(-0.0004284475,0.02142337,0.003324508),(-0.001770345,0.02145647,0.004113147),(-0.001767157,0.02129594,0.004461599),(-0.00152994,0.0211125,0.004001664),(-0.001529247,0.02095299,0.004343531),(-0.001746133,0.02113695,0.004820514),(-0.00173047,0.02096489,0.005174135),(-0.001502657,0.02080119,0.004706792),(-0.001472387,0.02064309,0.005073518),(-0.001296398,0.02060602,0.004224977),(-0.001273165,0.0204552,0.00458619),(-0.001235497,0.0203053,0.004959125),(-0.001053035,0.02010217,0.004464392),(-0.00101635,0.0199547,0.004836776),(-0.001063986,0.02025766,0.004111421),(-0.001286346,0.02077011,0.003895719),(-0.001035883,0.02043111,0.003800307),(-0.001743368,0.02076511,0.005506704),(-0.001781591,0.0205365,0.005809573),(-0.001460657,0.02046469,0.005425776),(-0.001469573,0.0202622,0.005754553),(-0.001841908,0.02027791,0.00607409),(-0.001921083,0.01998824,0.006291607),(-0.001501242,0.02003182,0.006050836),(-0.00155777,0.01976975,0.00630561),(-0.001181502,0.01996471,0.005670833),(-0.001181375,0.01976114,0.005992336),(-0.001209964,0.01952681,0.006279426),(-0.0008877793,0.01946586,0.005904547),(-0.0008853889,0.01925811,0.006218005),(-0.0009197307,0.01964535,0.005564655),(-0.001202243,0.02014395,0.005323551),(-0.0009672514,0.01980536,0.005206132),(-0.002015885,0.01966635,0.006453472),(-0.002118969,0.01931822,0.00656449),(-0.001641266,0.0194722,0.006509862),(-0.00174197,0.0191449,0.006664536),(-0.002222995,0.01894985,0.006629461),(-0.002320617,0.01856721,0.006653189),(-0.001850127,0.01879358,0.006770573),(-0.001955977,0.01842398,0.006828913),(-0.00136655,0.01895153,0.006721421),(-0.001472474,0.0186205,0.006870252),(-0.001582103,0.01826717,0.006966922),(-0.001096521,0.01842724,0.006926571),(-0.001203824,0.01809341,0.007063485),(-0.001000512,0.0187351,0.006735618),(-0.001275368,0.01925528,0.006523467),(-0.0009265507,0.01901329,0.006497228),(-0.002404496,0.0181763,0.006640475),(-0.002483363,0.01778126,0.006610133),(-0.002049764,0.01804182,0.006840501),(-0.002140053,0.01765301,0.006827758),(-0.002565955,0.01738625,0.006580973),(-0.002661004,0.01699543,0.006571808),(-0.00223541,0.01726343,0.006813108),(-0.002344402,0.01687898,0.006818974),(-0.001786568,0.01751611,0.007019586),(-0.001895803,0.01713367,0.007025424),(-0.002019309,0.01675681,0.007050831),(-0.001547763,0.01699497,0.007214018),(-0.001685402,0.01662706,0.007263801),(-0.00142475,0.01736811,0.007181307),(-0.001684401,0.01789649,0.007008392),(-0.001311669,0.01773731,0.007139763),(-0.002777247,0.01661296,0.006601451),(-0.002896732,0.01623492,0.006650306),(-0.002475595,0.01650556,0.006867782),(-0.002611567,0.01613762,0.00693821),(-0.003001512,0.01585743,0.006698779),(-0.003073634,0.01547658,0.006727274),(-0.0027349,0.0157696,0.00700894),(-0.002828171,0.01539597,0.007058648),(-0.002314816,0.01603578,0.007213097),(-0.00245499,0.01567772,0.007305929),(-0.002568892,0.01531202,0.00737721),(-0.002159693,0.01557848,0.007585049),(-0.002292783,0.01522131,0.00767782),(-0.002005006,0.01592662,0.0074708),(-0.002164284,0.01639316,0.007120725),(-0.001842363,0.01627355,0.007356555),(-0.003095151,0.01508846,0.006716197),(-0.003082965,0.01469417,0.006677712),(-0.00287396,0.01501116,0.007066021),(-0.002885398,0.01461741,0.007042532),(-0.003053977,0.01429477,0.006623975),(-0.003025089,0.01389135,0.006567153),(-0.002875612,0.01421695,0.006999662),(-0.00285773,0.01381202,0.006948889),(-0.002678882,0.01453999,0.007399364),(-0.002692447,0.01413998,0.007370799),(-0.002690045,0.01373484,0.007329516),(-0.002497327,0.014063,0.007732423),(-0.002514499,0.01365977,0.00770445),(-0.00245743,0.01446003,0.007742988),(-0.00264061,0.01493172,0.007404928),(-0.002390639,0.01484731,0.007727627),(-0.003013204,0.01348499,0.006519406),(-0.003027018,0.01308123,0.00648666),(-0.002844881,0.01340486,0.006901688),(-0.002851054,0.01300176,0.006866222),(-0.003075228,0.0126856,0.00647484),(-0.003166532,0.01230366,0.006489873),(-0.002890241,0.01260902,0.006850646),(-0.002976431,0.01223294,0.00686312),(-0.002682691,0.01292588,0.007250005),(-0.002715999,0.01253658,0.007232508),(-0.002799473,0.01216709,0.007243671),(-0.002549066,0.01246833,0.007617209),(-0.002633588,0.01210576,0.007628703),(-0.002516774,0.01285388,0.007634339),(-0.002680416,0.01332771,0.007285796),(-0.002513116,0.01325388,0.007667587),(-0.003309628,0.01194094,0.006537683),(-0.00348826,0.01159062,0.006608797),(-0.003123613,0.01187982,0.006911801),(-0.00331364,0.01154178,0.006986446),(-0.003686177,0.01124586,0.00669374),(-0.003887125,0.01089984,0.006783041),(-0.003528361,0.0112109,0.007076811),(-0.003749631,0.0108793,0.007172653),(-0.003154337,0.01150019,0.007372069),(-0.003385786,0.01118452,0.007467289),(-0.003626619,0.01086852,0.007568514),(-0.003256238,0.0111652,0.007863141),(-0.003515264,0.01086557,0.007968927),(-0.00300864,0.01146475,0.007763373),(-0.002952242,0.01182467,0.007293861),(-0.002793935,0.01177476,0.007681325),(-0.004074851,0.01054574,0.006867226),(-0.004262499,0.01019345,0.006948772),(-0.003959298,0.01053908,0.007263725),(-0.004168368,0.01019917,0.007351852),(-0.004463216,0.009852922,0.007030157),(-0.004690147,0.009534053,0.007113858),(-0.004387844,0.009868464,0.00743886),(-0.004628732,0.009555894,0.007526571),(-0.004085663,0.01021617,0.007757478),(-0.004322151,0.009895735,0.007848265),(-0.004575468,0.009589756,0.007938615),(-0.004262511,0.009931657,0.008258098),(-0.004526981,0.009632677,0.008350029),(-0.004010801,0.0102416,0.008164925),(-0.003856866,0.01054309,0.007664736),(-0.003764251,0.0105553,0.008069028),(-0.004956437,0.009246767,0.007202354),(-0.005253562,0.008984901,0.007293749),(-0.004902034,0.009270376,0.007616809),(-0.005201029,0.009006815,0.007708244),(-0.005572996,0.00874229,0.007386148),(-0.005906214,0.008512767,0.007477656),(-0.00551899,0.008760125,0.007799546),(-0.005849196,0.008525217,0.007889389),(-0.005155031,0.009041255,0.008121637),(-0.005471339,0.008791147,0.008212411),(-0.005798704,0.008552074,0.008301434),(-0.005428689,0.008834278,0.008624448),(-0.005753804,0.008592339,0.008713137),(-0.005113536,0.009086583,0.008533902),(-0.004854751,0.009306192,0.008030056),(-0.004811811,0.00935185,0.008442195),(-0.006244692,0.008290171,0.007566378),(-0.006590148,0.008079969,0.007652835),(-0.006184925,0.008296998,0.007976438),(-0.00652775,0.008080585,0.008061279),(-0.006944297,0.007887628,0.00773755),(-0.007308857,0.007718617,0.007821041),(-0.00687925,0.007881089,0.008144493),(-0.007241,0.007703624,0.008226665),(-0.006472929,0.008099832,0.008471908),(-0.006822266,0.007895041,0.008554416),(-0.0071814,0.007710057,0.00863581),(-0.006771635,0.007925651,0.00896556),(-0.007127988,0.007733561,0.009046568),(-0.006424403,0.008134897,0.008883268),(-0.006132154,0.008320238,0.008387757),(-0.006085418,0.008358169,0.008799269),(-0.007685544,0.007578404,0.007903834),(-0.008071451,0.007459471,0.007985293),(-0.00761458,0.007553304,0.008308374),(-0.007997488,0.00742407,0.008389049),(-0.008463671,0.007354302,0.008064789),(-0.008859296,0.007255382,0.008141686),(-0.008387227,0.007309869,0.008468118),(-0.008781298,0.007204646,0.008545003),(-0.007930807,0.007407834,0.008796377),(-0.008317138,0.007282135,0.008874647),(-0.008708592,0.007167734,0.00895097),(-0.008251558,0.007269896,0.009283142),(-0.008639702,0.007145294,0.009358776),(-0.007869316,0.007407958,0.009205682),(-0.00755157,0.007549065,0.008716613),(-0.007494336,0.007561753,0.009126715),(-0.009255417,0.007155191,0.008215357),(-0.00965263,0.007061972,0.008286725),(-0.009177201,0.007102343,0.008619134),(-0.009575153,0.007009917,0.008691264),(-0.01005153,0.00698397,0.008356722),(-0.01045272,0.006929424,0.008426272),(-0.009975359,0.006934317,0.008762144),(-0.01037804,0.006882497,0.008832534),(-0.009500842,0.006966102,0.009097099),(-0.009901399,0.006890809,0.009168266),(-0.01030475,0.006840488,0.009239076),(-0.00982953,0.006858764,0.009575422),(-0.0102331,0.006809147,0.009646425),(-0.009429139,0.006934689,0.009504255),(-0.009103201,0.0070604,0.009024895),(-0.009032379,0.007031879,0.00943226),(-0.01085679,0.006906576,0.008496308),(-0.01126305,0.006905758,0.008566792),(-0.01119075,0.006862303,0.008974113),(-0.01078339,0.006861413,0.008903178),(-0.01167082,0.006917291,0.008637697),(-0.0120794,0.006931505,0.008708989),(-0.01200878,0.006894978,0.009116953),(-0.01159944,0.006876411,0.009045362),(-0.01152803,0.006841484,0.00945337),(-0.01111877,0.006824248,0.009381645),(-0.01193784,0.006864397,0.009525368),(-0.01145722,0.006815063,0.009861992),(-0.01186727,0.006840874,0.009934356),(-0.01104768,0.00679562,0.009789812),(-0.01071078,0.006821109,0.009310206),(-0.01063939,0.006790873,0.009717922),(-0.0124881,0.006938729,0.008780637),(-0.01289612,0.006947831,0.008851903),(-0.0124181,0.006909247,0.009188921),(-0.01282656,0.006926771,0.009260654),(-0.01330263,0.006967683,0.008922049),(-0.01370682,0.007007155,0.008990338),(-0.0136376,0.007001798,0.009400992),(-0.01323333,0.006955103,0.009331545),(-0.01275622,0.006908564,0.009669696),(-0.01316316,0.006942981,0.009741164),(-0.01356754,0.006994397,0.009811589),(-0.01309302,0.006930307,0.01015097),(-0.01349755,0.006983895,0.01022222),(-0.01268595,0.006892563,0.01007909),(-0.01234751,0.006884562,0.009597621),(-0.01227711,0.006864729,0.0100068),(-0.01410787,0.007075117,0.009056034),(-0.01450622,0.00715,0.009120337),(-0.01443692,0.007152871,0.009534484),(-0.01403853,0.007074409,0.009468382),(-0.01490229,0.00721024,0.009184447),(-0.01529653,0.007234264,0.009249566),(-0.01483354,0.007217114,0.009600051),(-0.0152292,0.00724707,0.009665848),(-0.01476465,0.007216135,0.01001541),(-0.01436722,0.007149474,0.009948373),(-0.01516188,0.007250878,0.01008201),(-0.01469618,0.007207122,0.01043053),(-0.0150949,0.007245518,0.01049804),(-0.01429788,0.007139354,0.01036203),(-0.01396854,0.007069394,0.009880546),(-0.01389875,0.00705926,0.01029258),(-0.01568935,0.007200506,0.009316896),(-0.01608105,0.007122837,0.009385786),(-0.01562468,0.007222674,0.009732636),(-0.01601964,0.007155858,0.009800168),(-0.01647188,0.007015126,0.009455591),(-0.01686213,0.006891243,0.009525655),(-0.01641374,0.007058555,0.009868192),(-0.01680662,0.006942701,0.009936469),(-0.01595802,0.00717898,0.01021502),(-0.0163551,0.007092062,0.01028165),(-0.01675031,0.006984313,0.01034852),(-0.01629574,0.007114277,0.01069597),(-0.01669315,0.00701516,0.01076171),(-0.015896,0.007191062,0.01063037),(-0.01555997,0.007235208,0.01014851),(-0.01549528,0.007237486,0.01056453),(-0.01725207,0.006765058,0.009595333),(-0.01764203,0.006637601,0.009664278),(-0.01758838,0.006693352,0.01007265),(-0.01719795,0.00682023,0.01000475),(-0.01803234,0.006509899,0.00973215),(-0.01842332,0.006382983,0.009798601),(-0.01836911,0.006435219,0.01020581),(-0.01797854,0.006564278,0.0101398),(-0.01753337,0.006739356,0.01048284),(-0.01792322,0.006609046,0.01054946),(-0.01831327,0.006478113,0.01061514),(-0.01786841,0.006649292,0.01096031),(-0.01825859,0.006518886,0.01102552),(-0.01747826,0.006778351,0.01089432),(-0.01714273,0.006865594,0.01041572),(-0.01708691,0.006901747,0.01082797),(-0.01881531,0.006257882,0.00986329),(-0.01920695,0.006131231,0.009927058),(-0.01915192,0.006180099,0.0103341),(-0.01876071,0.006308388,0.01027031),(-0.01959691,0.005999664,0.009990753),(-0.01998382,0.005859816,0.01005522),(-0.01992736,0.005904416,0.01046288),(-0.01954129,0.006046668,0.01039802),(-0.01948465,0.006086798,0.01080712),(-0.01909549,0.006220858,0.01074318),(-0.0198705,0.005943961,0.01087204),(-0.01981684,0.005988183,0.01128149),(-0.01943066,0.006129978,0.01121676),(-0.01904123,0.006263108,0.01115301),(-0.01870453,0.006350006,0.01067945),(-0.01865003,0.00639145,0.01108951),(-0.02036633,0.005708322,0.0101213),(-0.02074555,0.005548093,0.01018859),(-0.02068651,0.005585513,0.01059741),(-0.02030871,0.005749655,0.01052948),(-0.02112257,0.005382042,0.01025669),(-0.0214985,0.00521308,0.01032519),(-0.02143619,0.005241595,0.01073546),(-0.02106194,0.005415117,0.01066622),(-0.02062895,0.005623503,0.01100675),(-0.02100397,0.005452208,0.01107566),(-0.02137778,0.005277751,0.011145),(-0.02095152,0.005500089,0.01148435),(-0.02132578,0.005326938,0.0115534),(-0.02057608,0.005670104,0.01141572),(-0.02025153,0.005788474,0.01093874),(-0.02019825,0.005833847,0.01134796),(0.01140857,0.002141461,0.009912909),(0.01121263,0.001782341,0.009895338),(0.01161578,0.002488435,0.009928847),(0.0116779,0.00242315,0.01032139),(0.01149931,0.002063592,0.01029872),(0.01133411,0.00169025,0.01027382),(0.01184549,0.002811118,0.009941516),(0.01210897,0.003097361,0.009949286),(0.01212872,0.003045775,0.01035113),(0.01188324,0.002755139,0.0103396),(0.01173859,0.002370352,0.01071948),(0.01192109,0.002710129,0.01074113),(0.01214931,0.003004525,0.01075457),(0.01197383,0.002670522,0.01114201),(0.01218486,0.002971277,0.01115672),(0.01181237,0.002322888,0.01111773),(0.01158656,0.002000319,0.01069235),(0.01144976,0.001615158,0.01066249),(0.01168397,0.001944002,0.01108705),(0.01157209,0.00154949,0.01105319),(0.01241747,0.00333502,0.009950521),(0.01276086,0.003518279,0.009946354),(0.01276802,0.003460071,0.01034942),(0.01242771,0.003281276,0.01035374),(0.01312901,0.00364132,0.009937912),(0.0135118,0.003698328,0.00992633),(0.01352383,0.003641272,0.01032796),(0.01313746,0.003580592,0.01034016),(0.01314449,0.003534067,0.01074077),(0.01277481,0.00341414,0.01075151),(0.01353374,0.003600545,0.01072775),(0.01354518,0.003591852,0.01112568),(0.01315666,0.003515553,0.01113934),(0.01279077,0.003389532,0.01115159),(0.01243848,0.00323841,0.01075707),(0.01246201,0.003209526,0.01115864),(0.0138991,0.003683486,0.009912735),(0.01428997,0.00361451,0.009898743),(0.01391495,0.003640542,0.0103148),(0.01430953,0.003591844,0.01030185),(0.01468347,0.003509117,0.009885965),(0.01507867,0.003385022,0.009876023),(0.01470631,0.003508618,0.01029031),(0.015104,0.003404309,0.01028135),(0.01432765,0.003589613,0.01070391),(0.01472857,0.003531005,0.01069392),(0.01512965,0.003449502,0.01068576),(0.01474861,0.003577993,0.01109638),(0.01515324,0.003517473,0.01108826),(0.01434389,0.003615567,0.01110488),(0.01392875,0.003615927,0.01071532),(0.01394184,0.003622689,0.01111442),(0.01547464,0.003259942,0.009870526),(0.01587111,0.003134082,0.00986715),(0.01550133,0.003292358,0.01027614),(0.01589842,0.003174713,0.01027281),(0.01626785,0.003007647,0.009863573),(0.01666461,0.002880844,0.00985747),(0.0162954,0.00305332,0.01026945),(0.01669238,0.002930131,0.01026418),(0.01592715,0.003249094,0.01067518),(0.01632459,0.003136352,0.0106708),(0.01672183,0.003019358,0.01066571),(0.01675073,0.003146196,0.01105827),(0.01635307,0.003253351,0.01106431),(0.01595475,0.00335263,0.01107168),(0.015529,0.003354505,0.01067984),(0.01555504,0.003441512,0.01107985),(0.01706113,0.002753877,0.009846517),(0.0174589,0.002639021,0.00982889),(0.01748788,0.002695862,0.01024017),(0.0170895,0.002807092,0.01025512),(0.01785941,0.002548549,0.009802767),(0.01826414,0.002494735,0.009766325),(0.01829299,0.00255546,0.01018426),(0.01788866,0.002608099,0.01021725),(0.0179191,0.002706407,0.01062941),(0.01751819,0.002793124,0.01064773),(0.01832302,0.002652303,0.01060124),(0.01835094,0.002779854,0.01101452),(0.01794766,0.002838934,0.01103607),(0.01754713,0.002927406,0.01104798),(0.0171194,0.002901196,0.01065893),(0.01714846,0.003033687,0.0110541),(0.01867457,0.002489853,0.009717743),(0.01904966,0.002539419,0.009661485),(0.01907553,0.002596996,0.01008565),(0.01870199,0.002549603,0.01013913),(0.01934838,0.002648946,0.009602017),(0.01952966,0.002823952,0.009543804),(0.01955562,0.002877392,0.009968881),(0.01937345,0.002704103,0.01002763),(0.01940296,0.00278517,0.01045337),(0.01910382,0.002683703,0.0105102),(0.01958946,0.002954457,0.01039302),(0.01962886,0.003050834,0.01081428),(0.01943396,0.002887479,0.01087734),(0.01913124,0.002794368,0.0109331),(0.01873089,0.002642074,0.01056049),(0.01875785,0.002761746,0.01097951),(0.01955248,0.00306995,0.009491313),(0.0194649,0.003368604,0.009437927),(0.01950327,0.003423139,0.009853235),(0.0195819,0.003123331,0.009913214),(0.01931501,0.00370158,0.009377019),(0.01915089,0.004050539,0.009301976),(0.01923528,0.004109244,0.009690763),(0.01937073,0.003758037,0.009781548),(0.01944882,0.003836712,0.01017889),(0.01956019,0.00350033,0.01026329),(0.01934256,0.004188588,0.01007147),(0.01946986,0.004286971,0.01044335),(0.01954817,0.003933989,0.01056717),(0.01963485,0.00359582,0.01066584),(0.01962448,0.003199544,0.01033216),(0.01967878,0.003294191,0.010746),(0.0190206,0.004397148,0.009206174),(0.01893175,0.004734773,0.009085046),(0.01910723,0.004798888,0.009429089),(0.0191479,0.004457984,0.009573488),(0.01889192,0.00505678,0.008934027),(0.01890869,0.005356536,0.008748549),(0.01916051,0.005435718,0.009056373),(0.01911189,0.005126588,0.009256927),(0.01933118,0.005204801,0.009577231),(0.01929287,0.004875575,0.009767815),(0.01939944,0.005520594,0.009364577),(0.01960467,0.005622817,0.009681229),(0.01953311,0.005301645,0.009901579),(0.01947701,0.004971488,0.01010545),(0.01929362,0.004535856,0.0099335),(0.01945103,0.004633033,0.01028774),(0.01898965,0.005627408,0.008524045),(0.01911291,0.00587695,0.008271229),(0.01936541,0.005988142,0.008576579),(0.01925171,0.005720911,0.00882679),(0.01925658,0.00611272,0.008000811),(0.01939878,0.006342269,0.0077235),(0.01957991,0.006492632,0.008047866),(0.0194815,0.00624339,0.008314138),(0.01965873,0.006380158,0.008634225),(0.0195808,0.006105663,0.008887296),(0.0197047,0.006646106,0.008379241),(0.01975623,0.006795933,0.00871913),(0.01976703,0.006522357,0.008965157),(0.01973587,0.006234657,0.009209719),(0.01948851,0.005820012,0.009132672),(0.019677,0.005934316,0.009449507),(0.0195176,0.006573154,0.007450009),(0.01960127,0.00680257,0.007180808),(0.01965778,0.006983593,0.0075279),(0.01964052,0.006741842,0.007786162),(0.01963802,0.007027712,0.006916358),(0.01961606,0.007245777,0.006657133),(0.01953991,0.007414993,0.0070172),(0.0196261,0.007210454,0.007271955),(0.0195494,0.007366984,0.007628195),(0.01964902,0.007149854,0.007878542),(0.01940328,0.007547168,0.007374763),(0.01921808,0.007625108,0.007724554),(0.01941345,0.007479394,0.007980527),(0.01957274,0.007285356,0.008229695),(0.01970112,0.006906116,0.008128117),(0.01968923,0.007053901,0.008474936),(0.01952361,0.00745396,0.006403598),(0.01937347,0.007641897,0.00615147),(0.01920014,0.007731123,0.006504935),(0.01939364,0.007589783,0.006762509),(0.01917844,0.007799224,0.00589646),(0.01895134,0.007915579,0.005634289),(0.01872294,0.007898668,0.005969363),(0.01897228,0.007835317,0.006241537),(0.01873645,0.007818189,0.006577146),(0.0189857,0.007769236,0.006850462),(0.01847504,0.00783047,0.006294756),(0.01822151,0.007714818,0.006609371),(0.01848715,0.007746537,0.00690075),(0.01874705,0.007748767,0.00718411),(0.01921168,0.007680074,0.007115926),(0.01899332,0.007711595,0.007458897),(0.01870495,0.007980597,0.005360668),(0.01844092,0.008018374,0.005085869),(0.01819785,0.007918345,0.005402476),(0.01846497,0.007917473,0.005685475),(0.01816092,0.00805301,0.004820162),(0.01786659,0.008108596,0.004573814),(0.01763414,0.007972716,0.004889589),(0.01792108,0.007927892,0.005132978),(0.01767891,0.00777826,0.005443812),(0.01794766,0.007783062,0.005713581),(0.0174049,0.007822653,0.005207267),(0.01717963,0.007662842,0.005527588),(0.01743714,0.007610465,0.005753807),(0.01769658,0.007619714,0.006020065),(0.01821258,0.007809612,0.006002064),(0.01795802,0.007663521,0.006310531),(0.01755959,0.008209237,0.004357095),(0.0172628,0.008357893,0.00417458),(0.01705313,0.008244844,0.004519957),(0.01733651,0.00807943,0.004684919),(0.01699909,0.00855753,0.004030843),(0.01679135,0.008811118,0.003930457),(0.01662878,0.008739029,0.004313109),(0.01680891,0.008465772,0.00439569),(0.01664361,0.008378695,0.004771696),(0.01686213,0.008132109,0.004874286),(0.01649385,0.0086742,0.004707607),(0.01638935,0.008612541,0.005109674),(0.01650668,0.008293433,0.005155466),(0.01669226,0.008018999,0.005235596),(0.01712427,0.007943682,0.005018449),(0.01692395,0.007803911,0.005357245),(0.01666244,0.009121622,0.003877998),(0.01659375,0.009475945,0.003861523),(0.01650952,0.009421846,0.004264759),(0.01653768,0.009061423,0.004273201),(0.01656666,0.009860989,0.00386909),(0.01656255,0.01026366,0.003888757),(0.01653766,0.01021234,0.004297438),(0.01651821,0.009809188,0.004276574),(0.01647896,0.009763362,0.004688023),(0.01644373,0.009375391,0.004675731),(0.01651142,0.01016444,0.004705856),(0.01646984,0.01011904,0.00511152),(0.01643805,0.009721894,0.005100623),(0.01639044,0.009333766,0.005090911),(0.01643796,0.009009383,0.004678938),(0.01636241,0.008961651,0.005091042),(0.01656279,0.01067085,0.00390858),(0.01655773,0.01108026,0.003927618),(0.01652559,0.01102944,0.004331665),(0.01654181,0.01062019,0.004316142),(0.01653773,0.01148959,0.003944926),(0.01649313,0.01189653,0.003959562),(0.01641189,0.0118389,0.004349088),(0.01648396,0.01143677,0.004342988),(0.0164005,0.01137753,0.004729251),(0.0164718,0.01097544,0.004727365),(0.01629538,0.01177213,0.004724034),(0.01614104,0.01169217,0.00507939),(0.01628039,0.01130834,0.005098976),(0.01638539,0.01091583,0.005110793),(0.01650891,0.01056977,0.004719268),(0.01645041,0.0105182,0.005114943),(0.01641428,0.01229876,0.00397058),(0.01630472,0.01269537,0.003976679),(0.01616598,0.01261766,0.004341791),(0.0163043,0.0122325,0.004348945),(0.01616799,0.01308542,0.003976554),(0.01600761,0.01346798,0.003968902),(0.01581616,0.01336302,0.004303361),(0.01600168,0.01299448,0.004326853),(0.01580028,0.01289113,0.004658661),(0.01599007,0.01252803,0.004689169),(0.01559267,0.01324553,0.004618863),(0.01534468,0.01311656,0.00491626),(0.01556997,0.0127748,0.00497099),(0.01578101,0.01242425,0.005016012),(0.01615684,0.01215534,0.004710816),(0.01597298,0.01206376,0.005051941),(0.01582712,0.01384212,0.003952418),(0.01562921,0.01420826,0.003927709),(0.0153981,0.01407618,0.004229364),(0.01561419,0.01372338,0.004270546),(0.01541654,0.01456684,0.003895379),(0.0151918,0.01491826,0.003856032),(0.01493301,0.01476154,0.004125736),(0.01517026,0.01442202,0.004180775),(0.01490169,0.0142651,0.004446319),(0.01514148,0.01393173,0.004511397),(0.01465496,0.01459305,0.004375404),(0.01436421,0.0144167,0.004609847),(0.01461823,0.0140998,0.004696429),(0.01486732,0.01377811,0.004777408),(0.01537244,0.01359213,0.004569342),(0.01510996,0.01345068,0.004851209),(0.01495765,0.01526296,0.003810274),(0.01471631,0.01560238,0.003760684),(0.01443912,0.01542489,0.00400175),(0.01468869,0.01509535,0.004065205),(0.01447002,0.01593798,0.003709841),(0.01422098,0.01627118,0.003660324),(0.0139315,0.01607689,0.003876337),(0.01418612,0.01575159,0.003937939),(0.01389,0.01555437,0.004144957),(0.01414773,0.01523637,0.004222337),(0.01363138,0.0158717,0.004070196),(0.01332382,0.01565745,0.004244172),(0.01358555,0.01534899,0.004334296),(0.01384687,0.01504014,0.004426682),(0.01440318,0.01491637,0.004299948),(0.01410676,0.01472976,0.004519232),(0.01397141,0.01660345,0.00361471),(0.0137211,0.01693283,0.003567547),(0.01342278,0.01672455,0.003760122),(0.01367706,0.01640222,0.003819512),(0.01346981,0.01725737,0.003513384),(0.01321733,0.01757512,0.003446767),(0.01291452,0.01734812,0.003604279),(0.01316861,0.01704086,0.003690825),(0.01286096,0.01681131,0.003839666),(0.01311623,0.01650422,0.003926622),(0.01260806,0.01710688,0.003730505),(0.01230148,0.01685021,0.003823681),(0.01254965,0.01656795,0.003958521),(0.012804,0.01627181,0.004066643),(0.01337324,0.01618967,0.004000442),(0.01306269,0.01596668,0.004158407),(0.01296342,0.01788414,0.003362241),(0.01271199,0.01818108,0.003254099),(0.01241252,0.01792376,0.003353389),(0.01266047,0.0176433,0.003493142),(0.01246694,0.01846262,0.003116629),(0.01223214,0.01872543,0.002944123),(0.01195911,0.0184299,0.002971946),(0.01217672,0.01818684,0.003180999),(0.01189886,0.01789347,0.003208339),(0.01211915,0.01764962,0.003416597),(0.0117052,0.01811676,0.002963539),(0.01147821,0.01778687,0.002922677),(0.01164085,0.01758255,0.00320035),(0.0118382,0.01735801,0.003443684),(0.01235817,0.01738687,0.003590066),(0.01206137,0.01711373,0.003651764),(0.0120115,0.01896617,0.002730868),(0.01181157,0.01918738,0.002481549),(0.01160111,0.01885176,0.002438316),(0.01176577,0.0186503,0.002722205),(0.01163892,0.01939159,0.002200847),(0.01150011,0.01958134,0.001893444),(0.01137558,0.01921285,0.001794237),(0.01146957,0.01903803,0.002126814),(0.01133638,0.01867171,0.002029985),(0.01142263,0.01850128,0.002366705),(0.01128858,0.01883373,0.001677942),(0.01123776,0.01844693,0.001554308),(0.0112415,0.01829554,0.001919732),(0.01128111,0.01813839,0.002274708),(0.01154601,0.01831783,0.002680442),(0.01135915,0.01797049,0.002611577),(0.0114017,0.01975915,0.001564024),(0.01133121,0.01992721,0.001217681),(0.0112954,0.0195403,0.00108978),(0.01132358,0.01937994,0.00144712),(0.01127616,0.0200877,0.0008595113),(0.01122408,0.02024281,0.0004946109),(0.01123784,0.01984474,0.0003616915),(0.01127288,0.01969491,0.0007265316),(0.01129209,0.01929618,0.000591213),(0.01128938,0.01914616,0.0009547066),(0.01126577,0.0194418,0.0002316017),(0.01129561,0.01903429,0.0001077684),(0.01132223,0.0188923,0.0004585222),(0.01130413,0.01874637,0.0008193992),(0.01128056,0.01899195,0.001318233),(0.0112673,0.01859757,0.001186096),(0.01116249,0.02039473,0.0001280753),(0.01107631,0.02054327,-0.0002203478),(0.01106807,0.02013376,-0.0003374961),(0.01117213,0.01999077,-4.250477e-7),(0.01095043,0.02068828,-0.000530911),(0.01076978,0.02082959,-0.0007838666),(0.01071423,0.02041356,-0.0008472135),(0.01091799,0.02027444,-0.0006271997),(0.0108792,0.01985839,-0.0007038082),(0.01105825,0.01972109,-0.0004401675),(0.01065138,0.01999655,-0.0008869413),(0.01058223,0.01958002,-0.0009011262),(0.01083153,0.01944139,-0.000757991),(0.01104022,0.01930607,-0.0005254736),(0.01118747,0.01958283,-0.000120278),(0.01119826,0.01917129,-0.0002285586),(0.01051925,0.02096703,-0.0009594674),(0.01023179,0.02110693,-0.001053302),(0.01015548,0.02069508,-0.001014079),(0.01044911,0.02055185,-0.0009752157),(0.00994032,0.02125563,-0.001060961),(0.009677783,0.02141945,-0.0009780313),(0.009614076,0.02101945,-0.0008358817),(0.009866185,0.02084902,-0.0009666768),(0.009802348,0.02044627,-0.0008480831),(0.01008279,0.02028569,-0.0009489944),(0.0095647,0.02062393,-0.0006726593),(0.009532754,0.02023161,-0.0004943784),(0.00975228,0.02004688,-0.0007100803),(0.01001726,0.01987913,-0.0008607315),(0.01037585,0.02013738,-0.0009653086),(0.01030236,0.01972472,-0.0009298931),(0.009477112,0.02160472,-0.000800104),(0.009328404,0.02180905,-0.0005510303),(0.009305516,0.02142341,-0.0003533876),(0.009431994,0.02121213,-0.0006245663),(0.009221758,0.02203005,-0.0002546617),(0.009147268,0.02226531,6.514989e-5),(0.009161694,0.02188726,0.0002859332),(0.009220225,0.02164967,-4.300231e-5),(0.0092199,0.02127016,0.0001733987),(0.009290867,0.0210404,-0.000145223),(0.009169712,0.02150824,0.0005063622),(0.009172773,0.02112643,0.0007266366),(0.009223026,0.02088941,0.0003932333),(0.009287117,0.02065791,7.006921e-5),(0.009400002,0.02082349,-0.0004328075),(0.00938403,0.02043697,-0.000230065),(0.009095035,0.02251244,0.0003845526),(0.009050786,0.02276605,0.0007015887),(0.009067573,0.02238116,0.0009338333),(0.009115501,0.02213256,0.0006127621),(0.009000259,0.02302075,0.0010143),(0.008929178,0.02327115,0.001320729),(0.008910213,0.02287071,0.001544099),(0.009003835,0.02262867,0.001245496),(0.008984849,0.02223214,0.001466133),(0.00906584,0.02199254,0.001158979),(0.00886628,0.02246564,0.001752185),(0.008795427,0.02205707,0.001941946),(0.008941167,0.02183152,0.001674422),(0.009044319,0.02159973,0.00137651),(0.00912291,0.02175014,0.000836972),(0.009117362,0.02136396,0.001057488),(0.008823276,0.02351187,0.001618918),(0.008680635,0.02374166,0.001889099),(0.008595519,0.02332444,0.002070864),(0.00877263,0.02310287,0.001825991),(0.008499329,0.02395925,0.002111506),(0.008277439,0.02416342,0.002266372),(0.00814043,0.02373287,0.002368319),(0.008383309,0.02353468,0.002258409),(0.008247275,0.02310843,0.002369243),(0.008486471,0.02290412,0.002222987),(0.007989909,0.02330235,0.002430405),(0.007831552,0.0228741,0.002450439),(0.008095709,0.0226827,0.002440543),(0.008355722,0.0224827,0.0023415),(0.008696483,0.02268975,0.002010885),(0.008594619,0.02227414,0.002169803),(0.008013044,0.02435289,0.00233393),(0.007735873,0.02453072,0.002316645),(0.007602306,0.02409409,0.002303731),(0.00787131,0.02391827,0.002380285),(0.007475653,0.02469992,0.002216979),(0.007262111,0.02486355,0.002037397),(0.007170054,0.02442984,0.001922764),(0.007359771,0.02426355,0.002148083),(0.007258595,0.02383264,0.002048685),(0.007474656,0.02366125,0.002254918),(0.007098129,0.02400292,0.001783737),(0.007045509,0.02358396,0.001625846),(0.007172987,0.02340872,0.001923176),(0.007355969,0.02323404,0.002172533),(0.007725399,0.02348556,0.002387228),(0.007580232,0.02305686,0.002354696),(0.007124975,0.02502463,0.001780363),(0.00702576,0.02517863,0.00147718),(0.006985789,0.02475599,0.001319776),(0.007059511,0.02459619,0.0016372),(0.006925982,0.02532099,0.001159151),(0.006787153,0.02544719,0.0008575805),(0.006779388,0.02502959,0.0007028826),(0.006906533,0.02490265,0.000998875),(0.006898955,0.02449202,0.0008289596),(0.006962518,0.02434122,0.001148597),(0.006779271,0.02461911,0.0005416464),(0.006788657,0.02421594,0.000374809),(0.006903756,0.02408935,0.0006516683),(0.006955318,0.0239348,0.0009675133),(0.007014173,0.02417532,0.001475282),(0.00698776,0.02376283,0.001299765),(0.00657079,0.02555268,0.0006037707),(0.006308181,0.0256347,0.0004209264),(0.006290757,0.02520373,0.0002918727),(0.006561999,0.02513019,0.000460183),(0.006030613,0.02569051,0.0003322522),(0.005769376,0.02571737,0.0003609528),(0.00573226,0.02526659,0.0002628051),(0.006002048,0.02524944,0.000219048),(0.005979619,0.02481221,0.0001018272),(0.006279263,0.02477777,0.0001589522),(0.00570067,0.02481861,0.0001596878),(0.005679435,0.02437449,5.273066e-5),(0.005967902,0.02437963,-1.849632e-5),(0.006277649,0.02435739,2.275535e-5),(0.00655926,0.02471389,0.0003119346),(0.006565594,0.02430406,0.0001595142),(0.005555759,0.02571251,0.0005302327),(0.005363076,0.0256881,0.0007727807),(0.005330144,0.02522575,0.000694735),(0.005517784,0.02525442,0.0004442406),(0.00516464,0.0256563,0.001021285),(0.004933766,0.02562926,0.001208435),(0.005140876,0.02519337,0.0009456684),(0.004921511,0.02517009,0.001128422),(0.005112719,0.02473194,0.0008597361),(0.005296553,0.02476506,0.0006081961),(0.004901926,0.02471249,0.001036728),(0.004877499,0.02425736,0.0009332817),(0.005083528,0.02427304,0.0007635689),(0.005266415,0.02430714,0.000513649),(0.00548276,0.02479843,0.000351662),(0.005455329,0.02434564,0.0002534077),(0.004643767,0.02561914,0.001266919),(0.00430861,0.02561576,0.001242552),(0.004643576,0.02516872,0.001174376),(0.004320519,0.02517682,0.001132971),(0.003942259,0.02560891,0.00118115),(0.003558679,0.02558844,0.001128528),(0.003965789,0.02518195,0.001053647),(0.003592835,0.02517169,0.0009858451),(0.00432379,0.02474024,0.001010942),(0.003981092,0.02475824,0.0009132334),(0.003619072,0.02475951,0.0008290277),(0.003987752,0.02433869,0.0007611386),(0.003635771,0.02435319,0.0006593934),(0.004319064,0.02430681,0.0008772476),(0.004634842,0.02472012,0.001069618),(0.004619163,0.02427416,0.0009529017),(0.003171834,0.02554414,0.001130502),(0.002780841,0.02548383,0.001169745),(0.003215102,0.02513358,0.0009790047),(0.002831427,0.02507647,0.001014468),(0.002384814,0.02541536,0.001228928),(0.001982867,0.02534653,0.001290726),(0.002041584,0.02494059,0.00113767),(0.002440642,0.02500919,0.001073575),(0.002487014,0.02461265,0.0008963733),(0.002873034,0.02467738,0.000839664),(0.002090995,0.02454458,0.0009619219),(0.002125507,0.02416192,0.0007622825),(0.00251865,0.02422895,0.0006964713),(0.002901333,0.02428923,0.0006452555),(0.003250052,0.02472945,0.00081086),(0.003273668,0.02433367,0.000626831),(0.001574114,0.02528517,0.001337811),(0.001196733,0.02522779,0.001394305),(0.001254383,0.0248221,0.001248427),(0.001633088,0.02487948,0.001188092),(0.0008888968,0.02517091,0.001484328),(0.0006887818,0.02511106,0.001632001),(0.0007432677,0.02470345,0.00149318),(0.0009446994,0.02476468,0.001342262),(0.0009971983,0.02436312,0.001185528),(0.00130602,0.02442314,0.001084419),(0.0007975759,0.02429913,0.001342652),(0.000850565,0.02389844,0.001182105),(0.001043985,0.02396736,0.001015146),(0.001347839,0.02403299,0.0009023619),(0.001683974,0.02448252,0.001017243),(0.001721792,0.02409722,0.0008244933),(0.0006345631,0.02504473,0.001861447),(0.0006944154,0.02497485,0.002150593),(0.0007517932,0.02456194,0.002014607),(0.0006893176,0.02463462,0.001724767),(0.0008365131,0.02490433,0.002477363),(0.001029031,0.0248361,0.002819686),(0.001101797,0.02441976,0.002679377),(0.0008996386,0.02448908,0.002340283),(0.0009689307,0.02407854,0.002194189),(0.0008147859,0.02415306,0.001869085),(0.00117831,0.02400807,0.002531084),(0.001259677,0.02360145,0.002375962),(0.00104496,0.02367288,0.002040253),(0.0008835429,0.0237482,0.001715488),(0.0007472197,0.02422785,0.001577872),(0.0008079144,0.02382439,0.001422495),(0.001240145,0.02477307,0.003155487),(0.00143909,0.02470418,0.00348209),(0.001327214,0.0243577,0.003009474),(0.001545773,0.02429234,0.003331986),(0.001595103,0.02461834,0.003796816),(0.001677422,0.02450449,0.004096988),(0.001727363,0.02421313,0.003648331),(0.001841868,0.02410953,0.003959926),(0.001641512,0.02388119,0.00317811),(0.001840871,0.02380593,0.003496581),(0.001982427,0.02371023,0.003817251),(0.001938593,0.0233975,0.003345121),(0.002101413,0.02330708,0.003673318),(0.001729015,0.02347153,0.003023056),(0.001411581,0.02394543,0.002857668),(0.001495203,0.02353692,0.002701783),(0.001655282,0.02435156,0.004379928),(0.001552816,0.02416388,0.004624769),(0.001859176,0.02397099,0.004268183),(0.001796924,0.02379966,0.004549288),(0.001394153,0.02394576,0.004810645),(0.001203427,0.02370154,0.004916689),(0.001672748,0.02359767,0.004779426),(0.001504286,0.02336718,0.00493478),(0.002020378,0.02342906,0.00445318),(0.001936662,0.02324331,0.004719408),(0.001797745,0.02302726,0.004918457),(0.002181514,0.02288143,0.004634613),(0.002078191,0.02268021,0.004870519),(0.002221046,0.02305141,0.004341092),(0.002038948,0.02358465,0.004144289),(0.002194955,0.02319251,0.004012984),(0.001004767,0.02343554,0.004922035),(0.0008094467,0.02315425,0.004842487),(0.001309177,0.02311034,0.004991534),(0.001104914,0.02283494,0.004961154),(0.0006287396,0.02286415,0.004693849),(0.0004739189,0.02257174,0.004491926),(0.0009089964,0.02254881,0.004855108),(0.0007389188,0.02225976,0.004684859),(0.0014067,0.02251259,0.005047549),(0.001199703,0.0222315,0.004989758),(0.001015143,0.02194626,0.004858519),(0.001499821,0.02191153,0.005094539),(0.00130372,0.02163083,0.00500813),(0.001711498,0.02218609,0.005100437),(0.001613569,0.02278077,0.005025809),(0.001912903,0.02244537,0.005025778),(0.0003562578,0.0222835,0.004252524),(0.0002556094,0.02199713,0.004001234),(0.0006121782,0.0219756,0.004461872),(0.0005083447,0.0216934,0.004211985),(0.0001518264,0.02171032,0.003763648),(2.476214e-5,0.02142077,0.003565358),(0.0004069898,0.02141024,0.003961028),(0.0002876839,0.02112318,0.003734838),(0.0007626287,0.02138671,0.004419604),(0.0006578789,0.02110664,0.004163248),(0.0005429366,0.02082251,0.003916504),(0.0009076684,0.02079866,0.004365878),(0.0007928379,0.02051762,0.004107267),(0.001021713,0.02107648,0.004618856),(0.0008755838,0.02166563,0.004659914),(0.00114904,0.02135318,0.004841254),(-0.0001457306,0.02112618,0.003431957),(-0.000335296,0.02083655,0.003372103),(0.0001299979,0.02082931,0.003559249),(-4.703279e-5,0.02053782,0.003449041),(-0.0005195783,0.02056186,0.003394457),(-0.000674222,0.02031211,0.003507678),(-0.0002243731,0.02025794,0.003418996),(-0.0003829876,0.01999887,0.003483898),(0.0002391455,0.02024103,0.003549096),(7.402787e-5,0.01995889,0.00346895),(-8.408391e-5,0.01969263,0.003484855),(0.0003732727,0.01966385,0.003546224),(0.0002201088,0.0193933,0.003513248),(0.0005221253,0.01994494,0.003672708),(0.0003994036,0.02053144,0.003705034),(0.000663152,0.02023129,0.003867965),(-0.0007748714,0.02009729,0.003720424),(-0.0008273905,0.01991061,0.004008344),(-0.0005038412,0.0197698,0.003658526),(-0.0005842794,0.01956749,0.00391746),(-0.0008376437,0.01974526,0.004347085),(-0.0008114956,0.01959446,0.004712294),(-0.000621648,0.01938864,0.004235275),(-0.0006132922,0.01922999,0.004586549),(-0.0003323212,0.01923098,0.00384048),(-0.0003997034,0.01903646,0.004129967),(-0.0004140988,0.01886671,0.004460416),(-0.0001664665,0.01869286,0.004032168),(-0.0002062736,0.01851003,0.004334766),(-6.918447e-5,0.01890373,0.003779117),(-0.0002233242,0.01944984,0.003617071),(6.614855e-5,0.01913857,0.003598512),(-0.0007548101,0.0194514,0.005079619),(-0.0006866112,0.01930545,0.005442259),(-0.0005565582,0.01908828,0.004945861),(-0.000474417,0.01895149,0.005307089),(-0.0006259232,0.01914597,0.005793417),(-0.0005917699,0.01896233,0.006126294),(-0.0003898406,0.01880766,0.005664109),(-0.0003258001,0.01864478,0.006010802),(-0.0002754215,0.01858995,0.005162586),(-0.0001735645,0.01845711,0.00552178),(-8.41721e-5,0.01831075,0.005878029),(2.887141e-5,0.01810052,0.005371592),(0.0001364213,0.01796556,0.005734483),(-8.189846e-5,0.0182273,0.005012196),(-0.0003641355,0.01872218,0.00480671),(-0.0001691822,0.01835932,0.004664015),(-0.0006031754,0.01874389,0.006434092),(-0.0006516619,0.01849261,0.006707597),(-0.0003052674,0.01845086,0.006341043),(-0.000323428,0.01822594,0.006644015),(-0.0007287514,0.01821046,0.006937596),(-0.0008259661,0.01789937,0.007114877),(-0.0003754682,0.01797003,0.006908894),(-0.0004565735,0.01768315,0.007124857),(-1.924084e-5,0.01793694,0.006551526),(-4.297504e-5,0.01770584,0.006846023),(-0.0001036912,0.01744286,0.007097189),(0.0002624246,0.01741779,0.006754548),(0.0002246364,0.01717661,0.00703563),(0.00025747,0.01762748,0.006436782),(-3.285204e-5,0.01813797,0.006225069),(0.0002140448,0.01780898,0.006093154),(-0.0009348282,0.01756132,0.007230227),(-0.001056444,0.01720656,0.007308609),(-0.0005619301,0.01736534,0.007281089),(-0.0006886309,0.01702743,0.007400136),(-0.001191921,0.01684533,0.007374981),(-0.001342365,0.0164879,0.007454307),(-0.0008337694,0.01668027,0.007504557),(-0.0009944385,0.01633471,0.007616903),(-0.0003282915,0.01682669,0.007454535),(-0.0004788008,0.0164953,0.007598984),(-0.0006458663,0.01616292,0.007746135),(-0.0001325081,0.01628593,0.007654504),(-0.0003008914,0.0159679,0.007836557),(1.759261e-5,0.0166003,0.007470443),(-0.0002010258,0.01714618,0.007293647),(0.0001398333,0.01690066,0.007269205),(-0.001508883,0.0161445,0.007571547),(-0.001680669,0.01580733,0.007707159),(-0.001167732,0.01600161,0.007759726),(-0.001345788,0.01567378,0.007916405),(-0.001846918,0.01546858,0.007841602),(-0.001996826,0.01512043,0.007955336),(-0.001520749,0.01534409,0.008070317),(-0.001684753,0.01500537,0.008204836),(-0.001004352,0.01552185,0.008092774),(-0.001185268,0.0152011,0.008265923),(-0.001360297,0.01487214,0.008421395),(-0.000844558,0.01503566,0.008423151),(-0.00102719,0.01471675,0.008600088),(-0.0006603451,0.01534741,0.008230503),(-0.0008228007,0.01584045,0.007915122),(-0.0004779798,0.01565661,0.008031763),(-0.002119587,0.01475507,0.008028822),(-0.002215058,0.01437561,0.008068191),(-0.001829941,0.01465046,0.008303344),(-0.001952525,0.01428153,0.008369322),(-0.002283093,0.01398515,0.008079576),(-0.00232355,0.01358681,0.00806911),(-0.002048719,0.01390077,0.008406256),(-0.002114733,0.01351033,0.008417629),(-0.001670595,0.01417261,0.008640735),(-0.001793174,0.01380418,0.008706464),(-0.00188558,0.01342474,0.008744143),(-0.001515431,0.01368972,0.008974203),(-0.001633622,0.01332441,0.009042789),(-0.001370027,0.01404364,0.00887678),(-0.001524188,0.01452896,0.008546022),(-0.001204814,0.01438603,0.008751686),(-0.002336284,0.01318368,0.008042925),(-0.002348152,0.01278607,0.008015555),(-0.002146782,0.01311241,0.008406926),(-0.002173495,0.012719,0.008390179),(-0.002386008,0.01240428,0.008001533),(-0.00247671,0.01204861,0.00801539),(-0.002223501,0.01234208,0.008383423),(-0.002325433,0.01199366,0.008402689),(-0.001989471,0.0126492,0.008754731),(-0.002058221,0.01227935,0.008760821),(-0.002176351,0.01193896,0.008789561),(-0.001886843,0.01221372,0.00913167),(-0.002026059,0.01188253,0.009174963),(-0.00179275,0.01257322,0.009105734),(-0.001941468,0.01303537,0.008754702),(-0.001717203,0.01294785,0.00908137),(-0.002647113,0.01172936,0.008071658),(-0.002874838,0.01143436,0.008158063),(-0.002507919,0.01168573,0.008464012),(-0.002748433,0.01140478,0.008554981),(-0.003137507,0.01115145,0.008262332),(-0.003412738,0.01086848,0.008372192),(-0.003024449,0.01113732,0.008663194),(-0.003313441,0.01086983,0.008776241),(-0.002624925,0.0113718,0.008952971),(-0.002911925,0.01111684,0.009064056),(-0.003211772,0.01086218,0.009179003),(-0.002794794,0.01108408,0.009463249),(-0.00310213,0.01083808,0.00957841),(-0.002499816,0.01133117,0.009350874),(-0.002372493,0.01164114,0.008857544),(-0.002236977,0.01159284,0.009251405),(-0.003678155,0.01057328,0.00847537),(-0.003940195,0.01027259,0.008573468),(-0.003592883,0.01058882,0.008881715),(-0.003868301,0.01030068,0.008981374),(-0.004205296,0.009973151,0.008668092),(-0.004479897,0.009681696,0.008760845),(-0.004145219,0.01001183,0.00907698),(-0.004429163,0.009728649,0.00917029),(-0.003789571,0.01031741,0.009386912),(-0.004076989,0.0100393,0.009483499),(-0.004369727,0.009765365,0.009577589),(-0.003995317,0.01004719,0.009886385),(-0.004296536,0.009783672,0.009981966),(-0.003698462,0.01031431,0.009788351),(-0.003502744,0.0105937,0.009286018),(-0.003402044,0.01057972,0.009686234),(-0.004770435,0.009404971,0.008853331),(-0.0050745,0.009141158,0.008945018),(-0.004725659,0.009457552,0.009263065),(-0.005032991,0.009197179,0.009354857),(-0.005389681,0.008888447,0.009035366),(-0.005713568,0.008645024,0.00912384),(-0.005349445,0.008946168,0.009445217),(-0.005673303,0.008703164,0.009533697),(-0.004984073,0.009246839,0.009763287),(-0.005303104,0.008999959,0.009854052),(-0.005628323,0.0087598,0.00994286),(-0.005245788,0.009042333,0.01026193),(-0.005573934,0.008807972,0.01035148),(-0.004922812,0.009282339,0.01017019),(-0.004672518,0.009501593,0.009670993),(-0.004606047,0.009529089,0.01007672),(-0.006043749,0.008409074,0.009209906),(-0.006380889,0.008182971,0.009293903),(-0.006002853,0.008466806,0.009619853),(-0.006338651,0.00823894,0.009703959),(-0.006725649,0.007969083,0.009376165),(-0.007078697,0.00776978,0.009457034),(-0.006681252,0.008021411,0.009786291),(-0.007031213,0.007816064,0.009867127),(-0.006293958,0.008297694,0.01011359),(-0.006635386,0.008078712,0.010196),(-0.006983225,0.007869758,0.01027677),(-0.006584993,0.00813706,0.01060535),(-0.006932417,0.007928205,0.01068587),(-0.006243077,0.008354117,0.01052295),(-0.005958439,0.008525217,0.01002929),(-0.00590621,0.00857816,0.01043841),(-0.007440693,0.007587436,0.009536847),(-0.007810914,0.007421631,0.00961537),(-0.00738909,0.007624744,0.009946743),(-0.007754776,0.007448674,0.01002498),(-0.00818864,0.007271952,0.009692368),(-0.008573145,0.007137981,0.009767607),(-0.008128158,0.007289084,0.01010166),(-0.008509126,0.007147196,0.01017665),(-0.007700063,0.007488906,0.01043403),(-0.008069887,0.007322073,0.01051037),(-0.008447856,0.007174347,0.01058509),(-0.008013598,0.007371705,0.01091784),(-0.008389538,0.00722084,0.01099212),(-0.007645947,0.007542143,0.01084207),(-0.00733798,0.007672311,0.01035613),(-0.007285811,0.007728773,0.01076476),(-0.008963704,0.007019302,0.009840852),(-0.009359479,0.006919836,0.009912751),(-0.008897574,0.007024237,0.01024977),(-0.009292283,0.006922961,0.01032166),(-0.009759629,0.006843501,0.009983951),(-0.01016331,0.006794221,0.0100551),(-0.009692037,0.006846122,0.01039295),(-0.01009562,0.006796474,0.01046429),(-0.009227967,0.00694549,0.01073004),(-0.009627089,0.006867731,0.01080151),(-0.01003024,0.006816664,0.01087314),(-0.009565122,0.006909429,0.01120874),(-0.009967397,0.006855552,0.01128084),(-0.009166953,0.006988843,0.01113698),(-0.008834387,0.007048258,0.01065811),(-0.00877454,0.007092932,0.01106497),(-0.01056969,0.006775914,0.01012686),(-0.01097804,0.00678045,0.01019904),(-0.01050182,0.006776768,0.0105363),(-0.01090994,0.00677917,0.01060876),(-0.01138763,0.006799697,0.01027149),(-0.01179774,0.006825526,0.01034404),(-0.01131931,0.006795844,0.01068146),(-0.01172924,0.006818951,0.01075414),(-0.01084348,0.006792222,0.01101842),(-0.0112523,0.006803961,0.01109147),(-0.01166175,0.006821751,0.01116438),(-0.01118663,0.006824501,0.01150111),(-0.01159525,0.006834524,0.01157448),(-0.01077873,0.006820035,0.01142744),(-0.01043592,0.006793975,0.01094554),(-0.01037212,0.006828069,0.01135388),(-0.01220765,0.006849806,0.01041652),(-0.01261659,0.006878125,0.01048887),(-0.01213905,0.006840657,0.0108266),(-0.01254798,0.006866388,0.01089894),(-0.01302381,0.00691607,0.01056103),(-0.01342853,0.006969233,0.01063295),(-0.01295528,0.006901572,0.01097127),(-0.01336022,0.006951637,0.01104372),(-0.01247992,0.006858492,0.01130918),(-0.0128872,0.006888109,0.01138161),(-0.01329232,0.006932336,0.01145444),(-0.01281933,0.006876982,0.01179197),(-0.01322457,0.006912557,0.01186505),(-0.01241226,0.006855576,0.01171947),(-0.0120712,0.006838149,0.01123686),(-0.01200401,0.006843152,0.01164712),(-0.01383001,0.007043197,0.01070456),(-0.01422959,0.007122057,0.0107755),(-0.01376204,0.007022011,0.01111637),(-0.01416214,0.00709778,0.01118862),(-0.01462865,0.007189899,0.01084541),(-0.01502855,0.007230815,0.01091393),(-0.01456193,0.007164035,0.01125981),(-0.0149628,0.007205859,0.01132931),(-0.01409528,0.007066725,0.01160125),(-0.01449584,0.007129103,0.0116735),(-0.0148976,0.007169744,0.01174384),(-0.01443024,0.007084675,0.01208624),(-0.01483291,0.007121559,0.01215716),(-0.01402878,0.007029091,0.01201322),(-0.01369456,0.006996506,0.01152794),(-0.0136273,0.006967489,0.01193915),(-0.01543064,0.007228893,0.0109807),(-0.01583343,0.007190957,0.01104626),(-0.01536615,0.007208345,0.0113965),(-0.01577051,0.007177533,0.011462),(-0.01623542,0.007123827,0.01111117),(-0.01663511,0.007034328,0.01117597),(-0.01617439,0.007119472,0.01152646),(-0.01657631,0.007040209,0.01159051),(-0.01570746,0.007149659,0.01187693),(-0.01611289,0.007099965,0.01194107),(-0.01651687,0.007031192,0.01200456),(-0.01605116,0.007064059,0.01235425),(-0.01645689,0.007005667,0.01241734),(-0.0156445,0.007106203,0.01229038),(-0.01530192,0.007174758,0.01181142),(-0.01523804,0.007127052,0.01222495),(-0.01703101,0.006929281,0.01124121),(-0.0174243,0.006813077,0.01130653),(-0.01697479,0.006945789,0.0116548),(-0.01737082,0.006840112,0.01171906),(-0.01781618,0.006690106,0.01137156),(-0.01820784,0.006564761,0.01143593),(-0.01776538,0.006727078,0.01178301),(-0.01815947,0.006610587,0.0118464),(-0.01731716,0.006856033,0.01213147),(-0.01771488,0.006755794,0.01219449),(-0.01811193,0.006651215,0.01225697),(-0.01766353,0.006771847,0.01260582),(-0.01806368,0.006681494,0.0126677),(-0.01726264,0.006857419,0.01254334),(-0.01691805,0.006948856,0.01206809),(-0.01686057,0.006936074,0.01248044),(-0.01860048,0.006441431,0.01149928),(-0.01899267,0.006316446,0.01156228),(-0.01855408,0.006494539,0.01190895),(-0.01894792,0.006375603,0.01197127),(-0.01938299,0.006186134,0.01162563),(-0.01977001,0.006046823,0.01169),(-0.01933972,0.006250443,0.01203397),(-0.01972819,0.006115729,0.01209768),(-0.01890506,0.006435305,0.01238022),(-0.01929893,0.006318083,0.01244204),(-0.01968953,0.006190756,0.01250471),(-0.01925872,0.006384229,0.01285007),(-0.01965221,0.006267754,0.01291121),(-0.0188622,0.006490281,0.01278939),(-0.01850903,0.006545366,0.0123187),(-0.01846355,0.006588504,0.01272874),(-0.02015232,0.005894842,0.01175607),(-0.02053108,0.005733359,0.01182342),(-0.02011205,0.00596813,0.01216302),(-0.02049245,0.005810863,0.01222956),(-0.02090748,0.005565541,0.01189163),(-0.0212827,0.005394555,0.01196026),(-0.02124749,0.005480222,0.01236466),(-0.02087055,0.005647154,0.0122969),(-0.02083944,0.005743518,0.01269959),(-0.02045869,0.005900211,0.01263383),(-0.0212191,0.005583563,0.01276569),(-0.02119648,0.005704201,0.01316245),(-0.02081288,0.005853227,0.01309908),(-0.0204283,0.005998997,0.01303594),(-0.02007575,0.006050378,0.01256875),(-0.02004174,0.006138259,0.01297324),(0.01171358,0.001485671,0.01143775),(0.01180521,0.001887004,0.01147607),(0.01191377,0.002273607,0.01151076),(0.01195656,0.001830355,0.01184947),(0.01204622,0.002222136,0.01189093),(0.0118836,0.001425814,0.01180389),(0.01205621,0.002630748,0.01153816),(0.01224948,0.002943697,0.01155465),(0.01216925,0.002588396,0.01192413),(0.01234237,0.002916377,0.01194496),(0.01221314,0.002168102,0.0122506),(0.01231394,0.002541052,0.01229449),(0.01246274,0.002883903,0.01232427),(0.01249126,0.002486303,0.01264379),(0.01260981,0.002840867,0.01268914),(0.01241796,0.002111134,0.01258215),(0.01209153,0.001372037,0.01213931),(0.01214434,0.001775086,0.01219731),(0.01237482,0.001722228,0.01250965),(0.01234675,0.001326453,0.01243172),(0.0125105,0.003197723,0.01155658),(0.01282545,0.00339529,0.01154863),(0.01258224,0.003193317,0.0119493),(0.01287688,0.003417431,0.01194253),(0.01318049,0.003538861,0.01153547),(0.01356181,0.003630901,0.01152177),(0.01321425,0.00358693,0.01193005),(0.01358237,0.003700029,0.01191724),(0.0129431,0.003441969,0.01233318),(0.01325621,0.0036427,0.01232396),(0.01360562,0.003781572,0.01231335),(0.01330461,0.003689109,0.01271807),(0.0136303,0.003857868,0.01271135),(0.01302217,0.003454922,0.01272048),(0.01267554,0.003186623,0.01233522),(0.01278868,0.003167957,0.01271277),(0.01395556,0.003673874,0.0115122),(0.01435785,0.003677449,0.01150471),(0.01396922,0.00375494,0.0119095),(0.01436934,0.003765662,0.0119036),(0.01476476,0.003651299,0.01149727),(0.0151724,0.003605094,0.01148784),(0.01518758,0.003710531,0.01188437),(0.01477728,0.003746193,0.0118963),(0.01478641,0.003857947,0.01229315),(0.0143782,0.003870607,0.01230171),(0.01519925,0.003831952,0.01227773),(0.01520786,0.003967525,0.0126678),(0.0147924,0.003981833,0.0126875),(0.01438427,0.003982688,0.01269922),(0.01398211,0.003851346,0.01230719),(0.01399354,0.003948547,0.01270612),(0.01557685,0.003548504,0.01147436),(0.0159787,0.003480719,0.01145968),(0.01599915,0.003627332,0.01184219),(0.0155948,0.003672674,0.01186458),(0.0163785,0.003400926,0.01144663),(0.01677684,0.003308313,0.01143806),(0.01680018,0.003493029,0.01181067),(0.01640087,0.003569214,0.01182247),(0.01642016,0.003748353,0.01219652),(0.01601626,0.00378644,0.01222226),(0.01682081,0.003687666,0.01218167),(0.01683875,0.003879547,0.01255662),(0.01643637,0.003928481,0.01257348),(0.01603019,0.003952012,0.0126029),(0.01560925,0.003811212,0.01225172),(0.01562057,0.003961307,0.01263697),(0.01717427,0.003202067,0.01143682),(0.01757203,0.003095306,0.01143733),(0.01759399,0.003285635,0.0118193),(0.01719732,0.003393486,0.01181207),(0.01797134,0.003001147,0.01143404),(0.01837341,0.002932705,0.01142141),(0.01839271,0.003105203,0.01182185),(0.01799189,0.003184524,0.01182501),(0.01801107,0.003380547,0.01221063),(0.01761411,0.003487202,0.01219741),(0.0184111,0.00329169,0.01221581),(0.01843084,0.003486515,0.01260324),(0.01803066,0.003580695,0.01259256),(0.01763351,0.003688818,0.0125752),(0.01721808,0.003595096,0.01218486),(0.017237,0.003794047,0.01256021),(0.01877947,0.002903099,0.01139386),(0.01915451,0.00292382,0.0113523),(0.01917553,0.003070309,0.01176638),(0.01879817,0.00306272,0.01180247),(0.01946352,0.003006361,0.01129763),(0.01967149,0.003162216,0.01123076),(0.01971493,0.003288632,0.01164221),(0.01949202,0.003141202,0.01171312),(0.01951987,0.003291383,0.01212265),(0.01919617,0.003232085,0.01217392),(0.01975677,0.003430113,0.01204839),(0.01979459,0.003586688,0.01244906),(0.01954743,0.003456288,0.0125251),(0.01921835,0.003407401,0.01257349),(0.01881636,0.003237196,0.01220427),(0.01883644,0.003423113,0.01259821),(0.01974341,0.003402876,0.01115258),(0.01972643,0.003705251,0.01105864),(0.0198232,0.003828563,0.01144452),(0.0198115,0.003525833,0.01155316),(0.01966767,0.004046253,0.01094449),(0.01961428,0.004402794,0.01080568),(0.01975785,0.004533651,0.01116253),(0.0197915,0.004172583,0.0113148),(0.01990383,0.004312055,0.01168206),(0.01991347,0.003965695,0.01182631),(0.01988258,0.004677133,0.01151802),(0.01997048,0.004830834,0.01187623),(0.01998886,0.00446375,0.01205023),(0.01998552,0.004116587,0.01220687),(0.01987621,0.0036633,0.01194901),(0.01993069,0.003815511,0.0123414),(0.0196134,0.004751783,0.01063775),(0.01964799,0.005093281,0.01044622),(0.01979215,0.005233859,0.01079055),(0.01976372,0.004887525,0.01098625),(0.01970101,0.005427346,0.0102366),(0.01975542,0.005754043,0.01001439),(0.01984878,0.005902508,0.0103594),(0.01982616,0.005572302,0.01058007),(0.01989986,0.005726907,0.01092976),(0.01989583,0.005386129,0.01113888),(0.01988183,0.006056446,0.01071158),(0.01985167,0.006204093,0.01106626),(0.01991338,0.005881559,0.01128345),(0.01994535,0.005542998,0.01149164),(0.01988499,0.00503568,0.01133596),(0.01996019,0.005191669,0.01168963),(0.01979418,0.006073431,0.009785113),(0.01980739,0.006380269,0.009550184),(0.01980381,0.006528846,0.009901483),(0.01984302,0.006224126,0.01013316),(0.01978515,0.006669324,0.00931102),(0.01971754,0.006935354,0.009069046),(0.01960453,0.007054351,0.009422278),(0.01972601,0.006808358,0.009664481),(0.01960251,0.006926762,0.0100182),(0.01973352,0.006666731,0.0102564),(0.01943312,0.007142907,0.009772119),(0.0192192,0.007191003,0.01011186),(0.01942758,0.007011835,0.01036485),(0.01960497,0.006780269,0.01060773),(0.01982651,0.006373173,0.01048733),(0.0197476,0.006507342,0.01084128),(0.01959465,0.007173122,0.008825677),(0.01942668,0.007374106,0.008578324),(0.01922703,0.007416538,0.008920888),(0.01943427,0.007258513,0.009174998),(0.01922382,0.007529782,0.008324399),(0.01899625,0.007631624,0.00806131),(0.01874883,0.007576936,0.00838517),(0.01899462,0.007524116,0.008658196),(0.01873997,0.007468364,0.008980303),(0.01898996,0.007413086,0.009253839),(0.01848688,0.007471264,0.008696279),(0.01822146,0.007324832,0.008994776),(0.01847401,0.007368501,0.009289105),(0.01873166,0.007364186,0.009573634),(0.01922498,0.007304808,0.009517554),(0.01898364,0.007306737,0.009848005),(0.01875415,0.007671112,0.007786466),(0.01850108,0.007662253,0.007501939),(0.01825135,0.007521944,0.007806237),(0.01850147,0.007570691,0.008100057),(0.01824059,0.007619059,0.007209798),(0.01797621,0.007555539,0.006912119),(0.01773797,0.007363186,0.007205993),(0.01799725,0.007447256,0.007507089),(0.01775763,0.007242626,0.007795409),(0.01800139,0.007340094,0.008099292),(0.01750564,0.007148305,0.007493986),(0.01727804,0.006921446,0.007779092),(0.01752222,0.007016672,0.008077553),(0.01775473,0.007128953,0.008383393),(0.01824258,0.007422407,0.008401094),(0.01798476,0.007238328,0.008691004),(0.0177115,0.007485704,0.00661097),(0.01745083,0.007435495,0.006322811),(0.01721095,0.007240364,0.006624498),(0.01747232,0.007286298,0.006906329),(0.01719855,0.007430851,0.0060641),(0.01695903,0.007497718,0.005851297),(0.01674372,0.007336454,0.006179946),(0.01696453,0.007249158,0.006376904),(0.01673649,0.00707512,0.006694429),(0.0169775,0.00704428,0.006927815),(0.01653429,0.007188227,0.00651509),(0.01633134,0.007062211,0.006858281),(0.01651583,0.006918477,0.00701889),(0.01675101,0.006857203,0.007235442),(0.01723973,0.007075432,0.007199561),(0.01701302,0.006863242,0.007493614),(0.01673663,0.007662029,0.00570086),(0.01654595,0.007904823,0.005601917),(0.01641505,0.00779585,0.005972985),(0.01655918,0.007526023,0.006050027),(0.01640159,0.008207123,0.005543599),(0.01631813,0.008549961,0.005515032),(0.01626451,0.008488208,0.005920885),(0.01631545,0.008123918,0.005934658),(0.01623539,0.008047971,0.006327202),(0.01629139,0.007698352,0.006348529),(0.01621282,0.00842903,0.006324437),(0.01614741,0.008374176,0.006722892),(0.01614852,0.007983437,0.00671979),(0.01616681,0.007618594,0.006728286),(0.01638847,0.00740387,0.006405473),(0.01622137,0.007303552,0.006767931),(0.01631017,0.008914368,0.005505343),(0.01634368,0.009294164,0.005506774),(0.01629176,0.009253481,0.005917673),(0.01626635,0.008866705,0.005917504),(0.01638462,0.009683172,0.005511559),(0.01639896,0.01007521,0.005511939),(0.01629639,0.01002818,0.00590129),(0.01631151,0.009642614,0.00591455),(0.01621158,0.009595639,0.006303309),(0.01622298,0.009208616,0.006317963),(0.01615978,0.009973147,0.00627375),(0.01598676,0.00990533,0.006623497),(0.01607768,0.00953766,0.006671554),(0.01612565,0.009156461,0.006701994),(0.01621604,0.008817828,0.006323181),(0.01614434,0.00876691,0.006718032),(0.01635265,0.01046411,0.005500149),(0.01625534,0.01084816,0.005478029),(0.01608617,0.01077168,0.005827948),(0.01621717,0.01040425,0.005871051),(0.01611667,0.01122566,0.005447417),(0.01594627,0.01159492,0.00541015),(0.01571815,0.01148402,0.005719607),(0.01591572,0.01113131,0.005776096),(0.0156839,0.01102709,0.006086537),(0.01588235,0.01068562,0.006159432),(0.01546375,0.01136306,0.00601106),(0.01519014,0.01123567,0.006287799),(0.01542758,0.0109148,0.00638026),(0.01564838,0.01058923,0.006471356),(0.01604551,0.01033539,0.006223813),(0.01583922,0.0102543,0.0065546),(0.01575379,0.01195425,0.005368069),(0.0155428,0.01230408,0.005319519),(0.01528064,0.01217046,0.005601956),(0.01550579,0.01183064,0.005662599),(0.01531692,0.01264491,0.005262849),(0.01507973,0.01297717,0.005196407),(0.01480002,0.01282682,0.005457306),(0.01504471,0.01250276,0.005534562),(0.01499968,0.01202631,0.005865587),(0.01475691,0.01234969,0.005786452),(0.01450776,0.01266497,0.005696959),(0.0144571,0.012187,0.006018841),(0.01420514,0.0124911,0.005913367),(0.01470511,0.01187455,0.006112679),(0.01523548,0.01169678,0.005938933),(0.01494939,0.01155652,0.006200469),(0.01483483,0.01330134,0.005118541),(0.01458356,0.01361853,0.005030998),(0.01429169,0.01344939,0.005265831),(0.01454858,0.01314192,0.005367073),(0.01432728,0.01392984,0.004935526),(0.01406734,0.01423639,0.004833872),(0.01376669,0.01404683,0.00503819),(0.01403063,0.01375058,0.005155547),(0.01373009,0.01355738,0.005348431),(0.01399319,0.01326712,0.005475567),(0.01346464,0.01384269,0.00521351),(0.01316356,0.01361869,0.005350539),(0.01342745,0.01334559,0.005506116),(0.01368953,0.01306813,0.005653871),(0.0142528,0.01297022,0.005592536),(0.01394903,0.01278405,0.005790664),(0.01380509,0.01453929,0.004727785),(0.01354129,0.01483953,0.004619026),(0.01323467,0.01462924,0.004789519),(0.01350118,0.01433946,0.00491573),(0.01327669,0.01513809,0.004509354),(0.01301204,0.01543597,0.004400531),(0.01270105,0.01520336,0.004531261),(0.01296777,0.01491696,0.004660911),(0.01266317,0.01468084,0.004779747),(0.01293071,0.014404,0.004928312),(0.01239588,0.01495571,0.004628347),(0.01210155,0.01468911,0.004683775),(0.01236726,0.014425,0.004856641),(0.01263308,0.0141585,0.005025555),(0.01319803,0.01412475,0.005073185),(0.01289864,0.01388969,0.00519027),(0.01274811,0.01573415,0.004294318),(0.01248865,0.01602728,0.004179786),(0.01217617,0.01576894,0.004261956),(0.01243512,0.01548921,0.004401922),(0.01223746,0.01630999,0.004046006),(0.01199829,0.01657695,0.00388205),(0.01170417,0.01628766,0.003906393),(0.01193045,0.01603695,0.004100426),(0.01163469,0.01574831,0.004120089),(0.01187257,0.01549512,0.004309062),(0.01142478,0.01598295,0.003897498),(0.01116578,0.01566339,0.003856146),(0.01135624,0.01544359,0.0041033),(0.01158382,0.01520413,0.004317015),(0.01212932,0.01522902,0.004474967),(0.01183633,0.01495073,0.004507204),(0.01177493,0.01682278,0.003676989),(0.011576,0.01704825,0.003434619),(0.01133575,0.01672245,0.003394599),(0.01150354,0.01651549,0.003668922),(0.01141013,0.0172541,0.003158736),(0.01128597,0.0174411,0.002853134),(0.01112743,0.01708186,0.002761762),(0.01120799,0.01691057,0.003090017),(0.01103568,0.01655442,0.003000714),(0.01112065,0.01638275,0.003328822),(0.01100158,0.0167116,0.002655413),(0.01090738,0.01633273,0.002540938),(0.01089448,0.01618807,0.002897352),(0.0109339,0.01603123,0.003242483),(0.01125189,0.01619334,0.003630746),(0.01102467,0.0158578,0.003565645),(0.01121212,0.01761,0.002521611),(0.01118152,0.01776553,0.002170322),(0.01111776,0.01738407,0.00205773),(0.01110127,0.01723836,0.002416426),(0.01118711,0.01791242,0.001805426),(0.01122179,0.0180554,0.00143308),(0.01123165,0.01765934,0.001315148),(0.01116513,0.01752306,0.001689397),(0.01116755,0.01712815,0.001573976),(0.0110837,0.01699537,0.001941119),(0.01125836,0.01725897,0.001201401),(0.0112929,0.01685448,0.00109273),(0.01118631,0.01672838,0.001461491),(0.01107323,0.01660078,0.001824671),(0.01102298,0.01685756,0.002301906),(0.01097361,0.0164696,0.002183933),(0.01127849,0.0181992,0.001059441),(0.01133066,0.01834252,0.000690795),(0.01136183,0.01793484,0.0005694613),(0.01130556,0.01779696,0.0009387044),(0.01135172,0.01848406,0.000333426),(0.01131511,0.0186225,-6.381202e-6),(0.01132126,0.01820706,-0.0001098488),(0.01137541,0.0180719,0.0002168123),(0.01138811,0.01765625,0.0001095687),(0.01139047,0.01752353,0.000455965),(0.01131101,0.01778859,-0.0002016361),(0.01128136,0.01736769,-0.0002807449),(0.01138467,0.01723754,1.25832e-5),(0.01140945,0.0171088,0.0003508732),(0.01133994,0.01739093,0.00082432),(0.01137307,0.0169812,0.0007167229),(0.01119426,0.01875656,-0.0003223419),(0.01100733,0.01888952,-0.000590526),(0.01095976,0.01847196,-0.0006357031),(0.01117434,0.01833926,-0.000401128),(0.01077246,0.0190247,-0.0007870032),(0.01050781,0.0191654,-0.0008878435),(0.010428,0.01875276,-0.0008494538),(0.01070261,0.01860863,-0.0007922524),(0.01062263,0.0181935,-0.0007751467),(0.0108977,0.0180539,-0.0006613837),(0.01034272,0.01834216,-0.0007883162),(0.01025186,0.01793364,-0.0007067912),(0.01053314,0.01777962,-0.0007370941),(0.01082133,0.01763586,-0.0006679459),(0.01113735,0.01792003,-0.0004644168),(0.01108216,0.0174995,-0.0005117087),(0.01023153,0.01931493,-0.0008691169),(0.009962465,0.01947576,-0.0007519749),(0.009913114,0.01907514,-0.0006261354),(0.01016103,0.01890782,-0.0007859847),(0.009719455,0.01965035,-0.0005575696),(0.00952134,0.01984119,-0.0003070528),(0.009520139,0.01945204,-0.0001144543),(0.009695677,0.01925611,-0.0003941953),(0.009672756,0.01886354,-0.0002236017),(0.009863942,0.01867686,-0.0004866243),(0.009518827,0.01906352,7.964594e-5),(0.009507087,0.01867502,0.0002714761),(0.009642499,0.01847209,-4.943305e-5),(0.009809675,0.01828048,-0.0003368527),(0.01008854,0.01850317,-0.0006835022),(0.01001175,0.0181008,-0.0005646747),(0.009386964,0.02005075,-2.157649e-5),(0.009296932,0.02027385,0.0002890941),(0.009310105,0.01988792,0.000507882),(0.009397916,0.0196643,0.0001887981),(0.009231851,0.02050534,0.0006151935),(0.009172321,0.02074005,0.0009469565),(0.009162104,0.02034938,0.001162824),(0.009237803,0.02011793,0.0008351174),(0.009232325,0.0197272,0.001048843),(0.00931643,0.01949984,0.0007224632),(0.009135858,0.01995471,0.001369744),(0.009087329,0.01955635,0.001563217),(0.009206857,0.01933312,0.001252208),(0.009305703,0.01910931,0.0009288679),(0.009405991,0.01927712,0.0003971992),(0.0094003,0.01888869,0.0005997667),(0.009098957,0.02097282,0.001274617),(0.00900174,0.0212023,0.001585912),(0.0089373,0.02080102,0.001781755),(0.009064103,0.02057727,0.001483323),(0.008870659,0.02142717,0.001868575),(0.008695696,0.02164609,0.002110342),(0.00857126,0.02123363,0.002252976),(0.008775186,0.02102001,0.002043258),(0.008656613,0.02061091,0.002193141),(0.008850189,0.02039665,0.001958607),(0.008426288,0.0208206,0.002365454),(0.008264952,0.02040793,0.00244338),(0.008516798,0.02020079,0.002312888),(0.008739605,0.01998996,0.002111041),(0.009009209,0.02017789,0.00167857),(0.00893068,0.01977522,0.001855323),(0.008466838,0.02185771,0.002298947),(0.008205499,0.02206219,0.002422435),(0.008042729,0.02164321,0.002466207),(0.008319015,0.02144128,0.002396047),(0.007933092,0.02225969,0.002468849),(0.007671033,0.02245032,0.002426231),(0.007515162,0.02203097,0.002362727),(0.007766687,0.02183969,0.002457189),(0.007603753,0.021423,0.002408593),(0.007874348,0.02122633,0.002473228),(0.007370755,0.02161597,0.002264878),(0.007244624,0.02120525,0.002137631),(0.00745155,0.02100993,0.002326092),(0.007707279,0.02081216,0.002443915),(0.00815703,0.02102563,0.002458832),(0.007986764,0.02061161,0.002485033),(0.007440736,0.02263426,0.002282625),(0.007249296,0.02281433,0.002058905),(0.007158428,0.02240121,0.001919243),(0.007312438,0.02221731,0.002176558),(0.007103808,0.02299334,0.001775947),(0.007011369,0.02317414,0.001454624),(0.006996212,0.02277167,0.001273434),(0.007053048,0.02258517,0.001611347),(0.007022694,0.02218287,0.001433728),(0.007087158,0.02199381,0.001758756),(0.007000549,0.02237482,0.001085644),(0.007024886,0.02198179,0.0008946161),(0.007014737,0.02178511,0.00124744),(0.007039275,0.02159121,0.001582652),(0.007200868,0.02180553,0.002042036),(0.007111551,0.02139846,0.0018846),(0.006979072,0.02335952,0.00111581),(0.006963553,0.0235372,0.0007803947),(0.006986655,0.02314594,0.0005893916),(0.006987838,0.02296322,0.0009260686),(0.006921448,0.02369489,0.0004692645),(0.006809391,0.02382026,0.0002033074),(0.006840777,0.02342946,2.867138e-5),(0.006951392,0.02330598,0.0002835451),(0.006992946,0.02291996,9.63063e-5),(0.007024048,0.0227585,0.0003966532),(0.006882114,0.02304098,-0.000147569),(0.006932704,0.0226522,-0.0003238839),(0.007045476,0.02253417,-9.065512e-5),(0.007075161,0.02237239,0.0002043301),(0.007013791,0.02257174,0.0007331923),(0.007056662,0.02218291,0.0005398333),(0.006584017,0.02390101,3.410848e-6),(0.006289864,0.02394312,-0.0001161272),(0.006314549,0.02353333,-0.000256642),(0.006613542,0.02350254,-0.0001550876),(0.005971473,0.02395255,-0.0001410089),(0.005673381,0.02393527,-5.693646e-5),(0.005680738,0.02350057,-0.0001687773),(0.00598866,0.02352996,-0.0002649019),(0.006017792,0.02311086,-0.0003893669),(0.006350339,0.02312635,-0.0003977359),(0.005699733,0.02307003,-0.0002822557),(0.005728599,0.02264328,-0.0003968354),(0.006057195,0.02269425,-0.0005135953),(0.006395873,0.02272053,-0.0005383557),(0.006653179,0.02310642,-0.0003146932),(0.00670194,0.02271042,-0.000474118),(0.005440128,0.02389722,0.0001503879),(0.005243845,0.02385313,0.000411578),(0.005227851,0.02340352,0.0003018628),(0.005435644,0.02345328,4.282159e-5),(0.005056663,0.0238177,0.0006572477),(0.004850715,0.02380564,0.0008180111),(0.004822049,0.02335829,0.0006901433),(0.005031829,0.02336672,0.0005403141),(0.005008726,0.02292087,0.0004123091),(0.005217442,0.02295882,0.0001843832),(0.004791976,0.02291632,0.0005489048),(0.004760969,0.02248068,0.0003935226),(0.004987054,0.02248093,0.0002727742),(0.005211624,0.02251952,5.901887e-5),(0.005440364,0.02301395,-6.907203e-5),(0.005452774,0.02257934,-0.0001850742),(0.004598132,0.02383164,0.0008244819),(0.004306987,0.0238773,0.0007326722),(0.004289598,0.02345277,0.0005761779),(0.004572983,0.02339368,0.0006833184),(0.003985356,0.02392422,0.000598594),(0.003641314,0.02395399,0.0004782594),(0.00397686,0.02351546,0.0004250603),(0.003639738,0.02356169,0.0002863042),(0.00426894,0.02303425,0.0004067262),(0.003965221,0.02311308,0.0002399975),(0.003635081,0.02317607,8.420646e-5),(0.003953392,0.02271771,4.286622e-5),(0.003631382,0.02279692,-0.0001273552),(0.004247051,0.02262279,0.0002232792),(0.004544952,0.02296139,0.0005283696),(0.004515272,0.02253587,0.0003585945),(0.003282934,0.02394819,0.0004276802),(0.002911994,0.02391469,0.000431164),(0.003283198,0.02357133,0.0002162483),(0.002911673,0.02355046,0.0002026886),(0.002530267,0.02386134,0.0004730182),(0.00213953,0.02379599,0.0005375503),(0.002529596,0.02350514,0.0002334213),(0.0021414,0.02344144,0.0002962426),(0.002907024,0.02319321,-3.487089e-5),(0.002524364,0.02315566,-1.491151e-5),(0.002139453,0.0230929,4.687706e-5),(0.002522298,0.0228082,-0.0002645729),(0.002142025,0.022745,-0.0002020289),(0.002904703,0.02283962,-0.000276215),(0.003279806,0.0232014,-4.62394e-6),(0.003278109,0.02283671,-0.0002320957),(0.001741557,0.02372649,0.0006090677),(0.001376035,0.0236537,0.0007023395),(0.001751518,0.02336542,0.0003789485),(0.001398198,0.02328149,0.0004908137),(0.001082651,0.02357849,0.0008321351),(0.0009010929,0.02350171,0.001013223),(0.0009542416,0.0231076,0.0008391206),(0.00111969,0.02319408,0.0006411129),(0.001161593,0.02281168,0.0004466983),(0.001421919,0.02291256,0.0002742462),(0.001015093,0.02271478,0.0006629097),(0.001088729,0.02232193,0.000487704),(0.001214853,0.02242883,0.0002535098),(0.001454787,0.02254311,5.909876e-5),(0.001759922,0.02300908,0.0001421177),(0.001775016,0.02265257,-9.344293e-5),(0.0008710461,0.02342422,0.001260373),(0.0009582141,0.0233473,0.001555281),(0.001040782,0.02294951,0.001391109),(0.0009401016,0.02302645,0.001094111),(0.0011283,0.02327224,0.001879646),(0.001347005,0.02320033,0.002215162),(0.001440646,0.02280364,0.002051221),(0.001219793,0.02287563,0.001715138),(0.001320285,0.02248203,0.001549502),(0.001133228,0.02255397,0.001225615),(0.00154095,0.02241037,0.001886675),(0.00164827,0.02201946,0.00172406),(0.001430623,0.02209044,0.001385511),(0.001237536,0.02215981,0.001061444),(0.001018568,0.02263022,0.0009263164),(0.00110993,0.02223461,0.0007595947),(0.001580034,0.02313283,0.002543527),(0.001810995,0.02306413,0.002869418),(0.001889102,0.0226588,0.002717328),(0.001666851,0.02273242,0.002384383),(0.002023496,0.0229886,0.003197511),(0.002201147,0.02290061,0.003532481),(0.002098088,0.02257959,0.003052766),(0.002284502,0.02249164,0.003393401),(0.00216488,0.02217085,0.002909906),(0.00196499,0.02225532,0.002566921),(0.002354358,0.02208101,0.003254737),(0.002226381,0.02176273,0.002767947),(0.002413591,0.02166955,0.003115149),(0.002040314,0.0218535,0.00241833),(0.001756432,0.02233498,0.00222583),(0.001849555,0.02193978,0.00206935),(0.002327555,0.02279454,0.003879006),(0.002396791,0.02266605,0.00421767),(0.002439036,0.02239178,0.003741941),(0.002548612,0.02227399,0.004084028),(0.002402921,0.0225108,0.00452906),(0.002340014,0.02232446,0.004793759),(0.002600154,0.02213226,0.004405308),(0.002580585,0.02196057,0.004691426),(0.002677506,0.02187629,0.003941276),(0.002772485,0.02174667,0.004265917),(0.002797275,0.02158907,0.004566763),(0.002919185,0.02135488,0.004113446),(0.002987453,0.02121052,0.004423015),(0.002784468,0.02147396,0.003790526),(0.002531681,0.02198528,0.003601372),(0.002607778,0.02157607,0.003456885),(0.002202138,0.0221027,0.004992354),(0.002016002,0.02185434,0.005118585),(0.002476829,0.0217529,0.004928027),(0.002314426,0.02151715,0.005102822),(0.001808313,0.0215882,0.005166192),(0.00160578,0.0213131,0.005128916),(0.002118919,0.02126121,0.005203519),(0.001915848,0.02099295,0.005217834),(0.002600988,0.02117434,0.00505397),(0.002425382,0.02093022,0.005205325),(0.002228451,0.02067026,0.005271844),(0.002721444,0.02059491,0.005170411),(0.002538114,0.02034491,0.005287901),(0.002869899,0.02082572,0.004972859),(0.002732531,0.02139612,0.004835282),(0.002964797,0.02103252,0.004716607),(0.001435111,0.02103787,0.005000498),(0.001288848,0.0207621,0.004804501),(0.001730755,0.02072027,0.005133476),(0.001564088,0.02044498,0.004971751),(0.001159533,0.02048539,0.004564493),(0.001039706,0.02020734,0.004304036),(0.001416296,0.02016889,0.004753963),(0.001287826,0.01989379,0.004501417),(0.001847485,0.02012655,0.005115811),(0.001680781,0.01985118,0.00492916),(0.001541486,0.01957908,0.004694016),(0.001955814,0.01953433,0.005084954),(0.001804972,0.01926531,0.004876438),(0.002139091,0.01980821,0.00523189),(0.00203293,0.02040097,0.005236022),(0.002338594,0.02008055,0.005303967),(0.0009219086,0.01992755,0.004046696),(0.0008007927,0.01964833,0.003820312),(0.001179128,0.01962151,0.004235419),(0.001076448,0.01935118,0.003985877),(0.0006710095,0.01937199,0.003652727),(0.0005272101,0.01910083,0.003571778),(0.0009660308,0.01908192,0.003782699),(0.0008341242,0.01881287,0.003655797),(0.001350389,0.01905342,0.004163366),(0.001257129,0.01879224,0.003930387),(0.001137755,0.01852709,0.003760655),(0.001543095,0.01850158,0.00409003),(0.001435008,0.01824116,0.003881707),(0.001623916,0.01875503,0.004346746),(0.001438265,0.01931443,0.004428331),(0.001702774,0.01900757,0.004619626),(0.0003640457,0.01883717,0.003605307),(0.0002074624,0.01858841,0.003735085),(0.0006669739,0.01854317,0.003635075),(0.0004950278,0.01828302,0.003708701),(8.340664e-5,0.018362,0.003942883),(1.782441e-5,0.01816536,0.004210472),(0.0003487335,0.01804262,0.003864839),(0.0002585388,0.01783217,0.004091652),(0.0007909199,0.01798557,0.003700285),(0.0006283317,0.01773347,0.003800762),(0.000516213,0.01750997,0.003982422),(0.0009210189,0.01743327,0.003753379),(0.0007911904,0.01719824,0.003886901),(0.001092547,0.01769406,0.003710157),(0.0009715401,0.01825416,0.003685436),(0.001274351,0.01796767,0.003754008),(3.666197e-5,0.01800589,0.004519624),(0.0001138786,0.01787001,0.00485936),(0.0002548914,0.01766188,0.004377305),(0.0003142248,0.01751846,0.004706537),(0.0002234339,0.01774409,0.005218701),(0.0003392871,0.01761451,0.00558667),(0.0004129724,0.01738864,0.005064085),(0.0005275677,0.01725916,0.00543469),(0.0005214551,0.01717299,0.004556183),(0.0006003366,0.01703502,0.004908717),(0.0007044053,0.01690107,0.005278642),(0.0007883756,0.01668405,0.004753571),(0.0008729423,0.01654181,0.005118631),(0.0007378844,0.01683397,0.004410758),(0.0004870007,0.01732723,0.004240823),(0.0007344841,0.01700193,0.004113947),(0.0004353976,0.01746766,0.005952286),(0.0005032747,0.01729944,0.006306443),(0.0006344441,0.01711673,0.005803085),(0.0007211662,0.01695678,0.006162438),(0.0005344273,0.01710575,0.006640031),(0.0005203646,0.01688251,0.006943942),(0.0007752983,0.01677475,0.006505911),(0.0007844054,0.01656608,0.006826663),(0.0009141373,0.01660349,0.006006706),(0.000987303,0.01642982,0.006355628),(0.001017671,0.01623285,0.006688331),(0.001172707,0.01607595,0.006192623),(0.001221072,0.01588835,0.006533484),(0.001085181,0.01624354,0.005841179),(0.0008144219,0.0167589,0.005646174),(0.0009785687,0.0163969,0.005482174),(0.0004525959,0.0166256,0.007209068),(0.0003420401,0.01634425,0.007446507),(0.0007360518,0.01632619,0.007117861),(0.0006413543,0.01606279,0.007386696),(0.0001996162,0.01604767,0.007667357),(3.62434e-5,0.01574507,0.007882715),(0.0005114299,0.01578361,0.007640361),(0.0003573954,0.01549636,0.007886049),(0.0009118391,0.01576017,0.007294972),(0.0007967914,0.01549683,0.007576331),(0.000654422,0.01522374,0.007847995),(0.001049558,0.01519042,0.007478086),(0.0009191809,0.01492914,0.007769997),(0.001149798,0.01544066,0.007175305),(0.0009889908,0.01600758,0.007000211),(0.001210202,0.01567494,0.00686074),(-0.0001371593,0.01544566,0.008103677),(-0.0003177536,0.0151463,0.008323825),(0.0001903676,0.01520876,0.008130955),(1.34411e-5,0.01491911,0.008371443),(-0.0005027017,0.01484386,0.008536736),(-0.0006891651,0.01453519,0.008735989),(-0.0001702893,0.01462571,0.008603881),(-0.0003577289,0.01432688,0.008824638),(0.0003232585,0.01466639,0.008372057),(0.0001420888,0.01438126,0.008621795),(-4.438957e-5,0.01409124,0.00886157),(0.0004238424,0.01411053,0.008587683),(0.0002393452,0.01382771,0.008842319),(0.0006017177,0.01438871,0.008324369),(0.0004953071,0.01494707,0.008113681),(0.0007683656,0.01466174,0.008051949),(-0.0008743058,0.01421714,0.008915165),(-0.001051584,0.01388942,0.009071811),(-0.0005457829,0.0140209,0.00903008),(-0.0007299281,0.01370739,0.009217134),(-0.00121446,0.01355172,0.009203472),(-0.001356395,0.01320372,0.009307701),(-0.0009056408,0.01338596,0.009382724),(-0.001068397,0.01305621,0.009523776),(-0.0004197218,0.01349497,0.009304062),(-0.0006043488,0.01318822,0.009500411),(-0.0007841314,0.01287541,0.009675913),(-0.0003259619,0.01295428,0.009544984),(-0.0005180986,0.01265483,0.009749011),(-0.0001356282,0.01324958,0.009323905),(-0.0002323643,0.01379589,0.009090054),(5.283121e-5,0.01354072,0.009088705),(-0.001470848,0.01284513,0.009382043),(-0.001580002,0.01248761,0.009439712),(-0.001213674,0.01271776,0.009637219),(-0.001358037,0.0123798,0.009732708),(-0.001706043,0.01214281,0.009493912),(-0.001871152,0.01182242,0.009557856),(-0.001518048,0.01205154,0.009819909),(-0.001710272,0.01174217,0.009908481),(-0.001133662,0.01223727,0.009960777),(-0.001325085,0.01192481,0.01008203),(-0.001542065,0.01162533,0.01019708),(-0.001129384,0.01174754,0.01025262),(-0.001365174,0.01145543,0.01039389),(-0.0009136884,0.01204747,0.01009997),(-0.0009569566,0.01255628,0.009827388),(-0.0007119671,0.01235123,0.00993305),(-0.002097513,0.01153809,0.009644756),(-0.002368606,0.01127869,0.00974753),(-0.001951275,0.01146089,0.01000808),(-0.002228482,0.01119988,0.01011525),(-0.002667913,0.01103307,0.009859101),(-0.002978914,0.01079011,0.00997239),(-0.002529323,0.01095132,0.01022651),(-0.002841225,0.01070737,0.0103384),(-0.00207663,0.01108031,0.01042633),(-0.002377063,0.01082631,0.01054036),(-0.002688161,0.01057899,0.01065387),(-0.002209172,0.01064554,0.01077556),(-0.002518822,0.01039407,0.01089628),(-0.001910236,0.01090553,0.0106531),(-0.001795439,0.01134524,0.01031188),(-0.00162718,0.01117513,0.01052662),(-0.00328509,0.01053865,0.01008032),(-0.003589427,0.01028292,0.01018395),(-0.003151614,0.01046022,0.01044744),(-0.003462479,0.0102127,0.01055399),(-0.003894913,0.0100271,0.01028437),(-0.004204536,0.009775407,0.01038264),(-0.003775804,0.00996768,0.01065839),(-0.004093579,0.009727988,0.01076098),(-0.00331763,0.01009314,0.01087873),(-0.003638017,0.009857561,0.01098937),(-0.003963515,0.009628845,0.01109833),(-0.003481576,0.009685383,0.01125823),(-0.003814194,0.009465402,0.01137607),(-0.003154894,0.00991369,0.01113844),(-0.003001347,0.01033411,0.01076678),(-0.00283402,0.01015002,0.01101751),(-0.004521282,0.009532036,0.01047983),(-0.004844271,0.009295874,0.01057542),(-0.004417789,0.009496482,0.0108621),(-0.00474764,0.00927198,0.01096117),(-0.005172621,0.009065807,0.01066889),(-0.005505449,0.008840716,0.01075972),(-0.00508234,0.009053313,0.01105759),(-0.005421092,0.0088393,0.01115077),(-0.004632109,0.009195195,0.01130959),(-0.004973681,0.00898778,0.01141065),(-0.005319087,0.008784987,0.01150784),(-0.004845382,0.008852136,0.0117107),(-0.005197661,0.008659041,0.01181413),(-0.004496866,0.009050047,0.01160285),(-0.004295134,0.00940847,0.01120528),(-0.00415288,0.009254045,0.01149112),(-0.005841875,0.008619486,0.01084738),(-0.006182274,0.008403096,0.01093218),(-0.005763103,0.00862877,0.01124013),(-0.00610864,0.008422489,0.01132602),(-0.006527016,0.008192527,0.01101441),(-0.006876478,0.007988755,0.01109437),(-0.006457968,0.008221231,0.01140881),(-0.006811347,0.008025764,0.01148886),(-0.006019271,0.00839015,0.01168921),(-0.006374353,0.008199289,0.01177421),(-0.006732964,0.008013588,0.01185598),(-0.006272683,0.008102817,0.01209626),(-0.006637266,0.007926589,0.01218233),(-0.005911258,0.008283934,0.01200648),(-0.005667566,0.008585581,0.01160056),(-0.005552935,0.008469492,0.01191258),(-0.007231033,0.007792761,0.01117236),(-0.007591592,0.007608206,0.01124862),(-0.007531959,0.007658048,0.0116423),(-0.007169048,0.007836857,0.01156654),(-0.007959071,0.007438758,0.0113234),(-0.008334381,0.007288078,0.01139693),(-0.008276986,0.007344884,0.01178986),(-0.007900974,0.007492879,0.01171658),(-0.007462004,0.007662623,0.01201168),(-0.007833979,0.00750371,0.01208691),(-0.008211957,0.007360078,0.01216126),(-0.007752758,0.007440896,0.01242392),(-0.008133899,0.007302479,0.01250148),(-0.007376686,0.007592883,0.01234538),(-0.007095256,0.007833642,0.01193492),(-0.007005061,0.007755696,0.01226511),(-0.008718435,0.007159831,0.01146946),(-0.009109658,0.007054437,0.01154154),(-0.009051313,0.00711129,0.01193526),(-0.008660886,0.007217606,0.01186259),(-0.009506476,0.006972319,0.01161371),(-0.009907312,0.006913895,0.01168655),(-0.009446908,0.007026188,0.01200838),(-0.009846312,0.006962549,0.01208245),(-0.008987147,0.007128412,0.0123097),(-0.00938218,0.007040823,0.01238466),(-0.00978072,0.006972365,0.0124607),(-0.009308052,0.006986012,0.01273449),(-0.009706861,0.006914194,0.0128135),(-0.008912391,0.007074815,0.0126564),(-0.00859671,0.007234904,0.01223538),(-0.008520725,0.007180378,0.01257885),(-0.01031059,0.006879588,0.01176059),(-0.01071578,0.006863047,0.01183527),(-0.01024816,0.006920621,0.01215797),(-0.01065195,0.006894717,0.01223418),(-0.01112233,0.006857924,0.01190998),(-0.01152972,0.006857867,0.01198415),(-0.01105718,0.006879147,0.01231034),(-0.01146333,0.006868224,0.01238568),(-0.01058456,0.006888499,0.01261649),(-0.01098891,0.006863089,0.01269447),(-0.01139422,0.006842025,0.01277135),(-0.01091528,0.006784667,0.01305465),(-0.01132056,0.006755713,0.01313344),(-0.01051094,0.006817847,0.01297447),(-0.01018168,0.006923256,0.01253827),(-0.01010798,0.006859581,0.01289379),(-0.0119374,0.006856529,0.01205719),(-0.01234482,0.00685878,0.0121297),(-0.01186989,0.006856258,0.01245945),(-0.01227645,0.006847681,0.01253237),(-0.01275143,0.006869488,0.01220226),(-0.01315666,0.006893525,0.01227547),(-0.01268258,0.006846924,0.01260518),(-0.01308785,0.006858424,0.01267859),(-0.01220601,0.006801856,0.01291998),(-0.01261188,0.006790591,0.01299339),(-0.01301734,0.006790432,0.01306729),(-0.01294438,0.00667273,0.01343445),(-0.01253843,0.006681783,0.01335958),(-0.01213234,0.006700887,0.01328503),(-0.01180002,0.006820309,0.01284624),(-0.01172632,0.006726658,0.01320994),(-0.01355998,0.006935764,0.01234991),(-0.0139624,0.006985073,0.01242441),(-0.01349183,0.006886608,0.01275333),(-0.01389531,0.006922073,0.01282815),(-0.01436496,0.007030325,0.0124978),(-0.01476869,0.007060392,0.01256891),(-0.01429907,0.006955414,0.01290179),(-0.0147039,0.006977225,0.01297302),(-0.01423163,0.006849306,0.01329184),(-0.01382667,0.006827489,0.01321777),(-0.01463753,0.00686304,0.01336344),(-0.01456856,0.006708818,0.01373411),(-0.01416171,0.006701361,0.01366156),(-0.01375565,0.006688725,0.01358664),(-0.01342209,0.006805298,0.0131425),(-0.01335,0.006677113,0.01351054),(-0.01517461,0.007064145,0.01263656),(-0.01558182,0.007046036,0.01270168),(-0.01511059,0.006978106,0.01304058),(-0.01551843,0.006961839,0.01310554),(-0.01598942,0.007010513,0.01276521),(-0.01639649,0.006962027,0.01282807),(-0.01592674,0.006932213,0.013169),(-0.01633482,0.006893017,0.01323205),(-0.01545331,0.006846292,0.01349666),(-0.01586218,0.006822047,0.01356068),(-0.01627105,0.006791383,0.01362457),(-0.01579479,0.006672903,0.01393529),(-0.01620432,0.006649871,0.01400094),(-0.01538543,0.006692079,0.01386976),(-0.01504492,0.006860997,0.01343132),(-0.01497658,0.006704886,0.0138031),(-0.01680212,0.006905029,0.01289119),(-0.0172066,0.006840849,0.01295423),(-0.01674198,0.006848038,0.01329576),(-0.01714841,0.006797935,0.01335956),(-0.01761019,0.00677082,0.01301682),(-0.01801317,0.006696276,0.01307861),(-0.0175543,0.006743361,0.0134229),(-0.01795984,0.006684975,0.01348519),(-0.01708744,0.006720284,0.01375476),(-0.0174953,0.006680107,0.01381948),(-0.01790315,0.006637011,0.01388291),(-0.01743264,0.0065717,0.014202),(-0.01784255,0.0065418,0.01426725),(-0.01702308,0.006599514,0.01413523),(-0.01667942,0.00675742,0.01368952),(-0.01661369,0.006625489,0.01406789),(-0.01841582,0.006618544,0.01313925),(-0.01881741,0.006535261,0.01319904),(-0.01836524,0.006623434,0.01354587),(-0.01876988,0.006556517,0.01360512),(-0.01921717,0.00644406,0.0132583),(-0.01961439,0.006342575,0.01331733),(-0.01917319,0.006481999,0.0136631),(-0.01957454,0.006397657,0.01372001),(-0.01871883,0.006540325,0.01400355),(-0.01912565,0.006482471,0.01406085),(-0.01953112,0.006415437,0.0141162),(-0.01907346,0.006429904,0.01444791),(-0.01948259,0.006378355,0.01450284),(-0.01866343,0.006472958,0.01439029),(-0.01831116,0.006591128,0.01394425),(-0.01825297,0.006509572,0.01433004),(-0.02000831,0.00622844,0.01337643),(-0.02039977,0.006104818,0.0134356),(-0.01997336,0.006301269,0.01377601),(-0.02037027,0.006195848,0.01383133),(-0.02078957,0.005974871,0.0134948),(-0.02117856,0.00584176,0.01355403),(-0.02116092,0.005969947,0.01394083),(-0.02076592,0.006084403,0.01388619),(-0.02033698,0.006250265,0.01422164),(-0.0207383,0.006157781,0.01427269),(-0.02113914,0.006062469,0.01432327),(-0.0207031,0.006170956,0.01465376),(-0.02110879,0.006093032,0.01470175),(-0.02029707,0.006246243,0.01460507),(-0.01993475,0.006337093,0.01416964),(-0.01989034,0.006316256,0.014555),(0.01265864,0.001291179,0.0126688),(0.0126543,0.001672812,0.01277655),(0.01266412,0.002050859,0.01287793),(0.01297391,0.001637605,0.01299786),(0.01294706,0.00199981,0.01313401),(0.01301379,0.001274783,0.01285454),(0.01270223,0.002421736,0.0129666),(0.01278279,0.002781856,0.01303619),(0.01294628,0.002360783,0.01325585),(0.01298462,0.002719906,0.01335621),(0.01326226,0.001970515,0.01334646),(0.01322289,0.002316874,0.01350447),(0.01321822,0.002668054,0.01363997),(0.0135315,0.002303443,0.0137054),(0.01348653,0.002639334,0.01387827),(0.01360516,0.001975508,0.01351133),(0.0133988,0.001285833,0.0129929),(0.01332474,0.001627371,0.01317343),(0.01369793,0.001652877,0.01330312),(0.01380026,0.001332898,0.01308785),(0.01291996,0.003127634,0.01308035),(0.01311213,0.003442305,0.01310431),(0.0130751,0.003076566,0.01342793),(0.01322068,0.003411572,0.01347493),(0.01335773,0.0037091,0.01311327),(0.01365515,0.003911255,0.01311247),(0.01342435,0.003705736,0.01350111),(0.01368905,0.003939871,0.01351037),(0.01335552,0.003370177,0.01382262),(0.01351326,0.003682082,0.01387313),(0.01374089,0.003941854,0.01389871),(0.01363325,0.003641202,0.0142209),(0.01381954,0.003915345,0.01427113),(0.01352436,0.003325577,0.01413761),(0.0132598,0.003025662,0.01374546),(0.0134798,0.002985833,0.01402287),(0.01400281,0.004032003,0.01310713),(0.01438737,0.004092304,0.0130963),(0.01401777,0.004094787,0.01350663),(0.0143937,0.004188099,0.0134922),(0.0147955,0.004113122,0.01307906),(0.01521387,0.004115416,0.01305445),(0.01522001,0.004260369,0.01344055),(0.01480004,0.004237422,0.0134694),(0.01440947,0.004258714,0.01388614),(0.01481039,0.004340342,0.0138601),(0.01522904,0.004387127,0.01382898),(0.01483087,0.00440749,0.01425275),(0.01524368,0.004480434,0.01422261),(0.01444089,0.004292791,0.01427735),(0.0140463,0.004129976,0.01390102),(0.01409627,0.004130642,0.01428671),(0.01562914,0.004120149,0.01302154),(0.01604109,0.004118022,0.01298713),(0.01605036,0.00427489,0.01337631),(0.0156368,0.004274555,0.01340797),(0.01644946,0.004099735,0.01295805),(0.01685404,0.004055991,0.0129411),(0.01686752,0.004213642,0.01333444),(0.01646062,0.004256282,0.01335025),(0.01647096,0.004392289,0.01375012),(0.0160594,0.004413042,0.0137718),(0.01688002,0.00434914,0.01373597),(0.0168924,0.004459125,0.01414502),(0.01648166,0.004501919,0.0141577),(0.0160696,0.0045229,0.01417495),(0.0156454,0.004411341,0.01379881),(0.01565677,0.004517321,0.01419663),(0.01725457,0.003977492,0.01294309),(0.01765329,0.003879292,0.01295617),(0.01767286,0.004053341,0.01334179),(0.017271,0.004141878,0.01333353),(0.01805242,0.003776449,0.01297246),(0.01845419,0.003684019,0.0129841),(0.01847886,0.003875347,0.01336283),(0.01807488,0.003960381,0.01335347),(0.01809656,0.004125058,0.0137387),(0.01769161,0.004205678,0.01373351),(0.01850256,0.004051639,0.01374385),(0.01852299,0.004204037,0.01413161),(0.01811597,0.00426305,0.01413128),(0.01770895,0.004331019,0.01413277),(0.0172865,0.004283655,0.01373151),(0.01730129,0.004399268,0.01413703),(0.01886083,0.003617059,0.01298322),(0.01924394,0.003594506,0.01296368),(0.01926971,0.003786497,0.01334893),(0.01888661,0.003810591,0.01336411),(0.01957512,0.003635303,0.01291932),(0.01982597,0.003758388,0.01284401),(0.01984843,0.00394184,0.01323556),(0.01959978,0.003823452,0.01330888),(0.01961827,0.004015762,0.01369733),(0.01929239,0.003976468,0.0137337),(0.01985949,0.004133675,0.01362605),(0.01985668,0.00433052,0.01401784),(0.01962746,0.00420726,0.01408825),(0.01930875,0.004157512,0.01412244),(0.01891083,0.003995268,0.0137457),(0.01893058,0.004162646,0.01413278),(0.01996809,0.003982701,0.01273159),(0.02002763,0.004281176,0.01258901),(0.0200405,0.004456467,0.01297241),(0.01998727,0.004162048,0.01312056),(0.02003075,0.004626747,0.01242325),(0.02000359,0.004992347,0.01224125),(0.01998695,0.005157522,0.0126107),(0.02003232,0.004797495,0.01279962),(0.01999638,0.004972447,0.0131778),(0.0200248,0.004639471,0.01335671),(0.0199256,0.005322204,0.01298216),(0.0198246,0.005482244,0.01335323),(0.01992574,0.005148054,0.01355628),(0.0199812,0.004827188,0.01374158),(0.01998708,0.004350729,0.01350932),(0.01996639,0.00454592,0.01389886),(0.01997231,0.005350912,0.01204998),(0.01992707,0.00569737,0.01184926),(0.01985012,0.005844907,0.01220889),(0.01992857,0.00550894,0.01241417),(0.01985804,0.006026652,0.01163892),(0.0197554,0.006333686,0.01141879),(0.01960459,0.006443095,0.01176752),(0.01974449,0.006158574,0.01199372),(0.01958338,0.006273713,0.01234541),(0.01972364,0.005981269,0.01256768),(0.01941086,0.006530189,0.01211084),(0.01918579,0.006592839,0.01244712),(0.01938538,0.006368457,0.01269156),(0.01955679,0.006102118,0.01292279),(0.0198362,0.005661289,0.01277936),(0.01970241,0.00580349,0.0131427),(0.01960929,0.006613405,0.0111887),(0.01942658,0.006855804,0.01094826),(0.01920956,0.006896443,0.01127897),(0.01942335,0.006691625,0.01152916),(0.01921409,0.007050877,0.01069709),(0.01897867,0.007188622,0.0104348),(0.0187195,0.007144051,0.01074452),(0.01897201,0.007049825,0.01101731),(0.01871126,0.007014612,0.0113279),(0.01896512,0.006905292,0.01160086),(0.01844965,0.007065577,0.01104462),(0.01817709,0.006961488,0.01133869),(0.01844179,0.006951175,0.01163127),(0.01870448,0.006885455,0.01191491),(0.01920155,0.006742266,0.01186224),(0.01895565,0.006765591,0.01218755),(0.01872715,0.007259034,0.010161),(0.0184683,0.007270271,0.009876729),(0.01820225,0.007141761,0.01016797),(0.01846082,0.007171399,0.01046095),(0.01821087,0.007230493,0.009582988),(0.01796362,0.007147858,0.009280807),(0.01771049,0.006951097,0.009559248),(0.01795005,0.007065031,0.009866943),(0.01769108,0.006882802,0.01014596),(0.01793588,0.006989078,0.01045219),(0.01745923,0.006745302,0.009834972),(0.01743348,0.006694498,0.01042502),(0.01720697,0.006541224,0.01011286),(0.01767157,0.00682264,0.01073425),(0.01818997,0.007053534,0.01075223),(0.0179199,0.00691514,0.01103925),(0.0177353,0.007030524,0.008971206),(0.01751493,0.006900775,0.008660828),(0.01727695,0.006666221,0.008935669),(0.01748985,0.006809853,0.009246255),(0.0172915,0.006780891,0.008356311),(0.01705401,0.006693158,0.008064302),(0.01682975,0.006471479,0.008352554),(0.01706064,0.006545123,0.008635201),(0.01682479,0.006319199,0.008917735),(0.01703576,0.006435955,0.009211996),(0.01660146,0.00626445,0.008646786),(0.01636533,0.006080109,0.008949933),(0.01657911,0.006112957,0.009207435),(0.0167863,0.006220637,0.00949388),(0.01724401,0.00658717,0.009520696),(0.01699342,0.006373331,0.009799083),(0.01679145,0.006659856,0.007791442),(0.01653203,0.006689091,0.007550063),(0.01632083,0.006541307,0.007873515),(0.01657311,0.006470216,0.008095442),(0.01630397,0.006788965,0.007352495),(0.01613548,0.006967584,0.007211072),(0.01594982,0.006900467,0.007573826),(0.01610303,0.006684732,0.007696425),(0.0159151,0.006603921,0.008051857),(0.01611763,0.006415213,0.008207633),(0.01577747,0.006856983,0.0079469),(0.01562158,0.006833256,0.008330659),(0.01574233,0.006544682,0.008419974),(0.0159227,0.006312169,0.008554254),(0.01635608,0.006299255,0.008408015),(0.01613845,0.006151913,0.008731555),(0.01605476,0.007233048,0.007138127),(0.01603314,0.007562851,0.007111989),(0.01589194,0.007528657,0.007497995),(0.01589131,0.00718849,0.007515373),(0.01604198,0.00793447,0.007110986),(0.0160526,0.008325395,0.007113453),(0.01592837,0.008284851,0.007494183),(0.01591615,0.007900824,0.007498622),(0.01577144,0.007882261,0.007880531),(0.01574474,0.007513557,0.007884664),(0.0157747,0.008254706,0.00786315),(0.01559155,0.008237123,0.008218415),(0.01560824,0.007878535,0.008254549),(0.0155931,0.007515091,0.008270358),(0.01573372,0.007165996,0.00789898),(0.01558469,0.007161695,0.008288258),(0.01603634,0.008713114,0.007097716),(0.01598808,0.009093917,0.00706412),(0.01581295,0.009026423,0.00740533),(0.01589305,0.008660591,0.007461613),(0.01590266,0.009464094,0.007013004),(0.01577496,0.009819938,0.006944708),(0.01552963,0.009721879,0.007239341),(0.01569088,0.009380727,0.007329766),(0.01544671,0.009293339,0.007623952),(0.01560298,0.008959425,0.007726615),(0.01525598,0.009616051,0.007509353),(0.01495928,0.009507361,0.0077567),(0.0151745,0.009207712,0.007897676),(0.01536085,0.00889836,0.008028964),(0.01571543,0.008613486,0.007809096),(0.01550448,0.008575948,0.008139549),(0.01559984,0.01015774,0.006859577),(0.01538875,0.01048176,0.006762605),(0.01510664,0.01036261,0.007029487),(0.01533197,0.01004826,0.007138484),(0.01515312,0.01079625,0.006658787),(0.01490439,0.01110547,0.006553124),(0.01486238,0.01066767,0.006914644),(0.01460792,0.0109662,0.006796248),(0.01480525,0.01023118,0.007268314),(0.01455724,0.01052531,0.007140347),(0.01430216,0.01081162,0.007006397),(0.01423956,0.01036541,0.007328421),(0.01398851,0.01063547,0.00717278),(0.01448774,0.01008691,0.007475402),(0.01504016,0.009928382,0.007391061),(0.014729,0.009800658,0.007617052),(0.01465401,0.01141368,0.006450607),(0.01440211,0.01171812,0.006345497),(0.01435199,0.01126094,0.006676598),(0.01409564,0.01154972,0.006550508),(0.01414886,0.01201603,0.006232051),(0.01389438,0.01230464,0.006104529),(0.01383993,0.01183039,0.006412796),(0.01358591,0.01210079,0.006258282),(0.01379067,0.01136207,0.006714181),(0.0135381,0.01162373,0.006547788),(0.01329021,0.01187468,0.006362455),(0.01301771,0.01162149,0.006404881),(0.01325111,0.01138968,0.006623742),(0.01349214,0.01114789,0.006822982),(0.01404599,0.01109095,0.006865695),(0.01373866,0.01089639,0.007005148),(0.01363883,0.01258122,0.005957189),(0.0133822,0.01284883,0.005794404),(0.01308491,0.01260822,0.005889159),(0.01333464,0.01235875,0.006081782),(0.01312453,0.01311057,0.005620546),(0.0128658,0.01336951,0.005439989),(0.01258535,0.01309744,0.005478987),(0.01283555,0.01285314,0.005686273),(0.01257476,0.01257411,0.005697856),(0.01281137,0.01234529,0.005930128),(0.01233624,0.01280471,0.005464662),(0.01213244,0.0124936,0.005394142),(0.01235639,0.01227431,0.005649853),(0.01257529,0.01205904,0.005909302),(0.01304891,0.01211368,0.006154113),(0.01279408,0.01184302,0.006163856),(0.01260603,0.01362876,0.005257106),(0.01234548,0.01388744,0.005071399),(0.01207928,0.01359428,0.005067389),(0.01233315,0.01334506,0.00527316),(0.01208441,0.0141447,0.004882373),(0.01182308,0.01439966,0.004689532),(0.01156799,0.01409065,0.004650383),(0.01182411,0.01384339,0.004860265),(0.01159585,0.01352452,0.004793636),(0.01184588,0.01328244,0.005015067),(0.01134379,0.01376535,0.004571093),(0.01115801,0.01342707,0.004456428),(0.01140915,0.01319155,0.004685806),(0.01165668,0.01295537,0.004915978),(0.01209298,0.01304166,0.005237903),(0.01189849,0.01272167,0.005150804),(0.01156176,0.01465147,0.004492379),(0.01131594,0.01489429,0.004281722),(0.01107284,0.01456843,0.004209699),(0.01131129,0.01433433,0.004436338),(0.01110114,0.01512226,0.004048367),(0.01093285,0.01532956,0.003783124),(0.01072606,0.01498371,0.00368492),(0.01087148,0.0147869,0.003962036),(0.01066932,0.01444004,0.003851054),(0.01085841,0.0142294,0.004107467),(0.01054545,0.01462805,0.003568023),(0.01039111,0.01426481,0.003438921),(0.01049673,0.01408427,0.003722166),(0.01067657,0.01388005,0.003981542),(0.01109061,0.01400241,0.004344925),(0.01090541,0.01365877,0.004223985),(0.01082658,0.01551035,0.003476801),(0.01077871,0.01567002,0.003140781),(0.01065066,0.01530058,0.003028304),(0.01065539,0.01515283,0.00336992),(0.01078565,0.01581399,0.002786449),(0.01084379,0.01594768,0.002425191),(0.01080354,0.01555717,0.002310281),(0.01070299,0.01543326,0.002671335),(0.01064027,0.01504694,0.002555333),(0.01054533,0.01492438,0.002909638),(0.01077936,0.01516192,0.002198318),(0.01076397,0.01476266,0.002091413),(0.01059129,0.01465613,0.002441771),(0.01045831,0.01454288,0.002789374),(0.01050892,0.01478712,0.00325071),(0.01038494,0.01441506,0.003124875),(0.01094953,0.01607648,0.002068389),(0.01108025,0.01620165,0.001712574),(0.01109837,0.01579819,0.001605254),(0.01094347,0.01567862,0.001956406),(0.01121337,0.01632444,0.001354275),(0.01132627,0.0164461,0.0009900235),(0.01135544,0.01603394,0.0008932833),(0.01124382,0.01591644,0.001252365),(0.01127276,0.01550444,0.001155801),(0.01112119,0.01539058,0.001503139),(0.01137735,0.01561812,0.0008025116),(0.01138896,0.01519876,0.0007177089),(0.01129528,0.01508855,0.00106462),(0.01114232,0.01497903,0.001406659),(0.01094819,0.01527644,0.001849116),(0.01095643,0.01487035,0.00174765),(0.01139636,0.01656788,0.0006163479),(0.01141159,0.01669088,0.0002547532),(0.01139783,0.01627035,0.0001684153),(0.0114088,0.01615128,0.00052355),(0.01135991,0.01681621,-7.325657e-5),(0.01122927,0.01694499,-0.0003461769),(0.0111585,0.01652144,-0.0003970563),(0.01131642,0.0163931,-0.0001468702),(0.0112568,0.01596904,-0.0002071776),(0.01136908,0.01584781,9.267017e-5),(0.01107281,0.01609799,-0.0004325074),(0.01097596,0.01567557,-0.0004516543),(0.01118363,0.01554485,-0.0002530985),(0.01132627,0.01542385,2.83284e-5),(0.01140936,0.01573171,0.0004386839),(0.011397,0.01530951,0.0003621046),(0.01100763,0.01707832,-0.0005425034),(0.01073085,0.01721837,-0.000655768),(0.01063042,0.01680198,-0.0006262256),(0.01091797,0.0166573,-0.0005568924),(0.0104348,0.0173673,-0.0006795023),(0.01015534,0.01752729,-0.000607238),(0.01005662,0.01712298,-0.000492772),(0.01033144,0.01695677,-0.0006049032),(0.01022693,0.01654825,-0.0005158284),(0.01052421,0.01638725,-0.0005806942),(0.009959198,0.01672064,-0.0003665078),(0.00986654,0.01632015,-0.0002315604),(0.01012511,0.01614197,-0.00041481),(0.0104164,0.01597474,-0.0005205493),(0.01081739,0.01623728,-0.0005549667),(0.01071012,0.01581907,-0.0005368176),(0.009928334,0.01770048,-0.0004325072),(0.009745042,0.01788555,-0.0001802316),(0.009673176,0.01749165,-1.844802e-5),(0.009841559,0.01730191,-0.0002896793),(0.009596711,0.01808114,0.0001246664),(0.009474597,0.01828591,0.0004572646),(0.009424175,0.01789595,0.0006371388),(0.009538407,0.0176903,0.000298099),(0.009470595,0.01729915,0.0004702672),(0.009597219,0.01709834,0.0001468113),(0.009358636,0.01750493,0.0008112254),(0.009280799,0.01711264,0.0009796518),(0.009396292,0.01690728,0.0006405731),(0.009520301,0.01670517,0.0003138594),(0.009754691,0.01690475,-0.0001388708),(0.009670994,0.01650867,1.723879e-5),(0.009369949,0.0184985,0.0007926411),(0.009267713,0.01871605,0.001123126),(0.00920463,0.01832066,0.001304702),(0.009317411,0.0181067,0.0009758484),(0.009152833,0.0189357,0.001441051),(0.009010255,0.01915458,0.001738747),(0.008907085,0.01875081,0.00189474),(0.009072349,0.01853599,0.001614174),(0.008967498,0.01813506,0.001770379),(0.00911862,0.01792378,0.001473059),(0.008780259,0.01834641,0.0020296),(0.008632222,0.01794278,0.002141734),(0.008840373,0.01773397,0.001908469),(0.009011847,0.017526,0.00162766),(0.009245154,0.01771344,0.001149415),(0.009155653,0.01731888,0.001313367),(0.008824924,0.01936984,0.002008544),(0.008604742,0.01958173,0.002233623),(0.008450161,0.0191734,0.002325707),(0.008695352,0.01896323,0.002136872),(0.008357608,0.01979053,0.002397168),(0.008091425,0.01999654,0.002482359),(0.007911452,0.01958745,0.00248403),(0.008184524,0.01938143,0.002446381),(0.008003033,0.01897475,0.002460928),(0.008280429,0.01876643,0.002386642),(0.00773078,0.0191817,0.002450033),(0.007555158,0.01878031,0.002382006),(0.007818618,0.01857178,0.002441208),(0.008100107,0.01836228,0.00241578),(0.00854537,0.01855692,0.002238944),(0.008378388,0.01815242,0.002313397),(0.007814096,0.02020001,0.002472379),(0.007548456,0.0204013,0.002378679),(0.007401267,0.01999421,0.002281539),(0.007643956,0.01979158,0.00242379),(0.007317339,0.02060076,0.002212714),(0.007143581,0.02079875,0.001985934),(0.007067246,0.0203965,0.001814511),(0.00720262,0.02019573,0.002073153),(0.00710889,0.01979503,0.001912104),(0.007269102,0.01959138,0.002156509),(0.007015237,0.01999849,0.001628084),(0.006987172,0.01960476,0.001431376),(0.007037651,0.0193989,0.001734258),(0.007155355,0.01919327,0.002007607),(0.007481269,0.01938709,0.00234219),(0.007330963,0.01898727,0.002230497),(0.007050018,0.02099563,0.001709793),(0.007018571,0.02119252,0.001396143),(0.007022015,0.02079757,0.001201753),(0.007014379,0.02059692,0.001521489),(0.007031167,0.02139054,0.001056833),(0.007069729,0.02159084,0.0007037165),(0.007130775,0.02120192,0.0005128012),(0.007068149,0.02099904,0.0008629686),(0.007121847,0.02061048,0.0006669083),(0.007046571,0.02040622,0.001002011),(0.007203721,0.020815,0.0003217266),(0.007284265,0.02043004,0.0001303489),(0.007188429,0.02022471,0.0004697129),(0.007089205,0.02001829,0.0007994448),(0.007002749,0.02020223,0.001323562),(0.007013237,0.01981143,0.001119886),(0.00711618,0.02179454,0.0003486439),(0.007139419,0.02198508,1.457206e-5),(0.007212433,0.02159694,-0.0001734766),(0.007187892,0.02140677,0.000158916),(0.007108343,0.02214594,-0.0002755426),(0.006991849,0.02226053,-0.0004987434),(0.007055525,0.02186646,-0.0006729436),(0.007177331,0.02175573,-0.0004591667),(0.007248228,0.021364,-0.0006423375),(0.007289807,0.02120827,-0.0003606719),(0.00711971,0.02147043,-0.0008472801),(0.007180381,0.02107293,-0.001022549),(0.007316819,0.02097122,-0.0008258658),(0.007367152,0.02081942,-0.0005478693),(0.00726734,0.02101977,-3.005859e-5),(0.007350069,0.02063365,-0.000218988),(0.006758835,0.02231233,-0.000632074),(0.006449789,0.02231422,-0.0006774479),(0.006508332,0.02190747,-0.0008164028),(0.006819945,0.02191244,-0.0007895973),(0.006105202,0.02227912,-0.0006367786),(0.005765563,0.02221994,-0.00051198),(0.005807949,0.02179984,-0.0006295675),(0.006158422,0.02186534,-0.0007606346),(0.006213462,0.02145275,-0.0008868809),(0.006567745,0.02150032,-0.0009566105),(0.005853081,0.0213828,-0.000751476),(0.005898281,0.02096865,-0.0008795832),(0.006266932,0.02104119,-0.001017235),(0.006624275,0.02109282,-0.001099462),(0.006881355,0.02151105,-0.000947724),(0.006939146,0.02110843,-0.00110749),(0.00547136,0.02214957,-0.0003049657),(0.005209408,0.02208613,-7.435042e-5),(0.005210697,0.02165915,-0.0002170993),(0.005494655,0.02172475,-0.0004304766),(0.004966517,0.02204769,0.0001212508),(0.004729502,0.02205237,0.0002232232),(0.004699454,0.02163255,3.75651e-5),(0.004948243,0.02162206,-4.317288e-5),(0.004933366,0.02120494,-0.0002214086),(0.005215403,0.02123908,-0.0003706024),(0.004672702,0.02122239,-0.0001638934),(0.004651126,0.02082305,-0.0003815941),(0.004923014,0.02079724,-0.0004143681),(0.00522343,0.02082642,-0.0005362345),(0.005521185,0.02130497,-0.0005633374),(0.005549484,0.02089031,-0.000705278),(0.004485176,0.02211826,0.0001729519),(0.004225975,0.02221944,2.479912e-5),(0.004206948,0.02182511,-0.0001885409),(0.004456492,0.02170967,-2.86228e-5),(0.00394433,0.02232999,-0.000166873),(0.003632678,0.02242401,-0.0003477022),(0.003938418,0.02195059,-0.0003889934),(0.003638493,0.0220578,-0.0005767847),(0.003936041,0.02158015,-0.0006232683),(0.004191214,0.02144074,-0.0004165674),(0.003648352,0.02169873,-0.0008145531),(0.003937582,0.02121933,-0.0008694709),(0.003661779,0.02134725,-0.001060957),(0.004180009,0.02106723,-0.0006591069),(0.004431043,0.02131123,-0.0002461944),(0.004410658,0.02092409,-0.0004798276),(0.003283452,0.02247558,-0.0004633263),(0.002911365,0.02248637,-0.0005160442),(0.003294763,0.02211843,-0.0006987192),(0.002925536,0.02213401,-0.0007553365),(0.002531127,0.02245807,-0.0005081551),(0.00215745,0.02239238,-0.0004419578),(0.002183797,0.02203605,-0.0006747803),(0.002549112,0.02210605,-0.0007471768),(0.002574515,0.02175288,-0.0009831567),(0.002945744,0.02178311,-0.0009950695),(0.002219129,0.02167702,-0.0009023672),(0.002261512,0.02131631,-0.001126589),(0.002605597,0.02139934,-0.001217613),(0.002970516,0.02143421,-0.001236221),(0.003310971,0.02176572,-0.0009386775),(0.003331,0.02141786,-0.001183605),(0.001805047,0.02229096,-0.0003197515),(0.001504393,0.02216936,-0.0001481667),(0.001568462,0.02179275,-0.0003492107),(0.001847893,0.02192551,-0.0005386869),(0.001285962,0.0220431,6.616609e-5),(0.001180232,0.02192773,0.0003166162),(0.001287265,0.02153369,0.0001486341),(0.001372566,0.02165605,-0.0001166657),(0.001472307,0.02126924,-0.0002963183),(0.00164472,0.02141476,-0.0005456941),(0.001407492,0.02114135,-1.725445e-5),(0.001538577,0.02075224,-0.0001820617),(0.00158283,0.02088423,-0.0004741243),(0.001730894,0.02103685,-0.0007392775),(0.001901429,0.0215575,-0.0007521284),(0.001963533,0.02118818,-0.0009619545),(0.001217677,0.02183877,0.000596553),(0.001355687,0.02176617,0.0009012393),(0.001485797,0.02137403,0.0007442716),(0.001339622,0.02144397,0.0004363746),(0.001551651,0.0216999,0.001225938),(0.001762958,0.02162988,0.001565913),(0.00168195,0.02131099,0.001070041),(0.001884242,0.021242,0.001411398),(0.001625981,0.02098436,0.0005898097),(0.001820101,0.02092439,0.0009170778),(0.002011348,0.02085617,0.001259681),(0.001964685,0.02054072,0.0007663079),(0.002143506,0.02047276,0.001109929),(0.001774355,0.02059816,0.0004371231),(0.001473581,0.02105154,0.0002782436),(0.001617369,0.02066278,0.0001213438),(0.001946998,0.0215461,0.001916425),(0.002116727,0.02145314,0.002271686),(0.002195264,0.02105447,0.002125913),(0.002048833,0.02115418,0.001766058),(0.002285101,0.0213556,0.002625906),(0.002465078,0.02125808,0.002973295),(0.002343076,0.02094982,0.002482853),(0.002511811,0.02084715,0.002828767),(0.002276959,0.02065777,0.001979933),(0.002402339,0.02054575,0.002337853),(0.002556782,0.0204373,0.002681151),(0.002464927,0.02014375,0.002189977),(0.002602982,0.02002908,0.002530037),(0.002362848,0.02026326,0.001832668),(0.002155131,0.02076427,0.001617255),(0.002265967,0.02037661,0.001469017),(0.002669612,0.02116519,0.003308065),(0.002870498,0.02106804,0.003632892),(0.00272101,0.02075341,0.003155546),(0.002939937,0.02065949,0.003470368),(0.003039527,0.02095776,0.003950452),(0.003148491,0.02082545,0.004263425),(0.003137862,0.02055628,0.003780407),(0.003284047,0.02043467,0.004092842),(0.002997129,0.02024926,0.003304949),(0.003218541,0.02015145,0.003606777),(0.003397783,0.02003897,0.003916109),(0.003285919,0.01974425,0.003433031),(0.003493358,0.01963913,0.003738075),(0.003046418,0.0198383,0.003138632),(0.002765794,0.02034151,0.002999962),(0.002807792,0.01993025,0.002841945),(0.003169183,0.02066224,0.004574487),(0.003115377,0.0204711,0.004860315),(0.003347762,0.02028555,0.004414848),(0.003337505,0.02011005,0.004722814),(0.003000845,0.02025496,0.005097582),(0.002839363,0.0200168,0.005262966),(0.003261778,0.01990927,0.00499313),(0.003129081,0.01968433,0.005202183),(0.003536371,0.01974214,0.004566834),(0.003502433,0.01955672,0.004863345),(0.00340415,0.01934591,0.005110698),(0.003721002,0.01919622,0.00471452),(0.003661454,0.01899994,0.004993655),(0.003712061,0.01936695,0.004398854),(0.003502607,0.01990271,0.004243609),(0.003635792,0.01951398,0.004066694),(0.002644704,0.01975958,0.005333142),(0.002438959,0.0194914,0.005315196),(0.002947915,0.01943635,0.005326365),(0.002744294,0.01917452,0.0053657),(0.002244217,0.01922037,0.005216217),(0.00208257,0.01895461,0.005043289),(0.002544231,0.018908,0.005320211),(0.002373741,0.01864597,0.005189925),(0.003052303,0.01885599,0.005383369),(0.002854097,0.0185959,0.005394199),(0.002677943,0.01833841,0.005311702),(0.003172055,0.01828279,0.005435443),(0.002994636,0.01803093,0.00540398),(0.003360191,0.01853423,0.005368174),(0.00324488,0.01910916,0.005286454),(0.003532254,0.01877628,0.005216225),(0.00197611,0.01870223,0.0048035),(0.001898329,0.01845596,0.004529984),(0.002258837,0.01839763,0.004974866),(0.002174941,0.01815557,0.004708675),(0.001822724,0.01820855,0.004255874),(0.001722787,0.01795274,0.004014304),(0.002097473,0.01791241,0.004424996),(0.002001857,0.01766077,0.004157469),(0.002455062,0.01785321,0.00487842),(0.002368805,0.01761244,0.004594476),(0.002272984,0.01736419,0.004310224),(0.00263818,0.01730791,0.004761392),(0.002536935,0.01706194,0.004471589),(0.002740007,0.01754824,0.005034817),(0.00255152,0.01809303,0.005128637),(0.002854723,0.01778766,0.005259725),(0.001572013,0.01768126,0.003838411),(0.001397317,0.01740648,0.003738633),(0.001863512,0.01739324,0.003939738),(0.00170217,0.01712052,0.003788716),(0.001225613,0.01714076,0.003725418),(0.001083814,0.01689646,0.003809206),(0.001537559,0.01685329,0.003721319),(0.00138941,0.01660223,0.003754463),(0.002004043,0.01683385,0.003863404),(0.001852303,0.01656818,0.003745526),(0.001703303,0.01631314,0.003727797),(0.002165291,0.01628276,0.003802479),(0.002020819,0.0160268,0.003734333),(0.002299877,0.01654411,0.003965695),(0.002147834,0.01710192,0.004059085),(0.002423963,0.01680559,0.004197545),(0.0009988361,0.01668593,0.004000442),(0.0009658278,0.01650177,0.004272717),(0.001277454,0.01637801,0.003905061),(0.001205978,0.01617677,0.004145777),(0.0009799395,0.01633657,0.004599624),(0.001036321,0.01618292,0.004954756),(0.001179274,0.01599461,0.00444927),(0.001201631,0.01582766,0.004788203),(0.00145903,0.01585936,0.004033653),(0.001390628,0.01566019,0.004304907),(0.001375964,0.01547923,0.004620155),(0.001618247,0.01533535,0.00416893),(0.00156641,0.01514088,0.004451798),(0.001725675,0.01554994,0.003940061),(0.001567734,0.01607694,0.003832561),(0.001867073,0.01578147,0.003787694),(0.001130122,0.01603343,0.005311705),(0.001237291,0.0158809,0.005667791),(0.001277339,0.01567204,0.005135236),(0.001378685,0.01551888,0.005486761),(0.001333775,0.01571818,0.006020336),(0.001395521,0.01553809,0.00636666),(0.001477959,0.01535932,0.005839165),(0.001547451,0.0151845,0.006188844),(0.001517583,0.01516075,0.005298298),(0.001612715,0.01500217,0.005649508),(0.001683296,0.01482996,0.006001022),(0.001745494,0.01464953,0.005451758),(0.001809488,0.01447689,0.005804177),(0.001662203,0.01480983,0.005102618),(0.001428474,0.01531626,0.004953233),(0.001591785,0.01496965,0.004766163),(0.001398476,0.01533346,0.006704084),(0.001351535,0.0151085,0.007031659),(0.001559447,0.01498554,0.006532185),(0.00152192,0.01476649,0.006867144),(0.001263588,0.01486745,0.007348442),(0.001143529,0.01461451,0.007653486),(0.001442839,0.01453139,0.007191677),(0.001330175,0.01428425,0.007503738),(0.001665824,0.01441741,0.006684864),(0.001591267,0.01418568,0.007012064),(0.001481828,0.01394275,0.007326023),(0.00171283,0.0138338,0.006813881),(0.001601196,0.01359439,0.007125613),(0.001788117,0.01406403,0.006487933),(0.001698749,0.0146336,0.006346995),(0.001822016,0.01428006,0.006150467),(0.00100025,0.01435392,0.007945846),(0.0008388381,0.01408661,0.008227082),(0.001191899,0.01402914,0.007801286),(0.001033494,0.01376699,0.008086583),(0.0006643812,0.01381356,0.008498755),(0.0004819676,0.0135357,0.008762424),(0.000860442,0.01349876,0.008361901),(0.0006782269,0.01322541,0.008629505),(0.001184561,0.01343669,0.007909262),(0.001008761,0.01317456,0.008184016),(0.0008228723,0.01290704,0.008451179),(0.001106076,0.01284939,0.007971996),(0.0009106529,0.0125908,0.008235066),(0.001290913,0.01310258,0.007701505),(0.001344254,0.01369292,0.007624177),(0.001458255,0.01335078,0.007420433),(0.0002966844,0.01325398,0.009019655),(0.00010769,0.01296865,0.009267971),(0.0004923313,0.01294788,0.008891663),(0.0003018324,0.01266656,0.009146462),(-8.585751e-5,0.01267991,0.009504898),(-0.0002847999,0.012388,0.009727964),(0.0001058078,0.01238179,0.009391996),(-9.666535e-5,0.01209395,0.009626353),(0.0004383985,0.01235768,0.008969584),(0.0002388773,0.01207659,0.009218127),(3.387546e-5,0.01179171,0.00945776),(0.0003031946,0.01178097,0.008995134),(9.439272e-5,0.0115003,0.00923576),(0.0005089879,0.01205641,0.008747539),(0.0006329074,0.01263462,0.008713484),(0.0007115487,0.01232641,0.008493883),(-0.0004899791,0.01209314,0.009934695),(-0.0007049255,0.01179785,0.01012632),(-0.0003065096,0.01180341,0.009847624),(-0.000526326,0.01151205,0.01005641),(-0.0009331699,0.01150464,0.01030406),(-0.001178242,0.01121604,0.01046915),(-0.0007587157,0.01122176,0.01025331),(-0.00100628,0.01093445,0.01043893),(-0.0003968425,0.01121371,0.0099068),(-0.0006282929,0.01092457,0.01011732),(-0.0008742933,0.01063799,0.01031926),(-0.000564173,0.01063871,0.00991307),(-0.0008072923,0.01035397,0.0101262),(-0.0003354278,0.01092647,0.009694063),(-0.0001770755,0.01150342,0.009687131),(-0.0001171937,0.01121457,0.009468515),(-0.001443674,0.01093455,0.01062282),(-0.001726484,0.01066108,0.01076784),(-0.001271619,0.010652,0.01061387),(-0.001552932,0.01037628,0.01078022),(-0.00202369,0.01039651,0.01090699),(-0.00233231,0.01014174,0.01104305),(-0.001848417,0.01010915,0.01094008),(-0.002156274,0.00985248,0.01109554),(-0.001417136,0.01008047,0.01069988),(-0.001711157,0.009813422,0.01088024),(-0.002018365,0.009556785,0.01105509),(-0.001639711,0.009539261,0.0107329),(-0.001946234,0.009285145,0.01092303),(-0.001346652,0.009802964,0.01053648),(-0.001137711,0.01035598,0.01051317),(-0.001068649,0.01007496,0.01033413),(-0.002649364,0.009897664,0.0111788),(-0.002974285,0.009663831,0.01131338),(-0.002474699,0.00960813,0.0112487),(-0.002802663,0.009375304,0.01139893),(-0.003306508,0.009439787,0.01144591),(-0.003645467,0.009225078,0.01157554),(-0.003139134,0.009153202,0.0115456),(-0.00348308,0.008941026,0.01168807),(-0.00266689,0.009079852,0.01139047),(-0.003005771,0.008858061,0.01155048),(-0.003352777,0.008646396,0.01170499),(-0.002932742,0.0085868,0.01145374),(-0.003280303,0.008374334,0.01161761),(-0.002593825,0.008809218,0.01128339),(-0.002337348,0.00931251,0.01122525),(-0.002264631,0.009041899,0.01110651),(-0.003990597,0.009019256,0.01170139),(-0.0043411,0.008821081,0.01182313),(-0.003833471,0.008737982,0.01182572),(-0.00418944,0.008542882,0.01195847),(-0.00469618,0.008629317,0.01194039),(-0.005055039,0.008442727,0.01205284),(-0.004550124,0.008354542,0.01208623),(-0.004914656,0.008171781,0.01220894),(-0.004066513,0.00825004,0.01199692),(-0.004431264,0.008063035,0.01213475),(-0.004799947,0.007881938,0.01226743),(-0.00436365,0.007790021,0.01207247),(-0.004734351,0.007608938,0.01221328),(-0.003996948,0.007977147,0.01192654),(-0.003706687,0.008444108,0.01185373),(-0.003635436,0.008171517,0.01177507),(-0.00541688,0.008260075,0.01216011),(-0.005781694,0.008081696,0.01226258),(-0.00528217,0.007993413,0.01232651),(-0.005652637,0.007819717,0.01243919),(-0.006149468,0.007907932,0.01236059),(-0.006520195,0.007739121,0.01245453),(-0.006026024,0.007650976,0.01254725),(-0.006402299,0.007487464,0.01265092),(-0.005546146,0.007534279,0.01251805),(-0.005923664,0.007368288,0.01263624),(-0.006304128,0.007207901,0.01274987),(-0.005863703,0.007096213,0.01260761),(-0.006246232,0.006936713,0.01272971),(-0.00548428,0.007261664,0.01248084),(-0.005171574,0.007705591,0.01239515),(-0.005107861,0.007432695,0.0123494),(-0.006893863,0.0075756,0.01254473),(-0.007270962,0.007419783,0.012632),(-0.006781434,0.007329467,0.01275048),(-0.007163811,0.007179162,0.01284663),(-0.007651982,0.007274083,0.01271711),(-0.008037414,0.007140909,0.01280086),(-0.007549823,0.007038734,0.0129401),(-0.007939856,0.006910363,0.0130316),(-0.007074215,0.006906861,0.01296438),(-0.007464456,0.006770318,0.01306646),(-0.007858573,0.006645835,0.0131659),(-0.007414052,0.006504299,0.01306979),(-0.00781092,0.006382321,0.01317593),(-0.007021151,0.006638716,0.01296034),(-0.006687542,0.007053407,0.01285905),(-0.006631962,0.006783533,0.01284713),(-0.008427749,0.007022678,0.01288403),(-0.008822274,0.006919513,0.01296691),(-0.008334294,0.006796232,0.01312186),(-0.00873248,0.006696284,0.0132111),(-0.009220283,0.00683154,0.0130498),(-0.009621063,0.006758889,0.013133),(-0.00913375,0.006610465,0.01329956),(-0.009537444,0.006538718,0.01338746),(-0.008658689,0.00643891,0.01335881),(-0.009063329,0.006355839,0.0134527),(-0.009470115,0.006285945,0.01354515),(-0.009023893,0.00610072,0.01347819),(-0.009433201,0.006032838,0.01357432),(-0.008616583,0.00618117,0.01337991),(-0.008256878,0.00653547,0.01326327),(-0.00821201,0.006274824,0.01327923),(-0.01002391,0.006701684,0.01321679),(-0.01042838,0.006656222,0.01330042),(-0.009942896,0.006480988,0.01347506),(-0.01034971,0.006434115,0.01356182),(-0.01083406,0.006618803,0.01338316),(-0.01124051,0.006585722,0.01346423),(-0.01116578,0.00636032,0.01373076),(-0.01075747,0.006394945,0.01364722),(-0.01069774,0.006142549,0.01381409),(-0.01028771,0.006182022,0.01372611),(-0.01110807,0.006107771,0.01390007),(-0.0110791,0.005856338,0.01393919),(-0.01066709,0.005891062,0.013851),(-0.01025519,0.005930434,0.01376076),(-0.009878371,0.006228913,0.01363637),(-0.00984376,0.005976886,0.01366852),(-0.01164731,0.006553281,0.0135429),(-0.01205429,0.006524348,0.01362001),(-0.01198269,0.006297667,0.01389146),(-0.01157424,0.006327082,0.01381192),(-0.0124613,0.006501797,0.01369642),(-0.01286819,0.006488499,0.01377298),(-0.012799,0.006260058,0.01404888),(-0.01239099,0.006274512,0.01397019),(-0.01233796,0.00602381,0.01414717),(-0.01192834,0.006046268,0.01406593),(-0.01274705,0.006009724,0.01422819),(-0.01272256,0.005759817,0.01427693),(-0.01231269,0.005773565,0.01419362),(-0.01190205,0.005795577,0.01410994),(-0.01151832,0.006074966,0.01398379),(-0.0114908,0.00582384,0.01402532),(-0.01327479,0.006487326,0.01385054),(-0.01368141,0.006493176,0.01392808),(-0.01361401,0.006260199,0.01420769),(-0.01320657,0.006256736,0.01412832),(-0.01408836,0.006500946,0.01400456),(-0.01449596,0.006505536,0.01407896),(-0.01442974,0.006270056,0.01436303),(-0.01402163,0.006266091,0.0142862),(-0.01397152,0.006014822,0.01447182),(-0.01356349,0.006009151,0.01439107),(-0.0143799,0.006019233,0.01455135),(-0.01435646,0.00576993,0.01460896),(-0.01394808,0.005765171,0.01452676),(-0.01353988,0.005759387,0.01444382),(-0.01315544,0.006006145,0.01430968),(-0.0131315,0.005756347,0.01436043),(-0.0149045,0.006501843,0.01415025),(-0.01531379,0.006491881,0.01421953),(-0.01524824,0.006260798,0.01451014),(-0.01483865,0.006267742,0.01443739),(-0.01572362,0.006477671,0.01428789),(-0.01613378,0.006461225,0.01435644),(-0.01606905,0.006239601,0.0146544),(-0.01565842,0.006250869,0.01458218),(-0.01560893,0.006007022,0.01478188),(-0.01519865,0.006013928,0.01470576),(-0.01601974,0.005999155,0.01485814),(-0.01599546,0.005754038,0.01493097),(-0.0155849,0.00576065,0.01485071),(-0.01517488,0.005766368,0.01477054),(-0.01478896,0.006018467,0.01462912),(-0.01476539,0.005769895,0.01469009),(-0.01654408,0.006444563,0.01442627),(-0.01695468,0.006427231,0.0144964),(-0.01689155,0.006217459,0.01480108),(-0.01648004,0.006228643,0.01472767),(-0.01736576,0.006408781,0.01456586),(-0.01777748,0.00638876,0.01463368),(-0.0177169,0.006192272,0.0149446),(-0.01730378,0.006205513,0.0148737),(-0.01725585,0.005976059,0.01508812),(-0.01684302,0.005984214,0.01501209),(-0.01766973,0.005966725,0.01516241),(-0.01764492,0.005726499,0.01524951),(-0.01723109,0.005734581,0.01517175),(-0.01681837,0.00574152,0.01509224),(-0.01643104,0.005991733,0.01493515),(-0.01640656,0.005747834,0.01501173),(-0.01819004,0.006366717,0.01469887),(-0.01860289,0.006340691,0.01476126),(-0.01813109,0.006177204,0.01501286),(-0.01854574,0.006158436,0.01507824),(-0.01901552,0.006308722,0.01482066),(-0.01942741,0.006268847,0.01487689),(-0.01896024,0.006134099,0.01514046),(-0.01937398,0.00610233,0.01519927),(-0.01850051,0.0059411,0.01530299),(-0.01891603,0.005921218,0.01536869),(-0.01933072,0.005894226,0.01543094),(-0.01889131,0.005685247,0.01546673),(-0.01930602,0.005659951,0.01553283),(-0.01847574,0.005703596,0.01539729),(-0.01808485,0.00595567,0.01523413),(-0.01806004,0.005716759,0.01532479),(-0.01983803,0.006219104,0.01492977),(-0.02024769,0.006161963,0.01498014),(-0.01978635,0.006061256,0.01525442),(-0.0201977,0.006013204,0.01530683),(-0.02065673,0.006099886,0.01502883),(-0.02106545,0.006035344,0.01507668),(-0.02060836,0.005960499,0.0153574),(-0.02101867,0.005905469,0.01540706),(-0.0201559,0.005815755,0.01554514),(-0.02056716,0.005768728,0.01559896),(-0.02097804,0.005719475,0.01565185),(-0.02054233,0.005540503,0.01571301),(-0.02095314,0.005493426,0.01577004),(-0.02013115,0.005585401,0.01565506),(-0.01974388,0.00585833,0.01548945),(-0.01971917,0.005625943,0.01559531),(0.01408458,0.001724889,0.01338678),(0.01420478,0.001424546,0.01314334),(0.01397123,0.002027318,0.01362469),(0.01435227,0.002113642,0.01370731),(0.01447866,0.001832025,0.01344406),(0.01460887,0.001550813,0.0131774),(0.01387158,0.002333921,0.01385157),(0.01379248,0.002646783,0.01406189),(0.01423353,0.002396074,0.01396372),(0.01412626,0.002679725,0.01420987),(0.01474012,0.002222174,0.01377992),(0.0146078,0.002477666,0.01406256),(0.01447807,0.002727486,0.01434124),(0.01498481,0.002566464,0.01416885),(0.01483809,0.002779391,0.01447502),(0.01512656,0.00234061,0.01386329),(0.01487414,0.001962902,0.01349463),(0.01500903,0.001701739,0.01320801),(0.015265,0.002106139,0.01355814),(0.01540179,0.001867358,0.01325319),(0.01374079,0.00296799,0.01425014),(0.01373488,0.003285223,0.01441019),(0.01403428,0.002965004,0.01444235),(0.01398083,0.003246555,0.01465032),(0.01379312,0.00358616,0.01453595),(0.01393388,0.00385848,0.01462129),(0.01398913,0.00351902,0.01482296),(0.01408241,0.003777045,0.01494944),(0.01425592,0.003207008,0.01486797),(0.01421754,0.003441845,0.01508661),(0.01426364,0.003676823,0.01525583),(0.01447463,0.003356699,0.01533157),(0.01447608,0.003563598,0.01554071),(0.01455389,0.003164022,0.0150731),(0.01435177,0.002969745,0.01461461),(0.01468474,0.002975081,0.01478201),(0.01417553,0.004089863,0.0146601),(0.01449415,0.004278972,0.01466507),(0.01428391,0.004015272,0.01501892),(0.01456972,0.00422527,0.01504596),(0.01486585,0.004424475,0.01464891),(0.01526669,0.004525032,0.01462431),(0.01491591,0.004398605,0.01504512),(0.01529858,0.004526843,0.01503096),(0.01466802,0.004139699,0.01541667),(0.01498167,0.004337193,0.0154379),(0.01533987,0.004491786,0.01543942),(0.01506373,0.004247546,0.01582378),(0.0153911,0.004425782,0.01584657),(0.01478952,0.00403027,0.01577385),(0.01442124,0.003914508,0.01536091),(0.01458734,0.003795204,0.01568382),(0.01567276,0.004579313,0.01460396),(0.01608238,0.00459489,0.01458711),(0.0156938,0.004601552,0.01501802),(0.01609808,0.004631614,0.0150058),(0.01649385,0.004579341,0.01457302),(0.01690548,0.004540241,0.01456093),(0.0169198,0.004593332,0.01498146),(0.01650792,0.004625912,0.01499379),(0.01611707,0.004635678,0.01542853),(0.01652424,0.004642995,0.01541772),(0.01693589,0.004619239,0.01540439),(0.01654318,0.004631946,0.01584252),(0.01695427,0.004618808,0.01582747),(0.0161397,0.004609685,0.0158528),(0.01572031,0.004588279,0.01543603),(0.01575271,0.00454373,0.0158552),(0.01731559,0.004485169,0.01455008),(0.01772427,0.00442408,0.01454104),(0.01773867,0.004487253,0.01495571),(0.01733025,0.004542754,0.01496831),(0.01813165,0.004366932,0.01453434),(0.01853784,0.004323681,0.01453054),(0.01854713,0.004413777,0.01493764),(0.01814448,0.004439903,0.01494503),(0.01815535,0.004485171,0.01536051),(0.01775319,0.004522934,0.01537418),(0.01855087,0.004477527,0.01534994),(0.01854906,0.004518133,0.01576443),(0.01816514,0.004505942,0.01577796),(0.01776892,0.004533516,0.01579386),(0.01734612,0.004573421,0.01538934),(0.01736407,0.004578569,0.01581081),(0.01894294,0.004304287,0.01453018),(0.01931553,0.004322726,0.01451961),(0.01930873,0.004471641,0.01492238),(0.01894603,0.00442195,0.01493492),(0.0196242,0.004392972,0.01448519),(0.01983751,0.004529004,0.01441326),(0.01979566,0.004724464,0.01480985),(0.01960276,0.004570072,0.01488552),(0.01955742,0.00473573,0.01528661),(0.01928433,0.004603789,0.01532793),(0.01972482,0.004912233,0.01520515),(0.01961868,0.005087645,0.01559669),(0.01948244,0.004887119,0.01568582),(0.01923834,0.004718704,0.01573344),(0.01893801,0.004517394,0.01534406),(0.01891701,0.004592381,0.01575462),(0.01992404,0.004744798,0.01429016),(0.01991041,0.005016628,0.01412667),(0.01980971,0.005202732,0.0145097),(0.01985498,0.004942038,0.01468087),(0.01982319,0.005320767,0.01393353),(0.019689,0.005633492,0.01372152),(0.01952143,0.005773223,0.01408522),(0.01968886,0.00548648,0.01430744),(0.01952287,0.005641087,0.01467589),(0.01967644,0.005380443,0.01488837),(0.01932454,0.005898716,0.01444256),(0.01910096,0.006007248,0.01479174),(0.01932533,0.005780481,0.01503677),(0.01950789,0.005544706,0.01526043),(0.01975413,0.005132314,0.0150686),(0.01961642,0.0053103,0.01545098),(0.01953442,0.005931076,0.01350137),(0.01935872,0.006203113,0.01327136),(0.0191342,0.006284878,0.01361286),(0.0193364,0.006042896,0.01385414),(0.01916115,0.006439195,0.01302973),(0.01894097,0.006628915,0.01277475),(0.01867982,0.006643266,0.01309437),(0.01891521,0.006488542,0.01336005),(0.01865205,0.006519113,0.01368265),(0.01888801,0.00634803,0.01394676),(0.01840577,0.006640745,0.01340665),(0.01812223,0.0066262,0.01371225),(0.01837619,0.006533526,0.01399767),(0.01862493,0.006393193,0.01427251),(0.01911254,0.006137797,0.01419979),(0.01886701,0.006214626,0.0145371),(0.01869743,0.006761866,0.01250465),(0.01843884,0.006840043,0.01222211),(0.01816761,0.006778763,0.01252339),(0.01842845,0.006738429,0.01281447),(0.01817352,0.006865446,0.01192978),(0.01790978,0.006840071,0.01163032),(0.01764357,0.00671389,0.0119198),(0.01790381,0.006769004,0.01222416),(0.01762998,0.006673429,0.01251511),(0.01789018,0.006711327,0.01281968),(0.01737428,0.006595506,0.01220741),(0.01709778,0.006497484,0.01249345),(0.01734941,0.006590297,0.01280334),(0.01760595,0.006647447,0.0131119),(0.01815029,0.006702625,0.01311792),(0.01786453,0.006661794,0.01341593),(0.01765594,0.006765915,0.01132639),(0.01741169,0.006652864,0.01101899),(0.01715189,0.006490863,0.01130538),(0.01739341,0.006618149,0.01161334),(0.01717677,0.006510803,0.01070912),(0.01695087,0.006349618,0.01039778),(0.01668899,0.006177949,0.01068725),(0.01691756,0.006341105,0.01099649),(0.01665248,0.006194783,0.01128533),(0.01688779,0.006347745,0.01159238),(0.01641946,0.006033686,0.01097879),(0.01614037,0.005924291,0.0112699),(0.01637815,0.006081224,0.01157388),(0.01661505,0.006234619,0.01187897),(0.01712764,0.006484132,0.01189979),(0.01685396,0.006376149,0.01218541),(0.0167337,0.006179194,0.01008597),(0.01652356,0.006030933,0.009785402),(0.01624879,0.005870977,0.01008284),(0.01646475,0.006010476,0.01037826),(0.01631875,0.005936233,0.009507813),(0.01611757,0.005926496,0.009264926),(0.01585764,0.005805117,0.009586033),(0.01604509,0.005791759,0.009814323),(0.01575953,0.005682264,0.01012241),(0.01596326,0.005744909,0.01038249),(0.01558501,0.005717474,0.009907516),(0.01529915,0.005665075,0.01022364),(0.01546341,0.005610485,0.01042754),(0.01566822,0.005656863,0.01068062),(0.01618648,0.005872887,0.01067289),(0.0158988,0.005772151,0.01096678),(0.0159183,0.006033123,0.009068466),(0.01573628,0.006233538,0.008915214),(0.01554745,0.006178604,0.009281182),(0.01569038,0.005943351,0.009411305),(0.01558682,0.006505158,0.008801949),(0.01548525,0.006825409,0.008725457),(0.01535093,0.006828722,0.009118918),(0.01543293,0.006483015,0.009186704),(0.01526499,0.00647591,0.00956315),(0.01534528,0.006146651,0.009642826),(0.01520104,0.006838473,0.009498661),(0.01501802,0.006849944,0.009852309),(0.01506736,0.006481508,0.009920205),(0.01511885,0.006136967,0.009990821),(0.01544944,0.005883055,0.009752635),(0.0151902,0.005852696,0.01008501),(0.0154469,0.007171711,0.008682516),(0.01543853,0.007530798,0.008653432),(0.0152719,0.007548681,0.009021006),(0.01530556,0.007187868,0.009068866),(0.01542694,0.007889406,0.008618507),(0.01537889,0.008234269,0.008558043),(0.01514002,0.008228216,0.00886968),(0.01522503,0.007899386,0.008959792),(0.015,0.00789299,0.009265788),(0.01508405,0.007556733,0.009360198),(0.01487823,0.008201039,0.009140969),(0.01459681,0.008134819,0.00935956),(0.01474931,0.007854732,0.009523881),(0.01486581,0.007542956,0.009658126),(0.0151459,0.007201988,0.009434416),(0.01495311,0.007205894,0.009766276),(0.01526117,0.008552119,0.008452347),(0.01508926,0.008848672,0.008313363),(0.01479612,0.008792487,0.008567497),(0.01499196,0.008523396,0.008735126),(0.01487862,0.009129631,0.008153046),(0.01464473,0.009400712,0.007983341),(0.01456781,0.009043049,0.008378165),(0.0143223,0.009282644,0.008178494),(0.01448935,0.008711933,0.008779048),(0.01425082,0.008931919,0.008561138),(0.01400194,0.009139694,0.008331388),(0.01393638,0.008780194,0.008690067),(0.01369359,0.008958408,0.008431242),(0.01417684,0.008589135,0.008935697),(0.01470325,0.008471163,0.008975524),(0.01440148,0.008376814,0.00916118),(0.01440306,0.009667621,0.007816195),(0.01415732,0.009929179,0.007647062),(0.01407489,0.009518829,0.007979855),(0.01382942,0.009750772,0.007777634),(0.0139112,0.0101842,0.007471387),(0.01366841,0.01043151,0.00728462),(0.01358975,0.009977644,0.007567218),(0.01335974,0.01019861,0.007343991),(0.01351949,0.009544455,0.00786146),(0.0132928,0.009741689,0.007613883),(0.01308041,0.009935656,0.007352967),(0.01303794,0.009472289,0.007609361),(0.01284832,0.009641523,0.007313622),(0.01324296,0.009302998,0.007892881),(0.01375702,0.009343832,0.008099395),(0.01346198,0.009132191,0.008166177),(0.01343263,0.01066992,0.00708221),(0.01320503,0.01089989,0.006863384),(0.01314323,0.01041284,0.007103344),(0.01293986,0.01062129,0.006846233),(0.01298673,0.01112188,0.006627368),(0.01277887,0.01133637,0.006373391),(0.01257104,0.01102465,0.00628647),(0.01274926,0.0108249,0.006573622),(0.01270718,0.01031532,0.006782385),(0.012543,0.01050331,0.006477459),(0.01239154,0.01069163,0.006162603),(0.01237225,0.01016169,0.00635383),(0.01223771,0.01034265,0.006020272),(0.01251752,0.0099852,0.006682689),(0.01288576,0.01012648,0.007075011),(0.01267552,0.00981215,0.007003676),(0.01258261,0.01154381,0.006100678),(0.01239039,0.01174845,0.005818674),(0.01240484,0.01122147,0.005985738),(0.01224057,0.01141869,0.005681325),(0.01219469,0.01195455,0.005536819),(0.01198796,0.01216637,0.005264558),(0.0118775,0.0118276,0.005101047),(0.01206816,0.01161962,0.005383128),(0.01210974,0.01107491,0.005520328),(0.01195531,0.01127431,0.005213145),(0.0117758,0.01148187,0.004928753),(0.01165757,0.01113377,0.004772812),(0.01183465,0.01092341,0.005051241),(0.01198179,0.01072227,0.005358767),(0.01225113,0.01088142,0.005840187),(0.01211185,0.01052909,0.005685181),(0.01176266,0.01238815,0.005011329),(0.01152307,0.01261647,0.004771667),(0.01141829,0.01227096,0.004607379),(0.01165853,0.01204592,0.004844985),(0.01127347,0.01284793,0.004540097),(0.01101815,0.01307908,0.004311153),(0.01090226,0.01272665,0.004157308),(0.01116385,0.01249908,0.004380673),(0.01105529,0.01215045,0.004231696),(0.01131561,0.01192401,0.004448364),(0.0107884,0.01237504,0.004016933),(0.01065461,0.01202952,0.003912068),(0.0109228,0.01180747,0.00411733),(0.01118827,0.01158081,0.004319867),(0.01155917,0.01169979,0.004677271),(0.01143764,0.01135457,0.004533691),(0.01076137,0.01330651,0.004079362),(0.01053122,0.0135232,0.003838445),(0.01040893,0.013162,0.003692794),(0.01064059,0.01295002,0.003929724),(0.01035577,0.01372211,0.00358212),(0.01026309,0.01389623,0.003304105),(0.01015607,0.013523,0.003170374),(0.01023739,0.01335539,0.003441387),(0.01013253,0.01298592,0.003310441),(0.01029625,0.0127996,0.00355921),(0.01006475,0.01314581,0.003044528),(0.00998381,0.01276539,0.002933368),(0.01003214,0.01261549,0.003199754),(0.01017974,0.01243914,0.003452313),(0.01052513,0.0125937,0.003793738),(0.01039708,0.01224195,0.003690073),(0.01028125,0.01403852,0.002998121),(0.01038518,0.01415755,0.0026721),(0.0103248,0.01376834,0.002560227),(0.01019508,0.01365761,0.002874627),(0.01054983,0.01426189,0.002333974),(0.0107501,0.01436011,0.001991676),(0.0107379,0.01395453,0.001899812),(0.01051561,0.01386428,0.002233261),(0.0104884,0.01346334,0.002140952),(0.01027601,0.0133752,0.002456171),(0.01072753,0.01354621,0.001816525),(0.01071914,0.01313543,0.00174252),(0.01046792,0.01305913,0.002058366),(0.01023765,0.0129781,0.002362343),(0.01012369,0.01327247,0.002758567),(0.0100643,0.01288322,0.00265412),(0.01096094,0.01446076,0.001653139),(0.01115538,0.01456372,0.001316242),(0.01116075,0.01414537,0.001232127),(0.01096204,0.01404819,0.001565964),(0.01130646,0.01466884,0.0009788617),(0.01138721,0.01477598,0.0006388774),(0.01137273,0.0143507,0.000566126),(0.01130675,0.01424617,0.0008987112),(0.01129658,0.01382139,0.0008243524),(0.01115883,0.01372468,0.001154555),(0.01134612,0.01392384,0.0004995639),(0.01130798,0.01349632,0.0004393006),(0.0112764,0.01339536,0.0007559706),(0.01115,0.01330235,0.001083768),(0.01096007,0.01363314,0.001486503),(0.01095537,0.0132161,0.001415136),(0.01137068,0.01488499,0.0002941669),(0.0112703,0.01499906,-2.379963e-5),(0.01120256,0.01457424,-6.410872e-5),(0.01133143,0.01445905,0.0002347817),(0.0110995,0.01512139,-0.0002835523),(0.0108717,0.01525514,-0.0004536213),(0.01076094,0.01483716,-0.0004396757),(0.01100582,0.01469927,-0.0002993322),(0.01090402,0.01427914,-0.0003012309),(0.0111244,0.01415015,-9.299386e-5),(0.01064458,0.0144221,-0.000411085),(0.0105235,0.01401044,-0.0003691166),(0.01079553,0.01386163,-0.0002900411),(0.01103719,0.01372759,-0.00011085),(0.01128024,0.01403257,0.0001838598),(0.01121813,0.01360644,0.0001413121),(0.01060035,0.01540351,-0.0005025364),(0.01031116,0.01556501,-0.0004471664),(0.01020626,0.01515826,-0.0003628862),(0.01048763,0.01499091,-0.0004539262),(0.01002984,0.01573814,-0.0003043796),(0.009782129,0.01592142,-9.104463e-5),(0.009700848,0.01552461,5.185445e-5),(0.009937207,0.01533692,-0.0001873585),(0.009843285,0.01493844,-6.656818e-5),(0.01009949,0.01475469,-0.00027005),(0.009617584,0.01512991,0.0001939519),(0.009527222,0.01473748,0.0003320625),(0.009744155,0.01454286,5.517005e-5),(0.009988636,0.01435451,-0.0001709988),(0.01037149,0.0145816,-0.0003927903),(0.01025148,0.01417588,-0.0003209318),(0.009593733,0.01611334,0.0001759699),(0.009445558,0.0163117,0.0004810095),(0.00936816,0.01591844,0.0006448107),(0.009517554,0.01571907,0.00033395),(0.009318506,0.01651427,0.0008084195),(0.009193478,0.01671884,0.001142545),(0.009094401,0.01632447,0.001296358),(0.009233499,0.01612085,0.0009703193),(0.009137521,0.01572775,0.001122786),(0.00928327,0.01552588,0.0008018121),(0.008981288,0.01593045,0.001437543),(0.00885187,0.01553772,0.001562555),(0.009026834,0.01533567,0.001262332),(0.009186055,0.01513452,0.0009485625),(0.009437101,0.01532616,0.0004878063),(0.009347019,0.01493491,0.0006341664),(0.009051376,0.01692318,0.001467732),(0.008886479,0.01712795,0.001767969),(0.008743569,0.01673077,0.001890239),(0.008931702,0.01652742,0.00160881),(0.008693066,0.01733378,0.002027244),(0.008465419,0.01754132,0.002229548),(0.008283691,0.01714296,0.002290289),(0.008528177,0.0169356,0.002123211),(0.008348298,0.01654055,0.002192873),(0.008584174,0.01633564,0.001990726),(0.008090885,0.01674865,0.002321207),(0.007890841,0.01635933,0.002319551),(0.00815603,0.01614976,0.002232736),(0.008409346,0.01594368,0.002065683),(0.008796005,0.01613267,0.001732903),(0.008643665,0.01574003,0.001836314),(0.008197814,0.01775122,0.002358868),(0.007913762,0.0179624,0.002412471),(0.007726334,0.01756696,0.002377134),(0.008008286,0.01735392,0.002374039),(0.007636765,0.01817378,0.002387623),(0.007390332,0.0183843,0.002281589),(0.007240296,0.01799313,0.002152056),(0.007462212,0.01778053,0.002302248),(0.007299696,0.0173918,0.002187162),(0.007542768,0.01717615,0.002310186),(0.007109042,0.0176062,0.001996682),(0.007000562,0.01722298,0.001818742),(0.007153956,0.01700734,0.002044439),(0.007368003,0.01679016,0.002212045),(0.007814434,0.01696114,0.00235759),(0.007620897,0.01657348,0.002308202),(0.007197969,0.01859288,0.002091635),(0.007063411,0.01880036,0.001838847),(0.006994409,0.01841187,0.001653607),(0.007084962,0.0182032,0.001929231),(0.006990401,0.01900755,0.00154431),(0.00698267,0.0192153,0.001229111),(0.007000454,0.01882947,0.001023308),(0.006966839,0.01862026,0.001345021),(0.00696667,0.01823629,0.001139154),(0.006949479,0.01802705,0.001455266),(0.007039243,0.01844662,0.0008159874),(0.007097763,0.01806609,0.0006091694),(0.006989594,0.01785493,0.0009294688),(0.006929754,0.01764512,0.001247201),(0.00699462,0.01781748,0.001746914),(0.006929619,0.01743502,0.001548311),(0.00704396,0.01942443,0.000914335),(0.007146884,0.01963363,0.00059658),(0.007218516,0.01925171,0.0003943233),(0.00709345,0.01904063,0.0007083021),(0.007264059,0.0198416,0.0002724439),(0.0073681,0.02004702,-6.147555e-5),(0.007455605,0.01966557,-0.0002532763),(0.00734834,0.01946069,7.569071e-5),(0.00744087,0.01908153,-0.0001199573),(0.007303012,0.01887198,0.0001935804),(0.007547149,0.01928535,-0.0004445827),(0.007643112,0.01890598,-0.0006349242),(0.007541251,0.01870367,-0.0003139107),(0.00739928,0.01849393,-4.742495e-6),(0.007160247,0.01865943,0.0005031791),(0.007242888,0.01828025,0.0003003582),(0.007431624,0.02024857,-0.0004085805),(0.007440073,0.0204307,-0.0007359247),(0.007510009,0.02004206,-0.0009240428),(0.007512998,0.01986432,-0.0005982584),(0.00737889,0.02057785,-0.001010562),(0.007233517,0.02067443,-0.001199547),(0.007280841,0.02027498,-0.001377167),(0.007436127,0.0201839,-0.001195417),(0.00749022,0.01978942,-0.00137942),(0.007578399,0.01965339,-0.001111428),(0.007324075,0.01987464,-0.001554305),(0.007364942,0.01947346,-0.001729856),(0.007542854,0.01939441,-0.001561562),(0.007646678,0.01926463,-0.001297286),(0.007595184,0.01948066,-0.0007874444),(0.007679176,0.0190974,-0.0009755611),(0.006989399,0.0207049,-0.001269933),(0.006674164,0.020685,-0.001246346),(0.006718648,0.02027674,-0.001396529),(0.007033638,0.02030041,-0.001434082),(0.006315446,0.02063053,-0.001153416),(0.005940875,0.02055722,-0.001015767),(0.005981795,0.02014832,-0.001159497),(0.006359991,0.02022053,-0.001294878),(0.006401553,0.01981097,-0.001441078),(0.006758954,0.01986788,-0.001549274),(0.006021972,0.01974173,-0.001310241),(0.006062342,0.01933729,-0.001467469),(0.006441119,0.01940162,-0.001591473),(0.006796318,0.01945828,-0.001703847),(0.007073391,0.01989495,-0.00159897),(0.007110177,0.01948848,-0.001763629),(0.005578081,0.02048087,-0.0008580284),(0.005234687,0.02042167,-0.0007153701),(0.005250799,0.02002515,-0.000906727),(0.005608184,0.02007666,-0.001020755),(0.00491832,0.02039988,-0.0006229632),(0.004636603,0.02043569,-0.0006159785),(0.004631265,0.02006098,-0.0008651146),(0.004921279,0.02001339,-0.0008454885),(0.004933886,0.01963836,-0.001080239),(0.005273389,0.01963717,-0.001109023),(0.004637246,0.01969955,-0.00112707),(0.004656676,0.01935204,-0.001399913),(0.004958139,0.01927533,-0.00132551),(0.005304082,0.01925804,-0.001320976),(0.005641001,0.01967772,-0.001192623),(0.00567774,0.01928406,-0.0013728),(0.004397159,0.02054936,-0.000729587),(0.004174573,0.0207055,-0.0009159864),(0.004176233,0.02035569,-0.00118578),(0.004392397,0.0201875,-0.0009936801),(0.003943426,0.02086878,-0.001127374),(0.0036783,0.02100383,-0.001315948),(0.003698263,0.02066798,-0.001578958),(0.003954336,0.02052827,-0.001396007),(0.00397108,0.02019759,-0.0016744),(0.004186321,0.02001792,-0.001467061),(0.003722018,0.02033922,-0.001849422),(0.003749914,0.02001708,-0.002126773),(0.003994423,0.01987649,-0.001961582),(0.004206159,0.01969232,-0.001758405),(0.004398216,0.01983899,-0.001270314),(0.004416463,0.01950427,-0.001557696),(0.003353779,0.0210753,-0.001433905),(0.00299838,0.02108786,-0.00147977),(0.003029728,0.02074371,-0.001725447),(0.003379574,0.02073753,-0.001689226),(0.002640619,0.02104618,-0.001452066),(0.002309014,0.02095494,-0.001349316),(0.00236239,0.0205931,-0.00157029),(0.002680181,0.02069331,-0.001686256),(0.002724882,0.02034063,-0.001919928),(0.003064957,0.02040142,-0.001972984),(0.002422396,0.02023099,-0.001789253),(0.00248979,0.01986882,-0.002005948),(0.002775324,0.01998805,-0.002152826),(0.003104459,0.02006065,-0.002222112),(0.003408656,0.02040406,-0.001949216),(0.003441291,0.02007439,-0.002213522),(0.002032082,0.02081881,-0.001170044),(0.001824709,0.02066048,-0.0009316215),(0.00192677,0.02028633,-0.001122595),(0.002107812,0.02044988,-0.001376185),(0.001701781,0.02050261,-0.0006514166),(0.001678183,0.02036789,-0.0003467999),(0.001826574,0.019989,-0.0005115824),(0.001829583,0.02012514,-0.0008281756),(0.001966664,0.01975258,-0.001004381),(0.002037681,0.01991506,-0.001312066),(0.001984016,0.01961629,-0.0006765226),(0.002150773,0.01925044,-0.0008417339),(0.002113449,0.0193857,-0.001180014),(0.002158048,0.01954736,-0.001499902),(0.00219146,0.02008184,-0.001580161),(0.002283763,0.01971516,-0.00178176),(0.001768801,0.02027899,-3.514109e-5),(0.001929035,0.0202164,0.0002854816),(0.002090172,0.01983915,0.0001345085),(0.001928064,0.01990061,-0.0001914706),(0.002114282,0.02016061,0.0006169899),(0.002279942,0.02009213,0.0009613056),(0.002420725,0.01971375,0.0008134634),(0.002269018,0.0197838,0.0004687037),(0.002429021,0.01941,0.0003210292),(0.002257919,0.0194665,-1.617211e-5),(0.002565923,0.01933711,0.000666054),(0.002715605,0.01896166,0.0005187292),(0.002594413,0.01903894,0.0001735464),(0.002432429,0.01909852,-0.0001669366),(0.002095342,0.01952809,-0.0003479045),(0.002270824,0.01916187,-0.0005047025),(0.002381413,0.01999144,0.00132035),(0.002453966,0.01987123,0.00168304),(0.00250141,0.01960819,0.001171137),(0.00255016,0.01948119,0.001531193),(0.002532873,0.01974419,0.002038289),(0.002653403,0.01962302,0.002375014),(0.002606058,0.0193468,0.001883103),(0.00270819,0.01921911,0.002216336),(0.002651275,0.0190927,0.00137727),(0.002684362,0.01895134,0.001724727),(0.002767483,0.01881732,0.002054257),(0.002767665,0.01855754,0.001563471),(0.002831426,0.01841764,0.001889031),(0.002757157,0.0187053,0.001221417),(0.002625901,0.01922631,0.001021257),(0.002754827,0.01884522,0.0008705945),(0.00285083,0.01952041,0.002682129),(0.003092145,0.01942756,0.002973412),(0.002895639,0.01911218,0.002520364),(0.003135786,0.01901744,0.002808663),(0.003344347,0.01933568,0.003262638),(0.00357443,0.01923596,0.003563583),(0.003396009,0.01892632,0.003094711),(0.003643688,0.01883027,0.003391987),(0.003178814,0.01860829,0.002643759),(0.00344309,0.01851677,0.002928366),(0.003703818,0.01842289,0.003222636),(0.003487773,0.0181076,0.002762717),(0.003757504,0.01801463,0.00305488),(0.003222701,0.01820053,0.002478075),(0.002942955,0.01870573,0.002356495),(0.002993512,0.01830125,0.002190373),(0.00374939,0.01911962,0.003890026),(0.00386466,0.01898405,0.00422535),(0.003846201,0.01872072,0.003713968),(0.003996551,0.0185947,0.004048031),(0.003915677,0.01882665,0.004552947),(0.003897875,0.01864484,0.004856199),(0.004087739,0.01844922,0.004381557),(0.004112767,0.0182813,0.004701919),(0.004110116,0.01820017,0.003868605),(0.00423847,0.01806509,0.004203282),(0.004305481,0.01791003,0.004534408),(0.00436915,0.01767547,0.004021056),(0.004475371,0.01753171,0.004357256),(0.004207736,0.01780174,0.003688777),(0.003929029,0.01831839,0.003538885),(0.004000673,0.01791374,0.003365142),(0.00380669,0.018436,0.005118496),(0.003665165,0.01820767,0.005320083),(0.004064636,0.01808798,0.0049965),(0.003960755,0.01787476,0.005241287),(0.003496346,0.01796734,0.005441206),(0.00332328,0.01772254,0.005462111),(0.003818534,0.01764714,0.005412274),(0.003655383,0.01741062,0.00548545),(0.004240494,0.01753397,0.005133978),(0.004130183,0.01731974,0.005349436),(0.00398245,0.01709256,0.005473348),(0.004422855,0.01698273,0.005253478),(0.00429599,0.01676574,0.005425158),(0.004497914,0.01718377,0.005000347),(0.004302542,0.01773186,0.004853472),(0.004516855,0.01736729,0.004692645),(0.003169011,0.01748079,0.005363044),(0.003031087,0.01723999,0.005173462),(0.003488708,0.01717072,0.005436806),(0.003326801,0.01692833,0.005291616),(0.002907058,0.01699808,0.004922825),(0.002794475,0.01675296,0.004640589),(0.003177952,0.01668434,0.005075152),(0.003050449,0.01643964,0.004812689),(0.003625646,0.01661311,0.005386534),(0.003453368,0.01636809,0.005214753),(0.003309699,0.01612438,0.004983354),(0.003735819,0.01605071,0.005338005),(0.003577072,0.01580954,0.00514805),(0.003926122,0.01629416,0.005455473),(0.00380814,0.01685581,0.005479223),(0.004121629,0.01653436,0.005488507),(0.002690886,0.01650256,0.004356213),(0.00258661,0.01624899,0.004098591),(0.002952583,0.01619513,0.004529498),(0.002865443,0.0159499,0.004255883),(0.002471968,0.01599436,0.00389662),(0.002337281,0.01574079,0.003779197),(0.002770117,0.01570304,0.004022148),(0.002647692,0.01545365,0.003858597),(0.003137578,0.01564825,0.004431364),(0.003057518,0.01540885,0.004173262),(0.002947052,0.01516391,0.003968746),(0.003331953,0.01511185,0.004344157),(0.003230364,0.01487011,0.004105851),(0.003404216,0.01534545,0.004618826),(0.003213037,0.01588559,0.00471181),(0.00347623,0.01557624,0.004897556),(0.002172867,0.01549038,0.003775216),(0.002006607,0.0152489,0.003868715),(0.002479257,0.01520081,0.003795534),(0.002296382,0.01495227,0.003825034),(0.001866378,0.01502212,0.004043736),(0.001780058,0.01481581,0.004284316),(0.002130639,0.01471576,0.003939174),(0.002013597,0.01449903,0.004130031),(0.002589556,0.01465608,0.003814434),(0.002406647,0.01441153,0.003865093),(0.002263712,0.01418548,0.004001266),(0.002690021,0.0141047,0.003831341),(0.00252709,0.01387014,0.003910344),(0.002880685,0.01435634,0.003842332),(0.002780379,0.01490993,0.003849061),(0.00307037,0.01461487,0.003936205),(0.001775528,0.01463574,0.004574494),(0.001820765,0.01446938,0.004899937),(0.001976827,0.0143098,0.00438968),(0.001990333,0.01413552,0.004698746),(0.00188375,0.0143042,0.005246316),(0.001932463,0.01412769,0.005599296),(0.002048169,0.01378158,0.005387627),(0.002024113,0.01396363,0.005037854),(0.00216321,0.01362522,0.004831051),(0.002167969,0.01380433,0.004507541),(0.002152558,0.01343775,0.005170417),(0.00224158,0.01309541,0.004948912),(0.002297673,0.0132864,0.004630581),(0.00235074,0.0134719,0.00433481),(0.002192811,0.01398708,0.00422318),(0.002420604,0.01366285,0.004086449),(0.001934882,0.01392732,0.005944549),(0.001893669,0.01370914,0.006279456),(0.002032504,0.0135768,0.005728692),(0.001977221,0.01335624,0.006058431),(0.001811484,0.0134792,0.006601405),(0.001690988,0.01324355,0.00690778),(0.001882423,0.01312684,0.006374239),(0.001748215,0.01289554,0.006673501),(0.00192084,0.0127817,0.006131983),(0.002033509,0.01300884,0.005823856),(0.001769889,0.01255564,0.006423752),(0.001753022,0.01222915,0.00615951),(0.001921926,0.01244874,0.005874244),(0.002057275,0.01267042,0.005574731),(0.002110037,0.0132299,0.005502342),(0.002162636,0.01288803,0.005264958),(0.001534841,0.01300825,0.007195967),(0.001351425,0.01277153,0.007469703),(0.001574701,0.01266927,0.006953608),(0.001371492,0.01244517,0.007218684),(0.001149123,0.01253166,0.00773273),(0.0009363178,0.01228688,0.007988787),(0.001148204,0.01222036,0.007472854),(0.0009144482,0.01199198,0.00772024),(0.001356509,0.01212512,0.006953276),(0.00111362,0.01191448,0.007198993),(0.000859625,0.01170279,0.00743732),(0.001055673,0.01161299,0.00691778),(0.0007864291,0.01141599,0.007147927),(0.001311871,0.01181302,0.006678309),(0.001578523,0.01233781,0.00669619),(0.001546995,0.01201783,0.006426542),(0.0007213909,0.01203544,0.008241614),(0.0005052002,0.0117771,0.008490533),(0.0006798382,0.01175715,0.00796497),(0.0004461742,0.01151465,0.008206731),(0.000288603,0.01151162,0.008734866),(7.245671e-5,0.01123875,0.008973938),(0.0002152568,0.01126326,0.008445214),(-1.111382e-5,0.01100174,0.008680108),(0.0003510492,0.01126392,0.007904306),(0.0001033107,0.01103062,0.008134071),(-0.0001355001,0.01078396,0.008362086),(-2.708097e-5,0.01080843,0.007809323),(-0.0002798834,0.0105801,0.008027688),(0.000238964,0.01101979,0.007591425),(0.0006042942,0.01148696,0.00767224),(0.0005121633,0.01122029,0.007371718),(-0.0001423811,0.01095824,0.009207073),(-0.0003610346,0.01067398,0.009434763),(-0.0002311374,0.01072887,0.008911104),(-0.0004514748,0.01045015,0.009138203),(-0.0005886278,0.01038985,0.00965751),(-0.0008302848,0.01010971,0.009875804),(-0.0006787869,0.01017105,0.009361413),(-0.0009197348,0.009897064,0.009580736),(-0.0005845604,0.01024889,0.008813685),(-0.0008117799,0.009975399,0.009035555),(-0.001052105,0.009707895,0.009253665),(-0.0009647363,0.009795962,0.008690705),(-0.00120386,0.009534066,0.008907262),(-0.0007381039,0.01006411,0.008470505),(-0.0003619622,0.0105209,0.00858891),(-0.0005133552,0.01032874,0.00824879),(-0.00109113,0.009837457,0.01009014),(-0.001369037,0.009573091,0.01029966),(-0.001180979,0.009633677,0.009796174),(-0.001459648,0.009379331,0.01000684),(-0.00166188,0.009316619,0.01050347),(-0.001967533,0.009068049,0.01070071),(-0.00175287,0.009132465,0.01021185),(-0.002057772,0.008891519,0.0104103),(-0.001593844,0.009210166,0.009675445),(-0.001887886,0.008973771,0.00987792),(-0.002192465,0.008741576,0.01007399),(-0.002042135,0.008827509,0.009521578),(-0.002347122,0.008604239,0.009713937),(-0.001746981,0.009054079,0.009322885),(-0.001314021,0.009453846,0.009467161),(-0.001466082,0.009288184,0.009118052),(-0.002283869,0.00882739,0.0108905),(-0.002610332,0.008595152,0.01107305),(-0.002371483,0.008654937,0.01060132),(-0.002694114,0.008424137,0.01078513),(-0.002946364,0.008371849,0.01124857),(-0.003291407,0.008157992,0.01141727),(-0.003025774,0.008200537,0.01096198),(-0.003366573,0.007985561,0.0111321),(-0.002822874,0.008282661,0.01044531),(-0.003150107,0.008060201,0.01062097),(-0.003486291,0.007845237,0.01079023),(-0.003298499,0.007938169,0.01025256),(-0.003631049,0.007725218,0.01041982),(-0.002974319,0.008157221,0.01007926),(-0.002503894,0.008510497,0.01026305),(-0.002657522,0.008380026,0.009899778),(-0.003644903,0.007954093,0.01157935),(-0.004005372,0.007758792,0.01173538),(-0.003716623,0.007780627,0.01129572),(-0.004074133,0.007584162,0.01145345),(-0.004371331,0.007570719,0.0118859),(-0.004741302,0.007388513,0.01203146),(-0.004437314,0.007394591,0.01160588),(-0.004804378,0.00721034,0.0117536),(-0.004185578,0.007442441,0.01111076),(-0.004544601,0.007251091,0.01126324),(-0.004907157,0.007064096,0.01141132),(-0.004676196,0.007129676,0.01088882),(-0.005033217,0.00693945,0.01103623),(-0.004322055,0.007322817,0.01073735),(-0.003832128,0.007639905,0.0109533),(-0.003972954,0.007520715,0.01058121),(-0.005113801,0.007210807,0.01217262),(-0.005489098,0.007038151,0.01230929),(-0.005173535,0.007029839,0.01189722),(-0.005545317,0.006853964,0.01203657),(-0.005867461,0.006871093,0.01244138),(-0.00624916,0.00671018,0.01256878),(-0.005920257,0.006683593,0.01217145),(-0.006298889,0.006519607,0.0123017),(-0.005637657,0.006699319,0.01169584),(-0.006007418,0.006524382,0.01183174),(-0.006381395,0.006356305,0.01196305),(-0.006114266,0.006384124,0.01145617),(-0.006482655,0.006211582,0.01158744),(-0.005750839,0.00656444,0.01132029),(-0.005271207,0.006879697,0.01155561),(-0.00539096,0.006750293,0.01118018),(-0.006634464,0.006555961,0.01269142),(-0.007023597,0.006410571,0.01280961),(-0.006681743,0.006362887,0.01242714),(-0.007068989,0.006215641,0.01254797),(-0.007416783,0.006276144,0.01292367),(-0.007814244,0.006154817,0.01303391),(-0.007460792,0.006080081,0.01266442),(-0.00785732,0.005958419,0.01277668),(-0.007144758,0.006047145,0.01221122),(-0.007534218,0.005910337,0.01232837),(-0.007928912,0.005788229,0.01244111),(-0.007625201,0.005761141,0.01195185),(-0.008017789,0.005639345,0.01206403),(-0.00723834,0.005898304,0.01183513),(-0.006760496,0.006196514,0.01208949),(-0.006857419,0.006049046,0.01171371),(-0.008216208,0.006048722,0.01314066),(-0.008621842,0.005956844,0.01324425),(-0.008258739,0.005852866,0.01288497),(-0.00866414,0.005762088,0.01298974),(-0.009030321,0.005878164,0.01334499),(-0.009440813,0.005811664,0.01344323),(-0.00907261,0.005684745,0.01309145),(-0.009483243,0.005619502,0.01319055),(-0.008733147,0.005593055,0.0126543),(-0.009140767,0.005517039,0.01275592),(-0.009550776,0.005453438,0.01285497),(-0.009224789,0.005371622,0.01237676),(-0.009633701,0.005310553,0.01247516),(-0.008818531,0.0054459,0.01227585),(-0.008328874,0.005682961,0.01254956),(-0.008415883,0.005534703,0.01217182),(-0.009852492,0.005756325,0.01353929),(-0.01026495,0.00570985,0.01363324),(-0.009895124,0.005565025,0.01328751),(-0.01030781,0.005518957,0.01338244),(-0.01067778,0.005669937,0.01372518),(-0.01109056,0.005634289,0.01381517),(-0.01072083,0.005478943,0.01347549),(-0.01113375,0.005442624,0.01356677),(-0.01037456,0.005356452,0.01304725),(-0.01078731,0.005317844,0.01314079),(-0.01119993,0.005282345,0.01323278),(-0.01086826,0.005186407,0.01275993),(-0.01128037,0.005154453,0.01285196),(-0.01045604,0.005221022,0.01266657),(-0.009962215,0.005400779,0.01295203),(-0.01004432,0.005261379,0.01257171),(-0.0115029,0.005600606,0.0139033),(-0.01191465,0.005571019,0.01399004),(-0.01154611,0.00540765,0.01365643),(-0.0119578,0.005376378,0.01374482),(-0.01232565,0.005547658,0.01407582),(-0.01273577,0.005532655,0.01416112),(-0.01277865,0.005334403,0.01391922),(-0.01236868,0.005351174,0.01383229),(-0.01202316,0.005215437,0.01341289),(-0.01243361,0.0051892,0.01350156),(-0.01284318,0.005171226,0.01358969),(-0.01251227,0.00506682,0.01312214),(-0.01292133,0.005049285,0.01321097),(-0.0121024,0.00509198,0.01303284),(-0.0116119,0.005247348,0.01332339),(-0.01169176,0.005122084,0.01294286),(-0.01314485,0.005528142,0.01424639),(-0.01355325,0.005530266,0.01433151),(-0.01359578,0.005329188,0.01409254),(-0.01318758,0.005328428,0.01400596),(-0.01396133,0.005535169,0.01441638),(-0.01436942,0.005539,0.01450088),(-0.01441119,0.005334691,0.01426547),(-0.01400355,0.00533263,0.01417903),(-0.01406705,0.005165367,0.01385308),(-0.01365966,0.005163566,0.01376529),(-0.01447418,0.005165248,0.01394106),(-0.01455078,0.005038914,0.01356601),(-0.0141441,0.005041199,0.01347688),(-0.01373708,0.005040803,0.01338813),(-0.01325178,0.0051641,0.01367754),(-0.01332954,0.005042057,0.01329956),(-0.0147779,0.005537906,0.01458491),(-0.01518678,0.005533219,0.01466867),(-0.01522706,0.005323977,0.01443842),(-0.01481902,0.005331319,0.0143519),(-0.01559608,0.005526276,0.01475237),(-0.01600583,0.005518408,0.01483623),(-0.01604398,0.005303256,0.01461207),(-0.01563537,0.005314132,0.01452511),(-0.0156957,0.005134457,0.01420719),(-0.01528845,0.005148134,0.0141181),(-0.01610307,0.005119579,0.01429668),(-0.01617625,0.004978372,0.01392823),(-0.01576996,0.004997483,0.01383686),(-0.01536365,0.005015188,0.01374602),(-0.0148813,0.005158951,0.0140294),(-0.01495728,0.005029621,0.01365572),(-0.01641604,0.005510948,0.01492045),(-0.01682692,0.005503395,0.01500435),(-0.0168624,0.005282265,0.01478636),(-0.01645293,0.005292812,0.01469938),(-0.01723864,0.00549524,0.0150872),(-0.0176514,0.00548598,0.0151683),(-0.01768362,0.005258706,0.01495643),(-0.01727257,0.005271075,0.01487227),(-0.01732695,0.005075121,0.01456476),(-0.01691854,0.005090554,0.01447619),(-0.01773601,0.005058215,0.01465159),(-0.01780301,0.004898047,0.01429143),(-0.01739584,0.004920412,0.01420247),(-0.01698907,0.004940688,0.01411179),(-0.01651064,0.00510516,0.01438658),(-0.01658258,0.004959724,0.01402013),(-0.0180654,0.005475108,0.01524693),(-0.01847997,0.005460833,0.01532289),(-0.01850836,0.005226921,0.01511728),(-0.01809574,0.005244619,0.01503813),(-0.01889449,0.005441369,0.01539595),(-0.01930831,0.005414926,0.01546589),(-0.01892095,0.005203719,0.01519377),(-0.01933295,0.00517312,0.01526752),(-0.01855608,0.005015966,0.01481792),(-0.01896606,0.004986435,0.01489761),(-0.01937534,0.004948508,0.01497512),(-0.0190252,0.004803655,0.0145449),(-0.01943084,0.004755058,0.01462611),(-0.01861828,0.004842078,0.01446229),(-0.01814589,0.005039195,0.01473594),(-0.01821068,0.004872738,0.01437791),(-0.01972079,0.005379714,0.01553249),(-0.02013226,0.005337926,0.01559659),(-0.01974383,0.005133233,0.01533843),(-0.02015386,0.005086378,0.0154072),(-0.02054305,0.005291753,0.01565902),(-0.02095352,0.005243388,0.01572061),(-0.02056331,0.005034877,0.01547456),(-0.02097249,0.004981055,0.01554121),(-0.02019056,0.004843805,0.01512439),(-0.02059711,0.004782275,0.01519719),(-0.02100335,0.004718123,0.01526947),(-0.02063844,0.004546344,0.01486448),(-0.02103941,0.004466286,0.01494306),(-0.02023699,0.004623257,0.01478563),(-0.0197834,0.004900089,0.01505054),(-0.01983462,0.004693876,0.01470626),(0.01578366,0.002037709,0.01333094),(0.01564521,0.002250353,0.01365425),(0.01550342,0.002456645,0.01397817),(0.01601845,0.002382565,0.01377724),(0.01587388,0.002559581,0.01411807),(0.01615871,0.002197619,0.01343668),(0.01535496,0.002650233,0.0143033),(0.0151965,0.002824763,0.01463026),(0.0157207,0.002720735,0.01445944),(0.01555459,0.0028581,0.01480161),(0.01624113,0.002638718,0.01427653),(0.01608442,0.002769735,0.01463079),(0.0159136,0.002873894,0.01498374),(0.01644856,0.002788996,0.01481087),(0.01627479,0.002866641,0.01517129),(0.01660834,0.002683359,0.01444706),(0.01653101,0.002331918,0.01356581),(0.01638842,0.002489795,0.01392139),(0.01675881,0.002559062,0.01408098),(0.01690463,0.002425434,0.01371377),(0.0150247,0.002973885,0.01495966),(0.01486846,0.003115033,0.01527568),(0.01537124,0.002963741,0.01514487),(0.01519752,0.003060545,0.01547618),(0.01475667,0.003265644,0.01556251),(0.01471822,0.003443154,0.01580435),(0.0150603,0.003171388,0.01578252),(0.01498643,0.003319153,0.0160509),(0.01553896,0.003001058,0.01567503),(0.01538217,0.003076636,0.01599468),(0.01527707,0.003195258,0.01628456),(0.01571892,0.002984095,0.01620208),(0.01558648,0.00307513,0.01650948),(0.01589066,0.002937078,0.0158727),(0.01572394,0.00294224,0.01533493),(0.01608239,0.002906964,0.01552717),(0.01478202,0.003664998,0.01598537),(0.01493465,0.003904998,0.01611415),(0.0150028,0.003526722,0.01626829),(0.01510289,0.003764812,0.01643739),(0.01516271,0.004136975,0.01619926),(0.01545277,0.00433475,0.01624927),(0.0152802,0.004004138,0.01656089),(0.01552822,0.00421542,0.01664151),(0.01529368,0.003610639,0.01674335),(0.01541782,0.003847693,0.01690519),(0.01562079,0.004064519,0.01701727),(0.01557719,0.003666296,0.01722869),(0.01573381,0.003878777,0.01737055),(0.0155065,0.003443409,0.01703185),(0.01524717,0.00338321,0.01653529),(0.01551263,0.003237293,0.01678909),(0.01579143,0.004472145,0.01627274),(0.01616634,0.004556242,0.01627614),(0.01584046,0.004369373,0.01668193),(0.0162008,0.004471362,0.01669241),(0.01656513,0.004594127,0.0162659),(0.01697545,0.004592883,0.01624849),(0.0165931,0.004526747,0.01668317),(0.01700124,0.004540892,0.01666447),(0.01624691,0.004351058,0.01709551),(0.0166301,0.004427015,0.01708965),(0.01703341,0.004462265,0.01707247),(0.01667914,0.004292142,0.01748065),(0.01707375,0.00435643,0.01746951),(0.01630848,0.004191342,0.01747933),(0.01590381,0.004231266,0.01707605),(0.01598547,0.004053673,0.01744836),(0.01738494,0.004559594,0.01623035),(0.01778693,0.004521394,0.01621215),(0.01740909,0.00451916,0.01664653),(0.01780629,0.004492593,0.01662884),(0.01817475,0.004505418,0.01619452),(0.01854172,0.0045388,0.01617813),(0.01852722,0.004549116,0.01659206),(0.01818246,0.004492231,0.01661086),(0.01818657,0.004475007,0.01702761),(0.01782606,0.004453135,0.01704375),(0.01850398,0.004558671,0.01700719),(0.01847039,0.004577055,0.01742456),(0.01818539,0.004462376,0.01744543),(0.01784532,0.004409047,0.01745668),(0.01743687,0.00445993,0.01705793),(0.01746863,0.004384565,0.01746312),(0.01888117,0.004648673,0.01616364),(0.01916674,0.004815917,0.01613608),(0.01907126,0.004900461,0.01653611),(0.01883021,0.004694289,0.01657191),(0.01937211,0.005021412,0.01608053),(0.0194709,0.005246038,0.01598204),(0.01928685,0.005386632,0.01636044),(0.01923019,0.005140339,0.01647039),(0.01906047,0.00524563,0.01685505),(0.01895359,0.004977367,0.01693377),(0.01907185,0.005508655,0.0167312),(0.01883125,0.005611329,0.01709357),(0.0188667,0.005339015,0.01723418),(0.01881545,0.005051669,0.0173293),(0.01876387,0.004737252,0.0169802),(0.01868187,0.004785584,0.01738931),(0.01943678,0.005470672,0.01582566),(0.01930139,0.005690463,0.01562357),(0.01906245,0.005817075,0.01597757),(0.01922106,0.005612051,0.01619199),(0.01909636,0.005900556,0.01538795),(0.01885334,0.006096097,0.01513099),(0.01858535,0.006167863,0.01546113),(0.01884067,0.006002185,0.01572977),(0.018563,0.006086243,0.01606254),(0.01879663,0.0059239,0.01632223),(0.01830066,0.006225146,0.01578301),(0.01800294,0.006270547,0.01609747),(0.01826805,0.006153603,0.0163866),(0.01850945,0.0060103,0.01665731),(0.01897507,0.005733058,0.01654935),(0.01870467,0.005832316,0.01689712),(0.01860397,0.006272231,0.01486485),(0.01834974,0.006420988,0.01458959),(0.01806426,0.006436202,0.0148993),(0.01832611,0.006314587,0.01518421),(0.01809213,0.006534395,0.01430523),(0.01783263,0.006604484,0.01401182),(0.01753794,0.006579475,0.01430663),(0.01780111,0.006526552,0.01460668),(0.01750434,0.006514817,0.01490337),(0.01777033,0.006443627,0.01520298),(0.01723916,0.006555052,0.01459794),(0.01693726,0.006535094,0.01488701),(0.01720307,0.006504022,0.01519664),(0.01746975,0.006448049,0.01550196),(0.0180361,0.006345673,0.01549634),(0.01773661,0.00636946,0.01580242),(0.01757272,0.00662328,0.01370939),(0.01731433,0.006596832,0.01340097),(0.01701702,0.006558436,0.01368781),(0.01727607,0.006588816,0.01399943),(0.01705941,0.006531185,0.01308957),(0.01680988,0.00643239,0.0127782),(0.01651348,0.006393953,0.01306225),(0.01676231,0.006492194,0.01337451),(0.01646042,0.006469419,0.01365887),(0.0167157,0.006531209,0.01397331),(0.01621146,0.006375903,0.01334617),(0.01590669,0.006371972,0.01363056),(0.01615607,0.006458958,0.01394338),(0.01641208,0.006514108,0.01425839),(0.01697578,0.006560135,0.01428713),(0.01667304,0.006538971,0.0145736),(0.01656769,0.00630649,0.01246989),(0.01632931,0.006162595,0.01216411),(0.01603394,0.006123621,0.01244838),(0.01627207,0.00626757,0.01275377),(0.01609118,0.006009806,0.01186036),(0.01584979,0.005857234,0.01155811),(0.01555108,0.00582529,0.01184415),(0.01579499,0.005972669,0.0121454),(0.01549297,0.005961947,0.01242968),(0.01573235,0.006109644,0.01273236),(0.01524757,0.005821237,0.01212877),(0.01494258,0.005837852,0.01241273),(0.01518855,0.005969779,0.01271383),(0.0154279,0.006112618,0.01301662),(0.0159703,0.006251804,0.0130376),(0.01566563,0.006251604,0.01332191),(0.01560161,0.005713983,0.01125684),(0.01536495,0.005610978,0.01097354),(0.01505651,0.00560187,0.01126194),(0.01529812,0.005692053,0.01154392),(0.01515815,0.005579151,0.01072515),(0.01499953,0.005649427,0.01052865),(0.01468912,0.005666348,0.01082149),(0.0148467,0.005583665,0.01101539),(0.01453205,0.005619424,0.0112984),(0.01474597,0.005624157,0.01154653),(0.01437091,0.005711656,0.01110107),(0.01421717,0.005681834,0.01157433),(0.01404786,0.005781171,0.01136631),(0.01443639,0.005672453,0.01182803),(0.01499152,0.005700033,0.01182885),(0.01468503,0.005731601,0.01211249),(0.01490741,0.005852736,0.010401),(0.01485723,0.006148833,0.01031583),(0.0145639,0.006177651,0.01061262),(0.0146042,0.005878839,0.01069743),(0.01482438,0.006497472,0.01024678),(0.01478431,0.006858413,0.01016748),(0.01450505,0.006860301,0.01043836),(0.01454019,0.006519301,0.01053646),(0.01421892,0.006542493,0.01078283),(0.01424235,0.006218826,0.01087593),(0.01418538,0.006852031,0.01065915),(0.01383047,0.006830024,0.01082402),(0.0138647,0.006562548,0.01097945),(0.01389606,0.006267759,0.01110053),(0.01428368,0.005926669,0.01097113),(0.01394897,0.005991891,0.01121893),(0.01471242,0.007191408,0.01005155),(0.01460803,0.007495351,0.009901909),(0.01431895,0.007415422,0.01009382),(0.01443042,0.007157167,0.01028772),(0.01447047,0.007769126,0.009721455),(0.01429905,0.008011626,0.009513095),(0.01399594,0.007838182,0.009613439),(0.01417325,0.007640588,0.009865967),(0.01386743,0.007473528,0.009964869),(0.01400679,0.007304681,0.01023614),(0.01369847,0.007621212,0.009672461),(0.0135628,0.007272365,0.01002562),(0.01341763,0.007367434,0.009702024),(0.0136798,0.007164637,0.01033113),(0.01411373,0.007101805,0.01047224),(0.01376893,0.007023955,0.01060259),(0.01409309,0.008221737,0.009279729),(0.01386651,0.00840622,0.009025127),(0.01378965,0.008013735,0.00934553),(0.01356939,0.008171264,0.009062903),(0.01363324,0.008571828,0.008753055),(0.01340721,0.00872532,0.008467278),(0.01335016,0.008314802,0.008766213),(0.01314698,0.008448375,0.008456126),(0.0132965,0.007892346,0.009064585),(0.01309587,0.008017099,0.008745653),(0.01291708,0.008135511,0.008414413),(0.01287913,0.007686696,0.008707485),(0.01272171,0.007794668,0.008358765),(0.01305887,0.007577541,0.009045743),(0.01350276,0.0077606,0.009372944),(0.01324401,0.00747014,0.009376328),(0.01320234,0.008873454,0.008171565),(0.01301529,0.009019168,0.007866239),(0.01297486,0.008576009,0.008133302),(0.01282472,0.00870199,0.007800498),(0.01284275,0.009165399,0.007551619),(0.01268137,0.009315086,0.007228033),(0.01268751,0.008830609,0.007460474),(0.01255414,0.008966151,0.007115982),(0.0126595,0.008360492,0.007714632),(0.0125525,0.008477513,0.007355732),(0.01244122,0.008604518,0.006997253),(0.01241801,0.008115701,0.00725721),(0.01231719,0.008239991,0.006891631),(0.01250788,0.008003699,0.007627605),(0.01277633,0.008248232,0.008069132),(0.01260354,0.007898511,0.007996798),(0.01252783,0.009471169,0.006895801),(0.0123814,0.009634169,0.006557998),(0.01241555,0.009112905,0.006769782),(0.01227314,0.00927075,0.00642434),(0.01224133,0.009804611,0.006217693),(0.01210689,0.009983016,0.00587796),(0.01198247,0.009619227,0.005745588),(0.01212832,0.009439564,0.00608212),(0.01201131,0.009074054,0.005960191),(0.01216706,0.008903477,0.00629775),(0.01184786,0.009257779,0.005633074),(0.01168644,0.008905165,0.00555034),(0.01186839,0.008715579,0.005864982),(0.01203746,0.008540884,0.006194254),(0.01231155,0.008746739,0.006644015),(0.0121887,0.008382036,0.006536891),(0.01197734,0.01016991,0.005541872),(0.01184062,0.01036593,0.005219719),(0.01168183,0.01001093,0.005107029),(0.01183701,0.009809617,0.005417207),(0.0116847,0.01057171,0.004921786),(0.01149751,0.01078788,0.004658367),(0.0113019,0.01044716,0.004581484),(0.01150683,0.01022338,0.004825105),(0.01130241,0.009882624,0.004761523),(0.01150097,0.009662334,0.005024551),(0.011077,0.01011456,0.004538234),(0.01082907,0.00979306,0.004524685),(0.01107282,0.00955362,0.004731365),(0.01129364,0.009325169,0.004976132),(0.01168027,0.009453961,0.005318132),(0.01149652,0.009108691,0.005251591),(0.011267,0.01101508,0.004439749),(0.01100952,0.01124656,0.004247138),(0.01079105,0.01092045,0.004215755),(0.01105695,0.01068246,0.004386218),(0.01074138,0.01147557,0.004061737),(0.01047894,0.01169536,0.003864755),(0.01027272,0.01136911,0.003855034),(0.01052328,0.01115228,0.004046544),(0.01028073,0.01083515,0.004053373),(0.01054456,0.01060171,0.004211302),(0.01004731,0.01104735,0.003862946),(0.009814035,0.01072665,0.003868532),(0.01002596,0.01052172,0.004063849),(0.01028172,0.01028953,0.004219359),(0.01081718,0.01035789,0.004363875),(0.0105574,0.0100425,0.004363494),(0.01023851,0.01189916,0.003637395),(0.01004596,0.01208377,0.003386721),(0.009900843,0.01173108,0.003348503),(0.01005844,0.01156208,0.003617674),(0.009927151,0.01224593,0.0031198),(0.009907934,0.01238242,0.002843692),(0.009837253,0.01199667,0.002770882),(0.009820314,0.01187598,0.00306156),(0.00971436,0.01150438,0.003016017),(0.009750298,0.01137865,0.003323719),(0.009771898,0.01160791,0.002710321),(0.009712001,0.01121591,0.00265739),(0.009612025,0.01112989,0.002974154),(0.00960025,0.01102409,0.003298434),(0.009865888,0.01122741,0.003612878),(0.009669858,0.0108919,0.003604976),(0.01001416,0.01248999,0.002565463),(0.01020858,0.01257698,0.002281157),(0.01018712,0.01217217,0.00221174),(0.009972054,0.01209302,0.002490511),(0.01045391,0.01265169,0.001986822),(0.0107129,0.01272245,0.001678501),(0.01070765,0.01230734,0.001624181),(0.01044485,0.01224123,0.001925865),(0.0104392,0.01182796,0.001875039),(0.0101716,0.01176399,0.002153214),(0.01070227,0.01189014,0.001579273),(0.0106956,0.01147092,0.001543488),(0.01043544,0.01141208,0.001833889),(0.01016035,0.01135278,0.002104706),(0.00993674,0.01169255,0.002427181),(0.009906992,0.0112888,0.00237339),(0.01094827,0.01279759,0.001352241),(0.01113465,0.01287908,0.001020003),(0.01111221,0.01245497,0.0009639587),(0.01093793,0.01237763,0.001297985),(0.01124666,0.01296891,0.0006937504),(0.01125893,0.01306908,0.0003854451),(0.01119893,0.0126424,0.0003391416),(0.01120703,0.01254227,0.0006387833),(0.0111572,0.01211563,0.0005921609),(0.0110821,0.01203014,0.0009163294),(0.01112796,0.01221659,0.000301534),(0.01104598,0.01179192,0.0002737665),(0.01109682,0.01168921,0.0005549748),(0.01104375,0.01160468,0.0008778113),(0.01092351,0.01195625,0.001252535),(0.01090418,0.01153351,0.001216056),(0.01114608,0.01318157,0.0001070497),(0.01094229,0.01330735,-0.000118072),(0.01084038,0.01288973,-0.0001148325),(0.01106444,0.01275827,8.171564e-5),(0.01068175,0.01344739,-0.0002665559),(0.01039863,0.01360264,-0.0003150379),(0.0102708,0.01319892,-0.0002506474),(0.01056356,0.01303665,-0.0002318409),(0.01044184,0.01262968,-0.0001869621),(0.01073213,0.012475,-0.000101304),(0.01014085,0.01279949,-0.0001777442),(0.01000963,0.01240455,-9.812672e-5),(0.01031747,0.01222673,-0.0001329853),(0.01061821,0.01206348,-7.765901e-5),(0.01097355,0.01233684,6.595355e-5),(0.01087374,0.01191761,6.040678e-5),(0.01012713,0.01377408,-0.000240154),(0.009871472,0.01395791,-6.80734e-5),(0.009747962,0.01356509,3.656273e-5),(0.009998909,0.0133764,-0.0001525902),(0.009635899,0.01415031,0.0001750348),(0.009424648,0.01434748,0.0004630014),(0.009309173,0.01396016,0.0005850827),(0.009518027,0.01376101,0.0002910432),(0.009390045,0.01337517,0.0004012121),(0.009618069,0.01317625,0.0001407462),(0.009180109,0.01357575,0.0006966208),(0.00903677,0.01319449,0.0007959298),(0.009251465,0.01299301,0.0005035588),(0.009481752,0.01279159,0.0002423136),(0.009867297,0.01298302,-6.037366e-5),(0.009732764,0.01259414,3.436231e-5),(0.009241952,0.01454562,0.0007696575),(0.00907168,0.01474487,0.001081611),(0.008940394,0.01435717,0.001199919),(0.00912147,0.01415856,0.0008929137),(0.008897695,0.01494535,0.001385471),(0.008703866,0.01514721,0.001667846),(0.00854005,0.01475904,0.001752987),(0.008751431,0.01455701,0.001491482),(0.008589367,0.01417088,0.001579644),(0.008792457,0.01397171,0.001302447),(0.008363187,0.01437338,0.00181755),(0.008176045,0.01399034,0.001861108),(0.008412835,0.0137872,0.001649236),(0.008628113,0.01358874,0.001388156),(0.008985142,0.01377397,0.001002569),(0.008832538,0.01339212,0.001097258),(0.008474062,0.01535058,0.001915343),(0.008220142,0.01555607,0.002111363),(0.008022776,0.01517258,0.00212789),(0.008291736,0.01496427,0.001969815),(0.007953967,0.01576432,0.002239306),(0.007687403,0.01597593,0.002282569),(0.007488091,0.01559802,0.002211459),(0.007749464,0.01538387,0.00221313),(0.007549876,0.01500802,0.002154762),(0.007823467,0.01479298,0.002115384),(0.00730043,0.01522515,0.002107415),(0.007131937,0.01485689,0.001971635),(0.007362558,0.01463638,0.002064751),(0.007628433,0.01441704,0.002073968),(0.00810123,0.01458109,0.001999555),(0.007907086,0.01420099,0.002004386),(0.007432307,0.01619152,0.002224554),(0.007206984,0.01640917,0.002083128),(0.007063882,0.016033,0.001926545),(0.007254947,0.01581494,0.002108795),(0.007029731,0.01662693,0.001876158),(0.006918848,0.01684287,0.00162151),(0.006863377,0.01646617,0.001408907),(0.006928744,0.01625061,0.001686114),(0.006852714,0.01587846,0.001478106),(0.006942869,0.0156615,0.001745403),(0.006833617,0.01609312,0.001184858),(0.006829045,0.015724,0.0009532846),(0.006803368,0.01551053,0.001255931),(0.006848112,0.01529449,0.001542813),(0.007095099,0.01544336,0.001963068),(0.006959045,0.01507643,0.001789518),(0.006892639,0.01705507,0.001337052),(0.006936369,0.01726533,0.00103279),(0.006966402,0.01688813,0.0008140097),(0.006881634,0.01667805,0.001116331),(0.007035311,0.01747544,0.0007187288),(0.007174735,0.01768723,0.0004048742),(0.007267044,0.01731038,0.0002026249),(0.007100576,0.01709828,0.0005075661),(0.007182142,0.01672388,0.0002966136),(0.007016935,0.01651399,0.0005928382),(0.007371577,0.01693586,1.944616e-6),(0.007276764,0.01635267,8.650441e-5),(0.00748522,0.01656402,-0.0001976436),(0.007085047,0.01614336,0.0003712535),(0.006894559,0.01630435,0.0008893447),(0.006929372,0.01593438,0.0006592863),(0.00733991,0.01790249,0.0001012316),(0.00750623,0.01811703,-0.0001997396),(0.007621972,0.01774117,-0.0003924814),(0.007448697,0.0175263,-9.518969e-5),(0.007649083,0.01832664,-0.0005055801),(0.007743866,0.01852714,-0.0008238304),(0.007849114,0.01814836,-0.00101191),(0.007763299,0.01795014,-0.0006958536),(0.007882829,0.01757386,-0.0008856194),(0.00774462,0.01736625,-0.0005840383),(0.007958562,0.01776922,-0.001199772),(0.008071914,0.01738927,-0.001388025),(0.008006604,0.01719747,-0.001075765),(0.007872287,0.01699217,-0.0007754805),(0.007566636,0.01715179,-0.0002898948),(0.00769111,0.0167791,-0.0004838726),(0.007765967,0.0187143,-0.001162031),(0.007716286,0.01887571,-0.00148082),(0.00778789,0.01848635,-0.001662348),(0.007855851,0.01833096,-0.001347254),(0.007595721,0.01899892,-0.001740834),(0.007405167,0.01907149,-0.001902712),(0.007445392,0.01866918,-0.002073637),(0.007649609,0.01860295,-0.001917655),(0.007705319,0.01820653,-0.002092444),(0.007862157,0.01809627,-0.001842187),(0.007486259,0.01826699,-0.002243394),(0.007528412,0.01786533,-0.002412745),(0.007763642,0.01780968,-0.002265621),(0.007939756,0.01770522,-0.002020657),(0.007949122,0.01794693,-0.001531629),(0.008046073,0.0175618,-0.001715556),(0.007145525,0.01908099,-0.001927091),(0.006831971,0.01904779,-0.001859512),(0.006865425,0.01863792,-0.002018366),(0.007179613,0.01867346,-0.002090758),(0.006479681,0.01899226,-0.001745518),(0.006103835,0.01893477,-0.001630651),(0.006144409,0.01853586,-0.001802435),(0.006515973,0.01858467,-0.001905808),(0.006548732,0.01818065,-0.002074938),(0.006896192,0.01823018,-0.002182504),(0.006182015,0.01814219,-0.001985475),(0.006214611,0.01775544,-0.00218242),(0.006576692,0.01778199,-0.002255501),(0.006923785,0.01782609,-0.002354024),(0.007212625,0.01826692,-0.002256035),(0.007244742,0.01786234,-0.002424326),(0.005719609,0.01889571,-0.001560451),(0.005344506,0.01888807,-0.001541304),(0.005391398,0.01852713,-0.001770982),(0.005763878,0.0185136,-0.001757595),(0.004996031,0.01892487,-0.001579596),(0.004691689,0.01901911,-0.00168171),(0.004738659,0.01869849,-0.001971212),(0.005043986,0.01858569,-0.001842289),(0.005098424,0.0182565,-0.002113383),(0.005441498,0.0181751,-0.002010983),(0.004793957,0.01838789,-0.002267164),(0.004853957,0.01808505,-0.002568318),(0.00515577,0.01793602,-0.00239267),(0.00549155,0.01783184,-0.002262285),(0.005807817,0.01813867,-0.001966252),(0.005848698,0.01777185,-0.002188441),(0.004448986,0.01918381,-0.001854033),(0.00423708,0.01937901,-0.002058384),(0.004276238,0.01907497,-0.002364816),(0.004492434,0.01887477,-0.002157443),(0.004025131,0.01956476,-0.002256582),(0.003782301,0.01970108,-0.002410445),(0.003817636,0.0193889,-0.002698315),(0.004060996,0.01925954,-0.002557163),(0.004099811,0.01895798,-0.002861089),(0.004320792,0.01877717,-0.002675517),(0.003854378,0.01907821,-0.002988259),(0.003890986,0.01876669,-0.003278153),(0.004139369,0.01865725,-0.003166122),(0.004367898,0.01848256,-0.002988301),(0.00454346,0.01857429,-0.002466042),(0.004598713,0.01827952,-0.002777947),(0.003477748,0.01974804,-0.002481794),(0.003148631,0.01972103,-0.002472564),(0.003196961,0.01938201,-0.002722661),(0.003517083,0.01942351,-0.002752104),(0.002832106,0.01963547,-0.002384692),(0.002565329,0.01950676,-0.002220114),(0.002648508,0.01914529,-0.002430596),(0.002894895,0.01928305,-0.002614115),(0.002963361,0.01893094,-0.002839684),(0.003248942,0.019043,-0.002970726),(0.002738824,0.01878483,-0.002636235),(0.002835774,0.01842584,-0.002835874),(0.003037174,0.01857928,-0.00305999),(0.003304061,0.01870343,-0.003215079),(0.003558351,0.01909932,-0.003022527),(0.003600607,0.01877399,-0.003291137),(0.002385457,0.01935032,-0.001980768),(0.002288474,0.01918389,-0.001685973),(0.002427004,0.01882397,-0.001869523),(0.002495423,0.01898737,-0.002176233),(0.002270364,0.01902526,-0.001355053),(0.002327109,0.01889217,-0.00100733),(0.002509617,0.01853939,-0.001173035),(0.002434614,0.01866975,-0.001528958),(0.002603404,0.01831764,-0.001701187),(0.002571678,0.01846686,-0.002049794),(0.002694885,0.01819,-0.001338575),(0.002773937,0.0179674,-0.001871196),(0.002879506,0.01784193,-0.001503675),(0.002720537,0.01811189,-0.002226033),(0.00261254,0.01862637,-0.002367208),(0.00273569,0.01826737,-0.00255274),(0.002454694,0.01880238,-0.0006621241),(0.002613854,0.01873531,-0.0003181612),(0.002643376,0.01844754,-0.0008202479),(0.002798769,0.01837513,-0.0004702807),(0.002765323,0.01867034,2.583516e-5),(0.002869837,0.01858689,0.0003711405),(0.003025966,0.0182122,0.0002224584),(0.002938673,0.01830305,-0.0001228173),(0.003111387,0.01793591,-0.0002731236),(0.002983748,0.01801629,-0.0006237299),(0.003181337,0.01783697,7.18535e-5),(0.003333293,0.01746061,-8.15038e-5),(0.003280391,0.01756775,-0.0004257966),(0.003165368,0.01765705,-0.0007789436),(0.002833291,0.01809527,-0.0009791516),(0.003020862,0.01774346,-0.001138914),(0.002888131,0.01846436,0.0007190305),(0.002867653,0.01831852,0.001063776),(0.002980819,0.01793236,0.0009038864),(0.003023526,0.01808348,0.0005658625),(0.002855848,0.01816516,0.001399646),(0.002900162,0.01802003,0.001720912),(0.002947312,0.0177743,0.001233021),(0.002972471,0.01762476,0.001549759),(0.003094712,0.01754677,0.0007412891),(0.003040462,0.01738509,0.001063368),(0.003047134,0.01723207,0.001375434),(0.003133699,0.01699764,0.0008904545),(0.003122931,0.01684222,0.001197795),(0.003207388,0.01716173,0.0005755234),(0.003158724,0.01770233,0.0004103878),(0.003291439,0.01732066,0.0002519034),(0.003048042,0.01789893,0.002021844),(0.003268924,0.01779451,0.002310985),(0.003105763,0.01749921,0.00185059),(0.00331715,0.01739085,0.002141885),(0.003532244,0.01769941,0.00259688),(0.003807435,0.01760631,0.00288807),(0.003576594,0.01729293,0.00243001),(0.003854058,0.01719864,0.002721336),(0.003367048,0.01699017,0.00197017),(0.00362092,0.01688886,0.002261268),(0.00389782,0.01679233,0.002553804),(0.003665313,0.01648792,0.002089811),(0.00393917,0.01638808,0.002384603),(0.003418287,0.01659308,0.001795237),(0.003165892,0.0171025,0.001676297),(0.003227644,0.01670927,0.001498644),(0.004063935,0.01750784,0.003193102),(0.004291794,0.01740069,0.003510255),(0.004119503,0.01710122,0.00302223),(0.004363074,0.01699723,0.003333231),(0.004481061,0.01728153,0.003837811),(0.004621788,0.01714705,0.00417405),(0.004574916,0.01688325,0.003654875),(0.004745172,0.01675586,0.003987699),(0.004422364,0.0165916,0.003157894),(0.004651426,0.01648059,0.003473578),(0.004845962,0.01635796,0.003801107),(0.004711305,0.01607352,0.003295249),(0.004924595,0.01595318,0.003617177),(0.004470448,0.01618402,0.002984435),(0.004168065,0.01669438,0.002851991),(0.004210309,0.01628783,0.002681849),(0.004704025,0.01699392,0.004517256),(0.004726543,0.01682263,0.004842582),(0.004863987,0.01661163,0.004332241),(0.004925617,0.0164505,0.004667379),(0.004688114,0.01663367,0.005125189),(0.00458751,0.01642754,0.005340233),(0.004924316,0.01627241,0.00497199),(0.004854339,0.01607729,0.005224952),(0.005094369,0.01606735,0.004481432),(0.005129815,0.01589878,0.004801303),(0.005093805,0.01571432,0.005085696),(0.005302965,0.01551265,0.004620547),(0.005303239,0.01533796,0.004928845),(0.005232031,0.01567314,0.004291432),(0.00499668,0.01622031,0.004142545),(0.00510204,0.01581986,0.003953107),(0.004423502,0.01620472,0.005462872),(0.004226725,0.01597136,0.005495694),(0.00470994,0.01586509,0.005405142),(0.004522719,0.01564157,0.005505307),(0.004027816,0.01573359,0.005441288),(0.00385741,0.01549754,0.005302243),(0.004324276,0.0154125,0.005518189),(0.004146206,0.01518363,0.005436534),(0.004809369,0.01530169,0.005482429),(0.004620116,0.0150832,0.005562298),(0.004438955,0.01486307,0.005541523),(0.004910254,0.01474148,0.005567204),(0.00473115,0.01453112,0.005607808),(0.005081935,0.01494859,0.005425174),(0.004977128,0.01551368,0.005318149),(0.005221246,0.01514868,0.005204721),(0.003746141,0.01526936,0.005081149),(0.003666558,0.01504292,0.004812061),(0.003924051,0.01473762,0.00500327),(0.004020111,0.01496074,0.005253087),(0.003591204,0.0148121,0.004529034),(0.003492626,0.01457077,0.004266121),(0.003734284,0.01426602,0.004446231),(0.003836087,0.01450812,0.004722511),(0.004067419,0.01419842,0.004919208),(0.00417614,0.01442652,0.005184652),(0.003955776,0.01395598,0.004642855),(0.004157546,0.01364078,0.004852667),(0.004286014,0.01388155,0.005113745),(0.004422275,0.01410658,0.005348409),(0.004295474,0.01464612,0.005403866),(0.004569572,0.0143213,0.005523986),(0.003343371,0.0143128,0.004057378),(0.003164325,0.01404909,0.003914147),(0.0035967,0.01400515,0.004209857),(0.003433692,0.01373675,0.00402729),(0.002976378,0.01379052,0.003847769),(0.002800418,0.01354798,0.003869587),(0.003255614,0.01347207,0.003912437),(0.003072818,0.01322235,0.0038792),(0.003682003,0.01342174,0.004179177),(0.003517623,0.01315241,0.004023405),(0.003333414,0.01289659,0.003939383),(0.003752302,0.01283463,0.004178738),(0.00357133,0.01257404,0.00405034),(0.003902474,0.0131065,0.004367219),(0.003827679,0.01369334,0.00439092),(0.004033627,0.01337882,0.004597844),(0.002657332,0.01333236,0.003990944),(0.002535708,0.01313434,0.004189051),(0.00289566,0.01299884,0.003941484),(0.002721903,0.01279418,0.004080753),(0.00242413,0.01294458,0.004441118),(0.002311185,0.01275378,0.00472436),(0.00254931,0.01260099,0.004278472),(0.002375646,0.01241191,0.004516105),(0.002908356,0.01245396,0.004020411),(0.002679943,0.01225681,0.004158447),(0.002449234,0.01206886,0.004343494),(0.002822758,0.01191324,0.004096853),(0.002546221,0.01172372,0.004225872),(0.003094096,0.01211622,0.004018514),(0.003128252,0.0126655,0.003942887),(0.003347774,0.01233552,0.003999971),(0.002185459,0.01255259,0.005015985),(0.002043255,0.01234448,0.005310055),(0.002015496,0.01202395,0.005047461),(0.002198673,0.01221957,0.004775117),(0.001880876,0.01213292,0.005600625),(0.001694626,0.01192136,0.005881751),(0.001618951,0.01162273,0.005599961),(0.001823221,0.01182501,0.005325092),(0.001998044,0.01170172,0.004804586),(0.001774491,0.01151577,0.005061614),(0.00155025,0.01132372,0.00532362),(0.001760218,0.01119593,0.004824162),(0.001512774,0.01101478,0.00506221),(0.002014944,0.01137071,0.004599064),(0.002222446,0.01188496,0.004562043),(0.002276948,0.01154475,0.004396454),(0.001480807,0.01171327,0.006147498),(0.001242971,0.0115105,0.006398612),(0.001399793,0.01141708,0.005864025),(0.001163617,0.01121432,0.006115128),(0.0009846656,0.01131489,0.006635847),(0.0007094418,0.01112829,0.006859957),(0.0009082955,0.01102069,0.006351111),(0.0006316999,0.01084245,0.006569822),(0.001087617,0.01092127,0.005828798),(0.0008342625,0.01073093,0.006061493),(0.0005562406,0.01056122,0.00627394),(0.0007702652,0.01044614,0.005764911),(0.0004861008,0.01028739,0.005968724),(0.001028779,0.01062813,0.005540567),(0.001323786,0.01112221,0.005581093),(0.001272622,0.01082159,0.005303673),(0.0004208492,0.01095257,0.007071691),(0.0001290574,0.01077714,0.007276261),(0.0003317016,0.01068585,0.006769104),(2.296737e-5,0.01053545,0.006957552),(-0.0001557638,0.01059142,0.007478872),(-0.0004234449,0.01038485,0.00768473),(-0.0002798362,0.01037581,0.007143758),(-0.0005620424,0.01019148,0.007336313),(-7.766858e-5,0.01029422,0.006634044),(-0.0003963965,0.01015779,0.006805034),(-0.0006915338,0.009993289,0.006985539),(-0.0005025431,0.00993356,0.00646375),(-0.0008077768,0.009783545,0.006635507),(-0.0001712127,0.01005296,0.006304478),(0.0002460703,0.01042218,0.006460903),(0.0001653051,0.01016362,0.006144024),(-0.0006638161,0.01014684,0.007899049),(-0.0008899168,0.009889725,0.008117967),(-0.0008089847,0.009967036,0.007543816),(-0.001036096,0.009717214,0.007760485),(-0.001114786,0.009625815,0.008337635),(-0.001351463,0.009367436,0.008554196),(-0.001492553,0.009200481,0.008198249),(-0.001258808,0.00945678,0.007980555),(-0.001393681,0.00928068,0.007623677),(-0.001172737,0.009538065,0.007402476),(-0.001624772,0.009025673,0.007843211),(-0.001745759,0.008835486,0.007492866),(-0.001516285,0.00908934,0.007271209),(-0.001295937,0.009343755,0.007048352),(-0.0009445008,0.009781158,0.007187225),(-0.001066005,0.00958105,0.006833413),(-0.001612986,0.009126912,0.008763794),(-0.001894418,0.008899548,0.008966582),(-0.001752765,0.008963075,0.008407797),(-0.002034288,0.008740145,0.008609569),(-0.002190821,0.008680652,0.009162709),(-0.002497257,0.008465527,0.009352326),(-0.00233197,0.008527276,0.008803951),(-0.002640655,0.00832005,0.008991314),(-0.002164724,0.008569432,0.008254888),(-0.002463606,0.008361458,0.008447934),(-0.002775107,0.00816242,0.008633059),(-0.002583754,0.008177277,0.008097294),(-0.002898399,0.007987246,0.008279718),(-0.002283857,0.008380978,0.00790557),(-0.001883449,0.008789715,0.008053464),(-0.002003071,0.008599873,0.007704206),(-0.002808786,0.008249478,0.009535584),(-0.00312615,0.008034297,0.009712661),(-0.002955191,0.008114054,0.009172039),(-0.003275515,0.007909592,0.009346474),(-0.003450086,0.007821774,0.009883738),(-0.003781334,0.007613695,0.01004899),(-0.003601565,0.007706969,0.009514969),(-0.00393328,0.007506493,0.009677871),(-0.003419558,0.007778794,0.008981671),(-0.003749632,0.007589706,0.009146702),(-0.004083019,0.007399436,0.00930658),(-0.003890983,0.007465937,0.008779394),(-0.004226683,0.007288351,0.008935233),(-0.003555427,0.0076376,0.008619225),(-0.003094238,0.007968947,0.008810713),(-0.003223428,0.007809361,0.008453181),(-0.004120633,0.007411849,0.0102086),(-0.004465913,0.007214475,0.01036321),(-0.004270598,0.007308469,0.009835535),(-0.004611937,0.007111747,0.009988545),(-0.004815104,0.007019806,0.01051345),(-0.005166135,0.00682608,0.01065994),(-0.004955714,0.006915176,0.0101375),(-0.005300346,0.00671761,0.01028298),(-0.004754915,0.007008966,0.009613542),(-0.005092415,0.006809488,0.009761348),(-0.005430283,0.006607663,0.009905858),(-0.005219601,0.006696438,0.009385373),(-0.005550379,0.006489865,0.009529084),(-0.004889632,0.006900467,0.009238384),(-0.004418281,0.007205737,0.009462072),(-0.004559113,0.007098816,0.009088283),(-0.005516938,0.006631535,0.01080334),(-0.005869578,0.006439546,0.01094309),(-0.005644252,0.006517896,0.01042559),(-0.00599005,0.006320564,0.01056464),(-0.006226125,0.006253489,0.01107864),(-0.006588645,0.006076742,0.01120946),(-0.006340367,0.006130137,0.01069945),(-0.00669782,0.005951147,0.01082935),(-0.006108428,0.006203422,0.01018534),(-0.006454361,0.006011734,0.01031889),(-0.006808637,0.005834151,0.01044736),(-0.006565479,0.005895941,0.009937254),(-0.006919548,0.005725116,0.01006372),(-0.006220885,0.006084051,0.009805607),(-0.005768012,0.006403854,0.01004743),(-0.00588333,0.00628388,0.009669356),(-0.006959205,0.005912683,0.01133499),(-0.007337166,0.005762334,0.01145548),(-0.007065035,0.005788116,0.01095365),(-0.007440846,0.00564087,0.01107274),(-0.007721884,0.005626721,0.01157117),(-0.00811272,0.005506869,0.01168232),(-0.007824095,0.005509229,0.01118698),(-0.008213618,0.005393018,0.01129676),(-0.007548994,0.005535543,0.01068738),(-0.007931666,0.005410818,0.01079993),(-0.008320395,0.005300011,0.01090815),(-0.008044429,0.005333642,0.01041065),(-0.00843296,0.005230071,0.01051727),(-0.007661219,0.005447991,0.01029988),(-0.007174082,0.005676038,0.01057002),(-0.007285527,0.005577139,0.01018441),(-0.008509032,0.005403802,0.01178916),(-0.00890997,0.005316781,0.0118923),(-0.008608255,0.005292056,0.01140244),(-0.00900735,0.005206721,0.01150453),(-0.009314678,0.005245069,0.01199231),(-0.009722306,0.005187928,0.01208981),(-0.009410251,0.005137386,0.01160352),(-0.009816303,0.005084428,0.01169993),(-0.009110563,0.005116747,0.01111346),(-0.009511322,0.00504858,0.01121133),(-0.009915411,0.004998919,0.01130653),(-0.00961771,0.004978656,0.01081666),(-0.01001934,0.004930269,0.01091064),(-0.009219499,0.005047883,0.01071998),(-0.008713473,0.005201272,0.01101253),(-0.008824617,0.005133253,0.01062028),(-0.010132,0.005144617,0.01218538),(-0.01054305,0.005111366,0.01227928),(-0.01022486,0.005048218,0.01179423),(-0.01063507,0.005023989,0.0118868),(-0.01095473,0.0050844,0.01237177),(-0.01136634,0.005059949,0.0124631),(-0.01104612,0.005006969,0.01197798),(-0.01145716,0.004992389,0.01206815),(-0.01073161,0.004955405,0.01149054),(-0.01114181,0.004949261,0.01158026),(-0.01155216,0.004945329,0.01166907),(-0.01124119,0.004906419,0.01118029),(-0.01165063,0.004912326,0.01126783),(-0.01083214,0.004902124,0.01109193),(-0.01032249,0.00496991,0.01139945),(-0.0104245,0.004907416,0.01100222),(-0.01177715,0.005034239,0.01255354),(-0.0121872,0.005009789,0.01264329),(-0.01186737,0.004975478,0.01215765),(-0.01227681,0.004958604,0.01224669),(-0.0125965,0.004989119,0.01273254),(-0.01300507,0.004974747,0.01282153),(-0.01268555,0.004944131,0.01233547),(-0.01309366,0.004934427,0.01242421),(-0.01237051,0.00492816,0.01184553),(-0.0127787,0.004919889,0.01193361),(-0.01318635,0.004915142,0.01202187),(-0.01287521,0.004904427,0.01152963),(-0.0132824,0.004903709,0.01161736),(-0.01246757,0.004908194,0.01144228),(-0.01196169,0.004937468,0.01175743),(-0.0120594,0.004911873,0.01135509),(-0.01341295,0.004969192,0.01291043),(-0.01382023,0.004968306,0.01299945),(-0.01350122,0.004931858,0.01251309),(-0.01390828,0.004932528,0.01260229),(-0.01422701,0.004967935,0.01308879),(-0.01463341,0.004963933,0.01317864),(-0.01431489,0.004932539,0.01269194),(-0.01472112,0.004927995,0.01278222),(-0.01400038,0.004919927,0.0121997),(-0.01440684,0.00492197,0.01228949),(-0.01481297,0.004918789,0.01238001),(-0.01450197,0.004923189,0.01188456),(-0.01490804,0.004924004,0.01197527),(-0.01409572,0.004916956,0.01179473),(-0.01359357,0.004916402,0.01211053),(-0.01368922,0.004909174,0.0117057),(-0.01503951,0.004952149,0.0132692),(-0.01544538,0.004934634,0.01336045),(-0.01512702,0.004914999,0.01287327),(-0.01553262,0.004895619,0.01296507),(-0.01585108,0.004913443,0.01345236),(-0.01625666,0.004890627,0.01354491),(-0.0163431,0.004845977,0.01315078),(-0.01593797,0.004871922,0.01305758),(-0.01562437,0.004887287,0.01256353),(-0.01602955,0.004862501,0.0126564),(-0.01643434,0.004834048,0.01274991),(-0.01612474,0.004874763,0.01225267),(-0.01652918,0.004844472,0.01234636),(-0.01571961,0.004898785,0.01215949),(-0.01521883,0.004906639,0.01247138),(-0.01531398,0.004915535,0.01206697),(-0.01666219,0.004868241,0.01363807),(-0.01706772,0.00484509,0.01373109),(-0.01715278,0.004792076,0.0133384),(-0.01674804,0.00481985,0.01324463),(-0.01747332,0.004819985,0.01382319),(-0.01787904,0.004791736,0.01391361),(-0.01755732,0.004761184,0.01343134),(-0.01796165,0.004725706,0.01352272),(-0.01764578,0.004731347,0.01303136),(-0.01724253,0.004769958,0.01293804),(-0.01804836,0.004686378,0.01312331),(-0.01813671,0.004660172,0.01271996),(-0.01773664,0.004717819,0.01262766),(-0.01733526,0.004767051,0.01253432),(-0.0168387,0.004803696,0.012844),(-0.01693273,0.004808919,0.0124404),(-0.01828494,0.00475915,0.01400161),(-0.01869014,0.004719364,0.01408785),(-0.01836575,0.004684176,0.01361179),(-0.01876839,0.004633342,0.01369958),(-0.01909373,0.004669516,0.01417305),(-0.01949484,0.004606743,0.01425787),(-0.01916832,0.004569953,0.01378709),(-0.01956431,0.004490758,0.01387534),(-0.01884977,0.00456953,0.01330241),(-0.01924562,0.0044909,0.01339206),(-0.01963624,0.0043943,0.01348343),(-0.01932228,0.004418291,0.01299299),(-0.01970758,0.004304563,0.01308707),(-0.01893103,0.004513444,0.01290132),(-0.01845019,0.004633564,0.01321324),(-0.01853534,0.004593059,0.01281074),(-0.01989258,0.004528182,0.01434302),(-0.02028778,0.00443778,0.01442841),(-0.01995513,0.004392507,0.01396535),(-0.02034206,0.004279965,0.01405668),(-0.02068129,0.004339484,0.01451397),(-0.02107396,0.004237241,0.0145996),(-0.0207264,0.004157893,0.01414889),(-0.02110944,0.004031058,0.01424153),(-0.02039898,0.004142401,0.01367437),(-0.02077448,0.003997774,0.01377245),(-0.02114829,0.003847811,0.01387126),(-0.02082625,0.003855327,0.01338786),(-0.02119293,0.003687573,0.01349122),(-0.0204577,0.004017679,0.01328543),(-0.02002013,0.004276355,0.01357779),(-0.02008543,0.004169226,0.01318486),(0.01728364,0.002462996,0.01387596),(0.01713332,0.002577387,0.0142503),(0.01697871,0.002682806,0.01462319),(0.01747632,0.002541876,0.01441932),(0.01732118,0.002632328,0.0147963),(0.01762768,0.00244339,0.01404089),(0.01681551,0.00277028,0.01499321),(0.01663943,0.002830836,0.01535892),(0.01715844,0.00270671,0.01517039),(0.01698431,0.002756988,0.01554017),(0.01760472,0.002527196,0.01495777),(0.0174505,0.00259141,0.01533502),(0.01728624,0.002635604,0.01570855),(0.01766486,0.002417501,0.01547966),(0.01752199,0.002457192,0.0158576),(0.01779829,0.00236268,0.01509897),(0.0178964,0.002365402,0.01419707),(0.01775223,0.002449636,0.01457804),(0.01792543,0.002297772,0.01471645),(0.01804943,0.002227821,0.01433301),(0.01644618,0.002855502,0.01571888),(0.01625052,0.002869105,0.01606965),(0.01660084,0.002781689,0.0162604),(0.01679501,0.002775125,0.01590417),(0.01606721,0.002896472,0.01640779),(0.01591101,0.00296243,0.01672985),(0.01641214,0.002797245,0.01660686),(0.01623921,0.00284236,0.01694155),(0.01692394,0.002659378,0.01643948),(0.0167388,0.002669894,0.01679435),(0.01655961,0.00270012,0.01714043),(0.01703231,0.002497898,0.01696529),(0.01686072,0.00252091,0.01732237),(0.01720211,0.002486721,0.01660145),(0.01710857,0.002653104,0.01607713),(0.01736655,0.002476708,0.01623187),(0.01579669,0.003091807,0.01703241),(0.0157408,0.00326405,0.01730268),(0.01609239,0.0029376,0.01726246),(0.01599437,0.003071135,0.01755475),(0.01575991,0.003458606,0.01752791),(0.0158706,0.003654922,0.01769532),(0.01596788,0.003231131,0.01780353),(0.01603562,0.003405759,0.01799395),(0.01626503,0.002863234,0.01778693),(0.01620298,0.00299038,0.01805622),(0.01623331,0.003144093,0.0182688),(0.01646711,0.002742862,0.01828666),(0.01646811,0.002882728,0.01852223),(0.01655057,0.002638919,0.01799812),(0.01639279,0.002765524,0.01747648),(0.01669096,0.002566426,0.01767167),(0.01608944,0.003832445,0.01779215),(0.01638934,0.003988232,0.01783775),(0.01622031,0.003583186,0.01811115),(0.01649243,0.003757151,0.01817532),(0.01674323,0.004119337,0.01785147),(0.01712405,0.004222817,0.01785265),(0.01682251,0.003921393,0.01820664),(0.01718105,0.00406965,0.01822531),(0.01662073,0.003513529,0.01849661),(0.01691711,0.003711105,0.01855072),(0.0172415,0.003905155,0.0185909),(0.01702717,0.003501267,0.01888824),(0.01730215,0.003737558,0.01895286),(0.01677715,0.003272792,0.01880616),(0.01638267,0.0033215,0.01840912),(0.01658113,0.003062992,0.01868978),(0.01750471,0.004295727,0.01786065),(0.01786312,0.00436635,0.01786743),(0.01753853,0.00419566,0.01825149),(0.01787017,0.00432113,0.01827393),(0.01817719,0.004462966,0.01786495),(0.01842483,0.004613857,0.01784516),(0.01835665,0.004657272,0.0182624),(0.01815115,0.004467765,0.01828132),(0.01809639,0.00446776,0.01868968),(0.01785716,0.004269469,0.01867408),(0.01825516,0.004695495,0.0186697),(0.0181097,0.004716721,0.01906048),(0.01800206,0.00445394,0.01908517),(0.01781479,0.00420745,0.01906581),(0.01756352,0.004086605,0.01863658),(0.01757309,0.003970805,0.01901687),(0.01858394,0.004847304,0.01780001),(0.01865855,0.005128397,0.01772296),(0.01847842,0.005199344,0.01810961),(0.01846187,0.004911358,0.01820587),(0.01865269,0.005422226,0.01760742),(0.01857039,0.005693879,0.01744685),(0.01829191,0.005754308,0.01778944),(0.0184179,0.005490552,0.01797151),(0.01816181,0.005539289,0.01832316),(0.01827058,0.005256298,0.01848415),(0.01799843,0.005790623,0.01811973),(0.01769259,0.005800827,0.01843615),(0.0178839,0.005563728,0.0186591),(0.01803057,0.005291052,0.01884146),(0.01830746,0.004966687,0.01860043),(0.01811251,0.005002237,0.01897725),(0.01841568,0.005908446,0.01723468),(0.01820644,0.00607563,0.01698259),(0.01789156,0.006117302,0.01729756),(0.01811205,0.005959933,0.01756127),(0.01796055,0.006205138,0.01670225),(0.01769588,0.006306669,0.01640536),(0.0173815,0.006326779,0.01670562),(0.01764363,0.006236292,0.01700883),(0.01732043,0.006242508,0.01730563),(0.01756874,0.006132718,0.01760171),(0.01706182,0.006324148,0.0169972),(0.01673889,0.006292049,0.01727904),(0.01699409,0.006219231,0.01759197),(0.01724194,0.006119285,0.01789451),(0.01779774,0.00598526,0.01787616),(0.01747669,0.005982915,0.01817859),(0.01743032,0.006389928,0.01610359),(0.01716437,0.006454257,0.01579755),(0.01685464,0.006452479,0.01608803),(0.01711838,0.006398637,0.01639847),(0.0168985,0.006498993,0.01548785),(0.01663323,0.00652348,0.01517511),(0.01632682,0.006508548,0.0154598),(0.01659066,0.006488913,0.01577492),(0.01627955,0.006462966,0.0160558),(0.01654105,0.006432949,0.01637167),(0.01601776,0.006478634,0.01573868),(0.01570581,0.006422073,0.0160093),(0.01596518,0.006410336,0.01632841),(0.01622406,0.006385893,0.01664675),(0.01680192,0.006387153,0.01668567),(0.01648209,0.006347034,0.01696379),(0.01636905,0.006527058,0.01485993),(0.01610785,0.006506084,0.01454393),(0.0158027,0.006494238,0.01482674),(0.01606348,0.006511996,0.01514331),(0.01585155,0.006456908,0.01422874),(0.01560205,0.006375891,0.01391598),(0.01529699,0.006375056,0.01419865),(0.01554652,0.006450264,0.01451142),(0.01524062,0.006426019,0.01478785),(0.01549631,0.006465684,0.01510361),(0.01499094,0.006356864,0.01447475),(0.01468336,0.006308713,0.0147405),(0.01493349,0.006371166,0.01505449),(0.01518835,0.00640752,0.01537131),(0.01575602,0.006481381,0.01542091),(0.01544633,0.006422812,0.01568993),(0.01536125,0.006259385,0.01360726),(0.01512399,0.006124488,0.01330173),(0.0148189,0.006134818,0.01358376),(0.01505615,0.006263597,0.01388973),(0.01488512,0.005988298,0.01299852),(0.01463945,0.005867912,0.01269678),(0.01433488,0.005900995,0.01297711),(0.01458018,0.006007642,0.01327986),(0.01427123,0.006017948,0.01355397),(0.01451092,0.006133173,0.0138588),(0.01402554,0.00592668,0.01324992),(0.01370814,0.005934545,0.01351142),(0.01395577,0.006009353,0.01381698),(0.01419831,0.006109113,0.01412291),(0.01474926,0.006252696,0.0141654),(0.01443957,0.006215131,0.01443036),(0.01438184,0.005780426,0.01239565),(0.01413085,0.005741376,0.01210715),(0.01382523,0.005815154,0.01238079),(0.01407791,0.005833803,0.01267462),(0.01390503,0.005766294,0.01184331),(0.01372296,0.005870713,0.01161614),(0.01359277,0.005854138,0.01210401),(0.01339649,0.00595984,0.0118527),(0.01351542,0.005878019,0.01264585),(0.01327751,0.005926703,0.01235513),(0.01306875,0.006028112,0.01207816),(0.0129564,0.005965322,0.01259533),(0.01274002,0.006055087,0.01229466),(0.01319731,0.005914198,0.01289925),(0.01376918,0.005879024,0.01294566),(0.0134516,0.005903383,0.01320506),(0.01360319,0.006070168,0.01143767),(0.0135285,0.006319855,0.01128117),(0.01325233,0.006141352,0.01163525),(0.01315187,0.006357029,0.01143221),(0.01348167,0.006574967,0.01111992),(0.01344545,0.006790701,0.01092719),(0.01304834,0.006724329,0.01099161),(0.01308669,0.006565236,0.01122415),(0.01269663,0.006518843,0.01131205),(0.01277836,0.006361206,0.01156802),(0.01265714,0.00662118,0.01104028),(0.01228986,0.006471518,0.01109618),(0.01232838,0.006421277,0.01140354),(0.01242016,0.0063143,0.01170296),(0.01290238,0.006185287,0.01181959),(0.01255932,0.006181826,0.0119986),(0.01340264,0.006922252,0.01067624),(0.0133462,0.006996798,0.01038108),(0.01301153,0.006803119,0.0104044),(0.01302842,0.006792674,0.01071517),(0.01326913,0.007041511,0.01005567),(0.0131644,0.00708357,0.009713993),(0.0129823,0.00678852,0.01006891),(0.01292534,0.00678173,0.00971829),(0.01268131,0.006585557,0.01041952),(0.01269816,0.006520944,0.01007924),(0.012687,0.006474027,0.009724832),(0.01241259,0.006246337,0.01010055),(0.01243595,0.006172571,0.009743541),(0.01236106,0.006346069,0.01044487),(0.01265983,0.006631194,0.01074132),(0.01231045,0.00643379,0.01077669),(0.01302499,0.007150149,0.009370041),(0.01286753,0.007234927,0.009021941),(0.01282527,0.006815604,0.009362135),(0.01269772,0.006880795,0.009000626),(0.01270867,0.007331579,0.00866782),(0.01256504,0.007433785,0.008305812),(0.01242267,0.007067761,0.008262276),(0.01255831,0.006967964,0.008633947),(0.01240182,0.006612068,0.008613146),(0.01252464,0.006531445,0.00898925),(0.01227019,0.00671149,0.008234881),(0.0120832,0.006379869,0.00823035),(0.01221302,0.006280111,0.008612707),(0.01232351,0.006203169,0.008995263),(0.01262443,0.006481479,0.009360657),(0.01240204,0.006162751,0.00937366),(0.01245326,0.007535224,0.007934044),(0.0123581,0.007640636,0.007558389),(0.01219836,0.007280803,0.007509435),(0.01230643,0.007170846,0.007885799),(0.01226432,0.00775477,0.007184717),(0.01215665,0.007882369,0.0068189),(0.01196193,0.007535676,0.006776726),(0.01208727,0.007401219,0.007138104),(0.01188273,0.00706155,0.007117219),(0.01201685,0.006933701,0.007483199),(0.01173536,0.007203938,0.006762775),(0.01147928,0.006891177,0.006774715),(0.01164654,0.006742267,0.007121913),(0.01180175,0.006608828,0.007482135),(0.01214394,0.006817858,0.007856992),(0.01194671,0.006488735,0.007852553),(0.01201987,0.008028178,0.006466808),(0.01185865,0.008191498,0.006129885),(0.0116383,0.007857248,0.006100546),(0.01181113,0.007687763,0.006430222),(0.01167767,0.008371633,0.005809569),(0.01148161,0.008567884,0.005507304),(0.01124031,0.008247491,0.005499483),(0.01144688,0.008043901,0.005789647),(0.01118377,0.007734063,0.005800909),(0.01138408,0.007540059,0.006102136),(0.01096943,0.007945544,0.00552239),(0.01067592,0.0076636,0.005571545),(0.01089609,0.007443798,0.00583905),(0.01110365,0.007241854,0.006130561),(0.01156854,0.007363395,0.006423586),(0.01129818,0.007057674,0.006443356),(0.01127516,0.008779551,0.005224529),(0.01105541,0.00900449,0.004965621),(0.01079092,0.008701063,0.00498774),(0.01102201,0.008467787,0.005232002),(0.01081945,0.009240555,0.004734954),(0.01056438,0.0094856,0.004536906),(0.01028609,0.009191665,0.004571008),(0.01054597,0.008943599,0.004767231),(0.01025607,0.008662921,0.004823133),(0.01050482,0.008415658,0.005037215),(0.009997372,0.008910737,0.004623106),(0.009701381,0.008642294,0.004689309),(0.009953443,0.008398692,0.004897597),(0.01020177,0.008149043,0.005108767),(0.01074286,0.008174638,0.005269062),(0.01044354,0.007901348,0.005330767),(0.0102873,0.009737479,0.004375851),(0.01001423,0.009983139,0.004225508),(0.009745941,0.00968059,0.004231587),(0.01001022,0.009441542,0.004399606),(0.009771206,0.01020952,0.004059596),(0.009584242,0.01040358,0.003851832),(0.009362555,0.01007568,0.003819952),(0.009520855,0.009896181,0.004045514),(0.0092793,0.009579309,0.004026506),(0.00948069,0.009379953,0.004239434),(0.009153604,0.009740465,0.003779995),(0.008962012,0.009395481,0.003739064),(0.009050927,0.009256529,0.004007473),(0.009222327,0.009079292,0.004250888),(0.009729478,0.009153423,0.00443342),(0.009448411,0.008871855,0.004475954),(0.009479365,0.01055226,0.003575938),(0.009456619,0.01066499,0.003258711),(0.009322792,0.0103,0.003211661),(0.009298635,0.01020645,0.003533463),(0.009516046,0.01075124,0.002926955),(0.009657688,0.01082044,0.002607469),(0.009610138,0.01042153,0.002564567),(0.009428728,0.01036785,0.002880158),(0.009352375,0.009979146,0.002839506),(0.009202159,0.00992775,0.003164394),(0.009570525,0.01001922,0.002532692),(0.009540024,0.009613564,0.002515852),(0.009289292,0.009584525,0.002810737),(0.009098103,0.00954689,0.003124019),(0.009131895,0.009852402,0.003485257),(0.008983374,0.009488071,0.00343902),(0.009881588,0.01088202,0.002327054),(0.01015171,0.01093887,0.002065341),(0.0101451,0.01052259,0.00203595),(0.009860721,0.01047252,0.002290499),(0.01043203,0.01099381,0.00180196),(0.0106865,0.01104971,0.001516541),(0.01067376,0.01062681,0.001497381),(0.01042791,0.01057344,0.001778912),(0.01042201,0.01015126,0.00176441),(0.01013996,0.0101043,0.002017366),(0.01065615,0.01020248,0.00148496),(0.01063243,0.009776996,0.001478231),(0.01041329,0.00972758,0.001758112),(0.01013571,0.009684359,0.002010422),(0.00984459,0.01006061,0.002266053),(0.009833394,0.009646597,0.002256041),(0.01087911,0.01110944,0.001188714),(0.01099657,0.0111787,0.0008491002),(0.01093997,0.01075281,0.0008292486),(0.01084729,0.01068444,0.001169348),(0.0110256,0.01126321,0.0005283167),(0.01095295,0.01136871,0.0002569832),(0.01084866,0.0109477,0.0002505756),(0.01094327,0.0108384,0.0005115133),(0.01084955,0.01041553,0.0005038917),(0.01087335,0.01032762,0.0008173093),(0.01073288,0.01052967,0.0002539355),(0.01060538,0.01011537,0.0002664544),(0.01074419,0.009995385,0.0005047787),(0.01079613,0.009903754,0.0008123353),(0.01080774,0.01025894,0.001156796),(0.01075947,0.00983334,0.001149896),(0.01076533,0.0115009,6.571871e-5),(0.01049928,0.01165545,-4.407008e-5),(0.01037401,0.011251,-2.060001e-6),(0.01064763,0.0110872,8.086784e-5),(0.01019131,0.01182804,-7.097649e-5),(0.009877973,0.01201432,-1.359386e-5),(0.009744416,0.01162787,7.462375e-5),(0.01006166,0.01143319,-2.658015e-6),(0.009926773,0.01104174,7.024757e-5),(0.01024106,0.01085018,4.684834e-5),(0.009607481,0.01124428,0.0001652954),(0.009465693,0.01086261,0.0002571905),(0.009784948,0.01065327,0.0001460178),(0.01009909,0.01045309,0.0001011321),(0.01051991,0.01067702,0.0001048326),(0.01038146,0.01027087,0.0001365916),(0.009595782,0.01220995,0.0001294845),(0.009338977,0.01241131,0.0003391015),(0.009191307,0.01203385,0.0004333484),(0.009456136,0.01182914,0.0002253352),(0.009101791,0.01261474,0.0005961002),(0.008878463,0.01281661,0.0008813237),(0.008709964,0.01244096,0.0009567682),(0.008944421,0.01223884,0.0006825353),(0.008782745,0.01186382,0.0007665632),(0.009040317,0.01165769,0.0005272927),(0.008536044,0.01206639,0.001026229),(0.008361473,0.01169177,0.001093671),(0.008620157,0.01148815,0.0008518827),(0.008887572,0.01128128,0.0006231728),(0.009313611,0.01145039,0.0003222569),(0.009167993,0.01107236,0.0004205921),(0.008663228,0.01301327,0.001175615),(0.008447617,0.01320853,0.001456007),(0.008255851,0.01283162,0.001505696),(0.008482429,0.01263704,0.001239919),(0.008223161,0.01340619,0.001699536),(0.007981395,0.01361007,0.001883233),(0.007781708,0.01323446,0.001879965),(0.008024266,0.01302925,0.001727809),(0.007820065,0.01265775,0.00173132),(0.008057702,0.01245856,0.001536918),(0.00757945,0.01286541,0.001847347),(0.007377095,0.01250481,0.00178142),(0.00761448,0.01229308,0.001707334),(0.007858057,0.01208989,0.001549367),(0.008295363,0.01226304,0.001292451),(0.008107246,0.0118909,0.00133549),(0.007713852,0.01382395,0.001984133),(0.007443889,0.01404455,0.002003762),(0.007268696,0.01367685,0.001904249),(0.007522213,0.01345178,0.001935874),(0.007194863,0.01426859,0.001943648),(0.006990136,0.01449277,0.001805316),(0.006871232,0.01413264,0.001613249),(0.007044064,0.01390526,0.001793802),(0.006907432,0.01354703,0.001617565),(0.007101715,0.01331529,0.001774907),(0.006771434,0.01377631,0.001400226),(0.006686947,0.01342359,0.001171038),(0.006782241,0.01319452,0.001417286),(0.006941808,0.01296123,0.001615218),(0.007332861,0.01308634,0.001856689),(0.007146482,0.01272942,0.001743655),(0.006853065,0.01471381,0.001590293),(0.006783784,0.01493181,0.001321882),(0.006746192,0.01457193,0.001088681),(0.006773111,0.01435459,0.001371301),(0.006782427,0.01514686,0.001023387),(0.006849132,0.01535907,0.0007181088),(0.006891927,0.01499595,0.0004843141),(0.006786968,0.01478545,0.0007861114),(0.006814058,0.01442427,0.0005497432),(0.006731645,0.01421334,0.000849278),(0.006955477,0.01463227,0.0002568836),(0.007037829,0.01426564,4.08003e-5),(0.006860773,0.01406131,0.0003199205),(0.00673645,0.01385451,0.0006097423),(0.006715138,0.01399788,0.001138451),(0.006675097,0.01364277,0.0008976526),(0.00698403,0.01556853,0.0004293517),(0.007167819,0.01577673,0.0001512332),(0.007057563,0.01520425,0.0002040113),(0.007265076,0.01541142,-6.317586e-5),(0.007381196,0.01598511,-0.0001221288),(0.007604858,0.01619516,-0.0003966166),(0.007495661,0.0156186,-0.0003256265),(0.007730523,0.01582687,-0.0005917196),(0.007376638,0.01504482,-0.0002679266),(0.007620385,0.01525054,-0.0005203292),(0.007862245,0.01545667,-0.0007796979),(0.00775559,0.01487834,-0.0007025772),(0.008000053,0.01508213,-0.0009572965),(0.007502333,0.01467427,-0.0004589722),(0.007149003,0.01483893,-1.226441e-5),(0.007257381,0.01447,-0.0002150052),(0.007819503,0.01640836,-0.0006781123),(0.008003085,0.01661882,-0.0009678789),(0.007950859,0.01603734,-0.000869834),(0.008134681,0.01624426,-0.001159005),(0.008133559,0.01682068,-0.00126718),(0.008188878,0.01700808,-0.001577278),(0.008304825,0.01662445,-0.001766659),(0.008259999,0.01644188,-0.001458268),(0.008382233,0.01605945,-0.001647439),(0.008264741,0.01586653,-0.001346632),(0.008415133,0.01623715,-0.001955298),(0.008515178,0.01584498,-0.002142324),(0.008496576,0.01567177,-0.001833096),(0.008390931,0.01548367,-0.001528531),(0.00808422,0.0156638,-0.001056259),(0.008218629,0.01528551,-0.001234606),(0.008146998,0.01717515,-0.001899436),(0.008021353,0.01731291,-0.002198072),(0.008102762,0.01691906,-0.002375118),(0.008247171,0.01678622,-0.002083212),(0.007825373,0.01741241,-0.002437605),(0.007572494,0.01746467,-0.002582453),(0.007616573,0.01706544,-0.002753747),(0.007887321,0.01701484,-0.002609566),(0.007946291,0.0166171,-0.002782672),(0.008179794,0.01652336,-0.002552477),(0.007658721,0.0166681,-0.002927855),(0.007697009,0.01627309,-0.003106008),(0.007999094,0.0162193,-0.002958094),(0.008248266,0.01612551,-0.002730834),(0.008341863,0.01639425,-0.002266832),(0.00842635,0.01599848,-0.00245024),(0.007276146,0.01746073,-0.002597034),(0.006947717,0.01742715,-0.002535022),(0.006968621,0.01703404,-0.002725336),(0.007306247,0.01706274,-0.00277485),(0.00659859,0.01739048,-0.002450094),(0.006240154,0.01737727,-0.002395921),(0.006260612,0.01700793,-0.002624299),(0.006615983,0.01700667,-0.002657665),(0.006630423,0.01663111,-0.002877167),(0.006987136,0.01664743,-0.002924799),(0.006277964,0.0166477,-0.00286587),(0.006294178,0.01629685,-0.003118955),(0.006643466,0.01626438,-0.003107552),(0.007003898,0.01626801,-0.003133251),(0.007334453,0.01666899,-0.002958463),(0.007360177,0.01628012,-0.003148565),(0.005883791,0.01741408,-0.002426181),(0.005538292,0.01749722,-0.00252586),(0.005582762,0.01717051,-0.002800156),(0.005914796,0.01706515,-0.002677696),(0.005212443,0.01762298,-0.002679944),(0.004915032,0.01778768,-0.00287342),(0.004976958,0.01749431,-0.003181456),(0.00526874,0.01731616,-0.002973977),(0.005324951,0.01701438,-0.003273544),(0.005625993,0.01685098,-0.003083621),(0.005039514,0.01720343,-0.003491411),(0.005102479,0.01691357,-0.003802271),(0.005381375,0.01671644,-0.003577418),(0.005669027,0.01653792,-0.003374703),(0.005943409,0.01672487,-0.002941209),(0.005971329,0.01639304,-0.003214944),(0.004654846,0.01798762,-0.003091275),(0.004414713,0.01818812,-0.003300986),(0.004461369,0.01789258,-0.003612194),(0.004711649,0.01769711,-0.003404892),(0.00417746,0.01835448,-0.003470027),(0.003925917,0.01845202,-0.003565876),(0.003960114,0.0181336,-0.003850038),(0.004214672,0.01804874,-0.003771272),(0.004251586,0.01773908,-0.004068327),(0.004507997,0.01759466,-0.003920547),(0.003994521,0.01781086,-0.004129256),(0.004030081,0.0174832,-0.004402141),(0.004288789,0.01742456,-0.00435966),(0.004554729,0.0172931,-0.004224669),(0.004768919,0.01740649,-0.00371766),(0.004826445,0.01711428,-0.004028447),(0.003642907,0.01844604,-0.003556005),(0.003361809,0.01836273,-0.003454045),(0.003423054,0.01802082,-0.003687792),(0.00368625,0.01811518,-0.0038164),(0.003116,0.01822824,-0.003273619),(0.002938855,0.01806875,-0.003028355),(0.003048558,0.01771372,-0.003215387),(0.003200499,0.01787789,-0.003481643),(0.003291332,0.01752833,-0.003685133),(0.003488661,0.01767766,-0.003916491),(0.003165378,0.0173609,-0.003398677),(0.003289805,0.01701046,-0.003579936),(0.003389158,0.01717963,-0.003885159),(0.003559498,0.01733319,-0.004140317),(0.003731635,0.01778111,-0.004071589),(0.003780062,0.01744356,-0.004320835),(0.002863751,0.01791042,-0.00273188),(0.002871627,0.01775833,-0.002397481),(0.003025491,0.01740625,-0.00256573),(0.002997205,0.01755567,-0.002906455),(0.00294342,0.01761753,-0.002038445),(0.003060068,0.01749308,-0.001668059),(0.003112469,0.01726799,-0.002204097),(0.003237192,0.0171434,-0.001832436),(0.003182678,0.0170557,-0.002732373),(0.003281703,0.01691877,-0.002369314),(0.003411496,0.01679286,-0.001997512),(0.003451741,0.01656985,-0.002535261),(0.003583599,0.0164414,-0.002163994),(0.003343733,0.01670673,-0.002898999),(0.003136531,0.01720322,-0.003078293),(0.003282209,0.01685321,-0.003249219),(0.00320251,0.01739004,-0.001299612),(0.003340204,0.01729572,-0.0009363571),(0.003508491,0.01693239,-0.00109614),(0.00337871,0.01703501,-0.001461633),(0.003442608,0.01719743,-0.000581549),(0.003479183,0.01708249,-0.000238443),(0.003618699,0.0167028,-0.0003988948),(0.003597999,0.01682513,-0.000740409),(0.003746526,0.01645101,-0.0009024049),(0.003670471,0.01656719,-0.001258461),(0.003751539,0.01632168,-0.0005627901),(0.003877398,0.01593929,-0.0007300595),(0.003888149,0.01607528,-0.001067565),(0.00382638,0.01620022,-0.001423492),(0.00354994,0.0166784,-0.001625362),(0.003716672,0.01632023,-0.001791187),(0.003419385,0.01693821,8.970666e-5),(0.003316903,0.0167772,0.0004061286),(0.003422613,0.01639294,0.0002333294),(0.003542055,0.01655499,-7.604969e-5),(0.003225426,0.01661208,0.0007140515),(0.003198641,0.01645545,0.001016704),(0.003314914,0.01622789,0.0005344456),(0.003273505,0.01607109,0.0008325021),(0.003401433,0.01584458,0.0003519236),(0.00352387,0.01600868,5.735033e-5),(0.003346761,0.01568845,0.0006455309),(0.003484255,0.01546163,0.0001667722),(0.003417648,0.01530685,0.0004561319),(0.00362003,0.01562417,-0.0001215841),(0.003658946,0.01617097,-0.000245213),(0.003769552,0.01578615,-0.0004176303),(0.003290236,0.01631993,0.001317315),(0.003470537,0.01620018,0.001616481),(0.003352926,0.01593378,0.001132702),(0.003523174,0.01581087,0.001434283),(0.003709868,0.01609085,0.001914797),(0.003978555,0.0159866,0.002212861),(0.003754241,0.01569728,0.001736481),(0.004016122,0.01558794,0.002038534),(0.003575578,0.01542453,0.001249023),(0.00379809,0.01530686,0.001555116),(0.004052015,0.01519215,0.001861579),(0.004086382,0.0147993,0.001681952),(0.003841071,0.01491924,0.001370957),(0.003627129,0.01504055,0.001061082),(0.003414972,0.01555008,0.000945196),(0.00347563,0.01516812,0.0007551882),(0.004246924,0.01588208,0.002511267),(0.004508113,0.01577473,0.002813044),(0.004278809,0.01547775,0.002339679),(0.004537112,0.01536498,0.002642612),(0.004755263,0.015662,0.003121218),(0.004981513,0.01554132,0.003438818),(0.004785837,0.0152479,0.00295003),(0.005019793,0.01512476,0.003264627),(0.004559195,0.01495602,0.002472031),(0.004805559,0.01483308,0.002780228),(0.005042515,0.01470589,0.003093208),(0.004816966,0.01441943,0.002610357),(0.00505276,0.01428707,0.002923162),(0.004576116,0.01454911,0.002300193),(0.004306865,0.01507546,0.002166517),(0.004331993,0.01467582,0.001991211),(0.005180002,0.01541014,0.003768868),(0.005337836,0.01526785,0.004104075),(0.005233788,0.01499385,0.003589101),(0.00541452,0.01485426,0.003919813),(0.005442124,0.01511385,0.004437144),(0.005479969,0.01494754,0.00476078),(0.005548689,0.01470511,0.004253127),(0.005622993,0.01454551,0.004585404),(0.005464818,0.01443519,0.003739094),(0.005624066,0.01428915,0.004070523),(0.005731312,0.01413431,0.004406622),(0.005669654,0.01386869,0.003891363),(0.005803925,0.01371638,0.004228339),(0.005491464,0.01401342,0.003562372),(0.005266618,0.01457368,0.003413077),(0.005281712,0.01415231,0.003240069),(0.005438479,0.01476832,0.005067685),(0.005335682,0.01457918,0.005331658),(0.00562413,0.01437456,0.004913008),(0.005562191,0.01419478,0.005209434),(0.005189607,0.01438308,0.005526495),(0.005018285,0.01418304,0.005625993),(0.005447263,0.01400864,0.00544818),(0.005289437,0.01381867,0.005602742),(0.005753045,0.01379676,0.005066056),(0.005672307,0.0136188,0.005340267),(0.005533689,0.01343785,0.005544724),(0.005853825,0.01321416,0.005210764),(0.00574012,0.01304044,0.005458603),(0.00589982,0.01338648,0.00490908),(0.005773508,0.01396939,0.004746654),(0.005881917,0.01355476,0.004574591),(0.00483974,0.01398202,0.005603947),(0.0046619,0.01377477,0.005486736),(0.005098801,0.01362734,0.005646615),(0.004893581,0.01342943,0.005597548),(0.004492691,0.01355603,0.005300739),(0.004340038,0.01332053,0.005072337),(0.004692002,0.01321973,0.005473277),(0.00451229,0.01299298,0.005291555),(0.005115882,0.01306893,0.005678748),(0.004888502,0.01287053,0.005624441),(0.004683345,0.01265589,0.005500006),(0.005086745,0.01250632,0.005747313),(0.004862242,0.01230699,0.005687373),(0.005327367,0.01269161,0.005728251),(0.00533958,0.0132563,0.005654863),(0.005554896,0.01286795,0.005631556),(0.004211866,0.01306301,0.004827908),(0.004088321,0.01279344,0.004588832),(0.004372669,0.01274398,0.005070122),(0.004248239,0.01248153,0.004834213),(0.003949546,0.01252179,0.004376493),(0.003775687,0.01225804,0.004212274),(0.004114096,0.01221448,0.004609062),(0.003945339,0.01195165,0.0044199),(0.004390925,0.01216976,0.005093565),(0.004250694,0.01191331,0.004868831),(0.004079137,0.01165795,0.004667934),(0.004175935,0.01137999,0.004951091),(0.004364081,0.01161887,0.005148188),(0.004525073,0.0118571,0.005357085),(0.004526313,0.01241979,0.005313501),(0.004683072,0.01208853,0.005547054),(0.003546889,0.01201215,0.004117556),(0.003278154,0.01178351,0.004085558),(0.003717065,0.01170187,0.004291962),(0.003444362,0.01146617,0.004219414),(0.002984483,0.01157151,0.004109494),(0.00268088,0.01137552,0.004182583),(0.003142314,0.01124561,0.00419642),(0.00282601,0.01104121,0.004217147),(0.003576555,0.01117456,0.004417957),(0.003273447,0.01094957,0.004357682),(0.00295441,0.01073772,0.004333083),(0.003355077,0.0106974,0.004593327),(0.003038879,0.01048197,0.004533909),(0.003658565,0.01091903,0.004679062),(0.003849771,0.01141119,0.004519508),(0.003936474,0.01114664,0.004796516),(0.002382346,0.01119494,0.004298043),(0.002090243,0.01102383,0.004448531),(0.002510533,0.01085402,0.004275762),(0.002197828,0.01067964,0.004368391),(0.001805932,0.01085629,0.004626703),(0.001530775,0.01068637,0.004825218),(0.001889839,0.01051365,0.004491164),(0.00158851,0.01035165,0.004640209),(0.002311589,0.01035668,0.004374052),(0.001990145,0.01018487,0.004439473),(0.001670236,0.01002377,0.004534754),(0.002085052,0.009886777,0.004493556),(0.001760212,0.009715876,0.00453642),(0.002405413,0.01007352,0.00448092),(0.0026334,0.01054053,0.004338565),(0.002722841,0.01027296,0.004495405),(0.001266133,0.01050817,0.005036732),(0.001000909,0.01033167,0.005251378),(0.001002835,0.01003248,0.004994604),(0.001295783,0.01018924,0.004811653),(0.0007240028,0.01016685,0.005459286),(0.0004243179,0.0100237,0.005650588),(0.0003809757,0.009760229,0.005351453),(0.0007008407,0.009887449,0.005178168),(0.0007061446,0.009602333,0.004955114),(0.001033386,0.009731133,0.004803622),(0.0003661588,0.009487039,0.005103244),(0.0007452798,0.009305903,0.004823673),(0.000389951,0.0091942,0.004937882),(0.00109139,0.009428225,0.004711807),(0.001353034,0.009872066,0.004659819),(0.001429346,0.009563955,0.004612613),(9.07556e-5,0.009912205,0.005815416),(-0.0002560274,0.009811154,0.005967597),(-0.0003202681,0.009558873,0.005647249),(3.441569e-5,0.009656893,0.005503567),(-0.0005953746,0.009699335,0.006120955),(-0.0009066295,0.009555537,0.006289318),(-0.0006645041,0.009447606,0.005795243),(-0.0009797206,0.009304527,0.005960292),(-0.0003520903,0.00928619,0.005367286),(-0.0006995447,0.00917087,0.005505209),(-0.00101868,0.009025777,0.005661746),(-0.0006901099,0.008861624,0.00526945),(-0.001015136,0.008714548,0.005406999),(-0.0003396496,0.008983178,0.005151556),(8.278992e-6,0.00938662,0.005236965),(2.433924e-5,0.009090331,0.005044105),(-0.001169135,0.009358549,0.006486512),(-0.001401792,0.009125763,0.006702529),(-0.001247346,0.009111068,0.006155137),(-0.001485467,0.008883392,0.006369538),(-0.001623499,0.00887458,0.006927359),(-0.001853155,0.008622392,0.007150996),(-0.001712169,0.008637661,0.006593253),(-0.001945539,0.008390033,0.00681604),(-0.001542129,0.008615943,0.006053912),(-0.001779145,0.008379842,0.00627001),(-0.002021489,0.008142046,0.006486431),(-0.001821272,0.008102383,0.005958756),(-0.002079585,0.007882076,0.006160606),(-0.001566942,0.00832271,0.005760184),(-0.001294091,0.008836028,0.005847902),(-0.001302822,0.008530838,0.005573422),(-0.002109661,0.008386596,0.00736343),(-0.002389821,0.008168348,0.007564655),(-0.002203661,0.008156667,0.007027658),(-0.002484786,0.007941485,0.007227467),(-0.002690439,0.00796881,0.007754664),(-0.003008319,0.007789138,0.007933452),(-0.002787161,0.007748406,0.007414835),(-0.003109034,0.007581349,0.007589119),(-0.002570923,0.007710333,0.006889333),(-0.002877421,0.007528418,0.007072596),(-0.003204714,0.007377133,0.007241586),(-0.003299525,0.00718974,0.006885717),(-0.002964718,0.007321191,0.006722735),(-0.002650399,0.007484831,0.006545572),(-0.002285513,0.007916876,0.006693409),(-0.002355658,0.007674009,0.006357203),(-0.003340264,0.007630491,0.008101008),(-0.003680267,0.007481705,0.008260102),(-0.003448654,0.007444232,0.007749686),(-0.0037973,0.007320472,0.007900722),(-0.004022317,0.007331616,0.008413495),(-0.004360406,0.007169058,0.008563953),(-0.004146248,0.007193479,0.00804642),(-0.004486775,0.007046673,0.00819097),(-0.003909749,0.007163258,0.007537508),(-0.004265391,0.007058267,0.007675589),(-0.00460838,0.006926303,0.007814516),(-0.004382364,0.006932713,0.007298412),(-0.004727809,0.006813062,0.007432819),(-0.004020841,0.007019429,0.007166876),(-0.003552507,0.00726248,0.007394699),(-0.003655731,0.007097129,0.007031537),(-0.004688525,0.006982869,0.008714239),(-0.005010875,0.00678058,0.008863267),(-0.004810162,0.006863464,0.008338559),(-0.005123847,0.006656472,0.008486927),(-0.005331657,0.006569725,0.009009941),(-0.00565507,0.006357837,0.009153174),(-0.005435268,0.006438318,0.008633805),(-0.00575187,0.00622162,0.008776933),(-0.005233747,0.006535309,0.008108111),(-0.005537122,0.006311187,0.00825572),(-0.005848291,0.006091248,0.008399165),(-0.005643903,0.006197299,0.007874436),(-0.00595185,0.005976761,0.008018676),(-0.005345779,0.006424258,0.007725561),(-0.004927666,0.006746167,0.007959866),(-0.005044681,0.006636544,0.007576779),(-0.005985317,0.006152451,0.009291875),(-0.006323593,0.005958375,0.009425832),(-0.006081086,0.006018996,0.008914042),(-0.006422429,0.005834045,0.009045439),(-0.006671092,0.00578042,0.009554837),(-0.00702901,0.005623396,0.009678673),(-0.006775405,0.005670361,0.009171428),(-0.00713952,0.005531542,0.009292315),(-0.006523271,0.00571871,0.008663845),(-0.006882623,0.005570953,0.008786823),(-0.007253577,0.005452097,0.008904725),(-0.006996952,0.005487383,0.008400814),(-0.007373677,0.005387613,0.008515993),(-0.006631992,0.00562002,0.008280466),(-0.006177749,0.00589295,0.008534916),(-0.00628242,0.005783741,0.008153553),(-0.007398544,0.005492114,0.009797134),(-0.007777131,0.005379842,0.009910685),(-0.007514286,0.005421182,0.009408401),(-0.007896861,0.005329436,0.009520021),(-0.008162212,0.005279854,0.0100198),(-0.008551227,0.005185417,0.01012493),(-0.008284409,0.005246456,0.00962751),(-0.008674092,0.005162395,0.009731198),(-0.008020536,0.005295103,0.009128097),(-0.008410406,0.005230451,0.00923394),(-0.008800453,0.005157351,0.009336134),(-0.008539599,0.005228843,0.008839238),(-0.008929207,0.005166631,0.008939814),(-0.008148286,0.005275183,0.008735128),(-0.007633904,0.005364567,0.009018421),(-0.00775855,0.005322493,0.008627406),(-0.008941612,0.005089803,0.01022657),(-0.009334053,0.005001155,0.01032498),(-0.009063072,0.005067406,0.009831419),(-0.009452706,0.004973701,0.009928493),(-0.009729227,0.004927619,0.01042046),(-0.01012781,0.004877341,0.01051328),(-0.009844352,0.004893494,0.01002274),(-0.01023936,0.004838999,0.01011447),(-0.009573947,0.004962658,0.009530528),(-0.00996156,0.004874305,0.009623517),(-0.01035253,0.004814107,0.009714231),(-0.01007933,0.004868074,0.00922282),(-0.01046584,0.00480153,0.009312599),(-0.009696259,0.004965162,0.009131101),(-0.009187604,0.005062547,0.009434864),(-0.009313824,0.005071709,0.009036934),(-0.0105305,0.004858464,0.01060373),(-0.01093615,0.004860657,0.01069236),(-0.0106391,0.004822428,0.010204),(-0.01104238,0.004830776,0.01029187),(-0.01134366,0.004873591,0.01077973),(-0.01175191,0.004886935,0.01086638),(-0.01144804,0.00485104,0.01037859),(-0.01185489,0.004870216,0.01046469),(-0.01114954,0.004812256,0.009890464),(-0.01155313,0.004839033,0.009976876),(-0.01195847,0.004863232,0.01006275),(-0.01165776,0.004837831,0.009574581),(-0.01206155,0.004867043,0.009660516),(-0.01125636,0.004804869,0.009488163),(-0.01074893,0.004798686,0.009803064),(-0.01085862,0.004786616,0.009400941),(-0.01215978,0.004890359,0.01095287),(-0.01256726,0.004888445,0.01103941),(-0.01226177,0.004875299,0.0105507),(-0.01266856,0.004872753,0.01063682),(-0.01297435,0.004885778,0.01112623),(-0.01338106,0.004886943,0.01121354),(-0.01307514,0.004869041,0.01072327),(-0.0134814,0.004870626,0.01081026),(-0.01277046,0.004864958,0.01023442),(-0.0131766,0.00485931,0.01032063),(-0.01358248,0.004860538,0.01040738),(-0.01327773,0.004861685,0.009918185),(-0.01368337,0.004862459,0.01000475),(-0.01287195,0.004868901,0.009832101),(-0.01236433,0.00486907,0.01014853),(-0.01246641,0.004874044,0.009746282),(-0.01378738,0.004896521,0.01130156),(-0.01419345,0.004910073,0.01139043),(-0.01388721,0.004883972,0.01089799),(-0.0142928,0.004903755,0.01098669),(-0.01459941,0.004923156,0.01148029),(-0.01500538,0.00493133,0.01157125),(-0.0146984,0.004924649,0.01107655),(-0.01510423,0.004941331,0.01116778),(-0.014393,0.004902482,0.01058337),(-0.01479823,0.004930447,0.01067321),(-0.01520384,0.004954571,0.01076468),(-0.01489815,0.004943327,0.01027017),(-0.01530344,0.004971618,0.01036179),(-0.01449326,0.004910734,0.01018037),(-0.01398784,0.004877054,0.01049486),(-0.01408844,0.004881293,0.01009202),(-0.01541151,0.004930152,0.01166347),(-0.01581735,0.004919261,0.01175659),(-0.01551051,0.004948474,0.0112606),(-0.01591652,0.004944174,0.01135444),(-0.01622245,0.004898291,0.01185029),(-0.0166264,0.004866879,0.01194421),(-0.01632152,0.004926524,0.01144873),(-0.0167248,0.004893616,0.01154291),(-0.01601609,0.004968986,0.0109526),(-0.01642078,0.0049529,0.01104746),(-0.01682319,0.004917035,0.01114188),(-0.01651906,0.004970859,0.01064597),(-0.01692039,0.004929485,0.01074059),(-0.01611503,0.004989157,0.01055066),(-0.01561012,0.00496848,0.01085807),(-0.01570945,0.004988152,0.01045561),(-0.01702872,0.004824659,0.01203802),(-0.01742925,0.004771669,0.01213157),(-0.01712561,0.004843547,0.0116364),(-0.01752371,0.004777654,0.01172945),(-0.01782781,0.00470794,0.01222469),(-0.01822422,0.004633509,0.01231724),(-0.01831078,0.004603771,0.01191511),(-0.01791886,0.004697282,0.01182227),(-0.0180093,0.004681415,0.01142025),(-0.01761785,0.00477885,0.01132764),(-0.0183963,0.004568341,0.01151354),(-0.01809867,0.004655909,0.01101846),(-0.01848065,0.004524602,0.01111248),(-0.01771086,0.004769099,0.01092582),(-0.01722235,0.004858205,0.01123506),(-0.01731788,0.004861262,0.01083353),(-0.01861828,0.004548408,0.01240905),(-0.0190089,0.004450604,0.01250124),(-0.01908386,0.004380933,0.0121022),(-0.01869925,0.004498463,0.01200818),(-0.01939494,0.004338061,0.01259491),(-0.01977531,0.004208745,0.01269116),(-0.01984003,0.004107528,0.01229583),(-0.01946425,0.004250763,0.01219784),(-0.01953081,0.004156949,0.0118018),(-0.0191564,0.004304358,0.01170417),(-0.01990234,0.004001597,0.01190117),(-0.01959526,0.004057175,0.0114068),(-0.01996282,0.003891637,0.01150729),(-0.01922701,0.004220802,0.01130716),(-0.01877845,0.004442072,0.01160813),(-0.01885611,0.004378088,0.01120888),(-0.02014888,0.00406062,0.0127911),(-0.02051736,0.003898389,0.01289381),(-0.02021083,0.003950805,0.01239684),(-0.02057789,0.003783969,0.01250013),(-0.02088244,0.003726753,0.01299835),(-0.02124582,0.003550416,0.01310382),(-0.02094246,0.00361039,0.01260494),(-0.02130578,0.003433438,0.0127105),(-0.02063923,0.00367386,0.01210505),(-0.02100572,0.003504572,0.01220863),(-0.02137165,0.003333736,0.01231268),(-0.02144226,0.003248408,0.0119118),(-0.02107163,0.003407639,0.01181046),(-0.02070131,0.0035675,0.0117092),(-0.02027162,0.003840051,0.01200241),(-0.0203316,0.003728622,0.01160812),(0.01804641,0.002029432,0.0144372),(0.01796031,0.002083391,0.01482453),(0.01787085,0.00213405,0.0152113),(0.01787636,0.001841911,0.01491087),(0.01783336,0.001878356,0.01530288),(0.01791558,0.001803654,0.01451858),(0.01777467,0.002178107,0.01559692),(0.01766838,0.00221226,0.01598084),(0.01778281,0.001911176,0.01569433),(0.01772091,0.001938559,0.01608496),(0.01769676,0.001632649,0.01538187),(0.01769216,0.001654659,0.01577945),(0.01767508,0.001673836,0.01617666),(0.01750562,0.001446506,0.01585981),(0.01752641,0.00145584,0.01626262),(0.01747202,0.001433978,0.01545639),(0.01768518,0.001583904,0.01458606),(0.01769305,0.001608749,0.01498403),(0.01742986,0.001419322,0.01505257),(0.01738344,0.001403601,0.01464855),(0.01754864,0.002233211,0.01636249),(0.01741768,0.002248266,0.01674081),(0.0176439,0.001958692,0.01647448),(0.01755362,0.001977066,0.01686174),(0.01727775,0.002264737,0.01711475),(0.01713109,0.002289931,0.01748325),(0.01745189,0.00199917,0.01724558),(0.01734057,0.002030495,0.01762485),(0.01759288,0.001706169,0.01696841),(0.01753148,0.001729957,0.01736065),(0.017459,0.001765915,0.01774894),(0.01749325,0.001485859,0.01746283),(0.01745624,0.001519503,0.01785734),(0.01751845,0.001468627,0.01706497),(0.01764137,0.001689234,0.01657336),(0.0175301,0.001460918,0.01666462),(0.01697994,0.002331158,0.01784526),(0.01684879,0.002396761,0.0181872),(0.01722148,0.002076531,0.01799837),(0.01711365,0.002146867,0.01835453),(0.01676214,0.002495084,0.01849551),(0.01674447,0.002634471,0.01875659),(0.01703612,0.002251094,0.01868166),(0.01700792,0.002398802,0.01896812),(0.01729911,0.001899345,0.01850041),(0.0172371,0.00201494,0.01884398),(0.01720398,0.002175204,0.01915303),(0.01731314,0.00179067,0.01898134),(0.01727821,0.001963159,0.01930754),(0.01735914,0.001664302,0.01862518),(0.01737731,0.001819357,0.01813213),(0.01740919,0.001576449,0.01824765),(0.01682028,0.002823266,0.01895689),(0.01696468,0.003050367,0.01910855),(0.01704807,0.002599581,0.01920227),(0.01713748,0.002843001,0.01939068),(0.0171528,0.003304674,0.01922373),(0.01735975,0.003575085,0.0193146),(0.01738778,0.00341606,0.01965661),(0.01725708,0.003118637,0.01953994),(0.01730308,0.002940472,0.01981959),(0.01724974,0.002647444,0.0196395),(0.01735969,0.003258807,0.01995936),(0.01724897,0.00310165,0.02020334),(0.01725384,0.002767493,0.02004542),(0.01725563,0.002460442,0.01984192),(0.01721245,0.002389197,0.01941775),(0.01726139,0.002189374,0.01959517),(0.01756066,0.0038505,0.01939331),(0.01773376,0.004131156,0.01944702),(0.01760834,0.004040424,0.01980214),(0.01751048,0.00372484,0.01974727),(0.01785733,0.004417291,0.01946291),(0.01790959,0.004709143,0.01942814),(0.01766216,0.004673781,0.01976536),(0.01766452,0.004358256,0.01981144),(0.01742599,0.004277274,0.02011926),(0.01743281,0.003935088,0.02011558),(0.01737471,0.004611648,0.02006481),(0.01705457,0.004523764,0.02031915),(0.01714408,0.004174788,0.02037489),(0.01720143,0.003814985,0.02037174),(0.01740682,0.003592972,0.02006015),(0.01723395,0.003454043,0.02031333),(0.01786882,0.00500695,0.01932988),(0.01775389,0.005295394,0.01917641),(0.01744656,0.005271516,0.0194871),(0.01758441,0.004982443,0.01965413),(0.01758366,0.005559158,0.01897605),(0.01737702,0.005782926,0.01873709),(0.01705169,0.005739992,0.01902305),(0.0172639,0.005528275,0.01927363),(0.01692743,0.005473768,0.01955144),(0.01711461,0.005221608,0.01977164),(0.01671658,0.005675099,0.01929454),(0.01637168,0.00559132,0.01955205),(0.01657709,0.005398329,0.01980912),(0.01676405,0.005147857,0.0200281),(0.01726731,0.00493033,0.01994585),(0.01692555,0.004852228,0.02020083),(0.01715284,0.00595138,0.01846783),(0.01691509,0.006074409,0.01817546),(0.01658762,0.006001432,0.01844541),(0.01682523,0.005893942,0.01874474),(0.01666773,0.006161904,0.01786715),(0.01641472,0.006223752,0.01755008),(0.01609132,0.006122262,0.01781059),(0.01634195,0.006073771,0.01813179),(0.01601733,0.005958076,0.01838649),(0.01625894,0.005903696,0.01870523),(0.01577065,0.005990582,0.01806084),(0.01545472,0.005831718,0.01830107),(0.01569447,0.005818065,0.01863188),(0.01592848,0.005784545,0.01895576),(0.01649289,0.005813891,0.01901019),(0.01615484,0.005714511,0.01926504),(0.01616004,0.006269844,0.01723144),(0.01590416,0.006301542,0.01691153),(0.01558516,0.00618216,0.01716574),(0.01583883,0.006158213,0.01748855),(0.01564755,0.006320207,0.01659071),(0.01539071,0.006327203,0.01626926),(0.01507704,0.006196161,0.01651809),(0.015331,0.006194631,0.01684222),(0.01501985,0.006035661,0.01708253),(0.01527089,0.006030011,0.01740905),(0.01476939,0.00603109,0.01675531),(0.0147184,0.005845352,0.01731116),(0.01447234,0.005834131,0.01698047),(0.01496517,0.00584736,0.01764118),(0.0155215,0.006014773,0.01773509),(0.01521111,0.005842148,0.01797099),(0.0151341,0.006323889,0.01594752),(0.01487852,0.006306857,0.01562665),(0.01482395,0.006187282,0.01619339),(0.01457153,0.006166794,0.0158695),(0.01462478,0.006272697,0.01530778),(0.01437369,0.006218,0.01499208),(0.01431957,0.006133499,0.01554777),(0.01406786,0.006086203,0.01522956),(0.01427211,0.005990431,0.01609975),(0.01402294,0.005956457,0.01577449),(0.01377182,0.005914796,0.01545298),(0.01373996,0.005744451,0.015988),(0.01349152,0.005705259,0.0156624),(0.01398499,0.005780868,0.01631728),(0.01452054,0.006015661,0.0164272),(0.01422849,0.0058117,0.01664864),(0.01412603,0.006139354,0.01468069),(0.01387937,0.006052205,0.01437216),(0.01381618,0.006023699,0.01491622),(0.01356374,0.005956945,0.01460596),(0.01363129,0.005971994,0.01406502),(0.01337935,0.005914169,0.01375781),(0.01330973,0.005896886,0.01429695),(0.01305335,0.005854469,0.01398741),(0.01326106,0.005817836,0.01482369),(0.01300303,0.005775041,0.01451166),(0.01274431,0.005744368,0.01419854),(0.01272312,0.005597477,0.01470801),(0.01246638,0.005572782,0.01438953),(0.01298098,0.005629382,0.01502476),(0.01351759,0.005866506,0.01513675),(0.01323782,0.005666106,0.0153421),(0.01312112,0.005894172,0.01344907),(0.01286679,0.005907922,0.01313787),(0.0127938,0.005840648,0.01367552),(0.01254094,0.005850641,0.01335896),(0.01262656,0.005951333,0.01282328),(0.01241061,0.006020325,0.01250437),(0.01209475,0.005922946,0.01270256),(0.01230464,0.005879665,0.01303541),(0.01223683,0.005733808,0.01355972),(0.01200727,0.005745251,0.01322814),(0.01180666,0.005762064,0.01288452),(0.01156059,0.005536799,0.01304554),(0.01175112,0.005543018,0.01339788),(0.0119715,0.005548874,0.01373737),(0.0124857,0.005732068,0.01388221),(0.01221288,0.005557689,0.01406695),(0.01222915,0.006110815,0.0121802),(0.01208945,0.006198238,0.0118514),(0.01178967,0.006020127,0.01200538),(0.01192114,0.005975697,0.01235808),(0.0119988,0.006258024,0.01151855),(0.0119645,0.006265613,0.0111823),(0.0116766,0.006012839,0.01128886),(0.0117062,0.00603844,0.01164783),(0.01144889,0.005771874,0.01178215),(0.01152427,0.005787084,0.01215696),(0.01142164,0.005722571,0.0114061),(0.01119518,0.005404184,0.01152427),(0.01122516,0.005467677,0.01191227),(0.01129668,0.005506218,0.01229818),(0.0116446,0.00577991,0.01252594),(0.0114088,0.005526896,0.01267746),(0.01199384,0.006196436,0.01084323),(0.01205632,0.006086611,0.01049887),(0.0117676,0.00580881,0.01057372),(0.0117067,0.005925531,0.01093183),(0.01212145,0.005972251,0.01014674),(0.01215873,0.005889473,0.009784339),(0.01186596,0.005616316,0.009842043),(0.01183033,0.005694973,0.01021147),(0.01154481,0.005410791,0.01028844),(0.01149539,0.005514299,0.01066161),(0.01156822,0.005344677,0.009911471),(0.01127612,0.00506614,0.009987441),(0.0112705,0.005115992,0.0103713),(0.01124022,0.005204706,0.01075475),(0.01144574,0.00562747,0.01103338),(0.01120765,0.005308648,0.01113875),(0.01213768,0.005874395,0.009409194),(0.01206957,0.005912259,0.009026114),(0.01177918,0.005646226,0.009076791),(0.01184555,0.005605133,0.009462382),(0.01196568,0.005988311,0.008639913),(0.01183728,0.006087795,0.008255407),(0.01154885,0.005824445,0.008305019),(0.01167692,0.005724398,0.008689571),(0.01136382,0.005476099,0.008756482),(0.01146868,0.005392577,0.009142284),(0.01123431,0.005579002,0.008374155),(0.01091006,0.005340646,0.008457784),(0.01104349,0.005231143,0.008835455),(0.01115443,0.005138819,0.009217582),(0.01153983,0.005343688,0.009528351),(0.0112347,0.005078784,0.009602223),(0.01169566,0.006195955,0.007877409),(0.01154126,0.006315683,0.007508696),(0.01124673,0.006048942,0.007560103),(0.01140506,0.005931173,0.007927438),(0.01137456,0.006449873,0.007152037),(0.01119603,0.006601417,0.00681021),(0.01089129,0.006335054,0.006869276),(0.01107507,0.006182115,0.00720629),(0.01075635,0.005936735,0.007283372),(0.01092951,0.005803272,0.007633578),(0.01057076,0.00609248,0.006951923),(0.01024012,0.005874089,0.007058166),(0.01042666,0.00571148,0.007381986),(0.01060096,0.005573348,0.007726337),(0.01108918,0.005686044,0.007998512),(0.01076231,0.005452225,0.008086507),(0.01100611,0.006773207,0.006485989),(0.01080468,0.00696456,0.006181723),(0.01049084,0.006711091,0.006256772),(0.01069658,0.006512122,0.006552336),(0.01059159,0.00717479,0.005899763),(0.01036668,0.007403218,0.005642462),(0.01004593,0.007165832,0.005734975),(0.01027399,0.006929738,0.005983885),(0.009947041,0.006711346,0.006092248),(0.01016579,0.006484374,0.006356857),(0.009717864,0.00695288,0.005848921),(0.009386686,0.006765798,0.005984134),(0.00961448,0.006522313,0.006225688),(0.009833203,0.006287321,0.006483134),(0.0103738,0.006276557,0.006643251),(0.01004203,0.006068641,0.006759587),(0.01012983,0.007649159,0.005412168),(0.009886404,0.007901988,0.005197123),(0.00956413,0.007670896,0.005298527),(0.009806573,0.007417147,0.005511346),(0.009641765,0.008151083,0.004985563),(0.009401289,0.008385818,0.004765733),(0.00910288,0.008134556,0.00484744),(0.009326827,0.007914295,0.005082048),(0.009014419,0.007682528,0.005182066),(0.009240359,0.007452172,0.005409229),(0.008811948,0.007881756,0.004929496),(0.00853428,0.007620664,0.005006965),(0.008710331,0.007449982,0.005280635),(0.008920494,0.00724222,0.005525475),(0.009478572,0.007204389,0.00562638),(0.00915065,0.007009963,0.005755351),(0.009170344,0.008595571,0.004525869),(0.008974702,0.008776672,0.004267789),(0.008742107,0.008468694,0.004290128),(0.008900508,0.008318896,0.004580234),(0.008840134,0.008925457,0.003993315),(0.008792407,0.009038256,0.003704264),(0.008646791,0.00867018,0.003680023),(0.00865007,0.008585327,0.003986825),(0.008483892,0.008235374,0.003990794),(0.008528835,0.008151955,0.004317898),(0.008527158,0.008292641,0.003670767),(0.008435511,0.007907032,0.003680924),(0.008344756,0.007874831,0.004008012),(0.008339179,0.007823057,0.00435109),(0.008644136,0.008036157,0.004636119),(0.008406457,0.007741679,0.004690595),(0.008857295,0.009111403,0.003402455),(0.009014013,0.009156063,0.003097645),(0.008950035,0.00875745,0.003087245),(0.008754665,0.008724627,0.003379422),(0.00924178,0.009183405,0.002799593),(0.009519814,0.00920459,0.002518056),(0.009508661,0.008793321,0.002537056),(0.009209252,0.008777424,0.002805716),(0.009191119,0.008368216,0.002828745),(0.008906319,0.008353227,0.003094788),(0.009505341,0.008380785,0.002570606),(0.009508622,0.007967999,0.00261646),(0.009186789,0.007957422,0.002868324),(0.008883006,0.007945572,0.003122245),(0.008676482,0.008329981,0.00337378),(0.008623754,0.007929695,0.003389392),(0.00982733,0.009230784,0.00226279),(0.01013179,0.00926311,0.002015949),(0.01012602,0.008841265,0.002031452),(0.009824608,0.008813926,0.002283489),(0.01040066,0.009302685,0.001759683),(0.01060141,0.009350631,0.001476145),(0.01056095,0.008924303,0.00147771),(0.01038182,0.00887738,0.00176738),(0.01035445,0.008452467,0.00177946),(0.01011621,0.008419539,0.002054434),(0.01050896,0.008498927,0.001481935),(0.01044334,0.008075424,0.001487828),(0.01031622,0.008028748,0.001794182),(0.01010017,0.007998637,0.002082399),(0.009823437,0.008396767,0.002315326),(0.009822028,0.007980064,0.002355488),(0.01070147,0.009408067,0.001147486),(0.0107077,0.009481817,0.0008133797),(0.01060749,0.009062739,0.0008197952),(0.01063232,0.008984065,0.001148879),(0.01062691,0.009578713,0.0005135011),(0.01046592,0.00970558,0.0002875242),(0.01031539,0.0093011,0.0003165138),(0.01049799,0.009166395,0.0005293705),(0.0103577,0.008759309,0.000551698),(0.01049489,0.00864745,0.0008309357),(0.01015466,0.008902757,0.0003527924),(0.009984599,0.008511366,0.000395729),(0.01020629,0.008358329,0.0005797955),(0.01036934,0.00823688,0.0008461542),(0.01055054,0.008562288,0.001153387),(0.0104547,0.00814369,0.001160325),(0.01023156,0.009869243,0.0001751233),(0.009946764,0.0100598,0.0001592685),(0.009784773,0.009671147,0.0002211462),(0.01007123,0.009472924,0.0002201356),(0.009634458,0.01026734,0.0002229301),(0.009317581,0.01048195,0.0003490782),(0.009161985,0.01010391,0.0004389761),(0.009475269,0.009885049,0.0003004563),(0.009307346,0.009507503,0.0003780681),(0.009613813,0.009287985,0.0002866542),(0.008997745,0.009730116,0.0005249018),(0.008823706,0.009362184,0.0006048726),(0.00913065,0.009135798,0.0004552374),(0.009434579,0.008911161,0.000355681),(0.009901477,0.009082693,0.0002713366),(0.009723295,0.008699331,0.0003284345),(0.009019062,0.01069373,0.0005206832),(0.00873464,0.01090307,0.0007232272),(0.008577406,0.01052646,0.0008192837),(0.008864176,0.01031701,0.0006176165),(0.00846005,0.01111034,0.0009421926),(0.008191023,0.01131593,0.001163062),(0.00801923,0.01094283,0.001223325),(0.008297238,0.01073436,0.001026885),(0.008126538,0.0103642,0.00109535),(0.008411755,0.01015485,0.0009031704),(0.007840628,0.01057638,0.001263391),(0.00764975,0.01022054,0.001272183),(0.007942769,0.01000385,0.001136981),(0.008233568,0.009791619,0.0009667152),(0.008700687,0.009944689,0.0007064785),(0.008525945,0.009579262,0.0007823554),(0.0079233,0.01152023,0.001371316),(0.007661795,0.01172615,0.00154274),(0.007466048,0.01136869,0.001513149),(0.007738946,0.01115396,0.001391513),(0.007411428,0.01193662,0.001653115),(0.007177113,0.01215456,0.001678225),(0.006981052,0.01181268,0.001543571),(0.007210196,0.01158795,0.001569934),(0.007010069,0.01124663,0.001459063),(0.007267937,0.01101882,0.001456708),(0.006790459,0.01147718,0.001383266),(0.006606886,0.01114609,0.001203119),(0.006810334,0.01091222,0.00132177),(0.007064588,0.01067789,0.00136953),(0.007549608,0.010795,0.001387664),(0.007350709,0.01044628,0.00135135),(0.006963769,0.01238288,0.001593852),(0.006787837,0.01261601,0.001424661),(0.006644858,0.01227635,0.001212791),(0.006788276,0.01204379,0.00141576),(0.00666576,0.01284835,0.001195315),(0.00661398,0.01307433,0.0009304787),(0.006558026,0.01272593,0.0006865407),(0.006563779,0.01250538,0.000960955),(0.006482084,0.01216244,0.0007235071),(0.006517927,0.01193896,0.0009891621),(0.006524582,0.01237581,0.000447218),(0.006519145,0.0120214,0.0002205044),(0.006426468,0.01181637,0.0004922736),(0.006412101,0.01160055,0.0007633277),(0.006623564,0.01170925,0.001217857),(0.006473191,0.01137633,0.001008624),(0.006648937,0.01328835,0.0006548155),(0.006756914,0.01349393,0.0003761436),(0.006794637,0.01313111,0.0001518459),(0.006640587,0.01293304,0.0004158385),(0.006924185,0.01369454,0.0001022815),(0.007137031,0.01389369,-0.0001589526),(0.007249936,0.01351779,-0.0003440208),(0.007003361,0.01332456,-0.0001024397),(0.007097367,0.01295198,-0.0002935092),(0.006851222,0.0127656,-5.978667e-5),(0.007373396,0.01313931,-0.0005160497),(0.007205268,0.01257739,-0.0004701928),(0.007504263,0.01275964,-0.000676685),(0.006928268,0.01239693,-0.0002553898),(0.006653961,0.01257521,0.0001866213),(0.006692987,0.01221326,-2.69371e-5),(0.007381731,0.01409488,-0.0003997406),(0.007641985,0.01429712,-0.0006322655),(0.007790491,0.01391492,-0.0007924033),(0.007517543,0.0137152,-0.0005698996),(0.007901503,0.01449942,-0.0008687112),(0.008143983,0.01470078,-0.001121261),(0.008289645,0.01431374,-0.001276592),(0.008053089,0.01411506,-0.001023858),(0.008205316,0.01372657,-0.001173146),(0.007942743,0.0135292,-0.0009439815),(0.00843266,0.01392209,-0.001428293),(0.008568641,0.01352694,-0.001581364),(0.008353154,0.01333525,-0.001321702),(0.00809364,0.01314151,-0.001091597),(0.007660313,0.01333259,-0.0007289116),(0.007805532,0.01294866,-0.0008802055),(0.008353131,0.01490023,-0.001402098),(0.008510921,0.01509372,-0.001702475),(0.008622797,0.01469795,-0.001871469),(0.008484473,0.01450908,-0.001562932),(0.008599331,0.01527723,-0.002013646),(0.008600332,0.01544673,-0.002326865),(0.008670872,0.01504377,-0.002509509),(0.008689854,0.01487723,-0.002190797),(0.008767498,0.01447312,-0.002366255),(0.008724647,0.0142976,-0.002038519),(0.008727065,0.01463751,-0.002690845),(0.008769184,0.01422934,-0.00287146),(0.008831618,0.01406629,-0.002541727),(0.008814553,0.0138939,-0.00220663),(0.008609401,0.01411318,-0.001721307),(0.008724666,0.01371364,-0.001881424),(0.008495902,0.01559817,-0.002633383),(0.008303988,0.01572523,-0.002910872),(0.008347407,0.01532328,-0.003092169),(0.008551083,0.01519447,-0.002816197),(0.008042538,0.01582156,-0.003136998),(0.007729502,0.01588086,-0.003289434),(0.007756084,0.01549115,-0.003477196),(0.008076767,0.01542418,-0.003318732),(0.008101925,0.01502744,-0.003502639),(0.008378968,0.01492046,-0.003274303),(0.007776636,0.0151037,-0.003668359),(0.007791039,0.01471827,-0.003861985),(0.008118158,0.01463163,-0.003688063),(0.008399115,0.01451756,-0.003456853),(0.008592451,0.01478856,-0.002998616),(0.00862057,0.01438161,-0.003180577),(0.007382826,0.01589677,-0.003345845),(0.00701954,0.01589644,-0.003350527),(0.007034032,0.01553144,-0.003574611),(0.00740228,0.01551814,-0.003548868),(0.006656665,0.01590701,-0.003347771),(0.006311228,0.01595564,-0.003381873),(0.006328911,0.01562202,-0.003651773),(0.006670016,0.01555731,-0.003595292),(0.006683512,0.01521355,-0.003847579),(0.007047339,0.01517173,-0.003803489),(0.006347021,0.01529393,-0.003925806),(0.006365351,0.01496934,-0.00420112),(0.00669715,0.01487403,-0.004102102),(0.007059432,0.01481604,-0.004035146),(0.007418411,0.01514346,-0.003756195),(0.007431095,0.01477193,-0.003966393),(0.006000255,0.01606945,-0.003497124),(0.005712896,0.01623057,-0.003671849),(0.005756048,0.01592659,-0.003972482),(0.006029393,0.01575183,-0.003784922),(0.005438303,0.01642113,-0.003884373),(0.005165629,0.01662323,-0.004113021),(0.005226214,0.01633036,-0.004421835),(0.005493461,0.01612616,-0.004192205),(0.005544567,0.01582923,-0.004498707),(0.005796929,0.01562361,-0.004274028),(0.005281487,0.01603292,-0.004726889),(0.005328697,0.01572885,-0.005026356),(0.005589347,0.01552805,-0.004801677),(0.005833984,0.01531926,-0.004573909),(0.006057953,0.0154379,-0.004075508),(0.006085141,0.01512538,-0.004366056),(0.004884021,0.016819,-0.004336117),(0.004601695,0.01698661,-0.004523183),(0.004646312,0.0166741,-0.004814757),(0.004938893,0.01651905,-0.004639122),(0.004326862,0.01710424,-0.00464374),(0.004067737,0.01715005,-0.004667308),(0.004104617,0.0168108,-0.004923837),(0.004363282,0.01677739,-0.004919431),(0.004395518,0.01644331,-0.005185598),(0.004685992,0.01635446,-0.005098059),(0.004137852,0.01646487,-0.005170808),(0.00416457,0.01611164,-0.0054073),(0.004421045,0.01610126,-0.005441104),(0.004718152,0.01602658,-0.005371758),(0.004988305,0.01621283,-0.004935914),(0.005029501,0.01589873,-0.005224945),(0.003832529,0.01710222,-0.004563408),(0.003636431,0.01698732,-0.004359438),(0.003714162,0.01663864,-0.004573505),(0.003885131,0.01675621,-0.004798664),(0.003494636,0.0168319,-0.004082792),(0.003422334,0.01666253,-0.003760868),(0.003555133,0.01631464,-0.003941591),(0.00360105,0.01648311,-0.004277951),(0.003701684,0.01613125,-0.004470556),(0.003787394,0.01628573,-0.004782173),(0.003680373,0.01596432,-0.004122221),(0.003790222,0.01560909,-0.004302874),(0.003789821,0.0157743,-0.004660525),(0.00385083,0.01592714,-0.004985093),(0.003933965,0.01640464,-0.005025961),(0.003975123,0.01604659,-0.005244657),(0.003434719,0.01650576,-0.003421063),(0.003509203,0.0163594,-0.003067198),(0.003585753,0.01615825,-0.003594019),(0.003670871,0.01601117,-0.003237169),(0.003623198,0.01622121,-0.0027031),(0.00375412,0.01608898,-0.002332589),(0.003788452,0.0158706,-0.002872977),(0.003916461,0.01573377,-0.002503381),(0.003820522,0.01565951,-0.003409103),(0.003939879,0.01551578,-0.003045039),(0.004064023,0.01537393,-0.002676453),(0.004069854,0.01515451,-0.003219433),(0.004190205,0.01500763,-0.002851889),(0.003949939,0.0153019,-0.003583197),(0.003727003,0.01580805,-0.003768284),(0.003850161,0.01545253,-0.003944054),(0.003879381,0.01596051,-0.001959491),(0.003976458,0.01583161,-0.001591402),(0.004117047,0.01546048,-0.001762181),(0.00403286,0.0155979,-0.002130317),(0.004022829,0.0156981,-0.001235917),(0.003995973,0.0155558,-0.0009006338),(0.004106381,0.01517105,-0.001074281),(0.004148422,0.01531903,-0.001407371),(0.004262779,0.01493762,-0.001581836),(0.004244493,0.01508597,-0.001935824),(0.00420774,0.01478489,-0.001250771),(0.004299166,0.01439717,-0.00142987),(0.004363755,0.01455344,-0.001759223),(0.004355138,0.0147072,-0.00211232),(0.0041719,0.01523103,-0.002303706),(0.004291295,0.01485856,-0.002479697),(0.003873368,0.01540053,-0.000593149),(0.003710447,0.01523916,-0.0003032494),(0.00379548,0.01485354,-0.0004868985),(0.003970325,0.01501404,-0.0007713104),(0.003562649,0.01507856,-2.072183e-5),(0.003485407,0.01492561,0.0002646469),(0.003550347,0.01454418,7.248438e-5),(0.003637078,0.01469507,-0.0002094867),(0.003708007,0.01431088,-0.0003984503),(0.003875488,0.01446721,-0.0006717843),(0.003612779,0.01416198,-0.0001189472),(0.003673013,0.01377848,-0.0003082393),(0.0037759,0.0139257,-0.0005865409),(0.003950828,0.01408006,-0.0008571597),(0.004060354,0.01462664,-0.0009516556),(0.004143386,0.0142383,-0.001133726),(0.003534158,0.01478719,0.0005630699),(0.003677202,0.01465832,0.0008708417),(0.003725223,0.01427666,0.0006803651),(0.003590518,0.01440638,0.0003705737),(0.00388284,0.01453405,0.001184257),(0.00411937,0.01440942,0.00149961),(0.004148775,0.01402128,0.00131739),(0.003922098,0.01414997,0.0009974425),(0.003957546,0.01376566,0.0008129401),(0.003770614,0.01389439,0.000491717),(0.004172397,0.01363364,0.001138132),(0.004188036,0.01324524,0.0009646731),(0.003987882,0.0133798,0.0006331751),(0.003812798,0.01351032,0.0003069616),(0.00364467,0.01402482,0.0001794316),(0.003696577,0.01364162,-8.624123e-6),(0.004355092,0.01427947,0.001813195),(0.004589626,0.0141455,0.002125988),(0.004372887,0.01388557,0.001635792),(0.004595509,0.01374497,0.001953116),(0.004822591,0.0140088,0.002438962),(0.005053607,0.01387068,0.002753091),(0.004817712,0.01360163,0.002269832),(0.005040569,0.0134577,0.002586409),(0.004589546,0.01334732,0.001785278),(0.004797604,0.01319836,0.002106759),(0.005009158,0.01304911,0.002426529),(0.004757544,0.01279942,0.001953531),(0.004954885,0.01264588,0.002276867),(0.004567521,0.01295232,0.001626173),(0.004382104,0.0134933,0.001462323),(0.004379467,0.01310183,0.001296113),(0.005282293,0.01373243,0.003069351),(0.005497194,0.01359178,0.003390095),(0.005265153,0.01331531,0.002903315),(0.005480712,0.01317171,0.003223452),(0.005686859,0.01344645,0.00371768),(0.005839833,0.01329417,0.004054457),(0.005676498,0.01302417,0.003549724),(0.00584176,0.0128699,0.003885034),(0.005440721,0.0127547,0.003063626),(0.005639395,0.01260356,0.003387751),(0.005812435,0.01244579,0.003720124),(0.005576368,0.01218635,0.003232013),(0.005754582,0.01202405,0.003559786),(0.005375927,0.01234219,0.002911805),(0.005227086,0.01290221,0.002744352),(0.00516489,0.01249442,0.002594857),(0.005944666,0.01313266,0.004402783),(0.005994105,0.01296528,0.004746058),(0.00596575,0.01270618,0.004232285),(0.006040013,0.01253723,0.00457956),(0.005980901,0.01279536,0.00506768),(0.005897807,0.01262626,0.005351049),(0.006056098,0.01236727,0.004914946),(0.00600555,0.01220054,0.005226527),(0.006041668,0.01210641,0.004412157),(0.006081971,0.01193477,0.004756495),(0.006062141,0.01176849,0.005089503),(0.006061084,0.01150271,0.004596259),(0.006066374,0.01133531,0.004944441),(0.006003187,0.01167688,0.004246418),(0.005949175,0.01227841,0.004064146),(0.005898939,0.01185244,0.003899422),(0.005737575,0.01246134,0.005579565),(0.0055266,0.01229583,0.005743963),(0.005879918,0.01204127,0.005502386),(0.005698856,0.01188532,0.005727215),(0.005291283,0.01212498,0.005834978),(0.005058025,0.01194403,0.005843343),(0.005482015,0.01172859,0.005885702),(0.005249049,0.01156694,0.005962536),(0.005829406,0.01146384,0.005679336),(0.005638833,0.01131923,0.005897754),(0.005413677,0.01117561,0.006039568),(0.005741633,0.01089901,0.005869404),(0.005530264,0.01076998,0.006069061),(0.005903524,0.01103513,0.005601656),(0.005974229,0.01161255,0.005403517),(0.006012813,0.01118,0.005286454),(0.004853222,0.01174825,0.005759794),(0.004659378,0.01154252,0.005614973),(0.005019614,0.01139625,0.005942405),(0.004785179,0.01122024,0.005854005),(0.004458998,0.01133175,0.005439523),(0.004234584,0.01112084,0.005264085),(0.004267192,0.01086703,0.005587178),(0.004537215,0.01104259,0.005726031),(0.004893811,0.01088448,0.006060959),(0.004600499,0.01074205,0.005990915),(0.004285863,0.01060509,0.005900629),(0.00465062,0.01042075,0.006217369),(0.004302705,0.01032154,0.006184696),(0.004976615,0.01052948,0.00622261),(0.005165104,0.01102985,0.006085574),(0.005272544,0.01064634,0.006179986),(0.003968641,0.0109147,0.005119303),(0.003674226,0.01070993,0.005000602),(0.003966581,0.01069725,0.005466138),(0.003649279,0.01052501,0.005359431),(0.003364399,0.01050313,0.004903408),(0.003052219,0.0102909,0.004823144),(0.003329183,0.01034207,0.005263569),(0.003020191,0.01014018,0.005175067),(0.003609465,0.010342,0.005732403),(0.0032772,0.01018951,0.005649459),(0.002968556,0.01000547,0.005563958),(0.003236218,0.01002076,0.006036723),(0.002923077,0.009862427,0.005964098),(0.003580524,0.01013865,0.00609637),(0.003950602,0.01047613,0.005815292),(0.003941013,0.01023321,0.006145029),(0.002750745,0.01006985,0.004755237),(0.00245319,0.009848705,0.004704399),(0.002736197,0.009911114,0.005090442),(0.002464367,0.009669244,0.005015078),(0.002152769,0.009636216,0.004675342),(0.001842695,0.009441129,0.004672777),(0.002191866,0.009428954,0.00495436),(0.001905856,0.009204624,0.004913675),(0.002448395,0.009522154,0.005383545),(0.002200918,0.009260762,0.005300146),(0.001937868,0.009011464,0.005228962),(0.002178499,0.009127408,0.005682229),(0.001926903,0.008866748,0.005588489),(0.002414722,0.009394447,0.005780388),(0.002698281,0.009776705,0.005473401),(0.00265608,0.009646555,0.005876498),(0.001516183,0.009272184,0.004701416),(0.001175675,0.00912434,0.004752534),(0.001593504,0.00901064,0.004898404),(0.001260126,0.008841064,0.004901981),(0.000823612,0.00899255,0.0048174),(0.0004624367,0.008871774,0.004887289),(0.0009110433,0.00868996,0.004917835),(0.0005515743,0.008551399,0.004939397),(0.001318629,0.008599991,0.00513633),(0.0009774759,0.008425824,0.005106519),(0.0006253227,0.008264711,0.005082135),(0.0009928114,0.008227824,0.005364993),(0.0006516406,0.008043346,0.005303435),(0.001325071,0.008422713,0.005431761),(0.001641267,0.008793206,0.005175751),(0.001639431,0.008633767,0.00550563),(9.459022e-5,0.008756968,0.004953475),(-0.0002711014,0.008639905,0.005023912),(0.0001870379,0.008419439,0.004960097),(-0.0001766674,0.008288326,0.004986857),(-0.0006258127,0.00851236,0.005106559),(-0.000960718,0.008366107,0.005209374),(-0.0005336431,0.008152303,0.005026594),(-0.000877991,0.008005612,0.005086229),(-8.656914e-5,0.007960395,0.005042894),(-0.0004405912,0.007810673,0.005039609),(-0.0007895192,0.007658231,0.005054932),(-0.0003736466,0.007516692,0.00515566),(-0.0007178672,0.007349127,0.005132846),(-3.10284e-5,0.007688063,0.005194526),(0.0002696883,0.008110654,0.005058998),(0.0003105474,0.00786352,0.005245198),(-0.001266992,0.008192917,0.005340311),(-0.001555072,0.008002996,0.005492884),(-0.001203813,0.007842495,0.005172681),(-0.001517905,0.007671277,0.005281935),(-0.001835398,0.007806542,0.005660609),(-0.002118407,0.007613761,0.005836998),(-0.001827067,0.007500278,0.005409971),(-0.002138095,0.007337823,0.005552772),(-0.001466827,0.007342034,0.005157253),(-0.001801823,0.00719155,0.005241236),(-0.002138792,0.007054987,0.005345092),(-0.001765209,0.006888317,0.005188802),(-0.002120638,0.006765971,0.005251117),(-0.001413222,0.007029749,0.005148758),(-0.001130495,0.007499808,0.005094648),(-0.00106425,0.007185083,0.005130325),(-0.002414537,0.007434852,0.006015565),(-0.002725387,0.007274925,0.006191512),(-0.002787954,0.007065787,0.005863996),(-0.002457786,0.007192232,0.005706323),(-0.003052554,0.007139081,0.006360047),(-0.003397637,0.007032428,0.006516369),(-0.003486973,0.006879436,0.006165199),(-0.003130412,0.006960761,0.006019164),(-0.003187778,0.006764911,0.005734725),(-0.00283017,0.006842593,0.005599866),(-0.003555462,0.006705003,0.005863855),(-0.003591028,0.006483375,0.00564399),(-0.003214133,0.006530207,0.005541368),(-0.002844102,0.006590517,0.005435968),(-0.002481041,0.006938975,0.005467312),(-0.002479936,0.006667906,0.005336362),(-0.003762232,0.006960072,0.006655687),(-0.004133796,0.00689834,0.006785249),(-0.004236278,0.006773359,0.006417373),(-0.00385945,0.006824086,0.006295475),(-0.004499783,0.00682356,0.006912309),(-0.004847649,0.006712059,0.007044115),(-0.004605891,0.006705899,0.006538273),(-0.004956723,0.006600352,0.006665555),(-0.004315949,0.006617848,0.006087991),(-0.004688929,0.006554825,0.006197297),(-0.005043852,0.006454993,0.006314298),(-0.00473714,0.006345431,0.005910377),(-0.005097855,0.006253039,0.006007496),(-0.004360471,0.006405167,0.00582185),(-0.003934823,0.006661945,0.005979227),(-0.003975787,0.006446421,0.005735269),(-0.005164849,0.006540165,0.007187919),(-0.005465143,0.006330484,0.007338017),(-0.005580924,0.006233372,0.006955147),(-0.00527721,0.00643536,0.006806604),(-0.005762293,0.006105626,0.007488703),(-0.006070063,0.005888196,0.00763427),(-0.006192297,0.005808194,0.007249654),(-0.005881429,0.006016835,0.007104918),(-0.005682202,0.006112307,0.006586612),(-0.005990438,0.005911596,0.006729482),(-0.006307924,0.0057194,0.006868537),(-0.006078455,0.00577058,0.006368789),(-0.006406315,0.005604457,0.006494625),(-0.005758061,0.005946677,0.006242075),(-0.005370807,0.006300463,0.006446142),(-0.005434679,0.006113808,0.006119853),(-0.006402208,0.005700802,0.007769013),(-0.006754475,0.005545625,0.007894723),(-0.006527098,0.005629897,0.007383083),(-0.00688155,0.005484835,0.007507114),(-0.007122599,0.005424843,0.008013192),(-0.00750232,0.005340634,0.008126208),(-0.00725137,0.005375899,0.007623656),(-0.007632278,0.00530598,0.007734612),(-0.007004051,0.005426965,0.007118137),(-0.007375075,0.005333124,0.0072319),(-0.007756328,0.005278466,0.007340451),(-0.007485521,0.005289086,0.006837628),(-0.007867242,0.005252909,0.006942969),(-0.007112817,0.005361325,0.006728292),(-0.006647065,0.00555679,0.006997552),(-0.006752091,0.005467243,0.006614207),(-0.007889378,0.005295181,0.008235565),(-0.008280243,0.005268006,0.008341325),(-0.008019994,0.005277969,0.007841897),(-0.008410772,0.005268425,0.007945622),(-0.008671377,0.005238631,0.00844355),(-0.009059252,0.005186581,0.008542307),(-0.008800872,0.005253907,0.008045914),(-0.00918655,0.005210977,0.008142884),(-0.008534248,0.00527129,0.007546961),(-0.008923217,0.00526876,0.00764536),(-0.009307057,0.005233592,0.007740819),(-0.009033543,0.005277276,0.007240928),(-0.009416735,0.005248202,0.007335385),(-0.008645039,0.005271452,0.00714427),(-0.008144002,0.00526619,0.007445398),(-0.008255011,0.005255181,0.007045067),(-0.009440335,0.005091378,0.008637656),(-0.009818128,0.004978351,0.008730232),(-0.009564064,0.00511619,0.008236655),(-0.009937472,0.004998256,0.008327943),(-0.01019613,0.004872826,0.008820667),(-0.01057785,0.00480013,0.008909598),(-0.01031084,0.004885876,0.008417464),(-0.01068822,0.004807758,0.008505932),(-0.01005221,0.005020904,0.007924263),(-0.0104223,0.004904539,0.008013618),(-0.01079661,0.004822265,0.008102307),(-0.0105294,0.004926132,0.007609538),(-0.0109027,0.004841502,0.007699429),(-0.01016025,0.005042328,0.007519217),(-0.009681922,0.00514078,0.007833559),(-0.009790832,0.005159786,0.00742799),(-0.01096679,0.004785591,0.008997657),(-0.01136155,0.004808388,0.009084981),(-0.01107368,0.004792608,0.008594065),(-0.01146574,0.004818141,0.008681786),(-0.01176076,0.004847702,0.009171705),(-0.01216302,0.004882711,0.009257968),(-0.01186293,0.004862073,0.008769018),(-0.01226379,0.004902121,0.008855681),(-0.01156953,0.004829452,0.008279443),(-0.01196511,0.004874375,0.008367282),(-0.01236475,0.00491716,0.008454232),(-0.0120681,0.00487804,0.00796727),(-0.0124668,0.004919712,0.008054193),(-0.01167353,0.00483765,0.007878819),(-0.01117953,0.00480466,0.008191017),(-0.01128457,0.00481874,0.007789365),(-0.01256695,0.004892597,0.009343904),(-0.01297199,0.004888425,0.009429763),(-0.01266684,0.004916003,0.008941703),(-0.01307139,0.004914834,0.009027427),(-0.01337757,0.00488126,0.009515794),(-0.01378314,0.004882169,0.009602242),(-0.01347677,0.004909733,0.009113199),(-0.01388231,0.004911818,0.00919937),(-0.01317095,0.004939437,0.008625105),(-0.01357601,0.004938799,0.008710141),(-0.01398141,0.004943556,0.008795653),(-0.01367596,0.004960156,0.008306355),(-0.01408096,0.004969532,0.008390618),(-0.01327145,0.004953544,0.008222813),(-0.01276694,0.004935536,0.008539987),(-0.01286816,0.004942471,0.008139066),(-0.01418813,0.004902218,0.009689361),(-0.01459281,0.004932991,0.009777566),(-0.01428732,0.004932208,0.00928628),(-0.0146919,0.004961809,0.009374375),(-0.01499744,0.004966068,0.009867279),(-0.01540228,0.004993034,0.009958921),(-0.01509618,0.00499153,0.009464097),(-0.01550025,0.005012275,0.009555891),(-0.01479079,0.004989748,0.008970218),(-0.01519447,0.005012569,0.009060173),(-0.01559724,0.005022794,0.009152508),(-0.01529239,0.005022046,0.008655054),(-0.01569313,0.005018047,0.008748581),(-0.01488974,0.005009367,0.008564517),(-0.01438639,0.004963642,0.008882195),(-0.01448574,0.004988899,0.008476521),(-0.01580761,0.005005471,0.01005291),(-0.01621229,0.005000149,0.0101482),(-0.01590424,0.005014955,0.009650199),(-0.01630715,0.004997654,0.00974593),(-0.01661519,0.004973841,0.01024374),(-0.01701519,0.004923316,0.01033847),(-0.01710587,0.004895464,0.009937302),(-0.01670802,0.004958461,0.009841993),(-0.01679639,0.004921337,0.009441985),(-0.01639891,0.004977359,0.009344541),(-0.0171907,0.004842869,0.009538878),(-0.01726797,0.004762471,0.009144973),(-0.01687914,0.004859084,0.009044949),(-0.01648684,0.004934958,0.008944737),(-0.01599895,0.005011118,0.009247674),(-0.01609139,0.004988482,0.008845544),(-0.01741114,0.004845343,0.01043134),(-0.01780196,0.004742244,0.01052366),(-0.01749971,0.004806749,0.01003076),(-0.01788806,0.004693605,0.01012381),(-0.01818652,0.004616335,0.01061675),(-0.01856372,0.004469935,0.0107119),(-0.01826941,0.004557323,0.01021787),(-0.01864229,0.004399191,0.01031437),(-0.01796608,0.004618505,0.009728902),(-0.01834395,0.004473503,0.009824589),(-0.01871312,0.004307218,0.009922425),(-0.0184067,0.004359508,0.009439674),(-0.01877298,0.004188867,0.009538633),(-0.01803296,0.004512266,0.009341582),(-0.01758114,0.004741777,0.009634091),(-0.01765298,0.004646725,0.009243599),(-0.01893246,0.004305364,0.01081045),(-0.01929616,0.004130192,0.01091116),(-0.01900519,0.004220499,0.01041474),(-0.01936286,0.00403171,0.01051726),(-0.01965822,0.003951991,0.01101285),(-0.02002206,0.003778332,0.0111143),(-0.01972001,0.003843285,0.0106202),(-0.0200814,0.003665688,0.01072182),(-0.01942612,0.003924539,0.01012652),(-0.01978099,0.003732944,0.01022907),(-0.02014214,0.003557711,0.01032946),(-0.01984148,0.003622853,0.009839695),(-0.0202056,0.003458405,0.009936837),(-0.01948495,0.003807863,0.009740025),(-0.01907201,0.004120097,0.01002369),(-0.01913059,0.00400076,0.00963921),(-0.02039112,0.003616788,0.01121431),(-0.02076407,0.003464328,0.01131323),(-0.02082882,0.003369042,0.01091672),(-0.02045175,0.003509382,0.01082041),(-0.02113961,0.003317925,0.01141143),(-0.02151647,0.003174551,0.01150928),(-0.02159416,0.003114976,0.01110554),(-0.02121037,0.003239347,0.01101151),(-0.02128461,0.00317582,0.01061062),(-0.0208969,0.003286339,0.01051924),(-0.02167527,0.003072491,0.010701),(-0.0217597,0.003049908,0.01029609),(-0.02136304,0.003131258,0.01020872),(-0.02096964,0.003220917,0.01012037),(-0.0205151,0.00341124,0.01042585),(-0.02058274,0.003327197,0.01003007),(0.01703859,0.001296162,0.01471498),(0.01710628,0.001309047,0.01512508),(0.01717007,0.001319394,0.0155346),(0.01673894,0.001255276,0.01520126),(0.01681264,0.00126106,0.01561425),(0.01666195,0.001245023,0.01478725),(0.01722607,0.001324665,0.01594294),(0.01727038,0.001322321,0.01634953),(0.01687975,0.00125791,0.01602519),(0.01693697,0.001241355,0.01643305),(0.01642144,0.001231141,0.01569309),(0.01649288,0.001215013,0.01610285),(0.01655611,0.00118102,0.01650883),(0.01609171,0.001164749,0.01617225),(0.01615775,0.001109393,0.01657251),(0.01601817,0.001201798,0.01576889),(0.01626484,0.00123362,0.01486728),(0.01634451,0.001235358,0.01528082),(0.01593962,0.001226645,0.01536345),(0.01585857,0.001245389,0.01495699),(0.01729912,0.001309825,0.01675377),(0.0173133,0.001297491,0.01715561),(0.01698102,0.00120693,0.01683682),(0.01701191,0.00116899,0.01723733),(0.01731396,0.001295635,0.01755497),(0.01730213,0.001314573,0.01795181),(0.01702966,0.001141894,0.01763543),(0.01703428,0.001139997,0.01803198),(0.01664877,0.001059353,0.01730717),(0.01667638,0.00100724,0.01770257),(0.01669028,0.0009846493,0.01809745),(0.01629017,0.0008742836,0.01775471),(0.01630772,0.0008374038,0.01814784),(0.01625839,0.0009448093,0.01736217),(0.01660838,0.001123207,0.01690977),(0.01621378,0.001029629,0.01696862),(0.01727885,0.001364618,0.01834606),(0.0172477,0.001451845,0.01872917),(0.01702581,0.001177657,0.0184278),(0.01700602,0.001259486,0.01881363),(0.01721227,0.00158233,0.01909262),(0.01717612,0.001762147,0.01942786),(0.01697668,0.001390093,0.0191802),(0.01693957,0.001574091,0.01951822),(0.0166753,0.001084734,0.0188798),(0.01664856,0.001214131,0.01924644),(0.0166104,0.001400911,0.0195828),(0.01627011,0.001054615,0.01929371),(0.01623047,0.001244529,0.01962582),(0.01629679,0.0009251017,0.01892894),(0.01668957,0.00100936,0.01849334),(0.01630963,0.0008535205,0.01854312),(0.01714285,0.00199737,0.01972636),(0.01710933,0.002278744,0.01998487),(0.01684685,0.002105738,0.02007884),(0.01689646,0.00181609,0.01981842),(0.01707245,0.002597011,0.02020017),(0.01702908,0.002942916,0.02036903),(0.01672599,0.002786568,0.02047245),(0.01679019,0.002432681,0.0202975),(0.01643838,0.002278157,0.0203511),(0.01650417,0.001944814,0.02013431),(0.01636563,0.002636574,0.02052967),(0.01597399,0.002496899,0.0205567),(0.01604829,0.002137091,0.0203746),(0.01611731,0.001799363,0.02016175),(0.01656189,0.001648436,0.01987848),(0.01617879,0.00149731,0.01991366),(0.01697611,0.003307202,0.0204882),(0.01690848,0.003679949,0.02055503),(0.01656897,0.003535216,0.02068208),(0.01665369,0.003157046,0.02060172),(0.01682114,0.004051237,0.02056687),(0.01670905,0.004411145,0.02052104),(0.01634486,0.004279033,0.02068327),(0.01646747,0.003912178,0.02071033),(0.01609339,0.003763167,0.02082046),(0.01619793,0.00338602,0.0207695),(0.01596868,0.004132675,0.02081859),(0.01558723,0.003977313,0.02093977),(0.01570921,0.003609761,0.0209124),(0.01581037,0.003237598,0.0208339),(0.01628708,0.003008175,0.02067085),(0.01589666,0.002865189,0.02071257),(0.01656716,0.004749753,0.0204149),(0.01640089,0.005052456,0.02025459),(0.01602875,0.004937732,0.02045729),(0.01619677,0.004626884,0.02059767),(0.01621568,0.00530465,0.02004626),(0.01601695,0.00549173,0.01979607),(0.01565506,0.005376434,0.02002722),(0.01584633,0.005193581,0.02026589),(0.01547217,0.005065972,0.02047102),(0.01565122,0.004806015,0.02064239),(0.01528869,0.005245538,0.02024611),(0.01492051,0.005099152,0.02045333),(0.01509632,0.004922672,0.02066466),(0.01527194,0.004659631,0.02081606),(0.01581901,0.004487603,0.02075874),(0.01543853,0.004335891,0.02090771),(0.01581012,0.005599092,0.01951016),(0.01559565,0.005647315,0.01919787),(0.01526106,0.005494001,0.01943083),(0.01546047,0.005468293,0.01974503),(0.01537396,0.005656984,0.01886856),(0.01514551,0.005648677,0.01853155),(0.0148417,0.00544633,0.01875242),(0.0150553,0.0054784,0.01909612),(0.01473799,0.005285884,0.01931417),(0.01492531,0.005326591,0.01965388),(0.01454198,0.005229557,0.0189638),(0.01424502,0.005003232,0.01916581),(0.01442153,0.005083005,0.01952231),(0.01458902,0.005147077,0.0198663),(0.01510764,0.005322778,0.01996913),(0.01475338,0.005163206,0.02018193),(0.01491073,0.005642973,0.01819621),(0.01467182,0.005636469,0.01786181),(0.01438948,0.005402625,0.01807166),(0.01461874,0.005422633,0.01841123),(0.01443101,0.005625755,0.01752768),(0.01419048,0.005607424,0.01719311),(0.01415697,0.005381622,0.01773281),(0.01392425,0.00535494,0.01739381),(0.01411676,0.00515111,0.01827138),(0.01389559,0.005117705,0.01792727),(0.01367407,0.005080658,0.01758316),(0.0136462,0.004838757,0.01811178),(0.01344038,0.004788549,0.01776175),(0.01385229,0.004887207,0.01846169),(0.01433356,0.005186512,0.01861654),(0.01405359,0.004939999,0.01881266),(0.01395245,0.005578066,0.01685739),(0.01371488,0.005541206,0.01652198),(0.01369438,0.005317897,0.01705375),(0.01346529,0.005274013,0.01671381),(0.01347571,0.005500366,0.01618833),(0.01323291,0.005459069,0.01585788),(0.01323492,0.00522681,0.01637516),(0.0130012,0.005179815,0.01603897),(0.01323971,0.004981853,0.01689271),(0.01302229,0.004926391,0.01654815),(0.01280164,0.004871085,0.01620524),(0.01284254,0.004601713,0.016707),(0.01263946,0.004536472,0.01635622),(0.01304165,0.004667295,0.01705865),(0.01345621,0.005034324,0.01723801),(0.01323989,0.004730484,0.01741047),(0.01298442,0.005420836,0.01553209),(0.01273313,0.005386078,0.01520856),(0.01276207,0.005136545,0.01570643),(0.0125208,0.005096749,0.01537524),(0.01248195,0.005355207,0.01488489),(0.01223374,0.005328634,0.01455869),(0.01228066,0.005060173,0.01504312),(0.01204491,0.005026563,0.01470778),(0.01234725,0.004770217,0.01552494),(0.01212041,0.004724317,0.01518352),(0.0118984,0.004681215,0.01483853),(0.01200234,0.004359579,0.01530692),(0.01179274,0.004307231,0.0149527),(0.01221575,0.004415303,0.01565783),(0.01257548,0.004819083,0.01586484),(0.01242932,0.0044743,0.01600705),(0.0119914,0.005306767,0.01422757),(0.01176205,0.005287296,0.01388915),(0.01160126,0.004966105,0.01401903),(0.01181682,0.004995664,0.01436694),(0.0115528,0.0052679,0.01354105),(0.01137076,0.005246272,0.01318091),(0.01122711,0.004905526,0.01329567),(0.01140307,0.004936516,0.01366246),(0.01129266,0.004565486,0.01376692),(0.0114819,0.004602348,0.01413101),(0.01111959,0.004529607,0.01339488),(0.01103814,0.004133562,0.01348359),(0.01121231,0.00417143,0.01385922),(0.01139677,0.004213061,0.01422911),(0.01168469,0.004640741,0.01448796),(0.01159057,0.00425836,0.01459351),(0.01122304,0.005220094,0.01280635),(0.01111034,0.005184645,0.01242111),(0.0109581,0.004831433,0.01252922),(0.01107825,0.004871763,0.01291707),(0.01103333,0.005135205,0.01202895),(0.0109927,0.005067051,0.01163361),(0.01081048,0.004715897,0.01173595),(0.0108683,0.004780743,0.01213467),(0.01072497,0.004410578,0.01223189),(0.01083281,0.004455653,0.012626),(0.01064475,0.004355441,0.01183314),(0.01049176,0.003990406,0.011927),(0.01059825,0.004031,0.01232308),(0.01072733,0.004066374,0.01271493),(0.01096533,0.004494162,0.01301412),(0.01087522,0.004099552,0.01310197),(0.01098914,0.004975465,0.01123884),(0.01100258,0.004881662,0.01084532),(0.01077746,0.004552084,0.01093598),(0.01078626,0.0046331,0.01133563),(0.01101298,0.004806862,0.01045373),(0.01100026,0.004772282,0.01006477),(0.01073331,0.004474316,0.01014791),(0.01076587,0.00449258,0.01053931),(0.01052281,0.004182325,0.01063161),(0.01055981,0.004222894,0.01102941),(0.01046796,0.004183451,0.01024128),(0.01019687,0.003910895,0.01034932),(0.01027744,0.003885275,0.01073418),(0.01034461,0.00390101,0.01112827),(0.01059507,0.004286739,0.01143112),(0.01041163,0.003941564,0.01152731),(0.01094438,0.004799142,0.009679126),(0.01085281,0.004872461,0.009297669),(0.01055741,0.004606036,0.0093878),(0.01066159,0.004517026,0.009764054),(0.01073302,0.004977259,0.008921292),(0.0105925,0.005098556,0.008550873),(0.01027853,0.004864288,0.008658259),(0.01042749,0.00472668,0.009019188),(0.01012196,0.004491637,0.009134333),(0.01026188,0.004352079,0.009493217),(0.009965003,0.004649397,0.008784777),(0.009648804,0.004465439,0.008935263),(0.009811517,0.00428436,0.009271923),(0.009959822,0.004123122,0.009619167),(0.01037909,0.004244693,0.009862004),(0.01008963,0.003994406,0.009977973),(0.01043873,0.005221372,0.008187298),(0.01027242,0.005353839,0.007835605),(0.009944558,0.005154076,0.007964457),(0.01011724,0.00500419,0.00830506),(0.01009429,0.005504098,0.007500831),(0.009905078,0.005680277,0.007188016),(0.009568823,0.005514566,0.007340509),(0.00976144,0.005321638,0.007641317),(0.00943029,0.005171157,0.00780486),(0.009618029,0.004983383,0.008115979),(0.009234568,0.005380487,0.007514677),(0.008905517,0.005281561,0.007709557),(0.009103042,0.005059707,0.007992868),(0.009293487,0.004851087,0.008293248),(0.009796645,0.004811388,0.008443972),(0.009475766,0.004653672,0.00860821),(0.009705488,0.005890512,0.006902198),(0.009496739,0.006122852,0.006636748),(0.009159799,0.005983855,0.006810414),(0.009367655,0.005740552,0.007066896),(0.009280038,0.00636534,0.006385042),(0.009056597,0.006606022,0.006140447),(0.008731491,0.006459439,0.006308575),(0.008947122,0.006228731,0.006560996),(0.008619135,0.006100785,0.00674424),(0.008825785,0.005863217,0.006996838),(0.008415252,0.006311936,0.006479232),(0.008111772,0.006149399,0.006643131),(0.00829948,0.005969806,0.006925464),(0.008498098,0.005753826,0.007188729),(0.009031998,0.005617145,0.007249493),(0.00870199,0.005518672,0.007445802),(0.008827629,0.006832945,0.005896337),(0.008609941,0.007037445,0.005643512),(0.00831559,0.006828002,0.005761643),(0.008514768,0.00666024,0.006043087),(0.00842035,0.00721086,0.00537277),(0.008275666,0.007344528,0.00507491),(0.008044387,0.007051899,0.005139366),(0.008152586,0.006959599,0.005461365),(0.007915149,0.006690634,0.005549314),(0.008044331,0.006604046,0.005878172),(0.007848722,0.006741328,0.005206366),(0.007696953,0.006411364,0.00528194),(0.007716147,0.006398404,0.005639507),(0.007803051,0.006355733,0.005991397),(0.008217341,0.006478752,0.006189344),(0.007940611,0.006275386,0.006328857),(0.008192701,0.007429786,0.00474073),(0.008177429,0.007478596,0.004389696),(0.008047754,0.007121439,0.004438188),(0.008009625,0.007101773,0.004792762),(0.00823582,0.007502927,0.004041272),(0.008373845,0.007514741,0.003714923),(0.008340514,0.007118988,0.003771688),(0.008158232,0.007123105,0.004092285),(0.008113151,0.006738802,0.004162764),(0.007954323,0.006754442,0.004501041),(0.008333866,0.00672299,0.003850146),(0.008352253,0.006329965,0.003949224),(0.00810173,0.006353455,0.004254421),(0.007901302,0.006380467,0.004582722),(0.007863981,0.00675894,0.004852924),(0.007762524,0.006402579,0.004927454),(0.008597481,0.007526004,0.003430114),(0.008880248,0.007536666,0.003171589),(0.008893249,0.007127796,0.003238915),(0.008594056,0.0071213,0.003493034),(0.009195672,0.007546677,0.002924093),(0.009517277,0.007555992,0.00267237),(0.009526154,0.007144348,0.002734652),(0.009212483,0.007136226,0.002991924),(0.009231939,0.006726314,0.003067686),(0.008917212,0.00672025,0.00332032),(0.009530104,0.006732658,0.002799619),(0.009523975,0.006320509,0.002863583),(0.009248752,0.006317183,0.00314725),(0.008947341,0.006315322,0.003411903),(0.00860987,0.006717974,0.003575236),(0.008641317,0.006318418,0.003673806),(0.009818586,0.007564561,0.002401165),(0.01007572,0.007579276,0.002112851),(0.0100394,0.007161644,0.002144498),(0.009808651,0.007149913,0.002449692),(0.01026481,0.007607028,0.001809804),(0.01036198,0.007654712,0.001494397),(0.01026335,0.00723848,0.001503226),(0.01019782,0.00718826,0.001826525),(0.01011283,0.006773394,0.001844543),(0.009987722,0.006745935,0.002176046),(0.01014592,0.006828416,0.001515899),(0.01000818,0.00642621,0.001534),(0.01000744,0.006363386,0.001864059),(0.009917222,0.006332341,0.002206201),(0.009787755,0.006735777,0.002498404),(0.009751433,0.006321805,0.002544638),(0.01034334,0.00772922,0.001169004),(0.01023025,0.007831956,0.0008648039),(0.01007666,0.007435088,0.0008901536),(0.01021539,0.007321028,0.001182057),(0.01004404,0.007964331,0.0006129742),(0.009806076,0.008127748,0.0004446926),(0.009617603,0.007754492,0.0005026929),(0.009869835,0.007579847,0.0006546535),(0.009682564,0.007207409,0.0007082529),(0.009907652,0.007048682,0.0009254719),(0.009417688,0.007394187,0.0005727391),(0.009204841,0.007049422,0.0006578408),(0.009481123,0.006849543,0.0007771917),(0.009722273,0.006675146,0.0009740276),(0.01006982,0.006921265,0.001202115),(0.009905541,0.006532081,0.00123181),(0.009537696,0.008323616,0.0003911371),(0.009247764,0.008541517,0.0004281156),(0.009050942,0.00818168,0.0005047036),(0.009342658,0.007958207,0.0004614085),(0.008945148,0.008771031,0.0005314359),(0.008638707,0.009001739,0.000676906),(0.008440951,0.00865064,0.0007406434),(0.008748392,0.008415595,0.0006064808),(0.00853794,0.008071886,0.0006801891),(0.008841678,0.007834275,0.0005861905),(0.008228643,0.008310745,0.0007957256),(0.007999984,0.007983916,0.0008417941),(0.008311344,0.007742297,0.0007523781),(0.008617545,0.007501923,0.000673322),(0.009136161,0.007605759,0.0005412127),(0.00891618,0.007268925,0.0006325135),(0.008337308,0.009223224,0.0008403338),(0.008038728,0.009440173,0.001001746),(0.007829233,0.009100333,0.001010514),(0.00813456,0.008877496,0.000881094),(0.007740743,0.009657279,0.001141169),(0.007441132,0.009879227,0.00123863),(0.007221839,0.009550599,0.00116699),(0.007524987,0.009323311,0.001111586),(0.007300025,0.009000763,0.001051904),(0.007607078,0.00877192,0.0009952725),(0.006998936,0.009232796,0.001061522),(0.00677949,0.008923965,0.0009264842),(0.007070383,0.008688448,0.0009657962),(0.00737426,0.008454759,0.0009582721),(0.007917485,0.008543001,0.0009053164),(0.007685876,0.00822066,0.0009136819),(0.00713767,0.01011071,0.001274156),(0.006853128,0.01034723,0.001247728),(0.006644407,0.01002523,0.001092854),(0.006919803,0.009786358,0.001159409),(0.006610275,0.0105843,0.001159328),(0.006431881,0.01081743,0.001008938),(0.006275636,0.01049089,0.0007988714),(0.006421176,0.01026186,0.0009713375),(0.006254315,0.009943893,0.0007573992),(0.006449276,0.009710291,0.0009064592),(0.006148345,0.01016616,0.0005710676),(0.0060602,0.009842909,0.0003236748),(0.006120977,0.009629386,0.0005171145),(0.006278585,0.009400805,0.0006900951),(0.006706417,0.009471282,0.001010437),(0.006506823,0.00916354,0.0008305678),(0.006340714,0.01104213,0.000796539),(0.00633244,0.01125784,0.0005448418),(0.006282179,0.01091161,0.0003320446),(0.006233314,0.01070696,0.0005794678),(0.006402717,0.01146402,0.0002765566),(0.006547211,0.01166012,1.439345e-5),(0.006605351,0.01129278,-0.0001711895),(0.006410201,0.01110637,7.551956e-5),(0.006448289,0.01074442,-0.0001116739),(0.006264557,0.01056265,0.0001232758),(0.006690137,0.01092023,-0.0003363193),(0.006798143,0.0105433,-0.0004810706),(0.006516354,0.01037915,-0.0002858603),(0.006282816,0.01021174,-8.312459e-5),(0.006158167,0.01037115,0.0003552748),(0.006122455,0.01003501,0.0001218245),(0.006761583,0.01184558,-0.0002189373),(0.007027378,0.01202461,-0.0004315994),(0.007144999,0.01164803,-0.0005881995),(0.006855598,0.01147238,-0.0003891648),(0.007326133,0.0122014,-0.0006317566),(0.007639391,0.01238015,-0.0008275725),(0.007457613,0.01182259,-0.0007780863),(0.007777495,0.01199892,-0.0009686185),(0.007277585,0.01126656,-0.000724974),(0.007597362,0.01143954,-0.0009090682),(0.007917297,0.01161404,-0.00109973),(0.007743036,0.01105082,-0.001024588),(0.00805751,0.01122358,-0.001220815),(0.007421583,0.01087957,-0.0008417069),(0.006970872,0.01109387,-0.0005374051),(0.007103251,0.01071025,-0.0006634437),(0.007948694,0.01256505,-0.001027211),(0.008238075,0.01275338,-0.001239846),(0.008374618,0.01236334,-0.001388009),(0.008088705,0.01217989,-0.001169589),(0.008491567,0.01294239,-0.001474653),(0.008693203,0.01312937,-0.001740807),(0.008804057,0.01272908,-0.001905242),(0.008618612,0.01254712,-0.00163089),(0.008732336,0.01214856,-0.001789303),(0.008501839,0.01196994,-0.001535367),(0.008898905,0.01232578,-0.002073291),(0.008975455,0.01191914,-0.002243572),(0.008830794,0.01174583,-0.001948781),(0.008618306,0.01157171,-0.001681199),(0.008224474,0.0117913,-0.001307003),(0.008354906,0.01139742,-0.001439114),(0.008827019,0.01331158,-0.002047481),(0.008890606,0.01348813,-0.002378808),(0.008951173,0.01308055,-0.002553785),(0.008914332,0.01290707,-0.002218078),(0.008881568,0.01365811,-0.002718918),(0.008797498,0.01382063,-0.003051944),(0.008811492,0.01341176,-0.003231374),(0.008916316,0.01324896,-0.002896754),(0.008934829,0.01283923,-0.003074157),(0.008994622,0.01267147,-0.002730293),(0.008810641,0.01300312,-0.003408829),(0.008794429,0.01259505,-0.003583387),(0.008936078,0.01242929,-0.003250049),(0.009019319,0.01226117,-0.002907063),(0.00898449,0.0125002,-0.002391813),(0.00903537,0.01209102,-0.002567285),(0.008635999,0.0139748,-0.003362016),(0.008408294,0.01411535,-0.003639397),(0.008406211,0.013714,-0.003820986),(0.008638439,0.01356842,-0.003542034),(0.00812561,0.01423703,-0.003874349),(0.007799172,0.01433459,-0.004057138),(0.007800435,0.01395234,-0.004252769),(0.008123857,0.01384361,-0.004060481),(0.008112479,0.01345133,-0.004245439),(0.008392568,0.01331369,-0.004000673),(0.007794223,0.0135712,-0.00444783),(0.007779935,0.01319086,-0.004641272),(0.008091054,0.01306016,-0.004428206),(0.008367073,0.01291457,-0.004177507),(0.008627587,0.01316277,-0.003719736),(0.008603146,0.01275818,-0.003894221),(0.007440211,0.01440276,-0.004178023),(0.007070275,0.01446307,-0.004267567),(0.007079029,0.0141118,-0.004499895),(0.007444997,0.01403527,-0.004390103),(0.00671092,0.01453703,-0.004356327),(0.006383698,0.01464617,-0.004474864),(0.006401455,0.01432317,-0.004746519),(0.00672402,0.0142013,-0.004609563),(0.006735642,0.01386558,-0.004861116),(0.007084853,0.01376119,-0.004731276),(0.006418013,0.01399906,-0.005015561),(0.006432764,0.01367257,-0.00528147),(0.006744979,0.01352859,-0.005110296),(0.007086906,0.01341022,-0.00496085),(0.007444697,0.01366878,-0.004601643),(0.007438555,0.0133026,-0.004811664),(0.006110164,0.014812,-0.004653737),(0.005865657,0.01501117,-0.004869551),(0.005892267,0.01469888,-0.00516072),(0.006132823,0.01449679,-0.004938179),(0.005625521,0.01522032,-0.005098908),(0.005365097,0.01541611,-0.005318413),(0.005391961,0.01509537,-0.005603164),(0.005653931,0.01490617,-0.005390323),(0.00567542,0.0145857,-0.005675843),(0.005914129,0.01438193,-0.005447184),(0.005410565,0.01476729,-0.005880722),(0.005422184,0.01443256,-0.006151192),(0.00569083,0.01425905,-0.005955391),(0.00593156,0.01405985,-0.005728709),(0.006152917,0.01417878,-0.005219004),(0.006170247,0.013857,-0.005495838),(0.005059727,0.01557517,-0.005504668),(0.004740208,0.01568937,-0.00563452),(0.004753696,0.01534413,-0.005886885),(0.005080499,0.01524321,-0.005775426),(0.004437334,0.01575053,-0.005684815),(0.004181901,0.01575053,-0.005632395),(0.004190648,0.01538307,-0.005846528),(0.004445696,0.01539261,-0.005917326),(0.004447441,0.01502895,-0.006139238),(0.004760153,0.01499222,-0.006129389),(0.004191618,0.01501079,-0.006050134),(0.004185616,0.01463525,-0.006243647),(0.004443878,0.01466106,-0.006351148),(0.004761119,0.01463496,-0.006362572),(0.005093336,0.0149039,-0.006037561),(0.005099751,0.01455832,-0.006291419),(0.004004703,0.0156812,-0.005454109),(0.003899174,0.01556147,-0.005181917),(0.003931549,0.01519019,-0.005371975),(0.004022699,0.01530997,-0.005654274),(0.003858745,0.01541026,-0.004847782),(0.00387685,0.01524648,-0.004483663),(0.003938437,0.01487803,-0.004662896),(0.003906895,0.01504059,-0.005031045),(0.00393271,0.01466678,-0.005209039),(0.00394708,0.0148148,-0.005554596),(0.003973167,0.01450529,-0.004838874),(0.003979219,0.01412981,-0.005009903),(0.003934626,0.01429032,-0.005380486),(0.003944893,0.01443679,-0.005729109),(0.004029106,0.01493444,-0.005845107),(0.004023921,0.01455613,-0.006026565),(0.003946919,0.01508906,-0.004121527),(0.004050903,0.01493581,-0.003759647),(0.004015875,0.01471938,-0.004298941),(0.004122805,0.01456317,-0.003936881),(0.004170751,0.01478453,-0.003396303),(0.004288411,0.01463304,-0.003029773),(0.004242825,0.01440792,-0.003574416),(0.004359531,0.01425216,-0.003209246),(0.004165031,0.01418594,-0.004113331),(0.004286326,0.01402675,-0.003752538),(0.004404456,0.013867,-0.003389454),(0.004424076,0.01347956,-0.00356954),(0.004301505,0.0136431,-0.003929432),(0.004176967,0.01380607,-0.004287424),(0.004055626,0.01434523,-0.00447454),(0.004064769,0.01396835,-0.004646565),(0.004385832,0.01447914,-0.002658332),(0.004445327,0.01432332,-0.002291662),(0.004515831,0.01393543,-0.002473556),(0.004456521,0.01409441,-0.002839071),(0.004449204,0.01416602,-0.001939441),(0.004379775,0.01400774,-0.001611348),(0.004449551,0.0136167,-0.001795162),(0.004519496,0.01377594,-0.002122365),(0.004575005,0.01338374,-0.00230787),(0.004567425,0.01354465,-0.002657708),(0.004508475,0.01322414,-0.001981271),(0.004556528,0.01283015,-0.002169631),(0.004616103,0.01298999,-0.00249583),(0.004600882,0.01315211,-0.002843824),(0.004504365,0.01370601,-0.003021374),(0.004530371,0.0133156,-0.003204699),(0.004219353,0.01384895,-0.001317063),(0.00402186,0.013692,-0.001042278),(0.004088203,0.01330284,-0.001227015),(0.004288033,0.01345846,-0.001501612),(0.00384122,0.01353926,-0.0007726869),(0.003731359,0.0133931,-0.0004939836),(0.003786664,0.01300608,-0.0006758791),(0.003903325,0.0131515,-0.0009566709),(0.003961573,0.01276238,-0.001138276),(0.004149477,0.01291241,-0.00141125),(0.003837775,0.01261764,-0.0008536248),(0.003883541,0.01222801,-0.00102692),(0.004015321,0.01237187,-0.001317286),(0.004205301,0.01252054,-0.00159486),(0.004349205,0.01306668,-0.001687323),(0.004402649,0.01267348,-0.001874141),(0.003746199,0.01325588,-0.0001918612),(0.003851197,0.0131233,0.0001281634),(0.003882888,0.01273426,-4.442348e-5),(0.00379148,0.01286821,-0.0003699397),(0.004011809,0.01299105,0.0004605736),(0.004193491,0.01285483,0.0007998523),(0.004185928,0.01246357,0.0006430575),(0.004025999,0.01260059,0.0002950991),(0.004027128,0.01220962,0.0001367154),(0.003904948,0.01234419,-0.0002105446),(0.004162511,0.01207257,0.0004936763),(0.004120407,0.01168299,0.0003510967),(0.00401187,0.01181932,-1.461392e-5),(0.003914454,0.01195406,-0.0003699457),(0.003830365,0.01247922,-0.0005425194),(0.003860798,0.01208951,-0.0007092604),(0.0043617,0.01271034,0.001140483),(0.004525214,0.01255976,0.001479501),(0.004327785,0.01231953,0.0009938813),(0.004464117,0.01216971,0.001342637),(0.004692809,0.01240525,0.00181394),(0.004873264,0.012249,0.002140835),(0.00460747,0.01201532,0.001684394),(0.004770391,0.01185757,0.002014219),(0.004385721,0.01178226,0.001212959),(0.0045056,0.01162912,0.001561304),(0.004652361,0.01147071,0.001892799),(0.004391271,0.01124611,0.001441078),(0.004525272,0.01108753,0.00177236),(0.004291519,0.01139749,0.001087841),(0.0042767,0.0119301,0.0008547536),(0.004207427,0.01154275,0.000721548),(0.005075356,0.01209318,0.002457222),(0.005285033,0.01193566,0.002769174),(0.005175077,0.01153461,0.002631761),(0.004965424,0.01169769,0.002327179),(0.005488241,0.01177427,0.003082766),(0.005670929,0.01160689,0.003404072),(0.005381857,0.01136726,0.002936451),(0.005568269,0.01119459,0.003249739),(0.005053099,0.01113855,0.00249559),(0.005264059,0.01096524,0.002789513),(0.005453402,0.01078743,0.003093539),(0.005141691,0.01056815,0.002638393),(0.005333119,0.0103857,0.002932226),(0.004926137,0.01074699,0.002356689),(0.004842031,0.01130712,0.002200457),(0.004712112,0.01092063,0.002072788),(0.005819042,0.01143136,0.003739165),(0.005928691,0.01125271,0.004084911),(0.005716823,0.01101553,0.003580107),(0.005826429,0.01083439,0.003924444),(0.005995988,0.01107599,0.004438171),(0.006017045,0.01090621,0.00479581),(0.005896005,0.01065546,0.004279634),(0.005924461,0.01048304,0.004642564),(0.005704653,0.0104224,0.003761823),(0.005770445,0.01024202,0.004118055),(0.005798934,0.01006762,0.004483658),(0.005628621,0.009836559,0.003950837),(0.005650769,0.009661789,0.004318049),(0.005571611,0.01001724,0.003593857),(0.005599619,0.01060535,0.00341898),(0.005474769,0.01020117,0.003252518),(0.00598797,0.01074843,0.005154692),(0.005906485,0.01060294,0.0054955),(0.005910716,0.01032144,0.005010119),(0.005849277,0.01017301,0.005366089),(0.005770313,0.01047001,0.00579892),(0.005577173,0.01034994,0.006045633),(0.005734659,0.01004008,0.005694265),(0.005561374,0.009925011,0.005978435),(0.005742888,0.009751095,0.005218637),(0.005644462,0.009617092,0.005563405),(0.005489837,0.009504676,0.005876618),(0.005509509,0.009208903,0.005414305),(0.005369538,0.009098434,0.005749338),(0.005598309,0.009342956,0.005058361),(0.005792065,0.009902626,0.00485462),(0.00564303,0.009495586,0.004690081),(0.005324788,0.01024303,0.006216325),(0.005024923,0.01014944,0.006325732),(0.005323932,0.009830142,0.006202391),(0.005034882,0.009754568,0.006374987),(0.004689346,0.01006935,0.006388593),(0.004329823,0.01000292,0.006419642),(0.004706774,0.009697376,0.006505081),(0.004352156,0.009657658,0.006601532),(0.005002631,0.00935506,0.00637503),(0.004692997,0.009314399,0.006567332),(0.004354641,0.009294193,0.006726437),(0.004638113,0.008929963,0.006575838),(0.004322215,0.008920961,0.006790424),(0.004924315,0.008961112,0.006330519),(0.005272069,0.009417908,0.006145976),(0.005171298,0.009016552,0.006054881),(0.00395812,0.009950331,0.006433617),(0.003588196,0.009892696,0.006428185),(0.003983577,0.009634501,0.006673194),(0.003613061,0.009609051,0.006716829),(0.003234009,0.009811122,0.006401014),(0.002909517,0.009686721,0.006349767),(0.003252631,0.009562448,0.006729197),(0.002914311,0.009475836,0.006707062),(0.003635699,0.009292619,0.006951278),(0.003274147,0.009276581,0.007008149),(0.002923898,0.009227259,0.007022079),(0.003280617,0.008955364,0.007224742),(0.002924714,0.008938479,0.007280916),(0.003636688,0.008948307,0.00712051),(0.003999036,0.009292712,0.006855897),(0.003986147,0.008931958,0.006973859),(0.002628678,0.009500603,0.006272115),(0.002372798,0.009273131,0.006176195),(0.002610124,0.009330356,0.006647181),(0.002325955,0.009143014,0.006559607),(0.002123181,0.009024668,0.006070145),(0.001861132,0.008775573,0.005962105),(0.002047688,0.008930815,0.006454387),(0.001761208,0.008710762,0.006341566),(0.002277525,0.008988901,0.006919269),(0.001964741,0.008824127,0.006825448),(0.001647783,0.008645134,0.006718626),(0.001887063,0.008682882,0.007173826),(0.001541509,0.008551511,0.007085042),(0.002230844,0.008795596,0.007243824),(0.002594467,0.009127324,0.006988632),(0.002575759,0.00888301,0.007283398),(0.001567957,0.008546207,0.005860215),(0.001253336,0.008330817,0.005764453),(0.001452401,0.008499859,0.006231196),(0.001131102,0.008292153,0.006124791),(0.0009269524,0.008123646,0.005674797),(0.0005984867,0.007918941,0.005591227),(0.0008071451,0.0080817,0.006023865),(0.0004903671,0.00786254,0.005929929),(0.0009860434,0.008274576,0.006503162),(0.0006606364,0.008070386,0.006400123),(0.0003517885,0.007845178,0.006303951),(0.0005146728,0.008058116,0.006791506),(0.000207257,0.007837902,0.006697712),(0.0008458377,0.008245924,0.006889949),(0.001318322,0.008464054,0.006610263),(0.001191275,0.008408125,0.006989103),(0.0002776211,0.007710946,0.005513723),(-4.026676e-5,0.007503285,0.005444258),(0.0001906032,0.007628722,0.005844499),(-0.0001007348,0.007388023,0.005767215),(-0.0003597995,0.007299583,0.005384804),(-0.0006855993,0.007103467,0.005337335),(-0.0003922348,0.007148213,0.005697716),(-0.0006924847,0.006917064,0.005635643),(-0.0001988832,0.007324238,0.006138521),(-0.0004641378,0.007051446,0.006065073),(-0.0007382926,0.006785735,0.005995011),(-0.0005686939,0.006998154,0.006457552),(-0.0008227919,0.006705296,0.006382682),(-0.0003211624,0.007293893,0.006533302),(6.918712e-5,0.007592639,0.006217449),(-6.69334e-5,0.007578486,0.006612501),(-0.001022289,0.006918558,0.005303825),(-0.001368477,0.006748899,0.005286371),(-0.001010073,0.006702349,0.005580634),(-0.001342861,0.006507455,0.005535451),(-0.00172277,0.006598534,0.005287068),(-0.002083778,0.006471504,0.005308013),(-0.001688711,0.006335774,0.005502852),(-0.002045485,0.006190697,0.005485598),(-0.001346646,0.006313387,0.00586136),(-0.001677238,0.006113609,0.005802976),(-0.002023037,0.005942667,0.005753691),(-0.001702556,0.005945607,0.006154262),(-0.002033708,0.005746531,0.006082107),(-0.001390101,0.006174665,0.006229461),(-0.001033063,0.006538572,0.005926239),(-0.00109672,0.006429349,0.006306127),(-0.002450108,0.006371848,0.005351306),(-0.002821817,0.006294734,0.005409145),(-0.002411046,0.006075608,0.005486451),(-0.00278429,0.0059854,0.005499263),(-0.003198961,0.006235326,0.005473727),(-0.003581597,0.006188789,0.005537256),(-0.003164117,0.005914963,0.005517887),(-0.003549423,0.005859186,0.005536177),(-0.002752494,0.005692672,0.00568619),(-0.003131451,0.005603811,0.005659925),(-0.003516759,0.005532502,0.00563328),(-0.003122814,0.005336563,0.005885921),(-0.003505856,0.005246676,0.00582109),(-0.0027474,0.005446705,0.005949796),(-0.002382239,0.005803989,0.005716103),(-0.002383177,0.005581795,0.006014571),(-0.003969782,0.00615029,0.005591929),(-0.004357507,0.00610868,0.005643696),(-0.003939108,0.005812961,0.005547989),(-0.004328903,0.005767517,0.005558419),(-0.004738768,0.006052814,0.005698504),(-0.005107555,0.005971544,0.005762307),(-0.004714544,0.005714084,0.005572566),(-0.005091764,0.005643894,0.005595529),(-0.004296505,0.005420806,0.005570908),(-0.004685204,0.005366357,0.005543441),(-0.005069292,0.005303469,0.005523962),(-0.00467148,0.005046746,0.005622015),(-0.005058956,0.004983655,0.005564407),(-0.004282158,0.005107676,0.005686053),(-0.003906067,0.005473844,0.00560223),(-0.00389296,0.00517235,0.005753439),(-0.005457863,0.005853726,0.005841049),(-0.005797585,0.00571586,0.005931203),(-0.005456293,0.005548175,0.005632407),(-0.005813353,0.005441078,0.00568206),(-0.006134613,0.005574454,0.006029238),(-0.006476839,0.005446007,0.006131626),(-0.006168159,0.005336751,0.005743351),(-0.006525926,0.005249341,0.005815143),(-0.005817946,0.00514354,0.005522715),(-0.006188345,0.005071003,0.005543655),(-0.006560014,0.005019756,0.005580778),(-0.00620442,0.004790743,0.005462674),(-0.006585531,0.004762541,0.005464132),(-0.005823943,0.004844459,0.005481235),(-0.0054459,0.005225113,0.005516602),(-0.005442616,0.004912495,0.005516314),(-0.006832155,0.005347022,0.006234839),(-0.007198677,0.005277229,0.006338073),(-0.007265188,0.00516373,0.005984111),(-0.006891877,0.005192998,0.005896298),(-0.00757452,0.005236355,0.00644053),(-0.007957798,0.005224129,0.006541407),(-0.008030633,0.005170444,0.006168892),(-0.007645047,0.005157543,0.006075876),(-0.007700077,0.005035259,0.005778932),(-0.007315899,0.005009883,0.005703025),(-0.008088388,0.005070178,0.005858548),(-0.008133707,0.00490165,0.005643499),(-0.007742591,0.004852117,0.005584963),(-0.007354361,0.004804744,0.005531445),(-0.006935872,0.005002048,0.005635438),(-0.006968759,0.004771046,0.005489111),(-0.008346625,0.005240277,0.006639903),(-0.008737515,0.005263763,0.006736493),(-0.008813535,0.005225682,0.006351219),(-0.00842113,0.005198441,0.006260453),(-0.009126983,0.005273544,0.006831652),(-0.009511545,0.005248583,0.006925853),(-0.009592033,0.00521446,0.006533002),(-0.009204837,0.005236305,0.006441849),(-0.009268397,0.005144299,0.006095835),(-0.008874953,0.00513467,0.00601604),(-0.009658747,0.005125553,0.006177611),(-0.009318963,0.004976262,0.005817931),(-0.009712238,0.004961591,0.005880457),(-0.008923626,0.004968187,0.00575855),(-0.008480815,0.005106639,0.005937263),(-0.008527962,0.004941829,0.005700883),(-0.009887712,0.005167842,0.007019573),(-0.01025951,0.005058557,0.007112827),(-0.01034846,0.005048207,0.006718379),(-0.009972116,0.005144288,0.006625342),(-0.01063099,0.00494797,0.007205632),(-0.01100616,0.004863319,0.007298004),(-0.01110347,0.004867977,0.006904605),(-0.01072446,0.004948631,0.006811629),(-0.01042555,0.00498989,0.006349152),(-0.0108072,0.004906694,0.006437257),(-0.01119115,0.004835739,0.006525809),(-0.0108766,0.004800738,0.006092245),(-0.01126567,0.004746866,0.006168192),(-0.01048923,0.004862221,0.00601843),(-0.0100436,0.005068464,0.006262327),(-0.01010172,0.004919708,0.005947562),(-0.01138906,0.004831843,0.007389959),(-0.01177836,0.004838062,0.007480778),(-0.0114889,0.004828661,0.006996823),(-0.01187962,0.004821106,0.007087404),(-0.01217273,0.004866496,0.007569748),(-0.01257084,0.004901663,0.007656144),(-0.01227455,0.004835736,0.007175469),(-0.01267258,0.004862975,0.00726014),(-0.01197291,0.004777202,0.006700774),(-0.0123691,0.004781755,0.006785193),(-0.01276772,0.004803609,0.006866245),(-0.01245193,0.004700544,0.006399677),(-0.012852,0.004723526,0.006474512),(-0.01205384,0.004696771,0.006322971),(-0.01157999,0.004793886,0.006613981),(-0.01165825,0.004712211,0.006245454),(-0.01297136,0.004928084,0.007739253),(-0.0133737,0.00494846,0.007820566),(-0.01307261,0.004893246,0.007340542),(-0.01347421,0.004924004,0.007418727),(-0.01377727,0.004965496,0.007901578),(-0.01418149,0.004981895,0.007983782),(-0.01387693,0.004952701,0.007496751),(-0.01428036,0.004976792,0.007576673),(-0.0135695,0.00487999,0.007017651),(-0.01397194,0.004919647,0.007092813),(-0.01437493,0.004950368,0.00717082),(-0.01405926,0.004864212,0.006690703),(-0.01446257,0.004898771,0.006767744),(-0.0136561,0.004816235,0.006617701),(-0.01316798,0.004838833,0.006942928),(-0.01325353,0.004765715,0.006546411),(-0.01458577,0.005000358,0.008068669),(-0.01498899,0.005013221,0.008156689),(-0.01468404,0.004993728,0.007660551),(-0.01508631,0.004997645,0.0077488),(-0.01539004,0.00501282,0.00824829),(-0.01578781,0.004991488,0.008343919),(-0.01587995,0.004942945,0.007940088),(-0.0154855,0.004982674,0.007841839),(-0.01557684,0.004929389,0.007437657),(-0.01517945,0.00495897,0.007342908),(-0.01596823,0.004872246,0.00753866),(-0.01605133,0.004779221,0.007141199),(-0.01566215,0.004850749,0.007037706),(-0.01526618,0.004893526,0.006941076),(-0.01477812,0.00496472,0.007254073),(-0.0148656,0.004909038,0.006851144),(-0.01618116,0.00494156,0.008444021),(-0.01657023,0.004866138,0.008547219),(-0.01665013,0.004775767,0.008151912),(-0.01626798,0.004872592,0.008043968),(-0.01695511,0.004768318,0.008652129),(-0.01733593,0.004651204,0.008757374),(-0.01739886,0.004519318,0.008373744),(-0.01702691,0.004656625,0.00826236),(-0.01709715,0.004531586,0.007874473),(-0.01672759,0.004668714,0.007758746),(-0.01746101,0.004377056,0.007991745),(-0.01716843,0.004400784,0.007487298),(-0.01752665,0.004234665,0.007609042),(-0.01680367,0.004549846,0.007367645),(-0.01635155,0.004783811,0.00764625),(-0.01643157,0.004677456,0.00725173),(-0.0177128,0.004517894,0.008861572),(-0.0180856,0.004370208,0.008964487),(-0.01776649,0.004367998,0.008484503),(-0.01813124,0.00420697,0.008593152),(-0.01845425,0.004209965,0.009065892),(-0.01881864,0.004038986,0.009165548),(-0.01849453,0.004040534,0.008698214),(-0.01885777,0.003872993,0.008798202),(-0.0181771,0.004037191,0.008223112),(-0.01853543,0.003866871,0.008331622),(-0.01889805,0.003706303,0.008431627),(-0.01858489,0.003704635,0.007961093),(-0.01894715,0.003554333,0.008060852),(-0.01823038,0.003875511,0.007849897),(-0.01781997,0.004209755,0.00810889),(-0.01787914,0.00405588,0.007731229),(-0.01917865,0.003859091,0.009263228),(-0.01953836,0.003680865,0.009358846),(-0.01922238,0.003708648,0.008891637),(-0.01959036,0.00355419,0.008980202),(-0.01990182,0.003514898,0.009452319),(-0.0202731,0.003371776,0.009543563),(-0.01996369,0.003416308,0.009065581),(-0.02034436,0.003301689,0.009149455),(-0.019645,0.003438481,0.008601314),(-0.02002878,0.003334307,0.008678123),(-0.02041907,0.003252008,0.008754326),(-0.02009876,0.003276123,0.008288587),(-0.02049696,0.003226596,0.008357987),(-0.01970627,0.003344384,0.0082194),(-0.01926799,0.003562993,0.008520337),(-0.01932167,0.003435685,0.008145222),(-0.02065627,0.003262088,0.009632499),(-0.02104835,0.003177474,0.009719701),(-0.02073434,0.003217027,0.009233513),(-0.02113131,0.003154828,0.009317705),(-0.02144637,0.003109576,0.009805745),(-0.02184735,0.003050036,0.009891216),(-0.02153293,0.003107608,0.00940199),(-0.02193689,0.003067877,0.009486318),(-0.02121678,0.003151804,0.008914868),(-0.02162109,0.00312219,0.008997728),(-0.02202695,0.00309843,0.009081327),(-0.02170917,0.003150155,0.008593245),(-0.02211618,0.003136697,0.008676175),(-0.02130304,0.003167219,0.008511668),(-0.02081559,0.003193125,0.008833488),(-0.02089868,0.003191497,0.008432799),(0.01545446,0.001263765,0.01505828),(0.01554094,0.001206486,0.01544888),(0.01562456,0.001145197,0.01583939),(0.01524175,0.001062318,0.01589706),(0.01515298,0.001164737,0.01552501),(0.01506074,0.001266427,0.01515417),(0.01570248,0.001075889,0.01622971),(0.01577184,0.0009945501,0.01661974),(0.01539498,0.0008523733,0.01664969),(0.01532357,0.0009584396,0.01627155),(0.0149534,0.0008224078,0.0162941),(0.01487089,0.0009541405,0.01593436),(0.01502377,0.000698743,0.01666153),(0.0146548,0.0005495404,0.01665441),(0.01459035,0.0006777996,0.01629368),(0.01451313,0.0008216466,0.01594375),(0.01478029,0.001091252,0.01557974),(0.01468564,0.001231052,0.01522769),(0.01442739,0.0009758852,0.015601),(0.01433739,0.00113532,0.01526184),(0.0158298,0.0008971721,0.01700939),(0.01587525,0.0008015875,0.01739933),(0.01545251,0.0007433892,0.01703271),(0.0154958,0.0006458469,0.01741983),(0.01590708,0.0007256304,0.01779024),(0.01592421,0.0006871336,0.01818276),(0.01552452,0.0005741062,0.01781029),(0.01553833,0.0005425264,0.01820333),(0.01511649,0.0004937463,0.01742483),(0.0151399,0.0004325373,0.01781608),(0.0151487,0.0004122696,0.01821065),(0.01475392,0.0003050509,0.01820584),(0.01475062,0.0003137491,0.01780876),(0.01473377,0.0003614442,0.01741547),(0.01507796,0.0005858353,0.01703921),(0.01470222,0.0004420649,0.01702951),(0.01592551,0.0007039309,0.0185776),(0.0159117,0.0007780999,0.01896228),(0.01553688,0.000565467,0.01859817),(0.01552067,0.0006452038,0.01898186),(0.01588351,0.0009117184,0.01932439),(0.01584164,0.001106865,0.01965147),(0.01544598,0.0009841673,0.01966399),(0.01549021,0.0007840118,0.01934145),(0.01509164,0.0006700667,0.01934787),(0.01512433,0.0005278889,0.01898969),(0.01504561,0.000872684,0.01966764),(0.0146426,0.0007686636,0.01966664),(0.01468924,0.0005684542,0.01934662),(0.0147233,0.0004276307,0.0189878),(0.01514343,0.0004430051,0.01860623),(0.01474483,0.0003414205,0.0186032),(0.0157868,0.001365616,0.01993108),(0.01572225,0.001672774,0.02017167),(0.01532185,0.001558636,0.02017131),(0.01538851,0.001247945,0.01993653),(0.01565123,0.002013138,0.02038169),(0.015577,0.002371508,0.0205696),(0.01517737,0.00225392,0.02057649),(0.01525011,0.001899531,0.02038054),(0.01484785,0.001789505,0.02037933),(0.01491898,0.001450539,0.02016793),(0.01477782,0.00213765,0.0205855),(0.01438103,0.002016216,0.02060478),(0.01444734,0.001676295,0.02038624),(0.01451648,0.001342071,0.0201688),(0.01498647,0.001138887,0.01993584),(0.01458329,0.001033031,0.01993481),(0.0155028,0.002732686,0.02074384),(0.01542131,0.003095184,0.02089192),(0.01503233,0.002954535,0.02094808),(0.01510772,0.002605093,0.02077137),(0.01532522,0.003457514,0.02100133),(0.01520721,0.003818191,0.0210596),(0.01482911,0.00365417,0.0211785),(0.0149424,0.003303733,0.0210895),(0.0145617,0.003145723,0.02117912),(0.014645,0.002811413,0.02100692),(0.01445346,0.00348411,0.02129696),(0.01408075,0.003306872,0.02141542),(0.01418409,0.002980788,0.02127247),(0.01426091,0.002661575,0.02107299),(0.01471362,0.002476837,0.02080187),(0.01432273,0.002342347,0.02084206),(0.01505995,0.004175728,0.0210542),(0.0148945,0.004500912,0.0209845),(0.01451933,0.004331166,0.02114759),(0.01468366,0.004007332,0.021198),(0.0147219,0.004764533,0.02084982),(0.01455319,0.004937379,0.02064951),(0.01418728,0.004762642,0.02083557),(0.01434944,0.004593621,0.02102691),(0.01397945,0.004412002,0.02119634),(0.01414685,0.004151704,0.02130527),(0.01382329,0.004577362,0.02101243),(0.01346177,0.004383959,0.02118102),(0.01361246,0.004221744,0.02135852),(0.01377749,0.003963836,0.02145744),(0.01431002,0.003830922,0.02133891),(0.01393941,0.003646716,0.02147674),(0.01439944,0.004990239,0.02038292),(0.0142528,0.004957445,0.02006736),(0.01391665,0.004759617,0.02025811),(0.01404615,0.00480618,0.02057318),(0.01410544,0.004873332,0.01972014),(0.01394952,0.004772233,0.0193586),(0.01378934,0.004658339,0.01990872),(0.01365483,0.004537732,0.01954337),(0.01347291,0.004439499,0.02008912),(0.01358057,0.004555508,0.02043967),(0.01336031,0.004300903,0.01972132),(0.01315577,0.004218285,0.02026239),(0.01306533,0.004062922,0.01989366),(0.01324457,0.004347039,0.02061309),(0.01369384,0.004613331,0.02075382),(0.01334285,0.004413994,0.02092592),(0.01377722,0.004688479,0.01900005),(0.01359469,0.004616201,0.01864327),(0.01350368,0.004433178,0.01918041),(0.01334278,0.00433976,0.0188185),(0.0134081,0.004549528,0.01828706),(0.01322361,0.004482587,0.01793018),(0.01317899,0.004252558,0.01845631),(0.01301917,0.004166653,0.01809247),(0.0130954,0.004059553,0.01898977),(0.01295656,0.003950388,0.01862273),(0.01282245,0.003844626,0.01825265),(0.01273851,0.003645558,0.01878952),(0.01262886,0.003520386,0.01841473),(0.01285136,0.003777247,0.01915945),(0.01323223,0.004175322,0.01935542),(0.01296208,0.003916138,0.01952676),(0.01304739,0.004409509,0.01757144),(0.0128746,0.004332905,0.01721158),(0.01272525,0.003986551,0.01735695),(0.0128702,0.004077126,0.01772566),(0.01270038,0.004255385,0.01685135),(0.01251989,0.004179562,0.01649149),(0.01257751,0.003897505,0.0169874),(0.01242014,0.003812561,0.01661809),(0.01245562,0.003538172,0.01712134),(0.01258031,0.003636105,0.0175002),(0.01231741,0.003447674,0.01674307),(0.01218889,0.003097106,0.01687348),(0.01231642,0.003187486,0.01725936),(0.01242648,0.003289436,0.01764678),(0.01269981,0.003739061,0.01787788),(0.01252774,0.003401039,0.01803286),(0.0123283,0.004108046,0.01613276),(0.01212956,0.004040828,0.01577403),(0.01206047,0.003662322,0.01588272),(0.01224633,0.003734295,0.01625009),(0.01192762,0.003977902,0.01541416),(0.01172645,0.003919256,0.01505202),(0.0116702,0.003535716,0.01514718),(0.01186696,0.003596257,0.01551531),(0.01179108,0.003231617,0.01562049),(0.01198026,0.003295309,0.0159931),(0.01159466,0.003175037,0.01524885),(0.0114705,0.002855646,0.0153677),(0.0116707,0.002900956,0.01573977),(0.01186071,0.002955318,0.01611433),(0.01215733,0.003367024,0.01636714),(0.01203521,0.003020209,0.01649202),(0.01153,0.003864883,0.0146865),(0.01133865,0.003815285,0.0143173),(0.01128068,0.003430771,0.01440612),(0.01147457,0.003480312,0.01477765),(0.01115275,0.003770968,0.01394418),(0.01097269,0.003732435,0.01356687),(0.01090041,0.00335216,0.01365474),(0.0110891,0.003387812,0.01403202),(0.01099643,0.003045673,0.01413294),(0.01119601,0.003081266,0.0145061),(0.01079846,0.003018671,0.01375722),(0.01064399,0.002757901,0.01388437),(0.01084986,0.002768262,0.01425716),(0.01105778,0.002788523,0.01462775),(0.01139586,0.003124653,0.01487772),(0.01126542,0.00281791,0.01499748),(0.01079883,0.003700189,0.01318509),(0.01063451,0.003672664,0.01279949),(0.01053556,0.003305297,0.01289008),(0.01071522,0.003324537,0.01327368),(0.01048304,0.003648295,0.01241071),(0.01034775,0.003625515,0.0120194),(0.01020104,0.003293387,0.01212006),(0.01036348,0.003294795,0.01250513),(0.01022373,0.003002834,0.01261667),(0.01041169,0.002995043,0.01299707),(0.01003991,0.003026638,0.01223873),(0.009852664,0.002857888,0.01238515),(0.01004793,0.002804743,0.01275566),(0.01024415,0.002772675,0.01313087),(0.01060341,0.003001059,0.01337793),(0.01044246,0.002758216,0.01350802),(0.01023199,0.003602759,0.01162619),(0.01012683,0.003593349,0.01123521),(0.009907027,0.003328226,0.01135657),(0.01005029,0.003301425,0.01173608),(0.01002338,0.003610608,0.0108506),(0.009912722,0.003667859,0.01047647),(0.009626196,0.003475378,0.01062457),(0.009767061,0.003383106,0.01098494),(0.009514919,0.003227547,0.01114127),(0.009685738,0.003133953,0.01149866),(0.009347964,0.003354487,0.01079547),(0.009088703,0.00332622,0.01099102),(0.009273379,0.003168711,0.01132367),(0.009463514,0.00303884,0.01166781),(0.009860658,0.003068663,0.01186527),(0.009657236,0.002935576,0.01202208),(0.009785957,0.003778425,0.01011695),(0.009644861,0.003931702,0.009770901),(0.009328624,0.003791723,0.009946547),(0.009480237,0.003614359,0.01027887),(0.009491218,0.004117084,0.009437153),(0.00932681,0.004323969,0.009114554),(0.009006208,0.004228303,0.009316926),(0.0091708,0.003999146,0.009626327),(0.00885999,0.003939888,0.009835754),(0.009022733,0.003717093,0.01014424),(0.008694186,0.004181759,0.00953666),(0.008397934,0.004187653,0.009768037),(0.008568519,0.003948648,0.01006174),(0.008738813,0.00372172,0.0103621),(0.009184648,0.003519814,0.01046364),(0.008911362,0.003512401,0.01067118),(0.009153415,0.004541751,0.008801949),(0.008971589,0.004766515,0.008499346),(0.008655136,0.004716645,0.008724106),(0.008834288,0.00447087,0.009017065),(0.00878189,0.004994341,0.008206754),(0.008584876,0.005221315,0.007924181),(0.008275529,0.005177017,0.008148326),(0.008468851,0.004955428,0.008435404),(0.008165944,0.004923332,0.00866771),(0.008346929,0.004688454,0.008957361),(0.007980363,0.005125934,0.008371765),(0.007702264,0.005045335,0.008584275),(0.007875186,0.004878424,0.008892555),(0.00804977,0.00466892,0.009188944),(0.008523089,0.004436272,0.009245437),(0.008224517,0.004433204,0.009478936),(0.008381101,0.005443518,0.007651635),(0.00818014,0.005648571,0.0073788),(0.007881642,0.005532699,0.007565022),(0.008075267,0.005371211,0.007860226),(0.00799156,0.005824096,0.007095357),(0.007824939,0.005957714,0.006790987),(0.007568626,0.005736292,0.006928962),(0.007708237,0.005656163,0.007256629),(0.007462369,0.005458525,0.007411994),(0.007612349,0.00539146,0.007745368),(0.007356713,0.005484546,0.007063222),(0.007203073,0.005201889,0.007199931),(0.007266816,0.005223688,0.007564163),(0.007381991,0.005210106,0.007917811),(0.007790423,0.005281287,0.008064806),(0.007532502,0.005153275,0.008258604),(0.007689843,0.006037046,0.006455374),(0.007598641,0.006073216,0.006099622),(0.007437669,0.005763096,0.006208812),(0.007476393,0.00576777,0.006575938),(0.007563692,0.006077346,0.005734837),(0.00759736,0.006060562,0.005372124),(0.007545292,0.005695283,0.005477299),(0.007458591,0.005734768,0.005838846),(0.007401655,0.005377974,0.005955075),(0.007326707,0.005431974,0.006324933),(0.007536103,0.005321898,0.005597847),(0.007565142,0.00494677,0.005734153),(0.007393695,0.005014274,0.006087063),(0.007272325,0.00508645,0.006453951),(0.00731161,0.005471596,0.006697592),(0.007206847,0.005152564,0.006827382),(0.007712008,0.006033984,0.005022586),(0.007892857,0.006002378,0.004687707),(0.00791799,0.005621203,0.004810178),(0.00770391,0.005657143,0.005135427),(0.008125124,0.005970506,0.004368967),(0.008394027,0.005943132,0.004067847),(0.008446735,0.005559363,0.004197335),(0.008171082,0.005588323,0.004498499),(0.008227358,0.005205285,0.004635114),(0.007965699,0.00523798,0.004944321),(0.008497929,0.00517553,0.004329009),(0.008535162,0.004788504,0.004454188),(0.008281703,0.004819762,0.00477091),(0.008024988,0.004853741,0.005084317),(0.007729699,0.005276042,0.00526308),(0.007780853,0.004894668,0.005402652),(0.008684785,0.005925022,0.003785828),(0.008978843,0.005914297,0.003509759),(0.009001238,0.005516342,0.003608284),(0.008728496,0.005535181,0.003903633),(0.009257639,0.005909079,0.003226487),(0.009502618,0.005907489,0.002922861),(0.009459144,0.005496955,0.002976213),(0.009249831,0.005503412,0.00330218),(0.009216558,0.005101594,0.003371111),(0.009004053,0.005120623,0.003701873),(0.009386663,0.005092262,0.003022399),(0.009278286,0.004696765,0.003060181),(0.009149053,0.004705033,0.003430065),(0.008976808,0.004726304,0.003784922),(0.008760668,0.005146289,0.00401955),(0.00876952,0.004755739,0.004125911),(0.009695222,0.005907651,0.002585729),(0.009824431,0.005921052,0.002233672),(0.009706004,0.005516242,0.002257677),(0.009614049,0.005497537,0.002621273),(0.009879227,0.005959189,0.001885273),(0.009848593,0.00603355,0.001559113),(0.009666918,0.005652355,0.001585765),(0.009726474,0.005564154,0.001905736),(0.00954746,0.005181632,0.001923002),(0.009558607,0.005122081,0.002277434),(0.009462911,0.005284546,0.001608483),(0.009236327,0.004932039,0.001621795),(0.009340463,0.004814974,0.001934624),(0.009378897,0.004742737,0.002292163),(0.009502845,0.00509569,0.00265087),(0.009356537,0.004706334,0.002674114),(0.009721511,0.006155628,0.001273774),(0.009519581,0.006316885,0.001039089),(0.009301914,0.005971924,0.001105818),(0.009518794,0.005791932,0.001318077),(0.009264401,0.006508785,0.0008648895),(0.008977573,0.006722789,0.0007610074),(0.008741106,0.006409308,0.0008601616),(0.009036081,0.006181369,0.0009521307),(0.008799848,0.005863538,0.0010197),(0.009071613,0.005638285,0.001159373),(0.008500661,0.006104001,0.000933226),(0.008261464,0.005801891,0.0009581232),(0.008559383,0.005551528,0.001048381),(0.008831016,0.005313986,0.001184917),(0.009298464,0.005441025,0.001354787),(0.009061589,0.005102933,0.001373974),(0.008680698,0.00695036,0.000737275),(0.008376114,0.007187253,0.0007668438),(0.008436791,0.006644779,0.0008330549),(0.008126239,0.006885321,0.0008458785),(0.008066162,0.007429219,0.0008228649),(0.00775318,0.007672015,0.00087849),(0.007812544,0.007128473,0.0008737007),(0.007498807,0.007371776,0.0008915894),(0.007876776,0.006591188,0.0008895491),(0.007560649,0.006835877,0.0008869368),(0.007247442,0.00707994,0.0008668688),(0.00732063,0.006547245,0.0008446243),(0.007009666,0.006793245,0.0007901039),(0.007636586,0.006299911,0.0008769786),(0.008191543,0.00634689,0.0008974107),(0.007952031,0.006051405,0.0009079004),(0.007439512,0.007911391,0.0009068704),(0.007132774,0.008148673,0.0009017653),(0.007188125,0.007612769,0.0008746131),(0.006890496,0.007851878,0.0008196356),(0.006840586,0.008385184,0.0008569338),(0.006570565,0.008622249,0.0007661355),(0.006615917,0.00808953,0.0007235215),(0.006374387,0.008326157,0.0005831351),(0.006655299,0.007562588,0.000705767),(0.006401662,0.007800052,0.0005637629),(0.006193182,0.008034199,0.0003801431),(0.006203105,0.007515311,0.0003758617),(0.006029177,0.007744882,0.0001598189),(0.00643506,0.007279018,0.0005540432),(0.006941443,0.007322365,0.0008066406),(0.006709195,0.007037751,0.0006926837),(0.00633033,0.008861191,0.0006231291),(0.006143187,0.009095166,0.000445313),(0.006038924,0.008790574,0.0001831504),(0.006175904,0.008562182,0.000395341),(0.006032439,0.009317331,0.0002500844),(0.006021394,0.009520842,5.48414e-5),(0.006023296,0.009196328,-0.0002223737),(0.005981902,0.0090043,-3.042505e-5),(0.005962564,0.008686866,-0.0003111477),(0.00596164,0.00848423,-8.53553e-5),(0.006057274,0.008865746,-0.0004949113),(0.006114694,0.008525471,-0.0007497127),(0.005967622,0.008361594,-0.0005788176),(0.00590718,0.008173331,-0.0003491666),(0.006042511,0.008264466,0.0001544227),(0.005929117,0.007965991,-9.240585e-5),(0.006133357,0.009698857,-0.0001230182),(0.006340191,0.009859661,-0.0002888167),(0.00642753,0.009504382,-0.0004895509),(0.006181562,0.009359625,-0.0003696839),(0.006613764,0.01001155,-0.0004478761),(0.006925939,0.01016281,-0.0006055185),(0.006732032,0.009640793,-0.0005991696),(0.007065895,0.009779048,-0.000715735),(0.006535681,0.009143852,-0.0006810775),(0.006862671,0.009266046,-0.0007411892),(0.007210384,0.009392313,-0.000817793),(0.006997198,0.008886476,-0.0008753832),(0.007351772,0.009002892,-0.0009177647),(0.006655489,0.008776025,-0.0008591468),(0.006257763,0.009014248,-0.0006086031),(0.006352651,0.008659652,-0.0008302061),(0.007248581,0.01032173,-0.0007670661),(0.007573445,0.01048642,-0.0009381827),(0.007399955,0.009929342,-0.0008564425),(0.007726946,0.01008863,-0.001022756),(0.007892286,0.01065502,-0.001124532),(0.008196856,0.01082563,-0.001331778),(0.008330662,0.010422,-0.00143806),(0.008039601,0.01025386,-0.00121614),(0.00817947,0.009849086,-0.001306654),(0.00787585,0.009687679,-0.001103783),(0.00845426,0.01001452,-0.001545099),(0.008562979,0.009605005,-0.001658333),(0.008306379,0.009442416,-0.001403313),(0.008013931,0.009285064,-0.001189619),(0.007550465,0.009534139,-0.0009397436),(0.007693206,0.009137155,-0.00102514),(0.008478909,0.01099637,-0.001565585),(0.008722587,0.0111672,-0.001824786),(0.008812206,0.01075819,-0.001967938),(0.008592863,0.01059,-0.001689979),(0.008912041,0.01133805,-0.002108216),(0.009031415,0.01150888,-0.002414707),(0.009066337,0.01109653,-0.002586136),(0.008974697,0.01092692,-0.002267977),(0.00901738,0.01051414,-0.002428434),(0.008884684,0.01034649,-0.002112462),(0.009079777,0.01068365,-0.002757299),(0.009071289,0.01027177,-0.002927639),(0.009038717,0.01010141,-0.002589957),(0.008937542,0.009933895,-0.00226017),(0.008693154,0.01018013,-0.00181586),(0.008776166,0.00976863,-0.001946791),(0.009064851,0.01167963,-0.002743094),(0.009023632,0.01184996,-0.003082827),(0.009008165,0.01143895,-0.003257048),(0.009073131,0.01126736,-0.002918456),(0.008919032,0.01201952,-0.003423355),(0.008762334,0.01218796,-0.003754127),(0.008715296,0.01178248,-0.003921492),(0.008884524,0.01161081,-0.003594023),(0.008833382,0.01120406,-0.003762004),(0.008973518,0.01102926,-0.003429189),(0.008654252,0.01137931,-0.004085926),(0.008580143,0.01097909,-0.004247871),(0.008766441,0.01080014,-0.003927245),(0.008920298,0.01062202,-0.003598712),(0.009060403,0.01085557,-0.003092586),(0.009026865,0.0104456,-0.0032647),(0.008564811,0.01235493,-0.004064594),(0.008329432,0.01251683,-0.004350543),(0.008280583,0.01212075,-0.004520566),(0.008513564,0.0119535,-0.004231566),(0.008059161,0.01267005,-0.004607764),(0.007756967,0.01281099,-0.004832046),(0.007725856,0.01243155,-0.005020627),(0.008017597,0.01228114,-0.004784813),(0.007967154,0.01189355,-0.004960047),(0.008221462,0.01172664,-0.004688363),(0.007687138,0.01205251,-0.005207486),(0.007641352,0.01167383,-0.005393099),(0.007908634,0.01150743,-0.005134165),(0.008153012,0.01133479,-0.004854722),(0.008450387,0.01155437,-0.00439585),(0.008376257,0.011158,-0.00455816),(0.007425813,0.01293604,-0.005019177),(0.007084351,0.01305785,-0.005187764),(0.007076899,0.01270372,-0.005411792),(0.007406611,0.01256889,-0.00522433),(0.006751228,0.0131891,-0.005356411),(0.0064451,0.01334242,-0.005543725),(0.006454223,0.01300814,-0.005801463),(0.006753756,0.01284662,-0.005598879),(0.00675193,0.01250067,-0.005837116),(0.007064267,0.01234744,-0.005632704),(0.006459337,0.01266924,-0.006053823),(0.006459643,0.01232522,-0.006299944),(0.00674512,0.01215079,-0.006070544),(0.007046176,0.01198865,-0.005850276),(0.00738109,0.01220093,-0.005427266),(0.007349392,0.01183195,-0.005628132),(0.006184613,0.01353049,-0.005768308),(0.005944876,0.01373217,-0.006005064),(0.005953692,0.01339871,-0.006275246),(0.006195338,0.01319888,-0.006035411),(0.005701001,0.01392633,-0.006228888),(0.005428093,0.01409183,-0.006414682),(0.005428482,0.01374525,-0.006670664),(0.005705877,0.01358754,-0.00649549),(0.005705393,0.01324265,-0.006754346),(0.005957615,0.01305926,-0.006538253),(0.005423537,0.01339295,-0.006918606),(0.005413447,0.01303506,-0.007157979),(0.005699493,0.01289167,-0.007004613),(0.005956257,0.01271361,-0.006793083),(0.006201746,0.01286177,-0.00629614),(0.006203164,0.01251881,-0.006549492),(0.005101263,0.01420754,-0.006537343),(0.00475813,0.01427366,-0.006586968),(0.004751477,0.01390853,-0.006803109),(0.005098103,0.01385173,-0.00677529),(0.004436317,0.0142904,-0.006553655),(0.004173446,0.01425797,-0.006427501),(0.004156443,0.01387915,-0.006603295),(0.004425344,0.01391716,-0.006747864),(0.004411541,0.0135415,-0.006934878),(0.004741448,0.01353974,-0.007011525),(0.004135941,0.01349898,-0.006772623),(0.004113271,0.01311767,-0.006937081),(0.004395492,0.0131636,-0.007115797),(0.004728336,0.0131675,-0.007212741),(0.005090503,0.0134911,-0.007005215),(0.005078691,0.01312583,-0.007227079),(0.004007138,0.01417656,-0.006198602),(0.003924111,0.01405765,-0.005894844),(0.003889143,0.01367779,-0.006053861),(0.003981515,0.01379603,-0.006363143),(0.003911085,0.01391269,-0.005544109),(0.003954775,0.01375315,-0.005174286),(0.003906401,0.01337593,-0.005333712),(0.00386791,0.01353443,-0.0057019),(0.003844393,0.01329765,-0.006208222),(0.00381093,0.0131561,-0.005855848),(0.003840663,0.01299881,-0.005489871),(0.003745969,0.01277824,-0.006007942),(0.003764127,0.01262242,-0.005644453),(0.003794268,0.01291763,-0.006359987),(0.003949811,0.01341482,-0.006522109),(0.003914782,0.01303323,-0.006677422),(0.004041901,0.01359048,-0.004813256),(0.004158002,0.01342551,-0.004457592),(0.004113151,0.01304488,-0.004624291),(0.003993198,0.01321228,-0.00497575),(0.004288617,0.01325903,-0.004103865),(0.004419284,0.01309186,-0.003748646),(0.004391919,0.01270437,-0.00392601),(0.004251108,0.01287511,-0.004275619),(0.004192429,0.01249189,-0.004444476),(0.004047427,0.01266481,-0.004787981),(0.004343822,0.01231755,-0.00410087),(0.004276834,0.01193188,-0.004272461),(0.004116029,0.01210991,-0.004610219),(0.003965848,0.01228591,-0.004949118),(0.003924834,0.01283441,-0.005135181),(0.003842984,0.01245753,-0.005292688),(0.004535542,0.01292481,-0.003388507),(0.004616974,0.01275892,-0.003031611),(0.004615285,0.01236542,-0.003219927),(0.004520432,0.01253404,-0.003571747),(0.004643163,0.01259523,-0.002686121),(0.004593692,0.01243482,-0.0023602),(0.004655119,0.01219979,-0.002877652),(0.004618572,0.01203846,-0.00255202),(0.004595399,0.01197195,-0.003407634),(0.004650906,0.01180397,-0.003069333),(0.004629774,0.01164138,-0.002744132),(0.00462946,0.01140808,-0.003260077),(0.004625904,0.01124387,-0.002935575),(0.004556901,0.01157888,-0.003593591),(0.004485592,0.0121437,-0.003753367),(0.004431575,0.01175418,-0.003932319),(0.004448143,0.01227872,-0.002062013),(0.004255295,0.01212705,-0.00177772),(0.004298541,0.01173226,-0.001959234),(0.004484284,0.01188272,-0.002250132),(0.004063924,0.01197991,-0.001493483),(0.003922808,0.01183742,-0.001195463),(0.003957843,0.0114459,-0.001359388),(0.004107631,0.01158675,-0.001666571),(0.004146689,0.01119266,-0.001836252),(0.004334121,0.0113365,-0.002138803),(0.003990912,0.01105348,-0.001518827),(0.004024282,0.0106602,-0.001673913),(0.004181343,0.01079786,-0.002002231),(0.004361118,0.01094012,-0.002315829),(0.004509664,0.01148582,-0.002437692),(0.004522881,0.01108833,-0.002623885),(0.003880724,0.01169969,-0.0008698226),(0.003908484,0.01156481,-0.0005223725),(0.0038956,0.01117563,-0.0006692006),(0.003895462,0.01130938,-0.001024932),(0.0039769,0.01143088,-0.0001589253),(0.004056783,0.01129597,0.0002147065),(0.003983872,0.01091017,8.209668e-5),(0.003933367,0.01104308,-0.0002981916),(0.003892423,0.01065474,-0.0004343853),(0.003884369,0.01078567,-0.000811806),(0.003913909,0.01052426,-4.914202e-5),(0.003859129,0.01013691,-0.0001814187),(0.003865221,0.01026464,-0.0005694793),(0.003883355,0.01039409,-0.0009515641),(0.003910335,0.0109182,-0.001175316),(0.003930665,0.01052578,-0.0013217),(0.004118946,0.01115818,0.0005927111),(0.004183,0.01101547,0.0009646605),(0.004022226,0.01077532,0.000465666),(0.004068322,0.01063558,0.0008409543),(0.004268554,0.0108658,0.001320127),(0.00439522,0.01070713,0.001648683),(0.004142057,0.01048801,0.0011964),(0.004263322,0.01032964,0.001520441),(0.003955647,0.01025719,0.000714261),(0.004016386,0.01011257,0.001067846),(0.004130695,0.009955203,0.001386303),(0.003896149,0.009739339,0.0009324141),(0.003998457,0.009583936,0.00124494),(0.003853132,0.009879685,0.0005821186),(0.003928236,0.01039308,0.000337836),(0.003847945,0.0100104,0.0002066442),(0.004582608,0.01053742,0.001939902),(0.00480123,0.01035943,0.002211084),(0.004452012,0.01015754,0.001801515),(0.004675047,0.009975699,0.002059683),(0.005021597,0.01017592,0.002479535),(0.005214219,0.009989651,0.002762556),(0.004899347,0.009788108,0.002315006),(0.005091832,0.009598767,0.002587545),(0.004544256,0.009595604,0.001903394),(0.004770511,0.009404267,0.002146875),(0.004961087,0.009212506,0.002410211),(0.004630659,0.009023966,0.001977208),(0.004817115,0.008830336,0.002233572),(0.004405524,0.009218967,0.001743123),(0.004318818,0.009781064,0.001657344),(0.004181519,0.009408052,0.001507105),(0.00534961,0.009803379,0.003077451),(0.005435557,0.009619385,0.00341735),(0.005292501,0.009228841,0.003236131),(0.005219422,0.009411675,0.002897361),(0.00547985,0.009439955,0.003775386),(0.005490276,0.009267372,0.004144688),(0.005316659,0.008884,0.00396725),(0.005321451,0.009052278,0.003595535),(0.005150753,0.008673597,0.003415117),(0.005138458,0.008845609,0.003054027),(0.005129123,0.008511293,0.003789403),(0.004926872,0.008148878,0.003614818),(0.004965074,0.008303976,0.003237965),(0.004969439,0.008469686,0.002874864),(0.005079486,0.009025766,0.002715827),(0.00492508,0.008645358,0.002536428),(0.005474627,0.009103918,0.004518389),(0.005426525,0.008954338,0.004890474),(0.005288505,0.008726013,0.004342955),(0.005231733,0.008582216,0.004718252),(0.00533959,0.008823378,0.005254931),(0.005207445,0.008715783,0.005605745),(0.005141078,0.008456507,0.005088742),(0.00501128,0.00835278,0.00545003),(0.005018129,0.008223567,0.004544963),(0.004920346,0.00810428,0.004919202),(0.004788759,0.00800547,0.005286389),(0.004683767,0.007762691,0.004749768),(0.004547599,0.007669914,0.005119014),(0.004789908,0.007875361,0.00437388),(0.005086318,0.00836026,0.004167191),(0.004869713,0.008005048,0.00399451),(0.005023713,0.008636301,0.005936901),(0.004796075,0.008582917,0.006246112),(0.004837077,0.008274928,0.005797715),(0.004624735,0.008221123,0.006129275),(0.004532216,0.00855362,0.006531095),(0.004239817,0.008546398,0.006789559),(0.004380518,0.008189529,0.006442185),(0.004110687,0.008178319,0.00673392),(0.004417121,0.00787637,0.00598747),(0.004188231,0.007841854,0.006318192),(0.003938066,0.007824539,0.006633583),(0.003960568,0.007514747,0.006168199),(0.003725196,0.007492879,0.006498623),(0.004180056,0.007549304,0.005828165),(0.004619156,0.007930205,0.005643008),(0.004377714,0.007599905,0.005478459),(0.003926564,0.008559235,0.007019219),(0.003596608,0.008581023,0.007213504),(0.003821509,0.008185653,0.007001958),(0.003514585,0.00820449,0.007239047),(0.003254101,0.008600642,0.007365845),(0.002903196,0.008606981,0.007469672),(0.003191517,0.00822778,0.007437937),(0.002853907,0.008248478,0.007591377),(0.003389748,0.007832435,0.007205924),(0.003089783,0.007852141,0.00744749),(0.002771409,0.007878685,0.007649063),(0.002945819,0.007489087,0.007400982),(0.002650262,0.007513315,0.007645765),(0.003221225,0.007478581,0.007122924),(0.003672207,0.007822318,0.006932058),(0.003479882,0.007480334,0.006819502),(0.002548047,0.008588925,0.007518413),(0.002189243,0.008547906,0.007521912),(0.002503357,0.008259539,0.007692116),(0.002142468,0.008257851,0.007747069),(0.001827376,0.008485357,0.007490016),(0.001463038,0.008402712,0.007432566),(0.001773839,0.00824031,0.007763145),(0.00140007,0.008203808,0.007747257),(0.002080264,0.007937453,0.007912823),(0.001714607,0.007956499,0.00798234),(0.001340303,0.007959872,0.008015168),(0.001637841,0.007642682,0.008136726),(0.001271438,0.007675975,0.008222356),(0.001992377,0.00759873,0.008012707),(0.002433716,0.007909318,0.007802952),(0.002331149,0.007552736,0.007849362),(0.00109682,0.008301401,0.007359409),(0.0007381609,0.008174052,0.007275538),(0.001023762,0.008145235,0.007706319),(0.0006542081,0.008056653,0.007645912),(0.0003965009,0.008013294,0.007185944),(8.127909e-5,0.007811751,0.007095627),(0.0003007015,0.007930113,0.007571615),(-2.746455e-5,0.007757671,0.007489013),(0.000585174,0.007891418,0.007987054),(0.0002218559,0.007802764,0.007936695),(-0.0001202932,0.007666607,0.007869187),(0.000154545,0.007625442,0.00826936),(-0.0001985262,0.007529506,0.008227467),(0.0005222537,0.007676042,0.008284953),(0.0009609076,0.007940983,0.008014977),(0.0008970636,0.007689989,0.008270524),(-0.0001980648,0.007562052,0.007009577),(-0.000454023,0.00727895,0.006926684),(-0.0003209969,0.007531386,0.007403685),(-0.0005898906,0.007265092,0.007317181),(-0.0006990878,0.006977202,0.00684583),(-0.0009457517,0.006671565,0.0067659),(-0.0008441407,0.006972635,0.007231049),(-0.001093742,0.006667851,0.007146838),(-0.0007211909,0.007238009,0.00770331),(-0.0009926725,0.006968496,0.007614356),(-0.001253332,0.006677465,0.007527669),(-0.001133504,0.006948831,0.007996895),(-0.001411092,0.006683716,0.00791057),(-0.0008403489,0.007183383,0.008083586),(-0.0004325199,0.007474534,0.007789822),(-0.0005294235,0.007379547,0.008162992),(-0.001206507,0.006376793,0.006685783),(-0.001483498,0.00609926,0.006605113),(-0.001348689,0.006364578,0.007066099),(-0.001614094,0.006071799,0.00698632),(-0.001778873,0.00584534,0.006523529),(-0.002094774,0.005621406,0.006440666),(-0.001895068,0.005798491,0.006905001),(-0.002196721,0.005553631,0.006819631),(-0.001769146,0.006076908,0.007371084),(-0.002040023,0.00579074,0.0072929),(-0.002330031,0.005529549,0.007209267),(-0.002202623,0.005807773,0.007681449),(-0.002485192,0.005535498,0.007599834),(-0.001935911,0.006099216,0.007757404),(-0.001509536,0.006376375,0.007447959),(-0.001675314,0.006395854,0.007832258),(-0.00243335,0.005433832,0.006356161),(-0.002789983,0.005277656,0.006269949),(-0.002524165,0.005346203,0.006727707),(-0.002872114,0.00517096,0.006630452),(-0.003160062,0.005147914,0.00618196),(-0.003538968,0.005039646,0.006092131),(-0.003235283,0.005022663,0.006529091),(-0.003608385,0.004896066,0.00642485),(-0.002985664,0.005112055,0.007015115),(-0.003340572,0.004945607,0.006908368),(-0.003706393,0.004800597,0.006797685),(-0.003468018,0.004901548,0.007300842),(-0.003825283,0.004737892,0.007189082),(-0.003122505,0.005086375,0.007407744),(-0.002647031,0.005305011,0.007116044),(-0.002793357,0.005296363,0.007508004),(-0.00392209,0.004947888,0.006000397),(-0.004307707,0.004867255,0.005908746),(-0.003986133,0.004785929,0.006318953),(-0.004366555,0.004686847,0.006212411),(-0.004694105,0.004792366,0.005819172),(-0.005079564,0.004717834,0.005733665),(-0.004747671,0.004593413,0.006106237),(-0.005127508,0.004500226,0.006001445),(-0.0044521,0.00455375,0.006570475),(-0.00482677,0.004440087,0.006454543),(-0.005199177,0.004325048,0.006337462),(-0.004925993,0.004322585,0.006835416),(-0.005290958,0.004186517,0.006711425),(-0.004557744,0.004455267,0.006956361),(-0.004077772,0.004671948,0.006684954),(-0.004189682,0.004591417,0.007074254),(-0.005462368,0.004638278,0.005654218),(-0.005843922,0.00456505,0.005585688),(-0.005504092,0.00440188,0.005899045),(-0.005879654,0.004310832,0.005804569),(-0.006225634,0.004509503,0.005532932),(-0.006608911,0.004482991,0.005500807),(-0.006256436,0.004239536,0.005723542),(-0.006636674,0.004200452,0.005661496),(-0.005932902,0.004087325,0.006106369),(-0.006301269,0.003993101,0.006003614),(-0.006675341,0.003934274,0.005916888),(-0.006364584,0.003782449,0.006342262),(-0.00673143,0.003703805,0.006237677),(-0.006005435,0.003900049,0.006459588),(-0.005566712,0.004202717,0.006219528),(-0.005649167,0.004040204,0.006584395),(-0.006995158,0.004496866,0.005494172),(-0.007384126,0.004537365,0.005505992),(-0.007412981,0.004240933,0.005603597),(-0.007022604,0.004206032,0.00562396),(-0.007775567,0.004590726,0.005529235),(-0.008169227,0.004643184,0.005556868),(-0.008202067,0.004337296,0.005585037),(-0.007806551,0.004289803,0.00559307),(-0.007843094,0.003988062,0.005757786),(-0.007448707,0.003948628,0.005801192),(-0.008239344,0.004026504,0.005714385),(-0.008288172,0.003753326,0.005931291),(-0.007892745,0.003724222,0.006004707),(-0.007499094,0.003693637,0.006075707),(-0.007058638,0.003925074,0.005851821),(-0.007110794,0.003680516,0.006151094),(-0.008564861,0.004680976,0.005581859),(-0.008961413,0.004703696,0.005606342),(-0.008598283,0.004368064,0.005572164),(-0.008994817,0.00438482,0.005557374),(-0.009357827,0.004710937,0.00563245),(-0.009753047,0.004702294,0.005662318),(-0.009391286,0.00439027,0.005543584),(-0.009787316,0.004387129,0.005533721),(-0.009030341,0.004055183,0.005609599),(-0.009425639,0.004056213,0.005555522),(-0.009821172,0.004055561,0.005505196),(-0.009467181,0.003750711,0.005672451),(-0.009860752,0.003747055,0.005587268),(-0.009074492,0.003758413,0.005760975),(-0.008635,0.004047079,0.005663771),(-0.008681788,0.003762004,0.005848651),(-0.01014602,0.00467736,0.005698078),(-0.01053796,0.004643816,0.005739494),(-0.01018252,0.004378104,0.005530707),(-0.0105776,0.004367897,0.005535135),(-0.01093006,0.004609342,0.005786323),(-0.01132354,0.004581619,0.005838328),(-0.01097325,0.00436121,0.005547598),(-0.01137017,0.004362743,0.005568692),(-0.01061402,0.004067689,0.005428142),(-0.01101185,0.004085046,0.005404178),(-0.01141096,0.004112982,0.005391762),(-0.01105155,0.003809555,0.005384168),(-0.01145134,0.003855079,0.005340012),(-0.01065308,0.003776418,0.005441308),(-0.01021721,0.004058624,0.005462276),(-0.0102561,0.003755604,0.005509614),(-0.0117196,0.004568328,0.005895268),(-0.01211802,0.004570232,0.005956075),(-0.01176904,0.004377198,0.005599012),(-0.01216992,0.004404138,0.005637515),(-0.01251859,0.004588097,0.006019675),(-0.01292111,0.004622687,0.006085003),(-0.01297786,0.004493718,0.005734902),(-0.01257284,0.004443123,0.005683159),(-0.01221402,0.004205039,0.005404723),(-0.01261842,0.00426433,0.005428097),(-0.01302505,0.004329245,0.005461397),(-0.01306549,0.004121892,0.00530167),(-0.01265908,0.004050427,0.00529246),(-0.0122548,0.003979488,0.005295131),(-0.01181161,0.004153784,0.005392278),(-0.01185232,0.003913048,0.005310657),(-0.01332534,0.004674766,0.006150985),(-0.01373052,0.004732554,0.006219236),(-0.0137931,0.004617488,0.005854207),(-0.013385,0.004555483,0.005791705),(-0.01413588,0.004784275,0.00629136),(-0.01454065,0.004818148,0.00636897),(-0.01460738,0.00469849,0.005998876),(-0.01420095,0.004668801,0.00592305),(-0.0142536,0.004506755,0.005614041),(-0.01384415,0.004459574,0.005554569),(-0.01466097,0.004529789,0.005681837),(-0.01469965,0.004302038,0.005442226),(-0.01429297,0.004287104,0.005392599),(-0.013884,0.004247352,0.005352275),(-0.01343413,0.004397365,0.005503621),(-0.01347432,0.004189908,0.005321787),(-0.01494404,0.004822394,0.006453677),(-0.01534426,0.004797647,0.00654537),(-0.01541118,0.004662718,0.006173007),(-0.01501118,0.004695623,0.006082327),(-0.01573949,0.004744537,0.006643939),(-0.01612792,0.004663698,0.006749277),(-0.01619499,0.004516862,0.00637447),(-0.01580618,0.004602291,0.006270519),(-0.01546444,0.004480123,0.005841207),(-0.01585953,0.004415549,0.005931604),(-0.01624954,0.004329898,0.006028357),(-0.01589687,0.004175849,0.005641351),(-0.01628854,0.004093992,0.005722516),(-0.01550153,0.00424125,0.005567189),(-0.01506475,0.004519558,0.005757755),(-0.01510249,0.004285033,0.005500619),(-0.01650775,0.004555761,0.006861274),(-0.01687942,0.004424029,0.006978538),(-0.01657643,0.004408947,0.006484463),(-0.01695036,0.004280339,0.006599461),(-0.01724337,0.004271804,0.007099677),(-0.01760004,0.004102391,0.0072233),(-0.01731667,0.004132834,0.006718429),(-0.01767524,0.003968224,0.006840328),(-0.01701202,0.004107855,0.006238454),(-0.01738305,0.003972061,0.006350378),(-0.01774629,0.003820153,0.006465938),(-0.01743723,0.003777673,0.006002351),(-0.01780728,0.003646168,0.006105941),(-0.01705994,0.003895648,0.005903556),(-0.01663394,0.004227233,0.006130877),(-0.01667664,0.00400084,0.005810099),(-0.01794988,0.003919091,0.007348017),(-0.01829832,0.003736567,0.007469045),(-0.01802593,0.003788301,0.006964123),(-0.01837465,0.003610623,0.007084564),(-0.0186508,0.003569482,0.007581603),(-0.01901276,0.0034325,0.007680913),(-0.01872728,0.003452743,0.007196397),(-0.0190897,0.003332215,0.007294368),(-0.01845311,0.003487944,0.006700469),(-0.01880841,0.003345747,0.006808711),(-0.0191728,0.003244893,0.006903782),(-0.01888829,0.003239827,0.006421789),(-0.01925687,0.003161945,0.006511717),(-0.01852742,0.003358793,0.006320773),(-0.01810103,0.003652429,0.006584424),(-0.01816888,0.003500391,0.006213787),(-0.01938963,0.003340283,0.007762191),(-0.01977822,0.003282541,0.007831682),(-0.01946781,0.003266596,0.007373228),(-0.01985808,0.003240331,0.007439659),(-0.02017532,0.003248984,0.007895622),(-0.02057773,0.003229318,0.007960255),(-0.020257,0.003237866,0.007500341),(-0.02066105,0.003243647,0.007561956),(-0.01994309,0.003205129,0.007044839),(-0.02034235,0.003227748,0.007103867),(-0.02074659,0.003253054,0.007163923),(-0.02042992,0.00320361,0.006707323),(-0.02083401,0.003241013,0.006766983),(-0.02003049,0.003164313,0.006648729),(-0.01955213,0.003204432,0.006980318),(-0.01963854,0.003143599,0.006585445),(-0.02098226,0.003213257,0.008031822),(-0.02138837,0.003199897,0.00810859),(-0.02106673,0.003242121,0.007631187),(-0.02147361,0.003235115,0.007706129),(-0.02179554,0.003188338,0.008188824),(-0.02220323,0.00317768,0.008270793),(-0.0218813,0.003224456,0.007784879),(-0.0222894,0.00321197,0.007865533),(-0.02155962,0.003258156,0.007304789),(-0.02196759,0.003246226,0.007381828),(-0.02237597,0.003230159,0.007460753),(-0.02205552,0.003241365,0.006980083),(-0.02246424,0.003222839,0.007056803),(-0.02164727,0.003254297,0.00690507),(-0.02115248,0.003261811,0.007231526),(-0.02123995,0.003256044,0.006833469),(0.01409881,0.0008084918,0.01557668),(0.01402421,0.0009569075,0.01523966),(0.01416962,0.0006658164,0.01591768),(0.01383286,0.0005044767,0.01586492),(0.01378326,0.0006172131,0.01551828),(0.01373078,0.0007348825,0.01517549),(0.01423284,0.0005346213,0.01626663),(0.01428469,0.0004206465,0.0166275),(0.01391195,0.0003135347,0.01658518),(0.01387672,0.0004016061,0.01621927),(0.01351785,0.0002874879,0.01615794),(0.01349538,0.0003554538,0.01579421),(0.01353512,0.0002296781,0.01653185),(0.01315274,0.0001705501,0.01647187),(0.01315211,0.0002009998,0.01608896),(0.01314968,0.0002365744,0.0157143),(0.01346944,0.0004301905,0.01543727),(0.01344176,0.0005083125,0.01508373),(0.01314605,0.0002755655,0.01534513),(0.01314182,0.000316265,0.01497871),(0.01432137,0.0003296325,0.01700426),(0.0143441,0.0002650993,0.01739293),(0.01394876,0.0001986796,0.01735938),(0.01393568,0.0002451951,0.01696651),(0.01435409,0.0002305676,0.01778951),(0.01435258,0.0002295574,0.01819001),(0.01394637,0.0001794899,0.01816417),(0.01395204,0.0001760805,0.01775989),(0.01354614,0.0001433758,0.01772145),(0.01354905,0.0001561525,0.017317),(0.01353694,0.0001485492,0.0181293),(0.01312596,0.0001304359,0.0180864),(0.01313812,0.0001255412,0.01767575),(0.01314628,0.0001314855,0.01726797),(0.01354545,0.0001854098,0.01691933),(0.01315097,0.0001469336,0.01686578),(0.01434078,0.0002655892,0.01859045),(0.01431822,0.0003459046,0.01897821),(0.01390994,0.0002806075,0.01896046),(0.01393261,0.000211,0.01856833),(0.01428447,0.0004777455,0.01934068),(0.01423905,0.0006683535,0.01966523),(0.01383463,0.0005741004,0.01966097),(0.01387754,0.0003983086,0.01932864),(0.01346871,0.000330512,0.01930913),(0.01349926,0.0002296362,0.01893406),(0.01342897,0.0004882505,0.01965143),(0.01302176,0.0004131504,0.01963414),(0.0130582,0.0002747232,0.01928074),(0.01308703,0.0001908878,0.01889855),(0.01352166,0.0001731423,0.01853714),(0.01310928,0.0001475051,0.01849722),(0.01418152,0.0009249704,0.01993925),(0.01411722,0.001226822,0.02018118),(0.01372004,0.001108229,0.02020034),(0.01378036,0.000817979,0.01994554),(0.01405151,0.001553135,0.02040944),(0.01398973,0.001883135,0.02064244),(0.01360232,0.001740979,0.02069275),(0.01365893,0.001423134,0.02044341),(0.01326821,0.0012894,0.02048264),(0.01332378,0.0009897271,0.02022155),(0.01321724,0.001592318,0.02074994),(0.01283292,0.001439724,0.02080826),(0.01287793,0.00115504,0.02052163),(0.0129273,0.0008747536,0.02024008),(0.01337902,0.0007153332,0.01995002),(0.01297668,0.0006203087,0.01994908),(0.01393723,0.002196048,0.02089864),(0.01388163,0.002500779,0.02115082),(0.01350549,0.002330766,0.02123621),(0.01355548,0.002040047,0.02096639),(0.01381052,0.002806234,0.02137178),(0.01371151,0.003121317,0.02153433),(0.01334429,0.002928859,0.02165203),(0.0134394,0.002623561,0.02147413),(0.01306914,0.002434268,0.02157658),(0.01313082,0.002153273,0.02132498),(0.01297766,0.002730911,0.02176683),(0.0126102,0.00252889,0.02187705),(0.01269815,0.002239854,0.02167622),(0.01275597,0.001970041,0.02141291),(0.01317582,0.00187645,0.02104007),(0.01279657,0.001707361,0.02111447),(0.0135722,0.003454934,0.02161128),(0.01341168,0.003768871,0.02160398),(0.01304848,0.003568549,0.02174491),(0.01320722,0.003257085,0.02174181),(0.013249,0.004024915,0.02151385),(0.01310325,0.004184853,0.02134226),(0.01274711,0.003982416,0.02149677),(0.01288834,0.003823556,0.02166275),(0.01252979,0.003619712,0.02180564),(0.01268697,0.003364608,0.02188019),(0.01239272,0.003779019,0.02164515),(0.01203946,0.003577034,0.02178803),(0.01217261,0.003415424,0.02194293),(0.01232624,0.003158789,0.0220098),(0.01284327,0.003054683,0.02186764),(0.01247917,0.002849239,0.02198805),(0.0129935,0.004210472,0.02109058),(0.01290865,0.004136126,0.02077948),(0.01257157,0.003925947,0.0209391),(0.01264506,0.004005435,0.02124838),(0.0128376,0.003996171,0.02042961),(0.01276923,0.00382496,0.0200616),(0.01246769,0.003592781,0.0202238),(0.01251599,0.003777284,0.02059041),(0.01218857,0.003565755,0.02074444),(0.01223207,0.00371968,0.02109221),(0.01215636,0.003372139,0.02037893),(0.01183089,0.003168797,0.02052566),(0.01185296,0.003365713,0.02089136),(0.0118889,0.003520506,0.02123909),(0.0122968,0.003801556,0.0213999),(0.01194798,0.003601503,0.02154569),(0.01269246,0.003656851,0.01969611),(0.01260949,0.00349451,0.01932994),(0.01241604,0.003405767,0.01986077),(0.01235951,0.003222797,0.01949712),(0.01252253,0.003340608,0.01895989),(0.01243378,0.003197811,0.01858276),(0.01222561,0.002895182,0.0187512),(0.01229654,0.003050418,0.01912866),(0.01209112,0.002973557,0.01965688),(0.01204846,0.002789872,0.01929066),(0.0119927,0.002630779,0.01891453),(0.01172342,0.002422882,0.01906725),(0.01176621,0.00257385,0.01944071),(0.01179403,0.002758242,0.01980509),(0.01212548,0.003171193,0.02001802),(0.01181342,0.002961433,0.02016516),(0.01234546,0.003068789,0.01819533),(0.01225045,0.00295441,0.01780213),(0.01205043,0.002654837,0.01796272),(0.01214517,0.002763638,0.01836053),(0.0121416,0.002855545,0.01740764),(0.01201179,0.00277306,0.01701637),(0.01179887,0.002501651,0.01716996),(0.01193659,0.002567824,0.01756385),(0.01170685,0.002349801,0.01772564),(0.01182464,0.002414519,0.01812504),(0.01156285,0.002308992,0.01733246),(0.0113165,0.002221197,0.01750208),(0.01145779,0.00222695,0.01789069),(0.01157131,0.002257262,0.01828555),(0.01191901,0.00250692,0.01852367),(0.01165915,0.002319963,0.01867997),(0.0118539,0.002707826,0.01663282),(0.01167359,0.002657875,0.01625559),(0.01144327,0.002426751,0.016413),(0.01163245,0.002455364,0.01678712),(0.01147654,0.002621246,0.01588325),(0.0112684,0.00259597,0.01551441),(0.0110203,0.002413691,0.01568165),(0.01123725,0.002413598,0.01604529),(0.01098148,0.002299126,0.01622024),(0.0111941,0.002285715,0.01658271),(0.01075811,0.002326491,0.01586209),(0.01051379,0.002352051,0.01604841),(0.01073788,0.002298943,0.01640245),(0.01095043,0.002258536,0.01676083),(0.01138992,0.002288316,0.01695246),(0.01114535,0.002232173,0.01712642),(0.01105485,0.002580084,0.01514765),(0.01083913,0.00257429,0.0147816),(0.01057544,0.002447594,0.01495843),(0.01079834,0.002424818,0.01531975),(0.01062449,0.002579289,0.01441491),(0.01041417,0.002595782,0.01404622),(0.01014308,0.002530571,0.01423281),(0.01035567,0.00248264,0.01459651),(0.01007876,0.002482201,0.01479226),(0.01030206,0.002417464,0.01514899),(0.009864837,0.002560523,0.01443422),(0.009613518,0.002683895,0.01464049),(0.009829117,0.002581857,0.01499251),(0.01005438,0.002492925,0.01534408),(0.01053008,0.002365749,0.01550531),(0.01028428,0.002416518,0.01569583),(0.01021141,0.002624472,0.01367415),(0.01001413,0.002668962,0.01330185),(0.009749124,0.002669814,0.01349977),(0.009941762,0.002592006,0.01386618),(0.009820227,0.002732856,0.01293244),(0.009627597,0.002819755,0.01256905),(0.009379586,0.002886023,0.01278032),(0.009562588,0.002766863,0.01313676),(0.009296975,0.002886456,0.01335837),(0.009476591,0.002761135,0.01371438),(0.009123503,0.003030476,0.01300883),(0.008874221,0.003226898,0.01324443),(0.009045344,0.003071327,0.01358704),(0.009224013,0.002928834,0.01393545),(0.009664996,0.002652996,0.01407396),(0.009412609,0.002799622,0.01428736),(0.009434151,0.002933264,0.01221482),(0.009240904,0.0030712,0.01187035),(0.009015099,0.003194736,0.01209673),(0.009197539,0.003030164,0.01243363),(0.009048876,0.003231378,0.01153623),(0.008859087,0.003411614,0.01121304),(0.008643665,0.00356697,0.01145254),(0.008830924,0.003375188,0.01176968),(0.008609039,0.003559779,0.01201482),(0.008783296,0.003373149,0.0123374),(0.008426998,0.00374859,0.01170049),(0.008193631,0.003912776,0.01194788),(0.008372736,0.003744793,0.01226239),(0.008542687,0.003570143,0.01258284),(0.00895353,0.003194711,0.01266862),(0.008708258,0.00339534,0.01290994),(0.008672552,0.003609725,0.01090141),(0.00848849,0.00381951,0.01059827),(0.008257927,0.003963357,0.01084404),(0.008451982,0.003765533,0.01114537),(0.008306113,0.004034769,0.01030059),(0.008124636,0.004249302,0.01000533),(0.007870956,0.004326723,0.01024251),(0.008063567,0.004152927,0.01054446),(0.007831667,0.004257799,0.01078548),(0.008033295,0.004106158,0.01109069),(0.007633545,0.004379933,0.01047355),(0.007409063,0.004368949,0.01069242),(0.007601207,0.004304063,0.0110158),(0.007800756,0.004200809,0.01132954),(0.00823341,0.003933568,0.01139408),(0.008000601,0.004067581,0.01163858),(0.007943278,0.004456908,0.009709441),(0.007766456,0.004645021,0.009408687),(0.007504941,0.004598635,0.009617379),(0.007682158,0.004477228,0.009934095),(0.007598595,0.00480107,0.009098831),(0.007444117,0.004912488,0.008775633),(0.007216334,0.004730936,0.008951737),(0.007347075,0.00468514,0.009290535),(0.007131533,0.004524503,0.009471667),(0.007273172,0.004511643,0.009815803),(0.007029332,0.004504224,0.009118486),(0.006893523,0.004235896,0.00928178),(0.006962871,0.004313031,0.009646229),(0.007079104,0.004365924,0.01000474),(0.007443944,0.004464,0.01015005),(0.007231431,0.004387065,0.01035444),(0.007307443,0.004966707,0.008434859),(0.007200308,0.004973883,0.008080322),(0.00706459,0.004692963,0.008236588),(0.007120484,0.004730219,0.008599159),(0.007134442,0.004944171,0.007715849),(0.00712158,0.004887728,0.007345253),(0.007092902,0.004548746,0.007496613),(0.00705371,0.004629147,0.007867811),(0.007013082,0.004287794,0.008020809),(0.006972131,0.00437752,0.008390286),(0.007097701,0.004191622,0.007651437),(0.007116646,0.003823033,0.00780715),(0.00700103,0.003929291,0.0081756),(0.006920224,0.004037723,0.0085451),(0.006976873,0.004452446,0.008757101),(0.006881847,0.004142025,0.008914281),(0.007173456,0.00481471,0.006972353),(0.007281094,0.004733123,0.006601828),(0.007326455,0.004372923,0.006760285),(0.007187231,0.004461739,0.007126782),(0.00743552,0.004650974,0.006238351),(0.007627762,0.004576267,0.005886598),(0.007698637,0.004209076,0.006045169),(0.007500336,0.004287102,0.006399091),(0.00756135,0.00392169,0.006559435),(0.007381852,0.004006776,0.006921037),(0.007752442,0.003843889,0.006199849),(0.007763849,0.003479395,0.006340626),(0.007591763,0.003553767,0.006709534),(0.007420726,0.003635606,0.007075801),(0.007223963,0.00409735,0.007284942),(0.007259448,0.00372525,0.007441112),(0.007848845,0.004517008,0.005551246),(0.008084853,0.004469521,0.005224352),(0.008126388,0.004089062,0.005358806),(0.007911117,0.004143645,0.005700485),(0.008321871,0.00443013,0.004897981),(0.00854598,0.004395157,0.004564192),(0.008519757,0.004005442,0.004659524),(0.008333065,0.004043578,0.005013897),(0.008300492,0.003667293,0.005116223),(0.008130684,0.003716107,0.005482054),(0.008445858,0.003629312,0.004740688),(0.008313652,0.00327672,0.004808186),(0.008209356,0.003308468,0.005202526),(0.008078832,0.003354397,0.005588477),(0.007945111,0.003775167,0.005841993),(0.007928267,0.003412155,0.005967392),(0.008743268,0.004360926,0.004215044),(0.008909027,0.00433255,0.003851826),(0.008797153,0.003950321,0.00390635),(0.008675079,0.003972909,0.004289452),(0.009038548,0.004315143,0.003475822),(0.009127127,0.004313819,0.003088319),(0.008934068,0.003952352,0.003111711),(0.008884108,0.00394202,0.003512881),(0.008684799,0.003595762,0.003545736),(0.00863763,0.003590572,0.003952259),(0.008699994,0.00362129,0.003135254),(0.008425789,0.003329563,0.003163844),(0.008439685,0.003286466,0.003578885),(0.008426904,0.003264264,0.00399332),(0.008558109,0.003602747,0.004351638),(0.00838553,0.0032615,0.004404102),(0.009170056,0.004333691,0.002690605),(0.009163534,0.004382385,0.002301082),(0.00891428,0.004048099,0.002309944),(0.008945159,0.003985657,0.00270551),(0.009103759,0.004467532,0.001938155),(0.008986927,0.004596756,0.001620229),(0.008714204,0.004285034,0.001613398),(0.008838329,0.004145838,0.001940684),(0.008545147,0.003856424,0.001949299),(0.008632888,0.003746953,0.002324504),(0.008417657,0.004003214,0.001610916),(0.008096781,0.003757633,0.001622398),(0.008225198,0.003605822,0.001971088),(0.00832112,0.00348602,0.002350514),(0.008683598,0.003670131,0.002723999),(0.008387126,0.003395007,0.002751243),(0.008809236,0.004777686,0.001365707),(0.008582458,0.004997051,0.00116761),(0.00832087,0.004694451,0.001126083),(0.008538806,0.004471851,0.001343755),(0.008318369,0.005241579,0.001018959),(0.008028737,0.005497998,0.000912776),(0.008069133,0.004941007,0.0009547123),(0.007792331,0.005199682,0.0008239702),(0.00804117,0.00441316,0.00107897),(0.007804001,0.004657129,0.0008789191),(0.0075421,0.004914302,0.0007184914),(0.007515301,0.004397262,0.0008148578),(0.007267889,0.00464922,0.0006231256),(0.007738285,0.004160149,0.001044902),(0.008247692,0.00419199,0.001321888),(0.007933294,0.003944674,0.001313875),(0.007725337,0.005753037,0.0008420814),(0.00741452,0.006006552,0.0007872893),(0.007499204,0.005458646,0.0007281852),(0.007196951,0.005716928,0.0006483382),(0.007102642,0.006258398,0.0007288146),(0.006796054,0.006508429,0.0006470711),(0.006892775,0.005973564,0.00056541),(0.00659388,0.006227589,0.0004603814),(0.006970244,0.005436854,0.000487981),(0.006677122,0.005696976,0.0003803128),(0.00639042,0.005952823,0.0002526457),(0.006441772,0.00543286,0.0001994255),(0.006172949,0.005686229,4.647505e-5),(0.006720772,0.005172148,0.0003340742),(0.007261375,0.005175087,0.0005944429),(0.006999595,0.004909226,0.000469086),(0.006501107,0.0067565,0.0005224734),(0.006237654,0.006999387,0.000358348),(0.006307466,0.006478032,0.0003142332),(0.006057137,0.006720455,0.0001320361),(0.006025532,0.007233867,0.0001580221),(0.005884596,0.007456716,-7.517786e-5),(0.005866491,0.00695042,-8.113899e-5),(0.005759131,0.007163486,-0.0003202214),(0.005887573,0.006438986,-0.0001115382),(0.005723529,0.006659665,-0.0003330044),(0.005652473,0.006858979,-0.000570686),(0.005594194,0.006356299,-0.0005889569),(0.005564314,0.006536981,-0.0008219457),(0.005723021,0.006151746,-0.0003590207),(0.006118554,0.006201767,8.61869e-5),(0.00592465,0.005927124,-0.0001434419),(0.005834688,0.007664707,-0.0003379249),(0.005871388,0.007855076,-0.0005972462),(0.005852085,0.007525887,-0.0008290901),(0.005758656,0.007355214,-0.0005801403),(0.005990273,0.008025054,-0.0008201683),(0.006186924,0.008171876,-0.0009737184),(0.006268704,0.007805185,-0.001166858),(0.006026428,0.007675783,-0.001035264),(0.006071992,0.007312309,-0.00122417),(0.00584709,0.00718218,-0.001044194),(0.006354771,0.00742562,-0.00132906),(0.006439867,0.007033399,-0.001460254),(0.00612287,0.006933168,-0.00138695),(0.005854229,0.006820379,-0.001242055),(0.005700455,0.007032111,-0.0008170577),(0.005659517,0.006689996,-0.001046683),(0.006456917,0.008292771,-0.001024924),(0.006777801,0.008398858,-0.001019509),(0.00689966,0.008012916,-0.001160609),(0.006565926,0.007914376,-0.001192065),(0.007127122,0.008501252,-0.0010032),(0.00748243,0.008611072,-0.001021722),(0.007251466,0.008110368,-0.001122216),(0.007602907,0.008216297,-0.001126609),(0.007369244,0.007713813,-0.001230007),(0.007018106,0.007618758,-0.001280892),(0.00771375,0.007818007,-0.001229369),(0.007815509,0.007415642,-0.001326945),(0.007479474,0.00731158,-0.001324149),(0.007130181,0.007216953,-0.001378802),(0.006675046,0.007525232,-0.001330939),(0.006779641,0.007126109,-0.001440855),(0.007821272,0.008739432,-0.001120801),(0.008134961,0.008882284,-0.001288618),(0.008239439,0.008478772,-0.001397748),(0.007935547,0.008340267,-0.001223514),(0.008414817,0.009035583,-0.001513358),(0.008652152,0.009195277,-0.001783203),(0.008721198,0.008785388,-0.001917483),(0.008504637,0.008628313,-0.001634132),(0.008575698,0.008220339,-0.001762976),(0.00832786,0.00807396,-0.001513975),(0.008769545,0.008375393,-0.00205895),(0.008796614,0.007965347,-0.002205378),(0.008627853,0.007811385,-0.001897234),(0.008400729,0.007667287,-0.001634263),(0.008036918,0.007938953,-0.001330065),(0.00812627,0.007534792,-0.001437242),(0.008838284,0.00935732,-0.002086336),(0.008968308,0.009522205,-0.002412869),(0.008977311,0.00911185,-0.002568991),(0.008879175,0.008946493,-0.002232622),(0.009037322,0.00969042,-0.002752918),(0.009040426,0.009862458,-0.003096595),(0.008989033,0.009456176,-0.003263211),(0.00901435,0.009281671,-0.002916039),(0.008970943,0.008875648,-0.003078047),(0.00896489,0.008703254,-0.002726967),(0.008918952,0.009053409,-0.003426531),(0.008832028,0.008654634,-0.003585598),(0.00890825,0.008472845,-0.003237664),(0.008931379,0.00829685,-0.002885227),(0.008898518,0.008536435,-0.002383774),(0.008895978,0.008127427,-0.002537921),(0.008972713,0.01003881,-0.003434013),(0.008849106,0.01021835,-0.003765079),(0.008762115,0.009818533,-0.00392809),(0.008900104,0.009635586,-0.003599951),(0.008684528,0.01039996,-0.004089696),(0.008493904,0.0105825,-0.00440777),(0.008397168,0.01018957,-0.004565893),(0.008589617,0.01000365,-0.004249461),(0.008483674,0.009611364,-0.004406643),(0.008661493,0.009422841,-0.004087547),(0.008291563,0.009800325,-0.004722506),(0.008178718,0.009414802,-0.004877877),(0.008368666,0.009223245,-0.004561343),(0.008549416,0.009031551,-0.004243247),(0.008811194,0.009236332,-0.003761937),(0.008708144,0.008841442,-0.003919395),(0.008292153,0.01076486,-0.004719206),(0.008076167,0.0109455,-0.005020429),(0.007991739,0.0105587,-0.005185549),(0.008199317,0.01037493,-0.004879217),(0.007842832,0.01112288,-0.005307865),(0.007589032,0.01129547,-0.005577938),(0.007530084,0.01091741,-0.005761692),(0.007770104,0.01073986,-0.005481002),(0.007690808,0.01035832,-0.005653433),(0.007900533,0.01017432,-0.005350141),(0.007464407,0.01053961,-0.005944053),(0.007605304,0.009978177,-0.005825013),(0.007391908,0.01016206,-0.006124712),(0.007803358,0.009792313,-0.005514269),(0.008098982,0.009988152,-0.005038419),(0.007992389,0.009604506,-0.005197038),(0.007311662,0.01146173,-0.005827073),(0.007022338,0.01162697,-0.006064282),(0.006991833,0.01126251,-0.006274424),(0.007267354,0.0110903,-0.006023735),(0.006732691,0.01179649,-0.006298576),(0.006454341,0.0119756,-0.006538967),(0.006442123,0.0116207,-0.006770911),(0.006713449,0.01143799,-0.006521049),(0.006686198,0.01107548,-0.006737801),(0.006953736,0.01089536,-0.0064804),(0.006421678,0.01126086,-0.006995803),(0.006391698,0.01089638,-0.007213661),(0.006649738,0.01070915,-0.006948663),(0.006907123,0.01052563,-0.006681916),(0.007215929,0.01071768,-0.006217764),(0.007156846,0.0103439,-0.006408806),(0.006198911,0.0121696,-0.006794464),(0.005949228,0.01236156,-0.007038734),(0.005935525,0.01200374,-0.007275676),(0.006187777,0.01181462,-0.007031298),(0.005688117,0.01253458,-0.007245441),(0.005398399,0.01267174,-0.007388253),(0.005377742,0.01230373,-0.00761025),(0.005670476,0.0121721,-0.007477506),(0.005645783,0.01180496,-0.007701476),(0.005914135,0.01164075,-0.007504378),(0.005350824,0.01193179,-0.007824791),(0.005316992,0.0115567,-0.008032697),(0.005613249,0.01143386,-0.007918024),(0.005884054,0.01127321,-0.007725311),(0.006168546,0.01145434,-0.007260242),(0.006140002,0.01108923,-0.007481535),(0.005062902,0.0127561,-0.007440832),(0.004712428,0.01279198,-0.007407289),(0.004692893,0.01241376,-0.007596065),(0.005042436,0.01238263,-0.007647372),(0.004377782,0.01278364,-0.007291732),(0.004089769,0.0127354,-0.007098266),(0.004064431,0.01235247,-0.007256934),(0.004357446,0.01240206,-0.00746352),(0.004333515,0.01201927,-0.007632013),(0.004668893,0.01203343,-0.007779961),(0.004036258,0.01196916,-0.007413841),(0.004004249,0.01158578,-0.007569743),(0.004305026,0.01163571,-0.007798051),(0.004639597,0.01165156,-0.007959872),(0.005016596,0.01200611,-0.007847586),(0.00498468,0.01162724,-0.008042368),(0.003879189,0.01265153,-0.006831006),(0.003743175,0.01253816,-0.006511217),(0.003842184,0.01226993,-0.0069835),(0.003690599,0.01215937,-0.006662465),(0.003678855,0.01240141,-0.006160175),(0.003683363,0.01224741,-0.005799146),(0.003609572,0.0120257,-0.006313081),(0.003598999,0.01187385,-0.0059546),(0.003636025,0.0117814,-0.006814283),(0.003538101,0.01165122,-0.006467203),(0.003511671,0.0115018,-0.006111464),(0.003464425,0.01127805,-0.006623075),(0.003422011,0.01113134,-0.006270387),(0.003578941,0.01140439,-0.006967222),(0.00380292,0.01188863,-0.007135548),(0.003760552,0.01150782,-0.007287789),(0.003753824,0.01208229,-0.005449404),(0.003873426,0.0119088,-0.005108161),(0.003658775,0.01170873,-0.005606268),(0.003772358,0.01153353,-0.005266367),(0.004025355,0.01172973,-0.004772629),(0.004192795,0.01154783,-0.004440021),(0.004094765,0.01116563,-0.004604982),(0.003923202,0.01135143,-0.004933178),(0.003812363,0.01097512,-0.005093338),(0.003664839,0.01116013,-0.005424998),(0.003985799,0.01078551,-0.004768772),(0.00386896,0.0104077,-0.004932822),(0.003695633,0.01060088,-0.005254578),(0.003553066,0.01078863,-0.005585311),(0.003559263,0.0113369,-0.005764217),(0.003456708,0.01096683,-0.005924189),(0.004358934,0.01136589,-0.004107551),(0.004499373,0.01118654,-0.00377666),(0.004270501,0.0109793,-0.004280057),(0.004424988,0.01079571,-0.003957255),(0.004589716,0.01101244,-0.003448793),(0.004605567,0.01084624,-0.003125394),(0.0045328,0.0106181,-0.003635424),(0.004568513,0.01044973,-0.003313415),(0.004335917,0.01040718,-0.004135788),(0.004459837,0.01022613,-0.003819912),(0.004514493,0.01005559,-0.003499472),(0.004371953,0.009837583,-0.0040022),(0.004443254,0.00966505,-0.003683395),(0.00423433,0.01002174,-0.004312676),(0.00416911,0.01059492,-0.004450832),(0.004057596,0.01021322,-0.004620869),(0.004522528,0.0106906,-0.002807904),(0.004378614,0.01054343,-0.002489713),(0.004506703,0.01029387,-0.002990079),(0.004382756,0.01014765,-0.002661614),(0.00421184,0.01040262,-0.002164209),(0.00406022,0.01026608,-0.001824779),(0.004089998,0.00987264,-0.001974095),(0.004232058,0.01000819,-0.00232422),(0.004235874,0.009615857,-0.002484297),(0.004369689,0.009754015,-0.002832691),(0.004104882,0.009481373,-0.002124533),(0.004096146,0.009093792,-0.002278763),(0.004217167,0.009226874,-0.002646472),(0.00433556,0.009363745,-0.0030041),(0.004473502,0.009899406,-0.003170741),(0.004421023,0.009508454,-0.003350218),(0.003961771,0.01013173,-0.001464811),(0.003901123,0.01000006,-0.001089851),(0.00392328,0.009606297,-0.00122918),(0.003991958,0.009738121,-0.001607439),(0.00386291,0.009871583,-0.0007054463),(0.003831766,0.009746792,-0.0003171425),(0.003815359,0.009357376,-0.0004575739),(0.003869302,0.009478827,-0.0008442485),(0.003868204,0.009089629,-0.0009878487),(0.003935437,0.009215506,-0.001372064),(0.003793447,0.008972131,-0.0006039733),(0.003749567,0.008594524,-0.0007576011),(0.003843429,0.008707244,-0.001138209),(0.003923199,0.008830408,-0.001521016),(0.004009533,0.009347007,-0.001752374),(0.004002797,0.008960446,-0.001902406),(0.003792323,0.009626193,6.951375e-5),(0.003768934,0.00950243,0.0004420651),(0.003691686,0.009127918,0.0002942442),(0.003746792,0.009243601,-7.408518e-5),(0.003785951,0.009368142,0.0007880538),(0.003867725,0.009215974,0.001095023),(0.003734205,0.008852485,0.0009375327),(0.003678128,0.009000742,0.0006354413),(0.003565014,0.008638897,0.0004752526),(0.003610017,0.008758645,0.0001388003),(0.003593597,0.008494637,0.0007734515),(0.003441608,0.008143601,0.00060376),(0.003438944,0.008284369,0.0003081639),(0.003512559,0.008397101,-2.412286e-5),(0.003696773,0.008865763,-0.0002246826),(0.003627688,0.008495814,-0.0003828085),(0.004038611,0.009038568,0.001350514),(0.004255519,0.008845604,0.00157978),(0.003888002,0.008673564,0.001188545),(0.004093415,0.008476564,0.001414093),(0.004475358,0.008646759,0.001808072),(0.004655044,0.008451717,0.002060643),(0.00447466,0.008078673,0.001891244),(0.004304337,0.008274072,0.001639788),(0.004117316,0.007907324,0.001472674),(0.003918387,0.008112896,0.001246791),(0.00427575,0.007713225,0.001725195),(0.004058097,0.007357392,0.001562313),(0.003914023,0.00754794,0.001307051),(0.003729609,0.007755648,0.001078604),(0.003727601,0.008313984,0.001022174),(0.003555317,0.007960781,0.0008523735),(0.004751484,0.008270155,0.002362744),(0.004781458,0.008101077,0.002702469),(0.004573699,0.007743414,0.00253564),(0.004558281,0.007902956,0.002194076),(0.004761741,0.007943485,0.003067912),(0.004709109,0.00779638,0.003447165),(0.004539419,0.007596543,0.002903295),(0.004473943,0.007458841,0.003284398),(0.004296781,0.007267571,0.002742452),(0.004345349,0.007400327,0.002373173),(0.004219481,0.007141303,0.003124472),(0.003943833,0.006848806,0.002965338),(0.004032496,0.006960989,0.00258372),(0.004095591,0.007075455,0.002213865),(0.004345049,0.007546552,0.002029724),(0.004111372,0.007203744,0.00186899),(0.00464034,0.007658768,0.003828323),(0.004551265,0.007534574,0.004208273),(0.004395773,0.007326804,0.003666308),(0.004299613,0.007206383,0.004045856),(0.004437715,0.00742773,0.004583903),(0.004295521,0.007342161,0.004952099),(0.004180167,0.007103538,0.004419871),(0.004032142,0.007024219,0.004785184),(0.004032364,0.006895966,0.00388434),(0.003909103,0.006794256,0.004255938),(0.003757078,0.006718089,0.004617812),(0.003622499,0.006504027,0.00409037),(0.00346995,0.006425777,0.004449522),(0.003746931,0.006608499,0.003721438),(0.004133583,0.007014541,0.003506142),(0.003851342,0.006727367,0.003345503),(0.004120514,0.007281801,0.00530975),(0.003920364,0.007240565,0.005658823),(0.003850238,0.006974384,0.005138625),(0.003644445,0.006944599,0.00548396),(0.003702741,0.007212377,0.006001288),(0.003475315,0.007191151,0.006339115),(0.003424749,0.006925434,0.005824947),(0.003201136,0.006907456,0.006165352),(0.003358698,0.006655847,0.00530809),(0.003136588,0.006644621,0.005646661),(0.002915362,0.006629893,0.005987632),(0.002848257,0.006360636,0.005473919),(0.002630705,0.006346558,0.005816249),(0.003069521,0.006368752,0.005135732),(0.003569569,0.006676145,0.004966835),(0.003281188,0.006385576,0.004796121),(0.003245758,0.007170812,0.006674268),(0.003008142,0.007156657,0.006998833),(0.002983593,0.006881234,0.006508937),(0.002764034,0.006855171,0.00684803),(0.00275654,0.00715398,0.007304888),(0.002485029,0.007168083,0.007584511),(0.002534371,0.006837671,0.00717496),(0.002286519,0.006837134,0.007482055),(0.002502435,0.006562642,0.006684898),(0.002291734,0.006531007,0.007026958),(0.002065542,0.006514621,0.007355143),(0.002041052,0.006224836,0.006876636),(0.001832906,0.006194688,0.007220527),(0.002236882,0.006267581,0.006523818),(0.002707144,0.006599086,0.006336085),(0.002430172,0.006311848,0.006168285),(0.002187681,0.00720426,0.007829788),(0.001868552,0.007253706,0.008040251),(0.002012391,0.006861965,0.007761642),(0.001715909,0.006904526,0.008012752),(0.001531698,0.007307619,0.008215436),(0.001181174,0.007357189,0.008354874),(0.001400993,0.006957183,0.008234407),(0.001071567,0.007012298,0.00842564),(0.001541565,0.006553333,0.007947496),(0.001250543,0.006597253,0.008209587),(0.0009446726,0.006650094,0.008447569),(0.001085164,0.006233701,0.008156917),(0.000802547,0.006279359,0.008433576),(0.001352642,0.00620227,0.00786178),(0.001814359,0.006523925,0.007662335),(0.001602662,0.006188216,0.007549279),(0.0008210362,0.00739361,0.008458104),(0.0004566422,0.007408215,0.008525587),(0.0007315513,0.007062236,0.008585476),(0.000383806,0.007098579,0.008710526),(9.334982e-5,0.007392338,0.008557787),(-0.0002634828,0.007337315,0.008555169),(3.119062e-5,0.00711291,0.008797401),(-0.0003234352,0.007096809,0.00884271),(0.000299212,0.006757773,0.008841337),(-3.901232e-5,0.006796608,0.00898362),(-0.0003866554,0.006814776,0.009080504),(-0.0001243388,0.006452893,0.00911187),(-0.0004614157,0.006497996,0.009258962),(0.0001983268,0.006396433,0.008919585),(0.0006273346,0.006706267,0.008660401),(0.0005071119,0.006336096,0.008690642),(-0.0006084978,0.00723447,0.008518196),(-0.0009397907,0.007086899,0.008456525),(-0.0006772118,0.007041862,0.008843067),(-0.001024778,0.006946168,0.008808936),(-0.001255457,0.006897685,0.008379811),(-0.001553592,0.006669918,0.008297712),(-0.001360773,0.006807834,0.008750781),(-0.001679836,0.006624963,0.008679071),(-0.001100573,0.006758801,0.009127625),(-0.001451696,0.006672058,0.009097484),(-0.001788828,0.006537745,0.009044623),(-0.00153047,0.006483134,0.009407596),(-0.001879572,0.006397159,0.009384341),(-0.001172439,0.006522406,0.009399401),(-0.0007430345,0.006804273,0.009125235),(-0.0008134349,0.006524264,0.009352333),(-0.001832291,0.006406684,0.008219885),(-0.002101646,0.006123347,0.008143284),(-0.001976605,0.006395657,0.00860427),(-0.002260215,0.006135555,0.008526031),(-0.002371747,0.005835272,0.00806487),(-0.002652685,0.005557822,0.007981597),(-0.002539801,0.005860299,0.008444008),(-0.002824499,0.005585524,0.008357852),(-0.002405481,0.006122091,0.008902951),(-0.002699193,0.005869914,0.008819706),(-0.002992621,0.00560761,0.008731899),(-0.002842326,0.005851177,0.009192808),(-0.003149039,0.005613087,0.009107034),(-0.002531306,0.006069203,0.009271349),(-0.002104391,0.006349562,0.008978849),(-0.002211786,0.006255189,0.009337058),(-0.002954551,0.005306359,0.007890422),(-0.003274507,0.005079357,0.007792144),(-0.003123442,0.005326872,0.008267218),(-0.003436015,0.005085963,0.008171628),(-0.003609717,0.004875283,0.007687565),(-0.003957342,0.00469261,0.007577483),(-0.003761601,0.004864424,0.008070608),(-0.004099585,0.004663874,0.007963679),(-0.00360137,0.005101162,0.008549505),(-0.003919606,0.004866582,0.008452035),(-0.004249027,0.004650811,0.008348465),(-0.004079666,0.004879368,0.008833919),(-0.004402683,0.004652543,0.008732633),(-0.003764916,0.005119914,0.008929084),(-0.003292861,0.005349766,0.008642311),(-0.003455638,0.00536691,0.009019624),(-0.004314544,0.004529807,0.007462696),(-0.004676887,0.004378698,0.007343499),(-0.004449349,0.004485939,0.007850368),(-0.004805779,0.004321391,0.007731528),(-0.005039933,0.004231105,0.007220183),(-0.005399244,0.004078851,0.007093047),(-0.005163755,0.004161007,0.007608023),(-0.005518162,0.003995562,0.007480705),(-0.004940667,0.004280696,0.008120096),(-0.005292627,0.004107655,0.007998104),(-0.005641843,0.003930161,0.007872781),(-0.005421718,0.00406641,0.008389607),(-0.005764419,0.003876159,0.008267651),(-0.005077801,0.00425396,0.008508846),(-0.00459109,0.004458632,0.008237351),(-0.004736758,0.004446706,0.008623731),(-0.005750382,0.00391376,0.006962379),(-0.00609902,0.003754524,0.006832717),(-0.005863882,0.003815829,0.007350436),(-0.006206941,0.00364249,0.007220835),(-0.006450823,0.003619837,0.006708595),(-0.006811464,0.003528393,0.006594554),(-0.006553363,0.003496218,0.007095523),(-0.006909176,0.003397694,0.006978121),(-0.006322485,0.003555685,0.007619021),(-0.006665579,0.003402545,0.007495945),(-0.0070183,0.003301364,0.007378983),(-0.006780844,0.00332977,0.007902772),(-0.007132571,0.003229058,0.007787744),(-0.006438939,0.003485849,0.008022352),(-0.005983185,0.003738864,0.007745526),(-0.006101811,0.003675309,0.008144605),(-0.007186611,0.003498884,0.006495125),(-0.007571923,0.003509142,0.006404071),(-0.007662267,0.00338009,0.006772343),(-0.007280404,0.003367595,0.00687225),(-0.007963057,0.003536997,0.006315154),(-0.008355669,0.00356028,0.006222135),(-0.008438787,0.003429538,0.006568121),(-0.008049987,0.003409347,0.006672823),(-0.008149506,0.003324234,0.007061409),(-0.007765194,0.003291425,0.007166574),(-0.008534481,0.003343273,0.006950454),(-0.008639704,0.003283658,0.007350339),(-0.008257571,0.003264618,0.00746461),(-0.007875777,0.003228095,0.007572826),(-0.007386483,0.003274062,0.007270813),(-0.007499161,0.003205705,0.00767915),(-0.008745417,0.003556822,0.006118777),(-0.009133775,0.003538131,0.006009459),(-0.009207237,0.003380207,0.00633079),(-0.008823887,0.003414831,0.006452669),(-0.009522208,0.003515714,0.005898561),(-0.009912188,0.003501077,0.005790466),(-0.009976484,0.00331113,0.006085041),(-0.009590786,0.003340646,0.006206806),(-0.009672981,0.003214933,0.006570141),(-0.00929393,0.003270508,0.006700712),(-0.01005464,0.003170718,0.00644125),(-0.01014765,0.003073342,0.006829343),(-0.00976886,0.003128,0.006961521),(-0.009392903,0.003194903,0.007094966),(-0.008915193,0.003319326,0.006828853),(-0.009017331,0.003253604,0.007225848),(-0.01030519,0.003505729,0.005689553),(-0.01070064,0.003527305,0.005597422),(-0.01075925,0.003322359,0.005862109),(-0.01036628,0.003306638,0.005969819),(-0.01109801,0.003563443,0.005515676),(-0.01149672,0.003611779,0.005445915),(-0.01155104,0.003395184,0.005673103),(-0.01115448,0.003353478,0.005762881),(-0.01122421,0.003186432,0.006089956),(-0.01083145,0.003163586,0.006200992),(-0.01161828,0.003217393,0.005985201),(-0.01170239,0.003090508,0.006345839),(-0.01131042,0.003069074,0.006461076),(-0.01091976,0.003052993,0.006579692),(-0.01044119,0.003155975,0.006318144),(-0.01053173,0.003051378,0.006702257),(-0.01189621,0.003669951,0.005389741),(-0.01229675,0.003734038,0.005346169),(-0.01234551,0.00349317,0.005523815),(-0.01194802,0.003442661,0.005593747),(-0.01269859,0.003800122,0.005314219),(-0.01310197,0.003864286,0.005292909),(-0.01314252,0.003592304,0.005408223),(-0.01274364,0.003543964,0.005462306),(-0.01280097,0.003312501,0.005705652),(-0.01240673,0.003281364,0.005794044),(-0.01319514,0.003341824,0.005620725),(-0.01326783,0.003148724,0.005903525),(-0.01287728,0.003136281,0.006013192),(-0.01248605,0.003123103,0.006122837),(-0.01201248,0.003249348,0.005886897),(-0.01209434,0.003108182,0.006233407),(-0.01350716,0.003922609,0.005281255),(-0.01391297,0.003969361,0.005279278),(-0.01354226,0.003635446,0.005360568),(-0.01394218,0.003668305,0.005320429),(-0.01431819,0.003998812,0.005286994),(-0.01472164,0.00400523,0.00530442),(-0.01434162,0.003685792,0.00528889),(-0.0147399,0.003682825,0.00526704),(-0.01398276,0.003386887,0.00546058),(-0.0143756,0.00339196,0.005389959),(-0.01476738,0.003378283,0.005328704),(-0.01443247,0.003161227,0.005581869),(-0.01481706,0.003135067,0.005488034),(-0.01404581,0.003167813,0.005684583),(-0.01358917,0.003368397,0.005538268),(-0.01365747,0.00316144,0.005792895),(-0.01512212,0.003982885,0.005331576),(-0.01551996,0.003937483,0.005368172),(-0.01513634,0.003654314,0.005255964),(-0.01553146,0.003606441,0.005255749),(-0.01591548,0.003874728,0.00541392),(-0.01630901,0.003800328,0.005468529),(-0.0159258,0.003545379,0.005266478),(-0.01631989,0.003477306,0.005288241),(-0.01554778,0.003285741,0.005241504),(-0.01593825,0.00322099,0.005216194),(-0.01633014,0.003153328,0.005203505),(-0.01596323,0.002934752,0.005280233),(-0.01634871,0.002856792,0.005236167),(-0.01558065,0.003013003,0.005337028),(-0.0151578,0.003340525,0.005279113),(-0.01519919,0.003082716,0.005406357),(-0.01670087,0.003719985,0.005531708),(-0.01708964,0.003632797,0.005602807),(-0.01671424,0.0034084,0.00532112),(-0.01710742,0.003338161,0.005364256),(-0.0174739,0.003537857,0.005681171),(-0.01785224,0.00343426,0.005766148),(-0.01749799,0.00326609,0.005416785),(-0.01788452,0.003191691,0.005477848),(-0.01711958,0.003030599,0.005215956),(-0.0175144,0.002975851,0.005239143),(-0.01790747,0.002925724,0.00527233),(-0.01752805,0.002680613,0.005178189),(-0.01792443,0.002643621,0.00518088),(-0.01713243,0.002728972,0.005185961),(-0.01672437,0.003089811,0.005203752),(-0.01673888,0.002787948,0.005205015),(-0.01822323,0.003321102,0.005857085),(-0.01859134,0.003213434,0.005949491),(-0.01826557,0.003114462,0.005546582),(-0.01864441,0.00304444,0.005619317),(-0.01896102,0.003126309,0.006038872),(-0.01933674,0.003074783,0.006120737),(-0.01902432,0.002991655,0.005692381),(-0.01940855,0.002966142,0.005762101),(-0.01868623,0.002844384,0.005362949),(-0.01907591,0.002822319,0.005414733),(-0.01946843,0.002818756,0.005467068),(-0.01911353,0.002604761,0.005238352),(-0.01951252,0.002615359,0.005266897),(-0.01871638,0.002605841,0.005213086),(-0.01829742,0.002880377,0.005314541),(-0.01832028,0.002618745,0.00519322),(-0.01972297,0.003073905,0.006190594),(-0.02011753,0.00310526,0.006252829),(-0.01980039,0.002977934,0.005824808),(-0.02019836,0.003012695,0.005883288),(-0.02051825,0.003150429,0.006311825),(-0.02092297,0.003190995,0.006371969),(-0.02060095,0.003056086,0.005940326),(-0.02100669,0.003093773,0.005998709),(-0.02026715,0.002871341,0.005566253),(-0.02067163,0.002908462,0.005615777),(-0.02107838,0.002940117,0.005667035),(-0.02072388,0.002695437,0.005361126),(-0.02113126,0.0027208,0.005396778),(-0.02031806,0.002665925,0.005327872),(-0.0198658,0.002838268,0.00551713),(-0.01991414,0.00263749,0.005296599),(-0.0213295,0.003208541,0.006437645),(-0.02173741,0.00320882,0.00650747),(-0.02141407,0.003111417,0.006061222),(-0.0218227,0.003114031,0.006126834),(-0.02214623,0.003197589,0.006580062),(-0.02255551,0.003180603,0.006654038),(-0.02223215,0.003106622,0.00619451),(-0.02264202,0.003094204,0.006263219),(-0.02189579,0.002962234,0.005778),(-0.02230573,0.002960185,0.005836169),(-0.02271604,0.002954392,0.005895107),(-0.02235942,0.002750001,0.005517786),(-0.0227698,0.00275192,0.005560463),(-0.02194933,0.002745737,0.00547581),(-0.02148655,0.002956793,0.005721366),(-0.02153985,0.002736785,0.00543524),(0.0128018,0.0001814798,0.01525334),(0.01281564,0.0001978075,0.01487482),(0.01278827,0.0001656649,0.01563393),(0.01241352,0.0001304551,0.01555482),(0.01243975,0.0001329942,0.01516403),(0.01246698,0.0001352663,0.01477466),(0.01277534,0.0001508754,0.01601868),(0.01276333,0.000137624,0.01640965),(0.01236804,0.0001235077,0.01634641),(0.01238929,0.000127382,0.01594847),(0.01199566,0.0001207867,0.01587974),(0.01202781,0.0001186747,0.01547866),(0.01196801,0.000120809,0.0162834),(0.01156435,0.0001221357,0.01622186),(0.01159619,0.000121357,0.01581385),(0.01163352,0.0001180533,0.01540715),(0.01206297,0.0001151694,0.01507931),(0.01209963,0.0001109675,0.01468082),(0.01167453,0.0001130662,0.01500131),(0.01171736,0.0001072375,0.01459591),(0.01275255,0.0001264235,0.01680892),(0.01274174,0.0001186462,0.01721448),(0.01233566,0.0001140385,0.01715808),(0.0123508,0.0001185654,0.01675006),(0.01272967,0.0001156645,0.01762434),(0.01271511,0.0001188508,0.01803648),(0.01230424,0.0001121653,0.01798182),(0.01232077,0.0001114106,0.01756911),(0.01191139,0.0001104441,0.01751197),(0.01192829,0.000114066,0.0171003),(0.01189325,0.000108751,0.01792475),(0.01148201,0.0001069794,0.01786756),(0.0115015,0.0001104299,0.01745481),(0.01151984,0.0001151325,0.0170427),(0.01194635,0.0001180448,0.01669051),(0.01153985,0.0001195476,0.01663159),(0.0126968,0.0001295773,0.01844889),(0.01267407,0.000162259,0.01885346),(0.01226053,0.0001419627,0.01880176),(0.0122842,0.0001177861,0.01839486),(0.01264624,0.0002313104,0.01924209),(0.01261262,0.0003511463,0.01960667),(0.01220184,0.0003007422,0.01957139),(0.01223311,0.0001983848,0.01919609),(0.01181911,0.0001740576,0.01914565),(0.01184655,0.0001282118,0.01874643),(0.01178968,0.0002604417,0.01953067),(0.01137641,0.0002287488,0.01948688),(0.01140449,0.00015644,0.01909368),(0.01143227,0.0001192191,0.01869044),(0.01187145,0.0001105582,0.01833785),(0.01145852,0.0001063207,0.01828058),(0.01257254,0.0005361816,0.01993908),(0.01252943,0.000766745,0.02025119),(0.01212973,0.0006671751,0.02025457),(0.0121666,0.0004627244,0.0199212),(0.0124867,0.001023164,0.02055486),(0.01244778,0.001285769,0.02086196),(0.01206048,0.001134856,0.02090805),(0.01209357,0.0008969377,0.02058051),(0.01169765,0.0007795256,0.02059677),(0.01172776,0.000577519,0.02024991),(0.01166968,0.0009913864,0.02094355),(0.01127406,0.0008597649,0.02096547),(0.01129801,0.0006740941,0.02060181),(0.01132309,0.000499251,0.02023688),(0.01175884,0.00039971,0.01989665),(0.01134925,0.0003469108,0.01986659),(0.01241609,0.001534888,0.02118436),(0.01237925,0.001782808,0.02149582),(0.01199896,0.001596007,0.02157018),(0.01203279,0.001363772,0.02124622),(0.01232484,0.002041819,0.02177012),(0.01224047,0.002324209,0.02198103),(0.0118667,0.002119711,0.02207606),(0.01194744,0.00184388,0.02185508),(0.01156419,0.001649755,0.0219279),(0.01161337,0.001414071,0.02163249),(0.01148712,0.001918241,0.02215947),(0.01109996,0.001722642,0.02222855),(0.01117333,0.00146316,0.0219854),(0.01122076,0.001241431,0.02167921),(0.01164506,0.001198758,0.02129658),(0.01125133,0.001044588,0.02133192),(0.01211373,0.002642265,0.02210232),(0.01196537,0.002952828,0.02213374),(0.0116026,0.002748092,0.02225033),(0.01174518,0.002435819,0.02220829),(0.01181611,0.003212737,0.02207505),(0.0116867,0.003378831,0.021926),(0.01133308,0.003184689,0.02205812),(0.01145867,0.00301242,0.02220075),(0.01109867,0.002815243,0.0223188),(0.01123621,0.002545947,0.02235793),(0.01097727,0.002994885,0.02218343),(0.01061791,0.002809695,0.02230098),(0.0107345,0.002621977,0.02242796),(0.01086444,0.002347757,0.02245487),(0.01137174,0.002231959,0.02230381),(0.01099163,0.002032743,0.02238671),(0.01159786,0.00340795,0.02168634),(0.01154082,0.003331599,0.02137998),(0.01118776,0.003152567,0.02151411),(0.01124556,0.003220787,0.021821),(0.01150678,0.003181286,0.02103078),(0.01148695,0.002988515,0.02066265),(0.01112803,0.002830574,0.0207898),(0.01115136,0.00301188,0.02116214),(0.01078805,0.002856899,0.02128484),(0.01082966,0.002983014,0.02164068),(0.01075764,0.00269426,0.02090704),(0.01037928,0.002578857,0.02101427),(0.01041817,0.002715749,0.02139828),(0.01046644,0.002822544,0.0217589),(0.01089017,0.003039909,0.0219488),(0.01053079,0.002865205,0.02206887),(0.01147253,0.002784793,0.02029946),(0.01145797,0.002588304,0.01993765),(0.01109276,0.002462409,0.02005649),(0.01110943,0.002640504,0.02042181),(0.0114377,0.002417236,0.01957363),(0.01140615,0.002289772,0.01920382),(0.01105397,0.002225117,0.01932722),(0.01107521,0.002317033,0.01969218),(0.01069101,0.002270246,0.0197991),(0.01070823,0.002379222,0.02016354),(0.01067997,0.002222584,0.01944041),(0.01029724,0.002275841,0.01954636),(0.01029738,0.00227388,0.01989716),(0.01031421,0.002337406,0.02026073),(0.01073073,0.002527797,0.02053306),(0.01034307,0.002445904,0.02063409),(0.01135777,0.0022241,0.01882464),(0.01128864,0.002206873,0.01844072),(0.01098443,0.002244398,0.01859161),(0.01102625,0.002207403,0.01895994),(0.01119488,0.002224748,0.01805664),(0.01107256,0.00226438,0.01767705),(0.01082801,0.00240454,0.01785689),(0.01092089,0.002316608,0.01822351),(0.01063862,0.002475943,0.01839126),(0.01066645,0.002350883,0.01873931),(0.01057983,0.002607674,0.01804113),(0.01032501,0.002839779,0.01822929),(0.01035086,0.002676168,0.01855991),(0.0103425,0.002507378,0.01888487),(0.01067601,0.002257946,0.01908808),(0.01031845,0.002363805,0.01921131),(0.0109178,0.002312427,0.01730654),(0.01073664,0.002368987,0.0169435),(0.0105377,0.002571376,0.01713225),(0.01069819,0.002488701,0.01749303),(0.01053511,0.002434163,0.01658629),(0.01031926,0.002508055,0.01623328),(0.01014983,0.002741407,0.01642113),(0.01035282,0.00265485,0.01677484),(0.01017068,0.002911073,0.01697122),(0.01033863,0.002820017,0.01732861),(0.009980821,0.002999015,0.01661639),(0.009787533,0.003227784,0.0168235),(0.009968343,0.003152898,0.01717852),(0.01012442,0.003069219,0.01753413),(0.01047742,0.002720624,0.01768608),(0.01024641,0.002967821,0.01788588),(0.01009514,0.002590765,0.01588284),(0.009867752,0.002683006,0.01553444),(0.009713076,0.002931515,0.01572519),(0.009935021,0.002833332,0.0160714),(0.00964211,0.002785493,0.01518757),(0.009423221,0.002898941,0.01484168),(0.009266578,0.003150212,0.01504128),(0.009488695,0.003036845,0.01538198),(0.009339837,0.003279647,0.01558029),(0.009561244,0.003182262,0.0159214),(0.009116226,0.003382259,0.01524278),(0.00894479,0.00353963,0.01544966),(0.009166494,0.003457631,0.01578704),(0.009383155,0.003379054,0.01612819),(0.009776291,0.003089064,0.01626661),(0.00959132,0.003302804,0.01647353),(0.009216094,0.003024062,0.01449625),(0.009018864,0.003158818,0.01415271),(0.008841917,0.003399939,0.01436645),(0.009051423,0.003272506,0.01470261),(0.008829659,0.003301168,0.0138125),(0.008646612,0.003449071,0.01347702),(0.008434626,0.003655075,0.01370375),(0.008636755,0.003528724,0.01403333),(0.008453465,0.003706742,0.01424812),(0.00867395,0.003601046,0.01457692),(0.008232203,0.003802988,0.01392177),(0.008033293,0.003850888,0.01412825),(0.008266629,0.00378797,0.01445545),(0.008495736,0.003710992,0.0147844),(0.008894566,0.003491138,0.0149084),(0.008721498,0.003626149,0.01511562),(0.008467856,0.003600488,0.01314772),(0.008290468,0.00374942,0.01282348),(0.008036143,0.00388424,0.01305521),(0.008234221,0.003775205,0.0133782),(0.008111529,0.003889867,0.01250317),(0.007928119,0.004015831,0.01218569),(0.007649375,0.004049525,0.01241084),(0.007840995,0.003977305,0.01273325),(0.007576704,0.003989408,0.01294872),(0.00778922,0.003947865,0.0132739),(0.007376316,0.004005629,0.01262026),(0.007127854,0.003875913,0.01281086),(0.007334236,0.003908479,0.01314566),(0.007559199,0.003913555,0.01347544),(0.008009253,0.003884544,0.01359764),(0.007794851,0.003893554,0.01380228),(0.007737315,0.004121312,0.0118699),(0.007546481,0.004200204,0.01155185),(0.007284898,0.004114278,0.01175768),(0.007461889,0.004096026,0.01208647),(0.007362978,0.004246397,0.01122757),(0.007194165,0.004253786,0.01089308),(0.006987873,0.004055922,0.01107713),(0.007124772,0.004101753,0.01142206),(0.006894385,0.003887085,0.01160055),(0.007030439,0.003952969,0.01194708),(0.006789204,0.003796832,0.01124619),(0.006597179,0.003497989,0.01140186),(0.006679608,0.003619349,0.01176434),(0.006797535,0.003726213,0.01212008),(0.007192655,0.003992983,0.01228668),(0.006947952,0.003813446,0.01246896),(0.007047405,0.004216264,0.01054441),(0.006930686,0.004143357,0.01018499),(0.006806279,0.00386563,0.01035501),(0.006880566,0.003974258,0.01072047),(0.006851995,0.004044592,0.009818221),(0.006819321,0.003929495,0.009447516),(0.006770454,0.003602971,0.009609501),(0.006768433,0.00373891,0.009983703),(0.006681716,0.003415707,0.01013874),(0.006684244,0.003554425,0.01051326),(0.006710654,0.003274272,0.009761534),(0.00660365,0.002961347,0.009897417),(0.006561371,0.003094709,0.01027939),(0.006542945,0.00323143,0.01065822),(0.006719616,0.003683705,0.01088309),(0.006553253,0.00336727,0.01103277),(0.006840651,0.003807594,0.009076289),(0.006906157,0.003683746,0.008704712),(0.006894725,0.003333858,0.008860542),(0.006815769,0.003466684,0.009235347),(0.007006016,0.003562815,0.00833295),(0.007130399,0.003449659,0.007961178),(0.007114958,0.003093816,0.008106181),(0.006997671,0.003208299,0.008484387),(0.006945625,0.002885679,0.008621442),(0.006850714,0.003006329,0.009004015),(0.007046321,0.002777819,0.008234817),(0.006900484,0.002523984,0.008339744),(0.006819509,0.002614891,0.008735646),(0.006738913,0.002719427,0.009126556),(0.006769689,0.003136836,0.009383671),(0.006664895,0.002835582,0.009513478),(0.007269479,0.003349138,0.007589567),(0.00741652,0.003260343,0.007216295),(0.007359147,0.002909038,0.007340366),(0.007236934,0.002994215,0.007725227),(0.007564783,0.003182362,0.00683954),(0.007707531,0.003114284,0.006457483),(0.007586456,0.002780121,0.006554283),(0.00747714,0.002837826,0.006950436),(0.007325563,0.002550511,0.007043209),(0.007238522,0.002609743,0.007445864),(0.00740359,0.002508473,0.006634886),(0.007161897,0.002330908,0.006703152),(0.007106788,0.002350766,0.007118838),(0.00704456,0.002390508,0.007530636),(0.007144697,0.002685676,0.007843011),(0.006975647,0.002448719,0.007937837),(0.007838028,0.003055197,0.006068304),(0.007951925,0.003007675,0.005672451),(0.007762496,0.002705569,0.005741418),(0.007682647,0.002735463,0.006150746),(0.008044868,0.00297429,0.005270374),(0.00811251,0.002957617,0.004862524),(0.007860338,0.002696946,0.004911759),(0.007822797,0.002692157,0.005327891),(0.007558915,0.002489462,0.0053832),(0.007523084,0.002477702,0.005802817),(0.007575046,0.002519649,0.004963954),(0.00727454,0.002450668,0.005027171),(0.007268996,0.002393603,0.005444428),(0.007246225,0.002353703,0.005864085),(0.007470369,0.002484121,0.006220733),(0.00720945,0.002332346,0.00628428),(0.0081505,0.002960226,0.004449347),(0.008161416,0.002982352,0.004033298),(0.007860116,0.002765574,0.004078102),(0.007871913,0.002721653,0.004494614),(0.008147836,0.003024231,0.003616824),(0.008112337,0.003086096,0.003202378),(0.007776809,0.002908241,0.003253554),(0.007827549,0.002828005,0.003663868),(0.007497125,0.002716735,0.003724328),(0.007541953,0.002634664,0.004133644),(0.007436375,0.002813344,0.003320072),(0.007108205,0.002818756,0.003404628),(0.007174863,0.00270937,0.00380252),(0.007225872,0.002610357,0.004205832),(0.007568658,0.002568509,0.004547145),(0.007259632,0.002523521,0.004614177),(0.008057498,0.003168183,0.00279241),(0.007980732,0.003272377,0.002393727),(0.007625989,0.003120675,0.002454322),(0.007710498,0.003005578,0.002848809),(0.007879452,0.003400564,0.00201314),(0.007751073,0.003554632,0.001657457),(0.007520657,0.003254185,0.002074786),(0.007391884,0.003406768,0.001714894),(0.007161555,0.00318022,0.002155356),(0.00727115,0.003045565,0.002532474),(0.007030561,0.003326599,0.001793509),(0.006814885,0.003192203,0.002254181),(0.006678455,0.003326683,0.001892101),(0.006930479,0.003061701,0.002628361),(0.007361904,0.002923114,0.00292175),(0.007027498,0.00293671,0.003012543),(0.007593006,0.003736466,0.001333487),(0.00740714,0.003942389,0.00104251),(0.00723704,0.003579079,0.001379337),(0.007057174,0.003770534,0.001070499),(0.007195359,0.004168724,0.000785807),(0.006959552,0.004411792,0.0005646587),(0.006853328,0.003980551,0.000790762),(0.006626545,0.004208545,0.0005425079),(0.00669783,0.003655237,0.001127575),(0.006498359,0.003841782,0.0008287188),(0.006278325,0.004046,0.0005560903),(0.006139607,0.003761456,0.0008986724),(0.005924347,0.003930682,0.0006048231),(0.006338552,0.003607153,0.00121244),(0.006875609,0.003484225,0.001450043),(0.006518923,0.003463614,0.001544218),(0.006701606,0.004667918,0.0003803456),(0.006434901,0.004928628,0.0002144741),(0.006377874,0.004453932,0.0003281194),(0.006124169,0.004705031,0.0001300428),(0.006172819,0.005185447,4.86503e-5),(0.005928739,0.005429903,-0.0001355196),(0.005882286,0.004950158,-6.927596e-5),(0.005669086,0.005177631,-0.0002873907),(0.005800109,0.004500099,8.164194e-5),(0.005582205,0.004722414,-0.0001516167),(0.005405286,0.004923193,-0.0004031909),(0.005284599,0.004497635,-0.0001956352),(0.005148635,0.004660373,-0.0004769725),(0.005474261,0.004312573,7.013359e-5),(0.006038862,0.004270034,0.0003123045),(0.005695038,0.004118988,0.0003327983),(0.005716042,0.005653522,-0.0003564294),(0.005557537,0.005855497,-0.0005970566),(0.005501423,0.005375765,-0.0005418554),(0.005396298,0.005547692,-0.0008094848),(0.005476036,0.006035019,-0.0008403793),(0.005494345,0.006191278,-0.001069375),(0.005441642,0.005825447,-0.001291497),(0.005370704,0.005696543,-0.001067094),(0.00524447,0.005225789,-0.0009801436),(0.005279848,0.005341594,-0.001248922),(0.005405273,0.005443063,-0.001466834),(0.005384318,0.005047705,-0.00157391),(0.005205122,0.004970888,-0.001365685),(0.005107225,0.004887236,-0.001092871),(0.005289495,0.005088653,-0.0006887998),(0.005088953,0.004786986,-0.0007863424),(0.005635276,0.006323468,-0.001267022),(0.00587132,0.006436901,-0.001422169),(0.005897222,0.006037072,-0.001571457),(0.005626105,0.005937532,-0.001459509),(0.006174973,0.006536889,-0.001523668),(0.006518727,0.006628744,-0.001560369),(0.006591895,0.006215605,-0.001628463),(0.006228109,0.00612834,-0.001627665),(0.00628209,0.005712386,-0.001692284),(0.005930784,0.005626219,-0.001676838),(0.006659909,0.005797934,-0.001663595),(0.006723313,0.005379677,-0.001664824),(0.006336729,0.005293894,-0.001710864),(0.005970869,0.005209666,-0.001725235),(0.005630382,0.005537191,-0.00160558),(0.005646482,0.00512745,-0.001686672),(0.006875079,0.006717779,-0.001521121),(0.007232926,0.006808062,-0.001452785),(0.007325941,0.006393962,-0.001506775),(0.006961699,0.006303141,-0.001574174),(0.007581179,0.00690366,-0.001402218),(0.007908731,0.007008642,-0.00141628),(0.007991388,0.006597504,-0.001500534),(0.007673032,0.006491078,-0.001468237),(0.007753715,0.006074854,-0.001526224),(0.007408818,0.005976527,-0.001544705),(0.008061447,0.00618272,-0.001582868),(0.00811688,0.005764787,-0.00166644),(0.007821911,0.005656012,-0.001580203),(0.007481158,0.005557636,-0.00157051),(0.00703985,0.0058851,-0.001602449),(0.007109874,0.005466558,-0.001608378),(0.008204493,0.007127076,-0.001541829),(0.00845854,0.007258182,-0.001755581),(0.008499424,0.006847342,-0.001878236),(0.008269426,0.006716252,-0.001645643),(0.008660958,0.007401184,-0.002034247),(0.008801829,0.007555301,-0.002354545),(0.008784407,0.007146622,-0.002504579),(0.008673658,0.006990793,-0.00217299),(0.008664595,0.00658127,-0.002312436),(0.008521507,0.006435459,-0.002002542),(0.008743565,0.006740667,-0.00265361),(0.008678521,0.006338801,-0.002799768),(0.008632417,0.006173675,-0.002451559),(0.008522918,0.006023226,-0.002128808),(0.008318919,0.006302766,-0.001750497),(0.00835081,0.00588706,-0.001858205),(0.008871231,0.007719756,-0.002693188),(0.008877113,0.007893066,-0.003042202),(0.008802082,0.007493205,-0.003196473),(0.008823945,0.007314846,-0.002847678),(0.008827424,0.008073751,-0.003393616),(0.008730105,0.008260327,-0.003739457),(0.008613358,0.007871269,-0.00388789),(0.008728617,0.007679433,-0.003545149),(0.008612002,0.007290961,-0.003691506),(0.008706275,0.007098568,-0.00334662),(0.008481964,0.007488237,-0.00403068),(0.008336099,0.007112008,-0.00416761),(0.008477737,0.006909401,-0.003831935),(0.008589685,0.006710464,-0.003491224),(0.008753793,0.006914118,-0.002999496),(0.008660444,0.006518997,-0.003146745),(0.008593109,0.008451315,-0.004071751),(0.008428054,0.008644942,-0.00439499),(0.008297162,0.008263254,-0.004542459),(0.008466106,0.008066449,-0.004218881),(0.008246565,0.008839439,-0.004713667),(0.008060263,0.009033032,-0.005032273),(0.007935404,0.008654871,-0.005184717),(0.008116828,0.008459968,-0.004862959),(0.007978913,0.008084855,-0.005008566),(0.008156493,0.007886728,-0.004685337),(0.007803339,0.008280179,-0.005334226),(0.007663272,0.007908812,-0.005479821),(0.007832283,0.007714123,-0.005149833),(0.008005803,0.007515604,-0.004823304),(0.008327153,0.00768734,-0.004360666),(0.008176264,0.007314487,-0.004496981),(0.007880773,0.00922395,-0.005355303),(0.007701024,0.009412602,-0.005677995),(0.007763189,0.008846248,-0.005512066),(0.007592542,0.009034921,-0.005840153),(0.007513951,0.009599388,-0.005995598),(0.007312487,0.009784713,-0.006303354),(0.007415819,0.00922172,-0.006164121),(0.007225376,0.009407467,-0.006479113),(0.007476924,0.008659003,-0.005999577),(0.007309978,0.008844943,-0.006329512),(0.007129802,0.009030196,-0.006651114),(0.007195505,0.008468832,-0.006490701),(0.007025001,0.008652776,-0.006818489),(0.007353184,0.00828458,-0.006155098),(0.007638693,0.008471156,-0.005666188),(0.00750634,0.008098436,-0.005816523),(0.007089566,0.009968986,-0.006596506),(0.006851069,0.01015341,-0.006878672),(0.007013571,0.009592992,-0.006780271),(0.006785349,0.00977898,-0.007070382),(0.006602877,0.01033921,-0.007153468),(0.006350871,0.01052759,-0.007424514),(0.006299426,0.0101551,-0.007628605),(0.006545651,0.00996612,-0.007352233),(0.006709736,0.009402592,-0.007256765),(0.006478108,0.009590334,-0.007544966),(0.006237593,0.009779504,-0.007826188),(0.006165596,0.00940142,-0.008017506),(0.006400286,0.009212315,-0.007731682),(0.006624005,0.009024511,-0.007437534),(0.006928345,0.009215979,-0.006959507),(0.006833374,0.008838001,-0.007133618),(0.006100934,0.01071976,-0.007695424),(0.005844272,0.01090174,-0.007938944),(0.005794992,0.01052699,-0.008145723),(0.006051615,0.0103466,-0.007902288),(0.005572089,0.01105955,-0.00812782),(0.005275594,0.01117921,-0.008234792),(0.005226413,0.01079993,-0.008431629),(0.005522333,0.01068264,-0.008331356),(0.005464012,0.01030379,-0.008529117),(0.005736418,0.01014963,-0.00834609),(0.005169231,0.01041948,-0.008623761),(0.005103828,0.01003847,-0.008811738),(0.00539716,0.009923603,-0.008721594),(0.005668753,0.009770311,-0.008540488),(0.005992321,0.009970401,-0.008102504),(0.005923326,0.009591835,-0.00829645),(0.004945992,0.01124673,-0.008232608),(0.004604169,0.01126873,-0.008136695),(0.004561769,0.01088562,-0.008311256),(0.004900006,0.01086521,-0.008418991),(0.00427101,0.01125182,-0.007962482),(0.003967403,0.01120261,-0.007725397),(0.003924431,0.01082036,-0.007881774),(0.004230358,0.01086829,-0.008126244),(0.004181955,0.01048583,-0.008290273),(0.004511557,0.01050289,-0.008484376),(0.003874039,0.01043975,-0.008039849),(0.003814941,0.01006148,-0.008200599),(0.004124691,0.01010513,-0.008455509),(0.00445269,0.0101212,-0.008656881),(0.004846196,0.01048331,-0.008602193),(0.004784037,0.01010166,-0.008782896),(0.003714234,0.01112771,-0.007440866),(0.003518832,0.01102848,-0.007121833),(0.003454494,0.01065428,-0.007278857),(0.003662642,0.01074896,-0.007595665),(0.003388528,0.0109063,-0.006781237),(0.003330652,0.01076254,-0.006432019),(0.003309486,0.01053652,-0.00694229),(0.003237118,0.01039587,-0.006596906),(0.003384722,0.0102824,-0.007439032),(0.003226374,0.01016923,-0.007106838),(0.003140935,0.0100318,-0.006765592),(0.003041625,0.009670798,-0.006938623),(0.003138269,0.009804991,-0.007275486),(0.003308314,0.009913465,-0.007603095),(0.003604453,0.01037226,-0.00775307),(0.003538343,0.009998275,-0.007913964),(0.003352535,0.01059857,-0.006087121),(0.003439233,0.01041908,-0.005748564),(0.003246892,0.01023253,-0.006253644),(0.003324194,0.01005185,-0.005915562),(0.003575803,0.0102288,-0.00541837),(0.003747304,0.01003244,-0.005098563),(0.003622936,0.00965989,-0.00526716),(0.003454413,0.009859187,-0.005585716),(0.003332999,0.009492327,-0.005757618),(0.003208803,0.009687307,-0.006087112),(0.003497961,0.009290237,-0.00543978),(0.003374484,0.008923654,-0.005617589),(0.0032131,0.009128523,-0.005935078),(0.003093913,0.009325827,-0.006264014),(0.003139929,0.009869143,-0.006424392),(0.003031797,0.009508831,-0.006599997),(0.00393879,0.009834691,-0.004791164),(0.004122401,0.009640182,-0.004488334),(0.004002777,0.009262275,-0.004663958),(0.003815151,0.009459316,-0.004962952),(0.004270275,0.00945353,-0.004182229),(0.004354549,0.009279354,-0.003865012),(0.004157538,0.009073582,-0.004361044),(0.00425115,0.008898051,-0.004045073),(0.004036477,0.008697348,-0.004539682),(0.003878107,0.008887795,-0.00484075),(0.004135835,0.008520685,-0.004224327),(0.004011376,0.008146801,-0.004403521),(0.00390983,0.00832444,-0.004719186),(0.00375104,0.008516521,-0.005019908),(0.003689133,0.009087076,-0.00513747),(0.003563195,0.008717956,-0.005315955),(0.004347361,0.00912227,-0.003528841),(0.004276514,0.00897806,-0.003177),(0.004195486,0.008596778,-0.003351194),(0.004255337,0.008740493,-0.003706916),(0.004169813,0.00884251,-0.002812777),(0.004055059,0.008711397,-0.002439457),(0.003985229,0.008334332,-0.002605552),(0.004096988,0.00846277,-0.00298253),(0.004001867,0.008087654,-0.003155049),(0.00409541,0.008219704,-0.003526481),(0.003890263,0.007962742,-0.002775986),(0.003773769,0.007596766,-0.002949695),(0.003887628,0.007717166,-0.00332965),(0.00397922,0.007846649,-0.003702665),(0.004147772,0.008362759,-0.003884751),(0.004027487,0.0079887,-0.004062651),(0.003960057,0.008580503,-0.002060326),(0.003872176,0.008453716,-0.00167855),(0.003787339,0.008085535,-0.001843357),(0.003885601,0.008207335,-0.002224882),(0.003778787,0.008334928,-0.001297292),(0.003667258,0.008228025,-0.0009197181),(0.003551848,0.007872564,-0.001089086),(0.003679676,0.007972691,-0.001463812),(0.003551496,0.007620542,-0.001636485),(0.003673655,0.007725962,-0.002014128),(0.003408665,0.007528073,-0.001264465),(0.003243037,0.007194481,-0.00144462),(0.003399649,0.007278493,-0.001814025),(0.003536097,0.007375099,-0.002189557),(0.003783719,0.007841103,-0.00239482),(0.003658697,0.007481968,-0.002568888),(0.00352496,0.008136896,-0.0005489927),(0.003387941,0.008045781,-0.0001943813),(0.003239368,0.00770469,-0.0003707216),(0.003393091,0.007788916,-0.0007220124),(0.003292253,0.007938916,0.0001348512),(0.003273942,0.007800544,0.0004294398),(0.003090881,0.007466305,0.0002519994),(0.003126643,0.007602837,-4.334148e-5),(0.00294382,0.007276421,-0.0002250703),(0.003070041,0.007373834,-0.0005518903),(0.002892707,0.00714172,7.294743e-5),(0.002679704,0.006827628,-0.0001062075),(0.002745486,0.006959967,-0.0004089914),(0.002883163,0.00705322,-0.000736634),(0.003236585,0.007451777,-0.0009006446),(0.003059944,0.007125389,-0.001083666),(0.003369058,0.0076149,0.0006801192),(0.003526254,0.007405871,0.0009102609),(0.003168043,0.007278041,0.0005071724),(0.00330687,0.007066112,0.0007438136),(0.00369418,0.007197341,0.001143236),(0.003821489,0.007013198,0.001402417),(0.003564471,0.006683491,0.001248042),(0.0034561,0.006858573,0.0009835582),(0.00319809,0.006534678,0.0008303428),(0.003070003,0.006738918,0.0005813133),(0.003285589,0.006371122,0.001101724),(0.002983391,0.006078943,0.0009659964),(0.002918462,0.006228701,0.0006859165),(0.002814199,0.006426839,0.000424812),(0.002951488,0.006951908,0.0003352951),(0.002718611,0.0066382,0.0001662489),(0.003856831,0.006877324,0.001711174),(0.003823611,0.006772427,0.002056512),(0.00352974,0.00649113,0.00190376),(0.003580721,0.006568926,0.001558901),(0.003745233,0.006681215,0.002425437),(0.003645103,0.006586393,0.002804953),(0.003325653,0.00635084,0.002645976),(0.003436421,0.00642635,0.002270244),(0.003107488,0.006194493,0.002120781),(0.003214313,0.006231443,0.001758252),(0.002987839,0.006138923,0.002491071),(0.002634021,0.005947417,0.002342896),(0.002759862,0.005983741,0.001979688),(0.002877659,0.005993247,0.001622634),(0.003282338,0.006280181,0.001414797),(0.002960979,0.00601272,0.001281486),(0.003546625,0.006470666,0.003182065),(0.003440726,0.006349158,0.003554862),(0.003222325,0.006240848,0.003018585),(0.003116664,0.006114881,0.003387319),(0.003318333,0.00623699,0.00392143),(0.003170375,0.006149286,0.004279857),(0.002998893,0.005991446,0.003751433),(0.002859238,0.00588905,0.004110177),(0.00277766,0.005902602,0.003221517),(0.002666466,0.00576569,0.003582691),(0.002537426,0.005645503,0.003941842),(0.002323339,0.005558021,0.003417518),(0.002205825,0.005419078,0.003776214),(0.00242663,0.005709259,0.003060164),(0.002881341,0.006034319,0.002857813),(0.002526568,0.00584749,0.002702506),(0.002987777,0.006101166,0.004628231),(0.002783313,0.006077756,0.004971399),(0.002687922,0.005826201,0.004462804),(0.00249607,0.005789104,0.004812668),(0.002569754,0.006064177,0.005314205),(0.00235987,0.006045552,0.005661496),(0.002294807,0.005763963,0.005163121),(0.002095258,0.005736987,0.005517515),(0.002203788,0.00550904,0.004657118),(0.002017148,0.00546872,0.00501627),(0.001829267,0.00543098,0.005378449),(0.001730506,0.005187167,0.004869253),(0.001554298,0.005137641,0.005238438),(0.001902462,0.005243808,0.004502325),(0.002380207,0.005563959,0.00429948),(0.002063217,0.005317727,0.004137897),(0.002166434,0.006007004,0.006018118),(0.001980907,0.0059585,0.00637917),(0.001908546,0.005694379,0.005879204),(0.001728304,0.005643865,0.006244775),(0.001794748,0.005910007,0.006739748),(0.001599419,0.005871488,0.007094954),(0.001548165,0.005593172,0.006610812),(0.001361761,0.005550025,0.006973905),(0.001472866,0.00533214,0.006114458),(0.001296644,0.005280985,0.006484344),(0.001116608,0.005235305,0.006852855),(0.001035529,0.0049801,0.006354858),(0.0008606366,0.004932334,0.006727283),(0.001208385,0.005031788,0.00598204),(0.001649123,0.005383794,0.005745168),(0.001380783,0.005085075,0.005609633),(0.001386381,0.005852912,0.007439884),(0.001156257,0.005853482,0.007772895),(0.001162725,0.005522151,0.007330636),(0.0009497527,0.005510854,0.007678647),(0.0009096705,0.005872405,0.00809234),(0.0006472465,0.005908881,0.008396577),(0.0007215385,0.005517441,0.008015577),(0.000476778,0.005543217,0.008339062),(0.0007304728,0.005178269,0.007576846),(0.0005182424,0.00517289,0.007926344),(0.0002891487,0.005186922,0.008263522),(0.0002972569,0.004842831,0.00782436),(8.236556e-5,0.004844553,0.008172445),(0.0004957598,0.004859612,0.007465296),(0.000928906,0.005200069,0.007218019),(0.0006821335,0.004890809,0.007098517),(0.0003696089,0.005962119,0.00868396),(7.66171e-5,0.006025202,0.008946841),(0.0002141664,0.005589486,0.008646744),(-6.514407e-5,0.00565002,0.008933417),(-0.0002318686,0.006091217,0.009177571),(-0.0005559882,0.00615325,0.009368503),(-0.0003600012,0.005718593,0.009193872),(-0.0006692525,0.005788972,0.009422904),(-0.0002261837,0.005276835,0.00888963),(-0.0005071361,0.00534203,0.009173919),(-0.0008000885,0.005413594,0.009435941),(-0.0006716729,0.004968544,0.009130862),(-0.0009473754,0.005035552,0.009421397),(-0.0004057288,0.004911589,0.008825794),(4.012555e-5,0.005223351,0.00858539),(-0.0001531728,0.004868866,0.008506288),(-0.0008958819,0.006204386,0.00951199),(-0.001245636,0.006234594,0.009611074),(-0.000991746,0.005854931,0.009615306),(-0.001324945,0.005907212,0.00976898),(-0.001599338,0.006233841,0.009668794),(-0.001951073,0.006192098,0.0096882),(-0.001666311,0.005936563,0.009881831),(-0.002013308,0.005933729,0.00995176),(-0.001415143,0.005552107,0.009879467),(-0.001739403,0.005603682,0.01004745),(-0.002076257,0.005633219,0.01017058),(-0.001826625,0.005247581,0.01016641),(-0.002149897,0.005301735,0.01034022),(-0.001521009,0.005181128,0.00994887),(-0.001102398,0.005486182,0.009673376),(-0.001229207,0.005108431,0.009697299),(-0.002294927,0.00609933,0.009672329),(-0.002631555,0.005963144,0.009628532),(-0.002363399,0.005889452,0.00997667),(-0.002713738,0.005806244,0.009964514),(-0.002961608,0.005791151,0.009564158),(-0.00328574,0.005590958,0.009486558),(-0.003061479,0.005686615,0.00992325),(-0.003403777,0.005533073,0.009860829),(-0.002785364,0.005600832,0.01026931),(-0.003146376,0.005534343,0.01025958),(-0.003504203,0.005431282,0.01022021),(-0.003220743,0.005331117,0.01056263),(-0.003588072,0.005277434,0.01055507),(-0.002853945,0.005349238,0.01053294),(-0.002426784,0.005633031,0.01024209),(-0.002494667,0.005337533,0.0104606),(-0.003604602,0.005370171,0.009403077),(-0.003920995,0.005137184,0.009313679),(-0.003737787,0.005348129,0.009785205),(-0.004065296,0.005139933,0.009698644),(-0.004237717,0.004900395,0.009218324),(-0.004557567,0.004668195,0.009116975),(-0.004388092,0.004916636,0.009603413),(-0.004707963,0.004686388,0.009501776),(-0.004193507,0.005115114,0.01007934),(-0.004525128,0.004915065,0.009987343),(-0.004848158,0.004695741,0.00988732),(-0.004643158,0.004882659,0.01036828),(-0.004972432,0.004684874,0.01027389),(-0.004301315,0.00504969,0.01045112),(-0.003853222,0.005289363,0.01015855),(-0.003948942,0.005182453,0.01051564),(-0.004883345,0.004448981,0.00900959),(-0.005213428,0.004238533,0.008897419),(-0.005026699,0.004457341,0.009395999),(-0.005345837,0.00423026,0.00928677),(-0.005546194,0.004032634,0.008781704),(-0.00588002,0.003827067,0.008663694),(-0.005991478,0.003785071,0.009060708),(-0.005666916,0.004005915,0.009174777),(-0.005784749,0.003985838,0.009569205),(-0.005473315,0.004224988,0.009677852),(-0.006101626,0.003752355,0.009458486),(-0.006213299,0.003731105,0.009856828),(-0.005900553,0.003971989,0.009965375),(-0.005594148,0.004218563,0.01007162),(-0.005162668,0.004463668,0.009784021),(-0.005287101,0.00445985,0.01017473),(-0.006213284,0.003617613,0.008544632),(-0.006549588,0.003424722,0.008425906),(-0.006657573,0.003374189,0.008829447),(-0.006321061,0.003568497,0.008945247),(-0.006892533,0.003268846,0.008308902),(-0.007245722,0.003170434,0.008195004),(-0.007359019,0.003124357,0.008601018),(-0.007002923,0.003220143,0.008714355),(-0.007114292,0.003184032,0.009119142),(-0.006766036,0.003336133,0.009232733),(-0.007473727,0.003089695,0.009006029),(-0.007591113,0.003065318,0.009410287),(-0.007228912,0.003160881,0.009523276),(-0.006878117,0.00331244,0.009635529),(-0.006428602,0.00353068,0.009346087),(-0.006539366,0.003506884,0.009746796),(-0.007612756,0.003149936,0.008085602),(-0.007989082,0.003175046,0.007977153),(-0.008105022,0.003129967,0.008379822),(-0.00772777,0.003104826,0.008490485),(-0.008370152,0.003213458,0.007866126),(-0.008751406,0.003232866,0.007748979),(-0.008868443,0.003187932,0.00814636),(-0.00848663,0.003168197,0.008266089),(-0.008606399,0.003126275,0.008664644),(-0.008223507,0.003090547,0.00878109),(-0.00898966,0.003145897,0.008542465),(-0.009113909,0.003103797,0.008937284),(-0.008728844,0.003085132,0.009061924),(-0.008344445,0.003054475,0.009181227),(-0.007844708,0.003068444,0.008894116),(-0.00796408,0.00303886,0.009296809),(-0.009128302,0.003200961,0.007622177),(-0.009503205,0.003139259,0.007489293),(-0.009622365,0.003098539,0.007883407),(-0.009246308,0.00315759,0.00801769),(-0.009878493,0.003069271,0.0073539),(-0.01025653,0.00301251,0.007219574),(-0.0103776,0.002979793,0.007611272),(-0.009998751,0.003032151,0.007746828),(-0.01012651,0.003010046,0.008139852),(-0.009747911,0.003067711,0.008277026),(-0.01050716,0.002966765,0.008003766),(-0.01064154,0.002965,0.008396384),(-0.01025865,0.002996363,0.008532523),(-0.009877371,0.003041735,0.008669865),(-0.009369564,0.003119685,0.008412246),(-0.009496272,0.003083439,0.008805691),(-0.01063971,0.002990491,0.007089886),(-0.01102674,0.002992587,0.006963836),(-0.011148,0.002969711,0.007352001),(-0.01076104,0.002962836,0.007480062),(-0.01141637,0.003008175,0.006840421),(-0.01180732,0.00302663,0.006718642),(-0.01192816,0.003008686,0.007100549),(-0.0115374,0.002988851,0.007225895),(-0.01127918,0.002971709,0.007742765),(-0.01166889,0.002996217,0.007615403),(-0.01205996,0.003019604,0.007488498),(-0.01180619,0.003015388,0.008006853),(-0.01219779,0.003042306,0.007879429),(-0.01141589,0.002985923,0.008134712),(-0.01089166,0.002957938,0.007871812),(-0.01102748,0.002965323,0.008264168),(-0.01219835,0.003037328,0.006597497),(-0.01258911,0.003042869,0.006476171),(-0.01231919,0.00301765,0.00697477),(-0.01271013,0.003019564,0.006847916),(-0.01297932,0.003045853,0.006353856),(-0.01336863,0.00304888,0.006229734),(-0.01310065,0.003018248,0.006719347),(-0.01349037,0.003017524,0.006588421),(-0.0128433,0.00303209,0.007231937),(-0.01323486,0.003030498,0.007101366),(-0.01362589,0.003029888,0.00696866),(-0.01337556,0.003059635,0.007491616),(-0.01376803,0.003061202,0.00735952),(-0.01298281,0.00305935,0.007622104),(-0.01245154,0.003030009,0.00736083),(-0.01259011,0.003055266,0.007751277),(-0.01375675,0.003054552,0.006102992),(-0.01414246,0.003053788,0.005977291),(-0.01387895,0.003021216,0.006454499),(-0.01426394,0.003017182,0.006321187),(-0.01452458,0.003037509,0.00585629),(-0.01490188,0.002996637,0.00574365),(-0.01464293,0.002993287,0.006192089),(-0.01501347,0.002937392,0.006070808),(-0.01440148,0.003030369,0.006698758),(-0.01477854,0.003001045,0.006568132),(-0.01514343,0.002931733,0.006444767),(-0.0149224,0.003033263,0.006963286),(-0.01528336,0.00295406,0.006840782),(-0.0145463,0.00306572,0.007092488),(-0.01401601,0.003034915,0.006833362),(-0.01415989,0.003069132,0.007225522),(-0.01527318,0.002922092,0.00564303),(-0.01564182,0.002825842,0.00555391),(-0.01537313,0.00283736,0.005960955),(-0.01572711,0.002708868,0.005861007),(-0.01601116,0.002719855,0.005475766),(-0.01638457,0.002616098,0.005408078),(-0.01608065,0.002567596,0.005769451),(-0.01643893,0.002429222,0.005684766),(-0.01583236,0.002646687,0.006227178),(-0.01617027,0.002469271,0.006127947),(-0.01651304,0.002294138,0.006031755),(-0.01627864,0.002416178,0.00651792),(-0.01660813,0.002208821,0.006414573),(-0.0159534,0.002623909,0.00662128),(-0.01549239,0.002807228,0.00633195),(-0.01562433,0.002810406,0.006727841),(-0.01676538,0.00252654,0.005350326),(-0.01715225,0.00245214,0.00530232),(-0.01680719,0.002309427,0.005605437),(-0.01718405,0.002209351,0.005532093),(-0.01754383,0.002393855,0.00526387),(-0.01793875,0.002352646,0.005234789),(-0.01756814,0.002130139,0.005465365),(-0.0179581,0.002072932,0.005405881),(-0.01723278,0.002009859,0.00584234),(-0.01760736,0.001904027,0.005751846),(-0.01799016,0.001824612,0.00566598),(-0.01766789,0.001730082,0.006092487),(-0.01804261,0.001627819,0.005986913),(-0.01730344,0.001862911,0.006200117),(-0.01686761,0.002140449,0.005936097),(-0.01694996,0.002023445,0.006308058),(-0.01833566,0.002329471,0.005214885),(-0.01873442,0.002321384,0.005202421),(-0.01835256,0.002038872,0.00535427),(-0.01875063,0.002023476,0.00530899),(-0.01913489,0.002325437,0.005195656),(-0.01953693,0.002338686,0.005192849),(-0.01915142,0.002022259,0.005268495),(-0.01955404,0.002030736,0.005231243),(-0.01877528,0.001744584,0.005510824),(-0.01917452,0.001733137,0.005438723),(-0.01957617,0.001733511,0.005368401),(-0.01961567,0.001489009,0.005590644),(-0.01921562,0.001495981,0.005688189),(-0.01881865,0.001517172,0.005785955),(-0.01837998,0.00177327,0.005586108),(-0.01842692,0.001558983,0.005885132),(-0.01994041,0.002358183,0.005192261),(-0.02034524,0.00238117,0.005194288),(-0.01995759,0.002044423,0.005195688),(-0.02036211,0.002061713,0.005162792),(-0.02075131,0.002404892,0.005199326),(-0.02115855,0.002426591,0.005207767),(-0.02076764,0.002081001,0.005133515),(-0.02117418,0.00210068,0.005108823),(-0.0203821,0.00175219,0.005230668),(-0.02078654,0.001767938,0.00516684),(-0.02119209,0.001786255,0.005108759),(-0.02082176,0.001509876,0.005302442),(-0.0212262,0.001526501,0.005216396),(-0.02041861,0.001497234,0.005395208),(-0.01997866,0.001740288,0.005298452),(-0.02001663,0.001489853,0.00549213),(-0.02156687,0.002443511,0.005220012),(-0.02197599,0.002456845,0.005235108),(-0.0215818,0.002119145,0.005089673),(-0.02199019,0.002136698,0.005074682),(-0.02238565,0.00246779,0.005252103),(-0.02279557,0.002477539,0.005270049),(-0.02239912,0.002153644,0.005062463),(-0.02280832,0.002170285,0.00505163),(-0.02200638,0.001826434,0.005013326),(-0.02241454,0.001847653,0.004972205),(-0.02282301,0.001869193,0.004932968),(-0.02244661,0.001589907,0.00500467),(-0.0228546,0.001613297,0.00494183),(-0.02203898,0.001567193,0.005069831),(-0.02159879,0.001805861,0.005058216),(-0.02163206,0.001545832,0.005139632),(0.01127748,0.0001117456,0.01493216),(0.01132395,0.0001064025,0.01452252),(0.01123303,0.0001163208,0.01534199),(0.01082778,0.0001138919,0.01528235),(0.01087395,0.0001108566,0.01487044),(0.01092221,0.0001073003,0.01445862),(0.0111926,0.0001193601,0.01575221),(0.01115823,0.0001200957,0.01616302),(0.0107501,0.0001163148,0.01610686),(0.0107858,0.000115885,0.01569446),(0.0103767,0.0001120203,0.01564024),(0.01041927,0.0001111813,0.0152274),(0.01034045,0.0001124188,0.01605333),(0.009929765,0.0001100334,0.0160024),(0.009966188,0.0001088551,0.0155892),(0.01000895,0.0001086036,0.01517632),(0.01046606,0.0001100484,0.01481474),(0.01051497,0.0001087687,0.01440215),(0.01005593,0.0001089701,0.01476365),(0.01010502,0.0001096456,0.01435109),(0.01113191,0.0001177595,0.01657461),(0.01111056,0.0001136418,0.01698683),(0.01070059,0.0001118635,0.01693271),(0.01072277,0.0001146603,0.01651963),(0.01109109,0.0001090326,0.01739952),(0.01107039,0.0001052221,0.01781256),(0.01065882,0.0001066113,0.01775941),(0.01068035,0.0001088665,0.01734599),(0.01026949,0.0001125459,0.01729409),(0.01029007,0.0001120673,0.01688038),(0.0102477,0.0001142796,0.01770776),(0.009837438,0.0001313591,0.01765729),(0.009858734,0.0001226851,0.0172437),(0.009879146,0.000116523,0.01682987),(0.01031265,0.0001122297,0.01646675),(0.009901787,0.0001124476,0.01641603),(0.01104538,0.0001035004,0.01822578),(0.01101784,0.0001131974,0.01863676),(0.01060437,0.0001149059,0.01858468),(0.01063278,0.0001060401,0.01817286),(0.01098955,0.0001436431,0.01904311),(0.01096229,0.0002041673,0.0194424),(0.01054891,0.0001919614,0.01939673),(0.0105757,0.000140962,0.0189932),(0.01016437,0.0001536918,0.01894321),(0.01019296,0.0001291037,0.01853346),(0.01013787,0.0001973955,0.0193494),(0.009730779,0.0002257339,0.0192999),(0.009756978,0.0001871275,0.01889243),(0.009784714,0.0001605499,0.01848237),(0.01022146,0.0001178826,0.01812126),(0.00981215,0.0001429706,0.01807042),(0.01093783,0.0003040998,0.01983222),(0.01091528,0.0004338453,0.02021516),(0.01050566,0.0003844279,0.02018556),(0.01052611,0.0002756573,0.01979362),(0.01089373,0.0005838087,0.02059384),(0.01087227,0.0007443942,0.02097083),(0.01046516,0.0006467059,0.02096144),(0.0104859,0.0005106513,0.02057426),(0.0100756,0.0004566042,0.02054452),(0.01009558,0.000354124,0.02014884),(0.01005358,0.000568132,0.02093912),(0.009638382,0.0005101042,0.0209057),(0.009663916,0.0004236493,0.02050604),(0.009686395,0.0003460594,0.02010579),(0.01011564,0.0002659637,0.01975087),(0.009707968,0.0002793994,0.01970405),(0.01085,0.0009060066,0.02134874),(0.01081944,0.001082521,0.02170683),(0.01040999,0.0009404541,0.02171672),(0.0104418,0.0007849698,0.0213488),(0.01077308,0.001287813,0.02202436),(0.01070346,0.001535757,0.02228061),(0.01029776,0.001363129,0.02231573),(0.01036392,0.00112817,0.02204557),(0.009946278,0.0009886888,0.02204979),(0.009993048,0.0008183441,0.02171025),(0.009883003,0.0012103,0.02233401),(0.009459342,0.001082813,0.0223355),(0.009520615,0.0008738256,0.02203779),(0.009569221,0.0007193041,0.02168878),(0.01002744,0.0006834352,0.02133387),(0.009607647,0.0006033597,0.02130569),(0.01060307,0.001840229,0.02245483),(0.01048556,0.002154888,0.02253948),(0.01009868,0.001973345,0.02261074),(0.01020569,0.001660342,0.02250759),(0.01036454,0.002433391,0.02252698),(0.01025366,0.002629399,0.0224098),(0.009883719,0.002460855,0.02250942),(0.009987698,0.00225567,0.02261482),(0.009602863,0.002094999,0.0226904),(0.009702923,0.001809135,0.02266765),(0.009507289,0.002310924,0.02259933),(0.009208934,0.001957562,0.02275269),(0.009123576,0.002186462,0.02267903),(0.009297409,0.001668265,0.02270916),(0.009799093,0.001499009,0.02254441),(0.009382909,0.001362154,0.0225647),(0.01016654,0.00269657,0.02218037),(0.01009806,0.002670763,0.02186798),(0.009726366,0.00253772,0.0219706),(0.009797707,0.002542434,0.02228416),(0.01004307,0.002587836,0.0215019),(0.009996448,0.002483647,0.0211114),(0.009614489,0.002418673,0.02120481),(0.009666394,0.002484029,0.0216003),(0.009291785,0.002415198,0.02169809),(0.009353231,0.002433467,0.02206941),(0.00923875,0.002393976,0.02130085),(0.008874573,0.002419599,0.02140591),(0.008922889,0.002392213,0.0217999),(0.008980519,0.002368052,0.0221671),(0.009424574,0.002411227,0.02238108),(0.009047425,0.00231138,0.02247199),(0.009953052,0.002394054,0.02072577),(0.009920546,0.002335629,0.02034999),(0.009534708,0.002376056,0.0204395),(0.009567354,0.002378966,0.0208157),(0.009906592,0.002324939,0.01998908),(0.009918845,0.002378557,0.01964804),(0.009551774,0.00252521,0.01975206),(0.009526273,0.002421089,0.02008277),(0.009164059,0.002559992,0.02018609),(0.009164181,0.002460857,0.02053739),(0.009202984,0.002710278,0.01986503),(0.008879449,0.002928242,0.01999359),(0.008827573,0.002739315,0.02030694),(0.008816446,0.002592199,0.02065184),(0.009192646,0.002407357,0.02091147),(0.008835603,0.002485944,0.0210207),(0.009964972,0.002513051,0.01933185),(0.01002036,0.002694927,0.01902937),(0.009703669,0.00290923,0.01917379),(0.009620926,0.002699567,0.01945391),(0.01006041,0.002890694,0.01872944),(0.01006052,0.003066856,0.01842091),(0.009789651,0.003294763,0.01860955),(0.009769931,0.003119271,0.01889718),(0.009482068,0.003361647,0.01906045),(0.009396045,0.00314598,0.01931913),(0.009515673,0.003529362,0.01878875),(0.00924187,0.003776515,0.0189521),(0.009199477,0.00361757,0.01921659),(0.009101126,0.003400873,0.01946637),(0.009291666,0.002917232,0.01958168),(0.008982541,0.003159929,0.01971938),(0.009996077,0.003189919,0.01809263),(0.009880066,0.003273294,0.01775035),(0.0096164,0.003455214,0.01796419),(0.009732759,0.003400775,0.01829636),(0.009725471,0.003330391,0.01739985),(0.009545279,0.003374622,0.0170469),(0.009273843,0.003480993,0.01726921),(0.009457713,0.003475985,0.01761962),(0.009180715,0.00362211,0.01782222),(0.009344237,0.003637953,0.01816259),(0.008993008,0.003588363,0.01747307),(0.00872256,0.003738197,0.0176411),(0.008910125,0.003801198,0.01799206),(0.009074397,0.003844483,0.01833246),(0.00946281,0.003614251,0.01848711),(0.009192577,0.003844204,0.01865493),(0.009352471,0.003419396,0.01669725),(0.009149703,0.003465703,0.01635063),(0.008883749,0.003498179,0.01657063),(0.009081929,0.003488143,0.01691954),(0.008939631,0.003514534,0.01600678),(0.008724907,0.003566877,0.01566541),(0.008475685,0.003529875,0.01587512),(0.008681077,0.003511841,0.01622248),(0.00841266,0.003511043,0.01641712),(0.008608152,0.003532453,0.01677004),(0.008216233,0.003494499,0.0160639),(0.007965658,0.003526626,0.01621684),(0.008156215,0.003573626,0.01657368),(0.008345773,0.003624497,0.01693077),(0.008801877,0.003558351,0.01712218),(0.008534499,0.003679325,0.01728695),(0.00850819,0.003623723,0.01532625),(0.008288053,0.003678629,0.01498913),(0.008060019,0.003575245,0.0151832),(0.008269353,0.00355302,0.01552856),(0.008063077,0.003725154,0.01465389),(0.007831839,0.003756854,0.01432036),(0.007624125,0.003592799,0.01449767),(0.00784563,0.003590516,0.01483944),(0.007617101,0.003456278,0.0150081),(0.007820753,0.003472128,0.01535868),(0.00740644,0.003430638,0.01465979),(0.007380309,0.003394662,0.01515584),(0.007175068,0.003342283,0.01480629),(0.007579374,0.003440566,0.01550764),(0.008019696,0.003483198,0.01571085),(0.007773934,0.003483413,0.0158614),(0.007592914,0.003767287,0.01398836),(0.007355593,0.003754571,0.0136557),(0.00716293,0.003538625,0.01381903),(0.00739345,0.003576063,0.01415829),(0.00712916,0.003716819,0.01332018),(0.006922903,0.003652149,0.01297959),(0.006941888,0.003478806,0.01347761),(0.006739651,0.003394926,0.01313177),(0.00696575,0.003333431,0.01396976),(0.006752835,0.003258818,0.01362331),(0.006556281,0.003164833,0.01327276),(0.006542407,0.003121231,0.01376264),(0.006350978,0.003022461,0.0134079),(0.006748587,0.003206702,0.01411224),(0.007186471,0.003390197,0.01431447),(0.006961984,0.003280008,0.01445928),(0.006746111,0.003558677,0.01263173),(0.006600614,0.003443944,0.01227672),(0.006565543,0.003285304,0.01277923),(0.006420617,0.003158747,0.01241963),(0.006488238,0.003315495,0.01191468),(0.006410817,0.00318087,0.01154573),(0.006305933,0.003024064,0.01205257),(0.006222547,0.002890062,0.0116777),(0.006238486,0.002923201,0.01255142),(0.006118352,0.002793595,0.012179),(0.006024803,0.002670157,0.01179765),(0.005810014,0.002565744,0.01190545),(0.005911153,0.002672628,0.01229492),(0.006035156,0.002789889,0.01267471),(0.006384646,0.003049954,0.01291573),(0.00618183,0.002909257,0.01304549),(0.006370177,0.003047611,0.01116999),(0.00636074,0.00291833,0.01078835),(0.006148303,0.002652122,0.01090438),(0.006171514,0.00276555,0.01129463),(0.006376931,0.002795637,0.01040171),(0.006413167,0.002682143,0.01001096),(0.006167229,0.002464898,0.01010639),(0.006148386,0.002551373,0.01050796),(0.00589573,0.002394798,0.01060039),(0.005916305,0.002469803,0.01100702),(0.005893855,0.002337847,0.01018795),(0.005621063,0.002329225,0.01025986),(0.005638956,0.002358792,0.01068124),(0.005675412,0.002408371,0.01109702),(0.005958391,0.002561908,0.01140655),(0.005731933,0.002477506,0.01150562),(0.006463875,0.00258046,0.009616988),(0.006524113,0.002491422,0.009219585),(0.00624357,0.002339219,0.009291726),(0.006200305,0.002394293,0.009700676),(0.00658895,0.002415866,0.008818534),(0.006653445,0.002354627,0.008413619),(0.00634451,0.002274306,0.008467708),(0.006292987,0.002299336,0.008880436),(0.005970656,0.00227603,0.008931683),(0.005934541,0.002279721,0.0093516),(0.00601299,0.002287579,0.008513263),(0.005698191,0.002399005,0.008561551),(0.005660995,0.002356677,0.008982608),(0.005634279,0.00232983,0.009407827),(0.005907866,0.002299907,0.009771017),(0.005620235,0.002320125,0.009834488),(0.006712663,0.002308541,0.008004626),(0.006767172,0.002279387,0.007592532),(0.0064426,0.002269489,0.007641452),(0.006394102,0.00226379,0.008054439),(0.006817544,0.002268944,0.007178311),(0.006864342,0.00227899,0.006762941),(0.006539683,0.002336349,0.006819602),(0.006490848,0.002293108,0.007229565),(0.006159719,0.002411326,0.007280542),(0.006107082,0.002353926,0.007687294),(0.006216669,0.002486614,0.006878475),(0.005924055,0.002713413,0.00694491),(0.005857173,0.002611664,0.007339185),(0.005796853,0.002525806,0.007739964),(0.006058319,0.002313111,0.008098334),(0.005743667,0.002455151,0.008147378),(0.006908141,0.002311305,0.006347403),(0.006944457,0.002363197,0.005932665),(0.00663543,0.002483021,0.006007652),(0.006589945,0.002400915,0.006412381),(0.006968812,0.002431973,0.005519697),(0.006976728,0.002514944,0.00510947),(0.006687237,0.002684725,0.005204665),(0.00666993,0.002578886,0.005605164),(0.006383918,0.002808652,0.005696989),(0.006336798,0.002690016,0.006088146),(0.0064117,0.002932257,0.005306575),(0.006155743,0.003229791,0.005409012),(0.006122342,0.003095581,0.005791327),(0.006066212,0.002961019,0.006173242),(0.006278371,0.00258109,0.006481492),(0.005996926,0.002831747,0.006557016),(0.006963722,0.002609416,0.004702955),(0.006930826,0.002713388,0.004300575),(0.006652326,0.002912958,0.004409692),(0.006681144,0.002796754,0.004805905),(0.006879065,0.002824858,0.003902756),(0.006809467,0.002941824,0.003509922),(0.006529202,0.00314982,0.003628159),(0.006601454,0.003031318,0.00401684),(0.006333758,0.003296871,0.004136573),(0.006385888,0.003178266,0.004524999),(0.00625645,0.003410011,0.003751546),(0.0060677,0.003589633,0.00425376),(0.005980248,0.003689667,0.003872291),(0.006127028,0.003478512,0.004638313),(0.006412113,0.003056095,0.004915456),(0.006156839,0.003357999,0.005024035),(0.006723062,0.003062285,0.003122496),(0.006618239,0.003183735,0.002742159),(0.006436246,0.003266443,0.00324446),(0.006321935,0.003377752,0.002867396),(0.006493394,0.003303667,0.002370591),(0.006346914,0.003419577,0.00200947),(0.00618563,0.003480307,0.002498615),(0.006026684,0.003570671,0.002139769),(0.006029074,0.003609842,0.002997596),(0.005880152,0.003687816,0.002632282),(0.00570851,0.003745353,0.002277148),(0.00556551,0.003891889,0.002765621),(0.005383135,0.003909014,0.002415757),(0.005727155,0.003846092,0.003126288),(0.006154696,0.003515787,0.003371286),(0.005866066,0.00377692,0.003495822),(0.006177194,0.003528959,0.001660478),(0.005988782,0.003636931,0.001323799),(0.00584445,0.003645404,0.001792509),(0.005646428,0.003710225,0.001454771),(0.005786224,0.003748611,0.0009996191),(0.005574069,0.003869115,0.0006881236),(0.005440115,0.00377085,0.001124488),(0.005233009,0.003832997,0.0007995974),(0.005309404,0.003792685,0.001598472),(0.005103187,0.003795779,0.00126621),(0.004906691,0.003794024,0.0009328504),(0.004777344,0.003791001,0.001417714),(0.004600632,0.003723896,0.001081488),(0.004975619,0.003849962,0.001748022),(0.005514719,0.003778093,0.001933998),(0.005182027,0.003892168,0.00207863),(0.005356865,0.004003563,0.0003894981),(0.005158159,0.004141192,9.637956e-5),(0.005032609,0.003902381,0.0004780333),(0.004861804,0.003972946,0.0001583573),(0.005001498,0.004271243,-0.0001985948),(0.004910428,0.004382954,-0.0005027881),(0.004700535,0.004093378,-0.0004810823),(0.004743483,0.004038631,-0.0001608684),(0.004521141,0.003795194,-8.282894e-5),(0.004595199,0.003794824,0.0002540443),(0.004528832,0.003794088,-0.0004123),(0.00440519,0.003487526,-0.000296886),(0.004345053,0.003536326,3.515077e-5),(0.004368343,0.003593816,0.0003814177),(0.004730538,0.00379407,0.0005940329),(0.004458919,0.003657254,0.0007331265),(0.004908497,0.004465565,-0.000823563),(0.004989734,0.004529491,-0.001131507),(0.004896897,0.004161306,-0.001103556),(0.00475585,0.004131128,-0.0008037227),(0.005148174,0.004585147,-0.001397205),(0.005377846,0.004642949,-0.001591247),(0.00538606,0.004236649,-0.001533873),(0.005111144,0.004193338,-0.001355351),(0.005096167,0.003804429,-0.001251988),(0.004833608,0.003791437,-0.001016528),(0.005409159,0.003836656,-0.001416815),(0.005447343,0.003450826,-0.0012551),(0.005105386,0.003427387,-0.001098985),(0.004804767,0.003428637,-0.0008779284),(0.004638742,0.003790413,-0.0007300825),(0.004564898,0.003450156,-0.0006059038),(0.005672781,0.004713312,-0.001684218),(0.006016328,0.004792738,-0.001703568),(0.006067453,0.004379035,-0.001626283),(0.005709115,0.004300663,-0.00161389),(0.006391833,0.00487773,-0.001676748),(0.006782645,0.00496479,-0.001631208),(0.006838562,0.004553472,-0.001571717),(0.00644822,0.00446542,-0.001601931),(0.006506706,0.004058491,-0.001498411),(0.006124537,0.003972155,-0.001507825),(0.006891715,0.004145927,-0.001495321),(0.006942757,0.00374236,-0.00141099),(0.006568104,0.003658467,-0.001378185),(0.006187872,0.003575695,-0.001362642),(0.005755318,0.003895387,-0.00149136),(0.005811228,0.003503371,-0.0013323),(0.007172113,0.005050418,-0.001594398),(0.007542558,0.005139165,-0.001588125),(0.007589786,0.004722061,-0.001600842),(0.007225622,0.004636844,-0.00156652),(0.007876297,0.005235576,-0.001634194),(0.008155654,0.005344199,-0.001754411),(0.008170953,0.004924124,-0.001846039),(0.007911434,0.004815646,-0.001689181),(0.007921885,0.004398327,-0.001746147),(0.007619613,0.004307274,-0.001611952),(0.008155961,0.004507728,-0.001940579),(0.008103859,0.00409818,-0.002037291),(0.007902211,0.00398572,-0.001806075),(0.00762881,0.003895753,-0.001624746),(0.007269453,0.004225998,-0.001530755),(0.007302658,0.003818044,-0.001493113),(0.008362949,0.005469582,-0.001970583),(0.008501786,0.005611335,-0.002257345),(0.008452734,0.005203542,-0.002386039),(0.008348725,0.005054017,-0.002085915),(0.008575764,0.005769067,-0.002589332),(0.00858849,0.005942388,-0.002941181),(0.008471414,0.005554357,-0.003075951),(0.008490969,0.005370915,-0.002723641),(0.008374362,0.004982697,-0.002852372),(0.008370395,0.004803602,-0.00251278),(0.008325236,0.005177647,-0.003202175),(0.008147891,0.004815191,-0.003317952),(0.008222275,0.004607879,-0.002973408),(0.008249395,0.004415268,-0.002635453),(0.008301529,0.004644049,-0.002202486),(0.008214755,0.004243365,-0.002318582),(0.008543566,0.006130904,-0.003287529),(0.008452297,0.006330192,-0.003628864),(0.00829348,0.005959247,-0.00375816),(0.008402058,0.00575208,-0.003420197),(0.008325986,0.006535822,-0.00396568),(0.008175938,0.006743362,-0.004298463),(0.008000995,0.006382553,-0.00442235),(0.008156266,0.006171017,-0.004091617),(0.007968092,0.005815784,-0.004208626),(0.008112604,0.005599118,-0.003877726),(0.007810782,0.006029832,-0.004538377),(0.007604809,0.005685455,-0.004645656),(0.007760983,0.005470913,-0.004315582),(0.007909031,0.005251297,-0.003986179),(0.008234817,0.005384763,-0.0035431),(0.008040738,0.005031193,-0.003654589),(0.008013458,0.006948388,-0.004627707),(0.007844843,0.007150123,-0.004956044),(0.007673147,0.006790176,-0.005082983),(0.007838253,0.006589013,-0.004752135),(0.007676393,0.007347795,-0.005286105),(0.007514408,0.007540628,-0.005620522),(0.00751079,0.006985811,-0.005416903),(0.007356292,0.007175697,-0.005755901),(0.007490247,0.006435647,-0.00520355),(0.007335014,0.006628114,-0.005541746),(0.007188465,0.006814089,-0.005885533),(0.007148609,0.006274646,-0.005660156),(0.007010479,0.006455874,-0.006008987),(0.007295674,0.006086428,-0.005317172),(0.007650168,0.006236337,-0.004869557),(0.007448724,0.005890328,-0.004979263),(0.007365184,0.007727849,-0.005961928),(0.007220334,0.007911383,-0.006305551),(0.00721476,0.007359608,-0.00610199),(0.007077884,0.007539766,-0.006450516),(0.00707147,0.008093156,-0.006646621),(0.006910201,0.008275092,-0.006980365),(0.006937355,0.007718394,-0.006796832),(0.006784856,0.007897711,-0.007136284),(0.006925345,0.007170079,-0.006589572),(0.006792641,0.007345018,-0.006940891),(0.006648422,0.007521202,-0.007285787),(0.006636812,0.006973505,-0.007078359),(0.006500354,0.007146136,-0.007428415),(0.006762223,0.006802673,-0.006722298),(0.007054597,0.006993923,-0.006236298),(0.006884231,0.006631006,-0.006364437),(0.006728139,0.008459116,-0.007302012),(0.006527931,0.008645002,-0.007612407),(0.006612076,0.008079944,-0.007464226),(0.006420939,0.008264687,-0.007780936),(0.006312226,0.008832522,-0.00791239),(0.006083668,0.00902145,-0.008202809),(0.006213365,0.008451542,-0.008086692),(0.005991276,0.00864011,-0.008381777),(0.006302456,0.007884189,-0.007942673),(0.006103139,0.008069964,-0.008254184),(0.005887892,0.008257916,-0.008554089),(0.005980985,0.007688378,-0.008414466),(0.005772982,0.007875388,-0.008719423),(0.006171905,0.007504126,-0.008097173),(0.006484621,0.007701097,-0.007619794),(0.006345207,0.007323195,-0.007768257),(0.005844905,0.009211557,-0.008484504),(0.005592198,0.009389702,-0.008729366),(0.005506349,0.009008131,-0.008912691),(0.005756595,0.008829986,-0.008666471),(0.005321806,0.009542735,-0.008909274),(0.005029988,0.009657512,-0.008996119),(0.004947279,0.009277064,-0.00917738),(0.005237569,0.009161504,-0.009092355),(0.005144061,0.008780236,-0.009271031),(0.005410798,0.008625928,-0.009090439),(0.00485527,0.008897575,-0.009356002),(0.004753533,0.008519497,-0.00953247),(0.005040902,0.008399258,-0.009445503),(0.005305137,0.008243428,-0.00926258),(0.005657925,0.008447531,-0.00884215),(0.005548431,0.008064604,-0.009011342),(0.004713002,0.00972089,-0.008961783),(0.00438433,0.00974123,-0.008829596),(0.004305724,0.009364111,-0.009003688),(0.004632511,0.009341772,-0.009139683),(0.004057452,0.009726901,-0.008622891),(0.003745844,0.009686267,-0.008364994),(0.00366593,0.009315657,-0.00853449),(0.003979377,0.009352579,-0.008793816),(0.003889608,0.008983608,-0.008969683),(0.004216118,0.008990988,-0.009180316),(0.003574376,0.0089512,-0.008710544),(0.003470361,0.00859444,-0.00889461),(0.003787282,0.008621429,-0.009151892),(0.00411476,0.008622993,-0.009360644),(0.004541981,0.008965068,-0.009317427),(0.004440831,0.008591546,-0.009495843),(0.00346299,0.009627694,-0.008079235),(0.003224065,0.009548083,-0.00777179),(0.003131812,0.009187168,-0.007945997),(0.003377842,0.009261838,-0.008250132),(0.003044247,0.009444335,-0.007448833),(0.002938715,0.009313345,-0.007116542),(0.002832724,0.008959452,-0.007299396),(0.00294454,0.00908769,-0.007627333),(0.002839379,0.008735493,-0.007811434),(0.003031393,0.008831631,-0.008126601),(0.002724174,0.00860913,-0.007487227),(0.002613584,0.008262397,-0.007680082),(0.002728997,0.008388172,-0.008001584),(0.002922645,0.008482387,-0.008314486),(0.003282348,0.008902038,-0.00842791),(0.003175957,0.008549619,-0.008613818),(0.002922645,0.009152019,-0.006781091),(0.002980378,0.008967787,-0.006447077),(0.002868689,0.0086129,-0.006635898),(0.002813064,0.008798497,-0.006967438),(0.003096254,0.008768073,-0.006119099),(0.003254612,0.008560314,-0.005801755),(0.003138309,0.008200067,-0.005991845),(0.002982728,0.008410732,-0.00630922),(0.00287279,0.008056249,-0.006504981),(0.002759337,0.008260887,-0.006830078),(0.003025547,0.007842758,-0.006187432),(0.002916292,0.007488231,-0.006388087),(0.002766708,0.007704376,-0.006705919),(0.002652814,0.007911471,-0.007029217),(0.002703645,0.008448055,-0.007158801),(0.002594981,0.008100486,-0.007354948),(0.003439792,0.008351937,-0.005499642),(0.003624222,0.008148227,-0.005202632),(0.003496988,0.007783011,-0.005388754),(0.003318564,0.007988977,-0.005688215),(0.003780331,0.00795447,-0.004900595),(0.003880548,0.00777595,-0.004583403),(0.003742348,0.007408641,-0.004764033),(0.003647084,0.007587716,-0.005083885),(0.003509188,0.00722446,-0.005269024),(0.003368673,0.007420971,-0.005578103),(0.003595771,0.007045389,-0.004945468),(0.003439812,0.006686709,-0.005127769),(0.003365746,0.006864976,-0.005455988),(0.003238608,0.007062204,-0.005770516),(0.00319915,0.007629035,-0.005881357),(0.003081191,0.007272065,-0.00607875),(0.003897301,0.007617953,-0.004240925),(0.003849847,0.007477425,-0.003879546),(0.003706565,0.00711314,-0.004057098),(0.003756281,0.007251332,-0.004419621),(0.003757445,0.007351308,-0.00350565),(0.003639352,0.007236548,-0.003125618),(0.003486915,0.006883493,-0.003303505),(0.003610882,0.006991411,-0.00368291),(0.003447502,0.006638808,-0.003861292),(0.003548642,0.006754908,-0.004235289),(0.003316359,0.006539009,-0.003483106),(0.003127585,0.0062045,-0.003664173),(0.003266868,0.006294826,-0.004040655),(0.003375349,0.006403835,-0.004414091),(0.003603494,0.006889654,-0.004598785),(0.003438005,0.006533729,-0.004778466),(0.003514826,0.007130088,-0.002745834),(0.003379632,0.007033051,-0.002368333),(0.003204854,0.006700751,-0.002550069),(0.003352346,0.006786732,-0.00292533),(0.003229531,0.006946552,-0.001995147),(0.003060291,0.006871715,-0.00162831),(0.002861819,0.006559614,-0.001815028),(0.003042119,0.006625171,-0.002179407),(0.002838385,0.006314806,-0.002366362),(0.00301236,0.006379143,-0.002734377),(0.002649014,0.006258016,-0.002004267),(0.002423269,0.005966752,-0.00219552),(0.002619303,0.006015908,-0.002555568),(0.002802741,0.006069168,-0.002920867),(0.003171498,0.006453166,-0.003107047),(0.002972522,0.006130656,-0.003290656),(0.002867672,0.00680966,-0.001269855),(0.002681936,0.006742855,-0.0009236991),(0.002468745,0.006441192,-0.001112537),(0.002661631,0.006503704,-0.001458616),(0.002533344,0.006653767,-0.0005937608),(0.002452155,0.006524864,-0.0002839569),(0.002310344,0.006355833,-0.0007791545),(0.002213618,0.006231382,-0.0004608346),(0.002079437,0.006064177,-0.0009649487),(0.002245971,0.006146683,-0.001302597),(0.001967652,0.005945132,-0.0006373746),(0.00184357,0.005776814,-0.001150919),(0.001717816,0.005664065,-0.0008141114),(0.002015999,0.005857789,-0.001493332),(0.002443686,0.006206635,-0.001649358),(0.0022157,0.005917573,-0.001841487),(0.002468629,0.006338617,1.795264e-6),(0.002538005,0.006132423,0.0002763611),(0.002246216,0.00585484,0.0001325383),(0.00220575,0.006051593,-0.0001599419),(0.002615523,0.005943686,0.000552606),(0.002656421,0.005809802,0.0008433954),(0.002310041,0.005563921,0.0007283198),(0.002294488,0.005679491,0.0004256206),(0.001960571,0.005435978,0.0003001697),(0.001943627,0.005593251,-1.00786e-5),(0.001949607,0.00534152,0.0006151687),(0.001580478,0.005142817,0.0004983415),(0.001618983,0.005213005,0.0001714624),(0.001635034,0.00534683,-0.000154912),(0.001934185,0.005775563,-0.0003208391),(0.001658141,0.00550896,-0.0004827727),(0.00261594,0.005768174,0.001161594),(0.002520112,0.00577643,0.00149955),(0.002146288,0.005580307,0.001384272),(0.002252347,0.005546502,0.00104965),(0.002394974,0.005792195,0.001849608),(0.002266559,0.005773099,0.002204114),(0.002016746,0.005618413,0.001726848),(0.001888603,0.005613896,0.002072037),(0.001760804,0.0054042,0.001272075),(0.001629106,0.005460958,0.001607718),(0.001503307,0.005467739,0.001943976),(0.00123598,0.005318387,0.001488526),(0.001113823,0.005332556,0.001817244),(0.001368275,0.005247428,0.001158231),(0.001875327,0.005347657,0.0009401814),(0.001490009,0.005171598,0.000827717),(0.002160902,0.005676768,0.002555415),(0.002066488,0.005531787,0.002905968),(0.00178674,0.005519831,0.0024145),(0.001698963,0.005367883,0.002757318),(0.0019718,0.00536674,0.003258228),(0.001865322,0.005210211,0.003614651),(0.001613077,0.005189724,0.00310357),(0.001516887,0.005017019,0.003456337),(0.001325786,0.005215244,0.002612604),(0.001248401,0.005024854,0.002952295),(0.001161493,0.004837624,0.003300452),(0.0008790011,0.004870008,0.002803153),(0.0008001108,0.004670144,0.003146178),(0.0009486838,0.005071566,0.002470216),(0.001406477,0.005374354,0.002277717),(0.001022508,0.005238016,0.002143027),(0.001735537,0.005090783,0.003977695),(0.001588087,0.004999655,0.004345867),(0.001398198,0.004881437,0.003818699),(0.001261899,0.004775083,0.004188297),(0.00142861,0.004928024,0.004717673),(0.001262748,0.004867087,0.005091622),(0.001112879,0.004690059,0.00456277),(0.0009560277,0.00461847,0.004939759),(0.000925136,0.004568598,0.004030173),(0.000784734,0.00447204,0.004405787),(0.0006355474,0.004390944,0.004784603),(0.0004455927,0.004272731,0.004247963),(0.0003027168,0.004183663,0.004627912),(0.0005790328,0.004378703,0.003872049),(0.00105223,0.004688,0.003660737),(0.0006986634,0.004508774,0.003503632),(0.00109614,0.004808041,0.005466221),(0.0009286546,0.004751273,0.005841345),(0.000796233,0.004552418,0.005316903),(0.0006341668,0.004490983,0.005694384),(0.0007601603,0.004697171,0.006216869),(0.0005905256,0.004646119,0.006592668),(0.0004705009,0.004433243,0.006072386),(0.0003059071,0.004378277,0.006451092),(0.0003254139,0.004251302,0.005543169),(0.0001665113,0.004189366,0.005923415),(6.414381e-6,0.004130425,0.006304637),(-0.0001518472,0.003966585,0.005771963),(-0.0003083195,0.003904181,0.006155385),(2.888607e-6,0.004032616,0.005389709),(0.0004821001,0.00431793,0.005163647),(0.0001547795,0.0041043,0.005008427),(0.0004196185,0.004598505,0.006968616),(0.0002429564,0.004558766,0.007341811),(0.0001410571,0.004325162,0.006830682),(-2.808503e-5,0.004278139,0.007208976),(5.605646e-5,0.004531341,0.007709348),(-0.000145564,0.004520667,0.008068322),(-0.0002055552,0.004241449,0.00758379),(-0.0003953894,0.004219331,0.007952942),(-0.000317512,0.00402014,0.007069382),(-0.0004877749,0.003976186,0.007450174),(-0.00066786,0.003944616,0.007828092),(-0.0007907993,0.003738578,0.007310989),(-0.0009637249,0.00370059,0.007695562),(-0.0006254721,0.003787175,0.00692562),(-0.0001538545,0.004072785,0.00668708),(-0.00046542,0.003843376,0.006540179),(-0.0003663879,0.004531181,0.008415832),(-0.0006030065,0.004560227,0.008752226),(-0.0006016234,0.004216026,0.008314251),(-0.0008218172,0.004230433,0.008667391),(-0.000852011,0.004605145,0.009077848),(-0.001109993,0.004663277,0.009393048),(-0.00105353,0.00426145,0.009012043),(-0.001294322,0.004307979,0.009347883),(-0.001065961,0.00392989,0.008569757),(-0.001281609,0.003947077,0.008930612),(-0.001506742,0.003980863,0.009282888),(-0.001541627,0.003671644,0.008830721),(-0.001753634,0.003693136,0.009195048),(-0.00133924,0.003666283,0.008457788),(-0.0008609836,0.003929127,0.008201768),(-0.001146572,0.003676211,0.008078615),(-0.001373544,0.004731966,0.009698171),(-0.001647323,0.004806119,0.009983537),(-0.001541753,0.004368917,0.009674588),(-0.001799946,0.004439719,0.009984419),(-0.001935991,0.004880642,0.01023945),(-0.002244207,0.004950444,0.01045624),(-0.002073028,0.004515837,0.01026964),(-0.002365123,0.004592724,0.0105225),(-0.00198474,0.004094567,0.009952477),(-0.002243264,0.004166138,0.01026002),(-0.002518577,0.004241955,0.01054288),(-0.002452227,0.003844515,0.01021366),(-0.002710507,0.003911515,0.01052123),(-0.002207566,0.0037833,0.009888668),(-0.001740176,0.004031417,0.009625139),(-0.001975158,0.003731596,0.009548416),(-0.002576631,0.005010432,0.0106242),(-0.002926992,0.005053794,0.01074541),(-0.002680354,0.004665833,0.01073527),(-0.0030145,0.004729055,0.01090613),(-0.003289018,0.005073714,0.01082191),(-0.003656436,0.00506338,0.01085576),(-0.003363336,0.004776278,0.01103326),(-0.00372264,0.00480139,0.01111485),(-0.003126461,0.004389585,0.01101451),(-0.003455834,0.004452956,0.01119255),(-0.003800029,0.004503737,0.01132491),(-0.003578649,0.004117896,0.01129563),(-0.003901947,0.004182689,0.0114785),(-0.003272872,0.004049943,0.01106996),(-0.002813509,0.004317845,0.01079616),(-0.002983774,0.00398057,0.01080925),(-0.004022975,0.00501598,0.01084902),(-0.004384412,0.004930615,0.01080934),(-0.004088189,0.004798283,0.01114909),(-0.004453928,0.004761233,0.01114332),(-0.004736519,0.00480639,0.01074438),(-0.005075072,0.004642406,0.01066177),(-0.004813803,0.004684514,0.01110491),(-0.005161758,0.004562406,0.01104122),(-0.004521,0.004544881,0.01144236),(-0.004883603,0.004515287,0.01143915),(-0.005238168,0.00443894,0.01140246),(-0.004954515,0.004296961,0.01173637),(-0.005309984,0.004266076,0.01173576),(-0.004596764,0.004284903,0.01169576),(-0.004157446,0.004537705,0.01140623),(-0.004243614,0.004242586,0.01161085),(-0.005395847,0.004437767,0.01056919),(-0.005706628,0.004206832,0.01046902),(-0.00549174,0.004389185,0.0109596),(-0.00581105,0.004180885,0.01086466),(-0.006015193,0.003963958,0.01036367),(-0.006329329,0.003723504,0.01025553),(-0.006446868,0.003723207,0.01065325),(-0.006126992,0.003953547,0.01076101),(-0.005907713,0.004131817,0.01125314),(-0.00623427,0.003932565,0.01115433),(-0.006563071,0.00372387,0.01104865),(-0.006675088,0.003719145,0.01144039),(-0.006335351,0.003892816,0.01154057),(-0.005996913,0.004050718,0.01162906),(-0.005577607,0.004305863,0.01133815),(-0.005656287,0.004179567,0.01169706),(-0.006656815,0.003499829,0.01014701),(-0.006996959,0.003304995,0.01003759),(-0.007120157,0.003313335,0.01043808),(-0.006777983,0.003505902,0.01054599),(-0.007349066,0.003151061,0.009926775),(-0.007712441,0.00305009,0.009814041),(-0.007836976,0.003049226,0.01021573),(-0.007473214,0.003157209,0.01032838),(-0.007599823,0.003181961,0.01072683),(-0.007245309,0.003337001,0.01083615),(-0.007963987,0.003067938,0.01061379),(-0.008092736,0.003111437,0.01100666),(-0.007727359,0.003227955,0.01112087),(-0.007370011,0.003375532,0.01123095),(-0.006899905,0.003521493,0.010943),(-0.007019616,0.00354299,0.01133732),(-0.008086391,0.003014143,0.009698884),(-0.00846775,0.003019442,0.009580493),(-0.008211267,0.003001089,0.01009899),(-0.00859309,0.002992902,0.009978076),(-0.008853356,0.003042209,0.009458069),(-0.009240041,0.00305867,0.0093308),(-0.009367361,0.003016791,0.009723397),(-0.008979455,0.003004769,0.009852906),(-0.009106666,0.00298007,0.01024626),(-0.00872014,0.002982316,0.01037315),(-0.009495179,0.002984437,0.01011546),(-0.009622799,0.002967885,0.01050738),(-0.009234511,0.002975376,0.01063797),(-0.008848568,0.002995138,0.01076491),(-0.008338336,0.003006497,0.01049578),(-0.008467224,0.003037162,0.01088791),(-0.009624642,0.003045045,0.009197882),(-0.01000827,0.003015576,0.009061639),(-0.01013963,0.0029918,0.009453057),(-0.00975382,0.003009073,0.009589471),(-0.01039204,0.002984504,0.008924389),(-0.01077705,0.00296607,0.008788455),(-0.01091257,0.00296933,0.009180505),(-0.01052561,0.002975158,0.00931609),(-0.01065832,0.002969007,0.009708266),(-0.01027049,0.002972972,0.009844825),(-0.01104695,0.00297413,0.009573059),(-0.01117907,0.002979825,0.009966644),(-0.01078909,0.002966737,0.01010155),(-0.01039986,0.002961657,0.01023765),(-0.009882948,0.002980094,0.009981103),(-0.01001117,0.002962675,0.01037343),(-0.01116442,0.002974514,0.008656158),(-0.01155376,0.002999697,0.008526416),(-0.0113013,0.002984502,0.009048234),(-0.01169155,0.003012298,0.008918286),(-0.01194466,0.003031479,0.008398149),(-0.01233673,0.003059721,0.008270276),(-0.01208304,0.003044341,0.008789673),(-0.01247551,0.003072253,0.008661405),(-0.01182801,0.003022991,0.009310728),(-0.01222006,0.00305382,0.009181805),(-0.01261289,0.003080308,0.009053179),(-0.01235446,0.003059766,0.009574927),(-0.01274761,0.00308429,0.009445963),(-0.0119619,0.003031044,0.00970415),(-0.01143691,0.002994277,0.009440848),(-0.01157006,0.003002829,0.009834451),(-0.01272956,0.003074283,0.008141717),(-0.01312286,0.003080246,0.008012284),(-0.0128687,0.003087661,0.008532492),(-0.01326234,0.003095329,0.008402822),(-0.01351632,0.00308269,0.007881798),(-0.01390965,0.003086698,0.007750072),(-0.01365616,0.003100028,0.008272275),(-0.01404991,0.003106525,0.008140736),(-0.01340012,0.003105153,0.008794052),(-0.01379407,0.003112012,0.008663405),(-0.01418796,0.003120831,0.00853194),(-0.01392906,0.003119004,0.009055552),(-0.01432296,0.003129765,0.008924102),(-0.01353509,0.003110266,0.009186316),(-0.01300632,0.003096002,0.008923953),(-0.01314121,0.003099908,0.00931644),(-0.01430254,0.00309735,0.007616921),(-0.01468963,0.003095606,0.007484866),(-0.01444332,0.003119587,0.008008098),(-0.01483091,0.003119752,0.00787657),(-0.01506553,0.003062426,0.007356422),(-0.01542488,0.002978771,0.00723411),(-0.01520722,0.003087553,0.007748381),(-0.01556677,0.003003527,0.007625744),(-0.01496957,0.003137882,0.008268293),(-0.01534674,0.003107664,0.008140009),(-0.01570777,0.003025987,0.008016682),(-0.01548337,0.003121779,0.008532148),(-0.01584668,0.003043809,0.008407914),(-0.01510503,0.003149718,0.008660714),(-0.01458155,0.003135862,0.008399587),(-0.01471659,0.003146191,0.008791928),(-0.01576231,0.002825602,0.007120447),(-0.01608604,0.002625141,0.007012173),(-0.0162268,0.002643057,0.007400905),(-0.01590407,0.00284821,0.007510882),(-0.01640433,0.002399613,0.006906027),(-0.01672542,0.002171244,0.006798746),(-0.01654259,0.002409523,0.007292917),(-0.01685912,0.002169066,0.007184034),(-0.01668865,0.002435855,0.007679246),(-0.01637217,0.002670332,0.007788525),(-0.01700341,0.002189947,0.007570198),(-0.01715249,0.002221546,0.007956998),(-0.01683773,0.002468554,0.00806566),(-0.01651864,0.002699639,0.008176088),(-0.0160474,0.002873626,0.007900263),(-0.01619003,0.002897243,0.008289701),(-0.01705755,0.001962256,0.006687071),(-0.01740101,0.00177776,0.006572484),(-0.01718401,0.001943141,0.007071361),(-0.01751891,0.001739779,0.006955669),(-0.0177561,0.001622867,0.006456467),(-0.01812313,0.001502688,0.006340504),(-0.01786542,0.001567012,0.006837722),(-0.01822518,0.001432871,0.006718291),(-0.01765057,0.001734343,0.007345897),(-0.01798926,0.001547148,0.007230188),(-0.01834221,0.001402024,0.007111807),(-0.0184677,0.001393799,0.007512591),(-0.01812103,0.001547906,0.007627807),(-0.01778942,0.001746828,0.007739396),(-0.017323,0.00195236,0.007459157),(-0.01746815,0.001976173,0.007848686),(-0.01850238,0.001422333,0.006226077),(-0.018891,0.001373704,0.006112415),(-0.01898569,0.001294394,0.006477061),(-0.01859979,0.001345388,0.006598143),(-0.01928613,0.001348704,0.005998744),(-0.01968491,0.001339233,0.005884294),(-0.01977706,0.001261192,0.006231238),(-0.0193793,0.001269719,0.006354831),(-0.01948839,0.001237442,0.006740896),(-0.01909605,0.001259456,0.006866752),(-0.01988533,0.001231897,0.006613366),(-0.02000291,0.001228359,0.007012566),(-0.01960666,0.001230292,0.00714138),(-0.01921543,0.001249102,0.007268344),(-0.01871257,0.001310221,0.006990525),(-0.01883413,0.001298901,0.007392426),(-0.02008446,0.001337195,0.005768293),(-0.02048507,0.001341482,0.005653695),(-0.02057468,0.001261335,0.005982363),(-0.02017538,0.001258645,0.006106064),(-0.02088698,0.001350989,0.005543462),(-0.02129046,0.001364608,0.00544055),(-0.02097535,0.001268521,0.005863186),(-0.02137781,0.00127946,0.005751584),(-0.02108004,0.001239717,0.006234893),(-0.02068065,0.001233195,0.006357438),(-0.02148123,0.001249941,0.00611986),(-0.02159366,0.001254937,0.00651574),(-0.02119419,0.001241821,0.006631867),(-0.02079621,0.001233461,0.006755153),(-0.02028258,0.001230535,0.006484572),(-0.02039928,0.001229195,0.006882939),(-0.02169576,0.001381234,0.005347915),(-0.02210244,0.001400113,0.005262988),(-0.02178247,0.00129341,0.005650611),(-0.02218875,0.001309618,0.005557608),(-0.02251003,0.001420496,0.005183199),(-0.02291807,0.001441631,0.00510598),(-0.02259614,0.001327332,0.005469919),(-0.02300408,0.001345798,0.005384888),(-0.02228995,0.00128013,0.005918502),(-0.02269632,0.001298324,0.005826957),(-0.02310327,0.001317403,0.005738022),(-0.02280192,0.001321382,0.006216438),(-0.02320631,0.001348046,0.00612485),(-0.02239802,0.001296072,0.00631048),(-0.02188472,0.001263708,0.006015266),(-0.0219951,0.001273472,0.006409428),(0.009695197,0.0001087687,0.01430339),(0.009645673,0.0001072709,0.01471576),(0.009598291,0.0001065738,0.01512826),(0.009246876,0.0001240681,0.01466978),(0.009197823,0.0001235172,0.01508203),(0.009298111,0.0001258316,0.01425764),(0.009555189,0.0001074781,0.01554098),(0.009518513,0.0001107845,0.01595405),(0.009114987,0.0001309031,0.0159072),(0.009153133,0.0001253913,0.01549447),(0.008769454,0.0001800965,0.01544855),(0.008818075,0.000177859,0.01503643),(0.008727478,0.0001866201,0.01586082),(0.008364272,0.0002941666,0.01581384),(0.008413591,0.0002890956,0.01540212),(0.008469575,0.0002880248,0.01499027),(0.008926389,0.0001805275,0.01421244),(0.008871125,0.0001784789,0.01462441),(0.008530003,0.0002896207,0.01457835),(0.008592652,0.00029255,0.01416638),(0.009490404,0.0001172938,0.01636757),(0.009467958,0.0001275002,0.01678122),(0.009062275,0.0001571524,0.01673342),(0.00908557,0.0001412651,0.01632032),(0.009448277,0.0001418982,0.01719469),(0.009428458,0.0001609823,0.01760764),(0.009023628,0.0002082038,0.01755793),(0.009042497,0.0001792403,0.0171461),(0.00864576,0.000243766,0.01709696),(0.008667865,0.0002176333,0.01668548),(0.008625814,0.0002780783,0.01750729),(0.008237892,0.0003756603,0.01745484),(0.008262447,0.0003445304,0.01704633),(0.008290498,0.0003210964,0.01663638),(0.008694359,0.0001988585,0.01627328),(0.00832384,0.000304571,0.0162254),(0.009405603,0.0001852468,0.01801974),(0.009380749,0.0002140036,0.01843068),(0.008980802,0.000284251,0.01837786),(0.009003066,0.0002447182,0.01796851),(0.009354941,0.0002465643,0.01884012),(0.009329218,0.0002822408,0.01924776),(0.008931134,0.0003542428,0.01919289),(0.008956826,0.00032227,0.01878598),(0.008561196,0.0004045127,0.01872968),(0.008584612,0.0003660787,0.01832337),(0.008534463,0.0004290663,0.01913522),(0.008137147,0.0004940376,0.01907467),(0.008166608,0.0004835602,0.01867093),(0.00819192,0.0004542729,0.01826668),(0.008605792,0.0003213915,0.017916),(0.008215032,0.0004152737,0.01786147),(0.009304624,0.0003203449,0.01965324),(0.009279438,0.0003633598,0.02005721),(0.008873521,0.0003940301,0.02000344),(0.008903714,0.0003756369,0.0195986),(0.009251941,0.0004137686,0.02046025),(0.009220415,0.0004740545,0.02086298),(0.008800628,0.0004521227,0.02081178),(0.008839509,0.0004169995,0.02040773),(0.008426451,0.0004233793,0.02034905),(0.008467453,0.0004260752,0.01994485),(0.008379975,0.0004364487,0.02075289),(0.007959404,0.0004191725,0.02068712),(0.008012607,0.0004229453,0.0202848),(0.008060038,0.0004475004,0.01988181),(0.008503335,0.0004321123,0.01954026),(0.008101588,0.0004766078,0.01947837),(0.009183138,0.0005467007,0.02126603),(0.009139124,0.000646448,0.0216537),(0.008705488,0.0005942366,0.02160614),(0.008755837,0.0005069771,0.02121592),(0.009087381,0.0007880369,0.02201035),(0.009026921,0.0009862081,0.0223203),(0.008649938,0.0007265746,0.02196842),(0.008589541,0.0009166649,0.02228872),(0.008211647,0.0006846903,0.02191294),(0.008271043,0.0005571304,0.02154724),(0.008151003,0.0008703609,0.02224111),(0.007715104,0.0008434741,0.02217776),(0.007775872,0.0006576354,0.02184489),(0.007838521,0.0005295904,0.02147817),(0.008327663,0.0004777079,0.02115642),(0.007900537,0.0004524118,0.02108858),(0.008956754,0.001255702,0.02256789),(0.008881256,0.00155674,0.02273427),(0.008524655,0.001177181,0.02255306),(0.008458442,0.001473275,0.02274056),(0.008804807,0.001849542,0.0228006),(0.00873178,0.00209433,0.02274805),(0.008394066,0.001770096,0.02283033),(0.008334693,0.002032798,0.0228015),(0.008032944,0.001416581,0.02272563),(0.007980302,0.001718379,0.02283802),(0.007935104,0.002000135,0.02283452),(0.007567101,0.001693544,0.02281985),(0.007535801,0.001994611,0.02284225),(0.007608738,0.001385371,0.02268708),(0.008090639,0.001124116,0.02251933),(0.007658733,0.001094033,0.02246577),(0.008666555,0.002251323,0.02255776),(0.008610093,0.002351526,0.02226632),(0.008241827,0.002375668,0.02236203),(0.008283483,0.00222653,0.0226332),(0.008563354,0.002425944,0.02191033),(0.008527299,0.002505582,0.02152635),(0.008192733,0.002637669,0.02165732),(0.008211114,0.00250459,0.02202454),(0.007864109,0.002616345,0.02213766),(0.007875597,0.002432257,0.02244913),(0.007866673,0.002801601,0.02179399),(0.007544925,0.002983122,0.0219315),(0.007520271,0.00274941,0.02224486),(0.007511275,0.002513071,0.02252256),(0.00789973,0.002232474,0.02269315),(0.007516823,0.002264629,0.02273242),(0.008502891,0.002621444,0.02115098),(0.008498987,0.002772251,0.020791),(0.008203414,0.002987613,0.02094894),(0.008188072,0.002799283,0.02129697),(0.00852445,0.002956721,0.02045319),(0.008588135,0.003173578,0.02014433),(0.008319261,0.003437136,0.02031174),(0.008245048,0.003200836,0.02061871),(0.007979738,0.003460283,0.02079738),(0.007921342,0.003224885,0.02111975),(0.008063036,0.003709766,0.02049031),(0.007809679,0.003982316,0.02067452),(0.007718877,0.003723685,0.02098307),(0.007644381,0.003470668,0.0212975),(0.007884704,0.003004886,0.02145332),(0.007586346,0.003223678,0.02161467),(0.008698908,0.003421539,0.0198712),(0.008822543,0.003669607,0.0196165),(0.008553863,0.00394583,0.01976864),(0.008432331,0.003694691,0.0200335),(0.008924818,0.003886788,0.01936292),(0.008971512,0.004042082,0.01909314),(0.008700691,0.004318168,0.01921763),(0.008653451,0.00416288,0.0195018),(0.008380732,0.004439426,0.0196356),(0.008288657,0.00422319,0.01992188),(0.008425483,0.004596875,0.01933133),(0.00814197,0.004870307,0.01944001),(0.00810202,0.004710007,0.01976669),(0.008020494,0.004495336,0.02007533),(0.008174383,0.003972019,0.02020262),(0.007916632,0.004246152,0.02037494),(0.008928407,0.004104495,0.01878985),(0.0088177,0.004097777,0.01846075),(0.00856667,0.004382427,0.01855916),(0.008665185,0.004384022,0.01890077),(0.008661593,0.004045682,0.01811355),(0.008482284,0.003971962,0.01775595),(0.008259582,0.004264842,0.01783337),(0.008424888,0.004335371,0.01820072),(0.008189792,0.004650082,0.01826758),(0.00831383,0.004683027,0.01863939),(0.008041858,0.004592024,0.01788911),(0.007816516,0.004928696,0.01793893),(0.007946076,0.004969623,0.01832816),(0.008051702,0.004984167,0.01871314),(0.008397788,0.004671683,0.01899662),(0.008121097,0.004956378,0.0190863),(0.008301978,0.003900369,0.01739564),(0.008119472,0.003830282,0.01703469),(0.007915458,0.004118183,0.01709874),(0.008090489,0.004192824,0.01746503),(0.00793357,0.003761077,0.01667514),(0.00774307,0.003692132,0.01631906),(0.007538972,0.003956485,0.01638437),(0.007732337,0.004039782,0.01673751),(0.007540127,0.004376123,0.01677681),(0.007719937,0.004456574,0.01713985),(0.007343869,0.004285153,0.01642663),(0.00714826,0.004643603,0.01645966),(0.007344553,0.004736488,0.01680904),(0.007519118,0.004813829,0.01717498),(0.00788621,0.004528032,0.01751191),(0.007675318,0.004877331,0.01755308),(0.007546775,0.003622825,0.0159685),(0.007345002,0.003551847,0.01562214),(0.007118056,0.003772783,0.01570797),(0.007333214,0.003867156,0.01604236),(0.007138068,0.003477891,0.01527867),(0.006926294,0.003399649,0.01493677),(0.006896489,0.00367435,0.01537773),(0.006671509,0.003572846,0.01504817),(0.006661679,0.003952427,0.01545417),(0.006898957,0.004070183,0.0157709),(0.006422103,0.003831986,0.01513742),(0.006189471,0.004147178,0.01520147),(0.006439749,0.004280508,0.01550913),(0.006688127,0.004410858,0.01581671),(0.00712825,0.004182131,0.01609319),(0.006926874,0.004533476,0.01613121),(0.006709998,0.003315814,0.01459513),(0.006495974,0.00322615,0.01425082),(0.00644611,0.003469257,0.0147158),(0.006226869,0.003364565,0.01437722),(0.00629102,0.003130423,0.01390093),(0.00610193,0.003028397,0.01354254),(0.005833157,0.003155802,0.01366794),(0.006020359,0.003259752,0.01402907),(0.005752113,0.003482578,0.01413793),(0.005960224,0.003594736,0.0144832),(0.005568685,0.003377833,0.01377536),(0.005332537,0.003667649,0.01385606),(0.005507968,0.00377226,0.0142184),(0.005714993,0.003889453,0.01456049),(0.006185921,0.003711981,0.01481507),(0.005945023,0.004015627,0.01488672),(0.005935499,0.002919839,0.01317274),(0.005791573,0.002811392,0.01279214),(0.005535514,0.002957951,0.01289909),(0.00567184,0.003053697,0.01329045),(0.005669994,0.002709701,0.01240135),(0.005570611,0.00262141,0.012001),(0.005334292,0.002803599,0.01208469),(0.005423295,0.002873081,0.01249634),(0.005199478,0.003131032,0.01257797),(0.005294771,0.003199809,0.01299099),(0.005128754,0.003078749,0.01215692),(0.004981698,0.003413302,0.01221806),(0.005026957,0.003451822,0.01264431),(0.005097123,0.003507204,0.01306324),(0.005417038,0.003282825,0.01339158),(0.005197285,0.003579222,0.01346908),(0.005493266,0.002553165,0.01159171),(0.005436299,0.002504822,0.01117509),(0.005220523,0.002723688,0.01124369),(0.005267613,0.002754021,0.01166663),(0.005398055,0.002476237,0.01075277),(0.005376872,0.002467268,0.01032639),(0.005174152,0.002718112,0.01038935),(0.005190281,0.002711938,0.01081742),(0.005032886,0.0030307,0.01087761),(0.005049638,0.0030295,0.0113053),(0.00502577,0.003047891,0.01045058),(0.004944592,0.003422745,0.01051191),(0.004943121,0.003397328,0.01093577),(0.004945201,0.003386792,0.01136237),(0.005080202,0.00304521,0.01173221),(0.004956252,0.003391871,0.01179027),(0.005371092,0.002477772,0.009897563),(0.00538004,0.002506451,0.009469034),(0.005177192,0.002781596,0.009534677),(0.005169396,0.00274155,0.009961022),(0.005403041,0.002552006,0.009043541),(0.00543942,0.002613141,0.008623826),(0.005235157,0.002908892,0.008696876),(0.00519872,0.002837595,0.009112549),(0.005049963,0.003189018,0.009187698),(0.005031107,0.003127277,0.009604221),(0.005083876,0.003265159,0.008777484),(0.004984055,0.003660847,0.008862438),(0.004958696,0.003581853,0.009267054),(0.004947151,0.003515506,0.009677124),(0.00502411,0.003080159,0.01002565),(0.004944193,0.003462303,0.01009222),(0.005488505,0.002688557,0.008212629),(0.005548154,0.002778242,0.007809361),(0.00535228,0.003094597,0.00789073),(0.00528768,0.00299483,0.008289895),(0.005616231,0.002882185,0.00741343),(0.005690597,0.003000374,0.00702425),(0.005501665,0.00333236,0.007112341),(0.005424947,0.003207379,0.007498504),(0.005271373,0.003571732,0.007589632),(0.005200529,0.003458239,0.007979325),(0.005342631,0.00369423,0.007205029),(0.005143567,0.003959731,0.007682032),(0.005198866,0.004070845,0.007298162),(0.005084196,0.00385253,0.008070392),(0.005136047,0.003355474,0.008374985),(0.005028456,0.003751987,0.008463706),(0.005769114,0.003132799,0.006641231),(0.005841324,0.003272867,0.006262038),(0.005644728,0.003609171,0.006353643),(0.005578426,0.003468727,0.006731366),(0.005896771,0.003413988,0.005884337),(0.005924994,0.003549571,0.005505792),(0.00569007,0.003746383,0.005977242),(0.005703951,0.003873054,0.005600227),(0.005459022,0.003953538,0.006447169),(0.005485111,0.004075277,0.006071266),(0.005477105,0.004181692,0.005695621),(0.005228951,0.004456942,0.005795286),(0.005264762,0.004383183,0.006167639),(0.005266797,0.004289577,0.006541728),(0.005408354,0.003824011,0.006824651),(0.005242386,0.004183129,0.006918314),(0.00591554,0.003673026,0.005124073),(0.00587126,0.003782895,0.00474145),(0.005675869,0.003981876,0.005220665),(0.005610582,0.004071721,0.004840982),(0.005795008,0.003877725,0.004360201),(0.005689639,0.003956059,0.003982599),(0.005512857,0.004141468,0.004463602),(0.005387453,0.004189991,0.004090951),(0.005336998,0.004325296,0.004943478),(0.005218425,0.004361185,0.004571669),(0.005076526,0.004372266,0.004205826),(0.00475969,0.004483689,0.004335706),(0.004908887,0.004517197,0.004692106),(0.005042503,0.004523925,0.00505551),(0.005425478,0.004265249,0.00531891),(0.005152028,0.004503847,0.005423907),(0.005558004,0.004016443,0.00361092),(0.005403685,0.004052591,0.003246996),(0.00523913,0.004216164,0.003725453),(0.00507287,0.004213068,0.00336866),(0.00523026,0.004058218,0.002892662),(0.005041306,0.004027041,0.00254975),(0.004893656,0.004173783,0.003022123),(0.004706467,0.004091389,0.002687395),(0.004748912,0.004311256,0.003500214),(0.004574953,0.004225563,0.003162723),(0.004402062,0.004094013,0.002836963),(0.004151537,0.004026863,0.003006726),(0.004293409,0.004200537,0.003323181),(0.004446016,0.004330883,0.003650595),(0.004918062,0.004357889,0.003848295),(0.004603421,0.004423426,0.00398832),(0.004840403,0.003952775,0.002220092),(0.004642987,0.003847707,0.001896537),(0.004516286,0.003958968,0.002366026),(0.004339392,0.003792786,0.002050681),(0.004464493,0.003724122,0.001571929),(0.004320357,0.00359431,0.001239116),(0.004090578,0.003424205,0.001408707),(0.004192064,0.003609109,0.001734021),(0.004092722,0.003692065,0.002217117),(0.003987483,0.003459928,0.00190915),(0.003936008,0.00323252,0.001593233),(0.003881362,0.003038193,0.001795668),(0.003878183,0.003290547,0.002102482),(0.003930861,0.003552414,0.002402509),(0.004236117,0.003909803,0.002524075),(0.004026333,0.003804337,0.002701879),(0.004226015,0.003470557,0.0008909431),(0.00419124,0.003356911,0.0005384554),(0.004076692,0.003103122,0.0007216661),(0.004051215,0.003254343,0.001067403),(0.004225804,0.00325742,0.0001926978),(0.004339482,0.003176132,-0.0001352848),(0.004333049,0.002871009,6.312461e-5),(0.00416973,0.002974143,0.0003830541),(0.004183169,0.002702162,0.0005994616),(0.004037506,0.00285146,0.0009275591),(0.004387232,0.002583256,0.0002889636),(0.004503372,0.002323974,0.0005328534),(0.004272455,0.002457143,0.0008351625),(0.004086488,0.002620938,0.001152644),(0.003953901,0.003028971,0.001262426),(0.00395346,0.002814805,0.001475934),(0.004542046,0.003117094,-0.0004344477),(0.004815272,0.00308166,-0.0006952646),(0.004863724,0.002751782,-0.0004799981),(0.004569366,0.002797318,-0.0002265646),(0.005140936,0.003071181,-0.0009082097),(0.005500813,0.00308701,-0.001063757),(0.005566745,0.002739999,-0.0008540364),(0.00520117,0.002733106,-0.0006911604),(0.00528444,0.002410455,-0.0004593364),(0.004948729,0.002440276,-0.0002435897),(0.005642314,0.00240458,-0.0006371908),(0.005724697,0.002075543,-0.0004244726),(0.005389104,0.002100524,-0.0002242369),(0.00506889,0.00214842,2.499078e-6),(0.004646039,0.002496919,6.895084e-6),(0.004771248,0.002221985,0.0002550807),(0.00587668,0.0031305,-0.00115238),(0.006257748,0.003193254,-0.001205178),(0.006323832,0.002820401,-0.001045884),(0.005945492,0.002771171,-0.0009626106),(0.006633231,0.003266877,-0.00125325),(0.006992342,0.003342972,-0.001327693),(0.007024949,0.002948165,-0.001252531),(0.006688178,0.002881472,-0.001132857),(0.00671903,0.002500004,-0.001026259),(0.006375781,0.002452702,-0.000895206),(0.007025055,0.002558339,-0.001192604),(0.006977141,0.002173893,-0.001155012),(0.006711879,0.002120227,-0.0009427082),(0.006403265,0.002085725,-0.0007635936),(0.006011486,0.002419779,-0.0007739986),(0.006068477,0.00207072,-0.0005975533),(0.007324291,0.003413144,-0.001459606),(0.007614145,0.003488445,-0.001642517),(0.007565655,0.003090491,-0.001665071),(0.007320563,0.003014261,-0.001433906),(0.00784697,0.003579929,-0.001869949),(0.008007832,0.003698646,-0.002135431),(0.007866817,0.003316269,-0.002229118),(0.007750859,0.003187584,-0.001934113),(0.007608579,0.002815315,-0.00199491),(0.007473376,0.002707027,-0.001692218),(0.007679751,0.002958187,-0.002312473),(0.007445575,0.002631544,-0.002379613),(0.007414819,0.002469755,-0.002048683),(0.007327342,0.002343194,-0.001723764),(0.007277685,0.002624358,-0.001419686),(0.007181871,0.002246395,-0.001420618),(0.008081794,0.003855651,-0.002432487),(0.008084362,0.004042296,-0.002751946),(0.007878088,0.003689496,-0.002857469),(0.007904155,0.003487276,-0.002538175),(0.008031038,0.004249936,-0.003084636),(0.007937321,0.004469922,-0.003421382),(0.007696574,0.004143134,-0.003511512),(0.007803826,0.003911818,-0.003183186),(0.007543815,0.003596484,-0.003266192),(0.007633368,0.003361678,-0.002947229),(0.007428689,0.003836124,-0.003587391),(0.007136713,0.003550184,-0.003648063),(0.007254184,0.003306887,-0.003330785),(0.007352994,0.003063653,-0.003016436),(0.007683347,0.00314461,-0.002629617),(0.007420879,0.002834024,-0.002700788),(0.00781872,0.004693609,-0.003753013),(0.007682131,0.004917277,-0.004082139),(0.00743436,0.004596905,-0.004166529),(0.007571544,0.004372333,-0.003838634),(0.007534454,0.005137205,-0.004411364),(0.007382589,0.005349672,-0.004743297),(0.007146021,0.005022119,-0.004832552),(0.007290644,0.004814337,-0.004497176),(0.007031692,0.004501991,-0.004574224),(0.007168175,0.00429003,-0.004240277),(0.006896997,0.004702422,-0.004914679),(0.006637421,0.004390215,-0.004990931),(0.006759739,0.004199853,-0.004643715),(0.006886033,0.003996503,-0.00430431),(0.007301991,0.00406769,-0.003911709),(0.007012843,0.003780001,-0.003972498),(0.007233439,0.005550961,-0.005080547),(0.007088961,0.005742406,-0.005423276),(0.007006111,0.005217739,-0.005174639),(0.006871867,0.005402957,-0.005523001),(0.006951119,0.005925347,-0.005771653),(0.006821876,0.006101123,-0.006125838),(0.006744238,0.005579529,-0.005877206),(0.006624172,0.005749215,-0.006236824),(0.006646155,0.005067454,-0.005617483),(0.006529658,0.005236504,-0.005977791),(0.00641888,0.005399542,-0.006342678),(0.006309075,0.004895582,-0.006074378),(0.006207512,0.005051482,-0.006444142),(0.006413584,0.004735274,-0.005707858),(0.006768542,0.004890168,-0.005262771),(0.006522533,0.004567754,-0.005346177),(0.006703194,0.006271068,-0.006486),(0.006588031,0.0064379,-0.006848274),(0.006512619,0.005913774,-0.006601417),(0.006403421,0.006075821,-0.006967605),(0.006469348,0.006604334,-0.007208797),(0.006340106,0.006773079,-0.007563709),(0.006290419,0.00623797,-0.007332004),(0.00616745,0.006402838,-0.00769123),(0.006209046,0.005716491,-0.0070804),(0.006100185,0.005874886,-0.007447782),(0.005982158,0.006036214,-0.007810542),(0.00589882,0.00551555,-0.00755593),(0.005783995,0.005674013,-0.007921203),(0.006005562,0.005359971,-0.007186765),(0.006313642,0.00555879,-0.006711123),(0.006107401,0.00520578,-0.006815553),(0.006193268,0.006946854,-0.007909146),(0.006028717,0.007125126,-0.008243993),(0.006028366,0.006573041,-0.008041901),(0.005872376,0.006748179,-0.008382517),(0.005846338,0.007307367,-0.008567136),(0.005646019,0.007493043,-0.008877459),(0.005698704,0.006927852,-0.008711591),(0.005506567,0.007111661,-0.009027626),(0.005702375,0.006374274,-0.008512139),(0.005537588,0.006550753,-0.008847231),(0.005354183,0.006732026,-0.009169357),(0.005362496,0.006176983,-0.008973452),(0.005188433,0.00635492,-0.00930208),(0.0055182,0.006004405,-0.008632243),(0.005850059,0.00620272,-0.00816595),(0.00565791,0.005836856,-0.008280733),(0.005427646,0.007681623,-0.009173849),(0.005188963,0.007860956,-0.009429088),(0.00529518,0.007299205,-0.009329129),(0.005061973,0.007478941,-0.009589419),(0.00492771,0.008018894,-0.009615965),(0.004641634,0.008143282,-0.009707261),(0.004804372,0.007639332,-0.009781811),(0.004519805,0.00776883,-0.009879627),(0.004923875,0.007097805,-0.009743024),(0.004670783,0.007260753,-0.009942438),(0.004388275,0.007396034,-0.01004882),(0.004526832,0.006883347,-0.01009724),(0.004247272,0.007024798,-0.01021409),(0.004774368,0.00671797,-0.009889363),(0.005150642,0.00691797,-0.009476642),(0.004993646,0.006538538,-0.009615847),(0.004328479,0.008221971,-0.009675764),(0.004000897,0.008261268,-0.009545837),(0.004205696,0.007855895,-0.009856186),(0.003875919,0.007905021,-0.009734613),(0.003671541,0.008267484,-0.009341842),(0.003353064,0.008246928,-0.009088144),(0.003224843,0.007907427,-0.009289597),(0.003544344,0.007920703,-0.009538041),(0.003741215,0.007553465,-0.009925695),(0.003407651,0.007580008,-0.009738999),(0.003088055,0.007574704,-0.009497419),(0.002945058,0.007247523,-0.009710059),(0.003263421,0.007244333,-0.009943225),(0.003598174,0.007205806,-0.0101178),(0.004073254,0.007492873,-0.0100361),(0.003931922,0.007132456,-0.01021452),(0.003058119,0.008205908,-0.008809107),(0.002805406,0.008140344,-0.008510537),(0.002681905,0.007804418,-0.008713658),(0.002931288,0.007869691,-0.009012412),(0.002613624,0.008046157,-0.008198233),(0.002501476,0.007919262,-0.007878001),(0.00238856,0.007578955,-0.00808013),(0.00249492,0.007708529,-0.008400505),(0.002374542,0.007374374,-0.008607525),(0.002554375,0.007473514,-0.00892275),(0.002275547,0.007240701,-0.008285617),(0.002163146,0.006903725,-0.008493606),(0.002254147,0.00704277,-0.008818419),(0.002425048,0.007146549,-0.009136721),(0.002797922,0.007539748,-0.009222359),(0.002660476,0.007214864,-0.00943758),(0.002487662,0.00775558,-0.007555643),(0.002549609,0.007564364,-0.007232916),(0.002447597,0.007218896,-0.007439498),(0.002381052,0.007412615,-0.007759705),(0.00266475,0.007354865,-0.006911576),(0.002810512,0.007136335,-0.006593378),(0.002703658,0.006786882,-0.006800824),(0.002563398,0.00700719,-0.007119781),(0.002459135,0.006660828,-0.00732837),(0.002344646,0.006874396,-0.007647291),(0.002591181,0.006439688,-0.007007943),(0.002468533,0.006094563,-0.007212252),(0.002348445,0.00631525,-0.00753517),(0.002238628,0.00653019,-0.007854614),(0.002274516,0.007070864,-0.007965956),(0.002167418,0.006729607,-0.008173214),(0.002964324,0.006918027,-0.006280079),(0.003106127,0.006706807,-0.005965821),(0.002966279,0.006356055,-0.006161853),(0.002843579,0.00656736,-0.006482899),(0.003215862,0.006509547,-0.005644747),(0.003273465,0.006333113,-0.005310996),(0.003092484,0.00598782,-0.005493809),(0.003054874,0.006160397,-0.00583354),(0.002878129,0.00581975,-0.006020607),(0.002814107,0.006011215,-0.006356444),(0.002892618,0.005654046,-0.005674873),(0.002669618,0.005335012,-0.005852847),(0.002680968,0.005489834,-0.006204188),(0.00264466,0.005673562,-0.006547426),(0.002713982,0.006220506,-0.006684761),(0.00257056,0.005877902,-0.006883224),(0.00325888,0.006184373,-0.004958712),(0.003185957,0.006061031,-0.004593475),(0.00297687,0.005731571,-0.00477267),(0.003062226,0.005845751,-0.005138513),(0.003068544,0.005960797,-0.004220863),(0.002920495,0.005881374,-0.003846455),(0.002691954,0.005576371,-0.004029416),(0.002849189,0.005642653,-0.004401298),(0.002605464,0.00534632,-0.004581346),(0.002744499,0.005420523,-0.004950903),(0.002438829,0.005296232,-0.004212522),(0.002157985,0.005047693,-0.004395235),(0.002334028,0.005077731,-0.00476039),(0.002485248,0.005132962,-0.005127405),(0.002844146,0.005522034,-0.00531686),(0.002600745,0.005217388,-0.005492739),(0.00275566,0.00582047,-0.003475831),(0.002576592,0.005771761,-0.003109152),(0.002330934,0.005495266,-0.003298703),(0.002517937,0.005530106,-0.003662044),(0.002385846,0.005728933,-0.00274658),(0.002185976,0.005685664,-0.002388279),(0.00193316,0.005425515,-0.002582211),(0.002134742,0.005463264,-0.002938918),(0.001862721,0.005228288,-0.003132098),(0.002062788,0.005248019,-0.003488994),(0.001660849,0.005197071,-0.002776982),(0.001365068,0.005011102,-0.002972258),(0.001566511,0.005033389,-0.003325637),(0.001769177,0.005038359,-0.003679499),(0.002256381,0.005267065,-0.003848771),(0.001968018,0.005038849,-0.004035485),(0.001979534,0.005635633,-0.002034411),(0.001781211,0.005572957,-0.001684192),(0.001535131,0.005306616,-0.001875552),(0.001729984,0.005373425,-0.002228106),(0.001605693,0.005491754,-0.001336842),(0.00146767,0.005386136,-0.0009915781),(0.001210065,0.005127294,-0.001170902),(0.001358519,0.005224701,-0.001523501),(0.001094758,0.00499136,-0.00171168),(0.001271283,0.005073187,-0.002067788),(0.0009378531,0.0049035,-0.001353211),(0.0006438869,0.004730707,-0.00153963),(0.0008071227,0.004807435,-0.001902163),(0.0009831887,0.004887097,-0.002261275),(0.001461841,0.005143564,-0.00242255),(0.001169899,0.004958662,-0.002617722),(0.001381828,0.005250218,-0.0006476193),(0.001325231,0.005114739,-0.000305384),(0.001011042,0.004909321,-0.0004629494),(0.001099685,0.005014015,-0.0008167074),(0.001274938,0.005010433,3.470795e-5),(0.001208013,0.004968035,0.0003722375),(0.0008336066,0.004823529,0.0002351199),(0.0009277957,0.004837673,-0.0001116624),(0.000576914,0.004704135,-0.0002692173),(0.0006892931,0.004742917,-0.0006290624),(0.0004586525,0.004715655,8.525197e-5),(8.45457e-5,0.004650768,-7.910292e-5),(0.0002216518,0.004619231,-0.0004395259),(0.000356807,0.004627866,-0.0008051774),(0.0008061521,0.004815029,-0.0009913658),(0.0004956669,0.004667937,-0.001172924),(0.001101517,0.005018282,0.0007067853),(0.0009733198,0.005109312,0.001038013),(0.0005783082,0.004991208,0.0009091063),(0.0007121355,0.004891351,0.0005753633),(0.0008412924,0.005189264,0.001365581),(0.0007233051,0.005206278,0.001689152),(0.000447051,0.005073175,0.001236387),(0.0003332895,0.005087321,0.001557244),(5.526215e-5,0.004969709,0.001098448),(0.0001856114,0.004894478,0.0007691982),(-5.468596e-5,0.004974106,0.001419065),(-0.0004390833,0.004865051,0.001272159),(-0.0003320674,0.004878454,0.0009492676),(-0.0002023999,0.004820477,0.0006159738),(0.0003241466,0.004794447,0.0004314283),(-6.016685e-5,0.004731216,0.000272957),(0.0006372284,0.005108492,0.002008386),(0.0005693873,0.004934543,0.002328546),(0.0002519494,0.00498372,0.001871715),(0.0001891521,0.004802102,0.002186092),(0.0005061069,0.004723066,0.002654896),(0.0004337121,0.004512697,0.002992697),(0.0001310189,0.004582198,0.002506665),(6.367078e-5,0.004363738,0.002839726),(-0.0001907655,0.004672165,0.002041351),(-0.0002449619,0.00444557,0.002357604),(-0.0003086393,0.00422172,0.002686986),(-0.0006205349,0.00431135,0.002206853),(-0.0006818442,0.004085096,0.002534193),(-0.0005691097,0.004542656,0.001892821),(-0.0001320177,0.004861635,0.001730935),(-0.0005133617,0.004740171,0.001583967),(0.0003385284,0.004342072,0.003347211),(0.0002248258,0.004203902,0.00371448),(-2.677092e-5,0.004186455,0.003191566),(-0.0001360791,0.004042835,0.003557776),(9.687481e-5,0.004090901,0.004090543),(-4.105422e-5,0.003995779,0.004471439),(-0.0002600265,0.003925369,0.003933941),(-0.000394386,0.003826543,0.004315655),(-0.0005022761,0.003894145,0.003402243),(-0.0006237184,0.003774959,0.00377858),(-0.0007558989,0.003675202,0.004161029),(-0.0009928081,0.003638492,0.003624877),(-0.001124213,0.003541005,0.00400803),(-0.0008723593,0.003756469,0.003248193),(-0.0003958302,0.004040488,0.003036789),(-0.0007672452,0.003902736,0.002882969),(-0.000184691,0.003911252,0.004853209),(-0.0003329169,0.00383531,0.005236019),(-0.0005349306,0.003738846,0.004698505),(-0.0006805797,0.003660396,0.005082624),(-0.0004846133,0.003765949,0.005620035),(-0.0006386616,0.003701161,0.00600542),(-0.0008302532,0.003589312,0.005468148),(-0.0009828707,0.003523712,0.005855208),(-0.001038677,0.003508886,0.004930052),(-0.001187233,0.003438529,0.005316818),(-0.001339205,0.003374177,0.005705214),(-0.001554019,0.003315453,0.005166558),(-0.001705923,0.0032549,0.005555904),(-0.001405787,0.003381788,0.004778827),(-0.000894559,0.003587143,0.00454482),(-0.001262196,0.003456204,0.004392666),(-0.0007939434,0.003638942,0.006392342),(-0.000952113,0.003581652,0.006780281),(-0.001137352,0.003461715,0.006243939),(-0.001294868,0.003405119,0.006633746),(-0.001114825,0.003531657,0.007168719),(-0.001283733,0.003491321,0.007557137),(-0.001456592,0.003355729,0.007024031),(-0.001623695,0.003315341,0.007414201),(-0.001651171,0.003259125,0.006486397),(-0.001812841,0.003211098,0.006877593),(-0.001979419,0.003171182,0.007268134),(-0.002180312,0.00309807,0.006730072),(-0.002346715,0.003057374,0.007120316),(-0.002018455,0.003145216,0.006338617),(-0.001493571,0.00331393,0.00609534),(-0.00186053,0.003197823,0.005946909),(-0.001460493,0.003463006,0.007945016),(-0.001645453,0.003447294,0.008329951),(-0.001797349,0.003285759,0.007803658),(-0.001977888,0.003266764,0.008190511),(-0.001838965,0.003444767,0.008709533),(-0.002041377,0.003456004,0.009081354),(-0.002165648,0.003258141,0.008572865),(-0.002360962,0.003259672,0.008948828),(-0.002329832,0.00311853,0.008043733),(-0.002513705,0.003103461,0.008426534),(-0.002703379,0.003094341,0.008804497),(-0.002875161,0.002972422,0.008276356),(-0.003059615,0.002950214,0.008655389),(-0.002694572,0.002996432,0.007893884),(-0.002151744,0.003140715,0.007657223),(-0.002518279,0.003024122,0.007508396),(-0.002253041,0.003481588,0.00944301),(-0.002474286,0.003518555,0.009793946),(-0.002564166,0.003271141,0.00931651),(-0.00277497,0.003290617,0.009676111),(-0.002705444,0.003563941,0.01013361),(-0.002946846,0.003614783,0.01046144),(-0.002993088,0.003316173,0.01002784),(-0.003218231,0.003345878,0.0103719),(-0.003099689,0.003089772,0.009542959),(-0.003305328,0.003092968,0.009904322),(-0.003515292,0.003098918,0.01026102),(-0.003632334,0.002886086,0.009771025),(-0.003828667,0.002868021,0.0101372),(-0.00343851,0.002906301,0.009402288),(-0.002898873,0.003090003,0.009176495),(-0.003247501,0.002927925,0.009030554),(-0.003198824,0.003668118,0.0107769),(-0.003463728,0.00372469,0.01107189),(-0.003450109,0.003377804,0.01070851),(-0.0036918,0.003414857,0.01103061),(-0.003743916,0.003785242,0.01133834),(-0.004041739,0.00385052,0.01156818),(-0.003946378,0.003459946,0.01133118),(-0.004216919,0.003515981,0.01160318),(-0.00394986,0.003121479,0.01095644),(-0.00418078,0.003146961,0.01128461),(-0.004425003,0.003187823,0.01159272),(-0.004441864,0.002851234,0.01120911),(-0.004663503,0.002874798,0.01154603),(-0.00423068,0.002845588,0.01085969),(-0.003729084,0.003106943,0.01061348),(-0.004027197,0.002852853,0.01050124),(-0.004359553,0.003921268,0.01175333),(-0.004692351,0.003984641,0.01189285),(-0.004506499,0.003585868,0.01183958),(-0.004812926,0.003658458,0.01203503),(-0.00503513,0.004027793,0.01198584),(-0.005382884,0.00403788,0.01203137),(-0.00513401,0.003722599,0.0121842),(-0.005467561,0.003767143,0.01228174),(-0.004963652,0.003320719,0.0121237),(-0.005259718,0.003396196,0.01232807),(-0.005574706,0.003466653,0.01247936),(-0.005420814,0.003063399,0.01241409),(-0.005715009,0.0031492,0.0126167),(-0.005149689,0.002985792,0.01216027),(-0.004685687,0.003248502,0.0118755),(-0.00489835,0.002921287,0.011867),(-0.005730608,0.004002058,0.01202851),(-0.00607895,0.00392868,0.01198703),(-0.005811387,0.003780939,0.01232234),(-0.00616331,0.003766271,0.01231565),(-0.006428557,0.003826105,0.01191665),(-0.006780075,0.003702686,0.01182712),(-0.006521159,0.003725426,0.01227135),(-0.006882758,0.003660686,0.01219912),(-0.006259482,0.003564059,0.01260353),(-0.006620433,0.003583771,0.01259345),(-0.006987864,0.003579332,0.01254666),(-0.006733648,0.003394134,0.01287175),(-0.007100125,0.003444816,0.01286),(-0.006376952,0.00332261,0.01283928),(-0.005909433,0.003523814,0.01256834),(-0.006035564,0.003238284,0.01275634),(-0.007134153,0.00356678,0.01172819),(-0.007491863,0.003428467,0.01162164),(-0.007611322,0.003474617,0.0120045),(-0.007245928,0.003574335,0.01210863),(-0.007854286,0.003297827,0.01150924),(-0.008222491,0.003184937,0.01139278),(-0.008351373,0.003268049,0.01177373),(-0.007979587,0.003369775,0.01189133),(-0.007728843,0.003492795,0.01237583),(-0.008102247,0.003421999,0.01226653),(-0.008477498,0.003340384,0.01215112),(-0.008221249,0.003432697,0.01263422),(-0.008598984,0.003381552,0.01252654),(-0.007844886,0.003461812,0.01273191),(-0.007357359,0.003547123,0.01247166),(-0.007470858,0.003466614,0.01281027),(-0.008597559,0.00309988,0.01127402),(-0.008978048,0.003038826,0.01115254),(-0.009106935,0.003100969,0.01153774),(-0.008727331,0.003177683,0.01165632),(-0.009362518,0.002997945,0.01102786),(-0.009749527,0.002973409,0.01089953),(-0.009874994,0.002997662,0.01129161),(-0.009489664,0.003040198,0.01141662),(-0.009614933,0.003094552,0.01180495),(-0.009233586,0.003169156,0.01192222),(-0.009998824,0.003037296,0.0116833),(-0.01012065,0.00308896,0.01207428),(-0.009737304,0.003153427,0.01219355),(-0.009356353,0.003230975,0.01230769),(-0.008854525,0.003253601,0.01203698),(-0.008977133,0.003310665,0.01241819),(-0.01013764,0.002961389,0.01076711),(-0.01052677,0.002960418,0.01063224),(-0.01065154,0.002970292,0.01102774),(-0.0102624,0.002975654,0.01116135),(-0.01091685,0.002969033,0.01049658),(-0.01130781,0.002985765,0.01036178),(-0.01143366,0.002993989,0.01075798),(-0.01104208,0.002977698,0.01089265),(-0.01116521,0.002994536,0.01128903),(-0.01077448,0.002992313,0.01142326),(-0.01155716,0.003006536,0.01115475),(-0.01167883,0.003025443,0.01155159),(-0.0112867,0.003021351,0.011685),(-0.01089591,0.003027514,0.01181796),(-0.01038551,0.003004891,0.01155538),(-0.01050704,0.003048519,0.0119484),(-0.01169956,0.003009149,0.01022949),(-0.01209198,0.003035724,0.01009896),(-0.01221884,0.003038928,0.01049489),(-0.01182596,0.003015285,0.01062563),(-0.01248497,0.003062029,0.009969421),(-0.01287841,0.003084603,0.009840121),(-0.01300589,0.00308262,0.01023544),(-0.0126122,0.003062259,0.01036505),(-0.01273673,0.003062106,0.01076161),(-0.01234307,0.003042553,0.01089167),(-0.01313066,0.003079714,0.0106317),(-0.01325331,0.003077256,0.01102869),(-0.01285916,0.003063224,0.01115885),(-0.01246524,0.003048498,0.01128903),(-0.01194983,0.003023285,0.01102251),(-0.01207174,0.003035198,0.01141978),(-0.01327217,0.003099984,0.009710304),(-0.01366613,0.003111223,0.009579958),(-0.01379385,0.003108943,0.009974764),(-0.01339981,0.003097353,0.01010533),(-0.01406014,0.00312137,0.009449077),(-0.01445407,0.003133477,0.009317647),(-0.01458191,0.00313264,0.009712337),(-0.01418792,0.003119876,0.009843757),(-0.014313,0.003115292,0.01023938),(-0.01391886,0.003104348,0.01037052),(-0.01470709,0.00312793,0.01010794),(-0.01483021,0.003120019,0.01050422),(-0.01443599,0.003108384,0.01063571),(-0.01404176,0.003098361,0.01076702),(-0.01352472,0.003093142,0.01050132),(-0.01364752,0.003088478,0.01089805),(-0.01484779,0.003150594,0.009185657),(-0.01523674,0.003154986,0.00905452),(-0.01536528,0.003154356,0.009449446),(-0.01497574,0.00314972,0.009580524),(-0.01561641,0.003128918,0.008925644),(-0.01598225,0.003054653,0.008800438),(-0.01611499,0.003059253,0.009193992),(-0.0157464,0.003129787,0.009320226),(-0.01587392,0.003125091,0.009715627),(-0.01549124,0.003148495,0.009845226),(-0.01624539,0.003058339,0.009588321),(-0.01637395,0.003052645,0.009983164),(-0.01599951,0.003115535,0.01011158),(-0.01561523,0.003138074,0.0102416),(-0.01510107,0.00314422,0.009976278),(-0.01522437,0.003134743,0.01037267),(-0.01632974,0.002914458,0.008680311),(-0.01666273,0.002723654,0.008564643),(-0.0168047,0.002743048,0.008954014),(-0.01646693,0.002925993,0.009071867),(-0.01698505,0.002497567,0.008452811),(-0.01730056,0.00225152,0.008344195),(-0.01744772,0.002280255,0.008731742),(-0.0171308,0.002523455,0.008840583),(-0.01727515,0.002546778,0.009228862),(-0.01694485,0.002758489,0.009344019),(-0.01759408,0.002308132,0.009119593),(-0.01773975,0.002335538,0.0095077),(-0.0174183,0.002568096,0.009617531),(-0.01708345,0.00277065,0.009734488),(-0.01660198,0.002932575,0.009464146),(-0.0167353,0.002934925,0.009856916),(-0.0176131,0.002000838,0.008238173),(-0.01792889,0.001762607,0.008132393),(-0.0180691,0.001781537,0.008524981),(-0.01775795,0.002026486,0.008627644),(-0.01825415,0.001553916,0.008024513),(-0.01859509,0.00139185,0.007912179),(-0.01872458,0.00139565,0.008310721),(-0.01838877,0.001564796,0.008420443),(-0.01852505,0.001580162,0.008815737),(-0.01821015,0.001803473,0.008917247),(-0.01885638,0.001404667,0.008708376),(-0.01899067,0.001418373,0.009105297),(-0.01866314,0.001599632,0.009210531),(-0.01835215,0.00182827,0.009309285),(-0.01790278,0.002053247,0.009017128),(-0.01804769,0.00208125,0.009406648),(-0.01895792,0.001293499,0.007793044),(-0.01933716,0.001243547,0.007668696),(-0.01946149,0.001242291,0.008067891),(-0.01908414,0.001293487,0.008192507),(-0.01972736,0.001226681,0.007540728),(-0.02012302,0.001227589,0.00741073),(-0.02024583,0.001228739,0.007807847),(-0.0198507,0.001226048,0.007938975),(-0.01997691,0.001227826,0.008336148),(-0.01958863,0.001244838,0.008466016),(-0.02037155,0.001230961,0.008203914),(-0.02050035,0.001233406,0.008598923),(-0.0201062,0.001231451,0.008732286),(-0.0197188,0.001250689,0.008863151),(-0.01921301,0.001298339,0.008590947),(-0.01934476,0.001307528,0.008988495),(-0.02051867,0.001230957,0.007280289),(-0.02091457,0.001238536,0.007151734),(-0.02103593,0.001245708,0.007547189),(-0.02064093,0.00123435,0.007676608),(-0.02131096,0.001252077,0.007027392),(-0.02170807,0.001273331,0.006909585),(-0.02143074,0.001265637,0.007421525),(-0.02182531,0.001296964,0.007301547),(-0.02155396,0.001277654,0.007814325),(-0.02116048,0.001252266,0.007941521),(-0.02194623,0.001317678,0.007691775),(-0.02168101,0.00128328,0.008205855),(-0.02207171,0.001327313,0.00808042),(-0.02128844,0.001255499,0.008334733),(-0.0207662,0.001237905,0.008071876),(-0.02089466,0.001240148,0.008466079),(-0.02210616,0.00130405,0.006800644),(-0.02250499,0.001341867,0.006698351),(-0.02221954,0.001342516,0.007189191),(-0.02261352,0.001398736,0.007082552),(-0.0229043,0.001384417,0.00660049),(-0.02330385,0.001429332,0.006504844),(-0.02300734,0.001462069,0.006979723),(-0.02340108,0.001528957,0.0068788),(-0.02272633,0.001447901,0.00746352),(-0.02311495,0.001528977,0.007354754),(-0.02350318,0.001614615,0.007247516),(-0.02323101,0.001559784,0.00772619),(-0.02361531,0.001654002,0.007611792),(-0.02284607,0.001470583,0.00784169),(-0.02233689,0.001375948,0.00757535),(-0.02245985,0.00139142,0.007959399),(0.008235094,0.0004766107,0.01453029),(0.008309524,0.0004815925,0.01411806),(0.008162851,0.0004724398,0.01494235),(0.007881414,0.0006810001,0.01488921),(0.007967427,0.0006888599,0.01447708),(0.008055546,0.0006967776,0.01406464),(0.008094977,0.0004698904,0.01535404),(0.00803366,0.0004697733,0.01576521),(0.00772412,0.0006656865,0.01571119),(0.00779961,0.0006732562,0.01530068),(0.007513486,0.0008499682,0.01523838),(0.00760878,0.0008636015,0.01482741),(0.007424129,0.0008341516,0.01564802),(0.007122164,0.0009274146,0.01557196),(0.0072226,0.0009508019,0.01516347),(0.007328458,0.0009701399,0.01475351),(0.007708031,0.0008757787,0.01441556),(0.00780926,0.0008872281,0.01400327),(0.00743793,0.0009867779,0.01434255),(0.007549209,0.001002067,0.01393111),(0.007981084,0.0004728994,0.01617568),(0.007935942,0.0004796953,0.01658512),(0.007597556,0.0006511874,0.01652818),(0.007657047,0.0006583485,0.01612041),(0.007896924,0.0004905881,0.01699323),(0.007862725,0.0005060046,0.01739969),(0.007497976,0.0006371756,0.0173388),(0.007544812,0.0006441482,0.01693437),(0.007201724,0.0007674192,0.01686644),(0.007268703,0.0007933301,0.01646204),(0.007141297,0.0007372377,0.01726911),(0.006790346,0.0007742554,0.01718757),(0.006863282,0.0008226102,0.01678615),(0.00694274,0.0008638806,0.01638316),(0.007342685,0.000815423,0.01605591),(0.007028955,0.0008986281,0.01597848),(0.007832038,0.0005263716,0.0178042),(0.00780247,0.00054362,0.01820726),(0.007417048,0.0006177485,0.0181425),(0.007456215,0.0006302149,0.01774134),(0.007771629,0.0005496805,0.01860942),(0.007737127,0.0005364836,0.01901118),(0.007336585,0.0005542309,0.0189427),(0.007377998,0.0005942596,0.01854278),(0.006987457,0.0006086839,0.01846866),(0.007036448,0.0006602869,0.01806978),(0.006937711,0.0005451065,0.01886718),(0.006542688,0.0005069374,0.01878258),(0.006601748,0.0005843391,0.0183847),(0.006661458,0.0006548636,0.01798649),(0.007086965,0.0007023326,0.01767008),(0.006723698,0.0007182544,0.01758756),(0.00769657,0.0004959601,0.01941308),(0.007650089,0.0004463105,0.01981468),(0.00723914,0.0004267302,0.0197423),(0.007290333,0.000492145,0.01934275),(0.007597811,0.0004057351,0.02021556),(0.007539865,0.0003924341,0.02061528),(0.007121531,0.0003608261,0.02053723),(0.007182906,0.0003767145,0.02014067),(0.006768734,0.0003408498,0.02005949),(0.006828728,0.000392984,0.0196635),(0.006704572,0.000328941,0.02045283),(0.006289162,0.0003013716,0.02036193),(0.006356141,0.0003031071,0.01997137),(0.006420387,0.0003492966,0.01957714),(0.006884927,0.0004671381,0.01926576),(0.006482403,0.0004229149,0.01918046),(0.00747638,0.000424608,0.02101342),(0.00741065,0.0005060771,0.02140005),(0.006986893,0.0004885189,0.0213138),(0.007054915,0.0003977929,0.02093131),(0.007345974,0.0006406619,0.02176522),(0.007285647,0.0008321822,0.02209901),(0.006861979,0.0008348621,0.02200751),(0.006921302,0.0006339073,0.02167557),(0.006501201,0.0006375099,0.02157758),(0.006566705,0.0004788435,0.02122032),(0.00644345,0.0008498894,0.02190592),(0.006029411,0.0008756412,0.02179687),(0.006085019,0.0006516076,0.0214729),(0.006149548,0.0004789795,0.02112053),(0.006635862,0.0003754631,0.02084259),(0.006218947,0.0003611149,0.0207476),(0.007232961,0.001084459,0.02239148),(0.007189802,0.001378359,0.02262252),(0.006775608,0.001391178,0.0225371),(0.006812758,0.001092287,0.02230049),(0.007158046,0.001694749,0.022772),(0.007139579,0.002014496,0.02281981),(0.0067525,0.001716533,0.02269988),(0.006745401,0.002053348,0.0227714),(0.006365633,0.001419462,0.02243602),(0.006349819,0.001753436,0.02260895),(0.006352234,0.002104723,0.02270123),(0.005949361,0.001799999,0.02250464),(0.005959047,0.002162179,0.0226135),(0.005959348,0.001458845,0.02232444),(0.006397552,0.00111441,0.02219686),(0.005986776,0.001147723,0.02208462),(0.007136279,0.002318468,0.02274583),(0.007148736,0.002609889,0.02257725),(0.00675628,0.002386621,0.02273423),(0.00678517,0.002714303,0.02260941),(0.007177541,0.002891982,0.02234125),(0.007223285,0.003167973,0.022065),(0.006832109,0.003034345,0.02241796),(0.006897127,0.003344701,0.02218092),(0.006417773,0.002817902,0.02261522),(0.006480166,0.003166783,0.02246609),(0.006561823,0.003501852,0.02226568),(0.006117905,0.003279581,0.02247675),(0.006212744,0.003627973,0.02230568),(0.006043733,0.002912279,0.02259087),(0.006375007,0.002461714,0.02269846),(0.005990644,0.002536375,0.02263935),(0.007286558,0.003441084,0.02177569),(0.007364144,0.003711565,0.02147626),(0.007075427,0.003931383,0.02163685),(0.006980262,0.00364332,0.02191933),(0.007452832,0.003979667,0.02116967),(0.007549404,0.004245636,0.02085886),(0.007277498,0.004480548,0.02102401),(0.007176532,0.004210065,0.02133719),(0.006884913,0.004396718,0.02146568),(0.006773018,0.004113927,0.02176011),(0.006989245,0.004667872,0.02115065),(0.006679934,0.004788429,0.02121947),(0.006572903,0.004521464,0.02153518),(0.006451713,0.004243005,0.02182683),(0.00666238,0.003816602,0.02202856),(0.006327836,0.003947144,0.02208635),(0.007650646,0.004509723,0.02054679),(0.007742943,0.004755916,0.0202281),(0.007452433,0.004987719,0.02036605),(0.007372231,0.004744006,0.020701),(0.007812679,0.004968201,0.01989743),(0.007846235,0.005130569,0.01954943),(0.007536007,0.005365013,0.01965181),(0.007509792,0.005198963,0.02001703),(0.007190449,0.005387239,0.02011465),(0.007145386,0.005173534,0.02047501),(0.007209011,0.00556099,0.01973943),(0.006862979,0.005705857,0.01980451),(0.006851738,0.005517987,0.0201795),(0.006818231,0.00529615,0.02054084),(0.007077193,0.004930277,0.02082039),(0.006761336,0.005049812,0.02088776),(0.007829998,0.005227005,0.01917871),(0.00777281,0.005270442,0.01879213),(0.007475912,0.005533457,0.01887224),(0.00752277,0.005473147,0.0192683),(0.007683516,0.005273809,0.01839648),(0.007570961,0.00525004,0.01799861),(0.007304655,0.005550962,0.01806564),(0.007401263,0.00555603,0.01846944),(0.00709847,0.005809678,0.0185439),(0.007159768,0.005764817,0.01894942),(0.00701706,0.005826362,0.01813755),(0.006774288,0.006028144,0.01861675),(0.006707638,0.006071144,0.01821185),(0.006823138,0.005956131,0.01901954),(0.0071977,0.005684385,0.01934947),(0.006853073,0.005850305,0.01941666),(0.00744399,0.005212064,0.01760532),(0.007299209,0.005158324,0.01722106),(0.007059904,0.005486988,0.01727661),(0.007191918,0.005528338,0.01766664),(0.007133227,0.005087258,0.01685024),(0.00694265,0.004997307,0.0164973),(0.006725457,0.005343399,0.01654013),(0.006905465,0.005425732,0.01689971),(0.006660588,0.005749212,0.01695677),(0.006800893,0.005796752,0.01734014),(0.006495101,0.005679016,0.01658876),(0.006250003,0.006001296,0.01664378),(0.006397912,0.006054992,0.01702075),(0.006521871,0.006084547,0.01741019),(0.006918793,0.005822261,0.01773502),(0.006624307,0.006089938,0.01780845),(0.006724084,0.004886911,0.01616665),(0.006485985,0.004761619,0.01585117),(0.006287543,0.005117682,0.01587911),(0.006516729,0.00523881,0.01620204),(0.006236806,0.004626978,0.01554375),(0.005984998,0.004488535,0.01523724),(0.005800812,0.00484867,0.01525332),(0.006046152,0.00498573,0.01556498),(0.005861084,0.005350658,0.01557976),(0.006087808,0.005474264,0.0159053),(0.005629033,0.005220197,0.01525827),(0.005461789,0.005595732,0.01526065),(0.005674907,0.005715651,0.01559504),(0.005881791,0.005826582,0.01593458),(0.006301661,0.005585542,0.01623996),(0.006075725,0.005923478,0.01628294),(0.005739016,0.004351838,0.01492453),(0.005510131,0.004221506,0.01460083),(0.005337286,0.004581751,0.01461336),(0.005559782,0.004712216,0.01493779),(0.005309614,0.004102157,0.01426135),(0.005148735,0.003998408,0.0139013),(0.005004799,0.004360322,0.01391766),(0.00514755,0.004462659,0.014275),(0.005012275,0.004844157,0.01426756),(0.005188101,0.004961042,0.01460723),(0.004888243,0.004743602,0.01391171),(0.004786585,0.005138457,0.01389002),(0.004894288,0.005237039,0.01424727),(0.005054226,0.005350238,0.01459159),(0.005399197,0.005088357,0.01493578),(0.005249143,0.005471865,0.01492778),(0.005038766,0.00391488,0.01351591),(0.004970355,0.003850379,0.01311126),(0.004888902,0.004219762,0.01313677),(0.004923256,0.004280125,0.01353633),(0.004934158,0.003803715,0.01269344),(0.00492082,0.003773699,0.01226853),(0.004905679,0.004149321,0.01230606),(0.004887717,0.004176928,0.01272476),(0.004854279,0.004561676,0.01273768),(0.004827193,0.004605782,0.01314151),(0.004895839,0.004529548,0.01232838),(0.004850859,0.004903764,0.01233324),(0.004800484,0.004948175,0.01273162),(0.004759661,0.004998867,0.01312721),(0.004832532,0.004665284,0.01353461),(0.004748369,0.005060681,0.013515),(0.004920994,0.003759138,0.01184263),(0.00492877,0.003760093,0.01141736),(0.004951305,0.004134753,0.01146763),(0.00492877,0.004134631,0.01188645),(0.004938238,0.003776629,0.01099434),(0.004943486,0.003808804,0.01057518),(0.004971981,0.004186976,0.01063917),(0.004967603,0.004151572,0.0110513),(0.004980583,0.004505128,0.01110463),(0.004963766,0.004496117,0.01151049),(0.004979604,0.004538162,0.01070265),(0.004915885,0.004843265,0.01076439),(0.004926543,0.004820268,0.01115232),(0.004917111,0.004829535,0.0115433),(0.004933926,0.004505977,0.01191886),(0.004890809,0.004860792,0.01193704),(0.004938605,0.003856682,0.01016152),(0.004930693,0.003918296,0.009752853),(0.004936369,0.004314239,0.009831405),(0.004958756,0.004242854,0.01023295),(0.004926848,0.003991676,0.009348682),(0.004934171,0.004074859,0.008948519),(0.004913258,0.004396162,0.009433311),(0.004897865,0.004483653,0.009037443),(0.004876765,0.004772981,0.009521664),(0.004918816,0.004681929,0.009912785),(0.004838779,0.004863691,0.009130927),(0.004720554,0.00519143,0.009230684),(0.004776206,0.005099808,0.009614469),(0.004832674,0.004999958,0.009996994),(0.004956056,0.004600376,0.01030591),(0.004881915,0.004908803,0.01037979),(0.004959758,0.004165874,0.008551866),(0.004994575,0.004260838,0.008159183),(0.00490577,0.004655949,0.008250347),(0.004898628,0.004571746,0.008642576),(0.005029581,0.004355864,0.007770936),(0.005055741,0.004447067,0.007387581),(0.004900078,0.004794728,0.007480381),(0.004909512,0.004731773,0.007862403),(0.004763455,0.005059106,0.007962509),(0.004791881,0.005010658,0.008348543),(0.0047187,0.005085659,0.00758365),(0.00449843,0.005291695,0.00770448),(0.004571505,0.005309504,0.008077315),(0.004627011,0.005297749,0.008458418),(0.004813736,0.004944217,0.008738952),(0.004673758,0.0052579,0.008844104),(0.005064015,0.004530563,0.007009586),(0.005050651,0.004600897,0.006636428),(0.00481288,0.004865232,0.006738507),(0.004867691,0.004840321,0.007105922),(0.005011891,0.004652612,0.006267582),(0.004943983,0.004680255,0.005902531),(0.004638114,0.004839712,0.00602274),(0.004736177,0.004866136,0.00637762),(0.004447297,0.005006328,0.006504273),(0.00455578,0.00506032,0.006855207),(0.004327257,0.004923391,0.006161299),(0.004027323,0.00491937,0.006323594),(0.004154929,0.005055761,0.006654068),(0.004281645,0.005163898,0.006993767),(0.004647861,0.005086414,0.007214775),(0.004398978,0.00524285,0.007343601),(0.004843169,0.004678371,0.005540752),(0.004719099,0.004647911,0.005183647),(0.004389587,0.004696902,0.005330154),(0.004519221,0.004782637,0.005673351),(0.00458142,0.004589825,0.004832619),(0.00443978,0.004505065,0.00448907),(0.004138452,0.004447432,0.004665135),(0.004259301,0.004584503,0.004993848),(0.003965812,0.004506663,0.005176432),(0.004076773,0.004670544,0.005497294),(0.003877361,0.004321831,0.004863116),(0.003678167,0.0041393,0.005082234),(0.00372423,0.004361736,0.005381013),(0.003803456,0.004568478,0.005687325),(0.004200501,0.004810457,0.00582561),(0.003907327,0.00475565,0.006001432),(0.004303826,0.004394581,0.004154401),(0.004178385,0.004255683,0.003828741),(0.00395804,0.004105947,0.004032088),(0.004037124,0.004287682,0.004344713),(0.00406828,0.004085684,0.003512216),(0.003978335,0.003881893,0.003204954),(0.003877474,0.003679279,0.003428232),(0.003903917,0.003902914,0.00372676),(0.003804675,0.003674139,0.003963747),(0.003797002,0.003901964,0.004258075),(0.00384397,0.003439195,0.003673147),(0.00387284,0.003181815,0.003936285),(0.003774906,0.003421269,0.00422011),(0.003707291,0.003664027,0.004504139),(0.003821161,0.004119063,0.004557432),(0.003673782,0.003905051,0.004790728),(0.003913376,0.003641622,0.002907082),(0.003881697,0.003380695,0.002613518),(0.003918411,0.003182364,0.002846183),(0.00388143,0.003435732,0.003136006),(0.003891592,0.003114934,0.002319179),(0.003951353,0.002860163,0.002018982),(0.004101952,0.002686522,0.002258152),(0.003991043,0.002929263,0.002554865),(0.004139871,0.00272971,0.002805163),(0.004014184,0.002962872,0.00309654),(0.004289126,0.002505359,0.002508153),(0.004468843,0.002304766,0.002763959),(0.00430141,0.00251245,0.003065695),(0.004142195,0.002727674,0.003360627),(0.003914678,0.003200737,0.003384973),(0.003997304,0.002950706,0.003650307),(0.004069277,0.002632207,0.001707845),(0.004236442,0.002430568,0.001393429),(0.004439086,0.002261289,0.001642793),(0.004253763,0.002464229,0.001952147),(0.004443927,0.002254752,0.001083398),(0.004682811,0.002104264,0.0007854151),(0.004650529,0.002076609,0.001336034),(0.004880697,0.001909093,0.001037815),(0.004845205,0.001904333,0.001584932),(0.004646141,0.002094041,0.001893611),(0.005052178,0.001723428,0.001281218),(0.005152402,0.001532239,0.00150679),(0.004980903,0.001719542,0.001821958),(0.004809322,0.001909763,0.002138762),(0.004459331,0.002293927,0.002202827),(0.004638391,0.002104354,0.002453872),(0.004944173,0.001978607,0.000507142),(0.005222808,0.001877488,0.0002468071),(0.005122199,0.001757645,0.0007540794),(0.005370652,0.001625694,0.0004809983),(0.00551351,0.001800609,2.639126e-6),(0.005811071,0.001747675,-0.0002271337),(0.005870866,0.001433991,-4.85212e-5),(0.005621668,0.001516667,0.0002147414),(0.005677589,0.001254659,0.0004055195),(0.005472584,0.001391256,0.0006967366),(0.005873505,0.001147501,0.000108018),(0.005788423,0.0009012196,0.0002391369),(0.005645281,0.001020541,0.0005684234),(0.005488775,0.001172387,0.0008856857),(0.005262709,0.001549958,0.0009868942),(0.005323087,0.001346403,0.001196587),(0.006110289,0.001718392,-0.000444283),(0.006395943,0.001715038,-0.0006614953),(0.006339204,0.001362307,-0.0005820722),(0.006113858,0.001381093,-0.0003126192),(0.006652815,0.001739891,-0.000891457),(0.006865685,0.00179523,-0.001146855),(0.006691192,0.001444402,-0.00115512),(0.006535463,0.001381965,-0.0008613992),(0.006353451,0.001069419,-0.0008414288),(0.006218436,0.001049199,-0.0005184854),(0.006454172,0.001143464,-0.001166794),(0.006155131,0.0009144694,-0.001168865),(0.006100408,0.0008252197,-0.0008204394),(0.006019023,0.0007973804,-0.0004638962),(0.006056122,0.001077121,-0.0002009934),(0.005914016,0.000824773,-0.0001078369),(0.007019334,0.001883334,-0.001440374),(0.007117591,0.002004128,-0.001759516),(0.006851403,0.001703858,-0.001792377),(0.00679495,0.001553951,-0.001467753),(0.007164279,0.002157535,-0.002091778),(0.007163227,0.00234348,-0.002424658),(0.006841047,0.002097739,-0.002449897),(0.006865212,0.001887372,-0.002122066),(0.006525873,0.001667983,-0.002137422),(0.006536056,0.001456412,-0.001815248),(0.006487379,0.001898063,-0.002457619),(0.006110564,0.001748193,-0.002450112),(0.006154516,0.001508086,-0.002135721),(0.006178829,0.001275819,-0.001821032),(0.006513597,0.001277017,-0.001491553),(0.006180153,0.001071308,-0.001500571),(0.00711826,0.002561888,-0.002745657),(0.007039758,0.002800231,-0.003060297),(0.00670115,0.002568875,-0.003084405),(0.006783572,0.002328207,-0.002768949),(0.006938106,0.00304598,-0.003374096),(0.006823686,0.003286609,-0.003692578),(0.006494923,0.003041216,-0.003725273),(0.006602145,0.002809845,-0.003401452),(0.00625286,0.002594562,-0.003418175),(0.006344655,0.002367049,-0.003094354),(0.006155734,0.002809822,-0.003750487),(0.00581143,0.002588242,-0.003772557),(0.00589681,0.00239621,-0.00342959),(0.005977761,0.002192217,-0.003095735),(0.0064249,0.002132984,-0.002775382),(0.006050328,0.001976224,-0.00276968),(0.006706879,0.00350959,-0.004021263),(0.006590389,0.003716171,-0.004359554),(0.006283273,0.003447135,-0.004407644),(0.006387847,0.00325309,-0.004061057),(0.006476923,0.003907601,-0.004706853),(0.006369185,0.004085128,-0.005062563),(0.006183556,0.003625023,-0.004763879),(0.00609105,0.003788424,-0.005128605),(0.00596671,0.003187492,-0.004450215),(0.005879946,0.003351904,-0.004815032),(0.005801771,0.003501367,-0.005188084),(0.005566407,0.003088029,-0.004860549),(0.005500106,0.003225216,-0.005240032),(0.005642728,0.002935343,-0.0044889),(0.006059496,0.003007132,-0.004094934),(0.005725569,0.002768351,-0.004125949),(0.006269881,0.00425,-0.005426086),(0.006175912,0.00440579,-0.005795265),(0.006008112,0.003939008,-0.005500666),(0.005929811,0.004081456,-0.005877316),(0.006084179,0.004556074,-0.006167938),(0.005991584,0.004704422,-0.006541949),(0.005851215,0.004220449,-0.006255813),(0.005767392,0.004360666,-0.006633414),(0.00567195,0.003764723,-0.005951623),(0.005606424,0.003891176,-0.00633534),(0.005531237,0.00402252,-0.006715851),(0.005346046,0.003570725,-0.006403862),(0.005279412,0.003692285,-0.006786572),(0.005398993,0.003458042,-0.006015795),(0.005734751,0.00363688,-0.005568075),(0.005447324,0.003345713,-0.005626482),(0.005895026,0.004854409,-0.006915137),(0.005793622,0.005006318,-0.007286803),(0.005673411,0.004506789,-0.007007376),(0.005571003,0.004657446,-0.007378325),(0.005686488,0.005160434,-0.00765625),(0.005572735,0.005317038,-0.008022776),(0.005461889,0.004811267,-0.007746883),(0.005347802,0.004966881,-0.008113674),(0.005335474,0.004315266,-0.007459133),(0.005223729,0.004469783,-0.007825969),(0.005108627,0.004625137,-0.008192311),(0.004970706,0.004137711,-0.00789165),(0.004854637,0.004293397,-0.008257099),(0.005084813,0.00398169,-0.007527036),(0.005439448,0.00416503,-0.007089771),(0.005190024,0.003831244,-0.007159819),(0.005451479,0.005476416,-0.008385682),(0.005319338,0.005639561,-0.008742222),(0.005230468,0.005122919,-0.008479326),(0.005105483,0.005281211,-0.008840614),(0.005172933,0.005807466,-0.009089652),(0.005008881,0.005981124,-0.009425228),(0.004968441,0.005443593,-0.009194321),(0.004814937,0.005611893,-0.009537222),(0.004876324,0.004930827,-0.008925955),(0.004748561,0.005086759,-0.009285939),(0.004606016,0.005248479,-0.009636489),(0.004512834,0.00473836,-0.009362997),(0.004381531,0.004892137,-0.00972145),(0.004631552,0.004589874,-0.008996782),(0.004994587,0.004777886,-0.008560193),(0.004743536,0.004442835,-0.008626813),(0.0048238,0.00616153,-0.0097462),(0.004613155,0.006339861,-0.01002789),(0.004640568,0.005787946,-0.009866101),(0.004439882,0.005964124,-0.01015697),(0.00437241,0.006507297,-0.01024561),(0.004097027,0.006655016,-0.01037468),(0.004207428,0.006132803,-0.01038586),(0.003937756,0.006286357,-0.01052878),(0.00425419,0.005591408,-0.01027499),(0.004031796,0.005760066,-0.0105163),(0.003769675,0.005918488,-0.01067457),(0.003845424,0.005389286,-0.01063524),(0.003593,0.005551076,-0.01081021),(0.004055723,0.005222361,-0.01038031),(0.004443411,0.005418787,-0.009973945),(0.004231792,0.005055058,-0.01006813),(0.003782471,0.006774197,-0.01039042),(0.003448186,0.006861255,-0.01030966),(0.003625416,0.006417156,-0.01056175),(0.003291938,0.006518316,-0.01049894),(0.003113617,0.006912602,-0.01014923),(0.002798208,0.006924652,-0.009925967),(0.002647697,0.006604149,-0.01014259),(0.002958855,0.006582942,-0.0103545),(0.003130121,0.006175494,-0.01068333),(0.002799757,0.006253485,-0.01055651),(0.002493716,0.006284072,-0.01035735),(0.002336455,0.005962479,-0.0105677),(0.002636944,0.005922356,-0.01075276),(0.002963423,0.005831293,-0.0108605),(0.003461272,0.006060396,-0.01072646),(0.003290554,0.005702972,-0.01088248),(0.002521407,0.006893821,-0.009656706),(0.002296154,0.006822431,-0.009354474),(0.002165836,0.006500255,-0.009573985),(0.002379997,0.006575044,-0.009877364),(0.002135394,0.006712801,-0.009032307),(0.002052068,0.006567256,-0.00870324),(0.001938463,0.006232134,-0.008913361),(0.002015298,0.006384408,-0.009247599),(0.001890876,0.006057539,-0.009462701),(0.002032239,0.006179118,-0.009793232),(0.001818479,0.005899197,-0.009122809),(0.001688264,0.005569291,-0.009330424),(0.001759145,0.005732135,-0.009676022),(0.001893504,0.005858115,-0.01001019),(0.002235531,0.006256956,-0.01009719),(0.002087291,0.005937981,-0.0103138),(0.002059123,0.006388118,-0.008380302),(0.002127416,0.006185604,-0.008059797),(0.002006886,0.005843018,-0.008262361),(0.001945416,0.006048055,-0.008586421),(0.002227809,0.005969933,-0.007738018),(0.002331164,0.005751322,-0.007411267),(0.002176305,0.005413443,-0.007605212),(0.002093605,0.005627865,-0.007936764),(0.00194221,0.005292037,-0.008131261),(0.001872918,0.005504808,-0.008461832),(0.002001186,0.005084398,-0.007794308),(0.001803038,0.004767663,-0.007978776),(0.001769999,0.004965437,-0.008321362),(0.001721391,0.005173356,-0.008657737),(0.001822083,0.005711074,-0.008790768),(0.001684913,0.005378836,-0.008992543),(0.002408342,0.005539993,-0.007075844),(0.002452984,0.005344366,-0.006732633),(0.002238841,0.005027548,-0.006913192),(0.002225716,0.005210596,-0.007263289),(0.002458734,0.005172871,-0.006382521),(0.002419234,0.005033934,-0.006026396),(0.002144237,0.004753776,-0.006197268),(0.002212681,0.004872533,-0.006557118),(0.001944062,0.004592486,-0.006729488),(0.002001994,0.004727029,-0.007090224),(0.001847396,0.004497498,-0.006367216),(0.001531479,0.004268063,-0.006537989),(0.00165413,0.0043364,-0.006901138),(0.001742205,0.004446725,-0.007264857),(0.002021075,0.004893531,-0.00744623),(0.001792807,0.004592619,-0.00762534),(0.002328128,0.00493598,-0.005665143),(0.002195526,0.004873957,-0.005301401),(0.001880824,0.00464351,-0.005474529),(0.002030512,0.004679506,-0.00583584),(0.002031542,0.004842814,-0.004937814),(0.001846288,0.004837497,-0.00457702),(0.001510843,0.004661486,-0.00475901),(0.001704495,0.004639573,-0.00511502),(0.001359376,0.004466014,-0.005293413),(0.001546635,0.004441614,-0.005648422),(0.001158755,0.004515505,-0.004942342),(0.001002674,0.004320139,-0.005474395),(0.0007971289,0.004395398,-0.005128146),(0.001198448,0.00426827,-0.005824718),(0.001712114,0.004449658,-0.006006608),(0.001377151,0.004248132,-0.006179215),(0.001649876,0.004852953,-0.004221661),(0.001447122,0.004874624,-0.003869688),(0.001103716,0.004748431,-0.004060222),(0.001309189,0.004703031,-0.00440819),(0.001242839,0.004887951,-0.003519053),(0.001041844,0.004878372,-0.003167706),(0.0008986078,0.004781903,-0.003712773),(0.0006980473,0.004787666,-0.003363505),(0.0007460554,0.004651393,-0.004251762),(0.0005407181,0.004705172,-0.003907225),(0.000340551,0.004727765,-0.003559835),(0.0001760711,0.004647689,-0.004102834),(-2.377351e-5,0.004687451,-0.003756876),(0.0003812329,0.004575126,-0.004444966),(0.0009531914,0.004582734,-0.004595962),(0.0005891171,0.004485711,-0.00478587),(0.0008489504,0.00483133,-0.002813599),(0.0006643726,0.004762769,-0.002456389),(0.0003224325,0.004688405,-0.002652658),(0.000506218,0.004749939,-0.003010084),(0.0004883242,0.004688633,-0.002095733),(0.0003210185,0.004624868,-0.001731287),(-2.375768e-5,0.004572641,-0.001926397),(0.000146003,0.004622744,-0.00229138),(-0.0002122001,0.004597565,-0.002488095),(-3.503414e-5,0.004652208,-0.002849614),(-0.0003834471,0.004560682,-0.002123176),(-0.0007510551,0.004575648,-0.002319838),(-0.0005786446,0.004600888,-0.002684865),(-0.0004004291,0.004642381,-0.003046785),(0.0001489249,0.004702859,-0.00320708),(-0.0002157062,0.004678458,-0.003404491),(0.0001626692,0.004587418,-0.00136271),(1.04084e-5,0.004576512,-0.0009927494),(-0.0003467498,0.004570527,-0.001187821),(-0.0001875373,0.004557776,-0.001557861),(-0.0001386318,0.004592372,-0.0006241567),(-0.0002873194,0.004635226,-0.0002596814),(-0.0006571291,0.004648386,-0.0004514419),(-0.000502809,0.004603271,-0.0008183314),(-0.0008697518,0.004631641,-0.001017271),(-0.0007115145,0.004591588,-0.001386438),(-0.001025069,0.004669604,-0.0006493427),(-0.001391326,0.004678241,-0.0008483418),(-0.001238332,0.004657196,-0.001216198),(-0.001080733,0.00462137,-0.001584641),(-0.0005496491,0.004563313,-0.001755515),(-0.0009183627,0.004588332,-0.001952809),(-0.0004385223,0.004705299,9.792639e-5),(-0.0005833546,0.004770566,0.0004471192),(-0.0009567079,0.004730092,0.0002659867),(-0.0008111236,0.004698248,-8.920482e-5),(-0.0007129309,0.004799,0.0007863491),(-0.000818365,0.004758575,0.001114068),(-0.001190305,0.004648669,0.0009456605),(-0.001085797,0.004721155,0.0006117396),(-0.001449133,0.004634726,0.0004274862),(-0.001321914,0.004684404,7.592884e-5),(-0.001552676,0.004529322,0.0007678008),(-0.001903252,0.004394526,0.0005813554),(-0.001801407,0.004529523,0.0002356358),(-0.001678428,0.004618847,-0.0001197021),(-0.001178174,0.004691611,-0.0002839784),(-0.001539879,0.004666938,-0.0004819357),(-0.0008907713,0.004617265,0.001428729),(-0.0009446245,0.004411499,0.001739003),(-0.001315848,0.004277615,0.001579629),(-0.001262147,0.00448987,0.001265356),(-0.0009943992,0.004177707,0.002053558),(-0.00105457,0.003952318,0.002381066),(-0.00136593,0.004044763,0.001897282),(-0.001426918,0.003824171,0.002227116),(-0.001734503,0.003912635,0.00173759),(-0.001681317,0.004139922,0.001414438),(-0.001798991,0.003701434,0.002071849),(-0.002170889,0.003584891,0.001914776),(-0.002099491,0.003781447,0.001574049),(-0.00203957,0.003997338,0.001243166),(-0.001625389,0.004354935,0.00109398),(-0.001978398,0.004209414,0.0009147337),(-0.001139612,0.003771762,0.002730198),(-0.001244923,0.003628448,0.003095933),(-0.001513337,0.003648697,0.002577934),(-0.001620335,0.003511078,0.002944868),(-0.001365902,0.00351479,0.003473251),(-0.001497948,0.0034232,0.003857129),(-0.001743065,0.003404052,0.003323051),(-0.001876676,0.003320356,0.003707615),(-0.001998963,0.003405353,0.0027944),(-0.002124359,0.003306476,0.003173628),(-0.002259969,0.003231044,0.00355878),(-0.002509848,0.003222259,0.003024329),(-0.002647396,0.00315383,0.003409914),(-0.002381175,0.003312267,0.002643934),(-0.001888826,0.003534673,0.002425629),(-0.002266486,0.00343082,0.002272743),(-0.00163646,0.003346088,0.004242549),(-0.001780486,0.003280115,0.004629478),(-0.002016321,0.003252728,0.004093694),(-0.002161076,0.00319662,0.004481182),(-0.001929078,0.003221941,0.005017886),(-0.002081284,0.003168225,0.005407744),(-0.002310022,0.003147484,0.004869976),(-0.002462235,0.003100773,0.005259974),(-0.002545859,0.003124057,0.004333115),(-0.002694465,0.003081578,0.004722),(-0.002845725,0.003039159,0.005111834),(-0.003080019,0.003013716,0.004573131),(-0.003228701,0.002970005,0.004962566),(-0.002933138,0.003055178,0.004184453),(-0.002400748,0.003172058,0.003945325),(-0.002788711,0.003100009,0.003796667),(-0.002236155,0.00311563,0.005799019),(-0.002394154,0.003064941,0.006190789),(-0.002616795,0.003051938,0.005651071),(-0.002774108,0.003001699,0.006042494),(-0.002555745,0.003016952,0.006582133),(-0.002721393,0.002972451,0.006972132),(-0.002934575,0.002950773,0.006433477),(-0.003098603,0.00289988,0.006823244),(-0.003154154,0.002938885,0.005893318),(-0.003312234,0.002882561,0.0062838),(-0.003473499,0.002823133,0.006673327),(-0.003684155,0.002795343,0.006132801),(-0.00384123,0.002725681,0.006522045),(-0.003530133,0.002859898,0.005742844),(-0.002998803,0.00299134,0.005502469),(-0.003378527,0.002918426,0.005352618),(-0.00289156,0.002932226,0.007359859),(-0.003065395,0.002894306,0.007745228),(-0.003266598,0.002849738,0.007211026),(-0.003437365,0.002798719,0.007596821),(-0.003242047,0.002856719,0.008128147),(-0.003420662,0.002817493,0.008508524),(-0.003609711,0.002745199,0.007980625),(-0.003782444,0.002687551,0.008362431),(-0.003805544,0.002696238,0.007447723),(-0.003973507,0.002626711,0.007832509),(-0.004140888,0.00255176,0.008215635),(-0.004328789,0.002490104,0.007682523),(-0.00449192,0.002401493,0.008066659),(-0.004164997,0.002573428,0.007296988),(-0.003638405,0.002761369,0.007061315),(-0.004001994,0.002651831,0.006910135),(-0.00360039,0.002774656,0.00888627),(-0.003781504,0.002730492,0.009261897),(-0.003954372,0.002624148,0.00874224),(-0.004126497,0.002558696,0.009120665),(-0.003964279,0.00268728,0.009635914),(-0.004148988,0.002647306,0.01000884),(-0.004299823,0.002494897,0.009498322),(-0.004475355,0.002436455,0.009875831),(-0.004471313,0.002387269,0.008977473),(-0.00463763,0.002307277,0.009357579),(-0.004806865,0.002235153,0.009738079),(-0.004976361,0.002122764,0.009213016),(-0.005142621,0.002043081,0.009595477),(-0.004813777,0.002212565,0.008831198),(-0.004306278,0.002470355,0.008597056),(-0.004652939,0.002307228,0.008449316),(-0.004335904,0.00261285,0.01038117),(-0.004527031,0.002588218,0.01075068),(-0.004654092,0.002387075,0.0102538),(-0.004837133,0.002349573,0.01063077),(-0.004724375,0.002577719,0.01111515),(-0.004929937,0.002585658,0.01147232),(-0.005025567,0.002326767,0.01100525),(-0.00522049,0.002321476,0.01137578),(-0.005159202,0.002129853,0.01050131),(-0.0053427,0.00209873,0.01088195),(-0.005531352,0.002083326,0.01126057),(-0.005673029,0.001893958,0.01074778),(-0.005858709,0.001872282,0.01113087),(-0.005491453,0.001929261,0.01036365),(-0.004980657,0.002175669,0.01011967),(-0.005314484,0.001978775,0.009979284),(-0.005145721,0.00261634,0.01181998),(-0.005376205,0.002668039,0.01214616),(-0.005422993,0.002336515,0.01174088),(-0.00563777,0.002372892,0.01208996),(-0.00562586,0.002739025,0.01243889),(-0.005899163,0.002827573,0.01268621),(-0.005869512,0.002431615,0.01241245),(-0.006122913,0.00251369,0.01269776),(-0.005928962,0.002105783,0.01200028),(-0.006146425,0.002149707,0.01234473),(-0.006381998,0.002219468,0.01266117),(-0.006451258,0.001901841,0.01224572),(-0.006672164,0.001956825,0.01258627),(-0.006244357,0.001872143,0.01188571),(-0.005725354,0.002084667,0.01163612),(-0.006047997,0.00186365,0.01151214),(-0.006200591,0.002931953,0.01287617),(-0.006525208,0.00304249,0.01301151),(-0.006402665,0.002620123,0.01293531),(-0.006705491,0.002741781,0.01312393),(-0.006868078,0.003149507,0.013095),(-0.007224266,0.003243327,0.01312941),(-0.007028116,0.002869528,0.01326248),(-0.007367264,0.002994229,0.01334978),(-0.006919047,0.002438562,0.01318026),(-0.007218161,0.002573835,0.01337342),(-0.007536089,0.002716883,0.013516),(-0.007442603,0.002282066,0.01342709),(-0.007737718,0.002430651,0.01362294),(-0.007167117,0.002150915,0.0131842),(-0.006639933,0.002318096,0.01294126),(-0.006910546,0.002041176,0.01290151),(-0.007588842,0.003314276,0.01311749),(-0.007959909,0.00336048,0.01306902),(-0.007719657,0.00310675,0.01338468),(-0.008082633,0.003200999,0.01337611),(-0.008335575,0.003380067,0.01299379),(-0.00871395,0.003371166,0.01290157),(-0.008453522,0.003270882,0.01333299),(-0.008829662,0.003310309,0.01326425),(-0.008221777,0.002995567,0.0136421),(-0.00858338,0.003111912,0.01363958),(-0.008953382,0.003200064,0.01360264),(-0.008733442,0.002909928,0.0139013),(-0.009092376,0.003041516,0.01390476),(-0.008386067,0.002756385,0.01385592),(-0.007871655,0.002860676,0.01360323),(-0.008053183,0.002592692,0.01376451),(-0.009093142,0.003331904,0.01280214),(-0.009473598,0.003274016,0.01269587),(-0.009208388,0.003313186,0.01317882),(-0.00958956,0.003289912,0.01307963),(-0.009855765,0.003209239,0.01258312),(-0.01024009,0.003149308,0.01246425),(-0.01035869,0.003206499,0.01285168),(-0.009973041,0.003250883,0.01296961),(-0.009708492,0.003270292,0.01345188),(-0.01009186,0.003267251,0.01334898),(-0.01047796,0.003248692,0.01323502),(-0.01021496,0.003247235,0.01371719),(-0.01059943,0.003264047,0.01361275),(-0.009834638,0.003206794,0.01380549),(-0.009328709,0.003250377,0.01353825),(-0.009459942,0.003139346,0.01387041),(-0.01062704,0.00310596,0.01233965),(-0.01101616,0.003076928,0.01221096),(-0.01113581,0.003133772,0.01260221),(-0.01074637,0.003167157,0.01272878),(-0.01140702,0.003059946,0.01207985),(-0.01179919,0.003052749,0.01194801),(-0.01191888,0.00308853,0.01234336),(-0.01152673,0.003107259,0.0124733),(-0.01164643,0.003160225,0.01286507),(-0.01125548,0.003191263,0.01299169),(-0.01203853,0.003132861,0.012737),(-0.0121588,0.003185817,0.01312828),(-0.0117667,0.003215784,0.01325487),(-0.01137578,0.003242616,0.01337932),(-0.01086591,0.003222058,0.01311546),(-0.01098653,0.003260605,0.01349937),(-0.01219224,0.003053072,0.01181709),(-0.01258595,0.003058661,0.01168672),(-0.01270576,0.003074996,0.01208406),(-0.01231197,0.003078503,0.01221369),(-0.01298009,0.003067261,0.01155655),(-0.01337445,0.003076621,0.0114262),(-0.01349447,0.003078828,0.01182393),(-0.01310001,0.003075832,0.01195423),(-0.01321939,0.003090548,0.01235138),(-0.01282524,0.003099462,0.01248039),(-0.01361376,0.003084904,0.01222159),(-0.01373271,0.00309587,0.01261886),(-0.01333872,0.003113023,0.01274753),(-0.01294497,0.003134014,0.01287504),(-0.01243155,0.003113087,0.01260885),(-0.01255161,0.00315842,0.01300181),(-0.0137688,0.003084486,0.01129531),(-0.01416316,0.003091904,0.01116404),(-0.01428332,0.003085418,0.01156149),(-0.0138889,0.003081809,0.01169295),(-0.01455751,0.003099921,0.01103253),(-0.01495188,0.003109584,0.01090095),(-0.01507228,0.003097092,0.01129808),(-0.01467777,0.003090297,0.0114298),(-0.014797,0.003079909,0.01182742),(-0.01440252,0.003079348,0.01195927),(-0.01519162,0.003083013,0.01169558),(-0.01531007,0.003067813,0.01209339),(-0.01491542,0.00306915,0.01222536),(-0.01452101,0.003074136,0.01235727),(-0.01400812,0.003081092,0.01209077),(-0.01412679,0.003082975,0.0124886),(-0.01534626,0.00312194,0.01076944),(-0.01573782,0.003123763,0.0106383),(-0.01585916,0.003106386,0.01103532),(-0.01546689,0.003106447,0.01116658),(-0.01612374,0.003101827,0.01050781),(-0.01650117,0.003042905,0.01037826),(-0.01662706,0.003030122,0.01077368),(-0.01624669,0.003084936,0.01090434),(-0.01636845,0.003065832,0.01130122),(-0.01597937,0.003086767,0.01143268),(-0.01675161,0.003015298,0.01116947),(-0.01687485,0.002999441,0.0115657),(-0.01648908,0.003045486,0.01169845),(-0.01609858,0.003065731,0.01183037),(-0.01558642,0.003088896,0.01156406),(-0.01570501,0.003069924,0.01196187),(-0.01686729,0.002933772,0.01024996),(-0.0172208,0.002780201,0.01012524),(-0.01735665,0.002787737,0.01051641),(-0.01699784,0.002929969,0.01064336),(-0.01756041,0.00258797,0.01000648),(-0.01788483,0.002362853,0.00989602),(-0.01802889,0.00239007,0.01028465),(-0.01770113,0.002606684,0.01039583),(-0.01784012,0.002624523,0.01078574),(-0.0174908,0.002793852,0.01090812),(-0.01817147,0.00241718,0.0106737),(-0.01831213,0.002444173,0.01106327),(-0.01797703,0.002641771,0.01117632),(-0.017623,0.002799143,0.0113005),(-0.01712685,0.002924375,0.01103723),(-0.01725422,0.002917846,0.01143167),(-0.01819278,0.002110626,0.00979623),(-0.01849524,0.001855784,0.009701184),(-0.01863889,0.001885661,0.01009284),(-0.01833754,0.002141154,0.01018589),(-0.0188032,0.001622823,0.009604961),(-0.01912766,0.001436238,0.009501633),(-0.01894473,0.001649316,0.009998824),(-0.01926685,0.001457844,0.009897134),(-0.01908723,0.001678692,0.01039192),(-0.0187826,0.001917546,0.01048416),(-0.01940778,0.001482769,0.01029155),(-0.01923018,0.001710532,0.01078404),(-0.01954994,0.001510595,0.01068461),(-0.01892586,0.001951086,0.01087503),(-0.01848149,0.002172615,0.01057563),(-0.01862412,0.002204788,0.01096547),(-0.0194796,0.001320526,0.009385282),(-0.01985224,0.001259346,0.009259385),(-0.01961706,0.00133697,0.009781085),(-0.01998848,0.001270594,0.009654578),(-0.02023879,0.00123636,0.00912742),(-0.02063246,0.001235228,0.008992865),(-0.0203742,0.001242616,0.009521521),(-0.02076737,0.001236933,0.009385821),(-0.02012704,0.001284219,0.01004859),(-0.02051199,0.001250282,0.009914562),(-0.02090463,0.00123903,0.009777864),(-0.02065168,0.001259422,0.01030651),(-0.02104377,0.001242025,0.01016907),(-0.02026749,0.001300006,0.01044129),(-0.01975668,0.001356497,0.01017568),(-0.01989798,0.001378741,0.01056884),(-0.02102645,0.001239612,0.008859199),(-0.02142,0.001252696,0.008726832),(-0.02116109,0.001237447,0.009251382),(-0.02155458,0.001246148,0.00911805),(-0.0218123,0.001277667,0.008596171),(-0.02220259,0.001317709,0.008467628),(-0.02194705,0.001265029,0.008985672),(-0.02233772,0.00129608,0.008854091),(-0.02169162,0.001238149,0.009508629),(-0.02208449,0.001249581,0.009374757),(-0.02247595,0.001269635,0.009240494),(-0.02222381,0.001235537,0.009763826),(-0.02261613,0.001245589,0.009627525),(-0.02183052,0.001230989,0.009898801),(-0.02129809,0.001234809,0.009642775),(-0.02143695,0.00123285,0.01003352),(-0.02259007,0.00137601,0.008341615),(-0.02297544,0.001448004,0.008217498),(-0.02272579,0.001341293,0.008723155),(-0.02311192,0.001397127,0.008592702),(-0.02335941,0.001529127,0.008094645),(-0.02374267,0.001614815,0.007972425),(-0.02349675,0.001460043,0.00846257),(-0.02388094,0.001526499,0.008332599),(-0.02325301,0.001334916,0.008969057),(-0.02363966,0.001375565,0.00883241),(-0.02402578,0.001418502,0.008695501),(-0.02378475,0.001298727,0.009206617),(-0.0241729,0.001320271,0.009064315),(-0.02339618,0.001278333,0.00934832),(-0.02286528,0.001298843,0.009105172),(-0.02300678,0.001260237,0.009488823),(0.007138153,0.0009712687,0.01425491),(0.007253933,0.0009904157,0.01384532),(0.007023963,0.0009505111,0.01466405),(0.006698152,0.0008445967,0.01456282),(0.006813161,0.0008688358,0.01415596),(0.006929515,0.0008914971,0.01374878),(0.006912949,0.0009265324,0.01507231),(0.006806704,0.0008977217,0.01547926),(0.006477552,0.0007850747,0.01537429),(0.006585833,0.0008172023,0.01496904),(0.006242552,0.0006628542,0.0148578),(0.006353884,0.0006922776,0.0144536),(0.006134516,0.0006294756,0.01526146),(0.005777398,0.0004709263,0.01514513),(0.005884406,0.0005035306,0.01474272),(0.005994018,0.0005334349,0.01434018),(0.006582038,0.0007445325,0.01364433),(0.006467412,0.0007190642,0.01404906),(0.006105368,0.0005615393,0.01393753),(0.006217586,0.0005887437,0.01353485),(0.006706813,0.0008624683,0.01588444),(0.006613029,0.0008205965,0.01628803),(0.006276736,0.0007023316,0.01618108),(0.006374654,0.000746636,0.01577826),(0.0065251,0.00077193,0.0166902),(0.006442779,0.0007162931,0.01709113),(0.006094236,0.0005979047,0.01698385),(0.006183398,0.0006526061,0.01658289),(0.005834386,0.0005018655,0.01646851),(0.005931028,0.0005479393,0.01606673),(0.005740356,0.0004536432,0.01686983),(0.005376777,0.0003180628,0.01675314),(0.005474285,0.0003569354,0.01635134),(0.005573068,0.0003962737,0.01594942),(0.006030872,0.0005908233,0.01566441),(0.005673864,0.0004347224,0.01554736),(0.006365814,0.0006535098,0.01749096),(0.00629287,0.0005851068,0.01789001),(0.005926505,0.0004768072,0.01778384),(0.006008849,0.000538672,0.0173841),(0.006222612,0.0005126115,0.01828854),(0.006153705,0.0004375507,0.01868686),(0.005768013,0.000352776,0.01858266),(0.005846472,0.0004142089,0.01818329),(0.005469748,0.0003098392,0.01807205),(0.005558187,0.0003557549,0.01767148),(0.005382874,0.0002684431,0.01847262),(0.00499554,0.0002003819,0.01835937),(0.005088862,0.0002202103,0.01795794),(0.005183733,0.0002477401,0.01755643),(0.005648339,0.0004043147,0.01727078),(0.005279815,0.000281011,0.01715483),(0.00608481,0.0003614514,0.01908524),(0.006015657,0.0002998923,0.01948205),(0.00561377,0.0002529323,0.01937977),(0.005690398,0.000294407,0.01898217),(0.005945968,0.0002684525,0.01987566),(0.005875471,0.0002827104,0.02026442),(0.005464065,0.0002759857,0.02016113),(0.005538277,0.0002421817,0.01977344),(0.005133126,0.0002295908,0.01966579),(0.00521396,0.0002165769,0.0192718),(0.005055508,0.0002842256,0.02005295),(0.004650366,0.0003104582,0.0199407),(0.004730579,0.0002359756,0.01955378),(0.004815467,0.000198987,0.01915967),(0.00529741,0.0002334416,0.01887331),(0.004904097,0.0001902149,0.01876074),(0.00580389,0.0003582451,0.02064669),(0.005734883,0.0004908549,0.02101533),(0.005322997,0.0005145436,0.02090601),(0.005391282,0.0003681742,0.02054084),(0.005672104,0.0006763382,0.02136317),(0.005619211,0.0009104935,0.02168304),(0.005212209,0.0009530102,0.02156666),(0.005262282,0.0007108902,0.02125012),(0.004855378,0.0007544517,0.02113551),(0.004914178,0.0005501196,0.02079384),(0.004807761,0.001001756,0.02144996),(0.00440523,0.001055295,0.02133519),(0.004451223,0.0008062114,0.02102108),(0.004508721,0.0005976571,0.02068011),(0.004981707,0.000392223,0.02043097),(0.004575757,0.0004317123,0.02031807),(0.005579861,0.001189119,0.0219678),(0.005556228,0.00150496,0.02220755),(0.005155278,0.001555707,0.0220884),(0.00517585,0.0012367,0.02184909),(0.005550485,0.001850763,0.02239239),(0.005564807,0.002219272,0.02251242),(0.005169792,0.002274657,0.02240165),(0.005152566,0.001903776,0.02227559),(0.004754985,0.001957091,0.02215766),(0.004755505,0.001608982,0.02197008),(0.004774283,0.002326988,0.02228488),(0.00437856,0.002374919,0.02216576),(0.004357115,0.002008757,0.02204197),(0.004355918,0.001662686,0.02185562),(0.004773784,0.001288568,0.02173116),(0.004372708,0.001342826,0.0216167),(0.005601367,0.002603233,0.02255776),(0.005660245,0.002989024,0.02253257),(0.005209025,0.002662094,0.02245756),(0.005271125,0.003049588,0.02244464),(0.005741518,0.003363024,0.02244104),(0.005845259,0.003711611,0.02228734),(0.00546736,0.003758742,0.02221748),(0.005356951,0.003420637,0.02236417),(0.004970155,0.003455947,0.02225136),(0.00488019,0.00309542,0.0223314),(0.005087032,0.003775341,0.02210288),(0.004712264,0.003767383,0.02195033),(0.004587078,0.00347248,0.02210782),(0.004491256,0.003127973,0.02219721),(0.004815458,0.002712766,0.02234268),(0.004422511,0.002755056,0.02221701),(0.005971551,0.004021164,0.02207567),(0.006106305,0.004302425,0.02181785),(0.005747923,0.004303433,0.02174506),(0.005603211,0.0040474,0.02200586),(0.006235432,0.004566137,0.02152572),(0.006344847,0.004823043,0.02121113),(0.005997605,0.004784899,0.02113897),(0.005884914,0.00454366,0.02145085),(0.005533755,0.004466954,0.0213241),(0.005387694,0.004257279,0.02162038),(0.005651822,0.004687184,0.02101627),(0.005321114,0.004543087,0.02085635),(0.005194367,0.00434894,0.02115902),(0.00503675,0.00417521,0.02145571),(0.005232499,0.004034596,0.02188626),(0.004869102,0.003991493,0.02172623),(0.006420464,0.005083886,0.02088594),(0.006467394,0.005338359,0.02054938),(0.006108679,0.005308512,0.02050618),(0.006069416,0.005043969,0.02082518),(0.006490747,0.005576155,0.02020075),(0.006495636,0.005786966,0.01983929),(0.006123722,0.005566165,0.02017869),(0.006122879,0.005804564,0.0198394),(0.005766916,0.005492435,0.02011361),(0.005757894,0.005214966,0.02041679),(0.005760606,0.005758903,0.01980046),(0.005424709,0.005650229,0.01971807),(0.005436576,0.005359389,0.0200058),(0.005430847,0.005066075,0.02028676),(0.005723033,0.004941536,0.02071576),(0.00539615,0.004788053,0.02056794),(0.006487174,0.005960485,0.01946429),(0.006464779,0.006099007,0.01907855),(0.006114481,0.006011352,0.01948504),(0.006096991,0.00618653,0.0191176),(0.006427866,0.006204816,0.01868487),(0.006375852,0.00628021,0.01828606),(0.006068869,0.006330104,0.01873909),(0.00602858,0.006442074,0.01835155),(0.005732069,0.006211801,0.01912786),(0.005706961,0.00639441,0.01877026),(0.005672704,0.00654525,0.0183997),(0.005351803,0.006388143,0.0187692),(0.005315104,0.006578251,0.0184219),(0.00538231,0.006167904,0.0191005),(0.005749471,0.005999327,0.01947157),(0.005406616,0.005920834,0.01941655),(0.006308152,0.006327477,0.01788492),(0.006222532,0.006347303,0.01748528),(0.005974585,0.006522445,0.01795696),(0.005904645,0.006572289,0.01755945),(0.006116754,0.006340374,0.01709095),(0.005988582,0.006307373,0.01670577),(0.005816526,0.006592674,0.0171631),(0.005707987,0.006584672,0.01677201),(0.00556998,0.006746768,0.01762674),(0.005496633,0.006799211,0.01723288),(0.005405377,0.006820619,0.01683978),(0.005156486,0.006947303,0.01729601),(0.0050779,0.007002637,0.01690635),(0.005220307,0.006858009,0.01768122),(0.005627857,0.006662408,0.01801711),(0.005272226,0.006734932,0.01805788),(0.005835775,0.006248987,0.01633355),(0.005664502,0.006169851,0.01597173),(0.005428699,0.006491005,0.01601638),(0.005576795,0.006549357,0.01639031),(0.005480922,0.006074606,0.01561775),(0.005291201,0.005967888,0.01526905),(0.0051048,0.006322325,0.01528555),(0.005269451,0.006413901,0.01564866),(0.005167142,0.006776976,0.01606814),(0.005030817,0.006719919,0.0156885),(0.004890123,0.006644704,0.01531226),(0.004755349,0.006979045,0.01573803),(0.004634698,0.006920685,0.01535126),(0.004872591,0.007014696,0.01612663),(0.00529377,0.006811875,0.01645172),(0.004981689,0.00702383,0.01651631),(0.0051015,0.005854335,0.01492306),(0.004927302,0.005740192,0.01457557),(0.004788738,0.006114834,0.01456499),(0.004940502,0.00622056,0.01492548),(0.004784089,0.005631698,0.01422234),(0.004687342,0.005535099,0.01385915),(0.004571546,0.005916427,0.013829),(0.004661691,0.00601138,0.01420065),(0.004507106,0.006359334,0.01419007),(0.004619935,0.0064581,0.01456567),(0.004420229,0.006265339,0.01380944),(0.004214422,0.006564731,0.01381036),(0.004300345,0.006658805,0.01419849),(0.004402298,0.006753919,0.0145834),(0.004750384,0.006555328,0.01493885),(0.004515382,0.006843428,0.01496702),(0.004652543,0.00545664,0.01348177),(0.004660737,0.005389445,0.01309559),(0.004522587,0.005761551,0.01305967),(0.004530487,0.005836207,0.0134466),(0.004692974,0.005326639,0.01270599),(0.0047303,0.005261349,0.01231838),(0.004542561,0.005592248,0.01229721),(0.004531921,0.005683287,0.01267447),(0.004317496,0.00600434,0.01265072),(0.004337377,0.00609922,0.01303247),(0.00429604,0.005886404,0.01228319),(0.003999136,0.006133764,0.01228971),(0.004049871,0.006276013,0.01264844),(0.004097272,0.006386488,0.013027),(0.004367637,0.006182428,0.01342114),(0.004149427,0.006478344,0.01341709),(0.004753763,0.0051867,0.01193812),(0.004762299,0.005120352,0.01156339),(0.004521295,0.005370228,0.01158059),(0.004538581,0.005479262,0.01193415),(0.00475485,0.005079962,0.01119235),(0.00473035,0.005083189,0.01082317),(0.004452061,0.00526761,0.01088331),(0.004492017,0.005291045,0.01123187),(0.00416456,0.005460352,0.01127801),(0.004216059,0.005580824,0.01160472),(0.004110075,0.005406204,0.01094913),(0.003733452,0.005508647,0.01102495),(0.003798991,0.005594716,0.01133794),(0.00386855,0.005753801,0.01164562),(0.004261056,0.005734038,0.01193715),(0.00393698,0.005946589,0.01195917),(0.00468774,0.005147693,0.010454),(0.004632577,0.00524692,0.01008404),(0.004402739,0.005325823,0.01053023),(0.004346445,0.005428705,0.01017332),(0.004570421,0.005354317,0.009712451),(0.004506831,0.005443331,0.009338428),(0.004222516,0.005620569,0.009450733),(0.004285573,0.005539279,0.009813262),(0.003947825,0.00565747,0.009914556),(0.004002195,0.005551205,0.01026426),(0.003892516,0.00572432,0.009564173),(0.003541735,0.005755763,0.009675321),(0.003583341,0.00571166,0.01001398),(0.003627749,0.005620312,0.01035627),(0.004056116,0.00545197,0.01061016),(0.003677078,0.00553491,0.0106955),(0.004447366,0.005487409,0.008961147),(0.004385263,0.005490015,0.008584627),(0.004092554,0.005594107,0.008723778),(0.004159669,0.005635596,0.009086415),(0.004313757,0.005454613,0.008212893),(0.004226087,0.005384667,0.007849961),(0.003927603,0.005380566,0.008017416),(0.004016691,0.005505849,0.008366289),(0.003706786,0.005474629,0.008534552),(0.003774807,0.005616681,0.008872476),(0.003628905,0.005295382,0.008204166),(0.003355924,0.005145107,0.008407534),(0.003410522,0.005372369,0.00871473),(0.003457943,0.005564387,0.009027333),(0.00383578,0.005705318,0.009216248),(0.003500809,0.005699428,0.009346983),(0.00411549,0.005283641,0.007499855),(0.003992775,0.005153699,0.007161424),(0.003708378,0.005050909,0.007354748),(0.003820811,0.005228005,0.007680629),(0.003868751,0.004997007,0.006833525),(0.003754228,0.004815728,0.006515008),(0.003514836,0.004634094,0.006730999),(0.003602366,0.004852025,0.0070386),(0.003369377,0.004642775,0.007265241),(0.003447667,0.004876711,0.007570305),(0.003316017,0.004396099,0.00696703),(0.003183386,0.004391217,0.007509405),(0.003164638,0.004123369,0.007218553),(0.003229852,0.004652286,0.007804661),(0.003538355,0.005095161,0.007883016),(0.003291532,0.004904331,0.008104107),(0.003660015,0.004612027,0.006204724),(0.003592441,0.004390353,0.005902518),(0.003434951,0.004154183,0.00613802),(0.003457852,0.004399863,0.006430775),(0.003557835,0.004155155,0.005608229),(0.003562522,0.00391088,0.005321702),(0.003505558,0.003647894,0.005575303),(0.003449674,0.003901909,0.00585283),(0.003382796,0.003616986,0.006109564),(0.00332221,0.00387798,0.006388986),(0.0034824,0.003361668,0.005836815),(0.003340253,0.003315375,0.006373176),(0.003468175,0.003063524,0.006100019),(0.003245442,0.003579759,0.006650568),(0.003300123,0.004139425,0.006674876),(0.003186113,0.003850986,0.006932317),(0.003612835,0.003661978,0.005042777),(0.003700929,0.003412428,0.004767716),(0.003739906,0.003150717,0.005038477),(0.003606144,0.003396992,0.005305532),(0.003818964,0.003166212,0.00449278),(0.003959099,0.002927313,0.004214231),(0.004060857,0.002678094,0.004492351),(0.00389532,0.002910579,0.004769098),(0.003962444,0.002655976,0.005036401),(0.003786215,0.002882445,0.005306093),(0.00413623,0.002436559,0.004756007),(0.004143323,0.002205115,0.004990566),(0.003978808,0.002404012,0.005282028),(0.003801848,0.002611165,0.005560232),(0.003621537,0.003117248,0.005570944),(0.003626839,0.002829895,0.005830967),(0.004113491,0.002699711,0.00392833),(0.004275627,0.00248222,0.00363448),(0.004382796,0.002240372,0.003901859),(0.004224997,0.002454772,0.004203195),(0.004438993,0.002273657,0.003332085),(0.004597073,0.002072833,0.003020546),(0.004659611,0.001837358,0.003263567),(0.004529314,0.002034649,0.003588574),(0.004549067,0.001816745,0.003819401),(0.004432018,0.002015989,0.004146524),(0.004642246,0.001626136,0.003478671),(0.004530774,0.001466962,0.003651511),(0.004474943,0.001641262,0.004008809),(0.004391611,0.001822928,0.004352233),(0.00429358,0.002222912,0.004459054),(0.004280997,0.002011149,0.00468006),(0.004743356,0.001878566,0.00269927),(0.004880349,0.001689394,0.002371122),(0.004861886,0.001466068,0.002581834),(0.004768745,0.001648256,0.002927068),(0.005010567,0.001503857,0.002038975),(0.00513652,0.001320492,0.001705697),(0.00502086,0.001117332,0.001876183),(0.004944202,0.001289518,0.00223062),(0.004791812,0.001108768,0.002391528),(0.004756594,0.001272916,0.002762037),(0.004821759,0.0009519004,0.002016489),(0.004555549,0.0008533411,0.002124861),(0.004563401,0.000993848,0.002516336),(0.004567135,0.001143074,0.002902871),(0.00470908,0.001445116,0.003125316),(0.004558882,0.001300839,0.003282064),(0.005260717,0.001137841,0.001374158),(0.005379386,0.0009673029,0.00103951),(0.005169599,0.000793353,0.001162614),(0.005097031,0.0009482346,0.001521279),(0.005488752,0.0008202749,0.0006969025),(0.005585042,0.0007081573,0.0003414885),(0.005291467,0.0005707437,0.000420815),(0.005235449,0.0006638136,0.0007968905),(0.004912811,0.0005611121,0.0008743205),(0.00488459,0.0006678864,0.001259402),(0.004935795,0.0004914074,0.0004828583),(0.004546127,0.0004725772,0.0005333605),(0.004548282,0.0005221249,0.0009351262),(0.004549538,0.0006082527,0.001334281),(0.004853463,0.0008015446,0.00163962),(0.004551444,0.0007217337,0.001730851),(0.00566448,0.000642349,-3.158105e-5),(0.005726356,0.000628519,-0.0004114658),(0.005365076,0.0005319854,-0.0003615331),(0.005334538,0.0005252699,3.109176e-5),(0.005769957,0.0006723372,-0.0007873252),(0.005794575,0.0007794732,-0.001148319),(0.005390212,0.0007203565,-0.001112503),(0.005383496,0.0005954833,-0.0007463135),(0.004962419,0.0005793696,-0.0007016322),(0.004959829,0.0004971506,-0.0003144371),(0.004959748,0.0007190011,-0.001068767),(0.00452089,0.000757288,-0.001024456),(0.00452812,0.0006087082,-0.0006575086),(0.004535261,0.0005133854,-0.0002705167),(0.004951212,0.0004689583,8.34994e-5),(0.004541525,0.0004688362,0.0001289596),(0.005799497,0.0009555962,-0.001483606),(0.005787008,0.001176104,-0.001802631),(0.005370991,0.001139899,-0.001768631),(0.005385636,0.0009111981,-0.001449357),(0.005759395,0.001416398,-0.002114836),(0.005718945,0.001651874,-0.002429665),(0.005316359,0.001598445,-0.002401468),(0.005347492,0.001378351,-0.002082082),(0.004925788,0.001379379,-0.002044774),(0.004941183,0.001149831,-0.001727617),(0.00490665,0.001577246,-0.002370712),(0.004493655,0.001577619,-0.002342587),(0.004501264,0.001404913,-0.002010227),(0.004507988,0.00118853,-0.001688177),(0.004952586,0.0009194302,-0.001406521),(0.004514355,0.0009616085,-0.0013638),(0.005667941,0.001857931,-0.002756561),(0.005607954,0.002041841,-0.003094142),(0.005234169,0.001914403,-0.003089362),(0.005278811,0.001772071,-0.002738546),(0.005540558,0.002210872,-0.003441023),(0.005467322,0.002372294,-0.003795822),(0.005181752,0.002040613,-0.003449963),(0.005120884,0.002165872,-0.003816395),(0.004855334,0.001808385,-0.003081183),(0.004818042,0.001887499,-0.003453899),(0.004769587,0.001972871,-0.003830391),(0.004447077,0.001753598,-0.003450321),(0.004410905,0.001797184,-0.00383392),(0.00447038,0.00172227,-0.003069394),(0.004884017,0.001712608,-0.002718151),(0.004484633,0.001673507,-0.002697896),(0.005389817,0.002533377,-0.004157157),(0.005313355,0.002688786,-0.004525336),(0.005050882,0.002305354,-0.004184707),(0.004979135,0.002448729,-0.004556635),(0.005243249,0.002833185,-0.004900672),(0.005184812,0.002961239,-0.005283473),(0.004913025,0.002585669,-0.004933921),(0.004859941,0.002705846,-0.005318302),(0.004578289,0.00234378,-0.004958821),(0.004640611,0.00221608,-0.004579912),(0.004529545,0.002455452,-0.005344416),(0.004197675,0.002206469,-0.005361706),(0.004241594,0.002105816,-0.004973895),(0.004298329,0.001991748,-0.004592279),(0.00470741,0.002087421,-0.004204748),(0.004358044,0.001882719,-0.00421343),(0.005143356,0.003067612,-0.005674051),(0.005107616,0.003163866,-0.006067451),(0.004827266,0.00279893,-0.005711522),(0.00480182,0.002879658,-0.006107793),(0.005066324,0.003261564,-0.006458715),(0.005008218,0.003372269,-0.00684289),(0.004770421,0.002962766,-0.006501331),(0.004719888,0.00306299,-0.006886353),(0.004461498,0.002673404,-0.00653314),(0.004485616,0.002602882,-0.00613803),(0.004416657,0.00276497,-0.006918513),(0.004100759,0.002478728,-0.006940918),(0.004142718,0.002392547,-0.006555571),(0.00416301,0.002331,-0.00615937),(0.004503475,0.002536025,-0.005739638),(0.004176403,0.002275252,-0.00575914),(0.004922031,0.003507541,-0.007215019),(0.00481679,0.00365863,-0.007579836),(0.004532549,0.003347293,-0.007619408),(0.004637041,0.003195066,-0.007257076),(0.004701524,0.003816786,-0.007942068),(0.004585259,0.003973256,-0.008306452),(0.00430132,0.003665396,-0.008342525),(0.004417084,0.00350797,-0.007979254),(0.004118294,0.003212229,-0.00800524),(0.004233229,0.003048884,-0.007647626),(0.004003646,0.003370499,-0.008367472),(0.003693067,0.00308925,-0.008383454),(0.003806054,0.002930529,-0.008022056),(0.00391997,0.002764608,-0.007666365),(0.004336625,0.002894964,-0.007287697),(0.004022357,0.002608379,-0.007308584),(0.004477024,0.00411929,-0.008677716),(0.004370857,0.004259823,-0.009051635),(0.004195923,0.003807869,-0.008715125),(0.004095189,0.003941363,-0.009092717),(0.004260802,0.004399788,-0.009423982),(0.004140894,0.004544122,-0.00979053),(0.003993406,0.004071852,-0.009470961),(0.003884867,0.004205306,-0.009845522),(0.003805493,0.003635186,-0.009122231),(0.003711592,0.003755352,-0.00950601),(0.00361421,0.003876565,-0.009888219),(0.0034163,0.003451095,-0.009531193),(0.003329685,0.003558776,-0.009920413),(0.003502717,0.003341981,-0.009142385),(0.003901112,0.003509194,-0.008741261),(0.003593463,0.003223884,-0.00875835),(0.004005176,0.004697757,-0.01014705),(0.003844125,0.004857626,-0.01047129),(0.00376386,0.0043477,-0.01021206),(0.003619119,0.004497884,-0.01054878),(0.003648222,0.005020659,-0.010741),(0.003407946,0.005183789,-0.0109339),(0.003439371,0.004654708,-0.01083391),(0.003213347,0.004817021,-0.01104564),(0.003380424,0.004143813,-0.0106136),(0.003218048,0.004291949,-0.01091433),(0.003008036,0.004451163,-0.01114546),(0.002983435,0.003932902,-0.0109826),(0.002790845,0.004086606,-0.01123337),(0.003127764,0.003796089,-0.01066656),(0.003508149,0.004005702,-0.01026449),(0.003238343,0.003672577,-0.01030568),(0.003113776,0.005343947,-0.01102774),(0.002792532,0.005484217,-0.01102814),(0.002929778,0.004983673,-0.0111622),(0.002616552,0.005134608,-0.01118625),(0.002471035,0.005587683,-0.01094072),(0.002176104,0.005637432,-0.01077108),(0.002301559,0.005249775,-0.01112048),(0.002012685,0.005309117,-0.01096755),(0.002434588,0.004782817,-0.01133482),(0.002128045,0.004908945,-0.01129211),(0.001846217,0.004977731,-0.01115717),(0.001950023,0.004565501,-0.0114557),(0.00167672,0.00464346,-0.01134002),(0.002245742,0.004429185,-0.01147385),(0.002737401,0.004622504,-0.01128578),(0.002535481,0.004260794,-0.01139844),(0.00193456,0.005616546,-0.01052484),(0.001747776,0.005536344,-0.01022284),(0.00159594,0.00521349,-0.01043075),(0.00177782,0.005292579,-0.01073014),(0.001617121,0.00540814,-0.009885963),(0.001543968,0.005243251,-0.009535045),(0.001387035,0.004920956,-0.009736109),(0.00146602,0.005085173,-0.01009191),(0.001307057,0.004762847,-0.01029323),(0.001438883,0.004889241,-0.01063348),(0.001218909,0.004602274,-0.009933044),(0.001041035,0.004287078,-0.01012529),(0.001141447,0.004440782,-0.0104893),(0.001277492,0.004563288,-0.01083059),(0.00161755,0.004966016,-0.01092955),(0.00145423,0.004636785,-0.01112291),(0.001529689,0.005052994,-0.009190948),(0.001548183,0.004851039,-0.008849597),(0.001354911,0.004539383,-0.009037953),(0.001357962,0.004734166,-0.009385867),(0.001573351,0.004651055,-0.008506918),(0.001579091,0.004466712,-0.00815884),(0.001331318,0.004184166,-0.008336176),(0.001353993,0.00435119,-0.008689133),(0.001113654,0.004068139,-0.008869205),(0.00114319,0.004239913,-0.009223342),(0.001061692,0.003922644,-0.008512464),(0.0007721855,0.003684766,-0.00868938),(0.0008540636,0.003804201,-0.009048336),(0.0009146361,0.003954154,-0.009406306),(0.001171281,0.004422959,-0.009577186),(0.0009711957,0.004119991,-0.009764792),(0.001539304,0.004311681,-0.007801289),(0.001459237,0.004190559,-0.007438217),(0.001156026,0.003959738,-0.007611898),(0.001262997,0.004052894,-0.007975852),(0.001344139,0.004107944,-0.007073583),(0.001199257,0.004068433,-0.006711336),(0.000854117,0.003897236,-0.006888022),(0.001017401,0.003907064,-0.007248043),(0.0006772296,0.003733706,-0.007425742),(0.000835511,0.003755471,-0.007787488),(0.0004994458,0.003753101,-0.007068809),(0.0001386309,0.003634653,-0.007254461),(0.0003269375,0.003587816,-0.007607903),(0.0005006282,0.003578963,-0.007966587),(0.0009663214,0.003818436,-0.008150811),(0.000651709,0.003610484,-0.008327939),(0.001029841,0.004076623,-0.006355434),(0.0008417582,0.004123476,-0.006005051),(0.0004788603,0.004003828,-0.006189311),(0.0006731706,0.00393262,-0.006535572),(0.000640878,0.004199952,-0.005659368),(0.0004330692,0.004297011,-0.005317559),(0.0002754852,0.004101473,-0.00584786),(6.73443e-5,0.004216165,-0.005509844),(0.0001120523,0.003905922,-0.006377381),(-9.200798e-5,0.004020719,-0.006039404),(-0.0002992776,0.004148686,-0.005704264),(-0.0004601054,0.00395371,-0.006233528),(-0.0006660282,0.004090395,-0.005900083),(-0.000256369,0.003826355,-0.006569154),(0.0003101285,0.003813611,-0.006719937),(-5.629745e-5,0.003717085,-0.006908836),(0.0002242006,0.004405614,-0.004978803),(1.634326e-5,0.004511243,-0.004640494),(-0.0001412637,0.004338521,-0.00517388),(-0.0003485796,0.004456062,-0.004837418),(-0.000188432,0.004599381,-0.00430003),(-0.0003880541,0.004655508,-0.003954806),(-0.0005528443,0.004556318,-0.004497908),(-0.0007522987,0.004626815,-0.004152801),(-0.0007135018,0.004405899,-0.005034807),(-0.0009172191,0.004514574,-0.004695565),(-0.001116515,0.004596248,-0.004350032),(-0.001281609,0.00447022,-0.004892096),(-0.001480711,0.004558687,-0.004545673),(-0.001078389,0.004357068,-0.005231729),(-0.0005069817,0.004280508,-0.005370219),(-0.0008726592,0.004227655,-0.005566938),(-0.0005804521,0.004665109,-0.003602219),(-0.0007661547,0.004647127,-0.0032437),(-0.001131846,0.004655758,-0.0034398),(-0.0009451834,0.004655078,-0.003799543),(-0.00094569,0.004620507,-0.002880682),(-0.001119587,0.004604195,-0.002514598),(-0.001487886,0.004632962,-0.002707497),(-0.001312631,0.004643503,-0.00307523),(-0.001678761,0.004656956,-0.003268194),(-0.001497137,0.004657588,-0.003634525),(-0.001854794,0.00464859,-0.002898575),(-0.002219155,0.004637715,-0.003087872),(-0.002043375,0.004647946,-0.00345926),(-0.001861662,0.004641932,-0.003827316),(-0.001309771,0.004640636,-0.003995744),(-0.001674085,0.004614051,-0.0041901),(-0.001288374,0.004617137,-0.00214688),(-0.001451252,0.004641549,-0.001778476),(-0.001820938,0.004645396,-0.001968891),(-0.001657957,0.004638786,-0.002338263),(-0.001607422,0.004659648,-0.001410333),(-0.001756085,0.004653653,-0.001043398),(-0.002117999,0.00459866,-0.001235187),(-0.001974921,0.004637214,-0.001600744),(-0.002338727,0.004588109,-0.0017885),(-0.002187656,0.004626186,-0.002156833),(-0.002475721,0.004516086,-0.001424386),(-0.002827904,0.004408749,-0.00161167),(-0.002696742,0.004510549,-0.001974667),(-0.002549273,0.004577192,-0.002343251),(-0.002025385,0.004642339,-0.00252749),(-0.002388932,0.004616856,-0.002715094),(-0.001896441,0.004605781,-0.0006786183),(-0.002025705,0.00451877,-0.0003175538),(-0.002366263,0.004392013,-0.0005157682),(-0.002248266,0.004514161,-0.000873583),(-0.002141089,0.004395354,3.823555e-5),(-0.002239808,0.004238271,0.00038719),(-0.002567627,0.004067984,0.000189146),(-0.002472536,0.004240521,-0.0001615797),(-0.002800107,0.004073325,-0.000360675),(-0.002702625,0.004246419,-0.0007124876),(-0.002891992,0.003891089,-8.934782e-6),(-0.00321819,0.003715011,-0.0002032111),(-0.003128161,0.003902069,-0.0005559155),(-0.003037307,0.00408983,-0.0009058539),(-0.002595758,0.004398098,-0.001066386),(-0.002939324,0.004263617,-0.001256586),(-0.002319074,0.004050259,0.0007277496),(-0.002389144,0.003848785,0.001065549),(-0.002733048,0.003696432,0.0008841936),(-0.002652077,0.003882705,0.0005365724),(-0.002460272,0.003651317,0.001406223),(-0.002542713,0.003475323,0.001755405),(-0.002913189,0.003367911,0.001593996),(-0.002817699,0.003520918,0.001235503),(-0.003172627,0.003388921,0.001063282),(-0.00307429,0.003542451,0.0007017074),(-0.003281038,0.003257832,0.001430807),(-0.003644985,0.003140268,0.001266099),(-0.003525912,0.003254,0.0008909499),(-0.00341588,0.003389011,0.0005206978),(-0.002982066,0.003711986,0.0003447473),(-0.003313701,0.003543337,0.0001558188),(-0.002646723,0.003338272,0.00211873),(-0.002767339,0.003232815,0.002492873),(-0.003153518,0.003156837,0.002340456),(-0.003026677,0.00324916,0.001963165),(-0.002899596,0.003151602,0.002874507),(-0.003038529,0.003087285,0.003260306),(-0.003289067,0.003083107,0.002723318),(-0.003428678,0.003020141,0.003109195),(-0.00367373,0.003005379,0.002569921),(-0.003535778,0.003074172,0.002185923),(-0.003813154,0.002941128,0.002955818),(-0.004187262,0.002838979,0.002799413),(-0.004049051,0.002907021,0.002413474),(-0.003910183,0.002974662,0.00202851),(-0.003403484,0.00315562,0.001805619),(-0.003774285,0.003049784,0.001645668),(-0.003179178,0.003032515,0.003646944),(-0.003321211,0.002982737,0.004034373),(-0.003706236,0.002900208,0.00388243),(-0.003567708,0.002960105,0.003495536),(-0.003464299,0.002933393,0.004422544),(-0.00360811,0.002879928,0.004811409),(-0.003844344,0.002837657,0.004269975),(-0.003982114,0.002769658,0.004658262),(-0.004217195,0.002723556,0.004115163),(-0.004084366,0.002801067,0.003728182),(-0.004348868,0.002639923,0.00450302),(-0.004706533,0.002491455,0.004345583),(-0.004579895,0.002588141,0.003957846),(-0.004451755,0.002678789,0.003571183),(-0.003949858,0.002873307,0.00334182),(-0.004321188,0.002762652,0.003185177),(-0.003752318,0.002817786,0.005200922),(-0.003897883,0.002748137,0.005590653),(-0.004119626,0.002693418,0.005047386),(-0.004258239,0.002610424,0.005436843),(-0.004045773,0.002672149,0.005980179),(-0.004196949,0.002590992,0.00636907),(-0.004399308,0.002522165,0.005826136),(-0.004544193,0.002430127,0.006214762),(-0.004612031,0.002453586,0.005281507),(-0.004746986,0.002354578,0.00567087),(-0.004886498,0.002254143,0.006059475),(-0.005091027,0.002178575,0.005514587),(-0.005227402,0.002074099,0.005903572),(-0.004960095,0.002284445,0.005124738),(-0.004479903,0.002549317,0.004892012),(-0.004832598,0.00238948,0.004734808),(-0.004352378,0.002505837,0.006756902),(-0.004510787,0.002416856,0.007143674),(-0.004694249,0.002335797,0.00660222),(-0.00484848,0.002239728,0.006988655),(-0.004670906,0.002324227,0.007529383),(-0.004831463,0.002228122,0.00791403),(-0.005005891,0.002142468,0.007374207),(-0.005165484,0.002044569,0.007759025),(-0.005183639,0.002055248,0.006832804),(-0.005339772,0.001958218,0.007218117),(-0.005499949,0.001863752,0.007602925),(-0.005678582,0.001784869,0.007062228),(-0.005840819,0.001698592,0.007447009),(-0.005521832,0.001876626,0.006676993),(-0.005032299,0.002154128,0.006446688),(-0.005371219,0.001973242,0.006290908),(-0.004991187,0.00212872,0.008297612),(-0.005151715,0.002030939,0.008680726),(-0.005326265,0.001946582,0.008143248),(-0.005489227,0.001852525,0.008527294),(-0.00531468,0.0019397,0.009063962),(-0.005481719,0.001859924,0.009447915),(-0.005655363,0.001766418,0.00891158),(-0.005825664,0.001692279,0.009296523),(-0.00583042,0.00168746,0.008372145),(-0.006001188,0.00161125,0.008757031),(-0.006175961,0.00154674,0.009142418),(-0.006354937,0.00148253,0.008601478),(-0.006534113,0.001429906,0.008986726),(-0.006179397,0.00154588,0.008216518),(-0.005663419,0.001772563,0.007987521),(-0.006007891,0.001618415,0.007831734),(-0.00565447,0.001796533,0.00983318),(-0.005832108,0.001748,0.01021916),(-0.006001128,0.001634126,0.009682539),(-0.006180877,0.001590024,0.01006919),(-0.006013809,0.001712804,0.01060525),(-0.006198751,0.001689418,0.01099086),(-0.006364041,0.001558036,0.01045602),(-0.006549745,0.001536225,0.01084261),(-0.006537477,0.001459285,0.009915093),(-0.006722724,0.001432423,0.01030175),(-0.006909962,0.001414193,0.01068821),(-0.007088854,0.001338734,0.01014408),(-0.007277668,0.001324813,0.01052973),(-0.006901623,0.001359737,0.009758232),(-0.006354974,0.001496738,0.009528543),(-0.006716525,0.001389551,0.009372379),(-0.006386109,0.001676319,0.01137538),(-0.006578532,0.001677401,0.01175487),(-0.006737118,0.001522655,0.0112285),(-0.006928012,0.001520247,0.01161118),(-0.006778664,0.001696557,0.01212537),(-0.006989156,0.00173768,0.01248292),(-0.007124286,0.001531924,0.01198815),(-0.007327793,0.001560607,0.01235688),(-0.007289325,0.001399372,0.01145807),(-0.007483759,0.001406015,0.0118385),(-0.007682903,0.001424182,0.01221394),(-0.007852728,0.001316898,0.01168088),(-0.008049308,0.001326982,0.01205986),(-0.007658999,0.001313463,0.01129897),(-0.007098445,0.001402637,0.01107414),(-0.007467515,0.001316245,0.01091497),(-0.007212652,0.001804663,0.01282357),(-0.007450948,0.00189692,0.01313946),(-0.007540393,0.001609217,0.01271489),(-0.00776431,0.001680395,0.01305498),(-0.00770584,0.00201386,0.01342272),(-0.007979122,0.002154896,0.01366549),(-0.008001774,0.001776782,0.01337002),(-0.008255009,0.001901019,0.01365282),(-0.008100977,0.001505159,0.01293971),(-0.008324304,0.001578397,0.01327868),(-0.008560088,0.001680421,0.01359412),(-0.008667335,0.00142627,0.01315839),(-0.008889063,0.001504503,0.01349856),(-0.008454724,0.00137503,0.01280258),(-0.00788791,0.001455492,0.01258291),(-0.008249344,0.001344146,0.01243508),(-0.00827259,0.002319439,0.01385989),(-0.008584222,0.002495653,0.01400651),(-0.008526245,0.002055747,0.01389622),(-0.008814782,0.002230726,0.01409717),(-0.008912002,0.002671701,0.01410591),(-0.009253908,0.002835749,0.01415866),(-0.009119917,0.002415718,0.0142526),(-0.009440945,0.002600481,0.01435945),(-0.009076287,0.001978964,0.01413122),(-0.009358042,0.002160462,0.01434057),(-0.009656463,0.002353432,0.01450225),(-0.009627238,0.00192442,0.01436902),(-0.009903429,0.002112322,0.01458218),(-0.009367276,0.00175772,0.01411196),(-0.008810526,0.001816447,0.01388035),(-0.009121796,0.001616367,0.01381912),(-0.009607919,0.002975958,0.01416532),(-0.009972242,0.003091045,0.01413335),(-0.009777172,0.002774776,0.01441466),(-0.01012681,0.002932816,0.01442465),(-0.01034508,0.003179729,0.01407021),(-0.01072462,0.003240723,0.01398333),(-0.01048809,0.00306881,0.01439587),(-0.01085923,0.003176972,0.01433474),(-0.01030385,0.00274187,0.01466855),(-0.0106499,0.002918558,0.01468203),(-0.01100892,0.003071043,0.01465497),(-0.01083641,0.002733054,0.01491655),(-0.01117938,0.002921189,0.01493199),(-0.01050886,0.002527975,0.01485424),(-0.009972217,0.002550364,0.0146101),(-0.01019758,0.002317285,0.01474335),(-0.01110909,0.003272746,0.01388017),(-0.01149731,0.003281046,0.01376509),(-0.01123845,0.003251512,0.0142477),(-0.01162375,0.003295544,0.01414162),(-0.01188811,0.003270873,0.01364244),(-0.01228032,0.003247473,0.01351657),(-0.01201312,0.003312179,0.01402339),(-0.01240455,0.003304532,0.01389987),(-0.01175878,0.003275095,0.01450155),(-0.01214418,0.003326394,0.01439333),(-0.01253296,0.003343693,0.0142762),(-0.01228376,0.003300206,0.01474791),(-0.012667,0.003351661,0.01464358),(-0.01190607,0.003208691,0.01483751),(-0.01137945,0.003189934,0.01459178),(-0.01153694,0.003081043,0.01490226),(-0.01267279,0.003216098,0.01339184),(-0.01306551,0.00318061,0.01326734),(-0.01318773,0.003233433,0.01365643),(-0.01279606,0.003275714,0.01377796),(-0.01345848,0.003144872,0.01314218),(-0.01385173,0.003112748,0.01301546),(-0.01397206,0.003139313,0.01340958),(-0.01357969,0.003185397,0.01353404),(-0.01370337,0.003233905,0.01392181),(-0.01331252,0.003286671,0.01404143),(-0.01409497,0.003179339,0.01379939),(-0.01383051,0.0032897,0.0143042),(-0.01422173,0.003236601,0.01418309),(-0.01344074,0.003334509,0.01442149),(-0.0129224,0.00332686,0.01415923),(-0.01305279,0.003359129,0.01453469),(-0.01424524,0.003088102,0.01288628),(-0.01463907,0.003070227,0.01275539),(-0.01475834,0.003075191,0.0131517),(-0.01436495,0.003102889,0.0132818),(-0.01503325,0.003058417,0.01262354),(-0.01542782,0.003051964,0.01249149),(-0.01554669,0.003042232,0.01288845),(-0.01515226,0.003055283,0.01302025),(-0.01527421,0.003067324,0.01341378),(-0.01488048,0.003096597,0.01354426),(-0.01566846,0.003045385,0.01328283),(-0.01579494,0.003068192,0.0136732),(-0.01540085,0.003102114,0.01380239),(-0.01500713,0.003142016,0.01393113),(-0.01448737,0.003133753,0.01367317),(-0.01461401,0.003187109,0.01405838),(-0.01582283,0.003050163,0.01235999),(-0.01621691,0.003044103,0.01222839),(-0.016336,0.003025862,0.01262585),(-0.01594163,0.003035104,0.01275725),(-0.01660868,0.003024869,0.01209608),(-0.01699678,0.002983552,0.01196242),(-0.01711874,0.002968881,0.0123591),(-0.01672873,0.003006466,0.01249341),(-0.01685073,0.002992761,0.01288972),(-0.0164575,0.003014986,0.01302182),(-0.01724206,0.002956674,0.0127552),(-0.01736811,0.002948181,0.01315019),(-0.01697618,0.002986241,0.01328433),(-0.01658305,0.00301546,0.0134154),(-0.01606315,0.003030234,0.01315251),(-0.01618915,0.003041041,0.01354461),(-0.01737984,0.00291124,0.01182677),(-0.01775303,0.002804203,0.01169368),(-0.01788197,0.002809178,0.01208732),(-0.01750493,0.002905069,0.0122221),(-0.0181115,0.002658713,0.01156773),(-0.01845043,0.002471039,0.01145345),(-0.01858717,0.002497758,0.01184408),(-0.0182445,0.002675359,0.01195968),(-0.018377,0.002691716,0.0123519),(-0.01801094,0.00281421,0.01248106),(-0.01872316,0.002524303,0.01223498),(-0.01885922,0.002550652,0.01262598),(-0.01850994,0.002707798,0.01274411),(-0.018141,0.002819444,0.01287454),(-0.01763071,0.002899844,0.01261723),(-0.01775838,0.002896077,0.01301175),(-0.01876496,0.002237455,0.01135541),(-0.01906817,0.001985925,0.01126535),(-0.01920992,0.0020219,0.01165528),(-0.01890461,0.002270526,0.01174545),(-0.01937312,0.001744419,0.01117499),(-0.01969286,0.001540901,0.01107608),(-0.01951618,0.001780119,0.01156509),(-0.0198365,0.001573422,0.01146639),(-0.01965957,0.001817403,0.01195466),(-0.01935151,0.002058844,0.01204498),(-0.0199808,0.00160789,0.01185597),(-0.01980345,0.001856038,0.01234401),(-0.02012574,0.00164404,0.01224525),(-0.01949335,0.002096592,0.0124346),(-0.01904369,0.002303911,0.01213555),(-0.01918281,0.002337524,0.0125257),(-0.02004048,0.00140334,0.01096035),(-0.02040934,0.001317739,0.01083253),(-0.02018395,0.001430045,0.01135068),(-0.0205522,0.001337203,0.01122276),(-0.02079282,0.0012701,0.01069734),(-0.02118431,0.001246428,0.01055951),(-0.02093488,0.001282107,0.01108745),(-0.02132564,0.00125197,0.01094952),(-0.02069565,0.001358181,0.01161244),(-0.02107732,0.001295232,0.01147721),(-0.02146717,0.001258385,0.01133941),(-0.02121961,0.001309267,0.01186703),(-0.02160829,0.001265407,0.0117295),(-0.0208393,0.001380457,0.012002),(-0.02032816,0.001458608,0.01174029),(-0.02047285,0.001488781,0.01212966),(-0.02157717,0.001232724,0.01042378),(-0.02197072,0.001226961,0.01028881),(-0.02171815,0.001234004,0.01081379),(-0.02211163,0.001225309,0.01067881),(-0.02236426,0.001227113,0.01015327),(-0.0227571,0.001231152,0.01001587),(-0.02250532,0.001222986,0.01054313),(-0.02289848,0.001224134,0.01040531),(-0.02225266,0.001225278,0.01106901),(-0.0226465,0.001221835,0.01093343),(-0.02303987,0.001222346,0.01079562),(-0.02278727,0.00122234,0.0113242),(-0.02318089,0.001223599,0.01118659),(-0.02239323,0.00122611,0.01145956),(-0.02185925,0.001236264,0.01120384),(-0.02199987,0.001239078,0.01159417),(-0.02314854,0.00123705,0.00987526),(-0.02353893,0.001244342,0.009732249),(-0.02368118,0.001228001,0.01011975),(-0.02329031,0.001225853,0.01026388),(-0.02392862,0.001252565,0.009587639),(-0.02431795,0.001261252,0.009442227),(-0.02446126,0.001233011,0.009827005),(-0.02407139,0.001230434,0.00997383),(-0.02421317,0.001225693,0.01036354),(-0.02382286,0.001224366,0.01050974),(-0.02460313,0.001227111,0.01021641),(-0.02474386,0.001235117,0.01060822),(-0.02435408,0.001231697,0.01075514),(-0.02396391,0.001228494,0.01090113),(-0.02343187,0.00122322,0.01065408),(-0.02357297,0.001225723,0.01104525),(0.005842239,0.0004633525,0.0134232),(0.005731488,0.0004358461,0.01382474),(0.005621414,0.0004079499,0.01422631),(0.005238715,0.0003114514,0.01411248),(0.005348174,0.0003378052,0.01371134),(0.005458155,0.0003642845,0.01331027),(0.005512693,0.0003792743,0.01462795),(0.005406003,0.0003494293,0.0150297),(0.005023431,0.0002596223,0.01491529),(0.005130292,0.0002853487,0.01451378),(0.00474008,0.0002170172,0.01440046),(0.004848562,0.0002395682,0.01399915),(0.004632778,0.0001961435,0.01480202),(0.004237143,0.0001536309,0.01469002),(0.004344934,0.0001695434,0.01428828),(0.004453602,0.0001879289,0.01388676),(0.00495783,0.0002632373,0.013598),(0.005067491,0.0002874656,0.01319694),(0.004562857,0.000207963,0.01348539),(0.004672404,0.0002288216,0.01308409),(0.005302021,0.0003180254,0.01543159),(0.005200027,0.0002861881,0.01583359),(0.004815355,0.0002103501,0.01571916),(0.004918648,0.0002343981,0.01531711),(0.005099307,0.0002550434,0.01623569),(0.004999142,0.0002257169,0.01663785),(0.004610881,0.0001684809,0.01652377),(0.004712963,0.000188153,0.0161214),(0.004318759,0.0001482278,0.01600836),(0.004422504,0.0001614271,0.01560607),(0.004215427,0.0001382302,0.01641072),(0.003816213,0.0001268401,0.01629848),(0.003920204,0.0001272317,0.01589642),(0.004024925,0.0001320864,0.01549423),(0.004527047,0.0001775063,0.01520392),(0.004130521,0.0001410157,0.01509205),(0.004898814,0.0001993345,0.01704006),(0.004798965,0.0001785532,0.01744218),(0.004406689,0.0001423148,0.01732844),(0.00450852,0.0001520084,0.01692622),(0.004700236,0.0001660301,0.01784406),(0.00460327,0.0001644222,0.01824556),(0.004207841,0.0001575827,0.01813105),(0.004306193,0.0001429797,0.01773016),(0.003909058,0.0001467408,0.01761595),(0.00400971,0.0001331457,0.01721492),(0.00381103,0.000176882,0.01801571),(0.003414616,0.0002193387,0.01789941),(0.003511152,0.0001729945,0.01750119),(0.003610834,0.0001451666,0.01710132),(0.004112122,0.0001317558,0.01681304),(0.003712805,0.0001313001,0.01670026),(0.004508707,0.0001763867,0.01864655),(0.004417522,0.0002083234,0.0190449),(0.004020767,0.0002426193,0.01892793),(0.004112437,0.0001897031,0.01853086),(0.004330696,0.0002666318,0.01943851),(0.004249202,0.0003577116,0.01982528),(0.003851761,0.0004239518,0.01970738),(0.003933614,0.0003196094,0.01932064),(0.003539477,0.0003929585,0.01920084),(0.003625844,0.0002999081,0.01880919),(0.003457785,0.000507144,0.01958772),(0.003067019,0.0006052541,0.01946703),(0.003148422,0.0004847288,0.01907977),(0.003233394,0.0003782231,0.01868912),(0.003716495,0.0002279102,0.0184138),(0.003322077,0.0002887539,0.01829553),(0.00417402,0.0004879627,0.02020309),(0.004106912,0.0006572296,0.02056612),(0.003708142,0.0007268912,0.02045183),(0.003775991,0.0005589243,0.0200865),(0.004049642,0.0008653575,0.02090856),(0.004003971,0.001112191,0.02122459),(0.003603563,0.001171262,0.02111624),(0.003650054,0.0009302159,0.02079714),(0.003251878,0.0009991131,0.02068597),(0.003311802,0.000804695,0.0203372),(0.003203579,0.001231328,0.02100824),(0.002803597,0.001291207,0.02089866),(0.002854536,0.001070375,0.02057425),(0.002917281,0.0008886944,0.02022222),(0.003381166,0.0006425474,0.01996881),(0.00298904,0.0007367817,0.0198505),(0.003971665,0.001397574,0.02150839),(0.003955521,0.001714716,0.02174811),(0.003554501,0.001765464,0.02164309),(0.003570507,0.001452394,0.02140293),(0.003958335,0.002056824,0.02193192),(0.003982904,0.002417106,0.02204799),(0.003588079,0.002454828,0.02192731),(0.003559153,0.002102324,0.02182259),(0.003160082,0.002146291,0.02170903),(0.003153042,0.001815323,0.02153611),(0.003194844,0.002489367,0.02179947),(0.002803963,0.002522004,0.02166023),(0.002761632,0.002189758,0.02158632),(0.002751334,0.001864685,0.02142273),(0.003169088,0.001506867,0.02129707),(0.002767259,0.001560573,0.0211875),(0.004032029,0.00278877,0.02208446),(0.004108139,0.003148695,0.02204636),(0.003731605,0.003157989,0.0218801),(0.003644888,0.002814827,0.02194311),(0.004213667,0.003473762,0.02193875),(0.004351045,0.003740846,0.02176665),(0.004002858,0.003696475,0.02155797),(0.003850254,0.003459984,0.02174835),(0.003497169,0.003431333,0.0215408),(0.003362417,0.003156254,0.0216996),(0.003667189,0.003635015,0.02133042),(0.003343522,0.003557212,0.02109015),(0.003154741,0.003388003,0.02132027),(0.00300134,0.00314389,0.02150608),(0.003261966,0.002834143,0.02179107),(0.00288414,0.002847635,0.02162645),(0.004522705,0.003926829,0.02153509),(0.004706218,0.004068473,0.02126296),(0.004392591,0.00394215,0.02104726),(0.004191441,0.003843134,0.02131904),(0.004879158,0.00420254,0.02096914),(0.005019098,0.004365792,0.02067252),(0.004738946,0.004166012,0.02046794),(0.004582897,0.004035712,0.02075832),(0.004300351,0.003856417,0.0205304),(0.004092363,0.003801323,0.02081372),(0.004473829,0.003954455,0.02024577),(0.004026289,0.003672615,0.02028922),(0.004216921,0.003741831,0.02000917),(0.003802025,0.00365107,0.02056748),(0.003873448,0.003742933,0.02108423),(0.00356686,0.003628751,0.02083684),(0.00510361,0.004594994,0.02039198),(0.005143343,0.004870195,0.02012162),(0.00488682,0.004641884,0.01992666),(0.004837324,0.00437524,0.02019181),(0.005148952,0.005171446,0.01985554),(0.005131086,0.005478796,0.01958786),(0.004874294,0.005261377,0.01941625),(0.004896214,0.004944433,0.01966923),(0.004670536,0.004694183,0.01945325),(0.004652712,0.0043957,0.01970715),(0.00464889,0.005014756,0.0192097),(0.004449431,0.004755708,0.01897463),(0.004464088,0.004436522,0.01921401),(0.004432461,0.004146202,0.01946836),(0.004589213,0.00414167,0.01997134),(0.004351192,0.003907166,0.01973449),(0.005100397,0.005772296,0.01931266),(0.005060012,0.006047936,0.0190267),(0.00476969,0.005869534,0.01890801),(0.004829843,0.005571207,0.01916446),(0.005013057,0.006301704,0.01872674),(0.00496266,0.006529592,0.01840953),(0.004700667,0.006151981,0.01864103),(0.004629603,0.006414162,0.01835768),(0.004424575,0.005955854,0.0185102),(0.004515863,0.005650339,0.01874596),(0.004330163,0.006246859,0.01826147),(0.004078571,0.006042573,0.018116),(0.004194722,0.005730209,0.01833239),(0.004303048,0.005407987,0.0185421),(0.004593984,0.005335057,0.01897653),(0.004391851,0.005081341,0.01875342),(0.004911947,0.006727585,0.01807181),(0.004857398,0.006893279,0.01771693),(0.004563327,0.006651698,0.01805211),(0.00449801,0.006859618,0.01772615),(0.004795493,0.007024268,0.0173482),(0.004722712,0.007118147,0.01696898),(0.00442982,0.007032955,0.01738164),(0.004354927,0.00716674,0.01702042),(0.0041589,0.006764063,0.01770119),(0.004075631,0.006976207,0.01738851),(0.003989659,0.007148003,0.0170534),(0.003749093,0.00685687,0.01736101),(0.003642024,0.007061523,0.01706065),(0.003856827,0.006613658,0.01763434),(0.004242674,0.006518605,0.01799199),(0.003966296,0.00633964,0.01788466),(0.004635535,0.00717251,0.0165826),(0.004537805,0.007191099,0.01619147),(0.0042695,0.007256011,0.01664434),(0.004176321,0.007304192,0.0162576),(0.004433366,0.007177657,0.01579801),(0.00432606,0.007135928,0.01540465),(0.004078168,0.007314719,0.01586443),(0.003977821,0.007291018,0.01546903),(0.003801674,0.007351989,0.01632),(0.003703049,0.007389192,0.01593328),(0.003603596,0.007386546,0.01554095),(0.003321307,0.007400036,0.01600058),(0.003216997,0.0074231,0.01561699),(0.003427401,0.007332494,0.01637361),(0.003897775,0.007272429,0.0166953),(0.00353455,0.007219861,0.01672924),(0.00421973,0.007069651,0.01501381),(0.004117232,0.006986225,0.01462402),(0.00378063,0.007159548,0.01468315),(0.00387806,0.007236519,0.01507561),(0.004021422,0.006893043,0.01423378),(0.003935156,0.006797504,0.01384164),(0.003599727,0.006971472,0.01389691),(0.00368727,0.007068424,0.01429059),(0.003314824,0.007191324,0.01436356),(0.003408383,0.007278422,0.01475643),(0.003225431,0.007094454,0.01396982),(0.002829565,0.007174266,0.014054),(0.002921018,0.007268117,0.01444732),(0.003016385,0.00734738,0.01483949),(0.003505007,0.007346559,0.01514877),(0.0031152,0.007402293,0.01522968),(0.003861288,0.006707001,0.0134461),(0.003794437,0.00660739,0.01305628),(0.003443736,0.006770808,0.01311256),(0.003519741,0.006877015,0.01350107),(0.003729218,0.006484529,0.01268129),(0.003660249,0.006324272,0.01233023),(0.003289356,0.006466177,0.01239558),(0.003368134,0.00663861,0.0127409),(0.002979214,0.006746986,0.01281888),(0.003060034,0.006885629,0.0131881),(0.002896436,0.006567733,0.0124766),(0.002491468,0.006637189,0.01256415),(0.002575054,0.006818383,0.01290687),(0.002658193,0.006960736,0.01327516),(0.003141303,0.006997005,0.01357487),(0.002742493,0.007075584,0.01366041),(0.003582146,0.006112476,0.01201222),(0.003500731,0.005890819,0.01171312),(0.003117385,0.005998887,0.0117962),(0.003203826,0.006239266,0.01208611),(0.003421825,0.005700974,0.01141879),(0.003351251,0.005584616,0.0111151),(0.002965133,0.00564177,0.01120984),(0.003035873,0.005786052,0.01150954),(0.002643946,0.005856883,0.01159919),(0.002723296,0.00608502,0.01188388),(0.002576753,0.00568777,0.01129944),(0.002187773,0.005730279,0.01137418),(0.002248854,0.005920395,0.0116767),(0.002323245,0.006156229,0.01196515),(0.002809295,0.006334524,0.01217064),(0.002405824,0.006405816,0.0122556),(0.003294831,0.005583422,0.01078791),(0.003251023,0.005641916,0.01044876),(0.002873846,0.005628045,0.01053889),(0.002911004,0.00560705,0.01088079),(0.003218286,0.005704625,0.01010919),(0.003195081,0.005716071,0.009780747),(0.002851881,0.005621777,0.009882523),(0.002854019,0.005650904,0.01020064),(0.002491899,0.005565041,0.01028876),(0.002498046,0.005590725,0.01062382),(0.002511469,0.005489414,0.009982724),(0.002173172,0.005335515,0.01008342),(0.002133286,0.005461578,0.010374),(0.002125451,0.005541984,0.01070072),(0.002527226,0.005615343,0.01096752),(0.002145126,0.005617845,0.01104148),(0.003179865,0.005620781,0.009474955),(0.003167883,0.005443878,0.009184953),(0.002893539,0.005272566,0.009343311),(0.002867795,0.005486816,0.009601042),(0.003154376,0.005210487,0.008903871),(0.003134587,0.00494573,0.008624841),(0.002920897,0.00500558,0.009096445),(0.002941654,0.004712406,0.008847558),(0.002623824,0.005067861,0.009500382),(0.002692635,0.004774249,0.009286915),(0.002753884,0.004460286,0.009067149),(0.002452134,0.004533089,0.009469754),(0.002548036,0.004204525,0.009275084),(0.002347651,0.004847174,0.009654137),(0.00255944,0.005314969,0.009726123),(0.002249646,0.005122682,0.009851078),(0.003103758,0.004674732,0.008340997),(0.003074143,0.004398817,0.008054382),(0.00294759,0.00441959,0.008583767),(0.002950411,0.00412748,0.008309242),(0.003057995,0.00411931,0.007767044),(0.003067566,0.003837536,0.007481031),(0.002961823,0.003836418,0.008028158),(0.002993532,0.00354675,0.007744681),(0.002828525,0.003849447,0.008559017),(0.002863489,0.003551904,0.008282744),(0.002911266,0.003259165,0.007999728),(0.002731612,0.003275129,0.008520805),(0.0027895,0.002982933,0.008236389),(0.002678353,0.003575894,0.008793479),(0.002795585,0.00415213,0.008822501),(0.002620302,0.003885576,0.009047283),(0.003115111,0.003554817,0.007198387),(0.003195871,0.003277534,0.006917916),(0.003057244,0.00325882,0.007462986),(0.003146517,0.002979681,0.007180602),(0.00330509,0.003012065,0.006638419),(0.003438011,0.002764789,0.006358697),(0.003375982,0.002475985,0.006603891),(0.00325491,0.002716384,0.00689506),(0.003167313,0.002437663,0.007132869),(0.003070398,0.002694574,0.007428193),(0.003266166,0.002207635,0.00682664),(0.003092637,0.001970263,0.007017992),(0.003019899,0.002185229,0.00734162),(0.002940535,0.002430591,0.007650254),(0.002982643,0.002970899,0.007716011),(0.002861438,0.002698957,0.007947357),(0.003589875,0.002542084,0.006077552),(0.003748796,0.002340428,0.005790566),(0.003629138,0.002082343,0.005994943),(0.003503293,0.002265534,0.006304623),(0.003902883,0.002156295,0.005493318),(0.00404025,0.001986162,0.005181392),(0.003845616,0.001786983,0.005335084),(0.003745815,0.001923722,0.005672536),(0.003518743,0.001717193,0.00582194),(0.003444955,0.001849021,0.006171214),(0.003578027,0.001614857,0.00545824),(0.003256091,0.001477064,0.005557461),(0.003232814,0.001547606,0.005943795),(0.003198326,0.001652573,0.00631723),(0.003359739,0.002011962,0.006506101),(0.003151856,0.001793085,0.006675912),(0.004149008,0.001826507,0.004850367),(0.00422989,0.00167505,0.004502747),(0.003972302,0.001564314,0.00461128),(0.003920841,0.001669436,0.004980272),(0.004283638,0.001529518,0.004141037),(0.004310986,0.001387633,0.00376774),(0.004007181,0.001364284,0.003843465),(0.004000811,0.001464852,0.004231285),(0.003652123,0.001430605,0.004294754),(0.003644292,0.001482679,0.004691047),(0.003643656,0.001373051,0.003894798),(0.003244711,0.001390068,0.003937847),(0.003263236,0.001410113,0.004346645),(0.003271305,0.001422103,0.004755261),(0.003619735,0.001540391,0.005080076),(0.003268922,0.001439825,0.005160075),(0.00431267,0.001247118,0.003385361),(0.004296174,0.001109674,0.00299548),(0.003962209,0.001142755,0.003054402),(0.003992223,0.001255842,0.003451001),(0.004268977,0.0009770003,0.002599679),(0.00423856,0.0008507969,0.002199541),(0.003882103,0.0009155529,0.002250852),(0.003923413,0.001028249,0.002654181),(0.003541586,0.00111762,0.002692462),(0.003583744,0.001212356,0.003094174),(0.003497483,0.001018894,0.002289119),(0.003096008,0.001132105,0.002324666),(0.003138372,0.001215138,0.002727143),(0.003179279,0.001288517,0.003129339),(0.003619316,0.0012989,0.003494779),(0.003215725,0.001348182,0.003532492),(0.004212407,0.0007327638,0.001796644),(0.004189621,0.0006318007,0.001391656),(0.0038104,0.0007144241,0.001437194),(0.003844553,0.0008078931,0.001844926),(0.004169305,0.0005568067,0.0009852406),(0.004150564,0.0005166819,0.0005780637),(0.003750834,0.0006066738,0.0006194786),(0.003779281,0.0006442996,0.001028448),(0.00338161,0.0007637452,0.001068532),(0.003417434,0.0008320167,0.001476565),(0.003348668,0.0007255049,0.000660116),(0.002945795,0.000856128,0.0007024865),(0.002979694,0.0008942856,0.001109277),(0.003016285,0.000960472,0.001515435),(0.003456079,0.0009203794,0.001883623),(0.003055183,0.001043481,0.001920664),(0.004132502,0.0005203256,0.0001707902),(0.004116014,0.0005700609,-0.0002301109),(0.003701875,0.0006587061,-0.0001909862),(0.003724698,0.0006107006,0.0002110768),(0.004101997,0.0006682111,-0.0006181704),(0.004091344,0.0008170995,-0.0009869195),(0.003683373,0.0007530159,-0.0005809396),(0.003670194,0.0008959559,-0.0009530123),(0.003292632,0.0007708501,-0.0001509094),(0.003271576,0.0008582599,-0.0005431378),(0.003256521,0.0009913779,-0.0009195897),(0.002865933,0.0009790808,-0.0005020871),(0.002849408,0.001100886,-0.000883507),(0.002888069,0.0008980217,-0.0001076471),(0.003318669,0.0007272358,0.0002519052),(0.002914972,0.0008572054,0.0002953613),(0.004084954,0.001019049,-0.001329889),(0.004081811,0.001238624,-0.001658896),(0.003663344,0.001089852,-0.001301433),(0.003661648,0.001297577,-0.001636548),(0.004080902,0.001440387,-0.001985755),(0.004081215,0.001588902,-0.002322284),(0.003669032,0.001606002,-0.002308235),(0.003663936,0.001482002,-0.0019687),(0.003246501,0.001362852,-0.001617907),(0.003249599,0.001525962,-0.001956402),(0.00325681,0.001623825,-0.002298874),(0.002844251,0.001637276,-0.002292632),(0.002837126,0.00156847,-0.001946202),(0.002835368,0.001431913,-0.001599748),(0.003248486,0.001172116,-0.001275075),(0.002839341,0.001263941,-0.001247455),(0.004081735,0.001648733,-0.002680297),(0.004078241,0.001654538,-0.003053781),(0.003680035,0.001599334,-0.003036375),(0.003675766,0.001632448,-0.002665497),(0.004066507,0.001640976,-0.00343672),(0.004042311,0.001642707,-0.003823099),(0.003677739,0.001544652,-0.003416754),(0.003664777,0.001506398,-0.003802522),(0.003282182,0.001459646,-0.003394081),(0.003276885,0.001550801,-0.003019202),(0.003279276,0.001385216,-0.003776785),(0.002886779,0.001276119,-0.003750484),(0.002881245,0.001380977,-0.003372361),(0.002869911,0.001503085,-0.003004292),(0.003267166,0.001618816,-0.002653636),(0.00285638,0.001602,-0.002644855),(0.00400143,0.00169439,-0.004206902),(0.003952834,0.00177664,-0.004590851),(0.003601681,0.001574453,-0.004579123),(0.003637048,0.001522565,-0.004189568),(0.003905495,0.001870075,-0.004977665),(0.003868385,0.001955312,-0.005370065),(0.003536538,0.001710603,-0.005370695),(0.003565802,0.001643365,-0.004972421),(0.003218324,0.001432493,-0.004960449),(0.003242425,0.001388883,-0.004560587),(0.003197002,0.001480964,-0.005364797),(0.002844639,0.001275016,-0.005353574),(0.002858873,0.001244267,-0.00494404),(0.002872621,0.001223627,-0.004538737),(0.003264383,0.001367376,-0.004165826),(0.002882914,0.001228956,-0.00414008),(0.003850473,0.002012968,-0.005770769),(0.003838009,0.002061476,-0.006173019),(0.00350731,0.001800906,-0.006179457),(0.003521019,0.001757469,-0.005775178),(0.003817244,0.002119271,-0.006570056),(0.003774427,0.002204786,-0.006955117),(0.003437595,0.001945259,-0.006961753),(0.00348348,0.001857855,-0.006577118),(0.003139829,0.001612578,-0.006577288),(0.003167607,0.001555881,-0.006179156),(0.003090195,0.001702266,-0.006961465),(0.00273216,0.001477924,-0.006954896),(0.002784697,0.00138772,-0.006571085),(0.002815594,0.001332998,-0.006172596),(0.003183381,0.001517052,-0.005773013),(0.002832894,0.001300012,-0.005764925),(0.003695807,0.002336454,-0.007321444),(0.003593912,0.002495672,-0.007677496),(0.003256129,0.002242334,-0.007681657),(0.003357723,0.002080062,-0.007326942),(0.00348127,0.002663832,-0.008031734),(0.003370408,0.00282233,-0.008392622),(0.003036841,0.002569565,-0.008395527),(0.003145081,0.002412144,-0.008034864),(0.002798626,0.002175469,-0.008032029),(0.002907696,0.002004852,-0.007679489),(0.002693537,0.002330778,-0.008392721),(0.002341669,0.002105796,-0.008384754),(0.002443046,0.001953809,-0.008023822),(0.002549686,0.001783488,-0.007671625),(0.003008852,0.001840071,-0.00732575),(0.002649941,0.001617353,-0.007318532),(0.003273854,0.00295256,-0.008768613),(0.00318781,0.00306244,-0.009155381),(0.002943678,0.002694666,-0.008772613),(0.002862428,0.002795622,-0.009161821),(0.003108475,0.003159885,-0.009548587),(0.003032053,0.003252813,-0.009943898),(0.002789933,0.002880608,-0.009558847),(0.002723028,0.0029578,-0.009959386),(0.002528233,0.002540589,-0.009162309),(0.002462487,0.002612152,-0.009562632),(0.002404322,0.002672864,-0.009967587),(0.002127952,0.002353404,-0.009560601),(0.002077648,0.00239713,-0.009969215),(0.002186883,0.002296401,-0.009157448),(0.002604329,0.002449641,-0.00877091),(0.002257201,0.00221693,-0.008764065),(0.002954744,0.00334914,-0.01033698),(0.002860858,0.00345539,-0.01070849),(0.002658553,0.003035372,-0.01035914),(0.002580097,0.003122843,-0.01074009),(0.002734709,0.003578084,-0.01103908),(0.002560606,0.003723745,-0.01130939),(0.002471248,0.003229732,-0.01108423),(0.002315593,0.003365558,-0.01137355),(0.002285868,0.002799578,-0.01076204),(0.002192429,0.002890083,-0.01111853),(0.00205408,0.003015022,-0.01142586),(0.001897628,0.002561371,-0.01114246),(0.001774337,0.002675119,-0.01146637),(0.00197856,0.002486719,-0.01077504),(0.002350974,0.002731255,-0.01037289),(0.002033209,0.00243677,-0.01037899),(0.002322862,0.003898896,-0.01150009),(0.002049119,0.004074058,-0.01160335),(0.002096722,0.003539838,-0.01159003),(0.001840829,0.003720396,-0.0117218),(0.001767022,0.004219751,-0.01161131),(0.001504215,0.004306498,-0.01151616),(0.00157411,0.003875054,-0.01175697),(0.00132276,0.003971634,-0.01168366),(0.001616986,0.003371164,-0.01182774),(0.001366357,0.003534766,-0.01189069),(0.001126416,0.003643659,-0.01184057),(0.001138828,0.003202243,-0.01201047),(0.000909241,0.003327361,-0.01198496),(0.001373699,0.00302932,-0.01191967),(0.001854246,0.003186649,-0.01166753),(0.001592615,0.002842357,-0.01173187),(0.001288341,0.00430482,-0.01131007),(0.001112654,0.004235317,-0.01102164),(0.000936839,0.003916807,-0.01120693),(0.001112974,0.00397796,-0.01148998),(0.0009704076,0.004118591,-0.01067951),(0.0008548569,0.003975242,-0.01031228),(0.0006538697,0.003683194,-0.01049674),(0.0007864418,0.00381096,-0.01086552),(0.000582054,0.003532572,-0.01104902),(0.0007425198,0.00361924,-0.01138674),(0.0004315698,0.003427362,-0.01068144),(0.0001814521,0.003224177,-0.01086911),(0.0003497487,0.003298113,-0.01123169),(0.0005221679,0.003354092,-0.01156135),(0.000921222,0.003664043,-0.01166159),(0.0007061764,0.00337091,-0.01182384),(0.0007592548,0.003825871,-0.009948567),(0.0006708647,0.003683632,-0.009587384),(0.0004104686,0.003441597,-0.00976948),(0.00053121,0.003556289,-0.0101316),(0.0005769492,0.003561674,-0.009227729),(0.0004647711,0.003473151,-0.008868605),(0.0001427666,0.003294252,-0.009051823),(0.000283652,0.003350468,-0.009409757),(-2.448744e-5,0.00318049,-0.009596797),(0.0001320397,0.003241301,-0.009955497),(-0.0001905102,0.003154521,-0.009240722),(-0.0005317417,0.00306041,-0.009436989),(-0.0003461284,0.003061651,-0.009791222),(-0.0001658296,0.003095994,-0.01014834),(0.0002828119,0.003326931,-0.01031699),(9.811637e-6,0.003153486,-0.01050781),(0.0003215931,0.003431215,-0.008509013),(0.0001543153,0.003431425,-0.008150785),(-0.0002000513,0.00331441,-0.008340525),(-2.018122e-5,0.003284302,-0.008695059),(-3.016272e-5,0.003469341,-0.007795749),(-0.0002249409,0.003540523,-0.007445738),(-0.0005899977,0.003469986,-0.007642387),(-0.0003917036,0.003378374,-0.007989281),(-0.000755318,0.003315006,-0.008188501),(-0.0005590951,0.003229474,-0.008536256),(-0.0009552684,0.003422316,-0.007844156),(-0.001319481,0.00339679,-0.008050788),(-0.001118639,0.00327933,-0.008393408),(-0.0009194394,0.003178168,-0.008738421),(-0.0003697693,0.003173414,-0.008887102),(-0.0007233262,0.003102222,-0.009086167),(-0.0004231194,0.00364053,-0.007102581),(-0.0006241066,0.003761723,-0.006764511),(-0.0007897936,0.003583041,-0.007300902),(-0.0009910426,0.003711338,-0.006963337),(-0.0008273104,0.003896465,-0.006429762),(-0.001032139,0.004037116,-0.006096565),(-0.001193696,0.003848677,-0.0066282),(-0.001397705,0.003988858,-0.006294004),(-0.00135706,0.00367451,-0.007165512),(-0.001559334,0.003810042,-0.006828942),(-0.001762818,0.003945627,-0.00649269),(-0.001924299,0.003780251,-0.00703208),(-0.002127572,0.003907435,-0.006692917),(-0.001722041,0.00365055,-0.007370918),(-0.001155777,0.003543709,-0.007503538),(-0.001520525,0.00352163,-0.007710223),(-0.001238002,0.004176038,-0.005763155),(-0.001443208,0.004305888,-0.005427257),(-0.001603021,0.004125678,-0.005959256),(-0.001807832,0.004252364,-0.005621788),(-0.001646068,0.004419326,-0.005086597),(-0.001844894,0.004509008,-0.004738899),(-0.002010329,0.004362141,-0.005279433),(-0.002208701,0.004448235,-0.004930023),(-0.002172136,0.004196499,-0.00581572),(-0.002374124,0.004298911,-0.005470971),(-0.002571767,0.004377393,-0.005119358),(-0.002933728,0.004297502,-0.00530722),(-0.002737187,0.004229884,-0.005661574),(-0.002535995,0.0041383,-0.00600945),(-0.001967726,0.004076593,-0.006155621),(-0.00233213,0.0040288,-0.006352636),(-0.002037995,0.004567592,-0.00438189),(-0.002225058,0.0045981,-0.004017613),(-0.002587092,0.004530715,-0.004205638),(-0.002401136,0.004503872,-0.004571388),(-0.002405767,0.004603555,-0.003648111),(-0.002579811,0.00458698,-0.003275429),(-0.002937395,0.004504663,-0.003461232),(-0.002766025,0.004530424,-0.003834883),(-0.003124237,0.004435194,-0.004019708),(-0.002947533,0.004444393,-0.004391612),(-0.003292543,0.004399048,-0.003645266),(-0.003645889,0.004278415,-0.003827519),(-0.003480489,0.004324507,-0.004202719),(-0.003306149,0.004343757,-0.004575759),(-0.00276314,0.004425508,-0.004758867),(-0.003123638,0.004335109,-0.004944604),(-0.002746872,0.004551394,-0.00290161),(-0.002903655,0.004491689,-0.002529092),(-0.003253088,0.00437892,-0.002713901),(-0.003100656,0.004455095,-0.003086794),(-0.003046863,0.004402751,-0.002160315),(-0.003173199,0.004279472,-0.001797717),(-0.003514576,0.004135566,-0.001982077),(-0.003391969,0.004273343,-0.002344884),(-0.003734937,0.00413095,-0.002527817),(-0.003599861,0.004248132,-0.002897218),(-0.003855,0.003984344,-0.0021643),(-0.004197439,0.003833119,-0.002343937),(-0.004078647,0.003984199,-0.002708553),(-0.003946261,0.004108569,-0.003078587),(-0.003451741,0.004337096,-0.003270402),(-0.003801577,0.004206538,-0.003452192),(-0.003279368,0.004116738,-0.001443738),(-0.003372832,0.003930085,-0.001094009),(-0.003710444,0.003770343,-0.001277457),(-0.003618187,0.003962792,-0.00162781),(-0.003461055,0.003735054,-0.0007441661),(-0.003551504,0.003547178,-0.0003898413),(-0.003891455,0.003387711,-0.000569988),(-0.003798987,0.003573542,-0.0009263919),(-0.00414215,0.003418795,-0.001103557),(-0.004051392,0.003613756,-0.0014567),(-0.004237568,0.003236734,-0.0007448139),(-0.00458936,0.003094372,-0.0009154817),(-0.004490741,0.003272072,-0.001276627),(-0.004396922,0.003463481,-0.001632241),(-0.003958079,0.00380711,-0.001808771),(-0.004301342,0.003655021,-0.001986589),(-0.00365164,0.003381993,-2.666816e-5),(-0.003760822,0.003238282,0.0003437721),(-0.004109348,0.003091515,0.0001705598),(-0.003995491,0.003228171,-0.0002036194),(-0.003878407,0.003114824,0.0007198984),(-0.004003752,0.003010398,0.00110013),(-0.004359557,0.002873208,0.0009337323),(-0.004231285,0.002974331,0.0005503952),(-0.004585716,0.002835455,0.0003827079),(-0.004461685,0.002949958,6.909354e-7),(-0.004714613,0.002733684,0.0007677384),(-0.005071138,0.002596813,0.0006029802),(-0.004942871,0.002701134,0.0002171045),(-0.004818062,0.002814861,-0.0001662049),(-0.004344857,0.003082087,-0.0003759405),(-0.004699347,0.002943955,-0.0005445373),(-0.004136215,0.002923785,0.001482885),(-0.004272797,0.002848145,0.001867457),(-0.004627551,0.002703694,0.001704039),(-0.004492421,0.002784737,0.001318417),(-0.004410496,0.002776639,0.002253136),(-0.004546315,0.002702425,0.002639215),(-0.004895316,0.002542996,0.002476463),(-0.004762625,0.002624855,0.002090191),(-0.005109998,0.002462296,0.001925925),(-0.004978379,0.002550381,0.001539535),(-0.005239272,0.00237222,0.002312395),(-0.005583188,0.002201624,0.002148246),(-0.005457174,0.002299587,0.001761624),(-0.005329212,0.00239728,0.001375219),(-0.004846042,0.002639752,0.00115341),(-0.005200225,0.002495942,0.0009890114),(-0.004677254,0.002618667,0.003024987),(-0.00480456,0.00252685,0.003410989),(-0.005148061,0.002356187,0.003248755),(-0.005023303,0.002452895,0.002862446),(-0.004929482,0.002428459,0.003797763),(-0.005053266,0.002324982,0.004185846),(-0.005393817,0.002149507,0.004024807),(-0.005271073,0.002254512,0.003636003),(-0.005609785,0.002076302,0.003473661),(-0.005487543,0.002177743,0.003085633),(-0.005732931,0.001974033,0.003863468),(-0.006075357,0.001807563,0.003702826),(-0.005950733,0.001903833,0.003311828),(-0.005828286,0.002002459,0.002922778),(-0.00536458,0.002276876,0.002698754),(-0.00570633,0.002102152,0.002535108),(-0.005177162,0.002217905,0.004575777),(-0.005303262,0.002109826,0.004966633),(-0.005644959,0.001937262,0.004807874),(-0.005517772,0.00204281,0.004415782),(-0.005433657,0.002003343,0.005357486),(-0.005570441,0.001901052,0.005747411),(-0.005777395,0.001835703,0.005200027),(-0.0059171,0.001740973,0.005591196),(-0.006124765,0.001682476,0.005042677),(-0.005988615,0.001774283,0.004649141),(-0.006268861,0.001599828,0.005435125),(-0.006478287,0.001550483,0.00488589),(-0.006627208,0.001483587,0.005279402),(-0.006337657,0.001628421,0.004491117),(-0.005858607,0.001872414,0.004255683),(-0.006203839,0.001714937,0.004096342),(-0.005715707,0.001805553,0.006135485),(-0.00586862,0.001717065,0.0065221),(-0.006066091,0.001655913,0.00598032),(-0.006223209,0.001580071,0.006367737),(-0.00602835,0.00163581,0.006907657),(-0.006194062,0.001562011,0.007292552),(-0.006387289,0.001512992,0.00675378),(-0.006557173,0.001454225,0.007138785),(-0.006584798,0.001469149,0.006213518),(-0.006753614,0.001418366,0.00659997),(-0.006927648,0.001375455,0.006984928),(-0.00712554,0.001353883,0.006445598),(-0.00730298,0.001325917,0.00683021),(-0.006952592,0.001387805,0.006059059),(-0.00642271,0.001529178,0.005825322),(-0.006785895,0.001430201,0.005670392),(-0.006364925,0.001495888,0.007677182),(-0.006540259,0.001437921,0.008061655),(-0.006731697,0.001403317,0.007523083),(-0.006910159,0.001360045,0.007906863),(-0.006719385,0.00138859,0.008446082),(-0.006901625,0.001348373,0.00883057),(-0.007091857,0.001324186,0.008290314),(-0.007276089,0.001295518,0.008673625),(-0.007286251,0.001308714,0.007751449),(-0.00746968,0.001284075,0.008133648),(-0.007655101,0.001264716,0.008515566),(-0.007850177,0.00126301,0.007975552),(-0.008036257,0.001249343,0.008356066),(-0.007665682,0.001280389,0.007594717),(-0.007105383,0.001339039,0.007368649),(-0.007483155,0.001301388,0.007213095),(-0.007086298,0.00131775,0.00921523),(-0.007273028,0.001295334,0.009599964),(-0.007462152,0.001273816,0.009056983),(-0.0076498,0.001258049,0.009440369),(-0.007461431,0.001279739,0.009984678),(-0.007651134,0.001269577,0.01036927),(-0.007838788,0.001247182,0.009823767),(-0.00802887,0.001240182,0.01020716),(-0.008030048,0.001239854,0.009279526),(-0.008219252,0.001232809,0.009661594),(-0.008409393,0.001228329,0.01004374),(-0.008601151,0.001228365,0.009498398),(-0.00879121,0.001225714,0.009879336),(-0.008411882,0.00123272,0.009117519),(-0.007841945,0.001250232,0.008897521),(-0.008223537,0.00123948,0.008736733),(-0.007841753,0.001263461,0.01075365),(-0.008033562,0.001261211,0.01113731),(-0.008219804,0.001236016,0.01059053),(-0.008411694,0.0012343,0.0109735),(-0.008226831,0.001262644,0.01151974),(-0.008421833,0.00126758,0.01190043),(-0.008604649,0.001234653,0.01135566),(-0.008798779,0.001236693,0.01173665),(-0.008792079,0.001224416,0.01080791),(-0.008984768,0.001224325,0.01118922),(-0.009178451,0.001225037,0.01156951),(-0.009365771,0.001223057,0.01102099),(-0.009559155,0.001223325,0.01140005),(-0.0091734,0.001223243,0.01064097),(-0.00860031,0.001225641,0.01042596),(-0.00898192,0.001224068,0.0102603),(-0.008618838,0.001275837,0.01227887),(-0.008819324,0.001293828,0.01265253),(-0.00899419,0.001240037,0.01211606),(-0.009191905,0.001249808,0.01249249),(-0.009024768,0.001327967,0.01301886),(-0.009236645,0.001384666,0.01337531),(-0.009392944,0.001271129,0.01286449),(-0.009598329,0.001309123,0.01323066),(-0.009569596,0.001231228,0.01232538),(-0.009768207,0.0012434,0.01269974),(-0.009969613,0.001266084,0.0130709),(-0.0101469,0.00123242,0.01252902),(-0.01034599,0.001243762,0.01290232),(-0.009949522,0.001226342,0.01215415),(-0.009373203,0.001226222,0.01194844),(-0.009753673,0.001223866,0.0117778),(-0.009456432,0.00147034,0.01371935),(-0.009686287,0.001584355,0.01404271),(-0.009809081,0.001368911,0.01358957),(-0.0100273,0.001453081,0.013934),(-0.009928361,0.001726076,0.01433713),(-0.01018481,0.00189487,0.01459434),(-0.01025507,0.001564219,0.01425672),(-0.01049451,0.001704911,0.01455053),(-0.01038428,0.001358116,0.01379633),(-0.01060104,0.001437638,0.01413958),(-0.01082641,0.00154628,0.01446253),(-0.01095993,0.00134512,0.01399752),(-0.01117441,0.001422813,0.01434211),(-0.01075122,0.001293673,0.01364024),(-0.01017439,0.001302627,0.01343827),(-0.010547,0.001262033,0.01327395),(-0.01045779,0.002090103,0.01480608),(-0.01074734,0.002300897,0.01497087),(-0.0107477,0.001877742,0.01480821),(-0.01101564,0.002074031,0.01502518),(-0.0110535,0.002516375,0.01508726),(-0.01137629,0.002725659,0.01515378),(-0.01129932,0.002285098,0.01519685),(-0.01159975,0.002502259,0.01531865),(-0.01131006,0.001860773,0.01502385),(-0.01157202,0.002055798,0.01524797),(-0.01184986,0.002268791,0.0154249),(-0.01186974,0.001845052,0.0152433),(-0.01212673,0.00204306,0.01547083),(-0.01162694,0.001674516,0.0149736),(-0.01106213,0.001689129,0.01475966),(-0.01139595,0.001533191,0.01467034),(-0.01171577,0.002917872,0.01516896),(-0.0120693,0.003085319,0.01514216),(-0.01191793,0.002716833,0.01538601),(-0.0122521,0.002917875,0.01540612),(-0.01243429,0.003220305,0.01508272),(-0.01280813,0.003315135,0.01500001),(-0.01260055,0.003094431,0.01538619),(-0.01296151,0.003235558,0.01533342),(-0.0124581,0.00271925,0.01562004),(-0.01278726,0.002930326,0.0156467),(-0.01313229,0.003114375,0.01563173),(-0.0129992,0.002735731,0.01585267),(-0.01332564,0.002953028,0.01588287),(-0.01269093,0.002502342,0.01577456),(-0.01214543,0.00249434,0.01554752),(-0.01240028,0.002266804,0.0156476),(-0.0131882,0.003362113,0.01490338),(-0.01357328,0.003371132,0.01479572),(-0.01333326,0.003330305,0.01525503),(-0.01371359,0.003384475,0.01515701),(-0.01396214,0.003352087,0.01467991),(-0.01435357,0.00331487,0.01455886),(-0.01410029,0.00340387,0.01504538),(-0.01449115,0.003394293,0.01492615),(-0.01386512,0.00336247,0.01549825),(-0.01424697,0.003427853,0.01539703),(-0.01463512,0.003455016,0.01528438),(-0.0144042,0.003406839,0.0157313),(-0.01478612,0.003477182,0.015633),(-0.01403134,0.003293052,0.0158123),(-0.01349257,0.0032582,0.01557936),(-0.01367075,0.003140292,0.01586612),(-0.01474632,0.003269374,0.01443545),(-0.01513994,0.00321902,0.01431039),(-0.01488397,0.003361547,0.01480532),(-0.01527792,0.003311996,0.01468335),(-0.01553397,0.003167227,0.01418438),(-0.01592794,0.003117419,0.01405815),(-0.01567221,0.003252006,0.0145607),(-0.01606601,0.003187944,0.01443781),(-0.01542008,0.003405334,0.01505137),(-0.01581423,0.00334579,0.01493228),(-0.01620772,0.003274645,0.01481233),(-0.01595868,0.003437922,0.01530008),(-0.0163516,0.003372398,0.01518184),(-0.01556542,0.003483426,0.01541577),(-0.0150266,0.003444626,0.01516895),(-0.01517388,0.003499612,0.01552728),(-0.01632139,0.003073015,0.0139324),(-0.01671428,0.003031257,0.01380568),(-0.01645852,0.003126177,0.01431515),(-0.01685007,0.003066769,0.01419115),(-0.01710656,0.002989388,0.01367654),(-0.0174982,0.002944649,0.01354353),(-0.01724101,0.003009786,0.01406425),(-0.01763168,0.002955293,0.01393289),(-0.01698931,0.003126379,0.01457031),(-0.01737865,0.003055014,0.01444538),(-0.01776785,0.002989332,0.01431594),(-0.01751862,0.003132653,0.01481784),(-0.01790605,0.003055979,0.01469035),(-0.01713087,0.003214474,0.01494164),(-0.0165992,0.003200549,0.01469215),(-0.01674209,0.003296153,0.01506267),(-0.01788916,0.002894281,0.0134052),(-0.01827325,0.002825023,0.01326742),(-0.01840705,0.002838318,0.01365809),(-0.01802241,0.002903359,0.01379551),(-0.01864431,0.002723611,0.01313604),(-0.01899615,0.002576782,0.01301691),(-0.01913335,0.002606281,0.01340713),(-0.01877942,0.002744514,0.01352664),(-0.01891462,0.002775863,0.01391487),(-0.01854174,0.002866704,0.01404495),(-0.01927022,0.002642741,0.01379605),(-0.01940616,0.002689751,0.01418303),(-0.01904923,0.002823016,0.0142997),(-0.01867668,0.00291755,0.01442639),(-0.01815752,0.002932211,0.01418055),(-0.01829385,0.002989741,0.01455824),(-0.0193226,0.002371273,0.01291589),(-0.01963583,0.002134979,0.01282431),(-0.01977891,0.002176808,0.01321337),(-0.01946267,0.002407963,0.01330557),(-0.01994799,0.001895792,0.01273346),(-0.02027127,0.001681607,0.01263468),(-0.0204182,0.001724999,0.01302267),(-0.02009358,0.00194007,0.01312193),(-0.02024057,0.001992271,0.01350831),(-0.01992254,0.002224881,0.01360106),(-0.02056738,0.001778629,0.01340767),(-0.02071963,0.001846907,0.0137881),(-0.02038935,0.002055799,0.01389152),(-0.0200667,0.002281999,0.01398666),(-0.01960265,0.002450393,0.01369421),(-0.01974214,0.002501364,0.01408126),(-0.0206178,0.001520315,0.01251926),(-0.02098275,0.001403814,0.0123919),(-0.02112758,0.001435376,0.01277942),(-0.0207643,0.001558849,0.01290701),(-0.02136124,0.001324,0.01225729),(-0.0217484,0.001272769,0.01212011),(-0.02150374,0.001348339,0.01264441),(-0.02188849,0.001291495,0.01250645),(-0.02164865,0.001391188,0.01302481),(-0.02127535,0.001482266,0.01316186),(-0.02202955,0.001332609,0.01288372),(-0.02217258,0.001407134,0.01324713),(-0.02179751,0.001461453,0.0133949),(-0.02142768,0.001551607,0.0135365),(-0.02091363,0.00161002,0.01329084),(-0.02106707,0.001679467,0.01366866),(-0.02213937,0.001242018,0.01198505),(-0.02253275,0.001227052,0.01185065),(-0.02227754,0.001258603,0.01237003),(-0.02266935,0.001244212,0.01223388),(-0.02292714,0.001223178,0.01171545),(-0.02332115,0.001225703,0.01157799),(-0.02306242,0.001242873,0.01209672),(-0.0234552,0.001249136,0.01195727),(-0.02318938,0.001299946,0.0124575),(-0.02280115,0.0012937,0.01260084),(-0.02357757,0.001314376,0.01231185),(-0.02368281,0.001441902,0.01262919),(-0.02330432,0.001412921,0.01278731),(-0.02292627,0.001391627,0.01294314),(-0.02241413,0.00130235,0.01274266),(-0.02254892,0.001386778,0.01309647),(-0.02371337,0.001229934,0.0114368),(-0.02410425,0.001235443,0.01129281),(-0.02423579,0.001267582,0.01166855),(-0.02384617,0.001257552,0.01181425),(-0.02449423,0.001241805,0.01114696),(-0.02488376,0.001248593,0.01100018),(-0.02501278,0.001290334,0.0113727),(-0.02462451,0.001278689,0.01152107),(-0.02473581,0.001365025,0.01185951),(-0.02435047,0.001347284,0.01201209),(-0.02512084,0.001383135,0.01170617),(-0.02519788,0.001549789,0.01198096),(-0.02481902,0.001523487,0.01214433),(-0.0244402,0.001496917,0.01230717),(-0.0239645,0.001330278,0.01216313),(-0.02406145,0.001469811,0.01246897),(0.004165659,0.000167803,0.01337418),(0.004275051,0.0001842781,0.01297261),(0.004056479,0.0001521623,0.0137758),(0.003657663,0.0001290856,0.01366601),(0.003766704,0.0001400812,0.01326414),(0.003875898,0.0001517897,0.0128623),(0.00394773,0.0001381906,0.01417752),(0.003839622,0.0001267224,0.01457941),(0.003440642,0.0001120834,0.01446997),(0.003548924,0.0001195154,0.01406795),(0.003148974,0.0001100741,0.01395931),(0.003257622,0.0001155158,0.01355715),(0.003040626,0.0001063793,0.01436152),(0.002748336,0.000106423,0.01385137),(0.002639997,0.0001062752,0.01425385),(0.002856826,0.0001082699,0.01344898),(0.003475412,0.0001293106,0.01275296),(0.003366467,0.000122122,0.01315504),(0.002965417,0.0001112494,0.01304667),(0.003074058,0.0001147953,0.01264438),(0.003732373,0.0001185922,0.0149815),(0.00362607,0.0001149956,0.01538358),(0.003226255,0.0001082716,0.01527407),(0.003332968,0.0001075026,0.01487213),(0.003520807,0.0001171283,0.01578544),(0.003416671,0.000126186,0.01618687),(0.003017129,0.0001358549,0.01607588),(0.003120857,0.0001168894,0.01567544),(0.002720647,0.0001254869,0.01556641),(0.002825791,0.0001100316,0.01516565),(0.002617914,0.0001554338,0.01596552),(0.002219352,0.0001845096,0.0158558),(0.002320466,0.0001418925,0.01545836),(0.002424991,0.0001183926,0.01505827),(0.002932674,0.0001050137,0.01476383),(0.002531859,0.0001083926,0.01465646),(0.003313756,0.0001433644,0.01658763),(0.003212864,0.0001724983,0.01698734),(0.002816369,0.0002144847,0.01687276),(0.002915424,0.0001676671,0.01647505),(0.003114803,0.0002174223,0.01738561),(0.003020376,0.0002819715,0.01778201),(0.002628712,0.0003617707,0.01766311),(0.00272059,0.0002784662,0.01726884),(0.002329094,0.0003545682,0.01715055),(0.002421915,0.0002704698,0.01675735),(0.002240022,0.0004557265,0.01754227),(0.001854708,0.0005608293,0.0174191),(0.001940897,0.0004441703,0.01703037),(0.002030067,0.0003397978,0.01664086),(0.002518262,0.0002039266,0.01636242),(0.002122719,0.0002518611,0.01624965),(0.00293039,0.0003699805,0.01817617),(0.002844057,0.0004755974,0.01856817),(0.002457174,0.0005849843,0.01844607),(0.002541361,0.0004665567,0.01805537),(0.002760591,0.0005929705,0.01895809),(0.002679204,0.0007162478,0.01934602),(0.002292827,0.0008314048,0.01922449),(0.002374784,0.0007092137,0.01883563),(0.001989806,0.0008249885,0.01871221),(0.002072085,0.0006993369,0.01832256),(0.001906375,0.0009420046,0.01910223),(0.001518333,0.001039327,0.01897906),(0.001604456,0.0009318256,0.01858764),(0.001688131,0.0008116081,0.01819739),(0.002154922,0.0005734495,0.01793277),(0.001771,0.0006856256,0.017808),(0.002599111,0.0008395775,0.01973204),(0.002523971,0.0009769432,0.02010685),(0.002130837,0.001064719,0.01999044),(0.002209938,0.0009437175,0.01961306),(0.002457444,0.001142329,0.02046114),(0.002403192,0.001349717,0.02078561),(0.00200287,0.001407056,0.02066794),(0.00206024,0.001212976,0.0203457),(0.001662561,0.001280322,0.02022701),(0.001736847,0.0011473,0.01987234),(0.001603135,0.00146342,0.0205445),(0.001204493,0.001519007,0.02041415),(0.001264042,0.001342367,0.02010414),(0.001340969,0.001219964,0.0197519),(0.001820087,0.001041985,0.01949318),(0.001428118,0.001127162,0.01937201),(0.002364874,0.001613093,0.02107095),(0.002349559,0.001913943,0.02129848),(0.00195009,0.001964353,0.02116222),(0.001963444,0.001665525,0.02094622),(0.002364311,0.002233756,0.02144951),(0.002416199,0.00255402,0.02150535),(0.00203411,0.002586968,0.02133407),(0.001970936,0.002279511,0.02129762),(0.00158432,0.002328247,0.02112964),(0.001555299,0.002017173,0.02101279),(0.001660256,0.002622402,0.02114563),(0.001297197,0.002661872,0.02093927),(0.001207279,0.002381189,0.02094457),(0.001167558,0.002073658,0.02084904),(0.001564476,0.001718967,0.02081209),(0.001169481,0.001774517,0.02066734),(0.002512288,0.002856222,0.02144733),(0.002649137,0.003121298,0.02130076),(0.002305433,0.003092922,0.02108348),(0.00214774,0.002862694,0.02125325),(0.002823303,0.003330183,0.02109097),(0.003031341,0.00346381,0.02084329),(0.002727443,0.003361807,0.02059028),(0.002500798,0.003263883,0.02085305),(0.002185173,0.003195116,0.02060671),(0.001969851,0.003063208,0.02085413),(0.002428622,0.003258198,0.02033156),(0.002131671,0.003159977,0.02006757),(0.001874374,0.003129894,0.02035213),(0.001642016,0.003036599,0.02061257),(0.001791822,0.002869846,0.02104378),(0.001445866,0.002880468,0.02081844),(0.003269811,0.003503118,0.02058304),(0.003518071,0.003496478,0.02031368),(0.002978976,0.003372928,0.02032346),(0.003237646,0.003343612,0.02005306),(0.003755479,0.003492264,0.02003862),(0.003961395,0.003538849,0.0197613),(0.003485701,0.003320225,0.01977952),(0.003705391,0.003349134,0.0195033),(0.002957896,0.003198543,0.0197864),(0.003214736,0.003161359,0.01951285),(0.003447055,0.003176306,0.01923631),(0.002940364,0.003020526,0.01923951),(0.003184526,0.00302399,0.01896145),(0.002675967,0.003067339,0.01951444),(0.002691027,0.003245081,0.02005871),(0.002402636,0.003126474,0.01978941),(0.004115176,0.003684608,0.01948517),(0.0042175,0.00390795,0.01921558),(0.004004525,0.00368306,0.01895087),(0.003878966,0.003476704,0.01922485),(0.004269041,0.004187281,0.01895789),(0.004270474,0.004501013,0.01871748),(0.004104004,0.004252622,0.01844312),(0.00408017,0.003948325,0.01868806),(0.003892252,0.003721518,0.01840767),(0.003790229,0.003473654,0.01867633),(0.003942007,0.004012487,0.01815641),(0.003700058,0.003508729,0.0181199),(0.00377647,0.003782558,0.01786222),(0.003571308,0.003281851,0.01839405),(0.003640358,0.003286161,0.01895501),(0.003397152,0.003115685,0.0186771),(0.004222475,0.004827553,0.0184997),(0.004135762,0.005160119,0.01829797),(0.003998596,0.004910013,0.01802349),(0.004074127,0.004576075,0.01822274),(0.00402105,0.005491926,0.01810572),(0.003889057,0.005816194,0.01791637),(0.00374279,0.005574665,0.01767454),(0.003885465,0.005245767,0.01784191),(0.003769874,0.004996488,0.01755262),(0.003876146,0.004660949,0.01772856),(0.003620938,0.005324929,0.01740246),(0.003504668,0.005073926,0.01711208),(0.003656181,0.00474885,0.01724956),(0.003753003,0.004416205,0.01742307),(0.003935081,0.004329289,0.01792992),(0.00379361,0.004089579,0.01762861),(0.0037505,0.006126136,0.01772333),(0.003608548,0.00641544,0.01751789),(0.003401456,0.00618239,0.01735832),(0.003578626,0.005888039,0.01751794),(0.003466371,0.006677797,0.01729132),(0.003327137,0.006906888,0.01703491),(0.003219767,0.006454227,0.01718191),(0.003042043,0.006700052,0.01697492),(0.003001586,0.006201411,0.01703522),(0.003222944,0.005927486,0.01716208),(0.002783789,0.006456971,0.01687946),(0.00280413,0.005934591,0.0168537),(0.002549421,0.006193598,0.01674728),(0.003060402,0.005663704,0.01693565),(0.003434011,0.005635294,0.01727839),(0.003299996,0.005377847,0.01701461),(0.003194016,0.007096404,0.01673992),(0.003067039,0.00724372,0.01641338),(0.002876769,0.006916369,0.01672358),(0.002723642,0.007096877,0.01643413),(0.002946236,0.007346216,0.01606231),(0.002831638,0.007401265,0.01569374),(0.002582362,0.007235271,0.01611279),(0.002452628,0.007325248,0.0157658),(0.002400264,0.006903175,0.01643064),(0.002234208,0.007074747,0.01614629),(0.002085073,0.007199249,0.01582778),(0.001906299,0.006872185,0.01615713),(0.001734082,0.007027476,0.01587427),(0.002099959,0.006673823,0.01639775),(0.002583402,0.006694071,0.01667649),(0.002314515,0.006443818,0.01659488),(0.002723275,0.007406246,0.01531469),(0.00262053,0.007370954,0.01492799),(0.002334137,0.007360504,0.01539941),(0.002225022,0.007350107,0.01501889),(0.002522785,0.007305182,0.01453651),(0.002429423,0.007218723,0.01414308),(0.002123412,0.007303122,0.01462953),(0.002027441,0.007228622,0.0142366),(0.001834068,0.007285797,0.01510917),(0.001726189,0.00726255,0.01472477),(0.001626053,0.007204761,0.01433409),(0.001334401,0.007184069,0.01482062),(0.001227693,0.007147933,0.01443509),(0.001451875,0.00717899,0.0151958),(0.001952694,0.007267149,0.01547946),(0.001583855,0.007128268,0.01555042),(0.002339828,0.007121373,0.01375056),(0.002253078,0.007005013,0.013366),(0.001846411,0.007020022,0.01346118),(0.001935239,0.007135672,0.01384539),(0.002168252,0.006861528,0.01299648),(0.002084428,0.006682799,0.01264905),(0.001677303,0.006703625,0.01273486),(0.001760564,0.006877423,0.01308924),(0.00135375,0.006867071,0.0131867),(0.001439915,0.007007321,0.01356126),(0.001272079,0.006698732,0.01282511),(0.0009495688,0.006831474,0.01329039),(0.0008707407,0.006667181,0.01292332),(0.001035313,0.006968473,0.01366681),(0.001530656,0.007119786,0.01394499),(0.001128009,0.007075014,0.01404943),(0.002000686,0.006460709,0.01233079),(0.001922016,0.006219526,0.01202902),(0.001596234,0.006494379,0.0124033),(0.001522279,0.006265631,0.01208657),(0.001853408,0.005983519,0.01173108),(0.001799851,0.005776956,0.01142432),(0.001415396,0.005813425,0.01146557),(0.001460359,0.006033331,0.01177666),(0.001072459,0.006056911,0.01182779),(0.001126702,0.00628527,0.01214891),(0.001036821,0.005825305,0.01151362),(0.0006665353,0.005798221,0.0115842),(0.0006924587,0.006041331,0.01189881),(0.0007379547,0.006269162,0.01222713),(0.001194819,0.006502004,0.01248026),(0.0007987922,0.006478761,0.01256877),(0.001766335,0.005624107,0.01109606),(0.001757888,0.005493847,0.01076675),(0.001395708,0.005438265,0.01083242),(0.001392312,0.005621858,0.01114528),(0.001779541,0.005355056,0.01045681),(0.001836321,0.005176611,0.01018668),(0.001500346,0.005013533,0.01029539),(0.001430185,0.00524228,0.01054358),(0.001084741,0.005120054,0.01064071),(0.001039257,0.005367192,0.01090822),(0.001164676,0.00484711,0.01041246),(0.000828742,0.004678172,0.01054077),(0.0007427317,0.004985183,0.01075459),(0.0006888849,0.005272575,0.01100469),(0.001024519,0.005598837,0.01120315),(0.000664415,0.005542778,0.01128369),(0.001933256,0.00492739,0.00997678),(0.002053935,0.004627915,0.009802554),(0.00161079,0.004731658,0.01010446),(0.001745022,0.004412815,0.009946423),(0.002181943,0.004298703,0.009639427),(0.002300869,0.003960276,0.009462832),(0.001886541,0.004073163,0.009796932),(0.002018852,0.003728862,0.009631632),(0.001423261,0.004204608,0.01008653),(0.001570408,0.003858546,0.009943267),(0.001708459,0.003511609,0.009782727),(0.001238023,0.003656927,0.01007943),(0.001376158,0.003309839,0.009917365),(0.001091001,0.004006025,0.01022369),(0.001282766,0.004538045,0.01023534),(0.0009497025,0.004349113,0.01037064),(0.002394298,0.003633153,0.009248194),(0.002469766,0.003317994,0.009002402),(0.002125456,0.003396071,0.009426166),(0.002211769,0.003077185,0.009186238),(0.00253481,0.003015459,0.008732338),(0.002596963,0.002726207,0.008444886),(0.002345187,0.002490691,0.008625826),(0.002283207,0.002774593,0.008917559),(0.001913366,0.002854901,0.009345443),(0.001986929,0.002554233,0.009076677),(0.002045703,0.002278092,0.008779817),(0.001710043,0.002090113,0.008907462),(0.0016561,0.002356079,0.009209908),(0.001583561,0.002652579,0.009480466),(0.00182166,0.003175543,0.009582124),(0.001490792,0.002972778,0.009716997),(0.002663761,0.002450897,0.008146926),(0.002729948,0.002196107,0.00783636),(0.002454163,0.001991204,0.007990453),(0.002403124,0.002227871,0.008316747),(0.002790269,0.001968413,0.00751108),(0.00283947,0.001774392,0.007168988),(0.002524131,0.001616621,0.007286753),(0.00249545,0.001785763,0.00764708),(0.002152468,0.001635831,0.00775544),(0.002128708,0.001815966,0.00811649),(0.002164085,0.001493549,0.007378411),(0.001776799,0.001401775,0.007451091),(0.001778348,0.001517165,0.00784199),(0.001769111,0.001670474,0.008218414),(0.002093041,0.002031028,0.008458851),(0.001747028,0.001861517,0.008575267),(0.002872294,0.001620621,0.006807977),(0.002891331,0.001505108,0.006430839),(0.002538062,0.001398851,0.006518655),(0.00253735,0.001488848,0.006909606),(0.002899173,0.00142586,0.006040364),(0.002898411,0.001380885,0.005639344),(0.002513788,0.001317801,0.005707386),(0.002529223,0.001343034,0.00611691),(0.002134368,0.001290207,0.006178698),(0.002152611,0.001326026,0.00658729),(0.002111021,0.001279295,0.005765085),(0.001698907,0.001256846,0.005815934),(0.001726013,0.001258458,0.006230992),(0.001749071,0.001278859,0.00664336),(0.002163325,0.001392044,0.006988111),(0.00176652,0.001324485,0.007050802),(0.002891636,0.001368192,0.005230569),(0.002878789,0.001374546,0.00481714),(0.002472138,0.001337713,0.004876299),(0.002494713,0.00131956,0.005293097),(0.00285981,0.001386716,0.004402157),(0.002834643,0.00139147,0.003988721),(0.002417042,0.001380825,0.004044206),(0.002446201,0.001361667,0.00445925),(0.002026767,0.001336215,0.004515884),(0.002056753,0.001309312,0.004932361),(0.001995502,0.001361698,0.004101084),(0.001573612,0.001337655,0.00415614),(0.001605865,0.001311613,0.004570017),(0.001638032,0.001287048,0.004984944),(0.002084993,0.001288001,0.0053492),(0.001669313,0.001267584,0.005400418),(0.002803227,0.001375575,0.003579935),(0.002767313,0.001341278,0.003174431),(0.002350306,0.001372549,0.003225812),(0.002384801,0.001384592,0.003633425),(0.002728649,0.001290827,0.002770847),(0.002688984,0.00122647,0.002367816),(0.002277876,0.001299351,0.002415721),(0.002314388,0.001344275,0.002820275),(0.001897564,0.001375069,0.002872131),(0.001930716,0.001384243,0.003279838),(0.001864149,0.001348106,0.002465528),(0.001449266,0.001370096,0.002514389),(0.001480148,0.001382795,0.002923116),(0.001511001,0.001378271,0.003332865),(0.001963423,0.001378746,0.003689279),(0.001542073,0.00136155,0.003743815),(0.002650067,0.001150455,0.001963975),(0.002612512,0.001075684,0.001559475),(0.002206329,0.001172893,0.001606402),(0.0022416,0.001237355,0.002011055),(0.002576933,0.001015063,0.001154466),(0.002543945,0.0009814948,0.000749101),(0.002141873,0.001094984,0.0007976294),(0.00217283,0.001120568,0.001201885),(0.001766886,0.00120529,0.001249319),(0.001797947,0.001247338,0.001653934),(0.001738335,0.001189972,0.0008457415),(0.001332087,0.001259838,0.000891107),(0.001358605,0.001263721,0.001294551),(0.001387582,0.001294259,0.00169979),(0.001830656,0.001300236,0.0020594),(0.001418106,0.001335151,0.002106508),(0.002514161,0.0009878837,0.0003435306),(0.002487972,0.00103175,-5.896586e-5),(0.002089714,0.001161418,-7.812089e-6),(0.002114227,0.001110745,0.0003937587),(0.002465768,0.001110616,-0.000455109),(0.002447938,0.001222001,-0.0008416197),(0.002068157,0.00124057,-0.0004051678),(0.002049377,0.00134177,-0.0007963934),(0.001670175,0.00135665,-0.0003552273),(0.001690666,0.001276406,4.286798e-5),(0.001650996,0.001447238,-0.0007502942),(0.00125006,0.001525454,-0.0007057878),(0.001268895,0.001446559,-0.0003082515),(0.001288199,0.001366098,9.012801e-5),(0.001713157,0.001217262,0.0004433911),(0.001308941,0.001298911,0.0004897733),(0.002434872,0.001363427,-0.001215218),(0.002427249,0.001502225,-0.001578845),(0.002033198,0.001458583,-0.001179574),(0.002021445,0.001563891,-0.001554846),(0.002425751,0.001605726,-0.00193544),(0.002431057,0.001641261,-0.002287944),(0.002018518,0.001631521,-0.002282216),(0.002015943,0.001630577,-0.001922348),(0.001608169,0.001635867,-0.001905155),(0.001617255,0.001607017,-0.001527399),(0.001607923,0.001603797,-0.002272858),(0.001200561,0.001553828,-0.002257277),(0.001202898,0.001614441,-0.001882093),(0.001213981,0.001621707,-0.001496153),(0.001632444,0.001537418,-0.001141732),(0.001230729,0.001587941,-0.001102903),(0.002443847,0.001576162,-0.002639295),(0.002460235,0.001450329,-0.002993673),(0.002049087,0.001393075,-0.002985895),(0.002030997,0.001539606,-0.002634588),(0.002476335,0.001303663,-0.003355253),(0.00248826,0.001176066,-0.003728214),(0.002084935,0.001089132,-0.003711032),(0.002068496,0.001230169,-0.003342566),(0.001658775,0.001162957,-0.003334109),(0.001637696,0.001331865,-0.002979507),(0.001678022,0.001019393,-0.003699996),(0.001268738,0.0009709232,-0.003696161),(0.001248214,0.001104491,-0.00332969),(0.001227294,0.001267241,-0.002973061),(0.001619256,0.001490637,-0.002628367),(0.001210051,0.001427558,-0.002618262),(0.002492125,0.001107438,-0.004116733),(0.002489826,0.00108238,-0.00451707),(0.002097308,0.0009714786,-0.00449801),(0.002094111,0.001008206,-0.004097725),(0.002483258,0.001085494,-0.004925481),(0.002474317,0.001101382,-0.005338225),(0.0020909,0.0009669706,-0.00532082),(0.00209581,0.0009630377,-0.004907252),(0.001700858,0.0008837606,-0.004891835),(0.001698338,0.0008972584,-0.004483986),(0.001699253,0.0008786897,-0.005303419),(0.001304241,0.0008434479,-0.00528809),(0.001302731,0.0008545263,-0.004881711),(0.001296185,0.0008660552,-0.004477427),(0.001690968,0.0009366476,-0.004084997),(0.001284791,0.0008981494,-0.004080493),(0.002464899,0.001114646,-0.005751564),(0.002447968,0.00113885,-0.006160251),(0.002068243,0.0009789214,-0.006142132),(0.002083862,0.0009673651,-0.005734076),(0.002416488,0.001187563,-0.006559041),(0.002363423,0.00127435,-0.006942691),(0.001985452,0.001094323,-0.006923072),(0.002037591,0.00101634,-0.006540095),(0.001650395,0.0008782876,-0.00651319),(0.001679934,0.0008586942,-0.006118251),(0.001599719,0.0009406201,-0.006894268),(0.001207693,0.0008160203,-0.006854503),(0.00125729,0.0007776393,-0.006477267),(0.001286557,0.000783652,-0.006088617),(0.001694249,0.0008645811,-0.005713609),(0.001300529,0.0008127057,-0.005691309),(0.002281736,0.001412777,-0.007305956),(0.002183174,0.001578499,-0.007658708),(0.001809269,0.00138978,-0.007639223),(0.001905375,0.001227568,-0.007286171),(0.002079481,0.00174717,-0.008010825),(0.001982405,0.001894443,-0.008372177),(0.001709045,0.001554661,-0.007992054),(0.001616613,0.001695913,-0.008354495),(0.00133285,0.001375395,-0.007966525),(0.001429083,0.001217226,-0.007611657),(0.001245159,0.001509403,-0.008331218),(0.0008689084,0.001334109,-0.008301853),(0.0009520103,0.001208481,-0.007933251),(0.001043726,0.001060731,-0.007574494),(0.001521994,0.00106295,-0.00725733),(0.001132729,0.0009201473,-0.007217578),(0.001903689,0.001995972,-0.008752639),(0.001840036,0.00206212,-0.009147841),(0.001543883,0.001787238,-0.008736374),(0.001486807,0.001840129,-0.009133281),(0.001788146,0.002103249,-0.009553412),(0.00174472,0.002129721,-0.009964983),(0.001441337,0.001866076,-0.009540813),(0.001403424,0.001876569,-0.009954556),(0.001126311,0.001632812,-0.009113571),(0.001085796,0.001646271,-0.009522548),(0.001051645,0.001643607,-0.009937609),(0.0007197921,0.001448224,-0.009498366),(0.0006872709,0.001436763,-0.009913806),(0.0007576628,0.001442552,-0.009088501),(0.001177872,0.001591199,-0.008715014),(0.0008057471,0.001408323,-0.008688299),(0.001706459,0.002151898,-0.01037818),(0.001658561,0.002185396,-0.01077976),(0.001369019,0.001883103,-0.01037011),(0.001325034,0.00190193,-0.01077587),(0.001586222,0.002245834,-0.01115648),(0.00147464,0.002348826,-0.01149508),(0.001258381,0.001949307,-0.01116025),(0.00115597,0.002041491,-0.01151166),(0.000977142,0.001642641,-0.010763),(0.000914272,0.00167763,-0.01115344),(0.0008193119,0.001758459,-0.01151576),(0.0005540642,0.001436637,-0.01113568),(0.0004656477,0.001505078,-0.01150704),(0.0006140471,0.00141385,-0.0107408),(0.00101918,0.001636848,-0.01035441),(0.0006552361,0.001419599,-0.01033073),(0.001309011,0.002509991,-0.01178232),(0.001107081,0.002697829,-0.0119961),(0.001004714,0.002194735,-0.0118185),(0.0008185341,0.002381356,-0.01205656),(0.0008865936,0.002880842,-0.01211432),(0.0006652949,0.003027532,-0.01211489),(0.0006113527,0.00257367,-0.01220159),(0.0003970922,0.002743995,-0.0122294),(0.0005094618,0.002084569,-0.01210056),(0.0003148047,0.002283839,-0.01227162),(0.0001071482,0.002476576,-0.01232752),(-1.350939e-6,0.002014454,-0.01232374),(-0.0002020227,0.002225103,-0.0124083),(0.0001812668,0.001812135,-0.01212763),(0.000681003,0.001901774,-0.01184004),(0.0003391575,0.001636293,-0.01184655),(0.0004609293,0.003106399,-0.0119757),(0.000268255,0.003132844,-0.01173104),(0.0001896751,0.002864643,-0.01211574),(-1.308273e-5,0.002942981,-0.01189391),(8.203001e-5,0.003122266,-0.0114152),(-0.0001029876,0.003090066,-0.01106248),(-0.0004133558,0.003002177,-0.01125892),(-0.0002133651,0.002986372,-0.01159721),(-0.0003157089,0.002771991,-0.01204806),(-0.0005286997,0.002871768,-0.01177535),(-0.0007412591,0.002937661,-0.01145576),(-0.0008562371,0.002759796,-0.0119473),(-0.001078304,0.002873663,-0.01165036),(-0.000633487,0.002607358,-0.01219159),(-0.0001033912,0.002639777,-0.01224256),(-0.0004140751,0.002425932,-0.01235475),(-0.0002920397,0.003051642,-0.01070717),(-0.000484547,0.003018929,-0.01035092),(-0.0008184629,0.002988057,-0.01056062),(-0.0006152387,0.002997764,-0.01091233),(-0.0006799302,0.003003861,-0.009995412),(-0.00087761,0.003018372,-0.00964231),(-0.00122673,0.003012463,-0.009854512),(-0.001022477,0.002987981,-0.01020696),(-0.001370353,0.002994871,-0.01042347),(-0.001161927,0.002981327,-0.01077485),(-0.001577717,0.003026736,-0.01007142),(-0.001929186,0.003045249,-0.01029086),(-0.001720142,0.003005396,-0.01064253),(-0.00150929,0.002976694,-0.010991),(-0.0009522821,0.002968218,-0.0111206),(-0.001295666,0.002939372,-0.01132926),(-0.001077007,0.003074397,-0.009293281),(-0.001277708,0.003162049,-0.008947467),(-0.001634387,0.003169437,-0.009161534),(-0.001430671,0.003076429,-0.009506447),(-0.001479298,0.00327144,-0.008604003),(-0.001681365,0.003392684,-0.008262032),(-0.001837963,0.003281044,-0.008818534),(-0.002041485,0.003400808,-0.008476212),(-0.001989965,0.003188655,-0.009378766),(-0.002195299,0.003297852,-0.009035246),(-0.002400407,0.003411969,-0.008691655),(-0.002551972,0.003311573,-0.009252389),(-0.002758697,0.003416979,-0.008906692),(-0.002344928,0.003208024,-0.009597306),(-0.00178418,0.003094807,-0.009723672),(-0.002137391,0.003116021,-0.009942957),(-0.001883495,0.003515895,-0.007920691),(-0.002085867,0.00363877,-0.007579433),(-0.00224504,0.003518286,-0.008133333),(-0.002448629,0.003631868,-0.007789524),(-0.002288662,0.003759002,-0.007237712),(-0.002492061,0.003874287,-0.006894977),(-0.002652253,0.00373994,-0.007444413),(-0.002855915,0.003840892,-0.007097628),(-0.002810417,0.003622542,-0.007999654),(-0.003014902,0.003716714,-0.007650763),(-0.003218764,0.003801955,-0.00729963),(-0.00358024,0.003752184,-0.007499734),(-0.003376437,0.003682971,-0.007855335),(-0.003171319,0.003603491,-0.008208285),(-0.002605516,0.00352058,-0.008346538),(-0.002965276,0.003514556,-0.008558695),(-0.002696243,0.003982322,-0.006550683),(-0.002899282,0.004077773,-0.006203377),(-0.003059615,0.003933112,-0.006748797),(-0.003261578,0.004012227,-0.006396854),(-0.00309925,0.004155307,-0.005851608),(-0.003294221,0.004209591,-0.005493923),(-0.003653184,0.004113661,-0.005679376),(-0.003460026,0.004073867,-0.006040735),(-0.003819226,0.003984254,-0.006228617),(-0.003622462,0.003938973,-0.006589234),(-0.004010552,0.00400972,-0.005863484),(-0.004366264,0.003897774,-0.006046159),(-0.004176562,0.003885157,-0.006414915),(-0.003981515,0.003855322,-0.006779867),(-0.003421796,0.003877124,-0.006946012),(-0.003782336,0.003810316,-0.007141359),(-0.003482267,0.004235291,-0.005128871),(-0.00366271,0.004233425,-0.004758298),(-0.004017769,0.004115492,-0.004939327),(-0.003839273,0.004127236,-0.005311709),(-0.003834868,0.004205003,-0.004384051),(-0.003998065,0.004151044,-0.004007977),(-0.004349872,0.00401964,-0.004186779),(-0.004188145,0.004079327,-0.004563821),(-0.004541084,0.003950119,-0.004742143),(-0.004371881,0.003992056,-0.005118941),(-0.004702111,0.003886907,-0.004364068),(-0.005055579,0.003755546,-0.004539982),(-0.004894457,0.003820023,-0.004919135),(-0.004725603,0.003865216,-0.005297237),(-0.004194904,0.004012122,-0.005493157),(-0.004549409,0.00389113,-0.005673256),(-0.00415162,0.004072561,-0.003631921),(-0.004294577,0.003969478,-0.003257551),(-0.004644969,0.003832153,-0.003434403),(-0.004502429,0.003937331,-0.003809795),(-0.004425976,0.003841717,-0.002886535),(-0.004544861,0.003689202,-0.002520539),(-0.004896635,0.003552207,-0.002694534),(-0.004776652,0.003703861,-0.003062137),(-0.005130402,0.003570985,-0.003235735),(-0.004997603,0.003697891,-0.003609436),(-0.005252128,0.003421744,-0.00286635),(-0.00561071,0.003297424,-0.003036416),(-0.005486954,0.003443444,-0.003407705),(-0.005352639,0.003567986,-0.003782944),(-0.004854561,0.003803014,-0.003986023),(-0.005208577,0.003671776,-0.004160811),(-0.004650273,0.003511857,-0.002161232),(-0.004748282,0.003322673,-0.001804584),(-0.005104647,0.003190688,-0.001974124),(-0.005004073,0.003376946,-0.002333129),(-0.004844954,0.003134639,-0.001446567),(-0.004946359,0.002960748,-0.001083154),(-0.005307904,0.002835606,-0.001248132),(-0.005204032,0.003006037,-0.001613724),(-0.005567215,0.002885814,-0.001778446),(-0.005465196,0.00306688,-0.002141258),(-0.005673341,0.002718693,-0.001410717),(-0.006042014,0.002609753,-0.00157121),(-0.005933748,0.002773513,-0.001941079),(-0.005829107,0.00295061,-0.002306383),(-0.005361946,0.003249617,-0.002502709),(-0.005723094,0.003129197,-0.002670402),(-0.005058564,0.002813991,-0.0007103155),(-0.005178706,0.002687474,-0.0003304979),(-0.005543139,0.002567595,-0.0004924387),(-0.005421942,0.002692002,-0.000873551),(-0.005303921,0.002574302,5.385263e-5),(-0.005431344,0.002467582,0.0004402901),(-0.005794983,0.002345848,0.0002795513),(-0.005668488,0.002454753,-0.0001072521),(-0.006036192,0.002342282,-0.0002664142),(-0.00591088,0.002455025,-0.0006522777),(-0.006161802,0.002231469,0.0001206472),(-0.00653155,0.002124302,-3.653869e-5),(-0.006406655,0.00223668,-0.000423838),(-0.006281448,0.002349564,-0.0008102659),(-0.005788913,0.002577796,-0.00103452),(-0.006158908,0.002471179,-0.001193498),(-0.005558111,0.00236042,0.0008263682),(-0.005683981,0.002253462,0.001212368),(-0.006042773,0.002119324,0.001051192),(-0.005919615,0.002233248,0.0006655141),(-0.005808714,0.002147353,0.001598571),(-0.005932068,0.002042739,0.001985257),(-0.006286202,0.001896983,0.00182391),(-0.006164841,0.002006446,0.001437138),(-0.006525782,0.001877719,0.001277699),(-0.00640568,0.001995263,0.0008918981),(-0.006645882,0.001765779,0.001664691),(-0.007011396,0.001650547,0.001508083),(-0.00689176,0.001762025,0.001120623),(-0.006772785,0.001881676,0.0007346966),(-0.006284657,0.002114488,0.0005064827),(-0.006653156,0.002004201,0.0003493077),(-0.006053803,0.001940266,0.002372707),(-0.006175574,0.001841274,0.002761345),(-0.006529494,0.001696918,0.002601803),(-0.006407242,0.001793307,0.00221206),(-0.006299035,0.001747105,0.003151595),(-0.006425841,0.001659098,0.003543879),(-0.006783767,0.001532014,0.003386914),(-0.006654492,0.00160932,0.002993351),(-0.007016904,0.001493681,0.002837485),(-0.006890134,0.001572122,0.002444624),(-0.007148516,0.001429682,0.00323222),(-0.007519469,0.001355477,0.003080084),(-0.007386074,0.001403389,0.002684385),(-0.007257579,0.001469615,0.002290277),(-0.006766896,0.001663367,0.002053679),(-0.007133011,0.001552538,0.001898072),(-0.006557649,0.001578596,0.00393862),(-0.006695512,0.001507209,0.004334484),(-0.007060423,0.001413013,0.004179336),(-0.006918856,0.001466502,0.003782707),(-0.006840484,0.001446546,0.004730131),(-0.006993624,0.001398218,0.005124229),(-0.007365668,0.001343009,0.004969539),(-0.007209138,0.001371773,0.004575411),(-0.007582029,0.001327274,0.004421739),(-0.007430635,0.001348203,0.004025772),(-0.007740902,0.001317254,0.004815267),(-0.008116883,0.001320241,0.004661348),(-0.007956937,0.001314159,0.004269127),(-0.007804391,0.001315147,0.003873887),(-0.007286279,0.001381765,0.003628791),(-0.007658738,0.001327492,0.003477063),(-0.007155983,0.001363835,0.005515438),(-0.007325793,0.001339545,0.005903972),(-0.007530682,0.00132695,0.005360329),(-0.007702496,0.001318748,0.005748078),(-0.007501277,0.001321494,0.006290041),(-0.007680668,0.001305831,0.006673858),(-0.007879431,0.001313556,0.006133091),(-0.008059806,0.001306526,0.006515665),(-0.008080804,0.001319798,0.005591203),(-0.008258607,0.001322426,0.005974549),(-0.008439492,0.001319334,0.006355438),(-0.008637405,0.001340462,0.005814208),(-0.008818821,0.001335584,0.006192973),(-0.008458814,0.001337075,0.005433165),(-0.007907698,0.001316418,0.005204933),(-0.008284741,0.001329107,0.00504912),(-0.007862193,0.001288702,0.007055633),(-0.008045608,0.001271532,0.007435976),(-0.00824194,0.001292813,0.006896102),(-0.008425706,0.001275475,0.007275103),(-0.008230673,0.001255749,0.007815496),(-0.008417147,0.001242777,0.008194803),(-0.008610976,0.001257573,0.007653371),(-0.008797624,0.00124217,0.008031613),(-0.008805655,0.001285544,0.007111976),(-0.00899089,0.001263765,0.007489069),(-0.009177536,0.001244675,0.007866343),(-0.009370225,0.001269607,0.007322478),(-0.00955673,0.001247447,0.007698833),(-0.009185136,0.001295072,0.006946472),(-0.008621848,0.001305554,0.00673434),(-0.009001366,0.00131876,0.006570182),(-0.008604788,0.001234042,0.008574502),(-0.008793411,0.001228622,0.008954429),(-0.008985525,0.001232325,0.008410532),(-0.009174399,0.001226731,0.008789783),(-0.008982822,0.001225594,0.009334417),(-0.009172839,0.001224037,0.009714297),(-0.009363971,0.001224085,0.009169029),(-0.009553961,0.001223078,0.009547929),(-0.009554616,0.001226224,0.008623107),(-0.009744306,0.001223424,0.009001611),(-0.009934263,0.001222617,0.009379538),(-0.01012354,0.0012232,0.008831537),(-0.01031342,0.001222432,0.00920843),(-0.00993383,0.001226272,0.008453929),(-0.009365569,0.001232735,0.00824452),(-0.009744747,0.001233679,0.008076171),(-0.009363274,0.001223029,0.0100939),(-0.009554337,0.001222467,0.01047305),(-0.009744098,0.001222406,0.009926143),(-0.009934695,0.001222002,0.0103037),(-0.00974624,0.00122225,0.01085156),(-0.009939191,0.001222276,0.01122925),(-0.01012607,0.001221797,0.01068062),(-0.01031853,0.001221726,0.01105693),(-0.01031427,0.001221762,0.01013242),(-0.01050514,0.001221594,0.01050784),(-0.01069713,0.001221517,0.0108829),(-0.01088335,0.001221534,0.01033294),(-0.01107496,0.001221487,0.01070698),(-0.01069287,0.001221664,0.009958748),(-0.01012412,0.001222083,0.009756397),(-0.01050305,0.001221942,0.009584039),(-0.01013341,0.001222443,0.01160592),(-0.01032882,0.001223409,0.01198172),(-0.0105124,0.001221722,0.01143266),(-0.01070745,0.00122194,0.01180794),(-0.01052536,0.001225832,0.01235677),(-0.01072297,0.001230369,0.01273119),(-0.01090345,0.001222538,0.01218291),(-0.01110019,0.001223672,0.01255771),(-0.01108539,0.001221448,0.01163265),(-0.01128105,0.00122144,0.01200739),(-0.01147731,0.00122144,0.01238209),(-0.011658,0.00122144,0.01183014),(-0.01185398,0.00122144,0.0122045),(-0.01146262,0.001221445,0.0114557),(-0.01089065,0.001221471,0.01125783),(-0.01126816,0.001221459,0.01108128),(-0.01092157,0.001237677,0.01310511),(-0.01112208,0.001253969,0.01347625),(-0.01129742,0.001225499,0.01293247),(-0.01149574,0.001232981,0.01330592),(-0.01132539,0.001285455,0.01384233),(-0.0115324,0.001338345,0.01420106),(-0.01169573,0.001251077,0.0136768),(-0.01189795,0.00128475,0.01404383),(-0.01187106,0.001224686,0.01313082),(-0.0120692,0.001234424,0.01350372),(-0.01226864,0.001253901,0.01387487),(-0.0124441,0.001227932,0.01332587),(-0.01264202,0.00123767,0.01369862),(-0.01224688,0.001223063,0.0129525),(-0.01167387,0.00122144,0.01275675),(-0.01205023,0.00122144,0.01257867),(-0.011744,0.001418853,0.01455016),(-0.01196261,0.001528656,0.01488113),(-0.01210301,0.001338961,0.01440574),(-0.01231297,0.001418275,0.01475522),(-0.01219062,0.001669436,0.01518549),(-0.01243044,0.00184287,0.01545474),(-0.01252993,0.001527256,0.01508496),(-0.01275598,0.00167047,0.01538765),(-0.01267394,0.001338453,0.01460463),(-0.01288296,0.001416821,0.01495212),(-0.01309832,0.001528112,0.01528058),(-0.01324497,0.001336438,0.01479737),(-0.01345243,0.001418044,0.01514456),(-0.01304143,0.001284273,0.01443814),(-0.01246969,0.001286362,0.01424369),(-0.01284078,0.001253901,0.01407063),(-0.01268448,0.00205064,0.01568038),(-0.01295421,0.002280045,0.01586033),(-0.01299319,0.001852483,0.01565597),(-0.01324377,0.002063209,0.01588523),(-0.01324112,0.002518386,0.01599249),(-0.0135467,0.002752962,0.01607475),(-0.01350993,0.002292567,0.01607076),(-0.01379387,0.002530471,0.01620786),(-0.01355544,0.001862688,0.01585715),(-0.01380254,0.002072552,0.01609209),(-0.01406554,0.002301852,0.01628268),(-0.01411586,0.001872618,0.01606107),(-0.01436011,0.0020834,0.01629969),(-0.01388505,0.001689332,0.01578397),(-0.01332159,0.001678971,0.01558445),(-0.01366485,0.001536741,0.01547595),(-0.01387241,0.002971075,0.01610502),(-0.0142157,0.003164154,0.01609206),(-0.01409778,0.002766839,0.01629184),(-0.01442032,0.002990196,0.01632878),(-0.01457401,0.003323632,0.01604461),(-0.01494478,0.003440937,0.01597143),(-0.0147601,0.003189065,0.01632474),(-0.01511576,0.003351972,0.01628581),(-0.0146473,0.002785595,0.01651371),(-0.01496613,0.003013973,0.01655946),(-0.01530366,0.003215977,0.01656225),(-0.01519582,0.002809189,0.01673655),(-0.01551313,0.003038644,0.01678687),(-0.01489876,0.002564773,0.01663812),(-0.01434711,0.002543878,0.01642233),(-0.01462063,0.002318481,0.01649227),(-0.01532545,0.003507502,0.01588127),(-0.01571295,0.003530659,0.01577789),(-0.01548593,0.003467442,0.01621805),(-0.01586661,0.00353915,0.01612766),(-0.01610423,0.003517741,0.01566505),(-0.01649621,0.00347608,0.0155465),(-0.01625378,0.003570771,0.01602085),(-0.01664345,0.00356598,0.01590382),(-0.01603032,0.003501014,0.01645499),(-0.01641027,0.003582536,0.01636116),(-0.0167952,0.003622388,0.01625136),(-0.01657663,0.003538559,0.01667965),(-0.01695334,0.003625592,0.01658663),(-0.01620802,0.003408365,0.01674979),(-0.01565992,0.003378576,0.01652472),(-0.01585203,0.003240048,0.01678841),(-0.01688585,0.00341301,0.01542599),(-0.01727362,0.003335441,0.01530364),(-0.01703161,0.003528454,0.01578278),(-0.01741828,0.003465824,0.01565922),(-0.01766004,0.003250285,0.01517953),(-0.01804559,0.003164451,0.01505378),(-0.01818731,0.003295797,0.01541054),(-0.0178035,0.003385728,0.01553464),(-0.01756553,0.003582169,0.01601129),(-0.01794959,0.003516802,0.01588733),(-0.01833204,0.003431064,0.01576495),(-0.0180989,0.003621326,0.01624178),(-0.01848061,0.0035513,0.01612133),(-0.01771606,0.00366102,0.01636277),(-0.01718051,0.003619815,0.01613368),(-0.01733368,0.003664428,0.01647936),(-0.01843077,0.003084852,0.01492646),(-0.01881122,0.00299823,0.01480082),(-0.01894756,0.003100752,0.01516957),(-0.01856973,0.003203667,0.01528842),(-0.01918261,0.002891331,0.01468007),(-0.01954057,0.0027509,0.01456745),(-0.01967664,0.002828242,0.01494688),(-0.0193176,0.002978472,0.01505529),(-0.01945708,0.003082102,0.01542466),(-0.01908792,0.003217124,0.015534),(-0.01981754,0.002923836,0.01531889),(-0.01996646,0.003039734,0.01568103),(-0.01960391,0.003199888,0.01578748),(-0.0192345,0.003339353,0.01589549),(-0.01871219,0.003332308,0.01564731),(-0.0188596,0.0034569,0.01600633),(-0.01988078,0.002563679,0.01446618),(-0.02021131,0.002350966,0.01436946),(-0.02035869,0.002436237,0.01474586),(-0.02002148,0.002641481,0.01484564),(-0.02054029,0.002134056,0.01427046),(-0.02087579,0.001934245,0.01416239),(-0.02103646,0.002042498,0.01452785),(-0.02069482,0.002230559,0.01464183),(-0.02085441,0.002348826,0.01500233),(-0.02051108,0.002542267,0.0151123),(-0.02120228,0.002173522,0.0148818),(-0.02137386,0.002329177,0.01522153),(-0.02102048,0.002492376,0.01534866),(-0.02067077,0.002673513,0.01546522),(-0.02016716,0.002738914,0.0152163),(-0.02032076,0.002860121,0.0155748),(-0.02122592,0.001772829,0.01403842),(-0.02158612,0.001650522,0.01390064),(-0.02175055,0.001776653,0.01425352),(-0.02139017,0.001890102,0.01439821),(-0.02195186,0.00156804,0.0137511),(-0.02231856,0.001526096,0.01359187),(-0.02246968,0.001679715,0.01392152),(-0.02211218,0.001705431,0.01409442),(-0.02227898,0.001868109,0.01442589),(-0.02192081,0.001927641,0.01459443),(-0.02262811,0.001858213,0.01423964),(-0.02279601,0.002051812,0.01454979),(-0.02245272,0.002050556,0.01474652),(-0.02209675,0.002101126,0.01492262),(-0.02155983,0.002031286,0.01474611),(-0.02173488,0.002196379,0.01508024),(-0.02268169,0.001525405,0.01342503),(-0.02304282,0.001554102,0.01325236),(-0.02315988,0.001759231,0.01353984),(-0.02281763,0.001702787,0.01373543),(-0.02340356,0.00160032,0.01307565),(-0.02376546,0.001652191,0.01289671),(-0.02384267,0.001910577,0.01313475),(-0.02350028,0.001833633,0.01333839),(-0.02328649,0.001985118,0.01381689),(-0.0236077,0.002084349,0.01359135),(-0.02393158,0.002182388,0.01336366),(-0.02373904,0.002323959,0.01385039),(-0.02404933,0.002432957,0.01360376),(-0.0234317,0.002209867,0.01409486),(-0.02296195,0.001903477,0.01403481),(-0.02311985,0.002112034,0.01433028),(-0.02413014,0.001697852,0.0127173),(-0.02449688,0.001738852,0.01253755),(-0.02454353,0.002029066,0.01273153),(-0.02419091,0.001974648,0.01293259),(-0.02486501,0.001776748,0.01235758),(-0.02523384,0.00181309,0.01217749),(-0.02525607,0.002121809,0.01233125),(-0.02489907,0.002077046,0.01253121),(-0.02494643,0.00237662,0.01269716),(-0.0246031,0.002323529,0.01291739),(-0.02529192,0.002424716,0.01247776),(-0.02536874,0.002670582,0.01265253),(-0.02503237,0.002627706,0.0128874),(-0.02469861,0.002578217,0.01312344),(-0.0242641,0.00226045,0.01313928),(-0.02437006,0.002515505,0.01336184),(0.002672304,0.0001061981,0.01253637),(0.002564026,0.0001047876,0.01293878),(0.002455747,0.0001041652,0.01334127),(0.002162394,0.0001016112,0.01283118),(0.002054431,0.0001025982,0.01323404),(0.002270366,0.0001020045,0.01242836),(0.002347465,0.0001051187,0.01374389),(0.00223918,0.0001084363,0.01414674),(0.001946485,0.0001063462,0.01363699),(0.001838563,0.0001142354,0.01404009),(0.001652927,0.0001029658,0.01312735),(0.001545518,0.0001102904,0.01353078),(0.001438538,0.0001250451,0.01393376),(0.001144687,0.0001171364,0.01342535),(0.001039491,0.000142238,0.01382766),(0.00125128,0.0001046644,0.01302125),(0.001760621,0.0001005945,0.01272364),(0.001868458,0.0001007,0.01231978),(0.001358806,0.0001006122,0.01261595),(0.001466798,0.00010077,0.01221006),(0.002130889,0.0001149059,0.01454988),(0.002024172,0.0001314718,0.01495187),(0.001730675,0.0001276464,0.01444336),(0.001624784,0.0001539373,0.014845),(0.001920606,0.0001650781,0.01535129),(0.001821771,0.0002226691,0.01574669),(0.001426846,0.0002745918,0.01563603),(0.001522853,0.0002004664,0.01524316),(0.001128992,0.00025348,0.01513194),(0.001228283,0.0001904574,0.01473617),(0.001036248,0.0003449567,0.01552163),(0.0006516512,0.0004384432,0.0154013),(0.0007408092,0.0003295415,0.01501556),(0.0008361221,0.0002457002,0.01462393),(0.001332129,0.0001497066,0.01433617),(0.0009361592,0.0001841792,0.01422757),(0.001729245,0.0003111891,0.01613664),(0.001641393,0.0004218126,0.01652308),(0.001255669,0.0005144787,0.01640333),(0.001338725,0.0003836716,0.01602178),(0.00155658,0.0005457145,0.01690795),(0.001473169,0.0006740693,0.01729317),(0.001093458,0.0007883654,0.01716565),(0.001174854,0.0006537858,0.01678364),(0.0007944336,0.0007629693,0.01665784),(0.0008726714,0.0006157607,0.01628096),(0.0007136255,0.0008966362,0.01703769),(0.0003317233,0.0009918006,0.01691047),(0.0004140292,0.00086785,0.01653089),(0.0004921759,0.0007236231,0.01615529),(0.0009520418,0.0004710701,0.01590343),(0.0005700784,0.0005751456,0.01577999),(0.001389527,0.0007980519,0.0176807),(0.001304651,0.0009147509,0.0180703),(0.0009204081,0.00100616,0.01794254),(0.001008657,0.0009049902,0.01755229),(0.001217539,0.001021255,0.01846174),(0.001127188,0.001114652,0.01885477),(0.0007333898,0.001172135,0.01872982),(0.0008286669,0.001094375,0.01833539),(0.0004374542,0.001152285,0.01820949),(0.0005341631,0.001083231,0.01781537),(0.0003373905,0.00121593,0.01860467),(-6.035893e-5,0.001250194,0.01847978),(4.351468e-5,0.001196085,0.01808492),(0.0001446782,0.001143357,0.01769004),(0.0006265444,0.001000702,0.01742416),(0.0002413437,0.001079449,0.0172977),(0.001032596,0.001192031,0.01924917),(0.0009421704,0.001277988,0.01962846),(0.0005417406,0.001326539,0.01950203),(0.0006345332,0.001241939,0.01912481),(0.000864319,0.001397117,0.01997614),(0.000807449,0.001574014,0.02027574),(0.0004129233,0.001631133,0.02012983),(0.0004646561,0.001448686,0.01984315),(6.631604e-5,0.001501192,0.01970526),(0.0001409693,0.001370782,0.01937262),(2.183734e-5,0.00169306,0.01997695),(-0.0003648883,0.001762487,0.01981767),(-0.000329438,0.001558748,0.01956261),(-0.000258854,0.001415882,0.01924022),(0.0002349449,0.001282228,0.01899907),(-0.0001651547,0.001318245,0.01887208),(0.0007799676,0.001833273,0.02051077),(0.0007892385,0.002135065,0.02066981),(0.0004198324,0.002201842,0.02047738),(0.0003961863,0.001896631,0.02034375),(0.0008426253,0.002439562,0.02074144),(0.0009474907,0.002706934,0.02071424),(0.000609825,0.002758065,0.02047374),(0.0004892494,0.002503433,0.02052322),(0.0001460396,0.002572869,0.02029291),(5.88295e-5,0.002274437,0.02027404),(0.0002828853,0.002815746,0.02022099),(-3.464193e-5,0.002880455,0.01995919),(-0.0001881149,0.002647939,0.02005351),(-0.0002942789,0.002353296,0.02006206),(1.838526e-5,0.001965988,0.02016763),(-0.000353186,0.00204274,0.0199838),(0.001111199,0.002897352,0.02057678),(0.00132155,0.003017541,0.02035866),(0.001008412,0.003009829,0.02009404),(0.0007869469,0.002922404,0.02032143),(0.001566346,0.00307423,0.02008946),(0.001833388,0.003074142,0.01979877),(0.001535557,0.003007466,0.01952501),(0.001262016,0.003033723,0.01981932),(0.000962311,0.003013977,0.01954228),(0.0007025566,0.003017259,0.01982033),(0.001239964,0.002966724,0.01924619),(0.0006681572,0.003020592,0.01925892),(0.0009483944,0.00295869,0.01896218),(0.0004039409,0.003043625,0.01953916),(0.0004722361,0.002957529,0.02005502),(0.0001661923,0.003004632,0.01978017),(0.002110478,0.003024005,0.01951617),(0.002389006,0.00295607,0.01923795),(0.001816833,0.002944439,0.01923888),(0.002099426,0.002870711,0.01895729),(0.002660366,0.002902587,0.01896042),(0.002915949,0.002895809,0.01867988),(0.002376925,0.002812352,0.01867663),(0.002642915,0.002795432,0.01839329),(0.001809642,0.00281724,0.0186728),(0.002092228,0.002754633,0.01838919),(0.002367019,0.002726534,0.01810342),(0.001808458,0.002734241,0.01809913),(0.002089855,0.002692785,0.01781198),(0.001522068,0.002801632,0.01838484),(0.001523981,0.002894541,0.01895742),(0.001234206,0.002881076,0.01867168),(0.003147147,0.002967985,0.01839261),(0.003344454,0.003109771,0.01810612),(0.002890982,0.002846021,0.01810365),(0.003109283,0.002959968,0.01781481),(0.003498367,0.00331182,0.01782789),(0.003599379,0.003564788,0.01756541),(0.003285978,0.003133127,0.01753386),(0.003409224,0.003361346,0.01726789),(0.002865406,0.002835,0.0175224),(0.003061691,0.002974981,0.01723999),(0.003204498,0.003174402,0.01697155),(0.00282431,0.002839716,0.01694849),(0.002983693,0.003006126,0.01667828),(0.002612438,0.002737422,0.01723118),(0.002629297,0.002752753,0.01781235),(0.002362733,0.002691145,0.01752083),(0.003637984,0.003859328,0.01732618),(0.003613763,0.004179062,0.01711693),(0.003458162,0.003951178,0.01681116),(0.003467179,0.003640478,0.01702401),(0.003526292,0.004507612,0.01694441),(0.003375151,0.0048286,0.01681536),(0.003232475,0.004589905,0.01651426),(0.003380489,0.004274102,0.01663826),(0.003219052,0.004049648,0.01633218),(0.003285943,0.003734213,0.01650674),(0.003076732,0.004358799,0.01621073),(0.002908013,0.00413624,0.01590673),(0.003042264,0.003835578,0.01602726),(0.003096845,0.003529826,0.01620468),(0.00328017,0.003434972,0.01672349),(0.00307593,0.003244753,0.01642601),(0.003159918,0.005125645,0.01673652),(0.002901226,0.005404026,0.01668548),(0.002742067,0.005148808,0.01641789),(0.003012439,0.004879242,0.0164481),(0.002619704,0.005669016,0.01663983),(0.002335985,0.005925891,0.01657714),(0.002137065,0.005655401,0.01637782),(0.002443047,0.005405297,0.01640176),(0.0022689,0.005144043,0.01614767),(0.002579583,0.004898407,0.01613917),(0.001946243,0.005383688,0.01615809),(0.001757101,0.005112303,0.01592672),(0.002092004,0.00488587,0.01588572),(0.002410427,0.004653184,0.01585562),(0.002856218,0.004639189,0.01615329),(0.002689914,0.004406041,0.01585607),(0.002070701,0.006179925,0.01647501),(0.001825782,0.006420032,0.01633023),(0.001845808,0.005905819,0.0163242),(0.001572838,0.006147379,0.01623271),(0.001603159,0.00663513,0.0161396),(0.001404763,0.006814129,0.0158999),(0.001321712,0.006370918,0.01609518),(0.001095992,0.006567272,0.01590343),(0.001336229,0.005861438,0.01610978),(0.001058881,0.006086892,0.01602537),(0.0008066442,0.006294962,0.01588367),(0.0008115891,0.005790384,0.01593164),(0.0005355959,0.006005262,0.01583938),(0.00111106,0.005567783,0.01596604),(0.001633684,0.005624927,0.01614974),(0.001428175,0.005340681,0.01595894),(0.001232525,0.006945947,0.01560793),(0.001082648,0.007030644,0.01527576),(0.0008992372,0.00672727,0.01564929),(0.0007282044,0.006845854,0.01534585),(0.0009513373,0.007068288,0.01491546),(0.0008347963,0.007058938,0.01453912),(0.0005796501,0.006917965,0.01500624),(0.0004503311,0.006938543,0.01464355),(0.0003903591,0.00662971,0.0154029),(0.0002219934,0.006735862,0.01508987),(7.726724e-5,0.006787514,0.01474576),(-0.0001189796,0.006524735,0.01516327),(-0.0002814264,0.006606624,0.01484312),(7.092844e-5,0.006387302,0.0154437),(0.0005845231,0.006479322,0.01567184),(0.0002889147,0.006209189,0.01567291),(0.0007292291,0.007002661,0.01415879),(0.0006343263,0.006905033,0.01377839),(0.0003370041,0.006902526,0.0142709),(0.0002389306,0.006816856,0.01389409),(0.0005497778,0.006771634,0.01340184),(0.0004752741,0.006608039,0.01303306),(8.559335e-5,0.006524299,0.01315127),(0.0001553731,0.006688466,0.01351894),(-0.0001488983,0.006703781,0.014012),(-0.0002326497,0.006582882,0.01363958),(-0.000298388,0.006418953,0.01327496),(-0.000676756,0.006294997,0.01340109),(-0.0006132949,0.006455795,0.01376163),(-0.0005271854,0.00656566,0.0141302),(-4.597802e-5,0.006774406,0.01438359),(-0.0004170288,0.006618101,0.01449473),(0.0004105053,0.006419827,0.01267594),(0.0003587056,0.006208028,0.01233233),(-1.291476e-5,0.006111148,0.01245753),(2.885322e-5,0.006331289,0.01279689),(0.000323109,0.005973673,0.01200407),(0.0003069497,0.005717792,0.01169299),(-4.380472e-5,0.005596285,0.01183076),(-3.77782e-5,0.005865578,0.01213491),(-0.0003923913,0.005728687,0.01228266),(-0.0003787762,0.005987797,0.01259574),(-0.000387597,0.005445964,0.01198826),(-0.0007262964,0.005279094,0.01215625),(-0.0007429185,0.00557464,0.01243866),(-0.0007407485,0.005847251,0.01274),(-0.0003472694,0.006219238,0.01292676),(-0.0007189677,0.006089759,0.01306068),(0.0003134617,0.005441417,0.01140093),(0.0003449398,0.005146367,0.01113232),(8.301815e-6,0.004995165,0.01128545),(-2.906186e-5,0.005304978,0.01154682),(0.0004036787,0.004834471,0.0108916),(0.0004919732,0.004507549,0.01068321),(0.0001582976,0.004334053,0.01083998),(7.013783e-5,0.004670354,0.01104905),(-0.0002553356,0.004495264,0.0112242),(-0.0003201489,0.004825559,0.01145843),(-0.0001683566,0.004156498,0.01101125),(-0.0004840616,0.003973695,0.01119721),(-0.0005701861,0.004311637,0.01141435),(-0.0006395321,0.004644147,0.01164558),(-0.0003638761,0.005143692,0.01171332),(-0.0006917015,0.004967781,0.01189239),(0.0006121179,0.004167424,0.01051159),(0.0007505898,0.003819801,0.01035867),(0.0004068803,0.003641945,0.01049558),(0.0002746328,0.003989772,0.01066062),(0.0008938655,0.003470384,0.01020642),(0.001028422,0.003124877,0.01003678),(0.000670061,0.002953387,0.01014688),(0.0005427774,0.003295006,0.01032947),(0.0001896014,0.003126884,0.0104538),(6.472461e-5,0.003468471,0.01063852),(0.0003058854,0.002792028,0.01025355),(-5.929374e-5,0.002637465,0.0103627),(-0.0001608197,0.002962111,0.01058465),(-0.0002710251,0.003295391,0.01079158),(-5.813231e-5,0.003812954,0.01082018),(-0.0003815569,0.003633766,0.0109927),(0.001140736,0.002788986,0.009831716),(0.00123136,0.002471656,0.00959176),(0.0008619532,0.002310081,0.009685405),(0.0007764682,0.002621523,0.009932435),(0.001300843,0.002181832,0.009317463),(0.001349739,0.001928461,0.009009371),(0.0009699719,0.001791136,0.009090707),(0.0009264699,0.00202973,0.00940507),(0.0005382887,0.00189801,0.009478447),(0.0004805328,0.002165807,0.009767474),(0.0005759276,0.001676135,0.009156635),(0.0001727883,0.001581461,0.00921232),(0.0001416096,0.001784911,0.009543321),(9.229017e-5,0.002036784,0.009844043),(0.0004029637,0.002467741,0.01002531),(2.51993e-5,0.002324996,0.0101165),(0.001378597,0.00172049,0.008668029),(0.001390897,0.001554811,0.008300176),(0.0009979635,0.00146472,0.008365456),(0.0009924144,0.001604967,0.008741599),(0.001390118,0.001428316,0.007912559),(0.001379737,0.001337898,0.007511916),(0.0009750527,0.001295979,0.007562948),(0.0009907874,0.001363892,0.007970001),(0.0005833699,0.001318503,0.008017181),(0.0005942056,0.001395945,0.008417934),(0.000564901,0.001270081,0.007606249),(0.0001514351,0.001254263,0.007643882),(0.000170877,0.00128676,0.008056959),(0.0001835187,0.001344229,0.008461289),(0.0005931456,0.001511968,0.008800441),(0.0001854569,0.001438514,0.008849026),(0.001363233,0.00128045,0.007104991),(0.001341534,0.001249574,0.006693474),(0.000930899,0.001233838,0.006738365),(0.0009549274,0.00125448,0.007152013),(0.001315563,0.001238869,0.006279058),(0.001286246,0.001241937,0.005863431),(0.0008730844,0.001232918,0.005907607),(0.0009034551,0.001228502,0.006323174),(0.0004901296,0.001224424,0.006363619),(0.0005180661,0.001227323,0.006778759),(0.0004594671,0.001228136,0.00594849),(4.543987e-5,0.00122594,0.005986112),(7.602443e-5,0.001223698,0.006400674),(0.0001039346,0.001225696,0.006815389),(0.0005430614,0.001241115,0.007193207),(0.0001290963,0.001234897,0.007229909),(0.001254511,0.00125238,0.005448288),(0.001221373,0.001268628,0.005033668),(0.0008061706,0.001253827,0.005078697),(0.0008402743,0.00124153,0.005492836),(0.001187852,0.001289112,0.00461961),(0.001154964,0.001312264,0.004206157),(0.0007386637,0.001287428,0.004251674),(0.0007719185,0.001269298,0.004665031),(0.0003572558,0.001252756,0.00470665),(0.0003918188,0.001242423,0.005120203),(0.0003238155,0.001265054,0.00429323),(-9.047581e-5,0.001247048,0.004331361),(-5.694513e-5,0.001240074,0.004744834),(-2.228733e-5,0.00123419,0.005158348),(0.000426293,0.001234176,0.005534084),(1.225515e-5,0.001229458,0.005572055),(0.001123728,0.001336514,0.00379335),(0.00109362,0.001356545,0.003381254),(0.0006779033,0.001325609,0.00342556),(0.0007075522,0.001307706,0.003838467),(0.001064115,0.00136704,0.002969933),(0.001034691,0.001362682,0.002559452),(0.0006202746,0.001336185,0.002601257),(0.0006490376,0.00133661,0.003013107),(0.0002344872,0.001300307,0.003053162),(0.000263184,0.001292005,0.003466344),(0.0002058662,0.001300927,0.002640344),(-0.0002086845,0.001267229,0.00267725),(-0.0001799631,0.001266937,0.003090624),(-0.0001512067,0.001262278,0.003504163),(0.0002927091,0.001279196,0.003879747),(-0.0001216369,0.001255048,0.003917773),(0.001004823,0.001338154,0.002149878),(0.0009754444,0.001308896,0.00174169),(0.0005619572,0.001301187,0.001780474),(0.0005909348,0.001319811,0.002190166),(0.000947487,0.001290351,0.001335369),(0.0009218831,0.00129796,0.0009313957),(0.0005088468,0.00131199,0.0009678524),(0.0005342814,0.001294013,0.001372822),(0.0001197362,0.001283541,0.001407962),(0.0001475419,0.001281068,0.001816985),(9.410001e-5,0.001309582,0.001001722),(-0.0003212346,0.00129839,0.001034248),(-0.0002954005,0.001267768,0.00144184),(-0.0002673798,0.001258477,0.001852065),(0.0001765682,0.001290689,0.002228032),(-0.0002381489,0.001261353,0.002264133),(0.0008995656,0.001347164,0.000530251),(0.0008796851,0.001419874,0.0001310218),(0.000467019,0.001444195,0.0001668689),(0.0004865924,0.001368817,0.0005662065),(0.0008613931,0.001498003,-0.0002672042),(0.0008438397,0.001563462,-0.0006653398),(0.0004339151,0.001569397,-0.0006289425),(0.0004496265,0.001517822,-0.0002311756),(3.555301e-5,0.001512853,-0.0001992558),(5.209527e-5,0.001445518,0.0001989889),(2.186805e-5,0.001551394,-0.0005965875),(-0.0003907198,0.001517585,-0.0005682671),(-0.0003788699,0.001489936,-0.0001705348),(-0.0003631912,0.001430302,0.0002287013),(7.158203e-5,0.001370667,0.0005990227),(-0.0003439054,0.001359511,0.0006300819),(0.0008261763,0.001598162,-0.001064298),(0.0008109222,0.001598068,-0.001460755),(0.0004074862,0.001549306,-0.001424382),(0.0004193849,0.001578622,-0.001027447),(0.0008005968,0.001559144,-0.001851391),(0.0007977197,0.001477357,-0.002232882),(0.000397383,0.001390306,-0.002204316),(0.0003996689,0.001485263,-0.001817441),(-1.483671e-6,0.001408085,-0.001784633),(3.079647e-6,0.001488632,-0.001390208),(-2.466347e-6,0.001308598,-0.002176224),(-0.0004038456,0.001248158,-0.002153247),(-0.0004044585,0.001342897,-0.001757358),(-0.0004028908,0.001429255,-0.001361411),(1.095359e-5,0.001539861,-0.0009938827),(-0.000398519,0.001492421,-0.0009651363),(0.0008048101,0.001348671,-0.002601907),(0.0008191096,0.001199744,-0.002965105),(0.0004127501,0.00114019,-0.002956972),(0.0004020786,0.001268246,-0.002582702),(0.0008378596,0.001057235,-0.003329118),(0.0008583016,0.0009477995,-0.003700587),(0.0004479991,0.0009505109,-0.003710665),(0.0004283921,0.001027243,-0.003331501),(2.049318e-5,0.001020573,-0.003335945),(7.821199e-6,0.001099391,-0.002949993),(3.911847e-5,0.0009795472,-0.003723791),(-0.000367053,0.001035398,-0.00373736),(-0.0003851557,0.00104328,-0.003341556),(-0.0003960709,0.00108816,-0.0029455),(4.016404e-7,0.00120055,-0.002564047),(-0.0004016752,0.001159849,-0.002549346),(0.0008776769,0.0008980974,-0.004086151),(0.0008941184,0.0008842047,-0.004480759),(0.0004922227,0.0009409208,-0.00449123),(0.0004705657,0.0009311001,-0.004098838),(0.0009057589,0.000882198,-0.004879359),(0.000910731,0.0008681543,-0.005276897),(0.0005173315,0.0009359017,-0.005269504),(0.000509101,0.0009518845,-0.004883049),(0.0001119158,0.001048694,-0.004891051),(9.05806e-5,0.001025418,-0.004506086),(0.0001226526,0.001029783,-0.005265573),(-0.0002746957,0.001132893,-0.005264767),(-0.000286638,0.001157736,-0.004901635),(-0.0003107246,0.001126911,-0.004522574),(6.439788e-5,0.0009917659,-0.004115419),(-0.0003398861,0.001074703,-0.004132757),(0.0009071676,0.0008181499,-0.005668323),(0.0008916265,0.0007592778,-0.006053244),(0.0004947472,0.0007723853,-0.00601464),(0.0005130449,0.0008648834,-0.005645804),(0.0008606657,0.0007186309,-0.006431269),(0.0008108436,0.0007233015,-0.006802007),(0.0004609441,0.000691963,-0.0063787),(0.0004101415,0.0006571722,-0.006740675),(5.854735e-5,0.0006883368,-0.006323067),(9.552344e-5,0.0008097875,-0.005975322),(6.556822e-6,0.0006123402,-0.006674403),(-0.000346102,0.0006984532,-0.00626787),(-0.0003989399,0.0005835136,-0.006607086),(-0.0003064403,0.0008582982,-0.005937802),(0.0001170402,0.0009368755,-0.00562491),(-0.0002819673,0.001018096,-0.005606795),(0.0007387178,0.0008003832,-0.007165069),(0.0006543095,0.0009201886,-0.007526224),(0.000261328,0.0007957573,-0.007469361),(0.0003408451,0.0007015687,-0.007103254),(0.0005676392,0.001053031,-0.007891246),(0.0004887282,0.001169224,-0.008265904),(0.0001047241,0.00101593,-0.008223832),(0.0001798633,0.0009103427,-0.007841911),(-0.0002111909,0.0007817134,-0.007786649),(-0.0001347226,0.0006875948,-0.00740641),(-0.000282998,0.0008754049,-0.008176087),(-0.0006743321,0.0007488284,-0.008123127),(-0.000605397,0.0006684412,-0.007726861),(-0.0005333469,0.0005958588,-0.007339892),(-6.000328e-5,0.0006216149,-0.00703559),(-0.0004629414,0.0005584325,-0.006965531),(0.0004275972,0.001239081,-0.008655974),(0.0003799766,0.001271735,-0.009057869),(-4.959627e-6,0.001117716,-0.009021622),(4.418347e-5,0.001083124,-0.008618042),(0.0003415964,0.001276321,-0.009468012),(0.0003081872,0.00126197,-0.009882821),(-4.590594e-5,0.001125497,-0.009431653),(-8.18565e-5,0.00111226,-0.009845216),(-0.0004398297,0.0009906903,-0.009389455),(-0.0003953573,0.0009778503,-0.0089797),(-0.0004791104,0.0009806666,-0.009801559),(-0.000879825,0.000860222,-0.009752416),(-0.0008372893,0.0008668352,-0.009341583),(-0.0007894285,0.0008494946,-0.008932049),(-0.0003437334,0.0009401028,-0.008574507),(-0.0007353926,0.0008096693,-0.008525377),(0.0002754791,0.001237818,-0.01029871),(0.0002349121,0.001221879,-0.01070891),(-0.0001160122,0.001083796,-0.01025939),(-0.000156226,0.001059128,-0.01066887),(0.0001779261,0.001232166,-0.01110665),(9.596107e-5,0.001286694,-0.01148516),(-0.0002103512,0.001057282,-0.01106835),(-0.0002862407,0.001097279,-0.01145253),(-0.0005553306,0.0009180005,-0.01062221),(-0.0006069764,0.0009050468,-0.01102279),(-0.0006774503,0.0009308042,-0.01141159),(-0.001008158,0.0007685248,-0.01097199),(-0.00107416,0.0007812398,-0.01136476),(-0.0009583648,0.0007908969,-0.01057045),(-0.0005151596,0.000949822,-0.0102138),(-0.0009178852,0.0008281859,-0.01016298),(-1.954295e-5,0.001403478,-0.01183765),(-0.0001646477,0.00156872,-0.01213731),(-0.0003917476,0.001198146,-0.01181609),(-0.0005250644,0.001350028,-0.01213244),(-0.0003354147,0.001768626,-0.01235729),(-0.0005279055,0.001989399,-0.01247077),(-0.0006843835,0.001543072,-0.012375),(-0.0008678971,0.001767424,-0.01251716),(-0.0008967656,0.001151761,-0.01211591),(-0.001045254,0.001334511,-0.01237958),(-0.001219394,0.00155714,-0.01254971),(-0.001415023,0.001139661,-0.01237378),(-0.001579792,0.001356506,-0.01257065),(-0.001276534,0.000969624,-0.01209056),(-0.0007741055,0.001015118,-0.0117846),(-0.001163266,0.0008492116,-0.01174592),(-0.0007381818,0.002217243,-0.0124509),(-0.0009602809,0.002436572,-0.01232259),(-0.001073798,0.002013233,-0.01253234),(-0.001294996,0.002260617,-0.01244122),(-0.00118824,0.002631797,-0.01211068),(-0.001416096,0.002787333,-0.01184006),(-0.001524403,0.002489697,-0.01226451),(-0.001754931,0.002680593,-0.0120229),(-0.001636538,0.002080481,-0.01254767),(-0.001864421,0.002335423,-0.01240781),(-0.002095097,0.002555367,-0.01219692),(-0.002207988,0.002170902,-0.01253957),(-0.002436891,0.002413578,-0.01236016),(-0.001983812,0.00189715,-0.01264209),(-0.001419009,0.001813425,-0.01260035),(-0.001771902,0.001617344,-0.01265627),(-0.001637888,0.00288759,-0.0115356),(-0.001854902,0.002952106,-0.01120645),(-0.001979488,0.002813426,-0.01173708),(-0.002199298,0.002906051,-0.01141844),(-0.002068428,0.003000416,-0.01086176),(-0.002279752,0.003052055,-0.01051066),(-0.002629562,0.003042114,-0.01072825),(-0.002415581,0.002976329,-0.01107837),(-0.002543011,0.002837016,-0.01162418),(-0.002761973,0.002929531,-0.0112896),(-0.002978759,0.003010382,-0.01094107),(-0.003327492,0.002951817,-0.01114654),(-0.003107975,0.00285642,-0.01149268),(-0.002886575,0.002743484,-0.01182088),(-0.002321006,0.002717429,-0.01193116),(-0.002662983,0.002600155,-0.01211532),(-0.002490164,0.00312656,-0.01016231),(-0.002699763,0.003215868,-0.009815293),(-0.003054286,0.003207833,-0.01003089),(-0.002842458,0.003121264,-0.01037948),(-0.002908649,0.003311917,-0.009468209),(-0.00311692,0.003406647,-0.009119644),(-0.003474781,0.003379439,-0.009329546),(-0.003265055,0.003295874,-0.009681297),(-0.003620919,0.003260432,-0.00989025),(-0.003408308,0.003179569,-0.01024224),(-0.003831985,0.003333826,-0.009535428),(-0.00418824,0.003268274,-0.009736323),(-0.003975966,0.003202582,-0.01009366),(-0.003761646,0.003126725,-0.0104475),(-0.003194229,0.003094973,-0.01059223),(-0.003545434,0.003042527,-0.0107983),(-0.003324675,0.003491995,-0.008768196),(-0.003531427,0.003567416,-0.008413879),(-0.003890616,0.003514991,-0.008616206),(-0.003683473,0.003452585,-0.008974466),(-0.003736689,0.003632362,-0.008056709),(-0.00393997,0.003686286,-0.007696702),(-0.004298181,0.003606318,-0.007890755),(-0.004095691,0.003566341,-0.008254919),(-0.004453481,0.003486371,-0.008450003),(-0.00424876,0.003446896,-0.008815032),(-0.004655099,0.003514337,-0.008082115),(-0.005010948,0.0034124,-0.008271008),(-0.004810093,0.003393908,-0.008641996),(-0.004605736,0.003363809,-0.009010124),(-0.00404143,0.003396014,-0.009176933),(-0.004398306,0.003321973,-0.009375022),(-0.004140785,0.003728643,-0.007333873),(-0.004338317,0.003758584,-0.006968106),(-0.004693464,0.003651485,-0.007154284),(-0.004497571,0.003634602,-0.007523863),(-0.004531747,0.003775263,-0.006599289),(-0.004720259,0.003777831,-0.006227308),(-0.005073179,0.0036522,-0.00640721),(-0.004885464,0.003657254,-0.006782053),(-0.005238402,0.003533815,-0.006963518),(-0.005047554,0.00353675,-0.007338729),(-0.005425671,0.003523199,-0.00658615),(-0.005778381,0.003393136,-0.006764405),(-0.005591244,0.003407626,-0.007143992),(-0.005401185,0.003417104,-0.007521773),(-0.004853121,0.003530693,-0.007711643),(-0.005207865,0.003419413,-0.007897523),(-0.004903035,0.00376544,-0.005852045),(-0.005079489,0.003737065,-0.00547431),(-0.005433658,0.003608236,-0.00565043),(-0.005256212,0.003636612,-0.006029794),(-0.005249032,0.003691681,-0.005094914),(-0.005411077,0.003628263,-0.004714663),(-0.005768165,0.003504109,-0.004888363),(-0.005604612,0.00356482,-0.005269743),(-0.005960998,0.003439166,-0.005443887),(-0.005788231,0.003479361,-0.005825858),(-0.00612641,0.00338214,-0.005061337),(-0.006317997,0.003314446,-0.005617611),(-0.00648537,0.003261407,-0.005233837),(-0.006143327,0.003351067,-0.006000863),(-0.005609368,0.003506209,-0.006206771),(-0.005962932,0.00337579,-0.006383245),(-0.005565034,0.003545784,-0.004334366),(-0.005710243,0.003443732,-0.00395522),(-0.006069919,0.003323993,-0.004126457),(-0.005923416,0.003423851,-0.004506915),(-0.005846035,0.003321595,-0.003578419),(-0.005971749,0.003178861,-0.00320516),(-0.006334906,0.003065267,-0.00337274),(-0.00620723,0.003204483,-0.003748046),(-0.006570123,0.003091153,-0.00391675),(-0.006431176,0.003207632,-0.004296847),(-0.006699843,0.002955857,-0.003539312),(-0.007066219,0.002849847,-0.003705035),(-0.0069343,0.00298065,-0.004084696),(-0.006793519,0.00309351,-0.004466582),(-0.006283203,0.003304794,-0.004678683),(-0.006643878,0.003187428,-0.004849895),(-0.006086719,0.003015016,-0.002836638),(-0.006195556,0.002841231,-0.002469894),(-0.006564214,0.002737875,-0.002632009),(-0.006452504,0.002906292,-0.003001595),(-0.006302868,0.00266868,-0.002101972),(-0.006413267,0.002508531,-0.001729914),(-0.006786732,0.002413978,-0.001887094),(-0.006674226,0.002570332,-0.002261376),(-0.007047466,0.002477488,-0.002419544),(-0.00693475,0.002639674,-0.002792944),(-0.007162043,0.002325042,-0.002043019),(-0.007538835,0.002240675,-0.002197956),(-0.007422237,0.002389167,-0.002576726),(-0.007306836,0.002545758,-0.002952917),(-0.00682013,0.002802247,-0.003165455),(-0.007189281,0.0027021,-0.003328397),(-0.006531359,0.002371958,-0.001350762),(-0.006654363,0.002251011,-0.0009666534),(-0.007029308,0.002158504,-0.001121649),(-0.00690592,0.002279129,-0.001506558),(-0.006779497,0.002137743,-0.0005797278),(-0.006903978,0.002024205,-0.0001921231),(-0.007278754,0.001930793,-0.0003462359),(-0.007154416,0.002044819,-0.000734248),(-0.007531104,0.001957256,-0.0008875622),(-0.007405966,0.002071176,-0.001275461),(-0.007655557,0.001843679,-0.000499007),(-0.008034053,0.001762478,-0.0006505665),(-0.007909262,0.001874404,-0.001039834),(-0.007784015,0.001988165,-0.001428297),(-0.007282244,0.002191688,-0.001661136),(-0.007659984,0.002108631,-0.001814743),(-0.007025021,0.00190245,0.0001940227),(-0.007144179,0.001778959,0.0005797962),(-0.007519314,0.001687198,0.0004270576),(-0.007399847,0.001809144,4.050623e-5),(-0.007263001,0.001660217,0.0009662841),(-0.007383036,0.001552706,0.001354573),(-0.007759882,0.00147172,0.001203905),(-0.007638783,0.001572282,0.0008144976),(-0.008018388,0.001498208,0.0006650809),(-0.007897644,0.001606481,0.0002763417),(-0.008141008,0.00140705,0.001055827),(-0.008525499,0.001358158,0.0009100831),(-0.008401098,0.001437983,0.0005178503),(-0.008278622,0.001536894,0.0001275091),(-0.007777218,0.001724196,-0.0001113633),(-0.008156723,0.001647517,-0.0002617077),(-0.007505835,0.001462911,0.001745749),(-0.007631918,0.001392127,0.002139232),(-0.008011855,0.001336509,0.001991043),(-0.00788423,0.001392841,0.00159636),(-0.007761804,0.001341649,0.002534441),(-0.00789601,0.001312772,0.002930794),(-0.008277019,0.00129495,0.002783816),(-0.008142778,0.00130359,0.002387134),(-0.008527684,0.001284349,0.002241945),(-0.008396096,0.001299614,0.001845258),(-0.008661385,0.001295395,0.002638616),(-0.009047986,0.00130749,0.002494661),(-0.008915209,0.001279058,0.002098356),(-0.008783343,0.001278294,0.00170143),(-0.008267057,0.001340684,0.001449552),(-0.008653179,0.001304795,0.001304974),(-0.008035055,0.001306794,0.003327711),(-0.008179937,0.001316215,0.003723778),(-0.008557267,0.001342043,0.003575101),(-0.008414605,0.001311455,0.003180269),(-0.008331645,0.001333536,0.004117584),(-0.008491174,0.00135126,0.004507715),(-0.008706747,0.001375653,0.00396692),(-0.008864778,0.001401223,0.004354332),(-0.009082832,0.001430754,0.003816942),(-0.00893638,0.00138327,0.003427512),(-0.009238695,0.001461038,0.004201164),(-0.009460498,0.001489086,0.00366746),(-0.009613929,0.001521618,0.004048175),(-0.00931727,0.001430534,0.003280667),(-0.008796756,0.00133326,0.00303427),(-0.009180886,0.001363992,0.002889249),(-0.00865952,0.001361888,0.004892759),(-0.008834625,0.001364961,0.005273787),(-0.009033101,0.001407693,0.004735946),(-0.009209134,0.001399116,0.005113265),(-0.009014433,0.00136002,0.005651866),(-0.00919689,0.001346608,0.006028071),(-0.009390304,0.001379546,0.005487795),(-0.009574031,0.001353037,0.005861037),(-0.009583241,0.001435199,0.004951809),(-0.009765633,0.001397483,0.00532227),(-0.009950578,0.001355506,0.005692182),(-0.01014104,0.001412275,0.005155561),(-0.01032686,0.001354649,0.005521809),(-0.009957845,0.001468871,0.004789614),(-0.009406545,0.001459452,0.00457878),(-0.009780927,0.001510099,0.004421356),(-0.009379941,0.001324264,0.00640347),(-0.009563825,0.001297388,0.006778473),(-0.009757739,0.001323643,0.006234498),(-0.009941822,0.001294135,0.006608251),(-0.009748785,0.00127038,0.007153486),(-0.009935057,0.001247639,0.007528922),(-0.01012667,0.001267284,0.006982374),(-0.01031266,0.001245862,0.007356947),(-0.01031922,0.001286955,0.006436088),(-0.01050396,0.001261517,0.006809426),(-0.0106897,0.001242729,0.007183245),(-0.01088078,0.001254279,0.006634917),(-0.0110663,0.001238852,0.007008151),(-0.01069611,0.001277493,0.006262263),(-0.01013493,0.001318474,0.006063564),(-0.01051168,0.001310336,0.00589097),(-0.01012288,0.001233563,0.007905186),(-0.01031181,0.001226051,0.008281777),(-0.01050021,0.001232639,0.007732042),(-0.01068887,0.001225621,0.008107306),(-0.01050138,0.001222999,0.008658187),(-0.01069113,0.001222305,0.009033914),(-0.01087821,0.00122281,0.008482384),(-0.0110678,0.001222212,0.008856913),(-0.01106531,0.001225043,0.007931175),(-0.01125441,0.001222621,0.008304944),(-0.01144386,0.001222131,0.008678358),(-0.01163038,0.00122242,0.008126697),(-0.01181971,0.00122204,0.008499171),(-0.01144146,0.001224378,0.007754039),(-0.01087694,0.001231158,0.007557217),(-0.01125332,0.00122937,0.007381191),(-0.01088062,0.001221866,0.009408452),(-0.01107029,0.001221621,0.009782207),(-0.01125722,0.00122183,0.009230548),(-0.01144686,0.001221613,0.009603628),(-0.0112606,0.001221511,0.01015558),(-0.01145199,0.001221476,0.01052899),(-0.01163713,0.001221512,0.009976503),(-0.01182842,0.001221476,0.01034952),(-0.01182293,0.001221621,0.009423847),(-0.01201322,0.001221524,0.009796401),(-0.01220444,0.001221482,0.01016915),(-0.01238912,0.001221532,0.009616),(-0.01258026,0.001221486,0.009988498),(-0.01219882,0.001221622,0.009243695),(-0.01163325,0.00122181,0.009051246),(-0.0120091,0.001221783,0.00887146),(-0.01164493,0.001221454,0.01090283),(-0.0118391,0.001221443,0.01127693),(-0.01202113,0.001221454,0.01072302),(-0.012215,0.001221444,0.01109681),(-0.01203418,0.00122144,0.0116511),(-0.01222986,0.00122144,0.01202517),(-0.01240975,0.00122144,0.01147068),(-0.01260511,0.00122144,0.01184445),(-0.01259048,0.001221444,0.01091579),(-0.01278488,0.00122144,0.01128931),(-0.0129799,0.00122144,0.01166274),(-0.01315972,0.00122144,0.0111074),(-0.0133544,0.00122144,0.01148042),(-0.01296571,0.001221444,0.01073433),(-0.01239694,0.001221457,0.01054234),(-0.01277251,0.001221458,0.01036132),(-0.01242583,0.00122144,0.01239894),(-0.0126221,0.001222089,0.01277253),(-0.01280082,0.00122144,0.0122179),(-0.01299681,0.001221602,0.01259123),(-0.0128187,0.001224037,0.01314604),(-0.01301567,0.001227932,0.01351955),(-0.01319305,0.001222089,0.01296463),(-0.01338947,0.001223063,0.01333829),(-0.01337113,0.00122144,0.01240894),(-0.01356715,0.00122144,0.01278208),(-0.0137633,0.00122144,0.01315547),(-0.01394104,0.00122144,0.01259879),(-0.01413706,0.00122144,0.01297176),(-0.01374518,0.00122144,0.01222599),(-0.01317535,0.00122144,0.01203589),(-0.01354959,0.00122144,0.01185324),(-0.01321301,0.001234424,0.01389318),(-0.01341133,0.001250817,0.01426451),(-0.01358603,0.001224686,0.01371238),(-0.01378301,0.001233027,0.01408548),(-0.01361122,0.001284413,0.01463112),(-0.01381329,0.001342517,0.0149906),(-0.01398067,0.001254155,0.01445613),(-0.0141793,0.001294137,0.01482291),(-0.01415582,0.001225847,0.0139028),(-0.01435224,0.001239069,0.01427517),(-0.01454884,0.001265512,0.01464565),(-0.01472488,0.001232563,0.014091),(-0.01492032,0.001249247,0.01446302),(-0.0145291,0.00122422,0.01371822),(-0.01395951,0.00122144,0.01352931),(-0.01433312,0.00122144,0.01334502),(-0.01401813,0.001432431,0.01534055),(-0.01422841,0.001553994,0.01567358),(-0.01437916,0.001359044,0.01518436),(-0.01458255,0.001451171,0.01553407),(-0.0144468,0.001707041,0.01598231),(-0.01467597,0.001891411,0.01625938),(-0.01479178,0.001572817,0.01586564),(-0.01500913,0.001726276,0.01617264),(-0.01494449,0.001375366,0.01537353),(-0.0151472,0.001466939,0.01572085),(-0.01535562,0.001588386,0.01605038),(-0.01550948,0.001386405,0.01555779),(-0.01571144,0.001478134,0.01590348),(-0.01531123,0.001321075,0.01520005),(-0.01474564,0.001309583,0.01501345),(-0.01511531,0.001277053,0.01483392),(-0.01491858,0.002106941,0.01649741),(-0.01517681,0.002342148,0.01669325),(-0.01523691,0.001913847,0.0164487),(-0.0154777,0.00212669,0.01668903),(-0.01545282,0.002585549,0.01684376),(-0.01574879,0.002825662,0.01694581),(-0.01573412,0.002355967,0.0168889),(-0.01600874,0.00259284,0.01704357),(-0.0157977,0.001927371,0.01663539),(-0.01603666,0.002133363,0.01687976),(-0.01629111,0.002355989,0.01708466),(-0.0163574,0.001930651,0.01682413),(-0.01659399,0.002130916,0.0170736),(-0.01613303,0.001753162,0.01654223),(-0.01557156,0.001743788,0.01635708),(-0.0159185,0.001601355,0.01623349),(-0.01606687,0.003051003,0.01699624),(-0.01640366,0.003253321,0.01700199),(-0.01630417,0.002828469,0.01714826),(-0.01661871,0.003052593,0.01720682),(-0.01675576,0.003424365,0.01696999),(-0.01711977,0.003555883,0.01690718),(-0.01695064,0.003254948,0.01722308),(-0.01729828,0.003425275,0.01720086),(-0.01685465,0.002822892,0.01735951),(-0.01716422,0.003045306,0.01742981),(-0.01749264,0.003245786,0.01745557),(-0.01739945,0.002810434,0.01758107),(-0.01770667,0.003029432,0.01765917),(-0.01711296,0.002580931,0.0174553),(-0.01656369,0.002589476,0.01724452),(-0.01684516,0.002351051,0.01728506),(-0.01749228,0.003639621,0.01682047),(-0.0178706,0.003678921,0.01671656),(-0.0176599,0.003553308,0.017144),(-0.01803182,0.003638991,0.01706052),(-0.01825202,0.003677119,0.01660217),(-0.01863386,0.003637555,0.01648398),(-0.01841033,0.003682263,0.01695845),(-0.01879172,0.003683066,0.01684581),(-0.01820246,0.003544348,0.01738248),(-0.01857522,0.003634839,0.01730057),(-0.01895413,0.003681072,0.01719974),(-0.01874808,0.003532928,0.01761851),(-0.01912104,0.003624814,0.01753866),(-0.01838521,0.003398113,0.01767028),(-0.01784016,0.003413399,0.01743697),(-0.01803667,0.003227803,0.01768637),(-0.01901341,0.003563566,0.01636868),(-0.0193895,0.003459448,0.01625536),(-0.01917228,0.003641339,0.01673063),(-0.01955057,0.003563045,0.0166133),(-0.01976095,0.003329491,0.01614306),(-0.02012656,0.003177993,0.01603086),(-0.01992513,0.003454144,0.01649419),(-0.0202945,0.003320595,0.01637369),(-0.01971534,0.003635783,0.01696898),(-0.02009339,0.003557071,0.01684366),(-0.0204669,0.003449522,0.01671478),(-0.02026265,0.003621506,0.01719427),(-0.0206404,0.003546758,0.01705943),(-0.01988144,0.0036633,0.01732207),(-0.01933488,0.003679252,0.01708844),(-0.01949987,0.003666336,0.01743836),(-0.02048517,0.003009245,0.01591783),(-0.02084004,0.002834429,0.01580102),(-0.02101623,0.003008148,0.01612725),(-0.02065722,0.003168361,0.01625217),(-0.0211945,0.002664726,0.01567751),(-0.02155183,0.002511315,0.01554437),(-0.02173478,0.002706615,0.01585762),(-0.02137443,0.002850664,0.01599653),(-0.02155825,0.003034982,0.01631334),(-0.02119663,0.003177803,0.01645143),(-0.02192129,0.002901754,0.01616857),(-0.02210998,0.003083407,0.01648452),(-0.02174391,0.003202469,0.01663558),(-0.02137859,0.003326525,0.01678109),(-0.02083375,0.003319541,0.01658464),(-0.02101156,0.003444859,0.01692204),(-0.02191532,0.00238538,0.01539867),(-0.02227825,0.00229475,0.01523734),(-0.0224644,0.002498677,0.01554442),(-0.02210018,0.00258671,0.01570813),(-0.02263391,0.002247257,0.01505732),(-0.02297558,0.002250734,0.01485554),(-0.02282121,0.002450244,0.01536286),(-0.02316437,0.002449143,0.01515982),(-0.0226543,0.00270307,0.01584965),(-0.02301328,0.00265155,0.01566769),(-0.02335993,0.002641203,0.01546553),(-0.02320879,0.002843208,0.01597636),(-0.02355985,0.00282108,0.01577559),(-0.02284705,0.002898094,0.01615882),(-0.02228848,0.002788794,0.0160153),(-0.02247924,0.002980055,0.0163269),(-0.02329654,0.00231301,0.01462894),(-0.02360458,0.002411584,0.01438504),(-0.02348764,0.002503101,0.01493166),(-0.02379827,0.002589826,0.01468594),(-0.02390749,0.002523953,0.01413136),(-0.02421308,0.002627613,0.01387541),(-0.0244106,0.002772422,0.01417209),(-0.02410351,0.002687031,0.01443023),(-0.02431754,0.002815895,0.014743),(-0.02400594,0.002744154,0.01499604),(-0.0246297,0.002873442,0.01448729),(-0.02485819,0.002936739,0.0148145),(-0.02454001,0.002913245,0.01506566),(-0.02422072,0.002874122,0.01531383),(-0.02368878,0.002678997,0.01523927),(-0.02389558,0.002837392,0.01555261),(-0.02452912,0.002700064,0.01362472),(-0.02485301,0.002749105,0.01337798),(-0.0250498,0.002849414,0.01366992),(-0.02472679,0.002823707,0.01391908),(-0.02518213,0.002782542,0.01313387),(-0.02551387,0.002808176,0.01289107),(-0.0257072,0.002858198,0.01317801),(-0.02537736,0.002858069,0.01342332),(-0.0255997,0.002871227,0.01374252),(-0.02527246,0.002892365,0.01398817),(-0.02592861,0.002841345,0.013498),(-0.02615797,0.002778316,0.01383566),(-0.02583076,0.002838955,0.01407822),(-0.02550446,0.002891181,0.01432164),(-0.02494857,0.002896018,0.01423606),(-0.02517997,0.00292658,0.01456679),(0.0009570497,0.0001005389,0.0125079),(0.001065601,0.0001007,0.01209862),(0.0008495405,0.0001070909,0.01291577),(0.0005801772,0.0001239085,0.01240791),(0.0004685787,0.0001318916,0.01281551),(0.0006935959,0.0001252941,0.01199815),(0.0007441142,0.0001270691,0.01332082),(0.0006418127,0.0001671867,0.01372164),(0.0002581232,0.0002134378,0.01361554),(0.0003606206,0.0001586119,0.01321878),(0.0001292674,0.0002007129,0.01272507),(1.102621e-5,0.0002302877,0.0131208),(-9.895689e-5,0.000294538,0.01350918),(-0.0002878486,0.0003606197,0.01302849),(-0.0004168072,0.000424034,0.01340238),(-0.0001475212,0.0003352012,0.01264904),(0.0003795131,0.0001993562,0.01192135),(0.0002530139,0.0001942553,0.01232444),(3.853941e-7,0.0003351133,0.0122659),(0.0001520816,0.0003476906,0.01188089),(0.0005436776,0.0002341567,0.01411682),(0.0004497547,0.0003243339,0.0145068),(7.327667e-5,0.0004243868,0.01438538),(0.0001629069,0.0003057381,0.01400364),(0.0003600899,0.0004340736,0.014892),(0.0002747292,0.0005597304,0.01527286),(-9.600539e-5,0.0006962257,0.01513891),(-1.246249e-5,0.0005582579,0.01476303),(-0.0002892166,0.0005438869,0.01426026),(-0.0003761448,0.0006932762,0.01463044),(-0.0004620395,0.0008353362,0.01500204),(-0.000730254,0.0008303103,0.014496),(-0.0008248604,0.0009644693,0.01486485),(-0.0006336298,0.0006808626,0.01413204),(-0.0001979293,0.0004050227,0.01388775),(-0.0005306075,0.0005381094,0.01376887),(0.0001937184,0.0006976593,0.01564982),(0.0001139592,0.0008360302,0.01602566),(-0.000263407,0.0009457409,0.01589356),(-0.0001790471,0.0008271638,0.01551531),(3.235351e-5,0.000963013,0.01640317),(-5.419698e-5,0.001066777,0.01678513),(-0.000443359,0.001124483,0.01666097),(-0.0003509044,0.001046625,0.016275),(-0.0007360556,0.001116851,0.01614668),(-0.0006413505,0.001045514,0.01576044),(-0.0008349862,0.001167834,0.01653724),(-0.001228302,0.001199747,0.01641324),(-0.001123411,0.001171859,0.01601854),(-0.0010213,0.001128108,0.0156278),(-0.0005502267,0.0009522121,0.0153788),(-0.0009218293,0.001061356,0.01524267),(-0.0001487906,0.001135493,0.01717434),(-0.0002492849,0.001183934,0.0175678),(-0.0006463775,0.001210464,0.01744725),(-0.00054259,0.001173984,0.0170528),(-0.000353538,0.001226872,0.01796255),(-0.0004594074,0.001279081,0.0183556),(-0.0008587397,0.001305699,0.01823104),(-0.0007525007,0.001249257,0.01784108),(-0.001152171,0.001267848,0.0177192),(-0.00104525,0.001228449,0.01732698),(-0.00125734,0.001333153,0.01810498),(-0.001654194,0.00136455,0.01797634),(-0.001551345,0.001287256,0.01759559),(-0.001444555,0.001243393,0.0172056),(-0.0009387867,0.001200072,0.01693184),(-0.001336112,0.001218907,0.01681021),(-0.0005647511,0.001355334,0.01874399),(-0.0006564395,0.001467007,0.01910484),(-0.001050832,0.001524459,0.01896577),(-0.000962874,0.001395125,0.01861388),(-0.0007213432,0.001625473,0.0194153),(-0.0007463327,0.001842107,0.01965251),(-0.001121932,0.001930548,0.01948132),(-0.001108542,0.001700626,0.01926287),(-0.001490177,0.00178347,0.01910483),(-0.001441076,0.001588545,0.01882231),(-0.001491123,0.002026437,0.01930393),(-0.001853341,0.002128401,0.01912018),(-0.00186539,0.001873267,0.01894075),(-0.001826216,0.00165957,0.01867374),(-0.001358553,0.001439246,0.01848085),(-0.001750817,0.001489326,0.018344),(-0.0007182783,0.002128285,0.01979362),(-0.000640002,0.002438867,0.01984374),(-0.0009791505,0.002529635,0.01961974),(-0.001076931,0.002221151,0.01959731),(-0.0005143255,0.002728709,0.01980801),(-0.0003440704,0.002952673,0.01969155),(-0.0006477045,0.003029057,0.01941961),(-0.0008342041,0.002813204,0.01955753),(-0.001149363,0.002899445,0.01930318),(-0.001312535,0.00262409,0.01939071),(-0.0009478487,0.003106264,0.01914489),(-0.001246807,0.003180953,0.01886893),(-0.001461415,0.002985456,0.01904608),(-0.001640965,0.002720717,0.01915734),(-0.001429181,0.002319866,0.01939509),(-0.00177507,0.002422959,0.01918721),(-0.0001320585,0.003065618,0.0194995),(0.0001125217,0.003092723,0.01925215),(-0.0004252641,0.003134398,0.0192149),(-0.0001747057,0.003154958,0.01896145),(0.0003804815,0.00305917,0.01896984),(0.0006626326,0.002990138,0.01867286),(9.614799e-5,0.003116468,0.01867731),(0.0003794742,0.003044661,0.01838055),(-0.0004607454,0.003220733,0.01866917),(-0.0001879796,0.003179246,0.01838365),(9.571403e-5,0.003105852,0.01808761),(-0.0004750372,0.003234261,0.01809113),(-0.0001918528,0.003157302,0.01779637),(-0.000748602,0.003280455,0.01837746),(-0.0007161723,0.003204884,0.01892824),(-0.001007531,0.003270986,0.0186414),(0.000949786,0.00291081,0.01838152),(0.001239117,0.002829866,0.01809377),(0.0009575773,0.002882577,0.01780161),(0.00066745,0.00296527,0.01808922),(0.001527802,0.002755987,0.01780752),(0.001813014,0.002697857,0.01752069),(0.001247357,0.002800867,0.01751602),(0.001534292,0.002724424,0.01723074),(0.0009642242,0.002849875,0.01722634),(0.0006742331,0.002940403,0.01751042),(0.00125148,0.002755163,0.01694331),(0.0009623722,0.002772746,0.0166596),(0.0006755019,0.002884008,0.01694015),(0.0003858713,0.002983983,0.01722223),(0.000383924,0.003025983,0.01779703),(9.593491e-5,0.003074478,0.01750719),(0.00209193,0.002664156,0.01723123),(0.00234999,0.002669791,0.01694341),(0.001815882,0.002657536,0.01694406),(0.002078462,0.002621637,0.01665899),(0.002572634,0.002729666,0.01666157),(0.002745301,0.002858689,0.01638998),(0.002308366,0.00263817,0.01637851),(0.002491927,0.002728575,0.01610565),(0.001798254,0.002582493,0.01637775),(0.002033211,0.002558568,0.01609865),(0.002226174,0.00261227,0.01582427),(0.001748871,0.002484196,0.01582128),(0.001950646,0.00250626,0.01554485),(0.001509763,0.00254189,0.01609959),(0.001533583,0.00265703,0.01665988),(0.001244028,0.00264839,0.01637922),(0.002853432,0.003071763,0.01613295),(0.002890608,0.003339678,0.01590599),(0.002615477,0.002914289,0.01584338),(0.002669767,0.003162989,0.01560992),(0.002850406,0.003633223,0.01572458),(0.002726407,0.003923184,0.01560422),(0.002645543,0.003442351,0.01542347),(0.002533553,0.00372005,0.01530225),(0.002436856,0.00299898,0.01531571),(0.002429737,0.003262736,0.01512326),(0.002331087,0.003527257,0.01499985),(0.002205056,0.00309415,0.01482328),(0.002120647,0.003345224,0.01469609),(0.002194411,0.002846873,0.01502262),(0.002364862,0.002770616,0.01555634),(0.002104384,0.002639031,0.01527089),(0.00251219,0.004180351,0.0155604),(0.002231253,0.004413496,0.01557355),(0.002043499,0.004182527,0.01528999),(0.002324545,0.003963762,0.01526444),(0.001907098,0.004631388,0.0156241),(0.001563224,0.004842804,0.01569248),(0.001365209,0.004581376,0.01545092),(0.001715394,0.004385385,0.01535884),(0.0015181,0.004152644,0.01508598),(0.0018486,0.003963463,0.01500199),(0.001163652,0.004334207,0.01519755),(0.001316425,0.003937952,0.01480155),(0.0009591518,0.004107482,0.01492791),(0.001647991,0.003759489,0.01470657),(0.002128485,0.003757917,0.01496635),(0.001925512,0.003564458,0.01466431),(0.00122313,0.005056509,0.01575912),(0.000892436,0.005271994,0.0158061),(0.0006782906,0.004981699,0.01562664),(0.001017922,0.004779539,0.01554615),(0.0005767607,0.005488737,0.01581549),(0.0002817234,0.005706231,0.01576936),(0.0003510708,0.00518968,0.01567444),(4.101869e-5,0.005405304,0.01567164),(0.0004665588,0.004704536,0.01542434),(0.000131195,0.004900936,0.01550602),(-0.0001905262,0.005109915,0.01554422),(-8.619124e-5,0.004630235,0.01530778),(-0.000416919,0.004827497,0.01538515),(0.0002551754,0.004448137,0.01519588),(0.0008119245,0.004516899,0.01531592),(0.0006045126,0.004275715,0.01506431),(1.294362e-5,0.005923955,0.01564981),(-0.0002282717,0.006123722,0.01546507),(-0.0002471095,0.005630397,0.01560032),(-0.0005100527,0.005844851,0.01546412),(-0.0004406155,0.006287346,0.01522338),(-0.0006227806,0.006396637,0.01493299),(-0.0007445496,0.006028564,0.01526668),(-0.0009473395,0.006161429,0.01501166),(-0.0007772257,0.005556568,0.01543795),(-0.001032418,0.005753259,0.01528966),(-0.001255647,0.005904872,0.01507539),(-0.001305855,0.005466302,0.0152888),(-0.001548248,0.005630842,0.01512045),(-0.001032602,0.005264751,0.01538368),(-0.0004949641,0.005335289,0.01552217),(-0.0007343395,0.005045409,0.01541312),(-0.00077346,0.006433407,0.01460214),(-0.000893955,0.006402339,0.0142468),(-0.001115161,0.006223341,0.01470267),(-0.001248722,0.006216077,0.01435977),(-0.000985567,0.006308117,0.01388298),(-0.001049597,0.006155423,0.01352664),(-0.00134873,0.006141413,0.01400298),(-0.001415892,0.006001126,0.01365232),(-0.001591001,0.006009127,0.01446709),(-0.001702048,0.005957244,0.01412098),(-0.001774624,0.005833002,0.01377884),(-0.002044786,0.005757173,0.01423635),(-0.002124774,0.00565194,0.01390692),(-0.001920307,0.005783752,0.01456674),(-0.001442021,0.005990916,0.01479321),(-0.00175393,0.00573915,0.0148706),(-0.001087346,0.005948941,0.01319377),(-0.001100701,0.005698788,0.01288333),(-0.001456826,0.005542072,0.01302805),(-0.001450917,0.005796995,0.01332782),(-0.001091548,0.005415081,0.01259425),(-0.001061772,0.005107938,0.01232548),(-0.001393388,0.004932047,0.01249687),(-0.001436642,0.005249405,0.01275154),(-0.001776565,0.005077007,0.01291267),(-0.001807314,0.005376769,0.01317649),(-0.001720509,0.004750971,0.01267132),(-0.002042502,0.00456426,0.01284975),(-0.002109678,0.004897283,0.01307974),(-0.002150357,0.00520254,0.01333101),(-0.00180819,0.005634137,0.01346462),(-0.002157677,0.005460578,0.01360594),(-0.001013258,0.004787476,0.01207598),(-0.0009489675,0.004457523,0.01184125),(-0.001252635,0.004266959,0.01204093),(-0.001330084,0.004603049,0.01226258),(-0.0008718583,0.004121908,0.01161677),(-0.0007848894,0.003784459,0.01139806),(-0.001078912,0.003591702,0.01160458),(-0.001166943,0.003928328,0.01182418),(-0.001462033,0.003733147,0.01202926),(-0.001554714,0.004073729,0.01224012),(-0.001374201,0.003398339,0.01180755),(-0.00167883,0.003207286,0.01199778),(-0.001763718,0.003538617,0.01222474),(-0.001859384,0.003879105,0.01243433),(-0.001643716,0.004414774,0.01245064),(-0.001955691,0.004222927,0.01263864),(-0.0006910206,0.003449003,0.01118062),(-0.0005955168,0.003118717,0.01095887),(-0.000915401,0.002940982,0.01113168),(-0.0009944444,0.003261632,0.0113744),(-0.0005036434,0.002796778,0.01072726),(-0.0004206658,0.00248636,0.01048021),(-0.0007810292,0.002339403,0.0106009),(-0.0008436423,0.002632617,0.0108745),(-0.001185589,0.002471362,0.01101926),(-0.001237329,0.002764716,0.01130131),(-0.001143183,0.002197288,0.01071957),(-0.001509925,0.002060704,0.01083104),(-0.001534256,0.002314746,0.01115443),(-0.00156795,0.002592454,0.01145905),(-0.00129975,0.003074619,0.01156449),(-0.001614857,0.002890932,0.01174136),(-0.0003518492,0.00219064,0.01021215),(-0.0002975833,0.001920962,0.009921191),(-0.0006891715,0.001816775,0.009997221),(-0.0007294223,0.002064205,0.01030893),(-0.0002582578,0.00168867,0.009605416),(-0.0002342622,0.00150511,0.009262926),(-0.000644137,0.001444238,0.009309011),(-0.0006606265,0.001606868,0.009664374),(-0.001064809,0.001537086,0.009719839),(-0.001082558,0.001722658,0.01007043),(-0.001055749,0.001395996,0.009351134),(-0.001468012,0.001357538,0.009389855),(-0.001470119,0.001476903,0.009771455),(-0.001477827,0.001637044,0.01013914),(-0.001108761,0.001945222,0.01040349),(-0.001491106,0.001833224,0.01049247),(-0.0002259864,0.001381626,0.008891815),(-0.0002302015,0.001305314,0.0084992),(-0.000646014,0.0012771,0.0085326),(-0.0006400532,0.001338637,0.008929744),(-0.0002436792,0.00126327,0.008092193),(-0.0002631908,0.001242588,0.007677907),(-0.0006786277,0.001234352,0.007708799),(-0.0006596591,0.001246661,0.00812361),(-0.001076423,0.001235559,0.008151939),(-0.001062978,0.001257485,0.008562428),(-0.001094527,0.00122885,0.007737032),(-0.001510539,0.001225378,0.007763079),(-0.001493331,0.001228593,0.008177905),(-0.001480151,0.001244368,0.008589618),(-0.001055612,0.00130688,0.008963746),(-0.001471533,0.001283688,0.008994755),(-0.0002855076,0.001230367,0.007263457),(-0.0003105959,0.001224626,0.006848981),(-0.0007253979,0.001223959,0.006879832),(-0.0007005592,0.001227208,0.007294195),(-0.0003384218,0.00122339,0.006434618),(-0.0003689512,0.00122468,0.006020502),(-0.0007835737,0.001224071,0.006051957),(-0.0007530882,0.001223337,0.006465741),(-0.001167854,0.001223374,0.006494333),(-0.001140344,0.00122354,0.00690823),(-0.001198295,0.001223826,0.006080773),(-0.001582598,0.00122334,0.006520688),(-0.001612983,0.001223659,0.00610725),(-0.001555306,0.001223213,0.006934472),(-0.001115868,0.001225104,0.007322463),(-0.001531242,0.001223738,0.007348601),(-0.0004021503,0.001226519,0.005606771),(-0.0004367531,0.001228905,0.0051933),(-0.0008167992,0.001224892,0.005638512),(-0.0008514746,0.001225855,0.005225289),(-0.0004714934,0.001231837,0.004779955),(-0.000505105,0.001235313,0.004366607),(-0.0008863102,0.001227012,0.004812168),(-0.000920016,0.001228418,0.004399032),(-0.001266348,0.001224326,0.00525454),(-0.001301317,0.001224568,0.004841629),(-0.001335152,0.001224931,0.004428698),(-0.001716434,0.00122347,0.004868497),(-0.001750458,0.001223419,0.004455673),(-0.001681269,0.001223606,0.005281284),(-0.001231567,0.001224111,0.005667548),(-0.00164633,0.001223708,0.005694158),(-0.000536322,0.001239331,0.003953128),(-0.0005659365,0.001242969,0.003539577),(-0.0009809693,0.001231705,0.003572405),(-0.0009513024,0.001230126,0.003985762),(-0.0005947409,0.001245304,0.003126019),(-0.0006235275,0.001245413,0.002712516),(-0.001038645,0.001232756,0.002745615),(-0.001009817,0.001232725,0.003159007),(-0.001425162,0.001226516,0.003189247),(-0.001396268,0.001226107,0.003602463),(-0.00145402,0.001226536,0.002776023),(-0.001840746,0.001223995,0.003216399),(-0.001869633,0.001224029,0.002803212),(-0.001811798,0.001223801,0.003629572),(-0.001366535,0.001225511,0.004015628),(-0.001781974,0.001223569,0.004042679),(-0.0006530887,0.001242371,0.002299128),(-0.0006823859,0.001243352,0.001886558),(-0.001097526,0.00123406,0.001919522),(-0.001068254,0.001231366,0.002332275),(-0.0007103808,0.001255527,0.001475506),(-0.0007360349,0.001286066,0.001066676),(-0.00115058,0.001273705,0.001097914),(-0.00112534,0.001246339,0.001507891),(-0.001540416,0.001239725,0.001537921),(-0.001512848,0.001228969,0.001950021),(-0.00156515,0.001262401,0.001126871),(-0.001980024,0.001253247,0.001152456),(-0.001955743,0.001235206,0.001564525),(-0.001928403,0.001226448,0.001977115),(-0.001483649,0.001225963,0.002362835),(-0.001899276,0.001223785,0.002390064),(-0.0007583093,0.001342142,0.000660767),(-0.0007769456,0.001405007,0.0002573257),(-0.001189854,0.001374563,0.0002842146),(-0.001172125,0.001321661,0.0006901268),(-0.0007916845,0.001455911,-0.0001441027),(-0.0008022669,0.001476105,-0.0005439729),(-0.001213373,0.001432626,-0.0005232454),(-0.001203644,0.001416766,-0.0001201379),(-0.001615503,0.001378494,-9.881879e-5),(-0.001602603,0.001343904,0.0003087201),(-0.001624638,0.001392817,-0.0005056251),(-0.002036662,0.001362352,-0.0004906522),(-0.002028014,0.001347086,-8.032386e-5),(-0.002015878,0.001317963,0.0003301945),(-0.001585849,0.001301167,0.0007172105),(-0.001999976,0.001283758,0.0007410666),(-0.0008084339,0.001446843,-0.0009427395),(-0.0008110182,0.001384383,-0.001341164),(-0.001220864,0.001353932,-0.001327412),(-0.001218919,0.001406498,-0.0009254231),(-0.0008108534,0.001304985,-0.001740007),(-0.0008087718,0.001224908,-0.002140031),(-0.001216291,0.001231693,-0.002133784),(-0.001219793,0.00129048,-0.001729952),(-0.001630404,0.001295513,-0.001724562),(-0.001631989,0.001337817,-0.001318097),(-0.001625448,0.001261356,-0.002131715),(-0.002035288,0.00130674,-0.002131032),(-0.002041811,0.001316215,-0.001721211),(-0.002043953,0.001335951,-0.001311163),(-0.0016301,0.001374755,-0.0009119177),(-0.002042107,0.001354985,-0.0009009542),(-0.0008056068,0.001160413,-0.002541997),(-0.0007993199,0.001117312,-0.002944827),(-0.001202246,0.001176964,-0.002946368),(-0.001210939,0.001193121,-0.00253965),(-0.0007878731,0.00110142,-0.003347442),(-0.0007692278,0.001118552,-0.003748765),(-0.001168862,0.001220708,-0.003757633),(-0.001188718,0.001185426,-0.003352756),(-0.00158875,0.001285729,-0.003356653),(-0.00160517,0.001257236,-0.002948521),(-0.001567411,0.001333561,-0.00376359),(-0.001966331,0.001448811,-0.00376626),(-0.001989028,0.001392759,-0.003358286),(-0.002008411,0.001348243,-0.002949681),(-0.001617219,0.001248854,-0.002539954),(-0.002023993,0.001318494,-0.00254056),(-0.0007413459,0.001174521,-0.004147719),(-0.0007116095,0.001234614,-0.00453794),(-0.001112651,0.001344728,-0.004551259),(-0.001141184,0.00128501,-0.004159818),(-0.0006874015,0.001264119,-0.004913071),(-0.0006761035,0.001228323,-0.005266749),(-0.001080891,0.001316002,-0.005269705),(-0.001090232,0.00136626,-0.004923905),(-0.001494986,0.00146258,-0.004932684),(-0.001514427,0.001453457,-0.004561603),(-0.00148838,0.001395858,-0.00527182),(-0.00189789,0.001467819,-0.005271283),(-0.00190152,0.001551496,-0.004937953),(-0.001917513,0.001557003,-0.004568042),(-0.001540603,0.001399961,-0.004168572),(-0.001940804,0.001513167,-0.004173495),(-0.0006850983,0.001092514,-0.005592613),(-0.0007115398,0.0009047305,-0.005904594),(-0.001119227,0.0009487995,-0.005874283),(-0.001091598,0.001160349,-0.005580606),(-0.0007525817,0.000713013,-0.00621662),(-0.0008053783,0.0005654005,-0.006542622),(-0.001160654,0.0007308527,-0.006168407),(-0.001212753,0.0005560061,-0.006480655),(-0.001570079,0.0007508083,-0.006122331),(-0.001528954,0.0009902205,-0.005845456),(-0.001621061,0.0005533355,-0.006420828),(-0.001980621,0.0007717161,-0.006077485),(-0.002030294,0.0005553937,-0.006362789),(-0.001940174,0.001028708,-0.005816698),(-0.001500712,0.001221821,-0.005569015),(-0.001911686,0.00127715,-0.005556081),(-0.0008670837,0.0005099324,-0.00689653),(-0.0009340496,0.0005207073,-0.007272314),(-0.001272402,0.0004737581,-0.006828696),(-0.001336639,0.0004598031,-0.007204158),(-0.001002628,0.0005718236,-0.007663949),(-0.001069172,0.0006373799,-0.008065404),(-0.001467035,0.0005395468,-0.008003845),(-0.001402503,0.0004898345,-0.007598666),(-0.00180464,0.0004204476,-0.007531764),(-0.001740924,0.0004108089,-0.007135902),(-0.001867435,0.0004538162,-0.007939369),(-0.00226989,0.0003786755,-0.007872904),(-0.002208658,0.0003616368,-0.007463997),(-0.002146713,0.0003713878,-0.007068025),(-0.00167887,0.0004475536,-0.006762138),(-0.002086458,0.0004289622,-0.006696962),(-0.001130033,0.0006914747,-0.008470652),(-0.001185385,0.000730005,-0.008878612),(-0.001583058,0.0006191698,-0.008820347),(-0.001527272,0.0005846337,-0.008411318),(-0.001235399,0.0007488676,-0.009288206),(-0.00128025,0.0007439595,-0.009698349),(-0.001680635,0.0006328872,-0.009640106),(-0.001634231,0.0006372294,-0.009230192),(-0.002033856,0.0005323628,-0.009168412),(-0.001982277,0.0005167774,-0.008758216),(-0.002081227,0.0005280133,-0.00957843),(-0.002482274,0.0004303458,-0.009514065),(-0.002434344,0.0004347097,-0.009103742),(-0.002382876,0.0004226164,-0.008693174),(-0.001926726,0.0004882607,-0.008348361),(-0.002328011,0.0004014701,-0.00828276),(-0.001320111,0.0007111779,-0.01010797),(-0.001361292,0.0006702191,-0.01051514),(-0.001764302,0.0005577076,-0.01045672),(-0.001722109,0.0006002176,-0.01004935),(-0.001410106,0.0006407801,-0.01091794),(-0.001472864,0.0006425572,-0.01131446),(-0.00181286,0.0005238444,-0.01086099),(-0.00187343,0.0005171152,-0.01126095),(-0.002216463,0.0004197502,-0.01080145),(-0.002167586,0.0004551025,-0.01039565),(-0.002275728,0.0004072723,-0.01120443),(-0.002620955,0.0003305296,-0.01073967),(-0.002679628,0.0003153873,-0.01114516),(-0.002571335,0.0003641443,-0.01033241),(-0.002124156,0.0004967251,-0.009987745),(-0.002526523,0.0004021202,-0.009923747),(-0.001555878,0.0006952473,-0.01170279),(-0.001661152,0.000799319,-0.01205928),(-0.001951659,0.000556007,-0.01165539),(-0.002050212,0.0006440599,-0.01202224),(-0.001790688,0.000955241,-0.0123603),(-0.00194649,0.001163482,-0.01258222),(-0.002171753,0.0007848137,-0.01233943),(-0.002318945,0.0009818085,-0.01258488),(-0.002443308,0.000507061,-0.01197964),(-0.002557721,0.0006319422,-0.01231145),(-0.002696615,0.0008152247,-0.01257912),(-0.002948097,0.0005001894,-0.01227664),(-0.003078959,0.0006674707,-0.01256541),(-0.002840032,0.0003915359,-0.01193166),(-0.002350327,0.0004342735,-0.0116039),(-0.002751598,0.000332829,-0.01154849),(-0.002130562,0.001424512,-0.01270141),(-0.002335724,0.001711611,-0.01272467),(-0.002494454,0.001238584,-0.01273654),(-0.002691775,0.001527355,-0.01279655),(-0.002554797,0.001998063,-0.01265882),(-0.002780603,0.002257149,-0.01251067),(-0.002904404,0.001820335,-0.01276707),(-0.003125838,0.002089739,-0.01265027),(-0.003051466,0.001347872,-0.0128589),(-0.003256363,0.001641151,-0.01286586),(-0.003472202,0.001915007,-0.0127808),(-0.003610228,0.00146394,-0.01295672),(-0.003819299,0.001736614,-0.01290411),(-0.003414298,0.001176653,-0.01291286),(-0.00286304,0.001063216,-0.01276246),(-0.003235784,0.0009020611,-0.01277996),(-0.00300596,0.002462151,-0.01228702),(-0.003230525,0.002623942,-0.01200578),(-0.003349571,0.00230778,-0.01244828),(-0.003574522,0.002483679,-0.01218099),(-0.003453956,0.002753394,-0.01168484),(-0.003675906,0.002861378,-0.0113421),(-0.00379961,0.002626653,-0.01186823),(-0.004023753,0.002745925,-0.01152988),(-0.003918224,0.002327979,-0.01234862),(-0.004144632,0.002482399,-0.01204501),(-0.004370787,0.002612314,-0.01171202),(-0.004488716,0.002326834,-0.01221731),(-0.004716761,0.002467408,-0.01189066),(-0.004261292,0.00216213,-0.01251082),(-0.003693451,0.002141399,-0.01260114),(-0.004037236,0.001967367,-0.01274761),(-0.003896031,0.002958767,-0.01099546),(-0.004114111,0.003044949,-0.01064482),(-0.00424587,0.00285071,-0.0111858),(-0.004465676,0.002941027,-0.01083626),(-0.004329924,0.003119314,-0.01029012),(-0.004543249,0.003181251,-0.009931258),(-0.004682886,0.003016893,-0.01048157),(-0.004897214,0.003078324,-0.01012201),(-0.00481631,0.002821745,-0.01102386),(-0.005034945,0.002901584,-0.01066995),(-0.005250342,0.002965053,-0.01031035),(-0.005386196,0.002779654,-0.0108572),(-0.005602831,0.002847008,-0.01049804),(-0.005165984,0.002693889,-0.01120966),(-0.004594802,0.002725376,-0.01137143),(-0.004942678,0.002589783,-0.01155446),(-0.004753863,0.00323015,-0.009568162),(-0.004961417,0.003266405,-0.009201247),(-0.005108378,0.003125334,-0.009757876),(-0.005316131,0.003158675,-0.009389641),(-0.005165562,0.003290412,-0.008830937),(-0.005365951,0.003302565,-0.008457652),(-0.005520232,0.003179101,-0.009017772),(-0.005720432,0.003187358,-0.008642752),(-0.005670204,0.003044612,-0.009576538),(-0.005874436,0.003063192,-0.009203455),(-0.006074718,0.003069302,-0.008827001),(-0.006228521,0.002945905,-0.00938893),(-0.006429129,0.002950923,-0.009011107),(-0.006023959,0.002928202,-0.009763178),(-0.005462132,0.003012314,-0.009945689),(-0.005815408,0.002895879,-0.01013312),(-0.00556223,0.003303262,-0.008081814),(-0.005754954,0.003295272,-0.007703751),(-0.005916493,0.003184198,-0.008265044),(-0.006109081,0.003172786,-0.007885072),(-0.005944678,0.003281371,-0.007323791),(-0.006131953,0.003264328,-0.00694226),(-0.006298874,0.003156283,-0.007503248),(-0.00648654,0.003137853,-0.007119993),(-0.006463788,0.003051176,-0.008066148),(-0.006654004,0.003033601,-0.007682703),(-0.006842299,0.00301479,-0.007297885),(-0.007010244,0.002914557,-0.007862493),(-0.007199381,0.00289622,-0.007476217),(-0.00681929,0.002931972,-0.008247396),(-0.006270929,0.003064187,-0.00844774),(-0.006625819,0.002945186,-0.00863043),(-0.006317332,0.003246917,-0.006559487),(-0.006499068,0.003223988,-0.006175712),(-0.006672755,0.003120657,-0.00673572),(-0.006855684,0.003099223,-0.006350579),(-0.00667541,0.003190387,-0.005791177),(-0.006844611,0.003140964,-0.005406118),(-0.0070335,0.003068076,-0.005964717),(-0.00720437,0.003021745,-0.005578281),(-0.00721341,0.002977873,-0.006525636),(-0.007392528,0.002948601,-0.006138362),(-0.007564891,0.002904679,-0.005750425),(-0.007752755,0.002833048,-0.00631224),(-0.007926408,0.002790701,-0.005922654),(-0.007572475,0.002861037,-0.006701055),(-0.007029383,0.002998075,-0.00691217),(-0.007387404,0.002880237,-0.007089058),(-0.00700492,0.003070568,-0.005020776),(-0.007156459,0.00298049,-0.004635854),(-0.007519963,0.002868562,-0.004804756),(-0.007366466,0.002954755,-0.005191417),(-0.007299344,0.00287202,-0.004252049),(-0.007433697,0.00274645,-0.003870065),(-0.007801881,0.002644398,-0.004034547),(-0.007665043,0.002764624,-0.004418923),(-0.008031183,0.002657823,-0.004585425),(-0.007884009,0.002757716,-0.004973379),(-0.008170384,0.002542423,-0.004198621),(-0.008538805,0.002439254,-0.004362431),(-0.008397553,0.002550976,-0.004751669),(-0.008248564,0.002647941,-0.005141818),(-0.007728646,0.002840526,-0.005361905),(-0.008091597,0.002728424,-0.005532329),(-0.007559636,0.002605072,-0.003490603),(-0.00768014,0.002455258,-0.003112145),(-0.008054034,0.002365966,-0.003270847),(-0.007930662,0.002509342,-0.003652258),(-0.007798181,0.002304385,-0.002733174),(-0.007916741,0.002159825,-0.002352173),(-0.008295176,0.002080312,-0.002505838),(-0.008174654,0.002220785,-0.002889109),(-0.008550997,0.002136011,-0.003044752),(-0.008427888,0.002275672,-0.003429242),(-0.008673548,0.001999953,-0.002659119),(-0.00905127,0.001916567,-0.002812185),(-0.008926562,0.002047704,-0.003200323),(-0.008801073,0.002182166,-0.00358755),(-0.008301818,0.002413091,-0.003813546),(-0.008672567,0.0023145,-0.003974655),(-0.008038795,0.002028955,-0.001967626),(-0.008163141,0.001908606,-0.001580367),(-0.008543123,0.001831608,-0.001731568),(-0.008418253,0.001951058,-0.002119828),(-0.008288583,0.001795611,-0.001191228),(-0.008413918,0.001686804,-0.0008010442),(-0.008795172,0.001616456,-0.0009502583),(-0.008669017,0.001720547,-0.001341548),(-0.009050517,0.00164888,-0.001490597),(-0.008923743,0.001756283,-0.001881798),(-0.00917783,0.001551237,-0.001098027),(-0.00956191,0.001490945,-0.00124417),(-0.009433033,0.001580281,-0.00163818),(-0.009304782,0.00168174,-0.002030957),(-0.008797942,0.001873342,-0.002271387),(-0.009177437,0.001794207,-0.002422344),(-0.008537954,0.001579017,-0.0004106483),(-0.008661704,0.001478523,-1.957955e-5),(-0.009046605,0.00142967,-0.0001652099),(-0.00892082,0.001517922,-0.0005581888),(-0.008786191,0.001391595,0.0003726231),(-0.008912435,0.001324506,0.000766421),(-0.009301135,0.001302926,0.0006239926),(-0.009173162,0.001356429,0.0002288075),(-0.009561511,0.001329869,8.581184e-5),(-0.009433044,0.001388637,-0.0003096677),(-0.009690923,0.001290251,0.0004819507),(-0.01008112,0.001283312,0.0003394478),(-0.009950727,0.0013093,-5.695541e-5),(-0.009820739,0.001353723,-0.0004532386),(-0.009305244,0.001463457,-0.0007043327),(-0.009691141,0.001414849,-0.0008490831),(-0.009041455,0.00128353,0.001162275),(-0.009172305,0.001269399,0.001559109),(-0.009562282,0.001270555,0.00141728),(-0.009431159,0.00127389,0.001020475),(-0.009304037,0.00128285,0.001955848),(-0.009435707,0.001324618,0.002351416),(-0.009824,0.001345937,0.002207964),(-0.009693548,0.001294158,0.001813434),(-0.01008311,0.001311414,0.001670127),(-0.009952581,0.001279384,0.001274924),(-0.01021231,0.001370605,0.002063385),(-0.0106001,0.001397779,0.00191676),(-0.01047212,0.001333049,0.001524939),(-0.01034251,0.001293511,0.001131026),(-0.009821566,0.001272876,0.0008785936),(-0.01021194,0.00127749,0.0007356519),(-0.009566368,0.001395436,0.002744737),(-0.009699937,0.001474473,0.003134222),(-0.01008388,0.001514778,0.002987439),(-0.009952683,0.001427126,0.002599895),(-0.009840337,0.001540896,0.003518282),(-0.009991487,0.00157387,0.003895328),(-0.01022188,0.001585943,0.003368807),(-0.01037097,0.00161767,0.003742208),(-0.01060467,0.001623987,0.00321843),(-0.01046861,0.001551139,0.002839577),(-0.01075198,0.001652891,0.003588398),(-0.01098823,0.001654788,0.003066551),(-0.01113413,0.001679406,0.003433482),(-0.01085361,0.001583246,0.002689898),(-0.01033932,0.001458596,0.002453882),(-0.01072575,0.001489377,0.002305857),(-0.01015731,0.001552565,0.00426377),(-0.01033384,0.001495793,0.004626884),(-0.01053543,0.001587013,0.004105855),(-0.01071114,0.001516486,0.004463716),(-0.01051713,0.001422366,0.004987944),(-0.01070322,0.001351099,0.005350227),(-0.01089399,0.001428611,0.004819761),(-0.01107986,0.001345903,0.00517796),(-0.01108965,0.001531477,0.00430021),(-0.01127169,0.001431861,0.004651356),(-0.01145697,0.001340108,0.005005531),(-0.01165028,0.00143297,0.004483073),(-0.01183475,0.001334762,0.004833466),(-0.01146927,0.001541286,0.004136465),(-0.01091503,0.001613604,0.003947441),(-0.01129585,0.001632502,0.003788361),(-0.01088816,0.001300804,0.005717008),(-0.01107259,0.001267391,0.006087053),(-0.01126462,0.001290882,0.005542282),(-0.01144894,0.001257454,0.005911046),(-0.0112572,0.001246768,0.00645913),(-0.01144263,0.001234844,0.006832003),(-0.01163346,0.001239526,0.006282575),(-0.01181886,0.001231003,0.006655191),(-0.01182542,0.001248487,0.005734829),(-0.01200982,0.001233094,0.006105766),(-0.01219517,0.001227629,0.006478108),(-0.0123865,0.001228014,0.005929214),(-0.01257174,0.001225021,0.006301146),(-0.0122023,0.001241294,0.005558989),(-0.01164134,0.001281571,0.005367386),(-0.01201857,0.001273874,0.005192921),(-0.01162956,0.001227527,0.007204439),(-0.01181763,0.001223688,0.007576554),(-0.01200577,0.001225793,0.007027213),(-0.01219385,0.001223078,0.007398823),(-0.01200649,0.001222195,0.007948463),(-0.01219578,0.001221917,0.008320277),(-0.01238271,0.001222039,0.007770201),(-0.012572,0.001221858,0.008141522),(-0.01257016,0.001222653,0.007220943),(-0.01275903,0.001222046,0.007591867),(-0.01294829,0.001221962,0.007962749),(-0.01313541,0.00122231,0.007413423),(-0.01332457,0.001222325,0.007783805),(-0.01294661,0.001222521,0.007043013),(-0.01238208,0.001224332,0.006849762),(-0.01275858,0.001223307,0.006672333),(-0.01238517,0.001221724,0.008692113),(-0.01257487,0.001221598,0.009064009),(-0.01276135,0.001221718,0.008512972),(-0.01295097,0.001221614,0.008884522),(-0.01276509,0.001221523,0.009436007),(-0.01295607,0.001221482,0.009808144),(-0.01314104,0.001221539,0.009256154),(-0.01333179,0.001221489,0.009627843),(-0.01332702,0.001221735,0.008704971),(-0.01351688,0.001221622,0.009076173),(-0.01370735,0.001221531,0.009447346),(-0.01389251,0.001221815,0.008895793),(-0.01408266,0.001221627,0.009266405),(-0.01370291,0.001222027,0.008525088),(-0.01313755,0.001221853,0.008333808),(-0.01351367,0.001222214,0.008154392),(-0.01314801,0.001221457,0.01018046),(-0.01334084,0.001221444,0.0105529),(-0.0135234,0.00122146,0.009999564),(-0.01371583,0.001221445,0.01037133),(-0.01353446,0.00122144,0.01092539),(-0.01372876,0.00122144,0.01129787),(-0.01390904,0.00122144,0.01074314),(-0.01410298,0.00122144,0.01111501),(-0.01409065,0.001221449,0.01018947),(-0.01428345,0.00122144,0.01056056),(-0.01447702,0.00122144,0.01093176),(-0.01465766,0.00122144,0.01037753),(-0.01485085,0.00122144,0.01074804),(-0.01446523,0.001221459,0.01000717),(-0.0138986,0.001221476,0.009818424),(-0.01427356,0.001221515,0.009636827),(-0.01392368,0.00122144,0.01167028),(-0.01411906,0.00122144,0.01204269),(-0.0142976,0.00122144,0.01148694),(-0.01449274,0.00122144,0.01185896),(-0.01431475,0.00122144,0.01241517),(-0.01451062,0.00122144,0.01278777),(-0.01468823,0.00122144,0.01223108),(-0.01488391,0.00122144,0.01260331),(-0.01486619,0.00122144,0.01167468),(-0.01506144,0.00122144,0.01204636),(-0.01525689,0.00122144,0.01241818),(-0.01543432,0.00122144,0.01186088),(-0.01562946,0.00122144,0.01223216),(-0.01523937,0.00122144,0.01148975),(-0.01467132,0.00122144,0.01130314),(-0.01504482,0.00122144,0.01111879),(-0.01470652,0.00122144,0.01316057),(-0.01490223,0.001223091,0.01353347),(-0.01507963,0.00122144,0.01297569),(-0.01527508,0.001222358,0.01334824),(-0.01509751,0.001228043,0.01390637),(-0.01529213,0.001237949,0.0142792),(-0.01546997,0.001225111,0.01372103),(-0.01566401,0.001230617,0.01409408),(-0.01564753,0.001221921,0.01316224),(-0.01584209,0.001223364,0.01353468),(-0.01603571,0.001226249,0.01390753),(-0.01621371,0.001222402,0.01334708),(-0.01640695,0.001223844,0.01371944),(-0.01601949,0.00122168,0.01297515),(-0.01545236,0.00122144,0.0127901),(-0.01582463,0.00122144,0.01260355),(-0.01548586,0.001254458,0.01465185),(-0.0156798,0.001282801,0.01502173),(-0.01585692,0.001239793,0.01446744),(-0.01604958,0.001257387,0.0148393),(-0.01587502,0.001328208,0.01538626),(-0.01607261,0.001395909,0.01574284),(-0.01624289,0.001288145,0.01520782),(-0.01643776,0.001336813,0.0155712),(-0.01641995,0.001241682,0.01465347),(-0.01661217,0.001262014,0.01502403),(-0.01680551,0.001295944,0.0153913),(-0.0169819,0.001245611,0.01483643),(-0.01717449,0.001268403,0.01520588),(-0.01679029,0.001232532,0.01446497),(-0.01622806,0.001231058,0.01428088),(-0.01659889,0.001226249,0.01409236),(-0.01627366,0.001491136,0.01608887),(-0.01647996,0.001613034,0.01641949),(-0.01663508,0.001408137,0.0159276),(-0.0168359,0.001502668,0.01627326),(-0.0166933,0.00176075,0.0167298),(-0.01691549,0.001933431,0.01701491),(-0.0170413,0.001620954,0.01660441),(-0.01725233,0.001763546,0.01691731),(-0.01719829,0.001417746,0.01610963),(-0.01739832,0.001508559,0.01645564),(-0.01760118,0.001621274,0.01678952),(-0.01776129,0.00142086,0.01629114),(-0.01795878,0.001506627,0.01664026),(-0.01756452,0.001353951,0.01593472),(-0.01700079,0.001347365,0.01575401),(-0.01736881,0.001303824,0.01557247),(-0.01714832,0.002130222,0.01726994),(-0.01739514,0.002343422,0.0174894),(-0.01747005,0.001930992,0.01720816),(-0.01769856,0.002118773,0.01747026),(-0.0176593,0.002565325,0.01766777),(-0.01794414,0.00278823,0.01779954),(-0.01794196,0.002322368,0.01769685),(-0.01820436,0.002537255,0.01788121),(-0.0180206,0.001915393,0.01740629),(-0.01824567,0.002093943,0.01767528),(-0.01848664,0.002291583,0.01790875),(-0.01856862,0.001892437,0.01761002),(-0.01879027,0.002066289,0.01788667),(-0.01835867,0.001741692,0.01730592),(-0.0178072,0.001757361,0.01710872),(-0.01815665,0.00161333,0.0169806),(-0.01825303,0.003004432,0.01787921),(-0.0185828,0.003203402,0.01791176),(-0.01848986,0.002758916,0.01801661),(-0.01879712,0.002974767,0.01810427),(-0.0189303,0.00337461,0.0179022),(-0.01929239,0.003507528,0.0178555),(-0.01912481,0.003172226,0.0181454),(-0.0194716,0.00333871,0.01814123),(-0.01903008,0.00272676,0.01824512),(-0.01933453,0.002938112,0.01834186),(-0.01966211,0.003127852,0.01838686),(-0.01956238,0.002684609,0.01848534),(-0.01986734,0.002884449,0.01858337),(-0.01928359,0.002473932,0.01833165),(-0.01874778,0.002506886,0.01809972),(-0.01902741,0.002263973,0.01812966),(-0.0196659,0.003591625,0.01777666),(-0.0200465,0.003631231,0.01767223),(-0.01983616,0.003461636,0.01809299),(-0.02021291,0.003543028,0.01800891),(-0.02042985,0.003630674,0.0175488),(-0.02081163,0.003594284,0.01741293),(-0.0205963,0.003584908,0.01789724),(-0.02098074,0.003589296,0.01776622),(-0.02038306,0.00340214,0.01832155),(-0.02076327,0.003484534,0.01822957),(-0.02114786,0.003528995,0.01811028),(-0.02093209,0.003329887,0.01853578),(-0.02131313,0.003410576,0.01843607),(-0.02055934,0.003212017,0.01859958),(-0.02001381,0.003282886,0.01837704),(-0.02020204,0.003061895,0.01861845),(-0.02118749,0.003526388,0.01727117),(-0.02155942,0.003437446,0.01712375),(-0.02136067,0.00355822,0.01762408),(-0.02173738,0.003501604,0.01747257),(-0.02192941,0.003337914,0.01697088),(-0.02229944,0.003238251,0.01681277),(-0.02211216,0.003429377,0.01731341),(-0.02248631,0.00335147,0.01714835),(-0.02191073,0.003510036,0.0178207),(-0.02228963,0.003464919,0.01765736),(-0.02266726,0.003408247,0.01748629),(-0.02245924,0.003432598,0.0179969),(-0.02283896,0.003393766,0.01782161),(-0.0220777,0.003453779,0.01816129),(-0.02153024,0.003534445,0.01797283),(-0.02169533,0.003449156,0.01830946),(-0.02267149,0.003148915,0.01664963),(-0.02304176,0.003073912,0.01647776),(-0.02286111,0.003277809,0.01697911),(-0.02323348,0.003210733,0.0168024),(-0.02340642,0.00301725,0.01629343),(-0.02376166,0.002982937,0.01609293),(-0.02360038,0.003152583,0.01661494),(-0.02395874,0.003105696,0.01641343),(-0.02341727,0.003288768,0.01712871),(-0.0237849,0.003228111,0.01693694),(-0.02414442,0.003168278,0.01673302),(-0.02431206,0.003149604,0.0170476),(-0.02395419,0.003222741,0.01725549),(-0.0235882,0.003288223,0.01745263),(-0.02304394,0.003349171,0.01731095),(-0.02321587,0.003345436,0.01764077),(-0.02410366,0.002974979,0.01587254),(-0.02443579,0.00297929,0.01563779),(-0.02464279,0.003043146,0.01596302),(-0.02430548,0.003072411,0.0161946),(-0.02476139,0.002981784,0.01539417),(-0.02508384,0.002968374,0.01514721),(-0.02529793,0.002958344,0.01548),(-0.02497289,0.003008318,0.01572328),(-0.02516571,0.002979655,0.01604772),(-0.02483343,0.003049177,0.01628461),(-0.02549172,0.002896647,0.01580741),(-0.02565649,0.002773278,0.01612404),(-0.02533111,0.002882603,0.01636219),(-0.02499935,0.002980873,0.01659768),(-0.02449346,0.003110343,0.01651432),(-0.02466006,0.003069428,0.01682724),(-0.02540649,0.002924975,0.01490242),(-0.0257293,0.002859082,0.01465926),(-0.02594017,0.002790394,0.01499625),(-0.02562012,0.002883642,0.01523774),(-0.0260522,0.002778195,0.01441717),(-0.02637516,0.00268981,0.01417563),(-0.02657672,0.002572987,0.01451458),(-0.0262588,0.002684782,0.01475529),(-0.02644536,0.00255455,0.01508847),(-0.02613033,0.002679441,0.01532789),(-0.02675918,0.002425007,0.01484914),(-0.02691906,0.002243031,0.01517599),(-0.02660667,0.002383338,0.01541263),(-0.02629297,0.002520547,0.01564941),(-0.02581286,0.002795024,0.0155675),(-0.02597668,0.00265156,0.0158865),(4.003063e-5,0.0005951012,0.01188948),(-0.0001528829,0.0005700165,0.01224072),(-0.0003409149,0.0005570028,0.01259202),(-0.0002316312,0.0008754539,0.01224058),(-0.0004717626,0.0008442895,0.01254926),(1.451516e-5,0.000916819,0.01193484),(-0.0005191836,0.0005681311,0.01294342),(-0.0006828074,0.0006154723,0.01329496),(-0.0006998639,0.000833527,0.01286378),(-0.0009099199,0.0008533674,0.01318708),(-0.0005609127,0.001175233,0.01251599),(-0.0008467741,0.001137513,0.01278776),(-0.001111107,0.001122233,0.01307889),(-0.0009767993,0.001460793,0.01271355),(-0.001299332,0.001406585,0.01297054),(-0.0006292142,0.001528005,0.01248748),(-0.0002606994,0.001227914,0.01225713),(4.669e-5,0.001288075,0.01200472),(-0.0002649275,0.001603885,0.01228202),(0.00010771,0.0016841,0.01208686),(-0.0008269047,0.0007110973,0.0136467),(-0.0009558672,0.0008333419,0.01400132),(-0.001095916,0.0009140113,0.01352208),(-0.001261473,0.000997449,0.01386873),(-0.001074087,0.0009605418,0.01436151),(-0.001185955,0.001071032,0.01472993),(-0.001410212,0.001085671,0.01422696),(-0.001545755,0.001160668,0.01459672),(-0.001555991,0.001169308,0.01373488),(-0.001741199,0.001207399,0.01409239),(-0.001904691,0.001239018,0.01446464),(-0.002069618,0.001327427,0.01395779),(-0.002263196,0.001311726,0.01433314),(-0.001844965,0.001345043,0.01360041),(-0.001346737,0.001136876,0.01339582),(-0.001588462,0.001369716,0.01326874),(-0.001295864,0.001143149,0.01510928),(-0.001404682,0.001186281,0.01549709),(-0.00179064,0.001226139,0.01536784),(-0.001671721,0.001204429,0.01497794),(-0.001513282,0.001209814,0.0158909),(-0.00162253,0.001223138,0.01628824),(-0.002017442,0.001240138,0.01616248),(-0.001905038,0.00123498,0.01576361),(-0.002298053,0.00125162,0.01563658),(-0.002178315,0.001253786,0.01523956),(-0.00241281,0.001252876,0.01603622),(-0.002808406,0.001263485,0.01590971),(-0.002691696,0.001263997,0.01550967),(-0.002566848,0.001275329,0.01511176),(-0.002048796,0.001252033,0.01484797),(-0.002426477,0.001292799,0.01471869),(-0.001733298,0.001235639,0.01668665),(-0.001842942,0.001260797,0.01708169),(-0.002240642,0.001280047,0.0169559),(-0.00213038,0.001250794,0.01656164),(-0.001948819,0.00131209,0.01746896),(-0.002048285,0.001402996,0.017844),(-0.002440304,0.00144673,0.01770891),(-0.00234502,0.001340993,0.01734005),(-0.002740371,0.001372609,0.01720963),(-0.002637882,0.001300527,0.01682884),(-0.002830943,0.001493988,0.01757196),(-0.003220891,0.001543009,0.01743409),(-0.003135297,0.001405581,0.01707844),(-0.003034894,0.001321621,0.01670114),(-0.002527391,0.001264897,0.01643567),(-0.002924368,0.001278474,0.01630922),(-0.002138697,0.001546995,0.0182024),(-0.002205297,0.001737837,0.01851937),(-0.002579833,0.001821538,0.01836064),(-0.002523288,0.001610355,0.01805726),(-0.002233325,0.001969277,0.01877013),(-0.002208024,0.002235066,0.01892989),(-0.002557054,0.002345258,0.0187347),(-0.0025958,0.002069949,0.01859461),(-0.002954636,0.002173728,0.01841583),(-0.002951339,0.00190886,0.01819901),(-0.002902317,0.002457801,0.01853625),(-0.003245695,0.002571519,0.01833616),(-0.003311653,0.00227906,0.01823543),(-0.003321331,0.001997993,0.01803593),(-0.002905687,0.00167751,0.01790974),(-0.003286989,0.001746561,0.01776103),(-0.002114635,0.002528957,0.01897387),(-0.001965252,0.002818004,0.01892028),(-0.002286432,0.002915784,0.01868047),(-0.002449457,0.002637135,0.01875645),(-0.001771971,0.00306926,0.01878734),(-0.001546884,0.003249779,0.01859326),(-0.0018478,0.003314209,0.01831781),(-0.002081405,0.003151408,0.01852738),(-0.002390092,0.003232453,0.0182666),(-0.00260554,0.003013895,0.0184388),(-0.002149276,0.003375709,0.0180425),(-0.002451031,0.003435743,0.01776726),(-0.002698405,0.003312946,0.0180054),(-0.002923612,0.00311217,0.01819622),(-0.002781117,0.002746767,0.0185363),(-0.003111196,0.002857125,0.01831478),(-0.001302087,0.003326616,0.01835625),(-0.00104128,0.003324527,0.01808845),(-0.001337573,0.003356862,0.01780147),(-0.001599042,0.003374391,0.01807236),(-0.000768161,0.003268271,0.01780204),(-0.0004864314,0.003182603,0.01750916),(-0.0007862687,0.003188293,0.01722497),(-0.001065834,0.003286527,0.01751553),(-0.001366541,0.003294281,0.01723074),(-0.001636277,0.003381372,0.01751584),(-0.001089612,0.00318091,0.0169428),(-0.001394708,0.00316699,0.01666164),(-0.001668764,0.003296784,0.01694682),(-0.001936186,0.003401969,0.01723087),(-0.001897596,0.003416931,0.01778933),(-0.00219695,0.003456853,0.01750672),(-0.0001997905,0.003092283,0.01722196),(8.927778e-5,0.002993953,0.01693909),(-0.0002134895,0.002978718,0.01665972),(-0.0005013181,0.003087069,0.0169402),(0.0003782897,0.002884261,0.01665915),(0.0006647616,0.002759848,0.01638078),(0.0003607736,0.00272409,0.01610564),(7.471001e-5,0.002859103,0.01638203),(-0.0002331147,0.002817005,0.01610751),(-0.0005203727,0.002946677,0.01638288),(5.253423e-5,0.002673092,0.01583295),(-0.0002578309,0.002614473,0.01556149),(-0.0005430619,0.002766438,0.01583428),(-0.0008293139,0.002906234,0.01610729),(-0.000806714,0.00306651,0.01666074),(-0.001114044,0.003038279,0.01638244),(0.0009462095,0.002617361,0.01610261),(0.001213388,0.002489357,0.01582435),(0.0006421942,0.002569542,0.01582905),(0.0009110999,0.00242788,0.01555131),(0.00145705,0.002408394,0.0155457),(0.00166795,0.002407029,0.01526638),(0.001159618,0.00233152,0.01527148),(0.001379876,0.002312882,0.01498862),(0.0006048702,0.002360438,0.01527974),(0.0008584452,0.002253931,0.01499816),(0.001088217,0.002222126,0.01471133),(0.0005554025,0.002175984,0.01472529),(0.0007947662,0.002133065,0.01443428),(0.0002966695,0.002290014,0.01500889),(0.0003340478,0.00251053,0.01555751),(2.383561e-5,0.002445921,0.01528699),(0.001836842,0.002517818,0.01498609),(0.001944966,0.002705888,0.01472989),(0.001564002,0.002404386,0.01470177),(0.001690271,0.002573246,0.01443744),(0.001973562,0.002936364,0.01452285),(0.001903869,0.003174369,0.01439001),(0.001736959,0.002786678,0.01422208),(0.00168234,0.003011899,0.0140822),(0.001432077,0.002446165,0.01414517),(0.00149695,0.002642393,0.0139211),(0.001457641,0.002855019,0.01377322),(0.001255237,0.002500808,0.01362),(0.001231359,0.002700933,0.01346366),(0.001172133,0.002321864,0.01385298),(0.00128763,0.002296139,0.01441779),(0.001009492,0.002190487,0.01413396),(0.001717129,0.003385031,0.01435646),(0.00144311,0.003573791,0.01440078),(0.00150469,0.003216124,0.01404426),(0.001235023,0.003401798,0.01408721),(0.001111579,0.003746095,0.0145016),(0.0007523061,0.003907389,0.01463754),(0.000904355,0.003571366,0.01419001),(0.0005437012,0.003727269,0.01433161),(0.001024799,0.003238943,0.01376846),(0.0006955458,0.003408052,0.01387066),(0.0003339236,0.003560466,0.01401531),(0.0004859438,0.003250449,0.01354743),(0.0001235594,0.00340032,0.01369383),(0.0008135078,0.003080657,0.01344711),(0.001289545,0.003054234,0.01372916),(0.001073048,0.00289585,0.01341261),(0.0003950597,0.004063116,0.01478719),(4.20751e-5,0.004220135,0.01493796),(0.0001840764,0.003871957,0.01449095),(-0.0001723129,0.004013432,0.01465794),(-0.0003044125,0.004385306,0.01507724),(-0.0006421678,0.004565484,0.01519244),(-0.00052326,0.004159703,0.01482248),(-0.0008665583,0.004318776,0.01497449),(-0.000742525,0.003946986,0.01455157),(-0.0003875593,0.003820927,0.01436318),(-0.001090377,0.00408227,0.01473973),(-0.001313909,0.003850864,0.01449656),(-0.0009619987,0.003740711,0.01427259),(-0.000603235,0.003635522,0.01406105),(-2.792731e-5,0.003695089,0.01418195),(-0.0002404412,0.003525369,0.01386658),(-0.0009689553,0.004767532,0.01527093),(-0.001278993,0.00497528,0.01529842),(-0.001200001,0.004498657,0.01510388),(-0.001518644,0.00468757,0.01518991),(-0.001566497,0.005172562,0.01526059),(-0.001825686,0.005343209,0.01514312),(-0.001817542,0.004873735,0.01521186),(-0.002091751,0.005045377,0.01514899),(-0.001753803,0.004401032,0.0150659),(-0.00206219,0.004571518,0.01514945),(-0.002350235,0.004740744,0.01514367),(-0.002303639,0.004267605,0.0150802),(-0.002604929,0.004432711,0.01513275),(-0.001986716,0.004115081,0.01493414),(-0.001428667,0.004235784,0.01492025),(-0.001656144,0.003975912,0.01472834),(-0.002050776,0.005471056,0.0149317),(-0.002236155,0.005542206,0.01465668),(-0.002336326,0.005190717,0.01498059),(-0.002541909,0.005288532,0.01473937),(-0.002376209,0.005542764,0.01434843),(-0.002465324,0.005458837,0.01403727),(-0.002699144,0.005317603,0.01445804),(-0.002798674,0.005256703,0.01416932),(-0.002840934,0.005026774,0.01481719),(-0.003016422,0.00508527,0.014566),(-0.003127224,0.005048547,0.0143025),(-0.00333087,0.004849353,0.01467314),(-0.003453373,0.004837381,0.01443625),(-0.003136594,0.004760973,0.0148926),(-0.002614344,0.004902214,0.01502133),(-0.002888597,0.00460963,0.01505801),(-0.002497888,0.005276529,0.01375357),(-0.002484146,0.005019054,0.01349391),(-0.002831142,0.005084613,0.01390593),(-0.002810993,0.004828623,0.0136631),(-0.002434344,0.004709628,0.01325488),(-0.002358729,0.004371466,0.01303306),(-0.002752675,0.004516024,0.01343606),(-0.002670632,0.004174107,0.01322004),(-0.003133214,0.004633563,0.0138365),(-0.003066782,0.004318455,0.01362128),(-0.002979654,0.003973706,0.01340946),(-0.003378778,0.004118904,0.01380852),(-0.003287234,0.003771784,0.0136001),(-0.003453121,0.004436188,0.01401199),(-0.003159758,0.004887453,0.01406145),(-0.003486055,0.00468767,0.01421855),(-0.002267547,0.004027781,0.01282504),(-0.002170825,0.003684361,0.01261905),(-0.002487343,0.003489526,0.01279666),(-0.002579313,0.003830161,0.01301025),(-0.00207859,0.00334699,0.01240331),(-0.002000869,0.003021454,0.01216604),(-0.002335966,0.002839539,0.01231783),(-0.002403352,0.003157539,0.0125692),(-0.002734707,0.002969539,0.01272664),(-0.002807247,0.003294631,0.01296952),(-0.002679768,0.002660234,0.01245864),(-0.003027924,0.002482236,0.01259395),(-0.003069359,0.002782266,0.01287985),(-0.003128844,0.003099706,0.01314),(-0.002891019,0.003630893,0.01319466),(-0.003202696,0.003430799,0.01337867),(-0.001947689,0.002713538,0.01189546),(-0.001913916,0.002426726,0.0115962),(-0.002271391,0.002265899,0.0117179),(-0.002293813,0.002540863,0.01203249),(-0.001894416,0.0021645,0.01127288),(-0.001884055,0.001930344,0.01093012),(-0.002263724,0.001804652,0.0110199),(-0.002263196,0.002019033,0.0113788),(-0.002637722,0.001876751,0.01147636),(-0.002636539,0.002108339,0.01182931),(-0.002647088,0.001682072,0.01110348),(-0.003032298,0.001561048,0.01118396),(-0.003015122,0.001736062,0.01156975),(-0.003005522,0.001952412,0.01193557),(-0.0026488,0.002371334,0.01215813),(-0.003008217,0.002203378,0.01227808),(-0.001877697,0.00172774,0.01057254),(-0.001875062,0.001558367,0.01020163),(-0.002273772,0.001484892,0.01025947),(-0.002267473,0.001627144,0.01064593),(-0.001875869,0.0014239,0.009818867),(-0.001879837,0.001326016,0.009425731),(-0.002291335,0.001299698,0.009459474),(-0.002281949,0.001376282,0.009863122),(-0.002688249,0.001332254,0.009905276),(-0.002673464,0.001414886,0.01031421),(-0.002702615,0.001276847,0.009491795),(-0.003113786,0.001255731,0.009523404),(-0.003094659,0.001290021,0.009946378),(-0.003073648,0.001346614,0.01036739),(-0.002659373,0.001529805,0.01071485),(-0.003052335,0.001434094,0.01078155),(-0.001886685,0.001266394,0.009023705),(-0.001896593,0.001235647,0.008615104),(-0.002312487,0.001230223,0.008639312),(-0.00230126,0.001253524,0.009051113),(-0.001909743,0.001224388,0.008202236),(-0.001926315,0.001223233,0.007787415),(-0.002341915,0.001222083,0.007810468),(-0.002325783,0.001222255,0.00822534),(-0.002741576,0.001221502,0.008247627),(-0.002728015,0.001226996,0.008662669),(-0.002757396,0.001221595,0.007832667),(-0.003172819,0.00122144,0.007854436),(-0.003157245,0.00122144,0.008269505),(-0.00314336,0.001224869,0.008685601),(-0.002715449,0.001243603,0.009077491),(-0.003129447,0.001235156,0.009103356),(-0.001946491,0.001222795,0.007372954),(-0.001970157,0.001222824,0.006958848),(-0.002361646,0.001222167,0.007395968),(-0.002384924,0.001222388,0.006981827),(-0.001997199,0.001223071,0.006545093),(-0.002027506,0.001223285,0.006131683),(-0.002411695,0.001222625,0.006568035),(-0.002441903,0.001222756,0.006154584),(-0.002799636,0.001221922,0.007003875),(-0.002826118,0.001222062,0.006590005),(-0.002856218,0.001222124,0.006176463),(-0.003240506,0.00122144,0.006611486),(-0.003270492,0.00122144,0.006197831),(-0.003214319,0.00122144,0.007025455),(-0.002776739,0.001221751,0.007418088),(-0.0031918,0.00122144,0.007439761),(-0.002060962,0.001223218,0.005718616),(-0.002096133,0.001222981,0.005305745),(-0.002475498,0.001222662,0.00574146),(-0.002510956,0.001222428,0.005328498),(-0.002131583,0.001222687,0.004892927),(-0.002165877,0.001222449,0.004480016),(-0.002546757,0.001222141,0.00491553),(-0.002581381,0.001221887,0.004502389),(-0.00292575,0.001221922,0.005350109),(-0.002961947,0.001221751,0.004936914),(-0.002996941,0.001221595,0.004523447),(-0.003377144,0.00122144,0.004957688),(-0.003412529,0.00122144,0.004543848),(-0.00334053,0.00122144,0.005371152),(-0.002889968,0.001222062,0.005763229),(-0.003304406,0.00122144,0.005784459),(-0.002197579,0.001222379,0.004066867),(-0.002227522,0.00122241,0.003653548),(-0.002613306,0.001221752,0.004088908),(-0.002643391,0.001221705,0.003675175),(-0.00225654,0.001222477,0.003240123),(-0.002285468,0.001222515,0.002826659),(-0.002672493,0.001221713,0.003261276),(-0.002701468,0.001221743,0.002847299),(-0.003059357,0.001221458,0.003695236),(-0.00308855,0.001221451,0.003280715),(-0.003117579,0.001221468,0.002866067),(-0.003504659,0.00122144,0.003299298),(-0.003533746,0.00122144,0.002883899),(-0.003475372,0.00122144,0.003714515),(-0.003029116,0.001221502,0.004109518),(-0.003444967,0.00122144,0.004129411),(-0.002315138,0.001222456,0.002413224),(-0.002344238,0.001224864,0.001999866),(-0.002731176,0.001221763,0.002433331),(-0.002760285,0.001223983,0.002019358),(-0.002371457,0.001232304,0.001586634),(-0.002395482,0.001247339,0.001173577),(-0.002787462,0.001230614,0.001605369),(-0.002811379,0.001243866,0.00119135),(-0.003176471,0.001223571,0.002036679),(-0.003203661,0.001229732,0.001621856),(-0.003227566,0.001242014,0.001206891),(-0.003619957,0.001229254,0.001637219),(-0.0036439,0.001240974,0.001221317),(-0.003592729,0.001223393,0.002052914),(-0.003147332,0.001221495,0.002451402),(-0.003563547,0.00122144,0.002468456),(-0.002415001,0.001272534,0.0007607445),(-0.002430366,0.00130167,0.0003479905),(-0.002845763,0.001292616,0.0003630273),(-0.0028307,0.001265949,0.0007772885),(-0.00244193,0.001328532,-6.483145e-5),(-0.002450045,0.001346901,-0.0004778674),(-0.002864446,0.00134271,-0.0004667234),(-0.002856901,0.001319619,-5.159095e-5),(-0.003272574,0.001317132,-3.985172e-5),(-0.003261766,0.001288385,0.0003762248),(-0.003279528,0.001346027,-0.0004566734),(-0.003694948,0.001353097,-0.0004471703),(-0.003688599,0.00131786,-2.886309e-5),(-0.003678073,0.001286567,0.0003885027),(-0.003246849,0.001262456,0.0007917434),(-0.003663223,0.001260509,0.0008051538),(-0.002455064,0.001350561,-0.0008912635),(-0.002456318,0.001348251,-0.001304553),(-0.002868984,0.001371176,-0.001298186),(-0.002868736,0.001357643,-0.0008825272),(-0.002453139,0.001348715,-0.001717269),(-0.002444858,0.001360691,-0.002128945),(-0.002854225,0.001421065,-0.002125804),(-0.002864409,0.001390063,-0.001712884),(-0.003275638,0.001437312,-0.001708203),(-0.00328185,0.001401182,-0.001291981),(-0.003263457,0.001485722,-0.002121961),(-0.003672621,0.001552521,-0.002117766),(-0.003686849,0.001487509,-0.001703375),(-0.003694817,0.00143473,-0.001285858),(-0.003282883,0.001372399,-0.0008744274),(-0.003697269,0.00139099,-0.0008666455),(-0.002430807,0.001392921,-0.002539113),(-0.002412289,0.001440107,-0.002948244),(-0.002816646,0.00153261,-0.002944861),(-0.002837651,0.001470938,-0.00253613),(-0.002390611,0.00149695,-0.003356807),(-0.002367077,0.001558153,-0.003765271),(-0.002769194,0.001663065,-0.003761535),(-0.002793174,0.00159901,-0.003352997),(-0.003196389,0.001699649,-0.003347632),(-0.003221322,0.001625542,-0.00294018),(-0.003172224,0.001765023,-0.003755969),(-0.003575711,0.001865505,-0.003749489),(-0.00359993,0.001799579,-0.003341488),(-0.003626157,0.001718687,-0.00293485),(-0.003244515,0.001551349,-0.002532121),(-0.003651389,0.001632957,-0.0025276),(-0.002342992,0.001618418,-0.004174103),(-0.002322487,0.001651568,-0.004569652),(-0.002728876,0.001739398,-0.004567639),(-0.002746669,0.001717704,-0.004171475),(-0.002309693,0.001631425,-0.004938262),(-0.002308741,0.001531814,-0.005266278),(-0.002720599,0.001589833,-0.005257922),(-0.002719094,0.001704617,-0.004934848),(-0.003129313,0.001773315,-0.004928953),(-0.003136209,0.001822736,-0.004563211),(-0.003133128,0.001643869,-0.005247333),(-0.003545993,0.001695914,-0.005235627),(-0.003539942,0.001839768,-0.004921817),(-0.003544014,0.00190383,-0.004557576),(-0.003151339,0.001813012,-0.004166689),(-0.003556505,0.001906332,-0.004160826),(-0.002323764,0.001326555,-0.005540045),(-0.002352338,0.001063978,-0.005786598),(-0.002765212,0.001096834,-0.005755489),(-0.002736672,0.001371517,-0.005521684),(-0.002392041,0.0007924124,-0.006032966),(-0.002440449,0.0005601859,-0.006306181),(-0.002804119,0.0008129499,-0.005988691),(-0.002851296,0.0005670286,-0.006250646),(-0.003216635,0.0008333817,-0.00594458),(-0.003178556,0.001128082,-0.005723707),(-0.003262603,0.0005752383,-0.006195828),(-0.003629372,0.0008537606,-0.005900551),(-0.003674141,0.0005841315,-0.006141367),(-0.003592138,0.001158525,-0.005691591),(-0.003150131,0.001413518,-0.005501772),(-0.003563867,0.001454037,-0.005481084),(-0.00249514,0.0004156276,-0.006633278),(-0.002553815,0.0003392025,-0.007001006),(-0.002904643,0.0004062357,-0.006570712),(-0.002961901,0.0003124442,-0.006934631),(-0.002614174,0.0003113757,-0.007396118),(-0.002673916,0.000312612,-0.007805368),(-0.003079119,0.0002533565,-0.007737032),(-0.003020813,0.0002675268,-0.007328156),(-0.003428202,0.0002279528,-0.007260137),(-0.003370644,0.0002893038,-0.006868686),(-0.003485108,0.0001986396,-0.007668161),(-0.003891489,0.0001461919,-0.007599023),(-0.003835965,0.0001905163,-0.007192088),(-0.003779715,0.0002679723,-0.006802955),(-0.003314692,0.0003994723,-0.00650889),(-0.003725014,0.0003940231,-0.006447441),(-0.002730743,0.0003233768,-0.008215505),(-0.002784685,0.0003364749,-0.008626183),(-0.0031874,0.0002563484,-0.008557728),(-0.003134562,0.0002518061,-0.008147007),(-0.002835769,0.0003447119,-0.009037049),(-0.002884025,0.0003408928,-0.009447757),(-0.003286305,0.0002576008,-0.00937999),(-0.003237895,0.0002604557,-0.00896884),(-0.003640488,0.0001800272,-0.00889962),(-0.00359072,0.0001802316,-0.008488298),(-0.003688936,0.0001784161,-0.009311252),(-0.004091744,0.000101285,-0.009242028),(-0.004043315,0.0001015125,-0.008829895),(-0.003994343,0.0001061197,-0.00841838),(-0.003539104,0.000184584,-0.00807768),(-0.003944008,0.0001195362,-0.008007939),(-0.002929484,0.0003178229,-0.009857956),(-0.002975737,0.0002865731,-0.01026743),(-0.003380631,0.0002190423,-0.01020116),(-0.003332892,0.0002412563,-0.009790824),(-0.003026378,0.0002582147,-0.01067597),(-0.003084998,0.0002438187,-0.01108334),(-0.00349147,0.0001874874,-0.01101963),(-0.003432498,0.0001985793,-0.01061083),(-0.003839084,0.0001473967,-0.01054473),(-0.003785851,0.000158205,-0.01013403),(-0.003898678,0.0001413143,-0.01095466),(-0.004306254,0.0001002203,-0.01088905),(-0.004245903,0.0001004406,-0.01047815),(-0.004191236,0.0001007145,-0.01006647),(-0.003736597,0.0001698434,-0.009722797),(-0.00414045,0.0001010075,-0.009654323),(-0.00315519,0.0002544561,-0.01148935),(-0.003239979,0.0003006987,-0.0118785),(-0.003560523,0.0001933869,-0.01142741),(-0.003642341,0.0002283775,-0.01182144),(-0.003342386,0.0003931183,-0.01223528),(-0.003465435,0.0005422865,-0.01254422),(-0.003739609,0.0003045586,-0.01218901),(-0.00385501,0.0004340296,-0.01251741),(-0.004046315,0.0001684002,-0.01176179),(-0.004138788,0.0002283397,-0.01213947),(-0.004246652,0.0003370576,-0.01248687),(-0.004538945,0.0001582912,-0.01208828),(-0.004639326,0.0002457281,-0.01245445),(-0.004451094,0.0001145948,-0.01170084),(-0.003967017,0.0001438536,-0.0113636),(-0.00437409,0.0001000881,-0.01129885),(-0.003612149,0.000758775,-0.01278981),(-0.003779773,0.001017189,-0.01295961),(-0.00399123,0.0006288902,-0.01279393),(-0.00414723,0.0008665416,-0.01300094),(-0.003965552,0.001292135,-0.01304117),(-0.004166734,0.001558218,-0.01302202),(-0.004321973,0.001124385,-0.01312081),(-0.004514422,0.001379821,-0.0131359),(-0.004516008,0.0007217711,-0.01303866),(-0.004679124,0.000959337,-0.01319725),(-0.00486228,0.001201423,-0.01324708),(-0.005036639,0.0007956406,-0.01327208),(-0.005210222,0.001023024,-0.01335692),(-0.004885447,0.0005799392,-0.01307458),(-0.004372121,0.0005079397,-0.01279423),(-0.004753917,0.0003914562,-0.01279263),(-0.00438056,0.001790044,-0.01288973),(-0.004603385,0.001991421,-0.01266969),(-0.004723539,0.001610252,-0.01302859),(-0.004944745,0.001817065,-0.01282607),(-0.004831557,0.002166158,-0.01238729),(-0.005061428,0.002318066,-0.01206792),(-0.005405113,0.002165396,-0.01224416),(-0.005173464,0.002001651,-0.01255553),(-0.005285619,0.001640279,-0.01298078),(-0.005514749,0.001834588,-0.0127226),(-0.005748145,0.002010508,-0.01241971),(-0.00609085,0.001854511,-0.01259491),(-0.005855723,0.001666247,-0.0128891),(-0.005626251,0.001462277,-0.01313467),(-0.005066288,0.001428814,-0.01316527),(-0.005408921,0.001246553,-0.01330086),(-0.005289349,0.002450952,-0.011737),(-0.005514669,0.002564243,-0.01139571),(-0.005635117,0.002309691,-0.01191916),(-0.005862611,0.002433256,-0.01158195),(-0.005736733,0.002657367,-0.01104526),(-0.005954888,0.002729751,-0.01068686),(-0.006086733,0.002534813,-0.01123393),(-0.006306619,0.002613085,-0.01087652),(-0.006210059,0.002301374,-0.01176831),(-0.006436375,0.002412082,-0.011423),(-0.006658132,0.002496814,-0.01106675),(-0.006785839,0.002289261,-0.01161228),(-0.007009537,0.002380741,-0.01125726),(-0.006557259,0.002169045,-0.01195474),(-0.005980282,0.00216681,-0.01210108),(-0.006325145,0.002023119,-0.01228287),(-0.006168481,0.002780821,-0.0103217),(-0.006377723,0.002813437,-0.009950796),(-0.006521406,0.002666793,-0.01051114),(-0.006731495,0.002699905,-0.01013915),(-0.006582823,0.002830458,-0.00957515),(-0.006783992,0.002834745,-0.009195762),(-0.00693729,0.002716391,-0.009761925),(-0.007139191,0.00272022,-0.009380832),(-0.007085271,0.002587196,-0.01032799),(-0.007291865,0.002603244,-0.009949073),(-0.007494616,0.002606795,-0.009566179),(-0.007646495,0.002490556,-0.01013641),(-0.007850155,0.002493921,-0.009751664),(-0.007439048,0.002474898,-0.01051708),(-0.006874228,0.002553453,-0.01070115),(-0.007227002,0.002440456,-0.01089144),(-0.006981437,0.002829158,-0.008813641),(-0.007175811,0.002816704,-0.008429226),(-0.007337603,0.00271536,-0.008997241),(-0.007533094,0.002704388,-0.008611492),(-0.007367762,0.002800389,-0.008042955),(-0.007557943,0.002783222,-0.007655271),(-0.00772624,0.002689877,-0.00822392),(-0.007917613,0.002674404,-0.007834868),(-0.007890887,0.00259404,-0.00879405),(-0.008085359,0.002581803,-0.008405223),(-0.008278023,0.002568371,-0.008014824),(-0.008444797,0.002474948,-0.008586692),(-0.008638801,0.002463731,-0.008194961),(-0.008248935,0.002484677,-0.008976754),(-0.007694132,0.002603049,-0.009181104),(-0.008050845,0.002491481,-0.009365096),(-0.007747003,0.00276821,-0.007266615),(-0.007933112,0.002749817,-0.006877011),(-0.008107783,0.002660542,-0.00744467),(-0.008294929,0.002642808,-0.00705337),(-0.008114442,0.002722505,-0.006486487),(-0.008289165,0.002680741,-0.006095068),(-0.008477226,0.00261572,-0.006661006),(-0.00865285,0.002573795,-0.006267618),(-0.008657533,0.002538607,-0.007229997),(-0.00884074,0.00251144,-0.006835709),(-0.009017155,0.002468859,-0.006440264),(-0.009204619,0.002408412,-0.007010503),(-0.009381769,0.002364927,-0.006612954),(-0.009020529,0.00243581,-0.007406759),(-0.008469353,0.002555778,-0.00762306),(-0.008831318,0.002452468,-0.007801614),(-0.008455449,0.002618988,-0.00570278),(-0.008613603,0.002539227,-0.005310165),(-0.008979007,0.002431311,-0.005478443),(-0.008819978,0.00251155,-0.005873248),(-0.008763937,0.002443446,-0.004917764),(-0.008906757,0.002333625,-0.004526119),(-0.009274356,0.002226151,-0.004689717),(-0.009130334,0.002335403,-0.005083749),(-0.009496738,0.002227018,-0.00524966),(-0.009344651,0.002323925,-0.005646674),(-0.009641719,0.002117446,-0.004853253),(-0.01000896,0.002008126,-0.005016758),(-0.009863145,0.002118462,-0.005415534),(-0.009710418,0.002216805,-0.005814883),(-0.009184957,0.002405446,-0.00604373),(-0.009550164,0.002300009,-0.006214219),(-0.009042373,0.00221175,-0.004135771),(-0.00917296,0.002083238,-0.003745989),(-0.009543873,0.001980244,-0.003904527),(-0.009411472,0.002105881,-0.004296892),(-0.009300696,0.001953506,-0.003356043),(-0.009427756,0.001827972,-0.002965203),(-0.009803314,0.00173547,-0.003118187),(-0.009673757,0.00185489,-0.003511875),(-0.0100461,0.001753329,-0.003667781),(-0.009914136,0.00187454,-0.004063132),(-0.01017825,0.001640364,-0.003271146),(-0.01055288,0.001543956,-0.003424094),(-0.01041809,0.001650296,-0.003823725),(-0.01028408,0.00176748,-0.004221769),(-0.009780098,0.001997933,-0.004458016),(-0.01014849,0.001888944,-0.004619142),(-0.009556318,0.001712052,-0.002572739),(-0.009686023,0.001607088,-0.002178941),(-0.01006742,0.001532355,-0.002326046),(-0.009934741,0.001627633,-0.002722714),(-0.009816516,0.001514418,-0.001784099),(-0.009947436,0.001435383,-0.001388504),(-0.01033404,0.001383367,-0.001531481),(-0.01020072,0.001450608,-0.001928772),(-0.01058541,0.001388166,-0.002072613),(-0.01044891,0.001457567,-0.002472563),(-0.01072137,0.001333716,-0.001673554),(-0.01110905,0.001285246,-0.001815175),(-0.01097035,0.001326407,-0.002216037),(-0.01083045,0.001382752,-0.002618787),(-0.01031286,0.001541705,-0.002872407),(-0.01069082,0.001455021,-0.00302196),(-0.01007842,0.001371322,-0.000992444),(-0.01020941,0.001323231,-0.0005962087),(-0.01059881,0.001296055,-0.000738728),(-0.01046675,0.001331607,-0.001134762),(-0.01034031,0.001292106,-0.0002000858),(-0.01047106,0.001278941,0.0001956365),(-0.01086079,0.001276497,5.0844e-5),(-0.01073017,0.001277442,-0.0003434886),(-0.01112021,0.001264467,-0.000487073),(-0.01098869,0.00127109,-0.0008809466),(-0.01125039,0.001275337,-9.460274e-5),(-0.01163993,0.00127482,-0.0002403766),(-0.01151034,0.001252335,-0.0006307482),(-0.01137882,0.001247231,-0.001023015),(-0.01085577,0.001294432,-0.001276386),(-0.01124514,0.001258528,-0.001417663),(-0.01060157,0.001284733,0.0005906703),(-0.01073136,0.001310559,0.0009845686),(-0.01111942,0.001329799,0.0008361911),(-0.01099063,0.001293949,0.0004441584),(-0.01085994,0.001357495,0.001376884),(-0.0109868,0.001426618,0.00176717),(-0.0113727,0.001456706,0.001615357),(-0.01124686,0.001384051,0.001226678),(-0.0116332,0.001412012,0.001075039),(-0.01150693,0.001350499,0.0006865339),(-0.01175806,0.001487627,0.001462062),(-0.01214315,0.001518963,0.001308025),(-0.01201923,0.001440676,0.0009226831),(-0.01189418,0.00137193,0.0005362369),(-0.01137932,0.001304478,0.0002966264),(-0.01176781,0.001315665,0.0001485843),(-0.01111147,0.001519005,0.00215498),(-0.01123841,0.00161079,0.002537662),(-0.01162304,0.001634912,0.002383509),(-0.01149665,0.001547768,0.002001964),(-0.0113721,0.001678106,0.002912568),(-0.01151701,0.001697088,0.003277046),(-0.01190045,0.001708146,0.003119467),(-0.0117562,0.001695813,0.002757007),(-0.01214045,0.001709777,0.002600393),(-0.01200757,0.001656751,0.002228078),(-0.01228426,0.001714789,0.002961128),(-0.01266825,0.001719223,0.002802408),(-0.01252479,0.001721871,0.002443254),(-0.01239204,0.00167745,0.002072007),(-0.01188148,0.001575954,0.001847521),(-0.01226612,0.001603851,0.001692366),(-0.01167762,0.00164387,0.003628445),(-0.01184991,0.00154644,0.003972577),(-0.01206012,0.001649589,0.003467903),(-0.01223132,0.001548102,0.003808585),(-0.01202985,0.001432791,0.004315254),(-0.01221341,0.001330912,0.004662287),(-0.01241016,0.001431646,0.004147784),(-0.01259274,0.001328182,0.004491773),(-0.01261323,0.001547436,0.003644521),(-0.01279095,0.001429857,0.003980547),(-0.0129725,0.001326201,0.004321703),(-0.01317198,0.001427746,0.003813426),(-0.01335248,0.001324593,0.004151855),(-0.0129954,0.001545605,0.003480422),(-0.01244309,0.001651544,0.003306943),(-0.01282631,0.001651616,0.003145774),(-0.01239658,0.001268792,0.005019486),(-0.01257985,0.001236681,0.005384114),(-0.01277517,0.001265672,0.004846823),(-0.01295791,0.001234002,0.005209963),(-0.01276374,0.001224827,0.005753431),(-0.01294875,0.001223479,0.006124698),(-0.0131414,0.001223061,0.005578223),(-0.01332609,0.001222735,0.005948635),(-0.01333631,0.001232613,0.005036295),(-0.01351934,0.001222242,0.005403401),(-0.01370365,0.001222524,0.005772828),(-0.01389743,0.001221896,0.00522877),(-0.01408133,0.001222579,0.005597149),(-0.01371487,0.001231869,0.004862868),(-0.01315415,0.00126386,0.004674674),(-0.01353333,0.001262701,0.004502783),(-0.01313539,0.001222884,0.006495178),(-0.01332323,0.001222786,0.006865133),(-0.01351243,0.001222912,0.006318226),(-0.01369997,0.001223349,0.006687289),(-0.01351183,0.001222925,0.007234828),(-0.01370076,0.001223044,0.007604528),(-0.01388828,0.001223803,0.007056118),(-0.0140769,0.001224032,0.007425006),(-0.0140768,0.00122411,0.006509471),(-0.01426475,0.001224856,0.006877333),(-0.014453,0.001225197,0.007245318),(-0.01464122,0.001225996,0.006698509),(-0.01482907,0.001226452,0.007065549),(-0.01445368,0.001224971,0.006331666),(-0.01388962,0.00122324,0.00614141),(-0.0142669,0.001223718,0.005964663),(-0.0138896,0.001222886,0.007974498),(-0.01407855,0.001222556,0.008344611),(-0.0142654,0.001223793,0.007794243),(-0.014454,0.001223262,0.008163688),(-0.01426783,0.001222158,0.008714744),(-0.01445764,0.001221799,0.00908477),(-0.01464292,0.001222615,0.008533193),(-0.01483239,0.001222028,0.008902616),(-0.01482931,0.001224087,0.007982465),(-0.01501786,0.001223148,0.008351307),(-0.01520698,0.001222294,0.008720115),(-0.01539272,0.001223718,0.008169254),(-0.01558148,0.001222579,0.008537441),(-0.01520457,0.001224971,0.007801095),(-0.01464111,0.001224856,0.007613749),(-0.01501677,0.001225996,0.007433134),(-0.01464822,0.001221584,0.009454568),(-0.01483954,0.001221476,0.009824255),(-0.01502264,0.001221675,0.009271814),(-0.01521365,0.001221499,0.009640886),(-0.01503162,0.00122144,0.01019394),(-0.01522446,0.00122144,0.01056375),(-0.01540541,0.00122144,0.01000993),(-0.01559791,0.00122144,0.01037906),(-0.01558762,0.001221525,0.009457217),(-0.01577907,0.00122144,0.009825645),(-0.01597123,0.00122144,0.01019408),(-0.01615268,0.00122144,0.009641214),(-0.0163445,0.00122144,0.01000896),(-0.01596152,0.001221554,0.009273396),(-0.01539691,0.001221781,0.00908873),(-0.0157711,0.001221896,0.008905479),(-0.01541807,0.00122144,0.0109338),(-0.01561225,0.00122144,0.01130406),(-0.01579113,0.00122144,0.01074835),(-0.0159849,0.00122144,0.01111781),(-0.01580682,0.00122144,0.01167449),(-0.01600159,0.00122144,0.01204506),(-0.01617905,0.00122144,0.01148741),(-0.01637337,0.00122144,0.01185715),(-0.01635741,0.00122144,0.01093118),(-0.01655108,0.00122144,0.01129988),(-0.01674493,0.00122144,0.0116687),(-0.01692303,0.00122144,0.01111211),(-0.01711637,0.00122144,0.01147997),(-0.01672984,0.00122144,0.01074436),(-0.01616407,0.00122144,0.01056258),(-0.01653694,0.00122144,0.01037666),(-0.01619637,0.00122144,0.01241575),(-0.01639084,0.001221536,0.01278666),(-0.01656771,0.00122144,0.01222701),(-0.01676172,0.001221464,0.01259713),(-0.01658466,0.001221825,0.01315794),(-0.01677749,0.001222402,0.0135297),(-0.01695509,0.001221536,0.01296764),(-0.0171475,0.00122168,0.0133387),(-0.0171323,0.00122144,0.01240689),(-0.0173252,0.00122144,0.01277659),(-0.01751716,0.00122144,0.01314688),(-0.01769514,0.00122144,0.01258514),(-0.01788663,0.00122144,0.01295465),(-0.01750273,0.00122144,0.01221631),(-0.01693877,0.00122144,0.01203765),(-0.0173097,0.00122144,0.01184798),(-0.01696902,0.001223364,0.01390207),(-0.01715999,0.001226783,0.01427453),(-0.01752921,0.001223585,0.01408263),(-0.01733861,0.001221921,0.01371045),(-0.01735117,0.001234734,0.01464657),(-0.01754332,0.001249288,0.01501768),(-0.01791203,0.001236494,0.0148274),(-0.01772009,0.001228,0.01445503),(-0.01808878,0.00122403,0.01426235),(-0.01789811,0.001222087,0.01388976),(-0.01828067,0.001227914,0.01463573),(-0.01864927,0.00122144,0.01444336),(-0.01845734,0.00122144,0.01406912),(-0.01826685,0.00122144,0.0136964),(-0.01770785,0.00122144,0.01351794),(-0.01807691,0.00122144,0.01332499),(-0.01773718,0.00127252,0.01538733),(-0.01793204,0.001306963,0.01575461),(-0.01810581,0.001250395,0.0151995),(-0.0183005,0.001272582,0.0155706),(-0.01812715,0.001355152,0.01611856),(-0.0183218,0.001419619,0.01647827),(-0.01849518,0.001305936,0.01593992),(-0.0186889,0.00135334,0.01630673),(-0.01866961,0.001246604,0.01538399),(-0.01886465,0.001267717,0.01575725),(-0.01905872,0.001300879,0.01612882),(-0.01923484,0.001234995,0.01557255),(-0.01942989,0.001255327,0.01594773),(-0.01903903,0.001224829,0.01519609),(-0.01847462,0.001234388,0.01500988),(-0.01884351,0.00122144,0.01481935),(-0.01851526,0.0015029,0.01683281),(-0.01871013,0.001606077,0.01717759),(-0.01888075,0.001417671,0.01667027),(-0.01907165,0.001499028,0.01702827),(-0.01890903,0.001730233,0.01750803),(-0.01911457,0.001876449,0.01781955),(-0.01926254,0.001597505,0.01737848),(-0.01945437,0.001713198,0.01771863),(-0.01943986,0.001411022,0.01686497),(-0.01962478,0.001484428,0.01723056),(-0.01980449,0.001567674,0.01759518),(-0.01999138,0.001381177,0.01707347),(-0.02015978,0.001431014,0.01746047),(-0.01981143,0.001332538,0.01669468),(-0.01925082,0.001349243,0.01649789),(-0.01962318,0.001289215,0.0163206),(-0.01932937,0.002045808,0.01810757),(-0.01955956,0.002230835,0.01836121),(-0.01964806,0.001846203,0.01804646),(-0.01985237,0.001995035,0.01834802),(-0.0198113,0.002424055,0.01856956),(-0.02009074,0.002617994,0.01872176),(-0.02007602,0.002158212,0.01860936),(-0.02032776,0.00233425,0.01881655),(-0.0201564,0.001764101,0.01830634),(-0.02035127,0.001888844,0.01861954),(-0.02057385,0.002038981,0.01888227),(-0.02063178,0.001617713,0.01861491),(-0.02082449,0.001737948,0.01893346),(-0.02046605,0.0015356,0.01825041),(-0.01997792,0.001658972,0.01795933),(-0.02031336,0.001477927,0.01785919),(-0.02040403,0.002805177,0.0188069),(-0.02074413,0.002976108,0.01883243),(-0.02061632,0.002521665,0.01895561),(-0.02093531,0.00270586,0.01903141),(-0.02110402,0.003121293,0.01880583),(-0.02147669,0.003231237,0.01873454),(-0.02127833,0.00287224,0.01904877),(-0.02163897,0.003006207,0.01901253),(-0.02113074,0.002412721,0.0192078),(-0.02145419,0.002596214,0.01927363),(-0.02180039,0.002750717,0.01927686),(-0.02163083,0.002306702,0.01948946),(-0.02196139,0.002479997,0.01953437),(-0.02132831,0.002108134,0.0193729),(-0.02083549,0.002220291,0.01907785),(-0.02105809,0.001909986,0.01918685),(-0.02185509,0.003296444,0.01862602),(-0.02223656,0.003323871,0.0184875),(-0.02201084,0.003093164,0.01892753),(-0.02238932,0.003138725,0.01880291),(-0.02261843,0.003320475,0.0183262),(-0.02299805,0.003293212,0.01814936),(-0.02276981,0.003148501,0.01864783),(-0.0231477,0.003128103,0.01847142),(-0.02253803,0.002916754,0.01911114),(-0.02291599,0.002936624,0.01896434),(-0.02329104,0.002919956,0.01878968),(-0.02305956,0.002704798,0.01927828),(-0.02343123,0.002690292,0.01910605),(-0.02268471,0.002676369,0.01941576),(-0.02216392,0.002856174,0.01921901),(-0.02231567,0.002602327,0.01950546),(-0.02337275,0.003249039,0.0179642),(-0.0237413,0.00318931,0.01777014),(-0.02351836,0.003083144,0.01828283),(-0.02388105,0.003016618,0.01808283),(-0.02410247,0.003115376,0.01756663),(-0.02445502,0.003028596,0.01735308),(-0.02457946,0.002830836,0.01765172),(-0.024235,0.002931517,0.01787221),(-0.02435703,0.002696661,0.01817407),(-0.02401189,0.002794742,0.0183923),(-0.02469156,0.002581909,0.01794582),(-0.02447381,0.002436306,0.01847409),(-0.02479748,0.002307398,0.01823763),(-0.02413827,0.002548273,0.01870017),(-0.02365645,0.002870918,0.01859825),(-0.02379077,0.002635525,0.01891209),(-0.02479771,0.00293032,0.01712892),(-0.02513224,0.00282172,0.01689732),(-0.02524035,0.002594431,0.01718689),(-0.02491366,0.002717568,0.01742216),(-0.02546027,0.002703968,0.01666145),(-0.0257835,0.002578235,0.01642445),(-0.02588219,0.002329436,0.01671268),(-0.02556228,0.002464148,0.01694927),(-0.02564617,0.002183536,0.01722949),(-0.02533195,0.002321718,0.01746974),(-0.02596199,0.002044801,0.01699281),(-0.02603236,0.001742247,0.01726887),(-0.02572101,0.001882529,0.0175059),(-0.02541528,0.002026292,0.01774923),(-0.02501513,0.002455718,0.01770978),(-0.02510937,0.002169321,0.01799458),(-0.02610359,0.00244569,0.01618949),(-0.02642134,0.002308038,0.01595607),(-0.02652399,0.002055316,0.01625158),(-0.02620282,0.002193017,0.01648048),(-0.02673751,0.00216698,0.01572366),(-0.02705291,0.002024219,0.01549177),(-0.02684552,0.001916762,0.01602487),(-0.02716724,0.001777781,0.01579925),(-0.0266095,0.001775787,0.01653965),(-0.0269383,0.001643972,0.01631951),(-0.02726854,0.001512925,0.0161012),(-0.02702346,0.001359895,0.01661087),(-0.02736334,0.00123886,0.01640038),(-0.02668643,0.001482855,0.01682401),(-0.02628358,0.001909141,0.01676347),(-0.02635511,0.001609664,0.01704246)])))])
)
### X3D model conversion complete ###

####################################################################################################
# Self-test diagnostics
####################################################################################################

print('Self-test diagnostics for SheenCloth.py:')
if        metaDiagnostics(newModel): # built-in utility method in X3D class
    print(metaDiagnostics(newModel)) # display meta info, hint, warning, error, TODO values in this model
# print('check newModel.XML() serialization...')
newModelXML= newModel.XML() # test export method XML() for exceptions during export
newModel.XMLvalidate()
# print(newModelXML) # diagnostic

try:
#   print('check newModel.VRML() serialization...')
    newModelVRML=newModel.VRML() # test export method VRML() for exceptions during export
    # print(prependLineNumbers(newModelVRML)) # debug
    print("Python-to-VRML export of VRML output successful", flush=True)
except Exception as err: # usually BaseException
    # https://stackoverflow.com/questions/18176602/how-to-get-the-name-of-an-exception-that-was-caught-in-python
    print("*** Python-to-VRML export of VRML output failed:", type(err).__name__, err)
    if newModelVRML: # may have failed to generate
        print(prependLineNumbers(newModelVRML, err.lineno))

try:
#   print('check newModel.JSON() serialization...')
    newModelJSON=newModel.JSON() # test export method JSON() for exceptions during export
#   print(prependLineNumbers(newModelJSON)) # debug
    print("Python-to-JSON export of JSON output successful (under development)")
except Exception as err: # usually SyntaxError
    print("*** Python-to-JSON export of JSON output failed:", type(err).__name__, err)
    if newModelJSON: # may have failed to generate
        print(prependLineNumbers(newModelJSON,err.lineno))

print("python SheenCloth.py load and self-test diagnostics complete.")
